]> git.ipfire.org Git - thirdparty/git.git/blob - po/git.pot
Merge branch 'master' of git://github.com/git-l10n/git-po
[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: 2018-05-31 23:32+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:92
22 #, c-format
23 msgid "%shint: %.*s%s\n"
24 msgstr ""
25
26 #: advice.c:137
27 msgid "Cherry-picking is not possible because you have unmerged files."
28 msgstr ""
29
30 #: advice.c:139
31 msgid "Committing is not possible because you have unmerged files."
32 msgstr ""
33
34 #: advice.c:141
35 msgid "Merging is not possible because you have unmerged files."
36 msgstr ""
37
38 #: advice.c:143
39 msgid "Pulling is not possible because you have unmerged files."
40 msgstr ""
41
42 #: advice.c:145
43 msgid "Reverting is not possible because you have unmerged files."
44 msgstr ""
45
46 #: advice.c:147
47 #, c-format
48 msgid "It is not possible to %s because you have unmerged files."
49 msgstr ""
50
51 #: advice.c:155
52 msgid ""
53 "Fix them up in the work tree, and then use 'git add/rm <file>'\n"
54 "as appropriate to mark resolution and make a commit."
55 msgstr ""
56
57 #: advice.c:163
58 msgid "Exiting because of an unresolved conflict."
59 msgstr ""
60
61 #: advice.c:168 builtin/merge.c:1249
62 msgid "You have not concluded your merge (MERGE_HEAD exists)."
63 msgstr ""
64
65 #: advice.c:170
66 msgid "Please, commit your changes before merging."
67 msgstr ""
68
69 #: advice.c:171
70 msgid "Exiting because of unfinished merge."
71 msgstr ""
72
73 #: advice.c:177
74 #, c-format
75 msgid ""
76 "Note: checking out '%s'.\n"
77 "\n"
78 "You are in 'detached HEAD' state. You can look around, make experimental\n"
79 "changes and commit them, and you can discard any commits you make in this\n"
80 "state without impacting any branches by performing another checkout.\n"
81 "\n"
82 "If you want to create a new branch to retain commits you create, you may\n"
83 "do so (now or later) by using -b with the checkout command again. Example:\n"
84 "\n"
85 " git checkout -b <new-branch-name>\n"
86 "\n"
87 msgstr ""
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:278
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:235 builtin/reset.c:140
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:786 builtin/fetch.c:1036
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:538 builtin/mv.c:300 builtin/rm.c:389
572 msgid "Unable to write new index file"
573 msgstr ""
574
575 #: apply.c:4921 apply.c:4924 builtin/am.c:2254 builtin/am.c:2257
576 #: builtin/clone.c:120 builtin/fetch.c:126 builtin/pull.c:198
577 #: builtin/submodule--helper.c:405 builtin/submodule--helper.c:1210
578 #: builtin/submodule--helper.c:1213 builtin/submodule--helper.c:1584
579 #: builtin/submodule--helper.c:1587 builtin/submodule--helper.c:1807
580 #: git-add--interactive.perl:197
581 msgid "path"
582 msgstr ""
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:2263
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:4950
633 msgid "also apply the patch (use with --stat/--summary/--check)"
634 msgstr ""
635
636 #: apply.c:4952
637 msgid "attempt three-way merge if a patch does not apply"
638 msgstr ""
639
640 #: apply.c:4954
641 msgid "build a temporary index based on embedded index information"
642 msgstr ""
643
644 #: apply.c:4957 builtin/checkout-index.c:168 builtin/ls-files.c:515
645 msgid "paths are separated with NUL character"
646 msgstr ""
647
648 #: apply.c:4959
649 msgid "ensure at least <n> lines of context match"
650 msgstr ""
651
652 #: apply.c:4960 builtin/am.c:2242 builtin/interpret-trailers.c:95
653 #: builtin/interpret-trailers.c:97 builtin/interpret-trailers.c:99
654 #: builtin/pack-objects.c:3177
655 msgid "action"
656 msgstr ""
657
658 #: apply.c:4961
659 msgid "detect new or modified lines that have whitespace errors"
660 msgstr ""
661
662 #: apply.c:4964 apply.c:4967
663 msgid "ignore changes in whitespace when finding context"
664 msgstr ""
665
666 #: apply.c:4970
667 msgid "apply the patch in reverse"
668 msgstr ""
669
670 #: apply.c:4972
671 msgid "don't expect at least one line of context"
672 msgstr ""
673
674 #: apply.c:4974
675 msgid "leave the rejected hunks in corresponding *.rej files"
676 msgstr ""
677
678 #: apply.c:4976
679 msgid "allow overlapping hunks"
680 msgstr ""
681
682 #: apply.c:4977 builtin/add.c:290 builtin/check-ignore.c:21
683 #: builtin/commit.c:1301 builtin/count-objects.c:98 builtin/fsck.c:666
684 #: builtin/log.c:1901 builtin/mv.c:122 builtin/read-tree.c:124
685 msgid "be verbose"
686 msgstr ""
687
688 #: apply.c:4979
689 msgid "tolerate incorrectly detected missing new-line at the end of file"
690 msgstr ""
691
692 #: apply.c:4982
693 msgid "do not trust the line counts in the hunk headers"
694 msgstr ""
695
696 #: apply.c:4984 builtin/am.c:2251
697 msgid "root"
698 msgstr ""
699
700 #: apply.c:4985
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:514 builtin/rm.c:298
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:1462
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:813 builtin/blame.c:814 builtin/config.c:127
743 #: builtin/fast-export.c:1007 builtin/fast-export.c:1009 builtin/grep.c:869
744 #: builtin/hash-object.c:103 builtin/ls-files.c:551 builtin/ls-files.c:554
745 #: builtin/notes.c:405 builtin/notes.c:568 builtin/read-tree.c:119
746 #: parse-options.h:165
747 msgid "file"
748 msgstr ""
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:110 builtin/clone.c:113
779 #: builtin/submodule--helper.c:1222 builtin/submodule--helper.c:1593
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:461
829 #, c-format
830 msgid "Badly quoted content in file '%s': %s"
831 msgstr ""
832
833 #: bisect.c:669
834 #, c-format
835 msgid "We cannot bisect more!\n"
836 msgstr ""
837
838 #: bisect.c:723
839 #, c-format
840 msgid "Not a valid commit name %s"
841 msgstr ""
842
843 #: bisect.c:747
844 #, c-format
845 msgid ""
846 "The merge base %s is bad.\n"
847 "This means the bug has been fixed between %s and [%s].\n"
848 msgstr ""
849
850 #: bisect.c:752
851 #, c-format
852 msgid ""
853 "The merge base %s is new.\n"
854 "The property has changed between %s and [%s].\n"
855 msgstr ""
856
857 #: bisect.c:757
858 #, c-format
859 msgid ""
860 "The merge base %s is %s.\n"
861 "This means the first '%s' commit is between %s and [%s].\n"
862 msgstr ""
863
864 #: bisect.c:765
865 #, c-format
866 msgid ""
867 "Some %s revs are not ancestors of the %s rev.\n"
868 "git bisect cannot work properly in this case.\n"
869 "Maybe you mistook %s and %s revs?\n"
870 msgstr ""
871
872 #: bisect.c:778
873 #, c-format
874 msgid ""
875 "the merge base between %s and [%s] must be skipped.\n"
876 "So we cannot be sure the first %s commit is between %s and %s.\n"
877 "We continue anyway."
878 msgstr ""
879
880 #: bisect.c:811
881 #, c-format
882 msgid "Bisecting: a merge base must be tested\n"
883 msgstr ""
884
885 #: bisect.c:851
886 #, c-format
887 msgid "a %s revision is needed"
888 msgstr ""
889
890 #: bisect.c:870 builtin/notes.c:175 builtin/tag.c:236
891 #, c-format
892 msgid "could not create file '%s'"
893 msgstr ""
894
895 #: bisect.c:921
896 #, c-format
897 msgid "could not read file '%s'"
898 msgstr ""
899
900 #: bisect.c:951
901 msgid "reading bisect refs failed"
902 msgstr ""
903
904 #: bisect.c:970
905 #, c-format
906 msgid "%s was both %s and %s\n"
907 msgstr ""
908
909 #: bisect.c:978
910 #, c-format
911 msgid ""
912 "No testable commit found.\n"
913 "Maybe you started with bad path parameters?\n"
914 msgstr ""
915
916 #: bisect.c:997
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:1003
927 #, c-format
928 msgid "Bisecting: %d revision left to test after this %s\n"
929 msgid_plural "Bisecting: %d revisions left to test after this %s\n"
930 msgstr[0] ""
931 msgstr[1] ""
932
933 #: blame.c:1756
934 msgid "--contents and --reverse do not blend well."
935 msgstr ""
936
937 #: blame.c:1767
938 msgid "cannot use --contents with final commit object name"
939 msgstr ""
940
941 #: blame.c:1787
942 msgid "--reverse and --first-parent together require specified latest commit"
943 msgstr ""
944
945 #: blame.c:1796 bundle.c:160 ref-filter.c:2075 sequencer.c:1860
946 #: sequencer.c:3631 builtin/commit.c:981 builtin/log.c:366 builtin/log.c:920
947 #: builtin/log.c:1371 builtin/log.c:1702 builtin/log.c:1950 builtin/merge.c:371
948 #: builtin/shortlog.c:192
949 msgid "revision walk setup failed"
950 msgstr ""
951
952 #: blame.c:1814
953 msgid ""
954 "--reverse --first-parent together require range along first-parent chain"
955 msgstr ""
956
957 #: blame.c:1825
958 #, c-format
959 msgid "no such path %s in %s"
960 msgstr ""
961
962 #: blame.c:1836
963 #, c-format
964 msgid "cannot read blob %s for path %s"
965 msgstr ""
966
967 #: branch.c:54
968 #, c-format
969 msgid ""
970 "\n"
971 "After fixing the error cause you may try to fix up\n"
972 "the remote tracking information by invoking\n"
973 "\"git branch --set-upstream-to=%s%s%s\"."
974 msgstr ""
975
976 #: branch.c:68
977 #, c-format
978 msgid "Not setting branch %s as its own upstream."
979 msgstr ""
980
981 #: branch.c:94
982 #, c-format
983 msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."
984 msgstr ""
985
986 #: branch.c:95
987 #, c-format
988 msgid "Branch '%s' set up to track remote branch '%s' from '%s'."
989 msgstr ""
990
991 #: branch.c:99
992 #, c-format
993 msgid "Branch '%s' set up to track local branch '%s' by rebasing."
994 msgstr ""
995
996 #: branch.c:100
997 #, c-format
998 msgid "Branch '%s' set up to track local branch '%s'."
999 msgstr ""
1000
1001 #: branch.c:105
1002 #, c-format
1003 msgid "Branch '%s' set up to track remote ref '%s' by rebasing."
1004 msgstr ""
1005
1006 #: branch.c:106
1007 #, c-format
1008 msgid "Branch '%s' set up to track remote ref '%s'."
1009 msgstr ""
1010
1011 #: branch.c:110
1012 #, c-format
1013 msgid "Branch '%s' set up to track local ref '%s' by rebasing."
1014 msgstr ""
1015
1016 #: branch.c:111
1017 #, c-format
1018 msgid "Branch '%s' set up to track local ref '%s'."
1019 msgstr ""
1020
1021 #: branch.c:120
1022 msgid "Unable to write upstream branch configuration"
1023 msgstr ""
1024
1025 #: branch.c:157
1026 #, c-format
1027 msgid "Not tracking: ambiguous information for ref %s"
1028 msgstr ""
1029
1030 #: branch.c:190
1031 #, c-format
1032 msgid "'%s' is not a valid branch name."
1033 msgstr ""
1034
1035 #: branch.c:209
1036 #, c-format
1037 msgid "A branch named '%s' already exists."
1038 msgstr ""
1039
1040 #: branch.c:214
1041 msgid "Cannot force update the current branch."
1042 msgstr ""
1043
1044 #: branch.c:234
1045 #, c-format
1046 msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1047 msgstr ""
1048
1049 #: branch.c:236
1050 #, c-format
1051 msgid "the requested upstream branch '%s' does not exist"
1052 msgstr ""
1053
1054 #: branch.c:238
1055 msgid ""
1056 "\n"
1057 "If you are planning on basing your work on an upstream\n"
1058 "branch that already exists at the remote, you may need to\n"
1059 "run \"git fetch\" to retrieve it.\n"
1060 "\n"
1061 "If you are planning to push out a new local branch that\n"
1062 "will track its remote counterpart, you may want to use\n"
1063 "\"git push -u\" to set the upstream config as you push."
1064 msgstr ""
1065
1066 #: branch.c:281
1067 #, c-format
1068 msgid "Not a valid object name: '%s'."
1069 msgstr ""
1070
1071 #: branch.c:301
1072 #, c-format
1073 msgid "Ambiguous object name: '%s'."
1074 msgstr ""
1075
1076 #: branch.c:306
1077 #, c-format
1078 msgid "Not a valid branch point: '%s'."
1079 msgstr ""
1080
1081 #: branch.c:360
1082 #, c-format
1083 msgid "'%s' is already checked out at '%s'"
1084 msgstr ""
1085
1086 #: branch.c:383
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:2080 sequencer.c:2557 builtin/commit.c:755
1102 #, c-format
1103 msgid "could not open '%s'"
1104 msgstr ""
1105
1106 #: bundle.c:139
1107 msgid "Repository lacks these prerequisite commits:"
1108 msgstr ""
1109
1110 #: bundle.c:190
1111 #, c-format
1112 msgid "The bundle contains this ref:"
1113 msgid_plural "The bundle contains these %d refs:"
1114 msgstr[0] ""
1115 msgstr[1] ""
1116
1117 #: bundle.c:197
1118 msgid "The bundle records a complete history."
1119 msgstr ""
1120
1121 #: bundle.c:199
1122 #, c-format
1123 msgid "The bundle requires this ref:"
1124 msgid_plural "The bundle requires these %d refs:"
1125 msgstr[0] ""
1126 msgstr[1] ""
1127
1128 #: bundle.c:258
1129 msgid "Could not spawn pack-objects"
1130 msgstr ""
1131
1132 #: bundle.c:269
1133 msgid "pack-objects died"
1134 msgstr ""
1135
1136 #: bundle.c:311
1137 msgid "rev-list died"
1138 msgstr ""
1139
1140 #: bundle.c:360
1141 #, c-format
1142 msgid "ref '%s' is excluded by the rev-list options"
1143 msgstr ""
1144
1145 #: bundle.c:450 builtin/log.c:183 builtin/log.c:1607 builtin/shortlog.c:303
1146 #, c-format
1147 msgid "unrecognized argument: %s"
1148 msgstr ""
1149
1150 #: bundle.c:458
1151 msgid "Refusing to create empty bundle."
1152 msgstr ""
1153
1154 #: bundle.c:470
1155 #, c-format
1156 msgid "cannot create '%s'"
1157 msgstr ""
1158
1159 #: bundle.c:498
1160 msgid "index-pack died"
1161 msgstr ""
1162
1163 #: color.c:296
1164 #, c-format
1165 msgid "invalid color value: %.*s"
1166 msgstr ""
1167
1168 #: commit.c:43 sequencer.c:2363 builtin/am.c:421 builtin/am.c:465
1169 #: builtin/am.c:1436 builtin/am.c:2072 builtin/replace.c:376
1170 #: builtin/replace.c:448
1171 #, c-format
1172 msgid "could not parse %s"
1173 msgstr ""
1174
1175 #: commit.c:45
1176 #, c-format
1177 msgid "%s %s is not a commit!"
1178 msgstr ""
1179
1180 #: commit.c:182
1181 msgid ""
1182 "Support for <GIT_DIR>/info/grafts is deprecated\n"
1183 "and will be removed in a future Git version.\n"
1184 "\n"
1185 "Please use \"git replace --convert-graft-file\"\n"
1186 "to convert the grafts into replace refs.\n"
1187 "\n"
1188 "Turn this message off by running\n"
1189 "\"git config advice.graftFileDeprecated false\""
1190 msgstr ""
1191
1192 #: commit.c:1537
1193 msgid ""
1194 "Warning: commit message did not conform to UTF-8.\n"
1195 "You may want to amend it after fixing the message, or set the config\n"
1196 "variable i18n.commitencoding to the encoding your project uses.\n"
1197 msgstr ""
1198
1199 #: commit-graph.c:669
1200 #, c-format
1201 msgid "the commit graph format cannot write %d commits"
1202 msgstr ""
1203
1204 #: commit-graph.c:696
1205 msgid "too many commits to write graph"
1206 msgstr ""
1207
1208 #: commit-graph.c:707 builtin/init-db.c:516 builtin/init-db.c:521
1209 #, c-format
1210 msgid "cannot mkdir %s"
1211 msgstr ""
1212
1213 #: compat/obstack.c:405 compat/obstack.c:407
1214 msgid "memory exhausted"
1215 msgstr ""
1216
1217 #: config.c:187
1218 msgid "relative config include conditionals must come from files"
1219 msgstr ""
1220
1221 #: config.c:788
1222 #, c-format
1223 msgid "bad config line %d in blob %s"
1224 msgstr ""
1225
1226 #: config.c:792
1227 #, c-format
1228 msgid "bad config line %d in file %s"
1229 msgstr ""
1230
1231 #: config.c:796
1232 #, c-format
1233 msgid "bad config line %d in standard input"
1234 msgstr ""
1235
1236 #: config.c:800
1237 #, c-format
1238 msgid "bad config line %d in submodule-blob %s"
1239 msgstr ""
1240
1241 #: config.c:804
1242 #, c-format
1243 msgid "bad config line %d in command line %s"
1244 msgstr ""
1245
1246 #: config.c:808
1247 #, c-format
1248 msgid "bad config line %d in %s"
1249 msgstr ""
1250
1251 #: config.c:936
1252 msgid "out of range"
1253 msgstr ""
1254
1255 #: config.c:936
1256 msgid "invalid unit"
1257 msgstr ""
1258
1259 #: config.c:942
1260 #, c-format
1261 msgid "bad numeric config value '%s' for '%s': %s"
1262 msgstr ""
1263
1264 #: config.c:947
1265 #, c-format
1266 msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1267 msgstr ""
1268
1269 #: config.c:950
1270 #, c-format
1271 msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1272 msgstr ""
1273
1274 #: config.c:953
1275 #, c-format
1276 msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1277 msgstr ""
1278
1279 #: config.c:956
1280 #, c-format
1281 msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1282 msgstr ""
1283
1284 #: config.c:959
1285 #, c-format
1286 msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1287 msgstr ""
1288
1289 #: config.c:962
1290 #, c-format
1291 msgid "bad numeric config value '%s' for '%s' in %s: %s"
1292 msgstr ""
1293
1294 #: config.c:1057
1295 #, c-format
1296 msgid "failed to expand user dir in: '%s'"
1297 msgstr ""
1298
1299 #: config.c:1066
1300 #, c-format
1301 msgid "'%s' for '%s' is not a valid timestamp"
1302 msgstr ""
1303
1304 #: config.c:1171 config.c:1182
1305 #, c-format
1306 msgid "bad zlib compression level %d"
1307 msgstr ""
1308
1309 #: config.c:1307
1310 #, c-format
1311 msgid "invalid mode for object creation: %s"
1312 msgstr ""
1313
1314 #: config.c:1473
1315 #, c-format
1316 msgid "bad pack compression level %d"
1317 msgstr ""
1318
1319 #: config.c:1681
1320 msgid "unable to parse command-line config"
1321 msgstr ""
1322
1323 #: config.c:2013
1324 msgid "unknown error occurred while reading the configuration files"
1325 msgstr ""
1326
1327 #: config.c:2200
1328 #, c-format
1329 msgid "Invalid %s: '%s'"
1330 msgstr ""
1331
1332 #: config.c:2243
1333 #, c-format
1334 msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1335 msgstr ""
1336
1337 #: config.c:2269
1338 #, c-format
1339 msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1340 msgstr ""
1341
1342 #: config.c:2294
1343 #, c-format
1344 msgid "unable to parse '%s' from command-line config"
1345 msgstr ""
1346
1347 #: config.c:2296
1348 #, c-format
1349 msgid "bad config variable '%s' in file '%s' at line %d"
1350 msgstr ""
1351
1352 #: config.c:2402
1353 #, c-format
1354 msgid "%s has multiple values"
1355 msgstr ""
1356
1357 #: config.c:2766 config.c:3019
1358 #, c-format
1359 msgid "fstat on %s failed"
1360 msgstr ""
1361
1362 #: config.c:2905
1363 #, c-format
1364 msgid "could not set '%s' to '%s'"
1365 msgstr ""
1366
1367 #: config.c:2907 builtin/remote.c:779
1368 #, c-format
1369 msgid "could not unset '%s'"
1370 msgstr ""
1371
1372 #: connect.c:60
1373 msgid "The remote end hung up upon initial contact"
1374 msgstr ""
1375
1376 #: connect.c:62
1377 msgid ""
1378 "Could not read from remote repository.\n"
1379 "\n"
1380 "Please make sure you have the correct access rights\n"
1381 "and the repository exists."
1382 msgstr ""
1383
1384 #: connected.c:66 builtin/fsck.c:201 builtin/prune.c:145
1385 msgid "Checking connectivity"
1386 msgstr ""
1387
1388 #: connected.c:78
1389 msgid "Could not run 'git rev-list'"
1390 msgstr ""
1391
1392 #: connected.c:98
1393 msgid "failed write to rev-list"
1394 msgstr ""
1395
1396 #: connected.c:105
1397 msgid "failed to close rev-list's stdin"
1398 msgstr ""
1399
1400 #: convert.c:206
1401 #, c-format
1402 msgid "CRLF would be replaced by LF in %s."
1403 msgstr ""
1404
1405 #: convert.c:208
1406 #, c-format
1407 msgid ""
1408 "CRLF will be replaced by LF in %s.\n"
1409 "The file will have its original line endings in your working directory."
1410 msgstr ""
1411
1412 #: convert.c:216
1413 #, c-format
1414 msgid "LF would be replaced by CRLF in %s"
1415 msgstr ""
1416
1417 #: convert.c:218
1418 #, c-format
1419 msgid ""
1420 "LF will be replaced by CRLF in %s.\n"
1421 "The file will have its original line endings in your working directory."
1422 msgstr ""
1423
1424 #: convert.c:279
1425 #, c-format
1426 msgid "BOM is prohibited in '%s' if encoded as %s"
1427 msgstr ""
1428
1429 #: convert.c:286
1430 #, c-format
1431 msgid ""
1432 "The file '%s' contains a byte order mark (BOM). Please use UTF-%s as working-"
1433 "tree-encoding."
1434 msgstr ""
1435
1436 #: convert.c:304
1437 #, c-format
1438 msgid "BOM is required in '%s' if encoded as %s"
1439 msgstr ""
1440
1441 #: convert.c:306
1442 #, c-format
1443 msgid ""
1444 "The file '%s' is missing a byte order mark (BOM). Please use UTF-%sBE or UTF-"
1445 "%sLE (depending on the byte order) as working-tree-encoding."
1446 msgstr ""
1447
1448 #: convert.c:424
1449 #, c-format
1450 msgid "failed to encode '%s' from %s to %s"
1451 msgstr ""
1452
1453 #: convert.c:467
1454 #, c-format
1455 msgid "encoding '%s' from %s to %s and back is not the same"
1456 msgstr ""
1457
1458 #: convert.c:1225
1459 msgid "true/false are no valid working-tree-encodings"
1460 msgstr ""
1461
1462 #: date.c:116
1463 msgid "in the future"
1464 msgstr ""
1465
1466 #: date.c:122
1467 #, c-format
1468 msgid "%<PRIuMAX> second ago"
1469 msgid_plural "%<PRIuMAX> seconds ago"
1470 msgstr[0] ""
1471 msgstr[1] ""
1472
1473 #: date.c:129
1474 #, c-format
1475 msgid "%<PRIuMAX> minute ago"
1476 msgid_plural "%<PRIuMAX> minutes ago"
1477 msgstr[0] ""
1478 msgstr[1] ""
1479
1480 #: date.c:136
1481 #, c-format
1482 msgid "%<PRIuMAX> hour ago"
1483 msgid_plural "%<PRIuMAX> hours ago"
1484 msgstr[0] ""
1485 msgstr[1] ""
1486
1487 #: date.c:143
1488 #, c-format
1489 msgid "%<PRIuMAX> day ago"
1490 msgid_plural "%<PRIuMAX> days ago"
1491 msgstr[0] ""
1492 msgstr[1] ""
1493
1494 #: date.c:149
1495 #, c-format
1496 msgid "%<PRIuMAX> week ago"
1497 msgid_plural "%<PRIuMAX> weeks ago"
1498 msgstr[0] ""
1499 msgstr[1] ""
1500
1501 #: date.c:156
1502 #, c-format
1503 msgid "%<PRIuMAX> month ago"
1504 msgid_plural "%<PRIuMAX> months ago"
1505 msgstr[0] ""
1506 msgstr[1] ""
1507
1508 #: date.c:167
1509 #, c-format
1510 msgid "%<PRIuMAX> year"
1511 msgid_plural "%<PRIuMAX> years"
1512 msgstr[0] ""
1513 msgstr[1] ""
1514
1515 #. TRANSLATORS: "%s" is "<n> years"
1516 #: date.c:170
1517 #, c-format
1518 msgid "%s, %<PRIuMAX> month ago"
1519 msgid_plural "%s, %<PRIuMAX> months ago"
1520 msgstr[0] ""
1521 msgstr[1] ""
1522
1523 #: date.c:175 date.c:180
1524 #, c-format
1525 msgid "%<PRIuMAX> year ago"
1526 msgid_plural "%<PRIuMAX> years ago"
1527 msgstr[0] ""
1528 msgstr[1] ""
1529
1530 #: diffcore-order.c:24
1531 #, c-format
1532 msgid "failed to read orderfile '%s'"
1533 msgstr ""
1534
1535 #: diffcore-rename.c:535
1536 msgid "Performing inexact rename detection"
1537 msgstr ""
1538
1539 #: diff.c:74
1540 #, c-format
1541 msgid "option '%s' requires a value"
1542 msgstr ""
1543
1544 #: diff.c:152
1545 #, c-format
1546 msgid " Failed to parse dirstat cut-off percentage '%s'\n"
1547 msgstr ""
1548
1549 #: diff.c:157
1550 #, c-format
1551 msgid " Unknown dirstat parameter '%s'\n"
1552 msgstr ""
1553
1554 #: diff.c:281
1555 msgid ""
1556 "color moved setting must be one of 'no', 'default', 'zebra', 'dimmed_zebra', "
1557 "'plain'"
1558 msgstr ""
1559
1560 #: diff.c:341
1561 #, c-format
1562 msgid "Unknown value for 'diff.submodule' config variable: '%s'"
1563 msgstr ""
1564
1565 #: diff.c:401
1566 #, c-format
1567 msgid ""
1568 "Found errors in 'diff.dirstat' config variable:\n"
1569 "%s"
1570 msgstr ""
1571
1572 #: diff.c:3823
1573 #, c-format
1574 msgid "external diff died, stopping at %s"
1575 msgstr ""
1576
1577 #: diff.c:4153
1578 msgid "--name-only, --name-status, --check and -s are mutually exclusive"
1579 msgstr ""
1580
1581 #: diff.c:4156
1582 msgid "-G, -S and --find-object are mutually exclusive"
1583 msgstr ""
1584
1585 #: diff.c:4244
1586 msgid "--follow requires exactly one pathspec"
1587 msgstr ""
1588
1589 #: diff.c:4410
1590 #, c-format
1591 msgid ""
1592 "Failed to parse --dirstat/-X option parameter:\n"
1593 "%s"
1594 msgstr ""
1595
1596 #: diff.c:4424
1597 #, c-format
1598 msgid "Failed to parse --submodule option parameter: '%s'"
1599 msgstr ""
1600
1601 #: diff.c:5500
1602 msgid "inexact rename detection was skipped due to too many files."
1603 msgstr ""
1604
1605 #: diff.c:5503
1606 msgid "only found copies from modified paths due to too many files."
1607 msgstr ""
1608
1609 #: diff.c:5506
1610 #, c-format
1611 msgid ""
1612 "you may want to set your %s variable to at least %d and retry the command."
1613 msgstr ""
1614
1615 #: dir.c:1867
1616 #, c-format
1617 msgid "could not open directory '%s'"
1618 msgstr ""
1619
1620 #: dir.c:2109
1621 msgid "failed to get kernel name and information"
1622 msgstr ""
1623
1624 #: dir.c:2233
1625 msgid "Untracked cache is disabled on this system or location."
1626 msgstr ""
1627
1628 #: dir.c:3075 dir.c:3080
1629 #, c-format
1630 msgid "could not create directories for %s"
1631 msgstr ""
1632
1633 #: dir.c:3109
1634 #, c-format
1635 msgid "could not migrate git directory from '%s' to '%s'"
1636 msgstr ""
1637
1638 #: editor.c:61
1639 #, c-format
1640 msgid "hint: Waiting for your editor to close the file...%c"
1641 msgstr ""
1642
1643 #: entry.c:177
1644 msgid "Filtering content"
1645 msgstr ""
1646
1647 #: entry.c:435
1648 #, c-format
1649 msgid "could not stat file '%s'"
1650 msgstr ""
1651
1652 #: fetch-object.c:17
1653 msgid "Remote with no URL"
1654 msgstr ""
1655
1656 #: fetch-pack.c:254
1657 msgid "git fetch-pack: expected shallow list"
1658 msgstr ""
1659
1660 #: fetch-pack.c:266
1661 msgid "git fetch-pack: expected ACK/NAK, got a flush packet"
1662 msgstr ""
1663
1664 #: fetch-pack.c:285 builtin/archive.c:63
1665 #, c-format
1666 msgid "remote error: %s"
1667 msgstr ""
1668
1669 #: fetch-pack.c:286
1670 #, c-format
1671 msgid "git fetch-pack: expected ACK/NAK, got '%s'"
1672 msgstr ""
1673
1674 #: fetch-pack.c:338
1675 msgid "--stateless-rpc requires multi_ack_detailed"
1676 msgstr ""
1677
1678 #: fetch-pack.c:429 fetch-pack.c:1310
1679 #, c-format
1680 msgid "invalid shallow line: %s"
1681 msgstr ""
1682
1683 #: fetch-pack.c:435 fetch-pack.c:1316
1684 #, c-format
1685 msgid "invalid unshallow line: %s"
1686 msgstr ""
1687
1688 #: fetch-pack.c:437 fetch-pack.c:1318
1689 #, c-format
1690 msgid "object not found: %s"
1691 msgstr ""
1692
1693 #: fetch-pack.c:440 fetch-pack.c:1321
1694 #, c-format
1695 msgid "error in object: %s"
1696 msgstr ""
1697
1698 #: fetch-pack.c:442 fetch-pack.c:1323
1699 #, c-format
1700 msgid "no shallow found: %s"
1701 msgstr ""
1702
1703 #: fetch-pack.c:445 fetch-pack.c:1326
1704 #, c-format
1705 msgid "expected shallow/unshallow, got %s"
1706 msgstr ""
1707
1708 #: fetch-pack.c:486
1709 #, c-format
1710 msgid "got %s %d %s"
1711 msgstr ""
1712
1713 #: fetch-pack.c:500
1714 #, c-format
1715 msgid "invalid commit %s"
1716 msgstr ""
1717
1718 #: fetch-pack.c:533
1719 msgid "giving up"
1720 msgstr ""
1721
1722 #: fetch-pack.c:543 progress.c:229
1723 msgid "done"
1724 msgstr ""
1725
1726 #: fetch-pack.c:555
1727 #, c-format
1728 msgid "got %s (%d) %s"
1729 msgstr ""
1730
1731 #: fetch-pack.c:601
1732 #, c-format
1733 msgid "Marking %s as complete"
1734 msgstr ""
1735
1736 #: fetch-pack.c:828
1737 #, c-format
1738 msgid "already have %s (%s)"
1739 msgstr ""
1740
1741 #: fetch-pack.c:869
1742 msgid "fetch-pack: unable to fork off sideband demultiplexer"
1743 msgstr ""
1744
1745 #: fetch-pack.c:877
1746 msgid "protocol error: bad pack header"
1747 msgstr ""
1748
1749 #: fetch-pack.c:944
1750 #, c-format
1751 msgid "fetch-pack: unable to fork off %s"
1752 msgstr ""
1753
1754 #: fetch-pack.c:960
1755 #, c-format
1756 msgid "%s failed"
1757 msgstr ""
1758
1759 #: fetch-pack.c:962
1760 msgid "error in sideband demultiplexer"
1761 msgstr ""
1762
1763 #: fetch-pack.c:989
1764 msgid "Server does not support shallow clients"
1765 msgstr ""
1766
1767 #: fetch-pack.c:993
1768 msgid "Server supports multi_ack_detailed"
1769 msgstr ""
1770
1771 #: fetch-pack.c:996
1772 msgid "Server supports no-done"
1773 msgstr ""
1774
1775 #: fetch-pack.c:1002
1776 msgid "Server supports multi_ack"
1777 msgstr ""
1778
1779 #: fetch-pack.c:1006
1780 msgid "Server supports side-band-64k"
1781 msgstr ""
1782
1783 #: fetch-pack.c:1010
1784 msgid "Server supports side-band"
1785 msgstr ""
1786
1787 #: fetch-pack.c:1014
1788 msgid "Server supports allow-tip-sha1-in-want"
1789 msgstr ""
1790
1791 #: fetch-pack.c:1018
1792 msgid "Server supports allow-reachable-sha1-in-want"
1793 msgstr ""
1794
1795 #: fetch-pack.c:1028
1796 msgid "Server supports ofs-delta"
1797 msgstr ""
1798
1799 #: fetch-pack.c:1034 fetch-pack.c:1204
1800 msgid "Server supports filter"
1801 msgstr ""
1802
1803 #: fetch-pack.c:1042
1804 #, c-format
1805 msgid "Server version is %.*s"
1806 msgstr ""
1807
1808 #: fetch-pack.c:1048
1809 msgid "Server does not support --shallow-since"
1810 msgstr ""
1811
1812 #: fetch-pack.c:1052
1813 msgid "Server does not support --shallow-exclude"
1814 msgstr ""
1815
1816 #: fetch-pack.c:1054
1817 msgid "Server does not support --deepen"
1818 msgstr ""
1819
1820 #: fetch-pack.c:1065
1821 msgid "no common commits"
1822 msgstr ""
1823
1824 #: fetch-pack.c:1077 fetch-pack.c:1414
1825 msgid "git fetch-pack: fetch failed."
1826 msgstr ""
1827
1828 #: fetch-pack.c:1199
1829 msgid "Server does not support shallow requests"
1830 msgstr ""
1831
1832 #: fetch-pack.c:1584
1833 msgid "no matching remote head"
1834 msgstr ""
1835
1836 #: fetch-pack.c:1610
1837 #, c-format
1838 msgid "no such remote ref %s"
1839 msgstr ""
1840
1841 #: fetch-pack.c:1613
1842 #, c-format
1843 msgid "Server does not allow request for unadvertised object %s"
1844 msgstr ""
1845
1846 #: gpg-interface.c:185
1847 msgid "gpg failed to sign the data"
1848 msgstr ""
1849
1850 #: gpg-interface.c:210
1851 msgid "could not create temporary file"
1852 msgstr ""
1853
1854 #: gpg-interface.c:213
1855 #, c-format
1856 msgid "failed writing detached signature to '%s'"
1857 msgstr ""
1858
1859 #: graph.c:97
1860 #, c-format
1861 msgid "ignore invalid color '%.*s' in log.graphColors"
1862 msgstr ""
1863
1864 #: grep.c:2020
1865 #, c-format
1866 msgid "'%s': unable to read %s"
1867 msgstr ""
1868
1869 #: grep.c:2037 setup.c:164 builtin/clone.c:409 builtin/diff.c:81
1870 #: builtin/rm.c:134
1871 #, c-format
1872 msgid "failed to stat '%s'"
1873 msgstr ""
1874
1875 #: grep.c:2048
1876 #, c-format
1877 msgid "'%s': short read"
1878 msgstr ""
1879
1880 #: help.c:179
1881 #, c-format
1882 msgid "available git commands in '%s'"
1883 msgstr ""
1884
1885 #: help.c:186
1886 msgid "git commands available from elsewhere on your $PATH"
1887 msgstr ""
1888
1889 #: help.c:217
1890 msgid "These are common Git commands used in various situations:"
1891 msgstr ""
1892
1893 #: help.c:281
1894 #, c-format
1895 msgid ""
1896 "'%s' appears to be a git command, but we were not\n"
1897 "able to execute it. Maybe git-%s is broken?"
1898 msgstr ""
1899
1900 #: help.c:336
1901 msgid "Uh oh. Your system reports no Git commands at all."
1902 msgstr ""
1903
1904 #: help.c:358
1905 #, c-format
1906 msgid "WARNING: You called a Git command named '%s', which does not exist."
1907 msgstr ""
1908
1909 #: help.c:363
1910 #, c-format
1911 msgid "Continuing under the assumption that you meant '%s'."
1912 msgstr ""
1913
1914 #: help.c:368
1915 #, c-format
1916 msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
1917 msgstr ""
1918
1919 #: help.c:376
1920 #, c-format
1921 msgid "git: '%s' is not a git command. See 'git --help'."
1922 msgstr ""
1923
1924 #: help.c:380
1925 msgid ""
1926 "\n"
1927 "The most similar command is"
1928 msgid_plural ""
1929 "\n"
1930 "The most similar commands are"
1931 msgstr[0] ""
1932 msgstr[1] ""
1933
1934 #: help.c:395
1935 msgid "git version [<options>]"
1936 msgstr ""
1937
1938 #: help.c:462
1939 #, c-format
1940 msgid "%s: %s - %s"
1941 msgstr ""
1942
1943 #: help.c:466
1944 msgid ""
1945 "\n"
1946 "Did you mean this?"
1947 msgid_plural ""
1948 "\n"
1949 "Did you mean one of these?"
1950 msgstr[0] ""
1951 msgstr[1] ""
1952
1953 #: ident.c:342
1954 msgid ""
1955 "\n"
1956 "*** Please tell me who you are.\n"
1957 "\n"
1958 "Run\n"
1959 "\n"
1960 " git config --global user.email \"you@example.com\"\n"
1961 " git config --global user.name \"Your Name\"\n"
1962 "\n"
1963 "to set your account's default identity.\n"
1964 "Omit --global to set the identity only in this repository.\n"
1965 "\n"
1966 msgstr ""
1967
1968 #: ident.c:366
1969 msgid "no email was given and auto-detection is disabled"
1970 msgstr ""
1971
1972 #: ident.c:371
1973 #, c-format
1974 msgid "unable to auto-detect email address (got '%s')"
1975 msgstr ""
1976
1977 #: ident.c:381
1978 msgid "no name was given and auto-detection is disabled"
1979 msgstr ""
1980
1981 #: ident.c:387
1982 #, c-format
1983 msgid "unable to auto-detect name (got '%s')"
1984 msgstr ""
1985
1986 #: ident.c:395
1987 #, c-format
1988 msgid "empty ident name (for <%s>) not allowed"
1989 msgstr ""
1990
1991 #: ident.c:401
1992 #, c-format
1993 msgid "name consists only of disallowed characters: %s"
1994 msgstr ""
1995
1996 #: ident.c:416 builtin/commit.c:587
1997 #, c-format
1998 msgid "invalid date format: %s"
1999 msgstr ""
2000
2001 #: list-objects-filter-options.c:36
2002 msgid "multiple filter-specs cannot be combined"
2003 msgstr ""
2004
2005 #: list-objects-filter-options.c:126
2006 msgid "cannot change partial clone promisor remote"
2007 msgstr ""
2008
2009 #: lockfile.c:151
2010 #, c-format
2011 msgid ""
2012 "Unable to create '%s.lock': %s.\n"
2013 "\n"
2014 "Another git process seems to be running in this repository, e.g.\n"
2015 "an editor opened by 'git commit'. Please make sure all processes\n"
2016 "are terminated then try again. If it still fails, a git process\n"
2017 "may have crashed in this repository earlier:\n"
2018 "remove the file manually to continue."
2019 msgstr ""
2020
2021 #: lockfile.c:159
2022 #, c-format
2023 msgid "Unable to create '%s.lock': %s"
2024 msgstr ""
2025
2026 #: merge.c:71
2027 msgid "failed to read the cache"
2028 msgstr ""
2029
2030 #: merge.c:136 builtin/am.c:1946 builtin/am.c:1980 builtin/checkout.c:378
2031 #: builtin/checkout.c:606 builtin/clone.c:761
2032 msgid "unable to write new index file"
2033 msgstr ""
2034
2035 #: merge-recursive.c:298
2036 msgid "(bad commit)\n"
2037 msgstr ""
2038
2039 #: merge-recursive.c:320
2040 #, c-format
2041 msgid "add_cacheinfo failed for path '%s'; merge aborting."
2042 msgstr ""
2043
2044 #: merge-recursive.c:328
2045 #, c-format
2046 msgid "add_cacheinfo failed to refresh for path '%s'; merge aborting."
2047 msgstr ""
2048
2049 #: merge-recursive.c:410
2050 msgid "error building trees"
2051 msgstr ""
2052
2053 #: merge-recursive.c:881
2054 #, c-format
2055 msgid "failed to create path '%s'%s"
2056 msgstr ""
2057
2058 #: merge-recursive.c:892
2059 #, c-format
2060 msgid "Removing %s to make room for subdirectory\n"
2061 msgstr ""
2062
2063 #: merge-recursive.c:906 merge-recursive.c:925
2064 msgid ": perhaps a D/F conflict?"
2065 msgstr ""
2066
2067 #: merge-recursive.c:915
2068 #, c-format
2069 msgid "refusing to lose untracked file at '%s'"
2070 msgstr ""
2071
2072 #: merge-recursive.c:957 builtin/cat-file.c:37
2073 #, c-format
2074 msgid "cannot read object %s '%s'"
2075 msgstr ""
2076
2077 #: merge-recursive.c:959
2078 #, c-format
2079 msgid "blob expected for %s '%s'"
2080 msgstr ""
2081
2082 #: merge-recursive.c:983
2083 #, c-format
2084 msgid "failed to open '%s': %s"
2085 msgstr ""
2086
2087 #: merge-recursive.c:994
2088 #, c-format
2089 msgid "failed to symlink '%s': %s"
2090 msgstr ""
2091
2092 #: merge-recursive.c:999
2093 #, c-format
2094 msgid "do not know what to do with %06o %s '%s'"
2095 msgstr ""
2096
2097 #: merge-recursive.c:1186
2098 #, c-format
2099 msgid "Failed to merge submodule %s (not checked out)"
2100 msgstr ""
2101
2102 #: merge-recursive.c:1193
2103 #, c-format
2104 msgid "Failed to merge submodule %s (commits not present)"
2105 msgstr ""
2106
2107 #: merge-recursive.c:1200
2108 #, c-format
2109 msgid "Failed to merge submodule %s (commits don't follow merge-base)"
2110 msgstr ""
2111
2112 #: merge-recursive.c:1208 merge-recursive.c:1220
2113 #, c-format
2114 msgid "Fast-forwarding submodule %s to the following commit:"
2115 msgstr ""
2116
2117 #: merge-recursive.c:1211 merge-recursive.c:1223
2118 #, c-format
2119 msgid "Fast-forwarding submodule %s to %s"
2120 msgstr ""
2121
2122 #: merge-recursive.c:1245
2123 #, c-format
2124 msgid "Failed to merge submodule %s (merge following commits not found)"
2125 msgstr ""
2126
2127 #: merge-recursive.c:1249
2128 #, c-format
2129 msgid "Failed to merge submodule %s (not fast-forward)"
2130 msgstr ""
2131
2132 #: merge-recursive.c:1250
2133 msgid "Found a possible merge resolution for the submodule:\n"
2134 msgstr ""
2135
2136 #: merge-recursive.c:1253
2137 #, c-format
2138 msgid ""
2139 "If this is correct simply add it to the index for example\n"
2140 "by using:\n"
2141 "\n"
2142 " git update-index --cacheinfo 160000 %s \"%s\"\n"
2143 "\n"
2144 "which will accept this suggestion.\n"
2145 msgstr ""
2146
2147 #: merge-recursive.c:1262
2148 #, c-format
2149 msgid "Failed to merge submodule %s (multiple merges found)"
2150 msgstr ""
2151
2152 #: merge-recursive.c:1321
2153 msgid "Failed to execute internal merge"
2154 msgstr ""
2155
2156 #: merge-recursive.c:1326
2157 #, c-format
2158 msgid "Unable to add %s to database"
2159 msgstr ""
2160
2161 #: merge-recursive.c:1358
2162 #, c-format
2163 msgid "Auto-merging %s"
2164 msgstr ""
2165
2166 #: merge-recursive.c:1423
2167 #, c-format
2168 msgid "Error: Refusing to lose untracked file at %s; writing to %s instead."
2169 msgstr ""
2170
2171 #: merge-recursive.c:1475
2172 #, c-format
2173 msgid ""
2174 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2175 "in tree."
2176 msgstr ""
2177
2178 #: merge-recursive.c:1480
2179 #, c-format
2180 msgid ""
2181 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2182 "left in tree."
2183 msgstr ""
2184
2185 #: merge-recursive.c:1487
2186 #, c-format
2187 msgid ""
2188 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2189 "in tree at %s."
2190 msgstr ""
2191
2192 #: merge-recursive.c:1492
2193 #, c-format
2194 msgid ""
2195 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2196 "left in tree at %s."
2197 msgstr ""
2198
2199 #: merge-recursive.c:1526
2200 msgid "rename"
2201 msgstr ""
2202
2203 #: merge-recursive.c:1526
2204 msgid "renamed"
2205 msgstr ""
2206
2207 #: merge-recursive.c:1580 merge-recursive.c:1736 merge-recursive.c:2368
2208 #: merge-recursive.c:3086
2209 #, c-format
2210 msgid "Refusing to lose dirty file at %s"
2211 msgstr ""
2212
2213 #: merge-recursive.c:1594
2214 #, c-format
2215 msgid "%s is a directory in %s adding as %s instead"
2216 msgstr ""
2217
2218 #: merge-recursive.c:1599
2219 #, c-format
2220 msgid "Refusing to lose untracked file at %s; adding as %s instead"
2221 msgstr ""
2222
2223 #: merge-recursive.c:1625
2224 #, c-format
2225 msgid ""
2226 "CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
2227 "\"->\"%s\" in \"%s\"%s"
2228 msgstr ""
2229
2230 #: merge-recursive.c:1630
2231 msgid " (left unresolved)"
2232 msgstr ""
2233
2234 #: merge-recursive.c:1694
2235 #, c-format
2236 msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
2237 msgstr ""
2238
2239 #: merge-recursive.c:1733
2240 #, c-format
2241 msgid "Renaming %s to %s and %s to %s instead"
2242 msgstr ""
2243
2244 #: merge-recursive.c:1745
2245 #, c-format
2246 msgid "Refusing to lose untracked file at %s, even though it's in the way."
2247 msgstr ""
2248
2249 #: merge-recursive.c:1951
2250 #, c-format
2251 msgid ""
2252 "CONFLICT (directory rename split): Unclear where to place %s because "
2253 "directory %s was renamed to multiple other directories, with no destination "
2254 "getting a majority of the files."
2255 msgstr ""
2256
2257 #: merge-recursive.c:1983
2258 #, c-format
2259 msgid ""
2260 "CONFLICT (implicit dir rename): Existing file/dir at %s in the way of "
2261 "implicit directory rename(s) putting the following path(s) there: %s."
2262 msgstr ""
2263
2264 #: merge-recursive.c:1993
2265 #, c-format
2266 msgid ""
2267 "CONFLICT (implicit dir rename): Cannot map more than one path to %s; "
2268 "implicit directory renames tried to put these paths there: %s"
2269 msgstr ""
2270
2271 #: merge-recursive.c:2085
2272 #, c-format
2273 msgid ""
2274 "CONFLICT (rename/rename): Rename directory %s->%s in %s. Rename directory %s-"
2275 ">%s in %s"
2276 msgstr ""
2277
2278 #: merge-recursive.c:2330
2279 #, c-format
2280 msgid ""
2281 "WARNING: Avoiding applying %s -> %s rename to %s, because %s itself was "
2282 "renamed."
2283 msgstr ""
2284
2285 #: merge-recursive.c:2736
2286 #, c-format
2287 msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
2288 msgstr ""
2289
2290 #: merge-recursive.c:2751
2291 #, c-format
2292 msgid "Adding merged %s"
2293 msgstr ""
2294
2295 #: merge-recursive.c:2758 merge-recursive.c:3089
2296 #, c-format
2297 msgid "Adding as %s instead"
2298 msgstr ""
2299
2300 #: merge-recursive.c:2914
2301 #, c-format
2302 msgid "cannot read object %s"
2303 msgstr ""
2304
2305 #: merge-recursive.c:2917
2306 #, c-format
2307 msgid "object %s is not a blob"
2308 msgstr ""
2309
2310 #: merge-recursive.c:2986
2311 msgid "modify"
2312 msgstr ""
2313
2314 #: merge-recursive.c:2986
2315 msgid "modified"
2316 msgstr ""
2317
2318 #: merge-recursive.c:2997
2319 msgid "content"
2320 msgstr ""
2321
2322 #: merge-recursive.c:3004
2323 msgid "add/add"
2324 msgstr ""
2325
2326 #: merge-recursive.c:3046
2327 #, c-format
2328 msgid "Skipped %s (merged same as existing)"
2329 msgstr ""
2330
2331 #: merge-recursive.c:3055 git-submodule.sh:895
2332 msgid "submodule"
2333 msgstr ""
2334
2335 #: merge-recursive.c:3056
2336 #, c-format
2337 msgid "CONFLICT (%s): Merge conflict in %s"
2338 msgstr ""
2339
2340 #: merge-recursive.c:3178
2341 #, c-format
2342 msgid "Removing %s"
2343 msgstr ""
2344
2345 #: merge-recursive.c:3204
2346 msgid "file/directory"
2347 msgstr ""
2348
2349 #: merge-recursive.c:3210
2350 msgid "directory/file"
2351 msgstr ""
2352
2353 #: merge-recursive.c:3217
2354 #, c-format
2355 msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
2356 msgstr ""
2357
2358 #: merge-recursive.c:3226
2359 #, c-format
2360 msgid "Adding %s"
2361 msgstr ""
2362
2363 #: merge-recursive.c:3267
2364 #, c-format
2365 msgid "Dirty index: cannot merge (dirty: %s)"
2366 msgstr ""
2367
2368 #: merge-recursive.c:3271
2369 msgid "Already up to date!"
2370 msgstr ""
2371
2372 #: merge-recursive.c:3280
2373 #, c-format
2374 msgid "merging of trees %s and %s failed"
2375 msgstr ""
2376
2377 #: merge-recursive.c:3379
2378 msgid "Merging:"
2379 msgstr ""
2380
2381 #: merge-recursive.c:3392
2382 #, c-format
2383 msgid "found %u common ancestor:"
2384 msgid_plural "found %u common ancestors:"
2385 msgstr[0] ""
2386 msgstr[1] ""
2387
2388 #: merge-recursive.c:3431
2389 msgid "merge returned no commit"
2390 msgstr ""
2391
2392 #: merge-recursive.c:3495
2393 #, c-format
2394 msgid "Could not parse object '%s'"
2395 msgstr ""
2396
2397 #: merge-recursive.c:3511 builtin/merge.c:658 builtin/merge.c:815
2398 msgid "Unable to write index."
2399 msgstr ""
2400
2401 #: notes-merge.c:272
2402 #, c-format
2403 msgid ""
2404 "You have not concluded your previous notes merge (%s exists).\n"
2405 "Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
2406 "commit/abort the previous merge before you start a new notes merge."
2407 msgstr ""
2408
2409 #: notes-merge.c:279
2410 #, c-format
2411 msgid "You have not concluded your notes merge (%s exists)."
2412 msgstr ""
2413
2414 #: notes-utils.c:43
2415 msgid "Cannot commit uninitialized/unreferenced notes tree"
2416 msgstr ""
2417
2418 #: notes-utils.c:102
2419 #, c-format
2420 msgid "Bad notes.rewriteMode value: '%s'"
2421 msgstr ""
2422
2423 #: notes-utils.c:112
2424 #, c-format
2425 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
2426 msgstr ""
2427
2428 #. TRANSLATORS: The first %s is the name of
2429 #. the environment variable, the second %s is
2430 #. its value.
2431 #.
2432 #: notes-utils.c:142
2433 #, c-format
2434 msgid "Bad %s value: '%s'"
2435 msgstr ""
2436
2437 #: object.c:242
2438 #, c-format
2439 msgid "unable to parse object: %s"
2440 msgstr ""
2441
2442 #: packfile.c:563
2443 msgid "offset before end of packfile (broken .idx?)"
2444 msgstr ""
2445
2446 #: packfile.c:1742
2447 #, c-format
2448 msgid "offset before start of pack index for %s (corrupt index?)"
2449 msgstr ""
2450
2451 #: packfile.c:1746
2452 #, c-format
2453 msgid "offset beyond end of pack index for %s (truncated index?)"
2454 msgstr ""
2455
2456 #: parse-options.c:621
2457 msgid "..."
2458 msgstr ""
2459
2460 #: parse-options.c:640
2461 #, c-format
2462 msgid "usage: %s"
2463 msgstr ""
2464
2465 #. TRANSLATORS: the colon here should align with the
2466 #. one in "usage: %s" translation.
2467 #.
2468 #: parse-options.c:646
2469 #, c-format
2470 msgid " or: %s"
2471 msgstr ""
2472
2473 #: parse-options.c:649
2474 #, c-format
2475 msgid " %s"
2476 msgstr ""
2477
2478 #: parse-options.c:688
2479 msgid "-NUM"
2480 msgstr ""
2481
2482 #: parse-options-cb.c:44
2483 #, c-format
2484 msgid "malformed expiration date '%s'"
2485 msgstr ""
2486
2487 #: parse-options-cb.c:112
2488 #, c-format
2489 msgid "malformed object name '%s'"
2490 msgstr ""
2491
2492 #: path.c:892
2493 #, c-format
2494 msgid "Could not make %s writable by group"
2495 msgstr ""
2496
2497 #: pathspec.c:129
2498 msgid "Escape character '\\' not allowed as last character in attr value"
2499 msgstr ""
2500
2501 #: pathspec.c:147
2502 msgid "Only one 'attr:' specification is allowed."
2503 msgstr ""
2504
2505 #: pathspec.c:150
2506 msgid "attr spec must not be empty"
2507 msgstr ""
2508
2509 #: pathspec.c:193
2510 #, c-format
2511 msgid "invalid attribute name %s"
2512 msgstr ""
2513
2514 #: pathspec.c:258
2515 msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
2516 msgstr ""
2517
2518 #: pathspec.c:265
2519 msgid ""
2520 "global 'literal' pathspec setting is incompatible with all other global "
2521 "pathspec settings"
2522 msgstr ""
2523
2524 #: pathspec.c:305
2525 msgid "invalid parameter for pathspec magic 'prefix'"
2526 msgstr ""
2527
2528 #: pathspec.c:326
2529 #, c-format
2530 msgid "Invalid pathspec magic '%.*s' in '%s'"
2531 msgstr ""
2532
2533 #: pathspec.c:331
2534 #, c-format
2535 msgid "Missing ')' at the end of pathspec magic in '%s'"
2536 msgstr ""
2537
2538 #: pathspec.c:369
2539 #, c-format
2540 msgid "Unimplemented pathspec magic '%c' in '%s'"
2541 msgstr ""
2542
2543 #: pathspec.c:428
2544 #, c-format
2545 msgid "%s: 'literal' and 'glob' are incompatible"
2546 msgstr ""
2547
2548 #: pathspec.c:441
2549 #, c-format
2550 msgid "%s: '%s' is outside repository"
2551 msgstr ""
2552
2553 #: pathspec.c:515
2554 #, c-format
2555 msgid "'%s' (mnemonic: '%c')"
2556 msgstr ""
2557
2558 #: pathspec.c:525
2559 #, c-format
2560 msgid "%s: pathspec magic not supported by this command: %s"
2561 msgstr ""
2562
2563 #: pathspec.c:592
2564 #, c-format
2565 msgid "pathspec '%s' is beyond a symbolic link"
2566 msgstr ""
2567
2568 #: pretty.c:962
2569 msgid "unable to parse --pretty format"
2570 msgstr ""
2571
2572 #: read-cache.c:1500
2573 #, c-format
2574 msgid ""
2575 "index.version set, but the value is invalid.\n"
2576 "Using version %i"
2577 msgstr ""
2578
2579 #: read-cache.c:1510
2580 #, c-format
2581 msgid ""
2582 "GIT_INDEX_VERSION set, but the value is invalid.\n"
2583 "Using version %i"
2584 msgstr ""
2585
2586 #: read-cache.c:2404 sequencer.c:4337 wrapper.c:658 builtin/merge.c:1047
2587 #, c-format
2588 msgid "could not close '%s'"
2589 msgstr ""
2590
2591 #: read-cache.c:2477 sequencer.c:2101 sequencer.c:3233
2592 #, c-format
2593 msgid "could not stat '%s'"
2594 msgstr ""
2595
2596 #: read-cache.c:2490
2597 #, c-format
2598 msgid "unable to open git dir: %s"
2599 msgstr ""
2600
2601 #: read-cache.c:2502
2602 #, c-format
2603 msgid "unable to unlink: %s"
2604 msgstr ""
2605
2606 #: refs.c:732 sequencer.c:4333 sequencer.c:4392 wrapper.c:225 wrapper.c:395
2607 #: builtin/am.c:779
2608 #, c-format
2609 msgid "could not open '%s' for writing"
2610 msgstr ""
2611
2612 #: refs.c:1880
2613 msgid "ref updates forbidden inside quarantine environment"
2614 msgstr ""
2615
2616 #: refs/files-backend.c:1191
2617 #, c-format
2618 msgid "could not remove reference %s"
2619 msgstr ""
2620
2621 #: refs/files-backend.c:1205 refs/packed-backend.c:1531
2622 #: refs/packed-backend.c:1541
2623 #, c-format
2624 msgid "could not delete reference %s: %s"
2625 msgstr ""
2626
2627 #: refs/files-backend.c:1208 refs/packed-backend.c:1544
2628 #, c-format
2629 msgid "could not delete references: %s"
2630 msgstr ""
2631
2632 #: ref-filter.c:35 wt-status.c:1850
2633 msgid "gone"
2634 msgstr ""
2635
2636 #: ref-filter.c:36
2637 #, c-format
2638 msgid "ahead %d"
2639 msgstr ""
2640
2641 #: ref-filter.c:37
2642 #, c-format
2643 msgid "behind %d"
2644 msgstr ""
2645
2646 #: ref-filter.c:38
2647 #, c-format
2648 msgid "ahead %d, behind %d"
2649 msgstr ""
2650
2651 #: ref-filter.c:121
2652 #, c-format
2653 msgid "expected format: %%(color:<color>)"
2654 msgstr ""
2655
2656 #: ref-filter.c:123
2657 #, c-format
2658 msgid "unrecognized color: %%(color:%s)"
2659 msgstr ""
2660
2661 #: ref-filter.c:145
2662 #, c-format
2663 msgid "Integer value expected refname:lstrip=%s"
2664 msgstr ""
2665
2666 #: ref-filter.c:149
2667 #, c-format
2668 msgid "Integer value expected refname:rstrip=%s"
2669 msgstr ""
2670
2671 #: ref-filter.c:151
2672 #, c-format
2673 msgid "unrecognized %%(%s) argument: %s"
2674 msgstr ""
2675
2676 #: ref-filter.c:206
2677 #, c-format
2678 msgid "%%(body) does not take arguments"
2679 msgstr ""
2680
2681 #: ref-filter.c:215
2682 #, c-format
2683 msgid "%%(subject) does not take arguments"
2684 msgstr ""
2685
2686 #: ref-filter.c:235
2687 #, c-format
2688 msgid "unknown %%(trailers) argument: %s"
2689 msgstr ""
2690
2691 #: ref-filter.c:264
2692 #, c-format
2693 msgid "positive value expected contents:lines=%s"
2694 msgstr ""
2695
2696 #: ref-filter.c:266
2697 #, c-format
2698 msgid "unrecognized %%(contents) argument: %s"
2699 msgstr ""
2700
2701 #: ref-filter.c:281
2702 #, c-format
2703 msgid "positive value expected objectname:short=%s"
2704 msgstr ""
2705
2706 #: ref-filter.c:285
2707 #, c-format
2708 msgid "unrecognized %%(objectname) argument: %s"
2709 msgstr ""
2710
2711 #: ref-filter.c:315
2712 #, c-format
2713 msgid "expected format: %%(align:<width>,<position>)"
2714 msgstr ""
2715
2716 #: ref-filter.c:327
2717 #, c-format
2718 msgid "unrecognized position:%s"
2719 msgstr ""
2720
2721 #: ref-filter.c:334
2722 #, c-format
2723 msgid "unrecognized width:%s"
2724 msgstr ""
2725
2726 #: ref-filter.c:343
2727 #, c-format
2728 msgid "unrecognized %%(align) argument: %s"
2729 msgstr ""
2730
2731 #: ref-filter.c:351
2732 #, c-format
2733 msgid "positive width expected with the %%(align) atom"
2734 msgstr ""
2735
2736 #: ref-filter.c:369
2737 #, c-format
2738 msgid "unrecognized %%(if) argument: %s"
2739 msgstr ""
2740
2741 #: ref-filter.c:464
2742 #, c-format
2743 msgid "malformed field name: %.*s"
2744 msgstr ""
2745
2746 #: ref-filter.c:491
2747 #, c-format
2748 msgid "unknown field name: %.*s"
2749 msgstr ""
2750
2751 #: ref-filter.c:608
2752 #, c-format
2753 msgid "format: %%(if) atom used without a %%(then) atom"
2754 msgstr ""
2755
2756 #: ref-filter.c:671
2757 #, c-format
2758 msgid "format: %%(then) atom used without an %%(if) atom"
2759 msgstr ""
2760
2761 #: ref-filter.c:673
2762 #, c-format
2763 msgid "format: %%(then) atom used more than once"
2764 msgstr ""
2765
2766 #: ref-filter.c:675
2767 #, c-format
2768 msgid "format: %%(then) atom used after %%(else)"
2769 msgstr ""
2770
2771 #: ref-filter.c:703
2772 #, c-format
2773 msgid "format: %%(else) atom used without an %%(if) atom"
2774 msgstr ""
2775
2776 #: ref-filter.c:705
2777 #, c-format
2778 msgid "format: %%(else) atom used without a %%(then) atom"
2779 msgstr ""
2780
2781 #: ref-filter.c:707
2782 #, c-format
2783 msgid "format: %%(else) atom used more than once"
2784 msgstr ""
2785
2786 #: ref-filter.c:722
2787 #, c-format
2788 msgid "format: %%(end) atom used without corresponding atom"
2789 msgstr ""
2790
2791 #: ref-filter.c:779
2792 #, c-format
2793 msgid "malformed format string %s"
2794 msgstr ""
2795
2796 #: ref-filter.c:1387
2797 #, c-format
2798 msgid "(no branch, rebasing %s)"
2799 msgstr ""
2800
2801 #: ref-filter.c:1390
2802 #, c-format
2803 msgid "(no branch, rebasing detached HEAD %s)"
2804 msgstr ""
2805
2806 #: ref-filter.c:1393
2807 #, c-format
2808 msgid "(no branch, bisect started on %s)"
2809 msgstr ""
2810
2811 #. TRANSLATORS: make sure this matches "HEAD
2812 #. detached at " in wt-status.c
2813 #.
2814 #: ref-filter.c:1401
2815 #, c-format
2816 msgid "(HEAD detached at %s)"
2817 msgstr ""
2818
2819 #. TRANSLATORS: make sure this matches "HEAD
2820 #. detached from " in wt-status.c
2821 #.
2822 #: ref-filter.c:1408
2823 #, c-format
2824 msgid "(HEAD detached from %s)"
2825 msgstr ""
2826
2827 #: ref-filter.c:1412
2828 msgid "(no branch)"
2829 msgstr ""
2830
2831 #: ref-filter.c:1442
2832 #, c-format
2833 msgid "missing object %s for %s"
2834 msgstr ""
2835
2836 #: ref-filter.c:1445
2837 #, c-format
2838 msgid "parse_object_buffer failed on %s for %s"
2839 msgstr ""
2840
2841 #: ref-filter.c:1902
2842 #, c-format
2843 msgid "malformed object at '%s'"
2844 msgstr ""
2845
2846 #: ref-filter.c:1984
2847 #, c-format
2848 msgid "ignoring ref with broken name %s"
2849 msgstr ""
2850
2851 #: ref-filter.c:1989
2852 #, c-format
2853 msgid "ignoring broken ref %s"
2854 msgstr ""
2855
2856 #: ref-filter.c:2261
2857 #, c-format
2858 msgid "format: %%(end) atom missing"
2859 msgstr ""
2860
2861 #: ref-filter.c:2365
2862 #, c-format
2863 msgid "malformed object name %s"
2864 msgstr ""
2865
2866 #: remote.c:605
2867 #, c-format
2868 msgid "Cannot fetch both %s and %s to %s"
2869 msgstr ""
2870
2871 #: remote.c:609
2872 #, c-format
2873 msgid "%s usually tracks %s, not %s"
2874 msgstr ""
2875
2876 #: remote.c:613
2877 #, c-format
2878 msgid "%s tracks both %s and %s"
2879 msgstr ""
2880
2881 #: remote.c:621
2882 msgid "Internal error"
2883 msgstr ""
2884
2885 #: remote.c:1534 remote.c:1635
2886 msgid "HEAD does not point to a branch"
2887 msgstr ""
2888
2889 #: remote.c:1543
2890 #, c-format
2891 msgid "no such branch: '%s'"
2892 msgstr ""
2893
2894 #: remote.c:1546
2895 #, c-format
2896 msgid "no upstream configured for branch '%s'"
2897 msgstr ""
2898
2899 #: remote.c:1552
2900 #, c-format
2901 msgid "upstream branch '%s' not stored as a remote-tracking branch"
2902 msgstr ""
2903
2904 #: remote.c:1567
2905 #, c-format
2906 msgid "push destination '%s' on remote '%s' has no local tracking branch"
2907 msgstr ""
2908
2909 #: remote.c:1579
2910 #, c-format
2911 msgid "branch '%s' has no remote for pushing"
2912 msgstr ""
2913
2914 #: remote.c:1589
2915 #, c-format
2916 msgid "push refspecs for '%s' do not include '%s'"
2917 msgstr ""
2918
2919 #: remote.c:1602
2920 msgid "push has no destination (push.default is 'nothing')"
2921 msgstr ""
2922
2923 #: remote.c:1624
2924 msgid "cannot resolve 'simple' push to a single destination"
2925 msgstr ""
2926
2927 #: remote.c:1939
2928 #, c-format
2929 msgid "Your branch is based on '%s', but the upstream is gone.\n"
2930 msgstr ""
2931
2932 #: remote.c:1943
2933 msgid " (use \"git branch --unset-upstream\" to fixup)\n"
2934 msgstr ""
2935
2936 #: remote.c:1946
2937 #, c-format
2938 msgid "Your branch is up to date with '%s'.\n"
2939 msgstr ""
2940
2941 #: remote.c:1950
2942 #, c-format
2943 msgid "Your branch and '%s' refer to different commits.\n"
2944 msgstr ""
2945
2946 #: remote.c:1953
2947 #, c-format
2948 msgid " (use \"%s\" for details)\n"
2949 msgstr ""
2950
2951 #: remote.c:1957
2952 #, c-format
2953 msgid "Your branch is ahead of '%s' by %d commit.\n"
2954 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
2955 msgstr[0] ""
2956 msgstr[1] ""
2957
2958 #: remote.c:1963
2959 msgid " (use \"git push\" to publish your local commits)\n"
2960 msgstr ""
2961
2962 #: remote.c:1966
2963 #, c-format
2964 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
2965 msgid_plural ""
2966 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
2967 msgstr[0] ""
2968 msgstr[1] ""
2969
2970 #: remote.c:1974
2971 msgid " (use \"git pull\" to update your local branch)\n"
2972 msgstr ""
2973
2974 #: remote.c:1977
2975 #, c-format
2976 msgid ""
2977 "Your branch and '%s' have diverged,\n"
2978 "and have %d and %d different commit each, respectively.\n"
2979 msgid_plural ""
2980 "Your branch and '%s' have diverged,\n"
2981 "and have %d and %d different commits each, respectively.\n"
2982 msgstr[0] ""
2983 msgstr[1] ""
2984
2985 #: remote.c:1987
2986 msgid " (use \"git pull\" to merge the remote branch into yours)\n"
2987 msgstr ""
2988
2989 #: revision.c:2289
2990 msgid "your current branch appears to be broken"
2991 msgstr ""
2992
2993 #: revision.c:2292
2994 #, c-format
2995 msgid "your current branch '%s' does not have any commits yet"
2996 msgstr ""
2997
2998 #: revision.c:2489
2999 msgid "--first-parent is incompatible with --bisect"
3000 msgstr ""
3001
3002 #: run-command.c:728
3003 msgid "open /dev/null failed"
3004 msgstr ""
3005
3006 #: run-command.c:1271
3007 #, c-format
3008 msgid ""
3009 "The '%s' hook was ignored because it's not set as executable.\n"
3010 "You can disable this warning with `git config advice.ignoredHook false`."
3011 msgstr ""
3012
3013 #: send-pack.c:141
3014 msgid "unexpected flush packet while reading remote unpack status"
3015 msgstr ""
3016
3017 #: send-pack.c:143
3018 #, c-format
3019 msgid "unable to parse remote unpack status: %s"
3020 msgstr ""
3021
3022 #: send-pack.c:145
3023 #, c-format
3024 msgid "remote unpack failed: %s"
3025 msgstr ""
3026
3027 #: send-pack.c:308
3028 msgid "failed to sign the push certificate"
3029 msgstr ""
3030
3031 #: send-pack.c:421
3032 msgid "the receiving end does not support --signed push"
3033 msgstr ""
3034
3035 #: send-pack.c:423
3036 msgid ""
3037 "not sending a push certificate since the receiving end does not support --"
3038 "signed push"
3039 msgstr ""
3040
3041 #: send-pack.c:435
3042 msgid "the receiving end does not support --atomic push"
3043 msgstr ""
3044
3045 #: send-pack.c:440
3046 msgid "the receiving end does not support push options"
3047 msgstr ""
3048
3049 #: sequencer.c:174
3050 #, c-format
3051 msgid "invalid commit message cleanup mode '%s'"
3052 msgstr ""
3053
3054 #: sequencer.c:274
3055 #, c-format
3056 msgid "could not delete '%s'"
3057 msgstr ""
3058
3059 #: sequencer.c:300
3060 msgid "revert"
3061 msgstr ""
3062
3063 #: sequencer.c:302
3064 msgid "cherry-pick"
3065 msgstr ""
3066
3067 #: sequencer.c:304
3068 msgid "rebase -i"
3069 msgstr ""
3070
3071 #: sequencer.c:306
3072 #, c-format
3073 msgid "Unknown action: %d"
3074 msgstr ""
3075
3076 #: sequencer.c:363
3077 msgid ""
3078 "after resolving the conflicts, mark the corrected paths\n"
3079 "with 'git add <paths>' or 'git rm <paths>'"
3080 msgstr ""
3081
3082 #: sequencer.c:366
3083 msgid ""
3084 "after resolving the conflicts, mark the corrected paths\n"
3085 "with 'git add <paths>' or 'git rm <paths>'\n"
3086 "and commit the result with 'git commit'"
3087 msgstr ""
3088
3089 #: sequencer.c:379 sequencer.c:2467
3090 #, c-format
3091 msgid "could not lock '%s'"
3092 msgstr ""
3093
3094 #: sequencer.c:381 sequencer.c:2345 sequencer.c:2471 sequencer.c:2485
3095 #: sequencer.c:2693 sequencer.c:4335 sequencer.c:4398 wrapper.c:656
3096 #, c-format
3097 msgid "could not write to '%s'"
3098 msgstr ""
3099
3100 #: sequencer.c:386
3101 #, c-format
3102 msgid "could not write eol to '%s'"
3103 msgstr ""
3104
3105 #: sequencer.c:391 sequencer.c:2350 sequencer.c:2473 sequencer.c:2487
3106 #: sequencer.c:2701
3107 #, c-format
3108 msgid "failed to finalize '%s'"
3109 msgstr ""
3110
3111 #: sequencer.c:414 sequencer.c:803 sequencer.c:1492 sequencer.c:2370
3112 #: sequencer.c:2683 sequencer.c:2787 builtin/am.c:259 builtin/commit.c:727
3113 #: builtin/merge.c:1045
3114 #, c-format
3115 msgid "could not read '%s'"
3116 msgstr ""
3117
3118 #: sequencer.c:440
3119 #, c-format
3120 msgid "your local changes would be overwritten by %s."
3121 msgstr ""
3122
3123 #: sequencer.c:444
3124 msgid "commit your changes or stash them to proceed."
3125 msgstr ""
3126
3127 #: sequencer.c:473
3128 #, c-format
3129 msgid "%s: fast-forward"
3130 msgstr ""
3131
3132 #. TRANSLATORS: %s will be "revert", "cherry-pick" or
3133 #. "rebase -i".
3134 #.
3135 #: sequencer.c:562
3136 #, c-format
3137 msgid "%s: Unable to write new index file"
3138 msgstr ""
3139
3140 #: sequencer.c:578
3141 msgid "unable to update cache tree"
3142 msgstr ""
3143
3144 #: sequencer.c:591
3145 msgid "could not resolve HEAD commit"
3146 msgstr ""
3147
3148 #: sequencer.c:748
3149 #, c-format
3150 msgid ""
3151 "you have staged changes in your working tree\n"
3152 "If these changes are meant to be squashed into the previous commit, run:\n"
3153 "\n"
3154 " git commit --amend %s\n"
3155 "\n"
3156 "If they are meant to go into a new commit, run:\n"
3157 "\n"
3158 " git commit %s\n"
3159 "\n"
3160 "In both cases, once you're done, continue with:\n"
3161 "\n"
3162 " git rebase --continue\n"
3163 msgstr ""
3164
3165 #: sequencer.c:817
3166 msgid "writing root commit"
3167 msgstr ""
3168
3169 #: sequencer.c:1042
3170 msgid "'prepare-commit-msg' hook failed"
3171 msgstr ""
3172
3173 #: sequencer.c:1049
3174 msgid ""
3175 "Your name and email address were configured automatically based\n"
3176 "on your username and hostname. Please check that they are accurate.\n"
3177 "You can suppress this message by setting them explicitly. Run the\n"
3178 "following command and follow the instructions in your editor to edit\n"
3179 "your configuration file:\n"
3180 "\n"
3181 " git config --global --edit\n"
3182 "\n"
3183 "After doing this, you may fix the identity used for this commit with:\n"
3184 "\n"
3185 " git commit --amend --reset-author\n"
3186 msgstr ""
3187
3188 #: sequencer.c:1062
3189 msgid ""
3190 "Your name and email address were configured automatically based\n"
3191 "on your username and hostname. Please check that they are accurate.\n"
3192 "You can suppress this message by setting them explicitly:\n"
3193 "\n"
3194 " git config --global user.name \"Your Name\"\n"
3195 " git config --global user.email you@example.com\n"
3196 "\n"
3197 "After doing this, you may fix the identity used for this commit with:\n"
3198 "\n"
3199 " git commit --amend --reset-author\n"
3200 msgstr ""
3201
3202 #: sequencer.c:1102
3203 msgid "couldn't look up newly created commit"
3204 msgstr ""
3205
3206 #: sequencer.c:1104
3207 msgid "could not parse newly created commit"
3208 msgstr ""
3209
3210 #: sequencer.c:1150
3211 msgid "unable to resolve HEAD after creating commit"
3212 msgstr ""
3213
3214 #: sequencer.c:1152
3215 msgid "detached HEAD"
3216 msgstr ""
3217
3218 #: sequencer.c:1156
3219 msgid " (root-commit)"
3220 msgstr ""
3221
3222 #: sequencer.c:1177
3223 msgid "could not parse HEAD"
3224 msgstr ""
3225
3226 #: sequencer.c:1179
3227 #, c-format
3228 msgid "HEAD %s is not a commit!"
3229 msgstr ""
3230
3231 #: sequencer.c:1183 builtin/commit.c:1528
3232 msgid "could not parse HEAD commit"
3233 msgstr ""
3234
3235 #: sequencer.c:1234 sequencer.c:1831
3236 msgid "unable to parse commit author"
3237 msgstr ""
3238
3239 #: sequencer.c:1244 builtin/am.c:1630 builtin/merge.c:644
3240 msgid "git write-tree failed to write a tree"
3241 msgstr ""
3242
3243 #: sequencer.c:1261 sequencer.c:1316
3244 #, c-format
3245 msgid "unable to read commit message from '%s'"
3246 msgstr ""
3247
3248 #: sequencer.c:1283 builtin/am.c:1650 builtin/commit.c:1631 builtin/merge.c:824
3249 #: builtin/merge.c:849
3250 msgid "failed to write commit object"
3251 msgstr ""
3252
3253 #: sequencer.c:1343
3254 #, c-format
3255 msgid "could not parse commit %s"
3256 msgstr ""
3257
3258 #: sequencer.c:1348
3259 #, c-format
3260 msgid "could not parse parent commit %s"
3261 msgstr ""
3262
3263 #: sequencer.c:1499 sequencer.c:1524
3264 #, c-format
3265 msgid "This is a combination of %d commits."
3266 msgstr ""
3267
3268 #: sequencer.c:1509 sequencer.c:4354
3269 msgid "need a HEAD to fixup"
3270 msgstr ""
3271
3272 #: sequencer.c:1511 sequencer.c:2728
3273 msgid "could not read HEAD"
3274 msgstr ""
3275
3276 #: sequencer.c:1513
3277 msgid "could not read HEAD's commit message"
3278 msgstr ""
3279
3280 #: sequencer.c:1519
3281 #, c-format
3282 msgid "cannot write '%s'"
3283 msgstr ""
3284
3285 #: sequencer.c:1526 git-rebase--interactive.sh:457
3286 msgid "This is the 1st commit message:"
3287 msgstr ""
3288
3289 #: sequencer.c:1534
3290 #, c-format
3291 msgid "could not read commit message of %s"
3292 msgstr ""
3293
3294 #: sequencer.c:1541
3295 #, c-format
3296 msgid "This is the commit message #%d:"
3297 msgstr ""
3298
3299 #: sequencer.c:1547
3300 #, c-format
3301 msgid "The commit message #%d will be skipped:"
3302 msgstr ""
3303
3304 #: sequencer.c:1552
3305 #, c-format
3306 msgid "unknown command: %d"
3307 msgstr ""
3308
3309 #: sequencer.c:1630
3310 msgid "your index file is unmerged."
3311 msgstr ""
3312
3313 #: sequencer.c:1637
3314 msgid "cannot fixup root commit"
3315 msgstr ""
3316
3317 #: sequencer.c:1656
3318 #, c-format
3319 msgid "commit %s is a merge but no -m option was given."
3320 msgstr ""
3321
3322 #: sequencer.c:1664
3323 #, c-format
3324 msgid "commit %s does not have parent %d"
3325 msgstr ""
3326
3327 #: sequencer.c:1668
3328 #, c-format
3329 msgid "mainline was specified but commit %s is not a merge."
3330 msgstr ""
3331
3332 #: sequencer.c:1674
3333 #, c-format
3334 msgid "cannot get commit message for %s"
3335 msgstr ""
3336
3337 #. TRANSLATORS: The first %s will be a "todo" command like
3338 #. "revert" or "pick", the second %s a SHA1.
3339 #: sequencer.c:1693
3340 #, c-format
3341 msgid "%s: cannot parse parent commit %s"
3342 msgstr ""
3343
3344 #: sequencer.c:1758
3345 #, c-format
3346 msgid "could not rename '%s' to '%s'"
3347 msgstr ""
3348
3349 #: sequencer.c:1812
3350 #, c-format
3351 msgid "could not revert %s... %s"
3352 msgstr ""
3353
3354 #: sequencer.c:1813
3355 #, c-format
3356 msgid "could not apply %s... %s"
3357 msgstr ""
3358
3359 #: sequencer.c:1863
3360 msgid "empty commit set passed"
3361 msgstr ""
3362
3363 #: sequencer.c:1873
3364 #, c-format
3365 msgid "git %s: failed to read the index"
3366 msgstr ""
3367
3368 #: sequencer.c:1880
3369 #, c-format
3370 msgid "git %s: failed to refresh the index"
3371 msgstr ""
3372
3373 #: sequencer.c:1960
3374 #, c-format
3375 msgid "%s does not accept arguments: '%s'"
3376 msgstr ""
3377
3378 #: sequencer.c:1969
3379 #, c-format
3380 msgid "missing arguments for %s"
3381 msgstr ""
3382
3383 #: sequencer.c:2028
3384 #, c-format
3385 msgid "invalid line %d: %.*s"
3386 msgstr ""
3387
3388 #: sequencer.c:2036
3389 #, c-format
3390 msgid "cannot '%s' without a previous commit"
3391 msgstr ""
3392
3393 #: sequencer.c:2084 sequencer.c:4137 sequencer.c:4172
3394 #, c-format
3395 msgid "could not read '%s'."
3396 msgstr ""
3397
3398 #: sequencer.c:2107
3399 msgid "please fix this using 'git rebase --edit-todo'."
3400 msgstr ""
3401
3402 #: sequencer.c:2109
3403 #, c-format
3404 msgid "unusable instruction sheet: '%s'"
3405 msgstr ""
3406
3407 #: sequencer.c:2114
3408 msgid "no commits parsed."
3409 msgstr ""
3410
3411 #: sequencer.c:2125
3412 msgid "cannot cherry-pick during a revert."
3413 msgstr ""
3414
3415 #: sequencer.c:2127
3416 msgid "cannot revert during a cherry-pick."
3417 msgstr ""
3418
3419 #: sequencer.c:2194
3420 #, c-format
3421 msgid "invalid key: %s"
3422 msgstr ""
3423
3424 #: sequencer.c:2197
3425 #, c-format
3426 msgid "invalid value for %s: %s"
3427 msgstr ""
3428
3429 #: sequencer.c:2268
3430 msgid "unusable squash-onto"
3431 msgstr ""
3432
3433 #: sequencer.c:2284
3434 #, c-format
3435 msgid "malformed options sheet: '%s'"
3436 msgstr ""
3437
3438 #: sequencer.c:2322
3439 msgid "a cherry-pick or revert is already in progress"
3440 msgstr ""
3441
3442 #: sequencer.c:2323
3443 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
3444 msgstr ""
3445
3446 #: sequencer.c:2326
3447 #, c-format
3448 msgid "could not create sequencer directory '%s'"
3449 msgstr ""
3450
3451 #: sequencer.c:2340
3452 msgid "could not lock HEAD"
3453 msgstr ""
3454
3455 #: sequencer.c:2395 sequencer.c:3402
3456 msgid "no cherry-pick or revert in progress"
3457 msgstr ""
3458
3459 #: sequencer.c:2397
3460 msgid "cannot resolve HEAD"
3461 msgstr ""
3462
3463 #: sequencer.c:2399 sequencer.c:2434
3464 msgid "cannot abort from a branch yet to be born"
3465 msgstr ""
3466
3467 #: sequencer.c:2420 builtin/grep.c:720
3468 #, c-format
3469 msgid "cannot open '%s'"
3470 msgstr ""
3471
3472 #: sequencer.c:2422
3473 #, c-format
3474 msgid "cannot read '%s': %s"
3475 msgstr ""
3476
3477 #: sequencer.c:2423
3478 msgid "unexpected end of file"
3479 msgstr ""
3480
3481 #: sequencer.c:2429
3482 #, c-format
3483 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
3484 msgstr ""
3485
3486 #: sequencer.c:2440
3487 msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
3488 msgstr ""
3489
3490 #: sequencer.c:2544 sequencer.c:3320
3491 #, c-format
3492 msgid "could not update %s"
3493 msgstr ""
3494
3495 #: sequencer.c:2582 sequencer.c:3300
3496 msgid "cannot read HEAD"
3497 msgstr ""
3498
3499 #: sequencer.c:2617 sequencer.c:2621 builtin/difftool.c:639
3500 #, c-format
3501 msgid "could not copy '%s' to '%s'"
3502 msgstr ""
3503
3504 #: sequencer.c:2640
3505 msgid "could not read index"
3506 msgstr ""
3507
3508 #: sequencer.c:2645
3509 #, c-format
3510 msgid ""
3511 "execution failed: %s\n"
3512 "%sYou can fix the problem, and then run\n"
3513 "\n"
3514 " git rebase --continue\n"
3515 "\n"
3516 msgstr ""
3517
3518 #: sequencer.c:2651
3519 msgid "and made changes to the index and/or the working tree\n"
3520 msgstr ""
3521
3522 #: sequencer.c:2657
3523 #, c-format
3524 msgid ""
3525 "execution succeeded: %s\n"
3526 "but left changes to the index and/or the working tree\n"
3527 "Commit or stash your changes, and then run\n"
3528 "\n"
3529 " git rebase --continue\n"
3530 "\n"
3531 msgstr ""
3532
3533 #: sequencer.c:2770
3534 msgid "writing fake root commit"
3535 msgstr ""
3536
3537 #: sequencer.c:2775
3538 msgid "writing squash-onto"
3539 msgstr ""
3540
3541 #: sequencer.c:2810
3542 #, c-format
3543 msgid "failed to find tree of %s"
3544 msgstr ""
3545
3546 #: sequencer.c:2828
3547 msgid "could not write index"
3548 msgstr ""
3549
3550 #: sequencer.c:2860
3551 msgid "cannot merge without a current revision"
3552 msgstr ""
3553
3554 #: sequencer.c:2883
3555 #, c-format
3556 msgid "could not resolve '%s'"
3557 msgstr ""
3558
3559 #: sequencer.c:2905
3560 #, c-format
3561 msgid "could not get commit message of '%s'"
3562 msgstr ""
3563
3564 #: sequencer.c:2915 sequencer.c:2940
3565 #, c-format
3566 msgid "could not write '%s'"
3567 msgstr ""
3568
3569 #: sequencer.c:3004
3570 #, c-format
3571 msgid "could not even attempt to merge '%.*s'"
3572 msgstr ""
3573
3574 #: sequencer.c:3020
3575 msgid "merge: Unable to write new index file"
3576 msgstr ""
3577
3578 #: sequencer.c:3087
3579 #, c-format
3580 msgid "Applied autostash.\n"
3581 msgstr ""
3582
3583 #: sequencer.c:3099
3584 #, c-format
3585 msgid "cannot store %s"
3586 msgstr ""
3587
3588 #: sequencer.c:3102 git-rebase.sh:188
3589 #, c-format
3590 msgid ""
3591 "Applying autostash resulted in conflicts.\n"
3592 "Your changes are safe in the stash.\n"
3593 "You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
3594 msgstr ""
3595
3596 #: sequencer.c:3133
3597 #, c-format
3598 msgid ""
3599 "Could not execute the todo command\n"
3600 "\n"
3601 " %.*s\n"
3602 "It has been rescheduled; To edit the command before continuing, please\n"
3603 "edit the todo list first:\n"
3604 "\n"
3605 " git rebase --edit-todo\n"
3606 " git rebase --continue\n"
3607 msgstr ""
3608
3609 #: sequencer.c:3201
3610 #, c-format
3611 msgid "Stopped at %s... %.*s\n"
3612 msgstr ""
3613
3614 #: sequencer.c:3263
3615 #, c-format
3616 msgid "unknown command %d"
3617 msgstr ""
3618
3619 #: sequencer.c:3308
3620 msgid "could not read orig-head"
3621 msgstr ""
3622
3623 #: sequencer.c:3313 sequencer.c:4351
3624 msgid "could not read 'onto'"
3625 msgstr ""
3626
3627 #: sequencer.c:3327
3628 #, c-format
3629 msgid "could not update HEAD to %s"
3630 msgstr ""
3631
3632 #: sequencer.c:3413
3633 msgid "cannot rebase: You have unstaged changes."
3634 msgstr ""
3635
3636 #: sequencer.c:3422
3637 msgid "cannot amend non-existing commit"
3638 msgstr ""
3639
3640 #: sequencer.c:3424
3641 #, c-format
3642 msgid "invalid file: '%s'"
3643 msgstr ""
3644
3645 #: sequencer.c:3426
3646 #, c-format
3647 msgid "invalid contents: '%s'"
3648 msgstr ""
3649
3650 #: sequencer.c:3429
3651 msgid ""
3652 "\n"
3653 "You have uncommitted changes in your working tree. Please, commit them\n"
3654 "first and then run 'git rebase --continue' again."
3655 msgstr ""
3656
3657 #: sequencer.c:3454 sequencer.c:3492
3658 #, c-format
3659 msgid "could not write file: '%s'"
3660 msgstr ""
3661
3662 #: sequencer.c:3507
3663 msgid "could not remove CHERRY_PICK_HEAD"
3664 msgstr ""
3665
3666 #: sequencer.c:3514
3667 msgid "could not commit staged changes."
3668 msgstr ""
3669
3670 #: sequencer.c:3611
3671 #, c-format
3672 msgid "%s: can't cherry-pick a %s"
3673 msgstr ""
3674
3675 #: sequencer.c:3615
3676 #, c-format
3677 msgid "%s: bad revision"
3678 msgstr ""
3679
3680 #: sequencer.c:3648
3681 msgid "can't revert as initial commit"
3682 msgstr ""
3683
3684 #: sequencer.c:4097
3685 msgid "make_script: unhandled options"
3686 msgstr ""
3687
3688 #: sequencer.c:4100
3689 msgid "make_script: error preparing revisions"
3690 msgstr ""
3691
3692 #: sequencer.c:4141 sequencer.c:4176
3693 #, c-format
3694 msgid "unusable todo list: '%s'"
3695 msgstr ""
3696
3697 #: sequencer.c:4235
3698 #, c-format
3699 msgid ""
3700 "unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."
3701 msgstr ""
3702
3703 #: sequencer.c:4301
3704 #, c-format
3705 msgid ""
3706 "Warning: some commits may have been dropped accidentally.\n"
3707 "Dropped commits (newer to older):\n"
3708 msgstr ""
3709
3710 #: sequencer.c:4308
3711 #, c-format
3712 msgid ""
3713 "To avoid this message, use \"drop\" to explicitly remove a commit.\n"
3714 "\n"
3715 "Use 'git config rebase.missingCommitsCheck' to change the level of "
3716 "warnings.\n"
3717 "The possible behaviours are: ignore, warn, error.\n"
3718 "\n"
3719 msgstr ""
3720
3721 #: sequencer.c:4320
3722 #, c-format
3723 msgid ""
3724 "You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
3725 "continue'.\n"
3726 "Or you can abort the rebase with 'git rebase --abort'.\n"
3727 msgstr ""
3728
3729 #: sequencer.c:4374
3730 #, c-format
3731 msgid "could not parse commit '%s'"
3732 msgstr ""
3733
3734 #: sequencer.c:4489
3735 msgid "the script was already rearranged."
3736 msgstr ""
3737
3738 #: setup.c:123
3739 #, c-format
3740 msgid "'%s' is outside repository"
3741 msgstr ""
3742
3743 #: setup.c:172
3744 #, c-format
3745 msgid ""
3746 "%s: no such path in the working tree.\n"
3747 "Use 'git <command> -- <path>...' to specify paths that do not exist locally."
3748 msgstr ""
3749
3750 #: setup.c:185
3751 #, c-format
3752 msgid ""
3753 "ambiguous argument '%s': unknown revision or path not in the working tree.\n"
3754 "Use '--' to separate paths from revisions, like this:\n"
3755 "'git <command> [<revision>...] -- [<file>...]'"
3756 msgstr ""
3757
3758 #: setup.c:234
3759 #, c-format
3760 msgid "option '%s' must come before non-option arguments"
3761 msgstr ""
3762
3763 #: setup.c:253
3764 #, c-format
3765 msgid ""
3766 "ambiguous argument '%s': both revision and filename\n"
3767 "Use '--' to separate paths from revisions, like this:\n"
3768 "'git <command> [<revision>...] -- [<file>...]'"
3769 msgstr ""
3770
3771 #: setup.c:389
3772 msgid "unable to set up work tree using invalid config"
3773 msgstr ""
3774
3775 #: setup.c:393
3776 msgid "this operation must be run in a work tree"
3777 msgstr ""
3778
3779 #: setup.c:503
3780 #, c-format
3781 msgid "Expected git repo version <= %d, found %d"
3782 msgstr ""
3783
3784 #: setup.c:511
3785 msgid "unknown repository extensions found:"
3786 msgstr ""
3787
3788 #: setup.c:530
3789 #, c-format
3790 msgid "error opening '%s'"
3791 msgstr ""
3792
3793 #: setup.c:532
3794 #, c-format
3795 msgid "too large to be a .git file: '%s'"
3796 msgstr ""
3797
3798 #: setup.c:534
3799 #, c-format
3800 msgid "error reading %s"
3801 msgstr ""
3802
3803 #: setup.c:536
3804 #, c-format
3805 msgid "invalid gitfile format: %s"
3806 msgstr ""
3807
3808 #: setup.c:538
3809 #, c-format
3810 msgid "no path in gitfile: %s"
3811 msgstr ""
3812
3813 #: setup.c:540
3814 #, c-format
3815 msgid "not a git repository: %s"
3816 msgstr ""
3817
3818 #: setup.c:639
3819 #, c-format
3820 msgid "'$%s' too big"
3821 msgstr ""
3822
3823 #: setup.c:653
3824 #, c-format
3825 msgid "not a git repository: '%s'"
3826 msgstr ""
3827
3828 #: setup.c:682 setup.c:684 setup.c:715
3829 #, c-format
3830 msgid "cannot chdir to '%s'"
3831 msgstr ""
3832
3833 #: setup.c:687 setup.c:743 setup.c:753 setup.c:792 setup.c:800 setup.c:815
3834 msgid "cannot come back to cwd"
3835 msgstr ""
3836
3837 #: setup.c:813
3838 #, c-format
3839 msgid "not a git repository (or any of the parent directories): %s"
3840 msgstr ""
3841
3842 #: setup.c:824
3843 #, c-format
3844 msgid "failed to stat '%*s%s%s'"
3845 msgstr ""
3846
3847 #: setup.c:1054
3848 msgid "Unable to read current working directory"
3849 msgstr ""
3850
3851 #: setup.c:1066 setup.c:1072
3852 #, c-format
3853 msgid "cannot change to '%s'"
3854 msgstr ""
3855
3856 #: setup.c:1085
3857 #, c-format
3858 msgid ""
3859 "not a git repository (or any parent up to mount point %s)\n"
3860 "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
3861 msgstr ""
3862
3863 #: setup.c:1168
3864 #, c-format
3865 msgid ""
3866 "problem with core.sharedRepository filemode value (0%.3o).\n"
3867 "The owner of files must always have read and write permissions."
3868 msgstr ""
3869
3870 #: setup.c:1211
3871 msgid "open /dev/null or dup failed"
3872 msgstr ""
3873
3874 #: setup.c:1226
3875 msgid "fork failed"
3876 msgstr ""
3877
3878 #: setup.c:1231
3879 msgid "setsid failed"
3880 msgstr ""
3881
3882 #: sha1-file.c:625
3883 #, c-format
3884 msgid "path '%s' does not exist"
3885 msgstr ""
3886
3887 #: sha1-file.c:651
3888 #, c-format
3889 msgid "reference repository '%s' as a linked checkout is not supported yet."
3890 msgstr ""
3891
3892 #: sha1-file.c:657
3893 #, c-format
3894 msgid "reference repository '%s' is not a local repository."
3895 msgstr ""
3896
3897 #: sha1-file.c:663
3898 #, c-format
3899 msgid "reference repository '%s' is shallow"
3900 msgstr ""
3901
3902 #: sha1-file.c:671
3903 #, c-format
3904 msgid "reference repository '%s' is grafted"
3905 msgstr ""
3906
3907 #: sha1-name.c:442
3908 #, c-format
3909 msgid "short SHA1 %s is ambiguous"
3910 msgstr ""
3911
3912 #: sha1-name.c:453
3913 msgid "The candidates are:"
3914 msgstr ""
3915
3916 #: sha1-name.c:695
3917 msgid ""
3918 "Git normally never creates a ref that ends with 40 hex characters\n"
3919 "because it will be ignored when you just specify 40-hex. These refs\n"
3920 "may be created by mistake. For example,\n"
3921 "\n"
3922 " git checkout -b $br $(git rev-parse ...)\n"
3923 "\n"
3924 "where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
3925 "examine these refs and maybe delete them. Turn this message off by\n"
3926 "running \"git config advice.objectNameWarning false\""
3927 msgstr ""
3928
3929 #: submodule.c:97 submodule.c:131
3930 msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
3931 msgstr ""
3932
3933 #: submodule.c:101 submodule.c:135
3934 #, c-format
3935 msgid "Could not find section in .gitmodules where path=%s"
3936 msgstr ""
3937
3938 #: submodule.c:109
3939 #, c-format
3940 msgid "Could not update .gitmodules entry %s"
3941 msgstr ""
3942
3943 #: submodule.c:142
3944 #, c-format
3945 msgid "Could not remove .gitmodules entry for %s"
3946 msgstr ""
3947
3948 #: submodule.c:153
3949 msgid "staging updated .gitmodules failed"
3950 msgstr ""
3951
3952 #: submodule.c:315
3953 #, c-format
3954 msgid "in unpopulated submodule '%s'"
3955 msgstr ""
3956
3957 #: submodule.c:346
3958 #, c-format
3959 msgid "Pathspec '%s' is in submodule '%.*s'"
3960 msgstr ""
3961
3962 #: submodule.c:837
3963 #, c-format
3964 msgid "submodule entry '%s' (%s) is a %s, not a commit"
3965 msgstr ""
3966
3967 #: submodule.c:1069 builtin/branch.c:651 builtin/submodule--helper.c:1743
3968 msgid "Failed to resolve HEAD as a valid ref."
3969 msgstr ""
3970
3971 #: submodule.c:1373
3972 #, c-format
3973 msgid "'%s' not recognized as a git repository"
3974 msgstr ""
3975
3976 #: submodule.c:1511
3977 #, c-format
3978 msgid "could not start 'git status' in submodule '%s'"
3979 msgstr ""
3980
3981 #: submodule.c:1524
3982 #, c-format
3983 msgid "could not run 'git status' in submodule '%s'"
3984 msgstr ""
3985
3986 #: submodule.c:1617
3987 #, c-format
3988 msgid "submodule '%s' has dirty index"
3989 msgstr ""
3990
3991 #: submodule.c:1716
3992 #, c-format
3993 msgid ""
3994 "relocate_gitdir for submodule '%s' with more than one worktree not supported"
3995 msgstr ""
3996
3997 #: submodule.c:1728 submodule.c:1784
3998 #, c-format
3999 msgid "could not lookup name for submodule '%s'"
4000 msgstr ""
4001
4002 #: submodule.c:1732 builtin/submodule--helper.c:1261
4003 #: builtin/submodule--helper.c:1271
4004 #, c-format
4005 msgid "could not create directory '%s'"
4006 msgstr ""
4007
4008 #: submodule.c:1735
4009 #, c-format
4010 msgid ""
4011 "Migrating git directory of '%s%s' from\n"
4012 "'%s' to\n"
4013 "'%s'\n"
4014 msgstr ""
4015
4016 #: submodule.c:1819
4017 #, c-format
4018 msgid "could not recurse into submodule '%s'"
4019 msgstr ""
4020
4021 #: submodule.c:1863
4022 msgid "could not start ls-files in .."
4023 msgstr ""
4024
4025 #: submodule.c:1902
4026 #, c-format
4027 msgid "ls-tree returned unexpected return code %d"
4028 msgstr ""
4029
4030 #: submodule-config.c:230
4031 #, c-format
4032 msgid "ignoring suspicious submodule name: %s"
4033 msgstr ""
4034
4035 #: submodule-config.c:294
4036 msgid "negative values not allowed for submodule.fetchjobs"
4037 msgstr ""
4038
4039 #: submodule-config.c:467
4040 #, c-format
4041 msgid "invalid value for %s"
4042 msgstr ""
4043
4044 #: trailer.c:238
4045 #, c-format
4046 msgid "running trailer command '%s' failed"
4047 msgstr ""
4048
4049 #: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:553
4050 #: trailer.c:557
4051 #, c-format
4052 msgid "unknown value '%s' for key '%s'"
4053 msgstr ""
4054
4055 #: trailer.c:539 trailer.c:544 builtin/remote.c:293
4056 #, c-format
4057 msgid "more than one %s"
4058 msgstr ""
4059
4060 #: trailer.c:730
4061 #, c-format
4062 msgid "empty trailer token in trailer '%.*s'"
4063 msgstr ""
4064
4065 #: trailer.c:750
4066 #, c-format
4067 msgid "could not read input file '%s'"
4068 msgstr ""
4069
4070 #: trailer.c:753
4071 msgid "could not read from stdin"
4072 msgstr ""
4073
4074 #: trailer.c:1008 builtin/am.c:46
4075 #, c-format
4076 msgid "could not stat %s"
4077 msgstr ""
4078
4079 #: trailer.c:1010
4080 #, c-format
4081 msgid "file %s is not a regular file"
4082 msgstr ""
4083
4084 #: trailer.c:1012
4085 #, c-format
4086 msgid "file %s is not writable by user"
4087 msgstr ""
4088
4089 #: trailer.c:1024
4090 msgid "could not open temporary file"
4091 msgstr ""
4092
4093 #: trailer.c:1064
4094 #, c-format
4095 msgid "could not rename temporary file to %s"
4096 msgstr ""
4097
4098 #: transport.c:116
4099 #, c-format
4100 msgid "Would set upstream of '%s' to '%s' of '%s'\n"
4101 msgstr ""
4102
4103 #: transport.c:208
4104 #, c-format
4105 msgid "transport: invalid depth option '%s'"
4106 msgstr ""
4107
4108 #: transport.c:584
4109 msgid "could not parse transport.color.* config"
4110 msgstr ""
4111
4112 #: transport.c:996
4113 #, c-format
4114 msgid ""
4115 "The following submodule paths contain changes that can\n"
4116 "not be found on any remote:\n"
4117 msgstr ""
4118
4119 #: transport.c:1000
4120 #, c-format
4121 msgid ""
4122 "\n"
4123 "Please try\n"
4124 "\n"
4125 "\tgit push --recurse-submodules=on-demand\n"
4126 "\n"
4127 "or cd to the path and use\n"
4128 "\n"
4129 "\tgit push\n"
4130 "\n"
4131 "to push them to a remote.\n"
4132 "\n"
4133 msgstr ""
4134
4135 #: transport.c:1008
4136 msgid "Aborting."
4137 msgstr ""
4138
4139 #: transport-helper.c:1087
4140 #, c-format
4141 msgid "Could not read ref %s"
4142 msgstr ""
4143
4144 #: tree-walk.c:31
4145 msgid "too-short tree object"
4146 msgstr ""
4147
4148 #: tree-walk.c:37
4149 msgid "malformed mode in tree entry"
4150 msgstr ""
4151
4152 #: tree-walk.c:41
4153 msgid "empty filename in tree entry"
4154 msgstr ""
4155
4156 #: tree-walk.c:113
4157 msgid "too-short tree file"
4158 msgstr ""
4159
4160 #: unpack-trees.c:111
4161 #, c-format
4162 msgid ""
4163 "Your local changes to the following files would be overwritten by checkout:\n"
4164 "%%sPlease commit your changes or stash them before you switch branches."
4165 msgstr ""
4166
4167 #: unpack-trees.c:113
4168 #, c-format
4169 msgid ""
4170 "Your local changes to the following files would be overwritten by checkout:\n"
4171 "%%s"
4172 msgstr ""
4173
4174 #: unpack-trees.c:116
4175 #, c-format
4176 msgid ""
4177 "Your local changes to the following files would be overwritten by merge:\n"
4178 "%%sPlease commit your changes or stash them before you merge."
4179 msgstr ""
4180
4181 #: unpack-trees.c:118
4182 #, c-format
4183 msgid ""
4184 "Your local changes to the following files would be overwritten by merge:\n"
4185 "%%s"
4186 msgstr ""
4187
4188 #: unpack-trees.c:121
4189 #, c-format
4190 msgid ""
4191 "Your local changes to the following files would be overwritten by %s:\n"
4192 "%%sPlease commit your changes or stash them before you %s."
4193 msgstr ""
4194
4195 #: unpack-trees.c:123
4196 #, c-format
4197 msgid ""
4198 "Your local changes to the following files would be overwritten by %s:\n"
4199 "%%s"
4200 msgstr ""
4201
4202 #: unpack-trees.c:128
4203 #, c-format
4204 msgid ""
4205 "Updating the following directories would lose untracked files in them:\n"
4206 "%s"
4207 msgstr ""
4208
4209 #: unpack-trees.c:132
4210 #, c-format
4211 msgid ""
4212 "The following untracked working tree files would be removed by checkout:\n"
4213 "%%sPlease move or remove them before you switch branches."
4214 msgstr ""
4215
4216 #: unpack-trees.c:134
4217 #, c-format
4218 msgid ""
4219 "The following untracked working tree files would be removed by checkout:\n"
4220 "%%s"
4221 msgstr ""
4222
4223 #: unpack-trees.c:137
4224 #, c-format
4225 msgid ""
4226 "The following untracked working tree files would be removed by merge:\n"
4227 "%%sPlease move or remove them before you merge."
4228 msgstr ""
4229
4230 #: unpack-trees.c:139
4231 #, c-format
4232 msgid ""
4233 "The following untracked working tree files would be removed by merge:\n"
4234 "%%s"
4235 msgstr ""
4236
4237 #: unpack-trees.c:142
4238 #, c-format
4239 msgid ""
4240 "The following untracked working tree files would be removed by %s:\n"
4241 "%%sPlease move or remove them before you %s."
4242 msgstr ""
4243
4244 #: unpack-trees.c:144
4245 #, c-format
4246 msgid ""
4247 "The following untracked working tree files would be removed by %s:\n"
4248 "%%s"
4249 msgstr ""
4250
4251 #: unpack-trees.c:150
4252 #, c-format
4253 msgid ""
4254 "The following untracked working tree files would be overwritten by "
4255 "checkout:\n"
4256 "%%sPlease move or remove them before you switch branches."
4257 msgstr ""
4258
4259 #: unpack-trees.c:152
4260 #, c-format
4261 msgid ""
4262 "The following untracked working tree files would be overwritten by "
4263 "checkout:\n"
4264 "%%s"
4265 msgstr ""
4266
4267 #: unpack-trees.c:155
4268 #, c-format
4269 msgid ""
4270 "The following untracked working tree files would be overwritten by merge:\n"
4271 "%%sPlease move or remove them before you merge."
4272 msgstr ""
4273
4274 #: unpack-trees.c:157
4275 #, c-format
4276 msgid ""
4277 "The following untracked working tree files would be overwritten by merge:\n"
4278 "%%s"
4279 msgstr ""
4280
4281 #: unpack-trees.c:160
4282 #, c-format
4283 msgid ""
4284 "The following untracked working tree files would be overwritten by %s:\n"
4285 "%%sPlease move or remove them before you %s."
4286 msgstr ""
4287
4288 #: unpack-trees.c:162
4289 #, c-format
4290 msgid ""
4291 "The following untracked working tree files would be overwritten by %s:\n"
4292 "%%s"
4293 msgstr ""
4294
4295 #: unpack-trees.c:170
4296 #, c-format
4297 msgid "Entry '%s' overlaps with '%s'. Cannot bind."
4298 msgstr ""
4299
4300 #: unpack-trees.c:173
4301 #, c-format
4302 msgid ""
4303 "Cannot update sparse checkout: the following entries are not up to date:\n"
4304 "%s"
4305 msgstr ""
4306
4307 #: unpack-trees.c:175
4308 #, c-format
4309 msgid ""
4310 "The following working tree files would be overwritten by sparse checkout "
4311 "update:\n"
4312 "%s"
4313 msgstr ""
4314
4315 #: unpack-trees.c:177
4316 #, c-format
4317 msgid ""
4318 "The following working tree files would be removed by sparse checkout "
4319 "update:\n"
4320 "%s"
4321 msgstr ""
4322
4323 #: unpack-trees.c:179
4324 #, c-format
4325 msgid ""
4326 "Cannot update submodule:\n"
4327 "%s"
4328 msgstr ""
4329
4330 #: unpack-trees.c:262
4331 #, c-format
4332 msgid "Aborting\n"
4333 msgstr ""
4334
4335 #: unpack-trees.c:344
4336 msgid "Checking out files"
4337 msgstr ""
4338
4339 #: urlmatch.c:163
4340 msgid "invalid URL scheme name or missing '://' suffix"
4341 msgstr ""
4342
4343 #: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
4344 #, c-format
4345 msgid "invalid %XX escape sequence"
4346 msgstr ""
4347
4348 #: urlmatch.c:215
4349 msgid "missing host and scheme is not 'file:'"
4350 msgstr ""
4351
4352 #: urlmatch.c:232
4353 msgid "a 'file:' URL may not have a port number"
4354 msgstr ""
4355
4356 #: urlmatch.c:247
4357 msgid "invalid characters in host name"
4358 msgstr ""
4359
4360 #: urlmatch.c:292 urlmatch.c:303
4361 msgid "invalid port number"
4362 msgstr ""
4363
4364 #: urlmatch.c:371
4365 msgid "invalid '..' path segment"
4366 msgstr ""
4367
4368 #: worktree.c:245 builtin/am.c:2147
4369 #, c-format
4370 msgid "failed to read '%s'"
4371 msgstr ""
4372
4373 #: worktree.c:291
4374 #, c-format
4375 msgid "'%s' at main working tree is not the repository directory"
4376 msgstr ""
4377
4378 #: worktree.c:302
4379 #, c-format
4380 msgid "'%s' file does not contain absolute path to the working tree location"
4381 msgstr ""
4382
4383 #: worktree.c:314
4384 #, c-format
4385 msgid "'%s' does not exist"
4386 msgstr ""
4387
4388 #: worktree.c:320
4389 #, c-format
4390 msgid "'%s' is not a .git file, error code %d"
4391 msgstr ""
4392
4393 #: worktree.c:328
4394 #, c-format
4395 msgid "'%s' does not point back to '%s'"
4396 msgstr ""
4397
4398 #: wrapper.c:223 wrapper.c:393
4399 #, c-format
4400 msgid "could not open '%s' for reading and writing"
4401 msgstr ""
4402
4403 #: wrapper.c:227 wrapper.c:397 builtin/am.c:320 builtin/am.c:770
4404 #: builtin/am.c:862 builtin/merge.c:1042
4405 #, c-format
4406 msgid "could not open '%s' for reading"
4407 msgstr ""
4408
4409 #: wrapper.c:424 wrapper.c:624
4410 #, c-format
4411 msgid "unable to access '%s'"
4412 msgstr ""
4413
4414 #: wrapper.c:632
4415 msgid "unable to get current working directory"
4416 msgstr ""
4417
4418 #: wt-status.c:154
4419 msgid "Unmerged paths:"
4420 msgstr ""
4421
4422 #: wt-status.c:181 wt-status.c:208
4423 #, c-format
4424 msgid " (use \"git reset %s <file>...\" to unstage)"
4425 msgstr ""
4426
4427 #: wt-status.c:183 wt-status.c:210
4428 msgid " (use \"git rm --cached <file>...\" to unstage)"
4429 msgstr ""
4430
4431 #: wt-status.c:187
4432 msgid " (use \"git add <file>...\" to mark resolution)"
4433 msgstr ""
4434
4435 #: wt-status.c:189 wt-status.c:193
4436 msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"
4437 msgstr ""
4438
4439 #: wt-status.c:191
4440 msgid " (use \"git rm <file>...\" to mark resolution)"
4441 msgstr ""
4442
4443 #: wt-status.c:202 wt-status.c:1015
4444 msgid "Changes to be committed:"
4445 msgstr ""
4446
4447 #: wt-status.c:220 wt-status.c:1024
4448 msgid "Changes not staged for commit:"
4449 msgstr ""
4450
4451 #: wt-status.c:224
4452 msgid " (use \"git add <file>...\" to update what will be committed)"
4453 msgstr ""
4454
4455 #: wt-status.c:226
4456 msgid " (use \"git add/rm <file>...\" to update what will be committed)"
4457 msgstr ""
4458
4459 #: wt-status.c:227
4460 msgid ""
4461 " (use \"git checkout -- <file>...\" to discard changes in working directory)"
4462 msgstr ""
4463
4464 #: wt-status.c:229
4465 msgid " (commit or discard the untracked or modified content in submodules)"
4466 msgstr ""
4467
4468 #: wt-status.c:241
4469 #, c-format
4470 msgid " (use \"git %s <file>...\" to include in what will be committed)"
4471 msgstr ""
4472
4473 #: wt-status.c:256
4474 msgid "both deleted:"
4475 msgstr ""
4476
4477 #: wt-status.c:258
4478 msgid "added by us:"
4479 msgstr ""
4480
4481 #: wt-status.c:260
4482 msgid "deleted by them:"
4483 msgstr ""
4484
4485 #: wt-status.c:262
4486 msgid "added by them:"
4487 msgstr ""
4488
4489 #: wt-status.c:264
4490 msgid "deleted by us:"
4491 msgstr ""
4492
4493 #: wt-status.c:266
4494 msgid "both added:"
4495 msgstr ""
4496
4497 #: wt-status.c:268
4498 msgid "both modified:"
4499 msgstr ""
4500
4501 #: wt-status.c:278
4502 msgid "new file:"
4503 msgstr ""
4504
4505 #: wt-status.c:280
4506 msgid "copied:"
4507 msgstr ""
4508
4509 #: wt-status.c:282
4510 msgid "deleted:"
4511 msgstr ""
4512
4513 #: wt-status.c:284
4514 msgid "modified:"
4515 msgstr ""
4516
4517 #: wt-status.c:286
4518 msgid "renamed:"
4519 msgstr ""
4520
4521 #: wt-status.c:288
4522 msgid "typechange:"
4523 msgstr ""
4524
4525 #: wt-status.c:290
4526 msgid "unknown:"
4527 msgstr ""
4528
4529 #: wt-status.c:292
4530 msgid "unmerged:"
4531 msgstr ""
4532
4533 #: wt-status.c:372
4534 msgid "new commits, "
4535 msgstr ""
4536
4537 #: wt-status.c:374
4538 msgid "modified content, "
4539 msgstr ""
4540
4541 #: wt-status.c:376
4542 msgid "untracked content, "
4543 msgstr ""
4544
4545 #: wt-status.c:853
4546 #, c-format
4547 msgid "Your stash currently has %d entry"
4548 msgid_plural "Your stash currently has %d entries"
4549 msgstr[0] ""
4550 msgstr[1] ""
4551
4552 #: wt-status.c:885
4553 msgid "Submodules changed but not updated:"
4554 msgstr ""
4555
4556 #: wt-status.c:887
4557 msgid "Submodule changes to be committed:"
4558 msgstr ""
4559
4560 #: wt-status.c:969
4561 msgid ""
4562 "Do not modify or remove the line above.\n"
4563 "Everything below it will be ignored."
4564 msgstr ""
4565
4566 #: wt-status.c:1084
4567 msgid "You have unmerged paths."
4568 msgstr ""
4569
4570 #: wt-status.c:1087
4571 msgid " (fix conflicts and run \"git commit\")"
4572 msgstr ""
4573
4574 #: wt-status.c:1089
4575 msgid " (use \"git merge --abort\" to abort the merge)"
4576 msgstr ""
4577
4578 #: wt-status.c:1094
4579 msgid "All conflicts fixed but you are still merging."
4580 msgstr ""
4581
4582 #: wt-status.c:1097
4583 msgid " (use \"git commit\" to conclude merge)"
4584 msgstr ""
4585
4586 #: wt-status.c:1107
4587 msgid "You are in the middle of an am session."
4588 msgstr ""
4589
4590 #: wt-status.c:1110
4591 msgid "The current patch is empty."
4592 msgstr ""
4593
4594 #: wt-status.c:1114
4595 msgid " (fix conflicts and then run \"git am --continue\")"
4596 msgstr ""
4597
4598 #: wt-status.c:1116
4599 msgid " (use \"git am --skip\" to skip this patch)"
4600 msgstr ""
4601
4602 #: wt-status.c:1118
4603 msgid " (use \"git am --abort\" to restore the original branch)"
4604 msgstr ""
4605
4606 #: wt-status.c:1250
4607 msgid "git-rebase-todo is missing."
4608 msgstr ""
4609
4610 #: wt-status.c:1252
4611 msgid "No commands done."
4612 msgstr ""
4613
4614 #: wt-status.c:1255
4615 #, c-format
4616 msgid "Last command done (%d command done):"
4617 msgid_plural "Last commands done (%d commands done):"
4618 msgstr[0] ""
4619 msgstr[1] ""
4620
4621 #: wt-status.c:1266
4622 #, c-format
4623 msgid " (see more in file %s)"
4624 msgstr ""
4625
4626 #: wt-status.c:1271
4627 msgid "No commands remaining."
4628 msgstr ""
4629
4630 #: wt-status.c:1274
4631 #, c-format
4632 msgid "Next command to do (%d remaining command):"
4633 msgid_plural "Next commands to do (%d remaining commands):"
4634 msgstr[0] ""
4635 msgstr[1] ""
4636
4637 #: wt-status.c:1282
4638 msgid " (use \"git rebase --edit-todo\" to view and edit)"
4639 msgstr ""
4640
4641 #: wt-status.c:1295
4642 #, c-format
4643 msgid "You are currently rebasing branch '%s' on '%s'."
4644 msgstr ""
4645
4646 #: wt-status.c:1300
4647 msgid "You are currently rebasing."
4648 msgstr ""
4649
4650 #: wt-status.c:1314
4651 msgid " (fix conflicts and then run \"git rebase --continue\")"
4652 msgstr ""
4653
4654 #: wt-status.c:1316
4655 msgid " (use \"git rebase --skip\" to skip this patch)"
4656 msgstr ""
4657
4658 #: wt-status.c:1318
4659 msgid " (use \"git rebase --abort\" to check out the original branch)"
4660 msgstr ""
4661
4662 #: wt-status.c:1324
4663 msgid " (all conflicts fixed: run \"git rebase --continue\")"
4664 msgstr ""
4665
4666 #: wt-status.c:1328
4667 #, c-format
4668 msgid ""
4669 "You are currently splitting a commit while rebasing branch '%s' on '%s'."
4670 msgstr ""
4671
4672 #: wt-status.c:1333
4673 msgid "You are currently splitting a commit during a rebase."
4674 msgstr ""
4675
4676 #: wt-status.c:1336
4677 msgid " (Once your working directory is clean, run \"git rebase --continue\")"
4678 msgstr ""
4679
4680 #: wt-status.c:1340
4681 #, c-format
4682 msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
4683 msgstr ""
4684
4685 #: wt-status.c:1345
4686 msgid "You are currently editing a commit during a rebase."
4687 msgstr ""
4688
4689 #: wt-status.c:1348
4690 msgid " (use \"git commit --amend\" to amend the current commit)"
4691 msgstr ""
4692
4693 #: wt-status.c:1350
4694 msgid ""
4695 " (use \"git rebase --continue\" once you are satisfied with your changes)"
4696 msgstr ""
4697
4698 #: wt-status.c:1360
4699 #, c-format
4700 msgid "You are currently cherry-picking commit %s."
4701 msgstr ""
4702
4703 #: wt-status.c:1365
4704 msgid " (fix conflicts and run \"git cherry-pick --continue\")"
4705 msgstr ""
4706
4707 #: wt-status.c:1368
4708 msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"
4709 msgstr ""
4710
4711 #: wt-status.c:1370
4712 msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
4713 msgstr ""
4714
4715 #: wt-status.c:1379
4716 #, c-format
4717 msgid "You are currently reverting commit %s."
4718 msgstr ""
4719
4720 #: wt-status.c:1384
4721 msgid " (fix conflicts and run \"git revert --continue\")"
4722 msgstr ""
4723
4724 #: wt-status.c:1387
4725 msgid " (all conflicts fixed: run \"git revert --continue\")"
4726 msgstr ""
4727
4728 #: wt-status.c:1389
4729 msgid " (use \"git revert --abort\" to cancel the revert operation)"
4730 msgstr ""
4731
4732 #: wt-status.c:1400
4733 #, c-format
4734 msgid "You are currently bisecting, started from branch '%s'."
4735 msgstr ""
4736
4737 #: wt-status.c:1404
4738 msgid "You are currently bisecting."
4739 msgstr ""
4740
4741 #: wt-status.c:1407
4742 msgid " (use \"git bisect reset\" to get back to the original branch)"
4743 msgstr ""
4744
4745 #: wt-status.c:1604
4746 msgid "On branch "
4747 msgstr ""
4748
4749 #: wt-status.c:1610
4750 msgid "interactive rebase in progress; onto "
4751 msgstr ""
4752
4753 #: wt-status.c:1612
4754 msgid "rebase in progress; onto "
4755 msgstr ""
4756
4757 #: wt-status.c:1617
4758 msgid "HEAD detached at "
4759 msgstr ""
4760
4761 #: wt-status.c:1619
4762 msgid "HEAD detached from "
4763 msgstr ""
4764
4765 #: wt-status.c:1622
4766 msgid "Not currently on any branch."
4767 msgstr ""
4768
4769 #: wt-status.c:1642
4770 msgid "Initial commit"
4771 msgstr ""
4772
4773 #: wt-status.c:1643
4774 msgid "No commits yet"
4775 msgstr ""
4776
4777 #: wt-status.c:1657
4778 msgid "Untracked files"
4779 msgstr ""
4780
4781 #: wt-status.c:1659
4782 msgid "Ignored files"
4783 msgstr ""
4784
4785 #: wt-status.c:1663
4786 #, c-format
4787 msgid ""
4788 "It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
4789 "may speed it up, but you have to be careful not to forget to add\n"
4790 "new files yourself (see 'git help status')."
4791 msgstr ""
4792
4793 #: wt-status.c:1669
4794 #, c-format
4795 msgid "Untracked files not listed%s"
4796 msgstr ""
4797
4798 #: wt-status.c:1671
4799 msgid " (use -u option to show untracked files)"
4800 msgstr ""
4801
4802 #: wt-status.c:1677
4803 msgid "No changes"
4804 msgstr ""
4805
4806 #: wt-status.c:1682
4807 #, c-format
4808 msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
4809 msgstr ""
4810
4811 #: wt-status.c:1685
4812 #, c-format
4813 msgid "no changes added to commit\n"
4814 msgstr ""
4815
4816 #: wt-status.c:1688
4817 #, c-format
4818 msgid ""
4819 "nothing added to commit but untracked files present (use \"git add\" to "
4820 "track)\n"
4821 msgstr ""
4822
4823 #: wt-status.c:1691
4824 #, c-format
4825 msgid "nothing added to commit but untracked files present\n"
4826 msgstr ""
4827
4828 #: wt-status.c:1694
4829 #, c-format
4830 msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
4831 msgstr ""
4832
4833 #: wt-status.c:1697 wt-status.c:1702
4834 #, c-format
4835 msgid "nothing to commit\n"
4836 msgstr ""
4837
4838 #: wt-status.c:1700
4839 #, c-format
4840 msgid "nothing to commit (use -u to show untracked files)\n"
4841 msgstr ""
4842
4843 #: wt-status.c:1704
4844 #, c-format
4845 msgid "nothing to commit, working tree clean\n"
4846 msgstr ""
4847
4848 #: wt-status.c:1817
4849 msgid "No commits yet on "
4850 msgstr ""
4851
4852 #: wt-status.c:1821
4853 msgid "HEAD (no branch)"
4854 msgstr ""
4855
4856 #: wt-status.c:1852
4857 msgid "different"
4858 msgstr ""
4859
4860 #: wt-status.c:1854 wt-status.c:1862
4861 msgid "behind "
4862 msgstr ""
4863
4864 #: wt-status.c:1857 wt-status.c:1860
4865 msgid "ahead "
4866 msgstr ""
4867
4868 #. TRANSLATORS: the action is e.g. "pull with rebase"
4869 #: wt-status.c:2366
4870 #, c-format
4871 msgid "cannot %s: You have unstaged changes."
4872 msgstr ""
4873
4874 #: wt-status.c:2372
4875 msgid "additionally, your index contains uncommitted changes."
4876 msgstr ""
4877
4878 #: wt-status.c:2374
4879 #, c-format
4880 msgid "cannot %s: Your index contains uncommitted changes."
4881 msgstr ""
4882
4883 #: compat/precompose_utf8.c:58 builtin/clone.c:442
4884 #, c-format
4885 msgid "failed to unlink '%s'"
4886 msgstr ""
4887
4888 #: builtin/add.c:24
4889 msgid "git add [<options>] [--] <pathspec>..."
4890 msgstr ""
4891
4892 #: builtin/add.c:83
4893 #, c-format
4894 msgid "unexpected diff status %c"
4895 msgstr ""
4896
4897 #: builtin/add.c:88 builtin/commit.c:266
4898 msgid "updating files failed"
4899 msgstr ""
4900
4901 #: builtin/add.c:98
4902 #, c-format
4903 msgid "remove '%s'\n"
4904 msgstr ""
4905
4906 #: builtin/add.c:173
4907 msgid "Unstaged changes after refreshing the index:"
4908 msgstr ""
4909
4910 #: builtin/add.c:233 builtin/rev-parse.c:888
4911 msgid "Could not read the index"
4912 msgstr ""
4913
4914 #: builtin/add.c:244
4915 #, c-format
4916 msgid "Could not open '%s' for writing."
4917 msgstr ""
4918
4919 #: builtin/add.c:248
4920 msgid "Could not write patch"
4921 msgstr ""
4922
4923 #: builtin/add.c:251
4924 msgid "editing patch failed"
4925 msgstr ""
4926
4927 #: builtin/add.c:254
4928 #, c-format
4929 msgid "Could not stat '%s'"
4930 msgstr ""
4931
4932 #: builtin/add.c:256
4933 msgid "Empty patch. Aborted."
4934 msgstr ""
4935
4936 #: builtin/add.c:261
4937 #, c-format
4938 msgid "Could not apply '%s'"
4939 msgstr ""
4940
4941 #: builtin/add.c:269
4942 msgid "The following paths are ignored by one of your .gitignore files:\n"
4943 msgstr ""
4944
4945 #: builtin/add.c:289 builtin/clean.c:911 builtin/fetch.c:145 builtin/mv.c:123
4946 #: builtin/prune-packed.c:55 builtin/pull.c:212 builtin/push.c:557
4947 #: builtin/remote.c:1342 builtin/rm.c:240 builtin/send-pack.c:165
4948 msgid "dry run"
4949 msgstr ""
4950
4951 #: builtin/add.c:292
4952 msgid "interactive picking"
4953 msgstr ""
4954
4955 #: builtin/add.c:293 builtin/checkout.c:1135 builtin/reset.c:302
4956 msgid "select hunks interactively"
4957 msgstr ""
4958
4959 #: builtin/add.c:294
4960 msgid "edit current diff and apply"
4961 msgstr ""
4962
4963 #: builtin/add.c:295
4964 msgid "allow adding otherwise ignored files"
4965 msgstr ""
4966
4967 #: builtin/add.c:296
4968 msgid "update tracked files"
4969 msgstr ""
4970
4971 #: builtin/add.c:297
4972 msgid "renormalize EOL of tracked files (implies -u)"
4973 msgstr ""
4974
4975 #: builtin/add.c:298
4976 msgid "record only the fact that the path will be added later"
4977 msgstr ""
4978
4979 #: builtin/add.c:299
4980 msgid "add changes from all tracked and untracked files"
4981 msgstr ""
4982
4983 #: builtin/add.c:302
4984 msgid "ignore paths removed in the working tree (same as --no-all)"
4985 msgstr ""
4986
4987 #: builtin/add.c:304
4988 msgid "don't add, only refresh the index"
4989 msgstr ""
4990
4991 #: builtin/add.c:305
4992 msgid "just skip files which cannot be added because of errors"
4993 msgstr ""
4994
4995 #: builtin/add.c:306
4996 msgid "check if - even missing - files are ignored in dry run"
4997 msgstr ""
4998
4999 #: builtin/add.c:307 builtin/update-index.c:974
5000 msgid "(+/-)x"
5001 msgstr ""
5002
5003 #: builtin/add.c:307 builtin/update-index.c:975
5004 msgid "override the executable bit of the listed files"
5005 msgstr ""
5006
5007 #: builtin/add.c:309
5008 msgid "warn when adding an embedded repository"
5009 msgstr ""
5010
5011 #: builtin/add.c:324
5012 #, c-format
5013 msgid ""
5014 "You've added another git repository inside your current repository.\n"
5015 "Clones of the outer repository will not contain the contents of\n"
5016 "the embedded repository and will not know how to obtain it.\n"
5017 "If you meant to add a submodule, use:\n"
5018 "\n"
5019 "\tgit submodule add <url> %s\n"
5020 "\n"
5021 "If you added this path by mistake, you can remove it from the\n"
5022 "index with:\n"
5023 "\n"
5024 "\tgit rm --cached %s\n"
5025 "\n"
5026 "See \"git help submodule\" for more information."
5027 msgstr ""
5028
5029 #: builtin/add.c:352
5030 #, c-format
5031 msgid "adding embedded git repository: %s"
5032 msgstr ""
5033
5034 #: builtin/add.c:370
5035 #, c-format
5036 msgid "Use -f if you really want to add them.\n"
5037 msgstr ""
5038
5039 #: builtin/add.c:378
5040 msgid "adding files failed"
5041 msgstr ""
5042
5043 #: builtin/add.c:416
5044 msgid "-A and -u are mutually incompatible"
5045 msgstr ""
5046
5047 #: builtin/add.c:423
5048 msgid "Option --ignore-missing can only be used together with --dry-run"
5049 msgstr ""
5050
5051 #: builtin/add.c:427
5052 #, c-format
5053 msgid "--chmod param '%s' must be either -x or +x"
5054 msgstr ""
5055
5056 #: builtin/add.c:442
5057 #, c-format
5058 msgid "Nothing specified, nothing added.\n"
5059 msgstr ""
5060
5061 #: builtin/add.c:443
5062 #, c-format
5063 msgid "Maybe you wanted to say 'git add .'?\n"
5064 msgstr ""
5065
5066 #: builtin/add.c:448 builtin/check-ignore.c:177 builtin/checkout.c:280
5067 #: builtin/checkout.c:483 builtin/clean.c:958 builtin/commit.c:325
5068 #: builtin/diff-tree.c:114 builtin/mv.c:144 builtin/reset.c:241
5069 #: builtin/rm.c:270 builtin/submodule--helper.c:328
5070 msgid "index file corrupt"
5071 msgstr ""
5072
5073 #: builtin/am.c:414
5074 msgid "could not parse author script"
5075 msgstr ""
5076
5077 #: builtin/am.c:498
5078 #, c-format
5079 msgid "'%s' was deleted by the applypatch-msg hook"
5080 msgstr ""
5081
5082 #: builtin/am.c:539
5083 #, c-format
5084 msgid "Malformed input line: '%s'."
5085 msgstr ""
5086
5087 #: builtin/am.c:576
5088 #, c-format
5089 msgid "Failed to copy notes from '%s' to '%s'"
5090 msgstr ""
5091
5092 #: builtin/am.c:602
5093 msgid "fseek failed"
5094 msgstr ""
5095
5096 #: builtin/am.c:790
5097 #, c-format
5098 msgid "could not parse patch '%s'"
5099 msgstr ""
5100
5101 #: builtin/am.c:855
5102 msgid "Only one StGIT patch series can be applied at once"
5103 msgstr ""
5104
5105 #: builtin/am.c:903
5106 msgid "invalid timestamp"
5107 msgstr ""
5108
5109 #: builtin/am.c:908 builtin/am.c:920
5110 msgid "invalid Date line"
5111 msgstr ""
5112
5113 #: builtin/am.c:915
5114 msgid "invalid timezone offset"
5115 msgstr ""
5116
5117 #: builtin/am.c:1008
5118 msgid "Patch format detection failed."
5119 msgstr ""
5120
5121 #: builtin/am.c:1013 builtin/clone.c:407
5122 #, c-format
5123 msgid "failed to create directory '%s'"
5124 msgstr ""
5125
5126 #: builtin/am.c:1018
5127 msgid "Failed to split patches."
5128 msgstr ""
5129
5130 #: builtin/am.c:1148 builtin/commit.c:351
5131 msgid "unable to write index file"
5132 msgstr ""
5133
5134 #: builtin/am.c:1162
5135 #, c-format
5136 msgid "When you have resolved this problem, run \"%s --continue\"."
5137 msgstr ""
5138
5139 #: builtin/am.c:1163
5140 #, c-format
5141 msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
5142 msgstr ""
5143
5144 #: builtin/am.c:1164
5145 #, c-format
5146 msgid "To restore the original branch and stop patching, run \"%s --abort\"."
5147 msgstr ""
5148
5149 #: builtin/am.c:1271
5150 msgid "Patch is empty."
5151 msgstr ""
5152
5153 #: builtin/am.c:1337
5154 #, c-format
5155 msgid "invalid ident line: %.*s"
5156 msgstr ""
5157
5158 #: builtin/am.c:1359
5159 #, c-format
5160 msgid "unable to parse commit %s"
5161 msgstr ""
5162
5163 #: builtin/am.c:1554
5164 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
5165 msgstr ""
5166
5167 #: builtin/am.c:1556
5168 msgid "Using index info to reconstruct a base tree..."
5169 msgstr ""
5170
5171 #: builtin/am.c:1575
5172 msgid ""
5173 "Did you hand edit your patch?\n"
5174 "It does not apply to blobs recorded in its index."
5175 msgstr ""
5176
5177 #: builtin/am.c:1581
5178 msgid "Falling back to patching base and 3-way merge..."
5179 msgstr ""
5180
5181 #: builtin/am.c:1606
5182 msgid "Failed to merge in the changes."
5183 msgstr ""
5184
5185 #: builtin/am.c:1637
5186 msgid "applying to an empty history"
5187 msgstr ""
5188
5189 #: builtin/am.c:1683 builtin/am.c:1687
5190 #, c-format
5191 msgid "cannot resume: %s does not exist."
5192 msgstr ""
5193
5194 #: builtin/am.c:1703
5195 msgid "cannot be interactive without stdin connected to a terminal."
5196 msgstr ""
5197
5198 #: builtin/am.c:1708
5199 msgid "Commit Body is:"
5200 msgstr ""
5201
5202 #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
5203 #. in your translation. The program will only accept English
5204 #. input at this point.
5205 #.
5206 #: builtin/am.c:1718
5207 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
5208 msgstr ""
5209
5210 #: builtin/am.c:1768
5211 #, c-format
5212 msgid "Dirty index: cannot apply patches (dirty: %s)"
5213 msgstr ""
5214
5215 #: builtin/am.c:1808 builtin/am.c:1879
5216 #, c-format
5217 msgid "Applying: %.*s"
5218 msgstr ""
5219
5220 #: builtin/am.c:1824
5221 msgid "No changes -- Patch already applied."
5222 msgstr ""
5223
5224 #: builtin/am.c:1832
5225 #, c-format
5226 msgid "Patch failed at %s %.*s"
5227 msgstr ""
5228
5229 #: builtin/am.c:1838
5230 msgid "Use 'git am --show-current-patch' to see the failed patch"
5231 msgstr ""
5232
5233 #: builtin/am.c:1882
5234 msgid ""
5235 "No changes - did you forget to use 'git add'?\n"
5236 "If there is nothing left to stage, chances are that something else\n"
5237 "already introduced the same changes; you might want to skip this patch."
5238 msgstr ""
5239
5240 #: builtin/am.c:1889
5241 msgid ""
5242 "You still have unmerged paths in your index.\n"
5243 "You should 'git add' each file with resolved conflicts to mark them as "
5244 "such.\n"
5245 "You might run `git rm` on a file to accept \"deleted by them\" for it."
5246 msgstr ""
5247
5248 #: builtin/am.c:1996 builtin/am.c:2000 builtin/am.c:2012 builtin/reset.c:324
5249 #: builtin/reset.c:332
5250 #, c-format
5251 msgid "Could not parse object '%s'."
5252 msgstr ""
5253
5254 #: builtin/am.c:2048
5255 msgid "failed to clean index"
5256 msgstr ""
5257
5258 #: builtin/am.c:2083
5259 msgid ""
5260 "You seem to have moved HEAD since the last 'am' failure.\n"
5261 "Not rewinding to ORIG_HEAD"
5262 msgstr ""
5263
5264 #: builtin/am.c:2174
5265 #, c-format
5266 msgid "Invalid value for --patch-format: %s"
5267 msgstr ""
5268
5269 #: builtin/am.c:2210
5270 msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
5271 msgstr ""
5272
5273 #: builtin/am.c:2211
5274 msgid "git am [<options>] (--continue | --skip | --abort)"
5275 msgstr ""
5276
5277 #: builtin/am.c:2217
5278 msgid "run interactively"
5279 msgstr ""
5280
5281 #: builtin/am.c:2219
5282 msgid "historical option -- no-op"
5283 msgstr ""
5284
5285 #: builtin/am.c:2221
5286 msgid "allow fall back on 3way merging if needed"
5287 msgstr ""
5288
5289 #: builtin/am.c:2222 builtin/init-db.c:484 builtin/prune-packed.c:57
5290 #: builtin/repack.c:192
5291 msgid "be quiet"
5292 msgstr ""
5293
5294 #: builtin/am.c:2224
5295 msgid "add a Signed-off-by line to the commit message"
5296 msgstr ""
5297
5298 #: builtin/am.c:2227
5299 msgid "recode into utf8 (default)"
5300 msgstr ""
5301
5302 #: builtin/am.c:2229
5303 msgid "pass -k flag to git-mailinfo"
5304 msgstr ""
5305
5306 #: builtin/am.c:2231
5307 msgid "pass -b flag to git-mailinfo"
5308 msgstr ""
5309
5310 #: builtin/am.c:2233
5311 msgid "pass -m flag to git-mailinfo"
5312 msgstr ""
5313
5314 #: builtin/am.c:2235
5315 msgid "pass --keep-cr flag to git-mailsplit for mbox format"
5316 msgstr ""
5317
5318 #: builtin/am.c:2238
5319 msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
5320 msgstr ""
5321
5322 #: builtin/am.c:2241
5323 msgid "strip everything before a scissors line"
5324 msgstr ""
5325
5326 #: builtin/am.c:2243 builtin/am.c:2246 builtin/am.c:2249 builtin/am.c:2252
5327 #: builtin/am.c:2255 builtin/am.c:2258 builtin/am.c:2261 builtin/am.c:2264
5328 #: builtin/am.c:2270
5329 msgid "pass it through git-apply"
5330 msgstr ""
5331
5332 #: builtin/am.c:2260 builtin/commit.c:1332 builtin/fmt-merge-msg.c:665
5333 #: builtin/fmt-merge-msg.c:668 builtin/grep.c:853 builtin/merge.c:207
5334 #: builtin/pull.c:150 builtin/pull.c:208 builtin/repack.c:201
5335 #: builtin/repack.c:205 builtin/repack.c:207 builtin/show-branch.c:631
5336 #: builtin/show-ref.c:169 builtin/tag.c:383 parse-options.h:144
5337 #: parse-options.h:146 parse-options.h:258
5338 msgid "n"
5339 msgstr ""
5340
5341 #: builtin/am.c:2266 builtin/branch.c:632 builtin/for-each-ref.c:38
5342 #: builtin/replace.c:543 builtin/tag.c:419 builtin/verify-tag.c:39
5343 msgid "format"
5344 msgstr ""
5345
5346 #: builtin/am.c:2267
5347 msgid "format the patch(es) are in"
5348 msgstr ""
5349
5350 #: builtin/am.c:2273
5351 msgid "override error message when patch failure occurs"
5352 msgstr ""
5353
5354 #: builtin/am.c:2275
5355 msgid "continue applying patches after resolving a conflict"
5356 msgstr ""
5357
5358 #: builtin/am.c:2278
5359 msgid "synonyms for --continue"
5360 msgstr ""
5361
5362 #: builtin/am.c:2281
5363 msgid "skip the current patch"
5364 msgstr ""
5365
5366 #: builtin/am.c:2284
5367 msgid "restore the original branch and abort the patching operation."
5368 msgstr ""
5369
5370 #: builtin/am.c:2287
5371 msgid "abort the patching operation but keep HEAD where it is."
5372 msgstr ""
5373
5374 #: builtin/am.c:2290
5375 msgid "show the patch being applied."
5376 msgstr ""
5377
5378 #: builtin/am.c:2294
5379 msgid "lie about committer date"
5380 msgstr ""
5381
5382 #: builtin/am.c:2296
5383 msgid "use current timestamp for author date"
5384 msgstr ""
5385
5386 #: builtin/am.c:2298 builtin/commit.c:1468 builtin/merge.c:238
5387 #: builtin/pull.c:183 builtin/revert.c:112 builtin/tag.c:399
5388 msgid "key-id"
5389 msgstr ""
5390
5391 #: builtin/am.c:2299
5392 msgid "GPG-sign commits"
5393 msgstr ""
5394
5395 #: builtin/am.c:2302
5396 msgid "(internal use for git-rebase)"
5397 msgstr ""
5398
5399 #: builtin/am.c:2320
5400 msgid ""
5401 "The -b/--binary option has been a no-op for long time, and\n"
5402 "it will be removed. Please do not use it anymore."
5403 msgstr ""
5404
5405 #: builtin/am.c:2327
5406 msgid "failed to read the index"
5407 msgstr ""
5408
5409 #: builtin/am.c:2342
5410 #, c-format
5411 msgid "previous rebase directory %s still exists but mbox given."
5412 msgstr ""
5413
5414 #: builtin/am.c:2366
5415 #, c-format
5416 msgid ""
5417 "Stray %s directory found.\n"
5418 "Use \"git am --abort\" to remove it."
5419 msgstr ""
5420
5421 #: builtin/am.c:2372
5422 msgid "Resolve operation not in progress, we are not resuming."
5423 msgstr ""
5424
5425 #: builtin/apply.c:8
5426 msgid "git apply [<options>] [<patch>...]"
5427 msgstr ""
5428
5429 #: builtin/archive.c:17
5430 #, c-format
5431 msgid "could not create archive file '%s'"
5432 msgstr ""
5433
5434 #: builtin/archive.c:20
5435 msgid "could not redirect output"
5436 msgstr ""
5437
5438 #: builtin/archive.c:37
5439 msgid "git archive: Remote with no URL"
5440 msgstr ""
5441
5442 #: builtin/archive.c:58
5443 msgid "git archive: expected ACK/NAK, got a flush packet"
5444 msgstr ""
5445
5446 #: builtin/archive.c:61
5447 #, c-format
5448 msgid "git archive: NACK %s"
5449 msgstr ""
5450
5451 #: builtin/archive.c:64
5452 msgid "git archive: protocol error"
5453 msgstr ""
5454
5455 #: builtin/archive.c:68
5456 msgid "git archive: expected a flush"
5457 msgstr ""
5458
5459 #: builtin/bisect--helper.c:12
5460 msgid "git bisect--helper --next-all [--no-checkout]"
5461 msgstr ""
5462
5463 #: builtin/bisect--helper.c:13
5464 msgid "git bisect--helper --write-terms <bad_term> <good_term>"
5465 msgstr ""
5466
5467 #: builtin/bisect--helper.c:14
5468 msgid "git bisect--helper --bisect-clean-state"
5469 msgstr ""
5470
5471 #: builtin/bisect--helper.c:46
5472 #, c-format
5473 msgid "'%s' is not a valid term"
5474 msgstr ""
5475
5476 #: builtin/bisect--helper.c:50
5477 #, c-format
5478 msgid "can't use the builtin command '%s' as a term"
5479 msgstr ""
5480
5481 #: builtin/bisect--helper.c:60
5482 #, c-format
5483 msgid "can't change the meaning of the term '%s'"
5484 msgstr ""
5485
5486 #: builtin/bisect--helper.c:71
5487 msgid "please use two different terms"
5488 msgstr ""
5489
5490 #: builtin/bisect--helper.c:78
5491 msgid "could not open the file BISECT_TERMS"
5492 msgstr ""
5493
5494 #: builtin/bisect--helper.c:120
5495 msgid "perform 'git bisect next'"
5496 msgstr ""
5497
5498 #: builtin/bisect--helper.c:122
5499 msgid "write the terms to .git/BISECT_TERMS"
5500 msgstr ""
5501
5502 #: builtin/bisect--helper.c:124
5503 msgid "cleanup the bisection state"
5504 msgstr ""
5505
5506 #: builtin/bisect--helper.c:126
5507 msgid "check for expected revs"
5508 msgstr ""
5509
5510 #: builtin/bisect--helper.c:128
5511 msgid "update BISECT_HEAD instead of checking out the current commit"
5512 msgstr ""
5513
5514 #: builtin/bisect--helper.c:143
5515 msgid "--write-terms requires two arguments"
5516 msgstr ""
5517
5518 #: builtin/bisect--helper.c:147
5519 msgid "--bisect-clean-state requires no arguments"
5520 msgstr ""
5521
5522 #: builtin/blame.c:29
5523 msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
5524 msgstr ""
5525
5526 #: builtin/blame.c:34
5527 msgid "<rev-opts> are documented in git-rev-list(1)"
5528 msgstr ""
5529
5530 #: builtin/blame.c:404
5531 #, c-format
5532 msgid "expecting a color: %s"
5533 msgstr ""
5534
5535 #: builtin/blame.c:411
5536 msgid "must end with a color"
5537 msgstr ""
5538
5539 #: builtin/blame.c:697
5540 #, c-format
5541 msgid "invalid color '%s' in color.blame.repeatedLines"
5542 msgstr ""
5543
5544 #: builtin/blame.c:715
5545 msgid "invalid value for blame.coloring"
5546 msgstr ""
5547
5548 #: builtin/blame.c:786
5549 msgid "Show blame entries as we find them, incrementally"
5550 msgstr ""
5551
5552 #: builtin/blame.c:787
5553 msgid "Show blank SHA-1 for boundary commits (Default: off)"
5554 msgstr ""
5555
5556 #: builtin/blame.c:788
5557 msgid "Do not treat root commits as boundaries (Default: off)"
5558 msgstr ""
5559
5560 #: builtin/blame.c:789
5561 msgid "Show work cost statistics"
5562 msgstr ""
5563
5564 #: builtin/blame.c:790
5565 msgid "Force progress reporting"
5566 msgstr ""
5567
5568 #: builtin/blame.c:791
5569 msgid "Show output score for blame entries"
5570 msgstr ""
5571
5572 #: builtin/blame.c:792
5573 msgid "Show original filename (Default: auto)"
5574 msgstr ""
5575
5576 #: builtin/blame.c:793
5577 msgid "Show original linenumber (Default: off)"
5578 msgstr ""
5579
5580 #: builtin/blame.c:794
5581 msgid "Show in a format designed for machine consumption"
5582 msgstr ""
5583
5584 #: builtin/blame.c:795
5585 msgid "Show porcelain format with per-line commit information"
5586 msgstr ""
5587
5588 #: builtin/blame.c:796
5589 msgid "Use the same output mode as git-annotate (Default: off)"
5590 msgstr ""
5591
5592 #: builtin/blame.c:797
5593 msgid "Show raw timestamp (Default: off)"
5594 msgstr ""
5595
5596 #: builtin/blame.c:798
5597 msgid "Show long commit SHA1 (Default: off)"
5598 msgstr ""
5599
5600 #: builtin/blame.c:799
5601 msgid "Suppress author name and timestamp (Default: off)"
5602 msgstr ""
5603
5604 #: builtin/blame.c:800
5605 msgid "Show author email instead of name (Default: off)"
5606 msgstr ""
5607
5608 #: builtin/blame.c:801
5609 msgid "Ignore whitespace differences"
5610 msgstr ""
5611
5612 #: builtin/blame.c:802
5613 msgid "color redundant metadata from previous line differently"
5614 msgstr ""
5615
5616 #: builtin/blame.c:803
5617 msgid "color lines by age"
5618 msgstr ""
5619
5620 #: builtin/blame.c:810
5621 msgid "Use an experimental heuristic to improve diffs"
5622 msgstr ""
5623
5624 #: builtin/blame.c:812
5625 msgid "Spend extra cycles to find better match"
5626 msgstr ""
5627
5628 #: builtin/blame.c:813
5629 msgid "Use revisions from <file> instead of calling git-rev-list"
5630 msgstr ""
5631
5632 #: builtin/blame.c:814
5633 msgid "Use <file>'s contents as the final image"
5634 msgstr ""
5635
5636 #: builtin/blame.c:815 builtin/blame.c:816
5637 msgid "score"
5638 msgstr ""
5639
5640 #: builtin/blame.c:815
5641 msgid "Find line copies within and across files"
5642 msgstr ""
5643
5644 #: builtin/blame.c:816
5645 msgid "Find line movements within and across files"
5646 msgstr ""
5647
5648 #: builtin/blame.c:817
5649 msgid "n,m"
5650 msgstr ""
5651
5652 #: builtin/blame.c:817
5653 msgid "Process only line range n,m, counting from 1"
5654 msgstr ""
5655
5656 #: builtin/blame.c:866
5657 msgid "--progress can't be used with --incremental or porcelain formats"
5658 msgstr ""
5659
5660 #. TRANSLATORS: This string is used to tell us the
5661 #. maximum display width for a relative timestamp in
5662 #. "git blame" output. For C locale, "4 years, 11
5663 #. months ago", which takes 22 places, is the longest
5664 #. among various forms of relative timestamps, but
5665 #. your language may need more or fewer display
5666 #. columns.
5667 #.
5668 #: builtin/blame.c:917
5669 msgid "4 years, 11 months ago"
5670 msgstr ""
5671
5672 #: builtin/blame.c:1003
5673 #, c-format
5674 msgid "file %s has only %lu line"
5675 msgid_plural "file %s has only %lu lines"
5676 msgstr[0] ""
5677 msgstr[1] ""
5678
5679 #: builtin/blame.c:1049
5680 msgid "Blaming lines"
5681 msgstr ""
5682
5683 #: builtin/branch.c:27
5684 msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
5685 msgstr ""
5686
5687 #: builtin/branch.c:28
5688 msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
5689 msgstr ""
5690
5691 #: builtin/branch.c:29
5692 msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
5693 msgstr ""
5694
5695 #: builtin/branch.c:30
5696 msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
5697 msgstr ""
5698
5699 #: builtin/branch.c:31
5700 msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"
5701 msgstr ""
5702
5703 #: builtin/branch.c:32
5704 msgid "git branch [<options>] [-r | -a] [--points-at]"
5705 msgstr ""
5706
5707 #: builtin/branch.c:33
5708 msgid "git branch [<options>] [-r | -a] [--format]"
5709 msgstr ""
5710
5711 #: builtin/branch.c:146
5712 #, c-format
5713 msgid ""
5714 "deleting branch '%s' that has been merged to\n"
5715 " '%s', but not yet merged to HEAD."
5716 msgstr ""
5717
5718 #: builtin/branch.c:150
5719 #, c-format
5720 msgid ""
5721 "not deleting branch '%s' that is not yet merged to\n"
5722 " '%s', even though it is merged to HEAD."
5723 msgstr ""
5724
5725 #: builtin/branch.c:164
5726 #, c-format
5727 msgid "Couldn't look up commit object for '%s'"
5728 msgstr ""
5729
5730 #: builtin/branch.c:168
5731 #, c-format
5732 msgid ""
5733 "The branch '%s' is not fully merged.\n"
5734 "If you are sure you want to delete it, run 'git branch -D %s'."
5735 msgstr ""
5736
5737 #: builtin/branch.c:181
5738 msgid "Update of config-file failed"
5739 msgstr ""
5740
5741 #: builtin/branch.c:212
5742 msgid "cannot use -a with -d"
5743 msgstr ""
5744
5745 #: builtin/branch.c:218
5746 msgid "Couldn't look up commit object for HEAD"
5747 msgstr ""
5748
5749 #: builtin/branch.c:232
5750 #, c-format
5751 msgid "Cannot delete branch '%s' checked out at '%s'"
5752 msgstr ""
5753
5754 #: builtin/branch.c:247
5755 #, c-format
5756 msgid "remote-tracking branch '%s' not found."
5757 msgstr ""
5758
5759 #: builtin/branch.c:248
5760 #, c-format
5761 msgid "branch '%s' not found."
5762 msgstr ""
5763
5764 #: builtin/branch.c:263
5765 #, c-format
5766 msgid "Error deleting remote-tracking branch '%s'"
5767 msgstr ""
5768
5769 #: builtin/branch.c:264
5770 #, c-format
5771 msgid "Error deleting branch '%s'"
5772 msgstr ""
5773
5774 #: builtin/branch.c:271
5775 #, c-format
5776 msgid "Deleted remote-tracking branch %s (was %s).\n"
5777 msgstr ""
5778
5779 #: builtin/branch.c:272
5780 #, c-format
5781 msgid "Deleted branch %s (was %s).\n"
5782 msgstr ""
5783
5784 #: builtin/branch.c:416 builtin/tag.c:58
5785 msgid "unable to parse format string"
5786 msgstr ""
5787
5788 #: builtin/branch.c:453
5789 #, c-format
5790 msgid "Branch %s is being rebased at %s"
5791 msgstr ""
5792
5793 #: builtin/branch.c:457
5794 #, c-format
5795 msgid "Branch %s is being bisected at %s"
5796 msgstr ""
5797
5798 #: builtin/branch.c:474
5799 msgid "cannot copy the current branch while not on any."
5800 msgstr ""
5801
5802 #: builtin/branch.c:476
5803 msgid "cannot rename the current branch while not on any."
5804 msgstr ""
5805
5806 #: builtin/branch.c:487
5807 #, c-format
5808 msgid "Invalid branch name: '%s'"
5809 msgstr ""
5810
5811 #: builtin/branch.c:514
5812 msgid "Branch rename failed"
5813 msgstr ""
5814
5815 #: builtin/branch.c:516
5816 msgid "Branch copy failed"
5817 msgstr ""
5818
5819 #: builtin/branch.c:520
5820 #, c-format
5821 msgid "Created a copy of a misnamed branch '%s'"
5822 msgstr ""
5823
5824 #: builtin/branch.c:523
5825 #, c-format
5826 msgid "Renamed a misnamed branch '%s' away"
5827 msgstr ""
5828
5829 #: builtin/branch.c:529
5830 #, c-format
5831 msgid "Branch renamed to %s, but HEAD is not updated!"
5832 msgstr ""
5833
5834 #: builtin/branch.c:538
5835 msgid "Branch is renamed, but update of config-file failed"
5836 msgstr ""
5837
5838 #: builtin/branch.c:540
5839 msgid "Branch is copied, but update of config-file failed"
5840 msgstr ""
5841
5842 #: builtin/branch.c:556
5843 #, c-format
5844 msgid ""
5845 "Please edit the description for the branch\n"
5846 " %s\n"
5847 "Lines starting with '%c' will be stripped.\n"
5848 msgstr ""
5849
5850 #: builtin/branch.c:589
5851 msgid "Generic options"
5852 msgstr ""
5853
5854 #: builtin/branch.c:591
5855 msgid "show hash and subject, give twice for upstream branch"
5856 msgstr ""
5857
5858 #: builtin/branch.c:592
5859 msgid "suppress informational messages"
5860 msgstr ""
5861
5862 #: builtin/branch.c:593
5863 msgid "set up tracking mode (see git-pull(1))"
5864 msgstr ""
5865
5866 #: builtin/branch.c:595
5867 msgid "do not use"
5868 msgstr ""
5869
5870 #: builtin/branch.c:597
5871 msgid "upstream"
5872 msgstr ""
5873
5874 #: builtin/branch.c:597
5875 msgid "change the upstream info"
5876 msgstr ""
5877
5878 #: builtin/branch.c:598
5879 msgid "Unset the upstream info"
5880 msgstr ""
5881
5882 #: builtin/branch.c:599
5883 msgid "use colored output"
5884 msgstr ""
5885
5886 #: builtin/branch.c:600
5887 msgid "act on remote-tracking branches"
5888 msgstr ""
5889
5890 #: builtin/branch.c:602 builtin/branch.c:604
5891 msgid "print only branches that contain the commit"
5892 msgstr ""
5893
5894 #: builtin/branch.c:603 builtin/branch.c:605
5895 msgid "print only branches that don't contain the commit"
5896 msgstr ""
5897
5898 #: builtin/branch.c:608
5899 msgid "Specific git-branch actions:"
5900 msgstr ""
5901
5902 #: builtin/branch.c:609
5903 msgid "list both remote-tracking and local branches"
5904 msgstr ""
5905
5906 #: builtin/branch.c:611
5907 msgid "delete fully merged branch"
5908 msgstr ""
5909
5910 #: builtin/branch.c:612
5911 msgid "delete branch (even if not merged)"
5912 msgstr ""
5913
5914 #: builtin/branch.c:613
5915 msgid "move/rename a branch and its reflog"
5916 msgstr ""
5917
5918 #: builtin/branch.c:614
5919 msgid "move/rename a branch, even if target exists"
5920 msgstr ""
5921
5922 #: builtin/branch.c:615
5923 msgid "copy a branch and its reflog"
5924 msgstr ""
5925
5926 #: builtin/branch.c:616
5927 msgid "copy a branch, even if target exists"
5928 msgstr ""
5929
5930 #: builtin/branch.c:617
5931 msgid "list branch names"
5932 msgstr ""
5933
5934 #: builtin/branch.c:618
5935 msgid "create the branch's reflog"
5936 msgstr ""
5937
5938 #: builtin/branch.c:620
5939 msgid "edit the description for the branch"
5940 msgstr ""
5941
5942 #: builtin/branch.c:621
5943 msgid "force creation, move/rename, deletion"
5944 msgstr ""
5945
5946 #: builtin/branch.c:622
5947 msgid "print only branches that are merged"
5948 msgstr ""
5949
5950 #: builtin/branch.c:623
5951 msgid "print only branches that are not merged"
5952 msgstr ""
5953
5954 #: builtin/branch.c:624
5955 msgid "list branches in columns"
5956 msgstr ""
5957
5958 #: builtin/branch.c:625 builtin/for-each-ref.c:40 builtin/ls-remote.c:70
5959 #: builtin/tag.c:412
5960 msgid "key"
5961 msgstr ""
5962
5963 #: builtin/branch.c:626 builtin/for-each-ref.c:41 builtin/ls-remote.c:71
5964 #: builtin/tag.c:413
5965 msgid "field name to sort on"
5966 msgstr ""
5967
5968 #: builtin/branch.c:628 builtin/for-each-ref.c:43 builtin/notes.c:408
5969 #: builtin/notes.c:411 builtin/notes.c:571 builtin/notes.c:574
5970 #: builtin/tag.c:415
5971 msgid "object"
5972 msgstr ""
5973
5974 #: builtin/branch.c:629
5975 msgid "print only branches of the object"
5976 msgstr ""
5977
5978 #: builtin/branch.c:631 builtin/for-each-ref.c:49 builtin/tag.c:422
5979 msgid "sorting and filtering are case insensitive"
5980 msgstr ""
5981
5982 #: builtin/branch.c:632 builtin/for-each-ref.c:38 builtin/tag.c:420
5983 #: builtin/verify-tag.c:39
5984 msgid "format to use for the output"
5985 msgstr ""
5986
5987 #: builtin/branch.c:655 builtin/clone.c:737
5988 msgid "HEAD not found below refs/heads!"
5989 msgstr ""
5990
5991 #: builtin/branch.c:678
5992 msgid "--column and --verbose are incompatible"
5993 msgstr ""
5994
5995 #: builtin/branch.c:693 builtin/branch.c:745 builtin/branch.c:754
5996 msgid "branch name required"
5997 msgstr ""
5998
5999 #: builtin/branch.c:721
6000 msgid "Cannot give description to detached HEAD"
6001 msgstr ""
6002
6003 #: builtin/branch.c:726
6004 msgid "cannot edit description of more than one branch"
6005 msgstr ""
6006
6007 #: builtin/branch.c:733
6008 #, c-format
6009 msgid "No commit on branch '%s' yet."
6010 msgstr ""
6011
6012 #: builtin/branch.c:736
6013 #, c-format
6014 msgid "No branch named '%s'."
6015 msgstr ""
6016
6017 #: builtin/branch.c:751
6018 msgid "too many branches for a copy operation"
6019 msgstr ""
6020
6021 #: builtin/branch.c:760
6022 msgid "too many arguments for a rename operation"
6023 msgstr ""
6024
6025 #: builtin/branch.c:765
6026 msgid "too many arguments to set new upstream"
6027 msgstr ""
6028
6029 #: builtin/branch.c:769
6030 #, c-format
6031 msgid ""
6032 "could not set upstream of HEAD to %s when it does not point to any branch."
6033 msgstr ""
6034
6035 #: builtin/branch.c:772 builtin/branch.c:794 builtin/branch.c:810
6036 #, c-format
6037 msgid "no such branch '%s'"
6038 msgstr ""
6039
6040 #: builtin/branch.c:776
6041 #, c-format
6042 msgid "branch '%s' does not exist"
6043 msgstr ""
6044
6045 #: builtin/branch.c:788
6046 msgid "too many arguments to unset upstream"
6047 msgstr ""
6048
6049 #: builtin/branch.c:792
6050 msgid "could not unset upstream of HEAD when it does not point to any branch."
6051 msgstr ""
6052
6053 #: builtin/branch.c:798
6054 #, c-format
6055 msgid "Branch '%s' has no upstream information"
6056 msgstr ""
6057
6058 #: builtin/branch.c:813
6059 msgid "-a and -r options to 'git branch' do not make sense with a branch name"
6060 msgstr ""
6061
6062 #: builtin/branch.c:816
6063 msgid ""
6064 "the '--set-upstream' option is no longer supported. Please use '--track' or "
6065 "'--set-upstream-to' instead."
6066 msgstr ""
6067
6068 #: builtin/bundle.c:45
6069 #, c-format
6070 msgid "%s is okay\n"
6071 msgstr ""
6072
6073 #: builtin/bundle.c:58
6074 msgid "Need a repository to create a bundle."
6075 msgstr ""
6076
6077 #: builtin/bundle.c:62
6078 msgid "Need a repository to unbundle."
6079 msgstr ""
6080
6081 #: builtin/cat-file.c:525
6082 msgid ""
6083 "git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
6084 "p | <type> | --textconv | --filters) [--path=<path>] <object>"
6085 msgstr ""
6086
6087 #: builtin/cat-file.c:526
6088 msgid ""
6089 "git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
6090 "filters]"
6091 msgstr ""
6092
6093 #: builtin/cat-file.c:563
6094 msgid "<type> can be one of: blob, tree, commit, tag"
6095 msgstr ""
6096
6097 #: builtin/cat-file.c:564
6098 msgid "show object type"
6099 msgstr ""
6100
6101 #: builtin/cat-file.c:565
6102 msgid "show object size"
6103 msgstr ""
6104
6105 #: builtin/cat-file.c:567
6106 msgid "exit with zero when there's no error"
6107 msgstr ""
6108
6109 #: builtin/cat-file.c:568
6110 msgid "pretty-print object's content"
6111 msgstr ""
6112
6113 #: builtin/cat-file.c:570
6114 msgid "for blob objects, run textconv on object's content"
6115 msgstr ""
6116
6117 #: builtin/cat-file.c:572
6118 msgid "for blob objects, run filters on object's content"
6119 msgstr ""
6120
6121 #: builtin/cat-file.c:573 git-submodule.sh:894
6122 msgid "blob"
6123 msgstr ""
6124
6125 #: builtin/cat-file.c:574
6126 msgid "use a specific path for --textconv/--filters"
6127 msgstr ""
6128
6129 #: builtin/cat-file.c:576
6130 msgid "allow -s and -t to work with broken/corrupt objects"
6131 msgstr ""
6132
6133 #: builtin/cat-file.c:577
6134 msgid "buffer --batch output"
6135 msgstr ""
6136
6137 #: builtin/cat-file.c:579
6138 msgid "show info and content of objects fed from the standard input"
6139 msgstr ""
6140
6141 #: builtin/cat-file.c:582
6142 msgid "show info about objects fed from the standard input"
6143 msgstr ""
6144
6145 #: builtin/cat-file.c:585
6146 msgid "follow in-tree symlinks (used with --batch or --batch-check)"
6147 msgstr ""
6148
6149 #: builtin/cat-file.c:587
6150 msgid "show all objects with --batch or --batch-check"
6151 msgstr ""
6152
6153 #: builtin/check-attr.c:12
6154 msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
6155 msgstr ""
6156
6157 #: builtin/check-attr.c:13
6158 msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
6159 msgstr ""
6160
6161 #: builtin/check-attr.c:20
6162 msgid "report all attributes set on file"
6163 msgstr ""
6164
6165 #: builtin/check-attr.c:21
6166 msgid "use .gitattributes only from the index"
6167 msgstr ""
6168
6169 #: builtin/check-attr.c:22 builtin/check-ignore.c:24 builtin/hash-object.c:100
6170 msgid "read file names from stdin"
6171 msgstr ""
6172
6173 #: builtin/check-attr.c:24 builtin/check-ignore.c:26
6174 msgid "terminate input and output records by a NUL character"
6175 msgstr ""
6176
6177 #: builtin/check-ignore.c:20 builtin/checkout.c:1113 builtin/gc.c:500
6178 msgid "suppress progress reporting"
6179 msgstr ""
6180
6181 #: builtin/check-ignore.c:28
6182 msgid "show non-matching input paths"
6183 msgstr ""
6184
6185 #: builtin/check-ignore.c:30
6186 msgid "ignore index when checking"
6187 msgstr ""
6188
6189 #: builtin/check-ignore.c:159
6190 msgid "cannot specify pathnames with --stdin"
6191 msgstr ""
6192
6193 #: builtin/check-ignore.c:162
6194 msgid "-z only makes sense with --stdin"
6195 msgstr ""
6196
6197 #: builtin/check-ignore.c:164
6198 msgid "no path specified"
6199 msgstr ""
6200
6201 #: builtin/check-ignore.c:168
6202 msgid "--quiet is only valid with a single pathname"
6203 msgstr ""
6204
6205 #: builtin/check-ignore.c:170
6206 msgid "cannot have both --quiet and --verbose"
6207 msgstr ""
6208
6209 #: builtin/check-ignore.c:173
6210 msgid "--non-matching is only valid with --verbose"
6211 msgstr ""
6212
6213 #: builtin/check-mailmap.c:9
6214 msgid "git check-mailmap [<options>] <contact>..."
6215 msgstr ""
6216
6217 #: builtin/check-mailmap.c:14
6218 msgid "also read contacts from stdin"
6219 msgstr ""
6220
6221 #: builtin/check-mailmap.c:25
6222 #, c-format
6223 msgid "unable to parse contact: %s"
6224 msgstr ""
6225
6226 #: builtin/check-mailmap.c:48
6227 msgid "no contacts specified"
6228 msgstr ""
6229
6230 #: builtin/checkout-index.c:128
6231 msgid "git checkout-index [<options>] [--] [<file>...]"
6232 msgstr ""
6233
6234 #: builtin/checkout-index.c:143
6235 msgid "stage should be between 1 and 3 or all"
6236 msgstr ""
6237
6238 #: builtin/checkout-index.c:159
6239 msgid "check out all files in the index"
6240 msgstr ""
6241
6242 #: builtin/checkout-index.c:160
6243 msgid "force overwrite of existing files"
6244 msgstr ""
6245
6246 #: builtin/checkout-index.c:162
6247 msgid "no warning for existing files and files not in index"
6248 msgstr ""
6249
6250 #: builtin/checkout-index.c:164
6251 msgid "don't checkout new files"
6252 msgstr ""
6253
6254 #: builtin/checkout-index.c:166
6255 msgid "update stat information in the index file"
6256 msgstr ""
6257
6258 #: builtin/checkout-index.c:170
6259 msgid "read list of paths from the standard input"
6260 msgstr ""
6261
6262 #: builtin/checkout-index.c:172
6263 msgid "write the content to temporary files"
6264 msgstr ""
6265
6266 #: builtin/checkout-index.c:173 builtin/column.c:31
6267 #: builtin/submodule--helper.c:1216 builtin/submodule--helper.c:1219
6268 #: builtin/submodule--helper.c:1227 builtin/submodule--helper.c:1591
6269 #: builtin/worktree.c:610
6270 msgid "string"
6271 msgstr ""
6272
6273 #: builtin/checkout-index.c:174
6274 msgid "when creating files, prepend <string>"
6275 msgstr ""
6276
6277 #: builtin/checkout-index.c:176
6278 msgid "copy out the files from named stage"
6279 msgstr ""
6280
6281 #: builtin/checkout.c:27
6282 msgid "git checkout [<options>] <branch>"
6283 msgstr ""
6284
6285 #: builtin/checkout.c:28
6286 msgid "git checkout [<options>] [<branch>] -- <file>..."
6287 msgstr ""
6288
6289 #: builtin/checkout.c:136 builtin/checkout.c:169
6290 #, c-format
6291 msgid "path '%s' does not have our version"
6292 msgstr ""
6293
6294 #: builtin/checkout.c:138 builtin/checkout.c:171
6295 #, c-format
6296 msgid "path '%s' does not have their version"
6297 msgstr ""
6298
6299 #: builtin/checkout.c:154
6300 #, c-format
6301 msgid "path '%s' does not have all necessary versions"
6302 msgstr ""
6303
6304 #: builtin/checkout.c:198
6305 #, c-format
6306 msgid "path '%s' does not have necessary versions"
6307 msgstr ""
6308
6309 #: builtin/checkout.c:215
6310 #, c-format
6311 msgid "path '%s': cannot merge"
6312 msgstr ""
6313
6314 #: builtin/checkout.c:231
6315 #, c-format
6316 msgid "Unable to add merge result for '%s'"
6317 msgstr ""
6318
6319 #: builtin/checkout.c:253 builtin/checkout.c:256 builtin/checkout.c:259
6320 #: builtin/checkout.c:262
6321 #, c-format
6322 msgid "'%s' cannot be used with updating paths"
6323 msgstr ""
6324
6325 #: builtin/checkout.c:265 builtin/checkout.c:268
6326 #, c-format
6327 msgid "'%s' cannot be used with %s"
6328 msgstr ""
6329
6330 #: builtin/checkout.c:271
6331 #, c-format
6332 msgid "Cannot update paths and switch to branch '%s' at the same time."
6333 msgstr ""
6334
6335 #: builtin/checkout.c:340 builtin/checkout.c:347
6336 #, c-format
6337 msgid "path '%s' is unmerged"
6338 msgstr ""
6339
6340 #: builtin/checkout.c:506
6341 msgid "you need to resolve your current index first"
6342 msgstr ""
6343
6344 #: builtin/checkout.c:643
6345 #, c-format
6346 msgid "Can not do reflog for '%s': %s\n"
6347 msgstr ""
6348
6349 #: builtin/checkout.c:684
6350 msgid "HEAD is now at"
6351 msgstr ""
6352
6353 #: builtin/checkout.c:688 builtin/clone.c:691
6354 msgid "unable to update HEAD"
6355 msgstr ""
6356
6357 #: builtin/checkout.c:692
6358 #, c-format
6359 msgid "Reset branch '%s'\n"
6360 msgstr ""
6361
6362 #: builtin/checkout.c:695
6363 #, c-format
6364 msgid "Already on '%s'\n"
6365 msgstr ""
6366
6367 #: builtin/checkout.c:699
6368 #, c-format
6369 msgid "Switched to and reset branch '%s'\n"
6370 msgstr ""
6371
6372 #: builtin/checkout.c:701 builtin/checkout.c:1046
6373 #, c-format
6374 msgid "Switched to a new branch '%s'\n"
6375 msgstr ""
6376
6377 #: builtin/checkout.c:703
6378 #, c-format
6379 msgid "Switched to branch '%s'\n"
6380 msgstr ""
6381
6382 #: builtin/checkout.c:754
6383 #, c-format
6384 msgid " ... and %d more.\n"
6385 msgstr ""
6386
6387 #: builtin/checkout.c:760
6388 #, c-format
6389 msgid ""
6390 "Warning: you are leaving %d commit behind, not connected to\n"
6391 "any of your branches:\n"
6392 "\n"
6393 "%s\n"
6394 msgid_plural ""
6395 "Warning: you are leaving %d commits behind, not connected to\n"
6396 "any of your branches:\n"
6397 "\n"
6398 "%s\n"
6399 msgstr[0] ""
6400 msgstr[1] ""
6401
6402 #: builtin/checkout.c:779
6403 #, c-format
6404 msgid ""
6405 "If you want to keep it by creating a new branch, this may be a good time\n"
6406 "to do so with:\n"
6407 "\n"
6408 " git branch <new-branch-name> %s\n"
6409 "\n"
6410 msgid_plural ""
6411 "If you want to keep them by creating a new branch, this may be a good time\n"
6412 "to do so with:\n"
6413 "\n"
6414 " git branch <new-branch-name> %s\n"
6415 "\n"
6416 msgstr[0] ""
6417 msgstr[1] ""
6418
6419 #: builtin/checkout.c:811
6420 msgid "internal error in revision walk"
6421 msgstr ""
6422
6423 #: builtin/checkout.c:815
6424 msgid "Previous HEAD position was"
6425 msgstr ""
6426
6427 #: builtin/checkout.c:843 builtin/checkout.c:1041
6428 msgid "You are on a branch yet to be born"
6429 msgstr ""
6430
6431 #: builtin/checkout.c:947
6432 #, c-format
6433 msgid "only one reference expected, %d given."
6434 msgstr ""
6435
6436 #: builtin/checkout.c:987 builtin/worktree.c:240 builtin/worktree.c:389
6437 #, c-format
6438 msgid "invalid reference: %s"
6439 msgstr ""
6440
6441 #: builtin/checkout.c:1016
6442 #, c-format
6443 msgid "reference is not a tree: %s"
6444 msgstr ""
6445
6446 #: builtin/checkout.c:1055
6447 msgid "paths cannot be used with switching branches"
6448 msgstr ""
6449
6450 #: builtin/checkout.c:1058 builtin/checkout.c:1062
6451 #, c-format
6452 msgid "'%s' cannot be used with switching branches"
6453 msgstr ""
6454
6455 #: builtin/checkout.c:1066 builtin/checkout.c:1069 builtin/checkout.c:1074
6456 #: builtin/checkout.c:1077
6457 #, c-format
6458 msgid "'%s' cannot be used with '%s'"
6459 msgstr ""
6460
6461 #: builtin/checkout.c:1082
6462 #, c-format
6463 msgid "Cannot switch branch to a non-commit '%s'"
6464 msgstr ""
6465
6466 #: builtin/checkout.c:1114 builtin/checkout.c:1116 builtin/clone.c:118
6467 #: builtin/remote.c:167 builtin/remote.c:169 builtin/worktree.c:433
6468 #: builtin/worktree.c:435
6469 msgid "branch"
6470 msgstr ""
6471
6472 #: builtin/checkout.c:1115
6473 msgid "create and checkout a new branch"
6474 msgstr ""
6475
6476 #: builtin/checkout.c:1117
6477 msgid "create/reset and checkout a branch"
6478 msgstr ""
6479
6480 #: builtin/checkout.c:1118
6481 msgid "create reflog for new branch"
6482 msgstr ""
6483
6484 #: builtin/checkout.c:1119 builtin/worktree.c:437
6485 msgid "detach HEAD at named commit"
6486 msgstr ""
6487
6488 #: builtin/checkout.c:1120
6489 msgid "set upstream info for new branch"
6490 msgstr ""
6491
6492 #: builtin/checkout.c:1122
6493 msgid "new-branch"
6494 msgstr ""
6495
6496 #: builtin/checkout.c:1122
6497 msgid "new unparented branch"
6498 msgstr ""
6499
6500 #: builtin/checkout.c:1123
6501 msgid "checkout our version for unmerged files"
6502 msgstr ""
6503
6504 #: builtin/checkout.c:1125
6505 msgid "checkout their version for unmerged files"
6506 msgstr ""
6507
6508 #: builtin/checkout.c:1127
6509 msgid "force checkout (throw away local modifications)"
6510 msgstr ""
6511
6512 #: builtin/checkout.c:1129
6513 msgid "perform a 3-way merge with the new branch"
6514 msgstr ""
6515
6516 #: builtin/checkout.c:1131 builtin/merge.c:240
6517 msgid "update ignored files (default)"
6518 msgstr ""
6519
6520 #: builtin/checkout.c:1133 builtin/log.c:1499 parse-options.h:264
6521 msgid "style"
6522 msgstr ""
6523
6524 #: builtin/checkout.c:1134
6525 msgid "conflict style (merge or diff3)"
6526 msgstr ""
6527
6528 #: builtin/checkout.c:1137
6529 msgid "do not limit pathspecs to sparse entries only"
6530 msgstr ""
6531
6532 #: builtin/checkout.c:1139
6533 msgid "second guess 'git checkout <no-such-branch>'"
6534 msgstr ""
6535
6536 #: builtin/checkout.c:1141
6537 msgid "do not check if another worktree is holding the given ref"
6538 msgstr ""
6539
6540 #: builtin/checkout.c:1145 builtin/clone.c:85 builtin/fetch.c:149
6541 #: builtin/merge.c:237 builtin/pull.c:128 builtin/push.c:572
6542 #: builtin/send-pack.c:174
6543 msgid "force progress reporting"
6544 msgstr ""
6545
6546 #: builtin/checkout.c:1175
6547 msgid "-b, -B and --orphan are mutually exclusive"
6548 msgstr ""
6549
6550 #: builtin/checkout.c:1192
6551 msgid "--track needs a branch name"
6552 msgstr ""
6553
6554 #: builtin/checkout.c:1197
6555 msgid "Missing branch name; try -b"
6556 msgstr ""
6557
6558 #: builtin/checkout.c:1233
6559 msgid "invalid path specification"
6560 msgstr ""
6561
6562 #: builtin/checkout.c:1240
6563 #, c-format
6564 msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
6565 msgstr ""
6566
6567 #: builtin/checkout.c:1244
6568 #, c-format
6569 msgid "git checkout: --detach does not take a path argument '%s'"
6570 msgstr ""
6571
6572 #: builtin/checkout.c:1248
6573 msgid ""
6574 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
6575 "checking out of the index."
6576 msgstr ""
6577
6578 #: builtin/clean.c:26
6579 msgid ""
6580 "git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
6581 msgstr ""
6582
6583 #: builtin/clean.c:30
6584 #, c-format
6585 msgid "Removing %s\n"
6586 msgstr ""
6587
6588 #: builtin/clean.c:31
6589 #, c-format
6590 msgid "Would remove %s\n"
6591 msgstr ""
6592
6593 #: builtin/clean.c:32
6594 #, c-format
6595 msgid "Skipping repository %s\n"
6596 msgstr ""
6597
6598 #: builtin/clean.c:33
6599 #, c-format
6600 msgid "Would skip repository %s\n"
6601 msgstr ""
6602
6603 #: builtin/clean.c:34
6604 #, c-format
6605 msgid "failed to remove %s"
6606 msgstr ""
6607
6608 #: builtin/clean.c:302 git-add--interactive.perl:579
6609 #, c-format
6610 msgid ""
6611 "Prompt help:\n"
6612 "1 - select a numbered item\n"
6613 "foo - select item based on unique prefix\n"
6614 " - (empty) select nothing\n"
6615 msgstr ""
6616
6617 #: builtin/clean.c:306 git-add--interactive.perl:588
6618 #, c-format
6619 msgid ""
6620 "Prompt help:\n"
6621 "1 - select a single item\n"
6622 "3-5 - select a range of items\n"
6623 "2-3,6-9 - select multiple ranges\n"
6624 "foo - select item based on unique prefix\n"
6625 "-... - unselect specified items\n"
6626 "* - choose all items\n"
6627 " - (empty) finish selecting\n"
6628 msgstr ""
6629
6630 #: builtin/clean.c:522 git-add--interactive.perl:554
6631 #: git-add--interactive.perl:559
6632 #, c-format, perl-format
6633 msgid "Huh (%s)?\n"
6634 msgstr ""
6635
6636 #: builtin/clean.c:664
6637 #, c-format
6638 msgid "Input ignore patterns>> "
6639 msgstr ""
6640
6641 #: builtin/clean.c:701
6642 #, c-format
6643 msgid "WARNING: Cannot find items matched by: %s"
6644 msgstr ""
6645
6646 #: builtin/clean.c:722
6647 msgid "Select items to delete"
6648 msgstr ""
6649
6650 #. TRANSLATORS: Make sure to keep [y/N] as is
6651 #: builtin/clean.c:763
6652 #, c-format
6653 msgid "Remove %s [y/N]? "
6654 msgstr ""
6655
6656 #: builtin/clean.c:788 git-add--interactive.perl:1717
6657 #, c-format
6658 msgid "Bye.\n"
6659 msgstr ""
6660
6661 #: builtin/clean.c:796
6662 msgid ""
6663 "clean - start cleaning\n"
6664 "filter by pattern - exclude items from deletion\n"
6665 "select by numbers - select items to be deleted by numbers\n"
6666 "ask each - confirm each deletion (like \"rm -i\")\n"
6667 "quit - stop cleaning\n"
6668 "help - this screen\n"
6669 "? - help for prompt selection"
6670 msgstr ""
6671
6672 #: builtin/clean.c:823 git-add--interactive.perl:1793
6673 msgid "*** Commands ***"
6674 msgstr ""
6675
6676 #: builtin/clean.c:824 git-add--interactive.perl:1790
6677 msgid "What now"
6678 msgstr ""
6679
6680 #: builtin/clean.c:832
6681 msgid "Would remove the following item:"
6682 msgid_plural "Would remove the following items:"
6683 msgstr[0] ""
6684 msgstr[1] ""
6685
6686 #: builtin/clean.c:848
6687 msgid "No more files to clean, exiting."
6688 msgstr ""
6689
6690 #: builtin/clean.c:910
6691 msgid "do not print names of files removed"
6692 msgstr ""
6693
6694 #: builtin/clean.c:912
6695 msgid "force"
6696 msgstr ""
6697
6698 #: builtin/clean.c:913
6699 msgid "interactive cleaning"
6700 msgstr ""
6701
6702 #: builtin/clean.c:915
6703 msgid "remove whole directories"
6704 msgstr ""
6705
6706 #: builtin/clean.c:916 builtin/describe.c:533 builtin/describe.c:535
6707 #: builtin/grep.c:871 builtin/log.c:157 builtin/log.c:159
6708 #: builtin/ls-files.c:548 builtin/name-rev.c:397 builtin/name-rev.c:399
6709 #: builtin/show-ref.c:176
6710 msgid "pattern"
6711 msgstr ""
6712
6713 #: builtin/clean.c:917
6714 msgid "add <pattern> to ignore rules"
6715 msgstr ""
6716
6717 #: builtin/clean.c:918
6718 msgid "remove ignored files, too"
6719 msgstr ""
6720
6721 #: builtin/clean.c:920
6722 msgid "remove only ignored files"
6723 msgstr ""
6724
6725 #: builtin/clean.c:938
6726 msgid "-x and -X cannot be used together"
6727 msgstr ""
6728
6729 #: builtin/clean.c:942
6730 msgid ""
6731 "clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
6732 "clean"
6733 msgstr ""
6734
6735 #: builtin/clean.c:945
6736 msgid ""
6737 "clean.requireForce defaults to true and neither -i, -n, nor -f given; "
6738 "refusing to clean"
6739 msgstr ""
6740
6741 #: builtin/clone.c:42
6742 msgid "git clone [<options>] [--] <repo> [<dir>]"
6743 msgstr ""
6744
6745 #: builtin/clone.c:87
6746 msgid "don't create a checkout"
6747 msgstr ""
6748
6749 #: builtin/clone.c:88 builtin/clone.c:90 builtin/init-db.c:479
6750 msgid "create a bare repository"
6751 msgstr ""
6752
6753 #: builtin/clone.c:92
6754 msgid "create a mirror repository (implies bare)"
6755 msgstr ""
6756
6757 #: builtin/clone.c:94
6758 msgid "to clone from a local repository"
6759 msgstr ""
6760
6761 #: builtin/clone.c:96
6762 msgid "don't use local hardlinks, always copy"
6763 msgstr ""
6764
6765 #: builtin/clone.c:98
6766 msgid "setup as shared repository"
6767 msgstr ""
6768
6769 #: builtin/clone.c:100 builtin/clone.c:104
6770 msgid "pathspec"
6771 msgstr ""
6772
6773 #: builtin/clone.c:100 builtin/clone.c:104
6774 msgid "initialize submodules in the clone"
6775 msgstr ""
6776
6777 #: builtin/clone.c:107
6778 msgid "number of submodules cloned in parallel"
6779 msgstr ""
6780
6781 #: builtin/clone.c:108 builtin/init-db.c:476
6782 msgid "template-directory"
6783 msgstr ""
6784
6785 #: builtin/clone.c:109 builtin/init-db.c:477
6786 msgid "directory from which templates will be used"
6787 msgstr ""
6788
6789 #: builtin/clone.c:111 builtin/clone.c:113 builtin/submodule--helper.c:1223
6790 #: builtin/submodule--helper.c:1594
6791 msgid "reference repository"
6792 msgstr ""
6793
6794 #: builtin/clone.c:115 builtin/submodule--helper.c:1225
6795 #: builtin/submodule--helper.c:1596
6796 msgid "use --reference only while cloning"
6797 msgstr ""
6798
6799 #: builtin/clone.c:116 builtin/column.c:27 builtin/merge-file.c:44
6800 #: builtin/pack-objects.c:3166 builtin/repack.c:213
6801 msgid "name"
6802 msgstr ""
6803
6804 #: builtin/clone.c:117
6805 msgid "use <name> instead of 'origin' to track upstream"
6806 msgstr ""
6807
6808 #: builtin/clone.c:119
6809 msgid "checkout <branch> instead of the remote's HEAD"
6810 msgstr ""
6811
6812 #: builtin/clone.c:121
6813 msgid "path to git-upload-pack on the remote"
6814 msgstr ""
6815
6816 #: builtin/clone.c:122 builtin/fetch.c:150 builtin/grep.c:813
6817 #: builtin/pull.c:216
6818 msgid "depth"
6819 msgstr ""
6820
6821 #: builtin/clone.c:123
6822 msgid "create a shallow clone of that depth"
6823 msgstr ""
6824
6825 #: builtin/clone.c:124 builtin/fetch.c:152 builtin/pack-objects.c:3157
6826 #: parse-options.h:154
6827 msgid "time"
6828 msgstr ""
6829
6830 #: builtin/clone.c:125
6831 msgid "create a shallow clone since a specific time"
6832 msgstr ""
6833
6834 #: builtin/clone.c:126 builtin/fetch.c:154
6835 msgid "revision"
6836 msgstr ""
6837
6838 #: builtin/clone.c:127 builtin/fetch.c:155
6839 msgid "deepen history of shallow clone, excluding rev"
6840 msgstr ""
6841
6842 #: builtin/clone.c:129
6843 msgid "clone only one branch, HEAD or --branch"
6844 msgstr ""
6845
6846 #: builtin/clone.c:131
6847 msgid "don't clone any tags, and make later fetches not to follow them"
6848 msgstr ""
6849
6850 #: builtin/clone.c:133
6851 msgid "any cloned submodules will be shallow"
6852 msgstr ""
6853
6854 #: builtin/clone.c:134 builtin/init-db.c:485
6855 msgid "gitdir"
6856 msgstr ""
6857
6858 #: builtin/clone.c:135 builtin/init-db.c:486
6859 msgid "separate git dir from working tree"
6860 msgstr ""
6861
6862 #: builtin/clone.c:136
6863 msgid "key=value"
6864 msgstr ""
6865
6866 #: builtin/clone.c:137
6867 msgid "set config inside the new repository"
6868 msgstr ""
6869
6870 #: builtin/clone.c:138 builtin/fetch.c:173 builtin/pull.c:229
6871 #: builtin/push.c:583
6872 msgid "use IPv4 addresses only"
6873 msgstr ""
6874
6875 #: builtin/clone.c:140 builtin/fetch.c:175 builtin/pull.c:232
6876 #: builtin/push.c:585
6877 msgid "use IPv6 addresses only"
6878 msgstr ""
6879
6880 #: builtin/clone.c:278
6881 msgid ""
6882 "No directory name could be guessed.\n"
6883 "Please specify a directory on the command line"
6884 msgstr ""
6885
6886 #: builtin/clone.c:331
6887 #, c-format
6888 msgid "info: Could not add alternate for '%s': %s\n"
6889 msgstr ""
6890
6891 #: builtin/clone.c:403
6892 #, c-format
6893 msgid "failed to open '%s'"
6894 msgstr ""
6895
6896 #: builtin/clone.c:411
6897 #, c-format
6898 msgid "%s exists and is not a directory"
6899 msgstr ""
6900
6901 #: builtin/clone.c:425
6902 #, c-format
6903 msgid "failed to stat %s\n"
6904 msgstr ""
6905
6906 #: builtin/clone.c:447
6907 #, c-format
6908 msgid "failed to create link '%s'"
6909 msgstr ""
6910
6911 #: builtin/clone.c:451
6912 #, c-format
6913 msgid "failed to copy file to '%s'"
6914 msgstr ""
6915
6916 #: builtin/clone.c:477
6917 #, c-format
6918 msgid "done.\n"
6919 msgstr ""
6920
6921 #: builtin/clone.c:491
6922 msgid ""
6923 "Clone succeeded, but checkout failed.\n"
6924 "You can inspect what was checked out with 'git status'\n"
6925 "and retry the checkout with 'git checkout -f HEAD'\n"
6926 msgstr ""
6927
6928 #: builtin/clone.c:568
6929 #, c-format
6930 msgid "Could not find remote branch %s to clone."
6931 msgstr ""
6932
6933 #: builtin/clone.c:663
6934 msgid "remote did not send all necessary objects"
6935 msgstr ""
6936
6937 #: builtin/clone.c:679
6938 #, c-format
6939 msgid "unable to update %s"
6940 msgstr ""
6941
6942 #: builtin/clone.c:728
6943 msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
6944 msgstr ""
6945
6946 #: builtin/clone.c:758
6947 msgid "unable to checkout working tree"
6948 msgstr ""
6949
6950 #: builtin/clone.c:803
6951 msgid "unable to write parameters to config file"
6952 msgstr ""
6953
6954 #: builtin/clone.c:866
6955 msgid "cannot repack to clean up"
6956 msgstr ""
6957
6958 #: builtin/clone.c:868
6959 msgid "cannot unlink temporary alternates file"
6960 msgstr ""
6961
6962 #: builtin/clone.c:907 builtin/receive-pack.c:1947
6963 msgid "Too many arguments."
6964 msgstr ""
6965
6966 #: builtin/clone.c:911
6967 msgid "You must specify a repository to clone."
6968 msgstr ""
6969
6970 #: builtin/clone.c:924
6971 #, c-format
6972 msgid "--bare and --origin %s options are incompatible."
6973 msgstr ""
6974
6975 #: builtin/clone.c:927
6976 msgid "--bare and --separate-git-dir are incompatible."
6977 msgstr ""
6978
6979 #: builtin/clone.c:940
6980 #, c-format
6981 msgid "repository '%s' does not exist"
6982 msgstr ""
6983
6984 #: builtin/clone.c:946 builtin/fetch.c:1460
6985 #, c-format
6986 msgid "depth %s is not a positive number"
6987 msgstr ""
6988
6989 #: builtin/clone.c:956
6990 #, c-format
6991 msgid "destination path '%s' already exists and is not an empty directory."
6992 msgstr ""
6993
6994 #: builtin/clone.c:966
6995 #, c-format
6996 msgid "working tree '%s' already exists."
6997 msgstr ""
6998
6999 #: builtin/clone.c:981 builtin/clone.c:1002 builtin/difftool.c:270
7000 #: builtin/worktree.c:246 builtin/worktree.c:276
7001 #, c-format
7002 msgid "could not create leading directories of '%s'"
7003 msgstr ""
7004
7005 #: builtin/clone.c:986
7006 #, c-format
7007 msgid "could not create work tree dir '%s'"
7008 msgstr ""
7009
7010 #: builtin/clone.c:1006
7011 #, c-format
7012 msgid "Cloning into bare repository '%s'...\n"
7013 msgstr ""
7014
7015 #: builtin/clone.c:1008
7016 #, c-format
7017 msgid "Cloning into '%s'...\n"
7018 msgstr ""
7019
7020 #: builtin/clone.c:1032
7021 msgid ""
7022 "clone --recursive is not compatible with both --reference and --reference-if-"
7023 "able"
7024 msgstr ""
7025
7026 #: builtin/clone.c:1093
7027 msgid "--depth is ignored in local clones; use file:// instead."
7028 msgstr ""
7029
7030 #: builtin/clone.c:1095
7031 msgid "--shallow-since is ignored in local clones; use file:// instead."
7032 msgstr ""
7033
7034 #: builtin/clone.c:1097
7035 msgid "--shallow-exclude is ignored in local clones; use file:// instead."
7036 msgstr ""
7037
7038 #: builtin/clone.c:1099
7039 msgid "--filter is ignored in local clones; use file:// instead."
7040 msgstr ""
7041
7042 #: builtin/clone.c:1102
7043 msgid "source repository is shallow, ignoring --local"
7044 msgstr ""
7045
7046 #: builtin/clone.c:1107
7047 msgid "--local is ignored"
7048 msgstr ""
7049
7050 #: builtin/clone.c:1169 builtin/clone.c:1177
7051 #, c-format
7052 msgid "Remote branch %s not found in upstream %s"
7053 msgstr ""
7054
7055 #: builtin/clone.c:1180
7056 msgid "You appear to have cloned an empty repository."
7057 msgstr ""
7058
7059 #: builtin/column.c:10
7060 msgid "git column [<options>]"
7061 msgstr ""
7062
7063 #: builtin/column.c:27
7064 msgid "lookup config vars"
7065 msgstr ""
7066
7067 #: builtin/column.c:28 builtin/column.c:29
7068 msgid "layout to use"
7069 msgstr ""
7070
7071 #: builtin/column.c:30
7072 msgid "Maximum width"
7073 msgstr ""
7074
7075 #: builtin/column.c:31
7076 msgid "Padding space on left border"
7077 msgstr ""
7078
7079 #: builtin/column.c:32
7080 msgid "Padding space on right border"
7081 msgstr ""
7082
7083 #: builtin/column.c:33
7084 msgid "Padding space between columns"
7085 msgstr ""
7086
7087 #: builtin/column.c:51
7088 msgid "--command must be the first argument"
7089 msgstr ""
7090
7091 #: builtin/commit.c:37
7092 msgid "git commit [<options>] [--] <pathspec>..."
7093 msgstr ""
7094
7095 #: builtin/commit.c:42
7096 msgid "git status [<options>] [--] <pathspec>..."
7097 msgstr ""
7098
7099 #: builtin/commit.c:47
7100 msgid ""
7101 "You asked to amend the most recent commit, but doing so would make\n"
7102 "it empty. You can repeat your command with --allow-empty, or you can\n"
7103 "remove the commit entirely with \"git reset HEAD^\".\n"
7104 msgstr ""
7105
7106 #: builtin/commit.c:52
7107 msgid ""
7108 "The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
7109 "If you wish to commit it anyway, use:\n"
7110 "\n"
7111 " git commit --allow-empty\n"
7112 "\n"
7113 msgstr ""
7114
7115 #: builtin/commit.c:59
7116 msgid "Otherwise, please use 'git reset'\n"
7117 msgstr ""
7118
7119 #: builtin/commit.c:62
7120 msgid ""
7121 "If you wish to skip this commit, use:\n"
7122 "\n"
7123 " git reset\n"
7124 "\n"
7125 "Then \"git cherry-pick --continue\" will resume cherry-picking\n"
7126 "the remaining commits.\n"
7127 msgstr ""
7128
7129 #: builtin/commit.c:293
7130 msgid "failed to unpack HEAD tree object"
7131 msgstr ""
7132
7133 #: builtin/commit.c:334
7134 msgid "unable to create temporary index"
7135 msgstr ""
7136
7137 #: builtin/commit.c:340
7138 msgid "interactive add failed"
7139 msgstr ""
7140
7141 #: builtin/commit.c:353
7142 msgid "unable to update temporary index"
7143 msgstr ""
7144
7145 #: builtin/commit.c:355
7146 msgid "Failed to update main cache tree"
7147 msgstr ""
7148
7149 #: builtin/commit.c:380 builtin/commit.c:403 builtin/commit.c:449
7150 msgid "unable to write new_index file"
7151 msgstr ""
7152
7153 #: builtin/commit.c:432
7154 msgid "cannot do a partial commit during a merge."
7155 msgstr ""
7156
7157 #: builtin/commit.c:434
7158 msgid "cannot do a partial commit during a cherry-pick."
7159 msgstr ""
7160
7161 #: builtin/commit.c:442
7162 msgid "cannot read the index"
7163 msgstr ""
7164
7165 #: builtin/commit.c:461
7166 msgid "unable to write temporary index file"
7167 msgstr ""
7168
7169 #: builtin/commit.c:558
7170 #, c-format
7171 msgid "commit '%s' lacks author header"
7172 msgstr ""
7173
7174 #: builtin/commit.c:560
7175 #, c-format
7176 msgid "commit '%s' has malformed author line"
7177 msgstr ""
7178
7179 #: builtin/commit.c:579
7180 msgid "malformed --author parameter"
7181 msgstr ""
7182
7183 #: builtin/commit.c:631
7184 msgid ""
7185 "unable to select a comment character that is not used\n"
7186 "in the current commit message"
7187 msgstr ""
7188
7189 #: builtin/commit.c:668 builtin/commit.c:701 builtin/commit.c:1029
7190 #, c-format
7191 msgid "could not lookup commit %s"
7192 msgstr ""
7193
7194 #: builtin/commit.c:680 builtin/shortlog.c:316
7195 #, c-format
7196 msgid "(reading log message from standard input)\n"
7197 msgstr ""
7198
7199 #: builtin/commit.c:682
7200 msgid "could not read log from standard input"
7201 msgstr ""
7202
7203 #: builtin/commit.c:686
7204 #, c-format
7205 msgid "could not read log file '%s'"
7206 msgstr ""
7207
7208 #: builtin/commit.c:715 builtin/commit.c:723
7209 msgid "could not read SQUASH_MSG"
7210 msgstr ""
7211
7212 #: builtin/commit.c:720
7213 msgid "could not read MERGE_MSG"
7214 msgstr ""
7215
7216 #: builtin/commit.c:774
7217 msgid "could not write commit template"
7218 msgstr ""
7219
7220 #: builtin/commit.c:792
7221 #, c-format
7222 msgid ""
7223 "\n"
7224 "It looks like you may be committing a merge.\n"
7225 "If this is not correct, please remove the file\n"
7226 "\t%s\n"
7227 "and try again.\n"
7228 msgstr ""
7229
7230 #: builtin/commit.c:797
7231 #, c-format
7232 msgid ""
7233 "\n"
7234 "It looks like you may be committing a cherry-pick.\n"
7235 "If this is not correct, please remove the file\n"
7236 "\t%s\n"
7237 "and try again.\n"
7238 msgstr ""
7239
7240 #: builtin/commit.c:810
7241 #, c-format
7242 msgid ""
7243 "Please enter the commit message for your changes. Lines starting\n"
7244 "with '%c' will be ignored, and an empty message aborts the commit.\n"
7245 msgstr ""
7246
7247 #: builtin/commit.c:818
7248 #, c-format
7249 msgid ""
7250 "Please enter the commit message for your changes. Lines starting\n"
7251 "with '%c' will be kept; you may remove them yourself if you want to.\n"
7252 "An empty message aborts the commit.\n"
7253 msgstr ""
7254
7255 #: builtin/commit.c:835
7256 #, c-format
7257 msgid "%sAuthor: %.*s <%.*s>"
7258 msgstr ""
7259
7260 #: builtin/commit.c:843
7261 #, c-format
7262 msgid "%sDate: %s"
7263 msgstr ""
7264
7265 #: builtin/commit.c:850
7266 #, c-format
7267 msgid "%sCommitter: %.*s <%.*s>"
7268 msgstr ""
7269
7270 #: builtin/commit.c:867
7271 msgid "Cannot read index"
7272 msgstr ""
7273
7274 #: builtin/commit.c:933
7275 msgid "Error building trees"
7276 msgstr ""
7277
7278 #: builtin/commit.c:947 builtin/tag.c:257
7279 #, c-format
7280 msgid "Please supply the message using either -m or -F option.\n"
7281 msgstr ""
7282
7283 #: builtin/commit.c:991
7284 #, c-format
7285 msgid "--author '%s' is not 'Name <email>' and matches no existing author"
7286 msgstr ""
7287
7288 #: builtin/commit.c:1005
7289 #, c-format
7290 msgid "Invalid ignored mode '%s'"
7291 msgstr ""
7292
7293 #: builtin/commit.c:1019 builtin/commit.c:1269
7294 #, c-format
7295 msgid "Invalid untracked files mode '%s'"
7296 msgstr ""
7297
7298 #: builtin/commit.c:1057
7299 msgid "--long and -z are incompatible"
7300 msgstr ""
7301
7302 #: builtin/commit.c:1090
7303 msgid "Using both --reset-author and --author does not make sense"
7304 msgstr ""
7305
7306 #: builtin/commit.c:1099
7307 msgid "You have nothing to amend."
7308 msgstr ""
7309
7310 #: builtin/commit.c:1102
7311 msgid "You are in the middle of a merge -- cannot amend."
7312 msgstr ""
7313
7314 #: builtin/commit.c:1104
7315 msgid "You are in the middle of a cherry-pick -- cannot amend."
7316 msgstr ""
7317
7318 #: builtin/commit.c:1107
7319 msgid "Options --squash and --fixup cannot be used together"
7320 msgstr ""
7321
7322 #: builtin/commit.c:1117
7323 msgid "Only one of -c/-C/-F/--fixup can be used."
7324 msgstr ""
7325
7326 #: builtin/commit.c:1119
7327 msgid "Option -m cannot be combined with -c/-C/-F."
7328 msgstr ""
7329
7330 #: builtin/commit.c:1127
7331 msgid "--reset-author can be used only with -C, -c or --amend."
7332 msgstr ""
7333
7334 #: builtin/commit.c:1144
7335 msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
7336 msgstr ""
7337
7338 #: builtin/commit.c:1146
7339 msgid "No paths with --include/--only does not make sense."
7340 msgstr ""
7341
7342 #: builtin/commit.c:1160 builtin/tag.c:543
7343 #, c-format
7344 msgid "Invalid cleanup mode %s"
7345 msgstr ""
7346
7347 #: builtin/commit.c:1165
7348 msgid "Paths with -a does not make sense."
7349 msgstr ""
7350
7351 #: builtin/commit.c:1303 builtin/commit.c:1480
7352 msgid "show status concisely"
7353 msgstr ""
7354
7355 #: builtin/commit.c:1305 builtin/commit.c:1482
7356 msgid "show branch information"
7357 msgstr ""
7358
7359 #: builtin/commit.c:1307
7360 msgid "show stash information"
7361 msgstr ""
7362
7363 #: builtin/commit.c:1309 builtin/commit.c:1484
7364 msgid "compute full ahead/behind values"
7365 msgstr ""
7366
7367 #: builtin/commit.c:1311
7368 msgid "version"
7369 msgstr ""
7370
7371 #: builtin/commit.c:1311 builtin/commit.c:1486 builtin/push.c:558
7372 #: builtin/worktree.c:581
7373 msgid "machine-readable output"
7374 msgstr ""
7375
7376 #: builtin/commit.c:1314 builtin/commit.c:1488
7377 msgid "show status in long format (default)"
7378 msgstr ""
7379
7380 #: builtin/commit.c:1317 builtin/commit.c:1491
7381 msgid "terminate entries with NUL"
7382 msgstr ""
7383
7384 #: builtin/commit.c:1319 builtin/commit.c:1323 builtin/commit.c:1494
7385 #: builtin/fast-export.c:1001 builtin/fast-export.c:1004 builtin/tag.c:397
7386 msgid "mode"
7387 msgstr ""
7388
7389 #: builtin/commit.c:1320 builtin/commit.c:1494
7390 msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
7391 msgstr ""
7392
7393 #: builtin/commit.c:1324
7394 msgid ""
7395 "show ignored files, optional modes: traditional, matching, no. (Default: "
7396 "traditional)"
7397 msgstr ""
7398
7399 #: builtin/commit.c:1326 parse-options.h:167
7400 msgid "when"
7401 msgstr ""
7402
7403 #: builtin/commit.c:1327
7404 msgid ""
7405 "ignore changes to submodules, optional when: all, dirty, untracked. "
7406 "(Default: all)"
7407 msgstr ""
7408
7409 #: builtin/commit.c:1329
7410 msgid "list untracked files in columns"
7411 msgstr ""
7412
7413 #: builtin/commit.c:1330
7414 msgid "do not detect renames"
7415 msgstr ""
7416
7417 #: builtin/commit.c:1332
7418 msgid "detect renames, optionally set similarity index"
7419 msgstr ""
7420
7421 #: builtin/commit.c:1352
7422 msgid "Unsupported combination of ignored and untracked-files arguments"
7423 msgstr ""
7424
7425 #: builtin/commit.c:1450
7426 msgid "suppress summary after successful commit"
7427 msgstr ""
7428
7429 #: builtin/commit.c:1451
7430 msgid "show diff in commit message template"
7431 msgstr ""
7432
7433 #: builtin/commit.c:1453
7434 msgid "Commit message options"
7435 msgstr ""
7436
7437 #: builtin/commit.c:1454 builtin/tag.c:394
7438 msgid "read message from file"
7439 msgstr ""
7440
7441 #: builtin/commit.c:1455
7442 msgid "author"
7443 msgstr ""
7444
7445 #: builtin/commit.c:1455
7446 msgid "override author for commit"
7447 msgstr ""
7448
7449 #: builtin/commit.c:1456 builtin/gc.c:501
7450 msgid "date"
7451 msgstr ""
7452
7453 #: builtin/commit.c:1456
7454 msgid "override date for commit"
7455 msgstr ""
7456
7457 #: builtin/commit.c:1457 builtin/merge.c:227 builtin/notes.c:402
7458 #: builtin/notes.c:565 builtin/tag.c:392
7459 msgid "message"
7460 msgstr ""
7461
7462 #: builtin/commit.c:1457
7463 msgid "commit message"
7464 msgstr ""
7465
7466 #: builtin/commit.c:1458 builtin/commit.c:1459 builtin/commit.c:1460
7467 #: builtin/commit.c:1461 parse-options.h:270 ref-filter.h:92
7468 msgid "commit"
7469 msgstr ""
7470
7471 #: builtin/commit.c:1458
7472 msgid "reuse and edit message from specified commit"
7473 msgstr ""
7474
7475 #: builtin/commit.c:1459
7476 msgid "reuse message from specified commit"
7477 msgstr ""
7478
7479 #: builtin/commit.c:1460
7480 msgid "use autosquash formatted message to fixup specified commit"
7481 msgstr ""
7482
7483 #: builtin/commit.c:1461
7484 msgid "use autosquash formatted message to squash specified commit"
7485 msgstr ""
7486
7487 #: builtin/commit.c:1462
7488 msgid "the commit is authored by me now (used with -C/-c/--amend)"
7489 msgstr ""
7490
7491 #: builtin/commit.c:1463 builtin/log.c:1446 builtin/merge.c:241
7492 #: builtin/pull.c:154 builtin/revert.c:105
7493 msgid "add Signed-off-by:"
7494 msgstr ""
7495
7496 #: builtin/commit.c:1464
7497 msgid "use specified template file"
7498 msgstr ""
7499
7500 #: builtin/commit.c:1465
7501 msgid "force edit of commit"
7502 msgstr ""
7503
7504 #: builtin/commit.c:1466
7505 msgid "default"
7506 msgstr ""
7507
7508 #: builtin/commit.c:1466 builtin/tag.c:398
7509 msgid "how to strip spaces and #comments from message"
7510 msgstr ""
7511
7512 #: builtin/commit.c:1467
7513 msgid "include status in commit message template"
7514 msgstr ""
7515
7516 #: builtin/commit.c:1469 builtin/merge.c:239 builtin/pull.c:184
7517 #: builtin/revert.c:113
7518 msgid "GPG sign commit"
7519 msgstr ""
7520
7521 #: builtin/commit.c:1472
7522 msgid "Commit contents options"
7523 msgstr ""
7524
7525 #: builtin/commit.c:1473
7526 msgid "commit all changed files"
7527 msgstr ""
7528
7529 #: builtin/commit.c:1474
7530 msgid "add specified files to index for commit"
7531 msgstr ""
7532
7533 #: builtin/commit.c:1475
7534 msgid "interactively add files"
7535 msgstr ""
7536
7537 #: builtin/commit.c:1476
7538 msgid "interactively add changes"
7539 msgstr ""
7540
7541 #: builtin/commit.c:1477
7542 msgid "commit only specified files"
7543 msgstr ""
7544
7545 #: builtin/commit.c:1478
7546 msgid "bypass pre-commit and commit-msg hooks"
7547 msgstr ""
7548
7549 #: builtin/commit.c:1479
7550 msgid "show what would be committed"
7551 msgstr ""
7552
7553 #: builtin/commit.c:1492
7554 msgid "amend previous commit"
7555 msgstr ""
7556
7557 #: builtin/commit.c:1493
7558 msgid "bypass post-rewrite hook"
7559 msgstr ""
7560
7561 #: builtin/commit.c:1498
7562 msgid "ok to record an empty change"
7563 msgstr ""
7564
7565 #: builtin/commit.c:1500
7566 msgid "ok to record a change with an empty message"
7567 msgstr ""
7568
7569 #: builtin/commit.c:1573
7570 #, c-format
7571 msgid "Corrupt MERGE_HEAD file (%s)"
7572 msgstr ""
7573
7574 #: builtin/commit.c:1580
7575 msgid "could not read MERGE_MODE"
7576 msgstr ""
7577
7578 #: builtin/commit.c:1599
7579 #, c-format
7580 msgid "could not read commit message: %s"
7581 msgstr ""
7582
7583 #: builtin/commit.c:1610
7584 #, c-format
7585 msgid "Aborting commit due to empty commit message.\n"
7586 msgstr ""
7587
7588 #: builtin/commit.c:1615
7589 #, c-format
7590 msgid "Aborting commit; you did not edit the message.\n"
7591 msgstr ""
7592
7593 #: builtin/commit.c:1650
7594 msgid ""
7595 "Repository has been updated, but unable to write\n"
7596 "new_index file. Check that disk is not full and quota is\n"
7597 "not exceeded, and then \"git reset HEAD\" to recover."
7598 msgstr ""
7599
7600 #: builtin/commit-graph.c:9
7601 msgid "git commit-graph [--object-dir <objdir>]"
7602 msgstr ""
7603
7604 #: builtin/commit-graph.c:10 builtin/commit-graph.c:16
7605 msgid "git commit-graph read [--object-dir <objdir>]"
7606 msgstr ""
7607
7608 #: builtin/commit-graph.c:11 builtin/commit-graph.c:21
7609 msgid ""
7610 "git commit-graph write [--object-dir <objdir>] [--append] [--stdin-packs|--"
7611 "stdin-commits]"
7612 msgstr ""
7613
7614 #: builtin/commit-graph.c:39 builtin/commit-graph.c:92
7615 #: builtin/commit-graph.c:147 builtin/fetch.c:161 builtin/log.c:1466
7616 msgid "dir"
7617 msgstr ""
7618
7619 #: builtin/commit-graph.c:40 builtin/commit-graph.c:93
7620 #: builtin/commit-graph.c:148
7621 msgid "The object directory to store the graph"
7622 msgstr ""
7623
7624 #: builtin/commit-graph.c:95
7625 msgid "scan pack-indexes listed by stdin for commits"
7626 msgstr ""
7627
7628 #: builtin/commit-graph.c:97
7629 msgid "start walk at commits listed by stdin"
7630 msgstr ""
7631
7632 #: builtin/commit-graph.c:99
7633 msgid "include all commits already in the commit-graph file"
7634 msgstr ""
7635
7636 #: builtin/commit-graph.c:108
7637 msgid "cannot use both --stdin-commits and --stdin-packs"
7638 msgstr ""
7639
7640 #: builtin/config.c:10
7641 msgid "git config [<options>]"
7642 msgstr ""
7643
7644 #: builtin/config.c:101
7645 #, c-format
7646 msgid "unrecognized --type argument, %s"
7647 msgstr ""
7648
7649 #: builtin/config.c:123
7650 msgid "Config file location"
7651 msgstr ""
7652
7653 #: builtin/config.c:124
7654 msgid "use global config file"
7655 msgstr ""
7656
7657 #: builtin/config.c:125
7658 msgid "use system config file"
7659 msgstr ""
7660
7661 #: builtin/config.c:126
7662 msgid "use repository config file"
7663 msgstr ""
7664
7665 #: builtin/config.c:127
7666 msgid "use given config file"
7667 msgstr ""
7668
7669 #: builtin/config.c:128
7670 msgid "blob-id"
7671 msgstr ""
7672
7673 #: builtin/config.c:128
7674 msgid "read config from given blob object"
7675 msgstr ""
7676
7677 #: builtin/config.c:129
7678 msgid "Action"
7679 msgstr ""
7680
7681 #: builtin/config.c:130
7682 msgid "get value: name [value-regex]"
7683 msgstr ""
7684
7685 #: builtin/config.c:131
7686 msgid "get all values: key [value-regex]"
7687 msgstr ""
7688
7689 #: builtin/config.c:132
7690 msgid "get values for regexp: name-regex [value-regex]"
7691 msgstr ""
7692
7693 #: builtin/config.c:133
7694 msgid "get value specific for the URL: section[.var] URL"
7695 msgstr ""
7696
7697 #: builtin/config.c:134
7698 msgid "replace all matching variables: name value [value_regex]"
7699 msgstr ""
7700
7701 #: builtin/config.c:135
7702 msgid "add a new variable: name value"
7703 msgstr ""
7704
7705 #: builtin/config.c:136
7706 msgid "remove a variable: name [value-regex]"
7707 msgstr ""
7708
7709 #: builtin/config.c:137
7710 msgid "remove all matches: name [value-regex]"
7711 msgstr ""
7712
7713 #: builtin/config.c:138
7714 msgid "rename section: old-name new-name"
7715 msgstr ""
7716
7717 #: builtin/config.c:139
7718 msgid "remove a section: name"
7719 msgstr ""
7720
7721 #: builtin/config.c:140
7722 msgid "list all"
7723 msgstr ""
7724
7725 #: builtin/config.c:141
7726 msgid "open an editor"
7727 msgstr ""
7728
7729 #: builtin/config.c:142
7730 msgid "find the color configured: slot [default]"
7731 msgstr ""
7732
7733 #: builtin/config.c:143
7734 msgid "find the color setting: slot [stdout-is-tty]"
7735 msgstr ""
7736
7737 #: builtin/config.c:144
7738 msgid "Type"
7739 msgstr ""
7740
7741 #: builtin/config.c:145
7742 msgid "value is given this type"
7743 msgstr ""
7744
7745 #: builtin/config.c:146
7746 msgid "value is \"true\" or \"false\""
7747 msgstr ""
7748
7749 #: builtin/config.c:147
7750 msgid "value is decimal number"
7751 msgstr ""
7752
7753 #: builtin/config.c:148
7754 msgid "value is --bool or --int"
7755 msgstr ""
7756
7757 #: builtin/config.c:149
7758 msgid "value is a path (file or directory name)"
7759 msgstr ""
7760
7761 #: builtin/config.c:150
7762 msgid "value is an expiry date"
7763 msgstr ""
7764
7765 #: builtin/config.c:151
7766 msgid "Other"
7767 msgstr ""
7768
7769 #: builtin/config.c:152
7770 msgid "terminate values with NUL byte"
7771 msgstr ""
7772
7773 #: builtin/config.c:153
7774 msgid "show variable names only"
7775 msgstr ""
7776
7777 #: builtin/config.c:154
7778 msgid "respect include directives on lookup"
7779 msgstr ""
7780
7781 #: builtin/config.c:155
7782 msgid "show origin of config (file, standard input, blob, command line)"
7783 msgstr ""
7784
7785 #: builtin/config.c:156
7786 msgid "value"
7787 msgstr ""
7788
7789 #: builtin/config.c:156
7790 msgid "with --get, use default value when missing entry"
7791 msgstr ""
7792
7793 #: builtin/config.c:332
7794 #, c-format
7795 msgid "failed to format default config value: %s"
7796 msgstr ""
7797
7798 #: builtin/config.c:431
7799 msgid "unable to parse default color value"
7800 msgstr ""
7801
7802 #: builtin/config.c:575
7803 #, c-format
7804 msgid ""
7805 "# This is Git's per-user configuration file.\n"
7806 "[user]\n"
7807 "# Please adapt and uncomment the following lines:\n"
7808 "#\tname = %s\n"
7809 "#\temail = %s\n"
7810 msgstr ""
7811
7812 #: builtin/config.c:603
7813 msgid "--local can only be used inside a git repository"
7814 msgstr ""
7815
7816 #: builtin/config.c:606
7817 msgid "--blob can only be used inside a git repository"
7818 msgstr ""
7819
7820 #: builtin/config.c:735
7821 #, c-format
7822 msgid "cannot create configuration file %s"
7823 msgstr ""
7824
7825 #: builtin/config.c:748
7826 #, c-format
7827 msgid ""
7828 "cannot overwrite multiple values with a single value\n"
7829 " Use a regexp, --add or --replace-all to change %s."
7830 msgstr ""
7831
7832 #: builtin/count-objects.c:90
7833 msgid "git count-objects [-v] [-H | --human-readable]"
7834 msgstr ""
7835
7836 #: builtin/count-objects.c:100
7837 msgid "print sizes in human readable format"
7838 msgstr ""
7839
7840 #: builtin/describe.c:22
7841 msgid "git describe [<options>] [<commit-ish>...]"
7842 msgstr ""
7843
7844 #: builtin/describe.c:23
7845 msgid "git describe [<options>] --dirty"
7846 msgstr ""
7847
7848 #: builtin/describe.c:57
7849 msgid "head"
7850 msgstr ""
7851
7852 #: builtin/describe.c:57
7853 msgid "lightweight"
7854 msgstr ""
7855
7856 #: builtin/describe.c:57
7857 msgid "annotated"
7858 msgstr ""
7859
7860 #: builtin/describe.c:267
7861 #, c-format
7862 msgid "annotated tag %s not available"
7863 msgstr ""
7864
7865 #: builtin/describe.c:271
7866 #, c-format
7867 msgid "annotated tag %s has no embedded name"
7868 msgstr ""
7869
7870 #: builtin/describe.c:273
7871 #, c-format
7872 msgid "tag '%s' is really '%s' here"
7873 msgstr ""
7874
7875 #: builtin/describe.c:317
7876 #, c-format
7877 msgid "no tag exactly matches '%s'"
7878 msgstr ""
7879
7880 #: builtin/describe.c:319
7881 #, c-format
7882 msgid "No exact match on refs or tags, searching to describe\n"
7883 msgstr ""
7884
7885 #: builtin/describe.c:366
7886 #, c-format
7887 msgid "finished search at %s\n"
7888 msgstr ""
7889
7890 #: builtin/describe.c:392
7891 #, c-format
7892 msgid ""
7893 "No annotated tags can describe '%s'.\n"
7894 "However, there were unannotated tags: try --tags."
7895 msgstr ""
7896
7897 #: builtin/describe.c:396
7898 #, c-format
7899 msgid ""
7900 "No tags can describe '%s'.\n"
7901 "Try --always, or create some tags."
7902 msgstr ""
7903
7904 #: builtin/describe.c:426
7905 #, c-format
7906 msgid "traversed %lu commits\n"
7907 msgstr ""
7908
7909 #: builtin/describe.c:429
7910 #, c-format
7911 msgid ""
7912 "more than %i tags found; listed %i most recent\n"
7913 "gave up search at %s\n"
7914 msgstr ""
7915
7916 #: builtin/describe.c:497
7917 #, c-format
7918 msgid "describe %s\n"
7919 msgstr ""
7920
7921 #: builtin/describe.c:500 builtin/log.c:502
7922 #, c-format
7923 msgid "Not a valid object name %s"
7924 msgstr ""
7925
7926 #: builtin/describe.c:508
7927 #, c-format
7928 msgid "%s is neither a commit nor blob"
7929 msgstr ""
7930
7931 #: builtin/describe.c:522
7932 msgid "find the tag that comes after the commit"
7933 msgstr ""
7934
7935 #: builtin/describe.c:523
7936 msgid "debug search strategy on stderr"
7937 msgstr ""
7938
7939 #: builtin/describe.c:524
7940 msgid "use any ref"
7941 msgstr ""
7942
7943 #: builtin/describe.c:525
7944 msgid "use any tag, even unannotated"
7945 msgstr ""
7946
7947 #: builtin/describe.c:526
7948 msgid "always use long format"
7949 msgstr ""
7950
7951 #: builtin/describe.c:527
7952 msgid "only follow first parent"
7953 msgstr ""
7954
7955 #: builtin/describe.c:530
7956 msgid "only output exact matches"
7957 msgstr ""
7958
7959 #: builtin/describe.c:532
7960 msgid "consider <n> most recent tags (default: 10)"
7961 msgstr ""
7962
7963 #: builtin/describe.c:534
7964 msgid "only consider tags matching <pattern>"
7965 msgstr ""
7966
7967 #: builtin/describe.c:536
7968 msgid "do not consider tags matching <pattern>"
7969 msgstr ""
7970
7971 #: builtin/describe.c:538 builtin/name-rev.c:406
7972 msgid "show abbreviated commit object as fallback"
7973 msgstr ""
7974
7975 #: builtin/describe.c:539 builtin/describe.c:542
7976 msgid "mark"
7977 msgstr ""
7978
7979 #: builtin/describe.c:540
7980 msgid "append <mark> on dirty working tree (default: \"-dirty\")"
7981 msgstr ""
7982
7983 #: builtin/describe.c:543
7984 msgid "append <mark> on broken working tree (default: \"-broken\")"
7985 msgstr ""
7986
7987 #: builtin/describe.c:561
7988 msgid "--long is incompatible with --abbrev=0"
7989 msgstr ""
7990
7991 #: builtin/describe.c:590
7992 msgid "No names found, cannot describe anything."
7993 msgstr ""
7994
7995 #: builtin/describe.c:640
7996 msgid "--dirty is incompatible with commit-ishes"
7997 msgstr ""
7998
7999 #: builtin/describe.c:642
8000 msgid "--broken is incompatible with commit-ishes"
8001 msgstr ""
8002
8003 #: builtin/diff.c:83
8004 #, c-format
8005 msgid "'%s': not a regular file or symlink"
8006 msgstr ""
8007
8008 #: builtin/diff.c:234
8009 #, c-format
8010 msgid "invalid option: %s"
8011 msgstr ""
8012
8013 #: builtin/diff.c:356
8014 msgid "Not a git repository"
8015 msgstr ""
8016
8017 #: builtin/diff.c:399
8018 #, c-format
8019 msgid "invalid object '%s' given."
8020 msgstr ""
8021
8022 #: builtin/diff.c:408
8023 #, c-format
8024 msgid "more than two blobs given: '%s'"
8025 msgstr ""
8026
8027 #: builtin/diff.c:413
8028 #, c-format
8029 msgid "unhandled object '%s' given."
8030 msgstr ""
8031
8032 #: builtin/difftool.c:29
8033 msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
8034 msgstr ""
8035
8036 #: builtin/difftool.c:259
8037 #, c-format
8038 msgid "failed: %d"
8039 msgstr ""
8040
8041 #: builtin/difftool.c:301
8042 #, c-format
8043 msgid "could not read symlink %s"
8044 msgstr ""
8045
8046 #: builtin/difftool.c:303
8047 #, c-format
8048 msgid "could not read symlink file %s"
8049 msgstr ""
8050
8051 #: builtin/difftool.c:311
8052 #, c-format
8053 msgid "could not read object %s for symlink %s"
8054 msgstr ""
8055
8056 #: builtin/difftool.c:412
8057 msgid ""
8058 "combined diff formats('-c' and '--cc') are not supported in\n"
8059 "directory diff mode('-d' and '--dir-diff')."
8060 msgstr ""
8061
8062 #: builtin/difftool.c:632
8063 #, c-format
8064 msgid "both files modified: '%s' and '%s'."
8065 msgstr ""
8066
8067 #: builtin/difftool.c:634
8068 msgid "working tree file has been left."
8069 msgstr ""
8070
8071 #: builtin/difftool.c:645
8072 #, c-format
8073 msgid "temporary files exist in '%s'."
8074 msgstr ""
8075
8076 #: builtin/difftool.c:646
8077 msgid "you may want to cleanup or recover these."
8078 msgstr ""
8079
8080 #: builtin/difftool.c:695
8081 msgid "use `diff.guitool` instead of `diff.tool`"
8082 msgstr ""
8083
8084 #: builtin/difftool.c:697
8085 msgid "perform a full-directory diff"
8086 msgstr ""
8087
8088 #: builtin/difftool.c:699
8089 msgid "do not prompt before launching a diff tool"
8090 msgstr ""
8091
8092 #: builtin/difftool.c:705
8093 msgid "use symlinks in dir-diff mode"
8094 msgstr ""
8095
8096 #: builtin/difftool.c:706
8097 msgid "<tool>"
8098 msgstr ""
8099
8100 #: builtin/difftool.c:707
8101 msgid "use the specified diff tool"
8102 msgstr ""
8103
8104 #: builtin/difftool.c:709
8105 msgid "print a list of diff tools that may be used with `--tool`"
8106 msgstr ""
8107
8108 #: builtin/difftool.c:712
8109 msgid ""
8110 "make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
8111 "code"
8112 msgstr ""
8113
8114 #: builtin/difftool.c:714
8115 msgid "<command>"
8116 msgstr ""
8117
8118 #: builtin/difftool.c:715
8119 msgid "specify a custom command for viewing diffs"
8120 msgstr ""
8121
8122 #: builtin/difftool.c:739
8123 msgid "no <tool> given for --tool=<tool>"
8124 msgstr ""
8125
8126 #: builtin/difftool.c:746
8127 msgid "no <cmd> given for --extcmd=<cmd>"
8128 msgstr ""
8129
8130 #: builtin/fast-export.c:27
8131 msgid "git fast-export [rev-list-opts]"
8132 msgstr ""
8133
8134 #: builtin/fast-export.c:1000
8135 msgid "show progress after <n> objects"
8136 msgstr ""
8137
8138 #: builtin/fast-export.c:1002
8139 msgid "select handling of signed tags"
8140 msgstr ""
8141
8142 #: builtin/fast-export.c:1005
8143 msgid "select handling of tags that tag filtered objects"
8144 msgstr ""
8145
8146 #: builtin/fast-export.c:1008
8147 msgid "Dump marks to this file"
8148 msgstr ""
8149
8150 #: builtin/fast-export.c:1010
8151 msgid "Import marks from this file"
8152 msgstr ""
8153
8154 #: builtin/fast-export.c:1012
8155 msgid "Fake a tagger when tags lack one"
8156 msgstr ""
8157
8158 #: builtin/fast-export.c:1014
8159 msgid "Output full tree for each commit"
8160 msgstr ""
8161
8162 #: builtin/fast-export.c:1016
8163 msgid "Use the done feature to terminate the stream"
8164 msgstr ""
8165
8166 #: builtin/fast-export.c:1017
8167 msgid "Skip output of blob data"
8168 msgstr ""
8169
8170 #: builtin/fast-export.c:1018
8171 msgid "refspec"
8172 msgstr ""
8173
8174 #: builtin/fast-export.c:1019
8175 msgid "Apply refspec to exported refs"
8176 msgstr ""
8177
8178 #: builtin/fast-export.c:1020
8179 msgid "anonymize output"
8180 msgstr ""
8181
8182 #: builtin/fetch.c:26
8183 msgid "git fetch [<options>] [<repository> [<refspec>...]]"
8184 msgstr ""
8185
8186 #: builtin/fetch.c:27
8187 msgid "git fetch [<options>] <group>"
8188 msgstr ""
8189
8190 #: builtin/fetch.c:28
8191 msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
8192 msgstr ""
8193
8194 #: builtin/fetch.c:29
8195 msgid "git fetch --all [<options>]"
8196 msgstr ""
8197
8198 #: builtin/fetch.c:123 builtin/pull.c:193
8199 msgid "fetch from all remotes"
8200 msgstr ""
8201
8202 #: builtin/fetch.c:125 builtin/pull.c:196
8203 msgid "append to .git/FETCH_HEAD instead of overwriting"
8204 msgstr ""
8205
8206 #: builtin/fetch.c:127 builtin/pull.c:199
8207 msgid "path to upload pack on remote end"
8208 msgstr ""
8209
8210 #: builtin/fetch.c:128 builtin/pull.c:201
8211 msgid "force overwrite of local branch"
8212 msgstr ""
8213
8214 #: builtin/fetch.c:130
8215 msgid "fetch from multiple remotes"
8216 msgstr ""
8217
8218 #: builtin/fetch.c:132 builtin/pull.c:203
8219 msgid "fetch all tags and associated objects"
8220 msgstr ""
8221
8222 #: builtin/fetch.c:134
8223 msgid "do not fetch all tags (--no-tags)"
8224 msgstr ""
8225
8226 #: builtin/fetch.c:136
8227 msgid "number of submodules fetched in parallel"
8228 msgstr ""
8229
8230 #: builtin/fetch.c:138 builtin/pull.c:206
8231 msgid "prune remote-tracking branches no longer on remote"
8232 msgstr ""
8233
8234 #: builtin/fetch.c:140
8235 msgid "prune local tags no longer on remote and clobber changed tags"
8236 msgstr ""
8237
8238 #: builtin/fetch.c:141 builtin/fetch.c:164 builtin/pull.c:131
8239 msgid "on-demand"
8240 msgstr ""
8241
8242 #: builtin/fetch.c:142
8243 msgid "control recursive fetching of submodules"
8244 msgstr ""
8245
8246 #: builtin/fetch.c:146 builtin/pull.c:214
8247 msgid "keep downloaded pack"
8248 msgstr ""
8249
8250 #: builtin/fetch.c:148
8251 msgid "allow updating of HEAD ref"
8252 msgstr ""
8253
8254 #: builtin/fetch.c:151 builtin/fetch.c:157 builtin/pull.c:217
8255 msgid "deepen history of shallow clone"
8256 msgstr ""
8257
8258 #: builtin/fetch.c:153
8259 msgid "deepen history of shallow repository based on time"
8260 msgstr ""
8261
8262 #: builtin/fetch.c:159 builtin/pull.c:220
8263 msgid "convert to a complete repository"
8264 msgstr ""
8265
8266 #: builtin/fetch.c:162
8267 msgid "prepend this to submodule path output"
8268 msgstr ""
8269
8270 #: builtin/fetch.c:165
8271 msgid ""
8272 "default for recursive fetching of submodules (lower priority than config "
8273 "files)"
8274 msgstr ""
8275
8276 #: builtin/fetch.c:169 builtin/pull.c:223
8277 msgid "accept refs that update .git/shallow"
8278 msgstr ""
8279
8280 #: builtin/fetch.c:170 builtin/pull.c:225
8281 msgid "refmap"
8282 msgstr ""
8283
8284 #: builtin/fetch.c:171 builtin/pull.c:226
8285 msgid "specify fetch refmap"
8286 msgstr ""
8287
8288 #: builtin/fetch.c:172 builtin/ls-remote.c:77 builtin/push.c:582
8289 #: builtin/send-pack.c:172
8290 msgid "server-specific"
8291 msgstr ""
8292
8293 #: builtin/fetch.c:172 builtin/ls-remote.c:77 builtin/push.c:582
8294 #: builtin/send-pack.c:173
8295 msgid "option to transmit"
8296 msgstr ""
8297
8298 #: builtin/fetch.c:442
8299 msgid "Couldn't find remote ref HEAD"
8300 msgstr ""
8301
8302 #: builtin/fetch.c:560
8303 #, c-format
8304 msgid "configuration fetch.output contains invalid value %s"
8305 msgstr ""
8306
8307 #: builtin/fetch.c:653
8308 #, c-format
8309 msgid "object %s not found"
8310 msgstr ""
8311
8312 #: builtin/fetch.c:657
8313 msgid "[up to date]"
8314 msgstr ""
8315
8316 #: builtin/fetch.c:670 builtin/fetch.c:750
8317 msgid "[rejected]"
8318 msgstr ""
8319
8320 #: builtin/fetch.c:671
8321 msgid "can't fetch in current branch"
8322 msgstr ""
8323
8324 #: builtin/fetch.c:680
8325 msgid "[tag update]"
8326 msgstr ""
8327
8328 #: builtin/fetch.c:681 builtin/fetch.c:714 builtin/fetch.c:730
8329 #: builtin/fetch.c:745
8330 msgid "unable to update local ref"
8331 msgstr ""
8332
8333 #: builtin/fetch.c:700
8334 msgid "[new tag]"
8335 msgstr ""
8336
8337 #: builtin/fetch.c:703
8338 msgid "[new branch]"
8339 msgstr ""
8340
8341 #: builtin/fetch.c:706
8342 msgid "[new ref]"
8343 msgstr ""
8344
8345 #: builtin/fetch.c:745
8346 msgid "forced update"
8347 msgstr ""
8348
8349 #: builtin/fetch.c:750
8350 msgid "non-fast-forward"
8351 msgstr ""
8352
8353 #: builtin/fetch.c:795
8354 #, c-format
8355 msgid "%s did not send all necessary objects\n"
8356 msgstr ""
8357
8358 #: builtin/fetch.c:815
8359 #, c-format
8360 msgid "reject %s because shallow roots are not allowed to be updated"
8361 msgstr ""
8362
8363 #: builtin/fetch.c:903 builtin/fetch.c:999
8364 #, c-format
8365 msgid "From %.*s\n"
8366 msgstr ""
8367
8368 #: builtin/fetch.c:914
8369 #, c-format
8370 msgid ""
8371 "some local refs could not be updated; try running\n"
8372 " 'git remote prune %s' to remove any old, conflicting branches"
8373 msgstr ""
8374
8375 #: builtin/fetch.c:969
8376 #, c-format
8377 msgid " (%s will become dangling)"
8378 msgstr ""
8379
8380 #: builtin/fetch.c:970
8381 #, c-format
8382 msgid " (%s has become dangling)"
8383 msgstr ""
8384
8385 #: builtin/fetch.c:1002
8386 msgid "[deleted]"
8387 msgstr ""
8388
8389 #: builtin/fetch.c:1003 builtin/remote.c:1033
8390 msgid "(none)"
8391 msgstr ""
8392
8393 #: builtin/fetch.c:1026
8394 #, c-format
8395 msgid "Refusing to fetch into current branch %s of non-bare repository"
8396 msgstr ""
8397
8398 #: builtin/fetch.c:1045
8399 #, c-format
8400 msgid "Option \"%s\" value \"%s\" is not valid for %s"
8401 msgstr ""
8402
8403 #: builtin/fetch.c:1048
8404 #, c-format
8405 msgid "Option \"%s\" is ignored for %s\n"
8406 msgstr ""
8407
8408 #: builtin/fetch.c:1287
8409 #, c-format
8410 msgid "Fetching %s\n"
8411 msgstr ""
8412
8413 #: builtin/fetch.c:1289 builtin/remote.c:98
8414 #, c-format
8415 msgid "Could not fetch %s"
8416 msgstr ""
8417
8418 #: builtin/fetch.c:1335 builtin/fetch.c:1503
8419 msgid ""
8420 "--filter can only be used with the remote configured in core.partialClone"
8421 msgstr ""
8422
8423 #: builtin/fetch.c:1358
8424 msgid ""
8425 "No remote repository specified. Please, specify either a URL or a\n"
8426 "remote name from which new revisions should be fetched."
8427 msgstr ""
8428
8429 #: builtin/fetch.c:1395
8430 msgid "You need to specify a tag name."
8431 msgstr ""
8432
8433 #: builtin/fetch.c:1444
8434 msgid "Negative depth in --deepen is not supported"
8435 msgstr ""
8436
8437 #: builtin/fetch.c:1446
8438 msgid "--deepen and --depth are mutually exclusive"
8439 msgstr ""
8440
8441 #: builtin/fetch.c:1451
8442 msgid "--depth and --unshallow cannot be used together"
8443 msgstr ""
8444
8445 #: builtin/fetch.c:1453
8446 msgid "--unshallow on a complete repository does not make sense"
8447 msgstr ""
8448
8449 #: builtin/fetch.c:1469
8450 msgid "fetch --all does not take a repository argument"
8451 msgstr ""
8452
8453 #: builtin/fetch.c:1471
8454 msgid "fetch --all does not make sense with refspecs"
8455 msgstr ""
8456
8457 #: builtin/fetch.c:1480
8458 #, c-format
8459 msgid "No such remote or remote group: %s"
8460 msgstr ""
8461
8462 #: builtin/fetch.c:1487
8463 msgid "Fetching a group and specifying refspecs does not make sense"
8464 msgstr ""
8465
8466 #: builtin/fmt-merge-msg.c:15
8467 msgid ""
8468 "git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
8469 msgstr ""
8470
8471 #: builtin/fmt-merge-msg.c:666
8472 msgid "populate log with at most <n> entries from shortlog"
8473 msgstr ""
8474
8475 #: builtin/fmt-merge-msg.c:669
8476 msgid "alias for --log (deprecated)"
8477 msgstr ""
8478
8479 #: builtin/fmt-merge-msg.c:672
8480 msgid "text"
8481 msgstr ""
8482
8483 #: builtin/fmt-merge-msg.c:673
8484 msgid "use <text> as start of message"
8485 msgstr ""
8486
8487 #: builtin/fmt-merge-msg.c:674
8488 msgid "file to read from"
8489 msgstr ""
8490
8491 #: builtin/for-each-ref.c:10
8492 msgid "git for-each-ref [<options>] [<pattern>]"
8493 msgstr ""
8494
8495 #: builtin/for-each-ref.c:11
8496 msgid "git for-each-ref [--points-at <object>]"
8497 msgstr ""
8498
8499 #: builtin/for-each-ref.c:12
8500 msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
8501 msgstr ""
8502
8503 #: builtin/for-each-ref.c:13
8504 msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
8505 msgstr ""
8506
8507 #: builtin/for-each-ref.c:28
8508 msgid "quote placeholders suitably for shells"
8509 msgstr ""
8510
8511 #: builtin/for-each-ref.c:30
8512 msgid "quote placeholders suitably for perl"
8513 msgstr ""
8514
8515 #: builtin/for-each-ref.c:32
8516 msgid "quote placeholders suitably for python"
8517 msgstr ""
8518
8519 #: builtin/for-each-ref.c:34
8520 msgid "quote placeholders suitably for Tcl"
8521 msgstr ""
8522
8523 #: builtin/for-each-ref.c:37
8524 msgid "show only <n> matched refs"
8525 msgstr ""
8526
8527 #: builtin/for-each-ref.c:39 builtin/tag.c:421
8528 msgid "respect format colors"
8529 msgstr ""
8530
8531 #: builtin/for-each-ref.c:43
8532 msgid "print only refs which points at the given object"
8533 msgstr ""
8534
8535 #: builtin/for-each-ref.c:45
8536 msgid "print only refs that are merged"
8537 msgstr ""
8538
8539 #: builtin/for-each-ref.c:46
8540 msgid "print only refs that are not merged"
8541 msgstr ""
8542
8543 #: builtin/for-each-ref.c:47
8544 msgid "print only refs which contain the commit"
8545 msgstr ""
8546
8547 #: builtin/for-each-ref.c:48
8548 msgid "print only refs which don't contain the commit"
8549 msgstr ""
8550
8551 #: builtin/fsck.c:569
8552 msgid "Checking object directories"
8553 msgstr ""
8554
8555 #: builtin/fsck.c:661
8556 msgid "git fsck [<options>] [<object>...]"
8557 msgstr ""
8558
8559 #: builtin/fsck.c:667
8560 msgid "show unreachable objects"
8561 msgstr ""
8562
8563 #: builtin/fsck.c:668
8564 msgid "show dangling objects"
8565 msgstr ""
8566
8567 #: builtin/fsck.c:669
8568 msgid "report tags"
8569 msgstr ""
8570
8571 #: builtin/fsck.c:670
8572 msgid "report root nodes"
8573 msgstr ""
8574
8575 #: builtin/fsck.c:671
8576 msgid "make index objects head nodes"
8577 msgstr ""
8578
8579 #: builtin/fsck.c:672
8580 msgid "make reflogs head nodes (default)"
8581 msgstr ""
8582
8583 #: builtin/fsck.c:673
8584 msgid "also consider packs and alternate objects"
8585 msgstr ""
8586
8587 #: builtin/fsck.c:674
8588 msgid "check only connectivity"
8589 msgstr ""
8590
8591 #: builtin/fsck.c:675
8592 msgid "enable more strict checking"
8593 msgstr ""
8594
8595 #: builtin/fsck.c:677
8596 msgid "write dangling objects in .git/lost-found"
8597 msgstr ""
8598
8599 #: builtin/fsck.c:678 builtin/prune.c:109
8600 msgid "show progress"
8601 msgstr ""
8602
8603 #: builtin/fsck.c:679
8604 msgid "show verbose names for reachable objects"
8605 msgstr ""
8606
8607 #: builtin/fsck.c:745
8608 msgid "Checking objects"
8609 msgstr ""
8610
8611 #: builtin/gc.c:33
8612 msgid "git gc [<options>]"
8613 msgstr ""
8614
8615 #: builtin/gc.c:88
8616 #, c-format
8617 msgid "Failed to fstat %s: %s"
8618 msgstr ""
8619
8620 #: builtin/gc.c:452
8621 #, c-format
8622 msgid "Can't stat %s"
8623 msgstr ""
8624
8625 #: builtin/gc.c:461
8626 #, c-format
8627 msgid ""
8628 "The last gc run reported the following. Please correct the root cause\n"
8629 "and remove %s.\n"
8630 "Automatic cleanup will not be performed until the file is removed.\n"
8631 "\n"
8632 "%s"
8633 msgstr ""
8634
8635 #: builtin/gc.c:502
8636 msgid "prune unreferenced objects"
8637 msgstr ""
8638
8639 #: builtin/gc.c:504
8640 msgid "be more thorough (increased runtime)"
8641 msgstr ""
8642
8643 #: builtin/gc.c:505
8644 msgid "enable auto-gc mode"
8645 msgstr ""
8646
8647 #: builtin/gc.c:508
8648 msgid "force running gc even if there may be another gc running"
8649 msgstr ""
8650
8651 #: builtin/gc.c:511
8652 msgid "repack all other packs except the largest pack"
8653 msgstr ""
8654
8655 #: builtin/gc.c:528
8656 #, c-format
8657 msgid "failed to parse gc.logexpiry value %s"
8658 msgstr ""
8659
8660 #: builtin/gc.c:539
8661 #, c-format
8662 msgid "failed to parse prune expiry value %s"
8663 msgstr ""
8664
8665 #: builtin/gc.c:559
8666 #, c-format
8667 msgid "Auto packing the repository in background for optimum performance.\n"
8668 msgstr ""
8669
8670 #: builtin/gc.c:561
8671 #, c-format
8672 msgid "Auto packing the repository for optimum performance.\n"
8673 msgstr ""
8674
8675 #: builtin/gc.c:562
8676 #, c-format
8677 msgid "See \"git help gc\" for manual housekeeping.\n"
8678 msgstr ""
8679
8680 #: builtin/gc.c:598
8681 #, c-format
8682 msgid ""
8683 "gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
8684 msgstr ""
8685
8686 #: builtin/gc.c:645
8687 msgid ""
8688 "There are too many unreachable loose objects; run 'git prune' to remove them."
8689 msgstr ""
8690
8691 #: builtin/grep.c:28
8692 msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
8693 msgstr ""
8694
8695 #: builtin/grep.c:226
8696 #, c-format
8697 msgid "grep: failed to create thread: %s"
8698 msgstr ""
8699
8700 #: builtin/grep.c:284
8701 #, c-format
8702 msgid "invalid number of threads specified (%d) for %s"
8703 msgstr ""
8704
8705 #. TRANSLATORS: %s is the configuration
8706 #. variable for tweaking threads, currently
8707 #. grep.threads
8708 #.
8709 #: builtin/grep.c:293 builtin/index-pack.c:1531 builtin/index-pack.c:1723
8710 #, c-format
8711 msgid "no threads support, ignoring %s"
8712 msgstr ""
8713
8714 #: builtin/grep.c:461 builtin/grep.c:582 builtin/grep.c:623
8715 #, c-format
8716 msgid "unable to read tree (%s)"
8717 msgstr ""
8718
8719 #: builtin/grep.c:638
8720 #, c-format
8721 msgid "unable to grep from object of type %s"
8722 msgstr ""
8723
8724 #: builtin/grep.c:703
8725 #, c-format
8726 msgid "switch `%c' expects a numerical value"
8727 msgstr ""
8728
8729 #: builtin/grep.c:790
8730 msgid "search in index instead of in the work tree"
8731 msgstr ""
8732
8733 #: builtin/grep.c:792
8734 msgid "find in contents not managed by git"
8735 msgstr ""
8736
8737 #: builtin/grep.c:794
8738 msgid "search in both tracked and untracked files"
8739 msgstr ""
8740
8741 #: builtin/grep.c:796
8742 msgid "ignore files specified via '.gitignore'"
8743 msgstr ""
8744
8745 #: builtin/grep.c:798
8746 msgid "recursively search in each submodule"
8747 msgstr ""
8748
8749 #: builtin/grep.c:801
8750 msgid "show non-matching lines"
8751 msgstr ""
8752
8753 #: builtin/grep.c:803
8754 msgid "case insensitive matching"
8755 msgstr ""
8756
8757 #: builtin/grep.c:805
8758 msgid "match patterns only at word boundaries"
8759 msgstr ""
8760
8761 #: builtin/grep.c:807
8762 msgid "process binary files as text"
8763 msgstr ""
8764
8765 #: builtin/grep.c:809
8766 msgid "don't match patterns in binary files"
8767 msgstr ""
8768
8769 #: builtin/grep.c:812
8770 msgid "process binary files with textconv filters"
8771 msgstr ""
8772
8773 #: builtin/grep.c:814
8774 msgid "descend at most <depth> levels"
8775 msgstr ""
8776
8777 #: builtin/grep.c:818
8778 msgid "use extended POSIX regular expressions"
8779 msgstr ""
8780
8781 #: builtin/grep.c:821
8782 msgid "use basic POSIX regular expressions (default)"
8783 msgstr ""
8784
8785 #: builtin/grep.c:824
8786 msgid "interpret patterns as fixed strings"
8787 msgstr ""
8788
8789 #: builtin/grep.c:827
8790 msgid "use Perl-compatible regular expressions"
8791 msgstr ""
8792
8793 #: builtin/grep.c:830
8794 msgid "show line numbers"
8795 msgstr ""
8796
8797 #: builtin/grep.c:831
8798 msgid "don't show filenames"
8799 msgstr ""
8800
8801 #: builtin/grep.c:832
8802 msgid "show filenames"
8803 msgstr ""
8804
8805 #: builtin/grep.c:834
8806 msgid "show filenames relative to top directory"
8807 msgstr ""
8808
8809 #: builtin/grep.c:836
8810 msgid "show only filenames instead of matching lines"
8811 msgstr ""
8812
8813 #: builtin/grep.c:838
8814 msgid "synonym for --files-with-matches"
8815 msgstr ""
8816
8817 #: builtin/grep.c:841
8818 msgid "show only the names of files without match"
8819 msgstr ""
8820
8821 #: builtin/grep.c:843
8822 msgid "print NUL after filenames"
8823 msgstr ""
8824
8825 #: builtin/grep.c:846
8826 msgid "show the number of matches instead of matching lines"
8827 msgstr ""
8828
8829 #: builtin/grep.c:847
8830 msgid "highlight matches"
8831 msgstr ""
8832
8833 #: builtin/grep.c:849
8834 msgid "print empty line between matches from different files"
8835 msgstr ""
8836
8837 #: builtin/grep.c:851
8838 msgid "show filename only once above matches from same file"
8839 msgstr ""
8840
8841 #: builtin/grep.c:854
8842 msgid "show <n> context lines before and after matches"
8843 msgstr ""
8844
8845 #: builtin/grep.c:857
8846 msgid "show <n> context lines before matches"
8847 msgstr ""
8848
8849 #: builtin/grep.c:859
8850 msgid "show <n> context lines after matches"
8851 msgstr ""
8852
8853 #: builtin/grep.c:861
8854 msgid "use <n> worker threads"
8855 msgstr ""
8856
8857 #: builtin/grep.c:862
8858 msgid "shortcut for -C NUM"
8859 msgstr ""
8860
8861 #: builtin/grep.c:865
8862 msgid "show a line with the function name before matches"
8863 msgstr ""
8864
8865 #: builtin/grep.c:867
8866 msgid "show the surrounding function"
8867 msgstr ""
8868
8869 #: builtin/grep.c:870
8870 msgid "read patterns from file"
8871 msgstr ""
8872
8873 #: builtin/grep.c:872
8874 msgid "match <pattern>"
8875 msgstr ""
8876
8877 #: builtin/grep.c:874
8878 msgid "combine patterns specified with -e"
8879 msgstr ""
8880
8881 #: builtin/grep.c:886
8882 msgid "indicate hit with exit status without output"
8883 msgstr ""
8884
8885 #: builtin/grep.c:888
8886 msgid "show only matches from files that match all patterns"
8887 msgstr ""
8888
8889 #: builtin/grep.c:890
8890 msgid "show parse tree for grep expression"
8891 msgstr ""
8892
8893 #: builtin/grep.c:894
8894 msgid "pager"
8895 msgstr ""
8896
8897 #: builtin/grep.c:894
8898 msgid "show matching files in the pager"
8899 msgstr ""
8900
8901 #: builtin/grep.c:898
8902 msgid "allow calling of grep(1) (ignored by this build)"
8903 msgstr ""
8904
8905 #: builtin/grep.c:962
8906 msgid "no pattern given."
8907 msgstr ""
8908
8909 #: builtin/grep.c:994
8910 msgid "--no-index or --untracked cannot be used with revs"
8911 msgstr ""
8912
8913 #: builtin/grep.c:1001
8914 #, c-format
8915 msgid "unable to resolve revision: %s"
8916 msgstr ""
8917
8918 #: builtin/grep.c:1036 builtin/index-pack.c:1527
8919 #, c-format
8920 msgid "invalid number of threads specified (%d)"
8921 msgstr ""
8922
8923 #: builtin/grep.c:1041
8924 msgid "no threads support, ignoring --threads"
8925 msgstr ""
8926
8927 #: builtin/grep.c:1065
8928 msgid "--open-files-in-pager only works on the worktree"
8929 msgstr ""
8930
8931 #: builtin/grep.c:1088
8932 msgid "option not supported with --recurse-submodules."
8933 msgstr ""
8934
8935 #: builtin/grep.c:1094
8936 msgid "--cached or --untracked cannot be used with --no-index."
8937 msgstr ""
8938
8939 #: builtin/grep.c:1100
8940 msgid "--[no-]exclude-standard cannot be used for tracked contents."
8941 msgstr ""
8942
8943 #: builtin/grep.c:1108
8944 msgid "both --cached and trees are given."
8945 msgstr ""
8946
8947 #: builtin/hash-object.c:83
8948 msgid ""
8949 "git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
8950 "[--] <file>..."
8951 msgstr ""
8952
8953 #: builtin/hash-object.c:84
8954 msgid "git hash-object --stdin-paths"
8955 msgstr ""
8956
8957 #: builtin/hash-object.c:96
8958 msgid "type"
8959 msgstr ""
8960
8961 #: builtin/hash-object.c:96
8962 msgid "object type"
8963 msgstr ""
8964
8965 #: builtin/hash-object.c:97
8966 msgid "write the object into the object database"
8967 msgstr ""
8968
8969 #: builtin/hash-object.c:99
8970 msgid "read the object from stdin"
8971 msgstr ""
8972
8973 #: builtin/hash-object.c:101
8974 msgid "store file as is without filters"
8975 msgstr ""
8976
8977 #: builtin/hash-object.c:102
8978 msgid ""
8979 "just hash any random garbage to create corrupt objects for debugging Git"
8980 msgstr ""
8981
8982 #: builtin/hash-object.c:103
8983 msgid "process file as it were from this path"
8984 msgstr ""
8985
8986 #: builtin/help.c:43
8987 msgid "print all available commands"
8988 msgstr ""
8989
8990 #: builtin/help.c:44
8991 msgid "exclude guides"
8992 msgstr ""
8993
8994 #: builtin/help.c:45
8995 msgid "print list of useful guides"
8996 msgstr ""
8997
8998 #: builtin/help.c:46
8999 msgid "show man page"
9000 msgstr ""
9001
9002 #: builtin/help.c:47
9003 msgid "show manual in web browser"
9004 msgstr ""
9005
9006 #: builtin/help.c:49
9007 msgid "show info page"
9008 msgstr ""
9009
9010 #: builtin/help.c:55
9011 msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
9012 msgstr ""
9013
9014 #: builtin/help.c:67
9015 #, c-format
9016 msgid "unrecognized help format '%s'"
9017 msgstr ""
9018
9019 #: builtin/help.c:94
9020 msgid "Failed to start emacsclient."
9021 msgstr ""
9022
9023 #: builtin/help.c:107
9024 msgid "Failed to parse emacsclient version."
9025 msgstr ""
9026
9027 #: builtin/help.c:115
9028 #, c-format
9029 msgid "emacsclient version '%d' too old (< 22)."
9030 msgstr ""
9031
9032 #: builtin/help.c:133 builtin/help.c:155 builtin/help.c:165 builtin/help.c:173
9033 #, c-format
9034 msgid "failed to exec '%s'"
9035 msgstr ""
9036
9037 #: builtin/help.c:211
9038 #, c-format
9039 msgid ""
9040 "'%s': path for unsupported man viewer.\n"
9041 "Please consider using 'man.<tool>.cmd' instead."
9042 msgstr ""
9043
9044 #: builtin/help.c:223
9045 #, c-format
9046 msgid ""
9047 "'%s': cmd for supported man viewer.\n"
9048 "Please consider using 'man.<tool>.path' instead."
9049 msgstr ""
9050
9051 #: builtin/help.c:340
9052 #, c-format
9053 msgid "'%s': unknown man viewer."
9054 msgstr ""
9055
9056 #: builtin/help.c:357
9057 msgid "no man viewer handled the request"
9058 msgstr ""
9059
9060 #: builtin/help.c:365
9061 msgid "no info viewer handled the request"
9062 msgstr ""
9063
9064 #: builtin/help.c:407
9065 msgid "Defining attributes per path"
9066 msgstr ""
9067
9068 #: builtin/help.c:408
9069 msgid "Everyday Git With 20 Commands Or So"
9070 msgstr ""
9071
9072 #: builtin/help.c:409
9073 msgid "A Git glossary"
9074 msgstr ""
9075
9076 #: builtin/help.c:410
9077 msgid "Specifies intentionally untracked files to ignore"
9078 msgstr ""
9079
9080 #: builtin/help.c:411
9081 msgid "Defining submodule properties"
9082 msgstr ""
9083
9084 #: builtin/help.c:412
9085 msgid "Specifying revisions and ranges for Git"
9086 msgstr ""
9087
9088 #: builtin/help.c:413
9089 msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
9090 msgstr ""
9091
9092 #: builtin/help.c:414
9093 msgid "An overview of recommended workflows with Git"
9094 msgstr ""
9095
9096 #: builtin/help.c:426
9097 msgid "The common Git guides are:\n"
9098 msgstr ""
9099
9100 #: builtin/help.c:444
9101 #, c-format
9102 msgid "'%s' is aliased to '%s'"
9103 msgstr ""
9104
9105 #: builtin/help.c:466 builtin/help.c:483
9106 #, c-format
9107 msgid "usage: %s%s"
9108 msgstr ""
9109
9110 #: builtin/index-pack.c:158
9111 #, c-format
9112 msgid "unable to open %s"
9113 msgstr ""
9114
9115 #: builtin/index-pack.c:208
9116 #, c-format
9117 msgid "object type mismatch at %s"
9118 msgstr ""
9119
9120 #: builtin/index-pack.c:228
9121 #, c-format
9122 msgid "did not receive expected object %s"
9123 msgstr ""
9124
9125 #: builtin/index-pack.c:231
9126 #, c-format
9127 msgid "object %s: expected type %s, found %s"
9128 msgstr ""
9129
9130 #: builtin/index-pack.c:273
9131 #, c-format
9132 msgid "cannot fill %d byte"
9133 msgid_plural "cannot fill %d bytes"
9134 msgstr[0] ""
9135 msgstr[1] ""
9136
9137 #: builtin/index-pack.c:283
9138 msgid "early EOF"
9139 msgstr ""
9140
9141 #: builtin/index-pack.c:284
9142 msgid "read error on input"
9143 msgstr ""
9144
9145 #: builtin/index-pack.c:296
9146 msgid "used more bytes than were available"
9147 msgstr ""
9148
9149 #: builtin/index-pack.c:303
9150 msgid "pack too large for current definition of off_t"
9151 msgstr ""
9152
9153 #: builtin/index-pack.c:306 builtin/unpack-objects.c:93
9154 msgid "pack exceeds maximum allowed size"
9155 msgstr ""
9156
9157 #: builtin/index-pack.c:321
9158 #, c-format
9159 msgid "unable to create '%s'"
9160 msgstr ""
9161
9162 #: builtin/index-pack.c:327
9163 #, c-format
9164 msgid "cannot open packfile '%s'"
9165 msgstr ""
9166
9167 #: builtin/index-pack.c:341
9168 msgid "pack signature mismatch"
9169 msgstr ""
9170
9171 #: builtin/index-pack.c:343
9172 #, c-format
9173 msgid "pack version %<PRIu32> unsupported"
9174 msgstr ""
9175
9176 #: builtin/index-pack.c:361
9177 #, c-format
9178 msgid "pack has bad object at offset %<PRIuMAX>: %s"
9179 msgstr ""
9180
9181 #: builtin/index-pack.c:482
9182 #, c-format
9183 msgid "inflate returned %d"
9184 msgstr ""
9185
9186 #: builtin/index-pack.c:531
9187 msgid "offset value overflow for delta base object"
9188 msgstr ""
9189
9190 #: builtin/index-pack.c:539
9191 msgid "delta base offset is out of bound"
9192 msgstr ""
9193
9194 #: builtin/index-pack.c:547
9195 #, c-format
9196 msgid "unknown object type %d"
9197 msgstr ""
9198
9199 #: builtin/index-pack.c:578
9200 msgid "cannot pread pack file"
9201 msgstr ""
9202
9203 #: builtin/index-pack.c:580
9204 #, c-format
9205 msgid "premature end of pack file, %<PRIuMAX> byte missing"
9206 msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
9207 msgstr[0] ""
9208 msgstr[1] ""
9209
9210 #: builtin/index-pack.c:606
9211 msgid "serious inflate inconsistency"
9212 msgstr ""
9213
9214 #: builtin/index-pack.c:751 builtin/index-pack.c:757 builtin/index-pack.c:780
9215 #: builtin/index-pack.c:819 builtin/index-pack.c:828
9216 #, c-format
9217 msgid "SHA1 COLLISION FOUND WITH %s !"
9218 msgstr ""
9219
9220 #: builtin/index-pack.c:754 builtin/pack-objects.c:198
9221 #: builtin/pack-objects.c:292
9222 #, c-format
9223 msgid "unable to read %s"
9224 msgstr ""
9225
9226 #: builtin/index-pack.c:817
9227 #, c-format
9228 msgid "cannot read existing object info %s"
9229 msgstr ""
9230
9231 #: builtin/index-pack.c:825
9232 #, c-format
9233 msgid "cannot read existing object %s"
9234 msgstr ""
9235
9236 #: builtin/index-pack.c:839
9237 #, c-format
9238 msgid "invalid blob object %s"
9239 msgstr ""
9240
9241 #: builtin/index-pack.c:842 builtin/index-pack.c:860
9242 msgid "fsck error in packed object"
9243 msgstr ""
9244
9245 #: builtin/index-pack.c:857
9246 #, c-format
9247 msgid "invalid %s"
9248 msgstr ""
9249
9250 #: builtin/index-pack.c:862
9251 #, c-format
9252 msgid "Not all child objects of %s are reachable"
9253 msgstr ""
9254
9255 #: builtin/index-pack.c:934 builtin/index-pack.c:965
9256 msgid "failed to apply delta"
9257 msgstr ""
9258
9259 #: builtin/index-pack.c:1135
9260 msgid "Receiving objects"
9261 msgstr ""
9262
9263 #: builtin/index-pack.c:1135
9264 msgid "Indexing objects"
9265 msgstr ""
9266
9267 #: builtin/index-pack.c:1169
9268 msgid "pack is corrupted (SHA1 mismatch)"
9269 msgstr ""
9270
9271 #: builtin/index-pack.c:1174
9272 msgid "cannot fstat packfile"
9273 msgstr ""
9274
9275 #: builtin/index-pack.c:1177
9276 msgid "pack has junk at the end"
9277 msgstr ""
9278
9279 #: builtin/index-pack.c:1189
9280 msgid "confusion beyond insanity in parse_pack_objects()"
9281 msgstr ""
9282
9283 #: builtin/index-pack.c:1212
9284 msgid "Resolving deltas"
9285 msgstr ""
9286
9287 #: builtin/index-pack.c:1223
9288 #, c-format
9289 msgid "unable to create thread: %s"
9290 msgstr ""
9291
9292 #: builtin/index-pack.c:1265
9293 msgid "confusion beyond insanity"
9294 msgstr ""
9295
9296 #: builtin/index-pack.c:1271
9297 #, c-format
9298 msgid "completed with %d local object"
9299 msgid_plural "completed with %d local objects"
9300 msgstr[0] ""
9301 msgstr[1] ""
9302
9303 #: builtin/index-pack.c:1283
9304 #, c-format
9305 msgid "Unexpected tail checksum for %s (disk corruption?)"
9306 msgstr ""
9307
9308 #: builtin/index-pack.c:1287
9309 #, c-format
9310 msgid "pack has %d unresolved delta"
9311 msgid_plural "pack has %d unresolved deltas"
9312 msgstr[0] ""
9313 msgstr[1] ""
9314
9315 #: builtin/index-pack.c:1311
9316 #, c-format
9317 msgid "unable to deflate appended object (%d)"
9318 msgstr ""
9319
9320 #: builtin/index-pack.c:1388
9321 #, c-format
9322 msgid "local object %s is corrupt"
9323 msgstr ""
9324
9325 #: builtin/index-pack.c:1402
9326 #, c-format
9327 msgid "packfile name '%s' does not end with '.pack'"
9328 msgstr ""
9329
9330 #: builtin/index-pack.c:1427
9331 #, c-format
9332 msgid "cannot write %s file '%s'"
9333 msgstr ""
9334
9335 #: builtin/index-pack.c:1435
9336 #, c-format
9337 msgid "cannot close written %s file '%s'"
9338 msgstr ""
9339
9340 #: builtin/index-pack.c:1459
9341 msgid "error while closing pack file"
9342 msgstr ""
9343
9344 #: builtin/index-pack.c:1473
9345 msgid "cannot store pack file"
9346 msgstr ""
9347
9348 #: builtin/index-pack.c:1481
9349 msgid "cannot store index file"
9350 msgstr ""
9351
9352 #: builtin/index-pack.c:1521
9353 #, c-format
9354 msgid "bad pack.indexversion=%<PRIu32>"
9355 msgstr ""
9356
9357 #: builtin/index-pack.c:1590
9358 #, c-format
9359 msgid "Cannot open existing pack file '%s'"
9360 msgstr ""
9361
9362 #: builtin/index-pack.c:1592
9363 #, c-format
9364 msgid "Cannot open existing pack idx file for '%s'"
9365 msgstr ""
9366
9367 #: builtin/index-pack.c:1640
9368 #, c-format
9369 msgid "non delta: %d object"
9370 msgid_plural "non delta: %d objects"
9371 msgstr[0] ""
9372 msgstr[1] ""
9373
9374 #: builtin/index-pack.c:1647
9375 #, c-format
9376 msgid "chain length = %d: %lu object"
9377 msgid_plural "chain length = %d: %lu objects"
9378 msgstr[0] ""
9379 msgstr[1] ""
9380
9381 #: builtin/index-pack.c:1684
9382 msgid "Cannot come back to cwd"
9383 msgstr ""
9384
9385 #: builtin/index-pack.c:1735 builtin/index-pack.c:1738
9386 #: builtin/index-pack.c:1754 builtin/index-pack.c:1758
9387 #, c-format
9388 msgid "bad %s"
9389 msgstr ""
9390
9391 #: builtin/index-pack.c:1774
9392 msgid "--fix-thin cannot be used without --stdin"
9393 msgstr ""
9394
9395 #: builtin/index-pack.c:1776
9396 msgid "--stdin requires a git repository"
9397 msgstr ""
9398
9399 #: builtin/index-pack.c:1782
9400 msgid "--verify with no packfile name given"
9401 msgstr ""
9402
9403 #: builtin/index-pack.c:1832 builtin/unpack-objects.c:578
9404 msgid "fsck error in pack objects"
9405 msgstr ""
9406
9407 #: builtin/init-db.c:55
9408 #, c-format
9409 msgid "cannot stat '%s'"
9410 msgstr ""
9411
9412 #: builtin/init-db.c:61
9413 #, c-format
9414 msgid "cannot stat template '%s'"
9415 msgstr ""
9416
9417 #: builtin/init-db.c:66
9418 #, c-format
9419 msgid "cannot opendir '%s'"
9420 msgstr ""
9421
9422 #: builtin/init-db.c:77
9423 #, c-format
9424 msgid "cannot readlink '%s'"
9425 msgstr ""
9426
9427 #: builtin/init-db.c:79
9428 #, c-format
9429 msgid "cannot symlink '%s' '%s'"
9430 msgstr ""
9431
9432 #: builtin/init-db.c:85
9433 #, c-format
9434 msgid "cannot copy '%s' to '%s'"
9435 msgstr ""
9436
9437 #: builtin/init-db.c:89
9438 #, c-format
9439 msgid "ignoring template %s"
9440 msgstr ""
9441
9442 #: builtin/init-db.c:120
9443 #, c-format
9444 msgid "templates not found %s"
9445 msgstr ""
9446
9447 #: builtin/init-db.c:135
9448 #, c-format
9449 msgid "not copying templates from '%s': %s"
9450 msgstr ""
9451
9452 #: builtin/init-db.c:328
9453 #, c-format
9454 msgid "unable to handle file type %d"
9455 msgstr ""
9456
9457 #: builtin/init-db.c:331
9458 #, c-format
9459 msgid "unable to move %s to %s"
9460 msgstr ""
9461
9462 #: builtin/init-db.c:348 builtin/init-db.c:351
9463 #, c-format
9464 msgid "%s already exists"
9465 msgstr ""
9466
9467 #: builtin/init-db.c:404
9468 #, c-format
9469 msgid "Reinitialized existing shared Git repository in %s%s\n"
9470 msgstr ""
9471
9472 #: builtin/init-db.c:405
9473 #, c-format
9474 msgid "Reinitialized existing Git repository in %s%s\n"
9475 msgstr ""
9476
9477 #: builtin/init-db.c:409
9478 #, c-format
9479 msgid "Initialized empty shared Git repository in %s%s\n"
9480 msgstr ""
9481
9482 #: builtin/init-db.c:410
9483 #, c-format
9484 msgid "Initialized empty Git repository in %s%s\n"
9485 msgstr ""
9486
9487 #: builtin/init-db.c:458
9488 msgid ""
9489 "git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
9490 "shared[=<permissions>]] [<directory>]"
9491 msgstr ""
9492
9493 #: builtin/init-db.c:481
9494 msgid "permissions"
9495 msgstr ""
9496
9497 #: builtin/init-db.c:482
9498 msgid "specify that the git repository is to be shared amongst several users"
9499 msgstr ""
9500
9501 #: builtin/init-db.c:525
9502 #, c-format
9503 msgid "cannot chdir to %s"
9504 msgstr ""
9505
9506 #: builtin/init-db.c:546
9507 #, c-format
9508 msgid ""
9509 "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
9510 "dir=<directory>)"
9511 msgstr ""
9512
9513 #: builtin/init-db.c:574
9514 #, c-format
9515 msgid "Cannot access work tree '%s'"
9516 msgstr ""
9517
9518 #: builtin/interpret-trailers.c:15
9519 msgid ""
9520 "git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
9521 "<token>[(=|:)<value>])...] [<file>...]"
9522 msgstr ""
9523
9524 #: builtin/interpret-trailers.c:92
9525 msgid "edit files in place"
9526 msgstr ""
9527
9528 #: builtin/interpret-trailers.c:93
9529 msgid "trim empty trailers"
9530 msgstr ""
9531
9532 #: builtin/interpret-trailers.c:96
9533 msgid "where to place the new trailer"
9534 msgstr ""
9535
9536 #: builtin/interpret-trailers.c:98
9537 msgid "action if trailer already exists"
9538 msgstr ""
9539
9540 #: builtin/interpret-trailers.c:100
9541 msgid "action if trailer is missing"
9542 msgstr ""
9543
9544 #: builtin/interpret-trailers.c:102
9545 msgid "output only the trailers"
9546 msgstr ""
9547
9548 #: builtin/interpret-trailers.c:103
9549 msgid "do not apply config rules"
9550 msgstr ""
9551
9552 #: builtin/interpret-trailers.c:104
9553 msgid "join whitespace-continued values"
9554 msgstr ""
9555
9556 #: builtin/interpret-trailers.c:105
9557 msgid "set parsing options"
9558 msgstr ""
9559
9560 #: builtin/interpret-trailers.c:107
9561 msgid "trailer"
9562 msgstr ""
9563
9564 #: builtin/interpret-trailers.c:108
9565 msgid "trailer(s) to add"
9566 msgstr ""
9567
9568 #: builtin/interpret-trailers.c:117
9569 msgid "--trailer with --only-input does not make sense"
9570 msgstr ""
9571
9572 #: builtin/interpret-trailers.c:127
9573 msgid "no input file given for in-place editing"
9574 msgstr ""
9575
9576 #: builtin/log.c:48
9577 msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
9578 msgstr ""
9579
9580 #: builtin/log.c:49
9581 msgid "git show [<options>] <object>..."
9582 msgstr ""
9583
9584 #: builtin/log.c:93
9585 #, c-format
9586 msgid "invalid --decorate option: %s"
9587 msgstr ""
9588
9589 #: builtin/log.c:153
9590 msgid "suppress diff output"
9591 msgstr ""
9592
9593 #: builtin/log.c:154
9594 msgid "show source"
9595 msgstr ""
9596
9597 #: builtin/log.c:155
9598 msgid "Use mail map file"
9599 msgstr ""
9600
9601 #: builtin/log.c:157
9602 msgid "only decorate refs that match <pattern>"
9603 msgstr ""
9604
9605 #: builtin/log.c:159
9606 msgid "do not decorate refs that match <pattern>"
9607 msgstr ""
9608
9609 #: builtin/log.c:160
9610 msgid "decorate options"
9611 msgstr ""
9612
9613 #: builtin/log.c:163
9614 msgid "Process line range n,m in file, counting from 1"
9615 msgstr ""
9616
9617 #: builtin/log.c:259
9618 #, c-format
9619 msgid "Final output: %d %s\n"
9620 msgstr ""
9621
9622 #: builtin/log.c:510
9623 #, c-format
9624 msgid "git show %s: bad file"
9625 msgstr ""
9626
9627 #: builtin/log.c:525 builtin/log.c:619
9628 #, c-format
9629 msgid "Could not read object %s"
9630 msgstr ""
9631
9632 #: builtin/log.c:643
9633 #, c-format
9634 msgid "Unknown type: %d"
9635 msgstr ""
9636
9637 #: builtin/log.c:764
9638 msgid "format.headers without value"
9639 msgstr ""
9640
9641 #: builtin/log.c:865
9642 msgid "name of output directory is too long"
9643 msgstr ""
9644
9645 #: builtin/log.c:881
9646 #, c-format
9647 msgid "Cannot open patch file %s"
9648 msgstr ""
9649
9650 #: builtin/log.c:898
9651 msgid "Need exactly one range."
9652 msgstr ""
9653
9654 #: builtin/log.c:908
9655 msgid "Not a range."
9656 msgstr ""
9657
9658 #: builtin/log.c:1014
9659 msgid "Cover letter needs email format"
9660 msgstr ""
9661
9662 #: builtin/log.c:1095
9663 #, c-format
9664 msgid "insane in-reply-to: %s"
9665 msgstr ""
9666
9667 #: builtin/log.c:1122
9668 msgid "git format-patch [<options>] [<since> | <revision-range>]"
9669 msgstr ""
9670
9671 #: builtin/log.c:1172
9672 msgid "Two output directories?"
9673 msgstr ""
9674
9675 #: builtin/log.c:1279 builtin/log.c:1932 builtin/log.c:1934 builtin/log.c:1946
9676 #, c-format
9677 msgid "Unknown commit %s"
9678 msgstr ""
9679
9680 #: builtin/log.c:1289 builtin/notes.c:887 builtin/tag.c:523
9681 #, c-format
9682 msgid "Failed to resolve '%s' as a valid ref."
9683 msgstr ""
9684
9685 #: builtin/log.c:1294
9686 msgid "Could not find exact merge base."
9687 msgstr ""
9688
9689 #: builtin/log.c:1298
9690 msgid ""
9691 "Failed to get upstream, if you want to record base commit automatically,\n"
9692 "please use git branch --set-upstream-to to track a remote branch.\n"
9693 "Or you could specify base commit by --base=<base-commit-id> manually."
9694 msgstr ""
9695
9696 #: builtin/log.c:1318
9697 msgid "Failed to find exact merge base"
9698 msgstr ""
9699
9700 #: builtin/log.c:1329
9701 msgid "base commit should be the ancestor of revision list"
9702 msgstr ""
9703
9704 #: builtin/log.c:1333
9705 msgid "base commit shouldn't be in revision list"
9706 msgstr ""
9707
9708 #: builtin/log.c:1382
9709 msgid "cannot get patch id"
9710 msgstr ""
9711
9712 #: builtin/log.c:1441
9713 msgid "use [PATCH n/m] even with a single patch"
9714 msgstr ""
9715
9716 #: builtin/log.c:1444
9717 msgid "use [PATCH] even with multiple patches"
9718 msgstr ""
9719
9720 #: builtin/log.c:1448
9721 msgid "print patches to standard out"
9722 msgstr ""
9723
9724 #: builtin/log.c:1450
9725 msgid "generate a cover letter"
9726 msgstr ""
9727
9728 #: builtin/log.c:1452
9729 msgid "use simple number sequence for output file names"
9730 msgstr ""
9731
9732 #: builtin/log.c:1453
9733 msgid "sfx"
9734 msgstr ""
9735
9736 #: builtin/log.c:1454
9737 msgid "use <sfx> instead of '.patch'"
9738 msgstr ""
9739
9740 #: builtin/log.c:1456
9741 msgid "start numbering patches at <n> instead of 1"
9742 msgstr ""
9743
9744 #: builtin/log.c:1458
9745 msgid "mark the series as Nth re-roll"
9746 msgstr ""
9747
9748 #: builtin/log.c:1460
9749 msgid "Use [RFC PATCH] instead of [PATCH]"
9750 msgstr ""
9751
9752 #: builtin/log.c:1463
9753 msgid "Use [<prefix>] instead of [PATCH]"
9754 msgstr ""
9755
9756 #: builtin/log.c:1466
9757 msgid "store resulting files in <dir>"
9758 msgstr ""
9759
9760 #: builtin/log.c:1469
9761 msgid "don't strip/add [PATCH]"
9762 msgstr ""
9763
9764 #: builtin/log.c:1472
9765 msgid "don't output binary diffs"
9766 msgstr ""
9767
9768 #: builtin/log.c:1474
9769 msgid "output all-zero hash in From header"
9770 msgstr ""
9771
9772 #: builtin/log.c:1476
9773 msgid "don't include a patch matching a commit upstream"
9774 msgstr ""
9775
9776 #: builtin/log.c:1478
9777 msgid "show patch format instead of default (patch + stat)"
9778 msgstr ""
9779
9780 #: builtin/log.c:1480
9781 msgid "Messaging"
9782 msgstr ""
9783
9784 #: builtin/log.c:1481
9785 msgid "header"
9786 msgstr ""
9787
9788 #: builtin/log.c:1482
9789 msgid "add email header"
9790 msgstr ""
9791
9792 #: builtin/log.c:1483 builtin/log.c:1485
9793 msgid "email"
9794 msgstr ""
9795
9796 #: builtin/log.c:1483
9797 msgid "add To: header"
9798 msgstr ""
9799
9800 #: builtin/log.c:1485
9801 msgid "add Cc: header"
9802 msgstr ""
9803
9804 #: builtin/log.c:1487
9805 msgid "ident"
9806 msgstr ""
9807
9808 #: builtin/log.c:1488
9809 msgid "set From address to <ident> (or committer ident if absent)"
9810 msgstr ""
9811
9812 #: builtin/log.c:1490
9813 msgid "message-id"
9814 msgstr ""
9815
9816 #: builtin/log.c:1491
9817 msgid "make first mail a reply to <message-id>"
9818 msgstr ""
9819
9820 #: builtin/log.c:1492 builtin/log.c:1495
9821 msgid "boundary"
9822 msgstr ""
9823
9824 #: builtin/log.c:1493
9825 msgid "attach the patch"
9826 msgstr ""
9827
9828 #: builtin/log.c:1496
9829 msgid "inline the patch"
9830 msgstr ""
9831
9832 #: builtin/log.c:1500
9833 msgid "enable message threading, styles: shallow, deep"
9834 msgstr ""
9835
9836 #: builtin/log.c:1502
9837 msgid "signature"
9838 msgstr ""
9839
9840 #: builtin/log.c:1503
9841 msgid "add a signature"
9842 msgstr ""
9843
9844 #: builtin/log.c:1504
9845 msgid "base-commit"
9846 msgstr ""
9847
9848 #: builtin/log.c:1505
9849 msgid "add prerequisite tree info to the patch series"
9850 msgstr ""
9851
9852 #: builtin/log.c:1507
9853 msgid "add a signature from a file"
9854 msgstr ""
9855
9856 #: builtin/log.c:1508
9857 msgid "don't print the patch filenames"
9858 msgstr ""
9859
9860 #: builtin/log.c:1510
9861 msgid "show progress while generating patches"
9862 msgstr ""
9863
9864 #: builtin/log.c:1585
9865 #, c-format
9866 msgid "invalid ident line: %s"
9867 msgstr ""
9868
9869 #: builtin/log.c:1600
9870 msgid "-n and -k are mutually exclusive."
9871 msgstr ""
9872
9873 #: builtin/log.c:1602
9874 msgid "--subject-prefix/--rfc and -k are mutually exclusive."
9875 msgstr ""
9876
9877 #: builtin/log.c:1610
9878 msgid "--name-only does not make sense"
9879 msgstr ""
9880
9881 #: builtin/log.c:1612
9882 msgid "--name-status does not make sense"
9883 msgstr ""
9884
9885 #: builtin/log.c:1614
9886 msgid "--check does not make sense"
9887 msgstr ""
9888
9889 #: builtin/log.c:1646
9890 msgid "standard output, or directory, which one?"
9891 msgstr ""
9892
9893 #: builtin/log.c:1648
9894 #, c-format
9895 msgid "Could not create directory '%s'"
9896 msgstr ""
9897
9898 #: builtin/log.c:1741
9899 #, c-format
9900 msgid "unable to read signature file '%s'"
9901 msgstr ""
9902
9903 #: builtin/log.c:1773
9904 msgid "Generating patches"
9905 msgstr ""
9906
9907 #: builtin/log.c:1817
9908 msgid "Failed to create output files"
9909 msgstr ""
9910
9911 #: builtin/log.c:1867
9912 msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
9913 msgstr ""
9914
9915 #: builtin/log.c:1921
9916 #, c-format
9917 msgid ""
9918 "Could not find a tracked remote branch, please specify <upstream> manually.\n"
9919 msgstr ""
9920
9921 #: builtin/ls-files.c:468
9922 msgid "git ls-files [<options>] [<file>...]"
9923 msgstr ""
9924
9925 #: builtin/ls-files.c:517
9926 msgid "identify the file status with tags"
9927 msgstr ""
9928
9929 #: builtin/ls-files.c:519
9930 msgid "use lowercase letters for 'assume unchanged' files"
9931 msgstr ""
9932
9933 #: builtin/ls-files.c:521
9934 msgid "use lowercase letters for 'fsmonitor clean' files"
9935 msgstr ""
9936
9937 #: builtin/ls-files.c:523
9938 msgid "show cached files in the output (default)"
9939 msgstr ""
9940
9941 #: builtin/ls-files.c:525
9942 msgid "show deleted files in the output"
9943 msgstr ""
9944
9945 #: builtin/ls-files.c:527
9946 msgid "show modified files in the output"
9947 msgstr ""
9948
9949 #: builtin/ls-files.c:529
9950 msgid "show other files in the output"
9951 msgstr ""
9952
9953 #: builtin/ls-files.c:531
9954 msgid "show ignored files in the output"
9955 msgstr ""
9956
9957 #: builtin/ls-files.c:534
9958 msgid "show staged contents' object name in the output"
9959 msgstr ""
9960
9961 #: builtin/ls-files.c:536
9962 msgid "show files on the filesystem that need to be removed"
9963 msgstr ""
9964
9965 #: builtin/ls-files.c:538
9966 msgid "show 'other' directories' names only"
9967 msgstr ""
9968
9969 #: builtin/ls-files.c:540
9970 msgid "show line endings of files"
9971 msgstr ""
9972
9973 #: builtin/ls-files.c:542
9974 msgid "don't show empty directories"
9975 msgstr ""
9976
9977 #: builtin/ls-files.c:545
9978 msgid "show unmerged files in the output"
9979 msgstr ""
9980
9981 #: builtin/ls-files.c:547
9982 msgid "show resolve-undo information"
9983 msgstr ""
9984
9985 #: builtin/ls-files.c:549
9986 msgid "skip files matching pattern"
9987 msgstr ""
9988
9989 #: builtin/ls-files.c:552
9990 msgid "exclude patterns are read from <file>"
9991 msgstr ""
9992
9993 #: builtin/ls-files.c:555
9994 msgid "read additional per-directory exclude patterns in <file>"
9995 msgstr ""
9996
9997 #: builtin/ls-files.c:557
9998 msgid "add the standard git exclusions"
9999 msgstr ""
10000
10001 #: builtin/ls-files.c:560
10002 msgid "make the output relative to the project top directory"
10003 msgstr ""
10004
10005 #: builtin/ls-files.c:563
10006 msgid "recurse through submodules"
10007 msgstr ""
10008
10009 #: builtin/ls-files.c:565
10010 msgid "if any <file> is not in the index, treat this as an error"
10011 msgstr ""
10012
10013 #: builtin/ls-files.c:566
10014 msgid "tree-ish"
10015 msgstr ""
10016
10017 #: builtin/ls-files.c:567
10018 msgid "pretend that paths removed since <tree-ish> are still present"
10019 msgstr ""
10020
10021 #: builtin/ls-files.c:569
10022 msgid "show debugging data"
10023 msgstr ""
10024
10025 #: builtin/ls-remote.c:9
10026 msgid ""
10027 "git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
10028 " [-q | --quiet] [--exit-code] [--get-url]\n"
10029 " [--symref] [<repository> [<refs>...]]"
10030 msgstr ""
10031
10032 #: builtin/ls-remote.c:59
10033 msgid "do not print remote URL"
10034 msgstr ""
10035
10036 #: builtin/ls-remote.c:60 builtin/ls-remote.c:62
10037 msgid "exec"
10038 msgstr ""
10039
10040 #: builtin/ls-remote.c:61 builtin/ls-remote.c:63
10041 msgid "path of git-upload-pack on the remote host"
10042 msgstr ""
10043
10044 #: builtin/ls-remote.c:65
10045 msgid "limit to tags"
10046 msgstr ""
10047
10048 #: builtin/ls-remote.c:66
10049 msgid "limit to heads"
10050 msgstr ""
10051
10052 #: builtin/ls-remote.c:67
10053 msgid "do not show peeled tags"
10054 msgstr ""
10055
10056 #: builtin/ls-remote.c:69
10057 msgid "take url.<base>.insteadOf into account"
10058 msgstr ""
10059
10060 #: builtin/ls-remote.c:73
10061 msgid "exit with exit code 2 if no matching refs are found"
10062 msgstr ""
10063
10064 #: builtin/ls-remote.c:76
10065 msgid "show underlying ref in addition to the object pointed by it"
10066 msgstr ""
10067
10068 #: builtin/ls-tree.c:29
10069 msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
10070 msgstr ""
10071
10072 #: builtin/ls-tree.c:127
10073 msgid "only show trees"
10074 msgstr ""
10075
10076 #: builtin/ls-tree.c:129
10077 msgid "recurse into subtrees"
10078 msgstr ""
10079
10080 #: builtin/ls-tree.c:131
10081 msgid "show trees when recursing"
10082 msgstr ""
10083
10084 #: builtin/ls-tree.c:134
10085 msgid "terminate entries with NUL byte"
10086 msgstr ""
10087
10088 #: builtin/ls-tree.c:135
10089 msgid "include object size"
10090 msgstr ""
10091
10092 #: builtin/ls-tree.c:137 builtin/ls-tree.c:139
10093 msgid "list only filenames"
10094 msgstr ""
10095
10096 #: builtin/ls-tree.c:142
10097 msgid "use full path names"
10098 msgstr ""
10099
10100 #: builtin/ls-tree.c:144
10101 msgid "list entire tree; not just current directory (implies --full-name)"
10102 msgstr ""
10103
10104 #: builtin/mailsplit.c:241
10105 #, c-format
10106 msgid "empty mbox: '%s'"
10107 msgstr ""
10108
10109 #: builtin/merge.c:50
10110 msgid "git merge [<options>] [<commit>...]"
10111 msgstr ""
10112
10113 #: builtin/merge.c:51
10114 msgid "git merge --abort"
10115 msgstr ""
10116
10117 #: builtin/merge.c:52
10118 msgid "git merge --continue"
10119 msgstr ""
10120
10121 #: builtin/merge.c:109
10122 msgid "switch `m' requires a value"
10123 msgstr ""
10124
10125 #: builtin/merge.c:146
10126 #, c-format
10127 msgid "Could not find merge strategy '%s'.\n"
10128 msgstr ""
10129
10130 #: builtin/merge.c:147
10131 #, c-format
10132 msgid "Available strategies are:"
10133 msgstr ""
10134
10135 #: builtin/merge.c:152
10136 #, c-format
10137 msgid "Available custom strategies are:"
10138 msgstr ""
10139
10140 #: builtin/merge.c:202 builtin/pull.c:142
10141 msgid "do not show a diffstat at the end of the merge"
10142 msgstr ""
10143
10144 #: builtin/merge.c:205 builtin/pull.c:145
10145 msgid "show a diffstat at the end of the merge"
10146 msgstr ""
10147
10148 #: builtin/merge.c:206 builtin/pull.c:148
10149 msgid "(synonym to --stat)"
10150 msgstr ""
10151
10152 #: builtin/merge.c:208 builtin/pull.c:151
10153 msgid "add (at most <n>) entries from shortlog to merge commit message"
10154 msgstr ""
10155
10156 #: builtin/merge.c:211 builtin/pull.c:157
10157 msgid "create a single commit instead of doing a merge"
10158 msgstr ""
10159
10160 #: builtin/merge.c:213 builtin/pull.c:160
10161 msgid "perform a commit if the merge succeeds (default)"
10162 msgstr ""
10163
10164 #: builtin/merge.c:215 builtin/pull.c:163
10165 msgid "edit message before committing"
10166 msgstr ""
10167
10168 #: builtin/merge.c:216
10169 msgid "allow fast-forward (default)"
10170 msgstr ""
10171
10172 #: builtin/merge.c:218 builtin/pull.c:169
10173 msgid "abort if fast-forward is not possible"
10174 msgstr ""
10175
10176 #: builtin/merge.c:222 builtin/pull.c:172
10177 msgid "verify that the named commit has a valid GPG signature"
10178 msgstr ""
10179
10180 #: builtin/merge.c:223 builtin/notes.c:777 builtin/pull.c:176
10181 #: builtin/revert.c:109
10182 msgid "strategy"
10183 msgstr ""
10184
10185 #: builtin/merge.c:224 builtin/pull.c:177
10186 msgid "merge strategy to use"
10187 msgstr ""
10188
10189 #: builtin/merge.c:225 builtin/pull.c:180
10190 msgid "option=value"
10191 msgstr ""
10192
10193 #: builtin/merge.c:226 builtin/pull.c:181
10194 msgid "option for selected merge strategy"
10195 msgstr ""
10196
10197 #: builtin/merge.c:228
10198 msgid "merge commit message (for a non-fast-forward merge)"
10199 msgstr ""
10200
10201 #: builtin/merge.c:232
10202 msgid "abort the current in-progress merge"
10203 msgstr ""
10204
10205 #: builtin/merge.c:234
10206 msgid "continue the current in-progress merge"
10207 msgstr ""
10208
10209 #: builtin/merge.c:236 builtin/pull.c:188
10210 msgid "allow merging unrelated histories"
10211 msgstr ""
10212
10213 #: builtin/merge.c:242
10214 msgid "verify commit-msg hook"
10215 msgstr ""
10216
10217 #: builtin/merge.c:267
10218 msgid "could not run stash."
10219 msgstr ""
10220
10221 #: builtin/merge.c:272
10222 msgid "stash failed"
10223 msgstr ""
10224
10225 #: builtin/merge.c:277
10226 #, c-format
10227 msgid "not a valid object: %s"
10228 msgstr ""
10229
10230 #: builtin/merge.c:299 builtin/merge.c:316
10231 msgid "read-tree failed"
10232 msgstr ""
10233
10234 #: builtin/merge.c:346
10235 msgid " (nothing to squash)"
10236 msgstr ""
10237
10238 #: builtin/merge.c:357
10239 #, c-format
10240 msgid "Squash commit -- not updating HEAD\n"
10241 msgstr ""
10242
10243 #: builtin/merge.c:407
10244 #, c-format
10245 msgid "No merge message -- not updating HEAD\n"
10246 msgstr ""
10247
10248 #: builtin/merge.c:457
10249 #, c-format
10250 msgid "'%s' does not point to a commit"
10251 msgstr ""
10252
10253 #: builtin/merge.c:547
10254 #, c-format
10255 msgid "Bad branch.%s.mergeoptions string: %s"
10256 msgstr ""
10257
10258 #: builtin/merge.c:668
10259 msgid "Not handling anything other than two heads merge."
10260 msgstr ""
10261
10262 #: builtin/merge.c:682
10263 #, c-format
10264 msgid "Unknown option for merge-recursive: -X%s"
10265 msgstr ""
10266
10267 #: builtin/merge.c:697
10268 #, c-format
10269 msgid "unable to write %s"
10270 msgstr ""
10271
10272 #: builtin/merge.c:748
10273 #, c-format
10274 msgid "Could not read from '%s'"
10275 msgstr ""
10276
10277 #: builtin/merge.c:757
10278 #, c-format
10279 msgid "Not committing merge; use 'git commit' to complete the merge.\n"
10280 msgstr ""
10281
10282 #: builtin/merge.c:763
10283 #, c-format
10284 msgid ""
10285 "Please enter a commit message to explain why this merge is necessary,\n"
10286 "especially if it merges an updated upstream into a topic branch.\n"
10287 "\n"
10288 "Lines starting with '%c' will be ignored, and an empty message aborts\n"
10289 "the commit.\n"
10290 msgstr ""
10291
10292 #: builtin/merge.c:799
10293 msgid "Empty commit message."
10294 msgstr ""
10295
10296 #: builtin/merge.c:818
10297 #, c-format
10298 msgid "Wonderful.\n"
10299 msgstr ""
10300
10301 #: builtin/merge.c:871
10302 #, c-format
10303 msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
10304 msgstr ""
10305
10306 #: builtin/merge.c:910
10307 msgid "No current branch."
10308 msgstr ""
10309
10310 #: builtin/merge.c:912
10311 msgid "No remote for the current branch."
10312 msgstr ""
10313
10314 #: builtin/merge.c:914
10315 msgid "No default upstream defined for the current branch."
10316 msgstr ""
10317
10318 #: builtin/merge.c:919
10319 #, c-format
10320 msgid "No remote-tracking branch for %s from %s"
10321 msgstr ""
10322
10323 #: builtin/merge.c:972
10324 #, c-format
10325 msgid "Bad value '%s' in environment '%s'"
10326 msgstr ""
10327
10328 #: builtin/merge.c:1074
10329 #, c-format
10330 msgid "not something we can merge in %s: %s"
10331 msgstr ""
10332
10333 #: builtin/merge.c:1108
10334 msgid "not something we can merge"
10335 msgstr ""
10336
10337 #: builtin/merge.c:1210
10338 msgid "--abort expects no arguments"
10339 msgstr ""
10340
10341 #: builtin/merge.c:1214
10342 msgid "There is no merge to abort (MERGE_HEAD missing)."
10343 msgstr ""
10344
10345 #: builtin/merge.c:1226
10346 msgid "--continue expects no arguments"
10347 msgstr ""
10348
10349 #: builtin/merge.c:1230
10350 msgid "There is no merge in progress (MERGE_HEAD missing)."
10351 msgstr ""
10352
10353 #: builtin/merge.c:1246
10354 msgid ""
10355 "You have not concluded your merge (MERGE_HEAD exists).\n"
10356 "Please, commit your changes before you merge."
10357 msgstr ""
10358
10359 #: builtin/merge.c:1253
10360 msgid ""
10361 "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
10362 "Please, commit your changes before you merge."
10363 msgstr ""
10364
10365 #: builtin/merge.c:1256
10366 msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
10367 msgstr ""
10368
10369 #: builtin/merge.c:1265
10370 msgid "You cannot combine --squash with --no-ff."
10371 msgstr ""
10372
10373 #: builtin/merge.c:1273
10374 msgid "No commit specified and merge.defaultToUpstream not set."
10375 msgstr ""
10376
10377 #: builtin/merge.c:1290
10378 msgid "Squash commit into empty head not supported yet"
10379 msgstr ""
10380
10381 #: builtin/merge.c:1292
10382 msgid "Non-fast-forward commit does not make sense into an empty head"
10383 msgstr ""
10384
10385 #: builtin/merge.c:1297
10386 #, c-format
10387 msgid "%s - not something we can merge"
10388 msgstr ""
10389
10390 #: builtin/merge.c:1299
10391 msgid "Can merge only exactly one commit into empty head"
10392 msgstr ""
10393
10394 #: builtin/merge.c:1333
10395 #, c-format
10396 msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
10397 msgstr ""
10398
10399 #: builtin/merge.c:1336
10400 #, c-format
10401 msgid "Commit %s has a bad GPG signature allegedly by %s."
10402 msgstr ""
10403
10404 #: builtin/merge.c:1339
10405 #, c-format
10406 msgid "Commit %s does not have a GPG signature."
10407 msgstr ""
10408
10409 #: builtin/merge.c:1342
10410 #, c-format
10411 msgid "Commit %s has a good GPG signature by %s\n"
10412 msgstr ""
10413
10414 #: builtin/merge.c:1401
10415 msgid "refusing to merge unrelated histories"
10416 msgstr ""
10417
10418 #: builtin/merge.c:1410
10419 msgid "Already up to date."
10420 msgstr ""
10421
10422 #: builtin/merge.c:1420
10423 #, c-format
10424 msgid "Updating %s..%s\n"
10425 msgstr ""
10426
10427 #: builtin/merge.c:1461
10428 #, c-format
10429 msgid "Trying really trivial in-index merge...\n"
10430 msgstr ""
10431
10432 #: builtin/merge.c:1468
10433 #, c-format
10434 msgid "Nope.\n"
10435 msgstr ""
10436
10437 #: builtin/merge.c:1493
10438 msgid "Already up to date. Yeeah!"
10439 msgstr ""
10440
10441 #: builtin/merge.c:1499
10442 msgid "Not possible to fast-forward, aborting."
10443 msgstr ""
10444
10445 #: builtin/merge.c:1522 builtin/merge.c:1601
10446 #, c-format
10447 msgid "Rewinding the tree to pristine...\n"
10448 msgstr ""
10449
10450 #: builtin/merge.c:1526
10451 #, c-format
10452 msgid "Trying merge strategy %s...\n"
10453 msgstr ""
10454
10455 #: builtin/merge.c:1592
10456 #, c-format
10457 msgid "No merge strategy handled the merge.\n"
10458 msgstr ""
10459
10460 #: builtin/merge.c:1594
10461 #, c-format
10462 msgid "Merge with strategy %s failed.\n"
10463 msgstr ""
10464
10465 #: builtin/merge.c:1603
10466 #, c-format
10467 msgid "Using the %s to prepare resolving by hand.\n"
10468 msgstr ""
10469
10470 #: builtin/merge.c:1615
10471 #, c-format
10472 msgid "Automatic merge went well; stopped before committing as requested\n"
10473 msgstr ""
10474
10475 #: builtin/merge-base.c:30
10476 msgid "git merge-base [-a | --all] <commit> <commit>..."
10477 msgstr ""
10478
10479 #: builtin/merge-base.c:31
10480 msgid "git merge-base [-a | --all] --octopus <commit>..."
10481 msgstr ""
10482
10483 #: builtin/merge-base.c:32
10484 msgid "git merge-base --independent <commit>..."
10485 msgstr ""
10486
10487 #: builtin/merge-base.c:33
10488 msgid "git merge-base --is-ancestor <commit> <commit>"
10489 msgstr ""
10490
10491 #: builtin/merge-base.c:34
10492 msgid "git merge-base --fork-point <ref> [<commit>]"
10493 msgstr ""
10494
10495 #: builtin/merge-base.c:220
10496 msgid "output all common ancestors"
10497 msgstr ""
10498
10499 #: builtin/merge-base.c:222
10500 msgid "find ancestors for a single n-way merge"
10501 msgstr ""
10502
10503 #: builtin/merge-base.c:224
10504 msgid "list revs not reachable from others"
10505 msgstr ""
10506
10507 #: builtin/merge-base.c:226
10508 msgid "is the first one ancestor of the other?"
10509 msgstr ""
10510
10511 #: builtin/merge-base.c:228
10512 msgid "find where <commit> forked from reflog of <ref>"
10513 msgstr ""
10514
10515 #: builtin/merge-file.c:9
10516 msgid ""
10517 "git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
10518 "<orig-file> <file2>"
10519 msgstr ""
10520
10521 #: builtin/merge-file.c:33
10522 msgid "send results to standard output"
10523 msgstr ""
10524
10525 #: builtin/merge-file.c:34
10526 msgid "use a diff3 based merge"
10527 msgstr ""
10528
10529 #: builtin/merge-file.c:35
10530 msgid "for conflicts, use our version"
10531 msgstr ""
10532
10533 #: builtin/merge-file.c:37
10534 msgid "for conflicts, use their version"
10535 msgstr ""
10536
10537 #: builtin/merge-file.c:39
10538 msgid "for conflicts, use a union version"
10539 msgstr ""
10540
10541 #: builtin/merge-file.c:42
10542 msgid "for conflicts, use this marker size"
10543 msgstr ""
10544
10545 #: builtin/merge-file.c:43
10546 msgid "do not warn about conflicts"
10547 msgstr ""
10548
10549 #: builtin/merge-file.c:45
10550 msgid "set labels for file1/orig-file/file2"
10551 msgstr ""
10552
10553 #: builtin/merge-recursive.c:45
10554 #, c-format
10555 msgid "unknown option %s"
10556 msgstr ""
10557
10558 #: builtin/merge-recursive.c:51
10559 #, c-format
10560 msgid "could not parse object '%s'"
10561 msgstr ""
10562
10563 #: builtin/merge-recursive.c:55
10564 #, c-format
10565 msgid "cannot handle more than %d base. Ignoring %s."
10566 msgid_plural "cannot handle more than %d bases. Ignoring %s."
10567 msgstr[0] ""
10568 msgstr[1] ""
10569
10570 #: builtin/merge-recursive.c:63
10571 msgid "not handling anything other than two heads merge."
10572 msgstr ""
10573
10574 #: builtin/merge-recursive.c:69 builtin/merge-recursive.c:71
10575 #, c-format
10576 msgid "could not resolve ref '%s'"
10577 msgstr ""
10578
10579 #: builtin/merge-recursive.c:77
10580 #, c-format
10581 msgid "Merging %s with %s\n"
10582 msgstr ""
10583
10584 #: builtin/mktree.c:65
10585 msgid "git mktree [-z] [--missing] [--batch]"
10586 msgstr ""
10587
10588 #: builtin/mktree.c:153
10589 msgid "input is NUL terminated"
10590 msgstr ""
10591
10592 #: builtin/mktree.c:154 builtin/write-tree.c:25
10593 msgid "allow missing objects"
10594 msgstr ""
10595
10596 #: builtin/mktree.c:155
10597 msgid "allow creation of more than one tree"
10598 msgstr ""
10599
10600 #: builtin/mv.c:17
10601 msgid "git mv [<options>] <source>... <destination>"
10602 msgstr ""
10603
10604 #: builtin/mv.c:82
10605 #, c-format
10606 msgid "Directory %s is in index and no submodule?"
10607 msgstr ""
10608
10609 #: builtin/mv.c:84 builtin/rm.c:288
10610 msgid "Please stage your changes to .gitmodules or stash them to proceed"
10611 msgstr ""
10612
10613 #: builtin/mv.c:102
10614 #, c-format
10615 msgid "%.*s is in index"
10616 msgstr ""
10617
10618 #: builtin/mv.c:124
10619 msgid "force move/rename even if target exists"
10620 msgstr ""
10621
10622 #: builtin/mv.c:126
10623 msgid "skip move/rename errors"
10624 msgstr ""
10625
10626 #: builtin/mv.c:168
10627 #, c-format
10628 msgid "destination '%s' is not a directory"
10629 msgstr ""
10630
10631 #: builtin/mv.c:179
10632 #, c-format
10633 msgid "Checking rename of '%s' to '%s'\n"
10634 msgstr ""
10635
10636 #: builtin/mv.c:183
10637 msgid "bad source"
10638 msgstr ""
10639
10640 #: builtin/mv.c:186
10641 msgid "can not move directory into itself"
10642 msgstr ""
10643
10644 #: builtin/mv.c:189
10645 msgid "cannot move directory over file"
10646 msgstr ""
10647
10648 #: builtin/mv.c:198
10649 msgid "source directory is empty"
10650 msgstr ""
10651
10652 #: builtin/mv.c:223
10653 msgid "not under version control"
10654 msgstr ""
10655
10656 #: builtin/mv.c:226
10657 msgid "destination exists"
10658 msgstr ""
10659
10660 #: builtin/mv.c:234
10661 #, c-format
10662 msgid "overwriting '%s'"
10663 msgstr ""
10664
10665 #: builtin/mv.c:237
10666 msgid "Cannot overwrite"
10667 msgstr ""
10668
10669 #: builtin/mv.c:240
10670 msgid "multiple sources for the same target"
10671 msgstr ""
10672
10673 #: builtin/mv.c:242
10674 msgid "destination directory does not exist"
10675 msgstr ""
10676
10677 #: builtin/mv.c:249
10678 #, c-format
10679 msgid "%s, source=%s, destination=%s"
10680 msgstr ""
10681
10682 #: builtin/mv.c:270
10683 #, c-format
10684 msgid "Renaming %s to %s\n"
10685 msgstr ""
10686
10687 #: builtin/mv.c:276 builtin/remote.c:715 builtin/repack.c:409
10688 #, c-format
10689 msgid "renaming '%s' failed"
10690 msgstr ""
10691
10692 #: builtin/name-rev.c:338
10693 msgid "git name-rev [<options>] <commit>..."
10694 msgstr ""
10695
10696 #: builtin/name-rev.c:339
10697 msgid "git name-rev [<options>] --all"
10698 msgstr ""
10699
10700 #: builtin/name-rev.c:340
10701 msgid "git name-rev [<options>] --stdin"
10702 msgstr ""
10703
10704 #: builtin/name-rev.c:395
10705 msgid "print only names (no SHA-1)"
10706 msgstr ""
10707
10708 #: builtin/name-rev.c:396
10709 msgid "only use tags to name the commits"
10710 msgstr ""
10711
10712 #: builtin/name-rev.c:398
10713 msgid "only use refs matching <pattern>"
10714 msgstr ""
10715
10716 #: builtin/name-rev.c:400
10717 msgid "ignore refs matching <pattern>"
10718 msgstr ""
10719
10720 #: builtin/name-rev.c:402
10721 msgid "list all commits reachable from all refs"
10722 msgstr ""
10723
10724 #: builtin/name-rev.c:403
10725 msgid "read from stdin"
10726 msgstr ""
10727
10728 #: builtin/name-rev.c:404
10729 msgid "allow to print `undefined` names (default)"
10730 msgstr ""
10731
10732 #: builtin/name-rev.c:410
10733 msgid "dereference tags in the input (internal use)"
10734 msgstr ""
10735
10736 #: builtin/notes.c:26
10737 msgid "git notes [--ref <notes-ref>] [list [<object>]]"
10738 msgstr ""
10739
10740 #: builtin/notes.c:27
10741 msgid ""
10742 "git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
10743 "| (-c | -C) <object>] [<object>]"
10744 msgstr ""
10745
10746 #: builtin/notes.c:28
10747 msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
10748 msgstr ""
10749
10750 #: builtin/notes.c:29
10751 msgid ""
10752 "git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
10753 "(-c | -C) <object>] [<object>]"
10754 msgstr ""
10755
10756 #: builtin/notes.c:30
10757 msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
10758 msgstr ""
10759
10760 #: builtin/notes.c:31
10761 msgid "git notes [--ref <notes-ref>] show [<object>]"
10762 msgstr ""
10763
10764 #: builtin/notes.c:32
10765 msgid ""
10766 "git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
10767 msgstr ""
10768
10769 #: builtin/notes.c:33
10770 msgid "git notes merge --commit [-v | -q]"
10771 msgstr ""
10772
10773 #: builtin/notes.c:34
10774 msgid "git notes merge --abort [-v | -q]"
10775 msgstr ""
10776
10777 #: builtin/notes.c:35
10778 msgid "git notes [--ref <notes-ref>] remove [<object>...]"
10779 msgstr ""
10780
10781 #: builtin/notes.c:36
10782 msgid "git notes [--ref <notes-ref>] prune [-n] [-v]"
10783 msgstr ""
10784
10785 #: builtin/notes.c:37
10786 msgid "git notes [--ref <notes-ref>] get-ref"
10787 msgstr ""
10788
10789 #: builtin/notes.c:42
10790 msgid "git notes [list [<object>]]"
10791 msgstr ""
10792
10793 #: builtin/notes.c:47
10794 msgid "git notes add [<options>] [<object>]"
10795 msgstr ""
10796
10797 #: builtin/notes.c:52
10798 msgid "git notes copy [<options>] <from-object> <to-object>"
10799 msgstr ""
10800
10801 #: builtin/notes.c:53
10802 msgid "git notes copy --stdin [<from-object> <to-object>]..."
10803 msgstr ""
10804
10805 #: builtin/notes.c:58
10806 msgid "git notes append [<options>] [<object>]"
10807 msgstr ""
10808
10809 #: builtin/notes.c:63
10810 msgid "git notes edit [<object>]"
10811 msgstr ""
10812
10813 #: builtin/notes.c:68
10814 msgid "git notes show [<object>]"
10815 msgstr ""
10816
10817 #: builtin/notes.c:73
10818 msgid "git notes merge [<options>] <notes-ref>"
10819 msgstr ""
10820
10821 #: builtin/notes.c:74
10822 msgid "git notes merge --commit [<options>]"
10823 msgstr ""
10824
10825 #: builtin/notes.c:75
10826 msgid "git notes merge --abort [<options>]"
10827 msgstr ""
10828
10829 #: builtin/notes.c:80
10830 msgid "git notes remove [<object>]"
10831 msgstr ""
10832
10833 #: builtin/notes.c:85
10834 msgid "git notes prune [<options>]"
10835 msgstr ""
10836
10837 #: builtin/notes.c:90
10838 msgid "git notes get-ref"
10839 msgstr ""
10840
10841 #: builtin/notes.c:95
10842 msgid "Write/edit the notes for the following object:"
10843 msgstr ""
10844
10845 #: builtin/notes.c:148
10846 #, c-format
10847 msgid "unable to start 'show' for object '%s'"
10848 msgstr ""
10849
10850 #: builtin/notes.c:152
10851 msgid "could not read 'show' output"
10852 msgstr ""
10853
10854 #: builtin/notes.c:160
10855 #, c-format
10856 msgid "failed to finish 'show' for object '%s'"
10857 msgstr ""
10858
10859 #: builtin/notes.c:195
10860 msgid "please supply the note contents using either -m or -F option"
10861 msgstr ""
10862
10863 #: builtin/notes.c:204
10864 msgid "unable to write note object"
10865 msgstr ""
10866
10867 #: builtin/notes.c:206
10868 #, c-format
10869 msgid "the note contents have been left in %s"
10870 msgstr ""
10871
10872 #: builtin/notes.c:234 builtin/tag.c:507
10873 #, c-format
10874 msgid "cannot read '%s'"
10875 msgstr ""
10876
10877 #: builtin/notes.c:236 builtin/tag.c:510
10878 #, c-format
10879 msgid "could not open or read '%s'"
10880 msgstr ""
10881
10882 #: builtin/notes.c:255 builtin/notes.c:306 builtin/notes.c:308
10883 #: builtin/notes.c:376 builtin/notes.c:431 builtin/notes.c:517
10884 #: builtin/notes.c:522 builtin/notes.c:600 builtin/notes.c:662
10885 #, c-format
10886 msgid "failed to resolve '%s' as a valid ref."
10887 msgstr ""
10888
10889 #: builtin/notes.c:258
10890 #, c-format
10891 msgid "failed to read object '%s'."
10892 msgstr ""
10893
10894 #: builtin/notes.c:262
10895 #, c-format
10896 msgid "cannot read note data from non-blob object '%s'."
10897 msgstr ""
10898
10899 #: builtin/notes.c:302
10900 #, c-format
10901 msgid "malformed input line: '%s'."
10902 msgstr ""
10903
10904 #: builtin/notes.c:317
10905 #, c-format
10906 msgid "failed to copy notes from '%s' to '%s'"
10907 msgstr ""
10908
10909 #. TRANSLATORS: the first %s will be replaced by a git
10910 #. notes command: 'add', 'merge', 'remove', etc.
10911 #.
10912 #: builtin/notes.c:349
10913 #, c-format
10914 msgid "refusing to %s notes in %s (outside of refs/notes/)"
10915 msgstr ""
10916
10917 #: builtin/notes.c:369 builtin/notes.c:424 builtin/notes.c:500
10918 #: builtin/notes.c:512 builtin/notes.c:588 builtin/notes.c:655
10919 #: builtin/notes.c:805 builtin/notes.c:952 builtin/notes.c:973
10920 msgid "too many parameters"
10921 msgstr ""
10922
10923 #: builtin/notes.c:382 builtin/notes.c:668
10924 #, c-format
10925 msgid "no note found for object %s."
10926 msgstr ""
10927
10928 #: builtin/notes.c:403 builtin/notes.c:566
10929 msgid "note contents as a string"
10930 msgstr ""
10931
10932 #: builtin/notes.c:406 builtin/notes.c:569
10933 msgid "note contents in a file"
10934 msgstr ""
10935
10936 #: builtin/notes.c:409 builtin/notes.c:572
10937 msgid "reuse and edit specified note object"
10938 msgstr ""
10939
10940 #: builtin/notes.c:412 builtin/notes.c:575
10941 msgid "reuse specified note object"
10942 msgstr ""
10943
10944 #: builtin/notes.c:415 builtin/notes.c:578
10945 msgid "allow storing empty note"
10946 msgstr ""
10947
10948 #: builtin/notes.c:416 builtin/notes.c:487
10949 msgid "replace existing notes"
10950 msgstr ""
10951
10952 #: builtin/notes.c:441
10953 #, c-format
10954 msgid ""
10955 "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
10956 "existing notes"
10957 msgstr ""
10958
10959 #: builtin/notes.c:456 builtin/notes.c:535
10960 #, c-format
10961 msgid "Overwriting existing notes for object %s\n"
10962 msgstr ""
10963
10964 #: builtin/notes.c:467 builtin/notes.c:627 builtin/notes.c:892
10965 #, c-format
10966 msgid "Removing note for object %s\n"
10967 msgstr ""
10968
10969 #: builtin/notes.c:488
10970 msgid "read objects from stdin"
10971 msgstr ""
10972
10973 #: builtin/notes.c:490
10974 msgid "load rewriting config for <command> (implies --stdin)"
10975 msgstr ""
10976
10977 #: builtin/notes.c:508
10978 msgid "too few parameters"
10979 msgstr ""
10980
10981 #: builtin/notes.c:529
10982 #, c-format
10983 msgid ""
10984 "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
10985 "existing notes"
10986 msgstr ""
10987
10988 #: builtin/notes.c:541
10989 #, c-format
10990 msgid "missing notes on source object %s. Cannot copy."
10991 msgstr ""
10992
10993 #: builtin/notes.c:593
10994 #, c-format
10995 msgid ""
10996 "The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
10997 "Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
10998 msgstr ""
10999
11000 #: builtin/notes.c:688
11001 msgid "failed to delete ref NOTES_MERGE_PARTIAL"
11002 msgstr ""
11003
11004 #: builtin/notes.c:690
11005 msgid "failed to delete ref NOTES_MERGE_REF"
11006 msgstr ""
11007
11008 #: builtin/notes.c:692
11009 msgid "failed to remove 'git notes merge' worktree"
11010 msgstr ""
11011
11012 #: builtin/notes.c:712
11013 msgid "failed to read ref NOTES_MERGE_PARTIAL"
11014 msgstr ""
11015
11016 #: builtin/notes.c:714
11017 msgid "could not find commit from NOTES_MERGE_PARTIAL."
11018 msgstr ""
11019
11020 #: builtin/notes.c:716
11021 msgid "could not parse commit from NOTES_MERGE_PARTIAL."
11022 msgstr ""
11023
11024 #: builtin/notes.c:729
11025 msgid "failed to resolve NOTES_MERGE_REF"
11026 msgstr ""
11027
11028 #: builtin/notes.c:732
11029 msgid "failed to finalize notes merge"
11030 msgstr ""
11031
11032 #: builtin/notes.c:758
11033 #, c-format
11034 msgid "unknown notes merge strategy %s"
11035 msgstr ""
11036
11037 #: builtin/notes.c:774
11038 msgid "General options"
11039 msgstr ""
11040
11041 #: builtin/notes.c:776
11042 msgid "Merge options"
11043 msgstr ""
11044
11045 #: builtin/notes.c:778
11046 msgid ""
11047 "resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
11048 "cat_sort_uniq)"
11049 msgstr ""
11050
11051 #: builtin/notes.c:780
11052 msgid "Committing unmerged notes"
11053 msgstr ""
11054
11055 #: builtin/notes.c:782
11056 msgid "finalize notes merge by committing unmerged notes"
11057 msgstr ""
11058
11059 #: builtin/notes.c:784
11060 msgid "Aborting notes merge resolution"
11061 msgstr ""
11062
11063 #: builtin/notes.c:786
11064 msgid "abort notes merge"
11065 msgstr ""
11066
11067 #: builtin/notes.c:797
11068 msgid "cannot mix --commit, --abort or -s/--strategy"
11069 msgstr ""
11070
11071 #: builtin/notes.c:802
11072 msgid "must specify a notes ref to merge"
11073 msgstr ""
11074
11075 #: builtin/notes.c:826
11076 #, c-format
11077 msgid "unknown -s/--strategy: %s"
11078 msgstr ""
11079
11080 #: builtin/notes.c:863
11081 #, c-format
11082 msgid "a notes merge into %s is already in-progress at %s"
11083 msgstr ""
11084
11085 #: builtin/notes.c:866
11086 #, c-format
11087 msgid "failed to store link to current notes ref (%s)"
11088 msgstr ""
11089
11090 #: builtin/notes.c:868
11091 #, c-format
11092 msgid ""
11093 "Automatic notes merge failed. Fix conflicts in %s and commit the result with "
11094 "'git notes merge --commit', or abort the merge with 'git notes merge --"
11095 "abort'.\n"
11096 msgstr ""
11097
11098 #: builtin/notes.c:890
11099 #, c-format
11100 msgid "Object %s has no note\n"
11101 msgstr ""
11102
11103 #: builtin/notes.c:902
11104 msgid "attempt to remove non-existent note is not an error"
11105 msgstr ""
11106
11107 #: builtin/notes.c:905
11108 msgid "read object names from the standard input"
11109 msgstr ""
11110
11111 #: builtin/notes.c:943 builtin/prune.c:107 builtin/worktree.c:151
11112 msgid "do not remove, show only"
11113 msgstr ""
11114
11115 #: builtin/notes.c:944
11116 msgid "report pruned notes"
11117 msgstr ""
11118
11119 #: builtin/notes.c:986
11120 msgid "notes-ref"
11121 msgstr ""
11122
11123 #: builtin/notes.c:987
11124 msgid "use notes from <notes-ref>"
11125 msgstr ""
11126
11127 #: builtin/notes.c:1022
11128 #, c-format
11129 msgid "unknown subcommand: %s"
11130 msgstr ""
11131
11132 #: builtin/pack-objects.c:48
11133 msgid ""
11134 "git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
11135 msgstr ""
11136
11137 #: builtin/pack-objects.c:49
11138 msgid ""
11139 "git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
11140 msgstr ""
11141
11142 #: builtin/pack-objects.c:211 builtin/pack-objects.c:214
11143 #, c-format
11144 msgid "deflate error (%d)"
11145 msgstr ""
11146
11147 #: builtin/pack-objects.c:810
11148 msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
11149 msgstr ""
11150
11151 #: builtin/pack-objects.c:823
11152 msgid "Writing objects"
11153 msgstr ""
11154
11155 #: builtin/pack-objects.c:1106
11156 msgid "disabling bitmap writing, as some objects are not being packed"
11157 msgstr ""
11158
11159 #: builtin/pack-objects.c:1765
11160 msgid "Counting objects"
11161 msgstr ""
11162
11163 #: builtin/pack-objects.c:1895
11164 #, c-format
11165 msgid "unable to get size of %s"
11166 msgstr ""
11167
11168 #: builtin/pack-objects.c:1910
11169 #, c-format
11170 msgid "unable to parse object header of %s"
11171 msgstr ""
11172
11173 #: builtin/pack-objects.c:2564
11174 msgid "Compressing objects"
11175 msgstr ""
11176
11177 #: builtin/pack-objects.c:2735
11178 msgid "invalid value for --missing"
11179 msgstr ""
11180
11181 #: builtin/pack-objects.c:3067
11182 #, c-format
11183 msgid "unsupported index version %s"
11184 msgstr ""
11185
11186 #: builtin/pack-objects.c:3071
11187 #, c-format
11188 msgid "bad index version '%s'"
11189 msgstr ""
11190
11191 #: builtin/pack-objects.c:3102
11192 msgid "do not show progress meter"
11193 msgstr ""
11194
11195 #: builtin/pack-objects.c:3104
11196 msgid "show progress meter"
11197 msgstr ""
11198
11199 #: builtin/pack-objects.c:3106
11200 msgid "show progress meter during object writing phase"
11201 msgstr ""
11202
11203 #: builtin/pack-objects.c:3109
11204 msgid "similar to --all-progress when progress meter is shown"
11205 msgstr ""
11206
11207 #: builtin/pack-objects.c:3110
11208 msgid "version[,offset]"
11209 msgstr ""
11210
11211 #: builtin/pack-objects.c:3111
11212 msgid "write the pack index file in the specified idx format version"
11213 msgstr ""
11214
11215 #: builtin/pack-objects.c:3114
11216 msgid "maximum size of each output pack file"
11217 msgstr ""
11218
11219 #: builtin/pack-objects.c:3116
11220 msgid "ignore borrowed objects from alternate object store"
11221 msgstr ""
11222
11223 #: builtin/pack-objects.c:3118
11224 msgid "ignore packed objects"
11225 msgstr ""
11226
11227 #: builtin/pack-objects.c:3120
11228 msgid "limit pack window by objects"
11229 msgstr ""
11230
11231 #: builtin/pack-objects.c:3122
11232 msgid "limit pack window by memory in addition to object limit"
11233 msgstr ""
11234
11235 #: builtin/pack-objects.c:3124
11236 msgid "maximum length of delta chain allowed in the resulting pack"
11237 msgstr ""
11238
11239 #: builtin/pack-objects.c:3126
11240 msgid "reuse existing deltas"
11241 msgstr ""
11242
11243 #: builtin/pack-objects.c:3128
11244 msgid "reuse existing objects"
11245 msgstr ""
11246
11247 #: builtin/pack-objects.c:3130
11248 msgid "use OFS_DELTA objects"
11249 msgstr ""
11250
11251 #: builtin/pack-objects.c:3132
11252 msgid "use threads when searching for best delta matches"
11253 msgstr ""
11254
11255 #: builtin/pack-objects.c:3134
11256 msgid "do not create an empty pack output"
11257 msgstr ""
11258
11259 #: builtin/pack-objects.c:3136
11260 msgid "read revision arguments from standard input"
11261 msgstr ""
11262
11263 #: builtin/pack-objects.c:3138
11264 msgid "limit the objects to those that are not yet packed"
11265 msgstr ""
11266
11267 #: builtin/pack-objects.c:3141
11268 msgid "include objects reachable from any reference"
11269 msgstr ""
11270
11271 #: builtin/pack-objects.c:3144
11272 msgid "include objects referred by reflog entries"
11273 msgstr ""
11274
11275 #: builtin/pack-objects.c:3147
11276 msgid "include objects referred to by the index"
11277 msgstr ""
11278
11279 #: builtin/pack-objects.c:3150
11280 msgid "output pack to stdout"
11281 msgstr ""
11282
11283 #: builtin/pack-objects.c:3152
11284 msgid "include tag objects that refer to objects to be packed"
11285 msgstr ""
11286
11287 #: builtin/pack-objects.c:3154
11288 msgid "keep unreachable objects"
11289 msgstr ""
11290
11291 #: builtin/pack-objects.c:3156
11292 msgid "pack loose unreachable objects"
11293 msgstr ""
11294
11295 #: builtin/pack-objects.c:3158
11296 msgid "unpack unreachable objects newer than <time>"
11297 msgstr ""
11298
11299 #: builtin/pack-objects.c:3161
11300 msgid "create thin packs"
11301 msgstr ""
11302
11303 #: builtin/pack-objects.c:3163
11304 msgid "create packs suitable for shallow fetches"
11305 msgstr ""
11306
11307 #: builtin/pack-objects.c:3165
11308 msgid "ignore packs that have companion .keep file"
11309 msgstr ""
11310
11311 #: builtin/pack-objects.c:3167
11312 msgid "ignore this pack"
11313 msgstr ""
11314
11315 #: builtin/pack-objects.c:3169
11316 msgid "pack compression level"
11317 msgstr ""
11318
11319 #: builtin/pack-objects.c:3171
11320 msgid "do not hide commits by grafts"
11321 msgstr ""
11322
11323 #: builtin/pack-objects.c:3173
11324 msgid "use a bitmap index if available to speed up counting objects"
11325 msgstr ""
11326
11327 #: builtin/pack-objects.c:3175
11328 msgid "write a bitmap index together with the pack index"
11329 msgstr ""
11330
11331 #: builtin/pack-objects.c:3178
11332 msgid "handling for missing objects"
11333 msgstr ""
11334
11335 #: builtin/pack-objects.c:3181
11336 msgid "do not pack objects in promisor packfiles"
11337 msgstr ""
11338
11339 #: builtin/pack-objects.c:3205
11340 #, c-format
11341 msgid "delta chain depth %d is too deep, forcing %d"
11342 msgstr ""
11343
11344 #: builtin/pack-objects.c:3210
11345 #, c-format
11346 msgid "pack.deltaCacheLimit is too high, forcing %d"
11347 msgstr ""
11348
11349 #: builtin/pack-objects.c:3338
11350 msgid "Enumerating objects"
11351 msgstr ""
11352
11353 #: builtin/pack-refs.c:7
11354 msgid "git pack-refs [<options>]"
11355 msgstr ""
11356
11357 #: builtin/pack-refs.c:15
11358 msgid "pack everything"
11359 msgstr ""
11360
11361 #: builtin/pack-refs.c:16
11362 msgid "prune loose refs (default)"
11363 msgstr ""
11364
11365 #: builtin/prune-packed.c:8
11366 msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
11367 msgstr ""
11368
11369 #: builtin/prune-packed.c:41
11370 msgid "Removing duplicate objects"
11371 msgstr ""
11372
11373 #: builtin/prune.c:11
11374 msgid "git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"
11375 msgstr ""
11376
11377 #: builtin/prune.c:108
11378 msgid "report pruned objects"
11379 msgstr ""
11380
11381 #: builtin/prune.c:111
11382 msgid "expire objects older than <time>"
11383 msgstr ""
11384
11385 #: builtin/prune.c:113
11386 msgid "limit traversal to objects outside promisor packfiles"
11387 msgstr ""
11388
11389 #: builtin/prune.c:127
11390 msgid "cannot prune in a precious-objects repo"
11391 msgstr ""
11392
11393 #: builtin/pull.c:59 builtin/pull.c:61
11394 #, c-format
11395 msgid "Invalid value for %s: %s"
11396 msgstr ""
11397
11398 #: builtin/pull.c:81
11399 msgid "git pull [<options>] [<repository> [<refspec>...]]"
11400 msgstr ""
11401
11402 #: builtin/pull.c:132
11403 msgid "control for recursive fetching of submodules"
11404 msgstr ""
11405
11406 #: builtin/pull.c:136
11407 msgid "Options related to merging"
11408 msgstr ""
11409
11410 #: builtin/pull.c:139
11411 msgid "incorporate changes by rebasing rather than merging"
11412 msgstr ""
11413
11414 #: builtin/pull.c:166 builtin/rebase--helper.c:23 builtin/revert.c:121
11415 msgid "allow fast-forward"
11416 msgstr ""
11417
11418 #: builtin/pull.c:175
11419 msgid "automatically stash/stash pop before and after rebase"
11420 msgstr ""
11421
11422 #: builtin/pull.c:191
11423 msgid "Options related to fetching"
11424 msgstr ""
11425
11426 #: builtin/pull.c:209
11427 msgid "number of submodules pulled in parallel"
11428 msgstr ""
11429
11430 #: builtin/pull.c:304
11431 #, c-format
11432 msgid "Invalid value for pull.ff: %s"
11433 msgstr ""
11434
11435 #: builtin/pull.c:420
11436 msgid ""
11437 "There is no candidate for rebasing against among the refs that you just "
11438 "fetched."
11439 msgstr ""
11440
11441 #: builtin/pull.c:422
11442 msgid ""
11443 "There are no candidates for merging among the refs that you just fetched."
11444 msgstr ""
11445
11446 #: builtin/pull.c:423
11447 msgid ""
11448 "Generally this means that you provided a wildcard refspec which had no\n"
11449 "matches on the remote end."
11450 msgstr ""
11451
11452 #: builtin/pull.c:426
11453 #, c-format
11454 msgid ""
11455 "You asked to pull from the remote '%s', but did not specify\n"
11456 "a branch. Because this is not the default configured remote\n"
11457 "for your current branch, you must specify a branch on the command line."
11458 msgstr ""
11459
11460 #: builtin/pull.c:431 git-parse-remote.sh:73
11461 msgid "You are not currently on a branch."
11462 msgstr ""
11463
11464 #: builtin/pull.c:433 builtin/pull.c:448 git-parse-remote.sh:79
11465 msgid "Please specify which branch you want to rebase against."
11466 msgstr ""
11467
11468 #: builtin/pull.c:435 builtin/pull.c:450 git-parse-remote.sh:82
11469 msgid "Please specify which branch you want to merge with."
11470 msgstr ""
11471
11472 #: builtin/pull.c:436 builtin/pull.c:451
11473 msgid "See git-pull(1) for details."
11474 msgstr ""
11475
11476 #: builtin/pull.c:438 builtin/pull.c:444 builtin/pull.c:453
11477 #: git-parse-remote.sh:64
11478 msgid "<remote>"
11479 msgstr ""
11480
11481 #: builtin/pull.c:438 builtin/pull.c:453 builtin/pull.c:458 git-rebase.sh:523
11482 #: git-parse-remote.sh:65
11483 msgid "<branch>"
11484 msgstr ""
11485
11486 #: builtin/pull.c:446 git-parse-remote.sh:75
11487 msgid "There is no tracking information for the current branch."
11488 msgstr ""
11489
11490 #: builtin/pull.c:455 git-parse-remote.sh:95
11491 msgid ""
11492 "If you wish to set tracking information for this branch you can do so with:"
11493 msgstr ""
11494
11495 #: builtin/pull.c:460
11496 #, c-format
11497 msgid ""
11498 "Your configuration specifies to merge with the ref '%s'\n"
11499 "from the remote, but no such ref was fetched."
11500 msgstr ""
11501
11502 #: builtin/pull.c:826
11503 msgid "ignoring --verify-signatures for rebase"
11504 msgstr ""
11505
11506 #: builtin/pull.c:874
11507 msgid "--[no-]autostash option is only valid with --rebase."
11508 msgstr ""
11509
11510 #: builtin/pull.c:882
11511 msgid "Updating an unborn branch with changes added to the index."
11512 msgstr ""
11513
11514 #: builtin/pull.c:885
11515 msgid "pull with rebase"
11516 msgstr ""
11517
11518 #: builtin/pull.c:886
11519 msgid "please commit or stash them."
11520 msgstr ""
11521
11522 #: builtin/pull.c:911
11523 #, c-format
11524 msgid ""
11525 "fetch updated the current branch head.\n"
11526 "fast-forwarding your working tree from\n"
11527 "commit %s."
11528 msgstr ""
11529
11530 #: builtin/pull.c:916
11531 #, c-format
11532 msgid ""
11533 "Cannot fast-forward your working tree.\n"
11534 "After making sure that you saved anything precious from\n"
11535 "$ git diff %s\n"
11536 "output, run\n"
11537 "$ git reset --hard\n"
11538 "to recover."
11539 msgstr ""
11540
11541 #: builtin/pull.c:931
11542 msgid "Cannot merge multiple branches into empty head."
11543 msgstr ""
11544
11545 #: builtin/pull.c:935
11546 msgid "Cannot rebase onto multiple branches."
11547 msgstr ""
11548
11549 #: builtin/pull.c:942
11550 msgid "cannot rebase with locally recorded submodule modifications"
11551 msgstr ""
11552
11553 #: builtin/push.c:19
11554 msgid "git push [<options>] [<repository> [<refspec>...]]"
11555 msgstr ""
11556
11557 #: builtin/push.c:111
11558 msgid "tag shorthand without <tag>"
11559 msgstr ""
11560
11561 #: builtin/push.c:121
11562 msgid "--delete only accepts plain target ref names"
11563 msgstr ""
11564
11565 #: builtin/push.c:165
11566 msgid ""
11567 "\n"
11568 "To choose either option permanently, see push.default in 'git help config'."
11569 msgstr ""
11570
11571 #: builtin/push.c:168
11572 #, c-format
11573 msgid ""
11574 "The upstream branch of your current branch does not match\n"
11575 "the name of your current branch. To push to the upstream branch\n"
11576 "on the remote, use\n"
11577 "\n"
11578 " git push %s HEAD:%s\n"
11579 "\n"
11580 "To push to the branch of the same name on the remote, use\n"
11581 "\n"
11582 " git push %s %s\n"
11583 "%s"
11584 msgstr ""
11585
11586 #: builtin/push.c:183
11587 #, c-format
11588 msgid ""
11589 "You are not currently on a branch.\n"
11590 "To push the history leading to the current (detached HEAD)\n"
11591 "state now, use\n"
11592 "\n"
11593 " git push %s HEAD:<name-of-remote-branch>\n"
11594 msgstr ""
11595
11596 #: builtin/push.c:197
11597 #, c-format
11598 msgid ""
11599 "The current branch %s has no upstream branch.\n"
11600 "To push the current branch and set the remote as upstream, use\n"
11601 "\n"
11602 " git push --set-upstream %s %s\n"
11603 msgstr ""
11604
11605 #: builtin/push.c:205
11606 #, c-format
11607 msgid "The current branch %s has multiple upstream branches, refusing to push."
11608 msgstr ""
11609
11610 #: builtin/push.c:208
11611 #, c-format
11612 msgid ""
11613 "You are pushing to remote '%s', which is not the upstream of\n"
11614 "your current branch '%s', without telling me what to push\n"
11615 "to update which remote branch."
11616 msgstr ""
11617
11618 #: builtin/push.c:267
11619 msgid ""
11620 "You didn't specify any refspecs to push, and push.default is \"nothing\"."
11621 msgstr ""
11622
11623 #: builtin/push.c:274
11624 msgid ""
11625 "Updates were rejected because the tip of your current branch is behind\n"
11626 "its remote counterpart. Integrate the remote changes (e.g.\n"
11627 "'git pull ...') before pushing again.\n"
11628 "See the 'Note about fast-forwards' in 'git push --help' for details."
11629 msgstr ""
11630
11631 #: builtin/push.c:280
11632 msgid ""
11633 "Updates were rejected because a pushed branch tip is behind its remote\n"
11634 "counterpart. Check out this branch and integrate the remote changes\n"
11635 "(e.g. 'git pull ...') before pushing again.\n"
11636 "See the 'Note about fast-forwards' in 'git push --help' for details."
11637 msgstr ""
11638
11639 #: builtin/push.c:286
11640 msgid ""
11641 "Updates were rejected because the remote contains work that you do\n"
11642 "not have locally. This is usually caused by another repository pushing\n"
11643 "to the same ref. You may want to first integrate the remote changes\n"
11644 "(e.g., 'git pull ...') before pushing again.\n"
11645 "See the 'Note about fast-forwards' in 'git push --help' for details."
11646 msgstr ""
11647
11648 #: builtin/push.c:293
11649 msgid "Updates were rejected because the tag already exists in the remote."
11650 msgstr ""
11651
11652 #: builtin/push.c:296
11653 msgid ""
11654 "You cannot update a remote ref that points at a non-commit object,\n"
11655 "or update a remote ref to make it point at a non-commit object,\n"
11656 "without using the '--force' option.\n"
11657 msgstr ""
11658
11659 #: builtin/push.c:357
11660 #, c-format
11661 msgid "Pushing to %s\n"
11662 msgstr ""
11663
11664 #: builtin/push.c:361
11665 #, c-format
11666 msgid "failed to push some refs to '%s'"
11667 msgstr ""
11668
11669 #: builtin/push.c:395
11670 #, c-format
11671 msgid "bad repository '%s'"
11672 msgstr ""
11673
11674 #: builtin/push.c:396
11675 msgid ""
11676 "No configured push destination.\n"
11677 "Either specify the URL from the command-line or configure a remote "
11678 "repository using\n"
11679 "\n"
11680 " git remote add <name> <url>\n"
11681 "\n"
11682 "and then push using the remote name\n"
11683 "\n"
11684 " git push <name>\n"
11685 msgstr ""
11686
11687 #: builtin/push.c:551
11688 msgid "repository"
11689 msgstr ""
11690
11691 #: builtin/push.c:552 builtin/send-pack.c:164
11692 msgid "push all refs"
11693 msgstr ""
11694
11695 #: builtin/push.c:553 builtin/send-pack.c:166
11696 msgid "mirror all refs"
11697 msgstr ""
11698
11699 #: builtin/push.c:555
11700 msgid "delete refs"
11701 msgstr ""
11702
11703 #: builtin/push.c:556
11704 msgid "push tags (can't be used with --all or --mirror)"
11705 msgstr ""
11706
11707 #: builtin/push.c:559 builtin/send-pack.c:167
11708 msgid "force updates"
11709 msgstr ""
11710
11711 #: builtin/push.c:561 builtin/send-pack.c:181
11712 msgid "refname>:<expect"
11713 msgstr ""
11714
11715 #: builtin/push.c:562 builtin/send-pack.c:182
11716 msgid "require old value of ref to be at this value"
11717 msgstr ""
11718
11719 #: builtin/push.c:565
11720 msgid "control recursive pushing of submodules"
11721 msgstr ""
11722
11723 #: builtin/push.c:567 builtin/send-pack.c:175
11724 msgid "use thin pack"
11725 msgstr ""
11726
11727 #: builtin/push.c:568 builtin/push.c:569 builtin/send-pack.c:161
11728 #: builtin/send-pack.c:162
11729 msgid "receive pack program"
11730 msgstr ""
11731
11732 #: builtin/push.c:570
11733 msgid "set upstream for git pull/status"
11734 msgstr ""
11735
11736 #: builtin/push.c:573
11737 msgid "prune locally removed refs"
11738 msgstr ""
11739
11740 #: builtin/push.c:575
11741 msgid "bypass pre-push hook"
11742 msgstr ""
11743
11744 #: builtin/push.c:576
11745 msgid "push missing but relevant tags"
11746 msgstr ""
11747
11748 #: builtin/push.c:579 builtin/send-pack.c:169
11749 msgid "GPG sign the push"
11750 msgstr ""
11751
11752 #: builtin/push.c:581 builtin/send-pack.c:176
11753 msgid "request atomic transaction on remote side"
11754 msgstr ""
11755
11756 #: builtin/push.c:599
11757 msgid "--delete is incompatible with --all, --mirror and --tags"
11758 msgstr ""
11759
11760 #: builtin/push.c:601
11761 msgid "--delete doesn't make sense without any refs"
11762 msgstr ""
11763
11764 #: builtin/push.c:604
11765 msgid "--all and --tags are incompatible"
11766 msgstr ""
11767
11768 #: builtin/push.c:606
11769 msgid "--all can't be combined with refspecs"
11770 msgstr ""
11771
11772 #: builtin/push.c:610
11773 msgid "--mirror and --tags are incompatible"
11774 msgstr ""
11775
11776 #: builtin/push.c:612
11777 msgid "--mirror can't be combined with refspecs"
11778 msgstr ""
11779
11780 #: builtin/push.c:615
11781 msgid "--all and --mirror are incompatible"
11782 msgstr ""
11783
11784 #: builtin/push.c:634
11785 msgid "push options must not have new line characters"
11786 msgstr ""
11787
11788 #: builtin/read-tree.c:40
11789 msgid ""
11790 "git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
11791 "[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
11792 "index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
11793 msgstr ""
11794
11795 #: builtin/read-tree.c:120
11796 msgid "write resulting index to <file>"
11797 msgstr ""
11798
11799 #: builtin/read-tree.c:123
11800 msgid "only empty the index"
11801 msgstr ""
11802
11803 #: builtin/read-tree.c:125
11804 msgid "Merging"
11805 msgstr ""
11806
11807 #: builtin/read-tree.c:127
11808 msgid "perform a merge in addition to a read"
11809 msgstr ""
11810
11811 #: builtin/read-tree.c:129
11812 msgid "3-way merge if no file level merging required"
11813 msgstr ""
11814
11815 #: builtin/read-tree.c:131
11816 msgid "3-way merge in presence of adds and removes"
11817 msgstr ""
11818
11819 #: builtin/read-tree.c:133
11820 msgid "same as -m, but discard unmerged entries"
11821 msgstr ""
11822
11823 #: builtin/read-tree.c:134
11824 msgid "<subdirectory>/"
11825 msgstr ""
11826
11827 #: builtin/read-tree.c:135
11828 msgid "read the tree into the index under <subdirectory>/"
11829 msgstr ""
11830
11831 #: builtin/read-tree.c:138
11832 msgid "update working tree with merge result"
11833 msgstr ""
11834
11835 #: builtin/read-tree.c:140
11836 msgid "gitignore"
11837 msgstr ""
11838
11839 #: builtin/read-tree.c:141
11840 msgid "allow explicitly ignored files to be overwritten"
11841 msgstr ""
11842
11843 #: builtin/read-tree.c:144
11844 msgid "don't check the working tree after merging"
11845 msgstr ""
11846
11847 #: builtin/read-tree.c:145
11848 msgid "don't update the index or the work tree"
11849 msgstr ""
11850
11851 #: builtin/read-tree.c:147
11852 msgid "skip applying sparse checkout filter"
11853 msgstr ""
11854
11855 #: builtin/read-tree.c:149
11856 msgid "debug unpack-trees"
11857 msgstr ""
11858
11859 #: builtin/rebase--helper.c:8
11860 msgid "git rebase--helper [<options>]"
11861 msgstr ""
11862
11863 #: builtin/rebase--helper.c:24
11864 msgid "keep empty commits"
11865 msgstr ""
11866
11867 #: builtin/rebase--helper.c:26 builtin/revert.c:123
11868 msgid "allow commits with empty messages"
11869 msgstr ""
11870
11871 #: builtin/rebase--helper.c:27
11872 msgid "rebase merge commits"
11873 msgstr ""
11874
11875 #: builtin/rebase--helper.c:29
11876 msgid "keep original branch points of cousins"
11877 msgstr ""
11878
11879 #: builtin/rebase--helper.c:30
11880 msgid "continue rebase"
11881 msgstr ""
11882
11883 #: builtin/rebase--helper.c:32
11884 msgid "abort rebase"
11885 msgstr ""
11886
11887 #: builtin/rebase--helper.c:35
11888 msgid "make rebase script"
11889 msgstr ""
11890
11891 #: builtin/rebase--helper.c:37
11892 msgid "shorten commit ids in the todo list"
11893 msgstr ""
11894
11895 #: builtin/rebase--helper.c:39
11896 msgid "expand commit ids in the todo list"
11897 msgstr ""
11898
11899 #: builtin/rebase--helper.c:41
11900 msgid "check the todo list"
11901 msgstr ""
11902
11903 #: builtin/rebase--helper.c:43
11904 msgid "skip unnecessary picks"
11905 msgstr ""
11906
11907 #: builtin/rebase--helper.c:45
11908 msgid "rearrange fixup/squash lines"
11909 msgstr ""
11910
11911 #: builtin/rebase--helper.c:47
11912 msgid "insert exec commands in todo list"
11913 msgstr ""
11914
11915 #: builtin/rebase--helper.c:68
11916 msgid "--[no-]rebase-cousins has no effect without --rebase-merges"
11917 msgstr ""
11918
11919 #: builtin/receive-pack.c:31
11920 msgid "git receive-pack <git-dir>"
11921 msgstr ""
11922
11923 #: builtin/receive-pack.c:842
11924 msgid ""
11925 "By default, updating the current branch in a non-bare repository\n"
11926 "is denied, because it will make the index and work tree inconsistent\n"
11927 "with what you pushed, and will require 'git reset --hard' to match\n"
11928 "the work tree to HEAD.\n"
11929 "\n"
11930 "You can set the 'receive.denyCurrentBranch' configuration variable\n"
11931 "to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
11932 "its current branch; however, this is not recommended unless you\n"
11933 "arranged to update its work tree to match what you pushed in some\n"
11934 "other way.\n"
11935 "\n"
11936 "To squelch this message and still keep the default behaviour, set\n"
11937 "'receive.denyCurrentBranch' configuration variable to 'refuse'."
11938 msgstr ""
11939
11940 #: builtin/receive-pack.c:862
11941 msgid ""
11942 "By default, deleting the current branch is denied, because the next\n"
11943 "'git clone' won't result in any file checked out, causing confusion.\n"
11944 "\n"
11945 "You can set 'receive.denyDeleteCurrent' configuration variable to\n"
11946 "'warn' or 'ignore' in the remote repository to allow deleting the\n"
11947 "current branch, with or without a warning message.\n"
11948 "\n"
11949 "To squelch this message, you can set it to 'refuse'."
11950 msgstr ""
11951
11952 #: builtin/receive-pack.c:1935
11953 msgid "quiet"
11954 msgstr ""
11955
11956 #: builtin/receive-pack.c:1949
11957 msgid "You must specify a directory."
11958 msgstr ""
11959
11960 #: builtin/reflog.c:532 builtin/reflog.c:537
11961 #, c-format
11962 msgid "'%s' is not a valid timestamp"
11963 msgstr ""
11964
11965 #: builtin/remote.c:14
11966 msgid "git remote [-v | --verbose]"
11967 msgstr ""
11968
11969 #: builtin/remote.c:15
11970 msgid ""
11971 "git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
11972 "mirror=<fetch|push>] <name> <url>"
11973 msgstr ""
11974
11975 #: builtin/remote.c:16 builtin/remote.c:36
11976 msgid "git remote rename <old> <new>"
11977 msgstr ""
11978
11979 #: builtin/remote.c:17 builtin/remote.c:41
11980 msgid "git remote remove <name>"
11981 msgstr ""
11982
11983 #: builtin/remote.c:18 builtin/remote.c:46
11984 msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
11985 msgstr ""
11986
11987 #: builtin/remote.c:19
11988 msgid "git remote [-v | --verbose] show [-n] <name>"
11989 msgstr ""
11990
11991 #: builtin/remote.c:20
11992 msgid "git remote prune [-n | --dry-run] <name>"
11993 msgstr ""
11994
11995 #: builtin/remote.c:21
11996 msgid ""
11997 "git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
11998 msgstr ""
11999
12000 #: builtin/remote.c:22
12001 msgid "git remote set-branches [--add] <name> <branch>..."
12002 msgstr ""
12003
12004 #: builtin/remote.c:23 builtin/remote.c:72
12005 msgid "git remote get-url [--push] [--all] <name>"
12006 msgstr ""
12007
12008 #: builtin/remote.c:24 builtin/remote.c:77
12009 msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
12010 msgstr ""
12011
12012 #: builtin/remote.c:25 builtin/remote.c:78
12013 msgid "git remote set-url --add <name> <newurl>"
12014 msgstr ""
12015
12016 #: builtin/remote.c:26 builtin/remote.c:79
12017 msgid "git remote set-url --delete <name> <url>"
12018 msgstr ""
12019
12020 #: builtin/remote.c:31
12021 msgid "git remote add [<options>] <name> <url>"
12022 msgstr ""
12023
12024 #: builtin/remote.c:51
12025 msgid "git remote set-branches <name> <branch>..."
12026 msgstr ""
12027
12028 #: builtin/remote.c:52
12029 msgid "git remote set-branches --add <name> <branch>..."
12030 msgstr ""
12031
12032 #: builtin/remote.c:57
12033 msgid "git remote show [<options>] <name>"
12034 msgstr ""
12035
12036 #: builtin/remote.c:62
12037 msgid "git remote prune [<options>] <name>"
12038 msgstr ""
12039
12040 #: builtin/remote.c:67
12041 msgid "git remote update [<options>] [<group> | <remote>]..."
12042 msgstr ""
12043
12044 #: builtin/remote.c:96
12045 #, c-format
12046 msgid "Updating %s"
12047 msgstr ""
12048
12049 #: builtin/remote.c:128
12050 msgid ""
12051 "--mirror is dangerous and deprecated; please\n"
12052 "\t use --mirror=fetch or --mirror=push instead"
12053 msgstr ""
12054
12055 #: builtin/remote.c:145
12056 #, c-format
12057 msgid "unknown mirror argument: %s"
12058 msgstr ""
12059
12060 #: builtin/remote.c:161
12061 msgid "fetch the remote branches"
12062 msgstr ""
12063
12064 #: builtin/remote.c:163
12065 msgid "import all tags and associated objects when fetching"
12066 msgstr ""
12067
12068 #: builtin/remote.c:166
12069 msgid "or do not fetch any tag at all (--no-tags)"
12070 msgstr ""
12071
12072 #: builtin/remote.c:168
12073 msgid "branch(es) to track"
12074 msgstr ""
12075
12076 #: builtin/remote.c:169
12077 msgid "master branch"
12078 msgstr ""
12079
12080 #: builtin/remote.c:170
12081 msgid "push|fetch"
12082 msgstr ""
12083
12084 #: builtin/remote.c:171
12085 msgid "set up remote as a mirror to push to or fetch from"
12086 msgstr ""
12087
12088 #: builtin/remote.c:183
12089 msgid "specifying a master branch makes no sense with --mirror"
12090 msgstr ""
12091
12092 #: builtin/remote.c:185
12093 msgid "specifying branches to track makes sense only with fetch mirrors"
12094 msgstr ""
12095
12096 #: builtin/remote.c:192 builtin/remote.c:634
12097 #, c-format
12098 msgid "remote %s already exists."
12099 msgstr ""
12100
12101 #: builtin/remote.c:196 builtin/remote.c:638
12102 #, c-format
12103 msgid "'%s' is not a valid remote name"
12104 msgstr ""
12105
12106 #: builtin/remote.c:236
12107 #, c-format
12108 msgid "Could not setup master '%s'"
12109 msgstr ""
12110
12111 #: builtin/remote.c:342
12112 #, c-format
12113 msgid "Could not get fetch map for refspec %s"
12114 msgstr ""
12115
12116 #: builtin/remote.c:441 builtin/remote.c:449
12117 msgid "(matching)"
12118 msgstr ""
12119
12120 #: builtin/remote.c:453
12121 msgid "(delete)"
12122 msgstr ""
12123
12124 #: builtin/remote.c:627 builtin/remote.c:762 builtin/remote.c:861
12125 #, c-format
12126 msgid "No such remote: %s"
12127 msgstr ""
12128
12129 #: builtin/remote.c:644
12130 #, c-format
12131 msgid "Could not rename config section '%s' to '%s'"
12132 msgstr ""
12133
12134 #: builtin/remote.c:664
12135 #, c-format
12136 msgid ""
12137 "Not updating non-default fetch refspec\n"
12138 "\t%s\n"
12139 "\tPlease update the configuration manually if necessary."
12140 msgstr ""
12141
12142 #: builtin/remote.c:700
12143 #, c-format
12144 msgid "deleting '%s' failed"
12145 msgstr ""
12146
12147 #: builtin/remote.c:734
12148 #, c-format
12149 msgid "creating '%s' failed"
12150 msgstr ""
12151
12152 #: builtin/remote.c:799
12153 msgid ""
12154 "Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
12155 "to delete it, use:"
12156 msgid_plural ""
12157 "Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
12158 "to delete them, use:"
12159 msgstr[0] ""
12160 msgstr[1] ""
12161
12162 #: builtin/remote.c:813
12163 #, c-format
12164 msgid "Could not remove config section '%s'"
12165 msgstr ""
12166
12167 #: builtin/remote.c:914
12168 #, c-format
12169 msgid " new (next fetch will store in remotes/%s)"
12170 msgstr ""
12171
12172 #: builtin/remote.c:917
12173 msgid " tracked"
12174 msgstr ""
12175
12176 #: builtin/remote.c:919
12177 msgid " stale (use 'git remote prune' to remove)"
12178 msgstr ""
12179
12180 #: builtin/remote.c:921
12181 msgid " ???"
12182 msgstr ""
12183
12184 #: builtin/remote.c:962
12185 #, c-format
12186 msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
12187 msgstr ""
12188
12189 #: builtin/remote.c:971
12190 #, c-format
12191 msgid "rebases interactively onto remote %s"
12192 msgstr ""
12193
12194 #: builtin/remote.c:973
12195 #, c-format
12196 msgid "rebases interactively (with merges) onto remote %s"
12197 msgstr ""
12198
12199 #: builtin/remote.c:976
12200 #, c-format
12201 msgid "rebases onto remote %s"
12202 msgstr ""
12203
12204 #: builtin/remote.c:980
12205 #, c-format
12206 msgid " merges with remote %s"
12207 msgstr ""
12208
12209 #: builtin/remote.c:983
12210 #, c-format
12211 msgid "merges with remote %s"
12212 msgstr ""
12213
12214 #: builtin/remote.c:986
12215 #, c-format
12216 msgid "%-*s and with remote %s\n"
12217 msgstr ""
12218
12219 #: builtin/remote.c:1029
12220 msgid "create"
12221 msgstr ""
12222
12223 #: builtin/remote.c:1032
12224 msgid "delete"
12225 msgstr ""
12226
12227 #: builtin/remote.c:1036
12228 msgid "up to date"
12229 msgstr ""
12230
12231 #: builtin/remote.c:1039
12232 msgid "fast-forwardable"
12233 msgstr ""
12234
12235 #: builtin/remote.c:1042
12236 msgid "local out of date"
12237 msgstr ""
12238
12239 #: builtin/remote.c:1049
12240 #, c-format
12241 msgid " %-*s forces to %-*s (%s)"
12242 msgstr ""
12243
12244 #: builtin/remote.c:1052
12245 #, c-format
12246 msgid " %-*s pushes to %-*s (%s)"
12247 msgstr ""
12248
12249 #: builtin/remote.c:1056
12250 #, c-format
12251 msgid " %-*s forces to %s"
12252 msgstr ""
12253
12254 #: builtin/remote.c:1059
12255 #, c-format
12256 msgid " %-*s pushes to %s"
12257 msgstr ""
12258
12259 #: builtin/remote.c:1127
12260 msgid "do not query remotes"
12261 msgstr ""
12262
12263 #: builtin/remote.c:1154
12264 #, c-format
12265 msgid "* remote %s"
12266 msgstr ""
12267
12268 #: builtin/remote.c:1155
12269 #, c-format
12270 msgid " Fetch URL: %s"
12271 msgstr ""
12272
12273 #: builtin/remote.c:1156 builtin/remote.c:1172 builtin/remote.c:1311
12274 msgid "(no URL)"
12275 msgstr ""
12276
12277 #. TRANSLATORS: the colon ':' should align
12278 #. with the one in " Fetch URL: %s"
12279 #. translation.
12280 #.
12281 #: builtin/remote.c:1170 builtin/remote.c:1172
12282 #, c-format
12283 msgid " Push URL: %s"
12284 msgstr ""
12285
12286 #: builtin/remote.c:1174 builtin/remote.c:1176 builtin/remote.c:1178
12287 #, c-format
12288 msgid " HEAD branch: %s"
12289 msgstr ""
12290
12291 #: builtin/remote.c:1174
12292 msgid "(not queried)"
12293 msgstr ""
12294
12295 #: builtin/remote.c:1176
12296 msgid "(unknown)"
12297 msgstr ""
12298
12299 #: builtin/remote.c:1180
12300 #, c-format
12301 msgid ""
12302 " HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
12303 msgstr ""
12304
12305 #: builtin/remote.c:1192
12306 #, c-format
12307 msgid " Remote branch:%s"
12308 msgid_plural " Remote branches:%s"
12309 msgstr[0] ""
12310 msgstr[1] ""
12311
12312 #: builtin/remote.c:1195 builtin/remote.c:1221
12313 msgid " (status not queried)"
12314 msgstr ""
12315
12316 #: builtin/remote.c:1204
12317 msgid " Local branch configured for 'git pull':"
12318 msgid_plural " Local branches configured for 'git pull':"
12319 msgstr[0] ""
12320 msgstr[1] ""
12321
12322 #: builtin/remote.c:1212
12323 msgid " Local refs will be mirrored by 'git push'"
12324 msgstr ""
12325
12326 #: builtin/remote.c:1218
12327 #, c-format
12328 msgid " Local ref configured for 'git push'%s:"
12329 msgid_plural " Local refs configured for 'git push'%s:"
12330 msgstr[0] ""
12331 msgstr[1] ""
12332
12333 #: builtin/remote.c:1239
12334 msgid "set refs/remotes/<name>/HEAD according to remote"
12335 msgstr ""
12336
12337 #: builtin/remote.c:1241
12338 msgid "delete refs/remotes/<name>/HEAD"
12339 msgstr ""
12340
12341 #: builtin/remote.c:1256
12342 msgid "Cannot determine remote HEAD"
12343 msgstr ""
12344
12345 #: builtin/remote.c:1258
12346 msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
12347 msgstr ""
12348
12349 #: builtin/remote.c:1268
12350 #, c-format
12351 msgid "Could not delete %s"
12352 msgstr ""
12353
12354 #: builtin/remote.c:1276
12355 #, c-format
12356 msgid "Not a valid ref: %s"
12357 msgstr ""
12358
12359 #: builtin/remote.c:1278
12360 #, c-format
12361 msgid "Could not setup %s"
12362 msgstr ""
12363
12364 #: builtin/remote.c:1296
12365 #, c-format
12366 msgid " %s will become dangling!"
12367 msgstr ""
12368
12369 #: builtin/remote.c:1297
12370 #, c-format
12371 msgid " %s has become dangling!"
12372 msgstr ""
12373
12374 #: builtin/remote.c:1307
12375 #, c-format
12376 msgid "Pruning %s"
12377 msgstr ""
12378
12379 #: builtin/remote.c:1308
12380 #, c-format
12381 msgid "URL: %s"
12382 msgstr ""
12383
12384 #: builtin/remote.c:1324
12385 #, c-format
12386 msgid " * [would prune] %s"
12387 msgstr ""
12388
12389 #: builtin/remote.c:1327
12390 #, c-format
12391 msgid " * [pruned] %s"
12392 msgstr ""
12393
12394 #: builtin/remote.c:1372
12395 msgid "prune remotes after fetching"
12396 msgstr ""
12397
12398 #: builtin/remote.c:1435 builtin/remote.c:1489 builtin/remote.c:1557
12399 #, c-format
12400 msgid "No such remote '%s'"
12401 msgstr ""
12402
12403 #: builtin/remote.c:1451
12404 msgid "add branch"
12405 msgstr ""
12406
12407 #: builtin/remote.c:1458
12408 msgid "no remote specified"
12409 msgstr ""
12410
12411 #: builtin/remote.c:1475
12412 msgid "query push URLs rather than fetch URLs"
12413 msgstr ""
12414
12415 #: builtin/remote.c:1477
12416 msgid "return all URLs"
12417 msgstr ""
12418
12419 #: builtin/remote.c:1505
12420 #, c-format
12421 msgid "no URLs configured for remote '%s'"
12422 msgstr ""
12423
12424 #: builtin/remote.c:1531
12425 msgid "manipulate push URLs"
12426 msgstr ""
12427
12428 #: builtin/remote.c:1533
12429 msgid "add URL"
12430 msgstr ""
12431
12432 #: builtin/remote.c:1535
12433 msgid "delete URLs"
12434 msgstr ""
12435
12436 #: builtin/remote.c:1542
12437 msgid "--add --delete doesn't make sense"
12438 msgstr ""
12439
12440 #: builtin/remote.c:1581
12441 #, c-format
12442 msgid "Invalid old URL pattern: %s"
12443 msgstr ""
12444
12445 #: builtin/remote.c:1589
12446 #, c-format
12447 msgid "No such URL found: %s"
12448 msgstr ""
12449
12450 #: builtin/remote.c:1591
12451 msgid "Will not delete all non-push URLs"
12452 msgstr ""
12453
12454 #: builtin/remote.c:1607
12455 msgid "be verbose; must be placed before a subcommand"
12456 msgstr ""
12457
12458 #: builtin/remote.c:1638
12459 #, c-format
12460 msgid "Unknown subcommand: %s"
12461 msgstr ""
12462
12463 #: builtin/repack.c:18
12464 msgid "git repack [<options>]"
12465 msgstr ""
12466
12467 #: builtin/repack.c:23
12468 msgid ""
12469 "Incremental repacks are incompatible with bitmap indexes. Use\n"
12470 "--no-write-bitmap-index or disable the pack.writebitmaps configuration."
12471 msgstr ""
12472
12473 #: builtin/repack.c:180
12474 msgid "pack everything in a single pack"
12475 msgstr ""
12476
12477 #: builtin/repack.c:182
12478 msgid "same as -a, and turn unreachable objects loose"
12479 msgstr ""
12480
12481 #: builtin/repack.c:185
12482 msgid "remove redundant packs, and run git-prune-packed"
12483 msgstr ""
12484
12485 #: builtin/repack.c:187
12486 msgid "pass --no-reuse-delta to git-pack-objects"
12487 msgstr ""
12488
12489 #: builtin/repack.c:189
12490 msgid "pass --no-reuse-object to git-pack-objects"
12491 msgstr ""
12492
12493 #: builtin/repack.c:191
12494 msgid "do not run git-update-server-info"
12495 msgstr ""
12496
12497 #: builtin/repack.c:194
12498 msgid "pass --local to git-pack-objects"
12499 msgstr ""
12500
12501 #: builtin/repack.c:196
12502 msgid "write bitmap index"
12503 msgstr ""
12504
12505 #: builtin/repack.c:197
12506 msgid "approxidate"
12507 msgstr ""
12508
12509 #: builtin/repack.c:198
12510 msgid "with -A, do not loosen objects older than this"
12511 msgstr ""
12512
12513 #: builtin/repack.c:200
12514 msgid "with -a, repack unreachable objects"
12515 msgstr ""
12516
12517 #: builtin/repack.c:202
12518 msgid "size of the window used for delta compression"
12519 msgstr ""
12520
12521 #: builtin/repack.c:203 builtin/repack.c:209
12522 msgid "bytes"
12523 msgstr ""
12524
12525 #: builtin/repack.c:204
12526 msgid "same as the above, but limit memory size instead of entries count"
12527 msgstr ""
12528
12529 #: builtin/repack.c:206
12530 msgid "limits the maximum delta depth"
12531 msgstr ""
12532
12533 #: builtin/repack.c:208
12534 msgid "limits the maximum number of threads"
12535 msgstr ""
12536
12537 #: builtin/repack.c:210
12538 msgid "maximum size of each packfile"
12539 msgstr ""
12540
12541 #: builtin/repack.c:212
12542 msgid "repack objects in packs marked with .keep"
12543 msgstr ""
12544
12545 #: builtin/repack.c:214
12546 msgid "do not repack this pack"
12547 msgstr ""
12548
12549 #: builtin/repack.c:224
12550 msgid "cannot delete packs in a precious-objects repo"
12551 msgstr ""
12552
12553 #: builtin/repack.c:228
12554 msgid "--keep-unreachable and -A are incompatible"
12555 msgstr ""
12556
12557 #: builtin/repack.c:425 builtin/worktree.c:139
12558 #, c-format
12559 msgid "failed to remove '%s'"
12560 msgstr ""
12561
12562 #: builtin/replace.c:22
12563 msgid "git replace [-f] <object> <replacement>"
12564 msgstr ""
12565
12566 #: builtin/replace.c:23
12567 msgid "git replace [-f] --edit <object>"
12568 msgstr ""
12569
12570 #: builtin/replace.c:24
12571 msgid "git replace [-f] --graft <commit> [<parent>...]"
12572 msgstr ""
12573
12574 #: builtin/replace.c:25
12575 msgid "git replace [-f] --convert-graft-file"
12576 msgstr ""
12577
12578 #: builtin/replace.c:26
12579 msgid "git replace -d <object>..."
12580 msgstr ""
12581
12582 #: builtin/replace.c:27
12583 msgid "git replace [--format=<format>] [-l [<pattern>]]"
12584 msgstr ""
12585
12586 #: builtin/replace.c:371 builtin/replace.c:415 builtin/replace.c:445
12587 #, c-format
12588 msgid "Not a valid object name: '%s'"
12589 msgstr ""
12590
12591 #: builtin/replace.c:407
12592 #, c-format
12593 msgid "bad mergetag in commit '%s'"
12594 msgstr ""
12595
12596 #: builtin/replace.c:409
12597 #, c-format
12598 msgid "malformed mergetag in commit '%s'"
12599 msgstr ""
12600
12601 #: builtin/replace.c:421
12602 #, c-format
12603 msgid ""
12604 "original commit '%s' contains mergetag '%s' that is discarded; use --edit "
12605 "instead of --graft"
12606 msgstr ""
12607
12608 #: builtin/replace.c:460
12609 #, c-format
12610 msgid "the original commit '%s' has a gpg signature."
12611 msgstr ""
12612
12613 #: builtin/replace.c:461
12614 msgid "the signature will be removed in the replacement commit!"
12615 msgstr ""
12616
12617 #: builtin/replace.c:471
12618 #, c-format
12619 msgid "could not write replacement commit for: '%s'"
12620 msgstr ""
12621
12622 #: builtin/replace.c:514
12623 #, c-format
12624 msgid ""
12625 "could not convert the following graft(s):\n"
12626 "%s"
12627 msgstr ""
12628
12629 #: builtin/replace.c:535
12630 msgid "list replace refs"
12631 msgstr ""
12632
12633 #: builtin/replace.c:536
12634 msgid "delete replace refs"
12635 msgstr ""
12636
12637 #: builtin/replace.c:537
12638 msgid "edit existing object"
12639 msgstr ""
12640
12641 #: builtin/replace.c:538
12642 msgid "change a commit's parents"
12643 msgstr ""
12644
12645 #: builtin/replace.c:539
12646 msgid "convert existing graft file"
12647 msgstr ""
12648
12649 #: builtin/replace.c:540
12650 msgid "replace the ref if it exists"
12651 msgstr ""
12652
12653 #: builtin/replace.c:542
12654 msgid "do not pretty-print contents for --edit"
12655 msgstr ""
12656
12657 #: builtin/replace.c:543
12658 msgid "use this format"
12659 msgstr ""
12660
12661 #: builtin/rerere.c:13
12662 msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
12663 msgstr ""
12664
12665 #: builtin/rerere.c:59
12666 msgid "register clean resolutions in index"
12667 msgstr ""
12668
12669 #: builtin/reset.c:29
12670 msgid ""
12671 "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
12672 msgstr ""
12673
12674 #: builtin/reset.c:30
12675 msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
12676 msgstr ""
12677
12678 #: builtin/reset.c:31
12679 msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
12680 msgstr ""
12681
12682 #: builtin/reset.c:37
12683 msgid "mixed"
12684 msgstr ""
12685
12686 #: builtin/reset.c:37
12687 msgid "soft"
12688 msgstr ""
12689
12690 #: builtin/reset.c:37
12691 msgid "hard"
12692 msgstr ""
12693
12694 #: builtin/reset.c:37
12695 msgid "merge"
12696 msgstr ""
12697
12698 #: builtin/reset.c:37
12699 msgid "keep"
12700 msgstr ""
12701
12702 #: builtin/reset.c:78
12703 msgid "You do not have a valid HEAD."
12704 msgstr ""
12705
12706 #: builtin/reset.c:80
12707 msgid "Failed to find tree of HEAD."
12708 msgstr ""
12709
12710 #: builtin/reset.c:86
12711 #, c-format
12712 msgid "Failed to find tree of %s."
12713 msgstr ""
12714
12715 #: builtin/reset.c:111
12716 #, c-format
12717 msgid "HEAD is now at %s"
12718 msgstr ""
12719
12720 #: builtin/reset.c:189
12721 #, c-format
12722 msgid "Cannot do a %s reset in the middle of a merge."
12723 msgstr ""
12724
12725 #: builtin/reset.c:289
12726 msgid "be quiet, only report errors"
12727 msgstr ""
12728
12729 #: builtin/reset.c:291
12730 msgid "reset HEAD and index"
12731 msgstr ""
12732
12733 #: builtin/reset.c:292
12734 msgid "reset only HEAD"
12735 msgstr ""
12736
12737 #: builtin/reset.c:294 builtin/reset.c:296
12738 msgid "reset HEAD, index and working tree"
12739 msgstr ""
12740
12741 #: builtin/reset.c:298
12742 msgid "reset HEAD but keep local changes"
12743 msgstr ""
12744
12745 #: builtin/reset.c:304
12746 msgid "record only the fact that removed paths will be added later"
12747 msgstr ""
12748
12749 #: builtin/reset.c:321
12750 #, c-format
12751 msgid "Failed to resolve '%s' as a valid revision."
12752 msgstr ""
12753
12754 #: builtin/reset.c:329
12755 #, c-format
12756 msgid "Failed to resolve '%s' as a valid tree."
12757 msgstr ""
12758
12759 #: builtin/reset.c:338
12760 msgid "--patch is incompatible with --{hard,mixed,soft}"
12761 msgstr ""
12762
12763 #: builtin/reset.c:347
12764 msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
12765 msgstr ""
12766
12767 #: builtin/reset.c:349
12768 #, c-format
12769 msgid "Cannot do %s reset with paths."
12770 msgstr ""
12771
12772 #: builtin/reset.c:359
12773 #, c-format
12774 msgid "%s reset is not allowed in a bare repository"
12775 msgstr ""
12776
12777 #: builtin/reset.c:363
12778 msgid "-N can only be used with --mixed"
12779 msgstr ""
12780
12781 #: builtin/reset.c:380
12782 msgid "Unstaged changes after reset:"
12783 msgstr ""
12784
12785 #: builtin/reset.c:386
12786 #, c-format
12787 msgid "Could not reset index file to revision '%s'."
12788 msgstr ""
12789
12790 #: builtin/reset.c:390
12791 msgid "Could not write new index file."
12792 msgstr ""
12793
12794 #: builtin/rev-list.c:397
12795 msgid "cannot combine --exclude-promisor-objects and --missing"
12796 msgstr ""
12797
12798 #: builtin/rev-list.c:455
12799 msgid "object filtering requires --objects"
12800 msgstr ""
12801
12802 #: builtin/rev-list.c:458
12803 #, c-format
12804 msgid "invalid sparse value '%s'"
12805 msgstr ""
12806
12807 #: builtin/rev-list.c:499
12808 msgid "rev-list does not support display of notes"
12809 msgstr ""
12810
12811 #: builtin/rev-list.c:502
12812 msgid "cannot combine --use-bitmap-index with object filtering"
12813 msgstr ""
12814
12815 #: builtin/rev-parse.c:402
12816 msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
12817 msgstr ""
12818
12819 #: builtin/rev-parse.c:407
12820 msgid "keep the `--` passed as an arg"
12821 msgstr ""
12822
12823 #: builtin/rev-parse.c:409
12824 msgid "stop parsing after the first non-option argument"
12825 msgstr ""
12826
12827 #: builtin/rev-parse.c:412
12828 msgid "output in stuck long form"
12829 msgstr ""
12830
12831 #: builtin/rev-parse.c:545
12832 msgid ""
12833 "git rev-parse --parseopt [<options>] -- [<args>...]\n"
12834 " or: git rev-parse --sq-quote [<arg>...]\n"
12835 " or: git rev-parse [<options>] [<arg>...]\n"
12836 "\n"
12837 "Run \"git rev-parse --parseopt -h\" for more information on the first usage."
12838 msgstr ""
12839
12840 #: builtin/revert.c:23
12841 msgid "git revert [<options>] <commit-ish>..."
12842 msgstr ""
12843
12844 #: builtin/revert.c:24
12845 msgid "git revert <subcommand>"
12846 msgstr ""
12847
12848 #: builtin/revert.c:29
12849 msgid "git cherry-pick [<options>] <commit-ish>..."
12850 msgstr ""
12851
12852 #: builtin/revert.c:30
12853 msgid "git cherry-pick <subcommand>"
12854 msgstr ""
12855
12856 #: builtin/revert.c:90
12857 #, c-format
12858 msgid "%s: %s cannot be used with %s"
12859 msgstr ""
12860
12861 #: builtin/revert.c:99
12862 msgid "end revert or cherry-pick sequence"
12863 msgstr ""
12864
12865 #: builtin/revert.c:100
12866 msgid "resume revert or cherry-pick sequence"
12867 msgstr ""
12868
12869 #: builtin/revert.c:101
12870 msgid "cancel revert or cherry-pick sequence"
12871 msgstr ""
12872
12873 #: builtin/revert.c:102
12874 msgid "don't automatically commit"
12875 msgstr ""
12876
12877 #: builtin/revert.c:103
12878 msgid "edit the commit message"
12879 msgstr ""
12880
12881 #: builtin/revert.c:106
12882 msgid "parent-number"
12883 msgstr ""
12884
12885 #: builtin/revert.c:107
12886 msgid "select mainline parent"
12887 msgstr ""
12888
12889 #: builtin/revert.c:109
12890 msgid "merge strategy"
12891 msgstr ""
12892
12893 #: builtin/revert.c:110
12894 msgid "option"
12895 msgstr ""
12896
12897 #: builtin/revert.c:111
12898 msgid "option for merge strategy"
12899 msgstr ""
12900
12901 #: builtin/revert.c:120
12902 msgid "append commit name"
12903 msgstr ""
12904
12905 #: builtin/revert.c:122
12906 msgid "preserve initially empty commits"
12907 msgstr ""
12908
12909 #: builtin/revert.c:124
12910 msgid "keep redundant, empty commits"
12911 msgstr ""
12912
12913 #: builtin/revert.c:214
12914 msgid "revert failed"
12915 msgstr ""
12916
12917 #: builtin/revert.c:227
12918 msgid "cherry-pick failed"
12919 msgstr ""
12920
12921 #: builtin/rm.c:18
12922 msgid "git rm [<options>] [--] <file>..."
12923 msgstr ""
12924
12925 #: builtin/rm.c:206
12926 msgid ""
12927 "the following file has staged content different from both the\n"
12928 "file and the HEAD:"
12929 msgid_plural ""
12930 "the following files have staged content different from both the\n"
12931 "file and the HEAD:"
12932 msgstr[0] ""
12933 msgstr[1] ""
12934
12935 #: builtin/rm.c:211
12936 msgid ""
12937 "\n"
12938 "(use -f to force removal)"
12939 msgstr ""
12940
12941 #: builtin/rm.c:215
12942 msgid "the following file has changes staged in the index:"
12943 msgid_plural "the following files have changes staged in the index:"
12944 msgstr[0] ""
12945 msgstr[1] ""
12946
12947 #: builtin/rm.c:219 builtin/rm.c:228
12948 msgid ""
12949 "\n"
12950 "(use --cached to keep the file, or -f to force removal)"
12951 msgstr ""
12952
12953 #: builtin/rm.c:225
12954 msgid "the following file has local modifications:"
12955 msgid_plural "the following files have local modifications:"
12956 msgstr[0] ""
12957 msgstr[1] ""
12958
12959 #: builtin/rm.c:241
12960 msgid "do not list removed files"
12961 msgstr ""
12962
12963 #: builtin/rm.c:242
12964 msgid "only remove from the index"
12965 msgstr ""
12966
12967 #: builtin/rm.c:243
12968 msgid "override the up-to-date check"
12969 msgstr ""
12970
12971 #: builtin/rm.c:244
12972 msgid "allow recursive removal"
12973 msgstr ""
12974
12975 #: builtin/rm.c:246
12976 msgid "exit with a zero status even if nothing matched"
12977 msgstr ""
12978
12979 #: builtin/rm.c:306
12980 #, c-format
12981 msgid "not removing '%s' recursively without -r"
12982 msgstr ""
12983
12984 #: builtin/rm.c:345
12985 #, c-format
12986 msgid "git rm: unable to remove %s"
12987 msgstr ""
12988
12989 #: builtin/rm.c:368
12990 #, c-format
12991 msgid "could not remove '%s'"
12992 msgstr ""
12993
12994 #: builtin/send-pack.c:20
12995 msgid ""
12996 "git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
12997 "receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
12998 "[<ref>...]\n"
12999 " --all and explicit <ref> specification are mutually exclusive."
13000 msgstr ""
13001
13002 #: builtin/send-pack.c:163
13003 msgid "remote name"
13004 msgstr ""
13005
13006 #: builtin/send-pack.c:177
13007 msgid "use stateless RPC protocol"
13008 msgstr ""
13009
13010 #: builtin/send-pack.c:178
13011 msgid "read refs from stdin"
13012 msgstr ""
13013
13014 #: builtin/send-pack.c:179
13015 msgid "print status from remote helper"
13016 msgstr ""
13017
13018 #: builtin/serve.c:7
13019 msgid "git serve [<options>]"
13020 msgstr ""
13021
13022 #: builtin/serve.c:17 builtin/upload-pack.c:23
13023 msgid "quit after a single request/response exchange"
13024 msgstr ""
13025
13026 #: builtin/serve.c:19
13027 msgid "exit immediately after advertising capabilities"
13028 msgstr ""
13029
13030 #: builtin/shortlog.c:14
13031 msgid "git shortlog [<options>] [<revision-range>] [[--] <path>...]"
13032 msgstr ""
13033
13034 #: builtin/shortlog.c:15
13035 msgid "git log --pretty=short | git shortlog [<options>]"
13036 msgstr ""
13037
13038 #: builtin/shortlog.c:264
13039 msgid "Group by committer rather than author"
13040 msgstr ""
13041
13042 #: builtin/shortlog.c:266
13043 msgid "sort output according to the number of commits per author"
13044 msgstr ""
13045
13046 #: builtin/shortlog.c:268
13047 msgid "Suppress commit descriptions, only provides commit count"
13048 msgstr ""
13049
13050 #: builtin/shortlog.c:270
13051 msgid "Show the email address of each author"
13052 msgstr ""
13053
13054 #: builtin/shortlog.c:271
13055 msgid "w[,i1[,i2]]"
13056 msgstr ""
13057
13058 #: builtin/shortlog.c:272
13059 msgid "Linewrap output"
13060 msgstr ""
13061
13062 #: builtin/shortlog.c:298
13063 msgid "too many arguments given outside repository"
13064 msgstr ""
13065
13066 #: builtin/show-branch.c:12
13067 msgid ""
13068 "git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
13069 "\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
13070 "\t\t[--more=<n> | --list | --independent | --merge-base]\n"
13071 "\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
13072 msgstr ""
13073
13074 #: builtin/show-branch.c:16
13075 msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
13076 msgstr ""
13077
13078 #: builtin/show-branch.c:376
13079 #, c-format
13080 msgid "ignoring %s; cannot handle more than %d ref"
13081 msgid_plural "ignoring %s; cannot handle more than %d refs"
13082 msgstr[0] ""
13083 msgstr[1] ""
13084
13085 #: builtin/show-branch.c:530
13086 #, c-format
13087 msgid "no matching refs with %s"
13088 msgstr ""
13089
13090 #: builtin/show-branch.c:626
13091 msgid "show remote-tracking and local branches"
13092 msgstr ""
13093
13094 #: builtin/show-branch.c:628
13095 msgid "show remote-tracking branches"
13096 msgstr ""
13097
13098 #: builtin/show-branch.c:630
13099 msgid "color '*!+-' corresponding to the branch"
13100 msgstr ""
13101
13102 #: builtin/show-branch.c:632
13103 msgid "show <n> more commits after the common ancestor"
13104 msgstr ""
13105
13106 #: builtin/show-branch.c:634
13107 msgid "synonym to more=-1"
13108 msgstr ""
13109
13110 #: builtin/show-branch.c:635
13111 msgid "suppress naming strings"
13112 msgstr ""
13113
13114 #: builtin/show-branch.c:637
13115 msgid "include the current branch"
13116 msgstr ""
13117
13118 #: builtin/show-branch.c:639
13119 msgid "name commits with their object names"
13120 msgstr ""
13121
13122 #: builtin/show-branch.c:641
13123 msgid "show possible merge bases"
13124 msgstr ""
13125
13126 #: builtin/show-branch.c:643
13127 msgid "show refs unreachable from any other ref"
13128 msgstr ""
13129
13130 #: builtin/show-branch.c:645
13131 msgid "show commits in topological order"
13132 msgstr ""
13133
13134 #: builtin/show-branch.c:648
13135 msgid "show only commits not on the first branch"
13136 msgstr ""
13137
13138 #: builtin/show-branch.c:650
13139 msgid "show merges reachable from only one tip"
13140 msgstr ""
13141
13142 #: builtin/show-branch.c:652
13143 msgid "topologically sort, maintaining date order where possible"
13144 msgstr ""
13145
13146 #: builtin/show-branch.c:655
13147 msgid "<n>[,<base>]"
13148 msgstr ""
13149
13150 #: builtin/show-branch.c:656
13151 msgid "show <n> most recent ref-log entries starting at base"
13152 msgstr ""
13153
13154 #: builtin/show-branch.c:690
13155 msgid ""
13156 "--reflog is incompatible with --all, --remotes, --independent or --merge-base"
13157 msgstr ""
13158
13159 #: builtin/show-branch.c:714
13160 msgid "no branches given, and HEAD is not valid"
13161 msgstr ""
13162
13163 #: builtin/show-branch.c:717
13164 msgid "--reflog option needs one branch name"
13165 msgstr ""
13166
13167 #: builtin/show-branch.c:720
13168 #, c-format
13169 msgid "only %d entry can be shown at one time."
13170 msgid_plural "only %d entries can be shown at one time."
13171 msgstr[0] ""
13172 msgstr[1] ""
13173
13174 #: builtin/show-branch.c:724
13175 #, c-format
13176 msgid "no such ref %s"
13177 msgstr ""
13178
13179 #: builtin/show-branch.c:808
13180 #, c-format
13181 msgid "cannot handle more than %d rev."
13182 msgid_plural "cannot handle more than %d revs."
13183 msgstr[0] ""
13184 msgstr[1] ""
13185
13186 #: builtin/show-branch.c:812
13187 #, c-format
13188 msgid "'%s' is not a valid ref."
13189 msgstr ""
13190
13191 #: builtin/show-branch.c:815
13192 #, c-format
13193 msgid "cannot find commit %s (%s)"
13194 msgstr ""
13195
13196 #: builtin/show-ref.c:10
13197 msgid ""
13198 "git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
13199 "hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
13200 msgstr ""
13201
13202 #: builtin/show-ref.c:11
13203 msgid "git show-ref --exclude-existing[=<pattern>]"
13204 msgstr ""
13205
13206 #: builtin/show-ref.c:159
13207 msgid "only show tags (can be combined with heads)"
13208 msgstr ""
13209
13210 #: builtin/show-ref.c:160
13211 msgid "only show heads (can be combined with tags)"
13212 msgstr ""
13213
13214 #: builtin/show-ref.c:161
13215 msgid "stricter reference checking, requires exact ref path"
13216 msgstr ""
13217
13218 #: builtin/show-ref.c:164 builtin/show-ref.c:166
13219 msgid "show the HEAD reference, even if it would be filtered out"
13220 msgstr ""
13221
13222 #: builtin/show-ref.c:168
13223 msgid "dereference tags into object IDs"
13224 msgstr ""
13225
13226 #: builtin/show-ref.c:170
13227 msgid "only show SHA1 hash using <n> digits"
13228 msgstr ""
13229
13230 #: builtin/show-ref.c:174
13231 msgid "do not print results to stdout (useful with --verify)"
13232 msgstr ""
13233
13234 #: builtin/show-ref.c:176
13235 msgid "show refs from stdin that aren't in local repository"
13236 msgstr ""
13237
13238 #: builtin/stripspace.c:18
13239 msgid "git stripspace [-s | --strip-comments]"
13240 msgstr ""
13241
13242 #: builtin/stripspace.c:19
13243 msgid "git stripspace [-c | --comment-lines]"
13244 msgstr ""
13245
13246 #: builtin/stripspace.c:36
13247 msgid "skip and remove all lines starting with comment character"
13248 msgstr ""
13249
13250 #: builtin/stripspace.c:39
13251 msgid "prepend comment character and space to each line"
13252 msgstr ""
13253
13254 #: builtin/submodule--helper.c:37 builtin/submodule--helper.c:1688
13255 #, c-format
13256 msgid "No such ref: %s"
13257 msgstr ""
13258
13259 #: builtin/submodule--helper.c:44 builtin/submodule--helper.c:1697
13260 #, c-format
13261 msgid "Expecting a full ref name, got %s"
13262 msgstr ""
13263
13264 #: builtin/submodule--helper.c:61
13265 msgid "submodule--helper print-default-remote takes no arguments"
13266 msgstr ""
13267
13268 #: builtin/submodule--helper.c:98
13269 #, c-format
13270 msgid "cannot strip one component off url '%s'"
13271 msgstr ""
13272
13273 #: builtin/submodule--helper.c:406 builtin/submodule--helper.c:1211
13274 msgid "alternative anchor for relative paths"
13275 msgstr ""
13276
13277 #: builtin/submodule--helper.c:411
13278 msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
13279 msgstr ""
13280
13281 #: builtin/submodule--helper.c:462 builtin/submodule--helper.c:485
13282 #, c-format
13283 msgid "No url found for submodule path '%s' in .gitmodules"
13284 msgstr ""
13285
13286 #: builtin/submodule--helper.c:500
13287 #, c-format
13288 msgid ""
13289 "could not lookup configuration '%s'. Assuming this repository is its own "
13290 "authoritative upstream."
13291 msgstr ""
13292
13293 #: builtin/submodule--helper.c:511
13294 #, c-format
13295 msgid "Failed to register url for submodule path '%s'"
13296 msgstr ""
13297
13298 #: builtin/submodule--helper.c:515
13299 #, c-format
13300 msgid "Submodule '%s' (%s) registered for path '%s'\n"
13301 msgstr ""
13302
13303 #: builtin/submodule--helper.c:525
13304 #, c-format
13305 msgid "warning: command update mode suggested for submodule '%s'\n"
13306 msgstr ""
13307
13308 #: builtin/submodule--helper.c:532
13309 #, c-format
13310 msgid "Failed to register update mode for submodule path '%s'"
13311 msgstr ""
13312
13313 #: builtin/submodule--helper.c:554
13314 msgid "Suppress output for initializing a submodule"
13315 msgstr ""
13316
13317 #: builtin/submodule--helper.c:559
13318 msgid "git submodule--helper init [<path>]"
13319 msgstr ""
13320
13321 #: builtin/submodule--helper.c:631 builtin/submodule--helper.c:757
13322 #, c-format
13323 msgid "no submodule mapping found in .gitmodules for path '%s'"
13324 msgstr ""
13325
13326 #: builtin/submodule--helper.c:670
13327 #, c-format
13328 msgid "could not resolve HEAD ref inside the submodule '%s'"
13329 msgstr ""
13330
13331 #: builtin/submodule--helper.c:697 builtin/submodule--helper.c:866
13332 #, c-format
13333 msgid "failed to recurse into submodule '%s'"
13334 msgstr ""
13335
13336 #: builtin/submodule--helper.c:721 builtin/submodule--helper.c:1031
13337 msgid "Suppress submodule status output"
13338 msgstr ""
13339
13340 #: builtin/submodule--helper.c:722
13341 msgid ""
13342 "Use commit stored in the index instead of the one stored in the submodule "
13343 "HEAD"
13344 msgstr ""
13345
13346 #: builtin/submodule--helper.c:723
13347 msgid "recurse into nested submodules"
13348 msgstr ""
13349
13350 #: builtin/submodule--helper.c:728
13351 msgid "git submodule status [--quiet] [--cached] [--recursive] [<path>...]"
13352 msgstr ""
13353
13354 #: builtin/submodule--helper.c:752
13355 msgid "git submodule--helper name <path>"
13356 msgstr ""
13357
13358 #: builtin/submodule--helper.c:816
13359 #, c-format
13360 msgid "Synchronizing submodule url for '%s'\n"
13361 msgstr ""
13362
13363 #: builtin/submodule--helper.c:822
13364 #, c-format
13365 msgid "failed to register url for submodule path '%s'"
13366 msgstr ""
13367
13368 #: builtin/submodule--helper.c:836
13369 #, c-format
13370 msgid "failed to get the default remote for submodule '%s'"
13371 msgstr ""
13372
13373 #: builtin/submodule--helper.c:847
13374 #, c-format
13375 msgid "failed to update remote for submodule '%s'"
13376 msgstr ""
13377
13378 #: builtin/submodule--helper.c:895
13379 msgid "Suppress output of synchronizing submodule url"
13380 msgstr ""
13381
13382 #: builtin/submodule--helper.c:897
13383 msgid "Recurse into nested submodules"
13384 msgstr ""
13385
13386 #: builtin/submodule--helper.c:902
13387 msgid "git submodule--helper sync [--quiet] [--recursive] [<path>]"
13388 msgstr ""
13389
13390 #: builtin/submodule--helper.c:956
13391 #, c-format
13392 msgid ""
13393 "Submodule work tree '%s' contains a .git directory (use 'rm -rf' if you "
13394 "really want to remove it including all of its history)"
13395 msgstr ""
13396
13397 #: builtin/submodule--helper.c:968
13398 #, c-format
13399 msgid ""
13400 "Submodule work tree '%s' contains local modifications; use '-f' to discard "
13401 "them"
13402 msgstr ""
13403
13404 #: builtin/submodule--helper.c:976
13405 #, c-format
13406 msgid "Cleared directory '%s'\n"
13407 msgstr ""
13408
13409 #: builtin/submodule--helper.c:978
13410 #, c-format
13411 msgid "Could not remove submodule work tree '%s'\n"
13412 msgstr ""
13413
13414 #: builtin/submodule--helper.c:987
13415 #, c-format
13416 msgid "could not create empty submodule directory %s"
13417 msgstr ""
13418
13419 #: builtin/submodule--helper.c:1003
13420 #, c-format
13421 msgid "Submodule '%s' (%s) unregistered for path '%s'\n"
13422 msgstr ""
13423
13424 #: builtin/submodule--helper.c:1032
13425 msgid "Remove submodule working trees even if they contain local changes"
13426 msgstr ""
13427
13428 #: builtin/submodule--helper.c:1033
13429 msgid "Unregister all submodules"
13430 msgstr ""
13431
13432 #: builtin/submodule--helper.c:1038
13433 msgid ""
13434 "git submodule deinit [--quiet] [-f | --force] [--all | [--] [<path>...]]"
13435 msgstr ""
13436
13437 #: builtin/submodule--helper.c:1052
13438 msgid "Use '--all' if you really want to deinitialize all submodules"
13439 msgstr ""
13440
13441 #: builtin/submodule--helper.c:1145 builtin/submodule--helper.c:1148
13442 #, c-format
13443 msgid "submodule '%s' cannot add alternate: %s"
13444 msgstr ""
13445
13446 #: builtin/submodule--helper.c:1184
13447 #, c-format
13448 msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
13449 msgstr ""
13450
13451 #: builtin/submodule--helper.c:1191
13452 #, c-format
13453 msgid "Value '%s' for submodule.alternateLocation is not recognized"
13454 msgstr ""
13455
13456 #: builtin/submodule--helper.c:1214
13457 msgid "where the new submodule will be cloned to"
13458 msgstr ""
13459
13460 #: builtin/submodule--helper.c:1217
13461 msgid "name of the new submodule"
13462 msgstr ""
13463
13464 #: builtin/submodule--helper.c:1220
13465 msgid "url where to clone the submodule from"
13466 msgstr ""
13467
13468 #: builtin/submodule--helper.c:1228
13469 msgid "depth for shallow clones"
13470 msgstr ""
13471
13472 #: builtin/submodule--helper.c:1231 builtin/submodule--helper.c:1606
13473 msgid "force cloning progress"
13474 msgstr ""
13475
13476 #: builtin/submodule--helper.c:1236
13477 msgid ""
13478 "git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
13479 "<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
13480 msgstr ""
13481
13482 #: builtin/submodule--helper.c:1267
13483 #, c-format
13484 msgid "clone of '%s' into submodule path '%s' failed"
13485 msgstr ""
13486
13487 #: builtin/submodule--helper.c:1281
13488 #, c-format
13489 msgid "could not get submodule directory for '%s'"
13490 msgstr ""
13491
13492 #: builtin/submodule--helper.c:1347
13493 #, c-format
13494 msgid "Submodule path '%s' not initialized"
13495 msgstr ""
13496
13497 #: builtin/submodule--helper.c:1351
13498 msgid "Maybe you want to use 'update --init'?"
13499 msgstr ""
13500
13501 #: builtin/submodule--helper.c:1380
13502 #, c-format
13503 msgid "Skipping unmerged submodule %s"
13504 msgstr ""
13505
13506 #: builtin/submodule--helper.c:1409
13507 #, c-format
13508 msgid "Skipping submodule '%s'"
13509 msgstr ""
13510
13511 #: builtin/submodule--helper.c:1544
13512 #, c-format
13513 msgid "Failed to clone '%s'. Retry scheduled"
13514 msgstr ""
13515
13516 #: builtin/submodule--helper.c:1555
13517 #, c-format
13518 msgid "Failed to clone '%s' a second time, aborting"
13519 msgstr ""
13520
13521 #: builtin/submodule--helper.c:1585 builtin/submodule--helper.c:1808
13522 msgid "path into the working tree"
13523 msgstr ""
13524
13525 #: builtin/submodule--helper.c:1588
13526 msgid "path into the working tree, across nested submodule boundaries"
13527 msgstr ""
13528
13529 #: builtin/submodule--helper.c:1592
13530 msgid "rebase, merge, checkout or none"
13531 msgstr ""
13532
13533 #: builtin/submodule--helper.c:1598
13534 msgid "Create a shallow clone truncated to the specified number of revisions"
13535 msgstr ""
13536
13537 #: builtin/submodule--helper.c:1601
13538 msgid "parallel jobs"
13539 msgstr ""
13540
13541 #: builtin/submodule--helper.c:1603
13542 msgid "whether the initial clone should follow the shallow recommendation"
13543 msgstr ""
13544
13545 #: builtin/submodule--helper.c:1604
13546 msgid "don't print cloning progress"
13547 msgstr ""
13548
13549 #: builtin/submodule--helper.c:1611
13550 msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
13551 msgstr ""
13552
13553 #: builtin/submodule--helper.c:1624
13554 msgid "bad value for update parameter"
13555 msgstr ""
13556
13557 #: builtin/submodule--helper.c:1692
13558 #, c-format
13559 msgid ""
13560 "Submodule (%s) branch configured to inherit branch from superproject, but "
13561 "the superproject is not on any branch"
13562 msgstr ""
13563
13564 #: builtin/submodule--helper.c:1809
13565 msgid "recurse into submodules"
13566 msgstr ""
13567
13568 #: builtin/submodule--helper.c:1815
13569 msgid "git submodule--helper embed-git-dir [<path>...]"
13570 msgstr ""
13571
13572 #: builtin/submodule--helper.c:1901
13573 #, c-format
13574 msgid "%s doesn't support --super-prefix"
13575 msgstr ""
13576
13577 #: builtin/submodule--helper.c:1907
13578 #, c-format
13579 msgid "'%s' is not a valid submodule--helper subcommand"
13580 msgstr ""
13581
13582 #: builtin/symbolic-ref.c:8
13583 msgid "git symbolic-ref [<options>] <name> [<ref>]"
13584 msgstr ""
13585
13586 #: builtin/symbolic-ref.c:9
13587 msgid "git symbolic-ref -d [-q] <name>"
13588 msgstr ""
13589
13590 #: builtin/symbolic-ref.c:40
13591 msgid "suppress error message for non-symbolic (detached) refs"
13592 msgstr ""
13593
13594 #: builtin/symbolic-ref.c:41
13595 msgid "delete symbolic ref"
13596 msgstr ""
13597
13598 #: builtin/symbolic-ref.c:42
13599 msgid "shorten ref output"
13600 msgstr ""
13601
13602 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
13603 msgid "reason"
13604 msgstr ""
13605
13606 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
13607 msgid "reason of the update"
13608 msgstr ""
13609
13610 #: builtin/tag.c:24
13611 msgid ""
13612 "git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
13613 "[<head>]"
13614 msgstr ""
13615
13616 #: builtin/tag.c:25
13617 msgid "git tag -d <tagname>..."
13618 msgstr ""
13619
13620 #: builtin/tag.c:26
13621 msgid ""
13622 "git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
13623 "points-at <object>]\n"
13624 "\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
13625 msgstr ""
13626
13627 #: builtin/tag.c:28
13628 msgid "git tag -v [--format=<format>] <tagname>..."
13629 msgstr ""
13630
13631 #: builtin/tag.c:86
13632 #, c-format
13633 msgid "tag '%s' not found."
13634 msgstr ""
13635
13636 #: builtin/tag.c:102
13637 #, c-format
13638 msgid "Deleted tag '%s' (was %s)\n"
13639 msgstr ""
13640
13641 #: builtin/tag.c:132
13642 #, c-format
13643 msgid ""
13644 "\n"
13645 "Write a message for tag:\n"
13646 " %s\n"
13647 "Lines starting with '%c' will be ignored.\n"
13648 msgstr ""
13649
13650 #: builtin/tag.c:136
13651 #, c-format
13652 msgid ""
13653 "\n"
13654 "Write a message for tag:\n"
13655 " %s\n"
13656 "Lines starting with '%c' will be kept; you may remove them yourself if you "
13657 "want to.\n"
13658 msgstr ""
13659
13660 #: builtin/tag.c:190
13661 msgid "unable to sign the tag"
13662 msgstr ""
13663
13664 #: builtin/tag.c:192
13665 msgid "unable to write tag file"
13666 msgstr ""
13667
13668 #: builtin/tag.c:217
13669 msgid "bad object type."
13670 msgstr ""
13671
13672 #: builtin/tag.c:266
13673 msgid "no tag message?"
13674 msgstr ""
13675
13676 #: builtin/tag.c:273
13677 #, c-format
13678 msgid "The tag message has been left in %s\n"
13679 msgstr ""
13680
13681 #: builtin/tag.c:382
13682 msgid "list tag names"
13683 msgstr ""
13684
13685 #: builtin/tag.c:384
13686 msgid "print <n> lines of each tag message"
13687 msgstr ""
13688
13689 #: builtin/tag.c:386
13690 msgid "delete tags"
13691 msgstr ""
13692
13693 #: builtin/tag.c:387
13694 msgid "verify tags"
13695 msgstr ""
13696
13697 #: builtin/tag.c:389
13698 msgid "Tag creation options"
13699 msgstr ""
13700
13701 #: builtin/tag.c:391
13702 msgid "annotated tag, needs a message"
13703 msgstr ""
13704
13705 #: builtin/tag.c:393
13706 msgid "tag message"
13707 msgstr ""
13708
13709 #: builtin/tag.c:395
13710 msgid "force edit of tag message"
13711 msgstr ""
13712
13713 #: builtin/tag.c:396
13714 msgid "annotated and GPG-signed tag"
13715 msgstr ""
13716
13717 #: builtin/tag.c:400
13718 msgid "use another key to sign the tag"
13719 msgstr ""
13720
13721 #: builtin/tag.c:401
13722 msgid "replace the tag if exists"
13723 msgstr ""
13724
13725 #: builtin/tag.c:402 builtin/update-ref.c:368
13726 msgid "create a reflog"
13727 msgstr ""
13728
13729 #: builtin/tag.c:404
13730 msgid "Tag listing options"
13731 msgstr ""
13732
13733 #: builtin/tag.c:405
13734 msgid "show tag list in columns"
13735 msgstr ""
13736
13737 #: builtin/tag.c:406 builtin/tag.c:408
13738 msgid "print only tags that contain the commit"
13739 msgstr ""
13740
13741 #: builtin/tag.c:407 builtin/tag.c:409
13742 msgid "print only tags that don't contain the commit"
13743 msgstr ""
13744
13745 #: builtin/tag.c:410
13746 msgid "print only tags that are merged"
13747 msgstr ""
13748
13749 #: builtin/tag.c:411
13750 msgid "print only tags that are not merged"
13751 msgstr ""
13752
13753 #: builtin/tag.c:416
13754 msgid "print only tags of the object"
13755 msgstr ""
13756
13757 #: builtin/tag.c:460
13758 msgid "--column and -n are incompatible"
13759 msgstr ""
13760
13761 #: builtin/tag.c:482
13762 msgid "-n option is only allowed in list mode"
13763 msgstr ""
13764
13765 #: builtin/tag.c:484
13766 msgid "--contains option is only allowed in list mode"
13767 msgstr ""
13768
13769 #: builtin/tag.c:486
13770 msgid "--no-contains option is only allowed in list mode"
13771 msgstr ""
13772
13773 #: builtin/tag.c:488
13774 msgid "--points-at option is only allowed in list mode"
13775 msgstr ""
13776
13777 #: builtin/tag.c:490
13778 msgid "--merged and --no-merged options are only allowed in list mode"
13779 msgstr ""
13780
13781 #: builtin/tag.c:501
13782 msgid "only one -F or -m option is allowed."
13783 msgstr ""
13784
13785 #: builtin/tag.c:520
13786 msgid "too many params"
13787 msgstr ""
13788
13789 #: builtin/tag.c:526
13790 #, c-format
13791 msgid "'%s' is not a valid tag name."
13792 msgstr ""
13793
13794 #: builtin/tag.c:531
13795 #, c-format
13796 msgid "tag '%s' already exists"
13797 msgstr ""
13798
13799 #: builtin/tag.c:562
13800 #, c-format
13801 msgid "Updated tag '%s' (was %s)\n"
13802 msgstr ""
13803
13804 #: builtin/unpack-objects.c:498
13805 msgid "Unpacking objects"
13806 msgstr ""
13807
13808 #: builtin/update-index.c:82
13809 #, c-format
13810 msgid "failed to create directory %s"
13811 msgstr ""
13812
13813 #: builtin/update-index.c:88
13814 #, c-format
13815 msgid "failed to stat %s"
13816 msgstr ""
13817
13818 #: builtin/update-index.c:98
13819 #, c-format
13820 msgid "failed to create file %s"
13821 msgstr ""
13822
13823 #: builtin/update-index.c:106
13824 #, c-format
13825 msgid "failed to delete file %s"
13826 msgstr ""
13827
13828 #: builtin/update-index.c:113 builtin/update-index.c:219
13829 #, c-format
13830 msgid "failed to delete directory %s"
13831 msgstr ""
13832
13833 #: builtin/update-index.c:138
13834 #, c-format
13835 msgid "Testing mtime in '%s' "
13836 msgstr ""
13837
13838 #: builtin/update-index.c:152
13839 msgid "directory stat info does not change after adding a new file"
13840 msgstr ""
13841
13842 #: builtin/update-index.c:165
13843 msgid "directory stat info does not change after adding a new directory"
13844 msgstr ""
13845
13846 #: builtin/update-index.c:178
13847 msgid "directory stat info changes after updating a file"
13848 msgstr ""
13849
13850 #: builtin/update-index.c:189
13851 msgid "directory stat info changes after adding a file inside subdirectory"
13852 msgstr ""
13853
13854 #: builtin/update-index.c:200
13855 msgid "directory stat info does not change after deleting a file"
13856 msgstr ""
13857
13858 #: builtin/update-index.c:213
13859 msgid "directory stat info does not change after deleting a directory"
13860 msgstr ""
13861
13862 #: builtin/update-index.c:220
13863 msgid " OK"
13864 msgstr ""
13865
13866 #: builtin/update-index.c:589
13867 msgid "git update-index [<options>] [--] [<file>...]"
13868 msgstr ""
13869
13870 #: builtin/update-index.c:946
13871 msgid "continue refresh even when index needs update"
13872 msgstr ""
13873
13874 #: builtin/update-index.c:949
13875 msgid "refresh: ignore submodules"
13876 msgstr ""
13877
13878 #: builtin/update-index.c:952
13879 msgid "do not ignore new files"
13880 msgstr ""
13881
13882 #: builtin/update-index.c:954
13883 msgid "let files replace directories and vice-versa"
13884 msgstr ""
13885
13886 #: builtin/update-index.c:956
13887 msgid "notice files missing from worktree"
13888 msgstr ""
13889
13890 #: builtin/update-index.c:958
13891 msgid "refresh even if index contains unmerged entries"
13892 msgstr ""
13893
13894 #: builtin/update-index.c:961
13895 msgid "refresh stat information"
13896 msgstr ""
13897
13898 #: builtin/update-index.c:965
13899 msgid "like --refresh, but ignore assume-unchanged setting"
13900 msgstr ""
13901
13902 #: builtin/update-index.c:969
13903 msgid "<mode>,<object>,<path>"
13904 msgstr ""
13905
13906 #: builtin/update-index.c:970
13907 msgid "add the specified entry to the index"
13908 msgstr ""
13909
13910 #: builtin/update-index.c:979
13911 msgid "mark files as \"not changing\""
13912 msgstr ""
13913
13914 #: builtin/update-index.c:982
13915 msgid "clear assumed-unchanged bit"
13916 msgstr ""
13917
13918 #: builtin/update-index.c:985
13919 msgid "mark files as \"index-only\""
13920 msgstr ""
13921
13922 #: builtin/update-index.c:988
13923 msgid "clear skip-worktree bit"
13924 msgstr ""
13925
13926 #: builtin/update-index.c:991
13927 msgid "add to index only; do not add content to object database"
13928 msgstr ""
13929
13930 #: builtin/update-index.c:993
13931 msgid "remove named paths even if present in worktree"
13932 msgstr ""
13933
13934 #: builtin/update-index.c:995
13935 msgid "with --stdin: input lines are terminated by null bytes"
13936 msgstr ""
13937
13938 #: builtin/update-index.c:997
13939 msgid "read list of paths to be updated from standard input"
13940 msgstr ""
13941
13942 #: builtin/update-index.c:1001
13943 msgid "add entries from standard input to the index"
13944 msgstr ""
13945
13946 #: builtin/update-index.c:1005
13947 msgid "repopulate stages #2 and #3 for the listed paths"
13948 msgstr ""
13949
13950 #: builtin/update-index.c:1009
13951 msgid "only update entries that differ from HEAD"
13952 msgstr ""
13953
13954 #: builtin/update-index.c:1013
13955 msgid "ignore files missing from worktree"
13956 msgstr ""
13957
13958 #: builtin/update-index.c:1016
13959 msgid "report actions to standard output"
13960 msgstr ""
13961
13962 #: builtin/update-index.c:1018
13963 msgid "(for porcelains) forget saved unresolved conflicts"
13964 msgstr ""
13965
13966 #: builtin/update-index.c:1022
13967 msgid "write index in this format"
13968 msgstr ""
13969
13970 #: builtin/update-index.c:1024
13971 msgid "enable or disable split index"
13972 msgstr ""
13973
13974 #: builtin/update-index.c:1026
13975 msgid "enable/disable untracked cache"
13976 msgstr ""
13977
13978 #: builtin/update-index.c:1028
13979 msgid "test if the filesystem supports untracked cache"
13980 msgstr ""
13981
13982 #: builtin/update-index.c:1030
13983 msgid "enable untracked cache without testing the filesystem"
13984 msgstr ""
13985
13986 #: builtin/update-index.c:1032
13987 msgid "write out the index even if is not flagged as changed"
13988 msgstr ""
13989
13990 #: builtin/update-index.c:1034
13991 msgid "enable or disable file system monitor"
13992 msgstr ""
13993
13994 #: builtin/update-index.c:1036
13995 msgid "mark files as fsmonitor valid"
13996 msgstr ""
13997
13998 #: builtin/update-index.c:1039
13999 msgid "clear fsmonitor valid bit"
14000 msgstr ""
14001
14002 #: builtin/update-index.c:1138
14003 msgid ""
14004 "core.splitIndex is set to false; remove or change it, if you really want to "
14005 "enable split index"
14006 msgstr ""
14007
14008 #: builtin/update-index.c:1147
14009 msgid ""
14010 "core.splitIndex is set to true; remove or change it, if you really want to "
14011 "disable split index"
14012 msgstr ""
14013
14014 #: builtin/update-index.c:1158
14015 msgid ""
14016 "core.untrackedCache is set to true; remove or change it, if you really want "
14017 "to disable the untracked cache"
14018 msgstr ""
14019
14020 #: builtin/update-index.c:1162
14021 msgid "Untracked cache disabled"
14022 msgstr ""
14023
14024 #: builtin/update-index.c:1170
14025 msgid ""
14026 "core.untrackedCache is set to false; remove or change it, if you really want "
14027 "to enable the untracked cache"
14028 msgstr ""
14029
14030 #: builtin/update-index.c:1174
14031 #, c-format
14032 msgid "Untracked cache enabled for '%s'"
14033 msgstr ""
14034
14035 #: builtin/update-index.c:1182
14036 msgid "core.fsmonitor is unset; set it if you really want to enable fsmonitor"
14037 msgstr ""
14038
14039 #: builtin/update-index.c:1186
14040 msgid "fsmonitor enabled"
14041 msgstr ""
14042
14043 #: builtin/update-index.c:1189
14044 msgid ""
14045 "core.fsmonitor is set; remove it if you really want to disable fsmonitor"
14046 msgstr ""
14047
14048 #: builtin/update-index.c:1193
14049 msgid "fsmonitor disabled"
14050 msgstr ""
14051
14052 #: builtin/update-ref.c:10
14053 msgid "git update-ref [<options>] -d <refname> [<old-val>]"
14054 msgstr ""
14055
14056 #: builtin/update-ref.c:11
14057 msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"
14058 msgstr ""
14059
14060 #: builtin/update-ref.c:12
14061 msgid "git update-ref [<options>] --stdin [-z]"
14062 msgstr ""
14063
14064 #: builtin/update-ref.c:363
14065 msgid "delete the reference"
14066 msgstr ""
14067
14068 #: builtin/update-ref.c:365
14069 msgid "update <refname> not the one it points to"
14070 msgstr ""
14071
14072 #: builtin/update-ref.c:366
14073 msgid "stdin has NUL-terminated arguments"
14074 msgstr ""
14075
14076 #: builtin/update-ref.c:367
14077 msgid "read updates from stdin"
14078 msgstr ""
14079
14080 #: builtin/update-server-info.c:7
14081 msgid "git update-server-info [--force]"
14082 msgstr ""
14083
14084 #: builtin/update-server-info.c:15
14085 msgid "update the info files from scratch"
14086 msgstr ""
14087
14088 #: builtin/upload-pack.c:11
14089 msgid "git upload-pack [<options>] <dir>"
14090 msgstr ""
14091
14092 #: builtin/upload-pack.c:25
14093 msgid "exit immediately after initial ref advertisement"
14094 msgstr ""
14095
14096 #: builtin/upload-pack.c:27
14097 msgid "do not try <directory>/.git/ if <directory> is no Git directory"
14098 msgstr ""
14099
14100 #: builtin/upload-pack.c:29
14101 msgid "interrupt transfer after <n> seconds of inactivity"
14102 msgstr ""
14103
14104 #: builtin/verify-commit.c:18
14105 msgid "git verify-commit [-v | --verbose] <commit>..."
14106 msgstr ""
14107
14108 #: builtin/verify-commit.c:73
14109 msgid "print commit contents"
14110 msgstr ""
14111
14112 #: builtin/verify-commit.c:74 builtin/verify-tag.c:38
14113 msgid "print raw gpg status output"
14114 msgstr ""
14115
14116 #: builtin/verify-pack.c:55
14117 msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
14118 msgstr ""
14119
14120 #: builtin/verify-pack.c:65
14121 msgid "verbose"
14122 msgstr ""
14123
14124 #: builtin/verify-pack.c:67
14125 msgid "show statistics only"
14126 msgstr ""
14127
14128 #: builtin/verify-tag.c:19
14129 msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
14130 msgstr ""
14131
14132 #: builtin/verify-tag.c:37
14133 msgid "print tag contents"
14134 msgstr ""
14135
14136 #: builtin/worktree.c:17
14137 msgid "git worktree add [<options>] <path> [<commit-ish>]"
14138 msgstr ""
14139
14140 #: builtin/worktree.c:18
14141 msgid "git worktree list [<options>]"
14142 msgstr ""
14143
14144 #: builtin/worktree.c:19
14145 msgid "git worktree lock [<options>] <path>"
14146 msgstr ""
14147
14148 #: builtin/worktree.c:20
14149 msgid "git worktree move <worktree> <new-path>"
14150 msgstr ""
14151
14152 #: builtin/worktree.c:21
14153 msgid "git worktree prune [<options>]"
14154 msgstr ""
14155
14156 #: builtin/worktree.c:22
14157 msgid "git worktree remove [<options>] <worktree>"
14158 msgstr ""
14159
14160 #: builtin/worktree.c:23
14161 msgid "git worktree unlock <path>"
14162 msgstr ""
14163
14164 #: builtin/worktree.c:58
14165 #, c-format
14166 msgid "Removing worktrees/%s: not a valid directory"
14167 msgstr ""
14168
14169 #: builtin/worktree.c:64
14170 #, c-format
14171 msgid "Removing worktrees/%s: gitdir file does not exist"
14172 msgstr ""
14173
14174 #: builtin/worktree.c:69 builtin/worktree.c:78
14175 #, c-format
14176 msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
14177 msgstr ""
14178
14179 #: builtin/worktree.c:88
14180 #, c-format
14181 msgid ""
14182 "Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "
14183 "%<PRIuMAX>)"
14184 msgstr ""
14185
14186 #: builtin/worktree.c:96
14187 #, c-format
14188 msgid "Removing worktrees/%s: invalid gitdir file"
14189 msgstr ""
14190
14191 #: builtin/worktree.c:105
14192 #, c-format
14193 msgid "Removing worktrees/%s: gitdir file points to non-existent location"
14194 msgstr ""
14195
14196 #: builtin/worktree.c:152
14197 msgid "report pruned working trees"
14198 msgstr ""
14199
14200 #: builtin/worktree.c:154
14201 msgid "expire working trees older than <time>"
14202 msgstr ""
14203
14204 #: builtin/worktree.c:229
14205 #, c-format
14206 msgid "'%s' already exists"
14207 msgstr ""
14208
14209 #: builtin/worktree.c:260
14210 #, c-format
14211 msgid "could not create directory of '%s'"
14212 msgstr ""
14213
14214 #: builtin/worktree.c:373 builtin/worktree.c:379
14215 #, c-format
14216 msgid "Preparing worktree (new branch '%s')"
14217 msgstr ""
14218
14219 #: builtin/worktree.c:375
14220 #, c-format
14221 msgid "Preparing worktree (resetting branch '%s'; was at %s)"
14222 msgstr ""
14223
14224 #: builtin/worktree.c:384
14225 #, c-format
14226 msgid "Preparing worktree (checking out '%s')"
14227 msgstr ""
14228
14229 #: builtin/worktree.c:390
14230 #, c-format
14231 msgid "Preparing worktree (detached HEAD %s)"
14232 msgstr ""
14233
14234 #: builtin/worktree.c:431
14235 msgid "checkout <branch> even if already checked out in other worktree"
14236 msgstr ""
14237
14238 #: builtin/worktree.c:434
14239 msgid "create a new branch"
14240 msgstr ""
14241
14242 #: builtin/worktree.c:436
14243 msgid "create or reset a branch"
14244 msgstr ""
14245
14246 #: builtin/worktree.c:438
14247 msgid "populate the new working tree"
14248 msgstr ""
14249
14250 #: builtin/worktree.c:439
14251 msgid "keep the new working tree locked"
14252 msgstr ""
14253
14254 #: builtin/worktree.c:441
14255 msgid "set up tracking mode (see git-branch(1))"
14256 msgstr ""
14257
14258 #: builtin/worktree.c:444
14259 msgid "try to match the new branch name with a remote-tracking branch"
14260 msgstr ""
14261
14262 #: builtin/worktree.c:452
14263 msgid "-b, -B, and --detach are mutually exclusive"
14264 msgstr ""
14265
14266 #: builtin/worktree.c:511
14267 msgid "--[no-]track can only be used if a new branch is created"
14268 msgstr ""
14269
14270 #: builtin/worktree.c:611
14271 msgid "reason for locking"
14272 msgstr ""
14273
14274 #: builtin/worktree.c:623 builtin/worktree.c:656 builtin/worktree.c:710
14275 #: builtin/worktree.c:850
14276 #, c-format
14277 msgid "'%s' is not a working tree"
14278 msgstr ""
14279
14280 #: builtin/worktree.c:625 builtin/worktree.c:658
14281 msgid "The main working tree cannot be locked or unlocked"
14282 msgstr ""
14283
14284 #: builtin/worktree.c:630
14285 #, c-format
14286 msgid "'%s' is already locked, reason: %s"
14287 msgstr ""
14288
14289 #: builtin/worktree.c:632
14290 #, c-format
14291 msgid "'%s' is already locked"
14292 msgstr ""
14293
14294 #: builtin/worktree.c:660
14295 #, c-format
14296 msgid "'%s' is not locked"
14297 msgstr ""
14298
14299 #: builtin/worktree.c:685
14300 msgid "working trees containing submodules cannot be moved or removed"
14301 msgstr ""
14302
14303 #: builtin/worktree.c:712 builtin/worktree.c:852
14304 #, c-format
14305 msgid "'%s' is a main working tree"
14306 msgstr ""
14307
14308 #: builtin/worktree.c:717
14309 #, c-format
14310 msgid "could not figure out destination name from '%s'"
14311 msgstr ""
14312
14313 #: builtin/worktree.c:723
14314 #, c-format
14315 msgid "target '%s' already exists"
14316 msgstr ""
14317
14318 #: builtin/worktree.c:730
14319 #, c-format
14320 msgid "cannot move a locked working tree, lock reason: %s"
14321 msgstr ""
14322
14323 #: builtin/worktree.c:732
14324 msgid "cannot move a locked working tree"
14325 msgstr ""
14326
14327 #: builtin/worktree.c:735
14328 #, c-format
14329 msgid "validation failed, cannot move working tree: %s"
14330 msgstr ""
14331
14332 #: builtin/worktree.c:740
14333 #, c-format
14334 msgid "failed to move '%s' to '%s'"
14335 msgstr ""
14336
14337 #: builtin/worktree.c:788
14338 #, c-format
14339 msgid "failed to run 'git status' on '%s'"
14340 msgstr ""
14341
14342 #: builtin/worktree.c:792
14343 #, c-format
14344 msgid "'%s' is dirty, use --force to delete it"
14345 msgstr ""
14346
14347 #: builtin/worktree.c:797
14348 #, c-format
14349 msgid "failed to run 'git status' on '%s', code %d"
14350 msgstr ""
14351
14352 #: builtin/worktree.c:808 builtin/worktree.c:822
14353 #, c-format
14354 msgid "failed to delete '%s'"
14355 msgstr ""
14356
14357 #: builtin/worktree.c:834
14358 msgid "force removing even if the worktree is dirty"
14359 msgstr ""
14360
14361 #: builtin/worktree.c:856
14362 #, c-format
14363 msgid "cannot remove a locked working tree, lock reason: %s"
14364 msgstr ""
14365
14366 #: builtin/worktree.c:858
14367 msgid "cannot remove a locked working tree"
14368 msgstr ""
14369
14370 #: builtin/worktree.c:861
14371 #, c-format
14372 msgid "validation failed, cannot remove working tree: %s"
14373 msgstr ""
14374
14375 #: builtin/write-tree.c:14
14376 msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
14377 msgstr ""
14378
14379 #: builtin/write-tree.c:27
14380 msgid "<prefix>/"
14381 msgstr ""
14382
14383 #: builtin/write-tree.c:28
14384 msgid "write tree object for a subdirectory <prefix>"
14385 msgstr ""
14386
14387 #: builtin/write-tree.c:31
14388 msgid "only useful for debugging"
14389 msgstr ""
14390
14391 #: credential-cache--daemon.c:222
14392 #, c-format
14393 msgid ""
14394 "The permissions on your socket directory are too loose; other\n"
14395 "users may be able to read your cached credentials. Consider running:\n"
14396 "\n"
14397 "\tchmod 0700 %s"
14398 msgstr ""
14399
14400 #: credential-cache--daemon.c:271
14401 msgid "print debugging messages to stderr"
14402 msgstr ""
14403
14404 #: git.c:26
14405 msgid ""
14406 "git [--version] [--help] [-C <path>] [-c <name>=<value>]\n"
14407 " [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n"
14408 " [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--"
14409 "bare]\n"
14410 " [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]\n"
14411 " <command> [<args>]"
14412 msgstr ""
14413
14414 #: git.c:33
14415 msgid ""
14416 "'git help -a' and 'git help -g' list available subcommands and some\n"
14417 "concept guides. See 'git help <command>' or 'git help <concept>'\n"
14418 "to read about a specific subcommand or concept."
14419 msgstr ""
14420
14421 #: git.c:113
14422 #, c-format
14423 msgid "no directory given for --git-dir\n"
14424 msgstr ""
14425
14426 #: git.c:127
14427 #, c-format
14428 msgid "no namespace given for --namespace\n"
14429 msgstr ""
14430
14431 #: git.c:141
14432 #, c-format
14433 msgid "no directory given for --work-tree\n"
14434 msgstr ""
14435
14436 #: git.c:155
14437 #, c-format
14438 msgid "no prefix given for --super-prefix\n"
14439 msgstr ""
14440
14441 #: git.c:177
14442 #, c-format
14443 msgid "-c expects a configuration string\n"
14444 msgstr ""
14445
14446 #: git.c:215
14447 #, c-format
14448 msgid "no directory given for -C\n"
14449 msgstr ""
14450
14451 #: git.c:233
14452 #, c-format
14453 msgid "unknown option: %s\n"
14454 msgstr ""
14455
14456 #: git.c:698
14457 #, c-format
14458 msgid "expansion of alias '%s' failed; '%s' is not a git command\n"
14459 msgstr ""
14460
14461 #: git.c:710
14462 #, c-format
14463 msgid "failed to run command '%s': %s\n"
14464 msgstr ""
14465
14466 #: http.c:348
14467 #, c-format
14468 msgid "negative value for http.postbuffer; defaulting to %d"
14469 msgstr ""
14470
14471 #: http.c:369
14472 msgid "Delegation control is not supported with cURL < 7.22.0"
14473 msgstr ""
14474
14475 #: http.c:378
14476 msgid "Public key pinning not supported with cURL < 7.44.0"
14477 msgstr ""
14478
14479 #: http.c:1854
14480 #, c-format
14481 msgid ""
14482 "unable to update url base from redirection:\n"
14483 " asked for: %s\n"
14484 " redirect: %s"
14485 msgstr ""
14486
14487 #: remote-curl.c:401
14488 #, c-format
14489 msgid "redirecting to %s"
14490 msgstr ""
14491
14492 #: list-objects-filter-options.h:59
14493 msgid "args"
14494 msgstr ""
14495
14496 #: list-objects-filter-options.h:60
14497 msgid "object filtering"
14498 msgstr ""
14499
14500 #: common-cmds.h:9
14501 msgid "start a working area (see also: git help tutorial)"
14502 msgstr ""
14503
14504 #: common-cmds.h:10
14505 msgid "work on the current change (see also: git help everyday)"
14506 msgstr ""
14507
14508 #: common-cmds.h:11
14509 msgid "examine the history and state (see also: git help revisions)"
14510 msgstr ""
14511
14512 #: common-cmds.h:12
14513 msgid "grow, mark and tweak your common history"
14514 msgstr ""
14515
14516 #: common-cmds.h:13
14517 msgid "collaborate (see also: git help workflows)"
14518 msgstr ""
14519
14520 #: common-cmds.h:17
14521 msgid "Add file contents to the index"
14522 msgstr ""
14523
14524 #: common-cmds.h:18
14525 msgid "Use binary search to find the commit that introduced a bug"
14526 msgstr ""
14527
14528 #: common-cmds.h:19
14529 msgid "List, create, or delete branches"
14530 msgstr ""
14531
14532 #: common-cmds.h:20
14533 msgid "Switch branches or restore working tree files"
14534 msgstr ""
14535
14536 #: common-cmds.h:21
14537 msgid "Clone a repository into a new directory"
14538 msgstr ""
14539
14540 #: common-cmds.h:22
14541 msgid "Record changes to the repository"
14542 msgstr ""
14543
14544 #: common-cmds.h:23
14545 msgid "Show changes between commits, commit and working tree, etc"
14546 msgstr ""
14547
14548 #: common-cmds.h:24
14549 msgid "Download objects and refs from another repository"
14550 msgstr ""
14551
14552 #: common-cmds.h:25
14553 msgid "Print lines matching a pattern"
14554 msgstr ""
14555
14556 #: common-cmds.h:26
14557 msgid "Create an empty Git repository or reinitialize an existing one"
14558 msgstr ""
14559
14560 #: common-cmds.h:27
14561 msgid "Show commit logs"
14562 msgstr ""
14563
14564 #: common-cmds.h:28
14565 msgid "Join two or more development histories together"
14566 msgstr ""
14567
14568 #: common-cmds.h:29
14569 msgid "Move or rename a file, a directory, or a symlink"
14570 msgstr ""
14571
14572 #: common-cmds.h:30
14573 msgid "Fetch from and integrate with another repository or a local branch"
14574 msgstr ""
14575
14576 #: common-cmds.h:31
14577 msgid "Update remote refs along with associated objects"
14578 msgstr ""
14579
14580 #: common-cmds.h:32
14581 msgid "Reapply commits on top of another base tip"
14582 msgstr ""
14583
14584 #: common-cmds.h:33
14585 msgid "Reset current HEAD to the specified state"
14586 msgstr ""
14587
14588 #: common-cmds.h:34
14589 msgid "Remove files from the working tree and from the index"
14590 msgstr ""
14591
14592 #: common-cmds.h:35
14593 msgid "Show various types of objects"
14594 msgstr ""
14595
14596 #: common-cmds.h:36
14597 msgid "Show the working tree status"
14598 msgstr ""
14599
14600 #: common-cmds.h:37
14601 msgid "Create, list, delete or verify a tag object signed with GPG"
14602 msgstr ""
14603
14604 #: parse-options.h:157
14605 msgid "expiry-date"
14606 msgstr ""
14607
14608 #: parse-options.h:172
14609 msgid "no-op (backward compatibility)"
14610 msgstr ""
14611
14612 #: parse-options.h:251
14613 msgid "be more verbose"
14614 msgstr ""
14615
14616 #: parse-options.h:253
14617 msgid "be more quiet"
14618 msgstr ""
14619
14620 #: parse-options.h:259
14621 msgid "use <n> digits to display SHA-1s"
14622 msgstr ""
14623
14624 #: rerere.h:40
14625 msgid "update the index with reused conflict resolution if possible"
14626 msgstr ""
14627
14628 #: git-bisect.sh:54
14629 msgid "You need to start by \"git bisect start\""
14630 msgstr ""
14631
14632 #. TRANSLATORS: Make sure to include [Y] and [n] in your
14633 #. translation. The program will only accept English input
14634 #. at this point.
14635 #: git-bisect.sh:60
14636 msgid "Do you want me to do it for you [Y/n]? "
14637 msgstr ""
14638
14639 #: git-bisect.sh:121
14640 #, sh-format
14641 msgid "unrecognised option: '$arg'"
14642 msgstr ""
14643
14644 #: git-bisect.sh:125
14645 #, sh-format
14646 msgid "'$arg' does not appear to be a valid revision"
14647 msgstr ""
14648
14649 #: git-bisect.sh:154
14650 msgid "Bad HEAD - I need a HEAD"
14651 msgstr ""
14652
14653 #: git-bisect.sh:167
14654 #, sh-format
14655 msgid ""
14656 "Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
14657 msgstr ""
14658
14659 #: git-bisect.sh:177
14660 msgid "won't bisect on cg-seek'ed tree"
14661 msgstr ""
14662
14663 #: git-bisect.sh:181
14664 msgid "Bad HEAD - strange symbolic ref"
14665 msgstr ""
14666
14667 #: git-bisect.sh:233
14668 #, sh-format
14669 msgid "Bad bisect_write argument: $state"
14670 msgstr ""
14671
14672 #: git-bisect.sh:246
14673 #, sh-format
14674 msgid "Bad rev input: $arg"
14675 msgstr ""
14676
14677 #: git-bisect.sh:265
14678 #, sh-format
14679 msgid "Bad rev input: $bisected_head"
14680 msgstr ""
14681
14682 #: git-bisect.sh:274
14683 #, sh-format
14684 msgid "Bad rev input: $rev"
14685 msgstr ""
14686
14687 #: git-bisect.sh:283
14688 #, sh-format
14689 msgid "'git bisect $TERM_BAD' can take only one argument."
14690 msgstr ""
14691
14692 #: git-bisect.sh:306
14693 #, sh-format
14694 msgid "Warning: bisecting only with a $TERM_BAD commit."
14695 msgstr ""
14696
14697 #. TRANSLATORS: Make sure to include [Y] and [n] in your
14698 #. translation. The program will only accept English input
14699 #. at this point.
14700 #: git-bisect.sh:312
14701 msgid "Are you sure [Y/n]? "
14702 msgstr ""
14703
14704 #: git-bisect.sh:324
14705 #, sh-format
14706 msgid ""
14707 "You need to give me at least one $bad_syn and one $good_syn revision.\n"
14708 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
14709 msgstr ""
14710
14711 #: git-bisect.sh:327
14712 #, sh-format
14713 msgid ""
14714 "You need to start by \"git bisect start\".\n"
14715 "You then need to give me at least one $good_syn and one $bad_syn revision.\n"
14716 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
14717 msgstr ""
14718
14719 #: git-bisect.sh:398 git-bisect.sh:512
14720 msgid "We are not bisecting."
14721 msgstr ""
14722
14723 #: git-bisect.sh:405
14724 #, sh-format
14725 msgid "'$invalid' is not a valid commit"
14726 msgstr ""
14727
14728 #: git-bisect.sh:414
14729 #, sh-format
14730 msgid ""
14731 "Could not check out original HEAD '$branch'.\n"
14732 "Try 'git bisect reset <commit>'."
14733 msgstr ""
14734
14735 #: git-bisect.sh:422
14736 msgid "No logfile given"
14737 msgstr ""
14738
14739 #: git-bisect.sh:423
14740 #, sh-format
14741 msgid "cannot read $file for replaying"
14742 msgstr ""
14743
14744 #: git-bisect.sh:444
14745 msgid "?? what are you talking about?"
14746 msgstr ""
14747
14748 #: git-bisect.sh:453
14749 msgid "bisect run failed: no command provided."
14750 msgstr ""
14751
14752 #: git-bisect.sh:458
14753 #, sh-format
14754 msgid "running $command"
14755 msgstr ""
14756
14757 #: git-bisect.sh:465
14758 #, sh-format
14759 msgid ""
14760 "bisect run failed:\n"
14761 "exit code $res from '$command' is < 0 or >= 128"
14762 msgstr ""
14763
14764 #: git-bisect.sh:491
14765 msgid "bisect run cannot continue any more"
14766 msgstr ""
14767
14768 #: git-bisect.sh:497
14769 #, sh-format
14770 msgid ""
14771 "bisect run failed:\n"
14772 "'bisect_state $state' exited with error code $res"
14773 msgstr ""
14774
14775 #: git-bisect.sh:504
14776 msgid "bisect run success"
14777 msgstr ""
14778
14779 #: git-bisect.sh:533
14780 #, sh-format
14781 msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
14782 msgstr ""
14783
14784 #: git-bisect.sh:567
14785 msgid "no terms defined"
14786 msgstr ""
14787
14788 #: git-bisect.sh:584
14789 #, sh-format
14790 msgid ""
14791 "invalid argument $arg for 'git bisect terms'.\n"
14792 "Supported options are: --term-good|--term-old and --term-bad|--term-new."
14793 msgstr ""
14794
14795 #: git-merge-octopus.sh:46
14796 msgid ""
14797 "Error: Your local changes to the following files would be overwritten by "
14798 "merge"
14799 msgstr ""
14800
14801 #: git-merge-octopus.sh:61
14802 msgid "Automated merge did not work."
14803 msgstr ""
14804
14805 #: git-merge-octopus.sh:62
14806 msgid "Should not be doing an octopus."
14807 msgstr ""
14808
14809 #: git-merge-octopus.sh:73
14810 #, sh-format
14811 msgid "Unable to find common commit with $pretty_name"
14812 msgstr ""
14813
14814 #: git-merge-octopus.sh:77
14815 #, sh-format
14816 msgid "Already up to date with $pretty_name"
14817 msgstr ""
14818
14819 #: git-merge-octopus.sh:89
14820 #, sh-format
14821 msgid "Fast-forwarding to: $pretty_name"
14822 msgstr ""
14823
14824 #: git-merge-octopus.sh:97
14825 #, sh-format
14826 msgid "Trying simple merge with $pretty_name"
14827 msgstr ""
14828
14829 #: git-merge-octopus.sh:102
14830 msgid "Simple merge did not work, trying automatic merge."
14831 msgstr ""
14832
14833 #: git-rebase.sh:61
14834 msgid ""
14835 "Resolve all conflicts manually, mark them as resolved with\n"
14836 "\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"
14837 "You can instead skip this commit: run \"git rebase --skip\".\n"
14838 "To abort and get back to the state before \"git rebase\", run \"git rebase --"
14839 "abort\"."
14840 msgstr ""
14841
14842 #: git-rebase.sh:173 git-rebase.sh:442
14843 #, sh-format
14844 msgid "Could not move back to $head_name"
14845 msgstr ""
14846
14847 #: git-rebase.sh:184
14848 msgid "Applied autostash."
14849 msgstr ""
14850
14851 #: git-rebase.sh:187
14852 #, sh-format
14853 msgid "Cannot store $stash_sha1"
14854 msgstr ""
14855
14856 #: git-rebase.sh:229
14857 msgid "The pre-rebase hook refused to rebase."
14858 msgstr ""
14859
14860 #: git-rebase.sh:234
14861 msgid "It looks like 'git am' is in progress. Cannot rebase."
14862 msgstr ""
14863
14864 #: git-rebase.sh:403
14865 msgid "No rebase in progress?"
14866 msgstr ""
14867
14868 #: git-rebase.sh:414
14869 msgid "The --edit-todo action can only be used during interactive rebase."
14870 msgstr ""
14871
14872 #: git-rebase.sh:421
14873 msgid "Cannot read HEAD"
14874 msgstr ""
14875
14876 #: git-rebase.sh:424
14877 msgid ""
14878 "You must edit all merge conflicts and then\n"
14879 "mark them as resolved using git add"
14880 msgstr ""
14881
14882 #: git-rebase.sh:468
14883 #, sh-format
14884 msgid ""
14885 "It seems that there is already a $state_dir_base directory, and\n"
14886 "I wonder if you are in the middle of another rebase. If that is the\n"
14887 "case, please try\n"
14888 "\t$cmd_live_rebase\n"
14889 "If that is not the case, please\n"
14890 "\t$cmd_clear_stale_rebase\n"
14891 "and run me again. I am stopping in case you still have something\n"
14892 "valuable there."
14893 msgstr ""
14894
14895 #: git-rebase.sh:509
14896 msgid "error: cannot combine '--signoff' with '--preserve-merges'"
14897 msgstr ""
14898
14899 #: git-rebase.sh:537
14900 #, sh-format
14901 msgid "invalid upstream '$upstream_name'"
14902 msgstr ""
14903
14904 #: git-rebase.sh:561
14905 #, sh-format
14906 msgid "$onto_name: there are more than one merge bases"
14907 msgstr ""
14908
14909 #: git-rebase.sh:564 git-rebase.sh:568
14910 #, sh-format
14911 msgid "$onto_name: there is no merge base"
14912 msgstr ""
14913
14914 #: git-rebase.sh:573
14915 #, sh-format
14916 msgid "Does not point to a valid commit: $onto_name"
14917 msgstr ""
14918
14919 #: git-rebase.sh:599
14920 #, sh-format
14921 msgid "fatal: no such branch/commit '$branch_name'"
14922 msgstr ""
14923
14924 #: git-rebase.sh:632
14925 msgid "Cannot autostash"
14926 msgstr ""
14927
14928 #: git-rebase.sh:637
14929 #, sh-format
14930 msgid "Created autostash: $stash_abbrev"
14931 msgstr ""
14932
14933 #: git-rebase.sh:641
14934 msgid "Please commit or stash them."
14935 msgstr ""
14936
14937 #: git-rebase.sh:664
14938 #, sh-format
14939 msgid "HEAD is up to date."
14940 msgstr ""
14941
14942 #: git-rebase.sh:666
14943 #, sh-format
14944 msgid "Current branch $branch_name is up to date."
14945 msgstr ""
14946
14947 #: git-rebase.sh:674
14948 #, sh-format
14949 msgid "HEAD is up to date, rebase forced."
14950 msgstr ""
14951
14952 #: git-rebase.sh:676
14953 #, sh-format
14954 msgid "Current branch $branch_name is up to date, rebase forced."
14955 msgstr ""
14956
14957 #: git-rebase.sh:688
14958 #, sh-format
14959 msgid "Changes from $mb to $onto:"
14960 msgstr ""
14961
14962 #: git-rebase.sh:697
14963 msgid "First, rewinding head to replay your work on top of it..."
14964 msgstr ""
14965
14966 #: git-rebase.sh:707
14967 #, sh-format
14968 msgid "Fast-forwarded $branch_name to $onto_name."
14969 msgstr ""
14970
14971 #: git-stash.sh:61
14972 msgid "git stash clear with parameters is unimplemented"
14973 msgstr ""
14974
14975 #: git-stash.sh:108
14976 msgid "You do not have the initial commit yet"
14977 msgstr ""
14978
14979 #: git-stash.sh:123
14980 msgid "Cannot save the current index state"
14981 msgstr ""
14982
14983 #: git-stash.sh:138
14984 msgid "Cannot save the untracked files"
14985 msgstr ""
14986
14987 #: git-stash.sh:158 git-stash.sh:171
14988 msgid "Cannot save the current worktree state"
14989 msgstr ""
14990
14991 #: git-stash.sh:175
14992 msgid "No changes selected"
14993 msgstr ""
14994
14995 #: git-stash.sh:178
14996 msgid "Cannot remove temporary index (can't happen)"
14997 msgstr ""
14998
14999 #: git-stash.sh:191
15000 msgid "Cannot record working tree state"
15001 msgstr ""
15002
15003 #: git-stash.sh:229
15004 #, sh-format
15005 msgid "Cannot update $ref_stash with $w_commit"
15006 msgstr ""
15007
15008 #: git-stash.sh:281
15009 #, sh-format
15010 msgid "error: unknown option for 'stash push': $option"
15011 msgstr ""
15012
15013 #: git-stash.sh:295
15014 msgid "Can't use --patch and --include-untracked or --all at the same time"
15015 msgstr ""
15016
15017 #: git-stash.sh:303
15018 msgid "No local changes to save"
15019 msgstr ""
15020
15021 #: git-stash.sh:308
15022 msgid "Cannot initialize stash"
15023 msgstr ""
15024
15025 #: git-stash.sh:312
15026 msgid "Cannot save the current status"
15027 msgstr ""
15028
15029 #: git-stash.sh:313
15030 #, sh-format
15031 msgid "Saved working directory and index state $stash_msg"
15032 msgstr ""
15033
15034 #: git-stash.sh:342
15035 msgid "Cannot remove worktree changes"
15036 msgstr ""
15037
15038 #: git-stash.sh:490
15039 #, sh-format
15040 msgid "unknown option: $opt"
15041 msgstr ""
15042
15043 #: git-stash.sh:503
15044 msgid "No stash entries found."
15045 msgstr ""
15046
15047 #: git-stash.sh:510
15048 #, sh-format
15049 msgid "Too many revisions specified: $REV"
15050 msgstr ""
15051
15052 #: git-stash.sh:525
15053 #, sh-format
15054 msgid "$reference is not a valid reference"
15055 msgstr ""
15056
15057 #: git-stash.sh:553
15058 #, sh-format
15059 msgid "'$args' is not a stash-like commit"
15060 msgstr ""
15061
15062 #: git-stash.sh:564
15063 #, sh-format
15064 msgid "'$args' is not a stash reference"
15065 msgstr ""
15066
15067 #: git-stash.sh:572
15068 msgid "unable to refresh index"
15069 msgstr ""
15070
15071 #: git-stash.sh:576
15072 msgid "Cannot apply a stash in the middle of a merge"
15073 msgstr ""
15074
15075 #: git-stash.sh:584
15076 msgid "Conflicts in index. Try without --index."
15077 msgstr ""
15078
15079 #: git-stash.sh:586
15080 msgid "Could not save index tree"
15081 msgstr ""
15082
15083 #: git-stash.sh:595
15084 msgid "Could not restore untracked files from stash entry"
15085 msgstr ""
15086
15087 #: git-stash.sh:620
15088 msgid "Cannot unstage modified files"
15089 msgstr ""
15090
15091 #: git-stash.sh:635
15092 msgid "Index was not unstashed."
15093 msgstr ""
15094
15095 #: git-stash.sh:649
15096 msgid "The stash entry is kept in case you need it again."
15097 msgstr ""
15098
15099 #: git-stash.sh:658
15100 #, sh-format
15101 msgid "Dropped ${REV} ($s)"
15102 msgstr ""
15103
15104 #: git-stash.sh:659
15105 #, sh-format
15106 msgid "${REV}: Could not drop stash entry"
15107 msgstr ""
15108
15109 #: git-stash.sh:667
15110 msgid "No branch name specified"
15111 msgstr ""
15112
15113 #: git-stash.sh:746
15114 msgid "(To restore them type \"git stash apply\")"
15115 msgstr ""
15116
15117 #: git-submodule.sh:188
15118 msgid "Relative path can only be used from the toplevel of the working tree"
15119 msgstr ""
15120
15121 #: git-submodule.sh:198
15122 #, sh-format
15123 msgid "repo URL: '$repo' must be absolute or begin with ./|../"
15124 msgstr ""
15125
15126 #: git-submodule.sh:217
15127 #, sh-format
15128 msgid "'$sm_path' already exists in the index"
15129 msgstr ""
15130
15131 #: git-submodule.sh:220
15132 #, sh-format
15133 msgid "'$sm_path' already exists in the index and is not a submodule"
15134 msgstr ""
15135
15136 #: git-submodule.sh:226
15137 #, sh-format
15138 msgid ""
15139 "The following path is ignored by one of your .gitignore files:\n"
15140 "$sm_path\n"
15141 "Use -f if you really want to add it."
15142 msgstr ""
15143
15144 #: git-submodule.sh:249
15145 #, sh-format
15146 msgid "Adding existing repo at '$sm_path' to the index"
15147 msgstr ""
15148
15149 #: git-submodule.sh:251
15150 #, sh-format
15151 msgid "'$sm_path' already exists and is not a valid git repo"
15152 msgstr ""
15153
15154 #: git-submodule.sh:259
15155 #, sh-format
15156 msgid "A git directory for '$sm_name' is found locally with remote(s):"
15157 msgstr ""
15158
15159 #: git-submodule.sh:261
15160 #, sh-format
15161 msgid ""
15162 "If you want to reuse this local git directory instead of cloning again from\n"
15163 " $realrepo\n"
15164 "use the '--force' option. If the local git directory is not the correct "
15165 "repo\n"
15166 "or you are unsure what this means choose another name with the '--name' "
15167 "option."
15168 msgstr ""
15169
15170 #: git-submodule.sh:267
15171 #, sh-format
15172 msgid "Reactivating local git directory for submodule '$sm_name'."
15173 msgstr ""
15174
15175 #: git-submodule.sh:279
15176 #, sh-format
15177 msgid "Unable to checkout submodule '$sm_path'"
15178 msgstr ""
15179
15180 #: git-submodule.sh:284
15181 #, sh-format
15182 msgid "Failed to add submodule '$sm_path'"
15183 msgstr ""
15184
15185 #: git-submodule.sh:293
15186 #, sh-format
15187 msgid "Failed to register submodule '$sm_path'"
15188 msgstr ""
15189
15190 #: git-submodule.sh:354
15191 #, sh-format
15192 msgid "Entering '$displaypath'"
15193 msgstr ""
15194
15195 #: git-submodule.sh:374
15196 #, sh-format
15197 msgid "Stopping at '$displaypath'; script returned non-zero status."
15198 msgstr ""
15199
15200 #: git-submodule.sh:600
15201 #, sh-format
15202 msgid "Unable to find current revision in submodule path '$displaypath'"
15203 msgstr ""
15204
15205 #: git-submodule.sh:610
15206 #, sh-format
15207 msgid "Unable to fetch in submodule path '$sm_path'"
15208 msgstr ""
15209
15210 #: git-submodule.sh:615
15211 #, sh-format
15212 msgid ""
15213 "Unable to find current ${remote_name}/${branch} revision in submodule path "
15214 "'$sm_path'"
15215 msgstr ""
15216
15217 #: git-submodule.sh:633
15218 #, sh-format
15219 msgid "Unable to fetch in submodule path '$displaypath'"
15220 msgstr ""
15221
15222 #: git-submodule.sh:639
15223 #, sh-format
15224 msgid ""
15225 "Fetched in submodule path '$displaypath', but it did not contain $sha1. "
15226 "Direct fetching of that commit failed."
15227 msgstr ""
15228
15229 #: git-submodule.sh:646
15230 #, sh-format
15231 msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
15232 msgstr ""
15233
15234 #: git-submodule.sh:647
15235 #, sh-format
15236 msgid "Submodule path '$displaypath': checked out '$sha1'"
15237 msgstr ""
15238
15239 #: git-submodule.sh:651
15240 #, sh-format
15241 msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
15242 msgstr ""
15243
15244 #: git-submodule.sh:652
15245 #, sh-format
15246 msgid "Submodule path '$displaypath': rebased into '$sha1'"
15247 msgstr ""
15248
15249 #: git-submodule.sh:657
15250 #, sh-format
15251 msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
15252 msgstr ""
15253
15254 #: git-submodule.sh:658
15255 #, sh-format
15256 msgid "Submodule path '$displaypath': merged in '$sha1'"
15257 msgstr ""
15258
15259 #: git-submodule.sh:663
15260 #, sh-format
15261 msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
15262 msgstr ""
15263
15264 #: git-submodule.sh:664
15265 #, sh-format
15266 msgid "Submodule path '$displaypath': '$command $sha1'"
15267 msgstr ""
15268
15269 #: git-submodule.sh:695
15270 #, sh-format
15271 msgid "Failed to recurse into submodule path '$displaypath'"
15272 msgstr ""
15273
15274 #: git-submodule.sh:791
15275 msgid "The --cached option cannot be used with the --files option"
15276 msgstr ""
15277
15278 #: git-submodule.sh:843
15279 #, sh-format
15280 msgid "unexpected mode $mod_dst"
15281 msgstr ""
15282
15283 #: git-submodule.sh:863
15284 #, sh-format
15285 msgid " Warn: $display_name doesn't contain commit $sha1_src"
15286 msgstr ""
15287
15288 #: git-submodule.sh:866
15289 #, sh-format
15290 msgid " Warn: $display_name doesn't contain commit $sha1_dst"
15291 msgstr ""
15292
15293 #: git-submodule.sh:869
15294 #, sh-format
15295 msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
15296 msgstr ""
15297
15298 #: git-parse-remote.sh:89
15299 #, sh-format
15300 msgid "See git-${cmd}(1) for details."
15301 msgstr ""
15302
15303 #: git-rebase--interactive.sh:142
15304 #, sh-format
15305 msgid "Rebasing ($new_count/$total)"
15306 msgstr ""
15307
15308 #: git-rebase--interactive.sh:158
15309 msgid ""
15310 "\n"
15311 "Commands:\n"
15312 "p, pick <commit> = use commit\n"
15313 "r, reword <commit> = use commit, but edit the commit message\n"
15314 "e, edit <commit> = use commit, but stop for amending\n"
15315 "s, squash <commit> = use commit, but meld into previous commit\n"
15316 "f, fixup <commit> = like \"squash\", but discard this commit's log message\n"
15317 "x, exec <commit> = run command (the rest of the line) using shell\n"
15318 "d, drop <commit> = remove commit\n"
15319 "l, label <label> = label current HEAD with a name\n"
15320 "t, reset <label> = reset HEAD to a label\n"
15321 "m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
15322 ". create a merge commit using the original merge commit's\n"
15323 ". message (or the oneline, if no original merge commit was\n"
15324 ". specified). Use -c <commit> to reword the commit message.\n"
15325 "\n"
15326 "These lines can be re-ordered; they are executed from top to bottom.\n"
15327 msgstr ""
15328
15329 #: git-rebase--interactive.sh:179
15330 msgid ""
15331 "\n"
15332 "Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
15333 msgstr ""
15334
15335 #: git-rebase--interactive.sh:183
15336 msgid ""
15337 "\n"
15338 "If you remove a line here THAT COMMIT WILL BE LOST.\n"
15339 msgstr ""
15340
15341 #: git-rebase--interactive.sh:221
15342 #, sh-format
15343 msgid ""
15344 "You can amend the commit now, with\n"
15345 "\n"
15346 "\tgit commit --amend $gpg_sign_opt_quoted\n"
15347 "\n"
15348 "Once you are satisfied with your changes, run\n"
15349 "\n"
15350 "\tgit rebase --continue"
15351 msgstr ""
15352
15353 #: git-rebase--interactive.sh:246
15354 #, sh-format
15355 msgid "$sha1: not a commit that can be picked"
15356 msgstr ""
15357
15358 #: git-rebase--interactive.sh:285
15359 #, sh-format
15360 msgid "Invalid commit name: $sha1"
15361 msgstr ""
15362
15363 #: git-rebase--interactive.sh:325
15364 msgid "Cannot write current commit's replacement sha1"
15365 msgstr ""
15366
15367 #: git-rebase--interactive.sh:376
15368 #, sh-format
15369 msgid "Fast-forward to $sha1"
15370 msgstr ""
15371
15372 #: git-rebase--interactive.sh:378
15373 #, sh-format
15374 msgid "Cannot fast-forward to $sha1"
15375 msgstr ""
15376
15377 #: git-rebase--interactive.sh:387
15378 #, sh-format
15379 msgid "Cannot move HEAD to $first_parent"
15380 msgstr ""
15381
15382 #: git-rebase--interactive.sh:392
15383 #, sh-format
15384 msgid "Refusing to squash a merge: $sha1"
15385 msgstr ""
15386
15387 #: git-rebase--interactive.sh:410
15388 #, sh-format
15389 msgid "Error redoing merge $sha1"
15390 msgstr ""
15391
15392 #: git-rebase--interactive.sh:419
15393 #, sh-format
15394 msgid "Could not pick $sha1"
15395 msgstr ""
15396
15397 #: git-rebase--interactive.sh:428
15398 #, sh-format
15399 msgid "This is the commit message #${n}:"
15400 msgstr ""
15401
15402 #: git-rebase--interactive.sh:433
15403 #, sh-format
15404 msgid "The commit message #${n} will be skipped:"
15405 msgstr ""
15406
15407 #: git-rebase--interactive.sh:444
15408 #, sh-format
15409 msgid "This is a combination of $count commit."
15410 msgid_plural "This is a combination of $count commits."
15411 msgstr[0] ""
15412 msgstr[1] ""
15413
15414 #: git-rebase--interactive.sh:453
15415 #, sh-format
15416 msgid "Cannot write $fixup_msg"
15417 msgstr ""
15418
15419 #: git-rebase--interactive.sh:456
15420 msgid "This is a combination of 2 commits."
15421 msgstr ""
15422
15423 #: git-rebase--interactive.sh:497 git-rebase--interactive.sh:540
15424 #: git-rebase--interactive.sh:543
15425 #, sh-format
15426 msgid "Could not apply $sha1... $rest"
15427 msgstr ""
15428
15429 #: git-rebase--interactive.sh:572
15430 #, sh-format
15431 msgid ""
15432 "Could not amend commit after successfully picking $sha1... $rest\n"
15433 "This is most likely due to an empty commit message, or the pre-commit hook\n"
15434 "failed. If the pre-commit hook failed, you may need to resolve the issue "
15435 "before\n"
15436 "you are able to reword the commit."
15437 msgstr ""
15438
15439 #: git-rebase--interactive.sh:587
15440 #, sh-format
15441 msgid "Stopped at $sha1_abbrev... $rest"
15442 msgstr ""
15443
15444 #: git-rebase--interactive.sh:602
15445 #, sh-format
15446 msgid "Cannot '$squash_style' without a previous commit"
15447 msgstr ""
15448
15449 #: git-rebase--interactive.sh:644
15450 #, sh-format
15451 msgid "Executing: $rest"
15452 msgstr ""
15453
15454 #: git-rebase--interactive.sh:652
15455 #, sh-format
15456 msgid "Execution failed: $rest"
15457 msgstr ""
15458
15459 #: git-rebase--interactive.sh:654
15460 msgid "and made changes to the index and/or the working tree"
15461 msgstr ""
15462
15463 #: git-rebase--interactive.sh:656
15464 msgid ""
15465 "You can fix the problem, and then run\n"
15466 "\n"
15467 "\tgit rebase --continue"
15468 msgstr ""
15469
15470 #. TRANSLATORS: after these lines is a command to be issued by the user
15471 #: git-rebase--interactive.sh:669
15472 #, sh-format
15473 msgid ""
15474 "Execution succeeded: $rest\n"
15475 "but left changes to the index and/or the working tree\n"
15476 "Commit or stash your changes, and then run\n"
15477 "\n"
15478 "\tgit rebase --continue"
15479 msgstr ""
15480
15481 #: git-rebase--interactive.sh:680
15482 #, sh-format
15483 msgid "Unknown command: $command $sha1 $rest"
15484 msgstr ""
15485
15486 #: git-rebase--interactive.sh:681
15487 msgid "Please fix this using 'git rebase --edit-todo'."
15488 msgstr ""
15489
15490 #: git-rebase--interactive.sh:716
15491 #, sh-format
15492 msgid "Successfully rebased and updated $head_name."
15493 msgstr ""
15494
15495 #: git-rebase--interactive.sh:740
15496 msgid "could not detach HEAD"
15497 msgstr ""
15498
15499 #: git-rebase--interactive.sh:778
15500 msgid "Could not remove CHERRY_PICK_HEAD"
15501 msgstr ""
15502
15503 #: git-rebase--interactive.sh:783
15504 #, sh-format
15505 msgid ""
15506 "You have staged changes in your working tree.\n"
15507 "If these changes are meant to be\n"
15508 "squashed into the previous commit, run:\n"
15509 "\n"
15510 " git commit --amend $gpg_sign_opt_quoted\n"
15511 "\n"
15512 "If they are meant to go into a new commit, run:\n"
15513 "\n"
15514 " git commit $gpg_sign_opt_quoted\n"
15515 "\n"
15516 "In both cases, once you're done, continue with:\n"
15517 "\n"
15518 " git rebase --continue\n"
15519 msgstr ""
15520
15521 #: git-rebase--interactive.sh:800
15522 msgid "Error trying to find the author identity to amend commit"
15523 msgstr ""
15524
15525 #: git-rebase--interactive.sh:805
15526 msgid ""
15527 "You have uncommitted changes in your working tree. Please commit them\n"
15528 "first and then run 'git rebase --continue' again."
15529 msgstr ""
15530
15531 #: git-rebase--interactive.sh:810 git-rebase--interactive.sh:814
15532 msgid "Could not commit staged changes."
15533 msgstr ""
15534
15535 #: git-rebase--interactive.sh:843
15536 msgid ""
15537 "\n"
15538 "You are editing the todo file of an ongoing interactive rebase.\n"
15539 "To continue rebase after editing, run:\n"
15540 " git rebase --continue\n"
15541 "\n"
15542 msgstr ""
15543
15544 #: git-rebase--interactive.sh:851 git-rebase--interactive.sh:937
15545 msgid "Could not execute editor"
15546 msgstr ""
15547
15548 #: git-rebase--interactive.sh:872
15549 #, sh-format
15550 msgid "Could not checkout $switch_to"
15551 msgstr ""
15552
15553 #: git-rebase--interactive.sh:879
15554 msgid "No HEAD?"
15555 msgstr ""
15556
15557 #: git-rebase--interactive.sh:880
15558 #, sh-format
15559 msgid "Could not create temporary $state_dir"
15560 msgstr ""
15561
15562 #: git-rebase--interactive.sh:883
15563 msgid "Could not mark as interactive"
15564 msgstr ""
15565
15566 #: git-rebase--interactive.sh:915
15567 #, sh-format
15568 msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
15569 msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
15570 msgstr[0] ""
15571 msgstr[1] ""
15572
15573 #: git-rebase--interactive.sh:920
15574 msgid ""
15575 "\n"
15576 "\tHowever, if you remove everything, the rebase will be aborted.\n"
15577 "\n"
15578 "\t"
15579 msgstr ""
15580
15581 #: git-rebase--interactive.sh:927
15582 msgid "Note that empty commits are commented out"
15583 msgstr ""
15584
15585 #: git-rebase--interactive.sh:980
15586 msgid "Could not generate todo list"
15587 msgstr ""
15588
15589 #: git-rebase--interactive.sh:1001 git-rebase--interactive.sh:1006
15590 msgid "Could not init rewritten commits"
15591 msgstr ""
15592
15593 #: git-sh-setup.sh:89 git-sh-setup.sh:94
15594 #, sh-format
15595 msgid "usage: $dashless $USAGE"
15596 msgstr ""
15597
15598 #: git-sh-setup.sh:190
15599 #, sh-format
15600 msgid "Cannot chdir to $cdup, the toplevel of the working tree"
15601 msgstr ""
15602
15603 #: git-sh-setup.sh:199 git-sh-setup.sh:206
15604 #, sh-format
15605 msgid "fatal: $program_name cannot be used without a working tree."
15606 msgstr ""
15607
15608 #: git-sh-setup.sh:220
15609 msgid "Cannot rebase: You have unstaged changes."
15610 msgstr ""
15611
15612 #: git-sh-setup.sh:223
15613 msgid "Cannot rewrite branches: You have unstaged changes."
15614 msgstr ""
15615
15616 #: git-sh-setup.sh:226
15617 msgid "Cannot pull with rebase: You have unstaged changes."
15618 msgstr ""
15619
15620 #: git-sh-setup.sh:229
15621 #, sh-format
15622 msgid "Cannot $action: You have unstaged changes."
15623 msgstr ""
15624
15625 #: git-sh-setup.sh:242
15626 msgid "Cannot rebase: Your index contains uncommitted changes."
15627 msgstr ""
15628
15629 #: git-sh-setup.sh:245
15630 msgid "Cannot pull with rebase: Your index contains uncommitted changes."
15631 msgstr ""
15632
15633 #: git-sh-setup.sh:248
15634 #, sh-format
15635 msgid "Cannot $action: Your index contains uncommitted changes."
15636 msgstr ""
15637
15638 #: git-sh-setup.sh:252
15639 msgid "Additionally, your index contains uncommitted changes."
15640 msgstr ""
15641
15642 #: git-sh-setup.sh:372
15643 msgid "You need to run this command from the toplevel of the working tree."
15644 msgstr ""
15645
15646 #: git-sh-setup.sh:377
15647 msgid "Unable to determine absolute path of git directory"
15648 msgstr ""
15649
15650 #. TRANSLATORS: you can adjust this to align "git add -i" status menu
15651 #: git-add--interactive.perl:196
15652 #, perl-format
15653 msgid "%12s %12s %s"
15654 msgstr ""
15655
15656 #: git-add--interactive.perl:197
15657 msgid "staged"
15658 msgstr ""
15659
15660 #: git-add--interactive.perl:197
15661 msgid "unstaged"
15662 msgstr ""
15663
15664 #: git-add--interactive.perl:253 git-add--interactive.perl:278
15665 msgid "binary"
15666 msgstr ""
15667
15668 #: git-add--interactive.perl:262 git-add--interactive.perl:316
15669 msgid "nothing"
15670 msgstr ""
15671
15672 #: git-add--interactive.perl:298 git-add--interactive.perl:313
15673 msgid "unchanged"
15674 msgstr ""
15675
15676 #: git-add--interactive.perl:609
15677 #, perl-format
15678 msgid "added %d path\n"
15679 msgid_plural "added %d paths\n"
15680 msgstr[0] ""
15681 msgstr[1] ""
15682
15683 #: git-add--interactive.perl:612
15684 #, perl-format
15685 msgid "updated %d path\n"
15686 msgid_plural "updated %d paths\n"
15687 msgstr[0] ""
15688 msgstr[1] ""
15689
15690 #: git-add--interactive.perl:615
15691 #, perl-format
15692 msgid "reverted %d path\n"
15693 msgid_plural "reverted %d paths\n"
15694 msgstr[0] ""
15695 msgstr[1] ""
15696
15697 #: git-add--interactive.perl:618
15698 #, perl-format
15699 msgid "touched %d path\n"
15700 msgid_plural "touched %d paths\n"
15701 msgstr[0] ""
15702 msgstr[1] ""
15703
15704 #: git-add--interactive.perl:627
15705 msgid "Update"
15706 msgstr ""
15707
15708 #: git-add--interactive.perl:639
15709 msgid "Revert"
15710 msgstr ""
15711
15712 #: git-add--interactive.perl:662
15713 #, perl-format
15714 msgid "note: %s is untracked now.\n"
15715 msgstr ""
15716
15717 #: git-add--interactive.perl:673
15718 msgid "Add untracked"
15719 msgstr ""
15720
15721 #: git-add--interactive.perl:679
15722 msgid "No untracked files.\n"
15723 msgstr ""
15724
15725 #: git-add--interactive.perl:1033
15726 msgid ""
15727 "If the patch applies cleanly, the edited hunk will immediately be\n"
15728 "marked for staging."
15729 msgstr ""
15730
15731 #: git-add--interactive.perl:1036
15732 msgid ""
15733 "If the patch applies cleanly, the edited hunk will immediately be\n"
15734 "marked for stashing."
15735 msgstr ""
15736
15737 #: git-add--interactive.perl:1039
15738 msgid ""
15739 "If the patch applies cleanly, the edited hunk will immediately be\n"
15740 "marked for unstaging."
15741 msgstr ""
15742
15743 #: git-add--interactive.perl:1042 git-add--interactive.perl:1051
15744 msgid ""
15745 "If the patch applies cleanly, the edited hunk will immediately be\n"
15746 "marked for applying."
15747 msgstr ""
15748
15749 #: git-add--interactive.perl:1045 git-add--interactive.perl:1048
15750 msgid ""
15751 "If the patch applies cleanly, the edited hunk will immediately be\n"
15752 "marked for discarding."
15753 msgstr ""
15754
15755 #: git-add--interactive.perl:1085
15756 #, perl-format
15757 msgid "failed to open hunk edit file for writing: %s"
15758 msgstr ""
15759
15760 #: git-add--interactive.perl:1086
15761 msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
15762 msgstr ""
15763
15764 #: git-add--interactive.perl:1092
15765 #, perl-format
15766 msgid ""
15767 "---\n"
15768 "To remove '%s' lines, make them ' ' lines (context).\n"
15769 "To remove '%s' lines, delete them.\n"
15770 "Lines starting with %s will be removed.\n"
15771 msgstr ""
15772
15773 #. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
15774 #: git-add--interactive.perl:1100
15775 msgid ""
15776 "If it does not apply cleanly, you will be given an opportunity to\n"
15777 "edit again. If all lines of the hunk are removed, then the edit is\n"
15778 "aborted and the hunk is left unchanged.\n"
15779 msgstr ""
15780
15781 #: git-add--interactive.perl:1114
15782 #, perl-format
15783 msgid "failed to open hunk edit file for reading: %s"
15784 msgstr ""
15785
15786 #. TRANSLATORS: do not translate [y/n]
15787 #. The program will only accept that input
15788 #. at this point.
15789 #. Consider translating (saying "no" discards!) as
15790 #. (saying "n" for "no" discards!) if the translation
15791 #. of the word "no" does not start with n.
15792 #: git-add--interactive.perl:1213
15793 msgid ""
15794 "Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
15795 msgstr ""
15796
15797 #: git-add--interactive.perl:1222
15798 msgid ""
15799 "y - stage this hunk\n"
15800 "n - do not stage this hunk\n"
15801 "q - quit; do not stage this hunk or any of the remaining ones\n"
15802 "a - stage this hunk and all later hunks in the file\n"
15803 "d - do not stage this hunk or any of the later hunks in the file"
15804 msgstr ""
15805
15806 #: git-add--interactive.perl:1228
15807 msgid ""
15808 "y - stash this hunk\n"
15809 "n - do not stash this hunk\n"
15810 "q - quit; do not stash this hunk or any of the remaining ones\n"
15811 "a - stash this hunk and all later hunks in the file\n"
15812 "d - do not stash this hunk or any of the later hunks in the file"
15813 msgstr ""
15814
15815 #: git-add--interactive.perl:1234
15816 msgid ""
15817 "y - unstage this hunk\n"
15818 "n - do not unstage this hunk\n"
15819 "q - quit; do not unstage this hunk or any of the remaining ones\n"
15820 "a - unstage this hunk and all later hunks in the file\n"
15821 "d - do not unstage this hunk or any of the later hunks in the file"
15822 msgstr ""
15823
15824 #: git-add--interactive.perl:1240
15825 msgid ""
15826 "y - apply this hunk to index\n"
15827 "n - do not apply this hunk to index\n"
15828 "q - quit; do not apply this hunk or any of the remaining ones\n"
15829 "a - apply this hunk and all later hunks in the file\n"
15830 "d - do not apply this hunk or any of the later hunks in the file"
15831 msgstr ""
15832
15833 #: git-add--interactive.perl:1246
15834 msgid ""
15835 "y - discard this hunk from worktree\n"
15836 "n - do not discard this hunk from worktree\n"
15837 "q - quit; do not discard this hunk or any of the remaining ones\n"
15838 "a - discard this hunk and all later hunks in the file\n"
15839 "d - do not discard this hunk or any of the later hunks in the file"
15840 msgstr ""
15841
15842 #: git-add--interactive.perl:1252
15843 msgid ""
15844 "y - discard this hunk from index and worktree\n"
15845 "n - do not discard this hunk from index and worktree\n"
15846 "q - quit; do not discard this hunk or any of the remaining ones\n"
15847 "a - discard this hunk and all later hunks in the file\n"
15848 "d - do not discard this hunk or any of the later hunks in the file"
15849 msgstr ""
15850
15851 #: git-add--interactive.perl:1258
15852 msgid ""
15853 "y - apply this hunk to index and worktree\n"
15854 "n - do not apply this hunk to index and worktree\n"
15855 "q - quit; do not apply this hunk or any of the remaining ones\n"
15856 "a - apply this hunk and all later hunks in the file\n"
15857 "d - do not apply this hunk or any of the later hunks in the file"
15858 msgstr ""
15859
15860 #: git-add--interactive.perl:1273
15861 msgid ""
15862 "g - select a hunk to go to\n"
15863 "/ - search for a hunk matching the given regex\n"
15864 "j - leave this hunk undecided, see next undecided hunk\n"
15865 "J - leave this hunk undecided, see next hunk\n"
15866 "k - leave this hunk undecided, see previous undecided hunk\n"
15867 "K - leave this hunk undecided, see previous hunk\n"
15868 "s - split the current hunk into smaller hunks\n"
15869 "e - manually edit the current hunk\n"
15870 "? - print help\n"
15871 msgstr ""
15872
15873 #: git-add--interactive.perl:1304
15874 msgid "The selected hunks do not apply to the index!\n"
15875 msgstr ""
15876
15877 #: git-add--interactive.perl:1305
15878 msgid "Apply them to the worktree anyway? "
15879 msgstr ""
15880
15881 #: git-add--interactive.perl:1308
15882 msgid "Nothing was applied.\n"
15883 msgstr ""
15884
15885 #: git-add--interactive.perl:1319
15886 #, perl-format
15887 msgid "ignoring unmerged: %s\n"
15888 msgstr ""
15889
15890 #: git-add--interactive.perl:1328
15891 msgid "Only binary files changed.\n"
15892 msgstr ""
15893
15894 #: git-add--interactive.perl:1330
15895 msgid "No changes.\n"
15896 msgstr ""
15897
15898 #: git-add--interactive.perl:1338
15899 msgid "Patch update"
15900 msgstr ""
15901
15902 #: git-add--interactive.perl:1390
15903 #, perl-format
15904 msgid "Stage mode change [y,n,q,a,d%s,?]? "
15905 msgstr ""
15906
15907 #: git-add--interactive.perl:1391
15908 #, perl-format
15909 msgid "Stage deletion [y,n,q,a,d%s,?]? "
15910 msgstr ""
15911
15912 #: git-add--interactive.perl:1392
15913 #, perl-format
15914 msgid "Stage this hunk [y,n,q,a,d%s,?]? "
15915 msgstr ""
15916
15917 #: git-add--interactive.perl:1395
15918 #, perl-format
15919 msgid "Stash mode change [y,n,q,a,d%s,?]? "
15920 msgstr ""
15921
15922 #: git-add--interactive.perl:1396
15923 #, perl-format
15924 msgid "Stash deletion [y,n,q,a,d%s,?]? "
15925 msgstr ""
15926
15927 #: git-add--interactive.perl:1397
15928 #, perl-format
15929 msgid "Stash this hunk [y,n,q,a,d%s,?]? "
15930 msgstr ""
15931
15932 #: git-add--interactive.perl:1400
15933 #, perl-format
15934 msgid "Unstage mode change [y,n,q,a,d%s,?]? "
15935 msgstr ""
15936
15937 #: git-add--interactive.perl:1401
15938 #, perl-format
15939 msgid "Unstage deletion [y,n,q,a,d%s,?]? "
15940 msgstr ""
15941
15942 #: git-add--interactive.perl:1402
15943 #, perl-format
15944 msgid "Unstage this hunk [y,n,q,a,d%s,?]? "
15945 msgstr ""
15946
15947 #: git-add--interactive.perl:1405
15948 #, perl-format
15949 msgid "Apply mode change to index [y,n,q,a,d%s,?]? "
15950 msgstr ""
15951
15952 #: git-add--interactive.perl:1406
15953 #, perl-format
15954 msgid "Apply deletion to index [y,n,q,a,d%s,?]? "
15955 msgstr ""
15956
15957 #: git-add--interactive.perl:1407
15958 #, perl-format
15959 msgid "Apply this hunk to index [y,n,q,a,d%s,?]? "
15960 msgstr ""
15961
15962 #: git-add--interactive.perl:1410
15963 #, perl-format
15964 msgid "Discard mode change from worktree [y,n,q,a,d%s,?]? "
15965 msgstr ""
15966
15967 #: git-add--interactive.perl:1411
15968 #, perl-format
15969 msgid "Discard deletion from worktree [y,n,q,a,d%s,?]? "
15970 msgstr ""
15971
15972 #: git-add--interactive.perl:1412
15973 #, perl-format
15974 msgid "Discard this hunk from worktree [y,n,q,a,d%s,?]? "
15975 msgstr ""
15976
15977 #: git-add--interactive.perl:1415
15978 #, perl-format
15979 msgid "Discard mode change from index and worktree [y,n,q,a,d%s,?]? "
15980 msgstr ""
15981
15982 #: git-add--interactive.perl:1416
15983 #, perl-format
15984 msgid "Discard deletion from index and worktree [y,n,q,a,d%s,?]? "
15985 msgstr ""
15986
15987 #: git-add--interactive.perl:1417
15988 #, perl-format
15989 msgid "Discard this hunk from index and worktree [y,n,q,a,d%s,?]? "
15990 msgstr ""
15991
15992 #: git-add--interactive.perl:1420
15993 #, perl-format
15994 msgid "Apply mode change to index and worktree [y,n,q,a,d%s,?]? "
15995 msgstr ""
15996
15997 #: git-add--interactive.perl:1421
15998 #, perl-format
15999 msgid "Apply deletion to index and worktree [y,n,q,a,d%s,?]? "
16000 msgstr ""
16001
16002 #: git-add--interactive.perl:1422
16003 #, perl-format
16004 msgid "Apply this hunk to index and worktree [y,n,q,a,d%s,?]? "
16005 msgstr ""
16006
16007 #: git-add--interactive.perl:1522
16008 msgid "No other hunks to goto\n"
16009 msgstr ""
16010
16011 #: git-add--interactive.perl:1529
16012 msgid "go to which hunk (<ret> to see more)? "
16013 msgstr ""
16014
16015 #: git-add--interactive.perl:1531
16016 msgid "go to which hunk? "
16017 msgstr ""
16018
16019 #: git-add--interactive.perl:1540
16020 #, perl-format
16021 msgid "Invalid number: '%s'\n"
16022 msgstr ""
16023
16024 #: git-add--interactive.perl:1545
16025 #, perl-format
16026 msgid "Sorry, only %d hunk available.\n"
16027 msgid_plural "Sorry, only %d hunks available.\n"
16028 msgstr[0] ""
16029 msgstr[1] ""
16030
16031 #: git-add--interactive.perl:1571
16032 msgid "No other hunks to search\n"
16033 msgstr ""
16034
16035 #: git-add--interactive.perl:1575
16036 msgid "search for regex? "
16037 msgstr ""
16038
16039 #: git-add--interactive.perl:1588
16040 #, perl-format
16041 msgid "Malformed search regexp %s: %s\n"
16042 msgstr ""
16043
16044 #: git-add--interactive.perl:1598
16045 msgid "No hunk matches the given pattern\n"
16046 msgstr ""
16047
16048 #: git-add--interactive.perl:1610 git-add--interactive.perl:1632
16049 msgid "No previous hunk\n"
16050 msgstr ""
16051
16052 #: git-add--interactive.perl:1619 git-add--interactive.perl:1638
16053 msgid "No next hunk\n"
16054 msgstr ""
16055
16056 #: git-add--interactive.perl:1644
16057 msgid "Sorry, cannot split this hunk\n"
16058 msgstr ""
16059
16060 #: git-add--interactive.perl:1650
16061 #, perl-format
16062 msgid "Split into %d hunk.\n"
16063 msgid_plural "Split into %d hunks.\n"
16064 msgstr[0] ""
16065 msgstr[1] ""
16066
16067 #: git-add--interactive.perl:1660
16068 msgid "Sorry, cannot edit this hunk\n"
16069 msgstr ""
16070
16071 #: git-add--interactive.perl:1706
16072 msgid "Review diff"
16073 msgstr ""
16074
16075 #. TRANSLATORS: please do not translate the command names
16076 #. 'status', 'update', 'revert', etc.
16077 #: git-add--interactive.perl:1725
16078 msgid ""
16079 "status - show paths with changes\n"
16080 "update - add working tree state to the staged set of changes\n"
16081 "revert - revert staged set of changes back to the HEAD version\n"
16082 "patch - pick hunks and update selectively\n"
16083 "diff - view diff between HEAD and index\n"
16084 "add untracked - add contents of untracked files to the staged set of "
16085 "changes\n"
16086 msgstr ""
16087
16088 #: git-add--interactive.perl:1742 git-add--interactive.perl:1747
16089 #: git-add--interactive.perl:1750 git-add--interactive.perl:1757
16090 #: git-add--interactive.perl:1761 git-add--interactive.perl:1767
16091 msgid "missing --"
16092 msgstr ""
16093
16094 #: git-add--interactive.perl:1763
16095 #, perl-format
16096 msgid "unknown --patch mode: %s"
16097 msgstr ""
16098
16099 #: git-add--interactive.perl:1769 git-add--interactive.perl:1775
16100 #, perl-format
16101 msgid "invalid argument %s, expecting --"
16102 msgstr ""
16103
16104 #: git-send-email.perl:130
16105 msgid "local zone differs from GMT by a non-minute interval\n"
16106 msgstr ""
16107
16108 #: git-send-email.perl:137 git-send-email.perl:143
16109 msgid "local time offset greater than or equal to 24 hours\n"
16110 msgstr ""
16111
16112 #: git-send-email.perl:211 git-send-email.perl:217
16113 msgid "the editor exited uncleanly, aborting everything"
16114 msgstr ""
16115
16116 #: git-send-email.perl:294
16117 #, perl-format
16118 msgid ""
16119 "'%s' contains an intermediate version of the email you were composing.\n"
16120 msgstr ""
16121
16122 #: git-send-email.perl:299
16123 #, perl-format
16124 msgid "'%s.final' contains the composed email.\n"
16125 msgstr ""
16126
16127 #: git-send-email.perl:317
16128 msgid "--dump-aliases incompatible with other options\n"
16129 msgstr ""
16130
16131 #: git-send-email.perl:383 git-send-email.perl:638
16132 msgid "Cannot run git format-patch from outside a repository\n"
16133 msgstr ""
16134
16135 #: git-send-email.perl:386
16136 msgid ""
16137 "`batch-size` and `relogin` must be specified together (via command-line or "
16138 "configuration option)\n"
16139 msgstr ""
16140
16141 #: git-send-email.perl:456
16142 #, perl-format
16143 msgid "Unknown --suppress-cc field: '%s'\n"
16144 msgstr ""
16145
16146 #: git-send-email.perl:485
16147 #, perl-format
16148 msgid "Unknown --confirm setting: '%s'\n"
16149 msgstr ""
16150
16151 #: git-send-email.perl:513
16152 #, perl-format
16153 msgid "warning: sendmail alias with quotes is not supported: %s\n"
16154 msgstr ""
16155
16156 #: git-send-email.perl:515
16157 #, perl-format
16158 msgid "warning: `:include:` not supported: %s\n"
16159 msgstr ""
16160
16161 #: git-send-email.perl:517
16162 #, perl-format
16163 msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
16164 msgstr ""
16165
16166 #: git-send-email.perl:522
16167 #, perl-format
16168 msgid "warning: sendmail line is not recognized: %s\n"
16169 msgstr ""
16170
16171 #: git-send-email.perl:604
16172 #, perl-format
16173 msgid ""
16174 "File '%s' exists but it could also be the range of commits\n"
16175 "to produce patches for. Please disambiguate by...\n"
16176 "\n"
16177 " * Saying \"./%s\" if you mean a file; or\n"
16178 " * Giving --format-patch option if you mean a range.\n"
16179 msgstr ""
16180
16181 #: git-send-email.perl:625
16182 #, perl-format
16183 msgid "Failed to opendir %s: %s"
16184 msgstr ""
16185
16186 #: git-send-email.perl:649
16187 #, perl-format
16188 msgid ""
16189 "fatal: %s: %s\n"
16190 "warning: no patches were sent\n"
16191 msgstr ""
16192
16193 #: git-send-email.perl:660
16194 msgid ""
16195 "\n"
16196 "No patch files specified!\n"
16197 "\n"
16198 msgstr ""
16199
16200 #: git-send-email.perl:673
16201 #, perl-format
16202 msgid "No subject line in %s?"
16203 msgstr ""
16204
16205 #: git-send-email.perl:683
16206 #, perl-format
16207 msgid "Failed to open for writing %s: %s"
16208 msgstr ""
16209
16210 #: git-send-email.perl:694
16211 msgid ""
16212 "Lines beginning in \"GIT:\" will be removed.\n"
16213 "Consider including an overall diffstat or table of contents\n"
16214 "for the patch you are writing.\n"
16215 "\n"
16216 "Clear the body content if you don't wish to send a summary.\n"
16217 msgstr ""
16218
16219 #: git-send-email.perl:718
16220 #, perl-format
16221 msgid "Failed to open %s: %s"
16222 msgstr ""
16223
16224 #: git-send-email.perl:735
16225 #, perl-format
16226 msgid "Failed to open %s.final: %s"
16227 msgstr ""
16228
16229 #: git-send-email.perl:778
16230 msgid "Summary email is empty, skipping it\n"
16231 msgstr ""
16232
16233 #. TRANSLATORS: please keep [y/N] as is.
16234 #: git-send-email.perl:813
16235 #, perl-format
16236 msgid "Are you sure you want to use <%s> [y/N]? "
16237 msgstr ""
16238
16239 #: git-send-email.perl:868
16240 msgid ""
16241 "The following files are 8bit, but do not declare a Content-Transfer-"
16242 "Encoding.\n"
16243 msgstr ""
16244
16245 #: git-send-email.perl:873
16246 msgid "Which 8bit encoding should I declare [UTF-8]? "
16247 msgstr ""
16248
16249 #: git-send-email.perl:881
16250 #, perl-format
16251 msgid ""
16252 "Refusing to send because the patch\n"
16253 "\t%s\n"
16254 "has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
16255 "want to send.\n"
16256 msgstr ""
16257
16258 #: git-send-email.perl:900
16259 msgid "To whom should the emails be sent (if anyone)?"
16260 msgstr ""
16261
16262 #: git-send-email.perl:918
16263 #, perl-format
16264 msgid "fatal: alias '%s' expands to itself\n"
16265 msgstr ""
16266
16267 #: git-send-email.perl:930
16268 msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
16269 msgstr ""
16270
16271 #: git-send-email.perl:988 git-send-email.perl:996
16272 #, perl-format
16273 msgid "error: unable to extract a valid address from: %s\n"
16274 msgstr ""
16275
16276 #. TRANSLATORS: Make sure to include [q] [d] [e] in your
16277 #. translation. The program will only accept English input
16278 #. at this point.
16279 #: git-send-email.perl:1000
16280 msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
16281 msgstr ""
16282
16283 #: git-send-email.perl:1317
16284 #, perl-format
16285 msgid "CA path \"%s\" does not exist"
16286 msgstr ""
16287
16288 #: git-send-email.perl:1400
16289 msgid ""
16290 " The Cc list above has been expanded by additional\n"
16291 " addresses found in the patch commit message. By default\n"
16292 " send-email prompts before sending whenever this occurs.\n"
16293 " This behavior is controlled by the sendemail.confirm\n"
16294 " configuration setting.\n"
16295 "\n"
16296 " For additional information, run 'git send-email --help'.\n"
16297 " To retain the current behavior, but squelch this message,\n"
16298 " run 'git config --global sendemail.confirm auto'.\n"
16299 "\n"
16300 msgstr ""
16301
16302 #. TRANSLATORS: Make sure to include [y] [n] [e] [q] [a] in your
16303 #. translation. The program will only accept English input
16304 #. at this point.
16305 #: git-send-email.perl:1415
16306 msgid "Send this email? ([y]es|[n]o|[e]dit|[q]uit|[a]ll): "
16307 msgstr ""
16308
16309 #: git-send-email.perl:1418
16310 msgid "Send this email reply required"
16311 msgstr ""
16312
16313 #: git-send-email.perl:1446
16314 msgid "The required SMTP server is not properly defined."
16315 msgstr ""
16316
16317 #: git-send-email.perl:1493
16318 #, perl-format
16319 msgid "Server does not support STARTTLS! %s"
16320 msgstr ""
16321
16322 #: git-send-email.perl:1498 git-send-email.perl:1502
16323 #, perl-format
16324 msgid "STARTTLS failed! %s"
16325 msgstr ""
16326
16327 #: git-send-email.perl:1512
16328 msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
16329 msgstr ""
16330
16331 #: git-send-email.perl:1530
16332 #, perl-format
16333 msgid "Failed to send %s\n"
16334 msgstr ""
16335
16336 #: git-send-email.perl:1533
16337 #, perl-format
16338 msgid "Dry-Sent %s\n"
16339 msgstr ""
16340
16341 #: git-send-email.perl:1533
16342 #, perl-format
16343 msgid "Sent %s\n"
16344 msgstr ""
16345
16346 #: git-send-email.perl:1535
16347 msgid "Dry-OK. Log says:\n"
16348 msgstr ""
16349
16350 #: git-send-email.perl:1535
16351 msgid "OK. Log says:\n"
16352 msgstr ""
16353
16354 #: git-send-email.perl:1547
16355 msgid "Result: "
16356 msgstr ""
16357
16358 #: git-send-email.perl:1550
16359 msgid "Result: OK\n"
16360 msgstr ""
16361
16362 #: git-send-email.perl:1568
16363 #, perl-format
16364 msgid "can't open file %s"
16365 msgstr ""
16366
16367 #: git-send-email.perl:1615 git-send-email.perl:1635
16368 #, perl-format
16369 msgid "(mbox) Adding cc: %s from line '%s'\n"
16370 msgstr ""
16371
16372 #: git-send-email.perl:1621
16373 #, perl-format
16374 msgid "(mbox) Adding to: %s from line '%s'\n"
16375 msgstr ""
16376
16377 #: git-send-email.perl:1674
16378 #, perl-format
16379 msgid "(non-mbox) Adding cc: %s from line '%s'\n"
16380 msgstr ""
16381
16382 #: git-send-email.perl:1699
16383 #, perl-format
16384 msgid "(body) Adding cc: %s from line '%s'\n"
16385 msgstr ""
16386
16387 #: git-send-email.perl:1817
16388 #, perl-format
16389 msgid "(%s) Could not execute '%s'"
16390 msgstr ""
16391
16392 #: git-send-email.perl:1824
16393 #, perl-format
16394 msgid "(%s) Adding %s: %s from: '%s'\n"
16395 msgstr ""
16396
16397 #: git-send-email.perl:1828
16398 #, perl-format
16399 msgid "(%s) failed to close pipe to '%s'"
16400 msgstr ""
16401
16402 #: git-send-email.perl:1855
16403 msgid "cannot send message as 7bit"
16404 msgstr ""
16405
16406 #: git-send-email.perl:1863
16407 msgid "invalid transfer encoding"
16408 msgstr ""
16409
16410 #: git-send-email.perl:1901 git-send-email.perl:1952 git-send-email.perl:1962
16411 #, perl-format
16412 msgid "unable to open %s: %s\n"
16413 msgstr ""
16414
16415 #: git-send-email.perl:1904
16416 #, perl-format
16417 msgid "%s: patch contains a line longer than 998 characters"
16418 msgstr ""
16419
16420 #: git-send-email.perl:1920
16421 #, perl-format
16422 msgid "Skipping %s with backup suffix '%s'.\n"
16423 msgstr ""
16424
16425 #. TRANSLATORS: please keep "[y|N]" as is.
16426 #: git-send-email.perl:1924
16427 #, perl-format
16428 msgid "Do you really want to send %s? [y|N]: "
16429 msgstr ""