Merge branch 'sg/t5551-fetch-smart-error-is-translated' into maint
[git/gitster.git] / po / git.pot
blob14c6327266444a970836f0950d1af477579d13fc
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-06-04 08:24+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:120 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:177
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:110 builtin/clone.c:113
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:707
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:390
1345 #, c-format
1346 msgid "could not find commit %s"
1347 msgstr ""
1349 #: commit-graph.c:732 builtin/pack-objects.c:2649
1350 #, c-format
1351 msgid "unable to get type of object %s"
1352 msgstr ""
1354 #: commit-graph.c:765
1355 msgid "Loading known commits in commit graph"
1356 msgstr ""
1358 #: commit-graph.c:781
1359 msgid "Expanding reachable commits in commit graph"
1360 msgstr ""
1362 #: commit-graph.c:793
1363 msgid "Clearing commit marks in commit graph"
1364 msgstr ""
1366 #: commit-graph.c:813
1367 msgid "Computing commit graph generation numbers"
1368 msgstr ""
1370 #: commit-graph.c:930
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:943
1378 #, c-format
1379 msgid "error adding pack %s"
1380 msgstr ""
1382 #: commit-graph.c:945
1383 #, c-format
1384 msgid "error opening index for %s"
1385 msgstr ""
1387 #: commit-graph.c:959
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:991
1395 msgid "Finding commits for commit graph among packed objects"
1396 msgstr ""
1398 #: commit-graph.c:1004
1399 msgid "Counting distinct commits in commit graph"
1400 msgstr ""
1402 #: commit-graph.c:1017
1403 #, c-format
1404 msgid "the commit graph format cannot write %d commits"
1405 msgstr ""
1407 #: commit-graph.c:1026
1408 msgid "Finding extra edges in commit graph"
1409 msgstr ""
1411 #: commit-graph.c:1050
1412 msgid "too many commits to write graph"
1413 msgstr ""
1415 #: commit-graph.c:1057 midx.c:819
1416 #, c-format
1417 msgid "unable to create leading directories of %s"
1418 msgstr ""
1420 #: commit-graph.c:1097
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:1162
1428 msgid "the commit-graph file has incorrect checksum and is likely corrupt"
1429 msgstr ""
1431 #: commit-graph.c:1172
1432 #, c-format
1433 msgid "commit-graph has incorrect OID order: %s then %s"
1434 msgstr ""
1436 #: commit-graph.c:1182 commit-graph.c:1197
1437 #, c-format
1438 msgid "commit-graph has incorrect fanout value: fanout[%d] = %u != %u"
1439 msgstr ""
1441 #: commit-graph.c:1189
1442 #, c-format
1443 msgid "failed to parse commit %s from commit-graph"
1444 msgstr ""
1446 #: commit-graph.c:1206
1447 msgid "Verifying commits in commit graph"
1448 msgstr ""
1450 #: commit-graph.c:1219
1451 #, c-format
1452 msgid "failed to parse commit %s from object database for commit-graph"
1453 msgstr ""
1455 #: commit-graph.c:1226
1456 #, c-format
1457 msgid "root tree OID for commit %s in commit-graph is %s != %s"
1458 msgstr ""
1460 #: commit-graph.c:1236
1461 #, c-format
1462 msgid "commit-graph parent list for commit %s is too long"
1463 msgstr ""
1465 #: commit-graph.c:1242
1466 #, c-format
1467 msgid "commit-graph parent for %s is %s != %s"
1468 msgstr ""
1470 #: commit-graph.c:1255
1471 #, c-format
1472 msgid "commit-graph parent list for commit %s terminates early"
1473 msgstr ""
1475 #: commit-graph.c:1260
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:1264
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:1279
1488 #, c-format
1489 msgid "commit-graph generation for commit %s is %u != %u"
1490 msgstr ""
1492 #: commit-graph.c:1285
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:5217
2262 #: parse-options.c:199 parse-options.c:203
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:5242
2326 #, c-format
2327 msgid "bad --word-diff argument: %s"
2328 msgstr ""
2330 #: diff.c:5265
2331 msgid "Diff output format options"
2332 msgstr ""
2334 #: diff.c:5267 diff.c:5273
2335 msgid "generate patch"
2336 msgstr ""
2338 #: diff.c:5270 builtin/log.c:167
2339 msgid "suppress diff output"
2340 msgstr ""
2342 #: diff.c:5275 diff.c:5389 diff.c:5396
2343 msgid "<n>"
2344 msgstr ""
2346 #: diff.c:5276 diff.c:5279
2347 msgid "generate diffs with <n> lines context"
2348 msgstr ""
2350 #: diff.c:5281
2351 msgid "generate the diff in raw format"
2352 msgstr ""
2354 #: diff.c:5284
2355 msgid "synonym for '-p --raw'"
2356 msgstr ""
2358 #: diff.c:5288
2359 msgid "synonym for '-p --stat'"
2360 msgstr ""
2362 #: diff.c:5292
2363 msgid "machine friendly --stat"
2364 msgstr ""
2366 #: diff.c:5295
2367 msgid "output only the last line of --stat"
2368 msgstr ""
2370 #: diff.c:5297 diff.c:5305
2371 msgid "<param1,param2>..."
2372 msgstr ""
2374 #: diff.c:5298
2375 msgid ""
2376 "output the distribution of relative amount of changes for each sub-directory"
2377 msgstr ""
2379 #: diff.c:5302
2380 msgid "synonym for --dirstat=cumulative"
2381 msgstr ""
2383 #: diff.c:5306
2384 msgid "synonym for --dirstat=files,param1,param2..."
2385 msgstr ""
2387 #: diff.c:5310
2388 msgid "warn if changes introduce conflict markers or whitespace errors"
2389 msgstr ""
2391 #: diff.c:5313
2392 msgid "condensed summary such as creations, renames and mode changes"
2393 msgstr ""
2395 #: diff.c:5316
2396 msgid "show only names of changed files"
2397 msgstr ""
2399 #: diff.c:5319
2400 msgid "show only names and status of changed files"
2401 msgstr ""
2403 #: diff.c:5321
2404 msgid "<width>[,<name-width>[,<count>]]"
2405 msgstr ""
2407 #: diff.c:5322
2408 msgid "generate diffstat"
2409 msgstr ""
2411 #: diff.c:5324 diff.c:5327 diff.c:5330
2412 msgid "<width>"
2413 msgstr ""
2415 #: diff.c:5325
2416 msgid "generate diffstat with a given width"
2417 msgstr ""
2419 #: diff.c:5328
2420 msgid "generate diffstat with a given name width"
2421 msgstr ""
2423 #: diff.c:5331
2424 msgid "generate diffstat with a given graph width"
2425 msgstr ""
2427 #: diff.c:5333
2428 msgid "<count>"
2429 msgstr ""
2431 #: diff.c:5334
2432 msgid "generate diffstat with limited lines"
2433 msgstr ""
2435 #: diff.c:5337
2436 msgid "generate compact summary in diffstat"
2437 msgstr ""
2439 #: diff.c:5340
2440 msgid "output a binary diff that can be applied"
2441 msgstr ""
2443 #: diff.c:5343
2444 msgid "show full pre- and post-image object names on the \"index\" lines"
2445 msgstr ""
2447 #: diff.c:5345
2448 msgid "show colored diff"
2449 msgstr ""
2451 #: diff.c:5346
2452 msgid "<kind>"
2453 msgstr ""
2455 #: diff.c:5347
2456 msgid ""
2457 "highlight whitespace errors in the 'context', 'old' or 'new' lines in the "
2458 "diff"
2459 msgstr ""
2461 #: diff.c:5350
2462 msgid ""
2463 "do not munge pathnames and use NULs as output field terminators in --raw or "
2464 "--numstat"
2465 msgstr ""
2467 #: diff.c:5353 diff.c:5356 diff.c:5359 diff.c:5465
2468 msgid "<prefix>"
2469 msgstr ""
2471 #: diff.c:5354
2472 msgid "show the given source prefix instead of \"a/\""
2473 msgstr ""
2475 #: diff.c:5357
2476 msgid "show the given destination prefix instead of \"b/\""
2477 msgstr ""
2479 #: diff.c:5360
2480 msgid "prepend an additional prefix to every line of output"
2481 msgstr ""
2483 #: diff.c:5363
2484 msgid "do not show any source or destination prefix"
2485 msgstr ""
2487 #: diff.c:5366
2488 msgid "show context between diff hunks up to the specified number of lines"
2489 msgstr ""
2491 #: diff.c:5370 diff.c:5375 diff.c:5380
2492 msgid "<char>"
2493 msgstr ""
2495 #: diff.c:5371
2496 msgid "specify the character to indicate a new line instead of '+'"
2497 msgstr ""
2499 #: diff.c:5376
2500 msgid "specify the character to indicate an old line instead of '-'"
2501 msgstr ""
2503 #: diff.c:5381
2504 msgid "specify the character to indicate a context instead of ' '"
2505 msgstr ""
2507 #: diff.c:5384
2508 msgid "Diff rename options"
2509 msgstr ""
2511 #: diff.c:5385
2512 msgid "<n>[/<m>]"
2513 msgstr ""
2515 #: diff.c:5386
2516 msgid "break complete rewrite changes into pairs of delete and create"
2517 msgstr ""
2519 #: diff.c:5390
2520 msgid "detect renames"
2521 msgstr ""
2523 #: diff.c:5394
2524 msgid "omit the preimage for deletes"
2525 msgstr ""
2527 #: diff.c:5397
2528 msgid "detect copies"
2529 msgstr ""
2531 #: diff.c:5401
2532 msgid "use unmodified files as source to find copies"
2533 msgstr ""
2535 #: diff.c:5403
2536 msgid "disable rename detection"
2537 msgstr ""
2539 #: diff.c:5406
2540 msgid "use empty blobs as rename source"
2541 msgstr ""
2543 #: diff.c:5408
2544 msgid "continue listing the history of a file beyond renames"
2545 msgstr ""
2547 #: diff.c:5411
2548 msgid ""
2549 "prevent rename/copy detection if the number of rename/copy targets exceeds "
2550 "given limit"
2551 msgstr ""
2553 #: diff.c:5413
2554 msgid "Diff algorithm options"
2555 msgstr ""
2557 #: diff.c:5415
2558 msgid "produce the smallest possible diff"
2559 msgstr ""
2561 #: diff.c:5418
2562 msgid "ignore whitespace when comparing lines"
2563 msgstr ""
2565 #: diff.c:5421
2566 msgid "ignore changes in amount of whitespace"
2567 msgstr ""
2569 #: diff.c:5424
2570 msgid "ignore changes in whitespace at EOL"
2571 msgstr ""
2573 #: diff.c:5427
2574 msgid "ignore carrier-return at the end of line"
2575 msgstr ""
2577 #: diff.c:5430
2578 msgid "ignore changes whose lines are all blank"
2579 msgstr ""
2581 #: diff.c:5433
2582 msgid "heuristic to shift diff hunk boundaries for easy reading"
2583 msgstr ""
2585 #: diff.c:5436
2586 msgid "generate diff using the \"patience diff\" algorithm"
2587 msgstr ""
2589 #: diff.c:5440
2590 msgid "generate diff using the \"histogram diff\" algorithm"
2591 msgstr ""
2593 #: diff.c:5442
2594 msgid "<algorithm>"
2595 msgstr ""
2597 #: diff.c:5443
2598 msgid "choose a diff algorithm"
2599 msgstr ""
2601 #: diff.c:5445
2602 msgid "<text>"
2603 msgstr ""
2605 #: diff.c:5446
2606 msgid "generate diff using the \"anchored diff\" algorithm"
2607 msgstr ""
2609 #: diff.c:5448 diff.c:5457 diff.c:5460
2610 msgid "<mode>"
2611 msgstr ""
2613 #: diff.c:5449
2614 msgid "show word diff, using <mode> to delimit changed words"
2615 msgstr ""
2617 #: diff.c:5451 diff.c:5454 diff.c:5499
2618 msgid "<regex>"
2619 msgstr ""
2621 #: diff.c:5452
2622 msgid "use <regex> to decide what a word is"
2623 msgstr ""
2625 #: diff.c:5455
2626 msgid "equivalent to --word-diff=color --word-diff-regex=<regex>"
2627 msgstr ""
2629 #: diff.c:5458
2630 msgid "moved lines of code are colored differently"
2631 msgstr ""
2633 #: diff.c:5461
2634 msgid "how white spaces are ignored in --color-moved"
2635 msgstr ""
2637 #: diff.c:5464
2638 msgid "Other diff options"
2639 msgstr ""
2641 #: diff.c:5466
2642 msgid "when run from subdir, exclude changes outside and show relative paths"
2643 msgstr ""
2645 #: diff.c:5470
2646 msgid "treat all files as text"
2647 msgstr ""
2649 #: diff.c:5472
2650 msgid "swap two inputs, reverse the diff"
2651 msgstr ""
2653 #: diff.c:5474
2654 msgid "exit with 1 if there were differences, 0 otherwise"
2655 msgstr ""
2657 #: diff.c:5476
2658 msgid "disable all output of the program"
2659 msgstr ""
2661 #: diff.c:5478
2662 msgid "allow an external diff helper to be executed"
2663 msgstr ""
2665 #: diff.c:5480
2666 msgid "run external text conversion filters when comparing binary files"
2667 msgstr ""
2669 #: diff.c:5482
2670 msgid "<when>"
2671 msgstr ""
2673 #: diff.c:5483
2674 msgid "ignore changes to submodules in the diff generation"
2675 msgstr ""
2677 #: diff.c:5486
2678 msgid "<format>"
2679 msgstr ""
2681 #: diff.c:5487
2682 msgid "specify how differences in submodules are shown"
2683 msgstr ""
2685 #: diff.c:5491
2686 msgid "hide 'git add -N' entries from the index"
2687 msgstr ""
2689 #: diff.c:5494
2690 msgid "treat 'git add -N' entries as real in the index"
2691 msgstr ""
2693 #: diff.c:5496
2694 msgid "<string>"
2695 msgstr ""
2697 #: diff.c:5497
2698 msgid ""
2699 "look for differences that change the number of occurrences of the specified "
2700 "string"
2701 msgstr ""
2703 #: diff.c:5500
2704 msgid ""
2705 "look for differences that change the number of occurrences of the specified "
2706 "regex"
2707 msgstr ""
2709 #: diff.c:5503
2710 msgid "show all changes in the changeset with -S or -G"
2711 msgstr ""
2713 #: diff.c:5506
2714 msgid "treat <string> in -S as extended POSIX regular expression"
2715 msgstr ""
2717 #: diff.c:5509
2718 msgid "control the order in which files appear in the output"
2719 msgstr ""
2721 #: diff.c:5510
2722 msgid "<object-id>"
2723 msgstr ""
2725 #: diff.c:5511
2726 msgid ""
2727 "look for differences that change the number of occurrences of the specified "
2728 "object"
2729 msgstr ""
2731 #: diff.c:5513
2732 msgid "[(A|C|D|M|R|T|U|X|B)...[*]]"
2733 msgstr ""
2735 #: diff.c:5514
2736 msgid "select files by diff type"
2737 msgstr ""
2739 #: diff.c:5516
2740 msgid "<file>"
2741 msgstr ""
2743 #: diff.c:5517
2744 msgid "Output to a specific file"
2745 msgstr ""
2747 #: diff.c:6150
2748 msgid "inexact rename detection was skipped due to too many files."
2749 msgstr ""
2751 #: diff.c:6153
2752 msgid "only found copies from modified paths due to too many files."
2753 msgstr ""
2755 #: diff.c:6156
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:673
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:411 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:84
3333 msgid "sparse:path filters support has been dropped"
3334 msgstr ""
3336 #: list-objects-filter-options.c:158
3337 msgid "cannot change partial clone promisor remote"
3338 msgstr ""
3340 #: lockfile.c:151
3341 #, c-format
3342 msgid ""
3343 "Unable to create '%s.lock': %s.\n"
3344 "\n"
3345 "Another git process seems to be running in this repository, e.g.\n"
3346 "an editor opened by 'git commit'. Please make sure all processes\n"
3347 "are terminated then try again. If it still fails, a git process\n"
3348 "may have crashed in this repository earlier:\n"
3349 "remove the file manually to continue."
3350 msgstr ""
3352 #: lockfile.c:159
3353 #, c-format
3354 msgid "Unable to create '%s.lock': %s"
3355 msgstr ""
3357 #: merge.c:41
3358 msgid "failed to read the cache"
3359 msgstr ""
3361 #: merge.c:107 rerere.c:720 builtin/am.c:1887 builtin/am.c:1921
3362 #: builtin/checkout.c:461 builtin/checkout.c:811 builtin/clone.c:773
3363 #: builtin/stash.c:264
3364 msgid "unable to write new index file"
3365 msgstr ""
3367 #: merge-recursive.c:322
3368 msgid "(bad commit)\n"
3369 msgstr ""
3371 #: merge-recursive.c:345
3372 #, c-format
3373 msgid "add_cacheinfo failed for path '%s'; merge aborting."
3374 msgstr ""
3376 #: merge-recursive.c:354
3377 #, c-format
3378 msgid "add_cacheinfo failed to refresh for path '%s'; merge aborting."
3379 msgstr ""
3381 #: merge-recursive.c:437
3382 msgid "error building trees"
3383 msgstr ""
3385 #: merge-recursive.c:861
3386 #, c-format
3387 msgid "failed to create path '%s'%s"
3388 msgstr ""
3390 #: merge-recursive.c:872
3391 #, c-format
3392 msgid "Removing %s to make room for subdirectory\n"
3393 msgstr ""
3395 #: merge-recursive.c:886 merge-recursive.c:905
3396 msgid ": perhaps a D/F conflict?"
3397 msgstr ""
3399 #: merge-recursive.c:895
3400 #, c-format
3401 msgid "refusing to lose untracked file at '%s'"
3402 msgstr ""
3404 #: merge-recursive.c:936 builtin/cat-file.c:40
3405 #, c-format
3406 msgid "cannot read object %s '%s'"
3407 msgstr ""
3409 #: merge-recursive.c:939
3410 #, c-format
3411 msgid "blob expected for %s '%s'"
3412 msgstr ""
3414 #: merge-recursive.c:963
3415 #, c-format
3416 msgid "failed to open '%s': %s"
3417 msgstr ""
3419 #: merge-recursive.c:974
3420 #, c-format
3421 msgid "failed to symlink '%s': %s"
3422 msgstr ""
3424 #: merge-recursive.c:979
3425 #, c-format
3426 msgid "do not know what to do with %06o %s '%s'"
3427 msgstr ""
3429 #: merge-recursive.c:1175
3430 #, c-format
3431 msgid "Failed to merge submodule %s (not checked out)"
3432 msgstr ""
3434 #: merge-recursive.c:1182
3435 #, c-format
3436 msgid "Failed to merge submodule %s (commits not present)"
3437 msgstr ""
3439 #: merge-recursive.c:1189
3440 #, c-format
3441 msgid "Failed to merge submodule %s (commits don't follow merge-base)"
3442 msgstr ""
3444 #: merge-recursive.c:1197 merge-recursive.c:1209
3445 #, c-format
3446 msgid "Fast-forwarding submodule %s to the following commit:"
3447 msgstr ""
3449 #: merge-recursive.c:1200 merge-recursive.c:1212
3450 #, c-format
3451 msgid "Fast-forwarding submodule %s"
3452 msgstr ""
3454 #: merge-recursive.c:1235
3455 #, c-format
3456 msgid "Failed to merge submodule %s (merge following commits not found)"
3457 msgstr ""
3459 #: merge-recursive.c:1239
3460 #, c-format
3461 msgid "Failed to merge submodule %s (not fast-forward)"
3462 msgstr ""
3464 #: merge-recursive.c:1240
3465 msgid "Found a possible merge resolution for the submodule:\n"
3466 msgstr ""
3468 #: merge-recursive.c:1243
3469 #, c-format
3470 msgid ""
3471 "If this is correct simply add it to the index for example\n"
3472 "by using:\n"
3473 "\n"
3474 "  git update-index --cacheinfo 160000 %s \"%s\"\n"
3475 "\n"
3476 "which will accept this suggestion.\n"
3477 msgstr ""
3479 #: merge-recursive.c:1252
3480 #, c-format
3481 msgid "Failed to merge submodule %s (multiple merges found)"
3482 msgstr ""
3484 #: merge-recursive.c:1325
3485 msgid "Failed to execute internal merge"
3486 msgstr ""
3488 #: merge-recursive.c:1330
3489 #, c-format
3490 msgid "Unable to add %s to database"
3491 msgstr ""
3493 #: merge-recursive.c:1362
3494 #, c-format
3495 msgid "Auto-merging %s"
3496 msgstr ""
3498 #: merge-recursive.c:1385
3499 #, c-format
3500 msgid "Error: Refusing to lose untracked file at %s; writing to %s instead."
3501 msgstr ""
3503 #: merge-recursive.c:1457
3504 #, c-format
3505 msgid ""
3506 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
3507 "in tree."
3508 msgstr ""
3510 #: merge-recursive.c:1462
3511 #, c-format
3512 msgid ""
3513 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
3514 "left in tree."
3515 msgstr ""
3517 #: merge-recursive.c:1469
3518 #, c-format
3519 msgid ""
3520 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
3521 "in tree at %s."
3522 msgstr ""
3524 #: merge-recursive.c:1474
3525 #, c-format
3526 msgid ""
3527 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
3528 "left in tree at %s."
3529 msgstr ""
3531 #: merge-recursive.c:1509
3532 msgid "rename"
3533 msgstr ""
3535 #: merge-recursive.c:1509
3536 msgid "renamed"
3537 msgstr ""
3539 #: merge-recursive.c:1589 merge-recursive.c:2445 merge-recursive.c:3085
3540 #, c-format
3541 msgid "Refusing to lose dirty file at %s"
3542 msgstr ""
3544 #: merge-recursive.c:1599
3545 #, c-format
3546 msgid "Refusing to lose untracked file at %s, even though it's in the way."
3547 msgstr ""
3549 #: merge-recursive.c:1657
3550 #, c-format
3551 msgid "CONFLICT (rename/add): Rename %s->%s in %s.  Added %s in %s"
3552 msgstr ""
3554 #: merge-recursive.c:1687
3555 #, c-format
3556 msgid "%s is a directory in %s adding as %s instead"
3557 msgstr ""
3559 #: merge-recursive.c:1692
3560 #, c-format
3561 msgid "Refusing to lose untracked file at %s; adding as %s instead"
3562 msgstr ""
3564 #: merge-recursive.c:1711
3565 #, c-format
3566 msgid ""
3567 "CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
3568 "\"->\"%s\" in \"%s\"%s"
3569 msgstr ""
3571 #: merge-recursive.c:1716
3572 msgid " (left unresolved)"
3573 msgstr ""
3575 #: merge-recursive.c:1825
3576 #, c-format
3577 msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
3578 msgstr ""
3580 #: merge-recursive.c:2030
3581 #, c-format
3582 msgid ""
3583 "CONFLICT (directory rename split): Unclear where to place %s because "
3584 "directory %s was renamed to multiple other directories, with no destination "
3585 "getting a majority of the files."
3586 msgstr ""
3588 #: merge-recursive.c:2062
3589 #, c-format
3590 msgid ""
3591 "CONFLICT (implicit dir rename): Existing file/dir at %s in the way of "
3592 "implicit directory rename(s) putting the following path(s) there: %s."
3593 msgstr ""
3595 #: merge-recursive.c:2072
3596 #, c-format
3597 msgid ""
3598 "CONFLICT (implicit dir rename): Cannot map more than one path to %s; "
3599 "implicit directory renames tried to put these paths there: %s"
3600 msgstr ""
3602 #: merge-recursive.c:2164
3603 #, c-format
3604 msgid ""
3605 "CONFLICT (rename/rename): Rename directory %s->%s in %s. Rename directory %s-"
3606 ">%s in %s"
3607 msgstr ""
3609 #: merge-recursive.c:2408
3610 #, c-format
3611 msgid ""
3612 "WARNING: Avoiding applying %s -> %s rename to %s, because %s itself was "
3613 "renamed."
3614 msgstr ""
3616 #: merge-recursive.c:2929
3617 #, c-format
3618 msgid "cannot read object %s"
3619 msgstr ""
3621 #: merge-recursive.c:2932
3622 #, c-format
3623 msgid "object %s is not a blob"
3624 msgstr ""
3626 #: merge-recursive.c:2996
3627 msgid "modify"
3628 msgstr ""
3630 #: merge-recursive.c:2996
3631 msgid "modified"
3632 msgstr ""
3634 #: merge-recursive.c:3008
3635 msgid "content"
3636 msgstr ""
3638 #: merge-recursive.c:3012
3639 msgid "add/add"
3640 msgstr ""
3642 #: merge-recursive.c:3035
3643 #, c-format
3644 msgid "Skipped %s (merged same as existing)"
3645 msgstr ""
3647 #: merge-recursive.c:3057 git-submodule.sh:937
3648 msgid "submodule"
3649 msgstr ""
3651 #: merge-recursive.c:3058
3652 #, c-format
3653 msgid "CONFLICT (%s): Merge conflict in %s"
3654 msgstr ""
3656 #: merge-recursive.c:3088
3657 #, c-format
3658 msgid "Adding as %s instead"
3659 msgstr ""
3661 #: merge-recursive.c:3170
3662 #, c-format
3663 msgid ""
3664 "Path updated: %s added in %s inside a directory that was renamed in %s; "
3665 "moving it to %s."
3666 msgstr ""
3668 #: merge-recursive.c:3173
3669 #, c-format
3670 msgid ""
3671 "CONFLICT (file location): %s added in %s inside a directory that was renamed "
3672 "in %s, suggesting it should perhaps be moved to %s."
3673 msgstr ""
3675 #: merge-recursive.c:3177
3676 #, c-format
3677 msgid ""
3678 "Path updated: %s renamed to %s in %s, inside a directory that was renamed in "
3679 "%s; moving it to %s."
3680 msgstr ""
3682 #: merge-recursive.c:3180
3683 #, c-format
3684 msgid ""
3685 "CONFLICT (file location): %s renamed to %s in %s, inside a directory that "
3686 "was renamed in %s, suggesting it should perhaps be moved to %s."
3687 msgstr ""
3689 #: merge-recursive.c:3294
3690 #, c-format
3691 msgid "Removing %s"
3692 msgstr ""
3694 #: merge-recursive.c:3317
3695 msgid "file/directory"
3696 msgstr ""
3698 #: merge-recursive.c:3322
3699 msgid "directory/file"
3700 msgstr ""
3702 #: merge-recursive.c:3329
3703 #, c-format
3704 msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
3705 msgstr ""
3707 #: merge-recursive.c:3338
3708 #, c-format
3709 msgid "Adding %s"
3710 msgstr ""
3712 #: merge-recursive.c:3347
3713 #, c-format
3714 msgid "CONFLICT (add/add): Merge conflict in %s"
3715 msgstr ""
3717 #: merge-recursive.c:3385
3718 #, c-format
3719 msgid ""
3720 "Your local changes to the following files would be overwritten by merge:\n"
3721 "  %s"
3722 msgstr ""
3724 #: merge-recursive.c:3396
3725 msgid "Already up to date!"
3726 msgstr ""
3728 #: merge-recursive.c:3405
3729 #, c-format
3730 msgid "merging of trees %s and %s failed"
3731 msgstr ""
3733 #: merge-recursive.c:3504
3734 msgid "Merging:"
3735 msgstr ""
3737 #: merge-recursive.c:3517
3738 #, c-format
3739 msgid "found %u common ancestor:"
3740 msgid_plural "found %u common ancestors:"
3741 msgstr[0] ""
3742 msgstr[1] ""
3744 #: merge-recursive.c:3556
3745 msgid "merge returned no commit"
3746 msgstr ""
3748 #: merge-recursive.c:3622
3749 #, c-format
3750 msgid "Could not parse object '%s'"
3751 msgstr ""
3753 #: merge-recursive.c:3638 builtin/merge.c:702 builtin/merge.c:873
3754 msgid "Unable to write index."
3755 msgstr ""
3757 #: midx.c:66
3758 #, c-format
3759 msgid "multi-pack-index file %s is too small"
3760 msgstr ""
3762 #: midx.c:82
3763 #, c-format
3764 msgid "multi-pack-index signature 0x%08x does not match signature 0x%08x"
3765 msgstr ""
3767 #: midx.c:87
3768 #, c-format
3769 msgid "multi-pack-index version %d not recognized"
3770 msgstr ""
3772 #: midx.c:92
3773 #, c-format
3774 msgid "hash version %u does not match"
3775 msgstr ""
3777 #: midx.c:106
3778 msgid "invalid chunk offset (too large)"
3779 msgstr ""
3781 #: midx.c:130
3782 msgid "terminating multi-pack-index chunk id appears earlier than expected"
3783 msgstr ""
3785 #: midx.c:143
3786 msgid "multi-pack-index missing required pack-name chunk"
3787 msgstr ""
3789 #: midx.c:145
3790 msgid "multi-pack-index missing required OID fanout chunk"
3791 msgstr ""
3793 #: midx.c:147
3794 msgid "multi-pack-index missing required OID lookup chunk"
3795 msgstr ""
3797 #: midx.c:149
3798 msgid "multi-pack-index missing required object offsets chunk"
3799 msgstr ""
3801 #: midx.c:163
3802 #, c-format
3803 msgid "multi-pack-index pack names out of order: '%s' before '%s'"
3804 msgstr ""
3806 #: midx.c:208
3807 #, c-format
3808 msgid "bad pack-int-id: %u (%u total packs)"
3809 msgstr ""
3811 #: midx.c:258
3812 msgid "multi-pack-index stores a 64-bit offset, but off_t is too small"
3813 msgstr ""
3815 #: midx.c:286
3816 msgid "error preparing packfile from multi-pack-index"
3817 msgstr ""
3819 #: midx.c:457
3820 #, c-format
3821 msgid "failed to add packfile '%s'"
3822 msgstr ""
3824 #: midx.c:463
3825 #, c-format
3826 msgid "failed to open pack-index '%s'"
3827 msgstr ""
3829 #: midx.c:557
3830 #, c-format
3831 msgid "failed to locate object %d in packfile"
3832 msgstr ""
3834 #: midx.c:993
3835 #, c-format
3836 msgid "failed to clear multi-pack-index at %s"
3837 msgstr ""
3839 #: midx.c:1048
3840 msgid "Looking for referenced packfiles"
3841 msgstr ""
3843 #: midx.c:1063
3844 #, c-format
3845 msgid ""
3846 "oid fanout out of order: fanout[%d] = %<PRIx32> > %<PRIx32> = fanout[%d]"
3847 msgstr ""
3849 #: midx.c:1067
3850 msgid "Verifying OID order in MIDX"
3851 msgstr ""
3853 #: midx.c:1076
3854 #, c-format
3855 msgid "oid lookup out of order: oid[%d] = %s >= %s = oid[%d]"
3856 msgstr ""
3858 #: midx.c:1095
3859 msgid "Sorting objects by packfile"
3860 msgstr ""
3862 #: midx.c:1101
3863 msgid "Verifying object offsets"
3864 msgstr ""
3866 #: midx.c:1117
3867 #, c-format
3868 msgid "failed to load pack entry for oid[%d] = %s"
3869 msgstr ""
3871 #: midx.c:1123
3872 #, c-format
3873 msgid "failed to load pack-index for packfile %s"
3874 msgstr ""
3876 #: midx.c:1132
3877 #, c-format
3878 msgid "incorrect object offset for oid[%d] = %s: %<PRIx64> != %<PRIx64>"
3879 msgstr ""
3881 #: name-hash.c:531
3882 #, c-format
3883 msgid "unable to create lazy_dir thread: %s"
3884 msgstr ""
3886 #: name-hash.c:553
3887 #, c-format
3888 msgid "unable to create lazy_name thread: %s"
3889 msgstr ""
3891 #: name-hash.c:559
3892 #, c-format
3893 msgid "unable to join lazy_name thread: %s"
3894 msgstr ""
3896 #: notes-merge.c:277
3897 #, c-format
3898 msgid ""
3899 "You have not concluded your previous notes merge (%s exists).\n"
3900 "Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
3901 "commit/abort the previous merge before you start a new notes merge."
3902 msgstr ""
3904 #: notes-merge.c:284
3905 #, c-format
3906 msgid "You have not concluded your notes merge (%s exists)."
3907 msgstr ""
3909 #: notes-utils.c:46
3910 msgid "Cannot commit uninitialized/unreferenced notes tree"
3911 msgstr ""
3913 #: notes-utils.c:105
3914 #, c-format
3915 msgid "Bad notes.rewriteMode value: '%s'"
3916 msgstr ""
3918 #: notes-utils.c:115
3919 #, c-format
3920 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
3921 msgstr ""
3923 #. TRANSLATORS: The first %s is the name of
3924 #. the environment variable, the second %s is
3925 #. its value.
3927 #: notes-utils.c:145
3928 #, c-format
3929 msgid "Bad %s value: '%s'"
3930 msgstr ""
3932 #: object.c:54
3933 #, c-format
3934 msgid "invalid object type \"%s\""
3935 msgstr ""
3937 #: object.c:174
3938 #, c-format
3939 msgid "object %s is a %s, not a %s"
3940 msgstr ""
3942 #: object.c:234
3943 #, c-format
3944 msgid "object %s has unknown type id %d"
3945 msgstr ""
3947 #: object.c:247
3948 #, c-format
3949 msgid "unable to parse object: %s"
3950 msgstr ""
3952 #: object.c:267 object.c:278
3953 #, c-format
3954 msgid "hash mismatch %s"
3955 msgstr ""
3957 #: packfile.c:617
3958 msgid "offset before end of packfile (broken .idx?)"
3959 msgstr ""
3961 #: packfile.c:1868
3962 #, c-format
3963 msgid "offset before start of pack index for %s (corrupt index?)"
3964 msgstr ""
3966 #: packfile.c:1872
3967 #, c-format
3968 msgid "offset beyond end of pack index for %s (truncated index?)"
3969 msgstr ""
3971 #: parse-options.c:38
3972 #, c-format
3973 msgid "%s requires a value"
3974 msgstr ""
3976 #: parse-options.c:73
3977 #, c-format
3978 msgid "%s is incompatible with %s"
3979 msgstr ""
3981 #: parse-options.c:78
3982 #, c-format
3983 msgid "%s : incompatible with something else"
3984 msgstr ""
3986 #: parse-options.c:92 parse-options.c:96 parse-options.c:319
3987 #, c-format
3988 msgid "%s takes no value"
3989 msgstr ""
3991 #: parse-options.c:94
3992 #, c-format
3993 msgid "%s isn't available"
3994 msgstr ""
3996 #: parse-options.c:219
3997 #, c-format
3998 msgid "%s expects a non-negative integer value with an optional k/m/g suffix"
3999 msgstr ""
4001 #: parse-options.c:389
4002 #, c-format
4003 msgid "ambiguous option: %s (could be --%s%s or --%s%s)"
4004 msgstr ""
4006 #: parse-options.c:423 parse-options.c:431
4007 #, c-format
4008 msgid "did you mean `--%s` (with two dashes ?)"
4009 msgstr ""
4011 #: parse-options.c:859
4012 #, c-format
4013 msgid "unknown option `%s'"
4014 msgstr ""
4016 #: parse-options.c:861
4017 #, c-format
4018 msgid "unknown switch `%c'"
4019 msgstr ""
4021 #: parse-options.c:863
4022 #, c-format
4023 msgid "unknown non-ascii option in string: `%s'"
4024 msgstr ""
4026 #: parse-options.c:887
4027 msgid "..."
4028 msgstr ""
4030 #: parse-options.c:906
4031 #, c-format
4032 msgid "usage: %s"
4033 msgstr ""
4035 #. TRANSLATORS: the colon here should align with the
4036 #. one in "usage: %s" translation.
4038 #: parse-options.c:912
4039 #, c-format
4040 msgid "   or: %s"
4041 msgstr ""
4043 #: parse-options.c:915
4044 #, c-format
4045 msgid "    %s"
4046 msgstr ""
4048 #: parse-options.c:954
4049 msgid "-NUM"
4050 msgstr ""
4052 #: parse-options.c:968
4053 #, c-format
4054 msgid "alias of --%s"
4055 msgstr ""
4057 #: parse-options-cb.c:20 parse-options-cb.c:24
4058 #, c-format
4059 msgid "option `%s' expects a numerical value"
4060 msgstr ""
4062 #: parse-options-cb.c:41
4063 #, c-format
4064 msgid "malformed expiration date '%s'"
4065 msgstr ""
4067 #: parse-options-cb.c:54
4068 #, c-format
4069 msgid "option `%s' expects \"always\", \"auto\", or \"never\""
4070 msgstr ""
4072 #: parse-options-cb.c:130 parse-options-cb.c:147
4073 #, c-format
4074 msgid "malformed object name '%s'"
4075 msgstr ""
4077 #: path.c:897
4078 #, c-format
4079 msgid "Could not make %s writable by group"
4080 msgstr ""
4082 #: pathspec.c:128
4083 msgid "Escape character '\\' not allowed as last character in attr value"
4084 msgstr ""
4086 #: pathspec.c:146
4087 msgid "Only one 'attr:' specification is allowed."
4088 msgstr ""
4090 #: pathspec.c:149
4091 msgid "attr spec must not be empty"
4092 msgstr ""
4094 #: pathspec.c:192
4095 #, c-format
4096 msgid "invalid attribute name %s"
4097 msgstr ""
4099 #: pathspec.c:257
4100 msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
4101 msgstr ""
4103 #: pathspec.c:264
4104 msgid ""
4105 "global 'literal' pathspec setting is incompatible with all other global "
4106 "pathspec settings"
4107 msgstr ""
4109 #: pathspec.c:304
4110 msgid "invalid parameter for pathspec magic 'prefix'"
4111 msgstr ""
4113 #: pathspec.c:325
4114 #, c-format
4115 msgid "Invalid pathspec magic '%.*s' in '%s'"
4116 msgstr ""
4118 #: pathspec.c:330
4119 #, c-format
4120 msgid "Missing ')' at the end of pathspec magic in '%s'"
4121 msgstr ""
4123 #: pathspec.c:368
4124 #, c-format
4125 msgid "Unimplemented pathspec magic '%c' in '%s'"
4126 msgstr ""
4128 #: pathspec.c:427
4129 #, c-format
4130 msgid "%s: 'literal' and 'glob' are incompatible"
4131 msgstr ""
4133 #: pathspec.c:440
4134 #, c-format
4135 msgid "%s: '%s' is outside repository"
4136 msgstr ""
4138 #: pathspec.c:514
4139 #, c-format
4140 msgid "'%s' (mnemonic: '%c')"
4141 msgstr ""
4143 #: pathspec.c:524
4144 #, c-format
4145 msgid "%s: pathspec magic not supported by this command: %s"
4146 msgstr ""
4148 #: pathspec.c:591
4149 #, c-format
4150 msgid "pathspec '%s' is beyond a symbolic link"
4151 msgstr ""
4153 #: pkt-line.c:92
4154 msgid "unable to write flush packet"
4155 msgstr ""
4157 #: pkt-line.c:99
4158 msgid "unable to write delim packet"
4159 msgstr ""
4161 #: pkt-line.c:106
4162 msgid "flush packet write failed"
4163 msgstr ""
4165 #: pkt-line.c:146 pkt-line.c:232
4166 msgid "protocol error: impossibly long line"
4167 msgstr ""
4169 #: pkt-line.c:162 pkt-line.c:164
4170 msgid "packet write with format failed"
4171 msgstr ""
4173 #: pkt-line.c:196
4174 msgid "packet write failed - data exceeds max packet size"
4175 msgstr ""
4177 #: pkt-line.c:203 pkt-line.c:210
4178 msgid "packet write failed"
4179 msgstr ""
4181 #: pkt-line.c:295
4182 msgid "read error"
4183 msgstr ""
4185 #: pkt-line.c:303
4186 msgid "the remote end hung up unexpectedly"
4187 msgstr ""
4189 #: pkt-line.c:331
4190 #, c-format
4191 msgid "protocol error: bad line length character: %.4s"
4192 msgstr ""
4194 #: pkt-line.c:341 pkt-line.c:346
4195 #, c-format
4196 msgid "protocol error: bad line length %d"
4197 msgstr ""
4199 #: pkt-line.c:362
4200 #, c-format
4201 msgid "remote error: %s"
4202 msgstr ""
4204 #: preload-index.c:119
4205 msgid "Refreshing index"
4206 msgstr ""
4208 #: preload-index.c:138
4209 #, c-format
4210 msgid "unable to create threaded lstat: %s"
4211 msgstr ""
4213 #: pretty.c:966
4214 msgid "unable to parse --pretty format"
4215 msgstr ""
4217 #: range-diff.c:56
4218 msgid "could not start `log`"
4219 msgstr ""
4221 #: range-diff.c:59
4222 msgid "could not read `log` output"
4223 msgstr ""
4225 #: range-diff.c:74 sequencer.c:4897
4226 #, c-format
4227 msgid "could not parse commit '%s'"
4228 msgstr ""
4230 #: range-diff.c:224
4231 msgid "failed to generate diff"
4232 msgstr ""
4234 #: range-diff.c:455 range-diff.c:457
4235 #, c-format
4236 msgid "could not parse log for '%s'"
4237 msgstr ""
4239 #: read-cache.c:680
4240 #, c-format
4241 msgid "will not add file alias '%s' ('%s' already exists in index)"
4242 msgstr ""
4244 #: read-cache.c:696
4245 msgid "cannot create an empty blob in the object database"
4246 msgstr ""
4248 #: read-cache.c:718
4249 #, c-format
4250 msgid "%s: can only add regular files, symbolic links or git-directories"
4251 msgstr ""
4253 #: read-cache.c:723
4254 #, c-format
4255 msgid "'%s' does not have a commit checked out"
4256 msgstr ""
4258 #: read-cache.c:775
4259 #, c-format
4260 msgid "unable to index file '%s'"
4261 msgstr ""
4263 #: read-cache.c:794
4264 #, c-format
4265 msgid "unable to add '%s' to index"
4266 msgstr ""
4268 #: read-cache.c:805
4269 #, c-format
4270 msgid "unable to stat '%s'"
4271 msgstr ""
4273 #: read-cache.c:1314
4274 #, c-format
4275 msgid "'%s' appears as both a file and as a directory"
4276 msgstr ""
4278 #: read-cache.c:1499
4279 msgid "Refresh index"
4280 msgstr ""
4282 #: read-cache.c:1613
4283 #, c-format
4284 msgid ""
4285 "index.version set, but the value is invalid.\n"
4286 "Using version %i"
4287 msgstr ""
4289 #: read-cache.c:1623
4290 #, c-format
4291 msgid ""
4292 "GIT_INDEX_VERSION set, but the value is invalid.\n"
4293 "Using version %i"
4294 msgstr ""
4296 #: read-cache.c:1679
4297 #, c-format
4298 msgid "bad signature 0x%08x"
4299 msgstr ""
4301 #: read-cache.c:1682
4302 #, c-format
4303 msgid "bad index version %d"
4304 msgstr ""
4306 #: read-cache.c:1691
4307 msgid "bad index file sha1 signature"
4308 msgstr ""
4310 #: read-cache.c:1721
4311 #, c-format
4312 msgid "index uses %.4s extension, which we do not understand"
4313 msgstr ""
4315 #: read-cache.c:1723
4316 #, c-format
4317 msgid "ignoring %.4s extension"
4318 msgstr ""
4320 #: read-cache.c:1760
4321 #, c-format
4322 msgid "unknown index entry format 0x%08x"
4323 msgstr ""
4325 #: read-cache.c:1776
4326 #, c-format
4327 msgid "malformed name field in the index, near path '%s'"
4328 msgstr ""
4330 #: read-cache.c:1833
4331 msgid "unordered stage entries in index"
4332 msgstr ""
4334 #: read-cache.c:1836
4335 #, c-format
4336 msgid "multiple stage entries for merged file '%s'"
4337 msgstr ""
4339 #: read-cache.c:1839
4340 #, c-format
4341 msgid "unordered stage entries for '%s'"
4342 msgstr ""
4344 #: read-cache.c:1946 read-cache.c:2234 rerere.c:565 rerere.c:599 rerere.c:1111
4345 #: builtin/add.c:460 builtin/check-ignore.c:178 builtin/checkout.c:358
4346 #: builtin/checkout.c:672 builtin/checkout.c:1060 builtin/clean.c:955
4347 #: builtin/commit.c:344 builtin/diff-tree.c:120 builtin/grep.c:498
4348 #: builtin/mv.c:145 builtin/reset.c:245 builtin/rm.c:271
4349 #: builtin/submodule--helper.c:330
4350 msgid "index file corrupt"
4351 msgstr ""
4353 #: read-cache.c:2087
4354 #, c-format
4355 msgid "unable to create load_cache_entries thread: %s"
4356 msgstr ""
4358 #: read-cache.c:2100
4359 #, c-format
4360 msgid "unable to join load_cache_entries thread: %s"
4361 msgstr ""
4363 #: read-cache.c:2133
4364 #, c-format
4365 msgid "%s: index file open failed"
4366 msgstr ""
4368 #: read-cache.c:2137
4369 #, c-format
4370 msgid "%s: cannot stat the open index"
4371 msgstr ""
4373 #: read-cache.c:2141
4374 #, c-format
4375 msgid "%s: index file smaller than expected"
4376 msgstr ""
4378 #: read-cache.c:2145
4379 #, c-format
4380 msgid "%s: unable to map index file"
4381 msgstr ""
4383 #: read-cache.c:2187
4384 #, c-format
4385 msgid "unable to create load_index_extensions thread: %s"
4386 msgstr ""
4388 #: read-cache.c:2214
4389 #, c-format
4390 msgid "unable to join load_index_extensions thread: %s"
4391 msgstr ""
4393 #: read-cache.c:2246
4394 #, c-format
4395 msgid "could not freshen shared index '%s'"
4396 msgstr ""
4398 #: read-cache.c:2293
4399 #, c-format
4400 msgid "broken index, expect %s in %s, got %s"
4401 msgstr ""
4403 #: read-cache.c:2989 wrapper.c:658 builtin/merge.c:1117
4404 #, c-format
4405 msgid "could not close '%s'"
4406 msgstr ""
4408 #: read-cache.c:3092 sequencer.c:2354 sequencer.c:3807
4409 #, c-format
4410 msgid "could not stat '%s'"
4411 msgstr ""
4413 #: read-cache.c:3105
4414 #, c-format
4415 msgid "unable to open git dir: %s"
4416 msgstr ""
4418 #: read-cache.c:3117
4419 #, c-format
4420 msgid "unable to unlink: %s"
4421 msgstr ""
4423 #: read-cache.c:3142
4424 #, c-format
4425 msgid "cannot fix permission bits on '%s'"
4426 msgstr ""
4428 #: read-cache.c:3291
4429 #, c-format
4430 msgid "%s: cannot drop to stage #0"
4431 msgstr ""
4433 #: rebase-interactive.c:26
4434 #, c-format
4435 msgid ""
4436 "unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."
4437 msgstr ""
4439 #: rebase-interactive.c:35
4440 msgid ""
4441 "\n"
4442 "Commands:\n"
4443 "p, pick <commit> = use commit\n"
4444 "r, reword <commit> = use commit, but edit the commit message\n"
4445 "e, edit <commit> = use commit, but stop for amending\n"
4446 "s, squash <commit> = use commit, but meld into previous commit\n"
4447 "f, fixup <commit> = like \"squash\", but discard this commit's log message\n"
4448 "x, exec <command> = run command (the rest of the line) using shell\n"
4449 "b, break = stop here (continue rebase later with 'git rebase --continue')\n"
4450 "d, drop <commit> = remove commit\n"
4451 "l, label <label> = label current HEAD with a name\n"
4452 "t, reset <label> = reset HEAD to a label\n"
4453 "m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
4454 ".       create a merge commit using the original merge commit's\n"
4455 ".       message (or the oneline, if no original merge commit was\n"
4456 ".       specified). Use -c <commit> to reword the commit message.\n"
4457 "\n"
4458 "These lines can be re-ordered; they are executed from top to bottom.\n"
4459 msgstr ""
4461 #: rebase-interactive.c:56
4462 #, c-format
4463 msgid "Rebase %s onto %s (%d command)"
4464 msgid_plural "Rebase %s onto %s (%d commands)"
4465 msgstr[0] ""
4466 msgstr[1] ""
4468 #: rebase-interactive.c:65 git-rebase--preserve-merges.sh:173
4469 msgid ""
4470 "\n"
4471 "Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
4472 msgstr ""
4474 #: rebase-interactive.c:68 git-rebase--preserve-merges.sh:177
4475 msgid ""
4476 "\n"
4477 "If you remove a line here THAT COMMIT WILL BE LOST.\n"
4478 msgstr ""
4480 #: rebase-interactive.c:74 git-rebase--preserve-merges.sh:816
4481 msgid ""
4482 "\n"
4483 "You are editing the todo file of an ongoing interactive rebase.\n"
4484 "To continue rebase after editing, run:\n"
4485 "    git rebase --continue\n"
4486 "\n"
4487 msgstr ""
4489 #: rebase-interactive.c:79 git-rebase--preserve-merges.sh:893
4490 msgid ""
4491 "\n"
4492 "However, if you remove everything, the rebase will be aborted.\n"
4493 "\n"
4494 msgstr ""
4496 #: rebase-interactive.c:85 git-rebase--preserve-merges.sh:900
4497 msgid "Note that empty commits are commented out"
4498 msgstr ""
4500 #: rebase-interactive.c:105 rerere.c:485 rerere.c:692 sequencer.c:3339
4501 #: sequencer.c:3365 sequencer.c:4996 builtin/fsck.c:356 builtin/rebase.c:235
4502 #, c-format
4503 msgid "could not write '%s'"
4504 msgstr ""
4506 #: rebase-interactive.c:108
4507 #, c-format
4508 msgid "could not copy '%s' to '%s'."
4509 msgstr ""
4511 #: rebase-interactive.c:173
4512 #, c-format
4513 msgid ""
4514 "Warning: some commits may have been dropped accidentally.\n"
4515 "Dropped commits (newer to older):\n"
4516 msgstr ""
4518 #: rebase-interactive.c:180
4519 #, c-format
4520 msgid ""
4521 "To avoid this message, use \"drop\" to explicitly remove a commit.\n"
4522 "\n"
4523 "Use 'git config rebase.missingCommitsCheck' to change the level of "
4524 "warnings.\n"
4525 "The possible behaviours are: ignore, warn, error.\n"
4526 "\n"
4527 msgstr ""
4529 #: refs.c:192
4530 #, c-format
4531 msgid "%s does not point to a valid object!"
4532 msgstr ""
4534 #: refs.c:597
4535 #, c-format
4536 msgid "ignoring dangling symref %s"
4537 msgstr ""
4539 #: refs.c:599 ref-filter.c:1982
4540 #, c-format
4541 msgid "ignoring broken ref %s"
4542 msgstr ""
4544 #: refs.c:734
4545 #, c-format
4546 msgid "could not open '%s' for writing: %s"
4547 msgstr ""
4549 #: refs.c:744 refs.c:795
4550 #, c-format
4551 msgid "could not read ref '%s'"
4552 msgstr ""
4554 #: refs.c:750
4555 #, c-format
4556 msgid "ref '%s' already exists"
4557 msgstr ""
4559 #: refs.c:755
4560 #, c-format
4561 msgid "unexpected object ID when writing '%s'"
4562 msgstr ""
4564 #: refs.c:763 sequencer.c:400 sequencer.c:2679 sequencer.c:2805
4565 #: sequencer.c:2819 sequencer.c:3076 sequencer.c:4913 wrapper.c:656
4566 #, c-format
4567 msgid "could not write to '%s'"
4568 msgstr ""
4570 #: refs.c:790 wrapper.c:225 wrapper.c:395 builtin/am.c:715 builtin/rebase.c:993
4571 #, c-format
4572 msgid "could not open '%s' for writing"
4573 msgstr ""
4575 #: refs.c:797
4576 #, c-format
4577 msgid "unexpected object ID when deleting '%s'"
4578 msgstr ""
4580 #: refs.c:928
4581 #, c-format
4582 msgid "log for ref %s has gap after %s"
4583 msgstr ""
4585 #: refs.c:934
4586 #, c-format
4587 msgid "log for ref %s unexpectedly ended on %s"
4588 msgstr ""
4590 #: refs.c:993
4591 #, c-format
4592 msgid "log for %s is empty"
4593 msgstr ""
4595 #: refs.c:1085
4596 #, c-format
4597 msgid "refusing to update ref with bad name '%s'"
4598 msgstr ""
4600 #: refs.c:1161
4601 #, c-format
4602 msgid "update_ref failed for ref '%s': %s"
4603 msgstr ""
4605 #: refs.c:1942
4606 #, c-format
4607 msgid "multiple updates for ref '%s' not allowed"
4608 msgstr ""
4610 #: refs.c:1974
4611 msgid "ref updates forbidden inside quarantine environment"
4612 msgstr ""
4614 #: refs.c:2070 refs.c:2100
4615 #, c-format
4616 msgid "'%s' exists; cannot create '%s'"
4617 msgstr ""
4619 #: refs.c:2076 refs.c:2111
4620 #, c-format
4621 msgid "cannot process '%s' and '%s' at the same time"
4622 msgstr ""
4624 #: refs/files-backend.c:1234
4625 #, c-format
4626 msgid "could not remove reference %s"
4627 msgstr ""
4629 #: refs/files-backend.c:1248 refs/packed-backend.c:1532
4630 #: refs/packed-backend.c:1542
4631 #, c-format
4632 msgid "could not delete reference %s: %s"
4633 msgstr ""
4635 #: refs/files-backend.c:1251 refs/packed-backend.c:1545
4636 #, c-format
4637 msgid "could not delete references: %s"
4638 msgstr ""
4640 #: refspec.c:137
4641 #, c-format
4642 msgid "invalid refspec '%s'"
4643 msgstr ""
4645 #: ref-filter.c:39 wt-status.c:1909
4646 msgid "gone"
4647 msgstr ""
4649 #: ref-filter.c:40
4650 #, c-format
4651 msgid "ahead %d"
4652 msgstr ""
4654 #: ref-filter.c:41
4655 #, c-format
4656 msgid "behind %d"
4657 msgstr ""
4659 #: ref-filter.c:42
4660 #, c-format
4661 msgid "ahead %d, behind %d"
4662 msgstr ""
4664 #: ref-filter.c:138
4665 #, c-format
4666 msgid "expected format: %%(color:<color>)"
4667 msgstr ""
4669 #: ref-filter.c:140
4670 #, c-format
4671 msgid "unrecognized color: %%(color:%s)"
4672 msgstr ""
4674 #: ref-filter.c:162
4675 #, c-format
4676 msgid "Integer value expected refname:lstrip=%s"
4677 msgstr ""
4679 #: ref-filter.c:166
4680 #, c-format
4681 msgid "Integer value expected refname:rstrip=%s"
4682 msgstr ""
4684 #: ref-filter.c:168
4685 #, c-format
4686 msgid "unrecognized %%(%s) argument: %s"
4687 msgstr ""
4689 #: ref-filter.c:223
4690 #, c-format
4691 msgid "%%(objecttype) does not take arguments"
4692 msgstr ""
4694 #: ref-filter.c:245
4695 #, c-format
4696 msgid "unrecognized %%(objectsize) argument: %s"
4697 msgstr ""
4699 #: ref-filter.c:253
4700 #, c-format
4701 msgid "%%(deltabase) does not take arguments"
4702 msgstr ""
4704 #: ref-filter.c:265
4705 #, c-format
4706 msgid "%%(body) does not take arguments"
4707 msgstr ""
4709 #: ref-filter.c:274
4710 #, c-format
4711 msgid "%%(subject) does not take arguments"
4712 msgstr ""
4714 #: ref-filter.c:296
4715 #, c-format
4716 msgid "unknown %%(trailers) argument: %s"
4717 msgstr ""
4719 #: ref-filter.c:325
4720 #, c-format
4721 msgid "positive value expected contents:lines=%s"
4722 msgstr ""
4724 #: ref-filter.c:327
4725 #, c-format
4726 msgid "unrecognized %%(contents) argument: %s"
4727 msgstr ""
4729 #: ref-filter.c:342
4730 #, c-format
4731 msgid "positive value expected objectname:short=%s"
4732 msgstr ""
4734 #: ref-filter.c:346
4735 #, c-format
4736 msgid "unrecognized %%(objectname) argument: %s"
4737 msgstr ""
4739 #: ref-filter.c:376
4740 #, c-format
4741 msgid "expected format: %%(align:<width>,<position>)"
4742 msgstr ""
4744 #: ref-filter.c:388
4745 #, c-format
4746 msgid "unrecognized position:%s"
4747 msgstr ""
4749 #: ref-filter.c:395
4750 #, c-format
4751 msgid "unrecognized width:%s"
4752 msgstr ""
4754 #: ref-filter.c:404
4755 #, c-format
4756 msgid "unrecognized %%(align) argument: %s"
4757 msgstr ""
4759 #: ref-filter.c:412
4760 #, c-format
4761 msgid "positive width expected with the %%(align) atom"
4762 msgstr ""
4764 #: ref-filter.c:430
4765 #, c-format
4766 msgid "unrecognized %%(if) argument: %s"
4767 msgstr ""
4769 #: ref-filter.c:531
4770 #, c-format
4771 msgid "malformed field name: %.*s"
4772 msgstr ""
4774 #: ref-filter.c:558
4775 #, c-format
4776 msgid "unknown field name: %.*s"
4777 msgstr ""
4779 #: ref-filter.c:562
4780 #, c-format
4781 msgid ""
4782 "not a git repository, but the field '%.*s' requires access to object data"
4783 msgstr ""
4785 #: ref-filter.c:686
4786 #, c-format
4787 msgid "format: %%(if) atom used without a %%(then) atom"
4788 msgstr ""
4790 #: ref-filter.c:749
4791 #, c-format
4792 msgid "format: %%(then) atom used without an %%(if) atom"
4793 msgstr ""
4795 #: ref-filter.c:751
4796 #, c-format
4797 msgid "format: %%(then) atom used more than once"
4798 msgstr ""
4800 #: ref-filter.c:753
4801 #, c-format
4802 msgid "format: %%(then) atom used after %%(else)"
4803 msgstr ""
4805 #: ref-filter.c:781
4806 #, c-format
4807 msgid "format: %%(else) atom used without an %%(if) atom"
4808 msgstr ""
4810 #: ref-filter.c:783
4811 #, c-format
4812 msgid "format: %%(else) atom used without a %%(then) atom"
4813 msgstr ""
4815 #: ref-filter.c:785
4816 #, c-format
4817 msgid "format: %%(else) atom used more than once"
4818 msgstr ""
4820 #: ref-filter.c:800
4821 #, c-format
4822 msgid "format: %%(end) atom used without corresponding atom"
4823 msgstr ""
4825 #: ref-filter.c:857
4826 #, c-format
4827 msgid "malformed format string %s"
4828 msgstr ""
4830 #: ref-filter.c:1453
4831 #, c-format
4832 msgid "(no branch, rebasing %s)"
4833 msgstr ""
4835 #: ref-filter.c:1456
4836 #, c-format
4837 msgid "(no branch, rebasing detached HEAD %s)"
4838 msgstr ""
4840 #: ref-filter.c:1459
4841 #, c-format
4842 msgid "(no branch, bisect started on %s)"
4843 msgstr ""
4845 #. TRANSLATORS: make sure this matches "HEAD
4846 #. detached at " in wt-status.c
4848 #: ref-filter.c:1467
4849 #, c-format
4850 msgid "(HEAD detached at %s)"
4851 msgstr ""
4853 #. TRANSLATORS: make sure this matches "HEAD
4854 #. detached from " in wt-status.c
4856 #: ref-filter.c:1474
4857 #, c-format
4858 msgid "(HEAD detached from %s)"
4859 msgstr ""
4861 #: ref-filter.c:1478
4862 msgid "(no branch)"
4863 msgstr ""
4865 #: ref-filter.c:1512 ref-filter.c:1669
4866 #, c-format
4867 msgid "missing object %s for %s"
4868 msgstr ""
4870 #: ref-filter.c:1522
4871 #, c-format
4872 msgid "parse_object_buffer failed on %s for %s"
4873 msgstr ""
4875 #: ref-filter.c:1888
4876 #, c-format
4877 msgid "malformed object at '%s'"
4878 msgstr ""
4880 #: ref-filter.c:1977
4881 #, c-format
4882 msgid "ignoring ref with broken name %s"
4883 msgstr ""
4885 #: ref-filter.c:2263
4886 #, c-format
4887 msgid "format: %%(end) atom missing"
4888 msgstr ""
4890 #: ref-filter.c:2363
4891 #, c-format
4892 msgid "option `%s' is incompatible with --merged"
4893 msgstr ""
4895 #: ref-filter.c:2366
4896 #, c-format
4897 msgid "option `%s' is incompatible with --no-merged"
4898 msgstr ""
4900 #: ref-filter.c:2376
4901 #, c-format
4902 msgid "malformed object name %s"
4903 msgstr ""
4905 #: ref-filter.c:2381
4906 #, c-format
4907 msgid "option `%s' must point to a commit"
4908 msgstr ""
4910 #: remote.c:363
4911 #, c-format
4912 msgid "config remote shorthand cannot begin with '/': %s"
4913 msgstr ""
4915 #: remote.c:410
4916 msgid "more than one receivepack given, using the first"
4917 msgstr ""
4919 #: remote.c:418
4920 msgid "more than one uploadpack given, using the first"
4921 msgstr ""
4923 #: remote.c:608
4924 #, c-format
4925 msgid "Cannot fetch both %s and %s to %s"
4926 msgstr ""
4928 #: remote.c:612
4929 #, c-format
4930 msgid "%s usually tracks %s, not %s"
4931 msgstr ""
4933 #: remote.c:616
4934 #, c-format
4935 msgid "%s tracks both %s and %s"
4936 msgstr ""
4938 #: remote.c:684
4939 #, c-format
4940 msgid "key '%s' of pattern had no '*'"
4941 msgstr ""
4943 #: remote.c:694
4944 #, c-format
4945 msgid "value '%s' of pattern has no '*'"
4946 msgstr ""
4948 #: remote.c:1000
4949 #, c-format
4950 msgid "src refspec %s does not match any"
4951 msgstr ""
4953 #: remote.c:1005
4954 #, c-format
4955 msgid "src refspec %s matches more than one"
4956 msgstr ""
4958 #. TRANSLATORS: "matches '%s'%" is the <dst> part of "git push
4959 #. <remote> <src>:<dst>" push, and "being pushed ('%s')" is
4960 #. the <src>.
4962 #: remote.c:1020
4963 #, c-format
4964 msgid ""
4965 "The destination you provided is not a full refname (i.e.,\n"
4966 "starting with \"refs/\"). We tried to guess what you meant by:\n"
4967 "\n"
4968 "- Looking for a ref that matches '%s' on the remote side.\n"
4969 "- Checking if the <src> being pushed ('%s')\n"
4970 "  is a ref in \"refs/{heads,tags}/\". If so we add a corresponding\n"
4971 "  refs/{heads,tags}/ prefix on the remote side.\n"
4972 "\n"
4973 "Neither worked, so we gave up. You must fully qualify the ref."
4974 msgstr ""
4976 #: remote.c:1040
4977 #, c-format
4978 msgid ""
4979 "The <src> part of the refspec is a commit object.\n"
4980 "Did you mean to create a new branch by pushing to\n"
4981 "'%s:refs/heads/%s'?"
4982 msgstr ""
4984 #: remote.c:1045
4985 #, c-format
4986 msgid ""
4987 "The <src> part of the refspec is a tag object.\n"
4988 "Did you mean to create a new tag by pushing to\n"
4989 "'%s:refs/tags/%s'?"
4990 msgstr ""
4992 #: remote.c:1050
4993 #, c-format
4994 msgid ""
4995 "The <src> part of the refspec is a tree object.\n"
4996 "Did you mean to tag a new tree by pushing to\n"
4997 "'%s:refs/tags/%s'?"
4998 msgstr ""
5000 #: remote.c:1055
5001 #, c-format
5002 msgid ""
5003 "The <src> part of the refspec is a blob object.\n"
5004 "Did you mean to tag a new blob by pushing to\n"
5005 "'%s:refs/tags/%s'?"
5006 msgstr ""
5008 #: remote.c:1091
5009 #, c-format
5010 msgid "%s cannot be resolved to branch"
5011 msgstr ""
5013 #: remote.c:1102
5014 #, c-format
5015 msgid "unable to delete '%s': remote ref does not exist"
5016 msgstr ""
5018 #: remote.c:1114
5019 #, c-format
5020 msgid "dst refspec %s matches more than one"
5021 msgstr ""
5023 #: remote.c:1121
5024 #, c-format
5025 msgid "dst ref %s receives from more than one src"
5026 msgstr ""
5028 #: remote.c:1624 remote.c:1725
5029 msgid "HEAD does not point to a branch"
5030 msgstr ""
5032 #: remote.c:1633
5033 #, c-format
5034 msgid "no such branch: '%s'"
5035 msgstr ""
5037 #: remote.c:1636
5038 #, c-format
5039 msgid "no upstream configured for branch '%s'"
5040 msgstr ""
5042 #: remote.c:1642
5043 #, c-format
5044 msgid "upstream branch '%s' not stored as a remote-tracking branch"
5045 msgstr ""
5047 #: remote.c:1657
5048 #, c-format
5049 msgid "push destination '%s' on remote '%s' has no local tracking branch"
5050 msgstr ""
5052 #: remote.c:1669
5053 #, c-format
5054 msgid "branch '%s' has no remote for pushing"
5055 msgstr ""
5057 #: remote.c:1679
5058 #, c-format
5059 msgid "push refspecs for '%s' do not include '%s'"
5060 msgstr ""
5062 #: remote.c:1692
5063 msgid "push has no destination (push.default is 'nothing')"
5064 msgstr ""
5066 #: remote.c:1714
5067 msgid "cannot resolve 'simple' push to a single destination"
5068 msgstr ""
5070 #: remote.c:1840
5071 #, c-format
5072 msgid "couldn't find remote ref %s"
5073 msgstr ""
5075 #: remote.c:1853
5076 #, c-format
5077 msgid "* Ignoring funny ref '%s' locally"
5078 msgstr ""
5080 #: remote.c:2016
5081 #, c-format
5082 msgid "Your branch is based on '%s', but the upstream is gone.\n"
5083 msgstr ""
5085 #: remote.c:2020
5086 msgid "  (use \"git branch --unset-upstream\" to fixup)\n"
5087 msgstr ""
5089 #: remote.c:2023
5090 #, c-format
5091 msgid "Your branch is up to date with '%s'.\n"
5092 msgstr ""
5094 #: remote.c:2027
5095 #, c-format
5096 msgid "Your branch and '%s' refer to different commits.\n"
5097 msgstr ""
5099 #: remote.c:2030
5100 #, c-format
5101 msgid "  (use \"%s\" for details)\n"
5102 msgstr ""
5104 #: remote.c:2034
5105 #, c-format
5106 msgid "Your branch is ahead of '%s' by %d commit.\n"
5107 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
5108 msgstr[0] ""
5109 msgstr[1] ""
5111 #: remote.c:2040
5112 msgid "  (use \"git push\" to publish your local commits)\n"
5113 msgstr ""
5115 #: remote.c:2043
5116 #, c-format
5117 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
5118 msgid_plural ""
5119 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
5120 msgstr[0] ""
5121 msgstr[1] ""
5123 #: remote.c:2051
5124 msgid "  (use \"git pull\" to update your local branch)\n"
5125 msgstr ""
5127 #: remote.c:2054
5128 #, c-format
5129 msgid ""
5130 "Your branch and '%s' have diverged,\n"
5131 "and have %d and %d different commit each, respectively.\n"
5132 msgid_plural ""
5133 "Your branch and '%s' have diverged,\n"
5134 "and have %d and %d different commits each, respectively.\n"
5135 msgstr[0] ""
5136 msgstr[1] ""
5138 #: remote.c:2064
5139 msgid "  (use \"git pull\" to merge the remote branch into yours)\n"
5140 msgstr ""
5142 #: remote.c:2247
5143 #, c-format
5144 msgid "cannot parse expected object name '%s'"
5145 msgstr ""
5147 #: replace-object.c:21
5148 #, c-format
5149 msgid "bad replace ref name: %s"
5150 msgstr ""
5152 #: replace-object.c:30
5153 #, c-format
5154 msgid "duplicate replace ref: %s"
5155 msgstr ""
5157 #: replace-object.c:73
5158 #, c-format
5159 msgid "replace depth too high for object %s"
5160 msgstr ""
5162 #: rerere.c:217 rerere.c:226 rerere.c:229
5163 msgid "corrupt MERGE_RR"
5164 msgstr ""
5166 #: rerere.c:264 rerere.c:269
5167 msgid "unable to write rerere record"
5168 msgstr ""
5170 #: rerere.c:495
5171 #, c-format
5172 msgid "there were errors while writing '%s' (%s)"
5173 msgstr ""
5175 #: rerere.c:498
5176 #, c-format
5177 msgid "failed to flush '%s'"
5178 msgstr ""
5180 #: rerere.c:503 rerere.c:1039
5181 #, c-format
5182 msgid "could not parse conflict hunks in '%s'"
5183 msgstr ""
5185 #: rerere.c:684
5186 #, c-format
5187 msgid "failed utime() on '%s'"
5188 msgstr ""
5190 #: rerere.c:694
5191 #, c-format
5192 msgid "writing '%s' failed"
5193 msgstr ""
5195 #: rerere.c:714
5196 #, c-format
5197 msgid "Staged '%s' using previous resolution."
5198 msgstr ""
5200 #: rerere.c:753
5201 #, c-format
5202 msgid "Recorded resolution for '%s'."
5203 msgstr ""
5205 #: rerere.c:788
5206 #, c-format
5207 msgid "Resolved '%s' using previous resolution."
5208 msgstr ""
5210 #: rerere.c:803
5211 #, c-format
5212 msgid "cannot unlink stray '%s'"
5213 msgstr ""
5215 #: rerere.c:807
5216 #, c-format
5217 msgid "Recorded preimage for '%s'"
5218 msgstr ""
5220 #: rerere.c:881 submodule.c:2024 builtin/log.c:1750
5221 #: builtin/submodule--helper.c:1417 builtin/submodule--helper.c:1427
5222 #, c-format
5223 msgid "could not create directory '%s'"
5224 msgstr ""
5226 #: rerere.c:1057
5227 #, c-format
5228 msgid "failed to update conflicted state in '%s'"
5229 msgstr ""
5231 #: rerere.c:1068 rerere.c:1075
5232 #, c-format
5233 msgid "no remembered resolution for '%s'"
5234 msgstr ""
5236 #: rerere.c:1077
5237 #, c-format
5238 msgid "cannot unlink '%s'"
5239 msgstr ""
5241 #: rerere.c:1087
5242 #, c-format
5243 msgid "Updated preimage for '%s'"
5244 msgstr ""
5246 #: rerere.c:1096
5247 #, c-format
5248 msgid "Forgot resolution for '%s'\n"
5249 msgstr ""
5251 #: rerere.c:1199
5252 msgid "unable to open rr-cache directory"
5253 msgstr ""
5255 #: revision.c:2476
5256 msgid "your current branch appears to be broken"
5257 msgstr ""
5259 #: revision.c:2479
5260 #, c-format
5261 msgid "your current branch '%s' does not have any commits yet"
5262 msgstr ""
5264 #: revision.c:2679
5265 msgid "--first-parent is incompatible with --bisect"
5266 msgstr ""
5268 #: revision.c:2683
5269 msgid "-L does not yet support diff formats besides -p and -s"
5270 msgstr ""
5272 #: run-command.c:763
5273 msgid "open /dev/null failed"
5274 msgstr ""
5276 #: run-command.c:1269
5277 #, c-format
5278 msgid "cannot create async thread: %s"
5279 msgstr ""
5281 #: run-command.c:1333
5282 #, c-format
5283 msgid ""
5284 "The '%s' hook was ignored because it's not set as executable.\n"
5285 "You can disable this warning with `git config advice.ignoredHook false`."
5286 msgstr ""
5288 #: send-pack.c:141
5289 msgid "unexpected flush packet while reading remote unpack status"
5290 msgstr ""
5292 #: send-pack.c:143
5293 #, c-format
5294 msgid "unable to parse remote unpack status: %s"
5295 msgstr ""
5297 #: send-pack.c:145
5298 #, c-format
5299 msgid "remote unpack failed: %s"
5300 msgstr ""
5302 #: send-pack.c:306
5303 msgid "failed to sign the push certificate"
5304 msgstr ""
5306 #: send-pack.c:420
5307 msgid "the receiving end does not support --signed push"
5308 msgstr ""
5310 #: send-pack.c:422
5311 msgid ""
5312 "not sending a push certificate since the receiving end does not support --"
5313 "signed push"
5314 msgstr ""
5316 #: send-pack.c:434
5317 msgid "the receiving end does not support --atomic push"
5318 msgstr ""
5320 #: send-pack.c:439
5321 msgid "the receiving end does not support push options"
5322 msgstr ""
5324 #: sequencer.c:187
5325 #, c-format
5326 msgid "invalid commit message cleanup mode '%s'"
5327 msgstr ""
5329 #: sequencer.c:292
5330 #, c-format
5331 msgid "could not delete '%s'"
5332 msgstr ""
5334 #: sequencer.c:318
5335 msgid "revert"
5336 msgstr ""
5338 #: sequencer.c:320
5339 msgid "cherry-pick"
5340 msgstr ""
5342 #: sequencer.c:322
5343 msgid "rebase -i"
5344 msgstr ""
5346 #: sequencer.c:324
5347 #, c-format
5348 msgid "unknown action: %d"
5349 msgstr ""
5351 #: sequencer.c:382
5352 msgid ""
5353 "after resolving the conflicts, mark the corrected paths\n"
5354 "with 'git add <paths>' or 'git rm <paths>'"
5355 msgstr ""
5357 #: sequencer.c:385
5358 msgid ""
5359 "after resolving the conflicts, mark the corrected paths\n"
5360 "with 'git add <paths>' or 'git rm <paths>'\n"
5361 "and commit the result with 'git commit'"
5362 msgstr ""
5364 #: sequencer.c:398 sequencer.c:2801
5365 #, c-format
5366 msgid "could not lock '%s'"
5367 msgstr ""
5369 #: sequencer.c:405
5370 #, c-format
5371 msgid "could not write eol to '%s'"
5372 msgstr ""
5374 #: sequencer.c:410 sequencer.c:2684 sequencer.c:2807 sequencer.c:2821
5375 #: sequencer.c:3084
5376 #, c-format
5377 msgid "failed to finalize '%s'"
5378 msgstr ""
5380 #: sequencer.c:433 sequencer.c:978 sequencer.c:1652 sequencer.c:2704
5381 #: sequencer.c:3066 sequencer.c:3175 builtin/am.c:245 builtin/commit.c:760
5382 #: builtin/merge.c:1115 builtin/rebase.c:567
5383 #, c-format
5384 msgid "could not read '%s'"
5385 msgstr ""
5387 #: sequencer.c:459
5388 #, c-format
5389 msgid "your local changes would be overwritten by %s."
5390 msgstr ""
5392 #: sequencer.c:463
5393 msgid "commit your changes or stash them to proceed."
5394 msgstr ""
5396 #: sequencer.c:495
5397 #, c-format
5398 msgid "%s: fast-forward"
5399 msgstr ""
5401 #: sequencer.c:534 builtin/tag.c:555
5402 #, c-format
5403 msgid "Invalid cleanup mode %s"
5404 msgstr ""
5406 #. TRANSLATORS: %s will be "revert", "cherry-pick" or
5407 #. "rebase -i".
5409 #: sequencer.c:629
5410 #, c-format
5411 msgid "%s: Unable to write new index file"
5412 msgstr ""
5414 #: sequencer.c:646
5415 msgid "unable to update cache tree"
5416 msgstr ""
5418 #: sequencer.c:660
5419 msgid "could not resolve HEAD commit"
5420 msgstr ""
5422 #: sequencer.c:740
5423 #, c-format
5424 msgid "no key present in '%.*s'"
5425 msgstr ""
5427 #: sequencer.c:751
5428 #, c-format
5429 msgid "unable to dequote value of '%s'"
5430 msgstr ""
5432 #: sequencer.c:788 wrapper.c:227 wrapper.c:397 builtin/am.c:706
5433 #: builtin/am.c:798 builtin/merge.c:1112 builtin/rebase.c:1035
5434 #, c-format
5435 msgid "could not open '%s' for reading"
5436 msgstr ""
5438 #: sequencer.c:798
5439 msgid "'GIT_AUTHOR_NAME' already given"
5440 msgstr ""
5442 #: sequencer.c:803
5443 msgid "'GIT_AUTHOR_EMAIL' already given"
5444 msgstr ""
5446 #: sequencer.c:808
5447 msgid "'GIT_AUTHOR_DATE' already given"
5448 msgstr ""
5450 #: sequencer.c:812
5451 #, c-format
5452 msgid "unknown variable '%s'"
5453 msgstr ""
5455 #: sequencer.c:817
5456 msgid "missing 'GIT_AUTHOR_NAME'"
5457 msgstr ""
5459 #: sequencer.c:819
5460 msgid "missing 'GIT_AUTHOR_EMAIL'"
5461 msgstr ""
5463 #: sequencer.c:821
5464 msgid "missing 'GIT_AUTHOR_DATE'"
5465 msgstr ""
5467 #: sequencer.c:881
5468 #, c-format
5469 msgid "invalid date format '%s' in '%s'"
5470 msgstr ""
5472 #: sequencer.c:898
5473 #, c-format
5474 msgid ""
5475 "you have staged changes in your working tree\n"
5476 "If these changes are meant to be squashed into the previous commit, run:\n"
5477 "\n"
5478 "  git commit --amend %s\n"
5479 "\n"
5480 "If they are meant to go into a new commit, run:\n"
5481 "\n"
5482 "  git commit %s\n"
5483 "\n"
5484 "In both cases, once you're done, continue with:\n"
5485 "\n"
5486 "  git rebase --continue\n"
5487 msgstr ""
5489 #: sequencer.c:992
5490 msgid "writing root commit"
5491 msgstr ""
5493 #: sequencer.c:1213
5494 msgid "'prepare-commit-msg' hook failed"
5495 msgstr ""
5497 #: sequencer.c:1220
5498 msgid ""
5499 "Your name and email address were configured automatically based\n"
5500 "on your username and hostname. Please check that they are accurate.\n"
5501 "You can suppress this message by setting them explicitly. Run the\n"
5502 "following command and follow the instructions in your editor to edit\n"
5503 "your configuration file:\n"
5504 "\n"
5505 "    git config --global --edit\n"
5506 "\n"
5507 "After doing this, you may fix the identity used for this commit with:\n"
5508 "\n"
5509 "    git commit --amend --reset-author\n"
5510 msgstr ""
5512 #: sequencer.c:1233
5513 msgid ""
5514 "Your name and email address were configured automatically based\n"
5515 "on your username and hostname. Please check that they are accurate.\n"
5516 "You can suppress this message by setting them explicitly:\n"
5517 "\n"
5518 "    git config --global user.name \"Your Name\"\n"
5519 "    git config --global user.email you@example.com\n"
5520 "\n"
5521 "After doing this, you may fix the identity used for this commit with:\n"
5522 "\n"
5523 "    git commit --amend --reset-author\n"
5524 msgstr ""
5526 #: sequencer.c:1275
5527 msgid "couldn't look up newly created commit"
5528 msgstr ""
5530 #: sequencer.c:1277
5531 msgid "could not parse newly created commit"
5532 msgstr ""
5534 #: sequencer.c:1323
5535 msgid "unable to resolve HEAD after creating commit"
5536 msgstr ""
5538 #: sequencer.c:1325
5539 msgid "detached HEAD"
5540 msgstr ""
5542 #: sequencer.c:1329
5543 msgid " (root-commit)"
5544 msgstr ""
5546 #: sequencer.c:1350
5547 msgid "could not parse HEAD"
5548 msgstr ""
5550 #: sequencer.c:1352
5551 #, c-format
5552 msgid "HEAD %s is not a commit!"
5553 msgstr ""
5555 #: sequencer.c:1356 builtin/commit.c:1551
5556 msgid "could not parse HEAD commit"
5557 msgstr ""
5559 #: sequencer.c:1408 sequencer.c:2001
5560 msgid "unable to parse commit author"
5561 msgstr ""
5563 #: sequencer.c:1418 builtin/am.c:1572 builtin/merge.c:688
5564 msgid "git write-tree failed to write a tree"
5565 msgstr ""
5567 #: sequencer.c:1435 sequencer.c:1496
5568 #, c-format
5569 msgid "unable to read commit message from '%s'"
5570 msgstr ""
5572 #: sequencer.c:1462 builtin/am.c:1594 builtin/commit.c:1650 builtin/merge.c:882
5573 #: builtin/merge.c:906
5574 msgid "failed to write commit object"
5575 msgstr ""
5577 #: sequencer.c:1523
5578 #, c-format
5579 msgid "could not parse commit %s"
5580 msgstr ""
5582 #: sequencer.c:1528
5583 #, c-format
5584 msgid "could not parse parent commit %s"
5585 msgstr ""
5587 #: sequencer.c:1602 sequencer.c:1712
5588 #, c-format
5589 msgid "unknown command: %d"
5590 msgstr ""
5592 #: sequencer.c:1659 sequencer.c:1684
5593 #, c-format
5594 msgid "This is a combination of %d commits."
5595 msgstr ""
5597 #: sequencer.c:1669
5598 msgid "need a HEAD to fixup"
5599 msgstr ""
5601 #: sequencer.c:1671 sequencer.c:3111
5602 msgid "could not read HEAD"
5603 msgstr ""
5605 #: sequencer.c:1673
5606 msgid "could not read HEAD's commit message"
5607 msgstr ""
5609 #: sequencer.c:1679
5610 #, c-format
5611 msgid "cannot write '%s'"
5612 msgstr ""
5614 #: sequencer.c:1686 git-rebase--preserve-merges.sh:441
5615 msgid "This is the 1st commit message:"
5616 msgstr ""
5618 #: sequencer.c:1694
5619 #, c-format
5620 msgid "could not read commit message of %s"
5621 msgstr ""
5623 #: sequencer.c:1701
5624 #, c-format
5625 msgid "This is the commit message #%d:"
5626 msgstr ""
5628 #: sequencer.c:1707
5629 #, c-format
5630 msgid "The commit message #%d will be skipped:"
5631 msgstr ""
5633 #: sequencer.c:1795
5634 msgid "your index file is unmerged."
5635 msgstr ""
5637 #: sequencer.c:1802
5638 msgid "cannot fixup root commit"
5639 msgstr ""
5641 #: sequencer.c:1821
5642 #, c-format
5643 msgid "commit %s is a merge but no -m option was given."
5644 msgstr ""
5646 #: sequencer.c:1829 sequencer.c:1837
5647 #, c-format
5648 msgid "commit %s does not have parent %d"
5649 msgstr ""
5651 #: sequencer.c:1843
5652 #, c-format
5653 msgid "cannot get commit message for %s"
5654 msgstr ""
5656 #. TRANSLATORS: The first %s will be a "todo" command like
5657 #. "revert" or "pick", the second %s a SHA1.
5658 #: sequencer.c:1862
5659 #, c-format
5660 msgid "%s: cannot parse parent commit %s"
5661 msgstr ""
5663 #: sequencer.c:1927
5664 #, c-format
5665 msgid "could not rename '%s' to '%s'"
5666 msgstr ""
5668 #: sequencer.c:1982
5669 #, c-format
5670 msgid "could not revert %s... %s"
5671 msgstr ""
5673 #: sequencer.c:1983
5674 #, c-format
5675 msgid "could not apply %s... %s"
5676 msgstr ""
5678 #: sequencer.c:2042
5679 #, c-format
5680 msgid "git %s: failed to read the index"
5681 msgstr ""
5683 #: sequencer.c:2049
5684 #, c-format
5685 msgid "git %s: failed to refresh the index"
5686 msgstr ""
5688 #: sequencer.c:2118
5689 #, c-format
5690 msgid "%s does not accept arguments: '%s'"
5691 msgstr ""
5693 #: sequencer.c:2127
5694 #, c-format
5695 msgid "missing arguments for %s"
5696 msgstr ""
5698 #: sequencer.c:2164
5699 #, c-format
5700 msgid "could not parse '%.*s'"
5701 msgstr ""
5703 #: sequencer.c:2226
5704 #, c-format
5705 msgid "invalid line %d: %.*s"
5706 msgstr ""
5708 #: sequencer.c:2237
5709 #, c-format
5710 msgid "cannot '%s' without a previous commit"
5711 msgstr ""
5713 #: sequencer.c:2285 builtin/rebase.c:153 builtin/rebase.c:178
5714 #: builtin/rebase.c:204 builtin/rebase.c:229
5715 #, c-format
5716 msgid "could not read '%s'."
5717 msgstr ""
5719 #: sequencer.c:2360
5720 msgid "please fix this using 'git rebase --edit-todo'."
5721 msgstr ""
5723 #: sequencer.c:2362
5724 #, c-format
5725 msgid "unusable instruction sheet: '%s'"
5726 msgstr ""
5728 #: sequencer.c:2367
5729 msgid "no commits parsed."
5730 msgstr ""
5732 #: sequencer.c:2378
5733 msgid "cannot cherry-pick during a revert."
5734 msgstr ""
5736 #: sequencer.c:2380
5737 msgid "cannot revert during a cherry-pick."
5738 msgstr ""
5740 #: sequencer.c:2462
5741 #, c-format
5742 msgid "invalid value for %s: %s"
5743 msgstr ""
5745 #: sequencer.c:2549
5746 msgid "unusable squash-onto"
5747 msgstr ""
5749 #: sequencer.c:2565
5750 #, c-format
5751 msgid "malformed options sheet: '%s'"
5752 msgstr ""
5754 #: sequencer.c:2648 sequencer.c:4227
5755 msgid "empty commit set passed"
5756 msgstr ""
5758 #: sequencer.c:2656
5759 msgid "a cherry-pick or revert is already in progress"
5760 msgstr ""
5762 #: sequencer.c:2657
5763 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
5764 msgstr ""
5766 #: sequencer.c:2660
5767 #, c-format
5768 msgid "could not create sequencer directory '%s'"
5769 msgstr ""
5771 #: sequencer.c:2674
5772 msgid "could not lock HEAD"
5773 msgstr ""
5775 #: sequencer.c:2729 sequencer.c:3979
5776 msgid "no cherry-pick or revert in progress"
5777 msgstr ""
5779 #: sequencer.c:2731
5780 msgid "cannot resolve HEAD"
5781 msgstr ""
5783 #: sequencer.c:2733 sequencer.c:2768
5784 msgid "cannot abort from a branch yet to be born"
5785 msgstr ""
5787 #: sequencer.c:2754 builtin/grep.c:732
5788 #, c-format
5789 msgid "cannot open '%s'"
5790 msgstr ""
5792 #: sequencer.c:2756
5793 #, c-format
5794 msgid "cannot read '%s': %s"
5795 msgstr ""
5797 #: sequencer.c:2757
5798 msgid "unexpected end of file"
5799 msgstr ""
5801 #: sequencer.c:2763
5802 #, c-format
5803 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
5804 msgstr ""
5806 #: sequencer.c:2774
5807 msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
5808 msgstr ""
5810 #: sequencer.c:2903 sequencer.c:3894
5811 #, c-format
5812 msgid "could not update %s"
5813 msgstr ""
5815 #: sequencer.c:2941 sequencer.c:3874
5816 msgid "cannot read HEAD"
5817 msgstr ""
5819 #: sequencer.c:2958
5820 #, c-format
5821 msgid "unable to copy '%s' to '%s'"
5822 msgstr ""
5824 #: sequencer.c:2966
5825 #, c-format
5826 msgid ""
5827 "You can amend the commit now, with\n"
5828 "\n"
5829 "  git commit --amend %s\n"
5830 "\n"
5831 "Once you are satisfied with your changes, run\n"
5832 "\n"
5833 "  git rebase --continue\n"
5834 msgstr ""
5836 #: sequencer.c:2976
5837 #, c-format
5838 msgid "Could not apply %s... %.*s"
5839 msgstr ""
5841 #: sequencer.c:2983
5842 #, c-format
5843 msgid "Could not merge %.*s"
5844 msgstr ""
5846 #: sequencer.c:2997 sequencer.c:3001 builtin/difftool.c:633
5847 #, c-format
5848 msgid "could not copy '%s' to '%s'"
5849 msgstr ""
5851 #: sequencer.c:3023 sequencer.c:3446 builtin/rebase.c:839 builtin/rebase.c:1580
5852 #: builtin/rebase.c:1940 builtin/rebase.c:1995
5853 msgid "could not read index"
5854 msgstr ""
5856 #: sequencer.c:3028
5857 #, c-format
5858 msgid ""
5859 "execution failed: %s\n"
5860 "%sYou can fix the problem, and then run\n"
5861 "\n"
5862 "  git rebase --continue\n"
5863 "\n"
5864 msgstr ""
5866 #: sequencer.c:3034
5867 msgid "and made changes to the index and/or the working tree\n"
5868 msgstr ""
5870 #: sequencer.c:3040
5871 #, c-format
5872 msgid ""
5873 "execution succeeded: %s\n"
5874 "but left changes to the index and/or the working tree\n"
5875 "Commit or stash your changes, and then run\n"
5876 "\n"
5877 "  git rebase --continue\n"
5878 "\n"
5879 msgstr ""
5881 #: sequencer.c:3101
5882 #, c-format
5883 msgid "illegal label name: '%.*s'"
5884 msgstr ""
5886 #: sequencer.c:3155
5887 msgid "writing fake root commit"
5888 msgstr ""
5890 #: sequencer.c:3160
5891 msgid "writing squash-onto"
5892 msgstr ""
5894 #: sequencer.c:3198 builtin/rebase.c:844 builtin/rebase.c:850
5895 #, c-format
5896 msgid "failed to find tree of %s"
5897 msgstr ""
5899 #: sequencer.c:3216 builtin/rebase.c:863
5900 msgid "could not write index"
5901 msgstr ""
5903 #: sequencer.c:3243
5904 #, c-format
5905 msgid "could not resolve '%s'"
5906 msgstr ""
5908 #: sequencer.c:3271
5909 msgid "cannot merge without a current revision"
5910 msgstr ""
5912 #: sequencer.c:3293
5913 #, c-format
5914 msgid "unable to parse '%.*s'"
5915 msgstr ""
5917 #: sequencer.c:3302
5918 #, c-format
5919 msgid "nothing to merge: '%.*s'"
5920 msgstr ""
5922 #: sequencer.c:3314
5923 msgid "octopus merge cannot be executed on top of a [new root]"
5924 msgstr ""
5926 #: sequencer.c:3329
5927 #, c-format
5928 msgid "could not get commit message of '%s'"
5929 msgstr ""
5931 #: sequencer.c:3478
5932 #, c-format
5933 msgid "could not even attempt to merge '%.*s'"
5934 msgstr ""
5936 #: sequencer.c:3494
5937 msgid "merge: Unable to write new index file"
5938 msgstr ""
5940 #: sequencer.c:3562 builtin/rebase.c:711
5941 #, c-format
5942 msgid "Applied autostash.\n"
5943 msgstr ""
5945 #: sequencer.c:3574
5946 #, c-format
5947 msgid "cannot store %s"
5948 msgstr ""
5950 #: sequencer.c:3577 builtin/rebase.c:727
5951 #, c-format
5952 msgid ""
5953 "Applying autostash resulted in conflicts.\n"
5954 "Your changes are safe in the stash.\n"
5955 "You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
5956 msgstr ""
5958 #: sequencer.c:3638
5959 #, c-format
5960 msgid "could not checkout %s"
5961 msgstr ""
5963 #: sequencer.c:3652
5964 #, c-format
5965 msgid "%s: not a valid OID"
5966 msgstr ""
5968 #: sequencer.c:3657 git-rebase--preserve-merges.sh:724
5969 msgid "could not detach HEAD"
5970 msgstr ""
5972 #: sequencer.c:3672
5973 #, c-format
5974 msgid "Stopped at HEAD\n"
5975 msgstr ""
5977 #: sequencer.c:3674
5978 #, c-format
5979 msgid "Stopped at %s\n"
5980 msgstr ""
5982 #: sequencer.c:3682
5983 #, c-format
5984 msgid ""
5985 "Could not execute the todo command\n"
5986 "\n"
5987 "    %.*s\n"
5988 "It has been rescheduled; To edit the command before continuing, please\n"
5989 "edit the todo list first:\n"
5990 "\n"
5991 "    git rebase --edit-todo\n"
5992 "    git rebase --continue\n"
5993 msgstr ""
5995 #: sequencer.c:3759
5996 #, c-format
5997 msgid "Stopped at %s...  %.*s\n"
5998 msgstr ""
6000 #: sequencer.c:3837
6001 #, c-format
6002 msgid "unknown command %d"
6003 msgstr ""
6005 #: sequencer.c:3882
6006 msgid "could not read orig-head"
6007 msgstr ""
6009 #: sequencer.c:3887
6010 msgid "could not read 'onto'"
6011 msgstr ""
6013 #: sequencer.c:3901
6014 #, c-format
6015 msgid "could not update HEAD to %s"
6016 msgstr ""
6018 #: sequencer.c:3991
6019 msgid "cannot rebase: You have unstaged changes."
6020 msgstr ""
6022 #: sequencer.c:4000
6023 msgid "cannot amend non-existing commit"
6024 msgstr ""
6026 #: sequencer.c:4002
6027 #, c-format
6028 msgid "invalid file: '%s'"
6029 msgstr ""
6031 #: sequencer.c:4004
6032 #, c-format
6033 msgid "invalid contents: '%s'"
6034 msgstr ""
6036 #: sequencer.c:4007
6037 msgid ""
6038 "\n"
6039 "You have uncommitted changes in your working tree. Please, commit them\n"
6040 "first and then run 'git rebase --continue' again."
6041 msgstr ""
6043 #: sequencer.c:4043 sequencer.c:4081
6044 #, c-format
6045 msgid "could not write file: '%s'"
6046 msgstr ""
6048 #: sequencer.c:4096
6049 msgid "could not remove CHERRY_PICK_HEAD"
6050 msgstr ""
6052 #: sequencer.c:4103
6053 msgid "could not commit staged changes."
6054 msgstr ""
6056 #: sequencer.c:4204
6057 #, c-format
6058 msgid "%s: can't cherry-pick a %s"
6059 msgstr ""
6061 #: sequencer.c:4208
6062 #, c-format
6063 msgid "%s: bad revision"
6064 msgstr ""
6066 #: sequencer.c:4243
6067 msgid "can't revert as initial commit"
6068 msgstr ""
6070 #: sequencer.c:4686
6071 msgid "make_script: unhandled options"
6072 msgstr ""
6074 #: sequencer.c:4689
6075 msgid "make_script: error preparing revisions"
6076 msgstr ""
6078 #: sequencer.c:4847
6079 msgid ""
6080 "You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
6081 "continue'.\n"
6082 "Or you can abort the rebase with 'git rebase --abort'.\n"
6083 msgstr ""
6085 #: sequencer.c:4959 sequencer.c:4976
6086 msgid "nothing to do"
6087 msgstr ""
6089 #: sequencer.c:4990
6090 msgid "could not skip unnecessary pick commands"
6091 msgstr ""
6093 #: sequencer.c:5073
6094 msgid "the script was already rearranged."
6095 msgstr ""
6097 #: setup.c:123
6098 #, c-format
6099 msgid "'%s' is outside repository"
6100 msgstr ""
6102 #: setup.c:173
6103 #, c-format
6104 msgid ""
6105 "%s: no such path in the working tree.\n"
6106 "Use 'git <command> -- <path>...' to specify paths that do not exist locally."
6107 msgstr ""
6109 #: setup.c:186
6110 #, c-format
6111 msgid ""
6112 "ambiguous argument '%s': unknown revision or path not in the working tree.\n"
6113 "Use '--' to separate paths from revisions, like this:\n"
6114 "'git <command> [<revision>...] -- [<file>...]'"
6115 msgstr ""
6117 #: setup.c:235
6118 #, c-format
6119 msgid "option '%s' must come before non-option arguments"
6120 msgstr ""
6122 #: setup.c:254
6123 #, c-format
6124 msgid ""
6125 "ambiguous argument '%s': both revision and filename\n"
6126 "Use '--' to separate paths from revisions, like this:\n"
6127 "'git <command> [<revision>...] -- [<file>...]'"
6128 msgstr ""
6130 #: setup.c:390
6131 msgid "unable to set up work tree using invalid config"
6132 msgstr ""
6134 #: setup.c:394
6135 msgid "this operation must be run in a work tree"
6136 msgstr ""
6138 #: setup.c:540
6139 #, c-format
6140 msgid "Expected git repo version <= %d, found %d"
6141 msgstr ""
6143 #: setup.c:548
6144 msgid "unknown repository extensions found:"
6145 msgstr ""
6147 #: setup.c:567
6148 #, c-format
6149 msgid "error opening '%s'"
6150 msgstr ""
6152 #: setup.c:569
6153 #, c-format
6154 msgid "too large to be a .git file: '%s'"
6155 msgstr ""
6157 #: setup.c:571
6158 #, c-format
6159 msgid "error reading %s"
6160 msgstr ""
6162 #: setup.c:573
6163 #, c-format
6164 msgid "invalid gitfile format: %s"
6165 msgstr ""
6167 #: setup.c:575
6168 #, c-format
6169 msgid "no path in gitfile: %s"
6170 msgstr ""
6172 #: setup.c:577
6173 #, c-format
6174 msgid "not a git repository: %s"
6175 msgstr ""
6177 #: setup.c:676
6178 #, c-format
6179 msgid "'$%s' too big"
6180 msgstr ""
6182 #: setup.c:690
6183 #, c-format
6184 msgid "not a git repository: '%s'"
6185 msgstr ""
6187 #: setup.c:719 setup.c:721 setup.c:752
6188 #, c-format
6189 msgid "cannot chdir to '%s'"
6190 msgstr ""
6192 #: setup.c:724 setup.c:780 setup.c:790 setup.c:829 setup.c:837
6193 msgid "cannot come back to cwd"
6194 msgstr ""
6196 #: setup.c:851
6197 #, c-format
6198 msgid "failed to stat '%*s%s%s'"
6199 msgstr ""
6201 #: setup.c:1083
6202 msgid "Unable to read current working directory"
6203 msgstr ""
6205 #: setup.c:1092 setup.c:1098
6206 #, c-format
6207 msgid "cannot change to '%s'"
6208 msgstr ""
6210 #: setup.c:1103
6211 #, c-format
6212 msgid "not a git repository (or any of the parent directories): %s"
6213 msgstr ""
6215 #: setup.c:1109
6216 #, c-format
6217 msgid ""
6218 "not a git repository (or any parent up to mount point %s)\n"
6219 "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
6220 msgstr ""
6222 #: setup.c:1220
6223 #, c-format
6224 msgid ""
6225 "problem with core.sharedRepository filemode value (0%.3o).\n"
6226 "The owner of files must always have read and write permissions."
6227 msgstr ""
6229 #: setup.c:1264
6230 msgid "open /dev/null or dup failed"
6231 msgstr ""
6233 #: setup.c:1279
6234 msgid "fork failed"
6235 msgstr ""
6237 #: setup.c:1284
6238 msgid "setsid failed"
6239 msgstr ""
6241 #: sha1-file.c:453
6242 #, c-format
6243 msgid "object directory %s does not exist; check .git/objects/info/alternates"
6244 msgstr ""
6246 #: sha1-file.c:504
6247 #, c-format
6248 msgid "unable to normalize alternate object path: %s"
6249 msgstr ""
6251 #: sha1-file.c:576
6252 #, c-format
6253 msgid "%s: ignoring alternate object stores, nesting too deep"
6254 msgstr ""
6256 #: sha1-file.c:583
6257 #, c-format
6258 msgid "unable to normalize object directory: %s"
6259 msgstr ""
6261 #: sha1-file.c:626
6262 msgid "unable to fdopen alternates lockfile"
6263 msgstr ""
6265 #: sha1-file.c:644
6266 msgid "unable to read alternates file"
6267 msgstr ""
6269 #: sha1-file.c:651
6270 msgid "unable to move new alternates file into place"
6271 msgstr ""
6273 #: sha1-file.c:686
6274 #, c-format
6275 msgid "path '%s' does not exist"
6276 msgstr ""
6278 #: sha1-file.c:712
6279 #, c-format
6280 msgid "reference repository '%s' as a linked checkout is not supported yet."
6281 msgstr ""
6283 #: sha1-file.c:718
6284 #, c-format
6285 msgid "reference repository '%s' is not a local repository."
6286 msgstr ""
6288 #: sha1-file.c:724
6289 #, c-format
6290 msgid "reference repository '%s' is shallow"
6291 msgstr ""
6293 #: sha1-file.c:732
6294 #, c-format
6295 msgid "reference repository '%s' is grafted"
6296 msgstr ""
6298 #: sha1-file.c:846
6299 #, c-format
6300 msgid "attempting to mmap %<PRIuMAX> over limit %<PRIuMAX>"
6301 msgstr ""
6303 #: sha1-file.c:871
6304 msgid "mmap failed"
6305 msgstr ""
6307 #: sha1-file.c:1035
6308 #, c-format
6309 msgid "object file %s is empty"
6310 msgstr ""
6312 #: sha1-file.c:1159 sha1-file.c:2297
6313 #, c-format
6314 msgid "corrupt loose object '%s'"
6315 msgstr ""
6317 #: sha1-file.c:1161 sha1-file.c:2301
6318 #, c-format
6319 msgid "garbage at end of loose object '%s'"
6320 msgstr ""
6322 #: sha1-file.c:1203
6323 msgid "invalid object type"
6324 msgstr ""
6326 #: sha1-file.c:1287
6327 #, c-format
6328 msgid "unable to unpack %s header with --allow-unknown-type"
6329 msgstr ""
6331 #: sha1-file.c:1290
6332 #, c-format
6333 msgid "unable to unpack %s header"
6334 msgstr ""
6336 #: sha1-file.c:1296
6337 #, c-format
6338 msgid "unable to parse %s header with --allow-unknown-type"
6339 msgstr ""
6341 #: sha1-file.c:1299
6342 #, c-format
6343 msgid "unable to parse %s header"
6344 msgstr ""
6346 #: sha1-file.c:1490
6347 #, c-format
6348 msgid "failed to read object %s"
6349 msgstr ""
6351 #: sha1-file.c:1494
6352 #, c-format
6353 msgid "replacement %s not found for %s"
6354 msgstr ""
6356 #: sha1-file.c:1498
6357 #, c-format
6358 msgid "loose object %s (stored in %s) is corrupt"
6359 msgstr ""
6361 #: sha1-file.c:1502
6362 #, c-format
6363 msgid "packed object %s (stored in %s) is corrupt"
6364 msgstr ""
6366 #: sha1-file.c:1604
6367 #, c-format
6368 msgid "unable to write file %s"
6369 msgstr ""
6371 #: sha1-file.c:1611
6372 #, c-format
6373 msgid "unable to set permission to '%s'"
6374 msgstr ""
6376 #: sha1-file.c:1618
6377 msgid "file write error"
6378 msgstr ""
6380 #: sha1-file.c:1637
6381 msgid "error when closing loose object file"
6382 msgstr ""
6384 #: sha1-file.c:1702
6385 #, c-format
6386 msgid "insufficient permission for adding an object to repository database %s"
6387 msgstr ""
6389 #: sha1-file.c:1704
6390 msgid "unable to create temporary file"
6391 msgstr ""
6393 #: sha1-file.c:1728
6394 msgid "unable to write loose object file"
6395 msgstr ""
6397 #: sha1-file.c:1734
6398 #, c-format
6399 msgid "unable to deflate new object %s (%d)"
6400 msgstr ""
6402 #: sha1-file.c:1738
6403 #, c-format
6404 msgid "deflateEnd on object %s failed (%d)"
6405 msgstr ""
6407 #: sha1-file.c:1742
6408 #, c-format
6409 msgid "confused by unstable object source data for %s"
6410 msgstr ""
6412 #: sha1-file.c:1752 builtin/pack-objects.c:920
6413 #, c-format
6414 msgid "failed utime() on %s"
6415 msgstr ""
6417 #: sha1-file.c:1827
6418 #, c-format
6419 msgid "cannot read object for %s"
6420 msgstr ""
6422 #: sha1-file.c:1867
6423 msgid "corrupt commit"
6424 msgstr ""
6426 #: sha1-file.c:1875
6427 msgid "corrupt tag"
6428 msgstr ""
6430 #: sha1-file.c:1974
6431 #, c-format
6432 msgid "read error while indexing %s"
6433 msgstr ""
6435 #: sha1-file.c:1977
6436 #, c-format
6437 msgid "short read while indexing %s"
6438 msgstr ""
6440 #: sha1-file.c:2050 sha1-file.c:2059
6441 #, c-format
6442 msgid "%s: failed to insert into database"
6443 msgstr ""
6445 #: sha1-file.c:2065
6446 #, c-format
6447 msgid "%s: unsupported file type"
6448 msgstr ""
6450 #: sha1-file.c:2089
6451 #, c-format
6452 msgid "%s is not a valid object"
6453 msgstr ""
6455 #: sha1-file.c:2091
6456 #, c-format
6457 msgid "%s is not a valid '%s' object"
6458 msgstr ""
6460 #: sha1-file.c:2118 builtin/index-pack.c:154
6461 #, c-format
6462 msgid "unable to open %s"
6463 msgstr ""
6465 #: sha1-file.c:2308 sha1-file.c:2360
6466 #, c-format
6467 msgid "hash mismatch for %s (expected %s)"
6468 msgstr ""
6470 #: sha1-file.c:2332
6471 #, c-format
6472 msgid "unable to mmap %s"
6473 msgstr ""
6475 #: sha1-file.c:2337
6476 #, c-format
6477 msgid "unable to unpack header of %s"
6478 msgstr ""
6480 #: sha1-file.c:2343
6481 #, c-format
6482 msgid "unable to parse header of %s"
6483 msgstr ""
6485 #: sha1-file.c:2354
6486 #, c-format
6487 msgid "unable to unpack contents of %s"
6488 msgstr ""
6490 #: sha1-name.c:490
6491 #, c-format
6492 msgid "short SHA1 %s is ambiguous"
6493 msgstr ""
6495 #: sha1-name.c:501
6496 msgid "The candidates are:"
6497 msgstr ""
6499 #: sha1-name.c:800
6500 msgid ""
6501 "Git normally never creates a ref that ends with 40 hex characters\n"
6502 "because it will be ignored when you just specify 40-hex. These refs\n"
6503 "may be created by mistake. For example,\n"
6504 "\n"
6505 "  git checkout -b $br $(git rev-parse ...)\n"
6506 "\n"
6507 "where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
6508 "examine these refs and maybe delete them. Turn this message off by\n"
6509 "running \"git config advice.objectNameWarning false\""
6510 msgstr ""
6512 #: submodule.c:114 submodule.c:143
6513 msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
6514 msgstr ""
6516 #: submodule.c:118 submodule.c:147
6517 #, c-format
6518 msgid "Could not find section in .gitmodules where path=%s"
6519 msgstr ""
6521 #: submodule.c:154
6522 #, c-format
6523 msgid "Could not remove .gitmodules entry for %s"
6524 msgstr ""
6526 #: submodule.c:165
6527 msgid "staging updated .gitmodules failed"
6528 msgstr ""
6530 #: submodule.c:327
6531 #, c-format
6532 msgid "in unpopulated submodule '%s'"
6533 msgstr ""
6535 #: submodule.c:358
6536 #, c-format
6537 msgid "Pathspec '%s' is in submodule '%.*s'"
6538 msgstr ""
6540 #: submodule.c:910
6541 #, c-format
6542 msgid "submodule entry '%s' (%s) is a %s, not a commit"
6543 msgstr ""
6545 #: submodule.c:1147 builtin/branch.c:672 builtin/submodule--helper.c:1988
6546 msgid "Failed to resolve HEAD as a valid ref."
6547 msgstr ""
6549 #: submodule.c:1481
6550 #, c-format
6551 msgid "Could not access submodule '%s'"
6552 msgstr ""
6554 #: submodule.c:1651
6555 #, c-format
6556 msgid "'%s' not recognized as a git repository"
6557 msgstr ""
6559 #: submodule.c:1789
6560 #, c-format
6561 msgid "could not start 'git status' in submodule '%s'"
6562 msgstr ""
6564 #: submodule.c:1802
6565 #, c-format
6566 msgid "could not run 'git status' in submodule '%s'"
6567 msgstr ""
6569 #: submodule.c:1817
6570 #, c-format
6571 msgid "Could not unset core.worktree setting in submodule '%s'"
6572 msgstr ""
6574 #: submodule.c:1907
6575 #, c-format
6576 msgid "submodule '%s' has dirty index"
6577 msgstr ""
6579 #: submodule.c:1959
6580 #, c-format
6581 msgid "Submodule '%s' could not be updated."
6582 msgstr ""
6584 #: submodule.c:2008
6585 #, c-format
6586 msgid ""
6587 "relocate_gitdir for submodule '%s' with more than one worktree not supported"
6588 msgstr ""
6590 #: submodule.c:2020 submodule.c:2076
6591 #, c-format
6592 msgid "could not lookup name for submodule '%s'"
6593 msgstr ""
6595 #: submodule.c:2027
6596 #, c-format
6597 msgid ""
6598 "Migrating git directory of '%s%s' from\n"
6599 "'%s' to\n"
6600 "'%s'\n"
6601 msgstr ""
6603 #: submodule.c:2111
6604 #, c-format
6605 msgid "could not recurse into submodule '%s'"
6606 msgstr ""
6608 #: submodule.c:2155
6609 msgid "could not start ls-files in .."
6610 msgstr ""
6612 #: submodule.c:2194
6613 #, c-format
6614 msgid "ls-tree returned unexpected return code %d"
6615 msgstr ""
6617 #: submodule-config.c:232
6618 #, c-format
6619 msgid "ignoring suspicious submodule name: %s"
6620 msgstr ""
6622 #: submodule-config.c:299
6623 msgid "negative values not allowed for submodule.fetchjobs"
6624 msgstr ""
6626 #: submodule-config.c:397
6627 #, c-format
6628 msgid "ignoring '%s' which may be interpreted as a command-line option: %s"
6629 msgstr ""
6631 #: submodule-config.c:486
6632 #, c-format
6633 msgid "invalid value for %s"
6634 msgstr ""
6636 #: submodule-config.c:755
6637 #, c-format
6638 msgid "Could not update .gitmodules entry %s"
6639 msgstr ""
6641 #: trailer.c:238
6642 #, c-format
6643 msgid "running trailer command '%s' failed"
6644 msgstr ""
6646 #: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:553
6647 #: trailer.c:557
6648 #, c-format
6649 msgid "unknown value '%s' for key '%s'"
6650 msgstr ""
6652 #: trailer.c:539 trailer.c:544 builtin/remote.c:295
6653 #, c-format
6654 msgid "more than one %s"
6655 msgstr ""
6657 #: trailer.c:730
6658 #, c-format
6659 msgid "empty trailer token in trailer '%.*s'"
6660 msgstr ""
6662 #: trailer.c:750
6663 #, c-format
6664 msgid "could not read input file '%s'"
6665 msgstr ""
6667 #: trailer.c:753
6668 msgid "could not read from stdin"
6669 msgstr ""
6671 #: trailer.c:1011 wrapper.c:701
6672 #, c-format
6673 msgid "could not stat %s"
6674 msgstr ""
6676 #: trailer.c:1013
6677 #, c-format
6678 msgid "file %s is not a regular file"
6679 msgstr ""
6681 #: trailer.c:1015
6682 #, c-format
6683 msgid "file %s is not writable by user"
6684 msgstr ""
6686 #: trailer.c:1027
6687 msgid "could not open temporary file"
6688 msgstr ""
6690 #: trailer.c:1067
6691 #, c-format
6692 msgid "could not rename temporary file to %s"
6693 msgstr ""
6695 #: transport.c:116
6696 #, c-format
6697 msgid "Would set upstream of '%s' to '%s' of '%s'\n"
6698 msgstr ""
6700 #: transport.c:142
6701 #, c-format
6702 msgid "could not read bundle '%s'"
6703 msgstr ""
6705 #: transport.c:208
6706 #, c-format
6707 msgid "transport: invalid depth option '%s'"
6708 msgstr ""
6710 #: transport.c:259
6711 msgid "see protocol.version in 'git help config' for more details"
6712 msgstr ""
6714 #: transport.c:260
6715 msgid "server options require protocol version 2 or later"
6716 msgstr ""
6718 #: transport.c:625
6719 msgid "could not parse transport.color.* config"
6720 msgstr ""
6722 #: transport.c:698
6723 msgid "support for protocol v2 not implemented yet"
6724 msgstr ""
6726 #: transport.c:825
6727 #, c-format
6728 msgid "unknown value for config '%s': %s"
6729 msgstr ""
6731 #: transport.c:891
6732 #, c-format
6733 msgid "transport '%s' not allowed"
6734 msgstr ""
6736 #: transport.c:945
6737 msgid "git-over-rsync is no longer supported"
6738 msgstr ""
6740 #: transport.c:1040
6741 #, c-format
6742 msgid ""
6743 "The following submodule paths contain changes that can\n"
6744 "not be found on any remote:\n"
6745 msgstr ""
6747 #: transport.c:1044
6748 #, c-format
6749 msgid ""
6750 "\n"
6751 "Please try\n"
6752 "\n"
6753 "\tgit push --recurse-submodules=on-demand\n"
6754 "\n"
6755 "or cd to the path and use\n"
6756 "\n"
6757 "\tgit push\n"
6758 "\n"
6759 "to push them to a remote.\n"
6760 "\n"
6761 msgstr ""
6763 #: transport.c:1052
6764 msgid "Aborting."
6765 msgstr ""
6767 #: transport.c:1193
6768 msgid "failed to push all needed submodules"
6769 msgstr ""
6771 #: transport.c:1326 transport-helper.c:645
6772 msgid "operation not supported by protocol"
6773 msgstr ""
6775 #: transport.c:1430
6776 #, c-format
6777 msgid "invalid line while parsing alternate refs: %s"
6778 msgstr ""
6780 #: transport-helper.c:51 transport-helper.c:80
6781 msgid "full write to remote helper failed"
6782 msgstr ""
6784 #: transport-helper.c:134
6785 #, c-format
6786 msgid "unable to find remote helper for '%s'"
6787 msgstr ""
6789 #: transport-helper.c:150 transport-helper.c:559
6790 msgid "can't dup helper output fd"
6791 msgstr ""
6793 #: transport-helper.c:201
6794 #, c-format
6795 msgid ""
6796 "unknown mandatory capability %s; this remote helper probably needs newer "
6797 "version of Git"
6798 msgstr ""
6800 #: transport-helper.c:207
6801 msgid "this remote helper should implement refspec capability"
6802 msgstr ""
6804 #: transport-helper.c:274 transport-helper.c:414
6805 #, c-format
6806 msgid "%s unexpectedly said: '%s'"
6807 msgstr ""
6809 #: transport-helper.c:403
6810 #, c-format
6811 msgid "%s also locked %s"
6812 msgstr ""
6814 #: transport-helper.c:481
6815 msgid "couldn't run fast-import"
6816 msgstr ""
6818 #: transport-helper.c:504
6819 msgid "error while running fast-import"
6820 msgstr ""
6822 #: transport-helper.c:533 transport-helper.c:1099
6823 #, c-format
6824 msgid "could not read ref %s"
6825 msgstr ""
6827 #: transport-helper.c:578
6828 #, c-format
6829 msgid "unknown response to connect: %s"
6830 msgstr ""
6832 #: transport-helper.c:600
6833 msgid "setting remote service path not supported by protocol"
6834 msgstr ""
6836 #: transport-helper.c:602
6837 msgid "invalid remote service path"
6838 msgstr ""
6840 #: transport-helper.c:648
6841 #, c-format
6842 msgid "can't connect to subservice %s"
6843 msgstr ""
6845 #: transport-helper.c:720
6846 #, c-format
6847 msgid "expected ok/error, helper said '%s'"
6848 msgstr ""
6850 #: transport-helper.c:773
6851 #, c-format
6852 msgid "helper reported unexpected status of %s"
6853 msgstr ""
6855 #: transport-helper.c:834
6856 #, c-format
6857 msgid "helper %s does not support dry-run"
6858 msgstr ""
6860 #: transport-helper.c:837
6861 #, c-format
6862 msgid "helper %s does not support --signed"
6863 msgstr ""
6865 #: transport-helper.c:840
6866 #, c-format
6867 msgid "helper %s does not support --signed=if-asked"
6868 msgstr ""
6870 #: transport-helper.c:847
6871 #, c-format
6872 msgid "helper %s does not support 'push-option'"
6873 msgstr ""
6875 #: transport-helper.c:939
6876 msgid "remote-helper doesn't support push; refspec needed"
6877 msgstr ""
6879 #: transport-helper.c:944
6880 #, c-format
6881 msgid "helper %s does not support 'force'"
6882 msgstr ""
6884 #: transport-helper.c:991
6885 msgid "couldn't run fast-export"
6886 msgstr ""
6888 #: transport-helper.c:996
6889 msgid "error while running fast-export"
6890 msgstr ""
6892 #: transport-helper.c:1021
6893 #, c-format
6894 msgid ""
6895 "No refs in common and none specified; doing nothing.\n"
6896 "Perhaps you should specify a branch such as 'master'.\n"
6897 msgstr ""
6899 #: transport-helper.c:1085
6900 #, c-format
6901 msgid "malformed response in ref list: %s"
6902 msgstr ""
6904 #: transport-helper.c:1238
6905 #, c-format
6906 msgid "read(%s) failed"
6907 msgstr ""
6909 #: transport-helper.c:1265
6910 #, c-format
6911 msgid "write(%s) failed"
6912 msgstr ""
6914 #: transport-helper.c:1314
6915 #, c-format
6916 msgid "%s thread failed"
6917 msgstr ""
6919 #: transport-helper.c:1318
6920 #, c-format
6921 msgid "%s thread failed to join: %s"
6922 msgstr ""
6924 #: transport-helper.c:1337 transport-helper.c:1341
6925 #, c-format
6926 msgid "can't start thread for copying data: %s"
6927 msgstr ""
6929 #: transport-helper.c:1378
6930 #, c-format
6931 msgid "%s process failed to wait"
6932 msgstr ""
6934 #: transport-helper.c:1382
6935 #, c-format
6936 msgid "%s process failed"
6937 msgstr ""
6939 #: transport-helper.c:1400 transport-helper.c:1409
6940 msgid "can't start thread for copying data"
6941 msgstr ""
6943 #: tree-walk.c:33
6944 msgid "too-short tree object"
6945 msgstr ""
6947 #: tree-walk.c:39
6948 msgid "malformed mode in tree entry"
6949 msgstr ""
6951 #: tree-walk.c:43
6952 msgid "empty filename in tree entry"
6953 msgstr ""
6955 #: tree-walk.c:116
6956 msgid "too-short tree file"
6957 msgstr ""
6959 #: unpack-trees.c:111
6960 #, c-format
6961 msgid ""
6962 "Your local changes to the following files would be overwritten by checkout:\n"
6963 "%%sPlease commit your changes or stash them before you switch branches."
6964 msgstr ""
6966 #: unpack-trees.c:113
6967 #, c-format
6968 msgid ""
6969 "Your local changes to the following files would be overwritten by checkout:\n"
6970 "%%s"
6971 msgstr ""
6973 #: unpack-trees.c:116
6974 #, c-format
6975 msgid ""
6976 "Your local changes to the following files would be overwritten by merge:\n"
6977 "%%sPlease commit your changes or stash them before you merge."
6978 msgstr ""
6980 #: unpack-trees.c:118
6981 #, c-format
6982 msgid ""
6983 "Your local changes to the following files would be overwritten by merge:\n"
6984 "%%s"
6985 msgstr ""
6987 #: unpack-trees.c:121
6988 #, c-format
6989 msgid ""
6990 "Your local changes to the following files would be overwritten by %s:\n"
6991 "%%sPlease commit your changes or stash them before you %s."
6992 msgstr ""
6994 #: unpack-trees.c:123
6995 #, c-format
6996 msgid ""
6997 "Your local changes to the following files would be overwritten by %s:\n"
6998 "%%s"
6999 msgstr ""
7001 #: unpack-trees.c:128
7002 #, c-format
7003 msgid ""
7004 "Updating the following directories would lose untracked files in them:\n"
7005 "%s"
7006 msgstr ""
7008 #: unpack-trees.c:132
7009 #, c-format
7010 msgid ""
7011 "The following untracked working tree files would be removed by checkout:\n"
7012 "%%sPlease move or remove them before you switch branches."
7013 msgstr ""
7015 #: unpack-trees.c:134
7016 #, c-format
7017 msgid ""
7018 "The following untracked working tree files would be removed by checkout:\n"
7019 "%%s"
7020 msgstr ""
7022 #: unpack-trees.c:137
7023 #, c-format
7024 msgid ""
7025 "The following untracked working tree files would be removed by merge:\n"
7026 "%%sPlease move or remove them before you merge."
7027 msgstr ""
7029 #: unpack-trees.c:139
7030 #, c-format
7031 msgid ""
7032 "The following untracked working tree files would be removed by merge:\n"
7033 "%%s"
7034 msgstr ""
7036 #: unpack-trees.c:142
7037 #, c-format
7038 msgid ""
7039 "The following untracked working tree files would be removed by %s:\n"
7040 "%%sPlease move or remove them before you %s."
7041 msgstr ""
7043 #: unpack-trees.c:144
7044 #, c-format
7045 msgid ""
7046 "The following untracked working tree files would be removed by %s:\n"
7047 "%%s"
7048 msgstr ""
7050 #: unpack-trees.c:150
7051 #, c-format
7052 msgid ""
7053 "The following untracked working tree files would be overwritten by "
7054 "checkout:\n"
7055 "%%sPlease move or remove them before you switch branches."
7056 msgstr ""
7058 #: unpack-trees.c:152
7059 #, c-format
7060 msgid ""
7061 "The following untracked working tree files would be overwritten by "
7062 "checkout:\n"
7063 "%%s"
7064 msgstr ""
7066 #: unpack-trees.c:155
7067 #, c-format
7068 msgid ""
7069 "The following untracked working tree files would be overwritten by merge:\n"
7070 "%%sPlease move or remove them before you merge."
7071 msgstr ""
7073 #: unpack-trees.c:157
7074 #, c-format
7075 msgid ""
7076 "The following untracked working tree files would be overwritten by merge:\n"
7077 "%%s"
7078 msgstr ""
7080 #: unpack-trees.c:160
7081 #, c-format
7082 msgid ""
7083 "The following untracked working tree files would be overwritten by %s:\n"
7084 "%%sPlease move or remove them before you %s."
7085 msgstr ""
7087 #: unpack-trees.c:162
7088 #, c-format
7089 msgid ""
7090 "The following untracked working tree files would be overwritten by %s:\n"
7091 "%%s"
7092 msgstr ""
7094 #: unpack-trees.c:170
7095 #, c-format
7096 msgid "Entry '%s' overlaps with '%s'.  Cannot bind."
7097 msgstr ""
7099 #: unpack-trees.c:173
7100 #, c-format
7101 msgid ""
7102 "Cannot update sparse checkout: the following entries are not up to date:\n"
7103 "%s"
7104 msgstr ""
7106 #: unpack-trees.c:175
7107 #, c-format
7108 msgid ""
7109 "The following working tree files would be overwritten by sparse checkout "
7110 "update:\n"
7111 "%s"
7112 msgstr ""
7114 #: unpack-trees.c:177
7115 #, c-format
7116 msgid ""
7117 "The following working tree files would be removed by sparse checkout "
7118 "update:\n"
7119 "%s"
7120 msgstr ""
7122 #: unpack-trees.c:179
7123 #, c-format
7124 msgid ""
7125 "Cannot update submodule:\n"
7126 "%s"
7127 msgstr ""
7129 #: unpack-trees.c:256
7130 #, c-format
7131 msgid "Aborting\n"
7132 msgstr ""
7134 #: unpack-trees.c:318
7135 msgid "Checking out files"
7136 msgstr ""
7138 #: unpack-trees.c:350
7139 msgid ""
7140 "the following paths have collided (e.g. case-sensitive paths\n"
7141 "on a case-insensitive filesystem) and only one from the same\n"
7142 "colliding group is in the working tree:\n"
7143 msgstr ""
7145 #: urlmatch.c:163
7146 msgid "invalid URL scheme name or missing '://' suffix"
7147 msgstr ""
7149 #: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
7150 #, c-format
7151 msgid "invalid %XX escape sequence"
7152 msgstr ""
7154 #: urlmatch.c:215
7155 msgid "missing host and scheme is not 'file:'"
7156 msgstr ""
7158 #: urlmatch.c:232
7159 msgid "a 'file:' URL may not have a port number"
7160 msgstr ""
7162 #: urlmatch.c:247
7163 msgid "invalid characters in host name"
7164 msgstr ""
7166 #: urlmatch.c:292 urlmatch.c:303
7167 msgid "invalid port number"
7168 msgstr ""
7170 #: urlmatch.c:371
7171 msgid "invalid '..' path segment"
7172 msgstr ""
7174 #: worktree.c:255 builtin/am.c:2097
7175 #, c-format
7176 msgid "failed to read '%s'"
7177 msgstr ""
7179 #: worktree.c:301
7180 #, c-format
7181 msgid "'%s' at main working tree is not the repository directory"
7182 msgstr ""
7184 #: worktree.c:312
7185 #, c-format
7186 msgid "'%s' file does not contain absolute path to the working tree location"
7187 msgstr ""
7189 #: worktree.c:324
7190 #, c-format
7191 msgid "'%s' does not exist"
7192 msgstr ""
7194 #: worktree.c:330
7195 #, c-format
7196 msgid "'%s' is not a .git file, error code %d"
7197 msgstr ""
7199 #: worktree.c:338
7200 #, c-format
7201 msgid "'%s' does not point back to '%s'"
7202 msgstr ""
7204 #: wrapper.c:223 wrapper.c:393
7205 #, c-format
7206 msgid "could not open '%s' for reading and writing"
7207 msgstr ""
7209 #: wrapper.c:424 wrapper.c:624
7210 #, c-format
7211 msgid "unable to access '%s'"
7212 msgstr ""
7214 #: wrapper.c:632
7215 msgid "unable to get current working directory"
7216 msgstr ""
7218 #: wt-status.c:156
7219 msgid "Unmerged paths:"
7220 msgstr ""
7222 #: wt-status.c:183 wt-status.c:210
7223 #, c-format
7224 msgid "  (use \"git reset %s <file>...\" to unstage)"
7225 msgstr ""
7227 #: wt-status.c:185 wt-status.c:212
7228 msgid "  (use \"git rm --cached <file>...\" to unstage)"
7229 msgstr ""
7231 #: wt-status.c:189
7232 msgid "  (use \"git add <file>...\" to mark resolution)"
7233 msgstr ""
7235 #: wt-status.c:191 wt-status.c:195
7236 msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
7237 msgstr ""
7239 #: wt-status.c:193
7240 msgid "  (use \"git rm <file>...\" to mark resolution)"
7241 msgstr ""
7243 #: wt-status.c:204 wt-status.c:1064
7244 msgid "Changes to be committed:"
7245 msgstr ""
7247 #: wt-status.c:222 wt-status.c:1073
7248 msgid "Changes not staged for commit:"
7249 msgstr ""
7251 #: wt-status.c:226
7252 msgid "  (use \"git add <file>...\" to update what will be committed)"
7253 msgstr ""
7255 #: wt-status.c:228
7256 msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
7257 msgstr ""
7259 #: wt-status.c:229
7260 msgid ""
7261 "  (use \"git checkout -- <file>...\" to discard changes in working directory)"
7262 msgstr ""
7264 #: wt-status.c:231
7265 msgid "  (commit or discard the untracked or modified content in submodules)"
7266 msgstr ""
7268 #: wt-status.c:243
7269 #, c-format
7270 msgid "  (use \"git %s <file>...\" to include in what will be committed)"
7271 msgstr ""
7273 #: wt-status.c:258
7274 msgid "both deleted:"
7275 msgstr ""
7277 #: wt-status.c:260
7278 msgid "added by us:"
7279 msgstr ""
7281 #: wt-status.c:262
7282 msgid "deleted by them:"
7283 msgstr ""
7285 #: wt-status.c:264
7286 msgid "added by them:"
7287 msgstr ""
7289 #: wt-status.c:266
7290 msgid "deleted by us:"
7291 msgstr ""
7293 #: wt-status.c:268
7294 msgid "both added:"
7295 msgstr ""
7297 #: wt-status.c:270
7298 msgid "both modified:"
7299 msgstr ""
7301 #: wt-status.c:280
7302 msgid "new file:"
7303 msgstr ""
7305 #: wt-status.c:282
7306 msgid "copied:"
7307 msgstr ""
7309 #: wt-status.c:284
7310 msgid "deleted:"
7311 msgstr ""
7313 #: wt-status.c:286
7314 msgid "modified:"
7315 msgstr ""
7317 #: wt-status.c:288
7318 msgid "renamed:"
7319 msgstr ""
7321 #: wt-status.c:290
7322 msgid "typechange:"
7323 msgstr ""
7325 #: wt-status.c:292
7326 msgid "unknown:"
7327 msgstr ""
7329 #: wt-status.c:294
7330 msgid "unmerged:"
7331 msgstr ""
7333 #: wt-status.c:374
7334 msgid "new commits, "
7335 msgstr ""
7337 #: wt-status.c:376
7338 msgid "modified content, "
7339 msgstr ""
7341 #: wt-status.c:378
7342 msgid "untracked content, "
7343 msgstr ""
7345 #: wt-status.c:896
7346 #, c-format
7347 msgid "Your stash currently has %d entry"
7348 msgid_plural "Your stash currently has %d entries"
7349 msgstr[0] ""
7350 msgstr[1] ""
7352 #: wt-status.c:928
7353 msgid "Submodules changed but not updated:"
7354 msgstr ""
7356 #: wt-status.c:930
7357 msgid "Submodule changes to be committed:"
7358 msgstr ""
7360 #: wt-status.c:1012
7361 msgid ""
7362 "Do not modify or remove the line above.\n"
7363 "Everything below it will be ignored."
7364 msgstr ""
7366 #: wt-status.c:1119
7367 msgid "You have unmerged paths."
7368 msgstr ""
7370 #: wt-status.c:1122
7371 msgid "  (fix conflicts and run \"git commit\")"
7372 msgstr ""
7374 #: wt-status.c:1124
7375 msgid "  (use \"git merge --abort\" to abort the merge)"
7376 msgstr ""
7378 #: wt-status.c:1128
7379 msgid "All conflicts fixed but you are still merging."
7380 msgstr ""
7382 #: wt-status.c:1131
7383 msgid "  (use \"git commit\" to conclude merge)"
7384 msgstr ""
7386 #: wt-status.c:1140
7387 msgid "You are in the middle of an am session."
7388 msgstr ""
7390 #: wt-status.c:1143
7391 msgid "The current patch is empty."
7392 msgstr ""
7394 #: wt-status.c:1147
7395 msgid "  (fix conflicts and then run \"git am --continue\")"
7396 msgstr ""
7398 #: wt-status.c:1149
7399 msgid "  (use \"git am --skip\" to skip this patch)"
7400 msgstr ""
7402 #: wt-status.c:1151
7403 msgid "  (use \"git am --abort\" to restore the original branch)"
7404 msgstr ""
7406 #: wt-status.c:1284
7407 msgid "git-rebase-todo is missing."
7408 msgstr ""
7410 #: wt-status.c:1286
7411 msgid "No commands done."
7412 msgstr ""
7414 #: wt-status.c:1289
7415 #, c-format
7416 msgid "Last command done (%d command done):"
7417 msgid_plural "Last commands done (%d commands done):"
7418 msgstr[0] ""
7419 msgstr[1] ""
7421 #: wt-status.c:1300
7422 #, c-format
7423 msgid "  (see more in file %s)"
7424 msgstr ""
7426 #: wt-status.c:1305
7427 msgid "No commands remaining."
7428 msgstr ""
7430 #: wt-status.c:1308
7431 #, c-format
7432 msgid "Next command to do (%d remaining command):"
7433 msgid_plural "Next commands to do (%d remaining commands):"
7434 msgstr[0] ""
7435 msgstr[1] ""
7437 #: wt-status.c:1316
7438 msgid "  (use \"git rebase --edit-todo\" to view and edit)"
7439 msgstr ""
7441 #: wt-status.c:1328
7442 #, c-format
7443 msgid "You are currently rebasing branch '%s' on '%s'."
7444 msgstr ""
7446 #: wt-status.c:1333
7447 msgid "You are currently rebasing."
7448 msgstr ""
7450 #: wt-status.c:1346
7451 msgid "  (fix conflicts and then run \"git rebase --continue\")"
7452 msgstr ""
7454 #: wt-status.c:1348
7455 msgid "  (use \"git rebase --skip\" to skip this patch)"
7456 msgstr ""
7458 #: wt-status.c:1350
7459 msgid "  (use \"git rebase --abort\" to check out the original branch)"
7460 msgstr ""
7462 #: wt-status.c:1357
7463 msgid "  (all conflicts fixed: run \"git rebase --continue\")"
7464 msgstr ""
7466 #: wt-status.c:1361
7467 #, c-format
7468 msgid ""
7469 "You are currently splitting a commit while rebasing branch '%s' on '%s'."
7470 msgstr ""
7472 #: wt-status.c:1366
7473 msgid "You are currently splitting a commit during a rebase."
7474 msgstr ""
7476 #: wt-status.c:1369
7477 msgid "  (Once your working directory is clean, run \"git rebase --continue\")"
7478 msgstr ""
7480 #: wt-status.c:1373
7481 #, c-format
7482 msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
7483 msgstr ""
7485 #: wt-status.c:1378
7486 msgid "You are currently editing a commit during a rebase."
7487 msgstr ""
7489 #: wt-status.c:1381
7490 msgid "  (use \"git commit --amend\" to amend the current commit)"
7491 msgstr ""
7493 #: wt-status.c:1383
7494 msgid ""
7495 "  (use \"git rebase --continue\" once you are satisfied with your changes)"
7496 msgstr ""
7498 #: wt-status.c:1394
7499 msgid "Cherry-pick currently in progress."
7500 msgstr ""
7502 #: wt-status.c:1397
7503 #, c-format
7504 msgid "You are currently cherry-picking commit %s."
7505 msgstr ""
7507 #: wt-status.c:1404
7508 msgid "  (fix conflicts and run \"git cherry-pick --continue\")"
7509 msgstr ""
7511 #: wt-status.c:1407
7512 msgid "  (run \"git cherry-pick --continue\" to continue)"
7513 msgstr ""
7515 #: wt-status.c:1410
7516 msgid "  (all conflicts fixed: run \"git cherry-pick --continue\")"
7517 msgstr ""
7519 #: wt-status.c:1412
7520 msgid "  (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
7521 msgstr ""
7523 #: wt-status.c:1422
7524 msgid "Revert currently in progress."
7525 msgstr ""
7527 #: wt-status.c:1425
7528 #, c-format
7529 msgid "You are currently reverting commit %s."
7530 msgstr ""
7532 #: wt-status.c:1431
7533 msgid "  (fix conflicts and run \"git revert --continue\")"
7534 msgstr ""
7536 #: wt-status.c:1434
7537 msgid "  (run \"git revert --continue\" to continue)"
7538 msgstr ""
7540 #: wt-status.c:1437
7541 msgid "  (all conflicts fixed: run \"git revert --continue\")"
7542 msgstr ""
7544 #: wt-status.c:1439
7545 msgid "  (use \"git revert --abort\" to cancel the revert operation)"
7546 msgstr ""
7548 #: wt-status.c:1449
7549 #, c-format
7550 msgid "You are currently bisecting, started from branch '%s'."
7551 msgstr ""
7553 #: wt-status.c:1453
7554 msgid "You are currently bisecting."
7555 msgstr ""
7557 #: wt-status.c:1456
7558 msgid "  (use \"git bisect reset\" to get back to the original branch)"
7559 msgstr ""
7561 #: wt-status.c:1665
7562 msgid "On branch "
7563 msgstr ""
7565 #: wt-status.c:1672
7566 msgid "interactive rebase in progress; onto "
7567 msgstr ""
7569 #: wt-status.c:1674
7570 msgid "rebase in progress; onto "
7571 msgstr ""
7573 #: wt-status.c:1679
7574 msgid "HEAD detached at "
7575 msgstr ""
7577 #: wt-status.c:1681
7578 msgid "HEAD detached from "
7579 msgstr ""
7581 #: wt-status.c:1684
7582 msgid "Not currently on any branch."
7583 msgstr ""
7585 #: wt-status.c:1701
7586 msgid "Initial commit"
7587 msgstr ""
7589 #: wt-status.c:1702
7590 msgid "No commits yet"
7591 msgstr ""
7593 #: wt-status.c:1716
7594 msgid "Untracked files"
7595 msgstr ""
7597 #: wt-status.c:1718
7598 msgid "Ignored files"
7599 msgstr ""
7601 #: wt-status.c:1722
7602 #, c-format
7603 msgid ""
7604 "It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
7605 "may speed it up, but you have to be careful not to forget to add\n"
7606 "new files yourself (see 'git help status')."
7607 msgstr ""
7609 #: wt-status.c:1728
7610 #, c-format
7611 msgid "Untracked files not listed%s"
7612 msgstr ""
7614 #: wt-status.c:1730
7615 msgid " (use -u option to show untracked files)"
7616 msgstr ""
7618 #: wt-status.c:1736
7619 msgid "No changes"
7620 msgstr ""
7622 #: wt-status.c:1741
7623 #, c-format
7624 msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
7625 msgstr ""
7627 #: wt-status.c:1744
7628 #, c-format
7629 msgid "no changes added to commit\n"
7630 msgstr ""
7632 #: wt-status.c:1747
7633 #, c-format
7634 msgid ""
7635 "nothing added to commit but untracked files present (use \"git add\" to "
7636 "track)\n"
7637 msgstr ""
7639 #: wt-status.c:1750
7640 #, c-format
7641 msgid "nothing added to commit but untracked files present\n"
7642 msgstr ""
7644 #: wt-status.c:1753
7645 #, c-format
7646 msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
7647 msgstr ""
7649 #: wt-status.c:1756 wt-status.c:1761
7650 #, c-format
7651 msgid "nothing to commit\n"
7652 msgstr ""
7654 #: wt-status.c:1759
7655 #, c-format
7656 msgid "nothing to commit (use -u to show untracked files)\n"
7657 msgstr ""
7659 #: wt-status.c:1763
7660 #, c-format
7661 msgid "nothing to commit, working tree clean\n"
7662 msgstr ""
7664 #: wt-status.c:1876
7665 msgid "No commits yet on "
7666 msgstr ""
7668 #: wt-status.c:1880
7669 msgid "HEAD (no branch)"
7670 msgstr ""
7672 #: wt-status.c:1911
7673 msgid "different"
7674 msgstr ""
7676 #: wt-status.c:1913 wt-status.c:1921
7677 msgid "behind "
7678 msgstr ""
7680 #: wt-status.c:1916 wt-status.c:1919
7681 msgid "ahead "
7682 msgstr ""
7684 #. TRANSLATORS: the action is e.g. "pull with rebase"
7685 #: wt-status.c:2443
7686 #, c-format
7687 msgid "cannot %s: You have unstaged changes."
7688 msgstr ""
7690 #: wt-status.c:2449
7691 msgid "additionally, your index contains uncommitted changes."
7692 msgstr ""
7694 #: wt-status.c:2451
7695 #, c-format
7696 msgid "cannot %s: Your index contains uncommitted changes."
7697 msgstr ""
7699 #: builtin/add.c:25
7700 msgid "git add [<options>] [--] <pathspec>..."
7701 msgstr ""
7703 #: builtin/add.c:84
7704 #, c-format
7705 msgid "unexpected diff status %c"
7706 msgstr ""
7708 #: builtin/add.c:89 builtin/commit.c:285
7709 msgid "updating files failed"
7710 msgstr ""
7712 #: builtin/add.c:99
7713 #, c-format
7714 msgid "remove '%s'\n"
7715 msgstr ""
7717 #: builtin/add.c:174
7718 msgid "Unstaged changes after refreshing the index:"
7719 msgstr ""
7721 #: builtin/add.c:234 builtin/rev-parse.c:896
7722 msgid "Could not read the index"
7723 msgstr ""
7725 #: builtin/add.c:245
7726 #, c-format
7727 msgid "Could not open '%s' for writing."
7728 msgstr ""
7730 #: builtin/add.c:249
7731 msgid "Could not write patch"
7732 msgstr ""
7734 #: builtin/add.c:252
7735 msgid "editing patch failed"
7736 msgstr ""
7738 #: builtin/add.c:255
7739 #, c-format
7740 msgid "Could not stat '%s'"
7741 msgstr ""
7743 #: builtin/add.c:257
7744 msgid "Empty patch. Aborted."
7745 msgstr ""
7747 #: builtin/add.c:262
7748 #, c-format
7749 msgid "Could not apply '%s'"
7750 msgstr ""
7752 #: builtin/add.c:270
7753 msgid "The following paths are ignored by one of your .gitignore files:\n"
7754 msgstr ""
7756 #: builtin/add.c:290 builtin/clean.c:908 builtin/fetch.c:137 builtin/mv.c:124
7757 #: builtin/prune-packed.c:56 builtin/pull.c:221 builtin/push.c:560
7758 #: builtin/remote.c:1345 builtin/rm.c:241 builtin/send-pack.c:165
7759 msgid "dry run"
7760 msgstr ""
7762 #: builtin/add.c:293
7763 msgid "interactive picking"
7764 msgstr ""
7766 #: builtin/add.c:294 builtin/checkout.c:1379 builtin/reset.c:306
7767 msgid "select hunks interactively"
7768 msgstr ""
7770 #: builtin/add.c:295
7771 msgid "edit current diff and apply"
7772 msgstr ""
7774 #: builtin/add.c:296
7775 msgid "allow adding otherwise ignored files"
7776 msgstr ""
7778 #: builtin/add.c:297
7779 msgid "update tracked files"
7780 msgstr ""
7782 #: builtin/add.c:298
7783 msgid "renormalize EOL of tracked files (implies -u)"
7784 msgstr ""
7786 #: builtin/add.c:299
7787 msgid "record only the fact that the path will be added later"
7788 msgstr ""
7790 #: builtin/add.c:300
7791 msgid "add changes from all tracked and untracked files"
7792 msgstr ""
7794 #: builtin/add.c:303
7795 msgid "ignore paths removed in the working tree (same as --no-all)"
7796 msgstr ""
7798 #: builtin/add.c:305
7799 msgid "don't add, only refresh the index"
7800 msgstr ""
7802 #: builtin/add.c:306
7803 msgid "just skip files which cannot be added because of errors"
7804 msgstr ""
7806 #: builtin/add.c:307
7807 msgid "check if - even missing - files are ignored in dry run"
7808 msgstr ""
7810 #: builtin/add.c:309 builtin/update-index.c:1001
7811 msgid "override the executable bit of the listed files"
7812 msgstr ""
7814 #: builtin/add.c:311
7815 msgid "warn when adding an embedded repository"
7816 msgstr ""
7818 #: builtin/add.c:326
7819 #, c-format
7820 msgid ""
7821 "You've added another git repository inside your current repository.\n"
7822 "Clones of the outer repository will not contain the contents of\n"
7823 "the embedded repository and will not know how to obtain it.\n"
7824 "If you meant to add a submodule, use:\n"
7825 "\n"
7826 "\tgit submodule add <url> %s\n"
7827 "\n"
7828 "If you added this path by mistake, you can remove it from the\n"
7829 "index with:\n"
7830 "\n"
7831 "\tgit rm --cached %s\n"
7832 "\n"
7833 "See \"git help submodule\" for more information."
7834 msgstr ""
7836 #: builtin/add.c:354
7837 #, c-format
7838 msgid "adding embedded git repository: %s"
7839 msgstr ""
7841 #: builtin/add.c:372
7842 #, c-format
7843 msgid "Use -f if you really want to add them.\n"
7844 msgstr ""
7846 #: builtin/add.c:379
7847 msgid "adding files failed"
7848 msgstr ""
7850 #: builtin/add.c:419
7851 msgid "-A and -u are mutually incompatible"
7852 msgstr ""
7854 #: builtin/add.c:426
7855 msgid "Option --ignore-missing can only be used together with --dry-run"
7856 msgstr ""
7858 #: builtin/add.c:430
7859 #, c-format
7860 msgid "--chmod param '%s' must be either -x or +x"
7861 msgstr ""
7863 #: builtin/add.c:445
7864 #, c-format
7865 msgid "Nothing specified, nothing added.\n"
7866 msgstr ""
7868 #: builtin/add.c:446
7869 #, c-format
7870 msgid "Maybe you wanted to say 'git add .'?\n"
7871 msgstr ""
7873 #: builtin/am.c:348
7874 msgid "could not parse author script"
7875 msgstr ""
7877 #: builtin/am.c:432
7878 #, c-format
7879 msgid "'%s' was deleted by the applypatch-msg hook"
7880 msgstr ""
7882 #: builtin/am.c:474
7883 #, c-format
7884 msgid "Malformed input line: '%s'."
7885 msgstr ""
7887 #: builtin/am.c:512
7888 #, c-format
7889 msgid "Failed to copy notes from '%s' to '%s'"
7890 msgstr ""
7892 #: builtin/am.c:538
7893 msgid "fseek failed"
7894 msgstr ""
7896 #: builtin/am.c:726
7897 #, c-format
7898 msgid "could not parse patch '%s'"
7899 msgstr ""
7901 #: builtin/am.c:791
7902 msgid "Only one StGIT patch series can be applied at once"
7903 msgstr ""
7905 #: builtin/am.c:839
7906 msgid "invalid timestamp"
7907 msgstr ""
7909 #: builtin/am.c:844 builtin/am.c:856
7910 msgid "invalid Date line"
7911 msgstr ""
7913 #: builtin/am.c:851
7914 msgid "invalid timezone offset"
7915 msgstr ""
7917 #: builtin/am.c:944
7918 msgid "Patch format detection failed."
7919 msgstr ""
7921 #: builtin/am.c:949 builtin/clone.c:409
7922 #, c-format
7923 msgid "failed to create directory '%s'"
7924 msgstr ""
7926 #: builtin/am.c:954
7927 msgid "Failed to split patches."
7928 msgstr ""
7930 #: builtin/am.c:1084 builtin/commit.c:371
7931 msgid "unable to write index file"
7932 msgstr ""
7934 #: builtin/am.c:1098
7935 #, c-format
7936 msgid "When you have resolved this problem, run \"%s --continue\"."
7937 msgstr ""
7939 #: builtin/am.c:1099
7940 #, c-format
7941 msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
7942 msgstr ""
7944 #: builtin/am.c:1100
7945 #, c-format
7946 msgid "To restore the original branch and stop patching, run \"%s --abort\"."
7947 msgstr ""
7949 #: builtin/am.c:1183
7950 msgid "Patch sent with format=flowed; space at the end of lines might be lost."
7951 msgstr ""
7953 #: builtin/am.c:1211
7954 msgid "Patch is empty."
7955 msgstr ""
7957 #: builtin/am.c:1277
7958 #, c-format
7959 msgid "invalid ident line: %.*s"
7960 msgstr ""
7962 #: builtin/am.c:1299
7963 #, c-format
7964 msgid "unable to parse commit %s"
7965 msgstr ""
7967 #: builtin/am.c:1495
7968 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
7969 msgstr ""
7971 #: builtin/am.c:1497
7972 msgid "Using index info to reconstruct a base tree..."
7973 msgstr ""
7975 #: builtin/am.c:1516
7976 msgid ""
7977 "Did you hand edit your patch?\n"
7978 "It does not apply to blobs recorded in its index."
7979 msgstr ""
7981 #: builtin/am.c:1522
7982 msgid "Falling back to patching base and 3-way merge..."
7983 msgstr ""
7985 #: builtin/am.c:1548
7986 msgid "Failed to merge in the changes."
7987 msgstr ""
7989 #: builtin/am.c:1580
7990 msgid "applying to an empty history"
7991 msgstr ""
7993 #: builtin/am.c:1627 builtin/am.c:1631
7994 #, c-format
7995 msgid "cannot resume: %s does not exist."
7996 msgstr ""
7998 #: builtin/am.c:1647
7999 msgid "cannot be interactive without stdin connected to a terminal."
8000 msgstr ""
8002 #: builtin/am.c:1652
8003 msgid "Commit Body is:"
8004 msgstr ""
8006 #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
8007 #. in your translation. The program will only accept English
8008 #. input at this point.
8010 #: builtin/am.c:1662
8011 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
8012 msgstr ""
8014 #: builtin/am.c:1712
8015 #, c-format
8016 msgid "Dirty index: cannot apply patches (dirty: %s)"
8017 msgstr ""
8019 #: builtin/am.c:1752 builtin/am.c:1820
8020 #, c-format
8021 msgid "Applying: %.*s"
8022 msgstr ""
8024 #: builtin/am.c:1769
8025 msgid "No changes -- Patch already applied."
8026 msgstr ""
8028 #: builtin/am.c:1775
8029 #, c-format
8030 msgid "Patch failed at %s %.*s"
8031 msgstr ""
8033 #: builtin/am.c:1779
8034 msgid "Use 'git am --show-current-patch' to see the failed patch"
8035 msgstr ""
8037 #: builtin/am.c:1823
8038 msgid ""
8039 "No changes - did you forget to use 'git add'?\n"
8040 "If there is nothing left to stage, chances are that something else\n"
8041 "already introduced the same changes; you might want to skip this patch."
8042 msgstr ""
8044 #: builtin/am.c:1830
8045 msgid ""
8046 "You still have unmerged paths in your index.\n"
8047 "You should 'git add' each file with resolved conflicts to mark them as "
8048 "such.\n"
8049 "You might run `git rm` on a file to accept \"deleted by them\" for it."
8050 msgstr ""
8052 #: builtin/am.c:1937 builtin/am.c:1941 builtin/am.c:1953 builtin/reset.c:329
8053 #: builtin/reset.c:337
8054 #, c-format
8055 msgid "Could not parse object '%s'."
8056 msgstr ""
8058 #: builtin/am.c:1989
8059 msgid "failed to clean index"
8060 msgstr ""
8062 #: builtin/am.c:2033
8063 msgid ""
8064 "You seem to have moved HEAD since the last 'am' failure.\n"
8065 "Not rewinding to ORIG_HEAD"
8066 msgstr ""
8068 #: builtin/am.c:2130
8069 #, c-format
8070 msgid "Invalid value for --patch-format: %s"
8071 msgstr ""
8073 #: builtin/am.c:2166
8074 msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
8075 msgstr ""
8077 #: builtin/am.c:2167
8078 msgid "git am [<options>] (--continue | --skip | --abort)"
8079 msgstr ""
8081 #: builtin/am.c:2173
8082 msgid "run interactively"
8083 msgstr ""
8085 #: builtin/am.c:2175
8086 msgid "historical option -- no-op"
8087 msgstr ""
8089 #: builtin/am.c:2177
8090 msgid "allow fall back on 3way merging if needed"
8091 msgstr ""
8093 #: builtin/am.c:2178 builtin/init-db.c:494 builtin/prune-packed.c:58
8094 #: builtin/repack.c:306 builtin/stash.c:805
8095 msgid "be quiet"
8096 msgstr ""
8098 #: builtin/am.c:2180
8099 msgid "add a Signed-off-by line to the commit message"
8100 msgstr ""
8102 #: builtin/am.c:2183
8103 msgid "recode into utf8 (default)"
8104 msgstr ""
8106 #: builtin/am.c:2185
8107 msgid "pass -k flag to git-mailinfo"
8108 msgstr ""
8110 #: builtin/am.c:2187
8111 msgid "pass -b flag to git-mailinfo"
8112 msgstr ""
8114 #: builtin/am.c:2189
8115 msgid "pass -m flag to git-mailinfo"
8116 msgstr ""
8118 #: builtin/am.c:2191
8119 msgid "pass --keep-cr flag to git-mailsplit for mbox format"
8120 msgstr ""
8122 #: builtin/am.c:2194
8123 msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
8124 msgstr ""
8126 #: builtin/am.c:2197
8127 msgid "strip everything before a scissors line"
8128 msgstr ""
8130 #: builtin/am.c:2199 builtin/am.c:2202 builtin/am.c:2205 builtin/am.c:2208
8131 #: builtin/am.c:2211 builtin/am.c:2214 builtin/am.c:2217 builtin/am.c:2220
8132 #: builtin/am.c:2226
8133 msgid "pass it through git-apply"
8134 msgstr ""
8136 #: builtin/am.c:2216 builtin/commit.c:1348 builtin/fmt-merge-msg.c:671
8137 #: builtin/fmt-merge-msg.c:674 builtin/grep.c:879 builtin/merge.c:247
8138 #: builtin/pull.c:158 builtin/pull.c:217 builtin/rebase.c:1412
8139 #: builtin/repack.c:317 builtin/repack.c:321 builtin/repack.c:323
8140 #: builtin/show-branch.c:651 builtin/show-ref.c:172 builtin/tag.c:397
8141 #: parse-options.h:141 parse-options.h:162 parse-options.h:311
8142 msgid "n"
8143 msgstr ""
8145 #: builtin/am.c:2222 builtin/branch.c:653 builtin/for-each-ref.c:38
8146 #: builtin/replace.c:554 builtin/tag.c:431 builtin/verify-tag.c:39
8147 msgid "format"
8148 msgstr ""
8150 #: builtin/am.c:2223
8151 msgid "format the patch(es) are in"
8152 msgstr ""
8154 #: builtin/am.c:2229
8155 msgid "override error message when patch failure occurs"
8156 msgstr ""
8158 #: builtin/am.c:2231
8159 msgid "continue applying patches after resolving a conflict"
8160 msgstr ""
8162 #: builtin/am.c:2234
8163 msgid "synonyms for --continue"
8164 msgstr ""
8166 #: builtin/am.c:2237
8167 msgid "skip the current patch"
8168 msgstr ""
8170 #: builtin/am.c:2240
8171 msgid "restore the original branch and abort the patching operation."
8172 msgstr ""
8174 #: builtin/am.c:2243
8175 msgid "abort the patching operation but keep HEAD where it is."
8176 msgstr ""
8178 #: builtin/am.c:2246
8179 msgid "show the patch being applied."
8180 msgstr ""
8182 #: builtin/am.c:2250
8183 msgid "lie about committer date"
8184 msgstr ""
8186 #: builtin/am.c:2252
8187 msgid "use current timestamp for author date"
8188 msgstr ""
8190 #: builtin/am.c:2254 builtin/commit-tree.c:120 builtin/commit.c:1491
8191 #: builtin/merge.c:282 builtin/pull.c:192 builtin/rebase.c:489
8192 #: builtin/rebase.c:1453 builtin/revert.c:116 builtin/tag.c:412
8193 msgid "key-id"
8194 msgstr ""
8196 #: builtin/am.c:2255 builtin/rebase.c:490 builtin/rebase.c:1454
8197 msgid "GPG-sign commits"
8198 msgstr ""
8200 #: builtin/am.c:2258
8201 msgid "(internal use for git-rebase)"
8202 msgstr ""
8204 #: builtin/am.c:2276
8205 msgid ""
8206 "The -b/--binary option has been a no-op for long time, and\n"
8207 "it will be removed. Please do not use it anymore."
8208 msgstr ""
8210 #: builtin/am.c:2283
8211 msgid "failed to read the index"
8212 msgstr ""
8214 #: builtin/am.c:2298
8215 #, c-format
8216 msgid "previous rebase directory %s still exists but mbox given."
8217 msgstr ""
8219 #: builtin/am.c:2322
8220 #, c-format
8221 msgid ""
8222 "Stray %s directory found.\n"
8223 "Use \"git am --abort\" to remove it."
8224 msgstr ""
8226 #: builtin/am.c:2328
8227 msgid "Resolve operation not in progress, we are not resuming."
8228 msgstr ""
8230 #: builtin/apply.c:8
8231 msgid "git apply [<options>] [<patch>...]"
8232 msgstr ""
8234 #: builtin/archive.c:17
8235 #, c-format
8236 msgid "could not create archive file '%s'"
8237 msgstr ""
8239 #: builtin/archive.c:20
8240 msgid "could not redirect output"
8241 msgstr ""
8243 #: builtin/archive.c:37
8244 msgid "git archive: Remote with no URL"
8245 msgstr ""
8247 #: builtin/archive.c:61
8248 msgid "git archive: expected ACK/NAK, got a flush packet"
8249 msgstr ""
8251 #: builtin/archive.c:64
8252 #, c-format
8253 msgid "git archive: NACK %s"
8254 msgstr ""
8256 #: builtin/archive.c:65
8257 msgid "git archive: protocol error"
8258 msgstr ""
8260 #: builtin/archive.c:69
8261 msgid "git archive: expected a flush"
8262 msgstr ""
8264 #: builtin/bisect--helper.c:22
8265 msgid "git bisect--helper --next-all [--no-checkout]"
8266 msgstr ""
8268 #: builtin/bisect--helper.c:23
8269 msgid "git bisect--helper --write-terms <bad_term> <good_term>"
8270 msgstr ""
8272 #: builtin/bisect--helper.c:24
8273 msgid "git bisect--helper --bisect-clean-state"
8274 msgstr ""
8276 #: builtin/bisect--helper.c:25
8277 msgid "git bisect--helper --bisect-reset [<commit>]"
8278 msgstr ""
8280 #: builtin/bisect--helper.c:26
8281 msgid ""
8282 "git bisect--helper --bisect-write [--no-log] <state> <revision> <good_term> "
8283 "<bad_term>"
8284 msgstr ""
8286 #: builtin/bisect--helper.c:27
8287 msgid ""
8288 "git bisect--helper --bisect-check-and-set-terms <command> <good_term> "
8289 "<bad_term>"
8290 msgstr ""
8292 #: builtin/bisect--helper.c:28
8293 msgid "git bisect--helper --bisect-next-check <good_term> <bad_term> [<term>]"
8294 msgstr ""
8296 #: builtin/bisect--helper.c:29
8297 msgid ""
8298 "git bisect--helper --bisect-terms [--term-good | --term-old | --term-bad | --"
8299 "term-new]"
8300 msgstr ""
8302 #: builtin/bisect--helper.c:30
8303 msgid ""
8304 "git bisect--helper --bisect-start [--term-{old,good}=<term> --term-{new,bad}"
8305 "=<term>][--no-checkout] [<bad> [<good>...]] [--] [<paths>...]"
8306 msgstr ""
8308 #: builtin/bisect--helper.c:86
8309 #, c-format
8310 msgid "'%s' is not a valid term"
8311 msgstr ""
8313 #: builtin/bisect--helper.c:90
8314 #, c-format
8315 msgid "can't use the builtin command '%s' as a term"
8316 msgstr ""
8318 #: builtin/bisect--helper.c:100
8319 #, c-format
8320 msgid "can't change the meaning of the term '%s'"
8321 msgstr ""
8323 #: builtin/bisect--helper.c:111
8324 msgid "please use two different terms"
8325 msgstr ""
8327 #: builtin/bisect--helper.c:118
8328 msgid "could not open the file BISECT_TERMS"
8329 msgstr ""
8331 #: builtin/bisect--helper.c:155
8332 #, c-format
8333 msgid "We are not bisecting.\n"
8334 msgstr ""
8336 #: builtin/bisect--helper.c:163
8337 #, c-format
8338 msgid "'%s' is not a valid commit"
8339 msgstr ""
8341 #: builtin/bisect--helper.c:174
8342 #, c-format
8343 msgid ""
8344 "could not check out original HEAD '%s'. Try 'git bisect reset <commit>'."
8345 msgstr ""
8347 #: builtin/bisect--helper.c:215
8348 #, c-format
8349 msgid "Bad bisect_write argument: %s"
8350 msgstr ""
8352 #: builtin/bisect--helper.c:220
8353 #, c-format
8354 msgid "couldn't get the oid of the rev '%s'"
8355 msgstr ""
8357 #: builtin/bisect--helper.c:232
8358 #, c-format
8359 msgid "couldn't open the file '%s'"
8360 msgstr ""
8362 #: builtin/bisect--helper.c:258
8363 #, c-format
8364 msgid "Invalid command: you're currently in a %s/%s bisect"
8365 msgstr ""
8367 #: builtin/bisect--helper.c:285
8368 #, c-format
8369 msgid ""
8370 "You need to give me at least one %s and %s revision.\n"
8371 "You can use \"git bisect %s\" and \"git bisect %s\" for that."
8372 msgstr ""
8374 #: builtin/bisect--helper.c:289
8375 #, c-format
8376 msgid ""
8377 "You need to start by \"git bisect start\".\n"
8378 "You then need to give me at least one %s and %s revision.\n"
8379 "You can use \"git bisect %s\" and \"git bisect %s\" for that."
8380 msgstr ""
8382 #: builtin/bisect--helper.c:321
8383 #, c-format
8384 msgid "bisecting only with a %s commit"
8385 msgstr ""
8387 #. TRANSLATORS: Make sure to include [Y] and [n] in your
8388 #. translation. The program will only accept English input
8389 #. at this point.
8391 #: builtin/bisect--helper.c:329
8392 msgid "Are you sure [Y/n]? "
8393 msgstr ""
8395 #: builtin/bisect--helper.c:376
8396 msgid "no terms defined"
8397 msgstr ""
8399 #: builtin/bisect--helper.c:379
8400 #, c-format
8401 msgid ""
8402 "Your current terms are %s for the old state\n"
8403 "and %s for the new state.\n"
8404 msgstr ""
8406 #: builtin/bisect--helper.c:389
8407 #, c-format
8408 msgid ""
8409 "invalid argument %s for 'git bisect terms'.\n"
8410 "Supported options are: --term-good|--term-old and --term-bad|--term-new."
8411 msgstr ""
8413 #: builtin/bisect--helper.c:475
8414 #, c-format
8415 msgid "unrecognized option: '%s'"
8416 msgstr ""
8418 #: builtin/bisect--helper.c:479
8419 #, c-format
8420 msgid "'%s' does not appear to be a valid revision"
8421 msgstr ""
8423 #: builtin/bisect--helper.c:511
8424 msgid "bad HEAD - I need a HEAD"
8425 msgstr ""
8427 #: builtin/bisect--helper.c:526
8428 #, c-format
8429 msgid "checking out '%s' failed. Try 'git bisect start <valid-branch>'."
8430 msgstr ""
8432 #: builtin/bisect--helper.c:547
8433 msgid "won't bisect on cg-seek'ed tree"
8434 msgstr ""
8436 #: builtin/bisect--helper.c:550
8437 msgid "bad HEAD - strange symbolic ref"
8438 msgstr ""
8440 #: builtin/bisect--helper.c:627
8441 msgid "perform 'git bisect next'"
8442 msgstr ""
8444 #: builtin/bisect--helper.c:629
8445 msgid "write the terms to .git/BISECT_TERMS"
8446 msgstr ""
8448 #: builtin/bisect--helper.c:631
8449 msgid "cleanup the bisection state"
8450 msgstr ""
8452 #: builtin/bisect--helper.c:633
8453 msgid "check for expected revs"
8454 msgstr ""
8456 #: builtin/bisect--helper.c:635
8457 msgid "reset the bisection state"
8458 msgstr ""
8460 #: builtin/bisect--helper.c:637
8461 msgid "write out the bisection state in BISECT_LOG"
8462 msgstr ""
8464 #: builtin/bisect--helper.c:639
8465 msgid "check and set terms in a bisection state"
8466 msgstr ""
8468 #: builtin/bisect--helper.c:641
8469 msgid "check whether bad or good terms exist"
8470 msgstr ""
8472 #: builtin/bisect--helper.c:643
8473 msgid "print out the bisect terms"
8474 msgstr ""
8476 #: builtin/bisect--helper.c:645
8477 msgid "start the bisect session"
8478 msgstr ""
8480 #: builtin/bisect--helper.c:647
8481 msgid "update BISECT_HEAD instead of checking out the current commit"
8482 msgstr ""
8484 #: builtin/bisect--helper.c:649
8485 msgid "no log for BISECT_WRITE"
8486 msgstr ""
8488 #: builtin/bisect--helper.c:666
8489 msgid "--write-terms requires two arguments"
8490 msgstr ""
8492 #: builtin/bisect--helper.c:670
8493 msgid "--bisect-clean-state requires no arguments"
8494 msgstr ""
8496 #: builtin/bisect--helper.c:677
8497 msgid "--bisect-reset requires either no argument or a commit"
8498 msgstr ""
8500 #: builtin/bisect--helper.c:681
8501 msgid "--bisect-write requires either 4 or 5 arguments"
8502 msgstr ""
8504 #: builtin/bisect--helper.c:687
8505 msgid "--check-and-set-terms requires 3 arguments"
8506 msgstr ""
8508 #: builtin/bisect--helper.c:693
8509 msgid "--bisect-next-check requires 2 or 3 arguments"
8510 msgstr ""
8512 #: builtin/bisect--helper.c:699
8513 msgid "--bisect-terms requires 0 or 1 argument"
8514 msgstr ""
8516 #: builtin/blame.c:32
8517 msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
8518 msgstr ""
8520 #: builtin/blame.c:37
8521 msgid "<rev-opts> are documented in git-rev-list(1)"
8522 msgstr ""
8524 #: builtin/blame.c:407
8525 #, c-format
8526 msgid "expecting a color: %s"
8527 msgstr ""
8529 #: builtin/blame.c:414
8530 msgid "must end with a color"
8531 msgstr ""
8533 #: builtin/blame.c:701
8534 #, c-format
8535 msgid "invalid color '%s' in color.blame.repeatedLines"
8536 msgstr ""
8538 #: builtin/blame.c:719
8539 msgid "invalid value for blame.coloring"
8540 msgstr ""
8542 #: builtin/blame.c:794
8543 msgid "Show blame entries as we find them, incrementally"
8544 msgstr ""
8546 #: builtin/blame.c:795
8547 msgid "Show blank SHA-1 for boundary commits (Default: off)"
8548 msgstr ""
8550 #: builtin/blame.c:796
8551 msgid "Do not treat root commits as boundaries (Default: off)"
8552 msgstr ""
8554 #: builtin/blame.c:797
8555 msgid "Show work cost statistics"
8556 msgstr ""
8558 #: builtin/blame.c:798
8559 msgid "Force progress reporting"
8560 msgstr ""
8562 #: builtin/blame.c:799
8563 msgid "Show output score for blame entries"
8564 msgstr ""
8566 #: builtin/blame.c:800
8567 msgid "Show original filename (Default: auto)"
8568 msgstr ""
8570 #: builtin/blame.c:801
8571 msgid "Show original linenumber (Default: off)"
8572 msgstr ""
8574 #: builtin/blame.c:802
8575 msgid "Show in a format designed for machine consumption"
8576 msgstr ""
8578 #: builtin/blame.c:803
8579 msgid "Show porcelain format with per-line commit information"
8580 msgstr ""
8582 #: builtin/blame.c:804
8583 msgid "Use the same output mode as git-annotate (Default: off)"
8584 msgstr ""
8586 #: builtin/blame.c:805
8587 msgid "Show raw timestamp (Default: off)"
8588 msgstr ""
8590 #: builtin/blame.c:806
8591 msgid "Show long commit SHA1 (Default: off)"
8592 msgstr ""
8594 #: builtin/blame.c:807
8595 msgid "Suppress author name and timestamp (Default: off)"
8596 msgstr ""
8598 #: builtin/blame.c:808
8599 msgid "Show author email instead of name (Default: off)"
8600 msgstr ""
8602 #: builtin/blame.c:809
8603 msgid "Ignore whitespace differences"
8604 msgstr ""
8606 #: builtin/blame.c:810
8607 msgid "color redundant metadata from previous line differently"
8608 msgstr ""
8610 #: builtin/blame.c:811
8611 msgid "color lines by age"
8612 msgstr ""
8614 #: builtin/blame.c:818
8615 msgid "Use an experimental heuristic to improve diffs"
8616 msgstr ""
8618 #: builtin/blame.c:820
8619 msgid "Spend extra cycles to find better match"
8620 msgstr ""
8622 #: builtin/blame.c:821
8623 msgid "Use revisions from <file> instead of calling git-rev-list"
8624 msgstr ""
8626 #: builtin/blame.c:822
8627 msgid "Use <file>'s contents as the final image"
8628 msgstr ""
8630 #: builtin/blame.c:823 builtin/blame.c:824
8631 msgid "score"
8632 msgstr ""
8634 #: builtin/blame.c:823
8635 msgid "Find line copies within and across files"
8636 msgstr ""
8638 #: builtin/blame.c:824
8639 msgid "Find line movements within and across files"
8640 msgstr ""
8642 #: builtin/blame.c:825
8643 msgid "n,m"
8644 msgstr ""
8646 #: builtin/blame.c:825
8647 msgid "Process only line range n,m, counting from 1"
8648 msgstr ""
8650 #: builtin/blame.c:876
8651 msgid "--progress can't be used with --incremental or porcelain formats"
8652 msgstr ""
8654 #. TRANSLATORS: This string is used to tell us the
8655 #. maximum display width for a relative timestamp in
8656 #. "git blame" output.  For C locale, "4 years, 11
8657 #. months ago", which takes 22 places, is the longest
8658 #. among various forms of relative timestamps, but
8659 #. your language may need more or fewer display
8660 #. columns.
8662 #: builtin/blame.c:927
8663 msgid "4 years, 11 months ago"
8664 msgstr ""
8666 #: builtin/blame.c:1031
8667 #, c-format
8668 msgid "file %s has only %lu line"
8669 msgid_plural "file %s has only %lu lines"
8670 msgstr[0] ""
8671 msgstr[1] ""
8673 #: builtin/blame.c:1077
8674 msgid "Blaming lines"
8675 msgstr ""
8677 #: builtin/branch.c:29
8678 msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
8679 msgstr ""
8681 #: builtin/branch.c:30
8682 msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
8683 msgstr ""
8685 #: builtin/branch.c:31
8686 msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
8687 msgstr ""
8689 #: builtin/branch.c:32
8690 msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
8691 msgstr ""
8693 #: builtin/branch.c:33
8694 msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"
8695 msgstr ""
8697 #: builtin/branch.c:34
8698 msgid "git branch [<options>] [-r | -a] [--points-at]"
8699 msgstr ""
8701 #: builtin/branch.c:35
8702 msgid "git branch [<options>] [-r | -a] [--format]"
8703 msgstr ""
8705 #: builtin/branch.c:151
8706 #, c-format
8707 msgid ""
8708 "deleting branch '%s' that has been merged to\n"
8709 "         '%s', but not yet merged to HEAD."
8710 msgstr ""
8712 #: builtin/branch.c:155
8713 #, c-format
8714 msgid ""
8715 "not deleting branch '%s' that is not yet merged to\n"
8716 "         '%s', even though it is merged to HEAD."
8717 msgstr ""
8719 #: builtin/branch.c:169
8720 #, c-format
8721 msgid "Couldn't look up commit object for '%s'"
8722 msgstr ""
8724 #: builtin/branch.c:173
8725 #, c-format
8726 msgid ""
8727 "The branch '%s' is not fully merged.\n"
8728 "If you are sure you want to delete it, run 'git branch -D %s'."
8729 msgstr ""
8731 #: builtin/branch.c:186
8732 msgid "Update of config-file failed"
8733 msgstr ""
8735 #: builtin/branch.c:217
8736 msgid "cannot use -a with -d"
8737 msgstr ""
8739 #: builtin/branch.c:223
8740 msgid "Couldn't look up commit object for HEAD"
8741 msgstr ""
8743 #: builtin/branch.c:237
8744 #, c-format
8745 msgid "Cannot delete branch '%s' checked out at '%s'"
8746 msgstr ""
8748 #: builtin/branch.c:252
8749 #, c-format
8750 msgid "remote-tracking branch '%s' not found."
8751 msgstr ""
8753 #: builtin/branch.c:253
8754 #, c-format
8755 msgid "branch '%s' not found."
8756 msgstr ""
8758 #: builtin/branch.c:268
8759 #, c-format
8760 msgid "Error deleting remote-tracking branch '%s'"
8761 msgstr ""
8763 #: builtin/branch.c:269
8764 #, c-format
8765 msgid "Error deleting branch '%s'"
8766 msgstr ""
8768 #: builtin/branch.c:276
8769 #, c-format
8770 msgid "Deleted remote-tracking branch %s (was %s).\n"
8771 msgstr ""
8773 #: builtin/branch.c:277
8774 #, c-format
8775 msgid "Deleted branch %s (was %s).\n"
8776 msgstr ""
8778 #: builtin/branch.c:421 builtin/tag.c:60
8779 msgid "unable to parse format string"
8780 msgstr ""
8782 #: builtin/branch.c:452
8783 msgid "could not resolve HEAD"
8784 msgstr ""
8786 #: builtin/branch.c:458
8787 #, c-format
8788 msgid "HEAD (%s) points outside of refs/heads/"
8789 msgstr ""
8791 #: builtin/branch.c:473
8792 #, c-format
8793 msgid "Branch %s is being rebased at %s"
8794 msgstr ""
8796 #: builtin/branch.c:477
8797 #, c-format
8798 msgid "Branch %s is being bisected at %s"
8799 msgstr ""
8801 #: builtin/branch.c:494
8802 msgid "cannot copy the current branch while not on any."
8803 msgstr ""
8805 #: builtin/branch.c:496
8806 msgid "cannot rename the current branch while not on any."
8807 msgstr ""
8809 #: builtin/branch.c:507
8810 #, c-format
8811 msgid "Invalid branch name: '%s'"
8812 msgstr ""
8814 #: builtin/branch.c:534
8815 msgid "Branch rename failed"
8816 msgstr ""
8818 #: builtin/branch.c:536
8819 msgid "Branch copy failed"
8820 msgstr ""
8822 #: builtin/branch.c:540
8823 #, c-format
8824 msgid "Created a copy of a misnamed branch '%s'"
8825 msgstr ""
8827 #: builtin/branch.c:543
8828 #, c-format
8829 msgid "Renamed a misnamed branch '%s' away"
8830 msgstr ""
8832 #: builtin/branch.c:549
8833 #, c-format
8834 msgid "Branch renamed to %s, but HEAD is not updated!"
8835 msgstr ""
8837 #: builtin/branch.c:558
8838 msgid "Branch is renamed, but update of config-file failed"
8839 msgstr ""
8841 #: builtin/branch.c:560
8842 msgid "Branch is copied, but update of config-file failed"
8843 msgstr ""
8845 #: builtin/branch.c:576
8846 #, c-format
8847 msgid ""
8848 "Please edit the description for the branch\n"
8849 "  %s\n"
8850 "Lines starting with '%c' will be stripped.\n"
8851 msgstr ""
8853 #: builtin/branch.c:610
8854 msgid "Generic options"
8855 msgstr ""
8857 #: builtin/branch.c:612
8858 msgid "show hash and subject, give twice for upstream branch"
8859 msgstr ""
8861 #: builtin/branch.c:613
8862 msgid "suppress informational messages"
8863 msgstr ""
8865 #: builtin/branch.c:614
8866 msgid "set up tracking mode (see git-pull(1))"
8867 msgstr ""
8869 #: builtin/branch.c:616
8870 msgid "do not use"
8871 msgstr ""
8873 #: builtin/branch.c:618 builtin/rebase.c:485
8874 msgid "upstream"
8875 msgstr ""
8877 #: builtin/branch.c:618
8878 msgid "change the upstream info"
8879 msgstr ""
8881 #: builtin/branch.c:619
8882 msgid "Unset the upstream info"
8883 msgstr ""
8885 #: builtin/branch.c:620
8886 msgid "use colored output"
8887 msgstr ""
8889 #: builtin/branch.c:621
8890 msgid "act on remote-tracking branches"
8891 msgstr ""
8893 #: builtin/branch.c:623 builtin/branch.c:625
8894 msgid "print only branches that contain the commit"
8895 msgstr ""
8897 #: builtin/branch.c:624 builtin/branch.c:626
8898 msgid "print only branches that don't contain the commit"
8899 msgstr ""
8901 #: builtin/branch.c:629
8902 msgid "Specific git-branch actions:"
8903 msgstr ""
8905 #: builtin/branch.c:630
8906 msgid "list both remote-tracking and local branches"
8907 msgstr ""
8909 #: builtin/branch.c:632
8910 msgid "delete fully merged branch"
8911 msgstr ""
8913 #: builtin/branch.c:633
8914 msgid "delete branch (even if not merged)"
8915 msgstr ""
8917 #: builtin/branch.c:634
8918 msgid "move/rename a branch and its reflog"
8919 msgstr ""
8921 #: builtin/branch.c:635
8922 msgid "move/rename a branch, even if target exists"
8923 msgstr ""
8925 #: builtin/branch.c:636
8926 msgid "copy a branch and its reflog"
8927 msgstr ""
8929 #: builtin/branch.c:637
8930 msgid "copy a branch, even if target exists"
8931 msgstr ""
8933 #: builtin/branch.c:638
8934 msgid "list branch names"
8935 msgstr ""
8937 #: builtin/branch.c:639
8938 msgid "show current branch name"
8939 msgstr ""
8941 #: builtin/branch.c:640
8942 msgid "create the branch's reflog"
8943 msgstr ""
8945 #: builtin/branch.c:642
8946 msgid "edit the description for the branch"
8947 msgstr ""
8949 #: builtin/branch.c:643
8950 msgid "force creation, move/rename, deletion"
8951 msgstr ""
8953 #: builtin/branch.c:644
8954 msgid "print only branches that are merged"
8955 msgstr ""
8957 #: builtin/branch.c:645
8958 msgid "print only branches that are not merged"
8959 msgstr ""
8961 #: builtin/branch.c:646
8962 msgid "list branches in columns"
8963 msgstr ""
8965 #: builtin/branch.c:649 builtin/for-each-ref.c:42 builtin/notes.c:415
8966 #: builtin/notes.c:418 builtin/notes.c:581 builtin/notes.c:584
8967 #: builtin/tag.c:427
8968 msgid "object"
8969 msgstr ""
8971 #: builtin/branch.c:650
8972 msgid "print only branches of the object"
8973 msgstr ""
8975 #: builtin/branch.c:652 builtin/for-each-ref.c:48 builtin/tag.c:434
8976 msgid "sorting and filtering are case insensitive"
8977 msgstr ""
8979 #: builtin/branch.c:653 builtin/for-each-ref.c:38 builtin/tag.c:432
8980 #: builtin/verify-tag.c:39
8981 msgid "format to use for the output"
8982 msgstr ""
8984 #: builtin/branch.c:676 builtin/clone.c:748
8985 msgid "HEAD not found below refs/heads!"
8986 msgstr ""
8988 #: builtin/branch.c:700
8989 msgid "--column and --verbose are incompatible"
8990 msgstr ""
8992 #: builtin/branch.c:715 builtin/branch.c:769 builtin/branch.c:778
8993 msgid "branch name required"
8994 msgstr ""
8996 #: builtin/branch.c:745
8997 msgid "Cannot give description to detached HEAD"
8998 msgstr ""
9000 #: builtin/branch.c:750
9001 msgid "cannot edit description of more than one branch"
9002 msgstr ""
9004 #: builtin/branch.c:757
9005 #, c-format
9006 msgid "No commit on branch '%s' yet."
9007 msgstr ""
9009 #: builtin/branch.c:760
9010 #, c-format
9011 msgid "No branch named '%s'."
9012 msgstr ""
9014 #: builtin/branch.c:775
9015 msgid "too many branches for a copy operation"
9016 msgstr ""
9018 #: builtin/branch.c:784
9019 msgid "too many arguments for a rename operation"
9020 msgstr ""
9022 #: builtin/branch.c:789
9023 msgid "too many arguments to set new upstream"
9024 msgstr ""
9026 #: builtin/branch.c:793
9027 #, c-format
9028 msgid ""
9029 "could not set upstream of HEAD to %s when it does not point to any branch."
9030 msgstr ""
9032 #: builtin/branch.c:796 builtin/branch.c:819
9033 #, c-format
9034 msgid "no such branch '%s'"
9035 msgstr ""
9037 #: builtin/branch.c:800
9038 #, c-format
9039 msgid "branch '%s' does not exist"
9040 msgstr ""
9042 #: builtin/branch.c:813
9043 msgid "too many arguments to unset upstream"
9044 msgstr ""
9046 #: builtin/branch.c:817
9047 msgid "could not unset upstream of HEAD when it does not point to any branch."
9048 msgstr ""
9050 #: builtin/branch.c:823
9051 #, c-format
9052 msgid "Branch '%s' has no upstream information"
9053 msgstr ""
9055 #: builtin/branch.c:833
9056 msgid "-a and -r options to 'git branch' do not make sense with a branch name"
9057 msgstr ""
9059 #: builtin/branch.c:836
9060 msgid ""
9061 "the '--set-upstream' option is no longer supported. Please use '--track' or "
9062 "'--set-upstream-to' instead."
9063 msgstr ""
9065 #: builtin/bundle.c:45
9066 #, c-format
9067 msgid "%s is okay\n"
9068 msgstr ""
9070 #: builtin/bundle.c:58
9071 msgid "Need a repository to create a bundle."
9072 msgstr ""
9074 #: builtin/bundle.c:62
9075 msgid "Need a repository to unbundle."
9076 msgstr ""
9078 #: builtin/cat-file.c:593
9079 msgid ""
9080 "git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
9081 "p | <type> | --textconv | --filters) [--path=<path>] <object>"
9082 msgstr ""
9084 #: builtin/cat-file.c:594
9085 msgid ""
9086 "git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
9087 "filters]"
9088 msgstr ""
9090 #: builtin/cat-file.c:615
9091 msgid "only one batch option may be specified"
9092 msgstr ""
9094 #: builtin/cat-file.c:633
9095 msgid "<type> can be one of: blob, tree, commit, tag"
9096 msgstr ""
9098 #: builtin/cat-file.c:634
9099 msgid "show object type"
9100 msgstr ""
9102 #: builtin/cat-file.c:635
9103 msgid "show object size"
9104 msgstr ""
9106 #: builtin/cat-file.c:637
9107 msgid "exit with zero when there's no error"
9108 msgstr ""
9110 #: builtin/cat-file.c:638
9111 msgid "pretty-print object's content"
9112 msgstr ""
9114 #: builtin/cat-file.c:640
9115 msgid "for blob objects, run textconv on object's content"
9116 msgstr ""
9118 #: builtin/cat-file.c:642
9119 msgid "for blob objects, run filters on object's content"
9120 msgstr ""
9122 #: builtin/cat-file.c:643 git-submodule.sh:936
9123 msgid "blob"
9124 msgstr ""
9126 #: builtin/cat-file.c:644
9127 msgid "use a specific path for --textconv/--filters"
9128 msgstr ""
9130 #: builtin/cat-file.c:646
9131 msgid "allow -s and -t to work with broken/corrupt objects"
9132 msgstr ""
9134 #: builtin/cat-file.c:647
9135 msgid "buffer --batch output"
9136 msgstr ""
9138 #: builtin/cat-file.c:649
9139 msgid "show info and content of objects fed from the standard input"
9140 msgstr ""
9142 #: builtin/cat-file.c:653
9143 msgid "show info about objects fed from the standard input"
9144 msgstr ""
9146 #: builtin/cat-file.c:657
9147 msgid "follow in-tree symlinks (used with --batch or --batch-check)"
9148 msgstr ""
9150 #: builtin/cat-file.c:659
9151 msgid "show all objects with --batch or --batch-check"
9152 msgstr ""
9154 #: builtin/cat-file.c:661
9155 msgid "do not order --batch-all-objects output"
9156 msgstr ""
9158 #: builtin/check-attr.c:13
9159 msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
9160 msgstr ""
9162 #: builtin/check-attr.c:14
9163 msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
9164 msgstr ""
9166 #: builtin/check-attr.c:21
9167 msgid "report all attributes set on file"
9168 msgstr ""
9170 #: builtin/check-attr.c:22
9171 msgid "use .gitattributes only from the index"
9172 msgstr ""
9174 #: builtin/check-attr.c:23 builtin/check-ignore.c:25 builtin/hash-object.c:102
9175 msgid "read file names from stdin"
9176 msgstr ""
9178 #: builtin/check-attr.c:25 builtin/check-ignore.c:27
9179 msgid "terminate input and output records by a NUL character"
9180 msgstr ""
9182 #: builtin/check-ignore.c:21 builtin/checkout.c:1355 builtin/gc.c:538
9183 #: builtin/worktree.c:499
9184 msgid "suppress progress reporting"
9185 msgstr ""
9187 #: builtin/check-ignore.c:29
9188 msgid "show non-matching input paths"
9189 msgstr ""
9191 #: builtin/check-ignore.c:31
9192 msgid "ignore index when checking"
9193 msgstr ""
9195 #: builtin/check-ignore.c:160
9196 msgid "cannot specify pathnames with --stdin"
9197 msgstr ""
9199 #: builtin/check-ignore.c:163
9200 msgid "-z only makes sense with --stdin"
9201 msgstr ""
9203 #: builtin/check-ignore.c:165
9204 msgid "no path specified"
9205 msgstr ""
9207 #: builtin/check-ignore.c:169
9208 msgid "--quiet is only valid with a single pathname"
9209 msgstr ""
9211 #: builtin/check-ignore.c:171
9212 msgid "cannot have both --quiet and --verbose"
9213 msgstr ""
9215 #: builtin/check-ignore.c:174
9216 msgid "--non-matching is only valid with --verbose"
9217 msgstr ""
9219 #: builtin/check-mailmap.c:9
9220 msgid "git check-mailmap [<options>] <contact>..."
9221 msgstr ""
9223 #: builtin/check-mailmap.c:14
9224 msgid "also read contacts from stdin"
9225 msgstr ""
9227 #: builtin/check-mailmap.c:25
9228 #, c-format
9229 msgid "unable to parse contact: %s"
9230 msgstr ""
9232 #: builtin/check-mailmap.c:48
9233 msgid "no contacts specified"
9234 msgstr ""
9236 #: builtin/checkout-index.c:131
9237 msgid "git checkout-index [<options>] [--] [<file>...]"
9238 msgstr ""
9240 #: builtin/checkout-index.c:148
9241 msgid "stage should be between 1 and 3 or all"
9242 msgstr ""
9244 #: builtin/checkout-index.c:164
9245 msgid "check out all files in the index"
9246 msgstr ""
9248 #: builtin/checkout-index.c:165
9249 msgid "force overwrite of existing files"
9250 msgstr ""
9252 #: builtin/checkout-index.c:167
9253 msgid "no warning for existing files and files not in index"
9254 msgstr ""
9256 #: builtin/checkout-index.c:169
9257 msgid "don't checkout new files"
9258 msgstr ""
9260 #: builtin/checkout-index.c:171
9261 msgid "update stat information in the index file"
9262 msgstr ""
9264 #: builtin/checkout-index.c:175
9265 msgid "read list of paths from the standard input"
9266 msgstr ""
9268 #: builtin/checkout-index.c:177
9269 msgid "write the content to temporary files"
9270 msgstr ""
9272 #: builtin/checkout-index.c:178 builtin/column.c:31
9273 #: builtin/submodule--helper.c:1372 builtin/submodule--helper.c:1375
9274 #: builtin/submodule--helper.c:1383 builtin/submodule--helper.c:1856
9275 #: builtin/worktree.c:672
9276 msgid "string"
9277 msgstr ""
9279 #: builtin/checkout-index.c:179
9280 msgid "when creating files, prepend <string>"
9281 msgstr ""
9283 #: builtin/checkout-index.c:181
9284 msgid "copy out the files from named stage"
9285 msgstr ""
9287 #: builtin/checkout.c:32
9288 msgid "git checkout [<options>] <branch>"
9289 msgstr ""
9291 #: builtin/checkout.c:33
9292 msgid "git checkout [<options>] [<branch>] -- <file>..."
9293 msgstr ""
9295 #: builtin/checkout.c:151 builtin/checkout.c:190
9296 #, c-format
9297 msgid "path '%s' does not have our version"
9298 msgstr ""
9300 #: builtin/checkout.c:153 builtin/checkout.c:192
9301 #, c-format
9302 msgid "path '%s' does not have their version"
9303 msgstr ""
9305 #: builtin/checkout.c:169
9306 #, c-format
9307 msgid "path '%s' does not have all necessary versions"
9308 msgstr ""
9310 #: builtin/checkout.c:219
9311 #, c-format
9312 msgid "path '%s' does not have necessary versions"
9313 msgstr ""
9315 #: builtin/checkout.c:237
9316 #, c-format
9317 msgid "path '%s': cannot merge"
9318 msgstr ""
9320 #: builtin/checkout.c:253
9321 #, c-format
9322 msgid "Unable to add merge result for '%s'"
9323 msgstr ""
9325 #: builtin/checkout.c:331 builtin/checkout.c:334 builtin/checkout.c:337
9326 #: builtin/checkout.c:340
9327 #, c-format
9328 msgid "'%s' cannot be used with updating paths"
9329 msgstr ""
9331 #: builtin/checkout.c:343 builtin/checkout.c:346
9332 #, c-format
9333 msgid "'%s' cannot be used with %s"
9334 msgstr ""
9336 #: builtin/checkout.c:349
9337 #, c-format
9338 msgid "Cannot update paths and switch to branch '%s' at the same time."
9339 msgstr ""
9341 #: builtin/checkout.c:396 builtin/checkout.c:403
9342 #, c-format
9343 msgid "path '%s' is unmerged"
9344 msgstr ""
9346 #: builtin/checkout.c:442
9347 #, c-format
9348 msgid "Recreated %d merge conflict"
9349 msgid_plural "Recreated %d merge conflicts"
9350 msgstr[0] ""
9351 msgstr[1] ""
9353 #: builtin/checkout.c:447
9354 #, c-format
9355 msgid "Updated %d path from %s"
9356 msgid_plural "Updated %d paths from %s"
9357 msgstr[0] ""
9358 msgstr[1] ""
9360 #: builtin/checkout.c:454
9361 #, c-format
9362 msgid "Updated %d path from the index"
9363 msgid_plural "Updated %d paths from the index"
9364 msgstr[0] ""
9365 msgstr[1] ""
9367 #: builtin/checkout.c:695
9368 msgid "you need to resolve your current index first"
9369 msgstr ""
9371 #: builtin/checkout.c:744
9372 #, c-format
9373 msgid ""
9374 "cannot continue with staged changes in the following files:\n"
9375 "%s"
9376 msgstr ""
9378 #: builtin/checkout.c:751
9379 #, c-format
9380 msgid "staged changes in the following files may be lost: %s"
9381 msgstr ""
9383 #: builtin/checkout.c:848
9384 #, c-format
9385 msgid "Can not do reflog for '%s': %s\n"
9386 msgstr ""
9388 #: builtin/checkout.c:890
9389 msgid "HEAD is now at"
9390 msgstr ""
9392 #: builtin/checkout.c:894 builtin/clone.c:701
9393 msgid "unable to update HEAD"
9394 msgstr ""
9396 #: builtin/checkout.c:898
9397 #, c-format
9398 msgid "Reset branch '%s'\n"
9399 msgstr ""
9401 #: builtin/checkout.c:901
9402 #, c-format
9403 msgid "Already on '%s'\n"
9404 msgstr ""
9406 #: builtin/checkout.c:905
9407 #, c-format
9408 msgid "Switched to and reset branch '%s'\n"
9409 msgstr ""
9411 #: builtin/checkout.c:907 builtin/checkout.c:1283
9412 #, c-format
9413 msgid "Switched to a new branch '%s'\n"
9414 msgstr ""
9416 #: builtin/checkout.c:909
9417 #, c-format
9418 msgid "Switched to branch '%s'\n"
9419 msgstr ""
9421 #: builtin/checkout.c:960
9422 #, c-format
9423 msgid " ... and %d more.\n"
9424 msgstr ""
9426 #: builtin/checkout.c:966
9427 #, c-format
9428 msgid ""
9429 "Warning: you are leaving %d commit behind, not connected to\n"
9430 "any of your branches:\n"
9431 "\n"
9432 "%s\n"
9433 msgid_plural ""
9434 "Warning: you are leaving %d commits behind, not connected to\n"
9435 "any of your branches:\n"
9436 "\n"
9437 "%s\n"
9438 msgstr[0] ""
9439 msgstr[1] ""
9441 #: builtin/checkout.c:985
9442 #, c-format
9443 msgid ""
9444 "If you want to keep it by creating a new branch, this may be a good time\n"
9445 "to do so with:\n"
9446 "\n"
9447 " git branch <new-branch-name> %s\n"
9448 "\n"
9449 msgid_plural ""
9450 "If you want to keep them by creating a new branch, this may be a good time\n"
9451 "to do so with:\n"
9452 "\n"
9453 " git branch <new-branch-name> %s\n"
9454 "\n"
9455 msgstr[0] ""
9456 msgstr[1] ""
9458 #: builtin/checkout.c:1017
9459 msgid "internal error in revision walk"
9460 msgstr ""
9462 #: builtin/checkout.c:1021
9463 msgid "Previous HEAD position was"
9464 msgstr ""
9466 #: builtin/checkout.c:1052 builtin/checkout.c:1278
9467 msgid "You are on a branch yet to be born"
9468 msgstr ""
9470 #: builtin/checkout.c:1173
9471 #, c-format
9472 msgid "only one reference expected, %d given."
9473 msgstr ""
9475 #: builtin/checkout.c:1209
9476 #, c-format
9477 msgid ""
9478 "'%s' could be both a local file and a tracking branch.\n"
9479 "Please use -- (and optionally --no-guess) to disambiguate"
9480 msgstr ""
9482 #: builtin/checkout.c:1222 builtin/worktree.c:290 builtin/worktree.c:448
9483 #, c-format
9484 msgid "invalid reference: %s"
9485 msgstr ""
9487 #: builtin/checkout.c:1251
9488 #, c-format
9489 msgid "reference is not a tree: %s"
9490 msgstr ""
9492 #: builtin/checkout.c:1292
9493 msgid "paths cannot be used with switching branches"
9494 msgstr ""
9496 #: builtin/checkout.c:1295 builtin/checkout.c:1299 builtin/checkout.c:1303
9497 #, c-format
9498 msgid "'%s' cannot be used with switching branches"
9499 msgstr ""
9501 #: builtin/checkout.c:1307 builtin/checkout.c:1310 builtin/checkout.c:1315
9502 #: builtin/checkout.c:1318
9503 #, c-format
9504 msgid "'%s' cannot be used with '%s'"
9505 msgstr ""
9507 #: builtin/checkout.c:1323
9508 #, c-format
9509 msgid "Cannot switch branch to a non-commit '%s'"
9510 msgstr ""
9512 #: builtin/checkout.c:1356 builtin/checkout.c:1358 builtin/clone.c:118
9513 #: builtin/remote.c:169 builtin/remote.c:171 builtin/worktree.c:492
9514 #: builtin/worktree.c:494
9515 msgid "branch"
9516 msgstr ""
9518 #: builtin/checkout.c:1357
9519 msgid "create and checkout a new branch"
9520 msgstr ""
9522 #: builtin/checkout.c:1359
9523 msgid "create/reset and checkout a branch"
9524 msgstr ""
9526 #: builtin/checkout.c:1360
9527 msgid "create reflog for new branch"
9528 msgstr ""
9530 #: builtin/checkout.c:1361 builtin/worktree.c:496
9531 msgid "detach HEAD at named commit"
9532 msgstr ""
9534 #: builtin/checkout.c:1362
9535 msgid "set upstream info for new branch"
9536 msgstr ""
9538 #: builtin/checkout.c:1364
9539 msgid "new-branch"
9540 msgstr ""
9542 #: builtin/checkout.c:1364
9543 msgid "new unparented branch"
9544 msgstr ""
9546 #: builtin/checkout.c:1366
9547 msgid "checkout our version for unmerged files"
9548 msgstr ""
9550 #: builtin/checkout.c:1369
9551 msgid "checkout their version for unmerged files"
9552 msgstr ""
9554 #: builtin/checkout.c:1371
9555 msgid "force checkout (throw away local modifications)"
9556 msgstr ""
9558 #: builtin/checkout.c:1373
9559 msgid "perform a 3-way merge with the new branch"
9560 msgstr ""
9562 #: builtin/checkout.c:1375 builtin/merge.c:284
9563 msgid "update ignored files (default)"
9564 msgstr ""
9566 #: builtin/checkout.c:1377 builtin/log.c:1594 parse-options.h:317
9567 msgid "style"
9568 msgstr ""
9570 #: builtin/checkout.c:1378
9571 msgid "conflict style (merge or diff3)"
9572 msgstr ""
9574 #: builtin/checkout.c:1381
9575 msgid "do not limit pathspecs to sparse entries only"
9576 msgstr ""
9578 #: builtin/checkout.c:1383
9579 msgid "do not second guess 'git checkout <no-such-branch>'"
9580 msgstr ""
9582 #: builtin/checkout.c:1385
9583 msgid "do not check if another worktree is holding the given ref"
9584 msgstr ""
9586 #: builtin/checkout.c:1389 builtin/clone.c:88 builtin/fetch.c:141
9587 #: builtin/merge.c:281 builtin/pull.c:136 builtin/push.c:575
9588 #: builtin/send-pack.c:174
9589 msgid "force progress reporting"
9590 msgstr ""
9592 #: builtin/checkout.c:1390
9593 msgid "use overlay mode (default)"
9594 msgstr ""
9596 #: builtin/checkout.c:1422
9597 msgid "-b, -B and --orphan are mutually exclusive"
9598 msgstr ""
9600 #: builtin/checkout.c:1425
9601 msgid "-p and --overlay are mutually exclusive"
9602 msgstr ""
9604 #: builtin/checkout.c:1442
9605 msgid "--track needs a branch name"
9606 msgstr ""
9608 #: builtin/checkout.c:1447
9609 msgid "missing branch name; try -b"
9610 msgstr ""
9612 #: builtin/checkout.c:1484
9613 msgid "invalid path specification"
9614 msgstr ""
9616 #: builtin/checkout.c:1491
9617 #, c-format
9618 msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
9619 msgstr ""
9621 #: builtin/checkout.c:1495
9622 #, c-format
9623 msgid "git checkout: --detach does not take a path argument '%s'"
9624 msgstr ""
9626 #: builtin/checkout.c:1499
9627 msgid ""
9628 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
9629 "checking out of the index."
9630 msgstr ""
9632 #: builtin/checkout.c:1519
9633 #, c-format
9634 msgid ""
9635 "'%s' matched more than one remote tracking branch.\n"
9636 "We found %d remotes with a reference that matched. So we fell back\n"
9637 "on trying to resolve the argument as a path, but failed there too!\n"
9638 "\n"
9639 "If you meant to check out a remote tracking branch on, e.g. 'origin',\n"
9640 "you can do so by fully qualifying the name with the --track option:\n"
9641 "\n"
9642 "    git checkout --track origin/<name>\n"
9643 "\n"
9644 "If you'd like to always have checkouts of an ambiguous <name> prefer\n"
9645 "one remote, e.g. the 'origin' remote, consider setting\n"
9646 "checkout.defaultRemote=origin in your config."
9647 msgstr ""
9649 #: builtin/clean.c:28
9650 msgid ""
9651 "git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
9652 msgstr ""
9654 #: builtin/clean.c:32
9655 #, c-format
9656 msgid "Removing %s\n"
9657 msgstr ""
9659 #: builtin/clean.c:33
9660 #, c-format
9661 msgid "Would remove %s\n"
9662 msgstr ""
9664 #: builtin/clean.c:34
9665 #, c-format
9666 msgid "Skipping repository %s\n"
9667 msgstr ""
9669 #: builtin/clean.c:35
9670 #, c-format
9671 msgid "Would skip repository %s\n"
9672 msgstr ""
9674 #: builtin/clean.c:36
9675 #, c-format
9676 msgid "failed to remove %s"
9677 msgstr ""
9679 #: builtin/clean.c:299 git-add--interactive.perl:579
9680 #, c-format
9681 msgid ""
9682 "Prompt help:\n"
9683 "1          - select a numbered item\n"
9684 "foo        - select item based on unique prefix\n"
9685 "           - (empty) select nothing\n"
9686 msgstr ""
9688 #: builtin/clean.c:303 git-add--interactive.perl:588
9689 #, c-format
9690 msgid ""
9691 "Prompt help:\n"
9692 "1          - select a single item\n"
9693 "3-5        - select a range of items\n"
9694 "2-3,6-9    - select multiple ranges\n"
9695 "foo        - select item based on unique prefix\n"
9696 "-...       - unselect specified items\n"
9697 "*          - choose all items\n"
9698 "           - (empty) finish selecting\n"
9699 msgstr ""
9701 #: builtin/clean.c:519 git-add--interactive.perl:554
9702 #: git-add--interactive.perl:559
9703 #, c-format, perl-format
9704 msgid "Huh (%s)?\n"
9705 msgstr ""
9707 #: builtin/clean.c:661
9708 #, c-format
9709 msgid "Input ignore patterns>> "
9710 msgstr ""
9712 #: builtin/clean.c:698
9713 #, c-format
9714 msgid "WARNING: Cannot find items matched by: %s"
9715 msgstr ""
9717 #: builtin/clean.c:719
9718 msgid "Select items to delete"
9719 msgstr ""
9721 #. TRANSLATORS: Make sure to keep [y/N] as is
9722 #: builtin/clean.c:760
9723 #, c-format
9724 msgid "Remove %s [y/N]? "
9725 msgstr ""
9727 #: builtin/clean.c:785 git-add--interactive.perl:1717
9728 #, c-format
9729 msgid "Bye.\n"
9730 msgstr ""
9732 #: builtin/clean.c:793
9733 msgid ""
9734 "clean               - start cleaning\n"
9735 "filter by pattern   - exclude items from deletion\n"
9736 "select by numbers   - select items to be deleted by numbers\n"
9737 "ask each            - confirm each deletion (like \"rm -i\")\n"
9738 "quit                - stop cleaning\n"
9739 "help                - this screen\n"
9740 "?                   - help for prompt selection"
9741 msgstr ""
9743 #: builtin/clean.c:820 git-add--interactive.perl:1793
9744 msgid "*** Commands ***"
9745 msgstr ""
9747 #: builtin/clean.c:821 git-add--interactive.perl:1790
9748 msgid "What now"
9749 msgstr ""
9751 #: builtin/clean.c:829
9752 msgid "Would remove the following item:"
9753 msgid_plural "Would remove the following items:"
9754 msgstr[0] ""
9755 msgstr[1] ""
9757 #: builtin/clean.c:845
9758 msgid "No more files to clean, exiting."
9759 msgstr ""
9761 #: builtin/clean.c:907
9762 msgid "do not print names of files removed"
9763 msgstr ""
9765 #: builtin/clean.c:909
9766 msgid "force"
9767 msgstr ""
9769 #: builtin/clean.c:910
9770 msgid "interactive cleaning"
9771 msgstr ""
9773 #: builtin/clean.c:912
9774 msgid "remove whole directories"
9775 msgstr ""
9777 #: builtin/clean.c:913 builtin/describe.c:546 builtin/describe.c:548
9778 #: builtin/grep.c:897 builtin/log.c:171 builtin/log.c:173
9779 #: builtin/ls-files.c:557 builtin/name-rev.c:417 builtin/name-rev.c:419
9780 #: builtin/show-ref.c:179
9781 msgid "pattern"
9782 msgstr ""
9784 #: builtin/clean.c:914
9785 msgid "add <pattern> to ignore rules"
9786 msgstr ""
9788 #: builtin/clean.c:915
9789 msgid "remove ignored files, too"
9790 msgstr ""
9792 #: builtin/clean.c:917
9793 msgid "remove only ignored files"
9794 msgstr ""
9796 #: builtin/clean.c:935
9797 msgid "-x and -X cannot be used together"
9798 msgstr ""
9800 #: builtin/clean.c:939
9801 msgid ""
9802 "clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
9803 "clean"
9804 msgstr ""
9806 #: builtin/clean.c:942
9807 msgid ""
9808 "clean.requireForce defaults to true and neither -i, -n, nor -f given; "
9809 "refusing to clean"
9810 msgstr ""
9812 #: builtin/clone.c:44
9813 msgid "git clone [<options>] [--] <repo> [<dir>]"
9814 msgstr ""
9816 #: builtin/clone.c:90
9817 msgid "don't create a checkout"
9818 msgstr ""
9820 #: builtin/clone.c:91 builtin/clone.c:93 builtin/init-db.c:489
9821 msgid "create a bare repository"
9822 msgstr ""
9824 #: builtin/clone.c:95
9825 msgid "create a mirror repository (implies bare)"
9826 msgstr ""
9828 #: builtin/clone.c:97
9829 msgid "to clone from a local repository"
9830 msgstr ""
9832 #: builtin/clone.c:99
9833 msgid "don't use local hardlinks, always copy"
9834 msgstr ""
9836 #: builtin/clone.c:101
9837 msgid "setup as shared repository"
9838 msgstr ""
9840 #: builtin/clone.c:104
9841 msgid "pathspec"
9842 msgstr ""
9844 #: builtin/clone.c:104
9845 msgid "initialize submodules in the clone"
9846 msgstr ""
9848 #: builtin/clone.c:107
9849 msgid "number of submodules cloned in parallel"
9850 msgstr ""
9852 #: builtin/clone.c:108 builtin/init-db.c:486
9853 msgid "template-directory"
9854 msgstr ""
9856 #: builtin/clone.c:109 builtin/init-db.c:487
9857 msgid "directory from which templates will be used"
9858 msgstr ""
9860 #: builtin/clone.c:111 builtin/clone.c:113 builtin/submodule--helper.c:1379
9861 #: builtin/submodule--helper.c:1859
9862 msgid "reference repository"
9863 msgstr ""
9865 #: builtin/clone.c:115 builtin/submodule--helper.c:1381
9866 #: builtin/submodule--helper.c:1861
9867 msgid "use --reference only while cloning"
9868 msgstr ""
9870 #: builtin/clone.c:116 builtin/column.c:27 builtin/merge-file.c:46
9871 #: builtin/pack-objects.c:3306 builtin/repack.c:329
9872 msgid "name"
9873 msgstr ""
9875 #: builtin/clone.c:117
9876 msgid "use <name> instead of 'origin' to track upstream"
9877 msgstr ""
9879 #: builtin/clone.c:119
9880 msgid "checkout <branch> instead of the remote's HEAD"
9881 msgstr ""
9883 #: builtin/clone.c:121
9884 msgid "path to git-upload-pack on the remote"
9885 msgstr ""
9887 #: builtin/clone.c:122 builtin/fetch.c:142 builtin/grep.c:836
9888 #: builtin/pull.c:225
9889 msgid "depth"
9890 msgstr ""
9892 #: builtin/clone.c:123
9893 msgid "create a shallow clone of that depth"
9894 msgstr ""
9896 #: builtin/clone.c:124 builtin/fetch.c:144 builtin/pack-objects.c:3295
9897 msgid "time"
9898 msgstr ""
9900 #: builtin/clone.c:125
9901 msgid "create a shallow clone since a specific time"
9902 msgstr ""
9904 #: builtin/clone.c:126 builtin/fetch.c:146 builtin/fetch.c:169
9905 #: builtin/rebase.c:1389
9906 msgid "revision"
9907 msgstr ""
9909 #: builtin/clone.c:127 builtin/fetch.c:147
9910 msgid "deepen history of shallow clone, excluding rev"
9911 msgstr ""
9913 #: builtin/clone.c:129
9914 msgid "clone only one branch, HEAD or --branch"
9915 msgstr ""
9917 #: builtin/clone.c:131
9918 msgid "don't clone any tags, and make later fetches not to follow them"
9919 msgstr ""
9921 #: builtin/clone.c:133
9922 msgid "any cloned submodules will be shallow"
9923 msgstr ""
9925 #: builtin/clone.c:134 builtin/init-db.c:495
9926 msgid "gitdir"
9927 msgstr ""
9929 #: builtin/clone.c:135 builtin/init-db.c:496
9930 msgid "separate git dir from working tree"
9931 msgstr ""
9933 #: builtin/clone.c:136
9934 msgid "key=value"
9935 msgstr ""
9937 #: builtin/clone.c:137
9938 msgid "set config inside the new repository"
9939 msgstr ""
9941 #: builtin/clone.c:139 builtin/fetch.c:164 builtin/ls-remote.c:76
9942 #: builtin/push.c:585 builtin/send-pack.c:172
9943 msgid "server-specific"
9944 msgstr ""
9946 #: builtin/clone.c:139 builtin/fetch.c:164 builtin/ls-remote.c:76
9947 #: builtin/push.c:585 builtin/send-pack.c:173
9948 msgid "option to transmit"
9949 msgstr ""
9951 #: builtin/clone.c:140 builtin/fetch.c:165 builtin/pull.c:238
9952 #: builtin/push.c:586
9953 msgid "use IPv4 addresses only"
9954 msgstr ""
9956 #: builtin/clone.c:142 builtin/fetch.c:167 builtin/pull.c:241
9957 #: builtin/push.c:588
9958 msgid "use IPv6 addresses only"
9959 msgstr ""
9961 #: builtin/clone.c:280
9962 msgid ""
9963 "No directory name could be guessed.\n"
9964 "Please specify a directory on the command line"
9965 msgstr ""
9967 #: builtin/clone.c:333
9968 #, c-format
9969 msgid "info: Could not add alternate for '%s': %s\n"
9970 msgstr ""
9972 #: builtin/clone.c:405
9973 #, c-format
9974 msgid "failed to open '%s'"
9975 msgstr ""
9977 #: builtin/clone.c:413
9978 #, c-format
9979 msgid "%s exists and is not a directory"
9980 msgstr ""
9982 #: builtin/clone.c:427
9983 #, c-format
9984 msgid "failed to stat %s\n"
9985 msgstr ""
9987 #: builtin/clone.c:444
9988 #, c-format
9989 msgid "failed to unlink '%s'"
9990 msgstr ""
9992 #: builtin/clone.c:449
9993 #, c-format
9994 msgid "failed to create link '%s'"
9995 msgstr ""
9997 #: builtin/clone.c:453
9998 #, c-format
9999 msgid "failed to copy file to '%s'"
10000 msgstr ""
10002 #: builtin/clone.c:479
10003 #, c-format
10004 msgid "done.\n"
10005 msgstr ""
10007 #: builtin/clone.c:493
10008 msgid ""
10009 "Clone succeeded, but checkout failed.\n"
10010 "You can inspect what was checked out with 'git status'\n"
10011 "and retry the checkout with 'git checkout -f HEAD'\n"
10012 msgstr ""
10014 #: builtin/clone.c:570
10015 #, c-format
10016 msgid "Could not find remote branch %s to clone."
10017 msgstr ""
10019 #: builtin/clone.c:689
10020 #, c-format
10021 msgid "unable to update %s"
10022 msgstr ""
10024 #: builtin/clone.c:739
10025 msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
10026 msgstr ""
10028 #: builtin/clone.c:770
10029 msgid "unable to checkout working tree"
10030 msgstr ""
10032 #: builtin/clone.c:815
10033 msgid "unable to write parameters to config file"
10034 msgstr ""
10036 #: builtin/clone.c:878
10037 msgid "cannot repack to clean up"
10038 msgstr ""
10040 #: builtin/clone.c:880
10041 msgid "cannot unlink temporary alternates file"
10042 msgstr ""
10044 #: builtin/clone.c:920 builtin/receive-pack.c:1952
10045 msgid "Too many arguments."
10046 msgstr ""
10048 #: builtin/clone.c:924
10049 msgid "You must specify a repository to clone."
10050 msgstr ""
10052 #: builtin/clone.c:937
10053 #, c-format
10054 msgid "--bare and --origin %s options are incompatible."
10055 msgstr ""
10057 #: builtin/clone.c:940
10058 msgid "--bare and --separate-git-dir are incompatible."
10059 msgstr ""
10061 #: builtin/clone.c:953
10062 #, c-format
10063 msgid "repository '%s' does not exist"
10064 msgstr ""
10066 #: builtin/clone.c:959 builtin/fetch.c:1610
10067 #, c-format
10068 msgid "depth %s is not a positive number"
10069 msgstr ""
10071 #: builtin/clone.c:969
10072 #, c-format
10073 msgid "destination path '%s' already exists and is not an empty directory."
10074 msgstr ""
10076 #: builtin/clone.c:979
10077 #, c-format
10078 msgid "working tree '%s' already exists."
10079 msgstr ""
10081 #: builtin/clone.c:994 builtin/clone.c:1015 builtin/difftool.c:264
10082 #: builtin/worktree.c:296 builtin/worktree.c:328
10083 #, c-format
10084 msgid "could not create leading directories of '%s'"
10085 msgstr ""
10087 #: builtin/clone.c:999
10088 #, c-format
10089 msgid "could not create work tree dir '%s'"
10090 msgstr ""
10092 #: builtin/clone.c:1019
10093 #, c-format
10094 msgid "Cloning into bare repository '%s'...\n"
10095 msgstr ""
10097 #: builtin/clone.c:1021
10098 #, c-format
10099 msgid "Cloning into '%s'...\n"
10100 msgstr ""
10102 #: builtin/clone.c:1045
10103 msgid ""
10104 "clone --recursive is not compatible with both --reference and --reference-if-"
10105 "able"
10106 msgstr ""
10108 #: builtin/clone.c:1106
10109 msgid "--depth is ignored in local clones; use file:// instead."
10110 msgstr ""
10112 #: builtin/clone.c:1108
10113 msgid "--shallow-since is ignored in local clones; use file:// instead."
10114 msgstr ""
10116 #: builtin/clone.c:1110
10117 msgid "--shallow-exclude is ignored in local clones; use file:// instead."
10118 msgstr ""
10120 #: builtin/clone.c:1112
10121 msgid "--filter is ignored in local clones; use file:// instead."
10122 msgstr ""
10124 #: builtin/clone.c:1115
10125 msgid "source repository is shallow, ignoring --local"
10126 msgstr ""
10128 #: builtin/clone.c:1120
10129 msgid "--local is ignored"
10130 msgstr ""
10132 #: builtin/clone.c:1197 builtin/clone.c:1205
10133 #, c-format
10134 msgid "Remote branch %s not found in upstream %s"
10135 msgstr ""
10137 #: builtin/clone.c:1208
10138 msgid "You appear to have cloned an empty repository."
10139 msgstr ""
10141 #: builtin/column.c:10
10142 msgid "git column [<options>]"
10143 msgstr ""
10145 #: builtin/column.c:27
10146 msgid "lookup config vars"
10147 msgstr ""
10149 #: builtin/column.c:28 builtin/column.c:29
10150 msgid "layout to use"
10151 msgstr ""
10153 #: builtin/column.c:30
10154 msgid "Maximum width"
10155 msgstr ""
10157 #: builtin/column.c:31
10158 msgid "Padding space on left border"
10159 msgstr ""
10161 #: builtin/column.c:32
10162 msgid "Padding space on right border"
10163 msgstr ""
10165 #: builtin/column.c:33
10166 msgid "Padding space between columns"
10167 msgstr ""
10169 #: builtin/column.c:51
10170 msgid "--command must be the first argument"
10171 msgstr ""
10173 #: builtin/commit-tree.c:18
10174 msgid ""
10175 "git commit-tree [(-p <parent>)...] [-S[<keyid>]] [(-m <message>)...] [(-F "
10176 "<file>)...] <tree>"
10177 msgstr ""
10179 #: builtin/commit-tree.c:31
10180 #, c-format
10181 msgid "duplicate parent %s ignored"
10182 msgstr ""
10184 #: builtin/commit-tree.c:56 builtin/commit-tree.c:136 builtin/log.c:520
10185 #, c-format
10186 msgid "not a valid object name %s"
10187 msgstr ""
10189 #: builtin/commit-tree.c:93
10190 #, c-format
10191 msgid "git commit-tree: failed to open '%s'"
10192 msgstr ""
10194 #: builtin/commit-tree.c:96
10195 #, c-format
10196 msgid "git commit-tree: failed to read '%s'"
10197 msgstr ""
10199 #: builtin/commit-tree.c:98
10200 #, c-format
10201 msgid "git commit-tree: failed to close '%s'"
10202 msgstr ""
10204 #: builtin/commit-tree.c:111
10205 msgid "parent"
10206 msgstr ""
10208 #: builtin/commit-tree.c:112
10209 msgid "id of a parent commit object"
10210 msgstr ""
10212 #: builtin/commit-tree.c:114 builtin/commit.c:1480 builtin/merge.c:268
10213 #: builtin/notes.c:409 builtin/notes.c:575 builtin/stash.c:1473
10214 #: builtin/tag.c:406
10215 msgid "message"
10216 msgstr ""
10218 #: builtin/commit-tree.c:115 builtin/commit.c:1480
10219 msgid "commit message"
10220 msgstr ""
10222 #: builtin/commit-tree.c:118
10223 msgid "read commit log message from file"
10224 msgstr ""
10226 #: builtin/commit-tree.c:121 builtin/commit.c:1492 builtin/merge.c:283
10227 #: builtin/pull.c:193 builtin/revert.c:117
10228 msgid "GPG sign commit"
10229 msgstr ""
10231 #: builtin/commit-tree.c:133
10232 msgid "must give exactly one tree"
10233 msgstr ""
10235 #: builtin/commit-tree.c:140
10236 msgid "git commit-tree: failed to read"
10237 msgstr ""
10239 #: builtin/commit.c:41
10240 msgid "git commit [<options>] [--] <pathspec>..."
10241 msgstr ""
10243 #: builtin/commit.c:46
10244 msgid "git status [<options>] [--] <pathspec>..."
10245 msgstr ""
10247 #: builtin/commit.c:51
10248 msgid ""
10249 "You asked to amend the most recent commit, but doing so would make\n"
10250 "it empty. You can repeat your command with --allow-empty, or you can\n"
10251 "remove the commit entirely with \"git reset HEAD^\".\n"
10252 msgstr ""
10254 #: builtin/commit.c:56
10255 msgid ""
10256 "The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
10257 "If you wish to commit it anyway, use:\n"
10258 "\n"
10259 "    git commit --allow-empty\n"
10260 "\n"
10261 msgstr ""
10263 #: builtin/commit.c:63
10264 msgid "Otherwise, please use 'git reset'\n"
10265 msgstr ""
10267 #: builtin/commit.c:66
10268 msgid ""
10269 "If you wish to skip this commit, use:\n"
10270 "\n"
10271 "    git reset\n"
10272 "\n"
10273 "Then \"git cherry-pick --continue\" will resume cherry-picking\n"
10274 "the remaining commits.\n"
10275 msgstr ""
10277 #: builtin/commit.c:312
10278 msgid "failed to unpack HEAD tree object"
10279 msgstr ""
10281 #: builtin/commit.c:353
10282 msgid "unable to create temporary index"
10283 msgstr ""
10285 #: builtin/commit.c:359
10286 msgid "interactive add failed"
10287 msgstr ""
10289 #: builtin/commit.c:373
10290 msgid "unable to update temporary index"
10291 msgstr ""
10293 #: builtin/commit.c:375
10294 msgid "Failed to update main cache tree"
10295 msgstr ""
10297 #: builtin/commit.c:400 builtin/commit.c:423 builtin/commit.c:469
10298 msgid "unable to write new_index file"
10299 msgstr ""
10301 #: builtin/commit.c:452
10302 msgid "cannot do a partial commit during a merge."
10303 msgstr ""
10305 #: builtin/commit.c:454
10306 msgid "cannot do a partial commit during a cherry-pick."
10307 msgstr ""
10309 #: builtin/commit.c:462
10310 msgid "cannot read the index"
10311 msgstr ""
10313 #: builtin/commit.c:481
10314 msgid "unable to write temporary index file"
10315 msgstr ""
10317 #: builtin/commit.c:579
10318 #, c-format
10319 msgid "commit '%s' lacks author header"
10320 msgstr ""
10322 #: builtin/commit.c:581
10323 #, c-format
10324 msgid "commit '%s' has malformed author line"
10325 msgstr ""
10327 #: builtin/commit.c:600
10328 msgid "malformed --author parameter"
10329 msgstr ""
10331 #: builtin/commit.c:653
10332 msgid ""
10333 "unable to select a comment character that is not used\n"
10334 "in the current commit message"
10335 msgstr ""
10337 #: builtin/commit.c:691 builtin/commit.c:724 builtin/commit.c:1069
10338 #, c-format
10339 msgid "could not lookup commit %s"
10340 msgstr ""
10342 #: builtin/commit.c:703 builtin/shortlog.c:319
10343 #, c-format
10344 msgid "(reading log message from standard input)\n"
10345 msgstr ""
10347 #: builtin/commit.c:705
10348 msgid "could not read log from standard input"
10349 msgstr ""
10351 #: builtin/commit.c:709
10352 #, c-format
10353 msgid "could not read log file '%s'"
10354 msgstr ""
10356 #: builtin/commit.c:740 builtin/commit.c:756
10357 msgid "could not read SQUASH_MSG"
10358 msgstr ""
10360 #: builtin/commit.c:747
10361 msgid "could not read MERGE_MSG"
10362 msgstr ""
10364 #: builtin/commit.c:807
10365 msgid "could not write commit template"
10366 msgstr ""
10368 #: builtin/commit.c:826
10369 #, c-format
10370 msgid ""
10371 "\n"
10372 "It looks like you may be committing a merge.\n"
10373 "If this is not correct, please remove the file\n"
10374 "\t%s\n"
10375 "and try again.\n"
10376 msgstr ""
10378 #: builtin/commit.c:831
10379 #, c-format
10380 msgid ""
10381 "\n"
10382 "It looks like you may be committing a cherry-pick.\n"
10383 "If this is not correct, please remove the file\n"
10384 "\t%s\n"
10385 "and try again.\n"
10386 msgstr ""
10388 #: builtin/commit.c:844
10389 #, c-format
10390 msgid ""
10391 "Please enter the commit message for your changes. Lines starting\n"
10392 "with '%c' will be ignored, and an empty message aborts the commit.\n"
10393 msgstr ""
10395 #: builtin/commit.c:852
10396 #, c-format
10397 msgid ""
10398 "Please enter the commit message for your changes. Lines starting\n"
10399 "with '%c' will be kept; you may remove them yourself if you want to.\n"
10400 "An empty message aborts the commit.\n"
10401 msgstr ""
10403 #: builtin/commit.c:869
10404 #, c-format
10405 msgid "%sAuthor:    %.*s <%.*s>"
10406 msgstr ""
10408 #: builtin/commit.c:877
10409 #, c-format
10410 msgid "%sDate:      %s"
10411 msgstr ""
10413 #: builtin/commit.c:884
10414 #, c-format
10415 msgid "%sCommitter: %.*s <%.*s>"
10416 msgstr ""
10418 #: builtin/commit.c:902
10419 msgid "Cannot read index"
10420 msgstr ""
10422 #: builtin/commit.c:969
10423 msgid "Error building trees"
10424 msgstr ""
10426 #: builtin/commit.c:983 builtin/tag.c:269
10427 #, c-format
10428 msgid "Please supply the message using either -m or -F option.\n"
10429 msgstr ""
10431 #: builtin/commit.c:1027
10432 #, c-format
10433 msgid "--author '%s' is not 'Name <email>' and matches no existing author"
10434 msgstr ""
10436 #: builtin/commit.c:1041
10437 #, c-format
10438 msgid "Invalid ignored mode '%s'"
10439 msgstr ""
10441 #: builtin/commit.c:1059 builtin/commit.c:1284
10442 #, c-format
10443 msgid "Invalid untracked files mode '%s'"
10444 msgstr ""
10446 #: builtin/commit.c:1097
10447 msgid "--long and -z are incompatible"
10448 msgstr ""
10450 #: builtin/commit.c:1130
10451 msgid "Using both --reset-author and --author does not make sense"
10452 msgstr ""
10454 #: builtin/commit.c:1139
10455 msgid "You have nothing to amend."
10456 msgstr ""
10458 #: builtin/commit.c:1142
10459 msgid "You are in the middle of a merge -- cannot amend."
10460 msgstr ""
10462 #: builtin/commit.c:1144
10463 msgid "You are in the middle of a cherry-pick -- cannot amend."
10464 msgstr ""
10466 #: builtin/commit.c:1147
10467 msgid "Options --squash and --fixup cannot be used together"
10468 msgstr ""
10470 #: builtin/commit.c:1157
10471 msgid "Only one of -c/-C/-F/--fixup can be used."
10472 msgstr ""
10474 #: builtin/commit.c:1159
10475 msgid "Option -m cannot be combined with -c/-C/-F."
10476 msgstr ""
10478 #: builtin/commit.c:1167
10479 msgid "--reset-author can be used only with -C, -c or --amend."
10480 msgstr ""
10482 #: builtin/commit.c:1184
10483 msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
10484 msgstr ""
10486 #: builtin/commit.c:1186
10487 msgid "No paths with --include/--only does not make sense."
10488 msgstr ""
10490 #: builtin/commit.c:1192
10491 #, c-format
10492 msgid "paths '%s ...' with -a does not make sense"
10493 msgstr ""
10495 #: builtin/commit.c:1319 builtin/commit.c:1503
10496 msgid "show status concisely"
10497 msgstr ""
10499 #: builtin/commit.c:1321 builtin/commit.c:1505
10500 msgid "show branch information"
10501 msgstr ""
10503 #: builtin/commit.c:1323
10504 msgid "show stash information"
10505 msgstr ""
10507 #: builtin/commit.c:1325 builtin/commit.c:1507
10508 msgid "compute full ahead/behind values"
10509 msgstr ""
10511 #: builtin/commit.c:1327
10512 msgid "version"
10513 msgstr ""
10515 #: builtin/commit.c:1327 builtin/commit.c:1509 builtin/push.c:561
10516 #: builtin/worktree.c:643
10517 msgid "machine-readable output"
10518 msgstr ""
10520 #: builtin/commit.c:1330 builtin/commit.c:1511
10521 msgid "show status in long format (default)"
10522 msgstr ""
10524 #: builtin/commit.c:1333 builtin/commit.c:1514
10525 msgid "terminate entries with NUL"
10526 msgstr ""
10528 #: builtin/commit.c:1335 builtin/commit.c:1339 builtin/commit.c:1517
10529 #: builtin/fast-export.c:1085 builtin/fast-export.c:1088 builtin/rebase.c:1465
10530 #: parse-options.h:331
10531 msgid "mode"
10532 msgstr ""
10534 #: builtin/commit.c:1336 builtin/commit.c:1517
10535 msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
10536 msgstr ""
10538 #: builtin/commit.c:1340
10539 msgid ""
10540 "show ignored files, optional modes: traditional, matching, no. (Default: "
10541 "traditional)"
10542 msgstr ""
10544 #: builtin/commit.c:1342 parse-options.h:179
10545 msgid "when"
10546 msgstr ""
10548 #: builtin/commit.c:1343
10549 msgid ""
10550 "ignore changes to submodules, optional when: all, dirty, untracked. "
10551 "(Default: all)"
10552 msgstr ""
10554 #: builtin/commit.c:1345
10555 msgid "list untracked files in columns"
10556 msgstr ""
10558 #: builtin/commit.c:1346
10559 msgid "do not detect renames"
10560 msgstr ""
10562 #: builtin/commit.c:1348
10563 msgid "detect renames, optionally set similarity index"
10564 msgstr ""
10566 #: builtin/commit.c:1368
10567 msgid "Unsupported combination of ignored and untracked-files arguments"
10568 msgstr ""
10570 #: builtin/commit.c:1473
10571 msgid "suppress summary after successful commit"
10572 msgstr ""
10574 #: builtin/commit.c:1474
10575 msgid "show diff in commit message template"
10576 msgstr ""
10578 #: builtin/commit.c:1476
10579 msgid "Commit message options"
10580 msgstr ""
10582 #: builtin/commit.c:1477 builtin/merge.c:272 builtin/tag.c:408
10583 msgid "read message from file"
10584 msgstr ""
10586 #: builtin/commit.c:1478
10587 msgid "author"
10588 msgstr ""
10590 #: builtin/commit.c:1478
10591 msgid "override author for commit"
10592 msgstr ""
10594 #: builtin/commit.c:1479 builtin/gc.c:539
10595 msgid "date"
10596 msgstr ""
10598 #: builtin/commit.c:1479
10599 msgid "override date for commit"
10600 msgstr ""
10602 #: builtin/commit.c:1481 builtin/commit.c:1482 builtin/commit.c:1483
10603 #: builtin/commit.c:1484 parse-options.h:323 ref-filter.h:92
10604 msgid "commit"
10605 msgstr ""
10607 #: builtin/commit.c:1481
10608 msgid "reuse and edit message from specified commit"
10609 msgstr ""
10611 #: builtin/commit.c:1482
10612 msgid "reuse message from specified commit"
10613 msgstr ""
10615 #: builtin/commit.c:1483
10616 msgid "use autosquash formatted message to fixup specified commit"
10617 msgstr ""
10619 #: builtin/commit.c:1484
10620 msgid "use autosquash formatted message to squash specified commit"
10621 msgstr ""
10623 #: builtin/commit.c:1485
10624 msgid "the commit is authored by me now (used with -C/-c/--amend)"
10625 msgstr ""
10627 #: builtin/commit.c:1486 builtin/log.c:1541 builtin/merge.c:285
10628 #: builtin/pull.c:162 builtin/revert.c:109
10629 msgid "add Signed-off-by:"
10630 msgstr ""
10632 #: builtin/commit.c:1487
10633 msgid "use specified template file"
10634 msgstr ""
10636 #: builtin/commit.c:1488
10637 msgid "force edit of commit"
10638 msgstr ""
10640 #: builtin/commit.c:1490
10641 msgid "include status in commit message template"
10642 msgstr ""
10644 #: builtin/commit.c:1495
10645 msgid "Commit contents options"
10646 msgstr ""
10648 #: builtin/commit.c:1496
10649 msgid "commit all changed files"
10650 msgstr ""
10652 #: builtin/commit.c:1497
10653 msgid "add specified files to index for commit"
10654 msgstr ""
10656 #: builtin/commit.c:1498
10657 msgid "interactively add files"
10658 msgstr ""
10660 #: builtin/commit.c:1499
10661 msgid "interactively add changes"
10662 msgstr ""
10664 #: builtin/commit.c:1500
10665 msgid "commit only specified files"
10666 msgstr ""
10668 #: builtin/commit.c:1501
10669 msgid "bypass pre-commit and commit-msg hooks"
10670 msgstr ""
10672 #: builtin/commit.c:1502
10673 msgid "show what would be committed"
10674 msgstr ""
10676 #: builtin/commit.c:1515
10677 msgid "amend previous commit"
10678 msgstr ""
10680 #: builtin/commit.c:1516
10681 msgid "bypass post-rewrite hook"
10682 msgstr ""
10684 #: builtin/commit.c:1521
10685 msgid "ok to record an empty change"
10686 msgstr ""
10688 #: builtin/commit.c:1523
10689 msgid "ok to record a change with an empty message"
10690 msgstr ""
10692 #: builtin/commit.c:1596
10693 #, c-format
10694 msgid "Corrupt MERGE_HEAD file (%s)"
10695 msgstr ""
10697 #: builtin/commit.c:1603
10698 msgid "could not read MERGE_MODE"
10699 msgstr ""
10701 #: builtin/commit.c:1622
10702 #, c-format
10703 msgid "could not read commit message: %s"
10704 msgstr ""
10706 #: builtin/commit.c:1629
10707 #, c-format
10708 msgid "Aborting commit due to empty commit message.\n"
10709 msgstr ""
10711 #: builtin/commit.c:1634
10712 #, c-format
10713 msgid "Aborting commit; you did not edit the message.\n"
10714 msgstr ""
10716 #: builtin/commit.c:1668
10717 msgid ""
10718 "repository has been updated, but unable to write\n"
10719 "new_index file. Check that disk is not full and quota is\n"
10720 "not exceeded, and then \"git reset HEAD\" to recover."
10721 msgstr ""
10723 #: builtin/commit-graph.c:10
10724 msgid "git commit-graph [--object-dir <objdir>]"
10725 msgstr ""
10727 #: builtin/commit-graph.c:11 builtin/commit-graph.c:23
10728 msgid "git commit-graph read [--object-dir <objdir>]"
10729 msgstr ""
10731 #: builtin/commit-graph.c:12 builtin/commit-graph.c:18
10732 msgid "git commit-graph verify [--object-dir <objdir>]"
10733 msgstr ""
10735 #: builtin/commit-graph.c:13 builtin/commit-graph.c:28
10736 msgid ""
10737 "git commit-graph write [--object-dir <objdir>] [--append] [--reachable|--"
10738 "stdin-packs|--stdin-commits]"
10739 msgstr ""
10741 #: builtin/commit-graph.c:51 builtin/commit-graph.c:89
10742 #: builtin/commit-graph.c:147 builtin/commit-graph.c:205 builtin/fetch.c:153
10743 #: builtin/log.c:1561
10744 msgid "dir"
10745 msgstr ""
10747 #: builtin/commit-graph.c:52 builtin/commit-graph.c:90
10748 #: builtin/commit-graph.c:148 builtin/commit-graph.c:206
10749 msgid "The object directory to store the graph"
10750 msgstr ""
10752 #: builtin/commit-graph.c:68 builtin/commit-graph.c:105
10753 #, c-format
10754 msgid "Could not open commit-graph '%s'"
10755 msgstr ""
10757 #: builtin/commit-graph.c:150
10758 msgid "start walk at all refs"
10759 msgstr ""
10761 #: builtin/commit-graph.c:152
10762 msgid "scan pack-indexes listed by stdin for commits"
10763 msgstr ""
10765 #: builtin/commit-graph.c:154
10766 msgid "start walk at commits listed by stdin"
10767 msgstr ""
10769 #: builtin/commit-graph.c:156
10770 msgid "include all commits already in the commit-graph file"
10771 msgstr ""
10773 #: builtin/commit-graph.c:165
10774 msgid "use at most one of --reachable, --stdin-commits, or --stdin-packs"
10775 msgstr ""
10777 #: builtin/config.c:11
10778 msgid "git config [<options>]"
10779 msgstr ""
10781 #: builtin/config.c:103
10782 #, c-format
10783 msgid "unrecognized --type argument, %s"
10784 msgstr ""
10786 #: builtin/config.c:115
10787 msgid "only one type at a time"
10788 msgstr ""
10790 #: builtin/config.c:124
10791 msgid "Config file location"
10792 msgstr ""
10794 #: builtin/config.c:125
10795 msgid "use global config file"
10796 msgstr ""
10798 #: builtin/config.c:126
10799 msgid "use system config file"
10800 msgstr ""
10802 #: builtin/config.c:127
10803 msgid "use repository config file"
10804 msgstr ""
10806 #: builtin/config.c:128
10807 msgid "use per-worktree config file"
10808 msgstr ""
10810 #: builtin/config.c:129
10811 msgid "use given config file"
10812 msgstr ""
10814 #: builtin/config.c:130
10815 msgid "blob-id"
10816 msgstr ""
10818 #: builtin/config.c:130
10819 msgid "read config from given blob object"
10820 msgstr ""
10822 #: builtin/config.c:131
10823 msgid "Action"
10824 msgstr ""
10826 #: builtin/config.c:132
10827 msgid "get value: name [value-regex]"
10828 msgstr ""
10830 #: builtin/config.c:133
10831 msgid "get all values: key [value-regex]"
10832 msgstr ""
10834 #: builtin/config.c:134
10835 msgid "get values for regexp: name-regex [value-regex]"
10836 msgstr ""
10838 #: builtin/config.c:135
10839 msgid "get value specific for the URL: section[.var] URL"
10840 msgstr ""
10842 #: builtin/config.c:136
10843 msgid "replace all matching variables: name value [value_regex]"
10844 msgstr ""
10846 #: builtin/config.c:137
10847 msgid "add a new variable: name value"
10848 msgstr ""
10850 #: builtin/config.c:138
10851 msgid "remove a variable: name [value-regex]"
10852 msgstr ""
10854 #: builtin/config.c:139
10855 msgid "remove all matches: name [value-regex]"
10856 msgstr ""
10858 #: builtin/config.c:140
10859 msgid "rename section: old-name new-name"
10860 msgstr ""
10862 #: builtin/config.c:141
10863 msgid "remove a section: name"
10864 msgstr ""
10866 #: builtin/config.c:142
10867 msgid "list all"
10868 msgstr ""
10870 #: builtin/config.c:143
10871 msgid "open an editor"
10872 msgstr ""
10874 #: builtin/config.c:144
10875 msgid "find the color configured: slot [default]"
10876 msgstr ""
10878 #: builtin/config.c:145
10879 msgid "find the color setting: slot [stdout-is-tty]"
10880 msgstr ""
10882 #: builtin/config.c:146
10883 msgid "Type"
10884 msgstr ""
10886 #: builtin/config.c:147
10887 msgid "value is given this type"
10888 msgstr ""
10890 #: builtin/config.c:148
10891 msgid "value is \"true\" or \"false\""
10892 msgstr ""
10894 #: builtin/config.c:149
10895 msgid "value is decimal number"
10896 msgstr ""
10898 #: builtin/config.c:150
10899 msgid "value is --bool or --int"
10900 msgstr ""
10902 #: builtin/config.c:151
10903 msgid "value is a path (file or directory name)"
10904 msgstr ""
10906 #: builtin/config.c:152
10907 msgid "value is an expiry date"
10908 msgstr ""
10910 #: builtin/config.c:153
10911 msgid "Other"
10912 msgstr ""
10914 #: builtin/config.c:154
10915 msgid "terminate values with NUL byte"
10916 msgstr ""
10918 #: builtin/config.c:155
10919 msgid "show variable names only"
10920 msgstr ""
10922 #: builtin/config.c:156
10923 msgid "respect include directives on lookup"
10924 msgstr ""
10926 #: builtin/config.c:157
10927 msgid "show origin of config (file, standard input, blob, command line)"
10928 msgstr ""
10930 #: builtin/config.c:158
10931 msgid "value"
10932 msgstr ""
10934 #: builtin/config.c:158
10935 msgid "with --get, use default value when missing entry"
10936 msgstr ""
10938 #: builtin/config.c:172
10939 #, c-format
10940 msgid "wrong number of arguments, should be %d"
10941 msgstr ""
10943 #: builtin/config.c:174
10944 #, c-format
10945 msgid "wrong number of arguments, should be from %d to %d"
10946 msgstr ""
10948 #: builtin/config.c:308
10949 #, c-format
10950 msgid "invalid key pattern: %s"
10951 msgstr ""
10953 #: builtin/config.c:344
10954 #, c-format
10955 msgid "failed to format default config value: %s"
10956 msgstr ""
10958 #: builtin/config.c:401
10959 #, c-format
10960 msgid "cannot parse color '%s'"
10961 msgstr ""
10963 #: builtin/config.c:443
10964 msgid "unable to parse default color value"
10965 msgstr ""
10967 #: builtin/config.c:496 builtin/config.c:742
10968 msgid "not in a git directory"
10969 msgstr ""
10971 #: builtin/config.c:499
10972 msgid "writing to stdin is not supported"
10973 msgstr ""
10975 #: builtin/config.c:502
10976 msgid "writing config blobs is not supported"
10977 msgstr ""
10979 #: builtin/config.c:587
10980 #, c-format
10981 msgid ""
10982 "# This is Git's per-user configuration file.\n"
10983 "[user]\n"
10984 "# Please adapt and uncomment the following lines:\n"
10985 "#\tname = %s\n"
10986 "#\temail = %s\n"
10987 msgstr ""
10989 #: builtin/config.c:611
10990 msgid "only one config file at a time"
10991 msgstr ""
10993 #: builtin/config.c:616
10994 msgid "--local can only be used inside a git repository"
10995 msgstr ""
10997 #: builtin/config.c:619
10998 msgid "--blob can only be used inside a git repository"
10999 msgstr ""
11001 #: builtin/config.c:638
11002 msgid "$HOME not set"
11003 msgstr ""
11005 #: builtin/config.c:658
11006 msgid ""
11007 "--worktree cannot be used with multiple working trees unless the config\n"
11008 "extension worktreeConfig is enabled. Please read \"CONFIGURATION FILE\"\n"
11009 "section in \"git help worktree\" for details"
11010 msgstr ""
11012 #: builtin/config.c:688
11013 msgid "--get-color and variable type are incoherent"
11014 msgstr ""
11016 #: builtin/config.c:693
11017 msgid "only one action at a time"
11018 msgstr ""
11020 #: builtin/config.c:706
11021 msgid "--name-only is only applicable to --list or --get-regexp"
11022 msgstr ""
11024 #: builtin/config.c:712
11025 msgid ""
11026 "--show-origin is only applicable to --get, --get-all, --get-regexp, and --"
11027 "list"
11028 msgstr ""
11030 #: builtin/config.c:718
11031 msgid "--default is only applicable to --get"
11032 msgstr ""
11034 #: builtin/config.c:731
11035 #, c-format
11036 msgid "unable to read config file '%s'"
11037 msgstr ""
11039 #: builtin/config.c:734
11040 msgid "error processing config file(s)"
11041 msgstr ""
11043 #: builtin/config.c:744
11044 msgid "editing stdin is not supported"
11045 msgstr ""
11047 #: builtin/config.c:746
11048 msgid "editing blobs is not supported"
11049 msgstr ""
11051 #: builtin/config.c:760
11052 #, c-format
11053 msgid "cannot create configuration file %s"
11054 msgstr ""
11056 #: builtin/config.c:773
11057 #, c-format
11058 msgid ""
11059 "cannot overwrite multiple values with a single value\n"
11060 "       Use a regexp, --add or --replace-all to change %s."
11061 msgstr ""
11063 #: builtin/config.c:847 builtin/config.c:858
11064 #, c-format
11065 msgid "no such section: %s"
11066 msgstr ""
11068 #: builtin/count-objects.c:90
11069 msgid "git count-objects [-v] [-H | --human-readable]"
11070 msgstr ""
11072 #: builtin/count-objects.c:100
11073 msgid "print sizes in human readable format"
11074 msgstr ""
11076 #: builtin/describe.c:27
11077 msgid "git describe [<options>] [<commit-ish>...]"
11078 msgstr ""
11080 #: builtin/describe.c:28
11081 msgid "git describe [<options>] --dirty"
11082 msgstr ""
11084 #: builtin/describe.c:63
11085 msgid "head"
11086 msgstr ""
11088 #: builtin/describe.c:63
11089 msgid "lightweight"
11090 msgstr ""
11092 #: builtin/describe.c:63
11093 msgid "annotated"
11094 msgstr ""
11096 #: builtin/describe.c:273
11097 #, c-format
11098 msgid "annotated tag %s not available"
11099 msgstr ""
11101 #: builtin/describe.c:277
11102 #, c-format
11103 msgid "annotated tag %s has no embedded name"
11104 msgstr ""
11106 #: builtin/describe.c:279
11107 #, c-format
11108 msgid "tag '%s' is really '%s' here"
11109 msgstr ""
11111 #: builtin/describe.c:323
11112 #, c-format
11113 msgid "no tag exactly matches '%s'"
11114 msgstr ""
11116 #: builtin/describe.c:325
11117 #, c-format
11118 msgid "No exact match on refs or tags, searching to describe\n"
11119 msgstr ""
11121 #: builtin/describe.c:379
11122 #, c-format
11123 msgid "finished search at %s\n"
11124 msgstr ""
11126 #: builtin/describe.c:405
11127 #, c-format
11128 msgid ""
11129 "No annotated tags can describe '%s'.\n"
11130 "However, there were unannotated tags: try --tags."
11131 msgstr ""
11133 #: builtin/describe.c:409
11134 #, c-format
11135 msgid ""
11136 "No tags can describe '%s'.\n"
11137 "Try --always, or create some tags."
11138 msgstr ""
11140 #: builtin/describe.c:439
11141 #, c-format
11142 msgid "traversed %lu commits\n"
11143 msgstr ""
11145 #: builtin/describe.c:442
11146 #, c-format
11147 msgid ""
11148 "more than %i tags found; listed %i most recent\n"
11149 "gave up search at %s\n"
11150 msgstr ""
11152 #: builtin/describe.c:510
11153 #, c-format
11154 msgid "describe %s\n"
11155 msgstr ""
11157 #: builtin/describe.c:513
11158 #, c-format
11159 msgid "Not a valid object name %s"
11160 msgstr ""
11162 #: builtin/describe.c:521
11163 #, c-format
11164 msgid "%s is neither a commit nor blob"
11165 msgstr ""
11167 #: builtin/describe.c:535
11168 msgid "find the tag that comes after the commit"
11169 msgstr ""
11171 #: builtin/describe.c:536
11172 msgid "debug search strategy on stderr"
11173 msgstr ""
11175 #: builtin/describe.c:537
11176 msgid "use any ref"
11177 msgstr ""
11179 #: builtin/describe.c:538
11180 msgid "use any tag, even unannotated"
11181 msgstr ""
11183 #: builtin/describe.c:539
11184 msgid "always use long format"
11185 msgstr ""
11187 #: builtin/describe.c:540
11188 msgid "only follow first parent"
11189 msgstr ""
11191 #: builtin/describe.c:543
11192 msgid "only output exact matches"
11193 msgstr ""
11195 #: builtin/describe.c:545
11196 msgid "consider <n> most recent tags (default: 10)"
11197 msgstr ""
11199 #: builtin/describe.c:547
11200 msgid "only consider tags matching <pattern>"
11201 msgstr ""
11203 #: builtin/describe.c:549
11204 msgid "do not consider tags matching <pattern>"
11205 msgstr ""
11207 #: builtin/describe.c:551 builtin/name-rev.c:426
11208 msgid "show abbreviated commit object as fallback"
11209 msgstr ""
11211 #: builtin/describe.c:552 builtin/describe.c:555
11212 msgid "mark"
11213 msgstr ""
11215 #: builtin/describe.c:553
11216 msgid "append <mark> on dirty working tree (default: \"-dirty\")"
11217 msgstr ""
11219 #: builtin/describe.c:556
11220 msgid "append <mark> on broken working tree (default: \"-broken\")"
11221 msgstr ""
11223 #: builtin/describe.c:574
11224 msgid "--long is incompatible with --abbrev=0"
11225 msgstr ""
11227 #: builtin/describe.c:603
11228 msgid "No names found, cannot describe anything."
11229 msgstr ""
11231 #: builtin/describe.c:654
11232 msgid "--dirty is incompatible with commit-ishes"
11233 msgstr ""
11235 #: builtin/describe.c:656
11236 msgid "--broken is incompatible with commit-ishes"
11237 msgstr ""
11239 #: builtin/diff.c:84
11240 #, c-format
11241 msgid "'%s': not a regular file or symlink"
11242 msgstr ""
11244 #: builtin/diff.c:235
11245 #, c-format
11246 msgid "invalid option: %s"
11247 msgstr ""
11249 #: builtin/diff.c:350
11250 msgid "Not a git repository"
11251 msgstr ""
11253 #: builtin/diff.c:394
11254 #, c-format
11255 msgid "invalid object '%s' given."
11256 msgstr ""
11258 #: builtin/diff.c:403
11259 #, c-format
11260 msgid "more than two blobs given: '%s'"
11261 msgstr ""
11263 #: builtin/diff.c:408
11264 #, c-format
11265 msgid "unhandled object '%s' given."
11266 msgstr ""
11268 #: builtin/difftool.c:30
11269 msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
11270 msgstr ""
11272 #: builtin/difftool.c:253
11273 #, c-format
11274 msgid "failed: %d"
11275 msgstr ""
11277 #: builtin/difftool.c:295
11278 #, c-format
11279 msgid "could not read symlink %s"
11280 msgstr ""
11282 #: builtin/difftool.c:297
11283 #, c-format
11284 msgid "could not read symlink file %s"
11285 msgstr ""
11287 #: builtin/difftool.c:305
11288 #, c-format
11289 msgid "could not read object %s for symlink %s"
11290 msgstr ""
11292 #: builtin/difftool.c:406
11293 msgid ""
11294 "combined diff formats('-c' and '--cc') are not supported in\n"
11295 "directory diff mode('-d' and '--dir-diff')."
11296 msgstr ""
11298 #: builtin/difftool.c:626
11299 #, c-format
11300 msgid "both files modified: '%s' and '%s'."
11301 msgstr ""
11303 #: builtin/difftool.c:628
11304 msgid "working tree file has been left."
11305 msgstr ""
11307 #: builtin/difftool.c:639
11308 #, c-format
11309 msgid "temporary files exist in '%s'."
11310 msgstr ""
11312 #: builtin/difftool.c:640
11313 msgid "you may want to cleanup or recover these."
11314 msgstr ""
11316 #: builtin/difftool.c:689
11317 msgid "use `diff.guitool` instead of `diff.tool`"
11318 msgstr ""
11320 #: builtin/difftool.c:691
11321 msgid "perform a full-directory diff"
11322 msgstr ""
11324 #: builtin/difftool.c:693
11325 msgid "do not prompt before launching a diff tool"
11326 msgstr ""
11328 #: builtin/difftool.c:698
11329 msgid "use symlinks in dir-diff mode"
11330 msgstr ""
11332 #: builtin/difftool.c:699
11333 msgid "tool"
11334 msgstr ""
11336 #: builtin/difftool.c:700
11337 msgid "use the specified diff tool"
11338 msgstr ""
11340 #: builtin/difftool.c:702
11341 msgid "print a list of diff tools that may be used with `--tool`"
11342 msgstr ""
11344 #: builtin/difftool.c:705
11345 msgid ""
11346 "make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
11347 "code"
11348 msgstr ""
11350 #: builtin/difftool.c:708
11351 msgid "specify a custom command for viewing diffs"
11352 msgstr ""
11354 #: builtin/difftool.c:709
11355 msgid "passed to `diff`"
11356 msgstr ""
11358 #: builtin/difftool.c:724
11359 msgid "difftool requires worktree or --no-index"
11360 msgstr ""
11362 #: builtin/difftool.c:731
11363 msgid "--dir-diff is incompatible with --no-index"
11364 msgstr ""
11366 #: builtin/difftool.c:734
11367 msgid "--gui, --tool and --extcmd are mutually exclusive"
11368 msgstr ""
11370 #: builtin/difftool.c:742
11371 msgid "no <tool> given for --tool=<tool>"
11372 msgstr ""
11374 #: builtin/difftool.c:749
11375 msgid "no <cmd> given for --extcmd=<cmd>"
11376 msgstr ""
11378 #: builtin/fast-export.c:29
11379 msgid "git fast-export [rev-list-opts]"
11380 msgstr ""
11382 #: builtin/fast-export.c:1084
11383 msgid "show progress after <n> objects"
11384 msgstr ""
11386 #: builtin/fast-export.c:1086
11387 msgid "select handling of signed tags"
11388 msgstr ""
11390 #: builtin/fast-export.c:1089
11391 msgid "select handling of tags that tag filtered objects"
11392 msgstr ""
11394 #: builtin/fast-export.c:1092
11395 msgid "Dump marks to this file"
11396 msgstr ""
11398 #: builtin/fast-export.c:1094
11399 msgid "Import marks from this file"
11400 msgstr ""
11402 #: builtin/fast-export.c:1096
11403 msgid "Fake a tagger when tags lack one"
11404 msgstr ""
11406 #: builtin/fast-export.c:1098
11407 msgid "Output full tree for each commit"
11408 msgstr ""
11410 #: builtin/fast-export.c:1100
11411 msgid "Use the done feature to terminate the stream"
11412 msgstr ""
11414 #: builtin/fast-export.c:1101
11415 msgid "Skip output of blob data"
11416 msgstr ""
11418 #: builtin/fast-export.c:1102 builtin/log.c:1609
11419 msgid "refspec"
11420 msgstr ""
11422 #: builtin/fast-export.c:1103
11423 msgid "Apply refspec to exported refs"
11424 msgstr ""
11426 #: builtin/fast-export.c:1104
11427 msgid "anonymize output"
11428 msgstr ""
11430 #: builtin/fast-export.c:1106
11431 msgid "Reference parents which are not in fast-export stream by object id"
11432 msgstr ""
11434 #: builtin/fast-export.c:1108
11435 msgid "Show original object ids of blobs/commits"
11436 msgstr ""
11438 #: builtin/fetch.c:28
11439 msgid "git fetch [<options>] [<repository> [<refspec>...]]"
11440 msgstr ""
11442 #: builtin/fetch.c:29
11443 msgid "git fetch [<options>] <group>"
11444 msgstr ""
11446 #: builtin/fetch.c:30
11447 msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
11448 msgstr ""
11450 #: builtin/fetch.c:31
11451 msgid "git fetch --all [<options>]"
11452 msgstr ""
11454 #: builtin/fetch.c:115 builtin/pull.c:202
11455 msgid "fetch from all remotes"
11456 msgstr ""
11458 #: builtin/fetch.c:117 builtin/pull.c:205
11459 msgid "append to .git/FETCH_HEAD instead of overwriting"
11460 msgstr ""
11462 #: builtin/fetch.c:119 builtin/pull.c:208
11463 msgid "path to upload pack on remote end"
11464 msgstr ""
11466 #: builtin/fetch.c:120
11467 msgid "force overwrite of local reference"
11468 msgstr ""
11470 #: builtin/fetch.c:122
11471 msgid "fetch from multiple remotes"
11472 msgstr ""
11474 #: builtin/fetch.c:124 builtin/pull.c:212
11475 msgid "fetch all tags and associated objects"
11476 msgstr ""
11478 #: builtin/fetch.c:126
11479 msgid "do not fetch all tags (--no-tags)"
11480 msgstr ""
11482 #: builtin/fetch.c:128
11483 msgid "number of submodules fetched in parallel"
11484 msgstr ""
11486 #: builtin/fetch.c:130 builtin/pull.c:215
11487 msgid "prune remote-tracking branches no longer on remote"
11488 msgstr ""
11490 #: builtin/fetch.c:132
11491 msgid "prune local tags no longer on remote and clobber changed tags"
11492 msgstr ""
11494 #: builtin/fetch.c:133 builtin/fetch.c:156 builtin/pull.c:139
11495 msgid "on-demand"
11496 msgstr ""
11498 #: builtin/fetch.c:134
11499 msgid "control recursive fetching of submodules"
11500 msgstr ""
11502 #: builtin/fetch.c:138 builtin/pull.c:223
11503 msgid "keep downloaded pack"
11504 msgstr ""
11506 #: builtin/fetch.c:140
11507 msgid "allow updating of HEAD ref"
11508 msgstr ""
11510 #: builtin/fetch.c:143 builtin/fetch.c:149 builtin/pull.c:226
11511 msgid "deepen history of shallow clone"
11512 msgstr ""
11514 #: builtin/fetch.c:145
11515 msgid "deepen history of shallow repository based on time"
11516 msgstr ""
11518 #: builtin/fetch.c:151 builtin/pull.c:229
11519 msgid "convert to a complete repository"
11520 msgstr ""
11522 #: builtin/fetch.c:154
11523 msgid "prepend this to submodule path output"
11524 msgstr ""
11526 #: builtin/fetch.c:157
11527 msgid ""
11528 "default for recursive fetching of submodules (lower priority than config "
11529 "files)"
11530 msgstr ""
11532 #: builtin/fetch.c:161 builtin/pull.c:232
11533 msgid "accept refs that update .git/shallow"
11534 msgstr ""
11536 #: builtin/fetch.c:162 builtin/pull.c:234
11537 msgid "refmap"
11538 msgstr ""
11540 #: builtin/fetch.c:163 builtin/pull.c:235
11541 msgid "specify fetch refmap"
11542 msgstr ""
11544 #: builtin/fetch.c:170
11545 msgid "report that we have only objects reachable from this object"
11546 msgstr ""
11548 #: builtin/fetch.c:469
11549 msgid "Couldn't find remote ref HEAD"
11550 msgstr ""
11552 #: builtin/fetch.c:608
11553 #, c-format
11554 msgid "configuration fetch.output contains invalid value %s"
11555 msgstr ""
11557 #: builtin/fetch.c:705
11558 #, c-format
11559 msgid "object %s not found"
11560 msgstr ""
11562 #: builtin/fetch.c:709
11563 msgid "[up to date]"
11564 msgstr ""
11566 #: builtin/fetch.c:722 builtin/fetch.c:738 builtin/fetch.c:801
11567 msgid "[rejected]"
11568 msgstr ""
11570 #: builtin/fetch.c:723
11571 msgid "can't fetch in current branch"
11572 msgstr ""
11574 #: builtin/fetch.c:733
11575 msgid "[tag update]"
11576 msgstr ""
11578 #: builtin/fetch.c:734 builtin/fetch.c:771 builtin/fetch.c:784
11579 #: builtin/fetch.c:796
11580 msgid "unable to update local ref"
11581 msgstr ""
11583 #: builtin/fetch.c:738
11584 msgid "would clobber existing tag"
11585 msgstr ""
11587 #: builtin/fetch.c:760
11588 msgid "[new tag]"
11589 msgstr ""
11591 #: builtin/fetch.c:763
11592 msgid "[new branch]"
11593 msgstr ""
11595 #: builtin/fetch.c:766
11596 msgid "[new ref]"
11597 msgstr ""
11599 #: builtin/fetch.c:796
11600 msgid "forced update"
11601 msgstr ""
11603 #: builtin/fetch.c:801
11604 msgid "non-fast-forward"
11605 msgstr ""
11607 #: builtin/fetch.c:847
11608 #, c-format
11609 msgid "%s did not send all necessary objects\n"
11610 msgstr ""
11612 #: builtin/fetch.c:868
11613 #, c-format
11614 msgid "reject %s because shallow roots are not allowed to be updated"
11615 msgstr ""
11617 #: builtin/fetch.c:959 builtin/fetch.c:1081
11618 #, c-format
11619 msgid "From %.*s\n"
11620 msgstr ""
11622 #: builtin/fetch.c:970
11623 #, c-format
11624 msgid ""
11625 "some local refs could not be updated; try running\n"
11626 " 'git remote prune %s' to remove any old, conflicting branches"
11627 msgstr ""
11629 #: builtin/fetch.c:1051
11630 #, c-format
11631 msgid "   (%s will become dangling)"
11632 msgstr ""
11634 #: builtin/fetch.c:1052
11635 #, c-format
11636 msgid "   (%s has become dangling)"
11637 msgstr ""
11639 #: builtin/fetch.c:1084
11640 msgid "[deleted]"
11641 msgstr ""
11643 #: builtin/fetch.c:1085 builtin/remote.c:1036
11644 msgid "(none)"
11645 msgstr ""
11647 #: builtin/fetch.c:1108
11648 #, c-format
11649 msgid "Refusing to fetch into current branch %s of non-bare repository"
11650 msgstr ""
11652 #: builtin/fetch.c:1127
11653 #, c-format
11654 msgid "Option \"%s\" value \"%s\" is not valid for %s"
11655 msgstr ""
11657 #: builtin/fetch.c:1130
11658 #, c-format
11659 msgid "Option \"%s\" is ignored for %s\n"
11660 msgstr ""
11662 #: builtin/fetch.c:1434
11663 #, c-format
11664 msgid "Fetching %s\n"
11665 msgstr ""
11667 #: builtin/fetch.c:1436 builtin/remote.c:100
11668 #, c-format
11669 msgid "Could not fetch %s"
11670 msgstr ""
11672 #: builtin/fetch.c:1482
11673 msgid ""
11674 "--filter can only be used with the remote configured in extensions."
11675 "partialClone"
11676 msgstr ""
11678 #: builtin/fetch.c:1506
11679 msgid ""
11680 "No remote repository specified.  Please, specify either a URL or a\n"
11681 "remote name from which new revisions should be fetched."
11682 msgstr ""
11684 #: builtin/fetch.c:1543
11685 msgid "You need to specify a tag name."
11686 msgstr ""
11688 #: builtin/fetch.c:1594
11689 msgid "Negative depth in --deepen is not supported"
11690 msgstr ""
11692 #: builtin/fetch.c:1596
11693 msgid "--deepen and --depth are mutually exclusive"
11694 msgstr ""
11696 #: builtin/fetch.c:1601
11697 msgid "--depth and --unshallow cannot be used together"
11698 msgstr ""
11700 #: builtin/fetch.c:1603
11701 msgid "--unshallow on a complete repository does not make sense"
11702 msgstr ""
11704 #: builtin/fetch.c:1619
11705 msgid "fetch --all does not take a repository argument"
11706 msgstr ""
11708 #: builtin/fetch.c:1621
11709 msgid "fetch --all does not make sense with refspecs"
11710 msgstr ""
11712 #: builtin/fetch.c:1630
11713 #, c-format
11714 msgid "No such remote or remote group: %s"
11715 msgstr ""
11717 #: builtin/fetch.c:1637
11718 msgid "Fetching a group and specifying refspecs does not make sense"
11719 msgstr ""
11721 #: builtin/fetch.c:1653
11722 msgid ""
11723 "--filter can only be used with the remote configured in extensions."
11724 "partialclone"
11725 msgstr ""
11727 #: builtin/fmt-merge-msg.c:18
11728 msgid ""
11729 "git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
11730 msgstr ""
11732 #: builtin/fmt-merge-msg.c:672
11733 msgid "populate log with at most <n> entries from shortlog"
11734 msgstr ""
11736 #: builtin/fmt-merge-msg.c:675
11737 msgid "alias for --log (deprecated)"
11738 msgstr ""
11740 #: builtin/fmt-merge-msg.c:678
11741 msgid "text"
11742 msgstr ""
11744 #: builtin/fmt-merge-msg.c:679
11745 msgid "use <text> as start of message"
11746 msgstr ""
11748 #: builtin/fmt-merge-msg.c:680
11749 msgid "file to read from"
11750 msgstr ""
11752 #: builtin/for-each-ref.c:10
11753 msgid "git for-each-ref [<options>] [<pattern>]"
11754 msgstr ""
11756 #: builtin/for-each-ref.c:11
11757 msgid "git for-each-ref [--points-at <object>]"
11758 msgstr ""
11760 #: builtin/for-each-ref.c:12
11761 msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
11762 msgstr ""
11764 #: builtin/for-each-ref.c:13
11765 msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
11766 msgstr ""
11768 #: builtin/for-each-ref.c:28
11769 msgid "quote placeholders suitably for shells"
11770 msgstr ""
11772 #: builtin/for-each-ref.c:30
11773 msgid "quote placeholders suitably for perl"
11774 msgstr ""
11776 #: builtin/for-each-ref.c:32
11777 msgid "quote placeholders suitably for python"
11778 msgstr ""
11780 #: builtin/for-each-ref.c:34
11781 msgid "quote placeholders suitably for Tcl"
11782 msgstr ""
11784 #: builtin/for-each-ref.c:37
11785 msgid "show only <n> matched refs"
11786 msgstr ""
11788 #: builtin/for-each-ref.c:39 builtin/tag.c:433
11789 msgid "respect format colors"
11790 msgstr ""
11792 #: builtin/for-each-ref.c:42
11793 msgid "print only refs which points at the given object"
11794 msgstr ""
11796 #: builtin/for-each-ref.c:44
11797 msgid "print only refs that are merged"
11798 msgstr ""
11800 #: builtin/for-each-ref.c:45
11801 msgid "print only refs that are not merged"
11802 msgstr ""
11804 #: builtin/for-each-ref.c:46
11805 msgid "print only refs which contain the commit"
11806 msgstr ""
11808 #: builtin/for-each-ref.c:47
11809 msgid "print only refs which don't contain the commit"
11810 msgstr ""
11812 #: builtin/fsck.c:88 builtin/fsck.c:160 builtin/fsck.c:161
11813 msgid "unknown"
11814 msgstr ""
11816 #. TRANSLATORS: e.g. error in tree 01bfda: <more explanation>
11817 #: builtin/fsck.c:120 builtin/fsck.c:136
11818 #, c-format
11819 msgid "error in %s %s: %s"
11820 msgstr ""
11822 #. TRANSLATORS: e.g. warning in tree 01bfda: <more explanation>
11823 #: builtin/fsck.c:131
11824 #, c-format
11825 msgid "warning in %s %s: %s"
11826 msgstr ""
11828 #: builtin/fsck.c:157 builtin/fsck.c:159
11829 #, c-format
11830 msgid "broken link from %7s %s"
11831 msgstr ""
11833 #: builtin/fsck.c:168
11834 msgid "wrong object type in link"
11835 msgstr ""
11837 #: builtin/fsck.c:184
11838 #, c-format
11839 msgid ""
11840 "broken link from %7s %s\n"
11841 "              to %7s %s"
11842 msgstr ""
11844 #: builtin/fsck.c:295
11845 #, c-format
11846 msgid "missing %s %s"
11847 msgstr ""
11849 #: builtin/fsck.c:321
11850 #, c-format
11851 msgid "unreachable %s %s"
11852 msgstr ""
11854 #: builtin/fsck.c:340
11855 #, c-format
11856 msgid "dangling %s %s"
11857 msgstr ""
11859 #: builtin/fsck.c:349
11860 msgid "could not create lost-found"
11861 msgstr ""
11863 #: builtin/fsck.c:360
11864 #, c-format
11865 msgid "could not finish '%s'"
11866 msgstr ""
11868 #: builtin/fsck.c:377
11869 #, c-format
11870 msgid "Checking %s"
11871 msgstr ""
11873 #: builtin/fsck.c:415
11874 #, c-format
11875 msgid "Checking connectivity (%d objects)"
11876 msgstr ""
11878 #: builtin/fsck.c:434
11879 #, c-format
11880 msgid "Checking %s %s"
11881 msgstr ""
11883 #: builtin/fsck.c:438
11884 msgid "broken links"
11885 msgstr ""
11887 #: builtin/fsck.c:447
11888 #, c-format
11889 msgid "root %s"
11890 msgstr ""
11892 #: builtin/fsck.c:455
11893 #, c-format
11894 msgid "tagged %s %s (%s) in %s"
11895 msgstr ""
11897 #: builtin/fsck.c:484
11898 #, c-format
11899 msgid "%s: object corrupt or missing"
11900 msgstr ""
11902 #: builtin/fsck.c:509
11903 #, c-format
11904 msgid "%s: invalid reflog entry %s"
11905 msgstr ""
11907 #: builtin/fsck.c:523
11908 #, c-format
11909 msgid "Checking reflog %s->%s"
11910 msgstr ""
11912 #: builtin/fsck.c:557
11913 #, c-format
11914 msgid "%s: invalid sha1 pointer %s"
11915 msgstr ""
11917 #: builtin/fsck.c:564
11918 #, c-format
11919 msgid "%s: not a commit"
11920 msgstr ""
11922 #: builtin/fsck.c:619
11923 msgid "notice: No default references"
11924 msgstr ""
11926 #: builtin/fsck.c:634
11927 #, c-format
11928 msgid "%s: object corrupt or missing: %s"
11929 msgstr ""
11931 #: builtin/fsck.c:647
11932 #, c-format
11933 msgid "%s: object could not be parsed: %s"
11934 msgstr ""
11936 #: builtin/fsck.c:667
11937 #, c-format
11938 msgid "bad sha1 file: %s"
11939 msgstr ""
11941 #: builtin/fsck.c:682
11942 msgid "Checking object directory"
11943 msgstr ""
11945 #: builtin/fsck.c:685
11946 msgid "Checking object directories"
11947 msgstr ""
11949 #: builtin/fsck.c:700
11950 #, c-format
11951 msgid "Checking %s link"
11952 msgstr ""
11954 #: builtin/fsck.c:705 builtin/index-pack.c:841
11955 #, c-format
11956 msgid "invalid %s"
11957 msgstr ""
11959 #: builtin/fsck.c:712
11960 #, c-format
11961 msgid "%s points to something strange (%s)"
11962 msgstr ""
11964 #: builtin/fsck.c:718
11965 #, c-format
11966 msgid "%s: detached HEAD points at nothing"
11967 msgstr ""
11969 #: builtin/fsck.c:722
11970 #, c-format
11971 msgid "notice: %s points to an unborn branch (%s)"
11972 msgstr ""
11974 #: builtin/fsck.c:734
11975 msgid "Checking cache tree"
11976 msgstr ""
11978 #: builtin/fsck.c:739
11979 #, c-format
11980 msgid "%s: invalid sha1 pointer in cache-tree"
11981 msgstr ""
11983 #: builtin/fsck.c:750
11984 msgid "non-tree in cache-tree"
11985 msgstr ""
11987 #: builtin/fsck.c:781
11988 msgid "git fsck [<options>] [<object>...]"
11989 msgstr ""
11991 #: builtin/fsck.c:787
11992 msgid "show unreachable objects"
11993 msgstr ""
11995 #: builtin/fsck.c:788
11996 msgid "show dangling objects"
11997 msgstr ""
11999 #: builtin/fsck.c:789
12000 msgid "report tags"
12001 msgstr ""
12003 #: builtin/fsck.c:790
12004 msgid "report root nodes"
12005 msgstr ""
12007 #: builtin/fsck.c:791
12008 msgid "make index objects head nodes"
12009 msgstr ""
12011 #: builtin/fsck.c:792
12012 msgid "make reflogs head nodes (default)"
12013 msgstr ""
12015 #: builtin/fsck.c:793
12016 msgid "also consider packs and alternate objects"
12017 msgstr ""
12019 #: builtin/fsck.c:794
12020 msgid "check only connectivity"
12021 msgstr ""
12023 #: builtin/fsck.c:795
12024 msgid "enable more strict checking"
12025 msgstr ""
12027 #: builtin/fsck.c:797
12028 msgid "write dangling objects in .git/lost-found"
12029 msgstr ""
12031 #: builtin/fsck.c:798 builtin/prune.c:132
12032 msgid "show progress"
12033 msgstr ""
12035 #: builtin/fsck.c:799
12036 msgid "show verbose names for reachable objects"
12037 msgstr ""
12039 #: builtin/fsck.c:859 builtin/index-pack.c:224
12040 msgid "Checking objects"
12041 msgstr ""
12043 #: builtin/fsck.c:887
12044 #, c-format
12045 msgid "%s: object missing"
12046 msgstr ""
12048 #: builtin/fsck.c:899
12049 #, c-format
12050 msgid "invalid parameter: expected sha1, got '%s'"
12051 msgstr ""
12053 #: builtin/gc.c:34
12054 msgid "git gc [<options>]"
12055 msgstr ""
12057 #: builtin/gc.c:90
12058 #, c-format
12059 msgid "Failed to fstat %s: %s"
12060 msgstr ""
12062 #: builtin/gc.c:126
12063 #, c-format
12064 msgid "failed to parse '%s' value '%s'"
12065 msgstr ""
12067 #: builtin/gc.c:476 builtin/init-db.c:55
12068 #, c-format
12069 msgid "cannot stat '%s'"
12070 msgstr ""
12072 #: builtin/gc.c:485 builtin/notes.c:240 builtin/tag.c:519
12073 #, c-format
12074 msgid "cannot read '%s'"
12075 msgstr ""
12077 #: builtin/gc.c:492
12078 #, c-format
12079 msgid ""
12080 "The last gc run reported the following. Please correct the root cause\n"
12081 "and remove %s.\n"
12082 "Automatic cleanup will not be performed until the file is removed.\n"
12083 "\n"
12084 "%s"
12085 msgstr ""
12087 #: builtin/gc.c:540
12088 msgid "prune unreferenced objects"
12089 msgstr ""
12091 #: builtin/gc.c:542
12092 msgid "be more thorough (increased runtime)"
12093 msgstr ""
12095 #: builtin/gc.c:543
12096 msgid "enable auto-gc mode"
12097 msgstr ""
12099 #: builtin/gc.c:546
12100 msgid "force running gc even if there may be another gc running"
12101 msgstr ""
12103 #: builtin/gc.c:549
12104 msgid "repack all other packs except the largest pack"
12105 msgstr ""
12107 #: builtin/gc.c:566
12108 #, c-format
12109 msgid "failed to parse gc.logexpiry value %s"
12110 msgstr ""
12112 #: builtin/gc.c:577
12113 #, c-format
12114 msgid "failed to parse prune expiry value %s"
12115 msgstr ""
12117 #: builtin/gc.c:597
12118 #, c-format
12119 msgid "Auto packing the repository in background for optimum performance.\n"
12120 msgstr ""
12122 #: builtin/gc.c:599
12123 #, c-format
12124 msgid "Auto packing the repository for optimum performance.\n"
12125 msgstr ""
12127 #: builtin/gc.c:600
12128 #, c-format
12129 msgid "See \"git help gc\" for manual housekeeping.\n"
12130 msgstr ""
12132 #: builtin/gc.c:640
12133 #, c-format
12134 msgid ""
12135 "gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
12136 msgstr ""
12138 #: builtin/gc.c:693
12139 msgid ""
12140 "There are too many unreachable loose objects; run 'git prune' to remove them."
12141 msgstr ""
12143 #: builtin/grep.c:29
12144 msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
12145 msgstr ""
12147 #: builtin/grep.c:225
12148 #, c-format
12149 msgid "grep: failed to create thread: %s"
12150 msgstr ""
12152 #: builtin/grep.c:279
12153 #, c-format
12154 msgid "invalid number of threads specified (%d) for %s"
12155 msgstr ""
12157 #. TRANSLATORS: %s is the configuration
12158 #. variable for tweaking threads, currently
12159 #. grep.threads
12161 #: builtin/grep.c:287 builtin/index-pack.c:1514 builtin/index-pack.c:1705
12162 #: builtin/pack-objects.c:2720
12163 #, c-format
12164 msgid "no threads support, ignoring %s"
12165 msgstr ""
12167 #: builtin/grep.c:466 builtin/grep.c:590 builtin/grep.c:631
12168 #, c-format
12169 msgid "unable to read tree (%s)"
12170 msgstr ""
12172 #: builtin/grep.c:646
12173 #, c-format
12174 msgid "unable to grep from object of type %s"
12175 msgstr ""
12177 #: builtin/grep.c:712
12178 #, c-format
12179 msgid "switch `%c' expects a numerical value"
12180 msgstr ""
12182 #: builtin/grep.c:811
12183 msgid "search in index instead of in the work tree"
12184 msgstr ""
12186 #: builtin/grep.c:813
12187 msgid "find in contents not managed by git"
12188 msgstr ""
12190 #: builtin/grep.c:815
12191 msgid "search in both tracked and untracked files"
12192 msgstr ""
12194 #: builtin/grep.c:817
12195 msgid "ignore files specified via '.gitignore'"
12196 msgstr ""
12198 #: builtin/grep.c:819
12199 msgid "recursively search in each submodule"
12200 msgstr ""
12202 #: builtin/grep.c:822
12203 msgid "show non-matching lines"
12204 msgstr ""
12206 #: builtin/grep.c:824
12207 msgid "case insensitive matching"
12208 msgstr ""
12210 #: builtin/grep.c:826
12211 msgid "match patterns only at word boundaries"
12212 msgstr ""
12214 #: builtin/grep.c:828
12215 msgid "process binary files as text"
12216 msgstr ""
12218 #: builtin/grep.c:830
12219 msgid "don't match patterns in binary files"
12220 msgstr ""
12222 #: builtin/grep.c:833
12223 msgid "process binary files with textconv filters"
12224 msgstr ""
12226 #: builtin/grep.c:835
12227 msgid "search in subdirectories (default)"
12228 msgstr ""
12230 #: builtin/grep.c:837
12231 msgid "descend at most <depth> levels"
12232 msgstr ""
12234 #: builtin/grep.c:841
12235 msgid "use extended POSIX regular expressions"
12236 msgstr ""
12238 #: builtin/grep.c:844
12239 msgid "use basic POSIX regular expressions (default)"
12240 msgstr ""
12242 #: builtin/grep.c:847
12243 msgid "interpret patterns as fixed strings"
12244 msgstr ""
12246 #: builtin/grep.c:850
12247 msgid "use Perl-compatible regular expressions"
12248 msgstr ""
12250 #: builtin/grep.c:853
12251 msgid "show line numbers"
12252 msgstr ""
12254 #: builtin/grep.c:854
12255 msgid "show column number of first match"
12256 msgstr ""
12258 #: builtin/grep.c:855
12259 msgid "don't show filenames"
12260 msgstr ""
12262 #: builtin/grep.c:856
12263 msgid "show filenames"
12264 msgstr ""
12266 #: builtin/grep.c:858
12267 msgid "show filenames relative to top directory"
12268 msgstr ""
12270 #: builtin/grep.c:860
12271 msgid "show only filenames instead of matching lines"
12272 msgstr ""
12274 #: builtin/grep.c:862
12275 msgid "synonym for --files-with-matches"
12276 msgstr ""
12278 #: builtin/grep.c:865
12279 msgid "show only the names of files without match"
12280 msgstr ""
12282 #: builtin/grep.c:867
12283 msgid "print NUL after filenames"
12284 msgstr ""
12286 #: builtin/grep.c:870
12287 msgid "show only matching parts of a line"
12288 msgstr ""
12290 #: builtin/grep.c:872
12291 msgid "show the number of matches instead of matching lines"
12292 msgstr ""
12294 #: builtin/grep.c:873
12295 msgid "highlight matches"
12296 msgstr ""
12298 #: builtin/grep.c:875
12299 msgid "print empty line between matches from different files"
12300 msgstr ""
12302 #: builtin/grep.c:877
12303 msgid "show filename only once above matches from same file"
12304 msgstr ""
12306 #: builtin/grep.c:880
12307 msgid "show <n> context lines before and after matches"
12308 msgstr ""
12310 #: builtin/grep.c:883
12311 msgid "show <n> context lines before matches"
12312 msgstr ""
12314 #: builtin/grep.c:885
12315 msgid "show <n> context lines after matches"
12316 msgstr ""
12318 #: builtin/grep.c:887
12319 msgid "use <n> worker threads"
12320 msgstr ""
12322 #: builtin/grep.c:888
12323 msgid "shortcut for -C NUM"
12324 msgstr ""
12326 #: builtin/grep.c:891
12327 msgid "show a line with the function name before matches"
12328 msgstr ""
12330 #: builtin/grep.c:893
12331 msgid "show the surrounding function"
12332 msgstr ""
12334 #: builtin/grep.c:896
12335 msgid "read patterns from file"
12336 msgstr ""
12338 #: builtin/grep.c:898
12339 msgid "match <pattern>"
12340 msgstr ""
12342 #: builtin/grep.c:900
12343 msgid "combine patterns specified with -e"
12344 msgstr ""
12346 #: builtin/grep.c:912
12347 msgid "indicate hit with exit status without output"
12348 msgstr ""
12350 #: builtin/grep.c:914
12351 msgid "show only matches from files that match all patterns"
12352 msgstr ""
12354 #: builtin/grep.c:916
12355 msgid "show parse tree for grep expression"
12356 msgstr ""
12358 #: builtin/grep.c:920
12359 msgid "pager"
12360 msgstr ""
12362 #: builtin/grep.c:920
12363 msgid "show matching files in the pager"
12364 msgstr ""
12366 #: builtin/grep.c:924
12367 msgid "allow calling of grep(1) (ignored by this build)"
12368 msgstr ""
12370 #: builtin/grep.c:988
12371 msgid "no pattern given"
12372 msgstr ""
12374 #: builtin/grep.c:1024
12375 msgid "--no-index or --untracked cannot be used with revs"
12376 msgstr ""
12378 #: builtin/grep.c:1032
12379 #, c-format
12380 msgid "unable to resolve revision: %s"
12381 msgstr ""
12383 #: builtin/grep.c:1063
12384 msgid "invalid option combination, ignoring --threads"
12385 msgstr ""
12387 #: builtin/grep.c:1066 builtin/pack-objects.c:3403
12388 msgid "no threads support, ignoring --threads"
12389 msgstr ""
12391 #: builtin/grep.c:1069 builtin/index-pack.c:1511 builtin/pack-objects.c:2717
12392 #, c-format
12393 msgid "invalid number of threads specified (%d)"
12394 msgstr ""
12396 #: builtin/grep.c:1092
12397 msgid "--open-files-in-pager only works on the worktree"
12398 msgstr ""
12400 #: builtin/grep.c:1115
12401 msgid "option not supported with --recurse-submodules"
12402 msgstr ""
12404 #: builtin/grep.c:1121
12405 msgid "--cached or --untracked cannot be used with --no-index"
12406 msgstr ""
12408 #: builtin/grep.c:1127
12409 msgid "--[no-]exclude-standard cannot be used for tracked contents"
12410 msgstr ""
12412 #: builtin/grep.c:1135
12413 msgid "both --cached and trees are given"
12414 msgstr ""
12416 #: builtin/hash-object.c:85
12417 msgid ""
12418 "git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
12419 "[--] <file>..."
12420 msgstr ""
12422 #: builtin/hash-object.c:86
12423 msgid "git hash-object  --stdin-paths"
12424 msgstr ""
12426 #: builtin/hash-object.c:98
12427 msgid "type"
12428 msgstr ""
12430 #: builtin/hash-object.c:98
12431 msgid "object type"
12432 msgstr ""
12434 #: builtin/hash-object.c:99
12435 msgid "write the object into the object database"
12436 msgstr ""
12438 #: builtin/hash-object.c:101
12439 msgid "read the object from stdin"
12440 msgstr ""
12442 #: builtin/hash-object.c:103
12443 msgid "store file as is without filters"
12444 msgstr ""
12446 #: builtin/hash-object.c:104
12447 msgid ""
12448 "just hash any random garbage to create corrupt objects for debugging Git"
12449 msgstr ""
12451 #: builtin/hash-object.c:105
12452 msgid "process file as it were from this path"
12453 msgstr ""
12455 #: builtin/help.c:46
12456 msgid "print all available commands"
12457 msgstr ""
12459 #: builtin/help.c:47
12460 msgid "exclude guides"
12461 msgstr ""
12463 #: builtin/help.c:48
12464 msgid "print list of useful guides"
12465 msgstr ""
12467 #: builtin/help.c:49
12468 msgid "print all configuration variable names"
12469 msgstr ""
12471 #: builtin/help.c:51
12472 msgid "show man page"
12473 msgstr ""
12475 #: builtin/help.c:52
12476 msgid "show manual in web browser"
12477 msgstr ""
12479 #: builtin/help.c:54
12480 msgid "show info page"
12481 msgstr ""
12483 #: builtin/help.c:56
12484 msgid "print command description"
12485 msgstr ""
12487 #: builtin/help.c:61
12488 msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
12489 msgstr ""
12491 #: builtin/help.c:77
12492 #, c-format
12493 msgid "unrecognized help format '%s'"
12494 msgstr ""
12496 #: builtin/help.c:104
12497 msgid "Failed to start emacsclient."
12498 msgstr ""
12500 #: builtin/help.c:117
12501 msgid "Failed to parse emacsclient version."
12502 msgstr ""
12504 #: builtin/help.c:125
12505 #, c-format
12506 msgid "emacsclient version '%d' too old (< 22)."
12507 msgstr ""
12509 #: builtin/help.c:143 builtin/help.c:165 builtin/help.c:175 builtin/help.c:183
12510 #, c-format
12511 msgid "failed to exec '%s'"
12512 msgstr ""
12514 #: builtin/help.c:221
12515 #, c-format
12516 msgid ""
12517 "'%s': path for unsupported man viewer.\n"
12518 "Please consider using 'man.<tool>.cmd' instead."
12519 msgstr ""
12521 #: builtin/help.c:233
12522 #, c-format
12523 msgid ""
12524 "'%s': cmd for supported man viewer.\n"
12525 "Please consider using 'man.<tool>.path' instead."
12526 msgstr ""
12528 #: builtin/help.c:350
12529 #, c-format
12530 msgid "'%s': unknown man viewer."
12531 msgstr ""
12533 #: builtin/help.c:367
12534 msgid "no man viewer handled the request"
12535 msgstr ""
12537 #: builtin/help.c:375
12538 msgid "no info viewer handled the request"
12539 msgstr ""
12541 #: builtin/help.c:434 builtin/help.c:445 git.c:335
12542 #, c-format
12543 msgid "'%s' is aliased to '%s'"
12544 msgstr ""
12546 #: builtin/help.c:448 git.c:364
12547 #, c-format
12548 msgid "bad alias.%s string: %s"
12549 msgstr ""
12551 #: builtin/help.c:477 builtin/help.c:507
12552 #, c-format
12553 msgid "usage: %s%s"
12554 msgstr ""
12556 #: builtin/help.c:491
12557 msgid "'git help config' for more information"
12558 msgstr ""
12560 #: builtin/index-pack.c:184
12561 #, c-format
12562 msgid "object type mismatch at %s"
12563 msgstr ""
12565 #: builtin/index-pack.c:204
12566 #, c-format
12567 msgid "did not receive expected object %s"
12568 msgstr ""
12570 #: builtin/index-pack.c:207
12571 #, c-format
12572 msgid "object %s: expected type %s, found %s"
12573 msgstr ""
12575 #: builtin/index-pack.c:257
12576 #, c-format
12577 msgid "cannot fill %d byte"
12578 msgid_plural "cannot fill %d bytes"
12579 msgstr[0] ""
12580 msgstr[1] ""
12582 #: builtin/index-pack.c:267
12583 msgid "early EOF"
12584 msgstr ""
12586 #: builtin/index-pack.c:268
12587 msgid "read error on input"
12588 msgstr ""
12590 #: builtin/index-pack.c:280
12591 msgid "used more bytes than were available"
12592 msgstr ""
12594 #: builtin/index-pack.c:287 builtin/pack-objects.c:600
12595 msgid "pack too large for current definition of off_t"
12596 msgstr ""
12598 #: builtin/index-pack.c:290 builtin/unpack-objects.c:94
12599 msgid "pack exceeds maximum allowed size"
12600 msgstr ""
12602 #: builtin/index-pack.c:305 builtin/repack.c:250
12603 #, c-format
12604 msgid "unable to create '%s'"
12605 msgstr ""
12607 #: builtin/index-pack.c:311
12608 #, c-format
12609 msgid "cannot open packfile '%s'"
12610 msgstr ""
12612 #: builtin/index-pack.c:325
12613 msgid "pack signature mismatch"
12614 msgstr ""
12616 #: builtin/index-pack.c:327
12617 #, c-format
12618 msgid "pack version %<PRIu32> unsupported"
12619 msgstr ""
12621 #: builtin/index-pack.c:345
12622 #, c-format
12623 msgid "pack has bad object at offset %<PRIuMAX>: %s"
12624 msgstr ""
12626 #: builtin/index-pack.c:465
12627 #, c-format
12628 msgid "inflate returned %d"
12629 msgstr ""
12631 #: builtin/index-pack.c:514
12632 msgid "offset value overflow for delta base object"
12633 msgstr ""
12635 #: builtin/index-pack.c:522
12636 msgid "delta base offset is out of bound"
12637 msgstr ""
12639 #: builtin/index-pack.c:530
12640 #, c-format
12641 msgid "unknown object type %d"
12642 msgstr ""
12644 #: builtin/index-pack.c:561
12645 msgid "cannot pread pack file"
12646 msgstr ""
12648 #: builtin/index-pack.c:563
12649 #, c-format
12650 msgid "premature end of pack file, %<PRIuMAX> byte missing"
12651 msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
12652 msgstr[0] ""
12653 msgstr[1] ""
12655 #: builtin/index-pack.c:589
12656 msgid "serious inflate inconsistency"
12657 msgstr ""
12659 #: builtin/index-pack.c:734 builtin/index-pack.c:740 builtin/index-pack.c:763
12660 #: builtin/index-pack.c:802 builtin/index-pack.c:811
12661 #, c-format
12662 msgid "SHA1 COLLISION FOUND WITH %s !"
12663 msgstr ""
12665 #: builtin/index-pack.c:737 builtin/pack-objects.c:153
12666 #: builtin/pack-objects.c:213 builtin/pack-objects.c:307
12667 #, c-format
12668 msgid "unable to read %s"
12669 msgstr ""
12671 #: builtin/index-pack.c:800
12672 #, c-format
12673 msgid "cannot read existing object info %s"
12674 msgstr ""
12676 #: builtin/index-pack.c:808
12677 #, c-format
12678 msgid "cannot read existing object %s"
12679 msgstr ""
12681 #: builtin/index-pack.c:822
12682 #, c-format
12683 msgid "invalid blob object %s"
12684 msgstr ""
12686 #: builtin/index-pack.c:825 builtin/index-pack.c:844
12687 msgid "fsck error in packed object"
12688 msgstr ""
12690 #: builtin/index-pack.c:846
12691 #, c-format
12692 msgid "Not all child objects of %s are reachable"
12693 msgstr ""
12695 #: builtin/index-pack.c:918 builtin/index-pack.c:949
12696 msgid "failed to apply delta"
12697 msgstr ""
12699 #: builtin/index-pack.c:1117
12700 msgid "Receiving objects"
12701 msgstr ""
12703 #: builtin/index-pack.c:1117
12704 msgid "Indexing objects"
12705 msgstr ""
12707 #: builtin/index-pack.c:1151
12708 msgid "pack is corrupted (SHA1 mismatch)"
12709 msgstr ""
12711 #: builtin/index-pack.c:1156
12712 msgid "cannot fstat packfile"
12713 msgstr ""
12715 #: builtin/index-pack.c:1159
12716 msgid "pack has junk at the end"
12717 msgstr ""
12719 #: builtin/index-pack.c:1171
12720 msgid "confusion beyond insanity in parse_pack_objects()"
12721 msgstr ""
12723 #: builtin/index-pack.c:1194
12724 msgid "Resolving deltas"
12725 msgstr ""
12727 #: builtin/index-pack.c:1204 builtin/pack-objects.c:2489
12728 #, c-format
12729 msgid "unable to create thread: %s"
12730 msgstr ""
12732 #: builtin/index-pack.c:1245
12733 msgid "confusion beyond insanity"
12734 msgstr ""
12736 #: builtin/index-pack.c:1251
12737 #, c-format
12738 msgid "completed with %d local object"
12739 msgid_plural "completed with %d local objects"
12740 msgstr[0] ""
12741 msgstr[1] ""
12743 #: builtin/index-pack.c:1263
12744 #, c-format
12745 msgid "Unexpected tail checksum for %s (disk corruption?)"
12746 msgstr ""
12748 #: builtin/index-pack.c:1267
12749 #, c-format
12750 msgid "pack has %d unresolved delta"
12751 msgid_plural "pack has %d unresolved deltas"
12752 msgstr[0] ""
12753 msgstr[1] ""
12755 #: builtin/index-pack.c:1291
12756 #, c-format
12757 msgid "unable to deflate appended object (%d)"
12758 msgstr ""
12760 #: builtin/index-pack.c:1368
12761 #, c-format
12762 msgid "local object %s is corrupt"
12763 msgstr ""
12765 #: builtin/index-pack.c:1382
12766 #, c-format
12767 msgid "packfile name '%s' does not end with '.pack'"
12768 msgstr ""
12770 #: builtin/index-pack.c:1407
12771 #, c-format
12772 msgid "cannot write %s file '%s'"
12773 msgstr ""
12775 #: builtin/index-pack.c:1415
12776 #, c-format
12777 msgid "cannot close written %s file '%s'"
12778 msgstr ""
12780 #: builtin/index-pack.c:1439
12781 msgid "error while closing pack file"
12782 msgstr ""
12784 #: builtin/index-pack.c:1453
12785 msgid "cannot store pack file"
12786 msgstr ""
12788 #: builtin/index-pack.c:1461
12789 msgid "cannot store index file"
12790 msgstr ""
12792 #: builtin/index-pack.c:1505 builtin/pack-objects.c:2728
12793 #, c-format
12794 msgid "bad pack.indexversion=%<PRIu32>"
12795 msgstr ""
12797 #: builtin/index-pack.c:1573
12798 #, c-format
12799 msgid "Cannot open existing pack file '%s'"
12800 msgstr ""
12802 #: builtin/index-pack.c:1575
12803 #, c-format
12804 msgid "Cannot open existing pack idx file for '%s'"
12805 msgstr ""
12807 #: builtin/index-pack.c:1623
12808 #, c-format
12809 msgid "non delta: %d object"
12810 msgid_plural "non delta: %d objects"
12811 msgstr[0] ""
12812 msgstr[1] ""
12814 #: builtin/index-pack.c:1630
12815 #, c-format
12816 msgid "chain length = %d: %lu object"
12817 msgid_plural "chain length = %d: %lu objects"
12818 msgstr[0] ""
12819 msgstr[1] ""
12821 #: builtin/index-pack.c:1667
12822 msgid "Cannot come back to cwd"
12823 msgstr ""
12825 #: builtin/index-pack.c:1716 builtin/index-pack.c:1719
12826 #: builtin/index-pack.c:1735 builtin/index-pack.c:1739
12827 #, c-format
12828 msgid "bad %s"
12829 msgstr ""
12831 #: builtin/index-pack.c:1755
12832 msgid "--fix-thin cannot be used without --stdin"
12833 msgstr ""
12835 #: builtin/index-pack.c:1757
12836 msgid "--stdin requires a git repository"
12837 msgstr ""
12839 #: builtin/index-pack.c:1763
12840 msgid "--verify with no packfile name given"
12841 msgstr ""
12843 #: builtin/index-pack.c:1811 builtin/unpack-objects.c:580
12844 msgid "fsck error in pack objects"
12845 msgstr ""
12847 #: builtin/init-db.c:61
12848 #, c-format
12849 msgid "cannot stat template '%s'"
12850 msgstr ""
12852 #: builtin/init-db.c:66
12853 #, c-format
12854 msgid "cannot opendir '%s'"
12855 msgstr ""
12857 #: builtin/init-db.c:78
12858 #, c-format
12859 msgid "cannot readlink '%s'"
12860 msgstr ""
12862 #: builtin/init-db.c:80
12863 #, c-format
12864 msgid "cannot symlink '%s' '%s'"
12865 msgstr ""
12867 #: builtin/init-db.c:86
12868 #, c-format
12869 msgid "cannot copy '%s' to '%s'"
12870 msgstr ""
12872 #: builtin/init-db.c:90
12873 #, c-format
12874 msgid "ignoring template %s"
12875 msgstr ""
12877 #: builtin/init-db.c:121
12878 #, c-format
12879 msgid "templates not found in %s"
12880 msgstr ""
12882 #: builtin/init-db.c:136
12883 #, c-format
12884 msgid "not copying templates from '%s': %s"
12885 msgstr ""
12887 #: builtin/init-db.c:334
12888 #, c-format
12889 msgid "unable to handle file type %d"
12890 msgstr ""
12892 #: builtin/init-db.c:337
12893 #, c-format
12894 msgid "unable to move %s to %s"
12895 msgstr ""
12897 #: builtin/init-db.c:354 builtin/init-db.c:357
12898 #, c-format
12899 msgid "%s already exists"
12900 msgstr ""
12902 #: builtin/init-db.c:413
12903 #, c-format
12904 msgid "Reinitialized existing shared Git repository in %s%s\n"
12905 msgstr ""
12907 #: builtin/init-db.c:414
12908 #, c-format
12909 msgid "Reinitialized existing Git repository in %s%s\n"
12910 msgstr ""
12912 #: builtin/init-db.c:418
12913 #, c-format
12914 msgid "Initialized empty shared Git repository in %s%s\n"
12915 msgstr ""
12917 #: builtin/init-db.c:419
12918 #, c-format
12919 msgid "Initialized empty Git repository in %s%s\n"
12920 msgstr ""
12922 #: builtin/init-db.c:468
12923 msgid ""
12924 "git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
12925 "shared[=<permissions>]] [<directory>]"
12926 msgstr ""
12928 #: builtin/init-db.c:491
12929 msgid "permissions"
12930 msgstr ""
12932 #: builtin/init-db.c:492
12933 msgid "specify that the git repository is to be shared amongst several users"
12934 msgstr ""
12936 #: builtin/init-db.c:526 builtin/init-db.c:531
12937 #, c-format
12938 msgid "cannot mkdir %s"
12939 msgstr ""
12941 #: builtin/init-db.c:535
12942 #, c-format
12943 msgid "cannot chdir to %s"
12944 msgstr ""
12946 #: builtin/init-db.c:556
12947 #, c-format
12948 msgid ""
12949 "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
12950 "dir=<directory>)"
12951 msgstr ""
12953 #: builtin/init-db.c:584
12954 #, c-format
12955 msgid "Cannot access work tree '%s'"
12956 msgstr ""
12958 #: builtin/interpret-trailers.c:15
12959 msgid ""
12960 "git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
12961 "<token>[(=|:)<value>])...] [<file>...]"
12962 msgstr ""
12964 #: builtin/interpret-trailers.c:94
12965 msgid "edit files in place"
12966 msgstr ""
12968 #: builtin/interpret-trailers.c:95
12969 msgid "trim empty trailers"
12970 msgstr ""
12972 #: builtin/interpret-trailers.c:98
12973 msgid "where to place the new trailer"
12974 msgstr ""
12976 #: builtin/interpret-trailers.c:100
12977 msgid "action if trailer already exists"
12978 msgstr ""
12980 #: builtin/interpret-trailers.c:102
12981 msgid "action if trailer is missing"
12982 msgstr ""
12984 #: builtin/interpret-trailers.c:104
12985 msgid "output only the trailers"
12986 msgstr ""
12988 #: builtin/interpret-trailers.c:105
12989 msgid "do not apply config rules"
12990 msgstr ""
12992 #: builtin/interpret-trailers.c:106
12993 msgid "join whitespace-continued values"
12994 msgstr ""
12996 #: builtin/interpret-trailers.c:107
12997 msgid "set parsing options"
12998 msgstr ""
13000 #: builtin/interpret-trailers.c:109
13001 msgid "do not treat --- specially"
13002 msgstr ""
13004 #: builtin/interpret-trailers.c:110
13005 msgid "trailer"
13006 msgstr ""
13008 #: builtin/interpret-trailers.c:111
13009 msgid "trailer(s) to add"
13010 msgstr ""
13012 #: builtin/interpret-trailers.c:120
13013 msgid "--trailer with --only-input does not make sense"
13014 msgstr ""
13016 #: builtin/interpret-trailers.c:130
13017 msgid "no input file given for in-place editing"
13018 msgstr ""
13020 #: builtin/log.c:55
13021 msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
13022 msgstr ""
13024 #: builtin/log.c:56
13025 msgid "git show [<options>] <object>..."
13026 msgstr ""
13028 #: builtin/log.c:104
13029 #, c-format
13030 msgid "invalid --decorate option: %s"
13031 msgstr ""
13033 #: builtin/log.c:168
13034 msgid "show source"
13035 msgstr ""
13037 #: builtin/log.c:169
13038 msgid "Use mail map file"
13039 msgstr ""
13041 #: builtin/log.c:171
13042 msgid "only decorate refs that match <pattern>"
13043 msgstr ""
13045 #: builtin/log.c:173
13046 msgid "do not decorate refs that match <pattern>"
13047 msgstr ""
13049 #: builtin/log.c:174
13050 msgid "decorate options"
13051 msgstr ""
13053 #: builtin/log.c:177
13054 msgid "Process line range n,m in file, counting from 1"
13055 msgstr ""
13057 #: builtin/log.c:275
13058 #, c-format
13059 msgid "Final output: %d %s\n"
13060 msgstr ""
13062 #: builtin/log.c:529
13063 #, c-format
13064 msgid "git show %s: bad file"
13065 msgstr ""
13067 #: builtin/log.c:544 builtin/log.c:638
13068 #, c-format
13069 msgid "could not read object %s"
13070 msgstr ""
13072 #: builtin/log.c:663
13073 #, c-format
13074 msgid "unknown type: %d"
13075 msgstr ""
13077 #: builtin/log.c:784
13078 msgid "format.headers without value"
13079 msgstr ""
13081 #: builtin/log.c:885
13082 msgid "name of output directory is too long"
13083 msgstr ""
13085 #: builtin/log.c:901
13086 #, c-format
13087 msgid "cannot open patch file %s"
13088 msgstr ""
13090 #: builtin/log.c:918
13091 msgid "need exactly one range"
13092 msgstr ""
13094 #: builtin/log.c:928
13095 msgid "not a range"
13096 msgstr ""
13098 #: builtin/log.c:1051
13099 msgid "cover letter needs email format"
13100 msgstr ""
13102 #: builtin/log.c:1057
13103 msgid "failed to create cover-letter file"
13104 msgstr ""
13106 #: builtin/log.c:1136
13107 #, c-format
13108 msgid "insane in-reply-to: %s"
13109 msgstr ""
13111 #: builtin/log.c:1163
13112 msgid "git format-patch [<options>] [<since> | <revision-range>]"
13113 msgstr ""
13115 #: builtin/log.c:1221
13116 msgid "two output directories?"
13117 msgstr ""
13119 #: builtin/log.c:1332 builtin/log.c:2076 builtin/log.c:2078 builtin/log.c:2090
13120 #, c-format
13121 msgid "unknown commit %s"
13122 msgstr ""
13124 #: builtin/log.c:1342 builtin/replace.c:58 builtin/replace.c:207
13125 #: builtin/replace.c:210
13126 #, c-format
13127 msgid "failed to resolve '%s' as a valid ref"
13128 msgstr ""
13130 #: builtin/log.c:1347
13131 msgid "could not find exact merge base"
13132 msgstr ""
13134 #: builtin/log.c:1351
13135 msgid ""
13136 "failed to get upstream, if you want to record base commit automatically,\n"
13137 "please use git branch --set-upstream-to to track a remote branch.\n"
13138 "Or you could specify base commit by --base=<base-commit-id> manually"
13139 msgstr ""
13141 #: builtin/log.c:1371
13142 msgid "failed to find exact merge base"
13143 msgstr ""
13145 #: builtin/log.c:1382
13146 msgid "base commit should be the ancestor of revision list"
13147 msgstr ""
13149 #: builtin/log.c:1386
13150 msgid "base commit shouldn't be in revision list"
13151 msgstr ""
13153 #: builtin/log.c:1439
13154 msgid "cannot get patch id"
13155 msgstr ""
13157 #: builtin/log.c:1491
13158 msgid "failed to infer range-diff ranges"
13159 msgstr ""
13161 #: builtin/log.c:1536
13162 msgid "use [PATCH n/m] even with a single patch"
13163 msgstr ""
13165 #: builtin/log.c:1539
13166 msgid "use [PATCH] even with multiple patches"
13167 msgstr ""
13169 #: builtin/log.c:1543
13170 msgid "print patches to standard out"
13171 msgstr ""
13173 #: builtin/log.c:1545
13174 msgid "generate a cover letter"
13175 msgstr ""
13177 #: builtin/log.c:1547
13178 msgid "use simple number sequence for output file names"
13179 msgstr ""
13181 #: builtin/log.c:1548
13182 msgid "sfx"
13183 msgstr ""
13185 #: builtin/log.c:1549
13186 msgid "use <sfx> instead of '.patch'"
13187 msgstr ""
13189 #: builtin/log.c:1551
13190 msgid "start numbering patches at <n> instead of 1"
13191 msgstr ""
13193 #: builtin/log.c:1553
13194 msgid "mark the series as Nth re-roll"
13195 msgstr ""
13197 #: builtin/log.c:1555
13198 msgid "Use [RFC PATCH] instead of [PATCH]"
13199 msgstr ""
13201 #: builtin/log.c:1558
13202 msgid "Use [<prefix>] instead of [PATCH]"
13203 msgstr ""
13205 #: builtin/log.c:1561
13206 msgid "store resulting files in <dir>"
13207 msgstr ""
13209 #: builtin/log.c:1564
13210 msgid "don't strip/add [PATCH]"
13211 msgstr ""
13213 #: builtin/log.c:1567
13214 msgid "don't output binary diffs"
13215 msgstr ""
13217 #: builtin/log.c:1569
13218 msgid "output all-zero hash in From header"
13219 msgstr ""
13221 #: builtin/log.c:1571
13222 msgid "don't include a patch matching a commit upstream"
13223 msgstr ""
13225 #: builtin/log.c:1573
13226 msgid "show patch format instead of default (patch + stat)"
13227 msgstr ""
13229 #: builtin/log.c:1575
13230 msgid "Messaging"
13231 msgstr ""
13233 #: builtin/log.c:1576
13234 msgid "header"
13235 msgstr ""
13237 #: builtin/log.c:1577
13238 msgid "add email header"
13239 msgstr ""
13241 #: builtin/log.c:1578 builtin/log.c:1580
13242 msgid "email"
13243 msgstr ""
13245 #: builtin/log.c:1578
13246 msgid "add To: header"
13247 msgstr ""
13249 #: builtin/log.c:1580
13250 msgid "add Cc: header"
13251 msgstr ""
13253 #: builtin/log.c:1582
13254 msgid "ident"
13255 msgstr ""
13257 #: builtin/log.c:1583
13258 msgid "set From address to <ident> (or committer ident if absent)"
13259 msgstr ""
13261 #: builtin/log.c:1585
13262 msgid "message-id"
13263 msgstr ""
13265 #: builtin/log.c:1586
13266 msgid "make first mail a reply to <message-id>"
13267 msgstr ""
13269 #: builtin/log.c:1587 builtin/log.c:1590
13270 msgid "boundary"
13271 msgstr ""
13273 #: builtin/log.c:1588
13274 msgid "attach the patch"
13275 msgstr ""
13277 #: builtin/log.c:1591
13278 msgid "inline the patch"
13279 msgstr ""
13281 #: builtin/log.c:1595
13282 msgid "enable message threading, styles: shallow, deep"
13283 msgstr ""
13285 #: builtin/log.c:1597
13286 msgid "signature"
13287 msgstr ""
13289 #: builtin/log.c:1598
13290 msgid "add a signature"
13291 msgstr ""
13293 #: builtin/log.c:1599
13294 msgid "base-commit"
13295 msgstr ""
13297 #: builtin/log.c:1600
13298 msgid "add prerequisite tree info to the patch series"
13299 msgstr ""
13301 #: builtin/log.c:1602
13302 msgid "add a signature from a file"
13303 msgstr ""
13305 #: builtin/log.c:1603
13306 msgid "don't print the patch filenames"
13307 msgstr ""
13309 #: builtin/log.c:1605
13310 msgid "show progress while generating patches"
13311 msgstr ""
13313 #: builtin/log.c:1606
13314 msgid "rev"
13315 msgstr ""
13317 #: builtin/log.c:1607
13318 msgid "show changes against <rev> in cover letter or single patch"
13319 msgstr ""
13321 #: builtin/log.c:1610
13322 msgid "show changes against <refspec> in cover letter or single patch"
13323 msgstr ""
13325 #: builtin/log.c:1612
13326 msgid "percentage by which creation is weighted"
13327 msgstr ""
13329 #: builtin/log.c:1687
13330 #, c-format
13331 msgid "invalid ident line: %s"
13332 msgstr ""
13334 #: builtin/log.c:1702
13335 msgid "-n and -k are mutually exclusive"
13336 msgstr ""
13338 #: builtin/log.c:1704
13339 msgid "--subject-prefix/--rfc and -k are mutually exclusive"
13340 msgstr ""
13342 #: builtin/log.c:1712
13343 msgid "--name-only does not make sense"
13344 msgstr ""
13346 #: builtin/log.c:1714
13347 msgid "--name-status does not make sense"
13348 msgstr ""
13350 #: builtin/log.c:1716
13351 msgid "--check does not make sense"
13352 msgstr ""
13354 #: builtin/log.c:1748
13355 msgid "standard output, or directory, which one?"
13356 msgstr ""
13358 #: builtin/log.c:1837
13359 msgid "--interdiff requires --cover-letter or single patch"
13360 msgstr ""
13362 #: builtin/log.c:1841
13363 msgid "Interdiff:"
13364 msgstr ""
13366 #: builtin/log.c:1842
13367 #, c-format
13368 msgid "Interdiff against v%d:"
13369 msgstr ""
13371 #: builtin/log.c:1848
13372 msgid "--creation-factor requires --range-diff"
13373 msgstr ""
13375 #: builtin/log.c:1852
13376 msgid "--range-diff requires --cover-letter or single patch"
13377 msgstr ""
13379 #: builtin/log.c:1860
13380 msgid "Range-diff:"
13381 msgstr ""
13383 #: builtin/log.c:1861
13384 #, c-format
13385 msgid "Range-diff against v%d:"
13386 msgstr ""
13388 #: builtin/log.c:1872
13389 #, c-format
13390 msgid "unable to read signature file '%s'"
13391 msgstr ""
13393 #: builtin/log.c:1908
13394 msgid "Generating patches"
13395 msgstr ""
13397 #: builtin/log.c:1952
13398 msgid "failed to create output files"
13399 msgstr ""
13401 #: builtin/log.c:2011
13402 msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
13403 msgstr ""
13405 #: builtin/log.c:2065
13406 #, c-format
13407 msgid ""
13408 "Could not find a tracked remote branch, please specify <upstream> manually.\n"
13409 msgstr ""
13411 #: builtin/ls-files.c:470
13412 msgid "git ls-files [<options>] [<file>...]"
13413 msgstr ""
13415 #: builtin/ls-files.c:526
13416 msgid "identify the file status with tags"
13417 msgstr ""
13419 #: builtin/ls-files.c:528
13420 msgid "use lowercase letters for 'assume unchanged' files"
13421 msgstr ""
13423 #: builtin/ls-files.c:530
13424 msgid "use lowercase letters for 'fsmonitor clean' files"
13425 msgstr ""
13427 #: builtin/ls-files.c:532
13428 msgid "show cached files in the output (default)"
13429 msgstr ""
13431 #: builtin/ls-files.c:534
13432 msgid "show deleted files in the output"
13433 msgstr ""
13435 #: builtin/ls-files.c:536
13436 msgid "show modified files in the output"
13437 msgstr ""
13439 #: builtin/ls-files.c:538
13440 msgid "show other files in the output"
13441 msgstr ""
13443 #: builtin/ls-files.c:540
13444 msgid "show ignored files in the output"
13445 msgstr ""
13447 #: builtin/ls-files.c:543
13448 msgid "show staged contents' object name in the output"
13449 msgstr ""
13451 #: builtin/ls-files.c:545
13452 msgid "show files on the filesystem that need to be removed"
13453 msgstr ""
13455 #: builtin/ls-files.c:547
13456 msgid "show 'other' directories' names only"
13457 msgstr ""
13459 #: builtin/ls-files.c:549
13460 msgid "show line endings of files"
13461 msgstr ""
13463 #: builtin/ls-files.c:551
13464 msgid "don't show empty directories"
13465 msgstr ""
13467 #: builtin/ls-files.c:554
13468 msgid "show unmerged files in the output"
13469 msgstr ""
13471 #: builtin/ls-files.c:556
13472 msgid "show resolve-undo information"
13473 msgstr ""
13475 #: builtin/ls-files.c:558
13476 msgid "skip files matching pattern"
13477 msgstr ""
13479 #: builtin/ls-files.c:561
13480 msgid "exclude patterns are read from <file>"
13481 msgstr ""
13483 #: builtin/ls-files.c:564
13484 msgid "read additional per-directory exclude patterns in <file>"
13485 msgstr ""
13487 #: builtin/ls-files.c:566
13488 msgid "add the standard git exclusions"
13489 msgstr ""
13491 #: builtin/ls-files.c:570
13492 msgid "make the output relative to the project top directory"
13493 msgstr ""
13495 #: builtin/ls-files.c:573
13496 msgid "recurse through submodules"
13497 msgstr ""
13499 #: builtin/ls-files.c:575
13500 msgid "if any <file> is not in the index, treat this as an error"
13501 msgstr ""
13503 #: builtin/ls-files.c:576
13504 msgid "tree-ish"
13505 msgstr ""
13507 #: builtin/ls-files.c:577
13508 msgid "pretend that paths removed since <tree-ish> are still present"
13509 msgstr ""
13511 #: builtin/ls-files.c:579
13512 msgid "show debugging data"
13513 msgstr ""
13515 #: builtin/ls-remote.c:9
13516 msgid ""
13517 "git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
13518 "                     [-q | --quiet] [--exit-code] [--get-url]\n"
13519 "                     [--symref] [<repository> [<refs>...]]"
13520 msgstr ""
13522 #: builtin/ls-remote.c:59
13523 msgid "do not print remote URL"
13524 msgstr ""
13526 #: builtin/ls-remote.c:60 builtin/ls-remote.c:62 builtin/rebase.c:1458
13527 msgid "exec"
13528 msgstr ""
13530 #: builtin/ls-remote.c:61 builtin/ls-remote.c:63
13531 msgid "path of git-upload-pack on the remote host"
13532 msgstr ""
13534 #: builtin/ls-remote.c:65
13535 msgid "limit to tags"
13536 msgstr ""
13538 #: builtin/ls-remote.c:66
13539 msgid "limit to heads"
13540 msgstr ""
13542 #: builtin/ls-remote.c:67
13543 msgid "do not show peeled tags"
13544 msgstr ""
13546 #: builtin/ls-remote.c:69
13547 msgid "take url.<base>.insteadOf into account"
13548 msgstr ""
13550 #: builtin/ls-remote.c:72
13551 msgid "exit with exit code 2 if no matching refs are found"
13552 msgstr ""
13554 #: builtin/ls-remote.c:75
13555 msgid "show underlying ref in addition to the object pointed by it"
13556 msgstr ""
13558 #: builtin/ls-tree.c:30
13559 msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
13560 msgstr ""
13562 #: builtin/ls-tree.c:128
13563 msgid "only show trees"
13564 msgstr ""
13566 #: builtin/ls-tree.c:130
13567 msgid "recurse into subtrees"
13568 msgstr ""
13570 #: builtin/ls-tree.c:132
13571 msgid "show trees when recursing"
13572 msgstr ""
13574 #: builtin/ls-tree.c:135
13575 msgid "terminate entries with NUL byte"
13576 msgstr ""
13578 #: builtin/ls-tree.c:136
13579 msgid "include object size"
13580 msgstr ""
13582 #: builtin/ls-tree.c:138 builtin/ls-tree.c:140
13583 msgid "list only filenames"
13584 msgstr ""
13586 #: builtin/ls-tree.c:143
13587 msgid "use full path names"
13588 msgstr ""
13590 #: builtin/ls-tree.c:145
13591 msgid "list entire tree; not just current directory (implies --full-name)"
13592 msgstr ""
13594 #: builtin/mailsplit.c:241
13595 #, c-format
13596 msgid "empty mbox: '%s'"
13597 msgstr ""
13599 #: builtin/merge.c:54
13600 msgid "git merge [<options>] [<commit>...]"
13601 msgstr ""
13603 #: builtin/merge.c:55
13604 msgid "git merge --abort"
13605 msgstr ""
13607 #: builtin/merge.c:56
13608 msgid "git merge --continue"
13609 msgstr ""
13611 #: builtin/merge.c:116
13612 msgid "switch `m' requires a value"
13613 msgstr ""
13615 #: builtin/merge.c:139
13616 #, c-format
13617 msgid "option `%s' requires a value"
13618 msgstr ""
13620 #: builtin/merge.c:185
13621 #, c-format
13622 msgid "Could not find merge strategy '%s'.\n"
13623 msgstr ""
13625 #: builtin/merge.c:186
13626 #, c-format
13627 msgid "Available strategies are:"
13628 msgstr ""
13630 #: builtin/merge.c:191
13631 #, c-format
13632 msgid "Available custom strategies are:"
13633 msgstr ""
13635 #: builtin/merge.c:242 builtin/pull.c:150
13636 msgid "do not show a diffstat at the end of the merge"
13637 msgstr ""
13639 #: builtin/merge.c:245 builtin/pull.c:153
13640 msgid "show a diffstat at the end of the merge"
13641 msgstr ""
13643 #: builtin/merge.c:246 builtin/pull.c:156
13644 msgid "(synonym to --stat)"
13645 msgstr ""
13647 #: builtin/merge.c:248 builtin/pull.c:159
13648 msgid "add (at most <n>) entries from shortlog to merge commit message"
13649 msgstr ""
13651 #: builtin/merge.c:251 builtin/pull.c:165
13652 msgid "create a single commit instead of doing a merge"
13653 msgstr ""
13655 #: builtin/merge.c:253 builtin/pull.c:168
13656 msgid "perform a commit if the merge succeeds (default)"
13657 msgstr ""
13659 #: builtin/merge.c:255 builtin/pull.c:171
13660 msgid "edit message before committing"
13661 msgstr ""
13663 #: builtin/merge.c:257
13664 msgid "allow fast-forward (default)"
13665 msgstr ""
13667 #: builtin/merge.c:259 builtin/pull.c:178
13668 msgid "abort if fast-forward is not possible"
13669 msgstr ""
13671 #: builtin/merge.c:263 builtin/pull.c:181
13672 msgid "verify that the named commit has a valid GPG signature"
13673 msgstr ""
13675 #: builtin/merge.c:264 builtin/notes.c:787 builtin/pull.c:185
13676 #: builtin/rebase.c:492 builtin/rebase.c:1471 builtin/revert.c:113
13677 msgid "strategy"
13678 msgstr ""
13680 #: builtin/merge.c:265 builtin/pull.c:186
13681 msgid "merge strategy to use"
13682 msgstr ""
13684 #: builtin/merge.c:266 builtin/pull.c:189
13685 msgid "option=value"
13686 msgstr ""
13688 #: builtin/merge.c:267 builtin/pull.c:190
13689 msgid "option for selected merge strategy"
13690 msgstr ""
13692 #: builtin/merge.c:269
13693 msgid "merge commit message (for a non-fast-forward merge)"
13694 msgstr ""
13696 #: builtin/merge.c:276
13697 msgid "abort the current in-progress merge"
13698 msgstr ""
13700 #: builtin/merge.c:278
13701 msgid "continue the current in-progress merge"
13702 msgstr ""
13704 #: builtin/merge.c:280 builtin/pull.c:197
13705 msgid "allow merging unrelated histories"
13706 msgstr ""
13708 #: builtin/merge.c:286
13709 msgid "verify commit-msg hook"
13710 msgstr ""
13712 #: builtin/merge.c:311
13713 msgid "could not run stash."
13714 msgstr ""
13716 #: builtin/merge.c:316
13717 msgid "stash failed"
13718 msgstr ""
13720 #: builtin/merge.c:321
13721 #, c-format
13722 msgid "not a valid object: %s"
13723 msgstr ""
13725 #: builtin/merge.c:343 builtin/merge.c:360
13726 msgid "read-tree failed"
13727 msgstr ""
13729 #: builtin/merge.c:390
13730 msgid " (nothing to squash)"
13731 msgstr ""
13733 #: builtin/merge.c:401
13734 #, c-format
13735 msgid "Squash commit -- not updating HEAD\n"
13736 msgstr ""
13738 #: builtin/merge.c:451
13739 #, c-format
13740 msgid "No merge message -- not updating HEAD\n"
13741 msgstr ""
13743 #: builtin/merge.c:502
13744 #, c-format
13745 msgid "'%s' does not point to a commit"
13746 msgstr ""
13748 #: builtin/merge.c:589
13749 #, c-format
13750 msgid "Bad branch.%s.mergeoptions string: %s"
13751 msgstr ""
13753 #: builtin/merge.c:712
13754 msgid "Not handling anything other than two heads merge."
13755 msgstr ""
13757 #: builtin/merge.c:726
13758 #, c-format
13759 msgid "Unknown option for merge-recursive: -X%s"
13760 msgstr ""
13762 #: builtin/merge.c:741
13763 #, c-format
13764 msgid "unable to write %s"
13765 msgstr ""
13767 #: builtin/merge.c:793
13768 #, c-format
13769 msgid "Could not read from '%s'"
13770 msgstr ""
13772 #: builtin/merge.c:802
13773 #, c-format
13774 msgid "Not committing merge; use 'git commit' to complete the merge.\n"
13775 msgstr ""
13777 #: builtin/merge.c:808
13778 msgid ""
13779 "Please enter a commit message to explain why this merge is necessary,\n"
13780 "especially if it merges an updated upstream into a topic branch.\n"
13781 "\n"
13782 msgstr ""
13784 #: builtin/merge.c:813
13785 msgid "An empty message aborts the commit.\n"
13786 msgstr ""
13788 #: builtin/merge.c:816
13789 #, c-format
13790 msgid ""
13791 "Lines starting with '%c' will be ignored, and an empty message aborts\n"
13792 "the commit.\n"
13793 msgstr ""
13795 #: builtin/merge.c:857
13796 msgid "Empty commit message."
13797 msgstr ""
13799 #: builtin/merge.c:876
13800 #, c-format
13801 msgid "Wonderful.\n"
13802 msgstr ""
13804 #: builtin/merge.c:936
13805 #, c-format
13806 msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
13807 msgstr ""
13809 #: builtin/merge.c:975
13810 msgid "No current branch."
13811 msgstr ""
13813 #: builtin/merge.c:977
13814 msgid "No remote for the current branch."
13815 msgstr ""
13817 #: builtin/merge.c:979
13818 msgid "No default upstream defined for the current branch."
13819 msgstr ""
13821 #: builtin/merge.c:984
13822 #, c-format
13823 msgid "No remote-tracking branch for %s from %s"
13824 msgstr ""
13826 #: builtin/merge.c:1041
13827 #, c-format
13828 msgid "Bad value '%s' in environment '%s'"
13829 msgstr ""
13831 #: builtin/merge.c:1144
13832 #, c-format
13833 msgid "not something we can merge in %s: %s"
13834 msgstr ""
13836 #: builtin/merge.c:1178
13837 msgid "not something we can merge"
13838 msgstr ""
13840 #: builtin/merge.c:1281
13841 msgid "--abort expects no arguments"
13842 msgstr ""
13844 #: builtin/merge.c:1285
13845 msgid "There is no merge to abort (MERGE_HEAD missing)."
13846 msgstr ""
13848 #: builtin/merge.c:1297
13849 msgid "--continue expects no arguments"
13850 msgstr ""
13852 #: builtin/merge.c:1301
13853 msgid "There is no merge in progress (MERGE_HEAD missing)."
13854 msgstr ""
13856 #: builtin/merge.c:1317
13857 msgid ""
13858 "You have not concluded your merge (MERGE_HEAD exists).\n"
13859 "Please, commit your changes before you merge."
13860 msgstr ""
13862 #: builtin/merge.c:1324
13863 msgid ""
13864 "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
13865 "Please, commit your changes before you merge."
13866 msgstr ""
13868 #: builtin/merge.c:1327
13869 msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
13870 msgstr ""
13872 #: builtin/merge.c:1341
13873 msgid "You cannot combine --squash with --no-ff."
13874 msgstr ""
13876 #: builtin/merge.c:1349
13877 msgid "No commit specified and merge.defaultToUpstream not set."
13878 msgstr ""
13880 #: builtin/merge.c:1366
13881 msgid "Squash commit into empty head not supported yet"
13882 msgstr ""
13884 #: builtin/merge.c:1368
13885 msgid "Non-fast-forward commit does not make sense into an empty head"
13886 msgstr ""
13888 #: builtin/merge.c:1373
13889 #, c-format
13890 msgid "%s - not something we can merge"
13891 msgstr ""
13893 #: builtin/merge.c:1375
13894 msgid "Can merge only exactly one commit into empty head"
13895 msgstr ""
13897 #: builtin/merge.c:1454
13898 msgid "refusing to merge unrelated histories"
13899 msgstr ""
13901 #: builtin/merge.c:1463
13902 msgid "Already up to date."
13903 msgstr ""
13905 #: builtin/merge.c:1473
13906 #, c-format
13907 msgid "Updating %s..%s\n"
13908 msgstr ""
13910 #: builtin/merge.c:1515
13911 #, c-format
13912 msgid "Trying really trivial in-index merge...\n"
13913 msgstr ""
13915 #: builtin/merge.c:1522
13916 #, c-format
13917 msgid "Nope.\n"
13918 msgstr ""
13920 #: builtin/merge.c:1547
13921 msgid "Already up to date. Yeeah!"
13922 msgstr ""
13924 #: builtin/merge.c:1553
13925 msgid "Not possible to fast-forward, aborting."
13926 msgstr ""
13928 #: builtin/merge.c:1576 builtin/merge.c:1655
13929 #, c-format
13930 msgid "Rewinding the tree to pristine...\n"
13931 msgstr ""
13933 #: builtin/merge.c:1580
13934 #, c-format
13935 msgid "Trying merge strategy %s...\n"
13936 msgstr ""
13938 #: builtin/merge.c:1646
13939 #, c-format
13940 msgid "No merge strategy handled the merge.\n"
13941 msgstr ""
13943 #: builtin/merge.c:1648
13944 #, c-format
13945 msgid "Merge with strategy %s failed.\n"
13946 msgstr ""
13948 #: builtin/merge.c:1657
13949 #, c-format
13950 msgid "Using the %s to prepare resolving by hand.\n"
13951 msgstr ""
13953 #: builtin/merge.c:1669
13954 #, c-format
13955 msgid "Automatic merge went well; stopped before committing as requested\n"
13956 msgstr ""
13958 #: builtin/merge-base.c:32
13959 msgid "git merge-base [-a | --all] <commit> <commit>..."
13960 msgstr ""
13962 #: builtin/merge-base.c:33
13963 msgid "git merge-base [-a | --all] --octopus <commit>..."
13964 msgstr ""
13966 #: builtin/merge-base.c:34
13967 msgid "git merge-base --independent <commit>..."
13968 msgstr ""
13970 #: builtin/merge-base.c:35
13971 msgid "git merge-base --is-ancestor <commit> <commit>"
13972 msgstr ""
13974 #: builtin/merge-base.c:36
13975 msgid "git merge-base --fork-point <ref> [<commit>]"
13976 msgstr ""
13978 #: builtin/merge-base.c:153
13979 msgid "output all common ancestors"
13980 msgstr ""
13982 #: builtin/merge-base.c:155
13983 msgid "find ancestors for a single n-way merge"
13984 msgstr ""
13986 #: builtin/merge-base.c:157
13987 msgid "list revs not reachable from others"
13988 msgstr ""
13990 #: builtin/merge-base.c:159
13991 msgid "is the first one ancestor of the other?"
13992 msgstr ""
13994 #: builtin/merge-base.c:161
13995 msgid "find where <commit> forked from reflog of <ref>"
13996 msgstr ""
13998 #: builtin/merge-file.c:9
13999 msgid ""
14000 "git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
14001 "<orig-file> <file2>"
14002 msgstr ""
14004 #: builtin/merge-file.c:35
14005 msgid "send results to standard output"
14006 msgstr ""
14008 #: builtin/merge-file.c:36
14009 msgid "use a diff3 based merge"
14010 msgstr ""
14012 #: builtin/merge-file.c:37
14013 msgid "for conflicts, use our version"
14014 msgstr ""
14016 #: builtin/merge-file.c:39
14017 msgid "for conflicts, use their version"
14018 msgstr ""
14020 #: builtin/merge-file.c:41
14021 msgid "for conflicts, use a union version"
14022 msgstr ""
14024 #: builtin/merge-file.c:44
14025 msgid "for conflicts, use this marker size"
14026 msgstr ""
14028 #: builtin/merge-file.c:45
14029 msgid "do not warn about conflicts"
14030 msgstr ""
14032 #: builtin/merge-file.c:47
14033 msgid "set labels for file1/orig-file/file2"
14034 msgstr ""
14036 #: builtin/merge-recursive.c:46
14037 #, c-format
14038 msgid "unknown option %s"
14039 msgstr ""
14041 #: builtin/merge-recursive.c:52
14042 #, c-format
14043 msgid "could not parse object '%s'"
14044 msgstr ""
14046 #: builtin/merge-recursive.c:56
14047 #, c-format
14048 msgid "cannot handle more than %d base. Ignoring %s."
14049 msgid_plural "cannot handle more than %d bases. Ignoring %s."
14050 msgstr[0] ""
14051 msgstr[1] ""
14053 #: builtin/merge-recursive.c:64
14054 msgid "not handling anything other than two heads merge."
14055 msgstr ""
14057 #: builtin/merge-recursive.c:70 builtin/merge-recursive.c:72
14058 #, c-format
14059 msgid "could not resolve ref '%s'"
14060 msgstr ""
14062 #: builtin/merge-recursive.c:78
14063 #, c-format
14064 msgid "Merging %s with %s\n"
14065 msgstr ""
14067 #: builtin/mktree.c:66
14068 msgid "git mktree [-z] [--missing] [--batch]"
14069 msgstr ""
14071 #: builtin/mktree.c:154
14072 msgid "input is NUL terminated"
14073 msgstr ""
14075 #: builtin/mktree.c:155 builtin/write-tree.c:26
14076 msgid "allow missing objects"
14077 msgstr ""
14079 #: builtin/mktree.c:156
14080 msgid "allow creation of more than one tree"
14081 msgstr ""
14083 #: builtin/multi-pack-index.c:9
14084 msgid "git multi-pack-index [--object-dir=<dir>] (write|verify)"
14085 msgstr ""
14087 #: builtin/multi-pack-index.c:22
14088 msgid "object directory containing set of packfile and pack-index pairs"
14089 msgstr ""
14091 #: builtin/multi-pack-index.c:40 builtin/prune-packed.c:67
14092 msgid "too many arguments"
14093 msgstr ""
14095 #: builtin/multi-pack-index.c:51
14096 #, c-format
14097 msgid "unrecognized verb: %s"
14098 msgstr ""
14100 #: builtin/mv.c:18
14101 msgid "git mv [<options>] <source>... <destination>"
14102 msgstr ""
14104 #: builtin/mv.c:83
14105 #, c-format
14106 msgid "Directory %s is in index and no submodule?"
14107 msgstr ""
14109 #: builtin/mv.c:85
14110 msgid "Please stage your changes to .gitmodules or stash them to proceed"
14111 msgstr ""
14113 #: builtin/mv.c:103
14114 #, c-format
14115 msgid "%.*s is in index"
14116 msgstr ""
14118 #: builtin/mv.c:125
14119 msgid "force move/rename even if target exists"
14120 msgstr ""
14122 #: builtin/mv.c:127
14123 msgid "skip move/rename errors"
14124 msgstr ""
14126 #: builtin/mv.c:169
14127 #, c-format
14128 msgid "destination '%s' is not a directory"
14129 msgstr ""
14131 #: builtin/mv.c:180
14132 #, c-format
14133 msgid "Checking rename of '%s' to '%s'\n"
14134 msgstr ""
14136 #: builtin/mv.c:184
14137 msgid "bad source"
14138 msgstr ""
14140 #: builtin/mv.c:187
14141 msgid "can not move directory into itself"
14142 msgstr ""
14144 #: builtin/mv.c:190
14145 msgid "cannot move directory over file"
14146 msgstr ""
14148 #: builtin/mv.c:199
14149 msgid "source directory is empty"
14150 msgstr ""
14152 #: builtin/mv.c:224
14153 msgid "not under version control"
14154 msgstr ""
14156 #: builtin/mv.c:227
14157 msgid "destination exists"
14158 msgstr ""
14160 #: builtin/mv.c:235
14161 #, c-format
14162 msgid "overwriting '%s'"
14163 msgstr ""
14165 #: builtin/mv.c:238
14166 msgid "Cannot overwrite"
14167 msgstr ""
14169 #: builtin/mv.c:241
14170 msgid "multiple sources for the same target"
14171 msgstr ""
14173 #: builtin/mv.c:243
14174 msgid "destination directory does not exist"
14175 msgstr ""
14177 #: builtin/mv.c:250
14178 #, c-format
14179 msgid "%s, source=%s, destination=%s"
14180 msgstr ""
14182 #: builtin/mv.c:271
14183 #, c-format
14184 msgid "Renaming %s to %s\n"
14185 msgstr ""
14187 #: builtin/mv.c:277 builtin/remote.c:717 builtin/repack.c:516
14188 #, c-format
14189 msgid "renaming '%s' failed"
14190 msgstr ""
14192 #: builtin/name-rev.c:355
14193 msgid "git name-rev [<options>] <commit>..."
14194 msgstr ""
14196 #: builtin/name-rev.c:356
14197 msgid "git name-rev [<options>] --all"
14198 msgstr ""
14200 #: builtin/name-rev.c:357
14201 msgid "git name-rev [<options>] --stdin"
14202 msgstr ""
14204 #: builtin/name-rev.c:415
14205 msgid "print only names (no SHA-1)"
14206 msgstr ""
14208 #: builtin/name-rev.c:416
14209 msgid "only use tags to name the commits"
14210 msgstr ""
14212 #: builtin/name-rev.c:418
14213 msgid "only use refs matching <pattern>"
14214 msgstr ""
14216 #: builtin/name-rev.c:420
14217 msgid "ignore refs matching <pattern>"
14218 msgstr ""
14220 #: builtin/name-rev.c:422
14221 msgid "list all commits reachable from all refs"
14222 msgstr ""
14224 #: builtin/name-rev.c:423
14225 msgid "read from stdin"
14226 msgstr ""
14228 #: builtin/name-rev.c:424
14229 msgid "allow to print `undefined` names (default)"
14230 msgstr ""
14232 #: builtin/name-rev.c:430
14233 msgid "dereference tags in the input (internal use)"
14234 msgstr ""
14236 #: builtin/notes.c:28
14237 msgid "git notes [--ref <notes-ref>] [list [<object>]]"
14238 msgstr ""
14240 #: builtin/notes.c:29
14241 msgid ""
14242 "git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
14243 "| (-c | -C) <object>] [<object>]"
14244 msgstr ""
14246 #: builtin/notes.c:30
14247 msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
14248 msgstr ""
14250 #: builtin/notes.c:31
14251 msgid ""
14252 "git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
14253 "(-c | -C) <object>] [<object>]"
14254 msgstr ""
14256 #: builtin/notes.c:32
14257 msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
14258 msgstr ""
14260 #: builtin/notes.c:33
14261 msgid "git notes [--ref <notes-ref>] show [<object>]"
14262 msgstr ""
14264 #: builtin/notes.c:34
14265 msgid ""
14266 "git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
14267 msgstr ""
14269 #: builtin/notes.c:35
14270 msgid "git notes merge --commit [-v | -q]"
14271 msgstr ""
14273 #: builtin/notes.c:36
14274 msgid "git notes merge --abort [-v | -q]"
14275 msgstr ""
14277 #: builtin/notes.c:37
14278 msgid "git notes [--ref <notes-ref>] remove [<object>...]"
14279 msgstr ""
14281 #: builtin/notes.c:38
14282 msgid "git notes [--ref <notes-ref>] prune [-n] [-v]"
14283 msgstr ""
14285 #: builtin/notes.c:39
14286 msgid "git notes [--ref <notes-ref>] get-ref"
14287 msgstr ""
14289 #: builtin/notes.c:44
14290 msgid "git notes [list [<object>]]"
14291 msgstr ""
14293 #: builtin/notes.c:49
14294 msgid "git notes add [<options>] [<object>]"
14295 msgstr ""
14297 #: builtin/notes.c:54
14298 msgid "git notes copy [<options>] <from-object> <to-object>"
14299 msgstr ""
14301 #: builtin/notes.c:55
14302 msgid "git notes copy --stdin [<from-object> <to-object>]..."
14303 msgstr ""
14305 #: builtin/notes.c:60
14306 msgid "git notes append [<options>] [<object>]"
14307 msgstr ""
14309 #: builtin/notes.c:65
14310 msgid "git notes edit [<object>]"
14311 msgstr ""
14313 #: builtin/notes.c:70
14314 msgid "git notes show [<object>]"
14315 msgstr ""
14317 #: builtin/notes.c:75
14318 msgid "git notes merge [<options>] <notes-ref>"
14319 msgstr ""
14321 #: builtin/notes.c:76
14322 msgid "git notes merge --commit [<options>]"
14323 msgstr ""
14325 #: builtin/notes.c:77
14326 msgid "git notes merge --abort [<options>]"
14327 msgstr ""
14329 #: builtin/notes.c:82
14330 msgid "git notes remove [<object>]"
14331 msgstr ""
14333 #: builtin/notes.c:87
14334 msgid "git notes prune [<options>]"
14335 msgstr ""
14337 #: builtin/notes.c:92
14338 msgid "git notes get-ref"
14339 msgstr ""
14341 #: builtin/notes.c:97
14342 msgid "Write/edit the notes for the following object:"
14343 msgstr ""
14345 #: builtin/notes.c:150
14346 #, c-format
14347 msgid "unable to start 'show' for object '%s'"
14348 msgstr ""
14350 #: builtin/notes.c:154
14351 msgid "could not read 'show' output"
14352 msgstr ""
14354 #: builtin/notes.c:162
14355 #, c-format
14356 msgid "failed to finish 'show' for object '%s'"
14357 msgstr ""
14359 #: builtin/notes.c:197
14360 msgid "please supply the note contents using either -m or -F option"
14361 msgstr ""
14363 #: builtin/notes.c:206
14364 msgid "unable to write note object"
14365 msgstr ""
14367 #: builtin/notes.c:208
14368 #, c-format
14369 msgid "the note contents have been left in %s"
14370 msgstr ""
14372 #: builtin/notes.c:242 builtin/tag.c:522
14373 #, c-format
14374 msgid "could not open or read '%s'"
14375 msgstr ""
14377 #: builtin/notes.c:263 builtin/notes.c:313 builtin/notes.c:315
14378 #: builtin/notes.c:383 builtin/notes.c:438 builtin/notes.c:526
14379 #: builtin/notes.c:531 builtin/notes.c:610 builtin/notes.c:672
14380 #, c-format
14381 msgid "failed to resolve '%s' as a valid ref."
14382 msgstr ""
14384 #: builtin/notes.c:265
14385 #, c-format
14386 msgid "failed to read object '%s'."
14387 msgstr ""
14389 #: builtin/notes.c:268
14390 #, c-format
14391 msgid "cannot read note data from non-blob object '%s'."
14392 msgstr ""
14394 #: builtin/notes.c:309
14395 #, c-format
14396 msgid "malformed input line: '%s'."
14397 msgstr ""
14399 #: builtin/notes.c:324
14400 #, c-format
14401 msgid "failed to copy notes from '%s' to '%s'"
14402 msgstr ""
14404 #. TRANSLATORS: the first %s will be replaced by a git
14405 #. notes command: 'add', 'merge', 'remove', etc.
14407 #: builtin/notes.c:356
14408 #, c-format
14409 msgid "refusing to %s notes in %s (outside of refs/notes/)"
14410 msgstr ""
14412 #: builtin/notes.c:376 builtin/notes.c:431 builtin/notes.c:509
14413 #: builtin/notes.c:521 builtin/notes.c:598 builtin/notes.c:665
14414 #: builtin/notes.c:815 builtin/notes.c:963 builtin/notes.c:985
14415 msgid "too many parameters"
14416 msgstr ""
14418 #: builtin/notes.c:389 builtin/notes.c:678
14419 #, c-format
14420 msgid "no note found for object %s."
14421 msgstr ""
14423 #: builtin/notes.c:410 builtin/notes.c:576
14424 msgid "note contents as a string"
14425 msgstr ""
14427 #: builtin/notes.c:413 builtin/notes.c:579
14428 msgid "note contents in a file"
14429 msgstr ""
14431 #: builtin/notes.c:416 builtin/notes.c:582
14432 msgid "reuse and edit specified note object"
14433 msgstr ""
14435 #: builtin/notes.c:419 builtin/notes.c:585
14436 msgid "reuse specified note object"
14437 msgstr ""
14439 #: builtin/notes.c:422 builtin/notes.c:588
14440 msgid "allow storing empty note"
14441 msgstr ""
14443 #: builtin/notes.c:423 builtin/notes.c:496
14444 msgid "replace existing notes"
14445 msgstr ""
14447 #: builtin/notes.c:448
14448 #, c-format
14449 msgid ""
14450 "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
14451 "existing notes"
14452 msgstr ""
14454 #: builtin/notes.c:463 builtin/notes.c:544
14455 #, c-format
14456 msgid "Overwriting existing notes for object %s\n"
14457 msgstr ""
14459 #: builtin/notes.c:475 builtin/notes.c:637 builtin/notes.c:902
14460 #, c-format
14461 msgid "Removing note for object %s\n"
14462 msgstr ""
14464 #: builtin/notes.c:497
14465 msgid "read objects from stdin"
14466 msgstr ""
14468 #: builtin/notes.c:499
14469 msgid "load rewriting config for <command> (implies --stdin)"
14470 msgstr ""
14472 #: builtin/notes.c:517
14473 msgid "too few parameters"
14474 msgstr ""
14476 #: builtin/notes.c:538
14477 #, c-format
14478 msgid ""
14479 "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
14480 "existing notes"
14481 msgstr ""
14483 #: builtin/notes.c:550
14484 #, c-format
14485 msgid "missing notes on source object %s. Cannot copy."
14486 msgstr ""
14488 #: builtin/notes.c:603
14489 #, c-format
14490 msgid ""
14491 "The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
14492 "Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
14493 msgstr ""
14495 #: builtin/notes.c:698
14496 msgid "failed to delete ref NOTES_MERGE_PARTIAL"
14497 msgstr ""
14499 #: builtin/notes.c:700
14500 msgid "failed to delete ref NOTES_MERGE_REF"
14501 msgstr ""
14503 #: builtin/notes.c:702
14504 msgid "failed to remove 'git notes merge' worktree"
14505 msgstr ""
14507 #: builtin/notes.c:722
14508 msgid "failed to read ref NOTES_MERGE_PARTIAL"
14509 msgstr ""
14511 #: builtin/notes.c:724
14512 msgid "could not find commit from NOTES_MERGE_PARTIAL."
14513 msgstr ""
14515 #: builtin/notes.c:726
14516 msgid "could not parse commit from NOTES_MERGE_PARTIAL."
14517 msgstr ""
14519 #: builtin/notes.c:739
14520 msgid "failed to resolve NOTES_MERGE_REF"
14521 msgstr ""
14523 #: builtin/notes.c:742
14524 msgid "failed to finalize notes merge"
14525 msgstr ""
14527 #: builtin/notes.c:768
14528 #, c-format
14529 msgid "unknown notes merge strategy %s"
14530 msgstr ""
14532 #: builtin/notes.c:784
14533 msgid "General options"
14534 msgstr ""
14536 #: builtin/notes.c:786
14537 msgid "Merge options"
14538 msgstr ""
14540 #: builtin/notes.c:788
14541 msgid ""
14542 "resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
14543 "cat_sort_uniq)"
14544 msgstr ""
14546 #: builtin/notes.c:790
14547 msgid "Committing unmerged notes"
14548 msgstr ""
14550 #: builtin/notes.c:792
14551 msgid "finalize notes merge by committing unmerged notes"
14552 msgstr ""
14554 #: builtin/notes.c:794
14555 msgid "Aborting notes merge resolution"
14556 msgstr ""
14558 #: builtin/notes.c:796
14559 msgid "abort notes merge"
14560 msgstr ""
14562 #: builtin/notes.c:807
14563 msgid "cannot mix --commit, --abort or -s/--strategy"
14564 msgstr ""
14566 #: builtin/notes.c:812
14567 msgid "must specify a notes ref to merge"
14568 msgstr ""
14570 #: builtin/notes.c:836
14571 #, c-format
14572 msgid "unknown -s/--strategy: %s"
14573 msgstr ""
14575 #: builtin/notes.c:873
14576 #, c-format
14577 msgid "a notes merge into %s is already in-progress at %s"
14578 msgstr ""
14580 #: builtin/notes.c:876
14581 #, c-format
14582 msgid "failed to store link to current notes ref (%s)"
14583 msgstr ""
14585 #: builtin/notes.c:878
14586 #, c-format
14587 msgid ""
14588 "Automatic notes merge failed. Fix conflicts in %s and commit the result with "
14589 "'git notes merge --commit', or abort the merge with 'git notes merge --"
14590 "abort'.\n"
14591 msgstr ""
14593 #: builtin/notes.c:897 builtin/tag.c:535
14594 #, c-format
14595 msgid "Failed to resolve '%s' as a valid ref."
14596 msgstr ""
14598 #: builtin/notes.c:900
14599 #, c-format
14600 msgid "Object %s has no note\n"
14601 msgstr ""
14603 #: builtin/notes.c:912
14604 msgid "attempt to remove non-existent note is not an error"
14605 msgstr ""
14607 #: builtin/notes.c:915
14608 msgid "read object names from the standard input"
14609 msgstr ""
14611 #: builtin/notes.c:954 builtin/prune.c:130 builtin/worktree.c:165
14612 msgid "do not remove, show only"
14613 msgstr ""
14615 #: builtin/notes.c:955
14616 msgid "report pruned notes"
14617 msgstr ""
14619 #: builtin/notes.c:998
14620 msgid "notes-ref"
14621 msgstr ""
14623 #: builtin/notes.c:999
14624 msgid "use notes from <notes-ref>"
14625 msgstr ""
14627 #: builtin/notes.c:1034 builtin/stash.c:1611
14628 #, c-format
14629 msgid "unknown subcommand: %s"
14630 msgstr ""
14632 #: builtin/pack-objects.c:52
14633 msgid ""
14634 "git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
14635 msgstr ""
14637 #: builtin/pack-objects.c:53
14638 msgid ""
14639 "git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
14640 msgstr ""
14642 #: builtin/pack-objects.c:424
14643 #, c-format
14644 msgid "bad packed object CRC for %s"
14645 msgstr ""
14647 #: builtin/pack-objects.c:435
14648 #, c-format
14649 msgid "corrupt packed object for %s"
14650 msgstr ""
14652 #: builtin/pack-objects.c:566
14653 #, c-format
14654 msgid "recursive delta detected for object %s"
14655 msgstr ""
14657 #: builtin/pack-objects.c:777
14658 #, c-format
14659 msgid "ordered %u objects, expected %<PRIu32>"
14660 msgstr ""
14662 #: builtin/pack-objects.c:790
14663 #, c-format
14664 msgid "packfile is invalid: %s"
14665 msgstr ""
14667 #: builtin/pack-objects.c:794
14668 #, c-format
14669 msgid "unable to open packfile for reuse: %s"
14670 msgstr ""
14672 #: builtin/pack-objects.c:798
14673 msgid "unable to seek in reused packfile"
14674 msgstr ""
14676 #: builtin/pack-objects.c:809
14677 msgid "unable to read from reused packfile"
14678 msgstr ""
14680 #: builtin/pack-objects.c:837
14681 msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
14682 msgstr ""
14684 #: builtin/pack-objects.c:850
14685 msgid "Writing objects"
14686 msgstr ""
14688 #: builtin/pack-objects.c:912 builtin/update-index.c:89
14689 #, c-format
14690 msgid "failed to stat %s"
14691 msgstr ""
14693 #: builtin/pack-objects.c:965
14694 #, c-format
14695 msgid "wrote %<PRIu32> objects while expecting %<PRIu32>"
14696 msgstr ""
14698 #: builtin/pack-objects.c:1161
14699 msgid "disabling bitmap writing, as some objects are not being packed"
14700 msgstr ""
14702 #: builtin/pack-objects.c:1589
14703 #, c-format
14704 msgid "delta base offset overflow in pack for %s"
14705 msgstr ""
14707 #: builtin/pack-objects.c:1598
14708 #, c-format
14709 msgid "delta base offset out of bound for %s"
14710 msgstr ""
14712 #: builtin/pack-objects.c:1867
14713 msgid "Counting objects"
14714 msgstr ""
14716 #: builtin/pack-objects.c:1997
14717 #, c-format
14718 msgid "unable to get size of %s"
14719 msgstr ""
14721 #: builtin/pack-objects.c:2012
14722 #, c-format
14723 msgid "unable to parse object header of %s"
14724 msgstr ""
14726 #: builtin/pack-objects.c:2082 builtin/pack-objects.c:2098
14727 #: builtin/pack-objects.c:2108
14728 #, c-format
14729 msgid "object %s cannot be read"
14730 msgstr ""
14732 #: builtin/pack-objects.c:2085 builtin/pack-objects.c:2112
14733 #, c-format
14734 msgid "object %s inconsistent object length (%<PRIuMAX> vs %<PRIuMAX>)"
14735 msgstr ""
14737 #: builtin/pack-objects.c:2122
14738 msgid "suboptimal pack - out of memory"
14739 msgstr ""
14741 #: builtin/pack-objects.c:2448
14742 #, c-format
14743 msgid "Delta compression using up to %d threads"
14744 msgstr ""
14746 #: builtin/pack-objects.c:2580
14747 #, c-format
14748 msgid "unable to pack objects reachable from tag %s"
14749 msgstr ""
14751 #: builtin/pack-objects.c:2667
14752 msgid "Compressing objects"
14753 msgstr ""
14755 #: builtin/pack-objects.c:2673
14756 msgid "inconsistency with delta count"
14757 msgstr ""
14759 #: builtin/pack-objects.c:2754
14760 #, c-format
14761 msgid ""
14762 "expected edge object ID, got garbage:\n"
14763 " %s"
14764 msgstr ""
14766 #: builtin/pack-objects.c:2760
14767 #, c-format
14768 msgid ""
14769 "expected object ID, got garbage:\n"
14770 " %s"
14771 msgstr ""
14773 #: builtin/pack-objects.c:2858
14774 msgid "invalid value for --missing"
14775 msgstr ""
14777 #: builtin/pack-objects.c:2917 builtin/pack-objects.c:3025
14778 msgid "cannot open pack index"
14779 msgstr ""
14781 #: builtin/pack-objects.c:2948
14782 #, c-format
14783 msgid "loose object at %s could not be examined"
14784 msgstr ""
14786 #: builtin/pack-objects.c:3033
14787 msgid "unable to force loose object"
14788 msgstr ""
14790 #: builtin/pack-objects.c:3125
14791 #, c-format
14792 msgid "not a rev '%s'"
14793 msgstr ""
14795 #: builtin/pack-objects.c:3128
14796 #, c-format
14797 msgid "bad revision '%s'"
14798 msgstr ""
14800 #: builtin/pack-objects.c:3153
14801 msgid "unable to add recent objects"
14802 msgstr ""
14804 #: builtin/pack-objects.c:3206
14805 #, c-format
14806 msgid "unsupported index version %s"
14807 msgstr ""
14809 #: builtin/pack-objects.c:3210
14810 #, c-format
14811 msgid "bad index version '%s'"
14812 msgstr ""
14814 #: builtin/pack-objects.c:3240
14815 msgid "do not show progress meter"
14816 msgstr ""
14818 #: builtin/pack-objects.c:3242
14819 msgid "show progress meter"
14820 msgstr ""
14822 #: builtin/pack-objects.c:3244
14823 msgid "show progress meter during object writing phase"
14824 msgstr ""
14826 #: builtin/pack-objects.c:3247
14827 msgid "similar to --all-progress when progress meter is shown"
14828 msgstr ""
14830 #: builtin/pack-objects.c:3248
14831 msgid "<version>[,<offset>]"
14832 msgstr ""
14834 #: builtin/pack-objects.c:3249
14835 msgid "write the pack index file in the specified idx format version"
14836 msgstr ""
14838 #: builtin/pack-objects.c:3252
14839 msgid "maximum size of each output pack file"
14840 msgstr ""
14842 #: builtin/pack-objects.c:3254
14843 msgid "ignore borrowed objects from alternate object store"
14844 msgstr ""
14846 #: builtin/pack-objects.c:3256
14847 msgid "ignore packed objects"
14848 msgstr ""
14850 #: builtin/pack-objects.c:3258
14851 msgid "limit pack window by objects"
14852 msgstr ""
14854 #: builtin/pack-objects.c:3260
14855 msgid "limit pack window by memory in addition to object limit"
14856 msgstr ""
14858 #: builtin/pack-objects.c:3262
14859 msgid "maximum length of delta chain allowed in the resulting pack"
14860 msgstr ""
14862 #: builtin/pack-objects.c:3264
14863 msgid "reuse existing deltas"
14864 msgstr ""
14866 #: builtin/pack-objects.c:3266
14867 msgid "reuse existing objects"
14868 msgstr ""
14870 #: builtin/pack-objects.c:3268
14871 msgid "use OFS_DELTA objects"
14872 msgstr ""
14874 #: builtin/pack-objects.c:3270
14875 msgid "use threads when searching for best delta matches"
14876 msgstr ""
14878 #: builtin/pack-objects.c:3272
14879 msgid "do not create an empty pack output"
14880 msgstr ""
14882 #: builtin/pack-objects.c:3274
14883 msgid "read revision arguments from standard input"
14884 msgstr ""
14886 #: builtin/pack-objects.c:3276
14887 msgid "limit the objects to those that are not yet packed"
14888 msgstr ""
14890 #: builtin/pack-objects.c:3279
14891 msgid "include objects reachable from any reference"
14892 msgstr ""
14894 #: builtin/pack-objects.c:3282
14895 msgid "include objects referred by reflog entries"
14896 msgstr ""
14898 #: builtin/pack-objects.c:3285
14899 msgid "include objects referred to by the index"
14900 msgstr ""
14902 #: builtin/pack-objects.c:3288
14903 msgid "output pack to stdout"
14904 msgstr ""
14906 #: builtin/pack-objects.c:3290
14907 msgid "include tag objects that refer to objects to be packed"
14908 msgstr ""
14910 #: builtin/pack-objects.c:3292
14911 msgid "keep unreachable objects"
14912 msgstr ""
14914 #: builtin/pack-objects.c:3294
14915 msgid "pack loose unreachable objects"
14916 msgstr ""
14918 #: builtin/pack-objects.c:3296
14919 msgid "unpack unreachable objects newer than <time>"
14920 msgstr ""
14922 #: builtin/pack-objects.c:3299
14923 msgid "use the sparse reachability algorithm"
14924 msgstr ""
14926 #: builtin/pack-objects.c:3301
14927 msgid "create thin packs"
14928 msgstr ""
14930 #: builtin/pack-objects.c:3303
14931 msgid "create packs suitable for shallow fetches"
14932 msgstr ""
14934 #: builtin/pack-objects.c:3305
14935 msgid "ignore packs that have companion .keep file"
14936 msgstr ""
14938 #: builtin/pack-objects.c:3307
14939 msgid "ignore this pack"
14940 msgstr ""
14942 #: builtin/pack-objects.c:3309
14943 msgid "pack compression level"
14944 msgstr ""
14946 #: builtin/pack-objects.c:3311
14947 msgid "do not hide commits by grafts"
14948 msgstr ""
14950 #: builtin/pack-objects.c:3313
14951 msgid "use a bitmap index if available to speed up counting objects"
14952 msgstr ""
14954 #: builtin/pack-objects.c:3315
14955 msgid "write a bitmap index together with the pack index"
14956 msgstr ""
14958 #: builtin/pack-objects.c:3318
14959 msgid "handling for missing objects"
14960 msgstr ""
14962 #: builtin/pack-objects.c:3321
14963 msgid "do not pack objects in promisor packfiles"
14964 msgstr ""
14966 #: builtin/pack-objects.c:3323
14967 msgid "respect islands during delta compression"
14968 msgstr ""
14970 #: builtin/pack-objects.c:3348
14971 #, c-format
14972 msgid "delta chain depth %d is too deep, forcing %d"
14973 msgstr ""
14975 #: builtin/pack-objects.c:3353
14976 #, c-format
14977 msgid "pack.deltaCacheLimit is too high, forcing %d"
14978 msgstr ""
14980 #: builtin/pack-objects.c:3407
14981 msgid "--max-pack-size cannot be used to build a pack for transfer"
14982 msgstr ""
14984 #: builtin/pack-objects.c:3409
14985 msgid "minimum pack size limit is 1 MiB"
14986 msgstr ""
14988 #: builtin/pack-objects.c:3414
14989 msgid "--thin cannot be used to build an indexable pack"
14990 msgstr ""
14992 #: builtin/pack-objects.c:3417
14993 msgid "--keep-unreachable and --unpack-unreachable are incompatible"
14994 msgstr ""
14996 #: builtin/pack-objects.c:3423
14997 msgid "cannot use --filter without --stdout"
14998 msgstr ""
15000 #: builtin/pack-objects.c:3484
15001 msgid "Enumerating objects"
15002 msgstr ""
15004 #: builtin/pack-objects.c:3514
15005 #, c-format
15006 msgid "Total %<PRIu32> (delta %<PRIu32>), reused %<PRIu32> (delta %<PRIu32>)"
15007 msgstr ""
15009 #: builtin/pack-refs.c:8
15010 msgid "git pack-refs [<options>]"
15011 msgstr ""
15013 #: builtin/pack-refs.c:16
15014 msgid "pack everything"
15015 msgstr ""
15017 #: builtin/pack-refs.c:17
15018 msgid "prune loose refs (default)"
15019 msgstr ""
15021 #: builtin/prune-packed.c:9
15022 msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
15023 msgstr ""
15025 #: builtin/prune-packed.c:42
15026 msgid "Removing duplicate objects"
15027 msgstr ""
15029 #: builtin/prune.c:12
15030 msgid "git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"
15031 msgstr ""
15033 #: builtin/prune.c:131
15034 msgid "report pruned objects"
15035 msgstr ""
15037 #: builtin/prune.c:134
15038 msgid "expire objects older than <time>"
15039 msgstr ""
15041 #: builtin/prune.c:136
15042 msgid "limit traversal to objects outside promisor packfiles"
15043 msgstr ""
15045 #: builtin/prune.c:150
15046 msgid "cannot prune in a precious-objects repo"
15047 msgstr ""
15049 #: builtin/pull.c:66 builtin/pull.c:68
15050 #, c-format
15051 msgid "Invalid value for %s: %s"
15052 msgstr ""
15054 #: builtin/pull.c:88
15055 msgid "git pull [<options>] [<repository> [<refspec>...]]"
15056 msgstr ""
15058 #: builtin/pull.c:140
15059 msgid "control for recursive fetching of submodules"
15060 msgstr ""
15062 #: builtin/pull.c:144
15063 msgid "Options related to merging"
15064 msgstr ""
15066 #: builtin/pull.c:147
15067 msgid "incorporate changes by rebasing rather than merging"
15068 msgstr ""
15070 #: builtin/pull.c:175 builtin/rebase.c:447 builtin/revert.c:125
15071 msgid "allow fast-forward"
15072 msgstr ""
15074 #: builtin/pull.c:184
15075 msgid "automatically stash/stash pop before and after rebase"
15076 msgstr ""
15078 #: builtin/pull.c:200
15079 msgid "Options related to fetching"
15080 msgstr ""
15082 #: builtin/pull.c:210
15083 msgid "force overwrite of local branch"
15084 msgstr ""
15086 #: builtin/pull.c:218
15087 msgid "number of submodules pulled in parallel"
15088 msgstr ""
15090 #: builtin/pull.c:313
15091 #, c-format
15092 msgid "Invalid value for pull.ff: %s"
15093 msgstr ""
15095 #: builtin/pull.c:430
15096 msgid ""
15097 "There is no candidate for rebasing against among the refs that you just "
15098 "fetched."
15099 msgstr ""
15101 #: builtin/pull.c:432
15102 msgid ""
15103 "There are no candidates for merging among the refs that you just fetched."
15104 msgstr ""
15106 #: builtin/pull.c:433
15107 msgid ""
15108 "Generally this means that you provided a wildcard refspec which had no\n"
15109 "matches on the remote end."
15110 msgstr ""
15112 #: builtin/pull.c:436
15113 #, c-format
15114 msgid ""
15115 "You asked to pull from the remote '%s', but did not specify\n"
15116 "a branch. Because this is not the default configured remote\n"
15117 "for your current branch, you must specify a branch on the command line."
15118 msgstr ""
15120 #: builtin/pull.c:441 builtin/rebase.c:1321 git-parse-remote.sh:73
15121 msgid "You are not currently on a branch."
15122 msgstr ""
15124 #: builtin/pull.c:443 builtin/pull.c:458 git-parse-remote.sh:79
15125 msgid "Please specify which branch you want to rebase against."
15126 msgstr ""
15128 #: builtin/pull.c:445 builtin/pull.c:460 git-parse-remote.sh:82
15129 msgid "Please specify which branch you want to merge with."
15130 msgstr ""
15132 #: builtin/pull.c:446 builtin/pull.c:461
15133 msgid "See git-pull(1) for details."
15134 msgstr ""
15136 #: builtin/pull.c:448 builtin/pull.c:454 builtin/pull.c:463
15137 #: builtin/rebase.c:1327 git-parse-remote.sh:64
15138 msgid "<remote>"
15139 msgstr ""
15141 #: builtin/pull.c:448 builtin/pull.c:463 builtin/pull.c:468
15142 #: git-parse-remote.sh:65
15143 msgid "<branch>"
15144 msgstr ""
15146 #: builtin/pull.c:456 builtin/rebase.c:1319 git-parse-remote.sh:75
15147 msgid "There is no tracking information for the current branch."
15148 msgstr ""
15150 #: builtin/pull.c:465 git-parse-remote.sh:95
15151 msgid ""
15152 "If you wish to set tracking information for this branch you can do so with:"
15153 msgstr ""
15155 #: builtin/pull.c:470
15156 #, c-format
15157 msgid ""
15158 "Your configuration specifies to merge with the ref '%s'\n"
15159 "from the remote, but no such ref was fetched."
15160 msgstr ""
15162 #: builtin/pull.c:574
15163 #, c-format
15164 msgid "unable to access commit %s"
15165 msgstr ""
15167 #: builtin/pull.c:854
15168 msgid "ignoring --verify-signatures for rebase"
15169 msgstr ""
15171 #: builtin/pull.c:909
15172 msgid "--[no-]autostash option is only valid with --rebase."
15173 msgstr ""
15175 #: builtin/pull.c:917
15176 msgid "Updating an unborn branch with changes added to the index."
15177 msgstr ""
15179 #: builtin/pull.c:921
15180 msgid "pull with rebase"
15181 msgstr ""
15183 #: builtin/pull.c:922
15184 msgid "please commit or stash them."
15185 msgstr ""
15187 #: builtin/pull.c:947
15188 #, c-format
15189 msgid ""
15190 "fetch updated the current branch head.\n"
15191 "fast-forwarding your working tree from\n"
15192 "commit %s."
15193 msgstr ""
15195 #: builtin/pull.c:953
15196 #, c-format
15197 msgid ""
15198 "Cannot fast-forward your working tree.\n"
15199 "After making sure that you saved anything precious from\n"
15200 "$ git diff %s\n"
15201 "output, run\n"
15202 "$ git reset --hard\n"
15203 "to recover."
15204 msgstr ""
15206 #: builtin/pull.c:968
15207 msgid "Cannot merge multiple branches into empty head."
15208 msgstr ""
15210 #: builtin/pull.c:972
15211 msgid "Cannot rebase onto multiple branches."
15212 msgstr ""
15214 #: builtin/pull.c:979
15215 msgid "cannot rebase with locally recorded submodule modifications"
15216 msgstr ""
15218 #: builtin/push.c:19
15219 msgid "git push [<options>] [<repository> [<refspec>...]]"
15220 msgstr ""
15222 #: builtin/push.c:111
15223 msgid "tag shorthand without <tag>"
15224 msgstr ""
15226 #: builtin/push.c:121
15227 msgid "--delete only accepts plain target ref names"
15228 msgstr ""
15230 #: builtin/push.c:167
15231 msgid ""
15232 "\n"
15233 "To choose either option permanently, see push.default in 'git help config'."
15234 msgstr ""
15236 #: builtin/push.c:170
15237 #, c-format
15238 msgid ""
15239 "The upstream branch of your current branch does not match\n"
15240 "the name of your current branch.  To push to the upstream branch\n"
15241 "on the remote, use\n"
15242 "\n"
15243 "    git push %s HEAD:%s\n"
15244 "\n"
15245 "To push to the branch of the same name on the remote, use\n"
15246 "\n"
15247 "    git push %s HEAD\n"
15248 "%s"
15249 msgstr ""
15251 #: builtin/push.c:185
15252 #, c-format
15253 msgid ""
15254 "You are not currently on a branch.\n"
15255 "To push the history leading to the current (detached HEAD)\n"
15256 "state now, use\n"
15257 "\n"
15258 "    git push %s HEAD:<name-of-remote-branch>\n"
15259 msgstr ""
15261 #: builtin/push.c:199
15262 #, c-format
15263 msgid ""
15264 "The current branch %s has no upstream branch.\n"
15265 "To push the current branch and set the remote as upstream, use\n"
15266 "\n"
15267 "    git push --set-upstream %s %s\n"
15268 msgstr ""
15270 #: builtin/push.c:207
15271 #, c-format
15272 msgid "The current branch %s has multiple upstream branches, refusing to push."
15273 msgstr ""
15275 #: builtin/push.c:210
15276 #, c-format
15277 msgid ""
15278 "You are pushing to remote '%s', which is not the upstream of\n"
15279 "your current branch '%s', without telling me what to push\n"
15280 "to update which remote branch."
15281 msgstr ""
15283 #: builtin/push.c:269
15284 msgid ""
15285 "You didn't specify any refspecs to push, and push.default is \"nothing\"."
15286 msgstr ""
15288 #: builtin/push.c:276
15289 msgid ""
15290 "Updates were rejected because the tip of your current branch is behind\n"
15291 "its remote counterpart. Integrate the remote changes (e.g.\n"
15292 "'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:282
15297 msgid ""
15298 "Updates were rejected because a pushed branch tip is behind its remote\n"
15299 "counterpart. Check out this branch and integrate the remote changes\n"
15300 "(e.g. 'git pull ...') before pushing again.\n"
15301 "See the 'Note about fast-forwards' in 'git push --help' for details."
15302 msgstr ""
15304 #: builtin/push.c:288
15305 msgid ""
15306 "Updates were rejected because the remote contains work that you do\n"
15307 "not have locally. This is usually caused by another repository pushing\n"
15308 "to the same ref. You may want to first integrate the remote changes\n"
15309 "(e.g., 'git pull ...') before pushing again.\n"
15310 "See the 'Note about fast-forwards' in 'git push --help' for details."
15311 msgstr ""
15313 #: builtin/push.c:295
15314 msgid "Updates were rejected because the tag already exists in the remote."
15315 msgstr ""
15317 #: builtin/push.c:298
15318 msgid ""
15319 "You cannot update a remote ref that points at a non-commit object,\n"
15320 "or update a remote ref to make it point at a non-commit object,\n"
15321 "without using the '--force' option.\n"
15322 msgstr ""
15324 #: builtin/push.c:359
15325 #, c-format
15326 msgid "Pushing to %s\n"
15327 msgstr ""
15329 #: builtin/push.c:364
15330 #, c-format
15331 msgid "failed to push some refs to '%s'"
15332 msgstr ""
15334 #: builtin/push.c:398
15335 #, c-format
15336 msgid "bad repository '%s'"
15337 msgstr ""
15339 #: builtin/push.c:399
15340 msgid ""
15341 "No configured push destination.\n"
15342 "Either specify the URL from the command-line or configure a remote "
15343 "repository using\n"
15344 "\n"
15345 "    git remote add <name> <url>\n"
15346 "\n"
15347 "and then push using the remote name\n"
15348 "\n"
15349 "    git push <name>\n"
15350 msgstr ""
15352 #: builtin/push.c:554
15353 msgid "repository"
15354 msgstr ""
15356 #: builtin/push.c:555 builtin/send-pack.c:164
15357 msgid "push all refs"
15358 msgstr ""
15360 #: builtin/push.c:556 builtin/send-pack.c:166
15361 msgid "mirror all refs"
15362 msgstr ""
15364 #: builtin/push.c:558
15365 msgid "delete refs"
15366 msgstr ""
15368 #: builtin/push.c:559
15369 msgid "push tags (can't be used with --all or --mirror)"
15370 msgstr ""
15372 #: builtin/push.c:562 builtin/send-pack.c:167
15373 msgid "force updates"
15374 msgstr ""
15376 #: builtin/push.c:564 builtin/send-pack.c:181
15377 msgid "<refname>:<expect>"
15378 msgstr ""
15380 #: builtin/push.c:565 builtin/send-pack.c:182
15381 msgid "require old value of ref to be at this value"
15382 msgstr ""
15384 #: builtin/push.c:568
15385 msgid "control recursive pushing of submodules"
15386 msgstr ""
15388 #: builtin/push.c:570 builtin/send-pack.c:175
15389 msgid "use thin pack"
15390 msgstr ""
15392 #: builtin/push.c:571 builtin/push.c:572 builtin/send-pack.c:161
15393 #: builtin/send-pack.c:162
15394 msgid "receive pack program"
15395 msgstr ""
15397 #: builtin/push.c:573
15398 msgid "set upstream for git pull/status"
15399 msgstr ""
15401 #: builtin/push.c:576
15402 msgid "prune locally removed refs"
15403 msgstr ""
15405 #: builtin/push.c:578
15406 msgid "bypass pre-push hook"
15407 msgstr ""
15409 #: builtin/push.c:579
15410 msgid "push missing but relevant tags"
15411 msgstr ""
15413 #: builtin/push.c:582 builtin/send-pack.c:169
15414 msgid "GPG sign the push"
15415 msgstr ""
15417 #: builtin/push.c:584 builtin/send-pack.c:176
15418 msgid "request atomic transaction on remote side"
15419 msgstr ""
15421 #: builtin/push.c:602
15422 msgid "--delete is incompatible with --all, --mirror and --tags"
15423 msgstr ""
15425 #: builtin/push.c:604
15426 msgid "--delete doesn't make sense without any refs"
15427 msgstr ""
15429 #: builtin/push.c:607
15430 msgid "--all and --tags are incompatible"
15431 msgstr ""
15433 #: builtin/push.c:609
15434 msgid "--all can't be combined with refspecs"
15435 msgstr ""
15437 #: builtin/push.c:613
15438 msgid "--mirror and --tags are incompatible"
15439 msgstr ""
15441 #: builtin/push.c:615
15442 msgid "--mirror can't be combined with refspecs"
15443 msgstr ""
15445 #: builtin/push.c:618
15446 msgid "--all and --mirror are incompatible"
15447 msgstr ""
15449 #: builtin/push.c:637
15450 msgid "push options must not have new line characters"
15451 msgstr ""
15453 #: builtin/range-diff.c:8
15454 msgid "git range-diff [<options>] <old-base>..<old-tip> <new-base>..<new-tip>"
15455 msgstr ""
15457 #: builtin/range-diff.c:9
15458 msgid "git range-diff [<options>] <old-tip>...<new-tip>"
15459 msgstr ""
15461 #: builtin/range-diff.c:10
15462 msgid "git range-diff [<options>] <base> <old-tip> <new-tip>"
15463 msgstr ""
15465 #: builtin/range-diff.c:21
15466 msgid "Percentage by which creation is weighted"
15467 msgstr ""
15469 #: builtin/range-diff.c:23
15470 msgid "use simple diff colors"
15471 msgstr ""
15473 #: builtin/range-diff.c:46 builtin/range-diff.c:50
15474 #, c-format
15475 msgid "no .. in range: '%s'"
15476 msgstr ""
15478 #: builtin/range-diff.c:60
15479 msgid "single arg format must be symmetric range"
15480 msgstr ""
15482 #: builtin/range-diff.c:75
15483 msgid "need two commit ranges"
15484 msgstr ""
15486 #: builtin/read-tree.c:41
15487 msgid ""
15488 "git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
15489 "[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
15490 "index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
15491 msgstr ""
15493 #: builtin/read-tree.c:124
15494 msgid "write resulting index to <file>"
15495 msgstr ""
15497 #: builtin/read-tree.c:127
15498 msgid "only empty the index"
15499 msgstr ""
15501 #: builtin/read-tree.c:129
15502 msgid "Merging"
15503 msgstr ""
15505 #: builtin/read-tree.c:131
15506 msgid "perform a merge in addition to a read"
15507 msgstr ""
15509 #: builtin/read-tree.c:133
15510 msgid "3-way merge if no file level merging required"
15511 msgstr ""
15513 #: builtin/read-tree.c:135
15514 msgid "3-way merge in presence of adds and removes"
15515 msgstr ""
15517 #: builtin/read-tree.c:137
15518 msgid "same as -m, but discard unmerged entries"
15519 msgstr ""
15521 #: builtin/read-tree.c:138
15522 msgid "<subdirectory>/"
15523 msgstr ""
15525 #: builtin/read-tree.c:139
15526 msgid "read the tree into the index under <subdirectory>/"
15527 msgstr ""
15529 #: builtin/read-tree.c:142
15530 msgid "update working tree with merge result"
15531 msgstr ""
15533 #: builtin/read-tree.c:144
15534 msgid "gitignore"
15535 msgstr ""
15537 #: builtin/read-tree.c:145
15538 msgid "allow explicitly ignored files to be overwritten"
15539 msgstr ""
15541 #: builtin/read-tree.c:148
15542 msgid "don't check the working tree after merging"
15543 msgstr ""
15545 #: builtin/read-tree.c:149
15546 msgid "don't update the index or the work tree"
15547 msgstr ""
15549 #: builtin/read-tree.c:151
15550 msgid "skip applying sparse checkout filter"
15551 msgstr ""
15553 #: builtin/read-tree.c:153
15554 msgid "debug unpack-trees"
15555 msgstr ""
15557 #: builtin/read-tree.c:157
15558 msgid "suppress feedback messages"
15559 msgstr ""
15561 #: builtin/rebase.c:32
15562 msgid ""
15563 "git rebase [-i] [options] [--exec <cmd>] [--onto <newbase>] [<upstream>] "
15564 "[<branch>]"
15565 msgstr ""
15567 #: builtin/rebase.c:34
15568 msgid ""
15569 "git rebase [-i] [options] [--exec <cmd>] [--onto <newbase>] --root [<branch>]"
15570 msgstr ""
15572 #: builtin/rebase.c:36
15573 msgid "git rebase --continue | --abort | --skip | --edit-todo"
15574 msgstr ""
15576 #: builtin/rebase.c:158 builtin/rebase.c:182 builtin/rebase.c:209
15577 #, c-format
15578 msgid "unusable todo list: '%s'"
15579 msgstr ""
15581 #: builtin/rebase.c:167 builtin/rebase.c:193 builtin/rebase.c:217
15582 #, c-format
15583 msgid "could not write '%s'."
15584 msgstr ""
15586 #: builtin/rebase.c:252
15587 msgid "no HEAD?"
15588 msgstr ""
15590 #: builtin/rebase.c:279
15591 #, c-format
15592 msgid "could not create temporary %s"
15593 msgstr ""
15595 #: builtin/rebase.c:285
15596 msgid "could not mark as interactive"
15597 msgstr ""
15599 #: builtin/rebase.c:343
15600 msgid "could not generate todo list"
15601 msgstr ""
15603 #: builtin/rebase.c:382
15604 msgid "a base commit must be provided with --upstream or --onto"
15605 msgstr ""
15607 #: builtin/rebase.c:437
15608 msgid "git rebase--interactive [<options>]"
15609 msgstr ""
15611 #: builtin/rebase.c:449
15612 msgid "keep empty commits"
15613 msgstr ""
15615 #: builtin/rebase.c:451 builtin/revert.c:127
15616 msgid "allow commits with empty messages"
15617 msgstr ""
15619 #: builtin/rebase.c:452
15620 msgid "rebase merge commits"
15621 msgstr ""
15623 #: builtin/rebase.c:454
15624 msgid "keep original branch points of cousins"
15625 msgstr ""
15627 #: builtin/rebase.c:456
15628 msgid "move commits that begin with squash!/fixup!"
15629 msgstr ""
15631 #: builtin/rebase.c:457
15632 msgid "sign commits"
15633 msgstr ""
15635 #: builtin/rebase.c:459 builtin/rebase.c:1397
15636 msgid "display a diffstat of what changed upstream"
15637 msgstr ""
15639 #: builtin/rebase.c:461
15640 msgid "continue rebase"
15641 msgstr ""
15643 #: builtin/rebase.c:463
15644 msgid "skip commit"
15645 msgstr ""
15647 #: builtin/rebase.c:464
15648 msgid "edit the todo list"
15649 msgstr ""
15651 #: builtin/rebase.c:466
15652 msgid "show the current patch"
15653 msgstr ""
15655 #: builtin/rebase.c:469
15656 msgid "shorten commit ids in the todo list"
15657 msgstr ""
15659 #: builtin/rebase.c:471
15660 msgid "expand commit ids in the todo list"
15661 msgstr ""
15663 #: builtin/rebase.c:473
15664 msgid "check the todo list"
15665 msgstr ""
15667 #: builtin/rebase.c:475
15668 msgid "rearrange fixup/squash lines"
15669 msgstr ""
15671 #: builtin/rebase.c:477
15672 msgid "insert exec commands in todo list"
15673 msgstr ""
15675 #: builtin/rebase.c:478
15676 msgid "onto"
15677 msgstr ""
15679 #: builtin/rebase.c:481
15680 msgid "restrict-revision"
15681 msgstr ""
15683 #: builtin/rebase.c:481
15684 msgid "restrict revision"
15685 msgstr ""
15687 #: builtin/rebase.c:483
15688 msgid "squash-onto"
15689 msgstr ""
15691 #: builtin/rebase.c:484
15692 msgid "squash onto"
15693 msgstr ""
15695 #: builtin/rebase.c:486
15696 msgid "the upstream commit"
15697 msgstr ""
15699 #: builtin/rebase.c:488
15700 msgid "head-name"
15701 msgstr ""
15703 #: builtin/rebase.c:488
15704 msgid "head name"
15705 msgstr ""
15707 #: builtin/rebase.c:493
15708 msgid "rebase strategy"
15709 msgstr ""
15711 #: builtin/rebase.c:494
15712 msgid "strategy-opts"
15713 msgstr ""
15715 #: builtin/rebase.c:495
15716 msgid "strategy options"
15717 msgstr ""
15719 #: builtin/rebase.c:496
15720 msgid "switch-to"
15721 msgstr ""
15723 #: builtin/rebase.c:497
15724 msgid "the branch or commit to checkout"
15725 msgstr ""
15727 #: builtin/rebase.c:498
15728 msgid "onto-name"
15729 msgstr ""
15731 #: builtin/rebase.c:498
15732 msgid "onto name"
15733 msgstr ""
15735 #: builtin/rebase.c:499
15736 msgid "cmd"
15737 msgstr ""
15739 #: builtin/rebase.c:499
15740 msgid "the command to run"
15741 msgstr ""
15743 #: builtin/rebase.c:502 builtin/rebase.c:1480
15744 msgid "automatically re-schedule any `exec` that fails"
15745 msgstr ""
15747 #: builtin/rebase.c:518
15748 msgid "--[no-]rebase-cousins has no effect without --rebase-merges"
15749 msgstr ""
15751 #: builtin/rebase.c:534 builtin/rebase.c:1787
15752 #, c-format
15753 msgid "%s requires an interactive rebase"
15754 msgstr ""
15756 #: builtin/rebase.c:586
15757 #, c-format
15758 msgid "could not get 'onto': '%s'"
15759 msgstr ""
15761 #: builtin/rebase.c:601
15762 #, c-format
15763 msgid "invalid orig-head: '%s'"
15764 msgstr ""
15766 #: builtin/rebase.c:626
15767 #, c-format
15768 msgid "ignoring invalid allow_rerere_autoupdate: '%s'"
15769 msgstr ""
15771 #: builtin/rebase.c:702
15772 #, c-format
15773 msgid "Could not read '%s'"
15774 msgstr ""
15776 #: builtin/rebase.c:720
15777 #, c-format
15778 msgid "Cannot store %s"
15779 msgstr ""
15781 #: builtin/rebase.c:817
15782 msgid "could not determine HEAD revision"
15783 msgstr ""
15785 #: builtin/rebase.c:940
15786 msgid ""
15787 "Resolve all conflicts manually, mark them as resolved with\n"
15788 "\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"
15789 "You can instead skip this commit: run \"git rebase --skip\".\n"
15790 "To abort and get back to the state before \"git rebase\", run \"git rebase --"
15791 "abort\"."
15792 msgstr ""
15794 #: builtin/rebase.c:1021
15795 #, c-format
15796 msgid ""
15797 "\n"
15798 "git encountered an error while preparing the patches to replay\n"
15799 "these revisions:\n"
15800 "\n"
15801 "    %s\n"
15802 "\n"
15803 "As a result, git cannot rebase them."
15804 msgstr ""
15806 #: builtin/rebase.c:1313
15807 #, c-format
15808 msgid ""
15809 "%s\n"
15810 "Please specify which branch you want to rebase against.\n"
15811 "See git-rebase(1) for details.\n"
15812 "\n"
15813 "    git rebase '<branch>'\n"
15814 "\n"
15815 msgstr ""
15817 #: builtin/rebase.c:1329
15818 #, c-format
15819 msgid ""
15820 "If you wish to set tracking information for this branch you can do so with:\n"
15821 "\n"
15822 "    git branch --set-upstream-to=%s/<branch> %s\n"
15823 "\n"
15824 msgstr ""
15826 #: builtin/rebase.c:1359
15827 msgid "exec commands cannot contain newlines"
15828 msgstr ""
15830 #: builtin/rebase.c:1363
15831 msgid "empty exec command"
15832 msgstr ""
15834 #: builtin/rebase.c:1390
15835 msgid "rebase onto given branch instead of upstream"
15836 msgstr ""
15838 #: builtin/rebase.c:1392
15839 msgid "allow pre-rebase hook to run"
15840 msgstr ""
15842 #: builtin/rebase.c:1394
15843 msgid "be quiet. implies --no-stat"
15844 msgstr ""
15846 #: builtin/rebase.c:1400
15847 msgid "do not show diffstat of what changed upstream"
15848 msgstr ""
15850 #: builtin/rebase.c:1403
15851 msgid "add a Signed-off-by: line to each commit"
15852 msgstr ""
15854 #: builtin/rebase.c:1405 builtin/rebase.c:1409 builtin/rebase.c:1411
15855 msgid "passed to 'git am'"
15856 msgstr ""
15858 #: builtin/rebase.c:1413 builtin/rebase.c:1415
15859 msgid "passed to 'git apply'"
15860 msgstr ""
15862 #: builtin/rebase.c:1417 builtin/rebase.c:1420
15863 msgid "cherry-pick all commits, even if unchanged"
15864 msgstr ""
15866 #: builtin/rebase.c:1422
15867 msgid "continue"
15868 msgstr ""
15870 #: builtin/rebase.c:1425
15871 msgid "skip current patch and continue"
15872 msgstr ""
15874 #: builtin/rebase.c:1427
15875 msgid "abort and check out the original branch"
15876 msgstr ""
15878 #: builtin/rebase.c:1430
15879 msgid "abort but keep HEAD where it is"
15880 msgstr ""
15882 #: builtin/rebase.c:1431
15883 msgid "edit the todo list during an interactive rebase"
15884 msgstr ""
15886 #: builtin/rebase.c:1434
15887 msgid "show the patch file being applied or merged"
15888 msgstr ""
15890 #: builtin/rebase.c:1437
15891 msgid "use merging strategies to rebase"
15892 msgstr ""
15894 #: builtin/rebase.c:1441
15895 msgid "let the user edit the list of commits to rebase"
15896 msgstr ""
15898 #: builtin/rebase.c:1445
15899 msgid "(DEPRECATED) try to recreate merges instead of ignoring them"
15900 msgstr ""
15902 #: builtin/rebase.c:1449
15903 msgid "preserve empty commits during rebase"
15904 msgstr ""
15906 #: builtin/rebase.c:1451
15907 msgid "move commits that begin with squash!/fixup! under -i"
15908 msgstr ""
15910 #: builtin/rebase.c:1457
15911 msgid "automatically stash/stash pop before and after"
15912 msgstr ""
15914 #: builtin/rebase.c:1459
15915 msgid "add exec lines after each commit of the editable list"
15916 msgstr ""
15918 #: builtin/rebase.c:1463
15919 msgid "allow rebasing commits with empty messages"
15920 msgstr ""
15922 #: builtin/rebase.c:1466
15923 msgid "try to rebase merges instead of skipping them"
15924 msgstr ""
15926 #: builtin/rebase.c:1469
15927 msgid "use 'merge-base --fork-point' to refine upstream"
15928 msgstr ""
15930 #: builtin/rebase.c:1471
15931 msgid "use the given merge strategy"
15932 msgstr ""
15934 #: builtin/rebase.c:1473 builtin/revert.c:114
15935 msgid "option"
15936 msgstr ""
15938 #: builtin/rebase.c:1474
15939 msgid "pass the argument through to the merge strategy"
15940 msgstr ""
15942 #: builtin/rebase.c:1477
15943 msgid "rebase all reachable commits up to the root(s)"
15944 msgstr ""
15946 #: builtin/rebase.c:1498
15947 msgid ""
15948 "the rebase.useBuiltin support has been removed!\n"
15949 "See its entry in 'git help config' for details."
15950 msgstr ""
15952 #: builtin/rebase.c:1504
15953 msgid "It looks like 'git am' is in progress. Cannot rebase."
15954 msgstr ""
15956 #: builtin/rebase.c:1545
15957 msgid ""
15958 "git rebase --preserve-merges is deprecated. Use --rebase-merges instead."
15959 msgstr ""
15961 #: builtin/rebase.c:1549
15962 msgid "No rebase in progress?"
15963 msgstr ""
15965 #: builtin/rebase.c:1553
15966 msgid "The --edit-todo action can only be used during interactive rebase."
15967 msgstr ""
15969 #: builtin/rebase.c:1576
15970 msgid "Cannot read HEAD"
15971 msgstr ""
15973 #: builtin/rebase.c:1588
15974 msgid ""
15975 "You must edit all merge conflicts and then\n"
15976 "mark them as resolved using git add"
15977 msgstr ""
15979 #: builtin/rebase.c:1607
15980 msgid "could not discard worktree changes"
15981 msgstr ""
15983 #: builtin/rebase.c:1626
15984 #, c-format
15985 msgid "could not move back to %s"
15986 msgstr ""
15988 #: builtin/rebase.c:1637 builtin/rm.c:369
15989 #, c-format
15990 msgid "could not remove '%s'"
15991 msgstr ""
15993 #: builtin/rebase.c:1663
15994 #, c-format
15995 msgid ""
15996 "It seems that there is already a %s directory, and\n"
15997 "I wonder if you are in the middle of another rebase.  If that is the\n"
15998 "case, please try\n"
15999 "\t%s\n"
16000 "If that is not the case, please\n"
16001 "\t%s\n"
16002 "and run me again.  I am stopping in case you still have something\n"
16003 "valuable there.\n"
16004 msgstr ""
16006 #: builtin/rebase.c:1684
16007 msgid "switch `C' expects a numerical value"
16008 msgstr ""
16010 #: builtin/rebase.c:1725
16011 #, c-format
16012 msgid "Unknown mode: %s"
16013 msgstr ""
16015 #: builtin/rebase.c:1747
16016 msgid "--strategy requires --merge or --interactive"
16017 msgstr ""
16019 #: builtin/rebase.c:1796
16020 msgid "cannot combine am options with either interactive or merge options"
16021 msgstr ""
16023 #: builtin/rebase.c:1815
16024 msgid "cannot combine '--preserve-merges' with '--rebase-merges'"
16025 msgstr ""
16027 #: builtin/rebase.c:1819
16028 msgid ""
16029 "error: cannot combine '--preserve-merges' with '--reschedule-failed-exec'"
16030 msgstr ""
16032 #: builtin/rebase.c:1825
16033 msgid "cannot combine '--rebase-merges' with '--strategy-option'"
16034 msgstr ""
16036 #: builtin/rebase.c:1828
16037 msgid "cannot combine '--rebase-merges' with '--strategy'"
16038 msgstr ""
16040 #: builtin/rebase.c:1852
16041 #, c-format
16042 msgid "invalid upstream '%s'"
16043 msgstr ""
16045 #: builtin/rebase.c:1858
16046 msgid "Could not create new root commit"
16047 msgstr ""
16049 #: builtin/rebase.c:1876
16050 #, c-format
16051 msgid "'%s': need exactly one merge base"
16052 msgstr ""
16054 #: builtin/rebase.c:1883
16055 #, c-format
16056 msgid "Does not point to a valid commit '%s'"
16057 msgstr ""
16059 #: builtin/rebase.c:1908
16060 #, c-format
16061 msgid "fatal: no such branch/commit '%s'"
16062 msgstr ""
16064 #: builtin/rebase.c:1916 builtin/submodule--helper.c:38
16065 #: builtin/submodule--helper.c:1933
16066 #, c-format
16067 msgid "No such ref: %s"
16068 msgstr ""
16070 #: builtin/rebase.c:1927
16071 msgid "Could not resolve HEAD to a revision"
16072 msgstr ""
16074 #: builtin/rebase.c:1968
16075 msgid "Cannot autostash"
16076 msgstr ""
16078 #: builtin/rebase.c:1971
16079 #, c-format
16080 msgid "Unexpected stash response: '%s'"
16081 msgstr ""
16083 #: builtin/rebase.c:1977
16084 #, c-format
16085 msgid "Could not create directory for '%s'"
16086 msgstr ""
16088 #: builtin/rebase.c:1980
16089 #, c-format
16090 msgid "Created autostash: %s\n"
16091 msgstr ""
16093 #: builtin/rebase.c:1983
16094 msgid "could not reset --hard"
16095 msgstr ""
16097 #: builtin/rebase.c:1984 builtin/reset.c:114
16098 #, c-format
16099 msgid "HEAD is now at %s"
16100 msgstr ""
16102 #: builtin/rebase.c:2000
16103 msgid "Please commit or stash them."
16104 msgstr ""
16106 #: builtin/rebase.c:2027
16107 #, c-format
16108 msgid "could not parse '%s'"
16109 msgstr ""
16111 #: builtin/rebase.c:2040
16112 #, c-format
16113 msgid "could not switch to %s"
16114 msgstr ""
16116 #: builtin/rebase.c:2051
16117 msgid "HEAD is up to date."
16118 msgstr ""
16120 #: builtin/rebase.c:2053
16121 #, c-format
16122 msgid "Current branch %s is up to date.\n"
16123 msgstr ""
16125 #: builtin/rebase.c:2061
16126 msgid "HEAD is up to date, rebase forced."
16127 msgstr ""
16129 #: builtin/rebase.c:2063
16130 #, c-format
16131 msgid "Current branch %s is up to date, rebase forced.\n"
16132 msgstr ""
16134 #: builtin/rebase.c:2071
16135 msgid "The pre-rebase hook refused to rebase."
16136 msgstr ""
16138 #: builtin/rebase.c:2078
16139 #, c-format
16140 msgid "Changes to %s:\n"
16141 msgstr ""
16143 #: builtin/rebase.c:2081
16144 #, c-format
16145 msgid "Changes from %s to %s:\n"
16146 msgstr ""
16148 #: builtin/rebase.c:2106
16149 #, c-format
16150 msgid "First, rewinding head to replay your work on top of it...\n"
16151 msgstr ""
16153 #: builtin/rebase.c:2115
16154 msgid "Could not detach HEAD"
16155 msgstr ""
16157 #: builtin/rebase.c:2124
16158 #, c-format
16159 msgid "Fast-forwarded %s to %s.\n"
16160 msgstr ""
16162 #: builtin/receive-pack.c:33
16163 msgid "git receive-pack <git-dir>"
16164 msgstr ""
16166 #: builtin/receive-pack.c:833
16167 msgid ""
16168 "By default, updating the current branch in a non-bare repository\n"
16169 "is denied, because it will make the index and work tree inconsistent\n"
16170 "with what you pushed, and will require 'git reset --hard' to match\n"
16171 "the work tree to HEAD.\n"
16172 "\n"
16173 "You can set the 'receive.denyCurrentBranch' configuration variable\n"
16174 "to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
16175 "its current branch; however, this is not recommended unless you\n"
16176 "arranged to update its work tree to match what you pushed in some\n"
16177 "other way.\n"
16178 "\n"
16179 "To squelch this message and still keep the default behaviour, set\n"
16180 "'receive.denyCurrentBranch' configuration variable to 'refuse'."
16181 msgstr ""
16183 #: builtin/receive-pack.c:853
16184 msgid ""
16185 "By default, deleting the current branch is denied, because the next\n"
16186 "'git clone' won't result in any file checked out, causing confusion.\n"
16187 "\n"
16188 "You can set 'receive.denyDeleteCurrent' configuration variable to\n"
16189 "'warn' or 'ignore' in the remote repository to allow deleting the\n"
16190 "current branch, with or without a warning message.\n"
16191 "\n"
16192 "To squelch this message, you can set it to 'refuse'."
16193 msgstr ""
16195 #: builtin/receive-pack.c:1940
16196 msgid "quiet"
16197 msgstr ""
16199 #: builtin/receive-pack.c:1954
16200 msgid "You must specify a directory."
16201 msgstr ""
16203 #: builtin/reflog.c:17
16204 msgid ""
16205 "git reflog expire [--expire=<time>] [--expire-unreachable=<time>] [--"
16206 "rewrite] [--updateref] [--stale-fix] [--dry-run | -n] [--verbose] [--all] "
16207 "<refs>..."
16208 msgstr ""
16210 #: builtin/reflog.c:22
16211 msgid ""
16212 "git reflog delete [--rewrite] [--updateref] [--dry-run | -n] [--verbose] "
16213 "<refs>..."
16214 msgstr ""
16216 #: builtin/reflog.c:25
16217 msgid "git reflog exists <ref>"
16218 msgstr ""
16220 #: builtin/reflog.c:567 builtin/reflog.c:572
16221 #, c-format
16222 msgid "'%s' is not a valid timestamp"
16223 msgstr ""
16225 #: builtin/reflog.c:605
16226 #, c-format
16227 msgid "Marking reachable objects..."
16228 msgstr ""
16230 #: builtin/reflog.c:643
16231 #, c-format
16232 msgid "%s points nowhere!"
16233 msgstr ""
16235 #: builtin/reflog.c:695
16236 msgid "no reflog specified to delete"
16237 msgstr ""
16239 #: builtin/reflog.c:704
16240 #, c-format
16241 msgid "not a reflog: %s"
16242 msgstr ""
16244 #: builtin/reflog.c:709
16245 #, c-format
16246 msgid "no reflog for '%s'"
16247 msgstr ""
16249 #: builtin/reflog.c:755
16250 #, c-format
16251 msgid "invalid ref format: %s"
16252 msgstr ""
16254 #: builtin/reflog.c:764
16255 msgid "git reflog [ show | expire | delete | exists ]"
16256 msgstr ""
16258 #: builtin/remote.c:16
16259 msgid "git remote [-v | --verbose]"
16260 msgstr ""
16262 #: builtin/remote.c:17
16263 msgid ""
16264 "git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
16265 "mirror=<fetch|push>] <name> <url>"
16266 msgstr ""
16268 #: builtin/remote.c:18 builtin/remote.c:38
16269 msgid "git remote rename <old> <new>"
16270 msgstr ""
16272 #: builtin/remote.c:19 builtin/remote.c:43
16273 msgid "git remote remove <name>"
16274 msgstr ""
16276 #: builtin/remote.c:20 builtin/remote.c:48
16277 msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
16278 msgstr ""
16280 #: builtin/remote.c:21
16281 msgid "git remote [-v | --verbose] show [-n] <name>"
16282 msgstr ""
16284 #: builtin/remote.c:22
16285 msgid "git remote prune [-n | --dry-run] <name>"
16286 msgstr ""
16288 #: builtin/remote.c:23
16289 msgid ""
16290 "git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
16291 msgstr ""
16293 #: builtin/remote.c:24
16294 msgid "git remote set-branches [--add] <name> <branch>..."
16295 msgstr ""
16297 #: builtin/remote.c:25 builtin/remote.c:74
16298 msgid "git remote get-url [--push] [--all] <name>"
16299 msgstr ""
16301 #: builtin/remote.c:26 builtin/remote.c:79
16302 msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
16303 msgstr ""
16305 #: builtin/remote.c:27 builtin/remote.c:80
16306 msgid "git remote set-url --add <name> <newurl>"
16307 msgstr ""
16309 #: builtin/remote.c:28 builtin/remote.c:81
16310 msgid "git remote set-url --delete <name> <url>"
16311 msgstr ""
16313 #: builtin/remote.c:33
16314 msgid "git remote add [<options>] <name> <url>"
16315 msgstr ""
16317 #: builtin/remote.c:53
16318 msgid "git remote set-branches <name> <branch>..."
16319 msgstr ""
16321 #: builtin/remote.c:54
16322 msgid "git remote set-branches --add <name> <branch>..."
16323 msgstr ""
16325 #: builtin/remote.c:59
16326 msgid "git remote show [<options>] <name>"
16327 msgstr ""
16329 #: builtin/remote.c:64
16330 msgid "git remote prune [<options>] <name>"
16331 msgstr ""
16333 #: builtin/remote.c:69
16334 msgid "git remote update [<options>] [<group> | <remote>]..."
16335 msgstr ""
16337 #: builtin/remote.c:98
16338 #, c-format
16339 msgid "Updating %s"
16340 msgstr ""
16342 #: builtin/remote.c:130
16343 msgid ""
16344 "--mirror is dangerous and deprecated; please\n"
16345 "\t use --mirror=fetch or --mirror=push instead"
16346 msgstr ""
16348 #: builtin/remote.c:147
16349 #, c-format
16350 msgid "unknown mirror argument: %s"
16351 msgstr ""
16353 #: builtin/remote.c:163
16354 msgid "fetch the remote branches"
16355 msgstr ""
16357 #: builtin/remote.c:165
16358 msgid "import all tags and associated objects when fetching"
16359 msgstr ""
16361 #: builtin/remote.c:168
16362 msgid "or do not fetch any tag at all (--no-tags)"
16363 msgstr ""
16365 #: builtin/remote.c:170
16366 msgid "branch(es) to track"
16367 msgstr ""
16369 #: builtin/remote.c:171
16370 msgid "master branch"
16371 msgstr ""
16373 #: builtin/remote.c:173
16374 msgid "set up remote as a mirror to push to or fetch from"
16375 msgstr ""
16377 #: builtin/remote.c:185
16378 msgid "specifying a master branch makes no sense with --mirror"
16379 msgstr ""
16381 #: builtin/remote.c:187
16382 msgid "specifying branches to track makes sense only with fetch mirrors"
16383 msgstr ""
16385 #: builtin/remote.c:194 builtin/remote.c:636
16386 #, c-format
16387 msgid "remote %s already exists."
16388 msgstr ""
16390 #: builtin/remote.c:198 builtin/remote.c:640
16391 #, c-format
16392 msgid "'%s' is not a valid remote name"
16393 msgstr ""
16395 #: builtin/remote.c:238
16396 #, c-format
16397 msgid "Could not setup master '%s'"
16398 msgstr ""
16400 #: builtin/remote.c:344
16401 #, c-format
16402 msgid "Could not get fetch map for refspec %s"
16403 msgstr ""
16405 #: builtin/remote.c:443 builtin/remote.c:451
16406 msgid "(matching)"
16407 msgstr ""
16409 #: builtin/remote.c:455
16410 msgid "(delete)"
16411 msgstr ""
16413 #: builtin/remote.c:629 builtin/remote.c:765 builtin/remote.c:864
16414 #, c-format
16415 msgid "No such remote: '%s'"
16416 msgstr ""
16418 #: builtin/remote.c:646
16419 #, c-format
16420 msgid "Could not rename config section '%s' to '%s'"
16421 msgstr ""
16423 #: builtin/remote.c:666
16424 #, c-format
16425 msgid ""
16426 "Not updating non-default fetch refspec\n"
16427 "\t%s\n"
16428 "\tPlease update the configuration manually if necessary."
16429 msgstr ""
16431 #: builtin/remote.c:702
16432 #, c-format
16433 msgid "deleting '%s' failed"
16434 msgstr ""
16436 #: builtin/remote.c:736
16437 #, c-format
16438 msgid "creating '%s' failed"
16439 msgstr ""
16441 #: builtin/remote.c:802
16442 msgid ""
16443 "Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
16444 "to delete it, use:"
16445 msgid_plural ""
16446 "Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
16447 "to delete them, use:"
16448 msgstr[0] ""
16449 msgstr[1] ""
16451 #: builtin/remote.c:816
16452 #, c-format
16453 msgid "Could not remove config section '%s'"
16454 msgstr ""
16456 #: builtin/remote.c:917
16457 #, c-format
16458 msgid " new (next fetch will store in remotes/%s)"
16459 msgstr ""
16461 #: builtin/remote.c:920
16462 msgid " tracked"
16463 msgstr ""
16465 #: builtin/remote.c:922
16466 msgid " stale (use 'git remote prune' to remove)"
16467 msgstr ""
16469 #: builtin/remote.c:924
16470 msgid " ???"
16471 msgstr ""
16473 #: builtin/remote.c:965
16474 #, c-format
16475 msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
16476 msgstr ""
16478 #: builtin/remote.c:974
16479 #, c-format
16480 msgid "rebases interactively onto remote %s"
16481 msgstr ""
16483 #: builtin/remote.c:976
16484 #, c-format
16485 msgid "rebases interactively (with merges) onto remote %s"
16486 msgstr ""
16488 #: builtin/remote.c:979
16489 #, c-format
16490 msgid "rebases onto remote %s"
16491 msgstr ""
16493 #: builtin/remote.c:983
16494 #, c-format
16495 msgid " merges with remote %s"
16496 msgstr ""
16498 #: builtin/remote.c:986
16499 #, c-format
16500 msgid "merges with remote %s"
16501 msgstr ""
16503 #: builtin/remote.c:989
16504 #, c-format
16505 msgid "%-*s    and with remote %s\n"
16506 msgstr ""
16508 #: builtin/remote.c:1032
16509 msgid "create"
16510 msgstr ""
16512 #: builtin/remote.c:1035
16513 msgid "delete"
16514 msgstr ""
16516 #: builtin/remote.c:1039
16517 msgid "up to date"
16518 msgstr ""
16520 #: builtin/remote.c:1042
16521 msgid "fast-forwardable"
16522 msgstr ""
16524 #: builtin/remote.c:1045
16525 msgid "local out of date"
16526 msgstr ""
16528 #: builtin/remote.c:1052
16529 #, c-format
16530 msgid "    %-*s forces to %-*s (%s)"
16531 msgstr ""
16533 #: builtin/remote.c:1055
16534 #, c-format
16535 msgid "    %-*s pushes to %-*s (%s)"
16536 msgstr ""
16538 #: builtin/remote.c:1059
16539 #, c-format
16540 msgid "    %-*s forces to %s"
16541 msgstr ""
16543 #: builtin/remote.c:1062
16544 #, c-format
16545 msgid "    %-*s pushes to %s"
16546 msgstr ""
16548 #: builtin/remote.c:1130
16549 msgid "do not query remotes"
16550 msgstr ""
16552 #: builtin/remote.c:1157
16553 #, c-format
16554 msgid "* remote %s"
16555 msgstr ""
16557 #: builtin/remote.c:1158
16558 #, c-format
16559 msgid "  Fetch URL: %s"
16560 msgstr ""
16562 #: builtin/remote.c:1159 builtin/remote.c:1175 builtin/remote.c:1314
16563 msgid "(no URL)"
16564 msgstr ""
16566 #. TRANSLATORS: the colon ':' should align
16567 #. with the one in " Fetch URL: %s"
16568 #. translation.
16570 #: builtin/remote.c:1173 builtin/remote.c:1175
16571 #, c-format
16572 msgid "  Push  URL: %s"
16573 msgstr ""
16575 #: builtin/remote.c:1177 builtin/remote.c:1179 builtin/remote.c:1181
16576 #, c-format
16577 msgid "  HEAD branch: %s"
16578 msgstr ""
16580 #: builtin/remote.c:1177
16581 msgid "(not queried)"
16582 msgstr ""
16584 #: builtin/remote.c:1179
16585 msgid "(unknown)"
16586 msgstr ""
16588 #: builtin/remote.c:1183
16589 #, c-format
16590 msgid ""
16591 "  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
16592 msgstr ""
16594 #: builtin/remote.c:1195
16595 #, c-format
16596 msgid "  Remote branch:%s"
16597 msgid_plural "  Remote branches:%s"
16598 msgstr[0] ""
16599 msgstr[1] ""
16601 #: builtin/remote.c:1198 builtin/remote.c:1224
16602 msgid " (status not queried)"
16603 msgstr ""
16605 #: builtin/remote.c:1207
16606 msgid "  Local branch configured for 'git pull':"
16607 msgid_plural "  Local branches configured for 'git pull':"
16608 msgstr[0] ""
16609 msgstr[1] ""
16611 #: builtin/remote.c:1215
16612 msgid "  Local refs will be mirrored by 'git push'"
16613 msgstr ""
16615 #: builtin/remote.c:1221
16616 #, c-format
16617 msgid "  Local ref configured for 'git push'%s:"
16618 msgid_plural "  Local refs configured for 'git push'%s:"
16619 msgstr[0] ""
16620 msgstr[1] ""
16622 #: builtin/remote.c:1242
16623 msgid "set refs/remotes/<name>/HEAD according to remote"
16624 msgstr ""
16626 #: builtin/remote.c:1244
16627 msgid "delete refs/remotes/<name>/HEAD"
16628 msgstr ""
16630 #: builtin/remote.c:1259
16631 msgid "Cannot determine remote HEAD"
16632 msgstr ""
16634 #: builtin/remote.c:1261
16635 msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
16636 msgstr ""
16638 #: builtin/remote.c:1271
16639 #, c-format
16640 msgid "Could not delete %s"
16641 msgstr ""
16643 #: builtin/remote.c:1279
16644 #, c-format
16645 msgid "Not a valid ref: %s"
16646 msgstr ""
16648 #: builtin/remote.c:1281
16649 #, c-format
16650 msgid "Could not setup %s"
16651 msgstr ""
16653 #: builtin/remote.c:1299
16654 #, c-format
16655 msgid " %s will become dangling!"
16656 msgstr ""
16658 #: builtin/remote.c:1300
16659 #, c-format
16660 msgid " %s has become dangling!"
16661 msgstr ""
16663 #: builtin/remote.c:1310
16664 #, c-format
16665 msgid "Pruning %s"
16666 msgstr ""
16668 #: builtin/remote.c:1311
16669 #, c-format
16670 msgid "URL: %s"
16671 msgstr ""
16673 #: builtin/remote.c:1327
16674 #, c-format
16675 msgid " * [would prune] %s"
16676 msgstr ""
16678 #: builtin/remote.c:1330
16679 #, c-format
16680 msgid " * [pruned] %s"
16681 msgstr ""
16683 #: builtin/remote.c:1375
16684 msgid "prune remotes after fetching"
16685 msgstr ""
16687 #: builtin/remote.c:1438 builtin/remote.c:1492 builtin/remote.c:1560
16688 #, c-format
16689 msgid "No such remote '%s'"
16690 msgstr ""
16692 #: builtin/remote.c:1454
16693 msgid "add branch"
16694 msgstr ""
16696 #: builtin/remote.c:1461
16697 msgid "no remote specified"
16698 msgstr ""
16700 #: builtin/remote.c:1478
16701 msgid "query push URLs rather than fetch URLs"
16702 msgstr ""
16704 #: builtin/remote.c:1480
16705 msgid "return all URLs"
16706 msgstr ""
16708 #: builtin/remote.c:1508
16709 #, c-format
16710 msgid "no URLs configured for remote '%s'"
16711 msgstr ""
16713 #: builtin/remote.c:1534
16714 msgid "manipulate push URLs"
16715 msgstr ""
16717 #: builtin/remote.c:1536
16718 msgid "add URL"
16719 msgstr ""
16721 #: builtin/remote.c:1538
16722 msgid "delete URLs"
16723 msgstr ""
16725 #: builtin/remote.c:1545
16726 msgid "--add --delete doesn't make sense"
16727 msgstr ""
16729 #: builtin/remote.c:1584
16730 #, c-format
16731 msgid "Invalid old URL pattern: %s"
16732 msgstr ""
16734 #: builtin/remote.c:1592
16735 #, c-format
16736 msgid "No such URL found: %s"
16737 msgstr ""
16739 #: builtin/remote.c:1594
16740 msgid "Will not delete all non-push URLs"
16741 msgstr ""
16743 #: builtin/remote.c:1610
16744 msgid "be verbose; must be placed before a subcommand"
16745 msgstr ""
16747 #: builtin/remote.c:1641
16748 #, c-format
16749 msgid "Unknown subcommand: %s"
16750 msgstr ""
16752 #: builtin/repack.c:22
16753 msgid "git repack [<options>]"
16754 msgstr ""
16756 #: builtin/repack.c:27
16757 msgid ""
16758 "Incremental repacks are incompatible with bitmap indexes.  Use\n"
16759 "--no-write-bitmap-index or disable the pack.writebitmaps configuration."
16760 msgstr ""
16762 #: builtin/repack.c:200
16763 msgid "could not start pack-objects to repack promisor objects"
16764 msgstr ""
16766 #: builtin/repack.c:239 builtin/repack.c:414
16767 msgid "repack: Expecting full hex object ID lines only from pack-objects."
16768 msgstr ""
16770 #: builtin/repack.c:256
16771 msgid "could not finish pack-objects to repack promisor objects"
16772 msgstr ""
16774 #: builtin/repack.c:294
16775 msgid "pack everything in a single pack"
16776 msgstr ""
16778 #: builtin/repack.c:296
16779 msgid "same as -a, and turn unreachable objects loose"
16780 msgstr ""
16782 #: builtin/repack.c:299
16783 msgid "remove redundant packs, and run git-prune-packed"
16784 msgstr ""
16786 #: builtin/repack.c:301
16787 msgid "pass --no-reuse-delta to git-pack-objects"
16788 msgstr ""
16790 #: builtin/repack.c:303
16791 msgid "pass --no-reuse-object to git-pack-objects"
16792 msgstr ""
16794 #: builtin/repack.c:305
16795 msgid "do not run git-update-server-info"
16796 msgstr ""
16798 #: builtin/repack.c:308
16799 msgid "pass --local to git-pack-objects"
16800 msgstr ""
16802 #: builtin/repack.c:310
16803 msgid "write bitmap index"
16804 msgstr ""
16806 #: builtin/repack.c:312
16807 msgid "pass --delta-islands to git-pack-objects"
16808 msgstr ""
16810 #: builtin/repack.c:313
16811 msgid "approxidate"
16812 msgstr ""
16814 #: builtin/repack.c:314
16815 msgid "with -A, do not loosen objects older than this"
16816 msgstr ""
16818 #: builtin/repack.c:316
16819 msgid "with -a, repack unreachable objects"
16820 msgstr ""
16822 #: builtin/repack.c:318
16823 msgid "size of the window used for delta compression"
16824 msgstr ""
16826 #: builtin/repack.c:319 builtin/repack.c:325
16827 msgid "bytes"
16828 msgstr ""
16830 #: builtin/repack.c:320
16831 msgid "same as the above, but limit memory size instead of entries count"
16832 msgstr ""
16834 #: builtin/repack.c:322
16835 msgid "limits the maximum delta depth"
16836 msgstr ""
16838 #: builtin/repack.c:324
16839 msgid "limits the maximum number of threads"
16840 msgstr ""
16842 #: builtin/repack.c:326
16843 msgid "maximum size of each packfile"
16844 msgstr ""
16846 #: builtin/repack.c:328
16847 msgid "repack objects in packs marked with .keep"
16848 msgstr ""
16850 #: builtin/repack.c:330
16851 msgid "do not repack this pack"
16852 msgstr ""
16854 #: builtin/repack.c:340
16855 msgid "cannot delete packs in a precious-objects repo"
16856 msgstr ""
16858 #: builtin/repack.c:344
16859 msgid "--keep-unreachable and -A are incompatible"
16860 msgstr ""
16862 #: builtin/repack.c:423
16863 msgid "Nothing new to pack."
16864 msgstr ""
16866 #: builtin/repack.c:484
16867 #, c-format
16868 msgid ""
16869 "WARNING: Some packs in use have been renamed by\n"
16870 "WARNING: prefixing old- to their name, in order to\n"
16871 "WARNING: replace them with the new version of the\n"
16872 "WARNING: file.  But the operation failed, and the\n"
16873 "WARNING: attempt to rename them back to their\n"
16874 "WARNING: original names also failed.\n"
16875 "WARNING: Please rename them in %s manually:\n"
16876 msgstr ""
16878 #: builtin/repack.c:532
16879 #, c-format
16880 msgid "failed to remove '%s'"
16881 msgstr ""
16883 #: builtin/replace.c:22
16884 msgid "git replace [-f] <object> <replacement>"
16885 msgstr ""
16887 #: builtin/replace.c:23
16888 msgid "git replace [-f] --edit <object>"
16889 msgstr ""
16891 #: builtin/replace.c:24
16892 msgid "git replace [-f] --graft <commit> [<parent>...]"
16893 msgstr ""
16895 #: builtin/replace.c:25
16896 msgid "git replace [-f] --convert-graft-file"
16897 msgstr ""
16899 #: builtin/replace.c:26
16900 msgid "git replace -d <object>..."
16901 msgstr ""
16903 #: builtin/replace.c:27
16904 msgid "git replace [--format=<format>] [-l [<pattern>]]"
16905 msgstr ""
16907 #: builtin/replace.c:90
16908 #, c-format
16909 msgid ""
16910 "invalid replace format '%s'\n"
16911 "valid formats are 'short', 'medium' and 'long'"
16912 msgstr ""
16914 #: builtin/replace.c:125
16915 #, c-format
16916 msgid "replace ref '%s' not found"
16917 msgstr ""
16919 #: builtin/replace.c:141
16920 #, c-format
16921 msgid "Deleted replace ref '%s'"
16922 msgstr ""
16924 #: builtin/replace.c:153
16925 #, c-format
16926 msgid "'%s' is not a valid ref name"
16927 msgstr ""
16929 #: builtin/replace.c:158
16930 #, c-format
16931 msgid "replace ref '%s' already exists"
16932 msgstr ""
16934 #: builtin/replace.c:178
16935 #, c-format
16936 msgid ""
16937 "Objects must be of the same type.\n"
16938 "'%s' points to a replaced object of type '%s'\n"
16939 "while '%s' points to a replacement object of type '%s'."
16940 msgstr ""
16942 #: builtin/replace.c:229
16943 #, c-format
16944 msgid "unable to open %s for writing"
16945 msgstr ""
16947 #: builtin/replace.c:242
16948 msgid "cat-file reported failure"
16949 msgstr ""
16951 #: builtin/replace.c:258
16952 #, c-format
16953 msgid "unable to open %s for reading"
16954 msgstr ""
16956 #: builtin/replace.c:272
16957 msgid "unable to spawn mktree"
16958 msgstr ""
16960 #: builtin/replace.c:276
16961 msgid "unable to read from mktree"
16962 msgstr ""
16964 #: builtin/replace.c:285
16965 msgid "mktree reported failure"
16966 msgstr ""
16968 #: builtin/replace.c:289
16969 msgid "mktree did not return an object name"
16970 msgstr ""
16972 #: builtin/replace.c:298
16973 #, c-format
16974 msgid "unable to fstat %s"
16975 msgstr ""
16977 #: builtin/replace.c:303
16978 msgid "unable to write object to database"
16979 msgstr ""
16981 #: builtin/replace.c:322 builtin/replace.c:377 builtin/replace.c:422
16982 #: builtin/replace.c:452
16983 #, c-format
16984 msgid "not a valid object name: '%s'"
16985 msgstr ""
16987 #: builtin/replace.c:326
16988 #, c-format
16989 msgid "unable to get object type for %s"
16990 msgstr ""
16992 #: builtin/replace.c:342
16993 msgid "editing object file failed"
16994 msgstr ""
16996 #: builtin/replace.c:351
16997 #, c-format
16998 msgid "new object is the same as the old one: '%s'"
16999 msgstr ""
17001 #: builtin/replace.c:383
17002 #, c-format
17003 msgid "could not parse %s as a commit"
17004 msgstr ""
17006 #: builtin/replace.c:414
17007 #, c-format
17008 msgid "bad mergetag in commit '%s'"
17009 msgstr ""
17011 #: builtin/replace.c:416
17012 #, c-format
17013 msgid "malformed mergetag in commit '%s'"
17014 msgstr ""
17016 #: builtin/replace.c:428
17017 #, c-format
17018 msgid ""
17019 "original commit '%s' contains mergetag '%s' that is discarded; use --edit "
17020 "instead of --graft"
17021 msgstr ""
17023 #: builtin/replace.c:467
17024 #, c-format
17025 msgid "the original commit '%s' has a gpg signature"
17026 msgstr ""
17028 #: builtin/replace.c:468
17029 msgid "the signature will be removed in the replacement commit!"
17030 msgstr ""
17032 #: builtin/replace.c:478
17033 #, c-format
17034 msgid "could not write replacement commit for: '%s'"
17035 msgstr ""
17037 #: builtin/replace.c:486
17038 #, c-format
17039 msgid "graft for '%s' unnecessary"
17040 msgstr ""
17042 #: builtin/replace.c:490
17043 #, c-format
17044 msgid "new commit is the same as the old one: '%s'"
17045 msgstr ""
17047 #: builtin/replace.c:525
17048 #, c-format
17049 msgid ""
17050 "could not convert the following graft(s):\n"
17051 "%s"
17052 msgstr ""
17054 #: builtin/replace.c:546
17055 msgid "list replace refs"
17056 msgstr ""
17058 #: builtin/replace.c:547
17059 msgid "delete replace refs"
17060 msgstr ""
17062 #: builtin/replace.c:548
17063 msgid "edit existing object"
17064 msgstr ""
17066 #: builtin/replace.c:549
17067 msgid "change a commit's parents"
17068 msgstr ""
17070 #: builtin/replace.c:550
17071 msgid "convert existing graft file"
17072 msgstr ""
17074 #: builtin/replace.c:551
17075 msgid "replace the ref if it exists"
17076 msgstr ""
17078 #: builtin/replace.c:553
17079 msgid "do not pretty-print contents for --edit"
17080 msgstr ""
17082 #: builtin/replace.c:554
17083 msgid "use this format"
17084 msgstr ""
17086 #: builtin/replace.c:567
17087 msgid "--format cannot be used when not listing"
17088 msgstr ""
17090 #: builtin/replace.c:575
17091 msgid "-f only makes sense when writing a replacement"
17092 msgstr ""
17094 #: builtin/replace.c:579
17095 msgid "--raw only makes sense with --edit"
17096 msgstr ""
17098 #: builtin/replace.c:585
17099 msgid "-d needs at least one argument"
17100 msgstr ""
17102 #: builtin/replace.c:591
17103 msgid "bad number of arguments"
17104 msgstr ""
17106 #: builtin/replace.c:597
17107 msgid "-e needs exactly one argument"
17108 msgstr ""
17110 #: builtin/replace.c:603
17111 msgid "-g needs at least one argument"
17112 msgstr ""
17114 #: builtin/replace.c:609
17115 msgid "--convert-graft-file takes no argument"
17116 msgstr ""
17118 #: builtin/replace.c:615
17119 msgid "only one pattern can be given with -l"
17120 msgstr ""
17122 #: builtin/rerere.c:13
17123 msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
17124 msgstr ""
17126 #: builtin/rerere.c:60
17127 msgid "register clean resolutions in index"
17128 msgstr ""
17130 #: builtin/rerere.c:79
17131 msgid "'git rerere forget' without paths is deprecated"
17132 msgstr ""
17134 #: builtin/rerere.c:113
17135 #, c-format
17136 msgid "unable to generate diff for '%s'"
17137 msgstr ""
17139 #: builtin/reset.c:32
17140 msgid ""
17141 "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
17142 msgstr ""
17144 #: builtin/reset.c:33
17145 msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
17146 msgstr ""
17148 #: builtin/reset.c:34
17149 msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
17150 msgstr ""
17152 #: builtin/reset.c:40
17153 msgid "mixed"
17154 msgstr ""
17156 #: builtin/reset.c:40
17157 msgid "soft"
17158 msgstr ""
17160 #: builtin/reset.c:40
17161 msgid "hard"
17162 msgstr ""
17164 #: builtin/reset.c:40
17165 msgid "merge"
17166 msgstr ""
17168 #: builtin/reset.c:40
17169 msgid "keep"
17170 msgstr ""
17172 #: builtin/reset.c:81
17173 msgid "You do not have a valid HEAD."
17174 msgstr ""
17176 #: builtin/reset.c:83
17177 msgid "Failed to find tree of HEAD."
17178 msgstr ""
17180 #: builtin/reset.c:89
17181 #, c-format
17182 msgid "Failed to find tree of %s."
17183 msgstr ""
17185 #: builtin/reset.c:193
17186 #, c-format
17187 msgid "Cannot do a %s reset in the middle of a merge."
17188 msgstr ""
17190 #: builtin/reset.c:293 builtin/stash.c:514 builtin/stash.c:589
17191 #: builtin/stash.c:613
17192 msgid "be quiet, only report errors"
17193 msgstr ""
17195 #: builtin/reset.c:295
17196 msgid "reset HEAD and index"
17197 msgstr ""
17199 #: builtin/reset.c:296
17200 msgid "reset only HEAD"
17201 msgstr ""
17203 #: builtin/reset.c:298 builtin/reset.c:300
17204 msgid "reset HEAD, index and working tree"
17205 msgstr ""
17207 #: builtin/reset.c:302
17208 msgid "reset HEAD but keep local changes"
17209 msgstr ""
17211 #: builtin/reset.c:308
17212 msgid "record only the fact that removed paths will be added later"
17213 msgstr ""
17215 #: builtin/reset.c:326
17216 #, c-format
17217 msgid "Failed to resolve '%s' as a valid revision."
17218 msgstr ""
17220 #: builtin/reset.c:334
17221 #, c-format
17222 msgid "Failed to resolve '%s' as a valid tree."
17223 msgstr ""
17225 #: builtin/reset.c:343
17226 msgid "--patch is incompatible with --{hard,mixed,soft}"
17227 msgstr ""
17229 #: builtin/reset.c:353
17230 msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
17231 msgstr ""
17233 #: builtin/reset.c:355
17234 #, c-format
17235 msgid "Cannot do %s reset with paths."
17236 msgstr ""
17238 #: builtin/reset.c:370
17239 #, c-format
17240 msgid "%s reset is not allowed in a bare repository"
17241 msgstr ""
17243 #: builtin/reset.c:374
17244 msgid "-N can only be used with --mixed"
17245 msgstr ""
17247 #: builtin/reset.c:395
17248 msgid "Unstaged changes after reset:"
17249 msgstr ""
17251 #: builtin/reset.c:398
17252 #, c-format
17253 msgid ""
17254 "\n"
17255 "It took %.2f seconds to enumerate unstaged changes after reset.  You can\n"
17256 "use '--quiet' to avoid this.  Set the config setting reset.quiet to true\n"
17257 "to make this the default.\n"
17258 msgstr ""
17260 #: builtin/reset.c:408
17261 #, c-format
17262 msgid "Could not reset index file to revision '%s'."
17263 msgstr ""
17265 #: builtin/reset.c:412
17266 msgid "Could not write new index file."
17267 msgstr ""
17269 #: builtin/rev-list.c:405
17270 msgid "cannot combine --exclude-promisor-objects and --missing"
17271 msgstr ""
17273 #: builtin/rev-list.c:466
17274 msgid "object filtering requires --objects"
17275 msgstr ""
17277 #: builtin/rev-list.c:469
17278 #, c-format
17279 msgid "invalid sparse value '%s'"
17280 msgstr ""
17282 #: builtin/rev-list.c:510
17283 msgid "rev-list does not support display of notes"
17284 msgstr ""
17286 #: builtin/rev-list.c:513
17287 msgid "cannot combine --use-bitmap-index with object filtering"
17288 msgstr ""
17290 #: builtin/rev-parse.c:408
17291 msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
17292 msgstr ""
17294 #: builtin/rev-parse.c:413
17295 msgid "keep the `--` passed as an arg"
17296 msgstr ""
17298 #: builtin/rev-parse.c:415
17299 msgid "stop parsing after the first non-option argument"
17300 msgstr ""
17302 #: builtin/rev-parse.c:418
17303 msgid "output in stuck long form"
17304 msgstr ""
17306 #: builtin/rev-parse.c:551
17307 msgid ""
17308 "git rev-parse --parseopt [<options>] -- [<args>...]\n"
17309 "   or: git rev-parse --sq-quote [<arg>...]\n"
17310 "   or: git rev-parse [<options>] [<arg>...]\n"
17311 "\n"
17312 "Run \"git rev-parse --parseopt -h\" for more information on the first usage."
17313 msgstr ""
17315 #: builtin/revert.c:24
17316 msgid "git revert [<options>] <commit-ish>..."
17317 msgstr ""
17319 #: builtin/revert.c:25
17320 msgid "git revert <subcommand>"
17321 msgstr ""
17323 #: builtin/revert.c:30
17324 msgid "git cherry-pick [<options>] <commit-ish>..."
17325 msgstr ""
17327 #: builtin/revert.c:31
17328 msgid "git cherry-pick <subcommand>"
17329 msgstr ""
17331 #: builtin/revert.c:72
17332 #, c-format
17333 msgid "option `%s' expects a number greater than zero"
17334 msgstr ""
17336 #: builtin/revert.c:92
17337 #, c-format
17338 msgid "%s: %s cannot be used with %s"
17339 msgstr ""
17341 #: builtin/revert.c:102
17342 msgid "end revert or cherry-pick sequence"
17343 msgstr ""
17345 #: builtin/revert.c:103
17346 msgid "resume revert or cherry-pick sequence"
17347 msgstr ""
17349 #: builtin/revert.c:104
17350 msgid "cancel revert or cherry-pick sequence"
17351 msgstr ""
17353 #: builtin/revert.c:106
17354 msgid "don't automatically commit"
17355 msgstr ""
17357 #: builtin/revert.c:107
17358 msgid "edit the commit message"
17359 msgstr ""
17361 #: builtin/revert.c:110
17362 msgid "parent-number"
17363 msgstr ""
17365 #: builtin/revert.c:111
17366 msgid "select mainline parent"
17367 msgstr ""
17369 #: builtin/revert.c:113
17370 msgid "merge strategy"
17371 msgstr ""
17373 #: builtin/revert.c:115
17374 msgid "option for merge strategy"
17375 msgstr ""
17377 #: builtin/revert.c:124
17378 msgid "append commit name"
17379 msgstr ""
17381 #: builtin/revert.c:126
17382 msgid "preserve initially empty commits"
17383 msgstr ""
17385 #: builtin/revert.c:128
17386 msgid "keep redundant, empty commits"
17387 msgstr ""
17389 #: builtin/revert.c:227
17390 msgid "revert failed"
17391 msgstr ""
17393 #: builtin/revert.c:240
17394 msgid "cherry-pick failed"
17395 msgstr ""
17397 #: builtin/rm.c:19
17398 msgid "git rm [<options>] [--] <file>..."
17399 msgstr ""
17401 #: builtin/rm.c:207
17402 msgid ""
17403 "the following file has staged content different from both the\n"
17404 "file and the HEAD:"
17405 msgid_plural ""
17406 "the following files have staged content different from both the\n"
17407 "file and the HEAD:"
17408 msgstr[0] ""
17409 msgstr[1] ""
17411 #: builtin/rm.c:212
17412 msgid ""
17413 "\n"
17414 "(use -f to force removal)"
17415 msgstr ""
17417 #: builtin/rm.c:216
17418 msgid "the following file has changes staged in the index:"
17419 msgid_plural "the following files have changes staged in the index:"
17420 msgstr[0] ""
17421 msgstr[1] ""
17423 #: builtin/rm.c:220 builtin/rm.c:229
17424 msgid ""
17425 "\n"
17426 "(use --cached to keep the file, or -f to force removal)"
17427 msgstr ""
17429 #: builtin/rm.c:226
17430 msgid "the following file has local modifications:"
17431 msgid_plural "the following files have local modifications:"
17432 msgstr[0] ""
17433 msgstr[1] ""
17435 #: builtin/rm.c:242
17436 msgid "do not list removed files"
17437 msgstr ""
17439 #: builtin/rm.c:243
17440 msgid "only remove from the index"
17441 msgstr ""
17443 #: builtin/rm.c:244
17444 msgid "override the up-to-date check"
17445 msgstr ""
17447 #: builtin/rm.c:245
17448 msgid "allow recursive removal"
17449 msgstr ""
17451 #: builtin/rm.c:247
17452 msgid "exit with a zero status even if nothing matched"
17453 msgstr ""
17455 #: builtin/rm.c:289
17456 msgid "please stage your changes to .gitmodules or stash them to proceed"
17457 msgstr ""
17459 #: builtin/rm.c:307
17460 #, c-format
17461 msgid "not removing '%s' recursively without -r"
17462 msgstr ""
17464 #: builtin/rm.c:346
17465 #, c-format
17466 msgid "git rm: unable to remove %s"
17467 msgstr ""
17469 #: builtin/send-pack.c:20
17470 msgid ""
17471 "git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
17472 "receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
17473 "[<ref>...]\n"
17474 "  --all and explicit <ref> specification are mutually exclusive."
17475 msgstr ""
17477 #: builtin/send-pack.c:163
17478 msgid "remote name"
17479 msgstr ""
17481 #: builtin/send-pack.c:177
17482 msgid "use stateless RPC protocol"
17483 msgstr ""
17485 #: builtin/send-pack.c:178
17486 msgid "read refs from stdin"
17487 msgstr ""
17489 #: builtin/send-pack.c:179
17490 msgid "print status from remote helper"
17491 msgstr ""
17493 #: builtin/shortlog.c:14
17494 msgid "git shortlog [<options>] [<revision-range>] [[--] <path>...]"
17495 msgstr ""
17497 #: builtin/shortlog.c:15
17498 msgid "git log --pretty=short | git shortlog [<options>]"
17499 msgstr ""
17501 #: builtin/shortlog.c:264
17502 msgid "Group by committer rather than author"
17503 msgstr ""
17505 #: builtin/shortlog.c:266
17506 msgid "sort output according to the number of commits per author"
17507 msgstr ""
17509 #: builtin/shortlog.c:268
17510 msgid "Suppress commit descriptions, only provides commit count"
17511 msgstr ""
17513 #: builtin/shortlog.c:270
17514 msgid "Show the email address of each author"
17515 msgstr ""
17517 #: builtin/shortlog.c:271
17518 msgid "<w>[,<i1>[,<i2>]]"
17519 msgstr ""
17521 #: builtin/shortlog.c:272
17522 msgid "Linewrap output"
17523 msgstr ""
17525 #: builtin/shortlog.c:301
17526 msgid "too many arguments given outside repository"
17527 msgstr ""
17529 #: builtin/show-branch.c:13
17530 msgid ""
17531 "git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
17532 "\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
17533 "\t\t[--more=<n> | --list | --independent | --merge-base]\n"
17534 "\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
17535 msgstr ""
17537 #: builtin/show-branch.c:17
17538 msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
17539 msgstr ""
17541 #: builtin/show-branch.c:395
17542 #, c-format
17543 msgid "ignoring %s; cannot handle more than %d ref"
17544 msgid_plural "ignoring %s; cannot handle more than %d refs"
17545 msgstr[0] ""
17546 msgstr[1] ""
17548 #: builtin/show-branch.c:549
17549 #, c-format
17550 msgid "no matching refs with %s"
17551 msgstr ""
17553 #: builtin/show-branch.c:646
17554 msgid "show remote-tracking and local branches"
17555 msgstr ""
17557 #: builtin/show-branch.c:648
17558 msgid "show remote-tracking branches"
17559 msgstr ""
17561 #: builtin/show-branch.c:650
17562 msgid "color '*!+-' corresponding to the branch"
17563 msgstr ""
17565 #: builtin/show-branch.c:652
17566 msgid "show <n> more commits after the common ancestor"
17567 msgstr ""
17569 #: builtin/show-branch.c:654
17570 msgid "synonym to more=-1"
17571 msgstr ""
17573 #: builtin/show-branch.c:655
17574 msgid "suppress naming strings"
17575 msgstr ""
17577 #: builtin/show-branch.c:657
17578 msgid "include the current branch"
17579 msgstr ""
17581 #: builtin/show-branch.c:659
17582 msgid "name commits with their object names"
17583 msgstr ""
17585 #: builtin/show-branch.c:661
17586 msgid "show possible merge bases"
17587 msgstr ""
17589 #: builtin/show-branch.c:663
17590 msgid "show refs unreachable from any other ref"
17591 msgstr ""
17593 #: builtin/show-branch.c:665
17594 msgid "show commits in topological order"
17595 msgstr ""
17597 #: builtin/show-branch.c:668
17598 msgid "show only commits not on the first branch"
17599 msgstr ""
17601 #: builtin/show-branch.c:670
17602 msgid "show merges reachable from only one tip"
17603 msgstr ""
17605 #: builtin/show-branch.c:672
17606 msgid "topologically sort, maintaining date order where possible"
17607 msgstr ""
17609 #: builtin/show-branch.c:675
17610 msgid "<n>[,<base>]"
17611 msgstr ""
17613 #: builtin/show-branch.c:676
17614 msgid "show <n> most recent ref-log entries starting at base"
17615 msgstr ""
17617 #: builtin/show-branch.c:712
17618 msgid ""
17619 "--reflog is incompatible with --all, --remotes, --independent or --merge-base"
17620 msgstr ""
17622 #: builtin/show-branch.c:736
17623 msgid "no branches given, and HEAD is not valid"
17624 msgstr ""
17626 #: builtin/show-branch.c:739
17627 msgid "--reflog option needs one branch name"
17628 msgstr ""
17630 #: builtin/show-branch.c:742
17631 #, c-format
17632 msgid "only %d entry can be shown at one time."
17633 msgid_plural "only %d entries can be shown at one time."
17634 msgstr[0] ""
17635 msgstr[1] ""
17637 #: builtin/show-branch.c:746
17638 #, c-format
17639 msgid "no such ref %s"
17640 msgstr ""
17642 #: builtin/show-branch.c:832
17643 #, c-format
17644 msgid "cannot handle more than %d rev."
17645 msgid_plural "cannot handle more than %d revs."
17646 msgstr[0] ""
17647 msgstr[1] ""
17649 #: builtin/show-branch.c:836
17650 #, c-format
17651 msgid "'%s' is not a valid ref."
17652 msgstr ""
17654 #: builtin/show-branch.c:839
17655 #, c-format
17656 msgid "cannot find commit %s (%s)"
17657 msgstr ""
17659 #: builtin/show-ref.c:12
17660 msgid ""
17661 "git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
17662 "hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
17663 msgstr ""
17665 #: builtin/show-ref.c:13
17666 msgid "git show-ref --exclude-existing[=<pattern>]"
17667 msgstr ""
17669 #: builtin/show-ref.c:162
17670 msgid "only show tags (can be combined with heads)"
17671 msgstr ""
17673 #: builtin/show-ref.c:163
17674 msgid "only show heads (can be combined with tags)"
17675 msgstr ""
17677 #: builtin/show-ref.c:164
17678 msgid "stricter reference checking, requires exact ref path"
17679 msgstr ""
17681 #: builtin/show-ref.c:167 builtin/show-ref.c:169
17682 msgid "show the HEAD reference, even if it would be filtered out"
17683 msgstr ""
17685 #: builtin/show-ref.c:171
17686 msgid "dereference tags into object IDs"
17687 msgstr ""
17689 #: builtin/show-ref.c:173
17690 msgid "only show SHA1 hash using <n> digits"
17691 msgstr ""
17693 #: builtin/show-ref.c:177
17694 msgid "do not print results to stdout (useful with --verify)"
17695 msgstr ""
17697 #: builtin/show-ref.c:179
17698 msgid "show refs from stdin that aren't in local repository"
17699 msgstr ""
17701 #: builtin/stash.c:22 builtin/stash.c:37
17702 msgid "git stash list [<options>]"
17703 msgstr ""
17705 #: builtin/stash.c:23 builtin/stash.c:42
17706 msgid "git stash show [<options>] [<stash>]"
17707 msgstr ""
17709 #: builtin/stash.c:24 builtin/stash.c:47
17710 msgid "git stash drop [-q|--quiet] [<stash>]"
17711 msgstr ""
17713 #: builtin/stash.c:25
17714 msgid "git stash ( pop | apply ) [--index] [-q|--quiet] [<stash>]"
17715 msgstr ""
17717 #: builtin/stash.c:26 builtin/stash.c:62
17718 msgid "git stash branch <branchname> [<stash>]"
17719 msgstr ""
17721 #: builtin/stash.c:27 builtin/stash.c:67
17722 msgid "git stash clear"
17723 msgstr ""
17725 #: builtin/stash.c:28 builtin/stash.c:77
17726 msgid ""
17727 "git stash [push [-p|--patch] [-k|--[no-]keep-index] [-q|--quiet]\n"
17728 "          [-u|--include-untracked] [-a|--all] [-m|--message <message>]\n"
17729 "          [--] [<pathspec>...]]"
17730 msgstr ""
17732 #: builtin/stash.c:31 builtin/stash.c:84
17733 msgid ""
17734 "git stash save [-p|--patch] [-k|--[no-]keep-index] [-q|--quiet]\n"
17735 "          [-u|--include-untracked] [-a|--all] [<message>]"
17736 msgstr ""
17738 #: builtin/stash.c:52
17739 msgid "git stash pop [--index] [-q|--quiet] [<stash>]"
17740 msgstr ""
17742 #: builtin/stash.c:57
17743 msgid "git stash apply [--index] [-q|--quiet] [<stash>]"
17744 msgstr ""
17746 #: builtin/stash.c:72
17747 msgid "git stash store [-m|--message <message>] [-q|--quiet] <commit>"
17748 msgstr ""
17750 #: builtin/stash.c:127
17751 #, c-format
17752 msgid "'%s' is not a stash-like commit"
17753 msgstr ""
17755 #: builtin/stash.c:147
17756 #, c-format
17757 msgid "Too many revisions specified:%s"
17758 msgstr ""
17760 #: builtin/stash.c:161 git-legacy-stash.sh:548
17761 msgid "No stash entries found."
17762 msgstr ""
17764 #: builtin/stash.c:175
17765 #, c-format
17766 msgid "%s is not a valid reference"
17767 msgstr ""
17769 #: builtin/stash.c:224 git-legacy-stash.sh:75
17770 msgid "git stash clear with parameters is unimplemented"
17771 msgstr ""
17773 #: builtin/stash.c:403
17774 msgid "cannot apply a stash in the middle of a merge"
17775 msgstr ""
17777 #: builtin/stash.c:414
17778 #, c-format
17779 msgid "could not generate diff %s^!."
17780 msgstr ""
17782 #: builtin/stash.c:421
17783 msgid "conflicts in index.Try without --index."
17784 msgstr ""
17786 #: builtin/stash.c:427
17787 msgid "could not save index tree"
17788 msgstr ""
17790 #: builtin/stash.c:434
17791 msgid "could not restore untracked files from stash"
17792 msgstr ""
17794 #: builtin/stash.c:448
17795 #, c-format
17796 msgid "Merging %s with %s"
17797 msgstr ""
17799 #: builtin/stash.c:458 git-legacy-stash.sh:680
17800 msgid "Index was not unstashed."
17801 msgstr ""
17803 #: builtin/stash.c:516 builtin/stash.c:615
17804 msgid "attempt to recreate the index"
17805 msgstr ""
17807 #: builtin/stash.c:549
17808 #, c-format
17809 msgid "Dropped %s (%s)"
17810 msgstr ""
17812 #: builtin/stash.c:552
17813 #, c-format
17814 msgid "%s: Could not drop stash entry"
17815 msgstr ""
17817 #: builtin/stash.c:577
17818 #, c-format
17819 msgid "'%s' is not a stash reference"
17820 msgstr ""
17822 #: builtin/stash.c:627 git-legacy-stash.sh:694
17823 msgid "The stash entry is kept in case you need it again."
17824 msgstr ""
17826 #: builtin/stash.c:650 git-legacy-stash.sh:712
17827 msgid "No branch name specified"
17828 msgstr ""
17830 #: builtin/stash.c:789 builtin/stash.c:826
17831 #, c-format
17832 msgid "Cannot update %s with %s"
17833 msgstr ""
17835 #: builtin/stash.c:807 builtin/stash.c:1474 builtin/stash.c:1510
17836 msgid "stash message"
17837 msgstr ""
17839 #: builtin/stash.c:817
17840 msgid "\"git stash store\" requires one <commit> argument"
17841 msgstr ""
17843 #: builtin/stash.c:1039 git-legacy-stash.sh:217
17844 msgid "No changes selected"
17845 msgstr ""
17847 #: builtin/stash.c:1135 git-legacy-stash.sh:150
17848 msgid "You do not have the initial commit yet"
17849 msgstr ""
17851 #: builtin/stash.c:1162 git-legacy-stash.sh:165
17852 msgid "Cannot save the current index state"
17853 msgstr ""
17855 #: builtin/stash.c:1171 git-legacy-stash.sh:180
17856 msgid "Cannot save the untracked files"
17857 msgstr ""
17859 #: builtin/stash.c:1182 builtin/stash.c:1191 git-legacy-stash.sh:200
17860 #: git-legacy-stash.sh:213
17861 msgid "Cannot save the current worktree state"
17862 msgstr ""
17864 #: builtin/stash.c:1219 git-legacy-stash.sh:233
17865 msgid "Cannot record working tree state"
17866 msgstr ""
17868 #: builtin/stash.c:1268 git-legacy-stash.sh:337
17869 msgid "Can't use --patch and --include-untracked or --all at the same time"
17870 msgstr ""
17872 #: builtin/stash.c:1284
17873 msgid "Did you forget to 'git add'?"
17874 msgstr ""
17876 #: builtin/stash.c:1299 git-legacy-stash.sh:345
17877 msgid "No local changes to save"
17878 msgstr ""
17880 #: builtin/stash.c:1306 git-legacy-stash.sh:350
17881 msgid "Cannot initialize stash"
17882 msgstr ""
17884 #: builtin/stash.c:1321 git-legacy-stash.sh:354
17885 msgid "Cannot save the current status"
17886 msgstr ""
17888 #: builtin/stash.c:1326
17889 #, c-format
17890 msgid "Saved working directory and index state %s"
17891 msgstr ""
17893 #: builtin/stash.c:1430 git-legacy-stash.sh:384
17894 msgid "Cannot remove worktree changes"
17895 msgstr ""
17897 #: builtin/stash.c:1465 builtin/stash.c:1501
17898 msgid "keep index"
17899 msgstr ""
17901 #: builtin/stash.c:1467 builtin/stash.c:1503
17902 msgid "stash in patch mode"
17903 msgstr ""
17905 #: builtin/stash.c:1468 builtin/stash.c:1504
17906 msgid "quiet mode"
17907 msgstr ""
17909 #: builtin/stash.c:1470 builtin/stash.c:1506
17910 msgid "include untracked files in stash"
17911 msgstr ""
17913 #: builtin/stash.c:1472 builtin/stash.c:1508
17914 msgid "include ignore files"
17915 msgstr ""
17917 #: builtin/stash.c:1568
17918 #, c-format
17919 msgid "could not exec %s"
17920 msgstr ""
17922 #: builtin/stripspace.c:18
17923 msgid "git stripspace [-s | --strip-comments]"
17924 msgstr ""
17926 #: builtin/stripspace.c:19
17927 msgid "git stripspace [-c | --comment-lines]"
17928 msgstr ""
17930 #: builtin/stripspace.c:37
17931 msgid "skip and remove all lines starting with comment character"
17932 msgstr ""
17934 #: builtin/stripspace.c:40
17935 msgid "prepend comment character and space to each line"
17936 msgstr ""
17938 #: builtin/submodule--helper.c:45 builtin/submodule--helper.c:1942
17939 #, c-format
17940 msgid "Expecting a full ref name, got %s"
17941 msgstr ""
17943 #: builtin/submodule--helper.c:62
17944 msgid "submodule--helper print-default-remote takes no arguments"
17945 msgstr ""
17947 #: builtin/submodule--helper.c:100
17948 #, c-format
17949 msgid "cannot strip one component off url '%s'"
17950 msgstr ""
17952 #: builtin/submodule--helper.c:408 builtin/submodule--helper.c:1367
17953 msgid "alternative anchor for relative paths"
17954 msgstr ""
17956 #: builtin/submodule--helper.c:413
17957 msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
17958 msgstr ""
17960 #: builtin/submodule--helper.c:470 builtin/submodule--helper.c:627
17961 #: builtin/submodule--helper.c:650
17962 #, c-format
17963 msgid "No url found for submodule path '%s' in .gitmodules"
17964 msgstr ""
17966 #: builtin/submodule--helper.c:522
17967 #, c-format
17968 msgid "Entering '%s'\n"
17969 msgstr ""
17971 #: builtin/submodule--helper.c:525
17972 #, c-format
17973 msgid ""
17974 "run_command returned non-zero status for %s\n"
17976 msgstr ""
17978 #: builtin/submodule--helper.c:546
17979 #, c-format
17980 msgid ""
17981 "run_command returned non-zero status while recursing in the nested "
17982 "submodules of %s\n"
17984 msgstr ""
17986 #: builtin/submodule--helper.c:562
17987 msgid "Suppress output of entering each submodule command"
17988 msgstr ""
17990 #: builtin/submodule--helper.c:564 builtin/submodule--helper.c:1049
17991 msgid "Recurse into nested submodules"
17992 msgstr ""
17994 #: builtin/submodule--helper.c:569
17995 msgid "git submodule--helper foreach [--quiet] [--recursive] [--] <command>"
17996 msgstr ""
17998 #: builtin/submodule--helper.c:596
17999 #, c-format
18000 msgid ""
18001 "could not look up configuration '%s'. Assuming this repository is its own "
18002 "authoritative upstream."
18003 msgstr ""
18005 #: builtin/submodule--helper.c:664
18006 #, c-format
18007 msgid "Failed to register url for submodule path '%s'"
18008 msgstr ""
18010 #: builtin/submodule--helper.c:668
18011 #, c-format
18012 msgid "Submodule '%s' (%s) registered for path '%s'\n"
18013 msgstr ""
18015 #: builtin/submodule--helper.c:678
18016 #, c-format
18017 msgid "warning: command update mode suggested for submodule '%s'\n"
18018 msgstr ""
18020 #: builtin/submodule--helper.c:685
18021 #, c-format
18022 msgid "Failed to register update mode for submodule path '%s'"
18023 msgstr ""
18025 #: builtin/submodule--helper.c:707
18026 msgid "Suppress output for initializing a submodule"
18027 msgstr ""
18029 #: builtin/submodule--helper.c:712
18030 msgid "git submodule--helper init [<options>] [<path>]"
18031 msgstr ""
18033 #: builtin/submodule--helper.c:784 builtin/submodule--helper.c:910
18034 #, c-format
18035 msgid "no submodule mapping found in .gitmodules for path '%s'"
18036 msgstr ""
18038 #: builtin/submodule--helper.c:823
18039 #, c-format
18040 msgid "could not resolve HEAD ref inside the submodule '%s'"
18041 msgstr ""
18043 #: builtin/submodule--helper.c:850 builtin/submodule--helper.c:1019
18044 #, c-format
18045 msgid "failed to recurse into submodule '%s'"
18046 msgstr ""
18048 #: builtin/submodule--helper.c:874 builtin/submodule--helper.c:1185
18049 msgid "Suppress submodule status output"
18050 msgstr ""
18052 #: builtin/submodule--helper.c:875
18053 msgid ""
18054 "Use commit stored in the index instead of the one stored in the submodule "
18055 "HEAD"
18056 msgstr ""
18058 #: builtin/submodule--helper.c:876
18059 msgid "recurse into nested submodules"
18060 msgstr ""
18062 #: builtin/submodule--helper.c:881
18063 msgid "git submodule status [--quiet] [--cached] [--recursive] [<path>...]"
18064 msgstr ""
18066 #: builtin/submodule--helper.c:905
18067 msgid "git submodule--helper name <path>"
18068 msgstr ""
18070 #: builtin/submodule--helper.c:969
18071 #, c-format
18072 msgid "Synchronizing submodule url for '%s'\n"
18073 msgstr ""
18075 #: builtin/submodule--helper.c:975
18076 #, c-format
18077 msgid "failed to register url for submodule path '%s'"
18078 msgstr ""
18080 #: builtin/submodule--helper.c:989
18081 #, c-format
18082 msgid "failed to get the default remote for submodule '%s'"
18083 msgstr ""
18085 #: builtin/submodule--helper.c:1000
18086 #, c-format
18087 msgid "failed to update remote for submodule '%s'"
18088 msgstr ""
18090 #: builtin/submodule--helper.c:1047
18091 msgid "Suppress output of synchronizing submodule url"
18092 msgstr ""
18094 #: builtin/submodule--helper.c:1054
18095 msgid "git submodule--helper sync [--quiet] [--recursive] [<path>]"
18096 msgstr ""
18098 #: builtin/submodule--helper.c:1108
18099 #, c-format
18100 msgid ""
18101 "Submodule work tree '%s' contains a .git directory (use 'rm -rf' if you "
18102 "really want to remove it including all of its history)"
18103 msgstr ""
18105 #: builtin/submodule--helper.c:1120
18106 #, c-format
18107 msgid ""
18108 "Submodule work tree '%s' contains local modifications; use '-f' to discard "
18109 "them"
18110 msgstr ""
18112 #: builtin/submodule--helper.c:1128
18113 #, c-format
18114 msgid "Cleared directory '%s'\n"
18115 msgstr ""
18117 #: builtin/submodule--helper.c:1130
18118 #, c-format
18119 msgid "Could not remove submodule work tree '%s'\n"
18120 msgstr ""
18122 #: builtin/submodule--helper.c:1141
18123 #, c-format
18124 msgid "could not create empty submodule directory %s"
18125 msgstr ""
18127 #: builtin/submodule--helper.c:1157
18128 #, c-format
18129 msgid "Submodule '%s' (%s) unregistered for path '%s'\n"
18130 msgstr ""
18132 #: builtin/submodule--helper.c:1186
18133 msgid "Remove submodule working trees even if they contain local changes"
18134 msgstr ""
18136 #: builtin/submodule--helper.c:1187
18137 msgid "Unregister all submodules"
18138 msgstr ""
18140 #: builtin/submodule--helper.c:1192
18141 msgid ""
18142 "git submodule deinit [--quiet] [-f | --force] [--all | [--] [<path>...]]"
18143 msgstr ""
18145 #: builtin/submodule--helper.c:1206
18146 msgid "Use '--all' if you really want to deinitialize all submodules"
18147 msgstr ""
18149 #: builtin/submodule--helper.c:1301 builtin/submodule--helper.c:1304
18150 #, c-format
18151 msgid "submodule '%s' cannot add alternate: %s"
18152 msgstr ""
18154 #: builtin/submodule--helper.c:1340
18155 #, c-format
18156 msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
18157 msgstr ""
18159 #: builtin/submodule--helper.c:1347
18160 #, c-format
18161 msgid "Value '%s' for submodule.alternateLocation is not recognized"
18162 msgstr ""
18164 #: builtin/submodule--helper.c:1370
18165 msgid "where the new submodule will be cloned to"
18166 msgstr ""
18168 #: builtin/submodule--helper.c:1373
18169 msgid "name of the new submodule"
18170 msgstr ""
18172 #: builtin/submodule--helper.c:1376
18173 msgid "url where to clone the submodule from"
18174 msgstr ""
18176 #: builtin/submodule--helper.c:1384
18177 msgid "depth for shallow clones"
18178 msgstr ""
18180 #: builtin/submodule--helper.c:1387 builtin/submodule--helper.c:1871
18181 msgid "force cloning progress"
18182 msgstr ""
18184 #: builtin/submodule--helper.c:1392
18185 msgid ""
18186 "git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
18187 "<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
18188 msgstr ""
18190 #: builtin/submodule--helper.c:1423
18191 #, c-format
18192 msgid "clone of '%s' into submodule path '%s' failed"
18193 msgstr ""
18195 #: builtin/submodule--helper.c:1437
18196 #, c-format
18197 msgid "could not get submodule directory for '%s'"
18198 msgstr ""
18200 #: builtin/submodule--helper.c:1473
18201 #, c-format
18202 msgid "Invalid update mode '%s' for submodule path '%s'"
18203 msgstr ""
18205 #: builtin/submodule--helper.c:1477
18206 #, c-format
18207 msgid "Invalid update mode '%s' configured for submodule path '%s'"
18208 msgstr ""
18210 #: builtin/submodule--helper.c:1570
18211 #, c-format
18212 msgid "Submodule path '%s' not initialized"
18213 msgstr ""
18215 #: builtin/submodule--helper.c:1574
18216 msgid "Maybe you want to use 'update --init'?"
18217 msgstr ""
18219 #: builtin/submodule--helper.c:1604
18220 #, c-format
18221 msgid "Skipping unmerged submodule %s"
18222 msgstr ""
18224 #: builtin/submodule--helper.c:1633
18225 #, c-format
18226 msgid "Skipping submodule '%s'"
18227 msgstr ""
18229 #: builtin/submodule--helper.c:1777
18230 #, c-format
18231 msgid "Failed to clone '%s'. Retry scheduled"
18232 msgstr ""
18234 #: builtin/submodule--helper.c:1788
18235 #, c-format
18236 msgid "Failed to clone '%s' a second time, aborting"
18237 msgstr ""
18239 #: builtin/submodule--helper.c:1850 builtin/submodule--helper.c:2092
18240 msgid "path into the working tree"
18241 msgstr ""
18243 #: builtin/submodule--helper.c:1853
18244 msgid "path into the working tree, across nested submodule boundaries"
18245 msgstr ""
18247 #: builtin/submodule--helper.c:1857
18248 msgid "rebase, merge, checkout or none"
18249 msgstr ""
18251 #: builtin/submodule--helper.c:1863
18252 msgid "Create a shallow clone truncated to the specified number of revisions"
18253 msgstr ""
18255 #: builtin/submodule--helper.c:1866
18256 msgid "parallel jobs"
18257 msgstr ""
18259 #: builtin/submodule--helper.c:1868
18260 msgid "whether the initial clone should follow the shallow recommendation"
18261 msgstr ""
18263 #: builtin/submodule--helper.c:1869
18264 msgid "don't print cloning progress"
18265 msgstr ""
18267 #: builtin/submodule--helper.c:1876
18268 msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
18269 msgstr ""
18271 #: builtin/submodule--helper.c:1889
18272 msgid "bad value for update parameter"
18273 msgstr ""
18275 #: builtin/submodule--helper.c:1937
18276 #, c-format
18277 msgid ""
18278 "Submodule (%s) branch configured to inherit branch from superproject, but "
18279 "the superproject is not on any branch"
18280 msgstr ""
18282 #: builtin/submodule--helper.c:2060
18283 #, c-format
18284 msgid "could not get a repository handle for submodule '%s'"
18285 msgstr ""
18287 #: builtin/submodule--helper.c:2093
18288 msgid "recurse into submodules"
18289 msgstr ""
18291 #: builtin/submodule--helper.c:2099
18292 msgid "git submodule--helper absorb-git-dirs [<options>] [<path>...]"
18293 msgstr ""
18295 #: builtin/submodule--helper.c:2156
18296 msgid "check if it is safe to write to the .gitmodules file"
18297 msgstr ""
18299 #: builtin/submodule--helper.c:2159
18300 msgid "unset the config in the .gitmodules file"
18301 msgstr ""
18303 #: builtin/submodule--helper.c:2164
18304 msgid "git submodule--helper config <name> [<value>]"
18305 msgstr ""
18307 #: builtin/submodule--helper.c:2165
18308 msgid "git submodule--helper config --unset <name>"
18309 msgstr ""
18311 #: builtin/submodule--helper.c:2166
18312 msgid "git submodule--helper config --check-writeable"
18313 msgstr ""
18315 #: builtin/submodule--helper.c:2185 git-submodule.sh:171
18316 #, sh-format
18317 msgid "please make sure that the .gitmodules file is in the working tree"
18318 msgstr ""
18320 #: builtin/submodule--helper.c:2235 git.c:433 git.c:685
18321 #, c-format
18322 msgid "%s doesn't support --super-prefix"
18323 msgstr ""
18325 #: builtin/submodule--helper.c:2241
18326 #, c-format
18327 msgid "'%s' is not a valid submodule--helper subcommand"
18328 msgstr ""
18330 #: builtin/symbolic-ref.c:8
18331 msgid "git symbolic-ref [<options>] <name> [<ref>]"
18332 msgstr ""
18334 #: builtin/symbolic-ref.c:9
18335 msgid "git symbolic-ref -d [-q] <name>"
18336 msgstr ""
18338 #: builtin/symbolic-ref.c:40
18339 msgid "suppress error message for non-symbolic (detached) refs"
18340 msgstr ""
18342 #: builtin/symbolic-ref.c:41
18343 msgid "delete symbolic ref"
18344 msgstr ""
18346 #: builtin/symbolic-ref.c:42
18347 msgid "shorten ref output"
18348 msgstr ""
18350 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:363
18351 msgid "reason"
18352 msgstr ""
18354 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:363
18355 msgid "reason of the update"
18356 msgstr ""
18358 #: builtin/tag.c:25
18359 msgid ""
18360 "git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>]\n"
18361 "\t\t<tagname> [<head>]"
18362 msgstr ""
18364 #: builtin/tag.c:27
18365 msgid "git tag -d <tagname>..."
18366 msgstr ""
18368 #: builtin/tag.c:28
18369 msgid ""
18370 "git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
18371 "points-at <object>]\n"
18372 "\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
18373 msgstr ""
18375 #: builtin/tag.c:30
18376 msgid "git tag -v [--format=<format>] <tagname>..."
18377 msgstr ""
18379 #: builtin/tag.c:88
18380 #, c-format
18381 msgid "tag '%s' not found."
18382 msgstr ""
18384 #: builtin/tag.c:104
18385 #, c-format
18386 msgid "Deleted tag '%s' (was %s)\n"
18387 msgstr ""
18389 #: builtin/tag.c:134
18390 #, c-format
18391 msgid ""
18392 "\n"
18393 "Write a message for tag:\n"
18394 "  %s\n"
18395 "Lines starting with '%c' will be ignored.\n"
18396 msgstr ""
18398 #: builtin/tag.c:138
18399 #, c-format
18400 msgid ""
18401 "\n"
18402 "Write a message for tag:\n"
18403 "  %s\n"
18404 "Lines starting with '%c' will be kept; you may remove them yourself if you "
18405 "want to.\n"
18406 msgstr ""
18408 #: builtin/tag.c:192
18409 msgid "unable to sign the tag"
18410 msgstr ""
18412 #: builtin/tag.c:194
18413 msgid "unable to write tag file"
18414 msgstr ""
18416 #: builtin/tag.c:210
18417 #, c-format
18418 msgid ""
18419 "You have created a nested tag. The object referred to by your new tag is\n"
18420 "already a tag. If you meant to tag the object that it points to, use:\n"
18421 "\n"
18422 "\tgit tag -f %s %s^{}"
18423 msgstr ""
18425 #: builtin/tag.c:226
18426 msgid "bad object type."
18427 msgstr ""
18429 #: builtin/tag.c:278
18430 msgid "no tag message?"
18431 msgstr ""
18433 #: builtin/tag.c:285
18434 #, c-format
18435 msgid "The tag message has been left in %s\n"
18436 msgstr ""
18438 #: builtin/tag.c:396
18439 msgid "list tag names"
18440 msgstr ""
18442 #: builtin/tag.c:398
18443 msgid "print <n> lines of each tag message"
18444 msgstr ""
18446 #: builtin/tag.c:400
18447 msgid "delete tags"
18448 msgstr ""
18450 #: builtin/tag.c:401
18451 msgid "verify tags"
18452 msgstr ""
18454 #: builtin/tag.c:403
18455 msgid "Tag creation options"
18456 msgstr ""
18458 #: builtin/tag.c:405
18459 msgid "annotated tag, needs a message"
18460 msgstr ""
18462 #: builtin/tag.c:407
18463 msgid "tag message"
18464 msgstr ""
18466 #: builtin/tag.c:409
18467 msgid "force edit of tag message"
18468 msgstr ""
18470 #: builtin/tag.c:410
18471 msgid "annotated and GPG-signed tag"
18472 msgstr ""
18474 #: builtin/tag.c:413
18475 msgid "use another key to sign the tag"
18476 msgstr ""
18478 #: builtin/tag.c:414
18479 msgid "replace the tag if exists"
18480 msgstr ""
18482 #: builtin/tag.c:415 builtin/update-ref.c:369
18483 msgid "create a reflog"
18484 msgstr ""
18486 #: builtin/tag.c:417
18487 msgid "Tag listing options"
18488 msgstr ""
18490 #: builtin/tag.c:418
18491 msgid "show tag list in columns"
18492 msgstr ""
18494 #: builtin/tag.c:419 builtin/tag.c:421
18495 msgid "print only tags that contain the commit"
18496 msgstr ""
18498 #: builtin/tag.c:420 builtin/tag.c:422
18499 msgid "print only tags that don't contain the commit"
18500 msgstr ""
18502 #: builtin/tag.c:423
18503 msgid "print only tags that are merged"
18504 msgstr ""
18506 #: builtin/tag.c:424
18507 msgid "print only tags that are not merged"
18508 msgstr ""
18510 #: builtin/tag.c:428
18511 msgid "print only tags of the object"
18512 msgstr ""
18514 #: builtin/tag.c:472
18515 msgid "--column and -n are incompatible"
18516 msgstr ""
18518 #: builtin/tag.c:494
18519 msgid "-n option is only allowed in list mode"
18520 msgstr ""
18522 #: builtin/tag.c:496
18523 msgid "--contains option is only allowed in list mode"
18524 msgstr ""
18526 #: builtin/tag.c:498
18527 msgid "--no-contains option is only allowed in list mode"
18528 msgstr ""
18530 #: builtin/tag.c:500
18531 msgid "--points-at option is only allowed in list mode"
18532 msgstr ""
18534 #: builtin/tag.c:502
18535 msgid "--merged and --no-merged options are only allowed in list mode"
18536 msgstr ""
18538 #: builtin/tag.c:513
18539 msgid "only one -F or -m option is allowed."
18540 msgstr ""
18542 #: builtin/tag.c:532
18543 msgid "too many params"
18544 msgstr ""
18546 #: builtin/tag.c:538
18547 #, c-format
18548 msgid "'%s' is not a valid tag name."
18549 msgstr ""
18551 #: builtin/tag.c:543
18552 #, c-format
18553 msgid "tag '%s' already exists"
18554 msgstr ""
18556 #: builtin/tag.c:574
18557 #, c-format
18558 msgid "Updated tag '%s' (was %s)\n"
18559 msgstr ""
18561 #: builtin/unpack-objects.c:500
18562 msgid "Unpacking objects"
18563 msgstr ""
18565 #: builtin/update-index.c:83
18566 #, c-format
18567 msgid "failed to create directory %s"
18568 msgstr ""
18570 #: builtin/update-index.c:99
18571 #, c-format
18572 msgid "failed to create file %s"
18573 msgstr ""
18575 #: builtin/update-index.c:107
18576 #, c-format
18577 msgid "failed to delete file %s"
18578 msgstr ""
18580 #: builtin/update-index.c:114 builtin/update-index.c:220
18581 #, c-format
18582 msgid "failed to delete directory %s"
18583 msgstr ""
18585 #: builtin/update-index.c:139
18586 #, c-format
18587 msgid "Testing mtime in '%s' "
18588 msgstr ""
18590 #: builtin/update-index.c:153
18591 msgid "directory stat info does not change after adding a new file"
18592 msgstr ""
18594 #: builtin/update-index.c:166
18595 msgid "directory stat info does not change after adding a new directory"
18596 msgstr ""
18598 #: builtin/update-index.c:179
18599 msgid "directory stat info changes after updating a file"
18600 msgstr ""
18602 #: builtin/update-index.c:190
18603 msgid "directory stat info changes after adding a file inside subdirectory"
18604 msgstr ""
18606 #: builtin/update-index.c:201
18607 msgid "directory stat info does not change after deleting a file"
18608 msgstr ""
18610 #: builtin/update-index.c:214
18611 msgid "directory stat info does not change after deleting a directory"
18612 msgstr ""
18614 #: builtin/update-index.c:221
18615 msgid " OK"
18616 msgstr ""
18618 #: builtin/update-index.c:589
18619 msgid "git update-index [<options>] [--] [<file>...]"
18620 msgstr ""
18622 #: builtin/update-index.c:971
18623 msgid "continue refresh even when index needs update"
18624 msgstr ""
18626 #: builtin/update-index.c:974
18627 msgid "refresh: ignore submodules"
18628 msgstr ""
18630 #: builtin/update-index.c:977
18631 msgid "do not ignore new files"
18632 msgstr ""
18634 #: builtin/update-index.c:979
18635 msgid "let files replace directories and vice-versa"
18636 msgstr ""
18638 #: builtin/update-index.c:981
18639 msgid "notice files missing from worktree"
18640 msgstr ""
18642 #: builtin/update-index.c:983
18643 msgid "refresh even if index contains unmerged entries"
18644 msgstr ""
18646 #: builtin/update-index.c:986
18647 msgid "refresh stat information"
18648 msgstr ""
18650 #: builtin/update-index.c:990
18651 msgid "like --refresh, but ignore assume-unchanged setting"
18652 msgstr ""
18654 #: builtin/update-index.c:994
18655 msgid "<mode>,<object>,<path>"
18656 msgstr ""
18658 #: builtin/update-index.c:995
18659 msgid "add the specified entry to the index"
18660 msgstr ""
18662 #: builtin/update-index.c:1005
18663 msgid "mark files as \"not changing\""
18664 msgstr ""
18666 #: builtin/update-index.c:1008
18667 msgid "clear assumed-unchanged bit"
18668 msgstr ""
18670 #: builtin/update-index.c:1011
18671 msgid "mark files as \"index-only\""
18672 msgstr ""
18674 #: builtin/update-index.c:1014
18675 msgid "clear skip-worktree bit"
18676 msgstr ""
18678 #: builtin/update-index.c:1017
18679 msgid "add to index only; do not add content to object database"
18680 msgstr ""
18682 #: builtin/update-index.c:1019
18683 msgid "remove named paths even if present in worktree"
18684 msgstr ""
18686 #: builtin/update-index.c:1021
18687 msgid "with --stdin: input lines are terminated by null bytes"
18688 msgstr ""
18690 #: builtin/update-index.c:1023
18691 msgid "read list of paths to be updated from standard input"
18692 msgstr ""
18694 #: builtin/update-index.c:1027
18695 msgid "add entries from standard input to the index"
18696 msgstr ""
18698 #: builtin/update-index.c:1031
18699 msgid "repopulate stages #2 and #3 for the listed paths"
18700 msgstr ""
18702 #: builtin/update-index.c:1035
18703 msgid "only update entries that differ from HEAD"
18704 msgstr ""
18706 #: builtin/update-index.c:1039
18707 msgid "ignore files missing from worktree"
18708 msgstr ""
18710 #: builtin/update-index.c:1042
18711 msgid "report actions to standard output"
18712 msgstr ""
18714 #: builtin/update-index.c:1044
18715 msgid "(for porcelains) forget saved unresolved conflicts"
18716 msgstr ""
18718 #: builtin/update-index.c:1048
18719 msgid "write index in this format"
18720 msgstr ""
18722 #: builtin/update-index.c:1050
18723 msgid "enable or disable split index"
18724 msgstr ""
18726 #: builtin/update-index.c:1052
18727 msgid "enable/disable untracked cache"
18728 msgstr ""
18730 #: builtin/update-index.c:1054
18731 msgid "test if the filesystem supports untracked cache"
18732 msgstr ""
18734 #: builtin/update-index.c:1056
18735 msgid "enable untracked cache without testing the filesystem"
18736 msgstr ""
18738 #: builtin/update-index.c:1058
18739 msgid "write out the index even if is not flagged as changed"
18740 msgstr ""
18742 #: builtin/update-index.c:1060
18743 msgid "enable or disable file system monitor"
18744 msgstr ""
18746 #: builtin/update-index.c:1062
18747 msgid "mark files as fsmonitor valid"
18748 msgstr ""
18750 #: builtin/update-index.c:1065
18751 msgid "clear fsmonitor valid bit"
18752 msgstr ""
18754 #: builtin/update-index.c:1168
18755 msgid ""
18756 "core.splitIndex is set to false; remove or change it, if you really want to "
18757 "enable split index"
18758 msgstr ""
18760 #: builtin/update-index.c:1177
18761 msgid ""
18762 "core.splitIndex is set to true; remove or change it, if you really want to "
18763 "disable split index"
18764 msgstr ""
18766 #: builtin/update-index.c:1188
18767 msgid ""
18768 "core.untrackedCache is set to true; remove or change it, if you really want "
18769 "to disable the untracked cache"
18770 msgstr ""
18772 #: builtin/update-index.c:1192
18773 msgid "Untracked cache disabled"
18774 msgstr ""
18776 #: builtin/update-index.c:1200
18777 msgid ""
18778 "core.untrackedCache is set to false; remove or change it, if you really want "
18779 "to enable the untracked cache"
18780 msgstr ""
18782 #: builtin/update-index.c:1204
18783 #, c-format
18784 msgid "Untracked cache enabled for '%s'"
18785 msgstr ""
18787 #: builtin/update-index.c:1212
18788 msgid "core.fsmonitor is unset; set it if you really want to enable fsmonitor"
18789 msgstr ""
18791 #: builtin/update-index.c:1216
18792 msgid "fsmonitor enabled"
18793 msgstr ""
18795 #: builtin/update-index.c:1219
18796 msgid ""
18797 "core.fsmonitor is set; remove it if you really want to disable fsmonitor"
18798 msgstr ""
18800 #: builtin/update-index.c:1223
18801 msgid "fsmonitor disabled"
18802 msgstr ""
18804 #: builtin/update-ref.c:10
18805 msgid "git update-ref [<options>] -d <refname> [<old-val>]"
18806 msgstr ""
18808 #: builtin/update-ref.c:11
18809 msgid "git update-ref [<options>]    <refname> <new-val> [<old-val>]"
18810 msgstr ""
18812 #: builtin/update-ref.c:12
18813 msgid "git update-ref [<options>] --stdin [-z]"
18814 msgstr ""
18816 #: builtin/update-ref.c:364
18817 msgid "delete the reference"
18818 msgstr ""
18820 #: builtin/update-ref.c:366
18821 msgid "update <refname> not the one it points to"
18822 msgstr ""
18824 #: builtin/update-ref.c:367
18825 msgid "stdin has NUL-terminated arguments"
18826 msgstr ""
18828 #: builtin/update-ref.c:368
18829 msgid "read updates from stdin"
18830 msgstr ""
18832 #: builtin/update-server-info.c:7
18833 msgid "git update-server-info [--force]"
18834 msgstr ""
18836 #: builtin/update-server-info.c:15
18837 msgid "update the info files from scratch"
18838 msgstr ""
18840 #: builtin/upload-pack.c:11
18841 msgid "git upload-pack [<options>] <dir>"
18842 msgstr ""
18844 #: builtin/upload-pack.c:23 t/helper/test-serve-v2.c:17
18845 msgid "quit after a single request/response exchange"
18846 msgstr ""
18848 #: builtin/upload-pack.c:25
18849 msgid "exit immediately after initial ref advertisement"
18850 msgstr ""
18852 #: builtin/upload-pack.c:27
18853 msgid "do not try <directory>/.git/ if <directory> is no Git directory"
18854 msgstr ""
18856 #: builtin/upload-pack.c:29
18857 msgid "interrupt transfer after <n> seconds of inactivity"
18858 msgstr ""
18860 #: builtin/verify-commit.c:20
18861 msgid "git verify-commit [-v | --verbose] <commit>..."
18862 msgstr ""
18864 #: builtin/verify-commit.c:76
18865 msgid "print commit contents"
18866 msgstr ""
18868 #: builtin/verify-commit.c:77 builtin/verify-tag.c:38
18869 msgid "print raw gpg status output"
18870 msgstr ""
18872 #: builtin/verify-pack.c:55
18873 msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
18874 msgstr ""
18876 #: builtin/verify-pack.c:65
18877 msgid "verbose"
18878 msgstr ""
18880 #: builtin/verify-pack.c:67
18881 msgid "show statistics only"
18882 msgstr ""
18884 #: builtin/verify-tag.c:19
18885 msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
18886 msgstr ""
18888 #: builtin/verify-tag.c:37
18889 msgid "print tag contents"
18890 msgstr ""
18892 #: builtin/worktree.c:18
18893 msgid "git worktree add [<options>] <path> [<commit-ish>]"
18894 msgstr ""
18896 #: builtin/worktree.c:19
18897 msgid "git worktree list [<options>]"
18898 msgstr ""
18900 #: builtin/worktree.c:20
18901 msgid "git worktree lock [<options>] <path>"
18902 msgstr ""
18904 #: builtin/worktree.c:21
18905 msgid "git worktree move <worktree> <new-path>"
18906 msgstr ""
18908 #: builtin/worktree.c:22
18909 msgid "git worktree prune [<options>]"
18910 msgstr ""
18912 #: builtin/worktree.c:23
18913 msgid "git worktree remove [<options>] <worktree>"
18914 msgstr ""
18916 #: builtin/worktree.c:24
18917 msgid "git worktree unlock <path>"
18918 msgstr ""
18920 #: builtin/worktree.c:61 builtin/worktree.c:891
18921 #, c-format
18922 msgid "failed to delete '%s'"
18923 msgstr ""
18925 #: builtin/worktree.c:80
18926 #, c-format
18927 msgid "Removing worktrees/%s: not a valid directory"
18928 msgstr ""
18930 #: builtin/worktree.c:86
18931 #, c-format
18932 msgid "Removing worktrees/%s: gitdir file does not exist"
18933 msgstr ""
18935 #: builtin/worktree.c:91 builtin/worktree.c:100
18936 #, c-format
18937 msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
18938 msgstr ""
18940 #: builtin/worktree.c:110
18941 #, c-format
18942 msgid ""
18943 "Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "
18944 "%<PRIuMAX>)"
18945 msgstr ""
18947 #: builtin/worktree.c:118
18948 #, c-format
18949 msgid "Removing worktrees/%s: invalid gitdir file"
18950 msgstr ""
18952 #: builtin/worktree.c:127
18953 #, c-format
18954 msgid "Removing worktrees/%s: gitdir file points to non-existent location"
18955 msgstr ""
18957 #: builtin/worktree.c:166
18958 msgid "report pruned working trees"
18959 msgstr ""
18961 #: builtin/worktree.c:168
18962 msgid "expire working trees older than <time>"
18963 msgstr ""
18965 #: builtin/worktree.c:235
18966 #, c-format
18967 msgid "'%s' already exists"
18968 msgstr ""
18970 #: builtin/worktree.c:252
18971 #, c-format
18972 msgid "unable to re-add worktree '%s'"
18973 msgstr ""
18975 #: builtin/worktree.c:257
18976 #, c-format
18977 msgid ""
18978 "'%s' is a missing but locked worktree;\n"
18979 "use 'add -f -f' to override, or 'unlock' and 'prune' or 'remove' to clear"
18980 msgstr ""
18982 #: builtin/worktree.c:259
18983 #, c-format
18984 msgid ""
18985 "'%s' is a missing but already registered worktree;\n"
18986 "use 'add -f' to override, or 'prune' or 'remove' to clear"
18987 msgstr ""
18989 #: builtin/worktree.c:302
18990 #, c-format
18991 msgid "could not create directory of '%s'"
18992 msgstr ""
18994 #: builtin/worktree.c:432 builtin/worktree.c:438
18995 #, c-format
18996 msgid "Preparing worktree (new branch '%s')"
18997 msgstr ""
18999 #: builtin/worktree.c:434
19000 #, c-format
19001 msgid "Preparing worktree (resetting branch '%s'; was at %s)"
19002 msgstr ""
19004 #: builtin/worktree.c:443
19005 #, c-format
19006 msgid "Preparing worktree (checking out '%s')"
19007 msgstr ""
19009 #: builtin/worktree.c:449
19010 #, c-format
19011 msgid "Preparing worktree (detached HEAD %s)"
19012 msgstr ""
19014 #: builtin/worktree.c:490
19015 msgid "checkout <branch> even if already checked out in other worktree"
19016 msgstr ""
19018 #: builtin/worktree.c:493
19019 msgid "create a new branch"
19020 msgstr ""
19022 #: builtin/worktree.c:495
19023 msgid "create or reset a branch"
19024 msgstr ""
19026 #: builtin/worktree.c:497
19027 msgid "populate the new working tree"
19028 msgstr ""
19030 #: builtin/worktree.c:498
19031 msgid "keep the new working tree locked"
19032 msgstr ""
19034 #: builtin/worktree.c:501
19035 msgid "set up tracking mode (see git-branch(1))"
19036 msgstr ""
19038 #: builtin/worktree.c:504
19039 msgid "try to match the new branch name with a remote-tracking branch"
19040 msgstr ""
19042 #: builtin/worktree.c:512
19043 msgid "-b, -B, and --detach are mutually exclusive"
19044 msgstr ""
19046 #: builtin/worktree.c:573
19047 msgid "--[no-]track can only be used if a new branch is created"
19048 msgstr ""
19050 #: builtin/worktree.c:673
19051 msgid "reason for locking"
19052 msgstr ""
19054 #: builtin/worktree.c:685 builtin/worktree.c:718 builtin/worktree.c:792
19055 #: builtin/worktree.c:919
19056 #, c-format
19057 msgid "'%s' is not a working tree"
19058 msgstr ""
19060 #: builtin/worktree.c:687 builtin/worktree.c:720
19061 msgid "The main working tree cannot be locked or unlocked"
19062 msgstr ""
19064 #: builtin/worktree.c:692
19065 #, c-format
19066 msgid "'%s' is already locked, reason: %s"
19067 msgstr ""
19069 #: builtin/worktree.c:694
19070 #, c-format
19071 msgid "'%s' is already locked"
19072 msgstr ""
19074 #: builtin/worktree.c:722
19075 #, c-format
19076 msgid "'%s' is not locked"
19077 msgstr ""
19079 #: builtin/worktree.c:763
19080 msgid "working trees containing submodules cannot be moved or removed"
19081 msgstr ""
19083 #: builtin/worktree.c:771
19084 msgid "force move even if worktree is dirty or locked"
19085 msgstr ""
19087 #: builtin/worktree.c:794 builtin/worktree.c:921
19088 #, c-format
19089 msgid "'%s' is a main working tree"
19090 msgstr ""
19092 #: builtin/worktree.c:799
19093 #, c-format
19094 msgid "could not figure out destination name from '%s'"
19095 msgstr ""
19097 #: builtin/worktree.c:805
19098 #, c-format
19099 msgid "target '%s' already exists"
19100 msgstr ""
19102 #: builtin/worktree.c:813
19103 #, c-format
19104 msgid ""
19105 "cannot move a locked working tree, lock reason: %s\n"
19106 "use 'move -f -f' to override or unlock first"
19107 msgstr ""
19109 #: builtin/worktree.c:815
19110 msgid ""
19111 "cannot move a locked working tree;\n"
19112 "use 'move -f -f' to override or unlock first"
19113 msgstr ""
19115 #: builtin/worktree.c:818
19116 #, c-format
19117 msgid "validation failed, cannot move working tree: %s"
19118 msgstr ""
19120 #: builtin/worktree.c:823
19121 #, c-format
19122 msgid "failed to move '%s' to '%s'"
19123 msgstr ""
19125 #: builtin/worktree.c:871
19126 #, c-format
19127 msgid "failed to run 'git status' on '%s'"
19128 msgstr ""
19130 #: builtin/worktree.c:875
19131 #, c-format
19132 msgid "'%s' is dirty, use --force to delete it"
19133 msgstr ""
19135 #: builtin/worktree.c:880
19136 #, c-format
19137 msgid "failed to run 'git status' on '%s', code %d"
19138 msgstr ""
19140 #: builtin/worktree.c:903
19141 msgid "force removal even if worktree is dirty or locked"
19142 msgstr ""
19144 #: builtin/worktree.c:926
19145 #, c-format
19146 msgid ""
19147 "cannot remove a locked working tree, lock reason: %s\n"
19148 "use 'remove -f -f' to override or unlock first"
19149 msgstr ""
19151 #: builtin/worktree.c:928
19152 msgid ""
19153 "cannot remove a locked working tree;\n"
19154 "use 'remove -f -f' to override or unlock first"
19155 msgstr ""
19157 #: builtin/worktree.c:931
19158 #, c-format
19159 msgid "validation failed, cannot remove working tree: %s"
19160 msgstr ""
19162 #: builtin/write-tree.c:15
19163 msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
19164 msgstr ""
19166 #: builtin/write-tree.c:28
19167 msgid "<prefix>/"
19168 msgstr ""
19170 #: builtin/write-tree.c:29
19171 msgid "write tree object for a subdirectory <prefix>"
19172 msgstr ""
19174 #: builtin/write-tree.c:31
19175 msgid "only useful for debugging"
19176 msgstr ""
19178 #: credential-cache--daemon.c:223
19179 #, c-format
19180 msgid ""
19181 "The permissions on your socket directory are too loose; other\n"
19182 "users may be able to read your cached credentials. Consider running:\n"
19183 "\n"
19184 "\tchmod 0700 %s"
19185 msgstr ""
19187 #: credential-cache--daemon.c:272
19188 msgid "print debugging messages to stderr"
19189 msgstr ""
19191 #: t/helper/test-reach.c:152
19192 #, c-format
19193 msgid "commit %s is not marked reachable"
19194 msgstr ""
19196 #: t/helper/test-reach.c:162
19197 msgid "too many commits marked reachable"
19198 msgstr ""
19200 #: t/helper/test-serve-v2.c:7
19201 msgid "test-tool serve-v2 [<options>]"
19202 msgstr ""
19204 #: t/helper/test-serve-v2.c:19
19205 msgid "exit immediately after advertising capabilities"
19206 msgstr ""
19208 #: git.c:27
19209 msgid ""
19210 "git [--version] [--help] [-C <path>] [-c <name>=<value>]\n"
19211 "           [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n"
19212 "           [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--"
19213 "bare]\n"
19214 "           [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]\n"
19215 "           <command> [<args>]"
19216 msgstr ""
19218 #: git.c:34
19219 msgid ""
19220 "'git help -a' and 'git help -g' list available subcommands and some\n"
19221 "concept guides. See 'git help <command>' or 'git help <concept>'\n"
19222 "to read about a specific subcommand or concept."
19223 msgstr ""
19225 #: git.c:185
19226 #, c-format
19227 msgid "no directory given for --git-dir\n"
19228 msgstr ""
19230 #: git.c:199
19231 #, c-format
19232 msgid "no namespace given for --namespace\n"
19233 msgstr ""
19235 #: git.c:213
19236 #, c-format
19237 msgid "no directory given for --work-tree\n"
19238 msgstr ""
19240 #: git.c:227
19241 #, c-format
19242 msgid "no prefix given for --super-prefix\n"
19243 msgstr ""
19245 #: git.c:249
19246 #, c-format
19247 msgid "-c expects a configuration string\n"
19248 msgstr ""
19250 #: git.c:287
19251 #, c-format
19252 msgid "no directory given for -C\n"
19253 msgstr ""
19255 #: git.c:313
19256 #, c-format
19257 msgid "unknown option: %s\n"
19258 msgstr ""
19260 #: git.c:359
19261 #, c-format
19262 msgid "while expanding alias '%s': '%s'"
19263 msgstr ""
19265 #: git.c:368
19266 #, c-format
19267 msgid ""
19268 "alias '%s' changes environment variables.\n"
19269 "You can use '!git' in the alias to do this"
19270 msgstr ""
19272 #: git.c:376
19273 #, c-format
19274 msgid "empty alias for %s"
19275 msgstr ""
19277 #: git.c:379
19278 #, c-format
19279 msgid "recursive alias: %s"
19280 msgstr ""
19282 #: git.c:459
19283 msgid "write failure on standard output"
19284 msgstr ""
19286 #: git.c:461
19287 msgid "unknown write failure on standard output"
19288 msgstr ""
19290 #: git.c:463
19291 msgid "close failed on standard output"
19292 msgstr ""
19294 #: git.c:797
19295 #, c-format
19296 msgid "alias loop detected: expansion of '%s' does not terminate:%s"
19297 msgstr ""
19299 #: git.c:847
19300 #, c-format
19301 msgid "cannot handle %s as a builtin"
19302 msgstr ""
19304 #: git.c:860
19305 #, c-format
19306 msgid ""
19307 "usage: %s\n"
19308 "\n"
19309 msgstr ""
19311 #: git.c:880
19312 #, c-format
19313 msgid "expansion of alias '%s' failed; '%s' is not a git command\n"
19314 msgstr ""
19316 #: git.c:892
19317 #, c-format
19318 msgid "failed to run command '%s': %s\n"
19319 msgstr ""
19321 #: http.c:378
19322 #, c-format
19323 msgid "negative value for http.postbuffer; defaulting to %d"
19324 msgstr ""
19326 #: http.c:399
19327 msgid "Delegation control is not supported with cURL < 7.22.0"
19328 msgstr ""
19330 #: http.c:408
19331 msgid "Public key pinning not supported with cURL < 7.44.0"
19332 msgstr ""
19334 #: http.c:876
19335 msgid "CURLSSLOPT_NO_REVOKE not supported with cURL < 7.44.0"
19336 msgstr ""
19338 #: http.c:949
19339 msgid "Protocol restrictions not supported with cURL < 7.19.4"
19340 msgstr ""
19342 #: http.c:1085
19343 #, c-format
19344 msgid "Unsupported SSL backend '%s'. Supported SSL backends:"
19345 msgstr ""
19347 #: http.c:1092
19348 #, c-format
19349 msgid "Could not set SSL backend to '%s': cURL was built without SSL backends"
19350 msgstr ""
19352 #: http.c:1096
19353 #, c-format
19354 msgid "Could not set SSL backend to '%s': already set"
19355 msgstr ""
19357 #: http.c:1965
19358 #, c-format
19359 msgid ""
19360 "unable to update url base from redirection:\n"
19361 "  asked for: %s\n"
19362 "   redirect: %s"
19363 msgstr ""
19365 #: remote-curl.c:157
19366 #, c-format
19367 msgid "invalid quoting in push-option value: '%s'"
19368 msgstr ""
19370 #: remote-curl.c:254
19371 #, c-format
19372 msgid "%sinfo/refs not valid: is this a git repository?"
19373 msgstr ""
19375 #: remote-curl.c:355
19376 msgid "invalid server response; expected service, got flush packet"
19377 msgstr ""
19379 #: remote-curl.c:386
19380 #, c-format
19381 msgid "invalid server response; got '%s'"
19382 msgstr ""
19384 #: remote-curl.c:446
19385 #, c-format
19386 msgid "repository '%s' not found"
19387 msgstr ""
19389 #: remote-curl.c:450
19390 #, c-format
19391 msgid "Authentication failed for '%s'"
19392 msgstr ""
19394 #: remote-curl.c:454
19395 #, c-format
19396 msgid "unable to access '%s': %s"
19397 msgstr ""
19399 #: remote-curl.c:460
19400 #, c-format
19401 msgid "redirecting to %s"
19402 msgstr ""
19404 #: remote-curl.c:584
19405 msgid "shouldn't have EOF when not gentle on EOF"
19406 msgstr ""
19408 #: remote-curl.c:664
19409 msgid "unable to rewind rpc post data - try increasing http.postBuffer"
19410 msgstr ""
19412 #: remote-curl.c:724
19413 #, c-format
19414 msgid "RPC failed; %s"
19415 msgstr ""
19417 #: remote-curl.c:764
19418 msgid "cannot handle pushes this big"
19419 msgstr ""
19421 #: remote-curl.c:879
19422 #, c-format
19423 msgid "cannot deflate request; zlib deflate error %d"
19424 msgstr ""
19426 #: remote-curl.c:883
19427 #, c-format
19428 msgid "cannot deflate request; zlib end error %d"
19429 msgstr ""
19431 #: remote-curl.c:1014
19432 msgid "dumb http transport does not support shallow capabilities"
19433 msgstr ""
19435 #: remote-curl.c:1028
19436 msgid "fetch failed."
19437 msgstr ""
19439 #: remote-curl.c:1076
19440 msgid "cannot fetch by sha1 over smart http"
19441 msgstr ""
19443 #: remote-curl.c:1120 remote-curl.c:1126
19444 #, c-format
19445 msgid "protocol error: expected sha/ref, got '%s'"
19446 msgstr ""
19448 #: remote-curl.c:1138 remote-curl.c:1252
19449 #, c-format
19450 msgid "http transport does not support %s"
19451 msgstr ""
19453 #: remote-curl.c:1174
19454 msgid "git-http-push failed"
19455 msgstr ""
19457 #: remote-curl.c:1360
19458 msgid "remote-curl: usage: git remote-curl <remote> [<url>]"
19459 msgstr ""
19461 #: remote-curl.c:1392
19462 msgid "remote-curl: error reading command stream from git"
19463 msgstr ""
19465 #: remote-curl.c:1399
19466 msgid "remote-curl: fetch attempted without a local repo"
19467 msgstr ""
19469 #: remote-curl.c:1439
19470 #, c-format
19471 msgid "remote-curl: unknown command '%s' from git"
19472 msgstr ""
19474 #: list-objects-filter-options.h:61
19475 msgid "args"
19476 msgstr ""
19478 #: list-objects-filter-options.h:62
19479 msgid "object filtering"
19480 msgstr ""
19482 #: parse-options.h:170
19483 msgid "expiry-date"
19484 msgstr ""
19486 #: parse-options.h:184
19487 msgid "no-op (backward compatibility)"
19488 msgstr ""
19490 #: parse-options.h:304
19491 msgid "be more verbose"
19492 msgstr ""
19494 #: parse-options.h:306
19495 msgid "be more quiet"
19496 msgstr ""
19498 #: parse-options.h:312
19499 msgid "use <n> digits to display SHA-1s"
19500 msgstr ""
19502 #: parse-options.h:331
19503 msgid "how to strip spaces and #comments from message"
19504 msgstr ""
19506 #: ref-filter.h:101
19507 msgid "key"
19508 msgstr ""
19510 #: ref-filter.h:101
19511 msgid "field name to sort on"
19512 msgstr ""
19514 #: rerere.h:44
19515 msgid "update the index with reused conflict resolution if possible"
19516 msgstr ""
19518 #: command-list.h:50
19519 msgid "Add file contents to the index"
19520 msgstr ""
19522 #: command-list.h:51
19523 msgid "Apply a series of patches from a mailbox"
19524 msgstr ""
19526 #: command-list.h:52
19527 msgid "Annotate file lines with commit information"
19528 msgstr ""
19530 #: command-list.h:53
19531 msgid "Apply a patch to files and/or to the index"
19532 msgstr ""
19534 #: command-list.h:54
19535 msgid "Import a GNU Arch repository into Git"
19536 msgstr ""
19538 #: command-list.h:55
19539 msgid "Create an archive of files from a named tree"
19540 msgstr ""
19542 #: command-list.h:56
19543 msgid "Use binary search to find the commit that introduced a bug"
19544 msgstr ""
19546 #: command-list.h:57
19547 msgid "Show what revision and author last modified each line of a file"
19548 msgstr ""
19550 #: command-list.h:58
19551 msgid "List, create, or delete branches"
19552 msgstr ""
19554 #: command-list.h:59
19555 msgid "Move objects and refs by archive"
19556 msgstr ""
19558 #: command-list.h:60
19559 msgid "Provide content or type and size information for repository objects"
19560 msgstr ""
19562 #: command-list.h:61
19563 msgid "Display gitattributes information"
19564 msgstr ""
19566 #: command-list.h:62
19567 msgid "Debug gitignore / exclude files"
19568 msgstr ""
19570 #: command-list.h:63
19571 msgid "Show canonical names and email addresses of contacts"
19572 msgstr ""
19574 #: command-list.h:64
19575 msgid "Switch branches or restore working tree files"
19576 msgstr ""
19578 #: command-list.h:65
19579 msgid "Copy files from the index to the working tree"
19580 msgstr ""
19582 #: command-list.h:66
19583 msgid "Ensures that a reference name is well formed"
19584 msgstr ""
19586 #: command-list.h:67
19587 msgid "Find commits yet to be applied to upstream"
19588 msgstr ""
19590 #: command-list.h:68
19591 msgid "Apply the changes introduced by some existing commits"
19592 msgstr ""
19594 #: command-list.h:69
19595 msgid "Graphical alternative to git-commit"
19596 msgstr ""
19598 #: command-list.h:70
19599 msgid "Remove untracked files from the working tree"
19600 msgstr ""
19602 #: command-list.h:71
19603 msgid "Clone a repository into a new directory"
19604 msgstr ""
19606 #: command-list.h:72
19607 msgid "Display data in columns"
19608 msgstr ""
19610 #: command-list.h:73
19611 msgid "Record changes to the repository"
19612 msgstr ""
19614 #: command-list.h:74
19615 msgid "Write and verify Git commit-graph files"
19616 msgstr ""
19618 #: command-list.h:75
19619 msgid "Create a new commit object"
19620 msgstr ""
19622 #: command-list.h:76
19623 msgid "Get and set repository or global options"
19624 msgstr ""
19626 #: command-list.h:77
19627 msgid "Count unpacked number of objects and their disk consumption"
19628 msgstr ""
19630 #: command-list.h:78
19631 msgid "Retrieve and store user credentials"
19632 msgstr ""
19634 #: command-list.h:79
19635 msgid "Helper to temporarily store passwords in memory"
19636 msgstr ""
19638 #: command-list.h:80
19639 msgid "Helper to store credentials on disk"
19640 msgstr ""
19642 #: command-list.h:81
19643 msgid "Export a single commit to a CVS checkout"
19644 msgstr ""
19646 #: command-list.h:82
19647 msgid "Salvage your data out of another SCM people love to hate"
19648 msgstr ""
19650 #: command-list.h:83
19651 msgid "A CVS server emulator for Git"
19652 msgstr ""
19654 #: command-list.h:84
19655 msgid "A really simple server for Git repositories"
19656 msgstr ""
19658 #: command-list.h:85
19659 msgid "Give an object a human readable name based on an available ref"
19660 msgstr ""
19662 #: command-list.h:86
19663 msgid "Show changes between commits, commit and working tree, etc"
19664 msgstr ""
19666 #: command-list.h:87
19667 msgid "Compares files in the working tree and the index"
19668 msgstr ""
19670 #: command-list.h:88
19671 msgid "Compare a tree to the working tree or index"
19672 msgstr ""
19674 #: command-list.h:89
19675 msgid "Compares the content and mode of blobs found via two tree objects"
19676 msgstr ""
19678 #: command-list.h:90
19679 msgid "Show changes using common diff tools"
19680 msgstr ""
19682 #: command-list.h:91
19683 msgid "Git data exporter"
19684 msgstr ""
19686 #: command-list.h:92
19687 msgid "Backend for fast Git data importers"
19688 msgstr ""
19690 #: command-list.h:93
19691 msgid "Download objects and refs from another repository"
19692 msgstr ""
19694 #: command-list.h:94
19695 msgid "Receive missing objects from another repository"
19696 msgstr ""
19698 #: command-list.h:95
19699 msgid "Rewrite branches"
19700 msgstr ""
19702 #: command-list.h:96
19703 msgid "Produce a merge commit message"
19704 msgstr ""
19706 #: command-list.h:97
19707 msgid "Output information on each ref"
19708 msgstr ""
19710 #: command-list.h:98
19711 msgid "Prepare patches for e-mail submission"
19712 msgstr ""
19714 #: command-list.h:99
19715 msgid "Verifies the connectivity and validity of the objects in the database"
19716 msgstr ""
19718 #: command-list.h:100
19719 msgid "Cleanup unnecessary files and optimize the local repository"
19720 msgstr ""
19722 #: command-list.h:101
19723 msgid "Extract commit ID from an archive created using git-archive"
19724 msgstr ""
19726 #: command-list.h:102
19727 msgid "Print lines matching a pattern"
19728 msgstr ""
19730 #: command-list.h:103
19731 msgid "A portable graphical interface to Git"
19732 msgstr ""
19734 #: command-list.h:104
19735 msgid "Compute object ID and optionally creates a blob from a file"
19736 msgstr ""
19738 #: command-list.h:105
19739 msgid "Display help information about Git"
19740 msgstr ""
19742 #: command-list.h:106
19743 msgid "Server side implementation of Git over HTTP"
19744 msgstr ""
19746 #: command-list.h:107
19747 msgid "Download from a remote Git repository via HTTP"
19748 msgstr ""
19750 #: command-list.h:108
19751 msgid "Push objects over HTTP/DAV to another repository"
19752 msgstr ""
19754 #: command-list.h:109
19755 msgid "Send a collection of patches from stdin to an IMAP folder"
19756 msgstr ""
19758 #: command-list.h:110
19759 msgid "Build pack index file for an existing packed archive"
19760 msgstr ""
19762 #: command-list.h:111
19763 msgid "Create an empty Git repository or reinitialize an existing one"
19764 msgstr ""
19766 #: command-list.h:112
19767 msgid "Instantly browse your working repository in gitweb"
19768 msgstr ""
19770 #: command-list.h:113
19771 msgid "Add or parse structured information in commit messages"
19772 msgstr ""
19774 #: command-list.h:114
19775 msgid "The Git repository browser"
19776 msgstr ""
19778 #: command-list.h:115
19779 msgid "Show commit logs"
19780 msgstr ""
19782 #: command-list.h:116
19783 msgid "Show information about files in the index and the working tree"
19784 msgstr ""
19786 #: command-list.h:117
19787 msgid "List references in a remote repository"
19788 msgstr ""
19790 #: command-list.h:118
19791 msgid "List the contents of a tree object"
19792 msgstr ""
19794 #: command-list.h:119
19795 msgid "Extracts patch and authorship from a single e-mail message"
19796 msgstr ""
19798 #: command-list.h:120
19799 msgid "Simple UNIX mbox splitter program"
19800 msgstr ""
19802 #: command-list.h:121
19803 msgid "Join two or more development histories together"
19804 msgstr ""
19806 #: command-list.h:122
19807 msgid "Find as good common ancestors as possible for a merge"
19808 msgstr ""
19810 #: command-list.h:123
19811 msgid "Run a three-way file merge"
19812 msgstr ""
19814 #: command-list.h:124
19815 msgid "Run a merge for files needing merging"
19816 msgstr ""
19818 #: command-list.h:125
19819 msgid "The standard helper program to use with git-merge-index"
19820 msgstr ""
19822 #: command-list.h:126
19823 msgid "Run merge conflict resolution tools to resolve merge conflicts"
19824 msgstr ""
19826 #: command-list.h:127
19827 msgid "Show three-way merge without touching index"
19828 msgstr ""
19830 #: command-list.h:128
19831 msgid "Write and verify multi-pack-indexes"
19832 msgstr ""
19834 #: command-list.h:129
19835 msgid "Creates a tag object"
19836 msgstr ""
19838 #: command-list.h:130
19839 msgid "Build a tree-object from ls-tree formatted text"
19840 msgstr ""
19842 #: command-list.h:131
19843 msgid "Move or rename a file, a directory, or a symlink"
19844 msgstr ""
19846 #: command-list.h:132
19847 msgid "Find symbolic names for given revs"
19848 msgstr ""
19850 #: command-list.h:133
19851 msgid "Add or inspect object notes"
19852 msgstr ""
19854 #: command-list.h:134
19855 msgid "Import from and submit to Perforce repositories"
19856 msgstr ""
19858 #: command-list.h:135
19859 msgid "Create a packed archive of objects"
19860 msgstr ""
19862 #: command-list.h:136
19863 msgid "Find redundant pack files"
19864 msgstr ""
19866 #: command-list.h:137
19867 msgid "Pack heads and tags for efficient repository access"
19868 msgstr ""
19870 #: command-list.h:138
19871 msgid "Routines to help parsing remote repository access parameters"
19872 msgstr ""
19874 #: command-list.h:139
19875 msgid "Compute unique ID for a patch"
19876 msgstr ""
19878 #: command-list.h:140
19879 msgid "Prune all unreachable objects from the object database"
19880 msgstr ""
19882 #: command-list.h:141
19883 msgid "Remove extra objects that are already in pack files"
19884 msgstr ""
19886 #: command-list.h:142
19887 msgid "Fetch from and integrate with another repository or a local branch"
19888 msgstr ""
19890 #: command-list.h:143
19891 msgid "Update remote refs along with associated objects"
19892 msgstr ""
19894 #: command-list.h:144
19895 msgid "Applies a quilt patchset onto the current branch"
19896 msgstr ""
19898 #: command-list.h:145
19899 msgid "Compare two commit ranges (e.g. two versions of a branch)"
19900 msgstr ""
19902 #: command-list.h:146
19903 msgid "Reads tree information into the index"
19904 msgstr ""
19906 #: command-list.h:147
19907 msgid "Reapply commits on top of another base tip"
19908 msgstr ""
19910 #: command-list.h:148
19911 msgid "Receive what is pushed into the repository"
19912 msgstr ""
19914 #: command-list.h:149
19915 msgid "Manage reflog information"
19916 msgstr ""
19918 #: command-list.h:150
19919 msgid "Manage set of tracked repositories"
19920 msgstr ""
19922 #: command-list.h:151
19923 msgid "Pack unpacked objects in a repository"
19924 msgstr ""
19926 #: command-list.h:152
19927 msgid "Create, list, delete refs to replace objects"
19928 msgstr ""
19930 #: command-list.h:153
19931 msgid "Generates a summary of pending changes"
19932 msgstr ""
19934 #: command-list.h:154
19935 msgid "Reuse recorded resolution of conflicted merges"
19936 msgstr ""
19938 #: command-list.h:155
19939 msgid "Reset current HEAD to the specified state"
19940 msgstr ""
19942 #: command-list.h:156
19943 msgid "Revert some existing commits"
19944 msgstr ""
19946 #: command-list.h:157
19947 msgid "Lists commit objects in reverse chronological order"
19948 msgstr ""
19950 #: command-list.h:158
19951 msgid "Pick out and massage parameters"
19952 msgstr ""
19954 #: command-list.h:159
19955 msgid "Remove files from the working tree and from the index"
19956 msgstr ""
19958 #: command-list.h:160
19959 msgid "Send a collection of patches as emails"
19960 msgstr ""
19962 #: command-list.h:161
19963 msgid "Push objects over Git protocol to another repository"
19964 msgstr ""
19966 #: command-list.h:162
19967 msgid "Restricted login shell for Git-only SSH access"
19968 msgstr ""
19970 #: command-list.h:163
19971 msgid "Summarize 'git log' output"
19972 msgstr ""
19974 #: command-list.h:164
19975 msgid "Show various types of objects"
19976 msgstr ""
19978 #: command-list.h:165
19979 msgid "Show branches and their commits"
19980 msgstr ""
19982 #: command-list.h:166
19983 msgid "Show packed archive index"
19984 msgstr ""
19986 #: command-list.h:167
19987 msgid "List references in a local repository"
19988 msgstr ""
19990 #: command-list.h:168
19991 msgid "Git's i18n setup code for shell scripts"
19992 msgstr ""
19994 #: command-list.h:169
19995 msgid "Common Git shell script setup code"
19996 msgstr ""
19998 #: command-list.h:170
19999 msgid "Stash the changes in a dirty working directory away"
20000 msgstr ""
20002 #: command-list.h:171
20003 msgid "Add file contents to the staging area"
20004 msgstr ""
20006 #: command-list.h:172
20007 msgid "Show the working tree status"
20008 msgstr ""
20010 #: command-list.h:173
20011 msgid "Remove unnecessary whitespace"
20012 msgstr ""
20014 #: command-list.h:174
20015 msgid "Initialize, update or inspect submodules"
20016 msgstr ""
20018 #: command-list.h:175
20019 msgid "Bidirectional operation between a Subversion repository and Git"
20020 msgstr ""
20022 #: command-list.h:176
20023 msgid "Read, modify and delete symbolic refs"
20024 msgstr ""
20026 #: command-list.h:177
20027 msgid "Create, list, delete or verify a tag object signed with GPG"
20028 msgstr ""
20030 #: command-list.h:178
20031 msgid "Creates a temporary file with a blob's contents"
20032 msgstr ""
20034 #: command-list.h:179
20035 msgid "Unpack objects from a packed archive"
20036 msgstr ""
20038 #: command-list.h:180
20039 msgid "Register file contents in the working tree to the index"
20040 msgstr ""
20042 #: command-list.h:181
20043 msgid "Update the object name stored in a ref safely"
20044 msgstr ""
20046 #: command-list.h:182
20047 msgid "Update auxiliary info file to help dumb servers"
20048 msgstr ""
20050 #: command-list.h:183
20051 msgid "Send archive back to git-archive"
20052 msgstr ""
20054 #: command-list.h:184
20055 msgid "Send objects packed back to git-fetch-pack"
20056 msgstr ""
20058 #: command-list.h:185
20059 msgid "Show a Git logical variable"
20060 msgstr ""
20062 #: command-list.h:186
20063 msgid "Check the GPG signature of commits"
20064 msgstr ""
20066 #: command-list.h:187
20067 msgid "Validate packed Git archive files"
20068 msgstr ""
20070 #: command-list.h:188
20071 msgid "Check the GPG signature of tags"
20072 msgstr ""
20074 #: command-list.h:189
20075 msgid "Git web interface (web frontend to Git repositories)"
20076 msgstr ""
20078 #: command-list.h:190
20079 msgid "Show logs with difference each commit introduces"
20080 msgstr ""
20082 #: command-list.h:191
20083 msgid "Manage multiple working trees"
20084 msgstr ""
20086 #: command-list.h:192
20087 msgid "Create a tree object from the current index"
20088 msgstr ""
20090 #: command-list.h:193
20091 msgid "Defining attributes per path"
20092 msgstr ""
20094 #: command-list.h:194
20095 msgid "Git command-line interface and conventions"
20096 msgstr ""
20098 #: command-list.h:195
20099 msgid "A Git core tutorial for developers"
20100 msgstr ""
20102 #: command-list.h:196
20103 msgid "Git for CVS users"
20104 msgstr ""
20106 #: command-list.h:197
20107 msgid "Tweaking diff output"
20108 msgstr ""
20110 #: command-list.h:198
20111 msgid "A useful minimum set of commands for Everyday Git"
20112 msgstr ""
20114 #: command-list.h:199
20115 msgid "A Git Glossary"
20116 msgstr ""
20118 #: command-list.h:200
20119 msgid "Hooks used by Git"
20120 msgstr ""
20122 #: command-list.h:201
20123 msgid "Specifies intentionally untracked files to ignore"
20124 msgstr ""
20126 #: command-list.h:202
20127 msgid "Defining submodule properties"
20128 msgstr ""
20130 #: command-list.h:203
20131 msgid "Git namespaces"
20132 msgstr ""
20134 #: command-list.h:204
20135 msgid "Git Repository Layout"
20136 msgstr ""
20138 #: command-list.h:205
20139 msgid "Specifying revisions and ranges for Git"
20140 msgstr ""
20142 #: command-list.h:206
20143 msgid "A tutorial introduction to Git: part two"
20144 msgstr ""
20146 #: command-list.h:207
20147 msgid "A tutorial introduction to Git"
20148 msgstr ""
20150 #: command-list.h:208
20151 msgid "An overview of recommended workflows with Git"
20152 msgstr ""
20154 #: git-bisect.sh:54
20155 msgid "You need to start by \"git bisect start\""
20156 msgstr ""
20158 #. TRANSLATORS: Make sure to include [Y] and [n] in your
20159 #. translation. The program will only accept English input
20160 #. at this point.
20161 #: git-bisect.sh:60
20162 msgid "Do you want me to do it for you [Y/n]? "
20163 msgstr ""
20165 #: git-bisect.sh:101
20166 #, sh-format
20167 msgid "Bad rev input: $arg"
20168 msgstr ""
20170 #: git-bisect.sh:121
20171 #, sh-format
20172 msgid "Bad rev input: $bisected_head"
20173 msgstr ""
20175 #: git-bisect.sh:130
20176 #, sh-format
20177 msgid "Bad rev input: $rev"
20178 msgstr ""
20180 #: git-bisect.sh:139
20181 #, sh-format
20182 msgid "'git bisect $TERM_BAD' can take only one argument."
20183 msgstr ""
20185 #: git-bisect.sh:209
20186 msgid "No logfile given"
20187 msgstr ""
20189 #: git-bisect.sh:210
20190 #, sh-format
20191 msgid "cannot read $file for replaying"
20192 msgstr ""
20194 #: git-bisect.sh:232
20195 msgid "?? what are you talking about?"
20196 msgstr ""
20198 #: git-bisect.sh:241
20199 msgid "bisect run failed: no command provided."
20200 msgstr ""
20202 #: git-bisect.sh:246
20203 #, sh-format
20204 msgid "running $command"
20205 msgstr ""
20207 #: git-bisect.sh:253
20208 #, sh-format
20209 msgid ""
20210 "bisect run failed:\n"
20211 "exit code $res from '$command' is < 0 or >= 128"
20212 msgstr ""
20214 #: git-bisect.sh:279
20215 msgid "bisect run cannot continue any more"
20216 msgstr ""
20218 #: git-bisect.sh:285
20219 #, sh-format
20220 msgid ""
20221 "bisect run failed:\n"
20222 "'bisect_state $state' exited with error code $res"
20223 msgstr ""
20225 #: git-bisect.sh:292
20226 msgid "bisect run success"
20227 msgstr ""
20229 #: git-bisect.sh:300
20230 msgid "We are not bisecting."
20231 msgstr ""
20233 #: git-merge-octopus.sh:46
20234 msgid ""
20235 "Error: Your local changes to the following files would be overwritten by "
20236 "merge"
20237 msgstr ""
20239 #: git-merge-octopus.sh:61
20240 msgid "Automated merge did not work."
20241 msgstr ""
20243 #: git-merge-octopus.sh:62
20244 msgid "Should not be doing an octopus."
20245 msgstr ""
20247 #: git-merge-octopus.sh:73
20248 #, sh-format
20249 msgid "Unable to find common commit with $pretty_name"
20250 msgstr ""
20252 #: git-merge-octopus.sh:77
20253 #, sh-format
20254 msgid "Already up to date with $pretty_name"
20255 msgstr ""
20257 #: git-merge-octopus.sh:89
20258 #, sh-format
20259 msgid "Fast-forwarding to: $pretty_name"
20260 msgstr ""
20262 #: git-merge-octopus.sh:97
20263 #, sh-format
20264 msgid "Trying simple merge with $pretty_name"
20265 msgstr ""
20267 #: git-merge-octopus.sh:102
20268 msgid "Simple merge did not work, trying automatic merge."
20269 msgstr ""
20271 #: git-legacy-stash.sh:220
20272 msgid "Cannot remove temporary index (can't happen)"
20273 msgstr ""
20275 #: git-legacy-stash.sh:271
20276 #, sh-format
20277 msgid "Cannot update $ref_stash with $w_commit"
20278 msgstr ""
20280 #: git-legacy-stash.sh:323
20281 #, sh-format
20282 msgid "error: unknown option for 'stash push': $option"
20283 msgstr ""
20285 #: git-legacy-stash.sh:355
20286 #, sh-format
20287 msgid "Saved working directory and index state $stash_msg"
20288 msgstr ""
20290 #: git-legacy-stash.sh:535
20291 #, sh-format
20292 msgid "unknown option: $opt"
20293 msgstr ""
20295 #: git-legacy-stash.sh:555
20296 #, sh-format
20297 msgid "Too many revisions specified: $REV"
20298 msgstr ""
20300 #: git-legacy-stash.sh:570
20301 #, sh-format
20302 msgid "$reference is not a valid reference"
20303 msgstr ""
20305 #: git-legacy-stash.sh:598
20306 #, sh-format
20307 msgid "'$args' is not a stash-like commit"
20308 msgstr ""
20310 #: git-legacy-stash.sh:609
20311 #, sh-format
20312 msgid "'$args' is not a stash reference"
20313 msgstr ""
20315 #: git-legacy-stash.sh:617
20316 msgid "unable to refresh index"
20317 msgstr ""
20319 #: git-legacy-stash.sh:621
20320 msgid "Cannot apply a stash in the middle of a merge"
20321 msgstr ""
20323 #: git-legacy-stash.sh:629
20324 msgid "Conflicts in index. Try without --index."
20325 msgstr ""
20327 #: git-legacy-stash.sh:631
20328 msgid "Could not save index tree"
20329 msgstr ""
20331 #: git-legacy-stash.sh:640
20332 msgid "Could not restore untracked files from stash entry"
20333 msgstr ""
20335 #: git-legacy-stash.sh:665
20336 msgid "Cannot unstage modified files"
20337 msgstr ""
20339 #: git-legacy-stash.sh:703
20340 #, sh-format
20341 msgid "Dropped ${REV} ($s)"
20342 msgstr ""
20344 #: git-legacy-stash.sh:704
20345 #, sh-format
20346 msgid "${REV}: Could not drop stash entry"
20347 msgstr ""
20349 #: git-legacy-stash.sh:791
20350 msgid "(To restore them type \"git stash apply\")"
20351 msgstr ""
20353 #: git-submodule.sh:200
20354 msgid "Relative path can only be used from the toplevel of the working tree"
20355 msgstr ""
20357 #: git-submodule.sh:210
20358 #, sh-format
20359 msgid "repo URL: '$repo' must be absolute or begin with ./|../"
20360 msgstr ""
20362 #: git-submodule.sh:229
20363 #, sh-format
20364 msgid "'$sm_path' already exists in the index"
20365 msgstr ""
20367 #: git-submodule.sh:232
20368 #, sh-format
20369 msgid "'$sm_path' already exists in the index and is not a submodule"
20370 msgstr ""
20372 #: git-submodule.sh:239
20373 #, sh-format
20374 msgid "'$sm_path' does not have a commit checked out"
20375 msgstr ""
20377 #: git-submodule.sh:245
20378 #, sh-format
20379 msgid ""
20380 "The following path is ignored by one of your .gitignore files:\n"
20381 "$sm_path\n"
20382 "Use -f if you really want to add it."
20383 msgstr ""
20385 #: git-submodule.sh:268
20386 #, sh-format
20387 msgid "Adding existing repo at '$sm_path' to the index"
20388 msgstr ""
20390 #: git-submodule.sh:270
20391 #, sh-format
20392 msgid "'$sm_path' already exists and is not a valid git repo"
20393 msgstr ""
20395 #: git-submodule.sh:278
20396 #, sh-format
20397 msgid "A git directory for '$sm_name' is found locally with remote(s):"
20398 msgstr ""
20400 #: git-submodule.sh:280
20401 #, sh-format
20402 msgid ""
20403 "If you want to reuse this local git directory instead of cloning again from\n"
20404 "  $realrepo\n"
20405 "use the '--force' option. If the local git directory is not the correct "
20406 "repo\n"
20407 "or you are unsure what this means choose another name with the '--name' "
20408 "option."
20409 msgstr ""
20411 #: git-submodule.sh:286
20412 #, sh-format
20413 msgid "Reactivating local git directory for submodule '$sm_name'."
20414 msgstr ""
20416 #: git-submodule.sh:298
20417 #, sh-format
20418 msgid "Unable to checkout submodule '$sm_path'"
20419 msgstr ""
20421 #: git-submodule.sh:303
20422 #, sh-format
20423 msgid "Failed to add submodule '$sm_path'"
20424 msgstr ""
20426 #: git-submodule.sh:312
20427 #, sh-format
20428 msgid "Failed to register submodule '$sm_path'"
20429 msgstr ""
20431 #: git-submodule.sh:573
20432 #, sh-format
20433 msgid "Unable to find current revision in submodule path '$displaypath'"
20434 msgstr ""
20436 #: git-submodule.sh:583
20437 #, sh-format
20438 msgid "Unable to fetch in submodule path '$sm_path'"
20439 msgstr ""
20441 #: git-submodule.sh:588
20442 #, sh-format
20443 msgid ""
20444 "Unable to find current ${remote_name}/${branch} revision in submodule path "
20445 "'$sm_path'"
20446 msgstr ""
20448 #: git-submodule.sh:606
20449 #, sh-format
20450 msgid ""
20451 "Unable to fetch in submodule path '$displaypath'; trying to directly fetch "
20452 "$sha1:"
20453 msgstr ""
20455 #: git-submodule.sh:612
20456 #, sh-format
20457 msgid ""
20458 "Fetched in submodule path '$displaypath', but it did not contain $sha1. "
20459 "Direct fetching of that commit failed."
20460 msgstr ""
20462 #: git-submodule.sh:619
20463 #, sh-format
20464 msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
20465 msgstr ""
20467 #: git-submodule.sh:620
20468 #, sh-format
20469 msgid "Submodule path '$displaypath': checked out '$sha1'"
20470 msgstr ""
20472 #: git-submodule.sh:624
20473 #, sh-format
20474 msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
20475 msgstr ""
20477 #: git-submodule.sh:625
20478 #, sh-format
20479 msgid "Submodule path '$displaypath': rebased into '$sha1'"
20480 msgstr ""
20482 #: git-submodule.sh:630
20483 #, sh-format
20484 msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
20485 msgstr ""
20487 #: git-submodule.sh:631
20488 #, sh-format
20489 msgid "Submodule path '$displaypath': merged in '$sha1'"
20490 msgstr ""
20492 #: git-submodule.sh:636
20493 #, sh-format
20494 msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
20495 msgstr ""
20497 #: git-submodule.sh:637
20498 #, sh-format
20499 msgid "Submodule path '$displaypath': '$command $sha1'"
20500 msgstr ""
20502 #: git-submodule.sh:668
20503 #, sh-format
20504 msgid "Failed to recurse into submodule path '$displaypath'"
20505 msgstr ""
20507 #: git-submodule.sh:830
20508 msgid "The --cached option cannot be used with the --files option"
20509 msgstr ""
20511 #: git-submodule.sh:882
20512 #, sh-format
20513 msgid "unexpected mode $mod_dst"
20514 msgstr ""
20516 #: git-submodule.sh:902
20517 #, sh-format
20518 msgid "  Warn: $display_name doesn't contain commit $sha1_src"
20519 msgstr ""
20521 #: git-submodule.sh:905
20522 #, sh-format
20523 msgid "  Warn: $display_name doesn't contain commit $sha1_dst"
20524 msgstr ""
20526 #: git-submodule.sh:908
20527 #, sh-format
20528 msgid "  Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
20529 msgstr ""
20531 #: git-parse-remote.sh:89
20532 #, sh-format
20533 msgid "See git-${cmd}(1) for details."
20534 msgstr ""
20536 #: git-rebase--preserve-merges.sh:136
20537 #, sh-format
20538 msgid "Rebasing ($new_count/$total)"
20539 msgstr ""
20541 #: git-rebase--preserve-merges.sh:152
20542 msgid ""
20543 "\n"
20544 "Commands:\n"
20545 "p, pick <commit> = use commit\n"
20546 "r, reword <commit> = use commit, but edit the commit message\n"
20547 "e, edit <commit> = use commit, but stop for amending\n"
20548 "s, squash <commit> = use commit, but meld into previous commit\n"
20549 "f, fixup <commit> = like \"squash\", but discard this commit's log message\n"
20550 "x, exec <commit> = run command (the rest of the line) using shell\n"
20551 "d, drop <commit> = remove commit\n"
20552 "l, label <label> = label current HEAD with a name\n"
20553 "t, reset <label> = reset HEAD to a label\n"
20554 "m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
20555 ".       create a merge commit using the original merge commit's\n"
20556 ".       message (or the oneline, if no original merge commit was\n"
20557 ".       specified). Use -c <commit> to reword the commit message.\n"
20558 "\n"
20559 "These lines can be re-ordered; they are executed from top to bottom.\n"
20560 msgstr ""
20562 #: git-rebase--preserve-merges.sh:215
20563 #, sh-format
20564 msgid ""
20565 "You can amend the commit now, with\n"
20566 "\n"
20567 "\tgit commit --amend $gpg_sign_opt_quoted\n"
20568 "\n"
20569 "Once you are satisfied with your changes, run\n"
20570 "\n"
20571 "\tgit rebase --continue"
20572 msgstr ""
20574 #: git-rebase--preserve-merges.sh:240
20575 #, sh-format
20576 msgid "$sha1: not a commit that can be picked"
20577 msgstr ""
20579 #: git-rebase--preserve-merges.sh:279
20580 #, sh-format
20581 msgid "Invalid commit name: $sha1"
20582 msgstr ""
20584 #: git-rebase--preserve-merges.sh:309
20585 msgid "Cannot write current commit's replacement sha1"
20586 msgstr ""
20588 #: git-rebase--preserve-merges.sh:360
20589 #, sh-format
20590 msgid "Fast-forward to $sha1"
20591 msgstr ""
20593 #: git-rebase--preserve-merges.sh:362
20594 #, sh-format
20595 msgid "Cannot fast-forward to $sha1"
20596 msgstr ""
20598 #: git-rebase--preserve-merges.sh:371
20599 #, sh-format
20600 msgid "Cannot move HEAD to $first_parent"
20601 msgstr ""
20603 #: git-rebase--preserve-merges.sh:376
20604 #, sh-format
20605 msgid "Refusing to squash a merge: $sha1"
20606 msgstr ""
20608 #: git-rebase--preserve-merges.sh:394
20609 #, sh-format
20610 msgid "Error redoing merge $sha1"
20611 msgstr ""
20613 #: git-rebase--preserve-merges.sh:403
20614 #, sh-format
20615 msgid "Could not pick $sha1"
20616 msgstr ""
20618 #: git-rebase--preserve-merges.sh:412
20619 #, sh-format
20620 msgid "This is the commit message #${n}:"
20621 msgstr ""
20623 #: git-rebase--preserve-merges.sh:417
20624 #, sh-format
20625 msgid "The commit message #${n} will be skipped:"
20626 msgstr ""
20628 #: git-rebase--preserve-merges.sh:428
20629 #, sh-format
20630 msgid "This is a combination of $count commit."
20631 msgid_plural "This is a combination of $count commits."
20632 msgstr[0] ""
20633 msgstr[1] ""
20635 #: git-rebase--preserve-merges.sh:437
20636 #, sh-format
20637 msgid "Cannot write $fixup_msg"
20638 msgstr ""
20640 #: git-rebase--preserve-merges.sh:440
20641 msgid "This is a combination of 2 commits."
20642 msgstr ""
20644 #: git-rebase--preserve-merges.sh:481 git-rebase--preserve-merges.sh:524
20645 #: git-rebase--preserve-merges.sh:527
20646 #, sh-format
20647 msgid "Could not apply $sha1... $rest"
20648 msgstr ""
20650 #: git-rebase--preserve-merges.sh:556
20651 #, sh-format
20652 msgid ""
20653 "Could not amend commit after successfully picking $sha1... $rest\n"
20654 "This is most likely due to an empty commit message, or the pre-commit hook\n"
20655 "failed. If the pre-commit hook failed, you may need to resolve the issue "
20656 "before\n"
20657 "you are able to reword the commit."
20658 msgstr ""
20660 #: git-rebase--preserve-merges.sh:571
20661 #, sh-format
20662 msgid "Stopped at $sha1_abbrev... $rest"
20663 msgstr ""
20665 #: git-rebase--preserve-merges.sh:586
20666 #, sh-format
20667 msgid "Cannot '$squash_style' without a previous commit"
20668 msgstr ""
20670 #: git-rebase--preserve-merges.sh:628
20671 #, sh-format
20672 msgid "Executing: $rest"
20673 msgstr ""
20675 #: git-rebase--preserve-merges.sh:636
20676 #, sh-format
20677 msgid "Execution failed: $rest"
20678 msgstr ""
20680 #: git-rebase--preserve-merges.sh:638
20681 msgid "and made changes to the index and/or the working tree"
20682 msgstr ""
20684 #: git-rebase--preserve-merges.sh:640
20685 msgid ""
20686 "You can fix the problem, and then run\n"
20687 "\n"
20688 "\tgit rebase --continue"
20689 msgstr ""
20691 #. TRANSLATORS: after these lines is a command to be issued by the user
20692 #: git-rebase--preserve-merges.sh:653
20693 #, sh-format
20694 msgid ""
20695 "Execution succeeded: $rest\n"
20696 "but left changes to the index and/or the working tree\n"
20697 "Commit or stash your changes, and then run\n"
20698 "\n"
20699 "\tgit rebase --continue"
20700 msgstr ""
20702 #: git-rebase--preserve-merges.sh:664
20703 #, sh-format
20704 msgid "Unknown command: $command $sha1 $rest"
20705 msgstr ""
20707 #: git-rebase--preserve-merges.sh:665
20708 msgid "Please fix this using 'git rebase --edit-todo'."
20709 msgstr ""
20711 #: git-rebase--preserve-merges.sh:700
20712 #, sh-format
20713 msgid "Successfully rebased and updated $head_name."
20714 msgstr ""
20716 #: git-rebase--preserve-merges.sh:757
20717 msgid "Could not remove CHERRY_PICK_HEAD"
20718 msgstr ""
20720 #: git-rebase--preserve-merges.sh:762
20721 #, sh-format
20722 msgid ""
20723 "You have staged changes in your working tree.\n"
20724 "If these changes are meant to be\n"
20725 "squashed into the previous commit, run:\n"
20726 "\n"
20727 "  git commit --amend $gpg_sign_opt_quoted\n"
20728 "\n"
20729 "If they are meant to go into a new commit, run:\n"
20730 "\n"
20731 "  git commit $gpg_sign_opt_quoted\n"
20732 "\n"
20733 "In both cases, once you're done, continue with:\n"
20734 "\n"
20735 "  git rebase --continue\n"
20736 msgstr ""
20738 #: git-rebase--preserve-merges.sh:779
20739 msgid "Error trying to find the author identity to amend commit"
20740 msgstr ""
20742 #: git-rebase--preserve-merges.sh:784
20743 msgid ""
20744 "You have uncommitted changes in your working tree. Please commit them\n"
20745 "first and then run 'git rebase --continue' again."
20746 msgstr ""
20748 #: git-rebase--preserve-merges.sh:789 git-rebase--preserve-merges.sh:793
20749 msgid "Could not commit staged changes."
20750 msgstr ""
20752 #: git-rebase--preserve-merges.sh:824 git-rebase--preserve-merges.sh:910
20753 msgid "Could not execute editor"
20754 msgstr ""
20756 #: git-rebase--preserve-merges.sh:845
20757 #, sh-format
20758 msgid "Could not checkout $switch_to"
20759 msgstr ""
20761 #: git-rebase--preserve-merges.sh:852
20762 msgid "No HEAD?"
20763 msgstr ""
20765 #: git-rebase--preserve-merges.sh:853
20766 #, sh-format
20767 msgid "Could not create temporary $state_dir"
20768 msgstr ""
20770 #: git-rebase--preserve-merges.sh:856
20771 msgid "Could not mark as interactive"
20772 msgstr ""
20774 #: git-rebase--preserve-merges.sh:888
20775 #, sh-format
20776 msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
20777 msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
20778 msgstr[0] ""
20779 msgstr[1] ""
20781 #: git-rebase--preserve-merges.sh:942 git-rebase--preserve-merges.sh:947
20782 msgid "Could not init rewritten commits"
20783 msgstr ""
20785 #: git-sh-setup.sh:89 git-sh-setup.sh:94
20786 #, sh-format
20787 msgid "usage: $dashless $USAGE"
20788 msgstr ""
20790 #: git-sh-setup.sh:191
20791 #, sh-format
20792 msgid "Cannot chdir to $cdup, the toplevel of the working tree"
20793 msgstr ""
20795 #: git-sh-setup.sh:200 git-sh-setup.sh:207
20796 #, sh-format
20797 msgid "fatal: $program_name cannot be used without a working tree."
20798 msgstr ""
20800 #: git-sh-setup.sh:221
20801 msgid "Cannot rebase: You have unstaged changes."
20802 msgstr ""
20804 #: git-sh-setup.sh:224
20805 msgid "Cannot rewrite branches: You have unstaged changes."
20806 msgstr ""
20808 #: git-sh-setup.sh:227
20809 msgid "Cannot pull with rebase: You have unstaged changes."
20810 msgstr ""
20812 #: git-sh-setup.sh:230
20813 #, sh-format
20814 msgid "Cannot $action: You have unstaged changes."
20815 msgstr ""
20817 #: git-sh-setup.sh:243
20818 msgid "Cannot rebase: Your index contains uncommitted changes."
20819 msgstr ""
20821 #: git-sh-setup.sh:246
20822 msgid "Cannot pull with rebase: Your index contains uncommitted changes."
20823 msgstr ""
20825 #: git-sh-setup.sh:249
20826 #, sh-format
20827 msgid "Cannot $action: Your index contains uncommitted changes."
20828 msgstr ""
20830 #: git-sh-setup.sh:253
20831 msgid "Additionally, your index contains uncommitted changes."
20832 msgstr ""
20834 #: git-sh-setup.sh:373
20835 msgid "You need to run this command from the toplevel of the working tree."
20836 msgstr ""
20838 #: git-sh-setup.sh:378
20839 msgid "Unable to determine absolute path of git directory"
20840 msgstr ""
20842 #. TRANSLATORS: you can adjust this to align "git add -i" status menu
20843 #: git-add--interactive.perl:196
20844 #, perl-format
20845 msgid "%12s %12s %s"
20846 msgstr ""
20848 #: git-add--interactive.perl:197
20849 msgid "staged"
20850 msgstr ""
20852 #: git-add--interactive.perl:197
20853 msgid "unstaged"
20854 msgstr ""
20856 #: git-add--interactive.perl:253 git-add--interactive.perl:278
20857 msgid "binary"
20858 msgstr ""
20860 #: git-add--interactive.perl:262 git-add--interactive.perl:316
20861 msgid "nothing"
20862 msgstr ""
20864 #: git-add--interactive.perl:298 git-add--interactive.perl:313
20865 msgid "unchanged"
20866 msgstr ""
20868 #: git-add--interactive.perl:609
20869 #, perl-format
20870 msgid "added %d path\n"
20871 msgid_plural "added %d paths\n"
20872 msgstr[0] ""
20873 msgstr[1] ""
20875 #: git-add--interactive.perl:612
20876 #, perl-format
20877 msgid "updated %d path\n"
20878 msgid_plural "updated %d paths\n"
20879 msgstr[0] ""
20880 msgstr[1] ""
20882 #: git-add--interactive.perl:615
20883 #, perl-format
20884 msgid "reverted %d path\n"
20885 msgid_plural "reverted %d paths\n"
20886 msgstr[0] ""
20887 msgstr[1] ""
20889 #: git-add--interactive.perl:618
20890 #, perl-format
20891 msgid "touched %d path\n"
20892 msgid_plural "touched %d paths\n"
20893 msgstr[0] ""
20894 msgstr[1] ""
20896 #: git-add--interactive.perl:627
20897 msgid "Update"
20898 msgstr ""
20900 #: git-add--interactive.perl:639
20901 msgid "Revert"
20902 msgstr ""
20904 #: git-add--interactive.perl:662
20905 #, perl-format
20906 msgid "note: %s is untracked now.\n"
20907 msgstr ""
20909 #: git-add--interactive.perl:673
20910 msgid "Add untracked"
20911 msgstr ""
20913 #: git-add--interactive.perl:679
20914 msgid "No untracked files.\n"
20915 msgstr ""
20917 #: git-add--interactive.perl:1033
20918 msgid ""
20919 "If the patch applies cleanly, the edited hunk will immediately be\n"
20920 "marked for staging."
20921 msgstr ""
20923 #: git-add--interactive.perl:1036
20924 msgid ""
20925 "If the patch applies cleanly, the edited hunk will immediately be\n"
20926 "marked for stashing."
20927 msgstr ""
20929 #: git-add--interactive.perl:1039
20930 msgid ""
20931 "If the patch applies cleanly, the edited hunk will immediately be\n"
20932 "marked for unstaging."
20933 msgstr ""
20935 #: git-add--interactive.perl:1042 git-add--interactive.perl:1051
20936 msgid ""
20937 "If the patch applies cleanly, the edited hunk will immediately be\n"
20938 "marked for applying."
20939 msgstr ""
20941 #: git-add--interactive.perl:1045 git-add--interactive.perl:1048
20942 msgid ""
20943 "If the patch applies cleanly, the edited hunk will immediately be\n"
20944 "marked for discarding."
20945 msgstr ""
20947 #: git-add--interactive.perl:1085
20948 #, perl-format
20949 msgid "failed to open hunk edit file for writing: %s"
20950 msgstr ""
20952 #: git-add--interactive.perl:1086
20953 msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
20954 msgstr ""
20956 #: git-add--interactive.perl:1092
20957 #, perl-format
20958 msgid ""
20959 "---\n"
20960 "To remove '%s' lines, make them ' ' lines (context).\n"
20961 "To remove '%s' lines, delete them.\n"
20962 "Lines starting with %s will be removed.\n"
20963 msgstr ""
20965 #. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
20966 #: git-add--interactive.perl:1100
20967 msgid ""
20968 "If it does not apply cleanly, you will be given an opportunity to\n"
20969 "edit again.  If all lines of the hunk are removed, then the edit is\n"
20970 "aborted and the hunk is left unchanged.\n"
20971 msgstr ""
20973 #: git-add--interactive.perl:1114
20974 #, perl-format
20975 msgid "failed to open hunk edit file for reading: %s"
20976 msgstr ""
20978 #. TRANSLATORS: do not translate [y/n]
20979 #. The program will only accept that input
20980 #. at this point.
20981 #. Consider translating (saying "no" discards!) as
20982 #. (saying "n" for "no" discards!) if the translation
20983 #. of the word "no" does not start with n.
20984 #: git-add--interactive.perl:1213
20985 msgid ""
20986 "Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
20987 msgstr ""
20989 #: git-add--interactive.perl:1222
20990 msgid ""
20991 "y - stage this hunk\n"
20992 "n - do not stage this hunk\n"
20993 "q - quit; do not stage this hunk or any of the remaining ones\n"
20994 "a - stage this hunk and all later hunks in the file\n"
20995 "d - do not stage this hunk or any of the later hunks in the file"
20996 msgstr ""
20998 #: git-add--interactive.perl:1228
20999 msgid ""
21000 "y - stash this hunk\n"
21001 "n - do not stash this hunk\n"
21002 "q - quit; do not stash this hunk or any of the remaining ones\n"
21003 "a - stash this hunk and all later hunks in the file\n"
21004 "d - do not stash this hunk or any of the later hunks in the file"
21005 msgstr ""
21007 #: git-add--interactive.perl:1234
21008 msgid ""
21009 "y - unstage this hunk\n"
21010 "n - do not unstage this hunk\n"
21011 "q - quit; do not unstage this hunk or any of the remaining ones\n"
21012 "a - unstage this hunk and all later hunks in the file\n"
21013 "d - do not unstage this hunk or any of the later hunks in the file"
21014 msgstr ""
21016 #: git-add--interactive.perl:1240
21017 msgid ""
21018 "y - apply this hunk to index\n"
21019 "n - do not apply this hunk to index\n"
21020 "q - quit; do not apply this hunk or any of the remaining ones\n"
21021 "a - apply this hunk and all later hunks in the file\n"
21022 "d - do not apply this hunk or any of the later hunks in the file"
21023 msgstr ""
21025 #: git-add--interactive.perl:1246
21026 msgid ""
21027 "y - discard this hunk from worktree\n"
21028 "n - do not discard this hunk from worktree\n"
21029 "q - quit; do not discard this hunk or any of the remaining ones\n"
21030 "a - discard this hunk and all later hunks in the file\n"
21031 "d - do not discard this hunk or any of the later hunks in the file"
21032 msgstr ""
21034 #: git-add--interactive.perl:1252
21035 msgid ""
21036 "y - discard this hunk from index and worktree\n"
21037 "n - do not discard this hunk from index and worktree\n"
21038 "q - quit; do not discard this hunk or any of the remaining ones\n"
21039 "a - discard this hunk and all later hunks in the file\n"
21040 "d - do not discard this hunk or any of the later hunks in the file"
21041 msgstr ""
21043 #: git-add--interactive.perl:1258
21044 msgid ""
21045 "y - apply this hunk to index and worktree\n"
21046 "n - do not apply this hunk to index and worktree\n"
21047 "q - quit; do not apply this hunk or any of the remaining ones\n"
21048 "a - apply this hunk and all later hunks in the file\n"
21049 "d - do not apply this hunk or any of the later hunks in the file"
21050 msgstr ""
21052 #: git-add--interactive.perl:1273
21053 msgid ""
21054 "g - select a hunk to go to\n"
21055 "/ - search for a hunk matching the given regex\n"
21056 "j - leave this hunk undecided, see next undecided hunk\n"
21057 "J - leave this hunk undecided, see next hunk\n"
21058 "k - leave this hunk undecided, see previous undecided hunk\n"
21059 "K - leave this hunk undecided, see previous hunk\n"
21060 "s - split the current hunk into smaller hunks\n"
21061 "e - manually edit the current hunk\n"
21062 "? - print help\n"
21063 msgstr ""
21065 #: git-add--interactive.perl:1304
21066 msgid "The selected hunks do not apply to the index!\n"
21067 msgstr ""
21069 #: git-add--interactive.perl:1305
21070 msgid "Apply them to the worktree anyway? "
21071 msgstr ""
21073 #: git-add--interactive.perl:1308
21074 msgid "Nothing was applied.\n"
21075 msgstr ""
21077 #: git-add--interactive.perl:1319
21078 #, perl-format
21079 msgid "ignoring unmerged: %s\n"
21080 msgstr ""
21082 #: git-add--interactive.perl:1328
21083 msgid "Only binary files changed.\n"
21084 msgstr ""
21086 #: git-add--interactive.perl:1330
21087 msgid "No changes.\n"
21088 msgstr ""
21090 #: git-add--interactive.perl:1338
21091 msgid "Patch update"
21092 msgstr ""
21094 #: git-add--interactive.perl:1390
21095 #, perl-format
21096 msgid "Stage mode change [y,n,q,a,d%s,?]? "
21097 msgstr ""
21099 #: git-add--interactive.perl:1391
21100 #, perl-format
21101 msgid "Stage deletion [y,n,q,a,d%s,?]? "
21102 msgstr ""
21104 #: git-add--interactive.perl:1392
21105 #, perl-format
21106 msgid "Stage this hunk [y,n,q,a,d%s,?]? "
21107 msgstr ""
21109 #: git-add--interactive.perl:1395
21110 #, perl-format
21111 msgid "Stash mode change [y,n,q,a,d%s,?]? "
21112 msgstr ""
21114 #: git-add--interactive.perl:1396
21115 #, perl-format
21116 msgid "Stash deletion [y,n,q,a,d%s,?]? "
21117 msgstr ""
21119 #: git-add--interactive.perl:1397
21120 #, perl-format
21121 msgid "Stash this hunk [y,n,q,a,d%s,?]? "
21122 msgstr ""
21124 #: git-add--interactive.perl:1400
21125 #, perl-format
21126 msgid "Unstage mode change [y,n,q,a,d%s,?]? "
21127 msgstr ""
21129 #: git-add--interactive.perl:1401
21130 #, perl-format
21131 msgid "Unstage deletion [y,n,q,a,d%s,?]? "
21132 msgstr ""
21134 #: git-add--interactive.perl:1402
21135 #, perl-format
21136 msgid "Unstage this hunk [y,n,q,a,d%s,?]? "
21137 msgstr ""
21139 #: git-add--interactive.perl:1405
21140 #, perl-format
21141 msgid "Apply mode change to index [y,n,q,a,d%s,?]? "
21142 msgstr ""
21144 #: git-add--interactive.perl:1406
21145 #, perl-format
21146 msgid "Apply deletion to index [y,n,q,a,d%s,?]? "
21147 msgstr ""
21149 #: git-add--interactive.perl:1407
21150 #, perl-format
21151 msgid "Apply this hunk to index [y,n,q,a,d%s,?]? "
21152 msgstr ""
21154 #: git-add--interactive.perl:1410
21155 #, perl-format
21156 msgid "Discard mode change from worktree [y,n,q,a,d%s,?]? "
21157 msgstr ""
21159 #: git-add--interactive.perl:1411
21160 #, perl-format
21161 msgid "Discard deletion from worktree [y,n,q,a,d%s,?]? "
21162 msgstr ""
21164 #: git-add--interactive.perl:1412
21165 #, perl-format
21166 msgid "Discard this hunk from worktree [y,n,q,a,d%s,?]? "
21167 msgstr ""
21169 #: git-add--interactive.perl:1415
21170 #, perl-format
21171 msgid "Discard mode change from index and worktree [y,n,q,a,d%s,?]? "
21172 msgstr ""
21174 #: git-add--interactive.perl:1416
21175 #, perl-format
21176 msgid "Discard deletion from index and worktree [y,n,q,a,d%s,?]? "
21177 msgstr ""
21179 #: git-add--interactive.perl:1417
21180 #, perl-format
21181 msgid "Discard this hunk from index and worktree [y,n,q,a,d%s,?]? "
21182 msgstr ""
21184 #: git-add--interactive.perl:1420
21185 #, perl-format
21186 msgid "Apply mode change to index and worktree [y,n,q,a,d%s,?]? "
21187 msgstr ""
21189 #: git-add--interactive.perl:1421
21190 #, perl-format
21191 msgid "Apply deletion to index and worktree [y,n,q,a,d%s,?]? "
21192 msgstr ""
21194 #: git-add--interactive.perl:1422
21195 #, perl-format
21196 msgid "Apply this hunk to index and worktree [y,n,q,a,d%s,?]? "
21197 msgstr ""
21199 #: git-add--interactive.perl:1522
21200 msgid "No other hunks to goto\n"
21201 msgstr ""
21203 #: git-add--interactive.perl:1529
21204 msgid "go to which hunk (<ret> to see more)? "
21205 msgstr ""
21207 #: git-add--interactive.perl:1531
21208 msgid "go to which hunk? "
21209 msgstr ""
21211 #: git-add--interactive.perl:1540
21212 #, perl-format
21213 msgid "Invalid number: '%s'\n"
21214 msgstr ""
21216 #: git-add--interactive.perl:1545
21217 #, perl-format
21218 msgid "Sorry, only %d hunk available.\n"
21219 msgid_plural "Sorry, only %d hunks available.\n"
21220 msgstr[0] ""
21221 msgstr[1] ""
21223 #: git-add--interactive.perl:1571
21224 msgid "No other hunks to search\n"
21225 msgstr ""
21227 #: git-add--interactive.perl:1575
21228 msgid "search for regex? "
21229 msgstr ""
21231 #: git-add--interactive.perl:1588
21232 #, perl-format
21233 msgid "Malformed search regexp %s: %s\n"
21234 msgstr ""
21236 #: git-add--interactive.perl:1598
21237 msgid "No hunk matches the given pattern\n"
21238 msgstr ""
21240 #: git-add--interactive.perl:1610 git-add--interactive.perl:1632
21241 msgid "No previous hunk\n"
21242 msgstr ""
21244 #: git-add--interactive.perl:1619 git-add--interactive.perl:1638
21245 msgid "No next hunk\n"
21246 msgstr ""
21248 #: git-add--interactive.perl:1644
21249 msgid "Sorry, cannot split this hunk\n"
21250 msgstr ""
21252 #: git-add--interactive.perl:1650
21253 #, perl-format
21254 msgid "Split into %d hunk.\n"
21255 msgid_plural "Split into %d hunks.\n"
21256 msgstr[0] ""
21257 msgstr[1] ""
21259 #: git-add--interactive.perl:1660
21260 msgid "Sorry, cannot edit this hunk\n"
21261 msgstr ""
21263 #: git-add--interactive.perl:1706
21264 msgid "Review diff"
21265 msgstr ""
21267 #. TRANSLATORS: please do not translate the command names
21268 #. 'status', 'update', 'revert', etc.
21269 #: git-add--interactive.perl:1725
21270 msgid ""
21271 "status        - show paths with changes\n"
21272 "update        - add working tree state to the staged set of changes\n"
21273 "revert        - revert staged set of changes back to the HEAD version\n"
21274 "patch         - pick hunks and update selectively\n"
21275 "diff          - view diff between HEAD and index\n"
21276 "add untracked - add contents of untracked files to the staged set of "
21277 "changes\n"
21278 msgstr ""
21280 #: git-add--interactive.perl:1742 git-add--interactive.perl:1747
21281 #: git-add--interactive.perl:1750 git-add--interactive.perl:1757
21282 #: git-add--interactive.perl:1761 git-add--interactive.perl:1767
21283 msgid "missing --"
21284 msgstr ""
21286 #: git-add--interactive.perl:1763
21287 #, perl-format
21288 msgid "unknown --patch mode: %s"
21289 msgstr ""
21291 #: git-add--interactive.perl:1769 git-add--interactive.perl:1775
21292 #, perl-format
21293 msgid "invalid argument %s, expecting --"
21294 msgstr ""
21296 #: git-send-email.perl:138
21297 msgid "local zone differs from GMT by a non-minute interval\n"
21298 msgstr ""
21300 #: git-send-email.perl:145 git-send-email.perl:151
21301 msgid "local time offset greater than or equal to 24 hours\n"
21302 msgstr ""
21304 #: git-send-email.perl:219 git-send-email.perl:225
21305 msgid "the editor exited uncleanly, aborting everything"
21306 msgstr ""
21308 #: git-send-email.perl:302
21309 #, perl-format
21310 msgid ""
21311 "'%s' contains an intermediate version of the email you were composing.\n"
21312 msgstr ""
21314 #: git-send-email.perl:307
21315 #, perl-format
21316 msgid "'%s.final' contains the composed email.\n"
21317 msgstr ""
21319 #: git-send-email.perl:326
21320 msgid "--dump-aliases incompatible with other options\n"
21321 msgstr ""
21323 #: git-send-email.perl:395 git-send-email.perl:656
21324 msgid "Cannot run git format-patch from outside a repository\n"
21325 msgstr ""
21327 #: git-send-email.perl:398
21328 msgid ""
21329 "`batch-size` and `relogin` must be specified together (via command-line or "
21330 "configuration option)\n"
21331 msgstr ""
21333 #: git-send-email.perl:470
21334 #, perl-format
21335 msgid "Unknown --suppress-cc field: '%s'\n"
21336 msgstr ""
21338 #: git-send-email.perl:501
21339 #, perl-format
21340 msgid "Unknown --confirm setting: '%s'\n"
21341 msgstr ""
21343 #: git-send-email.perl:529
21344 #, perl-format
21345 msgid "warning: sendmail alias with quotes is not supported: %s\n"
21346 msgstr ""
21348 #: git-send-email.perl:531
21349 #, perl-format
21350 msgid "warning: `:include:` not supported: %s\n"
21351 msgstr ""
21353 #: git-send-email.perl:533
21354 #, perl-format
21355 msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
21356 msgstr ""
21358 #: git-send-email.perl:538
21359 #, perl-format
21360 msgid "warning: sendmail line is not recognized: %s\n"
21361 msgstr ""
21363 #: git-send-email.perl:622
21364 #, perl-format
21365 msgid ""
21366 "File '%s' exists but it could also be the range of commits\n"
21367 "to produce patches for.  Please disambiguate by...\n"
21368 "\n"
21369 "    * Saying \"./%s\" if you mean a file; or\n"
21370 "    * Giving --format-patch option if you mean a range.\n"
21371 msgstr ""
21373 #: git-send-email.perl:643
21374 #, perl-format
21375 msgid "Failed to opendir %s: %s"
21376 msgstr ""
21378 #: git-send-email.perl:667
21379 #, perl-format
21380 msgid ""
21381 "fatal: %s: %s\n"
21382 "warning: no patches were sent\n"
21383 msgstr ""
21385 #: git-send-email.perl:678
21386 msgid ""
21387 "\n"
21388 "No patch files specified!\n"
21389 "\n"
21390 msgstr ""
21392 #: git-send-email.perl:691
21393 #, perl-format
21394 msgid "No subject line in %s?"
21395 msgstr ""
21397 #: git-send-email.perl:701
21398 #, perl-format
21399 msgid "Failed to open for writing %s: %s"
21400 msgstr ""
21402 #: git-send-email.perl:712
21403 msgid ""
21404 "Lines beginning in \"GIT:\" will be removed.\n"
21405 "Consider including an overall diffstat or table of contents\n"
21406 "for the patch you are writing.\n"
21407 "\n"
21408 "Clear the body content if you don't wish to send a summary.\n"
21409 msgstr ""
21411 #: git-send-email.perl:736
21412 #, perl-format
21413 msgid "Failed to open %s: %s"
21414 msgstr ""
21416 #: git-send-email.perl:753
21417 #, perl-format
21418 msgid "Failed to open %s.final: %s"
21419 msgstr ""
21421 #: git-send-email.perl:796
21422 msgid "Summary email is empty, skipping it\n"
21423 msgstr ""
21425 #. TRANSLATORS: please keep [y/N] as is.
21426 #: git-send-email.perl:831
21427 #, perl-format
21428 msgid "Are you sure you want to use <%s> [y/N]? "
21429 msgstr ""
21431 #: git-send-email.perl:886
21432 msgid ""
21433 "The following files are 8bit, but do not declare a Content-Transfer-"
21434 "Encoding.\n"
21435 msgstr ""
21437 #: git-send-email.perl:891
21438 msgid "Which 8bit encoding should I declare [UTF-8]? "
21439 msgstr ""
21441 #: git-send-email.perl:899
21442 #, perl-format
21443 msgid ""
21444 "Refusing to send because the patch\n"
21445 "\t%s\n"
21446 "has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
21447 "want to send.\n"
21448 msgstr ""
21450 #: git-send-email.perl:918
21451 msgid "To whom should the emails be sent (if anyone)?"
21452 msgstr ""
21454 #: git-send-email.perl:936
21455 #, perl-format
21456 msgid "fatal: alias '%s' expands to itself\n"
21457 msgstr ""
21459 #: git-send-email.perl:948
21460 msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
21461 msgstr ""
21463 #: git-send-email.perl:1006 git-send-email.perl:1014
21464 #, perl-format
21465 msgid "error: unable to extract a valid address from: %s\n"
21466 msgstr ""
21468 #. TRANSLATORS: Make sure to include [q] [d] [e] in your
21469 #. translation. The program will only accept English input
21470 #. at this point.
21471 #: git-send-email.perl:1018
21472 msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
21473 msgstr ""
21475 #: git-send-email.perl:1335
21476 #, perl-format
21477 msgid "CA path \"%s\" does not exist"
21478 msgstr ""
21480 #: git-send-email.perl:1418
21481 msgid ""
21482 "    The Cc list above has been expanded by additional\n"
21483 "    addresses found in the patch commit message. By default\n"
21484 "    send-email prompts before sending whenever this occurs.\n"
21485 "    This behavior is controlled by the sendemail.confirm\n"
21486 "    configuration setting.\n"
21487 "\n"
21488 "    For additional information, run 'git send-email --help'.\n"
21489 "    To retain the current behavior, but squelch this message,\n"
21490 "    run 'git config --global sendemail.confirm auto'.\n"
21491 "\n"
21492 msgstr ""
21494 #. TRANSLATORS: Make sure to include [y] [n] [e] [q] [a] in your
21495 #. translation. The program will only accept English input
21496 #. at this point.
21497 #: git-send-email.perl:1433
21498 msgid "Send this email? ([y]es|[n]o|[e]dit|[q]uit|[a]ll): "
21499 msgstr ""
21501 #: git-send-email.perl:1436
21502 msgid "Send this email reply required"
21503 msgstr ""
21505 #: git-send-email.perl:1464
21506 msgid "The required SMTP server is not properly defined."
21507 msgstr ""
21509 #: git-send-email.perl:1511
21510 #, perl-format
21511 msgid "Server does not support STARTTLS! %s"
21512 msgstr ""
21514 #: git-send-email.perl:1516 git-send-email.perl:1520
21515 #, perl-format
21516 msgid "STARTTLS failed! %s"
21517 msgstr ""
21519 #: git-send-email.perl:1529
21520 msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
21521 msgstr ""
21523 #: git-send-email.perl:1547
21524 #, perl-format
21525 msgid "Failed to send %s\n"
21526 msgstr ""
21528 #: git-send-email.perl:1550
21529 #, perl-format
21530 msgid "Dry-Sent %s\n"
21531 msgstr ""
21533 #: git-send-email.perl:1550
21534 #, perl-format
21535 msgid "Sent %s\n"
21536 msgstr ""
21538 #: git-send-email.perl:1552
21539 msgid "Dry-OK. Log says:\n"
21540 msgstr ""
21542 #: git-send-email.perl:1552
21543 msgid "OK. Log says:\n"
21544 msgstr ""
21546 #: git-send-email.perl:1564
21547 msgid "Result: "
21548 msgstr ""
21550 #: git-send-email.perl:1567
21551 msgid "Result: OK\n"
21552 msgstr ""
21554 #: git-send-email.perl:1585
21555 #, perl-format
21556 msgid "can't open file %s"
21557 msgstr ""
21559 #: git-send-email.perl:1632 git-send-email.perl:1652
21560 #, perl-format
21561 msgid "(mbox) Adding cc: %s from line '%s'\n"
21562 msgstr ""
21564 #: git-send-email.perl:1638
21565 #, perl-format
21566 msgid "(mbox) Adding to: %s from line '%s'\n"
21567 msgstr ""
21569 #: git-send-email.perl:1691
21570 #, perl-format
21571 msgid "(non-mbox) Adding cc: %s from line '%s'\n"
21572 msgstr ""
21574 #: git-send-email.perl:1726
21575 #, perl-format
21576 msgid "(body) Adding cc: %s from line '%s'\n"
21577 msgstr ""
21579 #: git-send-email.perl:1837
21580 #, perl-format
21581 msgid "(%s) Could not execute '%s'"
21582 msgstr ""
21584 #: git-send-email.perl:1844
21585 #, perl-format
21586 msgid "(%s) Adding %s: %s from: '%s'\n"
21587 msgstr ""
21589 #: git-send-email.perl:1848
21590 #, perl-format
21591 msgid "(%s) failed to close pipe to '%s'"
21592 msgstr ""
21594 #: git-send-email.perl:1878
21595 msgid "cannot send message as 7bit"
21596 msgstr ""
21598 #: git-send-email.perl:1886
21599 msgid "invalid transfer encoding"
21600 msgstr ""
21602 #: git-send-email.perl:1927 git-send-email.perl:1979 git-send-email.perl:1989
21603 #, perl-format
21604 msgid "unable to open %s: %s\n"
21605 msgstr ""
21607 #: git-send-email.perl:1930
21608 #, perl-format
21609 msgid "%s: patch contains a line longer than 998 characters"
21610 msgstr ""
21612 #: git-send-email.perl:1947
21613 #, perl-format
21614 msgid "Skipping %s with backup suffix '%s'.\n"
21615 msgstr ""
21617 #. TRANSLATORS: please keep "[y|N]" as is.
21618 #: git-send-email.perl:1951
21619 #, perl-format
21620 msgid "Do you really want to send %s? [y|N]: "
21621 msgstr ""