]> git.ipfire.org Git - thirdparty/git.git/blob - po/git.pot
fetch: ensure submodule objects fetched
[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-09-04 08:50+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:97
22 #, c-format
23 msgid "%shint: %.*s%s\n"
24 msgstr ""
25
26 #: advice.c:150
27 msgid "Cherry-picking is not possible because you have unmerged files."
28 msgstr ""
29
30 #: advice.c:152
31 msgid "Committing is not possible because you have unmerged files."
32 msgstr ""
33
34 #: advice.c:154
35 msgid "Merging is not possible because you have unmerged files."
36 msgstr ""
37
38 #: advice.c:156
39 msgid "Pulling is not possible because you have unmerged files."
40 msgstr ""
41
42 #: advice.c:158
43 msgid "Reverting is not possible because you have unmerged files."
44 msgstr ""
45
46 #: advice.c:160
47 #, c-format
48 msgid "It is not possible to %s because you have unmerged files."
49 msgstr ""
50
51 #: advice.c:168
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:176
58 msgid "Exiting because of an unresolved conflict."
59 msgstr ""
60
61 #: advice.c:181 builtin/merge.c:1286
62 msgid "You have not concluded your merge (MERGE_HEAD exists)."
63 msgstr ""
64
65 #: advice.c:183
66 msgid "Please, commit your changes before merging."
67 msgstr ""
68
69 #: advice.c:184
70 msgid "Exiting because of unfinished merge."
71 msgstr ""
72
73 #: advice.c:190
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:59
90 #, c-format
91 msgid "unrecognized whitespace option '%s'"
92 msgstr ""
93
94 #: apply.c:75
95 #, c-format
96 msgid "unrecognized whitespace ignore option '%s'"
97 msgstr ""
98
99 #: apply.c:125
100 msgid "--reject and --3way cannot be used together."
101 msgstr ""
102
103 #: apply.c:127
104 msgid "--cached and --3way cannot be used together."
105 msgstr ""
106
107 #: apply.c:130
108 msgid "--3way outside a repository"
109 msgstr ""
110
111 #: apply.c:141
112 msgid "--index outside a repository"
113 msgstr ""
114
115 #: apply.c:144
116 msgid "--cached outside a repository"
117 msgstr ""
118
119 #: apply.c:826
120 #, c-format
121 msgid "Cannot prepare timestamp regexp %s"
122 msgstr ""
123
124 #: apply.c:835
125 #, c-format
126 msgid "regexec returned %d for input: %s"
127 msgstr ""
128
129 #: apply.c:909
130 #, c-format
131 msgid "unable to find filename in patch at line %d"
132 msgstr ""
133
134 #: apply.c:947
135 #, c-format
136 msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
137 msgstr ""
138
139 #: apply.c:953
140 #, c-format
141 msgid "git apply: bad git-diff - inconsistent new filename on line %d"
142 msgstr ""
143
144 #: apply.c:954
145 #, c-format
146 msgid "git apply: bad git-diff - inconsistent old filename on line %d"
147 msgstr ""
148
149 #: apply.c:959
150 #, c-format
151 msgid "git apply: bad git-diff - expected /dev/null on line %d"
152 msgstr ""
153
154 #: apply.c:988
155 #, c-format
156 msgid "invalid mode on line %d: %s"
157 msgstr ""
158
159 #: apply.c:1306
160 #, c-format
161 msgid "inconsistent header lines %d and %d"
162 msgstr ""
163
164 #: apply.c:1478
165 #, c-format
166 msgid "recount: unexpected line: %.*s"
167 msgstr ""
168
169 #: apply.c:1547
170 #, c-format
171 msgid "patch fragment without header at line %d: %.*s"
172 msgstr ""
173
174 #: apply.c:1567
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:1580
186 #, c-format
187 msgid "git diff header lacks filename information (line %d)"
188 msgstr ""
189
190 #: apply.c:1768
191 msgid "new file depends on old contents"
192 msgstr ""
193
194 #: apply.c:1770
195 msgid "deleted file still has contents"
196 msgstr ""
197
198 #: apply.c:1804
199 #, c-format
200 msgid "corrupt patch at line %d"
201 msgstr ""
202
203 #: apply.c:1841
204 #, c-format
205 msgid "new file %s depends on old contents"
206 msgstr ""
207
208 #: apply.c:1843
209 #, c-format
210 msgid "deleted file %s still has contents"
211 msgstr ""
212
213 #: apply.c:1846
214 #, c-format
215 msgid "** warning: file %s becomes empty but is not deleted"
216 msgstr ""
217
218 #: apply.c:1993
219 #, c-format
220 msgid "corrupt binary patch at line %d: %.*s"
221 msgstr ""
222
223 #: apply.c:2030
224 #, c-format
225 msgid "unrecognized binary patch at line %d"
226 msgstr ""
227
228 #: apply.c:2190
229 #, c-format
230 msgid "patch with only garbage at line %d"
231 msgstr ""
232
233 #: apply.c:2276
234 #, c-format
235 msgid "unable to read symlink %s"
236 msgstr ""
237
238 #: apply.c:2280
239 #, c-format
240 msgid "unable to open or read %s"
241 msgstr ""
242
243 #: apply.c:2939
244 #, c-format
245 msgid "invalid start of line: '%c'"
246 msgstr ""
247
248 #: apply.c:3060
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:3072
256 #, c-format
257 msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
258 msgstr ""
259
260 #: apply.c:3078
261 #, c-format
262 msgid ""
263 "while searching for:\n"
264 "%.*s"
265 msgstr ""
266
267 #: apply.c:3100
268 #, c-format
269 msgid "missing binary patch data for '%s'"
270 msgstr ""
271
272 #: apply.c:3108
273 #, c-format
274 msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
275 msgstr ""
276
277 #: apply.c:3154
278 #, c-format
279 msgid "cannot apply binary patch to '%s' without full index line"
280 msgstr ""
281
282 #: apply.c:3164
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:3172
289 #, c-format
290 msgid "the patch applies to an empty '%s' but it is not empty"
291 msgstr ""
292
293 #: apply.c:3190
294 #, c-format
295 msgid "the necessary postimage %s for '%s' cannot be read"
296 msgstr ""
297
298 #: apply.c:3203
299 #, c-format
300 msgid "binary patch does not apply to '%s'"
301 msgstr ""
302
303 #: apply.c:3209
304 #, c-format
305 msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
306 msgstr ""
307
308 #: apply.c:3230
309 #, c-format
310 msgid "patch failed: %s:%ld"
311 msgstr ""
312
313 #: apply.c:3352
314 #, c-format
315 msgid "cannot checkout %s"
316 msgstr ""
317
318 #: apply.c:3404 apply.c:3415 apply.c:3461 setup.c:278
319 #, c-format
320 msgid "failed to read %s"
321 msgstr ""
322
323 #: apply.c:3412
324 #, c-format
325 msgid "reading from '%s' beyond a symbolic link"
326 msgstr ""
327
328 #: apply.c:3441 apply.c:3681
329 #, c-format
330 msgid "path %s has been renamed/deleted"
331 msgstr ""
332
333 #: apply.c:3524 apply.c:3696
334 #, c-format
335 msgid "%s: does not exist in index"
336 msgstr ""
337
338 #: apply.c:3533 apply.c:3704
339 #, c-format
340 msgid "%s: does not match index"
341 msgstr ""
342
343 #: apply.c:3568
344 msgid "repository lacks the necessary blob to fall back on 3-way merge."
345 msgstr ""
346
347 #: apply.c:3571
348 #, c-format
349 msgid "Falling back to three-way merge...\n"
350 msgstr ""
351
352 #: apply.c:3587 apply.c:3591
353 #, c-format
354 msgid "cannot read the current contents of '%s'"
355 msgstr ""
356
357 #: apply.c:3603
358 #, c-format
359 msgid "Failed to fall back on three-way merge...\n"
360 msgstr ""
361
362 #: apply.c:3617
363 #, c-format
364 msgid "Applied patch to '%s' with conflicts.\n"
365 msgstr ""
366
367 #: apply.c:3622
368 #, c-format
369 msgid "Applied patch to '%s' cleanly.\n"
370 msgstr ""
371
372 #: apply.c:3648
373 msgid "removal patch leaves file contents"
374 msgstr ""
375
376 #: apply.c:3721
377 #, c-format
378 msgid "%s: wrong type"
379 msgstr ""
380
381 #: apply.c:3723
382 #, c-format
383 msgid "%s has type %o, expected %o"
384 msgstr ""
385
386 #: apply.c:3874 apply.c:3876
387 #, c-format
388 msgid "invalid path '%s'"
389 msgstr ""
390
391 #: apply.c:3932
392 #, c-format
393 msgid "%s: already exists in index"
394 msgstr ""
395
396 #: apply.c:3935
397 #, c-format
398 msgid "%s: already exists in working directory"
399 msgstr ""
400
401 #: apply.c:3955
402 #, c-format
403 msgid "new mode (%o) of %s does not match old mode (%o)"
404 msgstr ""
405
406 #: apply.c:3960
407 #, c-format
408 msgid "new mode (%o) of %s does not match old mode (%o) of %s"
409 msgstr ""
410
411 #: apply.c:3980
412 #, c-format
413 msgid "affected file '%s' is beyond a symbolic link"
414 msgstr ""
415
416 #: apply.c:3984
417 #, c-format
418 msgid "%s: patch does not apply"
419 msgstr ""
420
421 #: apply.c:3999
422 #, c-format
423 msgid "Checking patch %s..."
424 msgstr ""
425
426 #: apply.c:4091
427 #, c-format
428 msgid "sha1 information is lacking or useless for submodule %s"
429 msgstr ""
430
431 #: apply.c:4098
432 #, c-format
433 msgid "mode change for %s, which is not in current HEAD"
434 msgstr ""
435
436 #: apply.c:4101
437 #, c-format
438 msgid "sha1 information is lacking or useless (%s)."
439 msgstr ""
440
441 #: apply.c:4106 builtin/checkout.c:237 builtin/reset.c:140
442 #, c-format
443 msgid "make_cache_entry failed for path '%s'"
444 msgstr ""
445
446 #: apply.c:4110
447 #, c-format
448 msgid "could not add %s to temporary index"
449 msgstr ""
450
451 #: apply.c:4120
452 #, c-format
453 msgid "could not write temporary index to %s"
454 msgstr ""
455
456 #: apply.c:4258
457 #, c-format
458 msgid "unable to remove %s from index"
459 msgstr ""
460
461 #: apply.c:4292
462 #, c-format
463 msgid "corrupt patch for submodule %s"
464 msgstr ""
465
466 #: apply.c:4298
467 #, c-format
468 msgid "unable to stat newly created file '%s'"
469 msgstr ""
470
471 #: apply.c:4306
472 #, c-format
473 msgid "unable to create backing store for newly created file %s"
474 msgstr ""
475
476 #: apply.c:4312 apply.c:4457
477 #, c-format
478 msgid "unable to add cache entry for %s"
479 msgstr ""
480
481 #: apply.c:4355
482 #, c-format
483 msgid "failed to write to '%s'"
484 msgstr ""
485
486 #: apply.c:4359
487 #, c-format
488 msgid "closing file '%s'"
489 msgstr ""
490
491 #: apply.c:4429
492 #, c-format
493 msgid "unable to write file '%s' mode %o"
494 msgstr ""
495
496 #: apply.c:4527
497 #, c-format
498 msgid "Applied patch %s cleanly."
499 msgstr ""
500
501 #: apply.c:4535
502 msgid "internal error"
503 msgstr ""
504
505 #: apply.c:4538
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:4549
513 #, c-format
514 msgid "truncating .rej filename to %.*s.rej"
515 msgstr ""
516
517 #: apply.c:4557 builtin/fetch.c:780 builtin/fetch.c:1048
518 #, c-format
519 msgid "cannot open %s"
520 msgstr ""
521
522 #: apply.c:4571
523 #, c-format
524 msgid "Hunk #%d applied cleanly."
525 msgstr ""
526
527 #: apply.c:4575
528 #, c-format
529 msgid "Rejected hunk #%d."
530 msgstr ""
531
532 #: apply.c:4685
533 #, c-format
534 msgid "Skipped patch '%s'."
535 msgstr ""
536
537 #: apply.c:4693
538 msgid "unrecognized input"
539 msgstr ""
540
541 #: apply.c:4712
542 msgid "unable to read index file"
543 msgstr ""
544
545 #: apply.c:4849
546 #, c-format
547 msgid "can't open patch '%s': %s"
548 msgstr ""
549
550 #: apply.c:4876
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:4882 apply.c:4897
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:4890
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:4906 builtin/add.c:539 builtin/mv.c:300 builtin/rm.c:389
572 msgid "Unable to write new index file"
573 msgstr ""
574
575 #: apply.c:4933 apply.c:4936 builtin/am.c:2254 builtin/am.c:2257
576 #: builtin/clone.c:121 builtin/fetch.c:115 builtin/merge.c:260
577 #: builtin/pull.c:198 builtin/submodule--helper.c:406
578 #: builtin/submodule--helper.c:1355 builtin/submodule--helper.c:1358
579 #: builtin/submodule--helper.c:1729 builtin/submodule--helper.c:1732
580 #: builtin/submodule--helper.c:1952 git-add--interactive.perl:197
581 msgid "path"
582 msgstr ""
583
584 #: apply.c:4934
585 msgid "don't apply changes matching the given path"
586 msgstr ""
587
588 #: apply.c:4937
589 msgid "apply changes matching the given path"
590 msgstr ""
591
592 #: apply.c:4939 builtin/am.c:2263
593 msgid "num"
594 msgstr ""
595
596 #: apply.c:4940
597 msgid "remove <num> leading slashes from traditional diff paths"
598 msgstr ""
599
600 #: apply.c:4943
601 msgid "ignore additions made by the patch"
602 msgstr ""
603
604 #: apply.c:4945
605 msgid "instead of applying the patch, output diffstat for the input"
606 msgstr ""
607
608 #: apply.c:4949
609 msgid "show number of added and deleted lines in decimal notation"
610 msgstr ""
611
612 #: apply.c:4951
613 msgid "instead of applying the patch, output a summary for the input"
614 msgstr ""
615
616 #: apply.c:4953
617 msgid "instead of applying the patch, see if the patch is applicable"
618 msgstr ""
619
620 #: apply.c:4955
621 msgid "make sure the patch is applicable to the current index"
622 msgstr ""
623
624 #: apply.c:4957
625 msgid "mark new files with `git add --intent-to-add`"
626 msgstr ""
627
628 #: apply.c:4959
629 msgid "apply a patch without touching the working tree"
630 msgstr ""
631
632 #: apply.c:4961
633 msgid "accept a patch that touches outside the working area"
634 msgstr ""
635
636 #: apply.c:4964
637 msgid "also apply the patch (use with --stat/--summary/--check)"
638 msgstr ""
639
640 #: apply.c:4966
641 msgid "attempt three-way merge if a patch does not apply"
642 msgstr ""
643
644 #: apply.c:4968
645 msgid "build a temporary index based on embedded index information"
646 msgstr ""
647
648 #: apply.c:4971 builtin/checkout-index.c:168 builtin/ls-files.c:516
649 msgid "paths are separated with NUL character"
650 msgstr ""
651
652 #: apply.c:4973
653 msgid "ensure at least <n> lines of context match"
654 msgstr ""
655
656 #: apply.c:4974 builtin/am.c:2242 builtin/interpret-trailers.c:95
657 #: builtin/interpret-trailers.c:97 builtin/interpret-trailers.c:99
658 #: builtin/pack-objects.c:3202
659 msgid "action"
660 msgstr ""
661
662 #: apply.c:4975
663 msgid "detect new or modified lines that have whitespace errors"
664 msgstr ""
665
666 #: apply.c:4978 apply.c:4981
667 msgid "ignore changes in whitespace when finding context"
668 msgstr ""
669
670 #: apply.c:4984
671 msgid "apply the patch in reverse"
672 msgstr ""
673
674 #: apply.c:4986
675 msgid "don't expect at least one line of context"
676 msgstr ""
677
678 #: apply.c:4988
679 msgid "leave the rejected hunks in corresponding *.rej files"
680 msgstr ""
681
682 #: apply.c:4990
683 msgid "allow overlapping hunks"
684 msgstr ""
685
686 #: apply.c:4991 builtin/add.c:290 builtin/check-ignore.c:21
687 #: builtin/commit.c:1301 builtin/count-objects.c:98 builtin/fsck.c:671
688 #: builtin/log.c:1914 builtin/mv.c:122 builtin/read-tree.c:124
689 msgid "be verbose"
690 msgstr ""
691
692 #: apply.c:4993
693 msgid "tolerate incorrectly detected missing new-line at the end of file"
694 msgstr ""
695
696 #: apply.c:4996
697 msgid "do not trust the line counts in the hunk headers"
698 msgstr ""
699
700 #: apply.c:4998 builtin/am.c:2251
701 msgid "root"
702 msgstr ""
703
704 #: apply.c:4999
705 msgid "prepend <root> to all filenames"
706 msgstr ""
707
708 #: archive.c:14
709 msgid "git archive [<options>] <tree-ish> [<path>...]"
710 msgstr ""
711
712 #: archive.c:15
713 msgid "git archive --list"
714 msgstr ""
715
716 #: archive.c:16
717 msgid ""
718 "git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
719 msgstr ""
720
721 #: archive.c:17
722 msgid "git archive --remote <repo> [--exec <cmd>] --list"
723 msgstr ""
724
725 #: archive.c:363 builtin/add.c:176 builtin/add.c:515 builtin/rm.c:298
726 #, c-format
727 msgid "pathspec '%s' did not match any files"
728 msgstr ""
729
730 #: archive.c:446
731 msgid "fmt"
732 msgstr ""
733
734 #: archive.c:446
735 msgid "archive format"
736 msgstr ""
737
738 #: archive.c:447 builtin/log.c:1473
739 msgid "prefix"
740 msgstr ""
741
742 #: archive.c:448
743 msgid "prepend prefix to each pathname in the archive"
744 msgstr ""
745
746 #: archive.c:449 builtin/blame.c:816 builtin/blame.c:817 builtin/config.c:126
747 #: builtin/fast-export.c:1013 builtin/fast-export.c:1015 builtin/grep.c:873
748 #: builtin/hash-object.c:104 builtin/ls-files.c:552 builtin/ls-files.c:555
749 #: builtin/notes.c:407 builtin/notes.c:570 builtin/read-tree.c:119
750 #: parse-options.h:165
751 msgid "file"
752 msgstr ""
753
754 #: archive.c:450 builtin/archive.c:89
755 msgid "write the archive to this file"
756 msgstr ""
757
758 #: archive.c:452
759 msgid "read .gitattributes in working directory"
760 msgstr ""
761
762 #: archive.c:453
763 msgid "report archived files on stderr"
764 msgstr ""
765
766 #: archive.c:454
767 msgid "store only"
768 msgstr ""
769
770 #: archive.c:455
771 msgid "compress faster"
772 msgstr ""
773
774 #: archive.c:463
775 msgid "compress better"
776 msgstr ""
777
778 #: archive.c:466
779 msgid "list supported archive formats"
780 msgstr ""
781
782 #: archive.c:468 builtin/archive.c:90 builtin/clone.c:111 builtin/clone.c:114
783 #: builtin/submodule--helper.c:1367 builtin/submodule--helper.c:1738
784 msgid "repo"
785 msgstr ""
786
787 #: archive.c:469 builtin/archive.c:91
788 msgid "retrieve the archive from remote repository <repo>"
789 msgstr ""
790
791 #: archive.c:470 builtin/archive.c:92 builtin/difftool.c:714
792 #: builtin/notes.c:491
793 msgid "command"
794 msgstr ""
795
796 #: archive.c:471 builtin/archive.c:93
797 msgid "path to the remote git-upload-archive command"
798 msgstr ""
799
800 #: archive.c:478
801 msgid "Unexpected option --remote"
802 msgstr ""
803
804 #: archive.c:480
805 msgid "Option --exec can only be used together with --remote"
806 msgstr ""
807
808 #: archive.c:482
809 msgid "Unexpected option --output"
810 msgstr ""
811
812 #: archive.c:504
813 #, c-format
814 msgid "Unknown archive format '%s'"
815 msgstr ""
816
817 #: archive.c:511
818 #, c-format
819 msgid "Argument not supported for format '%s': -%d"
820 msgstr ""
821
822 #: archive-tar.c:125 archive-zip.c:344
823 #, c-format
824 msgid "cannot stream blob %s"
825 msgstr ""
826
827 #: archive-tar.c:260 archive-zip.c:361
828 #, c-format
829 msgid "unsupported file mode: 0%o (SHA1: %s)"
830 msgstr ""
831
832 #: archive-tar.c:287 archive-zip.c:352
833 #, c-format
834 msgid "cannot read %s"
835 msgstr ""
836
837 #: archive-tar.c:458
838 #, c-format
839 msgid "unable to start '%s' filter"
840 msgstr ""
841
842 #: archive-tar.c:461
843 msgid "unable to redirect descriptor"
844 msgstr ""
845
846 #: archive-tar.c:468
847 #, c-format
848 msgid "'%s' filter reported error"
849 msgstr ""
850
851 #: archive-zip.c:313
852 #, c-format
853 msgid "path is not valid UTF-8: %s"
854 msgstr ""
855
856 #: archive-zip.c:317
857 #, c-format
858 msgid "path too long (%d chars, SHA1: %s): %s"
859 msgstr ""
860
861 #: archive-zip.c:470 builtin/pack-objects.c:216 builtin/pack-objects.c:219
862 #, c-format
863 msgid "deflate error (%d)"
864 msgstr ""
865
866 #: archive-zip.c:605
867 #, c-format
868 msgid "timestamp too large for this system: %<PRIuMAX>"
869 msgstr ""
870
871 #: attr.c:218
872 #, c-format
873 msgid "%.*s is not a valid attribute name"
874 msgstr ""
875
876 #: attr.c:415
877 msgid ""
878 "Negative patterns are ignored in git attributes\n"
879 "Use '\\!' for literal leading exclamation."
880 msgstr ""
881
882 #: bisect.c:467
883 #, c-format
884 msgid "Badly quoted content in file '%s': %s"
885 msgstr ""
886
887 #: bisect.c:675
888 #, c-format
889 msgid "We cannot bisect more!\n"
890 msgstr ""
891
892 #: bisect.c:729
893 #, c-format
894 msgid "Not a valid commit name %s"
895 msgstr ""
896
897 #: bisect.c:753
898 #, c-format
899 msgid ""
900 "The merge base %s is bad.\n"
901 "This means the bug has been fixed between %s and [%s].\n"
902 msgstr ""
903
904 #: bisect.c:758
905 #, c-format
906 msgid ""
907 "The merge base %s is new.\n"
908 "The property has changed between %s and [%s].\n"
909 msgstr ""
910
911 #: bisect.c:763
912 #, c-format
913 msgid ""
914 "The merge base %s is %s.\n"
915 "This means the first '%s' commit is between %s and [%s].\n"
916 msgstr ""
917
918 #: bisect.c:771
919 #, c-format
920 msgid ""
921 "Some %s revs are not ancestors of the %s rev.\n"
922 "git bisect cannot work properly in this case.\n"
923 "Maybe you mistook %s and %s revs?\n"
924 msgstr ""
925
926 #: bisect.c:784
927 #, c-format
928 msgid ""
929 "the merge base between %s and [%s] must be skipped.\n"
930 "So we cannot be sure the first %s commit is between %s and %s.\n"
931 "We continue anyway."
932 msgstr ""
933
934 #: bisect.c:817
935 #, c-format
936 msgid "Bisecting: a merge base must be tested\n"
937 msgstr ""
938
939 #: bisect.c:857
940 #, c-format
941 msgid "a %s revision is needed"
942 msgstr ""
943
944 #: bisect.c:876 builtin/notes.c:177 builtin/tag.c:237
945 #, c-format
946 msgid "could not create file '%s'"
947 msgstr ""
948
949 #: bisect.c:927 builtin/merge.c:137
950 #, c-format
951 msgid "could not read file '%s'"
952 msgstr ""
953
954 #: bisect.c:957
955 msgid "reading bisect refs failed"
956 msgstr ""
957
958 #: bisect.c:976
959 #, c-format
960 msgid "%s was both %s and %s\n"
961 msgstr ""
962
963 #: bisect.c:984
964 #, c-format
965 msgid ""
966 "No testable commit found.\n"
967 "Maybe you started with bad path parameters?\n"
968 msgstr ""
969
970 #: bisect.c:1003
971 #, c-format
972 msgid "(roughly %d step)"
973 msgid_plural "(roughly %d steps)"
974 msgstr[0] ""
975 msgstr[1] ""
976
977 #. TRANSLATORS: the last %s will be replaced with "(roughly %d
978 #. steps)" translation.
979 #.
980 #: bisect.c:1009
981 #, c-format
982 msgid "Bisecting: %d revision left to test after this %s\n"
983 msgid_plural "Bisecting: %d revisions left to test after this %s\n"
984 msgstr[0] ""
985 msgstr[1] ""
986
987 #: blame.c:1784
988 msgid "--contents and --reverse do not blend well."
989 msgstr ""
990
991 #: blame.c:1798
992 msgid "cannot use --contents with final commit object name"
993 msgstr ""
994
995 #: blame.c:1819
996 msgid "--reverse and --first-parent together require specified latest commit"
997 msgstr ""
998
999 #: blame.c:1828 bundle.c:162 ref-filter.c:2154 sequencer.c:1874
1000 #: sequencer.c:3772 builtin/commit.c:994 builtin/log.c:372 builtin/log.c:926
1001 #: builtin/log.c:1381 builtin/log.c:1713 builtin/log.c:1963 builtin/merge.c:404
1002 #: builtin/pack-objects.c:3029 builtin/pack-objects.c:3044
1003 #: builtin/shortlog.c:192
1004 msgid "revision walk setup failed"
1005 msgstr ""
1006
1007 #: blame.c:1846
1008 msgid ""
1009 "--reverse --first-parent together require range along first-parent chain"
1010 msgstr ""
1011
1012 #: blame.c:1857
1013 #, c-format
1014 msgid "no such path %s in %s"
1015 msgstr ""
1016
1017 #: blame.c:1868
1018 #, c-format
1019 msgid "cannot read blob %s for path %s"
1020 msgstr ""
1021
1022 #: branch.c:52
1023 #, c-format
1024 msgid ""
1025 "\n"
1026 "After fixing the error cause you may try to fix up\n"
1027 "the remote tracking information by invoking\n"
1028 "\"git branch --set-upstream-to=%s%s%s\"."
1029 msgstr ""
1030
1031 #: branch.c:66
1032 #, c-format
1033 msgid "Not setting branch %s as its own upstream."
1034 msgstr ""
1035
1036 #: branch.c:92
1037 #, c-format
1038 msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."
1039 msgstr ""
1040
1041 #: branch.c:93
1042 #, c-format
1043 msgid "Branch '%s' set up to track remote branch '%s' from '%s'."
1044 msgstr ""
1045
1046 #: branch.c:97
1047 #, c-format
1048 msgid "Branch '%s' set up to track local branch '%s' by rebasing."
1049 msgstr ""
1050
1051 #: branch.c:98
1052 #, c-format
1053 msgid "Branch '%s' set up to track local branch '%s'."
1054 msgstr ""
1055
1056 #: branch.c:103
1057 #, c-format
1058 msgid "Branch '%s' set up to track remote ref '%s' by rebasing."
1059 msgstr ""
1060
1061 #: branch.c:104
1062 #, c-format
1063 msgid "Branch '%s' set up to track remote ref '%s'."
1064 msgstr ""
1065
1066 #: branch.c:108
1067 #, c-format
1068 msgid "Branch '%s' set up to track local ref '%s' by rebasing."
1069 msgstr ""
1070
1071 #: branch.c:109
1072 #, c-format
1073 msgid "Branch '%s' set up to track local ref '%s'."
1074 msgstr ""
1075
1076 #: branch.c:118
1077 msgid "Unable to write upstream branch configuration"
1078 msgstr ""
1079
1080 #: branch.c:155
1081 #, c-format
1082 msgid "Not tracking: ambiguous information for ref %s"
1083 msgstr ""
1084
1085 #: branch.c:188
1086 #, c-format
1087 msgid "'%s' is not a valid branch name."
1088 msgstr ""
1089
1090 #: branch.c:207
1091 #, c-format
1092 msgid "A branch named '%s' already exists."
1093 msgstr ""
1094
1095 #: branch.c:212
1096 msgid "Cannot force update the current branch."
1097 msgstr ""
1098
1099 #: branch.c:232
1100 #, c-format
1101 msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1102 msgstr ""
1103
1104 #: branch.c:234
1105 #, c-format
1106 msgid "the requested upstream branch '%s' does not exist"
1107 msgstr ""
1108
1109 #: branch.c:236
1110 msgid ""
1111 "\n"
1112 "If you are planning on basing your work on an upstream\n"
1113 "branch that already exists at the remote, you may need to\n"
1114 "run \"git fetch\" to retrieve it.\n"
1115 "\n"
1116 "If you are planning to push out a new local branch that\n"
1117 "will track its remote counterpart, you may want to use\n"
1118 "\"git push -u\" to set the upstream config as you push."
1119 msgstr ""
1120
1121 #: branch.c:279
1122 #, c-format
1123 msgid "Not a valid object name: '%s'."
1124 msgstr ""
1125
1126 #: branch.c:299
1127 #, c-format
1128 msgid "Ambiguous object name: '%s'."
1129 msgstr ""
1130
1131 #: branch.c:304
1132 #, c-format
1133 msgid "Not a valid branch point: '%s'."
1134 msgstr ""
1135
1136 #: branch.c:358
1137 #, c-format
1138 msgid "'%s' is already checked out at '%s'"
1139 msgstr ""
1140
1141 #: branch.c:381
1142 #, c-format
1143 msgid "HEAD of working tree %s is not updated"
1144 msgstr ""
1145
1146 #: bundle.c:36
1147 #, c-format
1148 msgid "'%s' does not look like a v2 bundle file"
1149 msgstr ""
1150
1151 #: bundle.c:64
1152 #, c-format
1153 msgid "unrecognized header: %s%s (%d)"
1154 msgstr ""
1155
1156 #: bundle.c:90 sequencer.c:2092 sequencer.c:2578 builtin/commit.c:768
1157 #, c-format
1158 msgid "could not open '%s'"
1159 msgstr ""
1160
1161 #: bundle.c:141
1162 msgid "Repository lacks these prerequisite commits:"
1163 msgstr ""
1164
1165 #: bundle.c:192
1166 #, c-format
1167 msgid "The bundle contains this ref:"
1168 msgid_plural "The bundle contains these %d refs:"
1169 msgstr[0] ""
1170 msgstr[1] ""
1171
1172 #: bundle.c:199
1173 msgid "The bundle records a complete history."
1174 msgstr ""
1175
1176 #: bundle.c:201
1177 #, c-format
1178 msgid "The bundle requires this ref:"
1179 msgid_plural "The bundle requires these %d refs:"
1180 msgstr[0] ""
1181 msgstr[1] ""
1182
1183 #: bundle.c:260
1184 msgid "Could not spawn pack-objects"
1185 msgstr ""
1186
1187 #: bundle.c:271
1188 msgid "pack-objects died"
1189 msgstr ""
1190
1191 #: bundle.c:313
1192 msgid "rev-list died"
1193 msgstr ""
1194
1195 #: bundle.c:362
1196 #, c-format
1197 msgid "ref '%s' is excluded by the rev-list options"
1198 msgstr ""
1199
1200 #: bundle.c:453 builtin/log.c:187 builtin/log.c:1618 builtin/shortlog.c:304
1201 #, c-format
1202 msgid "unrecognized argument: %s"
1203 msgstr ""
1204
1205 #: bundle.c:461
1206 msgid "Refusing to create empty bundle."
1207 msgstr ""
1208
1209 #: bundle.c:473
1210 #, c-format
1211 msgid "cannot create '%s'"
1212 msgstr ""
1213
1214 #: bundle.c:501
1215 msgid "index-pack died"
1216 msgstr ""
1217
1218 #: color.c:296
1219 #, c-format
1220 msgid "invalid color value: %.*s"
1221 msgstr ""
1222
1223 #: commit.c:48 sequencer.c:2384 builtin/am.c:422 builtin/am.c:466
1224 #: builtin/am.c:1438 builtin/am.c:2072 builtin/replace.c:376
1225 #: builtin/replace.c:448
1226 #, c-format
1227 msgid "could not parse %s"
1228 msgstr ""
1229
1230 #: commit.c:50
1231 #, c-format
1232 msgid "%s %s is not a commit!"
1233 msgstr ""
1234
1235 #: commit.c:191
1236 msgid ""
1237 "Support for <GIT_DIR>/info/grafts is deprecated\n"
1238 "and will be removed in a future Git version.\n"
1239 "\n"
1240 "Please use \"git replace --convert-graft-file\"\n"
1241 "to convert the grafts into replace refs.\n"
1242 "\n"
1243 "Turn this message off by running\n"
1244 "\"git config advice.graftFileDeprecated false\""
1245 msgstr ""
1246
1247 #: commit.c:1629
1248 msgid ""
1249 "Warning: commit message did not conform to UTF-8.\n"
1250 "You may want to amend it after fixing the message, or set the config\n"
1251 "variable i18n.commitencoding to the encoding your project uses.\n"
1252 msgstr ""
1253
1254 #: commit-graph.c:83
1255 #, c-format
1256 msgid "graph file %s is too small"
1257 msgstr ""
1258
1259 #: commit-graph.c:90
1260 #, c-format
1261 msgid "graph signature %X does not match signature %X"
1262 msgstr ""
1263
1264 #: commit-graph.c:97
1265 #, c-format
1266 msgid "graph version %X does not match version %X"
1267 msgstr ""
1268
1269 #: commit-graph.c:104
1270 #, c-format
1271 msgid "hash version %X does not match version %X"
1272 msgstr ""
1273
1274 #: commit-graph.c:128
1275 #, c-format
1276 msgid "improper chunk offset %08x%08x"
1277 msgstr ""
1278
1279 #: commit-graph.c:164
1280 #, c-format
1281 msgid "chunk id %08x appears multiple times"
1282 msgstr ""
1283
1284 #: commit-graph.c:261
1285 #, c-format
1286 msgid "could not find commit %s"
1287 msgstr ""
1288
1289 #: commit-graph.c:565 builtin/pack-objects.c:2568
1290 #, c-format
1291 msgid "unable to get type of object %s"
1292 msgstr ""
1293
1294 #: commit-graph.c:730
1295 #, c-format
1296 msgid "error adding pack %s"
1297 msgstr ""
1298
1299 #: commit-graph.c:732
1300 #, c-format
1301 msgid "error opening index for %s"
1302 msgstr ""
1303
1304 #: commit-graph.c:773
1305 #, c-format
1306 msgid "the commit graph format cannot write %d commits"
1307 msgstr ""
1308
1309 #: commit-graph.c:800
1310 msgid "too many commits to write graph"
1311 msgstr ""
1312
1313 #: commit-graph.c:806
1314 #, c-format
1315 msgid "unable to create leading directories of %s"
1316 msgstr ""
1317
1318 #: commit-graph.c:904
1319 msgid "the commit-graph file has incorrect checksum and is likely corrupt"
1320 msgstr ""
1321
1322 #: compat/obstack.c:405 compat/obstack.c:407
1323 msgid "memory exhausted"
1324 msgstr ""
1325
1326 #: config.c:123
1327 #, c-format
1328 msgid ""
1329 "exceeded maximum include depth (%d) while including\n"
1330 "\t%s\n"
1331 "from\n"
1332 "\t%s\n"
1333 "This might be due to circular includes."
1334 msgstr ""
1335
1336 #: config.c:139
1337 #, c-format
1338 msgid "could not expand include path '%s'"
1339 msgstr ""
1340
1341 #: config.c:150
1342 msgid "relative config includes must come from files"
1343 msgstr ""
1344
1345 #: config.c:190
1346 msgid "relative config include conditionals must come from files"
1347 msgstr ""
1348
1349 #: config.c:348
1350 #, c-format
1351 msgid "key does not contain a section: %s"
1352 msgstr ""
1353
1354 #: config.c:354
1355 #, c-format
1356 msgid "key does not contain variable name: %s"
1357 msgstr ""
1358
1359 #: config.c:378 sequencer.c:2206
1360 #, c-format
1361 msgid "invalid key: %s"
1362 msgstr ""
1363
1364 #: config.c:384
1365 #, c-format
1366 msgid "invalid key (newline): %s"
1367 msgstr ""
1368
1369 #: config.c:420 config.c:432
1370 #, c-format
1371 msgid "bogus config parameter: %s"
1372 msgstr ""
1373
1374 #: config.c:467
1375 #, c-format
1376 msgid "bogus format in %s"
1377 msgstr ""
1378
1379 #: config.c:793
1380 #, c-format
1381 msgid "bad config line %d in blob %s"
1382 msgstr ""
1383
1384 #: config.c:797
1385 #, c-format
1386 msgid "bad config line %d in file %s"
1387 msgstr ""
1388
1389 #: config.c:801
1390 #, c-format
1391 msgid "bad config line %d in standard input"
1392 msgstr ""
1393
1394 #: config.c:805
1395 #, c-format
1396 msgid "bad config line %d in submodule-blob %s"
1397 msgstr ""
1398
1399 #: config.c:809
1400 #, c-format
1401 msgid "bad config line %d in command line %s"
1402 msgstr ""
1403
1404 #: config.c:813
1405 #, c-format
1406 msgid "bad config line %d in %s"
1407 msgstr ""
1408
1409 #: config.c:952
1410 msgid "out of range"
1411 msgstr ""
1412
1413 #: config.c:952
1414 msgid "invalid unit"
1415 msgstr ""
1416
1417 #: config.c:958
1418 #, c-format
1419 msgid "bad numeric config value '%s' for '%s': %s"
1420 msgstr ""
1421
1422 #: config.c:963
1423 #, c-format
1424 msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1425 msgstr ""
1426
1427 #: config.c:966
1428 #, c-format
1429 msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1430 msgstr ""
1431
1432 #: config.c:969
1433 #, c-format
1434 msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1435 msgstr ""
1436
1437 #: config.c:972
1438 #, c-format
1439 msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1440 msgstr ""
1441
1442 #: config.c:975
1443 #, c-format
1444 msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1445 msgstr ""
1446
1447 #: config.c:978
1448 #, c-format
1449 msgid "bad numeric config value '%s' for '%s' in %s: %s"
1450 msgstr ""
1451
1452 #: config.c:1073
1453 #, c-format
1454 msgid "failed to expand user dir in: '%s'"
1455 msgstr ""
1456
1457 #: config.c:1082
1458 #, c-format
1459 msgid "'%s' for '%s' is not a valid timestamp"
1460 msgstr ""
1461
1462 #: config.c:1173
1463 #, c-format
1464 msgid "abbrev length out of range: %d"
1465 msgstr ""
1466
1467 #: config.c:1187 config.c:1198
1468 #, c-format
1469 msgid "bad zlib compression level %d"
1470 msgstr ""
1471
1472 #: config.c:1290
1473 msgid "core.commentChar should only be one character"
1474 msgstr ""
1475
1476 #: config.c:1323
1477 #, c-format
1478 msgid "invalid mode for object creation: %s"
1479 msgstr ""
1480
1481 #: config.c:1403
1482 #, c-format
1483 msgid "malformed value for %s"
1484 msgstr ""
1485
1486 #: config.c:1429
1487 #, c-format
1488 msgid "malformed value for %s: %s"
1489 msgstr ""
1490
1491 #: config.c:1430
1492 msgid "must be one of nothing, matching, simple, upstream or current"
1493 msgstr ""
1494
1495 #: config.c:1489 builtin/pack-objects.c:3279
1496 #, c-format
1497 msgid "bad pack compression level %d"
1498 msgstr ""
1499
1500 #: config.c:1610
1501 #, c-format
1502 msgid "unable to load config blob object '%s'"
1503 msgstr ""
1504
1505 #: config.c:1613
1506 #, c-format
1507 msgid "reference '%s' does not point to a blob"
1508 msgstr ""
1509
1510 #: config.c:1630
1511 #, c-format
1512 msgid "unable to resolve config blob '%s'"
1513 msgstr ""
1514
1515 #: config.c:1660
1516 #, c-format
1517 msgid "failed to parse %s"
1518 msgstr ""
1519
1520 #: config.c:1700
1521 msgid "unable to parse command-line config"
1522 msgstr ""
1523
1524 #: config.c:2032
1525 msgid "unknown error occurred while reading the configuration files"
1526 msgstr ""
1527
1528 #: config.c:2202
1529 #, c-format
1530 msgid "Invalid %s: '%s'"
1531 msgstr ""
1532
1533 #: config.c:2245
1534 #, c-format
1535 msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1536 msgstr ""
1537
1538 #: config.c:2271
1539 #, c-format
1540 msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1541 msgstr ""
1542
1543 #: config.c:2296
1544 #, c-format
1545 msgid "unable to parse '%s' from command-line config"
1546 msgstr ""
1547
1548 #: config.c:2298
1549 #, c-format
1550 msgid "bad config variable '%s' in file '%s' at line %d"
1551 msgstr ""
1552
1553 #: config.c:2379
1554 #, c-format
1555 msgid "invalid section name '%s'"
1556 msgstr ""
1557
1558 #: config.c:2411
1559 #, c-format
1560 msgid "%s has multiple values"
1561 msgstr ""
1562
1563 #: config.c:2440
1564 #, c-format
1565 msgid "failed to write new configuration file %s"
1566 msgstr ""
1567
1568 #: config.c:2691 config.c:3015
1569 #, c-format
1570 msgid "could not lock config file %s"
1571 msgstr ""
1572
1573 #: config.c:2702
1574 #, c-format
1575 msgid "opening %s"
1576 msgstr ""
1577
1578 #: config.c:2737 builtin/config.c:324
1579 #, c-format
1580 msgid "invalid pattern: %s"
1581 msgstr ""
1582
1583 #: config.c:2762
1584 #, c-format
1585 msgid "invalid config file %s"
1586 msgstr ""
1587
1588 #: config.c:2775 config.c:3028
1589 #, c-format
1590 msgid "fstat on %s failed"
1591 msgstr ""
1592
1593 #: config.c:2786
1594 #, c-format
1595 msgid "unable to mmap '%s'"
1596 msgstr ""
1597
1598 #: config.c:2795 config.c:3033
1599 #, c-format
1600 msgid "chmod on %s failed"
1601 msgstr ""
1602
1603 #: config.c:2880 config.c:3130
1604 #, c-format
1605 msgid "could not write config file %s"
1606 msgstr ""
1607
1608 #: config.c:2914
1609 #, c-format
1610 msgid "could not set '%s' to '%s'"
1611 msgstr ""
1612
1613 #: config.c:2916 builtin/remote.c:781
1614 #, c-format
1615 msgid "could not unset '%s'"
1616 msgstr ""
1617
1618 #: config.c:3006
1619 #, c-format
1620 msgid "invalid section name: %s"
1621 msgstr ""
1622
1623 #: config.c:3173
1624 #, c-format
1625 msgid "missing value for '%s'"
1626 msgstr ""
1627
1628 #: connect.c:61
1629 msgid "the remote end hung up upon initial contact"
1630 msgstr ""
1631
1632 #: connect.c:63
1633 msgid ""
1634 "Could not read from remote repository.\n"
1635 "\n"
1636 "Please make sure you have the correct access rights\n"
1637 "and the repository exists."
1638 msgstr ""
1639
1640 #: connect.c:81
1641 #, c-format
1642 msgid "server doesn't support '%s'"
1643 msgstr ""
1644
1645 #: connect.c:103
1646 #, c-format
1647 msgid "server doesn't support feature '%s'"
1648 msgstr ""
1649
1650 #: connect.c:114
1651 msgid "expected flush after capabilities"
1652 msgstr ""
1653
1654 #: connect.c:233
1655 #, c-format
1656 msgid "ignoring capabilities after first line '%s'"
1657 msgstr ""
1658
1659 #: connect.c:252
1660 msgid "protocol error: unexpected capabilities^{}"
1661 msgstr ""
1662
1663 #: connect.c:273
1664 #, c-format
1665 msgid "protocol error: expected shallow sha-1, got '%s'"
1666 msgstr ""
1667
1668 #: connect.c:275
1669 msgid "repository on the other end cannot be shallow"
1670 msgstr ""
1671
1672 #: connect.c:310 fetch-pack.c:183 builtin/archive.c:63
1673 #, c-format
1674 msgid "remote error: %s"
1675 msgstr ""
1676
1677 #: connect.c:316
1678 msgid "invalid packet"
1679 msgstr ""
1680
1681 #: connect.c:336
1682 #, c-format
1683 msgid "protocol error: unexpected '%s'"
1684 msgstr ""
1685
1686 #: connect.c:444
1687 #, c-format
1688 msgid "invalid ls-refs response: %s"
1689 msgstr ""
1690
1691 #: connect.c:448
1692 msgid "expected flush after ref listing"
1693 msgstr ""
1694
1695 #: connect.c:547
1696 #, c-format
1697 msgid "protocol '%s' is not supported"
1698 msgstr ""
1699
1700 #: connect.c:598
1701 msgid "unable to set SO_KEEPALIVE on socket"
1702 msgstr ""
1703
1704 #: connect.c:638 connect.c:701
1705 #, c-format
1706 msgid "Looking up %s ... "
1707 msgstr ""
1708
1709 #: connect.c:642
1710 #, c-format
1711 msgid "unable to look up %s (port %s) (%s)"
1712 msgstr ""
1713
1714 #. TRANSLATORS: this is the end of "Looking up %s ... "
1715 #: connect.c:646 connect.c:717
1716 #, c-format
1717 msgid ""
1718 "done.\n"
1719 "Connecting to %s (port %s) ... "
1720 msgstr ""
1721
1722 #: connect.c:668 connect.c:745
1723 #, c-format
1724 msgid ""
1725 "unable to connect to %s:\n"
1726 "%s"
1727 msgstr ""
1728
1729 #. TRANSLATORS: this is the end of "Connecting to %s (port %s) ... "
1730 #: connect.c:674 connect.c:751
1731 msgid "done."
1732 msgstr ""
1733
1734 #: connect.c:705
1735 #, c-format
1736 msgid "unable to look up %s (%s)"
1737 msgstr ""
1738
1739 #: connect.c:711
1740 #, c-format
1741 msgid "unknown port %s"
1742 msgstr ""
1743
1744 #: connect.c:848 connect.c:1174
1745 #, c-format
1746 msgid "strange hostname '%s' blocked"
1747 msgstr ""
1748
1749 #: connect.c:850
1750 #, c-format
1751 msgid "strange port '%s' blocked"
1752 msgstr ""
1753
1754 #: connect.c:860
1755 #, c-format
1756 msgid "cannot start proxy %s"
1757 msgstr ""
1758
1759 #: connect.c:927
1760 msgid "no path specified; see 'git help pull' for valid url syntax"
1761 msgstr ""
1762
1763 #: connect.c:1122
1764 msgid "ssh variant 'simple' does not support -4"
1765 msgstr ""
1766
1767 #: connect.c:1134
1768 msgid "ssh variant 'simple' does not support -6"
1769 msgstr ""
1770
1771 #: connect.c:1151
1772 msgid "ssh variant 'simple' does not support setting port"
1773 msgstr ""
1774
1775 #: connect.c:1262
1776 #, c-format
1777 msgid "strange pathname '%s' blocked"
1778 msgstr ""
1779
1780 #: connect.c:1307
1781 msgid "unable to fork"
1782 msgstr ""
1783
1784 #: connected.c:68 builtin/fsck.c:203 builtin/prune.c:146
1785 msgid "Checking connectivity"
1786 msgstr ""
1787
1788 #: connected.c:80
1789 msgid "Could not run 'git rev-list'"
1790 msgstr ""
1791
1792 #: connected.c:100
1793 msgid "failed write to rev-list"
1794 msgstr ""
1795
1796 #: connected.c:107
1797 msgid "failed to close rev-list's stdin"
1798 msgstr ""
1799
1800 #: convert.c:194
1801 #, c-format
1802 msgid "illegal crlf_action %d"
1803 msgstr ""
1804
1805 #: convert.c:207
1806 #, c-format
1807 msgid "CRLF would be replaced by LF in %s"
1808 msgstr ""
1809
1810 #: convert.c:209
1811 #, c-format
1812 msgid ""
1813 "CRLF will be replaced by LF in %s.\n"
1814 "The file will have its original line endings in your working directory"
1815 msgstr ""
1816
1817 #: convert.c:217
1818 #, c-format
1819 msgid "LF would be replaced by CRLF in %s"
1820 msgstr ""
1821
1822 #: convert.c:219
1823 #, c-format
1824 msgid ""
1825 "LF will be replaced by CRLF in %s.\n"
1826 "The file will have its original line endings in your working directory"
1827 msgstr ""
1828
1829 #: convert.c:280
1830 #, c-format
1831 msgid "BOM is prohibited in '%s' if encoded as %s"
1832 msgstr ""
1833
1834 #: convert.c:287
1835 #, c-format
1836 msgid ""
1837 "The file '%s' contains a byte order mark (BOM). Please use UTF-%s as working-"
1838 "tree-encoding."
1839 msgstr ""
1840
1841 #: convert.c:305
1842 #, c-format
1843 msgid "BOM is required in '%s' if encoded as %s"
1844 msgstr ""
1845
1846 #: convert.c:307
1847 #, c-format
1848 msgid ""
1849 "The file '%s' is missing a byte order mark (BOM). Please use UTF-%sBE or UTF-"
1850 "%sLE (depending on the byte order) as working-tree-encoding."
1851 msgstr ""
1852
1853 #: convert.c:425 convert.c:496
1854 #, c-format
1855 msgid "failed to encode '%s' from %s to %s"
1856 msgstr ""
1857
1858 #: convert.c:468
1859 #, c-format
1860 msgid "encoding '%s' from %s to %s and back is not the same"
1861 msgstr ""
1862
1863 #: convert.c:674
1864 #, c-format
1865 msgid "cannot fork to run external filter '%s'"
1866 msgstr ""
1867
1868 #: convert.c:694
1869 #, c-format
1870 msgid "cannot feed the input to external filter '%s'"
1871 msgstr ""
1872
1873 #: convert.c:701
1874 #, c-format
1875 msgid "external filter '%s' failed %d"
1876 msgstr ""
1877
1878 #: convert.c:736 convert.c:739
1879 #, c-format
1880 msgid "read from external filter '%s' failed"
1881 msgstr ""
1882
1883 #: convert.c:742 convert.c:796
1884 #, c-format
1885 msgid "external filter '%s' failed"
1886 msgstr ""
1887
1888 #: convert.c:844
1889 msgid "unexpected filter type"
1890 msgstr ""
1891
1892 #: convert.c:855
1893 msgid "path name too long for external filter"
1894 msgstr ""
1895
1896 #: convert.c:929
1897 #, c-format
1898 msgid ""
1899 "external filter '%s' is not available anymore although not all paths have "
1900 "been filtered"
1901 msgstr ""
1902
1903 #: convert.c:1228
1904 msgid "true/false are no valid working-tree-encodings"
1905 msgstr ""
1906
1907 #: convert.c:1402 convert.c:1436
1908 #, c-format
1909 msgid "%s: clean filter '%s' failed"
1910 msgstr ""
1911
1912 #: convert.c:1480
1913 #, c-format
1914 msgid "%s: smudge filter %s failed"
1915 msgstr ""
1916
1917 #: date.c:116
1918 msgid "in the future"
1919 msgstr ""
1920
1921 #: date.c:122
1922 #, c-format
1923 msgid "%<PRIuMAX> second ago"
1924 msgid_plural "%<PRIuMAX> seconds ago"
1925 msgstr[0] ""
1926 msgstr[1] ""
1927
1928 #: date.c:129
1929 #, c-format
1930 msgid "%<PRIuMAX> minute ago"
1931 msgid_plural "%<PRIuMAX> minutes ago"
1932 msgstr[0] ""
1933 msgstr[1] ""
1934
1935 #: date.c:136
1936 #, c-format
1937 msgid "%<PRIuMAX> hour ago"
1938 msgid_plural "%<PRIuMAX> hours ago"
1939 msgstr[0] ""
1940 msgstr[1] ""
1941
1942 #: date.c:143
1943 #, c-format
1944 msgid "%<PRIuMAX> day ago"
1945 msgid_plural "%<PRIuMAX> days ago"
1946 msgstr[0] ""
1947 msgstr[1] ""
1948
1949 #: date.c:149
1950 #, c-format
1951 msgid "%<PRIuMAX> week ago"
1952 msgid_plural "%<PRIuMAX> weeks ago"
1953 msgstr[0] ""
1954 msgstr[1] ""
1955
1956 #: date.c:156
1957 #, c-format
1958 msgid "%<PRIuMAX> month ago"
1959 msgid_plural "%<PRIuMAX> months ago"
1960 msgstr[0] ""
1961 msgstr[1] ""
1962
1963 #: date.c:167
1964 #, c-format
1965 msgid "%<PRIuMAX> year"
1966 msgid_plural "%<PRIuMAX> years"
1967 msgstr[0] ""
1968 msgstr[1] ""
1969
1970 #. TRANSLATORS: "%s" is "<n> years"
1971 #: date.c:170
1972 #, c-format
1973 msgid "%s, %<PRIuMAX> month ago"
1974 msgid_plural "%s, %<PRIuMAX> months ago"
1975 msgstr[0] ""
1976 msgstr[1] ""
1977
1978 #: date.c:175 date.c:180
1979 #, c-format
1980 msgid "%<PRIuMAX> year ago"
1981 msgid_plural "%<PRIuMAX> years ago"
1982 msgstr[0] ""
1983 msgstr[1] ""
1984
1985 #: diffcore-order.c:24
1986 #, c-format
1987 msgid "failed to read orderfile '%s'"
1988 msgstr ""
1989
1990 #: diffcore-rename.c:536
1991 msgid "Performing inexact rename detection"
1992 msgstr ""
1993
1994 #: diff.c:108
1995 #, c-format
1996 msgid "option '%s' requires a value"
1997 msgstr ""
1998
1999 #: diff.c:158
2000 #, c-format
2001 msgid " Failed to parse dirstat cut-off percentage '%s'\n"
2002 msgstr ""
2003
2004 #: diff.c:163
2005 #, c-format
2006 msgid " Unknown dirstat parameter '%s'\n"
2007 msgstr ""
2008
2009 #: diff.c:291
2010 msgid ""
2011 "color moved setting must be one of 'no', 'default', 'blocks', 'zebra', "
2012 "'dimmed-zebra', 'plain'"
2013 msgstr ""
2014
2015 #: diff.c:316
2016 #, c-format
2017 msgid "ignoring unknown color-moved-ws mode '%s'"
2018 msgstr ""
2019
2020 #: diff.c:323
2021 msgid ""
2022 "color-moved-ws: allow-indentation-change cannot be combined with other white "
2023 "space modes"
2024 msgstr ""
2025
2026 #: diff.c:394
2027 #, c-format
2028 msgid "Unknown value for 'diff.submodule' config variable: '%s'"
2029 msgstr ""
2030
2031 #: diff.c:454
2032 #, c-format
2033 msgid ""
2034 "Found errors in 'diff.dirstat' config variable:\n"
2035 "%s"
2036 msgstr ""
2037
2038 #: diff.c:4096
2039 #, c-format
2040 msgid "external diff died, stopping at %s"
2041 msgstr ""
2042
2043 #: diff.c:4427
2044 msgid "--name-only, --name-status, --check and -s are mutually exclusive"
2045 msgstr ""
2046
2047 #: diff.c:4430
2048 msgid "-G, -S and --find-object are mutually exclusive"
2049 msgstr ""
2050
2051 #: diff.c:4508
2052 msgid "--follow requires exactly one pathspec"
2053 msgstr ""
2054
2055 #: diff.c:4674
2056 #, c-format
2057 msgid ""
2058 "Failed to parse --dirstat/-X option parameter:\n"
2059 "%s"
2060 msgstr ""
2061
2062 #: diff.c:4688
2063 #, c-format
2064 msgid "Failed to parse --submodule option parameter: '%s'"
2065 msgstr ""
2066
2067 #: diff.c:5766
2068 msgid "inexact rename detection was skipped due to too many files."
2069 msgstr ""
2070
2071 #: diff.c:5769
2072 msgid "only found copies from modified paths due to too many files."
2073 msgstr ""
2074
2075 #: diff.c:5772
2076 #, c-format
2077 msgid ""
2078 "you may want to set your %s variable to at least %d and retry the command."
2079 msgstr ""
2080
2081 #: dir.c:569
2082 #, c-format
2083 msgid "pathspec '%s' did not match any file(s) known to git"
2084 msgstr ""
2085
2086 #: dir.c:958
2087 #, c-format
2088 msgid "cannot use %s as an exclude file"
2089 msgstr ""
2090
2091 #: dir.c:1873
2092 #, c-format
2093 msgid "could not open directory '%s'"
2094 msgstr ""
2095
2096 #: dir.c:2115
2097 msgid "failed to get kernel name and information"
2098 msgstr ""
2099
2100 #: dir.c:2239
2101 msgid "untracked cache is disabled on this system or location"
2102 msgstr ""
2103
2104 #: dir.c:3037
2105 #, c-format
2106 msgid "index file corrupt in repo %s"
2107 msgstr ""
2108
2109 #: dir.c:3082 dir.c:3087
2110 #, c-format
2111 msgid "could not create directories for %s"
2112 msgstr ""
2113
2114 #: dir.c:3116
2115 #, c-format
2116 msgid "could not migrate git directory from '%s' to '%s'"
2117 msgstr ""
2118
2119 #: editor.c:61
2120 #, c-format
2121 msgid "hint: Waiting for your editor to close the file...%c"
2122 msgstr ""
2123
2124 #: entry.c:178
2125 msgid "Filtering content"
2126 msgstr ""
2127
2128 #: entry.c:437
2129 #, c-format
2130 msgid "could not stat file '%s'"
2131 msgstr ""
2132
2133 #: environment.c:150
2134 #, c-format
2135 msgid "bad git namespace path \"%s\""
2136 msgstr ""
2137
2138 #: environment.c:332
2139 #, c-format
2140 msgid "could not set GIT_DIR to '%s'"
2141 msgstr ""
2142
2143 #: exec-cmd.c:361
2144 #, c-format
2145 msgid "too many args to run %s"
2146 msgstr ""
2147
2148 #: fetch-object.c:17
2149 msgid "Remote with no URL"
2150 msgstr ""
2151
2152 #: fetch-pack.c:152
2153 msgid "git fetch-pack: expected shallow list"
2154 msgstr ""
2155
2156 #: fetch-pack.c:164
2157 msgid "git fetch-pack: expected ACK/NAK, got a flush packet"
2158 msgstr ""
2159
2160 #: fetch-pack.c:184
2161 #, c-format
2162 msgid "git fetch-pack: expected ACK/NAK, got '%s'"
2163 msgstr ""
2164
2165 #: fetch-pack.c:254
2166 msgid "--stateless-rpc requires multi_ack_detailed"
2167 msgstr ""
2168
2169 #: fetch-pack.c:342 fetch-pack.c:1257
2170 #, c-format
2171 msgid "invalid shallow line: %s"
2172 msgstr ""
2173
2174 #: fetch-pack.c:348 fetch-pack.c:1263
2175 #, c-format
2176 msgid "invalid unshallow line: %s"
2177 msgstr ""
2178
2179 #: fetch-pack.c:350 fetch-pack.c:1265
2180 #, c-format
2181 msgid "object not found: %s"
2182 msgstr ""
2183
2184 #: fetch-pack.c:353 fetch-pack.c:1268
2185 #, c-format
2186 msgid "error in object: %s"
2187 msgstr ""
2188
2189 #: fetch-pack.c:355 fetch-pack.c:1270
2190 #, c-format
2191 msgid "no shallow found: %s"
2192 msgstr ""
2193
2194 #: fetch-pack.c:358 fetch-pack.c:1273
2195 #, c-format
2196 msgid "expected shallow/unshallow, got %s"
2197 msgstr ""
2198
2199 #: fetch-pack.c:399
2200 #, c-format
2201 msgid "got %s %d %s"
2202 msgstr ""
2203
2204 #: fetch-pack.c:416
2205 #, c-format
2206 msgid "invalid commit %s"
2207 msgstr ""
2208
2209 #: fetch-pack.c:447
2210 msgid "giving up"
2211 msgstr ""
2212
2213 #: fetch-pack.c:459 progress.c:229
2214 msgid "done"
2215 msgstr ""
2216
2217 #: fetch-pack.c:471
2218 #, c-format
2219 msgid "got %s (%d) %s"
2220 msgstr ""
2221
2222 #: fetch-pack.c:517
2223 #, c-format
2224 msgid "Marking %s as complete"
2225 msgstr ""
2226
2227 #: fetch-pack.c:764
2228 #, c-format
2229 msgid "already have %s (%s)"
2230 msgstr ""
2231
2232 #: fetch-pack.c:803
2233 msgid "fetch-pack: unable to fork off sideband demultiplexer"
2234 msgstr ""
2235
2236 #: fetch-pack.c:811
2237 msgid "protocol error: bad pack header"
2238 msgstr ""
2239
2240 #: fetch-pack.c:879
2241 #, c-format
2242 msgid "fetch-pack: unable to fork off %s"
2243 msgstr ""
2244
2245 #: fetch-pack.c:895
2246 #, c-format
2247 msgid "%s failed"
2248 msgstr ""
2249
2250 #: fetch-pack.c:897
2251 msgid "error in sideband demultiplexer"
2252 msgstr ""
2253
2254 #: fetch-pack.c:926
2255 msgid "Server does not support shallow clients"
2256 msgstr ""
2257
2258 #: fetch-pack.c:930
2259 msgid "Server supports multi_ack_detailed"
2260 msgstr ""
2261
2262 #: fetch-pack.c:933
2263 msgid "Server supports no-done"
2264 msgstr ""
2265
2266 #: fetch-pack.c:939
2267 msgid "Server supports multi_ack"
2268 msgstr ""
2269
2270 #: fetch-pack.c:943
2271 msgid "Server supports side-band-64k"
2272 msgstr ""
2273
2274 #: fetch-pack.c:947
2275 msgid "Server supports side-band"
2276 msgstr ""
2277
2278 #: fetch-pack.c:951
2279 msgid "Server supports allow-tip-sha1-in-want"
2280 msgstr ""
2281
2282 #: fetch-pack.c:955
2283 msgid "Server supports allow-reachable-sha1-in-want"
2284 msgstr ""
2285
2286 #: fetch-pack.c:965
2287 msgid "Server supports ofs-delta"
2288 msgstr ""
2289
2290 #: fetch-pack.c:971 fetch-pack.c:1150
2291 msgid "Server supports filter"
2292 msgstr ""
2293
2294 #: fetch-pack.c:979
2295 #, c-format
2296 msgid "Server version is %.*s"
2297 msgstr ""
2298
2299 #: fetch-pack.c:985
2300 msgid "Server does not support --shallow-since"
2301 msgstr ""
2302
2303 #: fetch-pack.c:989
2304 msgid "Server does not support --shallow-exclude"
2305 msgstr ""
2306
2307 #: fetch-pack.c:991
2308 msgid "Server does not support --deepen"
2309 msgstr ""
2310
2311 #: fetch-pack.c:1004
2312 msgid "no common commits"
2313 msgstr ""
2314
2315 #: fetch-pack.c:1016 fetch-pack.c:1393
2316 msgid "git fetch-pack: fetch failed."
2317 msgstr ""
2318
2319 #: fetch-pack.c:1145
2320 msgid "Server does not support shallow requests"
2321 msgstr ""
2322
2323 #: fetch-pack.c:1191
2324 #, c-format
2325 msgid "error reading section header '%s'"
2326 msgstr ""
2327
2328 #: fetch-pack.c:1197
2329 #, c-format
2330 msgid "expected '%s', received '%s'"
2331 msgstr ""
2332
2333 #: fetch-pack.c:1236
2334 #, c-format
2335 msgid "unexpected acknowledgment line: '%s'"
2336 msgstr ""
2337
2338 #: fetch-pack.c:1241
2339 #, c-format
2340 msgid "error processing acks: %d"
2341 msgstr ""
2342
2343 #: fetch-pack.c:1278
2344 #, c-format
2345 msgid "error processing shallow info: %d"
2346 msgstr ""
2347
2348 #: fetch-pack.c:1294
2349 #, c-format
2350 msgid "expected wanted-ref, got '%s'"
2351 msgstr ""
2352
2353 #: fetch-pack.c:1304
2354 #, c-format
2355 msgid "unexpected wanted-ref: '%s'"
2356 msgstr ""
2357
2358 #: fetch-pack.c:1308
2359 #, c-format
2360 msgid "error processing wanted refs: %d"
2361 msgstr ""
2362
2363 #: fetch-pack.c:1603
2364 msgid "no matching remote head"
2365 msgstr ""
2366
2367 #: fetch-pack.c:1621 builtin/clone.c:664
2368 msgid "remote did not send all necessary objects"
2369 msgstr ""
2370
2371 #: fetch-pack.c:1647
2372 #, c-format
2373 msgid "no such remote ref %s"
2374 msgstr ""
2375
2376 #: fetch-pack.c:1650
2377 #, c-format
2378 msgid "Server does not allow request for unadvertised object %s"
2379 msgstr ""
2380
2381 #: gpg-interface.c:253
2382 msgid "gpg failed to sign the data"
2383 msgstr ""
2384
2385 #: gpg-interface.c:279
2386 msgid "could not create temporary file"
2387 msgstr ""
2388
2389 #: gpg-interface.c:282
2390 #, c-format
2391 msgid "failed writing detached signature to '%s'"
2392 msgstr ""
2393
2394 #: graph.c:97
2395 #, c-format
2396 msgid "ignore invalid color '%.*s' in log.graphColors"
2397 msgstr ""
2398
2399 #: grep.c:2115
2400 #, c-format
2401 msgid "'%s': unable to read %s"
2402 msgstr ""
2403
2404 #: grep.c:2132 setup.c:164 builtin/clone.c:410 builtin/diff.c:81
2405 #: builtin/rm.c:134
2406 #, c-format
2407 msgid "failed to stat '%s'"
2408 msgstr ""
2409
2410 #: grep.c:2143
2411 #, c-format
2412 msgid "'%s': short read"
2413 msgstr ""
2414
2415 #: help.c:23
2416 msgid "start a working area (see also: git help tutorial)"
2417 msgstr ""
2418
2419 #: help.c:24
2420 msgid "work on the current change (see also: git help everyday)"
2421 msgstr ""
2422
2423 #: help.c:25
2424 msgid "examine the history and state (see also: git help revisions)"
2425 msgstr ""
2426
2427 #: help.c:26
2428 msgid "grow, mark and tweak your common history"
2429 msgstr ""
2430
2431 #: help.c:27
2432 msgid "collaborate (see also: git help workflows)"
2433 msgstr ""
2434
2435 #: help.c:31
2436 msgid "Main Porcelain Commands"
2437 msgstr ""
2438
2439 #: help.c:32
2440 msgid "Ancillary Commands / Manipulators"
2441 msgstr ""
2442
2443 #: help.c:33
2444 msgid "Ancillary Commands / Interrogators"
2445 msgstr ""
2446
2447 #: help.c:34
2448 msgid "Interacting with Others"
2449 msgstr ""
2450
2451 #: help.c:35
2452 msgid "Low-level Commands / Manipulators"
2453 msgstr ""
2454
2455 #: help.c:36
2456 msgid "Low-level Commands / Interrogators"
2457 msgstr ""
2458
2459 #: help.c:37
2460 msgid "Low-level Commands / Synching Repositories"
2461 msgstr ""
2462
2463 #: help.c:38
2464 msgid "Low-level Commands / Internal Helpers"
2465 msgstr ""
2466
2467 #: help.c:293
2468 #, c-format
2469 msgid "available git commands in '%s'"
2470 msgstr ""
2471
2472 #: help.c:300
2473 msgid "git commands available from elsewhere on your $PATH"
2474 msgstr ""
2475
2476 #: help.c:309
2477 msgid "These are common Git commands used in various situations:"
2478 msgstr ""
2479
2480 #: help.c:358 git.c:90
2481 #, c-format
2482 msgid "unsupported command listing type '%s'"
2483 msgstr ""
2484
2485 #: help.c:405
2486 msgid "The common Git guides are:"
2487 msgstr ""
2488
2489 #: help.c:552
2490 #, c-format
2491 msgid ""
2492 "'%s' appears to be a git command, but we were not\n"
2493 "able to execute it. Maybe git-%s is broken?"
2494 msgstr ""
2495
2496 #: help.c:611
2497 msgid "Uh oh. Your system reports no Git commands at all."
2498 msgstr ""
2499
2500 #: help.c:633
2501 #, c-format
2502 msgid "WARNING: You called a Git command named '%s', which does not exist."
2503 msgstr ""
2504
2505 #: help.c:638
2506 #, c-format
2507 msgid "Continuing under the assumption that you meant '%s'."
2508 msgstr ""
2509
2510 #: help.c:643
2511 #, c-format
2512 msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
2513 msgstr ""
2514
2515 #: help.c:651
2516 #, c-format
2517 msgid "git: '%s' is not a git command. See 'git --help'."
2518 msgstr ""
2519
2520 #: help.c:655
2521 msgid ""
2522 "\n"
2523 "The most similar command is"
2524 msgid_plural ""
2525 "\n"
2526 "The most similar commands are"
2527 msgstr[0] ""
2528 msgstr[1] ""
2529
2530 #: help.c:670
2531 msgid "git version [<options>]"
2532 msgstr ""
2533
2534 #: help.c:738
2535 #, c-format
2536 msgid "%s: %s - %s"
2537 msgstr ""
2538
2539 #: help.c:742
2540 msgid ""
2541 "\n"
2542 "Did you mean this?"
2543 msgid_plural ""
2544 "\n"
2545 "Did you mean one of these?"
2546 msgstr[0] ""
2547 msgstr[1] ""
2548
2549 #: ident.c:342
2550 msgid ""
2551 "\n"
2552 "*** Please tell me who you are.\n"
2553 "\n"
2554 "Run\n"
2555 "\n"
2556 " git config --global user.email \"you@example.com\"\n"
2557 " git config --global user.name \"Your Name\"\n"
2558 "\n"
2559 "to set your account's default identity.\n"
2560 "Omit --global to set the identity only in this repository.\n"
2561 "\n"
2562 msgstr ""
2563
2564 #: ident.c:366
2565 msgid "no email was given and auto-detection is disabled"
2566 msgstr ""
2567
2568 #: ident.c:371
2569 #, c-format
2570 msgid "unable to auto-detect email address (got '%s')"
2571 msgstr ""
2572
2573 #: ident.c:381
2574 msgid "no name was given and auto-detection is disabled"
2575 msgstr ""
2576
2577 #: ident.c:387
2578 #, c-format
2579 msgid "unable to auto-detect name (got '%s')"
2580 msgstr ""
2581
2582 #: ident.c:395
2583 #, c-format
2584 msgid "empty ident name (for <%s>) not allowed"
2585 msgstr ""
2586
2587 #: ident.c:401
2588 #, c-format
2589 msgid "name consists only of disallowed characters: %s"
2590 msgstr ""
2591
2592 #: ident.c:416 builtin/commit.c:600
2593 #, c-format
2594 msgid "invalid date format: %s"
2595 msgstr ""
2596
2597 #: list-objects-filter-options.c:36
2598 msgid "multiple filter-specs cannot be combined"
2599 msgstr ""
2600
2601 #: list-objects-filter-options.c:126
2602 msgid "cannot change partial clone promisor remote"
2603 msgstr ""
2604
2605 #: lockfile.c:151
2606 #, c-format
2607 msgid ""
2608 "Unable to create '%s.lock': %s.\n"
2609 "\n"
2610 "Another git process seems to be running in this repository, e.g.\n"
2611 "an editor opened by 'git commit'. Please make sure all processes\n"
2612 "are terminated then try again. If it still fails, a git process\n"
2613 "may have crashed in this repository earlier:\n"
2614 "remove the file manually to continue."
2615 msgstr ""
2616
2617 #: lockfile.c:159
2618 #, c-format
2619 msgid "Unable to create '%s.lock': %s"
2620 msgstr ""
2621
2622 #: merge.c:40
2623 msgid "failed to read the cache"
2624 msgstr ""
2625
2626 #: merge.c:105 builtin/am.c:1946 builtin/am.c:1980 builtin/checkout.c:380
2627 #: builtin/checkout.c:608 builtin/clone.c:763
2628 msgid "unable to write new index file"
2629 msgstr ""
2630
2631 #: merge-recursive.c:303
2632 msgid "(bad commit)\n"
2633 msgstr ""
2634
2635 #: merge-recursive.c:325
2636 #, c-format
2637 msgid "add_cacheinfo failed for path '%s'; merge aborting."
2638 msgstr ""
2639
2640 #: merge-recursive.c:333
2641 #, c-format
2642 msgid "add_cacheinfo failed to refresh for path '%s'; merge aborting."
2643 msgstr ""
2644
2645 #: merge-recursive.c:415
2646 msgid "error building trees"
2647 msgstr ""
2648
2649 #: merge-recursive.c:886
2650 #, c-format
2651 msgid "failed to create path '%s'%s"
2652 msgstr ""
2653
2654 #: merge-recursive.c:897
2655 #, c-format
2656 msgid "Removing %s to make room for subdirectory\n"
2657 msgstr ""
2658
2659 #: merge-recursive.c:911 merge-recursive.c:930
2660 msgid ": perhaps a D/F conflict?"
2661 msgstr ""
2662
2663 #: merge-recursive.c:920
2664 #, c-format
2665 msgid "refusing to lose untracked file at '%s'"
2666 msgstr ""
2667
2668 #: merge-recursive.c:962 builtin/cat-file.c:39
2669 #, c-format
2670 msgid "cannot read object %s '%s'"
2671 msgstr ""
2672
2673 #: merge-recursive.c:964
2674 #, c-format
2675 msgid "blob expected for %s '%s'"
2676 msgstr ""
2677
2678 #: merge-recursive.c:988
2679 #, c-format
2680 msgid "failed to open '%s': %s"
2681 msgstr ""
2682
2683 #: merge-recursive.c:999
2684 #, c-format
2685 msgid "failed to symlink '%s': %s"
2686 msgstr ""
2687
2688 #: merge-recursive.c:1004
2689 #, c-format
2690 msgid "do not know what to do with %06o %s '%s'"
2691 msgstr ""
2692
2693 #: merge-recursive.c:1191
2694 #, c-format
2695 msgid "Failed to merge submodule %s (not checked out)"
2696 msgstr ""
2697
2698 #: merge-recursive.c:1198
2699 #, c-format
2700 msgid "Failed to merge submodule %s (commits not present)"
2701 msgstr ""
2702
2703 #: merge-recursive.c:1205
2704 #, c-format
2705 msgid "Failed to merge submodule %s (commits don't follow merge-base)"
2706 msgstr ""
2707
2708 #: merge-recursive.c:1213 merge-recursive.c:1225
2709 #, c-format
2710 msgid "Fast-forwarding submodule %s to the following commit:"
2711 msgstr ""
2712
2713 #: merge-recursive.c:1216 merge-recursive.c:1228
2714 #, c-format
2715 msgid "Fast-forwarding submodule %s"
2716 msgstr ""
2717
2718 #: merge-recursive.c:1250
2719 #, c-format
2720 msgid "Failed to merge submodule %s (merge following commits not found)"
2721 msgstr ""
2722
2723 #: merge-recursive.c:1254
2724 #, c-format
2725 msgid "Failed to merge submodule %s (not fast-forward)"
2726 msgstr ""
2727
2728 #: merge-recursive.c:1255
2729 msgid "Found a possible merge resolution for the submodule:\n"
2730 msgstr ""
2731
2732 #: merge-recursive.c:1258
2733 #, c-format
2734 msgid ""
2735 "If this is correct simply add it to the index for example\n"
2736 "by using:\n"
2737 "\n"
2738 " git update-index --cacheinfo 160000 %s \"%s\"\n"
2739 "\n"
2740 "which will accept this suggestion.\n"
2741 msgstr ""
2742
2743 #: merge-recursive.c:1267
2744 #, c-format
2745 msgid "Failed to merge submodule %s (multiple merges found)"
2746 msgstr ""
2747
2748 #: merge-recursive.c:1326
2749 msgid "Failed to execute internal merge"
2750 msgstr ""
2751
2752 #: merge-recursive.c:1331
2753 #, c-format
2754 msgid "Unable to add %s to database"
2755 msgstr ""
2756
2757 #: merge-recursive.c:1363
2758 #, c-format
2759 msgid "Auto-merging %s"
2760 msgstr ""
2761
2762 #: merge-recursive.c:1434
2763 #, c-format
2764 msgid "Error: Refusing to lose untracked file at %s; writing to %s instead."
2765 msgstr ""
2766
2767 #: merge-recursive.c:1501
2768 #, c-format
2769 msgid ""
2770 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2771 "in tree."
2772 msgstr ""
2773
2774 #: merge-recursive.c:1506
2775 #, c-format
2776 msgid ""
2777 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2778 "left in tree."
2779 msgstr ""
2780
2781 #: merge-recursive.c:1513
2782 #, c-format
2783 msgid ""
2784 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2785 "in tree at %s."
2786 msgstr ""
2787
2788 #: merge-recursive.c:1518
2789 #, c-format
2790 msgid ""
2791 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2792 "left in tree at %s."
2793 msgstr ""
2794
2795 #: merge-recursive.c:1552
2796 msgid "rename"
2797 msgstr ""
2798
2799 #: merge-recursive.c:1552
2800 msgid "renamed"
2801 msgstr ""
2802
2803 #: merge-recursive.c:1606 merge-recursive.c:1762 merge-recursive.c:2394
2804 #: merge-recursive.c:3129
2805 #, c-format
2806 msgid "Refusing to lose dirty file at %s"
2807 msgstr ""
2808
2809 #: merge-recursive.c:1620
2810 #, c-format
2811 msgid "%s is a directory in %s adding as %s instead"
2812 msgstr ""
2813
2814 #: merge-recursive.c:1625
2815 #, c-format
2816 msgid "Refusing to lose untracked file at %s; adding as %s instead"
2817 msgstr ""
2818
2819 #: merge-recursive.c:1651
2820 #, c-format
2821 msgid ""
2822 "CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
2823 "\"->\"%s\" in \"%s\"%s"
2824 msgstr ""
2825
2826 #: merge-recursive.c:1656
2827 msgid " (left unresolved)"
2828 msgstr ""
2829
2830 #: merge-recursive.c:1720
2831 #, c-format
2832 msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
2833 msgstr ""
2834
2835 #: merge-recursive.c:1759
2836 #, c-format
2837 msgid "Renaming %s to %s and %s to %s instead"
2838 msgstr ""
2839
2840 #: merge-recursive.c:1771
2841 #, c-format
2842 msgid "Refusing to lose untracked file at %s, even though it's in the way."
2843 msgstr ""
2844
2845 #: merge-recursive.c:1977
2846 #, c-format
2847 msgid ""
2848 "CONFLICT (directory rename split): Unclear where to place %s because "
2849 "directory %s was renamed to multiple other directories, with no destination "
2850 "getting a majority of the files."
2851 msgstr ""
2852
2853 #: merge-recursive.c:2009
2854 #, c-format
2855 msgid ""
2856 "CONFLICT (implicit dir rename): Existing file/dir at %s in the way of "
2857 "implicit directory rename(s) putting the following path(s) there: %s."
2858 msgstr ""
2859
2860 #: merge-recursive.c:2019
2861 #, c-format
2862 msgid ""
2863 "CONFLICT (implicit dir rename): Cannot map more than one path to %s; "
2864 "implicit directory renames tried to put these paths there: %s"
2865 msgstr ""
2866
2867 #: merge-recursive.c:2111
2868 #, c-format
2869 msgid ""
2870 "CONFLICT (rename/rename): Rename directory %s->%s in %s. Rename directory %s-"
2871 ">%s in %s"
2872 msgstr ""
2873
2874 #: merge-recursive.c:2356
2875 #, c-format
2876 msgid ""
2877 "WARNING: Avoiding applying %s -> %s rename to %s, because %s itself was "
2878 "renamed."
2879 msgstr ""
2880
2881 #: merge-recursive.c:2762
2882 #, c-format
2883 msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
2884 msgstr ""
2885
2886 #: merge-recursive.c:2777
2887 #, c-format
2888 msgid "Adding merged %s"
2889 msgstr ""
2890
2891 #: merge-recursive.c:2784 merge-recursive.c:3132
2892 #, c-format
2893 msgid "Adding as %s instead"
2894 msgstr ""
2895
2896 #: merge-recursive.c:2941
2897 #, c-format
2898 msgid "cannot read object %s"
2899 msgstr ""
2900
2901 #: merge-recursive.c:2944
2902 #, c-format
2903 msgid "object %s is not a blob"
2904 msgstr ""
2905
2906 #: merge-recursive.c:3013
2907 msgid "modify"
2908 msgstr ""
2909
2910 #: merge-recursive.c:3013
2911 msgid "modified"
2912 msgstr ""
2913
2914 #: merge-recursive.c:3024
2915 msgid "content"
2916 msgstr ""
2917
2918 #: merge-recursive.c:3031
2919 msgid "add/add"
2920 msgstr ""
2921
2922 #: merge-recursive.c:3076
2923 #, c-format
2924 msgid "Skipped %s (merged same as existing)"
2925 msgstr ""
2926
2927 #: merge-recursive.c:3098 git-submodule.sh:865
2928 msgid "submodule"
2929 msgstr ""
2930
2931 #: merge-recursive.c:3099
2932 #, c-format
2933 msgid "CONFLICT (%s): Merge conflict in %s"
2934 msgstr ""
2935
2936 #: merge-recursive.c:3221
2937 #, c-format
2938 msgid "Removing %s"
2939 msgstr ""
2940
2941 #: merge-recursive.c:3247
2942 msgid "file/directory"
2943 msgstr ""
2944
2945 #: merge-recursive.c:3253
2946 msgid "directory/file"
2947 msgstr ""
2948
2949 #: merge-recursive.c:3260
2950 #, c-format
2951 msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
2952 msgstr ""
2953
2954 #: merge-recursive.c:3269
2955 #, c-format
2956 msgid "Adding %s"
2957 msgstr ""
2958
2959 #: merge-recursive.c:3303
2960 #, c-format
2961 msgid ""
2962 "Your local changes to the following files would be overwritten by merge:\n"
2963 " %s"
2964 msgstr ""
2965
2966 #: merge-recursive.c:3314
2967 msgid "Already up to date!"
2968 msgstr ""
2969
2970 #: merge-recursive.c:3323
2971 #, c-format
2972 msgid "merging of trees %s and %s failed"
2973 msgstr ""
2974
2975 #: merge-recursive.c:3422
2976 msgid "Merging:"
2977 msgstr ""
2978
2979 #: merge-recursive.c:3435
2980 #, c-format
2981 msgid "found %u common ancestor:"
2982 msgid_plural "found %u common ancestors:"
2983 msgstr[0] ""
2984 msgstr[1] ""
2985
2986 #: merge-recursive.c:3474
2987 msgid "merge returned no commit"
2988 msgstr ""
2989
2990 #: merge-recursive.c:3540
2991 #, c-format
2992 msgid "Could not parse object '%s'"
2993 msgstr ""
2994
2995 #: merge-recursive.c:3556 builtin/merge.c:689 builtin/merge.c:846
2996 msgid "Unable to write index."
2997 msgstr ""
2998
2999 #: notes-merge.c:274
3000 #, c-format
3001 msgid ""
3002 "You have not concluded your previous notes merge (%s exists).\n"
3003 "Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
3004 "commit/abort the previous merge before you start a new notes merge."
3005 msgstr ""
3006
3007 #: notes-merge.c:281
3008 #, c-format
3009 msgid "You have not concluded your notes merge (%s exists)."
3010 msgstr ""
3011
3012 #: notes-utils.c:45
3013 msgid "Cannot commit uninitialized/unreferenced notes tree"
3014 msgstr ""
3015
3016 #: notes-utils.c:104
3017 #, c-format
3018 msgid "Bad notes.rewriteMode value: '%s'"
3019 msgstr ""
3020
3021 #: notes-utils.c:114
3022 #, c-format
3023 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
3024 msgstr ""
3025
3026 #. TRANSLATORS: The first %s is the name of
3027 #. the environment variable, the second %s is
3028 #. its value.
3029 #.
3030 #: notes-utils.c:144
3031 #, c-format
3032 msgid "Bad %s value: '%s'"
3033 msgstr ""
3034
3035 #: object.c:54
3036 #, c-format
3037 msgid "invalid object type \"%s\""
3038 msgstr ""
3039
3040 #: object.c:173
3041 #, c-format
3042 msgid "object %s is a %s, not a %s"
3043 msgstr ""
3044
3045 #: object.c:233
3046 #, c-format
3047 msgid "object %s has unknown type id %d"
3048 msgstr ""
3049
3050 #: object.c:246
3051 #, c-format
3052 msgid "unable to parse object: %s"
3053 msgstr ""
3054
3055 #: object.c:266 object.c:277
3056 #, c-format
3057 msgid "sha1 mismatch %s"
3058 msgstr ""
3059
3060 #: packfile.c:563
3061 msgid "offset before end of packfile (broken .idx?)"
3062 msgstr ""
3063
3064 #: packfile.c:1745
3065 #, c-format
3066 msgid "offset before start of pack index for %s (corrupt index?)"
3067 msgstr ""
3068
3069 #: packfile.c:1749
3070 #, c-format
3071 msgid "offset beyond end of pack index for %s (truncated index?)"
3072 msgstr ""
3073
3074 #: parse-options.c:672
3075 msgid "..."
3076 msgstr ""
3077
3078 #: parse-options.c:691
3079 #, c-format
3080 msgid "usage: %s"
3081 msgstr ""
3082
3083 #. TRANSLATORS: the colon here should align with the
3084 #. one in "usage: %s" translation.
3085 #.
3086 #: parse-options.c:697
3087 #, c-format
3088 msgid " or: %s"
3089 msgstr ""
3090
3091 #: parse-options.c:700
3092 #, c-format
3093 msgid " %s"
3094 msgstr ""
3095
3096 #: parse-options.c:739
3097 msgid "-NUM"
3098 msgstr ""
3099
3100 #: parse-options-cb.c:44
3101 #, c-format
3102 msgid "malformed expiration date '%s'"
3103 msgstr ""
3104
3105 #: parse-options-cb.c:112
3106 #, c-format
3107 msgid "malformed object name '%s'"
3108 msgstr ""
3109
3110 #: path.c:892
3111 #, c-format
3112 msgid "Could not make %s writable by group"
3113 msgstr ""
3114
3115 #: pathspec.c:129
3116 msgid "Escape character '\\' not allowed as last character in attr value"
3117 msgstr ""
3118
3119 #: pathspec.c:147
3120 msgid "Only one 'attr:' specification is allowed."
3121 msgstr ""
3122
3123 #: pathspec.c:150
3124 msgid "attr spec must not be empty"
3125 msgstr ""
3126
3127 #: pathspec.c:193
3128 #, c-format
3129 msgid "invalid attribute name %s"
3130 msgstr ""
3131
3132 #: pathspec.c:258
3133 msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
3134 msgstr ""
3135
3136 #: pathspec.c:265
3137 msgid ""
3138 "global 'literal' pathspec setting is incompatible with all other global "
3139 "pathspec settings"
3140 msgstr ""
3141
3142 #: pathspec.c:305
3143 msgid "invalid parameter for pathspec magic 'prefix'"
3144 msgstr ""
3145
3146 #: pathspec.c:326
3147 #, c-format
3148 msgid "Invalid pathspec magic '%.*s' in '%s'"
3149 msgstr ""
3150
3151 #: pathspec.c:331
3152 #, c-format
3153 msgid "Missing ')' at the end of pathspec magic in '%s'"
3154 msgstr ""
3155
3156 #: pathspec.c:369
3157 #, c-format
3158 msgid "Unimplemented pathspec magic '%c' in '%s'"
3159 msgstr ""
3160
3161 #: pathspec.c:428
3162 #, c-format
3163 msgid "%s: 'literal' and 'glob' are incompatible"
3164 msgstr ""
3165
3166 #: pathspec.c:441
3167 #, c-format
3168 msgid "%s: '%s' is outside repository"
3169 msgstr ""
3170
3171 #: pathspec.c:515
3172 #, c-format
3173 msgid "'%s' (mnemonic: '%c')"
3174 msgstr ""
3175
3176 #: pathspec.c:525
3177 #, c-format
3178 msgid "%s: pathspec magic not supported by this command: %s"
3179 msgstr ""
3180
3181 #: pathspec.c:592
3182 #, c-format
3183 msgid "pathspec '%s' is beyond a symbolic link"
3184 msgstr ""
3185
3186 #: pkt-line.c:104
3187 msgid "flush packet write failed"
3188 msgstr ""
3189
3190 #: pkt-line.c:142 pkt-line.c:228
3191 msgid "protocol error: impossibly long line"
3192 msgstr ""
3193
3194 #: pkt-line.c:158 pkt-line.c:160
3195 msgid "packet write with format failed"
3196 msgstr ""
3197
3198 #: pkt-line.c:192
3199 msgid "packet write failed - data exceeds max packet size"
3200 msgstr ""
3201
3202 #: pkt-line.c:199 pkt-line.c:206
3203 msgid "packet write failed"
3204 msgstr ""
3205
3206 #: pkt-line.c:291
3207 msgid "read error"
3208 msgstr ""
3209
3210 #: pkt-line.c:299
3211 msgid "the remote end hung up unexpectedly"
3212 msgstr ""
3213
3214 #: pkt-line.c:327
3215 #, c-format
3216 msgid "protocol error: bad line length character: %.4s"
3217 msgstr ""
3218
3219 #: pkt-line.c:337 pkt-line.c:342
3220 #, c-format
3221 msgid "protocol error: bad line length %d"
3222 msgstr ""
3223
3224 #: pretty.c:962
3225 msgid "unable to parse --pretty format"
3226 msgstr ""
3227
3228 #: range-diff.c:48
3229 msgid "could not start `log`"
3230 msgstr ""
3231
3232 #: range-diff.c:51
3233 msgid "could not read `log` output"
3234 msgstr ""
3235
3236 #: range-diff.c:66 sequencer.c:4540
3237 #, c-format
3238 msgid "could not parse commit '%s'"
3239 msgstr ""
3240
3241 #: range-diff.c:196
3242 msgid "failed to generate diff"
3243 msgstr ""
3244
3245 #: range-diff.c:421 range-diff.c:423
3246 #, c-format
3247 msgid "could not parse log for '%s'"
3248 msgstr ""
3249
3250 #: read-cache.c:1579
3251 #, c-format
3252 msgid ""
3253 "index.version set, but the value is invalid.\n"
3254 "Using version %i"
3255 msgstr ""
3256
3257 #: read-cache.c:1589
3258 #, c-format
3259 msgid ""
3260 "GIT_INDEX_VERSION set, but the value is invalid.\n"
3261 "Using version %i"
3262 msgstr ""
3263
3264 #: read-cache.c:2580 sequencer.c:4503 wrapper.c:658 builtin/merge.c:1083
3265 #, c-format
3266 msgid "could not close '%s'"
3267 msgstr ""
3268
3269 #: read-cache.c:2653 sequencer.c:2113 sequencer.c:3374
3270 #, c-format
3271 msgid "could not stat '%s'"
3272 msgstr ""
3273
3274 #: read-cache.c:2666
3275 #, c-format
3276 msgid "unable to open git dir: %s"
3277 msgstr ""
3278
3279 #: read-cache.c:2678
3280 #, c-format
3281 msgid "unable to unlink: %s"
3282 msgstr ""
3283
3284 #: refs.c:192
3285 #, c-format
3286 msgid "%s does not point to a valid object!"
3287 msgstr ""
3288
3289 #: refs.c:579
3290 #, c-format
3291 msgid "ignoring dangling symref %s"
3292 msgstr ""
3293
3294 #: refs.c:581 ref-filter.c:2067
3295 #, c-format
3296 msgid "ignoring broken ref %s"
3297 msgstr ""
3298
3299 #: refs.c:685
3300 #, c-format
3301 msgid "could not open '%s' for writing: %s"
3302 msgstr ""
3303
3304 #: refs.c:695 refs.c:746
3305 #, c-format
3306 msgid "could not read ref '%s'"
3307 msgstr ""
3308
3309 #: refs.c:701
3310 #, c-format
3311 msgid "ref '%s' already exists"
3312 msgstr ""
3313
3314 #: refs.c:706
3315 #, c-format
3316 msgid "unexpected object ID when writing '%s'"
3317 msgstr ""
3318
3319 #: refs.c:714 sequencer.c:385 sequencer.c:2366 sequencer.c:2492
3320 #: sequencer.c:2506 sequencer.c:2733 sequencer.c:4501 sequencer.c:4564
3321 #: wrapper.c:656
3322 #, c-format
3323 msgid "could not write to '%s'"
3324 msgstr ""
3325
3326 #: refs.c:741 sequencer.c:4499 sequencer.c:4558 wrapper.c:225 wrapper.c:395
3327 #: builtin/am.c:780
3328 #, c-format
3329 msgid "could not open '%s' for writing"
3330 msgstr ""
3331
3332 #: refs.c:748
3333 #, c-format
3334 msgid "unexpected object ID when deleting '%s'"
3335 msgstr ""
3336
3337 #: refs.c:879
3338 #, c-format
3339 msgid "log for ref %s has gap after %s"
3340 msgstr ""
3341
3342 #: refs.c:885
3343 #, c-format
3344 msgid "log for ref %s unexpectedly ended on %s"
3345 msgstr ""
3346
3347 #: refs.c:943
3348 #, c-format
3349 msgid "log for %s is empty"
3350 msgstr ""
3351
3352 #: refs.c:1035
3353 #, c-format
3354 msgid "refusing to update ref with bad name '%s'"
3355 msgstr ""
3356
3357 #: refs.c:1111
3358 #, c-format
3359 msgid "update_ref failed for ref '%s': %s"
3360 msgstr ""
3361
3362 #: refs.c:1853
3363 #, c-format
3364 msgid "multiple updates for ref '%s' not allowed"
3365 msgstr ""
3366
3367 #: refs.c:1885
3368 msgid "ref updates forbidden inside quarantine environment"
3369 msgstr ""
3370
3371 #: refs.c:1981 refs.c:2011
3372 #, c-format
3373 msgid "'%s' exists; cannot create '%s'"
3374 msgstr ""
3375
3376 #: refs.c:1987 refs.c:2022
3377 #, c-format
3378 msgid "cannot process '%s' and '%s' at the same time"
3379 msgstr ""
3380
3381 #: refs/files-backend.c:1191
3382 #, c-format
3383 msgid "could not remove reference %s"
3384 msgstr ""
3385
3386 #: refs/files-backend.c:1205 refs/packed-backend.c:1532
3387 #: refs/packed-backend.c:1542
3388 #, c-format
3389 msgid "could not delete reference %s: %s"
3390 msgstr ""
3391
3392 #: refs/files-backend.c:1208 refs/packed-backend.c:1545
3393 #, c-format
3394 msgid "could not delete references: %s"
3395 msgstr ""
3396
3397 #: refspec.c:137
3398 #, c-format
3399 msgid "invalid refspec '%s'"
3400 msgstr ""
3401
3402 #: ref-filter.c:38 wt-status.c:1850
3403 msgid "gone"
3404 msgstr ""
3405
3406 #: ref-filter.c:39
3407 #, c-format
3408 msgid "ahead %d"
3409 msgstr ""
3410
3411 #: ref-filter.c:40
3412 #, c-format
3413 msgid "behind %d"
3414 msgstr ""
3415
3416 #: ref-filter.c:41
3417 #, c-format
3418 msgid "ahead %d, behind %d"
3419 msgstr ""
3420
3421 #: ref-filter.c:137
3422 #, c-format
3423 msgid "expected format: %%(color:<color>)"
3424 msgstr ""
3425
3426 #: ref-filter.c:139
3427 #, c-format
3428 msgid "unrecognized color: %%(color:%s)"
3429 msgstr ""
3430
3431 #: ref-filter.c:161
3432 #, c-format
3433 msgid "Integer value expected refname:lstrip=%s"
3434 msgstr ""
3435
3436 #: ref-filter.c:165
3437 #, c-format
3438 msgid "Integer value expected refname:rstrip=%s"
3439 msgstr ""
3440
3441 #: ref-filter.c:167
3442 #, c-format
3443 msgid "unrecognized %%(%s) argument: %s"
3444 msgstr ""
3445
3446 #: ref-filter.c:222
3447 #, c-format
3448 msgid "%%(objecttype) does not take arguments"
3449 msgstr ""
3450
3451 #: ref-filter.c:234
3452 #, c-format
3453 msgid "%%(objectsize) does not take arguments"
3454 msgstr ""
3455
3456 #: ref-filter.c:246
3457 #, c-format
3458 msgid "%%(body) does not take arguments"
3459 msgstr ""
3460
3461 #: ref-filter.c:255
3462 #, c-format
3463 msgid "%%(subject) does not take arguments"
3464 msgstr ""
3465
3466 #: ref-filter.c:275
3467 #, c-format
3468 msgid "unknown %%(trailers) argument: %s"
3469 msgstr ""
3470
3471 #: ref-filter.c:304
3472 #, c-format
3473 msgid "positive value expected contents:lines=%s"
3474 msgstr ""
3475
3476 #: ref-filter.c:306
3477 #, c-format
3478 msgid "unrecognized %%(contents) argument: %s"
3479 msgstr ""
3480
3481 #: ref-filter.c:321
3482 #, c-format
3483 msgid "positive value expected objectname:short=%s"
3484 msgstr ""
3485
3486 #: ref-filter.c:325
3487 #, c-format
3488 msgid "unrecognized %%(objectname) argument: %s"
3489 msgstr ""
3490
3491 #: ref-filter.c:355
3492 #, c-format
3493 msgid "expected format: %%(align:<width>,<position>)"
3494 msgstr ""
3495
3496 #: ref-filter.c:367
3497 #, c-format
3498 msgid "unrecognized position:%s"
3499 msgstr ""
3500
3501 #: ref-filter.c:374
3502 #, c-format
3503 msgid "unrecognized width:%s"
3504 msgstr ""
3505
3506 #: ref-filter.c:383
3507 #, c-format
3508 msgid "unrecognized %%(align) argument: %s"
3509 msgstr ""
3510
3511 #: ref-filter.c:391
3512 #, c-format
3513 msgid "positive width expected with the %%(align) atom"
3514 msgstr ""
3515
3516 #: ref-filter.c:409
3517 #, c-format
3518 msgid "unrecognized %%(if) argument: %s"
3519 msgstr ""
3520
3521 #: ref-filter.c:505
3522 #, c-format
3523 msgid "malformed field name: %.*s"
3524 msgstr ""
3525
3526 #: ref-filter.c:532
3527 #, c-format
3528 msgid "unknown field name: %.*s"
3529 msgstr ""
3530
3531 #: ref-filter.c:656
3532 #, c-format
3533 msgid "format: %%(if) atom used without a %%(then) atom"
3534 msgstr ""
3535
3536 #: ref-filter.c:719
3537 #, c-format
3538 msgid "format: %%(then) atom used without an %%(if) atom"
3539 msgstr ""
3540
3541 #: ref-filter.c:721
3542 #, c-format
3543 msgid "format: %%(then) atom used more than once"
3544 msgstr ""
3545
3546 #: ref-filter.c:723
3547 #, c-format
3548 msgid "format: %%(then) atom used after %%(else)"
3549 msgstr ""
3550
3551 #: ref-filter.c:751
3552 #, c-format
3553 msgid "format: %%(else) atom used without an %%(if) atom"
3554 msgstr ""
3555
3556 #: ref-filter.c:753
3557 #, c-format
3558 msgid "format: %%(else) atom used without a %%(then) atom"
3559 msgstr ""
3560
3561 #: ref-filter.c:755
3562 #, c-format
3563 msgid "format: %%(else) atom used more than once"
3564 msgstr ""
3565
3566 #: ref-filter.c:770
3567 #, c-format
3568 msgid "format: %%(end) atom used without corresponding atom"
3569 msgstr ""
3570
3571 #: ref-filter.c:827
3572 #, c-format
3573 msgid "malformed format string %s"
3574 msgstr ""
3575
3576 #: ref-filter.c:1416
3577 #, c-format
3578 msgid "(no branch, rebasing %s)"
3579 msgstr ""
3580
3581 #: ref-filter.c:1419
3582 #, c-format
3583 msgid "(no branch, rebasing detached HEAD %s)"
3584 msgstr ""
3585
3586 #: ref-filter.c:1422
3587 #, c-format
3588 msgid "(no branch, bisect started on %s)"
3589 msgstr ""
3590
3591 #. TRANSLATORS: make sure this matches "HEAD
3592 #. detached at " in wt-status.c
3593 #.
3594 #: ref-filter.c:1430
3595 #, c-format
3596 msgid "(HEAD detached at %s)"
3597 msgstr ""
3598
3599 #. TRANSLATORS: make sure this matches "HEAD
3600 #. detached from " in wt-status.c
3601 #.
3602 #: ref-filter.c:1437
3603 #, c-format
3604 msgid "(HEAD detached from %s)"
3605 msgstr ""
3606
3607 #: ref-filter.c:1441
3608 msgid "(no branch)"
3609 msgstr ""
3610
3611 #: ref-filter.c:1475 ref-filter.c:1623
3612 #, c-format
3613 msgid "missing object %s for %s"
3614 msgstr ""
3615
3616 #: ref-filter.c:1483
3617 #, c-format
3618 msgid "parse_object_buffer failed on %s for %s"
3619 msgstr ""
3620
3621 #: ref-filter.c:1980
3622 #, c-format
3623 msgid "malformed object at '%s'"
3624 msgstr ""
3625
3626 #: ref-filter.c:2062
3627 #, c-format
3628 msgid "ignoring ref with broken name %s"
3629 msgstr ""
3630
3631 #: ref-filter.c:2340
3632 #, c-format
3633 msgid "format: %%(end) atom missing"
3634 msgstr ""
3635
3636 #: ref-filter.c:2444
3637 #, c-format
3638 msgid "malformed object name %s"
3639 msgstr ""
3640
3641 #: remote.c:606
3642 #, c-format
3643 msgid "Cannot fetch both %s and %s to %s"
3644 msgstr ""
3645
3646 #: remote.c:610
3647 #, c-format
3648 msgid "%s usually tracks %s, not %s"
3649 msgstr ""
3650
3651 #: remote.c:614
3652 #, c-format
3653 msgid "%s tracks both %s and %s"
3654 msgstr ""
3655
3656 #: remote.c:622
3657 msgid "Internal error"
3658 msgstr ""
3659
3660 #: remote.c:1536 remote.c:1637
3661 msgid "HEAD does not point to a branch"
3662 msgstr ""
3663
3664 #: remote.c:1545
3665 #, c-format
3666 msgid "no such branch: '%s'"
3667 msgstr ""
3668
3669 #: remote.c:1548
3670 #, c-format
3671 msgid "no upstream configured for branch '%s'"
3672 msgstr ""
3673
3674 #: remote.c:1554
3675 #, c-format
3676 msgid "upstream branch '%s' not stored as a remote-tracking branch"
3677 msgstr ""
3678
3679 #: remote.c:1569
3680 #, c-format
3681 msgid "push destination '%s' on remote '%s' has no local tracking branch"
3682 msgstr ""
3683
3684 #: remote.c:1581
3685 #, c-format
3686 msgid "branch '%s' has no remote for pushing"
3687 msgstr ""
3688
3689 #: remote.c:1591
3690 #, c-format
3691 msgid "push refspecs for '%s' do not include '%s'"
3692 msgstr ""
3693
3694 #: remote.c:1604
3695 msgid "push has no destination (push.default is 'nothing')"
3696 msgstr ""
3697
3698 #: remote.c:1626
3699 msgid "cannot resolve 'simple' push to a single destination"
3700 msgstr ""
3701
3702 #: remote.c:1951
3703 #, c-format
3704 msgid "Your branch is based on '%s', but the upstream is gone.\n"
3705 msgstr ""
3706
3707 #: remote.c:1955
3708 msgid " (use \"git branch --unset-upstream\" to fixup)\n"
3709 msgstr ""
3710
3711 #: remote.c:1958
3712 #, c-format
3713 msgid "Your branch is up to date with '%s'.\n"
3714 msgstr ""
3715
3716 #: remote.c:1962
3717 #, c-format
3718 msgid "Your branch and '%s' refer to different commits.\n"
3719 msgstr ""
3720
3721 #: remote.c:1965
3722 #, c-format
3723 msgid " (use \"%s\" for details)\n"
3724 msgstr ""
3725
3726 #: remote.c:1969
3727 #, c-format
3728 msgid "Your branch is ahead of '%s' by %d commit.\n"
3729 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
3730 msgstr[0] ""
3731 msgstr[1] ""
3732
3733 #: remote.c:1975
3734 msgid " (use \"git push\" to publish your local commits)\n"
3735 msgstr ""
3736
3737 #: remote.c:1978
3738 #, c-format
3739 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
3740 msgid_plural ""
3741 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
3742 msgstr[0] ""
3743 msgstr[1] ""
3744
3745 #: remote.c:1986
3746 msgid " (use \"git pull\" to update your local branch)\n"
3747 msgstr ""
3748
3749 #: remote.c:1989
3750 #, c-format
3751 msgid ""
3752 "Your branch and '%s' have diverged,\n"
3753 "and have %d and %d different commit each, respectively.\n"
3754 msgid_plural ""
3755 "Your branch and '%s' have diverged,\n"
3756 "and have %d and %d different commits each, respectively.\n"
3757 msgstr[0] ""
3758 msgstr[1] ""
3759
3760 #: remote.c:1999
3761 msgid " (use \"git pull\" to merge the remote branch into yours)\n"
3762 msgstr ""
3763
3764 #: replace-object.c:20
3765 #, c-format
3766 msgid "bad replace ref name: %s"
3767 msgstr ""
3768
3769 #: replace-object.c:29
3770 #, c-format
3771 msgid "duplicate replace ref: %s"
3772 msgstr ""
3773
3774 #: replace-object.c:72
3775 #, c-format
3776 msgid "replace depth too high for object %s"
3777 msgstr ""
3778
3779 #: revision.c:2305
3780 msgid "your current branch appears to be broken"
3781 msgstr ""
3782
3783 #: revision.c:2308
3784 #, c-format
3785 msgid "your current branch '%s' does not have any commits yet"
3786 msgstr ""
3787
3788 #: revision.c:2505
3789 msgid "--first-parent is incompatible with --bisect"
3790 msgstr ""
3791
3792 #: run-command.c:728
3793 msgid "open /dev/null failed"
3794 msgstr ""
3795
3796 #: run-command.c:1271
3797 #, c-format
3798 msgid ""
3799 "The '%s' hook was ignored because it's not set as executable.\n"
3800 "You can disable this warning with `git config advice.ignoredHook false`."
3801 msgstr ""
3802
3803 #: send-pack.c:142
3804 msgid "unexpected flush packet while reading remote unpack status"
3805 msgstr ""
3806
3807 #: send-pack.c:144
3808 #, c-format
3809 msgid "unable to parse remote unpack status: %s"
3810 msgstr ""
3811
3812 #: send-pack.c:146
3813 #, c-format
3814 msgid "remote unpack failed: %s"
3815 msgstr ""
3816
3817 #: send-pack.c:309
3818 msgid "failed to sign the push certificate"
3819 msgstr ""
3820
3821 #: send-pack.c:422
3822 msgid "the receiving end does not support --signed push"
3823 msgstr ""
3824
3825 #: send-pack.c:424
3826 msgid ""
3827 "not sending a push certificate since the receiving end does not support --"
3828 "signed push"
3829 msgstr ""
3830
3831 #: send-pack.c:436
3832 msgid "the receiving end does not support --atomic push"
3833 msgstr ""
3834
3835 #: send-pack.c:441
3836 msgid "the receiving end does not support push options"
3837 msgstr ""
3838
3839 #: sequencer.c:177
3840 #, c-format
3841 msgid "invalid commit message cleanup mode '%s'"
3842 msgstr ""
3843
3844 #: sequencer.c:278
3845 #, c-format
3846 msgid "could not delete '%s'"
3847 msgstr ""
3848
3849 #: sequencer.c:304
3850 msgid "revert"
3851 msgstr ""
3852
3853 #: sequencer.c:306
3854 msgid "cherry-pick"
3855 msgstr ""
3856
3857 #: sequencer.c:308
3858 msgid "rebase -i"
3859 msgstr ""
3860
3861 #: sequencer.c:310
3862 #, c-format
3863 msgid "unknown action: %d"
3864 msgstr ""
3865
3866 #: sequencer.c:367
3867 msgid ""
3868 "after resolving the conflicts, mark the corrected paths\n"
3869 "with 'git add <paths>' or 'git rm <paths>'"
3870 msgstr ""
3871
3872 #: sequencer.c:370
3873 msgid ""
3874 "after resolving the conflicts, mark the corrected paths\n"
3875 "with 'git add <paths>' or 'git rm <paths>'\n"
3876 "and commit the result with 'git commit'"
3877 msgstr ""
3878
3879 #: sequencer.c:383 sequencer.c:2488
3880 #, c-format
3881 msgid "could not lock '%s'"
3882 msgstr ""
3883
3884 #: sequencer.c:390
3885 #, c-format
3886 msgid "could not write eol to '%s'"
3887 msgstr ""
3888
3889 #: sequencer.c:395 sequencer.c:2371 sequencer.c:2494 sequencer.c:2508
3890 #: sequencer.c:2741
3891 #, c-format
3892 msgid "failed to finalize '%s'"
3893 msgstr ""
3894
3895 #: sequencer.c:418 sequencer.c:816 sequencer.c:1505 sequencer.c:2391
3896 #: sequencer.c:2723 sequencer.c:2827 builtin/am.c:260 builtin/commit.c:740
3897 #: builtin/merge.c:1081
3898 #, c-format
3899 msgid "could not read '%s'"
3900 msgstr ""
3901
3902 #: sequencer.c:444
3903 #, c-format
3904 msgid "your local changes would be overwritten by %s."
3905 msgstr ""
3906
3907 #: sequencer.c:448
3908 msgid "commit your changes or stash them to proceed."
3909 msgstr ""
3910
3911 #: sequencer.c:477
3912 #, c-format
3913 msgid "%s: fast-forward"
3914 msgstr ""
3915
3916 #. TRANSLATORS: %s will be "revert", "cherry-pick" or
3917 #. "rebase -i".
3918 #.
3919 #: sequencer.c:566
3920 #, c-format
3921 msgid "%s: Unable to write new index file"
3922 msgstr ""
3923
3924 #: sequencer.c:582
3925 msgid "unable to update cache tree"
3926 msgstr ""
3927
3928 #: sequencer.c:595
3929 msgid "could not resolve HEAD commit"
3930 msgstr ""
3931
3932 #: sequencer.c:723 sequencer.c:740
3933 #, c-format
3934 msgid "could not parse '%s' (looking for '%s')"
3935 msgstr ""
3936
3937 #: sequencer.c:731
3938 #, c-format
3939 msgid "bad quoting on %s value in '%s'"
3940 msgstr ""
3941
3942 #: sequencer.c:747
3943 #, c-format
3944 msgid "invalid date format '%s' in '%s'"
3945 msgstr ""
3946
3947 #: sequencer.c:761
3948 #, c-format
3949 msgid ""
3950 "you have staged changes in your working tree\n"
3951 "If these changes are meant to be squashed into the previous commit, run:\n"
3952 "\n"
3953 " git commit --amend %s\n"
3954 "\n"
3955 "If they are meant to go into a new commit, run:\n"
3956 "\n"
3957 " git commit %s\n"
3958 "\n"
3959 "In both cases, once you're done, continue with:\n"
3960 "\n"
3961 " git rebase --continue\n"
3962 msgstr ""
3963
3964 #: sequencer.c:830
3965 msgid "writing root commit"
3966 msgstr ""
3967
3968 #: sequencer.c:1055
3969 msgid "'prepare-commit-msg' hook failed"
3970 msgstr ""
3971
3972 #: sequencer.c:1062
3973 msgid ""
3974 "Your name and email address were configured automatically based\n"
3975 "on your username and hostname. Please check that they are accurate.\n"
3976 "You can suppress this message by setting them explicitly. Run the\n"
3977 "following command and follow the instructions in your editor to edit\n"
3978 "your configuration file:\n"
3979 "\n"
3980 " git config --global --edit\n"
3981 "\n"
3982 "After doing this, you may fix the identity used for this commit with:\n"
3983 "\n"
3984 " git commit --amend --reset-author\n"
3985 msgstr ""
3986
3987 #: sequencer.c:1075
3988 msgid ""
3989 "Your name and email address were configured automatically based\n"
3990 "on your username and hostname. Please check that they are accurate.\n"
3991 "You can suppress this message by setting them explicitly:\n"
3992 "\n"
3993 " git config --global user.name \"Your Name\"\n"
3994 " git config --global user.email you@example.com\n"
3995 "\n"
3996 "After doing this, you may fix the identity used for this commit with:\n"
3997 "\n"
3998 " git commit --amend --reset-author\n"
3999 msgstr ""
4000
4001 #: sequencer.c:1115
4002 msgid "couldn't look up newly created commit"
4003 msgstr ""
4004
4005 #: sequencer.c:1117
4006 msgid "could not parse newly created commit"
4007 msgstr ""
4008
4009 #: sequencer.c:1163
4010 msgid "unable to resolve HEAD after creating commit"
4011 msgstr ""
4012
4013 #: sequencer.c:1165
4014 msgid "detached HEAD"
4015 msgstr ""
4016
4017 #: sequencer.c:1169
4018 msgid " (root-commit)"
4019 msgstr ""
4020
4021 #: sequencer.c:1190
4022 msgid "could not parse HEAD"
4023 msgstr ""
4024
4025 #: sequencer.c:1192
4026 #, c-format
4027 msgid "HEAD %s is not a commit!"
4028 msgstr ""
4029
4030 #: sequencer.c:1196 builtin/commit.c:1528
4031 msgid "could not parse HEAD commit"
4032 msgstr ""
4033
4034 #: sequencer.c:1247 sequencer.c:1845
4035 msgid "unable to parse commit author"
4036 msgstr ""
4037
4038 #: sequencer.c:1257 builtin/am.c:1632 builtin/merge.c:675
4039 msgid "git write-tree failed to write a tree"
4040 msgstr ""
4041
4042 #: sequencer.c:1274 sequencer.c:1329
4043 #, c-format
4044 msgid "unable to read commit message from '%s'"
4045 msgstr ""
4046
4047 #: sequencer.c:1296 builtin/am.c:1653 builtin/commit.c:1631 builtin/merge.c:855
4048 #: builtin/merge.c:880
4049 msgid "failed to write commit object"
4050 msgstr ""
4051
4052 #: sequencer.c:1356
4053 #, c-format
4054 msgid "could not parse commit %s"
4055 msgstr ""
4056
4057 #: sequencer.c:1361
4058 #, c-format
4059 msgid "could not parse parent commit %s"
4060 msgstr ""
4061
4062 #: sequencer.c:1457 sequencer.c:1565
4063 #, c-format
4064 msgid "unknown command: %d"
4065 msgstr ""
4066
4067 #: sequencer.c:1512 sequencer.c:1537
4068 #, c-format
4069 msgid "This is a combination of %d commits."
4070 msgstr ""
4071
4072 #: sequencer.c:1522 sequencer.c:4520
4073 msgid "need a HEAD to fixup"
4074 msgstr ""
4075
4076 #: sequencer.c:1524 sequencer.c:2768
4077 msgid "could not read HEAD"
4078 msgstr ""
4079
4080 #: sequencer.c:1526
4081 msgid "could not read HEAD's commit message"
4082 msgstr ""
4083
4084 #: sequencer.c:1532
4085 #, c-format
4086 msgid "cannot write '%s'"
4087 msgstr ""
4088
4089 #: sequencer.c:1539 git-rebase--preserve-merges.sh:441
4090 msgid "This is the 1st commit message:"
4091 msgstr ""
4092
4093 #: sequencer.c:1547
4094 #, c-format
4095 msgid "could not read commit message of %s"
4096 msgstr ""
4097
4098 #: sequencer.c:1554
4099 #, c-format
4100 msgid "This is the commit message #%d:"
4101 msgstr ""
4102
4103 #: sequencer.c:1560
4104 #, c-format
4105 msgid "The commit message #%d will be skipped:"
4106 msgstr ""
4107
4108 #: sequencer.c:1643
4109 msgid "your index file is unmerged."
4110 msgstr ""
4111
4112 #: sequencer.c:1650
4113 msgid "cannot fixup root commit"
4114 msgstr ""
4115
4116 #: sequencer.c:1669
4117 #, c-format
4118 msgid "commit %s is a merge but no -m option was given."
4119 msgstr ""
4120
4121 #: sequencer.c:1677
4122 #, c-format
4123 msgid "commit %s does not have parent %d"
4124 msgstr ""
4125
4126 #: sequencer.c:1681
4127 #, c-format
4128 msgid "mainline was specified but commit %s is not a merge."
4129 msgstr ""
4130
4131 #: sequencer.c:1687
4132 #, c-format
4133 msgid "cannot get commit message for %s"
4134 msgstr ""
4135
4136 #. TRANSLATORS: The first %s will be a "todo" command like
4137 #. "revert" or "pick", the second %s a SHA1.
4138 #: sequencer.c:1706
4139 #, c-format
4140 msgid "%s: cannot parse parent commit %s"
4141 msgstr ""
4142
4143 #: sequencer.c:1771
4144 #, c-format
4145 msgid "could not rename '%s' to '%s'"
4146 msgstr ""
4147
4148 #: sequencer.c:1826
4149 #, c-format
4150 msgid "could not revert %s... %s"
4151 msgstr ""
4152
4153 #: sequencer.c:1827
4154 #, c-format
4155 msgid "could not apply %s... %s"
4156 msgstr ""
4157
4158 #: sequencer.c:1885
4159 #, c-format
4160 msgid "git %s: failed to read the index"
4161 msgstr ""
4162
4163 #: sequencer.c:1892
4164 #, c-format
4165 msgid "git %s: failed to refresh the index"
4166 msgstr ""
4167
4168 #: sequencer.c:1972
4169 #, c-format
4170 msgid "%s does not accept arguments: '%s'"
4171 msgstr ""
4172
4173 #: sequencer.c:1981
4174 #, c-format
4175 msgid "missing arguments for %s"
4176 msgstr ""
4177
4178 #: sequencer.c:2040
4179 #, c-format
4180 msgid "invalid line %d: %.*s"
4181 msgstr ""
4182
4183 #: sequencer.c:2048
4184 #, c-format
4185 msgid "cannot '%s' without a previous commit"
4186 msgstr ""
4187
4188 #: sequencer.c:2096 sequencer.c:4277 sequencer.c:4333
4189 #, c-format
4190 msgid "could not read '%s'."
4191 msgstr ""
4192
4193 #: sequencer.c:2119
4194 msgid "please fix this using 'git rebase --edit-todo'."
4195 msgstr ""
4196
4197 #: sequencer.c:2121
4198 #, c-format
4199 msgid "unusable instruction sheet: '%s'"
4200 msgstr ""
4201
4202 #: sequencer.c:2126
4203 msgid "no commits parsed."
4204 msgstr ""
4205
4206 #: sequencer.c:2137
4207 msgid "cannot cherry-pick during a revert."
4208 msgstr ""
4209
4210 #: sequencer.c:2139
4211 msgid "cannot revert during a cherry-pick."
4212 msgstr ""
4213
4214 #: sequencer.c:2209
4215 #, c-format
4216 msgid "invalid value for %s: %s"
4217 msgstr ""
4218
4219 #: sequencer.c:2285
4220 msgid "unusable squash-onto"
4221 msgstr ""
4222
4223 #: sequencer.c:2301
4224 #, c-format
4225 msgid "malformed options sheet: '%s'"
4226 msgstr ""
4227
4228 #: sequencer.c:2335 sequencer.c:3775
4229 msgid "empty commit set passed"
4230 msgstr ""
4231
4232 #: sequencer.c:2343
4233 msgid "a cherry-pick or revert is already in progress"
4234 msgstr ""
4235
4236 #: sequencer.c:2344
4237 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
4238 msgstr ""
4239
4240 #: sequencer.c:2347
4241 #, c-format
4242 msgid "could not create sequencer directory '%s'"
4243 msgstr ""
4244
4245 #: sequencer.c:2361
4246 msgid "could not lock HEAD"
4247 msgstr ""
4248
4249 #: sequencer.c:2416 sequencer.c:3543
4250 msgid "no cherry-pick or revert in progress"
4251 msgstr ""
4252
4253 #: sequencer.c:2418
4254 msgid "cannot resolve HEAD"
4255 msgstr ""
4256
4257 #: sequencer.c:2420 sequencer.c:2455
4258 msgid "cannot abort from a branch yet to be born"
4259 msgstr ""
4260
4261 #: sequencer.c:2441 builtin/grep.c:721
4262 #, c-format
4263 msgid "cannot open '%s'"
4264 msgstr ""
4265
4266 #: sequencer.c:2443
4267 #, c-format
4268 msgid "cannot read '%s': %s"
4269 msgstr ""
4270
4271 #: sequencer.c:2444
4272 msgid "unexpected end of file"
4273 msgstr ""
4274
4275 #: sequencer.c:2450
4276 #, c-format
4277 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
4278 msgstr ""
4279
4280 #: sequencer.c:2461
4281 msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
4282 msgstr ""
4283
4284 #: sequencer.c:2565 sequencer.c:3461
4285 #, c-format
4286 msgid "could not update %s"
4287 msgstr ""
4288
4289 #: sequencer.c:2603 sequencer.c:3441
4290 msgid "cannot read HEAD"
4291 msgstr ""
4292
4293 #: sequencer.c:2618
4294 #, c-format
4295 msgid "unable to copy '%s' to '%s'"
4296 msgstr ""
4297
4298 #: sequencer.c:2626
4299 #, c-format
4300 msgid ""
4301 "You can amend the commit now, with\n"
4302 "\n"
4303 " git commit --amend %s\n"
4304 "\n"
4305 "Once you are satisfied with your changes, run\n"
4306 "\n"
4307 " git rebase --continue\n"
4308 msgstr ""
4309
4310 #: sequencer.c:2636
4311 #, c-format
4312 msgid "Could not apply %s... %.*s"
4313 msgstr ""
4314
4315 #: sequencer.c:2643
4316 #, c-format
4317 msgid "Could not merge %.*s"
4318 msgstr ""
4319
4320 #: sequencer.c:2654 sequencer.c:2658 builtin/difftool.c:640
4321 #, c-format
4322 msgid "could not copy '%s' to '%s'"
4323 msgstr ""
4324
4325 #: sequencer.c:2680 sequencer.c:3095
4326 msgid "could not read index"
4327 msgstr ""
4328
4329 #: sequencer.c:2685
4330 #, c-format
4331 msgid ""
4332 "execution failed: %s\n"
4333 "%sYou can fix the problem, and then run\n"
4334 "\n"
4335 " git rebase --continue\n"
4336 "\n"
4337 msgstr ""
4338
4339 #: sequencer.c:2691
4340 msgid "and made changes to the index and/or the working tree\n"
4341 msgstr ""
4342
4343 #: sequencer.c:2697
4344 #, c-format
4345 msgid ""
4346 "execution succeeded: %s\n"
4347 "but left changes to the index and/or the working tree\n"
4348 "Commit or stash your changes, and then run\n"
4349 "\n"
4350 " git rebase --continue\n"
4351 "\n"
4352 msgstr ""
4353
4354 #: sequencer.c:2758
4355 #, c-format
4356 msgid "illegal label name: '%.*s'"
4357 msgstr ""
4358
4359 #: sequencer.c:2810
4360 msgid "writing fake root commit"
4361 msgstr ""
4362
4363 #: sequencer.c:2815
4364 msgid "writing squash-onto"
4365 msgstr ""
4366
4367 #: sequencer.c:2850
4368 #, c-format
4369 msgid "failed to find tree of %s"
4370 msgstr ""
4371
4372 #: sequencer.c:2868
4373 msgid "could not write index"
4374 msgstr ""
4375
4376 #: sequencer.c:2895
4377 #, c-format
4378 msgid "could not resolve '%s'"
4379 msgstr ""
4380
4381 #: sequencer.c:2921
4382 msgid "cannot merge without a current revision"
4383 msgstr ""
4384
4385 #: sequencer.c:2943
4386 #, c-format
4387 msgid "unable to parse '%.*s'"
4388 msgstr ""
4389
4390 #: sequencer.c:2952
4391 #, c-format
4392 msgid "nothing to merge: '%.*s'"
4393 msgstr ""
4394
4395 #: sequencer.c:2964
4396 msgid "octopus merge cannot be executed on top of a [new root]"
4397 msgstr ""
4398
4399 #: sequencer.c:2979
4400 #, c-format
4401 msgid "could not get commit message of '%s'"
4402 msgstr ""
4403
4404 #: sequencer.c:2989 sequencer.c:3015
4405 #, c-format
4406 msgid "could not write '%s'"
4407 msgstr ""
4408
4409 #: sequencer.c:3127
4410 #, c-format
4411 msgid "could not even attempt to merge '%.*s'"
4412 msgstr ""
4413
4414 #: sequencer.c:3143
4415 msgid "merge: Unable to write new index file"
4416 msgstr ""
4417
4418 #: sequencer.c:3211
4419 #, c-format
4420 msgid "Applied autostash.\n"
4421 msgstr ""
4422
4423 #: sequencer.c:3223
4424 #, c-format
4425 msgid "cannot store %s"
4426 msgstr ""
4427
4428 #: sequencer.c:3226 git-rebase.sh:188
4429 #, c-format
4430 msgid ""
4431 "Applying autostash resulted in conflicts.\n"
4432 "Your changes are safe in the stash.\n"
4433 "You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
4434 msgstr ""
4435
4436 #: sequencer.c:3257
4437 #, c-format
4438 msgid ""
4439 "Could not execute the todo command\n"
4440 "\n"
4441 " %.*s\n"
4442 "It has been rescheduled; To edit the command before continuing, please\n"
4443 "edit the todo list first:\n"
4444 "\n"
4445 " git rebase --edit-todo\n"
4446 " git rebase --continue\n"
4447 msgstr ""
4448
4449 #: sequencer.c:3325
4450 #, c-format
4451 msgid "Stopped at %s... %.*s\n"
4452 msgstr ""
4453
4454 #: sequencer.c:3404
4455 #, c-format
4456 msgid "unknown command %d"
4457 msgstr ""
4458
4459 #: sequencer.c:3449
4460 msgid "could not read orig-head"
4461 msgstr ""
4462
4463 #: sequencer.c:3454 sequencer.c:4517
4464 msgid "could not read 'onto'"
4465 msgstr ""
4466
4467 #: sequencer.c:3468
4468 #, c-format
4469 msgid "could not update HEAD to %s"
4470 msgstr ""
4471
4472 #: sequencer.c:3554
4473 msgid "cannot rebase: You have unstaged changes."
4474 msgstr ""
4475
4476 #: sequencer.c:3563
4477 msgid "cannot amend non-existing commit"
4478 msgstr ""
4479
4480 #: sequencer.c:3565
4481 #, c-format
4482 msgid "invalid file: '%s'"
4483 msgstr ""
4484
4485 #: sequencer.c:3567
4486 #, c-format
4487 msgid "invalid contents: '%s'"
4488 msgstr ""
4489
4490 #: sequencer.c:3570
4491 msgid ""
4492 "\n"
4493 "You have uncommitted changes in your working tree. Please, commit them\n"
4494 "first and then run 'git rebase --continue' again."
4495 msgstr ""
4496
4497 #: sequencer.c:3595 sequencer.c:3633
4498 #, c-format
4499 msgid "could not write file: '%s'"
4500 msgstr ""
4501
4502 #: sequencer.c:3648
4503 msgid "could not remove CHERRY_PICK_HEAD"
4504 msgstr ""
4505
4506 #: sequencer.c:3655
4507 msgid "could not commit staged changes."
4508 msgstr ""
4509
4510 #: sequencer.c:3752
4511 #, c-format
4512 msgid "%s: can't cherry-pick a %s"
4513 msgstr ""
4514
4515 #: sequencer.c:3756
4516 #, c-format
4517 msgid "%s: bad revision"
4518 msgstr ""
4519
4520 #: sequencer.c:3791
4521 msgid "can't revert as initial commit"
4522 msgstr ""
4523
4524 #: sequencer.c:4238
4525 msgid "make_script: unhandled options"
4526 msgstr ""
4527
4528 #: sequencer.c:4241
4529 msgid "make_script: error preparing revisions"
4530 msgstr ""
4531
4532 #: sequencer.c:4281 sequencer.c:4337
4533 #, c-format
4534 msgid "unusable todo list: '%s'"
4535 msgstr ""
4536
4537 #: sequencer.c:4396
4538 #, c-format
4539 msgid ""
4540 "unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."
4541 msgstr ""
4542
4543 #: sequencer.c:4466
4544 #, c-format
4545 msgid ""
4546 "Warning: some commits may have been dropped accidentally.\n"
4547 "Dropped commits (newer to older):\n"
4548 msgstr ""
4549
4550 #: sequencer.c:4473
4551 #, c-format
4552 msgid ""
4553 "To avoid this message, use \"drop\" to explicitly remove a commit.\n"
4554 "\n"
4555 "Use 'git config rebase.missingCommitsCheck' to change the level of "
4556 "warnings.\n"
4557 "The possible behaviours are: ignore, warn, error.\n"
4558 "\n"
4559 msgstr ""
4560
4561 #: sequencer.c:4486
4562 #, c-format
4563 msgid ""
4564 "You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
4565 "continue'.\n"
4566 "Or you can abort the rebase with 'git rebase --abort'.\n"
4567 msgstr ""
4568
4569 #: sequencer.c:4660
4570 msgid "the script was already rearranged."
4571 msgstr ""
4572
4573 #: setup.c:123
4574 #, c-format
4575 msgid "'%s' is outside repository"
4576 msgstr ""
4577
4578 #: setup.c:172
4579 #, c-format
4580 msgid ""
4581 "%s: no such path in the working tree.\n"
4582 "Use 'git <command> -- <path>...' to specify paths that do not exist locally."
4583 msgstr ""
4584
4585 #: setup.c:185
4586 #, c-format
4587 msgid ""
4588 "ambiguous argument '%s': unknown revision or path not in the working tree.\n"
4589 "Use '--' to separate paths from revisions, like this:\n"
4590 "'git <command> [<revision>...] -- [<file>...]'"
4591 msgstr ""
4592
4593 #: setup.c:234
4594 #, c-format
4595 msgid "option '%s' must come before non-option arguments"
4596 msgstr ""
4597
4598 #: setup.c:253
4599 #, c-format
4600 msgid ""
4601 "ambiguous argument '%s': both revision and filename\n"
4602 "Use '--' to separate paths from revisions, like this:\n"
4603 "'git <command> [<revision>...] -- [<file>...]'"
4604 msgstr ""
4605
4606 #: setup.c:389
4607 msgid "unable to set up work tree using invalid config"
4608 msgstr ""
4609
4610 #: setup.c:393
4611 msgid "this operation must be run in a work tree"
4612 msgstr ""
4613
4614 #: setup.c:503
4615 #, c-format
4616 msgid "Expected git repo version <= %d, found %d"
4617 msgstr ""
4618
4619 #: setup.c:511
4620 msgid "unknown repository extensions found:"
4621 msgstr ""
4622
4623 #: setup.c:530
4624 #, c-format
4625 msgid "error opening '%s'"
4626 msgstr ""
4627
4628 #: setup.c:532
4629 #, c-format
4630 msgid "too large to be a .git file: '%s'"
4631 msgstr ""
4632
4633 #: setup.c:534
4634 #, c-format
4635 msgid "error reading %s"
4636 msgstr ""
4637
4638 #: setup.c:536
4639 #, c-format
4640 msgid "invalid gitfile format: %s"
4641 msgstr ""
4642
4643 #: setup.c:538
4644 #, c-format
4645 msgid "no path in gitfile: %s"
4646 msgstr ""
4647
4648 #: setup.c:540
4649 #, c-format
4650 msgid "not a git repository: %s"
4651 msgstr ""
4652
4653 #: setup.c:639
4654 #, c-format
4655 msgid "'$%s' too big"
4656 msgstr ""
4657
4658 #: setup.c:653
4659 #, c-format
4660 msgid "not a git repository: '%s'"
4661 msgstr ""
4662
4663 #: setup.c:682 setup.c:684 setup.c:715
4664 #, c-format
4665 msgid "cannot chdir to '%s'"
4666 msgstr ""
4667
4668 #: setup.c:687 setup.c:743 setup.c:753 setup.c:792 setup.c:800 setup.c:815
4669 msgid "cannot come back to cwd"
4670 msgstr ""
4671
4672 #: setup.c:813
4673 #, c-format
4674 msgid "not a git repository (or any of the parent directories): %s"
4675 msgstr ""
4676
4677 #: setup.c:824
4678 #, c-format
4679 msgid "failed to stat '%*s%s%s'"
4680 msgstr ""
4681
4682 #: setup.c:1054
4683 msgid "Unable to read current working directory"
4684 msgstr ""
4685
4686 #: setup.c:1066 setup.c:1072
4687 #, c-format
4688 msgid "cannot change to '%s'"
4689 msgstr ""
4690
4691 #: setup.c:1085
4692 #, c-format
4693 msgid ""
4694 "not a git repository (or any parent up to mount point %s)\n"
4695 "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
4696 msgstr ""
4697
4698 #: setup.c:1168
4699 #, c-format
4700 msgid ""
4701 "problem with core.sharedRepository filemode value (0%.3o).\n"
4702 "The owner of files must always have read and write permissions."
4703 msgstr ""
4704
4705 #: setup.c:1211
4706 msgid "open /dev/null or dup failed"
4707 msgstr ""
4708
4709 #: setup.c:1226
4710 msgid "fork failed"
4711 msgstr ""
4712
4713 #: setup.c:1231
4714 msgid "setsid failed"
4715 msgstr ""
4716
4717 #: sha1-file.c:381
4718 #, c-format
4719 msgid "object directory %s does not exist; check .git/objects/info/alternates"
4720 msgstr ""
4721
4722 #: sha1-file.c:432
4723 #, c-format
4724 msgid "unable to normalize alternate object path: %s"
4725 msgstr ""
4726
4727 #: sha1-file.c:503
4728 #, c-format
4729 msgid "%s: ignoring alternate object stores, nesting too deep"
4730 msgstr ""
4731
4732 #: sha1-file.c:510
4733 #, c-format
4734 msgid "unable to normalize object directory: %s"
4735 msgstr ""
4736
4737 #: sha1-file.c:565
4738 msgid "unable to fdopen alternates lockfile"
4739 msgstr ""
4740
4741 #: sha1-file.c:583
4742 msgid "unable to read alternates file"
4743 msgstr ""
4744
4745 #: sha1-file.c:590
4746 msgid "unable to move new alternates file into place"
4747 msgstr ""
4748
4749 #: sha1-file.c:625
4750 #, c-format
4751 msgid "path '%s' does not exist"
4752 msgstr ""
4753
4754 #: sha1-file.c:651
4755 #, c-format
4756 msgid "reference repository '%s' as a linked checkout is not supported yet."
4757 msgstr ""
4758
4759 #: sha1-file.c:657
4760 #, c-format
4761 msgid "reference repository '%s' is not a local repository."
4762 msgstr ""
4763
4764 #: sha1-file.c:663
4765 #, c-format
4766 msgid "reference repository '%s' is shallow"
4767 msgstr ""
4768
4769 #: sha1-file.c:671
4770 #, c-format
4771 msgid "reference repository '%s' is grafted"
4772 msgstr ""
4773
4774 #: sha1-file.c:781
4775 #, c-format
4776 msgid "attempting to mmap %<PRIuMAX> over limit %<PRIuMAX>"
4777 msgstr ""
4778
4779 #: sha1-file.c:806
4780 msgid "mmap failed"
4781 msgstr ""
4782
4783 #: sha1-file.c:973
4784 #, c-format
4785 msgid "object file %s is empty"
4786 msgstr ""
4787
4788 #: sha1-file.c:1093 sha1-file.c:2206
4789 #, c-format
4790 msgid "corrupt loose object '%s'"
4791 msgstr ""
4792
4793 #: sha1-file.c:1095 sha1-file.c:2210
4794 #, c-format
4795 msgid "garbage at end of loose object '%s'"
4796 msgstr ""
4797
4798 #: sha1-file.c:1137
4799 msgid "invalid object type"
4800 msgstr ""
4801
4802 #: sha1-file.c:1219
4803 #, c-format
4804 msgid "unable to unpack %s header with --allow-unknown-type"
4805 msgstr ""
4806
4807 #: sha1-file.c:1222
4808 #, c-format
4809 msgid "unable to unpack %s header"
4810 msgstr ""
4811
4812 #: sha1-file.c:1228
4813 #, c-format
4814 msgid "unable to parse %s header with --allow-unknown-type"
4815 msgstr ""
4816
4817 #: sha1-file.c:1231
4818 #, c-format
4819 msgid "unable to parse %s header"
4820 msgstr ""
4821
4822 #: sha1-file.c:1422
4823 #, c-format
4824 msgid "failed to read object %s"
4825 msgstr ""
4826
4827 #: sha1-file.c:1426
4828 #, c-format
4829 msgid "replacement %s not found for %s"
4830 msgstr ""
4831
4832 #: sha1-file.c:1430
4833 #, c-format
4834 msgid "loose object %s (stored in %s) is corrupt"
4835 msgstr ""
4836
4837 #: sha1-file.c:1434
4838 #, c-format
4839 msgid "packed object %s (stored in %s) is corrupt"
4840 msgstr ""
4841
4842 #: sha1-file.c:1536
4843 #, c-format
4844 msgid "unable to write sha1 filename %s"
4845 msgstr ""
4846
4847 #: sha1-file.c:1543
4848 #, c-format
4849 msgid "unable to set permission to '%s'"
4850 msgstr ""
4851
4852 #: sha1-file.c:1550
4853 msgid "file write error"
4854 msgstr ""
4855
4856 #: sha1-file.c:1569
4857 msgid "error when closing sha1 file"
4858 msgstr ""
4859
4860 #: sha1-file.c:1635
4861 #, c-format
4862 msgid "insufficient permission for adding an object to repository database %s"
4863 msgstr ""
4864
4865 #: sha1-file.c:1637
4866 msgid "unable to create temporary file"
4867 msgstr ""
4868
4869 #: sha1-file.c:1661
4870 msgid "unable to write sha1 file"
4871 msgstr ""
4872
4873 #: sha1-file.c:1667
4874 #, c-format
4875 msgid "unable to deflate new object %s (%d)"
4876 msgstr ""
4877
4878 #: sha1-file.c:1671
4879 #, c-format
4880 msgid "deflateEnd on object %s failed (%d)"
4881 msgstr ""
4882
4883 #: sha1-file.c:1675
4884 #, c-format
4885 msgid "confused by unstable object source data for %s"
4886 msgstr ""
4887
4888 #: sha1-file.c:1685 builtin/pack-objects.c:899
4889 #, c-format
4890 msgid "failed utime() on %s"
4891 msgstr ""
4892
4893 #: sha1-file.c:1760
4894 #, c-format
4895 msgid "cannot read sha1_file for %s"
4896 msgstr ""
4897
4898 #: sha1-file.c:1805
4899 msgid "corrupt commit"
4900 msgstr ""
4901
4902 #: sha1-file.c:1813
4903 msgid "corrupt tag"
4904 msgstr ""
4905
4906 #: sha1-file.c:1906
4907 #, c-format
4908 msgid "read error while indexing %s"
4909 msgstr ""
4910
4911 #: sha1-file.c:1909
4912 #, c-format
4913 msgid "short read while indexing %s"
4914 msgstr ""
4915
4916 #: sha1-file.c:1980 sha1-file.c:1989
4917 #, c-format
4918 msgid "%s: failed to insert into database"
4919 msgstr ""
4920
4921 #: sha1-file.c:1995
4922 #, c-format
4923 msgid "%s: unsupported file type"
4924 msgstr ""
4925
4926 #: sha1-file.c:2019
4927 #, c-format
4928 msgid "%s is not a valid object"
4929 msgstr ""
4930
4931 #: sha1-file.c:2021
4932 #, c-format
4933 msgid "%s is not a valid '%s' object"
4934 msgstr ""
4935
4936 #: sha1-file.c:2048 builtin/index-pack.c:158
4937 #, c-format
4938 msgid "unable to open %s"
4939 msgstr ""
4940
4941 #: sha1-file.c:2217 sha1-file.c:2269
4942 #, c-format
4943 msgid "sha1 mismatch for %s (expected %s)"
4944 msgstr ""
4945
4946 #: sha1-file.c:2241
4947 #, c-format
4948 msgid "unable to mmap %s"
4949 msgstr ""
4950
4951 #: sha1-file.c:2246
4952 #, c-format
4953 msgid "unable to unpack header of %s"
4954 msgstr ""
4955
4956 #: sha1-file.c:2252
4957 #, c-format
4958 msgid "unable to parse header of %s"
4959 msgstr ""
4960
4961 #: sha1-file.c:2263
4962 #, c-format
4963 msgid "unable to unpack contents of %s"
4964 msgstr ""
4965
4966 #: sha1-name.c:444
4967 #, c-format
4968 msgid "short SHA1 %s is ambiguous"
4969 msgstr ""
4970
4971 #: sha1-name.c:455
4972 msgid "The candidates are:"
4973 msgstr ""
4974
4975 #: sha1-name.c:699
4976 msgid ""
4977 "Git normally never creates a ref that ends with 40 hex characters\n"
4978 "because it will be ignored when you just specify 40-hex. These refs\n"
4979 "may be created by mistake. For example,\n"
4980 "\n"
4981 " git checkout -b $br $(git rev-parse ...)\n"
4982 "\n"
4983 "where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
4984 "examine these refs and maybe delete them. Turn this message off by\n"
4985 "running \"git config advice.objectNameWarning false\""
4986 msgstr ""
4987
4988 #: submodule.c:97 submodule.c:131
4989 msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
4990 msgstr ""
4991
4992 #: submodule.c:101 submodule.c:135
4993 #, c-format
4994 msgid "Could not find section in .gitmodules where path=%s"
4995 msgstr ""
4996
4997 #: submodule.c:109
4998 #, c-format
4999 msgid "Could not update .gitmodules entry %s"
5000 msgstr ""
5001
5002 #: submodule.c:142
5003 #, c-format
5004 msgid "Could not remove .gitmodules entry for %s"
5005 msgstr ""
5006
5007 #: submodule.c:153
5008 msgid "staging updated .gitmodules failed"
5009 msgstr ""
5010
5011 #: submodule.c:315
5012 #, c-format
5013 msgid "in unpopulated submodule '%s'"
5014 msgstr ""
5015
5016 #: submodule.c:346
5017 #, c-format
5018 msgid "Pathspec '%s' is in submodule '%.*s'"
5019 msgstr ""
5020
5021 #: submodule.c:839
5022 #, c-format
5023 msgid "submodule entry '%s' (%s) is a %s, not a commit"
5024 msgstr ""
5025
5026 #: submodule.c:1071 builtin/branch.c:670 builtin/submodule--helper.c:1888
5027 msgid "Failed to resolve HEAD as a valid ref."
5028 msgstr ""
5029
5030 #: submodule.c:1377
5031 #, c-format
5032 msgid "'%s' not recognized as a git repository"
5033 msgstr ""
5034
5035 #: submodule.c:1515
5036 #, c-format
5037 msgid "could not start 'git status' in submodule '%s'"
5038 msgstr ""
5039
5040 #: submodule.c:1528
5041 #, c-format
5042 msgid "could not run 'git status' in submodule '%s'"
5043 msgstr ""
5044
5045 #: submodule.c:1543
5046 #, c-format
5047 msgid "Could not unset core.worktree setting in submodule '%s'"
5048 msgstr ""
5049
5050 #: submodule.c:1633
5051 #, c-format
5052 msgid "submodule '%s' has dirty index"
5053 msgstr ""
5054
5055 #: submodule.c:1685
5056 #, c-format
5057 msgid "Submodule '%s' could not be updated."
5058 msgstr ""
5059
5060 #: submodule.c:1734
5061 #, c-format
5062 msgid ""
5063 "relocate_gitdir for submodule '%s' with more than one worktree not supported"
5064 msgstr ""
5065
5066 #: submodule.c:1746 submodule.c:1802
5067 #, c-format
5068 msgid "could not lookup name for submodule '%s'"
5069 msgstr ""
5070
5071 #: submodule.c:1750 builtin/submodule--helper.c:1406
5072 #: builtin/submodule--helper.c:1416
5073 #, c-format
5074 msgid "could not create directory '%s'"
5075 msgstr ""
5076
5077 #: submodule.c:1753
5078 #, c-format
5079 msgid ""
5080 "Migrating git directory of '%s%s' from\n"
5081 "'%s' to\n"
5082 "'%s'\n"
5083 msgstr ""
5084
5085 #: submodule.c:1837
5086 #, c-format
5087 msgid "could not recurse into submodule '%s'"
5088 msgstr ""
5089
5090 #: submodule.c:1881
5091 msgid "could not start ls-files in .."
5092 msgstr ""
5093
5094 #: submodule.c:1920
5095 #, c-format
5096 msgid "ls-tree returned unexpected return code %d"
5097 msgstr ""
5098
5099 #: submodule-config.c:231
5100 #, c-format
5101 msgid "ignoring suspicious submodule name: %s"
5102 msgstr ""
5103
5104 #: submodule-config.c:295
5105 msgid "negative values not allowed for submodule.fetchjobs"
5106 msgstr ""
5107
5108 #: submodule-config.c:468
5109 #, c-format
5110 msgid "invalid value for %s"
5111 msgstr ""
5112
5113 #: trailer.c:238
5114 #, c-format
5115 msgid "running trailer command '%s' failed"
5116 msgstr ""
5117
5118 #: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:553
5119 #: trailer.c:557
5120 #, c-format
5121 msgid "unknown value '%s' for key '%s'"
5122 msgstr ""
5123
5124 #: trailer.c:539 trailer.c:544 builtin/remote.c:294
5125 #, c-format
5126 msgid "more than one %s"
5127 msgstr ""
5128
5129 #: trailer.c:730
5130 #, c-format
5131 msgid "empty trailer token in trailer '%.*s'"
5132 msgstr ""
5133
5134 #: trailer.c:750
5135 #, c-format
5136 msgid "could not read input file '%s'"
5137 msgstr ""
5138
5139 #: trailer.c:753
5140 msgid "could not read from stdin"
5141 msgstr ""
5142
5143 #: trailer.c:1008 builtin/am.c:47
5144 #, c-format
5145 msgid "could not stat %s"
5146 msgstr ""
5147
5148 #: trailer.c:1010
5149 #, c-format
5150 msgid "file %s is not a regular file"
5151 msgstr ""
5152
5153 #: trailer.c:1012
5154 #, c-format
5155 msgid "file %s is not writable by user"
5156 msgstr ""
5157
5158 #: trailer.c:1024
5159 msgid "could not open temporary file"
5160 msgstr ""
5161
5162 #: trailer.c:1064
5163 #, c-format
5164 msgid "could not rename temporary file to %s"
5165 msgstr ""
5166
5167 #: transport.c:116
5168 #, c-format
5169 msgid "Would set upstream of '%s' to '%s' of '%s'\n"
5170 msgstr ""
5171
5172 #: transport.c:142
5173 #, c-format
5174 msgid "could not read bundle '%s'"
5175 msgstr ""
5176
5177 #: transport.c:208
5178 #, c-format
5179 msgid "transport: invalid depth option '%s'"
5180 msgstr ""
5181
5182 #: transport.c:586
5183 msgid "could not parse transport.color.* config"
5184 msgstr ""
5185
5186 #: transport.c:659
5187 msgid "support for protocol v2 not implemented yet"
5188 msgstr ""
5189
5190 #: transport.c:785
5191 #, c-format
5192 msgid "unknown value for config '%s': %s"
5193 msgstr ""
5194
5195 #: transport.c:851
5196 #, c-format
5197 msgid "transport '%s' not allowed"
5198 msgstr ""
5199
5200 #: transport.c:903
5201 msgid "git-over-rsync is no longer supported"
5202 msgstr ""
5203
5204 #: transport.c:998
5205 #, c-format
5206 msgid ""
5207 "The following submodule paths contain changes that can\n"
5208 "not be found on any remote:\n"
5209 msgstr ""
5210
5211 #: transport.c:1002
5212 #, c-format
5213 msgid ""
5214 "\n"
5215 "Please try\n"
5216 "\n"
5217 "\tgit push --recurse-submodules=on-demand\n"
5218 "\n"
5219 "or cd to the path and use\n"
5220 "\n"
5221 "\tgit push\n"
5222 "\n"
5223 "to push them to a remote.\n"
5224 "\n"
5225 msgstr ""
5226
5227 #: transport.c:1010
5228 msgid "Aborting."
5229 msgstr ""
5230
5231 #: transport.c:1148
5232 msgid "failed to push all needed submodules"
5233 msgstr ""
5234
5235 #: transport.c:1270 transport-helper.c:643
5236 msgid "operation not supported by protocol"
5237 msgstr ""
5238
5239 #: transport.c:1352
5240 #, c-format
5241 msgid "invalid line while parsing alternate refs: %s"
5242 msgstr ""
5243
5244 #: transport-helper.c:51 transport-helper.c:80
5245 msgid "full write to remote helper failed"
5246 msgstr ""
5247
5248 #: transport-helper.c:132
5249 #, c-format
5250 msgid "unable to find remote helper for '%s'"
5251 msgstr ""
5252
5253 #: transport-helper.c:148 transport-helper.c:557
5254 msgid "can't dup helper output fd"
5255 msgstr ""
5256
5257 #: transport-helper.c:199
5258 #, c-format
5259 msgid ""
5260 "unknown mandatory capability %s; this remote helper probably needs newer "
5261 "version of Git"
5262 msgstr ""
5263
5264 #: transport-helper.c:205
5265 msgid "this remote helper should implement refspec capability"
5266 msgstr ""
5267
5268 #: transport-helper.c:272 transport-helper.c:412
5269 #, c-format
5270 msgid "%s unexpectedly said: '%s'"
5271 msgstr ""
5272
5273 #: transport-helper.c:401
5274 #, c-format
5275 msgid "%s also locked %s"
5276 msgstr ""
5277
5278 #: transport-helper.c:479
5279 msgid "couldn't run fast-import"
5280 msgstr ""
5281
5282 #: transport-helper.c:502
5283 msgid "error while running fast-import"
5284 msgstr ""
5285
5286 #: transport-helper.c:531 transport-helper.c:1091
5287 #, c-format
5288 msgid "could not read ref %s"
5289 msgstr ""
5290
5291 #: transport-helper.c:576
5292 #, c-format
5293 msgid "unknown response to connect: %s"
5294 msgstr ""
5295
5296 #: transport-helper.c:598
5297 msgid "setting remote service path not supported by protocol"
5298 msgstr ""
5299
5300 #: transport-helper.c:600
5301 msgid "invalid remote service path"
5302 msgstr ""
5303
5304 #: transport-helper.c:646
5305 #, c-format
5306 msgid "can't connect to subservice %s"
5307 msgstr ""
5308
5309 #: transport-helper.c:713
5310 #, c-format
5311 msgid "expected ok/error, helper said '%s'"
5312 msgstr ""
5313
5314 #: transport-helper.c:766
5315 #, c-format
5316 msgid "helper reported unexpected status of %s"
5317 msgstr ""
5318
5319 #: transport-helper.c:827
5320 #, c-format
5321 msgid "helper %s does not support dry-run"
5322 msgstr ""
5323
5324 #: transport-helper.c:830
5325 #, c-format
5326 msgid "helper %s does not support --signed"
5327 msgstr ""
5328
5329 #: transport-helper.c:833
5330 #, c-format
5331 msgid "helper %s does not support --signed=if-asked"
5332 msgstr ""
5333
5334 #: transport-helper.c:840
5335 #, c-format
5336 msgid "helper %s does not support 'push-option'"
5337 msgstr ""
5338
5339 #: transport-helper.c:932
5340 msgid "remote-helper doesn't support push; refspec needed"
5341 msgstr ""
5342
5343 #: transport-helper.c:937
5344 #, c-format
5345 msgid "helper %s does not support 'force'"
5346 msgstr ""
5347
5348 #: transport-helper.c:984
5349 msgid "couldn't run fast-export"
5350 msgstr ""
5351
5352 #: transport-helper.c:989
5353 msgid "error while running fast-export"
5354 msgstr ""
5355
5356 #: transport-helper.c:1014
5357 #, c-format
5358 msgid ""
5359 "No refs in common and none specified; doing nothing.\n"
5360 "Perhaps you should specify a branch such as 'master'.\n"
5361 msgstr ""
5362
5363 #: transport-helper.c:1077
5364 #, c-format
5365 msgid "malformed response in ref list: %s"
5366 msgstr ""
5367
5368 #: transport-helper.c:1230
5369 #, c-format
5370 msgid "read(%s) failed"
5371 msgstr ""
5372
5373 #: transport-helper.c:1257
5374 #, c-format
5375 msgid "write(%s) failed"
5376 msgstr ""
5377
5378 #: transport-helper.c:1306
5379 #, c-format
5380 msgid "%s thread failed"
5381 msgstr ""
5382
5383 #: transport-helper.c:1310
5384 #, c-format
5385 msgid "%s thread failed to join: %s"
5386 msgstr ""
5387
5388 #: transport-helper.c:1329 transport-helper.c:1333
5389 #, c-format
5390 msgid "can't start thread for copying data: %s"
5391 msgstr ""
5392
5393 #: transport-helper.c:1370
5394 #, c-format
5395 msgid "%s process failed to wait"
5396 msgstr ""
5397
5398 #: transport-helper.c:1374
5399 #, c-format
5400 msgid "%s process failed"
5401 msgstr ""
5402
5403 #: transport-helper.c:1392 transport-helper.c:1401
5404 msgid "can't start thread for copying data"
5405 msgstr ""
5406
5407 #: tree-walk.c:33
5408 msgid "too-short tree object"
5409 msgstr ""
5410
5411 #: tree-walk.c:39
5412 msgid "malformed mode in tree entry"
5413 msgstr ""
5414
5415 #: tree-walk.c:43
5416 msgid "empty filename in tree entry"
5417 msgstr ""
5418
5419 #: tree-walk.c:115
5420 msgid "too-short tree file"
5421 msgstr ""
5422
5423 #: unpack-trees.c:112
5424 #, c-format
5425 msgid ""
5426 "Your local changes to the following files would be overwritten by checkout:\n"
5427 "%%sPlease commit your changes or stash them before you switch branches."
5428 msgstr ""
5429
5430 #: unpack-trees.c:114
5431 #, c-format
5432 msgid ""
5433 "Your local changes to the following files would be overwritten by checkout:\n"
5434 "%%s"
5435 msgstr ""
5436
5437 #: unpack-trees.c:117
5438 #, c-format
5439 msgid ""
5440 "Your local changes to the following files would be overwritten by merge:\n"
5441 "%%sPlease commit your changes or stash them before you merge."
5442 msgstr ""
5443
5444 #: unpack-trees.c:119
5445 #, c-format
5446 msgid ""
5447 "Your local changes to the following files would be overwritten by merge:\n"
5448 "%%s"
5449 msgstr ""
5450
5451 #: unpack-trees.c:122
5452 #, c-format
5453 msgid ""
5454 "Your local changes to the following files would be overwritten by %s:\n"
5455 "%%sPlease commit your changes or stash them before you %s."
5456 msgstr ""
5457
5458 #: unpack-trees.c:124
5459 #, c-format
5460 msgid ""
5461 "Your local changes to the following files would be overwritten by %s:\n"
5462 "%%s"
5463 msgstr ""
5464
5465 #: unpack-trees.c:129
5466 #, c-format
5467 msgid ""
5468 "Updating the following directories would lose untracked files in them:\n"
5469 "%s"
5470 msgstr ""
5471
5472 #: unpack-trees.c:133
5473 #, c-format
5474 msgid ""
5475 "The following untracked working tree files would be removed by checkout:\n"
5476 "%%sPlease move or remove them before you switch branches."
5477 msgstr ""
5478
5479 #: unpack-trees.c:135
5480 #, c-format
5481 msgid ""
5482 "The following untracked working tree files would be removed by checkout:\n"
5483 "%%s"
5484 msgstr ""
5485
5486 #: unpack-trees.c:138
5487 #, c-format
5488 msgid ""
5489 "The following untracked working tree files would be removed by merge:\n"
5490 "%%sPlease move or remove them before you merge."
5491 msgstr ""
5492
5493 #: unpack-trees.c:140
5494 #, c-format
5495 msgid ""
5496 "The following untracked working tree files would be removed by merge:\n"
5497 "%%s"
5498 msgstr ""
5499
5500 #: unpack-trees.c:143
5501 #, c-format
5502 msgid ""
5503 "The following untracked working tree files would be removed by %s:\n"
5504 "%%sPlease move or remove them before you %s."
5505 msgstr ""
5506
5507 #: unpack-trees.c:145
5508 #, c-format
5509 msgid ""
5510 "The following untracked working tree files would be removed by %s:\n"
5511 "%%s"
5512 msgstr ""
5513
5514 #: unpack-trees.c:151
5515 #, c-format
5516 msgid ""
5517 "The following untracked working tree files would be overwritten by "
5518 "checkout:\n"
5519 "%%sPlease move or remove them before you switch branches."
5520 msgstr ""
5521
5522 #: unpack-trees.c:153
5523 #, c-format
5524 msgid ""
5525 "The following untracked working tree files would be overwritten by "
5526 "checkout:\n"
5527 "%%s"
5528 msgstr ""
5529
5530 #: unpack-trees.c:156
5531 #, c-format
5532 msgid ""
5533 "The following untracked working tree files would be overwritten by merge:\n"
5534 "%%sPlease move or remove them before you merge."
5535 msgstr ""
5536
5537 #: unpack-trees.c:158
5538 #, c-format
5539 msgid ""
5540 "The following untracked working tree files would be overwritten by merge:\n"
5541 "%%s"
5542 msgstr ""
5543
5544 #: unpack-trees.c:161
5545 #, c-format
5546 msgid ""
5547 "The following untracked working tree files would be overwritten by %s:\n"
5548 "%%sPlease move or remove them before you %s."
5549 msgstr ""
5550
5551 #: unpack-trees.c:163
5552 #, c-format
5553 msgid ""
5554 "The following untracked working tree files would be overwritten by %s:\n"
5555 "%%s"
5556 msgstr ""
5557
5558 #: unpack-trees.c:171
5559 #, c-format
5560 msgid "Entry '%s' overlaps with '%s'. Cannot bind."
5561 msgstr ""
5562
5563 #: unpack-trees.c:174
5564 #, c-format
5565 msgid ""
5566 "Cannot update sparse checkout: the following entries are not up to date:\n"
5567 "%s"
5568 msgstr ""
5569
5570 #: unpack-trees.c:176
5571 #, c-format
5572 msgid ""
5573 "The following working tree files would be overwritten by sparse checkout "
5574 "update:\n"
5575 "%s"
5576 msgstr ""
5577
5578 #: unpack-trees.c:178
5579 #, c-format
5580 msgid ""
5581 "The following working tree files would be removed by sparse checkout "
5582 "update:\n"
5583 "%s"
5584 msgstr ""
5585
5586 #: unpack-trees.c:180
5587 #, c-format
5588 msgid ""
5589 "Cannot update submodule:\n"
5590 "%s"
5591 msgstr ""
5592
5593 #: unpack-trees.c:254
5594 #, c-format
5595 msgid "Aborting\n"
5596 msgstr ""
5597
5598 #: unpack-trees.c:336
5599 msgid "Checking out files"
5600 msgstr ""
5601
5602 #: urlmatch.c:163
5603 msgid "invalid URL scheme name or missing '://' suffix"
5604 msgstr ""
5605
5606 #: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
5607 #, c-format
5608 msgid "invalid %XX escape sequence"
5609 msgstr ""
5610
5611 #: urlmatch.c:215
5612 msgid "missing host and scheme is not 'file:'"
5613 msgstr ""
5614
5615 #: urlmatch.c:232
5616 msgid "a 'file:' URL may not have a port number"
5617 msgstr ""
5618
5619 #: urlmatch.c:247
5620 msgid "invalid characters in host name"
5621 msgstr ""
5622
5623 #: urlmatch.c:292 urlmatch.c:303
5624 msgid "invalid port number"
5625 msgstr ""
5626
5627 #: urlmatch.c:371
5628 msgid "invalid '..' path segment"
5629 msgstr ""
5630
5631 #: worktree.c:245 builtin/am.c:2147
5632 #, c-format
5633 msgid "failed to read '%s'"
5634 msgstr ""
5635
5636 #: worktree.c:291
5637 #, c-format
5638 msgid "'%s' at main working tree is not the repository directory"
5639 msgstr ""
5640
5641 #: worktree.c:302
5642 #, c-format
5643 msgid "'%s' file does not contain absolute path to the working tree location"
5644 msgstr ""
5645
5646 #: worktree.c:314
5647 #, c-format
5648 msgid "'%s' does not exist"
5649 msgstr ""
5650
5651 #: worktree.c:320
5652 #, c-format
5653 msgid "'%s' is not a .git file, error code %d"
5654 msgstr ""
5655
5656 #: worktree.c:328
5657 #, c-format
5658 msgid "'%s' does not point back to '%s'"
5659 msgstr ""
5660
5661 #: wrapper.c:223 wrapper.c:393
5662 #, c-format
5663 msgid "could not open '%s' for reading and writing"
5664 msgstr ""
5665
5666 #: wrapper.c:227 wrapper.c:397 builtin/am.c:321 builtin/am.c:771
5667 #: builtin/am.c:863 builtin/merge.c:1078
5668 #, c-format
5669 msgid "could not open '%s' for reading"
5670 msgstr ""
5671
5672 #: wrapper.c:424 wrapper.c:624
5673 #, c-format
5674 msgid "unable to access '%s'"
5675 msgstr ""
5676
5677 #: wrapper.c:632
5678 msgid "unable to get current working directory"
5679 msgstr ""
5680
5681 #: wt-status.c:154
5682 msgid "Unmerged paths:"
5683 msgstr ""
5684
5685 #: wt-status.c:181 wt-status.c:208
5686 #, c-format
5687 msgid " (use \"git reset %s <file>...\" to unstage)"
5688 msgstr ""
5689
5690 #: wt-status.c:183 wt-status.c:210
5691 msgid " (use \"git rm --cached <file>...\" to unstage)"
5692 msgstr ""
5693
5694 #: wt-status.c:187
5695 msgid " (use \"git add <file>...\" to mark resolution)"
5696 msgstr ""
5697
5698 #: wt-status.c:189 wt-status.c:193
5699 msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"
5700 msgstr ""
5701
5702 #: wt-status.c:191
5703 msgid " (use \"git rm <file>...\" to mark resolution)"
5704 msgstr ""
5705
5706 #: wt-status.c:202 wt-status.c:1015
5707 msgid "Changes to be committed:"
5708 msgstr ""
5709
5710 #: wt-status.c:220 wt-status.c:1024
5711 msgid "Changes not staged for commit:"
5712 msgstr ""
5713
5714 #: wt-status.c:224
5715 msgid " (use \"git add <file>...\" to update what will be committed)"
5716 msgstr ""
5717
5718 #: wt-status.c:226
5719 msgid " (use \"git add/rm <file>...\" to update what will be committed)"
5720 msgstr ""
5721
5722 #: wt-status.c:227
5723 msgid ""
5724 " (use \"git checkout -- <file>...\" to discard changes in working directory)"
5725 msgstr ""
5726
5727 #: wt-status.c:229
5728 msgid " (commit or discard the untracked or modified content in submodules)"
5729 msgstr ""
5730
5731 #: wt-status.c:241
5732 #, c-format
5733 msgid " (use \"git %s <file>...\" to include in what will be committed)"
5734 msgstr ""
5735
5736 #: wt-status.c:256
5737 msgid "both deleted:"
5738 msgstr ""
5739
5740 #: wt-status.c:258
5741 msgid "added by us:"
5742 msgstr ""
5743
5744 #: wt-status.c:260
5745 msgid "deleted by them:"
5746 msgstr ""
5747
5748 #: wt-status.c:262
5749 msgid "added by them:"
5750 msgstr ""
5751
5752 #: wt-status.c:264
5753 msgid "deleted by us:"
5754 msgstr ""
5755
5756 #: wt-status.c:266
5757 msgid "both added:"
5758 msgstr ""
5759
5760 #: wt-status.c:268
5761 msgid "both modified:"
5762 msgstr ""
5763
5764 #: wt-status.c:278
5765 msgid "new file:"
5766 msgstr ""
5767
5768 #: wt-status.c:280
5769 msgid "copied:"
5770 msgstr ""
5771
5772 #: wt-status.c:282
5773 msgid "deleted:"
5774 msgstr ""
5775
5776 #: wt-status.c:284
5777 msgid "modified:"
5778 msgstr ""
5779
5780 #: wt-status.c:286
5781 msgid "renamed:"
5782 msgstr ""
5783
5784 #: wt-status.c:288
5785 msgid "typechange:"
5786 msgstr ""
5787
5788 #: wt-status.c:290
5789 msgid "unknown:"
5790 msgstr ""
5791
5792 #: wt-status.c:292
5793 msgid "unmerged:"
5794 msgstr ""
5795
5796 #: wt-status.c:372
5797 msgid "new commits, "
5798 msgstr ""
5799
5800 #: wt-status.c:374
5801 msgid "modified content, "
5802 msgstr ""
5803
5804 #: wt-status.c:376
5805 msgid "untracked content, "
5806 msgstr ""
5807
5808 #: wt-status.c:853
5809 #, c-format
5810 msgid "Your stash currently has %d entry"
5811 msgid_plural "Your stash currently has %d entries"
5812 msgstr[0] ""
5813 msgstr[1] ""
5814
5815 #: wt-status.c:885
5816 msgid "Submodules changed but not updated:"
5817 msgstr ""
5818
5819 #: wt-status.c:887
5820 msgid "Submodule changes to be committed:"
5821 msgstr ""
5822
5823 #: wt-status.c:969
5824 msgid ""
5825 "Do not modify or remove the line above.\n"
5826 "Everything below it will be ignored."
5827 msgstr ""
5828
5829 #: wt-status.c:1084
5830 msgid "You have unmerged paths."
5831 msgstr ""
5832
5833 #: wt-status.c:1087
5834 msgid " (fix conflicts and run \"git commit\")"
5835 msgstr ""
5836
5837 #: wt-status.c:1089
5838 msgid " (use \"git merge --abort\" to abort the merge)"
5839 msgstr ""
5840
5841 #: wt-status.c:1094
5842 msgid "All conflicts fixed but you are still merging."
5843 msgstr ""
5844
5845 #: wt-status.c:1097
5846 msgid " (use \"git commit\" to conclude merge)"
5847 msgstr ""
5848
5849 #: wt-status.c:1107
5850 msgid "You are in the middle of an am session."
5851 msgstr ""
5852
5853 #: wt-status.c:1110
5854 msgid "The current patch is empty."
5855 msgstr ""
5856
5857 #: wt-status.c:1114
5858 msgid " (fix conflicts and then run \"git am --continue\")"
5859 msgstr ""
5860
5861 #: wt-status.c:1116
5862 msgid " (use \"git am --skip\" to skip this patch)"
5863 msgstr ""
5864
5865 #: wt-status.c:1118
5866 msgid " (use \"git am --abort\" to restore the original branch)"
5867 msgstr ""
5868
5869 #: wt-status.c:1250
5870 msgid "git-rebase-todo is missing."
5871 msgstr ""
5872
5873 #: wt-status.c:1252
5874 msgid "No commands done."
5875 msgstr ""
5876
5877 #: wt-status.c:1255
5878 #, c-format
5879 msgid "Last command done (%d command done):"
5880 msgid_plural "Last commands done (%d commands done):"
5881 msgstr[0] ""
5882 msgstr[1] ""
5883
5884 #: wt-status.c:1266
5885 #, c-format
5886 msgid " (see more in file %s)"
5887 msgstr ""
5888
5889 #: wt-status.c:1271
5890 msgid "No commands remaining."
5891 msgstr ""
5892
5893 #: wt-status.c:1274
5894 #, c-format
5895 msgid "Next command to do (%d remaining command):"
5896 msgid_plural "Next commands to do (%d remaining commands):"
5897 msgstr[0] ""
5898 msgstr[1] ""
5899
5900 #: wt-status.c:1282
5901 msgid " (use \"git rebase --edit-todo\" to view and edit)"
5902 msgstr ""
5903
5904 #: wt-status.c:1295
5905 #, c-format
5906 msgid "You are currently rebasing branch '%s' on '%s'."
5907 msgstr ""
5908
5909 #: wt-status.c:1300
5910 msgid "You are currently rebasing."
5911 msgstr ""
5912
5913 #: wt-status.c:1314
5914 msgid " (fix conflicts and then run \"git rebase --continue\")"
5915 msgstr ""
5916
5917 #: wt-status.c:1316
5918 msgid " (use \"git rebase --skip\" to skip this patch)"
5919 msgstr ""
5920
5921 #: wt-status.c:1318
5922 msgid " (use \"git rebase --abort\" to check out the original branch)"
5923 msgstr ""
5924
5925 #: wt-status.c:1324
5926 msgid " (all conflicts fixed: run \"git rebase --continue\")"
5927 msgstr ""
5928
5929 #: wt-status.c:1328
5930 #, c-format
5931 msgid ""
5932 "You are currently splitting a commit while rebasing branch '%s' on '%s'."
5933 msgstr ""
5934
5935 #: wt-status.c:1333
5936 msgid "You are currently splitting a commit during a rebase."
5937 msgstr ""
5938
5939 #: wt-status.c:1336
5940 msgid " (Once your working directory is clean, run \"git rebase --continue\")"
5941 msgstr ""
5942
5943 #: wt-status.c:1340
5944 #, c-format
5945 msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
5946 msgstr ""
5947
5948 #: wt-status.c:1345
5949 msgid "You are currently editing a commit during a rebase."
5950 msgstr ""
5951
5952 #: wt-status.c:1348
5953 msgid " (use \"git commit --amend\" to amend the current commit)"
5954 msgstr ""
5955
5956 #: wt-status.c:1350
5957 msgid ""
5958 " (use \"git rebase --continue\" once you are satisfied with your changes)"
5959 msgstr ""
5960
5961 #: wt-status.c:1360
5962 #, c-format
5963 msgid "You are currently cherry-picking commit %s."
5964 msgstr ""
5965
5966 #: wt-status.c:1365
5967 msgid " (fix conflicts and run \"git cherry-pick --continue\")"
5968 msgstr ""
5969
5970 #: wt-status.c:1368
5971 msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"
5972 msgstr ""
5973
5974 #: wt-status.c:1370
5975 msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
5976 msgstr ""
5977
5978 #: wt-status.c:1379
5979 #, c-format
5980 msgid "You are currently reverting commit %s."
5981 msgstr ""
5982
5983 #: wt-status.c:1384
5984 msgid " (fix conflicts and run \"git revert --continue\")"
5985 msgstr ""
5986
5987 #: wt-status.c:1387
5988 msgid " (all conflicts fixed: run \"git revert --continue\")"
5989 msgstr ""
5990
5991 #: wt-status.c:1389
5992 msgid " (use \"git revert --abort\" to cancel the revert operation)"
5993 msgstr ""
5994
5995 #: wt-status.c:1400
5996 #, c-format
5997 msgid "You are currently bisecting, started from branch '%s'."
5998 msgstr ""
5999
6000 #: wt-status.c:1404
6001 msgid "You are currently bisecting."
6002 msgstr ""
6003
6004 #: wt-status.c:1407
6005 msgid " (use \"git bisect reset\" to get back to the original branch)"
6006 msgstr ""
6007
6008 #: wt-status.c:1604
6009 msgid "On branch "
6010 msgstr ""
6011
6012 #: wt-status.c:1610
6013 msgid "interactive rebase in progress; onto "
6014 msgstr ""
6015
6016 #: wt-status.c:1612
6017 msgid "rebase in progress; onto "
6018 msgstr ""
6019
6020 #: wt-status.c:1617
6021 msgid "HEAD detached at "
6022 msgstr ""
6023
6024 #: wt-status.c:1619
6025 msgid "HEAD detached from "
6026 msgstr ""
6027
6028 #: wt-status.c:1622
6029 msgid "Not currently on any branch."
6030 msgstr ""
6031
6032 #: wt-status.c:1642
6033 msgid "Initial commit"
6034 msgstr ""
6035
6036 #: wt-status.c:1643
6037 msgid "No commits yet"
6038 msgstr ""
6039
6040 #: wt-status.c:1657
6041 msgid "Untracked files"
6042 msgstr ""
6043
6044 #: wt-status.c:1659
6045 msgid "Ignored files"
6046 msgstr ""
6047
6048 #: wt-status.c:1663
6049 #, c-format
6050 msgid ""
6051 "It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
6052 "may speed it up, but you have to be careful not to forget to add\n"
6053 "new files yourself (see 'git help status')."
6054 msgstr ""
6055
6056 #: wt-status.c:1669
6057 #, c-format
6058 msgid "Untracked files not listed%s"
6059 msgstr ""
6060
6061 #: wt-status.c:1671
6062 msgid " (use -u option to show untracked files)"
6063 msgstr ""
6064
6065 #: wt-status.c:1677
6066 msgid "No changes"
6067 msgstr ""
6068
6069 #: wt-status.c:1682
6070 #, c-format
6071 msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
6072 msgstr ""
6073
6074 #: wt-status.c:1685
6075 #, c-format
6076 msgid "no changes added to commit\n"
6077 msgstr ""
6078
6079 #: wt-status.c:1688
6080 #, c-format
6081 msgid ""
6082 "nothing added to commit but untracked files present (use \"git add\" to "
6083 "track)\n"
6084 msgstr ""
6085
6086 #: wt-status.c:1691
6087 #, c-format
6088 msgid "nothing added to commit but untracked files present\n"
6089 msgstr ""
6090
6091 #: wt-status.c:1694
6092 #, c-format
6093 msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
6094 msgstr ""
6095
6096 #: wt-status.c:1697 wt-status.c:1702
6097 #, c-format
6098 msgid "nothing to commit\n"
6099 msgstr ""
6100
6101 #: wt-status.c:1700
6102 #, c-format
6103 msgid "nothing to commit (use -u to show untracked files)\n"
6104 msgstr ""
6105
6106 #: wt-status.c:1704
6107 #, c-format
6108 msgid "nothing to commit, working tree clean\n"
6109 msgstr ""
6110
6111 #: wt-status.c:1817
6112 msgid "No commits yet on "
6113 msgstr ""
6114
6115 #: wt-status.c:1821
6116 msgid "HEAD (no branch)"
6117 msgstr ""
6118
6119 #: wt-status.c:1852
6120 msgid "different"
6121 msgstr ""
6122
6123 #: wt-status.c:1854 wt-status.c:1862
6124 msgid "behind "
6125 msgstr ""
6126
6127 #: wt-status.c:1857 wt-status.c:1860
6128 msgid "ahead "
6129 msgstr ""
6130
6131 #. TRANSLATORS: the action is e.g. "pull with rebase"
6132 #: wt-status.c:2376
6133 #, c-format
6134 msgid "cannot %s: You have unstaged changes."
6135 msgstr ""
6136
6137 #: wt-status.c:2382
6138 msgid "additionally, your index contains uncommitted changes."
6139 msgstr ""
6140
6141 #: wt-status.c:2384
6142 #, c-format
6143 msgid "cannot %s: Your index contains uncommitted changes."
6144 msgstr ""
6145
6146 #: compat/precompose_utf8.c:58 builtin/clone.c:443
6147 #, c-format
6148 msgid "failed to unlink '%s'"
6149 msgstr ""
6150
6151 #: builtin/add.c:24
6152 msgid "git add [<options>] [--] <pathspec>..."
6153 msgstr ""
6154
6155 #: builtin/add.c:83
6156 #, c-format
6157 msgid "unexpected diff status %c"
6158 msgstr ""
6159
6160 #: builtin/add.c:88 builtin/commit.c:279
6161 msgid "updating files failed"
6162 msgstr ""
6163
6164 #: builtin/add.c:98
6165 #, c-format
6166 msgid "remove '%s'\n"
6167 msgstr ""
6168
6169 #: builtin/add.c:173
6170 msgid "Unstaged changes after refreshing the index:"
6171 msgstr ""
6172
6173 #: builtin/add.c:233 builtin/rev-parse.c:893
6174 msgid "Could not read the index"
6175 msgstr ""
6176
6177 #: builtin/add.c:244
6178 #, c-format
6179 msgid "Could not open '%s' for writing."
6180 msgstr ""
6181
6182 #: builtin/add.c:248
6183 msgid "Could not write patch"
6184 msgstr ""
6185
6186 #: builtin/add.c:251
6187 msgid "editing patch failed"
6188 msgstr ""
6189
6190 #: builtin/add.c:254
6191 #, c-format
6192 msgid "Could not stat '%s'"
6193 msgstr ""
6194
6195 #: builtin/add.c:256
6196 msgid "Empty patch. Aborted."
6197 msgstr ""
6198
6199 #: builtin/add.c:261
6200 #, c-format
6201 msgid "Could not apply '%s'"
6202 msgstr ""
6203
6204 #: builtin/add.c:269
6205 msgid "The following paths are ignored by one of your .gitignore files:\n"
6206 msgstr ""
6207
6208 #: builtin/add.c:289 builtin/clean.c:906 builtin/fetch.c:134 builtin/mv.c:123
6209 #: builtin/prune-packed.c:56 builtin/pull.c:212 builtin/push.c:557
6210 #: builtin/remote.c:1344 builtin/rm.c:240 builtin/send-pack.c:165
6211 msgid "dry run"
6212 msgstr ""
6213
6214 #: builtin/add.c:292
6215 msgid "interactive picking"
6216 msgstr ""
6217
6218 #: builtin/add.c:293 builtin/checkout.c:1144 builtin/reset.c:302
6219 msgid "select hunks interactively"
6220 msgstr ""
6221
6222 #: builtin/add.c:294
6223 msgid "edit current diff and apply"
6224 msgstr ""
6225
6226 #: builtin/add.c:295
6227 msgid "allow adding otherwise ignored files"
6228 msgstr ""
6229
6230 #: builtin/add.c:296
6231 msgid "update tracked files"
6232 msgstr ""
6233
6234 #: builtin/add.c:297
6235 msgid "renormalize EOL of tracked files (implies -u)"
6236 msgstr ""
6237
6238 #: builtin/add.c:298
6239 msgid "record only the fact that the path will be added later"
6240 msgstr ""
6241
6242 #: builtin/add.c:299
6243 msgid "add changes from all tracked and untracked files"
6244 msgstr ""
6245
6246 #: builtin/add.c:302
6247 msgid "ignore paths removed in the working tree (same as --no-all)"
6248 msgstr ""
6249
6250 #: builtin/add.c:304
6251 msgid "don't add, only refresh the index"
6252 msgstr ""
6253
6254 #: builtin/add.c:305
6255 msgid "just skip files which cannot be added because of errors"
6256 msgstr ""
6257
6258 #: builtin/add.c:306
6259 msgid "check if - even missing - files are ignored in dry run"
6260 msgstr ""
6261
6262 #: builtin/add.c:308 builtin/update-index.c:973
6263 msgid "override the executable bit of the listed files"
6264 msgstr ""
6265
6266 #: builtin/add.c:310
6267 msgid "warn when adding an embedded repository"
6268 msgstr ""
6269
6270 #: builtin/add.c:325
6271 #, c-format
6272 msgid ""
6273 "You've added another git repository inside your current repository.\n"
6274 "Clones of the outer repository will not contain the contents of\n"
6275 "the embedded repository and will not know how to obtain it.\n"
6276 "If you meant to add a submodule, use:\n"
6277 "\n"
6278 "\tgit submodule add <url> %s\n"
6279 "\n"
6280 "If you added this path by mistake, you can remove it from the\n"
6281 "index with:\n"
6282 "\n"
6283 "\tgit rm --cached %s\n"
6284 "\n"
6285 "See \"git help submodule\" for more information."
6286 msgstr ""
6287
6288 #: builtin/add.c:353
6289 #, c-format
6290 msgid "adding embedded git repository: %s"
6291 msgstr ""
6292
6293 #: builtin/add.c:371
6294 #, c-format
6295 msgid "Use -f if you really want to add them.\n"
6296 msgstr ""
6297
6298 #: builtin/add.c:379
6299 msgid "adding files failed"
6300 msgstr ""
6301
6302 #: builtin/add.c:417
6303 msgid "-A and -u are mutually incompatible"
6304 msgstr ""
6305
6306 #: builtin/add.c:424
6307 msgid "Option --ignore-missing can only be used together with --dry-run"
6308 msgstr ""
6309
6310 #: builtin/add.c:428
6311 #, c-format
6312 msgid "--chmod param '%s' must be either -x or +x"
6313 msgstr ""
6314
6315 #: builtin/add.c:443
6316 #, c-format
6317 msgid "Nothing specified, nothing added.\n"
6318 msgstr ""
6319
6320 #: builtin/add.c:444
6321 #, c-format
6322 msgid "Maybe you wanted to say 'git add .'?\n"
6323 msgstr ""
6324
6325 #: builtin/add.c:449 builtin/check-ignore.c:177 builtin/checkout.c:282
6326 #: builtin/checkout.c:485 builtin/clean.c:953 builtin/commit.c:338
6327 #: builtin/diff-tree.c:115 builtin/grep.c:492 builtin/mv.c:144
6328 #: builtin/reset.c:241 builtin/rm.c:270 builtin/submodule--helper.c:329
6329 msgid "index file corrupt"
6330 msgstr ""
6331
6332 #: builtin/am.c:415
6333 msgid "could not parse author script"
6334 msgstr ""
6335
6336 #: builtin/am.c:499
6337 #, c-format
6338 msgid "'%s' was deleted by the applypatch-msg hook"
6339 msgstr ""
6340
6341 #: builtin/am.c:540
6342 #, c-format
6343 msgid "Malformed input line: '%s'."
6344 msgstr ""
6345
6346 #: builtin/am.c:577
6347 #, c-format
6348 msgid "Failed to copy notes from '%s' to '%s'"
6349 msgstr ""
6350
6351 #: builtin/am.c:603
6352 msgid "fseek failed"
6353 msgstr ""
6354
6355 #: builtin/am.c:791
6356 #, c-format
6357 msgid "could not parse patch '%s'"
6358 msgstr ""
6359
6360 #: builtin/am.c:856
6361 msgid "Only one StGIT patch series can be applied at once"
6362 msgstr ""
6363
6364 #: builtin/am.c:904
6365 msgid "invalid timestamp"
6366 msgstr ""
6367
6368 #: builtin/am.c:909 builtin/am.c:921
6369 msgid "invalid Date line"
6370 msgstr ""
6371
6372 #: builtin/am.c:916
6373 msgid "invalid timezone offset"
6374 msgstr ""
6375
6376 #: builtin/am.c:1009
6377 msgid "Patch format detection failed."
6378 msgstr ""
6379
6380 #: builtin/am.c:1014 builtin/clone.c:408
6381 #, c-format
6382 msgid "failed to create directory '%s'"
6383 msgstr ""
6384
6385 #: builtin/am.c:1019
6386 msgid "Failed to split patches."
6387 msgstr ""
6388
6389 #: builtin/am.c:1149 builtin/commit.c:364
6390 msgid "unable to write index file"
6391 msgstr ""
6392
6393 #: builtin/am.c:1163
6394 #, c-format
6395 msgid "When you have resolved this problem, run \"%s --continue\"."
6396 msgstr ""
6397
6398 #: builtin/am.c:1164
6399 #, c-format
6400 msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
6401 msgstr ""
6402
6403 #: builtin/am.c:1165
6404 #, c-format
6405 msgid "To restore the original branch and stop patching, run \"%s --abort\"."
6406 msgstr ""
6407
6408 #: builtin/am.c:1272
6409 msgid "Patch is empty."
6410 msgstr ""
6411
6412 #: builtin/am.c:1338
6413 #, c-format
6414 msgid "invalid ident line: %.*s"
6415 msgstr ""
6416
6417 #: builtin/am.c:1360
6418 #, c-format
6419 msgid "unable to parse commit %s"
6420 msgstr ""
6421
6422 #: builtin/am.c:1556
6423 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
6424 msgstr ""
6425
6426 #: builtin/am.c:1558
6427 msgid "Using index info to reconstruct a base tree..."
6428 msgstr ""
6429
6430 #: builtin/am.c:1577
6431 msgid ""
6432 "Did you hand edit your patch?\n"
6433 "It does not apply to blobs recorded in its index."
6434 msgstr ""
6435
6436 #: builtin/am.c:1583
6437 msgid "Falling back to patching base and 3-way merge..."
6438 msgstr ""
6439
6440 #: builtin/am.c:1608
6441 msgid "Failed to merge in the changes."
6442 msgstr ""
6443
6444 #: builtin/am.c:1640
6445 msgid "applying to an empty history"
6446 msgstr ""
6447
6448 #: builtin/am.c:1686 builtin/am.c:1690
6449 #, c-format
6450 msgid "cannot resume: %s does not exist."
6451 msgstr ""
6452
6453 #: builtin/am.c:1706
6454 msgid "cannot be interactive without stdin connected to a terminal."
6455 msgstr ""
6456
6457 #: builtin/am.c:1711
6458 msgid "Commit Body is:"
6459 msgstr ""
6460
6461 #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
6462 #. in your translation. The program will only accept English
6463 #. input at this point.
6464 #.
6465 #: builtin/am.c:1721
6466 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
6467 msgstr ""
6468
6469 #: builtin/am.c:1771
6470 #, c-format
6471 msgid "Dirty index: cannot apply patches (dirty: %s)"
6472 msgstr ""
6473
6474 #: builtin/am.c:1811 builtin/am.c:1879
6475 #, c-format
6476 msgid "Applying: %.*s"
6477 msgstr ""
6478
6479 #: builtin/am.c:1828
6480 msgid "No changes -- Patch already applied."
6481 msgstr ""
6482
6483 #: builtin/am.c:1834
6484 #, c-format
6485 msgid "Patch failed at %s %.*s"
6486 msgstr ""
6487
6488 #: builtin/am.c:1838
6489 msgid "Use 'git am --show-current-patch' to see the failed patch"
6490 msgstr ""
6491
6492 #: builtin/am.c:1882
6493 msgid ""
6494 "No changes - did you forget to use 'git add'?\n"
6495 "If there is nothing left to stage, chances are that something else\n"
6496 "already introduced the same changes; you might want to skip this patch."
6497 msgstr ""
6498
6499 #: builtin/am.c:1889
6500 msgid ""
6501 "You still have unmerged paths in your index.\n"
6502 "You should 'git add' each file with resolved conflicts to mark them as "
6503 "such.\n"
6504 "You might run `git rm` on a file to accept \"deleted by them\" for it."
6505 msgstr ""
6506
6507 #: builtin/am.c:1996 builtin/am.c:2000 builtin/am.c:2012 builtin/reset.c:324
6508 #: builtin/reset.c:332
6509 #, c-format
6510 msgid "Could not parse object '%s'."
6511 msgstr ""
6512
6513 #: builtin/am.c:2048
6514 msgid "failed to clean index"
6515 msgstr ""
6516
6517 #: builtin/am.c:2083
6518 msgid ""
6519 "You seem to have moved HEAD since the last 'am' failure.\n"
6520 "Not rewinding to ORIG_HEAD"
6521 msgstr ""
6522
6523 #: builtin/am.c:2174
6524 #, c-format
6525 msgid "Invalid value for --patch-format: %s"
6526 msgstr ""
6527
6528 #: builtin/am.c:2210
6529 msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
6530 msgstr ""
6531
6532 #: builtin/am.c:2211
6533 msgid "git am [<options>] (--continue | --skip | --abort)"
6534 msgstr ""
6535
6536 #: builtin/am.c:2217
6537 msgid "run interactively"
6538 msgstr ""
6539
6540 #: builtin/am.c:2219
6541 msgid "historical option -- no-op"
6542 msgstr ""
6543
6544 #: builtin/am.c:2221
6545 msgid "allow fall back on 3way merging if needed"
6546 msgstr ""
6547
6548 #: builtin/am.c:2222 builtin/init-db.c:485 builtin/prune-packed.c:58
6549 #: builtin/repack.c:299
6550 msgid "be quiet"
6551 msgstr ""
6552
6553 #: builtin/am.c:2224
6554 msgid "add a Signed-off-by line to the commit message"
6555 msgstr ""
6556
6557 #: builtin/am.c:2227
6558 msgid "recode into utf8 (default)"
6559 msgstr ""
6560
6561 #: builtin/am.c:2229
6562 msgid "pass -k flag to git-mailinfo"
6563 msgstr ""
6564
6565 #: builtin/am.c:2231
6566 msgid "pass -b flag to git-mailinfo"
6567 msgstr ""
6568
6569 #: builtin/am.c:2233
6570 msgid "pass -m flag to git-mailinfo"
6571 msgstr ""
6572
6573 #: builtin/am.c:2235
6574 msgid "pass --keep-cr flag to git-mailsplit for mbox format"
6575 msgstr ""
6576
6577 #: builtin/am.c:2238
6578 msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
6579 msgstr ""
6580
6581 #: builtin/am.c:2241
6582 msgid "strip everything before a scissors line"
6583 msgstr ""
6584
6585 #: builtin/am.c:2243 builtin/am.c:2246 builtin/am.c:2249 builtin/am.c:2252
6586 #: builtin/am.c:2255 builtin/am.c:2258 builtin/am.c:2261 builtin/am.c:2264
6587 #: builtin/am.c:2270
6588 msgid "pass it through git-apply"
6589 msgstr ""
6590
6591 #: builtin/am.c:2260 builtin/commit.c:1332 builtin/fmt-merge-msg.c:670
6592 #: builtin/fmt-merge-msg.c:673 builtin/grep.c:857 builtin/merge.c:237
6593 #: builtin/pull.c:150 builtin/pull.c:208 builtin/repack.c:308
6594 #: builtin/repack.c:312 builtin/repack.c:314 builtin/show-branch.c:650
6595 #: builtin/show-ref.c:170 builtin/tag.c:384 parse-options.h:144
6596 #: parse-options.h:146 parse-options.h:258
6597 msgid "n"
6598 msgstr ""
6599
6600 #: builtin/am.c:2266 builtin/branch.c:651 builtin/for-each-ref.c:38
6601 #: builtin/replace.c:543 builtin/tag.c:420 builtin/verify-tag.c:39
6602 msgid "format"
6603 msgstr ""
6604
6605 #: builtin/am.c:2267
6606 msgid "format the patch(es) are in"
6607 msgstr ""
6608
6609 #: builtin/am.c:2273
6610 msgid "override error message when patch failure occurs"
6611 msgstr ""
6612
6613 #: builtin/am.c:2275
6614 msgid "continue applying patches after resolving a conflict"
6615 msgstr ""
6616
6617 #: builtin/am.c:2278
6618 msgid "synonyms for --continue"
6619 msgstr ""
6620
6621 #: builtin/am.c:2281
6622 msgid "skip the current patch"
6623 msgstr ""
6624
6625 #: builtin/am.c:2284
6626 msgid "restore the original branch and abort the patching operation."
6627 msgstr ""
6628
6629 #: builtin/am.c:2287
6630 msgid "abort the patching operation but keep HEAD where it is."
6631 msgstr ""
6632
6633 #: builtin/am.c:2290
6634 msgid "show the patch being applied."
6635 msgstr ""
6636
6637 #: builtin/am.c:2294
6638 msgid "lie about committer date"
6639 msgstr ""
6640
6641 #: builtin/am.c:2296
6642 msgid "use current timestamp for author date"
6643 msgstr ""
6644
6645 #: builtin/am.c:2298 builtin/commit.c:1468 builtin/merge.c:271
6646 #: builtin/pull.c:183 builtin/revert.c:113 builtin/tag.c:400
6647 msgid "key-id"
6648 msgstr ""
6649
6650 #: builtin/am.c:2299
6651 msgid "GPG-sign commits"
6652 msgstr ""
6653
6654 #: builtin/am.c:2302
6655 msgid "(internal use for git-rebase)"
6656 msgstr ""
6657
6658 #: builtin/am.c:2320
6659 msgid ""
6660 "The -b/--binary option has been a no-op for long time, and\n"
6661 "it will be removed. Please do not use it anymore."
6662 msgstr ""
6663
6664 #: builtin/am.c:2327
6665 msgid "failed to read the index"
6666 msgstr ""
6667
6668 #: builtin/am.c:2342
6669 #, c-format
6670 msgid "previous rebase directory %s still exists but mbox given."
6671 msgstr ""
6672
6673 #: builtin/am.c:2366
6674 #, c-format
6675 msgid ""
6676 "Stray %s directory found.\n"
6677 "Use \"git am --abort\" to remove it."
6678 msgstr ""
6679
6680 #: builtin/am.c:2372
6681 msgid "Resolve operation not in progress, we are not resuming."
6682 msgstr ""
6683
6684 #: builtin/apply.c:8
6685 msgid "git apply [<options>] [<patch>...]"
6686 msgstr ""
6687
6688 #: builtin/archive.c:17
6689 #, c-format
6690 msgid "could not create archive file '%s'"
6691 msgstr ""
6692
6693 #: builtin/archive.c:20
6694 msgid "could not redirect output"
6695 msgstr ""
6696
6697 #: builtin/archive.c:37
6698 msgid "git archive: Remote with no URL"
6699 msgstr ""
6700
6701 #: builtin/archive.c:58
6702 msgid "git archive: expected ACK/NAK, got a flush packet"
6703 msgstr ""
6704
6705 #: builtin/archive.c:61
6706 #, c-format
6707 msgid "git archive: NACK %s"
6708 msgstr ""
6709
6710 #: builtin/archive.c:64
6711 msgid "git archive: protocol error"
6712 msgstr ""
6713
6714 #: builtin/archive.c:68
6715 msgid "git archive: expected a flush"
6716 msgstr ""
6717
6718 #: builtin/bisect--helper.c:12
6719 msgid "git bisect--helper --next-all [--no-checkout]"
6720 msgstr ""
6721
6722 #: builtin/bisect--helper.c:13
6723 msgid "git bisect--helper --write-terms <bad_term> <good_term>"
6724 msgstr ""
6725
6726 #: builtin/bisect--helper.c:14
6727 msgid "git bisect--helper --bisect-clean-state"
6728 msgstr ""
6729
6730 #: builtin/bisect--helper.c:46
6731 #, c-format
6732 msgid "'%s' is not a valid term"
6733 msgstr ""
6734
6735 #: builtin/bisect--helper.c:50
6736 #, c-format
6737 msgid "can't use the builtin command '%s' as a term"
6738 msgstr ""
6739
6740 #: builtin/bisect--helper.c:60
6741 #, c-format
6742 msgid "can't change the meaning of the term '%s'"
6743 msgstr ""
6744
6745 #: builtin/bisect--helper.c:71
6746 msgid "please use two different terms"
6747 msgstr ""
6748
6749 #: builtin/bisect--helper.c:78
6750 msgid "could not open the file BISECT_TERMS"
6751 msgstr ""
6752
6753 #: builtin/bisect--helper.c:120
6754 msgid "perform 'git bisect next'"
6755 msgstr ""
6756
6757 #: builtin/bisect--helper.c:122
6758 msgid "write the terms to .git/BISECT_TERMS"
6759 msgstr ""
6760
6761 #: builtin/bisect--helper.c:124
6762 msgid "cleanup the bisection state"
6763 msgstr ""
6764
6765 #: builtin/bisect--helper.c:126
6766 msgid "check for expected revs"
6767 msgstr ""
6768
6769 #: builtin/bisect--helper.c:128
6770 msgid "update BISECT_HEAD instead of checking out the current commit"
6771 msgstr ""
6772
6773 #: builtin/bisect--helper.c:143
6774 msgid "--write-terms requires two arguments"
6775 msgstr ""
6776
6777 #: builtin/bisect--helper.c:147
6778 msgid "--bisect-clean-state requires no arguments"
6779 msgstr ""
6780
6781 #: builtin/blame.c:31
6782 msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
6783 msgstr ""
6784
6785 #: builtin/blame.c:36
6786 msgid "<rev-opts> are documented in git-rev-list(1)"
6787 msgstr ""
6788
6789 #: builtin/blame.c:406
6790 #, c-format
6791 msgid "expecting a color: %s"
6792 msgstr ""
6793
6794 #: builtin/blame.c:413
6795 msgid "must end with a color"
6796 msgstr ""
6797
6798 #: builtin/blame.c:700
6799 #, c-format
6800 msgid "invalid color '%s' in color.blame.repeatedLines"
6801 msgstr ""
6802
6803 #: builtin/blame.c:718
6804 msgid "invalid value for blame.coloring"
6805 msgstr ""
6806
6807 #: builtin/blame.c:789
6808 msgid "Show blame entries as we find them, incrementally"
6809 msgstr ""
6810
6811 #: builtin/blame.c:790
6812 msgid "Show blank SHA-1 for boundary commits (Default: off)"
6813 msgstr ""
6814
6815 #: builtin/blame.c:791
6816 msgid "Do not treat root commits as boundaries (Default: off)"
6817 msgstr ""
6818
6819 #: builtin/blame.c:792
6820 msgid "Show work cost statistics"
6821 msgstr ""
6822
6823 #: builtin/blame.c:793
6824 msgid "Force progress reporting"
6825 msgstr ""
6826
6827 #: builtin/blame.c:794
6828 msgid "Show output score for blame entries"
6829 msgstr ""
6830
6831 #: builtin/blame.c:795
6832 msgid "Show original filename (Default: auto)"
6833 msgstr ""
6834
6835 #: builtin/blame.c:796
6836 msgid "Show original linenumber (Default: off)"
6837 msgstr ""
6838
6839 #: builtin/blame.c:797
6840 msgid "Show in a format designed for machine consumption"
6841 msgstr ""
6842
6843 #: builtin/blame.c:798
6844 msgid "Show porcelain format with per-line commit information"
6845 msgstr ""
6846
6847 #: builtin/blame.c:799
6848 msgid "Use the same output mode as git-annotate (Default: off)"
6849 msgstr ""
6850
6851 #: builtin/blame.c:800
6852 msgid "Show raw timestamp (Default: off)"
6853 msgstr ""
6854
6855 #: builtin/blame.c:801
6856 msgid "Show long commit SHA1 (Default: off)"
6857 msgstr ""
6858
6859 #: builtin/blame.c:802
6860 msgid "Suppress author name and timestamp (Default: off)"
6861 msgstr ""
6862
6863 #: builtin/blame.c:803
6864 msgid "Show author email instead of name (Default: off)"
6865 msgstr ""
6866
6867 #: builtin/blame.c:804
6868 msgid "Ignore whitespace differences"
6869 msgstr ""
6870
6871 #: builtin/blame.c:805
6872 msgid "color redundant metadata from previous line differently"
6873 msgstr ""
6874
6875 #: builtin/blame.c:806
6876 msgid "color lines by age"
6877 msgstr ""
6878
6879 #: builtin/blame.c:813
6880 msgid "Use an experimental heuristic to improve diffs"
6881 msgstr ""
6882
6883 #: builtin/blame.c:815
6884 msgid "Spend extra cycles to find better match"
6885 msgstr ""
6886
6887 #: builtin/blame.c:816
6888 msgid "Use revisions from <file> instead of calling git-rev-list"
6889 msgstr ""
6890
6891 #: builtin/blame.c:817
6892 msgid "Use <file>'s contents as the final image"
6893 msgstr ""
6894
6895 #: builtin/blame.c:818 builtin/blame.c:819
6896 msgid "score"
6897 msgstr ""
6898
6899 #: builtin/blame.c:818
6900 msgid "Find line copies within and across files"
6901 msgstr ""
6902
6903 #: builtin/blame.c:819
6904 msgid "Find line movements within and across files"
6905 msgstr ""
6906
6907 #: builtin/blame.c:820
6908 msgid "n,m"
6909 msgstr ""
6910
6911 #: builtin/blame.c:820
6912 msgid "Process only line range n,m, counting from 1"
6913 msgstr ""
6914
6915 #: builtin/blame.c:869
6916 msgid "--progress can't be used with --incremental or porcelain formats"
6917 msgstr ""
6918
6919 #. TRANSLATORS: This string is used to tell us the
6920 #. maximum display width for a relative timestamp in
6921 #. "git blame" output. For C locale, "4 years, 11
6922 #. months ago", which takes 22 places, is the longest
6923 #. among various forms of relative timestamps, but
6924 #. your language may need more or fewer display
6925 #. columns.
6926 #.
6927 #: builtin/blame.c:920
6928 msgid "4 years, 11 months ago"
6929 msgstr ""
6930
6931 #: builtin/blame.c:1007
6932 #, c-format
6933 msgid "file %s has only %lu line"
6934 msgid_plural "file %s has only %lu lines"
6935 msgstr[0] ""
6936 msgstr[1] ""
6937
6938 #: builtin/blame.c:1053
6939 msgid "Blaming lines"
6940 msgstr ""
6941
6942 #: builtin/branch.c:28
6943 msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
6944 msgstr ""
6945
6946 #: builtin/branch.c:29
6947 msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
6948 msgstr ""
6949
6950 #: builtin/branch.c:30
6951 msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
6952 msgstr ""
6953
6954 #: builtin/branch.c:31
6955 msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
6956 msgstr ""
6957
6958 #: builtin/branch.c:32
6959 msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"
6960 msgstr ""
6961
6962 #: builtin/branch.c:33
6963 msgid "git branch [<options>] [-r | -a] [--points-at]"
6964 msgstr ""
6965
6966 #: builtin/branch.c:34
6967 msgid "git branch [<options>] [-r | -a] [--format]"
6968 msgstr ""
6969
6970 #: builtin/branch.c:151
6971 #, c-format
6972 msgid ""
6973 "deleting branch '%s' that has been merged to\n"
6974 " '%s', but not yet merged to HEAD."
6975 msgstr ""
6976
6977 #: builtin/branch.c:155
6978 #, c-format
6979 msgid ""
6980 "not deleting branch '%s' that is not yet merged to\n"
6981 " '%s', even though it is merged to HEAD."
6982 msgstr ""
6983
6984 #: builtin/branch.c:169
6985 #, c-format
6986 msgid "Couldn't look up commit object for '%s'"
6987 msgstr ""
6988
6989 #: builtin/branch.c:173
6990 #, c-format
6991 msgid ""
6992 "The branch '%s' is not fully merged.\n"
6993 "If you are sure you want to delete it, run 'git branch -D %s'."
6994 msgstr ""
6995
6996 #: builtin/branch.c:186
6997 msgid "Update of config-file failed"
6998 msgstr ""
6999
7000 #: builtin/branch.c:217
7001 msgid "cannot use -a with -d"
7002 msgstr ""
7003
7004 #: builtin/branch.c:223
7005 msgid "Couldn't look up commit object for HEAD"
7006 msgstr ""
7007
7008 #: builtin/branch.c:237
7009 #, c-format
7010 msgid "Cannot delete branch '%s' checked out at '%s'"
7011 msgstr ""
7012
7013 #: builtin/branch.c:252
7014 #, c-format
7015 msgid "remote-tracking branch '%s' not found."
7016 msgstr ""
7017
7018 #: builtin/branch.c:253
7019 #, c-format
7020 msgid "branch '%s' not found."
7021 msgstr ""
7022
7023 #: builtin/branch.c:268
7024 #, c-format
7025 msgid "Error deleting remote-tracking branch '%s'"
7026 msgstr ""
7027
7028 #: builtin/branch.c:269
7029 #, c-format
7030 msgid "Error deleting branch '%s'"
7031 msgstr ""
7032
7033 #: builtin/branch.c:276
7034 #, c-format
7035 msgid "Deleted remote-tracking branch %s (was %s).\n"
7036 msgstr ""
7037
7038 #: builtin/branch.c:277
7039 #, c-format
7040 msgid "Deleted branch %s (was %s).\n"
7041 msgstr ""
7042
7043 #: builtin/branch.c:421 builtin/tag.c:59
7044 msgid "unable to parse format string"
7045 msgstr ""
7046
7047 #: builtin/branch.c:458
7048 #, c-format
7049 msgid "Branch %s is being rebased at %s"
7050 msgstr ""
7051
7052 #: builtin/branch.c:462
7053 #, c-format
7054 msgid "Branch %s is being bisected at %s"
7055 msgstr ""
7056
7057 #: builtin/branch.c:479
7058 msgid "cannot copy the current branch while not on any."
7059 msgstr ""
7060
7061 #: builtin/branch.c:481
7062 msgid "cannot rename the current branch while not on any."
7063 msgstr ""
7064
7065 #: builtin/branch.c:492
7066 #, c-format
7067 msgid "Invalid branch name: '%s'"
7068 msgstr ""
7069
7070 #: builtin/branch.c:519
7071 msgid "Branch rename failed"
7072 msgstr ""
7073
7074 #: builtin/branch.c:521
7075 msgid "Branch copy failed"
7076 msgstr ""
7077
7078 #: builtin/branch.c:525
7079 #, c-format
7080 msgid "Created a copy of a misnamed branch '%s'"
7081 msgstr ""
7082
7083 #: builtin/branch.c:528
7084 #, c-format
7085 msgid "Renamed a misnamed branch '%s' away"
7086 msgstr ""
7087
7088 #: builtin/branch.c:534
7089 #, c-format
7090 msgid "Branch renamed to %s, but HEAD is not updated!"
7091 msgstr ""
7092
7093 #: builtin/branch.c:543
7094 msgid "Branch is renamed, but update of config-file failed"
7095 msgstr ""
7096
7097 #: builtin/branch.c:545
7098 msgid "Branch is copied, but update of config-file failed"
7099 msgstr ""
7100
7101 #: builtin/branch.c:561
7102 #, c-format
7103 msgid ""
7104 "Please edit the description for the branch\n"
7105 " %s\n"
7106 "Lines starting with '%c' will be stripped.\n"
7107 msgstr ""
7108
7109 #: builtin/branch.c:602
7110 msgid "Generic options"
7111 msgstr ""
7112
7113 #: builtin/branch.c:604
7114 msgid "show hash and subject, give twice for upstream branch"
7115 msgstr ""
7116
7117 #: builtin/branch.c:605
7118 msgid "suppress informational messages"
7119 msgstr ""
7120
7121 #: builtin/branch.c:606
7122 msgid "set up tracking mode (see git-pull(1))"
7123 msgstr ""
7124
7125 #: builtin/branch.c:608
7126 msgid "do not use"
7127 msgstr ""
7128
7129 #: builtin/branch.c:610
7130 msgid "upstream"
7131 msgstr ""
7132
7133 #: builtin/branch.c:610
7134 msgid "change the upstream info"
7135 msgstr ""
7136
7137 #: builtin/branch.c:611
7138 msgid "Unset the upstream info"
7139 msgstr ""
7140
7141 #: builtin/branch.c:612
7142 msgid "use colored output"
7143 msgstr ""
7144
7145 #: builtin/branch.c:613
7146 msgid "act on remote-tracking branches"
7147 msgstr ""
7148
7149 #: builtin/branch.c:615 builtin/branch.c:617
7150 msgid "print only branches that contain the commit"
7151 msgstr ""
7152
7153 #: builtin/branch.c:616 builtin/branch.c:618
7154 msgid "print only branches that don't contain the commit"
7155 msgstr ""
7156
7157 #: builtin/branch.c:621
7158 msgid "Specific git-branch actions:"
7159 msgstr ""
7160
7161 #: builtin/branch.c:622
7162 msgid "list both remote-tracking and local branches"
7163 msgstr ""
7164
7165 #: builtin/branch.c:624
7166 msgid "delete fully merged branch"
7167 msgstr ""
7168
7169 #: builtin/branch.c:625
7170 msgid "delete branch (even if not merged)"
7171 msgstr ""
7172
7173 #: builtin/branch.c:626
7174 msgid "move/rename a branch and its reflog"
7175 msgstr ""
7176
7177 #: builtin/branch.c:627
7178 msgid "move/rename a branch, even if target exists"
7179 msgstr ""
7180
7181 #: builtin/branch.c:628
7182 msgid "copy a branch and its reflog"
7183 msgstr ""
7184
7185 #: builtin/branch.c:629
7186 msgid "copy a branch, even if target exists"
7187 msgstr ""
7188
7189 #: builtin/branch.c:630
7190 msgid "list branch names"
7191 msgstr ""
7192
7193 #: builtin/branch.c:631
7194 msgid "create the branch's reflog"
7195 msgstr ""
7196
7197 #: builtin/branch.c:634
7198 msgid "deprecated synonym for --create-reflog"
7199 msgstr ""
7200
7201 #: builtin/branch.c:639
7202 msgid "edit the description for the branch"
7203 msgstr ""
7204
7205 #: builtin/branch.c:640
7206 msgid "force creation, move/rename, deletion"
7207 msgstr ""
7208
7209 #: builtin/branch.c:641
7210 msgid "print only branches that are merged"
7211 msgstr ""
7212
7213 #: builtin/branch.c:642
7214 msgid "print only branches that are not merged"
7215 msgstr ""
7216
7217 #: builtin/branch.c:643
7218 msgid "list branches in columns"
7219 msgstr ""
7220
7221 #: builtin/branch.c:644 builtin/for-each-ref.c:40 builtin/ls-remote.c:70
7222 #: builtin/tag.c:413
7223 msgid "key"
7224 msgstr ""
7225
7226 #: builtin/branch.c:645 builtin/for-each-ref.c:41 builtin/ls-remote.c:71
7227 #: builtin/tag.c:414
7228 msgid "field name to sort on"
7229 msgstr ""
7230
7231 #: builtin/branch.c:647 builtin/for-each-ref.c:43 builtin/notes.c:410
7232 #: builtin/notes.c:413 builtin/notes.c:573 builtin/notes.c:576
7233 #: builtin/tag.c:416
7234 msgid "object"
7235 msgstr ""
7236
7237 #: builtin/branch.c:648
7238 msgid "print only branches of the object"
7239 msgstr ""
7240
7241 #: builtin/branch.c:650 builtin/for-each-ref.c:49 builtin/tag.c:423
7242 msgid "sorting and filtering are case insensitive"
7243 msgstr ""
7244
7245 #: builtin/branch.c:651 builtin/for-each-ref.c:38 builtin/tag.c:421
7246 #: builtin/verify-tag.c:39
7247 msgid "format to use for the output"
7248 msgstr ""
7249
7250 #: builtin/branch.c:674 builtin/clone.c:739
7251 msgid "HEAD not found below refs/heads!"
7252 msgstr ""
7253
7254 #: builtin/branch.c:697
7255 msgid "--column and --verbose are incompatible"
7256 msgstr ""
7257
7258 #: builtin/branch.c:717 builtin/branch.c:769 builtin/branch.c:778
7259 msgid "branch name required"
7260 msgstr ""
7261
7262 #: builtin/branch.c:745
7263 msgid "Cannot give description to detached HEAD"
7264 msgstr ""
7265
7266 #: builtin/branch.c:750
7267 msgid "cannot edit description of more than one branch"
7268 msgstr ""
7269
7270 #: builtin/branch.c:757
7271 #, c-format
7272 msgid "No commit on branch '%s' yet."
7273 msgstr ""
7274
7275 #: builtin/branch.c:760
7276 #, c-format
7277 msgid "No branch named '%s'."
7278 msgstr ""
7279
7280 #: builtin/branch.c:775
7281 msgid "too many branches for a copy operation"
7282 msgstr ""
7283
7284 #: builtin/branch.c:784
7285 msgid "too many arguments for a rename operation"
7286 msgstr ""
7287
7288 #: builtin/branch.c:789
7289 msgid "too many arguments to set new upstream"
7290 msgstr ""
7291
7292 #: builtin/branch.c:793
7293 #, c-format
7294 msgid ""
7295 "could not set upstream of HEAD to %s when it does not point to any branch."
7296 msgstr ""
7297
7298 #: builtin/branch.c:796 builtin/branch.c:818 builtin/branch.c:834
7299 #, c-format
7300 msgid "no such branch '%s'"
7301 msgstr ""
7302
7303 #: builtin/branch.c:800
7304 #, c-format
7305 msgid "branch '%s' does not exist"
7306 msgstr ""
7307
7308 #: builtin/branch.c:812
7309 msgid "too many arguments to unset upstream"
7310 msgstr ""
7311
7312 #: builtin/branch.c:816
7313 msgid "could not unset upstream of HEAD when it does not point to any branch."
7314 msgstr ""
7315
7316 #: builtin/branch.c:822
7317 #, c-format
7318 msgid "Branch '%s' has no upstream information"
7319 msgstr ""
7320
7321 #: builtin/branch.c:837
7322 msgid "-a and -r options to 'git branch' do not make sense with a branch name"
7323 msgstr ""
7324
7325 #: builtin/branch.c:840
7326 msgid ""
7327 "the '--set-upstream' option is no longer supported. Please use '--track' or "
7328 "'--set-upstream-to' instead."
7329 msgstr ""
7330
7331 #: builtin/bundle.c:45
7332 #, c-format
7333 msgid "%s is okay\n"
7334 msgstr ""
7335
7336 #: builtin/bundle.c:58
7337 msgid "Need a repository to create a bundle."
7338 msgstr ""
7339
7340 #: builtin/bundle.c:62
7341 msgid "Need a repository to unbundle."
7342 msgstr ""
7343
7344 #: builtin/cat-file.c:577
7345 msgid ""
7346 "git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
7347 "p | <type> | --textconv | --filters) [--path=<path>] <object>"
7348 msgstr ""
7349
7350 #: builtin/cat-file.c:578
7351 msgid ""
7352 "git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
7353 "filters]"
7354 msgstr ""
7355
7356 #: builtin/cat-file.c:615
7357 msgid "<type> can be one of: blob, tree, commit, tag"
7358 msgstr ""
7359
7360 #: builtin/cat-file.c:616
7361 msgid "show object type"
7362 msgstr ""
7363
7364 #: builtin/cat-file.c:617
7365 msgid "show object size"
7366 msgstr ""
7367
7368 #: builtin/cat-file.c:619
7369 msgid "exit with zero when there's no error"
7370 msgstr ""
7371
7372 #: builtin/cat-file.c:620
7373 msgid "pretty-print object's content"
7374 msgstr ""
7375
7376 #: builtin/cat-file.c:622
7377 msgid "for blob objects, run textconv on object's content"
7378 msgstr ""
7379
7380 #: builtin/cat-file.c:624
7381 msgid "for blob objects, run filters on object's content"
7382 msgstr ""
7383
7384 #: builtin/cat-file.c:625 git-submodule.sh:864
7385 msgid "blob"
7386 msgstr ""
7387
7388 #: builtin/cat-file.c:626
7389 msgid "use a specific path for --textconv/--filters"
7390 msgstr ""
7391
7392 #: builtin/cat-file.c:628
7393 msgid "allow -s and -t to work with broken/corrupt objects"
7394 msgstr ""
7395
7396 #: builtin/cat-file.c:629
7397 msgid "buffer --batch output"
7398 msgstr ""
7399
7400 #: builtin/cat-file.c:631
7401 msgid "show info and content of objects fed from the standard input"
7402 msgstr ""
7403
7404 #: builtin/cat-file.c:634
7405 msgid "show info about objects fed from the standard input"
7406 msgstr ""
7407
7408 #: builtin/cat-file.c:637
7409 msgid "follow in-tree symlinks (used with --batch or --batch-check)"
7410 msgstr ""
7411
7412 #: builtin/cat-file.c:639
7413 msgid "show all objects with --batch or --batch-check"
7414 msgstr ""
7415
7416 #: builtin/cat-file.c:641
7417 msgid "do not order --batch-all-objects output"
7418 msgstr ""
7419
7420 #: builtin/check-attr.c:12
7421 msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
7422 msgstr ""
7423
7424 #: builtin/check-attr.c:13
7425 msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
7426 msgstr ""
7427
7428 #: builtin/check-attr.c:20
7429 msgid "report all attributes set on file"
7430 msgstr ""
7431
7432 #: builtin/check-attr.c:21
7433 msgid "use .gitattributes only from the index"
7434 msgstr ""
7435
7436 #: builtin/check-attr.c:22 builtin/check-ignore.c:24 builtin/hash-object.c:101
7437 msgid "read file names from stdin"
7438 msgstr ""
7439
7440 #: builtin/check-attr.c:24 builtin/check-ignore.c:26
7441 msgid "terminate input and output records by a NUL character"
7442 msgstr ""
7443
7444 #: builtin/check-ignore.c:20 builtin/checkout.c:1120 builtin/gc.c:503
7445 #: builtin/worktree.c:447
7446 msgid "suppress progress reporting"
7447 msgstr ""
7448
7449 #: builtin/check-ignore.c:28
7450 msgid "show non-matching input paths"
7451 msgstr ""
7452
7453 #: builtin/check-ignore.c:30
7454 msgid "ignore index when checking"
7455 msgstr ""
7456
7457 #: builtin/check-ignore.c:159
7458 msgid "cannot specify pathnames with --stdin"
7459 msgstr ""
7460
7461 #: builtin/check-ignore.c:162
7462 msgid "-z only makes sense with --stdin"
7463 msgstr ""
7464
7465 #: builtin/check-ignore.c:164
7466 msgid "no path specified"
7467 msgstr ""
7468
7469 #: builtin/check-ignore.c:168
7470 msgid "--quiet is only valid with a single pathname"
7471 msgstr ""
7472
7473 #: builtin/check-ignore.c:170
7474 msgid "cannot have both --quiet and --verbose"
7475 msgstr ""
7476
7477 #: builtin/check-ignore.c:173
7478 msgid "--non-matching is only valid with --verbose"
7479 msgstr ""
7480
7481 #: builtin/check-mailmap.c:9
7482 msgid "git check-mailmap [<options>] <contact>..."
7483 msgstr ""
7484
7485 #: builtin/check-mailmap.c:14
7486 msgid "also read contacts from stdin"
7487 msgstr ""
7488
7489 #: builtin/check-mailmap.c:25
7490 #, c-format
7491 msgid "unable to parse contact: %s"
7492 msgstr ""
7493
7494 #: builtin/check-mailmap.c:48
7495 msgid "no contacts specified"
7496 msgstr ""
7497
7498 #: builtin/checkout-index.c:128
7499 msgid "git checkout-index [<options>] [--] [<file>...]"
7500 msgstr ""
7501
7502 #: builtin/checkout-index.c:143
7503 msgid "stage should be between 1 and 3 or all"
7504 msgstr ""
7505
7506 #: builtin/checkout-index.c:159
7507 msgid "check out all files in the index"
7508 msgstr ""
7509
7510 #: builtin/checkout-index.c:160
7511 msgid "force overwrite of existing files"
7512 msgstr ""
7513
7514 #: builtin/checkout-index.c:162
7515 msgid "no warning for existing files and files not in index"
7516 msgstr ""
7517
7518 #: builtin/checkout-index.c:164
7519 msgid "don't checkout new files"
7520 msgstr ""
7521
7522 #: builtin/checkout-index.c:166
7523 msgid "update stat information in the index file"
7524 msgstr ""
7525
7526 #: builtin/checkout-index.c:170
7527 msgid "read list of paths from the standard input"
7528 msgstr ""
7529
7530 #: builtin/checkout-index.c:172
7531 msgid "write the content to temporary files"
7532 msgstr ""
7533
7534 #: builtin/checkout-index.c:173 builtin/column.c:31
7535 #: builtin/submodule--helper.c:1361 builtin/submodule--helper.c:1364
7536 #: builtin/submodule--helper.c:1372 builtin/submodule--helper.c:1736
7537 #: builtin/worktree.c:620
7538 msgid "string"
7539 msgstr ""
7540
7541 #: builtin/checkout-index.c:174
7542 msgid "when creating files, prepend <string>"
7543 msgstr ""
7544
7545 #: builtin/checkout-index.c:176
7546 msgid "copy out the files from named stage"
7547 msgstr ""
7548
7549 #: builtin/checkout.c:29
7550 msgid "git checkout [<options>] <branch>"
7551 msgstr ""
7552
7553 #: builtin/checkout.c:30
7554 msgid "git checkout [<options>] [<branch>] -- <file>..."
7555 msgstr ""
7556
7557 #: builtin/checkout.c:138 builtin/checkout.c:171
7558 #, c-format
7559 msgid "path '%s' does not have our version"
7560 msgstr ""
7561
7562 #: builtin/checkout.c:140 builtin/checkout.c:173
7563 #, c-format
7564 msgid "path '%s' does not have their version"
7565 msgstr ""
7566
7567 #: builtin/checkout.c:156
7568 #, c-format
7569 msgid "path '%s' does not have all necessary versions"
7570 msgstr ""
7571
7572 #: builtin/checkout.c:200
7573 #, c-format
7574 msgid "path '%s' does not have necessary versions"
7575 msgstr ""
7576
7577 #: builtin/checkout.c:217
7578 #, c-format
7579 msgid "path '%s': cannot merge"
7580 msgstr ""
7581
7582 #: builtin/checkout.c:233
7583 #, c-format
7584 msgid "Unable to add merge result for '%s'"
7585 msgstr ""
7586
7587 #: builtin/checkout.c:255 builtin/checkout.c:258 builtin/checkout.c:261
7588 #: builtin/checkout.c:264
7589 #, c-format
7590 msgid "'%s' cannot be used with updating paths"
7591 msgstr ""
7592
7593 #: builtin/checkout.c:267 builtin/checkout.c:270
7594 #, c-format
7595 msgid "'%s' cannot be used with %s"
7596 msgstr ""
7597
7598 #: builtin/checkout.c:273
7599 #, c-format
7600 msgid "Cannot update paths and switch to branch '%s' at the same time."
7601 msgstr ""
7602
7603 #: builtin/checkout.c:342 builtin/checkout.c:349
7604 #, c-format
7605 msgid "path '%s' is unmerged"
7606 msgstr ""
7607
7608 #: builtin/checkout.c:508
7609 msgid "you need to resolve your current index first"
7610 msgstr ""
7611
7612 #: builtin/checkout.c:645
7613 #, c-format
7614 msgid "Can not do reflog for '%s': %s\n"
7615 msgstr ""
7616
7617 #: builtin/checkout.c:686
7618 msgid "HEAD is now at"
7619 msgstr ""
7620
7621 #: builtin/checkout.c:690 builtin/clone.c:692
7622 msgid "unable to update HEAD"
7623 msgstr ""
7624
7625 #: builtin/checkout.c:694
7626 #, c-format
7627 msgid "Reset branch '%s'\n"
7628 msgstr ""
7629
7630 #: builtin/checkout.c:697
7631 #, c-format
7632 msgid "Already on '%s'\n"
7633 msgstr ""
7634
7635 #: builtin/checkout.c:701
7636 #, c-format
7637 msgid "Switched to and reset branch '%s'\n"
7638 msgstr ""
7639
7640 #: builtin/checkout.c:703 builtin/checkout.c:1052
7641 #, c-format
7642 msgid "Switched to a new branch '%s'\n"
7643 msgstr ""
7644
7645 #: builtin/checkout.c:705
7646 #, c-format
7647 msgid "Switched to branch '%s'\n"
7648 msgstr ""
7649
7650 #: builtin/checkout.c:756
7651 #, c-format
7652 msgid " ... and %d more.\n"
7653 msgstr ""
7654
7655 #: builtin/checkout.c:762
7656 #, c-format
7657 msgid ""
7658 "Warning: you are leaving %d commit behind, not connected to\n"
7659 "any of your branches:\n"
7660 "\n"
7661 "%s\n"
7662 msgid_plural ""
7663 "Warning: you are leaving %d commits behind, not connected to\n"
7664 "any of your branches:\n"
7665 "\n"
7666 "%s\n"
7667 msgstr[0] ""
7668 msgstr[1] ""
7669
7670 #: builtin/checkout.c:781
7671 #, c-format
7672 msgid ""
7673 "If you want to keep it by creating a new branch, this may be a good time\n"
7674 "to do so with:\n"
7675 "\n"
7676 " git branch <new-branch-name> %s\n"
7677 "\n"
7678 msgid_plural ""
7679 "If you want to keep them by creating a new branch, this may be a good time\n"
7680 "to do so with:\n"
7681 "\n"
7682 " git branch <new-branch-name> %s\n"
7683 "\n"
7684 msgstr[0] ""
7685 msgstr[1] ""
7686
7687 #: builtin/checkout.c:813
7688 msgid "internal error in revision walk"
7689 msgstr ""
7690
7691 #: builtin/checkout.c:817
7692 msgid "Previous HEAD position was"
7693 msgstr ""
7694
7695 #: builtin/checkout.c:845 builtin/checkout.c:1047
7696 msgid "You are on a branch yet to be born"
7697 msgstr ""
7698
7699 #: builtin/checkout.c:952
7700 #, c-format
7701 msgid "only one reference expected, %d given."
7702 msgstr ""
7703
7704 #: builtin/checkout.c:993 builtin/worktree.c:241 builtin/worktree.c:396
7705 #, c-format
7706 msgid "invalid reference: %s"
7707 msgstr ""
7708
7709 #: builtin/checkout.c:1022
7710 #, c-format
7711 msgid "reference is not a tree: %s"
7712 msgstr ""
7713
7714 #: builtin/checkout.c:1061
7715 msgid "paths cannot be used with switching branches"
7716 msgstr ""
7717
7718 #: builtin/checkout.c:1064 builtin/checkout.c:1068
7719 #, c-format
7720 msgid "'%s' cannot be used with switching branches"
7721 msgstr ""
7722
7723 #: builtin/checkout.c:1072 builtin/checkout.c:1075 builtin/checkout.c:1080
7724 #: builtin/checkout.c:1083
7725 #, c-format
7726 msgid "'%s' cannot be used with '%s'"
7727 msgstr ""
7728
7729 #: builtin/checkout.c:1088
7730 #, c-format
7731 msgid "Cannot switch branch to a non-commit '%s'"
7732 msgstr ""
7733
7734 #: builtin/checkout.c:1121 builtin/checkout.c:1123 builtin/clone.c:119
7735 #: builtin/remote.c:168 builtin/remote.c:170 builtin/worktree.c:440
7736 #: builtin/worktree.c:442
7737 msgid "branch"
7738 msgstr ""
7739
7740 #: builtin/checkout.c:1122
7741 msgid "create and checkout a new branch"
7742 msgstr ""
7743
7744 #: builtin/checkout.c:1124
7745 msgid "create/reset and checkout a branch"
7746 msgstr ""
7747
7748 #: builtin/checkout.c:1125
7749 msgid "create reflog for new branch"
7750 msgstr ""
7751
7752 #: builtin/checkout.c:1126 builtin/worktree.c:444
7753 msgid "detach HEAD at named commit"
7754 msgstr ""
7755
7756 #: builtin/checkout.c:1127
7757 msgid "set upstream info for new branch"
7758 msgstr ""
7759
7760 #: builtin/checkout.c:1129
7761 msgid "new-branch"
7762 msgstr ""
7763
7764 #: builtin/checkout.c:1129
7765 msgid "new unparented branch"
7766 msgstr ""
7767
7768 #: builtin/checkout.c:1131
7769 msgid "checkout our version for unmerged files"
7770 msgstr ""
7771
7772 #: builtin/checkout.c:1134
7773 msgid "checkout their version for unmerged files"
7774 msgstr ""
7775
7776 #: builtin/checkout.c:1136
7777 msgid "force checkout (throw away local modifications)"
7778 msgstr ""
7779
7780 #: builtin/checkout.c:1138
7781 msgid "perform a 3-way merge with the new branch"
7782 msgstr ""
7783
7784 #: builtin/checkout.c:1140 builtin/merge.c:273
7785 msgid "update ignored files (default)"
7786 msgstr ""
7787
7788 #: builtin/checkout.c:1142 builtin/log.c:1510 parse-options.h:264
7789 msgid "style"
7790 msgstr ""
7791
7792 #: builtin/checkout.c:1143
7793 msgid "conflict style (merge or diff3)"
7794 msgstr ""
7795
7796 #: builtin/checkout.c:1146
7797 msgid "do not limit pathspecs to sparse entries only"
7798 msgstr ""
7799
7800 #: builtin/checkout.c:1148
7801 msgid "second guess 'git checkout <no-such-branch>'"
7802 msgstr ""
7803
7804 #: builtin/checkout.c:1150
7805 msgid "do not check if another worktree is holding the given ref"
7806 msgstr ""
7807
7808 #: builtin/checkout.c:1154 builtin/clone.c:86 builtin/fetch.c:138
7809 #: builtin/merge.c:270 builtin/pull.c:128 builtin/push.c:572
7810 #: builtin/send-pack.c:174
7811 msgid "force progress reporting"
7812 msgstr ""
7813
7814 #: builtin/checkout.c:1184
7815 msgid "-b, -B and --orphan are mutually exclusive"
7816 msgstr ""
7817
7818 #: builtin/checkout.c:1201
7819 msgid "--track needs a branch name"
7820 msgstr ""
7821
7822 #: builtin/checkout.c:1206
7823 msgid "missing branch name; try -b"
7824 msgstr ""
7825
7826 #: builtin/checkout.c:1243
7827 msgid "invalid path specification"
7828 msgstr ""
7829
7830 #: builtin/checkout.c:1250
7831 #, c-format
7832 msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
7833 msgstr ""
7834
7835 #: builtin/checkout.c:1254
7836 #, c-format
7837 msgid "git checkout: --detach does not take a path argument '%s'"
7838 msgstr ""
7839
7840 #: builtin/checkout.c:1258
7841 msgid ""
7842 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
7843 "checking out of the index."
7844 msgstr ""
7845
7846 #: builtin/checkout.c:1278
7847 #, c-format
7848 msgid ""
7849 "'%s' matched more than one remote tracking branch.\n"
7850 "We found %d remotes with a reference that matched. So we fell back\n"
7851 "on trying to resolve the argument as a path, but failed there too!\n"
7852 "\n"
7853 "If you meant to check out a remote tracking branch on, e.g. 'origin',\n"
7854 "you can do so by fully qualifying the name with the --track option:\n"
7855 "\n"
7856 " git checkout --track origin/<name>\n"
7857 "\n"
7858 "If you'd like to always have checkouts of an ambiguous <name> prefer\n"
7859 "one remote, e.g. the 'origin' remote, consider setting\n"
7860 "checkout.defaultRemote=origin in your config."
7861 msgstr ""
7862
7863 #: builtin/clean.c:27
7864 msgid ""
7865 "git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
7866 msgstr ""
7867
7868 #: builtin/clean.c:31
7869 #, c-format
7870 msgid "Removing %s\n"
7871 msgstr ""
7872
7873 #: builtin/clean.c:32
7874 #, c-format
7875 msgid "Would remove %s\n"
7876 msgstr ""
7877
7878 #: builtin/clean.c:33
7879 #, c-format
7880 msgid "Skipping repository %s\n"
7881 msgstr ""
7882
7883 #: builtin/clean.c:34
7884 #, c-format
7885 msgid "Would skip repository %s\n"
7886 msgstr ""
7887
7888 #: builtin/clean.c:35
7889 #, c-format
7890 msgid "failed to remove %s"
7891 msgstr ""
7892
7893 #: builtin/clean.c:297 git-add--interactive.perl:579
7894 #, c-format
7895 msgid ""
7896 "Prompt help:\n"
7897 "1 - select a numbered item\n"
7898 "foo - select item based on unique prefix\n"
7899 " - (empty) select nothing\n"
7900 msgstr ""
7901
7902 #: builtin/clean.c:301 git-add--interactive.perl:588
7903 #, c-format
7904 msgid ""
7905 "Prompt help:\n"
7906 "1 - select a single item\n"
7907 "3-5 - select a range of items\n"
7908 "2-3,6-9 - select multiple ranges\n"
7909 "foo - select item based on unique prefix\n"
7910 "-... - unselect specified items\n"
7911 "* - choose all items\n"
7912 " - (empty) finish selecting\n"
7913 msgstr ""
7914
7915 #: builtin/clean.c:517 git-add--interactive.perl:554
7916 #: git-add--interactive.perl:559
7917 #, c-format, perl-format
7918 msgid "Huh (%s)?\n"
7919 msgstr ""
7920
7921 #: builtin/clean.c:659
7922 #, c-format
7923 msgid "Input ignore patterns>> "
7924 msgstr ""
7925
7926 #: builtin/clean.c:696
7927 #, c-format
7928 msgid "WARNING: Cannot find items matched by: %s"
7929 msgstr ""
7930
7931 #: builtin/clean.c:717
7932 msgid "Select items to delete"
7933 msgstr ""
7934
7935 #. TRANSLATORS: Make sure to keep [y/N] as is
7936 #: builtin/clean.c:758
7937 #, c-format
7938 msgid "Remove %s [y/N]? "
7939 msgstr ""
7940
7941 #: builtin/clean.c:783 git-add--interactive.perl:1717
7942 #, c-format
7943 msgid "Bye.\n"
7944 msgstr ""
7945
7946 #: builtin/clean.c:791
7947 msgid ""
7948 "clean - start cleaning\n"
7949 "filter by pattern - exclude items from deletion\n"
7950 "select by numbers - select items to be deleted by numbers\n"
7951 "ask each - confirm each deletion (like \"rm -i\")\n"
7952 "quit - stop cleaning\n"
7953 "help - this screen\n"
7954 "? - help for prompt selection"
7955 msgstr ""
7956
7957 #: builtin/clean.c:818 git-add--interactive.perl:1793
7958 msgid "*** Commands ***"
7959 msgstr ""
7960
7961 #: builtin/clean.c:819 git-add--interactive.perl:1790
7962 msgid "What now"
7963 msgstr ""
7964
7965 #: builtin/clean.c:827
7966 msgid "Would remove the following item:"
7967 msgid_plural "Would remove the following items:"
7968 msgstr[0] ""
7969 msgstr[1] ""
7970
7971 #: builtin/clean.c:843
7972 msgid "No more files to clean, exiting."
7973 msgstr ""
7974
7975 #: builtin/clean.c:905
7976 msgid "do not print names of files removed"
7977 msgstr ""
7978
7979 #: builtin/clean.c:907
7980 msgid "force"
7981 msgstr ""
7982
7983 #: builtin/clean.c:908
7984 msgid "interactive cleaning"
7985 msgstr ""
7986
7987 #: builtin/clean.c:910
7988 msgid "remove whole directories"
7989 msgstr ""
7990
7991 #: builtin/clean.c:911 builtin/describe.c:545 builtin/describe.c:547
7992 #: builtin/grep.c:875 builtin/log.c:161 builtin/log.c:163
7993 #: builtin/ls-files.c:549 builtin/name-rev.c:415 builtin/name-rev.c:417
7994 #: builtin/show-ref.c:177
7995 msgid "pattern"
7996 msgstr ""
7997
7998 #: builtin/clean.c:912
7999 msgid "add <pattern> to ignore rules"
8000 msgstr ""
8001
8002 #: builtin/clean.c:913
8003 msgid "remove ignored files, too"
8004 msgstr ""
8005
8006 #: builtin/clean.c:915
8007 msgid "remove only ignored files"
8008 msgstr ""
8009
8010 #: builtin/clean.c:933
8011 msgid "-x and -X cannot be used together"
8012 msgstr ""
8013
8014 #: builtin/clean.c:937
8015 msgid ""
8016 "clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
8017 "clean"
8018 msgstr ""
8019
8020 #: builtin/clean.c:940
8021 msgid ""
8022 "clean.requireForce defaults to true and neither -i, -n, nor -f given; "
8023 "refusing to clean"
8024 msgstr ""
8025
8026 #: builtin/clone.c:43
8027 msgid "git clone [<options>] [--] <repo> [<dir>]"
8028 msgstr ""
8029
8030 #: builtin/clone.c:88
8031 msgid "don't create a checkout"
8032 msgstr ""
8033
8034 #: builtin/clone.c:89 builtin/clone.c:91 builtin/init-db.c:480
8035 msgid "create a bare repository"
8036 msgstr ""
8037
8038 #: builtin/clone.c:93
8039 msgid "create a mirror repository (implies bare)"
8040 msgstr ""
8041
8042 #: builtin/clone.c:95
8043 msgid "to clone from a local repository"
8044 msgstr ""
8045
8046 #: builtin/clone.c:97
8047 msgid "don't use local hardlinks, always copy"
8048 msgstr ""
8049
8050 #: builtin/clone.c:99
8051 msgid "setup as shared repository"
8052 msgstr ""
8053
8054 #: builtin/clone.c:101 builtin/clone.c:105
8055 msgid "pathspec"
8056 msgstr ""
8057
8058 #: builtin/clone.c:101 builtin/clone.c:105
8059 msgid "initialize submodules in the clone"
8060 msgstr ""
8061
8062 #: builtin/clone.c:108
8063 msgid "number of submodules cloned in parallel"
8064 msgstr ""
8065
8066 #: builtin/clone.c:109 builtin/init-db.c:477
8067 msgid "template-directory"
8068 msgstr ""
8069
8070 #: builtin/clone.c:110 builtin/init-db.c:478
8071 msgid "directory from which templates will be used"
8072 msgstr ""
8073
8074 #: builtin/clone.c:112 builtin/clone.c:114 builtin/submodule--helper.c:1368
8075 #: builtin/submodule--helper.c:1739
8076 msgid "reference repository"
8077 msgstr ""
8078
8079 #: builtin/clone.c:116 builtin/submodule--helper.c:1370
8080 #: builtin/submodule--helper.c:1741
8081 msgid "use --reference only while cloning"
8082 msgstr ""
8083
8084 #: builtin/clone.c:117 builtin/column.c:27 builtin/merge-file.c:44
8085 #: builtin/pack-objects.c:3191 builtin/repack.c:320
8086 msgid "name"
8087 msgstr ""
8088
8089 #: builtin/clone.c:118
8090 msgid "use <name> instead of 'origin' to track upstream"
8091 msgstr ""
8092
8093 #: builtin/clone.c:120
8094 msgid "checkout <branch> instead of the remote's HEAD"
8095 msgstr ""
8096
8097 #: builtin/clone.c:122
8098 msgid "path to git-upload-pack on the remote"
8099 msgstr ""
8100
8101 #: builtin/clone.c:123 builtin/fetch.c:139 builtin/grep.c:814
8102 #: builtin/pull.c:216
8103 msgid "depth"
8104 msgstr ""
8105
8106 #: builtin/clone.c:124
8107 msgid "create a shallow clone of that depth"
8108 msgstr ""
8109
8110 #: builtin/clone.c:125 builtin/fetch.c:141 builtin/pack-objects.c:3182
8111 #: parse-options.h:154
8112 msgid "time"
8113 msgstr ""
8114
8115 #: builtin/clone.c:126
8116 msgid "create a shallow clone since a specific time"
8117 msgstr ""
8118
8119 #: builtin/clone.c:127 builtin/fetch.c:143 builtin/fetch.c:166
8120 msgid "revision"
8121 msgstr ""
8122
8123 #: builtin/clone.c:128 builtin/fetch.c:144
8124 msgid "deepen history of shallow clone, excluding rev"
8125 msgstr ""
8126
8127 #: builtin/clone.c:130
8128 msgid "clone only one branch, HEAD or --branch"
8129 msgstr ""
8130
8131 #: builtin/clone.c:132
8132 msgid "don't clone any tags, and make later fetches not to follow them"
8133 msgstr ""
8134
8135 #: builtin/clone.c:134
8136 msgid "any cloned submodules will be shallow"
8137 msgstr ""
8138
8139 #: builtin/clone.c:135 builtin/init-db.c:486
8140 msgid "gitdir"
8141 msgstr ""
8142
8143 #: builtin/clone.c:136 builtin/init-db.c:487
8144 msgid "separate git dir from working tree"
8145 msgstr ""
8146
8147 #: builtin/clone.c:137
8148 msgid "key=value"
8149 msgstr ""
8150
8151 #: builtin/clone.c:138
8152 msgid "set config inside the new repository"
8153 msgstr ""
8154
8155 #: builtin/clone.c:139 builtin/fetch.c:162 builtin/pull.c:229
8156 #: builtin/push.c:583
8157 msgid "use IPv4 addresses only"
8158 msgstr ""
8159
8160 #: builtin/clone.c:141 builtin/fetch.c:164 builtin/pull.c:232
8161 #: builtin/push.c:585
8162 msgid "use IPv6 addresses only"
8163 msgstr ""
8164
8165 #: builtin/clone.c:279
8166 msgid ""
8167 "No directory name could be guessed.\n"
8168 "Please specify a directory on the command line"
8169 msgstr ""
8170
8171 #: builtin/clone.c:332
8172 #, c-format
8173 msgid "info: Could not add alternate for '%s': %s\n"
8174 msgstr ""
8175
8176 #: builtin/clone.c:404
8177 #, c-format
8178 msgid "failed to open '%s'"
8179 msgstr ""
8180
8181 #: builtin/clone.c:412
8182 #, c-format
8183 msgid "%s exists and is not a directory"
8184 msgstr ""
8185
8186 #: builtin/clone.c:426
8187 #, c-format
8188 msgid "failed to stat %s\n"
8189 msgstr ""
8190
8191 #: builtin/clone.c:448
8192 #, c-format
8193 msgid "failed to create link '%s'"
8194 msgstr ""
8195
8196 #: builtin/clone.c:452
8197 #, c-format
8198 msgid "failed to copy file to '%s'"
8199 msgstr ""
8200
8201 #: builtin/clone.c:478
8202 #, c-format
8203 msgid "done.\n"
8204 msgstr ""
8205
8206 #: builtin/clone.c:492
8207 msgid ""
8208 "Clone succeeded, but checkout failed.\n"
8209 "You can inspect what was checked out with 'git status'\n"
8210 "and retry the checkout with 'git checkout -f HEAD'\n"
8211 msgstr ""
8212
8213 #: builtin/clone.c:569
8214 #, c-format
8215 msgid "Could not find remote branch %s to clone."
8216 msgstr ""
8217
8218 #: builtin/clone.c:680
8219 #, c-format
8220 msgid "unable to update %s"
8221 msgstr ""
8222
8223 #: builtin/clone.c:730
8224 msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
8225 msgstr ""
8226
8227 #: builtin/clone.c:760
8228 msgid "unable to checkout working tree"
8229 msgstr ""
8230
8231 #: builtin/clone.c:805
8232 msgid "unable to write parameters to config file"
8233 msgstr ""
8234
8235 #: builtin/clone.c:868
8236 msgid "cannot repack to clean up"
8237 msgstr ""
8238
8239 #: builtin/clone.c:870
8240 msgid "cannot unlink temporary alternates file"
8241 msgstr ""
8242
8243 #: builtin/clone.c:910 builtin/receive-pack.c:1935
8244 msgid "Too many arguments."
8245 msgstr ""
8246
8247 #: builtin/clone.c:914
8248 msgid "You must specify a repository to clone."
8249 msgstr ""
8250
8251 #: builtin/clone.c:927
8252 #, c-format
8253 msgid "--bare and --origin %s options are incompatible."
8254 msgstr ""
8255
8256 #: builtin/clone.c:930
8257 msgid "--bare and --separate-git-dir are incompatible."
8258 msgstr ""
8259
8260 #: builtin/clone.c:943
8261 #, c-format
8262 msgid "repository '%s' does not exist"
8263 msgstr ""
8264
8265 #: builtin/clone.c:949 builtin/fetch.c:1512
8266 #, c-format
8267 msgid "depth %s is not a positive number"
8268 msgstr ""
8269
8270 #: builtin/clone.c:959
8271 #, c-format
8272 msgid "destination path '%s' already exists and is not an empty directory."
8273 msgstr ""
8274
8275 #: builtin/clone.c:969
8276 #, c-format
8277 msgid "working tree '%s' already exists."
8278 msgstr ""
8279
8280 #: builtin/clone.c:984 builtin/clone.c:1005 builtin/difftool.c:271
8281 #: builtin/worktree.c:247 builtin/worktree.c:277
8282 #, c-format
8283 msgid "could not create leading directories of '%s'"
8284 msgstr ""
8285
8286 #: builtin/clone.c:989
8287 #, c-format
8288 msgid "could not create work tree dir '%s'"
8289 msgstr ""
8290
8291 #: builtin/clone.c:1009
8292 #, c-format
8293 msgid "Cloning into bare repository '%s'...\n"
8294 msgstr ""
8295
8296 #: builtin/clone.c:1011
8297 #, c-format
8298 msgid "Cloning into '%s'...\n"
8299 msgstr ""
8300
8301 #: builtin/clone.c:1035
8302 msgid ""
8303 "clone --recursive is not compatible with both --reference and --reference-if-"
8304 "able"
8305 msgstr ""
8306
8307 #: builtin/clone.c:1096
8308 msgid "--depth is ignored in local clones; use file:// instead."
8309 msgstr ""
8310
8311 #: builtin/clone.c:1098
8312 msgid "--shallow-since is ignored in local clones; use file:// instead."
8313 msgstr ""
8314
8315 #: builtin/clone.c:1100
8316 msgid "--shallow-exclude is ignored in local clones; use file:// instead."
8317 msgstr ""
8318
8319 #: builtin/clone.c:1102
8320 msgid "--filter is ignored in local clones; use file:// instead."
8321 msgstr ""
8322
8323 #: builtin/clone.c:1105
8324 msgid "source repository is shallow, ignoring --local"
8325 msgstr ""
8326
8327 #: builtin/clone.c:1110
8328 msgid "--local is ignored"
8329 msgstr ""
8330
8331 #: builtin/clone.c:1180 builtin/clone.c:1188
8332 #, c-format
8333 msgid "Remote branch %s not found in upstream %s"
8334 msgstr ""
8335
8336 #: builtin/clone.c:1191
8337 msgid "You appear to have cloned an empty repository."
8338 msgstr ""
8339
8340 #: builtin/column.c:10
8341 msgid "git column [<options>]"
8342 msgstr ""
8343
8344 #: builtin/column.c:27
8345 msgid "lookup config vars"
8346 msgstr ""
8347
8348 #: builtin/column.c:28 builtin/column.c:29
8349 msgid "layout to use"
8350 msgstr ""
8351
8352 #: builtin/column.c:30
8353 msgid "Maximum width"
8354 msgstr ""
8355
8356 #: builtin/column.c:31
8357 msgid "Padding space on left border"
8358 msgstr ""
8359
8360 #: builtin/column.c:32
8361 msgid "Padding space on right border"
8362 msgstr ""
8363
8364 #: builtin/column.c:33
8365 msgid "Padding space between columns"
8366 msgstr ""
8367
8368 #: builtin/column.c:51
8369 msgid "--command must be the first argument"
8370 msgstr ""
8371
8372 #: builtin/commit.c:38
8373 msgid "git commit [<options>] [--] <pathspec>..."
8374 msgstr ""
8375
8376 #: builtin/commit.c:43
8377 msgid "git status [<options>] [--] <pathspec>..."
8378 msgstr ""
8379
8380 #: builtin/commit.c:48
8381 msgid ""
8382 "You asked to amend the most recent commit, but doing so would make\n"
8383 "it empty. You can repeat your command with --allow-empty, or you can\n"
8384 "remove the commit entirely with \"git reset HEAD^\".\n"
8385 msgstr ""
8386
8387 #: builtin/commit.c:53
8388 msgid ""
8389 "The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
8390 "If you wish to commit it anyway, use:\n"
8391 "\n"
8392 " git commit --allow-empty\n"
8393 "\n"
8394 msgstr ""
8395
8396 #: builtin/commit.c:60
8397 msgid "Otherwise, please use 'git reset'\n"
8398 msgstr ""
8399
8400 #: builtin/commit.c:63
8401 msgid ""
8402 "If you wish to skip this commit, use:\n"
8403 "\n"
8404 " git reset\n"
8405 "\n"
8406 "Then \"git cherry-pick --continue\" will resume cherry-picking\n"
8407 "the remaining commits.\n"
8408 msgstr ""
8409
8410 #: builtin/commit.c:306
8411 msgid "failed to unpack HEAD tree object"
8412 msgstr ""
8413
8414 #: builtin/commit.c:347
8415 msgid "unable to create temporary index"
8416 msgstr ""
8417
8418 #: builtin/commit.c:353
8419 msgid "interactive add failed"
8420 msgstr ""
8421
8422 #: builtin/commit.c:366
8423 msgid "unable to update temporary index"
8424 msgstr ""
8425
8426 #: builtin/commit.c:368
8427 msgid "Failed to update main cache tree"
8428 msgstr ""
8429
8430 #: builtin/commit.c:393 builtin/commit.c:416 builtin/commit.c:462
8431 msgid "unable to write new_index file"
8432 msgstr ""
8433
8434 #: builtin/commit.c:445
8435 msgid "cannot do a partial commit during a merge."
8436 msgstr ""
8437
8438 #: builtin/commit.c:447
8439 msgid "cannot do a partial commit during a cherry-pick."
8440 msgstr ""
8441
8442 #: builtin/commit.c:455
8443 msgid "cannot read the index"
8444 msgstr ""
8445
8446 #: builtin/commit.c:474
8447 msgid "unable to write temporary index file"
8448 msgstr ""
8449
8450 #: builtin/commit.c:571
8451 #, c-format
8452 msgid "commit '%s' lacks author header"
8453 msgstr ""
8454
8455 #: builtin/commit.c:573
8456 #, c-format
8457 msgid "commit '%s' has malformed author line"
8458 msgstr ""
8459
8460 #: builtin/commit.c:592
8461 msgid "malformed --author parameter"
8462 msgstr ""
8463
8464 #: builtin/commit.c:644
8465 msgid ""
8466 "unable to select a comment character that is not used\n"
8467 "in the current commit message"
8468 msgstr ""
8469
8470 #: builtin/commit.c:681 builtin/commit.c:714 builtin/commit.c:1042
8471 #, c-format
8472 msgid "could not lookup commit %s"
8473 msgstr ""
8474
8475 #: builtin/commit.c:693 builtin/shortlog.c:317
8476 #, c-format
8477 msgid "(reading log message from standard input)\n"
8478 msgstr ""
8479
8480 #: builtin/commit.c:695
8481 msgid "could not read log from standard input"
8482 msgstr ""
8483
8484 #: builtin/commit.c:699
8485 #, c-format
8486 msgid "could not read log file '%s'"
8487 msgstr ""
8488
8489 #: builtin/commit.c:728 builtin/commit.c:736
8490 msgid "could not read SQUASH_MSG"
8491 msgstr ""
8492
8493 #: builtin/commit.c:733
8494 msgid "could not read MERGE_MSG"
8495 msgstr ""
8496
8497 #: builtin/commit.c:787
8498 msgid "could not write commit template"
8499 msgstr ""
8500
8501 #: builtin/commit.c:805
8502 #, c-format
8503 msgid ""
8504 "\n"
8505 "It looks like you may be committing a merge.\n"
8506 "If this is not correct, please remove the file\n"
8507 "\t%s\n"
8508 "and try again.\n"
8509 msgstr ""
8510
8511 #: builtin/commit.c:810
8512 #, c-format
8513 msgid ""
8514 "\n"
8515 "It looks like you may be committing a cherry-pick.\n"
8516 "If this is not correct, please remove the file\n"
8517 "\t%s\n"
8518 "and try again.\n"
8519 msgstr ""
8520
8521 #: builtin/commit.c:823
8522 #, c-format
8523 msgid ""
8524 "Please enter the commit message for your changes. Lines starting\n"
8525 "with '%c' will be ignored, and an empty message aborts the commit.\n"
8526 msgstr ""
8527
8528 #: builtin/commit.c:831
8529 #, c-format
8530 msgid ""
8531 "Please enter the commit message for your changes. Lines starting\n"
8532 "with '%c' will be kept; you may remove them yourself if you want to.\n"
8533 "An empty message aborts the commit.\n"
8534 msgstr ""
8535
8536 #: builtin/commit.c:848
8537 #, c-format
8538 msgid "%sAuthor: %.*s <%.*s>"
8539 msgstr ""
8540
8541 #: builtin/commit.c:856
8542 #, c-format
8543 msgid "%sDate: %s"
8544 msgstr ""
8545
8546 #: builtin/commit.c:863
8547 #, c-format
8548 msgid "%sCommitter: %.*s <%.*s>"
8549 msgstr ""
8550
8551 #: builtin/commit.c:880
8552 msgid "Cannot read index"
8553 msgstr ""
8554
8555 #: builtin/commit.c:946
8556 msgid "Error building trees"
8557 msgstr ""
8558
8559 #: builtin/commit.c:960 builtin/tag.c:258
8560 #, c-format
8561 msgid "Please supply the message using either -m or -F option.\n"
8562 msgstr ""
8563
8564 #: builtin/commit.c:1004
8565 #, c-format
8566 msgid "--author '%s' is not 'Name <email>' and matches no existing author"
8567 msgstr ""
8568
8569 #: builtin/commit.c:1018
8570 #, c-format
8571 msgid "Invalid ignored mode '%s'"
8572 msgstr ""
8573
8574 #: builtin/commit.c:1032 builtin/commit.c:1269
8575 #, c-format
8576 msgid "Invalid untracked files mode '%s'"
8577 msgstr ""
8578
8579 #: builtin/commit.c:1070
8580 msgid "--long and -z are incompatible"
8581 msgstr ""
8582
8583 #: builtin/commit.c:1103
8584 msgid "Using both --reset-author and --author does not make sense"
8585 msgstr ""
8586
8587 #: builtin/commit.c:1112
8588 msgid "You have nothing to amend."
8589 msgstr ""
8590
8591 #: builtin/commit.c:1115
8592 msgid "You are in the middle of a merge -- cannot amend."
8593 msgstr ""
8594
8595 #: builtin/commit.c:1117
8596 msgid "You are in the middle of a cherry-pick -- cannot amend."
8597 msgstr ""
8598
8599 #: builtin/commit.c:1120
8600 msgid "Options --squash and --fixup cannot be used together"
8601 msgstr ""
8602
8603 #: builtin/commit.c:1130
8604 msgid "Only one of -c/-C/-F/--fixup can be used."
8605 msgstr ""
8606
8607 #: builtin/commit.c:1132
8608 msgid "Option -m cannot be combined with -c/-C/-F."
8609 msgstr ""
8610
8611 #: builtin/commit.c:1140
8612 msgid "--reset-author can be used only with -C, -c or --amend."
8613 msgstr ""
8614
8615 #: builtin/commit.c:1157
8616 msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
8617 msgstr ""
8618
8619 #: builtin/commit.c:1159
8620 msgid "No paths with --include/--only does not make sense."
8621 msgstr ""
8622
8623 #: builtin/commit.c:1173 builtin/tag.c:544
8624 #, c-format
8625 msgid "Invalid cleanup mode %s"
8626 msgstr ""
8627
8628 #: builtin/commit.c:1178
8629 msgid "Paths with -a does not make sense."
8630 msgstr ""
8631
8632 #: builtin/commit.c:1303 builtin/commit.c:1480
8633 msgid "show status concisely"
8634 msgstr ""
8635
8636 #: builtin/commit.c:1305 builtin/commit.c:1482
8637 msgid "show branch information"
8638 msgstr ""
8639
8640 #: builtin/commit.c:1307
8641 msgid "show stash information"
8642 msgstr ""
8643
8644 #: builtin/commit.c:1309 builtin/commit.c:1484
8645 msgid "compute full ahead/behind values"
8646 msgstr ""
8647
8648 #: builtin/commit.c:1311
8649 msgid "version"
8650 msgstr ""
8651
8652 #: builtin/commit.c:1311 builtin/commit.c:1486 builtin/push.c:558
8653 #: builtin/worktree.c:591
8654 msgid "machine-readable output"
8655 msgstr ""
8656
8657 #: builtin/commit.c:1314 builtin/commit.c:1488
8658 msgid "show status in long format (default)"
8659 msgstr ""
8660
8661 #: builtin/commit.c:1317 builtin/commit.c:1491
8662 msgid "terminate entries with NUL"
8663 msgstr ""
8664
8665 #: builtin/commit.c:1319 builtin/commit.c:1323 builtin/commit.c:1494
8666 #: builtin/fast-export.c:1007 builtin/fast-export.c:1010 builtin/tag.c:398
8667 msgid "mode"
8668 msgstr ""
8669
8670 #: builtin/commit.c:1320 builtin/commit.c:1494
8671 msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
8672 msgstr ""
8673
8674 #: builtin/commit.c:1324
8675 msgid ""
8676 "show ignored files, optional modes: traditional, matching, no. (Default: "
8677 "traditional)"
8678 msgstr ""
8679
8680 #: builtin/commit.c:1326 parse-options.h:167
8681 msgid "when"
8682 msgstr ""
8683
8684 #: builtin/commit.c:1327
8685 msgid ""
8686 "ignore changes to submodules, optional when: all, dirty, untracked. "
8687 "(Default: all)"
8688 msgstr ""
8689
8690 #: builtin/commit.c:1329
8691 msgid "list untracked files in columns"
8692 msgstr ""
8693
8694 #: builtin/commit.c:1330
8695 msgid "do not detect renames"
8696 msgstr ""
8697
8698 #: builtin/commit.c:1332
8699 msgid "detect renames, optionally set similarity index"
8700 msgstr ""
8701
8702 #: builtin/commit.c:1352
8703 msgid "Unsupported combination of ignored and untracked-files arguments"
8704 msgstr ""
8705
8706 #: builtin/commit.c:1450
8707 msgid "suppress summary after successful commit"
8708 msgstr ""
8709
8710 #: builtin/commit.c:1451
8711 msgid "show diff in commit message template"
8712 msgstr ""
8713
8714 #: builtin/commit.c:1453
8715 msgid "Commit message options"
8716 msgstr ""
8717
8718 #: builtin/commit.c:1454 builtin/merge.c:261 builtin/tag.c:395
8719 msgid "read message from file"
8720 msgstr ""
8721
8722 #: builtin/commit.c:1455
8723 msgid "author"
8724 msgstr ""
8725
8726 #: builtin/commit.c:1455
8727 msgid "override author for commit"
8728 msgstr ""
8729
8730 #: builtin/commit.c:1456 builtin/gc.c:504
8731 msgid "date"
8732 msgstr ""
8733
8734 #: builtin/commit.c:1456
8735 msgid "override date for commit"
8736 msgstr ""
8737
8738 #: builtin/commit.c:1457 builtin/merge.c:257 builtin/notes.c:404
8739 #: builtin/notes.c:567 builtin/tag.c:393
8740 msgid "message"
8741 msgstr ""
8742
8743 #: builtin/commit.c:1457
8744 msgid "commit message"
8745 msgstr ""
8746
8747 #: builtin/commit.c:1458 builtin/commit.c:1459 builtin/commit.c:1460
8748 #: builtin/commit.c:1461 parse-options.h:270 ref-filter.h:92
8749 msgid "commit"
8750 msgstr ""
8751
8752 #: builtin/commit.c:1458
8753 msgid "reuse and edit message from specified commit"
8754 msgstr ""
8755
8756 #: builtin/commit.c:1459
8757 msgid "reuse message from specified commit"
8758 msgstr ""
8759
8760 #: builtin/commit.c:1460
8761 msgid "use autosquash formatted message to fixup specified commit"
8762 msgstr ""
8763
8764 #: builtin/commit.c:1461
8765 msgid "use autosquash formatted message to squash specified commit"
8766 msgstr ""
8767
8768 #: builtin/commit.c:1462
8769 msgid "the commit is authored by me now (used with -C/-c/--amend)"
8770 msgstr ""
8771
8772 #: builtin/commit.c:1463 builtin/log.c:1457 builtin/merge.c:274
8773 #: builtin/pull.c:154 builtin/revert.c:106
8774 msgid "add Signed-off-by:"
8775 msgstr ""
8776
8777 #: builtin/commit.c:1464
8778 msgid "use specified template file"
8779 msgstr ""
8780
8781 #: builtin/commit.c:1465
8782 msgid "force edit of commit"
8783 msgstr ""
8784
8785 #: builtin/commit.c:1466
8786 msgid "default"
8787 msgstr ""
8788
8789 #: builtin/commit.c:1466 builtin/tag.c:399
8790 msgid "how to strip spaces and #comments from message"
8791 msgstr ""
8792
8793 #: builtin/commit.c:1467
8794 msgid "include status in commit message template"
8795 msgstr ""
8796
8797 #: builtin/commit.c:1469 builtin/merge.c:272 builtin/pull.c:184
8798 #: builtin/revert.c:114
8799 msgid "GPG sign commit"
8800 msgstr ""
8801
8802 #: builtin/commit.c:1472
8803 msgid "Commit contents options"
8804 msgstr ""
8805
8806 #: builtin/commit.c:1473
8807 msgid "commit all changed files"
8808 msgstr ""
8809
8810 #: builtin/commit.c:1474
8811 msgid "add specified files to index for commit"
8812 msgstr ""
8813
8814 #: builtin/commit.c:1475
8815 msgid "interactively add files"
8816 msgstr ""
8817
8818 #: builtin/commit.c:1476
8819 msgid "interactively add changes"
8820 msgstr ""
8821
8822 #: builtin/commit.c:1477
8823 msgid "commit only specified files"
8824 msgstr ""
8825
8826 #: builtin/commit.c:1478
8827 msgid "bypass pre-commit and commit-msg hooks"
8828 msgstr ""
8829
8830 #: builtin/commit.c:1479
8831 msgid "show what would be committed"
8832 msgstr ""
8833
8834 #: builtin/commit.c:1492
8835 msgid "amend previous commit"
8836 msgstr ""
8837
8838 #: builtin/commit.c:1493
8839 msgid "bypass post-rewrite hook"
8840 msgstr ""
8841
8842 #: builtin/commit.c:1498
8843 msgid "ok to record an empty change"
8844 msgstr ""
8845
8846 #: builtin/commit.c:1500
8847 msgid "ok to record a change with an empty message"
8848 msgstr ""
8849
8850 #: builtin/commit.c:1573
8851 #, c-format
8852 msgid "Corrupt MERGE_HEAD file (%s)"
8853 msgstr ""
8854
8855 #: builtin/commit.c:1580
8856 msgid "could not read MERGE_MODE"
8857 msgstr ""
8858
8859 #: builtin/commit.c:1599
8860 #, c-format
8861 msgid "could not read commit message: %s"
8862 msgstr ""
8863
8864 #: builtin/commit.c:1610
8865 #, c-format
8866 msgid "Aborting commit due to empty commit message.\n"
8867 msgstr ""
8868
8869 #: builtin/commit.c:1615
8870 #, c-format
8871 msgid "Aborting commit; you did not edit the message.\n"
8872 msgstr ""
8873
8874 #: builtin/commit.c:1650
8875 msgid ""
8876 "repository has been updated, but unable to write\n"
8877 "new_index file. Check that disk is not full and quota is\n"
8878 "not exceeded, and then \"git reset HEAD\" to recover."
8879 msgstr ""
8880
8881 #: builtin/commit-graph.c:10
8882 msgid "git commit-graph [--object-dir <objdir>]"
8883 msgstr ""
8884
8885 #: builtin/commit-graph.c:11 builtin/commit-graph.c:23
8886 msgid "git commit-graph read [--object-dir <objdir>]"
8887 msgstr ""
8888
8889 #: builtin/commit-graph.c:12 builtin/commit-graph.c:18
8890 msgid "git commit-graph verify [--object-dir <objdir>]"
8891 msgstr ""
8892
8893 #: builtin/commit-graph.c:13 builtin/commit-graph.c:28
8894 msgid ""
8895 "git commit-graph write [--object-dir <objdir>] [--append] [--reachable|--"
8896 "stdin-packs|--stdin-commits]"
8897 msgstr ""
8898
8899 #: builtin/commit-graph.c:48 builtin/commit-graph.c:77
8900 #: builtin/commit-graph.c:131 builtin/commit-graph.c:184 builtin/fetch.c:150
8901 #: builtin/log.c:1477
8902 msgid "dir"
8903 msgstr ""
8904
8905 #: builtin/commit-graph.c:49 builtin/commit-graph.c:78
8906 #: builtin/commit-graph.c:132 builtin/commit-graph.c:185
8907 msgid "The object directory to store the graph"
8908 msgstr ""
8909
8910 #: builtin/commit-graph.c:134
8911 msgid "start walk at all refs"
8912 msgstr ""
8913
8914 #: builtin/commit-graph.c:136
8915 msgid "scan pack-indexes listed by stdin for commits"
8916 msgstr ""
8917
8918 #: builtin/commit-graph.c:138
8919 msgid "start walk at commits listed by stdin"
8920 msgstr ""
8921
8922 #: builtin/commit-graph.c:140
8923 msgid "include all commits already in the commit-graph file"
8924 msgstr ""
8925
8926 #: builtin/commit-graph.c:149
8927 msgid "use at most one of --reachable, --stdin-commits, or --stdin-packs"
8928 msgstr ""
8929
8930 #: builtin/config.c:10
8931 msgid "git config [<options>]"
8932 msgstr ""
8933
8934 #: builtin/config.c:101
8935 #, c-format
8936 msgid "unrecognized --type argument, %s"
8937 msgstr ""
8938
8939 #: builtin/config.c:113
8940 msgid "only one type at a time"
8941 msgstr ""
8942
8943 #: builtin/config.c:122
8944 msgid "Config file location"
8945 msgstr ""
8946
8947 #: builtin/config.c:123
8948 msgid "use global config file"
8949 msgstr ""
8950
8951 #: builtin/config.c:124
8952 msgid "use system config file"
8953 msgstr ""
8954
8955 #: builtin/config.c:125
8956 msgid "use repository config file"
8957 msgstr ""
8958
8959 #: builtin/config.c:126
8960 msgid "use given config file"
8961 msgstr ""
8962
8963 #: builtin/config.c:127
8964 msgid "blob-id"
8965 msgstr ""
8966
8967 #: builtin/config.c:127
8968 msgid "read config from given blob object"
8969 msgstr ""
8970
8971 #: builtin/config.c:128
8972 msgid "Action"
8973 msgstr ""
8974
8975 #: builtin/config.c:129
8976 msgid "get value: name [value-regex]"
8977 msgstr ""
8978
8979 #: builtin/config.c:130
8980 msgid "get all values: key [value-regex]"
8981 msgstr ""
8982
8983 #: builtin/config.c:131
8984 msgid "get values for regexp: name-regex [value-regex]"
8985 msgstr ""
8986
8987 #: builtin/config.c:132
8988 msgid "get value specific for the URL: section[.var] URL"
8989 msgstr ""
8990
8991 #: builtin/config.c:133
8992 msgid "replace all matching variables: name value [value_regex]"
8993 msgstr ""
8994
8995 #: builtin/config.c:134
8996 msgid "add a new variable: name value"
8997 msgstr ""
8998
8999 #: builtin/config.c:135
9000 msgid "remove a variable: name [value-regex]"
9001 msgstr ""
9002
9003 #: builtin/config.c:136
9004 msgid "remove all matches: name [value-regex]"
9005 msgstr ""
9006
9007 #: builtin/config.c:137
9008 msgid "rename section: old-name new-name"
9009 msgstr ""
9010
9011 #: builtin/config.c:138
9012 msgid "remove a section: name"
9013 msgstr ""
9014
9015 #: builtin/config.c:139
9016 msgid "list all"
9017 msgstr ""
9018
9019 #: builtin/config.c:140
9020 msgid "open an editor"
9021 msgstr ""
9022
9023 #: builtin/config.c:141
9024 msgid "find the color configured: slot [default]"
9025 msgstr ""
9026
9027 #: builtin/config.c:142
9028 msgid "find the color setting: slot [stdout-is-tty]"
9029 msgstr ""
9030
9031 #: builtin/config.c:143
9032 msgid "Type"
9033 msgstr ""
9034
9035 #: builtin/config.c:144
9036 msgid "value is given this type"
9037 msgstr ""
9038
9039 #: builtin/config.c:145
9040 msgid "value is \"true\" or \"false\""
9041 msgstr ""
9042
9043 #: builtin/config.c:146
9044 msgid "value is decimal number"
9045 msgstr ""
9046
9047 #: builtin/config.c:147
9048 msgid "value is --bool or --int"
9049 msgstr ""
9050
9051 #: builtin/config.c:148
9052 msgid "value is a path (file or directory name)"
9053 msgstr ""
9054
9055 #: builtin/config.c:149
9056 msgid "value is an expiry date"
9057 msgstr ""
9058
9059 #: builtin/config.c:150
9060 msgid "Other"
9061 msgstr ""
9062
9063 #: builtin/config.c:151
9064 msgid "terminate values with NUL byte"
9065 msgstr ""
9066
9067 #: builtin/config.c:152
9068 msgid "show variable names only"
9069 msgstr ""
9070
9071 #: builtin/config.c:153
9072 msgid "respect include directives on lookup"
9073 msgstr ""
9074
9075 #: builtin/config.c:154
9076 msgid "show origin of config (file, standard input, blob, command line)"
9077 msgstr ""
9078
9079 #: builtin/config.c:155
9080 msgid "value"
9081 msgstr ""
9082
9083 #: builtin/config.c:155
9084 msgid "with --get, use default value when missing entry"
9085 msgstr ""
9086
9087 #: builtin/config.c:168
9088 #, c-format
9089 msgid "wrong number of arguments, should be %d"
9090 msgstr ""
9091
9092 #: builtin/config.c:170
9093 #, c-format
9094 msgid "wrong number of arguments, should be from %d to %d"
9095 msgstr ""
9096
9097 #: builtin/config.c:304
9098 #, c-format
9099 msgid "invalid key pattern: %s"
9100 msgstr ""
9101
9102 #: builtin/config.c:340
9103 #, c-format
9104 msgid "failed to format default config value: %s"
9105 msgstr ""
9106
9107 #: builtin/config.c:397
9108 #, c-format
9109 msgid "cannot parse color '%s'"
9110 msgstr ""
9111
9112 #: builtin/config.c:439
9113 msgid "unable to parse default color value"
9114 msgstr ""
9115
9116 #: builtin/config.c:492 builtin/config.c:724
9117 msgid "not in a git directory"
9118 msgstr ""
9119
9120 #: builtin/config.c:495
9121 msgid "writing to stdin is not supported"
9122 msgstr ""
9123
9124 #: builtin/config.c:498
9125 msgid "writing config blobs is not supported"
9126 msgstr ""
9127
9128 #: builtin/config.c:583
9129 #, c-format
9130 msgid ""
9131 "# This is Git's per-user configuration file.\n"
9132 "[user]\n"
9133 "# Please adapt and uncomment the following lines:\n"
9134 "#\tname = %s\n"
9135 "#\temail = %s\n"
9136 msgstr ""
9137
9138 #: builtin/config.c:606
9139 msgid "only one config file at a time"
9140 msgstr ""
9141
9142 #: builtin/config.c:611
9143 msgid "--local can only be used inside a git repository"
9144 msgstr ""
9145
9146 #: builtin/config.c:614
9147 msgid "--blob can only be used inside a git repository"
9148 msgstr ""
9149
9150 #: builtin/config.c:633
9151 msgid "$HOME not set"
9152 msgstr ""
9153
9154 #: builtin/config.c:670
9155 msgid "--get-color and variable type are incoherent"
9156 msgstr ""
9157
9158 #: builtin/config.c:675
9159 msgid "only one action at a time"
9160 msgstr ""
9161
9162 #: builtin/config.c:688
9163 msgid "--name-only is only applicable to --list or --get-regexp"
9164 msgstr ""
9165
9166 #: builtin/config.c:694
9167 msgid ""
9168 "--show-origin is only applicable to --get, --get-all, --get-regexp, and --"
9169 "list"
9170 msgstr ""
9171
9172 #: builtin/config.c:700
9173 msgid "--default is only applicable to --get"
9174 msgstr ""
9175
9176 #: builtin/config.c:713
9177 #, c-format
9178 msgid "unable to read config file '%s'"
9179 msgstr ""
9180
9181 #: builtin/config.c:716
9182 msgid "error processing config file(s)"
9183 msgstr ""
9184
9185 #: builtin/config.c:726
9186 msgid "editing stdin is not supported"
9187 msgstr ""
9188
9189 #: builtin/config.c:728
9190 msgid "editing blobs is not supported"
9191 msgstr ""
9192
9193 #: builtin/config.c:742
9194 #, c-format
9195 msgid "cannot create configuration file %s"
9196 msgstr ""
9197
9198 #: builtin/config.c:755
9199 #, c-format
9200 msgid ""
9201 "cannot overwrite multiple values with a single value\n"
9202 " Use a regexp, --add or --replace-all to change %s."
9203 msgstr ""
9204
9205 #: builtin/config.c:829 builtin/config.c:840
9206 #, c-format
9207 msgid "no such section: %s"
9208 msgstr ""
9209
9210 #: builtin/count-objects.c:90
9211 msgid "git count-objects [-v] [-H | --human-readable]"
9212 msgstr ""
9213
9214 #: builtin/count-objects.c:100
9215 msgid "print sizes in human readable format"
9216 msgstr ""
9217
9218 #: builtin/describe.c:26
9219 msgid "git describe [<options>] [<commit-ish>...]"
9220 msgstr ""
9221
9222 #: builtin/describe.c:27
9223 msgid "git describe [<options>] --dirty"
9224 msgstr ""
9225
9226 #: builtin/describe.c:62
9227 msgid "head"
9228 msgstr ""
9229
9230 #: builtin/describe.c:62
9231 msgid "lightweight"
9232 msgstr ""
9233
9234 #: builtin/describe.c:62
9235 msgid "annotated"
9236 msgstr ""
9237
9238 #: builtin/describe.c:272
9239 #, c-format
9240 msgid "annotated tag %s not available"
9241 msgstr ""
9242
9243 #: builtin/describe.c:276
9244 #, c-format
9245 msgid "annotated tag %s has no embedded name"
9246 msgstr ""
9247
9248 #: builtin/describe.c:278
9249 #, c-format
9250 msgid "tag '%s' is really '%s' here"
9251 msgstr ""
9252
9253 #: builtin/describe.c:322
9254 #, c-format
9255 msgid "no tag exactly matches '%s'"
9256 msgstr ""
9257
9258 #: builtin/describe.c:324
9259 #, c-format
9260 msgid "No exact match on refs or tags, searching to describe\n"
9261 msgstr ""
9262
9263 #: builtin/describe.c:378
9264 #, c-format
9265 msgid "finished search at %s\n"
9266 msgstr ""
9267
9268 #: builtin/describe.c:404
9269 #, c-format
9270 msgid ""
9271 "No annotated tags can describe '%s'.\n"
9272 "However, there were unannotated tags: try --tags."
9273 msgstr ""
9274
9275 #: builtin/describe.c:408
9276 #, c-format
9277 msgid ""
9278 "No tags can describe '%s'.\n"
9279 "Try --always, or create some tags."
9280 msgstr ""
9281
9282 #: builtin/describe.c:438
9283 #, c-format
9284 msgid "traversed %lu commits\n"
9285 msgstr ""
9286
9287 #: builtin/describe.c:441
9288 #, c-format
9289 msgid ""
9290 "more than %i tags found; listed %i most recent\n"
9291 "gave up search at %s\n"
9292 msgstr ""
9293
9294 #: builtin/describe.c:509
9295 #, c-format
9296 msgid "describe %s\n"
9297 msgstr ""
9298
9299 #: builtin/describe.c:512 builtin/log.c:508
9300 #, c-format
9301 msgid "Not a valid object name %s"
9302 msgstr ""
9303
9304 #: builtin/describe.c:520
9305 #, c-format
9306 msgid "%s is neither a commit nor blob"
9307 msgstr ""
9308
9309 #: builtin/describe.c:534
9310 msgid "find the tag that comes after the commit"
9311 msgstr ""
9312
9313 #: builtin/describe.c:535
9314 msgid "debug search strategy on stderr"
9315 msgstr ""
9316
9317 #: builtin/describe.c:536
9318 msgid "use any ref"
9319 msgstr ""
9320
9321 #: builtin/describe.c:537
9322 msgid "use any tag, even unannotated"
9323 msgstr ""
9324
9325 #: builtin/describe.c:538
9326 msgid "always use long format"
9327 msgstr ""
9328
9329 #: builtin/describe.c:539
9330 msgid "only follow first parent"
9331 msgstr ""
9332
9333 #: builtin/describe.c:542
9334 msgid "only output exact matches"
9335 msgstr ""
9336
9337 #: builtin/describe.c:544
9338 msgid "consider <n> most recent tags (default: 10)"
9339 msgstr ""
9340
9341 #: builtin/describe.c:546
9342 msgid "only consider tags matching <pattern>"
9343 msgstr ""
9344
9345 #: builtin/describe.c:548
9346 msgid "do not consider tags matching <pattern>"
9347 msgstr ""
9348
9349 #: builtin/describe.c:550 builtin/name-rev.c:424
9350 msgid "show abbreviated commit object as fallback"
9351 msgstr ""
9352
9353 #: builtin/describe.c:551 builtin/describe.c:554
9354 msgid "mark"
9355 msgstr ""
9356
9357 #: builtin/describe.c:552
9358 msgid "append <mark> on dirty working tree (default: \"-dirty\")"
9359 msgstr ""
9360
9361 #: builtin/describe.c:555
9362 msgid "append <mark> on broken working tree (default: \"-broken\")"
9363 msgstr ""
9364
9365 #: builtin/describe.c:573
9366 msgid "--long is incompatible with --abbrev=0"
9367 msgstr ""
9368
9369 #: builtin/describe.c:602
9370 msgid "No names found, cannot describe anything."
9371 msgstr ""
9372
9373 #: builtin/describe.c:652
9374 msgid "--dirty is incompatible with commit-ishes"
9375 msgstr ""
9376
9377 #: builtin/describe.c:654
9378 msgid "--broken is incompatible with commit-ishes"
9379 msgstr ""
9380
9381 #: builtin/diff.c:83
9382 #, c-format
9383 msgid "'%s': not a regular file or symlink"
9384 msgstr ""
9385
9386 #: builtin/diff.c:234
9387 #, c-format
9388 msgid "invalid option: %s"
9389 msgstr ""
9390
9391 #: builtin/diff.c:363
9392 msgid "Not a git repository"
9393 msgstr ""
9394
9395 #: builtin/diff.c:407
9396 #, c-format
9397 msgid "invalid object '%s' given."
9398 msgstr ""
9399
9400 #: builtin/diff.c:416
9401 #, c-format
9402 msgid "more than two blobs given: '%s'"
9403 msgstr ""
9404
9405 #: builtin/diff.c:421
9406 #, c-format
9407 msgid "unhandled object '%s' given."
9408 msgstr ""
9409
9410 #: builtin/difftool.c:30
9411 msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
9412 msgstr ""
9413
9414 #: builtin/difftool.c:260
9415 #, c-format
9416 msgid "failed: %d"
9417 msgstr ""
9418
9419 #: builtin/difftool.c:302
9420 #, c-format
9421 msgid "could not read symlink %s"
9422 msgstr ""
9423
9424 #: builtin/difftool.c:304
9425 #, c-format
9426 msgid "could not read symlink file %s"
9427 msgstr ""
9428
9429 #: builtin/difftool.c:312
9430 #, c-format
9431 msgid "could not read object %s for symlink %s"
9432 msgstr ""
9433
9434 #: builtin/difftool.c:413
9435 msgid ""
9436 "combined diff formats('-c' and '--cc') are not supported in\n"
9437 "directory diff mode('-d' and '--dir-diff')."
9438 msgstr ""
9439
9440 #: builtin/difftool.c:633
9441 #, c-format
9442 msgid "both files modified: '%s' and '%s'."
9443 msgstr ""
9444
9445 #: builtin/difftool.c:635
9446 msgid "working tree file has been left."
9447 msgstr ""
9448
9449 #: builtin/difftool.c:646
9450 #, c-format
9451 msgid "temporary files exist in '%s'."
9452 msgstr ""
9453
9454 #: builtin/difftool.c:647
9455 msgid "you may want to cleanup or recover these."
9456 msgstr ""
9457
9458 #: builtin/difftool.c:696
9459 msgid "use `diff.guitool` instead of `diff.tool`"
9460 msgstr ""
9461
9462 #: builtin/difftool.c:698
9463 msgid "perform a full-directory diff"
9464 msgstr ""
9465
9466 #: builtin/difftool.c:700
9467 msgid "do not prompt before launching a diff tool"
9468 msgstr ""
9469
9470 #: builtin/difftool.c:705
9471 msgid "use symlinks in dir-diff mode"
9472 msgstr ""
9473
9474 #: builtin/difftool.c:706
9475 msgid "tool"
9476 msgstr ""
9477
9478 #: builtin/difftool.c:707
9479 msgid "use the specified diff tool"
9480 msgstr ""
9481
9482 #: builtin/difftool.c:709
9483 msgid "print a list of diff tools that may be used with `--tool`"
9484 msgstr ""
9485
9486 #: builtin/difftool.c:712
9487 msgid ""
9488 "make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
9489 "code"
9490 msgstr ""
9491
9492 #: builtin/difftool.c:715
9493 msgid "specify a custom command for viewing diffs"
9494 msgstr ""
9495
9496 #: builtin/difftool.c:739
9497 msgid "no <tool> given for --tool=<tool>"
9498 msgstr ""
9499
9500 #: builtin/difftool.c:746
9501 msgid "no <cmd> given for --extcmd=<cmd>"
9502 msgstr ""
9503
9504 #: builtin/fast-export.c:29
9505 msgid "git fast-export [rev-list-opts]"
9506 msgstr ""
9507
9508 #: builtin/fast-export.c:1006
9509 msgid "show progress after <n> objects"
9510 msgstr ""
9511
9512 #: builtin/fast-export.c:1008
9513 msgid "select handling of signed tags"
9514 msgstr ""
9515
9516 #: builtin/fast-export.c:1011
9517 msgid "select handling of tags that tag filtered objects"
9518 msgstr ""
9519
9520 #: builtin/fast-export.c:1014
9521 msgid "Dump marks to this file"
9522 msgstr ""
9523
9524 #: builtin/fast-export.c:1016
9525 msgid "Import marks from this file"
9526 msgstr ""
9527
9528 #: builtin/fast-export.c:1018
9529 msgid "Fake a tagger when tags lack one"
9530 msgstr ""
9531
9532 #: builtin/fast-export.c:1020
9533 msgid "Output full tree for each commit"
9534 msgstr ""
9535
9536 #: builtin/fast-export.c:1022
9537 msgid "Use the done feature to terminate the stream"
9538 msgstr ""
9539
9540 #: builtin/fast-export.c:1023
9541 msgid "Skip output of blob data"
9542 msgstr ""
9543
9544 #: builtin/fast-export.c:1024
9545 msgid "refspec"
9546 msgstr ""
9547
9548 #: builtin/fast-export.c:1025
9549 msgid "Apply refspec to exported refs"
9550 msgstr ""
9551
9552 #: builtin/fast-export.c:1026
9553 msgid "anonymize output"
9554 msgstr ""
9555
9556 #: builtin/fetch.c:27
9557 msgid "git fetch [<options>] [<repository> [<refspec>...]]"
9558 msgstr ""
9559
9560 #: builtin/fetch.c:28
9561 msgid "git fetch [<options>] <group>"
9562 msgstr ""
9563
9564 #: builtin/fetch.c:29
9565 msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
9566 msgstr ""
9567
9568 #: builtin/fetch.c:30
9569 msgid "git fetch --all [<options>]"
9570 msgstr ""
9571
9572 #: builtin/fetch.c:112 builtin/pull.c:193
9573 msgid "fetch from all remotes"
9574 msgstr ""
9575
9576 #: builtin/fetch.c:114 builtin/pull.c:196
9577 msgid "append to .git/FETCH_HEAD instead of overwriting"
9578 msgstr ""
9579
9580 #: builtin/fetch.c:116 builtin/pull.c:199
9581 msgid "path to upload pack on remote end"
9582 msgstr ""
9583
9584 #: builtin/fetch.c:117 builtin/pull.c:201
9585 msgid "force overwrite of local branch"
9586 msgstr ""
9587
9588 #: builtin/fetch.c:119
9589 msgid "fetch from multiple remotes"
9590 msgstr ""
9591
9592 #: builtin/fetch.c:121 builtin/pull.c:203
9593 msgid "fetch all tags and associated objects"
9594 msgstr ""
9595
9596 #: builtin/fetch.c:123
9597 msgid "do not fetch all tags (--no-tags)"
9598 msgstr ""
9599
9600 #: builtin/fetch.c:125
9601 msgid "number of submodules fetched in parallel"
9602 msgstr ""
9603
9604 #: builtin/fetch.c:127 builtin/pull.c:206
9605 msgid "prune remote-tracking branches no longer on remote"
9606 msgstr ""
9607
9608 #: builtin/fetch.c:129
9609 msgid "prune local tags no longer on remote and clobber changed tags"
9610 msgstr ""
9611
9612 #: builtin/fetch.c:130 builtin/fetch.c:153 builtin/pull.c:131
9613 msgid "on-demand"
9614 msgstr ""
9615
9616 #: builtin/fetch.c:131
9617 msgid "control recursive fetching of submodules"
9618 msgstr ""
9619
9620 #: builtin/fetch.c:135 builtin/pull.c:214
9621 msgid "keep downloaded pack"
9622 msgstr ""
9623
9624 #: builtin/fetch.c:137
9625 msgid "allow updating of HEAD ref"
9626 msgstr ""
9627
9628 #: builtin/fetch.c:140 builtin/fetch.c:146 builtin/pull.c:217
9629 msgid "deepen history of shallow clone"
9630 msgstr ""
9631
9632 #: builtin/fetch.c:142
9633 msgid "deepen history of shallow repository based on time"
9634 msgstr ""
9635
9636 #: builtin/fetch.c:148 builtin/pull.c:220
9637 msgid "convert to a complete repository"
9638 msgstr ""
9639
9640 #: builtin/fetch.c:151
9641 msgid "prepend this to submodule path output"
9642 msgstr ""
9643
9644 #: builtin/fetch.c:154
9645 msgid ""
9646 "default for recursive fetching of submodules (lower priority than config "
9647 "files)"
9648 msgstr ""
9649
9650 #: builtin/fetch.c:158 builtin/pull.c:223
9651 msgid "accept refs that update .git/shallow"
9652 msgstr ""
9653
9654 #: builtin/fetch.c:159 builtin/pull.c:225
9655 msgid "refmap"
9656 msgstr ""
9657
9658 #: builtin/fetch.c:160 builtin/pull.c:226
9659 msgid "specify fetch refmap"
9660 msgstr ""
9661
9662 #: builtin/fetch.c:161 builtin/ls-remote.c:77 builtin/push.c:582
9663 #: builtin/send-pack.c:172
9664 msgid "server-specific"
9665 msgstr ""
9666
9667 #: builtin/fetch.c:161 builtin/ls-remote.c:77 builtin/push.c:582
9668 #: builtin/send-pack.c:173
9669 msgid "option to transmit"
9670 msgstr ""
9671
9672 #: builtin/fetch.c:167
9673 msgid "report that we have only objects reachable from this object"
9674 msgstr ""
9675
9676 #: builtin/fetch.c:418
9677 msgid "Couldn't find remote ref HEAD"
9678 msgstr ""
9679
9680 #: builtin/fetch.c:552
9681 #, c-format
9682 msgid "configuration fetch.output contains invalid value %s"
9683 msgstr ""
9684
9685 #: builtin/fetch.c:645
9686 #, c-format
9687 msgid "object %s not found"
9688 msgstr ""
9689
9690 #: builtin/fetch.c:649
9691 msgid "[up to date]"
9692 msgstr ""
9693
9694 #: builtin/fetch.c:662 builtin/fetch.c:744
9695 msgid "[rejected]"
9696 msgstr ""
9697
9698 #: builtin/fetch.c:663
9699 msgid "can't fetch in current branch"
9700 msgstr ""
9701
9702 #: builtin/fetch.c:672
9703 msgid "[tag update]"
9704 msgstr ""
9705
9706 #: builtin/fetch.c:673 builtin/fetch.c:708 builtin/fetch.c:724
9707 #: builtin/fetch.c:739
9708 msgid "unable to update local ref"
9709 msgstr ""
9710
9711 #: builtin/fetch.c:694
9712 msgid "[new tag]"
9713 msgstr ""
9714
9715 #: builtin/fetch.c:697
9716 msgid "[new branch]"
9717 msgstr ""
9718
9719 #: builtin/fetch.c:700
9720 msgid "[new ref]"
9721 msgstr ""
9722
9723 #: builtin/fetch.c:739
9724 msgid "forced update"
9725 msgstr ""
9726
9727 #: builtin/fetch.c:744
9728 msgid "non-fast-forward"
9729 msgstr ""
9730
9731 #: builtin/fetch.c:790
9732 #, c-format
9733 msgid "%s did not send all necessary objects\n"
9734 msgstr ""
9735
9736 #: builtin/fetch.c:811
9737 #, c-format
9738 msgid "reject %s because shallow roots are not allowed to be updated"
9739 msgstr ""
9740
9741 #: builtin/fetch.c:900 builtin/fetch.c:1011
9742 #, c-format
9743 msgid "From %.*s\n"
9744 msgstr ""
9745
9746 #: builtin/fetch.c:911
9747 #, c-format
9748 msgid ""
9749 "some local refs could not be updated; try running\n"
9750 " 'git remote prune %s' to remove any old, conflicting branches"
9751 msgstr ""
9752
9753 #: builtin/fetch.c:981
9754 #, c-format
9755 msgid " (%s will become dangling)"
9756 msgstr ""
9757
9758 #: builtin/fetch.c:982
9759 #, c-format
9760 msgid " (%s has become dangling)"
9761 msgstr ""
9762
9763 #: builtin/fetch.c:1014
9764 msgid "[deleted]"
9765 msgstr ""
9766
9767 #: builtin/fetch.c:1015 builtin/remote.c:1035
9768 msgid "(none)"
9769 msgstr ""
9770
9771 #: builtin/fetch.c:1038
9772 #, c-format
9773 msgid "Refusing to fetch into current branch %s of non-bare repository"
9774 msgstr ""
9775
9776 #: builtin/fetch.c:1057
9777 #, c-format
9778 msgid "Option \"%s\" value \"%s\" is not valid for %s"
9779 msgstr ""
9780
9781 #: builtin/fetch.c:1060
9782 #, c-format
9783 msgid "Option \"%s\" is ignored for %s\n"
9784 msgstr ""
9785
9786 #: builtin/fetch.c:1339
9787 #, c-format
9788 msgid "Fetching %s\n"
9789 msgstr ""
9790
9791 #: builtin/fetch.c:1341 builtin/remote.c:99
9792 #, c-format
9793 msgid "Could not fetch %s"
9794 msgstr ""
9795
9796 #: builtin/fetch.c:1387 builtin/fetch.c:1555
9797 msgid ""
9798 "--filter can only be used with the remote configured in core.partialClone"
9799 msgstr ""
9800
9801 #: builtin/fetch.c:1410
9802 msgid ""
9803 "No remote repository specified. Please, specify either a URL or a\n"
9804 "remote name from which new revisions should be fetched."
9805 msgstr ""
9806
9807 #: builtin/fetch.c:1447
9808 msgid "You need to specify a tag name."
9809 msgstr ""
9810
9811 #: builtin/fetch.c:1496
9812 msgid "Negative depth in --deepen is not supported"
9813 msgstr ""
9814
9815 #: builtin/fetch.c:1498
9816 msgid "--deepen and --depth are mutually exclusive"
9817 msgstr ""
9818
9819 #: builtin/fetch.c:1503
9820 msgid "--depth and --unshallow cannot be used together"
9821 msgstr ""
9822
9823 #: builtin/fetch.c:1505
9824 msgid "--unshallow on a complete repository does not make sense"
9825 msgstr ""
9826
9827 #: builtin/fetch.c:1521
9828 msgid "fetch --all does not take a repository argument"
9829 msgstr ""
9830
9831 #: builtin/fetch.c:1523
9832 msgid "fetch --all does not make sense with refspecs"
9833 msgstr ""
9834
9835 #: builtin/fetch.c:1532
9836 #, c-format
9837 msgid "No such remote or remote group: %s"
9838 msgstr ""
9839
9840 #: builtin/fetch.c:1539
9841 msgid "Fetching a group and specifying refspecs does not make sense"
9842 msgstr ""
9843
9844 #: builtin/fmt-merge-msg.c:17
9845 msgid ""
9846 "git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
9847 msgstr ""
9848
9849 #: builtin/fmt-merge-msg.c:671
9850 msgid "populate log with at most <n> entries from shortlog"
9851 msgstr ""
9852
9853 #: builtin/fmt-merge-msg.c:674
9854 msgid "alias for --log (deprecated)"
9855 msgstr ""
9856
9857 #: builtin/fmt-merge-msg.c:677
9858 msgid "text"
9859 msgstr ""
9860
9861 #: builtin/fmt-merge-msg.c:678
9862 msgid "use <text> as start of message"
9863 msgstr ""
9864
9865 #: builtin/fmt-merge-msg.c:679
9866 msgid "file to read from"
9867 msgstr ""
9868
9869 #: builtin/for-each-ref.c:10
9870 msgid "git for-each-ref [<options>] [<pattern>]"
9871 msgstr ""
9872
9873 #: builtin/for-each-ref.c:11
9874 msgid "git for-each-ref [--points-at <object>]"
9875 msgstr ""
9876
9877 #: builtin/for-each-ref.c:12
9878 msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
9879 msgstr ""
9880
9881 #: builtin/for-each-ref.c:13
9882 msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
9883 msgstr ""
9884
9885 #: builtin/for-each-ref.c:28
9886 msgid "quote placeholders suitably for shells"
9887 msgstr ""
9888
9889 #: builtin/for-each-ref.c:30
9890 msgid "quote placeholders suitably for perl"
9891 msgstr ""
9892
9893 #: builtin/for-each-ref.c:32
9894 msgid "quote placeholders suitably for python"
9895 msgstr ""
9896
9897 #: builtin/for-each-ref.c:34
9898 msgid "quote placeholders suitably for Tcl"
9899 msgstr ""
9900
9901 #: builtin/for-each-ref.c:37
9902 msgid "show only <n> matched refs"
9903 msgstr ""
9904
9905 #: builtin/for-each-ref.c:39 builtin/tag.c:422
9906 msgid "respect format colors"
9907 msgstr ""
9908
9909 #: builtin/for-each-ref.c:43
9910 msgid "print only refs which points at the given object"
9911 msgstr ""
9912
9913 #: builtin/for-each-ref.c:45
9914 msgid "print only refs that are merged"
9915 msgstr ""
9916
9917 #: builtin/for-each-ref.c:46
9918 msgid "print only refs that are not merged"
9919 msgstr ""
9920
9921 #: builtin/for-each-ref.c:47
9922 msgid "print only refs which contain the commit"
9923 msgstr ""
9924
9925 #: builtin/for-each-ref.c:48
9926 msgid "print only refs which don't contain the commit"
9927 msgstr ""
9928
9929 #: builtin/fsck.c:574
9930 msgid "Checking object directories"
9931 msgstr ""
9932
9933 #: builtin/fsck.c:666
9934 msgid "git fsck [<options>] [<object>...]"
9935 msgstr ""
9936
9937 #: builtin/fsck.c:672
9938 msgid "show unreachable objects"
9939 msgstr ""
9940
9941 #: builtin/fsck.c:673
9942 msgid "show dangling objects"
9943 msgstr ""
9944
9945 #: builtin/fsck.c:674
9946 msgid "report tags"
9947 msgstr ""
9948
9949 #: builtin/fsck.c:675
9950 msgid "report root nodes"
9951 msgstr ""
9952
9953 #: builtin/fsck.c:676
9954 msgid "make index objects head nodes"
9955 msgstr ""
9956
9957 #: builtin/fsck.c:677
9958 msgid "make reflogs head nodes (default)"
9959 msgstr ""
9960
9961 #: builtin/fsck.c:678
9962 msgid "also consider packs and alternate objects"
9963 msgstr ""
9964
9965 #: builtin/fsck.c:679
9966 msgid "check only connectivity"
9967 msgstr ""
9968
9969 #: builtin/fsck.c:680
9970 msgid "enable more strict checking"
9971 msgstr ""
9972
9973 #: builtin/fsck.c:682
9974 msgid "write dangling objects in .git/lost-found"
9975 msgstr ""
9976
9977 #: builtin/fsck.c:683 builtin/prune.c:110
9978 msgid "show progress"
9979 msgstr ""
9980
9981 #: builtin/fsck.c:684
9982 msgid "show verbose names for reachable objects"
9983 msgstr ""
9984
9985 #: builtin/fsck.c:750
9986 msgid "Checking objects"
9987 msgstr ""
9988
9989 #: builtin/gc.c:34
9990 msgid "git gc [<options>]"
9991 msgstr ""
9992
9993 #: builtin/gc.c:90
9994 #, c-format
9995 msgid "Failed to fstat %s: %s"
9996 msgstr ""
9997
9998 #: builtin/gc.c:455
9999 #, c-format
10000 msgid "Can't stat %s"
10001 msgstr ""
10002
10003 #: builtin/gc.c:464
10004 #, c-format
10005 msgid ""
10006 "The last gc run reported the following. Please correct the root cause\n"
10007 "and remove %s.\n"
10008 "Automatic cleanup will not be performed until the file is removed.\n"
10009 "\n"
10010 "%s"
10011 msgstr ""
10012
10013 #: builtin/gc.c:505
10014 msgid "prune unreferenced objects"
10015 msgstr ""
10016
10017 #: builtin/gc.c:507
10018 msgid "be more thorough (increased runtime)"
10019 msgstr ""
10020
10021 #: builtin/gc.c:508
10022 msgid "enable auto-gc mode"
10023 msgstr ""
10024
10025 #: builtin/gc.c:511
10026 msgid "force running gc even if there may be another gc running"
10027 msgstr ""
10028
10029 #: builtin/gc.c:514
10030 msgid "repack all other packs except the largest pack"
10031 msgstr ""
10032
10033 #: builtin/gc.c:531
10034 #, c-format
10035 msgid "failed to parse gc.logexpiry value %s"
10036 msgstr ""
10037
10038 #: builtin/gc.c:542
10039 #, c-format
10040 msgid "failed to parse prune expiry value %s"
10041 msgstr ""
10042
10043 #: builtin/gc.c:562
10044 #, c-format
10045 msgid "Auto packing the repository in background for optimum performance.\n"
10046 msgstr ""
10047
10048 #: builtin/gc.c:564
10049 #, c-format
10050 msgid "Auto packing the repository for optimum performance.\n"
10051 msgstr ""
10052
10053 #: builtin/gc.c:565
10054 #, c-format
10055 msgid "See \"git help gc\" for manual housekeeping.\n"
10056 msgstr ""
10057
10058 #: builtin/gc.c:601
10059 #, c-format
10060 msgid ""
10061 "gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
10062 msgstr ""
10063
10064 #: builtin/gc.c:652
10065 msgid ""
10066 "There are too many unreachable loose objects; run 'git prune' to remove them."
10067 msgstr ""
10068
10069 #: builtin/grep.c:28
10070 msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
10071 msgstr ""
10072
10073 #: builtin/grep.c:226
10074 #, c-format
10075 msgid "grep: failed to create thread: %s"
10076 msgstr ""
10077
10078 #: builtin/grep.c:284
10079 #, c-format
10080 msgid "invalid number of threads specified (%d) for %s"
10081 msgstr ""
10082
10083 #. TRANSLATORS: %s is the configuration
10084 #. variable for tweaking threads, currently
10085 #. grep.threads
10086 #.
10087 #: builtin/grep.c:293 builtin/index-pack.c:1536 builtin/index-pack.c:1728
10088 #: builtin/pack-objects.c:2636
10089 #, c-format
10090 msgid "no threads support, ignoring %s"
10091 msgstr ""
10092
10093 #: builtin/grep.c:461 builtin/grep.c:582 builtin/grep.c:623
10094 #, c-format
10095 msgid "unable to read tree (%s)"
10096 msgstr ""
10097
10098 #: builtin/grep.c:638
10099 #, c-format
10100 msgid "unable to grep from object of type %s"
10101 msgstr ""
10102
10103 #: builtin/grep.c:704
10104 #, c-format
10105 msgid "switch `%c' expects a numerical value"
10106 msgstr ""
10107
10108 #: builtin/grep.c:791
10109 msgid "search in index instead of in the work tree"
10110 msgstr ""
10111
10112 #: builtin/grep.c:793
10113 msgid "find in contents not managed by git"
10114 msgstr ""
10115
10116 #: builtin/grep.c:795
10117 msgid "search in both tracked and untracked files"
10118 msgstr ""
10119
10120 #: builtin/grep.c:797
10121 msgid "ignore files specified via '.gitignore'"
10122 msgstr ""
10123
10124 #: builtin/grep.c:799
10125 msgid "recursively search in each submodule"
10126 msgstr ""
10127
10128 #: builtin/grep.c:802
10129 msgid "show non-matching lines"
10130 msgstr ""
10131
10132 #: builtin/grep.c:804
10133 msgid "case insensitive matching"
10134 msgstr ""
10135
10136 #: builtin/grep.c:806
10137 msgid "match patterns only at word boundaries"
10138 msgstr ""
10139
10140 #: builtin/grep.c:808
10141 msgid "process binary files as text"
10142 msgstr ""
10143
10144 #: builtin/grep.c:810
10145 msgid "don't match patterns in binary files"
10146 msgstr ""
10147
10148 #: builtin/grep.c:813
10149 msgid "process binary files with textconv filters"
10150 msgstr ""
10151
10152 #: builtin/grep.c:815
10153 msgid "descend at most <depth> levels"
10154 msgstr ""
10155
10156 #: builtin/grep.c:819
10157 msgid "use extended POSIX regular expressions"
10158 msgstr ""
10159
10160 #: builtin/grep.c:822
10161 msgid "use basic POSIX regular expressions (default)"
10162 msgstr ""
10163
10164 #: builtin/grep.c:825
10165 msgid "interpret patterns as fixed strings"
10166 msgstr ""
10167
10168 #: builtin/grep.c:828
10169 msgid "use Perl-compatible regular expressions"
10170 msgstr ""
10171
10172 #: builtin/grep.c:831
10173 msgid "show line numbers"
10174 msgstr ""
10175
10176 #: builtin/grep.c:832
10177 msgid "show column number of first match"
10178 msgstr ""
10179
10180 #: builtin/grep.c:833
10181 msgid "don't show filenames"
10182 msgstr ""
10183
10184 #: builtin/grep.c:834
10185 msgid "show filenames"
10186 msgstr ""
10187
10188 #: builtin/grep.c:836
10189 msgid "show filenames relative to top directory"
10190 msgstr ""
10191
10192 #: builtin/grep.c:838
10193 msgid "show only filenames instead of matching lines"
10194 msgstr ""
10195
10196 #: builtin/grep.c:840
10197 msgid "synonym for --files-with-matches"
10198 msgstr ""
10199
10200 #: builtin/grep.c:843
10201 msgid "show only the names of files without match"
10202 msgstr ""
10203
10204 #: builtin/grep.c:845
10205 msgid "print NUL after filenames"
10206 msgstr ""
10207
10208 #: builtin/grep.c:848
10209 msgid "show only matching parts of a line"
10210 msgstr ""
10211
10212 #: builtin/grep.c:850
10213 msgid "show the number of matches instead of matching lines"
10214 msgstr ""
10215
10216 #: builtin/grep.c:851
10217 msgid "highlight matches"
10218 msgstr ""
10219
10220 #: builtin/grep.c:853
10221 msgid "print empty line between matches from different files"
10222 msgstr ""
10223
10224 #: builtin/grep.c:855
10225 msgid "show filename only once above matches from same file"
10226 msgstr ""
10227
10228 #: builtin/grep.c:858
10229 msgid "show <n> context lines before and after matches"
10230 msgstr ""
10231
10232 #: builtin/grep.c:861
10233 msgid "show <n> context lines before matches"
10234 msgstr ""
10235
10236 #: builtin/grep.c:863
10237 msgid "show <n> context lines after matches"
10238 msgstr ""
10239
10240 #: builtin/grep.c:865
10241 msgid "use <n> worker threads"
10242 msgstr ""
10243
10244 #: builtin/grep.c:866
10245 msgid "shortcut for -C NUM"
10246 msgstr ""
10247
10248 #: builtin/grep.c:869
10249 msgid "show a line with the function name before matches"
10250 msgstr ""
10251
10252 #: builtin/grep.c:871
10253 msgid "show the surrounding function"
10254 msgstr ""
10255
10256 #: builtin/grep.c:874
10257 msgid "read patterns from file"
10258 msgstr ""
10259
10260 #: builtin/grep.c:876
10261 msgid "match <pattern>"
10262 msgstr ""
10263
10264 #: builtin/grep.c:878
10265 msgid "combine patterns specified with -e"
10266 msgstr ""
10267
10268 #: builtin/grep.c:890
10269 msgid "indicate hit with exit status without output"
10270 msgstr ""
10271
10272 #: builtin/grep.c:892
10273 msgid "show only matches from files that match all patterns"
10274 msgstr ""
10275
10276 #: builtin/grep.c:894
10277 msgid "show parse tree for grep expression"
10278 msgstr ""
10279
10280 #: builtin/grep.c:898
10281 msgid "pager"
10282 msgstr ""
10283
10284 #: builtin/grep.c:898
10285 msgid "show matching files in the pager"
10286 msgstr ""
10287
10288 #: builtin/grep.c:902
10289 msgid "allow calling of grep(1) (ignored by this build)"
10290 msgstr ""
10291
10292 #: builtin/grep.c:966
10293 msgid "no pattern given"
10294 msgstr ""
10295
10296 #: builtin/grep.c:1002
10297 msgid "--no-index or --untracked cannot be used with revs"
10298 msgstr ""
10299
10300 #: builtin/grep.c:1009
10301 #, c-format
10302 msgid "unable to resolve revision: %s"
10303 msgstr ""
10304
10305 #: builtin/grep.c:1044 builtin/index-pack.c:1532 builtin/pack-objects.c:2632
10306 #, c-format
10307 msgid "invalid number of threads specified (%d)"
10308 msgstr ""
10309
10310 #: builtin/grep.c:1049 builtin/pack-objects.c:3286
10311 msgid "no threads support, ignoring --threads"
10312 msgstr ""
10313
10314 #: builtin/grep.c:1073
10315 msgid "--open-files-in-pager only works on the worktree"
10316 msgstr ""
10317
10318 #: builtin/grep.c:1096
10319 msgid "option not supported with --recurse-submodules"
10320 msgstr ""
10321
10322 #: builtin/grep.c:1102
10323 msgid "--cached or --untracked cannot be used with --no-index"
10324 msgstr ""
10325
10326 #: builtin/grep.c:1108
10327 msgid "--[no-]exclude-standard cannot be used for tracked contents"
10328 msgstr ""
10329
10330 #: builtin/grep.c:1116
10331 msgid "both --cached and trees are given"
10332 msgstr ""
10333
10334 #: builtin/hash-object.c:84
10335 msgid ""
10336 "git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
10337 "[--] <file>..."
10338 msgstr ""
10339
10340 #: builtin/hash-object.c:85
10341 msgid "git hash-object --stdin-paths"
10342 msgstr ""
10343
10344 #: builtin/hash-object.c:97
10345 msgid "type"
10346 msgstr ""
10347
10348 #: builtin/hash-object.c:97
10349 msgid "object type"
10350 msgstr ""
10351
10352 #: builtin/hash-object.c:98
10353 msgid "write the object into the object database"
10354 msgstr ""
10355
10356 #: builtin/hash-object.c:100
10357 msgid "read the object from stdin"
10358 msgstr ""
10359
10360 #: builtin/hash-object.c:102
10361 msgid "store file as is without filters"
10362 msgstr ""
10363
10364 #: builtin/hash-object.c:103
10365 msgid ""
10366 "just hash any random garbage to create corrupt objects for debugging Git"
10367 msgstr ""
10368
10369 #: builtin/hash-object.c:104
10370 msgid "process file as it were from this path"
10371 msgstr ""
10372
10373 #: builtin/help.c:46
10374 msgid "print all available commands"
10375 msgstr ""
10376
10377 #: builtin/help.c:47
10378 msgid "exclude guides"
10379 msgstr ""
10380
10381 #: builtin/help.c:48
10382 msgid "print list of useful guides"
10383 msgstr ""
10384
10385 #: builtin/help.c:49
10386 msgid "print all configuration variable names"
10387 msgstr ""
10388
10389 #: builtin/help.c:51
10390 msgid "show man page"
10391 msgstr ""
10392
10393 #: builtin/help.c:52
10394 msgid "show manual in web browser"
10395 msgstr ""
10396
10397 #: builtin/help.c:54
10398 msgid "show info page"
10399 msgstr ""
10400
10401 #: builtin/help.c:56
10402 msgid "print command description"
10403 msgstr ""
10404
10405 #: builtin/help.c:61
10406 msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
10407 msgstr ""
10408
10409 #: builtin/help.c:73
10410 #, c-format
10411 msgid "unrecognized help format '%s'"
10412 msgstr ""
10413
10414 #: builtin/help.c:100
10415 msgid "Failed to start emacsclient."
10416 msgstr ""
10417
10418 #: builtin/help.c:113
10419 msgid "Failed to parse emacsclient version."
10420 msgstr ""
10421
10422 #: builtin/help.c:121
10423 #, c-format
10424 msgid "emacsclient version '%d' too old (< 22)."
10425 msgstr ""
10426
10427 #: builtin/help.c:139 builtin/help.c:161 builtin/help.c:171 builtin/help.c:179
10428 #, c-format
10429 msgid "failed to exec '%s'"
10430 msgstr ""
10431
10432 #: builtin/help.c:217
10433 #, c-format
10434 msgid ""
10435 "'%s': path for unsupported man viewer.\n"
10436 "Please consider using 'man.<tool>.cmd' instead."
10437 msgstr ""
10438
10439 #: builtin/help.c:229
10440 #, c-format
10441 msgid ""
10442 "'%s': cmd for supported man viewer.\n"
10443 "Please consider using 'man.<tool>.path' instead."
10444 msgstr ""
10445
10446 #: builtin/help.c:346
10447 #, c-format
10448 msgid "'%s': unknown man viewer."
10449 msgstr ""
10450
10451 #: builtin/help.c:363
10452 msgid "no man viewer handled the request"
10453 msgstr ""
10454
10455 #: builtin/help.c:371
10456 msgid "no info viewer handled the request"
10457 msgstr ""
10458
10459 #: builtin/help.c:418
10460 #, c-format
10461 msgid "'%s' is aliased to '%s'"
10462 msgstr ""
10463
10464 #: builtin/help.c:445 builtin/help.c:475
10465 #, c-format
10466 msgid "usage: %s%s"
10467 msgstr ""
10468
10469 #: builtin/help.c:459
10470 msgid "'git help config' for more information"
10471 msgstr ""
10472
10473 #: builtin/index-pack.c:208
10474 #, c-format
10475 msgid "object type mismatch at %s"
10476 msgstr ""
10477
10478 #: builtin/index-pack.c:228
10479 #, c-format
10480 msgid "did not receive expected object %s"
10481 msgstr ""
10482
10483 #: builtin/index-pack.c:231
10484 #, c-format
10485 msgid "object %s: expected type %s, found %s"
10486 msgstr ""
10487
10488 #: builtin/index-pack.c:273
10489 #, c-format
10490 msgid "cannot fill %d byte"
10491 msgid_plural "cannot fill %d bytes"
10492 msgstr[0] ""
10493 msgstr[1] ""
10494
10495 #: builtin/index-pack.c:283
10496 msgid "early EOF"
10497 msgstr ""
10498
10499 #: builtin/index-pack.c:284
10500 msgid "read error on input"
10501 msgstr ""
10502
10503 #: builtin/index-pack.c:296
10504 msgid "used more bytes than were available"
10505 msgstr ""
10506
10507 #: builtin/index-pack.c:303 builtin/pack-objects.c:590
10508 msgid "pack too large for current definition of off_t"
10509 msgstr ""
10510
10511 #: builtin/index-pack.c:306 builtin/unpack-objects.c:94
10512 msgid "pack exceeds maximum allowed size"
10513 msgstr ""
10514
10515 #: builtin/index-pack.c:321
10516 #, c-format
10517 msgid "unable to create '%s'"
10518 msgstr ""
10519
10520 #: builtin/index-pack.c:327
10521 #, c-format
10522 msgid "cannot open packfile '%s'"
10523 msgstr ""
10524
10525 #: builtin/index-pack.c:341
10526 msgid "pack signature mismatch"
10527 msgstr ""
10528
10529 #: builtin/index-pack.c:343
10530 #, c-format
10531 msgid "pack version %<PRIu32> unsupported"
10532 msgstr ""
10533
10534 #: builtin/index-pack.c:361
10535 #, c-format
10536 msgid "pack has bad object at offset %<PRIuMAX>: %s"
10537 msgstr ""
10538
10539 #: builtin/index-pack.c:482
10540 #, c-format
10541 msgid "inflate returned %d"
10542 msgstr ""
10543
10544 #: builtin/index-pack.c:531
10545 msgid "offset value overflow for delta base object"
10546 msgstr ""
10547
10548 #: builtin/index-pack.c:539
10549 msgid "delta base offset is out of bound"
10550 msgstr ""
10551
10552 #: builtin/index-pack.c:547
10553 #, c-format
10554 msgid "unknown object type %d"
10555 msgstr ""
10556
10557 #: builtin/index-pack.c:578
10558 msgid "cannot pread pack file"
10559 msgstr ""
10560
10561 #: builtin/index-pack.c:580
10562 #, c-format
10563 msgid "premature end of pack file, %<PRIuMAX> byte missing"
10564 msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
10565 msgstr[0] ""
10566 msgstr[1] ""
10567
10568 #: builtin/index-pack.c:606
10569 msgid "serious inflate inconsistency"
10570 msgstr ""
10571
10572 #: builtin/index-pack.c:751 builtin/index-pack.c:757 builtin/index-pack.c:780
10573 #: builtin/index-pack.c:819 builtin/index-pack.c:828
10574 #, c-format
10575 msgid "SHA1 COLLISION FOUND WITH %s !"
10576 msgstr ""
10577
10578 #: builtin/index-pack.c:754 builtin/pack-objects.c:143
10579 #: builtin/pack-objects.c:203 builtin/pack-objects.c:297
10580 #, c-format
10581 msgid "unable to read %s"
10582 msgstr ""
10583
10584 #: builtin/index-pack.c:817
10585 #, c-format
10586 msgid "cannot read existing object info %s"
10587 msgstr ""
10588
10589 #: builtin/index-pack.c:825
10590 #, c-format
10591 msgid "cannot read existing object %s"
10592 msgstr ""
10593
10594 #: builtin/index-pack.c:839
10595 #, c-format
10596 msgid "invalid blob object %s"
10597 msgstr ""
10598
10599 #: builtin/index-pack.c:842 builtin/index-pack.c:861
10600 msgid "fsck error in packed object"
10601 msgstr ""
10602
10603 #: builtin/index-pack.c:858
10604 #, c-format
10605 msgid "invalid %s"
10606 msgstr ""
10607
10608 #: builtin/index-pack.c:863
10609 #, c-format
10610 msgid "Not all child objects of %s are reachable"
10611 msgstr ""
10612
10613 #: builtin/index-pack.c:935 builtin/index-pack.c:966
10614 msgid "failed to apply delta"
10615 msgstr ""
10616
10617 #: builtin/index-pack.c:1136
10618 msgid "Receiving objects"
10619 msgstr ""
10620
10621 #: builtin/index-pack.c:1136
10622 msgid "Indexing objects"
10623 msgstr ""
10624
10625 #: builtin/index-pack.c:1170
10626 msgid "pack is corrupted (SHA1 mismatch)"
10627 msgstr ""
10628
10629 #: builtin/index-pack.c:1175
10630 msgid "cannot fstat packfile"
10631 msgstr ""
10632
10633 #: builtin/index-pack.c:1178
10634 msgid "pack has junk at the end"
10635 msgstr ""
10636
10637 #: builtin/index-pack.c:1190
10638 msgid "confusion beyond insanity in parse_pack_objects()"
10639 msgstr ""
10640
10641 #: builtin/index-pack.c:1213
10642 msgid "Resolving deltas"
10643 msgstr ""
10644
10645 #: builtin/index-pack.c:1224 builtin/pack-objects.c:2407
10646 #, c-format
10647 msgid "unable to create thread: %s"
10648 msgstr ""
10649
10650 #: builtin/index-pack.c:1266
10651 msgid "confusion beyond insanity"
10652 msgstr ""
10653
10654 #: builtin/index-pack.c:1272
10655 #, c-format
10656 msgid "completed with %d local object"
10657 msgid_plural "completed with %d local objects"
10658 msgstr[0] ""
10659 msgstr[1] ""
10660
10661 #: builtin/index-pack.c:1284
10662 #, c-format
10663 msgid "Unexpected tail checksum for %s (disk corruption?)"
10664 msgstr ""
10665
10666 #: builtin/index-pack.c:1288
10667 #, c-format
10668 msgid "pack has %d unresolved delta"
10669 msgid_plural "pack has %d unresolved deltas"
10670 msgstr[0] ""
10671 msgstr[1] ""
10672
10673 #: builtin/index-pack.c:1312
10674 #, c-format
10675 msgid "unable to deflate appended object (%d)"
10676 msgstr ""
10677
10678 #: builtin/index-pack.c:1389
10679 #, c-format
10680 msgid "local object %s is corrupt"
10681 msgstr ""
10682
10683 #: builtin/index-pack.c:1403
10684 #, c-format
10685 msgid "packfile name '%s' does not end with '.pack'"
10686 msgstr ""
10687
10688 #: builtin/index-pack.c:1428
10689 #, c-format
10690 msgid "cannot write %s file '%s'"
10691 msgstr ""
10692
10693 #: builtin/index-pack.c:1436
10694 #, c-format
10695 msgid "cannot close written %s file '%s'"
10696 msgstr ""
10697
10698 #: builtin/index-pack.c:1460
10699 msgid "error while closing pack file"
10700 msgstr ""
10701
10702 #: builtin/index-pack.c:1474
10703 msgid "cannot store pack file"
10704 msgstr ""
10705
10706 #: builtin/index-pack.c:1482
10707 msgid "cannot store index file"
10708 msgstr ""
10709
10710 #: builtin/index-pack.c:1526 builtin/pack-objects.c:2645
10711 #, c-format
10712 msgid "bad pack.indexversion=%<PRIu32>"
10713 msgstr ""
10714
10715 #: builtin/index-pack.c:1595
10716 #, c-format
10717 msgid "Cannot open existing pack file '%s'"
10718 msgstr ""
10719
10720 #: builtin/index-pack.c:1597
10721 #, c-format
10722 msgid "Cannot open existing pack idx file for '%s'"
10723 msgstr ""
10724
10725 #: builtin/index-pack.c:1645
10726 #, c-format
10727 msgid "non delta: %d object"
10728 msgid_plural "non delta: %d objects"
10729 msgstr[0] ""
10730 msgstr[1] ""
10731
10732 #: builtin/index-pack.c:1652
10733 #, c-format
10734 msgid "chain length = %d: %lu object"
10735 msgid_plural "chain length = %d: %lu objects"
10736 msgstr[0] ""
10737 msgstr[1] ""
10738
10739 #: builtin/index-pack.c:1689
10740 msgid "Cannot come back to cwd"
10741 msgstr ""
10742
10743 #: builtin/index-pack.c:1740 builtin/index-pack.c:1743
10744 #: builtin/index-pack.c:1759 builtin/index-pack.c:1763
10745 #, c-format
10746 msgid "bad %s"
10747 msgstr ""
10748
10749 #: builtin/index-pack.c:1779
10750 msgid "--fix-thin cannot be used without --stdin"
10751 msgstr ""
10752
10753 #: builtin/index-pack.c:1781
10754 msgid "--stdin requires a git repository"
10755 msgstr ""
10756
10757 #: builtin/index-pack.c:1787
10758 msgid "--verify with no packfile name given"
10759 msgstr ""
10760
10761 #: builtin/index-pack.c:1837 builtin/unpack-objects.c:580
10762 msgid "fsck error in pack objects"
10763 msgstr ""
10764
10765 #: builtin/init-db.c:55
10766 #, c-format
10767 msgid "cannot stat '%s'"
10768 msgstr ""
10769
10770 #: builtin/init-db.c:61
10771 #, c-format
10772 msgid "cannot stat template '%s'"
10773 msgstr ""
10774
10775 #: builtin/init-db.c:66
10776 #, c-format
10777 msgid "cannot opendir '%s'"
10778 msgstr ""
10779
10780 #: builtin/init-db.c:78
10781 #, c-format
10782 msgid "cannot readlink '%s'"
10783 msgstr ""
10784
10785 #: builtin/init-db.c:80
10786 #, c-format
10787 msgid "cannot symlink '%s' '%s'"
10788 msgstr ""
10789
10790 #: builtin/init-db.c:86
10791 #, c-format
10792 msgid "cannot copy '%s' to '%s'"
10793 msgstr ""
10794
10795 #: builtin/init-db.c:90
10796 #, c-format
10797 msgid "ignoring template %s"
10798 msgstr ""
10799
10800 #: builtin/init-db.c:121
10801 #, c-format
10802 msgid "templates not found in %s"
10803 msgstr ""
10804
10805 #: builtin/init-db.c:136
10806 #, c-format
10807 msgid "not copying templates from '%s': %s"
10808 msgstr ""
10809
10810 #: builtin/init-db.c:329
10811 #, c-format
10812 msgid "unable to handle file type %d"
10813 msgstr ""
10814
10815 #: builtin/init-db.c:332
10816 #, c-format
10817 msgid "unable to move %s to %s"
10818 msgstr ""
10819
10820 #: builtin/init-db.c:349 builtin/init-db.c:352
10821 #, c-format
10822 msgid "%s already exists"
10823 msgstr ""
10824
10825 #: builtin/init-db.c:405
10826 #, c-format
10827 msgid "Reinitialized existing shared Git repository in %s%s\n"
10828 msgstr ""
10829
10830 #: builtin/init-db.c:406
10831 #, c-format
10832 msgid "Reinitialized existing Git repository in %s%s\n"
10833 msgstr ""
10834
10835 #: builtin/init-db.c:410
10836 #, c-format
10837 msgid "Initialized empty shared Git repository in %s%s\n"
10838 msgstr ""
10839
10840 #: builtin/init-db.c:411
10841 #, c-format
10842 msgid "Initialized empty Git repository in %s%s\n"
10843 msgstr ""
10844
10845 #: builtin/init-db.c:459
10846 msgid ""
10847 "git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
10848 "shared[=<permissions>]] [<directory>]"
10849 msgstr ""
10850
10851 #: builtin/init-db.c:482
10852 msgid "permissions"
10853 msgstr ""
10854
10855 #: builtin/init-db.c:483
10856 msgid "specify that the git repository is to be shared amongst several users"
10857 msgstr ""
10858
10859 #: builtin/init-db.c:517 builtin/init-db.c:522
10860 #, c-format
10861 msgid "cannot mkdir %s"
10862 msgstr ""
10863
10864 #: builtin/init-db.c:526
10865 #, c-format
10866 msgid "cannot chdir to %s"
10867 msgstr ""
10868
10869 #: builtin/init-db.c:547
10870 #, c-format
10871 msgid ""
10872 "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
10873 "dir=<directory>)"
10874 msgstr ""
10875
10876 #: builtin/init-db.c:575
10877 #, c-format
10878 msgid "Cannot access work tree '%s'"
10879 msgstr ""
10880
10881 #: builtin/interpret-trailers.c:15
10882 msgid ""
10883 "git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
10884 "<token>[(=|:)<value>])...] [<file>...]"
10885 msgstr ""
10886
10887 #: builtin/interpret-trailers.c:92
10888 msgid "edit files in place"
10889 msgstr ""
10890
10891 #: builtin/interpret-trailers.c:93
10892 msgid "trim empty trailers"
10893 msgstr ""
10894
10895 #: builtin/interpret-trailers.c:96
10896 msgid "where to place the new trailer"
10897 msgstr ""
10898
10899 #: builtin/interpret-trailers.c:98
10900 msgid "action if trailer already exists"
10901 msgstr ""
10902
10903 #: builtin/interpret-trailers.c:100
10904 msgid "action if trailer is missing"
10905 msgstr ""
10906
10907 #: builtin/interpret-trailers.c:102
10908 msgid "output only the trailers"
10909 msgstr ""
10910
10911 #: builtin/interpret-trailers.c:103
10912 msgid "do not apply config rules"
10913 msgstr ""
10914
10915 #: builtin/interpret-trailers.c:104
10916 msgid "join whitespace-continued values"
10917 msgstr ""
10918
10919 #: builtin/interpret-trailers.c:105
10920 msgid "set parsing options"
10921 msgstr ""
10922
10923 #: builtin/interpret-trailers.c:107
10924 msgid "trailer"
10925 msgstr ""
10926
10927 #: builtin/interpret-trailers.c:108
10928 msgid "trailer(s) to add"
10929 msgstr ""
10930
10931 #: builtin/interpret-trailers.c:117
10932 msgid "--trailer with --only-input does not make sense"
10933 msgstr ""
10934
10935 #: builtin/interpret-trailers.c:127
10936 msgid "no input file given for in-place editing"
10937 msgstr ""
10938
10939 #: builtin/log.c:51
10940 msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
10941 msgstr ""
10942
10943 #: builtin/log.c:52
10944 msgid "git show [<options>] <object>..."
10945 msgstr ""
10946
10947 #: builtin/log.c:96
10948 #, c-format
10949 msgid "invalid --decorate option: %s"
10950 msgstr ""
10951
10952 #: builtin/log.c:157
10953 msgid "suppress diff output"
10954 msgstr ""
10955
10956 #: builtin/log.c:158
10957 msgid "show source"
10958 msgstr ""
10959
10960 #: builtin/log.c:159
10961 msgid "Use mail map file"
10962 msgstr ""
10963
10964 #: builtin/log.c:161
10965 msgid "only decorate refs that match <pattern>"
10966 msgstr ""
10967
10968 #: builtin/log.c:163
10969 msgid "do not decorate refs that match <pattern>"
10970 msgstr ""
10971
10972 #: builtin/log.c:164
10973 msgid "decorate options"
10974 msgstr ""
10975
10976 #: builtin/log.c:167
10977 msgid "Process line range n,m in file, counting from 1"
10978 msgstr ""
10979
10980 #: builtin/log.c:265
10981 #, c-format
10982 msgid "Final output: %d %s\n"
10983 msgstr ""
10984
10985 #: builtin/log.c:516
10986 #, c-format
10987 msgid "git show %s: bad file"
10988 msgstr ""
10989
10990 #: builtin/log.c:531 builtin/log.c:625
10991 #, c-format
10992 msgid "Could not read object %s"
10993 msgstr ""
10994
10995 #: builtin/log.c:649
10996 #, c-format
10997 msgid "Unknown type: %d"
10998 msgstr ""
10999
11000 #: builtin/log.c:770
11001 msgid "format.headers without value"
11002 msgstr ""
11003
11004 #: builtin/log.c:871
11005 msgid "name of output directory is too long"
11006 msgstr ""
11007
11008 #: builtin/log.c:887
11009 #, c-format
11010 msgid "Cannot open patch file %s"
11011 msgstr ""
11012
11013 #: builtin/log.c:904
11014 msgid "Need exactly one range."
11015 msgstr ""
11016
11017 #: builtin/log.c:914
11018 msgid "Not a range."
11019 msgstr ""
11020
11021 #: builtin/log.c:1020
11022 msgid "Cover letter needs email format"
11023 msgstr ""
11024
11025 #: builtin/log.c:1101
11026 #, c-format
11027 msgid "insane in-reply-to: %s"
11028 msgstr ""
11029
11030 #: builtin/log.c:1128
11031 msgid "git format-patch [<options>] [<since> | <revision-range>]"
11032 msgstr ""
11033
11034 #: builtin/log.c:1178
11035 msgid "Two output directories?"
11036 msgstr ""
11037
11038 #: builtin/log.c:1285 builtin/log.c:1945 builtin/log.c:1947 builtin/log.c:1959
11039 #, c-format
11040 msgid "Unknown commit %s"
11041 msgstr ""
11042
11043 #: builtin/log.c:1295 builtin/notes.c:889 builtin/tag.c:524
11044 #, c-format
11045 msgid "Failed to resolve '%s' as a valid ref."
11046 msgstr ""
11047
11048 #: builtin/log.c:1300
11049 msgid "Could not find exact merge base."
11050 msgstr ""
11051
11052 #: builtin/log.c:1304
11053 msgid ""
11054 "Failed to get upstream, if you want to record base commit automatically,\n"
11055 "please use git branch --set-upstream-to to track a remote branch.\n"
11056 "Or you could specify base commit by --base=<base-commit-id> manually."
11057 msgstr ""
11058
11059 #: builtin/log.c:1324
11060 msgid "Failed to find exact merge base"
11061 msgstr ""
11062
11063 #: builtin/log.c:1335
11064 msgid "base commit should be the ancestor of revision list"
11065 msgstr ""
11066
11067 #: builtin/log.c:1339
11068 msgid "base commit shouldn't be in revision list"
11069 msgstr ""
11070
11071 #: builtin/log.c:1392
11072 msgid "cannot get patch id"
11073 msgstr ""
11074
11075 #: builtin/log.c:1452
11076 msgid "use [PATCH n/m] even with a single patch"
11077 msgstr ""
11078
11079 #: builtin/log.c:1455
11080 msgid "use [PATCH] even with multiple patches"
11081 msgstr ""
11082
11083 #: builtin/log.c:1459
11084 msgid "print patches to standard out"
11085 msgstr ""
11086
11087 #: builtin/log.c:1461
11088 msgid "generate a cover letter"
11089 msgstr ""
11090
11091 #: builtin/log.c:1463
11092 msgid "use simple number sequence for output file names"
11093 msgstr ""
11094
11095 #: builtin/log.c:1464
11096 msgid "sfx"
11097 msgstr ""
11098
11099 #: builtin/log.c:1465
11100 msgid "use <sfx> instead of '.patch'"
11101 msgstr ""
11102
11103 #: builtin/log.c:1467
11104 msgid "start numbering patches at <n> instead of 1"
11105 msgstr ""
11106
11107 #: builtin/log.c:1469
11108 msgid "mark the series as Nth re-roll"
11109 msgstr ""
11110
11111 #: builtin/log.c:1471
11112 msgid "Use [RFC PATCH] instead of [PATCH]"
11113 msgstr ""
11114
11115 #: builtin/log.c:1474
11116 msgid "Use [<prefix>] instead of [PATCH]"
11117 msgstr ""
11118
11119 #: builtin/log.c:1477
11120 msgid "store resulting files in <dir>"
11121 msgstr ""
11122
11123 #: builtin/log.c:1480
11124 msgid "don't strip/add [PATCH]"
11125 msgstr ""
11126
11127 #: builtin/log.c:1483
11128 msgid "don't output binary diffs"
11129 msgstr ""
11130
11131 #: builtin/log.c:1485
11132 msgid "output all-zero hash in From header"
11133 msgstr ""
11134
11135 #: builtin/log.c:1487
11136 msgid "don't include a patch matching a commit upstream"
11137 msgstr ""
11138
11139 #: builtin/log.c:1489
11140 msgid "show patch format instead of default (patch + stat)"
11141 msgstr ""
11142
11143 #: builtin/log.c:1491
11144 msgid "Messaging"
11145 msgstr ""
11146
11147 #: builtin/log.c:1492
11148 msgid "header"
11149 msgstr ""
11150
11151 #: builtin/log.c:1493
11152 msgid "add email header"
11153 msgstr ""
11154
11155 #: builtin/log.c:1494 builtin/log.c:1496
11156 msgid "email"
11157 msgstr ""
11158
11159 #: builtin/log.c:1494
11160 msgid "add To: header"
11161 msgstr ""
11162
11163 #: builtin/log.c:1496
11164 msgid "add Cc: header"
11165 msgstr ""
11166
11167 #: builtin/log.c:1498
11168 msgid "ident"
11169 msgstr ""
11170
11171 #: builtin/log.c:1499
11172 msgid "set From address to <ident> (or committer ident if absent)"
11173 msgstr ""
11174
11175 #: builtin/log.c:1501
11176 msgid "message-id"
11177 msgstr ""
11178
11179 #: builtin/log.c:1502
11180 msgid "make first mail a reply to <message-id>"
11181 msgstr ""
11182
11183 #: builtin/log.c:1503 builtin/log.c:1506
11184 msgid "boundary"
11185 msgstr ""
11186
11187 #: builtin/log.c:1504
11188 msgid "attach the patch"
11189 msgstr ""
11190
11191 #: builtin/log.c:1507
11192 msgid "inline the patch"
11193 msgstr ""
11194
11195 #: builtin/log.c:1511
11196 msgid "enable message threading, styles: shallow, deep"
11197 msgstr ""
11198
11199 #: builtin/log.c:1513
11200 msgid "signature"
11201 msgstr ""
11202
11203 #: builtin/log.c:1514
11204 msgid "add a signature"
11205 msgstr ""
11206
11207 #: builtin/log.c:1515
11208 msgid "base-commit"
11209 msgstr ""
11210
11211 #: builtin/log.c:1516
11212 msgid "add prerequisite tree info to the patch series"
11213 msgstr ""
11214
11215 #: builtin/log.c:1518
11216 msgid "add a signature from a file"
11217 msgstr ""
11218
11219 #: builtin/log.c:1519
11220 msgid "don't print the patch filenames"
11221 msgstr ""
11222
11223 #: builtin/log.c:1521
11224 msgid "show progress while generating patches"
11225 msgstr ""
11226
11227 #: builtin/log.c:1596
11228 #, c-format
11229 msgid "invalid ident line: %s"
11230 msgstr ""
11231
11232 #: builtin/log.c:1611
11233 msgid "-n and -k are mutually exclusive"
11234 msgstr ""
11235
11236 #: builtin/log.c:1613
11237 msgid "--subject-prefix/--rfc and -k are mutually exclusive"
11238 msgstr ""
11239
11240 #: builtin/log.c:1621
11241 msgid "--name-only does not make sense"
11242 msgstr ""
11243
11244 #: builtin/log.c:1623
11245 msgid "--name-status does not make sense"
11246 msgstr ""
11247
11248 #: builtin/log.c:1625
11249 msgid "--check does not make sense"
11250 msgstr ""
11251
11252 #: builtin/log.c:1657
11253 msgid "standard output, or directory, which one?"
11254 msgstr ""
11255
11256 #: builtin/log.c:1659
11257 #, c-format
11258 msgid "Could not create directory '%s'"
11259 msgstr ""
11260
11261 #: builtin/log.c:1752
11262 #, c-format
11263 msgid "unable to read signature file '%s'"
11264 msgstr ""
11265
11266 #: builtin/log.c:1785
11267 msgid "Generating patches"
11268 msgstr ""
11269
11270 #: builtin/log.c:1829
11271 msgid "Failed to create output files"
11272 msgstr ""
11273
11274 #: builtin/log.c:1880
11275 msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
11276 msgstr ""
11277
11278 #: builtin/log.c:1934
11279 #, c-format
11280 msgid ""
11281 "Could not find a tracked remote branch, please specify <upstream> manually.\n"
11282 msgstr ""
11283
11284 #: builtin/ls-files.c:469
11285 msgid "git ls-files [<options>] [<file>...]"
11286 msgstr ""
11287
11288 #: builtin/ls-files.c:518
11289 msgid "identify the file status with tags"
11290 msgstr ""
11291
11292 #: builtin/ls-files.c:520
11293 msgid "use lowercase letters for 'assume unchanged' files"
11294 msgstr ""
11295
11296 #: builtin/ls-files.c:522
11297 msgid "use lowercase letters for 'fsmonitor clean' files"
11298 msgstr ""
11299
11300 #: builtin/ls-files.c:524
11301 msgid "show cached files in the output (default)"
11302 msgstr ""
11303
11304 #: builtin/ls-files.c:526
11305 msgid "show deleted files in the output"
11306 msgstr ""
11307
11308 #: builtin/ls-files.c:528
11309 msgid "show modified files in the output"
11310 msgstr ""
11311
11312 #: builtin/ls-files.c:530
11313 msgid "show other files in the output"
11314 msgstr ""
11315
11316 #: builtin/ls-files.c:532
11317 msgid "show ignored files in the output"
11318 msgstr ""
11319
11320 #: builtin/ls-files.c:535
11321 msgid "show staged contents' object name in the output"
11322 msgstr ""
11323
11324 #: builtin/ls-files.c:537
11325 msgid "show files on the filesystem that need to be removed"
11326 msgstr ""
11327
11328 #: builtin/ls-files.c:539
11329 msgid "show 'other' directories' names only"
11330 msgstr ""
11331
11332 #: builtin/ls-files.c:541
11333 msgid "show line endings of files"
11334 msgstr ""
11335
11336 #: builtin/ls-files.c:543
11337 msgid "don't show empty directories"
11338 msgstr ""
11339
11340 #: builtin/ls-files.c:546
11341 msgid "show unmerged files in the output"
11342 msgstr ""
11343
11344 #: builtin/ls-files.c:548
11345 msgid "show resolve-undo information"
11346 msgstr ""
11347
11348 #: builtin/ls-files.c:550
11349 msgid "skip files matching pattern"
11350 msgstr ""
11351
11352 #: builtin/ls-files.c:553
11353 msgid "exclude patterns are read from <file>"
11354 msgstr ""
11355
11356 #: builtin/ls-files.c:556
11357 msgid "read additional per-directory exclude patterns in <file>"
11358 msgstr ""
11359
11360 #: builtin/ls-files.c:558
11361 msgid "add the standard git exclusions"
11362 msgstr ""
11363
11364 #: builtin/ls-files.c:561
11365 msgid "make the output relative to the project top directory"
11366 msgstr ""
11367
11368 #: builtin/ls-files.c:564
11369 msgid "recurse through submodules"
11370 msgstr ""
11371
11372 #: builtin/ls-files.c:566
11373 msgid "if any <file> is not in the index, treat this as an error"
11374 msgstr ""
11375
11376 #: builtin/ls-files.c:567
11377 msgid "tree-ish"
11378 msgstr ""
11379
11380 #: builtin/ls-files.c:568
11381 msgid "pretend that paths removed since <tree-ish> are still present"
11382 msgstr ""
11383
11384 #: builtin/ls-files.c:570
11385 msgid "show debugging data"
11386 msgstr ""
11387
11388 #: builtin/ls-remote.c:9
11389 msgid ""
11390 "git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
11391 " [-q | --quiet] [--exit-code] [--get-url]\n"
11392 " [--symref] [<repository> [<refs>...]]"
11393 msgstr ""
11394
11395 #: builtin/ls-remote.c:59
11396 msgid "do not print remote URL"
11397 msgstr ""
11398
11399 #: builtin/ls-remote.c:60 builtin/ls-remote.c:62
11400 msgid "exec"
11401 msgstr ""
11402
11403 #: builtin/ls-remote.c:61 builtin/ls-remote.c:63
11404 msgid "path of git-upload-pack on the remote host"
11405 msgstr ""
11406
11407 #: builtin/ls-remote.c:65
11408 msgid "limit to tags"
11409 msgstr ""
11410
11411 #: builtin/ls-remote.c:66
11412 msgid "limit to heads"
11413 msgstr ""
11414
11415 #: builtin/ls-remote.c:67
11416 msgid "do not show peeled tags"
11417 msgstr ""
11418
11419 #: builtin/ls-remote.c:69
11420 msgid "take url.<base>.insteadOf into account"
11421 msgstr ""
11422
11423 #: builtin/ls-remote.c:73
11424 msgid "exit with exit code 2 if no matching refs are found"
11425 msgstr ""
11426
11427 #: builtin/ls-remote.c:76
11428 msgid "show underlying ref in addition to the object pointed by it"
11429 msgstr ""
11430
11431 #: builtin/ls-tree.c:30
11432 msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
11433 msgstr ""
11434
11435 #: builtin/ls-tree.c:128
11436 msgid "only show trees"
11437 msgstr ""
11438
11439 #: builtin/ls-tree.c:130
11440 msgid "recurse into subtrees"
11441 msgstr ""
11442
11443 #: builtin/ls-tree.c:132
11444 msgid "show trees when recursing"
11445 msgstr ""
11446
11447 #: builtin/ls-tree.c:135
11448 msgid "terminate entries with NUL byte"
11449 msgstr ""
11450
11451 #: builtin/ls-tree.c:136
11452 msgid "include object size"
11453 msgstr ""
11454
11455 #: builtin/ls-tree.c:138 builtin/ls-tree.c:140
11456 msgid "list only filenames"
11457 msgstr ""
11458
11459 #: builtin/ls-tree.c:143
11460 msgid "use full path names"
11461 msgstr ""
11462
11463 #: builtin/ls-tree.c:145
11464 msgid "list entire tree; not just current directory (implies --full-name)"
11465 msgstr ""
11466
11467 #: builtin/mailsplit.c:241
11468 #, c-format
11469 msgid "empty mbox: '%s'"
11470 msgstr ""
11471
11472 #: builtin/merge.c:51
11473 msgid "git merge [<options>] [<commit>...]"
11474 msgstr ""
11475
11476 #: builtin/merge.c:52
11477 msgid "git merge --abort"
11478 msgstr ""
11479
11480 #: builtin/merge.c:53
11481 msgid "git merge --continue"
11482 msgstr ""
11483
11484 #: builtin/merge.c:110
11485 msgid "switch `m' requires a value"
11486 msgstr ""
11487
11488 #: builtin/merge.c:176
11489 #, c-format
11490 msgid "Could not find merge strategy '%s'.\n"
11491 msgstr ""
11492
11493 #: builtin/merge.c:177
11494 #, c-format
11495 msgid "Available strategies are:"
11496 msgstr ""
11497
11498 #: builtin/merge.c:182
11499 #, c-format
11500 msgid "Available custom strategies are:"
11501 msgstr ""
11502
11503 #: builtin/merge.c:232 builtin/pull.c:142
11504 msgid "do not show a diffstat at the end of the merge"
11505 msgstr ""
11506
11507 #: builtin/merge.c:235 builtin/pull.c:145
11508 msgid "show a diffstat at the end of the merge"
11509 msgstr ""
11510
11511 #: builtin/merge.c:236 builtin/pull.c:148
11512 msgid "(synonym to --stat)"
11513 msgstr ""
11514
11515 #: builtin/merge.c:238 builtin/pull.c:151
11516 msgid "add (at most <n>) entries from shortlog to merge commit message"
11517 msgstr ""
11518
11519 #: builtin/merge.c:241 builtin/pull.c:157
11520 msgid "create a single commit instead of doing a merge"
11521 msgstr ""
11522
11523 #: builtin/merge.c:243 builtin/pull.c:160
11524 msgid "perform a commit if the merge succeeds (default)"
11525 msgstr ""
11526
11527 #: builtin/merge.c:245 builtin/pull.c:163
11528 msgid "edit message before committing"
11529 msgstr ""
11530
11531 #: builtin/merge.c:246
11532 msgid "allow fast-forward (default)"
11533 msgstr ""
11534
11535 #: builtin/merge.c:248 builtin/pull.c:169
11536 msgid "abort if fast-forward is not possible"
11537 msgstr ""
11538
11539 #: builtin/merge.c:252 builtin/pull.c:172
11540 msgid "verify that the named commit has a valid GPG signature"
11541 msgstr ""
11542
11543 #: builtin/merge.c:253 builtin/notes.c:779 builtin/pull.c:176
11544 #: builtin/revert.c:110
11545 msgid "strategy"
11546 msgstr ""
11547
11548 #: builtin/merge.c:254 builtin/pull.c:177
11549 msgid "merge strategy to use"
11550 msgstr ""
11551
11552 #: builtin/merge.c:255 builtin/pull.c:180
11553 msgid "option=value"
11554 msgstr ""
11555
11556 #: builtin/merge.c:256 builtin/pull.c:181
11557 msgid "option for selected merge strategy"
11558 msgstr ""
11559
11560 #: builtin/merge.c:258
11561 msgid "merge commit message (for a non-fast-forward merge)"
11562 msgstr ""
11563
11564 #: builtin/merge.c:265
11565 msgid "abort the current in-progress merge"
11566 msgstr ""
11567
11568 #: builtin/merge.c:267
11569 msgid "continue the current in-progress merge"
11570 msgstr ""
11571
11572 #: builtin/merge.c:269 builtin/pull.c:188
11573 msgid "allow merging unrelated histories"
11574 msgstr ""
11575
11576 #: builtin/merge.c:275
11577 msgid "verify commit-msg hook"
11578 msgstr ""
11579
11580 #: builtin/merge.c:300
11581 msgid "could not run stash."
11582 msgstr ""
11583
11584 #: builtin/merge.c:305
11585 msgid "stash failed"
11586 msgstr ""
11587
11588 #: builtin/merge.c:310
11589 #, c-format
11590 msgid "not a valid object: %s"
11591 msgstr ""
11592
11593 #: builtin/merge.c:332 builtin/merge.c:349
11594 msgid "read-tree failed"
11595 msgstr ""
11596
11597 #: builtin/merge.c:379
11598 msgid " (nothing to squash)"
11599 msgstr ""
11600
11601 #: builtin/merge.c:390
11602 #, c-format
11603 msgid "Squash commit -- not updating HEAD\n"
11604 msgstr ""
11605
11606 #: builtin/merge.c:440
11607 #, c-format
11608 msgid "No merge message -- not updating HEAD\n"
11609 msgstr ""
11610
11611 #: builtin/merge.c:491
11612 #, c-format
11613 msgid "'%s' does not point to a commit"
11614 msgstr ""
11615
11616 #: builtin/merge.c:578
11617 #, c-format
11618 msgid "Bad branch.%s.mergeoptions string: %s"
11619 msgstr ""
11620
11621 #: builtin/merge.c:699
11622 msgid "Not handling anything other than two heads merge."
11623 msgstr ""
11624
11625 #: builtin/merge.c:713
11626 #, c-format
11627 msgid "Unknown option for merge-recursive: -X%s"
11628 msgstr ""
11629
11630 #: builtin/merge.c:728
11631 #, c-format
11632 msgid "unable to write %s"
11633 msgstr ""
11634
11635 #: builtin/merge.c:779
11636 #, c-format
11637 msgid "Could not read from '%s'"
11638 msgstr ""
11639
11640 #: builtin/merge.c:788
11641 #, c-format
11642 msgid "Not committing merge; use 'git commit' to complete the merge.\n"
11643 msgstr ""
11644
11645 #: builtin/merge.c:794
11646 #, c-format
11647 msgid ""
11648 "Please enter a commit message to explain why this merge is necessary,\n"
11649 "especially if it merges an updated upstream into a topic branch.\n"
11650 "\n"
11651 "Lines starting with '%c' will be ignored, and an empty message aborts\n"
11652 "the commit.\n"
11653 msgstr ""
11654
11655 #: builtin/merge.c:830
11656 msgid "Empty commit message."
11657 msgstr ""
11658
11659 #: builtin/merge.c:849
11660 #, c-format
11661 msgid "Wonderful.\n"
11662 msgstr ""
11663
11664 #: builtin/merge.c:902
11665 #, c-format
11666 msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
11667 msgstr ""
11668
11669 #: builtin/merge.c:941
11670 msgid "No current branch."
11671 msgstr ""
11672
11673 #: builtin/merge.c:943
11674 msgid "No remote for the current branch."
11675 msgstr ""
11676
11677 #: builtin/merge.c:945
11678 msgid "No default upstream defined for the current branch."
11679 msgstr ""
11680
11681 #: builtin/merge.c:950
11682 #, c-format
11683 msgid "No remote-tracking branch for %s from %s"
11684 msgstr ""
11685
11686 #: builtin/merge.c:1007
11687 #, c-format
11688 msgid "Bad value '%s' in environment '%s'"
11689 msgstr ""
11690
11691 #: builtin/merge.c:1110
11692 #, c-format
11693 msgid "not something we can merge in %s: %s"
11694 msgstr ""
11695
11696 #: builtin/merge.c:1144
11697 msgid "not something we can merge"
11698 msgstr ""
11699
11700 #: builtin/merge.c:1247
11701 msgid "--abort expects no arguments"
11702 msgstr ""
11703
11704 #: builtin/merge.c:1251
11705 msgid "There is no merge to abort (MERGE_HEAD missing)."
11706 msgstr ""
11707
11708 #: builtin/merge.c:1263
11709 msgid "--continue expects no arguments"
11710 msgstr ""
11711
11712 #: builtin/merge.c:1267
11713 msgid "There is no merge in progress (MERGE_HEAD missing)."
11714 msgstr ""
11715
11716 #: builtin/merge.c:1283
11717 msgid ""
11718 "You have not concluded your merge (MERGE_HEAD exists).\n"
11719 "Please, commit your changes before you merge."
11720 msgstr ""
11721
11722 #: builtin/merge.c:1290
11723 msgid ""
11724 "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
11725 "Please, commit your changes before you merge."
11726 msgstr ""
11727
11728 #: builtin/merge.c:1293
11729 msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
11730 msgstr ""
11731
11732 #: builtin/merge.c:1302
11733 msgid "You cannot combine --squash with --no-ff."
11734 msgstr ""
11735
11736 #: builtin/merge.c:1310
11737 msgid "No commit specified and merge.defaultToUpstream not set."
11738 msgstr ""
11739
11740 #: builtin/merge.c:1327
11741 msgid "Squash commit into empty head not supported yet"
11742 msgstr ""
11743
11744 #: builtin/merge.c:1329
11745 msgid "Non-fast-forward commit does not make sense into an empty head"
11746 msgstr ""
11747
11748 #: builtin/merge.c:1334
11749 #, c-format
11750 msgid "%s - not something we can merge"
11751 msgstr ""
11752
11753 #: builtin/merge.c:1336
11754 msgid "Can merge only exactly one commit into empty head"
11755 msgstr ""
11756
11757 #: builtin/merge.c:1370
11758 #, c-format
11759 msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
11760 msgstr ""
11761
11762 #: builtin/merge.c:1373
11763 #, c-format
11764 msgid "Commit %s has a bad GPG signature allegedly by %s."
11765 msgstr ""
11766
11767 #: builtin/merge.c:1376
11768 #, c-format
11769 msgid "Commit %s does not have a GPG signature."
11770 msgstr ""
11771
11772 #: builtin/merge.c:1379
11773 #, c-format
11774 msgid "Commit %s has a good GPG signature by %s\n"
11775 msgstr ""
11776
11777 #: builtin/merge.c:1438
11778 msgid "refusing to merge unrelated histories"
11779 msgstr ""
11780
11781 #: builtin/merge.c:1447
11782 msgid "Already up to date."
11783 msgstr ""
11784
11785 #: builtin/merge.c:1457
11786 #, c-format
11787 msgid "Updating %s..%s\n"
11788 msgstr ""
11789
11790 #: builtin/merge.c:1498
11791 #, c-format
11792 msgid "Trying really trivial in-index merge...\n"
11793 msgstr ""
11794
11795 #: builtin/merge.c:1505
11796 #, c-format
11797 msgid "Nope.\n"
11798 msgstr ""
11799
11800 #: builtin/merge.c:1530
11801 msgid "Already up to date. Yeeah!"
11802 msgstr ""
11803
11804 #: builtin/merge.c:1536
11805 msgid "Not possible to fast-forward, aborting."
11806 msgstr ""
11807
11808 #: builtin/merge.c:1559 builtin/merge.c:1638
11809 #, c-format
11810 msgid "Rewinding the tree to pristine...\n"
11811 msgstr ""
11812
11813 #: builtin/merge.c:1563
11814 #, c-format
11815 msgid "Trying merge strategy %s...\n"
11816 msgstr ""
11817
11818 #: builtin/merge.c:1629
11819 #, c-format
11820 msgid "No merge strategy handled the merge.\n"
11821 msgstr ""
11822
11823 #: builtin/merge.c:1631
11824 #, c-format
11825 msgid "Merge with strategy %s failed.\n"
11826 msgstr ""
11827
11828 #: builtin/merge.c:1640
11829 #, c-format
11830 msgid "Using the %s to prepare resolving by hand.\n"
11831 msgstr ""
11832
11833 #: builtin/merge.c:1652
11834 #, c-format
11835 msgid "Automatic merge went well; stopped before committing as requested\n"
11836 msgstr ""
11837
11838 #: builtin/merge-base.c:31
11839 msgid "git merge-base [-a | --all] <commit> <commit>..."
11840 msgstr ""
11841
11842 #: builtin/merge-base.c:32
11843 msgid "git merge-base [-a | --all] --octopus <commit>..."
11844 msgstr ""
11845
11846 #: builtin/merge-base.c:33
11847 msgid "git merge-base --independent <commit>..."
11848 msgstr ""
11849
11850 #: builtin/merge-base.c:34
11851 msgid "git merge-base --is-ancestor <commit> <commit>"
11852 msgstr ""
11853
11854 #: builtin/merge-base.c:35
11855 msgid "git merge-base --fork-point <ref> [<commit>]"
11856 msgstr ""
11857
11858 #: builtin/merge-base.c:221
11859 msgid "output all common ancestors"
11860 msgstr ""
11861
11862 #: builtin/merge-base.c:223
11863 msgid "find ancestors for a single n-way merge"
11864 msgstr ""
11865
11866 #: builtin/merge-base.c:225
11867 msgid "list revs not reachable from others"
11868 msgstr ""
11869
11870 #: builtin/merge-base.c:227
11871 msgid "is the first one ancestor of the other?"
11872 msgstr ""
11873
11874 #: builtin/merge-base.c:229
11875 msgid "find where <commit> forked from reflog of <ref>"
11876 msgstr ""
11877
11878 #: builtin/merge-file.c:9
11879 msgid ""
11880 "git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
11881 "<orig-file> <file2>"
11882 msgstr ""
11883
11884 #: builtin/merge-file.c:33
11885 msgid "send results to standard output"
11886 msgstr ""
11887
11888 #: builtin/merge-file.c:34
11889 msgid "use a diff3 based merge"
11890 msgstr ""
11891
11892 #: builtin/merge-file.c:35
11893 msgid "for conflicts, use our version"
11894 msgstr ""
11895
11896 #: builtin/merge-file.c:37
11897 msgid "for conflicts, use their version"
11898 msgstr ""
11899
11900 #: builtin/merge-file.c:39
11901 msgid "for conflicts, use a union version"
11902 msgstr ""
11903
11904 #: builtin/merge-file.c:42
11905 msgid "for conflicts, use this marker size"
11906 msgstr ""
11907
11908 #: builtin/merge-file.c:43
11909 msgid "do not warn about conflicts"
11910 msgstr ""
11911
11912 #: builtin/merge-file.c:45
11913 msgid "set labels for file1/orig-file/file2"
11914 msgstr ""
11915
11916 #: builtin/merge-recursive.c:45
11917 #, c-format
11918 msgid "unknown option %s"
11919 msgstr ""
11920
11921 #: builtin/merge-recursive.c:51
11922 #, c-format
11923 msgid "could not parse object '%s'"
11924 msgstr ""
11925
11926 #: builtin/merge-recursive.c:55
11927 #, c-format
11928 msgid "cannot handle more than %d base. Ignoring %s."
11929 msgid_plural "cannot handle more than %d bases. Ignoring %s."
11930 msgstr[0] ""
11931 msgstr[1] ""
11932
11933 #: builtin/merge-recursive.c:63
11934 msgid "not handling anything other than two heads merge."
11935 msgstr ""
11936
11937 #: builtin/merge-recursive.c:69 builtin/merge-recursive.c:71
11938 #, c-format
11939 msgid "could not resolve ref '%s'"
11940 msgstr ""
11941
11942 #: builtin/merge-recursive.c:77
11943 #, c-format
11944 msgid "Merging %s with %s\n"
11945 msgstr ""
11946
11947 #: builtin/mktree.c:66
11948 msgid "git mktree [-z] [--missing] [--batch]"
11949 msgstr ""
11950
11951 #: builtin/mktree.c:154
11952 msgid "input is NUL terminated"
11953 msgstr ""
11954
11955 #: builtin/mktree.c:155 builtin/write-tree.c:25
11956 msgid "allow missing objects"
11957 msgstr ""
11958
11959 #: builtin/mktree.c:156
11960 msgid "allow creation of more than one tree"
11961 msgstr ""
11962
11963 #: builtin/mv.c:17
11964 msgid "git mv [<options>] <source>... <destination>"
11965 msgstr ""
11966
11967 #: builtin/mv.c:82
11968 #, c-format
11969 msgid "Directory %s is in index and no submodule?"
11970 msgstr ""
11971
11972 #: builtin/mv.c:84
11973 msgid "Please stage your changes to .gitmodules or stash them to proceed"
11974 msgstr ""
11975
11976 #: builtin/mv.c:102
11977 #, c-format
11978 msgid "%.*s is in index"
11979 msgstr ""
11980
11981 #: builtin/mv.c:124
11982 msgid "force move/rename even if target exists"
11983 msgstr ""
11984
11985 #: builtin/mv.c:126
11986 msgid "skip move/rename errors"
11987 msgstr ""
11988
11989 #: builtin/mv.c:168
11990 #, c-format
11991 msgid "destination '%s' is not a directory"
11992 msgstr ""
11993
11994 #: builtin/mv.c:179
11995 #, c-format
11996 msgid "Checking rename of '%s' to '%s'\n"
11997 msgstr ""
11998
11999 #: builtin/mv.c:183
12000 msgid "bad source"
12001 msgstr ""
12002
12003 #: builtin/mv.c:186
12004 msgid "can not move directory into itself"
12005 msgstr ""
12006
12007 #: builtin/mv.c:189
12008 msgid "cannot move directory over file"
12009 msgstr ""
12010
12011 #: builtin/mv.c:198
12012 msgid "source directory is empty"
12013 msgstr ""
12014
12015 #: builtin/mv.c:223
12016 msgid "not under version control"
12017 msgstr ""
12018
12019 #: builtin/mv.c:226
12020 msgid "destination exists"
12021 msgstr ""
12022
12023 #: builtin/mv.c:234
12024 #, c-format
12025 msgid "overwriting '%s'"
12026 msgstr ""
12027
12028 #: builtin/mv.c:237
12029 msgid "Cannot overwrite"
12030 msgstr ""
12031
12032 #: builtin/mv.c:240
12033 msgid "multiple sources for the same target"
12034 msgstr ""
12035
12036 #: builtin/mv.c:242
12037 msgid "destination directory does not exist"
12038 msgstr ""
12039
12040 #: builtin/mv.c:249
12041 #, c-format
12042 msgid "%s, source=%s, destination=%s"
12043 msgstr ""
12044
12045 #: builtin/mv.c:270
12046 #, c-format
12047 msgid "Renaming %s to %s\n"
12048 msgstr ""
12049
12050 #: builtin/mv.c:276 builtin/remote.c:716 builtin/repack.c:494
12051 #, c-format
12052 msgid "renaming '%s' failed"
12053 msgstr ""
12054
12055 #: builtin/name-rev.c:355
12056 msgid "git name-rev [<options>] <commit>..."
12057 msgstr ""
12058
12059 #: builtin/name-rev.c:356
12060 msgid "git name-rev [<options>] --all"
12061 msgstr ""
12062
12063 #: builtin/name-rev.c:357
12064 msgid "git name-rev [<options>] --stdin"
12065 msgstr ""
12066
12067 #: builtin/name-rev.c:413
12068 msgid "print only names (no SHA-1)"
12069 msgstr ""
12070
12071 #: builtin/name-rev.c:414
12072 msgid "only use tags to name the commits"
12073 msgstr ""
12074
12075 #: builtin/name-rev.c:416
12076 msgid "only use refs matching <pattern>"
12077 msgstr ""
12078
12079 #: builtin/name-rev.c:418
12080 msgid "ignore refs matching <pattern>"
12081 msgstr ""
12082
12083 #: builtin/name-rev.c:420
12084 msgid "list all commits reachable from all refs"
12085 msgstr ""
12086
12087 #: builtin/name-rev.c:421
12088 msgid "read from stdin"
12089 msgstr ""
12090
12091 #: builtin/name-rev.c:422
12092 msgid "allow to print `undefined` names (default)"
12093 msgstr ""
12094
12095 #: builtin/name-rev.c:428
12096 msgid "dereference tags in the input (internal use)"
12097 msgstr ""
12098
12099 #: builtin/notes.c:28
12100 msgid "git notes [--ref <notes-ref>] [list [<object>]]"
12101 msgstr ""
12102
12103 #: builtin/notes.c:29
12104 msgid ""
12105 "git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
12106 "| (-c | -C) <object>] [<object>]"
12107 msgstr ""
12108
12109 #: builtin/notes.c:30
12110 msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
12111 msgstr ""
12112
12113 #: builtin/notes.c:31
12114 msgid ""
12115 "git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
12116 "(-c | -C) <object>] [<object>]"
12117 msgstr ""
12118
12119 #: builtin/notes.c:32
12120 msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
12121 msgstr ""
12122
12123 #: builtin/notes.c:33
12124 msgid "git notes [--ref <notes-ref>] show [<object>]"
12125 msgstr ""
12126
12127 #: builtin/notes.c:34
12128 msgid ""
12129 "git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
12130 msgstr ""
12131
12132 #: builtin/notes.c:35
12133 msgid "git notes merge --commit [-v | -q]"
12134 msgstr ""
12135
12136 #: builtin/notes.c:36
12137 msgid "git notes merge --abort [-v | -q]"
12138 msgstr ""
12139
12140 #: builtin/notes.c:37
12141 msgid "git notes [--ref <notes-ref>] remove [<object>...]"
12142 msgstr ""
12143
12144 #: builtin/notes.c:38
12145 msgid "git notes [--ref <notes-ref>] prune [-n] [-v]"
12146 msgstr ""
12147
12148 #: builtin/notes.c:39
12149 msgid "git notes [--ref <notes-ref>] get-ref"
12150 msgstr ""
12151
12152 #: builtin/notes.c:44
12153 msgid "git notes [list [<object>]]"
12154 msgstr ""
12155
12156 #: builtin/notes.c:49
12157 msgid "git notes add [<options>] [<object>]"
12158 msgstr ""
12159
12160 #: builtin/notes.c:54
12161 msgid "git notes copy [<options>] <from-object> <to-object>"
12162 msgstr ""
12163
12164 #: builtin/notes.c:55
12165 msgid "git notes copy --stdin [<from-object> <to-object>]..."
12166 msgstr ""
12167
12168 #: builtin/notes.c:60
12169 msgid "git notes append [<options>] [<object>]"
12170 msgstr ""
12171
12172 #: builtin/notes.c:65
12173 msgid "git notes edit [<object>]"
12174 msgstr ""
12175
12176 #: builtin/notes.c:70
12177 msgid "git notes show [<object>]"
12178 msgstr ""
12179
12180 #: builtin/notes.c:75
12181 msgid "git notes merge [<options>] <notes-ref>"
12182 msgstr ""
12183
12184 #: builtin/notes.c:76
12185 msgid "git notes merge --commit [<options>]"
12186 msgstr ""
12187
12188 #: builtin/notes.c:77
12189 msgid "git notes merge --abort [<options>]"
12190 msgstr ""
12191
12192 #: builtin/notes.c:82
12193 msgid "git notes remove [<object>]"
12194 msgstr ""
12195
12196 #: builtin/notes.c:87
12197 msgid "git notes prune [<options>]"
12198 msgstr ""
12199
12200 #: builtin/notes.c:92
12201 msgid "git notes get-ref"
12202 msgstr ""
12203
12204 #: builtin/notes.c:97
12205 msgid "Write/edit the notes for the following object:"
12206 msgstr ""
12207
12208 #: builtin/notes.c:150
12209 #, c-format
12210 msgid "unable to start 'show' for object '%s'"
12211 msgstr ""
12212
12213 #: builtin/notes.c:154
12214 msgid "could not read 'show' output"
12215 msgstr ""
12216
12217 #: builtin/notes.c:162
12218 #, c-format
12219 msgid "failed to finish 'show' for object '%s'"
12220 msgstr ""
12221
12222 #: builtin/notes.c:197
12223 msgid "please supply the note contents using either -m or -F option"
12224 msgstr ""
12225
12226 #: builtin/notes.c:206
12227 msgid "unable to write note object"
12228 msgstr ""
12229
12230 #: builtin/notes.c:208
12231 #, c-format
12232 msgid "the note contents have been left in %s"
12233 msgstr ""
12234
12235 #: builtin/notes.c:236 builtin/tag.c:508
12236 #, c-format
12237 msgid "cannot read '%s'"
12238 msgstr ""
12239
12240 #: builtin/notes.c:238 builtin/tag.c:511
12241 #, c-format
12242 msgid "could not open or read '%s'"
12243 msgstr ""
12244
12245 #: builtin/notes.c:257 builtin/notes.c:308 builtin/notes.c:310
12246 #: builtin/notes.c:378 builtin/notes.c:433 builtin/notes.c:519
12247 #: builtin/notes.c:524 builtin/notes.c:602 builtin/notes.c:664
12248 #, c-format
12249 msgid "failed to resolve '%s' as a valid ref."
12250 msgstr ""
12251
12252 #: builtin/notes.c:260
12253 #, c-format
12254 msgid "failed to read object '%s'."
12255 msgstr ""
12256
12257 #: builtin/notes.c:264
12258 #, c-format
12259 msgid "cannot read note data from non-blob object '%s'."
12260 msgstr ""
12261
12262 #: builtin/notes.c:304
12263 #, c-format
12264 msgid "malformed input line: '%s'."
12265 msgstr ""
12266
12267 #: builtin/notes.c:319
12268 #, c-format
12269 msgid "failed to copy notes from '%s' to '%s'"
12270 msgstr ""
12271
12272 #. TRANSLATORS: the first %s will be replaced by a git
12273 #. notes command: 'add', 'merge', 'remove', etc.
12274 #.
12275 #: builtin/notes.c:351
12276 #, c-format
12277 msgid "refusing to %s notes in %s (outside of refs/notes/)"
12278 msgstr ""
12279
12280 #: builtin/notes.c:371 builtin/notes.c:426 builtin/notes.c:502
12281 #: builtin/notes.c:514 builtin/notes.c:590 builtin/notes.c:657
12282 #: builtin/notes.c:807 builtin/notes.c:954 builtin/notes.c:975
12283 msgid "too many parameters"
12284 msgstr ""
12285
12286 #: builtin/notes.c:384 builtin/notes.c:670
12287 #, c-format
12288 msgid "no note found for object %s."
12289 msgstr ""
12290
12291 #: builtin/notes.c:405 builtin/notes.c:568
12292 msgid "note contents as a string"
12293 msgstr ""
12294
12295 #: builtin/notes.c:408 builtin/notes.c:571
12296 msgid "note contents in a file"
12297 msgstr ""
12298
12299 #: builtin/notes.c:411 builtin/notes.c:574
12300 msgid "reuse and edit specified note object"
12301 msgstr ""
12302
12303 #: builtin/notes.c:414 builtin/notes.c:577
12304 msgid "reuse specified note object"
12305 msgstr ""
12306
12307 #: builtin/notes.c:417 builtin/notes.c:580
12308 msgid "allow storing empty note"
12309 msgstr ""
12310
12311 #: builtin/notes.c:418 builtin/notes.c:489
12312 msgid "replace existing notes"
12313 msgstr ""
12314
12315 #: builtin/notes.c:443
12316 #, c-format
12317 msgid ""
12318 "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
12319 "existing notes"
12320 msgstr ""
12321
12322 #: builtin/notes.c:458 builtin/notes.c:537
12323 #, c-format
12324 msgid "Overwriting existing notes for object %s\n"
12325 msgstr ""
12326
12327 #: builtin/notes.c:469 builtin/notes.c:629 builtin/notes.c:894
12328 #, c-format
12329 msgid "Removing note for object %s\n"
12330 msgstr ""
12331
12332 #: builtin/notes.c:490
12333 msgid "read objects from stdin"
12334 msgstr ""
12335
12336 #: builtin/notes.c:492
12337 msgid "load rewriting config for <command> (implies --stdin)"
12338 msgstr ""
12339
12340 #: builtin/notes.c:510
12341 msgid "too few parameters"
12342 msgstr ""
12343
12344 #: builtin/notes.c:531
12345 #, c-format
12346 msgid ""
12347 "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
12348 "existing notes"
12349 msgstr ""
12350
12351 #: builtin/notes.c:543
12352 #, c-format
12353 msgid "missing notes on source object %s. Cannot copy."
12354 msgstr ""
12355
12356 #: builtin/notes.c:595
12357 #, c-format
12358 msgid ""
12359 "The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
12360 "Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
12361 msgstr ""
12362
12363 #: builtin/notes.c:690
12364 msgid "failed to delete ref NOTES_MERGE_PARTIAL"
12365 msgstr ""
12366
12367 #: builtin/notes.c:692
12368 msgid "failed to delete ref NOTES_MERGE_REF"
12369 msgstr ""
12370
12371 #: builtin/notes.c:694
12372 msgid "failed to remove 'git notes merge' worktree"
12373 msgstr ""
12374
12375 #: builtin/notes.c:714
12376 msgid "failed to read ref NOTES_MERGE_PARTIAL"
12377 msgstr ""
12378
12379 #: builtin/notes.c:716
12380 msgid "could not find commit from NOTES_MERGE_PARTIAL."
12381 msgstr ""
12382
12383 #: builtin/notes.c:718
12384 msgid "could not parse commit from NOTES_MERGE_PARTIAL."
12385 msgstr ""
12386
12387 #: builtin/notes.c:731
12388 msgid "failed to resolve NOTES_MERGE_REF"
12389 msgstr ""
12390
12391 #: builtin/notes.c:734
12392 msgid "failed to finalize notes merge"
12393 msgstr ""
12394
12395 #: builtin/notes.c:760
12396 #, c-format
12397 msgid "unknown notes merge strategy %s"
12398 msgstr ""
12399
12400 #: builtin/notes.c:776
12401 msgid "General options"
12402 msgstr ""
12403
12404 #: builtin/notes.c:778
12405 msgid "Merge options"
12406 msgstr ""
12407
12408 #: builtin/notes.c:780
12409 msgid ""
12410 "resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
12411 "cat_sort_uniq)"
12412 msgstr ""
12413
12414 #: builtin/notes.c:782
12415 msgid "Committing unmerged notes"
12416 msgstr ""
12417
12418 #: builtin/notes.c:784
12419 msgid "finalize notes merge by committing unmerged notes"
12420 msgstr ""
12421
12422 #: builtin/notes.c:786
12423 msgid "Aborting notes merge resolution"
12424 msgstr ""
12425
12426 #: builtin/notes.c:788
12427 msgid "abort notes merge"
12428 msgstr ""
12429
12430 #: builtin/notes.c:799
12431 msgid "cannot mix --commit, --abort or -s/--strategy"
12432 msgstr ""
12433
12434 #: builtin/notes.c:804
12435 msgid "must specify a notes ref to merge"
12436 msgstr ""
12437
12438 #: builtin/notes.c:828
12439 #, c-format
12440 msgid "unknown -s/--strategy: %s"
12441 msgstr ""
12442
12443 #: builtin/notes.c:865
12444 #, c-format
12445 msgid "a notes merge into %s is already in-progress at %s"
12446 msgstr ""
12447
12448 #: builtin/notes.c:868
12449 #, c-format
12450 msgid "failed to store link to current notes ref (%s)"
12451 msgstr ""
12452
12453 #: builtin/notes.c:870
12454 #, c-format
12455 msgid ""
12456 "Automatic notes merge failed. Fix conflicts in %s and commit the result with "
12457 "'git notes merge --commit', or abort the merge with 'git notes merge --"
12458 "abort'.\n"
12459 msgstr ""
12460
12461 #: builtin/notes.c:892
12462 #, c-format
12463 msgid "Object %s has no note\n"
12464 msgstr ""
12465
12466 #: builtin/notes.c:904
12467 msgid "attempt to remove non-existent note is not an error"
12468 msgstr ""
12469
12470 #: builtin/notes.c:907
12471 msgid "read object names from the standard input"
12472 msgstr ""
12473
12474 #: builtin/notes.c:945 builtin/prune.c:108 builtin/worktree.c:152
12475 msgid "do not remove, show only"
12476 msgstr ""
12477
12478 #: builtin/notes.c:946
12479 msgid "report pruned notes"
12480 msgstr ""
12481
12482 #: builtin/notes.c:988
12483 msgid "notes-ref"
12484 msgstr ""
12485
12486 #: builtin/notes.c:989
12487 msgid "use notes from <notes-ref>"
12488 msgstr ""
12489
12490 #: builtin/notes.c:1024
12491 #, c-format
12492 msgid "unknown subcommand: %s"
12493 msgstr ""
12494
12495 #: builtin/pack-objects.c:48
12496 msgid ""
12497 "git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
12498 msgstr ""
12499
12500 #: builtin/pack-objects.c:49
12501 msgid ""
12502 "git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
12503 msgstr ""
12504
12505 #: builtin/pack-objects.c:414
12506 #, c-format
12507 msgid "bad packed object CRC for %s"
12508 msgstr ""
12509
12510 #: builtin/pack-objects.c:425
12511 #, c-format
12512 msgid "corrupt packed object for %s"
12513 msgstr ""
12514
12515 #: builtin/pack-objects.c:556
12516 #, c-format
12517 msgid "recursive delta detected for object %s"
12518 msgstr ""
12519
12520 #: builtin/pack-objects.c:756
12521 #, c-format
12522 msgid "ordered %u objects, expected %<PRIu32>"
12523 msgstr ""
12524
12525 #: builtin/pack-objects.c:769
12526 #, c-format
12527 msgid "packfile is invalid: %s"
12528 msgstr ""
12529
12530 #: builtin/pack-objects.c:773
12531 #, c-format
12532 msgid "unable to open packfile for reuse: %s"
12533 msgstr ""
12534
12535 #: builtin/pack-objects.c:777
12536 msgid "unable to seek in reused packfile"
12537 msgstr ""
12538
12539 #: builtin/pack-objects.c:788
12540 msgid "unable to read from reused packfile"
12541 msgstr ""
12542
12543 #: builtin/pack-objects.c:816
12544 msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
12545 msgstr ""
12546
12547 #: builtin/pack-objects.c:829
12548 msgid "Writing objects"
12549 msgstr ""
12550
12551 #: builtin/pack-objects.c:891 builtin/update-index.c:88
12552 #, c-format
12553 msgid "failed to stat %s"
12554 msgstr ""
12555
12556 #: builtin/pack-objects.c:944
12557 #, c-format
12558 msgid "wrote %<PRIu32> objects while expecting %<PRIu32>"
12559 msgstr ""
12560
12561 #: builtin/pack-objects.c:1112
12562 msgid "disabling bitmap writing, as some objects are not being packed"
12563 msgstr ""
12564
12565 #: builtin/pack-objects.c:1489
12566 #, c-format
12567 msgid "delta base offset overflow in pack for %s"
12568 msgstr ""
12569
12570 #: builtin/pack-objects.c:1498
12571 #, c-format
12572 msgid "delta base offset out of bound for %s"
12573 msgstr ""
12574
12575 #: builtin/pack-objects.c:1771
12576 msgid "Counting objects"
12577 msgstr ""
12578
12579 #: builtin/pack-objects.c:1913
12580 #, c-format
12581 msgid "unable to get size of %s"
12582 msgstr ""
12583
12584 #: builtin/pack-objects.c:1928
12585 #, c-format
12586 msgid "unable to parse object header of %s"
12587 msgstr ""
12588
12589 #: builtin/pack-objects.c:1995 builtin/pack-objects.c:2011
12590 #: builtin/pack-objects.c:2021
12591 #, c-format
12592 msgid "object %s cannot be read"
12593 msgstr ""
12594
12595 #: builtin/pack-objects.c:1998 builtin/pack-objects.c:2025
12596 #, c-format
12597 msgid "object %s inconsistent object length (%lu vs %lu)"
12598 msgstr ""
12599
12600 #: builtin/pack-objects.c:2035
12601 msgid "suboptimal pack - out of memory"
12602 msgstr ""
12603
12604 #: builtin/pack-objects.c:2366
12605 #, c-format
12606 msgid "Delta compression using up to %d threads"
12607 msgstr ""
12608
12609 #: builtin/pack-objects.c:2502
12610 #, c-format
12611 msgid "unable to pack objects reachable from tag %s"
12612 msgstr ""
12613
12614 #: builtin/pack-objects.c:2586
12615 msgid "Compressing objects"
12616 msgstr ""
12617
12618 #: builtin/pack-objects.c:2592
12619 msgid "inconsistency with delta count"
12620 msgstr ""
12621
12622 #: builtin/pack-objects.c:2671
12623 #, c-format
12624 msgid ""
12625 "expected edge object ID, got garbage:\n"
12626 " %s"
12627 msgstr ""
12628
12629 #: builtin/pack-objects.c:2677
12630 #, c-format
12631 msgid ""
12632 "expected object ID, got garbage:\n"
12633 " %s"
12634 msgstr ""
12635
12636 #: builtin/pack-objects.c:2757
12637 msgid "invalid value for --missing"
12638 msgstr ""
12639
12640 #: builtin/pack-objects.c:2816 builtin/pack-objects.c:2924
12641 msgid "cannot open pack index"
12642 msgstr ""
12643
12644 #: builtin/pack-objects.c:2847
12645 #, c-format
12646 msgid "loose object at %s could not be examined"
12647 msgstr ""
12648
12649 #: builtin/pack-objects.c:2932
12650 msgid "unable to force loose object"
12651 msgstr ""
12652
12653 #: builtin/pack-objects.c:3019
12654 #, c-format
12655 msgid "not a rev '%s'"
12656 msgstr ""
12657
12658 #: builtin/pack-objects.c:3022
12659 #, c-format
12660 msgid "bad revision '%s'"
12661 msgstr ""
12662
12663 #: builtin/pack-objects.c:3042
12664 msgid "unable to add recent objects"
12665 msgstr ""
12666
12667 #: builtin/pack-objects.c:3092
12668 #, c-format
12669 msgid "unsupported index version %s"
12670 msgstr ""
12671
12672 #: builtin/pack-objects.c:3096
12673 #, c-format
12674 msgid "bad index version '%s'"
12675 msgstr ""
12676
12677 #: builtin/pack-objects.c:3127
12678 msgid "do not show progress meter"
12679 msgstr ""
12680
12681 #: builtin/pack-objects.c:3129
12682 msgid "show progress meter"
12683 msgstr ""
12684
12685 #: builtin/pack-objects.c:3131
12686 msgid "show progress meter during object writing phase"
12687 msgstr ""
12688
12689 #: builtin/pack-objects.c:3134
12690 msgid "similar to --all-progress when progress meter is shown"
12691 msgstr ""
12692
12693 #: builtin/pack-objects.c:3135
12694 msgid "<version>[,<offset>]"
12695 msgstr ""
12696
12697 #: builtin/pack-objects.c:3136
12698 msgid "write the pack index file in the specified idx format version"
12699 msgstr ""
12700
12701 #: builtin/pack-objects.c:3139
12702 msgid "maximum size of each output pack file"
12703 msgstr ""
12704
12705 #: builtin/pack-objects.c:3141
12706 msgid "ignore borrowed objects from alternate object store"
12707 msgstr ""
12708
12709 #: builtin/pack-objects.c:3143
12710 msgid "ignore packed objects"
12711 msgstr ""
12712
12713 #: builtin/pack-objects.c:3145
12714 msgid "limit pack window by objects"
12715 msgstr ""
12716
12717 #: builtin/pack-objects.c:3147
12718 msgid "limit pack window by memory in addition to object limit"
12719 msgstr ""
12720
12721 #: builtin/pack-objects.c:3149
12722 msgid "maximum length of delta chain allowed in the resulting pack"
12723 msgstr ""
12724
12725 #: builtin/pack-objects.c:3151
12726 msgid "reuse existing deltas"
12727 msgstr ""
12728
12729 #: builtin/pack-objects.c:3153
12730 msgid "reuse existing objects"
12731 msgstr ""
12732
12733 #: builtin/pack-objects.c:3155
12734 msgid "use OFS_DELTA objects"
12735 msgstr ""
12736
12737 #: builtin/pack-objects.c:3157
12738 msgid "use threads when searching for best delta matches"
12739 msgstr ""
12740
12741 #: builtin/pack-objects.c:3159
12742 msgid "do not create an empty pack output"
12743 msgstr ""
12744
12745 #: builtin/pack-objects.c:3161
12746 msgid "read revision arguments from standard input"
12747 msgstr ""
12748
12749 #: builtin/pack-objects.c:3163
12750 msgid "limit the objects to those that are not yet packed"
12751 msgstr ""
12752
12753 #: builtin/pack-objects.c:3166
12754 msgid "include objects reachable from any reference"
12755 msgstr ""
12756
12757 #: builtin/pack-objects.c:3169
12758 msgid "include objects referred by reflog entries"
12759 msgstr ""
12760
12761 #: builtin/pack-objects.c:3172
12762 msgid "include objects referred to by the index"
12763 msgstr ""
12764
12765 #: builtin/pack-objects.c:3175
12766 msgid "output pack to stdout"
12767 msgstr ""
12768
12769 #: builtin/pack-objects.c:3177
12770 msgid "include tag objects that refer to objects to be packed"
12771 msgstr ""
12772
12773 #: builtin/pack-objects.c:3179
12774 msgid "keep unreachable objects"
12775 msgstr ""
12776
12777 #: builtin/pack-objects.c:3181
12778 msgid "pack loose unreachable objects"
12779 msgstr ""
12780
12781 #: builtin/pack-objects.c:3183
12782 msgid "unpack unreachable objects newer than <time>"
12783 msgstr ""
12784
12785 #: builtin/pack-objects.c:3186
12786 msgid "create thin packs"
12787 msgstr ""
12788
12789 #: builtin/pack-objects.c:3188
12790 msgid "create packs suitable for shallow fetches"
12791 msgstr ""
12792
12793 #: builtin/pack-objects.c:3190
12794 msgid "ignore packs that have companion .keep file"
12795 msgstr ""
12796
12797 #: builtin/pack-objects.c:3192
12798 msgid "ignore this pack"
12799 msgstr ""
12800
12801 #: builtin/pack-objects.c:3194
12802 msgid "pack compression level"
12803 msgstr ""
12804
12805 #: builtin/pack-objects.c:3196
12806 msgid "do not hide commits by grafts"
12807 msgstr ""
12808
12809 #: builtin/pack-objects.c:3198
12810 msgid "use a bitmap index if available to speed up counting objects"
12811 msgstr ""
12812
12813 #: builtin/pack-objects.c:3200
12814 msgid "write a bitmap index together with the pack index"
12815 msgstr ""
12816
12817 #: builtin/pack-objects.c:3203
12818 msgid "handling for missing objects"
12819 msgstr ""
12820
12821 #: builtin/pack-objects.c:3206
12822 msgid "do not pack objects in promisor packfiles"
12823 msgstr ""
12824
12825 #: builtin/pack-objects.c:3230
12826 #, c-format
12827 msgid "delta chain depth %d is too deep, forcing %d"
12828 msgstr ""
12829
12830 #: builtin/pack-objects.c:3235
12831 #, c-format
12832 msgid "pack.deltaCacheLimit is too high, forcing %d"
12833 msgstr ""
12834
12835 #: builtin/pack-objects.c:3291
12836 msgid "--max-pack-size cannot be used to build a pack for transfer"
12837 msgstr ""
12838
12839 #: builtin/pack-objects.c:3293
12840 msgid "minimum pack size limit is 1 MiB"
12841 msgstr ""
12842
12843 #: builtin/pack-objects.c:3298
12844 msgid "--thin cannot be used to build an indexable pack"
12845 msgstr ""
12846
12847 #: builtin/pack-objects.c:3301
12848 msgid "--keep-unreachable and --unpack-unreachable are incompatible"
12849 msgstr ""
12850
12851 #: builtin/pack-objects.c:3307
12852 msgid "cannot use --filter without --stdout"
12853 msgstr ""
12854
12855 #: builtin/pack-objects.c:3363
12856 msgid "Enumerating objects"
12857 msgstr ""
12858
12859 #: builtin/pack-objects.c:3382
12860 #, c-format
12861 msgid "Total %<PRIu32> (delta %<PRIu32>), reused %<PRIu32> (delta %<PRIu32>)"
12862 msgstr ""
12863
12864 #: builtin/pack-refs.c:7
12865 msgid "git pack-refs [<options>]"
12866 msgstr ""
12867
12868 #: builtin/pack-refs.c:15
12869 msgid "pack everything"
12870 msgstr ""
12871
12872 #: builtin/pack-refs.c:16
12873 msgid "prune loose refs (default)"
12874 msgstr ""
12875
12876 #: builtin/prune-packed.c:9
12877 msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
12878 msgstr ""
12879
12880 #: builtin/prune-packed.c:42
12881 msgid "Removing duplicate objects"
12882 msgstr ""
12883
12884 #: builtin/prune.c:12
12885 msgid "git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"
12886 msgstr ""
12887
12888 #: builtin/prune.c:109
12889 msgid "report pruned objects"
12890 msgstr ""
12891
12892 #: builtin/prune.c:112
12893 msgid "expire objects older than <time>"
12894 msgstr ""
12895
12896 #: builtin/prune.c:114
12897 msgid "limit traversal to objects outside promisor packfiles"
12898 msgstr ""
12899
12900 #: builtin/prune.c:128
12901 msgid "cannot prune in a precious-objects repo"
12902 msgstr ""
12903
12904 #: builtin/pull.c:59 builtin/pull.c:61
12905 #, c-format
12906 msgid "Invalid value for %s: %s"
12907 msgstr ""
12908
12909 #: builtin/pull.c:81
12910 msgid "git pull [<options>] [<repository> [<refspec>...]]"
12911 msgstr ""
12912
12913 #: builtin/pull.c:132
12914 msgid "control for recursive fetching of submodules"
12915 msgstr ""
12916
12917 #: builtin/pull.c:136
12918 msgid "Options related to merging"
12919 msgstr ""
12920
12921 #: builtin/pull.c:139
12922 msgid "incorporate changes by rebasing rather than merging"
12923 msgstr ""
12924
12925 #: builtin/pull.c:166 builtin/rebase--helper.c:23 builtin/revert.c:122
12926 msgid "allow fast-forward"
12927 msgstr ""
12928
12929 #: builtin/pull.c:175
12930 msgid "automatically stash/stash pop before and after rebase"
12931 msgstr ""
12932
12933 #: builtin/pull.c:191
12934 msgid "Options related to fetching"
12935 msgstr ""
12936
12937 #: builtin/pull.c:209
12938 msgid "number of submodules pulled in parallel"
12939 msgstr ""
12940
12941 #: builtin/pull.c:304
12942 #, c-format
12943 msgid "Invalid value for pull.ff: %s"
12944 msgstr ""
12945
12946 #: builtin/pull.c:420
12947 msgid ""
12948 "There is no candidate for rebasing against among the refs that you just "
12949 "fetched."
12950 msgstr ""
12951
12952 #: builtin/pull.c:422
12953 msgid ""
12954 "There are no candidates for merging among the refs that you just fetched."
12955 msgstr ""
12956
12957 #: builtin/pull.c:423
12958 msgid ""
12959 "Generally this means that you provided a wildcard refspec which had no\n"
12960 "matches on the remote end."
12961 msgstr ""
12962
12963 #: builtin/pull.c:426
12964 #, c-format
12965 msgid ""
12966 "You asked to pull from the remote '%s', but did not specify\n"
12967 "a branch. Because this is not the default configured remote\n"
12968 "for your current branch, you must specify a branch on the command line."
12969 msgstr ""
12970
12971 #: builtin/pull.c:431 git-parse-remote.sh:73
12972 msgid "You are not currently on a branch."
12973 msgstr ""
12974
12975 #: builtin/pull.c:433 builtin/pull.c:448 git-parse-remote.sh:79
12976 msgid "Please specify which branch you want to rebase against."
12977 msgstr ""
12978
12979 #: builtin/pull.c:435 builtin/pull.c:450 git-parse-remote.sh:82
12980 msgid "Please specify which branch you want to merge with."
12981 msgstr ""
12982
12983 #: builtin/pull.c:436 builtin/pull.c:451
12984 msgid "See git-pull(1) for details."
12985 msgstr ""
12986
12987 #: builtin/pull.c:438 builtin/pull.c:444 builtin/pull.c:453
12988 #: git-parse-remote.sh:64
12989 msgid "<remote>"
12990 msgstr ""
12991
12992 #: builtin/pull.c:438 builtin/pull.c:453 builtin/pull.c:458 git-rebase.sh:576
12993 #: git-parse-remote.sh:65
12994 msgid "<branch>"
12995 msgstr ""
12996
12997 #: builtin/pull.c:446 git-parse-remote.sh:75
12998 msgid "There is no tracking information for the current branch."
12999 msgstr ""
13000
13001 #: builtin/pull.c:455 git-parse-remote.sh:95
13002 msgid ""
13003 "If you wish to set tracking information for this branch you can do so with:"
13004 msgstr ""
13005
13006 #: builtin/pull.c:460
13007 #, c-format
13008 msgid ""
13009 "Your configuration specifies to merge with the ref '%s'\n"
13010 "from the remote, but no such ref was fetched."
13011 msgstr ""
13012
13013 #: builtin/pull.c:829
13014 msgid "ignoring --verify-signatures for rebase"
13015 msgstr ""
13016
13017 #: builtin/pull.c:877
13018 msgid "--[no-]autostash option is only valid with --rebase."
13019 msgstr ""
13020
13021 #: builtin/pull.c:885
13022 msgid "Updating an unborn branch with changes added to the index."
13023 msgstr ""
13024
13025 #: builtin/pull.c:888
13026 msgid "pull with rebase"
13027 msgstr ""
13028
13029 #: builtin/pull.c:889
13030 msgid "please commit or stash them."
13031 msgstr ""
13032
13033 #: builtin/pull.c:914
13034 #, c-format
13035 msgid ""
13036 "fetch updated the current branch head.\n"
13037 "fast-forwarding your working tree from\n"
13038 "commit %s."
13039 msgstr ""
13040
13041 #: builtin/pull.c:919
13042 #, c-format
13043 msgid ""
13044 "Cannot fast-forward your working tree.\n"
13045 "After making sure that you saved anything precious from\n"
13046 "$ git diff %s\n"
13047 "output, run\n"
13048 "$ git reset --hard\n"
13049 "to recover."
13050 msgstr ""
13051
13052 #: builtin/pull.c:934
13053 msgid "Cannot merge multiple branches into empty head."
13054 msgstr ""
13055
13056 #: builtin/pull.c:938
13057 msgid "Cannot rebase onto multiple branches."
13058 msgstr ""
13059
13060 #: builtin/pull.c:945
13061 msgid "cannot rebase with locally recorded submodule modifications"
13062 msgstr ""
13063
13064 #: builtin/push.c:19
13065 msgid "git push [<options>] [<repository> [<refspec>...]]"
13066 msgstr ""
13067
13068 #: builtin/push.c:111
13069 msgid "tag shorthand without <tag>"
13070 msgstr ""
13071
13072 #: builtin/push.c:121
13073 msgid "--delete only accepts plain target ref names"
13074 msgstr ""
13075
13076 #: builtin/push.c:165
13077 msgid ""
13078 "\n"
13079 "To choose either option permanently, see push.default in 'git help config'."
13080 msgstr ""
13081
13082 #: builtin/push.c:168
13083 #, c-format
13084 msgid ""
13085 "The upstream branch of your current branch does not match\n"
13086 "the name of your current branch. To push to the upstream branch\n"
13087 "on the remote, use\n"
13088 "\n"
13089 " git push %s HEAD:%s\n"
13090 "\n"
13091 "To push to the branch of the same name on the remote, use\n"
13092 "\n"
13093 " git push %s %s\n"
13094 "%s"
13095 msgstr ""
13096
13097 #: builtin/push.c:183
13098 #, c-format
13099 msgid ""
13100 "You are not currently on a branch.\n"
13101 "To push the history leading to the current (detached HEAD)\n"
13102 "state now, use\n"
13103 "\n"
13104 " git push %s HEAD:<name-of-remote-branch>\n"
13105 msgstr ""
13106
13107 #: builtin/push.c:197
13108 #, c-format
13109 msgid ""
13110 "The current branch %s has no upstream branch.\n"
13111 "To push the current branch and set the remote as upstream, use\n"
13112 "\n"
13113 " git push --set-upstream %s %s\n"
13114 msgstr ""
13115
13116 #: builtin/push.c:205
13117 #, c-format
13118 msgid "The current branch %s has multiple upstream branches, refusing to push."
13119 msgstr ""
13120
13121 #: builtin/push.c:208
13122 #, c-format
13123 msgid ""
13124 "You are pushing to remote '%s', which is not the upstream of\n"
13125 "your current branch '%s', without telling me what to push\n"
13126 "to update which remote branch."
13127 msgstr ""
13128
13129 #: builtin/push.c:267
13130 msgid ""
13131 "You didn't specify any refspecs to push, and push.default is \"nothing\"."
13132 msgstr ""
13133
13134 #: builtin/push.c:274
13135 msgid ""
13136 "Updates were rejected because the tip of your current branch is behind\n"
13137 "its remote counterpart. Integrate the remote changes (e.g.\n"
13138 "'git pull ...') before pushing again.\n"
13139 "See the 'Note about fast-forwards' in 'git push --help' for details."
13140 msgstr ""
13141
13142 #: builtin/push.c:280
13143 msgid ""
13144 "Updates were rejected because a pushed branch tip is behind its remote\n"
13145 "counterpart. Check out this branch and integrate the remote changes\n"
13146 "(e.g. 'git pull ...') before pushing again.\n"
13147 "See the 'Note about fast-forwards' in 'git push --help' for details."
13148 msgstr ""
13149
13150 #: builtin/push.c:286
13151 msgid ""
13152 "Updates were rejected because the remote contains work that you do\n"
13153 "not have locally. This is usually caused by another repository pushing\n"
13154 "to the same ref. You may want to first integrate the remote changes\n"
13155 "(e.g., 'git pull ...') before pushing again.\n"
13156 "See the 'Note about fast-forwards' in 'git push --help' for details."
13157 msgstr ""
13158
13159 #: builtin/push.c:293
13160 msgid "Updates were rejected because the tag already exists in the remote."
13161 msgstr ""
13162
13163 #: builtin/push.c:296
13164 msgid ""
13165 "You cannot update a remote ref that points at a non-commit object,\n"
13166 "or update a remote ref to make it point at a non-commit object,\n"
13167 "without using the '--force' option.\n"
13168 msgstr ""
13169
13170 #: builtin/push.c:357
13171 #, c-format
13172 msgid "Pushing to %s\n"
13173 msgstr ""
13174
13175 #: builtin/push.c:361
13176 #, c-format
13177 msgid "failed to push some refs to '%s'"
13178 msgstr ""
13179
13180 #: builtin/push.c:395
13181 #, c-format
13182 msgid "bad repository '%s'"
13183 msgstr ""
13184
13185 #: builtin/push.c:396
13186 msgid ""
13187 "No configured push destination.\n"
13188 "Either specify the URL from the command-line or configure a remote "
13189 "repository using\n"
13190 "\n"
13191 " git remote add <name> <url>\n"
13192 "\n"
13193 "and then push using the remote name\n"
13194 "\n"
13195 " git push <name>\n"
13196 msgstr ""
13197
13198 #: builtin/push.c:551
13199 msgid "repository"
13200 msgstr ""
13201
13202 #: builtin/push.c:552 builtin/send-pack.c:164
13203 msgid "push all refs"
13204 msgstr ""
13205
13206 #: builtin/push.c:553 builtin/send-pack.c:166
13207 msgid "mirror all refs"
13208 msgstr ""
13209
13210 #: builtin/push.c:555
13211 msgid "delete refs"
13212 msgstr ""
13213
13214 #: builtin/push.c:556
13215 msgid "push tags (can't be used with --all or --mirror)"
13216 msgstr ""
13217
13218 #: builtin/push.c:559 builtin/send-pack.c:167
13219 msgid "force updates"
13220 msgstr ""
13221
13222 #: builtin/push.c:561 builtin/send-pack.c:181
13223 msgid "<refname>:<expect>"
13224 msgstr ""
13225
13226 #: builtin/push.c:562 builtin/send-pack.c:182
13227 msgid "require old value of ref to be at this value"
13228 msgstr ""
13229
13230 #: builtin/push.c:565
13231 msgid "control recursive pushing of submodules"
13232 msgstr ""
13233
13234 #: builtin/push.c:567 builtin/send-pack.c:175
13235 msgid "use thin pack"
13236 msgstr ""
13237
13238 #: builtin/push.c:568 builtin/push.c:569 builtin/send-pack.c:161
13239 #: builtin/send-pack.c:162
13240 msgid "receive pack program"
13241 msgstr ""
13242
13243 #: builtin/push.c:570
13244 msgid "set upstream for git pull/status"
13245 msgstr ""
13246
13247 #: builtin/push.c:573
13248 msgid "prune locally removed refs"
13249 msgstr ""
13250
13251 #: builtin/push.c:575
13252 msgid "bypass pre-push hook"
13253 msgstr ""
13254
13255 #: builtin/push.c:576
13256 msgid "push missing but relevant tags"
13257 msgstr ""
13258
13259 #: builtin/push.c:579 builtin/send-pack.c:169
13260 msgid "GPG sign the push"
13261 msgstr ""
13262
13263 #: builtin/push.c:581 builtin/send-pack.c:176
13264 msgid "request atomic transaction on remote side"
13265 msgstr ""
13266
13267 #: builtin/push.c:599
13268 msgid "--delete is incompatible with --all, --mirror and --tags"
13269 msgstr ""
13270
13271 #: builtin/push.c:601
13272 msgid "--delete doesn't make sense without any refs"
13273 msgstr ""
13274
13275 #: builtin/push.c:604
13276 msgid "--all and --tags are incompatible"
13277 msgstr ""
13278
13279 #: builtin/push.c:606
13280 msgid "--all can't be combined with refspecs"
13281 msgstr ""
13282
13283 #: builtin/push.c:610
13284 msgid "--mirror and --tags are incompatible"
13285 msgstr ""
13286
13287 #: builtin/push.c:612
13288 msgid "--mirror can't be combined with refspecs"
13289 msgstr ""
13290
13291 #: builtin/push.c:615
13292 msgid "--all and --mirror are incompatible"
13293 msgstr ""
13294
13295 #: builtin/push.c:634
13296 msgid "push options must not have new line characters"
13297 msgstr ""
13298
13299 #: builtin/range-diff.c:8
13300 msgid "git range-diff [<options>] <old-base>..<old-tip> <new-base>..<new-tip>"
13301 msgstr ""
13302
13303 #: builtin/range-diff.c:9
13304 msgid "git range-diff [<options>] <old-tip>...<new-tip>"
13305 msgstr ""
13306
13307 #: builtin/range-diff.c:10
13308 msgid "git range-diff [<options>] <base> <old-tip> <new-tip>"
13309 msgstr ""
13310
13311 #: builtin/range-diff.c:26
13312 msgid "Percentage by which creation is weighted"
13313 msgstr ""
13314
13315 #: builtin/range-diff.c:28
13316 msgid "use simple diff colors"
13317 msgstr ""
13318
13319 #: builtin/range-diff.c:75 builtin/range-diff.c:79
13320 #, c-format
13321 msgid "no .. in range: '%s'"
13322 msgstr ""
13323
13324 #: builtin/range-diff.c:89
13325 msgid "single arg format must be symmetric range"
13326 msgstr ""
13327
13328 #: builtin/range-diff.c:104
13329 msgid "need two commit ranges"
13330 msgstr ""
13331
13332 #: builtin/read-tree.c:40
13333 msgid ""
13334 "git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
13335 "[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
13336 "index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
13337 msgstr ""
13338
13339 #: builtin/read-tree.c:120
13340 msgid "write resulting index to <file>"
13341 msgstr ""
13342
13343 #: builtin/read-tree.c:123
13344 msgid "only empty the index"
13345 msgstr ""
13346
13347 #: builtin/read-tree.c:125
13348 msgid "Merging"
13349 msgstr ""
13350
13351 #: builtin/read-tree.c:127
13352 msgid "perform a merge in addition to a read"
13353 msgstr ""
13354
13355 #: builtin/read-tree.c:129
13356 msgid "3-way merge if no file level merging required"
13357 msgstr ""
13358
13359 #: builtin/read-tree.c:131
13360 msgid "3-way merge in presence of adds and removes"
13361 msgstr ""
13362
13363 #: builtin/read-tree.c:133
13364 msgid "same as -m, but discard unmerged entries"
13365 msgstr ""
13366
13367 #: builtin/read-tree.c:134
13368 msgid "<subdirectory>/"
13369 msgstr ""
13370
13371 #: builtin/read-tree.c:135
13372 msgid "read the tree into the index under <subdirectory>/"
13373 msgstr ""
13374
13375 #: builtin/read-tree.c:138
13376 msgid "update working tree with merge result"
13377 msgstr ""
13378
13379 #: builtin/read-tree.c:140
13380 msgid "gitignore"
13381 msgstr ""
13382
13383 #: builtin/read-tree.c:141
13384 msgid "allow explicitly ignored files to be overwritten"
13385 msgstr ""
13386
13387 #: builtin/read-tree.c:144
13388 msgid "don't check the working tree after merging"
13389 msgstr ""
13390
13391 #: builtin/read-tree.c:145
13392 msgid "don't update the index or the work tree"
13393 msgstr ""
13394
13395 #: builtin/read-tree.c:147
13396 msgid "skip applying sparse checkout filter"
13397 msgstr ""
13398
13399 #: builtin/read-tree.c:149
13400 msgid "debug unpack-trees"
13401 msgstr ""
13402
13403 #: builtin/rebase--helper.c:8
13404 msgid "git rebase--helper [<options>]"
13405 msgstr ""
13406
13407 #: builtin/rebase--helper.c:24
13408 msgid "keep empty commits"
13409 msgstr ""
13410
13411 #: builtin/rebase--helper.c:26 builtin/revert.c:124
13412 msgid "allow commits with empty messages"
13413 msgstr ""
13414
13415 #: builtin/rebase--helper.c:27
13416 msgid "rebase merge commits"
13417 msgstr ""
13418
13419 #: builtin/rebase--helper.c:29
13420 msgid "keep original branch points of cousins"
13421 msgstr ""
13422
13423 #: builtin/rebase--helper.c:30
13424 msgid "continue rebase"
13425 msgstr ""
13426
13427 #: builtin/rebase--helper.c:32
13428 msgid "abort rebase"
13429 msgstr ""
13430
13431 #: builtin/rebase--helper.c:35
13432 msgid "make rebase script"
13433 msgstr ""
13434
13435 #: builtin/rebase--helper.c:37
13436 msgid "shorten commit ids in the todo list"
13437 msgstr ""
13438
13439 #: builtin/rebase--helper.c:39
13440 msgid "expand commit ids in the todo list"
13441 msgstr ""
13442
13443 #: builtin/rebase--helper.c:41
13444 msgid "check the todo list"
13445 msgstr ""
13446
13447 #: builtin/rebase--helper.c:43
13448 msgid "skip unnecessary picks"
13449 msgstr ""
13450
13451 #: builtin/rebase--helper.c:45
13452 msgid "rearrange fixup/squash lines"
13453 msgstr ""
13454
13455 #: builtin/rebase--helper.c:47
13456 msgid "insert exec commands in todo list"
13457 msgstr ""
13458
13459 #: builtin/rebase--helper.c:68
13460 msgid "--[no-]rebase-cousins has no effect without --rebase-merges"
13461 msgstr ""
13462
13463 #: builtin/receive-pack.c:32
13464 msgid "git receive-pack <git-dir>"
13465 msgstr ""
13466
13467 #: builtin/receive-pack.c:830
13468 msgid ""
13469 "By default, updating the current branch in a non-bare repository\n"
13470 "is denied, because it will make the index and work tree inconsistent\n"
13471 "with what you pushed, and will require 'git reset --hard' to match\n"
13472 "the work tree to HEAD.\n"
13473 "\n"
13474 "You can set the 'receive.denyCurrentBranch' configuration variable\n"
13475 "to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
13476 "its current branch; however, this is not recommended unless you\n"
13477 "arranged to update its work tree to match what you pushed in some\n"
13478 "other way.\n"
13479 "\n"
13480 "To squelch this message and still keep the default behaviour, set\n"
13481 "'receive.denyCurrentBranch' configuration variable to 'refuse'."
13482 msgstr ""
13483
13484 #: builtin/receive-pack.c:850
13485 msgid ""
13486 "By default, deleting the current branch is denied, because the next\n"
13487 "'git clone' won't result in any file checked out, causing confusion.\n"
13488 "\n"
13489 "You can set 'receive.denyDeleteCurrent' configuration variable to\n"
13490 "'warn' or 'ignore' in the remote repository to allow deleting the\n"
13491 "current branch, with or without a warning message.\n"
13492 "\n"
13493 "To squelch this message, you can set it to 'refuse'."
13494 msgstr ""
13495
13496 #: builtin/receive-pack.c:1923
13497 msgid "quiet"
13498 msgstr ""
13499
13500 #: builtin/receive-pack.c:1937
13501 msgid "You must specify a directory."
13502 msgstr ""
13503
13504 #: builtin/reflog.c:536 builtin/reflog.c:541
13505 #, c-format
13506 msgid "'%s' is not a valid timestamp"
13507 msgstr ""
13508
13509 #: builtin/remote.c:15
13510 msgid "git remote [-v | --verbose]"
13511 msgstr ""
13512
13513 #: builtin/remote.c:16
13514 msgid ""
13515 "git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
13516 "mirror=<fetch|push>] <name> <url>"
13517 msgstr ""
13518
13519 #: builtin/remote.c:17 builtin/remote.c:37
13520 msgid "git remote rename <old> <new>"
13521 msgstr ""
13522
13523 #: builtin/remote.c:18 builtin/remote.c:42
13524 msgid "git remote remove <name>"
13525 msgstr ""
13526
13527 #: builtin/remote.c:19 builtin/remote.c:47
13528 msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
13529 msgstr ""
13530
13531 #: builtin/remote.c:20
13532 msgid "git remote [-v | --verbose] show [-n] <name>"
13533 msgstr ""
13534
13535 #: builtin/remote.c:21
13536 msgid "git remote prune [-n | --dry-run] <name>"
13537 msgstr ""
13538
13539 #: builtin/remote.c:22
13540 msgid ""
13541 "git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
13542 msgstr ""
13543
13544 #: builtin/remote.c:23
13545 msgid "git remote set-branches [--add] <name> <branch>..."
13546 msgstr ""
13547
13548 #: builtin/remote.c:24 builtin/remote.c:73
13549 msgid "git remote get-url [--push] [--all] <name>"
13550 msgstr ""
13551
13552 #: builtin/remote.c:25 builtin/remote.c:78
13553 msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
13554 msgstr ""
13555
13556 #: builtin/remote.c:26 builtin/remote.c:79
13557 msgid "git remote set-url --add <name> <newurl>"
13558 msgstr ""
13559
13560 #: builtin/remote.c:27 builtin/remote.c:80
13561 msgid "git remote set-url --delete <name> <url>"
13562 msgstr ""
13563
13564 #: builtin/remote.c:32
13565 msgid "git remote add [<options>] <name> <url>"
13566 msgstr ""
13567
13568 #: builtin/remote.c:52
13569 msgid "git remote set-branches <name> <branch>..."
13570 msgstr ""
13571
13572 #: builtin/remote.c:53
13573 msgid "git remote set-branches --add <name> <branch>..."
13574 msgstr ""
13575
13576 #: builtin/remote.c:58
13577 msgid "git remote show [<options>] <name>"
13578 msgstr ""
13579
13580 #: builtin/remote.c:63
13581 msgid "git remote prune [<options>] <name>"
13582 msgstr ""
13583
13584 #: builtin/remote.c:68
13585 msgid "git remote update [<options>] [<group> | <remote>]..."
13586 msgstr ""
13587
13588 #: builtin/remote.c:97
13589 #, c-format
13590 msgid "Updating %s"
13591 msgstr ""
13592
13593 #: builtin/remote.c:129
13594 msgid ""
13595 "--mirror is dangerous and deprecated; please\n"
13596 "\t use --mirror=fetch or --mirror=push instead"
13597 msgstr ""
13598
13599 #: builtin/remote.c:146
13600 #, c-format
13601 msgid "unknown mirror argument: %s"
13602 msgstr ""
13603
13604 #: builtin/remote.c:162
13605 msgid "fetch the remote branches"
13606 msgstr ""
13607
13608 #: builtin/remote.c:164
13609 msgid "import all tags and associated objects when fetching"
13610 msgstr ""
13611
13612 #: builtin/remote.c:167
13613 msgid "or do not fetch any tag at all (--no-tags)"
13614 msgstr ""
13615
13616 #: builtin/remote.c:169
13617 msgid "branch(es) to track"
13618 msgstr ""
13619
13620 #: builtin/remote.c:170
13621 msgid "master branch"
13622 msgstr ""
13623
13624 #: builtin/remote.c:172
13625 msgid "set up remote as a mirror to push to or fetch from"
13626 msgstr ""
13627
13628 #: builtin/remote.c:184
13629 msgid "specifying a master branch makes no sense with --mirror"
13630 msgstr ""
13631
13632 #: builtin/remote.c:186
13633 msgid "specifying branches to track makes sense only with fetch mirrors"
13634 msgstr ""
13635
13636 #: builtin/remote.c:193 builtin/remote.c:635
13637 #, c-format
13638 msgid "remote %s already exists."
13639 msgstr ""
13640
13641 #: builtin/remote.c:197 builtin/remote.c:639
13642 #, c-format
13643 msgid "'%s' is not a valid remote name"
13644 msgstr ""
13645
13646 #: builtin/remote.c:237
13647 #, c-format
13648 msgid "Could not setup master '%s'"
13649 msgstr ""
13650
13651 #: builtin/remote.c:343
13652 #, c-format
13653 msgid "Could not get fetch map for refspec %s"
13654 msgstr ""
13655
13656 #: builtin/remote.c:442 builtin/remote.c:450
13657 msgid "(matching)"
13658 msgstr ""
13659
13660 #: builtin/remote.c:454
13661 msgid "(delete)"
13662 msgstr ""
13663
13664 #: builtin/remote.c:628 builtin/remote.c:764 builtin/remote.c:863
13665 #, c-format
13666 msgid "No such remote: %s"
13667 msgstr ""
13668
13669 #: builtin/remote.c:645
13670 #, c-format
13671 msgid "Could not rename config section '%s' to '%s'"
13672 msgstr ""
13673
13674 #: builtin/remote.c:665
13675 #, c-format
13676 msgid ""
13677 "Not updating non-default fetch refspec\n"
13678 "\t%s\n"
13679 "\tPlease update the configuration manually if necessary."
13680 msgstr ""
13681
13682 #: builtin/remote.c:701
13683 #, c-format
13684 msgid "deleting '%s' failed"
13685 msgstr ""
13686
13687 #: builtin/remote.c:735
13688 #, c-format
13689 msgid "creating '%s' failed"
13690 msgstr ""
13691
13692 #: builtin/remote.c:801
13693 msgid ""
13694 "Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
13695 "to delete it, use:"
13696 msgid_plural ""
13697 "Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
13698 "to delete them, use:"
13699 msgstr[0] ""
13700 msgstr[1] ""
13701
13702 #: builtin/remote.c:815
13703 #, c-format
13704 msgid "Could not remove config section '%s'"
13705 msgstr ""
13706
13707 #: builtin/remote.c:916
13708 #, c-format
13709 msgid " new (next fetch will store in remotes/%s)"
13710 msgstr ""
13711
13712 #: builtin/remote.c:919
13713 msgid " tracked"
13714 msgstr ""
13715
13716 #: builtin/remote.c:921
13717 msgid " stale (use 'git remote prune' to remove)"
13718 msgstr ""
13719
13720 #: builtin/remote.c:923
13721 msgid " ???"
13722 msgstr ""
13723
13724 #: builtin/remote.c:964
13725 #, c-format
13726 msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
13727 msgstr ""
13728
13729 #: builtin/remote.c:973
13730 #, c-format
13731 msgid "rebases interactively onto remote %s"
13732 msgstr ""
13733
13734 #: builtin/remote.c:975
13735 #, c-format
13736 msgid "rebases interactively (with merges) onto remote %s"
13737 msgstr ""
13738
13739 #: builtin/remote.c:978
13740 #, c-format
13741 msgid "rebases onto remote %s"
13742 msgstr ""
13743
13744 #: builtin/remote.c:982
13745 #, c-format
13746 msgid " merges with remote %s"
13747 msgstr ""
13748
13749 #: builtin/remote.c:985
13750 #, c-format
13751 msgid "merges with remote %s"
13752 msgstr ""
13753
13754 #: builtin/remote.c:988
13755 #, c-format
13756 msgid "%-*s and with remote %s\n"
13757 msgstr ""
13758
13759 #: builtin/remote.c:1031
13760 msgid "create"
13761 msgstr ""
13762
13763 #: builtin/remote.c:1034
13764 msgid "delete"
13765 msgstr ""
13766
13767 #: builtin/remote.c:1038
13768 msgid "up to date"
13769 msgstr ""
13770
13771 #: builtin/remote.c:1041
13772 msgid "fast-forwardable"
13773 msgstr ""
13774
13775 #: builtin/remote.c:1044
13776 msgid "local out of date"
13777 msgstr ""
13778
13779 #: builtin/remote.c:1051
13780 #, c-format
13781 msgid " %-*s forces to %-*s (%s)"
13782 msgstr ""
13783
13784 #: builtin/remote.c:1054
13785 #, c-format
13786 msgid " %-*s pushes to %-*s (%s)"
13787 msgstr ""
13788
13789 #: builtin/remote.c:1058
13790 #, c-format
13791 msgid " %-*s forces to %s"
13792 msgstr ""
13793
13794 #: builtin/remote.c:1061
13795 #, c-format
13796 msgid " %-*s pushes to %s"
13797 msgstr ""
13798
13799 #: builtin/remote.c:1129
13800 msgid "do not query remotes"
13801 msgstr ""
13802
13803 #: builtin/remote.c:1156
13804 #, c-format
13805 msgid "* remote %s"
13806 msgstr ""
13807
13808 #: builtin/remote.c:1157
13809 #, c-format
13810 msgid " Fetch URL: %s"
13811 msgstr ""
13812
13813 #: builtin/remote.c:1158 builtin/remote.c:1174 builtin/remote.c:1313
13814 msgid "(no URL)"
13815 msgstr ""
13816
13817 #. TRANSLATORS: the colon ':' should align
13818 #. with the one in " Fetch URL: %s"
13819 #. translation.
13820 #.
13821 #: builtin/remote.c:1172 builtin/remote.c:1174
13822 #, c-format
13823 msgid " Push URL: %s"
13824 msgstr ""
13825
13826 #: builtin/remote.c:1176 builtin/remote.c:1178 builtin/remote.c:1180
13827 #, c-format
13828 msgid " HEAD branch: %s"
13829 msgstr ""
13830
13831 #: builtin/remote.c:1176
13832 msgid "(not queried)"
13833 msgstr ""
13834
13835 #: builtin/remote.c:1178
13836 msgid "(unknown)"
13837 msgstr ""
13838
13839 #: builtin/remote.c:1182
13840 #, c-format
13841 msgid ""
13842 " HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
13843 msgstr ""
13844
13845 #: builtin/remote.c:1194
13846 #, c-format
13847 msgid " Remote branch:%s"
13848 msgid_plural " Remote branches:%s"
13849 msgstr[0] ""
13850 msgstr[1] ""
13851
13852 #: builtin/remote.c:1197 builtin/remote.c:1223
13853 msgid " (status not queried)"
13854 msgstr ""
13855
13856 #: builtin/remote.c:1206
13857 msgid " Local branch configured for 'git pull':"
13858 msgid_plural " Local branches configured for 'git pull':"
13859 msgstr[0] ""
13860 msgstr[1] ""
13861
13862 #: builtin/remote.c:1214
13863 msgid " Local refs will be mirrored by 'git push'"
13864 msgstr ""
13865
13866 #: builtin/remote.c:1220
13867 #, c-format
13868 msgid " Local ref configured for 'git push'%s:"
13869 msgid_plural " Local refs configured for 'git push'%s:"
13870 msgstr[0] ""
13871 msgstr[1] ""
13872
13873 #: builtin/remote.c:1241
13874 msgid "set refs/remotes/<name>/HEAD according to remote"
13875 msgstr ""
13876
13877 #: builtin/remote.c:1243
13878 msgid "delete refs/remotes/<name>/HEAD"
13879 msgstr ""
13880
13881 #: builtin/remote.c:1258
13882 msgid "Cannot determine remote HEAD"
13883 msgstr ""
13884
13885 #: builtin/remote.c:1260
13886 msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
13887 msgstr ""
13888
13889 #: builtin/remote.c:1270
13890 #, c-format
13891 msgid "Could not delete %s"
13892 msgstr ""
13893
13894 #: builtin/remote.c:1278
13895 #, c-format
13896 msgid "Not a valid ref: %s"
13897 msgstr ""
13898
13899 #: builtin/remote.c:1280
13900 #, c-format
13901 msgid "Could not setup %s"
13902 msgstr ""
13903
13904 #: builtin/remote.c:1298
13905 #, c-format
13906 msgid " %s will become dangling!"
13907 msgstr ""
13908
13909 #: builtin/remote.c:1299
13910 #, c-format
13911 msgid " %s has become dangling!"
13912 msgstr ""
13913
13914 #: builtin/remote.c:1309
13915 #, c-format
13916 msgid "Pruning %s"
13917 msgstr ""
13918
13919 #: builtin/remote.c:1310
13920 #, c-format
13921 msgid "URL: %s"
13922 msgstr ""
13923
13924 #: builtin/remote.c:1326
13925 #, c-format
13926 msgid " * [would prune] %s"
13927 msgstr ""
13928
13929 #: builtin/remote.c:1329
13930 #, c-format
13931 msgid " * [pruned] %s"
13932 msgstr ""
13933
13934 #: builtin/remote.c:1374
13935 msgid "prune remotes after fetching"
13936 msgstr ""
13937
13938 #: builtin/remote.c:1437 builtin/remote.c:1491 builtin/remote.c:1559
13939 #, c-format
13940 msgid "No such remote '%s'"
13941 msgstr ""
13942
13943 #: builtin/remote.c:1453
13944 msgid "add branch"
13945 msgstr ""
13946
13947 #: builtin/remote.c:1460
13948 msgid "no remote specified"
13949 msgstr ""
13950
13951 #: builtin/remote.c:1477
13952 msgid "query push URLs rather than fetch URLs"
13953 msgstr ""
13954
13955 #: builtin/remote.c:1479
13956 msgid "return all URLs"
13957 msgstr ""
13958
13959 #: builtin/remote.c:1507
13960 #, c-format
13961 msgid "no URLs configured for remote '%s'"
13962 msgstr ""
13963
13964 #: builtin/remote.c:1533
13965 msgid "manipulate push URLs"
13966 msgstr ""
13967
13968 #: builtin/remote.c:1535
13969 msgid "add URL"
13970 msgstr ""
13971
13972 #: builtin/remote.c:1537
13973 msgid "delete URLs"
13974 msgstr ""
13975
13976 #: builtin/remote.c:1544
13977 msgid "--add --delete doesn't make sense"
13978 msgstr ""
13979
13980 #: builtin/remote.c:1583
13981 #, c-format
13982 msgid "Invalid old URL pattern: %s"
13983 msgstr ""
13984
13985 #: builtin/remote.c:1591
13986 #, c-format
13987 msgid "No such URL found: %s"
13988 msgstr ""
13989
13990 #: builtin/remote.c:1593
13991 msgid "Will not delete all non-push URLs"
13992 msgstr ""
13993
13994 #: builtin/remote.c:1609
13995 msgid "be verbose; must be placed before a subcommand"
13996 msgstr ""
13997
13998 #: builtin/remote.c:1640
13999 #, c-format
14000 msgid "Unknown subcommand: %s"
14001 msgstr ""
14002
14003 #: builtin/repack.c:20
14004 msgid "git repack [<options>]"
14005 msgstr ""
14006
14007 #: builtin/repack.c:25
14008 msgid ""
14009 "Incremental repacks are incompatible with bitmap indexes. Use\n"
14010 "--no-write-bitmap-index or disable the pack.writebitmaps configuration."
14011 msgstr ""
14012
14013 #: builtin/repack.c:287
14014 msgid "pack everything in a single pack"
14015 msgstr ""
14016
14017 #: builtin/repack.c:289
14018 msgid "same as -a, and turn unreachable objects loose"
14019 msgstr ""
14020
14021 #: builtin/repack.c:292
14022 msgid "remove redundant packs, and run git-prune-packed"
14023 msgstr ""
14024
14025 #: builtin/repack.c:294
14026 msgid "pass --no-reuse-delta to git-pack-objects"
14027 msgstr ""
14028
14029 #: builtin/repack.c:296
14030 msgid "pass --no-reuse-object to git-pack-objects"
14031 msgstr ""
14032
14033 #: builtin/repack.c:298
14034 msgid "do not run git-update-server-info"
14035 msgstr ""
14036
14037 #: builtin/repack.c:301
14038 msgid "pass --local to git-pack-objects"
14039 msgstr ""
14040
14041 #: builtin/repack.c:303
14042 msgid "write bitmap index"
14043 msgstr ""
14044
14045 #: builtin/repack.c:304
14046 msgid "approxidate"
14047 msgstr ""
14048
14049 #: builtin/repack.c:305
14050 msgid "with -A, do not loosen objects older than this"
14051 msgstr ""
14052
14053 #: builtin/repack.c:307
14054 msgid "with -a, repack unreachable objects"
14055 msgstr ""
14056
14057 #: builtin/repack.c:309
14058 msgid "size of the window used for delta compression"
14059 msgstr ""
14060
14061 #: builtin/repack.c:310 builtin/repack.c:316
14062 msgid "bytes"
14063 msgstr ""
14064
14065 #: builtin/repack.c:311
14066 msgid "same as the above, but limit memory size instead of entries count"
14067 msgstr ""
14068
14069 #: builtin/repack.c:313
14070 msgid "limits the maximum delta depth"
14071 msgstr ""
14072
14073 #: builtin/repack.c:315
14074 msgid "limits the maximum number of threads"
14075 msgstr ""
14076
14077 #: builtin/repack.c:317
14078 msgid "maximum size of each packfile"
14079 msgstr ""
14080
14081 #: builtin/repack.c:319
14082 msgid "repack objects in packs marked with .keep"
14083 msgstr ""
14084
14085 #: builtin/repack.c:321
14086 msgid "do not repack this pack"
14087 msgstr ""
14088
14089 #: builtin/repack.c:331
14090 msgid "cannot delete packs in a precious-objects repo"
14091 msgstr ""
14092
14093 #: builtin/repack.c:335
14094 msgid "--keep-unreachable and -A are incompatible"
14095 msgstr ""
14096
14097 #: builtin/repack.c:510 builtin/worktree.c:140
14098 #, c-format
14099 msgid "failed to remove '%s'"
14100 msgstr ""
14101
14102 #: builtin/replace.c:22
14103 msgid "git replace [-f] <object> <replacement>"
14104 msgstr ""
14105
14106 #: builtin/replace.c:23
14107 msgid "git replace [-f] --edit <object>"
14108 msgstr ""
14109
14110 #: builtin/replace.c:24
14111 msgid "git replace [-f] --graft <commit> [<parent>...]"
14112 msgstr ""
14113
14114 #: builtin/replace.c:25
14115 msgid "git replace [-f] --convert-graft-file"
14116 msgstr ""
14117
14118 #: builtin/replace.c:26
14119 msgid "git replace -d <object>..."
14120 msgstr ""
14121
14122 #: builtin/replace.c:27
14123 msgid "git replace [--format=<format>] [-l [<pattern>]]"
14124 msgstr ""
14125
14126 #: builtin/replace.c:57 builtin/replace.c:203 builtin/replace.c:206
14127 #, c-format
14128 msgid "failed to resolve '%s' as a valid ref"
14129 msgstr ""
14130
14131 #: builtin/replace.c:86
14132 #, c-format
14133 msgid ""
14134 "invalid replace format '%s'\n"
14135 "valid formats are 'short', 'medium' and 'long'"
14136 msgstr ""
14137
14138 #: builtin/replace.c:121
14139 #, c-format
14140 msgid "replace ref '%s' not found"
14141 msgstr ""
14142
14143 #: builtin/replace.c:137
14144 #, c-format
14145 msgid "Deleted replace ref '%s'"
14146 msgstr ""
14147
14148 #: builtin/replace.c:149
14149 #, c-format
14150 msgid "'%s' is not a valid ref name"
14151 msgstr ""
14152
14153 #: builtin/replace.c:154
14154 #, c-format
14155 msgid "replace ref '%s' already exists"
14156 msgstr ""
14157
14158 #: builtin/replace.c:174
14159 #, c-format
14160 msgid ""
14161 "Objects must be of the same type.\n"
14162 "'%s' points to a replaced object of type '%s'\n"
14163 "while '%s' points to a replacement object of type '%s'."
14164 msgstr ""
14165
14166 #: builtin/replace.c:225
14167 #, c-format
14168 msgid "unable to open %s for writing"
14169 msgstr ""
14170
14171 #: builtin/replace.c:238
14172 msgid "cat-file reported failure"
14173 msgstr ""
14174
14175 #: builtin/replace.c:254
14176 #, c-format
14177 msgid "unable to open %s for reading"
14178 msgstr ""
14179
14180 #: builtin/replace.c:268
14181 msgid "unable to spawn mktree"
14182 msgstr ""
14183
14184 #: builtin/replace.c:272
14185 msgid "unable to read from mktree"
14186 msgstr ""
14187
14188 #: builtin/replace.c:281
14189 msgid "mktree reported failure"
14190 msgstr ""
14191
14192 #: builtin/replace.c:285
14193 msgid "mktree did not return an object name"
14194 msgstr ""
14195
14196 #: builtin/replace.c:294
14197 #, c-format
14198 msgid "unable to fstat %s"
14199 msgstr ""
14200
14201 #: builtin/replace.c:299
14202 msgid "unable to write object to database"
14203 msgstr ""
14204
14205 #: builtin/replace.c:318 builtin/replace.c:371 builtin/replace.c:415
14206 #: builtin/replace.c:445
14207 #, c-format
14208 msgid "not a valid object name: '%s'"
14209 msgstr ""
14210
14211 #: builtin/replace.c:322
14212 #, c-format
14213 msgid "unable to get object type for %s"
14214 msgstr ""
14215
14216 #: builtin/replace.c:338
14217 msgid "editing object file failed"
14218 msgstr ""
14219
14220 #: builtin/replace.c:347
14221 #, c-format
14222 msgid "new object is the same as the old one: '%s'"
14223 msgstr ""
14224
14225 #: builtin/replace.c:407
14226 #, c-format
14227 msgid "bad mergetag in commit '%s'"
14228 msgstr ""
14229
14230 #: builtin/replace.c:409
14231 #, c-format
14232 msgid "malformed mergetag in commit '%s'"
14233 msgstr ""
14234
14235 #: builtin/replace.c:421
14236 #, c-format
14237 msgid ""
14238 "original commit '%s' contains mergetag '%s' that is discarded; use --edit "
14239 "instead of --graft"
14240 msgstr ""
14241
14242 #: builtin/replace.c:460
14243 #, c-format
14244 msgid "the original commit '%s' has a gpg signature"
14245 msgstr ""
14246
14247 #: builtin/replace.c:461
14248 msgid "the signature will be removed in the replacement commit!"
14249 msgstr ""
14250
14251 #: builtin/replace.c:471
14252 #, c-format
14253 msgid "could not write replacement commit for: '%s'"
14254 msgstr ""
14255
14256 #: builtin/replace.c:479
14257 #, c-format
14258 msgid "graft for '%s' unnecessary"
14259 msgstr ""
14260
14261 #: builtin/replace.c:482
14262 #, c-format
14263 msgid "new commit is the same as the old one: '%s'"
14264 msgstr ""
14265
14266 #: builtin/replace.c:514
14267 #, c-format
14268 msgid ""
14269 "could not convert the following graft(s):\n"
14270 "%s"
14271 msgstr ""
14272
14273 #: builtin/replace.c:535
14274 msgid "list replace refs"
14275 msgstr ""
14276
14277 #: builtin/replace.c:536
14278 msgid "delete replace refs"
14279 msgstr ""
14280
14281 #: builtin/replace.c:537
14282 msgid "edit existing object"
14283 msgstr ""
14284
14285 #: builtin/replace.c:538
14286 msgid "change a commit's parents"
14287 msgstr ""
14288
14289 #: builtin/replace.c:539
14290 msgid "convert existing graft file"
14291 msgstr ""
14292
14293 #: builtin/replace.c:540
14294 msgid "replace the ref if it exists"
14295 msgstr ""
14296
14297 #: builtin/replace.c:542
14298 msgid "do not pretty-print contents for --edit"
14299 msgstr ""
14300
14301 #: builtin/replace.c:543
14302 msgid "use this format"
14303 msgstr ""
14304
14305 #: builtin/replace.c:556
14306 msgid "--format cannot be used when not listing"
14307 msgstr ""
14308
14309 #: builtin/replace.c:564
14310 msgid "-f only makes sense when writing a replacement"
14311 msgstr ""
14312
14313 #: builtin/replace.c:568
14314 msgid "--raw only makes sense with --edit"
14315 msgstr ""
14316
14317 #: builtin/replace.c:574
14318 msgid "-d needs at least one argument"
14319 msgstr ""
14320
14321 #: builtin/replace.c:580
14322 msgid "bad number of arguments"
14323 msgstr ""
14324
14325 #: builtin/replace.c:586
14326 msgid "-e needs exactly one argument"
14327 msgstr ""
14328
14329 #: builtin/replace.c:592
14330 msgid "-g needs at least one argument"
14331 msgstr ""
14332
14333 #: builtin/replace.c:598
14334 msgid "--convert-graft-file takes no argument"
14335 msgstr ""
14336
14337 #: builtin/replace.c:604
14338 msgid "only one pattern can be given with -l"
14339 msgstr ""
14340
14341 #: builtin/rerere.c:13
14342 msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
14343 msgstr ""
14344
14345 #: builtin/rerere.c:59
14346 msgid "register clean resolutions in index"
14347 msgstr ""
14348
14349 #: builtin/reset.c:29
14350 msgid ""
14351 "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
14352 msgstr ""
14353
14354 #: builtin/reset.c:30
14355 msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
14356 msgstr ""
14357
14358 #: builtin/reset.c:31
14359 msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
14360 msgstr ""
14361
14362 #: builtin/reset.c:37
14363 msgid "mixed"
14364 msgstr ""
14365
14366 #: builtin/reset.c:37
14367 msgid "soft"
14368 msgstr ""
14369
14370 #: builtin/reset.c:37
14371 msgid "hard"
14372 msgstr ""
14373
14374 #: builtin/reset.c:37
14375 msgid "merge"
14376 msgstr ""
14377
14378 #: builtin/reset.c:37
14379 msgid "keep"
14380 msgstr ""
14381
14382 #: builtin/reset.c:78
14383 msgid "You do not have a valid HEAD."
14384 msgstr ""
14385
14386 #: builtin/reset.c:80
14387 msgid "Failed to find tree of HEAD."
14388 msgstr ""
14389
14390 #: builtin/reset.c:86
14391 #, c-format
14392 msgid "Failed to find tree of %s."
14393 msgstr ""
14394
14395 #: builtin/reset.c:111
14396 #, c-format
14397 msgid "HEAD is now at %s"
14398 msgstr ""
14399
14400 #: builtin/reset.c:189
14401 #, c-format
14402 msgid "Cannot do a %s reset in the middle of a merge."
14403 msgstr ""
14404
14405 #: builtin/reset.c:289
14406 msgid "be quiet, only report errors"
14407 msgstr ""
14408
14409 #: builtin/reset.c:291
14410 msgid "reset HEAD and index"
14411 msgstr ""
14412
14413 #: builtin/reset.c:292
14414 msgid "reset only HEAD"
14415 msgstr ""
14416
14417 #: builtin/reset.c:294 builtin/reset.c:296
14418 msgid "reset HEAD, index and working tree"
14419 msgstr ""
14420
14421 #: builtin/reset.c:298
14422 msgid "reset HEAD but keep local changes"
14423 msgstr ""
14424
14425 #: builtin/reset.c:304
14426 msgid "record only the fact that removed paths will be added later"
14427 msgstr ""
14428
14429 #: builtin/reset.c:321
14430 #, c-format
14431 msgid "Failed to resolve '%s' as a valid revision."
14432 msgstr ""
14433
14434 #: builtin/reset.c:329
14435 #, c-format
14436 msgid "Failed to resolve '%s' as a valid tree."
14437 msgstr ""
14438
14439 #: builtin/reset.c:338
14440 msgid "--patch is incompatible with --{hard,mixed,soft}"
14441 msgstr ""
14442
14443 #: builtin/reset.c:347
14444 msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
14445 msgstr ""
14446
14447 #: builtin/reset.c:349
14448 #, c-format
14449 msgid "Cannot do %s reset with paths."
14450 msgstr ""
14451
14452 #: builtin/reset.c:359
14453 #, c-format
14454 msgid "%s reset is not allowed in a bare repository"
14455 msgstr ""
14456
14457 #: builtin/reset.c:363
14458 msgid "-N can only be used with --mixed"
14459 msgstr ""
14460
14461 #: builtin/reset.c:380
14462 msgid "Unstaged changes after reset:"
14463 msgstr ""
14464
14465 #: builtin/reset.c:386
14466 #, c-format
14467 msgid "Could not reset index file to revision '%s'."
14468 msgstr ""
14469
14470 #: builtin/reset.c:390
14471 msgid "Could not write new index file."
14472 msgstr ""
14473
14474 #: builtin/rev-list.c:399
14475 msgid "cannot combine --exclude-promisor-objects and --missing"
14476 msgstr ""
14477
14478 #: builtin/rev-list.c:457
14479 msgid "object filtering requires --objects"
14480 msgstr ""
14481
14482 #: builtin/rev-list.c:460
14483 #, c-format
14484 msgid "invalid sparse value '%s'"
14485 msgstr ""
14486
14487 #: builtin/rev-list.c:501
14488 msgid "rev-list does not support display of notes"
14489 msgstr ""
14490
14491 #: builtin/rev-list.c:504
14492 msgid "cannot combine --use-bitmap-index with object filtering"
14493 msgstr ""
14494
14495 #: builtin/rev-parse.c:406
14496 msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
14497 msgstr ""
14498
14499 #: builtin/rev-parse.c:411
14500 msgid "keep the `--` passed as an arg"
14501 msgstr ""
14502
14503 #: builtin/rev-parse.c:413
14504 msgid "stop parsing after the first non-option argument"
14505 msgstr ""
14506
14507 #: builtin/rev-parse.c:416
14508 msgid "output in stuck long form"
14509 msgstr ""
14510
14511 #: builtin/rev-parse.c:549
14512 msgid ""
14513 "git rev-parse --parseopt [<options>] -- [<args>...]\n"
14514 " or: git rev-parse --sq-quote [<arg>...]\n"
14515 " or: git rev-parse [<options>] [<arg>...]\n"
14516 "\n"
14517 "Run \"git rev-parse --parseopt -h\" for more information on the first usage."
14518 msgstr ""
14519
14520 #: builtin/revert.c:24
14521 msgid "git revert [<options>] <commit-ish>..."
14522 msgstr ""
14523
14524 #: builtin/revert.c:25
14525 msgid "git revert <subcommand>"
14526 msgstr ""
14527
14528 #: builtin/revert.c:30
14529 msgid "git cherry-pick [<options>] <commit-ish>..."
14530 msgstr ""
14531
14532 #: builtin/revert.c:31
14533 msgid "git cherry-pick <subcommand>"
14534 msgstr ""
14535
14536 #: builtin/revert.c:91
14537 #, c-format
14538 msgid "%s: %s cannot be used with %s"
14539 msgstr ""
14540
14541 #: builtin/revert.c:100
14542 msgid "end revert or cherry-pick sequence"
14543 msgstr ""
14544
14545 #: builtin/revert.c:101
14546 msgid "resume revert or cherry-pick sequence"
14547 msgstr ""
14548
14549 #: builtin/revert.c:102
14550 msgid "cancel revert or cherry-pick sequence"
14551 msgstr ""
14552
14553 #: builtin/revert.c:103
14554 msgid "don't automatically commit"
14555 msgstr ""
14556
14557 #: builtin/revert.c:104
14558 msgid "edit the commit message"
14559 msgstr ""
14560
14561 #: builtin/revert.c:107
14562 msgid "parent-number"
14563 msgstr ""
14564
14565 #: builtin/revert.c:108
14566 msgid "select mainline parent"
14567 msgstr ""
14568
14569 #: builtin/revert.c:110
14570 msgid "merge strategy"
14571 msgstr ""
14572
14573 #: builtin/revert.c:111
14574 msgid "option"
14575 msgstr ""
14576
14577 #: builtin/revert.c:112
14578 msgid "option for merge strategy"
14579 msgstr ""
14580
14581 #: builtin/revert.c:121
14582 msgid "append commit name"
14583 msgstr ""
14584
14585 #: builtin/revert.c:123
14586 msgid "preserve initially empty commits"
14587 msgstr ""
14588
14589 #: builtin/revert.c:125
14590 msgid "keep redundant, empty commits"
14591 msgstr ""
14592
14593 #: builtin/revert.c:219
14594 msgid "revert failed"
14595 msgstr ""
14596
14597 #: builtin/revert.c:232
14598 msgid "cherry-pick failed"
14599 msgstr ""
14600
14601 #: builtin/rm.c:18
14602 msgid "git rm [<options>] [--] <file>..."
14603 msgstr ""
14604
14605 #: builtin/rm.c:206
14606 msgid ""
14607 "the following file has staged content different from both the\n"
14608 "file and the HEAD:"
14609 msgid_plural ""
14610 "the following files have staged content different from both the\n"
14611 "file and the HEAD:"
14612 msgstr[0] ""
14613 msgstr[1] ""
14614
14615 #: builtin/rm.c:211
14616 msgid ""
14617 "\n"
14618 "(use -f to force removal)"
14619 msgstr ""
14620
14621 #: builtin/rm.c:215
14622 msgid "the following file has changes staged in the index:"
14623 msgid_plural "the following files have changes staged in the index:"
14624 msgstr[0] ""
14625 msgstr[1] ""
14626
14627 #: builtin/rm.c:219 builtin/rm.c:228
14628 msgid ""
14629 "\n"
14630 "(use --cached to keep the file, or -f to force removal)"
14631 msgstr ""
14632
14633 #: builtin/rm.c:225
14634 msgid "the following file has local modifications:"
14635 msgid_plural "the following files have local modifications:"
14636 msgstr[0] ""
14637 msgstr[1] ""
14638
14639 #: builtin/rm.c:241
14640 msgid "do not list removed files"
14641 msgstr ""
14642
14643 #: builtin/rm.c:242
14644 msgid "only remove from the index"
14645 msgstr ""
14646
14647 #: builtin/rm.c:243
14648 msgid "override the up-to-date check"
14649 msgstr ""
14650
14651 #: builtin/rm.c:244
14652 msgid "allow recursive removal"
14653 msgstr ""
14654
14655 #: builtin/rm.c:246
14656 msgid "exit with a zero status even if nothing matched"
14657 msgstr ""
14658
14659 #: builtin/rm.c:288
14660 msgid "please stage your changes to .gitmodules or stash them to proceed"
14661 msgstr ""
14662
14663 #: builtin/rm.c:306
14664 #, c-format
14665 msgid "not removing '%s' recursively without -r"
14666 msgstr ""
14667
14668 #: builtin/rm.c:345
14669 #, c-format
14670 msgid "git rm: unable to remove %s"
14671 msgstr ""
14672
14673 #: builtin/rm.c:368
14674 #, c-format
14675 msgid "could not remove '%s'"
14676 msgstr ""
14677
14678 #: builtin/send-pack.c:20
14679 msgid ""
14680 "git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
14681 "receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
14682 "[<ref>...]\n"
14683 " --all and explicit <ref> specification are mutually exclusive."
14684 msgstr ""
14685
14686 #: builtin/send-pack.c:163
14687 msgid "remote name"
14688 msgstr ""
14689
14690 #: builtin/send-pack.c:177
14691 msgid "use stateless RPC protocol"
14692 msgstr ""
14693
14694 #: builtin/send-pack.c:178
14695 msgid "read refs from stdin"
14696 msgstr ""
14697
14698 #: builtin/send-pack.c:179
14699 msgid "print status from remote helper"
14700 msgstr ""
14701
14702 #: builtin/serve.c:7
14703 msgid "git serve [<options>]"
14704 msgstr ""
14705
14706 #: builtin/serve.c:17 builtin/upload-pack.c:23
14707 msgid "quit after a single request/response exchange"
14708 msgstr ""
14709
14710 #: builtin/serve.c:19
14711 msgid "exit immediately after advertising capabilities"
14712 msgstr ""
14713
14714 #: builtin/shortlog.c:14
14715 msgid "git shortlog [<options>] [<revision-range>] [[--] <path>...]"
14716 msgstr ""
14717
14718 #: builtin/shortlog.c:15
14719 msgid "git log --pretty=short | git shortlog [<options>]"
14720 msgstr ""
14721
14722 #: builtin/shortlog.c:264
14723 msgid "Group by committer rather than author"
14724 msgstr ""
14725
14726 #: builtin/shortlog.c:266
14727 msgid "sort output according to the number of commits per author"
14728 msgstr ""
14729
14730 #: builtin/shortlog.c:268
14731 msgid "Suppress commit descriptions, only provides commit count"
14732 msgstr ""
14733
14734 #: builtin/shortlog.c:270
14735 msgid "Show the email address of each author"
14736 msgstr ""
14737
14738 #: builtin/shortlog.c:271
14739 msgid "<w>[,<i1>[,<i2>]]"
14740 msgstr ""
14741
14742 #: builtin/shortlog.c:272
14743 msgid "Linewrap output"
14744 msgstr ""
14745
14746 #: builtin/shortlog.c:299
14747 msgid "too many arguments given outside repository"
14748 msgstr ""
14749
14750 #: builtin/show-branch.c:13
14751 msgid ""
14752 "git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
14753 "\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
14754 "\t\t[--more=<n> | --list | --independent | --merge-base]\n"
14755 "\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
14756 msgstr ""
14757
14758 #: builtin/show-branch.c:17
14759 msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
14760 msgstr ""
14761
14762 #: builtin/show-branch.c:395
14763 #, c-format
14764 msgid "ignoring %s; cannot handle more than %d ref"
14765 msgid_plural "ignoring %s; cannot handle more than %d refs"
14766 msgstr[0] ""
14767 msgstr[1] ""
14768
14769 #: builtin/show-branch.c:549
14770 #, c-format
14771 msgid "no matching refs with %s"
14772 msgstr ""
14773
14774 #: builtin/show-branch.c:645
14775 msgid "show remote-tracking and local branches"
14776 msgstr ""
14777
14778 #: builtin/show-branch.c:647
14779 msgid "show remote-tracking branches"
14780 msgstr ""
14781
14782 #: builtin/show-branch.c:649
14783 msgid "color '*!+-' corresponding to the branch"
14784 msgstr ""
14785
14786 #: builtin/show-branch.c:651
14787 msgid "show <n> more commits after the common ancestor"
14788 msgstr ""
14789
14790 #: builtin/show-branch.c:653
14791 msgid "synonym to more=-1"
14792 msgstr ""
14793
14794 #: builtin/show-branch.c:654
14795 msgid "suppress naming strings"
14796 msgstr ""
14797
14798 #: builtin/show-branch.c:656
14799 msgid "include the current branch"
14800 msgstr ""
14801
14802 #: builtin/show-branch.c:658
14803 msgid "name commits with their object names"
14804 msgstr ""
14805
14806 #: builtin/show-branch.c:660
14807 msgid "show possible merge bases"
14808 msgstr ""
14809
14810 #: builtin/show-branch.c:662
14811 msgid "show refs unreachable from any other ref"
14812 msgstr ""
14813
14814 #: builtin/show-branch.c:664
14815 msgid "show commits in topological order"
14816 msgstr ""
14817
14818 #: builtin/show-branch.c:667
14819 msgid "show only commits not on the first branch"
14820 msgstr ""
14821
14822 #: builtin/show-branch.c:669
14823 msgid "show merges reachable from only one tip"
14824 msgstr ""
14825
14826 #: builtin/show-branch.c:671
14827 msgid "topologically sort, maintaining date order where possible"
14828 msgstr ""
14829
14830 #: builtin/show-branch.c:674
14831 msgid "<n>[,<base>]"
14832 msgstr ""
14833
14834 #: builtin/show-branch.c:675
14835 msgid "show <n> most recent ref-log entries starting at base"
14836 msgstr ""
14837
14838 #: builtin/show-branch.c:711
14839 msgid ""
14840 "--reflog is incompatible with --all, --remotes, --independent or --merge-base"
14841 msgstr ""
14842
14843 #: builtin/show-branch.c:735
14844 msgid "no branches given, and HEAD is not valid"
14845 msgstr ""
14846
14847 #: builtin/show-branch.c:738
14848 msgid "--reflog option needs one branch name"
14849 msgstr ""
14850
14851 #: builtin/show-branch.c:741
14852 #, c-format
14853 msgid "only %d entry can be shown at one time."
14854 msgid_plural "only %d entries can be shown at one time."
14855 msgstr[0] ""
14856 msgstr[1] ""
14857
14858 #: builtin/show-branch.c:745
14859 #, c-format
14860 msgid "no such ref %s"
14861 msgstr ""
14862
14863 #: builtin/show-branch.c:829
14864 #, c-format
14865 msgid "cannot handle more than %d rev."
14866 msgid_plural "cannot handle more than %d revs."
14867 msgstr[0] ""
14868 msgstr[1] ""
14869
14870 #: builtin/show-branch.c:833
14871 #, c-format
14872 msgid "'%s' is not a valid ref."
14873 msgstr ""
14874
14875 #: builtin/show-branch.c:836
14876 #, c-format
14877 msgid "cannot find commit %s (%s)"
14878 msgstr ""
14879
14880 #: builtin/show-ref.c:11
14881 msgid ""
14882 "git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
14883 "hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
14884 msgstr ""
14885
14886 #: builtin/show-ref.c:12
14887 msgid "git show-ref --exclude-existing[=<pattern>]"
14888 msgstr ""
14889
14890 #: builtin/show-ref.c:160
14891 msgid "only show tags (can be combined with heads)"
14892 msgstr ""
14893
14894 #: builtin/show-ref.c:161
14895 msgid "only show heads (can be combined with tags)"
14896 msgstr ""
14897
14898 #: builtin/show-ref.c:162
14899 msgid "stricter reference checking, requires exact ref path"
14900 msgstr ""
14901
14902 #: builtin/show-ref.c:165 builtin/show-ref.c:167
14903 msgid "show the HEAD reference, even if it would be filtered out"
14904 msgstr ""
14905
14906 #: builtin/show-ref.c:169
14907 msgid "dereference tags into object IDs"
14908 msgstr ""
14909
14910 #: builtin/show-ref.c:171
14911 msgid "only show SHA1 hash using <n> digits"
14912 msgstr ""
14913
14914 #: builtin/show-ref.c:175
14915 msgid "do not print results to stdout (useful with --verify)"
14916 msgstr ""
14917
14918 #: builtin/show-ref.c:177
14919 msgid "show refs from stdin that aren't in local repository"
14920 msgstr ""
14921
14922 #: builtin/stripspace.c:18
14923 msgid "git stripspace [-s | --strip-comments]"
14924 msgstr ""
14925
14926 #: builtin/stripspace.c:19
14927 msgid "git stripspace [-c | --comment-lines]"
14928 msgstr ""
14929
14930 #: builtin/stripspace.c:36
14931 msgid "skip and remove all lines starting with comment character"
14932 msgstr ""
14933
14934 #: builtin/stripspace.c:39
14935 msgid "prepend comment character and space to each line"
14936 msgstr ""
14937
14938 #: builtin/submodule--helper.c:37 builtin/submodule--helper.c:1833
14939 #, c-format
14940 msgid "No such ref: %s"
14941 msgstr ""
14942
14943 #: builtin/submodule--helper.c:44 builtin/submodule--helper.c:1842
14944 #, c-format
14945 msgid "Expecting a full ref name, got %s"
14946 msgstr ""
14947
14948 #: builtin/submodule--helper.c:61
14949 msgid "submodule--helper print-default-remote takes no arguments"
14950 msgstr ""
14951
14952 #: builtin/submodule--helper.c:99
14953 #, c-format
14954 msgid "cannot strip one component off url '%s'"
14955 msgstr ""
14956
14957 #: builtin/submodule--helper.c:407 builtin/submodule--helper.c:1356
14958 msgid "alternative anchor for relative paths"
14959 msgstr ""
14960
14961 #: builtin/submodule--helper.c:412
14962 msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
14963 msgstr ""
14964
14965 #: builtin/submodule--helper.c:469 builtin/submodule--helper.c:606
14966 #: builtin/submodule--helper.c:629
14967 #, c-format
14968 msgid "No url found for submodule path '%s' in .gitmodules"
14969 msgstr ""
14970
14971 #: builtin/submodule--helper.c:521
14972 #, c-format
14973 msgid "Entering '%s'\n"
14974 msgstr ""
14975
14976 #: builtin/submodule--helper.c:524
14977 #, c-format
14978 msgid ""
14979 "run_command returned non-zero status for %s\n"
14980 "."
14981 msgstr ""
14982
14983 #: builtin/submodule--helper.c:545
14984 #, c-format
14985 msgid ""
14986 "run_command returned non-zero status while recursing in the nested "
14987 "submodules of %s\n"
14988 "."
14989 msgstr ""
14990
14991 #: builtin/submodule--helper.c:561
14992 msgid "Suppress output of entering each submodule command"
14993 msgstr ""
14994
14995 #: builtin/submodule--helper.c:563 builtin/submodule--helper.c:1040
14996 msgid "Recurse into nested submodules"
14997 msgstr ""
14998
14999 #: builtin/submodule--helper.c:568
15000 msgid "git submodule--helper foreach [--quiet] [--recursive] <command>"
15001 msgstr ""
15002
15003 #: builtin/submodule--helper.c:644
15004 #, c-format
15005 msgid ""
15006 "could not lookup configuration '%s'. Assuming this repository is its own "
15007 "authoritative upstream."
15008 msgstr ""
15009
15010 #: builtin/submodule--helper.c:655
15011 #, c-format
15012 msgid "Failed to register url for submodule path '%s'"
15013 msgstr ""
15014
15015 #: builtin/submodule--helper.c:659
15016 #, c-format
15017 msgid "Submodule '%s' (%s) registered for path '%s'\n"
15018 msgstr ""
15019
15020 #: builtin/submodule--helper.c:669
15021 #, c-format
15022 msgid "warning: command update mode suggested for submodule '%s'\n"
15023 msgstr ""
15024
15025 #: builtin/submodule--helper.c:676
15026 #, c-format
15027 msgid "Failed to register update mode for submodule path '%s'"
15028 msgstr ""
15029
15030 #: builtin/submodule--helper.c:698
15031 msgid "Suppress output for initializing a submodule"
15032 msgstr ""
15033
15034 #: builtin/submodule--helper.c:703
15035 msgid "git submodule--helper init [<path>]"
15036 msgstr ""
15037
15038 #: builtin/submodule--helper.c:775 builtin/submodule--helper.c:901
15039 #, c-format
15040 msgid "no submodule mapping found in .gitmodules for path '%s'"
15041 msgstr ""
15042
15043 #: builtin/submodule--helper.c:814
15044 #, c-format
15045 msgid "could not resolve HEAD ref inside the submodule '%s'"
15046 msgstr ""
15047
15048 #: builtin/submodule--helper.c:841 builtin/submodule--helper.c:1010
15049 #, c-format
15050 msgid "failed to recurse into submodule '%s'"
15051 msgstr ""
15052
15053 #: builtin/submodule--helper.c:865 builtin/submodule--helper.c:1176
15054 msgid "Suppress submodule status output"
15055 msgstr ""
15056
15057 #: builtin/submodule--helper.c:866
15058 msgid ""
15059 "Use commit stored in the index instead of the one stored in the submodule "
15060 "HEAD"
15061 msgstr ""
15062
15063 #: builtin/submodule--helper.c:867
15064 msgid "recurse into nested submodules"
15065 msgstr ""
15066
15067 #: builtin/submodule--helper.c:872
15068 msgid "git submodule status [--quiet] [--cached] [--recursive] [<path>...]"
15069 msgstr ""
15070
15071 #: builtin/submodule--helper.c:896
15072 msgid "git submodule--helper name <path>"
15073 msgstr ""
15074
15075 #: builtin/submodule--helper.c:960
15076 #, c-format
15077 msgid "Synchronizing submodule url for '%s'\n"
15078 msgstr ""
15079
15080 #: builtin/submodule--helper.c:966
15081 #, c-format
15082 msgid "failed to register url for submodule path '%s'"
15083 msgstr ""
15084
15085 #: builtin/submodule--helper.c:980
15086 #, c-format
15087 msgid "failed to get the default remote for submodule '%s'"
15088 msgstr ""
15089
15090 #: builtin/submodule--helper.c:991
15091 #, c-format
15092 msgid "failed to update remote for submodule '%s'"
15093 msgstr ""
15094
15095 #: builtin/submodule--helper.c:1038
15096 msgid "Suppress output of synchronizing submodule url"
15097 msgstr ""
15098
15099 #: builtin/submodule--helper.c:1045
15100 msgid "git submodule--helper sync [--quiet] [--recursive] [<path>]"
15101 msgstr ""
15102
15103 #: builtin/submodule--helper.c:1099
15104 #, c-format
15105 msgid ""
15106 "Submodule work tree '%s' contains a .git directory (use 'rm -rf' if you "
15107 "really want to remove it including all of its history)"
15108 msgstr ""
15109
15110 #: builtin/submodule--helper.c:1111
15111 #, c-format
15112 msgid ""
15113 "Submodule work tree '%s' contains local modifications; use '-f' to discard "
15114 "them"
15115 msgstr ""
15116
15117 #: builtin/submodule--helper.c:1119
15118 #, c-format
15119 msgid "Cleared directory '%s'\n"
15120 msgstr ""
15121
15122 #: builtin/submodule--helper.c:1121
15123 #, c-format
15124 msgid "Could not remove submodule work tree '%s'\n"
15125 msgstr ""
15126
15127 #: builtin/submodule--helper.c:1132
15128 #, c-format
15129 msgid "could not create empty submodule directory %s"
15130 msgstr ""
15131
15132 #: builtin/submodule--helper.c:1148
15133 #, c-format
15134 msgid "Submodule '%s' (%s) unregistered for path '%s'\n"
15135 msgstr ""
15136
15137 #: builtin/submodule--helper.c:1177
15138 msgid "Remove submodule working trees even if they contain local changes"
15139 msgstr ""
15140
15141 #: builtin/submodule--helper.c:1178
15142 msgid "Unregister all submodules"
15143 msgstr ""
15144
15145 #: builtin/submodule--helper.c:1183
15146 msgid ""
15147 "git submodule deinit [--quiet] [-f | --force] [--all | [--] [<path>...]]"
15148 msgstr ""
15149
15150 #: builtin/submodule--helper.c:1197
15151 msgid "Use '--all' if you really want to deinitialize all submodules"
15152 msgstr ""
15153
15154 #: builtin/submodule--helper.c:1290 builtin/submodule--helper.c:1293
15155 #, c-format
15156 msgid "submodule '%s' cannot add alternate: %s"
15157 msgstr ""
15158
15159 #: builtin/submodule--helper.c:1329
15160 #, c-format
15161 msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
15162 msgstr ""
15163
15164 #: builtin/submodule--helper.c:1336
15165 #, c-format
15166 msgid "Value '%s' for submodule.alternateLocation is not recognized"
15167 msgstr ""
15168
15169 #: builtin/submodule--helper.c:1359
15170 msgid "where the new submodule will be cloned to"
15171 msgstr ""
15172
15173 #: builtin/submodule--helper.c:1362
15174 msgid "name of the new submodule"
15175 msgstr ""
15176
15177 #: builtin/submodule--helper.c:1365
15178 msgid "url where to clone the submodule from"
15179 msgstr ""
15180
15181 #: builtin/submodule--helper.c:1373
15182 msgid "depth for shallow clones"
15183 msgstr ""
15184
15185 #: builtin/submodule--helper.c:1376 builtin/submodule--helper.c:1751
15186 msgid "force cloning progress"
15187 msgstr ""
15188
15189 #: builtin/submodule--helper.c:1381
15190 msgid ""
15191 "git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
15192 "<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
15193 msgstr ""
15194
15195 #: builtin/submodule--helper.c:1412
15196 #, c-format
15197 msgid "clone of '%s' into submodule path '%s' failed"
15198 msgstr ""
15199
15200 #: builtin/submodule--helper.c:1426
15201 #, c-format
15202 msgid "could not get submodule directory for '%s'"
15203 msgstr ""
15204
15205 #: builtin/submodule--helper.c:1492
15206 #, c-format
15207 msgid "Submodule path '%s' not initialized"
15208 msgstr ""
15209
15210 #: builtin/submodule--helper.c:1496
15211 msgid "Maybe you want to use 'update --init'?"
15212 msgstr ""
15213
15214 #: builtin/submodule--helper.c:1525
15215 #, c-format
15216 msgid "Skipping unmerged submodule %s"
15217 msgstr ""
15218
15219 #: builtin/submodule--helper.c:1554
15220 #, c-format
15221 msgid "Skipping submodule '%s'"
15222 msgstr ""
15223
15224 #: builtin/submodule--helper.c:1689
15225 #, c-format
15226 msgid "Failed to clone '%s'. Retry scheduled"
15227 msgstr ""
15228
15229 #: builtin/submodule--helper.c:1700
15230 #, c-format
15231 msgid "Failed to clone '%s' a second time, aborting"
15232 msgstr ""
15233
15234 #: builtin/submodule--helper.c:1730 builtin/submodule--helper.c:1953
15235 msgid "path into the working tree"
15236 msgstr ""
15237
15238 #: builtin/submodule--helper.c:1733
15239 msgid "path into the working tree, across nested submodule boundaries"
15240 msgstr ""
15241
15242 #: builtin/submodule--helper.c:1737
15243 msgid "rebase, merge, checkout or none"
15244 msgstr ""
15245
15246 #: builtin/submodule--helper.c:1743
15247 msgid "Create a shallow clone truncated to the specified number of revisions"
15248 msgstr ""
15249
15250 #: builtin/submodule--helper.c:1746
15251 msgid "parallel jobs"
15252 msgstr ""
15253
15254 #: builtin/submodule--helper.c:1748
15255 msgid "whether the initial clone should follow the shallow recommendation"
15256 msgstr ""
15257
15258 #: builtin/submodule--helper.c:1749
15259 msgid "don't print cloning progress"
15260 msgstr ""
15261
15262 #: builtin/submodule--helper.c:1756
15263 msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
15264 msgstr ""
15265
15266 #: builtin/submodule--helper.c:1769
15267 msgid "bad value for update parameter"
15268 msgstr ""
15269
15270 #: builtin/submodule--helper.c:1837
15271 #, c-format
15272 msgid ""
15273 "Submodule (%s) branch configured to inherit branch from superproject, but "
15274 "the superproject is not on any branch"
15275 msgstr ""
15276
15277 #: builtin/submodule--helper.c:1954
15278 msgid "recurse into submodules"
15279 msgstr ""
15280
15281 #: builtin/submodule--helper.c:1960
15282 msgid "git submodule--helper embed-git-dir [<path>...]"
15283 msgstr ""
15284
15285 #: builtin/submodule--helper.c:2071
15286 #, c-format
15287 msgid "%s doesn't support --super-prefix"
15288 msgstr ""
15289
15290 #: builtin/submodule--helper.c:2077
15291 #, c-format
15292 msgid "'%s' is not a valid submodule--helper subcommand"
15293 msgstr ""
15294
15295 #: builtin/symbolic-ref.c:8
15296 msgid "git symbolic-ref [<options>] <name> [<ref>]"
15297 msgstr ""
15298
15299 #: builtin/symbolic-ref.c:9
15300 msgid "git symbolic-ref -d [-q] <name>"
15301 msgstr ""
15302
15303 #: builtin/symbolic-ref.c:40
15304 msgid "suppress error message for non-symbolic (detached) refs"
15305 msgstr ""
15306
15307 #: builtin/symbolic-ref.c:41
15308 msgid "delete symbolic ref"
15309 msgstr ""
15310
15311 #: builtin/symbolic-ref.c:42
15312 msgid "shorten ref output"
15313 msgstr ""
15314
15315 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:363
15316 msgid "reason"
15317 msgstr ""
15318
15319 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:363
15320 msgid "reason of the update"
15321 msgstr ""
15322
15323 #: builtin/tag.c:25
15324 msgid ""
15325 "git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
15326 "[<head>]"
15327 msgstr ""
15328
15329 #: builtin/tag.c:26
15330 msgid "git tag -d <tagname>..."
15331 msgstr ""
15332
15333 #: builtin/tag.c:27
15334 msgid ""
15335 "git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
15336 "points-at <object>]\n"
15337 "\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
15338 msgstr ""
15339
15340 #: builtin/tag.c:29
15341 msgid "git tag -v [--format=<format>] <tagname>..."
15342 msgstr ""
15343
15344 #: builtin/tag.c:87
15345 #, c-format
15346 msgid "tag '%s' not found."
15347 msgstr ""
15348
15349 #: builtin/tag.c:103
15350 #, c-format
15351 msgid "Deleted tag '%s' (was %s)\n"
15352 msgstr ""
15353
15354 #: builtin/tag.c:133
15355 #, c-format
15356 msgid ""
15357 "\n"
15358 "Write a message for tag:\n"
15359 " %s\n"
15360 "Lines starting with '%c' will be ignored.\n"
15361 msgstr ""
15362
15363 #: builtin/tag.c:137
15364 #, c-format
15365 msgid ""
15366 "\n"
15367 "Write a message for tag:\n"
15368 " %s\n"
15369 "Lines starting with '%c' will be kept; you may remove them yourself if you "
15370 "want to.\n"
15371 msgstr ""
15372
15373 #: builtin/tag.c:191
15374 msgid "unable to sign the tag"
15375 msgstr ""
15376
15377 #: builtin/tag.c:193
15378 msgid "unable to write tag file"
15379 msgstr ""
15380
15381 #: builtin/tag.c:218
15382 msgid "bad object type."
15383 msgstr ""
15384
15385 #: builtin/tag.c:267
15386 msgid "no tag message?"
15387 msgstr ""
15388
15389 #: builtin/tag.c:274
15390 #, c-format
15391 msgid "The tag message has been left in %s\n"
15392 msgstr ""
15393
15394 #: builtin/tag.c:383
15395 msgid "list tag names"
15396 msgstr ""
15397
15398 #: builtin/tag.c:385
15399 msgid "print <n> lines of each tag message"
15400 msgstr ""
15401
15402 #: builtin/tag.c:387
15403 msgid "delete tags"
15404 msgstr ""
15405
15406 #: builtin/tag.c:388
15407 msgid "verify tags"
15408 msgstr ""
15409
15410 #: builtin/tag.c:390
15411 msgid "Tag creation options"
15412 msgstr ""
15413
15414 #: builtin/tag.c:392
15415 msgid "annotated tag, needs a message"
15416 msgstr ""
15417
15418 #: builtin/tag.c:394
15419 msgid "tag message"
15420 msgstr ""
15421
15422 #: builtin/tag.c:396
15423 msgid "force edit of tag message"
15424 msgstr ""
15425
15426 #: builtin/tag.c:397
15427 msgid "annotated and GPG-signed tag"
15428 msgstr ""
15429
15430 #: builtin/tag.c:401
15431 msgid "use another key to sign the tag"
15432 msgstr ""
15433
15434 #: builtin/tag.c:402
15435 msgid "replace the tag if exists"
15436 msgstr ""
15437
15438 #: builtin/tag.c:403 builtin/update-ref.c:369
15439 msgid "create a reflog"
15440 msgstr ""
15441
15442 #: builtin/tag.c:405
15443 msgid "Tag listing options"
15444 msgstr ""
15445
15446 #: builtin/tag.c:406
15447 msgid "show tag list in columns"
15448 msgstr ""
15449
15450 #: builtin/tag.c:407 builtin/tag.c:409
15451 msgid "print only tags that contain the commit"
15452 msgstr ""
15453
15454 #: builtin/tag.c:408 builtin/tag.c:410
15455 msgid "print only tags that don't contain the commit"
15456 msgstr ""
15457
15458 #: builtin/tag.c:411
15459 msgid "print only tags that are merged"
15460 msgstr ""
15461
15462 #: builtin/tag.c:412
15463 msgid "print only tags that are not merged"
15464 msgstr ""
15465
15466 #: builtin/tag.c:417
15467 msgid "print only tags of the object"
15468 msgstr ""
15469
15470 #: builtin/tag.c:461
15471 msgid "--column and -n are incompatible"
15472 msgstr ""
15473
15474 #: builtin/tag.c:483
15475 msgid "-n option is only allowed in list mode"
15476 msgstr ""
15477
15478 #: builtin/tag.c:485
15479 msgid "--contains option is only allowed in list mode"
15480 msgstr ""
15481
15482 #: builtin/tag.c:487
15483 msgid "--no-contains option is only allowed in list mode"
15484 msgstr ""
15485
15486 #: builtin/tag.c:489
15487 msgid "--points-at option is only allowed in list mode"
15488 msgstr ""
15489
15490 #: builtin/tag.c:491
15491 msgid "--merged and --no-merged options are only allowed in list mode"
15492 msgstr ""
15493
15494 #: builtin/tag.c:502
15495 msgid "only one -F or -m option is allowed."
15496 msgstr ""
15497
15498 #: builtin/tag.c:521
15499 msgid "too many params"
15500 msgstr ""
15501
15502 #: builtin/tag.c:527
15503 #, c-format
15504 msgid "'%s' is not a valid tag name."
15505 msgstr ""
15506
15507 #: builtin/tag.c:532
15508 #, c-format
15509 msgid "tag '%s' already exists"
15510 msgstr ""
15511
15512 #: builtin/tag.c:563
15513 #, c-format
15514 msgid "Updated tag '%s' (was %s)\n"
15515 msgstr ""
15516
15517 #: builtin/unpack-objects.c:500
15518 msgid "Unpacking objects"
15519 msgstr ""
15520
15521 #: builtin/update-index.c:82
15522 #, c-format
15523 msgid "failed to create directory %s"
15524 msgstr ""
15525
15526 #: builtin/update-index.c:98
15527 #, c-format
15528 msgid "failed to create file %s"
15529 msgstr ""
15530
15531 #: builtin/update-index.c:106
15532 #, c-format
15533 msgid "failed to delete file %s"
15534 msgstr ""
15535
15536 #: builtin/update-index.c:113 builtin/update-index.c:219
15537 #, c-format
15538 msgid "failed to delete directory %s"
15539 msgstr ""
15540
15541 #: builtin/update-index.c:138
15542 #, c-format
15543 msgid "Testing mtime in '%s' "
15544 msgstr ""
15545
15546 #: builtin/update-index.c:152
15547 msgid "directory stat info does not change after adding a new file"
15548 msgstr ""
15549
15550 #: builtin/update-index.c:165
15551 msgid "directory stat info does not change after adding a new directory"
15552 msgstr ""
15553
15554 #: builtin/update-index.c:178
15555 msgid "directory stat info changes after updating a file"
15556 msgstr ""
15557
15558 #: builtin/update-index.c:189
15559 msgid "directory stat info changes after adding a file inside subdirectory"
15560 msgstr ""
15561
15562 #: builtin/update-index.c:200
15563 msgid "directory stat info does not change after deleting a file"
15564 msgstr ""
15565
15566 #: builtin/update-index.c:213
15567 msgid "directory stat info does not change after deleting a directory"
15568 msgstr ""
15569
15570 #: builtin/update-index.c:220
15571 msgid " OK"
15572 msgstr ""
15573
15574 #: builtin/update-index.c:588
15575 msgid "git update-index [<options>] [--] [<file>...]"
15576 msgstr ""
15577
15578 #: builtin/update-index.c:944
15579 msgid "continue refresh even when index needs update"
15580 msgstr ""
15581
15582 #: builtin/update-index.c:947
15583 msgid "refresh: ignore submodules"
15584 msgstr ""
15585
15586 #: builtin/update-index.c:950
15587 msgid "do not ignore new files"
15588 msgstr ""
15589
15590 #: builtin/update-index.c:952
15591 msgid "let files replace directories and vice-versa"
15592 msgstr ""
15593
15594 #: builtin/update-index.c:954
15595 msgid "notice files missing from worktree"
15596 msgstr ""
15597
15598 #: builtin/update-index.c:956
15599 msgid "refresh even if index contains unmerged entries"
15600 msgstr ""
15601
15602 #: builtin/update-index.c:959
15603 msgid "refresh stat information"
15604 msgstr ""
15605
15606 #: builtin/update-index.c:963
15607 msgid "like --refresh, but ignore assume-unchanged setting"
15608 msgstr ""
15609
15610 #: builtin/update-index.c:967
15611 msgid "<mode>,<object>,<path>"
15612 msgstr ""
15613
15614 #: builtin/update-index.c:968
15615 msgid "add the specified entry to the index"
15616 msgstr ""
15617
15618 #: builtin/update-index.c:977
15619 msgid "mark files as \"not changing\""
15620 msgstr ""
15621
15622 #: builtin/update-index.c:980
15623 msgid "clear assumed-unchanged bit"
15624 msgstr ""
15625
15626 #: builtin/update-index.c:983
15627 msgid "mark files as \"index-only\""
15628 msgstr ""
15629
15630 #: builtin/update-index.c:986
15631 msgid "clear skip-worktree bit"
15632 msgstr ""
15633
15634 #: builtin/update-index.c:989
15635 msgid "add to index only; do not add content to object database"
15636 msgstr ""
15637
15638 #: builtin/update-index.c:991
15639 msgid "remove named paths even if present in worktree"
15640 msgstr ""
15641
15642 #: builtin/update-index.c:993
15643 msgid "with --stdin: input lines are terminated by null bytes"
15644 msgstr ""
15645
15646 #: builtin/update-index.c:995
15647 msgid "read list of paths to be updated from standard input"
15648 msgstr ""
15649
15650 #: builtin/update-index.c:999
15651 msgid "add entries from standard input to the index"
15652 msgstr ""
15653
15654 #: builtin/update-index.c:1003
15655 msgid "repopulate stages #2 and #3 for the listed paths"
15656 msgstr ""
15657
15658 #: builtin/update-index.c:1007
15659 msgid "only update entries that differ from HEAD"
15660 msgstr ""
15661
15662 #: builtin/update-index.c:1011
15663 msgid "ignore files missing from worktree"
15664 msgstr ""
15665
15666 #: builtin/update-index.c:1014
15667 msgid "report actions to standard output"
15668 msgstr ""
15669
15670 #: builtin/update-index.c:1016
15671 msgid "(for porcelains) forget saved unresolved conflicts"
15672 msgstr ""
15673
15674 #: builtin/update-index.c:1020
15675 msgid "write index in this format"
15676 msgstr ""
15677
15678 #: builtin/update-index.c:1022
15679 msgid "enable or disable split index"
15680 msgstr ""
15681
15682 #: builtin/update-index.c:1024
15683 msgid "enable/disable untracked cache"
15684 msgstr ""
15685
15686 #: builtin/update-index.c:1026
15687 msgid "test if the filesystem supports untracked cache"
15688 msgstr ""
15689
15690 #: builtin/update-index.c:1028
15691 msgid "enable untracked cache without testing the filesystem"
15692 msgstr ""
15693
15694 #: builtin/update-index.c:1030
15695 msgid "write out the index even if is not flagged as changed"
15696 msgstr ""
15697
15698 #: builtin/update-index.c:1032
15699 msgid "enable or disable file system monitor"
15700 msgstr ""
15701
15702 #: builtin/update-index.c:1034
15703 msgid "mark files as fsmonitor valid"
15704 msgstr ""
15705
15706 #: builtin/update-index.c:1037
15707 msgid "clear fsmonitor valid bit"
15708 msgstr ""
15709
15710 #: builtin/update-index.c:1136
15711 msgid ""
15712 "core.splitIndex is set to false; remove or change it, if you really want to "
15713 "enable split index"
15714 msgstr ""
15715
15716 #: builtin/update-index.c:1145
15717 msgid ""
15718 "core.splitIndex is set to true; remove or change it, if you really want to "
15719 "disable split index"
15720 msgstr ""
15721
15722 #: builtin/update-index.c:1156
15723 msgid ""
15724 "core.untrackedCache is set to true; remove or change it, if you really want "
15725 "to disable the untracked cache"
15726 msgstr ""
15727
15728 #: builtin/update-index.c:1160
15729 msgid "Untracked cache disabled"
15730 msgstr ""
15731
15732 #: builtin/update-index.c:1168
15733 msgid ""
15734 "core.untrackedCache is set to false; remove or change it, if you really want "
15735 "to enable the untracked cache"
15736 msgstr ""
15737
15738 #: builtin/update-index.c:1172
15739 #, c-format
15740 msgid "Untracked cache enabled for '%s'"
15741 msgstr ""
15742
15743 #: builtin/update-index.c:1180
15744 msgid "core.fsmonitor is unset; set it if you really want to enable fsmonitor"
15745 msgstr ""
15746
15747 #: builtin/update-index.c:1184
15748 msgid "fsmonitor enabled"
15749 msgstr ""
15750
15751 #: builtin/update-index.c:1187
15752 msgid ""
15753 "core.fsmonitor is set; remove it if you really want to disable fsmonitor"
15754 msgstr ""
15755
15756 #: builtin/update-index.c:1191
15757 msgid "fsmonitor disabled"
15758 msgstr ""
15759
15760 #: builtin/update-ref.c:10
15761 msgid "git update-ref [<options>] -d <refname> [<old-val>]"
15762 msgstr ""
15763
15764 #: builtin/update-ref.c:11
15765 msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"
15766 msgstr ""
15767
15768 #: builtin/update-ref.c:12
15769 msgid "git update-ref [<options>] --stdin [-z]"
15770 msgstr ""
15771
15772 #: builtin/update-ref.c:364
15773 msgid "delete the reference"
15774 msgstr ""
15775
15776 #: builtin/update-ref.c:366
15777 msgid "update <refname> not the one it points to"
15778 msgstr ""
15779
15780 #: builtin/update-ref.c:367
15781 msgid "stdin has NUL-terminated arguments"
15782 msgstr ""
15783
15784 #: builtin/update-ref.c:368
15785 msgid "read updates from stdin"
15786 msgstr ""
15787
15788 #: builtin/update-server-info.c:7
15789 msgid "git update-server-info [--force]"
15790 msgstr ""
15791
15792 #: builtin/update-server-info.c:15
15793 msgid "update the info files from scratch"
15794 msgstr ""
15795
15796 #: builtin/upload-pack.c:11
15797 msgid "git upload-pack [<options>] <dir>"
15798 msgstr ""
15799
15800 #: builtin/upload-pack.c:25
15801 msgid "exit immediately after initial ref advertisement"
15802 msgstr ""
15803
15804 #: builtin/upload-pack.c:27
15805 msgid "do not try <directory>/.git/ if <directory> is no Git directory"
15806 msgstr ""
15807
15808 #: builtin/upload-pack.c:29
15809 msgid "interrupt transfer after <n> seconds of inactivity"
15810 msgstr ""
15811
15812 #: builtin/verify-commit.c:20
15813 msgid "git verify-commit [-v | --verbose] <commit>..."
15814 msgstr ""
15815
15816 #: builtin/verify-commit.c:76
15817 msgid "print commit contents"
15818 msgstr ""
15819
15820 #: builtin/verify-commit.c:77 builtin/verify-tag.c:38
15821 msgid "print raw gpg status output"
15822 msgstr ""
15823
15824 #: builtin/verify-pack.c:55
15825 msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
15826 msgstr ""
15827
15828 #: builtin/verify-pack.c:65
15829 msgid "verbose"
15830 msgstr ""
15831
15832 #: builtin/verify-pack.c:67
15833 msgid "show statistics only"
15834 msgstr ""
15835
15836 #: builtin/verify-tag.c:19
15837 msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
15838 msgstr ""
15839
15840 #: builtin/verify-tag.c:37
15841 msgid "print tag contents"
15842 msgstr ""
15843
15844 #: builtin/worktree.c:17
15845 msgid "git worktree add [<options>] <path> [<commit-ish>]"
15846 msgstr ""
15847
15848 #: builtin/worktree.c:18
15849 msgid "git worktree list [<options>]"
15850 msgstr ""
15851
15852 #: builtin/worktree.c:19
15853 msgid "git worktree lock [<options>] <path>"
15854 msgstr ""
15855
15856 #: builtin/worktree.c:20
15857 msgid "git worktree move <worktree> <new-path>"
15858 msgstr ""
15859
15860 #: builtin/worktree.c:21
15861 msgid "git worktree prune [<options>]"
15862 msgstr ""
15863
15864 #: builtin/worktree.c:22
15865 msgid "git worktree remove [<options>] <worktree>"
15866 msgstr ""
15867
15868 #: builtin/worktree.c:23
15869 msgid "git worktree unlock <path>"
15870 msgstr ""
15871
15872 #: builtin/worktree.c:59
15873 #, c-format
15874 msgid "Removing worktrees/%s: not a valid directory"
15875 msgstr ""
15876
15877 #: builtin/worktree.c:65
15878 #, c-format
15879 msgid "Removing worktrees/%s: gitdir file does not exist"
15880 msgstr ""
15881
15882 #: builtin/worktree.c:70 builtin/worktree.c:79
15883 #, c-format
15884 msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
15885 msgstr ""
15886
15887 #: builtin/worktree.c:89
15888 #, c-format
15889 msgid ""
15890 "Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "
15891 "%<PRIuMAX>)"
15892 msgstr ""
15893
15894 #: builtin/worktree.c:97
15895 #, c-format
15896 msgid "Removing worktrees/%s: invalid gitdir file"
15897 msgstr ""
15898
15899 #: builtin/worktree.c:106
15900 #, c-format
15901 msgid "Removing worktrees/%s: gitdir file points to non-existent location"
15902 msgstr ""
15903
15904 #: builtin/worktree.c:153
15905 msgid "report pruned working trees"
15906 msgstr ""
15907
15908 #: builtin/worktree.c:155
15909 msgid "expire working trees older than <time>"
15910 msgstr ""
15911
15912 #: builtin/worktree.c:230
15913 #, c-format
15914 msgid "'%s' already exists"
15915 msgstr ""
15916
15917 #: builtin/worktree.c:261
15918 #, c-format
15919 msgid "could not create directory of '%s'"
15920 msgstr ""
15921
15922 #: builtin/worktree.c:380 builtin/worktree.c:386
15923 #, c-format
15924 msgid "Preparing worktree (new branch '%s')"
15925 msgstr ""
15926
15927 #: builtin/worktree.c:382
15928 #, c-format
15929 msgid "Preparing worktree (resetting branch '%s'; was at %s)"
15930 msgstr ""
15931
15932 #: builtin/worktree.c:391
15933 #, c-format
15934 msgid "Preparing worktree (checking out '%s')"
15935 msgstr ""
15936
15937 #: builtin/worktree.c:397
15938 #, c-format
15939 msgid "Preparing worktree (detached HEAD %s)"
15940 msgstr ""
15941
15942 #: builtin/worktree.c:438
15943 msgid "checkout <branch> even if already checked out in other worktree"
15944 msgstr ""
15945
15946 #: builtin/worktree.c:441
15947 msgid "create a new branch"
15948 msgstr ""
15949
15950 #: builtin/worktree.c:443
15951 msgid "create or reset a branch"
15952 msgstr ""
15953
15954 #: builtin/worktree.c:445
15955 msgid "populate the new working tree"
15956 msgstr ""
15957
15958 #: builtin/worktree.c:446
15959 msgid "keep the new working tree locked"
15960 msgstr ""
15961
15962 #: builtin/worktree.c:449
15963 msgid "set up tracking mode (see git-branch(1))"
15964 msgstr ""
15965
15966 #: builtin/worktree.c:452
15967 msgid "try to match the new branch name with a remote-tracking branch"
15968 msgstr ""
15969
15970 #: builtin/worktree.c:460
15971 msgid "-b, -B, and --detach are mutually exclusive"
15972 msgstr ""
15973
15974 #: builtin/worktree.c:521
15975 msgid "--[no-]track can only be used if a new branch is created"
15976 msgstr ""
15977
15978 #: builtin/worktree.c:621
15979 msgid "reason for locking"
15980 msgstr ""
15981
15982 #: builtin/worktree.c:633 builtin/worktree.c:666 builtin/worktree.c:720
15983 #: builtin/worktree.c:860
15984 #, c-format
15985 msgid "'%s' is not a working tree"
15986 msgstr ""
15987
15988 #: builtin/worktree.c:635 builtin/worktree.c:668
15989 msgid "The main working tree cannot be locked or unlocked"
15990 msgstr ""
15991
15992 #: builtin/worktree.c:640
15993 #, c-format
15994 msgid "'%s' is already locked, reason: %s"
15995 msgstr ""
15996
15997 #: builtin/worktree.c:642
15998 #, c-format
15999 msgid "'%s' is already locked"
16000 msgstr ""
16001
16002 #: builtin/worktree.c:670
16003 #, c-format
16004 msgid "'%s' is not locked"
16005 msgstr ""
16006
16007 #: builtin/worktree.c:695
16008 msgid "working trees containing submodules cannot be moved or removed"
16009 msgstr ""
16010
16011 #: builtin/worktree.c:722 builtin/worktree.c:862
16012 #, c-format
16013 msgid "'%s' is a main working tree"
16014 msgstr ""
16015
16016 #: builtin/worktree.c:727
16017 #, c-format
16018 msgid "could not figure out destination name from '%s'"
16019 msgstr ""
16020
16021 #: builtin/worktree.c:733
16022 #, c-format
16023 msgid "target '%s' already exists"
16024 msgstr ""
16025
16026 #: builtin/worktree.c:740
16027 #, c-format
16028 msgid "cannot move a locked working tree, lock reason: %s"
16029 msgstr ""
16030
16031 #: builtin/worktree.c:742
16032 msgid "cannot move a locked working tree"
16033 msgstr ""
16034
16035 #: builtin/worktree.c:745
16036 #, c-format
16037 msgid "validation failed, cannot move working tree: %s"
16038 msgstr ""
16039
16040 #: builtin/worktree.c:750
16041 #, c-format
16042 msgid "failed to move '%s' to '%s'"
16043 msgstr ""
16044
16045 #: builtin/worktree.c:798
16046 #, c-format
16047 msgid "failed to run 'git status' on '%s'"
16048 msgstr ""
16049
16050 #: builtin/worktree.c:802
16051 #, c-format
16052 msgid "'%s' is dirty, use --force to delete it"
16053 msgstr ""
16054
16055 #: builtin/worktree.c:807
16056 #, c-format
16057 msgid "failed to run 'git status' on '%s', code %d"
16058 msgstr ""
16059
16060 #: builtin/worktree.c:818 builtin/worktree.c:832
16061 #, c-format
16062 msgid "failed to delete '%s'"
16063 msgstr ""
16064
16065 #: builtin/worktree.c:844
16066 msgid "force removing even if the worktree is dirty"
16067 msgstr ""
16068
16069 #: builtin/worktree.c:866
16070 #, c-format
16071 msgid "cannot remove a locked working tree, lock reason: %s"
16072 msgstr ""
16073
16074 #: builtin/worktree.c:868
16075 msgid "cannot remove a locked working tree"
16076 msgstr ""
16077
16078 #: builtin/worktree.c:871
16079 #, c-format
16080 msgid "validation failed, cannot remove working tree: %s"
16081 msgstr ""
16082
16083 #: builtin/write-tree.c:14
16084 msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
16085 msgstr ""
16086
16087 #: builtin/write-tree.c:27
16088 msgid "<prefix>/"
16089 msgstr ""
16090
16091 #: builtin/write-tree.c:28
16092 msgid "write tree object for a subdirectory <prefix>"
16093 msgstr ""
16094
16095 #: builtin/write-tree.c:30
16096 msgid "only useful for debugging"
16097 msgstr ""
16098
16099 #: credential-cache--daemon.c:222
16100 #, c-format
16101 msgid ""
16102 "The permissions on your socket directory are too loose; other\n"
16103 "users may be able to read your cached credentials. Consider running:\n"
16104 "\n"
16105 "\tchmod 0700 %s"
16106 msgstr ""
16107
16108 #: credential-cache--daemon.c:271
16109 msgid "print debugging messages to stderr"
16110 msgstr ""
16111
16112 #: git.c:27
16113 msgid ""
16114 "git [--version] [--help] [-C <path>] [-c <name>=<value>]\n"
16115 " [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n"
16116 " [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--"
16117 "bare]\n"
16118 " [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]\n"
16119 " <command> [<args>]"
16120 msgstr ""
16121
16122 #: git.c:34
16123 msgid ""
16124 "'git help -a' and 'git help -g' list available subcommands and some\n"
16125 "concept guides. See 'git help <command>' or 'git help <concept>'\n"
16126 "to read about a specific subcommand or concept."
16127 msgstr ""
16128
16129 #: git.c:173
16130 #, c-format
16131 msgid "no directory given for --git-dir\n"
16132 msgstr ""
16133
16134 #: git.c:187
16135 #, c-format
16136 msgid "no namespace given for --namespace\n"
16137 msgstr ""
16138
16139 #: git.c:201
16140 #, c-format
16141 msgid "no directory given for --work-tree\n"
16142 msgstr ""
16143
16144 #: git.c:215
16145 #, c-format
16146 msgid "no prefix given for --super-prefix\n"
16147 msgstr ""
16148
16149 #: git.c:237
16150 #, c-format
16151 msgid "-c expects a configuration string\n"
16152 msgstr ""
16153
16154 #: git.c:275
16155 #, c-format
16156 msgid "no directory given for -C\n"
16157 msgstr ""
16158
16159 #: git.c:300
16160 #, c-format
16161 msgid "unknown option: %s\n"
16162 msgstr ""
16163
16164 #: git.c:770
16165 #, c-format
16166 msgid "expansion of alias '%s' failed; '%s' is not a git command\n"
16167 msgstr ""
16168
16169 #: git.c:782
16170 #, c-format
16171 msgid "failed to run command '%s': %s\n"
16172 msgstr ""
16173
16174 #: http.c:348
16175 #, c-format
16176 msgid "negative value for http.postbuffer; defaulting to %d"
16177 msgstr ""
16178
16179 #: http.c:369
16180 msgid "Delegation control is not supported with cURL < 7.22.0"
16181 msgstr ""
16182
16183 #: http.c:378
16184 msgid "Public key pinning not supported with cURL < 7.44.0"
16185 msgstr ""
16186
16187 #: http.c:1854
16188 #, c-format
16189 msgid ""
16190 "unable to update url base from redirection:\n"
16191 " asked for: %s\n"
16192 " redirect: %s"
16193 msgstr ""
16194
16195 #: remote-curl.c:401
16196 #, c-format
16197 msgid "redirecting to %s"
16198 msgstr ""
16199
16200 #: list-objects-filter-options.h:59
16201 msgid "args"
16202 msgstr ""
16203
16204 #: list-objects-filter-options.h:60
16205 msgid "object filtering"
16206 msgstr ""
16207
16208 #: parse-options.h:157
16209 msgid "expiry-date"
16210 msgstr ""
16211
16212 #: parse-options.h:172
16213 msgid "no-op (backward compatibility)"
16214 msgstr ""
16215
16216 #: parse-options.h:251
16217 msgid "be more verbose"
16218 msgstr ""
16219
16220 #: parse-options.h:253
16221 msgid "be more quiet"
16222 msgstr ""
16223
16224 #: parse-options.h:259
16225 msgid "use <n> digits to display SHA-1s"
16226 msgstr ""
16227
16228 #: command-list.h:50
16229 msgid "Add file contents to the index"
16230 msgstr ""
16231
16232 #: command-list.h:51
16233 msgid "Apply a series of patches from a mailbox"
16234 msgstr ""
16235
16236 #: command-list.h:52
16237 msgid "Annotate file lines with commit information"
16238 msgstr ""
16239
16240 #: command-list.h:53
16241 msgid "Apply a patch to files and/or to the index"
16242 msgstr ""
16243
16244 #: command-list.h:54
16245 msgid "Import an Arch repository into Git"
16246 msgstr ""
16247
16248 #: command-list.h:55
16249 msgid "Create an archive of files from a named tree"
16250 msgstr ""
16251
16252 #: command-list.h:56
16253 msgid "Use binary search to find the commit that introduced a bug"
16254 msgstr ""
16255
16256 #: command-list.h:57
16257 msgid "Show what revision and author last modified each line of a file"
16258 msgstr ""
16259
16260 #: command-list.h:58
16261 msgid "List, create, or delete branches"
16262 msgstr ""
16263
16264 #: command-list.h:59
16265 msgid "Move objects and refs by archive"
16266 msgstr ""
16267
16268 #: command-list.h:60
16269 msgid "Provide content or type and size information for repository objects"
16270 msgstr ""
16271
16272 #: command-list.h:61
16273 msgid "Display gitattributes information"
16274 msgstr ""
16275
16276 #: command-list.h:62
16277 msgid "Debug gitignore / exclude files"
16278 msgstr ""
16279
16280 #: command-list.h:63
16281 msgid "Show canonical names and email addresses of contacts"
16282 msgstr ""
16283
16284 #: command-list.h:64
16285 msgid "Switch branches or restore working tree files"
16286 msgstr ""
16287
16288 #: command-list.h:65
16289 msgid "Copy files from the index to the working tree"
16290 msgstr ""
16291
16292 #: command-list.h:66
16293 msgid "Ensures that a reference name is well formed"
16294 msgstr ""
16295
16296 #: command-list.h:67
16297 msgid "Find commits yet to be applied to upstream"
16298 msgstr ""
16299
16300 #: command-list.h:68
16301 msgid "Apply the changes introduced by some existing commits"
16302 msgstr ""
16303
16304 #: command-list.h:69
16305 msgid "Graphical alternative to git-commit"
16306 msgstr ""
16307
16308 #: command-list.h:70
16309 msgid "Remove untracked files from the working tree"
16310 msgstr ""
16311
16312 #: command-list.h:71
16313 msgid "Clone a repository into a new directory"
16314 msgstr ""
16315
16316 #: command-list.h:72
16317 msgid "Display data in columns"
16318 msgstr ""
16319
16320 #: command-list.h:73
16321 msgid "Record changes to the repository"
16322 msgstr ""
16323
16324 #: command-list.h:74
16325 msgid "Write and verify Git commit graph files"
16326 msgstr ""
16327
16328 #: command-list.h:75
16329 msgid "Create a new commit object"
16330 msgstr ""
16331
16332 #: command-list.h:76
16333 msgid "Get and set repository or global options"
16334 msgstr ""
16335
16336 #: command-list.h:77
16337 msgid "Count unpacked number of objects and their disk consumption"
16338 msgstr ""
16339
16340 #: command-list.h:78
16341 msgid "Retrieve and store user credentials"
16342 msgstr ""
16343
16344 #: command-list.h:79
16345 msgid "Helper to temporarily store passwords in memory"
16346 msgstr ""
16347
16348 #: command-list.h:80
16349 msgid "Helper to store credentials on disk"
16350 msgstr ""
16351
16352 #: command-list.h:81
16353 msgid "Export a single commit to a CVS checkout"
16354 msgstr ""
16355
16356 #: command-list.h:82
16357 msgid "Salvage your data out of another SCM people love to hate"
16358 msgstr ""
16359
16360 #: command-list.h:83
16361 msgid "A CVS server emulator for Git"
16362 msgstr ""
16363
16364 #: command-list.h:84
16365 msgid "A really simple server for Git repositories"
16366 msgstr ""
16367
16368 #: command-list.h:85
16369 msgid "Give an object a human readable name based on an available ref"
16370 msgstr ""
16371
16372 #: command-list.h:86
16373 msgid "Show changes between commits, commit and working tree, etc"
16374 msgstr ""
16375
16376 #: command-list.h:87
16377 msgid "Compares files in the working tree and the index"
16378 msgstr ""
16379
16380 #: command-list.h:88
16381 msgid "Compare a tree to the working tree or index"
16382 msgstr ""
16383
16384 #: command-list.h:89
16385 msgid "Compares the content and mode of blobs found via two tree objects"
16386 msgstr ""
16387
16388 #: command-list.h:90
16389 msgid "Show changes using common diff tools"
16390 msgstr ""
16391
16392 #: command-list.h:91
16393 msgid "Git data exporter"
16394 msgstr ""
16395
16396 #: command-list.h:92
16397 msgid "Backend for fast Git data importers"
16398 msgstr ""
16399
16400 #: command-list.h:93
16401 msgid "Download objects and refs from another repository"
16402 msgstr ""
16403
16404 #: command-list.h:94
16405 msgid "Receive missing objects from another repository"
16406 msgstr ""
16407
16408 #: command-list.h:95
16409 msgid "Rewrite branches"
16410 msgstr ""
16411
16412 #: command-list.h:96
16413 msgid "Produce a merge commit message"
16414 msgstr ""
16415
16416 #: command-list.h:97
16417 msgid "Output information on each ref"
16418 msgstr ""
16419
16420 #: command-list.h:98
16421 msgid "Prepare patches for e-mail submission"
16422 msgstr ""
16423
16424 #: command-list.h:99
16425 msgid "Verifies the connectivity and validity of the objects in the database"
16426 msgstr ""
16427
16428 #: command-list.h:100
16429 msgid "Cleanup unnecessary files and optimize the local repository"
16430 msgstr ""
16431
16432 #: command-list.h:101
16433 msgid "Extract commit ID from an archive created using git-archive"
16434 msgstr ""
16435
16436 #: command-list.h:102
16437 msgid "Print lines matching a pattern"
16438 msgstr ""
16439
16440 #: command-list.h:103
16441 msgid "A portable graphical interface to Git"
16442 msgstr ""
16443
16444 #: command-list.h:104
16445 msgid "Compute object ID and optionally creates a blob from a file"
16446 msgstr ""
16447
16448 #: command-list.h:105
16449 msgid "Display help information about Git"
16450 msgstr ""
16451
16452 #: command-list.h:106
16453 msgid "Server side implementation of Git over HTTP"
16454 msgstr ""
16455
16456 #: command-list.h:107
16457 msgid "Download from a remote Git repository via HTTP"
16458 msgstr ""
16459
16460 #: command-list.h:108
16461 msgid "Push objects over HTTP/DAV to another repository"
16462 msgstr ""
16463
16464 #: command-list.h:109
16465 msgid "Send a collection of patches from stdin to an IMAP folder"
16466 msgstr ""
16467
16468 #: command-list.h:110
16469 msgid "Build pack index file for an existing packed archive"
16470 msgstr ""
16471
16472 #: command-list.h:111
16473 msgid "Create an empty Git repository or reinitialize an existing one"
16474 msgstr ""
16475
16476 #: command-list.h:112
16477 msgid "Instantly browse your working repository in gitweb"
16478 msgstr ""
16479
16480 #: command-list.h:113
16481 msgid "add or parse structured information in commit messages"
16482 msgstr ""
16483
16484 #: command-list.h:114
16485 msgid "The Git repository browser"
16486 msgstr ""
16487
16488 #: command-list.h:115
16489 msgid "Show commit logs"
16490 msgstr ""
16491
16492 #: command-list.h:116
16493 msgid "Show information about files in the index and the working tree"
16494 msgstr ""
16495
16496 #: command-list.h:117
16497 msgid "List references in a remote repository"
16498 msgstr ""
16499
16500 #: command-list.h:118
16501 msgid "List the contents of a tree object"
16502 msgstr ""
16503
16504 #: command-list.h:119
16505 msgid "Extracts patch and authorship from a single e-mail message"
16506 msgstr ""
16507
16508 #: command-list.h:120
16509 msgid "Simple UNIX mbox splitter program"
16510 msgstr ""
16511
16512 #: command-list.h:121
16513 msgid "Join two or more development histories together"
16514 msgstr ""
16515
16516 #: command-list.h:122
16517 msgid "Find as good common ancestors as possible for a merge"
16518 msgstr ""
16519
16520 #: command-list.h:123
16521 msgid "Run a three-way file merge"
16522 msgstr ""
16523
16524 #: command-list.h:124
16525 msgid "Run a merge for files needing merging"
16526 msgstr ""
16527
16528 #: command-list.h:125
16529 msgid "The standard helper program to use with git-merge-index"
16530 msgstr ""
16531
16532 #: command-list.h:126
16533 msgid "Run merge conflict resolution tools to resolve merge conflicts"
16534 msgstr ""
16535
16536 #: command-list.h:127
16537 msgid "Show three-way merge without touching index"
16538 msgstr ""
16539
16540 #: command-list.h:128
16541 msgid "Creates a tag object"
16542 msgstr ""
16543
16544 #: command-list.h:129
16545 msgid "Build a tree-object from ls-tree formatted text"
16546 msgstr ""
16547
16548 #: command-list.h:130
16549 msgid "Move or rename a file, a directory, or a symlink"
16550 msgstr ""
16551
16552 #: command-list.h:131
16553 msgid "Find symbolic names for given revs"
16554 msgstr ""
16555
16556 #: command-list.h:132
16557 msgid "Add or inspect object notes"
16558 msgstr ""
16559
16560 #: command-list.h:133
16561 msgid "Import from and submit to Perforce repositories"
16562 msgstr ""
16563
16564 #: command-list.h:134
16565 msgid "Create a packed archive of objects"
16566 msgstr ""
16567
16568 #: command-list.h:135
16569 msgid "Find redundant pack files"
16570 msgstr ""
16571
16572 #: command-list.h:136
16573 msgid "Pack heads and tags for efficient repository access"
16574 msgstr ""
16575
16576 #: command-list.h:137
16577 msgid "Routines to help parsing remote repository access parameters"
16578 msgstr ""
16579
16580 #: command-list.h:138
16581 msgid "Compute unique ID for a patch"
16582 msgstr ""
16583
16584 #: command-list.h:139
16585 msgid "Prune all unreachable objects from the object database"
16586 msgstr ""
16587
16588 #: command-list.h:140
16589 msgid "Remove extra objects that are already in pack files"
16590 msgstr ""
16591
16592 #: command-list.h:141
16593 msgid "Fetch from and integrate with another repository or a local branch"
16594 msgstr ""
16595
16596 #: command-list.h:142
16597 msgid "Update remote refs along with associated objects"
16598 msgstr ""
16599
16600 #: command-list.h:143
16601 msgid "Applies a quilt patchset onto the current branch"
16602 msgstr ""
16603
16604 #: command-list.h:144
16605 msgid "Compare two commit ranges (e.g. two versions of a branch)"
16606 msgstr ""
16607
16608 #: command-list.h:145
16609 msgid "Reads tree information into the index"
16610 msgstr ""
16611
16612 #: command-list.h:146
16613 msgid "Reapply commits on top of another base tip"
16614 msgstr ""
16615
16616 #: command-list.h:147
16617 msgid "Receive what is pushed into the repository"
16618 msgstr ""
16619
16620 #: command-list.h:148
16621 msgid "Manage reflog information"
16622 msgstr ""
16623
16624 #: command-list.h:149
16625 msgid "Manage set of tracked repositories"
16626 msgstr ""
16627
16628 #: command-list.h:150
16629 msgid "Pack unpacked objects in a repository"
16630 msgstr ""
16631
16632 #: command-list.h:151
16633 msgid "Create, list, delete refs to replace objects"
16634 msgstr ""
16635
16636 #: command-list.h:152
16637 msgid "Generates a summary of pending changes"
16638 msgstr ""
16639
16640 #: command-list.h:153
16641 msgid "Reuse recorded resolution of conflicted merges"
16642 msgstr ""
16643
16644 #: command-list.h:154
16645 msgid "Reset current HEAD to the specified state"
16646 msgstr ""
16647
16648 #: command-list.h:155
16649 msgid "Revert some existing commits"
16650 msgstr ""
16651
16652 #: command-list.h:156
16653 msgid "Lists commit objects in reverse chronological order"
16654 msgstr ""
16655
16656 #: command-list.h:157
16657 msgid "Pick out and massage parameters"
16658 msgstr ""
16659
16660 #: command-list.h:158
16661 msgid "Remove files from the working tree and from the index"
16662 msgstr ""
16663
16664 #: command-list.h:159
16665 msgid "Send a collection of patches as emails"
16666 msgstr ""
16667
16668 #: command-list.h:160
16669 msgid "Push objects over Git protocol to another repository"
16670 msgstr ""
16671
16672 #: command-list.h:161
16673 msgid "Restricted login shell for Git-only SSH access"
16674 msgstr ""
16675
16676 #: command-list.h:162
16677 msgid "Summarize 'git log' output"
16678 msgstr ""
16679
16680 #: command-list.h:163
16681 msgid "Show various types of objects"
16682 msgstr ""
16683
16684 #: command-list.h:164
16685 msgid "Show branches and their commits"
16686 msgstr ""
16687
16688 #: command-list.h:165
16689 msgid "Show packed archive index"
16690 msgstr ""
16691
16692 #: command-list.h:166
16693 msgid "List references in a local repository"
16694 msgstr ""
16695
16696 #: command-list.h:167
16697 msgid "Git's i18n setup code for shell scripts"
16698 msgstr ""
16699
16700 #: command-list.h:168
16701 msgid "Common Git shell script setup code"
16702 msgstr ""
16703
16704 #: command-list.h:169
16705 msgid "Stash the changes in a dirty working directory away"
16706 msgstr ""
16707
16708 #: command-list.h:170
16709 msgid "Add file contents to the staging area"
16710 msgstr ""
16711
16712 #: command-list.h:171
16713 msgid "Show the working tree status"
16714 msgstr ""
16715
16716 #: command-list.h:172
16717 msgid "Remove unnecessary whitespace"
16718 msgstr ""
16719
16720 #: command-list.h:173
16721 msgid "Initialize, update or inspect submodules"
16722 msgstr ""
16723
16724 #: command-list.h:174
16725 msgid "Bidirectional operation between a Subversion repository and Git"
16726 msgstr ""
16727
16728 #: command-list.h:175
16729 msgid "Read, modify and delete symbolic refs"
16730 msgstr ""
16731
16732 #: command-list.h:176
16733 msgid "Create, list, delete or verify a tag object signed with GPG"
16734 msgstr ""
16735
16736 #: command-list.h:177
16737 msgid "Creates a temporary file with a blob's contents"
16738 msgstr ""
16739
16740 #: command-list.h:178
16741 msgid "Unpack objects from a packed archive"
16742 msgstr ""
16743
16744 #: command-list.h:179
16745 msgid "Register file contents in the working tree to the index"
16746 msgstr ""
16747
16748 #: command-list.h:180
16749 msgid "Update the object name stored in a ref safely"
16750 msgstr ""
16751
16752 #: command-list.h:181
16753 msgid "Update auxiliary info file to help dumb servers"
16754 msgstr ""
16755
16756 #: command-list.h:182
16757 msgid "Send archive back to git-archive"
16758 msgstr ""
16759
16760 #: command-list.h:183
16761 msgid "Send objects packed back to git-fetch-pack"
16762 msgstr ""
16763
16764 #: command-list.h:184
16765 msgid "Show a Git logical variable"
16766 msgstr ""
16767
16768 #: command-list.h:185
16769 msgid "Check the GPG signature of commits"
16770 msgstr ""
16771
16772 #: command-list.h:186
16773 msgid "Validate packed Git archive files"
16774 msgstr ""
16775
16776 #: command-list.h:187
16777 msgid "Check the GPG signature of tags"
16778 msgstr ""
16779
16780 #: command-list.h:188
16781 msgid "Git web interface (web frontend to Git repositories)"
16782 msgstr ""
16783
16784 #: command-list.h:189
16785 msgid "Show logs with difference each commit introduces"
16786 msgstr ""
16787
16788 #: command-list.h:190
16789 msgid "Manage multiple working trees"
16790 msgstr ""
16791
16792 #: command-list.h:191
16793 msgid "Create a tree object from the current index"
16794 msgstr ""
16795
16796 #: command-list.h:192
16797 msgid "Defining attributes per path"
16798 msgstr ""
16799
16800 #: command-list.h:193
16801 msgid "Git command-line interface and conventions"
16802 msgstr ""
16803
16804 #: command-list.h:194
16805 msgid "A Git core tutorial for developers"
16806 msgstr ""
16807
16808 #: command-list.h:195
16809 msgid "Git for CVS users"
16810 msgstr ""
16811
16812 #: command-list.h:196
16813 msgid "Tweaking diff output"
16814 msgstr ""
16815
16816 #: command-list.h:197
16817 msgid "A useful minimum set of commands for Everyday Git"
16818 msgstr ""
16819
16820 #: command-list.h:198
16821 msgid "A Git Glossary"
16822 msgstr ""
16823
16824 #: command-list.h:199
16825 msgid "Hooks used by Git"
16826 msgstr ""
16827
16828 #: command-list.h:200
16829 msgid "Specifies intentionally untracked files to ignore"
16830 msgstr ""
16831
16832 #: command-list.h:201
16833 msgid "Defining submodule properties"
16834 msgstr ""
16835
16836 #: command-list.h:202
16837 msgid "Git namespaces"
16838 msgstr ""
16839
16840 #: command-list.h:203
16841 msgid "Git Repository Layout"
16842 msgstr ""
16843
16844 #: command-list.h:204
16845 msgid "Specifying revisions and ranges for Git"
16846 msgstr ""
16847
16848 #: command-list.h:205
16849 msgid "A tutorial introduction to Git: part two"
16850 msgstr ""
16851
16852 #: command-list.h:206
16853 msgid "A tutorial introduction to Git"
16854 msgstr ""
16855
16856 #: command-list.h:207
16857 msgid "An overview of recommended workflows with Git"
16858 msgstr ""
16859
16860 #: rerere.h:40
16861 msgid "update the index with reused conflict resolution if possible"
16862 msgstr ""
16863
16864 #: git-bisect.sh:54
16865 msgid "You need to start by \"git bisect start\""
16866 msgstr ""
16867
16868 #. TRANSLATORS: Make sure to include [Y] and [n] in your
16869 #. translation. The program will only accept English input
16870 #. at this point.
16871 #: git-bisect.sh:60
16872 msgid "Do you want me to do it for you [Y/n]? "
16873 msgstr ""
16874
16875 #: git-bisect.sh:121
16876 #, sh-format
16877 msgid "unrecognised option: '$arg'"
16878 msgstr ""
16879
16880 #: git-bisect.sh:125
16881 #, sh-format
16882 msgid "'$arg' does not appear to be a valid revision"
16883 msgstr ""
16884
16885 #: git-bisect.sh:154
16886 msgid "Bad HEAD - I need a HEAD"
16887 msgstr ""
16888
16889 #: git-bisect.sh:167
16890 #, sh-format
16891 msgid ""
16892 "Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
16893 msgstr ""
16894
16895 #: git-bisect.sh:177
16896 msgid "won't bisect on cg-seek'ed tree"
16897 msgstr ""
16898
16899 #: git-bisect.sh:181
16900 msgid "Bad HEAD - strange symbolic ref"
16901 msgstr ""
16902
16903 #: git-bisect.sh:233
16904 #, sh-format
16905 msgid "Bad bisect_write argument: $state"
16906 msgstr ""
16907
16908 #: git-bisect.sh:246
16909 #, sh-format
16910 msgid "Bad rev input: $arg"
16911 msgstr ""
16912
16913 #: git-bisect.sh:265
16914 #, sh-format
16915 msgid "Bad rev input: $bisected_head"
16916 msgstr ""
16917
16918 #: git-bisect.sh:274
16919 #, sh-format
16920 msgid "Bad rev input: $rev"
16921 msgstr ""
16922
16923 #: git-bisect.sh:283
16924 #, sh-format
16925 msgid "'git bisect $TERM_BAD' can take only one argument."
16926 msgstr ""
16927
16928 #: git-bisect.sh:306
16929 #, sh-format
16930 msgid "Warning: bisecting only with a $TERM_BAD commit."
16931 msgstr ""
16932
16933 #. TRANSLATORS: Make sure to include [Y] and [n] in your
16934 #. translation. The program will only accept English input
16935 #. at this point.
16936 #: git-bisect.sh:312
16937 msgid "Are you sure [Y/n]? "
16938 msgstr ""
16939
16940 #: git-bisect.sh:324
16941 #, sh-format
16942 msgid ""
16943 "You need to give me at least one $bad_syn and one $good_syn revision.\n"
16944 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
16945 msgstr ""
16946
16947 #: git-bisect.sh:327
16948 #, sh-format
16949 msgid ""
16950 "You need to start by \"git bisect start\".\n"
16951 "You then need to give me at least one $good_syn and one $bad_syn revision.\n"
16952 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
16953 msgstr ""
16954
16955 #: git-bisect.sh:398 git-bisect.sh:512
16956 msgid "We are not bisecting."
16957 msgstr ""
16958
16959 #: git-bisect.sh:405
16960 #, sh-format
16961 msgid "'$invalid' is not a valid commit"
16962 msgstr ""
16963
16964 #: git-bisect.sh:414
16965 #, sh-format
16966 msgid ""
16967 "Could not check out original HEAD '$branch'.\n"
16968 "Try 'git bisect reset <commit>'."
16969 msgstr ""
16970
16971 #: git-bisect.sh:422
16972 msgid "No logfile given"
16973 msgstr ""
16974
16975 #: git-bisect.sh:423
16976 #, sh-format
16977 msgid "cannot read $file for replaying"
16978 msgstr ""
16979
16980 #: git-bisect.sh:444
16981 msgid "?? what are you talking about?"
16982 msgstr ""
16983
16984 #: git-bisect.sh:453
16985 msgid "bisect run failed: no command provided."
16986 msgstr ""
16987
16988 #: git-bisect.sh:458
16989 #, sh-format
16990 msgid "running $command"
16991 msgstr ""
16992
16993 #: git-bisect.sh:465
16994 #, sh-format
16995 msgid ""
16996 "bisect run failed:\n"
16997 "exit code $res from '$command' is < 0 or >= 128"
16998 msgstr ""
16999
17000 #: git-bisect.sh:491
17001 msgid "bisect run cannot continue any more"
17002 msgstr ""
17003
17004 #: git-bisect.sh:497
17005 #, sh-format
17006 msgid ""
17007 "bisect run failed:\n"
17008 "'bisect_state $state' exited with error code $res"
17009 msgstr ""
17010
17011 #: git-bisect.sh:504
17012 msgid "bisect run success"
17013 msgstr ""
17014
17015 #: git-bisect.sh:533
17016 #, sh-format
17017 msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
17018 msgstr ""
17019
17020 #: git-bisect.sh:567
17021 msgid "no terms defined"
17022 msgstr ""
17023
17024 #: git-bisect.sh:584
17025 #, sh-format
17026 msgid ""
17027 "invalid argument $arg for 'git bisect terms'.\n"
17028 "Supported options are: --term-good|--term-old and --term-bad|--term-new."
17029 msgstr ""
17030
17031 #: git-merge-octopus.sh:46
17032 msgid ""
17033 "Error: Your local changes to the following files would be overwritten by "
17034 "merge"
17035 msgstr ""
17036
17037 #: git-merge-octopus.sh:61
17038 msgid "Automated merge did not work."
17039 msgstr ""
17040
17041 #: git-merge-octopus.sh:62
17042 msgid "Should not be doing an octopus."
17043 msgstr ""
17044
17045 #: git-merge-octopus.sh:73
17046 #, sh-format
17047 msgid "Unable to find common commit with $pretty_name"
17048 msgstr ""
17049
17050 #: git-merge-octopus.sh:77
17051 #, sh-format
17052 msgid "Already up to date with $pretty_name"
17053 msgstr ""
17054
17055 #: git-merge-octopus.sh:89
17056 #, sh-format
17057 msgid "Fast-forwarding to: $pretty_name"
17058 msgstr ""
17059
17060 #: git-merge-octopus.sh:97
17061 #, sh-format
17062 msgid "Trying simple merge with $pretty_name"
17063 msgstr ""
17064
17065 #: git-merge-octopus.sh:102
17066 msgid "Simple merge did not work, trying automatic merge."
17067 msgstr ""
17068
17069 #: git-rebase.sh:61
17070 msgid ""
17071 "Resolve all conflicts manually, mark them as resolved with\n"
17072 "\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"
17073 "You can instead skip this commit: run \"git rebase --skip\".\n"
17074 "To abort and get back to the state before \"git rebase\", run \"git rebase --"
17075 "abort\"."
17076 msgstr ""
17077
17078 #: git-rebase.sh:173 git-rebase.sh:454
17079 #, sh-format
17080 msgid "Could not move back to $head_name"
17081 msgstr ""
17082
17083 #: git-rebase.sh:184
17084 msgid "Applied autostash."
17085 msgstr ""
17086
17087 #: git-rebase.sh:187
17088 #, sh-format
17089 msgid "Cannot store $stash_sha1"
17090 msgstr ""
17091
17092 #: git-rebase.sh:236
17093 msgid "The pre-rebase hook refused to rebase."
17094 msgstr ""
17095
17096 #: git-rebase.sh:241
17097 msgid "It looks like 'git am' is in progress. Cannot rebase."
17098 msgstr ""
17099
17100 #: git-rebase.sh:415
17101 msgid "No rebase in progress?"
17102 msgstr ""
17103
17104 #: git-rebase.sh:426
17105 msgid "The --edit-todo action can only be used during interactive rebase."
17106 msgstr ""
17107
17108 #: git-rebase.sh:433
17109 msgid "Cannot read HEAD"
17110 msgstr ""
17111
17112 #: git-rebase.sh:436
17113 msgid ""
17114 "You must edit all merge conflicts and then\n"
17115 "mark them as resolved using git add"
17116 msgstr ""
17117
17118 #: git-rebase.sh:480
17119 #, sh-format
17120 msgid ""
17121 "It seems that there is already a $state_dir_base directory, and\n"
17122 "I wonder if you are in the middle of another rebase. If that is the\n"
17123 "case, please try\n"
17124 "\t$cmd_live_rebase\n"
17125 "If that is not the case, please\n"
17126 "\t$cmd_clear_stale_rebase\n"
17127 "and run me again. I am stopping in case you still have something\n"
17128 "valuable there."
17129 msgstr ""
17130
17131 #: git-rebase.sh:545
17132 msgid "error: cannot combine '--signoff' with '--preserve-merges'"
17133 msgstr ""
17134
17135 #: git-rebase.sh:556
17136 msgid "error: cannot combine '--preserve_merges' with '--rebase-merges'"
17137 msgstr ""
17138
17139 #: git-rebase.sh:562
17140 msgid "error: cannot combine '--rebase_merges' with '--strategy-option'"
17141 msgstr ""
17142
17143 #: git-rebase.sh:564
17144 msgid "error: cannot combine '--rebase_merges' with '--strategy'"
17145 msgstr ""
17146
17147 #: git-rebase.sh:590
17148 #, sh-format
17149 msgid "invalid upstream '$upstream_name'"
17150 msgstr ""
17151
17152 #: git-rebase.sh:614
17153 #, sh-format
17154 msgid "$onto_name: there are more than one merge bases"
17155 msgstr ""
17156
17157 #: git-rebase.sh:617 git-rebase.sh:621
17158 #, sh-format
17159 msgid "$onto_name: there is no merge base"
17160 msgstr ""
17161
17162 #: git-rebase.sh:626
17163 #, sh-format
17164 msgid "Does not point to a valid commit: $onto_name"
17165 msgstr ""
17166
17167 #: git-rebase.sh:652
17168 #, sh-format
17169 msgid "fatal: no such branch/commit '$branch_name'"
17170 msgstr ""
17171
17172 #: git-rebase.sh:685
17173 msgid "Cannot autostash"
17174 msgstr ""
17175
17176 #: git-rebase.sh:690
17177 #, sh-format
17178 msgid "Created autostash: $stash_abbrev"
17179 msgstr ""
17180
17181 #: git-rebase.sh:694
17182 msgid "Please commit or stash them."
17183 msgstr ""
17184
17185 #: git-rebase.sh:717
17186 #, sh-format
17187 msgid "HEAD is up to date."
17188 msgstr ""
17189
17190 #: git-rebase.sh:719
17191 #, sh-format
17192 msgid "Current branch $branch_name is up to date."
17193 msgstr ""
17194
17195 #: git-rebase.sh:727
17196 #, sh-format
17197 msgid "HEAD is up to date, rebase forced."
17198 msgstr ""
17199
17200 #: git-rebase.sh:729
17201 #, sh-format
17202 msgid "Current branch $branch_name is up to date, rebase forced."
17203 msgstr ""
17204
17205 #: git-rebase.sh:741
17206 #, sh-format
17207 msgid "Changes from $mb to $onto:"
17208 msgstr ""
17209
17210 #: git-rebase.sh:750
17211 msgid "First, rewinding head to replay your work on top of it..."
17212 msgstr ""
17213
17214 #: git-rebase.sh:760
17215 #, sh-format
17216 msgid "Fast-forwarded $branch_name to $onto_name."
17217 msgstr ""
17218
17219 #: git-stash.sh:61
17220 msgid "git stash clear with parameters is unimplemented"
17221 msgstr ""
17222
17223 #: git-stash.sh:108
17224 msgid "You do not have the initial commit yet"
17225 msgstr ""
17226
17227 #: git-stash.sh:123
17228 msgid "Cannot save the current index state"
17229 msgstr ""
17230
17231 #: git-stash.sh:138
17232 msgid "Cannot save the untracked files"
17233 msgstr ""
17234
17235 #: git-stash.sh:158 git-stash.sh:171
17236 msgid "Cannot save the current worktree state"
17237 msgstr ""
17238
17239 #: git-stash.sh:175
17240 msgid "No changes selected"
17241 msgstr ""
17242
17243 #: git-stash.sh:178
17244 msgid "Cannot remove temporary index (can't happen)"
17245 msgstr ""
17246
17247 #: git-stash.sh:191
17248 msgid "Cannot record working tree state"
17249 msgstr ""
17250
17251 #: git-stash.sh:229
17252 #, sh-format
17253 msgid "Cannot update $ref_stash with $w_commit"
17254 msgstr ""
17255
17256 #: git-stash.sh:281
17257 #, sh-format
17258 msgid "error: unknown option for 'stash push': $option"
17259 msgstr ""
17260
17261 #: git-stash.sh:295
17262 msgid "Can't use --patch and --include-untracked or --all at the same time"
17263 msgstr ""
17264
17265 #: git-stash.sh:303
17266 msgid "No local changes to save"
17267 msgstr ""
17268
17269 #: git-stash.sh:308
17270 msgid "Cannot initialize stash"
17271 msgstr ""
17272
17273 #: git-stash.sh:312
17274 msgid "Cannot save the current status"
17275 msgstr ""
17276
17277 #: git-stash.sh:313
17278 #, sh-format
17279 msgid "Saved working directory and index state $stash_msg"
17280 msgstr ""
17281
17282 #: git-stash.sh:342
17283 msgid "Cannot remove worktree changes"
17284 msgstr ""
17285
17286 #: git-stash.sh:490
17287 #, sh-format
17288 msgid "unknown option: $opt"
17289 msgstr ""
17290
17291 #: git-stash.sh:503
17292 msgid "No stash entries found."
17293 msgstr ""
17294
17295 #: git-stash.sh:510
17296 #, sh-format
17297 msgid "Too many revisions specified: $REV"
17298 msgstr ""
17299
17300 #: git-stash.sh:525
17301 #, sh-format
17302 msgid "$reference is not a valid reference"
17303 msgstr ""
17304
17305 #: git-stash.sh:553
17306 #, sh-format
17307 msgid "'$args' is not a stash-like commit"
17308 msgstr ""
17309
17310 #: git-stash.sh:564
17311 #, sh-format
17312 msgid "'$args' is not a stash reference"
17313 msgstr ""
17314
17315 #: git-stash.sh:572
17316 msgid "unable to refresh index"
17317 msgstr ""
17318
17319 #: git-stash.sh:576
17320 msgid "Cannot apply a stash in the middle of a merge"
17321 msgstr ""
17322
17323 #: git-stash.sh:584
17324 msgid "Conflicts in index. Try without --index."
17325 msgstr ""
17326
17327 #: git-stash.sh:586
17328 msgid "Could not save index tree"
17329 msgstr ""
17330
17331 #: git-stash.sh:595
17332 msgid "Could not restore untracked files from stash entry"
17333 msgstr ""
17334
17335 #: git-stash.sh:620
17336 msgid "Cannot unstage modified files"
17337 msgstr ""
17338
17339 #: git-stash.sh:635
17340 msgid "Index was not unstashed."
17341 msgstr ""
17342
17343 #: git-stash.sh:649
17344 msgid "The stash entry is kept in case you need it again."
17345 msgstr ""
17346
17347 #: git-stash.sh:658
17348 #, sh-format
17349 msgid "Dropped ${REV} ($s)"
17350 msgstr ""
17351
17352 #: git-stash.sh:659
17353 #, sh-format
17354 msgid "${REV}: Could not drop stash entry"
17355 msgstr ""
17356
17357 #: git-stash.sh:667
17358 msgid "No branch name specified"
17359 msgstr ""
17360
17361 #: git-stash.sh:746
17362 msgid "(To restore them type \"git stash apply\")"
17363 msgstr ""
17364
17365 #: git-submodule.sh:188
17366 msgid "Relative path can only be used from the toplevel of the working tree"
17367 msgstr ""
17368
17369 #: git-submodule.sh:198
17370 #, sh-format
17371 msgid "repo URL: '$repo' must be absolute or begin with ./|../"
17372 msgstr ""
17373
17374 #: git-submodule.sh:217
17375 #, sh-format
17376 msgid "'$sm_path' already exists in the index"
17377 msgstr ""
17378
17379 #: git-submodule.sh:220
17380 #, sh-format
17381 msgid "'$sm_path' already exists in the index and is not a submodule"
17382 msgstr ""
17383
17384 #: git-submodule.sh:226
17385 #, sh-format
17386 msgid ""
17387 "The following path is ignored by one of your .gitignore files:\n"
17388 "$sm_path\n"
17389 "Use -f if you really want to add it."
17390 msgstr ""
17391
17392 #: git-submodule.sh:249
17393 #, sh-format
17394 msgid "Adding existing repo at '$sm_path' to the index"
17395 msgstr ""
17396
17397 #: git-submodule.sh:251
17398 #, sh-format
17399 msgid "'$sm_path' already exists and is not a valid git repo"
17400 msgstr ""
17401
17402 #: git-submodule.sh:259
17403 #, sh-format
17404 msgid "A git directory for '$sm_name' is found locally with remote(s):"
17405 msgstr ""
17406
17407 #: git-submodule.sh:261
17408 #, sh-format
17409 msgid ""
17410 "If you want to reuse this local git directory instead of cloning again from\n"
17411 " $realrepo\n"
17412 "use the '--force' option. If the local git directory is not the correct "
17413 "repo\n"
17414 "or you are unsure what this means choose another name with the '--name' "
17415 "option."
17416 msgstr ""
17417
17418 #: git-submodule.sh:267
17419 #, sh-format
17420 msgid "Reactivating local git directory for submodule '$sm_name'."
17421 msgstr ""
17422
17423 #: git-submodule.sh:279
17424 #, sh-format
17425 msgid "Unable to checkout submodule '$sm_path'"
17426 msgstr ""
17427
17428 #: git-submodule.sh:284
17429 #, sh-format
17430 msgid "Failed to add submodule '$sm_path'"
17431 msgstr ""
17432
17433 #: git-submodule.sh:293
17434 #, sh-format
17435 msgid "Failed to register submodule '$sm_path'"
17436 msgstr ""
17437
17438 #: git-submodule.sh:565
17439 #, sh-format
17440 msgid "Unable to find current revision in submodule path '$displaypath'"
17441 msgstr ""
17442
17443 #: git-submodule.sh:575
17444 #, sh-format
17445 msgid "Unable to fetch in submodule path '$sm_path'"
17446 msgstr ""
17447
17448 #: git-submodule.sh:580
17449 #, sh-format
17450 msgid ""
17451 "Unable to find current ${remote_name}/${branch} revision in submodule path "
17452 "'$sm_path'"
17453 msgstr ""
17454
17455 #: git-submodule.sh:603
17456 #, sh-format
17457 msgid "Unable to fetch in submodule path '$displaypath'"
17458 msgstr ""
17459
17460 #: git-submodule.sh:609
17461 #, sh-format
17462 msgid ""
17463 "Fetched in submodule path '$displaypath', but it did not contain $sha1. "
17464 "Direct fetching of that commit failed."
17465 msgstr ""
17466
17467 #: git-submodule.sh:616
17468 #, sh-format
17469 msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
17470 msgstr ""
17471
17472 #: git-submodule.sh:617
17473 #, sh-format
17474 msgid "Submodule path '$displaypath': checked out '$sha1'"
17475 msgstr ""
17476
17477 #: git-submodule.sh:621
17478 #, sh-format
17479 msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
17480 msgstr ""
17481
17482 #: git-submodule.sh:622
17483 #, sh-format
17484 msgid "Submodule path '$displaypath': rebased into '$sha1'"
17485 msgstr ""
17486
17487 #: git-submodule.sh:627
17488 #, sh-format
17489 msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
17490 msgstr ""
17491
17492 #: git-submodule.sh:628
17493 #, sh-format
17494 msgid "Submodule path '$displaypath': merged in '$sha1'"
17495 msgstr ""
17496
17497 #: git-submodule.sh:633
17498 #, sh-format
17499 msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
17500 msgstr ""
17501
17502 #: git-submodule.sh:634
17503 #, sh-format
17504 msgid "Submodule path '$displaypath': '$command $sha1'"
17505 msgstr ""
17506
17507 #: git-submodule.sh:665
17508 #, sh-format
17509 msgid "Failed to recurse into submodule path '$displaypath'"
17510 msgstr ""
17511
17512 #: git-submodule.sh:761
17513 msgid "The --cached option cannot be used with the --files option"
17514 msgstr ""
17515
17516 #: git-submodule.sh:813
17517 #, sh-format
17518 msgid "unexpected mode $mod_dst"
17519 msgstr ""
17520
17521 #: git-submodule.sh:833
17522 #, sh-format
17523 msgid " Warn: $display_name doesn't contain commit $sha1_src"
17524 msgstr ""
17525
17526 #: git-submodule.sh:836
17527 #, sh-format
17528 msgid " Warn: $display_name doesn't contain commit $sha1_dst"
17529 msgstr ""
17530
17531 #: git-submodule.sh:839
17532 #, sh-format
17533 msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
17534 msgstr ""
17535
17536 #: git-parse-remote.sh:89
17537 #, sh-format
17538 msgid "See git-${cmd}(1) for details."
17539 msgstr ""
17540
17541 #: git-rebase--interactive.sh:43
17542 msgid ""
17543 "\n"
17544 "Commands:\n"
17545 "p, pick <commit> = use commit\n"
17546 "r, reword <commit> = use commit, but edit the commit message\n"
17547 "e, edit <commit> = use commit, but stop for amending\n"
17548 "s, squash <commit> = use commit, but meld into previous commit\n"
17549 "f, fixup <commit> = like \"squash\", but discard this commit's log message\n"
17550 "x, exec <command> = run command (the rest of the line) using shell\n"
17551 "d, drop <commit> = remove commit\n"
17552 "l, label <label> = label current HEAD with a name\n"
17553 "t, reset <label> = reset HEAD to a label\n"
17554 "m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
17555 ". create a merge commit using the original merge commit's\n"
17556 ". message (or the oneline, if no original merge commit was\n"
17557 ". specified). Use -c <commit> to reword the commit message.\n"
17558 "\n"
17559 "These lines can be re-ordered; they are executed from top to bottom.\n"
17560 msgstr ""
17561
17562 #: git-rebase--interactive.sh:64 git-rebase--preserve-merges.sh:173
17563 msgid ""
17564 "\n"
17565 "Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
17566 msgstr ""
17567
17568 #: git-rebase--interactive.sh:68 git-rebase--preserve-merges.sh:177
17569 msgid ""
17570 "\n"
17571 "If you remove a line here THAT COMMIT WILL BE LOST.\n"
17572 msgstr ""
17573
17574 #: git-rebase--interactive.sh:108 git-rebase--preserve-merges.sh:724
17575 msgid "could not detach HEAD"
17576 msgstr ""
17577
17578 #: git-rebase--interactive.sh:147 git-rebase--preserve-merges.sh:816
17579 msgid ""
17580 "\n"
17581 "You are editing the todo file of an ongoing interactive rebase.\n"
17582 "To continue rebase after editing, run:\n"
17583 " git rebase --continue\n"
17584 "\n"
17585 msgstr ""
17586
17587 #: git-rebase--interactive.sh:155 git-rebase--interactive.sh:241
17588 #: git-rebase--preserve-merges.sh:824 git-rebase--preserve-merges.sh:910
17589 msgid "Could not execute editor"
17590 msgstr ""
17591
17592 #: git-rebase--interactive.sh:176 git-rebase--preserve-merges.sh:845
17593 #, sh-format
17594 msgid "Could not checkout $switch_to"
17595 msgstr ""
17596
17597 #: git-rebase--interactive.sh:183 git-rebase--preserve-merges.sh:852
17598 msgid "No HEAD?"
17599 msgstr ""
17600
17601 #: git-rebase--interactive.sh:184 git-rebase--preserve-merges.sh:853
17602 #, sh-format
17603 msgid "Could not create temporary $state_dir"
17604 msgstr ""
17605
17606 #: git-rebase--interactive.sh:187 git-rebase--preserve-merges.sh:856
17607 msgid "Could not mark as interactive"
17608 msgstr ""
17609
17610 #: git-rebase--interactive.sh:219 git-rebase--preserve-merges.sh:888
17611 #, sh-format
17612 msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
17613 msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
17614 msgstr[0] ""
17615 msgstr[1] ""
17616
17617 #: git-rebase--interactive.sh:224
17618 msgid ""
17619 "\n"
17620 "\tHowever, if you remove everything, the rebase will be aborted.\n"
17621 "\n"
17622 "\t"
17623 msgstr ""
17624
17625 #: git-rebase--interactive.sh:231 git-rebase--preserve-merges.sh:900
17626 msgid "Note that empty commits are commented out"
17627 msgstr ""
17628
17629 #: git-rebase--interactive.sh:280
17630 msgid "Could not generate todo list"
17631 msgstr ""
17632
17633 #: git-rebase--preserve-merges.sh:136
17634 #, sh-format
17635 msgid "Rebasing ($new_count/$total)"
17636 msgstr ""
17637
17638 #: git-rebase--preserve-merges.sh:152
17639 msgid ""
17640 "\n"
17641 "Commands:\n"
17642 "p, pick <commit> = use commit\n"
17643 "r, reword <commit> = use commit, but edit the commit message\n"
17644 "e, edit <commit> = use commit, but stop for amending\n"
17645 "s, squash <commit> = use commit, but meld into previous commit\n"
17646 "f, fixup <commit> = like \"squash\", but discard this commit's log message\n"
17647 "x, exec <commit> = run command (the rest of the line) using shell\n"
17648 "d, drop <commit> = remove commit\n"
17649 "l, label <label> = label current HEAD with a name\n"
17650 "t, reset <label> = reset HEAD to a label\n"
17651 "m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
17652 ". create a merge commit using the original merge commit's\n"
17653 ". message (or the oneline, if no original merge commit was\n"
17654 ". specified). Use -c <commit> to reword the commit message.\n"
17655 "\n"
17656 "These lines can be re-ordered; they are executed from top to bottom.\n"
17657 msgstr ""
17658
17659 #: git-rebase--preserve-merges.sh:215
17660 #, sh-format
17661 msgid ""
17662 "You can amend the commit now, with\n"
17663 "\n"
17664 "\tgit commit --amend $gpg_sign_opt_quoted\n"
17665 "\n"
17666 "Once you are satisfied with your changes, run\n"
17667 "\n"
17668 "\tgit rebase --continue"
17669 msgstr ""
17670
17671 #: git-rebase--preserve-merges.sh:240
17672 #, sh-format
17673 msgid "$sha1: not a commit that can be picked"
17674 msgstr ""
17675
17676 #: git-rebase--preserve-merges.sh:279
17677 #, sh-format
17678 msgid "Invalid commit name: $sha1"
17679 msgstr ""
17680
17681 #: git-rebase--preserve-merges.sh:309
17682 msgid "Cannot write current commit's replacement sha1"
17683 msgstr ""
17684
17685 #: git-rebase--preserve-merges.sh:360
17686 #, sh-format
17687 msgid "Fast-forward to $sha1"
17688 msgstr ""
17689
17690 #: git-rebase--preserve-merges.sh:362
17691 #, sh-format
17692 msgid "Cannot fast-forward to $sha1"
17693 msgstr ""
17694
17695 #: git-rebase--preserve-merges.sh:371
17696 #, sh-format
17697 msgid "Cannot move HEAD to $first_parent"
17698 msgstr ""
17699
17700 #: git-rebase--preserve-merges.sh:376
17701 #, sh-format
17702 msgid "Refusing to squash a merge: $sha1"
17703 msgstr ""
17704
17705 #: git-rebase--preserve-merges.sh:394
17706 #, sh-format
17707 msgid "Error redoing merge $sha1"
17708 msgstr ""
17709
17710 #: git-rebase--preserve-merges.sh:403
17711 #, sh-format
17712 msgid "Could not pick $sha1"
17713 msgstr ""
17714
17715 #: git-rebase--preserve-merges.sh:412
17716 #, sh-format
17717 msgid "This is the commit message #${n}:"
17718 msgstr ""
17719
17720 #: git-rebase--preserve-merges.sh:417
17721 #, sh-format
17722 msgid "The commit message #${n} will be skipped:"
17723 msgstr ""
17724
17725 #: git-rebase--preserve-merges.sh:428
17726 #, sh-format
17727 msgid "This is a combination of $count commit."
17728 msgid_plural "This is a combination of $count commits."
17729 msgstr[0] ""
17730 msgstr[1] ""
17731
17732 #: git-rebase--preserve-merges.sh:437
17733 #, sh-format
17734 msgid "Cannot write $fixup_msg"
17735 msgstr ""
17736
17737 #: git-rebase--preserve-merges.sh:440
17738 msgid "This is a combination of 2 commits."
17739 msgstr ""
17740
17741 #: git-rebase--preserve-merges.sh:481 git-rebase--preserve-merges.sh:524
17742 #: git-rebase--preserve-merges.sh:527
17743 #, sh-format
17744 msgid "Could not apply $sha1... $rest"
17745 msgstr ""
17746
17747 #: git-rebase--preserve-merges.sh:556
17748 #, sh-format
17749 msgid ""
17750 "Could not amend commit after successfully picking $sha1... $rest\n"
17751 "This is most likely due to an empty commit message, or the pre-commit hook\n"
17752 "failed. If the pre-commit hook failed, you may need to resolve the issue "
17753 "before\n"
17754 "you are able to reword the commit."
17755 msgstr ""
17756
17757 #: git-rebase--preserve-merges.sh:571
17758 #, sh-format
17759 msgid "Stopped at $sha1_abbrev... $rest"
17760 msgstr ""
17761
17762 #: git-rebase--preserve-merges.sh:586
17763 #, sh-format
17764 msgid "Cannot '$squash_style' without a previous commit"
17765 msgstr ""
17766
17767 #: git-rebase--preserve-merges.sh:628
17768 #, sh-format
17769 msgid "Executing: $rest"
17770 msgstr ""
17771
17772 #: git-rebase--preserve-merges.sh:636
17773 #, sh-format
17774 msgid "Execution failed: $rest"
17775 msgstr ""
17776
17777 #: git-rebase--preserve-merges.sh:638
17778 msgid "and made changes to the index and/or the working tree"
17779 msgstr ""
17780
17781 #: git-rebase--preserve-merges.sh:640
17782 msgid ""
17783 "You can fix the problem, and then run\n"
17784 "\n"
17785 "\tgit rebase --continue"
17786 msgstr ""
17787
17788 #. TRANSLATORS: after these lines is a command to be issued by the user
17789 #: git-rebase--preserve-merges.sh:653
17790 #, sh-format
17791 msgid ""
17792 "Execution succeeded: $rest\n"
17793 "but left changes to the index and/or the working tree\n"
17794 "Commit or stash your changes, and then run\n"
17795 "\n"
17796 "\tgit rebase --continue"
17797 msgstr ""
17798
17799 #: git-rebase--preserve-merges.sh:664
17800 #, sh-format
17801 msgid "Unknown command: $command $sha1 $rest"
17802 msgstr ""
17803
17804 #: git-rebase--preserve-merges.sh:665
17805 msgid "Please fix this using 'git rebase --edit-todo'."
17806 msgstr ""
17807
17808 #: git-rebase--preserve-merges.sh:700
17809 #, sh-format
17810 msgid "Successfully rebased and updated $head_name."
17811 msgstr ""
17812
17813 #: git-rebase--preserve-merges.sh:757
17814 msgid "Could not remove CHERRY_PICK_HEAD"
17815 msgstr ""
17816
17817 #: git-rebase--preserve-merges.sh:762
17818 #, sh-format
17819 msgid ""
17820 "You have staged changes in your working tree.\n"
17821 "If these changes are meant to be\n"
17822 "squashed into the previous commit, run:\n"
17823 "\n"
17824 " git commit --amend $gpg_sign_opt_quoted\n"
17825 "\n"
17826 "If they are meant to go into a new commit, run:\n"
17827 "\n"
17828 " git commit $gpg_sign_opt_quoted\n"
17829 "\n"
17830 "In both cases, once you're done, continue with:\n"
17831 "\n"
17832 " git rebase --continue\n"
17833 msgstr ""
17834
17835 #: git-rebase--preserve-merges.sh:779
17836 msgid "Error trying to find the author identity to amend commit"
17837 msgstr ""
17838
17839 #: git-rebase--preserve-merges.sh:784
17840 msgid ""
17841 "You have uncommitted changes in your working tree. Please commit them\n"
17842 "first and then run 'git rebase --continue' again."
17843 msgstr ""
17844
17845 #: git-rebase--preserve-merges.sh:789 git-rebase--preserve-merges.sh:793
17846 msgid "Could not commit staged changes."
17847 msgstr ""
17848
17849 #: git-rebase--preserve-merges.sh:893
17850 msgid ""
17851 "\n"
17852 "However, if you remove everything, the rebase will be aborted.\n"
17853 "\n"
17854 msgstr ""
17855
17856 #: git-rebase--preserve-merges.sh:942 git-rebase--preserve-merges.sh:947
17857 msgid "Could not init rewritten commits"
17858 msgstr ""
17859
17860 #: git-sh-setup.sh:89 git-sh-setup.sh:94
17861 #, sh-format
17862 msgid "usage: $dashless $USAGE"
17863 msgstr ""
17864
17865 #: git-sh-setup.sh:190
17866 #, sh-format
17867 msgid "Cannot chdir to $cdup, the toplevel of the working tree"
17868 msgstr ""
17869
17870 #: git-sh-setup.sh:199 git-sh-setup.sh:206
17871 #, sh-format
17872 msgid "fatal: $program_name cannot be used without a working tree."
17873 msgstr ""
17874
17875 #: git-sh-setup.sh:220
17876 msgid "Cannot rebase: You have unstaged changes."
17877 msgstr ""
17878
17879 #: git-sh-setup.sh:223
17880 msgid "Cannot rewrite branches: You have unstaged changes."
17881 msgstr ""
17882
17883 #: git-sh-setup.sh:226
17884 msgid "Cannot pull with rebase: You have unstaged changes."
17885 msgstr ""
17886
17887 #: git-sh-setup.sh:229
17888 #, sh-format
17889 msgid "Cannot $action: You have unstaged changes."
17890 msgstr ""
17891
17892 #: git-sh-setup.sh:242
17893 msgid "Cannot rebase: Your index contains uncommitted changes."
17894 msgstr ""
17895
17896 #: git-sh-setup.sh:245
17897 msgid "Cannot pull with rebase: Your index contains uncommitted changes."
17898 msgstr ""
17899
17900 #: git-sh-setup.sh:248
17901 #, sh-format
17902 msgid "Cannot $action: Your index contains uncommitted changes."
17903 msgstr ""
17904
17905 #: git-sh-setup.sh:252
17906 msgid "Additionally, your index contains uncommitted changes."
17907 msgstr ""
17908
17909 #: git-sh-setup.sh:372
17910 msgid "You need to run this command from the toplevel of the working tree."
17911 msgstr ""
17912
17913 #: git-sh-setup.sh:377
17914 msgid "Unable to determine absolute path of git directory"
17915 msgstr ""
17916
17917 #. TRANSLATORS: you can adjust this to align "git add -i" status menu
17918 #: git-add--interactive.perl:196
17919 #, perl-format
17920 msgid "%12s %12s %s"
17921 msgstr ""
17922
17923 #: git-add--interactive.perl:197
17924 msgid "staged"
17925 msgstr ""
17926
17927 #: git-add--interactive.perl:197
17928 msgid "unstaged"
17929 msgstr ""
17930
17931 #: git-add--interactive.perl:253 git-add--interactive.perl:278
17932 msgid "binary"
17933 msgstr ""
17934
17935 #: git-add--interactive.perl:262 git-add--interactive.perl:316
17936 msgid "nothing"
17937 msgstr ""
17938
17939 #: git-add--interactive.perl:298 git-add--interactive.perl:313
17940 msgid "unchanged"
17941 msgstr ""
17942
17943 #: git-add--interactive.perl:609
17944 #, perl-format
17945 msgid "added %d path\n"
17946 msgid_plural "added %d paths\n"
17947 msgstr[0] ""
17948 msgstr[1] ""
17949
17950 #: git-add--interactive.perl:612
17951 #, perl-format
17952 msgid "updated %d path\n"
17953 msgid_plural "updated %d paths\n"
17954 msgstr[0] ""
17955 msgstr[1] ""
17956
17957 #: git-add--interactive.perl:615
17958 #, perl-format
17959 msgid "reverted %d path\n"
17960 msgid_plural "reverted %d paths\n"
17961 msgstr[0] ""
17962 msgstr[1] ""
17963
17964 #: git-add--interactive.perl:618
17965 #, perl-format
17966 msgid "touched %d path\n"
17967 msgid_plural "touched %d paths\n"
17968 msgstr[0] ""
17969 msgstr[1] ""
17970
17971 #: git-add--interactive.perl:627
17972 msgid "Update"
17973 msgstr ""
17974
17975 #: git-add--interactive.perl:639
17976 msgid "Revert"
17977 msgstr ""
17978
17979 #: git-add--interactive.perl:662
17980 #, perl-format
17981 msgid "note: %s is untracked now.\n"
17982 msgstr ""
17983
17984 #: git-add--interactive.perl:673
17985 msgid "Add untracked"
17986 msgstr ""
17987
17988 #: git-add--interactive.perl:679
17989 msgid "No untracked files.\n"
17990 msgstr ""
17991
17992 #: git-add--interactive.perl:1033
17993 msgid ""
17994 "If the patch applies cleanly, the edited hunk will immediately be\n"
17995 "marked for staging."
17996 msgstr ""
17997
17998 #: git-add--interactive.perl:1036
17999 msgid ""
18000 "If the patch applies cleanly, the edited hunk will immediately be\n"
18001 "marked for stashing."
18002 msgstr ""
18003
18004 #: git-add--interactive.perl:1039
18005 msgid ""
18006 "If the patch applies cleanly, the edited hunk will immediately be\n"
18007 "marked for unstaging."
18008 msgstr ""
18009
18010 #: git-add--interactive.perl:1042 git-add--interactive.perl:1051
18011 msgid ""
18012 "If the patch applies cleanly, the edited hunk will immediately be\n"
18013 "marked for applying."
18014 msgstr ""
18015
18016 #: git-add--interactive.perl:1045 git-add--interactive.perl:1048
18017 msgid ""
18018 "If the patch applies cleanly, the edited hunk will immediately be\n"
18019 "marked for discarding."
18020 msgstr ""
18021
18022 #: git-add--interactive.perl:1085
18023 #, perl-format
18024 msgid "failed to open hunk edit file for writing: %s"
18025 msgstr ""
18026
18027 #: git-add--interactive.perl:1086
18028 msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
18029 msgstr ""
18030
18031 #: git-add--interactive.perl:1092
18032 #, perl-format
18033 msgid ""
18034 "---\n"
18035 "To remove '%s' lines, make them ' ' lines (context).\n"
18036 "To remove '%s' lines, delete them.\n"
18037 "Lines starting with %s will be removed.\n"
18038 msgstr ""
18039
18040 #. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
18041 #: git-add--interactive.perl:1100
18042 msgid ""
18043 "If it does not apply cleanly, you will be given an opportunity to\n"
18044 "edit again. If all lines of the hunk are removed, then the edit is\n"
18045 "aborted and the hunk is left unchanged.\n"
18046 msgstr ""
18047
18048 #: git-add--interactive.perl:1114
18049 #, perl-format
18050 msgid "failed to open hunk edit file for reading: %s"
18051 msgstr ""
18052
18053 #. TRANSLATORS: do not translate [y/n]
18054 #. The program will only accept that input
18055 #. at this point.
18056 #. Consider translating (saying "no" discards!) as
18057 #. (saying "n" for "no" discards!) if the translation
18058 #. of the word "no" does not start with n.
18059 #: git-add--interactive.perl:1213
18060 msgid ""
18061 "Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
18062 msgstr ""
18063
18064 #: git-add--interactive.perl:1222
18065 msgid ""
18066 "y - stage this hunk\n"
18067 "n - do not stage this hunk\n"
18068 "q - quit; do not stage this hunk or any of the remaining ones\n"
18069 "a - stage this hunk and all later hunks in the file\n"
18070 "d - do not stage this hunk or any of the later hunks in the file"
18071 msgstr ""
18072
18073 #: git-add--interactive.perl:1228
18074 msgid ""
18075 "y - stash this hunk\n"
18076 "n - do not stash this hunk\n"
18077 "q - quit; do not stash this hunk or any of the remaining ones\n"
18078 "a - stash this hunk and all later hunks in the file\n"
18079 "d - do not stash this hunk or any of the later hunks in the file"
18080 msgstr ""
18081
18082 #: git-add--interactive.perl:1234
18083 msgid ""
18084 "y - unstage this hunk\n"
18085 "n - do not unstage this hunk\n"
18086 "q - quit; do not unstage this hunk or any of the remaining ones\n"
18087 "a - unstage this hunk and all later hunks in the file\n"
18088 "d - do not unstage this hunk or any of the later hunks in the file"
18089 msgstr ""
18090
18091 #: git-add--interactive.perl:1240
18092 msgid ""
18093 "y - apply this hunk to index\n"
18094 "n - do not apply this hunk to index\n"
18095 "q - quit; do not apply this hunk or any of the remaining ones\n"
18096 "a - apply this hunk and all later hunks in the file\n"
18097 "d - do not apply this hunk or any of the later hunks in the file"
18098 msgstr ""
18099
18100 #: git-add--interactive.perl:1246
18101 msgid ""
18102 "y - discard this hunk from worktree\n"
18103 "n - do not discard this hunk from worktree\n"
18104 "q - quit; do not discard this hunk or any of the remaining ones\n"
18105 "a - discard this hunk and all later hunks in the file\n"
18106 "d - do not discard this hunk or any of the later hunks in the file"
18107 msgstr ""
18108
18109 #: git-add--interactive.perl:1252
18110 msgid ""
18111 "y - discard this hunk from index and worktree\n"
18112 "n - do not discard this hunk from index and worktree\n"
18113 "q - quit; do not discard this hunk or any of the remaining ones\n"
18114 "a - discard this hunk and all later hunks in the file\n"
18115 "d - do not discard this hunk or any of the later hunks in the file"
18116 msgstr ""
18117
18118 #: git-add--interactive.perl:1258
18119 msgid ""
18120 "y - apply this hunk to index and worktree\n"
18121 "n - do not apply this hunk to index and worktree\n"
18122 "q - quit; do not apply this hunk or any of the remaining ones\n"
18123 "a - apply this hunk and all later hunks in the file\n"
18124 "d - do not apply this hunk or any of the later hunks in the file"
18125 msgstr ""
18126
18127 #: git-add--interactive.perl:1273
18128 msgid ""
18129 "g - select a hunk to go to\n"
18130 "/ - search for a hunk matching the given regex\n"
18131 "j - leave this hunk undecided, see next undecided hunk\n"
18132 "J - leave this hunk undecided, see next hunk\n"
18133 "k - leave this hunk undecided, see previous undecided hunk\n"
18134 "K - leave this hunk undecided, see previous hunk\n"
18135 "s - split the current hunk into smaller hunks\n"
18136 "e - manually edit the current hunk\n"
18137 "? - print help\n"
18138 msgstr ""
18139
18140 #: git-add--interactive.perl:1304
18141 msgid "The selected hunks do not apply to the index!\n"
18142 msgstr ""
18143
18144 #: git-add--interactive.perl:1305
18145 msgid "Apply them to the worktree anyway? "
18146 msgstr ""
18147
18148 #: git-add--interactive.perl:1308
18149 msgid "Nothing was applied.\n"
18150 msgstr ""
18151
18152 #: git-add--interactive.perl:1319
18153 #, perl-format
18154 msgid "ignoring unmerged: %s\n"
18155 msgstr ""
18156
18157 #: git-add--interactive.perl:1328
18158 msgid "Only binary files changed.\n"
18159 msgstr ""
18160
18161 #: git-add--interactive.perl:1330
18162 msgid "No changes.\n"
18163 msgstr ""
18164
18165 #: git-add--interactive.perl:1338
18166 msgid "Patch update"
18167 msgstr ""
18168
18169 #: git-add--interactive.perl:1390
18170 #, perl-format
18171 msgid "Stage mode change [y,n,q,a,d%s,?]? "
18172 msgstr ""
18173
18174 #: git-add--interactive.perl:1391
18175 #, perl-format
18176 msgid "Stage deletion [y,n,q,a,d%s,?]? "
18177 msgstr ""
18178
18179 #: git-add--interactive.perl:1392
18180 #, perl-format
18181 msgid "Stage this hunk [y,n,q,a,d%s,?]? "
18182 msgstr ""
18183
18184 #: git-add--interactive.perl:1395
18185 #, perl-format
18186 msgid "Stash mode change [y,n,q,a,d%s,?]? "
18187 msgstr ""
18188
18189 #: git-add--interactive.perl:1396
18190 #, perl-format
18191 msgid "Stash deletion [y,n,q,a,d%s,?]? "
18192 msgstr ""
18193
18194 #: git-add--interactive.perl:1397
18195 #, perl-format
18196 msgid "Stash this hunk [y,n,q,a,d%s,?]? "
18197 msgstr ""
18198
18199 #: git-add--interactive.perl:1400
18200 #, perl-format
18201 msgid "Unstage mode change [y,n,q,a,d%s,?]? "
18202 msgstr ""
18203
18204 #: git-add--interactive.perl:1401
18205 #, perl-format
18206 msgid "Unstage deletion [y,n,q,a,d%s,?]? "
18207 msgstr ""
18208
18209 #: git-add--interactive.perl:1402
18210 #, perl-format
18211 msgid "Unstage this hunk [y,n,q,a,d%s,?]? "
18212 msgstr ""
18213
18214 #: git-add--interactive.perl:1405
18215 #, perl-format
18216 msgid "Apply mode change to index [y,n,q,a,d%s,?]? "
18217 msgstr ""
18218
18219 #: git-add--interactive.perl:1406
18220 #, perl-format
18221 msgid "Apply deletion to index [y,n,q,a,d%s,?]? "
18222 msgstr ""
18223
18224 #: git-add--interactive.perl:1407
18225 #, perl-format
18226 msgid "Apply this hunk to index [y,n,q,a,d%s,?]? "
18227 msgstr ""
18228
18229 #: git-add--interactive.perl:1410
18230 #, perl-format
18231 msgid "Discard mode change from worktree [y,n,q,a,d%s,?]? "
18232 msgstr ""
18233
18234 #: git-add--interactive.perl:1411
18235 #, perl-format
18236 msgid "Discard deletion from worktree [y,n,q,a,d%s,?]? "
18237 msgstr ""
18238
18239 #: git-add--interactive.perl:1412
18240 #, perl-format
18241 msgid "Discard this hunk from worktree [y,n,q,a,d%s,?]? "
18242 msgstr ""
18243
18244 #: git-add--interactive.perl:1415
18245 #, perl-format
18246 msgid "Discard mode change from index and worktree [y,n,q,a,d%s,?]? "
18247 msgstr ""
18248
18249 #: git-add--interactive.perl:1416
18250 #, perl-format
18251 msgid "Discard deletion from index and worktree [y,n,q,a,d%s,?]? "
18252 msgstr ""
18253
18254 #: git-add--interactive.perl:1417
18255 #, perl-format
18256 msgid "Discard this hunk from index and worktree [y,n,q,a,d%s,?]? "
18257 msgstr ""
18258
18259 #: git-add--interactive.perl:1420
18260 #, perl-format
18261 msgid "Apply mode change to index and worktree [y,n,q,a,d%s,?]? "
18262 msgstr ""
18263
18264 #: git-add--interactive.perl:1421
18265 #, perl-format
18266 msgid "Apply deletion to index and worktree [y,n,q,a,d%s,?]? "
18267 msgstr ""
18268
18269 #: git-add--interactive.perl:1422
18270 #, perl-format
18271 msgid "Apply this hunk to index and worktree [y,n,q,a,d%s,?]? "
18272 msgstr ""
18273
18274 #: git-add--interactive.perl:1522
18275 msgid "No other hunks to goto\n"
18276 msgstr ""
18277
18278 #: git-add--interactive.perl:1529
18279 msgid "go to which hunk (<ret> to see more)? "
18280 msgstr ""
18281
18282 #: git-add--interactive.perl:1531
18283 msgid "go to which hunk? "
18284 msgstr ""
18285
18286 #: git-add--interactive.perl:1540
18287 #, perl-format
18288 msgid "Invalid number: '%s'\n"
18289 msgstr ""
18290
18291 #: git-add--interactive.perl:1545
18292 #, perl-format
18293 msgid "Sorry, only %d hunk available.\n"
18294 msgid_plural "Sorry, only %d hunks available.\n"
18295 msgstr[0] ""
18296 msgstr[1] ""
18297
18298 #: git-add--interactive.perl:1571
18299 msgid "No other hunks to search\n"
18300 msgstr ""
18301
18302 #: git-add--interactive.perl:1575
18303 msgid "search for regex? "
18304 msgstr ""
18305
18306 #: git-add--interactive.perl:1588
18307 #, perl-format
18308 msgid "Malformed search regexp %s: %s\n"
18309 msgstr ""
18310
18311 #: git-add--interactive.perl:1598
18312 msgid "No hunk matches the given pattern\n"
18313 msgstr ""
18314
18315 #: git-add--interactive.perl:1610 git-add--interactive.perl:1632
18316 msgid "No previous hunk\n"
18317 msgstr ""
18318
18319 #: git-add--interactive.perl:1619 git-add--interactive.perl:1638
18320 msgid "No next hunk\n"
18321 msgstr ""
18322
18323 #: git-add--interactive.perl:1644
18324 msgid "Sorry, cannot split this hunk\n"
18325 msgstr ""
18326
18327 #: git-add--interactive.perl:1650
18328 #, perl-format
18329 msgid "Split into %d hunk.\n"
18330 msgid_plural "Split into %d hunks.\n"
18331 msgstr[0] ""
18332 msgstr[1] ""
18333
18334 #: git-add--interactive.perl:1660
18335 msgid "Sorry, cannot edit this hunk\n"
18336 msgstr ""
18337
18338 #: git-add--interactive.perl:1706
18339 msgid "Review diff"
18340 msgstr ""
18341
18342 #. TRANSLATORS: please do not translate the command names
18343 #. 'status', 'update', 'revert', etc.
18344 #: git-add--interactive.perl:1725
18345 msgid ""
18346 "status - show paths with changes\n"
18347 "update - add working tree state to the staged set of changes\n"
18348 "revert - revert staged set of changes back to the HEAD version\n"
18349 "patch - pick hunks and update selectively\n"
18350 "diff - view diff between HEAD and index\n"
18351 "add untracked - add contents of untracked files to the staged set of "
18352 "changes\n"
18353 msgstr ""
18354
18355 #: git-add--interactive.perl:1742 git-add--interactive.perl:1747
18356 #: git-add--interactive.perl:1750 git-add--interactive.perl:1757
18357 #: git-add--interactive.perl:1761 git-add--interactive.perl:1767
18358 msgid "missing --"
18359 msgstr ""
18360
18361 #: git-add--interactive.perl:1763
18362 #, perl-format
18363 msgid "unknown --patch mode: %s"
18364 msgstr ""
18365
18366 #: git-add--interactive.perl:1769 git-add--interactive.perl:1775
18367 #, perl-format
18368 msgid "invalid argument %s, expecting --"
18369 msgstr ""
18370
18371 #: git-send-email.perl:130
18372 msgid "local zone differs from GMT by a non-minute interval\n"
18373 msgstr ""
18374
18375 #: git-send-email.perl:137 git-send-email.perl:143
18376 msgid "local time offset greater than or equal to 24 hours\n"
18377 msgstr ""
18378
18379 #: git-send-email.perl:211 git-send-email.perl:217
18380 msgid "the editor exited uncleanly, aborting everything"
18381 msgstr ""
18382
18383 #: git-send-email.perl:294
18384 #, perl-format
18385 msgid ""
18386 "'%s' contains an intermediate version of the email you were composing.\n"
18387 msgstr ""
18388
18389 #: git-send-email.perl:299
18390 #, perl-format
18391 msgid "'%s.final' contains the composed email.\n"
18392 msgstr ""
18393
18394 #: git-send-email.perl:317
18395 msgid "--dump-aliases incompatible with other options\n"
18396 msgstr ""
18397
18398 #: git-send-email.perl:383 git-send-email.perl:638
18399 msgid "Cannot run git format-patch from outside a repository\n"
18400 msgstr ""
18401
18402 #: git-send-email.perl:386
18403 msgid ""
18404 "`batch-size` and `relogin` must be specified together (via command-line or "
18405 "configuration option)\n"
18406 msgstr ""
18407
18408 #: git-send-email.perl:456
18409 #, perl-format
18410 msgid "Unknown --suppress-cc field: '%s'\n"
18411 msgstr ""
18412
18413 #: git-send-email.perl:485
18414 #, perl-format
18415 msgid "Unknown --confirm setting: '%s'\n"
18416 msgstr ""
18417
18418 #: git-send-email.perl:513
18419 #, perl-format
18420 msgid "warning: sendmail alias with quotes is not supported: %s\n"
18421 msgstr ""
18422
18423 #: git-send-email.perl:515
18424 #, perl-format
18425 msgid "warning: `:include:` not supported: %s\n"
18426 msgstr ""
18427
18428 #: git-send-email.perl:517
18429 #, perl-format
18430 msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
18431 msgstr ""
18432
18433 #: git-send-email.perl:522
18434 #, perl-format
18435 msgid "warning: sendmail line is not recognized: %s\n"
18436 msgstr ""
18437
18438 #: git-send-email.perl:604
18439 #, perl-format
18440 msgid ""
18441 "File '%s' exists but it could also be the range of commits\n"
18442 "to produce patches for. Please disambiguate by...\n"
18443 "\n"
18444 " * Saying \"./%s\" if you mean a file; or\n"
18445 " * Giving --format-patch option if you mean a range.\n"
18446 msgstr ""
18447
18448 #: git-send-email.perl:625
18449 #, perl-format
18450 msgid "Failed to opendir %s: %s"
18451 msgstr ""
18452
18453 #: git-send-email.perl:649
18454 #, perl-format
18455 msgid ""
18456 "fatal: %s: %s\n"
18457 "warning: no patches were sent\n"
18458 msgstr ""
18459
18460 #: git-send-email.perl:660
18461 msgid ""
18462 "\n"
18463 "No patch files specified!\n"
18464 "\n"
18465 msgstr ""
18466
18467 #: git-send-email.perl:673
18468 #, perl-format
18469 msgid "No subject line in %s?"
18470 msgstr ""
18471
18472 #: git-send-email.perl:683
18473 #, perl-format
18474 msgid "Failed to open for writing %s: %s"
18475 msgstr ""
18476
18477 #: git-send-email.perl:694
18478 msgid ""
18479 "Lines beginning in \"GIT:\" will be removed.\n"
18480 "Consider including an overall diffstat or table of contents\n"
18481 "for the patch you are writing.\n"
18482 "\n"
18483 "Clear the body content if you don't wish to send a summary.\n"
18484 msgstr ""
18485
18486 #: git-send-email.perl:718
18487 #, perl-format
18488 msgid "Failed to open %s: %s"
18489 msgstr ""
18490
18491 #: git-send-email.perl:735
18492 #, perl-format
18493 msgid "Failed to open %s.final: %s"
18494 msgstr ""
18495
18496 #: git-send-email.perl:778
18497 msgid "Summary email is empty, skipping it\n"
18498 msgstr ""
18499
18500 #. TRANSLATORS: please keep [y/N] as is.
18501 #: git-send-email.perl:813
18502 #, perl-format
18503 msgid "Are you sure you want to use <%s> [y/N]? "
18504 msgstr ""
18505
18506 #: git-send-email.perl:868
18507 msgid ""
18508 "The following files are 8bit, but do not declare a Content-Transfer-"
18509 "Encoding.\n"
18510 msgstr ""
18511
18512 #: git-send-email.perl:873
18513 msgid "Which 8bit encoding should I declare [UTF-8]? "
18514 msgstr ""
18515
18516 #: git-send-email.perl:881
18517 #, perl-format
18518 msgid ""
18519 "Refusing to send because the patch\n"
18520 "\t%s\n"
18521 "has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
18522 "want to send.\n"
18523 msgstr ""
18524
18525 #: git-send-email.perl:900
18526 msgid "To whom should the emails be sent (if anyone)?"
18527 msgstr ""
18528
18529 #: git-send-email.perl:918
18530 #, perl-format
18531 msgid "fatal: alias '%s' expands to itself\n"
18532 msgstr ""
18533
18534 #: git-send-email.perl:930
18535 msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
18536 msgstr ""
18537
18538 #: git-send-email.perl:988 git-send-email.perl:996
18539 #, perl-format
18540 msgid "error: unable to extract a valid address from: %s\n"
18541 msgstr ""
18542
18543 #. TRANSLATORS: Make sure to include [q] [d] [e] in your
18544 #. translation. The program will only accept English input
18545 #. at this point.
18546 #: git-send-email.perl:1000
18547 msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
18548 msgstr ""
18549
18550 #: git-send-email.perl:1317
18551 #, perl-format
18552 msgid "CA path \"%s\" does not exist"
18553 msgstr ""
18554
18555 #: git-send-email.perl:1400
18556 msgid ""
18557 " The Cc list above has been expanded by additional\n"
18558 " addresses found in the patch commit message. By default\n"
18559 " send-email prompts before sending whenever this occurs.\n"
18560 " This behavior is controlled by the sendemail.confirm\n"
18561 " configuration setting.\n"
18562 "\n"
18563 " For additional information, run 'git send-email --help'.\n"
18564 " To retain the current behavior, but squelch this message,\n"
18565 " run 'git config --global sendemail.confirm auto'.\n"
18566 "\n"
18567 msgstr ""
18568
18569 #. TRANSLATORS: Make sure to include [y] [n] [e] [q] [a] in your
18570 #. translation. The program will only accept English input
18571 #. at this point.
18572 #: git-send-email.perl:1415
18573 msgid "Send this email? ([y]es|[n]o|[e]dit|[q]uit|[a]ll): "
18574 msgstr ""
18575
18576 #: git-send-email.perl:1418
18577 msgid "Send this email reply required"
18578 msgstr ""
18579
18580 #: git-send-email.perl:1446
18581 msgid "The required SMTP server is not properly defined."
18582 msgstr ""
18583
18584 #: git-send-email.perl:1493
18585 #, perl-format
18586 msgid "Server does not support STARTTLS! %s"
18587 msgstr ""
18588
18589 #: git-send-email.perl:1498 git-send-email.perl:1502
18590 #, perl-format
18591 msgid "STARTTLS failed! %s"
18592 msgstr ""
18593
18594 #: git-send-email.perl:1511
18595 msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
18596 msgstr ""
18597
18598 #: git-send-email.perl:1529
18599 #, perl-format
18600 msgid "Failed to send %s\n"
18601 msgstr ""
18602
18603 #: git-send-email.perl:1532
18604 #, perl-format
18605 msgid "Dry-Sent %s\n"
18606 msgstr ""
18607
18608 #: git-send-email.perl:1532
18609 #, perl-format
18610 msgid "Sent %s\n"
18611 msgstr ""
18612
18613 #: git-send-email.perl:1534
18614 msgid "Dry-OK. Log says:\n"
18615 msgstr ""
18616
18617 #: git-send-email.perl:1534
18618 msgid "OK. Log says:\n"
18619 msgstr ""
18620
18621 #: git-send-email.perl:1546
18622 msgid "Result: "
18623 msgstr ""
18624
18625 #: git-send-email.perl:1549
18626 msgid "Result: OK\n"
18627 msgstr ""
18628
18629 #: git-send-email.perl:1567
18630 #, perl-format
18631 msgid "can't open file %s"
18632 msgstr ""
18633
18634 #: git-send-email.perl:1614 git-send-email.perl:1634
18635 #, perl-format
18636 msgid "(mbox) Adding cc: %s from line '%s'\n"
18637 msgstr ""
18638
18639 #: git-send-email.perl:1620
18640 #, perl-format
18641 msgid "(mbox) Adding to: %s from line '%s'\n"
18642 msgstr ""
18643
18644 #: git-send-email.perl:1673
18645 #, perl-format
18646 msgid "(non-mbox) Adding cc: %s from line '%s'\n"
18647 msgstr ""
18648
18649 #: git-send-email.perl:1698
18650 #, perl-format
18651 msgid "(body) Adding cc: %s from line '%s'\n"
18652 msgstr ""
18653
18654 #: git-send-email.perl:1809
18655 #, perl-format
18656 msgid "(%s) Could not execute '%s'"
18657 msgstr ""
18658
18659 #: git-send-email.perl:1816
18660 #, perl-format
18661 msgid "(%s) Adding %s: %s from: '%s'\n"
18662 msgstr ""
18663
18664 #: git-send-email.perl:1820
18665 #, perl-format
18666 msgid "(%s) failed to close pipe to '%s'"
18667 msgstr ""
18668
18669 #: git-send-email.perl:1850
18670 msgid "cannot send message as 7bit"
18671 msgstr ""
18672
18673 #: git-send-email.perl:1858
18674 msgid "invalid transfer encoding"
18675 msgstr ""
18676
18677 #: git-send-email.perl:1899 git-send-email.perl:1951 git-send-email.perl:1961
18678 #, perl-format
18679 msgid "unable to open %s: %s\n"
18680 msgstr ""
18681
18682 #: git-send-email.perl:1902
18683 #, perl-format
18684 msgid "%s: patch contains a line longer than 998 characters"
18685 msgstr ""
18686
18687 #: git-send-email.perl:1919
18688 #, perl-format
18689 msgid "Skipping %s with backup suffix '%s'.\n"
18690 msgstr ""
18691
18692 #. TRANSLATORS: please keep "[y|N]" as is.
18693 #: git-send-email.perl:1923
18694 #, perl-format
18695 msgid "Do you really want to send %s? [y|N]: "
18696 msgstr ""