]> git.ipfire.org Git - thirdparty/git.git/blob - po/git.pot
Merge branch 'sb/object-store'
[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-03-16 07:29+0800\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "Language: \n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=CHARSET\n"
18 "Content-Transfer-Encoding: 8bit\n"
19 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
20
21 #: advice.c:62
22 #, c-format
23 msgid "hint: %.*s\n"
24 msgstr ""
25
26 #: advice.c:90
27 msgid "Cherry-picking is not possible because you have unmerged files."
28 msgstr ""
29
30 #: advice.c:92
31 msgid "Committing is not possible because you have unmerged files."
32 msgstr ""
33
34 #: advice.c:94
35 msgid "Merging is not possible because you have unmerged files."
36 msgstr ""
37
38 #: advice.c:96
39 msgid "Pulling is not possible because you have unmerged files."
40 msgstr ""
41
42 #: advice.c:98
43 msgid "Reverting is not possible because you have unmerged files."
44 msgstr ""
45
46 #: advice.c:100
47 #, c-format
48 msgid "It is not possible to %s because you have unmerged files."
49 msgstr ""
50
51 #: advice.c:108
52 msgid ""
53 "Fix them up in the work tree, and then use 'git add/rm <file>'\n"
54 "as appropriate to mark resolution and make a commit."
55 msgstr ""
56
57 #: advice.c:116
58 msgid "Exiting because of an unresolved conflict."
59 msgstr ""
60
61 #: advice.c:121 builtin/merge.c:1251
62 msgid "You have not concluded your merge (MERGE_HEAD exists)."
63 msgstr ""
64
65 #: advice.c:123
66 msgid "Please, commit your changes before merging."
67 msgstr ""
68
69 #: advice.c:124
70 msgid "Exiting because of unfinished merge."
71 msgstr ""
72
73 #: advice.c:130
74 #, c-format
75 msgid ""
76 "Note: checking out '%s'.\n"
77 "\n"
78 "You are in 'detached HEAD' state. You can look around, make experimental\n"
79 "changes and commit them, and you can discard any commits you make in this\n"
80 "state without impacting any branches by performing another checkout.\n"
81 "\n"
82 "If you want to create a new branch to retain commits you create, you may\n"
83 "do so (now or later) by using -b with the checkout command again. Example:\n"
84 "\n"
85 " git checkout -b <new-branch-name>\n"
86 "\n"
87 msgstr ""
88
89 #: apply.c:58
90 #, c-format
91 msgid "unrecognized whitespace option '%s'"
92 msgstr ""
93
94 #: apply.c:74
95 #, c-format
96 msgid "unrecognized whitespace ignore option '%s'"
97 msgstr ""
98
99 #: apply.c:122
100 msgid "--reject and --3way cannot be used together."
101 msgstr ""
102
103 #: apply.c:124
104 msgid "--cached and --3way cannot be used together."
105 msgstr ""
106
107 #: apply.c:127
108 msgid "--3way outside a repository"
109 msgstr ""
110
111 #: apply.c:138
112 msgid "--index outside a repository"
113 msgstr ""
114
115 #: apply.c:141
116 msgid "--cached outside a repository"
117 msgstr ""
118
119 #: apply.c:821
120 #, c-format
121 msgid "Cannot prepare timestamp regexp %s"
122 msgstr ""
123
124 #: apply.c:830
125 #, c-format
126 msgid "regexec returned %d for input: %s"
127 msgstr ""
128
129 #: apply.c:904
130 #, c-format
131 msgid "unable to find filename in patch at line %d"
132 msgstr ""
133
134 #: apply.c:942
135 #, c-format
136 msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
137 msgstr ""
138
139 #: apply.c:948
140 #, c-format
141 msgid "git apply: bad git-diff - inconsistent new filename on line %d"
142 msgstr ""
143
144 #: apply.c:949
145 #, c-format
146 msgid "git apply: bad git-diff - inconsistent old filename on line %d"
147 msgstr ""
148
149 #: apply.c:954
150 #, c-format
151 msgid "git apply: bad git-diff - expected /dev/null on line %d"
152 msgstr ""
153
154 #: apply.c:983
155 #, c-format
156 msgid "invalid mode on line %d: %s"
157 msgstr ""
158
159 #: apply.c:1301
160 #, c-format
161 msgid "inconsistent header lines %d and %d"
162 msgstr ""
163
164 #: apply.c:1473
165 #, c-format
166 msgid "recount: unexpected line: %.*s"
167 msgstr ""
168
169 #: apply.c:1542
170 #, c-format
171 msgid "patch fragment without header at line %d: %.*s"
172 msgstr ""
173
174 #: apply.c:1562
175 #, c-format
176 msgid ""
177 "git diff header lacks filename information when removing %d leading pathname "
178 "component (line %d)"
179 msgid_plural ""
180 "git diff header lacks filename information when removing %d leading pathname "
181 "components (line %d)"
182 msgstr[0] ""
183 msgstr[1] ""
184
185 #: apply.c:1575
186 #, c-format
187 msgid "git diff header lacks filename information (line %d)"
188 msgstr ""
189
190 #: apply.c:1763
191 msgid "new file depends on old contents"
192 msgstr ""
193
194 #: apply.c:1765
195 msgid "deleted file still has contents"
196 msgstr ""
197
198 #: apply.c:1799
199 #, c-format
200 msgid "corrupt patch at line %d"
201 msgstr ""
202
203 #: apply.c:1836
204 #, c-format
205 msgid "new file %s depends on old contents"
206 msgstr ""
207
208 #: apply.c:1838
209 #, c-format
210 msgid "deleted file %s still has contents"
211 msgstr ""
212
213 #: apply.c:1841
214 #, c-format
215 msgid "** warning: file %s becomes empty but is not deleted"
216 msgstr ""
217
218 #: apply.c:1988
219 #, c-format
220 msgid "corrupt binary patch at line %d: %.*s"
221 msgstr ""
222
223 #: apply.c:2025
224 #, c-format
225 msgid "unrecognized binary patch at line %d"
226 msgstr ""
227
228 #: apply.c:2185
229 #, c-format
230 msgid "patch with only garbage at line %d"
231 msgstr ""
232
233 #: apply.c:2271
234 #, c-format
235 msgid "unable to read symlink %s"
236 msgstr ""
237
238 #: apply.c:2275
239 #, c-format
240 msgid "unable to open or read %s"
241 msgstr ""
242
243 #: apply.c:2934
244 #, c-format
245 msgid "invalid start of line: '%c'"
246 msgstr ""
247
248 #: apply.c:3055
249 #, c-format
250 msgid "Hunk #%d succeeded at %d (offset %d line)."
251 msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
252 msgstr[0] ""
253 msgstr[1] ""
254
255 #: apply.c:3067
256 #, c-format
257 msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
258 msgstr ""
259
260 #: apply.c:3073
261 #, c-format
262 msgid ""
263 "while searching for:\n"
264 "%.*s"
265 msgstr ""
266
267 #: apply.c:3095
268 #, c-format
269 msgid "missing binary patch data for '%s'"
270 msgstr ""
271
272 #: apply.c:3103
273 #, c-format
274 msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
275 msgstr ""
276
277 #: apply.c:3149
278 #, c-format
279 msgid "cannot apply binary patch to '%s' without full index line"
280 msgstr ""
281
282 #: apply.c:3159
283 #, c-format
284 msgid ""
285 "the patch applies to '%s' (%s), which does not match the current contents."
286 msgstr ""
287
288 #: apply.c:3167
289 #, c-format
290 msgid "the patch applies to an empty '%s' but it is not empty"
291 msgstr ""
292
293 #: apply.c:3185
294 #, c-format
295 msgid "the necessary postimage %s for '%s' cannot be read"
296 msgstr ""
297
298 #: apply.c:3198
299 #, c-format
300 msgid "binary patch does not apply to '%s'"
301 msgstr ""
302
303 #: apply.c:3204
304 #, c-format
305 msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
306 msgstr ""
307
308 #: apply.c:3225
309 #, c-format
310 msgid "patch failed: %s:%ld"
311 msgstr ""
312
313 #: apply.c:3347
314 #, c-format
315 msgid "cannot checkout %s"
316 msgstr ""
317
318 #: apply.c:3396 apply.c:3407 apply.c:3453 setup.c:277
319 #, c-format
320 msgid "failed to read %s"
321 msgstr ""
322
323 #: apply.c:3404
324 #, c-format
325 msgid "reading from '%s' beyond a symbolic link"
326 msgstr ""
327
328 #: apply.c:3433 apply.c:3673
329 #, c-format
330 msgid "path %s has been renamed/deleted"
331 msgstr ""
332
333 #: apply.c:3516 apply.c:3687
334 #, c-format
335 msgid "%s: does not exist in index"
336 msgstr ""
337
338 #: apply.c:3525 apply.c:3695
339 #, c-format
340 msgid "%s: does not match index"
341 msgstr ""
342
343 #: apply.c:3560
344 msgid "repository lacks the necessary blob to fall back on 3-way merge."
345 msgstr ""
346
347 #: apply.c:3563
348 #, c-format
349 msgid "Falling back to three-way merge...\n"
350 msgstr ""
351
352 #: apply.c:3579 apply.c:3583
353 #, c-format
354 msgid "cannot read the current contents of '%s'"
355 msgstr ""
356
357 #: apply.c:3595
358 #, c-format
359 msgid "Failed to fall back on three-way merge...\n"
360 msgstr ""
361
362 #: apply.c:3609
363 #, c-format
364 msgid "Applied patch to '%s' with conflicts.\n"
365 msgstr ""
366
367 #: apply.c:3614
368 #, c-format
369 msgid "Applied patch to '%s' cleanly.\n"
370 msgstr ""
371
372 #: apply.c:3640
373 msgid "removal patch leaves file contents"
374 msgstr ""
375
376 #: apply.c:3712
377 #, c-format
378 msgid "%s: wrong type"
379 msgstr ""
380
381 #: apply.c:3714
382 #, c-format
383 msgid "%s has type %o, expected %o"
384 msgstr ""
385
386 #: apply.c:3864 apply.c:3866
387 #, c-format
388 msgid "invalid path '%s'"
389 msgstr ""
390
391 #: apply.c:3922
392 #, c-format
393 msgid "%s: already exists in index"
394 msgstr ""
395
396 #: apply.c:3925
397 #, c-format
398 msgid "%s: already exists in working directory"
399 msgstr ""
400
401 #: apply.c:3945
402 #, c-format
403 msgid "new mode (%o) of %s does not match old mode (%o)"
404 msgstr ""
405
406 #: apply.c:3950
407 #, c-format
408 msgid "new mode (%o) of %s does not match old mode (%o) of %s"
409 msgstr ""
410
411 #: apply.c:3970
412 #, c-format
413 msgid "affected file '%s' is beyond a symbolic link"
414 msgstr ""
415
416 #: apply.c:3974
417 #, c-format
418 msgid "%s: patch does not apply"
419 msgstr ""
420
421 #: apply.c:3989
422 #, c-format
423 msgid "Checking patch %s..."
424 msgstr ""
425
426 #: apply.c:4080
427 #, c-format
428 msgid "sha1 information is lacking or useless for submodule %s"
429 msgstr ""
430
431 #: apply.c:4087
432 #, c-format
433 msgid "mode change for %s, which is not in current HEAD"
434 msgstr ""
435
436 #: apply.c:4090
437 #, c-format
438 msgid "sha1 information is lacking or useless (%s)."
439 msgstr ""
440
441 #: apply.c:4095 builtin/checkout.c:235 builtin/reset.c:140
442 #, c-format
443 msgid "make_cache_entry failed for path '%s'"
444 msgstr ""
445
446 #: apply.c:4099
447 #, c-format
448 msgid "could not add %s to temporary index"
449 msgstr ""
450
451 #: apply.c:4109
452 #, c-format
453 msgid "could not write temporary index to %s"
454 msgstr ""
455
456 #: apply.c:4247
457 #, c-format
458 msgid "unable to remove %s from index"
459 msgstr ""
460
461 #: apply.c:4282
462 #, c-format
463 msgid "corrupt patch for submodule %s"
464 msgstr ""
465
466 #: apply.c:4288
467 #, c-format
468 msgid "unable to stat newly created file '%s'"
469 msgstr ""
470
471 #: apply.c:4296
472 #, c-format
473 msgid "unable to create backing store for newly created file %s"
474 msgstr ""
475
476 #: apply.c:4302 apply.c:4446
477 #, c-format
478 msgid "unable to add cache entry for %s"
479 msgstr ""
480
481 #: apply.c:4343
482 #, c-format
483 msgid "failed to write to '%s'"
484 msgstr ""
485
486 #: apply.c:4347
487 #, c-format
488 msgid "closing file '%s'"
489 msgstr ""
490
491 #: apply.c:4417
492 #, c-format
493 msgid "unable to write file '%s' mode %o"
494 msgstr ""
495
496 #: apply.c:4515
497 #, c-format
498 msgid "Applied patch %s cleanly."
499 msgstr ""
500
501 #: apply.c:4523
502 msgid "internal error"
503 msgstr ""
504
505 #: apply.c:4526
506 #, c-format
507 msgid "Applying patch %%s with %d reject..."
508 msgid_plural "Applying patch %%s with %d rejects..."
509 msgstr[0] ""
510 msgstr[1] ""
511
512 #: apply.c:4537
513 #, c-format
514 msgid "truncating .rej filename to %.*s.rej"
515 msgstr ""
516
517 #: apply.c:4545 builtin/fetch.c:775 builtin/fetch.c:1025
518 #, c-format
519 msgid "cannot open %s"
520 msgstr ""
521
522 #: apply.c:4559
523 #, c-format
524 msgid "Hunk #%d applied cleanly."
525 msgstr ""
526
527 #: apply.c:4563
528 #, c-format
529 msgid "Rejected hunk #%d."
530 msgstr ""
531
532 #: apply.c:4673
533 #, c-format
534 msgid "Skipped patch '%s'."
535 msgstr ""
536
537 #: apply.c:4681
538 msgid "unrecognized input"
539 msgstr ""
540
541 #: apply.c:4700
542 msgid "unable to read index file"
543 msgstr ""
544
545 #: apply.c:4837
546 #, c-format
547 msgid "can't open patch '%s': %s"
548 msgstr ""
549
550 #: apply.c:4864
551 #, c-format
552 msgid "squelched %d whitespace error"
553 msgid_plural "squelched %d whitespace errors"
554 msgstr[0] ""
555 msgstr[1] ""
556
557 #: apply.c:4870 apply.c:4885
558 #, c-format
559 msgid "%d line adds whitespace errors."
560 msgid_plural "%d lines add whitespace errors."
561 msgstr[0] ""
562 msgstr[1] ""
563
564 #: apply.c:4878
565 #, c-format
566 msgid "%d line applied after fixing whitespace errors."
567 msgid_plural "%d lines applied after fixing whitespace errors."
568 msgstr[0] ""
569 msgstr[1] ""
570
571 #: apply.c:4894 builtin/add.c:539 builtin/mv.c:298 builtin/rm.c:390
572 msgid "Unable to write new index file"
573 msgstr ""
574
575 #: apply.c:4921 apply.c:4924 builtin/am.c:2254 builtin/am.c:2257
576 #: builtin/clone.c:118 builtin/fetch.c:127 builtin/pull.c:193
577 #: builtin/submodule--helper.c:403 builtin/submodule--helper.c:1197
578 #: builtin/submodule--helper.c:1200 builtin/submodule--helper.c:1567
579 #: builtin/submodule--helper.c:1570 builtin/submodule--helper.c:1787
580 #: git-add--interactive.perl:197
581 msgid "path"
582 msgstr ""
583
584 #: apply.c:4922
585 msgid "don't apply changes matching the given path"
586 msgstr ""
587
588 #: apply.c:4925
589 msgid "apply changes matching the given path"
590 msgstr ""
591
592 #: apply.c:4927 builtin/am.c:2263
593 msgid "num"
594 msgstr ""
595
596 #: apply.c:4928
597 msgid "remove <num> leading slashes from traditional diff paths"
598 msgstr ""
599
600 #: apply.c:4931
601 msgid "ignore additions made by the patch"
602 msgstr ""
603
604 #: apply.c:4933
605 msgid "instead of applying the patch, output diffstat for the input"
606 msgstr ""
607
608 #: apply.c:4937
609 msgid "show number of added and deleted lines in decimal notation"
610 msgstr ""
611
612 #: apply.c:4939
613 msgid "instead of applying the patch, output a summary for the input"
614 msgstr ""
615
616 #: apply.c:4941
617 msgid "instead of applying the patch, see if the patch is applicable"
618 msgstr ""
619
620 #: apply.c:4943
621 msgid "make sure the patch is applicable to the current index"
622 msgstr ""
623
624 #: apply.c:4945
625 msgid "apply a patch without touching the working tree"
626 msgstr ""
627
628 #: apply.c:4947
629 msgid "accept a patch that touches outside the working area"
630 msgstr ""
631
632 #: apply.c:4950
633 msgid "also apply the patch (use with --stat/--summary/--check)"
634 msgstr ""
635
636 #: apply.c:4952
637 msgid "attempt three-way merge if a patch does not apply"
638 msgstr ""
639
640 #: apply.c:4954
641 msgid "build a temporary index based on embedded index information"
642 msgstr ""
643
644 #: apply.c:4957 builtin/checkout-index.c:168 builtin/ls-files.c:515
645 msgid "paths are separated with NUL character"
646 msgstr ""
647
648 #: apply.c:4959
649 msgid "ensure at least <n> lines of context match"
650 msgstr ""
651
652 #: apply.c:4960 builtin/am.c:2242 builtin/interpret-trailers.c:95
653 #: builtin/interpret-trailers.c:97 builtin/interpret-trailers.c:99
654 #: builtin/pack-objects.c:3035
655 msgid "action"
656 msgstr ""
657
658 #: apply.c:4961
659 msgid "detect new or modified lines that have whitespace errors"
660 msgstr ""
661
662 #: apply.c:4964 apply.c:4967
663 msgid "ignore changes in whitespace when finding context"
664 msgstr ""
665
666 #: apply.c:4970
667 msgid "apply the patch in reverse"
668 msgstr ""
669
670 #: apply.c:4972
671 msgid "don't expect at least one line of context"
672 msgstr ""
673
674 #: apply.c:4974
675 msgid "leave the rejected hunks in corresponding *.rej files"
676 msgstr ""
677
678 #: apply.c:4976
679 msgid "allow overlapping hunks"
680 msgstr ""
681
682 #: apply.c:4977 builtin/add.c:292 builtin/check-ignore.c:21
683 #: builtin/commit.c:1276 builtin/count-objects.c:96 builtin/fsck.c:665
684 #: builtin/log.c:1901 builtin/mv.c:123 builtin/read-tree.c:125
685 msgid "be verbose"
686 msgstr ""
687
688 #: apply.c:4979
689 msgid "tolerate incorrectly detected missing new-line at the end of file"
690 msgstr ""
691
692 #: apply.c:4982
693 msgid "do not trust the line counts in the hunk headers"
694 msgstr ""
695
696 #: apply.c:4984 builtin/am.c:2251
697 msgid "root"
698 msgstr ""
699
700 #: apply.c:4985
701 msgid "prepend <root> to all filenames"
702 msgstr ""
703
704 #: archive.c:13
705 msgid "git archive [<options>] <tree-ish> [<path>...]"
706 msgstr ""
707
708 #: archive.c:14
709 msgid "git archive --list"
710 msgstr ""
711
712 #: archive.c:15
713 msgid ""
714 "git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
715 msgstr ""
716
717 #: archive.c:16
718 msgid "git archive --remote <repo> [--exec <cmd>] --list"
719 msgstr ""
720
721 #: archive.c:351 builtin/add.c:176 builtin/add.c:515 builtin/rm.c:299
722 #, c-format
723 msgid "pathspec '%s' did not match any files"
724 msgstr ""
725
726 #: archive.c:436
727 msgid "fmt"
728 msgstr ""
729
730 #: archive.c:436
731 msgid "archive format"
732 msgstr ""
733
734 #: archive.c:437 builtin/log.c:1462
735 msgid "prefix"
736 msgstr ""
737
738 #: archive.c:438
739 msgid "prepend prefix to each pathname in the archive"
740 msgstr ""
741
742 #: archive.c:439 builtin/blame.c:702 builtin/blame.c:703 builtin/config.c:62
743 #: builtin/fast-export.c:1005 builtin/fast-export.c:1007 builtin/grep.c:869
744 #: builtin/hash-object.c:103 builtin/ls-files.c:551 builtin/ls-files.c:554
745 #: builtin/notes.c:405 builtin/notes.c:568 builtin/read-tree.c:120
746 #: parse-options.h:165
747 msgid "file"
748 msgstr ""
749
750 #: archive.c:440 builtin/archive.c:89
751 msgid "write the archive to this file"
752 msgstr ""
753
754 #: archive.c:442
755 msgid "read .gitattributes in working directory"
756 msgstr ""
757
758 #: archive.c:443
759 msgid "report archived files on stderr"
760 msgstr ""
761
762 #: archive.c:444
763 msgid "store only"
764 msgstr ""
765
766 #: archive.c:445
767 msgid "compress faster"
768 msgstr ""
769
770 #: archive.c:453
771 msgid "compress better"
772 msgstr ""
773
774 #: archive.c:456
775 msgid "list supported archive formats"
776 msgstr ""
777
778 #: archive.c:458 builtin/archive.c:90 builtin/clone.c:108 builtin/clone.c:111
779 #: builtin/submodule--helper.c:1209 builtin/submodule--helper.c:1576
780 msgid "repo"
781 msgstr ""
782
783 #: archive.c:459 builtin/archive.c:91
784 msgid "retrieve the archive from remote repository <repo>"
785 msgstr ""
786
787 #: archive.c:460 builtin/archive.c:92 builtin/notes.c:489
788 msgid "command"
789 msgstr ""
790
791 #: archive.c:461 builtin/archive.c:93
792 msgid "path to the remote git-upload-archive command"
793 msgstr ""
794
795 #: archive.c:468
796 msgid "Unexpected option --remote"
797 msgstr ""
798
799 #: archive.c:470
800 msgid "Option --exec can only be used together with --remote"
801 msgstr ""
802
803 #: archive.c:472
804 msgid "Unexpected option --output"
805 msgstr ""
806
807 #: archive.c:494
808 #, c-format
809 msgid "Unknown archive format '%s'"
810 msgstr ""
811
812 #: archive.c:501
813 #, c-format
814 msgid "Argument not supported for format '%s': -%d"
815 msgstr ""
816
817 #: attr.c:218
818 #, c-format
819 msgid "%.*s is not a valid attribute name"
820 msgstr ""
821
822 #: attr.c:415
823 msgid ""
824 "Negative patterns are ignored in git attributes\n"
825 "Use '\\!' for literal leading exclamation."
826 msgstr ""
827
828 #: bisect.c:460
829 #, c-format
830 msgid "Badly quoted content in file '%s': %s"
831 msgstr ""
832
833 #: bisect.c:668
834 #, c-format
835 msgid "We cannot bisect more!\n"
836 msgstr ""
837
838 #: bisect.c:722
839 #, c-format
840 msgid "Not a valid commit name %s"
841 msgstr ""
842
843 #: bisect.c:746
844 #, c-format
845 msgid ""
846 "The merge base %s is bad.\n"
847 "This means the bug has been fixed between %s and [%s].\n"
848 msgstr ""
849
850 #: bisect.c:751
851 #, c-format
852 msgid ""
853 "The merge base %s is new.\n"
854 "The property has changed between %s and [%s].\n"
855 msgstr ""
856
857 #: bisect.c:756
858 #, c-format
859 msgid ""
860 "The merge base %s is %s.\n"
861 "This means the first '%s' commit is between %s and [%s].\n"
862 msgstr ""
863
864 #: bisect.c:764
865 #, c-format
866 msgid ""
867 "Some %s revs are not ancestors of the %s rev.\n"
868 "git bisect cannot work properly in this case.\n"
869 "Maybe you mistook %s and %s revs?\n"
870 msgstr ""
871
872 #: bisect.c:777
873 #, c-format
874 msgid ""
875 "the merge base between %s and [%s] must be skipped.\n"
876 "So we cannot be sure the first %s commit is between %s and %s.\n"
877 "We continue anyway."
878 msgstr ""
879
880 #: bisect.c:810
881 #, c-format
882 msgid "Bisecting: a merge base must be tested\n"
883 msgstr ""
884
885 #: bisect.c:850
886 #, c-format
887 msgid "a %s revision is needed"
888 msgstr ""
889
890 #: bisect.c:869 builtin/notes.c:175 builtin/tag.c:235
891 #, c-format
892 msgid "could not create file '%s'"
893 msgstr ""
894
895 #: bisect.c:920
896 #, c-format
897 msgid "could not read file '%s'"
898 msgstr ""
899
900 #: bisect.c:950
901 msgid "reading bisect refs failed"
902 msgstr ""
903
904 #: bisect.c:969
905 #, c-format
906 msgid "%s was both %s and %s\n"
907 msgstr ""
908
909 #: bisect.c:977
910 #, c-format
911 msgid ""
912 "No testable commit found.\n"
913 "Maybe you started with bad path parameters?\n"
914 msgstr ""
915
916 #: bisect.c:996
917 #, c-format
918 msgid "(roughly %d step)"
919 msgid_plural "(roughly %d steps)"
920 msgstr[0] ""
921 msgstr[1] ""
922
923 #. TRANSLATORS: the last %s will be replaced with "(roughly %d
924 #. steps)" translation.
925 #.
926 #: bisect.c:1002
927 #, c-format
928 msgid "Bisecting: %d revision left to test after this %s\n"
929 msgid_plural "Bisecting: %d revisions left to test after this %s\n"
930 msgstr[0] ""
931 msgstr[1] ""
932
933 #: blame.c:1758
934 msgid "--contents and --reverse do not blend well."
935 msgstr ""
936
937 #: blame.c:1769
938 msgid "cannot use --contents with final commit object name"
939 msgstr ""
940
941 #: blame.c:1789
942 msgid "--reverse and --first-parent together require specified latest commit"
943 msgstr ""
944
945 #: blame.c:1798 bundle.c:160 ref-filter.c:1978 sequencer.c:1699
946 #: sequencer.c:2901 builtin/commit.c:976 builtin/log.c:366 builtin/log.c:920
947 #: builtin/log.c:1371 builtin/log.c:1702 builtin/log.c:1950 builtin/merge.c:370
948 #: builtin/shortlog.c:191
949 msgid "revision walk setup failed"
950 msgstr ""
951
952 #: blame.c:1816
953 msgid ""
954 "--reverse --first-parent together require range along first-parent chain"
955 msgstr ""
956
957 #: blame.c:1827
958 #, c-format
959 msgid "no such path %s in %s"
960 msgstr ""
961
962 #: blame.c:1838
963 #, c-format
964 msgid "cannot read blob %s for path %s"
965 msgstr ""
966
967 #: branch.c:53
968 #, c-format
969 msgid ""
970 "\n"
971 "After fixing the error cause you may try to fix up\n"
972 "the remote tracking information by invoking\n"
973 "\"git branch --set-upstream-to=%s%s%s\"."
974 msgstr ""
975
976 #: branch.c:67
977 #, c-format
978 msgid "Not setting branch %s as its own upstream."
979 msgstr ""
980
981 #: branch.c:93
982 #, c-format
983 msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."
984 msgstr ""
985
986 #: branch.c:94
987 #, c-format
988 msgid "Branch '%s' set up to track remote branch '%s' from '%s'."
989 msgstr ""
990
991 #: branch.c:98
992 #, c-format
993 msgid "Branch '%s' set up to track local branch '%s' by rebasing."
994 msgstr ""
995
996 #: branch.c:99
997 #, c-format
998 msgid "Branch '%s' set up to track local branch '%s'."
999 msgstr ""
1000
1001 #: branch.c:104
1002 #, c-format
1003 msgid "Branch '%s' set up to track remote ref '%s' by rebasing."
1004 msgstr ""
1005
1006 #: branch.c:105
1007 #, c-format
1008 msgid "Branch '%s' set up to track remote ref '%s'."
1009 msgstr ""
1010
1011 #: branch.c:109
1012 #, c-format
1013 msgid "Branch '%s' set up to track local ref '%s' by rebasing."
1014 msgstr ""
1015
1016 #: branch.c:110
1017 #, c-format
1018 msgid "Branch '%s' set up to track local ref '%s'."
1019 msgstr ""
1020
1021 #: branch.c:119
1022 msgid "Unable to write upstream branch configuration"
1023 msgstr ""
1024
1025 #: branch.c:156
1026 #, c-format
1027 msgid "Not tracking: ambiguous information for ref %s"
1028 msgstr ""
1029
1030 #: branch.c:189
1031 #, c-format
1032 msgid "'%s' is not a valid branch name."
1033 msgstr ""
1034
1035 #: branch.c:208
1036 #, c-format
1037 msgid "A branch named '%s' already exists."
1038 msgstr ""
1039
1040 #: branch.c:213
1041 msgid "Cannot force update the current branch."
1042 msgstr ""
1043
1044 #: branch.c:233
1045 #, c-format
1046 msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1047 msgstr ""
1048
1049 #: branch.c:235
1050 #, c-format
1051 msgid "the requested upstream branch '%s' does not exist"
1052 msgstr ""
1053
1054 #: branch.c:237
1055 msgid ""
1056 "\n"
1057 "If you are planning on basing your work on an upstream\n"
1058 "branch that already exists at the remote, you may need to\n"
1059 "run \"git fetch\" to retrieve it.\n"
1060 "\n"
1061 "If you are planning to push out a new local branch that\n"
1062 "will track its remote counterpart, you may want to use\n"
1063 "\"git push -u\" to set the upstream config as you push."
1064 msgstr ""
1065
1066 #: branch.c:280
1067 #, c-format
1068 msgid "Not a valid object name: '%s'."
1069 msgstr ""
1070
1071 #: branch.c:300
1072 #, c-format
1073 msgid "Ambiguous object name: '%s'."
1074 msgstr ""
1075
1076 #: branch.c:305
1077 #, c-format
1078 msgid "Not a valid branch point: '%s'."
1079 msgstr ""
1080
1081 #: branch.c:359
1082 #, c-format
1083 msgid "'%s' is already checked out at '%s'"
1084 msgstr ""
1085
1086 #: branch.c:382
1087 #, c-format
1088 msgid "HEAD of working tree %s is not updated"
1089 msgstr ""
1090
1091 #: bundle.c:34
1092 #, c-format
1093 msgid "'%s' does not look like a v2 bundle file"
1094 msgstr ""
1095
1096 #: bundle.c:62
1097 #, c-format
1098 msgid "unrecognized header: %s%s (%d)"
1099 msgstr ""
1100
1101 #: bundle.c:88 sequencer.c:1879 sequencer.c:2337 builtin/commit.c:750
1102 #, c-format
1103 msgid "could not open '%s'"
1104 msgstr ""
1105
1106 #: bundle.c:139
1107 msgid "Repository lacks these prerequisite commits:"
1108 msgstr ""
1109
1110 #: bundle.c:190
1111 #, c-format
1112 msgid "The bundle contains this ref:"
1113 msgid_plural "The bundle contains these %d refs:"
1114 msgstr[0] ""
1115 msgstr[1] ""
1116
1117 #: bundle.c:197
1118 msgid "The bundle records a complete history."
1119 msgstr ""
1120
1121 #: bundle.c:199
1122 #, c-format
1123 msgid "The bundle requires this ref:"
1124 msgid_plural "The bundle requires these %d refs:"
1125 msgstr[0] ""
1126 msgstr[1] ""
1127
1128 #: bundle.c:258
1129 msgid "Could not spawn pack-objects"
1130 msgstr ""
1131
1132 #: bundle.c:269
1133 msgid "pack-objects died"
1134 msgstr ""
1135
1136 #: bundle.c:311
1137 msgid "rev-list died"
1138 msgstr ""
1139
1140 #: bundle.c:360
1141 #, c-format
1142 msgid "ref '%s' is excluded by the rev-list options"
1143 msgstr ""
1144
1145 #: bundle.c:450 builtin/log.c:183 builtin/log.c:1607 builtin/shortlog.c:296
1146 #, c-format
1147 msgid "unrecognized argument: %s"
1148 msgstr ""
1149
1150 #: bundle.c:458
1151 msgid "Refusing to create empty bundle."
1152 msgstr ""
1153
1154 #: bundle.c:470
1155 #, c-format
1156 msgid "cannot create '%s'"
1157 msgstr ""
1158
1159 #: bundle.c:498
1160 msgid "index-pack died"
1161 msgstr ""
1162
1163 #: color.c:296
1164 #, c-format
1165 msgid "invalid color value: %.*s"
1166 msgstr ""
1167
1168 #: commit.c:41 sequencer.c:2141 builtin/am.c:421 builtin/am.c:465
1169 #: builtin/am.c:1436 builtin/am.c:2072
1170 #, c-format
1171 msgid "could not parse %s"
1172 msgstr ""
1173
1174 #: commit.c:43
1175 #, c-format
1176 msgid "%s %s is not a commit!"
1177 msgstr ""
1178
1179 #: commit.c:1506
1180 msgid ""
1181 "Warning: commit message did not conform to UTF-8.\n"
1182 "You may want to amend it after fixing the message, or set the config\n"
1183 "variable i18n.commitencoding to the encoding your project uses.\n"
1184 msgstr ""
1185
1186 #: compat/obstack.c:405 compat/obstack.c:407
1187 msgid "memory exhausted"
1188 msgstr ""
1189
1190 #: config.c:186
1191 msgid "relative config include conditionals must come from files"
1192 msgstr ""
1193
1194 #: config.c:720
1195 #, c-format
1196 msgid "bad config line %d in blob %s"
1197 msgstr ""
1198
1199 #: config.c:724
1200 #, c-format
1201 msgid "bad config line %d in file %s"
1202 msgstr ""
1203
1204 #: config.c:728
1205 #, c-format
1206 msgid "bad config line %d in standard input"
1207 msgstr ""
1208
1209 #: config.c:732
1210 #, c-format
1211 msgid "bad config line %d in submodule-blob %s"
1212 msgstr ""
1213
1214 #: config.c:736
1215 #, c-format
1216 msgid "bad config line %d in command line %s"
1217 msgstr ""
1218
1219 #: config.c:740
1220 #, c-format
1221 msgid "bad config line %d in %s"
1222 msgstr ""
1223
1224 #: config.c:868
1225 msgid "out of range"
1226 msgstr ""
1227
1228 #: config.c:868
1229 msgid "invalid unit"
1230 msgstr ""
1231
1232 #: config.c:874
1233 #, c-format
1234 msgid "bad numeric config value '%s' for '%s': %s"
1235 msgstr ""
1236
1237 #: config.c:879
1238 #, c-format
1239 msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1240 msgstr ""
1241
1242 #: config.c:882
1243 #, c-format
1244 msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1245 msgstr ""
1246
1247 #: config.c:885
1248 #, c-format
1249 msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1250 msgstr ""
1251
1252 #: config.c:888
1253 #, c-format
1254 msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1255 msgstr ""
1256
1257 #: config.c:891
1258 #, c-format
1259 msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1260 msgstr ""
1261
1262 #: config.c:894
1263 #, c-format
1264 msgid "bad numeric config value '%s' for '%s' in %s: %s"
1265 msgstr ""
1266
1267 #: config.c:989
1268 #, c-format
1269 msgid "failed to expand user dir in: '%s'"
1270 msgstr ""
1271
1272 #: config.c:998
1273 #, c-format
1274 msgid "'%s' for '%s' is not a valid timestamp"
1275 msgstr ""
1276
1277 #: config.c:1094 config.c:1105
1278 #, c-format
1279 msgid "bad zlib compression level %d"
1280 msgstr ""
1281
1282 #: config.c:1225
1283 #, c-format
1284 msgid "invalid mode for object creation: %s"
1285 msgstr ""
1286
1287 #: config.c:1386
1288 #, c-format
1289 msgid "bad pack compression level %d"
1290 msgstr ""
1291
1292 #: config.c:1582
1293 msgid "unable to parse command-line config"
1294 msgstr ""
1295
1296 #: config.c:1914
1297 msgid "unknown error occurred while reading the configuration files"
1298 msgstr ""
1299
1300 #: config.c:2101
1301 #, c-format
1302 msgid "Invalid %s: '%s'"
1303 msgstr ""
1304
1305 #: config.c:2144
1306 #, c-format
1307 msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1308 msgstr ""
1309
1310 #: config.c:2170
1311 #, c-format
1312 msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1313 msgstr ""
1314
1315 #: config.c:2195
1316 #, c-format
1317 msgid "unable to parse '%s' from command-line config"
1318 msgstr ""
1319
1320 #: config.c:2197
1321 #, c-format
1322 msgid "bad config variable '%s' in file '%s' at line %d"
1323 msgstr ""
1324
1325 #: config.c:2256
1326 #, c-format
1327 msgid "%s has multiple values"
1328 msgstr ""
1329
1330 #: config.c:2599 config.c:2816
1331 #, c-format
1332 msgid "fstat on %s failed"
1333 msgstr ""
1334
1335 #: config.c:2706
1336 #, c-format
1337 msgid "could not set '%s' to '%s'"
1338 msgstr ""
1339
1340 #: config.c:2708 builtin/remote.c:776
1341 #, c-format
1342 msgid "could not unset '%s'"
1343 msgstr ""
1344
1345 #: connect.c:52
1346 msgid "The remote end hung up upon initial contact"
1347 msgstr ""
1348
1349 #: connect.c:54
1350 msgid ""
1351 "Could not read from remote repository.\n"
1352 "\n"
1353 "Please make sure you have the correct access rights\n"
1354 "and the repository exists."
1355 msgstr ""
1356
1357 #: connected.c:66 builtin/fsck.c:198 builtin/prune.c:144
1358 msgid "Checking connectivity"
1359 msgstr ""
1360
1361 #: connected.c:78
1362 msgid "Could not run 'git rev-list'"
1363 msgstr ""
1364
1365 #: connected.c:98
1366 msgid "failed write to rev-list"
1367 msgstr ""
1368
1369 #: connected.c:105
1370 msgid "failed to close rev-list's stdin"
1371 msgstr ""
1372
1373 #: convert.c:205
1374 #, c-format
1375 msgid "CRLF would be replaced by LF in %s."
1376 msgstr ""
1377
1378 #: convert.c:207
1379 #, c-format
1380 msgid ""
1381 "CRLF will be replaced by LF in %s.\n"
1382 "The file will have its original line endings in your working directory."
1383 msgstr ""
1384
1385 #: convert.c:215
1386 #, c-format
1387 msgid "LF would be replaced by CRLF in %s"
1388 msgstr ""
1389
1390 #: convert.c:217
1391 #, c-format
1392 msgid ""
1393 "LF will be replaced by CRLF in %s.\n"
1394 "The file will have its original line endings in your working directory."
1395 msgstr ""
1396
1397 #: date.c:116
1398 msgid "in the future"
1399 msgstr ""
1400
1401 #: date.c:122
1402 #, c-format
1403 msgid "%<PRIuMAX> second ago"
1404 msgid_plural "%<PRIuMAX> seconds ago"
1405 msgstr[0] ""
1406 msgstr[1] ""
1407
1408 #: date.c:129
1409 #, c-format
1410 msgid "%<PRIuMAX> minute ago"
1411 msgid_plural "%<PRIuMAX> minutes ago"
1412 msgstr[0] ""
1413 msgstr[1] ""
1414
1415 #: date.c:136
1416 #, c-format
1417 msgid "%<PRIuMAX> hour ago"
1418 msgid_plural "%<PRIuMAX> hours ago"
1419 msgstr[0] ""
1420 msgstr[1] ""
1421
1422 #: date.c:143
1423 #, c-format
1424 msgid "%<PRIuMAX> day ago"
1425 msgid_plural "%<PRIuMAX> days ago"
1426 msgstr[0] ""
1427 msgstr[1] ""
1428
1429 #: date.c:149
1430 #, c-format
1431 msgid "%<PRIuMAX> week ago"
1432 msgid_plural "%<PRIuMAX> weeks ago"
1433 msgstr[0] ""
1434 msgstr[1] ""
1435
1436 #: date.c:156
1437 #, c-format
1438 msgid "%<PRIuMAX> month ago"
1439 msgid_plural "%<PRIuMAX> months ago"
1440 msgstr[0] ""
1441 msgstr[1] ""
1442
1443 #: date.c:167
1444 #, c-format
1445 msgid "%<PRIuMAX> year"
1446 msgid_plural "%<PRIuMAX> years"
1447 msgstr[0] ""
1448 msgstr[1] ""
1449
1450 #. TRANSLATORS: "%s" is "<n> years"
1451 #: date.c:170
1452 #, c-format
1453 msgid "%s, %<PRIuMAX> month ago"
1454 msgid_plural "%s, %<PRIuMAX> months ago"
1455 msgstr[0] ""
1456 msgstr[1] ""
1457
1458 #: date.c:175 date.c:180
1459 #, c-format
1460 msgid "%<PRIuMAX> year ago"
1461 msgid_plural "%<PRIuMAX> years ago"
1462 msgstr[0] ""
1463 msgstr[1] ""
1464
1465 #: diffcore-order.c:24
1466 #, c-format
1467 msgid "failed to read orderfile '%s'"
1468 msgstr ""
1469
1470 #: diffcore-rename.c:535
1471 msgid "Performing inexact rename detection"
1472 msgstr ""
1473
1474 #: diff.c:74
1475 #, c-format
1476 msgid "option '%s' requires a value"
1477 msgstr ""
1478
1479 #: diff.c:152
1480 #, c-format
1481 msgid " Failed to parse dirstat cut-off percentage '%s'\n"
1482 msgstr ""
1483
1484 #: diff.c:157
1485 #, c-format
1486 msgid " Unknown dirstat parameter '%s'\n"
1487 msgstr ""
1488
1489 #: diff.c:281
1490 msgid ""
1491 "color moved setting must be one of 'no', 'default', 'zebra', 'dimmed_zebra', "
1492 "'plain'"
1493 msgstr ""
1494
1495 #: diff.c:341
1496 #, c-format
1497 msgid "Unknown value for 'diff.submodule' config variable: '%s'"
1498 msgstr ""
1499
1500 #: diff.c:401
1501 #, c-format
1502 msgid ""
1503 "Found errors in 'diff.dirstat' config variable:\n"
1504 "%s"
1505 msgstr ""
1506
1507 #: diff.c:3822
1508 #, c-format
1509 msgid "external diff died, stopping at %s"
1510 msgstr ""
1511
1512 #: diff.c:4146
1513 msgid "--name-only, --name-status, --check and -s are mutually exclusive"
1514 msgstr ""
1515
1516 #: diff.c:4149
1517 msgid "-G, -S and --find-object are mutually exclusive"
1518 msgstr ""
1519
1520 #: diff.c:4237
1521 msgid "--follow requires exactly one pathspec"
1522 msgstr ""
1523
1524 #: diff.c:4403
1525 #, c-format
1526 msgid ""
1527 "Failed to parse --dirstat/-X option parameter:\n"
1528 "%s"
1529 msgstr ""
1530
1531 #: diff.c:4417
1532 #, c-format
1533 msgid "Failed to parse --submodule option parameter: '%s'"
1534 msgstr ""
1535
1536 #: diff.c:5493
1537 msgid "inexact rename detection was skipped due to too many files."
1538 msgstr ""
1539
1540 #: diff.c:5496
1541 msgid "only found copies from modified paths due to too many files."
1542 msgstr ""
1543
1544 #: diff.c:5499
1545 #, c-format
1546 msgid ""
1547 "you may want to set your %s variable to at least %d and retry the command."
1548 msgstr ""
1549
1550 #: dir.c:1866
1551 #, c-format
1552 msgid "could not open directory '%s'"
1553 msgstr ""
1554
1555 #: dir.c:2108
1556 msgid "failed to get kernel name and information"
1557 msgstr ""
1558
1559 #: dir.c:2232
1560 msgid "Untracked cache is disabled on this system or location."
1561 msgstr ""
1562
1563 #: dir.c:3024 dir.c:3029
1564 #, c-format
1565 msgid "could not create directories for %s"
1566 msgstr ""
1567
1568 #: dir.c:3054
1569 #, c-format
1570 msgid "could not migrate git directory from '%s' to '%s'"
1571 msgstr ""
1572
1573 #: editor.c:61
1574 #, c-format
1575 msgid "hint: Waiting for your editor to close the file...%c"
1576 msgstr ""
1577
1578 #: entry.c:177
1579 msgid "Filtering content"
1580 msgstr ""
1581
1582 #: entry.c:435
1583 #, c-format
1584 msgid "could not stat file '%s'"
1585 msgstr ""
1586
1587 #: fetch-object.c:17
1588 msgid "Remote with no URL"
1589 msgstr ""
1590
1591 #: fetch-pack.c:253
1592 msgid "git fetch-pack: expected shallow list"
1593 msgstr ""
1594
1595 #: fetch-pack.c:265
1596 msgid "git fetch-pack: expected ACK/NAK, got a flush packet"
1597 msgstr ""
1598
1599 #: fetch-pack.c:284 builtin/archive.c:63
1600 #, c-format
1601 msgid "remote error: %s"
1602 msgstr ""
1603
1604 #: fetch-pack.c:285
1605 #, c-format
1606 msgid "git fetch-pack: expected ACK/NAK, got '%s'"
1607 msgstr ""
1608
1609 #: fetch-pack.c:337
1610 msgid "--stateless-rpc requires multi_ack_detailed"
1611 msgstr ""
1612
1613 #: fetch-pack.c:428
1614 #, c-format
1615 msgid "invalid shallow line: %s"
1616 msgstr ""
1617
1618 #: fetch-pack.c:434
1619 #, c-format
1620 msgid "invalid unshallow line: %s"
1621 msgstr ""
1622
1623 #: fetch-pack.c:436
1624 #, c-format
1625 msgid "object not found: %s"
1626 msgstr ""
1627
1628 #: fetch-pack.c:439
1629 #, c-format
1630 msgid "error in object: %s"
1631 msgstr ""
1632
1633 #: fetch-pack.c:441
1634 #, c-format
1635 msgid "no shallow found: %s"
1636 msgstr ""
1637
1638 #: fetch-pack.c:444
1639 #, c-format
1640 msgid "expected shallow/unshallow, got %s"
1641 msgstr ""
1642
1643 #: fetch-pack.c:485
1644 #, c-format
1645 msgid "got %s %d %s"
1646 msgstr ""
1647
1648 #: fetch-pack.c:499
1649 #, c-format
1650 msgid "invalid commit %s"
1651 msgstr ""
1652
1653 #: fetch-pack.c:532
1654 msgid "giving up"
1655 msgstr ""
1656
1657 #: fetch-pack.c:542 progress.c:229
1658 msgid "done"
1659 msgstr ""
1660
1661 #: fetch-pack.c:554
1662 #, c-format
1663 msgid "got %s (%d) %s"
1664 msgstr ""
1665
1666 #: fetch-pack.c:600
1667 #, c-format
1668 msgid "Marking %s as complete"
1669 msgstr ""
1670
1671 #: fetch-pack.c:788
1672 #, c-format
1673 msgid "already have %s (%s)"
1674 msgstr ""
1675
1676 #: fetch-pack.c:829
1677 msgid "fetch-pack: unable to fork off sideband demultiplexer"
1678 msgstr ""
1679
1680 #: fetch-pack.c:837
1681 msgid "protocol error: bad pack header"
1682 msgstr ""
1683
1684 #: fetch-pack.c:895
1685 #, c-format
1686 msgid "fetch-pack: unable to fork off %s"
1687 msgstr ""
1688
1689 #: fetch-pack.c:911
1690 #, c-format
1691 msgid "%s failed"
1692 msgstr ""
1693
1694 #: fetch-pack.c:913
1695 msgid "error in sideband demultiplexer"
1696 msgstr ""
1697
1698 #: fetch-pack.c:940
1699 msgid "Server does not support shallow clients"
1700 msgstr ""
1701
1702 #: fetch-pack.c:944
1703 msgid "Server supports multi_ack_detailed"
1704 msgstr ""
1705
1706 #: fetch-pack.c:947
1707 msgid "Server supports no-done"
1708 msgstr ""
1709
1710 #: fetch-pack.c:953
1711 msgid "Server supports multi_ack"
1712 msgstr ""
1713
1714 #: fetch-pack.c:957
1715 msgid "Server supports side-band-64k"
1716 msgstr ""
1717
1718 #: fetch-pack.c:961
1719 msgid "Server supports side-band"
1720 msgstr ""
1721
1722 #: fetch-pack.c:965
1723 msgid "Server supports allow-tip-sha1-in-want"
1724 msgstr ""
1725
1726 #: fetch-pack.c:969
1727 msgid "Server supports allow-reachable-sha1-in-want"
1728 msgstr ""
1729
1730 #: fetch-pack.c:979
1731 msgid "Server supports ofs-delta"
1732 msgstr ""
1733
1734 #: fetch-pack.c:985
1735 msgid "Server supports filter"
1736 msgstr ""
1737
1738 #: fetch-pack.c:993
1739 #, c-format
1740 msgid "Server version is %.*s"
1741 msgstr ""
1742
1743 #: fetch-pack.c:999
1744 msgid "Server does not support --shallow-since"
1745 msgstr ""
1746
1747 #: fetch-pack.c:1003
1748 msgid "Server does not support --shallow-exclude"
1749 msgstr ""
1750
1751 #: fetch-pack.c:1005
1752 msgid "Server does not support --deepen"
1753 msgstr ""
1754
1755 #: fetch-pack.c:1016
1756 msgid "no common commits"
1757 msgstr ""
1758
1759 #: fetch-pack.c:1028
1760 msgid "git fetch-pack: fetch failed."
1761 msgstr ""
1762
1763 #: fetch-pack.c:1190
1764 msgid "no matching remote head"
1765 msgstr ""
1766
1767 #: fetch-pack.c:1212
1768 #, c-format
1769 msgid "no such remote ref %s"
1770 msgstr ""
1771
1772 #: fetch-pack.c:1215
1773 #, c-format
1774 msgid "Server does not allow request for unadvertised object %s"
1775 msgstr ""
1776
1777 #: gpg-interface.c:181
1778 msgid "gpg failed to sign the data"
1779 msgstr ""
1780
1781 #: gpg-interface.c:211
1782 msgid "could not create temporary file"
1783 msgstr ""
1784
1785 #: gpg-interface.c:214
1786 #, c-format
1787 msgid "failed writing detached signature to '%s'"
1788 msgstr ""
1789
1790 #: graph.c:97
1791 #, c-format
1792 msgid "ignore invalid color '%.*s' in log.graphColors"
1793 msgstr ""
1794
1795 #: grep.c:2022
1796 #, c-format
1797 msgid "'%s': unable to read %s"
1798 msgstr ""
1799
1800 #: grep.c:2039 setup.c:163 builtin/clone.c:407 builtin/diff.c:81
1801 #: builtin/rm.c:134
1802 #, c-format
1803 msgid "failed to stat '%s'"
1804 msgstr ""
1805
1806 #: grep.c:2050
1807 #, c-format
1808 msgid "'%s': short read"
1809 msgstr ""
1810
1811 #: help.c:179
1812 #, c-format
1813 msgid "available git commands in '%s'"
1814 msgstr ""
1815
1816 #: help.c:186
1817 msgid "git commands available from elsewhere on your $PATH"
1818 msgstr ""
1819
1820 #: help.c:217
1821 msgid "These are common Git commands used in various situations:"
1822 msgstr ""
1823
1824 #: help.c:281
1825 #, c-format
1826 msgid ""
1827 "'%s' appears to be a git command, but we were not\n"
1828 "able to execute it. Maybe git-%s is broken?"
1829 msgstr ""
1830
1831 #: help.c:336
1832 msgid "Uh oh. Your system reports no Git commands at all."
1833 msgstr ""
1834
1835 #: help.c:358
1836 #, c-format
1837 msgid "WARNING: You called a Git command named '%s', which does not exist."
1838 msgstr ""
1839
1840 #: help.c:363
1841 #, c-format
1842 msgid "Continuing under the assumption that you meant '%s'."
1843 msgstr ""
1844
1845 #: help.c:368
1846 #, c-format
1847 msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
1848 msgstr ""
1849
1850 #: help.c:376
1851 #, c-format
1852 msgid "git: '%s' is not a git command. See 'git --help'."
1853 msgstr ""
1854
1855 #: help.c:380
1856 msgid ""
1857 "\n"
1858 "The most similar command is"
1859 msgid_plural ""
1860 "\n"
1861 "The most similar commands are"
1862 msgstr[0] ""
1863 msgstr[1] ""
1864
1865 #: help.c:395
1866 msgid "git version [<options>]"
1867 msgstr ""
1868
1869 #: help.c:462
1870 #, c-format
1871 msgid "%s: %s - %s"
1872 msgstr ""
1873
1874 #: help.c:466
1875 msgid ""
1876 "\n"
1877 "Did you mean this?"
1878 msgid_plural ""
1879 "\n"
1880 "Did you mean one of these?"
1881 msgstr[0] ""
1882 msgstr[1] ""
1883
1884 #: ident.c:342
1885 msgid ""
1886 "\n"
1887 "*** Please tell me who you are.\n"
1888 "\n"
1889 "Run\n"
1890 "\n"
1891 " git config --global user.email \"you@example.com\"\n"
1892 " git config --global user.name \"Your Name\"\n"
1893 "\n"
1894 "to set your account's default identity.\n"
1895 "Omit --global to set the identity only in this repository.\n"
1896 "\n"
1897 msgstr ""
1898
1899 #: ident.c:366
1900 msgid "no email was given and auto-detection is disabled"
1901 msgstr ""
1902
1903 #: ident.c:371
1904 #, c-format
1905 msgid "unable to auto-detect email address (got '%s')"
1906 msgstr ""
1907
1908 #: ident.c:381
1909 msgid "no name was given and auto-detection is disabled"
1910 msgstr ""
1911
1912 #: ident.c:387
1913 #, c-format
1914 msgid "unable to auto-detect name (got '%s')"
1915 msgstr ""
1916
1917 #: ident.c:395
1918 #, c-format
1919 msgid "empty ident name (for <%s>) not allowed"
1920 msgstr ""
1921
1922 #: ident.c:401
1923 #, c-format
1924 msgid "name consists only of disallowed characters: %s"
1925 msgstr ""
1926
1927 #: ident.c:416 builtin/commit.c:582
1928 #, c-format
1929 msgid "invalid date format: %s"
1930 msgstr ""
1931
1932 #: list-objects-filter-options.c:36
1933 msgid "multiple filter-specs cannot be combined"
1934 msgstr ""
1935
1936 #: list-objects-filter-options.c:126
1937 msgid "cannot change partial clone promisor remote"
1938 msgstr ""
1939
1940 #: lockfile.c:151
1941 #, c-format
1942 msgid ""
1943 "Unable to create '%s.lock': %s.\n"
1944 "\n"
1945 "Another git process seems to be running in this repository, e.g.\n"
1946 "an editor opened by 'git commit'. Please make sure all processes\n"
1947 "are terminated then try again. If it still fails, a git process\n"
1948 "may have crashed in this repository earlier:\n"
1949 "remove the file manually to continue."
1950 msgstr ""
1951
1952 #: lockfile.c:159
1953 #, c-format
1954 msgid "Unable to create '%s.lock': %s"
1955 msgstr ""
1956
1957 #: merge.c:74
1958 msgid "failed to read the cache"
1959 msgstr ""
1960
1961 #: merge.c:134 builtin/am.c:1946 builtin/am.c:1980 builtin/checkout.c:378
1962 #: builtin/checkout.c:599 builtin/clone.c:759
1963 msgid "unable to write new index file"
1964 msgstr ""
1965
1966 #: merge-recursive.c:235
1967 msgid "(bad commit)\n"
1968 msgstr ""
1969
1970 #: merge-recursive.c:257 merge-recursive.c:265
1971 #, c-format
1972 msgid "addinfo_cache failed for path '%s'"
1973 msgstr ""
1974
1975 #: merge-recursive.c:329
1976 msgid "error building trees"
1977 msgstr ""
1978
1979 #: merge-recursive.c:771
1980 #, c-format
1981 msgid "failed to create path '%s'%s"
1982 msgstr ""
1983
1984 #: merge-recursive.c:782
1985 #, c-format
1986 msgid "Removing %s to make room for subdirectory\n"
1987 msgstr ""
1988
1989 #: merge-recursive.c:796 merge-recursive.c:815
1990 msgid ": perhaps a D/F conflict?"
1991 msgstr ""
1992
1993 #: merge-recursive.c:805
1994 #, c-format
1995 msgid "refusing to lose untracked file at '%s'"
1996 msgstr ""
1997
1998 #: merge-recursive.c:847 builtin/cat-file.c:37
1999 #, c-format
2000 msgid "cannot read object %s '%s'"
2001 msgstr ""
2002
2003 #: merge-recursive.c:849
2004 #, c-format
2005 msgid "blob expected for %s '%s'"
2006 msgstr ""
2007
2008 #: merge-recursive.c:873
2009 #, c-format
2010 msgid "failed to open '%s': %s"
2011 msgstr ""
2012
2013 #: merge-recursive.c:884
2014 #, c-format
2015 msgid "failed to symlink '%s': %s"
2016 msgstr ""
2017
2018 #: merge-recursive.c:889
2019 #, c-format
2020 msgid "do not know what to do with %06o %s '%s'"
2021 msgstr ""
2022
2023 #: merge-recursive.c:1029
2024 msgid "Failed to execute internal merge"
2025 msgstr ""
2026
2027 #: merge-recursive.c:1034
2028 #, c-format
2029 msgid "Unable to add %s to database"
2030 msgstr ""
2031
2032 #: merge-recursive.c:1146
2033 #, c-format
2034 msgid ""
2035 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2036 "in tree."
2037 msgstr ""
2038
2039 #: merge-recursive.c:1151
2040 #, c-format
2041 msgid ""
2042 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2043 "left in tree."
2044 msgstr ""
2045
2046 #: merge-recursive.c:1158
2047 #, c-format
2048 msgid ""
2049 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2050 "in tree at %s."
2051 msgstr ""
2052
2053 #: merge-recursive.c:1163
2054 #, c-format
2055 msgid ""
2056 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2057 "left in tree at %s."
2058 msgstr ""
2059
2060 #: merge-recursive.c:1197
2061 msgid "rename"
2062 msgstr ""
2063
2064 #: merge-recursive.c:1197
2065 msgid "renamed"
2066 msgstr ""
2067
2068 #: merge-recursive.c:1254
2069 #, c-format
2070 msgid "%s is a directory in %s adding as %s instead"
2071 msgstr ""
2072
2073 #: merge-recursive.c:1279
2074 #, c-format
2075 msgid ""
2076 "CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
2077 "\"->\"%s\" in \"%s\"%s"
2078 msgstr ""
2079
2080 #: merge-recursive.c:1284
2081 msgid " (left unresolved)"
2082 msgstr ""
2083
2084 #: merge-recursive.c:1346
2085 #, c-format
2086 msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
2087 msgstr ""
2088
2089 #: merge-recursive.c:1379
2090 #, c-format
2091 msgid "Renaming %s to %s and %s to %s instead"
2092 msgstr ""
2093
2094 #: merge-recursive.c:1582
2095 #, c-format
2096 msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
2097 msgstr ""
2098
2099 #: merge-recursive.c:1597
2100 #, c-format
2101 msgid "Adding merged %s"
2102 msgstr ""
2103
2104 #: merge-recursive.c:1604 merge-recursive.c:1834
2105 #, c-format
2106 msgid "Adding as %s instead"
2107 msgstr ""
2108
2109 #: merge-recursive.c:1661
2110 #, c-format
2111 msgid "cannot read object %s"
2112 msgstr ""
2113
2114 #: merge-recursive.c:1664
2115 #, c-format
2116 msgid "object %s is not a blob"
2117 msgstr ""
2118
2119 #: merge-recursive.c:1733
2120 msgid "modify"
2121 msgstr ""
2122
2123 #: merge-recursive.c:1733
2124 msgid "modified"
2125 msgstr ""
2126
2127 #: merge-recursive.c:1743
2128 msgid "content"
2129 msgstr ""
2130
2131 #: merge-recursive.c:1750
2132 msgid "add/add"
2133 msgstr ""
2134
2135 #: merge-recursive.c:1786
2136 #, c-format
2137 msgid "Skipped %s (merged same as existing)"
2138 msgstr ""
2139
2140 #: merge-recursive.c:1800
2141 #, c-format
2142 msgid "Auto-merging %s"
2143 msgstr ""
2144
2145 #: merge-recursive.c:1804 git-submodule.sh:879
2146 msgid "submodule"
2147 msgstr ""
2148
2149 #: merge-recursive.c:1805
2150 #, c-format
2151 msgid "CONFLICT (%s): Merge conflict in %s"
2152 msgstr ""
2153
2154 #: merge-recursive.c:1899
2155 #, c-format
2156 msgid "Removing %s"
2157 msgstr ""
2158
2159 #: merge-recursive.c:1925
2160 msgid "file/directory"
2161 msgstr ""
2162
2163 #: merge-recursive.c:1931
2164 msgid "directory/file"
2165 msgstr ""
2166
2167 #: merge-recursive.c:1938
2168 #, c-format
2169 msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
2170 msgstr ""
2171
2172 #: merge-recursive.c:1947
2173 #, c-format
2174 msgid "Adding %s"
2175 msgstr ""
2176
2177 #: merge-recursive.c:1987
2178 #, c-format
2179 msgid "Dirty index: cannot merge (dirty: %s)"
2180 msgstr ""
2181
2182 #: merge-recursive.c:1991
2183 msgid "Already up to date!"
2184 msgstr ""
2185
2186 #: merge-recursive.c:2000
2187 #, c-format
2188 msgid "merging of trees %s and %s failed"
2189 msgstr ""
2190
2191 #: merge-recursive.c:2097
2192 msgid "Merging:"
2193 msgstr ""
2194
2195 #: merge-recursive.c:2110
2196 #, c-format
2197 msgid "found %u common ancestor:"
2198 msgid_plural "found %u common ancestors:"
2199 msgstr[0] ""
2200 msgstr[1] ""
2201
2202 #: merge-recursive.c:2149
2203 msgid "merge returned no commit"
2204 msgstr ""
2205
2206 #: merge-recursive.c:2212
2207 #, c-format
2208 msgid "Could not parse object '%s'"
2209 msgstr ""
2210
2211 #: merge-recursive.c:2228 builtin/merge.c:657 builtin/merge.c:816
2212 msgid "Unable to write index."
2213 msgstr ""
2214
2215 #: notes-merge.c:272
2216 #, c-format
2217 msgid ""
2218 "You have not concluded your previous notes merge (%s exists).\n"
2219 "Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
2220 "commit/abort the previous merge before you start a new notes merge."
2221 msgstr ""
2222
2223 #: notes-merge.c:279
2224 #, c-format
2225 msgid "You have not concluded your notes merge (%s exists)."
2226 msgstr ""
2227
2228 #: notes-utils.c:43
2229 msgid "Cannot commit uninitialized/unreferenced notes tree"
2230 msgstr ""
2231
2232 #: notes-utils.c:102
2233 #, c-format
2234 msgid "Bad notes.rewriteMode value: '%s'"
2235 msgstr ""
2236
2237 #: notes-utils.c:112
2238 #, c-format
2239 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
2240 msgstr ""
2241
2242 #. TRANSLATORS: The first %s is the name of
2243 #. the environment variable, the second %s is
2244 #. its value.
2245 #.
2246 #: notes-utils.c:142
2247 #, c-format
2248 msgid "Bad %s value: '%s'"
2249 msgstr ""
2250
2251 #: object.c:239
2252 #, c-format
2253 msgid "unable to parse object: %s"
2254 msgstr ""
2255
2256 #: packfile.c:561
2257 msgid "offset before end of packfile (broken .idx?)"
2258 msgstr ""
2259
2260 #: packfile.c:1694
2261 #, c-format
2262 msgid "offset before start of pack index for %s (corrupt index?)"
2263 msgstr ""
2264
2265 #: packfile.c:1698
2266 #, c-format
2267 msgid "offset beyond end of pack index for %s (truncated index?)"
2268 msgstr ""
2269
2270 #: parse-options.c:619
2271 msgid "..."
2272 msgstr ""
2273
2274 #: parse-options.c:638
2275 #, c-format
2276 msgid "usage: %s"
2277 msgstr ""
2278
2279 #. TRANSLATORS: the colon here should align with the
2280 #. one in "usage: %s" translation.
2281 #.
2282 #: parse-options.c:644
2283 #, c-format
2284 msgid " or: %s"
2285 msgstr ""
2286
2287 #: parse-options.c:647
2288 #, c-format
2289 msgid " %s"
2290 msgstr ""
2291
2292 #: parse-options.c:686
2293 msgid "-NUM"
2294 msgstr ""
2295
2296 #: parse-options-cb.c:108
2297 #, c-format
2298 msgid "malformed object name '%s'"
2299 msgstr ""
2300
2301 #: path.c:891
2302 #, c-format
2303 msgid "Could not make %s writable by group"
2304 msgstr ""
2305
2306 #: pathspec.c:129
2307 msgid "Escape character '\\' not allowed as last character in attr value"
2308 msgstr ""
2309
2310 #: pathspec.c:147
2311 msgid "Only one 'attr:' specification is allowed."
2312 msgstr ""
2313
2314 #: pathspec.c:150
2315 msgid "attr spec must not be empty"
2316 msgstr ""
2317
2318 #: pathspec.c:193
2319 #, c-format
2320 msgid "invalid attribute name %s"
2321 msgstr ""
2322
2323 #: pathspec.c:258
2324 msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
2325 msgstr ""
2326
2327 #: pathspec.c:265
2328 msgid ""
2329 "global 'literal' pathspec setting is incompatible with all other global "
2330 "pathspec settings"
2331 msgstr ""
2332
2333 #: pathspec.c:305
2334 msgid "invalid parameter for pathspec magic 'prefix'"
2335 msgstr ""
2336
2337 #: pathspec.c:326
2338 #, c-format
2339 msgid "Invalid pathspec magic '%.*s' in '%s'"
2340 msgstr ""
2341
2342 #: pathspec.c:331
2343 #, c-format
2344 msgid "Missing ')' at the end of pathspec magic in '%s'"
2345 msgstr ""
2346
2347 #: pathspec.c:369
2348 #, c-format
2349 msgid "Unimplemented pathspec magic '%c' in '%s'"
2350 msgstr ""
2351
2352 #: pathspec.c:428
2353 #, c-format
2354 msgid "%s: 'literal' and 'glob' are incompatible"
2355 msgstr ""
2356
2357 #: pathspec.c:441
2358 #, c-format
2359 msgid "%s: '%s' is outside repository"
2360 msgstr ""
2361
2362 #: pathspec.c:515
2363 #, c-format
2364 msgid "'%s' (mnemonic: '%c')"
2365 msgstr ""
2366
2367 #: pathspec.c:525
2368 #, c-format
2369 msgid "%s: pathspec magic not supported by this command: %s"
2370 msgstr ""
2371
2372 #: pathspec.c:592
2373 #, c-format
2374 msgid "pathspec '%s' is beyond a symbolic link"
2375 msgstr ""
2376
2377 #: pretty.c:962
2378 msgid "unable to parse --pretty format"
2379 msgstr ""
2380
2381 #: read-cache.c:1473
2382 #, c-format
2383 msgid ""
2384 "index.version set, but the value is invalid.\n"
2385 "Using version %i"
2386 msgstr ""
2387
2388 #: read-cache.c:1483
2389 #, c-format
2390 msgid ""
2391 "GIT_INDEX_VERSION set, but the value is invalid.\n"
2392 "Using version %i"
2393 msgstr ""
2394
2395 #: read-cache.c:2375 sequencer.c:3248 wrapper.c:658 builtin/merge.c:1049
2396 #, c-format
2397 msgid "could not close '%s'"
2398 msgstr ""
2399
2400 #: read-cache.c:2448 sequencer.c:1900 sequencer.c:2627
2401 #, c-format
2402 msgid "could not stat '%s'"
2403 msgstr ""
2404
2405 #: read-cache.c:2461
2406 #, c-format
2407 msgid "unable to open git dir: %s"
2408 msgstr ""
2409
2410 #: read-cache.c:2473
2411 #, c-format
2412 msgid "unable to unlink: %s"
2413 msgstr ""
2414
2415 #: refs.c:706
2416 #, c-format
2417 msgid "Could not open '%s' for writing"
2418 msgstr ""
2419
2420 #: refs.c:1850
2421 msgid "ref updates forbidden inside quarantine environment"
2422 msgstr ""
2423
2424 #: refs/files-backend.c:1189
2425 #, c-format
2426 msgid "could not remove reference %s"
2427 msgstr ""
2428
2429 #: refs/files-backend.c:1203 refs/packed-backend.c:1528
2430 #: refs/packed-backend.c:1538
2431 #, c-format
2432 msgid "could not delete reference %s: %s"
2433 msgstr ""
2434
2435 #: refs/files-backend.c:1206 refs/packed-backend.c:1541
2436 #, c-format
2437 msgid "could not delete references: %s"
2438 msgstr ""
2439
2440 #: ref-filter.c:35 wt-status.c:1842
2441 msgid "gone"
2442 msgstr ""
2443
2444 #: ref-filter.c:36
2445 #, c-format
2446 msgid "ahead %d"
2447 msgstr ""
2448
2449 #: ref-filter.c:37
2450 #, c-format
2451 msgid "behind %d"
2452 msgstr ""
2453
2454 #: ref-filter.c:38
2455 #, c-format
2456 msgid "ahead %d, behind %d"
2457 msgstr ""
2458
2459 #: ref-filter.c:107
2460 #, c-format
2461 msgid "expected format: %%(color:<color>)"
2462 msgstr ""
2463
2464 #: ref-filter.c:109
2465 #, c-format
2466 msgid "unrecognized color: %%(color:%s)"
2467 msgstr ""
2468
2469 #: ref-filter.c:129
2470 #, c-format
2471 msgid "Integer value expected refname:lstrip=%s"
2472 msgstr ""
2473
2474 #: ref-filter.c:133
2475 #, c-format
2476 msgid "Integer value expected refname:rstrip=%s"
2477 msgstr ""
2478
2479 #: ref-filter.c:135
2480 #, c-format
2481 msgid "unrecognized %%(%s) argument: %s"
2482 msgstr ""
2483
2484 #: ref-filter.c:184
2485 #, c-format
2486 msgid "%%(body) does not take arguments"
2487 msgstr ""
2488
2489 #: ref-filter.c:191
2490 #, c-format
2491 msgid "%%(subject) does not take arguments"
2492 msgstr ""
2493
2494 #: ref-filter.c:209
2495 #, c-format
2496 msgid "unknown %%(trailers) argument: %s"
2497 msgstr ""
2498
2499 #: ref-filter.c:232
2500 #, c-format
2501 msgid "positive value expected contents:lines=%s"
2502 msgstr ""
2503
2504 #: ref-filter.c:234
2505 #, c-format
2506 msgid "unrecognized %%(contents) argument: %s"
2507 msgstr ""
2508
2509 #: ref-filter.c:247
2510 #, c-format
2511 msgid "positive value expected objectname:short=%s"
2512 msgstr ""
2513
2514 #: ref-filter.c:251
2515 #, c-format
2516 msgid "unrecognized %%(objectname) argument: %s"
2517 msgstr ""
2518
2519 #: ref-filter.c:278
2520 #, c-format
2521 msgid "expected format: %%(align:<width>,<position>)"
2522 msgstr ""
2523
2524 #: ref-filter.c:290
2525 #, c-format
2526 msgid "unrecognized position:%s"
2527 msgstr ""
2528
2529 #: ref-filter.c:294
2530 #, c-format
2531 msgid "unrecognized width:%s"
2532 msgstr ""
2533
2534 #: ref-filter.c:300
2535 #, c-format
2536 msgid "unrecognized %%(align) argument: %s"
2537 msgstr ""
2538
2539 #: ref-filter.c:304
2540 #, c-format
2541 msgid "positive width expected with the %%(align) atom"
2542 msgstr ""
2543
2544 #: ref-filter.c:319
2545 #, c-format
2546 msgid "unrecognized %%(if) argument: %s"
2547 msgstr ""
2548
2549 #: ref-filter.c:409
2550 #, c-format
2551 msgid "malformed field name: %.*s"
2552 msgstr ""
2553
2554 #: ref-filter.c:435
2555 #, c-format
2556 msgid "unknown field name: %.*s"
2557 msgstr ""
2558
2559 #: ref-filter.c:547
2560 #, c-format
2561 msgid "format: %%(if) atom used without a %%(then) atom"
2562 msgstr ""
2563
2564 #: ref-filter.c:607
2565 #, c-format
2566 msgid "format: %%(then) atom used without an %%(if) atom"
2567 msgstr ""
2568
2569 #: ref-filter.c:609
2570 #, c-format
2571 msgid "format: %%(then) atom used more than once"
2572 msgstr ""
2573
2574 #: ref-filter.c:611
2575 #, c-format
2576 msgid "format: %%(then) atom used after %%(else)"
2577 msgstr ""
2578
2579 #: ref-filter.c:637
2580 #, c-format
2581 msgid "format: %%(else) atom used without an %%(if) atom"
2582 msgstr ""
2583
2584 #: ref-filter.c:639
2585 #, c-format
2586 msgid "format: %%(else) atom used without a %%(then) atom"
2587 msgstr ""
2588
2589 #: ref-filter.c:641
2590 #, c-format
2591 msgid "format: %%(else) atom used more than once"
2592 msgstr ""
2593
2594 #: ref-filter.c:654
2595 #, c-format
2596 msgid "format: %%(end) atom used without corresponding atom"
2597 msgstr ""
2598
2599 #: ref-filter.c:709
2600 #, c-format
2601 msgid "malformed format string %s"
2602 msgstr ""
2603
2604 #: ref-filter.c:1313
2605 #, c-format
2606 msgid "(no branch, rebasing %s)"
2607 msgstr ""
2608
2609 #: ref-filter.c:1316
2610 #, c-format
2611 msgid "(no branch, bisect started on %s)"
2612 msgstr ""
2613
2614 #. TRANSLATORS: make sure this matches "HEAD
2615 #. detached at " in wt-status.c
2616 #.
2617 #: ref-filter.c:1324
2618 #, c-format
2619 msgid "(HEAD detached at %s)"
2620 msgstr ""
2621
2622 #. TRANSLATORS: make sure this matches "HEAD
2623 #. detached from " in wt-status.c
2624 #.
2625 #: ref-filter.c:1331
2626 #, c-format
2627 msgid "(HEAD detached from %s)"
2628 msgstr ""
2629
2630 #: ref-filter.c:1335
2631 msgid "(no branch)"
2632 msgstr ""
2633
2634 #: ref-filter.c:1364
2635 #, c-format
2636 msgid "missing object %s for %s"
2637 msgstr ""
2638
2639 #: ref-filter.c:1367
2640 #, c-format
2641 msgid "parse_object_buffer failed on %s for %s"
2642 msgstr ""
2643
2644 #: ref-filter.c:1819
2645 #, c-format
2646 msgid "malformed object at '%s'"
2647 msgstr ""
2648
2649 #: ref-filter.c:1886
2650 #, c-format
2651 msgid "ignoring ref with broken name %s"
2652 msgstr ""
2653
2654 #: ref-filter.c:1891
2655 #, c-format
2656 msgid "ignoring broken ref %s"
2657 msgstr ""
2658
2659 #: ref-filter.c:2152
2660 #, c-format
2661 msgid "format: %%(end) atom missing"
2662 msgstr ""
2663
2664 #: ref-filter.c:2246
2665 #, c-format
2666 msgid "malformed object name %s"
2667 msgstr ""
2668
2669 #: remote.c:795
2670 #, c-format
2671 msgid "Cannot fetch both %s and %s to %s"
2672 msgstr ""
2673
2674 #: remote.c:799
2675 #, c-format
2676 msgid "%s usually tracks %s, not %s"
2677 msgstr ""
2678
2679 #: remote.c:803
2680 #, c-format
2681 msgid "%s tracks both %s and %s"
2682 msgstr ""
2683
2684 #: remote.c:811
2685 msgid "Internal error"
2686 msgstr ""
2687
2688 #: remote.c:1726 remote.c:1828
2689 msgid "HEAD does not point to a branch"
2690 msgstr ""
2691
2692 #: remote.c:1735
2693 #, c-format
2694 msgid "no such branch: '%s'"
2695 msgstr ""
2696
2697 #: remote.c:1738
2698 #, c-format
2699 msgid "no upstream configured for branch '%s'"
2700 msgstr ""
2701
2702 #: remote.c:1744
2703 #, c-format
2704 msgid "upstream branch '%s' not stored as a remote-tracking branch"
2705 msgstr ""
2706
2707 #: remote.c:1759
2708 #, c-format
2709 msgid "push destination '%s' on remote '%s' has no local tracking branch"
2710 msgstr ""
2711
2712 #: remote.c:1771
2713 #, c-format
2714 msgid "branch '%s' has no remote for pushing"
2715 msgstr ""
2716
2717 #: remote.c:1782
2718 #, c-format
2719 msgid "push refspecs for '%s' do not include '%s'"
2720 msgstr ""
2721
2722 #: remote.c:1795
2723 msgid "push has no destination (push.default is 'nothing')"
2724 msgstr ""
2725
2726 #: remote.c:1817
2727 msgid "cannot resolve 'simple' push to a single destination"
2728 msgstr ""
2729
2730 #: remote.c:2132
2731 #, c-format
2732 msgid "Your branch is based on '%s', but the upstream is gone.\n"
2733 msgstr ""
2734
2735 #: remote.c:2136
2736 msgid " (use \"git branch --unset-upstream\" to fixup)\n"
2737 msgstr ""
2738
2739 #: remote.c:2139
2740 #, c-format
2741 msgid "Your branch is up to date with '%s'.\n"
2742 msgstr ""
2743
2744 #: remote.c:2143
2745 #, c-format
2746 msgid "Your branch and '%s' refer to different commits.\n"
2747 msgstr ""
2748
2749 #: remote.c:2146
2750 #, c-format
2751 msgid " (use \"%s\" for details)\n"
2752 msgstr ""
2753
2754 #: remote.c:2150
2755 #, c-format
2756 msgid "Your branch is ahead of '%s' by %d commit.\n"
2757 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
2758 msgstr[0] ""
2759 msgstr[1] ""
2760
2761 #: remote.c:2156
2762 msgid " (use \"git push\" to publish your local commits)\n"
2763 msgstr ""
2764
2765 #: remote.c:2159
2766 #, c-format
2767 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
2768 msgid_plural ""
2769 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
2770 msgstr[0] ""
2771 msgstr[1] ""
2772
2773 #: remote.c:2167
2774 msgid " (use \"git pull\" to update your local branch)\n"
2775 msgstr ""
2776
2777 #: remote.c:2170
2778 #, c-format
2779 msgid ""
2780 "Your branch and '%s' have diverged,\n"
2781 "and have %d and %d different commit each, respectively.\n"
2782 msgid_plural ""
2783 "Your branch and '%s' have diverged,\n"
2784 "and have %d and %d different commits each, respectively.\n"
2785 msgstr[0] ""
2786 msgstr[1] ""
2787
2788 #: remote.c:2180
2789 msgid " (use \"git pull\" to merge the remote branch into yours)\n"
2790 msgstr ""
2791
2792 #: revision.c:2277
2793 msgid "your current branch appears to be broken"
2794 msgstr ""
2795
2796 #: revision.c:2280
2797 #, c-format
2798 msgid "your current branch '%s' does not have any commits yet"
2799 msgstr ""
2800
2801 #: revision.c:2477
2802 msgid "--first-parent is incompatible with --bisect"
2803 msgstr ""
2804
2805 #: run-command.c:731
2806 msgid "open /dev/null failed"
2807 msgstr ""
2808
2809 #: run-command.c:1274
2810 #, c-format
2811 msgid ""
2812 "The '%s' hook was ignored because it's not set as executable.\n"
2813 "You can disable this warning with `git config advice.ignoredHook false`."
2814 msgstr ""
2815
2816 #: send-pack.c:141
2817 msgid "unexpected flush packet while reading remote unpack status"
2818 msgstr ""
2819
2820 #: send-pack.c:143
2821 #, c-format
2822 msgid "unable to parse remote unpack status: %s"
2823 msgstr ""
2824
2825 #: send-pack.c:145
2826 #, c-format
2827 msgid "remote unpack failed: %s"
2828 msgstr ""
2829
2830 #: send-pack.c:308
2831 msgid "failed to sign the push certificate"
2832 msgstr ""
2833
2834 #: send-pack.c:421
2835 msgid "the receiving end does not support --signed push"
2836 msgstr ""
2837
2838 #: send-pack.c:423
2839 msgid ""
2840 "not sending a push certificate since the receiving end does not support --"
2841 "signed push"
2842 msgstr ""
2843
2844 #: send-pack.c:435
2845 msgid "the receiving end does not support --atomic push"
2846 msgstr ""
2847
2848 #: send-pack.c:440
2849 msgid "the receiving end does not support push options"
2850 msgstr ""
2851
2852 #: sequencer.c:158
2853 #, c-format
2854 msgid "invalid commit message cleanup mode '%s'"
2855 msgstr ""
2856
2857 #: sequencer.c:267
2858 msgid "revert"
2859 msgstr ""
2860
2861 #: sequencer.c:269
2862 msgid "cherry-pick"
2863 msgstr ""
2864
2865 #: sequencer.c:271
2866 msgid "rebase -i"
2867 msgstr ""
2868
2869 #: sequencer.c:273
2870 #, c-format
2871 msgid "Unknown action: %d"
2872 msgstr ""
2873
2874 #: sequencer.c:330
2875 msgid ""
2876 "after resolving the conflicts, mark the corrected paths\n"
2877 "with 'git add <paths>' or 'git rm <paths>'"
2878 msgstr ""
2879
2880 #: sequencer.c:333
2881 msgid ""
2882 "after resolving the conflicts, mark the corrected paths\n"
2883 "with 'git add <paths>' or 'git rm <paths>'\n"
2884 "and commit the result with 'git commit'"
2885 msgstr ""
2886
2887 #: sequencer.c:346 sequencer.c:2245
2888 #, c-format
2889 msgid "could not lock '%s'"
2890 msgstr ""
2891
2892 #: sequencer.c:349 sequencer.c:2124 sequencer.c:2250 sequencer.c:2264
2893 #: sequencer.c:3246 sequencer.c:3310 wrapper.c:656
2894 #, c-format
2895 msgid "could not write to '%s'"
2896 msgstr ""
2897
2898 #: sequencer.c:353
2899 #, c-format
2900 msgid "could not write eol to '%s'"
2901 msgstr ""
2902
2903 #: sequencer.c:356 sequencer.c:2128 sequencer.c:2252
2904 #, c-format
2905 msgid "failed to finalize '%s'"
2906 msgstr ""
2907
2908 #: sequencer.c:379 sequencer.c:1340 sequencer.c:2148 builtin/am.c:259
2909 #: builtin/commit.c:722 builtin/merge.c:1047
2910 #, c-format
2911 msgid "could not read '%s'"
2912 msgstr ""
2913
2914 #: sequencer.c:405
2915 #, c-format
2916 msgid "your local changes would be overwritten by %s."
2917 msgstr ""
2918
2919 #: sequencer.c:409
2920 msgid "commit your changes or stash them to proceed."
2921 msgstr ""
2922
2923 #: sequencer.c:438
2924 #, c-format
2925 msgid "%s: fast-forward"
2926 msgstr ""
2927
2928 #. TRANSLATORS: %s will be "revert", "cherry-pick" or
2929 #. "rebase -i".
2930 #.
2931 #: sequencer.c:526
2932 #, c-format
2933 msgid "%s: Unable to write new index file"
2934 msgstr ""
2935
2936 #: sequencer.c:542
2937 msgid "could not resolve HEAD commit"
2938 msgstr ""
2939
2940 #: sequencer.c:562
2941 msgid "unable to update cache tree"
2942 msgstr ""
2943
2944 #: sequencer.c:658
2945 #, c-format
2946 msgid ""
2947 "you have staged changes in your working tree\n"
2948 "If these changes are meant to be squashed into the previous commit, run:\n"
2949 "\n"
2950 " git commit --amend %s\n"
2951 "\n"
2952 "If they are meant to go into a new commit, run:\n"
2953 "\n"
2954 " git commit %s\n"
2955 "\n"
2956 "In both cases, once you're done, continue with:\n"
2957 "\n"
2958 " git rebase --continue\n"
2959 msgstr ""
2960
2961 #: sequencer.c:915
2962 msgid "'prepare-commit-msg' hook failed"
2963 msgstr ""
2964
2965 #: sequencer.c:922
2966 msgid ""
2967 "Your name and email address were configured automatically based\n"
2968 "on your username and hostname. Please check that they are accurate.\n"
2969 "You can suppress this message by setting them explicitly. Run the\n"
2970 "following command and follow the instructions in your editor to edit\n"
2971 "your configuration file:\n"
2972 "\n"
2973 " git config --global --edit\n"
2974 "\n"
2975 "After doing this, you may fix the identity used for this commit with:\n"
2976 "\n"
2977 " git commit --amend --reset-author\n"
2978 msgstr ""
2979
2980 #: sequencer.c:935
2981 msgid ""
2982 "Your name and email address were configured automatically based\n"
2983 "on your username and hostname. Please check that they are accurate.\n"
2984 "You can suppress this message by setting them explicitly:\n"
2985 "\n"
2986 " git config --global user.name \"Your Name\"\n"
2987 " git config --global user.email you@example.com\n"
2988 "\n"
2989 "After doing this, you may fix the identity used for this commit with:\n"
2990 "\n"
2991 " git commit --amend --reset-author\n"
2992 msgstr ""
2993
2994 #: sequencer.c:975
2995 msgid "couldn't look up newly created commit"
2996 msgstr ""
2997
2998 #: sequencer.c:977
2999 msgid "could not parse newly created commit"
3000 msgstr ""
3001
3002 #: sequencer.c:1023
3003 msgid "unable to resolve HEAD after creating commit"
3004 msgstr ""
3005
3006 #: sequencer.c:1025
3007 msgid "detached HEAD"
3008 msgstr ""
3009
3010 #: sequencer.c:1029
3011 msgid " (root-commit)"
3012 msgstr ""
3013
3014 #: sequencer.c:1050
3015 msgid "could not parse HEAD"
3016 msgstr ""
3017
3018 #: sequencer.c:1052
3019 #, c-format
3020 msgid "HEAD %s is not a commit!"
3021 msgstr ""
3022
3023 #: sequencer.c:1056 builtin/commit.c:1491
3024 msgid "could not parse HEAD commit"
3025 msgstr ""
3026
3027 #: sequencer.c:1107 sequencer.c:1673
3028 msgid "unable to parse commit author"
3029 msgstr ""
3030
3031 #: sequencer.c:1117 builtin/am.c:1630 builtin/merge.c:643
3032 msgid "git write-tree failed to write a tree"
3033 msgstr ""
3034
3035 #: sequencer.c:1134 sequencer.c:1186
3036 #, c-format
3037 msgid "unable to read commit message from '%s'"
3038 msgstr ""
3039
3040 #: sequencer.c:1154 builtin/am.c:1650 builtin/commit.c:1594 builtin/merge.c:826
3041 #: builtin/merge.c:851
3042 msgid "failed to write commit object"
3043 msgstr ""
3044
3045 #: sequencer.c:1213
3046 #, c-format
3047 msgid "could not parse commit %s"
3048 msgstr ""
3049
3050 #: sequencer.c:1218
3051 #, c-format
3052 msgid "could not parse parent commit %s"
3053 msgstr ""
3054
3055 #: sequencer.c:1347
3056 #, c-format
3057 msgid ""
3058 "unexpected 1st line of squash message:\n"
3059 "\n"
3060 "\t%.*s"
3061 msgstr ""
3062
3063 #: sequencer.c:1353
3064 #, c-format
3065 msgid ""
3066 "invalid 1st line of squash message:\n"
3067 "\n"
3068 "\t%.*s"
3069 msgstr ""
3070
3071 #: sequencer.c:1359 sequencer.c:1384
3072 #, c-format
3073 msgid "This is a combination of %d commits."
3074 msgstr ""
3075
3076 #: sequencer.c:1368 sequencer.c:3265
3077 msgid "need a HEAD to fixup"
3078 msgstr ""
3079
3080 #: sequencer.c:1370
3081 msgid "could not read HEAD"
3082 msgstr ""
3083
3084 #: sequencer.c:1372
3085 msgid "could not read HEAD's commit message"
3086 msgstr ""
3087
3088 #: sequencer.c:1378
3089 #, c-format
3090 msgid "cannot write '%s'"
3091 msgstr ""
3092
3093 #: sequencer.c:1387 git-rebase--interactive.sh:452
3094 msgid "This is the 1st commit message:"
3095 msgstr ""
3096
3097 #: sequencer.c:1395
3098 #, c-format
3099 msgid "could not read commit message of %s"
3100 msgstr ""
3101
3102 #: sequencer.c:1402
3103 #, c-format
3104 msgid "This is the commit message #%d:"
3105 msgstr ""
3106
3107 #: sequencer.c:1407
3108 #, c-format
3109 msgid "The commit message #%d will be skipped:"
3110 msgstr ""
3111
3112 #: sequencer.c:1412
3113 #, c-format
3114 msgid "unknown command: %d"
3115 msgstr ""
3116
3117 #: sequencer.c:1479
3118 msgid "your index file is unmerged."
3119 msgstr ""
3120
3121 #: sequencer.c:1498
3122 #, c-format
3123 msgid "commit %s is a merge but no -m option was given."
3124 msgstr ""
3125
3126 #: sequencer.c:1506
3127 #, c-format
3128 msgid "commit %s does not have parent %d"
3129 msgstr ""
3130
3131 #: sequencer.c:1510
3132 #, c-format
3133 msgid "mainline was specified but commit %s is not a merge."
3134 msgstr ""
3135
3136 #: sequencer.c:1516
3137 #, c-format
3138 msgid "cannot get commit message for %s"
3139 msgstr ""
3140
3141 #. TRANSLATORS: The first %s will be a "todo" command like
3142 #. "revert" or "pick", the second %s a SHA1.
3143 #: sequencer.c:1535
3144 #, c-format
3145 msgid "%s: cannot parse parent commit %s"
3146 msgstr ""
3147
3148 #: sequencer.c:1600 sequencer.c:2397
3149 #, c-format
3150 msgid "could not rename '%s' to '%s'"
3151 msgstr ""
3152
3153 #: sequencer.c:1654
3154 #, c-format
3155 msgid "could not revert %s... %s"
3156 msgstr ""
3157
3158 #: sequencer.c:1655
3159 #, c-format
3160 msgid "could not apply %s... %s"
3161 msgstr ""
3162
3163 #: sequencer.c:1702
3164 msgid "empty commit set passed"
3165 msgstr ""
3166
3167 #: sequencer.c:1712
3168 #, c-format
3169 msgid "git %s: failed to read the index"
3170 msgstr ""
3171
3172 #: sequencer.c:1718
3173 #, c-format
3174 msgid "git %s: failed to refresh the index"
3175 msgstr ""
3176
3177 #: sequencer.c:1792
3178 #, c-format
3179 msgid "%s does not accept arguments: '%s'"
3180 msgstr ""
3181
3182 #: sequencer.c:1801
3183 #, c-format
3184 msgid "missing arguments for %s"
3185 msgstr ""
3186
3187 #: sequencer.c:1844
3188 #, c-format
3189 msgid "invalid line %d: %.*s"
3190 msgstr ""
3191
3192 #: sequencer.c:1852
3193 #, c-format
3194 msgid "cannot '%s' without a previous commit"
3195 msgstr ""
3196
3197 #: sequencer.c:1883 sequencer.c:3056 sequencer.c:3091
3198 #, c-format
3199 msgid "could not read '%s'."
3200 msgstr ""
3201
3202 #: sequencer.c:1906
3203 msgid "please fix this using 'git rebase --edit-todo'."
3204 msgstr ""
3205
3206 #: sequencer.c:1908
3207 #, c-format
3208 msgid "unusable instruction sheet: '%s'"
3209 msgstr ""
3210
3211 #: sequencer.c:1913
3212 msgid "no commits parsed."
3213 msgstr ""
3214
3215 #: sequencer.c:1924
3216 msgid "cannot cherry-pick during a revert."
3217 msgstr ""
3218
3219 #: sequencer.c:1926
3220 msgid "cannot revert during a cherry-pick."
3221 msgstr ""
3222
3223 #: sequencer.c:1993
3224 #, c-format
3225 msgid "invalid key: %s"
3226 msgstr ""
3227
3228 #: sequencer.c:1996
3229 #, c-format
3230 msgid "invalid value for %s: %s"
3231 msgstr ""
3232
3233 #: sequencer.c:2062
3234 #, c-format
3235 msgid "malformed options sheet: '%s'"
3236 msgstr ""
3237
3238 #: sequencer.c:2100
3239 msgid "a cherry-pick or revert is already in progress"
3240 msgstr ""
3241
3242 #: sequencer.c:2101
3243 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
3244 msgstr ""
3245
3246 #: sequencer.c:2104
3247 #, c-format
3248 msgid "could not create sequencer directory '%s'"
3249 msgstr ""
3250
3251 #: sequencer.c:2118
3252 msgid "could not lock HEAD"
3253 msgstr ""
3254
3255 #: sequencer.c:2173 sequencer.c:2761
3256 msgid "no cherry-pick or revert in progress"
3257 msgstr ""
3258
3259 #: sequencer.c:2175
3260 msgid "cannot resolve HEAD"
3261 msgstr ""
3262
3263 #: sequencer.c:2177 sequencer.c:2212
3264 msgid "cannot abort from a branch yet to be born"
3265 msgstr ""
3266
3267 #: sequencer.c:2198 builtin/grep.c:720
3268 #, c-format
3269 msgid "cannot open '%s'"
3270 msgstr ""
3271
3272 #: sequencer.c:2200
3273 #, c-format
3274 msgid "cannot read '%s': %s"
3275 msgstr ""
3276
3277 #: sequencer.c:2201
3278 msgid "unexpected end of file"
3279 msgstr ""
3280
3281 #: sequencer.c:2207
3282 #, c-format
3283 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
3284 msgstr ""
3285
3286 #: sequencer.c:2218
3287 msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
3288 msgstr ""
3289
3290 #: sequencer.c:2324 sequencer.c:2679
3291 #, c-format
3292 msgid "could not update %s"
3293 msgstr ""
3294
3295 #: sequencer.c:2362 sequencer.c:2659
3296 msgid "cannot read HEAD"
3297 msgstr ""
3298
3299 #: sequencer.c:2402 builtin/difftool.c:639
3300 #, c-format
3301 msgid "could not copy '%s' to '%s'"
3302 msgstr ""
3303
3304 #: sequencer.c:2421
3305 msgid "could not read index"
3306 msgstr ""
3307
3308 #: sequencer.c:2426
3309 #, c-format
3310 msgid ""
3311 "execution failed: %s\n"
3312 "%sYou can fix the problem, and then run\n"
3313 "\n"
3314 " git rebase --continue\n"
3315 "\n"
3316 msgstr ""
3317
3318 #: sequencer.c:2432
3319 msgid "and made changes to the index and/or the working tree\n"
3320 msgstr ""
3321
3322 #: sequencer.c:2438
3323 #, c-format
3324 msgid ""
3325 "execution succeeded: %s\n"
3326 "but left changes to the index and/or the working tree\n"
3327 "Commit or stash your changes, and then run\n"
3328 "\n"
3329 " git rebase --continue\n"
3330 "\n"
3331 msgstr ""
3332
3333 #: sequencer.c:2497
3334 #, c-format
3335 msgid "Applied autostash.\n"
3336 msgstr ""
3337
3338 #: sequencer.c:2509
3339 #, c-format
3340 msgid "cannot store %s"
3341 msgstr ""
3342
3343 #: sequencer.c:2512 git-rebase.sh:178
3344 #, c-format
3345 msgid ""
3346 "Applying autostash resulted in conflicts.\n"
3347 "Your changes are safe in the stash.\n"
3348 "You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
3349 msgstr ""
3350
3351 #: sequencer.c:2595
3352 #, c-format
3353 msgid "Stopped at %s... %.*s\n"
3354 msgstr ""
3355
3356 #: sequencer.c:2637
3357 #, c-format
3358 msgid "unknown command %d"
3359 msgstr ""
3360
3361 #: sequencer.c:2667
3362 msgid "could not read orig-head"
3363 msgstr ""
3364
3365 #: sequencer.c:2672 sequencer.c:3262
3366 msgid "could not read 'onto'"
3367 msgstr ""
3368
3369 #: sequencer.c:2686
3370 #, c-format
3371 msgid "could not update HEAD to %s"
3372 msgstr ""
3373
3374 #: sequencer.c:2770
3375 msgid "cannot rebase: You have unstaged changes."
3376 msgstr ""
3377
3378 #: sequencer.c:2775
3379 msgid "could not remove CHERRY_PICK_HEAD"
3380 msgstr ""
3381
3382 #: sequencer.c:2784
3383 msgid "cannot amend non-existing commit"
3384 msgstr ""
3385
3386 #: sequencer.c:2786
3387 #, c-format
3388 msgid "invalid file: '%s'"
3389 msgstr ""
3390
3391 #: sequencer.c:2788
3392 #, c-format
3393 msgid "invalid contents: '%s'"
3394 msgstr ""
3395
3396 #: sequencer.c:2791
3397 msgid ""
3398 "\n"
3399 "You have uncommitted changes in your working tree. Please, commit them\n"
3400 "first and then run 'git rebase --continue' again."
3401 msgstr ""
3402
3403 #: sequencer.c:2801
3404 msgid "could not commit staged changes."
3405 msgstr ""
3406
3407 #: sequencer.c:2881
3408 #, c-format
3409 msgid "%s: can't cherry-pick a %s"
3410 msgstr ""
3411
3412 #: sequencer.c:2885
3413 #, c-format
3414 msgid "%s: bad revision"
3415 msgstr ""
3416
3417 #: sequencer.c:2918
3418 msgid "can't revert as initial commit"
3419 msgstr ""
3420
3421 #: sequencer.c:3023
3422 msgid "make_script: unhandled options"
3423 msgstr ""
3424
3425 #: sequencer.c:3026
3426 msgid "make_script: error preparing revisions"
3427 msgstr ""
3428
3429 #: sequencer.c:3060 sequencer.c:3095
3430 #, c-format
3431 msgid "unusable todo list: '%s'"
3432 msgstr ""
3433
3434 #: sequencer.c:3146
3435 #, c-format
3436 msgid ""
3437 "unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."
3438 msgstr ""
3439
3440 #: sequencer.c:3212
3441 #, c-format
3442 msgid ""
3443 "Warning: some commits may have been dropped accidentally.\n"
3444 "Dropped commits (newer to older):\n"
3445 msgstr ""
3446
3447 #: sequencer.c:3219
3448 #, c-format
3449 msgid ""
3450 "To avoid this message, use \"drop\" to explicitly remove a commit.\n"
3451 "\n"
3452 "Use 'git config rebase.missingCommitsCheck' to change the level of "
3453 "warnings.\n"
3454 "The possible behaviours are: ignore, warn, error.\n"
3455 "\n"
3456 msgstr ""
3457
3458 #: sequencer.c:3231
3459 #, c-format
3460 msgid ""
3461 "You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
3462 "continue'.\n"
3463 "Or you can abort the rebase with 'git rebase --abort'.\n"
3464 msgstr ""
3465
3466 #: sequencer.c:3244 sequencer.c:3304 wrapper.c:225 wrapper.c:395
3467 #: builtin/am.c:779
3468 #, c-format
3469 msgid "could not open '%s' for writing"
3470 msgstr ""
3471
3472 #: sequencer.c:3285
3473 #, c-format
3474 msgid "could not parse commit '%s'"
3475 msgstr ""
3476
3477 #: sequencer.c:3401
3478 msgid "the script was already rearranged."
3479 msgstr ""
3480
3481 #: setup.c:122
3482 #, c-format
3483 msgid "'%s' is outside repository"
3484 msgstr ""
3485
3486 #: setup.c:171
3487 #, c-format
3488 msgid ""
3489 "%s: no such path in the working tree.\n"
3490 "Use 'git <command> -- <path>...' to specify paths that do not exist locally."
3491 msgstr ""
3492
3493 #: setup.c:184
3494 #, c-format
3495 msgid ""
3496 "ambiguous argument '%s': unknown revision or path not in the working tree.\n"
3497 "Use '--' to separate paths from revisions, like this:\n"
3498 "'git <command> [<revision>...] -- [<file>...]'"
3499 msgstr ""
3500
3501 #: setup.c:233
3502 #, c-format
3503 msgid "option '%s' must come before non-option arguments"
3504 msgstr ""
3505
3506 #: setup.c:252
3507 #, c-format
3508 msgid ""
3509 "ambiguous argument '%s': both revision and filename\n"
3510 "Use '--' to separate paths from revisions, like this:\n"
3511 "'git <command> [<revision>...] -- [<file>...]'"
3512 msgstr ""
3513
3514 #: setup.c:388
3515 msgid "unable to set up work tree using invalid config"
3516 msgstr ""
3517
3518 #: setup.c:395
3519 msgid "this operation must be run in a work tree"
3520 msgstr ""
3521
3522 #: setup.c:506
3523 #, c-format
3524 msgid "Expected git repo version <= %d, found %d"
3525 msgstr ""
3526
3527 #: setup.c:514
3528 msgid "unknown repository extensions found:"
3529 msgstr ""
3530
3531 #: setup.c:533
3532 #, c-format
3533 msgid "error opening '%s'"
3534 msgstr ""
3535
3536 #: setup.c:535
3537 #, c-format
3538 msgid "too large to be a .git file: '%s'"
3539 msgstr ""
3540
3541 #: setup.c:537
3542 #, c-format
3543 msgid "error reading %s"
3544 msgstr ""
3545
3546 #: setup.c:539
3547 #, c-format
3548 msgid "invalid gitfile format: %s"
3549 msgstr ""
3550
3551 #: setup.c:541
3552 #, c-format
3553 msgid "no path in gitfile: %s"
3554 msgstr ""
3555
3556 #: setup.c:543
3557 #, c-format
3558 msgid "not a git repository: %s"
3559 msgstr ""
3560
3561 #: setup.c:642
3562 #, c-format
3563 msgid "'$%s' too big"
3564 msgstr ""
3565
3566 #: setup.c:656
3567 #, c-format
3568 msgid "not a git repository: '%s'"
3569 msgstr ""
3570
3571 #: setup.c:685 setup.c:687 setup.c:718
3572 #, c-format
3573 msgid "cannot chdir to '%s'"
3574 msgstr ""
3575
3576 #: setup.c:690 setup.c:746 setup.c:756 setup.c:795 setup.c:803 setup.c:818
3577 msgid "cannot come back to cwd"
3578 msgstr ""
3579
3580 #: setup.c:816
3581 #, c-format
3582 msgid "not a git repository (or any of the parent directories): %s"
3583 msgstr ""
3584
3585 #: setup.c:827
3586 #, c-format
3587 msgid "failed to stat '%*s%s%s'"
3588 msgstr ""
3589
3590 #: setup.c:1057
3591 msgid "Unable to read current working directory"
3592 msgstr ""
3593
3594 #: setup.c:1069 setup.c:1075
3595 #, c-format
3596 msgid "cannot change to '%s'"
3597 msgstr ""
3598
3599 #: setup.c:1088
3600 #, c-format
3601 msgid ""
3602 "not a git repository (or any parent up to mount point %s)\n"
3603 "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
3604 msgstr ""
3605
3606 #: setup.c:1172
3607 #, c-format
3608 msgid ""
3609 "problem with core.sharedRepository filemode value (0%.3o).\n"
3610 "The owner of files must always have read and write permissions."
3611 msgstr ""
3612
3613 #: setup.c:1215
3614 msgid "open /dev/null or dup failed"
3615 msgstr ""
3616
3617 #: setup.c:1230
3618 msgid "fork failed"
3619 msgstr ""
3620
3621 #: setup.c:1235
3622 msgid "setsid failed"
3623 msgstr ""
3624
3625 #: sha1_file.c:592
3626 #, c-format
3627 msgid "path '%s' does not exist"
3628 msgstr ""
3629
3630 #: sha1_file.c:618
3631 #, c-format
3632 msgid "reference repository '%s' as a linked checkout is not supported yet."
3633 msgstr ""
3634
3635 #: sha1_file.c:624
3636 #, c-format
3637 msgid "reference repository '%s' is not a local repository."
3638 msgstr ""
3639
3640 #: sha1_file.c:630
3641 #, c-format
3642 msgid "reference repository '%s' is shallow"
3643 msgstr ""
3644
3645 #: sha1_file.c:638
3646 #, c-format
3647 msgid "reference repository '%s' is grafted"
3648 msgstr ""
3649
3650 #: sha1_name.c:422
3651 #, c-format
3652 msgid "short SHA1 %s is ambiguous"
3653 msgstr ""
3654
3655 #: sha1_name.c:433
3656 msgid "The candidates are:"
3657 msgstr ""
3658
3659 #: sha1_name.c:693
3660 msgid ""
3661 "Git normally never creates a ref that ends with 40 hex characters\n"
3662 "because it will be ignored when you just specify 40-hex. These refs\n"
3663 "may be created by mistake. For example,\n"
3664 "\n"
3665 " git checkout -b $br $(git rev-parse ...)\n"
3666 "\n"
3667 "where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
3668 "examine these refs and maybe delete them. Turn this message off by\n"
3669 "running \"git config advice.objectNameWarning false\""
3670 msgstr ""
3671
3672 #: submodule.c:96 submodule.c:130
3673 msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
3674 msgstr ""
3675
3676 #: submodule.c:100 submodule.c:134
3677 #, c-format
3678 msgid "Could not find section in .gitmodules where path=%s"
3679 msgstr ""
3680
3681 #: submodule.c:108
3682 #, c-format
3683 msgid "Could not update .gitmodules entry %s"
3684 msgstr ""
3685
3686 #: submodule.c:141
3687 #, c-format
3688 msgid "Could not remove .gitmodules entry for %s"
3689 msgstr ""
3690
3691 #: submodule.c:152
3692 msgid "staging updated .gitmodules failed"
3693 msgstr ""
3694
3695 #: submodule.c:312
3696 #, c-format
3697 msgid "in unpopulated submodule '%s'"
3698 msgstr ""
3699
3700 #: submodule.c:343
3701 #, c-format
3702 msgid "Pathspec '%s' is in submodule '%.*s'"
3703 msgstr ""
3704
3705 #: submodule.c:833
3706 #, c-format
3707 msgid "submodule entry '%s' (%s) is a %s, not a commit"
3708 msgstr ""
3709
3710 #: submodule.c:1065 builtin/branch.c:648 builtin/submodule--helper.c:1724
3711 msgid "Failed to resolve HEAD as a valid ref."
3712 msgstr ""
3713
3714 #: submodule.c:1370
3715 #, c-format
3716 msgid "'%s' not recognized as a git repository"
3717 msgstr ""
3718
3719 #: submodule.c:1508
3720 #, c-format
3721 msgid "could not start 'git status' in submodule '%s'"
3722 msgstr ""
3723
3724 #: submodule.c:1521
3725 #, c-format
3726 msgid "could not run 'git status' in submodule '%s'"
3727 msgstr ""
3728
3729 #: submodule.c:1614
3730 #, c-format
3731 msgid "submodule '%s' has dirty index"
3732 msgstr ""
3733
3734 #: submodule.c:1878
3735 #, c-format
3736 msgid ""
3737 "relocate_gitdir for submodule '%s' with more than one worktree not supported"
3738 msgstr ""
3739
3740 #: submodule.c:1890 submodule.c:1946
3741 #, c-format
3742 msgid "could not lookup name for submodule '%s'"
3743 msgstr ""
3744
3745 #: submodule.c:1894 builtin/submodule--helper.c:1246
3746 #: builtin/submodule--helper.c:1256
3747 #, c-format
3748 msgid "could not create directory '%s'"
3749 msgstr ""
3750
3751 #: submodule.c:1897
3752 #, c-format
3753 msgid ""
3754 "Migrating git directory of '%s%s' from\n"
3755 "'%s' to\n"
3756 "'%s'\n"
3757 msgstr ""
3758
3759 #: submodule.c:1981
3760 #, c-format
3761 msgid "could not recurse into submodule '%s'"
3762 msgstr ""
3763
3764 #: submodule.c:2025
3765 msgid "could not start ls-files in .."
3766 msgstr ""
3767
3768 #: submodule.c:2045
3769 msgid "BUG: returned path string doesn't match cwd?"
3770 msgstr ""
3771
3772 #: submodule.c:2064
3773 #, c-format
3774 msgid "ls-tree returned unexpected return code %d"
3775 msgstr ""
3776
3777 #: submodule-config.c:263
3778 msgid "negative values not allowed for submodule.fetchjobs"
3779 msgstr ""
3780
3781 #: submodule-config.c:436
3782 #, c-format
3783 msgid "invalid value for %s"
3784 msgstr ""
3785
3786 #: trailer.c:238
3787 #, c-format
3788 msgid "running trailer command '%s' failed"
3789 msgstr ""
3790
3791 #: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:553
3792 #: trailer.c:557
3793 #, c-format
3794 msgid "unknown value '%s' for key '%s'"
3795 msgstr ""
3796
3797 #: trailer.c:539 trailer.c:544 builtin/remote.c:290
3798 #, c-format
3799 msgid "more than one %s"
3800 msgstr ""
3801
3802 #: trailer.c:730
3803 #, c-format
3804 msgid "empty trailer token in trailer '%.*s'"
3805 msgstr ""
3806
3807 #: trailer.c:750
3808 #, c-format
3809 msgid "could not read input file '%s'"
3810 msgstr ""
3811
3812 #: trailer.c:753
3813 msgid "could not read from stdin"
3814 msgstr ""
3815
3816 #: trailer.c:1008 builtin/am.c:46
3817 #, c-format
3818 msgid "could not stat %s"
3819 msgstr ""
3820
3821 #: trailer.c:1010
3822 #, c-format
3823 msgid "file %s is not a regular file"
3824 msgstr ""
3825
3826 #: trailer.c:1012
3827 #, c-format
3828 msgid "file %s is not writable by user"
3829 msgstr ""
3830
3831 #: trailer.c:1024
3832 msgid "could not open temporary file"
3833 msgstr ""
3834
3835 #: trailer.c:1064
3836 #, c-format
3837 msgid "could not rename temporary file to %s"
3838 msgstr ""
3839
3840 #: transport.c:63
3841 #, c-format
3842 msgid "Would set upstream of '%s' to '%s' of '%s'\n"
3843 msgstr ""
3844
3845 #: transport.c:152
3846 #, c-format
3847 msgid "transport: invalid depth option '%s'"
3848 msgstr ""
3849
3850 #: transport.c:916
3851 #, c-format
3852 msgid ""
3853 "The following submodule paths contain changes that can\n"
3854 "not be found on any remote:\n"
3855 msgstr ""
3856
3857 #: transport.c:920
3858 #, c-format
3859 msgid ""
3860 "\n"
3861 "Please try\n"
3862 "\n"
3863 "\tgit push --recurse-submodules=on-demand\n"
3864 "\n"
3865 "or cd to the path and use\n"
3866 "\n"
3867 "\tgit push\n"
3868 "\n"
3869 "to push them to a remote.\n"
3870 "\n"
3871 msgstr ""
3872
3873 #: transport.c:928
3874 msgid "Aborting."
3875 msgstr ""
3876
3877 #: transport-helper.c:1079
3878 #, c-format
3879 msgid "Could not read ref %s"
3880 msgstr ""
3881
3882 #: tree-walk.c:31
3883 msgid "too-short tree object"
3884 msgstr ""
3885
3886 #: tree-walk.c:37
3887 msgid "malformed mode in tree entry"
3888 msgstr ""
3889
3890 #: tree-walk.c:41
3891 msgid "empty filename in tree entry"
3892 msgstr ""
3893
3894 #: tree-walk.c:114
3895 msgid "too-short tree file"
3896 msgstr ""
3897
3898 #: unpack-trees.c:108
3899 #, c-format
3900 msgid ""
3901 "Your local changes to the following files would be overwritten by checkout:\n"
3902 "%%sPlease commit your changes or stash them before you switch branches."
3903 msgstr ""
3904
3905 #: unpack-trees.c:110
3906 #, c-format
3907 msgid ""
3908 "Your local changes to the following files would be overwritten by checkout:\n"
3909 "%%s"
3910 msgstr ""
3911
3912 #: unpack-trees.c:113
3913 #, c-format
3914 msgid ""
3915 "Your local changes to the following files would be overwritten by merge:\n"
3916 "%%sPlease commit your changes or stash them before you merge."
3917 msgstr ""
3918
3919 #: unpack-trees.c:115
3920 #, c-format
3921 msgid ""
3922 "Your local changes to the following files would be overwritten by merge:\n"
3923 "%%s"
3924 msgstr ""
3925
3926 #: unpack-trees.c:118
3927 #, c-format
3928 msgid ""
3929 "Your local changes to the following files would be overwritten by %s:\n"
3930 "%%sPlease commit your changes or stash them before you %s."
3931 msgstr ""
3932
3933 #: unpack-trees.c:120
3934 #, c-format
3935 msgid ""
3936 "Your local changes to the following files would be overwritten by %s:\n"
3937 "%%s"
3938 msgstr ""
3939
3940 #: unpack-trees.c:125
3941 #, c-format
3942 msgid ""
3943 "Updating the following directories would lose untracked files in them:\n"
3944 "%s"
3945 msgstr ""
3946
3947 #: unpack-trees.c:129
3948 #, c-format
3949 msgid ""
3950 "The following untracked working tree files would be removed by checkout:\n"
3951 "%%sPlease move or remove them before you switch branches."
3952 msgstr ""
3953
3954 #: unpack-trees.c:131
3955 #, c-format
3956 msgid ""
3957 "The following untracked working tree files would be removed by checkout:\n"
3958 "%%s"
3959 msgstr ""
3960
3961 #: unpack-trees.c:134
3962 #, c-format
3963 msgid ""
3964 "The following untracked working tree files would be removed by merge:\n"
3965 "%%sPlease move or remove them before you merge."
3966 msgstr ""
3967
3968 #: unpack-trees.c:136
3969 #, c-format
3970 msgid ""
3971 "The following untracked working tree files would be removed by merge:\n"
3972 "%%s"
3973 msgstr ""
3974
3975 #: unpack-trees.c:139
3976 #, c-format
3977 msgid ""
3978 "The following untracked working tree files would be removed by %s:\n"
3979 "%%sPlease move or remove them before you %s."
3980 msgstr ""
3981
3982 #: unpack-trees.c:141
3983 #, c-format
3984 msgid ""
3985 "The following untracked working tree files would be removed by %s:\n"
3986 "%%s"
3987 msgstr ""
3988
3989 #: unpack-trees.c:146
3990 #, c-format
3991 msgid ""
3992 "The following untracked working tree files would be overwritten by "
3993 "checkout:\n"
3994 "%%sPlease move or remove them before you switch branches."
3995 msgstr ""
3996
3997 #: unpack-trees.c:148
3998 #, c-format
3999 msgid ""
4000 "The following untracked working tree files would be overwritten by "
4001 "checkout:\n"
4002 "%%s"
4003 msgstr ""
4004
4005 #: unpack-trees.c:151
4006 #, c-format
4007 msgid ""
4008 "The following untracked working tree files would be overwritten by merge:\n"
4009 "%%sPlease move or remove them before you merge."
4010 msgstr ""
4011
4012 #: unpack-trees.c:153
4013 #, c-format
4014 msgid ""
4015 "The following untracked working tree files would be overwritten by merge:\n"
4016 "%%s"
4017 msgstr ""
4018
4019 #: unpack-trees.c:156
4020 #, c-format
4021 msgid ""
4022 "The following untracked working tree files would be overwritten by %s:\n"
4023 "%%sPlease move or remove them before you %s."
4024 msgstr ""
4025
4026 #: unpack-trees.c:158
4027 #, c-format
4028 msgid ""
4029 "The following untracked working tree files would be overwritten by %s:\n"
4030 "%%s"
4031 msgstr ""
4032
4033 #: unpack-trees.c:165
4034 #, c-format
4035 msgid "Entry '%s' overlaps with '%s'. Cannot bind."
4036 msgstr ""
4037
4038 #: unpack-trees.c:168
4039 #, c-format
4040 msgid ""
4041 "Cannot update sparse checkout: the following entries are not up to date:\n"
4042 "%s"
4043 msgstr ""
4044
4045 #: unpack-trees.c:170
4046 #, c-format
4047 msgid ""
4048 "The following working tree files would be overwritten by sparse checkout "
4049 "update:\n"
4050 "%s"
4051 msgstr ""
4052
4053 #: unpack-trees.c:172
4054 #, c-format
4055 msgid ""
4056 "The following working tree files would be removed by sparse checkout "
4057 "update:\n"
4058 "%s"
4059 msgstr ""
4060
4061 #: unpack-trees.c:174
4062 #, c-format
4063 msgid ""
4064 "Cannot update submodule:\n"
4065 "%s"
4066 msgstr ""
4067
4068 #: unpack-trees.c:251
4069 #, c-format
4070 msgid "Aborting\n"
4071 msgstr ""
4072
4073 #: unpack-trees.c:333
4074 msgid "Checking out files"
4075 msgstr ""
4076
4077 #: urlmatch.c:163
4078 msgid "invalid URL scheme name or missing '://' suffix"
4079 msgstr ""
4080
4081 #: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
4082 #, c-format
4083 msgid "invalid %XX escape sequence"
4084 msgstr ""
4085
4086 #: urlmatch.c:215
4087 msgid "missing host and scheme is not 'file:'"
4088 msgstr ""
4089
4090 #: urlmatch.c:232
4091 msgid "a 'file:' URL may not have a port number"
4092 msgstr ""
4093
4094 #: urlmatch.c:247
4095 msgid "invalid characters in host name"
4096 msgstr ""
4097
4098 #: urlmatch.c:292 urlmatch.c:303
4099 msgid "invalid port number"
4100 msgstr ""
4101
4102 #: urlmatch.c:371
4103 msgid "invalid '..' path segment"
4104 msgstr ""
4105
4106 #: worktree.c:245 builtin/am.c:2147
4107 #, c-format
4108 msgid "failed to read '%s'"
4109 msgstr ""
4110
4111 #: worktree.c:291
4112 #, c-format
4113 msgid "'%s' at main working tree is not the repository directory"
4114 msgstr ""
4115
4116 #: worktree.c:302
4117 #, c-format
4118 msgid "'%s' file does not contain absolute path to the working tree location"
4119 msgstr ""
4120
4121 #: worktree.c:314
4122 #, c-format
4123 msgid "'%s' does not exist"
4124 msgstr ""
4125
4126 #: worktree.c:320
4127 #, c-format
4128 msgid "'%s' is not a .git file, error code %d"
4129 msgstr ""
4130
4131 #: worktree.c:328
4132 #, c-format
4133 msgid "'%s' does not point back to '%s'"
4134 msgstr ""
4135
4136 #: wrapper.c:223 wrapper.c:393
4137 #, c-format
4138 msgid "could not open '%s' for reading and writing"
4139 msgstr ""
4140
4141 #: wrapper.c:227 wrapper.c:397 builtin/am.c:320 builtin/am.c:770
4142 #: builtin/am.c:862 builtin/merge.c:1044
4143 #, c-format
4144 msgid "could not open '%s' for reading"
4145 msgstr ""
4146
4147 #: wrapper.c:424 wrapper.c:624
4148 #, c-format
4149 msgid "unable to access '%s'"
4150 msgstr ""
4151
4152 #: wrapper.c:632
4153 msgid "unable to get current working directory"
4154 msgstr ""
4155
4156 #: wt-status.c:151
4157 msgid "Unmerged paths:"
4158 msgstr ""
4159
4160 #: wt-status.c:178 wt-status.c:205
4161 #, c-format
4162 msgid " (use \"git reset %s <file>...\" to unstage)"
4163 msgstr ""
4164
4165 #: wt-status.c:180 wt-status.c:207
4166 msgid " (use \"git rm --cached <file>...\" to unstage)"
4167 msgstr ""
4168
4169 #: wt-status.c:184
4170 msgid " (use \"git add <file>...\" to mark resolution)"
4171 msgstr ""
4172
4173 #: wt-status.c:186 wt-status.c:190
4174 msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"
4175 msgstr ""
4176
4177 #: wt-status.c:188
4178 msgid " (use \"git rm <file>...\" to mark resolution)"
4179 msgstr ""
4180
4181 #: wt-status.c:199 wt-status.c:1007
4182 msgid "Changes to be committed:"
4183 msgstr ""
4184
4185 #: wt-status.c:217 wt-status.c:1016
4186 msgid "Changes not staged for commit:"
4187 msgstr ""
4188
4189 #: wt-status.c:221
4190 msgid " (use \"git add <file>...\" to update what will be committed)"
4191 msgstr ""
4192
4193 #: wt-status.c:223
4194 msgid " (use \"git add/rm <file>...\" to update what will be committed)"
4195 msgstr ""
4196
4197 #: wt-status.c:224
4198 msgid ""
4199 " (use \"git checkout -- <file>...\" to discard changes in working directory)"
4200 msgstr ""
4201
4202 #: wt-status.c:226
4203 msgid " (commit or discard the untracked or modified content in submodules)"
4204 msgstr ""
4205
4206 #: wt-status.c:238
4207 #, c-format
4208 msgid " (use \"git %s <file>...\" to include in what will be committed)"
4209 msgstr ""
4210
4211 #: wt-status.c:253
4212 msgid "both deleted:"
4213 msgstr ""
4214
4215 #: wt-status.c:255
4216 msgid "added by us:"
4217 msgstr ""
4218
4219 #: wt-status.c:257
4220 msgid "deleted by them:"
4221 msgstr ""
4222
4223 #: wt-status.c:259
4224 msgid "added by them:"
4225 msgstr ""
4226
4227 #: wt-status.c:261
4228 msgid "deleted by us:"
4229 msgstr ""
4230
4231 #: wt-status.c:263
4232 msgid "both added:"
4233 msgstr ""
4234
4235 #: wt-status.c:265
4236 msgid "both modified:"
4237 msgstr ""
4238
4239 #: wt-status.c:275
4240 msgid "new file:"
4241 msgstr ""
4242
4243 #: wt-status.c:277
4244 msgid "copied:"
4245 msgstr ""
4246
4247 #: wt-status.c:279
4248 msgid "deleted:"
4249 msgstr ""
4250
4251 #: wt-status.c:281
4252 msgid "modified:"
4253 msgstr ""
4254
4255 #: wt-status.c:283
4256 msgid "renamed:"
4257 msgstr ""
4258
4259 #: wt-status.c:285
4260 msgid "typechange:"
4261 msgstr ""
4262
4263 #: wt-status.c:287
4264 msgid "unknown:"
4265 msgstr ""
4266
4267 #: wt-status.c:289
4268 msgid "unmerged:"
4269 msgstr ""
4270
4271 #: wt-status.c:369
4272 msgid "new commits, "
4273 msgstr ""
4274
4275 #: wt-status.c:371
4276 msgid "modified content, "
4277 msgstr ""
4278
4279 #: wt-status.c:373
4280 msgid "untracked content, "
4281 msgstr ""
4282
4283 #: wt-status.c:847
4284 #, c-format
4285 msgid "Your stash currently has %d entry"
4286 msgid_plural "Your stash currently has %d entries"
4287 msgstr[0] ""
4288 msgstr[1] ""
4289
4290 #: wt-status.c:879
4291 msgid "Submodules changed but not updated:"
4292 msgstr ""
4293
4294 #: wt-status.c:881
4295 msgid "Submodule changes to be committed:"
4296 msgstr ""
4297
4298 #: wt-status.c:963
4299 msgid ""
4300 "Do not modify or remove the line above.\n"
4301 "Everything below it will be ignored."
4302 msgstr ""
4303
4304 #: wt-status.c:1076
4305 msgid "You have unmerged paths."
4306 msgstr ""
4307
4308 #: wt-status.c:1079
4309 msgid " (fix conflicts and run \"git commit\")"
4310 msgstr ""
4311
4312 #: wt-status.c:1081
4313 msgid " (use \"git merge --abort\" to abort the merge)"
4314 msgstr ""
4315
4316 #: wt-status.c:1086
4317 msgid "All conflicts fixed but you are still merging."
4318 msgstr ""
4319
4320 #: wt-status.c:1089
4321 msgid " (use \"git commit\" to conclude merge)"
4322 msgstr ""
4323
4324 #: wt-status.c:1099
4325 msgid "You are in the middle of an am session."
4326 msgstr ""
4327
4328 #: wt-status.c:1102
4329 msgid "The current patch is empty."
4330 msgstr ""
4331
4332 #: wt-status.c:1106
4333 msgid " (fix conflicts and then run \"git am --continue\")"
4334 msgstr ""
4335
4336 #: wt-status.c:1108
4337 msgid " (use \"git am --skip\" to skip this patch)"
4338 msgstr ""
4339
4340 #: wt-status.c:1110
4341 msgid " (use \"git am --abort\" to restore the original branch)"
4342 msgstr ""
4343
4344 #: wt-status.c:1242
4345 msgid "git-rebase-todo is missing."
4346 msgstr ""
4347
4348 #: wt-status.c:1244
4349 msgid "No commands done."
4350 msgstr ""
4351
4352 #: wt-status.c:1247
4353 #, c-format
4354 msgid "Last command done (%d command done):"
4355 msgid_plural "Last commands done (%d commands done):"
4356 msgstr[0] ""
4357 msgstr[1] ""
4358
4359 #: wt-status.c:1258
4360 #, c-format
4361 msgid " (see more in file %s)"
4362 msgstr ""
4363
4364 #: wt-status.c:1263
4365 msgid "No commands remaining."
4366 msgstr ""
4367
4368 #: wt-status.c:1266
4369 #, c-format
4370 msgid "Next command to do (%d remaining command):"
4371 msgid_plural "Next commands to do (%d remaining commands):"
4372 msgstr[0] ""
4373 msgstr[1] ""
4374
4375 #: wt-status.c:1274
4376 msgid " (use \"git rebase --edit-todo\" to view and edit)"
4377 msgstr ""
4378
4379 #: wt-status.c:1287
4380 #, c-format
4381 msgid "You are currently rebasing branch '%s' on '%s'."
4382 msgstr ""
4383
4384 #: wt-status.c:1292
4385 msgid "You are currently rebasing."
4386 msgstr ""
4387
4388 #: wt-status.c:1306
4389 msgid " (fix conflicts and then run \"git rebase --continue\")"
4390 msgstr ""
4391
4392 #: wt-status.c:1308
4393 msgid " (use \"git rebase --skip\" to skip this patch)"
4394 msgstr ""
4395
4396 #: wt-status.c:1310
4397 msgid " (use \"git rebase --abort\" to check out the original branch)"
4398 msgstr ""
4399
4400 #: wt-status.c:1316
4401 msgid " (all conflicts fixed: run \"git rebase --continue\")"
4402 msgstr ""
4403
4404 #: wt-status.c:1320
4405 #, c-format
4406 msgid ""
4407 "You are currently splitting a commit while rebasing branch '%s' on '%s'."
4408 msgstr ""
4409
4410 #: wt-status.c:1325
4411 msgid "You are currently splitting a commit during a rebase."
4412 msgstr ""
4413
4414 #: wt-status.c:1328
4415 msgid " (Once your working directory is clean, run \"git rebase --continue\")"
4416 msgstr ""
4417
4418 #: wt-status.c:1332
4419 #, c-format
4420 msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
4421 msgstr ""
4422
4423 #: wt-status.c:1337
4424 msgid "You are currently editing a commit during a rebase."
4425 msgstr ""
4426
4427 #: wt-status.c:1340
4428 msgid " (use \"git commit --amend\" to amend the current commit)"
4429 msgstr ""
4430
4431 #: wt-status.c:1342
4432 msgid ""
4433 " (use \"git rebase --continue\" once you are satisfied with your changes)"
4434 msgstr ""
4435
4436 #: wt-status.c:1352
4437 #, c-format
4438 msgid "You are currently cherry-picking commit %s."
4439 msgstr ""
4440
4441 #: wt-status.c:1357
4442 msgid " (fix conflicts and run \"git cherry-pick --continue\")"
4443 msgstr ""
4444
4445 #: wt-status.c:1360
4446 msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"
4447 msgstr ""
4448
4449 #: wt-status.c:1362
4450 msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
4451 msgstr ""
4452
4453 #: wt-status.c:1371
4454 #, c-format
4455 msgid "You are currently reverting commit %s."
4456 msgstr ""
4457
4458 #: wt-status.c:1376
4459 msgid " (fix conflicts and run \"git revert --continue\")"
4460 msgstr ""
4461
4462 #: wt-status.c:1379
4463 msgid " (all conflicts fixed: run \"git revert --continue\")"
4464 msgstr ""
4465
4466 #: wt-status.c:1381
4467 msgid " (use \"git revert --abort\" to cancel the revert operation)"
4468 msgstr ""
4469
4470 #: wt-status.c:1392
4471 #, c-format
4472 msgid "You are currently bisecting, started from branch '%s'."
4473 msgstr ""
4474
4475 #: wt-status.c:1396
4476 msgid "You are currently bisecting."
4477 msgstr ""
4478
4479 #: wt-status.c:1399
4480 msgid " (use \"git bisect reset\" to get back to the original branch)"
4481 msgstr ""
4482
4483 #: wt-status.c:1596
4484 msgid "On branch "
4485 msgstr ""
4486
4487 #: wt-status.c:1602
4488 msgid "interactive rebase in progress; onto "
4489 msgstr ""
4490
4491 #: wt-status.c:1604
4492 msgid "rebase in progress; onto "
4493 msgstr ""
4494
4495 #: wt-status.c:1609
4496 msgid "HEAD detached at "
4497 msgstr ""
4498
4499 #: wt-status.c:1611
4500 msgid "HEAD detached from "
4501 msgstr ""
4502
4503 #: wt-status.c:1614
4504 msgid "Not currently on any branch."
4505 msgstr ""
4506
4507 #: wt-status.c:1634
4508 msgid "Initial commit"
4509 msgstr ""
4510
4511 #: wt-status.c:1635
4512 msgid "No commits yet"
4513 msgstr ""
4514
4515 #: wt-status.c:1649
4516 msgid "Untracked files"
4517 msgstr ""
4518
4519 #: wt-status.c:1651
4520 msgid "Ignored files"
4521 msgstr ""
4522
4523 #: wt-status.c:1655
4524 #, c-format
4525 msgid ""
4526 "It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
4527 "may speed it up, but you have to be careful not to forget to add\n"
4528 "new files yourself (see 'git help status')."
4529 msgstr ""
4530
4531 #: wt-status.c:1661
4532 #, c-format
4533 msgid "Untracked files not listed%s"
4534 msgstr ""
4535
4536 #: wt-status.c:1663
4537 msgid " (use -u option to show untracked files)"
4538 msgstr ""
4539
4540 #: wt-status.c:1669
4541 msgid "No changes"
4542 msgstr ""
4543
4544 #: wt-status.c:1674
4545 #, c-format
4546 msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
4547 msgstr ""
4548
4549 #: wt-status.c:1677
4550 #, c-format
4551 msgid "no changes added to commit\n"
4552 msgstr ""
4553
4554 #: wt-status.c:1680
4555 #, c-format
4556 msgid ""
4557 "nothing added to commit but untracked files present (use \"git add\" to "
4558 "track)\n"
4559 msgstr ""
4560
4561 #: wt-status.c:1683
4562 #, c-format
4563 msgid "nothing added to commit but untracked files present\n"
4564 msgstr ""
4565
4566 #: wt-status.c:1686
4567 #, c-format
4568 msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
4569 msgstr ""
4570
4571 #: wt-status.c:1689 wt-status.c:1694
4572 #, c-format
4573 msgid "nothing to commit\n"
4574 msgstr ""
4575
4576 #: wt-status.c:1692
4577 #, c-format
4578 msgid "nothing to commit (use -u to show untracked files)\n"
4579 msgstr ""
4580
4581 #: wt-status.c:1696
4582 #, c-format
4583 msgid "nothing to commit, working tree clean\n"
4584 msgstr ""
4585
4586 #: wt-status.c:1809
4587 msgid "No commits yet on "
4588 msgstr ""
4589
4590 #: wt-status.c:1813
4591 msgid "HEAD (no branch)"
4592 msgstr ""
4593
4594 #: wt-status.c:1844
4595 msgid "different"
4596 msgstr ""
4597
4598 #: wt-status.c:1846 wt-status.c:1854
4599 msgid "behind "
4600 msgstr ""
4601
4602 #: wt-status.c:1849 wt-status.c:1852
4603 msgid "ahead "
4604 msgstr ""
4605
4606 #. TRANSLATORS: the action is e.g. "pull with rebase"
4607 #: wt-status.c:2358
4608 #, c-format
4609 msgid "cannot %s: You have unstaged changes."
4610 msgstr ""
4611
4612 #: wt-status.c:2364
4613 msgid "additionally, your index contains uncommitted changes."
4614 msgstr ""
4615
4616 #: wt-status.c:2366
4617 #, c-format
4618 msgid "cannot %s: Your index contains uncommitted changes."
4619 msgstr ""
4620
4621 #: compat/precompose_utf8.c:58 builtin/clone.c:440
4622 #, c-format
4623 msgid "failed to unlink '%s'"
4624 msgstr ""
4625
4626 #: builtin/add.c:24
4627 msgid "git add [<options>] [--] <pathspec>..."
4628 msgstr ""
4629
4630 #: builtin/add.c:83
4631 #, c-format
4632 msgid "unexpected diff status %c"
4633 msgstr ""
4634
4635 #: builtin/add.c:88 builtin/commit.c:257
4636 msgid "updating files failed"
4637 msgstr ""
4638
4639 #: builtin/add.c:98
4640 #, c-format
4641 msgid "remove '%s'\n"
4642 msgstr ""
4643
4644 #: builtin/add.c:173
4645 msgid "Unstaged changes after refreshing the index:"
4646 msgstr ""
4647
4648 #: builtin/add.c:233 builtin/rev-parse.c:888
4649 msgid "Could not read the index"
4650 msgstr ""
4651
4652 #: builtin/add.c:244
4653 #, c-format
4654 msgid "Could not open '%s' for writing."
4655 msgstr ""
4656
4657 #: builtin/add.c:248
4658 msgid "Could not write patch"
4659 msgstr ""
4660
4661 #: builtin/add.c:251
4662 msgid "editing patch failed"
4663 msgstr ""
4664
4665 #: builtin/add.c:254
4666 #, c-format
4667 msgid "Could not stat '%s'"
4668 msgstr ""
4669
4670 #: builtin/add.c:256
4671 msgid "Empty patch. Aborted."
4672 msgstr ""
4673
4674 #: builtin/add.c:261
4675 #, c-format
4676 msgid "Could not apply '%s'"
4677 msgstr ""
4678
4679 #: builtin/add.c:271
4680 msgid "The following paths are ignored by one of your .gitignore files:\n"
4681 msgstr ""
4682
4683 #: builtin/add.c:291 builtin/clean.c:911 builtin/fetch.c:146 builtin/mv.c:124
4684 #: builtin/prune-packed.c:55 builtin/pull.c:207 builtin/push.c:541
4685 #: builtin/remote.c:1333 builtin/rm.c:242 builtin/send-pack.c:164
4686 msgid "dry run"
4687 msgstr ""
4688
4689 #: builtin/add.c:294
4690 msgid "interactive picking"
4691 msgstr ""
4692
4693 #: builtin/add.c:295 builtin/checkout.c:1128 builtin/reset.c:302
4694 msgid "select hunks interactively"
4695 msgstr ""
4696
4697 #: builtin/add.c:296
4698 msgid "edit current diff and apply"
4699 msgstr ""
4700
4701 #: builtin/add.c:297
4702 msgid "allow adding otherwise ignored files"
4703 msgstr ""
4704
4705 #: builtin/add.c:298
4706 msgid "update tracked files"
4707 msgstr ""
4708
4709 #: builtin/add.c:299
4710 msgid "renormalize EOL of tracked files (implies -u)"
4711 msgstr ""
4712
4713 #: builtin/add.c:300
4714 msgid "record only the fact that the path will be added later"
4715 msgstr ""
4716
4717 #: builtin/add.c:301
4718 msgid "add changes from all tracked and untracked files"
4719 msgstr ""
4720
4721 #: builtin/add.c:304
4722 msgid "ignore paths removed in the working tree (same as --no-all)"
4723 msgstr ""
4724
4725 #: builtin/add.c:306
4726 msgid "don't add, only refresh the index"
4727 msgstr ""
4728
4729 #: builtin/add.c:307
4730 msgid "just skip files which cannot be added because of errors"
4731 msgstr ""
4732
4733 #: builtin/add.c:308
4734 msgid "check if - even missing - files are ignored in dry run"
4735 msgstr ""
4736
4737 #: builtin/add.c:309 builtin/update-index.c:964
4738 msgid "(+/-)x"
4739 msgstr ""
4740
4741 #: builtin/add.c:309 builtin/update-index.c:965
4742 msgid "override the executable bit of the listed files"
4743 msgstr ""
4744
4745 #: builtin/add.c:311
4746 msgid "warn when adding an embedded repository"
4747 msgstr ""
4748
4749 #: builtin/add.c:326
4750 #, c-format
4751 msgid ""
4752 "You've added another git repository inside your current repository.\n"
4753 "Clones of the outer repository will not contain the contents of\n"
4754 "the embedded repository and will not know how to obtain it.\n"
4755 "If you meant to add a submodule, use:\n"
4756 "\n"
4757 "\tgit submodule add <url> %s\n"
4758 "\n"
4759 "If you added this path by mistake, you can remove it from the\n"
4760 "index with:\n"
4761 "\n"
4762 "\tgit rm --cached %s\n"
4763 "\n"
4764 "See \"git help submodule\" for more information."
4765 msgstr ""
4766
4767 #: builtin/add.c:354
4768 #, c-format
4769 msgid "adding embedded git repository: %s"
4770 msgstr ""
4771
4772 #: builtin/add.c:372
4773 #, c-format
4774 msgid "Use -f if you really want to add them.\n"
4775 msgstr ""
4776
4777 #: builtin/add.c:380
4778 msgid "adding files failed"
4779 msgstr ""
4780
4781 #: builtin/add.c:417
4782 msgid "-A and -u are mutually incompatible"
4783 msgstr ""
4784
4785 #: builtin/add.c:424
4786 msgid "Option --ignore-missing can only be used together with --dry-run"
4787 msgstr ""
4788
4789 #: builtin/add.c:428
4790 #, c-format
4791 msgid "--chmod param '%s' must be either -x or +x"
4792 msgstr ""
4793
4794 #: builtin/add.c:443
4795 #, c-format
4796 msgid "Nothing specified, nothing added.\n"
4797 msgstr ""
4798
4799 #: builtin/add.c:444
4800 #, c-format
4801 msgid "Maybe you wanted to say 'git add .'?\n"
4802 msgstr ""
4803
4804 #: builtin/add.c:449 builtin/check-ignore.c:177 builtin/checkout.c:280
4805 #: builtin/checkout.c:483 builtin/clean.c:958 builtin/commit.c:316
4806 #: builtin/diff-tree.c:114 builtin/mv.c:144 builtin/reset.c:241
4807 #: builtin/rm.c:271 builtin/submodule--helper.c:326
4808 msgid "index file corrupt"
4809 msgstr ""
4810
4811 #: builtin/am.c:414
4812 msgid "could not parse author script"
4813 msgstr ""
4814
4815 #: builtin/am.c:498
4816 #, c-format
4817 msgid "'%s' was deleted by the applypatch-msg hook"
4818 msgstr ""
4819
4820 #: builtin/am.c:539
4821 #, c-format
4822 msgid "Malformed input line: '%s'."
4823 msgstr ""
4824
4825 #: builtin/am.c:576
4826 #, c-format
4827 msgid "Failed to copy notes from '%s' to '%s'"
4828 msgstr ""
4829
4830 #: builtin/am.c:602
4831 msgid "fseek failed"
4832 msgstr ""
4833
4834 #: builtin/am.c:790
4835 #, c-format
4836 msgid "could not parse patch '%s'"
4837 msgstr ""
4838
4839 #: builtin/am.c:855
4840 msgid "Only one StGIT patch series can be applied at once"
4841 msgstr ""
4842
4843 #: builtin/am.c:903
4844 msgid "invalid timestamp"
4845 msgstr ""
4846
4847 #: builtin/am.c:908 builtin/am.c:920
4848 msgid "invalid Date line"
4849 msgstr ""
4850
4851 #: builtin/am.c:915
4852 msgid "invalid timezone offset"
4853 msgstr ""
4854
4855 #: builtin/am.c:1008
4856 msgid "Patch format detection failed."
4857 msgstr ""
4858
4859 #: builtin/am.c:1013 builtin/clone.c:405
4860 #, c-format
4861 msgid "failed to create directory '%s'"
4862 msgstr ""
4863
4864 #: builtin/am.c:1018
4865 msgid "Failed to split patches."
4866 msgstr ""
4867
4868 #: builtin/am.c:1148 builtin/commit.c:342
4869 msgid "unable to write index file"
4870 msgstr ""
4871
4872 #: builtin/am.c:1162
4873 #, c-format
4874 msgid "When you have resolved this problem, run \"%s --continue\"."
4875 msgstr ""
4876
4877 #: builtin/am.c:1163
4878 #, c-format
4879 msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
4880 msgstr ""
4881
4882 #: builtin/am.c:1164
4883 #, c-format
4884 msgid "To restore the original branch and stop patching, run \"%s --abort\"."
4885 msgstr ""
4886
4887 #: builtin/am.c:1271
4888 msgid "Patch is empty."
4889 msgstr ""
4890
4891 #: builtin/am.c:1337
4892 #, c-format
4893 msgid "invalid ident line: %.*s"
4894 msgstr ""
4895
4896 #: builtin/am.c:1359
4897 #, c-format
4898 msgid "unable to parse commit %s"
4899 msgstr ""
4900
4901 #: builtin/am.c:1554
4902 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
4903 msgstr ""
4904
4905 #: builtin/am.c:1556
4906 msgid "Using index info to reconstruct a base tree..."
4907 msgstr ""
4908
4909 #: builtin/am.c:1575
4910 msgid ""
4911 "Did you hand edit your patch?\n"
4912 "It does not apply to blobs recorded in its index."
4913 msgstr ""
4914
4915 #: builtin/am.c:1581
4916 msgid "Falling back to patching base and 3-way merge..."
4917 msgstr ""
4918
4919 #: builtin/am.c:1606
4920 msgid "Failed to merge in the changes."
4921 msgstr ""
4922
4923 #: builtin/am.c:1637
4924 msgid "applying to an empty history"
4925 msgstr ""
4926
4927 #: builtin/am.c:1683 builtin/am.c:1687
4928 #, c-format
4929 msgid "cannot resume: %s does not exist."
4930 msgstr ""
4931
4932 #: builtin/am.c:1703
4933 msgid "cannot be interactive without stdin connected to a terminal."
4934 msgstr ""
4935
4936 #: builtin/am.c:1708
4937 msgid "Commit Body is:"
4938 msgstr ""
4939
4940 #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
4941 #. in your translation. The program will only accept English
4942 #. input at this point.
4943 #.
4944 #: builtin/am.c:1718
4945 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
4946 msgstr ""
4947
4948 #: builtin/am.c:1768
4949 #, c-format
4950 msgid "Dirty index: cannot apply patches (dirty: %s)"
4951 msgstr ""
4952
4953 #: builtin/am.c:1808 builtin/am.c:1879
4954 #, c-format
4955 msgid "Applying: %.*s"
4956 msgstr ""
4957
4958 #: builtin/am.c:1824
4959 msgid "No changes -- Patch already applied."
4960 msgstr ""
4961
4962 #: builtin/am.c:1832
4963 #, c-format
4964 msgid "Patch failed at %s %.*s"
4965 msgstr ""
4966
4967 #: builtin/am.c:1838
4968 msgid "Use 'git am --show-current-patch' to see the failed patch"
4969 msgstr ""
4970
4971 #: builtin/am.c:1882
4972 msgid ""
4973 "No changes - did you forget to use 'git add'?\n"
4974 "If there is nothing left to stage, chances are that something else\n"
4975 "already introduced the same changes; you might want to skip this patch."
4976 msgstr ""
4977
4978 #: builtin/am.c:1889
4979 msgid ""
4980 "You still have unmerged paths in your index.\n"
4981 "You should 'git add' each file with resolved conflicts to mark them as "
4982 "such.\n"
4983 "You might run `git rm` on a file to accept \"deleted by them\" for it."
4984 msgstr ""
4985
4986 #: builtin/am.c:1996 builtin/am.c:2000 builtin/am.c:2012 builtin/reset.c:324
4987 #: builtin/reset.c:332
4988 #, c-format
4989 msgid "Could not parse object '%s'."
4990 msgstr ""
4991
4992 #: builtin/am.c:2048
4993 msgid "failed to clean index"
4994 msgstr ""
4995
4996 #: builtin/am.c:2083
4997 msgid ""
4998 "You seem to have moved HEAD since the last 'am' failure.\n"
4999 "Not rewinding to ORIG_HEAD"
5000 msgstr ""
5001
5002 #: builtin/am.c:2174
5003 #, c-format
5004 msgid "Invalid value for --patch-format: %s"
5005 msgstr ""
5006
5007 #: builtin/am.c:2210
5008 msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
5009 msgstr ""
5010
5011 #: builtin/am.c:2211
5012 msgid "git am [<options>] (--continue | --skip | --abort)"
5013 msgstr ""
5014
5015 #: builtin/am.c:2217
5016 msgid "run interactively"
5017 msgstr ""
5018
5019 #: builtin/am.c:2219
5020 msgid "historical option -- no-op"
5021 msgstr ""
5022
5023 #: builtin/am.c:2221
5024 msgid "allow fall back on 3way merging if needed"
5025 msgstr ""
5026
5027 #: builtin/am.c:2222 builtin/init-db.c:484 builtin/prune-packed.c:57
5028 #: builtin/repack.c:182
5029 msgid "be quiet"
5030 msgstr ""
5031
5032 #: builtin/am.c:2224
5033 msgid "add a Signed-off-by line to the commit message"
5034 msgstr ""
5035
5036 #: builtin/am.c:2227
5037 msgid "recode into utf8 (default)"
5038 msgstr ""
5039
5040 #: builtin/am.c:2229
5041 msgid "pass -k flag to git-mailinfo"
5042 msgstr ""
5043
5044 #: builtin/am.c:2231
5045 msgid "pass -b flag to git-mailinfo"
5046 msgstr ""
5047
5048 #: builtin/am.c:2233
5049 msgid "pass -m flag to git-mailinfo"
5050 msgstr ""
5051
5052 #: builtin/am.c:2235
5053 msgid "pass --keep-cr flag to git-mailsplit for mbox format"
5054 msgstr ""
5055
5056 #: builtin/am.c:2238
5057 msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
5058 msgstr ""
5059
5060 #: builtin/am.c:2241
5061 msgid "strip everything before a scissors line"
5062 msgstr ""
5063
5064 #: builtin/am.c:2243 builtin/am.c:2246 builtin/am.c:2249 builtin/am.c:2252
5065 #: builtin/am.c:2255 builtin/am.c:2258 builtin/am.c:2261 builtin/am.c:2264
5066 #: builtin/am.c:2270
5067 msgid "pass it through git-apply"
5068 msgstr ""
5069
5070 #: builtin/am.c:2260 builtin/fmt-merge-msg.c:665 builtin/fmt-merge-msg.c:668
5071 #: builtin/grep.c:853 builtin/merge.c:206 builtin/pull.c:145 builtin/pull.c:203
5072 #: builtin/repack.c:191 builtin/repack.c:195 builtin/repack.c:197
5073 #: builtin/show-branch.c:631 builtin/show-ref.c:169 builtin/tag.c:382
5074 #: parse-options.h:144 parse-options.h:146 parse-options.h:257
5075 msgid "n"
5076 msgstr ""
5077
5078 #: builtin/am.c:2266 builtin/branch.c:629 builtin/for-each-ref.c:38
5079 #: builtin/replace.c:445 builtin/tag.c:418 builtin/verify-tag.c:39
5080 msgid "format"
5081 msgstr ""
5082
5083 #: builtin/am.c:2267
5084 msgid "format the patch(es) are in"
5085 msgstr ""
5086
5087 #: builtin/am.c:2273
5088 msgid "override error message when patch failure occurs"
5089 msgstr ""
5090
5091 #: builtin/am.c:2275
5092 msgid "continue applying patches after resolving a conflict"
5093 msgstr ""
5094
5095 #: builtin/am.c:2278
5096 msgid "synonyms for --continue"
5097 msgstr ""
5098
5099 #: builtin/am.c:2281
5100 msgid "skip the current patch"
5101 msgstr ""
5102
5103 #: builtin/am.c:2284
5104 msgid "restore the original branch and abort the patching operation."
5105 msgstr ""
5106
5107 #: builtin/am.c:2287
5108 msgid "abort the patching operation but keep HEAD where it is."
5109 msgstr ""
5110
5111 #: builtin/am.c:2290
5112 msgid "show the patch being applied."
5113 msgstr ""
5114
5115 #: builtin/am.c:2294
5116 msgid "lie about committer date"
5117 msgstr ""
5118
5119 #: builtin/am.c:2296
5120 msgid "use current timestamp for author date"
5121 msgstr ""
5122
5123 #: builtin/am.c:2298 builtin/commit.c:1431 builtin/merge.c:237
5124 #: builtin/pull.c:178 builtin/revert.c:112 builtin/tag.c:398
5125 msgid "key-id"
5126 msgstr ""
5127
5128 #: builtin/am.c:2299
5129 msgid "GPG-sign commits"
5130 msgstr ""
5131
5132 #: builtin/am.c:2302
5133 msgid "(internal use for git-rebase)"
5134 msgstr ""
5135
5136 #: builtin/am.c:2320
5137 msgid ""
5138 "The -b/--binary option has been a no-op for long time, and\n"
5139 "it will be removed. Please do not use it anymore."
5140 msgstr ""
5141
5142 #: builtin/am.c:2327
5143 msgid "failed to read the index"
5144 msgstr ""
5145
5146 #: builtin/am.c:2342
5147 #, c-format
5148 msgid "previous rebase directory %s still exists but mbox given."
5149 msgstr ""
5150
5151 #: builtin/am.c:2366
5152 #, c-format
5153 msgid ""
5154 "Stray %s directory found.\n"
5155 "Use \"git am --abort\" to remove it."
5156 msgstr ""
5157
5158 #: builtin/am.c:2372
5159 msgid "Resolve operation not in progress, we are not resuming."
5160 msgstr ""
5161
5162 #: builtin/apply.c:8
5163 msgid "git apply [<options>] [<patch>...]"
5164 msgstr ""
5165
5166 #: builtin/archive.c:17
5167 #, c-format
5168 msgid "could not create archive file '%s'"
5169 msgstr ""
5170
5171 #: builtin/archive.c:20
5172 msgid "could not redirect output"
5173 msgstr ""
5174
5175 #: builtin/archive.c:37
5176 msgid "git archive: Remote with no URL"
5177 msgstr ""
5178
5179 #: builtin/archive.c:58
5180 msgid "git archive: expected ACK/NAK, got a flush packet"
5181 msgstr ""
5182
5183 #: builtin/archive.c:61
5184 #, c-format
5185 msgid "git archive: NACK %s"
5186 msgstr ""
5187
5188 #: builtin/archive.c:64
5189 msgid "git archive: protocol error"
5190 msgstr ""
5191
5192 #: builtin/archive.c:68
5193 msgid "git archive: expected a flush"
5194 msgstr ""
5195
5196 #: builtin/bisect--helper.c:12
5197 msgid "git bisect--helper --next-all [--no-checkout]"
5198 msgstr ""
5199
5200 #: builtin/bisect--helper.c:13
5201 msgid "git bisect--helper --write-terms <bad_term> <good_term>"
5202 msgstr ""
5203
5204 #: builtin/bisect--helper.c:14
5205 msgid "git bisect--helper --bisect-clean-state"
5206 msgstr ""
5207
5208 #: builtin/bisect--helper.c:46
5209 #, c-format
5210 msgid "'%s' is not a valid term"
5211 msgstr ""
5212
5213 #: builtin/bisect--helper.c:50
5214 #, c-format
5215 msgid "can't use the builtin command '%s' as a term"
5216 msgstr ""
5217
5218 #: builtin/bisect--helper.c:60
5219 #, c-format
5220 msgid "can't change the meaning of the term '%s'"
5221 msgstr ""
5222
5223 #: builtin/bisect--helper.c:71
5224 msgid "please use two different terms"
5225 msgstr ""
5226
5227 #: builtin/bisect--helper.c:78
5228 msgid "could not open the file BISECT_TERMS"
5229 msgstr ""
5230
5231 #: builtin/bisect--helper.c:120
5232 msgid "perform 'git bisect next'"
5233 msgstr ""
5234
5235 #: builtin/bisect--helper.c:122
5236 msgid "write the terms to .git/BISECT_TERMS"
5237 msgstr ""
5238
5239 #: builtin/bisect--helper.c:124
5240 msgid "cleanup the bisection state"
5241 msgstr ""
5242
5243 #: builtin/bisect--helper.c:126
5244 msgid "check for expected revs"
5245 msgstr ""
5246
5247 #: builtin/bisect--helper.c:128
5248 msgid "update BISECT_HEAD instead of checking out the current commit"
5249 msgstr ""
5250
5251 #: builtin/bisect--helper.c:143
5252 msgid "--write-terms requires two arguments"
5253 msgstr ""
5254
5255 #: builtin/bisect--helper.c:147
5256 msgid "--bisect-clean-state requires no arguments"
5257 msgstr ""
5258
5259 #: builtin/blame.c:27
5260 msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
5261 msgstr ""
5262
5263 #: builtin/blame.c:32
5264 msgid "<rev-opts> are documented in git-rev-list(1)"
5265 msgstr ""
5266
5267 #: builtin/blame.c:677
5268 msgid "Show blame entries as we find them, incrementally"
5269 msgstr ""
5270
5271 #: builtin/blame.c:678
5272 msgid "Show blank SHA-1 for boundary commits (Default: off)"
5273 msgstr ""
5274
5275 #: builtin/blame.c:679
5276 msgid "Do not treat root commits as boundaries (Default: off)"
5277 msgstr ""
5278
5279 #: builtin/blame.c:680
5280 msgid "Show work cost statistics"
5281 msgstr ""
5282
5283 #: builtin/blame.c:681
5284 msgid "Force progress reporting"
5285 msgstr ""
5286
5287 #: builtin/blame.c:682
5288 msgid "Show output score for blame entries"
5289 msgstr ""
5290
5291 #: builtin/blame.c:683
5292 msgid "Show original filename (Default: auto)"
5293 msgstr ""
5294
5295 #: builtin/blame.c:684
5296 msgid "Show original linenumber (Default: off)"
5297 msgstr ""
5298
5299 #: builtin/blame.c:685
5300 msgid "Show in a format designed for machine consumption"
5301 msgstr ""
5302
5303 #: builtin/blame.c:686
5304 msgid "Show porcelain format with per-line commit information"
5305 msgstr ""
5306
5307 #: builtin/blame.c:687
5308 msgid "Use the same output mode as git-annotate (Default: off)"
5309 msgstr ""
5310
5311 #: builtin/blame.c:688
5312 msgid "Show raw timestamp (Default: off)"
5313 msgstr ""
5314
5315 #: builtin/blame.c:689
5316 msgid "Show long commit SHA1 (Default: off)"
5317 msgstr ""
5318
5319 #: builtin/blame.c:690
5320 msgid "Suppress author name and timestamp (Default: off)"
5321 msgstr ""
5322
5323 #: builtin/blame.c:691
5324 msgid "Show author email instead of name (Default: off)"
5325 msgstr ""
5326
5327 #: builtin/blame.c:692
5328 msgid "Ignore whitespace differences"
5329 msgstr ""
5330
5331 #: builtin/blame.c:699
5332 msgid "Use an experimental heuristic to improve diffs"
5333 msgstr ""
5334
5335 #: builtin/blame.c:701
5336 msgid "Spend extra cycles to find better match"
5337 msgstr ""
5338
5339 #: builtin/blame.c:702
5340 msgid "Use revisions from <file> instead of calling git-rev-list"
5341 msgstr ""
5342
5343 #: builtin/blame.c:703
5344 msgid "Use <file>'s contents as the final image"
5345 msgstr ""
5346
5347 #: builtin/blame.c:704 builtin/blame.c:705
5348 msgid "score"
5349 msgstr ""
5350
5351 #: builtin/blame.c:704
5352 msgid "Find line copies within and across files"
5353 msgstr ""
5354
5355 #: builtin/blame.c:705
5356 msgid "Find line movements within and across files"
5357 msgstr ""
5358
5359 #: builtin/blame.c:706
5360 msgid "n,m"
5361 msgstr ""
5362
5363 #: builtin/blame.c:706
5364 msgid "Process only line range n,m, counting from 1"
5365 msgstr ""
5366
5367 #: builtin/blame.c:753
5368 msgid "--progress can't be used with --incremental or porcelain formats"
5369 msgstr ""
5370
5371 #. TRANSLATORS: This string is used to tell us the
5372 #. maximum display width for a relative timestamp in
5373 #. "git blame" output. For C locale, "4 years, 11
5374 #. months ago", which takes 22 places, is the longest
5375 #. among various forms of relative timestamps, but
5376 #. your language may need more or fewer display
5377 #. columns.
5378 #.
5379 #: builtin/blame.c:804
5380 msgid "4 years, 11 months ago"
5381 msgstr ""
5382
5383 #: builtin/blame.c:890
5384 #, c-format
5385 msgid "file %s has only %lu line"
5386 msgid_plural "file %s has only %lu lines"
5387 msgstr[0] ""
5388 msgstr[1] ""
5389
5390 #: builtin/blame.c:936
5391 msgid "Blaming lines"
5392 msgstr ""
5393
5394 #: builtin/branch.c:27
5395 msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
5396 msgstr ""
5397
5398 #: builtin/branch.c:28
5399 msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
5400 msgstr ""
5401
5402 #: builtin/branch.c:29
5403 msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
5404 msgstr ""
5405
5406 #: builtin/branch.c:30
5407 msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
5408 msgstr ""
5409
5410 #: builtin/branch.c:31
5411 msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"
5412 msgstr ""
5413
5414 #: builtin/branch.c:32
5415 msgid "git branch [<options>] [-r | -a] [--points-at]"
5416 msgstr ""
5417
5418 #: builtin/branch.c:33
5419 msgid "git branch [<options>] [-r | -a] [--format]"
5420 msgstr ""
5421
5422 #: builtin/branch.c:146
5423 #, c-format
5424 msgid ""
5425 "deleting branch '%s' that has been merged to\n"
5426 " '%s', but not yet merged to HEAD."
5427 msgstr ""
5428
5429 #: builtin/branch.c:150
5430 #, c-format
5431 msgid ""
5432 "not deleting branch '%s' that is not yet merged to\n"
5433 " '%s', even though it is merged to HEAD."
5434 msgstr ""
5435
5436 #: builtin/branch.c:164
5437 #, c-format
5438 msgid "Couldn't look up commit object for '%s'"
5439 msgstr ""
5440
5441 #: builtin/branch.c:168
5442 #, c-format
5443 msgid ""
5444 "The branch '%s' is not fully merged.\n"
5445 "If you are sure you want to delete it, run 'git branch -D %s'."
5446 msgstr ""
5447
5448 #: builtin/branch.c:181
5449 msgid "Update of config-file failed"
5450 msgstr ""
5451
5452 #: builtin/branch.c:212
5453 msgid "cannot use -a with -d"
5454 msgstr ""
5455
5456 #: builtin/branch.c:218
5457 msgid "Couldn't look up commit object for HEAD"
5458 msgstr ""
5459
5460 #: builtin/branch.c:232
5461 #, c-format
5462 msgid "Cannot delete branch '%s' checked out at '%s'"
5463 msgstr ""
5464
5465 #: builtin/branch.c:247
5466 #, c-format
5467 msgid "remote-tracking branch '%s' not found."
5468 msgstr ""
5469
5470 #: builtin/branch.c:248
5471 #, c-format
5472 msgid "branch '%s' not found."
5473 msgstr ""
5474
5475 #: builtin/branch.c:263
5476 #, c-format
5477 msgid "Error deleting remote-tracking branch '%s'"
5478 msgstr ""
5479
5480 #: builtin/branch.c:264
5481 #, c-format
5482 msgid "Error deleting branch '%s'"
5483 msgstr ""
5484
5485 #: builtin/branch.c:271
5486 #, c-format
5487 msgid "Deleted remote-tracking branch %s (was %s).\n"
5488 msgstr ""
5489
5490 #: builtin/branch.c:272
5491 #, c-format
5492 msgid "Deleted branch %s (was %s).\n"
5493 msgstr ""
5494
5495 #: builtin/branch.c:417 builtin/tag.c:58
5496 msgid "unable to parse format string"
5497 msgstr ""
5498
5499 #: builtin/branch.c:450
5500 #, c-format
5501 msgid "Branch %s is being rebased at %s"
5502 msgstr ""
5503
5504 #: builtin/branch.c:454
5505 #, c-format
5506 msgid "Branch %s is being bisected at %s"
5507 msgstr ""
5508
5509 #: builtin/branch.c:471
5510 msgid "cannot copy the current branch while not on any."
5511 msgstr ""
5512
5513 #: builtin/branch.c:473
5514 msgid "cannot rename the current branch while not on any."
5515 msgstr ""
5516
5517 #: builtin/branch.c:484
5518 #, c-format
5519 msgid "Invalid branch name: '%s'"
5520 msgstr ""
5521
5522 #: builtin/branch.c:511
5523 msgid "Branch rename failed"
5524 msgstr ""
5525
5526 #: builtin/branch.c:513
5527 msgid "Branch copy failed"
5528 msgstr ""
5529
5530 #: builtin/branch.c:517
5531 #, c-format
5532 msgid "Created a copy of a misnamed branch '%s'"
5533 msgstr ""
5534
5535 #: builtin/branch.c:520
5536 #, c-format
5537 msgid "Renamed a misnamed branch '%s' away"
5538 msgstr ""
5539
5540 #: builtin/branch.c:526
5541 #, c-format
5542 msgid "Branch renamed to %s, but HEAD is not updated!"
5543 msgstr ""
5544
5545 #: builtin/branch.c:535
5546 msgid "Branch is renamed, but update of config-file failed"
5547 msgstr ""
5548
5549 #: builtin/branch.c:537
5550 msgid "Branch is copied, but update of config-file failed"
5551 msgstr ""
5552
5553 #: builtin/branch.c:553
5554 #, c-format
5555 msgid ""
5556 "Please edit the description for the branch\n"
5557 " %s\n"
5558 "Lines starting with '%c' will be stripped.\n"
5559 msgstr ""
5560
5561 #: builtin/branch.c:586
5562 msgid "Generic options"
5563 msgstr ""
5564
5565 #: builtin/branch.c:588
5566 msgid "show hash and subject, give twice for upstream branch"
5567 msgstr ""
5568
5569 #: builtin/branch.c:589
5570 msgid "suppress informational messages"
5571 msgstr ""
5572
5573 #: builtin/branch.c:590
5574 msgid "set up tracking mode (see git-pull(1))"
5575 msgstr ""
5576
5577 #: builtin/branch.c:592
5578 msgid "do not use"
5579 msgstr ""
5580
5581 #: builtin/branch.c:594
5582 msgid "upstream"
5583 msgstr ""
5584
5585 #: builtin/branch.c:594
5586 msgid "change the upstream info"
5587 msgstr ""
5588
5589 #: builtin/branch.c:595
5590 msgid "Unset the upstream info"
5591 msgstr ""
5592
5593 #: builtin/branch.c:596
5594 msgid "use colored output"
5595 msgstr ""
5596
5597 #: builtin/branch.c:597
5598 msgid "act on remote-tracking branches"
5599 msgstr ""
5600
5601 #: builtin/branch.c:599 builtin/branch.c:601
5602 msgid "print only branches that contain the commit"
5603 msgstr ""
5604
5605 #: builtin/branch.c:600 builtin/branch.c:602
5606 msgid "print only branches that don't contain the commit"
5607 msgstr ""
5608
5609 #: builtin/branch.c:605
5610 msgid "Specific git-branch actions:"
5611 msgstr ""
5612
5613 #: builtin/branch.c:606
5614 msgid "list both remote-tracking and local branches"
5615 msgstr ""
5616
5617 #: builtin/branch.c:608
5618 msgid "delete fully merged branch"
5619 msgstr ""
5620
5621 #: builtin/branch.c:609
5622 msgid "delete branch (even if not merged)"
5623 msgstr ""
5624
5625 #: builtin/branch.c:610
5626 msgid "move/rename a branch and its reflog"
5627 msgstr ""
5628
5629 #: builtin/branch.c:611
5630 msgid "move/rename a branch, even if target exists"
5631 msgstr ""
5632
5633 #: builtin/branch.c:612
5634 msgid "copy a branch and its reflog"
5635 msgstr ""
5636
5637 #: builtin/branch.c:613
5638 msgid "copy a branch, even if target exists"
5639 msgstr ""
5640
5641 #: builtin/branch.c:614
5642 msgid "list branch names"
5643 msgstr ""
5644
5645 #: builtin/branch.c:615
5646 msgid "create the branch's reflog"
5647 msgstr ""
5648
5649 #: builtin/branch.c:617
5650 msgid "edit the description for the branch"
5651 msgstr ""
5652
5653 #: builtin/branch.c:618
5654 msgid "force creation, move/rename, deletion"
5655 msgstr ""
5656
5657 #: builtin/branch.c:619
5658 msgid "print only branches that are merged"
5659 msgstr ""
5660
5661 #: builtin/branch.c:620
5662 msgid "print only branches that are not merged"
5663 msgstr ""
5664
5665 #: builtin/branch.c:621
5666 msgid "list branches in columns"
5667 msgstr ""
5668
5669 #: builtin/branch.c:622 builtin/for-each-ref.c:40 builtin/tag.c:411
5670 msgid "key"
5671 msgstr ""
5672
5673 #: builtin/branch.c:623 builtin/for-each-ref.c:41 builtin/tag.c:412
5674 msgid "field name to sort on"
5675 msgstr ""
5676
5677 #: builtin/branch.c:625 builtin/for-each-ref.c:43 builtin/notes.c:408
5678 #: builtin/notes.c:411 builtin/notes.c:571 builtin/notes.c:574
5679 #: builtin/tag.c:414
5680 msgid "object"
5681 msgstr ""
5682
5683 #: builtin/branch.c:626
5684 msgid "print only branches of the object"
5685 msgstr ""
5686
5687 #: builtin/branch.c:628 builtin/for-each-ref.c:49 builtin/tag.c:421
5688 msgid "sorting and filtering are case insensitive"
5689 msgstr ""
5690
5691 #: builtin/branch.c:629 builtin/for-each-ref.c:38 builtin/tag.c:419
5692 #: builtin/verify-tag.c:39
5693 msgid "format to use for the output"
5694 msgstr ""
5695
5696 #: builtin/branch.c:652 builtin/clone.c:735
5697 msgid "HEAD not found below refs/heads!"
5698 msgstr ""
5699
5700 #: builtin/branch.c:675
5701 msgid "--column and --verbose are incompatible"
5702 msgstr ""
5703
5704 #: builtin/branch.c:690 builtin/branch.c:742 builtin/branch.c:751
5705 msgid "branch name required"
5706 msgstr ""
5707
5708 #: builtin/branch.c:718
5709 msgid "Cannot give description to detached HEAD"
5710 msgstr ""
5711
5712 #: builtin/branch.c:723
5713 msgid "cannot edit description of more than one branch"
5714 msgstr ""
5715
5716 #: builtin/branch.c:730
5717 #, c-format
5718 msgid "No commit on branch '%s' yet."
5719 msgstr ""
5720
5721 #: builtin/branch.c:733
5722 #, c-format
5723 msgid "No branch named '%s'."
5724 msgstr ""
5725
5726 #: builtin/branch.c:748
5727 msgid "too many branches for a copy operation"
5728 msgstr ""
5729
5730 #: builtin/branch.c:757
5731 msgid "too many arguments for a rename operation"
5732 msgstr ""
5733
5734 #: builtin/branch.c:762
5735 msgid "too many arguments to set new upstream"
5736 msgstr ""
5737
5738 #: builtin/branch.c:766
5739 #, c-format
5740 msgid ""
5741 "could not set upstream of HEAD to %s when it does not point to any branch."
5742 msgstr ""
5743
5744 #: builtin/branch.c:769 builtin/branch.c:791 builtin/branch.c:807
5745 #, c-format
5746 msgid "no such branch '%s'"
5747 msgstr ""
5748
5749 #: builtin/branch.c:773
5750 #, c-format
5751 msgid "branch '%s' does not exist"
5752 msgstr ""
5753
5754 #: builtin/branch.c:785
5755 msgid "too many arguments to unset upstream"
5756 msgstr ""
5757
5758 #: builtin/branch.c:789
5759 msgid "could not unset upstream of HEAD when it does not point to any branch."
5760 msgstr ""
5761
5762 #: builtin/branch.c:795
5763 #, c-format
5764 msgid "Branch '%s' has no upstream information"
5765 msgstr ""
5766
5767 #: builtin/branch.c:810
5768 msgid "-a and -r options to 'git branch' do not make sense with a branch name"
5769 msgstr ""
5770
5771 #: builtin/branch.c:813
5772 msgid ""
5773 "the '--set-upstream' option is no longer supported. Please use '--track' or "
5774 "'--set-upstream-to' instead."
5775 msgstr ""
5776
5777 #: builtin/bundle.c:45
5778 #, c-format
5779 msgid "%s is okay\n"
5780 msgstr ""
5781
5782 #: builtin/bundle.c:58
5783 msgid "Need a repository to create a bundle."
5784 msgstr ""
5785
5786 #: builtin/bundle.c:62
5787 msgid "Need a repository to unbundle."
5788 msgstr ""
5789
5790 #: builtin/cat-file.c:523
5791 msgid ""
5792 "git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
5793 "p | <type> | --textconv | --filters) [--path=<path>] <object>"
5794 msgstr ""
5795
5796 #: builtin/cat-file.c:524
5797 msgid ""
5798 "git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
5799 "filters]"
5800 msgstr ""
5801
5802 #: builtin/cat-file.c:561
5803 msgid "<type> can be one of: blob, tree, commit, tag"
5804 msgstr ""
5805
5806 #: builtin/cat-file.c:562
5807 msgid "show object type"
5808 msgstr ""
5809
5810 #: builtin/cat-file.c:563
5811 msgid "show object size"
5812 msgstr ""
5813
5814 #: builtin/cat-file.c:565
5815 msgid "exit with zero when there's no error"
5816 msgstr ""
5817
5818 #: builtin/cat-file.c:566
5819 msgid "pretty-print object's content"
5820 msgstr ""
5821
5822 #: builtin/cat-file.c:568
5823 msgid "for blob objects, run textconv on object's content"
5824 msgstr ""
5825
5826 #: builtin/cat-file.c:570
5827 msgid "for blob objects, run filters on object's content"
5828 msgstr ""
5829
5830 #: builtin/cat-file.c:571 git-submodule.sh:878
5831 msgid "blob"
5832 msgstr ""
5833
5834 #: builtin/cat-file.c:572
5835 msgid "use a specific path for --textconv/--filters"
5836 msgstr ""
5837
5838 #: builtin/cat-file.c:574
5839 msgid "allow -s and -t to work with broken/corrupt objects"
5840 msgstr ""
5841
5842 #: builtin/cat-file.c:575
5843 msgid "buffer --batch output"
5844 msgstr ""
5845
5846 #: builtin/cat-file.c:577
5847 msgid "show info and content of objects fed from the standard input"
5848 msgstr ""
5849
5850 #: builtin/cat-file.c:580
5851 msgid "show info about objects fed from the standard input"
5852 msgstr ""
5853
5854 #: builtin/cat-file.c:583
5855 msgid "follow in-tree symlinks (used with --batch or --batch-check)"
5856 msgstr ""
5857
5858 #: builtin/cat-file.c:585
5859 msgid "show all objects with --batch or --batch-check"
5860 msgstr ""
5861
5862 #: builtin/check-attr.c:12
5863 msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
5864 msgstr ""
5865
5866 #: builtin/check-attr.c:13
5867 msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
5868 msgstr ""
5869
5870 #: builtin/check-attr.c:20
5871 msgid "report all attributes set on file"
5872 msgstr ""
5873
5874 #: builtin/check-attr.c:21
5875 msgid "use .gitattributes only from the index"
5876 msgstr ""
5877
5878 #: builtin/check-attr.c:22 builtin/check-ignore.c:24 builtin/hash-object.c:100
5879 msgid "read file names from stdin"
5880 msgstr ""
5881
5882 #: builtin/check-attr.c:24 builtin/check-ignore.c:26
5883 msgid "terminate input and output records by a NUL character"
5884 msgstr ""
5885
5886 #: builtin/check-ignore.c:20 builtin/checkout.c:1106 builtin/gc.c:358
5887 msgid "suppress progress reporting"
5888 msgstr ""
5889
5890 #: builtin/check-ignore.c:28
5891 msgid "show non-matching input paths"
5892 msgstr ""
5893
5894 #: builtin/check-ignore.c:30
5895 msgid "ignore index when checking"
5896 msgstr ""
5897
5898 #: builtin/check-ignore.c:159
5899 msgid "cannot specify pathnames with --stdin"
5900 msgstr ""
5901
5902 #: builtin/check-ignore.c:162
5903 msgid "-z only makes sense with --stdin"
5904 msgstr ""
5905
5906 #: builtin/check-ignore.c:164
5907 msgid "no path specified"
5908 msgstr ""
5909
5910 #: builtin/check-ignore.c:168
5911 msgid "--quiet is only valid with a single pathname"
5912 msgstr ""
5913
5914 #: builtin/check-ignore.c:170
5915 msgid "cannot have both --quiet and --verbose"
5916 msgstr ""
5917
5918 #: builtin/check-ignore.c:173
5919 msgid "--non-matching is only valid with --verbose"
5920 msgstr ""
5921
5922 #: builtin/check-mailmap.c:9
5923 msgid "git check-mailmap [<options>] <contact>..."
5924 msgstr ""
5925
5926 #: builtin/check-mailmap.c:14
5927 msgid "also read contacts from stdin"
5928 msgstr ""
5929
5930 #: builtin/check-mailmap.c:25
5931 #, c-format
5932 msgid "unable to parse contact: %s"
5933 msgstr ""
5934
5935 #: builtin/check-mailmap.c:48
5936 msgid "no contacts specified"
5937 msgstr ""
5938
5939 #: builtin/checkout-index.c:128
5940 msgid "git checkout-index [<options>] [--] [<file>...]"
5941 msgstr ""
5942
5943 #: builtin/checkout-index.c:143
5944 msgid "stage should be between 1 and 3 or all"
5945 msgstr ""
5946
5947 #: builtin/checkout-index.c:159
5948 msgid "check out all files in the index"
5949 msgstr ""
5950
5951 #: builtin/checkout-index.c:160
5952 msgid "force overwrite of existing files"
5953 msgstr ""
5954
5955 #: builtin/checkout-index.c:162
5956 msgid "no warning for existing files and files not in index"
5957 msgstr ""
5958
5959 #: builtin/checkout-index.c:164
5960 msgid "don't checkout new files"
5961 msgstr ""
5962
5963 #: builtin/checkout-index.c:166
5964 msgid "update stat information in the index file"
5965 msgstr ""
5966
5967 #: builtin/checkout-index.c:170
5968 msgid "read list of paths from the standard input"
5969 msgstr ""
5970
5971 #: builtin/checkout-index.c:172
5972 msgid "write the content to temporary files"
5973 msgstr ""
5974
5975 #: builtin/checkout-index.c:173 builtin/column.c:31
5976 #: builtin/submodule--helper.c:1203 builtin/submodule--helper.c:1206
5977 #: builtin/submodule--helper.c:1212 builtin/submodule--helper.c:1574
5978 #: builtin/worktree.c:570
5979 msgid "string"
5980 msgstr ""
5981
5982 #: builtin/checkout-index.c:174
5983 msgid "when creating files, prepend <string>"
5984 msgstr ""
5985
5986 #: builtin/checkout-index.c:176
5987 msgid "copy out the files from named stage"
5988 msgstr ""
5989
5990 #: builtin/checkout.c:27
5991 msgid "git checkout [<options>] <branch>"
5992 msgstr ""
5993
5994 #: builtin/checkout.c:28
5995 msgid "git checkout [<options>] [<branch>] -- <file>..."
5996 msgstr ""
5997
5998 #: builtin/checkout.c:136 builtin/checkout.c:169
5999 #, c-format
6000 msgid "path '%s' does not have our version"
6001 msgstr ""
6002
6003 #: builtin/checkout.c:138 builtin/checkout.c:171
6004 #, c-format
6005 msgid "path '%s' does not have their version"
6006 msgstr ""
6007
6008 #: builtin/checkout.c:154
6009 #, c-format
6010 msgid "path '%s' does not have all necessary versions"
6011 msgstr ""
6012
6013 #: builtin/checkout.c:198
6014 #, c-format
6015 msgid "path '%s' does not have necessary versions"
6016 msgstr ""
6017
6018 #: builtin/checkout.c:215
6019 #, c-format
6020 msgid "path '%s': cannot merge"
6021 msgstr ""
6022
6023 #: builtin/checkout.c:231
6024 #, c-format
6025 msgid "Unable to add merge result for '%s'"
6026 msgstr ""
6027
6028 #: builtin/checkout.c:253 builtin/checkout.c:256 builtin/checkout.c:259
6029 #: builtin/checkout.c:262
6030 #, c-format
6031 msgid "'%s' cannot be used with updating paths"
6032 msgstr ""
6033
6034 #: builtin/checkout.c:265 builtin/checkout.c:268
6035 #, c-format
6036 msgid "'%s' cannot be used with %s"
6037 msgstr ""
6038
6039 #: builtin/checkout.c:271
6040 #, c-format
6041 msgid "Cannot update paths and switch to branch '%s' at the same time."
6042 msgstr ""
6043
6044 #: builtin/checkout.c:340 builtin/checkout.c:347
6045 #, c-format
6046 msgid "path '%s' is unmerged"
6047 msgstr ""
6048
6049 #: builtin/checkout.c:505
6050 msgid "you need to resolve your current index first"
6051 msgstr ""
6052
6053 #: builtin/checkout.c:636
6054 #, c-format
6055 msgid "Can not do reflog for '%s': %s\n"
6056 msgstr ""
6057
6058 #: builtin/checkout.c:677
6059 msgid "HEAD is now at"
6060 msgstr ""
6061
6062 #: builtin/checkout.c:681 builtin/clone.c:689
6063 msgid "unable to update HEAD"
6064 msgstr ""
6065
6066 #: builtin/checkout.c:685
6067 #, c-format
6068 msgid "Reset branch '%s'\n"
6069 msgstr ""
6070
6071 #: builtin/checkout.c:688
6072 #, c-format
6073 msgid "Already on '%s'\n"
6074 msgstr ""
6075
6076 #: builtin/checkout.c:692
6077 #, c-format
6078 msgid "Switched to and reset branch '%s'\n"
6079 msgstr ""
6080
6081 #: builtin/checkout.c:694 builtin/checkout.c:1039
6082 #, c-format
6083 msgid "Switched to a new branch '%s'\n"
6084 msgstr ""
6085
6086 #: builtin/checkout.c:696
6087 #, c-format
6088 msgid "Switched to branch '%s'\n"
6089 msgstr ""
6090
6091 #: builtin/checkout.c:747
6092 #, c-format
6093 msgid " ... and %d more.\n"
6094 msgstr ""
6095
6096 #: builtin/checkout.c:753
6097 #, c-format
6098 msgid ""
6099 "Warning: you are leaving %d commit behind, not connected to\n"
6100 "any of your branches:\n"
6101 "\n"
6102 "%s\n"
6103 msgid_plural ""
6104 "Warning: you are leaving %d commits behind, not connected to\n"
6105 "any of your branches:\n"
6106 "\n"
6107 "%s\n"
6108 msgstr[0] ""
6109 msgstr[1] ""
6110
6111 #: builtin/checkout.c:772
6112 #, c-format
6113 msgid ""
6114 "If you want to keep it by creating a new branch, this may be a good time\n"
6115 "to do so with:\n"
6116 "\n"
6117 " git branch <new-branch-name> %s\n"
6118 "\n"
6119 msgid_plural ""
6120 "If you want to keep them by creating a new branch, this may be a good time\n"
6121 "to do so with:\n"
6122 "\n"
6123 " git branch <new-branch-name> %s\n"
6124 "\n"
6125 msgstr[0] ""
6126 msgstr[1] ""
6127
6128 #: builtin/checkout.c:804
6129 msgid "internal error in revision walk"
6130 msgstr ""
6131
6132 #: builtin/checkout.c:808
6133 msgid "Previous HEAD position was"
6134 msgstr ""
6135
6136 #: builtin/checkout.c:836 builtin/checkout.c:1034
6137 msgid "You are on a branch yet to be born"
6138 msgstr ""
6139
6140 #: builtin/checkout.c:940
6141 #, c-format
6142 msgid "only one reference expected, %d given."
6143 msgstr ""
6144
6145 #: builtin/checkout.c:980 builtin/worktree.c:249
6146 #, c-format
6147 msgid "invalid reference: %s"
6148 msgstr ""
6149
6150 #: builtin/checkout.c:1009
6151 #, c-format
6152 msgid "reference is not a tree: %s"
6153 msgstr ""
6154
6155 #: builtin/checkout.c:1048
6156 msgid "paths cannot be used with switching branches"
6157 msgstr ""
6158
6159 #: builtin/checkout.c:1051 builtin/checkout.c:1055
6160 #, c-format
6161 msgid "'%s' cannot be used with switching branches"
6162 msgstr ""
6163
6164 #: builtin/checkout.c:1059 builtin/checkout.c:1062 builtin/checkout.c:1067
6165 #: builtin/checkout.c:1070
6166 #, c-format
6167 msgid "'%s' cannot be used with '%s'"
6168 msgstr ""
6169
6170 #: builtin/checkout.c:1075
6171 #, c-format
6172 msgid "Cannot switch branch to a non-commit '%s'"
6173 msgstr ""
6174
6175 #: builtin/checkout.c:1107 builtin/checkout.c:1109 builtin/clone.c:116
6176 #: builtin/remote.c:166 builtin/remote.c:168 builtin/worktree.c:387
6177 #: builtin/worktree.c:389
6178 msgid "branch"
6179 msgstr ""
6180
6181 #: builtin/checkout.c:1108
6182 msgid "create and checkout a new branch"
6183 msgstr ""
6184
6185 #: builtin/checkout.c:1110
6186 msgid "create/reset and checkout a branch"
6187 msgstr ""
6188
6189 #: builtin/checkout.c:1111
6190 msgid "create reflog for new branch"
6191 msgstr ""
6192
6193 #: builtin/checkout.c:1112 builtin/worktree.c:391
6194 msgid "detach HEAD at named commit"
6195 msgstr ""
6196
6197 #: builtin/checkout.c:1113
6198 msgid "set upstream info for new branch"
6199 msgstr ""
6200
6201 #: builtin/checkout.c:1115
6202 msgid "new-branch"
6203 msgstr ""
6204
6205 #: builtin/checkout.c:1115
6206 msgid "new unparented branch"
6207 msgstr ""
6208
6209 #: builtin/checkout.c:1116
6210 msgid "checkout our version for unmerged files"
6211 msgstr ""
6212
6213 #: builtin/checkout.c:1118
6214 msgid "checkout their version for unmerged files"
6215 msgstr ""
6216
6217 #: builtin/checkout.c:1120
6218 msgid "force checkout (throw away local modifications)"
6219 msgstr ""
6220
6221 #: builtin/checkout.c:1122
6222 msgid "perform a 3-way merge with the new branch"
6223 msgstr ""
6224
6225 #: builtin/checkout.c:1124 builtin/merge.c:239
6226 msgid "update ignored files (default)"
6227 msgstr ""
6228
6229 #: builtin/checkout.c:1126 builtin/log.c:1499 parse-options.h:263
6230 msgid "style"
6231 msgstr ""
6232
6233 #: builtin/checkout.c:1127
6234 msgid "conflict style (merge or diff3)"
6235 msgstr ""
6236
6237 #: builtin/checkout.c:1130
6238 msgid "do not limit pathspecs to sparse entries only"
6239 msgstr ""
6240
6241 #: builtin/checkout.c:1132
6242 msgid "second guess 'git checkout <no-such-branch>'"
6243 msgstr ""
6244
6245 #: builtin/checkout.c:1134
6246 msgid "do not check if another worktree is holding the given ref"
6247 msgstr ""
6248
6249 #: builtin/checkout.c:1138 builtin/clone.c:83 builtin/fetch.c:150
6250 #: builtin/merge.c:236 builtin/pull.c:123 builtin/push.c:556
6251 #: builtin/send-pack.c:173
6252 msgid "force progress reporting"
6253 msgstr ""
6254
6255 #: builtin/checkout.c:1168
6256 msgid "-b, -B and --orphan are mutually exclusive"
6257 msgstr ""
6258
6259 #: builtin/checkout.c:1185
6260 msgid "--track needs a branch name"
6261 msgstr ""
6262
6263 #: builtin/checkout.c:1190
6264 msgid "Missing branch name; try -b"
6265 msgstr ""
6266
6267 #: builtin/checkout.c:1226
6268 msgid "invalid path specification"
6269 msgstr ""
6270
6271 #: builtin/checkout.c:1233
6272 #, c-format
6273 msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
6274 msgstr ""
6275
6276 #: builtin/checkout.c:1237
6277 #, c-format
6278 msgid "git checkout: --detach does not take a path argument '%s'"
6279 msgstr ""
6280
6281 #: builtin/checkout.c:1241
6282 msgid ""
6283 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
6284 "checking out of the index."
6285 msgstr ""
6286
6287 #: builtin/clean.c:26
6288 msgid ""
6289 "git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
6290 msgstr ""
6291
6292 #: builtin/clean.c:30
6293 #, c-format
6294 msgid "Removing %s\n"
6295 msgstr ""
6296
6297 #: builtin/clean.c:31
6298 #, c-format
6299 msgid "Would remove %s\n"
6300 msgstr ""
6301
6302 #: builtin/clean.c:32
6303 #, c-format
6304 msgid "Skipping repository %s\n"
6305 msgstr ""
6306
6307 #: builtin/clean.c:33
6308 #, c-format
6309 msgid "Would skip repository %s\n"
6310 msgstr ""
6311
6312 #: builtin/clean.c:34
6313 #, c-format
6314 msgid "failed to remove %s"
6315 msgstr ""
6316
6317 #: builtin/clean.c:302 git-add--interactive.perl:572
6318 #, c-format
6319 msgid ""
6320 "Prompt help:\n"
6321 "1 - select a numbered item\n"
6322 "foo - select item based on unique prefix\n"
6323 " - (empty) select nothing\n"
6324 msgstr ""
6325
6326 #: builtin/clean.c:306 git-add--interactive.perl:581
6327 #, c-format
6328 msgid ""
6329 "Prompt help:\n"
6330 "1 - select a single item\n"
6331 "3-5 - select a range of items\n"
6332 "2-3,6-9 - select multiple ranges\n"
6333 "foo - select item based on unique prefix\n"
6334 "-... - unselect specified items\n"
6335 "* - choose all items\n"
6336 " - (empty) finish selecting\n"
6337 msgstr ""
6338
6339 #: builtin/clean.c:522 git-add--interactive.perl:547
6340 #: git-add--interactive.perl:552
6341 #, c-format, perl-format
6342 msgid "Huh (%s)?\n"
6343 msgstr ""
6344
6345 #: builtin/clean.c:664
6346 #, c-format
6347 msgid "Input ignore patterns>> "
6348 msgstr ""
6349
6350 #: builtin/clean.c:701
6351 #, c-format
6352 msgid "WARNING: Cannot find items matched by: %s"
6353 msgstr ""
6354
6355 #: builtin/clean.c:722
6356 msgid "Select items to delete"
6357 msgstr ""
6358
6359 #. TRANSLATORS: Make sure to keep [y/N] as is
6360 #: builtin/clean.c:763
6361 #, c-format
6362 msgid "Remove %s [y/N]? "
6363 msgstr ""
6364
6365 #: builtin/clean.c:788 git-add--interactive.perl:1710
6366 #, c-format
6367 msgid "Bye.\n"
6368 msgstr ""
6369
6370 #: builtin/clean.c:796
6371 msgid ""
6372 "clean - start cleaning\n"
6373 "filter by pattern - exclude items from deletion\n"
6374 "select by numbers - select items to be deleted by numbers\n"
6375 "ask each - confirm each deletion (like \"rm -i\")\n"
6376 "quit - stop cleaning\n"
6377 "help - this screen\n"
6378 "? - help for prompt selection"
6379 msgstr ""
6380
6381 #: builtin/clean.c:823 git-add--interactive.perl:1786
6382 msgid "*** Commands ***"
6383 msgstr ""
6384
6385 #: builtin/clean.c:824 git-add--interactive.perl:1783
6386 msgid "What now"
6387 msgstr ""
6388
6389 #: builtin/clean.c:832
6390 msgid "Would remove the following item:"
6391 msgid_plural "Would remove the following items:"
6392 msgstr[0] ""
6393 msgstr[1] ""
6394
6395 #: builtin/clean.c:848
6396 msgid "No more files to clean, exiting."
6397 msgstr ""
6398
6399 #: builtin/clean.c:910
6400 msgid "do not print names of files removed"
6401 msgstr ""
6402
6403 #: builtin/clean.c:912
6404 msgid "force"
6405 msgstr ""
6406
6407 #: builtin/clean.c:913
6408 msgid "interactive cleaning"
6409 msgstr ""
6410
6411 #: builtin/clean.c:915
6412 msgid "remove whole directories"
6413 msgstr ""
6414
6415 #: builtin/clean.c:916 builtin/describe.c:533 builtin/describe.c:535
6416 #: builtin/grep.c:871 builtin/log.c:157 builtin/log.c:159
6417 #: builtin/ls-files.c:548 builtin/name-rev.c:397 builtin/name-rev.c:399
6418 #: builtin/show-ref.c:176
6419 msgid "pattern"
6420 msgstr ""
6421
6422 #: builtin/clean.c:917
6423 msgid "add <pattern> to ignore rules"
6424 msgstr ""
6425
6426 #: builtin/clean.c:918
6427 msgid "remove ignored files, too"
6428 msgstr ""
6429
6430 #: builtin/clean.c:920
6431 msgid "remove only ignored files"
6432 msgstr ""
6433
6434 #: builtin/clean.c:938
6435 msgid "-x and -X cannot be used together"
6436 msgstr ""
6437
6438 #: builtin/clean.c:942
6439 msgid ""
6440 "clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
6441 "clean"
6442 msgstr ""
6443
6444 #: builtin/clean.c:945
6445 msgid ""
6446 "clean.requireForce defaults to true and neither -i, -n, nor -f given; "
6447 "refusing to clean"
6448 msgstr ""
6449
6450 #: builtin/clone.c:40
6451 msgid "git clone [<options>] [--] <repo> [<dir>]"
6452 msgstr ""
6453
6454 #: builtin/clone.c:85
6455 msgid "don't create a checkout"
6456 msgstr ""
6457
6458 #: builtin/clone.c:86 builtin/clone.c:88 builtin/init-db.c:479
6459 msgid "create a bare repository"
6460 msgstr ""
6461
6462 #: builtin/clone.c:90
6463 msgid "create a mirror repository (implies bare)"
6464 msgstr ""
6465
6466 #: builtin/clone.c:92
6467 msgid "to clone from a local repository"
6468 msgstr ""
6469
6470 #: builtin/clone.c:94
6471 msgid "don't use local hardlinks, always copy"
6472 msgstr ""
6473
6474 #: builtin/clone.c:96
6475 msgid "setup as shared repository"
6476 msgstr ""
6477
6478 #: builtin/clone.c:98 builtin/clone.c:102
6479 msgid "pathspec"
6480 msgstr ""
6481
6482 #: builtin/clone.c:98 builtin/clone.c:102
6483 msgid "initialize submodules in the clone"
6484 msgstr ""
6485
6486 #: builtin/clone.c:105
6487 msgid "number of submodules cloned in parallel"
6488 msgstr ""
6489
6490 #: builtin/clone.c:106 builtin/init-db.c:476
6491 msgid "template-directory"
6492 msgstr ""
6493
6494 #: builtin/clone.c:107 builtin/init-db.c:477
6495 msgid "directory from which templates will be used"
6496 msgstr ""
6497
6498 #: builtin/clone.c:109 builtin/clone.c:111 builtin/submodule--helper.c:1210
6499 #: builtin/submodule--helper.c:1577
6500 msgid "reference repository"
6501 msgstr ""
6502
6503 #: builtin/clone.c:113
6504 msgid "use --reference only while cloning"
6505 msgstr ""
6506
6507 #: builtin/clone.c:114 builtin/column.c:27 builtin/merge-file.c:44
6508 msgid "name"
6509 msgstr ""
6510
6511 #: builtin/clone.c:115
6512 msgid "use <name> instead of 'origin' to track upstream"
6513 msgstr ""
6514
6515 #: builtin/clone.c:117
6516 msgid "checkout <branch> instead of the remote's HEAD"
6517 msgstr ""
6518
6519 #: builtin/clone.c:119
6520 msgid "path to git-upload-pack on the remote"
6521 msgstr ""
6522
6523 #: builtin/clone.c:120 builtin/fetch.c:151 builtin/grep.c:813
6524 #: builtin/pull.c:211
6525 msgid "depth"
6526 msgstr ""
6527
6528 #: builtin/clone.c:121
6529 msgid "create a shallow clone of that depth"
6530 msgstr ""
6531
6532 #: builtin/clone.c:122 builtin/fetch.c:153 builtin/pack-objects.c:3017
6533 #: parse-options.h:154
6534 msgid "time"
6535 msgstr ""
6536
6537 #: builtin/clone.c:123
6538 msgid "create a shallow clone since a specific time"
6539 msgstr ""
6540
6541 #: builtin/clone.c:124 builtin/fetch.c:155
6542 msgid "revision"
6543 msgstr ""
6544
6545 #: builtin/clone.c:125 builtin/fetch.c:156
6546 msgid "deepen history of shallow clone, excluding rev"
6547 msgstr ""
6548
6549 #: builtin/clone.c:127
6550 msgid "clone only one branch, HEAD or --branch"
6551 msgstr ""
6552
6553 #: builtin/clone.c:129
6554 msgid "don't clone any tags, and make later fetches not to follow them"
6555 msgstr ""
6556
6557 #: builtin/clone.c:131
6558 msgid "any cloned submodules will be shallow"
6559 msgstr ""
6560
6561 #: builtin/clone.c:132 builtin/init-db.c:485
6562 msgid "gitdir"
6563 msgstr ""
6564
6565 #: builtin/clone.c:133 builtin/init-db.c:486
6566 msgid "separate git dir from working tree"
6567 msgstr ""
6568
6569 #: builtin/clone.c:134
6570 msgid "key=value"
6571 msgstr ""
6572
6573 #: builtin/clone.c:135
6574 msgid "set config inside the new repository"
6575 msgstr ""
6576
6577 #: builtin/clone.c:136 builtin/fetch.c:173 builtin/pull.c:224
6578 #: builtin/push.c:567
6579 msgid "use IPv4 addresses only"
6580 msgstr ""
6581
6582 #: builtin/clone.c:138 builtin/fetch.c:175 builtin/pull.c:227
6583 #: builtin/push.c:569
6584 msgid "use IPv6 addresses only"
6585 msgstr ""
6586
6587 #: builtin/clone.c:276
6588 msgid ""
6589 "No directory name could be guessed.\n"
6590 "Please specify a directory on the command line"
6591 msgstr ""
6592
6593 #: builtin/clone.c:329
6594 #, c-format
6595 msgid "info: Could not add alternate for '%s': %s\n"
6596 msgstr ""
6597
6598 #: builtin/clone.c:401
6599 #, c-format
6600 msgid "failed to open '%s'"
6601 msgstr ""
6602
6603 #: builtin/clone.c:409
6604 #, c-format
6605 msgid "%s exists and is not a directory"
6606 msgstr ""
6607
6608 #: builtin/clone.c:423
6609 #, c-format
6610 msgid "failed to stat %s\n"
6611 msgstr ""
6612
6613 #: builtin/clone.c:445
6614 #, c-format
6615 msgid "failed to create link '%s'"
6616 msgstr ""
6617
6618 #: builtin/clone.c:449
6619 #, c-format
6620 msgid "failed to copy file to '%s'"
6621 msgstr ""
6622
6623 #: builtin/clone.c:475
6624 #, c-format
6625 msgid "done.\n"
6626 msgstr ""
6627
6628 #: builtin/clone.c:489
6629 msgid ""
6630 "Clone succeeded, but checkout failed.\n"
6631 "You can inspect what was checked out with 'git status'\n"
6632 "and retry the checkout with 'git checkout -f HEAD'\n"
6633 msgstr ""
6634
6635 #: builtin/clone.c:566
6636 #, c-format
6637 msgid "Could not find remote branch %s to clone."
6638 msgstr ""
6639
6640 #: builtin/clone.c:661
6641 msgid "remote did not send all necessary objects"
6642 msgstr ""
6643
6644 #: builtin/clone.c:677
6645 #, c-format
6646 msgid "unable to update %s"
6647 msgstr ""
6648
6649 #: builtin/clone.c:726
6650 msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
6651 msgstr ""
6652
6653 #: builtin/clone.c:756
6654 msgid "unable to checkout working tree"
6655 msgstr ""
6656
6657 #: builtin/clone.c:801
6658 msgid "unable to write parameters to config file"
6659 msgstr ""
6660
6661 #: builtin/clone.c:864
6662 msgid "cannot repack to clean up"
6663 msgstr ""
6664
6665 #: builtin/clone.c:866
6666 msgid "cannot unlink temporary alternates file"
6667 msgstr ""
6668
6669 #: builtin/clone.c:906 builtin/receive-pack.c:1946
6670 msgid "Too many arguments."
6671 msgstr ""
6672
6673 #: builtin/clone.c:910
6674 msgid "You must specify a repository to clone."
6675 msgstr ""
6676
6677 #: builtin/clone.c:923
6678 #, c-format
6679 msgid "--bare and --origin %s options are incompatible."
6680 msgstr ""
6681
6682 #: builtin/clone.c:926
6683 msgid "--bare and --separate-git-dir are incompatible."
6684 msgstr ""
6685
6686 #: builtin/clone.c:939
6687 #, c-format
6688 msgid "repository '%s' does not exist"
6689 msgstr ""
6690
6691 #: builtin/clone.c:945 builtin/fetch.c:1455
6692 #, c-format
6693 msgid "depth %s is not a positive number"
6694 msgstr ""
6695
6696 #: builtin/clone.c:955
6697 #, c-format
6698 msgid "destination path '%s' already exists and is not an empty directory."
6699 msgstr ""
6700
6701 #: builtin/clone.c:965
6702 #, c-format
6703 msgid "working tree '%s' already exists."
6704 msgstr ""
6705
6706 #: builtin/clone.c:980 builtin/clone.c:1001 builtin/difftool.c:270
6707 #: builtin/worktree.c:255 builtin/worktree.c:285
6708 #, c-format
6709 msgid "could not create leading directories of '%s'"
6710 msgstr ""
6711
6712 #: builtin/clone.c:985
6713 #, c-format
6714 msgid "could not create work tree dir '%s'"
6715 msgstr ""
6716
6717 #: builtin/clone.c:1005
6718 #, c-format
6719 msgid "Cloning into bare repository '%s'...\n"
6720 msgstr ""
6721
6722 #: builtin/clone.c:1007
6723 #, c-format
6724 msgid "Cloning into '%s'...\n"
6725 msgstr ""
6726
6727 #: builtin/clone.c:1031
6728 msgid ""
6729 "clone --recursive is not compatible with both --reference and --reference-if-"
6730 "able"
6731 msgstr ""
6732
6733 #: builtin/clone.c:1093
6734 msgid "--depth is ignored in local clones; use file:// instead."
6735 msgstr ""
6736
6737 #: builtin/clone.c:1095
6738 msgid "--shallow-since is ignored in local clones; use file:// instead."
6739 msgstr ""
6740
6741 #: builtin/clone.c:1097
6742 msgid "--shallow-exclude is ignored in local clones; use file:// instead."
6743 msgstr ""
6744
6745 #: builtin/clone.c:1099
6746 msgid "--filter is ignored in local clones; use file:// instead."
6747 msgstr ""
6748
6749 #: builtin/clone.c:1102
6750 msgid "source repository is shallow, ignoring --local"
6751 msgstr ""
6752
6753 #: builtin/clone.c:1107
6754 msgid "--local is ignored"
6755 msgstr ""
6756
6757 #: builtin/clone.c:1169 builtin/clone.c:1177
6758 #, c-format
6759 msgid "Remote branch %s not found in upstream %s"
6760 msgstr ""
6761
6762 #: builtin/clone.c:1180
6763 msgid "You appear to have cloned an empty repository."
6764 msgstr ""
6765
6766 #: builtin/column.c:10
6767 msgid "git column [<options>]"
6768 msgstr ""
6769
6770 #: builtin/column.c:27
6771 msgid "lookup config vars"
6772 msgstr ""
6773
6774 #: builtin/column.c:28 builtin/column.c:29
6775 msgid "layout to use"
6776 msgstr ""
6777
6778 #: builtin/column.c:30
6779 msgid "Maximum width"
6780 msgstr ""
6781
6782 #: builtin/column.c:31
6783 msgid "Padding space on left border"
6784 msgstr ""
6785
6786 #: builtin/column.c:32
6787 msgid "Padding space on right border"
6788 msgstr ""
6789
6790 #: builtin/column.c:33
6791 msgid "Padding space between columns"
6792 msgstr ""
6793
6794 #: builtin/column.c:52
6795 msgid "--command must be the first argument"
6796 msgstr ""
6797
6798 #: builtin/commit.c:37
6799 msgid "git commit [<options>] [--] <pathspec>..."
6800 msgstr ""
6801
6802 #: builtin/commit.c:42
6803 msgid "git status [<options>] [--] <pathspec>..."
6804 msgstr ""
6805
6806 #: builtin/commit.c:47
6807 msgid ""
6808 "You asked to amend the most recent commit, but doing so would make\n"
6809 "it empty. You can repeat your command with --allow-empty, or you can\n"
6810 "remove the commit entirely with \"git reset HEAD^\".\n"
6811 msgstr ""
6812
6813 #: builtin/commit.c:52
6814 msgid ""
6815 "The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
6816 "If you wish to commit it anyway, use:\n"
6817 "\n"
6818 " git commit --allow-empty\n"
6819 "\n"
6820 msgstr ""
6821
6822 #: builtin/commit.c:59
6823 msgid "Otherwise, please use 'git reset'\n"
6824 msgstr ""
6825
6826 #: builtin/commit.c:62
6827 msgid ""
6828 "If you wish to skip this commit, use:\n"
6829 "\n"
6830 " git reset\n"
6831 "\n"
6832 "Then \"git cherry-pick --continue\" will resume cherry-picking\n"
6833 "the remaining commits.\n"
6834 msgstr ""
6835
6836 #: builtin/commit.c:284
6837 msgid "failed to unpack HEAD tree object"
6838 msgstr ""
6839
6840 #: builtin/commit.c:325
6841 msgid "unable to create temporary index"
6842 msgstr ""
6843
6844 #: builtin/commit.c:331
6845 msgid "interactive add failed"
6846 msgstr ""
6847
6848 #: builtin/commit.c:344
6849 msgid "unable to update temporary index"
6850 msgstr ""
6851
6852 #: builtin/commit.c:346
6853 msgid "Failed to update main cache tree"
6854 msgstr ""
6855
6856 #: builtin/commit.c:371 builtin/commit.c:395 builtin/commit.c:444
6857 msgid "unable to write new_index file"
6858 msgstr ""
6859
6860 #: builtin/commit.c:427
6861 msgid "cannot do a partial commit during a merge."
6862 msgstr ""
6863
6864 #: builtin/commit.c:429
6865 msgid "cannot do a partial commit during a cherry-pick."
6866 msgstr ""
6867
6868 #: builtin/commit.c:437
6869 msgid "cannot read the index"
6870 msgstr ""
6871
6872 #: builtin/commit.c:456
6873 msgid "unable to write temporary index file"
6874 msgstr ""
6875
6876 #: builtin/commit.c:553
6877 #, c-format
6878 msgid "commit '%s' lacks author header"
6879 msgstr ""
6880
6881 #: builtin/commit.c:555
6882 #, c-format
6883 msgid "commit '%s' has malformed author line"
6884 msgstr ""
6885
6886 #: builtin/commit.c:574
6887 msgid "malformed --author parameter"
6888 msgstr ""
6889
6890 #: builtin/commit.c:626
6891 msgid ""
6892 "unable to select a comment character that is not used\n"
6893 "in the current commit message"
6894 msgstr ""
6895
6896 #: builtin/commit.c:663 builtin/commit.c:696 builtin/commit.c:1024
6897 #, c-format
6898 msgid "could not lookup commit %s"
6899 msgstr ""
6900
6901 #: builtin/commit.c:675 builtin/shortlog.c:309
6902 #, c-format
6903 msgid "(reading log message from standard input)\n"
6904 msgstr ""
6905
6906 #: builtin/commit.c:677
6907 msgid "could not read log from standard input"
6908 msgstr ""
6909
6910 #: builtin/commit.c:681
6911 #, c-format
6912 msgid "could not read log file '%s'"
6913 msgstr ""
6914
6915 #: builtin/commit.c:710 builtin/commit.c:718
6916 msgid "could not read SQUASH_MSG"
6917 msgstr ""
6918
6919 #: builtin/commit.c:715
6920 msgid "could not read MERGE_MSG"
6921 msgstr ""
6922
6923 #: builtin/commit.c:769
6924 msgid "could not write commit template"
6925 msgstr ""
6926
6927 #: builtin/commit.c:787
6928 #, c-format
6929 msgid ""
6930 "\n"
6931 "It looks like you may be committing a merge.\n"
6932 "If this is not correct, please remove the file\n"
6933 "\t%s\n"
6934 "and try again.\n"
6935 msgstr ""
6936
6937 #: builtin/commit.c:792
6938 #, c-format
6939 msgid ""
6940 "\n"
6941 "It looks like you may be committing a cherry-pick.\n"
6942 "If this is not correct, please remove the file\n"
6943 "\t%s\n"
6944 "and try again.\n"
6945 msgstr ""
6946
6947 #: builtin/commit.c:805
6948 #, c-format
6949 msgid ""
6950 "Please enter the commit message for your changes. Lines starting\n"
6951 "with '%c' will be ignored, and an empty message aborts the commit.\n"
6952 msgstr ""
6953
6954 #: builtin/commit.c:813
6955 #, c-format
6956 msgid ""
6957 "Please enter the commit message for your changes. Lines starting\n"
6958 "with '%c' will be kept; you may remove them yourself if you want to.\n"
6959 "An empty message aborts the commit.\n"
6960 msgstr ""
6961
6962 #: builtin/commit.c:830
6963 #, c-format
6964 msgid "%sAuthor: %.*s <%.*s>"
6965 msgstr ""
6966
6967 #: builtin/commit.c:838
6968 #, c-format
6969 msgid "%sDate: %s"
6970 msgstr ""
6971
6972 #: builtin/commit.c:845
6973 #, c-format
6974 msgid "%sCommitter: %.*s <%.*s>"
6975 msgstr ""
6976
6977 #: builtin/commit.c:862
6978 msgid "Cannot read index"
6979 msgstr ""
6980
6981 #: builtin/commit.c:928
6982 msgid "Error building trees"
6983 msgstr ""
6984
6985 #: builtin/commit.c:942 builtin/tag.c:256
6986 #, c-format
6987 msgid "Please supply the message using either -m or -F option.\n"
6988 msgstr ""
6989
6990 #: builtin/commit.c:986
6991 #, c-format
6992 msgid "--author '%s' is not 'Name <email>' and matches no existing author"
6993 msgstr ""
6994
6995 #: builtin/commit.c:1000
6996 #, c-format
6997 msgid "Invalid ignored mode '%s'"
6998 msgstr ""
6999
7000 #: builtin/commit.c:1014 builtin/commit.c:1264
7001 #, c-format
7002 msgid "Invalid untracked files mode '%s'"
7003 msgstr ""
7004
7005 #: builtin/commit.c:1052
7006 msgid "--long and -z are incompatible"
7007 msgstr ""
7008
7009 #: builtin/commit.c:1085
7010 msgid "Using both --reset-author and --author does not make sense"
7011 msgstr ""
7012
7013 #: builtin/commit.c:1094
7014 msgid "You have nothing to amend."
7015 msgstr ""
7016
7017 #: builtin/commit.c:1097
7018 msgid "You are in the middle of a merge -- cannot amend."
7019 msgstr ""
7020
7021 #: builtin/commit.c:1099
7022 msgid "You are in the middle of a cherry-pick -- cannot amend."
7023 msgstr ""
7024
7025 #: builtin/commit.c:1102
7026 msgid "Options --squash and --fixup cannot be used together"
7027 msgstr ""
7028
7029 #: builtin/commit.c:1112
7030 msgid "Only one of -c/-C/-F/--fixup can be used."
7031 msgstr ""
7032
7033 #: builtin/commit.c:1114
7034 msgid "Option -m cannot be combined with -c/-C/-F."
7035 msgstr ""
7036
7037 #: builtin/commit.c:1122
7038 msgid "--reset-author can be used only with -C, -c or --amend."
7039 msgstr ""
7040
7041 #: builtin/commit.c:1139
7042 msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
7043 msgstr ""
7044
7045 #: builtin/commit.c:1141
7046 msgid "No paths with --include/--only does not make sense."
7047 msgstr ""
7048
7049 #: builtin/commit.c:1155 builtin/tag.c:542
7050 #, c-format
7051 msgid "Invalid cleanup mode %s"
7052 msgstr ""
7053
7054 #: builtin/commit.c:1160
7055 msgid "Paths with -a does not make sense."
7056 msgstr ""
7057
7058 #: builtin/commit.c:1278 builtin/commit.c:1443
7059 msgid "show status concisely"
7060 msgstr ""
7061
7062 #: builtin/commit.c:1280 builtin/commit.c:1445
7063 msgid "show branch information"
7064 msgstr ""
7065
7066 #: builtin/commit.c:1282
7067 msgid "show stash information"
7068 msgstr ""
7069
7070 #: builtin/commit.c:1284 builtin/commit.c:1447
7071 msgid "compute full ahead/behind values"
7072 msgstr ""
7073
7074 #: builtin/commit.c:1286
7075 msgid "version"
7076 msgstr ""
7077
7078 #: builtin/commit.c:1286 builtin/commit.c:1449 builtin/push.c:542
7079 #: builtin/worktree.c:541
7080 msgid "machine-readable output"
7081 msgstr ""
7082
7083 #: builtin/commit.c:1289 builtin/commit.c:1451
7084 msgid "show status in long format (default)"
7085 msgstr ""
7086
7087 #: builtin/commit.c:1292 builtin/commit.c:1454
7088 msgid "terminate entries with NUL"
7089 msgstr ""
7090
7091 #: builtin/commit.c:1294 builtin/commit.c:1298 builtin/commit.c:1457
7092 #: builtin/fast-export.c:999 builtin/fast-export.c:1002 builtin/tag.c:396
7093 msgid "mode"
7094 msgstr ""
7095
7096 #: builtin/commit.c:1295 builtin/commit.c:1457
7097 msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
7098 msgstr ""
7099
7100 #: builtin/commit.c:1299
7101 msgid ""
7102 "show ignored files, optional modes: traditional, matching, no. (Default: "
7103 "traditional)"
7104 msgstr ""
7105
7106 #: builtin/commit.c:1301 parse-options.h:167
7107 msgid "when"
7108 msgstr ""
7109
7110 #: builtin/commit.c:1302
7111 msgid ""
7112 "ignore changes to submodules, optional when: all, dirty, untracked. "
7113 "(Default: all)"
7114 msgstr ""
7115
7116 #: builtin/commit.c:1304
7117 msgid "list untracked files in columns"
7118 msgstr ""
7119
7120 #: builtin/commit.c:1323
7121 msgid "Unsupported combination of ignored and untracked-files arguments"
7122 msgstr ""
7123
7124 #: builtin/commit.c:1413
7125 msgid "suppress summary after successful commit"
7126 msgstr ""
7127
7128 #: builtin/commit.c:1414
7129 msgid "show diff in commit message template"
7130 msgstr ""
7131
7132 #: builtin/commit.c:1416
7133 msgid "Commit message options"
7134 msgstr ""
7135
7136 #: builtin/commit.c:1417 builtin/tag.c:393
7137 msgid "read message from file"
7138 msgstr ""
7139
7140 #: builtin/commit.c:1418
7141 msgid "author"
7142 msgstr ""
7143
7144 #: builtin/commit.c:1418
7145 msgid "override author for commit"
7146 msgstr ""
7147
7148 #: builtin/commit.c:1419 builtin/gc.c:359
7149 msgid "date"
7150 msgstr ""
7151
7152 #: builtin/commit.c:1419
7153 msgid "override date for commit"
7154 msgstr ""
7155
7156 #: builtin/commit.c:1420 builtin/merge.c:226 builtin/notes.c:402
7157 #: builtin/notes.c:565 builtin/tag.c:391
7158 msgid "message"
7159 msgstr ""
7160
7161 #: builtin/commit.c:1420
7162 msgid "commit message"
7163 msgstr ""
7164
7165 #: builtin/commit.c:1421 builtin/commit.c:1422 builtin/commit.c:1423
7166 #: builtin/commit.c:1424 parse-options.h:269 ref-filter.h:92
7167 msgid "commit"
7168 msgstr ""
7169
7170 #: builtin/commit.c:1421
7171 msgid "reuse and edit message from specified commit"
7172 msgstr ""
7173
7174 #: builtin/commit.c:1422
7175 msgid "reuse message from specified commit"
7176 msgstr ""
7177
7178 #: builtin/commit.c:1423
7179 msgid "use autosquash formatted message to fixup specified commit"
7180 msgstr ""
7181
7182 #: builtin/commit.c:1424
7183 msgid "use autosquash formatted message to squash specified commit"
7184 msgstr ""
7185
7186 #: builtin/commit.c:1425
7187 msgid "the commit is authored by me now (used with -C/-c/--amend)"
7188 msgstr ""
7189
7190 #: builtin/commit.c:1426 builtin/log.c:1446 builtin/merge.c:240
7191 #: builtin/pull.c:149 builtin/revert.c:105
7192 msgid "add Signed-off-by:"
7193 msgstr ""
7194
7195 #: builtin/commit.c:1427
7196 msgid "use specified template file"
7197 msgstr ""
7198
7199 #: builtin/commit.c:1428
7200 msgid "force edit of commit"
7201 msgstr ""
7202
7203 #: builtin/commit.c:1429
7204 msgid "default"
7205 msgstr ""
7206
7207 #: builtin/commit.c:1429 builtin/tag.c:397
7208 msgid "how to strip spaces and #comments from message"
7209 msgstr ""
7210
7211 #: builtin/commit.c:1430
7212 msgid "include status in commit message template"
7213 msgstr ""
7214
7215 #: builtin/commit.c:1432 builtin/merge.c:238 builtin/pull.c:179
7216 #: builtin/revert.c:113
7217 msgid "GPG sign commit"
7218 msgstr ""
7219
7220 #: builtin/commit.c:1435
7221 msgid "Commit contents options"
7222 msgstr ""
7223
7224 #: builtin/commit.c:1436
7225 msgid "commit all changed files"
7226 msgstr ""
7227
7228 #: builtin/commit.c:1437
7229 msgid "add specified files to index for commit"
7230 msgstr ""
7231
7232 #: builtin/commit.c:1438
7233 msgid "interactively add files"
7234 msgstr ""
7235
7236 #: builtin/commit.c:1439
7237 msgid "interactively add changes"
7238 msgstr ""
7239
7240 #: builtin/commit.c:1440
7241 msgid "commit only specified files"
7242 msgstr ""
7243
7244 #: builtin/commit.c:1441
7245 msgid "bypass pre-commit and commit-msg hooks"
7246 msgstr ""
7247
7248 #: builtin/commit.c:1442
7249 msgid "show what would be committed"
7250 msgstr ""
7251
7252 #: builtin/commit.c:1455
7253 msgid "amend previous commit"
7254 msgstr ""
7255
7256 #: builtin/commit.c:1456
7257 msgid "bypass post-rewrite hook"
7258 msgstr ""
7259
7260 #: builtin/commit.c:1461
7261 msgid "ok to record an empty change"
7262 msgstr ""
7263
7264 #: builtin/commit.c:1463
7265 msgid "ok to record a change with an empty message"
7266 msgstr ""
7267
7268 #: builtin/commit.c:1536
7269 #, c-format
7270 msgid "Corrupt MERGE_HEAD file (%s)"
7271 msgstr ""
7272
7273 #: builtin/commit.c:1543
7274 msgid "could not read MERGE_MODE"
7275 msgstr ""
7276
7277 #: builtin/commit.c:1562
7278 #, c-format
7279 msgid "could not read commit message: %s"
7280 msgstr ""
7281
7282 #: builtin/commit.c:1573
7283 #, c-format
7284 msgid "Aborting commit due to empty commit message.\n"
7285 msgstr ""
7286
7287 #: builtin/commit.c:1578
7288 #, c-format
7289 msgid "Aborting commit; you did not edit the message.\n"
7290 msgstr ""
7291
7292 #: builtin/commit.c:1613
7293 msgid ""
7294 "Repository has been updated, but unable to write\n"
7295 "new_index file. Check that disk is not full and quota is\n"
7296 "not exceeded, and then \"git reset HEAD\" to recover."
7297 msgstr ""
7298
7299 #: builtin/config.c:10
7300 msgid "git config [<options>]"
7301 msgstr ""
7302
7303 #: builtin/config.c:58
7304 msgid "Config file location"
7305 msgstr ""
7306
7307 #: builtin/config.c:59
7308 msgid "use global config file"
7309 msgstr ""
7310
7311 #: builtin/config.c:60
7312 msgid "use system config file"
7313 msgstr ""
7314
7315 #: builtin/config.c:61
7316 msgid "use repository config file"
7317 msgstr ""
7318
7319 #: builtin/config.c:62
7320 msgid "use given config file"
7321 msgstr ""
7322
7323 #: builtin/config.c:63
7324 msgid "blob-id"
7325 msgstr ""
7326
7327 #: builtin/config.c:63
7328 msgid "read config from given blob object"
7329 msgstr ""
7330
7331 #: builtin/config.c:64
7332 msgid "Action"
7333 msgstr ""
7334
7335 #: builtin/config.c:65
7336 msgid "get value: name [value-regex]"
7337 msgstr ""
7338
7339 #: builtin/config.c:66
7340 msgid "get all values: key [value-regex]"
7341 msgstr ""
7342
7343 #: builtin/config.c:67
7344 msgid "get values for regexp: name-regex [value-regex]"
7345 msgstr ""
7346
7347 #: builtin/config.c:68
7348 msgid "get value specific for the URL: section[.var] URL"
7349 msgstr ""
7350
7351 #: builtin/config.c:69
7352 msgid "replace all matching variables: name value [value_regex]"
7353 msgstr ""
7354
7355 #: builtin/config.c:70
7356 msgid "add a new variable: name value"
7357 msgstr ""
7358
7359 #: builtin/config.c:71
7360 msgid "remove a variable: name [value-regex]"
7361 msgstr ""
7362
7363 #: builtin/config.c:72
7364 msgid "remove all matches: name [value-regex]"
7365 msgstr ""
7366
7367 #: builtin/config.c:73
7368 msgid "rename section: old-name new-name"
7369 msgstr ""
7370
7371 #: builtin/config.c:74
7372 msgid "remove a section: name"
7373 msgstr ""
7374
7375 #: builtin/config.c:75
7376 msgid "list all"
7377 msgstr ""
7378
7379 #: builtin/config.c:76
7380 msgid "open an editor"
7381 msgstr ""
7382
7383 #: builtin/config.c:77
7384 msgid "find the color configured: slot [default]"
7385 msgstr ""
7386
7387 #: builtin/config.c:78
7388 msgid "find the color setting: slot [stdout-is-tty]"
7389 msgstr ""
7390
7391 #: builtin/config.c:79
7392 msgid "Type"
7393 msgstr ""
7394
7395 #: builtin/config.c:80
7396 msgid "value is \"true\" or \"false\""
7397 msgstr ""
7398
7399 #: builtin/config.c:81
7400 msgid "value is decimal number"
7401 msgstr ""
7402
7403 #: builtin/config.c:82
7404 msgid "value is --bool or --int"
7405 msgstr ""
7406
7407 #: builtin/config.c:83
7408 msgid "value is a path (file or directory name)"
7409 msgstr ""
7410
7411 #: builtin/config.c:84
7412 msgid "value is an expiry date"
7413 msgstr ""
7414
7415 #: builtin/config.c:85
7416 msgid "Other"
7417 msgstr ""
7418
7419 #: builtin/config.c:86
7420 msgid "terminate values with NUL byte"
7421 msgstr ""
7422
7423 #: builtin/config.c:87
7424 msgid "show variable names only"
7425 msgstr ""
7426
7427 #: builtin/config.c:88
7428 msgid "respect include directives on lookup"
7429 msgstr ""
7430
7431 #: builtin/config.c:89
7432 msgid "show origin of config (file, standard input, blob, command line)"
7433 msgstr ""
7434
7435 #: builtin/config.c:335
7436 msgid "unable to parse default color value"
7437 msgstr ""
7438
7439 #: builtin/config.c:479
7440 #, c-format
7441 msgid ""
7442 "# This is Git's per-user configuration file.\n"
7443 "[user]\n"
7444 "# Please adapt and uncomment the following lines:\n"
7445 "#\tname = %s\n"
7446 "#\temail = %s\n"
7447 msgstr ""
7448
7449 #: builtin/config.c:507
7450 msgid "--local can only be used inside a git repository"
7451 msgstr ""
7452
7453 #: builtin/config.c:632
7454 #, c-format
7455 msgid "cannot create configuration file %s"
7456 msgstr ""
7457
7458 #: builtin/config.c:645
7459 #, c-format
7460 msgid ""
7461 "cannot overwrite multiple values with a single value\n"
7462 " Use a regexp, --add or --replace-all to change %s."
7463 msgstr ""
7464
7465 #: builtin/count-objects.c:88
7466 msgid "git count-objects [-v] [-H | --human-readable]"
7467 msgstr ""
7468
7469 #: builtin/count-objects.c:98
7470 msgid "print sizes in human readable format"
7471 msgstr ""
7472
7473 #: builtin/describe.c:22
7474 msgid "git describe [<options>] [<commit-ish>...]"
7475 msgstr ""
7476
7477 #: builtin/describe.c:23
7478 msgid "git describe [<options>] --dirty"
7479 msgstr ""
7480
7481 #: builtin/describe.c:57
7482 msgid "head"
7483 msgstr ""
7484
7485 #: builtin/describe.c:57
7486 msgid "lightweight"
7487 msgstr ""
7488
7489 #: builtin/describe.c:57
7490 msgid "annotated"
7491 msgstr ""
7492
7493 #: builtin/describe.c:267
7494 #, c-format
7495 msgid "annotated tag %s not available"
7496 msgstr ""
7497
7498 #: builtin/describe.c:271
7499 #, c-format
7500 msgid "annotated tag %s has no embedded name"
7501 msgstr ""
7502
7503 #: builtin/describe.c:273
7504 #, c-format
7505 msgid "tag '%s' is really '%s' here"
7506 msgstr ""
7507
7508 #: builtin/describe.c:317
7509 #, c-format
7510 msgid "no tag exactly matches '%s'"
7511 msgstr ""
7512
7513 #: builtin/describe.c:319
7514 #, c-format
7515 msgid "No exact match on refs or tags, searching to describe\n"
7516 msgstr ""
7517
7518 #: builtin/describe.c:366
7519 #, c-format
7520 msgid "finished search at %s\n"
7521 msgstr ""
7522
7523 #: builtin/describe.c:392
7524 #, c-format
7525 msgid ""
7526 "No annotated tags can describe '%s'.\n"
7527 "However, there were unannotated tags: try --tags."
7528 msgstr ""
7529
7530 #: builtin/describe.c:396
7531 #, c-format
7532 msgid ""
7533 "No tags can describe '%s'.\n"
7534 "Try --always, or create some tags."
7535 msgstr ""
7536
7537 #: builtin/describe.c:426
7538 #, c-format
7539 msgid "traversed %lu commits\n"
7540 msgstr ""
7541
7542 #: builtin/describe.c:429
7543 #, c-format
7544 msgid ""
7545 "more than %i tags found; listed %i most recent\n"
7546 "gave up search at %s\n"
7547 msgstr ""
7548
7549 #: builtin/describe.c:497
7550 #, c-format
7551 msgid "describe %s\n"
7552 msgstr ""
7553
7554 #: builtin/describe.c:500 builtin/log.c:502
7555 #, c-format
7556 msgid "Not a valid object name %s"
7557 msgstr ""
7558
7559 #: builtin/describe.c:508
7560 #, c-format
7561 msgid "%s is neither a commit nor blob"
7562 msgstr ""
7563
7564 #: builtin/describe.c:522
7565 msgid "find the tag that comes after the commit"
7566 msgstr ""
7567
7568 #: builtin/describe.c:523
7569 msgid "debug search strategy on stderr"
7570 msgstr ""
7571
7572 #: builtin/describe.c:524
7573 msgid "use any ref"
7574 msgstr ""
7575
7576 #: builtin/describe.c:525
7577 msgid "use any tag, even unannotated"
7578 msgstr ""
7579
7580 #: builtin/describe.c:526
7581 msgid "always use long format"
7582 msgstr ""
7583
7584 #: builtin/describe.c:527
7585 msgid "only follow first parent"
7586 msgstr ""
7587
7588 #: builtin/describe.c:530
7589 msgid "only output exact matches"
7590 msgstr ""
7591
7592 #: builtin/describe.c:532
7593 msgid "consider <n> most recent tags (default: 10)"
7594 msgstr ""
7595
7596 #: builtin/describe.c:534
7597 msgid "only consider tags matching <pattern>"
7598 msgstr ""
7599
7600 #: builtin/describe.c:536
7601 msgid "do not consider tags matching <pattern>"
7602 msgstr ""
7603
7604 #: builtin/describe.c:538 builtin/name-rev.c:406
7605 msgid "show abbreviated commit object as fallback"
7606 msgstr ""
7607
7608 #: builtin/describe.c:539 builtin/describe.c:542
7609 msgid "mark"
7610 msgstr ""
7611
7612 #: builtin/describe.c:540
7613 msgid "append <mark> on dirty working tree (default: \"-dirty\")"
7614 msgstr ""
7615
7616 #: builtin/describe.c:543
7617 msgid "append <mark> on broken working tree (default: \"-broken\")"
7618 msgstr ""
7619
7620 #: builtin/describe.c:561
7621 msgid "--long is incompatible with --abbrev=0"
7622 msgstr ""
7623
7624 #: builtin/describe.c:590
7625 msgid "No names found, cannot describe anything."
7626 msgstr ""
7627
7628 #: builtin/describe.c:640
7629 msgid "--dirty is incompatible with commit-ishes"
7630 msgstr ""
7631
7632 #: builtin/describe.c:642
7633 msgid "--broken is incompatible with commit-ishes"
7634 msgstr ""
7635
7636 #: builtin/diff.c:83
7637 #, c-format
7638 msgid "'%s': not a regular file or symlink"
7639 msgstr ""
7640
7641 #: builtin/diff.c:234
7642 #, c-format
7643 msgid "invalid option: %s"
7644 msgstr ""
7645
7646 #: builtin/diff.c:356
7647 msgid "Not a git repository"
7648 msgstr ""
7649
7650 #: builtin/diff.c:399
7651 #, c-format
7652 msgid "invalid object '%s' given."
7653 msgstr ""
7654
7655 #: builtin/diff.c:408
7656 #, c-format
7657 msgid "more than two blobs given: '%s'"
7658 msgstr ""
7659
7660 #: builtin/diff.c:413
7661 #, c-format
7662 msgid "unhandled object '%s' given."
7663 msgstr ""
7664
7665 #: builtin/difftool.c:29
7666 msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
7667 msgstr ""
7668
7669 #: builtin/difftool.c:259
7670 #, c-format
7671 msgid "failed: %d"
7672 msgstr ""
7673
7674 #: builtin/difftool.c:301
7675 #, c-format
7676 msgid "could not read symlink %s"
7677 msgstr ""
7678
7679 #: builtin/difftool.c:303
7680 #, c-format
7681 msgid "could not read symlink file %s"
7682 msgstr ""
7683
7684 #: builtin/difftool.c:311
7685 #, c-format
7686 msgid "could not read object %s for symlink %s"
7687 msgstr ""
7688
7689 #: builtin/difftool.c:412
7690 msgid ""
7691 "combined diff formats('-c' and '--cc') are not supported in\n"
7692 "directory diff mode('-d' and '--dir-diff')."
7693 msgstr ""
7694
7695 #: builtin/difftool.c:632
7696 #, c-format
7697 msgid "both files modified: '%s' and '%s'."
7698 msgstr ""
7699
7700 #: builtin/difftool.c:634
7701 msgid "working tree file has been left."
7702 msgstr ""
7703
7704 #: builtin/difftool.c:645
7705 #, c-format
7706 msgid "temporary files exist in '%s'."
7707 msgstr ""
7708
7709 #: builtin/difftool.c:646
7710 msgid "you may want to cleanup or recover these."
7711 msgstr ""
7712
7713 #: builtin/difftool.c:695
7714 msgid "use `diff.guitool` instead of `diff.tool`"
7715 msgstr ""
7716
7717 #: builtin/difftool.c:697
7718 msgid "perform a full-directory diff"
7719 msgstr ""
7720
7721 #: builtin/difftool.c:699
7722 msgid "do not prompt before launching a diff tool"
7723 msgstr ""
7724
7725 #: builtin/difftool.c:705
7726 msgid "use symlinks in dir-diff mode"
7727 msgstr ""
7728
7729 #: builtin/difftool.c:706
7730 msgid "<tool>"
7731 msgstr ""
7732
7733 #: builtin/difftool.c:707
7734 msgid "use the specified diff tool"
7735 msgstr ""
7736
7737 #: builtin/difftool.c:709
7738 msgid "print a list of diff tools that may be used with `--tool`"
7739 msgstr ""
7740
7741 #: builtin/difftool.c:712
7742 msgid ""
7743 "make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
7744 "code"
7745 msgstr ""
7746
7747 #: builtin/difftool.c:714
7748 msgid "<command>"
7749 msgstr ""
7750
7751 #: builtin/difftool.c:715
7752 msgid "specify a custom command for viewing diffs"
7753 msgstr ""
7754
7755 #: builtin/difftool.c:739
7756 msgid "no <tool> given for --tool=<tool>"
7757 msgstr ""
7758
7759 #: builtin/difftool.c:746
7760 msgid "no <cmd> given for --extcmd=<cmd>"
7761 msgstr ""
7762
7763 #: builtin/fast-export.c:26
7764 msgid "git fast-export [rev-list-opts]"
7765 msgstr ""
7766
7767 #: builtin/fast-export.c:998
7768 msgid "show progress after <n> objects"
7769 msgstr ""
7770
7771 #: builtin/fast-export.c:1000
7772 msgid "select handling of signed tags"
7773 msgstr ""
7774
7775 #: builtin/fast-export.c:1003
7776 msgid "select handling of tags that tag filtered objects"
7777 msgstr ""
7778
7779 #: builtin/fast-export.c:1006
7780 msgid "Dump marks to this file"
7781 msgstr ""
7782
7783 #: builtin/fast-export.c:1008
7784 msgid "Import marks from this file"
7785 msgstr ""
7786
7787 #: builtin/fast-export.c:1010
7788 msgid "Fake a tagger when tags lack one"
7789 msgstr ""
7790
7791 #: builtin/fast-export.c:1012
7792 msgid "Output full tree for each commit"
7793 msgstr ""
7794
7795 #: builtin/fast-export.c:1014
7796 msgid "Use the done feature to terminate the stream"
7797 msgstr ""
7798
7799 #: builtin/fast-export.c:1015
7800 msgid "Skip output of blob data"
7801 msgstr ""
7802
7803 #: builtin/fast-export.c:1016
7804 msgid "refspec"
7805 msgstr ""
7806
7807 #: builtin/fast-export.c:1017
7808 msgid "Apply refspec to exported refs"
7809 msgstr ""
7810
7811 #: builtin/fast-export.c:1018
7812 msgid "anonymize output"
7813 msgstr ""
7814
7815 #: builtin/fetch.c:25
7816 msgid "git fetch [<options>] [<repository> [<refspec>...]]"
7817 msgstr ""
7818
7819 #: builtin/fetch.c:26
7820 msgid "git fetch [<options>] <group>"
7821 msgstr ""
7822
7823 #: builtin/fetch.c:27
7824 msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
7825 msgstr ""
7826
7827 #: builtin/fetch.c:28
7828 msgid "git fetch --all [<options>]"
7829 msgstr ""
7830
7831 #: builtin/fetch.c:124 builtin/pull.c:188
7832 msgid "fetch from all remotes"
7833 msgstr ""
7834
7835 #: builtin/fetch.c:126 builtin/pull.c:191
7836 msgid "append to .git/FETCH_HEAD instead of overwriting"
7837 msgstr ""
7838
7839 #: builtin/fetch.c:128 builtin/pull.c:194
7840 msgid "path to upload pack on remote end"
7841 msgstr ""
7842
7843 #: builtin/fetch.c:129 builtin/pull.c:196
7844 msgid "force overwrite of local branch"
7845 msgstr ""
7846
7847 #: builtin/fetch.c:131
7848 msgid "fetch from multiple remotes"
7849 msgstr ""
7850
7851 #: builtin/fetch.c:133 builtin/pull.c:198
7852 msgid "fetch all tags and associated objects"
7853 msgstr ""
7854
7855 #: builtin/fetch.c:135
7856 msgid "do not fetch all tags (--no-tags)"
7857 msgstr ""
7858
7859 #: builtin/fetch.c:137
7860 msgid "number of submodules fetched in parallel"
7861 msgstr ""
7862
7863 #: builtin/fetch.c:139 builtin/pull.c:201
7864 msgid "prune remote-tracking branches no longer on remote"
7865 msgstr ""
7866
7867 #: builtin/fetch.c:141
7868 msgid "prune local tags no longer on remote and clobber changed tags"
7869 msgstr ""
7870
7871 #: builtin/fetch.c:142 builtin/fetch.c:165 builtin/pull.c:126
7872 msgid "on-demand"
7873 msgstr ""
7874
7875 #: builtin/fetch.c:143
7876 msgid "control recursive fetching of submodules"
7877 msgstr ""
7878
7879 #: builtin/fetch.c:147 builtin/pull.c:209
7880 msgid "keep downloaded pack"
7881 msgstr ""
7882
7883 #: builtin/fetch.c:149
7884 msgid "allow updating of HEAD ref"
7885 msgstr ""
7886
7887 #: builtin/fetch.c:152 builtin/fetch.c:158 builtin/pull.c:212
7888 msgid "deepen history of shallow clone"
7889 msgstr ""
7890
7891 #: builtin/fetch.c:154
7892 msgid "deepen history of shallow repository based on time"
7893 msgstr ""
7894
7895 #: builtin/fetch.c:160 builtin/pull.c:215
7896 msgid "convert to a complete repository"
7897 msgstr ""
7898
7899 #: builtin/fetch.c:162 builtin/log.c:1466
7900 msgid "dir"
7901 msgstr ""
7902
7903 #: builtin/fetch.c:163
7904 msgid "prepend this to submodule path output"
7905 msgstr ""
7906
7907 #: builtin/fetch.c:166
7908 msgid ""
7909 "default for recursive fetching of submodules (lower priority than config "
7910 "files)"
7911 msgstr ""
7912
7913 #: builtin/fetch.c:170 builtin/pull.c:218
7914 msgid "accept refs that update .git/shallow"
7915 msgstr ""
7916
7917 #: builtin/fetch.c:171 builtin/pull.c:220
7918 msgid "refmap"
7919 msgstr ""
7920
7921 #: builtin/fetch.c:172 builtin/pull.c:221
7922 msgid "specify fetch refmap"
7923 msgstr ""
7924
7925 #: builtin/fetch.c:431
7926 msgid "Couldn't find remote ref HEAD"
7927 msgstr ""
7928
7929 #: builtin/fetch.c:549
7930 #, c-format
7931 msgid "configuration fetch.output contains invalid value %s"
7932 msgstr ""
7933
7934 #: builtin/fetch.c:642
7935 #, c-format
7936 msgid "object %s not found"
7937 msgstr ""
7938
7939 #: builtin/fetch.c:646
7940 msgid "[up to date]"
7941 msgstr ""
7942
7943 #: builtin/fetch.c:659 builtin/fetch.c:739
7944 msgid "[rejected]"
7945 msgstr ""
7946
7947 #: builtin/fetch.c:660
7948 msgid "can't fetch in current branch"
7949 msgstr ""
7950
7951 #: builtin/fetch.c:669
7952 msgid "[tag update]"
7953 msgstr ""
7954
7955 #: builtin/fetch.c:670 builtin/fetch.c:703 builtin/fetch.c:719
7956 #: builtin/fetch.c:734
7957 msgid "unable to update local ref"
7958 msgstr ""
7959
7960 #: builtin/fetch.c:689
7961 msgid "[new tag]"
7962 msgstr ""
7963
7964 #: builtin/fetch.c:692
7965 msgid "[new branch]"
7966 msgstr ""
7967
7968 #: builtin/fetch.c:695
7969 msgid "[new ref]"
7970 msgstr ""
7971
7972 #: builtin/fetch.c:734
7973 msgid "forced update"
7974 msgstr ""
7975
7976 #: builtin/fetch.c:739
7977 msgid "non-fast-forward"
7978 msgstr ""
7979
7980 #: builtin/fetch.c:784
7981 #, c-format
7982 msgid "%s did not send all necessary objects\n"
7983 msgstr ""
7984
7985 #: builtin/fetch.c:804
7986 #, c-format
7987 msgid "reject %s because shallow roots are not allowed to be updated"
7988 msgstr ""
7989
7990 #: builtin/fetch.c:892 builtin/fetch.c:988
7991 #, c-format
7992 msgid "From %.*s\n"
7993 msgstr ""
7994
7995 #: builtin/fetch.c:903
7996 #, c-format
7997 msgid ""
7998 "some local refs could not be updated; try running\n"
7999 " 'git remote prune %s' to remove any old, conflicting branches"
8000 msgstr ""
8001
8002 #: builtin/fetch.c:958
8003 #, c-format
8004 msgid " (%s will become dangling)"
8005 msgstr ""
8006
8007 #: builtin/fetch.c:959
8008 #, c-format
8009 msgid " (%s has become dangling)"
8010 msgstr ""
8011
8012 #: builtin/fetch.c:991
8013 msgid "[deleted]"
8014 msgstr ""
8015
8016 #: builtin/fetch.c:992 builtin/remote.c:1024
8017 msgid "(none)"
8018 msgstr ""
8019
8020 #: builtin/fetch.c:1015
8021 #, c-format
8022 msgid "Refusing to fetch into current branch %s of non-bare repository"
8023 msgstr ""
8024
8025 #: builtin/fetch.c:1034
8026 #, c-format
8027 msgid "Option \"%s\" value \"%s\" is not valid for %s"
8028 msgstr ""
8029
8030 #: builtin/fetch.c:1037
8031 #, c-format
8032 msgid "Option \"%s\" is ignored for %s\n"
8033 msgstr ""
8034
8035 #: builtin/fetch.c:1277
8036 #, c-format
8037 msgid "Fetching %s\n"
8038 msgstr ""
8039
8040 #: builtin/fetch.c:1279 builtin/remote.c:97
8041 #, c-format
8042 msgid "Could not fetch %s"
8043 msgstr ""
8044
8045 #: builtin/fetch.c:1325 builtin/fetch.c:1498
8046 msgid ""
8047 "--filter can only be used with the remote configured in core.partialClone"
8048 msgstr ""
8049
8050 #: builtin/fetch.c:1350
8051 msgid ""
8052 "No remote repository specified. Please, specify either a URL or a\n"
8053 "remote name from which new revisions should be fetched."
8054 msgstr ""
8055
8056 #: builtin/fetch.c:1394
8057 msgid "You need to specify a tag name."
8058 msgstr ""
8059
8060 #: builtin/fetch.c:1439
8061 msgid "Negative depth in --deepen is not supported"
8062 msgstr ""
8063
8064 #: builtin/fetch.c:1441
8065 msgid "--deepen and --depth are mutually exclusive"
8066 msgstr ""
8067
8068 #: builtin/fetch.c:1446
8069 msgid "--depth and --unshallow cannot be used together"
8070 msgstr ""
8071
8072 #: builtin/fetch.c:1448
8073 msgid "--unshallow on a complete repository does not make sense"
8074 msgstr ""
8075
8076 #: builtin/fetch.c:1464
8077 msgid "fetch --all does not take a repository argument"
8078 msgstr ""
8079
8080 #: builtin/fetch.c:1466
8081 msgid "fetch --all does not make sense with refspecs"
8082 msgstr ""
8083
8084 #: builtin/fetch.c:1475
8085 #, c-format
8086 msgid "No such remote or remote group: %s"
8087 msgstr ""
8088
8089 #: builtin/fetch.c:1482
8090 msgid "Fetching a group and specifying refspecs does not make sense"
8091 msgstr ""
8092
8093 #: builtin/fmt-merge-msg.c:15
8094 msgid ""
8095 "git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
8096 msgstr ""
8097
8098 #: builtin/fmt-merge-msg.c:666
8099 msgid "populate log with at most <n> entries from shortlog"
8100 msgstr ""
8101
8102 #: builtin/fmt-merge-msg.c:669
8103 msgid "alias for --log (deprecated)"
8104 msgstr ""
8105
8106 #: builtin/fmt-merge-msg.c:672
8107 msgid "text"
8108 msgstr ""
8109
8110 #: builtin/fmt-merge-msg.c:673
8111 msgid "use <text> as start of message"
8112 msgstr ""
8113
8114 #: builtin/fmt-merge-msg.c:674
8115 msgid "file to read from"
8116 msgstr ""
8117
8118 #: builtin/for-each-ref.c:10
8119 msgid "git for-each-ref [<options>] [<pattern>]"
8120 msgstr ""
8121
8122 #: builtin/for-each-ref.c:11
8123 msgid "git for-each-ref [--points-at <object>]"
8124 msgstr ""
8125
8126 #: builtin/for-each-ref.c:12
8127 msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
8128 msgstr ""
8129
8130 #: builtin/for-each-ref.c:13
8131 msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
8132 msgstr ""
8133
8134 #: builtin/for-each-ref.c:28
8135 msgid "quote placeholders suitably for shells"
8136 msgstr ""
8137
8138 #: builtin/for-each-ref.c:30
8139 msgid "quote placeholders suitably for perl"
8140 msgstr ""
8141
8142 #: builtin/for-each-ref.c:32
8143 msgid "quote placeholders suitably for python"
8144 msgstr ""
8145
8146 #: builtin/for-each-ref.c:34
8147 msgid "quote placeholders suitably for Tcl"
8148 msgstr ""
8149
8150 #: builtin/for-each-ref.c:37
8151 msgid "show only <n> matched refs"
8152 msgstr ""
8153
8154 #: builtin/for-each-ref.c:39 builtin/tag.c:420
8155 msgid "respect format colors"
8156 msgstr ""
8157
8158 #: builtin/for-each-ref.c:43
8159 msgid "print only refs which points at the given object"
8160 msgstr ""
8161
8162 #: builtin/for-each-ref.c:45
8163 msgid "print only refs that are merged"
8164 msgstr ""
8165
8166 #: builtin/for-each-ref.c:46
8167 msgid "print only refs that are not merged"
8168 msgstr ""
8169
8170 #: builtin/for-each-ref.c:47
8171 msgid "print only refs which contain the commit"
8172 msgstr ""
8173
8174 #: builtin/for-each-ref.c:48
8175 msgid "print only refs which don't contain the commit"
8176 msgstr ""
8177
8178 #: builtin/fsck.c:568
8179 msgid "Checking object directories"
8180 msgstr ""
8181
8182 #: builtin/fsck.c:660
8183 msgid "git fsck [<options>] [<object>...]"
8184 msgstr ""
8185
8186 #: builtin/fsck.c:666
8187 msgid "show unreachable objects"
8188 msgstr ""
8189
8190 #: builtin/fsck.c:667
8191 msgid "show dangling objects"
8192 msgstr ""
8193
8194 #: builtin/fsck.c:668
8195 msgid "report tags"
8196 msgstr ""
8197
8198 #: builtin/fsck.c:669
8199 msgid "report root nodes"
8200 msgstr ""
8201
8202 #: builtin/fsck.c:670
8203 msgid "make index objects head nodes"
8204 msgstr ""
8205
8206 #: builtin/fsck.c:671
8207 msgid "make reflogs head nodes (default)"
8208 msgstr ""
8209
8210 #: builtin/fsck.c:672
8211 msgid "also consider packs and alternate objects"
8212 msgstr ""
8213
8214 #: builtin/fsck.c:673
8215 msgid "check only connectivity"
8216 msgstr ""
8217
8218 #: builtin/fsck.c:674
8219 msgid "enable more strict checking"
8220 msgstr ""
8221
8222 #: builtin/fsck.c:676
8223 msgid "write dangling objects in .git/lost-found"
8224 msgstr ""
8225
8226 #: builtin/fsck.c:677 builtin/prune.c:108
8227 msgid "show progress"
8228 msgstr ""
8229
8230 #: builtin/fsck.c:678
8231 msgid "show verbose names for reachable objects"
8232 msgstr ""
8233
8234 #: builtin/fsck.c:742
8235 msgid "Checking objects"
8236 msgstr ""
8237
8238 #: builtin/gc.c:27
8239 msgid "git gc [<options>]"
8240 msgstr ""
8241
8242 #: builtin/gc.c:80
8243 #, c-format
8244 msgid "Failed to fstat %s: %s"
8245 msgstr ""
8246
8247 #: builtin/gc.c:312
8248 #, c-format
8249 msgid "Can't stat %s"
8250 msgstr ""
8251
8252 #: builtin/gc.c:321
8253 #, c-format
8254 msgid ""
8255 "The last gc run reported the following. Please correct the root cause\n"
8256 "and remove %s.\n"
8257 "Automatic cleanup will not be performed until the file is removed.\n"
8258 "\n"
8259 "%s"
8260 msgstr ""
8261
8262 #: builtin/gc.c:360
8263 msgid "prune unreferenced objects"
8264 msgstr ""
8265
8266 #: builtin/gc.c:362
8267 msgid "be more thorough (increased runtime)"
8268 msgstr ""
8269
8270 #: builtin/gc.c:363
8271 msgid "enable auto-gc mode"
8272 msgstr ""
8273
8274 #: builtin/gc.c:366
8275 msgid "force running gc even if there may be another gc running"
8276 msgstr ""
8277
8278 #: builtin/gc.c:384
8279 #, c-format
8280 msgid "Failed to parse gc.logexpiry value %s"
8281 msgstr ""
8282
8283 #: builtin/gc.c:412
8284 #, c-format
8285 msgid "Auto packing the repository in background for optimum performance.\n"
8286 msgstr ""
8287
8288 #: builtin/gc.c:414
8289 #, c-format
8290 msgid "Auto packing the repository for optimum performance.\n"
8291 msgstr ""
8292
8293 #: builtin/gc.c:415
8294 #, c-format
8295 msgid "See \"git help gc\" for manual housekeeping.\n"
8296 msgstr ""
8297
8298 #: builtin/gc.c:440
8299 #, c-format
8300 msgid ""
8301 "gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
8302 msgstr ""
8303
8304 #: builtin/gc.c:487
8305 msgid ""
8306 "There are too many unreachable loose objects; run 'git prune' to remove them."
8307 msgstr ""
8308
8309 #: builtin/grep.c:27
8310 msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
8311 msgstr ""
8312
8313 #: builtin/grep.c:225
8314 #, c-format
8315 msgid "grep: failed to create thread: %s"
8316 msgstr ""
8317
8318 #: builtin/grep.c:283
8319 #, c-format
8320 msgid "invalid number of threads specified (%d) for %s"
8321 msgstr ""
8322
8323 #. TRANSLATORS: %s is the configuration
8324 #. variable for tweaking threads, currently
8325 #. grep.threads
8326 #.
8327 #: builtin/grep.c:292 builtin/index-pack.c:1523 builtin/index-pack.c:1712
8328 #, c-format
8329 msgid "no threads support, ignoring %s"
8330 msgstr ""
8331
8332 #: builtin/grep.c:460 builtin/grep.c:580 builtin/grep.c:622
8333 #, c-format
8334 msgid "unable to read tree (%s)"
8335 msgstr ""
8336
8337 #: builtin/grep.c:637
8338 #, c-format
8339 msgid "unable to grep from object of type %s"
8340 msgstr ""
8341
8342 #: builtin/grep.c:703
8343 #, c-format
8344 msgid "switch `%c' expects a numerical value"
8345 msgstr ""
8346
8347 #: builtin/grep.c:790
8348 msgid "search in index instead of in the work tree"
8349 msgstr ""
8350
8351 #: builtin/grep.c:792
8352 msgid "find in contents not managed by git"
8353 msgstr ""
8354
8355 #: builtin/grep.c:794
8356 msgid "search in both tracked and untracked files"
8357 msgstr ""
8358
8359 #: builtin/grep.c:796
8360 msgid "ignore files specified via '.gitignore'"
8361 msgstr ""
8362
8363 #: builtin/grep.c:798
8364 msgid "recursively search in each submodule"
8365 msgstr ""
8366
8367 #: builtin/grep.c:801
8368 msgid "show non-matching lines"
8369 msgstr ""
8370
8371 #: builtin/grep.c:803
8372 msgid "case insensitive matching"
8373 msgstr ""
8374
8375 #: builtin/grep.c:805
8376 msgid "match patterns only at word boundaries"
8377 msgstr ""
8378
8379 #: builtin/grep.c:807
8380 msgid "process binary files as text"
8381 msgstr ""
8382
8383 #: builtin/grep.c:809
8384 msgid "don't match patterns in binary files"
8385 msgstr ""
8386
8387 #: builtin/grep.c:812
8388 msgid "process binary files with textconv filters"
8389 msgstr ""
8390
8391 #: builtin/grep.c:814
8392 msgid "descend at most <depth> levels"
8393 msgstr ""
8394
8395 #: builtin/grep.c:818
8396 msgid "use extended POSIX regular expressions"
8397 msgstr ""
8398
8399 #: builtin/grep.c:821
8400 msgid "use basic POSIX regular expressions (default)"
8401 msgstr ""
8402
8403 #: builtin/grep.c:824
8404 msgid "interpret patterns as fixed strings"
8405 msgstr ""
8406
8407 #: builtin/grep.c:827
8408 msgid "use Perl-compatible regular expressions"
8409 msgstr ""
8410
8411 #: builtin/grep.c:830
8412 msgid "show line numbers"
8413 msgstr ""
8414
8415 #: builtin/grep.c:831
8416 msgid "don't show filenames"
8417 msgstr ""
8418
8419 #: builtin/grep.c:832
8420 msgid "show filenames"
8421 msgstr ""
8422
8423 #: builtin/grep.c:834
8424 msgid "show filenames relative to top directory"
8425 msgstr ""
8426
8427 #: builtin/grep.c:836
8428 msgid "show only filenames instead of matching lines"
8429 msgstr ""
8430
8431 #: builtin/grep.c:838
8432 msgid "synonym for --files-with-matches"
8433 msgstr ""
8434
8435 #: builtin/grep.c:841
8436 msgid "show only the names of files without match"
8437 msgstr ""
8438
8439 #: builtin/grep.c:843
8440 msgid "print NUL after filenames"
8441 msgstr ""
8442
8443 #: builtin/grep.c:846
8444 msgid "show the number of matches instead of matching lines"
8445 msgstr ""
8446
8447 #: builtin/grep.c:847
8448 msgid "highlight matches"
8449 msgstr ""
8450
8451 #: builtin/grep.c:849
8452 msgid "print empty line between matches from different files"
8453 msgstr ""
8454
8455 #: builtin/grep.c:851
8456 msgid "show filename only once above matches from same file"
8457 msgstr ""
8458
8459 #: builtin/grep.c:854
8460 msgid "show <n> context lines before and after matches"
8461 msgstr ""
8462
8463 #: builtin/grep.c:857
8464 msgid "show <n> context lines before matches"
8465 msgstr ""
8466
8467 #: builtin/grep.c:859
8468 msgid "show <n> context lines after matches"
8469 msgstr ""
8470
8471 #: builtin/grep.c:861
8472 msgid "use <n> worker threads"
8473 msgstr ""
8474
8475 #: builtin/grep.c:862
8476 msgid "shortcut for -C NUM"
8477 msgstr ""
8478
8479 #: builtin/grep.c:865
8480 msgid "show a line with the function name before matches"
8481 msgstr ""
8482
8483 #: builtin/grep.c:867
8484 msgid "show the surrounding function"
8485 msgstr ""
8486
8487 #: builtin/grep.c:870
8488 msgid "read patterns from file"
8489 msgstr ""
8490
8491 #: builtin/grep.c:872
8492 msgid "match <pattern>"
8493 msgstr ""
8494
8495 #: builtin/grep.c:874
8496 msgid "combine patterns specified with -e"
8497 msgstr ""
8498
8499 #: builtin/grep.c:886
8500 msgid "indicate hit with exit status without output"
8501 msgstr ""
8502
8503 #: builtin/grep.c:888
8504 msgid "show only matches from files that match all patterns"
8505 msgstr ""
8506
8507 #: builtin/grep.c:890
8508 msgid "show parse tree for grep expression"
8509 msgstr ""
8510
8511 #: builtin/grep.c:894
8512 msgid "pager"
8513 msgstr ""
8514
8515 #: builtin/grep.c:894
8516 msgid "show matching files in the pager"
8517 msgstr ""
8518
8519 #: builtin/grep.c:898
8520 msgid "allow calling of grep(1) (ignored by this build)"
8521 msgstr ""
8522
8523 #: builtin/grep.c:962
8524 msgid "no pattern given."
8525 msgstr ""
8526
8527 #: builtin/grep.c:994
8528 msgid "--no-index or --untracked cannot be used with revs"
8529 msgstr ""
8530
8531 #: builtin/grep.c:1001
8532 #, c-format
8533 msgid "unable to resolve revision: %s"
8534 msgstr ""
8535
8536 #: builtin/grep.c:1036 builtin/index-pack.c:1519
8537 #, c-format
8538 msgid "invalid number of threads specified (%d)"
8539 msgstr ""
8540
8541 #: builtin/grep.c:1041
8542 msgid "no threads support, ignoring --threads"
8543 msgstr ""
8544
8545 #: builtin/grep.c:1065
8546 msgid "--open-files-in-pager only works on the worktree"
8547 msgstr ""
8548
8549 #: builtin/grep.c:1088
8550 msgid "option not supported with --recurse-submodules."
8551 msgstr ""
8552
8553 #: builtin/grep.c:1094
8554 msgid "--cached or --untracked cannot be used with --no-index."
8555 msgstr ""
8556
8557 #: builtin/grep.c:1100
8558 msgid "--[no-]exclude-standard cannot be used for tracked contents."
8559 msgstr ""
8560
8561 #: builtin/grep.c:1108
8562 msgid "both --cached and trees are given."
8563 msgstr ""
8564
8565 #: builtin/hash-object.c:83
8566 msgid ""
8567 "git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
8568 "[--] <file>..."
8569 msgstr ""
8570
8571 #: builtin/hash-object.c:84
8572 msgid "git hash-object --stdin-paths"
8573 msgstr ""
8574
8575 #: builtin/hash-object.c:96
8576 msgid "type"
8577 msgstr ""
8578
8579 #: builtin/hash-object.c:96
8580 msgid "object type"
8581 msgstr ""
8582
8583 #: builtin/hash-object.c:97
8584 msgid "write the object into the object database"
8585 msgstr ""
8586
8587 #: builtin/hash-object.c:99
8588 msgid "read the object from stdin"
8589 msgstr ""
8590
8591 #: builtin/hash-object.c:101
8592 msgid "store file as is without filters"
8593 msgstr ""
8594
8595 #: builtin/hash-object.c:102
8596 msgid ""
8597 "just hash any random garbage to create corrupt objects for debugging Git"
8598 msgstr ""
8599
8600 #: builtin/hash-object.c:103
8601 msgid "process file as it were from this path"
8602 msgstr ""
8603
8604 #: builtin/help.c:43
8605 msgid "print all available commands"
8606 msgstr ""
8607
8608 #: builtin/help.c:44
8609 msgid "exclude guides"
8610 msgstr ""
8611
8612 #: builtin/help.c:45
8613 msgid "print list of useful guides"
8614 msgstr ""
8615
8616 #: builtin/help.c:46
8617 msgid "show man page"
8618 msgstr ""
8619
8620 #: builtin/help.c:47
8621 msgid "show manual in web browser"
8622 msgstr ""
8623
8624 #: builtin/help.c:49
8625 msgid "show info page"
8626 msgstr ""
8627
8628 #: builtin/help.c:55
8629 msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
8630 msgstr ""
8631
8632 #: builtin/help.c:67
8633 #, c-format
8634 msgid "unrecognized help format '%s'"
8635 msgstr ""
8636
8637 #: builtin/help.c:94
8638 msgid "Failed to start emacsclient."
8639 msgstr ""
8640
8641 #: builtin/help.c:107
8642 msgid "Failed to parse emacsclient version."
8643 msgstr ""
8644
8645 #: builtin/help.c:115
8646 #, c-format
8647 msgid "emacsclient version '%d' too old (< 22)."
8648 msgstr ""
8649
8650 #: builtin/help.c:133 builtin/help.c:155 builtin/help.c:165 builtin/help.c:173
8651 #, c-format
8652 msgid "failed to exec '%s'"
8653 msgstr ""
8654
8655 #: builtin/help.c:211
8656 #, c-format
8657 msgid ""
8658 "'%s': path for unsupported man viewer.\n"
8659 "Please consider using 'man.<tool>.cmd' instead."
8660 msgstr ""
8661
8662 #: builtin/help.c:223
8663 #, c-format
8664 msgid ""
8665 "'%s': cmd for supported man viewer.\n"
8666 "Please consider using 'man.<tool>.path' instead."
8667 msgstr ""
8668
8669 #: builtin/help.c:340
8670 #, c-format
8671 msgid "'%s': unknown man viewer."
8672 msgstr ""
8673
8674 #: builtin/help.c:357
8675 msgid "no man viewer handled the request"
8676 msgstr ""
8677
8678 #: builtin/help.c:365
8679 msgid "no info viewer handled the request"
8680 msgstr ""
8681
8682 #: builtin/help.c:407
8683 msgid "Defining attributes per path"
8684 msgstr ""
8685
8686 #: builtin/help.c:408
8687 msgid "Everyday Git With 20 Commands Or So"
8688 msgstr ""
8689
8690 #: builtin/help.c:409
8691 msgid "A Git glossary"
8692 msgstr ""
8693
8694 #: builtin/help.c:410
8695 msgid "Specifies intentionally untracked files to ignore"
8696 msgstr ""
8697
8698 #: builtin/help.c:411
8699 msgid "Defining submodule properties"
8700 msgstr ""
8701
8702 #: builtin/help.c:412
8703 msgid "Specifying revisions and ranges for Git"
8704 msgstr ""
8705
8706 #: builtin/help.c:413
8707 msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
8708 msgstr ""
8709
8710 #: builtin/help.c:414
8711 msgid "An overview of recommended workflows with Git"
8712 msgstr ""
8713
8714 #: builtin/help.c:426
8715 msgid "The common Git guides are:\n"
8716 msgstr ""
8717
8718 #: builtin/help.c:444
8719 #, c-format
8720 msgid "'%s' is aliased to '%s'"
8721 msgstr ""
8722
8723 #: builtin/help.c:466 builtin/help.c:483
8724 #, c-format
8725 msgid "usage: %s%s"
8726 msgstr ""
8727
8728 #: builtin/index-pack.c:157
8729 #, c-format
8730 msgid "unable to open %s"
8731 msgstr ""
8732
8733 #: builtin/index-pack.c:207
8734 #, c-format
8735 msgid "object type mismatch at %s"
8736 msgstr ""
8737
8738 #: builtin/index-pack.c:227
8739 #, c-format
8740 msgid "did not receive expected object %s"
8741 msgstr ""
8742
8743 #: builtin/index-pack.c:230
8744 #, c-format
8745 msgid "object %s: expected type %s, found %s"
8746 msgstr ""
8747
8748 #: builtin/index-pack.c:272
8749 #, c-format
8750 msgid "cannot fill %d byte"
8751 msgid_plural "cannot fill %d bytes"
8752 msgstr[0] ""
8753 msgstr[1] ""
8754
8755 #: builtin/index-pack.c:282
8756 msgid "early EOF"
8757 msgstr ""
8758
8759 #: builtin/index-pack.c:283
8760 msgid "read error on input"
8761 msgstr ""
8762
8763 #: builtin/index-pack.c:295
8764 msgid "used more bytes than were available"
8765 msgstr ""
8766
8767 #: builtin/index-pack.c:302
8768 msgid "pack too large for current definition of off_t"
8769 msgstr ""
8770
8771 #: builtin/index-pack.c:305 builtin/unpack-objects.c:93
8772 msgid "pack exceeds maximum allowed size"
8773 msgstr ""
8774
8775 #: builtin/index-pack.c:320
8776 #, c-format
8777 msgid "unable to create '%s'"
8778 msgstr ""
8779
8780 #: builtin/index-pack.c:326
8781 #, c-format
8782 msgid "cannot open packfile '%s'"
8783 msgstr ""
8784
8785 #: builtin/index-pack.c:340
8786 msgid "pack signature mismatch"
8787 msgstr ""
8788
8789 #: builtin/index-pack.c:342
8790 #, c-format
8791 msgid "pack version %<PRIu32> unsupported"
8792 msgstr ""
8793
8794 #: builtin/index-pack.c:360
8795 #, c-format
8796 msgid "pack has bad object at offset %<PRIuMAX>: %s"
8797 msgstr ""
8798
8799 #: builtin/index-pack.c:481
8800 #, c-format
8801 msgid "inflate returned %d"
8802 msgstr ""
8803
8804 #: builtin/index-pack.c:530
8805 msgid "offset value overflow for delta base object"
8806 msgstr ""
8807
8808 #: builtin/index-pack.c:538
8809 msgid "delta base offset is out of bound"
8810 msgstr ""
8811
8812 #: builtin/index-pack.c:546
8813 #, c-format
8814 msgid "unknown object type %d"
8815 msgstr ""
8816
8817 #: builtin/index-pack.c:577
8818 msgid "cannot pread pack file"
8819 msgstr ""
8820
8821 #: builtin/index-pack.c:579
8822 #, c-format
8823 msgid "premature end of pack file, %<PRIuMAX> byte missing"
8824 msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
8825 msgstr[0] ""
8826 msgstr[1] ""
8827
8828 #: builtin/index-pack.c:605
8829 msgid "serious inflate inconsistency"
8830 msgstr ""
8831
8832 #: builtin/index-pack.c:750 builtin/index-pack.c:756 builtin/index-pack.c:779
8833 #: builtin/index-pack.c:818 builtin/index-pack.c:827
8834 #, c-format
8835 msgid "SHA1 COLLISION FOUND WITH %s !"
8836 msgstr ""
8837
8838 #: builtin/index-pack.c:753 builtin/pack-objects.c:182
8839 #: builtin/pack-objects.c:276
8840 #, c-format
8841 msgid "unable to read %s"
8842 msgstr ""
8843
8844 #: builtin/index-pack.c:816
8845 #, c-format
8846 msgid "cannot read existing object info %s"
8847 msgstr ""
8848
8849 #: builtin/index-pack.c:824
8850 #, c-format
8851 msgid "cannot read existing object %s"
8852 msgstr ""
8853
8854 #: builtin/index-pack.c:838
8855 #, c-format
8856 msgid "invalid blob object %s"
8857 msgstr ""
8858
8859 #: builtin/index-pack.c:853
8860 #, c-format
8861 msgid "invalid %s"
8862 msgstr ""
8863
8864 #: builtin/index-pack.c:856
8865 msgid "Error in object"
8866 msgstr ""
8867
8868 #: builtin/index-pack.c:858
8869 #, c-format
8870 msgid "Not all child objects of %s are reachable"
8871 msgstr ""
8872
8873 #: builtin/index-pack.c:930 builtin/index-pack.c:961
8874 msgid "failed to apply delta"
8875 msgstr ""
8876
8877 #: builtin/index-pack.c:1131
8878 msgid "Receiving objects"
8879 msgstr ""
8880
8881 #: builtin/index-pack.c:1131
8882 msgid "Indexing objects"
8883 msgstr ""
8884
8885 #: builtin/index-pack.c:1165
8886 msgid "pack is corrupted (SHA1 mismatch)"
8887 msgstr ""
8888
8889 #: builtin/index-pack.c:1170
8890 msgid "cannot fstat packfile"
8891 msgstr ""
8892
8893 #: builtin/index-pack.c:1173
8894 msgid "pack has junk at the end"
8895 msgstr ""
8896
8897 #: builtin/index-pack.c:1185
8898 msgid "confusion beyond insanity in parse_pack_objects()"
8899 msgstr ""
8900
8901 #: builtin/index-pack.c:1208
8902 msgid "Resolving deltas"
8903 msgstr ""
8904
8905 #: builtin/index-pack.c:1219
8906 #, c-format
8907 msgid "unable to create thread: %s"
8908 msgstr ""
8909
8910 #: builtin/index-pack.c:1261
8911 msgid "confusion beyond insanity"
8912 msgstr ""
8913
8914 #: builtin/index-pack.c:1267
8915 #, c-format
8916 msgid "completed with %d local object"
8917 msgid_plural "completed with %d local objects"
8918 msgstr[0] ""
8919 msgstr[1] ""
8920
8921 #: builtin/index-pack.c:1279
8922 #, c-format
8923 msgid "Unexpected tail checksum for %s (disk corruption?)"
8924 msgstr ""
8925
8926 #: builtin/index-pack.c:1283
8927 #, c-format
8928 msgid "pack has %d unresolved delta"
8929 msgid_plural "pack has %d unresolved deltas"
8930 msgstr[0] ""
8931 msgstr[1] ""
8932
8933 #: builtin/index-pack.c:1307
8934 #, c-format
8935 msgid "unable to deflate appended object (%d)"
8936 msgstr ""
8937
8938 #: builtin/index-pack.c:1383
8939 #, c-format
8940 msgid "local object %s is corrupt"
8941 msgstr ""
8942
8943 #: builtin/index-pack.c:1397
8944 #, c-format
8945 msgid "packfile name '%s' does not end with '.pack'"
8946 msgstr ""
8947
8948 #: builtin/index-pack.c:1422
8949 #, c-format
8950 msgid "cannot write %s file '%s'"
8951 msgstr ""
8952
8953 #: builtin/index-pack.c:1430
8954 #, c-format
8955 msgid "cannot close written %s file '%s'"
8956 msgstr ""
8957
8958 #: builtin/index-pack.c:1454
8959 msgid "error while closing pack file"
8960 msgstr ""
8961
8962 #: builtin/index-pack.c:1468
8963 msgid "cannot store pack file"
8964 msgstr ""
8965
8966 #: builtin/index-pack.c:1476
8967 msgid "cannot store index file"
8968 msgstr ""
8969
8970 #: builtin/index-pack.c:1513
8971 #, c-format
8972 msgid "bad pack.indexversion=%<PRIu32>"
8973 msgstr ""
8974
8975 #: builtin/index-pack.c:1581
8976 #, c-format
8977 msgid "Cannot open existing pack file '%s'"
8978 msgstr ""
8979
8980 #: builtin/index-pack.c:1583
8981 #, c-format
8982 msgid "Cannot open existing pack idx file for '%s'"
8983 msgstr ""
8984
8985 #: builtin/index-pack.c:1631
8986 #, c-format
8987 msgid "non delta: %d object"
8988 msgid_plural "non delta: %d objects"
8989 msgstr[0] ""
8990 msgstr[1] ""
8991
8992 #: builtin/index-pack.c:1638
8993 #, c-format
8994 msgid "chain length = %d: %lu object"
8995 msgid_plural "chain length = %d: %lu objects"
8996 msgstr[0] ""
8997 msgstr[1] ""
8998
8999 #: builtin/index-pack.c:1675
9000 msgid "Cannot come back to cwd"
9001 msgstr ""
9002
9003 #: builtin/index-pack.c:1724 builtin/index-pack.c:1727
9004 #: builtin/index-pack.c:1743 builtin/index-pack.c:1747
9005 #, c-format
9006 msgid "bad %s"
9007 msgstr ""
9008
9009 #: builtin/index-pack.c:1763
9010 msgid "--fix-thin cannot be used without --stdin"
9011 msgstr ""
9012
9013 #: builtin/index-pack.c:1765
9014 msgid "--stdin requires a git repository"
9015 msgstr ""
9016
9017 #: builtin/index-pack.c:1771
9018 msgid "--verify with no packfile name given"
9019 msgstr ""
9020
9021 #: builtin/init-db.c:55
9022 #, c-format
9023 msgid "cannot stat '%s'"
9024 msgstr ""
9025
9026 #: builtin/init-db.c:61
9027 #, c-format
9028 msgid "cannot stat template '%s'"
9029 msgstr ""
9030
9031 #: builtin/init-db.c:66
9032 #, c-format
9033 msgid "cannot opendir '%s'"
9034 msgstr ""
9035
9036 #: builtin/init-db.c:77
9037 #, c-format
9038 msgid "cannot readlink '%s'"
9039 msgstr ""
9040
9041 #: builtin/init-db.c:79
9042 #, c-format
9043 msgid "cannot symlink '%s' '%s'"
9044 msgstr ""
9045
9046 #: builtin/init-db.c:85
9047 #, c-format
9048 msgid "cannot copy '%s' to '%s'"
9049 msgstr ""
9050
9051 #: builtin/init-db.c:89
9052 #, c-format
9053 msgid "ignoring template %s"
9054 msgstr ""
9055
9056 #: builtin/init-db.c:120
9057 #, c-format
9058 msgid "templates not found %s"
9059 msgstr ""
9060
9061 #: builtin/init-db.c:135
9062 #, c-format
9063 msgid "not copying templates from '%s': %s"
9064 msgstr ""
9065
9066 #: builtin/init-db.c:328
9067 #, c-format
9068 msgid "unable to handle file type %d"
9069 msgstr ""
9070
9071 #: builtin/init-db.c:331
9072 #, c-format
9073 msgid "unable to move %s to %s"
9074 msgstr ""
9075
9076 #: builtin/init-db.c:348 builtin/init-db.c:351
9077 #, c-format
9078 msgid "%s already exists"
9079 msgstr ""
9080
9081 #: builtin/init-db.c:404
9082 #, c-format
9083 msgid "Reinitialized existing shared Git repository in %s%s\n"
9084 msgstr ""
9085
9086 #: builtin/init-db.c:405
9087 #, c-format
9088 msgid "Reinitialized existing Git repository in %s%s\n"
9089 msgstr ""
9090
9091 #: builtin/init-db.c:409
9092 #, c-format
9093 msgid "Initialized empty shared Git repository in %s%s\n"
9094 msgstr ""
9095
9096 #: builtin/init-db.c:410
9097 #, c-format
9098 msgid "Initialized empty Git repository in %s%s\n"
9099 msgstr ""
9100
9101 #: builtin/init-db.c:458
9102 msgid ""
9103 "git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
9104 "shared[=<permissions>]] [<directory>]"
9105 msgstr ""
9106
9107 #: builtin/init-db.c:481
9108 msgid "permissions"
9109 msgstr ""
9110
9111 #: builtin/init-db.c:482
9112 msgid "specify that the git repository is to be shared amongst several users"
9113 msgstr ""
9114
9115 #: builtin/init-db.c:516 builtin/init-db.c:521
9116 #, c-format
9117 msgid "cannot mkdir %s"
9118 msgstr ""
9119
9120 #: builtin/init-db.c:525
9121 #, c-format
9122 msgid "cannot chdir to %s"
9123 msgstr ""
9124
9125 #: builtin/init-db.c:546
9126 #, c-format
9127 msgid ""
9128 "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
9129 "dir=<directory>)"
9130 msgstr ""
9131
9132 #: builtin/init-db.c:574
9133 #, c-format
9134 msgid "Cannot access work tree '%s'"
9135 msgstr ""
9136
9137 #: builtin/interpret-trailers.c:15
9138 msgid ""
9139 "git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
9140 "<token>[(=|:)<value>])...] [<file>...]"
9141 msgstr ""
9142
9143 #: builtin/interpret-trailers.c:92
9144 msgid "edit files in place"
9145 msgstr ""
9146
9147 #: builtin/interpret-trailers.c:93
9148 msgid "trim empty trailers"
9149 msgstr ""
9150
9151 #: builtin/interpret-trailers.c:96
9152 msgid "where to place the new trailer"
9153 msgstr ""
9154
9155 #: builtin/interpret-trailers.c:98
9156 msgid "action if trailer already exists"
9157 msgstr ""
9158
9159 #: builtin/interpret-trailers.c:100
9160 msgid "action if trailer is missing"
9161 msgstr ""
9162
9163 #: builtin/interpret-trailers.c:102
9164 msgid "output only the trailers"
9165 msgstr ""
9166
9167 #: builtin/interpret-trailers.c:103
9168 msgid "do not apply config rules"
9169 msgstr ""
9170
9171 #: builtin/interpret-trailers.c:104
9172 msgid "join whitespace-continued values"
9173 msgstr ""
9174
9175 #: builtin/interpret-trailers.c:105
9176 msgid "set parsing options"
9177 msgstr ""
9178
9179 #: builtin/interpret-trailers.c:107
9180 msgid "trailer"
9181 msgstr ""
9182
9183 #: builtin/interpret-trailers.c:108
9184 msgid "trailer(s) to add"
9185 msgstr ""
9186
9187 #: builtin/interpret-trailers.c:117
9188 msgid "--trailer with --only-input does not make sense"
9189 msgstr ""
9190
9191 #: builtin/interpret-trailers.c:127
9192 msgid "no input file given for in-place editing"
9193 msgstr ""
9194
9195 #: builtin/log.c:48
9196 msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
9197 msgstr ""
9198
9199 #: builtin/log.c:49
9200 msgid "git show [<options>] <object>..."
9201 msgstr ""
9202
9203 #: builtin/log.c:93
9204 #, c-format
9205 msgid "invalid --decorate option: %s"
9206 msgstr ""
9207
9208 #: builtin/log.c:153
9209 msgid "suppress diff output"
9210 msgstr ""
9211
9212 #: builtin/log.c:154
9213 msgid "show source"
9214 msgstr ""
9215
9216 #: builtin/log.c:155
9217 msgid "Use mail map file"
9218 msgstr ""
9219
9220 #: builtin/log.c:157
9221 msgid "only decorate refs that match <pattern>"
9222 msgstr ""
9223
9224 #: builtin/log.c:159
9225 msgid "do not decorate refs that match <pattern>"
9226 msgstr ""
9227
9228 #: builtin/log.c:160
9229 msgid "decorate options"
9230 msgstr ""
9231
9232 #: builtin/log.c:163
9233 msgid "Process line range n,m in file, counting from 1"
9234 msgstr ""
9235
9236 #: builtin/log.c:259
9237 #, c-format
9238 msgid "Final output: %d %s\n"
9239 msgstr ""
9240
9241 #: builtin/log.c:510
9242 #, c-format
9243 msgid "git show %s: bad file"
9244 msgstr ""
9245
9246 #: builtin/log.c:525 builtin/log.c:619
9247 #, c-format
9248 msgid "Could not read object %s"
9249 msgstr ""
9250
9251 #: builtin/log.c:643
9252 #, c-format
9253 msgid "Unknown type: %d"
9254 msgstr ""
9255
9256 #: builtin/log.c:764
9257 msgid "format.headers without value"
9258 msgstr ""
9259
9260 #: builtin/log.c:865
9261 msgid "name of output directory is too long"
9262 msgstr ""
9263
9264 #: builtin/log.c:881
9265 #, c-format
9266 msgid "Cannot open patch file %s"
9267 msgstr ""
9268
9269 #: builtin/log.c:898
9270 msgid "Need exactly one range."
9271 msgstr ""
9272
9273 #: builtin/log.c:908
9274 msgid "Not a range."
9275 msgstr ""
9276
9277 #: builtin/log.c:1014
9278 msgid "Cover letter needs email format"
9279 msgstr ""
9280
9281 #: builtin/log.c:1095
9282 #, c-format
9283 msgid "insane in-reply-to: %s"
9284 msgstr ""
9285
9286 #: builtin/log.c:1122
9287 msgid "git format-patch [<options>] [<since> | <revision-range>]"
9288 msgstr ""
9289
9290 #: builtin/log.c:1172
9291 msgid "Two output directories?"
9292 msgstr ""
9293
9294 #: builtin/log.c:1279 builtin/log.c:1932 builtin/log.c:1934 builtin/log.c:1946
9295 #, c-format
9296 msgid "Unknown commit %s"
9297 msgstr ""
9298
9299 #: builtin/log.c:1289 builtin/notes.c:887 builtin/tag.c:522
9300 #, c-format
9301 msgid "Failed to resolve '%s' as a valid ref."
9302 msgstr ""
9303
9304 #: builtin/log.c:1294
9305 msgid "Could not find exact merge base."
9306 msgstr ""
9307
9308 #: builtin/log.c:1298
9309 msgid ""
9310 "Failed to get upstream, if you want to record base commit automatically,\n"
9311 "please use git branch --set-upstream-to to track a remote branch.\n"
9312 "Or you could specify base commit by --base=<base-commit-id> manually."
9313 msgstr ""
9314
9315 #: builtin/log.c:1318
9316 msgid "Failed to find exact merge base"
9317 msgstr ""
9318
9319 #: builtin/log.c:1329
9320 msgid "base commit should be the ancestor of revision list"
9321 msgstr ""
9322
9323 #: builtin/log.c:1333
9324 msgid "base commit shouldn't be in revision list"
9325 msgstr ""
9326
9327 #: builtin/log.c:1382
9328 msgid "cannot get patch id"
9329 msgstr ""
9330
9331 #: builtin/log.c:1441
9332 msgid "use [PATCH n/m] even with a single patch"
9333 msgstr ""
9334
9335 #: builtin/log.c:1444
9336 msgid "use [PATCH] even with multiple patches"
9337 msgstr ""
9338
9339 #: builtin/log.c:1448
9340 msgid "print patches to standard out"
9341 msgstr ""
9342
9343 #: builtin/log.c:1450
9344 msgid "generate a cover letter"
9345 msgstr ""
9346
9347 #: builtin/log.c:1452
9348 msgid "use simple number sequence for output file names"
9349 msgstr ""
9350
9351 #: builtin/log.c:1453
9352 msgid "sfx"
9353 msgstr ""
9354
9355 #: builtin/log.c:1454
9356 msgid "use <sfx> instead of '.patch'"
9357 msgstr ""
9358
9359 #: builtin/log.c:1456
9360 msgid "start numbering patches at <n> instead of 1"
9361 msgstr ""
9362
9363 #: builtin/log.c:1458
9364 msgid "mark the series as Nth re-roll"
9365 msgstr ""
9366
9367 #: builtin/log.c:1460
9368 msgid "Use [RFC PATCH] instead of [PATCH]"
9369 msgstr ""
9370
9371 #: builtin/log.c:1463
9372 msgid "Use [<prefix>] instead of [PATCH]"
9373 msgstr ""
9374
9375 #: builtin/log.c:1466
9376 msgid "store resulting files in <dir>"
9377 msgstr ""
9378
9379 #: builtin/log.c:1469
9380 msgid "don't strip/add [PATCH]"
9381 msgstr ""
9382
9383 #: builtin/log.c:1472
9384 msgid "don't output binary diffs"
9385 msgstr ""
9386
9387 #: builtin/log.c:1474
9388 msgid "output all-zero hash in From header"
9389 msgstr ""
9390
9391 #: builtin/log.c:1476
9392 msgid "don't include a patch matching a commit upstream"
9393 msgstr ""
9394
9395 #: builtin/log.c:1478
9396 msgid "show patch format instead of default (patch + stat)"
9397 msgstr ""
9398
9399 #: builtin/log.c:1480
9400 msgid "Messaging"
9401 msgstr ""
9402
9403 #: builtin/log.c:1481
9404 msgid "header"
9405 msgstr ""
9406
9407 #: builtin/log.c:1482
9408 msgid "add email header"
9409 msgstr ""
9410
9411 #: builtin/log.c:1483 builtin/log.c:1485
9412 msgid "email"
9413 msgstr ""
9414
9415 #: builtin/log.c:1483
9416 msgid "add To: header"
9417 msgstr ""
9418
9419 #: builtin/log.c:1485
9420 msgid "add Cc: header"
9421 msgstr ""
9422
9423 #: builtin/log.c:1487
9424 msgid "ident"
9425 msgstr ""
9426
9427 #: builtin/log.c:1488
9428 msgid "set From address to <ident> (or committer ident if absent)"
9429 msgstr ""
9430
9431 #: builtin/log.c:1490
9432 msgid "message-id"
9433 msgstr ""
9434
9435 #: builtin/log.c:1491
9436 msgid "make first mail a reply to <message-id>"
9437 msgstr ""
9438
9439 #: builtin/log.c:1492 builtin/log.c:1495
9440 msgid "boundary"
9441 msgstr ""
9442
9443 #: builtin/log.c:1493
9444 msgid "attach the patch"
9445 msgstr ""
9446
9447 #: builtin/log.c:1496
9448 msgid "inline the patch"
9449 msgstr ""
9450
9451 #: builtin/log.c:1500
9452 msgid "enable message threading, styles: shallow, deep"
9453 msgstr ""
9454
9455 #: builtin/log.c:1502
9456 msgid "signature"
9457 msgstr ""
9458
9459 #: builtin/log.c:1503
9460 msgid "add a signature"
9461 msgstr ""
9462
9463 #: builtin/log.c:1504
9464 msgid "base-commit"
9465 msgstr ""
9466
9467 #: builtin/log.c:1505
9468 msgid "add prerequisite tree info to the patch series"
9469 msgstr ""
9470
9471 #: builtin/log.c:1507
9472 msgid "add a signature from a file"
9473 msgstr ""
9474
9475 #: builtin/log.c:1508
9476 msgid "don't print the patch filenames"
9477 msgstr ""
9478
9479 #: builtin/log.c:1510
9480 msgid "show progress while generating patches"
9481 msgstr ""
9482
9483 #: builtin/log.c:1585
9484 #, c-format
9485 msgid "invalid ident line: %s"
9486 msgstr ""
9487
9488 #: builtin/log.c:1600
9489 msgid "-n and -k are mutually exclusive."
9490 msgstr ""
9491
9492 #: builtin/log.c:1602
9493 msgid "--subject-prefix/--rfc and -k are mutually exclusive."
9494 msgstr ""
9495
9496 #: builtin/log.c:1610
9497 msgid "--name-only does not make sense"
9498 msgstr ""
9499
9500 #: builtin/log.c:1612
9501 msgid "--name-status does not make sense"
9502 msgstr ""
9503
9504 #: builtin/log.c:1614
9505 msgid "--check does not make sense"
9506 msgstr ""
9507
9508 #: builtin/log.c:1646
9509 msgid "standard output, or directory, which one?"
9510 msgstr ""
9511
9512 #: builtin/log.c:1648
9513 #, c-format
9514 msgid "Could not create directory '%s'"
9515 msgstr ""
9516
9517 #: builtin/log.c:1741
9518 #, c-format
9519 msgid "unable to read signature file '%s'"
9520 msgstr ""
9521
9522 #: builtin/log.c:1773
9523 msgid "Generating patches"
9524 msgstr ""
9525
9526 #: builtin/log.c:1817
9527 msgid "Failed to create output files"
9528 msgstr ""
9529
9530 #: builtin/log.c:1867
9531 msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
9532 msgstr ""
9533
9534 #: builtin/log.c:1921
9535 #, c-format
9536 msgid ""
9537 "Could not find a tracked remote branch, please specify <upstream> manually.\n"
9538 msgstr ""
9539
9540 #: builtin/ls-files.c:468
9541 msgid "git ls-files [<options>] [<file>...]"
9542 msgstr ""
9543
9544 #: builtin/ls-files.c:517
9545 msgid "identify the file status with tags"
9546 msgstr ""
9547
9548 #: builtin/ls-files.c:519
9549 msgid "use lowercase letters for 'assume unchanged' files"
9550 msgstr ""
9551
9552 #: builtin/ls-files.c:521
9553 msgid "use lowercase letters for 'fsmonitor clean' files"
9554 msgstr ""
9555
9556 #: builtin/ls-files.c:523
9557 msgid "show cached files in the output (default)"
9558 msgstr ""
9559
9560 #: builtin/ls-files.c:525
9561 msgid "show deleted files in the output"
9562 msgstr ""
9563
9564 #: builtin/ls-files.c:527
9565 msgid "show modified files in the output"
9566 msgstr ""
9567
9568 #: builtin/ls-files.c:529
9569 msgid "show other files in the output"
9570 msgstr ""
9571
9572 #: builtin/ls-files.c:531
9573 msgid "show ignored files in the output"
9574 msgstr ""
9575
9576 #: builtin/ls-files.c:534
9577 msgid "show staged contents' object name in the output"
9578 msgstr ""
9579
9580 #: builtin/ls-files.c:536
9581 msgid "show files on the filesystem that need to be removed"
9582 msgstr ""
9583
9584 #: builtin/ls-files.c:538
9585 msgid "show 'other' directories' names only"
9586 msgstr ""
9587
9588 #: builtin/ls-files.c:540
9589 msgid "show line endings of files"
9590 msgstr ""
9591
9592 #: builtin/ls-files.c:542
9593 msgid "don't show empty directories"
9594 msgstr ""
9595
9596 #: builtin/ls-files.c:545
9597 msgid "show unmerged files in the output"
9598 msgstr ""
9599
9600 #: builtin/ls-files.c:547
9601 msgid "show resolve-undo information"
9602 msgstr ""
9603
9604 #: builtin/ls-files.c:549
9605 msgid "skip files matching pattern"
9606 msgstr ""
9607
9608 #: builtin/ls-files.c:552
9609 msgid "exclude patterns are read from <file>"
9610 msgstr ""
9611
9612 #: builtin/ls-files.c:555
9613 msgid "read additional per-directory exclude patterns in <file>"
9614 msgstr ""
9615
9616 #: builtin/ls-files.c:557
9617 msgid "add the standard git exclusions"
9618 msgstr ""
9619
9620 #: builtin/ls-files.c:560
9621 msgid "make the output relative to the project top directory"
9622 msgstr ""
9623
9624 #: builtin/ls-files.c:563
9625 msgid "recurse through submodules"
9626 msgstr ""
9627
9628 #: builtin/ls-files.c:565
9629 msgid "if any <file> is not in the index, treat this as an error"
9630 msgstr ""
9631
9632 #: builtin/ls-files.c:566
9633 msgid "tree-ish"
9634 msgstr ""
9635
9636 #: builtin/ls-files.c:567
9637 msgid "pretend that paths removed since <tree-ish> are still present"
9638 msgstr ""
9639
9640 #: builtin/ls-files.c:569
9641 msgid "show debugging data"
9642 msgstr ""
9643
9644 #: builtin/ls-remote.c:7
9645 msgid ""
9646 "git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
9647 " [-q | --quiet] [--exit-code] [--get-url]\n"
9648 " [--symref] [<repository> [<refs>...]]"
9649 msgstr ""
9650
9651 #: builtin/ls-remote.c:52
9652 msgid "do not print remote URL"
9653 msgstr ""
9654
9655 #: builtin/ls-remote.c:53 builtin/ls-remote.c:55
9656 msgid "exec"
9657 msgstr ""
9658
9659 #: builtin/ls-remote.c:54 builtin/ls-remote.c:56
9660 msgid "path of git-upload-pack on the remote host"
9661 msgstr ""
9662
9663 #: builtin/ls-remote.c:58
9664 msgid "limit to tags"
9665 msgstr ""
9666
9667 #: builtin/ls-remote.c:59
9668 msgid "limit to heads"
9669 msgstr ""
9670
9671 #: builtin/ls-remote.c:60
9672 msgid "do not show peeled tags"
9673 msgstr ""
9674
9675 #: builtin/ls-remote.c:62
9676 msgid "take url.<base>.insteadOf into account"
9677 msgstr ""
9678
9679 #: builtin/ls-remote.c:64
9680 msgid "exit with exit code 2 if no matching refs are found"
9681 msgstr ""
9682
9683 #: builtin/ls-remote.c:67
9684 msgid "show underlying ref in addition to the object pointed by it"
9685 msgstr ""
9686
9687 #: builtin/ls-tree.c:29
9688 msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
9689 msgstr ""
9690
9691 #: builtin/ls-tree.c:127
9692 msgid "only show trees"
9693 msgstr ""
9694
9695 #: builtin/ls-tree.c:129
9696 msgid "recurse into subtrees"
9697 msgstr ""
9698
9699 #: builtin/ls-tree.c:131
9700 msgid "show trees when recursing"
9701 msgstr ""
9702
9703 #: builtin/ls-tree.c:134
9704 msgid "terminate entries with NUL byte"
9705 msgstr ""
9706
9707 #: builtin/ls-tree.c:135
9708 msgid "include object size"
9709 msgstr ""
9710
9711 #: builtin/ls-tree.c:137 builtin/ls-tree.c:139
9712 msgid "list only filenames"
9713 msgstr ""
9714
9715 #: builtin/ls-tree.c:142
9716 msgid "use full path names"
9717 msgstr ""
9718
9719 #: builtin/ls-tree.c:144
9720 msgid "list entire tree; not just current directory (implies --full-name)"
9721 msgstr ""
9722
9723 #: builtin/mailsplit.c:241
9724 #, c-format
9725 msgid "empty mbox: '%s'"
9726 msgstr ""
9727
9728 #: builtin/merge.c:49
9729 msgid "git merge [<options>] [<commit>...]"
9730 msgstr ""
9731
9732 #: builtin/merge.c:50
9733 msgid "git merge --abort"
9734 msgstr ""
9735
9736 #: builtin/merge.c:51
9737 msgid "git merge --continue"
9738 msgstr ""
9739
9740 #: builtin/merge.c:108
9741 msgid "switch `m' requires a value"
9742 msgstr ""
9743
9744 #: builtin/merge.c:145
9745 #, c-format
9746 msgid "Could not find merge strategy '%s'.\n"
9747 msgstr ""
9748
9749 #: builtin/merge.c:146
9750 #, c-format
9751 msgid "Available strategies are:"
9752 msgstr ""
9753
9754 #: builtin/merge.c:151
9755 #, c-format
9756 msgid "Available custom strategies are:"
9757 msgstr ""
9758
9759 #: builtin/merge.c:201 builtin/pull.c:137
9760 msgid "do not show a diffstat at the end of the merge"
9761 msgstr ""
9762
9763 #: builtin/merge.c:204 builtin/pull.c:140
9764 msgid "show a diffstat at the end of the merge"
9765 msgstr ""
9766
9767 #: builtin/merge.c:205 builtin/pull.c:143
9768 msgid "(synonym to --stat)"
9769 msgstr ""
9770
9771 #: builtin/merge.c:207 builtin/pull.c:146
9772 msgid "add (at most <n>) entries from shortlog to merge commit message"
9773 msgstr ""
9774
9775 #: builtin/merge.c:210 builtin/pull.c:152
9776 msgid "create a single commit instead of doing a merge"
9777 msgstr ""
9778
9779 #: builtin/merge.c:212 builtin/pull.c:155
9780 msgid "perform a commit if the merge succeeds (default)"
9781 msgstr ""
9782
9783 #: builtin/merge.c:214 builtin/pull.c:158
9784 msgid "edit message before committing"
9785 msgstr ""
9786
9787 #: builtin/merge.c:215
9788 msgid "allow fast-forward (default)"
9789 msgstr ""
9790
9791 #: builtin/merge.c:217 builtin/pull.c:164
9792 msgid "abort if fast-forward is not possible"
9793 msgstr ""
9794
9795 #: builtin/merge.c:221 builtin/pull.c:167
9796 msgid "verify that the named commit has a valid GPG signature"
9797 msgstr ""
9798
9799 #: builtin/merge.c:222 builtin/notes.c:777 builtin/pull.c:171
9800 #: builtin/revert.c:109
9801 msgid "strategy"
9802 msgstr ""
9803
9804 #: builtin/merge.c:223 builtin/pull.c:172
9805 msgid "merge strategy to use"
9806 msgstr ""
9807
9808 #: builtin/merge.c:224 builtin/pull.c:175
9809 msgid "option=value"
9810 msgstr ""
9811
9812 #: builtin/merge.c:225 builtin/pull.c:176
9813 msgid "option for selected merge strategy"
9814 msgstr ""
9815
9816 #: builtin/merge.c:227
9817 msgid "merge commit message (for a non-fast-forward merge)"
9818 msgstr ""
9819
9820 #: builtin/merge.c:231
9821 msgid "abort the current in-progress merge"
9822 msgstr ""
9823
9824 #: builtin/merge.c:233
9825 msgid "continue the current in-progress merge"
9826 msgstr ""
9827
9828 #: builtin/merge.c:235 builtin/pull.c:183
9829 msgid "allow merging unrelated histories"
9830 msgstr ""
9831
9832 #: builtin/merge.c:241
9833 msgid "verify commit-msg hook"
9834 msgstr ""
9835
9836 #: builtin/merge.c:266
9837 msgid "could not run stash."
9838 msgstr ""
9839
9840 #: builtin/merge.c:271
9841 msgid "stash failed"
9842 msgstr ""
9843
9844 #: builtin/merge.c:276
9845 #, c-format
9846 msgid "not a valid object: %s"
9847 msgstr ""
9848
9849 #: builtin/merge.c:298 builtin/merge.c:315
9850 msgid "read-tree failed"
9851 msgstr ""
9852
9853 #: builtin/merge.c:345
9854 msgid " (nothing to squash)"
9855 msgstr ""
9856
9857 #: builtin/merge.c:356
9858 #, c-format
9859 msgid "Squash commit -- not updating HEAD\n"
9860 msgstr ""
9861
9862 #: builtin/merge.c:406
9863 #, c-format
9864 msgid "No merge message -- not updating HEAD\n"
9865 msgstr ""
9866
9867 #: builtin/merge.c:456
9868 #, c-format
9869 msgid "'%s' does not point to a commit"
9870 msgstr ""
9871
9872 #: builtin/merge.c:546
9873 #, c-format
9874 msgid "Bad branch.%s.mergeoptions string: %s"
9875 msgstr ""
9876
9877 #: builtin/merge.c:668
9878 msgid "Not handling anything other than two heads merge."
9879 msgstr ""
9880
9881 #: builtin/merge.c:682
9882 #, c-format
9883 msgid "Unknown option for merge-recursive: -X%s"
9884 msgstr ""
9885
9886 #: builtin/merge.c:697
9887 #, c-format
9888 msgid "unable to write %s"
9889 msgstr ""
9890
9891 #: builtin/merge.c:749
9892 #, c-format
9893 msgid "Could not read from '%s'"
9894 msgstr ""
9895
9896 #: builtin/merge.c:758
9897 #, c-format
9898 msgid "Not committing merge; use 'git commit' to complete the merge.\n"
9899 msgstr ""
9900
9901 #: builtin/merge.c:764
9902 #, c-format
9903 msgid ""
9904 "Please enter a commit message to explain why this merge is necessary,\n"
9905 "especially if it merges an updated upstream into a topic branch.\n"
9906 "\n"
9907 "Lines starting with '%c' will be ignored, and an empty message aborts\n"
9908 "the commit.\n"
9909 msgstr ""
9910
9911 #: builtin/merge.c:800
9912 msgid "Empty commit message."
9913 msgstr ""
9914
9915 #: builtin/merge.c:820
9916 #, c-format
9917 msgid "Wonderful.\n"
9918 msgstr ""
9919
9920 #: builtin/merge.c:873
9921 #, c-format
9922 msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
9923 msgstr ""
9924
9925 #: builtin/merge.c:912
9926 msgid "No current branch."
9927 msgstr ""
9928
9929 #: builtin/merge.c:914
9930 msgid "No remote for the current branch."
9931 msgstr ""
9932
9933 #: builtin/merge.c:916
9934 msgid "No default upstream defined for the current branch."
9935 msgstr ""
9936
9937 #: builtin/merge.c:921
9938 #, c-format
9939 msgid "No remote-tracking branch for %s from %s"
9940 msgstr ""
9941
9942 #: builtin/merge.c:974
9943 #, c-format
9944 msgid "Bad value '%s' in environment '%s'"
9945 msgstr ""
9946
9947 #: builtin/merge.c:1076
9948 #, c-format
9949 msgid "not something we can merge in %s: %s"
9950 msgstr ""
9951
9952 #: builtin/merge.c:1110
9953 msgid "not something we can merge"
9954 msgstr ""
9955
9956 #: builtin/merge.c:1212
9957 msgid "--abort expects no arguments"
9958 msgstr ""
9959
9960 #: builtin/merge.c:1216
9961 msgid "There is no merge to abort (MERGE_HEAD missing)."
9962 msgstr ""
9963
9964 #: builtin/merge.c:1228
9965 msgid "--continue expects no arguments"
9966 msgstr ""
9967
9968 #: builtin/merge.c:1232
9969 msgid "There is no merge in progress (MERGE_HEAD missing)."
9970 msgstr ""
9971
9972 #: builtin/merge.c:1248
9973 msgid ""
9974 "You have not concluded your merge (MERGE_HEAD exists).\n"
9975 "Please, commit your changes before you merge."
9976 msgstr ""
9977
9978 #: builtin/merge.c:1255
9979 msgid ""
9980 "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
9981 "Please, commit your changes before you merge."
9982 msgstr ""
9983
9984 #: builtin/merge.c:1258
9985 msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
9986 msgstr ""
9987
9988 #: builtin/merge.c:1267
9989 msgid "You cannot combine --squash with --no-ff."
9990 msgstr ""
9991
9992 #: builtin/merge.c:1275
9993 msgid "No commit specified and merge.defaultToUpstream not set."
9994 msgstr ""
9995
9996 #: builtin/merge.c:1292
9997 msgid "Squash commit into empty head not supported yet"
9998 msgstr ""
9999
10000 #: builtin/merge.c:1294
10001 msgid "Non-fast-forward commit does not make sense into an empty head"
10002 msgstr ""
10003
10004 #: builtin/merge.c:1299
10005 #, c-format
10006 msgid "%s - not something we can merge"
10007 msgstr ""
10008
10009 #: builtin/merge.c:1301
10010 msgid "Can merge only exactly one commit into empty head"
10011 msgstr ""
10012
10013 #: builtin/merge.c:1335
10014 #, c-format
10015 msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
10016 msgstr ""
10017
10018 #: builtin/merge.c:1338
10019 #, c-format
10020 msgid "Commit %s has a bad GPG signature allegedly by %s."
10021 msgstr ""
10022
10023 #: builtin/merge.c:1341
10024 #, c-format
10025 msgid "Commit %s does not have a GPG signature."
10026 msgstr ""
10027
10028 #: builtin/merge.c:1344
10029 #, c-format
10030 msgid "Commit %s has a good GPG signature by %s\n"
10031 msgstr ""
10032
10033 #: builtin/merge.c:1403
10034 msgid "refusing to merge unrelated histories"
10035 msgstr ""
10036
10037 #: builtin/merge.c:1412
10038 msgid "Already up to date."
10039 msgstr ""
10040
10041 #: builtin/merge.c:1422
10042 #, c-format
10043 msgid "Updating %s..%s\n"
10044 msgstr ""
10045
10046 #: builtin/merge.c:1463
10047 #, c-format
10048 msgid "Trying really trivial in-index merge...\n"
10049 msgstr ""
10050
10051 #: builtin/merge.c:1470
10052 #, c-format
10053 msgid "Nope.\n"
10054 msgstr ""
10055
10056 #: builtin/merge.c:1495
10057 msgid "Already up to date. Yeeah!"
10058 msgstr ""
10059
10060 #: builtin/merge.c:1501
10061 msgid "Not possible to fast-forward, aborting."
10062 msgstr ""
10063
10064 #: builtin/merge.c:1524 builtin/merge.c:1603
10065 #, c-format
10066 msgid "Rewinding the tree to pristine...\n"
10067 msgstr ""
10068
10069 #: builtin/merge.c:1528
10070 #, c-format
10071 msgid "Trying merge strategy %s...\n"
10072 msgstr ""
10073
10074 #: builtin/merge.c:1594
10075 #, c-format
10076 msgid "No merge strategy handled the merge.\n"
10077 msgstr ""
10078
10079 #: builtin/merge.c:1596
10080 #, c-format
10081 msgid "Merge with strategy %s failed.\n"
10082 msgstr ""
10083
10084 #: builtin/merge.c:1605
10085 #, c-format
10086 msgid "Using the %s to prepare resolving by hand.\n"
10087 msgstr ""
10088
10089 #: builtin/merge.c:1617
10090 #, c-format
10091 msgid "Automatic merge went well; stopped before committing as requested\n"
10092 msgstr ""
10093
10094 #: builtin/merge-base.c:30
10095 msgid "git merge-base [-a | --all] <commit> <commit>..."
10096 msgstr ""
10097
10098 #: builtin/merge-base.c:31
10099 msgid "git merge-base [-a | --all] --octopus <commit>..."
10100 msgstr ""
10101
10102 #: builtin/merge-base.c:32
10103 msgid "git merge-base --independent <commit>..."
10104 msgstr ""
10105
10106 #: builtin/merge-base.c:33
10107 msgid "git merge-base --is-ancestor <commit> <commit>"
10108 msgstr ""
10109
10110 #: builtin/merge-base.c:34
10111 msgid "git merge-base --fork-point <ref> [<commit>]"
10112 msgstr ""
10113
10114 #: builtin/merge-base.c:220
10115 msgid "output all common ancestors"
10116 msgstr ""
10117
10118 #: builtin/merge-base.c:222
10119 msgid "find ancestors for a single n-way merge"
10120 msgstr ""
10121
10122 #: builtin/merge-base.c:224
10123 msgid "list revs not reachable from others"
10124 msgstr ""
10125
10126 #: builtin/merge-base.c:226
10127 msgid "is the first one ancestor of the other?"
10128 msgstr ""
10129
10130 #: builtin/merge-base.c:228
10131 msgid "find where <commit> forked from reflog of <ref>"
10132 msgstr ""
10133
10134 #: builtin/merge-file.c:9
10135 msgid ""
10136 "git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
10137 "<orig-file> <file2>"
10138 msgstr ""
10139
10140 #: builtin/merge-file.c:33
10141 msgid "send results to standard output"
10142 msgstr ""
10143
10144 #: builtin/merge-file.c:34
10145 msgid "use a diff3 based merge"
10146 msgstr ""
10147
10148 #: builtin/merge-file.c:35
10149 msgid "for conflicts, use our version"
10150 msgstr ""
10151
10152 #: builtin/merge-file.c:37
10153 msgid "for conflicts, use their version"
10154 msgstr ""
10155
10156 #: builtin/merge-file.c:39
10157 msgid "for conflicts, use a union version"
10158 msgstr ""
10159
10160 #: builtin/merge-file.c:42
10161 msgid "for conflicts, use this marker size"
10162 msgstr ""
10163
10164 #: builtin/merge-file.c:43
10165 msgid "do not warn about conflicts"
10166 msgstr ""
10167
10168 #: builtin/merge-file.c:45
10169 msgid "set labels for file1/orig-file/file2"
10170 msgstr ""
10171
10172 #: builtin/merge-recursive.c:45
10173 #, c-format
10174 msgid "unknown option %s"
10175 msgstr ""
10176
10177 #: builtin/merge-recursive.c:51
10178 #, c-format
10179 msgid "could not parse object '%s'"
10180 msgstr ""
10181
10182 #: builtin/merge-recursive.c:55
10183 #, c-format
10184 msgid "cannot handle more than %d base. Ignoring %s."
10185 msgid_plural "cannot handle more than %d bases. Ignoring %s."
10186 msgstr[0] ""
10187 msgstr[1] ""
10188
10189 #: builtin/merge-recursive.c:63
10190 msgid "not handling anything other than two heads merge."
10191 msgstr ""
10192
10193 #: builtin/merge-recursive.c:69 builtin/merge-recursive.c:71
10194 #, c-format
10195 msgid "could not resolve ref '%s'"
10196 msgstr ""
10197
10198 #: builtin/merge-recursive.c:77
10199 #, c-format
10200 msgid "Merging %s with %s\n"
10201 msgstr ""
10202
10203 #: builtin/mktree.c:65
10204 msgid "git mktree [-z] [--missing] [--batch]"
10205 msgstr ""
10206
10207 #: builtin/mktree.c:153
10208 msgid "input is NUL terminated"
10209 msgstr ""
10210
10211 #: builtin/mktree.c:154 builtin/write-tree.c:25
10212 msgid "allow missing objects"
10213 msgstr ""
10214
10215 #: builtin/mktree.c:155
10216 msgid "allow creation of more than one tree"
10217 msgstr ""
10218
10219 #: builtin/mv.c:17
10220 msgid "git mv [<options>] <source>... <destination>"
10221 msgstr ""
10222
10223 #: builtin/mv.c:83
10224 #, c-format
10225 msgid "Directory %s is in index and no submodule?"
10226 msgstr ""
10227
10228 #: builtin/mv.c:85 builtin/rm.c:289
10229 msgid "Please stage your changes to .gitmodules or stash them to proceed"
10230 msgstr ""
10231
10232 #: builtin/mv.c:103
10233 #, c-format
10234 msgid "%.*s is in index"
10235 msgstr ""
10236
10237 #: builtin/mv.c:125
10238 msgid "force move/rename even if target exists"
10239 msgstr ""
10240
10241 #: builtin/mv.c:127
10242 msgid "skip move/rename errors"
10243 msgstr ""
10244
10245 #: builtin/mv.c:168
10246 #, c-format
10247 msgid "destination '%s' is not a directory"
10248 msgstr ""
10249
10250 #: builtin/mv.c:179
10251 #, c-format
10252 msgid "Checking rename of '%s' to '%s'\n"
10253 msgstr ""
10254
10255 #: builtin/mv.c:183
10256 msgid "bad source"
10257 msgstr ""
10258
10259 #: builtin/mv.c:186
10260 msgid "can not move directory into itself"
10261 msgstr ""
10262
10263 #: builtin/mv.c:189
10264 msgid "cannot move directory over file"
10265 msgstr ""
10266
10267 #: builtin/mv.c:198
10268 msgid "source directory is empty"
10269 msgstr ""
10270
10271 #: builtin/mv.c:223
10272 msgid "not under version control"
10273 msgstr ""
10274
10275 #: builtin/mv.c:226
10276 msgid "destination exists"
10277 msgstr ""
10278
10279 #: builtin/mv.c:234
10280 #, c-format
10281 msgid "overwriting '%s'"
10282 msgstr ""
10283
10284 #: builtin/mv.c:237
10285 msgid "Cannot overwrite"
10286 msgstr ""
10287
10288 #: builtin/mv.c:240
10289 msgid "multiple sources for the same target"
10290 msgstr ""
10291
10292 #: builtin/mv.c:242
10293 msgid "destination directory does not exist"
10294 msgstr ""
10295
10296 #: builtin/mv.c:249
10297 #, c-format
10298 msgid "%s, source=%s, destination=%s"
10299 msgstr ""
10300
10301 #: builtin/mv.c:270
10302 #, c-format
10303 msgid "Renaming %s to %s\n"
10304 msgstr ""
10305
10306 #: builtin/mv.c:276 builtin/remote.c:712 builtin/repack.c:394
10307 #, c-format
10308 msgid "renaming '%s' failed"
10309 msgstr ""
10310
10311 #: builtin/name-rev.c:338
10312 msgid "git name-rev [<options>] <commit>..."
10313 msgstr ""
10314
10315 #: builtin/name-rev.c:339
10316 msgid "git name-rev [<options>] --all"
10317 msgstr ""
10318
10319 #: builtin/name-rev.c:340
10320 msgid "git name-rev [<options>] --stdin"
10321 msgstr ""
10322
10323 #: builtin/name-rev.c:395
10324 msgid "print only names (no SHA-1)"
10325 msgstr ""
10326
10327 #: builtin/name-rev.c:396
10328 msgid "only use tags to name the commits"
10329 msgstr ""
10330
10331 #: builtin/name-rev.c:398
10332 msgid "only use refs matching <pattern>"
10333 msgstr ""
10334
10335 #: builtin/name-rev.c:400
10336 msgid "ignore refs matching <pattern>"
10337 msgstr ""
10338
10339 #: builtin/name-rev.c:402
10340 msgid "list all commits reachable from all refs"
10341 msgstr ""
10342
10343 #: builtin/name-rev.c:403
10344 msgid "read from stdin"
10345 msgstr ""
10346
10347 #: builtin/name-rev.c:404
10348 msgid "allow to print `undefined` names (default)"
10349 msgstr ""
10350
10351 #: builtin/name-rev.c:410
10352 msgid "dereference tags in the input (internal use)"
10353 msgstr ""
10354
10355 #: builtin/notes.c:26
10356 msgid "git notes [--ref <notes-ref>] [list [<object>]]"
10357 msgstr ""
10358
10359 #: builtin/notes.c:27
10360 msgid ""
10361 "git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
10362 "| (-c | -C) <object>] [<object>]"
10363 msgstr ""
10364
10365 #: builtin/notes.c:28
10366 msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
10367 msgstr ""
10368
10369 #: builtin/notes.c:29
10370 msgid ""
10371 "git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
10372 "(-c | -C) <object>] [<object>]"
10373 msgstr ""
10374
10375 #: builtin/notes.c:30
10376 msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
10377 msgstr ""
10378
10379 #: builtin/notes.c:31
10380 msgid "git notes [--ref <notes-ref>] show [<object>]"
10381 msgstr ""
10382
10383 #: builtin/notes.c:32
10384 msgid ""
10385 "git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
10386 msgstr ""
10387
10388 #: builtin/notes.c:33
10389 msgid "git notes merge --commit [-v | -q]"
10390 msgstr ""
10391
10392 #: builtin/notes.c:34
10393 msgid "git notes merge --abort [-v | -q]"
10394 msgstr ""
10395
10396 #: builtin/notes.c:35
10397 msgid "git notes [--ref <notes-ref>] remove [<object>...]"
10398 msgstr ""
10399
10400 #: builtin/notes.c:36
10401 msgid "git notes [--ref <notes-ref>] prune [-n] [-v]"
10402 msgstr ""
10403
10404 #: builtin/notes.c:37
10405 msgid "git notes [--ref <notes-ref>] get-ref"
10406 msgstr ""
10407
10408 #: builtin/notes.c:42
10409 msgid "git notes [list [<object>]]"
10410 msgstr ""
10411
10412 #: builtin/notes.c:47
10413 msgid "git notes add [<options>] [<object>]"
10414 msgstr ""
10415
10416 #: builtin/notes.c:52
10417 msgid "git notes copy [<options>] <from-object> <to-object>"
10418 msgstr ""
10419
10420 #: builtin/notes.c:53
10421 msgid "git notes copy --stdin [<from-object> <to-object>]..."
10422 msgstr ""
10423
10424 #: builtin/notes.c:58
10425 msgid "git notes append [<options>] [<object>]"
10426 msgstr ""
10427
10428 #: builtin/notes.c:63
10429 msgid "git notes edit [<object>]"
10430 msgstr ""
10431
10432 #: builtin/notes.c:68
10433 msgid "git notes show [<object>]"
10434 msgstr ""
10435
10436 #: builtin/notes.c:73
10437 msgid "git notes merge [<options>] <notes-ref>"
10438 msgstr ""
10439
10440 #: builtin/notes.c:74
10441 msgid "git notes merge --commit [<options>]"
10442 msgstr ""
10443
10444 #: builtin/notes.c:75
10445 msgid "git notes merge --abort [<options>]"
10446 msgstr ""
10447
10448 #: builtin/notes.c:80
10449 msgid "git notes remove [<object>]"
10450 msgstr ""
10451
10452 #: builtin/notes.c:85
10453 msgid "git notes prune [<options>]"
10454 msgstr ""
10455
10456 #: builtin/notes.c:90
10457 msgid "git notes get-ref"
10458 msgstr ""
10459
10460 #: builtin/notes.c:95
10461 msgid "Write/edit the notes for the following object:"
10462 msgstr ""
10463
10464 #: builtin/notes.c:148
10465 #, c-format
10466 msgid "unable to start 'show' for object '%s'"
10467 msgstr ""
10468
10469 #: builtin/notes.c:152
10470 msgid "could not read 'show' output"
10471 msgstr ""
10472
10473 #: builtin/notes.c:160
10474 #, c-format
10475 msgid "failed to finish 'show' for object '%s'"
10476 msgstr ""
10477
10478 #: builtin/notes.c:195
10479 msgid "please supply the note contents using either -m or -F option"
10480 msgstr ""
10481
10482 #: builtin/notes.c:204
10483 msgid "unable to write note object"
10484 msgstr ""
10485
10486 #: builtin/notes.c:206
10487 #, c-format
10488 msgid "the note contents have been left in %s"
10489 msgstr ""
10490
10491 #: builtin/notes.c:234 builtin/tag.c:506
10492 #, c-format
10493 msgid "cannot read '%s'"
10494 msgstr ""
10495
10496 #: builtin/notes.c:236 builtin/tag.c:509
10497 #, c-format
10498 msgid "could not open or read '%s'"
10499 msgstr ""
10500
10501 #: builtin/notes.c:255 builtin/notes.c:306 builtin/notes.c:308
10502 #: builtin/notes.c:376 builtin/notes.c:431 builtin/notes.c:517
10503 #: builtin/notes.c:522 builtin/notes.c:600 builtin/notes.c:662
10504 #, c-format
10505 msgid "failed to resolve '%s' as a valid ref."
10506 msgstr ""
10507
10508 #: builtin/notes.c:258
10509 #, c-format
10510 msgid "failed to read object '%s'."
10511 msgstr ""
10512
10513 #: builtin/notes.c:262
10514 #, c-format
10515 msgid "cannot read note data from non-blob object '%s'."
10516 msgstr ""
10517
10518 #: builtin/notes.c:302
10519 #, c-format
10520 msgid "malformed input line: '%s'."
10521 msgstr ""
10522
10523 #: builtin/notes.c:317
10524 #, c-format
10525 msgid "failed to copy notes from '%s' to '%s'"
10526 msgstr ""
10527
10528 #. TRANSLATORS: the first %s will be replaced by a git
10529 #. notes command: 'add', 'merge', 'remove', etc.
10530 #.
10531 #: builtin/notes.c:349
10532 #, c-format
10533 msgid "refusing to %s notes in %s (outside of refs/notes/)"
10534 msgstr ""
10535
10536 #: builtin/notes.c:369 builtin/notes.c:424 builtin/notes.c:500
10537 #: builtin/notes.c:512 builtin/notes.c:588 builtin/notes.c:655
10538 #: builtin/notes.c:805 builtin/notes.c:952 builtin/notes.c:973
10539 msgid "too many parameters"
10540 msgstr ""
10541
10542 #: builtin/notes.c:382 builtin/notes.c:668
10543 #, c-format
10544 msgid "no note found for object %s."
10545 msgstr ""
10546
10547 #: builtin/notes.c:403 builtin/notes.c:566
10548 msgid "note contents as a string"
10549 msgstr ""
10550
10551 #: builtin/notes.c:406 builtin/notes.c:569
10552 msgid "note contents in a file"
10553 msgstr ""
10554
10555 #: builtin/notes.c:409 builtin/notes.c:572
10556 msgid "reuse and edit specified note object"
10557 msgstr ""
10558
10559 #: builtin/notes.c:412 builtin/notes.c:575
10560 msgid "reuse specified note object"
10561 msgstr ""
10562
10563 #: builtin/notes.c:415 builtin/notes.c:578
10564 msgid "allow storing empty note"
10565 msgstr ""
10566
10567 #: builtin/notes.c:416 builtin/notes.c:487
10568 msgid "replace existing notes"
10569 msgstr ""
10570
10571 #: builtin/notes.c:441
10572 #, c-format
10573 msgid ""
10574 "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
10575 "existing notes"
10576 msgstr ""
10577
10578 #: builtin/notes.c:456 builtin/notes.c:535
10579 #, c-format
10580 msgid "Overwriting existing notes for object %s\n"
10581 msgstr ""
10582
10583 #: builtin/notes.c:467 builtin/notes.c:627 builtin/notes.c:892
10584 #, c-format
10585 msgid "Removing note for object %s\n"
10586 msgstr ""
10587
10588 #: builtin/notes.c:488
10589 msgid "read objects from stdin"
10590 msgstr ""
10591
10592 #: builtin/notes.c:490
10593 msgid "load rewriting config for <command> (implies --stdin)"
10594 msgstr ""
10595
10596 #: builtin/notes.c:508
10597 msgid "too few parameters"
10598 msgstr ""
10599
10600 #: builtin/notes.c:529
10601 #, c-format
10602 msgid ""
10603 "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
10604 "existing notes"
10605 msgstr ""
10606
10607 #: builtin/notes.c:541
10608 #, c-format
10609 msgid "missing notes on source object %s. Cannot copy."
10610 msgstr ""
10611
10612 #: builtin/notes.c:593
10613 #, c-format
10614 msgid ""
10615 "The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
10616 "Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
10617 msgstr ""
10618
10619 #: builtin/notes.c:688
10620 msgid "failed to delete ref NOTES_MERGE_PARTIAL"
10621 msgstr ""
10622
10623 #: builtin/notes.c:690
10624 msgid "failed to delete ref NOTES_MERGE_REF"
10625 msgstr ""
10626
10627 #: builtin/notes.c:692
10628 msgid "failed to remove 'git notes merge' worktree"
10629 msgstr ""
10630
10631 #: builtin/notes.c:712
10632 msgid "failed to read ref NOTES_MERGE_PARTIAL"
10633 msgstr ""
10634
10635 #: builtin/notes.c:714
10636 msgid "could not find commit from NOTES_MERGE_PARTIAL."
10637 msgstr ""
10638
10639 #: builtin/notes.c:716
10640 msgid "could not parse commit from NOTES_MERGE_PARTIAL."
10641 msgstr ""
10642
10643 #: builtin/notes.c:729
10644 msgid "failed to resolve NOTES_MERGE_REF"
10645 msgstr ""
10646
10647 #: builtin/notes.c:732
10648 msgid "failed to finalize notes merge"
10649 msgstr ""
10650
10651 #: builtin/notes.c:758
10652 #, c-format
10653 msgid "unknown notes merge strategy %s"
10654 msgstr ""
10655
10656 #: builtin/notes.c:774
10657 msgid "General options"
10658 msgstr ""
10659
10660 #: builtin/notes.c:776
10661 msgid "Merge options"
10662 msgstr ""
10663
10664 #: builtin/notes.c:778
10665 msgid ""
10666 "resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
10667 "cat_sort_uniq)"
10668 msgstr ""
10669
10670 #: builtin/notes.c:780
10671 msgid "Committing unmerged notes"
10672 msgstr ""
10673
10674 #: builtin/notes.c:782
10675 msgid "finalize notes merge by committing unmerged notes"
10676 msgstr ""
10677
10678 #: builtin/notes.c:784
10679 msgid "Aborting notes merge resolution"
10680 msgstr ""
10681
10682 #: builtin/notes.c:786
10683 msgid "abort notes merge"
10684 msgstr ""
10685
10686 #: builtin/notes.c:797
10687 msgid "cannot mix --commit, --abort or -s/--strategy"
10688 msgstr ""
10689
10690 #: builtin/notes.c:802
10691 msgid "must specify a notes ref to merge"
10692 msgstr ""
10693
10694 #: builtin/notes.c:826
10695 #, c-format
10696 msgid "unknown -s/--strategy: %s"
10697 msgstr ""
10698
10699 #: builtin/notes.c:863
10700 #, c-format
10701 msgid "a notes merge into %s is already in-progress at %s"
10702 msgstr ""
10703
10704 #: builtin/notes.c:866
10705 #, c-format
10706 msgid "failed to store link to current notes ref (%s)"
10707 msgstr ""
10708
10709 #: builtin/notes.c:868
10710 #, c-format
10711 msgid ""
10712 "Automatic notes merge failed. Fix conflicts in %s and commit the result with "
10713 "'git notes merge --commit', or abort the merge with 'git notes merge --"
10714 "abort'.\n"
10715 msgstr ""
10716
10717 #: builtin/notes.c:890
10718 #, c-format
10719 msgid "Object %s has no note\n"
10720 msgstr ""
10721
10722 #: builtin/notes.c:902
10723 msgid "attempt to remove non-existent note is not an error"
10724 msgstr ""
10725
10726 #: builtin/notes.c:905
10727 msgid "read object names from the standard input"
10728 msgstr ""
10729
10730 #: builtin/notes.c:943 builtin/prune.c:106 builtin/worktree.c:160
10731 msgid "do not remove, show only"
10732 msgstr ""
10733
10734 #: builtin/notes.c:944
10735 msgid "report pruned notes"
10736 msgstr ""
10737
10738 #: builtin/notes.c:986
10739 msgid "notes-ref"
10740 msgstr ""
10741
10742 #: builtin/notes.c:987
10743 msgid "use notes from <notes-ref>"
10744 msgstr ""
10745
10746 #: builtin/notes.c:1022
10747 #, c-format
10748 msgid "unknown subcommand: %s"
10749 msgstr ""
10750
10751 #: builtin/pack-objects.c:33
10752 msgid ""
10753 "git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
10754 msgstr ""
10755
10756 #: builtin/pack-objects.c:34
10757 msgid ""
10758 "git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
10759 msgstr ""
10760
10761 #: builtin/pack-objects.c:195 builtin/pack-objects.c:198
10762 #, c-format
10763 msgid "deflate error (%d)"
10764 msgstr ""
10765
10766 #: builtin/pack-objects.c:791
10767 msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
10768 msgstr ""
10769
10770 #: builtin/pack-objects.c:804
10771 msgid "Writing objects"
10772 msgstr ""
10773
10774 #: builtin/pack-objects.c:1084
10775 msgid "disabling bitmap writing, as some objects are not being packed"
10776 msgstr ""
10777
10778 #: builtin/pack-objects.c:2454
10779 msgid "Compressing objects"
10780 msgstr ""
10781
10782 #: builtin/pack-objects.c:2625
10783 msgid "invalid value for --missing"
10784 msgstr ""
10785
10786 #: builtin/pack-objects.c:2928
10787 #, c-format
10788 msgid "unsupported index version %s"
10789 msgstr ""
10790
10791 #: builtin/pack-objects.c:2932
10792 #, c-format
10793 msgid "bad index version '%s'"
10794 msgstr ""
10795
10796 #: builtin/pack-objects.c:2962
10797 msgid "do not show progress meter"
10798 msgstr ""
10799
10800 #: builtin/pack-objects.c:2964
10801 msgid "show progress meter"
10802 msgstr ""
10803
10804 #: builtin/pack-objects.c:2966
10805 msgid "show progress meter during object writing phase"
10806 msgstr ""
10807
10808 #: builtin/pack-objects.c:2969
10809 msgid "similar to --all-progress when progress meter is shown"
10810 msgstr ""
10811
10812 #: builtin/pack-objects.c:2970
10813 msgid "version[,offset]"
10814 msgstr ""
10815
10816 #: builtin/pack-objects.c:2971
10817 msgid "write the pack index file in the specified idx format version"
10818 msgstr ""
10819
10820 #: builtin/pack-objects.c:2974
10821 msgid "maximum size of each output pack file"
10822 msgstr ""
10823
10824 #: builtin/pack-objects.c:2976
10825 msgid "ignore borrowed objects from alternate object store"
10826 msgstr ""
10827
10828 #: builtin/pack-objects.c:2978
10829 msgid "ignore packed objects"
10830 msgstr ""
10831
10832 #: builtin/pack-objects.c:2980
10833 msgid "limit pack window by objects"
10834 msgstr ""
10835
10836 #: builtin/pack-objects.c:2982
10837 msgid "limit pack window by memory in addition to object limit"
10838 msgstr ""
10839
10840 #: builtin/pack-objects.c:2984
10841 msgid "maximum length of delta chain allowed in the resulting pack"
10842 msgstr ""
10843
10844 #: builtin/pack-objects.c:2986
10845 msgid "reuse existing deltas"
10846 msgstr ""
10847
10848 #: builtin/pack-objects.c:2988
10849 msgid "reuse existing objects"
10850 msgstr ""
10851
10852 #: builtin/pack-objects.c:2990
10853 msgid "use OFS_DELTA objects"
10854 msgstr ""
10855
10856 #: builtin/pack-objects.c:2992
10857 msgid "use threads when searching for best delta matches"
10858 msgstr ""
10859
10860 #: builtin/pack-objects.c:2994
10861 msgid "do not create an empty pack output"
10862 msgstr ""
10863
10864 #: builtin/pack-objects.c:2996
10865 msgid "read revision arguments from standard input"
10866 msgstr ""
10867
10868 #: builtin/pack-objects.c:2998
10869 msgid "limit the objects to those that are not yet packed"
10870 msgstr ""
10871
10872 #: builtin/pack-objects.c:3001
10873 msgid "include objects reachable from any reference"
10874 msgstr ""
10875
10876 #: builtin/pack-objects.c:3004
10877 msgid "include objects referred by reflog entries"
10878 msgstr ""
10879
10880 #: builtin/pack-objects.c:3007
10881 msgid "include objects referred to by the index"
10882 msgstr ""
10883
10884 #: builtin/pack-objects.c:3010
10885 msgid "output pack to stdout"
10886 msgstr ""
10887
10888 #: builtin/pack-objects.c:3012
10889 msgid "include tag objects that refer to objects to be packed"
10890 msgstr ""
10891
10892 #: builtin/pack-objects.c:3014
10893 msgid "keep unreachable objects"
10894 msgstr ""
10895
10896 #: builtin/pack-objects.c:3016
10897 msgid "pack loose unreachable objects"
10898 msgstr ""
10899
10900 #: builtin/pack-objects.c:3018
10901 msgid "unpack unreachable objects newer than <time>"
10902 msgstr ""
10903
10904 #: builtin/pack-objects.c:3021
10905 msgid "create thin packs"
10906 msgstr ""
10907
10908 #: builtin/pack-objects.c:3023
10909 msgid "create packs suitable for shallow fetches"
10910 msgstr ""
10911
10912 #: builtin/pack-objects.c:3025
10913 msgid "ignore packs that have companion .keep file"
10914 msgstr ""
10915
10916 #: builtin/pack-objects.c:3027
10917 msgid "pack compression level"
10918 msgstr ""
10919
10920 #: builtin/pack-objects.c:3029
10921 msgid "do not hide commits by grafts"
10922 msgstr ""
10923
10924 #: builtin/pack-objects.c:3031
10925 msgid "use a bitmap index if available to speed up counting objects"
10926 msgstr ""
10927
10928 #: builtin/pack-objects.c:3033
10929 msgid "write a bitmap index together with the pack index"
10930 msgstr ""
10931
10932 #: builtin/pack-objects.c:3036
10933 msgid "handling for missing objects"
10934 msgstr ""
10935
10936 #: builtin/pack-objects.c:3039
10937 msgid "do not pack objects in promisor packfiles"
10938 msgstr ""
10939
10940 #: builtin/pack-objects.c:3178
10941 msgid "Counting objects"
10942 msgstr ""
10943
10944 #: builtin/pack-refs.c:6
10945 msgid "git pack-refs [<options>]"
10946 msgstr ""
10947
10948 #: builtin/pack-refs.c:14
10949 msgid "pack everything"
10950 msgstr ""
10951
10952 #: builtin/pack-refs.c:15
10953 msgid "prune loose refs (default)"
10954 msgstr ""
10955
10956 #: builtin/prune-packed.c:8
10957 msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
10958 msgstr ""
10959
10960 #: builtin/prune-packed.c:41
10961 msgid "Removing duplicate objects"
10962 msgstr ""
10963
10964 #: builtin/prune.c:11
10965 msgid "git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"
10966 msgstr ""
10967
10968 #: builtin/prune.c:107
10969 msgid "report pruned objects"
10970 msgstr ""
10971
10972 #: builtin/prune.c:110
10973 msgid "expire objects older than <time>"
10974 msgstr ""
10975
10976 #: builtin/prune.c:112
10977 msgid "limit traversal to objects outside promisor packfiles"
10978 msgstr ""
10979
10980 #: builtin/prune.c:126
10981 msgid "cannot prune in a precious-objects repo"
10982 msgstr ""
10983
10984 #: builtin/pull.c:54 builtin/pull.c:56
10985 #, c-format
10986 msgid "Invalid value for %s: %s"
10987 msgstr ""
10988
10989 #: builtin/pull.c:76
10990 msgid "git pull [<options>] [<repository> [<refspec>...]]"
10991 msgstr ""
10992
10993 #: builtin/pull.c:127
10994 msgid "control for recursive fetching of submodules"
10995 msgstr ""
10996
10997 #: builtin/pull.c:131
10998 msgid "Options related to merging"
10999 msgstr ""
11000
11001 #: builtin/pull.c:134
11002 msgid "incorporate changes by rebasing rather than merging"
11003 msgstr ""
11004
11005 #: builtin/pull.c:161 builtin/rebase--helper.c:23 builtin/revert.c:121
11006 msgid "allow fast-forward"
11007 msgstr ""
11008
11009 #: builtin/pull.c:170
11010 msgid "automatically stash/stash pop before and after rebase"
11011 msgstr ""
11012
11013 #: builtin/pull.c:186
11014 msgid "Options related to fetching"
11015 msgstr ""
11016
11017 #: builtin/pull.c:204
11018 msgid "number of submodules pulled in parallel"
11019 msgstr ""
11020
11021 #: builtin/pull.c:299
11022 #, c-format
11023 msgid "Invalid value for pull.ff: %s"
11024 msgstr ""
11025
11026 #: builtin/pull.c:415
11027 msgid ""
11028 "There is no candidate for rebasing against among the refs that you just "
11029 "fetched."
11030 msgstr ""
11031
11032 #: builtin/pull.c:417
11033 msgid ""
11034 "There are no candidates for merging among the refs that you just fetched."
11035 msgstr ""
11036
11037 #: builtin/pull.c:418
11038 msgid ""
11039 "Generally this means that you provided a wildcard refspec which had no\n"
11040 "matches on the remote end."
11041 msgstr ""
11042
11043 #: builtin/pull.c:421
11044 #, c-format
11045 msgid ""
11046 "You asked to pull from the remote '%s', but did not specify\n"
11047 "a branch. Because this is not the default configured remote\n"
11048 "for your current branch, you must specify a branch on the command line."
11049 msgstr ""
11050
11051 #: builtin/pull.c:426 git-parse-remote.sh:73
11052 msgid "You are not currently on a branch."
11053 msgstr ""
11054
11055 #: builtin/pull.c:428 builtin/pull.c:443 git-parse-remote.sh:79
11056 msgid "Please specify which branch you want to rebase against."
11057 msgstr ""
11058
11059 #: builtin/pull.c:430 builtin/pull.c:445 git-parse-remote.sh:82
11060 msgid "Please specify which branch you want to merge with."
11061 msgstr ""
11062
11063 #: builtin/pull.c:431 builtin/pull.c:446
11064 msgid "See git-pull(1) for details."
11065 msgstr ""
11066
11067 #: builtin/pull.c:433 builtin/pull.c:439 builtin/pull.c:448
11068 #: git-parse-remote.sh:64
11069 msgid "<remote>"
11070 msgstr ""
11071
11072 #: builtin/pull.c:433 builtin/pull.c:448 builtin/pull.c:453 git-rebase.sh:477
11073 #: git-parse-remote.sh:65
11074 msgid "<branch>"
11075 msgstr ""
11076
11077 #: builtin/pull.c:441 git-parse-remote.sh:75
11078 msgid "There is no tracking information for the current branch."
11079 msgstr ""
11080
11081 #: builtin/pull.c:450 git-parse-remote.sh:95
11082 msgid ""
11083 "If you wish to set tracking information for this branch you can do so with:"
11084 msgstr ""
11085
11086 #: builtin/pull.c:455
11087 #, c-format
11088 msgid ""
11089 "Your configuration specifies to merge with the ref '%s'\n"
11090 "from the remote, but no such ref was fetched."
11091 msgstr ""
11092
11093 #: builtin/pull.c:819
11094 msgid "ignoring --verify-signatures for rebase"
11095 msgstr ""
11096
11097 #: builtin/pull.c:867
11098 msgid "--[no-]autostash option is only valid with --rebase."
11099 msgstr ""
11100
11101 #: builtin/pull.c:875
11102 msgid "Updating an unborn branch with changes added to the index."
11103 msgstr ""
11104
11105 #: builtin/pull.c:878
11106 msgid "pull with rebase"
11107 msgstr ""
11108
11109 #: builtin/pull.c:879
11110 msgid "please commit or stash them."
11111 msgstr ""
11112
11113 #: builtin/pull.c:904
11114 #, c-format
11115 msgid ""
11116 "fetch updated the current branch head.\n"
11117 "fast-forwarding your working tree from\n"
11118 "commit %s."
11119 msgstr ""
11120
11121 #: builtin/pull.c:909
11122 #, c-format
11123 msgid ""
11124 "Cannot fast-forward your working tree.\n"
11125 "After making sure that you saved anything precious from\n"
11126 "$ git diff %s\n"
11127 "output, run\n"
11128 "$ git reset --hard\n"
11129 "to recover."
11130 msgstr ""
11131
11132 #: builtin/pull.c:924
11133 msgid "Cannot merge multiple branches into empty head."
11134 msgstr ""
11135
11136 #: builtin/pull.c:928
11137 msgid "Cannot rebase onto multiple branches."
11138 msgstr ""
11139
11140 #: builtin/pull.c:935
11141 msgid "cannot rebase with locally recorded submodule modifications"
11142 msgstr ""
11143
11144 #: builtin/push.c:17
11145 msgid "git push [<options>] [<repository> [<refspec>...]]"
11146 msgstr ""
11147
11148 #: builtin/push.c:92
11149 msgid "tag shorthand without <tag>"
11150 msgstr ""
11151
11152 #: builtin/push.c:102
11153 msgid "--delete only accepts plain target ref names"
11154 msgstr ""
11155
11156 #: builtin/push.c:146
11157 msgid ""
11158 "\n"
11159 "To choose either option permanently, see push.default in 'git help config'."
11160 msgstr ""
11161
11162 #: builtin/push.c:149
11163 #, c-format
11164 msgid ""
11165 "The upstream branch of your current branch does not match\n"
11166 "the name of your current branch. To push to the upstream branch\n"
11167 "on the remote, use\n"
11168 "\n"
11169 " git push %s HEAD:%s\n"
11170 "\n"
11171 "To push to the branch of the same name on the remote, use\n"
11172 "\n"
11173 " git push %s %s\n"
11174 "%s"
11175 msgstr ""
11176
11177 #: builtin/push.c:164
11178 #, c-format
11179 msgid ""
11180 "You are not currently on a branch.\n"
11181 "To push the history leading to the current (detached HEAD)\n"
11182 "state now, use\n"
11183 "\n"
11184 " git push %s HEAD:<name-of-remote-branch>\n"
11185 msgstr ""
11186
11187 #: builtin/push.c:178
11188 #, c-format
11189 msgid ""
11190 "The current branch %s has no upstream branch.\n"
11191 "To push the current branch and set the remote as upstream, use\n"
11192 "\n"
11193 " git push --set-upstream %s %s\n"
11194 msgstr ""
11195
11196 #: builtin/push.c:186
11197 #, c-format
11198 msgid "The current branch %s has multiple upstream branches, refusing to push."
11199 msgstr ""
11200
11201 #: builtin/push.c:189
11202 #, c-format
11203 msgid ""
11204 "You are pushing to remote '%s', which is not the upstream of\n"
11205 "your current branch '%s', without telling me what to push\n"
11206 "to update which remote branch."
11207 msgstr ""
11208
11209 #: builtin/push.c:248
11210 msgid ""
11211 "You didn't specify any refspecs to push, and push.default is \"nothing\"."
11212 msgstr ""
11213
11214 #: builtin/push.c:255
11215 msgid ""
11216 "Updates were rejected because the tip of your current branch is behind\n"
11217 "its remote counterpart. Integrate the remote changes (e.g.\n"
11218 "'git pull ...') before pushing again.\n"
11219 "See the 'Note about fast-forwards' in 'git push --help' for details."
11220 msgstr ""
11221
11222 #: builtin/push.c:261
11223 msgid ""
11224 "Updates were rejected because a pushed branch tip is behind its remote\n"
11225 "counterpart. Check out this branch and integrate the remote changes\n"
11226 "(e.g. 'git pull ...') before pushing again.\n"
11227 "See the 'Note about fast-forwards' in 'git push --help' for details."
11228 msgstr ""
11229
11230 #: builtin/push.c:267
11231 msgid ""
11232 "Updates were rejected because the remote contains work that you do\n"
11233 "not have locally. This is usually caused by another repository pushing\n"
11234 "to the same ref. You may want to first integrate the remote changes\n"
11235 "(e.g., 'git pull ...') before pushing again.\n"
11236 "See the 'Note about fast-forwards' in 'git push --help' for details."
11237 msgstr ""
11238
11239 #: builtin/push.c:274
11240 msgid "Updates were rejected because the tag already exists in the remote."
11241 msgstr ""
11242
11243 #: builtin/push.c:277
11244 msgid ""
11245 "You cannot update a remote ref that points at a non-commit object,\n"
11246 "or update a remote ref to make it point at a non-commit object,\n"
11247 "without using the '--force' option.\n"
11248 msgstr ""
11249
11250 #: builtin/push.c:337
11251 #, c-format
11252 msgid "Pushing to %s\n"
11253 msgstr ""
11254
11255 #: builtin/push.c:341
11256 #, c-format
11257 msgid "failed to push some refs to '%s'"
11258 msgstr ""
11259
11260 #: builtin/push.c:372
11261 #, c-format
11262 msgid "bad repository '%s'"
11263 msgstr ""
11264
11265 #: builtin/push.c:373
11266 msgid ""
11267 "No configured push destination.\n"
11268 "Either specify the URL from the command-line or configure a remote "
11269 "repository using\n"
11270 "\n"
11271 " git remote add <name> <url>\n"
11272 "\n"
11273 "and then push using the remote name\n"
11274 "\n"
11275 " git push <name>\n"
11276 msgstr ""
11277
11278 #: builtin/push.c:391
11279 msgid "--all and --tags are incompatible"
11280 msgstr ""
11281
11282 #: builtin/push.c:392
11283 msgid "--all can't be combined with refspecs"
11284 msgstr ""
11285
11286 #: builtin/push.c:397
11287 msgid "--mirror and --tags are incompatible"
11288 msgstr ""
11289
11290 #: builtin/push.c:398
11291 msgid "--mirror can't be combined with refspecs"
11292 msgstr ""
11293
11294 #: builtin/push.c:403
11295 msgid "--all and --mirror are incompatible"
11296 msgstr ""
11297
11298 #: builtin/push.c:535
11299 msgid "repository"
11300 msgstr ""
11301
11302 #: builtin/push.c:536 builtin/send-pack.c:163
11303 msgid "push all refs"
11304 msgstr ""
11305
11306 #: builtin/push.c:537 builtin/send-pack.c:165
11307 msgid "mirror all refs"
11308 msgstr ""
11309
11310 #: builtin/push.c:539
11311 msgid "delete refs"
11312 msgstr ""
11313
11314 #: builtin/push.c:540
11315 msgid "push tags (can't be used with --all or --mirror)"
11316 msgstr ""
11317
11318 #: builtin/push.c:543 builtin/send-pack.c:166
11319 msgid "force updates"
11320 msgstr ""
11321
11322 #: builtin/push.c:545 builtin/send-pack.c:180
11323 msgid "refname>:<expect"
11324 msgstr ""
11325
11326 #: builtin/push.c:546 builtin/send-pack.c:181
11327 msgid "require old value of ref to be at this value"
11328 msgstr ""
11329
11330 #: builtin/push.c:549
11331 msgid "control recursive pushing of submodules"
11332 msgstr ""
11333
11334 #: builtin/push.c:551 builtin/send-pack.c:174
11335 msgid "use thin pack"
11336 msgstr ""
11337
11338 #: builtin/push.c:552 builtin/push.c:553 builtin/send-pack.c:160
11339 #: builtin/send-pack.c:161
11340 msgid "receive pack program"
11341 msgstr ""
11342
11343 #: builtin/push.c:554
11344 msgid "set upstream for git pull/status"
11345 msgstr ""
11346
11347 #: builtin/push.c:557
11348 msgid "prune locally removed refs"
11349 msgstr ""
11350
11351 #: builtin/push.c:559
11352 msgid "bypass pre-push hook"
11353 msgstr ""
11354
11355 #: builtin/push.c:560
11356 msgid "push missing but relevant tags"
11357 msgstr ""
11358
11359 #: builtin/push.c:563 builtin/send-pack.c:168
11360 msgid "GPG sign the push"
11361 msgstr ""
11362
11363 #: builtin/push.c:565 builtin/send-pack.c:175
11364 msgid "request atomic transaction on remote side"
11365 msgstr ""
11366
11367 #: builtin/push.c:566 builtin/send-pack.c:171
11368 msgid "server-specific"
11369 msgstr ""
11370
11371 #: builtin/push.c:566 builtin/send-pack.c:172
11372 msgid "option to transmit"
11373 msgstr ""
11374
11375 #: builtin/push.c:583
11376 msgid "--delete is incompatible with --all, --mirror and --tags"
11377 msgstr ""
11378
11379 #: builtin/push.c:585
11380 msgid "--delete doesn't make sense without any refs"
11381 msgstr ""
11382
11383 #: builtin/push.c:604
11384 msgid "push options must not have new line characters"
11385 msgstr ""
11386
11387 #: builtin/read-tree.c:40
11388 msgid ""
11389 "git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
11390 "[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
11391 "index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
11392 msgstr ""
11393
11394 #: builtin/read-tree.c:121
11395 msgid "write resulting index to <file>"
11396 msgstr ""
11397
11398 #: builtin/read-tree.c:124
11399 msgid "only empty the index"
11400 msgstr ""
11401
11402 #: builtin/read-tree.c:126
11403 msgid "Merging"
11404 msgstr ""
11405
11406 #: builtin/read-tree.c:128
11407 msgid "perform a merge in addition to a read"
11408 msgstr ""
11409
11410 #: builtin/read-tree.c:130
11411 msgid "3-way merge if no file level merging required"
11412 msgstr ""
11413
11414 #: builtin/read-tree.c:132
11415 msgid "3-way merge in presence of adds and removes"
11416 msgstr ""
11417
11418 #: builtin/read-tree.c:134
11419 msgid "same as -m, but discard unmerged entries"
11420 msgstr ""
11421
11422 #: builtin/read-tree.c:135
11423 msgid "<subdirectory>/"
11424 msgstr ""
11425
11426 #: builtin/read-tree.c:136
11427 msgid "read the tree into the index under <subdirectory>/"
11428 msgstr ""
11429
11430 #: builtin/read-tree.c:139
11431 msgid "update working tree with merge result"
11432 msgstr ""
11433
11434 #: builtin/read-tree.c:141
11435 msgid "gitignore"
11436 msgstr ""
11437
11438 #: builtin/read-tree.c:142
11439 msgid "allow explicitly ignored files to be overwritten"
11440 msgstr ""
11441
11442 #: builtin/read-tree.c:145
11443 msgid "don't check the working tree after merging"
11444 msgstr ""
11445
11446 #: builtin/read-tree.c:146
11447 msgid "don't update the index or the work tree"
11448 msgstr ""
11449
11450 #: builtin/read-tree.c:148
11451 msgid "skip applying sparse checkout filter"
11452 msgstr ""
11453
11454 #: builtin/read-tree.c:150
11455 msgid "debug unpack-trees"
11456 msgstr ""
11457
11458 #: builtin/rebase--helper.c:8
11459 msgid "git rebase--helper [<options>]"
11460 msgstr ""
11461
11462 #: builtin/rebase--helper.c:24
11463 msgid "keep empty commits"
11464 msgstr ""
11465
11466 #: builtin/rebase--helper.c:26 builtin/revert.c:123
11467 msgid "allow commits with empty messages"
11468 msgstr ""
11469
11470 #: builtin/rebase--helper.c:27
11471 msgid "continue rebase"
11472 msgstr ""
11473
11474 #: builtin/rebase--helper.c:29
11475 msgid "abort rebase"
11476 msgstr ""
11477
11478 #: builtin/rebase--helper.c:32
11479 msgid "make rebase script"
11480 msgstr ""
11481
11482 #: builtin/rebase--helper.c:34
11483 msgid "shorten commit ids in the todo list"
11484 msgstr ""
11485
11486 #: builtin/rebase--helper.c:36
11487 msgid "expand commit ids in the todo list"
11488 msgstr ""
11489
11490 #: builtin/rebase--helper.c:38
11491 msgid "check the todo list"
11492 msgstr ""
11493
11494 #: builtin/rebase--helper.c:40
11495 msgid "skip unnecessary picks"
11496 msgstr ""
11497
11498 #: builtin/rebase--helper.c:42
11499 msgid "rearrange fixup/squash lines"
11500 msgstr ""
11501
11502 #: builtin/rebase--helper.c:44
11503 msgid "insert exec commands in todo list"
11504 msgstr ""
11505
11506 #: builtin/receive-pack.c:30
11507 msgid "git receive-pack <git-dir>"
11508 msgstr ""
11509
11510 #: builtin/receive-pack.c:841
11511 msgid ""
11512 "By default, updating the current branch in a non-bare repository\n"
11513 "is denied, because it will make the index and work tree inconsistent\n"
11514 "with what you pushed, and will require 'git reset --hard' to match\n"
11515 "the work tree to HEAD.\n"
11516 "\n"
11517 "You can set the 'receive.denyCurrentBranch' configuration variable\n"
11518 "to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
11519 "its current branch; however, this is not recommended unless you\n"
11520 "arranged to update its work tree to match what you pushed in some\n"
11521 "other way.\n"
11522 "\n"
11523 "To squelch this message and still keep the default behaviour, set\n"
11524 "'receive.denyCurrentBranch' configuration variable to 'refuse'."
11525 msgstr ""
11526
11527 #: builtin/receive-pack.c:861
11528 msgid ""
11529 "By default, deleting the current branch is denied, because the next\n"
11530 "'git clone' won't result in any file checked out, causing confusion.\n"
11531 "\n"
11532 "You can set 'receive.denyDeleteCurrent' configuration variable to\n"
11533 "'warn' or 'ignore' in the remote repository to allow deleting the\n"
11534 "current branch, with or without a warning message.\n"
11535 "\n"
11536 "To squelch this message, you can set it to 'refuse'."
11537 msgstr ""
11538
11539 #: builtin/receive-pack.c:1934
11540 msgid "quiet"
11541 msgstr ""
11542
11543 #: builtin/receive-pack.c:1948
11544 msgid "You must specify a directory."
11545 msgstr ""
11546
11547 #: builtin/reflog.c:532 builtin/reflog.c:537
11548 #, c-format
11549 msgid "'%s' is not a valid timestamp"
11550 msgstr ""
11551
11552 #: builtin/remote.c:13
11553 msgid "git remote [-v | --verbose]"
11554 msgstr ""
11555
11556 #: builtin/remote.c:14
11557 msgid ""
11558 "git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
11559 "mirror=<fetch|push>] <name> <url>"
11560 msgstr ""
11561
11562 #: builtin/remote.c:15 builtin/remote.c:35
11563 msgid "git remote rename <old> <new>"
11564 msgstr ""
11565
11566 #: builtin/remote.c:16 builtin/remote.c:40
11567 msgid "git remote remove <name>"
11568 msgstr ""
11569
11570 #: builtin/remote.c:17 builtin/remote.c:45
11571 msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
11572 msgstr ""
11573
11574 #: builtin/remote.c:18
11575 msgid "git remote [-v | --verbose] show [-n] <name>"
11576 msgstr ""
11577
11578 #: builtin/remote.c:19
11579 msgid "git remote prune [-n | --dry-run] <name>"
11580 msgstr ""
11581
11582 #: builtin/remote.c:20
11583 msgid ""
11584 "git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
11585 msgstr ""
11586
11587 #: builtin/remote.c:21
11588 msgid "git remote set-branches [--add] <name> <branch>..."
11589 msgstr ""
11590
11591 #: builtin/remote.c:22 builtin/remote.c:71
11592 msgid "git remote get-url [--push] [--all] <name>"
11593 msgstr ""
11594
11595 #: builtin/remote.c:23 builtin/remote.c:76
11596 msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
11597 msgstr ""
11598
11599 #: builtin/remote.c:24 builtin/remote.c:77
11600 msgid "git remote set-url --add <name> <newurl>"
11601 msgstr ""
11602
11603 #: builtin/remote.c:25 builtin/remote.c:78
11604 msgid "git remote set-url --delete <name> <url>"
11605 msgstr ""
11606
11607 #: builtin/remote.c:30
11608 msgid "git remote add [<options>] <name> <url>"
11609 msgstr ""
11610
11611 #: builtin/remote.c:50
11612 msgid "git remote set-branches <name> <branch>..."
11613 msgstr ""
11614
11615 #: builtin/remote.c:51
11616 msgid "git remote set-branches --add <name> <branch>..."
11617 msgstr ""
11618
11619 #: builtin/remote.c:56
11620 msgid "git remote show [<options>] <name>"
11621 msgstr ""
11622
11623 #: builtin/remote.c:61
11624 msgid "git remote prune [<options>] <name>"
11625 msgstr ""
11626
11627 #: builtin/remote.c:66
11628 msgid "git remote update [<options>] [<group> | <remote>]..."
11629 msgstr ""
11630
11631 #: builtin/remote.c:95
11632 #, c-format
11633 msgid "Updating %s"
11634 msgstr ""
11635
11636 #: builtin/remote.c:127
11637 msgid ""
11638 "--mirror is dangerous and deprecated; please\n"
11639 "\t use --mirror=fetch or --mirror=push instead"
11640 msgstr ""
11641
11642 #: builtin/remote.c:144
11643 #, c-format
11644 msgid "unknown mirror argument: %s"
11645 msgstr ""
11646
11647 #: builtin/remote.c:160
11648 msgid "fetch the remote branches"
11649 msgstr ""
11650
11651 #: builtin/remote.c:162
11652 msgid "import all tags and associated objects when fetching"
11653 msgstr ""
11654
11655 #: builtin/remote.c:165
11656 msgid "or do not fetch any tag at all (--no-tags)"
11657 msgstr ""
11658
11659 #: builtin/remote.c:167
11660 msgid "branch(es) to track"
11661 msgstr ""
11662
11663 #: builtin/remote.c:168
11664 msgid "master branch"
11665 msgstr ""
11666
11667 #: builtin/remote.c:169
11668 msgid "push|fetch"
11669 msgstr ""
11670
11671 #: builtin/remote.c:170
11672 msgid "set up remote as a mirror to push to or fetch from"
11673 msgstr ""
11674
11675 #: builtin/remote.c:182
11676 msgid "specifying a master branch makes no sense with --mirror"
11677 msgstr ""
11678
11679 #: builtin/remote.c:184
11680 msgid "specifying branches to track makes sense only with fetch mirrors"
11681 msgstr ""
11682
11683 #: builtin/remote.c:191 builtin/remote.c:631
11684 #, c-format
11685 msgid "remote %s already exists."
11686 msgstr ""
11687
11688 #: builtin/remote.c:195 builtin/remote.c:635
11689 #, c-format
11690 msgid "'%s' is not a valid remote name"
11691 msgstr ""
11692
11693 #: builtin/remote.c:235
11694 #, c-format
11695 msgid "Could not setup master '%s'"
11696 msgstr ""
11697
11698 #: builtin/remote.c:337
11699 #, c-format
11700 msgid "Could not get fetch map for refspec %s"
11701 msgstr ""
11702
11703 #: builtin/remote.c:438 builtin/remote.c:446
11704 msgid "(matching)"
11705 msgstr ""
11706
11707 #: builtin/remote.c:450
11708 msgid "(delete)"
11709 msgstr ""
11710
11711 #: builtin/remote.c:624 builtin/remote.c:759 builtin/remote.c:858
11712 #, c-format
11713 msgid "No such remote: %s"
11714 msgstr ""
11715
11716 #: builtin/remote.c:641
11717 #, c-format
11718 msgid "Could not rename config section '%s' to '%s'"
11719 msgstr ""
11720
11721 #: builtin/remote.c:661
11722 #, c-format
11723 msgid ""
11724 "Not updating non-default fetch refspec\n"
11725 "\t%s\n"
11726 "\tPlease update the configuration manually if necessary."
11727 msgstr ""
11728
11729 #: builtin/remote.c:697
11730 #, c-format
11731 msgid "deleting '%s' failed"
11732 msgstr ""
11733
11734 #: builtin/remote.c:731
11735 #, c-format
11736 msgid "creating '%s' failed"
11737 msgstr ""
11738
11739 #: builtin/remote.c:796
11740 msgid ""
11741 "Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
11742 "to delete it, use:"
11743 msgid_plural ""
11744 "Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
11745 "to delete them, use:"
11746 msgstr[0] ""
11747 msgstr[1] ""
11748
11749 #: builtin/remote.c:810
11750 #, c-format
11751 msgid "Could not remove config section '%s'"
11752 msgstr ""
11753
11754 #: builtin/remote.c:911
11755 #, c-format
11756 msgid " new (next fetch will store in remotes/%s)"
11757 msgstr ""
11758
11759 #: builtin/remote.c:914
11760 msgid " tracked"
11761 msgstr ""
11762
11763 #: builtin/remote.c:916
11764 msgid " stale (use 'git remote prune' to remove)"
11765 msgstr ""
11766
11767 #: builtin/remote.c:918
11768 msgid " ???"
11769 msgstr ""
11770
11771 #: builtin/remote.c:959
11772 #, c-format
11773 msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
11774 msgstr ""
11775
11776 #: builtin/remote.c:967
11777 #, c-format
11778 msgid "rebases interactively onto remote %s"
11779 msgstr ""
11780
11781 #: builtin/remote.c:968
11782 #, c-format
11783 msgid "rebases onto remote %s"
11784 msgstr ""
11785
11786 #: builtin/remote.c:971
11787 #, c-format
11788 msgid " merges with remote %s"
11789 msgstr ""
11790
11791 #: builtin/remote.c:974
11792 #, c-format
11793 msgid "merges with remote %s"
11794 msgstr ""
11795
11796 #: builtin/remote.c:977
11797 #, c-format
11798 msgid "%-*s and with remote %s\n"
11799 msgstr ""
11800
11801 #: builtin/remote.c:1020
11802 msgid "create"
11803 msgstr ""
11804
11805 #: builtin/remote.c:1023
11806 msgid "delete"
11807 msgstr ""
11808
11809 #: builtin/remote.c:1027
11810 msgid "up to date"
11811 msgstr ""
11812
11813 #: builtin/remote.c:1030
11814 msgid "fast-forwardable"
11815 msgstr ""
11816
11817 #: builtin/remote.c:1033
11818 msgid "local out of date"
11819 msgstr ""
11820
11821 #: builtin/remote.c:1040
11822 #, c-format
11823 msgid " %-*s forces to %-*s (%s)"
11824 msgstr ""
11825
11826 #: builtin/remote.c:1043
11827 #, c-format
11828 msgid " %-*s pushes to %-*s (%s)"
11829 msgstr ""
11830
11831 #: builtin/remote.c:1047
11832 #, c-format
11833 msgid " %-*s forces to %s"
11834 msgstr ""
11835
11836 #: builtin/remote.c:1050
11837 #, c-format
11838 msgid " %-*s pushes to %s"
11839 msgstr ""
11840
11841 #: builtin/remote.c:1118
11842 msgid "do not query remotes"
11843 msgstr ""
11844
11845 #: builtin/remote.c:1145
11846 #, c-format
11847 msgid "* remote %s"
11848 msgstr ""
11849
11850 #: builtin/remote.c:1146
11851 #, c-format
11852 msgid " Fetch URL: %s"
11853 msgstr ""
11854
11855 #: builtin/remote.c:1147 builtin/remote.c:1163 builtin/remote.c:1302
11856 msgid "(no URL)"
11857 msgstr ""
11858
11859 #. TRANSLATORS: the colon ':' should align
11860 #. with the one in " Fetch URL: %s"
11861 #. translation.
11862 #.
11863 #: builtin/remote.c:1161 builtin/remote.c:1163
11864 #, c-format
11865 msgid " Push URL: %s"
11866 msgstr ""
11867
11868 #: builtin/remote.c:1165 builtin/remote.c:1167 builtin/remote.c:1169
11869 #, c-format
11870 msgid " HEAD branch: %s"
11871 msgstr ""
11872
11873 #: builtin/remote.c:1165
11874 msgid "(not queried)"
11875 msgstr ""
11876
11877 #: builtin/remote.c:1167
11878 msgid "(unknown)"
11879 msgstr ""
11880
11881 #: builtin/remote.c:1171
11882 #, c-format
11883 msgid ""
11884 " HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
11885 msgstr ""
11886
11887 #: builtin/remote.c:1183
11888 #, c-format
11889 msgid " Remote branch:%s"
11890 msgid_plural " Remote branches:%s"
11891 msgstr[0] ""
11892 msgstr[1] ""
11893
11894 #: builtin/remote.c:1186 builtin/remote.c:1212
11895 msgid " (status not queried)"
11896 msgstr ""
11897
11898 #: builtin/remote.c:1195
11899 msgid " Local branch configured for 'git pull':"
11900 msgid_plural " Local branches configured for 'git pull':"
11901 msgstr[0] ""
11902 msgstr[1] ""
11903
11904 #: builtin/remote.c:1203
11905 msgid " Local refs will be mirrored by 'git push'"
11906 msgstr ""
11907
11908 #: builtin/remote.c:1209
11909 #, c-format
11910 msgid " Local ref configured for 'git push'%s:"
11911 msgid_plural " Local refs configured for 'git push'%s:"
11912 msgstr[0] ""
11913 msgstr[1] ""
11914
11915 #: builtin/remote.c:1230
11916 msgid "set refs/remotes/<name>/HEAD according to remote"
11917 msgstr ""
11918
11919 #: builtin/remote.c:1232
11920 msgid "delete refs/remotes/<name>/HEAD"
11921 msgstr ""
11922
11923 #: builtin/remote.c:1247
11924 msgid "Cannot determine remote HEAD"
11925 msgstr ""
11926
11927 #: builtin/remote.c:1249
11928 msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
11929 msgstr ""
11930
11931 #: builtin/remote.c:1259
11932 #, c-format
11933 msgid "Could not delete %s"
11934 msgstr ""
11935
11936 #: builtin/remote.c:1267
11937 #, c-format
11938 msgid "Not a valid ref: %s"
11939 msgstr ""
11940
11941 #: builtin/remote.c:1269
11942 #, c-format
11943 msgid "Could not setup %s"
11944 msgstr ""
11945
11946 #: builtin/remote.c:1287
11947 #, c-format
11948 msgid " %s will become dangling!"
11949 msgstr ""
11950
11951 #: builtin/remote.c:1288
11952 #, c-format
11953 msgid " %s has become dangling!"
11954 msgstr ""
11955
11956 #: builtin/remote.c:1298
11957 #, c-format
11958 msgid "Pruning %s"
11959 msgstr ""
11960
11961 #: builtin/remote.c:1299
11962 #, c-format
11963 msgid "URL: %s"
11964 msgstr ""
11965
11966 #: builtin/remote.c:1315
11967 #, c-format
11968 msgid " * [would prune] %s"
11969 msgstr ""
11970
11971 #: builtin/remote.c:1318
11972 #, c-format
11973 msgid " * [pruned] %s"
11974 msgstr ""
11975
11976 #: builtin/remote.c:1363
11977 msgid "prune remotes after fetching"
11978 msgstr ""
11979
11980 #: builtin/remote.c:1426 builtin/remote.c:1480 builtin/remote.c:1548
11981 #, c-format
11982 msgid "No such remote '%s'"
11983 msgstr ""
11984
11985 #: builtin/remote.c:1442
11986 msgid "add branch"
11987 msgstr ""
11988
11989 #: builtin/remote.c:1449
11990 msgid "no remote specified"
11991 msgstr ""
11992
11993 #: builtin/remote.c:1466
11994 msgid "query push URLs rather than fetch URLs"
11995 msgstr ""
11996
11997 #: builtin/remote.c:1468
11998 msgid "return all URLs"
11999 msgstr ""
12000
12001 #: builtin/remote.c:1496
12002 #, c-format
12003 msgid "no URLs configured for remote '%s'"
12004 msgstr ""
12005
12006 #: builtin/remote.c:1522
12007 msgid "manipulate push URLs"
12008 msgstr ""
12009
12010 #: builtin/remote.c:1524
12011 msgid "add URL"
12012 msgstr ""
12013
12014 #: builtin/remote.c:1526
12015 msgid "delete URLs"
12016 msgstr ""
12017
12018 #: builtin/remote.c:1533
12019 msgid "--add --delete doesn't make sense"
12020 msgstr ""
12021
12022 #: builtin/remote.c:1572
12023 #, c-format
12024 msgid "Invalid old URL pattern: %s"
12025 msgstr ""
12026
12027 #: builtin/remote.c:1580
12028 #, c-format
12029 msgid "No such URL found: %s"
12030 msgstr ""
12031
12032 #: builtin/remote.c:1582
12033 msgid "Will not delete all non-push URLs"
12034 msgstr ""
12035
12036 #: builtin/remote.c:1598
12037 msgid "be verbose; must be placed before a subcommand"
12038 msgstr ""
12039
12040 #: builtin/remote.c:1629
12041 #, c-format
12042 msgid "Unknown subcommand: %s"
12043 msgstr ""
12044
12045 #: builtin/repack.c:18
12046 msgid "git repack [<options>]"
12047 msgstr ""
12048
12049 #: builtin/repack.c:23
12050 msgid ""
12051 "Incremental repacks are incompatible with bitmap indexes. Use\n"
12052 "--no-write-bitmap-index or disable the pack.writebitmaps configuration."
12053 msgstr ""
12054
12055 #: builtin/repack.c:170
12056 msgid "pack everything in a single pack"
12057 msgstr ""
12058
12059 #: builtin/repack.c:172
12060 msgid "same as -a, and turn unreachable objects loose"
12061 msgstr ""
12062
12063 #: builtin/repack.c:175
12064 msgid "remove redundant packs, and run git-prune-packed"
12065 msgstr ""
12066
12067 #: builtin/repack.c:177
12068 msgid "pass --no-reuse-delta to git-pack-objects"
12069 msgstr ""
12070
12071 #: builtin/repack.c:179
12072 msgid "pass --no-reuse-object to git-pack-objects"
12073 msgstr ""
12074
12075 #: builtin/repack.c:181
12076 msgid "do not run git-update-server-info"
12077 msgstr ""
12078
12079 #: builtin/repack.c:184
12080 msgid "pass --local to git-pack-objects"
12081 msgstr ""
12082
12083 #: builtin/repack.c:186
12084 msgid "write bitmap index"
12085 msgstr ""
12086
12087 #: builtin/repack.c:187
12088 msgid "approxidate"
12089 msgstr ""
12090
12091 #: builtin/repack.c:188
12092 msgid "with -A, do not loosen objects older than this"
12093 msgstr ""
12094
12095 #: builtin/repack.c:190
12096 msgid "with -a, repack unreachable objects"
12097 msgstr ""
12098
12099 #: builtin/repack.c:192
12100 msgid "size of the window used for delta compression"
12101 msgstr ""
12102
12103 #: builtin/repack.c:193 builtin/repack.c:199
12104 msgid "bytes"
12105 msgstr ""
12106
12107 #: builtin/repack.c:194
12108 msgid "same as the above, but limit memory size instead of entries count"
12109 msgstr ""
12110
12111 #: builtin/repack.c:196
12112 msgid "limits the maximum delta depth"
12113 msgstr ""
12114
12115 #: builtin/repack.c:198
12116 msgid "limits the maximum number of threads"
12117 msgstr ""
12118
12119 #: builtin/repack.c:200
12120 msgid "maximum size of each packfile"
12121 msgstr ""
12122
12123 #: builtin/repack.c:202
12124 msgid "repack objects in packs marked with .keep"
12125 msgstr ""
12126
12127 #: builtin/repack.c:212
12128 msgid "cannot delete packs in a precious-objects repo"
12129 msgstr ""
12130
12131 #: builtin/repack.c:216
12132 msgid "--keep-unreachable and -A are incompatible"
12133 msgstr ""
12134
12135 #: builtin/repack.c:410 builtin/worktree.c:148
12136 #, c-format
12137 msgid "failed to remove '%s'"
12138 msgstr ""
12139
12140 #: builtin/replace.c:20
12141 msgid "git replace [-f] <object> <replacement>"
12142 msgstr ""
12143
12144 #: builtin/replace.c:21
12145 msgid "git replace [-f] --edit <object>"
12146 msgstr ""
12147
12148 #: builtin/replace.c:22
12149 msgid "git replace [-f] --graft <commit> [<parent>...]"
12150 msgstr ""
12151
12152 #: builtin/replace.c:23
12153 msgid "git replace -d <object>..."
12154 msgstr ""
12155
12156 #: builtin/replace.c:24
12157 msgid "git replace [--format=<format>] [-l [<pattern>]]"
12158 msgstr ""
12159
12160 #: builtin/replace.c:331 builtin/replace.c:369 builtin/replace.c:397
12161 #, c-format
12162 msgid "Not a valid object name: '%s'"
12163 msgstr ""
12164
12165 #: builtin/replace.c:361
12166 #, c-format
12167 msgid "bad mergetag in commit '%s'"
12168 msgstr ""
12169
12170 #: builtin/replace.c:363
12171 #, c-format
12172 msgid "malformed mergetag in commit '%s'"
12173 msgstr ""
12174
12175 #: builtin/replace.c:374
12176 #, c-format
12177 msgid ""
12178 "original commit '%s' contains mergetag '%s' that is discarded; use --edit "
12179 "instead of --graft"
12180 msgstr ""
12181
12182 #: builtin/replace.c:407
12183 #, c-format
12184 msgid "the original commit '%s' has a gpg signature."
12185 msgstr ""
12186
12187 #: builtin/replace.c:408
12188 msgid "the signature will be removed in the replacement commit!"
12189 msgstr ""
12190
12191 #: builtin/replace.c:414
12192 #, c-format
12193 msgid "could not write replacement commit for: '%s'"
12194 msgstr ""
12195
12196 #: builtin/replace.c:438
12197 msgid "list replace refs"
12198 msgstr ""
12199
12200 #: builtin/replace.c:439
12201 msgid "delete replace refs"
12202 msgstr ""
12203
12204 #: builtin/replace.c:440
12205 msgid "edit existing object"
12206 msgstr ""
12207
12208 #: builtin/replace.c:441
12209 msgid "change a commit's parents"
12210 msgstr ""
12211
12212 #: builtin/replace.c:442
12213 msgid "replace the ref if it exists"
12214 msgstr ""
12215
12216 #: builtin/replace.c:444
12217 msgid "do not pretty-print contents for --edit"
12218 msgstr ""
12219
12220 #: builtin/replace.c:445
12221 msgid "use this format"
12222 msgstr ""
12223
12224 #: builtin/rerere.c:13
12225 msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
12226 msgstr ""
12227
12228 #: builtin/rerere.c:59
12229 msgid "register clean resolutions in index"
12230 msgstr ""
12231
12232 #: builtin/reset.c:29
12233 msgid ""
12234 "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
12235 msgstr ""
12236
12237 #: builtin/reset.c:30
12238 msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
12239 msgstr ""
12240
12241 #: builtin/reset.c:31
12242 msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
12243 msgstr ""
12244
12245 #: builtin/reset.c:37
12246 msgid "mixed"
12247 msgstr ""
12248
12249 #: builtin/reset.c:37
12250 msgid "soft"
12251 msgstr ""
12252
12253 #: builtin/reset.c:37
12254 msgid "hard"
12255 msgstr ""
12256
12257 #: builtin/reset.c:37
12258 msgid "merge"
12259 msgstr ""
12260
12261 #: builtin/reset.c:37
12262 msgid "keep"
12263 msgstr ""
12264
12265 #: builtin/reset.c:78
12266 msgid "You do not have a valid HEAD."
12267 msgstr ""
12268
12269 #: builtin/reset.c:80
12270 msgid "Failed to find tree of HEAD."
12271 msgstr ""
12272
12273 #: builtin/reset.c:86
12274 #, c-format
12275 msgid "Failed to find tree of %s."
12276 msgstr ""
12277
12278 #: builtin/reset.c:111
12279 #, c-format
12280 msgid "HEAD is now at %s"
12281 msgstr ""
12282
12283 #: builtin/reset.c:189
12284 #, c-format
12285 msgid "Cannot do a %s reset in the middle of a merge."
12286 msgstr ""
12287
12288 #: builtin/reset.c:289
12289 msgid "be quiet, only report errors"
12290 msgstr ""
12291
12292 #: builtin/reset.c:291
12293 msgid "reset HEAD and index"
12294 msgstr ""
12295
12296 #: builtin/reset.c:292
12297 msgid "reset only HEAD"
12298 msgstr ""
12299
12300 #: builtin/reset.c:294 builtin/reset.c:296
12301 msgid "reset HEAD, index and working tree"
12302 msgstr ""
12303
12304 #: builtin/reset.c:298
12305 msgid "reset HEAD but keep local changes"
12306 msgstr ""
12307
12308 #: builtin/reset.c:304
12309 msgid "record only the fact that removed paths will be added later"
12310 msgstr ""
12311
12312 #: builtin/reset.c:321
12313 #, c-format
12314 msgid "Failed to resolve '%s' as a valid revision."
12315 msgstr ""
12316
12317 #: builtin/reset.c:329
12318 #, c-format
12319 msgid "Failed to resolve '%s' as a valid tree."
12320 msgstr ""
12321
12322 #: builtin/reset.c:338
12323 msgid "--patch is incompatible with --{hard,mixed,soft}"
12324 msgstr ""
12325
12326 #: builtin/reset.c:347
12327 msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
12328 msgstr ""
12329
12330 #: builtin/reset.c:349
12331 #, c-format
12332 msgid "Cannot do %s reset with paths."
12333 msgstr ""
12334
12335 #: builtin/reset.c:359
12336 #, c-format
12337 msgid "%s reset is not allowed in a bare repository"
12338 msgstr ""
12339
12340 #: builtin/reset.c:363
12341 msgid "-N can only be used with --mixed"
12342 msgstr ""
12343
12344 #: builtin/reset.c:380
12345 msgid "Unstaged changes after reset:"
12346 msgstr ""
12347
12348 #: builtin/reset.c:386
12349 #, c-format
12350 msgid "Could not reset index file to revision '%s'."
12351 msgstr ""
12352
12353 #: builtin/reset.c:390
12354 msgid "Could not write new index file."
12355 msgstr ""
12356
12357 #: builtin/rev-list.c:397
12358 msgid "cannot combine --exclude-promisor-objects and --missing"
12359 msgstr ""
12360
12361 #: builtin/rev-list.c:455
12362 msgid "object filtering requires --objects"
12363 msgstr ""
12364
12365 #: builtin/rev-list.c:458
12366 #, c-format
12367 msgid "invalid sparse value '%s'"
12368 msgstr ""
12369
12370 #: builtin/rev-list.c:499
12371 msgid "rev-list does not support display of notes"
12372 msgstr ""
12373
12374 #: builtin/rev-list.c:502
12375 msgid "cannot combine --use-bitmap-index with object filtering"
12376 msgstr ""
12377
12378 #: builtin/rev-parse.c:402
12379 msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
12380 msgstr ""
12381
12382 #: builtin/rev-parse.c:407
12383 msgid "keep the `--` passed as an arg"
12384 msgstr ""
12385
12386 #: builtin/rev-parse.c:409
12387 msgid "stop parsing after the first non-option argument"
12388 msgstr ""
12389
12390 #: builtin/rev-parse.c:412
12391 msgid "output in stuck long form"
12392 msgstr ""
12393
12394 #: builtin/rev-parse.c:545
12395 msgid ""
12396 "git rev-parse --parseopt [<options>] -- [<args>...]\n"
12397 " or: git rev-parse --sq-quote [<arg>...]\n"
12398 " or: git rev-parse [<options>] [<arg>...]\n"
12399 "\n"
12400 "Run \"git rev-parse --parseopt -h\" for more information on the first usage."
12401 msgstr ""
12402
12403 #: builtin/revert.c:23
12404 msgid "git revert [<options>] <commit-ish>..."
12405 msgstr ""
12406
12407 #: builtin/revert.c:24
12408 msgid "git revert <subcommand>"
12409 msgstr ""
12410
12411 #: builtin/revert.c:29
12412 msgid "git cherry-pick [<options>] <commit-ish>..."
12413 msgstr ""
12414
12415 #: builtin/revert.c:30
12416 msgid "git cherry-pick <subcommand>"
12417 msgstr ""
12418
12419 #: builtin/revert.c:90
12420 #, c-format
12421 msgid "%s: %s cannot be used with %s"
12422 msgstr ""
12423
12424 #: builtin/revert.c:99
12425 msgid "end revert or cherry-pick sequence"
12426 msgstr ""
12427
12428 #: builtin/revert.c:100
12429 msgid "resume revert or cherry-pick sequence"
12430 msgstr ""
12431
12432 #: builtin/revert.c:101
12433 msgid "cancel revert or cherry-pick sequence"
12434 msgstr ""
12435
12436 #: builtin/revert.c:102
12437 msgid "don't automatically commit"
12438 msgstr ""
12439
12440 #: builtin/revert.c:103
12441 msgid "edit the commit message"
12442 msgstr ""
12443
12444 #: builtin/revert.c:106
12445 msgid "parent-number"
12446 msgstr ""
12447
12448 #: builtin/revert.c:107
12449 msgid "select mainline parent"
12450 msgstr ""
12451
12452 #: builtin/revert.c:109
12453 msgid "merge strategy"
12454 msgstr ""
12455
12456 #: builtin/revert.c:110
12457 msgid "option"
12458 msgstr ""
12459
12460 #: builtin/revert.c:111
12461 msgid "option for merge strategy"
12462 msgstr ""
12463
12464 #: builtin/revert.c:120
12465 msgid "append commit name"
12466 msgstr ""
12467
12468 #: builtin/revert.c:122
12469 msgid "preserve initially empty commits"
12470 msgstr ""
12471
12472 #: builtin/revert.c:124
12473 msgid "keep redundant, empty commits"
12474 msgstr ""
12475
12476 #: builtin/revert.c:214
12477 msgid "revert failed"
12478 msgstr ""
12479
12480 #: builtin/revert.c:227
12481 msgid "cherry-pick failed"
12482 msgstr ""
12483
12484 #: builtin/rm.c:18
12485 msgid "git rm [<options>] [--] <file>..."
12486 msgstr ""
12487
12488 #: builtin/rm.c:206
12489 msgid ""
12490 "the following file has staged content different from both the\n"
12491 "file and the HEAD:"
12492 msgid_plural ""
12493 "the following files have staged content different from both the\n"
12494 "file and the HEAD:"
12495 msgstr[0] ""
12496 msgstr[1] ""
12497
12498 #: builtin/rm.c:211
12499 msgid ""
12500 "\n"
12501 "(use -f to force removal)"
12502 msgstr ""
12503
12504 #: builtin/rm.c:215
12505 msgid "the following file has changes staged in the index:"
12506 msgid_plural "the following files have changes staged in the index:"
12507 msgstr[0] ""
12508 msgstr[1] ""
12509
12510 #: builtin/rm.c:219 builtin/rm.c:228
12511 msgid ""
12512 "\n"
12513 "(use --cached to keep the file, or -f to force removal)"
12514 msgstr ""
12515
12516 #: builtin/rm.c:225
12517 msgid "the following file has local modifications:"
12518 msgid_plural "the following files have local modifications:"
12519 msgstr[0] ""
12520 msgstr[1] ""
12521
12522 #: builtin/rm.c:243
12523 msgid "do not list removed files"
12524 msgstr ""
12525
12526 #: builtin/rm.c:244
12527 msgid "only remove from the index"
12528 msgstr ""
12529
12530 #: builtin/rm.c:245
12531 msgid "override the up-to-date check"
12532 msgstr ""
12533
12534 #: builtin/rm.c:246
12535 msgid "allow recursive removal"
12536 msgstr ""
12537
12538 #: builtin/rm.c:248
12539 msgid "exit with a zero status even if nothing matched"
12540 msgstr ""
12541
12542 #: builtin/rm.c:307
12543 #, c-format
12544 msgid "not removing '%s' recursively without -r"
12545 msgstr ""
12546
12547 #: builtin/rm.c:346
12548 #, c-format
12549 msgid "git rm: unable to remove %s"
12550 msgstr ""
12551
12552 #: builtin/rm.c:369
12553 #, c-format
12554 msgid "could not remove '%s'"
12555 msgstr ""
12556
12557 #: builtin/send-pack.c:19
12558 msgid ""
12559 "git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
12560 "receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
12561 "[<ref>...]\n"
12562 " --all and explicit <ref> specification are mutually exclusive."
12563 msgstr ""
12564
12565 #: builtin/send-pack.c:162
12566 msgid "remote name"
12567 msgstr ""
12568
12569 #: builtin/send-pack.c:176
12570 msgid "use stateless RPC protocol"
12571 msgstr ""
12572
12573 #: builtin/send-pack.c:177
12574 msgid "read refs from stdin"
12575 msgstr ""
12576
12577 #: builtin/send-pack.c:178
12578 msgid "print status from remote helper"
12579 msgstr ""
12580
12581 #: builtin/shortlog.c:14
12582 msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"
12583 msgstr ""
12584
12585 #: builtin/shortlog.c:263
12586 msgid "Group by committer rather than author"
12587 msgstr ""
12588
12589 #: builtin/shortlog.c:265
12590 msgid "sort output according to the number of commits per author"
12591 msgstr ""
12592
12593 #: builtin/shortlog.c:267
12594 msgid "Suppress commit descriptions, only provides commit count"
12595 msgstr ""
12596
12597 #: builtin/shortlog.c:269
12598 msgid "Show the email address of each author"
12599 msgstr ""
12600
12601 #: builtin/shortlog.c:270
12602 msgid "w[,i1[,i2]]"
12603 msgstr ""
12604
12605 #: builtin/shortlog.c:271
12606 msgid "Linewrap output"
12607 msgstr ""
12608
12609 #: builtin/show-branch.c:12
12610 msgid ""
12611 "git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
12612 "\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
12613 "\t\t[--more=<n> | --list | --independent | --merge-base]\n"
12614 "\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
12615 msgstr ""
12616
12617 #: builtin/show-branch.c:16
12618 msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
12619 msgstr ""
12620
12621 #: builtin/show-branch.c:376
12622 #, c-format
12623 msgid "ignoring %s; cannot handle more than %d ref"
12624 msgid_plural "ignoring %s; cannot handle more than %d refs"
12625 msgstr[0] ""
12626 msgstr[1] ""
12627
12628 #: builtin/show-branch.c:530
12629 #, c-format
12630 msgid "no matching refs with %s"
12631 msgstr ""
12632
12633 #: builtin/show-branch.c:626
12634 msgid "show remote-tracking and local branches"
12635 msgstr ""
12636
12637 #: builtin/show-branch.c:628
12638 msgid "show remote-tracking branches"
12639 msgstr ""
12640
12641 #: builtin/show-branch.c:630
12642 msgid "color '*!+-' corresponding to the branch"
12643 msgstr ""
12644
12645 #: builtin/show-branch.c:632
12646 msgid "show <n> more commits after the common ancestor"
12647 msgstr ""
12648
12649 #: builtin/show-branch.c:634
12650 msgid "synonym to more=-1"
12651 msgstr ""
12652
12653 #: builtin/show-branch.c:635
12654 msgid "suppress naming strings"
12655 msgstr ""
12656
12657 #: builtin/show-branch.c:637
12658 msgid "include the current branch"
12659 msgstr ""
12660
12661 #: builtin/show-branch.c:639
12662 msgid "name commits with their object names"
12663 msgstr ""
12664
12665 #: builtin/show-branch.c:641
12666 msgid "show possible merge bases"
12667 msgstr ""
12668
12669 #: builtin/show-branch.c:643
12670 msgid "show refs unreachable from any other ref"
12671 msgstr ""
12672
12673 #: builtin/show-branch.c:645
12674 msgid "show commits in topological order"
12675 msgstr ""
12676
12677 #: builtin/show-branch.c:648
12678 msgid "show only commits not on the first branch"
12679 msgstr ""
12680
12681 #: builtin/show-branch.c:650
12682 msgid "show merges reachable from only one tip"
12683 msgstr ""
12684
12685 #: builtin/show-branch.c:652
12686 msgid "topologically sort, maintaining date order where possible"
12687 msgstr ""
12688
12689 #: builtin/show-branch.c:655
12690 msgid "<n>[,<base>]"
12691 msgstr ""
12692
12693 #: builtin/show-branch.c:656
12694 msgid "show <n> most recent ref-log entries starting at base"
12695 msgstr ""
12696
12697 #: builtin/show-branch.c:690
12698 msgid ""
12699 "--reflog is incompatible with --all, --remotes, --independent or --merge-base"
12700 msgstr ""
12701
12702 #: builtin/show-branch.c:714
12703 msgid "no branches given, and HEAD is not valid"
12704 msgstr ""
12705
12706 #: builtin/show-branch.c:717
12707 msgid "--reflog option needs one branch name"
12708 msgstr ""
12709
12710 #: builtin/show-branch.c:720
12711 #, c-format
12712 msgid "only %d entry can be shown at one time."
12713 msgid_plural "only %d entries can be shown at one time."
12714 msgstr[0] ""
12715 msgstr[1] ""
12716
12717 #: builtin/show-branch.c:724
12718 #, c-format
12719 msgid "no such ref %s"
12720 msgstr ""
12721
12722 #: builtin/show-branch.c:808
12723 #, c-format
12724 msgid "cannot handle more than %d rev."
12725 msgid_plural "cannot handle more than %d revs."
12726 msgstr[0] ""
12727 msgstr[1] ""
12728
12729 #: builtin/show-branch.c:812
12730 #, c-format
12731 msgid "'%s' is not a valid ref."
12732 msgstr ""
12733
12734 #: builtin/show-branch.c:815
12735 #, c-format
12736 msgid "cannot find commit %s (%s)"
12737 msgstr ""
12738
12739 #: builtin/show-ref.c:10
12740 msgid ""
12741 "git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
12742 "hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
12743 msgstr ""
12744
12745 #: builtin/show-ref.c:11
12746 msgid "git show-ref --exclude-existing[=<pattern>]"
12747 msgstr ""
12748
12749 #: builtin/show-ref.c:159
12750 msgid "only show tags (can be combined with heads)"
12751 msgstr ""
12752
12753 #: builtin/show-ref.c:160
12754 msgid "only show heads (can be combined with tags)"
12755 msgstr ""
12756
12757 #: builtin/show-ref.c:161
12758 msgid "stricter reference checking, requires exact ref path"
12759 msgstr ""
12760
12761 #: builtin/show-ref.c:164 builtin/show-ref.c:166
12762 msgid "show the HEAD reference, even if it would be filtered out"
12763 msgstr ""
12764
12765 #: builtin/show-ref.c:168
12766 msgid "dereference tags into object IDs"
12767 msgstr ""
12768
12769 #: builtin/show-ref.c:170
12770 msgid "only show SHA1 hash using <n> digits"
12771 msgstr ""
12772
12773 #: builtin/show-ref.c:174
12774 msgid "do not print results to stdout (useful with --verify)"
12775 msgstr ""
12776
12777 #: builtin/show-ref.c:176
12778 msgid "show refs from stdin that aren't in local repository"
12779 msgstr ""
12780
12781 #: builtin/stripspace.c:18
12782 msgid "git stripspace [-s | --strip-comments]"
12783 msgstr ""
12784
12785 #: builtin/stripspace.c:19
12786 msgid "git stripspace [-c | --comment-lines]"
12787 msgstr ""
12788
12789 #: builtin/stripspace.c:36
12790 msgid "skip and remove all lines starting with comment character"
12791 msgstr ""
12792
12793 #: builtin/stripspace.c:39
12794 msgid "prepend comment character and space to each line"
12795 msgstr ""
12796
12797 #: builtin/submodule--helper.c:35 builtin/submodule--helper.c:1669
12798 #, c-format
12799 msgid "No such ref: %s"
12800 msgstr ""
12801
12802 #: builtin/submodule--helper.c:42 builtin/submodule--helper.c:1678
12803 #, c-format
12804 msgid "Expecting a full ref name, got %s"
12805 msgstr ""
12806
12807 #: builtin/submodule--helper.c:59
12808 msgid "submodule--helper print-default-remote takes no arguments"
12809 msgstr ""
12810
12811 #: builtin/submodule--helper.c:96
12812 #, c-format
12813 msgid "cannot strip one component off url '%s'"
12814 msgstr ""
12815
12816 #: builtin/submodule--helper.c:404 builtin/submodule--helper.c:1198
12817 msgid "alternative anchor for relative paths"
12818 msgstr ""
12819
12820 #: builtin/submodule--helper.c:409
12821 msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
12822 msgstr ""
12823
12824 #: builtin/submodule--helper.c:460 builtin/submodule--helper.c:483
12825 #, c-format
12826 msgid "No url found for submodule path '%s' in .gitmodules"
12827 msgstr ""
12828
12829 #: builtin/submodule--helper.c:498
12830 #, c-format
12831 msgid ""
12832 "could not lookup configuration '%s'. Assuming this repository is its own "
12833 "authoritative upstream."
12834 msgstr ""
12835
12836 #: builtin/submodule--helper.c:509
12837 #, c-format
12838 msgid "Failed to register url for submodule path '%s'"
12839 msgstr ""
12840
12841 #: builtin/submodule--helper.c:513
12842 #, c-format
12843 msgid "Submodule '%s' (%s) registered for path '%s'\n"
12844 msgstr ""
12845
12846 #: builtin/submodule--helper.c:523
12847 #, c-format
12848 msgid "warning: command update mode suggested for submodule '%s'\n"
12849 msgstr ""
12850
12851 #: builtin/submodule--helper.c:530
12852 #, c-format
12853 msgid "Failed to register update mode for submodule path '%s'"
12854 msgstr ""
12855
12856 #: builtin/submodule--helper.c:552
12857 msgid "Suppress output for initializing a submodule"
12858 msgstr ""
12859
12860 #: builtin/submodule--helper.c:557
12861 msgid "git submodule--helper init [<path>]"
12862 msgstr ""
12863
12864 #: builtin/submodule--helper.c:625 builtin/submodule--helper.c:747
12865 #, c-format
12866 msgid "no submodule mapping found in .gitmodules for path '%s'"
12867 msgstr ""
12868
12869 #: builtin/submodule--helper.c:660
12870 #, c-format
12871 msgid "could not resolve HEAD ref inside the submodule '%s'"
12872 msgstr ""
12873
12874 #: builtin/submodule--helper.c:687 builtin/submodule--helper.c:856
12875 #, c-format
12876 msgid "failed to recurse into submodule '%s'"
12877 msgstr ""
12878
12879 #: builtin/submodule--helper.c:711 builtin/submodule--helper.c:1021
12880 msgid "Suppress submodule status output"
12881 msgstr ""
12882
12883 #: builtin/submodule--helper.c:712
12884 msgid ""
12885 "Use commit stored in the index instead of the one stored in the submodule "
12886 "HEAD"
12887 msgstr ""
12888
12889 #: builtin/submodule--helper.c:713
12890 msgid "recurse into nested submodules"
12891 msgstr ""
12892
12893 #: builtin/submodule--helper.c:718
12894 msgid "git submodule status [--quiet] [--cached] [--recursive] [<path>...]"
12895 msgstr ""
12896
12897 #: builtin/submodule--helper.c:742
12898 msgid "git submodule--helper name <path>"
12899 msgstr ""
12900
12901 #: builtin/submodule--helper.c:806
12902 #, c-format
12903 msgid "Synchronizing submodule url for '%s'\n"
12904 msgstr ""
12905
12906 #: builtin/submodule--helper.c:812
12907 #, c-format
12908 msgid "failed to register url for submodule path '%s'"
12909 msgstr ""
12910
12911 #: builtin/submodule--helper.c:826
12912 #, c-format
12913 msgid "failed to get the default remote for submodule '%s'"
12914 msgstr ""
12915
12916 #: builtin/submodule--helper.c:837
12917 #, c-format
12918 msgid "failed to update remote for submodule '%s'"
12919 msgstr ""
12920
12921 #: builtin/submodule--helper.c:885
12922 msgid "Suppress output of synchronizing submodule url"
12923 msgstr ""
12924
12925 #: builtin/submodule--helper.c:887
12926 msgid "Recurse into nested submodules"
12927 msgstr ""
12928
12929 #: builtin/submodule--helper.c:892
12930 msgid "git submodule--helper sync [--quiet] [--recursive] [<path>]"
12931 msgstr ""
12932
12933 #: builtin/submodule--helper.c:946
12934 #, c-format
12935 msgid ""
12936 "Submodule work tree '%s' contains a .git directory (use 'rm -rf' if you "
12937 "really want to remove it including all of its history)"
12938 msgstr ""
12939
12940 #: builtin/submodule--helper.c:958
12941 #, c-format
12942 msgid ""
12943 "Submodule work tree '%s' contains local modifications; use '-f' to discard "
12944 "them"
12945 msgstr ""
12946
12947 #: builtin/submodule--helper.c:966
12948 #, c-format
12949 msgid "Cleared directory '%s'\n"
12950 msgstr ""
12951
12952 #: builtin/submodule--helper.c:968
12953 #, c-format
12954 msgid "Could not remove submodule work tree '%s'\n"
12955 msgstr ""
12956
12957 #: builtin/submodule--helper.c:977
12958 #, c-format
12959 msgid "could not create empty submodule directory %s"
12960 msgstr ""
12961
12962 #: builtin/submodule--helper.c:993
12963 #, c-format
12964 msgid "Submodule '%s' (%s) unregistered for path '%s'\n"
12965 msgstr ""
12966
12967 #: builtin/submodule--helper.c:1022
12968 msgid "Remove submodule working trees even if they contain local changes"
12969 msgstr ""
12970
12971 #: builtin/submodule--helper.c:1023
12972 msgid "Unregister all submodules"
12973 msgstr ""
12974
12975 #: builtin/submodule--helper.c:1028
12976 msgid ""
12977 "git submodule deinit [--quiet] [-f | --force] [--all | [--] [<path>...]]"
12978 msgstr ""
12979
12980 #: builtin/submodule--helper.c:1042
12981 msgid "Use '--all' if you really want to deinitialize all submodules"
12982 msgstr ""
12983
12984 #: builtin/submodule--helper.c:1133 builtin/submodule--helper.c:1136
12985 #, c-format
12986 msgid "submodule '%s' cannot add alternate: %s"
12987 msgstr ""
12988
12989 #: builtin/submodule--helper.c:1172
12990 #, c-format
12991 msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
12992 msgstr ""
12993
12994 #: builtin/submodule--helper.c:1179
12995 #, c-format
12996 msgid "Value '%s' for submodule.alternateLocation is not recognized"
12997 msgstr ""
12998
12999 #: builtin/submodule--helper.c:1201
13000 msgid "where the new submodule will be cloned to"
13001 msgstr ""
13002
13003 #: builtin/submodule--helper.c:1204
13004 msgid "name of the new submodule"
13005 msgstr ""
13006
13007 #: builtin/submodule--helper.c:1207
13008 msgid "url where to clone the submodule from"
13009 msgstr ""
13010
13011 #: builtin/submodule--helper.c:1213
13012 msgid "depth for shallow clones"
13013 msgstr ""
13014
13015 #: builtin/submodule--helper.c:1216 builtin/submodule--helper.c:1587
13016 msgid "force cloning progress"
13017 msgstr ""
13018
13019 #: builtin/submodule--helper.c:1221
13020 msgid ""
13021 "git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
13022 "<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
13023 msgstr ""
13024
13025 #: builtin/submodule--helper.c:1252
13026 #, c-format
13027 msgid "clone of '%s' into submodule path '%s' failed"
13028 msgstr ""
13029
13030 #: builtin/submodule--helper.c:1267
13031 #, c-format
13032 msgid "could not get submodule directory for '%s'"
13033 msgstr ""
13034
13035 #: builtin/submodule--helper.c:1332
13036 #, c-format
13037 msgid "Submodule path '%s' not initialized"
13038 msgstr ""
13039
13040 #: builtin/submodule--helper.c:1336
13041 msgid "Maybe you want to use 'update --init'?"
13042 msgstr ""
13043
13044 #: builtin/submodule--helper.c:1365
13045 #, c-format
13046 msgid "Skipping unmerged submodule %s"
13047 msgstr ""
13048
13049 #: builtin/submodule--helper.c:1394
13050 #, c-format
13051 msgid "Skipping submodule '%s'"
13052 msgstr ""
13053
13054 #: builtin/submodule--helper.c:1527
13055 #, c-format
13056 msgid "Failed to clone '%s'. Retry scheduled"
13057 msgstr ""
13058
13059 #: builtin/submodule--helper.c:1538
13060 #, c-format
13061 msgid "Failed to clone '%s' a second time, aborting"
13062 msgstr ""
13063
13064 #: builtin/submodule--helper.c:1568 builtin/submodule--helper.c:1788
13065 msgid "path into the working tree"
13066 msgstr ""
13067
13068 #: builtin/submodule--helper.c:1571
13069 msgid "path into the working tree, across nested submodule boundaries"
13070 msgstr ""
13071
13072 #: builtin/submodule--helper.c:1575
13073 msgid "rebase, merge, checkout or none"
13074 msgstr ""
13075
13076 #: builtin/submodule--helper.c:1579
13077 msgid "Create a shallow clone truncated to the specified number of revisions"
13078 msgstr ""
13079
13080 #: builtin/submodule--helper.c:1582
13081 msgid "parallel jobs"
13082 msgstr ""
13083
13084 #: builtin/submodule--helper.c:1584
13085 msgid "whether the initial clone should follow the shallow recommendation"
13086 msgstr ""
13087
13088 #: builtin/submodule--helper.c:1585
13089 msgid "don't print cloning progress"
13090 msgstr ""
13091
13092 #: builtin/submodule--helper.c:1592
13093 msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
13094 msgstr ""
13095
13096 #: builtin/submodule--helper.c:1605
13097 msgid "bad value for update parameter"
13098 msgstr ""
13099
13100 #: builtin/submodule--helper.c:1673
13101 #, c-format
13102 msgid ""
13103 "Submodule (%s) branch configured to inherit branch from superproject, but "
13104 "the superproject is not on any branch"
13105 msgstr ""
13106
13107 #: builtin/submodule--helper.c:1789
13108 msgid "recurse into submodules"
13109 msgstr ""
13110
13111 #: builtin/submodule--helper.c:1795
13112 msgid "git submodule--helper embed-git-dir [<path>...]"
13113 msgstr ""
13114
13115 #: builtin/submodule--helper.c:1857
13116 #, c-format
13117 msgid "%s doesn't support --super-prefix"
13118 msgstr ""
13119
13120 #: builtin/submodule--helper.c:1863
13121 #, c-format
13122 msgid "'%s' is not a valid submodule--helper subcommand"
13123 msgstr ""
13124
13125 #: builtin/symbolic-ref.c:8
13126 msgid "git symbolic-ref [<options>] <name> [<ref>]"
13127 msgstr ""
13128
13129 #: builtin/symbolic-ref.c:9
13130 msgid "git symbolic-ref -d [-q] <name>"
13131 msgstr ""
13132
13133 #: builtin/symbolic-ref.c:40
13134 msgid "suppress error message for non-symbolic (detached) refs"
13135 msgstr ""
13136
13137 #: builtin/symbolic-ref.c:41
13138 msgid "delete symbolic ref"
13139 msgstr ""
13140
13141 #: builtin/symbolic-ref.c:42
13142 msgid "shorten ref output"
13143 msgstr ""
13144
13145 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
13146 msgid "reason"
13147 msgstr ""
13148
13149 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
13150 msgid "reason of the update"
13151 msgstr ""
13152
13153 #: builtin/tag.c:24
13154 msgid ""
13155 "git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
13156 "[<head>]"
13157 msgstr ""
13158
13159 #: builtin/tag.c:25
13160 msgid "git tag -d <tagname>..."
13161 msgstr ""
13162
13163 #: builtin/tag.c:26
13164 msgid ""
13165 "git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
13166 "points-at <object>]\n"
13167 "\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
13168 msgstr ""
13169
13170 #: builtin/tag.c:28
13171 msgid "git tag -v [--format=<format>] <tagname>..."
13172 msgstr ""
13173
13174 #: builtin/tag.c:86
13175 #, c-format
13176 msgid "tag '%s' not found."
13177 msgstr ""
13178
13179 #: builtin/tag.c:102
13180 #, c-format
13181 msgid "Deleted tag '%s' (was %s)\n"
13182 msgstr ""
13183
13184 #: builtin/tag.c:131
13185 #, c-format
13186 msgid ""
13187 "\n"
13188 "Write a message for tag:\n"
13189 " %s\n"
13190 "Lines starting with '%c' will be ignored.\n"
13191 msgstr ""
13192
13193 #: builtin/tag.c:135
13194 #, c-format
13195 msgid ""
13196 "\n"
13197 "Write a message for tag:\n"
13198 " %s\n"
13199 "Lines starting with '%c' will be kept; you may remove them yourself if you "
13200 "want to.\n"
13201 msgstr ""
13202
13203 #: builtin/tag.c:189
13204 msgid "unable to sign the tag"
13205 msgstr ""
13206
13207 #: builtin/tag.c:191
13208 msgid "unable to write tag file"
13209 msgstr ""
13210
13211 #: builtin/tag.c:216
13212 msgid "bad object type."
13213 msgstr ""
13214
13215 #: builtin/tag.c:265
13216 msgid "no tag message?"
13217 msgstr ""
13218
13219 #: builtin/tag.c:272
13220 #, c-format
13221 msgid "The tag message has been left in %s\n"
13222 msgstr ""
13223
13224 #: builtin/tag.c:381
13225 msgid "list tag names"
13226 msgstr ""
13227
13228 #: builtin/tag.c:383
13229 msgid "print <n> lines of each tag message"
13230 msgstr ""
13231
13232 #: builtin/tag.c:385
13233 msgid "delete tags"
13234 msgstr ""
13235
13236 #: builtin/tag.c:386
13237 msgid "verify tags"
13238 msgstr ""
13239
13240 #: builtin/tag.c:388
13241 msgid "Tag creation options"
13242 msgstr ""
13243
13244 #: builtin/tag.c:390
13245 msgid "annotated tag, needs a message"
13246 msgstr ""
13247
13248 #: builtin/tag.c:392
13249 msgid "tag message"
13250 msgstr ""
13251
13252 #: builtin/tag.c:394
13253 msgid "force edit of tag message"
13254 msgstr ""
13255
13256 #: builtin/tag.c:395
13257 msgid "annotated and GPG-signed tag"
13258 msgstr ""
13259
13260 #: builtin/tag.c:399
13261 msgid "use another key to sign the tag"
13262 msgstr ""
13263
13264 #: builtin/tag.c:400
13265 msgid "replace the tag if exists"
13266 msgstr ""
13267
13268 #: builtin/tag.c:401 builtin/update-ref.c:368
13269 msgid "create a reflog"
13270 msgstr ""
13271
13272 #: builtin/tag.c:403
13273 msgid "Tag listing options"
13274 msgstr ""
13275
13276 #: builtin/tag.c:404
13277 msgid "show tag list in columns"
13278 msgstr ""
13279
13280 #: builtin/tag.c:405 builtin/tag.c:407
13281 msgid "print only tags that contain the commit"
13282 msgstr ""
13283
13284 #: builtin/tag.c:406 builtin/tag.c:408
13285 msgid "print only tags that don't contain the commit"
13286 msgstr ""
13287
13288 #: builtin/tag.c:409
13289 msgid "print only tags that are merged"
13290 msgstr ""
13291
13292 #: builtin/tag.c:410
13293 msgid "print only tags that are not merged"
13294 msgstr ""
13295
13296 #: builtin/tag.c:415
13297 msgid "print only tags of the object"
13298 msgstr ""
13299
13300 #: builtin/tag.c:459
13301 msgid "--column and -n are incompatible"
13302 msgstr ""
13303
13304 #: builtin/tag.c:481
13305 msgid "-n option is only allowed in list mode"
13306 msgstr ""
13307
13308 #: builtin/tag.c:483
13309 msgid "--contains option is only allowed in list mode"
13310 msgstr ""
13311
13312 #: builtin/tag.c:485
13313 msgid "--no-contains option is only allowed in list mode"
13314 msgstr ""
13315
13316 #: builtin/tag.c:487
13317 msgid "--points-at option is only allowed in list mode"
13318 msgstr ""
13319
13320 #: builtin/tag.c:489
13321 msgid "--merged and --no-merged options are only allowed in list mode"
13322 msgstr ""
13323
13324 #: builtin/tag.c:500
13325 msgid "only one -F or -m option is allowed."
13326 msgstr ""
13327
13328 #: builtin/tag.c:519
13329 msgid "too many params"
13330 msgstr ""
13331
13332 #: builtin/tag.c:525
13333 #, c-format
13334 msgid "'%s' is not a valid tag name."
13335 msgstr ""
13336
13337 #: builtin/tag.c:530
13338 #, c-format
13339 msgid "tag '%s' already exists"
13340 msgstr ""
13341
13342 #: builtin/tag.c:561
13343 #, c-format
13344 msgid "Updated tag '%s' (was %s)\n"
13345 msgstr ""
13346
13347 #: builtin/unpack-objects.c:498
13348 msgid "Unpacking objects"
13349 msgstr ""
13350
13351 #: builtin/update-index.c:82
13352 #, c-format
13353 msgid "failed to create directory %s"
13354 msgstr ""
13355
13356 #: builtin/update-index.c:88
13357 #, c-format
13358 msgid "failed to stat %s"
13359 msgstr ""
13360
13361 #: builtin/update-index.c:98
13362 #, c-format
13363 msgid "failed to create file %s"
13364 msgstr ""
13365
13366 #: builtin/update-index.c:106
13367 #, c-format
13368 msgid "failed to delete file %s"
13369 msgstr ""
13370
13371 #: builtin/update-index.c:113 builtin/update-index.c:219
13372 #, c-format
13373 msgid "failed to delete directory %s"
13374 msgstr ""
13375
13376 #: builtin/update-index.c:138
13377 #, c-format
13378 msgid "Testing mtime in '%s' "
13379 msgstr ""
13380
13381 #: builtin/update-index.c:152
13382 msgid "directory stat info does not change after adding a new file"
13383 msgstr ""
13384
13385 #: builtin/update-index.c:165
13386 msgid "directory stat info does not change after adding a new directory"
13387 msgstr ""
13388
13389 #: builtin/update-index.c:178
13390 msgid "directory stat info changes after updating a file"
13391 msgstr ""
13392
13393 #: builtin/update-index.c:189
13394 msgid "directory stat info changes after adding a file inside subdirectory"
13395 msgstr ""
13396
13397 #: builtin/update-index.c:200
13398 msgid "directory stat info does not change after deleting a file"
13399 msgstr ""
13400
13401 #: builtin/update-index.c:213
13402 msgid "directory stat info does not change after deleting a directory"
13403 msgstr ""
13404
13405 #: builtin/update-index.c:220
13406 msgid " OK"
13407 msgstr ""
13408
13409 #: builtin/update-index.c:579
13410 msgid "git update-index [<options>] [--] [<file>...]"
13411 msgstr ""
13412
13413 #: builtin/update-index.c:936
13414 msgid "continue refresh even when index needs update"
13415 msgstr ""
13416
13417 #: builtin/update-index.c:939
13418 msgid "refresh: ignore submodules"
13419 msgstr ""
13420
13421 #: builtin/update-index.c:942
13422 msgid "do not ignore new files"
13423 msgstr ""
13424
13425 #: builtin/update-index.c:944
13426 msgid "let files replace directories and vice-versa"
13427 msgstr ""
13428
13429 #: builtin/update-index.c:946
13430 msgid "notice files missing from worktree"
13431 msgstr ""
13432
13433 #: builtin/update-index.c:948
13434 msgid "refresh even if index contains unmerged entries"
13435 msgstr ""
13436
13437 #: builtin/update-index.c:951
13438 msgid "refresh stat information"
13439 msgstr ""
13440
13441 #: builtin/update-index.c:955
13442 msgid "like --refresh, but ignore assume-unchanged setting"
13443 msgstr ""
13444
13445 #: builtin/update-index.c:959
13446 msgid "<mode>,<object>,<path>"
13447 msgstr ""
13448
13449 #: builtin/update-index.c:960
13450 msgid "add the specified entry to the index"
13451 msgstr ""
13452
13453 #: builtin/update-index.c:969
13454 msgid "mark files as \"not changing\""
13455 msgstr ""
13456
13457 #: builtin/update-index.c:972
13458 msgid "clear assumed-unchanged bit"
13459 msgstr ""
13460
13461 #: builtin/update-index.c:975
13462 msgid "mark files as \"index-only\""
13463 msgstr ""
13464
13465 #: builtin/update-index.c:978
13466 msgid "clear skip-worktree bit"
13467 msgstr ""
13468
13469 #: builtin/update-index.c:981
13470 msgid "add to index only; do not add content to object database"
13471 msgstr ""
13472
13473 #: builtin/update-index.c:983
13474 msgid "remove named paths even if present in worktree"
13475 msgstr ""
13476
13477 #: builtin/update-index.c:985
13478 msgid "with --stdin: input lines are terminated by null bytes"
13479 msgstr ""
13480
13481 #: builtin/update-index.c:987
13482 msgid "read list of paths to be updated from standard input"
13483 msgstr ""
13484
13485 #: builtin/update-index.c:991
13486 msgid "add entries from standard input to the index"
13487 msgstr ""
13488
13489 #: builtin/update-index.c:995
13490 msgid "repopulate stages #2 and #3 for the listed paths"
13491 msgstr ""
13492
13493 #: builtin/update-index.c:999
13494 msgid "only update entries that differ from HEAD"
13495 msgstr ""
13496
13497 #: builtin/update-index.c:1003
13498 msgid "ignore files missing from worktree"
13499 msgstr ""
13500
13501 #: builtin/update-index.c:1006
13502 msgid "report actions to standard output"
13503 msgstr ""
13504
13505 #: builtin/update-index.c:1008
13506 msgid "(for porcelains) forget saved unresolved conflicts"
13507 msgstr ""
13508
13509 #: builtin/update-index.c:1012
13510 msgid "write index in this format"
13511 msgstr ""
13512
13513 #: builtin/update-index.c:1014
13514 msgid "enable or disable split index"
13515 msgstr ""
13516
13517 #: builtin/update-index.c:1016
13518 msgid "enable/disable untracked cache"
13519 msgstr ""
13520
13521 #: builtin/update-index.c:1018
13522 msgid "test if the filesystem supports untracked cache"
13523 msgstr ""
13524
13525 #: builtin/update-index.c:1020
13526 msgid "enable untracked cache without testing the filesystem"
13527 msgstr ""
13528
13529 #: builtin/update-index.c:1022
13530 msgid "write out the index even if is not flagged as changed"
13531 msgstr ""
13532
13533 #: builtin/update-index.c:1024
13534 msgid "enable or disable file system monitor"
13535 msgstr ""
13536
13537 #: builtin/update-index.c:1026
13538 msgid "mark files as fsmonitor valid"
13539 msgstr ""
13540
13541 #: builtin/update-index.c:1029
13542 msgid "clear fsmonitor valid bit"
13543 msgstr ""
13544
13545 #: builtin/update-index.c:1127
13546 msgid ""
13547 "core.splitIndex is set to false; remove or change it, if you really want to "
13548 "enable split index"
13549 msgstr ""
13550
13551 #: builtin/update-index.c:1136
13552 msgid ""
13553 "core.splitIndex is set to true; remove or change it, if you really want to "
13554 "disable split index"
13555 msgstr ""
13556
13557 #: builtin/update-index.c:1147
13558 msgid ""
13559 "core.untrackedCache is set to true; remove or change it, if you really want "
13560 "to disable the untracked cache"
13561 msgstr ""
13562
13563 #: builtin/update-index.c:1151
13564 msgid "Untracked cache disabled"
13565 msgstr ""
13566
13567 #: builtin/update-index.c:1159
13568 msgid ""
13569 "core.untrackedCache is set to false; remove or change it, if you really want "
13570 "to enable the untracked cache"
13571 msgstr ""
13572
13573 #: builtin/update-index.c:1163
13574 #, c-format
13575 msgid "Untracked cache enabled for '%s'"
13576 msgstr ""
13577
13578 #: builtin/update-index.c:1171
13579 msgid "core.fsmonitor is unset; set it if you really want to enable fsmonitor"
13580 msgstr ""
13581
13582 #: builtin/update-index.c:1175
13583 msgid "fsmonitor enabled"
13584 msgstr ""
13585
13586 #: builtin/update-index.c:1178
13587 msgid ""
13588 "core.fsmonitor is set; remove it if you really want to disable fsmonitor"
13589 msgstr ""
13590
13591 #: builtin/update-index.c:1182
13592 msgid "fsmonitor disabled"
13593 msgstr ""
13594
13595 #: builtin/update-ref.c:10
13596 msgid "git update-ref [<options>] -d <refname> [<old-val>]"
13597 msgstr ""
13598
13599 #: builtin/update-ref.c:11
13600 msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"
13601 msgstr ""
13602
13603 #: builtin/update-ref.c:12
13604 msgid "git update-ref [<options>] --stdin [-z]"
13605 msgstr ""
13606
13607 #: builtin/update-ref.c:363
13608 msgid "delete the reference"
13609 msgstr ""
13610
13611 #: builtin/update-ref.c:365
13612 msgid "update <refname> not the one it points to"
13613 msgstr ""
13614
13615 #: builtin/update-ref.c:366
13616 msgid "stdin has NUL-terminated arguments"
13617 msgstr ""
13618
13619 #: builtin/update-ref.c:367
13620 msgid "read updates from stdin"
13621 msgstr ""
13622
13623 #: builtin/update-server-info.c:7
13624 msgid "git update-server-info [--force]"
13625 msgstr ""
13626
13627 #: builtin/update-server-info.c:15
13628 msgid "update the info files from scratch"
13629 msgstr ""
13630
13631 #: builtin/verify-commit.c:18
13632 msgid "git verify-commit [-v | --verbose] <commit>..."
13633 msgstr ""
13634
13635 #: builtin/verify-commit.c:73
13636 msgid "print commit contents"
13637 msgstr ""
13638
13639 #: builtin/verify-commit.c:74 builtin/verify-tag.c:38
13640 msgid "print raw gpg status output"
13641 msgstr ""
13642
13643 #: builtin/verify-pack.c:55
13644 msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
13645 msgstr ""
13646
13647 #: builtin/verify-pack.c:65
13648 msgid "verbose"
13649 msgstr ""
13650
13651 #: builtin/verify-pack.c:67
13652 msgid "show statistics only"
13653 msgstr ""
13654
13655 #: builtin/verify-tag.c:19
13656 msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
13657 msgstr ""
13658
13659 #: builtin/verify-tag.c:37
13660 msgid "print tag contents"
13661 msgstr ""
13662
13663 #: builtin/worktree.c:17
13664 msgid "git worktree add [<options>] <path> [<commit-ish>]"
13665 msgstr ""
13666
13667 #: builtin/worktree.c:18
13668 msgid "git worktree list [<options>]"
13669 msgstr ""
13670
13671 #: builtin/worktree.c:19
13672 msgid "git worktree lock [<options>] <path>"
13673 msgstr ""
13674
13675 #: builtin/worktree.c:20
13676 msgid "git worktree move <worktree> <new-path>"
13677 msgstr ""
13678
13679 #: builtin/worktree.c:21
13680 msgid "git worktree prune [<options>]"
13681 msgstr ""
13682
13683 #: builtin/worktree.c:22
13684 msgid "git worktree remove [<options>] <worktree>"
13685 msgstr ""
13686
13687 #: builtin/worktree.c:23
13688 msgid "git worktree unlock <path>"
13689 msgstr ""
13690
13691 #: builtin/worktree.c:60
13692 #, c-format
13693 msgid "Removing worktrees/%s: not a valid directory"
13694 msgstr ""
13695
13696 #: builtin/worktree.c:66
13697 #, c-format
13698 msgid "Removing worktrees/%s: gitdir file does not exist"
13699 msgstr ""
13700
13701 #: builtin/worktree.c:71 builtin/worktree.c:80
13702 #, c-format
13703 msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
13704 msgstr ""
13705
13706 #: builtin/worktree.c:90
13707 #, c-format
13708 msgid ""
13709 "Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "
13710 "%<PRIuMAX>)"
13711 msgstr ""
13712
13713 #: builtin/worktree.c:98
13714 #, c-format
13715 msgid "Removing worktrees/%s: invalid gitdir file"
13716 msgstr ""
13717
13718 #: builtin/worktree.c:114
13719 #, c-format
13720 msgid "Removing worktrees/%s: gitdir file points to non-existent location"
13721 msgstr ""
13722
13723 #: builtin/worktree.c:161
13724 msgid "report pruned working trees"
13725 msgstr ""
13726
13727 #: builtin/worktree.c:163
13728 msgid "expire working trees older than <time>"
13729 msgstr ""
13730
13731 #: builtin/worktree.c:238
13732 #, c-format
13733 msgid "'%s' already exists"
13734 msgstr ""
13735
13736 #: builtin/worktree.c:269
13737 #, c-format
13738 msgid "could not create directory of '%s'"
13739 msgstr ""
13740
13741 #: builtin/worktree.c:308
13742 #, c-format
13743 msgid "Preparing %s (identifier %s)"
13744 msgstr ""
13745
13746 #: builtin/worktree.c:385
13747 msgid "checkout <branch> even if already checked out in other worktree"
13748 msgstr ""
13749
13750 #: builtin/worktree.c:388
13751 msgid "create a new branch"
13752 msgstr ""
13753
13754 #: builtin/worktree.c:390
13755 msgid "create or reset a branch"
13756 msgstr ""
13757
13758 #: builtin/worktree.c:392
13759 msgid "populate the new working tree"
13760 msgstr ""
13761
13762 #: builtin/worktree.c:393
13763 msgid "keep the new working tree locked"
13764 msgstr ""
13765
13766 #: builtin/worktree.c:395
13767 msgid "set up tracking mode (see git-branch(1))"
13768 msgstr ""
13769
13770 #: builtin/worktree.c:398
13771 msgid "try to match the new branch name with a remote-tracking branch"
13772 msgstr ""
13773
13774 #: builtin/worktree.c:406
13775 msgid "-b, -B, and --detach are mutually exclusive"
13776 msgstr ""
13777
13778 #: builtin/worktree.c:471
13779 msgid "--[no-]track can only be used if a new branch is created"
13780 msgstr ""
13781
13782 #: builtin/worktree.c:571
13783 msgid "reason for locking"
13784 msgstr ""
13785
13786 #: builtin/worktree.c:583 builtin/worktree.c:616 builtin/worktree.c:670
13787 #: builtin/worktree.c:809
13788 #, c-format
13789 msgid "'%s' is not a working tree"
13790 msgstr ""
13791
13792 #: builtin/worktree.c:585 builtin/worktree.c:618
13793 msgid "The main working tree cannot be locked or unlocked"
13794 msgstr ""
13795
13796 #: builtin/worktree.c:590
13797 #, c-format
13798 msgid "'%s' is already locked, reason: %s"
13799 msgstr ""
13800
13801 #: builtin/worktree.c:592
13802 #, c-format
13803 msgid "'%s' is already locked"
13804 msgstr ""
13805
13806 #: builtin/worktree.c:620
13807 #, c-format
13808 msgid "'%s' is not locked"
13809 msgstr ""
13810
13811 #: builtin/worktree.c:645
13812 msgid "working trees containing submodules cannot be moved or removed"
13813 msgstr ""
13814
13815 #: builtin/worktree.c:672 builtin/worktree.c:811
13816 #, c-format
13817 msgid "'%s' is a main working tree"
13818 msgstr ""
13819
13820 #: builtin/worktree.c:677
13821 #, c-format
13822 msgid "could not figure out destination name from '%s'"
13823 msgstr ""
13824
13825 #: builtin/worktree.c:683
13826 #, c-format
13827 msgid "target '%s' already exists"
13828 msgstr ""
13829
13830 #: builtin/worktree.c:690
13831 #, c-format
13832 msgid "cannot move a locked working tree, lock reason: %s"
13833 msgstr ""
13834
13835 #: builtin/worktree.c:692
13836 msgid "cannot move a locked working tree"
13837 msgstr ""
13838
13839 #: builtin/worktree.c:695
13840 #, c-format
13841 msgid "validation failed, cannot move working tree: %s"
13842 msgstr ""
13843
13844 #: builtin/worktree.c:700
13845 #, c-format
13846 msgid "failed to move '%s' to '%s'"
13847 msgstr ""
13848
13849 #: builtin/worktree.c:748
13850 #, c-format
13851 msgid "failed to run 'git status' on '%s'"
13852 msgstr ""
13853
13854 #: builtin/worktree.c:752
13855 #, c-format
13856 msgid "'%s' is dirty, use --force to delete it"
13857 msgstr ""
13858
13859 #: builtin/worktree.c:757
13860 #, c-format
13861 msgid "failed to run 'git status' on '%s', code %d"
13862 msgstr ""
13863
13864 #: builtin/worktree.c:768 builtin/worktree.c:782
13865 #, c-format
13866 msgid "failed to delete '%s'"
13867 msgstr ""
13868
13869 #: builtin/worktree.c:794
13870 msgid "force removing even if the worktree is dirty"
13871 msgstr ""
13872
13873 #: builtin/worktree.c:815
13874 #, c-format
13875 msgid "cannot remove a locked working tree, lock reason: %s"
13876 msgstr ""
13877
13878 #: builtin/worktree.c:817
13879 msgid "cannot remove a locked working tree"
13880 msgstr ""
13881
13882 #: builtin/worktree.c:820
13883 #, c-format
13884 msgid "validation failed, cannot remove working tree: %s"
13885 msgstr ""
13886
13887 #: builtin/write-tree.c:14
13888 msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
13889 msgstr ""
13890
13891 #: builtin/write-tree.c:27
13892 msgid "<prefix>/"
13893 msgstr ""
13894
13895 #: builtin/write-tree.c:28
13896 msgid "write tree object for a subdirectory <prefix>"
13897 msgstr ""
13898
13899 #: builtin/write-tree.c:31
13900 msgid "only useful for debugging"
13901 msgstr ""
13902
13903 #: upload-pack.c:27
13904 msgid "git upload-pack [<options>] <dir>"
13905 msgstr ""
13906
13907 #: upload-pack.c:1070
13908 msgid "quit after a single request/response exchange"
13909 msgstr ""
13910
13911 #: upload-pack.c:1072
13912 msgid "exit immediately after initial ref advertisement"
13913 msgstr ""
13914
13915 #: upload-pack.c:1074
13916 msgid "do not try <directory>/.git/ if <directory> is no Git directory"
13917 msgstr ""
13918
13919 #: upload-pack.c:1076
13920 msgid "interrupt transfer after <n> seconds of inactivity"
13921 msgstr ""
13922
13923 #: credential-cache--daemon.c:222
13924 #, c-format
13925 msgid ""
13926 "The permissions on your socket directory are too loose; other\n"
13927 "users may be able to read your cached credentials. Consider running:\n"
13928 "\n"
13929 "\tchmod 0700 %s"
13930 msgstr ""
13931
13932 #: credential-cache--daemon.c:271
13933 msgid "print debugging messages to stderr"
13934 msgstr ""
13935
13936 #: git.c:8
13937 msgid ""
13938 "git [--version] [--help] [-C <path>] [-c <name>=<value>]\n"
13939 " [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n"
13940 " [-p | --paginate | --no-pager] [--no-replace-objects] [--bare]\n"
13941 " [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]\n"
13942 " <command> [<args>]"
13943 msgstr ""
13944
13945 #: git.c:15
13946 msgid ""
13947 "'git help -a' and 'git help -g' list available subcommands and some\n"
13948 "concept guides. See 'git help <command>' or 'git help <concept>'\n"
13949 "to read about a specific subcommand or concept."
13950 msgstr ""
13951
13952 #: git.c:95
13953 #, c-format
13954 msgid "no directory given for --git-dir\n"
13955 msgstr ""
13956
13957 #: git.c:109
13958 #, c-format
13959 msgid "no namespace given for --namespace\n"
13960 msgstr ""
13961
13962 #: git.c:123
13963 #, c-format
13964 msgid "no directory given for --work-tree\n"
13965 msgstr ""
13966
13967 #: git.c:137
13968 #, c-format
13969 msgid "no prefix given for --super-prefix\n"
13970 msgstr ""
13971
13972 #: git.c:159
13973 #, c-format
13974 msgid "-c expects a configuration string\n"
13975 msgstr ""
13976
13977 #: git.c:197
13978 #, c-format
13979 msgid "no directory given for -C\n"
13980 msgstr ""
13981
13982 #: git.c:212
13983 #, c-format
13984 msgid "unknown option: %s\n"
13985 msgstr ""
13986
13987 #: git.c:687
13988 #, c-format
13989 msgid "expansion of alias '%s' failed; '%s' is not a git command\n"
13990 msgstr ""
13991
13992 #: git.c:699
13993 #, c-format
13994 msgid "failed to run command '%s': %s\n"
13995 msgstr ""
13996
13997 #: http.c:342
13998 #, c-format
13999 msgid "negative value for http.postbuffer; defaulting to %d"
14000 msgstr ""
14001
14002 #: http.c:363
14003 msgid "Delegation control is not supported with cURL < 7.22.0"
14004 msgstr ""
14005
14006 #: http.c:372
14007 msgid "Public key pinning not supported with cURL < 7.44.0"
14008 msgstr ""
14009
14010 #: http.c:1857
14011 #, c-format
14012 msgid ""
14013 "unable to update url base from redirection:\n"
14014 " asked for: %s\n"
14015 " redirect: %s"
14016 msgstr ""
14017
14018 #: remote-curl.c:345
14019 #, c-format
14020 msgid "redirecting to %s"
14021 msgstr ""
14022
14023 #: list-objects-filter-options.h:59
14024 msgid "args"
14025 msgstr ""
14026
14027 #: list-objects-filter-options.h:60
14028 msgid "object filtering"
14029 msgstr ""
14030
14031 #: common-cmds.h:9
14032 msgid "start a working area (see also: git help tutorial)"
14033 msgstr ""
14034
14035 #: common-cmds.h:10
14036 msgid "work on the current change (see also: git help everyday)"
14037 msgstr ""
14038
14039 #: common-cmds.h:11
14040 msgid "examine the history and state (see also: git help revisions)"
14041 msgstr ""
14042
14043 #: common-cmds.h:12
14044 msgid "grow, mark and tweak your common history"
14045 msgstr ""
14046
14047 #: common-cmds.h:13
14048 msgid "collaborate (see also: git help workflows)"
14049 msgstr ""
14050
14051 #: common-cmds.h:17
14052 msgid "Add file contents to the index"
14053 msgstr ""
14054
14055 #: common-cmds.h:18
14056 msgid "Use binary search to find the commit that introduced a bug"
14057 msgstr ""
14058
14059 #: common-cmds.h:19
14060 msgid "List, create, or delete branches"
14061 msgstr ""
14062
14063 #: common-cmds.h:20
14064 msgid "Switch branches or restore working tree files"
14065 msgstr ""
14066
14067 #: common-cmds.h:21
14068 msgid "Clone a repository into a new directory"
14069 msgstr ""
14070
14071 #: common-cmds.h:22
14072 msgid "Record changes to the repository"
14073 msgstr ""
14074
14075 #: common-cmds.h:23
14076 msgid "Show changes between commits, commit and working tree, etc"
14077 msgstr ""
14078
14079 #: common-cmds.h:24
14080 msgid "Download objects and refs from another repository"
14081 msgstr ""
14082
14083 #: common-cmds.h:25
14084 msgid "Print lines matching a pattern"
14085 msgstr ""
14086
14087 #: common-cmds.h:26
14088 msgid "Create an empty Git repository or reinitialize an existing one"
14089 msgstr ""
14090
14091 #: common-cmds.h:27
14092 msgid "Show commit logs"
14093 msgstr ""
14094
14095 #: common-cmds.h:28
14096 msgid "Join two or more development histories together"
14097 msgstr ""
14098
14099 #: common-cmds.h:29
14100 msgid "Move or rename a file, a directory, or a symlink"
14101 msgstr ""
14102
14103 #: common-cmds.h:30
14104 msgid "Fetch from and integrate with another repository or a local branch"
14105 msgstr ""
14106
14107 #: common-cmds.h:31
14108 msgid "Update remote refs along with associated objects"
14109 msgstr ""
14110
14111 #: common-cmds.h:32
14112 msgid "Reapply commits on top of another base tip"
14113 msgstr ""
14114
14115 #: common-cmds.h:33
14116 msgid "Reset current HEAD to the specified state"
14117 msgstr ""
14118
14119 #: common-cmds.h:34
14120 msgid "Remove files from the working tree and from the index"
14121 msgstr ""
14122
14123 #: common-cmds.h:35
14124 msgid "Show various types of objects"
14125 msgstr ""
14126
14127 #: common-cmds.h:36
14128 msgid "Show the working tree status"
14129 msgstr ""
14130
14131 #: common-cmds.h:37
14132 msgid "Create, list, delete or verify a tag object signed with GPG"
14133 msgstr ""
14134
14135 #: parse-options.h:157
14136 msgid "expiry-date"
14137 msgstr ""
14138
14139 #: parse-options.h:172
14140 msgid "no-op (backward compatibility)"
14141 msgstr ""
14142
14143 #: parse-options.h:250
14144 msgid "be more verbose"
14145 msgstr ""
14146
14147 #: parse-options.h:252
14148 msgid "be more quiet"
14149 msgstr ""
14150
14151 #: parse-options.h:258
14152 msgid "use <n> digits to display SHA-1s"
14153 msgstr ""
14154
14155 #: rerere.h:40
14156 msgid "update the index with reused conflict resolution if possible"
14157 msgstr ""
14158
14159 #: git-bisect.sh:54
14160 msgid "You need to start by \"git bisect start\""
14161 msgstr ""
14162
14163 #. TRANSLATORS: Make sure to include [Y] and [n] in your
14164 #. translation. The program will only accept English input
14165 #. at this point.
14166 #: git-bisect.sh:60
14167 msgid "Do you want me to do it for you [Y/n]? "
14168 msgstr ""
14169
14170 #: git-bisect.sh:121
14171 #, sh-format
14172 msgid "unrecognised option: '$arg'"
14173 msgstr ""
14174
14175 #: git-bisect.sh:125
14176 #, sh-format
14177 msgid "'$arg' does not appear to be a valid revision"
14178 msgstr ""
14179
14180 #: git-bisect.sh:154
14181 msgid "Bad HEAD - I need a HEAD"
14182 msgstr ""
14183
14184 #: git-bisect.sh:167
14185 #, sh-format
14186 msgid ""
14187 "Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
14188 msgstr ""
14189
14190 #: git-bisect.sh:177
14191 msgid "won't bisect on cg-seek'ed tree"
14192 msgstr ""
14193
14194 #: git-bisect.sh:181
14195 msgid "Bad HEAD - strange symbolic ref"
14196 msgstr ""
14197
14198 #: git-bisect.sh:233
14199 #, sh-format
14200 msgid "Bad bisect_write argument: $state"
14201 msgstr ""
14202
14203 #: git-bisect.sh:246
14204 #, sh-format
14205 msgid "Bad rev input: $arg"
14206 msgstr ""
14207
14208 #: git-bisect.sh:265
14209 #, sh-format
14210 msgid "Bad rev input: $bisected_head"
14211 msgstr ""
14212
14213 #: git-bisect.sh:274
14214 #, sh-format
14215 msgid "Bad rev input: $rev"
14216 msgstr ""
14217
14218 #: git-bisect.sh:283
14219 #, sh-format
14220 msgid "'git bisect $TERM_BAD' can take only one argument."
14221 msgstr ""
14222
14223 #: git-bisect.sh:306
14224 #, sh-format
14225 msgid "Warning: bisecting only with a $TERM_BAD commit."
14226 msgstr ""
14227
14228 #. TRANSLATORS: Make sure to include [Y] and [n] in your
14229 #. translation. The program will only accept English input
14230 #. at this point.
14231 #: git-bisect.sh:312
14232 msgid "Are you sure [Y/n]? "
14233 msgstr ""
14234
14235 #: git-bisect.sh:324
14236 #, sh-format
14237 msgid ""
14238 "You need to give me at least one $bad_syn and one $good_syn revision.\n"
14239 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
14240 msgstr ""
14241
14242 #: git-bisect.sh:327
14243 #, sh-format
14244 msgid ""
14245 "You need to start by \"git bisect start\".\n"
14246 "You then need to give me at least one $good_syn and one $bad_syn revision.\n"
14247 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
14248 msgstr ""
14249
14250 #: git-bisect.sh:398 git-bisect.sh:512
14251 msgid "We are not bisecting."
14252 msgstr ""
14253
14254 #: git-bisect.sh:405
14255 #, sh-format
14256 msgid "'$invalid' is not a valid commit"
14257 msgstr ""
14258
14259 #: git-bisect.sh:414
14260 #, sh-format
14261 msgid ""
14262 "Could not check out original HEAD '$branch'.\n"
14263 "Try 'git bisect reset <commit>'."
14264 msgstr ""
14265
14266 #: git-bisect.sh:422
14267 msgid "No logfile given"
14268 msgstr ""
14269
14270 #: git-bisect.sh:423
14271 #, sh-format
14272 msgid "cannot read $file for replaying"
14273 msgstr ""
14274
14275 #: git-bisect.sh:444
14276 msgid "?? what are you talking about?"
14277 msgstr ""
14278
14279 #: git-bisect.sh:453
14280 msgid "bisect run failed: no command provided."
14281 msgstr ""
14282
14283 #: git-bisect.sh:458
14284 #, sh-format
14285 msgid "running $command"
14286 msgstr ""
14287
14288 #: git-bisect.sh:465
14289 #, sh-format
14290 msgid ""
14291 "bisect run failed:\n"
14292 "exit code $res from '$command' is < 0 or >= 128"
14293 msgstr ""
14294
14295 #: git-bisect.sh:491
14296 msgid "bisect run cannot continue any more"
14297 msgstr ""
14298
14299 #: git-bisect.sh:497
14300 #, sh-format
14301 msgid ""
14302 "bisect run failed:\n"
14303 "'bisect_state $state' exited with error code $res"
14304 msgstr ""
14305
14306 #: git-bisect.sh:504
14307 msgid "bisect run success"
14308 msgstr ""
14309
14310 #: git-bisect.sh:533
14311 #, sh-format
14312 msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
14313 msgstr ""
14314
14315 #: git-bisect.sh:567
14316 msgid "no terms defined"
14317 msgstr ""
14318
14319 #: git-bisect.sh:584
14320 #, sh-format
14321 msgid ""
14322 "invalid argument $arg for 'git bisect terms'.\n"
14323 "Supported options are: --term-good|--term-old and --term-bad|--term-new."
14324 msgstr ""
14325
14326 #: git-merge-octopus.sh:46
14327 msgid ""
14328 "Error: Your local changes to the following files would be overwritten by "
14329 "merge"
14330 msgstr ""
14331
14332 #: git-merge-octopus.sh:61
14333 msgid "Automated merge did not work."
14334 msgstr ""
14335
14336 #: git-merge-octopus.sh:62
14337 msgid "Should not be doing an octopus."
14338 msgstr ""
14339
14340 #: git-merge-octopus.sh:73
14341 #, sh-format
14342 msgid "Unable to find common commit with $pretty_name"
14343 msgstr ""
14344
14345 #: git-merge-octopus.sh:77
14346 #, sh-format
14347 msgid "Already up to date with $pretty_name"
14348 msgstr ""
14349
14350 #: git-merge-octopus.sh:89
14351 #, sh-format
14352 msgid "Fast-forwarding to: $pretty_name"
14353 msgstr ""
14354
14355 #: git-merge-octopus.sh:97
14356 #, sh-format
14357 msgid "Trying simple merge with $pretty_name"
14358 msgstr ""
14359
14360 #: git-merge-octopus.sh:102
14361 msgid "Simple merge did not work, trying automatic merge."
14362 msgstr ""
14363
14364 #: git-rebase.sh:60
14365 msgid ""
14366 "Resolve all conflicts manually, mark them as resolved with\n"
14367 "\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"
14368 "You can instead skip this commit: run \"git rebase --skip\".\n"
14369 "To abort and get back to the state before \"git rebase\", run \"git rebase --"
14370 "abort\"."
14371 msgstr ""
14372
14373 #: git-rebase.sh:163 git-rebase.sh:409
14374 #, sh-format
14375 msgid "Could not move back to $head_name"
14376 msgstr ""
14377
14378 #: git-rebase.sh:174
14379 msgid "Applied autostash."
14380 msgstr ""
14381
14382 #: git-rebase.sh:177
14383 #, sh-format
14384 msgid "Cannot store $stash_sha1"
14385 msgstr ""
14386
14387 #: git-rebase.sh:218
14388 msgid "The pre-rebase hook refused to rebase."
14389 msgstr ""
14390
14391 #: git-rebase.sh:223
14392 msgid "It looks like 'git am' is in progress. Cannot rebase."
14393 msgstr ""
14394
14395 #: git-rebase.sh:370
14396 msgid "No rebase in progress?"
14397 msgstr ""
14398
14399 #: git-rebase.sh:381
14400 msgid "The --edit-todo action can only be used during interactive rebase."
14401 msgstr ""
14402
14403 #: git-rebase.sh:388
14404 msgid "Cannot read HEAD"
14405 msgstr ""
14406
14407 #: git-rebase.sh:391
14408 msgid ""
14409 "You must edit all merge conflicts and then\n"
14410 "mark them as resolved using git add"
14411 msgstr ""
14412
14413 #: git-rebase.sh:435
14414 #, sh-format
14415 msgid ""
14416 "It seems that there is already a $state_dir_base directory, and\n"
14417 "I wonder if you are in the middle of another rebase. If that is the\n"
14418 "case, please try\n"
14419 "\t$cmd_live_rebase\n"
14420 "If that is not the case, please\n"
14421 "\t$cmd_clear_stale_rebase\n"
14422 "and run me again. I am stopping in case you still have something\n"
14423 "valuable there."
14424 msgstr ""
14425
14426 #: git-rebase.sh:491
14427 #, sh-format
14428 msgid "invalid upstream '$upstream_name'"
14429 msgstr ""
14430
14431 #: git-rebase.sh:515
14432 #, sh-format
14433 msgid "$onto_name: there are more than one merge bases"
14434 msgstr ""
14435
14436 #: git-rebase.sh:518 git-rebase.sh:522
14437 #, sh-format
14438 msgid "$onto_name: there is no merge base"
14439 msgstr ""
14440
14441 #: git-rebase.sh:527
14442 #, sh-format
14443 msgid "Does not point to a valid commit: $onto_name"
14444 msgstr ""
14445
14446 #: git-rebase.sh:553
14447 #, sh-format
14448 msgid "fatal: no such branch/commit '$branch_name'"
14449 msgstr ""
14450
14451 #: git-rebase.sh:586
14452 msgid "Cannot autostash"
14453 msgstr ""
14454
14455 #: git-rebase.sh:591
14456 #, sh-format
14457 msgid "Created autostash: $stash_abbrev"
14458 msgstr ""
14459
14460 #: git-rebase.sh:595
14461 msgid "Please commit or stash them."
14462 msgstr ""
14463
14464 #: git-rebase.sh:618
14465 #, sh-format
14466 msgid "HEAD is up to date."
14467 msgstr ""
14468
14469 #: git-rebase.sh:620
14470 #, sh-format
14471 msgid "Current branch $branch_name is up to date."
14472 msgstr ""
14473
14474 #: git-rebase.sh:628
14475 #, sh-format
14476 msgid "HEAD is up to date, rebase forced."
14477 msgstr ""
14478
14479 #: git-rebase.sh:630
14480 #, sh-format
14481 msgid "Current branch $branch_name is up to date, rebase forced."
14482 msgstr ""
14483
14484 #: git-rebase.sh:642
14485 #, sh-format
14486 msgid "Changes from $mb to $onto:"
14487 msgstr ""
14488
14489 #: git-rebase.sh:651
14490 msgid "First, rewinding head to replay your work on top of it..."
14491 msgstr ""
14492
14493 #: git-rebase.sh:661
14494 #, sh-format
14495 msgid "Fast-forwarded $branch_name to $onto_name."
14496 msgstr ""
14497
14498 #: git-stash.sh:61
14499 msgid "git stash clear with parameters is unimplemented"
14500 msgstr ""
14501
14502 #: git-stash.sh:108
14503 msgid "You do not have the initial commit yet"
14504 msgstr ""
14505
14506 #: git-stash.sh:123
14507 msgid "Cannot save the current index state"
14508 msgstr ""
14509
14510 #: git-stash.sh:138
14511 msgid "Cannot save the untracked files"
14512 msgstr ""
14513
14514 #: git-stash.sh:158 git-stash.sh:171
14515 msgid "Cannot save the current worktree state"
14516 msgstr ""
14517
14518 #: git-stash.sh:175
14519 msgid "No changes selected"
14520 msgstr ""
14521
14522 #: git-stash.sh:178
14523 msgid "Cannot remove temporary index (can't happen)"
14524 msgstr ""
14525
14526 #: git-stash.sh:191
14527 msgid "Cannot record working tree state"
14528 msgstr ""
14529
14530 #: git-stash.sh:229
14531 #, sh-format
14532 msgid "Cannot update $ref_stash with $w_commit"
14533 msgstr ""
14534
14535 #: git-stash.sh:281
14536 #, sh-format
14537 msgid "error: unknown option for 'stash push': $option"
14538 msgstr ""
14539
14540 #: git-stash.sh:295
14541 msgid "Can't use --patch and --include-untracked or --all at the same time"
14542 msgstr ""
14543
14544 #: git-stash.sh:303
14545 msgid "No local changes to save"
14546 msgstr ""
14547
14548 #: git-stash.sh:308
14549 msgid "Cannot initialize stash"
14550 msgstr ""
14551
14552 #: git-stash.sh:312
14553 msgid "Cannot save the current status"
14554 msgstr ""
14555
14556 #: git-stash.sh:313
14557 #, sh-format
14558 msgid "Saved working directory and index state $stash_msg"
14559 msgstr ""
14560
14561 #: git-stash.sh:340
14562 msgid "Cannot remove worktree changes"
14563 msgstr ""
14564
14565 #: git-stash.sh:488
14566 #, sh-format
14567 msgid "unknown option: $opt"
14568 msgstr ""
14569
14570 #: git-stash.sh:501
14571 msgid "No stash entries found."
14572 msgstr ""
14573
14574 #: git-stash.sh:508
14575 #, sh-format
14576 msgid "Too many revisions specified: $REV"
14577 msgstr ""
14578
14579 #: git-stash.sh:523
14580 #, sh-format
14581 msgid "$reference is not a valid reference"
14582 msgstr ""
14583
14584 #: git-stash.sh:551
14585 #, sh-format
14586 msgid "'$args' is not a stash-like commit"
14587 msgstr ""
14588
14589 #: git-stash.sh:562
14590 #, sh-format
14591 msgid "'$args' is not a stash reference"
14592 msgstr ""
14593
14594 #: git-stash.sh:570
14595 msgid "unable to refresh index"
14596 msgstr ""
14597
14598 #: git-stash.sh:574
14599 msgid "Cannot apply a stash in the middle of a merge"
14600 msgstr ""
14601
14602 #: git-stash.sh:582
14603 msgid "Conflicts in index. Try without --index."
14604 msgstr ""
14605
14606 #: git-stash.sh:584
14607 msgid "Could not save index tree"
14608 msgstr ""
14609
14610 #: git-stash.sh:593
14611 msgid "Could not restore untracked files from stash entry"
14612 msgstr ""
14613
14614 #: git-stash.sh:618
14615 msgid "Cannot unstage modified files"
14616 msgstr ""
14617
14618 #: git-stash.sh:633
14619 msgid "Index was not unstashed."
14620 msgstr ""
14621
14622 #: git-stash.sh:647
14623 msgid "The stash entry is kept in case you need it again."
14624 msgstr ""
14625
14626 #: git-stash.sh:656
14627 #, sh-format
14628 msgid "Dropped ${REV} ($s)"
14629 msgstr ""
14630
14631 #: git-stash.sh:657
14632 #, sh-format
14633 msgid "${REV}: Could not drop stash entry"
14634 msgstr ""
14635
14636 #: git-stash.sh:665
14637 msgid "No branch name specified"
14638 msgstr ""
14639
14640 #: git-stash.sh:744
14641 msgid "(To restore them type \"git stash apply\")"
14642 msgstr ""
14643
14644 #: git-submodule.sh:181
14645 msgid "Relative path can only be used from the toplevel of the working tree"
14646 msgstr ""
14647
14648 #: git-submodule.sh:191
14649 #, sh-format
14650 msgid "repo URL: '$repo' must be absolute or begin with ./|../"
14651 msgstr ""
14652
14653 #: git-submodule.sh:210
14654 #, sh-format
14655 msgid "'$sm_path' already exists in the index"
14656 msgstr ""
14657
14658 #: git-submodule.sh:213
14659 #, sh-format
14660 msgid "'$sm_path' already exists in the index and is not a submodule"
14661 msgstr ""
14662
14663 #: git-submodule.sh:219
14664 #, sh-format
14665 msgid ""
14666 "The following path is ignored by one of your .gitignore files:\n"
14667 "$sm_path\n"
14668 "Use -f if you really want to add it."
14669 msgstr ""
14670
14671 #: git-submodule.sh:237
14672 #, sh-format
14673 msgid "Adding existing repo at '$sm_path' to the index"
14674 msgstr ""
14675
14676 #: git-submodule.sh:239
14677 #, sh-format
14678 msgid "'$sm_path' already exists and is not a valid git repo"
14679 msgstr ""
14680
14681 #: git-submodule.sh:247
14682 #, sh-format
14683 msgid "A git directory for '$sm_name' is found locally with remote(s):"
14684 msgstr ""
14685
14686 #: git-submodule.sh:249
14687 #, sh-format
14688 msgid ""
14689 "If you want to reuse this local git directory instead of cloning again from\n"
14690 " $realrepo\n"
14691 "use the '--force' option. If the local git directory is not the correct "
14692 "repo\n"
14693 "or you are unsure what this means choose another name with the '--name' "
14694 "option."
14695 msgstr ""
14696
14697 #: git-submodule.sh:255
14698 #, sh-format
14699 msgid "Reactivating local git directory for submodule '$sm_name'."
14700 msgstr ""
14701
14702 #: git-submodule.sh:267
14703 #, sh-format
14704 msgid "Unable to checkout submodule '$sm_path'"
14705 msgstr ""
14706
14707 #: git-submodule.sh:272
14708 #, sh-format
14709 msgid "Failed to add submodule '$sm_path'"
14710 msgstr ""
14711
14712 #: git-submodule.sh:281
14713 #, sh-format
14714 msgid "Failed to register submodule '$sm_path'"
14715 msgstr ""
14716
14717 #: git-submodule.sh:342
14718 #, sh-format
14719 msgid "Entering '$displaypath'"
14720 msgstr ""
14721
14722 #: git-submodule.sh:362
14723 #, sh-format
14724 msgid "Stopping at '$displaypath'; script returned non-zero status."
14725 msgstr ""
14726
14727 #: git-submodule.sh:584
14728 #, sh-format
14729 msgid "Unable to find current revision in submodule path '$displaypath'"
14730 msgstr ""
14731
14732 #: git-submodule.sh:594
14733 #, sh-format
14734 msgid "Unable to fetch in submodule path '$sm_path'"
14735 msgstr ""
14736
14737 #: git-submodule.sh:599
14738 #, sh-format
14739 msgid ""
14740 "Unable to find current ${remote_name}/${branch} revision in submodule path "
14741 "'$sm_path'"
14742 msgstr ""
14743
14744 #: git-submodule.sh:617
14745 #, sh-format
14746 msgid "Unable to fetch in submodule path '$displaypath'"
14747 msgstr ""
14748
14749 #: git-submodule.sh:623
14750 #, sh-format
14751 msgid ""
14752 "Fetched in submodule path '$displaypath', but it did not contain $sha1. "
14753 "Direct fetching of that commit failed."
14754 msgstr ""
14755
14756 #: git-submodule.sh:630
14757 #, sh-format
14758 msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
14759 msgstr ""
14760
14761 #: git-submodule.sh:631
14762 #, sh-format
14763 msgid "Submodule path '$displaypath': checked out '$sha1'"
14764 msgstr ""
14765
14766 #: git-submodule.sh:635
14767 #, sh-format
14768 msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
14769 msgstr ""
14770
14771 #: git-submodule.sh:636
14772 #, sh-format
14773 msgid "Submodule path '$displaypath': rebased into '$sha1'"
14774 msgstr ""
14775
14776 #: git-submodule.sh:641
14777 #, sh-format
14778 msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
14779 msgstr ""
14780
14781 #: git-submodule.sh:642
14782 #, sh-format
14783 msgid "Submodule path '$displaypath': merged in '$sha1'"
14784 msgstr ""
14785
14786 #: git-submodule.sh:647
14787 #, sh-format
14788 msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
14789 msgstr ""
14790
14791 #: git-submodule.sh:648
14792 #, sh-format
14793 msgid "Submodule path '$displaypath': '$command $sha1'"
14794 msgstr ""
14795
14796 #: git-submodule.sh:679
14797 #, sh-format
14798 msgid "Failed to recurse into submodule path '$displaypath'"
14799 msgstr ""
14800
14801 #: git-submodule.sh:775
14802 msgid "The --cached option cannot be used with the --files option"
14803 msgstr ""
14804
14805 #: git-submodule.sh:827
14806 #, sh-format
14807 msgid "unexpected mode $mod_dst"
14808 msgstr ""
14809
14810 #: git-submodule.sh:847
14811 #, sh-format
14812 msgid " Warn: $display_name doesn't contain commit $sha1_src"
14813 msgstr ""
14814
14815 #: git-submodule.sh:850
14816 #, sh-format
14817 msgid " Warn: $display_name doesn't contain commit $sha1_dst"
14818 msgstr ""
14819
14820 #: git-submodule.sh:853
14821 #, sh-format
14822 msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
14823 msgstr ""
14824
14825 #: git-parse-remote.sh:89
14826 #, sh-format
14827 msgid "See git-${cmd}(1) for details."
14828 msgstr ""
14829
14830 #: git-rebase--interactive.sh:140
14831 #, sh-format
14832 msgid "Rebasing ($new_count/$total)"
14833 msgstr ""
14834
14835 #: git-rebase--interactive.sh:156
14836 msgid ""
14837 "\n"
14838 "Commands:\n"
14839 "p, pick = use commit\n"
14840 "r, reword = use commit, but edit the commit message\n"
14841 "e, edit = use commit, but stop for amending\n"
14842 "s, squash = use commit, but meld into previous commit\n"
14843 "f, fixup = like \"squash\", but discard this commit's log message\n"
14844 "x, exec = run command (the rest of the line) using shell\n"
14845 "d, drop = remove commit\n"
14846 "\n"
14847 "These lines can be re-ordered; they are executed from top to bottom.\n"
14848 msgstr ""
14849
14850 #: git-rebase--interactive.sh:171
14851 msgid ""
14852 "\n"
14853 "Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
14854 msgstr ""
14855
14856 #: git-rebase--interactive.sh:175
14857 msgid ""
14858 "\n"
14859 "If you remove a line here THAT COMMIT WILL BE LOST.\n"
14860 msgstr ""
14861
14862 #: git-rebase--interactive.sh:213
14863 #, sh-format
14864 msgid ""
14865 "You can amend the commit now, with\n"
14866 "\n"
14867 "\tgit commit --amend $gpg_sign_opt_quoted\n"
14868 "\n"
14869 "Once you are satisfied with your changes, run\n"
14870 "\n"
14871 "\tgit rebase --continue"
14872 msgstr ""
14873
14874 #: git-rebase--interactive.sh:238
14875 #, sh-format
14876 msgid "$sha1: not a commit that can be picked"
14877 msgstr ""
14878
14879 #: git-rebase--interactive.sh:277
14880 #, sh-format
14881 msgid "Invalid commit name: $sha1"
14882 msgstr ""
14883
14884 #: git-rebase--interactive.sh:319
14885 msgid "Cannot write current commit's replacement sha1"
14886 msgstr ""
14887
14888 #: git-rebase--interactive.sh:371
14889 #, sh-format
14890 msgid "Fast-forward to $sha1"
14891 msgstr ""
14892
14893 #: git-rebase--interactive.sh:373
14894 #, sh-format
14895 msgid "Cannot fast-forward to $sha1"
14896 msgstr ""
14897
14898 #: git-rebase--interactive.sh:382
14899 #, sh-format
14900 msgid "Cannot move HEAD to $first_parent"
14901 msgstr ""
14902
14903 #: git-rebase--interactive.sh:387
14904 #, sh-format
14905 msgid "Refusing to squash a merge: $sha1"
14906 msgstr ""
14907
14908 #: git-rebase--interactive.sh:405
14909 #, sh-format
14910 msgid "Error redoing merge $sha1"
14911 msgstr ""
14912
14913 #: git-rebase--interactive.sh:414
14914 #, sh-format
14915 msgid "Could not pick $sha1"
14916 msgstr ""
14917
14918 #: git-rebase--interactive.sh:423
14919 #, sh-format
14920 msgid "This is the commit message #${n}:"
14921 msgstr ""
14922
14923 #: git-rebase--interactive.sh:428
14924 #, sh-format
14925 msgid "The commit message #${n} will be skipped:"
14926 msgstr ""
14927
14928 #: git-rebase--interactive.sh:439
14929 #, sh-format
14930 msgid "This is a combination of $count commit."
14931 msgid_plural "This is a combination of $count commits."
14932 msgstr[0] ""
14933 msgstr[1] ""
14934
14935 #: git-rebase--interactive.sh:448
14936 #, sh-format
14937 msgid "Cannot write $fixup_msg"
14938 msgstr ""
14939
14940 #: git-rebase--interactive.sh:451
14941 msgid "This is a combination of 2 commits."
14942 msgstr ""
14943
14944 #: git-rebase--interactive.sh:492 git-rebase--interactive.sh:535
14945 #: git-rebase--interactive.sh:538
14946 #, sh-format
14947 msgid "Could not apply $sha1... $rest"
14948 msgstr ""
14949
14950 #: git-rebase--interactive.sh:567
14951 #, sh-format
14952 msgid ""
14953 "Could not amend commit after successfully picking $sha1... $rest\n"
14954 "This is most likely due to an empty commit message, or the pre-commit hook\n"
14955 "failed. If the pre-commit hook failed, you may need to resolve the issue "
14956 "before\n"
14957 "you are able to reword the commit."
14958 msgstr ""
14959
14960 #: git-rebase--interactive.sh:582
14961 #, sh-format
14962 msgid "Stopped at $sha1_abbrev... $rest"
14963 msgstr ""
14964
14965 #: git-rebase--interactive.sh:597
14966 #, sh-format
14967 msgid "Cannot '$squash_style' without a previous commit"
14968 msgstr ""
14969
14970 #: git-rebase--interactive.sh:639
14971 #, sh-format
14972 msgid "Executing: $rest"
14973 msgstr ""
14974
14975 #: git-rebase--interactive.sh:647
14976 #, sh-format
14977 msgid "Execution failed: $rest"
14978 msgstr ""
14979
14980 #: git-rebase--interactive.sh:649
14981 msgid "and made changes to the index and/or the working tree"
14982 msgstr ""
14983
14984 #: git-rebase--interactive.sh:651
14985 msgid ""
14986 "You can fix the problem, and then run\n"
14987 "\n"
14988 "\tgit rebase --continue"
14989 msgstr ""
14990
14991 #. TRANSLATORS: after these lines is a command to be issued by the user
14992 #: git-rebase--interactive.sh:664
14993 #, sh-format
14994 msgid ""
14995 "Execution succeeded: $rest\n"
14996 "but left changes to the index and/or the working tree\n"
14997 "Commit or stash your changes, and then run\n"
14998 "\n"
14999 "\tgit rebase --continue"
15000 msgstr ""
15001
15002 #: git-rebase--interactive.sh:675
15003 #, sh-format
15004 msgid "Unknown command: $command $sha1 $rest"
15005 msgstr ""
15006
15007 #: git-rebase--interactive.sh:676
15008 msgid "Please fix this using 'git rebase --edit-todo'."
15009 msgstr ""
15010
15011 #: git-rebase--interactive.sh:711
15012 #, sh-format
15013 msgid "Successfully rebased and updated $head_name."
15014 msgstr ""
15015
15016 #: git-rebase--interactive.sh:735
15017 msgid "could not detach HEAD"
15018 msgstr ""
15019
15020 #: git-rebase--interactive.sh:771
15021 msgid "Could not remove CHERRY_PICK_HEAD"
15022 msgstr ""
15023
15024 #: git-rebase--interactive.sh:776
15025 #, sh-format
15026 msgid ""
15027 "You have staged changes in your working tree.\n"
15028 "If these changes are meant to be\n"
15029 "squashed into the previous commit, run:\n"
15030 "\n"
15031 " git commit --amend $gpg_sign_opt_quoted\n"
15032 "\n"
15033 "If they are meant to go into a new commit, run:\n"
15034 "\n"
15035 " git commit $gpg_sign_opt_quoted\n"
15036 "\n"
15037 "In both cases, once you're done, continue with:\n"
15038 "\n"
15039 " git rebase --continue\n"
15040 msgstr ""
15041
15042 #: git-rebase--interactive.sh:793
15043 msgid "Error trying to find the author identity to amend commit"
15044 msgstr ""
15045
15046 #: git-rebase--interactive.sh:798
15047 msgid ""
15048 "You have uncommitted changes in your working tree. Please commit them\n"
15049 "first and then run 'git rebase --continue' again."
15050 msgstr ""
15051
15052 #: git-rebase--interactive.sh:803 git-rebase--interactive.sh:807
15053 msgid "Could not commit staged changes."
15054 msgstr ""
15055
15056 #: git-rebase--interactive.sh:836
15057 msgid ""
15058 "\n"
15059 "You are editing the todo file of an ongoing interactive rebase.\n"
15060 "To continue rebase after editing, run:\n"
15061 " git rebase --continue\n"
15062 "\n"
15063 msgstr ""
15064
15065 #: git-rebase--interactive.sh:844 git-rebase--interactive.sh:1008
15066 msgid "Could not execute editor"
15067 msgstr ""
15068
15069 #: git-rebase--interactive.sh:860
15070 #, sh-format
15071 msgid "Could not checkout $switch_to"
15072 msgstr ""
15073
15074 #: git-rebase--interactive.sh:865
15075 msgid "No HEAD?"
15076 msgstr ""
15077
15078 #: git-rebase--interactive.sh:866
15079 #, sh-format
15080 msgid "Could not create temporary $state_dir"
15081 msgstr ""
15082
15083 #: git-rebase--interactive.sh:869
15084 msgid "Could not mark as interactive"
15085 msgstr ""
15086
15087 #: git-rebase--interactive.sh:879 git-rebase--interactive.sh:884
15088 msgid "Could not init rewritten commits"
15089 msgstr ""
15090
15091 #: git-rebase--interactive.sh:910
15092 msgid "Could not generate todo list"
15093 msgstr ""
15094
15095 #: git-rebase--interactive.sh:986
15096 #, sh-format
15097 msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
15098 msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
15099 msgstr[0] ""
15100 msgstr[1] ""
15101
15102 #: git-rebase--interactive.sh:991
15103 msgid ""
15104 "\n"
15105 "However, if you remove everything, the rebase will be aborted.\n"
15106 "\n"
15107 msgstr ""
15108
15109 #: git-rebase--interactive.sh:998
15110 msgid "Note that empty commits are commented out"
15111 msgstr ""
15112
15113 #: git-sh-setup.sh:89 git-sh-setup.sh:94
15114 #, sh-format
15115 msgid "usage: $dashless $USAGE"
15116 msgstr ""
15117
15118 #: git-sh-setup.sh:190
15119 #, sh-format
15120 msgid "Cannot chdir to $cdup, the toplevel of the working tree"
15121 msgstr ""
15122
15123 #: git-sh-setup.sh:199 git-sh-setup.sh:206
15124 #, sh-format
15125 msgid "fatal: $program_name cannot be used without a working tree."
15126 msgstr ""
15127
15128 #: git-sh-setup.sh:220
15129 msgid "Cannot rebase: You have unstaged changes."
15130 msgstr ""
15131
15132 #: git-sh-setup.sh:223
15133 msgid "Cannot rewrite branches: You have unstaged changes."
15134 msgstr ""
15135
15136 #: git-sh-setup.sh:226
15137 msgid "Cannot pull with rebase: You have unstaged changes."
15138 msgstr ""
15139
15140 #: git-sh-setup.sh:229
15141 #, sh-format
15142 msgid "Cannot $action: You have unstaged changes."
15143 msgstr ""
15144
15145 #: git-sh-setup.sh:242
15146 msgid "Cannot rebase: Your index contains uncommitted changes."
15147 msgstr ""
15148
15149 #: git-sh-setup.sh:245
15150 msgid "Cannot pull with rebase: Your index contains uncommitted changes."
15151 msgstr ""
15152
15153 #: git-sh-setup.sh:248
15154 #, sh-format
15155 msgid "Cannot $action: Your index contains uncommitted changes."
15156 msgstr ""
15157
15158 #: git-sh-setup.sh:252
15159 msgid "Additionally, your index contains uncommitted changes."
15160 msgstr ""
15161
15162 #: git-sh-setup.sh:372
15163 msgid "You need to run this command from the toplevel of the working tree."
15164 msgstr ""
15165
15166 #: git-sh-setup.sh:377
15167 msgid "Unable to determine absolute path of git directory"
15168 msgstr ""
15169
15170 #. TRANSLATORS: you can adjust this to align "git add -i" status menu
15171 #: git-add--interactive.perl:196
15172 #, perl-format
15173 msgid "%12s %12s %s"
15174 msgstr ""
15175
15176 #: git-add--interactive.perl:197
15177 msgid "staged"
15178 msgstr ""
15179
15180 #: git-add--interactive.perl:197
15181 msgid "unstaged"
15182 msgstr ""
15183
15184 #: git-add--interactive.perl:246 git-add--interactive.perl:271
15185 msgid "binary"
15186 msgstr ""
15187
15188 #: git-add--interactive.perl:255 git-add--interactive.perl:309
15189 msgid "nothing"
15190 msgstr ""
15191
15192 #: git-add--interactive.perl:291 git-add--interactive.perl:306
15193 msgid "unchanged"
15194 msgstr ""
15195
15196 #: git-add--interactive.perl:602
15197 #, perl-format
15198 msgid "added %d path\n"
15199 msgid_plural "added %d paths\n"
15200 msgstr[0] ""
15201 msgstr[1] ""
15202
15203 #: git-add--interactive.perl:605
15204 #, perl-format
15205 msgid "updated %d path\n"
15206 msgid_plural "updated %d paths\n"
15207 msgstr[0] ""
15208 msgstr[1] ""
15209
15210 #: git-add--interactive.perl:608
15211 #, perl-format
15212 msgid "reverted %d path\n"
15213 msgid_plural "reverted %d paths\n"
15214 msgstr[0] ""
15215 msgstr[1] ""
15216
15217 #: git-add--interactive.perl:611
15218 #, perl-format
15219 msgid "touched %d path\n"
15220 msgid_plural "touched %d paths\n"
15221 msgstr[0] ""
15222 msgstr[1] ""
15223
15224 #: git-add--interactive.perl:620
15225 msgid "Update"
15226 msgstr ""
15227
15228 #: git-add--interactive.perl:632
15229 msgid "Revert"
15230 msgstr ""
15231
15232 #: git-add--interactive.perl:655
15233 #, perl-format
15234 msgid "note: %s is untracked now.\n"
15235 msgstr ""
15236
15237 #: git-add--interactive.perl:666
15238 msgid "Add untracked"
15239 msgstr ""
15240
15241 #: git-add--interactive.perl:672
15242 msgid "No untracked files.\n"
15243 msgstr ""
15244
15245 #: git-add--interactive.perl:1026
15246 msgid ""
15247 "If the patch applies cleanly, the edited hunk will immediately be\n"
15248 "marked for staging."
15249 msgstr ""
15250
15251 #: git-add--interactive.perl:1029
15252 msgid ""
15253 "If the patch applies cleanly, the edited hunk will immediately be\n"
15254 "marked for stashing."
15255 msgstr ""
15256
15257 #: git-add--interactive.perl:1032
15258 msgid ""
15259 "If the patch applies cleanly, the edited hunk will immediately be\n"
15260 "marked for unstaging."
15261 msgstr ""
15262
15263 #: git-add--interactive.perl:1035 git-add--interactive.perl:1044
15264 msgid ""
15265 "If the patch applies cleanly, the edited hunk will immediately be\n"
15266 "marked for applying."
15267 msgstr ""
15268
15269 #: git-add--interactive.perl:1038 git-add--interactive.perl:1041
15270 msgid ""
15271 "If the patch applies cleanly, the edited hunk will immediately be\n"
15272 "marked for discarding."
15273 msgstr ""
15274
15275 #: git-add--interactive.perl:1078
15276 #, perl-format
15277 msgid "failed to open hunk edit file for writing: %s"
15278 msgstr ""
15279
15280 #: git-add--interactive.perl:1079
15281 msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
15282 msgstr ""
15283
15284 #: git-add--interactive.perl:1085
15285 #, perl-format
15286 msgid ""
15287 "---\n"
15288 "To remove '%s' lines, make them ' ' lines (context).\n"
15289 "To remove '%s' lines, delete them.\n"
15290 "Lines starting with %s will be removed.\n"
15291 msgstr ""
15292
15293 #. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
15294 #: git-add--interactive.perl:1093
15295 msgid ""
15296 "If it does not apply cleanly, you will be given an opportunity to\n"
15297 "edit again. If all lines of the hunk are removed, then the edit is\n"
15298 "aborted and the hunk is left unchanged.\n"
15299 msgstr ""
15300
15301 #: git-add--interactive.perl:1107
15302 #, perl-format
15303 msgid "failed to open hunk edit file for reading: %s"
15304 msgstr ""
15305
15306 #. TRANSLATORS: do not translate [y/n]
15307 #. The program will only accept that input
15308 #. at this point.
15309 #. Consider translating (saying "no" discards!) as
15310 #. (saying "n" for "no" discards!) if the translation
15311 #. of the word "no" does not start with n.
15312 #: git-add--interactive.perl:1206
15313 msgid ""
15314 "Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
15315 msgstr ""
15316
15317 #: git-add--interactive.perl:1215
15318 msgid ""
15319 "y - stage this hunk\n"
15320 "n - do not stage this hunk\n"
15321 "q - quit; do not stage this hunk or any of the remaining ones\n"
15322 "a - stage this hunk and all later hunks in the file\n"
15323 "d - do not stage this hunk or any of the later hunks in the file"
15324 msgstr ""
15325
15326 #: git-add--interactive.perl:1221
15327 msgid ""
15328 "y - stash this hunk\n"
15329 "n - do not stash this hunk\n"
15330 "q - quit; do not stash this hunk or any of the remaining ones\n"
15331 "a - stash this hunk and all later hunks in the file\n"
15332 "d - do not stash this hunk or any of the later hunks in the file"
15333 msgstr ""
15334
15335 #: git-add--interactive.perl:1227
15336 msgid ""
15337 "y - unstage this hunk\n"
15338 "n - do not unstage this hunk\n"
15339 "q - quit; do not unstage this hunk or any of the remaining ones\n"
15340 "a - unstage this hunk and all later hunks in the file\n"
15341 "d - do not unstage this hunk or any of the later hunks in the file"
15342 msgstr ""
15343
15344 #: git-add--interactive.perl:1233
15345 msgid ""
15346 "y - apply this hunk to index\n"
15347 "n - do not apply this hunk to index\n"
15348 "q - quit; do not apply this hunk or any of the remaining ones\n"
15349 "a - apply this hunk and all later hunks in the file\n"
15350 "d - do not apply this hunk or any of the later hunks in the file"
15351 msgstr ""
15352
15353 #: git-add--interactive.perl:1239
15354 msgid ""
15355 "y - discard this hunk from worktree\n"
15356 "n - do not discard this hunk from worktree\n"
15357 "q - quit; do not discard this hunk or any of the remaining ones\n"
15358 "a - discard this hunk and all later hunks in the file\n"
15359 "d - do not discard this hunk or any of the later hunks in the file"
15360 msgstr ""
15361
15362 #: git-add--interactive.perl:1245
15363 msgid ""
15364 "y - discard this hunk from index and worktree\n"
15365 "n - do not discard this hunk from index and worktree\n"
15366 "q - quit; do not discard this hunk or any of the remaining ones\n"
15367 "a - discard this hunk and all later hunks in the file\n"
15368 "d - do not discard this hunk or any of the later hunks in the file"
15369 msgstr ""
15370
15371 #: git-add--interactive.perl:1251
15372 msgid ""
15373 "y - apply this hunk to index and worktree\n"
15374 "n - do not apply this hunk to index and worktree\n"
15375 "q - quit; do not apply this hunk or any of the remaining ones\n"
15376 "a - apply this hunk and all later hunks in the file\n"
15377 "d - do not apply this hunk or any of the later hunks in the file"
15378 msgstr ""
15379
15380 #: git-add--interactive.perl:1266
15381 msgid ""
15382 "g - select a hunk to go to\n"
15383 "/ - search for a hunk matching the given regex\n"
15384 "j - leave this hunk undecided, see next undecided hunk\n"
15385 "J - leave this hunk undecided, see next hunk\n"
15386 "k - leave this hunk undecided, see previous undecided hunk\n"
15387 "K - leave this hunk undecided, see previous hunk\n"
15388 "s - split the current hunk into smaller hunks\n"
15389 "e - manually edit the current hunk\n"
15390 "? - print help\n"
15391 msgstr ""
15392
15393 #: git-add--interactive.perl:1297
15394 msgid "The selected hunks do not apply to the index!\n"
15395 msgstr ""
15396
15397 #: git-add--interactive.perl:1298
15398 msgid "Apply them to the worktree anyway? "
15399 msgstr ""
15400
15401 #: git-add--interactive.perl:1301
15402 msgid "Nothing was applied.\n"
15403 msgstr ""
15404
15405 #: git-add--interactive.perl:1312
15406 #, perl-format
15407 msgid "ignoring unmerged: %s\n"
15408 msgstr ""
15409
15410 #: git-add--interactive.perl:1321
15411 msgid "Only binary files changed.\n"
15412 msgstr ""
15413
15414 #: git-add--interactive.perl:1323
15415 msgid "No changes.\n"
15416 msgstr ""
15417
15418 #: git-add--interactive.perl:1331
15419 msgid "Patch update"
15420 msgstr ""
15421
15422 #: git-add--interactive.perl:1383
15423 #, perl-format
15424 msgid "Stage mode change [y,n,q,a,d%s,?]? "
15425 msgstr ""
15426
15427 #: git-add--interactive.perl:1384
15428 #, perl-format
15429 msgid "Stage deletion [y,n,q,a,d%s,?]? "
15430 msgstr ""
15431
15432 #: git-add--interactive.perl:1385
15433 #, perl-format
15434 msgid "Stage this hunk [y,n,q,a,d%s,?]? "
15435 msgstr ""
15436
15437 #: git-add--interactive.perl:1388
15438 #, perl-format
15439 msgid "Stash mode change [y,n,q,a,d%s,?]? "
15440 msgstr ""
15441
15442 #: git-add--interactive.perl:1389
15443 #, perl-format
15444 msgid "Stash deletion [y,n,q,a,d%s,?]? "
15445 msgstr ""
15446
15447 #: git-add--interactive.perl:1390
15448 #, perl-format
15449 msgid "Stash this hunk [y,n,q,a,d%s,?]? "
15450 msgstr ""
15451
15452 #: git-add--interactive.perl:1393
15453 #, perl-format
15454 msgid "Unstage mode change [y,n,q,a,d%s,?]? "
15455 msgstr ""
15456
15457 #: git-add--interactive.perl:1394
15458 #, perl-format
15459 msgid "Unstage deletion [y,n,q,a,d%s,?]? "
15460 msgstr ""
15461
15462 #: git-add--interactive.perl:1395
15463 #, perl-format
15464 msgid "Unstage this hunk [y,n,q,a,d%s,?]? "
15465 msgstr ""
15466
15467 #: git-add--interactive.perl:1398
15468 #, perl-format
15469 msgid "Apply mode change to index [y,n,q,a,d%s,?]? "
15470 msgstr ""
15471
15472 #: git-add--interactive.perl:1399
15473 #, perl-format
15474 msgid "Apply deletion to index [y,n,q,a,d%s,?]? "
15475 msgstr ""
15476
15477 #: git-add--interactive.perl:1400
15478 #, perl-format
15479 msgid "Apply this hunk to index [y,n,q,a,d%s,?]? "
15480 msgstr ""
15481
15482 #: git-add--interactive.perl:1403
15483 #, perl-format
15484 msgid "Discard mode change from worktree [y,n,q,a,d%s,?]? "
15485 msgstr ""
15486
15487 #: git-add--interactive.perl:1404
15488 #, perl-format
15489 msgid "Discard deletion from worktree [y,n,q,a,d%s,?]? "
15490 msgstr ""
15491
15492 #: git-add--interactive.perl:1405
15493 #, perl-format
15494 msgid "Discard this hunk from worktree [y,n,q,a,d%s,?]? "
15495 msgstr ""
15496
15497 #: git-add--interactive.perl:1408
15498 #, perl-format
15499 msgid "Discard mode change from index and worktree [y,n,q,a,d%s,?]? "
15500 msgstr ""
15501
15502 #: git-add--interactive.perl:1409
15503 #, perl-format
15504 msgid "Discard deletion from index and worktree [y,n,q,a,d%s,?]? "
15505 msgstr ""
15506
15507 #: git-add--interactive.perl:1410
15508 #, perl-format
15509 msgid "Discard this hunk from index and worktree [y,n,q,a,d%s,?]? "
15510 msgstr ""
15511
15512 #: git-add--interactive.perl:1413
15513 #, perl-format
15514 msgid "Apply mode change to index and worktree [y,n,q,a,d%s,?]? "
15515 msgstr ""
15516
15517 #: git-add--interactive.perl:1414
15518 #, perl-format
15519 msgid "Apply deletion to index and worktree [y,n,q,a,d%s,?]? "
15520 msgstr ""
15521
15522 #: git-add--interactive.perl:1415
15523 #, perl-format
15524 msgid "Apply this hunk to index and worktree [y,n,q,a,d%s,?]? "
15525 msgstr ""
15526
15527 #: git-add--interactive.perl:1515
15528 msgid "No other hunks to goto\n"
15529 msgstr ""
15530
15531 #: git-add--interactive.perl:1522
15532 msgid "go to which hunk (<ret> to see more)? "
15533 msgstr ""
15534
15535 #: git-add--interactive.perl:1524
15536 msgid "go to which hunk? "
15537 msgstr ""
15538
15539 #: git-add--interactive.perl:1533
15540 #, perl-format
15541 msgid "Invalid number: '%s'\n"
15542 msgstr ""
15543
15544 #: git-add--interactive.perl:1538
15545 #, perl-format
15546 msgid "Sorry, only %d hunk available.\n"
15547 msgid_plural "Sorry, only %d hunks available.\n"
15548 msgstr[0] ""
15549 msgstr[1] ""
15550
15551 #: git-add--interactive.perl:1564
15552 msgid "No other hunks to search\n"
15553 msgstr ""
15554
15555 #: git-add--interactive.perl:1568
15556 msgid "search for regex? "
15557 msgstr ""
15558
15559 #: git-add--interactive.perl:1581
15560 #, perl-format
15561 msgid "Malformed search regexp %s: %s\n"
15562 msgstr ""
15563
15564 #: git-add--interactive.perl:1591
15565 msgid "No hunk matches the given pattern\n"
15566 msgstr ""
15567
15568 #: git-add--interactive.perl:1603 git-add--interactive.perl:1625
15569 msgid "No previous hunk\n"
15570 msgstr ""
15571
15572 #: git-add--interactive.perl:1612 git-add--interactive.perl:1631
15573 msgid "No next hunk\n"
15574 msgstr ""
15575
15576 #: git-add--interactive.perl:1637
15577 msgid "Sorry, cannot split this hunk\n"
15578 msgstr ""
15579
15580 #: git-add--interactive.perl:1643
15581 #, perl-format
15582 msgid "Split into %d hunk.\n"
15583 msgid_plural "Split into %d hunks.\n"
15584 msgstr[0] ""
15585 msgstr[1] ""
15586
15587 #: git-add--interactive.perl:1653
15588 msgid "Sorry, cannot edit this hunk\n"
15589 msgstr ""
15590
15591 #: git-add--interactive.perl:1699
15592 msgid "Review diff"
15593 msgstr ""
15594
15595 #. TRANSLATORS: please do not translate the command names
15596 #. 'status', 'update', 'revert', etc.
15597 #: git-add--interactive.perl:1718
15598 msgid ""
15599 "status - show paths with changes\n"
15600 "update - add working tree state to the staged set of changes\n"
15601 "revert - revert staged set of changes back to the HEAD version\n"
15602 "patch - pick hunks and update selectively\n"
15603 "diff - view diff between HEAD and index\n"
15604 "add untracked - add contents of untracked files to the staged set of "
15605 "changes\n"
15606 msgstr ""
15607
15608 #: git-add--interactive.perl:1735 git-add--interactive.perl:1740
15609 #: git-add--interactive.perl:1743 git-add--interactive.perl:1750
15610 #: git-add--interactive.perl:1754 git-add--interactive.perl:1760
15611 msgid "missing --"
15612 msgstr ""
15613
15614 #: git-add--interactive.perl:1756
15615 #, perl-format
15616 msgid "unknown --patch mode: %s"
15617 msgstr ""
15618
15619 #: git-add--interactive.perl:1762 git-add--interactive.perl:1768
15620 #, perl-format
15621 msgid "invalid argument %s, expecting --"
15622 msgstr ""
15623
15624 #: git-send-email.perl:130
15625 msgid "local zone differs from GMT by a non-minute interval\n"
15626 msgstr ""
15627
15628 #: git-send-email.perl:137 git-send-email.perl:143
15629 msgid "local time offset greater than or equal to 24 hours\n"
15630 msgstr ""
15631
15632 #: git-send-email.perl:211 git-send-email.perl:217
15633 msgid "the editor exited uncleanly, aborting everything"
15634 msgstr ""
15635
15636 #: git-send-email.perl:294
15637 #, perl-format
15638 msgid ""
15639 "'%s' contains an intermediate version of the email you were composing.\n"
15640 msgstr ""
15641
15642 #: git-send-email.perl:299
15643 #, perl-format
15644 msgid "'%s.final' contains the composed email.\n"
15645 msgstr ""
15646
15647 #: git-send-email.perl:317
15648 msgid "--dump-aliases incompatible with other options\n"
15649 msgstr ""
15650
15651 #: git-send-email.perl:383 git-send-email.perl:638
15652 msgid "Cannot run git format-patch from outside a repository\n"
15653 msgstr ""
15654
15655 #: git-send-email.perl:386
15656 msgid ""
15657 "`batch-size` and `relogin` must be specified together (via command-line or "
15658 "configuration option)\n"
15659 msgstr ""
15660
15661 #: git-send-email.perl:456
15662 #, perl-format
15663 msgid "Unknown --suppress-cc field: '%s'\n"
15664 msgstr ""
15665
15666 #: git-send-email.perl:485
15667 #, perl-format
15668 msgid "Unknown --confirm setting: '%s'\n"
15669 msgstr ""
15670
15671 #: git-send-email.perl:513
15672 #, perl-format
15673 msgid "warning: sendmail alias with quotes is not supported: %s\n"
15674 msgstr ""
15675
15676 #: git-send-email.perl:515
15677 #, perl-format
15678 msgid "warning: `:include:` not supported: %s\n"
15679 msgstr ""
15680
15681 #: git-send-email.perl:517
15682 #, perl-format
15683 msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
15684 msgstr ""
15685
15686 #: git-send-email.perl:522
15687 #, perl-format
15688 msgid "warning: sendmail line is not recognized: %s\n"
15689 msgstr ""
15690
15691 #: git-send-email.perl:604
15692 #, perl-format
15693 msgid ""
15694 "File '%s' exists but it could also be the range of commits\n"
15695 "to produce patches for. Please disambiguate by...\n"
15696 "\n"
15697 " * Saying \"./%s\" if you mean a file; or\n"
15698 " * Giving --format-patch option if you mean a range.\n"
15699 msgstr ""
15700
15701 #: git-send-email.perl:625
15702 #, perl-format
15703 msgid "Failed to opendir %s: %s"
15704 msgstr ""
15705
15706 #: git-send-email.perl:649
15707 #, perl-format
15708 msgid ""
15709 "fatal: %s: %s\n"
15710 "warning: no patches were sent\n"
15711 msgstr ""
15712
15713 #: git-send-email.perl:660
15714 msgid ""
15715 "\n"
15716 "No patch files specified!\n"
15717 "\n"
15718 msgstr ""
15719
15720 #: git-send-email.perl:673
15721 #, perl-format
15722 msgid "No subject line in %s?"
15723 msgstr ""
15724
15725 #: git-send-email.perl:683
15726 #, perl-format
15727 msgid "Failed to open for writing %s: %s"
15728 msgstr ""
15729
15730 #: git-send-email.perl:694
15731 msgid ""
15732 "Lines beginning in \"GIT:\" will be removed.\n"
15733 "Consider including an overall diffstat or table of contents\n"
15734 "for the patch you are writing.\n"
15735 "\n"
15736 "Clear the body content if you don't wish to send a summary.\n"
15737 msgstr ""
15738
15739 #: git-send-email.perl:718
15740 #, perl-format
15741 msgid "Failed to open %s: %s"
15742 msgstr ""
15743
15744 #: git-send-email.perl:735
15745 #, perl-format
15746 msgid "Failed to open %s.final: %s"
15747 msgstr ""
15748
15749 #: git-send-email.perl:778
15750 msgid "Summary email is empty, skipping it\n"
15751 msgstr ""
15752
15753 #. TRANSLATORS: please keep [y/N] as is.
15754 #: git-send-email.perl:813
15755 #, perl-format
15756 msgid "Are you sure you want to use <%s> [y/N]? "
15757 msgstr ""
15758
15759 #: git-send-email.perl:868
15760 msgid ""
15761 "The following files are 8bit, but do not declare a Content-Transfer-"
15762 "Encoding.\n"
15763 msgstr ""
15764
15765 #: git-send-email.perl:873
15766 msgid "Which 8bit encoding should I declare [UTF-8]? "
15767 msgstr ""
15768
15769 #: git-send-email.perl:881
15770 #, perl-format
15771 msgid ""
15772 "Refusing to send because the patch\n"
15773 "\t%s\n"
15774 "has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
15775 "want to send.\n"
15776 msgstr ""
15777
15778 #: git-send-email.perl:900
15779 msgid "To whom should the emails be sent (if anyone)?"
15780 msgstr ""
15781
15782 #: git-send-email.perl:918
15783 #, perl-format
15784 msgid "fatal: alias '%s' expands to itself\n"
15785 msgstr ""
15786
15787 #: git-send-email.perl:930
15788 msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
15789 msgstr ""
15790
15791 #: git-send-email.perl:988 git-send-email.perl:996
15792 #, perl-format
15793 msgid "error: unable to extract a valid address from: %s\n"
15794 msgstr ""
15795
15796 #. TRANSLATORS: Make sure to include [q] [d] [e] in your
15797 #. translation. The program will only accept English input
15798 #. at this point.
15799 #: git-send-email.perl:1000
15800 msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
15801 msgstr ""
15802
15803 #: git-send-email.perl:1317
15804 #, perl-format
15805 msgid "CA path \"%s\" does not exist"
15806 msgstr ""
15807
15808 #: git-send-email.perl:1395
15809 msgid ""
15810 " The Cc list above has been expanded by additional\n"
15811 " addresses found in the patch commit message. By default\n"
15812 " send-email prompts before sending whenever this occurs.\n"
15813 " This behavior is controlled by the sendemail.confirm\n"
15814 " configuration setting.\n"
15815 "\n"
15816 " For additional information, run 'git send-email --help'.\n"
15817 " To retain the current behavior, but squelch this message,\n"
15818 " run 'git config --global sendemail.confirm auto'.\n"
15819 "\n"
15820 msgstr ""
15821
15822 #. TRANSLATORS: Make sure to include [y] [n] [q] [a] in your
15823 #. translation. The program will only accept English input
15824 #. at this point.
15825 #: git-send-email.perl:1410
15826 msgid "Send this email? ([y]es|[n]o|[q]uit|[a]ll): "
15827 msgstr ""
15828
15829 #: git-send-email.perl:1413
15830 msgid "Send this email reply required"
15831 msgstr ""
15832
15833 #: git-send-email.perl:1439
15834 msgid "The required SMTP server is not properly defined."
15835 msgstr ""
15836
15837 #: git-send-email.perl:1486
15838 #, perl-format
15839 msgid "Server does not support STARTTLS! %s"
15840 msgstr ""
15841
15842 #: git-send-email.perl:1491 git-send-email.perl:1495
15843 #, perl-format
15844 msgid "STARTTLS failed! %s"
15845 msgstr ""
15846
15847 #: git-send-email.perl:1505
15848 msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
15849 msgstr ""
15850
15851 #: git-send-email.perl:1523
15852 #, perl-format
15853 msgid "Failed to send %s\n"
15854 msgstr ""
15855
15856 #: git-send-email.perl:1526
15857 #, perl-format
15858 msgid "Dry-Sent %s\n"
15859 msgstr ""
15860
15861 #: git-send-email.perl:1526
15862 #, perl-format
15863 msgid "Sent %s\n"
15864 msgstr ""
15865
15866 #: git-send-email.perl:1528
15867 msgid "Dry-OK. Log says:\n"
15868 msgstr ""
15869
15870 #: git-send-email.perl:1528
15871 msgid "OK. Log says:\n"
15872 msgstr ""
15873
15874 #: git-send-email.perl:1540
15875 msgid "Result: "
15876 msgstr ""
15877
15878 #: git-send-email.perl:1543
15879 msgid "Result: OK\n"
15880 msgstr ""
15881
15882 #: git-send-email.perl:1556
15883 #, perl-format
15884 msgid "can't open file %s"
15885 msgstr ""
15886
15887 #: git-send-email.perl:1603 git-send-email.perl:1623
15888 #, perl-format
15889 msgid "(mbox) Adding cc: %s from line '%s'\n"
15890 msgstr ""
15891
15892 #: git-send-email.perl:1609
15893 #, perl-format
15894 msgid "(mbox) Adding to: %s from line '%s'\n"
15895 msgstr ""
15896
15897 #: git-send-email.perl:1657
15898 #, perl-format
15899 msgid "(non-mbox) Adding cc: %s from line '%s'\n"
15900 msgstr ""
15901
15902 #: git-send-email.perl:1682
15903 #, perl-format
15904 msgid "(body) Adding cc: %s from line '%s'\n"
15905 msgstr ""
15906
15907 #: git-send-email.perl:1788
15908 #, perl-format
15909 msgid "(%s) Could not execute '%s'"
15910 msgstr ""
15911
15912 #: git-send-email.perl:1795
15913 #, perl-format
15914 msgid "(%s) Adding %s: %s from: '%s'\n"
15915 msgstr ""
15916
15917 #: git-send-email.perl:1799
15918 #, perl-format
15919 msgid "(%s) failed to close pipe to '%s'"
15920 msgstr ""
15921
15922 #: git-send-email.perl:1826
15923 msgid "cannot send message as 7bit"
15924 msgstr ""
15925
15926 #: git-send-email.perl:1834
15927 msgid "invalid transfer encoding"
15928 msgstr ""
15929
15930 #: git-send-email.perl:1872 git-send-email.perl:1923 git-send-email.perl:1933
15931 #, perl-format
15932 msgid "unable to open %s: %s\n"
15933 msgstr ""
15934
15935 #: git-send-email.perl:1875
15936 #, perl-format
15937 msgid "%s: patch contains a line longer than 998 characters"
15938 msgstr ""
15939
15940 #: git-send-email.perl:1891
15941 #, perl-format
15942 msgid "Skipping %s with backup suffix '%s'.\n"
15943 msgstr ""
15944
15945 #. TRANSLATORS: please keep "[y|N]" as is.
15946 #: git-send-email.perl:1895
15947 #, perl-format
15948 msgid "Do you really want to send %s? [y|N]: "
15949 msgstr ""