]> git.ipfire.org Git - thirdparty/git.git/blob - po/git.pot
5d0b2354dcd063f4b19d924d8d646dca90e397a0
[thirdparty/git.git] / po / git.pot
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.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
11 "POT-Creation-Date: 2017-12-31 10:45+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"
20
21 #: advice.c:62
22 #, c-format
23 msgid "hint: %.*s\n"
24 msgstr ""
25
26 #: advice.c:90
27 msgid "Cherry-picking is not possible because you have unmerged files."
28 msgstr ""
29
30 #: advice.c:92
31 msgid "Committing is not possible because you have unmerged files."
32 msgstr ""
33
34 #: advice.c:94
35 msgid "Merging is not possible because you have unmerged files."
36 msgstr ""
37
38 #: advice.c:96
39 msgid "Pulling is not possible because you have unmerged files."
40 msgstr ""
41
42 #: advice.c:98
43 msgid "Reverting is not possible because you have unmerged files."
44 msgstr ""
45
46 #: advice.c:100
47 #, c-format
48 msgid "It is not possible to %s because you have unmerged files."
49 msgstr ""
50
51 #: advice.c:108
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 ""
56
57 #: advice.c:116
58 msgid "Exiting because of an unresolved conflict."
59 msgstr ""
60
61 #: advice.c:121 builtin/merge.c:1213
62 msgid "You have not concluded your merge (MERGE_HEAD exists)."
63 msgstr ""
64
65 #: advice.c:123
66 msgid "Please, commit your changes before merging."
67 msgstr ""
68
69 #: advice.c:124
70 msgid "Exiting because of unfinished merge."
71 msgstr ""
72
73 #: advice.c:130
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 ""
88
89 #: apply.c:58
90 #, c-format
91 msgid "unrecognized whitespace option '%s'"
92 msgstr ""
93
94 #: apply.c:74
95 #, c-format
96 msgid "unrecognized whitespace ignore option '%s'"
97 msgstr ""
98
99 #: apply.c:122
100 msgid "--reject and --3way cannot be used together."
101 msgstr ""
102
103 #: apply.c:124
104 msgid "--cached and --3way cannot be used together."
105 msgstr ""
106
107 #: apply.c:127
108 msgid "--3way outside a repository"
109 msgstr ""
110
111 #: apply.c:138
112 msgid "--index outside a repository"
113 msgstr ""
114
115 #: apply.c:141
116 msgid "--cached outside a repository"
117 msgstr ""
118
119 #: apply.c:821
120 #, c-format
121 msgid "Cannot prepare timestamp regexp %s"
122 msgstr ""
123
124 #: apply.c:830
125 #, c-format
126 msgid "regexec returned %d for input: %s"
127 msgstr ""
128
129 #: apply.c:904
130 #, c-format
131 msgid "unable to find filename in patch at line %d"
132 msgstr ""
133
134 #: apply.c:942
135 #, c-format
136 msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
137 msgstr ""
138
139 #: apply.c:948
140 #, c-format
141 msgid "git apply: bad git-diff - inconsistent new filename on line %d"
142 msgstr ""
143
144 #: apply.c:949
145 #, c-format
146 msgid "git apply: bad git-diff - inconsistent old filename on line %d"
147 msgstr ""
148
149 #: apply.c:954
150 #, c-format
151 msgid "git apply: bad git-diff - expected /dev/null on line %d"
152 msgstr ""
153
154 #: apply.c:983
155 #, c-format
156 msgid "invalid mode on line %d: %s"
157 msgstr ""
158
159 #: apply.c:1301
160 #, c-format
161 msgid "inconsistent header lines %d and %d"
162 msgstr ""
163
164 #: apply.c:1473
165 #, c-format
166 msgid "recount: unexpected line: %.*s"
167 msgstr ""
168
169 #: apply.c:1542
170 #, c-format
171 msgid "patch fragment without header at line %d: %.*s"
172 msgstr ""
173
174 #: apply.c:1562
175 #, c-format
176 msgid ""
177 "git diff header lacks filename information when removing %d leading pathname "
178 "component (line %d)"
179 msgid_plural ""
180 "git diff header lacks filename information when removing %d leading pathname "
181 "components (line %d)"
182 msgstr[0] ""
183 msgstr[1] ""
184
185 #: apply.c:1575
186 #, c-format
187 msgid "git diff header lacks filename information (line %d)"
188 msgstr ""
189
190 #: apply.c:1763
191 msgid "new file depends on old contents"
192 msgstr ""
193
194 #: apply.c:1765
195 msgid "deleted file still has contents"
196 msgstr ""
197
198 #: apply.c:1799
199 #, c-format
200 msgid "corrupt patch at line %d"
201 msgstr ""
202
203 #: apply.c:1836
204 #, c-format
205 msgid "new file %s depends on old contents"
206 msgstr ""
207
208 #: apply.c:1838
209 #, c-format
210 msgid "deleted file %s still has contents"
211 msgstr ""
212
213 #: apply.c:1841
214 #, c-format
215 msgid "** warning: file %s becomes empty but is not deleted"
216 msgstr ""
217
218 #: apply.c:1988
219 #, c-format
220 msgid "corrupt binary patch at line %d: %.*s"
221 msgstr ""
222
223 #: apply.c:2025
224 #, c-format
225 msgid "unrecognized binary patch at line %d"
226 msgstr ""
227
228 #: apply.c:2185
229 #, c-format
230 msgid "patch with only garbage at line %d"
231 msgstr ""
232
233 #: apply.c:2271
234 #, c-format
235 msgid "unable to read symlink %s"
236 msgstr ""
237
238 #: apply.c:2275
239 #, c-format
240 msgid "unable to open or read %s"
241 msgstr ""
242
243 #: apply.c:2934
244 #, c-format
245 msgid "invalid start of line: '%c'"
246 msgstr ""
247
248 #: apply.c:3055
249 #, c-format
250 msgid "Hunk #%d succeeded at %d (offset %d line)."
251 msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
252 msgstr[0] ""
253 msgstr[1] ""
254
255 #: apply.c:3067
256 #, c-format
257 msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
258 msgstr ""
259
260 #: apply.c:3073
261 #, c-format
262 msgid ""
263 "while searching for:\n"
264 "%.*s"
265 msgstr ""
266
267 #: apply.c:3095
268 #, c-format
269 msgid "missing binary patch data for '%s'"
270 msgstr ""
271
272 #: apply.c:3103
273 #, c-format
274 msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
275 msgstr ""
276
277 #: apply.c:3149
278 #, c-format
279 msgid "cannot apply binary patch to '%s' without full index line"
280 msgstr ""
281
282 #: apply.c:3159
283 #, c-format
284 msgid ""
285 "the patch applies to '%s' (%s), which does not match the current contents."
286 msgstr ""
287
288 #: apply.c:3167
289 #, c-format
290 msgid "the patch applies to an empty '%s' but it is not empty"
291 msgstr ""
292
293 #: apply.c:3185
294 #, c-format
295 msgid "the necessary postimage %s for '%s' cannot be read"
296 msgstr ""
297
298 #: apply.c:3198
299 #, c-format
300 msgid "binary patch does not apply to '%s'"
301 msgstr ""
302
303 #: apply.c:3204
304 #, c-format
305 msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
306 msgstr ""
307
308 #: apply.c:3225
309 #, c-format
310 msgid "patch failed: %s:%ld"
311 msgstr ""
312
313 #: apply.c:3347
314 #, c-format
315 msgid "cannot checkout %s"
316 msgstr ""
317
318 #: apply.c:3396 apply.c:3407 apply.c:3453 setup.c:277
319 #, c-format
320 msgid "failed to read %s"
321 msgstr ""
322
323 #: apply.c:3404
324 #, c-format
325 msgid "reading from '%s' beyond a symbolic link"
326 msgstr ""
327
328 #: apply.c:3433 apply.c:3673
329 #, c-format
330 msgid "path %s has been renamed/deleted"
331 msgstr ""
332
333 #: apply.c:3516 apply.c:3687
334 #, c-format
335 msgid "%s: does not exist in index"
336 msgstr ""
337
338 #: apply.c:3525 apply.c:3695
339 #, c-format
340 msgid "%s: does not match index"
341 msgstr ""
342
343 #: apply.c:3560
344 msgid "repository lacks the necessary blob to fall back on 3-way merge."
345 msgstr ""
346
347 #: apply.c:3563
348 #, c-format
349 msgid "Falling back to three-way merge...\n"
350 msgstr ""
351
352 #: apply.c:3579 apply.c:3583
353 #, c-format
354 msgid "cannot read the current contents of '%s'"
355 msgstr ""
356
357 #: apply.c:3595
358 #, c-format
359 msgid "Failed to fall back on three-way merge...\n"
360 msgstr ""
361
362 #: apply.c:3609
363 #, c-format
364 msgid "Applied patch to '%s' with conflicts.\n"
365 msgstr ""
366
367 #: apply.c:3614
368 #, c-format
369 msgid "Applied patch to '%s' cleanly.\n"
370 msgstr ""
371
372 #: apply.c:3640
373 msgid "removal patch leaves file contents"
374 msgstr ""
375
376 #: apply.c:3712
377 #, c-format
378 msgid "%s: wrong type"
379 msgstr ""
380
381 #: apply.c:3714
382 #, c-format
383 msgid "%s has type %o, expected %o"
384 msgstr ""
385
386 #: apply.c:3864 apply.c:3866
387 #, c-format
388 msgid "invalid path '%s'"
389 msgstr ""
390
391 #: apply.c:3922
392 #, c-format
393 msgid "%s: already exists in index"
394 msgstr ""
395
396 #: apply.c:3925
397 #, c-format
398 msgid "%s: already exists in working directory"
399 msgstr ""
400
401 #: apply.c:3945
402 #, c-format
403 msgid "new mode (%o) of %s does not match old mode (%o)"
404 msgstr ""
405
406 #: apply.c:3950
407 #, c-format
408 msgid "new mode (%o) of %s does not match old mode (%o) of %s"
409 msgstr ""
410
411 #: apply.c:3970
412 #, c-format
413 msgid "affected file '%s' is beyond a symbolic link"
414 msgstr ""
415
416 #: apply.c:3974
417 #, c-format
418 msgid "%s: patch does not apply"
419 msgstr ""
420
421 #: apply.c:3989
422 #, c-format
423 msgid "Checking patch %s..."
424 msgstr ""
425
426 #: apply.c:4080
427 #, c-format
428 msgid "sha1 information is lacking or useless for submodule %s"
429 msgstr ""
430
431 #: apply.c:4087
432 #, c-format
433 msgid "mode change for %s, which is not in current HEAD"
434 msgstr ""
435
436 #: apply.c:4090
437 #, c-format
438 msgid "sha1 information is lacking or useless (%s)."
439 msgstr ""
440
441 #: apply.c:4095 builtin/checkout.c:236 builtin/reset.c:148
442 #, c-format
443 msgid "make_cache_entry failed for path '%s'"
444 msgstr ""
445
446 #: apply.c:4099
447 #, c-format
448 msgid "could not add %s to temporary index"
449 msgstr ""
450
451 #: apply.c:4109
452 #, c-format
453 msgid "could not write temporary index to %s"
454 msgstr ""
455
456 #: apply.c:4247
457 #, c-format
458 msgid "unable to remove %s from index"
459 msgstr ""
460
461 #: apply.c:4282
462 #, c-format
463 msgid "corrupt patch for submodule %s"
464 msgstr ""
465
466 #: apply.c:4288
467 #, c-format
468 msgid "unable to stat newly created file '%s'"
469 msgstr ""
470
471 #: apply.c:4296
472 #, c-format
473 msgid "unable to create backing store for newly created file %s"
474 msgstr ""
475
476 #: apply.c:4302 apply.c:4446
477 #, c-format
478 msgid "unable to add cache entry for %s"
479 msgstr ""
480
481 #: apply.c:4343
482 #, c-format
483 msgid "failed to write to '%s'"
484 msgstr ""
485
486 #: apply.c:4347
487 #, c-format
488 msgid "closing file '%s'"
489 msgstr ""
490
491 #: apply.c:4417
492 #, c-format
493 msgid "unable to write file '%s' mode %o"
494 msgstr ""
495
496 #: apply.c:4515
497 #, c-format
498 msgid "Applied patch %s cleanly."
499 msgstr ""
500
501 #: apply.c:4523
502 msgid "internal error"
503 msgstr ""
504
505 #: apply.c:4526
506 #, c-format
507 msgid "Applying patch %%s with %d reject..."
508 msgid_plural "Applying patch %%s with %d rejects..."
509 msgstr[0] ""
510 msgstr[1] ""
511
512 #: apply.c:4537
513 #, c-format
514 msgid "truncating .rej filename to %.*s.rej"
515 msgstr ""
516
517 #: apply.c:4545 builtin/fetch.c:761 builtin/fetch.c:1011
518 #, c-format
519 msgid "cannot open %s"
520 msgstr ""
521
522 #: apply.c:4559
523 #, c-format
524 msgid "Hunk #%d applied cleanly."
525 msgstr ""
526
527 #: apply.c:4563
528 #, c-format
529 msgid "Rejected hunk #%d."
530 msgstr ""
531
532 #: apply.c:4673
533 #, c-format
534 msgid "Skipped patch '%s'."
535 msgstr ""
536
537 #: apply.c:4681
538 msgid "unrecognized input"
539 msgstr ""
540
541 #: apply.c:4700
542 msgid "unable to read index file"
543 msgstr ""
544
545 #: apply.c:4837
546 #, c-format
547 msgid "can't open patch '%s': %s"
548 msgstr ""
549
550 #: apply.c:4864
551 #, c-format
552 msgid "squelched %d whitespace error"
553 msgid_plural "squelched %d whitespace errors"
554 msgstr[0] ""
555 msgstr[1] ""
556
557 #: apply.c:4870 apply.c:4885
558 #, c-format
559 msgid "%d line adds whitespace errors."
560 msgid_plural "%d lines add whitespace errors."
561 msgstr[0] ""
562 msgstr[1] ""
563
564 #: apply.c:4878
565 #, c-format
566 msgid "%d line applied after fixing whitespace errors."
567 msgid_plural "%d lines applied after fixing whitespace errors."
568 msgstr[0] ""
569 msgstr[1] ""
570
571 #: apply.c:4894 builtin/add.c:539 builtin/mv.c:298 builtin/rm.c:390
572 msgid "Unable to write new index file"
573 msgstr ""
574
575 #: apply.c:4921 apply.c:4924 builtin/am.c:2257 builtin/am.c:2260
576 #: builtin/clone.c:116 builtin/fetch.c:116 builtin/pull.c:193
577 #: builtin/submodule--helper.c:369 builtin/submodule--helper.c:860
578 #: builtin/submodule--helper.c:863 builtin/submodule--helper.c:1230
579 #: builtin/submodule--helper.c:1233 builtin/submodule--helper.c:1450
580 #: git-add--interactive.perl:197
581 msgid "path"
582 msgstr ""
583
584 #: apply.c:4922
585 msgid "don't apply changes matching the given path"
586 msgstr ""
587
588 #: apply.c:4925
589 msgid "apply changes matching the given path"
590 msgstr ""
591
592 #: apply.c:4927 builtin/am.c:2266
593 msgid "num"
594 msgstr ""
595
596 #: apply.c:4928
597 msgid "remove <num> leading slashes from traditional diff paths"
598 msgstr ""
599
600 #: apply.c:4931
601 msgid "ignore additions made by the patch"
602 msgstr ""
603
604 #: apply.c:4933
605 msgid "instead of applying the patch, output diffstat for the input"
606 msgstr ""
607
608 #: apply.c:4937
609 msgid "show number of added and deleted lines in decimal notation"
610 msgstr ""
611
612 #: apply.c:4939
613 msgid "instead of applying the patch, output a summary for the input"
614 msgstr ""
615
616 #: apply.c:4941
617 msgid "instead of applying the patch, see if the patch is applicable"
618 msgstr ""
619
620 #: apply.c:4943
621 msgid "make sure the patch is applicable to the current index"
622 msgstr ""
623
624 #: apply.c:4945
625 msgid "apply a patch without touching the working tree"
626 msgstr ""
627
628 #: apply.c:4947
629 msgid "accept a patch that touches outside the working area"
630 msgstr ""
631
632 #: apply.c:4949
633 msgid "also apply the patch (use with --stat/--summary/--check)"
634 msgstr ""
635
636 #: apply.c:4951
637 msgid "attempt three-way merge if a patch does not apply"
638 msgstr ""
639
640 #: apply.c:4953
641 msgid "build a temporary index based on embedded index information"
642 msgstr ""
643
644 #: apply.c:4956 builtin/checkout-index.c:168 builtin/ls-files.c:515
645 msgid "paths are separated with NUL character"
646 msgstr ""
647
648 #: apply.c:4958
649 msgid "ensure at least <n> lines of context match"
650 msgstr ""
651
652 #: apply.c:4959 builtin/am.c:2245 builtin/interpret-trailers.c:95
653 #: builtin/interpret-trailers.c:97 builtin/interpret-trailers.c:99
654 #: builtin/pack-objects.c:3009
655 msgid "action"
656 msgstr ""
657
658 #: apply.c:4960
659 msgid "detect new or modified lines that have whitespace errors"
660 msgstr ""
661
662 #: apply.c:4963 apply.c:4966
663 msgid "ignore changes in whitespace when finding context"
664 msgstr ""
665
666 #: apply.c:4969
667 msgid "apply the patch in reverse"
668 msgstr ""
669
670 #: apply.c:4971
671 msgid "don't expect at least one line of context"
672 msgstr ""
673
674 #: apply.c:4973
675 msgid "leave the rejected hunks in corresponding *.rej files"
676 msgstr ""
677
678 #: apply.c:4975
679 msgid "allow overlapping hunks"
680 msgstr ""
681
682 #: apply.c:4976 builtin/add.c:292 builtin/check-ignore.c:21
683 #: builtin/commit.c:1361 builtin/count-objects.c:96 builtin/fsck.c:640
684 #: builtin/log.c:1896 builtin/mv.c:123 builtin/read-tree.c:125
685 msgid "be verbose"
686 msgstr ""
687
688 #: apply.c:4978
689 msgid "tolerate incorrectly detected missing new-line at the end of file"
690 msgstr ""
691
692 #: apply.c:4981
693 msgid "do not trust the line counts in the hunk headers"
694 msgstr ""
695
696 #: apply.c:4983 builtin/am.c:2254
697 msgid "root"
698 msgstr ""
699
700 #: apply.c:4984
701 msgid "prepend <root> to all filenames"
702 msgstr ""
703
704 #: archive.c:13
705 msgid "git archive [<options>] <tree-ish> [<path>...]"
706 msgstr ""
707
708 #: archive.c:14
709 msgid "git archive --list"
710 msgstr ""
711
712 #: archive.c:15
713 msgid ""
714 "git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
715 msgstr ""
716
717 #: archive.c:16
718 msgid "git archive --remote <repo> [--exec <cmd>] --list"
719 msgstr ""
720
721 #: archive.c:351 builtin/add.c:176 builtin/add.c:515 builtin/rm.c:299
722 #, c-format
723 msgid "pathspec '%s' did not match any files"
724 msgstr ""
725
726 #: archive.c:436
727 msgid "fmt"
728 msgstr ""
729
730 #: archive.c:436
731 msgid "archive format"
732 msgstr ""
733
734 #: archive.c:437 builtin/log.c:1459
735 msgid "prefix"
736 msgstr ""
737
738 #: archive.c:438
739 msgid "prepend prefix to each pathname in the archive"
740 msgstr ""
741
742 #: archive.c:439 builtin/blame.c:693 builtin/blame.c:694 builtin/config.c:62
743 #: builtin/fast-export.c:1005 builtin/fast-export.c:1007 builtin/grep.c:861
744 #: builtin/hash-object.c:102 builtin/ls-files.c:551 builtin/ls-files.c:554
745 #: builtin/notes.c:405 builtin/notes.c:568 builtin/read-tree.c:120
746 #: parse-options.h:153
747 msgid "file"
748 msgstr ""
749
750 #: archive.c:440 builtin/archive.c:89
751 msgid "write the archive to this file"
752 msgstr ""
753
754 #: archive.c:442
755 msgid "read .gitattributes in working directory"
756 msgstr ""
757
758 #: archive.c:443
759 msgid "report archived files on stderr"
760 msgstr ""
761
762 #: archive.c:444
763 msgid "store only"
764 msgstr ""
765
766 #: archive.c:445
767 msgid "compress faster"
768 msgstr ""
769
770 #: archive.c:453
771 msgid "compress better"
772 msgstr ""
773
774 #: archive.c:456
775 msgid "list supported archive formats"
776 msgstr ""
777
778 #: archive.c:458 builtin/archive.c:90 builtin/clone.c:106 builtin/clone.c:109
779 #: builtin/submodule--helper.c:872 builtin/submodule--helper.c:1239
780 msgid "repo"
781 msgstr ""
782
783 #: archive.c:459 builtin/archive.c:91
784 msgid "retrieve the archive from remote repository <repo>"
785 msgstr ""
786
787 #: archive.c:460 builtin/archive.c:92 builtin/notes.c:489
788 msgid "command"
789 msgstr ""
790
791 #: archive.c:461 builtin/archive.c:93
792 msgid "path to the remote git-upload-archive command"
793 msgstr ""
794
795 #: archive.c:468
796 msgid "Unexpected option --remote"
797 msgstr ""
798
799 #: archive.c:470
800 msgid "Option --exec can only be used together with --remote"
801 msgstr ""
802
803 #: archive.c:472
804 msgid "Unexpected option --output"
805 msgstr ""
806
807 #: archive.c:494
808 #, c-format
809 msgid "Unknown archive format '%s'"
810 msgstr ""
811
812 #: archive.c:501
813 #, c-format
814 msgid "Argument not supported for format '%s': -%d"
815 msgstr ""
816
817 #: attr.c:218
818 #, c-format
819 msgid "%.*s is not a valid attribute name"
820 msgstr ""
821
822 #: attr.c:415
823 msgid ""
824 "Negative patterns are ignored in git attributes\n"
825 "Use '\\!' for literal leading exclamation."
826 msgstr ""
827
828 #: bisect.c:458
829 #, c-format
830 msgid "Badly quoted content in file '%s': %s"
831 msgstr ""
832
833 #: bisect.c:666
834 #, c-format
835 msgid "We cannot bisect more!\n"
836 msgstr ""
837
838 #: bisect.c:720
839 #, c-format
840 msgid "Not a valid commit name %s"
841 msgstr ""
842
843 #: bisect.c:744
844 #, c-format
845 msgid ""
846 "The merge base %s is bad.\n"
847 "This means the bug has been fixed between %s and [%s].\n"
848 msgstr ""
849
850 #: bisect.c:749
851 #, c-format
852 msgid ""
853 "The merge base %s is new.\n"
854 "The property has changed between %s and [%s].\n"
855 msgstr ""
856
857 #: bisect.c:754
858 #, c-format
859 msgid ""
860 "The merge base %s is %s.\n"
861 "This means the first '%s' commit is between %s and [%s].\n"
862 msgstr ""
863
864 #: bisect.c:762
865 #, c-format
866 msgid ""
867 "Some %s revs are not ancestors of the %s rev.\n"
868 "git bisect cannot work properly in this case.\n"
869 "Maybe you mistook %s and %s revs?\n"
870 msgstr ""
871
872 #: bisect.c:775
873 #, c-format
874 msgid ""
875 "the merge base between %s and [%s] must be skipped.\n"
876 "So we cannot be sure the first %s commit is between %s and %s.\n"
877 "We continue anyway."
878 msgstr ""
879
880 #: bisect.c:810
881 #, c-format
882 msgid "Bisecting: a merge base must be tested\n"
883 msgstr ""
884
885 #: bisect.c:862
886 #, c-format
887 msgid "a %s revision is needed"
888 msgstr ""
889
890 #: bisect.c:879 builtin/notes.c:175 builtin/tag.c:234
891 #, c-format
892 msgid "could not create file '%s'"
893 msgstr ""
894
895 #: bisect.c:930
896 #, c-format
897 msgid "could not read file '%s'"
898 msgstr ""
899
900 #: bisect.c:960
901 msgid "reading bisect refs failed"
902 msgstr ""
903
904 #: bisect.c:979
905 #, c-format
906 msgid "%s was both %s and %s\n"
907 msgstr ""
908
909 #: bisect.c:987
910 #, c-format
911 msgid ""
912 "No testable commit found.\n"
913 "Maybe you started with bad path parameters?\n"
914 msgstr ""
915
916 #: bisect.c:1006
917 #, c-format
918 msgid "(roughly %d step)"
919 msgid_plural "(roughly %d steps)"
920 msgstr[0] ""
921 msgstr[1] ""
922
923 #. TRANSLATORS: the last %s will be replaced with "(roughly %d
924 #. steps)" translation.
925 #.
926 #: bisect.c:1012
927 #, c-format
928 msgid "Bisecting: %d revision left to test after this %s\n"
929 msgid_plural "Bisecting: %d revisions left to test after this %s\n"
930 msgstr[0] ""
931 msgstr[1] ""
932
933 #: blame.c:1757
934 msgid "--contents and --reverse do not blend well."
935 msgstr ""
936
937 #: blame.c:1768
938 msgid "cannot use --contents with final commit object name"
939 msgstr ""
940
941 #: blame.c:1788
942 msgid "--reverse and --first-parent together require specified latest commit"
943 msgstr ""
944
945 #: blame.c:1797 bundle.c:169 ref-filter.c:1981 sequencer.c:1179
946 #: sequencer.c:2367 builtin/commit.c:1066 builtin/log.c:364 builtin/log.c:918
947 #: builtin/log.c:1368 builtin/log.c:1697 builtin/log.c:1945 builtin/merge.c:369
948 #: builtin/shortlog.c:191
949 msgid "revision walk setup failed"
950 msgstr ""
951
952 #: blame.c:1815
953 msgid ""
954 "--reverse --first-parent together require range along first-parent chain"
955 msgstr ""
956
957 #: blame.c:1826
958 #, c-format
959 msgid "no such path %s in %s"
960 msgstr ""
961
962 #: blame.c:1837
963 #, c-format
964 msgid "cannot read blob %s for path %s"
965 msgstr ""
966
967 #: branch.c:53
968 #, c-format
969 msgid ""
970 "\n"
971 "After fixing the error cause you may try to fix up\n"
972 "the remote tracking information by invoking\n"
973 "\"git branch --set-upstream-to=%s%s%s\"."
974 msgstr ""
975
976 #: branch.c:67
977 #, c-format
978 msgid "Not setting branch %s as its own upstream."
979 msgstr ""
980
981 #: branch.c:93
982 #, c-format
983 msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."
984 msgstr ""
985
986 #: branch.c:94
987 #, c-format
988 msgid "Branch '%s' set up to track remote branch '%s' from '%s'."
989 msgstr ""
990
991 #: branch.c:98
992 #, c-format
993 msgid "Branch '%s' set up to track local branch '%s' by rebasing."
994 msgstr ""
995
996 #: branch.c:99
997 #, c-format
998 msgid "Branch '%s' set up to track local branch '%s'."
999 msgstr ""
1000
1001 #: branch.c:104
1002 #, c-format
1003 msgid "Branch '%s' set up to track remote ref '%s' by rebasing."
1004 msgstr ""
1005
1006 #: branch.c:105
1007 #, c-format
1008 msgid "Branch '%s' set up to track remote ref '%s'."
1009 msgstr ""
1010
1011 #: branch.c:109
1012 #, c-format
1013 msgid "Branch '%s' set up to track local ref '%s' by rebasing."
1014 msgstr ""
1015
1016 #: branch.c:110
1017 #, c-format
1018 msgid "Branch '%s' set up to track local ref '%s'."
1019 msgstr ""
1020
1021 #: branch.c:119
1022 msgid "Unable to write upstream branch configuration"
1023 msgstr ""
1024
1025 #: branch.c:156
1026 #, c-format
1027 msgid "Not tracking: ambiguous information for ref %s"
1028 msgstr ""
1029
1030 #: branch.c:189
1031 #, c-format
1032 msgid "'%s' is not a valid branch name."
1033 msgstr ""
1034
1035 #: branch.c:208
1036 #, c-format
1037 msgid "A branch named '%s' already exists."
1038 msgstr ""
1039
1040 #: branch.c:213
1041 msgid "Cannot force update the current branch."
1042 msgstr ""
1043
1044 #: branch.c:233
1045 #, c-format
1046 msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1047 msgstr ""
1048
1049 #: branch.c:235
1050 #, c-format
1051 msgid "the requested upstream branch '%s' does not exist"
1052 msgstr ""
1053
1054 #: branch.c:237
1055 msgid ""
1056 "\n"
1057 "If you are planning on basing your work on an upstream\n"
1058 "branch that already exists at the remote, you may need to\n"
1059 "run \"git fetch\" to retrieve it.\n"
1060 "\n"
1061 "If you are planning to push out a new local branch that\n"
1062 "will track its remote counterpart, you may want to use\n"
1063 "\"git push -u\" to set the upstream config as you push."
1064 msgstr ""
1065
1066 #: branch.c:280
1067 #, c-format
1068 msgid "Not a valid object name: '%s'."
1069 msgstr ""
1070
1071 #: branch.c:300
1072 #, c-format
1073 msgid "Ambiguous object name: '%s'."
1074 msgstr ""
1075
1076 #: branch.c:305
1077 #, c-format
1078 msgid "Not a valid branch point: '%s'."
1079 msgstr ""
1080
1081 #: branch.c:359
1082 #, c-format
1083 msgid "'%s' is already checked out at '%s'"
1084 msgstr ""
1085
1086 #: branch.c:382
1087 #, c-format
1088 msgid "HEAD of working tree %s is not updated"
1089 msgstr ""
1090
1091 #: bundle.c:34
1092 #, c-format
1093 msgid "'%s' does not look like a v2 bundle file"
1094 msgstr ""
1095
1096 #: bundle.c:62
1097 #, c-format
1098 msgid "unrecognized header: %s%s (%d)"
1099 msgstr ""
1100
1101 #: bundle.c:88 sequencer.c:1357 sequencer.c:1804 sequencer.c:2631
1102 #: sequencer.c:2657 sequencer.c:2748 sequencer.c:2850 builtin/commit.c:782
1103 #, c-format
1104 msgid "could not open '%s'"
1105 msgstr ""
1106
1107 #: bundle.c:140
1108 msgid "Repository lacks these prerequisite commits:"
1109 msgstr ""
1110
1111 #: bundle.c:193
1112 #, c-format
1113 msgid "The bundle contains this ref:"
1114 msgid_plural "The bundle contains these %d refs:"
1115 msgstr[0] ""
1116 msgstr[1] ""
1117
1118 #: bundle.c:200
1119 msgid "The bundle records a complete history."
1120 msgstr ""
1121
1122 #: bundle.c:202
1123 #, c-format
1124 msgid "The bundle requires this ref:"
1125 msgid_plural "The bundle requires these %d refs:"
1126 msgstr[0] ""
1127 msgstr[1] ""
1128
1129 #: bundle.c:261
1130 msgid "Could not spawn pack-objects"
1131 msgstr ""
1132
1133 #: bundle.c:272
1134 msgid "pack-objects died"
1135 msgstr ""
1136
1137 #: bundle.c:314
1138 msgid "rev-list died"
1139 msgstr ""
1140
1141 #: bundle.c:363
1142 #, c-format
1143 msgid "ref '%s' is excluded by the rev-list options"
1144 msgstr ""
1145
1146 #: bundle.c:453 builtin/log.c:181 builtin/log.c:1604 builtin/shortlog.c:296
1147 #, c-format
1148 msgid "unrecognized argument: %s"
1149 msgstr ""
1150
1151 #: bundle.c:461
1152 msgid "Refusing to create empty bundle."
1153 msgstr ""
1154
1155 #: bundle.c:473
1156 #, c-format
1157 msgid "cannot create '%s'"
1158 msgstr ""
1159
1160 #: bundle.c:501
1161 msgid "index-pack died"
1162 msgstr ""
1163
1164 #: color.c:301
1165 #, c-format
1166 msgid "invalid color value: %.*s"
1167 msgstr ""
1168
1169 #: commit.c:41 sequencer.c:1611 builtin/am.c:421 builtin/am.c:465
1170 #: builtin/am.c:1471 builtin/am.c:2106
1171 #, c-format
1172 msgid "could not parse %s"
1173 msgstr ""
1174
1175 #: commit.c:43
1176 #, c-format
1177 msgid "%s %s is not a commit!"
1178 msgstr ""
1179
1180 #: commit.c:1524
1181 msgid ""
1182 "Warning: commit message did not conform to UTF-8.\n"
1183 "You may want to amend it after fixing the message, or set the config\n"
1184 "variable i18n.commitencoding to the encoding your project uses.\n"
1185 msgstr ""
1186
1187 #: compat/obstack.c:405 compat/obstack.c:407
1188 msgid "memory exhausted"
1189 msgstr ""
1190
1191 #: config.c:186
1192 msgid "relative config include conditionals must come from files"
1193 msgstr ""
1194
1195 #: config.c:720
1196 #, c-format
1197 msgid "bad config line %d in blob %s"
1198 msgstr ""
1199
1200 #: config.c:724
1201 #, c-format
1202 msgid "bad config line %d in file %s"
1203 msgstr ""
1204
1205 #: config.c:728
1206 #, c-format
1207 msgid "bad config line %d in standard input"
1208 msgstr ""
1209
1210 #: config.c:732
1211 #, c-format
1212 msgid "bad config line %d in submodule-blob %s"
1213 msgstr ""
1214
1215 #: config.c:736
1216 #, c-format
1217 msgid "bad config line %d in command line %s"
1218 msgstr ""
1219
1220 #: config.c:740
1221 #, c-format
1222 msgid "bad config line %d in %s"
1223 msgstr ""
1224
1225 #: config.c:868
1226 msgid "out of range"
1227 msgstr ""
1228
1229 #: config.c:868
1230 msgid "invalid unit"
1231 msgstr ""
1232
1233 #: config.c:874
1234 #, c-format
1235 msgid "bad numeric config value '%s' for '%s': %s"
1236 msgstr ""
1237
1238 #: config.c:879
1239 #, c-format
1240 msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1241 msgstr ""
1242
1243 #: config.c:882
1244 #, c-format
1245 msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1246 msgstr ""
1247
1248 #: config.c:885
1249 #, c-format
1250 msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1251 msgstr ""
1252
1253 #: config.c:888
1254 #, c-format
1255 msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1256 msgstr ""
1257
1258 #: config.c:891
1259 #, c-format
1260 msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1261 msgstr ""
1262
1263 #: config.c:894
1264 #, c-format
1265 msgid "bad numeric config value '%s' for '%s' in %s: %s"
1266 msgstr ""
1267
1268 #: config.c:989
1269 #, c-format
1270 msgid "failed to expand user dir in: '%s'"
1271 msgstr ""
1272
1273 #: config.c:998
1274 #, c-format
1275 msgid "'%s' for '%s' is not a valid timestamp"
1276 msgstr ""
1277
1278 #: config.c:1094 config.c:1105
1279 #, c-format
1280 msgid "bad zlib compression level %d"
1281 msgstr ""
1282
1283 #: config.c:1222
1284 #, c-format
1285 msgid "invalid mode for object creation: %s"
1286 msgstr ""
1287
1288 #: config.c:1378
1289 #, c-format
1290 msgid "bad pack compression level %d"
1291 msgstr ""
1292
1293 #: config.c:1574
1294 msgid "unable to parse command-line config"
1295 msgstr ""
1296
1297 #: config.c:1906
1298 msgid "unknown error occurred while reading the configuration files"
1299 msgstr ""
1300
1301 #: config.c:2093
1302 #, c-format
1303 msgid "Invalid %s: '%s'"
1304 msgstr ""
1305
1306 #: config.c:2136
1307 #, c-format
1308 msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1309 msgstr ""
1310
1311 #: config.c:2162
1312 #, c-format
1313 msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1314 msgstr ""
1315
1316 #: config.c:2187
1317 #, c-format
1318 msgid "unable to parse '%s' from command-line config"
1319 msgstr ""
1320
1321 #: config.c:2189
1322 #, c-format
1323 msgid "bad config variable '%s' in file '%s' at line %d"
1324 msgstr ""
1325
1326 #: config.c:2248
1327 #, c-format
1328 msgid "%s has multiple values"
1329 msgstr ""
1330
1331 #: config.c:2591 config.c:2808
1332 #, c-format
1333 msgid "fstat on %s failed"
1334 msgstr ""
1335
1336 #: config.c:2698
1337 #, c-format
1338 msgid "could not set '%s' to '%s'"
1339 msgstr ""
1340
1341 #: config.c:2700 builtin/remote.c:776
1342 #, c-format
1343 msgid "could not unset '%s'"
1344 msgstr ""
1345
1346 #: connect.c:52
1347 msgid "The remote end hung up upon initial contact"
1348 msgstr ""
1349
1350 #: connect.c:54
1351 msgid ""
1352 "Could not read from remote repository.\n"
1353 "\n"
1354 "Please make sure you have the correct access rights\n"
1355 "and the repository exists."
1356 msgstr ""
1357
1358 #: connected.c:64 builtin/fsck.c:183 builtin/prune.c:141
1359 msgid "Checking connectivity"
1360 msgstr ""
1361
1362 #: connected.c:76
1363 msgid "Could not run 'git rev-list'"
1364 msgstr ""
1365
1366 #: connected.c:96
1367 msgid "failed write to rev-list"
1368 msgstr ""
1369
1370 #: connected.c:103
1371 msgid "failed to close rev-list's stdin"
1372 msgstr ""
1373
1374 #: convert.c:205
1375 #, c-format
1376 msgid ""
1377 "CRLF will be replaced by LF in %s.\n"
1378 "The file will have its original line endings in your working directory."
1379 msgstr ""
1380
1381 #: convert.c:209
1382 #, c-format
1383 msgid "CRLF would be replaced by LF in %s."
1384 msgstr ""
1385
1386 #: convert.c:215
1387 #, c-format
1388 msgid ""
1389 "LF will be replaced by CRLF in %s.\n"
1390 "The file will have its original line endings in your working directory."
1391 msgstr ""
1392
1393 #: convert.c:219
1394 #, c-format
1395 msgid "LF would be replaced by CRLF in %s"
1396 msgstr ""
1397
1398 #: date.c:116
1399 msgid "in the future"
1400 msgstr ""
1401
1402 #: date.c:122
1403 #, c-format
1404 msgid "%<PRIuMAX> second ago"
1405 msgid_plural "%<PRIuMAX> seconds ago"
1406 msgstr[0] ""
1407 msgstr[1] ""
1408
1409 #: date.c:129
1410 #, c-format
1411 msgid "%<PRIuMAX> minute ago"
1412 msgid_plural "%<PRIuMAX> minutes ago"
1413 msgstr[0] ""
1414 msgstr[1] ""
1415
1416 #: date.c:136
1417 #, c-format
1418 msgid "%<PRIuMAX> hour ago"
1419 msgid_plural "%<PRIuMAX> hours ago"
1420 msgstr[0] ""
1421 msgstr[1] ""
1422
1423 #: date.c:143
1424 #, c-format
1425 msgid "%<PRIuMAX> day ago"
1426 msgid_plural "%<PRIuMAX> days ago"
1427 msgstr[0] ""
1428 msgstr[1] ""
1429
1430 #: date.c:149
1431 #, c-format
1432 msgid "%<PRIuMAX> week ago"
1433 msgid_plural "%<PRIuMAX> weeks ago"
1434 msgstr[0] ""
1435 msgstr[1] ""
1436
1437 #: date.c:156
1438 #, c-format
1439 msgid "%<PRIuMAX> month ago"
1440 msgid_plural "%<PRIuMAX> months ago"
1441 msgstr[0] ""
1442 msgstr[1] ""
1443
1444 #: date.c:167
1445 #, c-format
1446 msgid "%<PRIuMAX> year"
1447 msgid_plural "%<PRIuMAX> years"
1448 msgstr[0] ""
1449 msgstr[1] ""
1450
1451 #. TRANSLATORS: "%s" is "<n> years"
1452 #: date.c:170
1453 #, c-format
1454 msgid "%s, %<PRIuMAX> month ago"
1455 msgid_plural "%s, %<PRIuMAX> months ago"
1456 msgstr[0] ""
1457 msgstr[1] ""
1458
1459 #: date.c:175 date.c:180
1460 #, c-format
1461 msgid "%<PRIuMAX> year ago"
1462 msgid_plural "%<PRIuMAX> years ago"
1463 msgstr[0] ""
1464 msgstr[1] ""
1465
1466 #: diffcore-order.c:24
1467 #, c-format
1468 msgid "failed to read orderfile '%s'"
1469 msgstr ""
1470
1471 #: diffcore-rename.c:535
1472 msgid "Performing inexact rename detection"
1473 msgstr ""
1474
1475 #: diff.c:74
1476 #, c-format
1477 msgid "option '%s' requires a value"
1478 msgstr ""
1479
1480 #: diff.c:152
1481 #, c-format
1482 msgid " Failed to parse dirstat cut-off percentage '%s'\n"
1483 msgstr ""
1484
1485 #: diff.c:157
1486 #, c-format
1487 msgid " Unknown dirstat parameter '%s'\n"
1488 msgstr ""
1489
1490 #: diff.c:281
1491 msgid ""
1492 "color moved setting must be one of 'no', 'default', 'zebra', 'dimmed_zebra', "
1493 "'plain'"
1494 msgstr ""
1495
1496 #: diff.c:341
1497 #, c-format
1498 msgid "Unknown value for 'diff.submodule' config variable: '%s'"
1499 msgstr ""
1500
1501 #: diff.c:401
1502 #, c-format
1503 msgid ""
1504 "Found errors in 'diff.dirstat' config variable:\n"
1505 "%s"
1506 msgstr ""
1507
1508 #: diff.c:3799
1509 #, c-format
1510 msgid "external diff died, stopping at %s"
1511 msgstr ""
1512
1513 #: diff.c:4127
1514 msgid "--name-only, --name-status, --check and -s are mutually exclusive"
1515 msgstr ""
1516
1517 #: diff.c:4215
1518 msgid "--follow requires exactly one pathspec"
1519 msgstr ""
1520
1521 #: diff.c:4381
1522 #, c-format
1523 msgid ""
1524 "Failed to parse --dirstat/-X option parameter:\n"
1525 "%s"
1526 msgstr ""
1527
1528 #: diff.c:4395
1529 #, c-format
1530 msgid "Failed to parse --submodule option parameter: '%s'"
1531 msgstr ""
1532
1533 #: diff.c:5446
1534 msgid "inexact rename detection was skipped due to too many files."
1535 msgstr ""
1536
1537 #: diff.c:5449
1538 msgid "only found copies from modified paths due to too many files."
1539 msgstr ""
1540
1541 #: diff.c:5452
1542 #, c-format
1543 msgid ""
1544 "you may want to set your %s variable to at least %d and retry the command."
1545 msgstr ""
1546
1547 #: dir.c:2100
1548 msgid "failed to get kernel name and information"
1549 msgstr ""
1550
1551 #: dir.c:2219
1552 msgid "Untracked cache is disabled on this system or location."
1553 msgstr ""
1554
1555 #: dir.c:3002 dir.c:3007
1556 #, c-format
1557 msgid "could not create directories for %s"
1558 msgstr ""
1559
1560 #: dir.c:3032
1561 #, c-format
1562 msgid "could not migrate git directory from '%s' to '%s'"
1563 msgstr ""
1564
1565 #: editor.c:61
1566 #, c-format
1567 msgid "hint: Waiting for your editor to close the file...%c"
1568 msgstr ""
1569
1570 #: entry.c:177
1571 msgid "Filtering content"
1572 msgstr ""
1573
1574 #: entry.c:435
1575 #, c-format
1576 msgid "could not stat file '%s'"
1577 msgstr ""
1578
1579 #: fetch-pack.c:252
1580 msgid "git fetch-pack: expected shallow list"
1581 msgstr ""
1582
1583 #: fetch-pack.c:264
1584 msgid "git fetch-pack: expected ACK/NAK, got EOF"
1585 msgstr ""
1586
1587 #: fetch-pack.c:283 builtin/archive.c:63
1588 #, c-format
1589 msgid "remote error: %s"
1590 msgstr ""
1591
1592 #: fetch-pack.c:284
1593 #, c-format
1594 msgid "git fetch-pack: expected ACK/NAK, got '%s'"
1595 msgstr ""
1596
1597 #: fetch-pack.c:336
1598 msgid "--stateless-rpc requires multi_ack_detailed"
1599 msgstr ""
1600
1601 #: fetch-pack.c:422
1602 #, c-format
1603 msgid "invalid shallow line: %s"
1604 msgstr ""
1605
1606 #: fetch-pack.c:428
1607 #, c-format
1608 msgid "invalid unshallow line: %s"
1609 msgstr ""
1610
1611 #: fetch-pack.c:430
1612 #, c-format
1613 msgid "object not found: %s"
1614 msgstr ""
1615
1616 #: fetch-pack.c:433
1617 #, c-format
1618 msgid "error in object: %s"
1619 msgstr ""
1620
1621 #: fetch-pack.c:435
1622 #, c-format
1623 msgid "no shallow found: %s"
1624 msgstr ""
1625
1626 #: fetch-pack.c:438
1627 #, c-format
1628 msgid "expected shallow/unshallow, got %s"
1629 msgstr ""
1630
1631 #: fetch-pack.c:477
1632 #, c-format
1633 msgid "got %s %d %s"
1634 msgstr ""
1635
1636 #: fetch-pack.c:491
1637 #, c-format
1638 msgid "invalid commit %s"
1639 msgstr ""
1640
1641 #: fetch-pack.c:524
1642 msgid "giving up"
1643 msgstr ""
1644
1645 #: fetch-pack.c:534 progress.c:229
1646 msgid "done"
1647 msgstr ""
1648
1649 #: fetch-pack.c:546
1650 #, c-format
1651 msgid "got %s (%d) %s"
1652 msgstr ""
1653
1654 #: fetch-pack.c:592
1655 #, c-format
1656 msgid "Marking %s as complete"
1657 msgstr ""
1658
1659 #: fetch-pack.c:777
1660 #, c-format
1661 msgid "already have %s (%s)"
1662 msgstr ""
1663
1664 #: fetch-pack.c:815
1665 msgid "fetch-pack: unable to fork off sideband demultiplexer"
1666 msgstr ""
1667
1668 #: fetch-pack.c:823
1669 msgid "protocol error: bad pack header"
1670 msgstr ""
1671
1672 #: fetch-pack.c:879
1673 #, c-format
1674 msgid "fetch-pack: unable to fork off %s"
1675 msgstr ""
1676
1677 #: fetch-pack.c:895
1678 #, c-format
1679 msgid "%s failed"
1680 msgstr ""
1681
1682 #: fetch-pack.c:897
1683 msgid "error in sideband demultiplexer"
1684 msgstr ""
1685
1686 #: fetch-pack.c:924
1687 msgid "Server does not support shallow clients"
1688 msgstr ""
1689
1690 #: fetch-pack.c:928
1691 msgid "Server supports multi_ack_detailed"
1692 msgstr ""
1693
1694 #: fetch-pack.c:931
1695 msgid "Server supports no-done"
1696 msgstr ""
1697
1698 #: fetch-pack.c:937
1699 msgid "Server supports multi_ack"
1700 msgstr ""
1701
1702 #: fetch-pack.c:941
1703 msgid "Server supports side-band-64k"
1704 msgstr ""
1705
1706 #: fetch-pack.c:945
1707 msgid "Server supports side-band"
1708 msgstr ""
1709
1710 #: fetch-pack.c:949
1711 msgid "Server supports allow-tip-sha1-in-want"
1712 msgstr ""
1713
1714 #: fetch-pack.c:953
1715 msgid "Server supports allow-reachable-sha1-in-want"
1716 msgstr ""
1717
1718 #: fetch-pack.c:963
1719 msgid "Server supports ofs-delta"
1720 msgstr ""
1721
1722 #: fetch-pack.c:970
1723 #, c-format
1724 msgid "Server version is %.*s"
1725 msgstr ""
1726
1727 #: fetch-pack.c:976
1728 msgid "Server does not support --shallow-since"
1729 msgstr ""
1730
1731 #: fetch-pack.c:980
1732 msgid "Server does not support --shallow-exclude"
1733 msgstr ""
1734
1735 #: fetch-pack.c:982
1736 msgid "Server does not support --deepen"
1737 msgstr ""
1738
1739 #: fetch-pack.c:993
1740 msgid "no common commits"
1741 msgstr ""
1742
1743 #: fetch-pack.c:1005
1744 msgid "git fetch-pack: fetch failed."
1745 msgstr ""
1746
1747 #: fetch-pack.c:1167
1748 msgid "no matching remote head"
1749 msgstr ""
1750
1751 #: fetch-pack.c:1189
1752 #, c-format
1753 msgid "no such remote ref %s"
1754 msgstr ""
1755
1756 #: fetch-pack.c:1192
1757 #, c-format
1758 msgid "Server does not allow request for unadvertised object %s"
1759 msgstr ""
1760
1761 #: gpg-interface.c:181
1762 msgid "gpg failed to sign the data"
1763 msgstr ""
1764
1765 #: gpg-interface.c:211
1766 msgid "could not create temporary file"
1767 msgstr ""
1768
1769 #: gpg-interface.c:214
1770 #, c-format
1771 msgid "failed writing detached signature to '%s'"
1772 msgstr ""
1773
1774 #: graph.c:97
1775 #, c-format
1776 msgid "ignore invalid color '%.*s' in log.graphColors"
1777 msgstr ""
1778
1779 #: grep.c:2017
1780 #, c-format
1781 msgid "'%s': unable to read %s"
1782 msgstr ""
1783
1784 #: grep.c:2034 builtin/clone.c:404 builtin/diff.c:81 builtin/rm.c:134
1785 #, c-format
1786 msgid "failed to stat '%s'"
1787 msgstr ""
1788
1789 #: grep.c:2045
1790 #, c-format
1791 msgid "'%s': short read"
1792 msgstr ""
1793
1794 #: help.c:179
1795 #, c-format
1796 msgid "available git commands in '%s'"
1797 msgstr ""
1798
1799 #: help.c:186
1800 msgid "git commands available from elsewhere on your $PATH"
1801 msgstr ""
1802
1803 #: help.c:217
1804 msgid "These are common Git commands used in various situations:"
1805 msgstr ""
1806
1807 #: help.c:281
1808 #, c-format
1809 msgid ""
1810 "'%s' appears to be a git command, but we were not\n"
1811 "able to execute it. Maybe git-%s is broken?"
1812 msgstr ""
1813
1814 #: help.c:336
1815 msgid "Uh oh. Your system reports no Git commands at all."
1816 msgstr ""
1817
1818 #: help.c:358
1819 #, c-format
1820 msgid "WARNING: You called a Git command named '%s', which does not exist."
1821 msgstr ""
1822
1823 #: help.c:363
1824 #, c-format
1825 msgid "Continuing under the assumption that you meant '%s'."
1826 msgstr ""
1827
1828 #: help.c:368
1829 #, c-format
1830 msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
1831 msgstr ""
1832
1833 #: help.c:376
1834 #, c-format
1835 msgid "git: '%s' is not a git command. See 'git --help'."
1836 msgstr ""
1837
1838 #: help.c:380
1839 msgid ""
1840 "\n"
1841 "The most similar command is"
1842 msgid_plural ""
1843 "\n"
1844 "The most similar commands are"
1845 msgstr[0] ""
1846 msgstr[1] ""
1847
1848 #: help.c:395
1849 msgid "git version [<options>]"
1850 msgstr ""
1851
1852 #: help.c:462
1853 #, c-format
1854 msgid "%s: %s - %s"
1855 msgstr ""
1856
1857 #: help.c:466
1858 msgid ""
1859 "\n"
1860 "Did you mean this?"
1861 msgid_plural ""
1862 "\n"
1863 "Did you mean one of these?"
1864 msgstr[0] ""
1865 msgstr[1] ""
1866
1867 #: ident.c:342
1868 msgid ""
1869 "\n"
1870 "*** Please tell me who you are.\n"
1871 "\n"
1872 "Run\n"
1873 "\n"
1874 " git config --global user.email \"you@example.com\"\n"
1875 " git config --global user.name \"Your Name\"\n"
1876 "\n"
1877 "to set your account's default identity.\n"
1878 "Omit --global to set the identity only in this repository.\n"
1879 "\n"
1880 msgstr ""
1881
1882 #: ident.c:366
1883 msgid "no email was given and auto-detection is disabled"
1884 msgstr ""
1885
1886 #: ident.c:371
1887 #, c-format
1888 msgid "unable to auto-detect email address (got '%s')"
1889 msgstr ""
1890
1891 #: ident.c:381
1892 msgid "no name was given and auto-detection is disabled"
1893 msgstr ""
1894
1895 #: ident.c:387
1896 #, c-format
1897 msgid "unable to auto-detect name (got '%s')"
1898 msgstr ""
1899
1900 #: ident.c:395
1901 #, c-format
1902 msgid "empty ident name (for <%s>) not allowed"
1903 msgstr ""
1904
1905 #: ident.c:401
1906 #, c-format
1907 msgid "name consists only of disallowed characters: %s"
1908 msgstr ""
1909
1910 #: ident.c:416 builtin/commit.c:616
1911 #, c-format
1912 msgid "invalid date format: %s"
1913 msgstr ""
1914
1915 #: list-objects-filter-options.c:30
1916 msgid "multiple object filter types cannot be combined"
1917 msgstr ""
1918
1919 #: list-objects-filter-options.c:41 list-objects-filter-options.c:68
1920 #, c-format
1921 msgid "invalid filter-spec expression '%s'"
1922 msgstr ""
1923
1924 #: lockfile.c:151
1925 #, c-format
1926 msgid ""
1927 "Unable to create '%s.lock': %s.\n"
1928 "\n"
1929 "Another git process seems to be running in this repository, e.g.\n"
1930 "an editor opened by 'git commit'. Please make sure all processes\n"
1931 "are terminated then try again. If it still fails, a git process\n"
1932 "may have crashed in this repository earlier:\n"
1933 "remove the file manually to continue."
1934 msgstr ""
1935
1936 #: lockfile.c:159
1937 #, c-format
1938 msgid "Unable to create '%s.lock': %s"
1939 msgstr ""
1940
1941 #: merge.c:41
1942 msgid "failed to read the cache"
1943 msgstr ""
1944
1945 #: merge.c:95 builtin/am.c:1980 builtin/am.c:2014 builtin/checkout.c:379
1946 #: builtin/checkout.c:600 builtin/clone.c:754
1947 msgid "unable to write new index file"
1948 msgstr ""
1949
1950 #: merge-recursive.c:235
1951 msgid "(bad commit)\n"
1952 msgstr ""
1953
1954 #: merge-recursive.c:257 merge-recursive.c:265
1955 #, c-format
1956 msgid "addinfo_cache failed for path '%s'"
1957 msgstr ""
1958
1959 #: merge-recursive.c:329
1960 msgid "error building trees"
1961 msgstr ""
1962
1963 #: merge-recursive.c:752
1964 #, c-format
1965 msgid "failed to create path '%s'%s"
1966 msgstr ""
1967
1968 #: merge-recursive.c:763
1969 #, c-format
1970 msgid "Removing %s to make room for subdirectory\n"
1971 msgstr ""
1972
1973 #: merge-recursive.c:777 merge-recursive.c:796
1974 msgid ": perhaps a D/F conflict?"
1975 msgstr ""
1976
1977 #: merge-recursive.c:786
1978 #, c-format
1979 msgid "refusing to lose untracked file at '%s'"
1980 msgstr ""
1981
1982 #: merge-recursive.c:828 builtin/cat-file.c:37
1983 #, c-format
1984 msgid "cannot read object %s '%s'"
1985 msgstr ""
1986
1987 #: merge-recursive.c:830
1988 #, c-format
1989 msgid "blob expected for %s '%s'"
1990 msgstr ""
1991
1992 #: merge-recursive.c:854
1993 #, c-format
1994 msgid "failed to open '%s': %s"
1995 msgstr ""
1996
1997 #: merge-recursive.c:865
1998 #, c-format
1999 msgid "failed to symlink '%s': %s"
2000 msgstr ""
2001
2002 #: merge-recursive.c:870
2003 #, c-format
2004 msgid "do not know what to do with %06o %s '%s'"
2005 msgstr ""
2006
2007 #: merge-recursive.c:1010
2008 msgid "Failed to execute internal merge"
2009 msgstr ""
2010
2011 #: merge-recursive.c:1014
2012 #, c-format
2013 msgid "Unable to add %s to database"
2014 msgstr ""
2015
2016 #: merge-recursive.c:1117
2017 #, c-format
2018 msgid ""
2019 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2020 "in tree."
2021 msgstr ""
2022
2023 #: merge-recursive.c:1122
2024 #, c-format
2025 msgid ""
2026 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2027 "left in tree."
2028 msgstr ""
2029
2030 #: merge-recursive.c:1129
2031 #, c-format
2032 msgid ""
2033 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2034 "in tree at %s."
2035 msgstr ""
2036
2037 #: merge-recursive.c:1134
2038 #, c-format
2039 msgid ""
2040 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2041 "left in tree at %s."
2042 msgstr ""
2043
2044 #: merge-recursive.c:1168
2045 msgid "rename"
2046 msgstr ""
2047
2048 #: merge-recursive.c:1168
2049 msgid "renamed"
2050 msgstr ""
2051
2052 #: merge-recursive.c:1225
2053 #, c-format
2054 msgid "%s is a directory in %s adding as %s instead"
2055 msgstr ""
2056
2057 #: merge-recursive.c:1250
2058 #, c-format
2059 msgid ""
2060 "CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
2061 "\"->\"%s\" in \"%s\"%s"
2062 msgstr ""
2063
2064 #: merge-recursive.c:1255
2065 msgid " (left unresolved)"
2066 msgstr ""
2067
2068 #: merge-recursive.c:1317
2069 #, c-format
2070 msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
2071 msgstr ""
2072
2073 #: merge-recursive.c:1350
2074 #, c-format
2075 msgid "Renaming %s to %s and %s to %s instead"
2076 msgstr ""
2077
2078 #: merge-recursive.c:1553
2079 #, c-format
2080 msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
2081 msgstr ""
2082
2083 #: merge-recursive.c:1568
2084 #, c-format
2085 msgid "Adding merged %s"
2086 msgstr ""
2087
2088 #: merge-recursive.c:1575 merge-recursive.c:1805
2089 #, c-format
2090 msgid "Adding as %s instead"
2091 msgstr ""
2092
2093 #: merge-recursive.c:1632
2094 #, c-format
2095 msgid "cannot read object %s"
2096 msgstr ""
2097
2098 #: merge-recursive.c:1635
2099 #, c-format
2100 msgid "object %s is not a blob"
2101 msgstr ""
2102
2103 #: merge-recursive.c:1704
2104 msgid "modify"
2105 msgstr ""
2106
2107 #: merge-recursive.c:1704
2108 msgid "modified"
2109 msgstr ""
2110
2111 #: merge-recursive.c:1714
2112 msgid "content"
2113 msgstr ""
2114
2115 #: merge-recursive.c:1721
2116 msgid "add/add"
2117 msgstr ""
2118
2119 #: merge-recursive.c:1757
2120 #, c-format
2121 msgid "Skipped %s (merged same as existing)"
2122 msgstr ""
2123
2124 #: merge-recursive.c:1771
2125 #, c-format
2126 msgid "Auto-merging %s"
2127 msgstr ""
2128
2129 #: merge-recursive.c:1775 git-submodule.sh:932
2130 msgid "submodule"
2131 msgstr ""
2132
2133 #: merge-recursive.c:1776
2134 #, c-format
2135 msgid "CONFLICT (%s): Merge conflict in %s"
2136 msgstr ""
2137
2138 #: merge-recursive.c:1870
2139 #, c-format
2140 msgid "Removing %s"
2141 msgstr ""
2142
2143 #: merge-recursive.c:1896
2144 msgid "file/directory"
2145 msgstr ""
2146
2147 #: merge-recursive.c:1902
2148 msgid "directory/file"
2149 msgstr ""
2150
2151 #: merge-recursive.c:1909
2152 #, c-format
2153 msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
2154 msgstr ""
2155
2156 #: merge-recursive.c:1918
2157 #, c-format
2158 msgid "Adding %s"
2159 msgstr ""
2160
2161 #: merge-recursive.c:1955
2162 msgid "Already up to date!"
2163 msgstr ""
2164
2165 #: merge-recursive.c:1964
2166 #, c-format
2167 msgid "merging of trees %s and %s failed"
2168 msgstr ""
2169
2170 #: merge-recursive.c:2061
2171 msgid "Merging:"
2172 msgstr ""
2173
2174 #: merge-recursive.c:2074
2175 #, c-format
2176 msgid "found %u common ancestor:"
2177 msgid_plural "found %u common ancestors:"
2178 msgstr[0] ""
2179 msgstr[1] ""
2180
2181 #: merge-recursive.c:2113
2182 msgid "merge returned no commit"
2183 msgstr ""
2184
2185 #: merge-recursive.c:2176
2186 #, c-format
2187 msgid "Could not parse object '%s'"
2188 msgstr ""
2189
2190 #: merge-recursive.c:2190 builtin/merge.c:656 builtin/merge.c:815
2191 msgid "Unable to write index."
2192 msgstr ""
2193
2194 #: notes-merge.c:272
2195 #, c-format
2196 msgid ""
2197 "You have not concluded your previous notes merge (%s exists).\n"
2198 "Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
2199 "commit/abort the previous merge before you start a new notes merge."
2200 msgstr ""
2201
2202 #: notes-merge.c:279
2203 #, c-format
2204 msgid "You have not concluded your notes merge (%s exists)."
2205 msgstr ""
2206
2207 #: notes-utils.c:42
2208 msgid "Cannot commit uninitialized/unreferenced notes tree"
2209 msgstr ""
2210
2211 #: notes-utils.c:101
2212 #, c-format
2213 msgid "Bad notes.rewriteMode value: '%s'"
2214 msgstr ""
2215
2216 #: notes-utils.c:111
2217 #, c-format
2218 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
2219 msgstr ""
2220
2221 #. TRANSLATORS: The first %s is the name of
2222 #. the environment variable, the second %s is
2223 #. its value.
2224 #.
2225 #: notes-utils.c:141
2226 #, c-format
2227 msgid "Bad %s value: '%s'"
2228 msgstr ""
2229
2230 #: object.c:239
2231 #, c-format
2232 msgid "unable to parse object: %s"
2233 msgstr ""
2234
2235 #: packfile.c:556
2236 msgid "offset before end of packfile (broken .idx?)"
2237 msgstr ""
2238
2239 #: packfile.c:1683
2240 #, c-format
2241 msgid "offset before start of pack index for %s (corrupt index?)"
2242 msgstr ""
2243
2244 #: packfile.c:1687
2245 #, c-format
2246 msgid "offset beyond end of pack index for %s (truncated index?)"
2247 msgstr ""
2248
2249 #: parse-options.c:573
2250 msgid "..."
2251 msgstr ""
2252
2253 #: parse-options.c:592
2254 #, c-format
2255 msgid "usage: %s"
2256 msgstr ""
2257
2258 #. TRANSLATORS: the colon here should align with the
2259 #. one in "usage: %s" translation.
2260 #.
2261 #: parse-options.c:598
2262 #, c-format
2263 msgid " or: %s"
2264 msgstr ""
2265
2266 #: parse-options.c:601
2267 #, c-format
2268 msgid " %s"
2269 msgstr ""
2270
2271 #: parse-options.c:640
2272 msgid "-NUM"
2273 msgstr ""
2274
2275 #: parse-options-cb.c:108
2276 #, c-format
2277 msgid "malformed object name '%s'"
2278 msgstr ""
2279
2280 #: path.c:891
2281 #, c-format
2282 msgid "Could not make %s writable by group"
2283 msgstr ""
2284
2285 #: pathspec.c:129
2286 msgid "Escape character '\\' not allowed as last character in attr value"
2287 msgstr ""
2288
2289 #: pathspec.c:147
2290 msgid "Only one 'attr:' specification is allowed."
2291 msgstr ""
2292
2293 #: pathspec.c:150
2294 msgid "attr spec must not be empty"
2295 msgstr ""
2296
2297 #: pathspec.c:193
2298 #, c-format
2299 msgid "invalid attribute name %s"
2300 msgstr ""
2301
2302 #: pathspec.c:258
2303 msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
2304 msgstr ""
2305
2306 #: pathspec.c:265
2307 msgid ""
2308 "global 'literal' pathspec setting is incompatible with all other global "
2309 "pathspec settings"
2310 msgstr ""
2311
2312 #: pathspec.c:305
2313 msgid "invalid parameter for pathspec magic 'prefix'"
2314 msgstr ""
2315
2316 #: pathspec.c:326
2317 #, c-format
2318 msgid "Invalid pathspec magic '%.*s' in '%s'"
2319 msgstr ""
2320
2321 #: pathspec.c:331
2322 #, c-format
2323 msgid "Missing ')' at the end of pathspec magic in '%s'"
2324 msgstr ""
2325
2326 #: pathspec.c:369
2327 #, c-format
2328 msgid "Unimplemented pathspec magic '%c' in '%s'"
2329 msgstr ""
2330
2331 #: pathspec.c:428
2332 #, c-format
2333 msgid "%s: 'literal' and 'glob' are incompatible"
2334 msgstr ""
2335
2336 #: pathspec.c:441
2337 #, c-format
2338 msgid "%s: '%s' is outside repository"
2339 msgstr ""
2340
2341 #: pathspec.c:515
2342 #, c-format
2343 msgid "'%s' (mnemonic: '%c')"
2344 msgstr ""
2345
2346 #: pathspec.c:525
2347 #, c-format
2348 msgid "%s: pathspec magic not supported by this command: %s"
2349 msgstr ""
2350
2351 #: pathspec.c:592
2352 #, c-format
2353 msgid "pathspec '%s' is beyond a symbolic link"
2354 msgstr ""
2355
2356 #: pretty.c:962
2357 msgid "unable to parse --pretty format"
2358 msgstr ""
2359
2360 #: read-cache.c:1472
2361 #, c-format
2362 msgid ""
2363 "index.version set, but the value is invalid.\n"
2364 "Using version %i"
2365 msgstr ""
2366
2367 #: read-cache.c:1482
2368 #, c-format
2369 msgid ""
2370 "GIT_INDEX_VERSION set, but the value is invalid.\n"
2371 "Using version %i"
2372 msgstr ""
2373
2374 #: read-cache.c:2370 sequencer.c:2725 wrapper.c:658 builtin/merge.c:1048
2375 #, c-format
2376 msgid "could not close '%s'"
2377 msgstr ""
2378
2379 #: read-cache.c:2442 sequencer.c:1366 sequencer.c:2093
2380 #, c-format
2381 msgid "could not stat '%s'"
2382 msgstr ""
2383
2384 #: read-cache.c:2455
2385 #, c-format
2386 msgid "unable to open git dir: %s"
2387 msgstr ""
2388
2389 #: read-cache.c:2467
2390 #, c-format
2391 msgid "unable to unlink: %s"
2392 msgstr ""
2393
2394 #: refs.c:706
2395 #, c-format
2396 msgid "Could not open '%s' for writing"
2397 msgstr ""
2398
2399 #: refs.c:1850
2400 msgid "ref updates forbidden inside quarantine environment"
2401 msgstr ""
2402
2403 #: refs/files-backend.c:1189
2404 #, c-format
2405 msgid "could not remove reference %s"
2406 msgstr ""
2407
2408 #: refs/files-backend.c:1203 refs/packed-backend.c:1524
2409 #: refs/packed-backend.c:1534
2410 #, c-format
2411 msgid "could not delete reference %s: %s"
2412 msgstr ""
2413
2414 #: refs/files-backend.c:1206 refs/packed-backend.c:1537
2415 #, c-format
2416 msgid "could not delete references: %s"
2417 msgstr ""
2418
2419 #: ref-filter.c:35 wt-status.c:1816
2420 msgid "gone"
2421 msgstr ""
2422
2423 #: ref-filter.c:36
2424 #, c-format
2425 msgid "ahead %d"
2426 msgstr ""
2427
2428 #: ref-filter.c:37
2429 #, c-format
2430 msgid "behind %d"
2431 msgstr ""
2432
2433 #: ref-filter.c:38
2434 #, c-format
2435 msgid "ahead %d, behind %d"
2436 msgstr ""
2437
2438 #: ref-filter.c:107
2439 #, c-format
2440 msgid "expected format: %%(color:<color>)"
2441 msgstr ""
2442
2443 #: ref-filter.c:109
2444 #, c-format
2445 msgid "unrecognized color: %%(color:%s)"
2446 msgstr ""
2447
2448 #: ref-filter.c:129
2449 #, c-format
2450 msgid "Integer value expected refname:lstrip=%s"
2451 msgstr ""
2452
2453 #: ref-filter.c:133
2454 #, c-format
2455 msgid "Integer value expected refname:rstrip=%s"
2456 msgstr ""
2457
2458 #: ref-filter.c:135
2459 #, c-format
2460 msgid "unrecognized %%(%s) argument: %s"
2461 msgstr ""
2462
2463 #: ref-filter.c:184
2464 #, c-format
2465 msgid "%%(body) does not take arguments"
2466 msgstr ""
2467
2468 #: ref-filter.c:191
2469 #, c-format
2470 msgid "%%(subject) does not take arguments"
2471 msgstr ""
2472
2473 #: ref-filter.c:209
2474 #, c-format
2475 msgid "unknown %%(trailers) argument: %s"
2476 msgstr ""
2477
2478 #: ref-filter.c:232
2479 #, c-format
2480 msgid "positive value expected contents:lines=%s"
2481 msgstr ""
2482
2483 #: ref-filter.c:234
2484 #, c-format
2485 msgid "unrecognized %%(contents) argument: %s"
2486 msgstr ""
2487
2488 #: ref-filter.c:247
2489 #, c-format
2490 msgid "positive value expected objectname:short=%s"
2491 msgstr ""
2492
2493 #: ref-filter.c:251
2494 #, c-format
2495 msgid "unrecognized %%(objectname) argument: %s"
2496 msgstr ""
2497
2498 #: ref-filter.c:278
2499 #, c-format
2500 msgid "expected format: %%(align:<width>,<position>)"
2501 msgstr ""
2502
2503 #: ref-filter.c:290
2504 #, c-format
2505 msgid "unrecognized position:%s"
2506 msgstr ""
2507
2508 #: ref-filter.c:294
2509 #, c-format
2510 msgid "unrecognized width:%s"
2511 msgstr ""
2512
2513 #: ref-filter.c:300
2514 #, c-format
2515 msgid "unrecognized %%(align) argument: %s"
2516 msgstr ""
2517
2518 #: ref-filter.c:304
2519 #, c-format
2520 msgid "positive width expected with the %%(align) atom"
2521 msgstr ""
2522
2523 #: ref-filter.c:319
2524 #, c-format
2525 msgid "unrecognized %%(if) argument: %s"
2526 msgstr ""
2527
2528 #: ref-filter.c:409
2529 #, c-format
2530 msgid "malformed field name: %.*s"
2531 msgstr ""
2532
2533 #: ref-filter.c:435
2534 #, c-format
2535 msgid "unknown field name: %.*s"
2536 msgstr ""
2537
2538 #: ref-filter.c:547
2539 #, c-format
2540 msgid "format: %%(if) atom used without a %%(then) atom"
2541 msgstr ""
2542
2543 #: ref-filter.c:607
2544 #, c-format
2545 msgid "format: %%(then) atom used without an %%(if) atom"
2546 msgstr ""
2547
2548 #: ref-filter.c:609
2549 #, c-format
2550 msgid "format: %%(then) atom used more than once"
2551 msgstr ""
2552
2553 #: ref-filter.c:611
2554 #, c-format
2555 msgid "format: %%(then) atom used after %%(else)"
2556 msgstr ""
2557
2558 #: ref-filter.c:637
2559 #, c-format
2560 msgid "format: %%(else) atom used without an %%(if) atom"
2561 msgstr ""
2562
2563 #: ref-filter.c:639
2564 #, c-format
2565 msgid "format: %%(else) atom used without a %%(then) atom"
2566 msgstr ""
2567
2568 #: ref-filter.c:641
2569 #, c-format
2570 msgid "format: %%(else) atom used more than once"
2571 msgstr ""
2572
2573 #: ref-filter.c:654
2574 #, c-format
2575 msgid "format: %%(end) atom used without corresponding atom"
2576 msgstr ""
2577
2578 #: ref-filter.c:709
2579 #, c-format
2580 msgid "malformed format string %s"
2581 msgstr ""
2582
2583 #: ref-filter.c:1313
2584 #, c-format
2585 msgid "(no branch, rebasing %s)"
2586 msgstr ""
2587
2588 #: ref-filter.c:1316
2589 #, c-format
2590 msgid "(no branch, bisect started on %s)"
2591 msgstr ""
2592
2593 #. TRANSLATORS: make sure this matches "HEAD
2594 #. detached at " in wt-status.c
2595 #.
2596 #: ref-filter.c:1324
2597 #, c-format
2598 msgid "(HEAD detached at %s)"
2599 msgstr ""
2600
2601 #. TRANSLATORS: make sure this matches "HEAD
2602 #. detached from " in wt-status.c
2603 #.
2604 #: ref-filter.c:1331
2605 #, c-format
2606 msgid "(HEAD detached from %s)"
2607 msgstr ""
2608
2609 #: ref-filter.c:1335
2610 msgid "(no branch)"
2611 msgstr ""
2612
2613 #: ref-filter.c:1488 ref-filter.c:1519
2614 #, c-format
2615 msgid "missing object %s for %s"
2616 msgstr ""
2617
2618 #: ref-filter.c:1491 ref-filter.c:1522
2619 #, c-format
2620 msgid "parse_object_buffer failed on %s for %s"
2621 msgstr ""
2622
2623 #: ref-filter.c:1822
2624 #, c-format
2625 msgid "malformed object at '%s'"
2626 msgstr ""
2627
2628 #: ref-filter.c:1889
2629 #, c-format
2630 msgid "ignoring ref with broken name %s"
2631 msgstr ""
2632
2633 #: ref-filter.c:1894
2634 #, c-format
2635 msgid "ignoring broken ref %s"
2636 msgstr ""
2637
2638 #: ref-filter.c:2156
2639 #, c-format
2640 msgid "format: %%(end) atom missing"
2641 msgstr ""
2642
2643 #: ref-filter.c:2250
2644 #, c-format
2645 msgid "malformed object name %s"
2646 msgstr ""
2647
2648 #: remote.c:780
2649 #, c-format
2650 msgid "Cannot fetch both %s and %s to %s"
2651 msgstr ""
2652
2653 #: remote.c:784
2654 #, c-format
2655 msgid "%s usually tracks %s, not %s"
2656 msgstr ""
2657
2658 #: remote.c:788
2659 #, c-format
2660 msgid "%s tracks both %s and %s"
2661 msgstr ""
2662
2663 #: remote.c:796
2664 msgid "Internal error"
2665 msgstr ""
2666
2667 #: remote.c:1711 remote.c:1813
2668 msgid "HEAD does not point to a branch"
2669 msgstr ""
2670
2671 #: remote.c:1720
2672 #, c-format
2673 msgid "no such branch: '%s'"
2674 msgstr ""
2675
2676 #: remote.c:1723
2677 #, c-format
2678 msgid "no upstream configured for branch '%s'"
2679 msgstr ""
2680
2681 #: remote.c:1729
2682 #, c-format
2683 msgid "upstream branch '%s' not stored as a remote-tracking branch"
2684 msgstr ""
2685
2686 #: remote.c:1744
2687 #, c-format
2688 msgid "push destination '%s' on remote '%s' has no local tracking branch"
2689 msgstr ""
2690
2691 #: remote.c:1756
2692 #, c-format
2693 msgid "branch '%s' has no remote for pushing"
2694 msgstr ""
2695
2696 #: remote.c:1767
2697 #, c-format
2698 msgid "push refspecs for '%s' do not include '%s'"
2699 msgstr ""
2700
2701 #: remote.c:1780
2702 msgid "push has no destination (push.default is 'nothing')"
2703 msgstr ""
2704
2705 #: remote.c:1802
2706 msgid "cannot resolve 'simple' push to a single destination"
2707 msgstr ""
2708
2709 #: remote.c:2106
2710 #, c-format
2711 msgid "Your branch is based on '%s', but the upstream is gone.\n"
2712 msgstr ""
2713
2714 #: remote.c:2110
2715 msgid " (use \"git branch --unset-upstream\" to fixup)\n"
2716 msgstr ""
2717
2718 #: remote.c:2113
2719 #, c-format
2720 msgid "Your branch is up to date with '%s'.\n"
2721 msgstr ""
2722
2723 #: remote.c:2117
2724 #, c-format
2725 msgid "Your branch is ahead of '%s' by %d commit.\n"
2726 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
2727 msgstr[0] ""
2728 msgstr[1] ""
2729
2730 #: remote.c:2123
2731 msgid " (use \"git push\" to publish your local commits)\n"
2732 msgstr ""
2733
2734 #: remote.c:2126
2735 #, c-format
2736 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
2737 msgid_plural ""
2738 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
2739 msgstr[0] ""
2740 msgstr[1] ""
2741
2742 #: remote.c:2134
2743 msgid " (use \"git pull\" to update your local branch)\n"
2744 msgstr ""
2745
2746 #: remote.c:2137
2747 #, c-format
2748 msgid ""
2749 "Your branch and '%s' have diverged,\n"
2750 "and have %d and %d different commit each, respectively.\n"
2751 msgid_plural ""
2752 "Your branch and '%s' have diverged,\n"
2753 "and have %d and %d different commits each, respectively.\n"
2754 msgstr[0] ""
2755 msgstr[1] ""
2756
2757 #: remote.c:2147
2758 msgid " (use \"git pull\" to merge the remote branch into yours)\n"
2759 msgstr ""
2760
2761 #: revision.c:2268
2762 msgid "your current branch appears to be broken"
2763 msgstr ""
2764
2765 #: revision.c:2271
2766 #, c-format
2767 msgid "your current branch '%s' does not have any commits yet"
2768 msgstr ""
2769
2770 #: revision.c:2465
2771 msgid "--first-parent is incompatible with --bisect"
2772 msgstr ""
2773
2774 #: run-command.c:645
2775 msgid "open /dev/null failed"
2776 msgstr ""
2777
2778 #: run-command.c:1188
2779 #, c-format
2780 msgid ""
2781 "The '%s' hook was ignored because it's not set as executable.\n"
2782 "You can disable this warning with `git config advice.ignoredHook false`."
2783 msgstr ""
2784
2785 #: send-pack.c:151
2786 #, c-format
2787 msgid "unable to parse remote unpack status: %s"
2788 msgstr ""
2789
2790 #: send-pack.c:153
2791 #, c-format
2792 msgid "remote unpack failed: %s"
2793 msgstr ""
2794
2795 #: send-pack.c:316
2796 msgid "failed to sign the push certificate"
2797 msgstr ""
2798
2799 #: send-pack.c:429
2800 msgid "the receiving end does not support --signed push"
2801 msgstr ""
2802
2803 #: send-pack.c:431
2804 msgid ""
2805 "not sending a push certificate since the receiving end does not support --"
2806 "signed push"
2807 msgstr ""
2808
2809 #: send-pack.c:443
2810 msgid "the receiving end does not support --atomic push"
2811 msgstr ""
2812
2813 #: send-pack.c:448
2814 msgid "the receiving end does not support push options"
2815 msgstr ""
2816
2817 #: sequencer.c:218
2818 msgid "revert"
2819 msgstr ""
2820
2821 #: sequencer.c:220
2822 msgid "cherry-pick"
2823 msgstr ""
2824
2825 #: sequencer.c:222
2826 msgid "rebase -i"
2827 msgstr ""
2828
2829 #: sequencer.c:224
2830 #, c-format
2831 msgid "Unknown action: %d"
2832 msgstr ""
2833
2834 #: sequencer.c:281
2835 msgid ""
2836 "after resolving the conflicts, mark the corrected paths\n"
2837 "with 'git add <paths>' or 'git rm <paths>'"
2838 msgstr ""
2839
2840 #: sequencer.c:284
2841 msgid ""
2842 "after resolving the conflicts, mark the corrected paths\n"
2843 "with 'git add <paths>' or 'git rm <paths>'\n"
2844 "and commit the result with 'git commit'"
2845 msgstr ""
2846
2847 #: sequencer.c:297 sequencer.c:1715
2848 #, c-format
2849 msgid "could not lock '%s'"
2850 msgstr ""
2851
2852 #: sequencer.c:300 sequencer.c:1592 sequencer.c:1720 sequencer.c:1734
2853 #: sequencer.c:2723 sequencer.c:2794 wrapper.c:656
2854 #, c-format
2855 msgid "could not write to '%s'"
2856 msgstr ""
2857
2858 #: sequencer.c:304
2859 #, c-format
2860 msgid "could not write eol to '%s'"
2861 msgstr ""
2862
2863 #: sequencer.c:308 sequencer.c:1597 sequencer.c:1722
2864 #, c-format
2865 msgid "failed to finalize '%s'."
2866 msgstr ""
2867
2868 #: sequencer.c:332 sequencer.c:829 sequencer.c:1618 builtin/am.c:259
2869 #: builtin/commit.c:754 builtin/merge.c:1046
2870 #, c-format
2871 msgid "could not read '%s'"
2872 msgstr ""
2873
2874 #: sequencer.c:358
2875 #, c-format
2876 msgid "your local changes would be overwritten by %s."
2877 msgstr ""
2878
2879 #: sequencer.c:362
2880 msgid "commit your changes or stash them to proceed."
2881 msgstr ""
2882
2883 #: sequencer.c:391
2884 #, c-format
2885 msgid "%s: fast-forward"
2886 msgstr ""
2887
2888 #. TRANSLATORS: %s will be "revert", "cherry-pick" or
2889 #. "rebase -i".
2890 #.
2891 #: sequencer.c:477
2892 #, c-format
2893 msgid "%s: Unable to write new index file"
2894 msgstr ""
2895
2896 #: sequencer.c:496
2897 msgid "could not resolve HEAD commit\n"
2898 msgstr ""
2899
2900 #: sequencer.c:516
2901 msgid "unable to update cache tree\n"
2902 msgstr ""
2903
2904 #: sequencer.c:600
2905 #, c-format
2906 msgid ""
2907 "you have staged changes in your working tree\n"
2908 "If these changes are meant to be squashed into the previous commit, run:\n"
2909 "\n"
2910 " git commit --amend %s\n"
2911 "\n"
2912 "If they are meant to go into a new commit, run:\n"
2913 "\n"
2914 " git commit %s\n"
2915 "\n"
2916 "In both cases, once you're done, continue with:\n"
2917 "\n"
2918 " git rebase --continue\n"
2919 msgstr ""
2920
2921 #: sequencer.c:702
2922 #, c-format
2923 msgid "could not parse commit %s\n"
2924 msgstr ""
2925
2926 #: sequencer.c:707
2927 #, c-format
2928 msgid "could not parse parent commit %s\n"
2929 msgstr ""
2930
2931 #: sequencer.c:836
2932 #, c-format
2933 msgid ""
2934 "unexpected 1st line of squash message:\n"
2935 "\n"
2936 "\t%.*s"
2937 msgstr ""
2938
2939 #: sequencer.c:842
2940 #, c-format
2941 msgid ""
2942 "invalid 1st line of squash message:\n"
2943 "\n"
2944 "\t%.*s"
2945 msgstr ""
2946
2947 #: sequencer.c:848 sequencer.c:873
2948 #, c-format
2949 msgid "This is a combination of %d commits."
2950 msgstr ""
2951
2952 #: sequencer.c:857 sequencer.c:2742
2953 msgid "need a HEAD to fixup"
2954 msgstr ""
2955
2956 #: sequencer.c:859
2957 msgid "could not read HEAD"
2958 msgstr ""
2959
2960 #: sequencer.c:861
2961 msgid "could not read HEAD's commit message"
2962 msgstr ""
2963
2964 #: sequencer.c:867
2965 #, c-format
2966 msgid "cannot write '%s'"
2967 msgstr ""
2968
2969 #: sequencer.c:876 git-rebase--interactive.sh:446
2970 msgid "This is the 1st commit message:"
2971 msgstr ""
2972
2973 #: sequencer.c:884
2974 #, c-format
2975 msgid "could not read commit message of %s"
2976 msgstr ""
2977
2978 #: sequencer.c:891
2979 #, c-format
2980 msgid "This is the commit message #%d:"
2981 msgstr ""
2982
2983 #: sequencer.c:896
2984 #, c-format
2985 msgid "The commit message #%d will be skipped:"
2986 msgstr ""
2987
2988 #: sequencer.c:901
2989 #, c-format
2990 msgid "unknown command: %d"
2991 msgstr ""
2992
2993 #: sequencer.c:967
2994 msgid "your index file is unmerged."
2995 msgstr ""
2996
2997 #: sequencer.c:986
2998 #, c-format
2999 msgid "commit %s is a merge but no -m option was given."
3000 msgstr ""
3001
3002 #: sequencer.c:994
3003 #, c-format
3004 msgid "commit %s does not have parent %d"
3005 msgstr ""
3006
3007 #: sequencer.c:998
3008 #, c-format
3009 msgid "mainline was specified but commit %s is not a merge."
3010 msgstr ""
3011
3012 #: sequencer.c:1004
3013 #, c-format
3014 msgid "cannot get commit message for %s"
3015 msgstr ""
3016
3017 #. TRANSLATORS: The first %s will be a "todo" command like
3018 #. "revert" or "pick", the second %s a SHA1.
3019 #: sequencer.c:1025
3020 #, c-format
3021 msgid "%s: cannot parse parent commit %s"
3022 msgstr ""
3023
3024 #: sequencer.c:1088 sequencer.c:1864
3025 #, c-format
3026 msgid "could not rename '%s' to '%s'"
3027 msgstr ""
3028
3029 #: sequencer.c:1139
3030 #, c-format
3031 msgid "could not revert %s... %s"
3032 msgstr ""
3033
3034 #: sequencer.c:1140
3035 #, c-format
3036 msgid "could not apply %s... %s"
3037 msgstr ""
3038
3039 #: sequencer.c:1182
3040 msgid "empty commit set passed"
3041 msgstr ""
3042
3043 #: sequencer.c:1192
3044 #, c-format
3045 msgid "git %s: failed to read the index"
3046 msgstr ""
3047
3048 #: sequencer.c:1198
3049 #, c-format
3050 msgid "git %s: failed to refresh the index"
3051 msgstr ""
3052
3053 #: sequencer.c:1319
3054 #, c-format
3055 msgid "invalid line %d: %.*s"
3056 msgstr ""
3057
3058 #: sequencer.c:1327
3059 #, c-format
3060 msgid "cannot '%s' without a previous commit"
3061 msgstr ""
3062
3063 #: sequencer.c:1360 sequencer.c:2522 sequencer.c:2557 sequencer.c:2636
3064 #: sequencer.c:2662 sequencer.c:2752 sequencer.c:2853
3065 #, c-format
3066 msgid "could not read '%s'."
3067 msgstr ""
3068
3069 #: sequencer.c:1372
3070 msgid "please fix this using 'git rebase --edit-todo'."
3071 msgstr ""
3072
3073 #: sequencer.c:1374
3074 #, c-format
3075 msgid "unusable instruction sheet: '%s'"
3076 msgstr ""
3077
3078 #: sequencer.c:1379
3079 msgid "no commits parsed."
3080 msgstr ""
3081
3082 #: sequencer.c:1390
3083 msgid "cannot cherry-pick during a revert."
3084 msgstr ""
3085
3086 #: sequencer.c:1392
3087 msgid "cannot revert during a cherry-pick."
3088 msgstr ""
3089
3090 #: sequencer.c:1459
3091 #, c-format
3092 msgid "invalid key: %s"
3093 msgstr ""
3094
3095 #: sequencer.c:1462
3096 #, c-format
3097 msgid "invalid value for %s: %s"
3098 msgstr ""
3099
3100 #: sequencer.c:1528
3101 #, c-format
3102 msgid "malformed options sheet: '%s'"
3103 msgstr ""
3104
3105 #: sequencer.c:1566
3106 msgid "a cherry-pick or revert is already in progress"
3107 msgstr ""
3108
3109 #: sequencer.c:1567
3110 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
3111 msgstr ""
3112
3113 #: sequencer.c:1570
3114 #, c-format
3115 msgid "could not create sequencer directory '%s'"
3116 msgstr ""
3117
3118 #: sequencer.c:1585
3119 msgid "could not lock HEAD"
3120 msgstr ""
3121
3122 #: sequencer.c:1643 sequencer.c:2227
3123 msgid "no cherry-pick or revert in progress"
3124 msgstr ""
3125
3126 #: sequencer.c:1645
3127 msgid "cannot resolve HEAD"
3128 msgstr ""
3129
3130 #: sequencer.c:1647 sequencer.c:1682
3131 msgid "cannot abort from a branch yet to be born"
3132 msgstr ""
3133
3134 #: sequencer.c:1668 builtin/grep.c:713
3135 #, c-format
3136 msgid "cannot open '%s'"
3137 msgstr ""
3138
3139 #: sequencer.c:1670
3140 #, c-format
3141 msgid "cannot read '%s': %s"
3142 msgstr ""
3143
3144 #: sequencer.c:1671
3145 msgid "unexpected end of file"
3146 msgstr ""
3147
3148 #: sequencer.c:1677
3149 #, c-format
3150 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
3151 msgstr ""
3152
3153 #: sequencer.c:1688
3154 msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
3155 msgstr ""
3156
3157 #: sequencer.c:1829 sequencer.c:2125
3158 msgid "cannot read HEAD"
3159 msgstr ""
3160
3161 #: sequencer.c:1869 builtin/difftool.c:639
3162 #, c-format
3163 msgid "could not copy '%s' to '%s'"
3164 msgstr ""
3165
3166 #: sequencer.c:1888
3167 msgid "could not read index"
3168 msgstr ""
3169
3170 #: sequencer.c:1893
3171 #, c-format
3172 msgid ""
3173 "execution failed: %s\n"
3174 "%sYou can fix the problem, and then run\n"
3175 "\n"
3176 " git rebase --continue\n"
3177 "\n"
3178 msgstr ""
3179
3180 #: sequencer.c:1899
3181 msgid "and made changes to the index and/or the working tree\n"
3182 msgstr ""
3183
3184 #: sequencer.c:1905
3185 #, c-format
3186 msgid ""
3187 "execution succeeded: %s\n"
3188 "but left changes to the index and/or the working tree\n"
3189 "Commit or stash your changes, and then run\n"
3190 "\n"
3191 " git rebase --continue\n"
3192 "\n"
3193 msgstr ""
3194
3195 #: sequencer.c:1964
3196 #, c-format
3197 msgid "Applied autostash.\n"
3198 msgstr ""
3199
3200 #: sequencer.c:1976
3201 #, c-format
3202 msgid "cannot store %s"
3203 msgstr ""
3204
3205 #: sequencer.c:1979 git-rebase.sh:175
3206 #, c-format
3207 msgid ""
3208 "Applying autostash resulted in conflicts.\n"
3209 "Your changes are safe in the stash.\n"
3210 "You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
3211 msgstr ""
3212
3213 #: sequencer.c:2061
3214 #, c-format
3215 msgid "Stopped at %s... %.*s\n"
3216 msgstr ""
3217
3218 #: sequencer.c:2103
3219 #, c-format
3220 msgid "unknown command %d"
3221 msgstr ""
3222
3223 #: sequencer.c:2133
3224 msgid "could not read orig-head"
3225 msgstr ""
3226
3227 #: sequencer.c:2138 sequencer.c:2739
3228 msgid "could not read 'onto'"
3229 msgstr ""
3230
3231 #: sequencer.c:2145
3232 #, c-format
3233 msgid "could not update %s"
3234 msgstr ""
3235
3236 #: sequencer.c:2152
3237 #, c-format
3238 msgid "could not update HEAD to %s"
3239 msgstr ""
3240
3241 #: sequencer.c:2236
3242 msgid "cannot rebase: You have unstaged changes."
3243 msgstr ""
3244
3245 #: sequencer.c:2241
3246 msgid "could not remove CHERRY_PICK_HEAD"
3247 msgstr ""
3248
3249 #: sequencer.c:2250
3250 msgid "cannot amend non-existing commit"
3251 msgstr ""
3252
3253 #: sequencer.c:2252
3254 #, c-format
3255 msgid "invalid file: '%s'"
3256 msgstr ""
3257
3258 #: sequencer.c:2254
3259 #, c-format
3260 msgid "invalid contents: '%s'"
3261 msgstr ""
3262
3263 #: sequencer.c:2257
3264 msgid ""
3265 "\n"
3266 "You have uncommitted changes in your working tree. Please, commit them\n"
3267 "first and then run 'git rebase --continue' again."
3268 msgstr ""
3269
3270 #: sequencer.c:2267
3271 msgid "could not commit staged changes."
3272 msgstr ""
3273
3274 #: sequencer.c:2347
3275 #, c-format
3276 msgid "%s: can't cherry-pick a %s"
3277 msgstr ""
3278
3279 #: sequencer.c:2351
3280 #, c-format
3281 msgid "%s: bad revision"
3282 msgstr ""
3283
3284 #: sequencer.c:2384
3285 msgid "can't revert as initial commit"
3286 msgstr ""
3287
3288 #: sequencer.c:2489
3289 msgid "make_script: unhandled options"
3290 msgstr ""
3291
3292 #: sequencer.c:2492
3293 msgid "make_script: error preparing revisions"
3294 msgstr ""
3295
3296 #: sequencer.c:2526 sequencer.c:2561
3297 #, c-format
3298 msgid "unusable todo list: '%s'"
3299 msgstr ""
3300
3301 #: sequencer.c:2609
3302 #, c-format
3303 msgid ""
3304 "unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."
3305 msgstr ""
3306
3307 #: sequencer.c:2689
3308 #, c-format
3309 msgid ""
3310 "Warning: some commits may have been dropped accidentally.\n"
3311 "Dropped commits (newer to older):\n"
3312 msgstr ""
3313
3314 #: sequencer.c:2696
3315 #, c-format
3316 msgid ""
3317 "To avoid this message, use \"drop\" to explicitly remove a commit.\n"
3318 "\n"
3319 "Use 'git config rebase.missingCommitsCheck' to change the level of "
3320 "warnings.\n"
3321 "The possible behaviours are: ignore, warn, error.\n"
3322 "\n"
3323 msgstr ""
3324
3325 #: sequencer.c:2708
3326 #, c-format
3327 msgid ""
3328 "You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
3329 "continue'.\n"
3330 "Or you can abort the rebase with 'git rebase --abort'.\n"
3331 msgstr ""
3332
3333 #: sequencer.c:2721 sequencer.c:2788 wrapper.c:225 wrapper.c:395
3334 #: builtin/am.c:779
3335 #, c-format
3336 msgid "could not open '%s' for writing"
3337 msgstr ""
3338
3339 #: sequencer.c:2769
3340 #, c-format
3341 msgid "could not parse commit '%s'"
3342 msgstr ""
3343
3344 #: sequencer.c:2891
3345 msgid "the script was already rearranged."
3346 msgstr ""
3347
3348 #: setup.c:171
3349 #, c-format
3350 msgid ""
3351 "%s: no such path in the working tree.\n"
3352 "Use 'git <command> -- <path>...' to specify paths that do not exist locally."
3353 msgstr ""
3354
3355 #: setup.c:184
3356 #, c-format
3357 msgid ""
3358 "ambiguous argument '%s': unknown revision or path not in the working tree.\n"
3359 "Use '--' to separate paths from revisions, like this:\n"
3360 "'git <command> [<revision>...] -- [<file>...]'"
3361 msgstr ""
3362
3363 #: setup.c:252
3364 #, c-format
3365 msgid ""
3366 "ambiguous argument '%s': both revision and filename\n"
3367 "Use '--' to separate paths from revisions, like this:\n"
3368 "'git <command> [<revision>...] -- [<file>...]'"
3369 msgstr ""
3370
3371 #: setup.c:501
3372 #, c-format
3373 msgid "Expected git repo version <= %d, found %d"
3374 msgstr ""
3375
3376 #: setup.c:509
3377 msgid "unknown repository extensions found:"
3378 msgstr ""
3379
3380 #: setup.c:811
3381 #, c-format
3382 msgid "Not a git repository (or any of the parent directories): %s"
3383 msgstr ""
3384
3385 #: setup.c:813 builtin/index-pack.c:1653
3386 msgid "Cannot come back to cwd"
3387 msgstr ""
3388
3389 #: setup.c:1052
3390 msgid "Unable to read current working directory"
3391 msgstr ""
3392
3393 #: setup.c:1064 setup.c:1070
3394 #, c-format
3395 msgid "Cannot change to '%s'"
3396 msgstr ""
3397
3398 #: setup.c:1083
3399 #, c-format
3400 msgid ""
3401 "Not a git repository (or any parent up to mount point %s)\n"
3402 "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
3403 msgstr ""
3404
3405 #: setup.c:1167
3406 #, c-format
3407 msgid ""
3408 "Problem with core.sharedRepository filemode value (0%.3o).\n"
3409 "The owner of files must always have read and write permissions."
3410 msgstr ""
3411
3412 #: sha1_file.c:598
3413 #, c-format
3414 msgid "path '%s' does not exist"
3415 msgstr ""
3416
3417 #: sha1_file.c:624
3418 #, c-format
3419 msgid "reference repository '%s' as a linked checkout is not supported yet."
3420 msgstr ""
3421
3422 #: sha1_file.c:630
3423 #, c-format
3424 msgid "reference repository '%s' is not a local repository."
3425 msgstr ""
3426
3427 #: sha1_file.c:636
3428 #, c-format
3429 msgid "reference repository '%s' is shallow"
3430 msgstr ""
3431
3432 #: sha1_file.c:644
3433 #, c-format
3434 msgid "reference repository '%s' is grafted"
3435 msgstr ""
3436
3437 #: sha1_name.c:422
3438 #, c-format
3439 msgid "short SHA1 %s is ambiguous"
3440 msgstr ""
3441
3442 #: sha1_name.c:433
3443 msgid "The candidates are:"
3444 msgstr ""
3445
3446 #: sha1_name.c:693
3447 msgid ""
3448 "Git normally never creates a ref that ends with 40 hex characters\n"
3449 "because it will be ignored when you just specify 40-hex. These refs\n"
3450 "may be created by mistake. For example,\n"
3451 "\n"
3452 " git checkout -b $br $(git rev-parse ...)\n"
3453 "\n"
3454 "where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
3455 "examine these refs and maybe delete them. Turn this message off by\n"
3456 "running \"git config advice.objectNameWarning false\""
3457 msgstr ""
3458
3459 #: submodule.c:96 submodule.c:130
3460 msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
3461 msgstr ""
3462
3463 #: submodule.c:100 submodule.c:134
3464 #, c-format
3465 msgid "Could not find section in .gitmodules where path=%s"
3466 msgstr ""
3467
3468 #: submodule.c:108
3469 #, c-format
3470 msgid "Could not update .gitmodules entry %s"
3471 msgstr ""
3472
3473 #: submodule.c:141
3474 #, c-format
3475 msgid "Could not remove .gitmodules entry for %s"
3476 msgstr ""
3477
3478 #: submodule.c:152
3479 msgid "staging updated .gitmodules failed"
3480 msgstr ""
3481
3482 #: submodule.c:312
3483 #, c-format
3484 msgid "in unpopulated submodule '%s'"
3485 msgstr ""
3486
3487 #: submodule.c:343
3488 #, c-format
3489 msgid "Pathspec '%s' is in submodule '%.*s'"
3490 msgstr ""
3491
3492 #: submodule.c:833
3493 #, c-format
3494 msgid "submodule entry '%s' (%s) is a %s, not a commit"
3495 msgstr ""
3496
3497 #: submodule.c:1065 builtin/branch.c:648 builtin/submodule--helper.c:1387
3498 msgid "Failed to resolve HEAD as a valid ref."
3499 msgstr ""
3500
3501 #: submodule.c:1370
3502 #, c-format
3503 msgid "'%s' not recognized as a git repository"
3504 msgstr ""
3505
3506 #: submodule.c:1508
3507 #, c-format
3508 msgid "could not start 'git status' in submodule '%s'"
3509 msgstr ""
3510
3511 #: submodule.c:1521
3512 #, c-format
3513 msgid "could not run 'git status' in submodule '%s'"
3514 msgstr ""
3515
3516 #: submodule.c:1614
3517 #, c-format
3518 msgid "submodule '%s' has dirty index"
3519 msgstr ""
3520
3521 #: submodule.c:1876
3522 #, c-format
3523 msgid ""
3524 "relocate_gitdir for submodule '%s' with more than one worktree not supported"
3525 msgstr ""
3526
3527 #: submodule.c:1888 submodule.c:1944
3528 #, c-format
3529 msgid "could not lookup name for submodule '%s'"
3530 msgstr ""
3531
3532 #: submodule.c:1892 builtin/submodule--helper.c:909
3533 #: builtin/submodule--helper.c:919
3534 #, c-format
3535 msgid "could not create directory '%s'"
3536 msgstr ""
3537
3538 #: submodule.c:1895
3539 #, c-format
3540 msgid ""
3541 "Migrating git directory of '%s%s' from\n"
3542 "'%s' to\n"
3543 "'%s'\n"
3544 msgstr ""
3545
3546 #: submodule.c:1979
3547 #, c-format
3548 msgid "could not recurse into submodule '%s'"
3549 msgstr ""
3550
3551 #: submodule.c:2023
3552 msgid "could not start ls-files in .."
3553 msgstr ""
3554
3555 #: submodule.c:2043
3556 msgid "BUG: returned path string doesn't match cwd?"
3557 msgstr ""
3558
3559 #: submodule.c:2062
3560 #, c-format
3561 msgid "ls-tree returned unexpected return code %d"
3562 msgstr ""
3563
3564 #: submodule-config.c:263
3565 msgid "negative values not allowed for submodule.fetchjobs"
3566 msgstr ""
3567
3568 #: submodule-config.c:436
3569 #, c-format
3570 msgid "invalid value for %s"
3571 msgstr ""
3572
3573 #: trailer.c:238
3574 #, c-format
3575 msgid "running trailer command '%s' failed"
3576 msgstr ""
3577
3578 #: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:553
3579 #: trailer.c:557
3580 #, c-format
3581 msgid "unknown value '%s' for key '%s'"
3582 msgstr ""
3583
3584 #: trailer.c:539 trailer.c:544 builtin/remote.c:290
3585 #, c-format
3586 msgid "more than one %s"
3587 msgstr ""
3588
3589 #: trailer.c:730
3590 #, c-format
3591 msgid "empty trailer token in trailer '%.*s'"
3592 msgstr ""
3593
3594 #: trailer.c:750
3595 #, c-format
3596 msgid "could not read input file '%s'"
3597 msgstr ""
3598
3599 #: trailer.c:753
3600 msgid "could not read from stdin"
3601 msgstr ""
3602
3603 #: trailer.c:1008 builtin/am.c:46
3604 #, c-format
3605 msgid "could not stat %s"
3606 msgstr ""
3607
3608 #: trailer.c:1010
3609 #, c-format
3610 msgid "file %s is not a regular file"
3611 msgstr ""
3612
3613 #: trailer.c:1012
3614 #, c-format
3615 msgid "file %s is not writable by user"
3616 msgstr ""
3617
3618 #: trailer.c:1024
3619 msgid "could not open temporary file"
3620 msgstr ""
3621
3622 #: trailer.c:1064
3623 #, c-format
3624 msgid "could not rename temporary file to %s"
3625 msgstr ""
3626
3627 #: transport.c:63
3628 #, c-format
3629 msgid "Would set upstream of '%s' to '%s' of '%s'\n"
3630 msgstr ""
3631
3632 #: transport.c:152
3633 #, c-format
3634 msgid "transport: invalid depth option '%s'"
3635 msgstr ""
3636
3637 #: transport.c:904
3638 #, c-format
3639 msgid ""
3640 "The following submodule paths contain changes that can\n"
3641 "not be found on any remote:\n"
3642 msgstr ""
3643
3644 #: transport.c:908
3645 #, c-format
3646 msgid ""
3647 "\n"
3648 "Please try\n"
3649 "\n"
3650 "\tgit push --recurse-submodules=on-demand\n"
3651 "\n"
3652 "or cd to the path and use\n"
3653 "\n"
3654 "\tgit push\n"
3655 "\n"
3656 "to push them to a remote.\n"
3657 "\n"
3658 msgstr ""
3659
3660 #: transport.c:916
3661 msgid "Aborting."
3662 msgstr ""
3663
3664 #: transport-helper.c:1074
3665 #, c-format
3666 msgid "Could not read ref %s"
3667 msgstr ""
3668
3669 #: tree-walk.c:31
3670 msgid "too-short tree object"
3671 msgstr ""
3672
3673 #: tree-walk.c:37
3674 msgid "malformed mode in tree entry"
3675 msgstr ""
3676
3677 #: tree-walk.c:41
3678 msgid "empty filename in tree entry"
3679 msgstr ""
3680
3681 #: tree-walk.c:114
3682 msgid "too-short tree file"
3683 msgstr ""
3684
3685 #: unpack-trees.c:107
3686 #, c-format
3687 msgid ""
3688 "Your local changes to the following files would be overwritten by checkout:\n"
3689 "%%sPlease commit your changes or stash them before you switch branches."
3690 msgstr ""
3691
3692 #: unpack-trees.c:109
3693 #, c-format
3694 msgid ""
3695 "Your local changes to the following files would be overwritten by checkout:\n"
3696 "%%s"
3697 msgstr ""
3698
3699 #: unpack-trees.c:112
3700 #, c-format
3701 msgid ""
3702 "Your local changes to the following files would be overwritten by merge:\n"
3703 "%%sPlease commit your changes or stash them before you merge."
3704 msgstr ""
3705
3706 #: unpack-trees.c:114
3707 #, c-format
3708 msgid ""
3709 "Your local changes to the following files would be overwritten by merge:\n"
3710 "%%s"
3711 msgstr ""
3712
3713 #: unpack-trees.c:117
3714 #, c-format
3715 msgid ""
3716 "Your local changes to the following files would be overwritten by %s:\n"
3717 "%%sPlease commit your changes or stash them before you %s."
3718 msgstr ""
3719
3720 #: unpack-trees.c:119
3721 #, c-format
3722 msgid ""
3723 "Your local changes to the following files would be overwritten by %s:\n"
3724 "%%s"
3725 msgstr ""
3726
3727 #: unpack-trees.c:124
3728 #, c-format
3729 msgid ""
3730 "Updating the following directories would lose untracked files in them:\n"
3731 "%s"
3732 msgstr ""
3733
3734 #: unpack-trees.c:128
3735 #, c-format
3736 msgid ""
3737 "The following untracked working tree files would be removed by checkout:\n"
3738 "%%sPlease move or remove them before you switch branches."
3739 msgstr ""
3740
3741 #: unpack-trees.c:130
3742 #, c-format
3743 msgid ""
3744 "The following untracked working tree files would be removed by checkout:\n"
3745 "%%s"
3746 msgstr ""
3747
3748 #: unpack-trees.c:133
3749 #, c-format
3750 msgid ""
3751 "The following untracked working tree files would be removed by merge:\n"
3752 "%%sPlease move or remove them before you merge."
3753 msgstr ""
3754
3755 #: unpack-trees.c:135
3756 #, c-format
3757 msgid ""
3758 "The following untracked working tree files would be removed by merge:\n"
3759 "%%s"
3760 msgstr ""
3761
3762 #: unpack-trees.c:138
3763 #, c-format
3764 msgid ""
3765 "The following untracked working tree files would be removed by %s:\n"
3766 "%%sPlease move or remove them before you %s."
3767 msgstr ""
3768
3769 #: unpack-trees.c:140
3770 #, c-format
3771 msgid ""
3772 "The following untracked working tree files would be removed by %s:\n"
3773 "%%s"
3774 msgstr ""
3775
3776 #: unpack-trees.c:145
3777 #, c-format
3778 msgid ""
3779 "The following untracked working tree files would be overwritten by "
3780 "checkout:\n"
3781 "%%sPlease move or remove them before you switch branches."
3782 msgstr ""
3783
3784 #: unpack-trees.c:147
3785 #, c-format
3786 msgid ""
3787 "The following untracked working tree files would be overwritten by "
3788 "checkout:\n"
3789 "%%s"
3790 msgstr ""
3791
3792 #: unpack-trees.c:150
3793 #, c-format
3794 msgid ""
3795 "The following untracked working tree files would be overwritten by merge:\n"
3796 "%%sPlease move or remove them before you merge."
3797 msgstr ""
3798
3799 #: unpack-trees.c:152
3800 #, c-format
3801 msgid ""
3802 "The following untracked working tree files would be overwritten by merge:\n"
3803 "%%s"
3804 msgstr ""
3805
3806 #: unpack-trees.c:155
3807 #, c-format
3808 msgid ""
3809 "The following untracked working tree files would be overwritten by %s:\n"
3810 "%%sPlease move or remove them before you %s."
3811 msgstr ""
3812
3813 #: unpack-trees.c:157
3814 #, c-format
3815 msgid ""
3816 "The following untracked working tree files would be overwritten by %s:\n"
3817 "%%s"
3818 msgstr ""
3819
3820 #: unpack-trees.c:164
3821 #, c-format
3822 msgid "Entry '%s' overlaps with '%s'. Cannot bind."
3823 msgstr ""
3824
3825 #: unpack-trees.c:167
3826 #, c-format
3827 msgid ""
3828 "Cannot update sparse checkout: the following entries are not up to date:\n"
3829 "%s"
3830 msgstr ""
3831
3832 #: unpack-trees.c:169
3833 #, c-format
3834 msgid ""
3835 "The following working tree files would be overwritten by sparse checkout "
3836 "update:\n"
3837 "%s"
3838 msgstr ""
3839
3840 #: unpack-trees.c:171
3841 #, c-format
3842 msgid ""
3843 "The following working tree files would be removed by sparse checkout "
3844 "update:\n"
3845 "%s"
3846 msgstr ""
3847
3848 #: unpack-trees.c:173
3849 #, c-format
3850 msgid ""
3851 "Cannot update submodule:\n"
3852 "%s"
3853 msgstr ""
3854
3855 #: unpack-trees.c:250
3856 #, c-format
3857 msgid "Aborting\n"
3858 msgstr ""
3859
3860 #: unpack-trees.c:332
3861 msgid "Checking out files"
3862 msgstr ""
3863
3864 #: urlmatch.c:163
3865 msgid "invalid URL scheme name or missing '://' suffix"
3866 msgstr ""
3867
3868 #: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
3869 #, c-format
3870 msgid "invalid %XX escape sequence"
3871 msgstr ""
3872
3873 #: urlmatch.c:215
3874 msgid "missing host and scheme is not 'file:'"
3875 msgstr ""
3876
3877 #: urlmatch.c:232
3878 msgid "a 'file:' URL may not have a port number"
3879 msgstr ""
3880
3881 #: urlmatch.c:247
3882 msgid "invalid characters in host name"
3883 msgstr ""
3884
3885 #: urlmatch.c:292 urlmatch.c:303
3886 msgid "invalid port number"
3887 msgstr ""
3888
3889 #: urlmatch.c:371
3890 msgid "invalid '..' path segment"
3891 msgstr ""
3892
3893 #: worktree.c:245
3894 #, c-format
3895 msgid "failed to read '%s'"
3896 msgstr ""
3897
3898 #: wrapper.c:223 wrapper.c:393
3899 #, c-format
3900 msgid "could not open '%s' for reading and writing"
3901 msgstr ""
3902
3903 #: wrapper.c:227 wrapper.c:397 builtin/am.c:320 builtin/am.c:770
3904 #: builtin/am.c:862 builtin/merge.c:1043
3905 #, c-format
3906 msgid "could not open '%s' for reading"
3907 msgstr ""
3908
3909 #: wrapper.c:424 wrapper.c:624
3910 #, c-format
3911 msgid "unable to access '%s'"
3912 msgstr ""
3913
3914 #: wrapper.c:632
3915 msgid "unable to get current working directory"
3916 msgstr ""
3917
3918 #: wt-status.c:150
3919 msgid "Unmerged paths:"
3920 msgstr ""
3921
3922 #: wt-status.c:177 wt-status.c:204
3923 #, c-format
3924 msgid " (use \"git reset %s <file>...\" to unstage)"
3925 msgstr ""
3926
3927 #: wt-status.c:179 wt-status.c:206
3928 msgid " (use \"git rm --cached <file>...\" to unstage)"
3929 msgstr ""
3930
3931 #: wt-status.c:183
3932 msgid " (use \"git add <file>...\" to mark resolution)"
3933 msgstr ""
3934
3935 #: wt-status.c:185 wt-status.c:189
3936 msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"
3937 msgstr ""
3938
3939 #: wt-status.c:187
3940 msgid " (use \"git rm <file>...\" to mark resolution)"
3941 msgstr ""
3942
3943 #: wt-status.c:198 wt-status.c:984
3944 msgid "Changes to be committed:"
3945 msgstr ""
3946
3947 #: wt-status.c:216 wt-status.c:993
3948 msgid "Changes not staged for commit:"
3949 msgstr ""
3950
3951 #: wt-status.c:220
3952 msgid " (use \"git add <file>...\" to update what will be committed)"
3953 msgstr ""
3954
3955 #: wt-status.c:222
3956 msgid " (use \"git add/rm <file>...\" to update what will be committed)"
3957 msgstr ""
3958
3959 #: wt-status.c:223
3960 msgid ""
3961 " (use \"git checkout -- <file>...\" to discard changes in working directory)"
3962 msgstr ""
3963
3964 #: wt-status.c:225
3965 msgid " (commit or discard the untracked or modified content in submodules)"
3966 msgstr ""
3967
3968 #: wt-status.c:237
3969 #, c-format
3970 msgid " (use \"git %s <file>...\" to include in what will be committed)"
3971 msgstr ""
3972
3973 #: wt-status.c:252
3974 msgid "both deleted:"
3975 msgstr ""
3976
3977 #: wt-status.c:254
3978 msgid "added by us:"
3979 msgstr ""
3980
3981 #: wt-status.c:256
3982 msgid "deleted by them:"
3983 msgstr ""
3984
3985 #: wt-status.c:258
3986 msgid "added by them:"
3987 msgstr ""
3988
3989 #: wt-status.c:260
3990 msgid "deleted by us:"
3991 msgstr ""
3992
3993 #: wt-status.c:262
3994 msgid "both added:"
3995 msgstr ""
3996
3997 #: wt-status.c:264
3998 msgid "both modified:"
3999 msgstr ""
4000
4001 #: wt-status.c:274
4002 msgid "new file:"
4003 msgstr ""
4004
4005 #: wt-status.c:276
4006 msgid "copied:"
4007 msgstr ""
4008
4009 #: wt-status.c:278
4010 msgid "deleted:"
4011 msgstr ""
4012
4013 #: wt-status.c:280
4014 msgid "modified:"
4015 msgstr ""
4016
4017 #: wt-status.c:282
4018 msgid "renamed:"
4019 msgstr ""
4020
4021 #: wt-status.c:284
4022 msgid "typechange:"
4023 msgstr ""
4024
4025 #: wt-status.c:286
4026 msgid "unknown:"
4027 msgstr ""
4028
4029 #: wt-status.c:288
4030 msgid "unmerged:"
4031 msgstr ""
4032
4033 #: wt-status.c:370
4034 msgid "new commits, "
4035 msgstr ""
4036
4037 #: wt-status.c:372
4038 msgid "modified content, "
4039 msgstr ""
4040
4041 #: wt-status.c:374
4042 msgid "untracked content, "
4043 msgstr ""
4044
4045 #: wt-status.c:824
4046 #, c-format
4047 msgid "Your stash currently has %d entry"
4048 msgid_plural "Your stash currently has %d entries"
4049 msgstr[0] ""
4050 msgstr[1] ""
4051
4052 #: wt-status.c:856
4053 msgid "Submodules changed but not updated:"
4054 msgstr ""
4055
4056 #: wt-status.c:858
4057 msgid "Submodule changes to be committed:"
4058 msgstr ""
4059
4060 #: wt-status.c:940
4061 msgid ""
4062 "Do not modify or remove the line above.\n"
4063 "Everything below it will be ignored."
4064 msgstr ""
4065
4066 #: wt-status.c:1053
4067 msgid "You have unmerged paths."
4068 msgstr ""
4069
4070 #: wt-status.c:1056
4071 msgid " (fix conflicts and run \"git commit\")"
4072 msgstr ""
4073
4074 #: wt-status.c:1058
4075 msgid " (use \"git merge --abort\" to abort the merge)"
4076 msgstr ""
4077
4078 #: wt-status.c:1063
4079 msgid "All conflicts fixed but you are still merging."
4080 msgstr ""
4081
4082 #: wt-status.c:1066
4083 msgid " (use \"git commit\" to conclude merge)"
4084 msgstr ""
4085
4086 #: wt-status.c:1076
4087 msgid "You are in the middle of an am session."
4088 msgstr ""
4089
4090 #: wt-status.c:1079
4091 msgid "The current patch is empty."
4092 msgstr ""
4093
4094 #: wt-status.c:1083
4095 msgid " (fix conflicts and then run \"git am --continue\")"
4096 msgstr ""
4097
4098 #: wt-status.c:1085
4099 msgid " (use \"git am --skip\" to skip this patch)"
4100 msgstr ""
4101
4102 #: wt-status.c:1087
4103 msgid " (use \"git am --abort\" to restore the original branch)"
4104 msgstr ""
4105
4106 #: wt-status.c:1219
4107 msgid "git-rebase-todo is missing."
4108 msgstr ""
4109
4110 #: wt-status.c:1221
4111 msgid "No commands done."
4112 msgstr ""
4113
4114 #: wt-status.c:1224
4115 #, c-format
4116 msgid "Last command done (%d command done):"
4117 msgid_plural "Last commands done (%d commands done):"
4118 msgstr[0] ""
4119 msgstr[1] ""
4120
4121 #: wt-status.c:1235
4122 #, c-format
4123 msgid " (see more in file %s)"
4124 msgstr ""
4125
4126 #: wt-status.c:1240
4127 msgid "No commands remaining."
4128 msgstr ""
4129
4130 #: wt-status.c:1243
4131 #, c-format
4132 msgid "Next command to do (%d remaining command):"
4133 msgid_plural "Next commands to do (%d remaining commands):"
4134 msgstr[0] ""
4135 msgstr[1] ""
4136
4137 #: wt-status.c:1251
4138 msgid " (use \"git rebase --edit-todo\" to view and edit)"
4139 msgstr ""
4140
4141 #: wt-status.c:1264
4142 #, c-format
4143 msgid "You are currently rebasing branch '%s' on '%s'."
4144 msgstr ""
4145
4146 #: wt-status.c:1269
4147 msgid "You are currently rebasing."
4148 msgstr ""
4149
4150 #: wt-status.c:1283
4151 msgid " (fix conflicts and then run \"git rebase --continue\")"
4152 msgstr ""
4153
4154 #: wt-status.c:1285
4155 msgid " (use \"git rebase --skip\" to skip this patch)"
4156 msgstr ""
4157
4158 #: wt-status.c:1287
4159 msgid " (use \"git rebase --abort\" to check out the original branch)"
4160 msgstr ""
4161
4162 #: wt-status.c:1293
4163 msgid " (all conflicts fixed: run \"git rebase --continue\")"
4164 msgstr ""
4165
4166 #: wt-status.c:1297
4167 #, c-format
4168 msgid ""
4169 "You are currently splitting a commit while rebasing branch '%s' on '%s'."
4170 msgstr ""
4171
4172 #: wt-status.c:1302
4173 msgid "You are currently splitting a commit during a rebase."
4174 msgstr ""
4175
4176 #: wt-status.c:1305
4177 msgid " (Once your working directory is clean, run \"git rebase --continue\")"
4178 msgstr ""
4179
4180 #: wt-status.c:1309
4181 #, c-format
4182 msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
4183 msgstr ""
4184
4185 #: wt-status.c:1314
4186 msgid "You are currently editing a commit during a rebase."
4187 msgstr ""
4188
4189 #: wt-status.c:1317
4190 msgid " (use \"git commit --amend\" to amend the current commit)"
4191 msgstr ""
4192
4193 #: wt-status.c:1319
4194 msgid ""
4195 " (use \"git rebase --continue\" once you are satisfied with your changes)"
4196 msgstr ""
4197
4198 #: wt-status.c:1329
4199 #, c-format
4200 msgid "You are currently cherry-picking commit %s."
4201 msgstr ""
4202
4203 #: wt-status.c:1334
4204 msgid " (fix conflicts and run \"git cherry-pick --continue\")"
4205 msgstr ""
4206
4207 #: wt-status.c:1337
4208 msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"
4209 msgstr ""
4210
4211 #: wt-status.c:1339
4212 msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
4213 msgstr ""
4214
4215 #: wt-status.c:1348
4216 #, c-format
4217 msgid "You are currently reverting commit %s."
4218 msgstr ""
4219
4220 #: wt-status.c:1353
4221 msgid " (fix conflicts and run \"git revert --continue\")"
4222 msgstr ""
4223
4224 #: wt-status.c:1356
4225 msgid " (all conflicts fixed: run \"git revert --continue\")"
4226 msgstr ""
4227
4228 #: wt-status.c:1358
4229 msgid " (use \"git revert --abort\" to cancel the revert operation)"
4230 msgstr ""
4231
4232 #: wt-status.c:1369
4233 #, c-format
4234 msgid "You are currently bisecting, started from branch '%s'."
4235 msgstr ""
4236
4237 #: wt-status.c:1373
4238 msgid "You are currently bisecting."
4239 msgstr ""
4240
4241 #: wt-status.c:1376
4242 msgid " (use \"git bisect reset\" to get back to the original branch)"
4243 msgstr ""
4244
4245 #: wt-status.c:1573
4246 msgid "On branch "
4247 msgstr ""
4248
4249 #: wt-status.c:1579
4250 msgid "interactive rebase in progress; onto "
4251 msgstr ""
4252
4253 #: wt-status.c:1581
4254 msgid "rebase in progress; onto "
4255 msgstr ""
4256
4257 #: wt-status.c:1586
4258 msgid "HEAD detached at "
4259 msgstr ""
4260
4261 #: wt-status.c:1588
4262 msgid "HEAD detached from "
4263 msgstr ""
4264
4265 #: wt-status.c:1591
4266 msgid "Not currently on any branch."
4267 msgstr ""
4268
4269 #: wt-status.c:1611
4270 msgid "Initial commit"
4271 msgstr ""
4272
4273 #: wt-status.c:1612
4274 msgid "No commits yet"
4275 msgstr ""
4276
4277 #: wt-status.c:1626
4278 msgid "Untracked files"
4279 msgstr ""
4280
4281 #: wt-status.c:1628
4282 msgid "Ignored files"
4283 msgstr ""
4284
4285 #: wt-status.c:1632
4286 #, c-format
4287 msgid ""
4288 "It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
4289 "may speed it up, but you have to be careful not to forget to add\n"
4290 "new files yourself (see 'git help status')."
4291 msgstr ""
4292
4293 #: wt-status.c:1638
4294 #, c-format
4295 msgid "Untracked files not listed%s"
4296 msgstr ""
4297
4298 #: wt-status.c:1640
4299 msgid " (use -u option to show untracked files)"
4300 msgstr ""
4301
4302 #: wt-status.c:1646
4303 msgid "No changes"
4304 msgstr ""
4305
4306 #: wt-status.c:1651
4307 #, c-format
4308 msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
4309 msgstr ""
4310
4311 #: wt-status.c:1654
4312 #, c-format
4313 msgid "no changes added to commit\n"
4314 msgstr ""
4315
4316 #: wt-status.c:1657
4317 #, c-format
4318 msgid ""
4319 "nothing added to commit but untracked files present (use \"git add\" to "
4320 "track)\n"
4321 msgstr ""
4322
4323 #: wt-status.c:1660
4324 #, c-format
4325 msgid "nothing added to commit but untracked files present\n"
4326 msgstr ""
4327
4328 #: wt-status.c:1663
4329 #, c-format
4330 msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
4331 msgstr ""
4332
4333 #: wt-status.c:1666 wt-status.c:1671
4334 #, c-format
4335 msgid "nothing to commit\n"
4336 msgstr ""
4337
4338 #: wt-status.c:1669
4339 #, c-format
4340 msgid "nothing to commit (use -u to show untracked files)\n"
4341 msgstr ""
4342
4343 #: wt-status.c:1673
4344 #, c-format
4345 msgid "nothing to commit, working tree clean\n"
4346 msgstr ""
4347
4348 #: wt-status.c:1785
4349 msgid "No commits yet on "
4350 msgstr ""
4351
4352 #: wt-status.c:1789
4353 msgid "HEAD (no branch)"
4354 msgstr ""
4355
4356 #: wt-status.c:1818 wt-status.c:1826
4357 msgid "behind "
4358 msgstr ""
4359
4360 #: wt-status.c:1821 wt-status.c:1824
4361 msgid "ahead "
4362 msgstr ""
4363
4364 #. TRANSLATORS: the action is e.g. "pull with rebase"
4365 #: wt-status.c:2318
4366 #, c-format
4367 msgid "cannot %s: You have unstaged changes."
4368 msgstr ""
4369
4370 #: wt-status.c:2324
4371 msgid "additionally, your index contains uncommitted changes."
4372 msgstr ""
4373
4374 #: wt-status.c:2326
4375 #, c-format
4376 msgid "cannot %s: Your index contains uncommitted changes."
4377 msgstr ""
4378
4379 #: compat/precompose_utf8.c:58 builtin/clone.c:437
4380 #, c-format
4381 msgid "failed to unlink '%s'"
4382 msgstr ""
4383
4384 #: builtin/add.c:24
4385 msgid "git add [<options>] [--] <pathspec>..."
4386 msgstr ""
4387
4388 #: builtin/add.c:83
4389 #, c-format
4390 msgid "unexpected diff status %c"
4391 msgstr ""
4392
4393 #: builtin/add.c:88 builtin/commit.c:291
4394 msgid "updating files failed"
4395 msgstr ""
4396
4397 #: builtin/add.c:98
4398 #, c-format
4399 msgid "remove '%s'\n"
4400 msgstr ""
4401
4402 #: builtin/add.c:173
4403 msgid "Unstaged changes after refreshing the index:"
4404 msgstr ""
4405
4406 #: builtin/add.c:233 builtin/rev-parse.c:888
4407 msgid "Could not read the index"
4408 msgstr ""
4409
4410 #: builtin/add.c:244
4411 #, c-format
4412 msgid "Could not open '%s' for writing."
4413 msgstr ""
4414
4415 #: builtin/add.c:248
4416 msgid "Could not write patch"
4417 msgstr ""
4418
4419 #: builtin/add.c:251
4420 msgid "editing patch failed"
4421 msgstr ""
4422
4423 #: builtin/add.c:254
4424 #, c-format
4425 msgid "Could not stat '%s'"
4426 msgstr ""
4427
4428 #: builtin/add.c:256
4429 msgid "Empty patch. Aborted."
4430 msgstr ""
4431
4432 #: builtin/add.c:261
4433 #, c-format
4434 msgid "Could not apply '%s'"
4435 msgstr ""
4436
4437 #: builtin/add.c:271
4438 msgid "The following paths are ignored by one of your .gitignore files:\n"
4439 msgstr ""
4440
4441 #: builtin/add.c:291 builtin/clean.c:911 builtin/fetch.c:133 builtin/mv.c:124
4442 #: builtin/prune-packed.c:55 builtin/pull.c:207 builtin/push.c:541
4443 #: builtin/remote.c:1333 builtin/rm.c:242 builtin/send-pack.c:164
4444 msgid "dry run"
4445 msgstr ""
4446
4447 #: builtin/add.c:294
4448 msgid "interactive picking"
4449 msgstr ""
4450
4451 #: builtin/add.c:295 builtin/checkout.c:1137 builtin/reset.c:310
4452 msgid "select hunks interactively"
4453 msgstr ""
4454
4455 #: builtin/add.c:296
4456 msgid "edit current diff and apply"
4457 msgstr ""
4458
4459 #: builtin/add.c:297
4460 msgid "allow adding otherwise ignored files"
4461 msgstr ""
4462
4463 #: builtin/add.c:298
4464 msgid "update tracked files"
4465 msgstr ""
4466
4467 #: builtin/add.c:299
4468 msgid "renormalize EOL of tracked files (implies -u)"
4469 msgstr ""
4470
4471 #: builtin/add.c:300
4472 msgid "record only the fact that the path will be added later"
4473 msgstr ""
4474
4475 #: builtin/add.c:301
4476 msgid "add changes from all tracked and untracked files"
4477 msgstr ""
4478
4479 #: builtin/add.c:304
4480 msgid "ignore paths removed in the working tree (same as --no-all)"
4481 msgstr ""
4482
4483 #: builtin/add.c:306
4484 msgid "don't add, only refresh the index"
4485 msgstr ""
4486
4487 #: builtin/add.c:307
4488 msgid "just skip files which cannot be added because of errors"
4489 msgstr ""
4490
4491 #: builtin/add.c:308
4492 msgid "check if - even missing - files are ignored in dry run"
4493 msgstr ""
4494
4495 #: builtin/add.c:309 builtin/update-index.c:964
4496 msgid "(+/-)x"
4497 msgstr ""
4498
4499 #: builtin/add.c:309 builtin/update-index.c:965
4500 msgid "override the executable bit of the listed files"
4501 msgstr ""
4502
4503 #: builtin/add.c:311
4504 msgid "warn when adding an embedded repository"
4505 msgstr ""
4506
4507 #: builtin/add.c:326
4508 #, c-format
4509 msgid ""
4510 "You've added another git repository inside your current repository.\n"
4511 "Clones of the outer repository will not contain the contents of\n"
4512 "the embedded repository and will not know how to obtain it.\n"
4513 "If you meant to add a submodule, use:\n"
4514 "\n"
4515 "\tgit submodule add <url> %s\n"
4516 "\n"
4517 "If you added this path by mistake, you can remove it from the\n"
4518 "index with:\n"
4519 "\n"
4520 "\tgit rm --cached %s\n"
4521 "\n"
4522 "See \"git help submodule\" for more information."
4523 msgstr ""
4524
4525 #: builtin/add.c:354
4526 #, c-format
4527 msgid "adding embedded git repository: %s"
4528 msgstr ""
4529
4530 #: builtin/add.c:372
4531 #, c-format
4532 msgid "Use -f if you really want to add them.\n"
4533 msgstr ""
4534
4535 #: builtin/add.c:380
4536 msgid "adding files failed"
4537 msgstr ""
4538
4539 #: builtin/add.c:417
4540 msgid "-A and -u are mutually incompatible"
4541 msgstr ""
4542
4543 #: builtin/add.c:424
4544 msgid "Option --ignore-missing can only be used together with --dry-run"
4545 msgstr ""
4546
4547 #: builtin/add.c:428
4548 #, c-format
4549 msgid "--chmod param '%s' must be either -x or +x"
4550 msgstr ""
4551
4552 #: builtin/add.c:443
4553 #, c-format
4554 msgid "Nothing specified, nothing added.\n"
4555 msgstr ""
4556
4557 #: builtin/add.c:444
4558 #, c-format
4559 msgid "Maybe you wanted to say 'git add .'?\n"
4560 msgstr ""
4561
4562 #: builtin/add.c:449 builtin/check-ignore.c:176 builtin/checkout.c:281
4563 #: builtin/checkout.c:484 builtin/clean.c:958 builtin/commit.c:350
4564 #: builtin/diff-tree.c:114 builtin/mv.c:143 builtin/reset.c:249
4565 #: builtin/rm.c:271 builtin/submodule--helper.c:311
4566 msgid "index file corrupt"
4567 msgstr ""
4568
4569 #: builtin/am.c:414
4570 msgid "could not parse author script"
4571 msgstr ""
4572
4573 #: builtin/am.c:498
4574 #, c-format
4575 msgid "'%s' was deleted by the applypatch-msg hook"
4576 msgstr ""
4577
4578 #: builtin/am.c:539
4579 #, c-format
4580 msgid "Malformed input line: '%s'."
4581 msgstr ""
4582
4583 #: builtin/am.c:576
4584 #, c-format
4585 msgid "Failed to copy notes from '%s' to '%s'"
4586 msgstr ""
4587
4588 #: builtin/am.c:602
4589 msgid "fseek failed"
4590 msgstr ""
4591
4592 #: builtin/am.c:790
4593 #, c-format
4594 msgid "could not parse patch '%s'"
4595 msgstr ""
4596
4597 #: builtin/am.c:855
4598 msgid "Only one StGIT patch series can be applied at once"
4599 msgstr ""
4600
4601 #: builtin/am.c:903
4602 msgid "invalid timestamp"
4603 msgstr ""
4604
4605 #: builtin/am.c:908 builtin/am.c:920
4606 msgid "invalid Date line"
4607 msgstr ""
4608
4609 #: builtin/am.c:915
4610 msgid "invalid timezone offset"
4611 msgstr ""
4612
4613 #: builtin/am.c:1008
4614 msgid "Patch format detection failed."
4615 msgstr ""
4616
4617 #: builtin/am.c:1013 builtin/clone.c:402
4618 #, c-format
4619 msgid "failed to create directory '%s'"
4620 msgstr ""
4621
4622 #: builtin/am.c:1017
4623 msgid "Failed to split patches."
4624 msgstr ""
4625
4626 #: builtin/am.c:1146 builtin/commit.c:376
4627 msgid "unable to write index file"
4628 msgstr ""
4629
4630 #: builtin/am.c:1197
4631 #, c-format
4632 msgid "When you have resolved this problem, run \"%s --continue\"."
4633 msgstr ""
4634
4635 #: builtin/am.c:1198
4636 #, c-format
4637 msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
4638 msgstr ""
4639
4640 #: builtin/am.c:1199
4641 #, c-format
4642 msgid "To restore the original branch and stop patching, run \"%s --abort\"."
4643 msgstr ""
4644
4645 #: builtin/am.c:1306
4646 msgid "Patch is empty."
4647 msgstr ""
4648
4649 #: builtin/am.c:1372
4650 #, c-format
4651 msgid "invalid ident line: %.*s"
4652 msgstr ""
4653
4654 #: builtin/am.c:1394
4655 #, c-format
4656 msgid "unable to parse commit %s"
4657 msgstr ""
4658
4659 #: builtin/am.c:1587
4660 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
4661 msgstr ""
4662
4663 #: builtin/am.c:1589
4664 msgid "Using index info to reconstruct a base tree..."
4665 msgstr ""
4666
4667 #: builtin/am.c:1608
4668 msgid ""
4669 "Did you hand edit your patch?\n"
4670 "It does not apply to blobs recorded in its index."
4671 msgstr ""
4672
4673 #: builtin/am.c:1614
4674 msgid "Falling back to patching base and 3-way merge..."
4675 msgstr ""
4676
4677 #: builtin/am.c:1639
4678 msgid "Failed to merge in the changes."
4679 msgstr ""
4680
4681 #: builtin/am.c:1663 builtin/merge.c:642
4682 msgid "git write-tree failed to write a tree"
4683 msgstr ""
4684
4685 #: builtin/am.c:1670
4686 msgid "applying to an empty history"
4687 msgstr ""
4688
4689 #: builtin/am.c:1683 builtin/commit.c:1798 builtin/merge.c:825
4690 #: builtin/merge.c:850
4691 msgid "failed to write commit object"
4692 msgstr ""
4693
4694 #: builtin/am.c:1716 builtin/am.c:1720
4695 #, c-format
4696 msgid "cannot resume: %s does not exist."
4697 msgstr ""
4698
4699 #: builtin/am.c:1736
4700 msgid "cannot be interactive without stdin connected to a terminal."
4701 msgstr ""
4702
4703 #: builtin/am.c:1741
4704 msgid "Commit Body is:"
4705 msgstr ""
4706
4707 #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
4708 #. in your translation. The program will only accept English
4709 #. input at this point.
4710 #.
4711 #: builtin/am.c:1751
4712 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
4713 msgstr ""
4714
4715 #: builtin/am.c:1801
4716 #, c-format
4717 msgid "Dirty index: cannot apply patches (dirty: %s)"
4718 msgstr ""
4719
4720 #: builtin/am.c:1841 builtin/am.c:1913
4721 #, c-format
4722 msgid "Applying: %.*s"
4723 msgstr ""
4724
4725 #: builtin/am.c:1857
4726 msgid "No changes -- Patch already applied."
4727 msgstr ""
4728
4729 #: builtin/am.c:1865
4730 #, c-format
4731 msgid "Patch failed at %s %.*s"
4732 msgstr ""
4733
4734 #: builtin/am.c:1871
4735 #, c-format
4736 msgid "The copy of the patch that failed is found in: %s"
4737 msgstr ""
4738
4739 #: builtin/am.c:1916
4740 msgid ""
4741 "No changes - did you forget to use 'git add'?\n"
4742 "If there is nothing left to stage, chances are that something else\n"
4743 "already introduced the same changes; you might want to skip this patch."
4744 msgstr ""
4745
4746 #: builtin/am.c:1923
4747 msgid ""
4748 "You still have unmerged paths in your index.\n"
4749 "You should 'git add' each file with resolved conflicts to mark them as "
4750 "such.\n"
4751 "You might run `git rm` on a file to accept \"deleted by them\" for it."
4752 msgstr ""
4753
4754 #: builtin/am.c:2030 builtin/am.c:2034 builtin/am.c:2046 builtin/reset.c:332
4755 #: builtin/reset.c:340
4756 #, c-format
4757 msgid "Could not parse object '%s'."
4758 msgstr ""
4759
4760 #: builtin/am.c:2082
4761 msgid "failed to clean index"
4762 msgstr ""
4763
4764 #: builtin/am.c:2117
4765 msgid ""
4766 "You seem to have moved HEAD since the last 'am' failure.\n"
4767 "Not rewinding to ORIG_HEAD"
4768 msgstr ""
4769
4770 #: builtin/am.c:2180
4771 #, c-format
4772 msgid "Invalid value for --patch-format: %s"
4773 msgstr ""
4774
4775 #: builtin/am.c:2213
4776 msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
4777 msgstr ""
4778
4779 #: builtin/am.c:2214
4780 msgid "git am [<options>] (--continue | --skip | --abort)"
4781 msgstr ""
4782
4783 #: builtin/am.c:2220
4784 msgid "run interactively"
4785 msgstr ""
4786
4787 #: builtin/am.c:2222
4788 msgid "historical option -- no-op"
4789 msgstr ""
4790
4791 #: builtin/am.c:2224
4792 msgid "allow fall back on 3way merging if needed"
4793 msgstr ""
4794
4795 #: builtin/am.c:2225 builtin/init-db.c:484 builtin/prune-packed.c:57
4796 #: builtin/repack.c:180
4797 msgid "be quiet"
4798 msgstr ""
4799
4800 #: builtin/am.c:2227
4801 msgid "add a Signed-off-by line to the commit message"
4802 msgstr ""
4803
4804 #: builtin/am.c:2230
4805 msgid "recode into utf8 (default)"
4806 msgstr ""
4807
4808 #: builtin/am.c:2232
4809 msgid "pass -k flag to git-mailinfo"
4810 msgstr ""
4811
4812 #: builtin/am.c:2234
4813 msgid "pass -b flag to git-mailinfo"
4814 msgstr ""
4815
4816 #: builtin/am.c:2236
4817 msgid "pass -m flag to git-mailinfo"
4818 msgstr ""
4819
4820 #: builtin/am.c:2238
4821 msgid "pass --keep-cr flag to git-mailsplit for mbox format"
4822 msgstr ""
4823
4824 #: builtin/am.c:2241
4825 msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
4826 msgstr ""
4827
4828 #: builtin/am.c:2244
4829 msgid "strip everything before a scissors line"
4830 msgstr ""
4831
4832 #: builtin/am.c:2246 builtin/am.c:2249 builtin/am.c:2252 builtin/am.c:2255
4833 #: builtin/am.c:2258 builtin/am.c:2261 builtin/am.c:2264 builtin/am.c:2267
4834 #: builtin/am.c:2273
4835 msgid "pass it through git-apply"
4836 msgstr ""
4837
4838 #: builtin/am.c:2263 builtin/fmt-merge-msg.c:665 builtin/fmt-merge-msg.c:668
4839 #: builtin/grep.c:845 builtin/merge.c:205 builtin/pull.c:145 builtin/pull.c:203
4840 #: builtin/repack.c:189 builtin/repack.c:193 builtin/repack.c:195
4841 #: builtin/show-branch.c:631 builtin/show-ref.c:169 builtin/tag.c:377
4842 #: parse-options.h:132 parse-options.h:134 parse-options.h:245
4843 msgid "n"
4844 msgstr ""
4845
4846 #: builtin/am.c:2269 builtin/branch.c:629 builtin/for-each-ref.c:38
4847 #: builtin/replace.c:444 builtin/tag.c:412 builtin/verify-tag.c:39
4848 msgid "format"
4849 msgstr ""
4850
4851 #: builtin/am.c:2270
4852 msgid "format the patch(es) are in"
4853 msgstr ""
4854
4855 #: builtin/am.c:2276
4856 msgid "override error message when patch failure occurs"
4857 msgstr ""
4858
4859 #: builtin/am.c:2278
4860 msgid "continue applying patches after resolving a conflict"
4861 msgstr ""
4862
4863 #: builtin/am.c:2281
4864 msgid "synonyms for --continue"
4865 msgstr ""
4866
4867 #: builtin/am.c:2284
4868 msgid "skip the current patch"
4869 msgstr ""
4870
4871 #: builtin/am.c:2287
4872 msgid "restore the original branch and abort the patching operation."
4873 msgstr ""
4874
4875 #: builtin/am.c:2291
4876 msgid "lie about committer date"
4877 msgstr ""
4878
4879 #: builtin/am.c:2293
4880 msgid "use current timestamp for author date"
4881 msgstr ""
4882
4883 #: builtin/am.c:2295 builtin/commit.c:1636 builtin/merge.c:236
4884 #: builtin/pull.c:178 builtin/revert.c:112 builtin/tag.c:392
4885 msgid "key-id"
4886 msgstr ""
4887
4888 #: builtin/am.c:2296
4889 msgid "GPG-sign commits"
4890 msgstr ""
4891
4892 #: builtin/am.c:2299
4893 msgid "(internal use for git-rebase)"
4894 msgstr ""
4895
4896 #: builtin/am.c:2317
4897 msgid ""
4898 "The -b/--binary option has been a no-op for long time, and\n"
4899 "it will be removed. Please do not use it anymore."
4900 msgstr ""
4901
4902 #: builtin/am.c:2324
4903 msgid "failed to read the index"
4904 msgstr ""
4905
4906 #: builtin/am.c:2339
4907 #, c-format
4908 msgid "previous rebase directory %s still exists but mbox given."
4909 msgstr ""
4910
4911 #: builtin/am.c:2363
4912 #, c-format
4913 msgid ""
4914 "Stray %s directory found.\n"
4915 "Use \"git am --abort\" to remove it."
4916 msgstr ""
4917
4918 #: builtin/am.c:2369
4919 msgid "Resolve operation not in progress, we are not resuming."
4920 msgstr ""
4921
4922 #: builtin/apply.c:8
4923 msgid "git apply [<options>] [<patch>...]"
4924 msgstr ""
4925
4926 #: builtin/archive.c:17
4927 #, c-format
4928 msgid "could not create archive file '%s'"
4929 msgstr ""
4930
4931 #: builtin/archive.c:20
4932 msgid "could not redirect output"
4933 msgstr ""
4934
4935 #: builtin/archive.c:37
4936 msgid "git archive: Remote with no URL"
4937 msgstr ""
4938
4939 #: builtin/archive.c:58
4940 msgid "git archive: expected ACK/NAK, got EOF"
4941 msgstr ""
4942
4943 #: builtin/archive.c:61
4944 #, c-format
4945 msgid "git archive: NACK %s"
4946 msgstr ""
4947
4948 #: builtin/archive.c:64
4949 msgid "git archive: protocol error"
4950 msgstr ""
4951
4952 #: builtin/archive.c:68
4953 msgid "git archive: expected a flush"
4954 msgstr ""
4955
4956 #: builtin/bisect--helper.c:12
4957 msgid "git bisect--helper --next-all [--no-checkout]"
4958 msgstr ""
4959
4960 #: builtin/bisect--helper.c:13
4961 msgid "git bisect--helper --write-terms <bad_term> <good_term>"
4962 msgstr ""
4963
4964 #: builtin/bisect--helper.c:14
4965 msgid "git bisect--helper --bisect-clean-state"
4966 msgstr ""
4967
4968 #: builtin/bisect--helper.c:46
4969 #, c-format
4970 msgid "'%s' is not a valid term"
4971 msgstr ""
4972
4973 #: builtin/bisect--helper.c:50
4974 #, c-format
4975 msgid "can't use the builtin command '%s' as a term"
4976 msgstr ""
4977
4978 #: builtin/bisect--helper.c:60
4979 #, c-format
4980 msgid "can't change the meaning of the term '%s'"
4981 msgstr ""
4982
4983 #: builtin/bisect--helper.c:71
4984 msgid "please use two different terms"
4985 msgstr ""
4986
4987 #: builtin/bisect--helper.c:78
4988 msgid "could not open the file BISECT_TERMS"
4989 msgstr ""
4990
4991 #: builtin/bisect--helper.c:120
4992 msgid "perform 'git bisect next'"
4993 msgstr ""
4994
4995 #: builtin/bisect--helper.c:122
4996 msgid "write the terms to .git/BISECT_TERMS"
4997 msgstr ""
4998
4999 #: builtin/bisect--helper.c:124
5000 msgid "cleanup the bisection state"
5001 msgstr ""
5002
5003 #: builtin/bisect--helper.c:126
5004 msgid "check for expected revs"
5005 msgstr ""
5006
5007 #: builtin/bisect--helper.c:128
5008 msgid "update BISECT_HEAD instead of checking out the current commit"
5009 msgstr ""
5010
5011 #: builtin/bisect--helper.c:143
5012 msgid "--write-terms requires two arguments"
5013 msgstr ""
5014
5015 #: builtin/bisect--helper.c:147
5016 msgid "--bisect-clean-state requires no arguments"
5017 msgstr ""
5018
5019 #: builtin/blame.c:27
5020 msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
5021 msgstr ""
5022
5023 #: builtin/blame.c:32
5024 msgid "<rev-opts> are documented in git-rev-list(1)"
5025 msgstr ""
5026
5027 #: builtin/blame.c:668
5028 msgid "Show blame entries as we find them, incrementally"
5029 msgstr ""
5030
5031 #: builtin/blame.c:669
5032 msgid "Show blank SHA-1 for boundary commits (Default: off)"
5033 msgstr ""
5034
5035 #: builtin/blame.c:670
5036 msgid "Do not treat root commits as boundaries (Default: off)"
5037 msgstr ""
5038
5039 #: builtin/blame.c:671
5040 msgid "Show work cost statistics"
5041 msgstr ""
5042
5043 #: builtin/blame.c:672
5044 msgid "Force progress reporting"
5045 msgstr ""
5046
5047 #: builtin/blame.c:673
5048 msgid "Show output score for blame entries"
5049 msgstr ""
5050
5051 #: builtin/blame.c:674
5052 msgid "Show original filename (Default: auto)"
5053 msgstr ""
5054
5055 #: builtin/blame.c:675
5056 msgid "Show original linenumber (Default: off)"
5057 msgstr ""
5058
5059 #: builtin/blame.c:676
5060 msgid "Show in a format designed for machine consumption"
5061 msgstr ""
5062
5063 #: builtin/blame.c:677
5064 msgid "Show porcelain format with per-line commit information"
5065 msgstr ""
5066
5067 #: builtin/blame.c:678
5068 msgid "Use the same output mode as git-annotate (Default: off)"
5069 msgstr ""
5070
5071 #: builtin/blame.c:679
5072 msgid "Show raw timestamp (Default: off)"
5073 msgstr ""
5074
5075 #: builtin/blame.c:680
5076 msgid "Show long commit SHA1 (Default: off)"
5077 msgstr ""
5078
5079 #: builtin/blame.c:681
5080 msgid "Suppress author name and timestamp (Default: off)"
5081 msgstr ""
5082
5083 #: builtin/blame.c:682
5084 msgid "Show author email instead of name (Default: off)"
5085 msgstr ""
5086
5087 #: builtin/blame.c:683
5088 msgid "Ignore whitespace differences"
5089 msgstr ""
5090
5091 #: builtin/blame.c:690
5092 msgid "Use an experimental heuristic to improve diffs"
5093 msgstr ""
5094
5095 #: builtin/blame.c:692
5096 msgid "Spend extra cycles to find better match"
5097 msgstr ""
5098
5099 #: builtin/blame.c:693
5100 msgid "Use revisions from <file> instead of calling git-rev-list"
5101 msgstr ""
5102
5103 #: builtin/blame.c:694
5104 msgid "Use <file>'s contents as the final image"
5105 msgstr ""
5106
5107 #: builtin/blame.c:695 builtin/blame.c:696
5108 msgid "score"
5109 msgstr ""
5110
5111 #: builtin/blame.c:695
5112 msgid "Find line copies within and across files"
5113 msgstr ""
5114
5115 #: builtin/blame.c:696
5116 msgid "Find line movements within and across files"
5117 msgstr ""
5118
5119 #: builtin/blame.c:697
5120 msgid "n,m"
5121 msgstr ""
5122
5123 #: builtin/blame.c:697
5124 msgid "Process only line range n,m, counting from 1"
5125 msgstr ""
5126
5127 #: builtin/blame.c:744
5128 msgid "--progress can't be used with --incremental or porcelain formats"
5129 msgstr ""
5130
5131 #. TRANSLATORS: This string is used to tell us the
5132 #. maximum display width for a relative timestamp in
5133 #. "git blame" output. For C locale, "4 years, 11
5134 #. months ago", which takes 22 places, is the longest
5135 #. among various forms of relative timestamps, but
5136 #. your language may need more or fewer display
5137 #. columns.
5138 #.
5139 #: builtin/blame.c:795
5140 msgid "4 years, 11 months ago"
5141 msgstr ""
5142
5143 #: builtin/blame.c:882
5144 #, c-format
5145 msgid "file %s has only %lu line"
5146 msgid_plural "file %s has only %lu lines"
5147 msgstr[0] ""
5148 msgstr[1] ""
5149
5150 #: builtin/blame.c:928
5151 msgid "Blaming lines"
5152 msgstr ""
5153
5154 #: builtin/branch.c:27
5155 msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
5156 msgstr ""
5157
5158 #: builtin/branch.c:28
5159 msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
5160 msgstr ""
5161
5162 #: builtin/branch.c:29
5163 msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
5164 msgstr ""
5165
5166 #: builtin/branch.c:30
5167 msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
5168 msgstr ""
5169
5170 #: builtin/branch.c:31
5171 msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"
5172 msgstr ""
5173
5174 #: builtin/branch.c:32
5175 msgid "git branch [<options>] [-r | -a] [--points-at]"
5176 msgstr ""
5177
5178 #: builtin/branch.c:33
5179 msgid "git branch [<options>] [-r | -a] [--format]"
5180 msgstr ""
5181
5182 #: builtin/branch.c:146
5183 #, c-format
5184 msgid ""
5185 "deleting branch '%s' that has been merged to\n"
5186 " '%s', but not yet merged to HEAD."
5187 msgstr ""
5188
5189 #: builtin/branch.c:150
5190 #, c-format
5191 msgid ""
5192 "not deleting branch '%s' that is not yet merged to\n"
5193 " '%s', even though it is merged to HEAD."
5194 msgstr ""
5195
5196 #: builtin/branch.c:164
5197 #, c-format
5198 msgid "Couldn't look up commit object for '%s'"
5199 msgstr ""
5200
5201 #: builtin/branch.c:168
5202 #, c-format
5203 msgid ""
5204 "The branch '%s' is not fully merged.\n"
5205 "If you are sure you want to delete it, run 'git branch -D %s'."
5206 msgstr ""
5207
5208 #: builtin/branch.c:181
5209 msgid "Update of config-file failed"
5210 msgstr ""
5211
5212 #: builtin/branch.c:212
5213 msgid "cannot use -a with -d"
5214 msgstr ""
5215
5216 #: builtin/branch.c:218
5217 msgid "Couldn't look up commit object for HEAD"
5218 msgstr ""
5219
5220 #: builtin/branch.c:232
5221 #, c-format
5222 msgid "Cannot delete branch '%s' checked out at '%s'"
5223 msgstr ""
5224
5225 #: builtin/branch.c:247
5226 #, c-format
5227 msgid "remote-tracking branch '%s' not found."
5228 msgstr ""
5229
5230 #: builtin/branch.c:248
5231 #, c-format
5232 msgid "branch '%s' not found."
5233 msgstr ""
5234
5235 #: builtin/branch.c:263
5236 #, c-format
5237 msgid "Error deleting remote-tracking branch '%s'"
5238 msgstr ""
5239
5240 #: builtin/branch.c:264
5241 #, c-format
5242 msgid "Error deleting branch '%s'"
5243 msgstr ""
5244
5245 #: builtin/branch.c:271
5246 #, c-format
5247 msgid "Deleted remote-tracking branch %s (was %s).\n"
5248 msgstr ""
5249
5250 #: builtin/branch.c:272
5251 #, c-format
5252 msgid "Deleted branch %s (was %s).\n"
5253 msgstr ""
5254
5255 #: builtin/branch.c:417 builtin/tag.c:58
5256 msgid "unable to parse format string"
5257 msgstr ""
5258
5259 #: builtin/branch.c:450
5260 #, c-format
5261 msgid "Branch %s is being rebased at %s"
5262 msgstr ""
5263
5264 #: builtin/branch.c:454
5265 #, c-format
5266 msgid "Branch %s is being bisected at %s"
5267 msgstr ""
5268
5269 #: builtin/branch.c:471
5270 msgid "cannot copy the current branch while not on any."
5271 msgstr ""
5272
5273 #: builtin/branch.c:473
5274 msgid "cannot rename the current branch while not on any."
5275 msgstr ""
5276
5277 #: builtin/branch.c:484
5278 #, c-format
5279 msgid "Invalid branch name: '%s'"
5280 msgstr ""
5281
5282 #: builtin/branch.c:511
5283 msgid "Branch rename failed"
5284 msgstr ""
5285
5286 #: builtin/branch.c:513
5287 msgid "Branch copy failed"
5288 msgstr ""
5289
5290 #: builtin/branch.c:517
5291 #, c-format
5292 msgid "Created a copy of a misnamed branch '%s'"
5293 msgstr ""
5294
5295 #: builtin/branch.c:520
5296 #, c-format
5297 msgid "Renamed a misnamed branch '%s' away"
5298 msgstr ""
5299
5300 #: builtin/branch.c:526
5301 #, c-format
5302 msgid "Branch renamed to %s, but HEAD is not updated!"
5303 msgstr ""
5304
5305 #: builtin/branch.c:535
5306 msgid "Branch is renamed, but update of config-file failed"
5307 msgstr ""
5308
5309 #: builtin/branch.c:537
5310 msgid "Branch is copied, but update of config-file failed"
5311 msgstr ""
5312
5313 #: builtin/branch.c:553
5314 #, c-format
5315 msgid ""
5316 "Please edit the description for the branch\n"
5317 " %s\n"
5318 "Lines starting with '%c' will be stripped.\n"
5319 msgstr ""
5320
5321 #: builtin/branch.c:586
5322 msgid "Generic options"
5323 msgstr ""
5324
5325 #: builtin/branch.c:588
5326 msgid "show hash and subject, give twice for upstream branch"
5327 msgstr ""
5328
5329 #: builtin/branch.c:589
5330 msgid "suppress informational messages"
5331 msgstr ""
5332
5333 #: builtin/branch.c:590
5334 msgid "set up tracking mode (see git-pull(1))"
5335 msgstr ""
5336
5337 #: builtin/branch.c:592
5338 msgid "do not use"
5339 msgstr ""
5340
5341 #: builtin/branch.c:594
5342 msgid "upstream"
5343 msgstr ""
5344
5345 #: builtin/branch.c:594
5346 msgid "change the upstream info"
5347 msgstr ""
5348
5349 #: builtin/branch.c:595
5350 msgid "Unset the upstream info"
5351 msgstr ""
5352
5353 #: builtin/branch.c:596
5354 msgid "use colored output"
5355 msgstr ""
5356
5357 #: builtin/branch.c:597
5358 msgid "act on remote-tracking branches"
5359 msgstr ""
5360
5361 #: builtin/branch.c:599 builtin/branch.c:601
5362 msgid "print only branches that contain the commit"
5363 msgstr ""
5364
5365 #: builtin/branch.c:600 builtin/branch.c:602
5366 msgid "print only branches that don't contain the commit"
5367 msgstr ""
5368
5369 #: builtin/branch.c:605
5370 msgid "Specific git-branch actions:"
5371 msgstr ""
5372
5373 #: builtin/branch.c:606
5374 msgid "list both remote-tracking and local branches"
5375 msgstr ""
5376
5377 #: builtin/branch.c:608
5378 msgid "delete fully merged branch"
5379 msgstr ""
5380
5381 #: builtin/branch.c:609
5382 msgid "delete branch (even if not merged)"
5383 msgstr ""
5384
5385 #: builtin/branch.c:610
5386 msgid "move/rename a branch and its reflog"
5387 msgstr ""
5388
5389 #: builtin/branch.c:611
5390 msgid "move/rename a branch, even if target exists"
5391 msgstr ""
5392
5393 #: builtin/branch.c:612
5394 msgid "copy a branch and its reflog"
5395 msgstr ""
5396
5397 #: builtin/branch.c:613
5398 msgid "copy a branch, even if target exists"
5399 msgstr ""
5400
5401 #: builtin/branch.c:614
5402 msgid "list branch names"
5403 msgstr ""
5404
5405 #: builtin/branch.c:615
5406 msgid "create the branch's reflog"
5407 msgstr ""
5408
5409 #: builtin/branch.c:617
5410 msgid "edit the description for the branch"
5411 msgstr ""
5412
5413 #: builtin/branch.c:618
5414 msgid "force creation, move/rename, deletion"
5415 msgstr ""
5416
5417 #: builtin/branch.c:619
5418 msgid "print only branches that are merged"
5419 msgstr ""
5420
5421 #: builtin/branch.c:620
5422 msgid "print only branches that are not merged"
5423 msgstr ""
5424
5425 #: builtin/branch.c:621
5426 msgid "list branches in columns"
5427 msgstr ""
5428
5429 #: builtin/branch.c:622 builtin/for-each-ref.c:40 builtin/tag.c:405
5430 msgid "key"
5431 msgstr ""
5432
5433 #: builtin/branch.c:623 builtin/for-each-ref.c:41 builtin/tag.c:406
5434 msgid "field name to sort on"
5435 msgstr ""
5436
5437 #: builtin/branch.c:625 builtin/for-each-ref.c:43 builtin/notes.c:408
5438 #: builtin/notes.c:411 builtin/notes.c:571 builtin/notes.c:574
5439 #: builtin/tag.c:408
5440 msgid "object"
5441 msgstr ""
5442
5443 #: builtin/branch.c:626
5444 msgid "print only branches of the object"
5445 msgstr ""
5446
5447 #: builtin/branch.c:628 builtin/for-each-ref.c:49 builtin/tag.c:415
5448 msgid "sorting and filtering are case insensitive"
5449 msgstr ""
5450
5451 #: builtin/branch.c:629 builtin/for-each-ref.c:38 builtin/tag.c:413
5452 #: builtin/verify-tag.c:39
5453 msgid "format to use for the output"
5454 msgstr ""
5455
5456 #: builtin/branch.c:652 builtin/clone.c:730
5457 msgid "HEAD not found below refs/heads!"
5458 msgstr ""
5459
5460 #: builtin/branch.c:675
5461 msgid "--column and --verbose are incompatible"
5462 msgstr ""
5463
5464 #: builtin/branch.c:690 builtin/branch.c:742 builtin/branch.c:751
5465 msgid "branch name required"
5466 msgstr ""
5467
5468 #: builtin/branch.c:718
5469 msgid "Cannot give description to detached HEAD"
5470 msgstr ""
5471
5472 #: builtin/branch.c:723
5473 msgid "cannot edit description of more than one branch"
5474 msgstr ""
5475
5476 #: builtin/branch.c:730
5477 #, c-format
5478 msgid "No commit on branch '%s' yet."
5479 msgstr ""
5480
5481 #: builtin/branch.c:733
5482 #, c-format
5483 msgid "No branch named '%s'."
5484 msgstr ""
5485
5486 #: builtin/branch.c:748
5487 msgid "too many branches for a copy operation"
5488 msgstr ""
5489
5490 #: builtin/branch.c:757
5491 msgid "too many arguments for a rename operation"
5492 msgstr ""
5493
5494 #: builtin/branch.c:762
5495 msgid "too many arguments to set new upstream"
5496 msgstr ""
5497
5498 #: builtin/branch.c:766
5499 #, c-format
5500 msgid ""
5501 "could not set upstream of HEAD to %s when it does not point to any branch."
5502 msgstr ""
5503
5504 #: builtin/branch.c:769 builtin/branch.c:791 builtin/branch.c:807
5505 #, c-format
5506 msgid "no such branch '%s'"
5507 msgstr ""
5508
5509 #: builtin/branch.c:773
5510 #, c-format
5511 msgid "branch '%s' does not exist"
5512 msgstr ""
5513
5514 #: builtin/branch.c:785
5515 msgid "too many arguments to unset upstream"
5516 msgstr ""
5517
5518 #: builtin/branch.c:789
5519 msgid "could not unset upstream of HEAD when it does not point to any branch."
5520 msgstr ""
5521
5522 #: builtin/branch.c:795
5523 #, c-format
5524 msgid "Branch '%s' has no upstream information"
5525 msgstr ""
5526
5527 #: builtin/branch.c:810
5528 msgid "-a and -r options to 'git branch' do not make sense with a branch name"
5529 msgstr ""
5530
5531 #: builtin/branch.c:813
5532 msgid ""
5533 "the '--set-upstream' option is no longer supported. Please use '--track' or "
5534 "'--set-upstream-to' instead."
5535 msgstr ""
5536
5537 #: builtin/bundle.c:45
5538 #, c-format
5539 msgid "%s is okay\n"
5540 msgstr ""
5541
5542 #: builtin/bundle.c:58
5543 msgid "Need a repository to create a bundle."
5544 msgstr ""
5545
5546 #: builtin/bundle.c:62
5547 msgid "Need a repository to unbundle."
5548 msgstr ""
5549
5550 #: builtin/cat-file.c:521
5551 msgid ""
5552 "git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
5553 "p | <type> | --textconv | --filters) [--path=<path>] <object>"
5554 msgstr ""
5555
5556 #: builtin/cat-file.c:522
5557 msgid ""
5558 "git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
5559 "filters]"
5560 msgstr ""
5561
5562 #: builtin/cat-file.c:559
5563 msgid "<type> can be one of: blob, tree, commit, tag"
5564 msgstr ""
5565
5566 #: builtin/cat-file.c:560
5567 msgid "show object type"
5568 msgstr ""
5569
5570 #: builtin/cat-file.c:561
5571 msgid "show object size"
5572 msgstr ""
5573
5574 #: builtin/cat-file.c:563
5575 msgid "exit with zero when there's no error"
5576 msgstr ""
5577
5578 #: builtin/cat-file.c:564
5579 msgid "pretty-print object's content"
5580 msgstr ""
5581
5582 #: builtin/cat-file.c:566
5583 msgid "for blob objects, run textconv on object's content"
5584 msgstr ""
5585
5586 #: builtin/cat-file.c:568
5587 msgid "for blob objects, run filters on object's content"
5588 msgstr ""
5589
5590 #: builtin/cat-file.c:569 git-submodule.sh:931
5591 msgid "blob"
5592 msgstr ""
5593
5594 #: builtin/cat-file.c:570
5595 msgid "use a specific path for --textconv/--filters"
5596 msgstr ""
5597
5598 #: builtin/cat-file.c:572
5599 msgid "allow -s and -t to work with broken/corrupt objects"
5600 msgstr ""
5601
5602 #: builtin/cat-file.c:573
5603 msgid "buffer --batch output"
5604 msgstr ""
5605
5606 #: builtin/cat-file.c:575
5607 msgid "show info and content of objects fed from the standard input"
5608 msgstr ""
5609
5610 #: builtin/cat-file.c:578
5611 msgid "show info about objects fed from the standard input"
5612 msgstr ""
5613
5614 #: builtin/cat-file.c:581
5615 msgid "follow in-tree symlinks (used with --batch or --batch-check)"
5616 msgstr ""
5617
5618 #: builtin/cat-file.c:583
5619 msgid "show all objects with --batch or --batch-check"
5620 msgstr ""
5621
5622 #: builtin/check-attr.c:12
5623 msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
5624 msgstr ""
5625
5626 #: builtin/check-attr.c:13
5627 msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
5628 msgstr ""
5629
5630 #: builtin/check-attr.c:20
5631 msgid "report all attributes set on file"
5632 msgstr ""
5633
5634 #: builtin/check-attr.c:21
5635 msgid "use .gitattributes only from the index"
5636 msgstr ""
5637
5638 #: builtin/check-attr.c:22 builtin/check-ignore.c:24 builtin/hash-object.c:99
5639 msgid "read file names from stdin"
5640 msgstr ""
5641
5642 #: builtin/check-attr.c:24 builtin/check-ignore.c:26
5643 msgid "terminate input and output records by a NUL character"
5644 msgstr ""
5645
5646 #: builtin/check-ignore.c:20 builtin/checkout.c:1118 builtin/gc.c:358
5647 msgid "suppress progress reporting"
5648 msgstr ""
5649
5650 #: builtin/check-ignore.c:28
5651 msgid "show non-matching input paths"
5652 msgstr ""
5653
5654 #: builtin/check-ignore.c:30
5655 msgid "ignore index when checking"
5656 msgstr ""
5657
5658 #: builtin/check-ignore.c:158
5659 msgid "cannot specify pathnames with --stdin"
5660 msgstr ""
5661
5662 #: builtin/check-ignore.c:161
5663 msgid "-z only makes sense with --stdin"
5664 msgstr ""
5665
5666 #: builtin/check-ignore.c:163
5667 msgid "no path specified"
5668 msgstr ""
5669
5670 #: builtin/check-ignore.c:167
5671 msgid "--quiet is only valid with a single pathname"
5672 msgstr ""
5673
5674 #: builtin/check-ignore.c:169
5675 msgid "cannot have both --quiet and --verbose"
5676 msgstr ""
5677
5678 #: builtin/check-ignore.c:172
5679 msgid "--non-matching is only valid with --verbose"
5680 msgstr ""
5681
5682 #: builtin/check-mailmap.c:9
5683 msgid "git check-mailmap [<options>] <contact>..."
5684 msgstr ""
5685
5686 #: builtin/check-mailmap.c:14
5687 msgid "also read contacts from stdin"
5688 msgstr ""
5689
5690 #: builtin/check-mailmap.c:25
5691 #, c-format
5692 msgid "unable to parse contact: %s"
5693 msgstr ""
5694
5695 #: builtin/check-mailmap.c:48
5696 msgid "no contacts specified"
5697 msgstr ""
5698
5699 #: builtin/checkout-index.c:128
5700 msgid "git checkout-index [<options>] [--] [<file>...]"
5701 msgstr ""
5702
5703 #: builtin/checkout-index.c:143
5704 msgid "stage should be between 1 and 3 or all"
5705 msgstr ""
5706
5707 #: builtin/checkout-index.c:159
5708 msgid "check out all files in the index"
5709 msgstr ""
5710
5711 #: builtin/checkout-index.c:160
5712 msgid "force overwrite of existing files"
5713 msgstr ""
5714
5715 #: builtin/checkout-index.c:162
5716 msgid "no warning for existing files and files not in index"
5717 msgstr ""
5718
5719 #: builtin/checkout-index.c:164
5720 msgid "don't checkout new files"
5721 msgstr ""
5722
5723 #: builtin/checkout-index.c:166
5724 msgid "update stat information in the index file"
5725 msgstr ""
5726
5727 #: builtin/checkout-index.c:170
5728 msgid "read list of paths from the standard input"
5729 msgstr ""
5730
5731 #: builtin/checkout-index.c:172
5732 msgid "write the content to temporary files"
5733 msgstr ""
5734
5735 #: builtin/checkout-index.c:173 builtin/column.c:31
5736 #: builtin/submodule--helper.c:866 builtin/submodule--helper.c:869
5737 #: builtin/submodule--helper.c:875 builtin/submodule--helper.c:1237
5738 #: builtin/worktree.c:552
5739 msgid "string"
5740 msgstr ""
5741
5742 #: builtin/checkout-index.c:174
5743 msgid "when creating files, prepend <string>"
5744 msgstr ""
5745
5746 #: builtin/checkout-index.c:176
5747 msgid "copy out the files from named stage"
5748 msgstr ""
5749
5750 #: builtin/checkout.c:27
5751 msgid "git checkout [<options>] <branch>"
5752 msgstr ""
5753
5754 #: builtin/checkout.c:28
5755 msgid "git checkout [<options>] [<branch>] -- <file>..."
5756 msgstr ""
5757
5758 #: builtin/checkout.c:136 builtin/checkout.c:169
5759 #, c-format
5760 msgid "path '%s' does not have our version"
5761 msgstr ""
5762
5763 #: builtin/checkout.c:138 builtin/checkout.c:171
5764 #, c-format
5765 msgid "path '%s' does not have their version"
5766 msgstr ""
5767
5768 #: builtin/checkout.c:154
5769 #, c-format
5770 msgid "path '%s' does not have all necessary versions"
5771 msgstr ""
5772
5773 #: builtin/checkout.c:198
5774 #, c-format
5775 msgid "path '%s' does not have necessary versions"
5776 msgstr ""
5777
5778 #: builtin/checkout.c:215
5779 #, c-format
5780 msgid "path '%s': cannot merge"
5781 msgstr ""
5782
5783 #: builtin/checkout.c:232
5784 #, c-format
5785 msgid "Unable to add merge result for '%s'"
5786 msgstr ""
5787
5788 #: builtin/checkout.c:254 builtin/checkout.c:257 builtin/checkout.c:260
5789 #: builtin/checkout.c:263
5790 #, c-format
5791 msgid "'%s' cannot be used with updating paths"
5792 msgstr ""
5793
5794 #: builtin/checkout.c:266 builtin/checkout.c:269
5795 #, c-format
5796 msgid "'%s' cannot be used with %s"
5797 msgstr ""
5798
5799 #: builtin/checkout.c:272
5800 #, c-format
5801 msgid "Cannot update paths and switch to branch '%s' at the same time."
5802 msgstr ""
5803
5804 #: builtin/checkout.c:341 builtin/checkout.c:348
5805 #, c-format
5806 msgid "path '%s' is unmerged"
5807 msgstr ""
5808
5809 #: builtin/checkout.c:506
5810 msgid "you need to resolve your current index first"
5811 msgstr ""
5812
5813 #: builtin/checkout.c:637
5814 #, c-format
5815 msgid "Can not do reflog for '%s': %s\n"
5816 msgstr ""
5817
5818 #: builtin/checkout.c:678
5819 msgid "HEAD is now at"
5820 msgstr ""
5821
5822 #: builtin/checkout.c:682 builtin/clone.c:684
5823 msgid "unable to update HEAD"
5824 msgstr ""
5825
5826 #: builtin/checkout.c:686
5827 #, c-format
5828 msgid "Reset branch '%s'\n"
5829 msgstr ""
5830
5831 #: builtin/checkout.c:689
5832 #, c-format
5833 msgid "Already on '%s'\n"
5834 msgstr ""
5835
5836 #: builtin/checkout.c:693
5837 #, c-format
5838 msgid "Switched to and reset branch '%s'\n"
5839 msgstr ""
5840
5841 #: builtin/checkout.c:695 builtin/checkout.c:1051
5842 #, c-format
5843 msgid "Switched to a new branch '%s'\n"
5844 msgstr ""
5845
5846 #: builtin/checkout.c:697
5847 #, c-format
5848 msgid "Switched to branch '%s'\n"
5849 msgstr ""
5850
5851 #: builtin/checkout.c:748
5852 #, c-format
5853 msgid " ... and %d more.\n"
5854 msgstr ""
5855
5856 #: builtin/checkout.c:754
5857 #, c-format
5858 msgid ""
5859 "Warning: you are leaving %d commit behind, not connected to\n"
5860 "any of your branches:\n"
5861 "\n"
5862 "%s\n"
5863 msgid_plural ""
5864 "Warning: you are leaving %d commits behind, not connected to\n"
5865 "any of your branches:\n"
5866 "\n"
5867 "%s\n"
5868 msgstr[0] ""
5869 msgstr[1] ""
5870
5871 #: builtin/checkout.c:773
5872 #, c-format
5873 msgid ""
5874 "If you want to keep it by creating a new branch, this may be a good time\n"
5875 "to do so with:\n"
5876 "\n"
5877 " git branch <new-branch-name> %s\n"
5878 "\n"
5879 msgid_plural ""
5880 "If you want to keep them by creating a new branch, this may be a good time\n"
5881 "to do so with:\n"
5882 "\n"
5883 " git branch <new-branch-name> %s\n"
5884 "\n"
5885 msgstr[0] ""
5886 msgstr[1] ""
5887
5888 #: builtin/checkout.c:814
5889 msgid "internal error in revision walk"
5890 msgstr ""
5891
5892 #: builtin/checkout.c:818
5893 msgid "Previous HEAD position was"
5894 msgstr ""
5895
5896 #: builtin/checkout.c:848 builtin/checkout.c:1046
5897 msgid "You are on a branch yet to be born"
5898 msgstr ""
5899
5900 #: builtin/checkout.c:952
5901 #, c-format
5902 msgid "only one reference expected, %d given."
5903 msgstr ""
5904
5905 #: builtin/checkout.c:992 builtin/worktree.c:247
5906 #, c-format
5907 msgid "invalid reference: %s"
5908 msgstr ""
5909
5910 #: builtin/checkout.c:1021
5911 #, c-format
5912 msgid "reference is not a tree: %s"
5913 msgstr ""
5914
5915 #: builtin/checkout.c:1060
5916 msgid "paths cannot be used with switching branches"
5917 msgstr ""
5918
5919 #: builtin/checkout.c:1063 builtin/checkout.c:1067
5920 #, c-format
5921 msgid "'%s' cannot be used with switching branches"
5922 msgstr ""
5923
5924 #: builtin/checkout.c:1071 builtin/checkout.c:1074 builtin/checkout.c:1079
5925 #: builtin/checkout.c:1082
5926 #, c-format
5927 msgid "'%s' cannot be used with '%s'"
5928 msgstr ""
5929
5930 #: builtin/checkout.c:1087
5931 #, c-format
5932 msgid "Cannot switch branch to a non-commit '%s'"
5933 msgstr ""
5934
5935 #: builtin/checkout.c:1119 builtin/checkout.c:1121 builtin/clone.c:114
5936 #: builtin/remote.c:166 builtin/remote.c:168 builtin/worktree.c:369
5937 #: builtin/worktree.c:371
5938 msgid "branch"
5939 msgstr ""
5940
5941 #: builtin/checkout.c:1120
5942 msgid "create and checkout a new branch"
5943 msgstr ""
5944
5945 #: builtin/checkout.c:1122
5946 msgid "create/reset and checkout a branch"
5947 msgstr ""
5948
5949 #: builtin/checkout.c:1123
5950 msgid "create reflog for new branch"
5951 msgstr ""
5952
5953 #: builtin/checkout.c:1124 builtin/worktree.c:373
5954 msgid "detach HEAD at named commit"
5955 msgstr ""
5956
5957 #: builtin/checkout.c:1125
5958 msgid "set upstream info for new branch"
5959 msgstr ""
5960
5961 #: builtin/checkout.c:1127
5962 msgid "new-branch"
5963 msgstr ""
5964
5965 #: builtin/checkout.c:1127
5966 msgid "new unparented branch"
5967 msgstr ""
5968
5969 #: builtin/checkout.c:1128
5970 msgid "checkout our version for unmerged files"
5971 msgstr ""
5972
5973 #: builtin/checkout.c:1130
5974 msgid "checkout their version for unmerged files"
5975 msgstr ""
5976
5977 #: builtin/checkout.c:1132
5978 msgid "force checkout (throw away local modifications)"
5979 msgstr ""
5980
5981 #: builtin/checkout.c:1133
5982 msgid "perform a 3-way merge with the new branch"
5983 msgstr ""
5984
5985 #: builtin/checkout.c:1134 builtin/merge.c:238
5986 msgid "update ignored files (default)"
5987 msgstr ""
5988
5989 #: builtin/checkout.c:1135 builtin/log.c:1496 parse-options.h:251
5990 msgid "style"
5991 msgstr ""
5992
5993 #: builtin/checkout.c:1136
5994 msgid "conflict style (merge or diff3)"
5995 msgstr ""
5996
5997 #: builtin/checkout.c:1139
5998 msgid "do not limit pathspecs to sparse entries only"
5999 msgstr ""
6000
6001 #: builtin/checkout.c:1141
6002 msgid "second guess 'git checkout <no-such-branch>'"
6003 msgstr ""
6004
6005 #: builtin/checkout.c:1143
6006 msgid "do not check if another worktree is holding the given ref"
6007 msgstr ""
6008
6009 #: builtin/checkout.c:1147 builtin/clone.c:81 builtin/fetch.c:137
6010 #: builtin/merge.c:235 builtin/pull.c:123 builtin/push.c:556
6011 #: builtin/send-pack.c:173
6012 msgid "force progress reporting"
6013 msgstr ""
6014
6015 #: builtin/checkout.c:1177
6016 msgid "-b, -B and --orphan are mutually exclusive"
6017 msgstr ""
6018
6019 #: builtin/checkout.c:1194
6020 msgid "--track needs a branch name"
6021 msgstr ""
6022
6023 #: builtin/checkout.c:1199
6024 msgid "Missing branch name; try -b"
6025 msgstr ""
6026
6027 #: builtin/checkout.c:1235
6028 msgid "invalid path specification"
6029 msgstr ""
6030
6031 #: builtin/checkout.c:1242
6032 #, c-format
6033 msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
6034 msgstr ""
6035
6036 #: builtin/checkout.c:1246
6037 #, c-format
6038 msgid "git checkout: --detach does not take a path argument '%s'"
6039 msgstr ""
6040
6041 #: builtin/checkout.c:1250
6042 msgid ""
6043 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
6044 "checking out of the index."
6045 msgstr ""
6046
6047 #: builtin/clean.c:26
6048 msgid ""
6049 "git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
6050 msgstr ""
6051
6052 #: builtin/clean.c:30
6053 #, c-format
6054 msgid "Removing %s\n"
6055 msgstr ""
6056
6057 #: builtin/clean.c:31
6058 #, c-format
6059 msgid "Would remove %s\n"
6060 msgstr ""
6061
6062 #: builtin/clean.c:32
6063 #, c-format
6064 msgid "Skipping repository %s\n"
6065 msgstr ""
6066
6067 #: builtin/clean.c:33
6068 #, c-format
6069 msgid "Would skip repository %s\n"
6070 msgstr ""
6071
6072 #: builtin/clean.c:34
6073 #, c-format
6074 msgid "failed to remove %s"
6075 msgstr ""
6076
6077 #: builtin/clean.c:302 git-add--interactive.perl:572
6078 #, c-format
6079 msgid ""
6080 "Prompt help:\n"
6081 "1 - select a numbered item\n"
6082 "foo - select item based on unique prefix\n"
6083 " - (empty) select nothing\n"
6084 msgstr ""
6085
6086 #: builtin/clean.c:306 git-add--interactive.perl:581
6087 #, c-format
6088 msgid ""
6089 "Prompt help:\n"
6090 "1 - select a single item\n"
6091 "3-5 - select a range of items\n"
6092 "2-3,6-9 - select multiple ranges\n"
6093 "foo - select item based on unique prefix\n"
6094 "-... - unselect specified items\n"
6095 "* - choose all items\n"
6096 " - (empty) finish selecting\n"
6097 msgstr ""
6098
6099 #: builtin/clean.c:522 git-add--interactive.perl:547
6100 #: git-add--interactive.perl:552
6101 #, c-format, perl-format
6102 msgid "Huh (%s)?\n"
6103 msgstr ""
6104
6105 #: builtin/clean.c:664
6106 #, c-format
6107 msgid "Input ignore patterns>> "
6108 msgstr ""
6109
6110 #: builtin/clean.c:701
6111 #, c-format
6112 msgid "WARNING: Cannot find items matched by: %s"
6113 msgstr ""
6114
6115 #: builtin/clean.c:722
6116 msgid "Select items to delete"
6117 msgstr ""
6118
6119 #. TRANSLATORS: Make sure to keep [y/N] as is
6120 #: builtin/clean.c:763
6121 #, c-format
6122 msgid "Remove %s [y/N]? "
6123 msgstr ""
6124
6125 #: builtin/clean.c:788 git-add--interactive.perl:1616
6126 #, c-format
6127 msgid "Bye.\n"
6128 msgstr ""
6129
6130 #: builtin/clean.c:796
6131 msgid ""
6132 "clean - start cleaning\n"
6133 "filter by pattern - exclude items from deletion\n"
6134 "select by numbers - select items to be deleted by numbers\n"
6135 "ask each - confirm each deletion (like \"rm -i\")\n"
6136 "quit - stop cleaning\n"
6137 "help - this screen\n"
6138 "? - help for prompt selection"
6139 msgstr ""
6140
6141 #: builtin/clean.c:823 git-add--interactive.perl:1692
6142 msgid "*** Commands ***"
6143 msgstr ""
6144
6145 #: builtin/clean.c:824 git-add--interactive.perl:1689
6146 msgid "What now"
6147 msgstr ""
6148
6149 #: builtin/clean.c:832
6150 msgid "Would remove the following item:"
6151 msgid_plural "Would remove the following items:"
6152 msgstr[0] ""
6153 msgstr[1] ""
6154
6155 #: builtin/clean.c:848
6156 msgid "No more files to clean, exiting."
6157 msgstr ""
6158
6159 #: builtin/clean.c:910
6160 msgid "do not print names of files removed"
6161 msgstr ""
6162
6163 #: builtin/clean.c:912
6164 msgid "force"
6165 msgstr ""
6166
6167 #: builtin/clean.c:913
6168 msgid "interactive cleaning"
6169 msgstr ""
6170
6171 #: builtin/clean.c:915
6172 msgid "remove whole directories"
6173 msgstr ""
6174
6175 #: builtin/clean.c:916 builtin/describe.c:530 builtin/describe.c:532
6176 #: builtin/grep.c:863 builtin/log.c:155 builtin/log.c:157
6177 #: builtin/ls-files.c:548 builtin/name-rev.c:397 builtin/name-rev.c:399
6178 #: builtin/show-ref.c:176
6179 msgid "pattern"
6180 msgstr ""
6181
6182 #: builtin/clean.c:917
6183 msgid "add <pattern> to ignore rules"
6184 msgstr ""
6185
6186 #: builtin/clean.c:918
6187 msgid "remove ignored files, too"
6188 msgstr ""
6189
6190 #: builtin/clean.c:920
6191 msgid "remove only ignored files"
6192 msgstr ""
6193
6194 #: builtin/clean.c:938
6195 msgid "-x and -X cannot be used together"
6196 msgstr ""
6197
6198 #: builtin/clean.c:942
6199 msgid ""
6200 "clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
6201 "clean"
6202 msgstr ""
6203
6204 #: builtin/clean.c:945
6205 msgid ""
6206 "clean.requireForce defaults to true and neither -i, -n, nor -f given; "
6207 "refusing to clean"
6208 msgstr ""
6209
6210 #: builtin/clone.c:39
6211 msgid "git clone [<options>] [--] <repo> [<dir>]"
6212 msgstr ""
6213
6214 #: builtin/clone.c:83
6215 msgid "don't create a checkout"
6216 msgstr ""
6217
6218 #: builtin/clone.c:84 builtin/clone.c:86 builtin/init-db.c:479
6219 msgid "create a bare repository"
6220 msgstr ""
6221
6222 #: builtin/clone.c:88
6223 msgid "create a mirror repository (implies bare)"
6224 msgstr ""
6225
6226 #: builtin/clone.c:90
6227 msgid "to clone from a local repository"
6228 msgstr ""
6229
6230 #: builtin/clone.c:92
6231 msgid "don't use local hardlinks, always copy"
6232 msgstr ""
6233
6234 #: builtin/clone.c:94
6235 msgid "setup as shared repository"
6236 msgstr ""
6237
6238 #: builtin/clone.c:96 builtin/clone.c:100
6239 msgid "pathspec"
6240 msgstr ""
6241
6242 #: builtin/clone.c:96 builtin/clone.c:100
6243 msgid "initialize submodules in the clone"
6244 msgstr ""
6245
6246 #: builtin/clone.c:103
6247 msgid "number of submodules cloned in parallel"
6248 msgstr ""
6249
6250 #: builtin/clone.c:104 builtin/init-db.c:476
6251 msgid "template-directory"
6252 msgstr ""
6253
6254 #: builtin/clone.c:105 builtin/init-db.c:477
6255 msgid "directory from which templates will be used"
6256 msgstr ""
6257
6258 #: builtin/clone.c:107 builtin/clone.c:109 builtin/submodule--helper.c:873
6259 #: builtin/submodule--helper.c:1240
6260 msgid "reference repository"
6261 msgstr ""
6262
6263 #: builtin/clone.c:111
6264 msgid "use --reference only while cloning"
6265 msgstr ""
6266
6267 #: builtin/clone.c:112 builtin/column.c:27 builtin/merge-file.c:44
6268 msgid "name"
6269 msgstr ""
6270
6271 #: builtin/clone.c:113
6272 msgid "use <name> instead of 'origin' to track upstream"
6273 msgstr ""
6274
6275 #: builtin/clone.c:115
6276 msgid "checkout <branch> instead of the remote's HEAD"
6277 msgstr ""
6278
6279 #: builtin/clone.c:117
6280 msgid "path to git-upload-pack on the remote"
6281 msgstr ""
6282
6283 #: builtin/clone.c:118 builtin/fetch.c:138 builtin/grep.c:806
6284 #: builtin/pull.c:211
6285 msgid "depth"
6286 msgstr ""
6287
6288 #: builtin/clone.c:119
6289 msgid "create a shallow clone of that depth"
6290 msgstr ""
6291
6292 #: builtin/clone.c:120 builtin/fetch.c:140 builtin/pack-objects.c:2991
6293 #: parse-options.h:142
6294 msgid "time"
6295 msgstr ""
6296
6297 #: builtin/clone.c:121
6298 msgid "create a shallow clone since a specific time"
6299 msgstr ""
6300
6301 #: builtin/clone.c:122 builtin/fetch.c:142
6302 msgid "revision"
6303 msgstr ""
6304
6305 #: builtin/clone.c:123 builtin/fetch.c:143
6306 msgid "deepen history of shallow clone, excluding rev"
6307 msgstr ""
6308
6309 #: builtin/clone.c:125
6310 msgid "clone only one branch, HEAD or --branch"
6311 msgstr ""
6312
6313 #: builtin/clone.c:127
6314 msgid "don't clone any tags, and make later fetches not to follow them"
6315 msgstr ""
6316
6317 #: builtin/clone.c:129
6318 msgid "any cloned submodules will be shallow"
6319 msgstr ""
6320
6321 #: builtin/clone.c:130 builtin/init-db.c:485
6322 msgid "gitdir"
6323 msgstr ""
6324
6325 #: builtin/clone.c:131 builtin/init-db.c:486
6326 msgid "separate git dir from working tree"
6327 msgstr ""
6328
6329 #: builtin/clone.c:132
6330 msgid "key=value"
6331 msgstr ""
6332
6333 #: builtin/clone.c:133
6334 msgid "set config inside the new repository"
6335 msgstr ""
6336
6337 #: builtin/clone.c:134 builtin/fetch.c:160 builtin/pull.c:224
6338 #: builtin/push.c:567
6339 msgid "use IPv4 addresses only"
6340 msgstr ""
6341
6342 #: builtin/clone.c:136 builtin/fetch.c:162 builtin/pull.c:227
6343 #: builtin/push.c:569
6344 msgid "use IPv6 addresses only"
6345 msgstr ""
6346
6347 #: builtin/clone.c:273
6348 msgid ""
6349 "No directory name could be guessed.\n"
6350 "Please specify a directory on the command line"
6351 msgstr ""
6352
6353 #: builtin/clone.c:326
6354 #, c-format
6355 msgid "info: Could not add alternate for '%s': %s\n"
6356 msgstr ""
6357
6358 #: builtin/clone.c:398
6359 #, c-format
6360 msgid "failed to open '%s'"
6361 msgstr ""
6362
6363 #: builtin/clone.c:406
6364 #, c-format
6365 msgid "%s exists and is not a directory"
6366 msgstr ""
6367
6368 #: builtin/clone.c:420
6369 #, c-format
6370 msgid "failed to stat %s\n"
6371 msgstr ""
6372
6373 #: builtin/clone.c:442
6374 #, c-format
6375 msgid "failed to create link '%s'"
6376 msgstr ""
6377
6378 #: builtin/clone.c:446
6379 #, c-format
6380 msgid "failed to copy file to '%s'"
6381 msgstr ""
6382
6383 #: builtin/clone.c:472
6384 #, c-format
6385 msgid "done.\n"
6386 msgstr ""
6387
6388 #: builtin/clone.c:484
6389 msgid ""
6390 "Clone succeeded, but checkout failed.\n"
6391 "You can inspect what was checked out with 'git status'\n"
6392 "and retry the checkout with 'git checkout -f HEAD'\n"
6393 msgstr ""
6394
6395 #: builtin/clone.c:561
6396 #, c-format
6397 msgid "Could not find remote branch %s to clone."
6398 msgstr ""
6399
6400 #: builtin/clone.c:656
6401 msgid "remote did not send all necessary objects"
6402 msgstr ""
6403
6404 #: builtin/clone.c:672
6405 #, c-format
6406 msgid "unable to update %s"
6407 msgstr ""
6408
6409 #: builtin/clone.c:721
6410 msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
6411 msgstr ""
6412
6413 #: builtin/clone.c:751
6414 msgid "unable to checkout working tree"
6415 msgstr ""
6416
6417 #: builtin/clone.c:796
6418 msgid "unable to write parameters to config file"
6419 msgstr ""
6420
6421 #: builtin/clone.c:859
6422 msgid "cannot repack to clean up"
6423 msgstr ""
6424
6425 #: builtin/clone.c:861
6426 msgid "cannot unlink temporary alternates file"
6427 msgstr ""
6428
6429 #: builtin/clone.c:894 builtin/receive-pack.c:1945
6430 msgid "Too many arguments."
6431 msgstr ""
6432
6433 #: builtin/clone.c:898
6434 msgid "You must specify a repository to clone."
6435 msgstr ""
6436
6437 #: builtin/clone.c:911
6438 #, c-format
6439 msgid "--bare and --origin %s options are incompatible."
6440 msgstr ""
6441
6442 #: builtin/clone.c:914
6443 msgid "--bare and --separate-git-dir are incompatible."
6444 msgstr ""
6445
6446 #: builtin/clone.c:927
6447 #, c-format
6448 msgid "repository '%s' does not exist"
6449 msgstr ""
6450
6451 #: builtin/clone.c:933 builtin/fetch.c:1358
6452 #, c-format
6453 msgid "depth %s is not a positive number"
6454 msgstr ""
6455
6456 #: builtin/clone.c:943
6457 #, c-format
6458 msgid "destination path '%s' already exists and is not an empty directory."
6459 msgstr ""
6460
6461 #: builtin/clone.c:953
6462 #, c-format
6463 msgid "working tree '%s' already exists."
6464 msgstr ""
6465
6466 #: builtin/clone.c:968 builtin/clone.c:979 builtin/difftool.c:270
6467 #: builtin/worktree.c:253 builtin/worktree.c:283
6468 #, c-format
6469 msgid "could not create leading directories of '%s'"
6470 msgstr ""
6471
6472 #: builtin/clone.c:971
6473 #, c-format
6474 msgid "could not create work tree dir '%s'"
6475 msgstr ""
6476
6477 #: builtin/clone.c:983
6478 #, c-format
6479 msgid "Cloning into bare repository '%s'...\n"
6480 msgstr ""
6481
6482 #: builtin/clone.c:985
6483 #, c-format
6484 msgid "Cloning into '%s'...\n"
6485 msgstr ""
6486
6487 #: builtin/clone.c:1009
6488 msgid ""
6489 "clone --recursive is not compatible with both --reference and --reference-if-"
6490 "able"
6491 msgstr ""
6492
6493 #: builtin/clone.c:1071
6494 msgid "--depth is ignored in local clones; use file:// instead."
6495 msgstr ""
6496
6497 #: builtin/clone.c:1073
6498 msgid "--shallow-since is ignored in local clones; use file:// instead."
6499 msgstr ""
6500
6501 #: builtin/clone.c:1075
6502 msgid "--shallow-exclude is ignored in local clones; use file:// instead."
6503 msgstr ""
6504
6505 #: builtin/clone.c:1078
6506 msgid "source repository is shallow, ignoring --local"
6507 msgstr ""
6508
6509 #: builtin/clone.c:1083
6510 msgid "--local is ignored"
6511 msgstr ""
6512
6513 #: builtin/clone.c:1139 builtin/clone.c:1147
6514 #, c-format
6515 msgid "Remote branch %s not found in upstream %s"
6516 msgstr ""
6517
6518 #: builtin/clone.c:1150
6519 msgid "You appear to have cloned an empty repository."
6520 msgstr ""
6521
6522 #: builtin/column.c:10
6523 msgid "git column [<options>]"
6524 msgstr ""
6525
6526 #: builtin/column.c:27
6527 msgid "lookup config vars"
6528 msgstr ""
6529
6530 #: builtin/column.c:28 builtin/column.c:29
6531 msgid "layout to use"
6532 msgstr ""
6533
6534 #: builtin/column.c:30
6535 msgid "Maximum width"
6536 msgstr ""
6537
6538 #: builtin/column.c:31
6539 msgid "Padding space on left border"
6540 msgstr ""
6541
6542 #: builtin/column.c:32
6543 msgid "Padding space on right border"
6544 msgstr ""
6545
6546 #: builtin/column.c:33
6547 msgid "Padding space between columns"
6548 msgstr ""
6549
6550 #: builtin/column.c:52
6551 msgid "--command must be the first argument"
6552 msgstr ""
6553
6554 #: builtin/commit.c:39
6555 msgid "git commit [<options>] [--] <pathspec>..."
6556 msgstr ""
6557
6558 #: builtin/commit.c:44
6559 msgid "git status [<options>] [--] <pathspec>..."
6560 msgstr ""
6561
6562 #: builtin/commit.c:49
6563 msgid ""
6564 "Your name and email address were configured automatically based\n"
6565 "on your username and hostname. Please check that they are accurate.\n"
6566 "You can suppress this message by setting them explicitly. Run the\n"
6567 "following command and follow the instructions in your editor to edit\n"
6568 "your configuration file:\n"
6569 "\n"
6570 " git config --global --edit\n"
6571 "\n"
6572 "After doing this, you may fix the identity used for this commit with:\n"
6573 "\n"
6574 " git commit --amend --reset-author\n"
6575 msgstr ""
6576
6577 #: builtin/commit.c:62
6578 msgid ""
6579 "Your name and email address were configured automatically based\n"
6580 "on your username and hostname. Please check that they are accurate.\n"
6581 "You can suppress this message by setting them explicitly:\n"
6582 "\n"
6583 " git config --global user.name \"Your Name\"\n"
6584 " git config --global user.email you@example.com\n"
6585 "\n"
6586 "After doing this, you may fix the identity used for this commit with:\n"
6587 "\n"
6588 " git commit --amend --reset-author\n"
6589 msgstr ""
6590
6591 #: builtin/commit.c:74
6592 msgid ""
6593 "You asked to amend the most recent commit, but doing so would make\n"
6594 "it empty. You can repeat your command with --allow-empty, or you can\n"
6595 "remove the commit entirely with \"git reset HEAD^\".\n"
6596 msgstr ""
6597
6598 #: builtin/commit.c:79
6599 msgid ""
6600 "The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
6601 "If you wish to commit it anyway, use:\n"
6602 "\n"
6603 " git commit --allow-empty\n"
6604 "\n"
6605 msgstr ""
6606
6607 #: builtin/commit.c:86
6608 msgid "Otherwise, please use 'git reset'\n"
6609 msgstr ""
6610
6611 #: builtin/commit.c:89
6612 msgid ""
6613 "If you wish to skip this commit, use:\n"
6614 "\n"
6615 " git reset\n"
6616 "\n"
6617 "Then \"git cherry-pick --continue\" will resume cherry-picking\n"
6618 "the remaining commits.\n"
6619 msgstr ""
6620
6621 #: builtin/commit.c:318
6622 msgid "failed to unpack HEAD tree object"
6623 msgstr ""
6624
6625 #: builtin/commit.c:359
6626 msgid "unable to create temporary index"
6627 msgstr ""
6628
6629 #: builtin/commit.c:365
6630 msgid "interactive add failed"
6631 msgstr ""
6632
6633 #: builtin/commit.c:378
6634 msgid "unable to update temporary index"
6635 msgstr ""
6636
6637 #: builtin/commit.c:380
6638 msgid "Failed to update main cache tree"
6639 msgstr ""
6640
6641 #: builtin/commit.c:405 builtin/commit.c:429 builtin/commit.c:478
6642 msgid "unable to write new_index file"
6643 msgstr ""
6644
6645 #: builtin/commit.c:461
6646 msgid "cannot do a partial commit during a merge."
6647 msgstr ""
6648
6649 #: builtin/commit.c:463
6650 msgid "cannot do a partial commit during a cherry-pick."
6651 msgstr ""
6652
6653 #: builtin/commit.c:471
6654 msgid "cannot read the index"
6655 msgstr ""
6656
6657 #: builtin/commit.c:490
6658 msgid "unable to write temporary index file"
6659 msgstr ""
6660
6661 #: builtin/commit.c:587
6662 #, c-format
6663 msgid "commit '%s' lacks author header"
6664 msgstr ""
6665
6666 #: builtin/commit.c:589
6667 #, c-format
6668 msgid "commit '%s' has malformed author line"
6669 msgstr ""
6670
6671 #: builtin/commit.c:608
6672 msgid "malformed --author parameter"
6673 msgstr ""
6674
6675 #: builtin/commit.c:660
6676 msgid ""
6677 "unable to select a comment character that is not used\n"
6678 "in the current commit message"
6679 msgstr ""
6680
6681 #: builtin/commit.c:697 builtin/commit.c:730 builtin/commit.c:1114
6682 #, c-format
6683 msgid "could not lookup commit %s"
6684 msgstr ""
6685
6686 #: builtin/commit.c:709 builtin/shortlog.c:309
6687 #, c-format
6688 msgid "(reading log message from standard input)\n"
6689 msgstr ""
6690
6691 #: builtin/commit.c:711
6692 msgid "could not read log from standard input"
6693 msgstr ""
6694
6695 #: builtin/commit.c:715
6696 #, c-format
6697 msgid "could not read log file '%s'"
6698 msgstr ""
6699
6700 #: builtin/commit.c:742 builtin/commit.c:750
6701 msgid "could not read SQUASH_MSG"
6702 msgstr ""
6703
6704 #: builtin/commit.c:747
6705 msgid "could not read MERGE_MSG"
6706 msgstr ""
6707
6708 #: builtin/commit.c:801
6709 msgid "could not write commit template"
6710 msgstr ""
6711
6712 #: builtin/commit.c:819
6713 #, c-format
6714 msgid ""
6715 "\n"
6716 "It looks like you may be committing a merge.\n"
6717 "If this is not correct, please remove the file\n"
6718 "\t%s\n"
6719 "and try again.\n"
6720 msgstr ""
6721
6722 #: builtin/commit.c:824
6723 #, c-format
6724 msgid ""
6725 "\n"
6726 "It looks like you may be committing a cherry-pick.\n"
6727 "If this is not correct, please remove the file\n"
6728 "\t%s\n"
6729 "and try again.\n"
6730 msgstr ""
6731
6732 #: builtin/commit.c:837
6733 #, c-format
6734 msgid ""
6735 "Please enter the commit message for your changes. Lines starting\n"
6736 "with '%c' will be ignored, and an empty message aborts the commit.\n"
6737 msgstr ""
6738
6739 #: builtin/commit.c:844
6740 #, c-format
6741 msgid ""
6742 "Please enter the commit message for your changes. Lines starting\n"
6743 "with '%c' will be kept; you may remove them yourself if you want to.\n"
6744 "An empty message aborts the commit.\n"
6745 msgstr ""
6746
6747 #: builtin/commit.c:861
6748 #, c-format
6749 msgid "%sAuthor: %.*s <%.*s>"
6750 msgstr ""
6751
6752 #: builtin/commit.c:869
6753 #, c-format
6754 msgid "%sDate: %s"
6755 msgstr ""
6756
6757 #: builtin/commit.c:876
6758 #, c-format
6759 msgid "%sCommitter: %.*s <%.*s>"
6760 msgstr ""
6761
6762 #: builtin/commit.c:893
6763 msgid "Cannot read index"
6764 msgstr ""
6765
6766 #: builtin/commit.c:959
6767 msgid "Error building trees"
6768 msgstr ""
6769
6770 #: builtin/commit.c:973 builtin/tag.c:252
6771 #, c-format
6772 msgid "Please supply the message using either -m or -F option.\n"
6773 msgstr ""
6774
6775 #: builtin/commit.c:1076
6776 #, c-format
6777 msgid "--author '%s' is not 'Name <email>' and matches no existing author"
6778 msgstr ""
6779
6780 #: builtin/commit.c:1090
6781 #, c-format
6782 msgid "Invalid ignored mode '%s'"
6783 msgstr ""
6784
6785 #: builtin/commit.c:1104 builtin/commit.c:1349
6786 #, c-format
6787 msgid "Invalid untracked files mode '%s'"
6788 msgstr ""
6789
6790 #: builtin/commit.c:1142
6791 msgid "--long and -z are incompatible"
6792 msgstr ""
6793
6794 #: builtin/commit.c:1172
6795 msgid "Using both --reset-author and --author does not make sense"
6796 msgstr ""
6797
6798 #: builtin/commit.c:1181
6799 msgid "You have nothing to amend."
6800 msgstr ""
6801
6802 #: builtin/commit.c:1184
6803 msgid "You are in the middle of a merge -- cannot amend."
6804 msgstr ""
6805
6806 #: builtin/commit.c:1186
6807 msgid "You are in the middle of a cherry-pick -- cannot amend."
6808 msgstr ""
6809
6810 #: builtin/commit.c:1189
6811 msgid "Options --squash and --fixup cannot be used together"
6812 msgstr ""
6813
6814 #: builtin/commit.c:1199
6815 msgid "Only one of -c/-C/-F/--fixup can be used."
6816 msgstr ""
6817
6818 #: builtin/commit.c:1201
6819 msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
6820 msgstr ""
6821
6822 #: builtin/commit.c:1209
6823 msgid "--reset-author can be used only with -C, -c or --amend."
6824 msgstr ""
6825
6826 #: builtin/commit.c:1226
6827 msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
6828 msgstr ""
6829
6830 #: builtin/commit.c:1228
6831 msgid "No paths with --include/--only does not make sense."
6832 msgstr ""
6833
6834 #: builtin/commit.c:1240 builtin/tag.c:535
6835 #, c-format
6836 msgid "Invalid cleanup mode %s"
6837 msgstr ""
6838
6839 #: builtin/commit.c:1245
6840 msgid "Paths with -a does not make sense."
6841 msgstr ""
6842
6843 #: builtin/commit.c:1363 builtin/commit.c:1648
6844 msgid "show status concisely"
6845 msgstr ""
6846
6847 #: builtin/commit.c:1365 builtin/commit.c:1650
6848 msgid "show branch information"
6849 msgstr ""
6850
6851 #: builtin/commit.c:1367
6852 msgid "show stash information"
6853 msgstr ""
6854
6855 #: builtin/commit.c:1369
6856 msgid "version"
6857 msgstr ""
6858
6859 #: builtin/commit.c:1369 builtin/commit.c:1652 builtin/push.c:542
6860 #: builtin/worktree.c:523
6861 msgid "machine-readable output"
6862 msgstr ""
6863
6864 #: builtin/commit.c:1372 builtin/commit.c:1654
6865 msgid "show status in long format (default)"
6866 msgstr ""
6867
6868 #: builtin/commit.c:1375 builtin/commit.c:1657
6869 msgid "terminate entries with NUL"
6870 msgstr ""
6871
6872 #: builtin/commit.c:1377 builtin/commit.c:1381 builtin/commit.c:1660
6873 #: builtin/fast-export.c:999 builtin/fast-export.c:1002 builtin/tag.c:390
6874 msgid "mode"
6875 msgstr ""
6876
6877 #: builtin/commit.c:1378 builtin/commit.c:1660
6878 msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
6879 msgstr ""
6880
6881 #: builtin/commit.c:1382
6882 msgid ""
6883 "show ignored files, optional modes: traditional, matching, no. (Default: "
6884 "traditional)"
6885 msgstr ""
6886
6887 #: builtin/commit.c:1384 parse-options.h:155
6888 msgid "when"
6889 msgstr ""
6890
6891 #: builtin/commit.c:1385
6892 msgid ""
6893 "ignore changes to submodules, optional when: all, dirty, untracked. "
6894 "(Default: all)"
6895 msgstr ""
6896
6897 #: builtin/commit.c:1387
6898 msgid "list untracked files in columns"
6899 msgstr ""
6900
6901 #: builtin/commit.c:1406
6902 msgid "Unsupported combination of ignored and untracked-files arguments"
6903 msgstr ""
6904
6905 #: builtin/commit.c:1469
6906 msgid "couldn't look up newly created commit"
6907 msgstr ""
6908
6909 #: builtin/commit.c:1471
6910 msgid "could not parse newly created commit"
6911 msgstr ""
6912
6913 #: builtin/commit.c:1516
6914 msgid "unable to resolve HEAD after creating commit"
6915 msgstr ""
6916
6917 #: builtin/commit.c:1518
6918 msgid "detached HEAD"
6919 msgstr ""
6920
6921 #: builtin/commit.c:1521
6922 msgid " (root-commit)"
6923 msgstr ""
6924
6925 #: builtin/commit.c:1618
6926 msgid "suppress summary after successful commit"
6927 msgstr ""
6928
6929 #: builtin/commit.c:1619
6930 msgid "show diff in commit message template"
6931 msgstr ""
6932
6933 #: builtin/commit.c:1621
6934 msgid "Commit message options"
6935 msgstr ""
6936
6937 #: builtin/commit.c:1622 builtin/tag.c:388
6938 msgid "read message from file"
6939 msgstr ""
6940
6941 #: builtin/commit.c:1623
6942 msgid "author"
6943 msgstr ""
6944
6945 #: builtin/commit.c:1623
6946 msgid "override author for commit"
6947 msgstr ""
6948
6949 #: builtin/commit.c:1624 builtin/gc.c:359
6950 msgid "date"
6951 msgstr ""
6952
6953 #: builtin/commit.c:1624
6954 msgid "override date for commit"
6955 msgstr ""
6956
6957 #: builtin/commit.c:1625 builtin/merge.c:225 builtin/notes.c:402
6958 #: builtin/notes.c:565 builtin/tag.c:386
6959 msgid "message"
6960 msgstr ""
6961
6962 #: builtin/commit.c:1625
6963 msgid "commit message"
6964 msgstr ""
6965
6966 #: builtin/commit.c:1626 builtin/commit.c:1627 builtin/commit.c:1628
6967 #: builtin/commit.c:1629 parse-options.h:257 ref-filter.h:92
6968 msgid "commit"
6969 msgstr ""
6970
6971 #: builtin/commit.c:1626
6972 msgid "reuse and edit message from specified commit"
6973 msgstr ""
6974
6975 #: builtin/commit.c:1627
6976 msgid "reuse message from specified commit"
6977 msgstr ""
6978
6979 #: builtin/commit.c:1628
6980 msgid "use autosquash formatted message to fixup specified commit"
6981 msgstr ""
6982
6983 #: builtin/commit.c:1629
6984 msgid "use autosquash formatted message to squash specified commit"
6985 msgstr ""
6986
6987 #: builtin/commit.c:1630
6988 msgid "the commit is authored by me now (used with -C/-c/--amend)"
6989 msgstr ""
6990
6991 #: builtin/commit.c:1631 builtin/log.c:1443 builtin/merge.c:239
6992 #: builtin/pull.c:149 builtin/revert.c:105
6993 msgid "add Signed-off-by:"
6994 msgstr ""
6995
6996 #: builtin/commit.c:1632
6997 msgid "use specified template file"
6998 msgstr ""
6999
7000 #: builtin/commit.c:1633
7001 msgid "force edit of commit"
7002 msgstr ""
7003
7004 #: builtin/commit.c:1634
7005 msgid "default"
7006 msgstr ""
7007
7008 #: builtin/commit.c:1634 builtin/tag.c:391
7009 msgid "how to strip spaces and #comments from message"
7010 msgstr ""
7011
7012 #: builtin/commit.c:1635
7013 msgid "include status in commit message template"
7014 msgstr ""
7015
7016 #: builtin/commit.c:1637 builtin/merge.c:237 builtin/pull.c:179
7017 #: builtin/revert.c:113
7018 msgid "GPG sign commit"
7019 msgstr ""
7020
7021 #: builtin/commit.c:1640
7022 msgid "Commit contents options"
7023 msgstr ""
7024
7025 #: builtin/commit.c:1641
7026 msgid "commit all changed files"
7027 msgstr ""
7028
7029 #: builtin/commit.c:1642
7030 msgid "add specified files to index for commit"
7031 msgstr ""
7032
7033 #: builtin/commit.c:1643
7034 msgid "interactively add files"
7035 msgstr ""
7036
7037 #: builtin/commit.c:1644
7038 msgid "interactively add changes"
7039 msgstr ""
7040
7041 #: builtin/commit.c:1645
7042 msgid "commit only specified files"
7043 msgstr ""
7044
7045 #: builtin/commit.c:1646
7046 msgid "bypass pre-commit and commit-msg hooks"
7047 msgstr ""
7048
7049 #: builtin/commit.c:1647
7050 msgid "show what would be committed"
7051 msgstr ""
7052
7053 #: builtin/commit.c:1658
7054 msgid "amend previous commit"
7055 msgstr ""
7056
7057 #: builtin/commit.c:1659
7058 msgid "bypass post-rewrite hook"
7059 msgstr ""
7060
7061 #: builtin/commit.c:1664
7062 msgid "ok to record an empty change"
7063 msgstr ""
7064
7065 #: builtin/commit.c:1666
7066 msgid "ok to record a change with an empty message"
7067 msgstr ""
7068
7069 #: builtin/commit.c:1696
7070 msgid "could not parse HEAD commit"
7071 msgstr ""
7072
7073 #: builtin/commit.c:1741
7074 #, c-format
7075 msgid "Corrupt MERGE_HEAD file (%s)"
7076 msgstr ""
7077
7078 #: builtin/commit.c:1748
7079 msgid "could not read MERGE_MODE"
7080 msgstr ""
7081
7082 #: builtin/commit.c:1767
7083 #, c-format
7084 msgid "could not read commit message: %s"
7085 msgstr ""
7086
7087 #: builtin/commit.c:1778
7088 #, c-format
7089 msgid "Aborting commit due to empty commit message.\n"
7090 msgstr ""
7091
7092 #: builtin/commit.c:1783
7093 #, c-format
7094 msgid "Aborting commit; you did not edit the message.\n"
7095 msgstr ""
7096
7097 #: builtin/commit.c:1831
7098 msgid ""
7099 "Repository has been updated, but unable to write\n"
7100 "new_index file. Check that disk is not full and quota is\n"
7101 "not exceeded, and then \"git reset HEAD\" to recover."
7102 msgstr ""
7103
7104 #: builtin/config.c:10
7105 msgid "git config [<options>]"
7106 msgstr ""
7107
7108 #: builtin/config.c:58
7109 msgid "Config file location"
7110 msgstr ""
7111
7112 #: builtin/config.c:59
7113 msgid "use global config file"
7114 msgstr ""
7115
7116 #: builtin/config.c:60
7117 msgid "use system config file"
7118 msgstr ""
7119
7120 #: builtin/config.c:61
7121 msgid "use repository config file"
7122 msgstr ""
7123
7124 #: builtin/config.c:62
7125 msgid "use given config file"
7126 msgstr ""
7127
7128 #: builtin/config.c:63
7129 msgid "blob-id"
7130 msgstr ""
7131
7132 #: builtin/config.c:63
7133 msgid "read config from given blob object"
7134 msgstr ""
7135
7136 #: builtin/config.c:64
7137 msgid "Action"
7138 msgstr ""
7139
7140 #: builtin/config.c:65
7141 msgid "get value: name [value-regex]"
7142 msgstr ""
7143
7144 #: builtin/config.c:66
7145 msgid "get all values: key [value-regex]"
7146 msgstr ""
7147
7148 #: builtin/config.c:67
7149 msgid "get values for regexp: name-regex [value-regex]"
7150 msgstr ""
7151
7152 #: builtin/config.c:68
7153 msgid "get value specific for the URL: section[.var] URL"
7154 msgstr ""
7155
7156 #: builtin/config.c:69
7157 msgid "replace all matching variables: name value [value_regex]"
7158 msgstr ""
7159
7160 #: builtin/config.c:70
7161 msgid "add a new variable: name value"
7162 msgstr ""
7163
7164 #: builtin/config.c:71
7165 msgid "remove a variable: name [value-regex]"
7166 msgstr ""
7167
7168 #: builtin/config.c:72
7169 msgid "remove all matches: name [value-regex]"
7170 msgstr ""
7171
7172 #: builtin/config.c:73
7173 msgid "rename section: old-name new-name"
7174 msgstr ""
7175
7176 #: builtin/config.c:74
7177 msgid "remove a section: name"
7178 msgstr ""
7179
7180 #: builtin/config.c:75
7181 msgid "list all"
7182 msgstr ""
7183
7184 #: builtin/config.c:76
7185 msgid "open an editor"
7186 msgstr ""
7187
7188 #: builtin/config.c:77
7189 msgid "find the color configured: slot [default]"
7190 msgstr ""
7191
7192 #: builtin/config.c:78
7193 msgid "find the color setting: slot [stdout-is-tty]"
7194 msgstr ""
7195
7196 #: builtin/config.c:79
7197 msgid "Type"
7198 msgstr ""
7199
7200 #: builtin/config.c:80
7201 msgid "value is \"true\" or \"false\""
7202 msgstr ""
7203
7204 #: builtin/config.c:81
7205 msgid "value is decimal number"
7206 msgstr ""
7207
7208 #: builtin/config.c:82
7209 msgid "value is --bool or --int"
7210 msgstr ""
7211
7212 #: builtin/config.c:83
7213 msgid "value is a path (file or directory name)"
7214 msgstr ""
7215
7216 #: builtin/config.c:84
7217 msgid "value is an expiry date"
7218 msgstr ""
7219
7220 #: builtin/config.c:85
7221 msgid "Other"
7222 msgstr ""
7223
7224 #: builtin/config.c:86
7225 msgid "terminate values with NUL byte"
7226 msgstr ""
7227
7228 #: builtin/config.c:87
7229 msgid "show variable names only"
7230 msgstr ""
7231
7232 #: builtin/config.c:88
7233 msgid "respect include directives on lookup"
7234 msgstr ""
7235
7236 #: builtin/config.c:89
7237 msgid "show origin of config (file, standard input, blob, command line)"
7238 msgstr ""
7239
7240 #: builtin/config.c:335
7241 msgid "unable to parse default color value"
7242 msgstr ""
7243
7244 #: builtin/config.c:479
7245 #, c-format
7246 msgid ""
7247 "# This is Git's per-user configuration file.\n"
7248 "[user]\n"
7249 "# Please adapt and uncomment the following lines:\n"
7250 "#\tname = %s\n"
7251 "#\temail = %s\n"
7252 msgstr ""
7253
7254 #: builtin/config.c:507
7255 msgid "--local can only be used inside a git repository"
7256 msgstr ""
7257
7258 #: builtin/config.c:632
7259 #, c-format
7260 msgid "cannot create configuration file %s"
7261 msgstr ""
7262
7263 #: builtin/config.c:645
7264 #, c-format
7265 msgid ""
7266 "cannot overwrite multiple values with a single value\n"
7267 " Use a regexp, --add or --replace-all to change %s."
7268 msgstr ""
7269
7270 #: builtin/count-objects.c:88
7271 msgid "git count-objects [-v] [-H | --human-readable]"
7272 msgstr ""
7273
7274 #: builtin/count-objects.c:98
7275 msgid "print sizes in human readable format"
7276 msgstr ""
7277
7278 #: builtin/describe.c:22
7279 msgid "git describe [<options>] [<commit-ish>...]"
7280 msgstr ""
7281
7282 #: builtin/describe.c:23
7283 msgid "git describe [<options>] --dirty"
7284 msgstr ""
7285
7286 #: builtin/describe.c:57
7287 msgid "head"
7288 msgstr ""
7289
7290 #: builtin/describe.c:57
7291 msgid "lightweight"
7292 msgstr ""
7293
7294 #: builtin/describe.c:57
7295 msgid "annotated"
7296 msgstr ""
7297
7298 #: builtin/describe.c:267
7299 #, c-format
7300 msgid "annotated tag %s not available"
7301 msgstr ""
7302
7303 #: builtin/describe.c:271
7304 #, c-format
7305 msgid "annotated tag %s has no embedded name"
7306 msgstr ""
7307
7308 #: builtin/describe.c:273
7309 #, c-format
7310 msgid "tag '%s' is really '%s' here"
7311 msgstr ""
7312
7313 #: builtin/describe.c:314
7314 #, c-format
7315 msgid "no tag exactly matches '%s'"
7316 msgstr ""
7317
7318 #: builtin/describe.c:316
7319 #, c-format
7320 msgid "No exact match on refs or tags, searching to describe\n"
7321 msgstr ""
7322
7323 #: builtin/describe.c:363
7324 #, c-format
7325 msgid "finished search at %s\n"
7326 msgstr ""
7327
7328 #: builtin/describe.c:389
7329 #, c-format
7330 msgid ""
7331 "No annotated tags can describe '%s'.\n"
7332 "However, there were unannotated tags: try --tags."
7333 msgstr ""
7334
7335 #: builtin/describe.c:393
7336 #, c-format
7337 msgid ""
7338 "No tags can describe '%s'.\n"
7339 "Try --always, or create some tags."
7340 msgstr ""
7341
7342 #: builtin/describe.c:423
7343 #, c-format
7344 msgid "traversed %lu commits\n"
7345 msgstr ""
7346
7347 #: builtin/describe.c:426
7348 #, c-format
7349 msgid ""
7350 "more than %i tags found; listed %i most recent\n"
7351 "gave up search at %s\n"
7352 msgstr ""
7353
7354 #: builtin/describe.c:494
7355 #, c-format
7356 msgid "describe %s\n"
7357 msgstr ""
7358
7359 #: builtin/describe.c:497 builtin/log.c:500
7360 #, c-format
7361 msgid "Not a valid object name %s"
7362 msgstr ""
7363
7364 #: builtin/describe.c:505
7365 #, c-format
7366 msgid "%s is neither a commit nor blob"
7367 msgstr ""
7368
7369 #: builtin/describe.c:519
7370 msgid "find the tag that comes after the commit"
7371 msgstr ""
7372
7373 #: builtin/describe.c:520
7374 msgid "debug search strategy on stderr"
7375 msgstr ""
7376
7377 #: builtin/describe.c:521
7378 msgid "use any ref"
7379 msgstr ""
7380
7381 #: builtin/describe.c:522
7382 msgid "use any tag, even unannotated"
7383 msgstr ""
7384
7385 #: builtin/describe.c:523
7386 msgid "always use long format"
7387 msgstr ""
7388
7389 #: builtin/describe.c:524
7390 msgid "only follow first parent"
7391 msgstr ""
7392
7393 #: builtin/describe.c:527
7394 msgid "only output exact matches"
7395 msgstr ""
7396
7397 #: builtin/describe.c:529
7398 msgid "consider <n> most recent tags (default: 10)"
7399 msgstr ""
7400
7401 #: builtin/describe.c:531
7402 msgid "only consider tags matching <pattern>"
7403 msgstr ""
7404
7405 #: builtin/describe.c:533
7406 msgid "do not consider tags matching <pattern>"
7407 msgstr ""
7408
7409 #: builtin/describe.c:535 builtin/name-rev.c:406
7410 msgid "show abbreviated commit object as fallback"
7411 msgstr ""
7412
7413 #: builtin/describe.c:536 builtin/describe.c:539
7414 msgid "mark"
7415 msgstr ""
7416
7417 #: builtin/describe.c:537
7418 msgid "append <mark> on dirty working tree (default: \"-dirty\")"
7419 msgstr ""
7420
7421 #: builtin/describe.c:540
7422 msgid "append <mark> on broken working tree (default: \"-broken\")"
7423 msgstr ""
7424
7425 #: builtin/describe.c:558
7426 msgid "--long is incompatible with --abbrev=0"
7427 msgstr ""
7428
7429 #: builtin/describe.c:587
7430 msgid "No names found, cannot describe anything."
7431 msgstr ""
7432
7433 #: builtin/describe.c:637
7434 msgid "--dirty is incompatible with commit-ishes"
7435 msgstr ""
7436
7437 #: builtin/describe.c:639
7438 msgid "--broken is incompatible with commit-ishes"
7439 msgstr ""
7440
7441 #: builtin/diff.c:83
7442 #, c-format
7443 msgid "'%s': not a regular file or symlink"
7444 msgstr ""
7445
7446 #: builtin/diff.c:234
7447 #, c-format
7448 msgid "invalid option: %s"
7449 msgstr ""
7450
7451 #: builtin/diff.c:356
7452 msgid "Not a git repository"
7453 msgstr ""
7454
7455 #: builtin/diff.c:399
7456 #, c-format
7457 msgid "invalid object '%s' given."
7458 msgstr ""
7459
7460 #: builtin/diff.c:408
7461 #, c-format
7462 msgid "more than two blobs given: '%s'"
7463 msgstr ""
7464
7465 #: builtin/diff.c:413
7466 #, c-format
7467 msgid "unhandled object '%s' given."
7468 msgstr ""
7469
7470 #: builtin/difftool.c:29
7471 msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
7472 msgstr ""
7473
7474 #: builtin/difftool.c:259
7475 #, c-format
7476 msgid "failed: %d"
7477 msgstr ""
7478
7479 #: builtin/difftool.c:301
7480 #, c-format
7481 msgid "could not read symlink %s"
7482 msgstr ""
7483
7484 #: builtin/difftool.c:303
7485 #, c-format
7486 msgid "could not read symlink file %s"
7487 msgstr ""
7488
7489 #: builtin/difftool.c:311
7490 #, c-format
7491 msgid "could not read object %s for symlink %s"
7492 msgstr ""
7493
7494 #: builtin/difftool.c:412
7495 msgid ""
7496 "combined diff formats('-c' and '--cc') are not supported in\n"
7497 "directory diff mode('-d' and '--dir-diff')."
7498 msgstr ""
7499
7500 #: builtin/difftool.c:632
7501 #, c-format
7502 msgid "both files modified: '%s' and '%s'."
7503 msgstr ""
7504
7505 #: builtin/difftool.c:634
7506 msgid "working tree file has been left."
7507 msgstr ""
7508
7509 #: builtin/difftool.c:645
7510 #, c-format
7511 msgid "temporary files exist in '%s'."
7512 msgstr ""
7513
7514 #: builtin/difftool.c:646
7515 msgid "you may want to cleanup or recover these."
7516 msgstr ""
7517
7518 #: builtin/difftool.c:695
7519 msgid "use `diff.guitool` instead of `diff.tool`"
7520 msgstr ""
7521
7522 #: builtin/difftool.c:697
7523 msgid "perform a full-directory diff"
7524 msgstr ""
7525
7526 #: builtin/difftool.c:699
7527 msgid "do not prompt before launching a diff tool"
7528 msgstr ""
7529
7530 #: builtin/difftool.c:705
7531 msgid "use symlinks in dir-diff mode"
7532 msgstr ""
7533
7534 #: builtin/difftool.c:706
7535 msgid "<tool>"
7536 msgstr ""
7537
7538 #: builtin/difftool.c:707
7539 msgid "use the specified diff tool"
7540 msgstr ""
7541
7542 #: builtin/difftool.c:709
7543 msgid "print a list of diff tools that may be used with `--tool`"
7544 msgstr ""
7545
7546 #: builtin/difftool.c:712
7547 msgid ""
7548 "make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
7549 "code"
7550 msgstr ""
7551
7552 #: builtin/difftool.c:714
7553 msgid "<command>"
7554 msgstr ""
7555
7556 #: builtin/difftool.c:715
7557 msgid "specify a custom command for viewing diffs"
7558 msgstr ""
7559
7560 #: builtin/difftool.c:739
7561 msgid "no <tool> given for --tool=<tool>"
7562 msgstr ""
7563
7564 #: builtin/difftool.c:746
7565 msgid "no <cmd> given for --extcmd=<cmd>"
7566 msgstr ""
7567
7568 #: builtin/fast-export.c:26
7569 msgid "git fast-export [rev-list-opts]"
7570 msgstr ""
7571
7572 #: builtin/fast-export.c:998
7573 msgid "show progress after <n> objects"
7574 msgstr ""
7575
7576 #: builtin/fast-export.c:1000
7577 msgid "select handling of signed tags"
7578 msgstr ""
7579
7580 #: builtin/fast-export.c:1003
7581 msgid "select handling of tags that tag filtered objects"
7582 msgstr ""
7583
7584 #: builtin/fast-export.c:1006
7585 msgid "Dump marks to this file"
7586 msgstr ""
7587
7588 #: builtin/fast-export.c:1008
7589 msgid "Import marks from this file"
7590 msgstr ""
7591
7592 #: builtin/fast-export.c:1010
7593 msgid "Fake a tagger when tags lack one"
7594 msgstr ""
7595
7596 #: builtin/fast-export.c:1012
7597 msgid "Output full tree for each commit"
7598 msgstr ""
7599
7600 #: builtin/fast-export.c:1014
7601 msgid "Use the done feature to terminate the stream"
7602 msgstr ""
7603
7604 #: builtin/fast-export.c:1015
7605 msgid "Skip output of blob data"
7606 msgstr ""
7607
7608 #: builtin/fast-export.c:1016
7609 msgid "refspec"
7610 msgstr ""
7611
7612 #: builtin/fast-export.c:1017
7613 msgid "Apply refspec to exported refs"
7614 msgstr ""
7615
7616 #: builtin/fast-export.c:1018
7617 msgid "anonymize output"
7618 msgstr ""
7619
7620 #: builtin/fetch.c:24
7621 msgid "git fetch [<options>] [<repository> [<refspec>...]]"
7622 msgstr ""
7623
7624 #: builtin/fetch.c:25
7625 msgid "git fetch [<options>] <group>"
7626 msgstr ""
7627
7628 #: builtin/fetch.c:26
7629 msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
7630 msgstr ""
7631
7632 #: builtin/fetch.c:27
7633 msgid "git fetch --all [<options>]"
7634 msgstr ""
7635
7636 #: builtin/fetch.c:113 builtin/pull.c:188
7637 msgid "fetch from all remotes"
7638 msgstr ""
7639
7640 #: builtin/fetch.c:115 builtin/pull.c:191
7641 msgid "append to .git/FETCH_HEAD instead of overwriting"
7642 msgstr ""
7643
7644 #: builtin/fetch.c:117 builtin/pull.c:194
7645 msgid "path to upload pack on remote end"
7646 msgstr ""
7647
7648 #: builtin/fetch.c:118 builtin/pull.c:196
7649 msgid "force overwrite of local branch"
7650 msgstr ""
7651
7652 #: builtin/fetch.c:120
7653 msgid "fetch from multiple remotes"
7654 msgstr ""
7655
7656 #: builtin/fetch.c:122 builtin/pull.c:198
7657 msgid "fetch all tags and associated objects"
7658 msgstr ""
7659
7660 #: builtin/fetch.c:124
7661 msgid "do not fetch all tags (--no-tags)"
7662 msgstr ""
7663
7664 #: builtin/fetch.c:126
7665 msgid "number of submodules fetched in parallel"
7666 msgstr ""
7667
7668 #: builtin/fetch.c:128 builtin/pull.c:201
7669 msgid "prune remote-tracking branches no longer on remote"
7670 msgstr ""
7671
7672 #: builtin/fetch.c:129 builtin/fetch.c:152 builtin/pull.c:126
7673 msgid "on-demand"
7674 msgstr ""
7675
7676 #: builtin/fetch.c:130
7677 msgid "control recursive fetching of submodules"
7678 msgstr ""
7679
7680 #: builtin/fetch.c:134 builtin/pull.c:209
7681 msgid "keep downloaded pack"
7682 msgstr ""
7683
7684 #: builtin/fetch.c:136
7685 msgid "allow updating of HEAD ref"
7686 msgstr ""
7687
7688 #: builtin/fetch.c:139 builtin/fetch.c:145 builtin/pull.c:212
7689 msgid "deepen history of shallow clone"
7690 msgstr ""
7691
7692 #: builtin/fetch.c:141
7693 msgid "deepen history of shallow repository based on time"
7694 msgstr ""
7695
7696 #: builtin/fetch.c:147 builtin/pull.c:215
7697 msgid "convert to a complete repository"
7698 msgstr ""
7699
7700 #: builtin/fetch.c:149 builtin/log.c:1463
7701 msgid "dir"
7702 msgstr ""
7703
7704 #: builtin/fetch.c:150
7705 msgid "prepend this to submodule path output"
7706 msgstr ""
7707
7708 #: builtin/fetch.c:153
7709 msgid ""
7710 "default for recursive fetching of submodules (lower priority than config "
7711 "files)"
7712 msgstr ""
7713
7714 #: builtin/fetch.c:157 builtin/pull.c:218
7715 msgid "accept refs that update .git/shallow"
7716 msgstr ""
7717
7718 #: builtin/fetch.c:158 builtin/pull.c:220
7719 msgid "refmap"
7720 msgstr ""
7721
7722 #: builtin/fetch.c:159 builtin/pull.c:221
7723 msgid "specify fetch refmap"
7724 msgstr ""
7725
7726 #: builtin/fetch.c:417
7727 msgid "Couldn't find remote ref HEAD"
7728 msgstr ""
7729
7730 #: builtin/fetch.c:535
7731 #, c-format
7732 msgid "configuration fetch.output contains invalid value %s"
7733 msgstr ""
7734
7735 #: builtin/fetch.c:628
7736 #, c-format
7737 msgid "object %s not found"
7738 msgstr ""
7739
7740 #: builtin/fetch.c:632
7741 msgid "[up to date]"
7742 msgstr ""
7743
7744 #: builtin/fetch.c:645 builtin/fetch.c:725
7745 msgid "[rejected]"
7746 msgstr ""
7747
7748 #: builtin/fetch.c:646
7749 msgid "can't fetch in current branch"
7750 msgstr ""
7751
7752 #: builtin/fetch.c:655
7753 msgid "[tag update]"
7754 msgstr ""
7755
7756 #: builtin/fetch.c:656 builtin/fetch.c:689 builtin/fetch.c:705
7757 #: builtin/fetch.c:720
7758 msgid "unable to update local ref"
7759 msgstr ""
7760
7761 #: builtin/fetch.c:675
7762 msgid "[new tag]"
7763 msgstr ""
7764
7765 #: builtin/fetch.c:678
7766 msgid "[new branch]"
7767 msgstr ""
7768
7769 #: builtin/fetch.c:681
7770 msgid "[new ref]"
7771 msgstr ""
7772
7773 #: builtin/fetch.c:720
7774 msgid "forced update"
7775 msgstr ""
7776
7777 #: builtin/fetch.c:725
7778 msgid "non-fast-forward"
7779 msgstr ""
7780
7781 #: builtin/fetch.c:770
7782 #, c-format
7783 msgid "%s did not send all necessary objects\n"
7784 msgstr ""
7785
7786 #: builtin/fetch.c:790
7787 #, c-format
7788 msgid "reject %s because shallow roots are not allowed to be updated"
7789 msgstr ""
7790
7791 #: builtin/fetch.c:878 builtin/fetch.c:974
7792 #, c-format
7793 msgid "From %.*s\n"
7794 msgstr ""
7795
7796 #: builtin/fetch.c:889
7797 #, c-format
7798 msgid ""
7799 "some local refs could not be updated; try running\n"
7800 " 'git remote prune %s' to remove any old, conflicting branches"
7801 msgstr ""
7802
7803 #: builtin/fetch.c:944
7804 #, c-format
7805 msgid " (%s will become dangling)"
7806 msgstr ""
7807
7808 #: builtin/fetch.c:945
7809 #, c-format
7810 msgid " (%s has become dangling)"
7811 msgstr ""
7812
7813 #: builtin/fetch.c:977
7814 msgid "[deleted]"
7815 msgstr ""
7816
7817 #: builtin/fetch.c:978 builtin/remote.c:1024
7818 msgid "(none)"
7819 msgstr ""
7820
7821 #: builtin/fetch.c:1001
7822 #, c-format
7823 msgid "Refusing to fetch into current branch %s of non-bare repository"
7824 msgstr ""
7825
7826 #: builtin/fetch.c:1020
7827 #, c-format
7828 msgid "Option \"%s\" value \"%s\" is not valid for %s"
7829 msgstr ""
7830
7831 #: builtin/fetch.c:1023
7832 #, c-format
7833 msgid "Option \"%s\" is ignored for %s\n"
7834 msgstr ""
7835
7836 #: builtin/fetch.c:1256
7837 #, c-format
7838 msgid "Fetching %s\n"
7839 msgstr ""
7840
7841 #: builtin/fetch.c:1258 builtin/remote.c:97
7842 #, c-format
7843 msgid "Could not fetch %s"
7844 msgstr ""
7845
7846 #: builtin/fetch.c:1276
7847 msgid ""
7848 "No remote repository specified. Please, specify either a URL or a\n"
7849 "remote name from which new revisions should be fetched."
7850 msgstr ""
7851
7852 #: builtin/fetch.c:1299
7853 msgid "You need to specify a tag name."
7854 msgstr ""
7855
7856 #: builtin/fetch.c:1342
7857 msgid "Negative depth in --deepen is not supported"
7858 msgstr ""
7859
7860 #: builtin/fetch.c:1344
7861 msgid "--deepen and --depth are mutually exclusive"
7862 msgstr ""
7863
7864 #: builtin/fetch.c:1349
7865 msgid "--depth and --unshallow cannot be used together"
7866 msgstr ""
7867
7868 #: builtin/fetch.c:1351
7869 msgid "--unshallow on a complete repository does not make sense"
7870 msgstr ""
7871
7872 #: builtin/fetch.c:1364
7873 msgid "fetch --all does not take a repository argument"
7874 msgstr ""
7875
7876 #: builtin/fetch.c:1366
7877 msgid "fetch --all does not make sense with refspecs"
7878 msgstr ""
7879
7880 #: builtin/fetch.c:1377
7881 #, c-format
7882 msgid "No such remote or remote group: %s"
7883 msgstr ""
7884
7885 #: builtin/fetch.c:1385
7886 msgid "Fetching a group and specifying refspecs does not make sense"
7887 msgstr ""
7888
7889 #: builtin/fmt-merge-msg.c:15
7890 msgid ""
7891 "git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
7892 msgstr ""
7893
7894 #: builtin/fmt-merge-msg.c:666
7895 msgid "populate log with at most <n> entries from shortlog"
7896 msgstr ""
7897
7898 #: builtin/fmt-merge-msg.c:669
7899 msgid "alias for --log (deprecated)"
7900 msgstr ""
7901
7902 #: builtin/fmt-merge-msg.c:672
7903 msgid "text"
7904 msgstr ""
7905
7906 #: builtin/fmt-merge-msg.c:673
7907 msgid "use <text> as start of message"
7908 msgstr ""
7909
7910 #: builtin/fmt-merge-msg.c:674
7911 msgid "file to read from"
7912 msgstr ""
7913
7914 #: builtin/for-each-ref.c:10
7915 msgid "git for-each-ref [<options>] [<pattern>]"
7916 msgstr ""
7917
7918 #: builtin/for-each-ref.c:11
7919 msgid "git for-each-ref [--points-at <object>]"
7920 msgstr ""
7921
7922 #: builtin/for-each-ref.c:12
7923 msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
7924 msgstr ""
7925
7926 #: builtin/for-each-ref.c:13
7927 msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
7928 msgstr ""
7929
7930 #: builtin/for-each-ref.c:28
7931 msgid "quote placeholders suitably for shells"
7932 msgstr ""
7933
7934 #: builtin/for-each-ref.c:30
7935 msgid "quote placeholders suitably for perl"
7936 msgstr ""
7937
7938 #: builtin/for-each-ref.c:32
7939 msgid "quote placeholders suitably for python"
7940 msgstr ""
7941
7942 #: builtin/for-each-ref.c:34
7943 msgid "quote placeholders suitably for Tcl"
7944 msgstr ""
7945
7946 #: builtin/for-each-ref.c:37
7947 msgid "show only <n> matched refs"
7948 msgstr ""
7949
7950 #: builtin/for-each-ref.c:39 builtin/tag.c:414
7951 msgid "respect format colors"
7952 msgstr ""
7953
7954 #: builtin/for-each-ref.c:43
7955 msgid "print only refs which points at the given object"
7956 msgstr ""
7957
7958 #: builtin/for-each-ref.c:45
7959 msgid "print only refs that are merged"
7960 msgstr ""
7961
7962 #: builtin/for-each-ref.c:46
7963 msgid "print only refs that are not merged"
7964 msgstr ""
7965
7966 #: builtin/for-each-ref.c:47
7967 msgid "print only refs which contain the commit"
7968 msgstr ""
7969
7970 #: builtin/for-each-ref.c:48
7971 msgid "print only refs which don't contain the commit"
7972 msgstr ""
7973
7974 #: builtin/fsck.c:543
7975 msgid "Checking object directories"
7976 msgstr ""
7977
7978 #: builtin/fsck.c:635
7979 msgid "git fsck [<options>] [<object>...]"
7980 msgstr ""
7981
7982 #: builtin/fsck.c:641
7983 msgid "show unreachable objects"
7984 msgstr ""
7985
7986 #: builtin/fsck.c:642
7987 msgid "show dangling objects"
7988 msgstr ""
7989
7990 #: builtin/fsck.c:643
7991 msgid "report tags"
7992 msgstr ""
7993
7994 #: builtin/fsck.c:644
7995 msgid "report root nodes"
7996 msgstr ""
7997
7998 #: builtin/fsck.c:645
7999 msgid "make index objects head nodes"
8000 msgstr ""
8001
8002 #: builtin/fsck.c:646
8003 msgid "make reflogs head nodes (default)"
8004 msgstr ""
8005
8006 #: builtin/fsck.c:647
8007 msgid "also consider packs and alternate objects"
8008 msgstr ""
8009
8010 #: builtin/fsck.c:648
8011 msgid "check only connectivity"
8012 msgstr ""
8013
8014 #: builtin/fsck.c:649
8015 msgid "enable more strict checking"
8016 msgstr ""
8017
8018 #: builtin/fsck.c:651
8019 msgid "write dangling objects in .git/lost-found"
8020 msgstr ""
8021
8022 #: builtin/fsck.c:652 builtin/prune.c:107
8023 msgid "show progress"
8024 msgstr ""
8025
8026 #: builtin/fsck.c:653
8027 msgid "show verbose names for reachable objects"
8028 msgstr ""
8029
8030 #: builtin/fsck.c:714
8031 msgid "Checking objects"
8032 msgstr ""
8033
8034 #: builtin/gc.c:27
8035 msgid "git gc [<options>]"
8036 msgstr ""
8037
8038 #: builtin/gc.c:80
8039 #, c-format
8040 msgid "Failed to fstat %s: %s"
8041 msgstr ""
8042
8043 #: builtin/gc.c:312
8044 #, c-format
8045 msgid "Can't stat %s"
8046 msgstr ""
8047
8048 #: builtin/gc.c:321
8049 #, c-format
8050 msgid ""
8051 "The last gc run reported the following. Please correct the root cause\n"
8052 "and remove %s.\n"
8053 "Automatic cleanup will not be performed until the file is removed.\n"
8054 "\n"
8055 "%s"
8056 msgstr ""
8057
8058 #: builtin/gc.c:360
8059 msgid "prune unreferenced objects"
8060 msgstr ""
8061
8062 #: builtin/gc.c:362
8063 msgid "be more thorough (increased runtime)"
8064 msgstr ""
8065
8066 #: builtin/gc.c:363
8067 msgid "enable auto-gc mode"
8068 msgstr ""
8069
8070 #: builtin/gc.c:364
8071 msgid "force running gc even if there may be another gc running"
8072 msgstr ""
8073
8074 #: builtin/gc.c:381
8075 #, c-format
8076 msgid "Failed to parse gc.logexpiry value %s"
8077 msgstr ""
8078
8079 #: builtin/gc.c:409
8080 #, c-format
8081 msgid "Auto packing the repository in background for optimum performance.\n"
8082 msgstr ""
8083
8084 #: builtin/gc.c:411
8085 #, c-format
8086 msgid "Auto packing the repository for optimum performance.\n"
8087 msgstr ""
8088
8089 #: builtin/gc.c:412
8090 #, c-format
8091 msgid "See \"git help gc\" for manual housekeeping.\n"
8092 msgstr ""
8093
8094 #: builtin/gc.c:437
8095 #, c-format
8096 msgid ""
8097 "gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
8098 msgstr ""
8099
8100 #: builtin/gc.c:481
8101 msgid ""
8102 "There are too many unreachable loose objects; run 'git prune' to remove them."
8103 msgstr ""
8104
8105 #: builtin/grep.c:27
8106 msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
8107 msgstr ""
8108
8109 #: builtin/grep.c:226
8110 #, c-format
8111 msgid "grep: failed to create thread: %s"
8112 msgstr ""
8113
8114 #: builtin/grep.c:284
8115 #, c-format
8116 msgid "invalid number of threads specified (%d) for %s"
8117 msgstr ""
8118
8119 #. TRANSLATORS: %s is the configuration
8120 #. variable for tweaking threads, currently
8121 #. grep.threads
8122 #.
8123 #: builtin/grep.c:293 builtin/index-pack.c:1495 builtin/index-pack.c:1688
8124 #, c-format
8125 msgid "no threads support, ignoring %s"
8126 msgstr ""
8127
8128 #: builtin/grep.c:453 builtin/grep.c:573 builtin/grep.c:615
8129 #, c-format
8130 msgid "unable to read tree (%s)"
8131 msgstr ""
8132
8133 #: builtin/grep.c:630
8134 #, c-format
8135 msgid "unable to grep from object of type %s"
8136 msgstr ""
8137
8138 #: builtin/grep.c:696
8139 #, c-format
8140 msgid "switch `%c' expects a numerical value"
8141 msgstr ""
8142
8143 #: builtin/grep.c:783
8144 msgid "search in index instead of in the work tree"
8145 msgstr ""
8146
8147 #: builtin/grep.c:785
8148 msgid "find in contents not managed by git"
8149 msgstr ""
8150
8151 #: builtin/grep.c:787
8152 msgid "search in both tracked and untracked files"
8153 msgstr ""
8154
8155 #: builtin/grep.c:789
8156 msgid "ignore files specified via '.gitignore'"
8157 msgstr ""
8158
8159 #: builtin/grep.c:791
8160 msgid "recursively search in each submodule"
8161 msgstr ""
8162
8163 #: builtin/grep.c:794
8164 msgid "show non-matching lines"
8165 msgstr ""
8166
8167 #: builtin/grep.c:796
8168 msgid "case insensitive matching"
8169 msgstr ""
8170
8171 #: builtin/grep.c:798
8172 msgid "match patterns only at word boundaries"
8173 msgstr ""
8174
8175 #: builtin/grep.c:800
8176 msgid "process binary files as text"
8177 msgstr ""
8178
8179 #: builtin/grep.c:802
8180 msgid "don't match patterns in binary files"
8181 msgstr ""
8182
8183 #: builtin/grep.c:805
8184 msgid "process binary files with textconv filters"
8185 msgstr ""
8186
8187 #: builtin/grep.c:807
8188 msgid "descend at most <depth> levels"
8189 msgstr ""
8190
8191 #: builtin/grep.c:811
8192 msgid "use extended POSIX regular expressions"
8193 msgstr ""
8194
8195 #: builtin/grep.c:814
8196 msgid "use basic POSIX regular expressions (default)"
8197 msgstr ""
8198
8199 #: builtin/grep.c:817
8200 msgid "interpret patterns as fixed strings"
8201 msgstr ""
8202
8203 #: builtin/grep.c:820
8204 msgid "use Perl-compatible regular expressions"
8205 msgstr ""
8206
8207 #: builtin/grep.c:823
8208 msgid "show line numbers"
8209 msgstr ""
8210
8211 #: builtin/grep.c:824
8212 msgid "don't show filenames"
8213 msgstr ""
8214
8215 #: builtin/grep.c:825
8216 msgid "show filenames"
8217 msgstr ""
8218
8219 #: builtin/grep.c:827
8220 msgid "show filenames relative to top directory"
8221 msgstr ""
8222
8223 #: builtin/grep.c:829
8224 msgid "show only filenames instead of matching lines"
8225 msgstr ""
8226
8227 #: builtin/grep.c:831
8228 msgid "synonym for --files-with-matches"
8229 msgstr ""
8230
8231 #: builtin/grep.c:834
8232 msgid "show only the names of files without match"
8233 msgstr ""
8234
8235 #: builtin/grep.c:836
8236 msgid "print NUL after filenames"
8237 msgstr ""
8238
8239 #: builtin/grep.c:838
8240 msgid "show the number of matches instead of matching lines"
8241 msgstr ""
8242
8243 #: builtin/grep.c:839
8244 msgid "highlight matches"
8245 msgstr ""
8246
8247 #: builtin/grep.c:841
8248 msgid "print empty line between matches from different files"
8249 msgstr ""
8250
8251 #: builtin/grep.c:843
8252 msgid "show filename only once above matches from same file"
8253 msgstr ""
8254
8255 #: builtin/grep.c:846
8256 msgid "show <n> context lines before and after matches"
8257 msgstr ""
8258
8259 #: builtin/grep.c:849
8260 msgid "show <n> context lines before matches"
8261 msgstr ""
8262
8263 #: builtin/grep.c:851
8264 msgid "show <n> context lines after matches"
8265 msgstr ""
8266
8267 #: builtin/grep.c:853
8268 msgid "use <n> worker threads"
8269 msgstr ""
8270
8271 #: builtin/grep.c:854
8272 msgid "shortcut for -C NUM"
8273 msgstr ""
8274
8275 #: builtin/grep.c:857
8276 msgid "show a line with the function name before matches"
8277 msgstr ""
8278
8279 #: builtin/grep.c:859
8280 msgid "show the surrounding function"
8281 msgstr ""
8282
8283 #: builtin/grep.c:862
8284 msgid "read patterns from file"
8285 msgstr ""
8286
8287 #: builtin/grep.c:864
8288 msgid "match <pattern>"
8289 msgstr ""
8290
8291 #: builtin/grep.c:866
8292 msgid "combine patterns specified with -e"
8293 msgstr ""
8294
8295 #: builtin/grep.c:878
8296 msgid "indicate hit with exit status without output"
8297 msgstr ""
8298
8299 #: builtin/grep.c:880
8300 msgid "show only matches from files that match all patterns"
8301 msgstr ""
8302
8303 #: builtin/grep.c:882
8304 msgid "show parse tree for grep expression"
8305 msgstr ""
8306
8307 #: builtin/grep.c:886
8308 msgid "pager"
8309 msgstr ""
8310
8311 #: builtin/grep.c:886
8312 msgid "show matching files in the pager"
8313 msgstr ""
8314
8315 #: builtin/grep.c:889
8316 msgid "allow calling of grep(1) (ignored by this build)"
8317 msgstr ""
8318
8319 #: builtin/grep.c:952
8320 msgid "no pattern given."
8321 msgstr ""
8322
8323 #: builtin/grep.c:984
8324 msgid "--no-index or --untracked cannot be used with revs"
8325 msgstr ""
8326
8327 #: builtin/grep.c:991
8328 #, c-format
8329 msgid "unable to resolve revision: %s"
8330 msgstr ""
8331
8332 #: builtin/grep.c:1026 builtin/index-pack.c:1491
8333 #, c-format
8334 msgid "invalid number of threads specified (%d)"
8335 msgstr ""
8336
8337 #: builtin/grep.c:1031
8338 msgid "no threads support, ignoring --threads"
8339 msgstr ""
8340
8341 #: builtin/grep.c:1055
8342 msgid "--open-files-in-pager only works on the worktree"
8343 msgstr ""
8344
8345 #: builtin/grep.c:1078
8346 msgid "option not supported with --recurse-submodules."
8347 msgstr ""
8348
8349 #: builtin/grep.c:1084
8350 msgid "--cached or --untracked cannot be used with --no-index."
8351 msgstr ""
8352
8353 #: builtin/grep.c:1090
8354 msgid "--[no-]exclude-standard cannot be used for tracked contents."
8355 msgstr ""
8356
8357 #: builtin/grep.c:1098
8358 msgid "both --cached and trees are given."
8359 msgstr ""
8360
8361 #: builtin/hash-object.c:82
8362 msgid ""
8363 "git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
8364 "[--] <file>..."
8365 msgstr ""
8366
8367 #: builtin/hash-object.c:83
8368 msgid "git hash-object --stdin-paths"
8369 msgstr ""
8370
8371 #: builtin/hash-object.c:95
8372 msgid "type"
8373 msgstr ""
8374
8375 #: builtin/hash-object.c:95
8376 msgid "object type"
8377 msgstr ""
8378
8379 #: builtin/hash-object.c:96
8380 msgid "write the object into the object database"
8381 msgstr ""
8382
8383 #: builtin/hash-object.c:98
8384 msgid "read the object from stdin"
8385 msgstr ""
8386
8387 #: builtin/hash-object.c:100
8388 msgid "store file as is without filters"
8389 msgstr ""
8390
8391 #: builtin/hash-object.c:101
8392 msgid ""
8393 "just hash any random garbage to create corrupt objects for debugging Git"
8394 msgstr ""
8395
8396 #: builtin/hash-object.c:102
8397 msgid "process file as it were from this path"
8398 msgstr ""
8399
8400 #: builtin/help.c:43
8401 msgid "print all available commands"
8402 msgstr ""
8403
8404 #: builtin/help.c:44
8405 msgid "exclude guides"
8406 msgstr ""
8407
8408 #: builtin/help.c:45
8409 msgid "print list of useful guides"
8410 msgstr ""
8411
8412 #: builtin/help.c:46
8413 msgid "show man page"
8414 msgstr ""
8415
8416 #: builtin/help.c:47
8417 msgid "show manual in web browser"
8418 msgstr ""
8419
8420 #: builtin/help.c:49
8421 msgid "show info page"
8422 msgstr ""
8423
8424 #: builtin/help.c:55
8425 msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
8426 msgstr ""
8427
8428 #: builtin/help.c:67
8429 #, c-format
8430 msgid "unrecognized help format '%s'"
8431 msgstr ""
8432
8433 #: builtin/help.c:94
8434 msgid "Failed to start emacsclient."
8435 msgstr ""
8436
8437 #: builtin/help.c:107
8438 msgid "Failed to parse emacsclient version."
8439 msgstr ""
8440
8441 #: builtin/help.c:115
8442 #, c-format
8443 msgid "emacsclient version '%d' too old (< 22)."
8444 msgstr ""
8445
8446 #: builtin/help.c:133 builtin/help.c:155 builtin/help.c:165 builtin/help.c:173
8447 #, c-format
8448 msgid "failed to exec '%s'"
8449 msgstr ""
8450
8451 #: builtin/help.c:211
8452 #, c-format
8453 msgid ""
8454 "'%s': path for unsupported man viewer.\n"
8455 "Please consider using 'man.<tool>.cmd' instead."
8456 msgstr ""
8457
8458 #: builtin/help.c:223
8459 #, c-format
8460 msgid ""
8461 "'%s': cmd for supported man viewer.\n"
8462 "Please consider using 'man.<tool>.path' instead."
8463 msgstr ""
8464
8465 #: builtin/help.c:340
8466 #, c-format
8467 msgid "'%s': unknown man viewer."
8468 msgstr ""
8469
8470 #: builtin/help.c:357
8471 msgid "no man viewer handled the request"
8472 msgstr ""
8473
8474 #: builtin/help.c:365
8475 msgid "no info viewer handled the request"
8476 msgstr ""
8477
8478 #: builtin/help.c:407
8479 msgid "Defining attributes per path"
8480 msgstr ""
8481
8482 #: builtin/help.c:408
8483 msgid "Everyday Git With 20 Commands Or So"
8484 msgstr ""
8485
8486 #: builtin/help.c:409
8487 msgid "A Git glossary"
8488 msgstr ""
8489
8490 #: builtin/help.c:410
8491 msgid "Specifies intentionally untracked files to ignore"
8492 msgstr ""
8493
8494 #: builtin/help.c:411
8495 msgid "Defining submodule properties"
8496 msgstr ""
8497
8498 #: builtin/help.c:412
8499 msgid "Specifying revisions and ranges for Git"
8500 msgstr ""
8501
8502 #: builtin/help.c:413
8503 msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
8504 msgstr ""
8505
8506 #: builtin/help.c:414
8507 msgid "An overview of recommended workflows with Git"
8508 msgstr ""
8509
8510 #: builtin/help.c:426
8511 msgid "The common Git guides are:\n"
8512 msgstr ""
8513
8514 #: builtin/help.c:444
8515 #, c-format
8516 msgid "'%s' is aliased to '%s'"
8517 msgstr ""
8518
8519 #: builtin/help.c:466 builtin/help.c:483
8520 #, c-format
8521 msgid "usage: %s%s"
8522 msgstr ""
8523
8524 #: builtin/index-pack.c:156
8525 #, c-format
8526 msgid "unable to open %s"
8527 msgstr ""
8528
8529 #: builtin/index-pack.c:206
8530 #, c-format
8531 msgid "object type mismatch at %s"
8532 msgstr ""
8533
8534 #: builtin/index-pack.c:226
8535 #, c-format
8536 msgid "did not receive expected object %s"
8537 msgstr ""
8538
8539 #: builtin/index-pack.c:229
8540 #, c-format
8541 msgid "object %s: expected type %s, found %s"
8542 msgstr ""
8543
8544 #: builtin/index-pack.c:271
8545 #, c-format
8546 msgid "cannot fill %d byte"
8547 msgid_plural "cannot fill %d bytes"
8548 msgstr[0] ""
8549 msgstr[1] ""
8550
8551 #: builtin/index-pack.c:281
8552 msgid "early EOF"
8553 msgstr ""
8554
8555 #: builtin/index-pack.c:282
8556 msgid "read error on input"
8557 msgstr ""
8558
8559 #: builtin/index-pack.c:294
8560 msgid "used more bytes than were available"
8561 msgstr ""
8562
8563 #: builtin/index-pack.c:301
8564 msgid "pack too large for current definition of off_t"
8565 msgstr ""
8566
8567 #: builtin/index-pack.c:304 builtin/unpack-objects.c:93
8568 msgid "pack exceeds maximum allowed size"
8569 msgstr ""
8570
8571 #: builtin/index-pack.c:319
8572 #, c-format
8573 msgid "unable to create '%s'"
8574 msgstr ""
8575
8576 #: builtin/index-pack.c:325
8577 #, c-format
8578 msgid "cannot open packfile '%s'"
8579 msgstr ""
8580
8581 #: builtin/index-pack.c:339
8582 msgid "pack signature mismatch"
8583 msgstr ""
8584
8585 #: builtin/index-pack.c:341
8586 #, c-format
8587 msgid "pack version %<PRIu32> unsupported"
8588 msgstr ""
8589
8590 #: builtin/index-pack.c:359
8591 #, c-format
8592 msgid "pack has bad object at offset %<PRIuMAX>: %s"
8593 msgstr ""
8594
8595 #: builtin/index-pack.c:480
8596 #, c-format
8597 msgid "inflate returned %d"
8598 msgstr ""
8599
8600 #: builtin/index-pack.c:529
8601 msgid "offset value overflow for delta base object"
8602 msgstr ""
8603
8604 #: builtin/index-pack.c:537
8605 msgid "delta base offset is out of bound"
8606 msgstr ""
8607
8608 #: builtin/index-pack.c:545
8609 #, c-format
8610 msgid "unknown object type %d"
8611 msgstr ""
8612
8613 #: builtin/index-pack.c:576
8614 msgid "cannot pread pack file"
8615 msgstr ""
8616
8617 #: builtin/index-pack.c:578
8618 #, c-format
8619 msgid "premature end of pack file, %<PRIuMAX> byte missing"
8620 msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
8621 msgstr[0] ""
8622 msgstr[1] ""
8623
8624 #: builtin/index-pack.c:604
8625 msgid "serious inflate inconsistency"
8626 msgstr ""
8627
8628 #: builtin/index-pack.c:749 builtin/index-pack.c:755 builtin/index-pack.c:778
8629 #: builtin/index-pack.c:817 builtin/index-pack.c:826
8630 #, c-format
8631 msgid "SHA1 COLLISION FOUND WITH %s !"
8632 msgstr ""
8633
8634 #: builtin/index-pack.c:752 builtin/pack-objects.c:179
8635 #: builtin/pack-objects.c:273
8636 #, c-format
8637 msgid "unable to read %s"
8638 msgstr ""
8639
8640 #: builtin/index-pack.c:815
8641 #, c-format
8642 msgid "cannot read existing object info %s"
8643 msgstr ""
8644
8645 #: builtin/index-pack.c:823
8646 #, c-format
8647 msgid "cannot read existing object %s"
8648 msgstr ""
8649
8650 #: builtin/index-pack.c:837
8651 #, c-format
8652 msgid "invalid blob object %s"
8653 msgstr ""
8654
8655 #: builtin/index-pack.c:852
8656 #, c-format
8657 msgid "invalid %s"
8658 msgstr ""
8659
8660 #: builtin/index-pack.c:855
8661 msgid "Error in object"
8662 msgstr ""
8663
8664 #: builtin/index-pack.c:857
8665 #, c-format
8666 msgid "Not all child objects of %s are reachable"
8667 msgstr ""
8668
8669 #: builtin/index-pack.c:929 builtin/index-pack.c:960
8670 msgid "failed to apply delta"
8671 msgstr ""
8672
8673 #: builtin/index-pack.c:1131
8674 msgid "Receiving objects"
8675 msgstr ""
8676
8677 #: builtin/index-pack.c:1131
8678 msgid "Indexing objects"
8679 msgstr ""
8680
8681 #: builtin/index-pack.c:1165
8682 msgid "pack is corrupted (SHA1 mismatch)"
8683 msgstr ""
8684
8685 #: builtin/index-pack.c:1170
8686 msgid "cannot fstat packfile"
8687 msgstr ""
8688
8689 #: builtin/index-pack.c:1173
8690 msgid "pack has junk at the end"
8691 msgstr ""
8692
8693 #: builtin/index-pack.c:1185
8694 msgid "confusion beyond insanity in parse_pack_objects()"
8695 msgstr ""
8696
8697 #: builtin/index-pack.c:1208
8698 msgid "Resolving deltas"
8699 msgstr ""
8700
8701 #: builtin/index-pack.c:1219
8702 #, c-format
8703 msgid "unable to create thread: %s"
8704 msgstr ""
8705
8706 #: builtin/index-pack.c:1261
8707 msgid "confusion beyond insanity"
8708 msgstr ""
8709
8710 #: builtin/index-pack.c:1267
8711 #, c-format
8712 msgid "completed with %d local object"
8713 msgid_plural "completed with %d local objects"
8714 msgstr[0] ""
8715 msgstr[1] ""
8716
8717 #: builtin/index-pack.c:1279
8718 #, c-format
8719 msgid "Unexpected tail checksum for %s (disk corruption?)"
8720 msgstr ""
8721
8722 #: builtin/index-pack.c:1283
8723 #, c-format
8724 msgid "pack has %d unresolved delta"
8725 msgid_plural "pack has %d unresolved deltas"
8726 msgstr[0] ""
8727 msgstr[1] ""
8728
8729 #: builtin/index-pack.c:1307
8730 #, c-format
8731 msgid "unable to deflate appended object (%d)"
8732 msgstr ""
8733
8734 #: builtin/index-pack.c:1383
8735 #, c-format
8736 msgid "local object %s is corrupt"
8737 msgstr ""
8738
8739 #: builtin/index-pack.c:1409
8740 msgid "error while closing pack file"
8741 msgstr ""
8742
8743 #: builtin/index-pack.c:1421
8744 #, c-format
8745 msgid "cannot write keep file '%s'"
8746 msgstr ""
8747
8748 #: builtin/index-pack.c:1429
8749 #, c-format
8750 msgid "cannot close written keep file '%s'"
8751 msgstr ""
8752
8753 #: builtin/index-pack.c:1439
8754 msgid "cannot store pack file"
8755 msgstr ""
8756
8757 #: builtin/index-pack.c:1447
8758 msgid "cannot store index file"
8759 msgstr ""
8760
8761 #: builtin/index-pack.c:1485
8762 #, c-format
8763 msgid "bad pack.indexversion=%<PRIu32>"
8764 msgstr ""
8765
8766 #: builtin/index-pack.c:1553
8767 #, c-format
8768 msgid "Cannot open existing pack file '%s'"
8769 msgstr ""
8770
8771 #: builtin/index-pack.c:1555
8772 #, c-format
8773 msgid "Cannot open existing pack idx file for '%s'"
8774 msgstr ""
8775
8776 #: builtin/index-pack.c:1603
8777 #, c-format
8778 msgid "non delta: %d object"
8779 msgid_plural "non delta: %d objects"
8780 msgstr[0] ""
8781 msgstr[1] ""
8782
8783 #: builtin/index-pack.c:1610
8784 #, c-format
8785 msgid "chain length = %d: %lu object"
8786 msgid_plural "chain length = %d: %lu objects"
8787 msgstr[0] ""
8788 msgstr[1] ""
8789
8790 #: builtin/index-pack.c:1623
8791 #, c-format
8792 msgid "packfile name '%s' does not end with '.pack'"
8793 msgstr ""
8794
8795 #: builtin/index-pack.c:1700 builtin/index-pack.c:1703
8796 #: builtin/index-pack.c:1719 builtin/index-pack.c:1723
8797 #, c-format
8798 msgid "bad %s"
8799 msgstr ""
8800
8801 #: builtin/index-pack.c:1739
8802 msgid "--fix-thin cannot be used without --stdin"
8803 msgstr ""
8804
8805 #: builtin/index-pack.c:1741
8806 msgid "--stdin requires a git repository"
8807 msgstr ""
8808
8809 #: builtin/index-pack.c:1749
8810 msgid "--verify with no packfile name given"
8811 msgstr ""
8812
8813 #: builtin/init-db.c:55
8814 #, c-format
8815 msgid "cannot stat '%s'"
8816 msgstr ""
8817
8818 #: builtin/init-db.c:61
8819 #, c-format
8820 msgid "cannot stat template '%s'"
8821 msgstr ""
8822
8823 #: builtin/init-db.c:66
8824 #, c-format
8825 msgid "cannot opendir '%s'"
8826 msgstr ""
8827
8828 #: builtin/init-db.c:77
8829 #, c-format
8830 msgid "cannot readlink '%s'"
8831 msgstr ""
8832
8833 #: builtin/init-db.c:79
8834 #, c-format
8835 msgid "cannot symlink '%s' '%s'"
8836 msgstr ""
8837
8838 #: builtin/init-db.c:85
8839 #, c-format
8840 msgid "cannot copy '%s' to '%s'"
8841 msgstr ""
8842
8843 #: builtin/init-db.c:89
8844 #, c-format
8845 msgid "ignoring template %s"
8846 msgstr ""
8847
8848 #: builtin/init-db.c:120
8849 #, c-format
8850 msgid "templates not found %s"
8851 msgstr ""
8852
8853 #: builtin/init-db.c:135
8854 #, c-format
8855 msgid "not copying templates from '%s': %s"
8856 msgstr ""
8857
8858 #: builtin/init-db.c:328
8859 #, c-format
8860 msgid "unable to handle file type %d"
8861 msgstr ""
8862
8863 #: builtin/init-db.c:331
8864 #, c-format
8865 msgid "unable to move %s to %s"
8866 msgstr ""
8867
8868 #: builtin/init-db.c:348 builtin/init-db.c:351
8869 #, c-format
8870 msgid "%s already exists"
8871 msgstr ""
8872
8873 #: builtin/init-db.c:404
8874 #, c-format
8875 msgid "Reinitialized existing shared Git repository in %s%s\n"
8876 msgstr ""
8877
8878 #: builtin/init-db.c:405
8879 #, c-format
8880 msgid "Reinitialized existing Git repository in %s%s\n"
8881 msgstr ""
8882
8883 #: builtin/init-db.c:409
8884 #, c-format
8885 msgid "Initialized empty shared Git repository in %s%s\n"
8886 msgstr ""
8887
8888 #: builtin/init-db.c:410
8889 #, c-format
8890 msgid "Initialized empty Git repository in %s%s\n"
8891 msgstr ""
8892
8893 #: builtin/init-db.c:458
8894 msgid ""
8895 "git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
8896 "shared[=<permissions>]] [<directory>]"
8897 msgstr ""
8898
8899 #: builtin/init-db.c:481
8900 msgid "permissions"
8901 msgstr ""
8902
8903 #: builtin/init-db.c:482
8904 msgid "specify that the git repository is to be shared amongst several users"
8905 msgstr ""
8906
8907 #: builtin/init-db.c:516 builtin/init-db.c:521
8908 #, c-format
8909 msgid "cannot mkdir %s"
8910 msgstr ""
8911
8912 #: builtin/init-db.c:525
8913 #, c-format
8914 msgid "cannot chdir to %s"
8915 msgstr ""
8916
8917 #: builtin/init-db.c:546
8918 #, c-format
8919 msgid ""
8920 "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
8921 "dir=<directory>)"
8922 msgstr ""
8923
8924 #: builtin/init-db.c:574
8925 #, c-format
8926 msgid "Cannot access work tree '%s'"
8927 msgstr ""
8928
8929 #: builtin/interpret-trailers.c:15
8930 msgid ""
8931 "git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
8932 "<token>[(=|:)<value>])...] [<file>...]"
8933 msgstr ""
8934
8935 #: builtin/interpret-trailers.c:92
8936 msgid "edit files in place"
8937 msgstr ""
8938
8939 #: builtin/interpret-trailers.c:93
8940 msgid "trim empty trailers"
8941 msgstr ""
8942
8943 #: builtin/interpret-trailers.c:96
8944 msgid "where to place the new trailer"
8945 msgstr ""
8946
8947 #: builtin/interpret-trailers.c:98
8948 msgid "action if trailer already exists"
8949 msgstr ""
8950
8951 #: builtin/interpret-trailers.c:100
8952 msgid "action if trailer is missing"
8953 msgstr ""
8954
8955 #: builtin/interpret-trailers.c:102
8956 msgid "output only the trailers"
8957 msgstr ""
8958
8959 #: builtin/interpret-trailers.c:103
8960 msgid "do not apply config rules"
8961 msgstr ""
8962
8963 #: builtin/interpret-trailers.c:104
8964 msgid "join whitespace-continued values"
8965 msgstr ""
8966
8967 #: builtin/interpret-trailers.c:105
8968 msgid "set parsing options"
8969 msgstr ""
8970
8971 #: builtin/interpret-trailers.c:107
8972 msgid "trailer"
8973 msgstr ""
8974
8975 #: builtin/interpret-trailers.c:108
8976 msgid "trailer(s) to add"
8977 msgstr ""
8978
8979 #: builtin/interpret-trailers.c:117
8980 msgid "--trailer with --only-input does not make sense"
8981 msgstr ""
8982
8983 #: builtin/interpret-trailers.c:127
8984 msgid "no input file given for in-place editing"
8985 msgstr ""
8986
8987 #: builtin/log.c:46
8988 msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
8989 msgstr ""
8990
8991 #: builtin/log.c:47
8992 msgid "git show [<options>] <object>..."
8993 msgstr ""
8994
8995 #: builtin/log.c:91
8996 #, c-format
8997 msgid "invalid --decorate option: %s"
8998 msgstr ""
8999
9000 #: builtin/log.c:151
9001 msgid "suppress diff output"
9002 msgstr ""
9003
9004 #: builtin/log.c:152
9005 msgid "show source"
9006 msgstr ""
9007
9008 #: builtin/log.c:153
9009 msgid "Use mail map file"
9010 msgstr ""
9011
9012 #: builtin/log.c:155
9013 msgid "only decorate refs that match <pattern>"
9014 msgstr ""
9015
9016 #: builtin/log.c:157
9017 msgid "do not decorate refs that match <pattern>"
9018 msgstr ""
9019
9020 #: builtin/log.c:158
9021 msgid "decorate options"
9022 msgstr ""
9023
9024 #: builtin/log.c:161
9025 msgid "Process line range n,m in file, counting from 1"
9026 msgstr ""
9027
9028 #: builtin/log.c:257
9029 #, c-format
9030 msgid "Final output: %d %s\n"
9031 msgstr ""
9032
9033 #: builtin/log.c:508
9034 #, c-format
9035 msgid "git show %s: bad file"
9036 msgstr ""
9037
9038 #: builtin/log.c:523 builtin/log.c:617
9039 #, c-format
9040 msgid "Could not read object %s"
9041 msgstr ""
9042
9043 #: builtin/log.c:641
9044 #, c-format
9045 msgid "Unknown type: %d"
9046 msgstr ""
9047
9048 #: builtin/log.c:762
9049 msgid "format.headers without value"
9050 msgstr ""
9051
9052 #: builtin/log.c:863
9053 msgid "name of output directory is too long"
9054 msgstr ""
9055
9056 #: builtin/log.c:879
9057 #, c-format
9058 msgid "Cannot open patch file %s"
9059 msgstr ""
9060
9061 #: builtin/log.c:896
9062 msgid "Need exactly one range."
9063 msgstr ""
9064
9065 #: builtin/log.c:906
9066 msgid "Not a range."
9067 msgstr ""
9068
9069 #: builtin/log.c:1012
9070 msgid "Cover letter needs email format"
9071 msgstr ""
9072
9073 #: builtin/log.c:1092
9074 #, c-format
9075 msgid "insane in-reply-to: %s"
9076 msgstr ""
9077
9078 #: builtin/log.c:1119
9079 msgid "git format-patch [<options>] [<since> | <revision-range>]"
9080 msgstr ""
9081
9082 #: builtin/log.c:1169
9083 msgid "Two output directories?"
9084 msgstr ""
9085
9086 #: builtin/log.c:1276 builtin/log.c:1927 builtin/log.c:1929 builtin/log.c:1941
9087 #, c-format
9088 msgid "Unknown commit %s"
9089 msgstr ""
9090
9091 #: builtin/log.c:1286 builtin/notes.c:887 builtin/tag.c:516
9092 #, c-format
9093 msgid "Failed to resolve '%s' as a valid ref."
9094 msgstr ""
9095
9096 #: builtin/log.c:1291
9097 msgid "Could not find exact merge base."
9098 msgstr ""
9099
9100 #: builtin/log.c:1295
9101 msgid ""
9102 "Failed to get upstream, if you want to record base commit automatically,\n"
9103 "please use git branch --set-upstream-to to track a remote branch.\n"
9104 "Or you could specify base commit by --base=<base-commit-id> manually."
9105 msgstr ""
9106
9107 #: builtin/log.c:1315
9108 msgid "Failed to find exact merge base"
9109 msgstr ""
9110
9111 #: builtin/log.c:1326
9112 msgid "base commit should be the ancestor of revision list"
9113 msgstr ""
9114
9115 #: builtin/log.c:1330
9116 msgid "base commit shouldn't be in revision list"
9117 msgstr ""
9118
9119 #: builtin/log.c:1379
9120 msgid "cannot get patch id"
9121 msgstr ""
9122
9123 #: builtin/log.c:1438
9124 msgid "use [PATCH n/m] even with a single patch"
9125 msgstr ""
9126
9127 #: builtin/log.c:1441
9128 msgid "use [PATCH] even with multiple patches"
9129 msgstr ""
9130
9131 #: builtin/log.c:1445
9132 msgid "print patches to standard out"
9133 msgstr ""
9134
9135 #: builtin/log.c:1447
9136 msgid "generate a cover letter"
9137 msgstr ""
9138
9139 #: builtin/log.c:1449
9140 msgid "use simple number sequence for output file names"
9141 msgstr ""
9142
9143 #: builtin/log.c:1450
9144 msgid "sfx"
9145 msgstr ""
9146
9147 #: builtin/log.c:1451
9148 msgid "use <sfx> instead of '.patch'"
9149 msgstr ""
9150
9151 #: builtin/log.c:1453
9152 msgid "start numbering patches at <n> instead of 1"
9153 msgstr ""
9154
9155 #: builtin/log.c:1455
9156 msgid "mark the series as Nth re-roll"
9157 msgstr ""
9158
9159 #: builtin/log.c:1457
9160 msgid "Use [RFC PATCH] instead of [PATCH]"
9161 msgstr ""
9162
9163 #: builtin/log.c:1460
9164 msgid "Use [<prefix>] instead of [PATCH]"
9165 msgstr ""
9166
9167 #: builtin/log.c:1463
9168 msgid "store resulting files in <dir>"
9169 msgstr ""
9170
9171 #: builtin/log.c:1466
9172 msgid "don't strip/add [PATCH]"
9173 msgstr ""
9174
9175 #: builtin/log.c:1469
9176 msgid "don't output binary diffs"
9177 msgstr ""
9178
9179 #: builtin/log.c:1471
9180 msgid "output all-zero hash in From header"
9181 msgstr ""
9182
9183 #: builtin/log.c:1473
9184 msgid "don't include a patch matching a commit upstream"
9185 msgstr ""
9186
9187 #: builtin/log.c:1475
9188 msgid "show patch format instead of default (patch + stat)"
9189 msgstr ""
9190
9191 #: builtin/log.c:1477
9192 msgid "Messaging"
9193 msgstr ""
9194
9195 #: builtin/log.c:1478
9196 msgid "header"
9197 msgstr ""
9198
9199 #: builtin/log.c:1479
9200 msgid "add email header"
9201 msgstr ""
9202
9203 #: builtin/log.c:1480 builtin/log.c:1482
9204 msgid "email"
9205 msgstr ""
9206
9207 #: builtin/log.c:1480
9208 msgid "add To: header"
9209 msgstr ""
9210
9211 #: builtin/log.c:1482
9212 msgid "add Cc: header"
9213 msgstr ""
9214
9215 #: builtin/log.c:1484
9216 msgid "ident"
9217 msgstr ""
9218
9219 #: builtin/log.c:1485
9220 msgid "set From address to <ident> (or committer ident if absent)"
9221 msgstr ""
9222
9223 #: builtin/log.c:1487
9224 msgid "message-id"
9225 msgstr ""
9226
9227 #: builtin/log.c:1488
9228 msgid "make first mail a reply to <message-id>"
9229 msgstr ""
9230
9231 #: builtin/log.c:1489 builtin/log.c:1492
9232 msgid "boundary"
9233 msgstr ""
9234
9235 #: builtin/log.c:1490
9236 msgid "attach the patch"
9237 msgstr ""
9238
9239 #: builtin/log.c:1493
9240 msgid "inline the patch"
9241 msgstr ""
9242
9243 #: builtin/log.c:1497
9244 msgid "enable message threading, styles: shallow, deep"
9245 msgstr ""
9246
9247 #: builtin/log.c:1499
9248 msgid "signature"
9249 msgstr ""
9250
9251 #: builtin/log.c:1500
9252 msgid "add a signature"
9253 msgstr ""
9254
9255 #: builtin/log.c:1501
9256 msgid "base-commit"
9257 msgstr ""
9258
9259 #: builtin/log.c:1502
9260 msgid "add prerequisite tree info to the patch series"
9261 msgstr ""
9262
9263 #: builtin/log.c:1504
9264 msgid "add a signature from a file"
9265 msgstr ""
9266
9267 #: builtin/log.c:1505
9268 msgid "don't print the patch filenames"
9269 msgstr ""
9270
9271 #: builtin/log.c:1507
9272 msgid "show progress while generating patches"
9273 msgstr ""
9274
9275 #: builtin/log.c:1582
9276 #, c-format
9277 msgid "invalid ident line: %s"
9278 msgstr ""
9279
9280 #: builtin/log.c:1597
9281 msgid "-n and -k are mutually exclusive."
9282 msgstr ""
9283
9284 #: builtin/log.c:1599
9285 msgid "--subject-prefix/--rfc and -k are mutually exclusive."
9286 msgstr ""
9287
9288 #: builtin/log.c:1607
9289 msgid "--name-only does not make sense"
9290 msgstr ""
9291
9292 #: builtin/log.c:1609
9293 msgid "--name-status does not make sense"
9294 msgstr ""
9295
9296 #: builtin/log.c:1611
9297 msgid "--check does not make sense"
9298 msgstr ""
9299
9300 #: builtin/log.c:1641
9301 msgid "standard output, or directory, which one?"
9302 msgstr ""
9303
9304 #: builtin/log.c:1643
9305 #, c-format
9306 msgid "Could not create directory '%s'"
9307 msgstr ""
9308
9309 #: builtin/log.c:1736
9310 #, c-format
9311 msgid "unable to read signature file '%s'"
9312 msgstr ""
9313
9314 #: builtin/log.c:1768
9315 msgid "Generating patches"
9316 msgstr ""
9317
9318 #: builtin/log.c:1812
9319 msgid "Failed to create output files"
9320 msgstr ""
9321
9322 #: builtin/log.c:1862
9323 msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
9324 msgstr ""
9325
9326 #: builtin/log.c:1916
9327 #, c-format
9328 msgid ""
9329 "Could not find a tracked remote branch, please specify <upstream> manually.\n"
9330 msgstr ""
9331
9332 #: builtin/ls-files.c:468
9333 msgid "git ls-files [<options>] [<file>...]"
9334 msgstr ""
9335
9336 #: builtin/ls-files.c:517
9337 msgid "identify the file status with tags"
9338 msgstr ""
9339
9340 #: builtin/ls-files.c:519
9341 msgid "use lowercase letters for 'assume unchanged' files"
9342 msgstr ""
9343
9344 #: builtin/ls-files.c:521
9345 msgid "use lowercase letters for 'fsmonitor clean' files"
9346 msgstr ""
9347
9348 #: builtin/ls-files.c:523
9349 msgid "show cached files in the output (default)"
9350 msgstr ""
9351
9352 #: builtin/ls-files.c:525
9353 msgid "show deleted files in the output"
9354 msgstr ""
9355
9356 #: builtin/ls-files.c:527
9357 msgid "show modified files in the output"
9358 msgstr ""
9359
9360 #: builtin/ls-files.c:529
9361 msgid "show other files in the output"
9362 msgstr ""
9363
9364 #: builtin/ls-files.c:531
9365 msgid "show ignored files in the output"
9366 msgstr ""
9367
9368 #: builtin/ls-files.c:534
9369 msgid "show staged contents' object name in the output"
9370 msgstr ""
9371
9372 #: builtin/ls-files.c:536
9373 msgid "show files on the filesystem that need to be removed"
9374 msgstr ""
9375
9376 #: builtin/ls-files.c:538
9377 msgid "show 'other' directories' names only"
9378 msgstr ""
9379
9380 #: builtin/ls-files.c:540
9381 msgid "show line endings of files"
9382 msgstr ""
9383
9384 #: builtin/ls-files.c:542
9385 msgid "don't show empty directories"
9386 msgstr ""
9387
9388 #: builtin/ls-files.c:545
9389 msgid "show unmerged files in the output"
9390 msgstr ""
9391
9392 #: builtin/ls-files.c:547
9393 msgid "show resolve-undo information"
9394 msgstr ""
9395
9396 #: builtin/ls-files.c:549
9397 msgid "skip files matching pattern"
9398 msgstr ""
9399
9400 #: builtin/ls-files.c:552
9401 msgid "exclude patterns are read from <file>"
9402 msgstr ""
9403
9404 #: builtin/ls-files.c:555
9405 msgid "read additional per-directory exclude patterns in <file>"
9406 msgstr ""
9407
9408 #: builtin/ls-files.c:557
9409 msgid "add the standard git exclusions"
9410 msgstr ""
9411
9412 #: builtin/ls-files.c:560
9413 msgid "make the output relative to the project top directory"
9414 msgstr ""
9415
9416 #: builtin/ls-files.c:563
9417 msgid "recurse through submodules"
9418 msgstr ""
9419
9420 #: builtin/ls-files.c:565
9421 msgid "if any <file> is not in the index, treat this as an error"
9422 msgstr ""
9423
9424 #: builtin/ls-files.c:566
9425 msgid "tree-ish"
9426 msgstr ""
9427
9428 #: builtin/ls-files.c:567
9429 msgid "pretend that paths removed since <tree-ish> are still present"
9430 msgstr ""
9431
9432 #: builtin/ls-files.c:569
9433 msgid "show debugging data"
9434 msgstr ""
9435
9436 #: builtin/ls-remote.c:7
9437 msgid ""
9438 "git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
9439 " [-q | --quiet] [--exit-code] [--get-url]\n"
9440 " [--symref] [<repository> [<refs>...]]"
9441 msgstr ""
9442
9443 #: builtin/ls-remote.c:52
9444 msgid "do not print remote URL"
9445 msgstr ""
9446
9447 #: builtin/ls-remote.c:53 builtin/ls-remote.c:55
9448 msgid "exec"
9449 msgstr ""
9450
9451 #: builtin/ls-remote.c:54 builtin/ls-remote.c:56
9452 msgid "path of git-upload-pack on the remote host"
9453 msgstr ""
9454
9455 #: builtin/ls-remote.c:58
9456 msgid "limit to tags"
9457 msgstr ""
9458
9459 #: builtin/ls-remote.c:59
9460 msgid "limit to heads"
9461 msgstr ""
9462
9463 #: builtin/ls-remote.c:60
9464 msgid "do not show peeled tags"
9465 msgstr ""
9466
9467 #: builtin/ls-remote.c:62
9468 msgid "take url.<base>.insteadOf into account"
9469 msgstr ""
9470
9471 #: builtin/ls-remote.c:64
9472 msgid "exit with exit code 2 if no matching refs are found"
9473 msgstr ""
9474
9475 #: builtin/ls-remote.c:66
9476 msgid "show underlying ref in addition to the object pointed by it"
9477 msgstr ""
9478
9479 #: builtin/ls-tree.c:29
9480 msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
9481 msgstr ""
9482
9483 #: builtin/ls-tree.c:127
9484 msgid "only show trees"
9485 msgstr ""
9486
9487 #: builtin/ls-tree.c:129
9488 msgid "recurse into subtrees"
9489 msgstr ""
9490
9491 #: builtin/ls-tree.c:131
9492 msgid "show trees when recursing"
9493 msgstr ""
9494
9495 #: builtin/ls-tree.c:134
9496 msgid "terminate entries with NUL byte"
9497 msgstr ""
9498
9499 #: builtin/ls-tree.c:135
9500 msgid "include object size"
9501 msgstr ""
9502
9503 #: builtin/ls-tree.c:137 builtin/ls-tree.c:139
9504 msgid "list only filenames"
9505 msgstr ""
9506
9507 #: builtin/ls-tree.c:142
9508 msgid "use full path names"
9509 msgstr ""
9510
9511 #: builtin/ls-tree.c:144
9512 msgid "list entire tree; not just current directory (implies --full-name)"
9513 msgstr ""
9514
9515 #: builtin/mailsplit.c:241
9516 #, c-format
9517 msgid "empty mbox: '%s'"
9518 msgstr ""
9519
9520 #: builtin/merge.c:48
9521 msgid "git merge [<options>] [<commit>...]"
9522 msgstr ""
9523
9524 #: builtin/merge.c:49
9525 msgid "git merge --abort"
9526 msgstr ""
9527
9528 #: builtin/merge.c:50
9529 msgid "git merge --continue"
9530 msgstr ""
9531
9532 #: builtin/merge.c:107
9533 msgid "switch `m' requires a value"
9534 msgstr ""
9535
9536 #: builtin/merge.c:144
9537 #, c-format
9538 msgid "Could not find merge strategy '%s'.\n"
9539 msgstr ""
9540
9541 #: builtin/merge.c:145
9542 #, c-format
9543 msgid "Available strategies are:"
9544 msgstr ""
9545
9546 #: builtin/merge.c:150
9547 #, c-format
9548 msgid "Available custom strategies are:"
9549 msgstr ""
9550
9551 #: builtin/merge.c:200 builtin/pull.c:137
9552 msgid "do not show a diffstat at the end of the merge"
9553 msgstr ""
9554
9555 #: builtin/merge.c:203 builtin/pull.c:140
9556 msgid "show a diffstat at the end of the merge"
9557 msgstr ""
9558
9559 #: builtin/merge.c:204 builtin/pull.c:143
9560 msgid "(synonym to --stat)"
9561 msgstr ""
9562
9563 #: builtin/merge.c:206 builtin/pull.c:146
9564 msgid "add (at most <n>) entries from shortlog to merge commit message"
9565 msgstr ""
9566
9567 #: builtin/merge.c:209 builtin/pull.c:152
9568 msgid "create a single commit instead of doing a merge"
9569 msgstr ""
9570
9571 #: builtin/merge.c:211 builtin/pull.c:155
9572 msgid "perform a commit if the merge succeeds (default)"
9573 msgstr ""
9574
9575 #: builtin/merge.c:213 builtin/pull.c:158
9576 msgid "edit message before committing"
9577 msgstr ""
9578
9579 #: builtin/merge.c:214
9580 msgid "allow fast-forward (default)"
9581 msgstr ""
9582
9583 #: builtin/merge.c:216 builtin/pull.c:164
9584 msgid "abort if fast-forward is not possible"
9585 msgstr ""
9586
9587 #: builtin/merge.c:220 builtin/pull.c:167
9588 msgid "verify that the named commit has a valid GPG signature"
9589 msgstr ""
9590
9591 #: builtin/merge.c:221 builtin/notes.c:777 builtin/pull.c:171
9592 #: builtin/revert.c:109
9593 msgid "strategy"
9594 msgstr ""
9595
9596 #: builtin/merge.c:222 builtin/pull.c:172
9597 msgid "merge strategy to use"
9598 msgstr ""
9599
9600 #: builtin/merge.c:223 builtin/pull.c:175
9601 msgid "option=value"
9602 msgstr ""
9603
9604 #: builtin/merge.c:224 builtin/pull.c:176
9605 msgid "option for selected merge strategy"
9606 msgstr ""
9607
9608 #: builtin/merge.c:226
9609 msgid "merge commit message (for a non-fast-forward merge)"
9610 msgstr ""
9611
9612 #: builtin/merge.c:230
9613 msgid "abort the current in-progress merge"
9614 msgstr ""
9615
9616 #: builtin/merge.c:232
9617 msgid "continue the current in-progress merge"
9618 msgstr ""
9619
9620 #: builtin/merge.c:234 builtin/pull.c:183
9621 msgid "allow merging unrelated histories"
9622 msgstr ""
9623
9624 #: builtin/merge.c:240
9625 msgid "verify commit-msg hook"
9626 msgstr ""
9627
9628 #: builtin/merge.c:265
9629 msgid "could not run stash."
9630 msgstr ""
9631
9632 #: builtin/merge.c:270
9633 msgid "stash failed"
9634 msgstr ""
9635
9636 #: builtin/merge.c:275
9637 #, c-format
9638 msgid "not a valid object: %s"
9639 msgstr ""
9640
9641 #: builtin/merge.c:297 builtin/merge.c:314
9642 msgid "read-tree failed"
9643 msgstr ""
9644
9645 #: builtin/merge.c:344
9646 msgid " (nothing to squash)"
9647 msgstr ""
9648
9649 #: builtin/merge.c:355
9650 #, c-format
9651 msgid "Squash commit -- not updating HEAD\n"
9652 msgstr ""
9653
9654 #: builtin/merge.c:405
9655 #, c-format
9656 msgid "No merge message -- not updating HEAD\n"
9657 msgstr ""
9658
9659 #: builtin/merge.c:455
9660 #, c-format
9661 msgid "'%s' does not point to a commit"
9662 msgstr ""
9663
9664 #: builtin/merge.c:545
9665 #, c-format
9666 msgid "Bad branch.%s.mergeoptions string: %s"
9667 msgstr ""
9668
9669 #: builtin/merge.c:667
9670 msgid "Not handling anything other than two heads merge."
9671 msgstr ""
9672
9673 #: builtin/merge.c:681
9674 #, c-format
9675 msgid "Unknown option for merge-recursive: -X%s"
9676 msgstr ""
9677
9678 #: builtin/merge.c:696
9679 #, c-format
9680 msgid "unable to write %s"
9681 msgstr ""
9682
9683 #: builtin/merge.c:748
9684 #, c-format
9685 msgid "Could not read from '%s'"
9686 msgstr ""
9687
9688 #: builtin/merge.c:757
9689 #, c-format
9690 msgid "Not committing merge; use 'git commit' to complete the merge.\n"
9691 msgstr ""
9692
9693 #: builtin/merge.c:763
9694 #, c-format
9695 msgid ""
9696 "Please enter a commit message to explain why this merge is necessary,\n"
9697 "especially if it merges an updated upstream into a topic branch.\n"
9698 "\n"
9699 "Lines starting with '%c' will be ignored, and an empty message aborts\n"
9700 "the commit.\n"
9701 msgstr ""
9702
9703 #: builtin/merge.c:799
9704 msgid "Empty commit message."
9705 msgstr ""
9706
9707 #: builtin/merge.c:819
9708 #, c-format
9709 msgid "Wonderful.\n"
9710 msgstr ""
9711
9712 #: builtin/merge.c:872
9713 #, c-format
9714 msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
9715 msgstr ""
9716
9717 #: builtin/merge.c:911
9718 msgid "No current branch."
9719 msgstr ""
9720
9721 #: builtin/merge.c:913
9722 msgid "No remote for the current branch."
9723 msgstr ""
9724
9725 #: builtin/merge.c:915
9726 msgid "No default upstream defined for the current branch."
9727 msgstr ""
9728
9729 #: builtin/merge.c:920
9730 #, c-format
9731 msgid "No remote-tracking branch for %s from %s"
9732 msgstr ""
9733
9734 #: builtin/merge.c:973
9735 #, c-format
9736 msgid "Bad value '%s' in environment '%s'"
9737 msgstr ""
9738
9739 #: builtin/merge.c:1075
9740 #, c-format
9741 msgid "not something we can merge in %s: %s"
9742 msgstr ""
9743
9744 #: builtin/merge.c:1109
9745 msgid "not something we can merge"
9746 msgstr ""
9747
9748 #: builtin/merge.c:1174
9749 msgid "--abort expects no arguments"
9750 msgstr ""
9751
9752 #: builtin/merge.c:1178
9753 msgid "There is no merge to abort (MERGE_HEAD missing)."
9754 msgstr ""
9755
9756 #: builtin/merge.c:1190
9757 msgid "--continue expects no arguments"
9758 msgstr ""
9759
9760 #: builtin/merge.c:1194
9761 msgid "There is no merge in progress (MERGE_HEAD missing)."
9762 msgstr ""
9763
9764 #: builtin/merge.c:1210
9765 msgid ""
9766 "You have not concluded your merge (MERGE_HEAD exists).\n"
9767 "Please, commit your changes before you merge."
9768 msgstr ""
9769
9770 #: builtin/merge.c:1217
9771 msgid ""
9772 "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
9773 "Please, commit your changes before you merge."
9774 msgstr ""
9775
9776 #: builtin/merge.c:1220
9777 msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
9778 msgstr ""
9779
9780 #: builtin/merge.c:1229
9781 msgid "You cannot combine --squash with --no-ff."
9782 msgstr ""
9783
9784 #: builtin/merge.c:1237
9785 msgid "No commit specified and merge.defaultToUpstream not set."
9786 msgstr ""
9787
9788 #: builtin/merge.c:1254
9789 msgid "Squash commit into empty head not supported yet"
9790 msgstr ""
9791
9792 #: builtin/merge.c:1256
9793 msgid "Non-fast-forward commit does not make sense into an empty head"
9794 msgstr ""
9795
9796 #: builtin/merge.c:1261
9797 #, c-format
9798 msgid "%s - not something we can merge"
9799 msgstr ""
9800
9801 #: builtin/merge.c:1263
9802 msgid "Can merge only exactly one commit into empty head"
9803 msgstr ""
9804
9805 #: builtin/merge.c:1297
9806 #, c-format
9807 msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
9808 msgstr ""
9809
9810 #: builtin/merge.c:1300
9811 #, c-format
9812 msgid "Commit %s has a bad GPG signature allegedly by %s."
9813 msgstr ""
9814
9815 #: builtin/merge.c:1303
9816 #, c-format
9817 msgid "Commit %s does not have a GPG signature."
9818 msgstr ""
9819
9820 #: builtin/merge.c:1306
9821 #, c-format
9822 msgid "Commit %s has a good GPG signature by %s\n"
9823 msgstr ""
9824
9825 #: builtin/merge.c:1368
9826 msgid "refusing to merge unrelated histories"
9827 msgstr ""
9828
9829 #: builtin/merge.c:1377
9830 msgid "Already up to date."
9831 msgstr ""
9832
9833 #: builtin/merge.c:1387
9834 #, c-format
9835 msgid "Updating %s..%s\n"
9836 msgstr ""
9837
9838 #: builtin/merge.c:1428
9839 #, c-format
9840 msgid "Trying really trivial in-index merge...\n"
9841 msgstr ""
9842
9843 #: builtin/merge.c:1435
9844 #, c-format
9845 msgid "Nope.\n"
9846 msgstr ""
9847
9848 #: builtin/merge.c:1460
9849 msgid "Already up to date. Yeeah!"
9850 msgstr ""
9851
9852 #: builtin/merge.c:1466
9853 msgid "Not possible to fast-forward, aborting."
9854 msgstr ""
9855
9856 #: builtin/merge.c:1489 builtin/merge.c:1568
9857 #, c-format
9858 msgid "Rewinding the tree to pristine...\n"
9859 msgstr ""
9860
9861 #: builtin/merge.c:1493
9862 #, c-format
9863 msgid "Trying merge strategy %s...\n"
9864 msgstr ""
9865
9866 #: builtin/merge.c:1559
9867 #, c-format
9868 msgid "No merge strategy handled the merge.\n"
9869 msgstr ""
9870
9871 #: builtin/merge.c:1561
9872 #, c-format
9873 msgid "Merge with strategy %s failed.\n"
9874 msgstr ""
9875
9876 #: builtin/merge.c:1570
9877 #, c-format
9878 msgid "Using the %s to prepare resolving by hand.\n"
9879 msgstr ""
9880
9881 #: builtin/merge.c:1582
9882 #, c-format
9883 msgid "Automatic merge went well; stopped before committing as requested\n"
9884 msgstr ""
9885
9886 #: builtin/merge-base.c:30
9887 msgid "git merge-base [-a | --all] <commit> <commit>..."
9888 msgstr ""
9889
9890 #: builtin/merge-base.c:31
9891 msgid "git merge-base [-a | --all] --octopus <commit>..."
9892 msgstr ""
9893
9894 #: builtin/merge-base.c:32
9895 msgid "git merge-base --independent <commit>..."
9896 msgstr ""
9897
9898 #: builtin/merge-base.c:33
9899 msgid "git merge-base --is-ancestor <commit> <commit>"
9900 msgstr ""
9901
9902 #: builtin/merge-base.c:34
9903 msgid "git merge-base --fork-point <ref> [<commit>]"
9904 msgstr ""
9905
9906 #: builtin/merge-base.c:220
9907 msgid "output all common ancestors"
9908 msgstr ""
9909
9910 #: builtin/merge-base.c:222
9911 msgid "find ancestors for a single n-way merge"
9912 msgstr ""
9913
9914 #: builtin/merge-base.c:224
9915 msgid "list revs not reachable from others"
9916 msgstr ""
9917
9918 #: builtin/merge-base.c:226
9919 msgid "is the first one ancestor of the other?"
9920 msgstr ""
9921
9922 #: builtin/merge-base.c:228
9923 msgid "find where <commit> forked from reflog of <ref>"
9924 msgstr ""
9925
9926 #: builtin/merge-file.c:9
9927 msgid ""
9928 "git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
9929 "<orig-file> <file2>"
9930 msgstr ""
9931
9932 #: builtin/merge-file.c:33
9933 msgid "send results to standard output"
9934 msgstr ""
9935
9936 #: builtin/merge-file.c:34
9937 msgid "use a diff3 based merge"
9938 msgstr ""
9939
9940 #: builtin/merge-file.c:35
9941 msgid "for conflicts, use our version"
9942 msgstr ""
9943
9944 #: builtin/merge-file.c:37
9945 msgid "for conflicts, use their version"
9946 msgstr ""
9947
9948 #: builtin/merge-file.c:39
9949 msgid "for conflicts, use a union version"
9950 msgstr ""
9951
9952 #: builtin/merge-file.c:42
9953 msgid "for conflicts, use this marker size"
9954 msgstr ""
9955
9956 #: builtin/merge-file.c:43
9957 msgid "do not warn about conflicts"
9958 msgstr ""
9959
9960 #: builtin/merge-file.c:45
9961 msgid "set labels for file1/orig-file/file2"
9962 msgstr ""
9963
9964 #: builtin/merge-recursive.c:45
9965 #, c-format
9966 msgid "unknown option %s"
9967 msgstr ""
9968
9969 #: builtin/merge-recursive.c:51
9970 #, c-format
9971 msgid "could not parse object '%s'"
9972 msgstr ""
9973
9974 #: builtin/merge-recursive.c:55
9975 #, c-format
9976 msgid "cannot handle more than %d base. Ignoring %s."
9977 msgid_plural "cannot handle more than %d bases. Ignoring %s."
9978 msgstr[0] ""
9979 msgstr[1] ""
9980
9981 #: builtin/merge-recursive.c:63
9982 msgid "not handling anything other than two heads merge."
9983 msgstr ""
9984
9985 #: builtin/merge-recursive.c:69 builtin/merge-recursive.c:71
9986 #, c-format
9987 msgid "could not resolve ref '%s'"
9988 msgstr ""
9989
9990 #: builtin/merge-recursive.c:77
9991 #, c-format
9992 msgid "Merging %s with %s\n"
9993 msgstr ""
9994
9995 #: builtin/mktree.c:65
9996 msgid "git mktree [-z] [--missing] [--batch]"
9997 msgstr ""
9998
9999 #: builtin/mktree.c:153
10000 msgid "input is NUL terminated"
10001 msgstr ""
10002
10003 #: builtin/mktree.c:154 builtin/write-tree.c:25
10004 msgid "allow missing objects"
10005 msgstr ""
10006
10007 #: builtin/mktree.c:155
10008 msgid "allow creation of more than one tree"
10009 msgstr ""
10010
10011 #: builtin/mv.c:17
10012 msgid "git mv [<options>] <source>... <destination>"
10013 msgstr ""
10014
10015 #: builtin/mv.c:83
10016 #, c-format
10017 msgid "Directory %s is in index and no submodule?"
10018 msgstr ""
10019
10020 #: builtin/mv.c:85 builtin/rm.c:289
10021 msgid "Please stage your changes to .gitmodules or stash them to proceed"
10022 msgstr ""
10023
10024 #: builtin/mv.c:103
10025 #, c-format
10026 msgid "%.*s is in index"
10027 msgstr ""
10028
10029 #: builtin/mv.c:125
10030 msgid "force move/rename even if target exists"
10031 msgstr ""
10032
10033 #: builtin/mv.c:126
10034 msgid "skip move/rename errors"
10035 msgstr ""
10036
10037 #: builtin/mv.c:167
10038 #, c-format
10039 msgid "destination '%s' is not a directory"
10040 msgstr ""
10041
10042 #: builtin/mv.c:178
10043 #, c-format
10044 msgid "Checking rename of '%s' to '%s'\n"
10045 msgstr ""
10046
10047 #: builtin/mv.c:182
10048 msgid "bad source"
10049 msgstr ""
10050
10051 #: builtin/mv.c:185
10052 msgid "can not move directory into itself"
10053 msgstr ""
10054
10055 #: builtin/mv.c:188
10056 msgid "cannot move directory over file"
10057 msgstr ""
10058
10059 #: builtin/mv.c:197
10060 msgid "source directory is empty"
10061 msgstr ""
10062
10063 #: builtin/mv.c:222
10064 msgid "not under version control"
10065 msgstr ""
10066
10067 #: builtin/mv.c:225
10068 msgid "destination exists"
10069 msgstr ""
10070
10071 #: builtin/mv.c:233
10072 #, c-format
10073 msgid "overwriting '%s'"
10074 msgstr ""
10075
10076 #: builtin/mv.c:236
10077 msgid "Cannot overwrite"
10078 msgstr ""
10079
10080 #: builtin/mv.c:239
10081 msgid "multiple sources for the same target"
10082 msgstr ""
10083
10084 #: builtin/mv.c:241
10085 msgid "destination directory does not exist"
10086 msgstr ""
10087
10088 #: builtin/mv.c:248
10089 #, c-format
10090 msgid "%s, source=%s, destination=%s"
10091 msgstr ""
10092
10093 #: builtin/mv.c:269
10094 #, c-format
10095 msgid "Renaming %s to %s\n"
10096 msgstr ""
10097
10098 #: builtin/mv.c:275 builtin/remote.c:712 builtin/repack.c:390
10099 #, c-format
10100 msgid "renaming '%s' failed"
10101 msgstr ""
10102
10103 #: builtin/name-rev.c:338
10104 msgid "git name-rev [<options>] <commit>..."
10105 msgstr ""
10106
10107 #: builtin/name-rev.c:339
10108 msgid "git name-rev [<options>] --all"
10109 msgstr ""
10110
10111 #: builtin/name-rev.c:340
10112 msgid "git name-rev [<options>] --stdin"
10113 msgstr ""
10114
10115 #: builtin/name-rev.c:395
10116 msgid "print only names (no SHA-1)"
10117 msgstr ""
10118
10119 #: builtin/name-rev.c:396
10120 msgid "only use tags to name the commits"
10121 msgstr ""
10122
10123 #: builtin/name-rev.c:398
10124 msgid "only use refs matching <pattern>"
10125 msgstr ""
10126
10127 #: builtin/name-rev.c:400
10128 msgid "ignore refs matching <pattern>"
10129 msgstr ""
10130
10131 #: builtin/name-rev.c:402
10132 msgid "list all commits reachable from all refs"
10133 msgstr ""
10134
10135 #: builtin/name-rev.c:403
10136 msgid "read from stdin"
10137 msgstr ""
10138
10139 #: builtin/name-rev.c:404
10140 msgid "allow to print `undefined` names (default)"
10141 msgstr ""
10142
10143 #: builtin/name-rev.c:410
10144 msgid "dereference tags in the input (internal use)"
10145 msgstr ""
10146
10147 #: builtin/notes.c:26
10148 msgid "git notes [--ref <notes-ref>] [list [<object>]]"
10149 msgstr ""
10150
10151 #: builtin/notes.c:27
10152 msgid ""
10153 "git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
10154 "| (-c | -C) <object>] [<object>]"
10155 msgstr ""
10156
10157 #: builtin/notes.c:28
10158 msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
10159 msgstr ""
10160
10161 #: builtin/notes.c:29
10162 msgid ""
10163 "git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
10164 "(-c | -C) <object>] [<object>]"
10165 msgstr ""
10166
10167 #: builtin/notes.c:30
10168 msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
10169 msgstr ""
10170
10171 #: builtin/notes.c:31
10172 msgid "git notes [--ref <notes-ref>] show [<object>]"
10173 msgstr ""
10174
10175 #: builtin/notes.c:32
10176 msgid ""
10177 "git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
10178 msgstr ""
10179
10180 #: builtin/notes.c:33
10181 msgid "git notes merge --commit [-v | -q]"
10182 msgstr ""
10183
10184 #: builtin/notes.c:34
10185 msgid "git notes merge --abort [-v | -q]"
10186 msgstr ""
10187
10188 #: builtin/notes.c:35
10189 msgid "git notes [--ref <notes-ref>] remove [<object>...]"
10190 msgstr ""
10191
10192 #: builtin/notes.c:36
10193 msgid "git notes [--ref <notes-ref>] prune [-n] [-v]"
10194 msgstr ""
10195
10196 #: builtin/notes.c:37
10197 msgid "git notes [--ref <notes-ref>] get-ref"
10198 msgstr ""
10199
10200 #: builtin/notes.c:42
10201 msgid "git notes [list [<object>]]"
10202 msgstr ""
10203
10204 #: builtin/notes.c:47
10205 msgid "git notes add [<options>] [<object>]"
10206 msgstr ""
10207
10208 #: builtin/notes.c:52
10209 msgid "git notes copy [<options>] <from-object> <to-object>"
10210 msgstr ""
10211
10212 #: builtin/notes.c:53
10213 msgid "git notes copy --stdin [<from-object> <to-object>]..."
10214 msgstr ""
10215
10216 #: builtin/notes.c:58
10217 msgid "git notes append [<options>] [<object>]"
10218 msgstr ""
10219
10220 #: builtin/notes.c:63
10221 msgid "git notes edit [<object>]"
10222 msgstr ""
10223
10224 #: builtin/notes.c:68
10225 msgid "git notes show [<object>]"
10226 msgstr ""
10227
10228 #: builtin/notes.c:73
10229 msgid "git notes merge [<options>] <notes-ref>"
10230 msgstr ""
10231
10232 #: builtin/notes.c:74
10233 msgid "git notes merge --commit [<options>]"
10234 msgstr ""
10235
10236 #: builtin/notes.c:75
10237 msgid "git notes merge --abort [<options>]"
10238 msgstr ""
10239
10240 #: builtin/notes.c:80
10241 msgid "git notes remove [<object>]"
10242 msgstr ""
10243
10244 #: builtin/notes.c:85
10245 msgid "git notes prune [<options>]"
10246 msgstr ""
10247
10248 #: builtin/notes.c:90
10249 msgid "git notes get-ref"
10250 msgstr ""
10251
10252 #: builtin/notes.c:95
10253 msgid "Write/edit the notes for the following object:"
10254 msgstr ""
10255
10256 #: builtin/notes.c:148
10257 #, c-format
10258 msgid "unable to start 'show' for object '%s'"
10259 msgstr ""
10260
10261 #: builtin/notes.c:152
10262 msgid "could not read 'show' output"
10263 msgstr ""
10264
10265 #: builtin/notes.c:160
10266 #, c-format
10267 msgid "failed to finish 'show' for object '%s'"
10268 msgstr ""
10269
10270 #: builtin/notes.c:195
10271 msgid "please supply the note contents using either -m or -F option"
10272 msgstr ""
10273
10274 #: builtin/notes.c:204
10275 msgid "unable to write note object"
10276 msgstr ""
10277
10278 #: builtin/notes.c:206
10279 #, c-format
10280 msgid "the note contents have been left in %s"
10281 msgstr ""
10282
10283 #: builtin/notes.c:234 builtin/tag.c:500
10284 #, c-format
10285 msgid "cannot read '%s'"
10286 msgstr ""
10287
10288 #: builtin/notes.c:236 builtin/tag.c:503
10289 #, c-format
10290 msgid "could not open or read '%s'"
10291 msgstr ""
10292
10293 #: builtin/notes.c:255 builtin/notes.c:306 builtin/notes.c:308
10294 #: builtin/notes.c:376 builtin/notes.c:431 builtin/notes.c:517
10295 #: builtin/notes.c:522 builtin/notes.c:600 builtin/notes.c:662
10296 #, c-format
10297 msgid "failed to resolve '%s' as a valid ref."
10298 msgstr ""
10299
10300 #: builtin/notes.c:258
10301 #, c-format
10302 msgid "failed to read object '%s'."
10303 msgstr ""
10304
10305 #: builtin/notes.c:262
10306 #, c-format
10307 msgid "cannot read note data from non-blob object '%s'."
10308 msgstr ""
10309
10310 #: builtin/notes.c:302
10311 #, c-format
10312 msgid "malformed input line: '%s'."
10313 msgstr ""
10314
10315 #: builtin/notes.c:317
10316 #, c-format
10317 msgid "failed to copy notes from '%s' to '%s'"
10318 msgstr ""
10319
10320 #. TRANSLATORS: the first %s will be replaced by a git
10321 #. notes command: 'add', 'merge', 'remove', etc.
10322 #.
10323 #: builtin/notes.c:349
10324 #, c-format
10325 msgid "refusing to %s notes in %s (outside of refs/notes/)"
10326 msgstr ""
10327
10328 #: builtin/notes.c:369 builtin/notes.c:424 builtin/notes.c:500
10329 #: builtin/notes.c:512 builtin/notes.c:588 builtin/notes.c:655
10330 #: builtin/notes.c:805 builtin/notes.c:952 builtin/notes.c:973
10331 msgid "too many parameters"
10332 msgstr ""
10333
10334 #: builtin/notes.c:382 builtin/notes.c:668
10335 #, c-format
10336 msgid "no note found for object %s."
10337 msgstr ""
10338
10339 #: builtin/notes.c:403 builtin/notes.c:566
10340 msgid "note contents as a string"
10341 msgstr ""
10342
10343 #: builtin/notes.c:406 builtin/notes.c:569
10344 msgid "note contents in a file"
10345 msgstr ""
10346
10347 #: builtin/notes.c:409 builtin/notes.c:572
10348 msgid "reuse and edit specified note object"
10349 msgstr ""
10350
10351 #: builtin/notes.c:412 builtin/notes.c:575
10352 msgid "reuse specified note object"
10353 msgstr ""
10354
10355 #: builtin/notes.c:415 builtin/notes.c:578
10356 msgid "allow storing empty note"
10357 msgstr ""
10358
10359 #: builtin/notes.c:416 builtin/notes.c:487
10360 msgid "replace existing notes"
10361 msgstr ""
10362
10363 #: builtin/notes.c:441
10364 #, c-format
10365 msgid ""
10366 "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
10367 "existing notes"
10368 msgstr ""
10369
10370 #: builtin/notes.c:456 builtin/notes.c:535
10371 #, c-format
10372 msgid "Overwriting existing notes for object %s\n"
10373 msgstr ""
10374
10375 #: builtin/notes.c:467 builtin/notes.c:627 builtin/notes.c:892
10376 #, c-format
10377 msgid "Removing note for object %s\n"
10378 msgstr ""
10379
10380 #: builtin/notes.c:488
10381 msgid "read objects from stdin"
10382 msgstr ""
10383
10384 #: builtin/notes.c:490
10385 msgid "load rewriting config for <command> (implies --stdin)"
10386 msgstr ""
10387
10388 #: builtin/notes.c:508
10389 msgid "too few parameters"
10390 msgstr ""
10391
10392 #: builtin/notes.c:529
10393 #, c-format
10394 msgid ""
10395 "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
10396 "existing notes"
10397 msgstr ""
10398
10399 #: builtin/notes.c:541
10400 #, c-format
10401 msgid "missing notes on source object %s. Cannot copy."
10402 msgstr ""
10403
10404 #: builtin/notes.c:593
10405 #, c-format
10406 msgid ""
10407 "The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
10408 "Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
10409 msgstr ""
10410
10411 #: builtin/notes.c:688
10412 msgid "failed to delete ref NOTES_MERGE_PARTIAL"
10413 msgstr ""
10414
10415 #: builtin/notes.c:690
10416 msgid "failed to delete ref NOTES_MERGE_REF"
10417 msgstr ""
10418
10419 #: builtin/notes.c:692
10420 msgid "failed to remove 'git notes merge' worktree"
10421 msgstr ""
10422
10423 #: builtin/notes.c:712
10424 msgid "failed to read ref NOTES_MERGE_PARTIAL"
10425 msgstr ""
10426
10427 #: builtin/notes.c:714
10428 msgid "could not find commit from NOTES_MERGE_PARTIAL."
10429 msgstr ""
10430
10431 #: builtin/notes.c:716
10432 msgid "could not parse commit from NOTES_MERGE_PARTIAL."
10433 msgstr ""
10434
10435 #: builtin/notes.c:729
10436 msgid "failed to resolve NOTES_MERGE_REF"
10437 msgstr ""
10438
10439 #: builtin/notes.c:732
10440 msgid "failed to finalize notes merge"
10441 msgstr ""
10442
10443 #: builtin/notes.c:758
10444 #, c-format
10445 msgid "unknown notes merge strategy %s"
10446 msgstr ""
10447
10448 #: builtin/notes.c:774
10449 msgid "General options"
10450 msgstr ""
10451
10452 #: builtin/notes.c:776
10453 msgid "Merge options"
10454 msgstr ""
10455
10456 #: builtin/notes.c:778
10457 msgid ""
10458 "resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
10459 "cat_sort_uniq)"
10460 msgstr ""
10461
10462 #: builtin/notes.c:780
10463 msgid "Committing unmerged notes"
10464 msgstr ""
10465
10466 #: builtin/notes.c:782
10467 msgid "finalize notes merge by committing unmerged notes"
10468 msgstr ""
10469
10470 #: builtin/notes.c:784
10471 msgid "Aborting notes merge resolution"
10472 msgstr ""
10473
10474 #: builtin/notes.c:786
10475 msgid "abort notes merge"
10476 msgstr ""
10477
10478 #: builtin/notes.c:797
10479 msgid "cannot mix --commit, --abort or -s/--strategy"
10480 msgstr ""
10481
10482 #: builtin/notes.c:802
10483 msgid "must specify a notes ref to merge"
10484 msgstr ""
10485
10486 #: builtin/notes.c:826
10487 #, c-format
10488 msgid "unknown -s/--strategy: %s"
10489 msgstr ""
10490
10491 #: builtin/notes.c:863
10492 #, c-format
10493 msgid "a notes merge into %s is already in-progress at %s"
10494 msgstr ""
10495
10496 #: builtin/notes.c:866
10497 #, c-format
10498 msgid "failed to store link to current notes ref (%s)"
10499 msgstr ""
10500
10501 #: builtin/notes.c:868
10502 #, c-format
10503 msgid ""
10504 "Automatic notes merge failed. Fix conflicts in %s and commit the result with "
10505 "'git notes merge --commit', or abort the merge with 'git notes merge --"
10506 "abort'.\n"
10507 msgstr ""
10508
10509 #: builtin/notes.c:890
10510 #, c-format
10511 msgid "Object %s has no note\n"
10512 msgstr ""
10513
10514 #: builtin/notes.c:902
10515 msgid "attempt to remove non-existent note is not an error"
10516 msgstr ""
10517
10518 #: builtin/notes.c:905
10519 msgid "read object names from the standard input"
10520 msgstr ""
10521
10522 #: builtin/notes.c:943 builtin/prune.c:105 builtin/worktree.c:158
10523 msgid "do not remove, show only"
10524 msgstr ""
10525
10526 #: builtin/notes.c:944
10527 msgid "report pruned notes"
10528 msgstr ""
10529
10530 #: builtin/notes.c:986
10531 msgid "notes-ref"
10532 msgstr ""
10533
10534 #: builtin/notes.c:987
10535 msgid "use notes from <notes-ref>"
10536 msgstr ""
10537
10538 #: builtin/notes.c:1022
10539 #, c-format
10540 msgid "unknown subcommand: %s"
10541 msgstr ""
10542
10543 #: builtin/pack-objects.c:33
10544 msgid ""
10545 "git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
10546 msgstr ""
10547
10548 #: builtin/pack-objects.c:34
10549 msgid ""
10550 "git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
10551 msgstr ""
10552
10553 #: builtin/pack-objects.c:192 builtin/pack-objects.c:195
10554 #, c-format
10555 msgid "deflate error (%d)"
10556 msgstr ""
10557
10558 #: builtin/pack-objects.c:788
10559 msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
10560 msgstr ""
10561
10562 #: builtin/pack-objects.c:801
10563 msgid "Writing objects"
10564 msgstr ""
10565
10566 #: builtin/pack-objects.c:1081
10567 msgid "disabling bitmap writing, as some objects are not being packed"
10568 msgstr ""
10569
10570 #: builtin/pack-objects.c:2451
10571 msgid "Compressing objects"
10572 msgstr ""
10573
10574 #: builtin/pack-objects.c:2599
10575 msgid "invalid value for --missing"
10576 msgstr ""
10577
10578 #: builtin/pack-objects.c:2902
10579 #, c-format
10580 msgid "unsupported index version %s"
10581 msgstr ""
10582
10583 #: builtin/pack-objects.c:2906
10584 #, c-format
10585 msgid "bad index version '%s'"
10586 msgstr ""
10587
10588 #: builtin/pack-objects.c:2936
10589 msgid "do not show progress meter"
10590 msgstr ""
10591
10592 #: builtin/pack-objects.c:2938
10593 msgid "show progress meter"
10594 msgstr ""
10595
10596 #: builtin/pack-objects.c:2940
10597 msgid "show progress meter during object writing phase"
10598 msgstr ""
10599
10600 #: builtin/pack-objects.c:2943
10601 msgid "similar to --all-progress when progress meter is shown"
10602 msgstr ""
10603
10604 #: builtin/pack-objects.c:2944
10605 msgid "version[,offset]"
10606 msgstr ""
10607
10608 #: builtin/pack-objects.c:2945
10609 msgid "write the pack index file in the specified idx format version"
10610 msgstr ""
10611
10612 #: builtin/pack-objects.c:2948
10613 msgid "maximum size of each output pack file"
10614 msgstr ""
10615
10616 #: builtin/pack-objects.c:2950
10617 msgid "ignore borrowed objects from alternate object store"
10618 msgstr ""
10619
10620 #: builtin/pack-objects.c:2952
10621 msgid "ignore packed objects"
10622 msgstr ""
10623
10624 #: builtin/pack-objects.c:2954
10625 msgid "limit pack window by objects"
10626 msgstr ""
10627
10628 #: builtin/pack-objects.c:2956
10629 msgid "limit pack window by memory in addition to object limit"
10630 msgstr ""
10631
10632 #: builtin/pack-objects.c:2958
10633 msgid "maximum length of delta chain allowed in the resulting pack"
10634 msgstr ""
10635
10636 #: builtin/pack-objects.c:2960
10637 msgid "reuse existing deltas"
10638 msgstr ""
10639
10640 #: builtin/pack-objects.c:2962
10641 msgid "reuse existing objects"
10642 msgstr ""
10643
10644 #: builtin/pack-objects.c:2964
10645 msgid "use OFS_DELTA objects"
10646 msgstr ""
10647
10648 #: builtin/pack-objects.c:2966
10649 msgid "use threads when searching for best delta matches"
10650 msgstr ""
10651
10652 #: builtin/pack-objects.c:2968
10653 msgid "do not create an empty pack output"
10654 msgstr ""
10655
10656 #: builtin/pack-objects.c:2970
10657 msgid "read revision arguments from standard input"
10658 msgstr ""
10659
10660 #: builtin/pack-objects.c:2972
10661 msgid "limit the objects to those that are not yet packed"
10662 msgstr ""
10663
10664 #: builtin/pack-objects.c:2975
10665 msgid "include objects reachable from any reference"
10666 msgstr ""
10667
10668 #: builtin/pack-objects.c:2978
10669 msgid "include objects referred by reflog entries"
10670 msgstr ""
10671
10672 #: builtin/pack-objects.c:2981
10673 msgid "include objects referred to by the index"
10674 msgstr ""
10675
10676 #: builtin/pack-objects.c:2984
10677 msgid "output pack to stdout"
10678 msgstr ""
10679
10680 #: builtin/pack-objects.c:2986
10681 msgid "include tag objects that refer to objects to be packed"
10682 msgstr ""
10683
10684 #: builtin/pack-objects.c:2988
10685 msgid "keep unreachable objects"
10686 msgstr ""
10687
10688 #: builtin/pack-objects.c:2990
10689 msgid "pack loose unreachable objects"
10690 msgstr ""
10691
10692 #: builtin/pack-objects.c:2992
10693 msgid "unpack unreachable objects newer than <time>"
10694 msgstr ""
10695
10696 #: builtin/pack-objects.c:2995
10697 msgid "create thin packs"
10698 msgstr ""
10699
10700 #: builtin/pack-objects.c:2997
10701 msgid "create packs suitable for shallow fetches"
10702 msgstr ""
10703
10704 #: builtin/pack-objects.c:2999
10705 msgid "ignore packs that have companion .keep file"
10706 msgstr ""
10707
10708 #: builtin/pack-objects.c:3001
10709 msgid "pack compression level"
10710 msgstr ""
10711
10712 #: builtin/pack-objects.c:3003
10713 msgid "do not hide commits by grafts"
10714 msgstr ""
10715
10716 #: builtin/pack-objects.c:3005
10717 msgid "use a bitmap index if available to speed up counting objects"
10718 msgstr ""
10719
10720 #: builtin/pack-objects.c:3007
10721 msgid "write a bitmap index together with the pack index"
10722 msgstr ""
10723
10724 #: builtin/pack-objects.c:3010
10725 msgid "handling for missing objects"
10726 msgstr ""
10727
10728 #: builtin/pack-objects.c:3144
10729 msgid "Counting objects"
10730 msgstr ""
10731
10732 #: builtin/pack-refs.c:6
10733 msgid "git pack-refs [<options>]"
10734 msgstr ""
10735
10736 #: builtin/pack-refs.c:14
10737 msgid "pack everything"
10738 msgstr ""
10739
10740 #: builtin/pack-refs.c:15
10741 msgid "prune loose refs (default)"
10742 msgstr ""
10743
10744 #: builtin/prune-packed.c:8
10745 msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
10746 msgstr ""
10747
10748 #: builtin/prune-packed.c:41
10749 msgid "Removing duplicate objects"
10750 msgstr ""
10751
10752 #: builtin/prune.c:11
10753 msgid "git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"
10754 msgstr ""
10755
10756 #: builtin/prune.c:106
10757 msgid "report pruned objects"
10758 msgstr ""
10759
10760 #: builtin/prune.c:109
10761 msgid "expire objects older than <time>"
10762 msgstr ""
10763
10764 #: builtin/prune.c:123
10765 msgid "cannot prune in a precious-objects repo"
10766 msgstr ""
10767
10768 #: builtin/pull.c:54 builtin/pull.c:56
10769 #, c-format
10770 msgid "Invalid value for %s: %s"
10771 msgstr ""
10772
10773 #: builtin/pull.c:76
10774 msgid "git pull [<options>] [<repository> [<refspec>...]]"
10775 msgstr ""
10776
10777 #: builtin/pull.c:127
10778 msgid "control for recursive fetching of submodules"
10779 msgstr ""
10780
10781 #: builtin/pull.c:131
10782 msgid "Options related to merging"
10783 msgstr ""
10784
10785 #: builtin/pull.c:134
10786 msgid "incorporate changes by rebasing rather than merging"
10787 msgstr ""
10788
10789 #: builtin/pull.c:161 builtin/rebase--helper.c:23 builtin/revert.c:121
10790 msgid "allow fast-forward"
10791 msgstr ""
10792
10793 #: builtin/pull.c:170
10794 msgid "automatically stash/stash pop before and after rebase"
10795 msgstr ""
10796
10797 #: builtin/pull.c:186
10798 msgid "Options related to fetching"
10799 msgstr ""
10800
10801 #: builtin/pull.c:204
10802 msgid "number of submodules pulled in parallel"
10803 msgstr ""
10804
10805 #: builtin/pull.c:299
10806 #, c-format
10807 msgid "Invalid value for pull.ff: %s"
10808 msgstr ""
10809
10810 #: builtin/pull.c:415
10811 msgid ""
10812 "There is no candidate for rebasing against among the refs that you just "
10813 "fetched."
10814 msgstr ""
10815
10816 #: builtin/pull.c:417
10817 msgid ""
10818 "There are no candidates for merging among the refs that you just fetched."
10819 msgstr ""
10820
10821 #: builtin/pull.c:418
10822 msgid ""
10823 "Generally this means that you provided a wildcard refspec which had no\n"
10824 "matches on the remote end."
10825 msgstr ""
10826
10827 #: builtin/pull.c:421
10828 #, c-format
10829 msgid ""
10830 "You asked to pull from the remote '%s', but did not specify\n"
10831 "a branch. Because this is not the default configured remote\n"
10832 "for your current branch, you must specify a branch on the command line."
10833 msgstr ""
10834
10835 #: builtin/pull.c:426 git-parse-remote.sh:73
10836 msgid "You are not currently on a branch."
10837 msgstr ""
10838
10839 #: builtin/pull.c:428 builtin/pull.c:443 git-parse-remote.sh:79
10840 msgid "Please specify which branch you want to rebase against."
10841 msgstr ""
10842
10843 #: builtin/pull.c:430 builtin/pull.c:445 git-parse-remote.sh:82
10844 msgid "Please specify which branch you want to merge with."
10845 msgstr ""
10846
10847 #: builtin/pull.c:431 builtin/pull.c:446
10848 msgid "See git-pull(1) for details."
10849 msgstr ""
10850
10851 #: builtin/pull.c:433 builtin/pull.c:439 builtin/pull.c:448
10852 #: git-parse-remote.sh:64
10853 msgid "<remote>"
10854 msgstr ""
10855
10856 #: builtin/pull.c:433 builtin/pull.c:448 builtin/pull.c:453 git-rebase.sh:466
10857 #: git-parse-remote.sh:65
10858 msgid "<branch>"
10859 msgstr ""
10860
10861 #: builtin/pull.c:441 git-parse-remote.sh:75
10862 msgid "There is no tracking information for the current branch."
10863 msgstr ""
10864
10865 #: builtin/pull.c:450 git-parse-remote.sh:95
10866 msgid ""
10867 "If you wish to set tracking information for this branch you can do so with:"
10868 msgstr ""
10869
10870 #: builtin/pull.c:455
10871 #, c-format
10872 msgid ""
10873 "Your configuration specifies to merge with the ref '%s'\n"
10874 "from the remote, but no such ref was fetched."
10875 msgstr ""
10876
10877 #: builtin/pull.c:817
10878 msgid "ignoring --verify-signatures for rebase"
10879 msgstr ""
10880
10881 #: builtin/pull.c:865
10882 msgid "--[no-]autostash option is only valid with --rebase."
10883 msgstr ""
10884
10885 #: builtin/pull.c:873
10886 msgid "Updating an unborn branch with changes added to the index."
10887 msgstr ""
10888
10889 #: builtin/pull.c:876
10890 msgid "pull with rebase"
10891 msgstr ""
10892
10893 #: builtin/pull.c:877
10894 msgid "please commit or stash them."
10895 msgstr ""
10896
10897 #: builtin/pull.c:902
10898 #, c-format
10899 msgid ""
10900 "fetch updated the current branch head.\n"
10901 "fast-forwarding your working tree from\n"
10902 "commit %s."
10903 msgstr ""
10904
10905 #: builtin/pull.c:907
10906 #, c-format
10907 msgid ""
10908 "Cannot fast-forward your working tree.\n"
10909 "After making sure that you saved anything precious from\n"
10910 "$ git diff %s\n"
10911 "output, run\n"
10912 "$ git reset --hard\n"
10913 "to recover."
10914 msgstr ""
10915
10916 #: builtin/pull.c:922
10917 msgid "Cannot merge multiple branches into empty head."
10918 msgstr ""
10919
10920 #: builtin/pull.c:926
10921 msgid "Cannot rebase onto multiple branches."
10922 msgstr ""
10923
10924 #: builtin/pull.c:933
10925 msgid "cannot rebase with locally recorded submodule modifications"
10926 msgstr ""
10927
10928 #: builtin/push.c:17
10929 msgid "git push [<options>] [<repository> [<refspec>...]]"
10930 msgstr ""
10931
10932 #: builtin/push.c:92
10933 msgid "tag shorthand without <tag>"
10934 msgstr ""
10935
10936 #: builtin/push.c:102
10937 msgid "--delete only accepts plain target ref names"
10938 msgstr ""
10939
10940 #: builtin/push.c:146
10941 msgid ""
10942 "\n"
10943 "To choose either option permanently, see push.default in 'git help config'."
10944 msgstr ""
10945
10946 #: builtin/push.c:149
10947 #, c-format
10948 msgid ""
10949 "The upstream branch of your current branch does not match\n"
10950 "the name of your current branch. To push to the upstream branch\n"
10951 "on the remote, use\n"
10952 "\n"
10953 " git push %s HEAD:%s\n"
10954 "\n"
10955 "To push to the branch of the same name on the remote, use\n"
10956 "\n"
10957 " git push %s %s\n"
10958 "%s"
10959 msgstr ""
10960
10961 #: builtin/push.c:164
10962 #, c-format
10963 msgid ""
10964 "You are not currently on a branch.\n"
10965 "To push the history leading to the current (detached HEAD)\n"
10966 "state now, use\n"
10967 "\n"
10968 " git push %s HEAD:<name-of-remote-branch>\n"
10969 msgstr ""
10970
10971 #: builtin/push.c:178
10972 #, c-format
10973 msgid ""
10974 "The current branch %s has no upstream branch.\n"
10975 "To push the current branch and set the remote as upstream, use\n"
10976 "\n"
10977 " git push --set-upstream %s %s\n"
10978 msgstr ""
10979
10980 #: builtin/push.c:186
10981 #, c-format
10982 msgid "The current branch %s has multiple upstream branches, refusing to push."
10983 msgstr ""
10984
10985 #: builtin/push.c:189
10986 #, c-format
10987 msgid ""
10988 "You are pushing to remote '%s', which is not the upstream of\n"
10989 "your current branch '%s', without telling me what to push\n"
10990 "to update which remote branch."
10991 msgstr ""
10992
10993 #: builtin/push.c:248
10994 msgid ""
10995 "You didn't specify any refspecs to push, and push.default is \"nothing\"."
10996 msgstr ""
10997
10998 #: builtin/push.c:255
10999 msgid ""
11000 "Updates were rejected because the tip of your current branch is behind\n"
11001 "its remote counterpart. Integrate the remote changes (e.g.\n"
11002 "'git pull ...') before pushing again.\n"
11003 "See the 'Note about fast-forwards' in 'git push --help' for details."
11004 msgstr ""
11005
11006 #: builtin/push.c:261
11007 msgid ""
11008 "Updates were rejected because a pushed branch tip is behind its remote\n"
11009 "counterpart. Check out this branch and integrate the remote changes\n"
11010 "(e.g. 'git pull ...') before pushing again.\n"
11011 "See the 'Note about fast-forwards' in 'git push --help' for details."
11012 msgstr ""
11013
11014 #: builtin/push.c:267
11015 msgid ""
11016 "Updates were rejected because the remote contains work that you do\n"
11017 "not have locally. This is usually caused by another repository pushing\n"
11018 "to the same ref. You may want to first integrate the remote changes\n"
11019 "(e.g., 'git pull ...') before pushing again.\n"
11020 "See the 'Note about fast-forwards' in 'git push --help' for details."
11021 msgstr ""
11022
11023 #: builtin/push.c:274
11024 msgid "Updates were rejected because the tag already exists in the remote."
11025 msgstr ""
11026
11027 #: builtin/push.c:277
11028 msgid ""
11029 "You cannot update a remote ref that points at a non-commit object,\n"
11030 "or update a remote ref to make it point at a non-commit object,\n"
11031 "without using the '--force' option.\n"
11032 msgstr ""
11033
11034 #: builtin/push.c:337
11035 #, c-format
11036 msgid "Pushing to %s\n"
11037 msgstr ""
11038
11039 #: builtin/push.c:341
11040 #, c-format
11041 msgid "failed to push some refs to '%s'"
11042 msgstr ""
11043
11044 #: builtin/push.c:372
11045 #, c-format
11046 msgid "bad repository '%s'"
11047 msgstr ""
11048
11049 #: builtin/push.c:373
11050 msgid ""
11051 "No configured push destination.\n"
11052 "Either specify the URL from the command-line or configure a remote "
11053 "repository using\n"
11054 "\n"
11055 " git remote add <name> <url>\n"
11056 "\n"
11057 "and then push using the remote name\n"
11058 "\n"
11059 " git push <name>\n"
11060 msgstr ""
11061
11062 #: builtin/push.c:391
11063 msgid "--all and --tags are incompatible"
11064 msgstr ""
11065
11066 #: builtin/push.c:392
11067 msgid "--all can't be combined with refspecs"
11068 msgstr ""
11069
11070 #: builtin/push.c:397
11071 msgid "--mirror and --tags are incompatible"
11072 msgstr ""
11073
11074 #: builtin/push.c:398
11075 msgid "--mirror can't be combined with refspecs"
11076 msgstr ""
11077
11078 #: builtin/push.c:403
11079 msgid "--all and --mirror are incompatible"
11080 msgstr ""
11081
11082 #: builtin/push.c:535
11083 msgid "repository"
11084 msgstr ""
11085
11086 #: builtin/push.c:536 builtin/send-pack.c:163
11087 msgid "push all refs"
11088 msgstr ""
11089
11090 #: builtin/push.c:537 builtin/send-pack.c:165
11091 msgid "mirror all refs"
11092 msgstr ""
11093
11094 #: builtin/push.c:539
11095 msgid "delete refs"
11096 msgstr ""
11097
11098 #: builtin/push.c:540
11099 msgid "push tags (can't be used with --all or --mirror)"
11100 msgstr ""
11101
11102 #: builtin/push.c:543 builtin/send-pack.c:166
11103 msgid "force updates"
11104 msgstr ""
11105
11106 #: builtin/push.c:545 builtin/send-pack.c:180
11107 msgid "refname>:<expect"
11108 msgstr ""
11109
11110 #: builtin/push.c:546 builtin/send-pack.c:181
11111 msgid "require old value of ref to be at this value"
11112 msgstr ""
11113
11114 #: builtin/push.c:549
11115 msgid "control recursive pushing of submodules"
11116 msgstr ""
11117
11118 #: builtin/push.c:551 builtin/send-pack.c:174
11119 msgid "use thin pack"
11120 msgstr ""
11121
11122 #: builtin/push.c:552 builtin/push.c:553 builtin/send-pack.c:160
11123 #: builtin/send-pack.c:161
11124 msgid "receive pack program"
11125 msgstr ""
11126
11127 #: builtin/push.c:554
11128 msgid "set upstream for git pull/status"
11129 msgstr ""
11130
11131 #: builtin/push.c:557
11132 msgid "prune locally removed refs"
11133 msgstr ""
11134
11135 #: builtin/push.c:559
11136 msgid "bypass pre-push hook"
11137 msgstr ""
11138
11139 #: builtin/push.c:560
11140 msgid "push missing but relevant tags"
11141 msgstr ""
11142
11143 #: builtin/push.c:563 builtin/send-pack.c:168
11144 msgid "GPG sign the push"
11145 msgstr ""
11146
11147 #: builtin/push.c:565 builtin/send-pack.c:175
11148 msgid "request atomic transaction on remote side"
11149 msgstr ""
11150
11151 #: builtin/push.c:566 builtin/send-pack.c:171
11152 msgid "server-specific"
11153 msgstr ""
11154
11155 #: builtin/push.c:566 builtin/send-pack.c:172
11156 msgid "option to transmit"
11157 msgstr ""
11158
11159 #: builtin/push.c:583
11160 msgid "--delete is incompatible with --all, --mirror and --tags"
11161 msgstr ""
11162
11163 #: builtin/push.c:585
11164 msgid "--delete doesn't make sense without any refs"
11165 msgstr ""
11166
11167 #: builtin/push.c:604
11168 msgid "push options must not have new line characters"
11169 msgstr ""
11170
11171 #: builtin/read-tree.c:40
11172 msgid ""
11173 "git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
11174 "[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
11175 "index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
11176 msgstr ""
11177
11178 #: builtin/read-tree.c:121
11179 msgid "write resulting index to <file>"
11180 msgstr ""
11181
11182 #: builtin/read-tree.c:124
11183 msgid "only empty the index"
11184 msgstr ""
11185
11186 #: builtin/read-tree.c:126
11187 msgid "Merging"
11188 msgstr ""
11189
11190 #: builtin/read-tree.c:128
11191 msgid "perform a merge in addition to a read"
11192 msgstr ""
11193
11194 #: builtin/read-tree.c:130
11195 msgid "3-way merge if no file level merging required"
11196 msgstr ""
11197
11198 #: builtin/read-tree.c:132
11199 msgid "3-way merge in presence of adds and removes"
11200 msgstr ""
11201
11202 #: builtin/read-tree.c:134
11203 msgid "same as -m, but discard unmerged entries"
11204 msgstr ""
11205
11206 #: builtin/read-tree.c:135
11207 msgid "<subdirectory>/"
11208 msgstr ""
11209
11210 #: builtin/read-tree.c:136
11211 msgid "read the tree into the index under <subdirectory>/"
11212 msgstr ""
11213
11214 #: builtin/read-tree.c:139
11215 msgid "update working tree with merge result"
11216 msgstr ""
11217
11218 #: builtin/read-tree.c:141
11219 msgid "gitignore"
11220 msgstr ""
11221
11222 #: builtin/read-tree.c:142
11223 msgid "allow explicitly ignored files to be overwritten"
11224 msgstr ""
11225
11226 #: builtin/read-tree.c:145
11227 msgid "don't check the working tree after merging"
11228 msgstr ""
11229
11230 #: builtin/read-tree.c:146
11231 msgid "don't update the index or the work tree"
11232 msgstr ""
11233
11234 #: builtin/read-tree.c:148
11235 msgid "skip applying sparse checkout filter"
11236 msgstr ""
11237
11238 #: builtin/read-tree.c:150
11239 msgid "debug unpack-trees"
11240 msgstr ""
11241
11242 #: builtin/rebase--helper.c:8
11243 msgid "git rebase--helper [<options>]"
11244 msgstr ""
11245
11246 #: builtin/rebase--helper.c:24
11247 msgid "keep empty commits"
11248 msgstr ""
11249
11250 #: builtin/rebase--helper.c:25
11251 msgid "continue rebase"
11252 msgstr ""
11253
11254 #: builtin/rebase--helper.c:27
11255 msgid "abort rebase"
11256 msgstr ""
11257
11258 #: builtin/rebase--helper.c:30
11259 msgid "make rebase script"
11260 msgstr ""
11261
11262 #: builtin/rebase--helper.c:32
11263 msgid "shorten commit ids in the todo list"
11264 msgstr ""
11265
11266 #: builtin/rebase--helper.c:34
11267 msgid "expand commit ids in the todo list"
11268 msgstr ""
11269
11270 #: builtin/rebase--helper.c:36
11271 msgid "check the todo list"
11272 msgstr ""
11273
11274 #: builtin/rebase--helper.c:38
11275 msgid "skip unnecessary picks"
11276 msgstr ""
11277
11278 #: builtin/rebase--helper.c:40
11279 msgid "rearrange fixup/squash lines"
11280 msgstr ""
11281
11282 #: builtin/rebase--helper.c:42
11283 msgid "insert exec commands in todo list"
11284 msgstr ""
11285
11286 #: builtin/receive-pack.c:30
11287 msgid "git receive-pack <git-dir>"
11288 msgstr ""
11289
11290 #: builtin/receive-pack.c:840
11291 msgid ""
11292 "By default, updating the current branch in a non-bare repository\n"
11293 "is denied, because it will make the index and work tree inconsistent\n"
11294 "with what you pushed, and will require 'git reset --hard' to match\n"
11295 "the work tree to HEAD.\n"
11296 "\n"
11297 "You can set the 'receive.denyCurrentBranch' configuration variable\n"
11298 "to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
11299 "its current branch; however, this is not recommended unless you\n"
11300 "arranged to update its work tree to match what you pushed in some\n"
11301 "other way.\n"
11302 "\n"
11303 "To squelch this message and still keep the default behaviour, set\n"
11304 "'receive.denyCurrentBranch' configuration variable to 'refuse'."
11305 msgstr ""
11306
11307 #: builtin/receive-pack.c:860
11308 msgid ""
11309 "By default, deleting the current branch is denied, because the next\n"
11310 "'git clone' won't result in any file checked out, causing confusion.\n"
11311 "\n"
11312 "You can set 'receive.denyDeleteCurrent' configuration variable to\n"
11313 "'warn' or 'ignore' in the remote repository to allow deleting the\n"
11314 "current branch, with or without a warning message.\n"
11315 "\n"
11316 "To squelch this message, you can set it to 'refuse'."
11317 msgstr ""
11318
11319 #: builtin/receive-pack.c:1933
11320 msgid "quiet"
11321 msgstr ""
11322
11323 #: builtin/receive-pack.c:1947
11324 msgid "You must specify a directory."
11325 msgstr ""
11326
11327 #: builtin/reflog.c:531 builtin/reflog.c:536
11328 #, c-format
11329 msgid "'%s' is not a valid timestamp"
11330 msgstr ""
11331
11332 #: builtin/remote.c:13
11333 msgid "git remote [-v | --verbose]"
11334 msgstr ""
11335
11336 #: builtin/remote.c:14
11337 msgid ""
11338 "git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
11339 "mirror=<fetch|push>] <name> <url>"
11340 msgstr ""
11341
11342 #: builtin/remote.c:15 builtin/remote.c:35
11343 msgid "git remote rename <old> <new>"
11344 msgstr ""
11345
11346 #: builtin/remote.c:16 builtin/remote.c:40
11347 msgid "git remote remove <name>"
11348 msgstr ""
11349
11350 #: builtin/remote.c:17 builtin/remote.c:45
11351 msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
11352 msgstr ""
11353
11354 #: builtin/remote.c:18
11355 msgid "git remote [-v | --verbose] show [-n] <name>"
11356 msgstr ""
11357
11358 #: builtin/remote.c:19
11359 msgid "git remote prune [-n | --dry-run] <name>"
11360 msgstr ""
11361
11362 #: builtin/remote.c:20
11363 msgid ""
11364 "git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
11365 msgstr ""
11366
11367 #: builtin/remote.c:21
11368 msgid "git remote set-branches [--add] <name> <branch>..."
11369 msgstr ""
11370
11371 #: builtin/remote.c:22 builtin/remote.c:71
11372 msgid "git remote get-url [--push] [--all] <name>"
11373 msgstr ""
11374
11375 #: builtin/remote.c:23 builtin/remote.c:76
11376 msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
11377 msgstr ""
11378
11379 #: builtin/remote.c:24 builtin/remote.c:77
11380 msgid "git remote set-url --add <name> <newurl>"
11381 msgstr ""
11382
11383 #: builtin/remote.c:25 builtin/remote.c:78
11384 msgid "git remote set-url --delete <name> <url>"
11385 msgstr ""
11386
11387 #: builtin/remote.c:30
11388 msgid "git remote add [<options>] <name> <url>"
11389 msgstr ""
11390
11391 #: builtin/remote.c:50
11392 msgid "git remote set-branches <name> <branch>..."
11393 msgstr ""
11394
11395 #: builtin/remote.c:51
11396 msgid "git remote set-branches --add <name> <branch>..."
11397 msgstr ""
11398
11399 #: builtin/remote.c:56
11400 msgid "git remote show [<options>] <name>"
11401 msgstr ""
11402
11403 #: builtin/remote.c:61
11404 msgid "git remote prune [<options>] <name>"
11405 msgstr ""
11406
11407 #: builtin/remote.c:66
11408 msgid "git remote update [<options>] [<group> | <remote>]..."
11409 msgstr ""
11410
11411 #: builtin/remote.c:95
11412 #, c-format
11413 msgid "Updating %s"
11414 msgstr ""
11415
11416 #: builtin/remote.c:127
11417 msgid ""
11418 "--mirror is dangerous and deprecated; please\n"
11419 "\t use --mirror=fetch or --mirror=push instead"
11420 msgstr ""
11421
11422 #: builtin/remote.c:144
11423 #, c-format
11424 msgid "unknown mirror argument: %s"
11425 msgstr ""
11426
11427 #: builtin/remote.c:160
11428 msgid "fetch the remote branches"
11429 msgstr ""
11430
11431 #: builtin/remote.c:162
11432 msgid "import all tags and associated objects when fetching"
11433 msgstr ""
11434
11435 #: builtin/remote.c:165
11436 msgid "or do not fetch any tag at all (--no-tags)"
11437 msgstr ""
11438
11439 #: builtin/remote.c:167
11440 msgid "branch(es) to track"
11441 msgstr ""
11442
11443 #: builtin/remote.c:168
11444 msgid "master branch"
11445 msgstr ""
11446
11447 #: builtin/remote.c:169
11448 msgid "push|fetch"
11449 msgstr ""
11450
11451 #: builtin/remote.c:170
11452 msgid "set up remote as a mirror to push to or fetch from"
11453 msgstr ""
11454
11455 #: builtin/remote.c:182
11456 msgid "specifying a master branch makes no sense with --mirror"
11457 msgstr ""
11458
11459 #: builtin/remote.c:184
11460 msgid "specifying branches to track makes sense only with fetch mirrors"
11461 msgstr ""
11462
11463 #: builtin/remote.c:191 builtin/remote.c:631
11464 #, c-format
11465 msgid "remote %s already exists."
11466 msgstr ""
11467
11468 #: builtin/remote.c:195 builtin/remote.c:635
11469 #, c-format
11470 msgid "'%s' is not a valid remote name"
11471 msgstr ""
11472
11473 #: builtin/remote.c:235
11474 #, c-format
11475 msgid "Could not setup master '%s'"
11476 msgstr ""
11477
11478 #: builtin/remote.c:337
11479 #, c-format
11480 msgid "Could not get fetch map for refspec %s"
11481 msgstr ""
11482
11483 #: builtin/remote.c:438 builtin/remote.c:446
11484 msgid "(matching)"
11485 msgstr ""
11486
11487 #: builtin/remote.c:450
11488 msgid "(delete)"
11489 msgstr ""
11490
11491 #: builtin/remote.c:624 builtin/remote.c:759 builtin/remote.c:858
11492 #, c-format
11493 msgid "No such remote: %s"
11494 msgstr ""
11495
11496 #: builtin/remote.c:641
11497 #, c-format
11498 msgid "Could not rename config section '%s' to '%s'"
11499 msgstr ""
11500
11501 #: builtin/remote.c:661
11502 #, c-format
11503 msgid ""
11504 "Not updating non-default fetch refspec\n"
11505 "\t%s\n"
11506 "\tPlease update the configuration manually if necessary."
11507 msgstr ""
11508
11509 #: builtin/remote.c:697
11510 #, c-format
11511 msgid "deleting '%s' failed"
11512 msgstr ""
11513
11514 #: builtin/remote.c:731
11515 #, c-format
11516 msgid "creating '%s' failed"
11517 msgstr ""
11518
11519 #: builtin/remote.c:796
11520 msgid ""
11521 "Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
11522 "to delete it, use:"
11523 msgid_plural ""
11524 "Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
11525 "to delete them, use:"
11526 msgstr[0] ""
11527 msgstr[1] ""
11528
11529 #: builtin/remote.c:810
11530 #, c-format
11531 msgid "Could not remove config section '%s'"
11532 msgstr ""
11533
11534 #: builtin/remote.c:911
11535 #, c-format
11536 msgid " new (next fetch will store in remotes/%s)"
11537 msgstr ""
11538
11539 #: builtin/remote.c:914
11540 msgid " tracked"
11541 msgstr ""
11542
11543 #: builtin/remote.c:916
11544 msgid " stale (use 'git remote prune' to remove)"
11545 msgstr ""
11546
11547 #: builtin/remote.c:918
11548 msgid " ???"
11549 msgstr ""
11550
11551 #: builtin/remote.c:959
11552 #, c-format
11553 msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
11554 msgstr ""
11555
11556 #: builtin/remote.c:967
11557 #, c-format
11558 msgid "rebases interactively onto remote %s"
11559 msgstr ""
11560
11561 #: builtin/remote.c:968
11562 #, c-format
11563 msgid "rebases onto remote %s"
11564 msgstr ""
11565
11566 #: builtin/remote.c:971
11567 #, c-format
11568 msgid " merges with remote %s"
11569 msgstr ""
11570
11571 #: builtin/remote.c:974
11572 #, c-format
11573 msgid "merges with remote %s"
11574 msgstr ""
11575
11576 #: builtin/remote.c:977
11577 #, c-format
11578 msgid "%-*s and with remote %s\n"
11579 msgstr ""
11580
11581 #: builtin/remote.c:1020
11582 msgid "create"
11583 msgstr ""
11584
11585 #: builtin/remote.c:1023
11586 msgid "delete"
11587 msgstr ""
11588
11589 #: builtin/remote.c:1027
11590 msgid "up to date"
11591 msgstr ""
11592
11593 #: builtin/remote.c:1030
11594 msgid "fast-forwardable"
11595 msgstr ""
11596
11597 #: builtin/remote.c:1033
11598 msgid "local out of date"
11599 msgstr ""
11600
11601 #: builtin/remote.c:1040
11602 #, c-format
11603 msgid " %-*s forces to %-*s (%s)"
11604 msgstr ""
11605
11606 #: builtin/remote.c:1043
11607 #, c-format
11608 msgid " %-*s pushes to %-*s (%s)"
11609 msgstr ""
11610
11611 #: builtin/remote.c:1047
11612 #, c-format
11613 msgid " %-*s forces to %s"
11614 msgstr ""
11615
11616 #: builtin/remote.c:1050
11617 #, c-format
11618 msgid " %-*s pushes to %s"
11619 msgstr ""
11620
11621 #: builtin/remote.c:1118
11622 msgid "do not query remotes"
11623 msgstr ""
11624
11625 #: builtin/remote.c:1145
11626 #, c-format
11627 msgid "* remote %s"
11628 msgstr ""
11629
11630 #: builtin/remote.c:1146
11631 #, c-format
11632 msgid " Fetch URL: %s"
11633 msgstr ""
11634
11635 #: builtin/remote.c:1147 builtin/remote.c:1163 builtin/remote.c:1302
11636 msgid "(no URL)"
11637 msgstr ""
11638
11639 #. TRANSLATORS: the colon ':' should align
11640 #. with the one in " Fetch URL: %s"
11641 #. translation.
11642 #.
11643 #: builtin/remote.c:1161 builtin/remote.c:1163
11644 #, c-format
11645 msgid " Push URL: %s"
11646 msgstr ""
11647
11648 #: builtin/remote.c:1165 builtin/remote.c:1167 builtin/remote.c:1169
11649 #, c-format
11650 msgid " HEAD branch: %s"
11651 msgstr ""
11652
11653 #: builtin/remote.c:1165
11654 msgid "(not queried)"
11655 msgstr ""
11656
11657 #: builtin/remote.c:1167
11658 msgid "(unknown)"
11659 msgstr ""
11660
11661 #: builtin/remote.c:1171
11662 #, c-format
11663 msgid ""
11664 " HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
11665 msgstr ""
11666
11667 #: builtin/remote.c:1183
11668 #, c-format
11669 msgid " Remote branch:%s"
11670 msgid_plural " Remote branches:%s"
11671 msgstr[0] ""
11672 msgstr[1] ""
11673
11674 #: builtin/remote.c:1186 builtin/remote.c:1212
11675 msgid " (status not queried)"
11676 msgstr ""
11677
11678 #: builtin/remote.c:1195
11679 msgid " Local branch configured for 'git pull':"
11680 msgid_plural " Local branches configured for 'git pull':"
11681 msgstr[0] ""
11682 msgstr[1] ""
11683
11684 #: builtin/remote.c:1203
11685 msgid " Local refs will be mirrored by 'git push'"
11686 msgstr ""
11687
11688 #: builtin/remote.c:1209
11689 #, c-format
11690 msgid " Local ref configured for 'git push'%s:"
11691 msgid_plural " Local refs configured for 'git push'%s:"
11692 msgstr[0] ""
11693 msgstr[1] ""
11694
11695 #: builtin/remote.c:1230
11696 msgid "set refs/remotes/<name>/HEAD according to remote"
11697 msgstr ""
11698
11699 #: builtin/remote.c:1232
11700 msgid "delete refs/remotes/<name>/HEAD"
11701 msgstr ""
11702
11703 #: builtin/remote.c:1247
11704 msgid "Cannot determine remote HEAD"
11705 msgstr ""
11706
11707 #: builtin/remote.c:1249
11708 msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
11709 msgstr ""
11710
11711 #: builtin/remote.c:1259
11712 #, c-format
11713 msgid "Could not delete %s"
11714 msgstr ""
11715
11716 #: builtin/remote.c:1267
11717 #, c-format
11718 msgid "Not a valid ref: %s"
11719 msgstr ""
11720
11721 #: builtin/remote.c:1269
11722 #, c-format
11723 msgid "Could not setup %s"
11724 msgstr ""
11725
11726 #: builtin/remote.c:1287
11727 #, c-format
11728 msgid " %s will become dangling!"
11729 msgstr ""
11730
11731 #: builtin/remote.c:1288
11732 #, c-format
11733 msgid " %s has become dangling!"
11734 msgstr ""
11735
11736 #: builtin/remote.c:1298
11737 #, c-format
11738 msgid "Pruning %s"
11739 msgstr ""
11740
11741 #: builtin/remote.c:1299
11742 #, c-format
11743 msgid "URL: %s"
11744 msgstr ""
11745
11746 #: builtin/remote.c:1315
11747 #, c-format
11748 msgid " * [would prune] %s"
11749 msgstr ""
11750
11751 #: builtin/remote.c:1318
11752 #, c-format
11753 msgid " * [pruned] %s"
11754 msgstr ""
11755
11756 #: builtin/remote.c:1363
11757 msgid "prune remotes after fetching"
11758 msgstr ""
11759
11760 #: builtin/remote.c:1426 builtin/remote.c:1480 builtin/remote.c:1548
11761 #, c-format
11762 msgid "No such remote '%s'"
11763 msgstr ""
11764
11765 #: builtin/remote.c:1442
11766 msgid "add branch"
11767 msgstr ""
11768
11769 #: builtin/remote.c:1449
11770 msgid "no remote specified"
11771 msgstr ""
11772
11773 #: builtin/remote.c:1466
11774 msgid "query push URLs rather than fetch URLs"
11775 msgstr ""
11776
11777 #: builtin/remote.c:1468
11778 msgid "return all URLs"
11779 msgstr ""
11780
11781 #: builtin/remote.c:1496
11782 #, c-format
11783 msgid "no URLs configured for remote '%s'"
11784 msgstr ""
11785
11786 #: builtin/remote.c:1522
11787 msgid "manipulate push URLs"
11788 msgstr ""
11789
11790 #: builtin/remote.c:1524
11791 msgid "add URL"
11792 msgstr ""
11793
11794 #: builtin/remote.c:1526
11795 msgid "delete URLs"
11796 msgstr ""
11797
11798 #: builtin/remote.c:1533
11799 msgid "--add --delete doesn't make sense"
11800 msgstr ""
11801
11802 #: builtin/remote.c:1572
11803 #, c-format
11804 msgid "Invalid old URL pattern: %s"
11805 msgstr ""
11806
11807 #: builtin/remote.c:1580
11808 #, c-format
11809 msgid "No such URL found: %s"
11810 msgstr ""
11811
11812 #: builtin/remote.c:1582
11813 msgid "Will not delete all non-push URLs"
11814 msgstr ""
11815
11816 #: builtin/remote.c:1598
11817 msgid "be verbose; must be placed before a subcommand"
11818 msgstr ""
11819
11820 #: builtin/remote.c:1629
11821 #, c-format
11822 msgid "Unknown subcommand: %s"
11823 msgstr ""
11824
11825 #: builtin/repack.c:18
11826 msgid "git repack [<options>]"
11827 msgstr ""
11828
11829 #: builtin/repack.c:23
11830 msgid ""
11831 "Incremental repacks are incompatible with bitmap indexes. Use\n"
11832 "--no-write-bitmap-index or disable the pack.writebitmaps configuration."
11833 msgstr ""
11834
11835 #: builtin/repack.c:168
11836 msgid "pack everything in a single pack"
11837 msgstr ""
11838
11839 #: builtin/repack.c:170
11840 msgid "same as -a, and turn unreachable objects loose"
11841 msgstr ""
11842
11843 #: builtin/repack.c:173
11844 msgid "remove redundant packs, and run git-prune-packed"
11845 msgstr ""
11846
11847 #: builtin/repack.c:175
11848 msgid "pass --no-reuse-delta to git-pack-objects"
11849 msgstr ""
11850
11851 #: builtin/repack.c:177
11852 msgid "pass --no-reuse-object to git-pack-objects"
11853 msgstr ""
11854
11855 #: builtin/repack.c:179
11856 msgid "do not run git-update-server-info"
11857 msgstr ""
11858
11859 #: builtin/repack.c:182
11860 msgid "pass --local to git-pack-objects"
11861 msgstr ""
11862
11863 #: builtin/repack.c:184
11864 msgid "write bitmap index"
11865 msgstr ""
11866
11867 #: builtin/repack.c:185
11868 msgid "approxidate"
11869 msgstr ""
11870
11871 #: builtin/repack.c:186
11872 msgid "with -A, do not loosen objects older than this"
11873 msgstr ""
11874
11875 #: builtin/repack.c:188
11876 msgid "with -a, repack unreachable objects"
11877 msgstr ""
11878
11879 #: builtin/repack.c:190
11880 msgid "size of the window used for delta compression"
11881 msgstr ""
11882
11883 #: builtin/repack.c:191 builtin/repack.c:197
11884 msgid "bytes"
11885 msgstr ""
11886
11887 #: builtin/repack.c:192
11888 msgid "same as the above, but limit memory size instead of entries count"
11889 msgstr ""
11890
11891 #: builtin/repack.c:194
11892 msgid "limits the maximum delta depth"
11893 msgstr ""
11894
11895 #: builtin/repack.c:196
11896 msgid "limits the maximum number of threads"
11897 msgstr ""
11898
11899 #: builtin/repack.c:198
11900 msgid "maximum size of each packfile"
11901 msgstr ""
11902
11903 #: builtin/repack.c:200
11904 msgid "repack objects in packs marked with .keep"
11905 msgstr ""
11906
11907 #: builtin/repack.c:210
11908 msgid "cannot delete packs in a precious-objects repo"
11909 msgstr ""
11910
11911 #: builtin/repack.c:214
11912 msgid "--keep-unreachable and -A are incompatible"
11913 msgstr ""
11914
11915 #: builtin/repack.c:406 builtin/worktree.c:146
11916 #, c-format
11917 msgid "failed to remove '%s'"
11918 msgstr ""
11919
11920 #: builtin/replace.c:20
11921 msgid "git replace [-f] <object> <replacement>"
11922 msgstr ""
11923
11924 #: builtin/replace.c:21
11925 msgid "git replace [-f] --edit <object>"
11926 msgstr ""
11927
11928 #: builtin/replace.c:22
11929 msgid "git replace [-f] --graft <commit> [<parent>...]"
11930 msgstr ""
11931
11932 #: builtin/replace.c:23
11933 msgid "git replace -d <object>..."
11934 msgstr ""
11935
11936 #: builtin/replace.c:24
11937 msgid "git replace [--format=<format>] [-l [<pattern>]]"
11938 msgstr ""
11939
11940 #: builtin/replace.c:331 builtin/replace.c:369 builtin/replace.c:397
11941 #, c-format
11942 msgid "Not a valid object name: '%s'"
11943 msgstr ""
11944
11945 #: builtin/replace.c:361
11946 #, c-format
11947 msgid "bad mergetag in commit '%s'"
11948 msgstr ""
11949
11950 #: builtin/replace.c:363
11951 #, c-format
11952 msgid "malformed mergetag in commit '%s'"
11953 msgstr ""
11954
11955 #: builtin/replace.c:374
11956 #, c-format
11957 msgid ""
11958 "original commit '%s' contains mergetag '%s' that is discarded; use --edit "
11959 "instead of --graft"
11960 msgstr ""
11961
11962 #: builtin/replace.c:407
11963 #, c-format
11964 msgid "the original commit '%s' has a gpg signature."
11965 msgstr ""
11966
11967 #: builtin/replace.c:408
11968 msgid "the signature will be removed in the replacement commit!"
11969 msgstr ""
11970
11971 #: builtin/replace.c:414
11972 #, c-format
11973 msgid "could not write replacement commit for: '%s'"
11974 msgstr ""
11975
11976 #: builtin/replace.c:438
11977 msgid "list replace refs"
11978 msgstr ""
11979
11980 #: builtin/replace.c:439
11981 msgid "delete replace refs"
11982 msgstr ""
11983
11984 #: builtin/replace.c:440
11985 msgid "edit existing object"
11986 msgstr ""
11987
11988 #: builtin/replace.c:441
11989 msgid "change a commit's parents"
11990 msgstr ""
11991
11992 #: builtin/replace.c:442
11993 msgid "replace the ref if it exists"
11994 msgstr ""
11995
11996 #: builtin/replace.c:443
11997 msgid "do not pretty-print contents for --edit"
11998 msgstr ""
11999
12000 #: builtin/replace.c:444
12001 msgid "use this format"
12002 msgstr ""
12003
12004 #: builtin/rerere.c:13
12005 msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
12006 msgstr ""
12007
12008 #: builtin/rerere.c:59
12009 msgid "register clean resolutions in index"
12010 msgstr ""
12011
12012 #: builtin/reset.c:29
12013 msgid ""
12014 "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
12015 msgstr ""
12016
12017 #: builtin/reset.c:30
12018 msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
12019 msgstr ""
12020
12021 #: builtin/reset.c:31
12022 msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
12023 msgstr ""
12024
12025 #: builtin/reset.c:37
12026 msgid "mixed"
12027 msgstr ""
12028
12029 #: builtin/reset.c:37
12030 msgid "soft"
12031 msgstr ""
12032
12033 #: builtin/reset.c:37
12034 msgid "hard"
12035 msgstr ""
12036
12037 #: builtin/reset.c:37
12038 msgid "merge"
12039 msgstr ""
12040
12041 #: builtin/reset.c:37
12042 msgid "keep"
12043 msgstr ""
12044
12045 #: builtin/reset.c:78
12046 msgid "You do not have a valid HEAD."
12047 msgstr ""
12048
12049 #: builtin/reset.c:80
12050 msgid "Failed to find tree of HEAD."
12051 msgstr ""
12052
12053 #: builtin/reset.c:86
12054 #, c-format
12055 msgid "Failed to find tree of %s."
12056 msgstr ""
12057
12058 #: builtin/reset.c:113
12059 #, c-format
12060 msgid "HEAD is now at %s"
12061 msgstr ""
12062
12063 #: builtin/reset.c:197
12064 #, c-format
12065 msgid "Cannot do a %s reset in the middle of a merge."
12066 msgstr ""
12067
12068 #: builtin/reset.c:297
12069 msgid "be quiet, only report errors"
12070 msgstr ""
12071
12072 #: builtin/reset.c:299
12073 msgid "reset HEAD and index"
12074 msgstr ""
12075
12076 #: builtin/reset.c:300
12077 msgid "reset only HEAD"
12078 msgstr ""
12079
12080 #: builtin/reset.c:302 builtin/reset.c:304
12081 msgid "reset HEAD, index and working tree"
12082 msgstr ""
12083
12084 #: builtin/reset.c:306
12085 msgid "reset HEAD but keep local changes"
12086 msgstr ""
12087
12088 #: builtin/reset.c:312
12089 msgid "record only the fact that removed paths will be added later"
12090 msgstr ""
12091
12092 #: builtin/reset.c:329
12093 #, c-format
12094 msgid "Failed to resolve '%s' as a valid revision."
12095 msgstr ""
12096
12097 #: builtin/reset.c:337
12098 #, c-format
12099 msgid "Failed to resolve '%s' as a valid tree."
12100 msgstr ""
12101
12102 #: builtin/reset.c:346
12103 msgid "--patch is incompatible with --{hard,mixed,soft}"
12104 msgstr ""
12105
12106 #: builtin/reset.c:355
12107 msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
12108 msgstr ""
12109
12110 #: builtin/reset.c:357
12111 #, c-format
12112 msgid "Cannot do %s reset with paths."
12113 msgstr ""
12114
12115 #: builtin/reset.c:367
12116 #, c-format
12117 msgid "%s reset is not allowed in a bare repository"
12118 msgstr ""
12119
12120 #: builtin/reset.c:371
12121 msgid "-N can only be used with --mixed"
12122 msgstr ""
12123
12124 #: builtin/reset.c:388
12125 msgid "Unstaged changes after reset:"
12126 msgstr ""
12127
12128 #: builtin/reset.c:394
12129 #, c-format
12130 msgid "Could not reset index file to revision '%s'."
12131 msgstr ""
12132
12133 #: builtin/reset.c:398
12134 msgid "Could not write new index file."
12135 msgstr ""
12136
12137 #: builtin/rev-list.c:399
12138 msgid "object filtering requires --objects"
12139 msgstr ""
12140
12141 #: builtin/rev-list.c:402
12142 #, c-format
12143 msgid "invalid sparse value '%s'"
12144 msgstr ""
12145
12146 #: builtin/rev-list.c:442
12147 msgid "rev-list does not support display of notes"
12148 msgstr ""
12149
12150 #: builtin/rev-list.c:445
12151 msgid "cannot combine --use-bitmap-index with object filtering"
12152 msgstr ""
12153
12154 #: builtin/rev-parse.c:402
12155 msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
12156 msgstr ""
12157
12158 #: builtin/rev-parse.c:407
12159 msgid "keep the `--` passed as an arg"
12160 msgstr ""
12161
12162 #: builtin/rev-parse.c:409
12163 msgid "stop parsing after the first non-option argument"
12164 msgstr ""
12165
12166 #: builtin/rev-parse.c:412
12167 msgid "output in stuck long form"
12168 msgstr ""
12169
12170 #: builtin/rev-parse.c:545
12171 msgid ""
12172 "git rev-parse --parseopt [<options>] -- [<args>...]\n"
12173 " or: git rev-parse --sq-quote [<arg>...]\n"
12174 " or: git rev-parse [<options>] [<arg>...]\n"
12175 "\n"
12176 "Run \"git rev-parse --parseopt -h\" for more information on the first usage."
12177 msgstr ""
12178
12179 #: builtin/revert.c:23
12180 msgid "git revert [<options>] <commit-ish>..."
12181 msgstr ""
12182
12183 #: builtin/revert.c:24
12184 msgid "git revert <subcommand>"
12185 msgstr ""
12186
12187 #: builtin/revert.c:29
12188 msgid "git cherry-pick [<options>] <commit-ish>..."
12189 msgstr ""
12190
12191 #: builtin/revert.c:30
12192 msgid "git cherry-pick <subcommand>"
12193 msgstr ""
12194
12195 #: builtin/revert.c:90
12196 #, c-format
12197 msgid "%s: %s cannot be used with %s"
12198 msgstr ""
12199
12200 #: builtin/revert.c:99
12201 msgid "end revert or cherry-pick sequence"
12202 msgstr ""
12203
12204 #: builtin/revert.c:100
12205 msgid "resume revert or cherry-pick sequence"
12206 msgstr ""
12207
12208 #: builtin/revert.c:101
12209 msgid "cancel revert or cherry-pick sequence"
12210 msgstr ""
12211
12212 #: builtin/revert.c:102
12213 msgid "don't automatically commit"
12214 msgstr ""
12215
12216 #: builtin/revert.c:103
12217 msgid "edit the commit message"
12218 msgstr ""
12219
12220 #: builtin/revert.c:106
12221 msgid "parent-number"
12222 msgstr ""
12223
12224 #: builtin/revert.c:107
12225 msgid "select mainline parent"
12226 msgstr ""
12227
12228 #: builtin/revert.c:109
12229 msgid "merge strategy"
12230 msgstr ""
12231
12232 #: builtin/revert.c:110
12233 msgid "option"
12234 msgstr ""
12235
12236 #: builtin/revert.c:111
12237 msgid "option for merge strategy"
12238 msgstr ""
12239
12240 #: builtin/revert.c:120
12241 msgid "append commit name"
12242 msgstr ""
12243
12244 #: builtin/revert.c:122
12245 msgid "preserve initially empty commits"
12246 msgstr ""
12247
12248 #: builtin/revert.c:123
12249 msgid "allow commits with empty messages"
12250 msgstr ""
12251
12252 #: builtin/revert.c:124
12253 msgid "keep redundant, empty commits"
12254 msgstr ""
12255
12256 #: builtin/revert.c:214
12257 msgid "revert failed"
12258 msgstr ""
12259
12260 #: builtin/revert.c:227
12261 msgid "cherry-pick failed"
12262 msgstr ""
12263
12264 #: builtin/rm.c:18
12265 msgid "git rm [<options>] [--] <file>..."
12266 msgstr ""
12267
12268 #: builtin/rm.c:206
12269 msgid ""
12270 "the following file has staged content different from both the\n"
12271 "file and the HEAD:"
12272 msgid_plural ""
12273 "the following files have staged content different from both the\n"
12274 "file and the HEAD:"
12275 msgstr[0] ""
12276 msgstr[1] ""
12277
12278 #: builtin/rm.c:211
12279 msgid ""
12280 "\n"
12281 "(use -f to force removal)"
12282 msgstr ""
12283
12284 #: builtin/rm.c:215
12285 msgid "the following file has changes staged in the index:"
12286 msgid_plural "the following files have changes staged in the index:"
12287 msgstr[0] ""
12288 msgstr[1] ""
12289
12290 #: builtin/rm.c:219 builtin/rm.c:228
12291 msgid ""
12292 "\n"
12293 "(use --cached to keep the file, or -f to force removal)"
12294 msgstr ""
12295
12296 #: builtin/rm.c:225
12297 msgid "the following file has local modifications:"
12298 msgid_plural "the following files have local modifications:"
12299 msgstr[0] ""
12300 msgstr[1] ""
12301
12302 #: builtin/rm.c:243
12303 msgid "do not list removed files"
12304 msgstr ""
12305
12306 #: builtin/rm.c:244
12307 msgid "only remove from the index"
12308 msgstr ""
12309
12310 #: builtin/rm.c:245
12311 msgid "override the up-to-date check"
12312 msgstr ""
12313
12314 #: builtin/rm.c:246
12315 msgid "allow recursive removal"
12316 msgstr ""
12317
12318 #: builtin/rm.c:248
12319 msgid "exit with a zero status even if nothing matched"
12320 msgstr ""
12321
12322 #: builtin/rm.c:307
12323 #, c-format
12324 msgid "not removing '%s' recursively without -r"
12325 msgstr ""
12326
12327 #: builtin/rm.c:346
12328 #, c-format
12329 msgid "git rm: unable to remove %s"
12330 msgstr ""
12331
12332 #: builtin/rm.c:369
12333 #, c-format
12334 msgid "could not remove '%s'"
12335 msgstr ""
12336
12337 #: builtin/send-pack.c:19
12338 msgid ""
12339 "git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
12340 "receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
12341 "[<ref>...]\n"
12342 " --all and explicit <ref> specification are mutually exclusive."
12343 msgstr ""
12344
12345 #: builtin/send-pack.c:162
12346 msgid "remote name"
12347 msgstr ""
12348
12349 #: builtin/send-pack.c:176
12350 msgid "use stateless RPC protocol"
12351 msgstr ""
12352
12353 #: builtin/send-pack.c:177
12354 msgid "read refs from stdin"
12355 msgstr ""
12356
12357 #: builtin/send-pack.c:178
12358 msgid "print status from remote helper"
12359 msgstr ""
12360
12361 #: builtin/shortlog.c:14
12362 msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"
12363 msgstr ""
12364
12365 #: builtin/shortlog.c:263
12366 msgid "Group by committer rather than author"
12367 msgstr ""
12368
12369 #: builtin/shortlog.c:265
12370 msgid "sort output according to the number of commits per author"
12371 msgstr ""
12372
12373 #: builtin/shortlog.c:267
12374 msgid "Suppress commit descriptions, only provides commit count"
12375 msgstr ""
12376
12377 #: builtin/shortlog.c:269
12378 msgid "Show the email address of each author"
12379 msgstr ""
12380
12381 #: builtin/shortlog.c:270
12382 msgid "w[,i1[,i2]]"
12383 msgstr ""
12384
12385 #: builtin/shortlog.c:271
12386 msgid "Linewrap output"
12387 msgstr ""
12388
12389 #: builtin/show-branch.c:12
12390 msgid ""
12391 "git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
12392 "\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
12393 "\t\t[--more=<n> | --list | --independent | --merge-base]\n"
12394 "\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
12395 msgstr ""
12396
12397 #: builtin/show-branch.c:16
12398 msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
12399 msgstr ""
12400
12401 #: builtin/show-branch.c:376
12402 #, c-format
12403 msgid "ignoring %s; cannot handle more than %d ref"
12404 msgid_plural "ignoring %s; cannot handle more than %d refs"
12405 msgstr[0] ""
12406 msgstr[1] ""
12407
12408 #: builtin/show-branch.c:530
12409 #, c-format
12410 msgid "no matching refs with %s"
12411 msgstr ""
12412
12413 #: builtin/show-branch.c:626
12414 msgid "show remote-tracking and local branches"
12415 msgstr ""
12416
12417 #: builtin/show-branch.c:628
12418 msgid "show remote-tracking branches"
12419 msgstr ""
12420
12421 #: builtin/show-branch.c:630
12422 msgid "color '*!+-' corresponding to the branch"
12423 msgstr ""
12424
12425 #: builtin/show-branch.c:632
12426 msgid "show <n> more commits after the common ancestor"
12427 msgstr ""
12428
12429 #: builtin/show-branch.c:634
12430 msgid "synonym to more=-1"
12431 msgstr ""
12432
12433 #: builtin/show-branch.c:635
12434 msgid "suppress naming strings"
12435 msgstr ""
12436
12437 #: builtin/show-branch.c:637
12438 msgid "include the current branch"
12439 msgstr ""
12440
12441 #: builtin/show-branch.c:639
12442 msgid "name commits with their object names"
12443 msgstr ""
12444
12445 #: builtin/show-branch.c:641
12446 msgid "show possible merge bases"
12447 msgstr ""
12448
12449 #: builtin/show-branch.c:643
12450 msgid "show refs unreachable from any other ref"
12451 msgstr ""
12452
12453 #: builtin/show-branch.c:645
12454 msgid "show commits in topological order"
12455 msgstr ""
12456
12457 #: builtin/show-branch.c:648
12458 msgid "show only commits not on the first branch"
12459 msgstr ""
12460
12461 #: builtin/show-branch.c:650
12462 msgid "show merges reachable from only one tip"
12463 msgstr ""
12464
12465 #: builtin/show-branch.c:652
12466 msgid "topologically sort, maintaining date order where possible"
12467 msgstr ""
12468
12469 #: builtin/show-branch.c:655
12470 msgid "<n>[,<base>]"
12471 msgstr ""
12472
12473 #: builtin/show-branch.c:656
12474 msgid "show <n> most recent ref-log entries starting at base"
12475 msgstr ""
12476
12477 #: builtin/show-branch.c:690
12478 msgid ""
12479 "--reflog is incompatible with --all, --remotes, --independent or --merge-base"
12480 msgstr ""
12481
12482 #: builtin/show-branch.c:714
12483 msgid "no branches given, and HEAD is not valid"
12484 msgstr ""
12485
12486 #: builtin/show-branch.c:717
12487 msgid "--reflog option needs one branch name"
12488 msgstr ""
12489
12490 #: builtin/show-branch.c:720
12491 #, c-format
12492 msgid "only %d entry can be shown at one time."
12493 msgid_plural "only %d entries can be shown at one time."
12494 msgstr[0] ""
12495 msgstr[1] ""
12496
12497 #: builtin/show-branch.c:724
12498 #, c-format
12499 msgid "no such ref %s"
12500 msgstr ""
12501
12502 #: builtin/show-branch.c:808
12503 #, c-format
12504 msgid "cannot handle more than %d rev."
12505 msgid_plural "cannot handle more than %d revs."
12506 msgstr[0] ""
12507 msgstr[1] ""
12508
12509 #: builtin/show-branch.c:812
12510 #, c-format
12511 msgid "'%s' is not a valid ref."
12512 msgstr ""
12513
12514 #: builtin/show-branch.c:815
12515 #, c-format
12516 msgid "cannot find commit %s (%s)"
12517 msgstr ""
12518
12519 #: builtin/show-ref.c:10
12520 msgid ""
12521 "git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
12522 "hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
12523 msgstr ""
12524
12525 #: builtin/show-ref.c:11
12526 msgid "git show-ref --exclude-existing[=<pattern>]"
12527 msgstr ""
12528
12529 #: builtin/show-ref.c:159
12530 msgid "only show tags (can be combined with heads)"
12531 msgstr ""
12532
12533 #: builtin/show-ref.c:160
12534 msgid "only show heads (can be combined with tags)"
12535 msgstr ""
12536
12537 #: builtin/show-ref.c:161
12538 msgid "stricter reference checking, requires exact ref path"
12539 msgstr ""
12540
12541 #: builtin/show-ref.c:164 builtin/show-ref.c:166
12542 msgid "show the HEAD reference, even if it would be filtered out"
12543 msgstr ""
12544
12545 #: builtin/show-ref.c:168
12546 msgid "dereference tags into object IDs"
12547 msgstr ""
12548
12549 #: builtin/show-ref.c:170
12550 msgid "only show SHA1 hash using <n> digits"
12551 msgstr ""
12552
12553 #: builtin/show-ref.c:174
12554 msgid "do not print results to stdout (useful with --verify)"
12555 msgstr ""
12556
12557 #: builtin/show-ref.c:176
12558 msgid "show refs from stdin that aren't in local repository"
12559 msgstr ""
12560
12561 #: builtin/stripspace.c:18
12562 msgid "git stripspace [-s | --strip-comments]"
12563 msgstr ""
12564
12565 #: builtin/stripspace.c:19
12566 msgid "git stripspace [-c | --comment-lines]"
12567 msgstr ""
12568
12569 #: builtin/stripspace.c:36
12570 msgid "skip and remove all lines starting with comment character"
12571 msgstr ""
12572
12573 #: builtin/stripspace.c:39
12574 msgid "prepend comment character and space to each line"
12575 msgstr ""
12576
12577 #: builtin/submodule--helper.c:34 builtin/submodule--helper.c:1332
12578 #, c-format
12579 msgid "No such ref: %s"
12580 msgstr ""
12581
12582 #: builtin/submodule--helper.c:41 builtin/submodule--helper.c:1341
12583 #, c-format
12584 msgid "Expecting a full ref name, got %s"
12585 msgstr ""
12586
12587 #: builtin/submodule--helper.c:81
12588 #, c-format
12589 msgid "cannot strip one component off url '%s'"
12590 msgstr ""
12591
12592 #: builtin/submodule--helper.c:370 builtin/submodule--helper.c:861
12593 msgid "alternative anchor for relative paths"
12594 msgstr ""
12595
12596 #: builtin/submodule--helper.c:375
12597 msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
12598 msgstr ""
12599
12600 #: builtin/submodule--helper.c:426 builtin/submodule--helper.c:449
12601 #, c-format
12602 msgid "No url found for submodule path '%s' in .gitmodules"
12603 msgstr ""
12604
12605 #: builtin/submodule--helper.c:464
12606 #, c-format
12607 msgid ""
12608 "could not lookup configuration '%s'. Assuming this repository is its own "
12609 "authoritative upstream."
12610 msgstr ""
12611
12612 #: builtin/submodule--helper.c:475
12613 #, c-format
12614 msgid "Failed to register url for submodule path '%s'"
12615 msgstr ""
12616
12617 #: builtin/submodule--helper.c:479
12618 #, c-format
12619 msgid "Submodule '%s' (%s) registered for path '%s'\n"
12620 msgstr ""
12621
12622 #: builtin/submodule--helper.c:489
12623 #, c-format
12624 msgid "warning: command update mode suggested for submodule '%s'\n"
12625 msgstr ""
12626
12627 #: builtin/submodule--helper.c:496
12628 #, c-format
12629 msgid "Failed to register update mode for submodule path '%s'"
12630 msgstr ""
12631
12632 #: builtin/submodule--helper.c:518
12633 msgid "Suppress output for initializing a submodule"
12634 msgstr ""
12635
12636 #: builtin/submodule--helper.c:523
12637 msgid "git submodule--helper init [<path>]"
12638 msgstr ""
12639
12640 #: builtin/submodule--helper.c:591 builtin/submodule--helper.c:713
12641 #, c-format
12642 msgid "no submodule mapping found in .gitmodules for path '%s'"
12643 msgstr ""
12644
12645 #: builtin/submodule--helper.c:626
12646 #, c-format
12647 msgid "could not resolve HEAD ref inside the submodule '%s'"
12648 msgstr ""
12649
12650 #: builtin/submodule--helper.c:653
12651 #, c-format
12652 msgid "failed to recurse into submodule '%s'"
12653 msgstr ""
12654
12655 #: builtin/submodule--helper.c:677
12656 msgid "Suppress submodule status output"
12657 msgstr ""
12658
12659 #: builtin/submodule--helper.c:678
12660 msgid ""
12661 "Use commit stored in the index instead of the one stored in the submodule "
12662 "HEAD"
12663 msgstr ""
12664
12665 #: builtin/submodule--helper.c:679
12666 msgid "recurse into nested submodules"
12667 msgstr ""
12668
12669 #: builtin/submodule--helper.c:684
12670 msgid "git submodule status [--quiet] [--cached] [--recursive] [<path>...]"
12671 msgstr ""
12672
12673 #: builtin/submodule--helper.c:708
12674 msgid "git submodule--helper name <path>"
12675 msgstr ""
12676
12677 #: builtin/submodule--helper.c:796 builtin/submodule--helper.c:799
12678 #, c-format
12679 msgid "submodule '%s' cannot add alternate: %s"
12680 msgstr ""
12681
12682 #: builtin/submodule--helper.c:835
12683 #, c-format
12684 msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
12685 msgstr ""
12686
12687 #: builtin/submodule--helper.c:842
12688 #, c-format
12689 msgid "Value '%s' for submodule.alternateLocation is not recognized"
12690 msgstr ""
12691
12692 #: builtin/submodule--helper.c:864
12693 msgid "where the new submodule will be cloned to"
12694 msgstr ""
12695
12696 #: builtin/submodule--helper.c:867
12697 msgid "name of the new submodule"
12698 msgstr ""
12699
12700 #: builtin/submodule--helper.c:870
12701 msgid "url where to clone the submodule from"
12702 msgstr ""
12703
12704 #: builtin/submodule--helper.c:876
12705 msgid "depth for shallow clones"
12706 msgstr ""
12707
12708 #: builtin/submodule--helper.c:879 builtin/submodule--helper.c:1250
12709 msgid "force cloning progress"
12710 msgstr ""
12711
12712 #: builtin/submodule--helper.c:884
12713 msgid ""
12714 "git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
12715 "<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
12716 msgstr ""
12717
12718 #: builtin/submodule--helper.c:915
12719 #, c-format
12720 msgid "clone of '%s' into submodule path '%s' failed"
12721 msgstr ""
12722
12723 #: builtin/submodule--helper.c:930
12724 #, c-format
12725 msgid "could not get submodule directory for '%s'"
12726 msgstr ""
12727
12728 #: builtin/submodule--helper.c:995
12729 #, c-format
12730 msgid "Submodule path '%s' not initialized"
12731 msgstr ""
12732
12733 #: builtin/submodule--helper.c:999
12734 msgid "Maybe you want to use 'update --init'?"
12735 msgstr ""
12736
12737 #: builtin/submodule--helper.c:1028
12738 #, c-format
12739 msgid "Skipping unmerged submodule %s"
12740 msgstr ""
12741
12742 #: builtin/submodule--helper.c:1057
12743 #, c-format
12744 msgid "Skipping submodule '%s'"
12745 msgstr ""
12746
12747 #: builtin/submodule--helper.c:1190
12748 #, c-format
12749 msgid "Failed to clone '%s'. Retry scheduled"
12750 msgstr ""
12751
12752 #: builtin/submodule--helper.c:1201
12753 #, c-format
12754 msgid "Failed to clone '%s' a second time, aborting"
12755 msgstr ""
12756
12757 #: builtin/submodule--helper.c:1231 builtin/submodule--helper.c:1451
12758 msgid "path into the working tree"
12759 msgstr ""
12760
12761 #: builtin/submodule--helper.c:1234
12762 msgid "path into the working tree, across nested submodule boundaries"
12763 msgstr ""
12764
12765 #: builtin/submodule--helper.c:1238
12766 msgid "rebase, merge, checkout or none"
12767 msgstr ""
12768
12769 #: builtin/submodule--helper.c:1242
12770 msgid "Create a shallow clone truncated to the specified number of revisions"
12771 msgstr ""
12772
12773 #: builtin/submodule--helper.c:1245
12774 msgid "parallel jobs"
12775 msgstr ""
12776
12777 #: builtin/submodule--helper.c:1247
12778 msgid "whether the initial clone should follow the shallow recommendation"
12779 msgstr ""
12780
12781 #: builtin/submodule--helper.c:1248
12782 msgid "don't print cloning progress"
12783 msgstr ""
12784
12785 #: builtin/submodule--helper.c:1255
12786 msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
12787 msgstr ""
12788
12789 #: builtin/submodule--helper.c:1268
12790 msgid "bad value for update parameter"
12791 msgstr ""
12792
12793 #: builtin/submodule--helper.c:1336
12794 #, c-format
12795 msgid ""
12796 "Submodule (%s) branch configured to inherit branch from superproject, but "
12797 "the superproject is not on any branch"
12798 msgstr ""
12799
12800 #: builtin/submodule--helper.c:1452
12801 msgid "recurse into submodules"
12802 msgstr ""
12803
12804 #: builtin/submodule--helper.c:1458
12805 msgid "git submodule--helper embed-git-dir [<path>...]"
12806 msgstr ""
12807
12808 #: builtin/submodule--helper.c:1517
12809 #, c-format
12810 msgid "%s doesn't support --super-prefix"
12811 msgstr ""
12812
12813 #: builtin/submodule--helper.c:1523
12814 #, c-format
12815 msgid "'%s' is not a valid submodule--helper subcommand"
12816 msgstr ""
12817
12818 #: builtin/symbolic-ref.c:8
12819 msgid "git symbolic-ref [<options>] <name> [<ref>]"
12820 msgstr ""
12821
12822 #: builtin/symbolic-ref.c:9
12823 msgid "git symbolic-ref -d [-q] <name>"
12824 msgstr ""
12825
12826 #: builtin/symbolic-ref.c:40
12827 msgid "suppress error message for non-symbolic (detached) refs"
12828 msgstr ""
12829
12830 #: builtin/symbolic-ref.c:41
12831 msgid "delete symbolic ref"
12832 msgstr ""
12833
12834 #: builtin/symbolic-ref.c:42
12835 msgid "shorten ref output"
12836 msgstr ""
12837
12838 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
12839 msgid "reason"
12840 msgstr ""
12841
12842 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
12843 msgid "reason of the update"
12844 msgstr ""
12845
12846 #: builtin/tag.c:24
12847 msgid ""
12848 "git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
12849 "[<head>]"
12850 msgstr ""
12851
12852 #: builtin/tag.c:25
12853 msgid "git tag -d <tagname>..."
12854 msgstr ""
12855
12856 #: builtin/tag.c:26
12857 msgid ""
12858 "git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
12859 "points-at <object>]\n"
12860 "\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
12861 msgstr ""
12862
12863 #: builtin/tag.c:28
12864 msgid "git tag -v [--format=<format>] <tagname>..."
12865 msgstr ""
12866
12867 #: builtin/tag.c:86
12868 #, c-format
12869 msgid "tag '%s' not found."
12870 msgstr ""
12871
12872 #: builtin/tag.c:102
12873 #, c-format
12874 msgid "Deleted tag '%s' (was %s)\n"
12875 msgstr ""
12876
12877 #: builtin/tag.c:131
12878 #, c-format
12879 msgid ""
12880 "\n"
12881 "Write a message for tag:\n"
12882 " %s\n"
12883 "Lines starting with '%c' will be ignored.\n"
12884 msgstr ""
12885
12886 #: builtin/tag.c:135
12887 #, c-format
12888 msgid ""
12889 "\n"
12890 "Write a message for tag:\n"
12891 " %s\n"
12892 "Lines starting with '%c' will be kept; you may remove them yourself if you "
12893 "want to.\n"
12894 msgstr ""
12895
12896 #: builtin/tag.c:189
12897 msgid "unable to sign the tag"
12898 msgstr ""
12899
12900 #: builtin/tag.c:191
12901 msgid "unable to write tag file"
12902 msgstr ""
12903
12904 #: builtin/tag.c:215
12905 msgid "bad object type."
12906 msgstr ""
12907
12908 #: builtin/tag.c:261
12909 msgid "no tag message?"
12910 msgstr ""
12911
12912 #: builtin/tag.c:268
12913 #, c-format
12914 msgid "The tag message has been left in %s\n"
12915 msgstr ""
12916
12917 #: builtin/tag.c:376
12918 msgid "list tag names"
12919 msgstr ""
12920
12921 #: builtin/tag.c:378
12922 msgid "print <n> lines of each tag message"
12923 msgstr ""
12924
12925 #: builtin/tag.c:380
12926 msgid "delete tags"
12927 msgstr ""
12928
12929 #: builtin/tag.c:381
12930 msgid "verify tags"
12931 msgstr ""
12932
12933 #: builtin/tag.c:383
12934 msgid "Tag creation options"
12935 msgstr ""
12936
12937 #: builtin/tag.c:385
12938 msgid "annotated tag, needs a message"
12939 msgstr ""
12940
12941 #: builtin/tag.c:387
12942 msgid "tag message"
12943 msgstr ""
12944
12945 #: builtin/tag.c:389
12946 msgid "annotated and GPG-signed tag"
12947 msgstr ""
12948
12949 #: builtin/tag.c:393
12950 msgid "use another key to sign the tag"
12951 msgstr ""
12952
12953 #: builtin/tag.c:394
12954 msgid "replace the tag if exists"
12955 msgstr ""
12956
12957 #: builtin/tag.c:395 builtin/update-ref.c:368
12958 msgid "create a reflog"
12959 msgstr ""
12960
12961 #: builtin/tag.c:397
12962 msgid "Tag listing options"
12963 msgstr ""
12964
12965 #: builtin/tag.c:398
12966 msgid "show tag list in columns"
12967 msgstr ""
12968
12969 #: builtin/tag.c:399 builtin/tag.c:401
12970 msgid "print only tags that contain the commit"
12971 msgstr ""
12972
12973 #: builtin/tag.c:400 builtin/tag.c:402
12974 msgid "print only tags that don't contain the commit"
12975 msgstr ""
12976
12977 #: builtin/tag.c:403
12978 msgid "print only tags that are merged"
12979 msgstr ""
12980
12981 #: builtin/tag.c:404
12982 msgid "print only tags that are not merged"
12983 msgstr ""
12984
12985 #: builtin/tag.c:409
12986 msgid "print only tags of the object"
12987 msgstr ""
12988
12989 #: builtin/tag.c:453
12990 msgid "--column and -n are incompatible"
12991 msgstr ""
12992
12993 #: builtin/tag.c:475
12994 msgid "-n option is only allowed in list mode"
12995 msgstr ""
12996
12997 #: builtin/tag.c:477
12998 msgid "--contains option is only allowed in list mode"
12999 msgstr ""
13000
13001 #: builtin/tag.c:479
13002 msgid "--no-contains option is only allowed in list mode"
13003 msgstr ""
13004
13005 #: builtin/tag.c:481
13006 msgid "--points-at option is only allowed in list mode"
13007 msgstr ""
13008
13009 #: builtin/tag.c:483
13010 msgid "--merged and --no-merged options are only allowed in list mode"
13011 msgstr ""
13012
13013 #: builtin/tag.c:494
13014 msgid "only one -F or -m option is allowed."
13015 msgstr ""
13016
13017 #: builtin/tag.c:513
13018 msgid "too many params"
13019 msgstr ""
13020
13021 #: builtin/tag.c:519
13022 #, c-format
13023 msgid "'%s' is not a valid tag name."
13024 msgstr ""
13025
13026 #: builtin/tag.c:524
13027 #, c-format
13028 msgid "tag '%s' already exists"
13029 msgstr ""
13030
13031 #: builtin/tag.c:554
13032 #, c-format
13033 msgid "Updated tag '%s' (was %s)\n"
13034 msgstr ""
13035
13036 #: builtin/unpack-objects.c:494
13037 msgid "Unpacking objects"
13038 msgstr ""
13039
13040 #: builtin/update-index.c:82
13041 #, c-format
13042 msgid "failed to create directory %s"
13043 msgstr ""
13044
13045 #: builtin/update-index.c:88
13046 #, c-format
13047 msgid "failed to stat %s"
13048 msgstr ""
13049
13050 #: builtin/update-index.c:98
13051 #, c-format
13052 msgid "failed to create file %s"
13053 msgstr ""
13054
13055 #: builtin/update-index.c:106
13056 #, c-format
13057 msgid "failed to delete file %s"
13058 msgstr ""
13059
13060 #: builtin/update-index.c:113 builtin/update-index.c:219
13061 #, c-format
13062 msgid "failed to delete directory %s"
13063 msgstr ""
13064
13065 #: builtin/update-index.c:138
13066 #, c-format
13067 msgid "Testing mtime in '%s' "
13068 msgstr ""
13069
13070 #: builtin/update-index.c:152
13071 msgid "directory stat info does not change after adding a new file"
13072 msgstr ""
13073
13074 #: builtin/update-index.c:165
13075 msgid "directory stat info does not change after adding a new directory"
13076 msgstr ""
13077
13078 #: builtin/update-index.c:178
13079 msgid "directory stat info changes after updating a file"
13080 msgstr ""
13081
13082 #: builtin/update-index.c:189
13083 msgid "directory stat info changes after adding a file inside subdirectory"
13084 msgstr ""
13085
13086 #: builtin/update-index.c:200
13087 msgid "directory stat info does not change after deleting a file"
13088 msgstr ""
13089
13090 #: builtin/update-index.c:213
13091 msgid "directory stat info does not change after deleting a directory"
13092 msgstr ""
13093
13094 #: builtin/update-index.c:220
13095 msgid " OK"
13096 msgstr ""
13097
13098 #: builtin/update-index.c:579
13099 msgid "git update-index [<options>] [--] [<file>...]"
13100 msgstr ""
13101
13102 #: builtin/update-index.c:936
13103 msgid "continue refresh even when index needs update"
13104 msgstr ""
13105
13106 #: builtin/update-index.c:939
13107 msgid "refresh: ignore submodules"
13108 msgstr ""
13109
13110 #: builtin/update-index.c:942
13111 msgid "do not ignore new files"
13112 msgstr ""
13113
13114 #: builtin/update-index.c:944
13115 msgid "let files replace directories and vice-versa"
13116 msgstr ""
13117
13118 #: builtin/update-index.c:946
13119 msgid "notice files missing from worktree"
13120 msgstr ""
13121
13122 #: builtin/update-index.c:948
13123 msgid "refresh even if index contains unmerged entries"
13124 msgstr ""
13125
13126 #: builtin/update-index.c:951
13127 msgid "refresh stat information"
13128 msgstr ""
13129
13130 #: builtin/update-index.c:955
13131 msgid "like --refresh, but ignore assume-unchanged setting"
13132 msgstr ""
13133
13134 #: builtin/update-index.c:959
13135 msgid "<mode>,<object>,<path>"
13136 msgstr ""
13137
13138 #: builtin/update-index.c:960
13139 msgid "add the specified entry to the index"
13140 msgstr ""
13141
13142 #: builtin/update-index.c:969
13143 msgid "mark files as \"not changing\""
13144 msgstr ""
13145
13146 #: builtin/update-index.c:972
13147 msgid "clear assumed-unchanged bit"
13148 msgstr ""
13149
13150 #: builtin/update-index.c:975
13151 msgid "mark files as \"index-only\""
13152 msgstr ""
13153
13154 #: builtin/update-index.c:978
13155 msgid "clear skip-worktree bit"
13156 msgstr ""
13157
13158 #: builtin/update-index.c:981
13159 msgid "add to index only; do not add content to object database"
13160 msgstr ""
13161
13162 #: builtin/update-index.c:983
13163 msgid "remove named paths even if present in worktree"
13164 msgstr ""
13165
13166 #: builtin/update-index.c:985
13167 msgid "with --stdin: input lines are terminated by null bytes"
13168 msgstr ""
13169
13170 #: builtin/update-index.c:987
13171 msgid "read list of paths to be updated from standard input"
13172 msgstr ""
13173
13174 #: builtin/update-index.c:991
13175 msgid "add entries from standard input to the index"
13176 msgstr ""
13177
13178 #: builtin/update-index.c:995
13179 msgid "repopulate stages #2 and #3 for the listed paths"
13180 msgstr ""
13181
13182 #: builtin/update-index.c:999
13183 msgid "only update entries that differ from HEAD"
13184 msgstr ""
13185
13186 #: builtin/update-index.c:1003
13187 msgid "ignore files missing from worktree"
13188 msgstr ""
13189
13190 #: builtin/update-index.c:1006
13191 msgid "report actions to standard output"
13192 msgstr ""
13193
13194 #: builtin/update-index.c:1008
13195 msgid "(for porcelains) forget saved unresolved conflicts"
13196 msgstr ""
13197
13198 #: builtin/update-index.c:1012
13199 msgid "write index in this format"
13200 msgstr ""
13201
13202 #: builtin/update-index.c:1014
13203 msgid "enable or disable split index"
13204 msgstr ""
13205
13206 #: builtin/update-index.c:1016
13207 msgid "enable/disable untracked cache"
13208 msgstr ""
13209
13210 #: builtin/update-index.c:1018
13211 msgid "test if the filesystem supports untracked cache"
13212 msgstr ""
13213
13214 #: builtin/update-index.c:1020
13215 msgid "enable untracked cache without testing the filesystem"
13216 msgstr ""
13217
13218 #: builtin/update-index.c:1022
13219 msgid "write out the index even if is not flagged as changed"
13220 msgstr ""
13221
13222 #: builtin/update-index.c:1024
13223 msgid "enable or disable file system monitor"
13224 msgstr ""
13225
13226 #: builtin/update-index.c:1026
13227 msgid "mark files as fsmonitor valid"
13228 msgstr ""
13229
13230 #: builtin/update-index.c:1029
13231 msgid "clear fsmonitor valid bit"
13232 msgstr ""
13233
13234 #: builtin/update-index.c:1127
13235 msgid ""
13236 "core.splitIndex is set to false; remove or change it, if you really want to "
13237 "enable split index"
13238 msgstr ""
13239
13240 #: builtin/update-index.c:1136
13241 msgid ""
13242 "core.splitIndex is set to true; remove or change it, if you really want to "
13243 "disable split index"
13244 msgstr ""
13245
13246 #: builtin/update-index.c:1147
13247 msgid ""
13248 "core.untrackedCache is set to true; remove or change it, if you really want "
13249 "to disable the untracked cache"
13250 msgstr ""
13251
13252 #: builtin/update-index.c:1151
13253 msgid "Untracked cache disabled"
13254 msgstr ""
13255
13256 #: builtin/update-index.c:1159
13257 msgid ""
13258 "core.untrackedCache is set to false; remove or change it, if you really want "
13259 "to enable the untracked cache"
13260 msgstr ""
13261
13262 #: builtin/update-index.c:1163
13263 #, c-format
13264 msgid "Untracked cache enabled for '%s'"
13265 msgstr ""
13266
13267 #: builtin/update-index.c:1171
13268 msgid "core.fsmonitor is unset; set it if you really want to enable fsmonitor"
13269 msgstr ""
13270
13271 #: builtin/update-index.c:1175
13272 msgid "fsmonitor enabled"
13273 msgstr ""
13274
13275 #: builtin/update-index.c:1178
13276 msgid ""
13277 "core.fsmonitor is set; remove it if you really want to disable fsmonitor"
13278 msgstr ""
13279
13280 #: builtin/update-index.c:1182
13281 msgid "fsmonitor disabled"
13282 msgstr ""
13283
13284 #: builtin/update-ref.c:10
13285 msgid "git update-ref [<options>] -d <refname> [<old-val>]"
13286 msgstr ""
13287
13288 #: builtin/update-ref.c:11
13289 msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"
13290 msgstr ""
13291
13292 #: builtin/update-ref.c:12
13293 msgid "git update-ref [<options>] --stdin [-z]"
13294 msgstr ""
13295
13296 #: builtin/update-ref.c:363
13297 msgid "delete the reference"
13298 msgstr ""
13299
13300 #: builtin/update-ref.c:365
13301 msgid "update <refname> not the one it points to"
13302 msgstr ""
13303
13304 #: builtin/update-ref.c:366
13305 msgid "stdin has NUL-terminated arguments"
13306 msgstr ""
13307
13308 #: builtin/update-ref.c:367
13309 msgid "read updates from stdin"
13310 msgstr ""
13311
13312 #: builtin/update-server-info.c:7
13313 msgid "git update-server-info [--force]"
13314 msgstr ""
13315
13316 #: builtin/update-server-info.c:15
13317 msgid "update the info files from scratch"
13318 msgstr ""
13319
13320 #: builtin/verify-commit.c:18
13321 msgid "git verify-commit [-v | --verbose] <commit>..."
13322 msgstr ""
13323
13324 #: builtin/verify-commit.c:73
13325 msgid "print commit contents"
13326 msgstr ""
13327
13328 #: builtin/verify-commit.c:74 builtin/verify-tag.c:38
13329 msgid "print raw gpg status output"
13330 msgstr ""
13331
13332 #: builtin/verify-pack.c:55
13333 msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
13334 msgstr ""
13335
13336 #: builtin/verify-pack.c:65
13337 msgid "verbose"
13338 msgstr ""
13339
13340 #: builtin/verify-pack.c:67
13341 msgid "show statistics only"
13342 msgstr ""
13343
13344 #: builtin/verify-tag.c:19
13345 msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
13346 msgstr ""
13347
13348 #: builtin/verify-tag.c:37
13349 msgid "print tag contents"
13350 msgstr ""
13351
13352 #: builtin/worktree.c:17
13353 msgid "git worktree add [<options>] <path> [<branch>]"
13354 msgstr ""
13355
13356 #: builtin/worktree.c:18
13357 msgid "git worktree list [<options>]"
13358 msgstr ""
13359
13360 #: builtin/worktree.c:19
13361 msgid "git worktree lock [<options>] <path>"
13362 msgstr ""
13363
13364 #: builtin/worktree.c:20
13365 msgid "git worktree prune [<options>]"
13366 msgstr ""
13367
13368 #: builtin/worktree.c:21
13369 msgid "git worktree unlock <path>"
13370 msgstr ""
13371
13372 #: builtin/worktree.c:58
13373 #, c-format
13374 msgid "Removing worktrees/%s: not a valid directory"
13375 msgstr ""
13376
13377 #: builtin/worktree.c:64
13378 #, c-format
13379 msgid "Removing worktrees/%s: gitdir file does not exist"
13380 msgstr ""
13381
13382 #: builtin/worktree.c:69 builtin/worktree.c:78
13383 #, c-format
13384 msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
13385 msgstr ""
13386
13387 #: builtin/worktree.c:88
13388 #, c-format
13389 msgid ""
13390 "Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "
13391 "%<PRIuMAX>)"
13392 msgstr ""
13393
13394 #: builtin/worktree.c:96
13395 #, c-format
13396 msgid "Removing worktrees/%s: invalid gitdir file"
13397 msgstr ""
13398
13399 #: builtin/worktree.c:112
13400 #, c-format
13401 msgid "Removing worktrees/%s: gitdir file points to non-existent location"
13402 msgstr ""
13403
13404 #: builtin/worktree.c:159
13405 msgid "report pruned working trees"
13406 msgstr ""
13407
13408 #: builtin/worktree.c:161
13409 msgid "expire working trees older than <time>"
13410 msgstr ""
13411
13412 #: builtin/worktree.c:236
13413 #, c-format
13414 msgid "'%s' already exists"
13415 msgstr ""
13416
13417 #: builtin/worktree.c:267
13418 #, c-format
13419 msgid "could not create directory of '%s'"
13420 msgstr ""
13421
13422 #: builtin/worktree.c:306
13423 #, c-format
13424 msgid "Preparing %s (identifier %s)"
13425 msgstr ""
13426
13427 #: builtin/worktree.c:368
13428 msgid "checkout <branch> even if already checked out in other worktree"
13429 msgstr ""
13430
13431 #: builtin/worktree.c:370
13432 msgid "create a new branch"
13433 msgstr ""
13434
13435 #: builtin/worktree.c:372
13436 msgid "create or reset a branch"
13437 msgstr ""
13438
13439 #: builtin/worktree.c:374
13440 msgid "populate the new working tree"
13441 msgstr ""
13442
13443 #: builtin/worktree.c:375
13444 msgid "keep the new working tree locked"
13445 msgstr ""
13446
13447 #: builtin/worktree.c:377
13448 msgid "set up tracking mode (see git-branch(1))"
13449 msgstr ""
13450
13451 #: builtin/worktree.c:380
13452 msgid "try to match the new branch name with a remote-tracking branch"
13453 msgstr ""
13454
13455 #: builtin/worktree.c:388
13456 msgid "-b, -B, and --detach are mutually exclusive"
13457 msgstr ""
13458
13459 #: builtin/worktree.c:453
13460 msgid "--[no-]track can only be used if a new branch is created"
13461 msgstr ""
13462
13463 #: builtin/worktree.c:553
13464 msgid "reason for locking"
13465 msgstr ""
13466
13467 #: builtin/worktree.c:565 builtin/worktree.c:598
13468 #, c-format
13469 msgid "'%s' is not a working tree"
13470 msgstr ""
13471
13472 #: builtin/worktree.c:567 builtin/worktree.c:600
13473 msgid "The main working tree cannot be locked or unlocked"
13474 msgstr ""
13475
13476 #: builtin/worktree.c:572
13477 #, c-format
13478 msgid "'%s' is already locked, reason: %s"
13479 msgstr ""
13480
13481 #: builtin/worktree.c:574
13482 #, c-format
13483 msgid "'%s' is already locked"
13484 msgstr ""
13485
13486 #: builtin/worktree.c:602
13487 #, c-format
13488 msgid "'%s' is not locked"
13489 msgstr ""
13490
13491 #: builtin/write-tree.c:14
13492 msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
13493 msgstr ""
13494
13495 #: builtin/write-tree.c:27
13496 msgid "<prefix>/"
13497 msgstr ""
13498
13499 #: builtin/write-tree.c:28
13500 msgid "write tree object for a subdirectory <prefix>"
13501 msgstr ""
13502
13503 #: builtin/write-tree.c:31
13504 msgid "only useful for debugging"
13505 msgstr ""
13506
13507 #: upload-pack.c:24
13508 msgid "git upload-pack [<options>] <dir>"
13509 msgstr ""
13510
13511 #: upload-pack.c:1041
13512 msgid "quit after a single request/response exchange"
13513 msgstr ""
13514
13515 #: upload-pack.c:1043
13516 msgid "exit immediately after initial ref advertisement"
13517 msgstr ""
13518
13519 #: upload-pack.c:1045
13520 msgid "do not try <directory>/.git/ if <directory> is no Git directory"
13521 msgstr ""
13522
13523 #: upload-pack.c:1047
13524 msgid "interrupt transfer after <n> seconds of inactivity"
13525 msgstr ""
13526
13527 #: credential-cache--daemon.c:222
13528 #, c-format
13529 msgid ""
13530 "The permissions on your socket directory are too loose; other\n"
13531 "users may be able to read your cached credentials. Consider running:\n"
13532 "\n"
13533 "\tchmod 0700 %s"
13534 msgstr ""
13535
13536 #: credential-cache--daemon.c:271
13537 msgid "print debugging messages to stderr"
13538 msgstr ""
13539
13540 #: git.c:15
13541 msgid ""
13542 "'git help -a' and 'git help -g' list available subcommands and some\n"
13543 "concept guides. See 'git help <command>' or 'git help <concept>'\n"
13544 "to read about a specific subcommand or concept."
13545 msgstr ""
13546
13547 #: http.c:339
13548 #, c-format
13549 msgid "negative value for http.postbuffer; defaulting to %d"
13550 msgstr ""
13551
13552 #: http.c:360
13553 msgid "Delegation control is not supported with cURL < 7.22.0"
13554 msgstr ""
13555
13556 #: http.c:369
13557 msgid "Public key pinning not supported with cURL < 7.44.0"
13558 msgstr ""
13559
13560 #: http.c:1791
13561 #, c-format
13562 msgid ""
13563 "unable to update url base from redirection:\n"
13564 " asked for: %s\n"
13565 " redirect: %s"
13566 msgstr ""
13567
13568 #: remote-curl.c:324
13569 #, c-format
13570 msgid "redirecting to %s"
13571 msgstr ""
13572
13573 #: list-objects-filter-options.h:54
13574 msgid "args"
13575 msgstr ""
13576
13577 #: list-objects-filter-options.h:55
13578 msgid "object filtering"
13579 msgstr ""
13580
13581 #: common-cmds.h:9
13582 msgid "start a working area (see also: git help tutorial)"
13583 msgstr ""
13584
13585 #: common-cmds.h:10
13586 msgid "work on the current change (see also: git help everyday)"
13587 msgstr ""
13588
13589 #: common-cmds.h:11
13590 msgid "examine the history and state (see also: git help revisions)"
13591 msgstr ""
13592
13593 #: common-cmds.h:12
13594 msgid "grow, mark and tweak your common history"
13595 msgstr ""
13596
13597 #: common-cmds.h:13
13598 msgid "collaborate (see also: git help workflows)"
13599 msgstr ""
13600
13601 #: common-cmds.h:17
13602 msgid "Add file contents to the index"
13603 msgstr ""
13604
13605 #: common-cmds.h:18
13606 msgid "Use binary search to find the commit that introduced a bug"
13607 msgstr ""
13608
13609 #: common-cmds.h:19
13610 msgid "List, create, or delete branches"
13611 msgstr ""
13612
13613 #: common-cmds.h:20
13614 msgid "Switch branches or restore working tree files"
13615 msgstr ""
13616
13617 #: common-cmds.h:21
13618 msgid "Clone a repository into a new directory"
13619 msgstr ""
13620
13621 #: common-cmds.h:22
13622 msgid "Record changes to the repository"
13623 msgstr ""
13624
13625 #: common-cmds.h:23
13626 msgid "Show changes between commits, commit and working tree, etc"
13627 msgstr ""
13628
13629 #: common-cmds.h:24
13630 msgid "Download objects and refs from another repository"
13631 msgstr ""
13632
13633 #: common-cmds.h:25
13634 msgid "Print lines matching a pattern"
13635 msgstr ""
13636
13637 #: common-cmds.h:26
13638 msgid "Create an empty Git repository or reinitialize an existing one"
13639 msgstr ""
13640
13641 #: common-cmds.h:27
13642 msgid "Show commit logs"
13643 msgstr ""
13644
13645 #: common-cmds.h:28
13646 msgid "Join two or more development histories together"
13647 msgstr ""
13648
13649 #: common-cmds.h:29
13650 msgid "Move or rename a file, a directory, or a symlink"
13651 msgstr ""
13652
13653 #: common-cmds.h:30
13654 msgid "Fetch from and integrate with another repository or a local branch"
13655 msgstr ""
13656
13657 #: common-cmds.h:31
13658 msgid "Update remote refs along with associated objects"
13659 msgstr ""
13660
13661 #: common-cmds.h:32
13662 msgid "Reapply commits on top of another base tip"
13663 msgstr ""
13664
13665 #: common-cmds.h:33
13666 msgid "Reset current HEAD to the specified state"
13667 msgstr ""
13668
13669 #: common-cmds.h:34
13670 msgid "Remove files from the working tree and from the index"
13671 msgstr ""
13672
13673 #: common-cmds.h:35
13674 msgid "Show various types of objects"
13675 msgstr ""
13676
13677 #: common-cmds.h:36
13678 msgid "Show the working tree status"
13679 msgstr ""
13680
13681 #: common-cmds.h:37
13682 msgid "Create, list, delete or verify a tag object signed with GPG"
13683 msgstr ""
13684
13685 #: parse-options.h:145
13686 msgid "expiry-date"
13687 msgstr ""
13688
13689 #: parse-options.h:160
13690 msgid "no-op (backward compatibility)"
13691 msgstr ""
13692
13693 #: parse-options.h:238
13694 msgid "be more verbose"
13695 msgstr ""
13696
13697 #: parse-options.h:240
13698 msgid "be more quiet"
13699 msgstr ""
13700
13701 #: parse-options.h:246
13702 msgid "use <n> digits to display SHA-1s"
13703 msgstr ""
13704
13705 #: rerere.h:40
13706 msgid "update the index with reused conflict resolution if possible"
13707 msgstr ""
13708
13709 #: git-bisect.sh:54
13710 msgid "You need to start by \"git bisect start\""
13711 msgstr ""
13712
13713 #. TRANSLATORS: Make sure to include [Y] and [n] in your
13714 #. translation. The program will only accept English input
13715 #. at this point.
13716 #: git-bisect.sh:60
13717 msgid "Do you want me to do it for you [Y/n]? "
13718 msgstr ""
13719
13720 #: git-bisect.sh:121
13721 #, sh-format
13722 msgid "unrecognised option: '$arg'"
13723 msgstr ""
13724
13725 #: git-bisect.sh:125
13726 #, sh-format
13727 msgid "'$arg' does not appear to be a valid revision"
13728 msgstr ""
13729
13730 #: git-bisect.sh:154
13731 msgid "Bad HEAD - I need a HEAD"
13732 msgstr ""
13733
13734 #: git-bisect.sh:167
13735 #, sh-format
13736 msgid ""
13737 "Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
13738 msgstr ""
13739
13740 #: git-bisect.sh:177
13741 msgid "won't bisect on cg-seek'ed tree"
13742 msgstr ""
13743
13744 #: git-bisect.sh:181
13745 msgid "Bad HEAD - strange symbolic ref"
13746 msgstr ""
13747
13748 #: git-bisect.sh:233
13749 #, sh-format
13750 msgid "Bad bisect_write argument: $state"
13751 msgstr ""
13752
13753 #: git-bisect.sh:246
13754 #, sh-format
13755 msgid "Bad rev input: $arg"
13756 msgstr ""
13757
13758 #: git-bisect.sh:265
13759 #, sh-format
13760 msgid "Bad rev input: $bisected_head"
13761 msgstr ""
13762
13763 #: git-bisect.sh:274
13764 #, sh-format
13765 msgid "Bad rev input: $rev"
13766 msgstr ""
13767
13768 #: git-bisect.sh:283
13769 #, sh-format
13770 msgid "'git bisect $TERM_BAD' can take only one argument."
13771 msgstr ""
13772
13773 #: git-bisect.sh:306
13774 #, sh-format
13775 msgid "Warning: bisecting only with a $TERM_BAD commit."
13776 msgstr ""
13777
13778 #. TRANSLATORS: Make sure to include [Y] and [n] in your
13779 #. translation. The program will only accept English input
13780 #. at this point.
13781 #: git-bisect.sh:312
13782 msgid "Are you sure [Y/n]? "
13783 msgstr ""
13784
13785 #: git-bisect.sh:324
13786 #, sh-format
13787 msgid ""
13788 "You need to give me at least one $bad_syn and one $good_syn revision.\n"
13789 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
13790 msgstr ""
13791
13792 #: git-bisect.sh:327
13793 #, sh-format
13794 msgid ""
13795 "You need to start by \"git bisect start\".\n"
13796 "You then need to give me at least one $good_syn and one $bad_syn revision.\n"
13797 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
13798 msgstr ""
13799
13800 #: git-bisect.sh:398 git-bisect.sh:512
13801 msgid "We are not bisecting."
13802 msgstr ""
13803
13804 #: git-bisect.sh:405
13805 #, sh-format
13806 msgid "'$invalid' is not a valid commit"
13807 msgstr ""
13808
13809 #: git-bisect.sh:414
13810 #, sh-format
13811 msgid ""
13812 "Could not check out original HEAD '$branch'.\n"
13813 "Try 'git bisect reset <commit>'."
13814 msgstr ""
13815
13816 #: git-bisect.sh:422
13817 msgid "No logfile given"
13818 msgstr ""
13819
13820 #: git-bisect.sh:423
13821 #, sh-format
13822 msgid "cannot read $file for replaying"
13823 msgstr ""
13824
13825 #: git-bisect.sh:444
13826 msgid "?? what are you talking about?"
13827 msgstr ""
13828
13829 #: git-bisect.sh:453
13830 msgid "bisect run failed: no command provided."
13831 msgstr ""
13832
13833 #: git-bisect.sh:458
13834 #, sh-format
13835 msgid "running $command"
13836 msgstr ""
13837
13838 #: git-bisect.sh:465
13839 #, sh-format
13840 msgid ""
13841 "bisect run failed:\n"
13842 "exit code $res from '$command' is < 0 or >= 128"
13843 msgstr ""
13844
13845 #: git-bisect.sh:491
13846 msgid "bisect run cannot continue any more"
13847 msgstr ""
13848
13849 #: git-bisect.sh:497
13850 #, sh-format
13851 msgid ""
13852 "bisect run failed:\n"
13853 "'bisect_state $state' exited with error code $res"
13854 msgstr ""
13855
13856 #: git-bisect.sh:504
13857 msgid "bisect run success"
13858 msgstr ""
13859
13860 #: git-bisect.sh:533
13861 #, sh-format
13862 msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
13863 msgstr ""
13864
13865 #: git-bisect.sh:567
13866 msgid "no terms defined"
13867 msgstr ""
13868
13869 #: git-bisect.sh:584
13870 #, sh-format
13871 msgid ""
13872 "invalid argument $arg for 'git bisect terms'.\n"
13873 "Supported options are: --term-good|--term-old and --term-bad|--term-new."
13874 msgstr ""
13875
13876 #: git-merge-octopus.sh:46
13877 msgid ""
13878 "Error: Your local changes to the following files would be overwritten by "
13879 "merge"
13880 msgstr ""
13881
13882 #: git-merge-octopus.sh:61
13883 msgid "Automated merge did not work."
13884 msgstr ""
13885
13886 #: git-merge-octopus.sh:62
13887 msgid "Should not be doing an octopus."
13888 msgstr ""
13889
13890 #: git-merge-octopus.sh:73
13891 #, sh-format
13892 msgid "Unable to find common commit with $pretty_name"
13893 msgstr ""
13894
13895 #: git-merge-octopus.sh:77
13896 #, sh-format
13897 msgid "Already up to date with $pretty_name"
13898 msgstr ""
13899
13900 #: git-merge-octopus.sh:89
13901 #, sh-format
13902 msgid "Fast-forwarding to: $pretty_name"
13903 msgstr ""
13904
13905 #: git-merge-octopus.sh:97
13906 #, sh-format
13907 msgid "Trying simple merge with $pretty_name"
13908 msgstr ""
13909
13910 #: git-merge-octopus.sh:102
13911 msgid "Simple merge did not work, trying automatic merge."
13912 msgstr ""
13913
13914 #: git-rebase.sh:58
13915 msgid ""
13916 "Resolve all conflicts manually, mark them as resolved with\n"
13917 "\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"
13918 "You can instead skip this commit: run \"git rebase --skip\".\n"
13919 "To abort and get back to the state before \"git rebase\", run \"git rebase --"
13920 "abort\"."
13921 msgstr ""
13922
13923 #: git-rebase.sh:160 git-rebase.sh:402
13924 #, sh-format
13925 msgid "Could not move back to $head_name"
13926 msgstr ""
13927
13928 #: git-rebase.sh:171
13929 msgid "Applied autostash."
13930 msgstr ""
13931
13932 #: git-rebase.sh:174
13933 #, sh-format
13934 msgid "Cannot store $stash_sha1"
13935 msgstr ""
13936
13937 #: git-rebase.sh:214
13938 msgid "The pre-rebase hook refused to rebase."
13939 msgstr ""
13940
13941 #: git-rebase.sh:219
13942 msgid "It looks like 'git am' is in progress. Cannot rebase."
13943 msgstr ""
13944
13945 #: git-rebase.sh:363
13946 msgid "No rebase in progress?"
13947 msgstr ""
13948
13949 #: git-rebase.sh:374
13950 msgid "The --edit-todo action can only be used during interactive rebase."
13951 msgstr ""
13952
13953 #: git-rebase.sh:381
13954 msgid "Cannot read HEAD"
13955 msgstr ""
13956
13957 #: git-rebase.sh:384
13958 msgid ""
13959 "You must edit all merge conflicts and then\n"
13960 "mark them as resolved using git add"
13961 msgstr ""
13962
13963 #: git-rebase.sh:424
13964 #, sh-format
13965 msgid ""
13966 "It seems that there is already a $state_dir_base directory, and\n"
13967 "I wonder if you are in the middle of another rebase. If that is the\n"
13968 "case, please try\n"
13969 "\t$cmd_live_rebase\n"
13970 "If that is not the case, please\n"
13971 "\t$cmd_clear_stale_rebase\n"
13972 "and run me again. I am stopping in case you still have something\n"
13973 "valuable there."
13974 msgstr ""
13975
13976 #: git-rebase.sh:480
13977 #, sh-format
13978 msgid "invalid upstream '$upstream_name'"
13979 msgstr ""
13980
13981 #: git-rebase.sh:504
13982 #, sh-format
13983 msgid "$onto_name: there are more than one merge bases"
13984 msgstr ""
13985
13986 #: git-rebase.sh:507 git-rebase.sh:511
13987 #, sh-format
13988 msgid "$onto_name: there is no merge base"
13989 msgstr ""
13990
13991 #: git-rebase.sh:516
13992 #, sh-format
13993 msgid "Does not point to a valid commit: $onto_name"
13994 msgstr ""
13995
13996 #: git-rebase.sh:542
13997 #, sh-format
13998 msgid "fatal: no such branch/commit '$branch_name'"
13999 msgstr ""
14000
14001 #: git-rebase.sh:575
14002 msgid "Cannot autostash"
14003 msgstr ""
14004
14005 #: git-rebase.sh:580
14006 #, sh-format
14007 msgid "Created autostash: $stash_abbrev"
14008 msgstr ""
14009
14010 #: git-rebase.sh:584
14011 msgid "Please commit or stash them."
14012 msgstr ""
14013
14014 #: git-rebase.sh:607
14015 #, sh-format
14016 msgid "HEAD is up to date."
14017 msgstr ""
14018
14019 #: git-rebase.sh:609
14020 #, sh-format
14021 msgid "Current branch $branch_name is up to date."
14022 msgstr ""
14023
14024 #: git-rebase.sh:617
14025 #, sh-format
14026 msgid "HEAD is up to date, rebase forced."
14027 msgstr ""
14028
14029 #: git-rebase.sh:619
14030 #, sh-format
14031 msgid "Current branch $branch_name is up to date, rebase forced."
14032 msgstr ""
14033
14034 #: git-rebase.sh:631
14035 #, sh-format
14036 msgid "Changes from $mb to $onto:"
14037 msgstr ""
14038
14039 #: git-rebase.sh:640
14040 msgid "First, rewinding head to replay your work on top of it..."
14041 msgstr ""
14042
14043 #: git-rebase.sh:650
14044 #, sh-format
14045 msgid "Fast-forwarded $branch_name to $onto_name."
14046 msgstr ""
14047
14048 #: git-stash.sh:61
14049 msgid "git stash clear with parameters is unimplemented"
14050 msgstr ""
14051
14052 #: git-stash.sh:108
14053 msgid "You do not have the initial commit yet"
14054 msgstr ""
14055
14056 #: git-stash.sh:123
14057 msgid "Cannot save the current index state"
14058 msgstr ""
14059
14060 #: git-stash.sh:138
14061 msgid "Cannot save the untracked files"
14062 msgstr ""
14063
14064 #: git-stash.sh:158 git-stash.sh:171
14065 msgid "Cannot save the current worktree state"
14066 msgstr ""
14067
14068 #: git-stash.sh:175
14069 msgid "No changes selected"
14070 msgstr ""
14071
14072 #: git-stash.sh:178
14073 msgid "Cannot remove temporary index (can't happen)"
14074 msgstr ""
14075
14076 #: git-stash.sh:191
14077 msgid "Cannot record working tree state"
14078 msgstr ""
14079
14080 #: git-stash.sh:229
14081 #, sh-format
14082 msgid "Cannot update $ref_stash with $w_commit"
14083 msgstr ""
14084
14085 #: git-stash.sh:281
14086 #, sh-format
14087 msgid "error: unknown option for 'stash push': $option"
14088 msgstr ""
14089
14090 #: git-stash.sh:295
14091 msgid "Can't use --patch and --include-untracked or --all at the same time"
14092 msgstr ""
14093
14094 #: git-stash.sh:303
14095 msgid "No local changes to save"
14096 msgstr ""
14097
14098 #: git-stash.sh:308
14099 msgid "Cannot initialize stash"
14100 msgstr ""
14101
14102 #: git-stash.sh:312
14103 msgid "Cannot save the current status"
14104 msgstr ""
14105
14106 #: git-stash.sh:313
14107 #, sh-format
14108 msgid "Saved working directory and index state $stash_msg"
14109 msgstr ""
14110
14111 #: git-stash.sh:341
14112 msgid "Cannot remove worktree changes"
14113 msgstr ""
14114
14115 #: git-stash.sh:489
14116 #, sh-format
14117 msgid "unknown option: $opt"
14118 msgstr ""
14119
14120 #: git-stash.sh:502
14121 msgid "No stash entries found."
14122 msgstr ""
14123
14124 #: git-stash.sh:509
14125 #, sh-format
14126 msgid "Too many revisions specified: $REV"
14127 msgstr ""
14128
14129 #: git-stash.sh:524
14130 #, sh-format
14131 msgid "$reference is not a valid reference"
14132 msgstr ""
14133
14134 #: git-stash.sh:552
14135 #, sh-format
14136 msgid "'$args' is not a stash-like commit"
14137 msgstr ""
14138
14139 #: git-stash.sh:563
14140 #, sh-format
14141 msgid "'$args' is not a stash reference"
14142 msgstr ""
14143
14144 #: git-stash.sh:571
14145 msgid "unable to refresh index"
14146 msgstr ""
14147
14148 #: git-stash.sh:575
14149 msgid "Cannot apply a stash in the middle of a merge"
14150 msgstr ""
14151
14152 #: git-stash.sh:583
14153 msgid "Conflicts in index. Try without --index."
14154 msgstr ""
14155
14156 #: git-stash.sh:585
14157 msgid "Could not save index tree"
14158 msgstr ""
14159
14160 #: git-stash.sh:594
14161 msgid "Could not restore untracked files from stash entry"
14162 msgstr ""
14163
14164 #: git-stash.sh:619
14165 msgid "Cannot unstage modified files"
14166 msgstr ""
14167
14168 #: git-stash.sh:634
14169 msgid "Index was not unstashed."
14170 msgstr ""
14171
14172 #: git-stash.sh:648
14173 msgid "The stash entry is kept in case you need it again."
14174 msgstr ""
14175
14176 #: git-stash.sh:657
14177 #, sh-format
14178 msgid "Dropped ${REV} ($s)"
14179 msgstr ""
14180
14181 #: git-stash.sh:658
14182 #, sh-format
14183 msgid "${REV}: Could not drop stash entry"
14184 msgstr ""
14185
14186 #: git-stash.sh:666
14187 msgid "No branch name specified"
14188 msgstr ""
14189
14190 #: git-stash.sh:745
14191 msgid "(To restore them type \"git stash apply\")"
14192 msgstr ""
14193
14194 #: git-submodule.sh:181
14195 msgid "Relative path can only be used from the toplevel of the working tree"
14196 msgstr ""
14197
14198 #: git-submodule.sh:191
14199 #, sh-format
14200 msgid "repo URL: '$repo' must be absolute or begin with ./|../"
14201 msgstr ""
14202
14203 #: git-submodule.sh:210
14204 #, sh-format
14205 msgid "'$sm_path' already exists in the index"
14206 msgstr ""
14207
14208 #: git-submodule.sh:213
14209 #, sh-format
14210 msgid "'$sm_path' already exists in the index and is not a submodule"
14211 msgstr ""
14212
14213 #: git-submodule.sh:219
14214 #, sh-format
14215 msgid ""
14216 "The following path is ignored by one of your .gitignore files:\n"
14217 "$sm_path\n"
14218 "Use -f if you really want to add it."
14219 msgstr ""
14220
14221 #: git-submodule.sh:237
14222 #, sh-format
14223 msgid "Adding existing repo at '$sm_path' to the index"
14224 msgstr ""
14225
14226 #: git-submodule.sh:239
14227 #, sh-format
14228 msgid "'$sm_path' already exists and is not a valid git repo"
14229 msgstr ""
14230
14231 #: git-submodule.sh:247
14232 #, sh-format
14233 msgid "A git directory for '$sm_name' is found locally with remote(s):"
14234 msgstr ""
14235
14236 #: git-submodule.sh:249
14237 #, sh-format
14238 msgid ""
14239 "If you want to reuse this local git directory instead of cloning again from\n"
14240 " $realrepo\n"
14241 "use the '--force' option. If the local git directory is not the correct "
14242 "repo\n"
14243 "or you are unsure what this means choose another name with the '--name' "
14244 "option."
14245 msgstr ""
14246
14247 #: git-submodule.sh:255
14248 #, sh-format
14249 msgid "Reactivating local git directory for submodule '$sm_name'."
14250 msgstr ""
14251
14252 #: git-submodule.sh:267
14253 #, sh-format
14254 msgid "Unable to checkout submodule '$sm_path'"
14255 msgstr ""
14256
14257 #: git-submodule.sh:272
14258 #, sh-format
14259 msgid "Failed to add submodule '$sm_path'"
14260 msgstr ""
14261
14262 #: git-submodule.sh:281
14263 #, sh-format
14264 msgid "Failed to register submodule '$sm_path'"
14265 msgstr ""
14266
14267 #: git-submodule.sh:342
14268 #, sh-format
14269 msgid "Entering '$displaypath'"
14270 msgstr ""
14271
14272 #: git-submodule.sh:362
14273 #, sh-format
14274 msgid "Stopping at '$displaypath'; script returned non-zero status."
14275 msgstr ""
14276
14277 #: git-submodule.sh:433
14278 #, sh-format
14279 msgid "pathspec and --all are incompatible"
14280 msgstr ""
14281
14282 #: git-submodule.sh:438
14283 #, sh-format
14284 msgid "Use '--all' if you really want to deinitialize all submodules"
14285 msgstr ""
14286
14287 #: git-submodule.sh:458
14288 #, sh-format
14289 msgid ""
14290 "Submodule work tree '$displaypath' contains a .git directory\n"
14291 "(use 'rm -rf' if you really want to remove it including all of its history)"
14292 msgstr ""
14293
14294 #: git-submodule.sh:466
14295 #, sh-format
14296 msgid ""
14297 "Submodule work tree '$displaypath' contains local modifications; use '-f' to "
14298 "discard them"
14299 msgstr ""
14300
14301 #: git-submodule.sh:469
14302 #, sh-format
14303 msgid "Cleared directory '$displaypath'"
14304 msgstr ""
14305
14306 #: git-submodule.sh:470
14307 #, sh-format
14308 msgid "Could not remove submodule work tree '$displaypath'"
14309 msgstr ""
14310
14311 #: git-submodule.sh:473
14312 #, sh-format
14313 msgid "Could not create empty submodule directory '$displaypath'"
14314 msgstr ""
14315
14316 #: git-submodule.sh:482
14317 #, sh-format
14318 msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"
14319 msgstr ""
14320
14321 #: git-submodule.sh:637
14322 #, sh-format
14323 msgid "Unable to find current revision in submodule path '$displaypath'"
14324 msgstr ""
14325
14326 #: git-submodule.sh:647
14327 #, sh-format
14328 msgid "Unable to fetch in submodule path '$sm_path'"
14329 msgstr ""
14330
14331 #: git-submodule.sh:652
14332 #, sh-format
14333 msgid ""
14334 "Unable to find current ${remote_name}/${branch} revision in submodule path "
14335 "'$sm_path'"
14336 msgstr ""
14337
14338 #: git-submodule.sh:670
14339 #, sh-format
14340 msgid "Unable to fetch in submodule path '$displaypath'"
14341 msgstr ""
14342
14343 #: git-submodule.sh:676
14344 #, sh-format
14345 msgid ""
14346 "Fetched in submodule path '$displaypath', but it did not contain $sha1. "
14347 "Direct fetching of that commit failed."
14348 msgstr ""
14349
14350 #: git-submodule.sh:683
14351 #, sh-format
14352 msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
14353 msgstr ""
14354
14355 #: git-submodule.sh:684
14356 #, sh-format
14357 msgid "Submodule path '$displaypath': checked out '$sha1'"
14358 msgstr ""
14359
14360 #: git-submodule.sh:688
14361 #, sh-format
14362 msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
14363 msgstr ""
14364
14365 #: git-submodule.sh:689
14366 #, sh-format
14367 msgid "Submodule path '$displaypath': rebased into '$sha1'"
14368 msgstr ""
14369
14370 #: git-submodule.sh:694
14371 #, sh-format
14372 msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
14373 msgstr ""
14374
14375 #: git-submodule.sh:695
14376 #, sh-format
14377 msgid "Submodule path '$displaypath': merged in '$sha1'"
14378 msgstr ""
14379
14380 #: git-submodule.sh:700
14381 #, sh-format
14382 msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
14383 msgstr ""
14384
14385 #: git-submodule.sh:701
14386 #, sh-format
14387 msgid "Submodule path '$displaypath': '$command $sha1'"
14388 msgstr ""
14389
14390 #: git-submodule.sh:732
14391 #, sh-format
14392 msgid "Failed to recurse into submodule path '$displaypath'"
14393 msgstr ""
14394
14395 #: git-submodule.sh:828
14396 msgid "The --cached option cannot be used with the --files option"
14397 msgstr ""
14398
14399 #: git-submodule.sh:880
14400 #, sh-format
14401 msgid "unexpected mode $mod_dst"
14402 msgstr ""
14403
14404 #: git-submodule.sh:900
14405 #, sh-format
14406 msgid " Warn: $display_name doesn't contain commit $sha1_src"
14407 msgstr ""
14408
14409 #: git-submodule.sh:903
14410 #, sh-format
14411 msgid " Warn: $display_name doesn't contain commit $sha1_dst"
14412 msgstr ""
14413
14414 #: git-submodule.sh:906
14415 #, sh-format
14416 msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
14417 msgstr ""
14418
14419 #: git-submodule.sh:1077
14420 #, sh-format
14421 msgid "Synchronizing submodule url for '$displaypath'"
14422 msgstr ""
14423
14424 #: git-parse-remote.sh:89
14425 #, sh-format
14426 msgid "See git-${cmd}(1) for details."
14427 msgstr ""
14428
14429 #: git-rebase--interactive.sh:140
14430 #, sh-format
14431 msgid "Rebasing ($new_count/$total)"
14432 msgstr ""
14433
14434 #: git-rebase--interactive.sh:156
14435 msgid ""
14436 "\n"
14437 "Commands:\n"
14438 "p, pick = use commit\n"
14439 "r, reword = use commit, but edit the commit message\n"
14440 "e, edit = use commit, but stop for amending\n"
14441 "s, squash = use commit, but meld into previous commit\n"
14442 "f, fixup = like \"squash\", but discard this commit's log message\n"
14443 "x, exec = run command (the rest of the line) using shell\n"
14444 "d, drop = remove commit\n"
14445 "\n"
14446 "These lines can be re-ordered; they are executed from top to bottom.\n"
14447 msgstr ""
14448
14449 #: git-rebase--interactive.sh:171
14450 msgid ""
14451 "\n"
14452 "Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
14453 msgstr ""
14454
14455 #: git-rebase--interactive.sh:175
14456 msgid ""
14457 "\n"
14458 "If you remove a line here THAT COMMIT WILL BE LOST.\n"
14459 msgstr ""
14460
14461 #: git-rebase--interactive.sh:211
14462 #, sh-format
14463 msgid ""
14464 "You can amend the commit now, with\n"
14465 "\n"
14466 "\tgit commit --amend $gpg_sign_opt_quoted\n"
14467 "\n"
14468 "Once you are satisfied with your changes, run\n"
14469 "\n"
14470 "\tgit rebase --continue"
14471 msgstr ""
14472
14473 #: git-rebase--interactive.sh:236
14474 #, sh-format
14475 msgid "$sha1: not a commit that can be picked"
14476 msgstr ""
14477
14478 #: git-rebase--interactive.sh:275
14479 #, sh-format
14480 msgid "Invalid commit name: $sha1"
14481 msgstr ""
14482
14483 #: git-rebase--interactive.sh:317
14484 msgid "Cannot write current commit's replacement sha1"
14485 msgstr ""
14486
14487 #: git-rebase--interactive.sh:369
14488 #, sh-format
14489 msgid "Fast-forward to $sha1"
14490 msgstr ""
14491
14492 #: git-rebase--interactive.sh:371
14493 #, sh-format
14494 msgid "Cannot fast-forward to $sha1"
14495 msgstr ""
14496
14497 #: git-rebase--interactive.sh:380
14498 #, sh-format
14499 msgid "Cannot move HEAD to $first_parent"
14500 msgstr ""
14501
14502 #: git-rebase--interactive.sh:385
14503 #, sh-format
14504 msgid "Refusing to squash a merge: $sha1"
14505 msgstr ""
14506
14507 #: git-rebase--interactive.sh:400
14508 #, sh-format
14509 msgid "Error redoing merge $sha1"
14510 msgstr ""
14511
14512 #: git-rebase--interactive.sh:408
14513 #, sh-format
14514 msgid "Could not pick $sha1"
14515 msgstr ""
14516
14517 #: git-rebase--interactive.sh:417
14518 #, sh-format
14519 msgid "This is the commit message #${n}:"
14520 msgstr ""
14521
14522 #: git-rebase--interactive.sh:422
14523 #, sh-format
14524 msgid "The commit message #${n} will be skipped:"
14525 msgstr ""
14526
14527 #: git-rebase--interactive.sh:433
14528 #, sh-format
14529 msgid "This is a combination of $count commit."
14530 msgid_plural "This is a combination of $count commits."
14531 msgstr[0] ""
14532 msgstr[1] ""
14533
14534 #: git-rebase--interactive.sh:442
14535 #, sh-format
14536 msgid "Cannot write $fixup_msg"
14537 msgstr ""
14538
14539 #: git-rebase--interactive.sh:445
14540 msgid "This is a combination of 2 commits."
14541 msgstr ""
14542
14543 #: git-rebase--interactive.sh:486 git-rebase--interactive.sh:529
14544 #: git-rebase--interactive.sh:532
14545 #, sh-format
14546 msgid "Could not apply $sha1... $rest"
14547 msgstr ""
14548
14549 #: git-rebase--interactive.sh:560
14550 #, sh-format
14551 msgid ""
14552 "Could not amend commit after successfully picking $sha1... $rest\n"
14553 "This is most likely due to an empty commit message, or the pre-commit hook\n"
14554 "failed. If the pre-commit hook failed, you may need to resolve the issue "
14555 "before\n"
14556 "you are able to reword the commit."
14557 msgstr ""
14558
14559 #: git-rebase--interactive.sh:575
14560 #, sh-format
14561 msgid "Stopped at $sha1_abbrev... $rest"
14562 msgstr ""
14563
14564 #: git-rebase--interactive.sh:590
14565 #, sh-format
14566 msgid "Cannot '$squash_style' without a previous commit"
14567 msgstr ""
14568
14569 #: git-rebase--interactive.sh:632
14570 #, sh-format
14571 msgid "Executing: $rest"
14572 msgstr ""
14573
14574 #: git-rebase--interactive.sh:640
14575 #, sh-format
14576 msgid "Execution failed: $rest"
14577 msgstr ""
14578
14579 #: git-rebase--interactive.sh:642
14580 msgid "and made changes to the index and/or the working tree"
14581 msgstr ""
14582
14583 #: git-rebase--interactive.sh:644
14584 msgid ""
14585 "You can fix the problem, and then run\n"
14586 "\n"
14587 "\tgit rebase --continue"
14588 msgstr ""
14589
14590 #. TRANSLATORS: after these lines is a command to be issued by the user
14591 #: git-rebase--interactive.sh:657
14592 #, sh-format
14593 msgid ""
14594 "Execution succeeded: $rest\n"
14595 "but left changes to the index and/or the working tree\n"
14596 "Commit or stash your changes, and then run\n"
14597 "\n"
14598 "\tgit rebase --continue"
14599 msgstr ""
14600
14601 #: git-rebase--interactive.sh:668
14602 #, sh-format
14603 msgid "Unknown command: $command $sha1 $rest"
14604 msgstr ""
14605
14606 #: git-rebase--interactive.sh:669
14607 msgid "Please fix this using 'git rebase --edit-todo'."
14608 msgstr ""
14609
14610 #: git-rebase--interactive.sh:704
14611 #, sh-format
14612 msgid "Successfully rebased and updated $head_name."
14613 msgstr ""
14614
14615 #: git-rebase--interactive.sh:728
14616 msgid "could not detach HEAD"
14617 msgstr ""
14618
14619 #: git-rebase--interactive.sh:763
14620 msgid "Could not remove CHERRY_PICK_HEAD"
14621 msgstr ""
14622
14623 #: git-rebase--interactive.sh:768
14624 #, sh-format
14625 msgid ""
14626 "You have staged changes in your working tree.\n"
14627 "If these changes are meant to be\n"
14628 "squashed into the previous commit, run:\n"
14629 "\n"
14630 " git commit --amend $gpg_sign_opt_quoted\n"
14631 "\n"
14632 "If they are meant to go into a new commit, run:\n"
14633 "\n"
14634 " git commit $gpg_sign_opt_quoted\n"
14635 "\n"
14636 "In both cases, once you're done, continue with:\n"
14637 "\n"
14638 " git rebase --continue\n"
14639 msgstr ""
14640
14641 #: git-rebase--interactive.sh:785
14642 msgid "Error trying to find the author identity to amend commit"
14643 msgstr ""
14644
14645 #: git-rebase--interactive.sh:790
14646 msgid ""
14647 "You have uncommitted changes in your working tree. Please commit them\n"
14648 "first and then run 'git rebase --continue' again."
14649 msgstr ""
14650
14651 #: git-rebase--interactive.sh:795 git-rebase--interactive.sh:799
14652 msgid "Could not commit staged changes."
14653 msgstr ""
14654
14655 #: git-rebase--interactive.sh:827
14656 msgid ""
14657 "\n"
14658 "You are editing the todo file of an ongoing interactive rebase.\n"
14659 "To continue rebase after editing, run:\n"
14660 " git rebase --continue\n"
14661 "\n"
14662 msgstr ""
14663
14664 #: git-rebase--interactive.sh:835 git-rebase--interactive.sh:994
14665 msgid "Could not execute editor"
14666 msgstr ""
14667
14668 #: git-rebase--interactive.sh:848
14669 #, sh-format
14670 msgid "Could not checkout $switch_to"
14671 msgstr ""
14672
14673 #: git-rebase--interactive.sh:853
14674 msgid "No HEAD?"
14675 msgstr ""
14676
14677 #: git-rebase--interactive.sh:854
14678 #, sh-format
14679 msgid "Could not create temporary $state_dir"
14680 msgstr ""
14681
14682 #: git-rebase--interactive.sh:856
14683 msgid "Could not mark as interactive"
14684 msgstr ""
14685
14686 #: git-rebase--interactive.sh:866 git-rebase--interactive.sh:871
14687 msgid "Could not init rewritten commits"
14688 msgstr ""
14689
14690 #: git-rebase--interactive.sh:972
14691 #, sh-format
14692 msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
14693 msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
14694 msgstr[0] ""
14695 msgstr[1] ""
14696
14697 #: git-rebase--interactive.sh:977
14698 msgid ""
14699 "\n"
14700 "However, if you remove everything, the rebase will be aborted.\n"
14701 "\n"
14702 msgstr ""
14703
14704 #: git-rebase--interactive.sh:984
14705 msgid "Note that empty commits are commented out"
14706 msgstr ""
14707
14708 #: git-sh-setup.sh:89 git-sh-setup.sh:94
14709 #, sh-format
14710 msgid "usage: $dashless $USAGE"
14711 msgstr ""
14712
14713 #: git-sh-setup.sh:190
14714 #, sh-format
14715 msgid "Cannot chdir to $cdup, the toplevel of the working tree"
14716 msgstr ""
14717
14718 #: git-sh-setup.sh:199 git-sh-setup.sh:206
14719 #, sh-format
14720 msgid "fatal: $program_name cannot be used without a working tree."
14721 msgstr ""
14722
14723 #: git-sh-setup.sh:220
14724 msgid "Cannot rebase: You have unstaged changes."
14725 msgstr ""
14726
14727 #: git-sh-setup.sh:223
14728 msgid "Cannot rewrite branches: You have unstaged changes."
14729 msgstr ""
14730
14731 #: git-sh-setup.sh:226
14732 msgid "Cannot pull with rebase: You have unstaged changes."
14733 msgstr ""
14734
14735 #: git-sh-setup.sh:229
14736 #, sh-format
14737 msgid "Cannot $action: You have unstaged changes."
14738 msgstr ""
14739
14740 #: git-sh-setup.sh:242
14741 msgid "Cannot rebase: Your index contains uncommitted changes."
14742 msgstr ""
14743
14744 #: git-sh-setup.sh:245
14745 msgid "Cannot pull with rebase: Your index contains uncommitted changes."
14746 msgstr ""
14747
14748 #: git-sh-setup.sh:248
14749 #, sh-format
14750 msgid "Cannot $action: Your index contains uncommitted changes."
14751 msgstr ""
14752
14753 #: git-sh-setup.sh:252
14754 msgid "Additionally, your index contains uncommitted changes."
14755 msgstr ""
14756
14757 #: git-sh-setup.sh:372
14758 msgid "You need to run this command from the toplevel of the working tree."
14759 msgstr ""
14760
14761 #: git-sh-setup.sh:377
14762 msgid "Unable to determine absolute path of git directory"
14763 msgstr ""
14764
14765 #. TRANSLATORS: you can adjust this to align "git add -i" status menu
14766 #: git-add--interactive.perl:196
14767 #, perl-format
14768 msgid "%12s %12s %s"
14769 msgstr ""
14770
14771 #: git-add--interactive.perl:197
14772 msgid "staged"
14773 msgstr ""
14774
14775 #: git-add--interactive.perl:197
14776 msgid "unstaged"
14777 msgstr ""
14778
14779 #: git-add--interactive.perl:246 git-add--interactive.perl:271
14780 msgid "binary"
14781 msgstr ""
14782
14783 #: git-add--interactive.perl:255 git-add--interactive.perl:309
14784 msgid "nothing"
14785 msgstr ""
14786
14787 #: git-add--interactive.perl:291 git-add--interactive.perl:306
14788 msgid "unchanged"
14789 msgstr ""
14790
14791 #: git-add--interactive.perl:602
14792 #, perl-format
14793 msgid "added %d path\n"
14794 msgid_plural "added %d paths\n"
14795 msgstr[0] ""
14796 msgstr[1] ""
14797
14798 #: git-add--interactive.perl:605
14799 #, perl-format
14800 msgid "updated %d path\n"
14801 msgid_plural "updated %d paths\n"
14802 msgstr[0] ""
14803 msgstr[1] ""
14804
14805 #: git-add--interactive.perl:608
14806 #, perl-format
14807 msgid "reverted %d path\n"
14808 msgid_plural "reverted %d paths\n"
14809 msgstr[0] ""
14810 msgstr[1] ""
14811
14812 #: git-add--interactive.perl:611
14813 #, perl-format
14814 msgid "touched %d path\n"
14815 msgid_plural "touched %d paths\n"
14816 msgstr[0] ""
14817 msgstr[1] ""
14818
14819 #: git-add--interactive.perl:620
14820 msgid "Update"
14821 msgstr ""
14822
14823 #: git-add--interactive.perl:632
14824 msgid "Revert"
14825 msgstr ""
14826
14827 #: git-add--interactive.perl:655
14828 #, perl-format
14829 msgid "note: %s is untracked now.\n"
14830 msgstr ""
14831
14832 #: git-add--interactive.perl:666
14833 msgid "Add untracked"
14834 msgstr ""
14835
14836 #: git-add--interactive.perl:672
14837 msgid "No untracked files.\n"
14838 msgstr ""
14839
14840 #: git-add--interactive.perl:985
14841 msgid ""
14842 "If the patch applies cleanly, the edited hunk will immediately be\n"
14843 "marked for staging."
14844 msgstr ""
14845
14846 #: git-add--interactive.perl:988
14847 msgid ""
14848 "If the patch applies cleanly, the edited hunk will immediately be\n"
14849 "marked for stashing."
14850 msgstr ""
14851
14852 #: git-add--interactive.perl:991
14853 msgid ""
14854 "If the patch applies cleanly, the edited hunk will immediately be\n"
14855 "marked for unstaging."
14856 msgstr ""
14857
14858 #: git-add--interactive.perl:994 git-add--interactive.perl:1003
14859 msgid ""
14860 "If the patch applies cleanly, the edited hunk will immediately be\n"
14861 "marked for applying."
14862 msgstr ""
14863
14864 #: git-add--interactive.perl:997 git-add--interactive.perl:1000
14865 msgid ""
14866 "If the patch applies cleanly, the edited hunk will immediately be\n"
14867 "marked for discarding."
14868 msgstr ""
14869
14870 #: git-add--interactive.perl:1013
14871 #, perl-format
14872 msgid "failed to open hunk edit file for writing: %s"
14873 msgstr ""
14874
14875 #: git-add--interactive.perl:1014
14876 msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
14877 msgstr ""
14878
14879 #: git-add--interactive.perl:1020
14880 #, perl-format
14881 msgid ""
14882 "---\n"
14883 "To remove '%s' lines, make them ' ' lines (context).\n"
14884 "To remove '%s' lines, delete them.\n"
14885 "Lines starting with %s will be removed.\n"
14886 msgstr ""
14887
14888 #. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
14889 #: git-add--interactive.perl:1028
14890 msgid ""
14891 "If it does not apply cleanly, you will be given an opportunity to\n"
14892 "edit again. If all lines of the hunk are removed, then the edit is\n"
14893 "aborted and the hunk is left unchanged.\n"
14894 msgstr ""
14895
14896 #: git-add--interactive.perl:1042
14897 #, perl-format
14898 msgid "failed to open hunk edit file for reading: %s"
14899 msgstr ""
14900
14901 #. TRANSLATORS: do not translate [y/n]
14902 #. The program will only accept that input
14903 #. at this point.
14904 #. Consider translating (saying "no" discards!) as
14905 #. (saying "n" for "no" discards!) if the translation
14906 #. of the word "no" does not start with n.
14907 #: git-add--interactive.perl:1134
14908 msgid ""
14909 "Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
14910 msgstr ""
14911
14912 #: git-add--interactive.perl:1143
14913 msgid ""
14914 "y - stage this hunk\n"
14915 "n - do not stage this hunk\n"
14916 "q - quit; do not stage this hunk or any of the remaining ones\n"
14917 "a - stage this hunk and all later hunks in the file\n"
14918 "d - do not stage this hunk or any of the later hunks in the file"
14919 msgstr ""
14920
14921 #: git-add--interactive.perl:1149
14922 msgid ""
14923 "y - stash this hunk\n"
14924 "n - do not stash this hunk\n"
14925 "q - quit; do not stash this hunk or any of the remaining ones\n"
14926 "a - stash this hunk and all later hunks in the file\n"
14927 "d - do not stash this hunk or any of the later hunks in the file"
14928 msgstr ""
14929
14930 #: git-add--interactive.perl:1155
14931 msgid ""
14932 "y - unstage this hunk\n"
14933 "n - do not unstage this hunk\n"
14934 "q - quit; do not unstage this hunk or any of the remaining ones\n"
14935 "a - unstage this hunk and all later hunks in the file\n"
14936 "d - do not unstage this hunk or any of the later hunks in the file"
14937 msgstr ""
14938
14939 #: git-add--interactive.perl:1161
14940 msgid ""
14941 "y - apply this hunk to index\n"
14942 "n - do not apply this hunk to index\n"
14943 "q - quit; do not apply this hunk or any of the remaining ones\n"
14944 "a - apply this hunk and all later hunks in the file\n"
14945 "d - do not apply this hunk or any of the later hunks in the file"
14946 msgstr ""
14947
14948 #: git-add--interactive.perl:1167
14949 msgid ""
14950 "y - discard this hunk from worktree\n"
14951 "n - do not discard this hunk from worktree\n"
14952 "q - quit; do not discard this hunk or any of the remaining ones\n"
14953 "a - discard this hunk and all later hunks in the file\n"
14954 "d - do not discard this hunk or any of the later hunks in the file"
14955 msgstr ""
14956
14957 #: git-add--interactive.perl:1173
14958 msgid ""
14959 "y - discard this hunk from index and worktree\n"
14960 "n - do not discard this hunk from index and worktree\n"
14961 "q - quit; do not discard this hunk or any of the remaining ones\n"
14962 "a - discard this hunk and all later hunks in the file\n"
14963 "d - do not discard this hunk or any of the later hunks in the file"
14964 msgstr ""
14965
14966 #: git-add--interactive.perl:1179
14967 msgid ""
14968 "y - apply this hunk to index and worktree\n"
14969 "n - do not apply this hunk to index and worktree\n"
14970 "q - quit; do not apply this hunk or any of the remaining ones\n"
14971 "a - apply this hunk and all later hunks in the file\n"
14972 "d - do not apply this hunk or any of the later hunks in the file"
14973 msgstr ""
14974
14975 #: git-add--interactive.perl:1188
14976 msgid ""
14977 "g - select a hunk to go to\n"
14978 "/ - search for a hunk matching the given regex\n"
14979 "j - leave this hunk undecided, see next undecided hunk\n"
14980 "J - leave this hunk undecided, see next hunk\n"
14981 "k - leave this hunk undecided, see previous undecided hunk\n"
14982 "K - leave this hunk undecided, see previous hunk\n"
14983 "s - split the current hunk into smaller hunks\n"
14984 "e - manually edit the current hunk\n"
14985 "? - print help\n"
14986 msgstr ""
14987
14988 #: git-add--interactive.perl:1219
14989 msgid "The selected hunks do not apply to the index!\n"
14990 msgstr ""
14991
14992 #: git-add--interactive.perl:1220
14993 msgid "Apply them to the worktree anyway? "
14994 msgstr ""
14995
14996 #: git-add--interactive.perl:1223
14997 msgid "Nothing was applied.\n"
14998 msgstr ""
14999
15000 #: git-add--interactive.perl:1234
15001 #, perl-format
15002 msgid "ignoring unmerged: %s\n"
15003 msgstr ""
15004
15005 #: git-add--interactive.perl:1243
15006 msgid "Only binary files changed.\n"
15007 msgstr ""
15008
15009 #: git-add--interactive.perl:1245
15010 msgid "No changes.\n"
15011 msgstr ""
15012
15013 #: git-add--interactive.perl:1253
15014 msgid "Patch update"
15015 msgstr ""
15016
15017 #: git-add--interactive.perl:1305
15018 #, perl-format
15019 msgid "Stage mode change [y,n,q,a,d,/%s,?]? "
15020 msgstr ""
15021
15022 #: git-add--interactive.perl:1306
15023 #, perl-format
15024 msgid "Stage deletion [y,n,q,a,d,/%s,?]? "
15025 msgstr ""
15026
15027 #: git-add--interactive.perl:1307
15028 #, perl-format
15029 msgid "Stage this hunk [y,n,q,a,d,/%s,?]? "
15030 msgstr ""
15031
15032 #: git-add--interactive.perl:1310
15033 #, perl-format
15034 msgid "Stash mode change [y,n,q,a,d,/%s,?]? "
15035 msgstr ""
15036
15037 #: git-add--interactive.perl:1311
15038 #, perl-format
15039 msgid "Stash deletion [y,n,q,a,d,/%s,?]? "
15040 msgstr ""
15041
15042 #: git-add--interactive.perl:1312
15043 #, perl-format
15044 msgid "Stash this hunk [y,n,q,a,d,/%s,?]? "
15045 msgstr ""
15046
15047 #: git-add--interactive.perl:1315
15048 #, perl-format
15049 msgid "Unstage mode change [y,n,q,a,d,/%s,?]? "
15050 msgstr ""
15051
15052 #: git-add--interactive.perl:1316
15053 #, perl-format
15054 msgid "Unstage deletion [y,n,q,a,d,/%s,?]? "
15055 msgstr ""
15056
15057 #: git-add--interactive.perl:1317
15058 #, perl-format
15059 msgid "Unstage this hunk [y,n,q,a,d,/%s,?]? "
15060 msgstr ""
15061
15062 #: git-add--interactive.perl:1320
15063 #, perl-format
15064 msgid "Apply mode change to index [y,n,q,a,d,/%s,?]? "
15065 msgstr ""
15066
15067 #: git-add--interactive.perl:1321
15068 #, perl-format
15069 msgid "Apply deletion to index [y,n,q,a,d,/%s,?]? "
15070 msgstr ""
15071
15072 #: git-add--interactive.perl:1322
15073 #, perl-format
15074 msgid "Apply this hunk to index [y,n,q,a,d,/%s,?]? "
15075 msgstr ""
15076
15077 #: git-add--interactive.perl:1325
15078 #, perl-format
15079 msgid "Discard mode change from worktree [y,n,q,a,d,/%s,?]? "
15080 msgstr ""
15081
15082 #: git-add--interactive.perl:1326
15083 #, perl-format
15084 msgid "Discard deletion from worktree [y,n,q,a,d,/%s,?]? "
15085 msgstr ""
15086
15087 #: git-add--interactive.perl:1327
15088 #, perl-format
15089 msgid "Discard this hunk from worktree [y,n,q,a,d,/%s,?]? "
15090 msgstr ""
15091
15092 #: git-add--interactive.perl:1330
15093 #, perl-format
15094 msgid "Discard mode change from index and worktree [y,n,q,a,d,/%s,?]? "
15095 msgstr ""
15096
15097 #: git-add--interactive.perl:1331
15098 #, perl-format
15099 msgid "Discard deletion from index and worktree [y,n,q,a,d,/%s,?]? "
15100 msgstr ""
15101
15102 #: git-add--interactive.perl:1332
15103 #, perl-format
15104 msgid "Discard this hunk from index and worktree [y,n,q,a,d,/%s,?]? "
15105 msgstr ""
15106
15107 #: git-add--interactive.perl:1335
15108 #, perl-format
15109 msgid "Apply mode change to index and worktree [y,n,q,a,d,/%s,?]? "
15110 msgstr ""
15111
15112 #: git-add--interactive.perl:1336
15113 #, perl-format
15114 msgid "Apply deletion to index and worktree [y,n,q,a,d,/%s,?]? "
15115 msgstr ""
15116
15117 #: git-add--interactive.perl:1337
15118 #, perl-format
15119 msgid "Apply this hunk to index and worktree [y,n,q,a,d,/%s,?]? "
15120 msgstr ""
15121
15122 #: git-add--interactive.perl:1440
15123 msgid "go to which hunk (<ret> to see more)? "
15124 msgstr ""
15125
15126 #: git-add--interactive.perl:1442
15127 msgid "go to which hunk? "
15128 msgstr ""
15129
15130 #: git-add--interactive.perl:1451
15131 #, perl-format
15132 msgid "Invalid number: '%s'\n"
15133 msgstr ""
15134
15135 #: git-add--interactive.perl:1456
15136 #, perl-format
15137 msgid "Sorry, only %d hunk available.\n"
15138 msgid_plural "Sorry, only %d hunks available.\n"
15139 msgstr[0] ""
15140 msgstr[1] ""
15141
15142 #: git-add--interactive.perl:1482
15143 msgid "search for regex? "
15144 msgstr ""
15145
15146 #: git-add--interactive.perl:1495
15147 #, perl-format
15148 msgid "Malformed search regexp %s: %s\n"
15149 msgstr ""
15150
15151 #: git-add--interactive.perl:1505
15152 msgid "No hunk matches the given pattern\n"
15153 msgstr ""
15154
15155 #: git-add--interactive.perl:1517 git-add--interactive.perl:1539
15156 msgid "No previous hunk\n"
15157 msgstr ""
15158
15159 #: git-add--interactive.perl:1526 git-add--interactive.perl:1545
15160 msgid "No next hunk\n"
15161 msgstr ""
15162
15163 #: git-add--interactive.perl:1553
15164 #, perl-format
15165 msgid "Split into %d hunk.\n"
15166 msgid_plural "Split into %d hunks.\n"
15167 msgstr[0] ""
15168 msgstr[1] ""
15169
15170 #: git-add--interactive.perl:1605
15171 msgid "Review diff"
15172 msgstr ""
15173
15174 #. TRANSLATORS: please do not translate the command names
15175 #. 'status', 'update', 'revert', etc.
15176 #: git-add--interactive.perl:1624
15177 msgid ""
15178 "status - show paths with changes\n"
15179 "update - add working tree state to the staged set of changes\n"
15180 "revert - revert staged set of changes back to the HEAD version\n"
15181 "patch - pick hunks and update selectively\n"
15182 "diff - view diff between HEAD and index\n"
15183 "add untracked - add contents of untracked files to the staged set of "
15184 "changes\n"
15185 msgstr ""
15186
15187 #: git-add--interactive.perl:1641 git-add--interactive.perl:1646
15188 #: git-add--interactive.perl:1649 git-add--interactive.perl:1656
15189 #: git-add--interactive.perl:1660 git-add--interactive.perl:1666
15190 msgid "missing --"
15191 msgstr ""
15192
15193 #: git-add--interactive.perl:1662
15194 #, perl-format
15195 msgid "unknown --patch mode: %s"
15196 msgstr ""
15197
15198 #: git-add--interactive.perl:1668 git-add--interactive.perl:1674
15199 #, perl-format
15200 msgid "invalid argument %s, expecting --"
15201 msgstr ""
15202
15203 #: git-send-email.perl:126
15204 msgid "local zone differs from GMT by a non-minute interval\n"
15205 msgstr ""
15206
15207 #: git-send-email.perl:133 git-send-email.perl:139
15208 msgid "local time offset greater than or equal to 24 hours\n"
15209 msgstr ""
15210
15211 #: git-send-email.perl:207 git-send-email.perl:213
15212 msgid "the editor exited uncleanly, aborting everything"
15213 msgstr ""
15214
15215 #: git-send-email.perl:290
15216 #, perl-format
15217 msgid ""
15218 "'%s' contains an intermediate version of the email you were composing.\n"
15219 msgstr ""
15220
15221 #: git-send-email.perl:295
15222 #, perl-format
15223 msgid "'%s.final' contains the composed email.\n"
15224 msgstr ""
15225
15226 #: git-send-email.perl:313
15227 msgid "--dump-aliases incompatible with other options\n"
15228 msgstr ""
15229
15230 #: git-send-email.perl:378 git-send-email.perl:629
15231 msgid "Cannot run git format-patch from outside a repository\n"
15232 msgstr ""
15233
15234 #: git-send-email.perl:447
15235 #, perl-format
15236 msgid "Unknown --suppress-cc field: '%s'\n"
15237 msgstr ""
15238
15239 #: git-send-email.perl:476
15240 #, perl-format
15241 msgid "Unknown --confirm setting: '%s'\n"
15242 msgstr ""
15243
15244 #: git-send-email.perl:504
15245 #, perl-format
15246 msgid "warning: sendmail alias with quotes is not supported: %s\n"
15247 msgstr ""
15248
15249 #: git-send-email.perl:506
15250 #, perl-format
15251 msgid "warning: `:include:` not supported: %s\n"
15252 msgstr ""
15253
15254 #: git-send-email.perl:508
15255 #, perl-format
15256 msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
15257 msgstr ""
15258
15259 #: git-send-email.perl:513
15260 #, perl-format
15261 msgid "warning: sendmail line is not recognized: %s\n"
15262 msgstr ""
15263
15264 #: git-send-email.perl:595
15265 #, perl-format
15266 msgid ""
15267 "File '%s' exists but it could also be the range of commits\n"
15268 "to produce patches for. Please disambiguate by...\n"
15269 "\n"
15270 " * Saying \"./%s\" if you mean a file; or\n"
15271 " * Giving --format-patch option if you mean a range.\n"
15272 msgstr ""
15273
15274 #: git-send-email.perl:616
15275 #, perl-format
15276 msgid "Failed to opendir %s: %s"
15277 msgstr ""
15278
15279 #: git-send-email.perl:640
15280 #, perl-format
15281 msgid ""
15282 "fatal: %s: %s\n"
15283 "warning: no patches were sent\n"
15284 msgstr ""
15285
15286 #: git-send-email.perl:651
15287 msgid ""
15288 "\n"
15289 "No patch files specified!\n"
15290 "\n"
15291 msgstr ""
15292
15293 #: git-send-email.perl:664
15294 #, perl-format
15295 msgid "No subject line in %s?"
15296 msgstr ""
15297
15298 #: git-send-email.perl:674
15299 #, perl-format
15300 msgid "Failed to open for writing %s: %s"
15301 msgstr ""
15302
15303 #: git-send-email.perl:684
15304 msgid ""
15305 "Lines beginning in \"GIT:\" will be removed.\n"
15306 "Consider including an overall diffstat or table of contents\n"
15307 "for the patch you are writing.\n"
15308 "\n"
15309 "Clear the body content if you don't wish to send a summary.\n"
15310 msgstr ""
15311
15312 #: git-send-email.perl:707
15313 #, perl-format
15314 msgid "Failed to open %s.final: %s"
15315 msgstr ""
15316
15317 #: git-send-email.perl:710
15318 #, perl-format
15319 msgid "Failed to open %s: %s"
15320 msgstr ""
15321
15322 #: git-send-email.perl:745
15323 msgid "To/Cc/Bcc fields are not interpreted yet, they have been ignored\n"
15324 msgstr ""
15325
15326 #: git-send-email.perl:754
15327 msgid "Summary email is empty, skipping it\n"
15328 msgstr ""
15329
15330 #. TRANSLATORS: please keep [y/N] as is.
15331 #: git-send-email.perl:786
15332 #, perl-format
15333 msgid "Are you sure you want to use <%s> [y/N]? "
15334 msgstr ""
15335
15336 #: git-send-email.perl:815
15337 msgid ""
15338 "The following files are 8bit, but do not declare a Content-Transfer-"
15339 "Encoding.\n"
15340 msgstr ""
15341
15342 #: git-send-email.perl:820
15343 msgid "Which 8bit encoding should I declare [UTF-8]? "
15344 msgstr ""
15345
15346 #: git-send-email.perl:828
15347 #, perl-format
15348 msgid ""
15349 "Refusing to send because the patch\n"
15350 "\t%s\n"
15351 "has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
15352 "want to send.\n"
15353 msgstr ""
15354
15355 #: git-send-email.perl:847
15356 msgid "To whom should the emails be sent (if anyone)?"
15357 msgstr ""
15358
15359 #: git-send-email.perl:865
15360 #, perl-format
15361 msgid "fatal: alias '%s' expands to itself\n"
15362 msgstr ""
15363
15364 #: git-send-email.perl:877
15365 msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
15366 msgstr ""
15367
15368 #: git-send-email.perl:929 git-send-email.perl:937
15369 #, perl-format
15370 msgid "error: unable to extract a valid address from: %s\n"
15371 msgstr ""
15372
15373 #. TRANSLATORS: Make sure to include [q] [d] [e] in your
15374 #. translation. The program will only accept English input
15375 #. at this point.
15376 #: git-send-email.perl:941
15377 msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
15378 msgstr ""
15379
15380 #: git-send-email.perl:1262
15381 #, perl-format
15382 msgid "CA path \"%s\" does not exist"
15383 msgstr ""
15384
15385 #: git-send-email.perl:1337
15386 msgid ""
15387 " The Cc list above has been expanded by additional\n"
15388 " addresses found in the patch commit message. By default\n"
15389 " send-email prompts before sending whenever this occurs.\n"
15390 " This behavior is controlled by the sendemail.confirm\n"
15391 " configuration setting.\n"
15392 "\n"
15393 " For additional information, run 'git send-email --help'.\n"
15394 " To retain the current behavior, but squelch this message,\n"
15395 " run 'git config --global sendemail.confirm auto'.\n"
15396 "\n"
15397 msgstr ""
15398
15399 #. TRANSLATORS: Make sure to include [y] [n] [q] [a] in your
15400 #. translation. The program will only accept English input
15401 #. at this point.
15402 #: git-send-email.perl:1352
15403 msgid "Send this email? ([y]es|[n]o|[q]uit|[a]ll): "
15404 msgstr ""
15405
15406 #: git-send-email.perl:1355
15407 msgid "Send this email reply required"
15408 msgstr ""
15409
15410 #: git-send-email.perl:1381
15411 msgid "The required SMTP server is not properly defined."
15412 msgstr ""
15413
15414 #: git-send-email.perl:1428
15415 #, perl-format
15416 msgid "Server does not support STARTTLS! %s"
15417 msgstr ""
15418
15419 #: git-send-email.perl:1433 git-send-email.perl:1437
15420 #, perl-format
15421 msgid "STARTTLS failed! %s"
15422 msgstr ""
15423
15424 #: git-send-email.perl:1447
15425 msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
15426 msgstr ""
15427
15428 #: git-send-email.perl:1465
15429 #, perl-format
15430 msgid "Failed to send %s\n"
15431 msgstr ""
15432
15433 #: git-send-email.perl:1468
15434 #, perl-format
15435 msgid "Dry-Sent %s\n"
15436 msgstr ""
15437
15438 #: git-send-email.perl:1468
15439 #, perl-format
15440 msgid "Sent %s\n"
15441 msgstr ""
15442
15443 #: git-send-email.perl:1470
15444 msgid "Dry-OK. Log says:\n"
15445 msgstr ""
15446
15447 #: git-send-email.perl:1470
15448 msgid "OK. Log says:\n"
15449 msgstr ""
15450
15451 #: git-send-email.perl:1482
15452 msgid "Result: "
15453 msgstr ""
15454
15455 #: git-send-email.perl:1485
15456 msgid "Result: OK\n"
15457 msgstr ""
15458
15459 #: git-send-email.perl:1498
15460 #, perl-format
15461 msgid "can't open file %s"
15462 msgstr ""
15463
15464 #: git-send-email.perl:1545 git-send-email.perl:1565
15465 #, perl-format
15466 msgid "(mbox) Adding cc: %s from line '%s'\n"
15467 msgstr ""
15468
15469 #: git-send-email.perl:1551
15470 #, perl-format
15471 msgid "(mbox) Adding to: %s from line '%s'\n"
15472 msgstr ""
15473
15474 #: git-send-email.perl:1599
15475 #, perl-format
15476 msgid "(non-mbox) Adding cc: %s from line '%s'\n"
15477 msgstr ""
15478
15479 #: git-send-email.perl:1624
15480 #, perl-format
15481 msgid "(body) Adding cc: %s from line '%s'\n"
15482 msgstr ""
15483
15484 #: git-send-email.perl:1730
15485 #, perl-format
15486 msgid "(%s) Could not execute '%s'"
15487 msgstr ""
15488
15489 #: git-send-email.perl:1737
15490 #, perl-format
15491 msgid "(%s) Adding %s: %s from: '%s'\n"
15492 msgstr ""
15493
15494 #: git-send-email.perl:1741
15495 #, perl-format
15496 msgid "(%s) failed to close pipe to '%s'"
15497 msgstr ""
15498
15499 #: git-send-email.perl:1768
15500 msgid "cannot send message as 7bit"
15501 msgstr ""
15502
15503 #: git-send-email.perl:1776
15504 msgid "invalid transfer encoding"
15505 msgstr ""
15506
15507 #: git-send-email.perl:1814 git-send-email.perl:1865 git-send-email.perl:1875
15508 #, perl-format
15509 msgid "unable to open %s: %s\n"
15510 msgstr ""
15511
15512 #: git-send-email.perl:1817
15513 #, perl-format
15514 msgid "%s: patch contains a line longer than 998 characters"
15515 msgstr ""
15516
15517 #: git-send-email.perl:1833
15518 #, perl-format
15519 msgid "Skipping %s with backup suffix '%s'.\n"
15520 msgstr ""
15521
15522 #. TRANSLATORS: please keep "[y|N]" as is.
15523 #: git-send-email.perl:1837
15524 #, perl-format
15525 msgid "Do you really want to send %s? [y|N]: "
15526 msgstr ""