]> git.ipfire.org Git - thirdparty/git.git/blob - po/git.pot
Merge branch 'ks/doc-checkout-previous'
[thirdparty/git.git] / po / git.pot
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
11 "POT-Creation-Date: 2017-10-17 09:44+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:58
22 #, c-format
23 msgid "hint: %.*s\n"
24 msgstr ""
25
26 #: advice.c:86
27 msgid "Cherry-picking is not possible because you have unmerged files."
28 msgstr ""
29
30 #: advice.c:88
31 msgid "Committing is not possible because you have unmerged files."
32 msgstr ""
33
34 #: advice.c:90
35 msgid "Merging is not possible because you have unmerged files."
36 msgstr ""
37
38 #: advice.c:92
39 msgid "Pulling is not possible because you have unmerged files."
40 msgstr ""
41
42 #: advice.c:94
43 msgid "Reverting is not possible because you have unmerged files."
44 msgstr ""
45
46 #: advice.c:96
47 #, c-format
48 msgid "It is not possible to %s because you have unmerged files."
49 msgstr ""
50
51 #: advice.c:104
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:112
58 msgid "Exiting because of an unresolved conflict."
59 msgstr ""
60
61 #: advice.c:117 builtin/merge.c:1211
62 msgid "You have not concluded your merge (MERGE_HEAD exists)."
63 msgstr ""
64
65 #: advice.c:119
66 msgid "Please, commit your changes before merging."
67 msgstr ""
68
69 #: advice.c:120
70 msgid "Exiting because of unfinished merge."
71 msgstr ""
72
73 #: advice.c:126
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:125
100 msgid "--reject and --3way cannot be used together."
101 msgstr ""
102
103 #: apply.c:127
104 msgid "--cached and --3way cannot be used together."
105 msgstr ""
106
107 #: apply.c:130
108 msgid "--3way outside a repository"
109 msgstr ""
110
111 #: apply.c:141
112 msgid "--index outside a repository"
113 msgstr ""
114
115 #: apply.c:144
116 msgid "--cached outside a repository"
117 msgstr ""
118
119 #: apply.c:845
120 #, c-format
121 msgid "Cannot prepare timestamp regexp %s"
122 msgstr ""
123
124 #: apply.c:854
125 #, c-format
126 msgid "regexec returned %d for input: %s"
127 msgstr ""
128
129 #: apply.c:928
130 #, c-format
131 msgid "unable to find filename in patch at line %d"
132 msgstr ""
133
134 #: apply.c:966
135 #, c-format
136 msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
137 msgstr ""
138
139 #: apply.c:972
140 #, c-format
141 msgid "git apply: bad git-diff - inconsistent new filename on line %d"
142 msgstr ""
143
144 #: apply.c:973
145 #, c-format
146 msgid "git apply: bad git-diff - inconsistent old filename on line %d"
147 msgstr ""
148
149 #: apply.c:978
150 #, c-format
151 msgid "git apply: bad git-diff - expected /dev/null on line %d"
152 msgstr ""
153
154 #: apply.c:1007
155 #, c-format
156 msgid "invalid mode on line %d: %s"
157 msgstr ""
158
159 #: apply.c:1325
160 #, c-format
161 msgid "inconsistent header lines %d and %d"
162 msgstr ""
163
164 #: apply.c:1497
165 #, c-format
166 msgid "recount: unexpected line: %.*s"
167 msgstr ""
168
169 #: apply.c:1566
170 #, c-format
171 msgid "patch fragment without header at line %d: %.*s"
172 msgstr ""
173
174 #: apply.c:1586
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:1599
186 #, c-format
187 msgid "git diff header lacks filename information (line %d)"
188 msgstr ""
189
190 #: apply.c:1787
191 msgid "new file depends on old contents"
192 msgstr ""
193
194 #: apply.c:1789
195 msgid "deleted file still has contents"
196 msgstr ""
197
198 #: apply.c:1823
199 #, c-format
200 msgid "corrupt patch at line %d"
201 msgstr ""
202
203 #: apply.c:1860
204 #, c-format
205 msgid "new file %s depends on old contents"
206 msgstr ""
207
208 #: apply.c:1862
209 #, c-format
210 msgid "deleted file %s still has contents"
211 msgstr ""
212
213 #: apply.c:1865
214 #, c-format
215 msgid "** warning: file %s becomes empty but is not deleted"
216 msgstr ""
217
218 #: apply.c:2012
219 #, c-format
220 msgid "corrupt binary patch at line %d: %.*s"
221 msgstr ""
222
223 #: apply.c:2049
224 #, c-format
225 msgid "unrecognized binary patch at line %d"
226 msgstr ""
227
228 #: apply.c:2209
229 #, c-format
230 msgid "patch with only garbage at line %d"
231 msgstr ""
232
233 #: apply.c:2295
234 #, c-format
235 msgid "unable to read symlink %s"
236 msgstr ""
237
238 #: apply.c:2299
239 #, c-format
240 msgid "unable to open or read %s"
241 msgstr ""
242
243 #: apply.c:2958
244 #, c-format
245 msgid "invalid start of line: '%c'"
246 msgstr ""
247
248 #: apply.c:3077
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:3089
256 #, c-format
257 msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
258 msgstr ""
259
260 #: apply.c:3095
261 #, c-format
262 msgid ""
263 "while searching for:\n"
264 "%.*s"
265 msgstr ""
266
267 #: apply.c:3117
268 #, c-format
269 msgid "missing binary patch data for '%s'"
270 msgstr ""
271
272 #: apply.c:3125
273 #, c-format
274 msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
275 msgstr ""
276
277 #: apply.c:3171
278 #, c-format
279 msgid "cannot apply binary patch to '%s' without full index line"
280 msgstr ""
281
282 #: apply.c:3181
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:3189
289 #, c-format
290 msgid "the patch applies to an empty '%s' but it is not empty"
291 msgstr ""
292
293 #: apply.c:3207
294 #, c-format
295 msgid "the necessary postimage %s for '%s' cannot be read"
296 msgstr ""
297
298 #: apply.c:3220
299 #, c-format
300 msgid "binary patch does not apply to '%s'"
301 msgstr ""
302
303 #: apply.c:3226
304 #, c-format
305 msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
306 msgstr ""
307
308 #: apply.c:3247
309 #, c-format
310 msgid "patch failed: %s:%ld"
311 msgstr ""
312
313 #: apply.c:3369
314 #, c-format
315 msgid "cannot checkout %s"
316 msgstr ""
317
318 #: apply.c:3418 apply.c:3429 apply.c:3475 setup.c:277
319 #, c-format
320 msgid "failed to read %s"
321 msgstr ""
322
323 #: apply.c:3426
324 #, c-format
325 msgid "reading from '%s' beyond a symbolic link"
326 msgstr ""
327
328 #: apply.c:3455 apply.c:3695
329 #, c-format
330 msgid "path %s has been renamed/deleted"
331 msgstr ""
332
333 #: apply.c:3538 apply.c:3709
334 #, c-format
335 msgid "%s: does not exist in index"
336 msgstr ""
337
338 #: apply.c:3547 apply.c:3717
339 #, c-format
340 msgid "%s: does not match index"
341 msgstr ""
342
343 #: apply.c:3582
344 msgid "repository lacks the necessary blob to fall back on 3-way merge."
345 msgstr ""
346
347 #: apply.c:3585
348 #, c-format
349 msgid "Falling back to three-way merge...\n"
350 msgstr ""
351
352 #: apply.c:3601 apply.c:3605
353 #, c-format
354 msgid "cannot read the current contents of '%s'"
355 msgstr ""
356
357 #: apply.c:3617
358 #, c-format
359 msgid "Failed to fall back on three-way merge...\n"
360 msgstr ""
361
362 #: apply.c:3631
363 #, c-format
364 msgid "Applied patch to '%s' with conflicts.\n"
365 msgstr ""
366
367 #: apply.c:3636
368 #, c-format
369 msgid "Applied patch to '%s' cleanly.\n"
370 msgstr ""
371
372 #: apply.c:3662
373 msgid "removal patch leaves file contents"
374 msgstr ""
375
376 #: apply.c:3734
377 #, c-format
378 msgid "%s: wrong type"
379 msgstr ""
380
381 #: apply.c:3736
382 #, c-format
383 msgid "%s has type %o, expected %o"
384 msgstr ""
385
386 #: apply.c:3886 apply.c:3888
387 #, c-format
388 msgid "invalid path '%s'"
389 msgstr ""
390
391 #: apply.c:3944
392 #, c-format
393 msgid "%s: already exists in index"
394 msgstr ""
395
396 #: apply.c:3947
397 #, c-format
398 msgid "%s: already exists in working directory"
399 msgstr ""
400
401 #: apply.c:3967
402 #, c-format
403 msgid "new mode (%o) of %s does not match old mode (%o)"
404 msgstr ""
405
406 #: apply.c:3972
407 #, c-format
408 msgid "new mode (%o) of %s does not match old mode (%o) of %s"
409 msgstr ""
410
411 #: apply.c:3992
412 #, c-format
413 msgid "affected file '%s' is beyond a symbolic link"
414 msgstr ""
415
416 #: apply.c:3996
417 #, c-format
418 msgid "%s: patch does not apply"
419 msgstr ""
420
421 #: apply.c:4011
422 #, c-format
423 msgid "Checking patch %s..."
424 msgstr ""
425
426 #: apply.c:4102
427 #, c-format
428 msgid "sha1 information is lacking or useless for submodule %s"
429 msgstr ""
430
431 #: apply.c:4109
432 #, c-format
433 msgid "mode change for %s, which is not in current HEAD"
434 msgstr ""
435
436 #: apply.c:4112
437 #, c-format
438 msgid "sha1 information is lacking or useless (%s)."
439 msgstr ""
440
441 #: apply.c:4117 builtin/checkout.c:235 builtin/reset.c:148
442 #, c-format
443 msgid "make_cache_entry failed for path '%s'"
444 msgstr ""
445
446 #: apply.c:4121
447 #, c-format
448 msgid "could not add %s to temporary index"
449 msgstr ""
450
451 #: apply.c:4131
452 #, c-format
453 msgid "could not write temporary index to %s"
454 msgstr ""
455
456 #: apply.c:4269
457 #, c-format
458 msgid "unable to remove %s from index"
459 msgstr ""
460
461 #: apply.c:4304
462 #, c-format
463 msgid "corrupt patch for submodule %s"
464 msgstr ""
465
466 #: apply.c:4310
467 #, c-format
468 msgid "unable to stat newly created file '%s'"
469 msgstr ""
470
471 #: apply.c:4318
472 #, c-format
473 msgid "unable to create backing store for newly created file %s"
474 msgstr ""
475
476 #: apply.c:4324 apply.c:4468
477 #, c-format
478 msgid "unable to add cache entry for %s"
479 msgstr ""
480
481 #: apply.c:4365
482 #, c-format
483 msgid "failed to write to '%s'"
484 msgstr ""
485
486 #: apply.c:4369
487 #, c-format
488 msgid "closing file '%s'"
489 msgstr ""
490
491 #: apply.c:4439
492 #, c-format
493 msgid "unable to write file '%s' mode %o"
494 msgstr ""
495
496 #: apply.c:4537
497 #, c-format
498 msgid "Applied patch %s cleanly."
499 msgstr ""
500
501 #: apply.c:4545
502 msgid "internal error"
503 msgstr ""
504
505 #: apply.c:4548
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:4559
513 #, c-format
514 msgid "truncating .rej filename to %.*s.rej"
515 msgstr ""
516
517 #: apply.c:4567 builtin/fetch.c:760 builtin/fetch.c:1010
518 #, c-format
519 msgid "cannot open %s"
520 msgstr ""
521
522 #: apply.c:4581
523 #, c-format
524 msgid "Hunk #%d applied cleanly."
525 msgstr ""
526
527 #: apply.c:4585
528 #, c-format
529 msgid "Rejected hunk #%d."
530 msgstr ""
531
532 #: apply.c:4695
533 #, c-format
534 msgid "Skipped patch '%s'."
535 msgstr ""
536
537 #: apply.c:4703
538 msgid "unrecognized input"
539 msgstr ""
540
541 #: apply.c:4722
542 msgid "unable to read index file"
543 msgstr ""
544
545 #: apply.c:4859
546 #, c-format
547 msgid "can't open patch '%s': %s"
548 msgstr ""
549
550 #: apply.c:4886
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:4892 apply.c:4907
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:4900
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:4916 builtin/add.c:515 builtin/mv.c:298 builtin/rm.c:390
572 msgid "Unable to write new index file"
573 msgstr ""
574
575 #: apply.c:4947 apply.c:4950 builtin/am.c:2256 builtin/am.c:2259
576 #: builtin/clone.c:116 builtin/fetch.c:115 builtin/pull.c:187
577 #: builtin/submodule--helper.c:301 builtin/submodule--helper.c:622
578 #: builtin/submodule--helper.c:625 builtin/submodule--helper.c:992
579 #: builtin/submodule--helper.c:995 builtin/submodule--helper.c:1212
580 #: git-add--interactive.perl:197
581 msgid "path"
582 msgstr ""
583
584 #: apply.c:4948
585 msgid "don't apply changes matching the given path"
586 msgstr ""
587
588 #: apply.c:4951
589 msgid "apply changes matching the given path"
590 msgstr ""
591
592 #: apply.c:4953 builtin/am.c:2265
593 msgid "num"
594 msgstr ""
595
596 #: apply.c:4954
597 msgid "remove <num> leading slashes from traditional diff paths"
598 msgstr ""
599
600 #: apply.c:4957
601 msgid "ignore additions made by the patch"
602 msgstr ""
603
604 #: apply.c:4959
605 msgid "instead of applying the patch, output diffstat for the input"
606 msgstr ""
607
608 #: apply.c:4963
609 msgid "show number of added and deleted lines in decimal notation"
610 msgstr ""
611
612 #: apply.c:4965
613 msgid "instead of applying the patch, output a summary for the input"
614 msgstr ""
615
616 #: apply.c:4967
617 msgid "instead of applying the patch, see if the patch is applicable"
618 msgstr ""
619
620 #: apply.c:4969
621 msgid "make sure the patch is applicable to the current index"
622 msgstr ""
623
624 #: apply.c:4971
625 msgid "apply a patch without touching the working tree"
626 msgstr ""
627
628 #: apply.c:4973
629 msgid "accept a patch that touches outside the working area"
630 msgstr ""
631
632 #: apply.c:4975
633 msgid "also apply the patch (use with --stat/--summary/--check)"
634 msgstr ""
635
636 #: apply.c:4977
637 msgid "attempt three-way merge if a patch does not apply"
638 msgstr ""
639
640 #: apply.c:4979
641 msgid "build a temporary index based on embedded index information"
642 msgstr ""
643
644 #: apply.c:4982 builtin/checkout-index.c:170 builtin/ls-files.c:513
645 msgid "paths are separated with NUL character"
646 msgstr ""
647
648 #: apply.c:4984
649 msgid "ensure at least <n> lines of context match"
650 msgstr ""
651
652 #: apply.c:4985 builtin/am.c:2244 builtin/interpret-trailers.c:95
653 #: builtin/interpret-trailers.c:97 builtin/interpret-trailers.c:99
654 msgid "action"
655 msgstr ""
656
657 #: apply.c:4986
658 msgid "detect new or modified lines that have whitespace errors"
659 msgstr ""
660
661 #: apply.c:4989 apply.c:4992
662 msgid "ignore changes in whitespace when finding context"
663 msgstr ""
664
665 #: apply.c:4995
666 msgid "apply the patch in reverse"
667 msgstr ""
668
669 #: apply.c:4997
670 msgid "don't expect at least one line of context"
671 msgstr ""
672
673 #: apply.c:4999
674 msgid "leave the rejected hunks in corresponding *.rej files"
675 msgstr ""
676
677 #: apply.c:5001
678 msgid "allow overlapping hunks"
679 msgstr ""
680
681 #: apply.c:5002 builtin/add.c:272 builtin/check-ignore.c:21
682 #: builtin/commit.c:1347 builtin/count-objects.c:96 builtin/fsck.c:640
683 #: builtin/log.c:1889 builtin/mv.c:123 builtin/read-tree.c:125
684 msgid "be verbose"
685 msgstr ""
686
687 #: apply.c:5004
688 msgid "tolerate incorrectly detected missing new-line at the end of file"
689 msgstr ""
690
691 #: apply.c:5007
692 msgid "do not trust the line counts in the hunk headers"
693 msgstr ""
694
695 #: apply.c:5009 builtin/am.c:2253
696 msgid "root"
697 msgstr ""
698
699 #: apply.c:5010
700 msgid "prepend <root> to all filenames"
701 msgstr ""
702
703 #: archive.c:13
704 msgid "git archive [<options>] <tree-ish> [<path>...]"
705 msgstr ""
706
707 #: archive.c:14
708 msgid "git archive --list"
709 msgstr ""
710
711 #: archive.c:15
712 msgid ""
713 "git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
714 msgstr ""
715
716 #: archive.c:16
717 msgid "git archive --remote <repo> [--exec <cmd>] --list"
718 msgstr ""
719
720 #: archive.c:351 builtin/add.c:156 builtin/add.c:494 builtin/rm.c:299
721 #, c-format
722 msgid "pathspec '%s' did not match any files"
723 msgstr ""
724
725 #: archive.c:436
726 msgid "fmt"
727 msgstr ""
728
729 #: archive.c:436
730 msgid "archive format"
731 msgstr ""
732
733 #: archive.c:437 builtin/log.c:1452
734 msgid "prefix"
735 msgstr ""
736
737 #: archive.c:438
738 msgid "prepend prefix to each pathname in the archive"
739 msgstr ""
740
741 #: archive.c:439 builtin/blame.c:693 builtin/blame.c:694 builtin/config.c:61
742 #: builtin/fast-export.c:1005 builtin/fast-export.c:1007 builtin/grep.c:859
743 #: builtin/hash-object.c:102 builtin/ls-files.c:547 builtin/ls-files.c:550
744 #: builtin/notes.c:405 builtin/notes.c:568 builtin/read-tree.c:120
745 #: parse-options.h:153
746 msgid "file"
747 msgstr ""
748
749 #: archive.c:440 builtin/archive.c:89
750 msgid "write the archive to this file"
751 msgstr ""
752
753 #: archive.c:442
754 msgid "read .gitattributes in working directory"
755 msgstr ""
756
757 #: archive.c:443
758 msgid "report archived files on stderr"
759 msgstr ""
760
761 #: archive.c:444
762 msgid "store only"
763 msgstr ""
764
765 #: archive.c:445
766 msgid "compress faster"
767 msgstr ""
768
769 #: archive.c:453
770 msgid "compress better"
771 msgstr ""
772
773 #: archive.c:456
774 msgid "list supported archive formats"
775 msgstr ""
776
777 #: archive.c:458 builtin/archive.c:90 builtin/clone.c:106 builtin/clone.c:109
778 #: builtin/submodule--helper.c:634 builtin/submodule--helper.c:1001
779 msgid "repo"
780 msgstr ""
781
782 #: archive.c:459 builtin/archive.c:91
783 msgid "retrieve the archive from remote repository <repo>"
784 msgstr ""
785
786 #: archive.c:460 builtin/archive.c:92 builtin/notes.c:489
787 msgid "command"
788 msgstr ""
789
790 #: archive.c:461 builtin/archive.c:93
791 msgid "path to the remote git-upload-archive command"
792 msgstr ""
793
794 #: archive.c:468
795 msgid "Unexpected option --remote"
796 msgstr ""
797
798 #: archive.c:470
799 msgid "Option --exec can only be used together with --remote"
800 msgstr ""
801
802 #: archive.c:472
803 msgid "Unexpected option --output"
804 msgstr ""
805
806 #: archive.c:494
807 #, c-format
808 msgid "Unknown archive format '%s'"
809 msgstr ""
810
811 #: archive.c:501
812 #, c-format
813 msgid "Argument not supported for format '%s': -%d"
814 msgstr ""
815
816 #: attr.c:218
817 #, c-format
818 msgid "%.*s is not a valid attribute name"
819 msgstr ""
820
821 #: attr.c:415
822 msgid ""
823 "Negative patterns are ignored in git attributes\n"
824 "Use '\\!' for literal leading exclamation."
825 msgstr ""
826
827 #: bisect.c:447
828 #, c-format
829 msgid "Badly quoted content in file '%s': %s"
830 msgstr ""
831
832 #: bisect.c:655
833 #, c-format
834 msgid "We cannot bisect more!\n"
835 msgstr ""
836
837 #: bisect.c:708
838 #, c-format
839 msgid "Not a valid commit name %s"
840 msgstr ""
841
842 #: bisect.c:732
843 #, c-format
844 msgid ""
845 "The merge base %s is bad.\n"
846 "This means the bug has been fixed between %s and [%s].\n"
847 msgstr ""
848
849 #: bisect.c:737
850 #, c-format
851 msgid ""
852 "The merge base %s is new.\n"
853 "The property has changed between %s and [%s].\n"
854 msgstr ""
855
856 #: bisect.c:742
857 #, c-format
858 msgid ""
859 "The merge base %s is %s.\n"
860 "This means the first '%s' commit is between %s and [%s].\n"
861 msgstr ""
862
863 #: bisect.c:750
864 #, c-format
865 msgid ""
866 "Some %s revs are not ancestors of the %s rev.\n"
867 "git bisect cannot work properly in this case.\n"
868 "Maybe you mistook %s and %s revs?\n"
869 msgstr ""
870
871 #: bisect.c:763
872 #, c-format
873 msgid ""
874 "the merge base between %s and [%s] must be skipped.\n"
875 "So we cannot be sure the first %s commit is between %s and %s.\n"
876 "We continue anyway."
877 msgstr ""
878
879 #: bisect.c:798
880 #, c-format
881 msgid "Bisecting: a merge base must be tested\n"
882 msgstr ""
883
884 #: bisect.c:850
885 #, c-format
886 msgid "a %s revision is needed"
887 msgstr ""
888
889 #: bisect.c:867 builtin/notes.c:175 builtin/tag.c:234
890 #, c-format
891 msgid "could not create file '%s'"
892 msgstr ""
893
894 #: bisect.c:918
895 #, c-format
896 msgid "could not read file '%s'"
897 msgstr ""
898
899 #: bisect.c:948
900 msgid "reading bisect refs failed"
901 msgstr ""
902
903 #: bisect.c:968
904 #, c-format
905 msgid "%s was both %s and %s\n"
906 msgstr ""
907
908 #: bisect.c:976
909 #, c-format
910 msgid ""
911 "No testable commit found.\n"
912 "Maybe you started with bad path parameters?\n"
913 msgstr ""
914
915 #: bisect.c:995
916 #, c-format
917 msgid "(roughly %d step)"
918 msgid_plural "(roughly %d steps)"
919 msgstr[0] ""
920 msgstr[1] ""
921
922 #. TRANSLATORS: the last %s will be replaced with "(roughly %d
923 #. steps)" translation.
924 #.
925 #: bisect.c:1001
926 #, c-format
927 msgid "Bisecting: %d revision left to test after this %s\n"
928 msgid_plural "Bisecting: %d revisions left to test after this %s\n"
929 msgstr[0] ""
930 msgstr[1] ""
931
932 #: blame.c:1757
933 msgid "--contents and --reverse do not blend well."
934 msgstr ""
935
936 #: blame.c:1768
937 msgid "cannot use --contents with final commit object name"
938 msgstr ""
939
940 #: blame.c:1788
941 msgid "--reverse and --first-parent together require specified latest commit"
942 msgstr ""
943
944 #: blame.c:1797 bundle.c:169 ref-filter.c:1947 sequencer.c:1168
945 #: sequencer.c:2351 builtin/commit.c:1065 builtin/log.c:357 builtin/log.c:911
946 #: builtin/log.c:1361 builtin/log.c:1690 builtin/log.c:1938 builtin/merge.c:369
947 #: builtin/shortlog.c:191
948 msgid "revision walk setup failed"
949 msgstr ""
950
951 #: blame.c:1815
952 msgid ""
953 "--reverse --first-parent together require range along first-parent chain"
954 msgstr ""
955
956 #: blame.c:1826
957 #, c-format
958 msgid "no such path %s in %s"
959 msgstr ""
960
961 #: blame.c:1837
962 #, c-format
963 msgid "cannot read blob %s for path %s"
964 msgstr ""
965
966 #: branch.c:53
967 #, c-format
968 msgid ""
969 "\n"
970 "After fixing the error cause you may try to fix up\n"
971 "the remote tracking information by invoking\n"
972 "\"git branch --set-upstream-to=%s%s%s\"."
973 msgstr ""
974
975 #: branch.c:67
976 #, c-format
977 msgid "Not setting branch %s as its own upstream."
978 msgstr ""
979
980 #: branch.c:93
981 #, c-format
982 msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."
983 msgstr ""
984
985 #: branch.c:94
986 #, c-format
987 msgid "Branch '%s' set up to track remote branch '%s' from '%s'."
988 msgstr ""
989
990 #: branch.c:98
991 #, c-format
992 msgid "Branch '%s' set up to track local branch '%s' by rebasing."
993 msgstr ""
994
995 #: branch.c:99
996 #, c-format
997 msgid "Branch '%s' set up to track local branch '%s'."
998 msgstr ""
999
1000 #: branch.c:104
1001 #, c-format
1002 msgid "Branch '%s' set up to track remote ref '%s' by rebasing."
1003 msgstr ""
1004
1005 #: branch.c:105
1006 #, c-format
1007 msgid "Branch '%s' set up to track remote ref '%s'."
1008 msgstr ""
1009
1010 #: branch.c:109
1011 #, c-format
1012 msgid "Branch '%s' set up to track local ref '%s' by rebasing."
1013 msgstr ""
1014
1015 #: branch.c:110
1016 #, c-format
1017 msgid "Branch '%s' set up to track local ref '%s'."
1018 msgstr ""
1019
1020 #: branch.c:119
1021 msgid "Unable to write upstream branch configuration"
1022 msgstr ""
1023
1024 #: branch.c:156
1025 #, c-format
1026 msgid "Not tracking: ambiguous information for ref %s"
1027 msgstr ""
1028
1029 #: branch.c:185
1030 #, c-format
1031 msgid "'%s' is not a valid branch name."
1032 msgstr ""
1033
1034 #: branch.c:190
1035 #, c-format
1036 msgid "A branch named '%s' already exists."
1037 msgstr ""
1038
1039 #: branch.c:197
1040 msgid "Cannot force update the current branch."
1041 msgstr ""
1042
1043 #: branch.c:217
1044 #, c-format
1045 msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1046 msgstr ""
1047
1048 #: branch.c:219
1049 #, c-format
1050 msgid "the requested upstream branch '%s' does not exist"
1051 msgstr ""
1052
1053 #: branch.c:221
1054 msgid ""
1055 "\n"
1056 "If you are planning on basing your work on an upstream\n"
1057 "branch that already exists at the remote, you may need to\n"
1058 "run \"git fetch\" to retrieve it.\n"
1059 "\n"
1060 "If you are planning to push out a new local branch that\n"
1061 "will track its remote counterpart, you may want to use\n"
1062 "\"git push -u\" to set the upstream config as you push."
1063 msgstr ""
1064
1065 #: branch.c:264
1066 #, c-format
1067 msgid "Not a valid object name: '%s'."
1068 msgstr ""
1069
1070 #: branch.c:284
1071 #, c-format
1072 msgid "Ambiguous object name: '%s'."
1073 msgstr ""
1074
1075 #: branch.c:289
1076 #, c-format
1077 msgid "Not a valid branch point: '%s'."
1078 msgstr ""
1079
1080 #: branch.c:343
1081 #, c-format
1082 msgid "'%s' is already checked out at '%s'"
1083 msgstr ""
1084
1085 #: branch.c:366
1086 #, c-format
1087 msgid "HEAD of working tree %s is not updated"
1088 msgstr ""
1089
1090 #: bundle.c:34
1091 #, c-format
1092 msgid "'%s' does not look like a v2 bundle file"
1093 msgstr ""
1094
1095 #: bundle.c:62
1096 #, c-format
1097 msgid "unrecognized header: %s%s (%d)"
1098 msgstr ""
1099
1100 #: bundle.c:88 sequencer.c:1346 sequencer.c:1793 sequencer.c:2500
1101 #: sequencer.c:2583 sequencer.c:2609 sequencer.c:2687 sequencer.c:2807
1102 #: sequencer.c:2949 builtin/commit.c:782
1103 #, c-format
1104 msgid "could not open '%s'"
1105 msgstr ""
1106
1107 #: bundle.c:140
1108 msgid "Repository lacks these prerequisite commits:"
1109 msgstr ""
1110
1111 #: bundle.c:193
1112 #, c-format
1113 msgid "The bundle contains this ref:"
1114 msgid_plural "The bundle contains these %d refs:"
1115 msgstr[0] ""
1116 msgstr[1] ""
1117
1118 #: bundle.c:200
1119 msgid "The bundle records a complete history."
1120 msgstr ""
1121
1122 #: bundle.c:202
1123 #, c-format
1124 msgid "The bundle requires this ref:"
1125 msgid_plural "The bundle requires these %d refs:"
1126 msgstr[0] ""
1127 msgstr[1] ""
1128
1129 #: bundle.c:261
1130 msgid "Could not spawn pack-objects"
1131 msgstr ""
1132
1133 #: bundle.c:272
1134 msgid "pack-objects died"
1135 msgstr ""
1136
1137 #: bundle.c:314
1138 msgid "rev-list died"
1139 msgstr ""
1140
1141 #: bundle.c:363
1142 #, c-format
1143 msgid "ref '%s' is excluded by the rev-list options"
1144 msgstr ""
1145
1146 #: bundle.c:453 builtin/log.c:174 builtin/log.c:1597 builtin/shortlog.c:296
1147 #, c-format
1148 msgid "unrecognized argument: %s"
1149 msgstr ""
1150
1151 #: bundle.c:461
1152 msgid "Refusing to create empty bundle."
1153 msgstr ""
1154
1155 #: bundle.c:473
1156 #, c-format
1157 msgid "cannot create '%s'"
1158 msgstr ""
1159
1160 #: bundle.c:501
1161 msgid "index-pack died"
1162 msgstr ""
1163
1164 #: color.c:301
1165 #, c-format
1166 msgid "invalid color value: %.*s"
1167 msgstr ""
1168
1169 #: commit.c:41 sequencer.c:1600 builtin/am.c:421 builtin/am.c:465
1170 #: builtin/am.c:1467 builtin/am.c:2105
1171 #, c-format
1172 msgid "could not parse %s"
1173 msgstr ""
1174
1175 #: commit.c:43
1176 #, c-format
1177 msgid "%s %s is not a commit!"
1178 msgstr ""
1179
1180 #: commit.c:1517
1181 msgid ""
1182 "Warning: commit message did not conform to UTF-8.\n"
1183 "You may want to amend it after fixing the message, or set the config\n"
1184 "variable i18n.commitencoding to the encoding your project uses.\n"
1185 msgstr ""
1186
1187 #: compat/obstack.c:406 compat/obstack.c:408
1188 msgid "memory exhausted"
1189 msgstr ""
1190
1191 #: config.c:187
1192 msgid "relative config include conditionals must come from files"
1193 msgstr ""
1194
1195 #: config.c:721
1196 #, c-format
1197 msgid "bad config line %d in blob %s"
1198 msgstr ""
1199
1200 #: config.c:725
1201 #, c-format
1202 msgid "bad config line %d in file %s"
1203 msgstr ""
1204
1205 #: config.c:729
1206 #, c-format
1207 msgid "bad config line %d in standard input"
1208 msgstr ""
1209
1210 #: config.c:733
1211 #, c-format
1212 msgid "bad config line %d in submodule-blob %s"
1213 msgstr ""
1214
1215 #: config.c:737
1216 #, c-format
1217 msgid "bad config line %d in command line %s"
1218 msgstr ""
1219
1220 #: config.c:741
1221 #, c-format
1222 msgid "bad config line %d in %s"
1223 msgstr ""
1224
1225 #: config.c:869
1226 msgid "out of range"
1227 msgstr ""
1228
1229 #: config.c:869
1230 msgid "invalid unit"
1231 msgstr ""
1232
1233 #: config.c:875
1234 #, c-format
1235 msgid "bad numeric config value '%s' for '%s': %s"
1236 msgstr ""
1237
1238 #: config.c:880
1239 #, c-format
1240 msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1241 msgstr ""
1242
1243 #: config.c:883
1244 #, c-format
1245 msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1246 msgstr ""
1247
1248 #: config.c:886
1249 #, c-format
1250 msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1251 msgstr ""
1252
1253 #: config.c:889
1254 #, c-format
1255 msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1256 msgstr ""
1257
1258 #: config.c:892
1259 #, c-format
1260 msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1261 msgstr ""
1262
1263 #: config.c:895
1264 #, c-format
1265 msgid "bad numeric config value '%s' for '%s' in %s: %s"
1266 msgstr ""
1267
1268 #: config.c:990
1269 #, c-format
1270 msgid "failed to expand user dir in: '%s'"
1271 msgstr ""
1272
1273 #: config.c:1085 config.c:1096
1274 #, c-format
1275 msgid "bad zlib compression level %d"
1276 msgstr ""
1277
1278 #: config.c:1213
1279 #, c-format
1280 msgid "invalid mode for object creation: %s"
1281 msgstr ""
1282
1283 #: config.c:1372
1284 #, c-format
1285 msgid "bad pack compression level %d"
1286 msgstr ""
1287
1288 #: config.c:1568
1289 msgid "unable to parse command-line config"
1290 msgstr ""
1291
1292 #: config.c:1900
1293 msgid "unknown error occurred while reading the configuration files"
1294 msgstr ""
1295
1296 #: config.c:2087
1297 #, c-format
1298 msgid "Invalid %s: '%s'"
1299 msgstr ""
1300
1301 #: config.c:2130
1302 #, c-format
1303 msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1304 msgstr ""
1305
1306 #: config.c:2156
1307 #, c-format
1308 msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1309 msgstr ""
1310
1311 #: config.c:2167
1312 #, c-format
1313 msgid "unable to parse '%s' from command-line config"
1314 msgstr ""
1315
1316 #: config.c:2169
1317 #, c-format
1318 msgid "bad config variable '%s' in file '%s' at line %d"
1319 msgstr ""
1320
1321 #: config.c:2228
1322 #, c-format
1323 msgid "%s has multiple values"
1324 msgstr ""
1325
1326 #: config.c:2571 config.c:2789
1327 #, c-format
1328 msgid "fstat on %s failed"
1329 msgstr ""
1330
1331 #: config.c:2678
1332 #, c-format
1333 msgid "could not set '%s' to '%s'"
1334 msgstr ""
1335
1336 #: config.c:2680 builtin/remote.c:776
1337 #, c-format
1338 msgid "could not unset '%s'"
1339 msgstr ""
1340
1341 #: connect.c:50
1342 msgid "The remote end hung up upon initial contact"
1343 msgstr ""
1344
1345 #: connect.c:52
1346 msgid ""
1347 "Could not read from remote repository.\n"
1348 "\n"
1349 "Please make sure you have the correct access rights\n"
1350 "and the repository exists."
1351 msgstr ""
1352
1353 #: connected.c:64 builtin/fsck.c:183 builtin/prune.c:141
1354 msgid "Checking connectivity"
1355 msgstr ""
1356
1357 #: connected.c:76
1358 msgid "Could not run 'git rev-list'"
1359 msgstr ""
1360
1361 #: connected.c:96
1362 msgid "failed write to rev-list"
1363 msgstr ""
1364
1365 #: connected.c:103
1366 msgid "failed to close rev-list's stdin"
1367 msgstr ""
1368
1369 #: convert.c:205
1370 #, c-format
1371 msgid ""
1372 "CRLF will be replaced by LF in %s.\n"
1373 "The file will have its original line endings in your working directory."
1374 msgstr ""
1375
1376 #: convert.c:209
1377 #, c-format
1378 msgid "CRLF would be replaced by LF in %s."
1379 msgstr ""
1380
1381 #: convert.c:215
1382 #, c-format
1383 msgid ""
1384 "LF will be replaced by CRLF in %s.\n"
1385 "The file will have its original line endings in your working directory."
1386 msgstr ""
1387
1388 #: convert.c:219
1389 #, c-format
1390 msgid "LF would be replaced by CRLF in %s"
1391 msgstr ""
1392
1393 #: date.c:116
1394 msgid "in the future"
1395 msgstr ""
1396
1397 #: date.c:122
1398 #, c-format
1399 msgid "%<PRIuMAX> second ago"
1400 msgid_plural "%<PRIuMAX> seconds ago"
1401 msgstr[0] ""
1402 msgstr[1] ""
1403
1404 #: date.c:129
1405 #, c-format
1406 msgid "%<PRIuMAX> minute ago"
1407 msgid_plural "%<PRIuMAX> minutes ago"
1408 msgstr[0] ""
1409 msgstr[1] ""
1410
1411 #: date.c:136
1412 #, c-format
1413 msgid "%<PRIuMAX> hour ago"
1414 msgid_plural "%<PRIuMAX> hours ago"
1415 msgstr[0] ""
1416 msgstr[1] ""
1417
1418 #: date.c:143
1419 #, c-format
1420 msgid "%<PRIuMAX> day ago"
1421 msgid_plural "%<PRIuMAX> days ago"
1422 msgstr[0] ""
1423 msgstr[1] ""
1424
1425 #: date.c:149
1426 #, c-format
1427 msgid "%<PRIuMAX> week ago"
1428 msgid_plural "%<PRIuMAX> weeks ago"
1429 msgstr[0] ""
1430 msgstr[1] ""
1431
1432 #: date.c:156
1433 #, c-format
1434 msgid "%<PRIuMAX> month ago"
1435 msgid_plural "%<PRIuMAX> months ago"
1436 msgstr[0] ""
1437 msgstr[1] ""
1438
1439 #: date.c:167
1440 #, c-format
1441 msgid "%<PRIuMAX> year"
1442 msgid_plural "%<PRIuMAX> years"
1443 msgstr[0] ""
1444 msgstr[1] ""
1445
1446 #. TRANSLATORS: "%s" is "<n> years"
1447 #: date.c:170
1448 #, c-format
1449 msgid "%s, %<PRIuMAX> month ago"
1450 msgid_plural "%s, %<PRIuMAX> months ago"
1451 msgstr[0] ""
1452 msgstr[1] ""
1453
1454 #: date.c:175 date.c:180
1455 #, c-format
1456 msgid "%<PRIuMAX> year ago"
1457 msgid_plural "%<PRIuMAX> years ago"
1458 msgstr[0] ""
1459 msgstr[1] ""
1460
1461 #: diffcore-order.c:24
1462 #, c-format
1463 msgid "failed to read orderfile '%s'"
1464 msgstr ""
1465
1466 #: diffcore-rename.c:536
1467 msgid "Performing inexact rename detection"
1468 msgstr ""
1469
1470 #: diff.c:74
1471 #, c-format
1472 msgid "option '%s' requires a value"
1473 msgstr ""
1474
1475 #: diff.c:152
1476 #, c-format
1477 msgid " Failed to parse dirstat cut-off percentage '%s'\n"
1478 msgstr ""
1479
1480 #: diff.c:157
1481 #, c-format
1482 msgid " Unknown dirstat parameter '%s'\n"
1483 msgstr ""
1484
1485 #: diff.c:281
1486 msgid ""
1487 "color moved setting must be one of 'no', 'default', 'zebra', 'dimmed_zebra', "
1488 "'plain'"
1489 msgstr ""
1490
1491 #: diff.c:341
1492 #, c-format
1493 msgid "Unknown value for 'diff.submodule' config variable: '%s'"
1494 msgstr ""
1495
1496 #: diff.c:398
1497 #, c-format
1498 msgid ""
1499 "Found errors in 'diff.dirstat' config variable:\n"
1500 "%s"
1501 msgstr ""
1502
1503 #: diff.c:3861
1504 #, c-format
1505 msgid "external diff died, stopping at %s"
1506 msgstr ""
1507
1508 #: diff.c:4189
1509 msgid "--name-only, --name-status, --check and -s are mutually exclusive"
1510 msgstr ""
1511
1512 #: diff.c:4279
1513 msgid "--follow requires exactly one pathspec"
1514 msgstr ""
1515
1516 #: diff.c:4445
1517 #, c-format
1518 msgid ""
1519 "Failed to parse --dirstat/-X option parameter:\n"
1520 "%s"
1521 msgstr ""
1522
1523 #: diff.c:4459
1524 #, c-format
1525 msgid "Failed to parse --submodule option parameter: '%s'"
1526 msgstr ""
1527
1528 #: diff.c:5505
1529 msgid "inexact rename detection was skipped due to too many files."
1530 msgstr ""
1531
1532 #: diff.c:5508
1533 msgid "only found copies from modified paths due to too many files."
1534 msgstr ""
1535
1536 #: diff.c:5511
1537 #, c-format
1538 msgid ""
1539 "you may want to set your %s variable to at least %d and retry the command."
1540 msgstr ""
1541
1542 #: dir.c:1983
1543 msgid "failed to get kernel name and information"
1544 msgstr ""
1545
1546 #: dir.c:2102
1547 msgid "Untracked cache is disabled on this system or location."
1548 msgstr ""
1549
1550 #: dir.c:2885 dir.c:2890
1551 #, c-format
1552 msgid "could not create directories for %s"
1553 msgstr ""
1554
1555 #: dir.c:2915
1556 #, c-format
1557 msgid "could not migrate git directory from '%s' to '%s'"
1558 msgstr ""
1559
1560 #: entry.c:176
1561 msgid "Filtering content"
1562 msgstr ""
1563
1564 #: entry.c:433
1565 #, c-format
1566 msgid "could not stat file '%s'"
1567 msgstr ""
1568
1569 #: fetch-pack.c:252
1570 msgid "git fetch-pack: expected shallow list"
1571 msgstr ""
1572
1573 #: fetch-pack.c:264
1574 msgid "git fetch-pack: expected ACK/NAK, got EOF"
1575 msgstr ""
1576
1577 #: fetch-pack.c:283 builtin/archive.c:63
1578 #, c-format
1579 msgid "remote error: %s"
1580 msgstr ""
1581
1582 #: fetch-pack.c:284
1583 #, c-format
1584 msgid "git fetch-pack: expected ACK/NAK, got '%s'"
1585 msgstr ""
1586
1587 #: fetch-pack.c:336
1588 msgid "--stateless-rpc requires multi_ack_detailed"
1589 msgstr ""
1590
1591 #: fetch-pack.c:422
1592 #, c-format
1593 msgid "invalid shallow line: %s"
1594 msgstr ""
1595
1596 #: fetch-pack.c:428
1597 #, c-format
1598 msgid "invalid unshallow line: %s"
1599 msgstr ""
1600
1601 #: fetch-pack.c:430
1602 #, c-format
1603 msgid "object not found: %s"
1604 msgstr ""
1605
1606 #: fetch-pack.c:433
1607 #, c-format
1608 msgid "error in object: %s"
1609 msgstr ""
1610
1611 #: fetch-pack.c:435
1612 #, c-format
1613 msgid "no shallow found: %s"
1614 msgstr ""
1615
1616 #: fetch-pack.c:438
1617 #, c-format
1618 msgid "expected shallow/unshallow, got %s"
1619 msgstr ""
1620
1621 #: fetch-pack.c:477
1622 #, c-format
1623 msgid "got %s %d %s"
1624 msgstr ""
1625
1626 #: fetch-pack.c:491
1627 #, c-format
1628 msgid "invalid commit %s"
1629 msgstr ""
1630
1631 #: fetch-pack.c:524
1632 msgid "giving up"
1633 msgstr ""
1634
1635 #: fetch-pack.c:534 progress.c:242
1636 msgid "done"
1637 msgstr ""
1638
1639 #: fetch-pack.c:546
1640 #, c-format
1641 msgid "got %s (%d) %s"
1642 msgstr ""
1643
1644 #: fetch-pack.c:592
1645 #, c-format
1646 msgid "Marking %s as complete"
1647 msgstr ""
1648
1649 #: fetch-pack.c:776
1650 #, c-format
1651 msgid "already have %s (%s)"
1652 msgstr ""
1653
1654 #: fetch-pack.c:814
1655 msgid "fetch-pack: unable to fork off sideband demultiplexer"
1656 msgstr ""
1657
1658 #: fetch-pack.c:822
1659 msgid "protocol error: bad pack header"
1660 msgstr ""
1661
1662 #: fetch-pack.c:878
1663 #, c-format
1664 msgid "fetch-pack: unable to fork off %s"
1665 msgstr ""
1666
1667 #: fetch-pack.c:894
1668 #, c-format
1669 msgid "%s failed"
1670 msgstr ""
1671
1672 #: fetch-pack.c:896
1673 msgid "error in sideband demultiplexer"
1674 msgstr ""
1675
1676 #: fetch-pack.c:923
1677 msgid "Server does not support shallow clients"
1678 msgstr ""
1679
1680 #: fetch-pack.c:927
1681 msgid "Server supports multi_ack_detailed"
1682 msgstr ""
1683
1684 #: fetch-pack.c:930
1685 msgid "Server supports no-done"
1686 msgstr ""
1687
1688 #: fetch-pack.c:936
1689 msgid "Server supports multi_ack"
1690 msgstr ""
1691
1692 #: fetch-pack.c:940
1693 msgid "Server supports side-band-64k"
1694 msgstr ""
1695
1696 #: fetch-pack.c:944
1697 msgid "Server supports side-band"
1698 msgstr ""
1699
1700 #: fetch-pack.c:948
1701 msgid "Server supports allow-tip-sha1-in-want"
1702 msgstr ""
1703
1704 #: fetch-pack.c:952
1705 msgid "Server supports allow-reachable-sha1-in-want"
1706 msgstr ""
1707
1708 #: fetch-pack.c:962
1709 msgid "Server supports ofs-delta"
1710 msgstr ""
1711
1712 #: fetch-pack.c:969
1713 #, c-format
1714 msgid "Server version is %.*s"
1715 msgstr ""
1716
1717 #: fetch-pack.c:975
1718 msgid "Server does not support --shallow-since"
1719 msgstr ""
1720
1721 #: fetch-pack.c:979
1722 msgid "Server does not support --shallow-exclude"
1723 msgstr ""
1724
1725 #: fetch-pack.c:981
1726 msgid "Server does not support --deepen"
1727 msgstr ""
1728
1729 #: fetch-pack.c:992
1730 msgid "no common commits"
1731 msgstr ""
1732
1733 #: fetch-pack.c:1004
1734 msgid "git fetch-pack: fetch failed."
1735 msgstr ""
1736
1737 #: fetch-pack.c:1166
1738 msgid "no matching remote head"
1739 msgstr ""
1740
1741 #: fetch-pack.c:1188
1742 #, c-format
1743 msgid "no such remote ref %s"
1744 msgstr ""
1745
1746 #: fetch-pack.c:1191
1747 #, c-format
1748 msgid "Server does not allow request for unadvertised object %s"
1749 msgstr ""
1750
1751 #: gpg-interface.c:181
1752 msgid "gpg failed to sign the data"
1753 msgstr ""
1754
1755 #: gpg-interface.c:211
1756 msgid "could not create temporary file"
1757 msgstr ""
1758
1759 #: gpg-interface.c:214
1760 #, c-format
1761 msgid "failed writing detached signature to '%s'"
1762 msgstr ""
1763
1764 #: graph.c:97
1765 #, c-format
1766 msgid "ignore invalid color '%.*s' in log.graphColors"
1767 msgstr ""
1768
1769 #: grep.c:1970
1770 #, c-format
1771 msgid "'%s': unable to read %s"
1772 msgstr ""
1773
1774 #: grep.c:1987 builtin/clone.c:404 builtin/diff.c:81 builtin/rm.c:134
1775 #, c-format
1776 msgid "failed to stat '%s'"
1777 msgstr ""
1778
1779 #: grep.c:1998
1780 #, c-format
1781 msgid "'%s': short read"
1782 msgstr ""
1783
1784 #: help.c:179
1785 #, c-format
1786 msgid "available git commands in '%s'"
1787 msgstr ""
1788
1789 #: help.c:186
1790 msgid "git commands available from elsewhere on your $PATH"
1791 msgstr ""
1792
1793 #: help.c:217
1794 msgid "These are common Git commands used in various situations:"
1795 msgstr ""
1796
1797 #: help.c:281
1798 #, c-format
1799 msgid ""
1800 "'%s' appears to be a git command, but we were not\n"
1801 "able to execute it. Maybe git-%s is broken?"
1802 msgstr ""
1803
1804 #: help.c:336
1805 msgid "Uh oh. Your system reports no Git commands at all."
1806 msgstr ""
1807
1808 #: help.c:358
1809 #, c-format
1810 msgid "WARNING: You called a Git command named '%s', which does not exist."
1811 msgstr ""
1812
1813 #: help.c:363
1814 #, c-format
1815 msgid "Continuing under the assumption that you meant '%s'."
1816 msgstr ""
1817
1818 #: help.c:368
1819 #, c-format
1820 msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
1821 msgstr ""
1822
1823 #: help.c:376
1824 #, c-format
1825 msgid "git: '%s' is not a git command. See 'git --help'."
1826 msgstr ""
1827
1828 #: help.c:380
1829 msgid ""
1830 "\n"
1831 "The most similar command is"
1832 msgid_plural ""
1833 "\n"
1834 "The most similar commands are"
1835 msgstr[0] ""
1836 msgstr[1] ""
1837
1838 #: help.c:395
1839 msgid "git version [<options>]"
1840 msgstr ""
1841
1842 #: help.c:456
1843 #, c-format
1844 msgid "%s: %s - %s"
1845 msgstr ""
1846
1847 #: help.c:460
1848 msgid ""
1849 "\n"
1850 "Did you mean this?"
1851 msgid_plural ""
1852 "\n"
1853 "Did you mean one of these?"
1854 msgstr[0] ""
1855 msgstr[1] ""
1856
1857 #: ident.c:342
1858 msgid ""
1859 "\n"
1860 "*** Please tell me who you are.\n"
1861 "\n"
1862 "Run\n"
1863 "\n"
1864 " git config --global user.email \"you@example.com\"\n"
1865 " git config --global user.name \"Your Name\"\n"
1866 "\n"
1867 "to set your account's default identity.\n"
1868 "Omit --global to set the identity only in this repository.\n"
1869 "\n"
1870 msgstr ""
1871
1872 #: ident.c:366
1873 msgid "no email was given and auto-detection is disabled"
1874 msgstr ""
1875
1876 #: ident.c:371
1877 #, c-format
1878 msgid "unable to auto-detect email address (got '%s')"
1879 msgstr ""
1880
1881 #: ident.c:381
1882 msgid "no name was given and auto-detection is disabled"
1883 msgstr ""
1884
1885 #: ident.c:387
1886 #, c-format
1887 msgid "unable to auto-detect name (got '%s')"
1888 msgstr ""
1889
1890 #: ident.c:395
1891 #, c-format
1892 msgid "empty ident name (for <%s>) not allowed"
1893 msgstr ""
1894
1895 #: ident.c:401
1896 #, c-format
1897 msgid "name consists only of disallowed characters: %s"
1898 msgstr ""
1899
1900 #: ident.c:416 builtin/commit.c:616
1901 #, c-format
1902 msgid "invalid date format: %s"
1903 msgstr ""
1904
1905 #: lockfile.c:151
1906 #, c-format
1907 msgid ""
1908 "Unable to create '%s.lock': %s.\n"
1909 "\n"
1910 "Another git process seems to be running in this repository, e.g.\n"
1911 "an editor opened by 'git commit'. Please make sure all processes\n"
1912 "are terminated then try again. If it still fails, a git process\n"
1913 "may have crashed in this repository earlier:\n"
1914 "remove the file manually to continue."
1915 msgstr ""
1916
1917 #: lockfile.c:159
1918 #, c-format
1919 msgid "Unable to create '%s.lock': %s"
1920 msgstr ""
1921
1922 #: merge.c:41
1923 msgid "failed to read the cache"
1924 msgstr ""
1925
1926 #: merge.c:96 builtin/am.c:1978 builtin/am.c:2013 builtin/checkout.c:380
1927 #: builtin/checkout.c:595 builtin/clone.c:754
1928 msgid "unable to write new index file"
1929 msgstr ""
1930
1931 #: merge-recursive.c:235
1932 msgid "(bad commit)\n"
1933 msgstr ""
1934
1935 #: merge-recursive.c:257 merge-recursive.c:265
1936 #, c-format
1937 msgid "addinfo_cache failed for path '%s'"
1938 msgstr ""
1939
1940 #: merge-recursive.c:329
1941 msgid "error building trees"
1942 msgstr ""
1943
1944 #: merge-recursive.c:752
1945 #, c-format
1946 msgid "failed to create path '%s'%s"
1947 msgstr ""
1948
1949 #: merge-recursive.c:763
1950 #, c-format
1951 msgid "Removing %s to make room for subdirectory\n"
1952 msgstr ""
1953
1954 #: merge-recursive.c:777 merge-recursive.c:796
1955 msgid ": perhaps a D/F conflict?"
1956 msgstr ""
1957
1958 #: merge-recursive.c:786
1959 #, c-format
1960 msgid "refusing to lose untracked file at '%s'"
1961 msgstr ""
1962
1963 #: merge-recursive.c:828 builtin/cat-file.c:37
1964 #, c-format
1965 msgid "cannot read object %s '%s'"
1966 msgstr ""
1967
1968 #: merge-recursive.c:830
1969 #, c-format
1970 msgid "blob expected for %s '%s'"
1971 msgstr ""
1972
1973 #: merge-recursive.c:854
1974 #, c-format
1975 msgid "failed to open '%s': %s"
1976 msgstr ""
1977
1978 #: merge-recursive.c:865
1979 #, c-format
1980 msgid "failed to symlink '%s': %s"
1981 msgstr ""
1982
1983 #: merge-recursive.c:870
1984 #, c-format
1985 msgid "do not know what to do with %06o %s '%s'"
1986 msgstr ""
1987
1988 #: merge-recursive.c:1010
1989 msgid "Failed to execute internal merge"
1990 msgstr ""
1991
1992 #: merge-recursive.c:1014
1993 #, c-format
1994 msgid "Unable to add %s to database"
1995 msgstr ""
1996
1997 #: merge-recursive.c:1117
1998 #, c-format
1999 msgid ""
2000 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2001 "in tree."
2002 msgstr ""
2003
2004 #: merge-recursive.c:1122
2005 #, c-format
2006 msgid ""
2007 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2008 "left in tree."
2009 msgstr ""
2010
2011 #: merge-recursive.c:1129
2012 #, c-format
2013 msgid ""
2014 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2015 "in tree at %s."
2016 msgstr ""
2017
2018 #: merge-recursive.c:1134
2019 #, c-format
2020 msgid ""
2021 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2022 "left in tree at %s."
2023 msgstr ""
2024
2025 #: merge-recursive.c:1168
2026 msgid "rename"
2027 msgstr ""
2028
2029 #: merge-recursive.c:1168
2030 msgid "renamed"
2031 msgstr ""
2032
2033 #: merge-recursive.c:1225
2034 #, c-format
2035 msgid "%s is a directory in %s adding as %s instead"
2036 msgstr ""
2037
2038 #: merge-recursive.c:1250
2039 #, c-format
2040 msgid ""
2041 "CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
2042 "\"->\"%s\" in \"%s\"%s"
2043 msgstr ""
2044
2045 #: merge-recursive.c:1255
2046 msgid " (left unresolved)"
2047 msgstr ""
2048
2049 #: merge-recursive.c:1317
2050 #, c-format
2051 msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
2052 msgstr ""
2053
2054 #: merge-recursive.c:1350
2055 #, c-format
2056 msgid "Renaming %s to %s and %s to %s instead"
2057 msgstr ""
2058
2059 #: merge-recursive.c:1553
2060 #, c-format
2061 msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
2062 msgstr ""
2063
2064 #: merge-recursive.c:1568
2065 #, c-format
2066 msgid "Adding merged %s"
2067 msgstr ""
2068
2069 #: merge-recursive.c:1575 merge-recursive.c:1805
2070 #, c-format
2071 msgid "Adding as %s instead"
2072 msgstr ""
2073
2074 #: merge-recursive.c:1632
2075 #, c-format
2076 msgid "cannot read object %s"
2077 msgstr ""
2078
2079 #: merge-recursive.c:1635
2080 #, c-format
2081 msgid "object %s is not a blob"
2082 msgstr ""
2083
2084 #: merge-recursive.c:1704
2085 msgid "modify"
2086 msgstr ""
2087
2088 #: merge-recursive.c:1704
2089 msgid "modified"
2090 msgstr ""
2091
2092 #: merge-recursive.c:1714
2093 msgid "content"
2094 msgstr ""
2095
2096 #: merge-recursive.c:1721
2097 msgid "add/add"
2098 msgstr ""
2099
2100 #: merge-recursive.c:1757
2101 #, c-format
2102 msgid "Skipped %s (merged same as existing)"
2103 msgstr ""
2104
2105 #: merge-recursive.c:1771
2106 #, c-format
2107 msgid "Auto-merging %s"
2108 msgstr ""
2109
2110 #: merge-recursive.c:1775 git-submodule.sh:944
2111 msgid "submodule"
2112 msgstr ""
2113
2114 #: merge-recursive.c:1776
2115 #, c-format
2116 msgid "CONFLICT (%s): Merge conflict in %s"
2117 msgstr ""
2118
2119 #: merge-recursive.c:1870
2120 #, c-format
2121 msgid "Removing %s"
2122 msgstr ""
2123
2124 #: merge-recursive.c:1896
2125 msgid "file/directory"
2126 msgstr ""
2127
2128 #: merge-recursive.c:1902
2129 msgid "directory/file"
2130 msgstr ""
2131
2132 #: merge-recursive.c:1908
2133 #, c-format
2134 msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
2135 msgstr ""
2136
2137 #: merge-recursive.c:1917
2138 #, c-format
2139 msgid "Adding %s"
2140 msgstr ""
2141
2142 #: merge-recursive.c:1954
2143 msgid "Already up to date!"
2144 msgstr ""
2145
2146 #: merge-recursive.c:1963
2147 #, c-format
2148 msgid "merging of trees %s and %s failed"
2149 msgstr ""
2150
2151 #: merge-recursive.c:2060
2152 msgid "Merging:"
2153 msgstr ""
2154
2155 #: merge-recursive.c:2073
2156 #, c-format
2157 msgid "found %u common ancestor:"
2158 msgid_plural "found %u common ancestors:"
2159 msgstr[0] ""
2160 msgstr[1] ""
2161
2162 #: merge-recursive.c:2112
2163 msgid "merge returned no commit"
2164 msgstr ""
2165
2166 #: merge-recursive.c:2175
2167 #, c-format
2168 msgid "Could not parse object '%s'"
2169 msgstr ""
2170
2171 #: merge-recursive.c:2189 builtin/merge.c:655 builtin/merge.c:814
2172 msgid "Unable to write index."
2173 msgstr ""
2174
2175 #: notes-merge.c:272
2176 #, c-format
2177 msgid ""
2178 "You have not concluded your previous notes merge (%s exists).\n"
2179 "Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
2180 "commit/abort the previous merge before you start a new notes merge."
2181 msgstr ""
2182
2183 #: notes-merge.c:279
2184 #, c-format
2185 msgid "You have not concluded your notes merge (%s exists)."
2186 msgstr ""
2187
2188 #: notes-utils.c:42
2189 msgid "Cannot commit uninitialized/unreferenced notes tree"
2190 msgstr ""
2191
2192 #: notes-utils.c:101
2193 #, c-format
2194 msgid "Bad notes.rewriteMode value: '%s'"
2195 msgstr ""
2196
2197 #: notes-utils.c:111
2198 #, c-format
2199 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
2200 msgstr ""
2201
2202 #. TRANSLATORS: The first %s is the name of
2203 #. the environment variable, the second %s is
2204 #. its value.
2205 #.
2206 #: notes-utils.c:141
2207 #, c-format
2208 msgid "Bad %s value: '%s'"
2209 msgstr ""
2210
2211 #: object.c:239
2212 #, c-format
2213 msgid "unable to parse object: %s"
2214 msgstr ""
2215
2216 #: packfile.c:556
2217 msgid "offset before end of packfile (broken .idx?)"
2218 msgstr ""
2219
2220 #: packfile.c:1683
2221 #, c-format
2222 msgid "offset before start of pack index for %s (corrupt index?)"
2223 msgstr ""
2224
2225 #: packfile.c:1687
2226 #, c-format
2227 msgid "offset beyond end of pack index for %s (truncated index?)"
2228 msgstr ""
2229
2230 #: parse-options.c:573
2231 msgid "..."
2232 msgstr ""
2233
2234 #: parse-options.c:592
2235 #, c-format
2236 msgid "usage: %s"
2237 msgstr ""
2238
2239 #. TRANSLATORS: the colon here should align with the
2240 #. one in "usage: %s" translation.
2241 #.
2242 #: parse-options.c:598
2243 #, c-format
2244 msgid " or: %s"
2245 msgstr ""
2246
2247 #: parse-options.c:601
2248 #, c-format
2249 msgid " %s"
2250 msgstr ""
2251
2252 #: parse-options.c:640
2253 msgid "-NUM"
2254 msgstr ""
2255
2256 #: parse-options-cb.c:108
2257 #, c-format
2258 msgid "malformed object name '%s'"
2259 msgstr ""
2260
2261 #: path.c:891
2262 #, c-format
2263 msgid "Could not make %s writable by group"
2264 msgstr ""
2265
2266 #: pathspec.c:129
2267 msgid "Escape character '\\' not allowed as last character in attr value"
2268 msgstr ""
2269
2270 #: pathspec.c:147
2271 msgid "Only one 'attr:' specification is allowed."
2272 msgstr ""
2273
2274 #: pathspec.c:150
2275 msgid "attr spec must not be empty"
2276 msgstr ""
2277
2278 #: pathspec.c:193
2279 #, c-format
2280 msgid "invalid attribute name %s"
2281 msgstr ""
2282
2283 #: pathspec.c:258
2284 msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
2285 msgstr ""
2286
2287 #: pathspec.c:265
2288 msgid ""
2289 "global 'literal' pathspec setting is incompatible with all other global "
2290 "pathspec settings"
2291 msgstr ""
2292
2293 #: pathspec.c:305
2294 msgid "invalid parameter for pathspec magic 'prefix'"
2295 msgstr ""
2296
2297 #: pathspec.c:326
2298 #, c-format
2299 msgid "Invalid pathspec magic '%.*s' in '%s'"
2300 msgstr ""
2301
2302 #: pathspec.c:331
2303 #, c-format
2304 msgid "Missing ')' at the end of pathspec magic in '%s'"
2305 msgstr ""
2306
2307 #: pathspec.c:369
2308 #, c-format
2309 msgid "Unimplemented pathspec magic '%c' in '%s'"
2310 msgstr ""
2311
2312 #: pathspec.c:428
2313 #, c-format
2314 msgid "%s: 'literal' and 'glob' are incompatible"
2315 msgstr ""
2316
2317 #: pathspec.c:441
2318 #, c-format
2319 msgid "%s: '%s' is outside repository"
2320 msgstr ""
2321
2322 #: pathspec.c:515
2323 #, c-format
2324 msgid "'%s' (mnemonic: '%c')"
2325 msgstr ""
2326
2327 #: pathspec.c:525
2328 #, c-format
2329 msgid "%s: pathspec magic not supported by this command: %s"
2330 msgstr ""
2331
2332 #: pathspec.c:571
2333 msgid ""
2334 "empty strings as pathspecs will be made invalid in upcoming releases. please "
2335 "use . instead if you meant to match all paths"
2336 msgstr ""
2337
2338 #: pathspec.c:595
2339 #, c-format
2340 msgid "pathspec '%s' is beyond a symbolic link"
2341 msgstr ""
2342
2343 #: pretty.c:962
2344 msgid "unable to parse --pretty format"
2345 msgstr ""
2346
2347 #: read-cache.c:1443
2348 #, c-format
2349 msgid ""
2350 "index.version set, but the value is invalid.\n"
2351 "Using version %i"
2352 msgstr ""
2353
2354 #: read-cache.c:1453
2355 #, c-format
2356 msgid ""
2357 "GIT_INDEX_VERSION set, but the value is invalid.\n"
2358 "Using version %i"
2359 msgstr ""
2360
2361 #: read-cache.c:2316 builtin/merge.c:1046
2362 #, c-format
2363 msgid "could not close '%s'"
2364 msgstr ""
2365
2366 #: read-cache.c:2394 sequencer.c:1355 sequencer.c:2077
2367 #, c-format
2368 msgid "could not stat '%s'"
2369 msgstr ""
2370
2371 #: read-cache.c:2407
2372 #, c-format
2373 msgid "unable to open git dir: %s"
2374 msgstr ""
2375
2376 #: read-cache.c:2419
2377 #, c-format
2378 msgid "unable to unlink: %s"
2379 msgstr ""
2380
2381 #: refs.c:638
2382 #, c-format
2383 msgid "Could not open '%s' for writing"
2384 msgstr ""
2385
2386 #: refs.c:1792
2387 msgid "ref updates forbidden inside quarantine environment"
2388 msgstr ""
2389
2390 #: refs/files-backend.c:1136
2391 #, c-format
2392 msgid "could not remove reference %s"
2393 msgstr ""
2394
2395 #: refs/files-backend.c:1150 refs/packed-backend.c:1430
2396 #: refs/packed-backend.c:1440
2397 #, c-format
2398 msgid "could not delete reference %s: %s"
2399 msgstr ""
2400
2401 #: refs/files-backend.c:1153 refs/packed-backend.c:1443
2402 #, c-format
2403 msgid "could not delete references: %s"
2404 msgstr ""
2405
2406 #: ref-filter.c:35 wt-status.c:1811
2407 msgid "gone"
2408 msgstr ""
2409
2410 #: ref-filter.c:36
2411 #, c-format
2412 msgid "ahead %d"
2413 msgstr ""
2414
2415 #: ref-filter.c:37
2416 #, c-format
2417 msgid "behind %d"
2418 msgstr ""
2419
2420 #: ref-filter.c:38
2421 #, c-format
2422 msgid "ahead %d, behind %d"
2423 msgstr ""
2424
2425 #: ref-filter.c:105
2426 #, c-format
2427 msgid "expected format: %%(color:<color>)"
2428 msgstr ""
2429
2430 #: ref-filter.c:107
2431 #, c-format
2432 msgid "unrecognized color: %%(color:%s)"
2433 msgstr ""
2434
2435 #: ref-filter.c:127
2436 #, c-format
2437 msgid "Integer value expected refname:lstrip=%s"
2438 msgstr ""
2439
2440 #: ref-filter.c:131
2441 #, c-format
2442 msgid "Integer value expected refname:rstrip=%s"
2443 msgstr ""
2444
2445 #: ref-filter.c:133
2446 #, c-format
2447 msgid "unrecognized %%(%s) argument: %s"
2448 msgstr ""
2449
2450 #: ref-filter.c:173
2451 #, c-format
2452 msgid "%%(body) does not take arguments"
2453 msgstr ""
2454
2455 #: ref-filter.c:180
2456 #, c-format
2457 msgid "%%(subject) does not take arguments"
2458 msgstr ""
2459
2460 #: ref-filter.c:198
2461 #, c-format
2462 msgid "unknown %%(trailers) argument: %s"
2463 msgstr ""
2464
2465 #: ref-filter.c:221
2466 #, c-format
2467 msgid "positive value expected contents:lines=%s"
2468 msgstr ""
2469
2470 #: ref-filter.c:223
2471 #, c-format
2472 msgid "unrecognized %%(contents) argument: %s"
2473 msgstr ""
2474
2475 #: ref-filter.c:236
2476 #, c-format
2477 msgid "positive value expected objectname:short=%s"
2478 msgstr ""
2479
2480 #: ref-filter.c:240
2481 #, c-format
2482 msgid "unrecognized %%(objectname) argument: %s"
2483 msgstr ""
2484
2485 #: ref-filter.c:267
2486 #, c-format
2487 msgid "expected format: %%(align:<width>,<position>)"
2488 msgstr ""
2489
2490 #: ref-filter.c:279
2491 #, c-format
2492 msgid "unrecognized position:%s"
2493 msgstr ""
2494
2495 #: ref-filter.c:283
2496 #, c-format
2497 msgid "unrecognized width:%s"
2498 msgstr ""
2499
2500 #: ref-filter.c:289
2501 #, c-format
2502 msgid "unrecognized %%(align) argument: %s"
2503 msgstr ""
2504
2505 #: ref-filter.c:293
2506 #, c-format
2507 msgid "positive width expected with the %%(align) atom"
2508 msgstr ""
2509
2510 #: ref-filter.c:308
2511 #, c-format
2512 msgid "unrecognized %%(if) argument: %s"
2513 msgstr ""
2514
2515 #: ref-filter.c:398
2516 #, c-format
2517 msgid "malformed field name: %.*s"
2518 msgstr ""
2519
2520 #: ref-filter.c:424
2521 #, c-format
2522 msgid "unknown field name: %.*s"
2523 msgstr ""
2524
2525 #: ref-filter.c:536
2526 #, c-format
2527 msgid "format: %%(if) atom used without a %%(then) atom"
2528 msgstr ""
2529
2530 #: ref-filter.c:596
2531 #, c-format
2532 msgid "format: %%(then) atom used without an %%(if) atom"
2533 msgstr ""
2534
2535 #: ref-filter.c:598
2536 #, c-format
2537 msgid "format: %%(then) atom used more than once"
2538 msgstr ""
2539
2540 #: ref-filter.c:600
2541 #, c-format
2542 msgid "format: %%(then) atom used after %%(else)"
2543 msgstr ""
2544
2545 #: ref-filter.c:626
2546 #, c-format
2547 msgid "format: %%(else) atom used without an %%(if) atom"
2548 msgstr ""
2549
2550 #: ref-filter.c:628
2551 #, c-format
2552 msgid "format: %%(else) atom used without a %%(then) atom"
2553 msgstr ""
2554
2555 #: ref-filter.c:630
2556 #, c-format
2557 msgid "format: %%(else) atom used more than once"
2558 msgstr ""
2559
2560 #: ref-filter.c:643
2561 #, c-format
2562 msgid "format: %%(end) atom used without corresponding atom"
2563 msgstr ""
2564
2565 #: ref-filter.c:698
2566 #, c-format
2567 msgid "malformed format string %s"
2568 msgstr ""
2569
2570 #: ref-filter.c:1283
2571 #, c-format
2572 msgid "(no branch, rebasing %s)"
2573 msgstr ""
2574
2575 #: ref-filter.c:1286
2576 #, c-format
2577 msgid "(no branch, bisect started on %s)"
2578 msgstr ""
2579
2580 #. TRANSLATORS: make sure this matches "HEAD
2581 #. detached at " in wt-status.c
2582 #.
2583 #: ref-filter.c:1294
2584 #, c-format
2585 msgid "(HEAD detached at %s)"
2586 msgstr ""
2587
2588 #. TRANSLATORS: make sure this matches "HEAD
2589 #. detached from " in wt-status.c
2590 #.
2591 #: ref-filter.c:1301
2592 #, c-format
2593 msgid "(HEAD detached from %s)"
2594 msgstr ""
2595
2596 #: ref-filter.c:1305
2597 msgid "(no branch)"
2598 msgstr ""
2599
2600 #: ref-filter.c:1454 ref-filter.c:1485
2601 #, c-format
2602 msgid "missing object %s for %s"
2603 msgstr ""
2604
2605 #: ref-filter.c:1457 ref-filter.c:1488
2606 #, c-format
2607 msgid "parse_object_buffer failed on %s for %s"
2608 msgstr ""
2609
2610 #: ref-filter.c:1788
2611 #, c-format
2612 msgid "malformed object at '%s'"
2613 msgstr ""
2614
2615 #: ref-filter.c:1855
2616 #, c-format
2617 msgid "ignoring ref with broken name %s"
2618 msgstr ""
2619
2620 #: ref-filter.c:1860
2621 #, c-format
2622 msgid "ignoring broken ref %s"
2623 msgstr ""
2624
2625 #: ref-filter.c:2122
2626 #, c-format
2627 msgid "format: %%(end) atom missing"
2628 msgstr ""
2629
2630 #: ref-filter.c:2216
2631 #, c-format
2632 msgid "malformed object name %s"
2633 msgstr ""
2634
2635 #: remote.c:750
2636 #, c-format
2637 msgid "Cannot fetch both %s and %s to %s"
2638 msgstr ""
2639
2640 #: remote.c:754
2641 #, c-format
2642 msgid "%s usually tracks %s, not %s"
2643 msgstr ""
2644
2645 #: remote.c:758
2646 #, c-format
2647 msgid "%s tracks both %s and %s"
2648 msgstr ""
2649
2650 #: remote.c:766
2651 msgid "Internal error"
2652 msgstr ""
2653
2654 #: remote.c:1681 remote.c:1783
2655 msgid "HEAD does not point to a branch"
2656 msgstr ""
2657
2658 #: remote.c:1690
2659 #, c-format
2660 msgid "no such branch: '%s'"
2661 msgstr ""
2662
2663 #: remote.c:1693
2664 #, c-format
2665 msgid "no upstream configured for branch '%s'"
2666 msgstr ""
2667
2668 #: remote.c:1699
2669 #, c-format
2670 msgid "upstream branch '%s' not stored as a remote-tracking branch"
2671 msgstr ""
2672
2673 #: remote.c:1714
2674 #, c-format
2675 msgid "push destination '%s' on remote '%s' has no local tracking branch"
2676 msgstr ""
2677
2678 #: remote.c:1726
2679 #, c-format
2680 msgid "branch '%s' has no remote for pushing"
2681 msgstr ""
2682
2683 #: remote.c:1737
2684 #, c-format
2685 msgid "push refspecs for '%s' do not include '%s'"
2686 msgstr ""
2687
2688 #: remote.c:1750
2689 msgid "push has no destination (push.default is 'nothing')"
2690 msgstr ""
2691
2692 #: remote.c:1772
2693 msgid "cannot resolve 'simple' push to a single destination"
2694 msgstr ""
2695
2696 #: remote.c:2076
2697 #, c-format
2698 msgid "Your branch is based on '%s', but the upstream is gone.\n"
2699 msgstr ""
2700
2701 #: remote.c:2080
2702 msgid " (use \"git branch --unset-upstream\" to fixup)\n"
2703 msgstr ""
2704
2705 #: remote.c:2083
2706 #, c-format
2707 msgid "Your branch is up to date with '%s'.\n"
2708 msgstr ""
2709
2710 #: remote.c:2087
2711 #, c-format
2712 msgid "Your branch is ahead of '%s' by %d commit.\n"
2713 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
2714 msgstr[0] ""
2715 msgstr[1] ""
2716
2717 #: remote.c:2093
2718 msgid " (use \"git push\" to publish your local commits)\n"
2719 msgstr ""
2720
2721 #: remote.c:2096
2722 #, c-format
2723 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
2724 msgid_plural ""
2725 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
2726 msgstr[0] ""
2727 msgstr[1] ""
2728
2729 #: remote.c:2104
2730 msgid " (use \"git pull\" to update your local branch)\n"
2731 msgstr ""
2732
2733 #: remote.c:2107
2734 #, c-format
2735 msgid ""
2736 "Your branch and '%s' have diverged,\n"
2737 "and have %d and %d different commit each, respectively.\n"
2738 msgid_plural ""
2739 "Your branch and '%s' have diverged,\n"
2740 "and have %d and %d different commits each, respectively.\n"
2741 msgstr[0] ""
2742 msgstr[1] ""
2743
2744 #: remote.c:2117
2745 msgid " (use \"git pull\" to merge the remote branch into yours)\n"
2746 msgstr ""
2747
2748 #: revision.c:2256
2749 msgid "your current branch appears to be broken"
2750 msgstr ""
2751
2752 #: revision.c:2259
2753 #, c-format
2754 msgid "your current branch '%s' does not have any commits yet"
2755 msgstr ""
2756
2757 #: revision.c:2453
2758 msgid "--first-parent is incompatible with --bisect"
2759 msgstr ""
2760
2761 #: run-command.c:644
2762 msgid "open /dev/null failed"
2763 msgstr ""
2764
2765 #: send-pack.c:151
2766 #, c-format
2767 msgid "unable to parse remote unpack status: %s"
2768 msgstr ""
2769
2770 #: send-pack.c:153
2771 #, c-format
2772 msgid "remote unpack failed: %s"
2773 msgstr ""
2774
2775 #: send-pack.c:316
2776 msgid "failed to sign the push certificate"
2777 msgstr ""
2778
2779 #: send-pack.c:429
2780 msgid "the receiving end does not support --signed push"
2781 msgstr ""
2782
2783 #: send-pack.c:431
2784 msgid ""
2785 "not sending a push certificate since the receiving end does not support --"
2786 "signed push"
2787 msgstr ""
2788
2789 #: send-pack.c:443
2790 msgid "the receiving end does not support --atomic push"
2791 msgstr ""
2792
2793 #: send-pack.c:448
2794 msgid "the receiving end does not support push options"
2795 msgstr ""
2796
2797 #: sequencer.c:218
2798 msgid "revert"
2799 msgstr ""
2800
2801 #: sequencer.c:220
2802 msgid "cherry-pick"
2803 msgstr ""
2804
2805 #: sequencer.c:222
2806 msgid "rebase -i"
2807 msgstr ""
2808
2809 #: sequencer.c:224
2810 #, c-format
2811 msgid "Unknown action: %d"
2812 msgstr ""
2813
2814 #: sequencer.c:281
2815 msgid ""
2816 "after resolving the conflicts, mark the corrected paths\n"
2817 "with 'git add <paths>' or 'git rm <paths>'"
2818 msgstr ""
2819
2820 #: sequencer.c:284
2821 msgid ""
2822 "after resolving the conflicts, mark the corrected paths\n"
2823 "with 'git add <paths>' or 'git rm <paths>'\n"
2824 "and commit the result with 'git commit'"
2825 msgstr ""
2826
2827 #: sequencer.c:297 sequencer.c:1704
2828 #, c-format
2829 msgid "could not lock '%s'"
2830 msgstr ""
2831
2832 #: sequencer.c:300 sequencer.c:1581 sequencer.c:1709 sequencer.c:1723
2833 #: sequencer.c:2733 sequencer.c:2749
2834 #, c-format
2835 msgid "could not write to '%s'"
2836 msgstr ""
2837
2838 #: sequencer.c:304
2839 #, c-format
2840 msgid "could not write eol to '%s'"
2841 msgstr ""
2842
2843 #: sequencer.c:308 sequencer.c:1586 sequencer.c:1711
2844 #, c-format
2845 msgid "failed to finalize '%s'."
2846 msgstr ""
2847
2848 #: sequencer.c:332 sequencer.c:819 sequencer.c:1607 builtin/am.c:259
2849 #: builtin/commit.c:754 builtin/merge.c:1044
2850 #, c-format
2851 msgid "could not read '%s'"
2852 msgstr ""
2853
2854 #: sequencer.c:358
2855 #, c-format
2856 msgid "your local changes would be overwritten by %s."
2857 msgstr ""
2858
2859 #: sequencer.c:362
2860 msgid "commit your changes or stash them to proceed."
2861 msgstr ""
2862
2863 #: sequencer.c:391
2864 #, c-format
2865 msgid "%s: fast-forward"
2866 msgstr ""
2867
2868 #. TRANSLATORS: %s will be "revert", "cherry-pick" or
2869 #. "rebase -i".
2870 #.
2871 #: sequencer.c:474
2872 #, c-format
2873 msgid "%s: Unable to write new index file"
2874 msgstr ""
2875
2876 #: sequencer.c:493
2877 msgid "could not resolve HEAD commit\n"
2878 msgstr ""
2879
2880 #: sequencer.c:513
2881 msgid "unable to update cache tree\n"
2882 msgstr ""
2883
2884 #: sequencer.c:597
2885 #, c-format
2886 msgid ""
2887 "you have staged changes in your working tree\n"
2888 "If these changes are meant to be squashed into the previous commit, run:\n"
2889 "\n"
2890 " git commit --amend %s\n"
2891 "\n"
2892 "If they are meant to go into a new commit, run:\n"
2893 "\n"
2894 " git commit %s\n"
2895 "\n"
2896 "In both cases, once you're done, continue with:\n"
2897 "\n"
2898 " git rebase --continue\n"
2899 msgstr ""
2900
2901 #: sequencer.c:699
2902 #, c-format
2903 msgid "could not parse commit %s\n"
2904 msgstr ""
2905
2906 #: sequencer.c:704
2907 #, c-format
2908 msgid "could not parse parent commit %s\n"
2909 msgstr ""
2910
2911 #: sequencer.c:826
2912 #, c-format
2913 msgid ""
2914 "unexpected 1st line of squash message:\n"
2915 "\n"
2916 "\t%.*s"
2917 msgstr ""
2918
2919 #: sequencer.c:832
2920 #, c-format
2921 msgid ""
2922 "invalid 1st line of squash message:\n"
2923 "\n"
2924 "\t%.*s"
2925 msgstr ""
2926
2927 #: sequencer.c:838 sequencer.c:863
2928 #, c-format
2929 msgid "This is a combination of %d commits."
2930 msgstr ""
2931
2932 #: sequencer.c:847 sequencer.c:2681
2933 msgid "need a HEAD to fixup"
2934 msgstr ""
2935
2936 #: sequencer.c:849
2937 msgid "could not read HEAD"
2938 msgstr ""
2939
2940 #: sequencer.c:851
2941 msgid "could not read HEAD's commit message"
2942 msgstr ""
2943
2944 #: sequencer.c:857
2945 #, c-format
2946 msgid "cannot write '%s'"
2947 msgstr ""
2948
2949 #: sequencer.c:866 git-rebase--interactive.sh:446
2950 msgid "This is the 1st commit message:"
2951 msgstr ""
2952
2953 #: sequencer.c:874
2954 #, c-format
2955 msgid "could not read commit message of %s"
2956 msgstr ""
2957
2958 #: sequencer.c:881
2959 #, c-format
2960 msgid "This is the commit message #%d:"
2961 msgstr ""
2962
2963 #: sequencer.c:886
2964 #, c-format
2965 msgid "The commit message #%d will be skipped:"
2966 msgstr ""
2967
2968 #: sequencer.c:891
2969 #, c-format
2970 msgid "unknown command: %d"
2971 msgstr ""
2972
2973 #: sequencer.c:957
2974 msgid "your index file is unmerged."
2975 msgstr ""
2976
2977 #: sequencer.c:975
2978 #, c-format
2979 msgid "commit %s is a merge but no -m option was given."
2980 msgstr ""
2981
2982 #: sequencer.c:983
2983 #, c-format
2984 msgid "commit %s does not have parent %d"
2985 msgstr ""
2986
2987 #: sequencer.c:987
2988 #, c-format
2989 msgid "mainline was specified but commit %s is not a merge."
2990 msgstr ""
2991
2992 #: sequencer.c:993
2993 #, c-format
2994 msgid "cannot get commit message for %s"
2995 msgstr ""
2996
2997 #. TRANSLATORS: The first %s will be a "todo" command like
2998 #. "revert" or "pick", the second %s a SHA1.
2999 #: sequencer.c:1014
3000 #, c-format
3001 msgid "%s: cannot parse parent commit %s"
3002 msgstr ""
3003
3004 #: sequencer.c:1077 sequencer.c:1853
3005 #, c-format
3006 msgid "could not rename '%s' to '%s'"
3007 msgstr ""
3008
3009 #: sequencer.c:1128
3010 #, c-format
3011 msgid "could not revert %s... %s"
3012 msgstr ""
3013
3014 #: sequencer.c:1129
3015 #, c-format
3016 msgid "could not apply %s... %s"
3017 msgstr ""
3018
3019 #: sequencer.c:1171
3020 msgid "empty commit set passed"
3021 msgstr ""
3022
3023 #: sequencer.c:1181
3024 #, c-format
3025 msgid "git %s: failed to read the index"
3026 msgstr ""
3027
3028 #: sequencer.c:1188
3029 #, c-format
3030 msgid "git %s: failed to refresh the index"
3031 msgstr ""
3032
3033 #: sequencer.c:1308
3034 #, c-format
3035 msgid "invalid line %d: %.*s"
3036 msgstr ""
3037
3038 #: sequencer.c:1316
3039 #, c-format
3040 msgid "cannot '%s' without a previous commit"
3041 msgstr ""
3042
3043 #: sequencer.c:1349 sequencer.c:2503 sequencer.c:2588 sequencer.c:2614
3044 #: sequencer.c:2691 sequencer.c:2810 sequencer.c:2951
3045 #, c-format
3046 msgid "could not read '%s'."
3047 msgstr ""
3048
3049 #: sequencer.c:1361
3050 msgid "please fix this using 'git rebase --edit-todo'."
3051 msgstr ""
3052
3053 #: sequencer.c:1363
3054 #, c-format
3055 msgid "unusable instruction sheet: '%s'"
3056 msgstr ""
3057
3058 #: sequencer.c:1368
3059 msgid "no commits parsed."
3060 msgstr ""
3061
3062 #: sequencer.c:1379
3063 msgid "cannot cherry-pick during a revert."
3064 msgstr ""
3065
3066 #: sequencer.c:1381
3067 msgid "cannot revert during a cherry-pick."
3068 msgstr ""
3069
3070 #: sequencer.c:1448
3071 #, c-format
3072 msgid "invalid key: %s"
3073 msgstr ""
3074
3075 #: sequencer.c:1451
3076 #, c-format
3077 msgid "invalid value for %s: %s"
3078 msgstr ""
3079
3080 #: sequencer.c:1517
3081 #, c-format
3082 msgid "malformed options sheet: '%s'"
3083 msgstr ""
3084
3085 #: sequencer.c:1555
3086 msgid "a cherry-pick or revert is already in progress"
3087 msgstr ""
3088
3089 #: sequencer.c:1556
3090 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
3091 msgstr ""
3092
3093 #: sequencer.c:1559
3094 #, c-format
3095 msgid "could not create sequencer directory '%s'"
3096 msgstr ""
3097
3098 #: sequencer.c:1574
3099 msgid "could not lock HEAD"
3100 msgstr ""
3101
3102 #: sequencer.c:1632 sequencer.c:2211
3103 msgid "no cherry-pick or revert in progress"
3104 msgstr ""
3105
3106 #: sequencer.c:1634
3107 msgid "cannot resolve HEAD"
3108 msgstr ""
3109
3110 #: sequencer.c:1636 sequencer.c:1671
3111 msgid "cannot abort from a branch yet to be born"
3112 msgstr ""
3113
3114 #: sequencer.c:1657 builtin/grep.c:711
3115 #, c-format
3116 msgid "cannot open '%s'"
3117 msgstr ""
3118
3119 #: sequencer.c:1659
3120 #, c-format
3121 msgid "cannot read '%s': %s"
3122 msgstr ""
3123
3124 #: sequencer.c:1660
3125 msgid "unexpected end of file"
3126 msgstr ""
3127
3128 #: sequencer.c:1666
3129 #, c-format
3130 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
3131 msgstr ""
3132
3133 #: sequencer.c:1677
3134 msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
3135 msgstr ""
3136
3137 #: sequencer.c:1818 sequencer.c:2109
3138 msgid "cannot read HEAD"
3139 msgstr ""
3140
3141 #: sequencer.c:1858 builtin/difftool.c:640
3142 #, c-format
3143 msgid "could not copy '%s' to '%s'"
3144 msgstr ""
3145
3146 #: sequencer.c:1874
3147 msgid "could not read index"
3148 msgstr ""
3149
3150 #: sequencer.c:1879
3151 #, c-format
3152 msgid ""
3153 "execution failed: %s\n"
3154 "%sYou can fix the problem, and then run\n"
3155 "\n"
3156 " git rebase --continue\n"
3157 "\n"
3158 msgstr ""
3159
3160 #: sequencer.c:1885
3161 msgid "and made changes to the index and/or the working tree\n"
3162 msgstr ""
3163
3164 #: sequencer.c:1891
3165 #, c-format
3166 msgid ""
3167 "execution succeeded: %s\n"
3168 "but left changes to the index and/or the working tree\n"
3169 "Commit or stash your changes, and then run\n"
3170 "\n"
3171 " git rebase --continue\n"
3172 "\n"
3173 msgstr ""
3174
3175 #: sequencer.c:1948
3176 #, c-format
3177 msgid "Applied autostash.\n"
3178 msgstr ""
3179
3180 #: sequencer.c:1960
3181 #, c-format
3182 msgid "cannot store %s"
3183 msgstr ""
3184
3185 #: sequencer.c:1963 git-rebase.sh:175
3186 #, c-format
3187 msgid ""
3188 "Applying autostash resulted in conflicts.\n"
3189 "Your changes are safe in the stash.\n"
3190 "You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
3191 msgstr ""
3192
3193 #: sequencer.c:2045
3194 #, c-format
3195 msgid "Stopped at %s... %.*s\n"
3196 msgstr ""
3197
3198 #: sequencer.c:2087
3199 #, c-format
3200 msgid "unknown command %d"
3201 msgstr ""
3202
3203 #: sequencer.c:2117
3204 msgid "could not read orig-head"
3205 msgstr ""
3206
3207 #: sequencer.c:2122 sequencer.c:2678
3208 msgid "could not read 'onto'"
3209 msgstr ""
3210
3211 #: sequencer.c:2129
3212 #, c-format
3213 msgid "could not update %s"
3214 msgstr ""
3215
3216 #: sequencer.c:2136
3217 #, c-format
3218 msgid "could not update HEAD to %s"
3219 msgstr ""
3220
3221 #: sequencer.c:2220
3222 msgid "cannot rebase: You have unstaged changes."
3223 msgstr ""
3224
3225 #: sequencer.c:2225
3226 msgid "could not remove CHERRY_PICK_HEAD"
3227 msgstr ""
3228
3229 #: sequencer.c:2234
3230 msgid "cannot amend non-existing commit"
3231 msgstr ""
3232
3233 #: sequencer.c:2236
3234 #, c-format
3235 msgid "invalid file: '%s'"
3236 msgstr ""
3237
3238 #: sequencer.c:2238
3239 #, c-format
3240 msgid "invalid contents: '%s'"
3241 msgstr ""
3242
3243 #: sequencer.c:2241
3244 msgid ""
3245 "\n"
3246 "You have uncommitted changes in your working tree. Please, commit them\n"
3247 "first and then run 'git rebase --continue' again."
3248 msgstr ""
3249
3250 #: sequencer.c:2251
3251 msgid "could not commit staged changes."
3252 msgstr ""
3253
3254 #: sequencer.c:2331
3255 #, c-format
3256 msgid "%s: can't cherry-pick a %s"
3257 msgstr ""
3258
3259 #: sequencer.c:2335
3260 #, c-format
3261 msgid "%s: bad revision"
3262 msgstr ""
3263
3264 #: sequencer.c:2368
3265 msgid "can't revert as initial commit"
3266 msgstr ""
3267
3268 #: sequencer.c:2471
3269 msgid "make_script: unhandled options"
3270 msgstr ""
3271
3272 #: sequencer.c:2474
3273 msgid "make_script: error preparing revisions"
3274 msgstr ""
3275
3276 #: sequencer.c:2510
3277 #, c-format
3278 msgid "unusable todo list: '%s'"
3279 msgstr ""
3280
3281 #: sequencer.c:2516
3282 #, c-format
3283 msgid "unable to open '%s' for writing"
3284 msgstr ""
3285
3286 #: sequencer.c:2561
3287 #, c-format
3288 msgid ""
3289 "unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."
3290 msgstr ""
3291
3292 #: sequencer.c:2641
3293 #, c-format
3294 msgid ""
3295 "Warning: some commits may have been dropped accidentally.\n"
3296 "Dropped commits (newer to older):\n"
3297 msgstr ""
3298
3299 #: sequencer.c:2648
3300 #, c-format
3301 msgid ""
3302 "To avoid this message, use \"drop\" to explicitly remove a commit.\n"
3303 "\n"
3304 "Use 'git config rebase.missingCommitsCheck' to change the level of "
3305 "warnings.\n"
3306 "The possible behaviours are: ignore, warn, error.\n"
3307 "\n"
3308 msgstr ""
3309
3310 #: sequencer.c:2660
3311 #, c-format
3312 msgid ""
3313 "You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
3314 "continue'.\n"
3315 "Or you can abort the rebase with 'git rebase --abort'.\n"
3316 msgstr ""
3317
3318 #: sequencer.c:2708
3319 #, c-format
3320 msgid "could not parse commit '%s'"
3321 msgstr ""
3322
3323 #: sequencer.c:2727 sequencer.c:2742 wrapper.c:225 wrapper.c:395
3324 #: builtin/am.c:775
3325 #, c-format
3326 msgid "could not open '%s' for writing"
3327 msgstr ""
3328
3329 #: sequencer.c:2756
3330 #, c-format
3331 msgid "could not truncate '%s'"
3332 msgstr ""
3333
3334 #: sequencer.c:2848
3335 msgid "the script was already rearranged."
3336 msgstr ""
3337
3338 #: sequencer.c:2953
3339 #, c-format
3340 msgid "could not finish '%s'"
3341 msgstr ""
3342
3343 #: setup.c:171
3344 #, c-format
3345 msgid ""
3346 "%s: no such path in the working tree.\n"
3347 "Use 'git <command> -- <path>...' to specify paths that do not exist locally."
3348 msgstr ""
3349
3350 #: setup.c:184
3351 #, c-format
3352 msgid ""
3353 "ambiguous argument '%s': unknown revision or path not in the working tree.\n"
3354 "Use '--' to separate paths from revisions, like this:\n"
3355 "'git <command> [<revision>...] -- [<file>...]'"
3356 msgstr ""
3357
3358 #: setup.c:252
3359 #, c-format
3360 msgid ""
3361 "ambiguous argument '%s': both revision and filename\n"
3362 "Use '--' to separate paths from revisions, like this:\n"
3363 "'git <command> [<revision>...] -- [<file>...]'"
3364 msgstr ""
3365
3366 #: setup.c:499
3367 #, c-format
3368 msgid "Expected git repo version <= %d, found %d"
3369 msgstr ""
3370
3371 #: setup.c:507
3372 msgid "unknown repository extensions found:"
3373 msgstr ""
3374
3375 #: setup.c:806
3376 #, c-format
3377 msgid "Not a git repository (or any of the parent directories): %s"
3378 msgstr ""
3379
3380 #: setup.c:808 builtin/index-pack.c:1653
3381 msgid "Cannot come back to cwd"
3382 msgstr ""
3383
3384 #: setup.c:1046
3385 msgid "Unable to read current working directory"
3386 msgstr ""
3387
3388 #: setup.c:1058 setup.c:1064
3389 #, c-format
3390 msgid "Cannot change to '%s'"
3391 msgstr ""
3392
3393 #: setup.c:1077
3394 #, c-format
3395 msgid ""
3396 "Not a git repository (or any parent up to mount point %s)\n"
3397 "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
3398 msgstr ""
3399
3400 #: setup.c:1159
3401 #, c-format
3402 msgid ""
3403 "Problem with core.sharedRepository filemode value (0%.3o).\n"
3404 "The owner of files must always have read and write permissions."
3405 msgstr ""
3406
3407 #: sha1_file.c:528
3408 #, c-format
3409 msgid "path '%s' does not exist"
3410 msgstr ""
3411
3412 #: sha1_file.c:554
3413 #, c-format
3414 msgid "reference repository '%s' as a linked checkout is not supported yet."
3415 msgstr ""
3416
3417 #: sha1_file.c:560
3418 #, c-format
3419 msgid "reference repository '%s' is not a local repository."
3420 msgstr ""
3421
3422 #: sha1_file.c:566
3423 #, c-format
3424 msgid "reference repository '%s' is shallow"
3425 msgstr ""
3426
3427 #: sha1_file.c:574
3428 #, c-format
3429 msgid "reference repository '%s' is grafted"
3430 msgstr ""
3431
3432 #: sha1_name.c:420
3433 #, c-format
3434 msgid "short SHA1 %s is ambiguous"
3435 msgstr ""
3436
3437 #: sha1_name.c:431
3438 msgid "The candidates are:"
3439 msgstr ""
3440
3441 #: sha1_name.c:590
3442 msgid ""
3443 "Git normally never creates a ref that ends with 40 hex characters\n"
3444 "because it will be ignored when you just specify 40-hex. These refs\n"
3445 "may be created by mistake. For example,\n"
3446 "\n"
3447 " git checkout -b $br $(git rev-parse ...)\n"
3448 "\n"
3449 "where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
3450 "examine these refs and maybe delete them. Turn this message off by\n"
3451 "running \"git config advice.objectNameWarning false\""
3452 msgstr ""
3453
3454 #: submodule.c:93 submodule.c:127
3455 msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
3456 msgstr ""
3457
3458 #: submodule.c:97 submodule.c:131
3459 #, c-format
3460 msgid "Could not find section in .gitmodules where path=%s"
3461 msgstr ""
3462
3463 #: submodule.c:105
3464 #, c-format
3465 msgid "Could not update .gitmodules entry %s"
3466 msgstr ""
3467
3468 #: submodule.c:138
3469 #, c-format
3470 msgid "Could not remove .gitmodules entry for %s"
3471 msgstr ""
3472
3473 #: submodule.c:149
3474 msgid "staging updated .gitmodules failed"
3475 msgstr ""
3476
3477 #: submodule.c:309
3478 #, c-format
3479 msgid "in unpopulated submodule '%s'"
3480 msgstr ""
3481
3482 #: submodule.c:340
3483 #, c-format
3484 msgid "Pathspec '%s' is in submodule '%.*s'"
3485 msgstr ""
3486
3487 #: submodule.c:799
3488 #, c-format
3489 msgid "submodule entry '%s' (%s) is a %s, not a commit"
3490 msgstr ""
3491
3492 #: submodule.c:1021 builtin/branch.c:641 builtin/submodule--helper.c:1149
3493 msgid "Failed to resolve HEAD as a valid ref."
3494 msgstr ""
3495
3496 #: submodule.c:1304
3497 #, c-format
3498 msgid "'%s' not recognized as a git repository"
3499 msgstr ""
3500
3501 #: submodule.c:1442
3502 #, c-format
3503 msgid "could not start 'git status' in submodule '%s'"
3504 msgstr ""
3505
3506 #: submodule.c:1455
3507 #, c-format
3508 msgid "could not run 'git status' in submodule '%s'"
3509 msgstr ""
3510
3511 #: submodule.c:1548
3512 #, c-format
3513 msgid "submodule '%s' has dirty index"
3514 msgstr ""
3515
3516 #: submodule.c:1809
3517 #, c-format
3518 msgid ""
3519 "relocate_gitdir for submodule '%s' with more than one worktree not supported"
3520 msgstr ""
3521
3522 #: submodule.c:1821 submodule.c:1877
3523 #, c-format
3524 msgid "could not lookup name for submodule '%s'"
3525 msgstr ""
3526
3527 #: submodule.c:1825 builtin/submodule--helper.c:671
3528 #: builtin/submodule--helper.c:681
3529 #, c-format
3530 msgid "could not create directory '%s'"
3531 msgstr ""
3532
3533 #: submodule.c:1828
3534 #, c-format
3535 msgid ""
3536 "Migrating git directory of '%s%s' from\n"
3537 "'%s' to\n"
3538 "'%s'\n"
3539 msgstr ""
3540
3541 #: submodule.c:1912
3542 #, c-format
3543 msgid "could not recurse into submodule '%s'"
3544 msgstr ""
3545
3546 #: submodule.c:1956
3547 msgid "could not start ls-files in .."
3548 msgstr ""
3549
3550 #: submodule.c:1976
3551 msgid "BUG: returned path string doesn't match cwd?"
3552 msgstr ""
3553
3554 #: submodule.c:1995
3555 #, c-format
3556 msgid "ls-tree returned unexpected return code %d"
3557 msgstr ""
3558
3559 #: submodule-config.c:263
3560 msgid "negative values not allowed for submodule.fetchjobs"
3561 msgstr ""
3562
3563 #: submodule-config.c:436
3564 #, c-format
3565 msgid "invalid value for %s"
3566 msgstr ""
3567
3568 #: trailer.c:238
3569 #, c-format
3570 msgid "running trailer command '%s' failed"
3571 msgstr ""
3572
3573 #: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:553
3574 #: trailer.c:557
3575 #, c-format
3576 msgid "unknown value '%s' for key '%s'"
3577 msgstr ""
3578
3579 #: trailer.c:539 trailer.c:544 builtin/remote.c:290
3580 #, c-format
3581 msgid "more than one %s"
3582 msgstr ""
3583
3584 #: trailer.c:730
3585 #, c-format
3586 msgid "empty trailer token in trailer '%.*s'"
3587 msgstr ""
3588
3589 #: trailer.c:750
3590 #, c-format
3591 msgid "could not read input file '%s'"
3592 msgstr ""
3593
3594 #: trailer.c:753
3595 msgid "could not read from stdin"
3596 msgstr ""
3597
3598 #: trailer.c:1008 builtin/am.c:46
3599 #, c-format
3600 msgid "could not stat %s"
3601 msgstr ""
3602
3603 #: trailer.c:1010
3604 #, c-format
3605 msgid "file %s is not a regular file"
3606 msgstr ""
3607
3608 #: trailer.c:1012
3609 #, c-format
3610 msgid "file %s is not writable by user"
3611 msgstr ""
3612
3613 #: trailer.c:1024
3614 msgid "could not open temporary file"
3615 msgstr ""
3616
3617 #: trailer.c:1064
3618 #, c-format
3619 msgid "could not rename temporary file to %s"
3620 msgstr ""
3621
3622 #: transport.c:62
3623 #, c-format
3624 msgid "Would set upstream of '%s' to '%s' of '%s'\n"
3625 msgstr ""
3626
3627 #: transport.c:151
3628 #, c-format
3629 msgid "transport: invalid depth option '%s'"
3630 msgstr ""
3631
3632 #: transport.c:888
3633 #, c-format
3634 msgid ""
3635 "The following submodule paths contain changes that can\n"
3636 "not be found on any remote:\n"
3637 msgstr ""
3638
3639 #: transport.c:892
3640 #, c-format
3641 msgid ""
3642 "\n"
3643 "Please try\n"
3644 "\n"
3645 "\tgit push --recurse-submodules=on-demand\n"
3646 "\n"
3647 "or cd to the path and use\n"
3648 "\n"
3649 "\tgit push\n"
3650 "\n"
3651 "to push them to a remote.\n"
3652 "\n"
3653 msgstr ""
3654
3655 #: transport.c:900
3656 msgid "Aborting."
3657 msgstr ""
3658
3659 #: transport-helper.c:1071
3660 #, c-format
3661 msgid "Could not read ref %s"
3662 msgstr ""
3663
3664 #: tree-walk.c:31
3665 msgid "too-short tree object"
3666 msgstr ""
3667
3668 #: tree-walk.c:37
3669 msgid "malformed mode in tree entry"
3670 msgstr ""
3671
3672 #: tree-walk.c:41
3673 msgid "empty filename in tree entry"
3674 msgstr ""
3675
3676 #: tree-walk.c:114
3677 msgid "too-short tree file"
3678 msgstr ""
3679
3680 #: unpack-trees.c:106
3681 #, c-format
3682 msgid ""
3683 "Your local changes to the following files would be overwritten by checkout:\n"
3684 "%%sPlease commit your changes or stash them before you switch branches."
3685 msgstr ""
3686
3687 #: unpack-trees.c:108
3688 #, c-format
3689 msgid ""
3690 "Your local changes to the following files would be overwritten by checkout:\n"
3691 "%%s"
3692 msgstr ""
3693
3694 #: unpack-trees.c:111
3695 #, c-format
3696 msgid ""
3697 "Your local changes to the following files would be overwritten by merge:\n"
3698 "%%sPlease commit your changes or stash them before you merge."
3699 msgstr ""
3700
3701 #: unpack-trees.c:113
3702 #, c-format
3703 msgid ""
3704 "Your local changes to the following files would be overwritten by merge:\n"
3705 "%%s"
3706 msgstr ""
3707
3708 #: unpack-trees.c:116
3709 #, c-format
3710 msgid ""
3711 "Your local changes to the following files would be overwritten by %s:\n"
3712 "%%sPlease commit your changes or stash them before you %s."
3713 msgstr ""
3714
3715 #: unpack-trees.c:118
3716 #, c-format
3717 msgid ""
3718 "Your local changes to the following files would be overwritten by %s:\n"
3719 "%%s"
3720 msgstr ""
3721
3722 #: unpack-trees.c:123
3723 #, c-format
3724 msgid ""
3725 "Updating the following directories would lose untracked files in them:\n"
3726 "%s"
3727 msgstr ""
3728
3729 #: unpack-trees.c:127
3730 #, c-format
3731 msgid ""
3732 "The following untracked working tree files would be removed by checkout:\n"
3733 "%%sPlease move or remove them before you switch branches."
3734 msgstr ""
3735
3736 #: unpack-trees.c:129
3737 #, c-format
3738 msgid ""
3739 "The following untracked working tree files would be removed by checkout:\n"
3740 "%%s"
3741 msgstr ""
3742
3743 #: unpack-trees.c:132
3744 #, c-format
3745 msgid ""
3746 "The following untracked working tree files would be removed by merge:\n"
3747 "%%sPlease move or remove them before you merge."
3748 msgstr ""
3749
3750 #: unpack-trees.c:134
3751 #, c-format
3752 msgid ""
3753 "The following untracked working tree files would be removed by merge:\n"
3754 "%%s"
3755 msgstr ""
3756
3757 #: unpack-trees.c:137
3758 #, c-format
3759 msgid ""
3760 "The following untracked working tree files would be removed by %s:\n"
3761 "%%sPlease move or remove them before you %s."
3762 msgstr ""
3763
3764 #: unpack-trees.c:139
3765 #, c-format
3766 msgid ""
3767 "The following untracked working tree files would be removed by %s:\n"
3768 "%%s"
3769 msgstr ""
3770
3771 #: unpack-trees.c:144
3772 #, c-format
3773 msgid ""
3774 "The following untracked working tree files would be overwritten by "
3775 "checkout:\n"
3776 "%%sPlease move or remove them before you switch branches."
3777 msgstr ""
3778
3779 #: unpack-trees.c:146
3780 #, c-format
3781 msgid ""
3782 "The following untracked working tree files would be overwritten by "
3783 "checkout:\n"
3784 "%%s"
3785 msgstr ""
3786
3787 #: unpack-trees.c:149
3788 #, c-format
3789 msgid ""
3790 "The following untracked working tree files would be overwritten by merge:\n"
3791 "%%sPlease move or remove them before you merge."
3792 msgstr ""
3793
3794 #: unpack-trees.c:151
3795 #, c-format
3796 msgid ""
3797 "The following untracked working tree files would be overwritten by merge:\n"
3798 "%%s"
3799 msgstr ""
3800
3801 #: unpack-trees.c:154
3802 #, c-format
3803 msgid ""
3804 "The following untracked working tree files would be overwritten by %s:\n"
3805 "%%sPlease move or remove them before you %s."
3806 msgstr ""
3807
3808 #: unpack-trees.c:156
3809 #, c-format
3810 msgid ""
3811 "The following untracked working tree files would be overwritten by %s:\n"
3812 "%%s"
3813 msgstr ""
3814
3815 #: unpack-trees.c:163
3816 #, c-format
3817 msgid "Entry '%s' overlaps with '%s'. Cannot bind."
3818 msgstr ""
3819
3820 #: unpack-trees.c:166
3821 #, c-format
3822 msgid ""
3823 "Cannot update sparse checkout: the following entries are not up to date:\n"
3824 "%s"
3825 msgstr ""
3826
3827 #: unpack-trees.c:168
3828 #, c-format
3829 msgid ""
3830 "The following working tree files would be overwritten by sparse checkout "
3831 "update:\n"
3832 "%s"
3833 msgstr ""
3834
3835 #: unpack-trees.c:170
3836 #, c-format
3837 msgid ""
3838 "The following working tree files would be removed by sparse checkout "
3839 "update:\n"
3840 "%s"
3841 msgstr ""
3842
3843 #: unpack-trees.c:172
3844 #, c-format
3845 msgid ""
3846 "Cannot update submodule:\n"
3847 "%s"
3848 msgstr ""
3849
3850 #: unpack-trees.c:249
3851 #, c-format
3852 msgid "Aborting\n"
3853 msgstr ""
3854
3855 #: unpack-trees.c:331
3856 msgid "Checking out files"
3857 msgstr ""
3858
3859 #: urlmatch.c:163
3860 msgid "invalid URL scheme name or missing '://' suffix"
3861 msgstr ""
3862
3863 #: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
3864 #, c-format
3865 msgid "invalid %XX escape sequence"
3866 msgstr ""
3867
3868 #: urlmatch.c:215
3869 msgid "missing host and scheme is not 'file:'"
3870 msgstr ""
3871
3872 #: urlmatch.c:232
3873 msgid "a 'file:' URL may not have a port number"
3874 msgstr ""
3875
3876 #: urlmatch.c:247
3877 msgid "invalid characters in host name"
3878 msgstr ""
3879
3880 #: urlmatch.c:292 urlmatch.c:303
3881 msgid "invalid port number"
3882 msgstr ""
3883
3884 #: urlmatch.c:371
3885 msgid "invalid '..' path segment"
3886 msgstr ""
3887
3888 #: worktree.c:245
3889 #, c-format
3890 msgid "failed to read '%s'"
3891 msgstr ""
3892
3893 #: wrapper.c:223 wrapper.c:393
3894 #, c-format
3895 msgid "could not open '%s' for reading and writing"
3896 msgstr ""
3897
3898 #: wrapper.c:227 wrapper.c:397 builtin/am.c:320 builtin/am.c:766
3899 #: builtin/am.c:858 builtin/merge.c:1041
3900 #, c-format
3901 msgid "could not open '%s' for reading"
3902 msgstr ""
3903
3904 #: wrapper.c:424 wrapper.c:624
3905 #, c-format
3906 msgid "unable to access '%s'"
3907 msgstr ""
3908
3909 #: wrapper.c:632
3910 msgid "unable to get current working directory"
3911 msgstr ""
3912
3913 #: wrapper.c:656
3914 #, c-format
3915 msgid "could not write to %s"
3916 msgstr ""
3917
3918 #: wrapper.c:658
3919 #, c-format
3920 msgid "could not close %s"
3921 msgstr ""
3922
3923 #: wt-status.c:150
3924 msgid "Unmerged paths:"
3925 msgstr ""
3926
3927 #: wt-status.c:177 wt-status.c:204
3928 #, c-format
3929 msgid " (use \"git reset %s <file>...\" to unstage)"
3930 msgstr ""
3931
3932 #: wt-status.c:179 wt-status.c:206
3933 msgid " (use \"git rm --cached <file>...\" to unstage)"
3934 msgstr ""
3935
3936 #: wt-status.c:183
3937 msgid " (use \"git add <file>...\" to mark resolution)"
3938 msgstr ""
3939
3940 #: wt-status.c:185 wt-status.c:189
3941 msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"
3942 msgstr ""
3943
3944 #: wt-status.c:187
3945 msgid " (use \"git rm <file>...\" to mark resolution)"
3946 msgstr ""
3947
3948 #: wt-status.c:198 wt-status.c:979
3949 msgid "Changes to be committed:"
3950 msgstr ""
3951
3952 #: wt-status.c:216 wt-status.c:988
3953 msgid "Changes not staged for commit:"
3954 msgstr ""
3955
3956 #: wt-status.c:220
3957 msgid " (use \"git add <file>...\" to update what will be committed)"
3958 msgstr ""
3959
3960 #: wt-status.c:222
3961 msgid " (use \"git add/rm <file>...\" to update what will be committed)"
3962 msgstr ""
3963
3964 #: wt-status.c:223
3965 msgid ""
3966 " (use \"git checkout -- <file>...\" to discard changes in working directory)"
3967 msgstr ""
3968
3969 #: wt-status.c:225
3970 msgid " (commit or discard the untracked or modified content in submodules)"
3971 msgstr ""
3972
3973 #: wt-status.c:237
3974 #, c-format
3975 msgid " (use \"git %s <file>...\" to include in what will be committed)"
3976 msgstr ""
3977
3978 #: wt-status.c:252
3979 msgid "both deleted:"
3980 msgstr ""
3981
3982 #: wt-status.c:254
3983 msgid "added by us:"
3984 msgstr ""
3985
3986 #: wt-status.c:256
3987 msgid "deleted by them:"
3988 msgstr ""
3989
3990 #: wt-status.c:258
3991 msgid "added by them:"
3992 msgstr ""
3993
3994 #: wt-status.c:260
3995 msgid "deleted by us:"
3996 msgstr ""
3997
3998 #: wt-status.c:262
3999 msgid "both added:"
4000 msgstr ""
4001
4002 #: wt-status.c:264
4003 msgid "both modified:"
4004 msgstr ""
4005
4006 #: wt-status.c:274
4007 msgid "new file:"
4008 msgstr ""
4009
4010 #: wt-status.c:276
4011 msgid "copied:"
4012 msgstr ""
4013
4014 #: wt-status.c:278
4015 msgid "deleted:"
4016 msgstr ""
4017
4018 #: wt-status.c:280
4019 msgid "modified:"
4020 msgstr ""
4021
4022 #: wt-status.c:282
4023 msgid "renamed:"
4024 msgstr ""
4025
4026 #: wt-status.c:284
4027 msgid "typechange:"
4028 msgstr ""
4029
4030 #: wt-status.c:286
4031 msgid "unknown:"
4032 msgstr ""
4033
4034 #: wt-status.c:288
4035 msgid "unmerged:"
4036 msgstr ""
4037
4038 #: wt-status.c:370
4039 msgid "new commits, "
4040 msgstr ""
4041
4042 #: wt-status.c:372
4043 msgid "modified content, "
4044 msgstr ""
4045
4046 #: wt-status.c:374
4047 msgid "untracked content, "
4048 msgstr ""
4049
4050 #: wt-status.c:819
4051 #, c-format
4052 msgid "Your stash currently has %d entry"
4053 msgid_plural "Your stash currently has %d entries"
4054 msgstr[0] ""
4055 msgstr[1] ""
4056
4057 #: wt-status.c:851
4058 msgid "Submodules changed but not updated:"
4059 msgstr ""
4060
4061 #: wt-status.c:853
4062 msgid "Submodule changes to be committed:"
4063 msgstr ""
4064
4065 #: wt-status.c:935
4066 msgid ""
4067 "Do not modify or remove the line above.\n"
4068 "Everything below it will be ignored."
4069 msgstr ""
4070
4071 #: wt-status.c:1048
4072 msgid "You have unmerged paths."
4073 msgstr ""
4074
4075 #: wt-status.c:1051
4076 msgid " (fix conflicts and run \"git commit\")"
4077 msgstr ""
4078
4079 #: wt-status.c:1053
4080 msgid " (use \"git merge --abort\" to abort the merge)"
4081 msgstr ""
4082
4083 #: wt-status.c:1058
4084 msgid "All conflicts fixed but you are still merging."
4085 msgstr ""
4086
4087 #: wt-status.c:1061
4088 msgid " (use \"git commit\" to conclude merge)"
4089 msgstr ""
4090
4091 #: wt-status.c:1071
4092 msgid "You are in the middle of an am session."
4093 msgstr ""
4094
4095 #: wt-status.c:1074
4096 msgid "The current patch is empty."
4097 msgstr ""
4098
4099 #: wt-status.c:1078
4100 msgid " (fix conflicts and then run \"git am --continue\")"
4101 msgstr ""
4102
4103 #: wt-status.c:1080
4104 msgid " (use \"git am --skip\" to skip this patch)"
4105 msgstr ""
4106
4107 #: wt-status.c:1082
4108 msgid " (use \"git am --abort\" to restore the original branch)"
4109 msgstr ""
4110
4111 #: wt-status.c:1214
4112 msgid "git-rebase-todo is missing."
4113 msgstr ""
4114
4115 #: wt-status.c:1216
4116 msgid "No commands done."
4117 msgstr ""
4118
4119 #: wt-status.c:1219
4120 #, c-format
4121 msgid "Last command done (%d command done):"
4122 msgid_plural "Last commands done (%d commands done):"
4123 msgstr[0] ""
4124 msgstr[1] ""
4125
4126 #: wt-status.c:1230
4127 #, c-format
4128 msgid " (see more in file %s)"
4129 msgstr ""
4130
4131 #: wt-status.c:1235
4132 msgid "No commands remaining."
4133 msgstr ""
4134
4135 #: wt-status.c:1238
4136 #, c-format
4137 msgid "Next command to do (%d remaining command):"
4138 msgid_plural "Next commands to do (%d remaining commands):"
4139 msgstr[0] ""
4140 msgstr[1] ""
4141
4142 #: wt-status.c:1246
4143 msgid " (use \"git rebase --edit-todo\" to view and edit)"
4144 msgstr ""
4145
4146 #: wt-status.c:1259
4147 #, c-format
4148 msgid "You are currently rebasing branch '%s' on '%s'."
4149 msgstr ""
4150
4151 #: wt-status.c:1264
4152 msgid "You are currently rebasing."
4153 msgstr ""
4154
4155 #: wt-status.c:1278
4156 msgid " (fix conflicts and then run \"git rebase --continue\")"
4157 msgstr ""
4158
4159 #: wt-status.c:1280
4160 msgid " (use \"git rebase --skip\" to skip this patch)"
4161 msgstr ""
4162
4163 #: wt-status.c:1282
4164 msgid " (use \"git rebase --abort\" to check out the original branch)"
4165 msgstr ""
4166
4167 #: wt-status.c:1288
4168 msgid " (all conflicts fixed: run \"git rebase --continue\")"
4169 msgstr ""
4170
4171 #: wt-status.c:1292
4172 #, c-format
4173 msgid ""
4174 "You are currently splitting a commit while rebasing branch '%s' on '%s'."
4175 msgstr ""
4176
4177 #: wt-status.c:1297
4178 msgid "You are currently splitting a commit during a rebase."
4179 msgstr ""
4180
4181 #: wt-status.c:1300
4182 msgid " (Once your working directory is clean, run \"git rebase --continue\")"
4183 msgstr ""
4184
4185 #: wt-status.c:1304
4186 #, c-format
4187 msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
4188 msgstr ""
4189
4190 #: wt-status.c:1309
4191 msgid "You are currently editing a commit during a rebase."
4192 msgstr ""
4193
4194 #: wt-status.c:1312
4195 msgid " (use \"git commit --amend\" to amend the current commit)"
4196 msgstr ""
4197
4198 #: wt-status.c:1314
4199 msgid ""
4200 " (use \"git rebase --continue\" once you are satisfied with your changes)"
4201 msgstr ""
4202
4203 #: wt-status.c:1324
4204 #, c-format
4205 msgid "You are currently cherry-picking commit %s."
4206 msgstr ""
4207
4208 #: wt-status.c:1329
4209 msgid " (fix conflicts and run \"git cherry-pick --continue\")"
4210 msgstr ""
4211
4212 #: wt-status.c:1332
4213 msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"
4214 msgstr ""
4215
4216 #: wt-status.c:1334
4217 msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
4218 msgstr ""
4219
4220 #: wt-status.c:1343
4221 #, c-format
4222 msgid "You are currently reverting commit %s."
4223 msgstr ""
4224
4225 #: wt-status.c:1348
4226 msgid " (fix conflicts and run \"git revert --continue\")"
4227 msgstr ""
4228
4229 #: wt-status.c:1351
4230 msgid " (all conflicts fixed: run \"git revert --continue\")"
4231 msgstr ""
4232
4233 #: wt-status.c:1353
4234 msgid " (use \"git revert --abort\" to cancel the revert operation)"
4235 msgstr ""
4236
4237 #: wt-status.c:1364
4238 #, c-format
4239 msgid "You are currently bisecting, started from branch '%s'."
4240 msgstr ""
4241
4242 #: wt-status.c:1368
4243 msgid "You are currently bisecting."
4244 msgstr ""
4245
4246 #: wt-status.c:1371
4247 msgid " (use \"git bisect reset\" to get back to the original branch)"
4248 msgstr ""
4249
4250 #: wt-status.c:1568
4251 msgid "On branch "
4252 msgstr ""
4253
4254 #: wt-status.c:1574
4255 msgid "interactive rebase in progress; onto "
4256 msgstr ""
4257
4258 #: wt-status.c:1576
4259 msgid "rebase in progress; onto "
4260 msgstr ""
4261
4262 #: wt-status.c:1581
4263 msgid "HEAD detached at "
4264 msgstr ""
4265
4266 #: wt-status.c:1583
4267 msgid "HEAD detached from "
4268 msgstr ""
4269
4270 #: wt-status.c:1586
4271 msgid "Not currently on any branch."
4272 msgstr ""
4273
4274 #: wt-status.c:1606
4275 msgid "Initial commit"
4276 msgstr ""
4277
4278 #: wt-status.c:1607
4279 msgid "No commits yet"
4280 msgstr ""
4281
4282 #: wt-status.c:1621
4283 msgid "Untracked files"
4284 msgstr ""
4285
4286 #: wt-status.c:1623
4287 msgid "Ignored files"
4288 msgstr ""
4289
4290 #: wt-status.c:1627
4291 #, c-format
4292 msgid ""
4293 "It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
4294 "may speed it up, but you have to be careful not to forget to add\n"
4295 "new files yourself (see 'git help status')."
4296 msgstr ""
4297
4298 #: wt-status.c:1633
4299 #, c-format
4300 msgid "Untracked files not listed%s"
4301 msgstr ""
4302
4303 #: wt-status.c:1635
4304 msgid " (use -u option to show untracked files)"
4305 msgstr ""
4306
4307 #: wt-status.c:1641
4308 msgid "No changes"
4309 msgstr ""
4310
4311 #: wt-status.c:1646
4312 #, c-format
4313 msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
4314 msgstr ""
4315
4316 #: wt-status.c:1649
4317 #, c-format
4318 msgid "no changes added to commit\n"
4319 msgstr ""
4320
4321 #: wt-status.c:1652
4322 #, c-format
4323 msgid ""
4324 "nothing added to commit but untracked files present (use \"git add\" to "
4325 "track)\n"
4326 msgstr ""
4327
4328 #: wt-status.c:1655
4329 #, c-format
4330 msgid "nothing added to commit but untracked files present\n"
4331 msgstr ""
4332
4333 #: wt-status.c:1658
4334 #, c-format
4335 msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
4336 msgstr ""
4337
4338 #: wt-status.c:1661 wt-status.c:1666
4339 #, c-format
4340 msgid "nothing to commit\n"
4341 msgstr ""
4342
4343 #: wt-status.c:1664
4344 #, c-format
4345 msgid "nothing to commit (use -u to show untracked files)\n"
4346 msgstr ""
4347
4348 #: wt-status.c:1668
4349 #, c-format
4350 msgid "nothing to commit, working tree clean\n"
4351 msgstr ""
4352
4353 #: wt-status.c:1780
4354 msgid "No commits yet on "
4355 msgstr ""
4356
4357 #: wt-status.c:1784
4358 msgid "HEAD (no branch)"
4359 msgstr ""
4360
4361 #: wt-status.c:1813 wt-status.c:1821
4362 msgid "behind "
4363 msgstr ""
4364
4365 #: wt-status.c:1816 wt-status.c:1819
4366 msgid "ahead "
4367 msgstr ""
4368
4369 #. TRANSLATORS: the action is e.g. "pull with rebase"
4370 #: wt-status.c:2311
4371 #, c-format
4372 msgid "cannot %s: You have unstaged changes."
4373 msgstr ""
4374
4375 #: wt-status.c:2317
4376 msgid "additionally, your index contains uncommitted changes."
4377 msgstr ""
4378
4379 #: wt-status.c:2319
4380 #, c-format
4381 msgid "cannot %s: Your index contains uncommitted changes."
4382 msgstr ""
4383
4384 #: compat/precompose_utf8.c:58 builtin/clone.c:437
4385 #, c-format
4386 msgid "failed to unlink '%s'"
4387 msgstr ""
4388
4389 #: builtin/add.c:24
4390 msgid "git add [<options>] [--] <pathspec>..."
4391 msgstr ""
4392
4393 #: builtin/add.c:82
4394 #, c-format
4395 msgid "unexpected diff status %c"
4396 msgstr ""
4397
4398 #: builtin/add.c:87 builtin/commit.c:291
4399 msgid "updating files failed"
4400 msgstr ""
4401
4402 #: builtin/add.c:97
4403 #, c-format
4404 msgid "remove '%s'\n"
4405 msgstr ""
4406
4407 #: builtin/add.c:153
4408 msgid "Unstaged changes after refreshing the index:"
4409 msgstr ""
4410
4411 #: builtin/add.c:213 builtin/rev-parse.c:888
4412 msgid "Could not read the index"
4413 msgstr ""
4414
4415 #: builtin/add.c:224
4416 #, c-format
4417 msgid "Could not open '%s' for writing."
4418 msgstr ""
4419
4420 #: builtin/add.c:228
4421 msgid "Could not write patch"
4422 msgstr ""
4423
4424 #: builtin/add.c:231
4425 msgid "editing patch failed"
4426 msgstr ""
4427
4428 #: builtin/add.c:234
4429 #, c-format
4430 msgid "Could not stat '%s'"
4431 msgstr ""
4432
4433 #: builtin/add.c:236
4434 msgid "Empty patch. Aborted."
4435 msgstr ""
4436
4437 #: builtin/add.c:241
4438 #, c-format
4439 msgid "Could not apply '%s'"
4440 msgstr ""
4441
4442 #: builtin/add.c:251
4443 msgid "The following paths are ignored by one of your .gitignore files:\n"
4444 msgstr ""
4445
4446 #: builtin/add.c:271 builtin/clean.c:910 builtin/fetch.c:132 builtin/mv.c:124
4447 #: builtin/prune-packed.c:55 builtin/pull.c:201 builtin/push.c:529
4448 #: builtin/remote.c:1333 builtin/rm.c:242 builtin/send-pack.c:164
4449 msgid "dry run"
4450 msgstr ""
4451
4452 #: builtin/add.c:274
4453 msgid "interactive picking"
4454 msgstr ""
4455
4456 #: builtin/add.c:275 builtin/checkout.c:1172 builtin/reset.c:310
4457 msgid "select hunks interactively"
4458 msgstr ""
4459
4460 #: builtin/add.c:276
4461 msgid "edit current diff and apply"
4462 msgstr ""
4463
4464 #: builtin/add.c:277
4465 msgid "allow adding otherwise ignored files"
4466 msgstr ""
4467
4468 #: builtin/add.c:278
4469 msgid "update tracked files"
4470 msgstr ""
4471
4472 #: builtin/add.c:279
4473 msgid "record only the fact that the path will be added later"
4474 msgstr ""
4475
4476 #: builtin/add.c:280
4477 msgid "add changes from all tracked and untracked files"
4478 msgstr ""
4479
4480 #: builtin/add.c:283
4481 msgid "ignore paths removed in the working tree (same as --no-all)"
4482 msgstr ""
4483
4484 #: builtin/add.c:285
4485 msgid "don't add, only refresh the index"
4486 msgstr ""
4487
4488 #: builtin/add.c:286
4489 msgid "just skip files which cannot be added because of errors"
4490 msgstr ""
4491
4492 #: builtin/add.c:287
4493 msgid "check if - even missing - files are ignored in dry run"
4494 msgstr ""
4495
4496 #: builtin/add.c:288 builtin/update-index.c:954
4497 msgid "(+/-)x"
4498 msgstr ""
4499
4500 #: builtin/add.c:288 builtin/update-index.c:955
4501 msgid "override the executable bit of the listed files"
4502 msgstr ""
4503
4504 #: builtin/add.c:290
4505 msgid "warn when adding an embedded repository"
4506 msgstr ""
4507
4508 #: builtin/add.c:305
4509 #, c-format
4510 msgid ""
4511 "You've added another git repository inside your current repository.\n"
4512 "Clones of the outer repository will not contain the contents of\n"
4513 "the embedded repository and will not know how to obtain it.\n"
4514 "If you meant to add a submodule, use:\n"
4515 "\n"
4516 "\tgit submodule add <url> %s\n"
4517 "\n"
4518 "If you added this path by mistake, you can remove it from the\n"
4519 "index with:\n"
4520 "\n"
4521 "\tgit rm --cached %s\n"
4522 "\n"
4523 "See \"git help submodule\" for more information."
4524 msgstr ""
4525
4526 #: builtin/add.c:333
4527 #, c-format
4528 msgid "adding embedded git repository: %s"
4529 msgstr ""
4530
4531 #: builtin/add.c:351
4532 #, c-format
4533 msgid "Use -f if you really want to add them.\n"
4534 msgstr ""
4535
4536 #: builtin/add.c:359
4537 msgid "adding files failed"
4538 msgstr ""
4539
4540 #: builtin/add.c:396
4541 msgid "-A and -u are mutually incompatible"
4542 msgstr ""
4543
4544 #: builtin/add.c:403
4545 msgid "Option --ignore-missing can only be used together with --dry-run"
4546 msgstr ""
4547
4548 #: builtin/add.c:407
4549 #, c-format
4550 msgid "--chmod param '%s' must be either -x or +x"
4551 msgstr ""
4552
4553 #: builtin/add.c:422
4554 #, c-format
4555 msgid "Nothing specified, nothing added.\n"
4556 msgstr ""
4557
4558 #: builtin/add.c:423
4559 #, c-format
4560 msgid "Maybe you wanted to say 'git add .'?\n"
4561 msgstr ""
4562
4563 #: builtin/add.c:428 builtin/check-ignore.c:176 builtin/checkout.c:282
4564 #: builtin/checkout.c:479 builtin/clean.c:957 builtin/commit.c:350
4565 #: builtin/mv.c:143 builtin/reset.c:249 builtin/rm.c:271
4566 #: builtin/submodule--helper.c:243
4567 msgid "index file corrupt"
4568 msgstr ""
4569
4570 #: builtin/am.c:414
4571 msgid "could not parse author script"
4572 msgstr ""
4573
4574 #: builtin/am.c:498
4575 #, c-format
4576 msgid "'%s' was deleted by the applypatch-msg hook"
4577 msgstr ""
4578
4579 #: builtin/am.c:539
4580 #, c-format
4581 msgid "Malformed input line: '%s'."
4582 msgstr ""
4583
4584 #: builtin/am.c:576
4585 #, c-format
4586 msgid "Failed to copy notes from '%s' to '%s'"
4587 msgstr ""
4588
4589 #: builtin/am.c:602
4590 msgid "fseek failed"
4591 msgstr ""
4592
4593 #: builtin/am.c:786
4594 #, c-format
4595 msgid "could not parse patch '%s'"
4596 msgstr ""
4597
4598 #: builtin/am.c:851
4599 msgid "Only one StGIT patch series can be applied at once"
4600 msgstr ""
4601
4602 #: builtin/am.c:899
4603 msgid "invalid timestamp"
4604 msgstr ""
4605
4606 #: builtin/am.c:904 builtin/am.c:916
4607 msgid "invalid Date line"
4608 msgstr ""
4609
4610 #: builtin/am.c:911
4611 msgid "invalid timezone offset"
4612 msgstr ""
4613
4614 #: builtin/am.c:1004
4615 msgid "Patch format detection failed."
4616 msgstr ""
4617
4618 #: builtin/am.c:1009 builtin/clone.c:402
4619 #, c-format
4620 msgid "failed to create directory '%s'"
4621 msgstr ""
4622
4623 #: builtin/am.c:1013
4624 msgid "Failed to split patches."
4625 msgstr ""
4626
4627 #: builtin/am.c:1142 builtin/commit.c:376
4628 msgid "unable to write index file"
4629 msgstr ""
4630
4631 #: builtin/am.c:1193
4632 #, c-format
4633 msgid "When you have resolved this problem, run \"%s --continue\"."
4634 msgstr ""
4635
4636 #: builtin/am.c:1194
4637 #, c-format
4638 msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
4639 msgstr ""
4640
4641 #: builtin/am.c:1195
4642 #, c-format
4643 msgid "To restore the original branch and stop patching, run \"%s --abort\"."
4644 msgstr ""
4645
4646 #: builtin/am.c:1302
4647 msgid "Patch is empty."
4648 msgstr ""
4649
4650 #: builtin/am.c:1368
4651 #, c-format
4652 msgid "invalid ident line: %.*s"
4653 msgstr ""
4654
4655 #: builtin/am.c:1390
4656 #, c-format
4657 msgid "unable to parse commit %s"
4658 msgstr ""
4659
4660 #: builtin/am.c:1584
4661 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
4662 msgstr ""
4663
4664 #: builtin/am.c:1586
4665 msgid "Using index info to reconstruct a base tree..."
4666 msgstr ""
4667
4668 #: builtin/am.c:1605
4669 msgid ""
4670 "Did you hand edit your patch?\n"
4671 "It does not apply to blobs recorded in its index."
4672 msgstr ""
4673
4674 #: builtin/am.c:1611
4675 msgid "Falling back to patching base and 3-way merge..."
4676 msgstr ""
4677
4678 #: builtin/am.c:1636
4679 msgid "Failed to merge in the changes."
4680 msgstr ""
4681
4682 #: builtin/am.c:1660 builtin/merge.c:641
4683 msgid "git write-tree failed to write a tree"
4684 msgstr ""
4685
4686 #: builtin/am.c:1667
4687 msgid "applying to an empty history"
4688 msgstr ""
4689
4690 #: builtin/am.c:1680 builtin/commit.c:1776 builtin/merge.c:824
4691 #: builtin/merge.c:849
4692 msgid "failed to write commit object"
4693 msgstr ""
4694
4695 #: builtin/am.c:1713 builtin/am.c:1717
4696 #, c-format
4697 msgid "cannot resume: %s does not exist."
4698 msgstr ""
4699
4700 #: builtin/am.c:1733
4701 msgid "cannot be interactive without stdin connected to a terminal."
4702 msgstr ""
4703
4704 #: builtin/am.c:1738
4705 msgid "Commit Body is:"
4706 msgstr ""
4707
4708 #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
4709 #. in your translation. The program will only accept English
4710 #. input at this point.
4711 #.
4712 #: builtin/am.c:1748
4713 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
4714 msgstr ""
4715
4716 #: builtin/am.c:1798
4717 #, c-format
4718 msgid "Dirty index: cannot apply patches (dirty: %s)"
4719 msgstr ""
4720
4721 #: builtin/am.c:1838 builtin/am.c:1910
4722 #, c-format
4723 msgid "Applying: %.*s"
4724 msgstr ""
4725
4726 #: builtin/am.c:1854
4727 msgid "No changes -- Patch already applied."
4728 msgstr ""
4729
4730 #: builtin/am.c:1862
4731 #, c-format
4732 msgid "Patch failed at %s %.*s"
4733 msgstr ""
4734
4735 #: builtin/am.c:1868
4736 #, c-format
4737 msgid "The copy of the patch that failed is found in: %s"
4738 msgstr ""
4739
4740 #: builtin/am.c:1913
4741 msgid ""
4742 "No changes - did you forget to use 'git add'?\n"
4743 "If there is nothing left to stage, chances are that something else\n"
4744 "already introduced the same changes; you might want to skip this patch."
4745 msgstr ""
4746
4747 #: builtin/am.c:1920
4748 msgid ""
4749 "You still have unmerged paths in your index.\n"
4750 "You should 'git add' each file with resolved conflicts to mark them as "
4751 "such.\n"
4752 "You might run `git rm` on a file to accept \"deleted by them\" for it."
4753 msgstr ""
4754
4755 #: builtin/am.c:2029 builtin/am.c:2033 builtin/am.c:2045 builtin/reset.c:332
4756 #: builtin/reset.c:340
4757 #, c-format
4758 msgid "Could not parse object '%s'."
4759 msgstr ""
4760
4761 #: builtin/am.c:2081
4762 msgid "failed to clean index"
4763 msgstr ""
4764
4765 #: builtin/am.c:2116
4766 msgid ""
4767 "You seem to have moved HEAD since the last 'am' failure.\n"
4768 "Not rewinding to ORIG_HEAD"
4769 msgstr ""
4770
4771 #: builtin/am.c:2179
4772 #, c-format
4773 msgid "Invalid value for --patch-format: %s"
4774 msgstr ""
4775
4776 #: builtin/am.c:2212
4777 msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
4778 msgstr ""
4779
4780 #: builtin/am.c:2213
4781 msgid "git am [<options>] (--continue | --skip | --abort)"
4782 msgstr ""
4783
4784 #: builtin/am.c:2219
4785 msgid "run interactively"
4786 msgstr ""
4787
4788 #: builtin/am.c:2221
4789 msgid "historical option -- no-op"
4790 msgstr ""
4791
4792 #: builtin/am.c:2223
4793 msgid "allow fall back on 3way merging if needed"
4794 msgstr ""
4795
4796 #: builtin/am.c:2224 builtin/init-db.c:484 builtin/prune-packed.c:57
4797 #: builtin/repack.c:180
4798 msgid "be quiet"
4799 msgstr ""
4800
4801 #: builtin/am.c:2226
4802 msgid "add a Signed-off-by line to the commit message"
4803 msgstr ""
4804
4805 #: builtin/am.c:2229
4806 msgid "recode into utf8 (default)"
4807 msgstr ""
4808
4809 #: builtin/am.c:2231
4810 msgid "pass -k flag to git-mailinfo"
4811 msgstr ""
4812
4813 #: builtin/am.c:2233
4814 msgid "pass -b flag to git-mailinfo"
4815 msgstr ""
4816
4817 #: builtin/am.c:2235
4818 msgid "pass -m flag to git-mailinfo"
4819 msgstr ""
4820
4821 #: builtin/am.c:2237
4822 msgid "pass --keep-cr flag to git-mailsplit for mbox format"
4823 msgstr ""
4824
4825 #: builtin/am.c:2240
4826 msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
4827 msgstr ""
4828
4829 #: builtin/am.c:2243
4830 msgid "strip everything before a scissors line"
4831 msgstr ""
4832
4833 #: builtin/am.c:2245 builtin/am.c:2248 builtin/am.c:2251 builtin/am.c:2254
4834 #: builtin/am.c:2257 builtin/am.c:2260 builtin/am.c:2263 builtin/am.c:2266
4835 #: builtin/am.c:2272
4836 msgid "pass it through git-apply"
4837 msgstr ""
4838
4839 #: builtin/am.c:2262 builtin/fmt-merge-msg.c:664 builtin/fmt-merge-msg.c:667
4840 #: builtin/grep.c:843 builtin/merge.c:205 builtin/pull.c:142 builtin/pull.c:197
4841 #: builtin/repack.c:189 builtin/repack.c:193 builtin/repack.c:195
4842 #: builtin/show-branch.c:631 builtin/show-ref.c:169 builtin/tag.c:377
4843 #: parse-options.h:132 parse-options.h:134 parse-options.h:245
4844 msgid "n"
4845 msgstr ""
4846
4847 #: builtin/am.c:2268 builtin/branch.c:622 builtin/for-each-ref.c:38
4848 #: builtin/replace.c:444 builtin/tag.c:412 builtin/verify-tag.c:39
4849 msgid "format"
4850 msgstr ""
4851
4852 #: builtin/am.c:2269
4853 msgid "format the patch(es) are in"
4854 msgstr ""
4855
4856 #: builtin/am.c:2275
4857 msgid "override error message when patch failure occurs"
4858 msgstr ""
4859
4860 #: builtin/am.c:2277
4861 msgid "continue applying patches after resolving a conflict"
4862 msgstr ""
4863
4864 #: builtin/am.c:2280
4865 msgid "synonyms for --continue"
4866 msgstr ""
4867
4868 #: builtin/am.c:2283
4869 msgid "skip the current patch"
4870 msgstr ""
4871
4872 #: builtin/am.c:2286
4873 msgid "restore the original branch and abort the patching operation."
4874 msgstr ""
4875
4876 #: builtin/am.c:2290
4877 msgid "lie about committer date"
4878 msgstr ""
4879
4880 #: builtin/am.c:2292
4881 msgid "use current timestamp for author date"
4882 msgstr ""
4883
4884 #: builtin/am.c:2294 builtin/commit.c:1614 builtin/merge.c:236
4885 #: builtin/pull.c:172 builtin/revert.c:112 builtin/tag.c:392
4886 msgid "key-id"
4887 msgstr ""
4888
4889 #: builtin/am.c:2295
4890 msgid "GPG-sign commits"
4891 msgstr ""
4892
4893 #: builtin/am.c:2298
4894 msgid "(internal use for git-rebase)"
4895 msgstr ""
4896
4897 #: builtin/am.c:2316
4898 msgid ""
4899 "The -b/--binary option has been a no-op for long time, and\n"
4900 "it will be removed. Please do not use it anymore."
4901 msgstr ""
4902
4903 #: builtin/am.c:2323
4904 msgid "failed to read the index"
4905 msgstr ""
4906
4907 #: builtin/am.c:2338
4908 #, c-format
4909 msgid "previous rebase directory %s still exists but mbox given."
4910 msgstr ""
4911
4912 #: builtin/am.c:2362
4913 #, c-format
4914 msgid ""
4915 "Stray %s directory found.\n"
4916 "Use \"git am --abort\" to remove it."
4917 msgstr ""
4918
4919 #: builtin/am.c:2368
4920 msgid "Resolve operation not in progress, we are not resuming."
4921 msgstr ""
4922
4923 #: builtin/apply.c:8
4924 msgid "git apply [<options>] [<patch>...]"
4925 msgstr ""
4926
4927 #: builtin/archive.c:17
4928 #, c-format
4929 msgid "could not create archive file '%s'"
4930 msgstr ""
4931
4932 #: builtin/archive.c:20
4933 msgid "could not redirect output"
4934 msgstr ""
4935
4936 #: builtin/archive.c:37
4937 msgid "git archive: Remote with no URL"
4938 msgstr ""
4939
4940 #: builtin/archive.c:58
4941 msgid "git archive: expected ACK/NAK, got EOF"
4942 msgstr ""
4943
4944 #: builtin/archive.c:61
4945 #, c-format
4946 msgid "git archive: NACK %s"
4947 msgstr ""
4948
4949 #: builtin/archive.c:64
4950 msgid "git archive: protocol error"
4951 msgstr ""
4952
4953 #: builtin/archive.c:68
4954 msgid "git archive: expected a flush"
4955 msgstr ""
4956
4957 #: builtin/bisect--helper.c:7
4958 msgid "git bisect--helper --next-all [--no-checkout]"
4959 msgstr ""
4960
4961 #: builtin/bisect--helper.c:17
4962 msgid "perform 'git bisect next'"
4963 msgstr ""
4964
4965 #: builtin/bisect--helper.c:19
4966 msgid "update BISECT_HEAD instead of checking out the current commit"
4967 msgstr ""
4968
4969 #: builtin/blame.c:27
4970 msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
4971 msgstr ""
4972
4973 #: builtin/blame.c:32
4974 msgid "<rev-opts> are documented in git-rev-list(1)"
4975 msgstr ""
4976
4977 #: builtin/blame.c:668
4978 msgid "Show blame entries as we find them, incrementally"
4979 msgstr ""
4980
4981 #: builtin/blame.c:669
4982 msgid "Show blank SHA-1 for boundary commits (Default: off)"
4983 msgstr ""
4984
4985 #: builtin/blame.c:670
4986 msgid "Do not treat root commits as boundaries (Default: off)"
4987 msgstr ""
4988
4989 #: builtin/blame.c:671
4990 msgid "Show work cost statistics"
4991 msgstr ""
4992
4993 #: builtin/blame.c:672
4994 msgid "Force progress reporting"
4995 msgstr ""
4996
4997 #: builtin/blame.c:673
4998 msgid "Show output score for blame entries"
4999 msgstr ""
5000
5001 #: builtin/blame.c:674
5002 msgid "Show original filename (Default: auto)"
5003 msgstr ""
5004
5005 #: builtin/blame.c:675
5006 msgid "Show original linenumber (Default: off)"
5007 msgstr ""
5008
5009 #: builtin/blame.c:676
5010 msgid "Show in a format designed for machine consumption"
5011 msgstr ""
5012
5013 #: builtin/blame.c:677
5014 msgid "Show porcelain format with per-line commit information"
5015 msgstr ""
5016
5017 #: builtin/blame.c:678
5018 msgid "Use the same output mode as git-annotate (Default: off)"
5019 msgstr ""
5020
5021 #: builtin/blame.c:679
5022 msgid "Show raw timestamp (Default: off)"
5023 msgstr ""
5024
5025 #: builtin/blame.c:680
5026 msgid "Show long commit SHA1 (Default: off)"
5027 msgstr ""
5028
5029 #: builtin/blame.c:681
5030 msgid "Suppress author name and timestamp (Default: off)"
5031 msgstr ""
5032
5033 #: builtin/blame.c:682
5034 msgid "Show author email instead of name (Default: off)"
5035 msgstr ""
5036
5037 #: builtin/blame.c:683
5038 msgid "Ignore whitespace differences"
5039 msgstr ""
5040
5041 #: builtin/blame.c:690
5042 msgid "Use an experimental heuristic to improve diffs"
5043 msgstr ""
5044
5045 #: builtin/blame.c:692
5046 msgid "Spend extra cycles to find better match"
5047 msgstr ""
5048
5049 #: builtin/blame.c:693
5050 msgid "Use revisions from <file> instead of calling git-rev-list"
5051 msgstr ""
5052
5053 #: builtin/blame.c:694
5054 msgid "Use <file>'s contents as the final image"
5055 msgstr ""
5056
5057 #: builtin/blame.c:695 builtin/blame.c:696
5058 msgid "score"
5059 msgstr ""
5060
5061 #: builtin/blame.c:695
5062 msgid "Find line copies within and across files"
5063 msgstr ""
5064
5065 #: builtin/blame.c:696
5066 msgid "Find line movements within and across files"
5067 msgstr ""
5068
5069 #: builtin/blame.c:697
5070 msgid "n,m"
5071 msgstr ""
5072
5073 #: builtin/blame.c:697
5074 msgid "Process only line range n,m, counting from 1"
5075 msgstr ""
5076
5077 #: builtin/blame.c:744
5078 msgid "--progress can't be used with --incremental or porcelain formats"
5079 msgstr ""
5080
5081 #. TRANSLATORS: This string is used to tell us the
5082 #. maximum display width for a relative timestamp in
5083 #. "git blame" output. For C locale, "4 years, 11
5084 #. months ago", which takes 22 places, is the longest
5085 #. among various forms of relative timestamps, but
5086 #. your language may need more or fewer display
5087 #. columns.
5088 #.
5089 #: builtin/blame.c:795
5090 msgid "4 years, 11 months ago"
5091 msgstr ""
5092
5093 #: builtin/blame.c:882
5094 #, c-format
5095 msgid "file %s has only %lu line"
5096 msgid_plural "file %s has only %lu lines"
5097 msgstr[0] ""
5098 msgstr[1] ""
5099
5100 #: builtin/blame.c:928
5101 msgid "Blaming lines"
5102 msgstr ""
5103
5104 #: builtin/branch.c:27
5105 msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
5106 msgstr ""
5107
5108 #: builtin/branch.c:28
5109 msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
5110 msgstr ""
5111
5112 #: builtin/branch.c:29
5113 msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
5114 msgstr ""
5115
5116 #: builtin/branch.c:30
5117 msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
5118 msgstr ""
5119
5120 #: builtin/branch.c:31
5121 msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"
5122 msgstr ""
5123
5124 #: builtin/branch.c:32
5125 msgid "git branch [<options>] [-r | -a] [--points-at]"
5126 msgstr ""
5127
5128 #: builtin/branch.c:33
5129 msgid "git branch [<options>] [-r | -a] [--format]"
5130 msgstr ""
5131
5132 #: builtin/branch.c:146
5133 #, c-format
5134 msgid ""
5135 "deleting branch '%s' that has been merged to\n"
5136 " '%s', but not yet merged to HEAD."
5137 msgstr ""
5138
5139 #: builtin/branch.c:150
5140 #, c-format
5141 msgid ""
5142 "not deleting branch '%s' that is not yet merged to\n"
5143 " '%s', even though it is merged to HEAD."
5144 msgstr ""
5145
5146 #: builtin/branch.c:164
5147 #, c-format
5148 msgid "Couldn't look up commit object for '%s'"
5149 msgstr ""
5150
5151 #: builtin/branch.c:168
5152 #, c-format
5153 msgid ""
5154 "The branch '%s' is not fully merged.\n"
5155 "If you are sure you want to delete it, run 'git branch -D %s'."
5156 msgstr ""
5157
5158 #: builtin/branch.c:181
5159 msgid "Update of config-file failed"
5160 msgstr ""
5161
5162 #: builtin/branch.c:212
5163 msgid "cannot use -a with -d"
5164 msgstr ""
5165
5166 #: builtin/branch.c:218
5167 msgid "Couldn't look up commit object for HEAD"
5168 msgstr ""
5169
5170 #: builtin/branch.c:232
5171 #, c-format
5172 msgid "Cannot delete branch '%s' checked out at '%s'"
5173 msgstr ""
5174
5175 #: builtin/branch.c:247
5176 #, c-format
5177 msgid "remote-tracking branch '%s' not found."
5178 msgstr ""
5179
5180 #: builtin/branch.c:248
5181 #, c-format
5182 msgid "branch '%s' not found."
5183 msgstr ""
5184
5185 #: builtin/branch.c:263
5186 #, c-format
5187 msgid "Error deleting remote-tracking branch '%s'"
5188 msgstr ""
5189
5190 #: builtin/branch.c:264
5191 #, c-format
5192 msgid "Error deleting branch '%s'"
5193 msgstr ""
5194
5195 #: builtin/branch.c:271
5196 #, c-format
5197 msgid "Deleted remote-tracking branch %s (was %s).\n"
5198 msgstr ""
5199
5200 #: builtin/branch.c:272
5201 #, c-format
5202 msgid "Deleted branch %s (was %s).\n"
5203 msgstr ""
5204
5205 #: builtin/branch.c:417 builtin/tag.c:58
5206 msgid "unable to parse format string"
5207 msgstr ""
5208
5209 #: builtin/branch.c:450
5210 #, c-format
5211 msgid "Branch %s is being rebased at %s"
5212 msgstr ""
5213
5214 #: builtin/branch.c:454
5215 #, c-format
5216 msgid "Branch %s is being bisected at %s"
5217 msgstr ""
5218
5219 #: builtin/branch.c:470
5220 msgid "cannot copy the current branch while not on any."
5221 msgstr ""
5222
5223 #: builtin/branch.c:472
5224 msgid "cannot rename the current branch while not on any."
5225 msgstr ""
5226
5227 #: builtin/branch.c:483
5228 #, c-format
5229 msgid "Invalid branch name: '%s'"
5230 msgstr ""
5231
5232 #: builtin/branch.c:504
5233 msgid "Branch rename failed"
5234 msgstr ""
5235
5236 #: builtin/branch.c:506
5237 msgid "Branch copy failed"
5238 msgstr ""
5239
5240 #: builtin/branch.c:510
5241 #, c-format
5242 msgid "Copied a misnamed branch '%s' away"
5243 msgstr ""
5244
5245 #: builtin/branch.c:513
5246 #, c-format
5247 msgid "Renamed a misnamed branch '%s' away"
5248 msgstr ""
5249
5250 #: builtin/branch.c:519
5251 #, c-format
5252 msgid "Branch renamed to %s, but HEAD is not updated!"
5253 msgstr ""
5254
5255 #: builtin/branch.c:528
5256 msgid "Branch is renamed, but update of config-file failed"
5257 msgstr ""
5258
5259 #: builtin/branch.c:530
5260 msgid "Branch is copied, but update of config-file failed"
5261 msgstr ""
5262
5263 #: builtin/branch.c:546
5264 #, c-format
5265 msgid ""
5266 "Please edit the description for the branch\n"
5267 " %s\n"
5268 "Lines starting with '%c' will be stripped.\n"
5269 msgstr ""
5270
5271 #: builtin/branch.c:579
5272 msgid "Generic options"
5273 msgstr ""
5274
5275 #: builtin/branch.c:581
5276 msgid "show hash and subject, give twice for upstream branch"
5277 msgstr ""
5278
5279 #: builtin/branch.c:582
5280 msgid "suppress informational messages"
5281 msgstr ""
5282
5283 #: builtin/branch.c:583
5284 msgid "set up tracking mode (see git-pull(1))"
5285 msgstr ""
5286
5287 #: builtin/branch.c:585
5288 msgid "do not use"
5289 msgstr ""
5290
5291 #: builtin/branch.c:587
5292 msgid "upstream"
5293 msgstr ""
5294
5295 #: builtin/branch.c:587
5296 msgid "change the upstream info"
5297 msgstr ""
5298
5299 #: builtin/branch.c:588
5300 msgid "Unset the upstream info"
5301 msgstr ""
5302
5303 #: builtin/branch.c:589
5304 msgid "use colored output"
5305 msgstr ""
5306
5307 #: builtin/branch.c:590
5308 msgid "act on remote-tracking branches"
5309 msgstr ""
5310
5311 #: builtin/branch.c:592 builtin/branch.c:594
5312 msgid "print only branches that contain the commit"
5313 msgstr ""
5314
5315 #: builtin/branch.c:593 builtin/branch.c:595
5316 msgid "print only branches that don't contain the commit"
5317 msgstr ""
5318
5319 #: builtin/branch.c:598
5320 msgid "Specific git-branch actions:"
5321 msgstr ""
5322
5323 #: builtin/branch.c:599
5324 msgid "list both remote-tracking and local branches"
5325 msgstr ""
5326
5327 #: builtin/branch.c:601
5328 msgid "delete fully merged branch"
5329 msgstr ""
5330
5331 #: builtin/branch.c:602
5332 msgid "delete branch (even if not merged)"
5333 msgstr ""
5334
5335 #: builtin/branch.c:603
5336 msgid "move/rename a branch and its reflog"
5337 msgstr ""
5338
5339 #: builtin/branch.c:604
5340 msgid "move/rename a branch, even if target exists"
5341 msgstr ""
5342
5343 #: builtin/branch.c:605
5344 msgid "copy a branch and its reflog"
5345 msgstr ""
5346
5347 #: builtin/branch.c:606
5348 msgid "copy a branch, even if target exists"
5349 msgstr ""
5350
5351 #: builtin/branch.c:607
5352 msgid "list branch names"
5353 msgstr ""
5354
5355 #: builtin/branch.c:608
5356 msgid "create the branch's reflog"
5357 msgstr ""
5358
5359 #: builtin/branch.c:610
5360 msgid "edit the description for the branch"
5361 msgstr ""
5362
5363 #: builtin/branch.c:611
5364 msgid "force creation, move/rename, deletion"
5365 msgstr ""
5366
5367 #: builtin/branch.c:612
5368 msgid "print only branches that are merged"
5369 msgstr ""
5370
5371 #: builtin/branch.c:613
5372 msgid "print only branches that are not merged"
5373 msgstr ""
5374
5375 #: builtin/branch.c:614
5376 msgid "list branches in columns"
5377 msgstr ""
5378
5379 #: builtin/branch.c:615 builtin/for-each-ref.c:40 builtin/tag.c:405
5380 msgid "key"
5381 msgstr ""
5382
5383 #: builtin/branch.c:616 builtin/for-each-ref.c:41 builtin/tag.c:406
5384 msgid "field name to sort on"
5385 msgstr ""
5386
5387 #: builtin/branch.c:618 builtin/for-each-ref.c:43 builtin/notes.c:408
5388 #: builtin/notes.c:411 builtin/notes.c:571 builtin/notes.c:574
5389 #: builtin/tag.c:408
5390 msgid "object"
5391 msgstr ""
5392
5393 #: builtin/branch.c:619
5394 msgid "print only branches of the object"
5395 msgstr ""
5396
5397 #: builtin/branch.c:621 builtin/for-each-ref.c:49 builtin/tag.c:415
5398 msgid "sorting and filtering are case insensitive"
5399 msgstr ""
5400
5401 #: builtin/branch.c:622 builtin/for-each-ref.c:38 builtin/tag.c:413
5402 #: builtin/verify-tag.c:39
5403 msgid "format to use for the output"
5404 msgstr ""
5405
5406 #: builtin/branch.c:645 builtin/clone.c:729
5407 msgid "HEAD not found below refs/heads!"
5408 msgstr ""
5409
5410 #: builtin/branch.c:668
5411 msgid "--column and --verbose are incompatible"
5412 msgstr ""
5413
5414 #: builtin/branch.c:680 builtin/branch.c:732 builtin/branch.c:741
5415 msgid "branch name required"
5416 msgstr ""
5417
5418 #: builtin/branch.c:708
5419 msgid "Cannot give description to detached HEAD"
5420 msgstr ""
5421
5422 #: builtin/branch.c:713
5423 msgid "cannot edit description of more than one branch"
5424 msgstr ""
5425
5426 #: builtin/branch.c:720
5427 #, c-format
5428 msgid "No commit on branch '%s' yet."
5429 msgstr ""
5430
5431 #: builtin/branch.c:723
5432 #, c-format
5433 msgid "No branch named '%s'."
5434 msgstr ""
5435
5436 #: builtin/branch.c:738
5437 msgid "too many branches for a copy operation"
5438 msgstr ""
5439
5440 #: builtin/branch.c:747
5441 msgid "too many arguments for a rename operation"
5442 msgstr ""
5443
5444 #: builtin/branch.c:752
5445 msgid "too many arguments to set new upstream"
5446 msgstr ""
5447
5448 #: builtin/branch.c:756
5449 #, c-format
5450 msgid ""
5451 "could not set upstream of HEAD to %s when it does not point to any branch."
5452 msgstr ""
5453
5454 #: builtin/branch.c:759 builtin/branch.c:781 builtin/branch.c:800
5455 #, c-format
5456 msgid "no such branch '%s'"
5457 msgstr ""
5458
5459 #: builtin/branch.c:763
5460 #, c-format
5461 msgid "branch '%s' does not exist"
5462 msgstr ""
5463
5464 #: builtin/branch.c:775
5465 msgid "too many arguments to unset upstream"
5466 msgstr ""
5467
5468 #: builtin/branch.c:779
5469 msgid "could not unset upstream of HEAD when it does not point to any branch."
5470 msgstr ""
5471
5472 #: builtin/branch.c:785
5473 #, c-format
5474 msgid "Branch '%s' has no upstream information"
5475 msgstr ""
5476
5477 #: builtin/branch.c:797
5478 msgid "it does not make sense to create 'HEAD' manually"
5479 msgstr ""
5480
5481 #: builtin/branch.c:803
5482 msgid "-a and -r options to 'git branch' do not make sense with a branch name"
5483 msgstr ""
5484
5485 #: builtin/branch.c:806
5486 msgid ""
5487 "the '--set-upstream' option is no longer supported. Please use '--track' or "
5488 "'--set-upstream-to' instead."
5489 msgstr ""
5490
5491 #: builtin/bundle.c:45
5492 #, c-format
5493 msgid "%s is okay\n"
5494 msgstr ""
5495
5496 #: builtin/bundle.c:58
5497 msgid "Need a repository to create a bundle."
5498 msgstr ""
5499
5500 #: builtin/bundle.c:62
5501 msgid "Need a repository to unbundle."
5502 msgstr ""
5503
5504 #: builtin/cat-file.c:521
5505 msgid ""
5506 "git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
5507 "p | <type> | --textconv | --filters) [--path=<path>] <object>"
5508 msgstr ""
5509
5510 #: builtin/cat-file.c:522
5511 msgid ""
5512 "git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
5513 "filters]"
5514 msgstr ""
5515
5516 #: builtin/cat-file.c:559
5517 msgid "<type> can be one of: blob, tree, commit, tag"
5518 msgstr ""
5519
5520 #: builtin/cat-file.c:560
5521 msgid "show object type"
5522 msgstr ""
5523
5524 #: builtin/cat-file.c:561
5525 msgid "show object size"
5526 msgstr ""
5527
5528 #: builtin/cat-file.c:563
5529 msgid "exit with zero when there's no error"
5530 msgstr ""
5531
5532 #: builtin/cat-file.c:564
5533 msgid "pretty-print object's content"
5534 msgstr ""
5535
5536 #: builtin/cat-file.c:566
5537 msgid "for blob objects, run textconv on object's content"
5538 msgstr ""
5539
5540 #: builtin/cat-file.c:568
5541 msgid "for blob objects, run filters on object's content"
5542 msgstr ""
5543
5544 #: builtin/cat-file.c:569 git-submodule.sh:943
5545 msgid "blob"
5546 msgstr ""
5547
5548 #: builtin/cat-file.c:570
5549 msgid "use a specific path for --textconv/--filters"
5550 msgstr ""
5551
5552 #: builtin/cat-file.c:572
5553 msgid "allow -s and -t to work with broken/corrupt objects"
5554 msgstr ""
5555
5556 #: builtin/cat-file.c:573
5557 msgid "buffer --batch output"
5558 msgstr ""
5559
5560 #: builtin/cat-file.c:575
5561 msgid "show info and content of objects fed from the standard input"
5562 msgstr ""
5563
5564 #: builtin/cat-file.c:578
5565 msgid "show info about objects fed from the standard input"
5566 msgstr ""
5567
5568 #: builtin/cat-file.c:581
5569 msgid "follow in-tree symlinks (used with --batch or --batch-check)"
5570 msgstr ""
5571
5572 #: builtin/cat-file.c:583
5573 msgid "show all objects with --batch or --batch-check"
5574 msgstr ""
5575
5576 #: builtin/check-attr.c:12
5577 msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
5578 msgstr ""
5579
5580 #: builtin/check-attr.c:13
5581 msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
5582 msgstr ""
5583
5584 #: builtin/check-attr.c:20
5585 msgid "report all attributes set on file"
5586 msgstr ""
5587
5588 #: builtin/check-attr.c:21
5589 msgid "use .gitattributes only from the index"
5590 msgstr ""
5591
5592 #: builtin/check-attr.c:22 builtin/check-ignore.c:24 builtin/hash-object.c:99
5593 msgid "read file names from stdin"
5594 msgstr ""
5595
5596 #: builtin/check-attr.c:24 builtin/check-ignore.c:26
5597 msgid "terminate input and output records by a NUL character"
5598 msgstr ""
5599
5600 #: builtin/check-ignore.c:20 builtin/checkout.c:1153 builtin/gc.c:358
5601 msgid "suppress progress reporting"
5602 msgstr ""
5603
5604 #: builtin/check-ignore.c:28
5605 msgid "show non-matching input paths"
5606 msgstr ""
5607
5608 #: builtin/check-ignore.c:30
5609 msgid "ignore index when checking"
5610 msgstr ""
5611
5612 #: builtin/check-ignore.c:158
5613 msgid "cannot specify pathnames with --stdin"
5614 msgstr ""
5615
5616 #: builtin/check-ignore.c:161
5617 msgid "-z only makes sense with --stdin"
5618 msgstr ""
5619
5620 #: builtin/check-ignore.c:163
5621 msgid "no path specified"
5622 msgstr ""
5623
5624 #: builtin/check-ignore.c:167
5625 msgid "--quiet is only valid with a single pathname"
5626 msgstr ""
5627
5628 #: builtin/check-ignore.c:169
5629 msgid "cannot have both --quiet and --verbose"
5630 msgstr ""
5631
5632 #: builtin/check-ignore.c:172
5633 msgid "--non-matching is only valid with --verbose"
5634 msgstr ""
5635
5636 #: builtin/check-mailmap.c:9
5637 msgid "git check-mailmap [<options>] <contact>..."
5638 msgstr ""
5639
5640 #: builtin/check-mailmap.c:14
5641 msgid "also read contacts from stdin"
5642 msgstr ""
5643
5644 #: builtin/check-mailmap.c:25
5645 #, c-format
5646 msgid "unable to parse contact: %s"
5647 msgstr ""
5648
5649 #: builtin/check-mailmap.c:48
5650 msgid "no contacts specified"
5651 msgstr ""
5652
5653 #: builtin/checkout-index.c:128
5654 msgid "git checkout-index [<options>] [--] [<file>...]"
5655 msgstr ""
5656
5657 #: builtin/checkout-index.c:145
5658 msgid "stage should be between 1 and 3 or all"
5659 msgstr ""
5660
5661 #: builtin/checkout-index.c:161
5662 msgid "check out all files in the index"
5663 msgstr ""
5664
5665 #: builtin/checkout-index.c:162
5666 msgid "force overwrite of existing files"
5667 msgstr ""
5668
5669 #: builtin/checkout-index.c:164
5670 msgid "no warning for existing files and files not in index"
5671 msgstr ""
5672
5673 #: builtin/checkout-index.c:166
5674 msgid "don't checkout new files"
5675 msgstr ""
5676
5677 #: builtin/checkout-index.c:168
5678 msgid "update stat information in the index file"
5679 msgstr ""
5680
5681 #: builtin/checkout-index.c:172
5682 msgid "read list of paths from the standard input"
5683 msgstr ""
5684
5685 #: builtin/checkout-index.c:174
5686 msgid "write the content to temporary files"
5687 msgstr ""
5688
5689 #: builtin/checkout-index.c:175 builtin/column.c:31
5690 #: builtin/submodule--helper.c:628 builtin/submodule--helper.c:631
5691 #: builtin/submodule--helper.c:637 builtin/submodule--helper.c:999
5692 #: builtin/worktree.c:498
5693 msgid "string"
5694 msgstr ""
5695
5696 #: builtin/checkout-index.c:176
5697 msgid "when creating files, prepend <string>"
5698 msgstr ""
5699
5700 #: builtin/checkout-index.c:178
5701 msgid "copy out the files from named stage"
5702 msgstr ""
5703
5704 #: builtin/checkout.c:26
5705 msgid "git checkout [<options>] <branch>"
5706 msgstr ""
5707
5708 #: builtin/checkout.c:27
5709 msgid "git checkout [<options>] [<branch>] -- <file>..."
5710 msgstr ""
5711
5712 #: builtin/checkout.c:135 builtin/checkout.c:168
5713 #, c-format
5714 msgid "path '%s' does not have our version"
5715 msgstr ""
5716
5717 #: builtin/checkout.c:137 builtin/checkout.c:170
5718 #, c-format
5719 msgid "path '%s' does not have their version"
5720 msgstr ""
5721
5722 #: builtin/checkout.c:153
5723 #, c-format
5724 msgid "path '%s' does not have all necessary versions"
5725 msgstr ""
5726
5727 #: builtin/checkout.c:197
5728 #, c-format
5729 msgid "path '%s' does not have necessary versions"
5730 msgstr ""
5731
5732 #: builtin/checkout.c:214
5733 #, c-format
5734 msgid "path '%s': cannot merge"
5735 msgstr ""
5736
5737 #: builtin/checkout.c:231
5738 #, c-format
5739 msgid "Unable to add merge result for '%s'"
5740 msgstr ""
5741
5742 #: builtin/checkout.c:253 builtin/checkout.c:256 builtin/checkout.c:259
5743 #: builtin/checkout.c:262
5744 #, c-format
5745 msgid "'%s' cannot be used with updating paths"
5746 msgstr ""
5747
5748 #: builtin/checkout.c:265 builtin/checkout.c:268
5749 #, c-format
5750 msgid "'%s' cannot be used with %s"
5751 msgstr ""
5752
5753 #: builtin/checkout.c:271
5754 #, c-format
5755 msgid "Cannot update paths and switch to branch '%s' at the same time."
5756 msgstr ""
5757
5758 #: builtin/checkout.c:342 builtin/checkout.c:349
5759 #, c-format
5760 msgid "path '%s' is unmerged"
5761 msgstr ""
5762
5763 #: builtin/checkout.c:501
5764 msgid "you need to resolve your current index first"
5765 msgstr ""
5766
5767 #: builtin/checkout.c:632
5768 #, c-format
5769 msgid "Can not do reflog for '%s': %s\n"
5770 msgstr ""
5771
5772 #: builtin/checkout.c:673
5773 msgid "HEAD is now at"
5774 msgstr ""
5775
5776 #: builtin/checkout.c:677 builtin/clone.c:683
5777 msgid "unable to update HEAD"
5778 msgstr ""
5779
5780 #: builtin/checkout.c:681
5781 #, c-format
5782 msgid "Reset branch '%s'\n"
5783 msgstr ""
5784
5785 #: builtin/checkout.c:684
5786 #, c-format
5787 msgid "Already on '%s'\n"
5788 msgstr ""
5789
5790 #: builtin/checkout.c:688
5791 #, c-format
5792 msgid "Switched to and reset branch '%s'\n"
5793 msgstr ""
5794
5795 #: builtin/checkout.c:690 builtin/checkout.c:1086
5796 #, c-format
5797 msgid "Switched to a new branch '%s'\n"
5798 msgstr ""
5799
5800 #: builtin/checkout.c:692
5801 #, c-format
5802 msgid "Switched to branch '%s'\n"
5803 msgstr ""
5804
5805 #: builtin/checkout.c:743
5806 #, c-format
5807 msgid " ... and %d more.\n"
5808 msgstr ""
5809
5810 #: builtin/checkout.c:749
5811 #, c-format
5812 msgid ""
5813 "Warning: you are leaving %d commit behind, not connected to\n"
5814 "any of your branches:\n"
5815 "\n"
5816 "%s\n"
5817 msgid_plural ""
5818 "Warning: you are leaving %d commits behind, not connected to\n"
5819 "any of your branches:\n"
5820 "\n"
5821 "%s\n"
5822 msgstr[0] ""
5823 msgstr[1] ""
5824
5825 #: builtin/checkout.c:768
5826 #, c-format
5827 msgid ""
5828 "If you want to keep it by creating a new branch, this may be a good time\n"
5829 "to do so with:\n"
5830 "\n"
5831 " git branch <new-branch-name> %s\n"
5832 "\n"
5833 msgid_plural ""
5834 "If you want to keep them by creating a new branch, this may be a good time\n"
5835 "to do so with:\n"
5836 "\n"
5837 " git branch <new-branch-name> %s\n"
5838 "\n"
5839 msgstr[0] ""
5840 msgstr[1] ""
5841
5842 #: builtin/checkout.c:809
5843 msgid "internal error in revision walk"
5844 msgstr ""
5845
5846 #: builtin/checkout.c:813
5847 msgid "Previous HEAD position was"
5848 msgstr ""
5849
5850 #: builtin/checkout.c:843 builtin/checkout.c:1081
5851 msgid "You are on a branch yet to be born"
5852 msgstr ""
5853
5854 #: builtin/checkout.c:987
5855 #, c-format
5856 msgid "only one reference expected, %d given."
5857 msgstr ""
5858
5859 #: builtin/checkout.c:1027 builtin/worktree.c:233
5860 #, c-format
5861 msgid "invalid reference: %s"
5862 msgstr ""
5863
5864 #: builtin/checkout.c:1056
5865 #, c-format
5866 msgid "reference is not a tree: %s"
5867 msgstr ""
5868
5869 #: builtin/checkout.c:1095
5870 msgid "paths cannot be used with switching branches"
5871 msgstr ""
5872
5873 #: builtin/checkout.c:1098 builtin/checkout.c:1102
5874 #, c-format
5875 msgid "'%s' cannot be used with switching branches"
5876 msgstr ""
5877
5878 #: builtin/checkout.c:1106 builtin/checkout.c:1109 builtin/checkout.c:1114
5879 #: builtin/checkout.c:1117
5880 #, c-format
5881 msgid "'%s' cannot be used with '%s'"
5882 msgstr ""
5883
5884 #: builtin/checkout.c:1122
5885 #, c-format
5886 msgid "Cannot switch branch to a non-commit '%s'"
5887 msgstr ""
5888
5889 #: builtin/checkout.c:1154 builtin/checkout.c:1156 builtin/clone.c:114
5890 #: builtin/remote.c:166 builtin/remote.c:168 builtin/worktree.c:346
5891 #: builtin/worktree.c:348
5892 msgid "branch"
5893 msgstr ""
5894
5895 #: builtin/checkout.c:1155
5896 msgid "create and checkout a new branch"
5897 msgstr ""
5898
5899 #: builtin/checkout.c:1157
5900 msgid "create/reset and checkout a branch"
5901 msgstr ""
5902
5903 #: builtin/checkout.c:1158
5904 msgid "create reflog for new branch"
5905 msgstr ""
5906
5907 #: builtin/checkout.c:1159 builtin/worktree.c:350
5908 msgid "detach HEAD at named commit"
5909 msgstr ""
5910
5911 #: builtin/checkout.c:1160
5912 msgid "set upstream info for new branch"
5913 msgstr ""
5914
5915 #: builtin/checkout.c:1162
5916 msgid "new-branch"
5917 msgstr ""
5918
5919 #: builtin/checkout.c:1162
5920 msgid "new unparented branch"
5921 msgstr ""
5922
5923 #: builtin/checkout.c:1163
5924 msgid "checkout our version for unmerged files"
5925 msgstr ""
5926
5927 #: builtin/checkout.c:1165
5928 msgid "checkout their version for unmerged files"
5929 msgstr ""
5930
5931 #: builtin/checkout.c:1167
5932 msgid "force checkout (throw away local modifications)"
5933 msgstr ""
5934
5935 #: builtin/checkout.c:1168
5936 msgid "perform a 3-way merge with the new branch"
5937 msgstr ""
5938
5939 #: builtin/checkout.c:1169 builtin/merge.c:238
5940 msgid "update ignored files (default)"
5941 msgstr ""
5942
5943 #: builtin/checkout.c:1170 builtin/log.c:1489 parse-options.h:251
5944 msgid "style"
5945 msgstr ""
5946
5947 #: builtin/checkout.c:1171
5948 msgid "conflict style (merge or diff3)"
5949 msgstr ""
5950
5951 #: builtin/checkout.c:1174
5952 msgid "do not limit pathspecs to sparse entries only"
5953 msgstr ""
5954
5955 #: builtin/checkout.c:1176
5956 msgid "second guess 'git checkout <no-such-branch>'"
5957 msgstr ""
5958
5959 #: builtin/checkout.c:1178
5960 msgid "do not check if another worktree is holding the given ref"
5961 msgstr ""
5962
5963 #: builtin/checkout.c:1182 builtin/clone.c:81 builtin/fetch.c:136
5964 #: builtin/merge.c:235 builtin/pull.c:120 builtin/push.c:544
5965 #: builtin/send-pack.c:173
5966 msgid "force progress reporting"
5967 msgstr ""
5968
5969 #: builtin/checkout.c:1212
5970 msgid "-b, -B and --orphan are mutually exclusive"
5971 msgstr ""
5972
5973 #: builtin/checkout.c:1229
5974 msgid "--track needs a branch name"
5975 msgstr ""
5976
5977 #: builtin/checkout.c:1234
5978 msgid "Missing branch name; try -b"
5979 msgstr ""
5980
5981 #: builtin/checkout.c:1270
5982 msgid "invalid path specification"
5983 msgstr ""
5984
5985 #: builtin/checkout.c:1277
5986 #, c-format
5987 msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
5988 msgstr ""
5989
5990 #: builtin/checkout.c:1281
5991 #, c-format
5992 msgid "git checkout: --detach does not take a path argument '%s'"
5993 msgstr ""
5994
5995 #: builtin/checkout.c:1285
5996 msgid ""
5997 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
5998 "checking out of the index."
5999 msgstr ""
6000
6001 #: builtin/clean.c:26
6002 msgid ""
6003 "git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
6004 msgstr ""
6005
6006 #: builtin/clean.c:30
6007 #, c-format
6008 msgid "Removing %s\n"
6009 msgstr ""
6010
6011 #: builtin/clean.c:31
6012 #, c-format
6013 msgid "Would remove %s\n"
6014 msgstr ""
6015
6016 #: builtin/clean.c:32
6017 #, c-format
6018 msgid "Skipping repository %s\n"
6019 msgstr ""
6020
6021 #: builtin/clean.c:33
6022 #, c-format
6023 msgid "Would skip repository %s\n"
6024 msgstr ""
6025
6026 #: builtin/clean.c:34
6027 #, c-format
6028 msgid "failed to remove %s"
6029 msgstr ""
6030
6031 #: builtin/clean.c:301 git-add--interactive.perl:572
6032 #, c-format
6033 msgid ""
6034 "Prompt help:\n"
6035 "1 - select a numbered item\n"
6036 "foo - select item based on unique prefix\n"
6037 " - (empty) select nothing\n"
6038 msgstr ""
6039
6040 #: builtin/clean.c:305 git-add--interactive.perl:581
6041 #, c-format
6042 msgid ""
6043 "Prompt help:\n"
6044 "1 - select a single item\n"
6045 "3-5 - select a range of items\n"
6046 "2-3,6-9 - select multiple ranges\n"
6047 "foo - select item based on unique prefix\n"
6048 "-... - unselect specified items\n"
6049 "* - choose all items\n"
6050 " - (empty) finish selecting\n"
6051 msgstr ""
6052
6053 #: builtin/clean.c:521 git-add--interactive.perl:547
6054 #: git-add--interactive.perl:552
6055 #, c-format, perl-format
6056 msgid "Huh (%s)?\n"
6057 msgstr ""
6058
6059 #: builtin/clean.c:663
6060 #, c-format
6061 msgid "Input ignore patterns>> "
6062 msgstr ""
6063
6064 #: builtin/clean.c:700
6065 #, c-format
6066 msgid "WARNING: Cannot find items matched by: %s"
6067 msgstr ""
6068
6069 #: builtin/clean.c:721
6070 msgid "Select items to delete"
6071 msgstr ""
6072
6073 #. TRANSLATORS: Make sure to keep [y/N] as is
6074 #: builtin/clean.c:762
6075 #, c-format
6076 msgid "Remove %s [y/N]? "
6077 msgstr ""
6078
6079 #: builtin/clean.c:787 git-add--interactive.perl:1616
6080 #, c-format
6081 msgid "Bye.\n"
6082 msgstr ""
6083
6084 #: builtin/clean.c:795
6085 msgid ""
6086 "clean - start cleaning\n"
6087 "filter by pattern - exclude items from deletion\n"
6088 "select by numbers - select items to be deleted by numbers\n"
6089 "ask each - confirm each deletion (like \"rm -i\")\n"
6090 "quit - stop cleaning\n"
6091 "help - this screen\n"
6092 "? - help for prompt selection"
6093 msgstr ""
6094
6095 #: builtin/clean.c:822 git-add--interactive.perl:1692
6096 msgid "*** Commands ***"
6097 msgstr ""
6098
6099 #: builtin/clean.c:823 git-add--interactive.perl:1689
6100 msgid "What now"
6101 msgstr ""
6102
6103 #: builtin/clean.c:831
6104 msgid "Would remove the following item:"
6105 msgid_plural "Would remove the following items:"
6106 msgstr[0] ""
6107 msgstr[1] ""
6108
6109 #: builtin/clean.c:847
6110 msgid "No more files to clean, exiting."
6111 msgstr ""
6112
6113 #: builtin/clean.c:909
6114 msgid "do not print names of files removed"
6115 msgstr ""
6116
6117 #: builtin/clean.c:911
6118 msgid "force"
6119 msgstr ""
6120
6121 #: builtin/clean.c:912
6122 msgid "interactive cleaning"
6123 msgstr ""
6124
6125 #: builtin/clean.c:914
6126 msgid "remove whole directories"
6127 msgstr ""
6128
6129 #: builtin/clean.c:915 builtin/describe.c:463 builtin/describe.c:465
6130 #: builtin/grep.c:861 builtin/ls-files.c:544 builtin/name-rev.c:397
6131 #: builtin/name-rev.c:399 builtin/show-ref.c:176
6132 msgid "pattern"
6133 msgstr ""
6134
6135 #: builtin/clean.c:916
6136 msgid "add <pattern> to ignore rules"
6137 msgstr ""
6138
6139 #: builtin/clean.c:917
6140 msgid "remove ignored files, too"
6141 msgstr ""
6142
6143 #: builtin/clean.c:919
6144 msgid "remove only ignored files"
6145 msgstr ""
6146
6147 #: builtin/clean.c:937
6148 msgid "-x and -X cannot be used together"
6149 msgstr ""
6150
6151 #: builtin/clean.c:941
6152 msgid ""
6153 "clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
6154 "clean"
6155 msgstr ""
6156
6157 #: builtin/clean.c:944
6158 msgid ""
6159 "clean.requireForce defaults to true and neither -i, -n, nor -f given; "
6160 "refusing to clean"
6161 msgstr ""
6162
6163 #: builtin/clone.c:39
6164 msgid "git clone [<options>] [--] <repo> [<dir>]"
6165 msgstr ""
6166
6167 #: builtin/clone.c:83
6168 msgid "don't create a checkout"
6169 msgstr ""
6170
6171 #: builtin/clone.c:84 builtin/clone.c:86 builtin/init-db.c:479
6172 msgid "create a bare repository"
6173 msgstr ""
6174
6175 #: builtin/clone.c:88
6176 msgid "create a mirror repository (implies bare)"
6177 msgstr ""
6178
6179 #: builtin/clone.c:90
6180 msgid "to clone from a local repository"
6181 msgstr ""
6182
6183 #: builtin/clone.c:92
6184 msgid "don't use local hardlinks, always copy"
6185 msgstr ""
6186
6187 #: builtin/clone.c:94
6188 msgid "setup as shared repository"
6189 msgstr ""
6190
6191 #: builtin/clone.c:96 builtin/clone.c:100
6192 msgid "pathspec"
6193 msgstr ""
6194
6195 #: builtin/clone.c:96 builtin/clone.c:100
6196 msgid "initialize submodules in the clone"
6197 msgstr ""
6198
6199 #: builtin/clone.c:103
6200 msgid "number of submodules cloned in parallel"
6201 msgstr ""
6202
6203 #: builtin/clone.c:104 builtin/init-db.c:476
6204 msgid "template-directory"
6205 msgstr ""
6206
6207 #: builtin/clone.c:105 builtin/init-db.c:477
6208 msgid "directory from which templates will be used"
6209 msgstr ""
6210
6211 #: builtin/clone.c:107 builtin/clone.c:109 builtin/submodule--helper.c:635
6212 #: builtin/submodule--helper.c:1002
6213 msgid "reference repository"
6214 msgstr ""
6215
6216 #: builtin/clone.c:111
6217 msgid "use --reference only while cloning"
6218 msgstr ""
6219
6220 #: builtin/clone.c:112 builtin/column.c:27 builtin/merge-file.c:44
6221 msgid "name"
6222 msgstr ""
6223
6224 #: builtin/clone.c:113
6225 msgid "use <name> instead of 'origin' to track upstream"
6226 msgstr ""
6227
6228 #: builtin/clone.c:115
6229 msgid "checkout <branch> instead of the remote's HEAD"
6230 msgstr ""
6231
6232 #: builtin/clone.c:117
6233 msgid "path to git-upload-pack on the remote"
6234 msgstr ""
6235
6236 #: builtin/clone.c:118 builtin/fetch.c:137 builtin/grep.c:804
6237 #: builtin/pull.c:205
6238 msgid "depth"
6239 msgstr ""
6240
6241 #: builtin/clone.c:119
6242 msgid "create a shallow clone of that depth"
6243 msgstr ""
6244
6245 #: builtin/clone.c:120 builtin/fetch.c:139 builtin/pack-objects.c:2938
6246 #: parse-options.h:142
6247 msgid "time"
6248 msgstr ""
6249
6250 #: builtin/clone.c:121
6251 msgid "create a shallow clone since a specific time"
6252 msgstr ""
6253
6254 #: builtin/clone.c:122 builtin/fetch.c:141
6255 msgid "revision"
6256 msgstr ""
6257
6258 #: builtin/clone.c:123 builtin/fetch.c:142
6259 msgid "deepen history of shallow clone, excluding rev"
6260 msgstr ""
6261
6262 #: builtin/clone.c:125
6263 msgid "clone only one branch, HEAD or --branch"
6264 msgstr ""
6265
6266 #: builtin/clone.c:127
6267 msgid "don't clone any tags, and make later fetches not to follow them"
6268 msgstr ""
6269
6270 #: builtin/clone.c:129
6271 msgid "any cloned submodules will be shallow"
6272 msgstr ""
6273
6274 #: builtin/clone.c:130 builtin/init-db.c:485
6275 msgid "gitdir"
6276 msgstr ""
6277
6278 #: builtin/clone.c:131 builtin/init-db.c:486
6279 msgid "separate git dir from working tree"
6280 msgstr ""
6281
6282 #: builtin/clone.c:132
6283 msgid "key=value"
6284 msgstr ""
6285
6286 #: builtin/clone.c:133
6287 msgid "set config inside the new repository"
6288 msgstr ""
6289
6290 #: builtin/clone.c:134 builtin/fetch.c:159 builtin/push.c:555
6291 msgid "use IPv4 addresses only"
6292 msgstr ""
6293
6294 #: builtin/clone.c:136 builtin/fetch.c:161 builtin/push.c:557
6295 msgid "use IPv6 addresses only"
6296 msgstr ""
6297
6298 #: builtin/clone.c:273
6299 msgid ""
6300 "No directory name could be guessed.\n"
6301 "Please specify a directory on the command line"
6302 msgstr ""
6303
6304 #: builtin/clone.c:326
6305 #, c-format
6306 msgid "info: Could not add alternate for '%s': %s\n"
6307 msgstr ""
6308
6309 #: builtin/clone.c:398
6310 #, c-format
6311 msgid "failed to open '%s'"
6312 msgstr ""
6313
6314 #: builtin/clone.c:406
6315 #, c-format
6316 msgid "%s exists and is not a directory"
6317 msgstr ""
6318
6319 #: builtin/clone.c:420
6320 #, c-format
6321 msgid "failed to stat %s\n"
6322 msgstr ""
6323
6324 #: builtin/clone.c:442
6325 #, c-format
6326 msgid "failed to create link '%s'"
6327 msgstr ""
6328
6329 #: builtin/clone.c:446
6330 #, c-format
6331 msgid "failed to copy file to '%s'"
6332 msgstr ""
6333
6334 #: builtin/clone.c:471
6335 #, c-format
6336 msgid "done.\n"
6337 msgstr ""
6338
6339 #: builtin/clone.c:483
6340 msgid ""
6341 "Clone succeeded, but checkout failed.\n"
6342 "You can inspect what was checked out with 'git status'\n"
6343 "and retry the checkout with 'git checkout -f HEAD'\n"
6344 msgstr ""
6345
6346 #: builtin/clone.c:560
6347 #, c-format
6348 msgid "Could not find remote branch %s to clone."
6349 msgstr ""
6350
6351 #: builtin/clone.c:655
6352 msgid "remote did not send all necessary objects"
6353 msgstr ""
6354
6355 #: builtin/clone.c:671
6356 #, c-format
6357 msgid "unable to update %s"
6358 msgstr ""
6359
6360 #: builtin/clone.c:720
6361 msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
6362 msgstr ""
6363
6364 #: builtin/clone.c:751
6365 msgid "unable to checkout working tree"
6366 msgstr ""
6367
6368 #: builtin/clone.c:796
6369 msgid "unable to write parameters to config file"
6370 msgstr ""
6371
6372 #: builtin/clone.c:859
6373 msgid "cannot repack to clean up"
6374 msgstr ""
6375
6376 #: builtin/clone.c:861
6377 msgid "cannot unlink temporary alternates file"
6378 msgstr ""
6379
6380 #: builtin/clone.c:894 builtin/receive-pack.c:1944
6381 msgid "Too many arguments."
6382 msgstr ""
6383
6384 #: builtin/clone.c:898
6385 msgid "You must specify a repository to clone."
6386 msgstr ""
6387
6388 #: builtin/clone.c:911
6389 #, c-format
6390 msgid "--bare and --origin %s options are incompatible."
6391 msgstr ""
6392
6393 #: builtin/clone.c:914
6394 msgid "--bare and --separate-git-dir are incompatible."
6395 msgstr ""
6396
6397 #: builtin/clone.c:927
6398 #, c-format
6399 msgid "repository '%s' does not exist"
6400 msgstr ""
6401
6402 #: builtin/clone.c:933 builtin/fetch.c:1360
6403 #, c-format
6404 msgid "depth %s is not a positive number"
6405 msgstr ""
6406
6407 #: builtin/clone.c:943
6408 #, c-format
6409 msgid "destination path '%s' already exists and is not an empty directory."
6410 msgstr ""
6411
6412 #: builtin/clone.c:953
6413 #, c-format
6414 msgid "working tree '%s' already exists."
6415 msgstr ""
6416
6417 #: builtin/clone.c:968 builtin/clone.c:979 builtin/difftool.c:270
6418 #: builtin/worktree.c:240 builtin/worktree.c:270
6419 #, c-format
6420 msgid "could not create leading directories of '%s'"
6421 msgstr ""
6422
6423 #: builtin/clone.c:971
6424 #, c-format
6425 msgid "could not create work tree dir '%s'"
6426 msgstr ""
6427
6428 #: builtin/clone.c:983
6429 #, c-format
6430 msgid "Cloning into bare repository '%s'...\n"
6431 msgstr ""
6432
6433 #: builtin/clone.c:985
6434 #, c-format
6435 msgid "Cloning into '%s'...\n"
6436 msgstr ""
6437
6438 #: builtin/clone.c:1009
6439 msgid ""
6440 "clone --recursive is not compatible with both --reference and --reference-if-"
6441 "able"
6442 msgstr ""
6443
6444 #: builtin/clone.c:1071
6445 msgid "--depth is ignored in local clones; use file:// instead."
6446 msgstr ""
6447
6448 #: builtin/clone.c:1073
6449 msgid "--shallow-since is ignored in local clones; use file:// instead."
6450 msgstr ""
6451
6452 #: builtin/clone.c:1075
6453 msgid "--shallow-exclude is ignored in local clones; use file:// instead."
6454 msgstr ""
6455
6456 #: builtin/clone.c:1078
6457 msgid "source repository is shallow, ignoring --local"
6458 msgstr ""
6459
6460 #: builtin/clone.c:1083
6461 msgid "--local is ignored"
6462 msgstr ""
6463
6464 #: builtin/clone.c:1087
6465 #, c-format
6466 msgid "Don't know how to clone %s"
6467 msgstr ""
6468
6469 #: builtin/clone.c:1142 builtin/clone.c:1150
6470 #, c-format
6471 msgid "Remote branch %s not found in upstream %s"
6472 msgstr ""
6473
6474 #: builtin/clone.c:1153
6475 msgid "You appear to have cloned an empty repository."
6476 msgstr ""
6477
6478 #: builtin/column.c:10
6479 msgid "git column [<options>]"
6480 msgstr ""
6481
6482 #: builtin/column.c:27
6483 msgid "lookup config vars"
6484 msgstr ""
6485
6486 #: builtin/column.c:28 builtin/column.c:29
6487 msgid "layout to use"
6488 msgstr ""
6489
6490 #: builtin/column.c:30
6491 msgid "Maximum width"
6492 msgstr ""
6493
6494 #: builtin/column.c:31
6495 msgid "Padding space on left border"
6496 msgstr ""
6497
6498 #: builtin/column.c:32
6499 msgid "Padding space on right border"
6500 msgstr ""
6501
6502 #: builtin/column.c:33
6503 msgid "Padding space between columns"
6504 msgstr ""
6505
6506 #: builtin/column.c:52
6507 msgid "--command must be the first argument"
6508 msgstr ""
6509
6510 #: builtin/commit.c:39
6511 msgid "git commit [<options>] [--] <pathspec>..."
6512 msgstr ""
6513
6514 #: builtin/commit.c:44
6515 msgid "git status [<options>] [--] <pathspec>..."
6516 msgstr ""
6517
6518 #: builtin/commit.c:49
6519 msgid ""
6520 "Your name and email address were configured automatically based\n"
6521 "on your username and hostname. Please check that they are accurate.\n"
6522 "You can suppress this message by setting them explicitly. Run the\n"
6523 "following command and follow the instructions in your editor to edit\n"
6524 "your configuration file:\n"
6525 "\n"
6526 " git config --global --edit\n"
6527 "\n"
6528 "After doing this, you may fix the identity used for this commit with:\n"
6529 "\n"
6530 " git commit --amend --reset-author\n"
6531 msgstr ""
6532
6533 #: builtin/commit.c:62
6534 msgid ""
6535 "Your name and email address were configured automatically based\n"
6536 "on your username and hostname. Please check that they are accurate.\n"
6537 "You can suppress this message by setting them explicitly:\n"
6538 "\n"
6539 " git config --global user.name \"Your Name\"\n"
6540 " git config --global user.email you@example.com\n"
6541 "\n"
6542 "After doing this, you may fix the identity used for this commit with:\n"
6543 "\n"
6544 " git commit --amend --reset-author\n"
6545 msgstr ""
6546
6547 #: builtin/commit.c:74
6548 msgid ""
6549 "You asked to amend the most recent commit, but doing so would make\n"
6550 "it empty. You can repeat your command with --allow-empty, or you can\n"
6551 "remove the commit entirely with \"git reset HEAD^\".\n"
6552 msgstr ""
6553
6554 #: builtin/commit.c:79
6555 msgid ""
6556 "The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
6557 "If you wish to commit it anyway, use:\n"
6558 "\n"
6559 " git commit --allow-empty\n"
6560 "\n"
6561 msgstr ""
6562
6563 #: builtin/commit.c:86
6564 msgid "Otherwise, please use 'git reset'\n"
6565 msgstr ""
6566
6567 #: builtin/commit.c:89
6568 msgid ""
6569 "If you wish to skip this commit, use:\n"
6570 "\n"
6571 " git reset\n"
6572 "\n"
6573 "Then \"git cherry-pick --continue\" will resume cherry-picking\n"
6574 "the remaining commits.\n"
6575 msgstr ""
6576
6577 #: builtin/commit.c:318
6578 msgid "failed to unpack HEAD tree object"
6579 msgstr ""
6580
6581 #: builtin/commit.c:359
6582 msgid "unable to create temporary index"
6583 msgstr ""
6584
6585 #: builtin/commit.c:365
6586 msgid "interactive add failed"
6587 msgstr ""
6588
6589 #: builtin/commit.c:378
6590 msgid "unable to update temporary index"
6591 msgstr ""
6592
6593 #: builtin/commit.c:380
6594 msgid "Failed to update main cache tree"
6595 msgstr ""
6596
6597 #: builtin/commit.c:405 builtin/commit.c:429 builtin/commit.c:478
6598 msgid "unable to write new_index file"
6599 msgstr ""
6600
6601 #: builtin/commit.c:461
6602 msgid "cannot do a partial commit during a merge."
6603 msgstr ""
6604
6605 #: builtin/commit.c:463
6606 msgid "cannot do a partial commit during a cherry-pick."
6607 msgstr ""
6608
6609 #: builtin/commit.c:471
6610 msgid "cannot read the index"
6611 msgstr ""
6612
6613 #: builtin/commit.c:490
6614 msgid "unable to write temporary index file"
6615 msgstr ""
6616
6617 #: builtin/commit.c:587
6618 #, c-format
6619 msgid "commit '%s' lacks author header"
6620 msgstr ""
6621
6622 #: builtin/commit.c:589
6623 #, c-format
6624 msgid "commit '%s' has malformed author line"
6625 msgstr ""
6626
6627 #: builtin/commit.c:608
6628 msgid "malformed --author parameter"
6629 msgstr ""
6630
6631 #: builtin/commit.c:660
6632 msgid ""
6633 "unable to select a comment character that is not used\n"
6634 "in the current commit message"
6635 msgstr ""
6636
6637 #: builtin/commit.c:697 builtin/commit.c:730 builtin/commit.c:1100
6638 #, c-format
6639 msgid "could not lookup commit %s"
6640 msgstr ""
6641
6642 #: builtin/commit.c:709 builtin/shortlog.c:309
6643 #, c-format
6644 msgid "(reading log message from standard input)\n"
6645 msgstr ""
6646
6647 #: builtin/commit.c:711
6648 msgid "could not read log from standard input"
6649 msgstr ""
6650
6651 #: builtin/commit.c:715
6652 #, c-format
6653 msgid "could not read log file '%s'"
6654 msgstr ""
6655
6656 #: builtin/commit.c:742 builtin/commit.c:750
6657 msgid "could not read SQUASH_MSG"
6658 msgstr ""
6659
6660 #: builtin/commit.c:747
6661 msgid "could not read MERGE_MSG"
6662 msgstr ""
6663
6664 #: builtin/commit.c:801
6665 msgid "could not write commit template"
6666 msgstr ""
6667
6668 #: builtin/commit.c:819
6669 #, c-format
6670 msgid ""
6671 "\n"
6672 "It looks like you may be committing a merge.\n"
6673 "If this is not correct, please remove the file\n"
6674 "\t%s\n"
6675 "and try again.\n"
6676 msgstr ""
6677
6678 #: builtin/commit.c:824
6679 #, c-format
6680 msgid ""
6681 "\n"
6682 "It looks like you may be committing a cherry-pick.\n"
6683 "If this is not correct, please remove the file\n"
6684 "\t%s\n"
6685 "and try again.\n"
6686 msgstr ""
6687
6688 #: builtin/commit.c:837
6689 #, c-format
6690 msgid ""
6691 "Please enter the commit message for your changes. Lines starting\n"
6692 "with '%c' will be ignored, and an empty message aborts the commit.\n"
6693 msgstr ""
6694
6695 #: builtin/commit.c:844
6696 #, c-format
6697 msgid ""
6698 "Please enter the commit message for your changes. Lines starting\n"
6699 "with '%c' will be kept; you may remove them yourself if you want to.\n"
6700 "An empty message aborts the commit.\n"
6701 msgstr ""
6702
6703 #: builtin/commit.c:861
6704 #, c-format
6705 msgid "%sAuthor: %.*s <%.*s>"
6706 msgstr ""
6707
6708 #: builtin/commit.c:869
6709 #, c-format
6710 msgid "%sDate: %s"
6711 msgstr ""
6712
6713 #: builtin/commit.c:876
6714 #, c-format
6715 msgid "%sCommitter: %.*s <%.*s>"
6716 msgstr ""
6717
6718 #: builtin/commit.c:893
6719 msgid "Cannot read index"
6720 msgstr ""
6721
6722 #: builtin/commit.c:958
6723 msgid "Error building trees"
6724 msgstr ""
6725
6726 #: builtin/commit.c:972 builtin/tag.c:252
6727 #, c-format
6728 msgid "Please supply the message using either -m or -F option.\n"
6729 msgstr ""
6730
6731 #: builtin/commit.c:1075
6732 #, c-format
6733 msgid "--author '%s' is not 'Name <email>' and matches no existing author"
6734 msgstr ""
6735
6736 #: builtin/commit.c:1090 builtin/commit.c:1335
6737 #, c-format
6738 msgid "Invalid untracked files mode '%s'"
6739 msgstr ""
6740
6741 #: builtin/commit.c:1128
6742 msgid "--long and -z are incompatible"
6743 msgstr ""
6744
6745 #: builtin/commit.c:1158
6746 msgid "Using both --reset-author and --author does not make sense"
6747 msgstr ""
6748
6749 #: builtin/commit.c:1167
6750 msgid "You have nothing to amend."
6751 msgstr ""
6752
6753 #: builtin/commit.c:1170
6754 msgid "You are in the middle of a merge -- cannot amend."
6755 msgstr ""
6756
6757 #: builtin/commit.c:1172
6758 msgid "You are in the middle of a cherry-pick -- cannot amend."
6759 msgstr ""
6760
6761 #: builtin/commit.c:1175
6762 msgid "Options --squash and --fixup cannot be used together"
6763 msgstr ""
6764
6765 #: builtin/commit.c:1185
6766 msgid "Only one of -c/-C/-F/--fixup can be used."
6767 msgstr ""
6768
6769 #: builtin/commit.c:1187
6770 msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
6771 msgstr ""
6772
6773 #: builtin/commit.c:1195
6774 msgid "--reset-author can be used only with -C, -c or --amend."
6775 msgstr ""
6776
6777 #: builtin/commit.c:1212
6778 msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
6779 msgstr ""
6780
6781 #: builtin/commit.c:1214
6782 msgid "No paths with --include/--only does not make sense."
6783 msgstr ""
6784
6785 #: builtin/commit.c:1226 builtin/tag.c:535
6786 #, c-format
6787 msgid "Invalid cleanup mode %s"
6788 msgstr ""
6789
6790 #: builtin/commit.c:1231
6791 msgid "Paths with -a does not make sense."
6792 msgstr ""
6793
6794 #: builtin/commit.c:1349 builtin/commit.c:1626
6795 msgid "show status concisely"
6796 msgstr ""
6797
6798 #: builtin/commit.c:1351 builtin/commit.c:1628
6799 msgid "show branch information"
6800 msgstr ""
6801
6802 #: builtin/commit.c:1353
6803 msgid "show stash information"
6804 msgstr ""
6805
6806 #: builtin/commit.c:1355
6807 msgid "version"
6808 msgstr ""
6809
6810 #: builtin/commit.c:1355 builtin/commit.c:1630 builtin/push.c:530
6811 #: builtin/worktree.c:469
6812 msgid "machine-readable output"
6813 msgstr ""
6814
6815 #: builtin/commit.c:1358 builtin/commit.c:1632
6816 msgid "show status in long format (default)"
6817 msgstr ""
6818
6819 #: builtin/commit.c:1361 builtin/commit.c:1635
6820 msgid "terminate entries with NUL"
6821 msgstr ""
6822
6823 #: builtin/commit.c:1363 builtin/commit.c:1638 builtin/fast-export.c:999
6824 #: builtin/fast-export.c:1002 builtin/tag.c:390
6825 msgid "mode"
6826 msgstr ""
6827
6828 #: builtin/commit.c:1364 builtin/commit.c:1638
6829 msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
6830 msgstr ""
6831
6832 #: builtin/commit.c:1367
6833 msgid "show ignored files"
6834 msgstr ""
6835
6836 #: builtin/commit.c:1368 parse-options.h:155
6837 msgid "when"
6838 msgstr ""
6839
6840 #: builtin/commit.c:1369
6841 msgid ""
6842 "ignore changes to submodules, optional when: all, dirty, untracked. "
6843 "(Default: all)"
6844 msgstr ""
6845
6846 #: builtin/commit.c:1371
6847 msgid "list untracked files in columns"
6848 msgstr ""
6849
6850 #: builtin/commit.c:1449
6851 msgid "couldn't look up newly created commit"
6852 msgstr ""
6853
6854 #: builtin/commit.c:1451
6855 msgid "could not parse newly created commit"
6856 msgstr ""
6857
6858 #: builtin/commit.c:1496
6859 msgid "detached HEAD"
6860 msgstr ""
6861
6862 #: builtin/commit.c:1499
6863 msgid " (root-commit)"
6864 msgstr ""
6865
6866 #: builtin/commit.c:1596
6867 msgid "suppress summary after successful commit"
6868 msgstr ""
6869
6870 #: builtin/commit.c:1597
6871 msgid "show diff in commit message template"
6872 msgstr ""
6873
6874 #: builtin/commit.c:1599
6875 msgid "Commit message options"
6876 msgstr ""
6877
6878 #: builtin/commit.c:1600 builtin/tag.c:388
6879 msgid "read message from file"
6880 msgstr ""
6881
6882 #: builtin/commit.c:1601
6883 msgid "author"
6884 msgstr ""
6885
6886 #: builtin/commit.c:1601
6887 msgid "override author for commit"
6888 msgstr ""
6889
6890 #: builtin/commit.c:1602 builtin/gc.c:359
6891 msgid "date"
6892 msgstr ""
6893
6894 #: builtin/commit.c:1602
6895 msgid "override date for commit"
6896 msgstr ""
6897
6898 #: builtin/commit.c:1603 builtin/merge.c:225 builtin/notes.c:402
6899 #: builtin/notes.c:565 builtin/tag.c:386
6900 msgid "message"
6901 msgstr ""
6902
6903 #: builtin/commit.c:1603
6904 msgid "commit message"
6905 msgstr ""
6906
6907 #: builtin/commit.c:1604 builtin/commit.c:1605 builtin/commit.c:1606
6908 #: builtin/commit.c:1607 parse-options.h:257 ref-filter.h:92
6909 msgid "commit"
6910 msgstr ""
6911
6912 #: builtin/commit.c:1604
6913 msgid "reuse and edit message from specified commit"
6914 msgstr ""
6915
6916 #: builtin/commit.c:1605
6917 msgid "reuse message from specified commit"
6918 msgstr ""
6919
6920 #: builtin/commit.c:1606
6921 msgid "use autosquash formatted message to fixup specified commit"
6922 msgstr ""
6923
6924 #: builtin/commit.c:1607
6925 msgid "use autosquash formatted message to squash specified commit"
6926 msgstr ""
6927
6928 #: builtin/commit.c:1608
6929 msgid "the commit is authored by me now (used with -C/-c/--amend)"
6930 msgstr ""
6931
6932 #: builtin/commit.c:1609 builtin/log.c:1436 builtin/merge.c:239
6933 #: builtin/revert.c:105
6934 msgid "add Signed-off-by:"
6935 msgstr ""
6936
6937 #: builtin/commit.c:1610
6938 msgid "use specified template file"
6939 msgstr ""
6940
6941 #: builtin/commit.c:1611
6942 msgid "force edit of commit"
6943 msgstr ""
6944
6945 #: builtin/commit.c:1612
6946 msgid "default"
6947 msgstr ""
6948
6949 #: builtin/commit.c:1612 builtin/tag.c:391
6950 msgid "how to strip spaces and #comments from message"
6951 msgstr ""
6952
6953 #: builtin/commit.c:1613
6954 msgid "include status in commit message template"
6955 msgstr ""
6956
6957 #: builtin/commit.c:1615 builtin/merge.c:237 builtin/pull.c:173
6958 #: builtin/revert.c:113
6959 msgid "GPG sign commit"
6960 msgstr ""
6961
6962 #: builtin/commit.c:1618
6963 msgid "Commit contents options"
6964 msgstr ""
6965
6966 #: builtin/commit.c:1619
6967 msgid "commit all changed files"
6968 msgstr ""
6969
6970 #: builtin/commit.c:1620
6971 msgid "add specified files to index for commit"
6972 msgstr ""
6973
6974 #: builtin/commit.c:1621
6975 msgid "interactively add files"
6976 msgstr ""
6977
6978 #: builtin/commit.c:1622
6979 msgid "interactively add changes"
6980 msgstr ""
6981
6982 #: builtin/commit.c:1623
6983 msgid "commit only specified files"
6984 msgstr ""
6985
6986 #: builtin/commit.c:1624
6987 msgid "bypass pre-commit and commit-msg hooks"
6988 msgstr ""
6989
6990 #: builtin/commit.c:1625
6991 msgid "show what would be committed"
6992 msgstr ""
6993
6994 #: builtin/commit.c:1636
6995 msgid "amend previous commit"
6996 msgstr ""
6997
6998 #: builtin/commit.c:1637
6999 msgid "bypass post-rewrite hook"
7000 msgstr ""
7001
7002 #: builtin/commit.c:1642
7003 msgid "ok to record an empty change"
7004 msgstr ""
7005
7006 #: builtin/commit.c:1644
7007 msgid "ok to record a change with an empty message"
7008 msgstr ""
7009
7010 #: builtin/commit.c:1674
7011 msgid "could not parse HEAD commit"
7012 msgstr ""
7013
7014 #: builtin/commit.c:1719
7015 #, c-format
7016 msgid "Corrupt MERGE_HEAD file (%s)"
7017 msgstr ""
7018
7019 #: builtin/commit.c:1726
7020 msgid "could not read MERGE_MODE"
7021 msgstr ""
7022
7023 #: builtin/commit.c:1745
7024 #, c-format
7025 msgid "could not read commit message: %s"
7026 msgstr ""
7027
7028 #: builtin/commit.c:1756
7029 #, c-format
7030 msgid "Aborting commit due to empty commit message.\n"
7031 msgstr ""
7032
7033 #: builtin/commit.c:1761
7034 #, c-format
7035 msgid "Aborting commit; you did not edit the message.\n"
7036 msgstr ""
7037
7038 #: builtin/commit.c:1809
7039 msgid ""
7040 "Repository has been updated, but unable to write\n"
7041 "new_index file. Check that disk is not full and quota is\n"
7042 "not exceeded, and then \"git reset HEAD\" to recover."
7043 msgstr ""
7044
7045 #: builtin/config.c:10
7046 msgid "git config [<options>]"
7047 msgstr ""
7048
7049 #: builtin/config.c:57
7050 msgid "Config file location"
7051 msgstr ""
7052
7053 #: builtin/config.c:58
7054 msgid "use global config file"
7055 msgstr ""
7056
7057 #: builtin/config.c:59
7058 msgid "use system config file"
7059 msgstr ""
7060
7061 #: builtin/config.c:60
7062 msgid "use repository config file"
7063 msgstr ""
7064
7065 #: builtin/config.c:61
7066 msgid "use given config file"
7067 msgstr ""
7068
7069 #: builtin/config.c:62
7070 msgid "blob-id"
7071 msgstr ""
7072
7073 #: builtin/config.c:62
7074 msgid "read config from given blob object"
7075 msgstr ""
7076
7077 #: builtin/config.c:63
7078 msgid "Action"
7079 msgstr ""
7080
7081 #: builtin/config.c:64
7082 msgid "get value: name [value-regex]"
7083 msgstr ""
7084
7085 #: builtin/config.c:65
7086 msgid "get all values: key [value-regex]"
7087 msgstr ""
7088
7089 #: builtin/config.c:66
7090 msgid "get values for regexp: name-regex [value-regex]"
7091 msgstr ""
7092
7093 #: builtin/config.c:67
7094 msgid "get value specific for the URL: section[.var] URL"
7095 msgstr ""
7096
7097 #: builtin/config.c:68
7098 msgid "replace all matching variables: name value [value_regex]"
7099 msgstr ""
7100
7101 #: builtin/config.c:69
7102 msgid "add a new variable: name value"
7103 msgstr ""
7104
7105 #: builtin/config.c:70
7106 msgid "remove a variable: name [value-regex]"
7107 msgstr ""
7108
7109 #: builtin/config.c:71
7110 msgid "remove all matches: name [value-regex]"
7111 msgstr ""
7112
7113 #: builtin/config.c:72
7114 msgid "rename section: old-name new-name"
7115 msgstr ""
7116
7117 #: builtin/config.c:73
7118 msgid "remove a section: name"
7119 msgstr ""
7120
7121 #: builtin/config.c:74
7122 msgid "list all"
7123 msgstr ""
7124
7125 #: builtin/config.c:75
7126 msgid "open an editor"
7127 msgstr ""
7128
7129 #: builtin/config.c:76
7130 msgid "find the color configured: slot [default]"
7131 msgstr ""
7132
7133 #: builtin/config.c:77
7134 msgid "find the color setting: slot [stdout-is-tty]"
7135 msgstr ""
7136
7137 #: builtin/config.c:78
7138 msgid "Type"
7139 msgstr ""
7140
7141 #: builtin/config.c:79
7142 msgid "value is \"true\" or \"false\""
7143 msgstr ""
7144
7145 #: builtin/config.c:80
7146 msgid "value is decimal number"
7147 msgstr ""
7148
7149 #: builtin/config.c:81
7150 msgid "value is --bool or --int"
7151 msgstr ""
7152
7153 #: builtin/config.c:82
7154 msgid "value is a path (file or directory name)"
7155 msgstr ""
7156
7157 #: builtin/config.c:83
7158 msgid "Other"
7159 msgstr ""
7160
7161 #: builtin/config.c:84
7162 msgid "terminate values with NUL byte"
7163 msgstr ""
7164
7165 #: builtin/config.c:85
7166 msgid "show variable names only"
7167 msgstr ""
7168
7169 #: builtin/config.c:86
7170 msgid "respect include directives on lookup"
7171 msgstr ""
7172
7173 #: builtin/config.c:87
7174 msgid "show origin of config (file, standard input, blob, command line)"
7175 msgstr ""
7176
7177 #: builtin/config.c:327
7178 msgid "unable to parse default color value"
7179 msgstr ""
7180
7181 #: builtin/config.c:471
7182 #, c-format
7183 msgid ""
7184 "# This is Git's per-user configuration file.\n"
7185 "[user]\n"
7186 "# Please adapt and uncomment the following lines:\n"
7187 "#\tname = %s\n"
7188 "#\temail = %s\n"
7189 msgstr ""
7190
7191 #: builtin/config.c:499
7192 msgid "--local can only be used inside a git repository"
7193 msgstr ""
7194
7195 #: builtin/config.c:624
7196 #, c-format
7197 msgid "cannot create configuration file %s"
7198 msgstr ""
7199
7200 #: builtin/config.c:637
7201 #, c-format
7202 msgid ""
7203 "cannot overwrite multiple values with a single value\n"
7204 " Use a regexp, --add or --replace-all to change %s."
7205 msgstr ""
7206
7207 #: builtin/count-objects.c:88
7208 msgid "git count-objects [-v] [-H | --human-readable]"
7209 msgstr ""
7210
7211 #: builtin/count-objects.c:98
7212 msgid "print sizes in human readable format"
7213 msgstr ""
7214
7215 #: builtin/describe.c:19
7216 msgid "git describe [<options>] [<commit-ish>...]"
7217 msgstr ""
7218
7219 #: builtin/describe.c:20
7220 msgid "git describe [<options>] --dirty"
7221 msgstr ""
7222
7223 #: builtin/describe.c:54
7224 msgid "head"
7225 msgstr ""
7226
7227 #: builtin/describe.c:54
7228 msgid "lightweight"
7229 msgstr ""
7230
7231 #: builtin/describe.c:54
7232 msgid "annotated"
7233 msgstr ""
7234
7235 #: builtin/describe.c:264
7236 #, c-format
7237 msgid "annotated tag %s not available"
7238 msgstr ""
7239
7240 #: builtin/describe.c:268
7241 #, c-format
7242 msgid "annotated tag %s has no embedded name"
7243 msgstr ""
7244
7245 #: builtin/describe.c:270
7246 #, c-format
7247 msgid "tag '%s' is really '%s' here"
7248 msgstr ""
7249
7250 #: builtin/describe.c:297 builtin/log.c:493
7251 #, c-format
7252 msgid "Not a valid object name %s"
7253 msgstr ""
7254
7255 #: builtin/describe.c:300
7256 #, c-format
7257 msgid "%s is not a valid '%s' object"
7258 msgstr ""
7259
7260 #: builtin/describe.c:317
7261 #, c-format
7262 msgid "no tag exactly matches '%s'"
7263 msgstr ""
7264
7265 #: builtin/describe.c:319
7266 #, c-format
7267 msgid "searching to describe %s\n"
7268 msgstr ""
7269
7270 #: builtin/describe.c:366
7271 #, c-format
7272 msgid "finished search at %s\n"
7273 msgstr ""
7274
7275 #: builtin/describe.c:393
7276 #, c-format
7277 msgid ""
7278 "No annotated tags can describe '%s'.\n"
7279 "However, there were unannotated tags: try --tags."
7280 msgstr ""
7281
7282 #: builtin/describe.c:397
7283 #, c-format
7284 msgid ""
7285 "No tags can describe '%s'.\n"
7286 "Try --always, or create some tags."
7287 msgstr ""
7288
7289 #: builtin/describe.c:427
7290 #, c-format
7291 msgid "traversed %lu commits\n"
7292 msgstr ""
7293
7294 #: builtin/describe.c:430
7295 #, c-format
7296 msgid ""
7297 "more than %i tags found; listed %i most recent\n"
7298 "gave up search at %s\n"
7299 msgstr ""
7300
7301 #: builtin/describe.c:452
7302 msgid "find the tag that comes after the commit"
7303 msgstr ""
7304
7305 #: builtin/describe.c:453
7306 msgid "debug search strategy on stderr"
7307 msgstr ""
7308
7309 #: builtin/describe.c:454
7310 msgid "use any ref"
7311 msgstr ""
7312
7313 #: builtin/describe.c:455
7314 msgid "use any tag, even unannotated"
7315 msgstr ""
7316
7317 #: builtin/describe.c:456
7318 msgid "always use long format"
7319 msgstr ""
7320
7321 #: builtin/describe.c:457
7322 msgid "only follow first parent"
7323 msgstr ""
7324
7325 #: builtin/describe.c:460
7326 msgid "only output exact matches"
7327 msgstr ""
7328
7329 #: builtin/describe.c:462
7330 msgid "consider <n> most recent tags (default: 10)"
7331 msgstr ""
7332
7333 #: builtin/describe.c:464
7334 msgid "only consider tags matching <pattern>"
7335 msgstr ""
7336
7337 #: builtin/describe.c:466
7338 msgid "do not consider tags matching <pattern>"
7339 msgstr ""
7340
7341 #: builtin/describe.c:468 builtin/name-rev.c:406
7342 msgid "show abbreviated commit object as fallback"
7343 msgstr ""
7344
7345 #: builtin/describe.c:469 builtin/describe.c:472
7346 msgid "mark"
7347 msgstr ""
7348
7349 #: builtin/describe.c:470
7350 msgid "append <mark> on dirty working tree (default: \"-dirty\")"
7351 msgstr ""
7352
7353 #: builtin/describe.c:473
7354 msgid "append <mark> on broken working tree (default: \"-broken\")"
7355 msgstr ""
7356
7357 #: builtin/describe.c:491
7358 msgid "--long is incompatible with --abbrev=0"
7359 msgstr ""
7360
7361 #: builtin/describe.c:520
7362 msgid "No names found, cannot describe anything."
7363 msgstr ""
7364
7365 #: builtin/describe.c:563
7366 msgid "--dirty is incompatible with commit-ishes"
7367 msgstr ""
7368
7369 #: builtin/describe.c:565
7370 msgid "--broken is incompatible with commit-ishes"
7371 msgstr ""
7372
7373 #: builtin/diff.c:83
7374 #, c-format
7375 msgid "'%s': not a regular file or symlink"
7376 msgstr ""
7377
7378 #: builtin/diff.c:235
7379 #, c-format
7380 msgid "invalid option: %s"
7381 msgstr ""
7382
7383 #: builtin/diff.c:357
7384 msgid "Not a git repository"
7385 msgstr ""
7386
7387 #: builtin/diff.c:400
7388 #, c-format
7389 msgid "invalid object '%s' given."
7390 msgstr ""
7391
7392 #: builtin/diff.c:409
7393 #, c-format
7394 msgid "more than two blobs given: '%s'"
7395 msgstr ""
7396
7397 #: builtin/diff.c:414
7398 #, c-format
7399 msgid "unhandled object '%s' given."
7400 msgstr ""
7401
7402 #: builtin/difftool.c:29
7403 msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
7404 msgstr ""
7405
7406 #: builtin/difftool.c:259
7407 #, c-format
7408 msgid "failed: %d"
7409 msgstr ""
7410
7411 #: builtin/difftool.c:301
7412 #, c-format
7413 msgid "could not read symlink %s"
7414 msgstr ""
7415
7416 #: builtin/difftool.c:303
7417 #, c-format
7418 msgid "could not read symlink file %s"
7419 msgstr ""
7420
7421 #: builtin/difftool.c:311
7422 #, c-format
7423 msgid "could not read object %s for symlink %s"
7424 msgstr ""
7425
7426 #: builtin/difftool.c:412
7427 msgid ""
7428 "combined diff formats('-c' and '--cc') are not supported in\n"
7429 "directory diff mode('-d' and '--dir-diff')."
7430 msgstr ""
7431
7432 #: builtin/difftool.c:633
7433 #, c-format
7434 msgid "both files modified: '%s' and '%s'."
7435 msgstr ""
7436
7437 #: builtin/difftool.c:635
7438 msgid "working tree file has been left."
7439 msgstr ""
7440
7441 #: builtin/difftool.c:646
7442 #, c-format
7443 msgid "temporary files exist in '%s'."
7444 msgstr ""
7445
7446 #: builtin/difftool.c:647
7447 msgid "you may want to cleanup or recover these."
7448 msgstr ""
7449
7450 #: builtin/difftool.c:696
7451 msgid "use `diff.guitool` instead of `diff.tool`"
7452 msgstr ""
7453
7454 #: builtin/difftool.c:698
7455 msgid "perform a full-directory diff"
7456 msgstr ""
7457
7458 #: builtin/difftool.c:700
7459 msgid "do not prompt before launching a diff tool"
7460 msgstr ""
7461
7462 #: builtin/difftool.c:706
7463 msgid "use symlinks in dir-diff mode"
7464 msgstr ""
7465
7466 #: builtin/difftool.c:707
7467 msgid "<tool>"
7468 msgstr ""
7469
7470 #: builtin/difftool.c:708
7471 msgid "use the specified diff tool"
7472 msgstr ""
7473
7474 #: builtin/difftool.c:710
7475 msgid "print a list of diff tools that may be used with `--tool`"
7476 msgstr ""
7477
7478 #: builtin/difftool.c:713
7479 msgid ""
7480 "make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
7481 "code"
7482 msgstr ""
7483
7484 #: builtin/difftool.c:715
7485 msgid "<command>"
7486 msgstr ""
7487
7488 #: builtin/difftool.c:716
7489 msgid "specify a custom command for viewing diffs"
7490 msgstr ""
7491
7492 #: builtin/difftool.c:740
7493 msgid "no <tool> given for --tool=<tool>"
7494 msgstr ""
7495
7496 #: builtin/difftool.c:747
7497 msgid "no <cmd> given for --extcmd=<cmd>"
7498 msgstr ""
7499
7500 #: builtin/fast-export.c:26
7501 msgid "git fast-export [rev-list-opts]"
7502 msgstr ""
7503
7504 #: builtin/fast-export.c:998
7505 msgid "show progress after <n> objects"
7506 msgstr ""
7507
7508 #: builtin/fast-export.c:1000
7509 msgid "select handling of signed tags"
7510 msgstr ""
7511
7512 #: builtin/fast-export.c:1003
7513 msgid "select handling of tags that tag filtered objects"
7514 msgstr ""
7515
7516 #: builtin/fast-export.c:1006
7517 msgid "Dump marks to this file"
7518 msgstr ""
7519
7520 #: builtin/fast-export.c:1008
7521 msgid "Import marks from this file"
7522 msgstr ""
7523
7524 #: builtin/fast-export.c:1010
7525 msgid "Fake a tagger when tags lack one"
7526 msgstr ""
7527
7528 #: builtin/fast-export.c:1012
7529 msgid "Output full tree for each commit"
7530 msgstr ""
7531
7532 #: builtin/fast-export.c:1014
7533 msgid "Use the done feature to terminate the stream"
7534 msgstr ""
7535
7536 #: builtin/fast-export.c:1015
7537 msgid "Skip output of blob data"
7538 msgstr ""
7539
7540 #: builtin/fast-export.c:1016
7541 msgid "refspec"
7542 msgstr ""
7543
7544 #: builtin/fast-export.c:1017
7545 msgid "Apply refspec to exported refs"
7546 msgstr ""
7547
7548 #: builtin/fast-export.c:1018
7549 msgid "anonymize output"
7550 msgstr ""
7551
7552 #: builtin/fetch.c:23
7553 msgid "git fetch [<options>] [<repository> [<refspec>...]]"
7554 msgstr ""
7555
7556 #: builtin/fetch.c:24
7557 msgid "git fetch [<options>] <group>"
7558 msgstr ""
7559
7560 #: builtin/fetch.c:25
7561 msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
7562 msgstr ""
7563
7564 #: builtin/fetch.c:26
7565 msgid "git fetch --all [<options>]"
7566 msgstr ""
7567
7568 #: builtin/fetch.c:112 builtin/pull.c:182
7569 msgid "fetch from all remotes"
7570 msgstr ""
7571
7572 #: builtin/fetch.c:114 builtin/pull.c:185
7573 msgid "append to .git/FETCH_HEAD instead of overwriting"
7574 msgstr ""
7575
7576 #: builtin/fetch.c:116 builtin/pull.c:188
7577 msgid "path to upload pack on remote end"
7578 msgstr ""
7579
7580 #: builtin/fetch.c:117 builtin/pull.c:190
7581 msgid "force overwrite of local branch"
7582 msgstr ""
7583
7584 #: builtin/fetch.c:119
7585 msgid "fetch from multiple remotes"
7586 msgstr ""
7587
7588 #: builtin/fetch.c:121 builtin/pull.c:192
7589 msgid "fetch all tags and associated objects"
7590 msgstr ""
7591
7592 #: builtin/fetch.c:123
7593 msgid "do not fetch all tags (--no-tags)"
7594 msgstr ""
7595
7596 #: builtin/fetch.c:125
7597 msgid "number of submodules fetched in parallel"
7598 msgstr ""
7599
7600 #: builtin/fetch.c:127 builtin/pull.c:195
7601 msgid "prune remote-tracking branches no longer on remote"
7602 msgstr ""
7603
7604 #: builtin/fetch.c:128 builtin/fetch.c:151 builtin/pull.c:123
7605 msgid "on-demand"
7606 msgstr ""
7607
7608 #: builtin/fetch.c:129
7609 msgid "control recursive fetching of submodules"
7610 msgstr ""
7611
7612 #: builtin/fetch.c:133 builtin/pull.c:203
7613 msgid "keep downloaded pack"
7614 msgstr ""
7615
7616 #: builtin/fetch.c:135
7617 msgid "allow updating of HEAD ref"
7618 msgstr ""
7619
7620 #: builtin/fetch.c:138 builtin/fetch.c:144 builtin/pull.c:206
7621 msgid "deepen history of shallow clone"
7622 msgstr ""
7623
7624 #: builtin/fetch.c:140
7625 msgid "deepen history of shallow repository based on time"
7626 msgstr ""
7627
7628 #: builtin/fetch.c:146 builtin/pull.c:209
7629 msgid "convert to a complete repository"
7630 msgstr ""
7631
7632 #: builtin/fetch.c:148 builtin/log.c:1456
7633 msgid "dir"
7634 msgstr ""
7635
7636 #: builtin/fetch.c:149
7637 msgid "prepend this to submodule path output"
7638 msgstr ""
7639
7640 #: builtin/fetch.c:152
7641 msgid ""
7642 "default for recursive fetching of submodules (lower priority than config "
7643 "files)"
7644 msgstr ""
7645
7646 #: builtin/fetch.c:156 builtin/pull.c:212
7647 msgid "accept refs that update .git/shallow"
7648 msgstr ""
7649
7650 #: builtin/fetch.c:157 builtin/pull.c:214
7651 msgid "refmap"
7652 msgstr ""
7653
7654 #: builtin/fetch.c:158 builtin/pull.c:215
7655 msgid "specify fetch refmap"
7656 msgstr ""
7657
7658 #: builtin/fetch.c:416
7659 msgid "Couldn't find remote ref HEAD"
7660 msgstr ""
7661
7662 #: builtin/fetch.c:534
7663 #, c-format
7664 msgid "configuration fetch.output contains invalid value %s"
7665 msgstr ""
7666
7667 #: builtin/fetch.c:627
7668 #, c-format
7669 msgid "object %s not found"
7670 msgstr ""
7671
7672 #: builtin/fetch.c:631
7673 msgid "[up to date]"
7674 msgstr ""
7675
7676 #: builtin/fetch.c:644 builtin/fetch.c:724
7677 msgid "[rejected]"
7678 msgstr ""
7679
7680 #: builtin/fetch.c:645
7681 msgid "can't fetch in current branch"
7682 msgstr ""
7683
7684 #: builtin/fetch.c:654
7685 msgid "[tag update]"
7686 msgstr ""
7687
7688 #: builtin/fetch.c:655 builtin/fetch.c:688 builtin/fetch.c:704
7689 #: builtin/fetch.c:719
7690 msgid "unable to update local ref"
7691 msgstr ""
7692
7693 #: builtin/fetch.c:674
7694 msgid "[new tag]"
7695 msgstr ""
7696
7697 #: builtin/fetch.c:677
7698 msgid "[new branch]"
7699 msgstr ""
7700
7701 #: builtin/fetch.c:680
7702 msgid "[new ref]"
7703 msgstr ""
7704
7705 #: builtin/fetch.c:719
7706 msgid "forced update"
7707 msgstr ""
7708
7709 #: builtin/fetch.c:724
7710 msgid "non-fast-forward"
7711 msgstr ""
7712
7713 #: builtin/fetch.c:769
7714 #, c-format
7715 msgid "%s did not send all necessary objects\n"
7716 msgstr ""
7717
7718 #: builtin/fetch.c:789
7719 #, c-format
7720 msgid "reject %s because shallow roots are not allowed to be updated"
7721 msgstr ""
7722
7723 #: builtin/fetch.c:877 builtin/fetch.c:973
7724 #, c-format
7725 msgid "From %.*s\n"
7726 msgstr ""
7727
7728 #: builtin/fetch.c:888
7729 #, c-format
7730 msgid ""
7731 "some local refs could not be updated; try running\n"
7732 " 'git remote prune %s' to remove any old, conflicting branches"
7733 msgstr ""
7734
7735 #: builtin/fetch.c:943
7736 #, c-format
7737 msgid " (%s will become dangling)"
7738 msgstr ""
7739
7740 #: builtin/fetch.c:944
7741 #, c-format
7742 msgid " (%s has become dangling)"
7743 msgstr ""
7744
7745 #: builtin/fetch.c:976
7746 msgid "[deleted]"
7747 msgstr ""
7748
7749 #: builtin/fetch.c:977 builtin/remote.c:1024
7750 msgid "(none)"
7751 msgstr ""
7752
7753 #: builtin/fetch.c:1000
7754 #, c-format
7755 msgid "Refusing to fetch into current branch %s of non-bare repository"
7756 msgstr ""
7757
7758 #: builtin/fetch.c:1019
7759 #, c-format
7760 msgid "Option \"%s\" value \"%s\" is not valid for %s"
7761 msgstr ""
7762
7763 #: builtin/fetch.c:1022
7764 #, c-format
7765 msgid "Option \"%s\" is ignored for %s\n"
7766 msgstr ""
7767
7768 #: builtin/fetch.c:1098
7769 #, c-format
7770 msgid "Don't know how to fetch from %s"
7771 msgstr ""
7772
7773 #: builtin/fetch.c:1258
7774 #, c-format
7775 msgid "Fetching %s\n"
7776 msgstr ""
7777
7778 #: builtin/fetch.c:1260 builtin/remote.c:97
7779 #, c-format
7780 msgid "Could not fetch %s"
7781 msgstr ""
7782
7783 #: builtin/fetch.c:1278
7784 msgid ""
7785 "No remote repository specified. Please, specify either a URL or a\n"
7786 "remote name from which new revisions should be fetched."
7787 msgstr ""
7788
7789 #: builtin/fetch.c:1301
7790 msgid "You need to specify a tag name."
7791 msgstr ""
7792
7793 #: builtin/fetch.c:1344
7794 msgid "Negative depth in --deepen is not supported"
7795 msgstr ""
7796
7797 #: builtin/fetch.c:1346
7798 msgid "--deepen and --depth are mutually exclusive"
7799 msgstr ""
7800
7801 #: builtin/fetch.c:1351
7802 msgid "--depth and --unshallow cannot be used together"
7803 msgstr ""
7804
7805 #: builtin/fetch.c:1353
7806 msgid "--unshallow on a complete repository does not make sense"
7807 msgstr ""
7808
7809 #: builtin/fetch.c:1366
7810 msgid "fetch --all does not take a repository argument"
7811 msgstr ""
7812
7813 #: builtin/fetch.c:1368
7814 msgid "fetch --all does not make sense with refspecs"
7815 msgstr ""
7816
7817 #: builtin/fetch.c:1379
7818 #, c-format
7819 msgid "No such remote or remote group: %s"
7820 msgstr ""
7821
7822 #: builtin/fetch.c:1387
7823 msgid "Fetching a group and specifying refspecs does not make sense"
7824 msgstr ""
7825
7826 #: builtin/fmt-merge-msg.c:15
7827 msgid ""
7828 "git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
7829 msgstr ""
7830
7831 #: builtin/fmt-merge-msg.c:665
7832 msgid "populate log with at most <n> entries from shortlog"
7833 msgstr ""
7834
7835 #: builtin/fmt-merge-msg.c:668
7836 msgid "alias for --log (deprecated)"
7837 msgstr ""
7838
7839 #: builtin/fmt-merge-msg.c:671
7840 msgid "text"
7841 msgstr ""
7842
7843 #: builtin/fmt-merge-msg.c:672
7844 msgid "use <text> as start of message"
7845 msgstr ""
7846
7847 #: builtin/fmt-merge-msg.c:673
7848 msgid "file to read from"
7849 msgstr ""
7850
7851 #: builtin/for-each-ref.c:10
7852 msgid "git for-each-ref [<options>] [<pattern>]"
7853 msgstr ""
7854
7855 #: builtin/for-each-ref.c:11
7856 msgid "git for-each-ref [--points-at <object>]"
7857 msgstr ""
7858
7859 #: builtin/for-each-ref.c:12
7860 msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
7861 msgstr ""
7862
7863 #: builtin/for-each-ref.c:13
7864 msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
7865 msgstr ""
7866
7867 #: builtin/for-each-ref.c:28
7868 msgid "quote placeholders suitably for shells"
7869 msgstr ""
7870
7871 #: builtin/for-each-ref.c:30
7872 msgid "quote placeholders suitably for perl"
7873 msgstr ""
7874
7875 #: builtin/for-each-ref.c:32
7876 msgid "quote placeholders suitably for python"
7877 msgstr ""
7878
7879 #: builtin/for-each-ref.c:34
7880 msgid "quote placeholders suitably for Tcl"
7881 msgstr ""
7882
7883 #: builtin/for-each-ref.c:37
7884 msgid "show only <n> matched refs"
7885 msgstr ""
7886
7887 #: builtin/for-each-ref.c:39 builtin/tag.c:414
7888 msgid "respect format colors"
7889 msgstr ""
7890
7891 #: builtin/for-each-ref.c:43
7892 msgid "print only refs which points at the given object"
7893 msgstr ""
7894
7895 #: builtin/for-each-ref.c:45
7896 msgid "print only refs that are merged"
7897 msgstr ""
7898
7899 #: builtin/for-each-ref.c:46
7900 msgid "print only refs that are not merged"
7901 msgstr ""
7902
7903 #: builtin/for-each-ref.c:47
7904 msgid "print only refs which contain the commit"
7905 msgstr ""
7906
7907 #: builtin/for-each-ref.c:48
7908 msgid "print only refs which don't contain the commit"
7909 msgstr ""
7910
7911 #: builtin/fsck.c:543
7912 msgid "Checking object directories"
7913 msgstr ""
7914
7915 #: builtin/fsck.c:635
7916 msgid "git fsck [<options>] [<object>...]"
7917 msgstr ""
7918
7919 #: builtin/fsck.c:641
7920 msgid "show unreachable objects"
7921 msgstr ""
7922
7923 #: builtin/fsck.c:642
7924 msgid "show dangling objects"
7925 msgstr ""
7926
7927 #: builtin/fsck.c:643
7928 msgid "report tags"
7929 msgstr ""
7930
7931 #: builtin/fsck.c:644
7932 msgid "report root nodes"
7933 msgstr ""
7934
7935 #: builtin/fsck.c:645
7936 msgid "make index objects head nodes"
7937 msgstr ""
7938
7939 #: builtin/fsck.c:646
7940 msgid "make reflogs head nodes (default)"
7941 msgstr ""
7942
7943 #: builtin/fsck.c:647
7944 msgid "also consider packs and alternate objects"
7945 msgstr ""
7946
7947 #: builtin/fsck.c:648
7948 msgid "check only connectivity"
7949 msgstr ""
7950
7951 #: builtin/fsck.c:649
7952 msgid "enable more strict checking"
7953 msgstr ""
7954
7955 #: builtin/fsck.c:651
7956 msgid "write dangling objects in .git/lost-found"
7957 msgstr ""
7958
7959 #: builtin/fsck.c:652 builtin/prune.c:107
7960 msgid "show progress"
7961 msgstr ""
7962
7963 #: builtin/fsck.c:653
7964 msgid "show verbose names for reachable objects"
7965 msgstr ""
7966
7967 #: builtin/fsck.c:714
7968 msgid "Checking objects"
7969 msgstr ""
7970
7971 #: builtin/gc.c:27
7972 msgid "git gc [<options>]"
7973 msgstr ""
7974
7975 #: builtin/gc.c:80
7976 #, c-format
7977 msgid "Failed to fstat %s: %s"
7978 msgstr ""
7979
7980 #: builtin/gc.c:312
7981 #, c-format
7982 msgid "Can't stat %s"
7983 msgstr ""
7984
7985 #: builtin/gc.c:321
7986 #, c-format
7987 msgid ""
7988 "The last gc run reported the following. Please correct the root cause\n"
7989 "and remove %s.\n"
7990 "Automatic cleanup will not be performed until the file is removed.\n"
7991 "\n"
7992 "%s"
7993 msgstr ""
7994
7995 #: builtin/gc.c:360
7996 msgid "prune unreferenced objects"
7997 msgstr ""
7998
7999 #: builtin/gc.c:362
8000 msgid "be more thorough (increased runtime)"
8001 msgstr ""
8002
8003 #: builtin/gc.c:363
8004 msgid "enable auto-gc mode"
8005 msgstr ""
8006
8007 #: builtin/gc.c:364
8008 msgid "force running gc even if there may be another gc running"
8009 msgstr ""
8010
8011 #: builtin/gc.c:381
8012 #, c-format
8013 msgid "Failed to parse gc.logexpiry value %s"
8014 msgstr ""
8015
8016 #: builtin/gc.c:409
8017 #, c-format
8018 msgid "Auto packing the repository in background for optimum performance.\n"
8019 msgstr ""
8020
8021 #: builtin/gc.c:411
8022 #, c-format
8023 msgid "Auto packing the repository for optimum performance.\n"
8024 msgstr ""
8025
8026 #: builtin/gc.c:412
8027 #, c-format
8028 msgid "See \"git help gc\" for manual housekeeping.\n"
8029 msgstr ""
8030
8031 #: builtin/gc.c:437
8032 #, c-format
8033 msgid ""
8034 "gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
8035 msgstr ""
8036
8037 #: builtin/gc.c:481
8038 msgid ""
8039 "There are too many unreachable loose objects; run 'git prune' to remove them."
8040 msgstr ""
8041
8042 #: builtin/grep.c:27
8043 msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
8044 msgstr ""
8045
8046 #: builtin/grep.c:226
8047 #, c-format
8048 msgid "grep: failed to create thread: %s"
8049 msgstr ""
8050
8051 #: builtin/grep.c:284
8052 #, c-format
8053 msgid "invalid number of threads specified (%d) for %s"
8054 msgstr ""
8055
8056 #. TRANSLATORS: %s is the configuration
8057 #. variable for tweaking threads, currently
8058 #. grep.threads
8059 #.
8060 #: builtin/grep.c:293 builtin/index-pack.c:1495 builtin/index-pack.c:1693
8061 #, c-format
8062 msgid "no threads support, ignoring %s"
8063 msgstr ""
8064
8065 #: builtin/grep.c:451 builtin/grep.c:571 builtin/grep.c:613
8066 #, c-format
8067 msgid "unable to read tree (%s)"
8068 msgstr ""
8069
8070 #: builtin/grep.c:628
8071 #, c-format
8072 msgid "unable to grep from object of type %s"
8073 msgstr ""
8074
8075 #: builtin/grep.c:694
8076 #, c-format
8077 msgid "switch `%c' expects a numerical value"
8078 msgstr ""
8079
8080 #: builtin/grep.c:781
8081 msgid "search in index instead of in the work tree"
8082 msgstr ""
8083
8084 #: builtin/grep.c:783
8085 msgid "find in contents not managed by git"
8086 msgstr ""
8087
8088 #: builtin/grep.c:785
8089 msgid "search in both tracked and untracked files"
8090 msgstr ""
8091
8092 #: builtin/grep.c:787
8093 msgid "ignore files specified via '.gitignore'"
8094 msgstr ""
8095
8096 #: builtin/grep.c:789
8097 msgid "recursively search in each submodule"
8098 msgstr ""
8099
8100 #: builtin/grep.c:792
8101 msgid "show non-matching lines"
8102 msgstr ""
8103
8104 #: builtin/grep.c:794
8105 msgid "case insensitive matching"
8106 msgstr ""
8107
8108 #: builtin/grep.c:796
8109 msgid "match patterns only at word boundaries"
8110 msgstr ""
8111
8112 #: builtin/grep.c:798
8113 msgid "process binary files as text"
8114 msgstr ""
8115
8116 #: builtin/grep.c:800
8117 msgid "don't match patterns in binary files"
8118 msgstr ""
8119
8120 #: builtin/grep.c:803
8121 msgid "process binary files with textconv filters"
8122 msgstr ""
8123
8124 #: builtin/grep.c:805
8125 msgid "descend at most <depth> levels"
8126 msgstr ""
8127
8128 #: builtin/grep.c:809
8129 msgid "use extended POSIX regular expressions"
8130 msgstr ""
8131
8132 #: builtin/grep.c:812
8133 msgid "use basic POSIX regular expressions (default)"
8134 msgstr ""
8135
8136 #: builtin/grep.c:815
8137 msgid "interpret patterns as fixed strings"
8138 msgstr ""
8139
8140 #: builtin/grep.c:818
8141 msgid "use Perl-compatible regular expressions"
8142 msgstr ""
8143
8144 #: builtin/grep.c:821
8145 msgid "show line numbers"
8146 msgstr ""
8147
8148 #: builtin/grep.c:822
8149 msgid "don't show filenames"
8150 msgstr ""
8151
8152 #: builtin/grep.c:823
8153 msgid "show filenames"
8154 msgstr ""
8155
8156 #: builtin/grep.c:825
8157 msgid "show filenames relative to top directory"
8158 msgstr ""
8159
8160 #: builtin/grep.c:827
8161 msgid "show only filenames instead of matching lines"
8162 msgstr ""
8163
8164 #: builtin/grep.c:829
8165 msgid "synonym for --files-with-matches"
8166 msgstr ""
8167
8168 #: builtin/grep.c:832
8169 msgid "show only the names of files without match"
8170 msgstr ""
8171
8172 #: builtin/grep.c:834
8173 msgid "print NUL after filenames"
8174 msgstr ""
8175
8176 #: builtin/grep.c:836
8177 msgid "show the number of matches instead of matching lines"
8178 msgstr ""
8179
8180 #: builtin/grep.c:837
8181 msgid "highlight matches"
8182 msgstr ""
8183
8184 #: builtin/grep.c:839
8185 msgid "print empty line between matches from different files"
8186 msgstr ""
8187
8188 #: builtin/grep.c:841
8189 msgid "show filename only once above matches from same file"
8190 msgstr ""
8191
8192 #: builtin/grep.c:844
8193 msgid "show <n> context lines before and after matches"
8194 msgstr ""
8195
8196 #: builtin/grep.c:847
8197 msgid "show <n> context lines before matches"
8198 msgstr ""
8199
8200 #: builtin/grep.c:849
8201 msgid "show <n> context lines after matches"
8202 msgstr ""
8203
8204 #: builtin/grep.c:851
8205 msgid "use <n> worker threads"
8206 msgstr ""
8207
8208 #: builtin/grep.c:852
8209 msgid "shortcut for -C NUM"
8210 msgstr ""
8211
8212 #: builtin/grep.c:855
8213 msgid "show a line with the function name before matches"
8214 msgstr ""
8215
8216 #: builtin/grep.c:857
8217 msgid "show the surrounding function"
8218 msgstr ""
8219
8220 #: builtin/grep.c:860
8221 msgid "read patterns from file"
8222 msgstr ""
8223
8224 #: builtin/grep.c:862
8225 msgid "match <pattern>"
8226 msgstr ""
8227
8228 #: builtin/grep.c:864
8229 msgid "combine patterns specified with -e"
8230 msgstr ""
8231
8232 #: builtin/grep.c:876
8233 msgid "indicate hit with exit status without output"
8234 msgstr ""
8235
8236 #: builtin/grep.c:878
8237 msgid "show only matches from files that match all patterns"
8238 msgstr ""
8239
8240 #: builtin/grep.c:880
8241 msgid "show parse tree for grep expression"
8242 msgstr ""
8243
8244 #: builtin/grep.c:884
8245 msgid "pager"
8246 msgstr ""
8247
8248 #: builtin/grep.c:884
8249 msgid "show matching files in the pager"
8250 msgstr ""
8251
8252 #: builtin/grep.c:887
8253 msgid "allow calling of grep(1) (ignored by this build)"
8254 msgstr ""
8255
8256 #: builtin/grep.c:950
8257 msgid "no pattern given."
8258 msgstr ""
8259
8260 #: builtin/grep.c:982
8261 msgid "--no-index or --untracked cannot be used with revs"
8262 msgstr ""
8263
8264 #: builtin/grep.c:989
8265 #, c-format
8266 msgid "unable to resolve revision: %s"
8267 msgstr ""
8268
8269 #: builtin/grep.c:1023 builtin/index-pack.c:1491
8270 #, c-format
8271 msgid "invalid number of threads specified (%d)"
8272 msgstr ""
8273
8274 #: builtin/grep.c:1028
8275 msgid "no threads support, ignoring --threads"
8276 msgstr ""
8277
8278 #: builtin/grep.c:1052
8279 msgid "--open-files-in-pager only works on the worktree"
8280 msgstr ""
8281
8282 #: builtin/grep.c:1075
8283 msgid "option not supported with --recurse-submodules."
8284 msgstr ""
8285
8286 #: builtin/grep.c:1081
8287 msgid "--cached or --untracked cannot be used with --no-index."
8288 msgstr ""
8289
8290 #: builtin/grep.c:1087
8291 msgid "--[no-]exclude-standard cannot be used for tracked contents."
8292 msgstr ""
8293
8294 #: builtin/grep.c:1095
8295 msgid "both --cached and trees are given."
8296 msgstr ""
8297
8298 #: builtin/hash-object.c:82
8299 msgid ""
8300 "git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
8301 "[--] <file>..."
8302 msgstr ""
8303
8304 #: builtin/hash-object.c:83
8305 msgid "git hash-object --stdin-paths"
8306 msgstr ""
8307
8308 #: builtin/hash-object.c:95
8309 msgid "type"
8310 msgstr ""
8311
8312 #: builtin/hash-object.c:95
8313 msgid "object type"
8314 msgstr ""
8315
8316 #: builtin/hash-object.c:96
8317 msgid "write the object into the object database"
8318 msgstr ""
8319
8320 #: builtin/hash-object.c:98
8321 msgid "read the object from stdin"
8322 msgstr ""
8323
8324 #: builtin/hash-object.c:100
8325 msgid "store file as is without filters"
8326 msgstr ""
8327
8328 #: builtin/hash-object.c:101
8329 msgid ""
8330 "just hash any random garbage to create corrupt objects for debugging Git"
8331 msgstr ""
8332
8333 #: builtin/hash-object.c:102
8334 msgid "process file as it were from this path"
8335 msgstr ""
8336
8337 #: builtin/help.c:43
8338 msgid "print all available commands"
8339 msgstr ""
8340
8341 #: builtin/help.c:44
8342 msgid "exclude guides"
8343 msgstr ""
8344
8345 #: builtin/help.c:45
8346 msgid "print list of useful guides"
8347 msgstr ""
8348
8349 #: builtin/help.c:46
8350 msgid "show man page"
8351 msgstr ""
8352
8353 #: builtin/help.c:47
8354 msgid "show manual in web browser"
8355 msgstr ""
8356
8357 #: builtin/help.c:49
8358 msgid "show info page"
8359 msgstr ""
8360
8361 #: builtin/help.c:55
8362 msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
8363 msgstr ""
8364
8365 #: builtin/help.c:67
8366 #, c-format
8367 msgid "unrecognized help format '%s'"
8368 msgstr ""
8369
8370 #: builtin/help.c:94
8371 msgid "Failed to start emacsclient."
8372 msgstr ""
8373
8374 #: builtin/help.c:107
8375 msgid "Failed to parse emacsclient version."
8376 msgstr ""
8377
8378 #: builtin/help.c:115
8379 #, c-format
8380 msgid "emacsclient version '%d' too old (< 22)."
8381 msgstr ""
8382
8383 #: builtin/help.c:133 builtin/help.c:155 builtin/help.c:165 builtin/help.c:173
8384 #, c-format
8385 msgid "failed to exec '%s'"
8386 msgstr ""
8387
8388 #: builtin/help.c:211
8389 #, c-format
8390 msgid ""
8391 "'%s': path for unsupported man viewer.\n"
8392 "Please consider using 'man.<tool>.cmd' instead."
8393 msgstr ""
8394
8395 #: builtin/help.c:223
8396 #, c-format
8397 msgid ""
8398 "'%s': cmd for supported man viewer.\n"
8399 "Please consider using 'man.<tool>.path' instead."
8400 msgstr ""
8401
8402 #: builtin/help.c:340
8403 #, c-format
8404 msgid "'%s': unknown man viewer."
8405 msgstr ""
8406
8407 #: builtin/help.c:357
8408 msgid "no man viewer handled the request"
8409 msgstr ""
8410
8411 #: builtin/help.c:365
8412 msgid "no info viewer handled the request"
8413 msgstr ""
8414
8415 #: builtin/help.c:407
8416 msgid "Defining attributes per path"
8417 msgstr ""
8418
8419 #: builtin/help.c:408
8420 msgid "Everyday Git With 20 Commands Or So"
8421 msgstr ""
8422
8423 #: builtin/help.c:409
8424 msgid "A Git glossary"
8425 msgstr ""
8426
8427 #: builtin/help.c:410
8428 msgid "Specifies intentionally untracked files to ignore"
8429 msgstr ""
8430
8431 #: builtin/help.c:411
8432 msgid "Defining submodule properties"
8433 msgstr ""
8434
8435 #: builtin/help.c:412
8436 msgid "Specifying revisions and ranges for Git"
8437 msgstr ""
8438
8439 #: builtin/help.c:413
8440 msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
8441 msgstr ""
8442
8443 #: builtin/help.c:414
8444 msgid "An overview of recommended workflows with Git"
8445 msgstr ""
8446
8447 #: builtin/help.c:426
8448 msgid "The common Git guides are:\n"
8449 msgstr ""
8450
8451 #: builtin/help.c:444
8452 #, c-format
8453 msgid "'%s' is aliased to '%s'"
8454 msgstr ""
8455
8456 #: builtin/help.c:466 builtin/help.c:483
8457 #, c-format
8458 msgid "usage: %s%s"
8459 msgstr ""
8460
8461 #: builtin/index-pack.c:156
8462 #, c-format
8463 msgid "unable to open %s"
8464 msgstr ""
8465
8466 #: builtin/index-pack.c:206
8467 #, c-format
8468 msgid "object type mismatch at %s"
8469 msgstr ""
8470
8471 #: builtin/index-pack.c:226
8472 #, c-format
8473 msgid "did not receive expected object %s"
8474 msgstr ""
8475
8476 #: builtin/index-pack.c:229
8477 #, c-format
8478 msgid "object %s: expected type %s, found %s"
8479 msgstr ""
8480
8481 #: builtin/index-pack.c:271
8482 #, c-format
8483 msgid "cannot fill %d byte"
8484 msgid_plural "cannot fill %d bytes"
8485 msgstr[0] ""
8486 msgstr[1] ""
8487
8488 #: builtin/index-pack.c:281
8489 msgid "early EOF"
8490 msgstr ""
8491
8492 #: builtin/index-pack.c:282
8493 msgid "read error on input"
8494 msgstr ""
8495
8496 #: builtin/index-pack.c:294
8497 msgid "used more bytes than were available"
8498 msgstr ""
8499
8500 #: builtin/index-pack.c:301
8501 msgid "pack too large for current definition of off_t"
8502 msgstr ""
8503
8504 #: builtin/index-pack.c:304 builtin/unpack-objects.c:93
8505 msgid "pack exceeds maximum allowed size"
8506 msgstr ""
8507
8508 #: builtin/index-pack.c:319
8509 #, c-format
8510 msgid "unable to create '%s'"
8511 msgstr ""
8512
8513 #: builtin/index-pack.c:325
8514 #, c-format
8515 msgid "cannot open packfile '%s'"
8516 msgstr ""
8517
8518 #: builtin/index-pack.c:339
8519 msgid "pack signature mismatch"
8520 msgstr ""
8521
8522 #: builtin/index-pack.c:341
8523 #, c-format
8524 msgid "pack version %<PRIu32> unsupported"
8525 msgstr ""
8526
8527 #: builtin/index-pack.c:359
8528 #, c-format
8529 msgid "pack has bad object at offset %<PRIuMAX>: %s"
8530 msgstr ""
8531
8532 #: builtin/index-pack.c:480
8533 #, c-format
8534 msgid "inflate returned %d"
8535 msgstr ""
8536
8537 #: builtin/index-pack.c:529
8538 msgid "offset value overflow for delta base object"
8539 msgstr ""
8540
8541 #: builtin/index-pack.c:537
8542 msgid "delta base offset is out of bound"
8543 msgstr ""
8544
8545 #: builtin/index-pack.c:545
8546 #, c-format
8547 msgid "unknown object type %d"
8548 msgstr ""
8549
8550 #: builtin/index-pack.c:576
8551 msgid "cannot pread pack file"
8552 msgstr ""
8553
8554 #: builtin/index-pack.c:578
8555 #, c-format
8556 msgid "premature end of pack file, %<PRIuMAX> byte missing"
8557 msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
8558 msgstr[0] ""
8559 msgstr[1] ""
8560
8561 #: builtin/index-pack.c:604
8562 msgid "serious inflate inconsistency"
8563 msgstr ""
8564
8565 #: builtin/index-pack.c:749 builtin/index-pack.c:755 builtin/index-pack.c:778
8566 #: builtin/index-pack.c:817 builtin/index-pack.c:826
8567 #, c-format
8568 msgid "SHA1 COLLISION FOUND WITH %s !"
8569 msgstr ""
8570
8571 #: builtin/index-pack.c:752 builtin/pack-objects.c:168
8572 #: builtin/pack-objects.c:262
8573 #, c-format
8574 msgid "unable to read %s"
8575 msgstr ""
8576
8577 #: builtin/index-pack.c:815
8578 #, c-format
8579 msgid "cannot read existing object info %s"
8580 msgstr ""
8581
8582 #: builtin/index-pack.c:823
8583 #, c-format
8584 msgid "cannot read existing object %s"
8585 msgstr ""
8586
8587 #: builtin/index-pack.c:837
8588 #, c-format
8589 msgid "invalid blob object %s"
8590 msgstr ""
8591
8592 #: builtin/index-pack.c:852
8593 #, c-format
8594 msgid "invalid %s"
8595 msgstr ""
8596
8597 #: builtin/index-pack.c:855
8598 msgid "Error in object"
8599 msgstr ""
8600
8601 #: builtin/index-pack.c:857
8602 #, c-format
8603 msgid "Not all child objects of %s are reachable"
8604 msgstr ""
8605
8606 #: builtin/index-pack.c:929 builtin/index-pack.c:960
8607 msgid "failed to apply delta"
8608 msgstr ""
8609
8610 #: builtin/index-pack.c:1131
8611 msgid "Receiving objects"
8612 msgstr ""
8613
8614 #: builtin/index-pack.c:1131
8615 msgid "Indexing objects"
8616 msgstr ""
8617
8618 #: builtin/index-pack.c:1165
8619 msgid "pack is corrupted (SHA1 mismatch)"
8620 msgstr ""
8621
8622 #: builtin/index-pack.c:1170
8623 msgid "cannot fstat packfile"
8624 msgstr ""
8625
8626 #: builtin/index-pack.c:1173
8627 msgid "pack has junk at the end"
8628 msgstr ""
8629
8630 #: builtin/index-pack.c:1185
8631 msgid "confusion beyond insanity in parse_pack_objects()"
8632 msgstr ""
8633
8634 #: builtin/index-pack.c:1208
8635 msgid "Resolving deltas"
8636 msgstr ""
8637
8638 #: builtin/index-pack.c:1219
8639 #, c-format
8640 msgid "unable to create thread: %s"
8641 msgstr ""
8642
8643 #: builtin/index-pack.c:1261
8644 msgid "confusion beyond insanity"
8645 msgstr ""
8646
8647 #: builtin/index-pack.c:1267
8648 #, c-format
8649 msgid "completed with %d local object"
8650 msgid_plural "completed with %d local objects"
8651 msgstr[0] ""
8652 msgstr[1] ""
8653
8654 #: builtin/index-pack.c:1279
8655 #, c-format
8656 msgid "Unexpected tail checksum for %s (disk corruption?)"
8657 msgstr ""
8658
8659 #: builtin/index-pack.c:1283
8660 #, c-format
8661 msgid "pack has %d unresolved delta"
8662 msgid_plural "pack has %d unresolved deltas"
8663 msgstr[0] ""
8664 msgstr[1] ""
8665
8666 #: builtin/index-pack.c:1307
8667 #, c-format
8668 msgid "unable to deflate appended object (%d)"
8669 msgstr ""
8670
8671 #: builtin/index-pack.c:1383
8672 #, c-format
8673 msgid "local object %s is corrupt"
8674 msgstr ""
8675
8676 #: builtin/index-pack.c:1409
8677 msgid "error while closing pack file"
8678 msgstr ""
8679
8680 #: builtin/index-pack.c:1421
8681 #, c-format
8682 msgid "cannot write keep file '%s'"
8683 msgstr ""
8684
8685 #: builtin/index-pack.c:1429
8686 #, c-format
8687 msgid "cannot close written keep file '%s'"
8688 msgstr ""
8689
8690 #: builtin/index-pack.c:1439
8691 msgid "cannot store pack file"
8692 msgstr ""
8693
8694 #: builtin/index-pack.c:1447
8695 msgid "cannot store index file"
8696 msgstr ""
8697
8698 #: builtin/index-pack.c:1485
8699 #, c-format
8700 msgid "bad pack.indexversion=%<PRIu32>"
8701 msgstr ""
8702
8703 #: builtin/index-pack.c:1553
8704 #, c-format
8705 msgid "Cannot open existing pack file '%s'"
8706 msgstr ""
8707
8708 #: builtin/index-pack.c:1555
8709 #, c-format
8710 msgid "Cannot open existing pack idx file for '%s'"
8711 msgstr ""
8712
8713 #: builtin/index-pack.c:1603
8714 #, c-format
8715 msgid "non delta: %d object"
8716 msgid_plural "non delta: %d objects"
8717 msgstr[0] ""
8718 msgstr[1] ""
8719
8720 #: builtin/index-pack.c:1610
8721 #, c-format
8722 msgid "chain length = %d: %lu object"
8723 msgid_plural "chain length = %d: %lu objects"
8724 msgstr[0] ""
8725 msgstr[1] ""
8726
8727 #: builtin/index-pack.c:1623
8728 #, c-format
8729 msgid "packfile name '%s' does not end with '.pack'"
8730 msgstr ""
8731
8732 #: builtin/index-pack.c:1705 builtin/index-pack.c:1708
8733 #: builtin/index-pack.c:1724 builtin/index-pack.c:1728
8734 #, c-format
8735 msgid "bad %s"
8736 msgstr ""
8737
8738 #: builtin/index-pack.c:1744
8739 msgid "--fix-thin cannot be used without --stdin"
8740 msgstr ""
8741
8742 #: builtin/index-pack.c:1746
8743 msgid "--stdin requires a git repository"
8744 msgstr ""
8745
8746 #: builtin/index-pack.c:1754
8747 msgid "--verify with no packfile name given"
8748 msgstr ""
8749
8750 #: builtin/init-db.c:55
8751 #, c-format
8752 msgid "cannot stat '%s'"
8753 msgstr ""
8754
8755 #: builtin/init-db.c:61
8756 #, c-format
8757 msgid "cannot stat template '%s'"
8758 msgstr ""
8759
8760 #: builtin/init-db.c:66
8761 #, c-format
8762 msgid "cannot opendir '%s'"
8763 msgstr ""
8764
8765 #: builtin/init-db.c:77
8766 #, c-format
8767 msgid "cannot readlink '%s'"
8768 msgstr ""
8769
8770 #: builtin/init-db.c:79
8771 #, c-format
8772 msgid "cannot symlink '%s' '%s'"
8773 msgstr ""
8774
8775 #: builtin/init-db.c:85
8776 #, c-format
8777 msgid "cannot copy '%s' to '%s'"
8778 msgstr ""
8779
8780 #: builtin/init-db.c:89
8781 #, c-format
8782 msgid "ignoring template %s"
8783 msgstr ""
8784
8785 #: builtin/init-db.c:120
8786 #, c-format
8787 msgid "templates not found %s"
8788 msgstr ""
8789
8790 #: builtin/init-db.c:135
8791 #, c-format
8792 msgid "not copying templates from '%s': %s"
8793 msgstr ""
8794
8795 #: builtin/init-db.c:328
8796 #, c-format
8797 msgid "unable to handle file type %d"
8798 msgstr ""
8799
8800 #: builtin/init-db.c:331
8801 #, c-format
8802 msgid "unable to move %s to %s"
8803 msgstr ""
8804
8805 #: builtin/init-db.c:348 builtin/init-db.c:351
8806 #, c-format
8807 msgid "%s already exists"
8808 msgstr ""
8809
8810 #: builtin/init-db.c:404
8811 #, c-format
8812 msgid "Reinitialized existing shared Git repository in %s%s\n"
8813 msgstr ""
8814
8815 #: builtin/init-db.c:405
8816 #, c-format
8817 msgid "Reinitialized existing Git repository in %s%s\n"
8818 msgstr ""
8819
8820 #: builtin/init-db.c:409
8821 #, c-format
8822 msgid "Initialized empty shared Git repository in %s%s\n"
8823 msgstr ""
8824
8825 #: builtin/init-db.c:410
8826 #, c-format
8827 msgid "Initialized empty Git repository in %s%s\n"
8828 msgstr ""
8829
8830 #: builtin/init-db.c:458
8831 msgid ""
8832 "git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
8833 "shared[=<permissions>]] [<directory>]"
8834 msgstr ""
8835
8836 #: builtin/init-db.c:481
8837 msgid "permissions"
8838 msgstr ""
8839
8840 #: builtin/init-db.c:482
8841 msgid "specify that the git repository is to be shared amongst several users"
8842 msgstr ""
8843
8844 #: builtin/init-db.c:516 builtin/init-db.c:521
8845 #, c-format
8846 msgid "cannot mkdir %s"
8847 msgstr ""
8848
8849 #: builtin/init-db.c:525
8850 #, c-format
8851 msgid "cannot chdir to %s"
8852 msgstr ""
8853
8854 #: builtin/init-db.c:546
8855 #, c-format
8856 msgid ""
8857 "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
8858 "dir=<directory>)"
8859 msgstr ""
8860
8861 #: builtin/init-db.c:574
8862 #, c-format
8863 msgid "Cannot access work tree '%s'"
8864 msgstr ""
8865
8866 #: builtin/interpret-trailers.c:15
8867 msgid ""
8868 "git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
8869 "<token>[(=|:)<value>])...] [<file>...]"
8870 msgstr ""
8871
8872 #: builtin/interpret-trailers.c:92
8873 msgid "edit files in place"
8874 msgstr ""
8875
8876 #: builtin/interpret-trailers.c:93
8877 msgid "trim empty trailers"
8878 msgstr ""
8879
8880 #: builtin/interpret-trailers.c:96
8881 msgid "where to place the new trailer"
8882 msgstr ""
8883
8884 #: builtin/interpret-trailers.c:98
8885 msgid "action if trailer already exists"
8886 msgstr ""
8887
8888 #: builtin/interpret-trailers.c:100
8889 msgid "action if trailer is missing"
8890 msgstr ""
8891
8892 #: builtin/interpret-trailers.c:102
8893 msgid "output only the trailers"
8894 msgstr ""
8895
8896 #: builtin/interpret-trailers.c:103
8897 msgid "do not apply config rules"
8898 msgstr ""
8899
8900 #: builtin/interpret-trailers.c:104
8901 msgid "join whitespace-continued values"
8902 msgstr ""
8903
8904 #: builtin/interpret-trailers.c:105
8905 msgid "set parsing options"
8906 msgstr ""
8907
8908 #: builtin/interpret-trailers.c:107
8909 msgid "trailer"
8910 msgstr ""
8911
8912 #: builtin/interpret-trailers.c:108
8913 msgid "trailer(s) to add"
8914 msgstr ""
8915
8916 #: builtin/interpret-trailers.c:117
8917 msgid "--trailer with --only-input does not make sense"
8918 msgstr ""
8919
8920 #: builtin/interpret-trailers.c:127
8921 msgid "no input file given for in-place editing"
8922 msgstr ""
8923
8924 #: builtin/log.c:46
8925 msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
8926 msgstr ""
8927
8928 #: builtin/log.c:47
8929 msgid "git show [<options>] <object>..."
8930 msgstr ""
8931
8932 #: builtin/log.c:91
8933 #, c-format
8934 msgid "invalid --decorate option: %s"
8935 msgstr ""
8936
8937 #: builtin/log.c:148
8938 msgid "suppress diff output"
8939 msgstr ""
8940
8941 #: builtin/log.c:149
8942 msgid "show source"
8943 msgstr ""
8944
8945 #: builtin/log.c:150
8946 msgid "Use mail map file"
8947 msgstr ""
8948
8949 #: builtin/log.c:151
8950 msgid "decorate options"
8951 msgstr ""
8952
8953 #: builtin/log.c:154
8954 msgid "Process line range n,m in file, counting from 1"
8955 msgstr ""
8956
8957 #: builtin/log.c:250
8958 #, c-format
8959 msgid "Final output: %d %s\n"
8960 msgstr ""
8961
8962 #: builtin/log.c:501
8963 #, c-format
8964 msgid "git show %s: bad file"
8965 msgstr ""
8966
8967 #: builtin/log.c:516 builtin/log.c:610
8968 #, c-format
8969 msgid "Could not read object %s"
8970 msgstr ""
8971
8972 #: builtin/log.c:634
8973 #, c-format
8974 msgid "Unknown type: %d"
8975 msgstr ""
8976
8977 #: builtin/log.c:755
8978 msgid "format.headers without value"
8979 msgstr ""
8980
8981 #: builtin/log.c:856
8982 msgid "name of output directory is too long"
8983 msgstr ""
8984
8985 #: builtin/log.c:872
8986 #, c-format
8987 msgid "Cannot open patch file %s"
8988 msgstr ""
8989
8990 #: builtin/log.c:889
8991 msgid "Need exactly one range."
8992 msgstr ""
8993
8994 #: builtin/log.c:899
8995 msgid "Not a range."
8996 msgstr ""
8997
8998 #: builtin/log.c:1005
8999 msgid "Cover letter needs email format"
9000 msgstr ""
9001
9002 #: builtin/log.c:1085
9003 #, c-format
9004 msgid "insane in-reply-to: %s"
9005 msgstr ""
9006
9007 #: builtin/log.c:1112
9008 msgid "git format-patch [<options>] [<since> | <revision-range>]"
9009 msgstr ""
9010
9011 #: builtin/log.c:1162
9012 msgid "Two output directories?"
9013 msgstr ""
9014
9015 #: builtin/log.c:1269 builtin/log.c:1920 builtin/log.c:1922 builtin/log.c:1934
9016 #, c-format
9017 msgid "Unknown commit %s"
9018 msgstr ""
9019
9020 #: builtin/log.c:1279 builtin/notes.c:887 builtin/tag.c:516
9021 #, c-format
9022 msgid "Failed to resolve '%s' as a valid ref."
9023 msgstr ""
9024
9025 #: builtin/log.c:1284
9026 msgid "Could not find exact merge base."
9027 msgstr ""
9028
9029 #: builtin/log.c:1288
9030 msgid ""
9031 "Failed to get upstream, if you want to record base commit automatically,\n"
9032 "please use git branch --set-upstream-to to track a remote branch.\n"
9033 "Or you could specify base commit by --base=<base-commit-id> manually."
9034 msgstr ""
9035
9036 #: builtin/log.c:1308
9037 msgid "Failed to find exact merge base"
9038 msgstr ""
9039
9040 #: builtin/log.c:1319
9041 msgid "base commit should be the ancestor of revision list"
9042 msgstr ""
9043
9044 #: builtin/log.c:1323
9045 msgid "base commit shouldn't be in revision list"
9046 msgstr ""
9047
9048 #: builtin/log.c:1372
9049 msgid "cannot get patch id"
9050 msgstr ""
9051
9052 #: builtin/log.c:1431
9053 msgid "use [PATCH n/m] even with a single patch"
9054 msgstr ""
9055
9056 #: builtin/log.c:1434
9057 msgid "use [PATCH] even with multiple patches"
9058 msgstr ""
9059
9060 #: builtin/log.c:1438
9061 msgid "print patches to standard out"
9062 msgstr ""
9063
9064 #: builtin/log.c:1440
9065 msgid "generate a cover letter"
9066 msgstr ""
9067
9068 #: builtin/log.c:1442
9069 msgid "use simple number sequence for output file names"
9070 msgstr ""
9071
9072 #: builtin/log.c:1443
9073 msgid "sfx"
9074 msgstr ""
9075
9076 #: builtin/log.c:1444
9077 msgid "use <sfx> instead of '.patch'"
9078 msgstr ""
9079
9080 #: builtin/log.c:1446
9081 msgid "start numbering patches at <n> instead of 1"
9082 msgstr ""
9083
9084 #: builtin/log.c:1448
9085 msgid "mark the series as Nth re-roll"
9086 msgstr ""
9087
9088 #: builtin/log.c:1450
9089 msgid "Use [RFC PATCH] instead of [PATCH]"
9090 msgstr ""
9091
9092 #: builtin/log.c:1453
9093 msgid "Use [<prefix>] instead of [PATCH]"
9094 msgstr ""
9095
9096 #: builtin/log.c:1456
9097 msgid "store resulting files in <dir>"
9098 msgstr ""
9099
9100 #: builtin/log.c:1459
9101 msgid "don't strip/add [PATCH]"
9102 msgstr ""
9103
9104 #: builtin/log.c:1462
9105 msgid "don't output binary diffs"
9106 msgstr ""
9107
9108 #: builtin/log.c:1464
9109 msgid "output all-zero hash in From header"
9110 msgstr ""
9111
9112 #: builtin/log.c:1466
9113 msgid "don't include a patch matching a commit upstream"
9114 msgstr ""
9115
9116 #: builtin/log.c:1468
9117 msgid "show patch format instead of default (patch + stat)"
9118 msgstr ""
9119
9120 #: builtin/log.c:1470
9121 msgid "Messaging"
9122 msgstr ""
9123
9124 #: builtin/log.c:1471
9125 msgid "header"
9126 msgstr ""
9127
9128 #: builtin/log.c:1472
9129 msgid "add email header"
9130 msgstr ""
9131
9132 #: builtin/log.c:1473 builtin/log.c:1475
9133 msgid "email"
9134 msgstr ""
9135
9136 #: builtin/log.c:1473
9137 msgid "add To: header"
9138 msgstr ""
9139
9140 #: builtin/log.c:1475
9141 msgid "add Cc: header"
9142 msgstr ""
9143
9144 #: builtin/log.c:1477
9145 msgid "ident"
9146 msgstr ""
9147
9148 #: builtin/log.c:1478
9149 msgid "set From address to <ident> (or committer ident if absent)"
9150 msgstr ""
9151
9152 #: builtin/log.c:1480
9153 msgid "message-id"
9154 msgstr ""
9155
9156 #: builtin/log.c:1481
9157 msgid "make first mail a reply to <message-id>"
9158 msgstr ""
9159
9160 #: builtin/log.c:1482 builtin/log.c:1485
9161 msgid "boundary"
9162 msgstr ""
9163
9164 #: builtin/log.c:1483
9165 msgid "attach the patch"
9166 msgstr ""
9167
9168 #: builtin/log.c:1486
9169 msgid "inline the patch"
9170 msgstr ""
9171
9172 #: builtin/log.c:1490
9173 msgid "enable message threading, styles: shallow, deep"
9174 msgstr ""
9175
9176 #: builtin/log.c:1492
9177 msgid "signature"
9178 msgstr ""
9179
9180 #: builtin/log.c:1493
9181 msgid "add a signature"
9182 msgstr ""
9183
9184 #: builtin/log.c:1494
9185 msgid "base-commit"
9186 msgstr ""
9187
9188 #: builtin/log.c:1495
9189 msgid "add prerequisite tree info to the patch series"
9190 msgstr ""
9191
9192 #: builtin/log.c:1497
9193 msgid "add a signature from a file"
9194 msgstr ""
9195
9196 #: builtin/log.c:1498
9197 msgid "don't print the patch filenames"
9198 msgstr ""
9199
9200 #: builtin/log.c:1500
9201 msgid "show progress while generating patches"
9202 msgstr ""
9203
9204 #: builtin/log.c:1575
9205 #, c-format
9206 msgid "invalid ident line: %s"
9207 msgstr ""
9208
9209 #: builtin/log.c:1590
9210 msgid "-n and -k are mutually exclusive."
9211 msgstr ""
9212
9213 #: builtin/log.c:1592
9214 msgid "--subject-prefix/--rfc and -k are mutually exclusive."
9215 msgstr ""
9216
9217 #: builtin/log.c:1600
9218 msgid "--name-only does not make sense"
9219 msgstr ""
9220
9221 #: builtin/log.c:1602
9222 msgid "--name-status does not make sense"
9223 msgstr ""
9224
9225 #: builtin/log.c:1604
9226 msgid "--check does not make sense"
9227 msgstr ""
9228
9229 #: builtin/log.c:1634
9230 msgid "standard output, or directory, which one?"
9231 msgstr ""
9232
9233 #: builtin/log.c:1636
9234 #, c-format
9235 msgid "Could not create directory '%s'"
9236 msgstr ""
9237
9238 #: builtin/log.c:1729
9239 #, c-format
9240 msgid "unable to read signature file '%s'"
9241 msgstr ""
9242
9243 #: builtin/log.c:1761
9244 msgid "Generating patches"
9245 msgstr ""
9246
9247 #: builtin/log.c:1805
9248 msgid "Failed to create output files"
9249 msgstr ""
9250
9251 #: builtin/log.c:1855
9252 msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
9253 msgstr ""
9254
9255 #: builtin/log.c:1909
9256 #, c-format
9257 msgid ""
9258 "Could not find a tracked remote branch, please specify <upstream> manually.\n"
9259 msgstr ""
9260
9261 #: builtin/ls-files.c:466
9262 msgid "git ls-files [<options>] [<file>...]"
9263 msgstr ""
9264
9265 #: builtin/ls-files.c:515
9266 msgid "identify the file status with tags"
9267 msgstr ""
9268
9269 #: builtin/ls-files.c:517
9270 msgid "use lowercase letters for 'assume unchanged' files"
9271 msgstr ""
9272
9273 #: builtin/ls-files.c:519
9274 msgid "show cached files in the output (default)"
9275 msgstr ""
9276
9277 #: builtin/ls-files.c:521
9278 msgid "show deleted files in the output"
9279 msgstr ""
9280
9281 #: builtin/ls-files.c:523
9282 msgid "show modified files in the output"
9283 msgstr ""
9284
9285 #: builtin/ls-files.c:525
9286 msgid "show other files in the output"
9287 msgstr ""
9288
9289 #: builtin/ls-files.c:527
9290 msgid "show ignored files in the output"
9291 msgstr ""
9292
9293 #: builtin/ls-files.c:530
9294 msgid "show staged contents' object name in the output"
9295 msgstr ""
9296
9297 #: builtin/ls-files.c:532
9298 msgid "show files on the filesystem that need to be removed"
9299 msgstr ""
9300
9301 #: builtin/ls-files.c:534
9302 msgid "show 'other' directories' names only"
9303 msgstr ""
9304
9305 #: builtin/ls-files.c:536
9306 msgid "show line endings of files"
9307 msgstr ""
9308
9309 #: builtin/ls-files.c:538
9310 msgid "don't show empty directories"
9311 msgstr ""
9312
9313 #: builtin/ls-files.c:541
9314 msgid "show unmerged files in the output"
9315 msgstr ""
9316
9317 #: builtin/ls-files.c:543
9318 msgid "show resolve-undo information"
9319 msgstr ""
9320
9321 #: builtin/ls-files.c:545
9322 msgid "skip files matching pattern"
9323 msgstr ""
9324
9325 #: builtin/ls-files.c:548
9326 msgid "exclude patterns are read from <file>"
9327 msgstr ""
9328
9329 #: builtin/ls-files.c:551
9330 msgid "read additional per-directory exclude patterns in <file>"
9331 msgstr ""
9332
9333 #: builtin/ls-files.c:553
9334 msgid "add the standard git exclusions"
9335 msgstr ""
9336
9337 #: builtin/ls-files.c:556
9338 msgid "make the output relative to the project top directory"
9339 msgstr ""
9340
9341 #: builtin/ls-files.c:559
9342 msgid "recurse through submodules"
9343 msgstr ""
9344
9345 #: builtin/ls-files.c:561
9346 msgid "if any <file> is not in the index, treat this as an error"
9347 msgstr ""
9348
9349 #: builtin/ls-files.c:562
9350 msgid "tree-ish"
9351 msgstr ""
9352
9353 #: builtin/ls-files.c:563
9354 msgid "pretend that paths removed since <tree-ish> are still present"
9355 msgstr ""
9356
9357 #: builtin/ls-files.c:565
9358 msgid "show debugging data"
9359 msgstr ""
9360
9361 #: builtin/ls-remote.c:7
9362 msgid ""
9363 "git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
9364 " [-q | --quiet] [--exit-code] [--get-url]\n"
9365 " [--symref] [<repository> [<refs>...]]"
9366 msgstr ""
9367
9368 #: builtin/ls-remote.c:52
9369 msgid "do not print remote URL"
9370 msgstr ""
9371
9372 #: builtin/ls-remote.c:53 builtin/ls-remote.c:55
9373 msgid "exec"
9374 msgstr ""
9375
9376 #: builtin/ls-remote.c:54 builtin/ls-remote.c:56
9377 msgid "path of git-upload-pack on the remote host"
9378 msgstr ""
9379
9380 #: builtin/ls-remote.c:58
9381 msgid "limit to tags"
9382 msgstr ""
9383
9384 #: builtin/ls-remote.c:59
9385 msgid "limit to heads"
9386 msgstr ""
9387
9388 #: builtin/ls-remote.c:60
9389 msgid "do not show peeled tags"
9390 msgstr ""
9391
9392 #: builtin/ls-remote.c:62
9393 msgid "take url.<base>.insteadOf into account"
9394 msgstr ""
9395
9396 #: builtin/ls-remote.c:64
9397 msgid "exit with exit code 2 if no matching refs are found"
9398 msgstr ""
9399
9400 #: builtin/ls-remote.c:66
9401 msgid "show underlying ref in addition to the object pointed by it"
9402 msgstr ""
9403
9404 #: builtin/ls-tree.c:29
9405 msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
9406 msgstr ""
9407
9408 #: builtin/ls-tree.c:127
9409 msgid "only show trees"
9410 msgstr ""
9411
9412 #: builtin/ls-tree.c:129
9413 msgid "recurse into subtrees"
9414 msgstr ""
9415
9416 #: builtin/ls-tree.c:131
9417 msgid "show trees when recursing"
9418 msgstr ""
9419
9420 #: builtin/ls-tree.c:134
9421 msgid "terminate entries with NUL byte"
9422 msgstr ""
9423
9424 #: builtin/ls-tree.c:135
9425 msgid "include object size"
9426 msgstr ""
9427
9428 #: builtin/ls-tree.c:137 builtin/ls-tree.c:139
9429 msgid "list only filenames"
9430 msgstr ""
9431
9432 #: builtin/ls-tree.c:142
9433 msgid "use full path names"
9434 msgstr ""
9435
9436 #: builtin/ls-tree.c:144
9437 msgid "list entire tree; not just current directory (implies --full-name)"
9438 msgstr ""
9439
9440 #: builtin/mailsplit.c:241
9441 #, c-format
9442 msgid "empty mbox: '%s'"
9443 msgstr ""
9444
9445 #: builtin/merge.c:48
9446 msgid "git merge [<options>] [<commit>...]"
9447 msgstr ""
9448
9449 #: builtin/merge.c:49
9450 msgid "git merge --abort"
9451 msgstr ""
9452
9453 #: builtin/merge.c:50
9454 msgid "git merge --continue"
9455 msgstr ""
9456
9457 #: builtin/merge.c:107
9458 msgid "switch `m' requires a value"
9459 msgstr ""
9460
9461 #: builtin/merge.c:144
9462 #, c-format
9463 msgid "Could not find merge strategy '%s'.\n"
9464 msgstr ""
9465
9466 #: builtin/merge.c:145
9467 #, c-format
9468 msgid "Available strategies are:"
9469 msgstr ""
9470
9471 #: builtin/merge.c:150
9472 #, c-format
9473 msgid "Available custom strategies are:"
9474 msgstr ""
9475
9476 #: builtin/merge.c:200 builtin/pull.c:134
9477 msgid "do not show a diffstat at the end of the merge"
9478 msgstr ""
9479
9480 #: builtin/merge.c:203 builtin/pull.c:137
9481 msgid "show a diffstat at the end of the merge"
9482 msgstr ""
9483
9484 #: builtin/merge.c:204 builtin/pull.c:140
9485 msgid "(synonym to --stat)"
9486 msgstr ""
9487
9488 #: builtin/merge.c:206 builtin/pull.c:143
9489 msgid "add (at most <n>) entries from shortlog to merge commit message"
9490 msgstr ""
9491
9492 #: builtin/merge.c:209 builtin/pull.c:146
9493 msgid "create a single commit instead of doing a merge"
9494 msgstr ""
9495
9496 #: builtin/merge.c:211 builtin/pull.c:149
9497 msgid "perform a commit if the merge succeeds (default)"
9498 msgstr ""
9499
9500 #: builtin/merge.c:213 builtin/pull.c:152
9501 msgid "edit message before committing"
9502 msgstr ""
9503
9504 #: builtin/merge.c:214
9505 msgid "allow fast-forward (default)"
9506 msgstr ""
9507
9508 #: builtin/merge.c:216 builtin/pull.c:158
9509 msgid "abort if fast-forward is not possible"
9510 msgstr ""
9511
9512 #: builtin/merge.c:220 builtin/pull.c:161
9513 msgid "verify that the named commit has a valid GPG signature"
9514 msgstr ""
9515
9516 #: builtin/merge.c:221 builtin/notes.c:777 builtin/pull.c:165
9517 #: builtin/revert.c:109
9518 msgid "strategy"
9519 msgstr ""
9520
9521 #: builtin/merge.c:222 builtin/pull.c:166
9522 msgid "merge strategy to use"
9523 msgstr ""
9524
9525 #: builtin/merge.c:223 builtin/pull.c:169
9526 msgid "option=value"
9527 msgstr ""
9528
9529 #: builtin/merge.c:224 builtin/pull.c:170
9530 msgid "option for selected merge strategy"
9531 msgstr ""
9532
9533 #: builtin/merge.c:226
9534 msgid "merge commit message (for a non-fast-forward merge)"
9535 msgstr ""
9536
9537 #: builtin/merge.c:230
9538 msgid "abort the current in-progress merge"
9539 msgstr ""
9540
9541 #: builtin/merge.c:232
9542 msgid "continue the current in-progress merge"
9543 msgstr ""
9544
9545 #: builtin/merge.c:234 builtin/pull.c:177
9546 msgid "allow merging unrelated histories"
9547 msgstr ""
9548
9549 #: builtin/merge.c:240
9550 msgid "verify commit-msg hook"
9551 msgstr ""
9552
9553 #: builtin/merge.c:265
9554 msgid "could not run stash."
9555 msgstr ""
9556
9557 #: builtin/merge.c:270
9558 msgid "stash failed"
9559 msgstr ""
9560
9561 #: builtin/merge.c:275
9562 #, c-format
9563 msgid "not a valid object: %s"
9564 msgstr ""
9565
9566 #: builtin/merge.c:297 builtin/merge.c:314
9567 msgid "read-tree failed"
9568 msgstr ""
9569
9570 #: builtin/merge.c:344
9571 msgid " (nothing to squash)"
9572 msgstr ""
9573
9574 #: builtin/merge.c:355
9575 #, c-format
9576 msgid "Squash commit -- not updating HEAD\n"
9577 msgstr ""
9578
9579 #: builtin/merge.c:405
9580 #, c-format
9581 msgid "No merge message -- not updating HEAD\n"
9582 msgstr ""
9583
9584 #: builtin/merge.c:456
9585 #, c-format
9586 msgid "'%s' does not point to a commit"
9587 msgstr ""
9588
9589 #: builtin/merge.c:546
9590 #, c-format
9591 msgid "Bad branch.%s.mergeoptions string: %s"
9592 msgstr ""
9593
9594 #: builtin/merge.c:666
9595 msgid "Not handling anything other than two heads merge."
9596 msgstr ""
9597
9598 #: builtin/merge.c:680
9599 #, c-format
9600 msgid "Unknown option for merge-recursive: -X%s"
9601 msgstr ""
9602
9603 #: builtin/merge.c:695
9604 #, c-format
9605 msgid "unable to write %s"
9606 msgstr ""
9607
9608 #: builtin/merge.c:747
9609 #, c-format
9610 msgid "Could not read from '%s'"
9611 msgstr ""
9612
9613 #: builtin/merge.c:756
9614 #, c-format
9615 msgid "Not committing merge; use 'git commit' to complete the merge.\n"
9616 msgstr ""
9617
9618 #: builtin/merge.c:762
9619 #, c-format
9620 msgid ""
9621 "Please enter a commit message to explain why this merge is necessary,\n"
9622 "especially if it merges an updated upstream into a topic branch.\n"
9623 "\n"
9624 "Lines starting with '%c' will be ignored, and an empty message aborts\n"
9625 "the commit.\n"
9626 msgstr ""
9627
9628 #: builtin/merge.c:798
9629 msgid "Empty commit message."
9630 msgstr ""
9631
9632 #: builtin/merge.c:818
9633 #, c-format
9634 msgid "Wonderful.\n"
9635 msgstr ""
9636
9637 #: builtin/merge.c:871
9638 #, c-format
9639 msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
9640 msgstr ""
9641
9642 #: builtin/merge.c:910
9643 msgid "No current branch."
9644 msgstr ""
9645
9646 #: builtin/merge.c:912
9647 msgid "No remote for the current branch."
9648 msgstr ""
9649
9650 #: builtin/merge.c:914
9651 msgid "No default upstream defined for the current branch."
9652 msgstr ""
9653
9654 #: builtin/merge.c:919
9655 #, c-format
9656 msgid "No remote-tracking branch for %s from %s"
9657 msgstr ""
9658
9659 #: builtin/merge.c:972
9660 #, c-format
9661 msgid "Bad value '%s' in environment '%s'"
9662 msgstr ""
9663
9664 #: builtin/merge.c:1073
9665 #, c-format
9666 msgid "not something we can merge in %s: %s"
9667 msgstr ""
9668
9669 #: builtin/merge.c:1107
9670 msgid "not something we can merge"
9671 msgstr ""
9672
9673 #: builtin/merge.c:1172
9674 msgid "--abort expects no arguments"
9675 msgstr ""
9676
9677 #: builtin/merge.c:1176
9678 msgid "There is no merge to abort (MERGE_HEAD missing)."
9679 msgstr ""
9680
9681 #: builtin/merge.c:1188
9682 msgid "--continue expects no arguments"
9683 msgstr ""
9684
9685 #: builtin/merge.c:1192
9686 msgid "There is no merge in progress (MERGE_HEAD missing)."
9687 msgstr ""
9688
9689 #: builtin/merge.c:1208
9690 msgid ""
9691 "You have not concluded your merge (MERGE_HEAD exists).\n"
9692 "Please, commit your changes before you merge."
9693 msgstr ""
9694
9695 #: builtin/merge.c:1215
9696 msgid ""
9697 "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
9698 "Please, commit your changes before you merge."
9699 msgstr ""
9700
9701 #: builtin/merge.c:1218
9702 msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
9703 msgstr ""
9704
9705 #: builtin/merge.c:1227
9706 msgid "You cannot combine --squash with --no-ff."
9707 msgstr ""
9708
9709 #: builtin/merge.c:1235
9710 msgid "No commit specified and merge.defaultToUpstream not set."
9711 msgstr ""
9712
9713 #: builtin/merge.c:1252
9714 msgid "Squash commit into empty head not supported yet"
9715 msgstr ""
9716
9717 #: builtin/merge.c:1254
9718 msgid "Non-fast-forward commit does not make sense into an empty head"
9719 msgstr ""
9720
9721 #: builtin/merge.c:1259
9722 #, c-format
9723 msgid "%s - not something we can merge"
9724 msgstr ""
9725
9726 #: builtin/merge.c:1261
9727 msgid "Can merge only exactly one commit into empty head"
9728 msgstr ""
9729
9730 #: builtin/merge.c:1295
9731 #, c-format
9732 msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
9733 msgstr ""
9734
9735 #: builtin/merge.c:1298
9736 #, c-format
9737 msgid "Commit %s has a bad GPG signature allegedly by %s."
9738 msgstr ""
9739
9740 #: builtin/merge.c:1301
9741 #, c-format
9742 msgid "Commit %s does not have a GPG signature."
9743 msgstr ""
9744
9745 #: builtin/merge.c:1304
9746 #, c-format
9747 msgid "Commit %s has a good GPG signature by %s\n"
9748 msgstr ""
9749
9750 #: builtin/merge.c:1366
9751 msgid "refusing to merge unrelated histories"
9752 msgstr ""
9753
9754 #: builtin/merge.c:1375
9755 msgid "Already up to date."
9756 msgstr ""
9757
9758 #: builtin/merge.c:1385
9759 #, c-format
9760 msgid "Updating %s..%s\n"
9761 msgstr ""
9762
9763 #: builtin/merge.c:1426
9764 #, c-format
9765 msgid "Trying really trivial in-index merge...\n"
9766 msgstr ""
9767
9768 #: builtin/merge.c:1433
9769 #, c-format
9770 msgid "Nope.\n"
9771 msgstr ""
9772
9773 #: builtin/merge.c:1458
9774 msgid "Already up to date. Yeeah!"
9775 msgstr ""
9776
9777 #: builtin/merge.c:1464
9778 msgid "Not possible to fast-forward, aborting."
9779 msgstr ""
9780
9781 #: builtin/merge.c:1487 builtin/merge.c:1566
9782 #, c-format
9783 msgid "Rewinding the tree to pristine...\n"
9784 msgstr ""
9785
9786 #: builtin/merge.c:1491
9787 #, c-format
9788 msgid "Trying merge strategy %s...\n"
9789 msgstr ""
9790
9791 #: builtin/merge.c:1557
9792 #, c-format
9793 msgid "No merge strategy handled the merge.\n"
9794 msgstr ""
9795
9796 #: builtin/merge.c:1559
9797 #, c-format
9798 msgid "Merge with strategy %s failed.\n"
9799 msgstr ""
9800
9801 #: builtin/merge.c:1568
9802 #, c-format
9803 msgid "Using the %s to prepare resolving by hand.\n"
9804 msgstr ""
9805
9806 #: builtin/merge.c:1580
9807 #, c-format
9808 msgid "Automatic merge went well; stopped before committing as requested\n"
9809 msgstr ""
9810
9811 #: builtin/merge-base.c:30
9812 msgid "git merge-base [-a | --all] <commit> <commit>..."
9813 msgstr ""
9814
9815 #: builtin/merge-base.c:31
9816 msgid "git merge-base [-a | --all] --octopus <commit>..."
9817 msgstr ""
9818
9819 #: builtin/merge-base.c:32
9820 msgid "git merge-base --independent <commit>..."
9821 msgstr ""
9822
9823 #: builtin/merge-base.c:33
9824 msgid "git merge-base --is-ancestor <commit> <commit>"
9825 msgstr ""
9826
9827 #: builtin/merge-base.c:34
9828 msgid "git merge-base --fork-point <ref> [<commit>]"
9829 msgstr ""
9830
9831 #: builtin/merge-base.c:218
9832 msgid "output all common ancestors"
9833 msgstr ""
9834
9835 #: builtin/merge-base.c:220
9836 msgid "find ancestors for a single n-way merge"
9837 msgstr ""
9838
9839 #: builtin/merge-base.c:222
9840 msgid "list revs not reachable from others"
9841 msgstr ""
9842
9843 #: builtin/merge-base.c:224
9844 msgid "is the first one ancestor of the other?"
9845 msgstr ""
9846
9847 #: builtin/merge-base.c:226
9848 msgid "find where <commit> forked from reflog of <ref>"
9849 msgstr ""
9850
9851 #: builtin/merge-file.c:9
9852 msgid ""
9853 "git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
9854 "<orig-file> <file2>"
9855 msgstr ""
9856
9857 #: builtin/merge-file.c:33
9858 msgid "send results to standard output"
9859 msgstr ""
9860
9861 #: builtin/merge-file.c:34
9862 msgid "use a diff3 based merge"
9863 msgstr ""
9864
9865 #: builtin/merge-file.c:35
9866 msgid "for conflicts, use our version"
9867 msgstr ""
9868
9869 #: builtin/merge-file.c:37
9870 msgid "for conflicts, use their version"
9871 msgstr ""
9872
9873 #: builtin/merge-file.c:39
9874 msgid "for conflicts, use a union version"
9875 msgstr ""
9876
9877 #: builtin/merge-file.c:42
9878 msgid "for conflicts, use this marker size"
9879 msgstr ""
9880
9881 #: builtin/merge-file.c:43
9882 msgid "do not warn about conflicts"
9883 msgstr ""
9884
9885 #: builtin/merge-file.c:45
9886 msgid "set labels for file1/orig-file/file2"
9887 msgstr ""
9888
9889 #: builtin/merge-recursive.c:45
9890 #, c-format
9891 msgid "unknown option %s"
9892 msgstr ""
9893
9894 #: builtin/merge-recursive.c:51
9895 #, c-format
9896 msgid "could not parse object '%s'"
9897 msgstr ""
9898
9899 #: builtin/merge-recursive.c:55
9900 #, c-format
9901 msgid "cannot handle more than %d base. Ignoring %s."
9902 msgid_plural "cannot handle more than %d bases. Ignoring %s."
9903 msgstr[0] ""
9904 msgstr[1] ""
9905
9906 #: builtin/merge-recursive.c:63
9907 msgid "not handling anything other than two heads merge."
9908 msgstr ""
9909
9910 #: builtin/merge-recursive.c:69 builtin/merge-recursive.c:71
9911 #, c-format
9912 msgid "could not resolve ref '%s'"
9913 msgstr ""
9914
9915 #: builtin/merge-recursive.c:77
9916 #, c-format
9917 msgid "Merging %s with %s\n"
9918 msgstr ""
9919
9920 #: builtin/mktree.c:65
9921 msgid "git mktree [-z] [--missing] [--batch]"
9922 msgstr ""
9923
9924 #: builtin/mktree.c:153
9925 msgid "input is NUL terminated"
9926 msgstr ""
9927
9928 #: builtin/mktree.c:154 builtin/write-tree.c:25
9929 msgid "allow missing objects"
9930 msgstr ""
9931
9932 #: builtin/mktree.c:155
9933 msgid "allow creation of more than one tree"
9934 msgstr ""
9935
9936 #: builtin/mv.c:17
9937 msgid "git mv [<options>] <source>... <destination>"
9938 msgstr ""
9939
9940 #: builtin/mv.c:83
9941 #, c-format
9942 msgid "Directory %s is in index and no submodule?"
9943 msgstr ""
9944
9945 #: builtin/mv.c:85 builtin/rm.c:289
9946 msgid "Please stage your changes to .gitmodules or stash them to proceed"
9947 msgstr ""
9948
9949 #: builtin/mv.c:103
9950 #, c-format
9951 msgid "%.*s is in index"
9952 msgstr ""
9953
9954 #: builtin/mv.c:125
9955 msgid "force move/rename even if target exists"
9956 msgstr ""
9957
9958 #: builtin/mv.c:126
9959 msgid "skip move/rename errors"
9960 msgstr ""
9961
9962 #: builtin/mv.c:167
9963 #, c-format
9964 msgid "destination '%s' is not a directory"
9965 msgstr ""
9966
9967 #: builtin/mv.c:178
9968 #, c-format
9969 msgid "Checking rename of '%s' to '%s'\n"
9970 msgstr ""
9971
9972 #: builtin/mv.c:182
9973 msgid "bad source"
9974 msgstr ""
9975
9976 #: builtin/mv.c:185
9977 msgid "can not move directory into itself"
9978 msgstr ""
9979
9980 #: builtin/mv.c:188
9981 msgid "cannot move directory over file"
9982 msgstr ""
9983
9984 #: builtin/mv.c:197
9985 msgid "source directory is empty"
9986 msgstr ""
9987
9988 #: builtin/mv.c:222
9989 msgid "not under version control"
9990 msgstr ""
9991
9992 #: builtin/mv.c:225
9993 msgid "destination exists"
9994 msgstr ""
9995
9996 #: builtin/mv.c:233
9997 #, c-format
9998 msgid "overwriting '%s'"
9999 msgstr ""
10000
10001 #: builtin/mv.c:236
10002 msgid "Cannot overwrite"
10003 msgstr ""
10004
10005 #: builtin/mv.c:239
10006 msgid "multiple sources for the same target"
10007 msgstr ""
10008
10009 #: builtin/mv.c:241
10010 msgid "destination directory does not exist"
10011 msgstr ""
10012
10013 #: builtin/mv.c:248
10014 #, c-format
10015 msgid "%s, source=%s, destination=%s"
10016 msgstr ""
10017
10018 #: builtin/mv.c:269
10019 #, c-format
10020 msgid "Renaming %s to %s\n"
10021 msgstr ""
10022
10023 #: builtin/mv.c:275 builtin/remote.c:712 builtin/repack.c:390
10024 #, c-format
10025 msgid "renaming '%s' failed"
10026 msgstr ""
10027
10028 #: builtin/name-rev.c:338
10029 msgid "git name-rev [<options>] <commit>..."
10030 msgstr ""
10031
10032 #: builtin/name-rev.c:339
10033 msgid "git name-rev [<options>] --all"
10034 msgstr ""
10035
10036 #: builtin/name-rev.c:340
10037 msgid "git name-rev [<options>] --stdin"
10038 msgstr ""
10039
10040 #: builtin/name-rev.c:395
10041 msgid "print only names (no SHA-1)"
10042 msgstr ""
10043
10044 #: builtin/name-rev.c:396
10045 msgid "only use tags to name the commits"
10046 msgstr ""
10047
10048 #: builtin/name-rev.c:398
10049 msgid "only use refs matching <pattern>"
10050 msgstr ""
10051
10052 #: builtin/name-rev.c:400
10053 msgid "ignore refs matching <pattern>"
10054 msgstr ""
10055
10056 #: builtin/name-rev.c:402
10057 msgid "list all commits reachable from all refs"
10058 msgstr ""
10059
10060 #: builtin/name-rev.c:403
10061 msgid "read from stdin"
10062 msgstr ""
10063
10064 #: builtin/name-rev.c:404
10065 msgid "allow to print `undefined` names (default)"
10066 msgstr ""
10067
10068 #: builtin/name-rev.c:410
10069 msgid "dereference tags in the input (internal use)"
10070 msgstr ""
10071
10072 #: builtin/notes.c:26
10073 msgid "git notes [--ref <notes-ref>] [list [<object>]]"
10074 msgstr ""
10075
10076 #: builtin/notes.c:27
10077 msgid ""
10078 "git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
10079 "| (-c | -C) <object>] [<object>]"
10080 msgstr ""
10081
10082 #: builtin/notes.c:28
10083 msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
10084 msgstr ""
10085
10086 #: builtin/notes.c:29
10087 msgid ""
10088 "git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
10089 "(-c | -C) <object>] [<object>]"
10090 msgstr ""
10091
10092 #: builtin/notes.c:30
10093 msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
10094 msgstr ""
10095
10096 #: builtin/notes.c:31
10097 msgid "git notes [--ref <notes-ref>] show [<object>]"
10098 msgstr ""
10099
10100 #: builtin/notes.c:32
10101 msgid ""
10102 "git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
10103 msgstr ""
10104
10105 #: builtin/notes.c:33
10106 msgid "git notes merge --commit [-v | -q]"
10107 msgstr ""
10108
10109 #: builtin/notes.c:34
10110 msgid "git notes merge --abort [-v | -q]"
10111 msgstr ""
10112
10113 #: builtin/notes.c:35
10114 msgid "git notes [--ref <notes-ref>] remove [<object>...]"
10115 msgstr ""
10116
10117 #: builtin/notes.c:36
10118 msgid "git notes [--ref <notes-ref>] prune [-n | -v]"
10119 msgstr ""
10120
10121 #: builtin/notes.c:37
10122 msgid "git notes [--ref <notes-ref>] get-ref"
10123 msgstr ""
10124
10125 #: builtin/notes.c:42
10126 msgid "git notes [list [<object>]]"
10127 msgstr ""
10128
10129 #: builtin/notes.c:47
10130 msgid "git notes add [<options>] [<object>]"
10131 msgstr ""
10132
10133 #: builtin/notes.c:52
10134 msgid "git notes copy [<options>] <from-object> <to-object>"
10135 msgstr ""
10136
10137 #: builtin/notes.c:53
10138 msgid "git notes copy --stdin [<from-object> <to-object>]..."
10139 msgstr ""
10140
10141 #: builtin/notes.c:58
10142 msgid "git notes append [<options>] [<object>]"
10143 msgstr ""
10144
10145 #: builtin/notes.c:63
10146 msgid "git notes edit [<object>]"
10147 msgstr ""
10148
10149 #: builtin/notes.c:68
10150 msgid "git notes show [<object>]"
10151 msgstr ""
10152
10153 #: builtin/notes.c:73
10154 msgid "git notes merge [<options>] <notes-ref>"
10155 msgstr ""
10156
10157 #: builtin/notes.c:74
10158 msgid "git notes merge --commit [<options>]"
10159 msgstr ""
10160
10161 #: builtin/notes.c:75
10162 msgid "git notes merge --abort [<options>]"
10163 msgstr ""
10164
10165 #: builtin/notes.c:80
10166 msgid "git notes remove [<object>]"
10167 msgstr ""
10168
10169 #: builtin/notes.c:85
10170 msgid "git notes prune [<options>]"
10171 msgstr ""
10172
10173 #: builtin/notes.c:90
10174 msgid "git notes get-ref"
10175 msgstr ""
10176
10177 #: builtin/notes.c:95
10178 msgid "Write/edit the notes for the following object:"
10179 msgstr ""
10180
10181 #: builtin/notes.c:148
10182 #, c-format
10183 msgid "unable to start 'show' for object '%s'"
10184 msgstr ""
10185
10186 #: builtin/notes.c:152
10187 msgid "could not read 'show' output"
10188 msgstr ""
10189
10190 #: builtin/notes.c:160
10191 #, c-format
10192 msgid "failed to finish 'show' for object '%s'"
10193 msgstr ""
10194
10195 #: builtin/notes.c:195
10196 msgid "please supply the note contents using either -m or -F option"
10197 msgstr ""
10198
10199 #: builtin/notes.c:204
10200 msgid "unable to write note object"
10201 msgstr ""
10202
10203 #: builtin/notes.c:206
10204 #, c-format
10205 msgid "the note contents have been left in %s"
10206 msgstr ""
10207
10208 #: builtin/notes.c:234 builtin/tag.c:500
10209 #, c-format
10210 msgid "cannot read '%s'"
10211 msgstr ""
10212
10213 #: builtin/notes.c:236 builtin/tag.c:503
10214 #, c-format
10215 msgid "could not open or read '%s'"
10216 msgstr ""
10217
10218 #: builtin/notes.c:255 builtin/notes.c:306 builtin/notes.c:308
10219 #: builtin/notes.c:376 builtin/notes.c:431 builtin/notes.c:517
10220 #: builtin/notes.c:522 builtin/notes.c:600 builtin/notes.c:662
10221 #, c-format
10222 msgid "failed to resolve '%s' as a valid ref."
10223 msgstr ""
10224
10225 #: builtin/notes.c:258
10226 #, c-format
10227 msgid "failed to read object '%s'."
10228 msgstr ""
10229
10230 #: builtin/notes.c:262
10231 #, c-format
10232 msgid "cannot read note data from non-blob object '%s'."
10233 msgstr ""
10234
10235 #: builtin/notes.c:302
10236 #, c-format
10237 msgid "malformed input line: '%s'."
10238 msgstr ""
10239
10240 #: builtin/notes.c:317
10241 #, c-format
10242 msgid "failed to copy notes from '%s' to '%s'"
10243 msgstr ""
10244
10245 #. TRANSLATORS: the first %s will be replaced by a git
10246 #. notes command: 'add', 'merge', 'remove', etc.
10247 #.
10248 #: builtin/notes.c:349
10249 #, c-format
10250 msgid "refusing to %s notes in %s (outside of refs/notes/)"
10251 msgstr ""
10252
10253 #: builtin/notes.c:369 builtin/notes.c:424 builtin/notes.c:500
10254 #: builtin/notes.c:512 builtin/notes.c:588 builtin/notes.c:655
10255 #: builtin/notes.c:805 builtin/notes.c:952 builtin/notes.c:973
10256 msgid "too many parameters"
10257 msgstr ""
10258
10259 #: builtin/notes.c:382 builtin/notes.c:668
10260 #, c-format
10261 msgid "no note found for object %s."
10262 msgstr ""
10263
10264 #: builtin/notes.c:403 builtin/notes.c:566
10265 msgid "note contents as a string"
10266 msgstr ""
10267
10268 #: builtin/notes.c:406 builtin/notes.c:569
10269 msgid "note contents in a file"
10270 msgstr ""
10271
10272 #: builtin/notes.c:409 builtin/notes.c:572
10273 msgid "reuse and edit specified note object"
10274 msgstr ""
10275
10276 #: builtin/notes.c:412 builtin/notes.c:575
10277 msgid "reuse specified note object"
10278 msgstr ""
10279
10280 #: builtin/notes.c:415 builtin/notes.c:578
10281 msgid "allow storing empty note"
10282 msgstr ""
10283
10284 #: builtin/notes.c:416 builtin/notes.c:487
10285 msgid "replace existing notes"
10286 msgstr ""
10287
10288 #: builtin/notes.c:441
10289 #, c-format
10290 msgid ""
10291 "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
10292 "existing notes"
10293 msgstr ""
10294
10295 #: builtin/notes.c:456 builtin/notes.c:535
10296 #, c-format
10297 msgid "Overwriting existing notes for object %s\n"
10298 msgstr ""
10299
10300 #: builtin/notes.c:467 builtin/notes.c:627 builtin/notes.c:892
10301 #, c-format
10302 msgid "Removing note for object %s\n"
10303 msgstr ""
10304
10305 #: builtin/notes.c:488
10306 msgid "read objects from stdin"
10307 msgstr ""
10308
10309 #: builtin/notes.c:490
10310 msgid "load rewriting config for <command> (implies --stdin)"
10311 msgstr ""
10312
10313 #: builtin/notes.c:508
10314 msgid "too few parameters"
10315 msgstr ""
10316
10317 #: builtin/notes.c:529
10318 #, c-format
10319 msgid ""
10320 "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
10321 "existing notes"
10322 msgstr ""
10323
10324 #: builtin/notes.c:541
10325 #, c-format
10326 msgid "missing notes on source object %s. Cannot copy."
10327 msgstr ""
10328
10329 #: builtin/notes.c:593
10330 #, c-format
10331 msgid ""
10332 "The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
10333 "Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
10334 msgstr ""
10335
10336 #: builtin/notes.c:688
10337 msgid "failed to delete ref NOTES_MERGE_PARTIAL"
10338 msgstr ""
10339
10340 #: builtin/notes.c:690
10341 msgid "failed to delete ref NOTES_MERGE_REF"
10342 msgstr ""
10343
10344 #: builtin/notes.c:692
10345 msgid "failed to remove 'git notes merge' worktree"
10346 msgstr ""
10347
10348 #: builtin/notes.c:712
10349 msgid "failed to read ref NOTES_MERGE_PARTIAL"
10350 msgstr ""
10351
10352 #: builtin/notes.c:714
10353 msgid "could not find commit from NOTES_MERGE_PARTIAL."
10354 msgstr ""
10355
10356 #: builtin/notes.c:716
10357 msgid "could not parse commit from NOTES_MERGE_PARTIAL."
10358 msgstr ""
10359
10360 #: builtin/notes.c:729
10361 msgid "failed to resolve NOTES_MERGE_REF"
10362 msgstr ""
10363
10364 #: builtin/notes.c:732
10365 msgid "failed to finalize notes merge"
10366 msgstr ""
10367
10368 #: builtin/notes.c:758
10369 #, c-format
10370 msgid "unknown notes merge strategy %s"
10371 msgstr ""
10372
10373 #: builtin/notes.c:774
10374 msgid "General options"
10375 msgstr ""
10376
10377 #: builtin/notes.c:776
10378 msgid "Merge options"
10379 msgstr ""
10380
10381 #: builtin/notes.c:778
10382 msgid ""
10383 "resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
10384 "cat_sort_uniq)"
10385 msgstr ""
10386
10387 #: builtin/notes.c:780
10388 msgid "Committing unmerged notes"
10389 msgstr ""
10390
10391 #: builtin/notes.c:782
10392 msgid "finalize notes merge by committing unmerged notes"
10393 msgstr ""
10394
10395 #: builtin/notes.c:784
10396 msgid "Aborting notes merge resolution"
10397 msgstr ""
10398
10399 #: builtin/notes.c:786
10400 msgid "abort notes merge"
10401 msgstr ""
10402
10403 #: builtin/notes.c:797
10404 msgid "cannot mix --commit, --abort or -s/--strategy"
10405 msgstr ""
10406
10407 #: builtin/notes.c:802
10408 msgid "must specify a notes ref to merge"
10409 msgstr ""
10410
10411 #: builtin/notes.c:826
10412 #, c-format
10413 msgid "unknown -s/--strategy: %s"
10414 msgstr ""
10415
10416 #: builtin/notes.c:863
10417 #, c-format
10418 msgid "a notes merge into %s is already in-progress at %s"
10419 msgstr ""
10420
10421 #: builtin/notes.c:866
10422 #, c-format
10423 msgid "failed to store link to current notes ref (%s)"
10424 msgstr ""
10425
10426 #: builtin/notes.c:868
10427 #, c-format
10428 msgid ""
10429 "Automatic notes merge failed. Fix conflicts in %s and commit the result with "
10430 "'git notes merge --commit', or abort the merge with 'git notes merge --"
10431 "abort'.\n"
10432 msgstr ""
10433
10434 #: builtin/notes.c:890
10435 #, c-format
10436 msgid "Object %s has no note\n"
10437 msgstr ""
10438
10439 #: builtin/notes.c:902
10440 msgid "attempt to remove non-existent note is not an error"
10441 msgstr ""
10442
10443 #: builtin/notes.c:905
10444 msgid "read object names from the standard input"
10445 msgstr ""
10446
10447 #: builtin/notes.c:943 builtin/prune.c:105 builtin/worktree.c:146
10448 msgid "do not remove, show only"
10449 msgstr ""
10450
10451 #: builtin/notes.c:944
10452 msgid "report pruned notes"
10453 msgstr ""
10454
10455 #: builtin/notes.c:986
10456 msgid "notes-ref"
10457 msgstr ""
10458
10459 #: builtin/notes.c:987
10460 msgid "use notes from <notes-ref>"
10461 msgstr ""
10462
10463 #: builtin/notes.c:1022
10464 #, c-format
10465 msgid "unknown subcommand: %s"
10466 msgstr ""
10467
10468 #: builtin/pack-objects.c:31
10469 msgid ""
10470 "git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
10471 msgstr ""
10472
10473 #: builtin/pack-objects.c:32
10474 msgid ""
10475 "git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
10476 msgstr ""
10477
10478 #: builtin/pack-objects.c:181 builtin/pack-objects.c:184
10479 #, c-format
10480 msgid "deflate error (%d)"
10481 msgstr ""
10482
10483 #: builtin/pack-objects.c:777
10484 msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
10485 msgstr ""
10486
10487 #: builtin/pack-objects.c:790
10488 msgid "Writing objects"
10489 msgstr ""
10490
10491 #: builtin/pack-objects.c:1070
10492 msgid "disabling bitmap writing, as some objects are not being packed"
10493 msgstr ""
10494
10495 #: builtin/pack-objects.c:2440
10496 msgid "Compressing objects"
10497 msgstr ""
10498
10499 #: builtin/pack-objects.c:2849
10500 #, c-format
10501 msgid "unsupported index version %s"
10502 msgstr ""
10503
10504 #: builtin/pack-objects.c:2853
10505 #, c-format
10506 msgid "bad index version '%s'"
10507 msgstr ""
10508
10509 #: builtin/pack-objects.c:2883
10510 msgid "do not show progress meter"
10511 msgstr ""
10512
10513 #: builtin/pack-objects.c:2885
10514 msgid "show progress meter"
10515 msgstr ""
10516
10517 #: builtin/pack-objects.c:2887
10518 msgid "show progress meter during object writing phase"
10519 msgstr ""
10520
10521 #: builtin/pack-objects.c:2890
10522 msgid "similar to --all-progress when progress meter is shown"
10523 msgstr ""
10524
10525 #: builtin/pack-objects.c:2891
10526 msgid "version[,offset]"
10527 msgstr ""
10528
10529 #: builtin/pack-objects.c:2892
10530 msgid "write the pack index file in the specified idx format version"
10531 msgstr ""
10532
10533 #: builtin/pack-objects.c:2895
10534 msgid "maximum size of each output pack file"
10535 msgstr ""
10536
10537 #: builtin/pack-objects.c:2897
10538 msgid "ignore borrowed objects from alternate object store"
10539 msgstr ""
10540
10541 #: builtin/pack-objects.c:2899
10542 msgid "ignore packed objects"
10543 msgstr ""
10544
10545 #: builtin/pack-objects.c:2901
10546 msgid "limit pack window by objects"
10547 msgstr ""
10548
10549 #: builtin/pack-objects.c:2903
10550 msgid "limit pack window by memory in addition to object limit"
10551 msgstr ""
10552
10553 #: builtin/pack-objects.c:2905
10554 msgid "maximum length of delta chain allowed in the resulting pack"
10555 msgstr ""
10556
10557 #: builtin/pack-objects.c:2907
10558 msgid "reuse existing deltas"
10559 msgstr ""
10560
10561 #: builtin/pack-objects.c:2909
10562 msgid "reuse existing objects"
10563 msgstr ""
10564
10565 #: builtin/pack-objects.c:2911
10566 msgid "use OFS_DELTA objects"
10567 msgstr ""
10568
10569 #: builtin/pack-objects.c:2913
10570 msgid "use threads when searching for best delta matches"
10571 msgstr ""
10572
10573 #: builtin/pack-objects.c:2915
10574 msgid "do not create an empty pack output"
10575 msgstr ""
10576
10577 #: builtin/pack-objects.c:2917
10578 msgid "read revision arguments from standard input"
10579 msgstr ""
10580
10581 #: builtin/pack-objects.c:2919
10582 msgid "limit the objects to those that are not yet packed"
10583 msgstr ""
10584
10585 #: builtin/pack-objects.c:2922
10586 msgid "include objects reachable from any reference"
10587 msgstr ""
10588
10589 #: builtin/pack-objects.c:2925
10590 msgid "include objects referred by reflog entries"
10591 msgstr ""
10592
10593 #: builtin/pack-objects.c:2928
10594 msgid "include objects referred to by the index"
10595 msgstr ""
10596
10597 #: builtin/pack-objects.c:2931
10598 msgid "output pack to stdout"
10599 msgstr ""
10600
10601 #: builtin/pack-objects.c:2933
10602 msgid "include tag objects that refer to objects to be packed"
10603 msgstr ""
10604
10605 #: builtin/pack-objects.c:2935
10606 msgid "keep unreachable objects"
10607 msgstr ""
10608
10609 #: builtin/pack-objects.c:2937
10610 msgid "pack loose unreachable objects"
10611 msgstr ""
10612
10613 #: builtin/pack-objects.c:2939
10614 msgid "unpack unreachable objects newer than <time>"
10615 msgstr ""
10616
10617 #: builtin/pack-objects.c:2942
10618 msgid "create thin packs"
10619 msgstr ""
10620
10621 #: builtin/pack-objects.c:2944
10622 msgid "create packs suitable for shallow fetches"
10623 msgstr ""
10624
10625 #: builtin/pack-objects.c:2946
10626 msgid "ignore packs that have companion .keep file"
10627 msgstr ""
10628
10629 #: builtin/pack-objects.c:2948
10630 msgid "pack compression level"
10631 msgstr ""
10632
10633 #: builtin/pack-objects.c:2950
10634 msgid "do not hide commits by grafts"
10635 msgstr ""
10636
10637 #: builtin/pack-objects.c:2952
10638 msgid "use a bitmap index if available to speed up counting objects"
10639 msgstr ""
10640
10641 #: builtin/pack-objects.c:2954
10642 msgid "write a bitmap index together with the pack index"
10643 msgstr ""
10644
10645 #: builtin/pack-objects.c:3081
10646 msgid "Counting objects"
10647 msgstr ""
10648
10649 #: builtin/pack-refs.c:6
10650 msgid "git pack-refs [<options>]"
10651 msgstr ""
10652
10653 #: builtin/pack-refs.c:14
10654 msgid "pack everything"
10655 msgstr ""
10656
10657 #: builtin/pack-refs.c:15
10658 msgid "prune loose refs (default)"
10659 msgstr ""
10660
10661 #: builtin/prune-packed.c:8
10662 msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
10663 msgstr ""
10664
10665 #: builtin/prune-packed.c:41
10666 msgid "Removing duplicate objects"
10667 msgstr ""
10668
10669 #: builtin/prune.c:11
10670 msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"
10671 msgstr ""
10672
10673 #: builtin/prune.c:106
10674 msgid "report pruned objects"
10675 msgstr ""
10676
10677 #: builtin/prune.c:109
10678 msgid "expire objects older than <time>"
10679 msgstr ""
10680
10681 #: builtin/prune.c:123
10682 msgid "cannot prune in a precious-objects repo"
10683 msgstr ""
10684
10685 #: builtin/pull.c:54 builtin/pull.c:56
10686 #, c-format
10687 msgid "Invalid value for %s: %s"
10688 msgstr ""
10689
10690 #: builtin/pull.c:76
10691 msgid "git pull [<options>] [<repository> [<refspec>...]]"
10692 msgstr ""
10693
10694 #: builtin/pull.c:124
10695 msgid "control for recursive fetching of submodules"
10696 msgstr ""
10697
10698 #: builtin/pull.c:128
10699 msgid "Options related to merging"
10700 msgstr ""
10701
10702 #: builtin/pull.c:131
10703 msgid "incorporate changes by rebasing rather than merging"
10704 msgstr ""
10705
10706 #: builtin/pull.c:155 builtin/rebase--helper.c:21 builtin/revert.c:121
10707 msgid "allow fast-forward"
10708 msgstr ""
10709
10710 #: builtin/pull.c:164
10711 msgid "automatically stash/stash pop before and after rebase"
10712 msgstr ""
10713
10714 #: builtin/pull.c:180
10715 msgid "Options related to fetching"
10716 msgstr ""
10717
10718 #: builtin/pull.c:198
10719 msgid "number of submodules pulled in parallel"
10720 msgstr ""
10721
10722 #: builtin/pull.c:287
10723 #, c-format
10724 msgid "Invalid value for pull.ff: %s"
10725 msgstr ""
10726
10727 #: builtin/pull.c:403
10728 msgid ""
10729 "There is no candidate for rebasing against among the refs that you just "
10730 "fetched."
10731 msgstr ""
10732
10733 #: builtin/pull.c:405
10734 msgid ""
10735 "There are no candidates for merging among the refs that you just fetched."
10736 msgstr ""
10737
10738 #: builtin/pull.c:406
10739 msgid ""
10740 "Generally this means that you provided a wildcard refspec which had no\n"
10741 "matches on the remote end."
10742 msgstr ""
10743
10744 #: builtin/pull.c:409
10745 #, c-format
10746 msgid ""
10747 "You asked to pull from the remote '%s', but did not specify\n"
10748 "a branch. Because this is not the default configured remote\n"
10749 "for your current branch, you must specify a branch on the command line."
10750 msgstr ""
10751
10752 #: builtin/pull.c:414 git-parse-remote.sh:73
10753 msgid "You are not currently on a branch."
10754 msgstr ""
10755
10756 #: builtin/pull.c:416 builtin/pull.c:431 git-parse-remote.sh:79
10757 msgid "Please specify which branch you want to rebase against."
10758 msgstr ""
10759
10760 #: builtin/pull.c:418 builtin/pull.c:433 git-parse-remote.sh:82
10761 msgid "Please specify which branch you want to merge with."
10762 msgstr ""
10763
10764 #: builtin/pull.c:419 builtin/pull.c:434
10765 msgid "See git-pull(1) for details."
10766 msgstr ""
10767
10768 #: builtin/pull.c:421 builtin/pull.c:427 builtin/pull.c:436
10769 #: git-parse-remote.sh:64
10770 msgid "<remote>"
10771 msgstr ""
10772
10773 #: builtin/pull.c:421 builtin/pull.c:436 builtin/pull.c:441 git-rebase.sh:466
10774 #: git-parse-remote.sh:65
10775 msgid "<branch>"
10776 msgstr ""
10777
10778 #: builtin/pull.c:429 git-parse-remote.sh:75
10779 msgid "There is no tracking information for the current branch."
10780 msgstr ""
10781
10782 #: builtin/pull.c:438 git-parse-remote.sh:95
10783 msgid ""
10784 "If you wish to set tracking information for this branch you can do so with:"
10785 msgstr ""
10786
10787 #: builtin/pull.c:443
10788 #, c-format
10789 msgid ""
10790 "Your configuration specifies to merge with the ref '%s'\n"
10791 "from the remote, but no such ref was fetched."
10792 msgstr ""
10793
10794 #: builtin/pull.c:796
10795 msgid "ignoring --verify-signatures for rebase"
10796 msgstr ""
10797
10798 #: builtin/pull.c:844
10799 msgid "--[no-]autostash option is only valid with --rebase."
10800 msgstr ""
10801
10802 #: builtin/pull.c:852
10803 msgid "Updating an unborn branch with changes added to the index."
10804 msgstr ""
10805
10806 #: builtin/pull.c:855
10807 msgid "pull with rebase"
10808 msgstr ""
10809
10810 #: builtin/pull.c:856
10811 msgid "please commit or stash them."
10812 msgstr ""
10813
10814 #: builtin/pull.c:881
10815 #, c-format
10816 msgid ""
10817 "fetch updated the current branch head.\n"
10818 "fast-forwarding your working tree from\n"
10819 "commit %s."
10820 msgstr ""
10821
10822 #: builtin/pull.c:886
10823 #, c-format
10824 msgid ""
10825 "Cannot fast-forward your working tree.\n"
10826 "After making sure that you saved anything precious from\n"
10827 "$ git diff %s\n"
10828 "output, run\n"
10829 "$ git reset --hard\n"
10830 "to recover."
10831 msgstr ""
10832
10833 #: builtin/pull.c:901
10834 msgid "Cannot merge multiple branches into empty head."
10835 msgstr ""
10836
10837 #: builtin/pull.c:905
10838 msgid "Cannot rebase onto multiple branches."
10839 msgstr ""
10840
10841 #: builtin/pull.c:912
10842 msgid "cannot rebase with locally recorded submodule modifications"
10843 msgstr ""
10844
10845 #: builtin/push.c:17
10846 msgid "git push [<options>] [<repository> [<refspec>...]]"
10847 msgstr ""
10848
10849 #: builtin/push.c:90
10850 msgid "tag shorthand without <tag>"
10851 msgstr ""
10852
10853 #: builtin/push.c:100
10854 msgid "--delete only accepts plain target ref names"
10855 msgstr ""
10856
10857 #: builtin/push.c:144
10858 msgid ""
10859 "\n"
10860 "To choose either option permanently, see push.default in 'git help config'."
10861 msgstr ""
10862
10863 #: builtin/push.c:147
10864 #, c-format
10865 msgid ""
10866 "The upstream branch of your current branch does not match\n"
10867 "the name of your current branch. To push to the upstream branch\n"
10868 "on the remote, use\n"
10869 "\n"
10870 " git push %s HEAD:%s\n"
10871 "\n"
10872 "To push to the branch of the same name on the remote, use\n"
10873 "\n"
10874 " git push %s %s\n"
10875 "%s"
10876 msgstr ""
10877
10878 #: builtin/push.c:162
10879 #, c-format
10880 msgid ""
10881 "You are not currently on a branch.\n"
10882 "To push the history leading to the current (detached HEAD)\n"
10883 "state now, use\n"
10884 "\n"
10885 " git push %s HEAD:<name-of-remote-branch>\n"
10886 msgstr ""
10887
10888 #: builtin/push.c:176
10889 #, c-format
10890 msgid ""
10891 "The current branch %s has no upstream branch.\n"
10892 "To push the current branch and set the remote as upstream, use\n"
10893 "\n"
10894 " git push --set-upstream %s %s\n"
10895 msgstr ""
10896
10897 #: builtin/push.c:184
10898 #, c-format
10899 msgid "The current branch %s has multiple upstream branches, refusing to push."
10900 msgstr ""
10901
10902 #: builtin/push.c:187
10903 #, c-format
10904 msgid ""
10905 "You are pushing to remote '%s', which is not the upstream of\n"
10906 "your current branch '%s', without telling me what to push\n"
10907 "to update which remote branch."
10908 msgstr ""
10909
10910 #: builtin/push.c:246
10911 msgid ""
10912 "You didn't specify any refspecs to push, and push.default is \"nothing\"."
10913 msgstr ""
10914
10915 #: builtin/push.c:253
10916 msgid ""
10917 "Updates were rejected because the tip of your current branch is behind\n"
10918 "its remote counterpart. Integrate the remote changes (e.g.\n"
10919 "'git pull ...') before pushing again.\n"
10920 "See the 'Note about fast-forwards' in 'git push --help' for details."
10921 msgstr ""
10922
10923 #: builtin/push.c:259
10924 msgid ""
10925 "Updates were rejected because a pushed branch tip is behind its remote\n"
10926 "counterpart. Check out this branch and integrate the remote changes\n"
10927 "(e.g. 'git pull ...') before pushing again.\n"
10928 "See the 'Note about fast-forwards' in 'git push --help' for details."
10929 msgstr ""
10930
10931 #: builtin/push.c:265
10932 msgid ""
10933 "Updates were rejected because the remote contains work that you do\n"
10934 "not have locally. This is usually caused by another repository pushing\n"
10935 "to the same ref. You may want to first integrate the remote changes\n"
10936 "(e.g., 'git pull ...') before pushing again.\n"
10937 "See the 'Note about fast-forwards' in 'git push --help' for details."
10938 msgstr ""
10939
10940 #: builtin/push.c:272
10941 msgid "Updates were rejected because the tag already exists in the remote."
10942 msgstr ""
10943
10944 #: builtin/push.c:275
10945 msgid ""
10946 "You cannot update a remote ref that points at a non-commit object,\n"
10947 "or update a remote ref to make it point at a non-commit object,\n"
10948 "without using the '--force' option.\n"
10949 msgstr ""
10950
10951 #: builtin/push.c:335
10952 #, c-format
10953 msgid "Pushing to %s\n"
10954 msgstr ""
10955
10956 #: builtin/push.c:339
10957 #, c-format
10958 msgid "failed to push some refs to '%s'"
10959 msgstr ""
10960
10961 #: builtin/push.c:370
10962 #, c-format
10963 msgid "bad repository '%s'"
10964 msgstr ""
10965
10966 #: builtin/push.c:371
10967 msgid ""
10968 "No configured push destination.\n"
10969 "Either specify the URL from the command-line or configure a remote "
10970 "repository using\n"
10971 "\n"
10972 " git remote add <name> <url>\n"
10973 "\n"
10974 "and then push using the remote name\n"
10975 "\n"
10976 " git push <name>\n"
10977 msgstr ""
10978
10979 #: builtin/push.c:389
10980 msgid "--all and --tags are incompatible"
10981 msgstr ""
10982
10983 #: builtin/push.c:390
10984 msgid "--all can't be combined with refspecs"
10985 msgstr ""
10986
10987 #: builtin/push.c:395
10988 msgid "--mirror and --tags are incompatible"
10989 msgstr ""
10990
10991 #: builtin/push.c:396
10992 msgid "--mirror can't be combined with refspecs"
10993 msgstr ""
10994
10995 #: builtin/push.c:401
10996 msgid "--all and --mirror are incompatible"
10997 msgstr ""
10998
10999 #: builtin/push.c:523
11000 msgid "repository"
11001 msgstr ""
11002
11003 #: builtin/push.c:524 builtin/send-pack.c:163
11004 msgid "push all refs"
11005 msgstr ""
11006
11007 #: builtin/push.c:525 builtin/send-pack.c:165
11008 msgid "mirror all refs"
11009 msgstr ""
11010
11011 #: builtin/push.c:527
11012 msgid "delete refs"
11013 msgstr ""
11014
11015 #: builtin/push.c:528
11016 msgid "push tags (can't be used with --all or --mirror)"
11017 msgstr ""
11018
11019 #: builtin/push.c:531 builtin/send-pack.c:166
11020 msgid "force updates"
11021 msgstr ""
11022
11023 #: builtin/push.c:533 builtin/send-pack.c:180
11024 msgid "refname>:<expect"
11025 msgstr ""
11026
11027 #: builtin/push.c:534 builtin/send-pack.c:181
11028 msgid "require old value of ref to be at this value"
11029 msgstr ""
11030
11031 #: builtin/push.c:537
11032 msgid "control recursive pushing of submodules"
11033 msgstr ""
11034
11035 #: builtin/push.c:539 builtin/send-pack.c:174
11036 msgid "use thin pack"
11037 msgstr ""
11038
11039 #: builtin/push.c:540 builtin/push.c:541 builtin/send-pack.c:160
11040 #: builtin/send-pack.c:161
11041 msgid "receive pack program"
11042 msgstr ""
11043
11044 #: builtin/push.c:542
11045 msgid "set upstream for git pull/status"
11046 msgstr ""
11047
11048 #: builtin/push.c:545
11049 msgid "prune locally removed refs"
11050 msgstr ""
11051
11052 #: builtin/push.c:547
11053 msgid "bypass pre-push hook"
11054 msgstr ""
11055
11056 #: builtin/push.c:548
11057 msgid "push missing but relevant tags"
11058 msgstr ""
11059
11060 #: builtin/push.c:551 builtin/send-pack.c:168
11061 msgid "GPG sign the push"
11062 msgstr ""
11063
11064 #: builtin/push.c:553 builtin/send-pack.c:175
11065 msgid "request atomic transaction on remote side"
11066 msgstr ""
11067
11068 #: builtin/push.c:554 builtin/send-pack.c:171
11069 msgid "server-specific"
11070 msgstr ""
11071
11072 #: builtin/push.c:554 builtin/send-pack.c:172
11073 msgid "option to transmit"
11074 msgstr ""
11075
11076 #: builtin/push.c:568
11077 msgid "--delete is incompatible with --all, --mirror and --tags"
11078 msgstr ""
11079
11080 #: builtin/push.c:570
11081 msgid "--delete doesn't make sense without any refs"
11082 msgstr ""
11083
11084 #: builtin/push.c:589
11085 msgid "push options must not have new line characters"
11086 msgstr ""
11087
11088 #: builtin/read-tree.c:40
11089 msgid ""
11090 "git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
11091 "[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
11092 "index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
11093 msgstr ""
11094
11095 #: builtin/read-tree.c:121
11096 msgid "write resulting index to <file>"
11097 msgstr ""
11098
11099 #: builtin/read-tree.c:124
11100 msgid "only empty the index"
11101 msgstr ""
11102
11103 #: builtin/read-tree.c:126
11104 msgid "Merging"
11105 msgstr ""
11106
11107 #: builtin/read-tree.c:128
11108 msgid "perform a merge in addition to a read"
11109 msgstr ""
11110
11111 #: builtin/read-tree.c:130
11112 msgid "3-way merge if no file level merging required"
11113 msgstr ""
11114
11115 #: builtin/read-tree.c:132
11116 msgid "3-way merge in presence of adds and removes"
11117 msgstr ""
11118
11119 #: builtin/read-tree.c:134
11120 msgid "same as -m, but discard unmerged entries"
11121 msgstr ""
11122
11123 #: builtin/read-tree.c:135
11124 msgid "<subdirectory>/"
11125 msgstr ""
11126
11127 #: builtin/read-tree.c:136
11128 msgid "read the tree into the index under <subdirectory>/"
11129 msgstr ""
11130
11131 #: builtin/read-tree.c:139
11132 msgid "update working tree with merge result"
11133 msgstr ""
11134
11135 #: builtin/read-tree.c:141
11136 msgid "gitignore"
11137 msgstr ""
11138
11139 #: builtin/read-tree.c:142
11140 msgid "allow explicitly ignored files to be overwritten"
11141 msgstr ""
11142
11143 #: builtin/read-tree.c:145
11144 msgid "don't check the working tree after merging"
11145 msgstr ""
11146
11147 #: builtin/read-tree.c:146
11148 msgid "don't update the index or the work tree"
11149 msgstr ""
11150
11151 #: builtin/read-tree.c:148
11152 msgid "skip applying sparse checkout filter"
11153 msgstr ""
11154
11155 #: builtin/read-tree.c:150
11156 msgid "debug unpack-trees"
11157 msgstr ""
11158
11159 #: builtin/rebase--helper.c:8
11160 msgid "git rebase--helper [<options>]"
11161 msgstr ""
11162
11163 #: builtin/rebase--helper.c:22
11164 msgid "keep empty commits"
11165 msgstr ""
11166
11167 #: builtin/rebase--helper.c:23
11168 msgid "continue rebase"
11169 msgstr ""
11170
11171 #: builtin/rebase--helper.c:25
11172 msgid "abort rebase"
11173 msgstr ""
11174
11175 #: builtin/rebase--helper.c:28
11176 msgid "make rebase script"
11177 msgstr ""
11178
11179 #: builtin/rebase--helper.c:30
11180 msgid "shorten SHA-1s in the todo list"
11181 msgstr ""
11182
11183 #: builtin/rebase--helper.c:32
11184 msgid "expand SHA-1s in the todo list"
11185 msgstr ""
11186
11187 #: builtin/rebase--helper.c:34
11188 msgid "check the todo list"
11189 msgstr ""
11190
11191 #: builtin/rebase--helper.c:36
11192 msgid "skip unnecessary picks"
11193 msgstr ""
11194
11195 #: builtin/rebase--helper.c:38
11196 msgid "rearrange fixup/squash lines"
11197 msgstr ""
11198
11199 #: builtin/receive-pack.c:29
11200 msgid "git receive-pack <git-dir>"
11201 msgstr ""
11202
11203 #: builtin/receive-pack.c:839
11204 msgid ""
11205 "By default, updating the current branch in a non-bare repository\n"
11206 "is denied, because it will make the index and work tree inconsistent\n"
11207 "with what you pushed, and will require 'git reset --hard' to match\n"
11208 "the work tree to HEAD.\n"
11209 "\n"
11210 "You can set the 'receive.denyCurrentBranch' configuration variable\n"
11211 "to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
11212 "its current branch; however, this is not recommended unless you\n"
11213 "arranged to update its work tree to match what you pushed in some\n"
11214 "other way.\n"
11215 "\n"
11216 "To squelch this message and still keep the default behaviour, set\n"
11217 "'receive.denyCurrentBranch' configuration variable to 'refuse'."
11218 msgstr ""
11219
11220 #: builtin/receive-pack.c:859
11221 msgid ""
11222 "By default, deleting the current branch is denied, because the next\n"
11223 "'git clone' won't result in any file checked out, causing confusion.\n"
11224 "\n"
11225 "You can set 'receive.denyDeleteCurrent' configuration variable to\n"
11226 "'warn' or 'ignore' in the remote repository to allow deleting the\n"
11227 "current branch, with or without a warning message.\n"
11228 "\n"
11229 "To squelch this message, you can set it to 'refuse'."
11230 msgstr ""
11231
11232 #: builtin/receive-pack.c:1932
11233 msgid "quiet"
11234 msgstr ""
11235
11236 #: builtin/receive-pack.c:1946
11237 msgid "You must specify a directory."
11238 msgstr ""
11239
11240 #: builtin/reflog.c:424
11241 #, c-format
11242 msgid "'%s' for '%s' is not a valid timestamp"
11243 msgstr ""
11244
11245 #: builtin/reflog.c:541 builtin/reflog.c:546
11246 #, c-format
11247 msgid "'%s' is not a valid timestamp"
11248 msgstr ""
11249
11250 #: builtin/remote.c:13
11251 msgid "git remote [-v | --verbose]"
11252 msgstr ""
11253
11254 #: builtin/remote.c:14
11255 msgid ""
11256 "git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
11257 "mirror=<fetch|push>] <name> <url>"
11258 msgstr ""
11259
11260 #: builtin/remote.c:15 builtin/remote.c:35
11261 msgid "git remote rename <old> <new>"
11262 msgstr ""
11263
11264 #: builtin/remote.c:16 builtin/remote.c:40
11265 msgid "git remote remove <name>"
11266 msgstr ""
11267
11268 #: builtin/remote.c:17 builtin/remote.c:45
11269 msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
11270 msgstr ""
11271
11272 #: builtin/remote.c:18
11273 msgid "git remote [-v | --verbose] show [-n] <name>"
11274 msgstr ""
11275
11276 #: builtin/remote.c:19
11277 msgid "git remote prune [-n | --dry-run] <name>"
11278 msgstr ""
11279
11280 #: builtin/remote.c:20
11281 msgid ""
11282 "git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
11283 msgstr ""
11284
11285 #: builtin/remote.c:21
11286 msgid "git remote set-branches [--add] <name> <branch>..."
11287 msgstr ""
11288
11289 #: builtin/remote.c:22 builtin/remote.c:71
11290 msgid "git remote get-url [--push] [--all] <name>"
11291 msgstr ""
11292
11293 #: builtin/remote.c:23 builtin/remote.c:76
11294 msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
11295 msgstr ""
11296
11297 #: builtin/remote.c:24 builtin/remote.c:77
11298 msgid "git remote set-url --add <name> <newurl>"
11299 msgstr ""
11300
11301 #: builtin/remote.c:25 builtin/remote.c:78
11302 msgid "git remote set-url --delete <name> <url>"
11303 msgstr ""
11304
11305 #: builtin/remote.c:30
11306 msgid "git remote add [<options>] <name> <url>"
11307 msgstr ""
11308
11309 #: builtin/remote.c:50
11310 msgid "git remote set-branches <name> <branch>..."
11311 msgstr ""
11312
11313 #: builtin/remote.c:51
11314 msgid "git remote set-branches --add <name> <branch>..."
11315 msgstr ""
11316
11317 #: builtin/remote.c:56
11318 msgid "git remote show [<options>] <name>"
11319 msgstr ""
11320
11321 #: builtin/remote.c:61
11322 msgid "git remote prune [<options>] <name>"
11323 msgstr ""
11324
11325 #: builtin/remote.c:66
11326 msgid "git remote update [<options>] [<group> | <remote>]..."
11327 msgstr ""
11328
11329 #: builtin/remote.c:95
11330 #, c-format
11331 msgid "Updating %s"
11332 msgstr ""
11333
11334 #: builtin/remote.c:127
11335 msgid ""
11336 "--mirror is dangerous and deprecated; please\n"
11337 "\t use --mirror=fetch or --mirror=push instead"
11338 msgstr ""
11339
11340 #: builtin/remote.c:144
11341 #, c-format
11342 msgid "unknown mirror argument: %s"
11343 msgstr ""
11344
11345 #: builtin/remote.c:160
11346 msgid "fetch the remote branches"
11347 msgstr ""
11348
11349 #: builtin/remote.c:162
11350 msgid "import all tags and associated objects when fetching"
11351 msgstr ""
11352
11353 #: builtin/remote.c:165
11354 msgid "or do not fetch any tag at all (--no-tags)"
11355 msgstr ""
11356
11357 #: builtin/remote.c:167
11358 msgid "branch(es) to track"
11359 msgstr ""
11360
11361 #: builtin/remote.c:168
11362 msgid "master branch"
11363 msgstr ""
11364
11365 #: builtin/remote.c:169
11366 msgid "push|fetch"
11367 msgstr ""
11368
11369 #: builtin/remote.c:170
11370 msgid "set up remote as a mirror to push to or fetch from"
11371 msgstr ""
11372
11373 #: builtin/remote.c:182
11374 msgid "specifying a master branch makes no sense with --mirror"
11375 msgstr ""
11376
11377 #: builtin/remote.c:184
11378 msgid "specifying branches to track makes sense only with fetch mirrors"
11379 msgstr ""
11380
11381 #: builtin/remote.c:191 builtin/remote.c:631
11382 #, c-format
11383 msgid "remote %s already exists."
11384 msgstr ""
11385
11386 #: builtin/remote.c:195 builtin/remote.c:635
11387 #, c-format
11388 msgid "'%s' is not a valid remote name"
11389 msgstr ""
11390
11391 #: builtin/remote.c:235
11392 #, c-format
11393 msgid "Could not setup master '%s'"
11394 msgstr ""
11395
11396 #: builtin/remote.c:337
11397 #, c-format
11398 msgid "Could not get fetch map for refspec %s"
11399 msgstr ""
11400
11401 #: builtin/remote.c:438 builtin/remote.c:446
11402 msgid "(matching)"
11403 msgstr ""
11404
11405 #: builtin/remote.c:450
11406 msgid "(delete)"
11407 msgstr ""
11408
11409 #: builtin/remote.c:624 builtin/remote.c:759 builtin/remote.c:858
11410 #, c-format
11411 msgid "No such remote: %s"
11412 msgstr ""
11413
11414 #: builtin/remote.c:641
11415 #, c-format
11416 msgid "Could not rename config section '%s' to '%s'"
11417 msgstr ""
11418
11419 #: builtin/remote.c:661
11420 #, c-format
11421 msgid ""
11422 "Not updating non-default fetch refspec\n"
11423 "\t%s\n"
11424 "\tPlease update the configuration manually if necessary."
11425 msgstr ""
11426
11427 #: builtin/remote.c:697
11428 #, c-format
11429 msgid "deleting '%s' failed"
11430 msgstr ""
11431
11432 #: builtin/remote.c:731
11433 #, c-format
11434 msgid "creating '%s' failed"
11435 msgstr ""
11436
11437 #: builtin/remote.c:796
11438 msgid ""
11439 "Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
11440 "to delete it, use:"
11441 msgid_plural ""
11442 "Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
11443 "to delete them, use:"
11444 msgstr[0] ""
11445 msgstr[1] ""
11446
11447 #: builtin/remote.c:810
11448 #, c-format
11449 msgid "Could not remove config section '%s'"
11450 msgstr ""
11451
11452 #: builtin/remote.c:911
11453 #, c-format
11454 msgid " new (next fetch will store in remotes/%s)"
11455 msgstr ""
11456
11457 #: builtin/remote.c:914
11458 msgid " tracked"
11459 msgstr ""
11460
11461 #: builtin/remote.c:916
11462 msgid " stale (use 'git remote prune' to remove)"
11463 msgstr ""
11464
11465 #: builtin/remote.c:918
11466 msgid " ???"
11467 msgstr ""
11468
11469 #: builtin/remote.c:959
11470 #, c-format
11471 msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
11472 msgstr ""
11473
11474 #: builtin/remote.c:967
11475 #, c-format
11476 msgid "rebases interactively onto remote %s"
11477 msgstr ""
11478
11479 #: builtin/remote.c:968
11480 #, c-format
11481 msgid "rebases onto remote %s"
11482 msgstr ""
11483
11484 #: builtin/remote.c:971
11485 #, c-format
11486 msgid " merges with remote %s"
11487 msgstr ""
11488
11489 #: builtin/remote.c:974
11490 #, c-format
11491 msgid "merges with remote %s"
11492 msgstr ""
11493
11494 #: builtin/remote.c:977
11495 #, c-format
11496 msgid "%-*s and with remote %s\n"
11497 msgstr ""
11498
11499 #: builtin/remote.c:1020
11500 msgid "create"
11501 msgstr ""
11502
11503 #: builtin/remote.c:1023
11504 msgid "delete"
11505 msgstr ""
11506
11507 #: builtin/remote.c:1027
11508 msgid "up to date"
11509 msgstr ""
11510
11511 #: builtin/remote.c:1030
11512 msgid "fast-forwardable"
11513 msgstr ""
11514
11515 #: builtin/remote.c:1033
11516 msgid "local out of date"
11517 msgstr ""
11518
11519 #: builtin/remote.c:1040
11520 #, c-format
11521 msgid " %-*s forces to %-*s (%s)"
11522 msgstr ""
11523
11524 #: builtin/remote.c:1043
11525 #, c-format
11526 msgid " %-*s pushes to %-*s (%s)"
11527 msgstr ""
11528
11529 #: builtin/remote.c:1047
11530 #, c-format
11531 msgid " %-*s forces to %s"
11532 msgstr ""
11533
11534 #: builtin/remote.c:1050
11535 #, c-format
11536 msgid " %-*s pushes to %s"
11537 msgstr ""
11538
11539 #: builtin/remote.c:1118
11540 msgid "do not query remotes"
11541 msgstr ""
11542
11543 #: builtin/remote.c:1145
11544 #, c-format
11545 msgid "* remote %s"
11546 msgstr ""
11547
11548 #: builtin/remote.c:1146
11549 #, c-format
11550 msgid " Fetch URL: %s"
11551 msgstr ""
11552
11553 #: builtin/remote.c:1147 builtin/remote.c:1163 builtin/remote.c:1302
11554 msgid "(no URL)"
11555 msgstr ""
11556
11557 #. TRANSLATORS: the colon ':' should align
11558 #. with the one in " Fetch URL: %s"
11559 #. translation.
11560 #.
11561 #: builtin/remote.c:1161 builtin/remote.c:1163
11562 #, c-format
11563 msgid " Push URL: %s"
11564 msgstr ""
11565
11566 #: builtin/remote.c:1165 builtin/remote.c:1167 builtin/remote.c:1169
11567 #, c-format
11568 msgid " HEAD branch: %s"
11569 msgstr ""
11570
11571 #: builtin/remote.c:1165
11572 msgid "(not queried)"
11573 msgstr ""
11574
11575 #: builtin/remote.c:1167
11576 msgid "(unknown)"
11577 msgstr ""
11578
11579 #: builtin/remote.c:1171
11580 #, c-format
11581 msgid ""
11582 " HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
11583 msgstr ""
11584
11585 #: builtin/remote.c:1183
11586 #, c-format
11587 msgid " Remote branch:%s"
11588 msgid_plural " Remote branches:%s"
11589 msgstr[0] ""
11590 msgstr[1] ""
11591
11592 #: builtin/remote.c:1186 builtin/remote.c:1212
11593 msgid " (status not queried)"
11594 msgstr ""
11595
11596 #: builtin/remote.c:1195
11597 msgid " Local branch configured for 'git pull':"
11598 msgid_plural " Local branches configured for 'git pull':"
11599 msgstr[0] ""
11600 msgstr[1] ""
11601
11602 #: builtin/remote.c:1203
11603 msgid " Local refs will be mirrored by 'git push'"
11604 msgstr ""
11605
11606 #: builtin/remote.c:1209
11607 #, c-format
11608 msgid " Local ref configured for 'git push'%s:"
11609 msgid_plural " Local refs configured for 'git push'%s:"
11610 msgstr[0] ""
11611 msgstr[1] ""
11612
11613 #: builtin/remote.c:1230
11614 msgid "set refs/remotes/<name>/HEAD according to remote"
11615 msgstr ""
11616
11617 #: builtin/remote.c:1232
11618 msgid "delete refs/remotes/<name>/HEAD"
11619 msgstr ""
11620
11621 #: builtin/remote.c:1247
11622 msgid "Cannot determine remote HEAD"
11623 msgstr ""
11624
11625 #: builtin/remote.c:1249
11626 msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
11627 msgstr ""
11628
11629 #: builtin/remote.c:1259
11630 #, c-format
11631 msgid "Could not delete %s"
11632 msgstr ""
11633
11634 #: builtin/remote.c:1267
11635 #, c-format
11636 msgid "Not a valid ref: %s"
11637 msgstr ""
11638
11639 #: builtin/remote.c:1269
11640 #, c-format
11641 msgid "Could not setup %s"
11642 msgstr ""
11643
11644 #: builtin/remote.c:1287
11645 #, c-format
11646 msgid " %s will become dangling!"
11647 msgstr ""
11648
11649 #: builtin/remote.c:1288
11650 #, c-format
11651 msgid " %s has become dangling!"
11652 msgstr ""
11653
11654 #: builtin/remote.c:1298
11655 #, c-format
11656 msgid "Pruning %s"
11657 msgstr ""
11658
11659 #: builtin/remote.c:1299
11660 #, c-format
11661 msgid "URL: %s"
11662 msgstr ""
11663
11664 #: builtin/remote.c:1315
11665 #, c-format
11666 msgid " * [would prune] %s"
11667 msgstr ""
11668
11669 #: builtin/remote.c:1318
11670 #, c-format
11671 msgid " * [pruned] %s"
11672 msgstr ""
11673
11674 #: builtin/remote.c:1363
11675 msgid "prune remotes after fetching"
11676 msgstr ""
11677
11678 #: builtin/remote.c:1426 builtin/remote.c:1480 builtin/remote.c:1548
11679 #, c-format
11680 msgid "No such remote '%s'"
11681 msgstr ""
11682
11683 #: builtin/remote.c:1442
11684 msgid "add branch"
11685 msgstr ""
11686
11687 #: builtin/remote.c:1449
11688 msgid "no remote specified"
11689 msgstr ""
11690
11691 #: builtin/remote.c:1466
11692 msgid "query push URLs rather than fetch URLs"
11693 msgstr ""
11694
11695 #: builtin/remote.c:1468
11696 msgid "return all URLs"
11697 msgstr ""
11698
11699 #: builtin/remote.c:1496
11700 #, c-format
11701 msgid "no URLs configured for remote '%s'"
11702 msgstr ""
11703
11704 #: builtin/remote.c:1522
11705 msgid "manipulate push URLs"
11706 msgstr ""
11707
11708 #: builtin/remote.c:1524
11709 msgid "add URL"
11710 msgstr ""
11711
11712 #: builtin/remote.c:1526
11713 msgid "delete URLs"
11714 msgstr ""
11715
11716 #: builtin/remote.c:1533
11717 msgid "--add --delete doesn't make sense"
11718 msgstr ""
11719
11720 #: builtin/remote.c:1572
11721 #, c-format
11722 msgid "Invalid old URL pattern: %s"
11723 msgstr ""
11724
11725 #: builtin/remote.c:1580
11726 #, c-format
11727 msgid "No such URL found: %s"
11728 msgstr ""
11729
11730 #: builtin/remote.c:1582
11731 msgid "Will not delete all non-push URLs"
11732 msgstr ""
11733
11734 #: builtin/remote.c:1598
11735 msgid "be verbose; must be placed before a subcommand"
11736 msgstr ""
11737
11738 #: builtin/remote.c:1629
11739 #, c-format
11740 msgid "Unknown subcommand: %s"
11741 msgstr ""
11742
11743 #: builtin/repack.c:18
11744 msgid "git repack [<options>]"
11745 msgstr ""
11746
11747 #: builtin/repack.c:23
11748 msgid ""
11749 "Incremental repacks are incompatible with bitmap indexes. Use\n"
11750 "--no-write-bitmap-index or disable the pack.writebitmaps configuration."
11751 msgstr ""
11752
11753 #: builtin/repack.c:168
11754 msgid "pack everything in a single pack"
11755 msgstr ""
11756
11757 #: builtin/repack.c:170
11758 msgid "same as -a, and turn unreachable objects loose"
11759 msgstr ""
11760
11761 #: builtin/repack.c:173
11762 msgid "remove redundant packs, and run git-prune-packed"
11763 msgstr ""
11764
11765 #: builtin/repack.c:175
11766 msgid "pass --no-reuse-delta to git-pack-objects"
11767 msgstr ""
11768
11769 #: builtin/repack.c:177
11770 msgid "pass --no-reuse-object to git-pack-objects"
11771 msgstr ""
11772
11773 #: builtin/repack.c:179
11774 msgid "do not run git-update-server-info"
11775 msgstr ""
11776
11777 #: builtin/repack.c:182
11778 msgid "pass --local to git-pack-objects"
11779 msgstr ""
11780
11781 #: builtin/repack.c:184
11782 msgid "write bitmap index"
11783 msgstr ""
11784
11785 #: builtin/repack.c:185
11786 msgid "approxidate"
11787 msgstr ""
11788
11789 #: builtin/repack.c:186
11790 msgid "with -A, do not loosen objects older than this"
11791 msgstr ""
11792
11793 #: builtin/repack.c:188
11794 msgid "with -a, repack unreachable objects"
11795 msgstr ""
11796
11797 #: builtin/repack.c:190
11798 msgid "size of the window used for delta compression"
11799 msgstr ""
11800
11801 #: builtin/repack.c:191 builtin/repack.c:197
11802 msgid "bytes"
11803 msgstr ""
11804
11805 #: builtin/repack.c:192
11806 msgid "same as the above, but limit memory size instead of entries count"
11807 msgstr ""
11808
11809 #: builtin/repack.c:194
11810 msgid "limits the maximum delta depth"
11811 msgstr ""
11812
11813 #: builtin/repack.c:196
11814 msgid "limits the maximum number of threads"
11815 msgstr ""
11816
11817 #: builtin/repack.c:198
11818 msgid "maximum size of each packfile"
11819 msgstr ""
11820
11821 #: builtin/repack.c:200
11822 msgid "repack objects in packs marked with .keep"
11823 msgstr ""
11824
11825 #: builtin/repack.c:210
11826 msgid "cannot delete packs in a precious-objects repo"
11827 msgstr ""
11828
11829 #: builtin/repack.c:214
11830 msgid "--keep-unreachable and -A are incompatible"
11831 msgstr ""
11832
11833 #: builtin/repack.c:406 builtin/worktree.c:134
11834 #, c-format
11835 msgid "failed to remove '%s'"
11836 msgstr ""
11837
11838 #: builtin/replace.c:20
11839 msgid "git replace [-f] <object> <replacement>"
11840 msgstr ""
11841
11842 #: builtin/replace.c:21
11843 msgid "git replace [-f] --edit <object>"
11844 msgstr ""
11845
11846 #: builtin/replace.c:22
11847 msgid "git replace [-f] --graft <commit> [<parent>...]"
11848 msgstr ""
11849
11850 #: builtin/replace.c:23
11851 msgid "git replace -d <object>..."
11852 msgstr ""
11853
11854 #: builtin/replace.c:24
11855 msgid "git replace [--format=<format>] [-l [<pattern>]]"
11856 msgstr ""
11857
11858 #: builtin/replace.c:331 builtin/replace.c:369 builtin/replace.c:397
11859 #, c-format
11860 msgid "Not a valid object name: '%s'"
11861 msgstr ""
11862
11863 #: builtin/replace.c:361
11864 #, c-format
11865 msgid "bad mergetag in commit '%s'"
11866 msgstr ""
11867
11868 #: builtin/replace.c:363
11869 #, c-format
11870 msgid "malformed mergetag in commit '%s'"
11871 msgstr ""
11872
11873 #: builtin/replace.c:374
11874 #, c-format
11875 msgid ""
11876 "original commit '%s' contains mergetag '%s' that is discarded; use --edit "
11877 "instead of --graft"
11878 msgstr ""
11879
11880 #: builtin/replace.c:407
11881 #, c-format
11882 msgid "the original commit '%s' has a gpg signature."
11883 msgstr ""
11884
11885 #: builtin/replace.c:408
11886 msgid "the signature will be removed in the replacement commit!"
11887 msgstr ""
11888
11889 #: builtin/replace.c:414
11890 #, c-format
11891 msgid "could not write replacement commit for: '%s'"
11892 msgstr ""
11893
11894 #: builtin/replace.c:438
11895 msgid "list replace refs"
11896 msgstr ""
11897
11898 #: builtin/replace.c:439
11899 msgid "delete replace refs"
11900 msgstr ""
11901
11902 #: builtin/replace.c:440
11903 msgid "edit existing object"
11904 msgstr ""
11905
11906 #: builtin/replace.c:441
11907 msgid "change a commit's parents"
11908 msgstr ""
11909
11910 #: builtin/replace.c:442
11911 msgid "replace the ref if it exists"
11912 msgstr ""
11913
11914 #: builtin/replace.c:443
11915 msgid "do not pretty-print contents for --edit"
11916 msgstr ""
11917
11918 #: builtin/replace.c:444
11919 msgid "use this format"
11920 msgstr ""
11921
11922 #: builtin/rerere.c:13
11923 msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
11924 msgstr ""
11925
11926 #: builtin/rerere.c:59
11927 msgid "register clean resolutions in index"
11928 msgstr ""
11929
11930 #: builtin/reset.c:29
11931 msgid ""
11932 "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
11933 msgstr ""
11934
11935 #: builtin/reset.c:30
11936 msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
11937 msgstr ""
11938
11939 #: builtin/reset.c:31
11940 msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
11941 msgstr ""
11942
11943 #: builtin/reset.c:37
11944 msgid "mixed"
11945 msgstr ""
11946
11947 #: builtin/reset.c:37
11948 msgid "soft"
11949 msgstr ""
11950
11951 #: builtin/reset.c:37
11952 msgid "hard"
11953 msgstr ""
11954
11955 #: builtin/reset.c:37
11956 msgid "merge"
11957 msgstr ""
11958
11959 #: builtin/reset.c:37
11960 msgid "keep"
11961 msgstr ""
11962
11963 #: builtin/reset.c:78
11964 msgid "You do not have a valid HEAD."
11965 msgstr ""
11966
11967 #: builtin/reset.c:80
11968 msgid "Failed to find tree of HEAD."
11969 msgstr ""
11970
11971 #: builtin/reset.c:86
11972 #, c-format
11973 msgid "Failed to find tree of %s."
11974 msgstr ""
11975
11976 #: builtin/reset.c:113
11977 #, c-format
11978 msgid "HEAD is now at %s"
11979 msgstr ""
11980
11981 #: builtin/reset.c:197
11982 #, c-format
11983 msgid "Cannot do a %s reset in the middle of a merge."
11984 msgstr ""
11985
11986 #: builtin/reset.c:297
11987 msgid "be quiet, only report errors"
11988 msgstr ""
11989
11990 #: builtin/reset.c:299
11991 msgid "reset HEAD and index"
11992 msgstr ""
11993
11994 #: builtin/reset.c:300
11995 msgid "reset only HEAD"
11996 msgstr ""
11997
11998 #: builtin/reset.c:302 builtin/reset.c:304
11999 msgid "reset HEAD, index and working tree"
12000 msgstr ""
12001
12002 #: builtin/reset.c:306
12003 msgid "reset HEAD but keep local changes"
12004 msgstr ""
12005
12006 #: builtin/reset.c:312
12007 msgid "record only the fact that removed paths will be added later"
12008 msgstr ""
12009
12010 #: builtin/reset.c:329
12011 #, c-format
12012 msgid "Failed to resolve '%s' as a valid revision."
12013 msgstr ""
12014
12015 #: builtin/reset.c:337
12016 #, c-format
12017 msgid "Failed to resolve '%s' as a valid tree."
12018 msgstr ""
12019
12020 #: builtin/reset.c:346
12021 msgid "--patch is incompatible with --{hard,mixed,soft}"
12022 msgstr ""
12023
12024 #: builtin/reset.c:355
12025 msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
12026 msgstr ""
12027
12028 #: builtin/reset.c:357
12029 #, c-format
12030 msgid "Cannot do %s reset with paths."
12031 msgstr ""
12032
12033 #: builtin/reset.c:367
12034 #, c-format
12035 msgid "%s reset is not allowed in a bare repository"
12036 msgstr ""
12037
12038 #: builtin/reset.c:371
12039 msgid "-N can only be used with --mixed"
12040 msgstr ""
12041
12042 #: builtin/reset.c:388
12043 msgid "Unstaged changes after reset:"
12044 msgstr ""
12045
12046 #: builtin/reset.c:394
12047 #, c-format
12048 msgid "Could not reset index file to revision '%s'."
12049 msgstr ""
12050
12051 #: builtin/reset.c:398
12052 msgid "Could not write new index file."
12053 msgstr ""
12054
12055 #: builtin/rev-list.c:361
12056 msgid "rev-list does not support display of notes"
12057 msgstr ""
12058
12059 #: builtin/rev-parse.c:402
12060 msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
12061 msgstr ""
12062
12063 #: builtin/rev-parse.c:407
12064 msgid "keep the `--` passed as an arg"
12065 msgstr ""
12066
12067 #: builtin/rev-parse.c:409
12068 msgid "stop parsing after the first non-option argument"
12069 msgstr ""
12070
12071 #: builtin/rev-parse.c:412
12072 msgid "output in stuck long form"
12073 msgstr ""
12074
12075 #: builtin/rev-parse.c:545
12076 msgid ""
12077 "git rev-parse --parseopt [<options>] -- [<args>...]\n"
12078 " or: git rev-parse --sq-quote [<arg>...]\n"
12079 " or: git rev-parse [<options>] [<arg>...]\n"
12080 "\n"
12081 "Run \"git rev-parse --parseopt -h\" for more information on the first usage."
12082 msgstr ""
12083
12084 #: builtin/revert.c:23
12085 msgid "git revert [<options>] <commit-ish>..."
12086 msgstr ""
12087
12088 #: builtin/revert.c:24
12089 msgid "git revert <subcommand>"
12090 msgstr ""
12091
12092 #: builtin/revert.c:29
12093 msgid "git cherry-pick [<options>] <commit-ish>..."
12094 msgstr ""
12095
12096 #: builtin/revert.c:30
12097 msgid "git cherry-pick <subcommand>"
12098 msgstr ""
12099
12100 #: builtin/revert.c:90
12101 #, c-format
12102 msgid "%s: %s cannot be used with %s"
12103 msgstr ""
12104
12105 #: builtin/revert.c:99
12106 msgid "end revert or cherry-pick sequence"
12107 msgstr ""
12108
12109 #: builtin/revert.c:100
12110 msgid "resume revert or cherry-pick sequence"
12111 msgstr ""
12112
12113 #: builtin/revert.c:101
12114 msgid "cancel revert or cherry-pick sequence"
12115 msgstr ""
12116
12117 #: builtin/revert.c:102
12118 msgid "don't automatically commit"
12119 msgstr ""
12120
12121 #: builtin/revert.c:103
12122 msgid "edit the commit message"
12123 msgstr ""
12124
12125 #: builtin/revert.c:106
12126 msgid "parent-number"
12127 msgstr ""
12128
12129 #: builtin/revert.c:107
12130 msgid "select mainline parent"
12131 msgstr ""
12132
12133 #: builtin/revert.c:109
12134 msgid "merge strategy"
12135 msgstr ""
12136
12137 #: builtin/revert.c:110
12138 msgid "option"
12139 msgstr ""
12140
12141 #: builtin/revert.c:111
12142 msgid "option for merge strategy"
12143 msgstr ""
12144
12145 #: builtin/revert.c:120
12146 msgid "append commit name"
12147 msgstr ""
12148
12149 #: builtin/revert.c:122
12150 msgid "preserve initially empty commits"
12151 msgstr ""
12152
12153 #: builtin/revert.c:123
12154 msgid "allow commits with empty messages"
12155 msgstr ""
12156
12157 #: builtin/revert.c:124
12158 msgid "keep redundant, empty commits"
12159 msgstr ""
12160
12161 #: builtin/revert.c:214
12162 msgid "revert failed"
12163 msgstr ""
12164
12165 #: builtin/revert.c:227
12166 msgid "cherry-pick failed"
12167 msgstr ""
12168
12169 #: builtin/rm.c:18
12170 msgid "git rm [<options>] [--] <file>..."
12171 msgstr ""
12172
12173 #: builtin/rm.c:206
12174 msgid ""
12175 "the following file has staged content different from both the\n"
12176 "file and the HEAD:"
12177 msgid_plural ""
12178 "the following files have staged content different from both the\n"
12179 "file and the HEAD:"
12180 msgstr[0] ""
12181 msgstr[1] ""
12182
12183 #: builtin/rm.c:211
12184 msgid ""
12185 "\n"
12186 "(use -f to force removal)"
12187 msgstr ""
12188
12189 #: builtin/rm.c:215
12190 msgid "the following file has changes staged in the index:"
12191 msgid_plural "the following files have changes staged in the index:"
12192 msgstr[0] ""
12193 msgstr[1] ""
12194
12195 #: builtin/rm.c:219 builtin/rm.c:228
12196 msgid ""
12197 "\n"
12198 "(use --cached to keep the file, or -f to force removal)"
12199 msgstr ""
12200
12201 #: builtin/rm.c:225
12202 msgid "the following file has local modifications:"
12203 msgid_plural "the following files have local modifications:"
12204 msgstr[0] ""
12205 msgstr[1] ""
12206
12207 #: builtin/rm.c:243
12208 msgid "do not list removed files"
12209 msgstr ""
12210
12211 #: builtin/rm.c:244
12212 msgid "only remove from the index"
12213 msgstr ""
12214
12215 #: builtin/rm.c:245
12216 msgid "override the up-to-date check"
12217 msgstr ""
12218
12219 #: builtin/rm.c:246
12220 msgid "allow recursive removal"
12221 msgstr ""
12222
12223 #: builtin/rm.c:248
12224 msgid "exit with a zero status even if nothing matched"
12225 msgstr ""
12226
12227 #: builtin/rm.c:307
12228 #, c-format
12229 msgid "not removing '%s' recursively without -r"
12230 msgstr ""
12231
12232 #: builtin/rm.c:346
12233 #, c-format
12234 msgid "git rm: unable to remove %s"
12235 msgstr ""
12236
12237 #: builtin/rm.c:369
12238 #, c-format
12239 msgid "could not remove '%s'"
12240 msgstr ""
12241
12242 #: builtin/send-pack.c:19
12243 msgid ""
12244 "git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
12245 "receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
12246 "[<ref>...]\n"
12247 " --all and explicit <ref> specification are mutually exclusive."
12248 msgstr ""
12249
12250 #: builtin/send-pack.c:162
12251 msgid "remote name"
12252 msgstr ""
12253
12254 #: builtin/send-pack.c:176
12255 msgid "use stateless RPC protocol"
12256 msgstr ""
12257
12258 #: builtin/send-pack.c:177
12259 msgid "read refs from stdin"
12260 msgstr ""
12261
12262 #: builtin/send-pack.c:178
12263 msgid "print status from remote helper"
12264 msgstr ""
12265
12266 #: builtin/shortlog.c:14
12267 msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"
12268 msgstr ""
12269
12270 #: builtin/shortlog.c:263
12271 msgid "Group by committer rather than author"
12272 msgstr ""
12273
12274 #: builtin/shortlog.c:265
12275 msgid "sort output according to the number of commits per author"
12276 msgstr ""
12277
12278 #: builtin/shortlog.c:267
12279 msgid "Suppress commit descriptions, only provides commit count"
12280 msgstr ""
12281
12282 #: builtin/shortlog.c:269
12283 msgid "Show the email address of each author"
12284 msgstr ""
12285
12286 #: builtin/shortlog.c:270
12287 msgid "w[,i1[,i2]]"
12288 msgstr ""
12289
12290 #: builtin/shortlog.c:271
12291 msgid "Linewrap output"
12292 msgstr ""
12293
12294 #: builtin/show-branch.c:12
12295 msgid ""
12296 "git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
12297 "\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
12298 "\t\t[--more=<n> | --list | --independent | --merge-base]\n"
12299 "\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
12300 msgstr ""
12301
12302 #: builtin/show-branch.c:16
12303 msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
12304 msgstr ""
12305
12306 #: builtin/show-branch.c:376
12307 #, c-format
12308 msgid "ignoring %s; cannot handle more than %d ref"
12309 msgid_plural "ignoring %s; cannot handle more than %d refs"
12310 msgstr[0] ""
12311 msgstr[1] ""
12312
12313 #: builtin/show-branch.c:530
12314 #, c-format
12315 msgid "no matching refs with %s"
12316 msgstr ""
12317
12318 #: builtin/show-branch.c:626
12319 msgid "show remote-tracking and local branches"
12320 msgstr ""
12321
12322 #: builtin/show-branch.c:628
12323 msgid "show remote-tracking branches"
12324 msgstr ""
12325
12326 #: builtin/show-branch.c:630
12327 msgid "color '*!+-' corresponding to the branch"
12328 msgstr ""
12329
12330 #: builtin/show-branch.c:632
12331 msgid "show <n> more commits after the common ancestor"
12332 msgstr ""
12333
12334 #: builtin/show-branch.c:634
12335 msgid "synonym to more=-1"
12336 msgstr ""
12337
12338 #: builtin/show-branch.c:635
12339 msgid "suppress naming strings"
12340 msgstr ""
12341
12342 #: builtin/show-branch.c:637
12343 msgid "include the current branch"
12344 msgstr ""
12345
12346 #: builtin/show-branch.c:639
12347 msgid "name commits with their object names"
12348 msgstr ""
12349
12350 #: builtin/show-branch.c:641
12351 msgid "show possible merge bases"
12352 msgstr ""
12353
12354 #: builtin/show-branch.c:643
12355 msgid "show refs unreachable from any other ref"
12356 msgstr ""
12357
12358 #: builtin/show-branch.c:645
12359 msgid "show commits in topological order"
12360 msgstr ""
12361
12362 #: builtin/show-branch.c:648
12363 msgid "show only commits not on the first branch"
12364 msgstr ""
12365
12366 #: builtin/show-branch.c:650
12367 msgid "show merges reachable from only one tip"
12368 msgstr ""
12369
12370 #: builtin/show-branch.c:652
12371 msgid "topologically sort, maintaining date order where possible"
12372 msgstr ""
12373
12374 #: builtin/show-branch.c:655
12375 msgid "<n>[,<base>]"
12376 msgstr ""
12377
12378 #: builtin/show-branch.c:656
12379 msgid "show <n> most recent ref-log entries starting at base"
12380 msgstr ""
12381
12382 #: builtin/show-branch.c:690
12383 msgid ""
12384 "--reflog is incompatible with --all, --remotes, --independent or --merge-base"
12385 msgstr ""
12386
12387 #: builtin/show-branch.c:714
12388 msgid "no branches given, and HEAD is not valid"
12389 msgstr ""
12390
12391 #: builtin/show-branch.c:717
12392 msgid "--reflog option needs one branch name"
12393 msgstr ""
12394
12395 #: builtin/show-branch.c:720
12396 #, c-format
12397 msgid "only %d entry can be shown at one time."
12398 msgid_plural "only %d entries can be shown at one time."
12399 msgstr[0] ""
12400 msgstr[1] ""
12401
12402 #: builtin/show-branch.c:724
12403 #, c-format
12404 msgid "no such ref %s"
12405 msgstr ""
12406
12407 #: builtin/show-branch.c:808
12408 #, c-format
12409 msgid "cannot handle more than %d rev."
12410 msgid_plural "cannot handle more than %d revs."
12411 msgstr[0] ""
12412 msgstr[1] ""
12413
12414 #: builtin/show-branch.c:812
12415 #, c-format
12416 msgid "'%s' is not a valid ref."
12417 msgstr ""
12418
12419 #: builtin/show-branch.c:815
12420 #, c-format
12421 msgid "cannot find commit %s (%s)"
12422 msgstr ""
12423
12424 #: builtin/show-ref.c:10
12425 msgid ""
12426 "git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
12427 "hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
12428 msgstr ""
12429
12430 #: builtin/show-ref.c:11
12431 msgid "git show-ref --exclude-existing[=<pattern>]"
12432 msgstr ""
12433
12434 #: builtin/show-ref.c:159
12435 msgid "only show tags (can be combined with heads)"
12436 msgstr ""
12437
12438 #: builtin/show-ref.c:160
12439 msgid "only show heads (can be combined with tags)"
12440 msgstr ""
12441
12442 #: builtin/show-ref.c:161
12443 msgid "stricter reference checking, requires exact ref path"
12444 msgstr ""
12445
12446 #: builtin/show-ref.c:164 builtin/show-ref.c:166
12447 msgid "show the HEAD reference, even if it would be filtered out"
12448 msgstr ""
12449
12450 #: builtin/show-ref.c:168
12451 msgid "dereference tags into object IDs"
12452 msgstr ""
12453
12454 #: builtin/show-ref.c:170
12455 msgid "only show SHA1 hash using <n> digits"
12456 msgstr ""
12457
12458 #: builtin/show-ref.c:174
12459 msgid "do not print results to stdout (useful with --verify)"
12460 msgstr ""
12461
12462 #: builtin/show-ref.c:176
12463 msgid "show refs from stdin that aren't in local repository"
12464 msgstr ""
12465
12466 #: builtin/stripspace.c:18
12467 msgid "git stripspace [-s | --strip-comments]"
12468 msgstr ""
12469
12470 #: builtin/stripspace.c:19
12471 msgid "git stripspace [-c | --comment-lines]"
12472 msgstr ""
12473
12474 #: builtin/stripspace.c:36
12475 msgid "skip and remove all lines starting with comment character"
12476 msgstr ""
12477
12478 #: builtin/stripspace.c:39
12479 msgid "prepend comment character and space to each line"
12480 msgstr ""
12481
12482 #: builtin/submodule--helper.c:24 builtin/submodule--helper.c:1094
12483 #, c-format
12484 msgid "No such ref: %s"
12485 msgstr ""
12486
12487 #: builtin/submodule--helper.c:31 builtin/submodule--helper.c:1103
12488 #, c-format
12489 msgid "Expecting a full ref name, got %s"
12490 msgstr ""
12491
12492 #: builtin/submodule--helper.c:71
12493 #, c-format
12494 msgid "cannot strip one component off url '%s'"
12495 msgstr ""
12496
12497 #: builtin/submodule--helper.c:302 builtin/submodule--helper.c:623
12498 msgid "alternative anchor for relative paths"
12499 msgstr ""
12500
12501 #: builtin/submodule--helper.c:307
12502 msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
12503 msgstr ""
12504
12505 #: builtin/submodule--helper.c:350 builtin/submodule--helper.c:374
12506 #, c-format
12507 msgid "No url found for submodule path '%s' in .gitmodules"
12508 msgstr ""
12509
12510 #: builtin/submodule--helper.c:389
12511 #, c-format
12512 msgid ""
12513 "could not lookup configuration '%s'. Assuming this repository is its own "
12514 "authoritative upstream."
12515 msgstr ""
12516
12517 #: builtin/submodule--helper.c:400
12518 #, c-format
12519 msgid "Failed to register url for submodule path '%s'"
12520 msgstr ""
12521
12522 #: builtin/submodule--helper.c:404
12523 #, c-format
12524 msgid "Submodule '%s' (%s) registered for path '%s'\n"
12525 msgstr ""
12526
12527 #: builtin/submodule--helper.c:414
12528 #, c-format
12529 msgid "warning: command update mode suggested for submodule '%s'\n"
12530 msgstr ""
12531
12532 #: builtin/submodule--helper.c:421
12533 #, c-format
12534 msgid "Failed to register update mode for submodule path '%s'"
12535 msgstr ""
12536
12537 #: builtin/submodule--helper.c:437
12538 msgid "Suppress output for initializing a submodule"
12539 msgstr ""
12540
12541 #: builtin/submodule--helper.c:442
12542 msgid "git submodule--helper init [<path>]"
12543 msgstr ""
12544
12545 #: builtin/submodule--helper.c:470
12546 msgid "git submodule--helper name <path>"
12547 msgstr ""
12548
12549 #: builtin/submodule--helper.c:475
12550 #, c-format
12551 msgid "no submodule mapping found in .gitmodules for path '%s'"
12552 msgstr ""
12553
12554 #: builtin/submodule--helper.c:558 builtin/submodule--helper.c:561
12555 #, c-format
12556 msgid "submodule '%s' cannot add alternate: %s"
12557 msgstr ""
12558
12559 #: builtin/submodule--helper.c:597
12560 #, c-format
12561 msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
12562 msgstr ""
12563
12564 #: builtin/submodule--helper.c:604
12565 #, c-format
12566 msgid "Value '%s' for submodule.alternateLocation is not recognized"
12567 msgstr ""
12568
12569 #: builtin/submodule--helper.c:626
12570 msgid "where the new submodule will be cloned to"
12571 msgstr ""
12572
12573 #: builtin/submodule--helper.c:629
12574 msgid "name of the new submodule"
12575 msgstr ""
12576
12577 #: builtin/submodule--helper.c:632
12578 msgid "url where to clone the submodule from"
12579 msgstr ""
12580
12581 #: builtin/submodule--helper.c:638
12582 msgid "depth for shallow clones"
12583 msgstr ""
12584
12585 #: builtin/submodule--helper.c:641 builtin/submodule--helper.c:1012
12586 msgid "force cloning progress"
12587 msgstr ""
12588
12589 #: builtin/submodule--helper.c:646
12590 msgid ""
12591 "git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
12592 "<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
12593 msgstr ""
12594
12595 #: builtin/submodule--helper.c:677
12596 #, c-format
12597 msgid "clone of '%s' into submodule path '%s' failed"
12598 msgstr ""
12599
12600 #: builtin/submodule--helper.c:692
12601 #, c-format
12602 msgid "could not get submodule directory for '%s'"
12603 msgstr ""
12604
12605 #: builtin/submodule--helper.c:757
12606 #, c-format
12607 msgid "Submodule path '%s' not initialized"
12608 msgstr ""
12609
12610 #: builtin/submodule--helper.c:761
12611 msgid "Maybe you want to use 'update --init'?"
12612 msgstr ""
12613
12614 #: builtin/submodule--helper.c:790
12615 #, c-format
12616 msgid "Skipping unmerged submodule %s"
12617 msgstr ""
12618
12619 #: builtin/submodule--helper.c:819
12620 #, c-format
12621 msgid "Skipping submodule '%s'"
12622 msgstr ""
12623
12624 #: builtin/submodule--helper.c:952
12625 #, c-format
12626 msgid "Failed to clone '%s'. Retry scheduled"
12627 msgstr ""
12628
12629 #: builtin/submodule--helper.c:963
12630 #, c-format
12631 msgid "Failed to clone '%s' a second time, aborting"
12632 msgstr ""
12633
12634 #: builtin/submodule--helper.c:993 builtin/submodule--helper.c:1213
12635 msgid "path into the working tree"
12636 msgstr ""
12637
12638 #: builtin/submodule--helper.c:996
12639 msgid "path into the working tree, across nested submodule boundaries"
12640 msgstr ""
12641
12642 #: builtin/submodule--helper.c:1000
12643 msgid "rebase, merge, checkout or none"
12644 msgstr ""
12645
12646 #: builtin/submodule--helper.c:1004
12647 msgid "Create a shallow clone truncated to the specified number of revisions"
12648 msgstr ""
12649
12650 #: builtin/submodule--helper.c:1007
12651 msgid "parallel jobs"
12652 msgstr ""
12653
12654 #: builtin/submodule--helper.c:1009
12655 msgid "whether the initial clone should follow the shallow recommendation"
12656 msgstr ""
12657
12658 #: builtin/submodule--helper.c:1010
12659 msgid "don't print cloning progress"
12660 msgstr ""
12661
12662 #: builtin/submodule--helper.c:1017
12663 msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
12664 msgstr ""
12665
12666 #: builtin/submodule--helper.c:1030
12667 msgid "bad value for update parameter"
12668 msgstr ""
12669
12670 #: builtin/submodule--helper.c:1098
12671 #, c-format
12672 msgid ""
12673 "Submodule (%s) branch configured to inherit branch from superproject, but "
12674 "the superproject is not on any branch"
12675 msgstr ""
12676
12677 #: builtin/submodule--helper.c:1214
12678 msgid "recurse into submodules"
12679 msgstr ""
12680
12681 #: builtin/submodule--helper.c:1220
12682 msgid "git submodule--helper embed-git-dir [<path>...]"
12683 msgstr ""
12684
12685 #: builtin/submodule--helper.c:1278
12686 #, c-format
12687 msgid "%s doesn't support --super-prefix"
12688 msgstr ""
12689
12690 #: builtin/submodule--helper.c:1284
12691 #, c-format
12692 msgid "'%s' is not a valid submodule--helper subcommand"
12693 msgstr ""
12694
12695 #: builtin/symbolic-ref.c:8
12696 msgid "git symbolic-ref [<options>] <name> [<ref>]"
12697 msgstr ""
12698
12699 #: builtin/symbolic-ref.c:9
12700 msgid "git symbolic-ref -d [-q] <name>"
12701 msgstr ""
12702
12703 #: builtin/symbolic-ref.c:40
12704 msgid "suppress error message for non-symbolic (detached) refs"
12705 msgstr ""
12706
12707 #: builtin/symbolic-ref.c:41
12708 msgid "delete symbolic ref"
12709 msgstr ""
12710
12711 #: builtin/symbolic-ref.c:42
12712 msgid "shorten ref output"
12713 msgstr ""
12714
12715 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
12716 msgid "reason"
12717 msgstr ""
12718
12719 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
12720 msgid "reason of the update"
12721 msgstr ""
12722
12723 #: builtin/tag.c:24
12724 msgid ""
12725 "git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
12726 "[<head>]"
12727 msgstr ""
12728
12729 #: builtin/tag.c:25
12730 msgid "git tag -d <tagname>..."
12731 msgstr ""
12732
12733 #: builtin/tag.c:26
12734 msgid ""
12735 "git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
12736 "points-at <object>]\n"
12737 "\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
12738 msgstr ""
12739
12740 #: builtin/tag.c:28
12741 msgid "git tag -v [--format=<format>] <tagname>..."
12742 msgstr ""
12743
12744 #: builtin/tag.c:86
12745 #, c-format
12746 msgid "tag '%s' not found."
12747 msgstr ""
12748
12749 #: builtin/tag.c:102
12750 #, c-format
12751 msgid "Deleted tag '%s' (was %s)\n"
12752 msgstr ""
12753
12754 #: builtin/tag.c:131
12755 #, c-format
12756 msgid ""
12757 "\n"
12758 "Write a message for tag:\n"
12759 " %s\n"
12760 "Lines starting with '%c' will be ignored.\n"
12761 msgstr ""
12762
12763 #: builtin/tag.c:135
12764 #, c-format
12765 msgid ""
12766 "\n"
12767 "Write a message for tag:\n"
12768 " %s\n"
12769 "Lines starting with '%c' will be kept; you may remove them yourself if you "
12770 "want to.\n"
12771 msgstr ""
12772
12773 #: builtin/tag.c:189
12774 msgid "unable to sign the tag"
12775 msgstr ""
12776
12777 #: builtin/tag.c:191
12778 msgid "unable to write tag file"
12779 msgstr ""
12780
12781 #: builtin/tag.c:215
12782 msgid "bad object type."
12783 msgstr ""
12784
12785 #: builtin/tag.c:261
12786 msgid "no tag message?"
12787 msgstr ""
12788
12789 #: builtin/tag.c:268
12790 #, c-format
12791 msgid "The tag message has been left in %s\n"
12792 msgstr ""
12793
12794 #: builtin/tag.c:376
12795 msgid "list tag names"
12796 msgstr ""
12797
12798 #: builtin/tag.c:378
12799 msgid "print <n> lines of each tag message"
12800 msgstr ""
12801
12802 #: builtin/tag.c:380
12803 msgid "delete tags"
12804 msgstr ""
12805
12806 #: builtin/tag.c:381
12807 msgid "verify tags"
12808 msgstr ""
12809
12810 #: builtin/tag.c:383
12811 msgid "Tag creation options"
12812 msgstr ""
12813
12814 #: builtin/tag.c:385
12815 msgid "annotated tag, needs a message"
12816 msgstr ""
12817
12818 #: builtin/tag.c:387
12819 msgid "tag message"
12820 msgstr ""
12821
12822 #: builtin/tag.c:389
12823 msgid "annotated and GPG-signed tag"
12824 msgstr ""
12825
12826 #: builtin/tag.c:393
12827 msgid "use another key to sign the tag"
12828 msgstr ""
12829
12830 #: builtin/tag.c:394
12831 msgid "replace the tag if exists"
12832 msgstr ""
12833
12834 #: builtin/tag.c:395 builtin/update-ref.c:368
12835 msgid "create a reflog"
12836 msgstr ""
12837
12838 #: builtin/tag.c:397
12839 msgid "Tag listing options"
12840 msgstr ""
12841
12842 #: builtin/tag.c:398
12843 msgid "show tag list in columns"
12844 msgstr ""
12845
12846 #: builtin/tag.c:399 builtin/tag.c:401
12847 msgid "print only tags that contain the commit"
12848 msgstr ""
12849
12850 #: builtin/tag.c:400 builtin/tag.c:402
12851 msgid "print only tags that don't contain the commit"
12852 msgstr ""
12853
12854 #: builtin/tag.c:403
12855 msgid "print only tags that are merged"
12856 msgstr ""
12857
12858 #: builtin/tag.c:404
12859 msgid "print only tags that are not merged"
12860 msgstr ""
12861
12862 #: builtin/tag.c:409
12863 msgid "print only tags of the object"
12864 msgstr ""
12865
12866 #: builtin/tag.c:453
12867 msgid "--column and -n are incompatible"
12868 msgstr ""
12869
12870 #: builtin/tag.c:475
12871 msgid "-n option is only allowed in list mode"
12872 msgstr ""
12873
12874 #: builtin/tag.c:477
12875 msgid "--contains option is only allowed in list mode"
12876 msgstr ""
12877
12878 #: builtin/tag.c:479
12879 msgid "--no-contains option is only allowed in list mode"
12880 msgstr ""
12881
12882 #: builtin/tag.c:481
12883 msgid "--points-at option is only allowed in list mode"
12884 msgstr ""
12885
12886 #: builtin/tag.c:483
12887 msgid "--merged and --no-merged options are only allowed in list mode"
12888 msgstr ""
12889
12890 #: builtin/tag.c:494
12891 msgid "only one -F or -m option is allowed."
12892 msgstr ""
12893
12894 #: builtin/tag.c:513
12895 msgid "too many params"
12896 msgstr ""
12897
12898 #: builtin/tag.c:519
12899 #, c-format
12900 msgid "'%s' is not a valid tag name."
12901 msgstr ""
12902
12903 #: builtin/tag.c:524
12904 #, c-format
12905 msgid "tag '%s' already exists"
12906 msgstr ""
12907
12908 #: builtin/tag.c:554
12909 #, c-format
12910 msgid "Updated tag '%s' (was %s)\n"
12911 msgstr ""
12912
12913 #: builtin/unpack-objects.c:494
12914 msgid "Unpacking objects"
12915 msgstr ""
12916
12917 #: builtin/update-index.c:80
12918 #, c-format
12919 msgid "failed to create directory %s"
12920 msgstr ""
12921
12922 #: builtin/update-index.c:86
12923 #, c-format
12924 msgid "failed to stat %s"
12925 msgstr ""
12926
12927 #: builtin/update-index.c:96
12928 #, c-format
12929 msgid "failed to create file %s"
12930 msgstr ""
12931
12932 #: builtin/update-index.c:104
12933 #, c-format
12934 msgid "failed to delete file %s"
12935 msgstr ""
12936
12937 #: builtin/update-index.c:111 builtin/update-index.c:217
12938 #, c-format
12939 msgid "failed to delete directory %s"
12940 msgstr ""
12941
12942 #: builtin/update-index.c:136
12943 #, c-format
12944 msgid "Testing mtime in '%s' "
12945 msgstr ""
12946
12947 #: builtin/update-index.c:150
12948 msgid "directory stat info does not change after adding a new file"
12949 msgstr ""
12950
12951 #: builtin/update-index.c:163
12952 msgid "directory stat info does not change after adding a new directory"
12953 msgstr ""
12954
12955 #: builtin/update-index.c:176
12956 msgid "directory stat info changes after updating a file"
12957 msgstr ""
12958
12959 #: builtin/update-index.c:187
12960 msgid "directory stat info changes after adding a file inside subdirectory"
12961 msgstr ""
12962
12963 #: builtin/update-index.c:198
12964 msgid "directory stat info does not change after deleting a file"
12965 msgstr ""
12966
12967 #: builtin/update-index.c:211
12968 msgid "directory stat info does not change after deleting a directory"
12969 msgstr ""
12970
12971 #: builtin/update-index.c:218
12972 msgid " OK"
12973 msgstr ""
12974
12975 #: builtin/update-index.c:571
12976 msgid "git update-index [<options>] [--] [<file>...]"
12977 msgstr ""
12978
12979 #: builtin/update-index.c:926
12980 msgid "continue refresh even when index needs update"
12981 msgstr ""
12982
12983 #: builtin/update-index.c:929
12984 msgid "refresh: ignore submodules"
12985 msgstr ""
12986
12987 #: builtin/update-index.c:932
12988 msgid "do not ignore new files"
12989 msgstr ""
12990
12991 #: builtin/update-index.c:934
12992 msgid "let files replace directories and vice-versa"
12993 msgstr ""
12994
12995 #: builtin/update-index.c:936
12996 msgid "notice files missing from worktree"
12997 msgstr ""
12998
12999 #: builtin/update-index.c:938
13000 msgid "refresh even if index contains unmerged entries"
13001 msgstr ""
13002
13003 #: builtin/update-index.c:941
13004 msgid "refresh stat information"
13005 msgstr ""
13006
13007 #: builtin/update-index.c:945
13008 msgid "like --refresh, but ignore assume-unchanged setting"
13009 msgstr ""
13010
13011 #: builtin/update-index.c:949
13012 msgid "<mode>,<object>,<path>"
13013 msgstr ""
13014
13015 #: builtin/update-index.c:950
13016 msgid "add the specified entry to the index"
13017 msgstr ""
13018
13019 #: builtin/update-index.c:959
13020 msgid "mark files as \"not changing\""
13021 msgstr ""
13022
13023 #: builtin/update-index.c:962
13024 msgid "clear assumed-unchanged bit"
13025 msgstr ""
13026
13027 #: builtin/update-index.c:965
13028 msgid "mark files as \"index-only\""
13029 msgstr ""
13030
13031 #: builtin/update-index.c:968
13032 msgid "clear skip-worktree bit"
13033 msgstr ""
13034
13035 #: builtin/update-index.c:971
13036 msgid "add to index only; do not add content to object database"
13037 msgstr ""
13038
13039 #: builtin/update-index.c:973
13040 msgid "remove named paths even if present in worktree"
13041 msgstr ""
13042
13043 #: builtin/update-index.c:975
13044 msgid "with --stdin: input lines are terminated by null bytes"
13045 msgstr ""
13046
13047 #: builtin/update-index.c:977
13048 msgid "read list of paths to be updated from standard input"
13049 msgstr ""
13050
13051 #: builtin/update-index.c:981
13052 msgid "add entries from standard input to the index"
13053 msgstr ""
13054
13055 #: builtin/update-index.c:985
13056 msgid "repopulate stages #2 and #3 for the listed paths"
13057 msgstr ""
13058
13059 #: builtin/update-index.c:989
13060 msgid "only update entries that differ from HEAD"
13061 msgstr ""
13062
13063 #: builtin/update-index.c:993
13064 msgid "ignore files missing from worktree"
13065 msgstr ""
13066
13067 #: builtin/update-index.c:996
13068 msgid "report actions to standard output"
13069 msgstr ""
13070
13071 #: builtin/update-index.c:998
13072 msgid "(for porcelains) forget saved unresolved conflicts"
13073 msgstr ""
13074
13075 #: builtin/update-index.c:1002
13076 msgid "write index in this format"
13077 msgstr ""
13078
13079 #: builtin/update-index.c:1004
13080 msgid "enable or disable split index"
13081 msgstr ""
13082
13083 #: builtin/update-index.c:1006
13084 msgid "enable/disable untracked cache"
13085 msgstr ""
13086
13087 #: builtin/update-index.c:1008
13088 msgid "test if the filesystem supports untracked cache"
13089 msgstr ""
13090
13091 #: builtin/update-index.c:1010
13092 msgid "enable untracked cache without testing the filesystem"
13093 msgstr ""
13094
13095 #: builtin/update-index.c:1107
13096 msgid ""
13097 "core.splitIndex is set to false; remove or change it, if you really want to "
13098 "enable split index"
13099 msgstr ""
13100
13101 #: builtin/update-index.c:1116
13102 msgid ""
13103 "core.splitIndex is set to true; remove or change it, if you really want to "
13104 "disable split index"
13105 msgstr ""
13106
13107 #: builtin/update-index.c:1127
13108 msgid ""
13109 "core.untrackedCache is set to true; remove or change it, if you really want "
13110 "to disable the untracked cache"
13111 msgstr ""
13112
13113 #: builtin/update-index.c:1131
13114 msgid "Untracked cache disabled"
13115 msgstr ""
13116
13117 #: builtin/update-index.c:1139
13118 msgid ""
13119 "core.untrackedCache is set to false; remove or change it, if you really want "
13120 "to enable the untracked cache"
13121 msgstr ""
13122
13123 #: builtin/update-index.c:1143
13124 #, c-format
13125 msgid "Untracked cache enabled for '%s'"
13126 msgstr ""
13127
13128 #: builtin/update-ref.c:10
13129 msgid "git update-ref [<options>] -d <refname> [<old-val>]"
13130 msgstr ""
13131
13132 #: builtin/update-ref.c:11
13133 msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"
13134 msgstr ""
13135
13136 #: builtin/update-ref.c:12
13137 msgid "git update-ref [<options>] --stdin [-z]"
13138 msgstr ""
13139
13140 #: builtin/update-ref.c:363
13141 msgid "delete the reference"
13142 msgstr ""
13143
13144 #: builtin/update-ref.c:365
13145 msgid "update <refname> not the one it points to"
13146 msgstr ""
13147
13148 #: builtin/update-ref.c:366
13149 msgid "stdin has NUL-terminated arguments"
13150 msgstr ""
13151
13152 #: builtin/update-ref.c:367
13153 msgid "read updates from stdin"
13154 msgstr ""
13155
13156 #: builtin/update-server-info.c:7
13157 msgid "git update-server-info [--force]"
13158 msgstr ""
13159
13160 #: builtin/update-server-info.c:15
13161 msgid "update the info files from scratch"
13162 msgstr ""
13163
13164 #: builtin/verify-commit.c:18
13165 msgid "git verify-commit [-v | --verbose] <commit>..."
13166 msgstr ""
13167
13168 #: builtin/verify-commit.c:73
13169 msgid "print commit contents"
13170 msgstr ""
13171
13172 #: builtin/verify-commit.c:74 builtin/verify-tag.c:38
13173 msgid "print raw gpg status output"
13174 msgstr ""
13175
13176 #: builtin/verify-pack.c:55
13177 msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
13178 msgstr ""
13179
13180 #: builtin/verify-pack.c:65
13181 msgid "verbose"
13182 msgstr ""
13183
13184 #: builtin/verify-pack.c:67
13185 msgid "show statistics only"
13186 msgstr ""
13187
13188 #: builtin/verify-tag.c:19
13189 msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
13190 msgstr ""
13191
13192 #: builtin/verify-tag.c:37
13193 msgid "print tag contents"
13194 msgstr ""
13195
13196 #: builtin/worktree.c:16
13197 msgid "git worktree add [<options>] <path> [<branch>]"
13198 msgstr ""
13199
13200 #: builtin/worktree.c:17
13201 msgid "git worktree list [<options>]"
13202 msgstr ""
13203
13204 #: builtin/worktree.c:18
13205 msgid "git worktree lock [<options>] <path>"
13206 msgstr ""
13207
13208 #: builtin/worktree.c:19
13209 msgid "git worktree prune [<options>]"
13210 msgstr ""
13211
13212 #: builtin/worktree.c:20
13213 msgid "git worktree unlock <path>"
13214 msgstr ""
13215
13216 #: builtin/worktree.c:46
13217 #, c-format
13218 msgid "Removing worktrees/%s: not a valid directory"
13219 msgstr ""
13220
13221 #: builtin/worktree.c:52
13222 #, c-format
13223 msgid "Removing worktrees/%s: gitdir file does not exist"
13224 msgstr ""
13225
13226 #: builtin/worktree.c:57 builtin/worktree.c:66
13227 #, c-format
13228 msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
13229 msgstr ""
13230
13231 #: builtin/worktree.c:76
13232 #, c-format
13233 msgid ""
13234 "Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "
13235 "%<PRIuMAX>)"
13236 msgstr ""
13237
13238 #: builtin/worktree.c:84
13239 #, c-format
13240 msgid "Removing worktrees/%s: invalid gitdir file"
13241 msgstr ""
13242
13243 #: builtin/worktree.c:100
13244 #, c-format
13245 msgid "Removing worktrees/%s: gitdir file points to non-existent location"
13246 msgstr ""
13247
13248 #: builtin/worktree.c:147
13249 msgid "report pruned working trees"
13250 msgstr ""
13251
13252 #: builtin/worktree.c:149
13253 msgid "expire working trees older than <time>"
13254 msgstr ""
13255
13256 #: builtin/worktree.c:223
13257 #, c-format
13258 msgid "'%s' already exists"
13259 msgstr ""
13260
13261 #: builtin/worktree.c:254
13262 #, c-format
13263 msgid "could not create directory of '%s'"
13264 msgstr ""
13265
13266 #: builtin/worktree.c:293
13267 #, c-format
13268 msgid "Preparing %s (identifier %s)"
13269 msgstr ""
13270
13271 #: builtin/worktree.c:345
13272 msgid "checkout <branch> even if already checked out in other worktree"
13273 msgstr ""
13274
13275 #: builtin/worktree.c:347
13276 msgid "create a new branch"
13277 msgstr ""
13278
13279 #: builtin/worktree.c:349
13280 msgid "create or reset a branch"
13281 msgstr ""
13282
13283 #: builtin/worktree.c:351
13284 msgid "populate the new working tree"
13285 msgstr ""
13286
13287 #: builtin/worktree.c:352
13288 msgid "keep the new working tree locked"
13289 msgstr ""
13290
13291 #: builtin/worktree.c:360
13292 msgid "-b, -B, and --detach are mutually exclusive"
13293 msgstr ""
13294
13295 #: builtin/worktree.c:499
13296 msgid "reason for locking"
13297 msgstr ""
13298
13299 #: builtin/worktree.c:511 builtin/worktree.c:544
13300 #, c-format
13301 msgid "'%s' is not a working tree"
13302 msgstr ""
13303
13304 #: builtin/worktree.c:513 builtin/worktree.c:546
13305 msgid "The main working tree cannot be locked or unlocked"
13306 msgstr ""
13307
13308 #: builtin/worktree.c:518
13309 #, c-format
13310 msgid "'%s' is already locked, reason: %s"
13311 msgstr ""
13312
13313 #: builtin/worktree.c:520
13314 #, c-format
13315 msgid "'%s' is already locked"
13316 msgstr ""
13317
13318 #: builtin/worktree.c:548
13319 #, c-format
13320 msgid "'%s' is not locked"
13321 msgstr ""
13322
13323 #: builtin/write-tree.c:14
13324 msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
13325 msgstr ""
13326
13327 #: builtin/write-tree.c:27
13328 msgid "<prefix>/"
13329 msgstr ""
13330
13331 #: builtin/write-tree.c:28
13332 msgid "write tree object for a subdirectory <prefix>"
13333 msgstr ""
13334
13335 #: builtin/write-tree.c:31
13336 msgid "only useful for debugging"
13337 msgstr ""
13338
13339 #: upload-pack.c:23
13340 msgid "git upload-pack [<options>] <dir>"
13341 msgstr ""
13342
13343 #: upload-pack.c:1040
13344 msgid "quit after a single request/response exchange"
13345 msgstr ""
13346
13347 #: upload-pack.c:1042
13348 msgid "exit immediately after initial ref advertisement"
13349 msgstr ""
13350
13351 #: upload-pack.c:1044
13352 msgid "do not try <directory>/.git/ if <directory> is no Git directory"
13353 msgstr ""
13354
13355 #: upload-pack.c:1046
13356 msgid "interrupt transfer after <n> seconds of inactivity"
13357 msgstr ""
13358
13359 #: credential-cache--daemon.c:222
13360 #, c-format
13361 msgid ""
13362 "The permissions on your socket directory are too loose; other\n"
13363 "users may be able to read your cached credentials. Consider running:\n"
13364 "\n"
13365 "\tchmod 0700 %s"
13366 msgstr ""
13367
13368 #: credential-cache--daemon.c:271
13369 msgid "print debugging messages to stderr"
13370 msgstr ""
13371
13372 #: git.c:15
13373 msgid ""
13374 "'git help -a' and 'git help -g' list available subcommands and some\n"
13375 "concept guides. See 'git help <command>' or 'git help <concept>'\n"
13376 "to read about a specific subcommand or concept."
13377 msgstr ""
13378
13379 #: http.c:338
13380 #, c-format
13381 msgid "negative value for http.postbuffer; defaulting to %d"
13382 msgstr ""
13383
13384 #: http.c:359
13385 msgid "Delegation control is not supported with cURL < 7.22.0"
13386 msgstr ""
13387
13388 #: http.c:368
13389 msgid "Public key pinning not supported with cURL < 7.44.0"
13390 msgstr ""
13391
13392 #: http.c:1768
13393 #, c-format
13394 msgid ""
13395 "unable to update url base from redirection:\n"
13396 " asked for: %s\n"
13397 " redirect: %s"
13398 msgstr ""
13399
13400 #: remote-curl.c:324
13401 #, c-format
13402 msgid "redirecting to %s"
13403 msgstr ""
13404
13405 #: common-cmds.h:9
13406 msgid "start a working area (see also: git help tutorial)"
13407 msgstr ""
13408
13409 #: common-cmds.h:10
13410 msgid "work on the current change (see also: git help everyday)"
13411 msgstr ""
13412
13413 #: common-cmds.h:11
13414 msgid "examine the history and state (see also: git help revisions)"
13415 msgstr ""
13416
13417 #: common-cmds.h:12
13418 msgid "grow, mark and tweak your common history"
13419 msgstr ""
13420
13421 #: common-cmds.h:13
13422 msgid "collaborate (see also: git help workflows)"
13423 msgstr ""
13424
13425 #: common-cmds.h:17
13426 msgid "Add file contents to the index"
13427 msgstr ""
13428
13429 #: common-cmds.h:18
13430 msgid "Use binary search to find the commit that introduced a bug"
13431 msgstr ""
13432
13433 #: common-cmds.h:19
13434 msgid "List, create, or delete branches"
13435 msgstr ""
13436
13437 #: common-cmds.h:20
13438 msgid "Switch branches or restore working tree files"
13439 msgstr ""
13440
13441 #: common-cmds.h:21
13442 msgid "Clone a repository into a new directory"
13443 msgstr ""
13444
13445 #: common-cmds.h:22
13446 msgid "Record changes to the repository"
13447 msgstr ""
13448
13449 #: common-cmds.h:23
13450 msgid "Show changes between commits, commit and working tree, etc"
13451 msgstr ""
13452
13453 #: common-cmds.h:24
13454 msgid "Download objects and refs from another repository"
13455 msgstr ""
13456
13457 #: common-cmds.h:25
13458 msgid "Print lines matching a pattern"
13459 msgstr ""
13460
13461 #: common-cmds.h:26
13462 msgid "Create an empty Git repository or reinitialize an existing one"
13463 msgstr ""
13464
13465 #: common-cmds.h:27
13466 msgid "Show commit logs"
13467 msgstr ""
13468
13469 #: common-cmds.h:28
13470 msgid "Join two or more development histories together"
13471 msgstr ""
13472
13473 #: common-cmds.h:29
13474 msgid "Move or rename a file, a directory, or a symlink"
13475 msgstr ""
13476
13477 #: common-cmds.h:30
13478 msgid "Fetch from and integrate with another repository or a local branch"
13479 msgstr ""
13480
13481 #: common-cmds.h:31
13482 msgid "Update remote refs along with associated objects"
13483 msgstr ""
13484
13485 #: common-cmds.h:32
13486 msgid "Reapply commits on top of another base tip"
13487 msgstr ""
13488
13489 #: common-cmds.h:33
13490 msgid "Reset current HEAD to the specified state"
13491 msgstr ""
13492
13493 #: common-cmds.h:34
13494 msgid "Remove files from the working tree and from the index"
13495 msgstr ""
13496
13497 #: common-cmds.h:35
13498 msgid "Show various types of objects"
13499 msgstr ""
13500
13501 #: common-cmds.h:36
13502 msgid "Show the working tree status"
13503 msgstr ""
13504
13505 #: common-cmds.h:37
13506 msgid "Create, list, delete or verify a tag object signed with GPG"
13507 msgstr ""
13508
13509 #: parse-options.h:145
13510 msgid "expiry-date"
13511 msgstr ""
13512
13513 #: parse-options.h:160
13514 msgid "no-op (backward compatibility)"
13515 msgstr ""
13516
13517 #: parse-options.h:238
13518 msgid "be more verbose"
13519 msgstr ""
13520
13521 #: parse-options.h:240
13522 msgid "be more quiet"
13523 msgstr ""
13524
13525 #: parse-options.h:246
13526 msgid "use <n> digits to display SHA-1s"
13527 msgstr ""
13528
13529 #: rerere.h:40
13530 msgid "update the index with reused conflict resolution if possible"
13531 msgstr ""
13532
13533 #: git-bisect.sh:54
13534 msgid "You need to start by \"git bisect start\""
13535 msgstr ""
13536
13537 #. TRANSLATORS: Make sure to include [Y] and [n] in your
13538 #. translation. The program will only accept English input
13539 #. at this point.
13540 #: git-bisect.sh:60
13541 msgid "Do you want me to do it for you [Y/n]? "
13542 msgstr ""
13543
13544 #: git-bisect.sh:121
13545 #, sh-format
13546 msgid "unrecognised option: '$arg'"
13547 msgstr ""
13548
13549 #: git-bisect.sh:125
13550 #, sh-format
13551 msgid "'$arg' does not appear to be a valid revision"
13552 msgstr ""
13553
13554 #: git-bisect.sh:154
13555 msgid "Bad HEAD - I need a HEAD"
13556 msgstr ""
13557
13558 #: git-bisect.sh:167
13559 #, sh-format
13560 msgid ""
13561 "Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
13562 msgstr ""
13563
13564 #: git-bisect.sh:177
13565 msgid "won't bisect on cg-seek'ed tree"
13566 msgstr ""
13567
13568 #: git-bisect.sh:181
13569 msgid "Bad HEAD - strange symbolic ref"
13570 msgstr ""
13571
13572 #: git-bisect.sh:233
13573 #, sh-format
13574 msgid "Bad bisect_write argument: $state"
13575 msgstr ""
13576
13577 #: git-bisect.sh:262
13578 #, sh-format
13579 msgid "Bad rev input: $arg"
13580 msgstr ""
13581
13582 #: git-bisect.sh:281
13583 #, sh-format
13584 msgid "Bad rev input: $bisected_head"
13585 msgstr ""
13586
13587 #: git-bisect.sh:290
13588 #, sh-format
13589 msgid "Bad rev input: $rev"
13590 msgstr ""
13591
13592 #: git-bisect.sh:299
13593 #, sh-format
13594 msgid "'git bisect $TERM_BAD' can take only one argument."
13595 msgstr ""
13596
13597 #: git-bisect.sh:322
13598 #, sh-format
13599 msgid "Warning: bisecting only with a $TERM_BAD commit."
13600 msgstr ""
13601
13602 #. TRANSLATORS: Make sure to include [Y] and [n] in your
13603 #. translation. The program will only accept English input
13604 #. at this point.
13605 #: git-bisect.sh:328
13606 msgid "Are you sure [Y/n]? "
13607 msgstr ""
13608
13609 #: git-bisect.sh:340
13610 #, sh-format
13611 msgid ""
13612 "You need to give me at least one $bad_syn and one $good_syn revision.\n"
13613 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
13614 msgstr ""
13615
13616 #: git-bisect.sh:343
13617 #, sh-format
13618 msgid ""
13619 "You need to start by \"git bisect start\".\n"
13620 "You then need to give me at least one $good_syn and one $bad_syn revision.\n"
13621 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
13622 msgstr ""
13623
13624 #: git-bisect.sh:414 git-bisect.sh:546
13625 msgid "We are not bisecting."
13626 msgstr ""
13627
13628 #: git-bisect.sh:421
13629 #, sh-format
13630 msgid "'$invalid' is not a valid commit"
13631 msgstr ""
13632
13633 #: git-bisect.sh:430
13634 #, sh-format
13635 msgid ""
13636 "Could not check out original HEAD '$branch'.\n"
13637 "Try 'git bisect reset <commit>'."
13638 msgstr ""
13639
13640 #: git-bisect.sh:458
13641 msgid "No logfile given"
13642 msgstr ""
13643
13644 #: git-bisect.sh:459
13645 #, sh-format
13646 msgid "cannot read $file for replaying"
13647 msgstr ""
13648
13649 #: git-bisect.sh:480
13650 msgid "?? what are you talking about?"
13651 msgstr ""
13652
13653 #: git-bisect.sh:492
13654 #, sh-format
13655 msgid "running $command"
13656 msgstr ""
13657
13658 #: git-bisect.sh:499
13659 #, sh-format
13660 msgid ""
13661 "bisect run failed:\n"
13662 "exit code $res from '$command' is < 0 or >= 128"
13663 msgstr ""
13664
13665 #: git-bisect.sh:525
13666 msgid "bisect run cannot continue any more"
13667 msgstr ""
13668
13669 #: git-bisect.sh:531
13670 #, sh-format
13671 msgid ""
13672 "bisect run failed:\n"
13673 "'bisect_state $state' exited with error code $res"
13674 msgstr ""
13675
13676 #: git-bisect.sh:538
13677 msgid "bisect run success"
13678 msgstr ""
13679
13680 #: git-bisect.sh:565
13681 msgid "please use two different terms"
13682 msgstr ""
13683
13684 #: git-bisect.sh:575
13685 #, sh-format
13686 msgid "'$term' is not a valid term"
13687 msgstr ""
13688
13689 #: git-bisect.sh:578
13690 #, sh-format
13691 msgid "can't use the builtin command '$term' as a term"
13692 msgstr ""
13693
13694 #: git-bisect.sh:587 git-bisect.sh:593
13695 #, sh-format
13696 msgid "can't change the meaning of term '$term'"
13697 msgstr ""
13698
13699 #: git-bisect.sh:606
13700 #, sh-format
13701 msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
13702 msgstr ""
13703
13704 #: git-bisect.sh:636
13705 msgid "no terms defined"
13706 msgstr ""
13707
13708 #: git-bisect.sh:653
13709 #, sh-format
13710 msgid ""
13711 "invalid argument $arg for 'git bisect terms'.\n"
13712 "Supported options are: --term-good|--term-old and --term-bad|--term-new."
13713 msgstr ""
13714
13715 #: git-merge-octopus.sh:46
13716 msgid ""
13717 "Error: Your local changes to the following files would be overwritten by "
13718 "merge"
13719 msgstr ""
13720
13721 #: git-merge-octopus.sh:61
13722 msgid "Automated merge did not work."
13723 msgstr ""
13724
13725 #: git-merge-octopus.sh:62
13726 msgid "Should not be doing an octopus."
13727 msgstr ""
13728
13729 #: git-merge-octopus.sh:73
13730 #, sh-format
13731 msgid "Unable to find common commit with $pretty_name"
13732 msgstr ""
13733
13734 #: git-merge-octopus.sh:77
13735 #, sh-format
13736 msgid "Already up to date with $pretty_name"
13737 msgstr ""
13738
13739 #: git-merge-octopus.sh:89
13740 #, sh-format
13741 msgid "Fast-forwarding to: $pretty_name"
13742 msgstr ""
13743
13744 #: git-merge-octopus.sh:97
13745 #, sh-format
13746 msgid "Trying simple merge with $pretty_name"
13747 msgstr ""
13748
13749 #: git-merge-octopus.sh:102
13750 msgid "Simple merge did not work, trying automatic merge."
13751 msgstr ""
13752
13753 #: git-rebase.sh:58
13754 msgid ""
13755 "Resolve all conflicts manually, mark them as resolved with\n"
13756 "\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"
13757 "You can instead skip this commit: run \"git rebase --skip\".\n"
13758 "To abort and get back to the state before \"git rebase\", run \"git rebase --"
13759 "abort\"."
13760 msgstr ""
13761
13762 #: git-rebase.sh:160 git-rebase.sh:402
13763 #, sh-format
13764 msgid "Could not move back to $head_name"
13765 msgstr ""
13766
13767 #: git-rebase.sh:171
13768 msgid "Applied autostash."
13769 msgstr ""
13770
13771 #: git-rebase.sh:174
13772 #, sh-format
13773 msgid "Cannot store $stash_sha1"
13774 msgstr ""
13775
13776 #: git-rebase.sh:214
13777 msgid "The pre-rebase hook refused to rebase."
13778 msgstr ""
13779
13780 #: git-rebase.sh:219
13781 msgid "It looks like git-am is in progress. Cannot rebase."
13782 msgstr ""
13783
13784 #: git-rebase.sh:363
13785 msgid "No rebase in progress?"
13786 msgstr ""
13787
13788 #: git-rebase.sh:374
13789 msgid "The --edit-todo action can only be used during interactive rebase."
13790 msgstr ""
13791
13792 #: git-rebase.sh:381
13793 msgid "Cannot read HEAD"
13794 msgstr ""
13795
13796 #: git-rebase.sh:384
13797 msgid ""
13798 "You must edit all merge conflicts and then\n"
13799 "mark them as resolved using git add"
13800 msgstr ""
13801
13802 #: git-rebase.sh:424
13803 #, sh-format
13804 msgid ""
13805 "It seems that there is already a $state_dir_base directory, and\n"
13806 "I wonder if you are in the middle of another rebase. If that is the\n"
13807 "case, please try\n"
13808 "\t$cmd_live_rebase\n"
13809 "If that is not the case, please\n"
13810 "\t$cmd_clear_stale_rebase\n"
13811 "and run me again. I am stopping in case you still have something\n"
13812 "valuable there."
13813 msgstr ""
13814
13815 #: git-rebase.sh:480
13816 #, sh-format
13817 msgid "invalid upstream $upstream_name"
13818 msgstr ""
13819
13820 #: git-rebase.sh:504
13821 #, sh-format
13822 msgid "$onto_name: there are more than one merge bases"
13823 msgstr ""
13824
13825 #: git-rebase.sh:507 git-rebase.sh:511
13826 #, sh-format
13827 msgid "$onto_name: there is no merge base"
13828 msgstr ""
13829
13830 #: git-rebase.sh:516
13831 #, sh-format
13832 msgid "Does not point to a valid commit: $onto_name"
13833 msgstr ""
13834
13835 #: git-rebase.sh:539
13836 #, sh-format
13837 msgid "fatal: no such branch: $branch_name"
13838 msgstr ""
13839
13840 #: git-rebase.sh:572
13841 msgid "Cannot autostash"
13842 msgstr ""
13843
13844 #: git-rebase.sh:577
13845 #, sh-format
13846 msgid "Created autostash: $stash_abbrev"
13847 msgstr ""
13848
13849 #: git-rebase.sh:581
13850 msgid "Please commit or stash them."
13851 msgstr ""
13852
13853 #: git-rebase.sh:601
13854 #, sh-format
13855 msgid "Current branch $branch_name is up to date."
13856 msgstr ""
13857
13858 #: git-rebase.sh:605
13859 #, sh-format
13860 msgid "Current branch $branch_name is up to date, rebase forced."
13861 msgstr ""
13862
13863 #: git-rebase.sh:616
13864 #, sh-format
13865 msgid "Changes from $mb to $onto:"
13866 msgstr ""
13867
13868 #: git-rebase.sh:625
13869 msgid "First, rewinding head to replay your work on top of it..."
13870 msgstr ""
13871
13872 #: git-rebase.sh:635
13873 #, sh-format
13874 msgid "Fast-forwarded $branch_name to $onto_name."
13875 msgstr ""
13876
13877 #: git-stash.sh:61
13878 msgid "git stash clear with parameters is unimplemented"
13879 msgstr ""
13880
13881 #: git-stash.sh:102
13882 msgid "You do not have the initial commit yet"
13883 msgstr ""
13884
13885 #: git-stash.sh:117
13886 msgid "Cannot save the current index state"
13887 msgstr ""
13888
13889 #: git-stash.sh:132
13890 msgid "Cannot save the untracked files"
13891 msgstr ""
13892
13893 #: git-stash.sh:152 git-stash.sh:165
13894 msgid "Cannot save the current worktree state"
13895 msgstr ""
13896
13897 #: git-stash.sh:169
13898 msgid "No changes selected"
13899 msgstr ""
13900
13901 #: git-stash.sh:172
13902 msgid "Cannot remove temporary index (can't happen)"
13903 msgstr ""
13904
13905 #: git-stash.sh:185
13906 msgid "Cannot record working tree state"
13907 msgstr ""
13908
13909 #: git-stash.sh:217
13910 #, sh-format
13911 msgid "Cannot update $ref_stash with $w_commit"
13912 msgstr ""
13913
13914 #. TRANSLATORS: $option is an invalid option, like
13915 #. `--blah-blah'. The 7 spaces at the beginning of the
13916 #. second line correspond to "error: ". So you should line
13917 #. up the second line with however many characters the
13918 #. translation of "error: " takes in your language. E.g. in
13919 #. English this is:
13920 #.
13921 #. $ git stash save --blah-blah 2>&1 | head -n 2
13922 #. error: unknown option for 'stash save': --blah-blah
13923 #. To provide a message, use git stash save -- '--blah-blah'
13924 #: git-stash.sh:273
13925 #, sh-format
13926 msgid ""
13927 "error: unknown option for 'stash save': $option\n"
13928 " To provide a message, use git stash save -- '$option'"
13929 msgstr ""
13930
13931 #: git-stash.sh:288
13932 msgid "Can't use --patch and --include-untracked or --all at the same time"
13933 msgstr ""
13934
13935 #: git-stash.sh:296
13936 msgid "No local changes to save"
13937 msgstr ""
13938
13939 #: git-stash.sh:301
13940 msgid "Cannot initialize stash"
13941 msgstr ""
13942
13943 #: git-stash.sh:305
13944 msgid "Cannot save the current status"
13945 msgstr ""
13946
13947 #: git-stash.sh:306
13948 #, sh-format
13949 msgid "Saved working directory and index state $stash_msg"
13950 msgstr ""
13951
13952 #: git-stash.sh:334
13953 msgid "Cannot remove worktree changes"
13954 msgstr ""
13955
13956 #: git-stash.sh:482
13957 #, sh-format
13958 msgid "unknown option: $opt"
13959 msgstr ""
13960
13961 #: git-stash.sh:495
13962 msgid "No stash entries found."
13963 msgstr ""
13964
13965 #: git-stash.sh:502
13966 #, sh-format
13967 msgid "Too many revisions specified: $REV"
13968 msgstr ""
13969
13970 #: git-stash.sh:517
13971 #, sh-format
13972 msgid "$reference is not a valid reference"
13973 msgstr ""
13974
13975 #: git-stash.sh:545
13976 #, sh-format
13977 msgid "'$args' is not a stash-like commit"
13978 msgstr ""
13979
13980 #: git-stash.sh:556
13981 #, sh-format
13982 msgid "'$args' is not a stash reference"
13983 msgstr ""
13984
13985 #: git-stash.sh:564
13986 msgid "unable to refresh index"
13987 msgstr ""
13988
13989 #: git-stash.sh:568
13990 msgid "Cannot apply a stash in the middle of a merge"
13991 msgstr ""
13992
13993 #: git-stash.sh:576
13994 msgid "Conflicts in index. Try without --index."
13995 msgstr ""
13996
13997 #: git-stash.sh:578
13998 msgid "Could not save index tree"
13999 msgstr ""
14000
14001 #: git-stash.sh:587
14002 msgid "Could not restore untracked files from stash entry"
14003 msgstr ""
14004
14005 #: git-stash.sh:612
14006 msgid "Cannot unstage modified files"
14007 msgstr ""
14008
14009 #: git-stash.sh:627
14010 msgid "Index was not unstashed."
14011 msgstr ""
14012
14013 #: git-stash.sh:641
14014 msgid "The stash entry is kept in case you need it again."
14015 msgstr ""
14016
14017 #: git-stash.sh:650
14018 #, sh-format
14019 msgid "Dropped ${REV} ($s)"
14020 msgstr ""
14021
14022 #: git-stash.sh:651
14023 #, sh-format
14024 msgid "${REV}: Could not drop stash entry"
14025 msgstr ""
14026
14027 #: git-stash.sh:659
14028 msgid "No branch name specified"
14029 msgstr ""
14030
14031 #: git-stash.sh:738
14032 msgid "(To restore them type \"git stash apply\")"
14033 msgstr ""
14034
14035 #: git-submodule.sh:181
14036 msgid "Relative path can only be used from the toplevel of the working tree"
14037 msgstr ""
14038
14039 #: git-submodule.sh:191
14040 #, sh-format
14041 msgid "repo URL: '$repo' must be absolute or begin with ./|../"
14042 msgstr ""
14043
14044 #: git-submodule.sh:210
14045 #, sh-format
14046 msgid "'$sm_path' already exists in the index"
14047 msgstr ""
14048
14049 #: git-submodule.sh:213
14050 #, sh-format
14051 msgid "'$sm_path' already exists in the index and is not a submodule"
14052 msgstr ""
14053
14054 #: git-submodule.sh:219
14055 #, sh-format
14056 msgid ""
14057 "The following path is ignored by one of your .gitignore files:\n"
14058 "$sm_path\n"
14059 "Use -f if you really want to add it."
14060 msgstr ""
14061
14062 #: git-submodule.sh:237
14063 #, sh-format
14064 msgid "Adding existing repo at '$sm_path' to the index"
14065 msgstr ""
14066
14067 #: git-submodule.sh:239
14068 #, sh-format
14069 msgid "'$sm_path' already exists and is not a valid git repo"
14070 msgstr ""
14071
14072 #: git-submodule.sh:247
14073 #, sh-format
14074 msgid "A git directory for '$sm_name' is found locally with remote(s):"
14075 msgstr ""
14076
14077 #: git-submodule.sh:249
14078 #, sh-format
14079 msgid ""
14080 "If you want to reuse this local git directory instead of cloning again from\n"
14081 " $realrepo\n"
14082 "use the '--force' option. If the local git directory is not the correct "
14083 "repo\n"
14084 "or you are unsure what this means choose another name with the '--name' "
14085 "option."
14086 msgstr ""
14087
14088 #: git-submodule.sh:255
14089 #, sh-format
14090 msgid "Reactivating local git directory for submodule '$sm_name'."
14091 msgstr ""
14092
14093 #: git-submodule.sh:267
14094 #, sh-format
14095 msgid "Unable to checkout submodule '$sm_path'"
14096 msgstr ""
14097
14098 #: git-submodule.sh:272
14099 #, sh-format
14100 msgid "Failed to add submodule '$sm_path'"
14101 msgstr ""
14102
14103 #: git-submodule.sh:281
14104 #, sh-format
14105 msgid "Failed to register submodule '$sm_path'"
14106 msgstr ""
14107
14108 #: git-submodule.sh:342
14109 #, sh-format
14110 msgid "Entering '$displaypath'"
14111 msgstr ""
14112
14113 #: git-submodule.sh:362
14114 #, sh-format
14115 msgid "Stopping at '$displaypath'; script returned non-zero status."
14116 msgstr ""
14117
14118 #: git-submodule.sh:433
14119 #, sh-format
14120 msgid "pathspec and --all are incompatible"
14121 msgstr ""
14122
14123 #: git-submodule.sh:438
14124 #, sh-format
14125 msgid "Use '--all' if you really want to deinitialize all submodules"
14126 msgstr ""
14127
14128 #: git-submodule.sh:458
14129 #, sh-format
14130 msgid ""
14131 "Submodule work tree '$displaypath' contains a .git directory\n"
14132 "(use 'rm -rf' if you really want to remove it including all of its history)"
14133 msgstr ""
14134
14135 #: git-submodule.sh:466
14136 #, sh-format
14137 msgid ""
14138 "Submodule work tree '$displaypath' contains local modifications; use '-f' to "
14139 "discard them"
14140 msgstr ""
14141
14142 #: git-submodule.sh:469
14143 #, sh-format
14144 msgid "Cleared directory '$displaypath'"
14145 msgstr ""
14146
14147 #: git-submodule.sh:470
14148 #, sh-format
14149 msgid "Could not remove submodule work tree '$displaypath'"
14150 msgstr ""
14151
14152 #: git-submodule.sh:473
14153 #, sh-format
14154 msgid "Could not create empty submodule directory '$displaypath'"
14155 msgstr ""
14156
14157 #: git-submodule.sh:482
14158 #, sh-format
14159 msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"
14160 msgstr ""
14161
14162 #: git-submodule.sh:637
14163 #, sh-format
14164 msgid "Unable to find current revision in submodule path '$displaypath'"
14165 msgstr ""
14166
14167 #: git-submodule.sh:647
14168 #, sh-format
14169 msgid "Unable to fetch in submodule path '$sm_path'"
14170 msgstr ""
14171
14172 #: git-submodule.sh:652
14173 #, sh-format
14174 msgid ""
14175 "Unable to find current ${remote_name}/${branch} revision in submodule path "
14176 "'$sm_path'"
14177 msgstr ""
14178
14179 #: git-submodule.sh:670
14180 #, sh-format
14181 msgid "Unable to fetch in submodule path '$displaypath'"
14182 msgstr ""
14183
14184 #: git-submodule.sh:676
14185 #, sh-format
14186 msgid ""
14187 "Fetched in submodule path '$displaypath', but it did not contain $sha1. "
14188 "Direct fetching of that commit failed."
14189 msgstr ""
14190
14191 #: git-submodule.sh:683
14192 #, sh-format
14193 msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
14194 msgstr ""
14195
14196 #: git-submodule.sh:684
14197 #, sh-format
14198 msgid "Submodule path '$displaypath': checked out '$sha1'"
14199 msgstr ""
14200
14201 #: git-submodule.sh:688
14202 #, sh-format
14203 msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
14204 msgstr ""
14205
14206 #: git-submodule.sh:689
14207 #, sh-format
14208 msgid "Submodule path '$displaypath': rebased into '$sha1'"
14209 msgstr ""
14210
14211 #: git-submodule.sh:694
14212 #, sh-format
14213 msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
14214 msgstr ""
14215
14216 #: git-submodule.sh:695
14217 #, sh-format
14218 msgid "Submodule path '$displaypath': merged in '$sha1'"
14219 msgstr ""
14220
14221 #: git-submodule.sh:700
14222 #, sh-format
14223 msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
14224 msgstr ""
14225
14226 #: git-submodule.sh:701
14227 #, sh-format
14228 msgid "Submodule path '$displaypath': '$command $sha1'"
14229 msgstr ""
14230
14231 #: git-submodule.sh:732
14232 #, sh-format
14233 msgid "Failed to recurse into submodule path '$displaypath'"
14234 msgstr ""
14235
14236 #: git-submodule.sh:840
14237 msgid "The --cached option cannot be used with the --files option"
14238 msgstr ""
14239
14240 #: git-submodule.sh:892
14241 #, sh-format
14242 msgid "unexpected mode $mod_dst"
14243 msgstr ""
14244
14245 #: git-submodule.sh:912
14246 #, sh-format
14247 msgid " Warn: $display_name doesn't contain commit $sha1_src"
14248 msgstr ""
14249
14250 #: git-submodule.sh:915
14251 #, sh-format
14252 msgid " Warn: $display_name doesn't contain commit $sha1_dst"
14253 msgstr ""
14254
14255 #: git-submodule.sh:918
14256 #, sh-format
14257 msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
14258 msgstr ""
14259
14260 #: git-submodule.sh:1064
14261 #, sh-format
14262 msgid "Failed to recurse into submodule path '$sm_path'"
14263 msgstr ""
14264
14265 #: git-submodule.sh:1136
14266 #, sh-format
14267 msgid "Synchronizing submodule url for '$displaypath'"
14268 msgstr ""
14269
14270 #: git-parse-remote.sh:89
14271 #, sh-format
14272 msgid "See git-${cmd}(1) for details."
14273 msgstr ""
14274
14275 #: git-rebase--interactive.sh:140
14276 #, sh-format
14277 msgid "Rebasing ($new_count/$total)"
14278 msgstr ""
14279
14280 #: git-rebase--interactive.sh:156
14281 msgid ""
14282 "\n"
14283 "Commands:\n"
14284 "p, pick = use commit\n"
14285 "r, reword = use commit, but edit the commit message\n"
14286 "e, edit = use commit, but stop for amending\n"
14287 "s, squash = use commit, but meld into previous commit\n"
14288 "f, fixup = like \"squash\", but discard this commit's log message\n"
14289 "x, exec = run command (the rest of the line) using shell\n"
14290 "d, drop = remove commit\n"
14291 "\n"
14292 "These lines can be re-ordered; they are executed from top to bottom.\n"
14293 msgstr ""
14294
14295 #: git-rebase--interactive.sh:171
14296 msgid ""
14297 "\n"
14298 "Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
14299 msgstr ""
14300
14301 #: git-rebase--interactive.sh:175
14302 msgid ""
14303 "\n"
14304 "If you remove a line here THAT COMMIT WILL BE LOST.\n"
14305 msgstr ""
14306
14307 #: git-rebase--interactive.sh:211
14308 #, sh-format
14309 msgid ""
14310 "You can amend the commit now, with\n"
14311 "\n"
14312 "\tgit commit --amend $gpg_sign_opt_quoted\n"
14313 "\n"
14314 "Once you are satisfied with your changes, run\n"
14315 "\n"
14316 "\tgit rebase --continue"
14317 msgstr ""
14318
14319 #: git-rebase--interactive.sh:236
14320 #, sh-format
14321 msgid "$sha1: not a commit that can be picked"
14322 msgstr ""
14323
14324 #: git-rebase--interactive.sh:275
14325 #, sh-format
14326 msgid "Invalid commit name: $sha1"
14327 msgstr ""
14328
14329 #: git-rebase--interactive.sh:317
14330 msgid "Cannot write current commit's replacement sha1"
14331 msgstr ""
14332
14333 #: git-rebase--interactive.sh:369
14334 #, sh-format
14335 msgid "Fast-forward to $sha1"
14336 msgstr ""
14337
14338 #: git-rebase--interactive.sh:371
14339 #, sh-format
14340 msgid "Cannot fast-forward to $sha1"
14341 msgstr ""
14342
14343 #: git-rebase--interactive.sh:380
14344 #, sh-format
14345 msgid "Cannot move HEAD to $first_parent"
14346 msgstr ""
14347
14348 #: git-rebase--interactive.sh:385
14349 #, sh-format
14350 msgid "Refusing to squash a merge: $sha1"
14351 msgstr ""
14352
14353 #: git-rebase--interactive.sh:400
14354 #, sh-format
14355 msgid "Error redoing merge $sha1"
14356 msgstr ""
14357
14358 #: git-rebase--interactive.sh:408
14359 #, sh-format
14360 msgid "Could not pick $sha1"
14361 msgstr ""
14362
14363 #: git-rebase--interactive.sh:417
14364 #, sh-format
14365 msgid "This is the commit message #${n}:"
14366 msgstr ""
14367
14368 #: git-rebase--interactive.sh:422
14369 #, sh-format
14370 msgid "The commit message #${n} will be skipped:"
14371 msgstr ""
14372
14373 #: git-rebase--interactive.sh:433
14374 #, sh-format
14375 msgid "This is a combination of $count commit."
14376 msgid_plural "This is a combination of $count commits."
14377 msgstr[0] ""
14378 msgstr[1] ""
14379
14380 #: git-rebase--interactive.sh:442
14381 #, sh-format
14382 msgid "Cannot write $fixup_msg"
14383 msgstr ""
14384
14385 #: git-rebase--interactive.sh:445
14386 msgid "This is a combination of 2 commits."
14387 msgstr ""
14388
14389 #: git-rebase--interactive.sh:486 git-rebase--interactive.sh:529
14390 #: git-rebase--interactive.sh:532
14391 #, sh-format
14392 msgid "Could not apply $sha1... $rest"
14393 msgstr ""
14394
14395 #: git-rebase--interactive.sh:560
14396 #, sh-format
14397 msgid ""
14398 "Could not amend commit after successfully picking $sha1... $rest\n"
14399 "This is most likely due to an empty commit message, or the pre-commit hook\n"
14400 "failed. If the pre-commit hook failed, you may need to resolve the issue "
14401 "before\n"
14402 "you are able to reword the commit."
14403 msgstr ""
14404
14405 #: git-rebase--interactive.sh:575
14406 #, sh-format
14407 msgid "Stopped at $sha1_abbrev... $rest"
14408 msgstr ""
14409
14410 #: git-rebase--interactive.sh:590
14411 #, sh-format
14412 msgid "Cannot '$squash_style' without a previous commit"
14413 msgstr ""
14414
14415 #: git-rebase--interactive.sh:632
14416 #, sh-format
14417 msgid "Executing: $rest"
14418 msgstr ""
14419
14420 #: git-rebase--interactive.sh:640
14421 #, sh-format
14422 msgid "Execution failed: $rest"
14423 msgstr ""
14424
14425 #: git-rebase--interactive.sh:642
14426 msgid "and made changes to the index and/or the working tree"
14427 msgstr ""
14428
14429 #: git-rebase--interactive.sh:644
14430 msgid ""
14431 "You can fix the problem, and then run\n"
14432 "\n"
14433 "\tgit rebase --continue"
14434 msgstr ""
14435
14436 #. TRANSLATORS: after these lines is a command to be issued by the user
14437 #: git-rebase--interactive.sh:657
14438 #, sh-format
14439 msgid ""
14440 "Execution succeeded: $rest\n"
14441 "but left changes to the index and/or the working tree\n"
14442 "Commit or stash your changes, and then run\n"
14443 "\n"
14444 "\tgit rebase --continue"
14445 msgstr ""
14446
14447 #: git-rebase--interactive.sh:668
14448 #, sh-format
14449 msgid "Unknown command: $command $sha1 $rest"
14450 msgstr ""
14451
14452 #: git-rebase--interactive.sh:669
14453 msgid "Please fix this using 'git rebase --edit-todo'."
14454 msgstr ""
14455
14456 #: git-rebase--interactive.sh:704
14457 #, sh-format
14458 msgid "Successfully rebased and updated $head_name."
14459 msgstr ""
14460
14461 #: git-rebase--interactive.sh:749
14462 msgid "could not detach HEAD"
14463 msgstr ""
14464
14465 #: git-rebase--interactive.sh:784
14466 msgid "Could not remove CHERRY_PICK_HEAD"
14467 msgstr ""
14468
14469 #: git-rebase--interactive.sh:789
14470 #, sh-format
14471 msgid ""
14472 "You have staged changes in your working tree.\n"
14473 "If these changes are meant to be\n"
14474 "squashed into the previous commit, run:\n"
14475 "\n"
14476 " git commit --amend $gpg_sign_opt_quoted\n"
14477 "\n"
14478 "If they are meant to go into a new commit, run:\n"
14479 "\n"
14480 " git commit $gpg_sign_opt_quoted\n"
14481 "\n"
14482 "In both cases, once you're done, continue with:\n"
14483 "\n"
14484 " git rebase --continue\n"
14485 msgstr ""
14486
14487 #: git-rebase--interactive.sh:806
14488 msgid "Error trying to find the author identity to amend commit"
14489 msgstr ""
14490
14491 #: git-rebase--interactive.sh:811
14492 msgid ""
14493 "You have uncommitted changes in your working tree. Please commit them\n"
14494 "first and then run 'git rebase --continue' again."
14495 msgstr ""
14496
14497 #: git-rebase--interactive.sh:816 git-rebase--interactive.sh:820
14498 msgid "Could not commit staged changes."
14499 msgstr ""
14500
14501 #: git-rebase--interactive.sh:848
14502 msgid ""
14503 "\n"
14504 "You are editing the todo file of an ongoing interactive rebase.\n"
14505 "To continue rebase after editing, run:\n"
14506 " git rebase --continue\n"
14507 "\n"
14508 msgstr ""
14509
14510 #: git-rebase--interactive.sh:856 git-rebase--interactive.sh:1015
14511 msgid "Could not execute editor"
14512 msgstr ""
14513
14514 #: git-rebase--interactive.sh:869
14515 #, sh-format
14516 msgid "Could not checkout $switch_to"
14517 msgstr ""
14518
14519 #: git-rebase--interactive.sh:874
14520 msgid "No HEAD?"
14521 msgstr ""
14522
14523 #: git-rebase--interactive.sh:875
14524 #, sh-format
14525 msgid "Could not create temporary $state_dir"
14526 msgstr ""
14527
14528 #: git-rebase--interactive.sh:877
14529 msgid "Could not mark as interactive"
14530 msgstr ""
14531
14532 #: git-rebase--interactive.sh:887 git-rebase--interactive.sh:892
14533 msgid "Could not init rewritten commits"
14534 msgstr ""
14535
14536 #: git-rebase--interactive.sh:993
14537 #, sh-format
14538 msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
14539 msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
14540 msgstr[0] ""
14541 msgstr[1] ""
14542
14543 #: git-rebase--interactive.sh:998
14544 msgid ""
14545 "\n"
14546 "However, if you remove everything, the rebase will be aborted.\n"
14547 "\n"
14548 msgstr ""
14549
14550 #: git-rebase--interactive.sh:1005
14551 msgid "Note that empty commits are commented out"
14552 msgstr ""
14553
14554 #: git-sh-setup.sh:89 git-sh-setup.sh:94
14555 #, sh-format
14556 msgid "usage: $dashless $USAGE"
14557 msgstr ""
14558
14559 #: git-sh-setup.sh:190
14560 #, sh-format
14561 msgid "Cannot chdir to $cdup, the toplevel of the working tree"
14562 msgstr ""
14563
14564 #: git-sh-setup.sh:199 git-sh-setup.sh:206
14565 #, sh-format
14566 msgid "fatal: $program_name cannot be used without a working tree."
14567 msgstr ""
14568
14569 #: git-sh-setup.sh:220
14570 msgid "Cannot rebase: You have unstaged changes."
14571 msgstr ""
14572
14573 #: git-sh-setup.sh:223
14574 msgid "Cannot rewrite branches: You have unstaged changes."
14575 msgstr ""
14576
14577 #: git-sh-setup.sh:226
14578 msgid "Cannot pull with rebase: You have unstaged changes."
14579 msgstr ""
14580
14581 #: git-sh-setup.sh:229
14582 #, sh-format
14583 msgid "Cannot $action: You have unstaged changes."
14584 msgstr ""
14585
14586 #: git-sh-setup.sh:242
14587 msgid "Cannot rebase: Your index contains uncommitted changes."
14588 msgstr ""
14589
14590 #: git-sh-setup.sh:245
14591 msgid "Cannot pull with rebase: Your index contains uncommitted changes."
14592 msgstr ""
14593
14594 #: git-sh-setup.sh:248
14595 #, sh-format
14596 msgid "Cannot $action: Your index contains uncommitted changes."
14597 msgstr ""
14598
14599 #: git-sh-setup.sh:252
14600 msgid "Additionally, your index contains uncommitted changes."
14601 msgstr ""
14602
14603 #: git-sh-setup.sh:372
14604 msgid "You need to run this command from the toplevel of the working tree."
14605 msgstr ""
14606
14607 #: git-sh-setup.sh:377
14608 msgid "Unable to determine absolute path of git directory"
14609 msgstr ""
14610
14611 #. TRANSLATORS: you can adjust this to align "git add -i" status menu
14612 #: git-add--interactive.perl:196
14613 #, perl-format
14614 msgid "%12s %12s %s"
14615 msgstr ""
14616
14617 #: git-add--interactive.perl:197
14618 msgid "staged"
14619 msgstr ""
14620
14621 #: git-add--interactive.perl:197
14622 msgid "unstaged"
14623 msgstr ""
14624
14625 #: git-add--interactive.perl:246 git-add--interactive.perl:271
14626 msgid "binary"
14627 msgstr ""
14628
14629 #: git-add--interactive.perl:255 git-add--interactive.perl:309
14630 msgid "nothing"
14631 msgstr ""
14632
14633 #: git-add--interactive.perl:291 git-add--interactive.perl:306
14634 msgid "unchanged"
14635 msgstr ""
14636
14637 #: git-add--interactive.perl:602
14638 #, perl-format
14639 msgid "added %d path\n"
14640 msgid_plural "added %d paths\n"
14641 msgstr[0] ""
14642 msgstr[1] ""
14643
14644 #: git-add--interactive.perl:605
14645 #, perl-format
14646 msgid "updated %d path\n"
14647 msgid_plural "updated %d paths\n"
14648 msgstr[0] ""
14649 msgstr[1] ""
14650
14651 #: git-add--interactive.perl:608
14652 #, perl-format
14653 msgid "reverted %d path\n"
14654 msgid_plural "reverted %d paths\n"
14655 msgstr[0] ""
14656 msgstr[1] ""
14657
14658 #: git-add--interactive.perl:611
14659 #, perl-format
14660 msgid "touched %d path\n"
14661 msgid_plural "touched %d paths\n"
14662 msgstr[0] ""
14663 msgstr[1] ""
14664
14665 #: git-add--interactive.perl:620
14666 msgid "Update"
14667 msgstr ""
14668
14669 #: git-add--interactive.perl:632
14670 msgid "Revert"
14671 msgstr ""
14672
14673 #: git-add--interactive.perl:655
14674 #, perl-format
14675 msgid "note: %s is untracked now.\n"
14676 msgstr ""
14677
14678 #: git-add--interactive.perl:666
14679 msgid "Add untracked"
14680 msgstr ""
14681
14682 #: git-add--interactive.perl:672
14683 msgid "No untracked files.\n"
14684 msgstr ""
14685
14686 #: git-add--interactive.perl:985
14687 msgid ""
14688 "If the patch applies cleanly, the edited hunk will immediately be\n"
14689 "marked for staging."
14690 msgstr ""
14691
14692 #: git-add--interactive.perl:988
14693 msgid ""
14694 "If the patch applies cleanly, the edited hunk will immediately be\n"
14695 "marked for stashing."
14696 msgstr ""
14697
14698 #: git-add--interactive.perl:991
14699 msgid ""
14700 "If the patch applies cleanly, the edited hunk will immediately be\n"
14701 "marked for unstaging."
14702 msgstr ""
14703
14704 #: git-add--interactive.perl:994 git-add--interactive.perl:1003
14705 msgid ""
14706 "If the patch applies cleanly, the edited hunk will immediately be\n"
14707 "marked for applying."
14708 msgstr ""
14709
14710 #: git-add--interactive.perl:997 git-add--interactive.perl:1000
14711 msgid ""
14712 "If the patch applies cleanly, the edited hunk will immediately be\n"
14713 "marked for discarding."
14714 msgstr ""
14715
14716 #: git-add--interactive.perl:1013
14717 #, perl-format
14718 msgid "failed to open hunk edit file for writing: %s"
14719 msgstr ""
14720
14721 #: git-add--interactive.perl:1014
14722 msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
14723 msgstr ""
14724
14725 #: git-add--interactive.perl:1020
14726 #, perl-format
14727 msgid ""
14728 "---\n"
14729 "To remove '%s' lines, make them ' ' lines (context).\n"
14730 "To remove '%s' lines, delete them.\n"
14731 "Lines starting with %s will be removed.\n"
14732 msgstr ""
14733
14734 #. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
14735 #: git-add--interactive.perl:1028
14736 msgid ""
14737 "If it does not apply cleanly, you will be given an opportunity to\n"
14738 "edit again. If all lines of the hunk are removed, then the edit is\n"
14739 "aborted and the hunk is left unchanged.\n"
14740 msgstr ""
14741
14742 #: git-add--interactive.perl:1042
14743 #, perl-format
14744 msgid "failed to open hunk edit file for reading: %s"
14745 msgstr ""
14746
14747 #. TRANSLATORS: do not translate [y/n]
14748 #. The program will only accept that input
14749 #. at this point.
14750 #. Consider translating (saying "no" discards!) as
14751 #. (saying "n" for "no" discards!) if the translation
14752 #. of the word "no" does not start with n.
14753 #: git-add--interactive.perl:1134
14754 msgid ""
14755 "Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
14756 msgstr ""
14757
14758 #: git-add--interactive.perl:1143
14759 msgid ""
14760 "y - stage this hunk\n"
14761 "n - do not stage this hunk\n"
14762 "q - quit; do not stage this hunk or any of the remaining ones\n"
14763 "a - stage this hunk and all later hunks in the file\n"
14764 "d - do not stage this hunk or any of the later hunks in the file"
14765 msgstr ""
14766
14767 #: git-add--interactive.perl:1149
14768 msgid ""
14769 "y - stash this hunk\n"
14770 "n - do not stash this hunk\n"
14771 "q - quit; do not stash this hunk or any of the remaining ones\n"
14772 "a - stash this hunk and all later hunks in the file\n"
14773 "d - do not stash this hunk or any of the later hunks in the file"
14774 msgstr ""
14775
14776 #: git-add--interactive.perl:1155
14777 msgid ""
14778 "y - unstage this hunk\n"
14779 "n - do not unstage this hunk\n"
14780 "q - quit; do not unstage this hunk or any of the remaining ones\n"
14781 "a - unstage this hunk and all later hunks in the file\n"
14782 "d - do not unstage this hunk or any of the later hunks in the file"
14783 msgstr ""
14784
14785 #: git-add--interactive.perl:1161
14786 msgid ""
14787 "y - apply this hunk to index\n"
14788 "n - do not apply this hunk to index\n"
14789 "q - quit; do not apply this hunk or any of the remaining ones\n"
14790 "a - apply this hunk and all later hunks in the file\n"
14791 "d - do not apply this hunk or any of the later hunks in the file"
14792 msgstr ""
14793
14794 #: git-add--interactive.perl:1167
14795 msgid ""
14796 "y - discard this hunk from worktree\n"
14797 "n - do not discard this hunk from worktree\n"
14798 "q - quit; do not discard this hunk or any of the remaining ones\n"
14799 "a - discard this hunk and all later hunks in the file\n"
14800 "d - do not discard this hunk or any of the later hunks in the file"
14801 msgstr ""
14802
14803 #: git-add--interactive.perl:1173
14804 msgid ""
14805 "y - discard this hunk from index and worktree\n"
14806 "n - do not discard this hunk from index and worktree\n"
14807 "q - quit; do not discard this hunk or any of the remaining ones\n"
14808 "a - discard this hunk and all later hunks in the file\n"
14809 "d - do not discard this hunk or any of the later hunks in the file"
14810 msgstr ""
14811
14812 #: git-add--interactive.perl:1179
14813 msgid ""
14814 "y - apply this hunk to index and worktree\n"
14815 "n - do not apply this hunk to index and worktree\n"
14816 "q - quit; do not apply this hunk or any of the remaining ones\n"
14817 "a - apply this hunk and all later hunks in the file\n"
14818 "d - do not apply this hunk or any of the later hunks in the file"
14819 msgstr ""
14820
14821 #: git-add--interactive.perl:1188
14822 msgid ""
14823 "g - select a hunk to go to\n"
14824 "/ - search for a hunk matching the given regex\n"
14825 "j - leave this hunk undecided, see next undecided hunk\n"
14826 "J - leave this hunk undecided, see next hunk\n"
14827 "k - leave this hunk undecided, see previous undecided hunk\n"
14828 "K - leave this hunk undecided, see previous hunk\n"
14829 "s - split the current hunk into smaller hunks\n"
14830 "e - manually edit the current hunk\n"
14831 "? - print help\n"
14832 msgstr ""
14833
14834 #: git-add--interactive.perl:1219
14835 msgid "The selected hunks do not apply to the index!\n"
14836 msgstr ""
14837
14838 #: git-add--interactive.perl:1220
14839 msgid "Apply them to the worktree anyway? "
14840 msgstr ""
14841
14842 #: git-add--interactive.perl:1223
14843 msgid "Nothing was applied.\n"
14844 msgstr ""
14845
14846 #: git-add--interactive.perl:1234
14847 #, perl-format
14848 msgid "ignoring unmerged: %s\n"
14849 msgstr ""
14850
14851 #: git-add--interactive.perl:1243
14852 msgid "Only binary files changed.\n"
14853 msgstr ""
14854
14855 #: git-add--interactive.perl:1245
14856 msgid "No changes.\n"
14857 msgstr ""
14858
14859 #: git-add--interactive.perl:1253
14860 msgid "Patch update"
14861 msgstr ""
14862
14863 #: git-add--interactive.perl:1305
14864 #, perl-format
14865 msgid "Stage mode change [y,n,q,a,d,/%s,?]? "
14866 msgstr ""
14867
14868 #: git-add--interactive.perl:1306
14869 #, perl-format
14870 msgid "Stage deletion [y,n,q,a,d,/%s,?]? "
14871 msgstr ""
14872
14873 #: git-add--interactive.perl:1307
14874 #, perl-format
14875 msgid "Stage this hunk [y,n,q,a,d,/%s,?]? "
14876 msgstr ""
14877
14878 #: git-add--interactive.perl:1310
14879 #, perl-format
14880 msgid "Stash mode change [y,n,q,a,d,/%s,?]? "
14881 msgstr ""
14882
14883 #: git-add--interactive.perl:1311
14884 #, perl-format
14885 msgid "Stash deletion [y,n,q,a,d,/%s,?]? "
14886 msgstr ""
14887
14888 #: git-add--interactive.perl:1312
14889 #, perl-format
14890 msgid "Stash this hunk [y,n,q,a,d,/%s,?]? "
14891 msgstr ""
14892
14893 #: git-add--interactive.perl:1315
14894 #, perl-format
14895 msgid "Unstage mode change [y,n,q,a,d,/%s,?]? "
14896 msgstr ""
14897
14898 #: git-add--interactive.perl:1316
14899 #, perl-format
14900 msgid "Unstage deletion [y,n,q,a,d,/%s,?]? "
14901 msgstr ""
14902
14903 #: git-add--interactive.perl:1317
14904 #, perl-format
14905 msgid "Unstage this hunk [y,n,q,a,d,/%s,?]? "
14906 msgstr ""
14907
14908 #: git-add--interactive.perl:1320
14909 #, perl-format
14910 msgid "Apply mode change to index [y,n,q,a,d,/%s,?]? "
14911 msgstr ""
14912
14913 #: git-add--interactive.perl:1321
14914 #, perl-format
14915 msgid "Apply deletion to index [y,n,q,a,d,/%s,?]? "
14916 msgstr ""
14917
14918 #: git-add--interactive.perl:1322
14919 #, perl-format
14920 msgid "Apply this hunk to index [y,n,q,a,d,/%s,?]? "
14921 msgstr ""
14922
14923 #: git-add--interactive.perl:1325
14924 #, perl-format
14925 msgid "Discard mode change from worktree [y,n,q,a,d,/%s,?]? "
14926 msgstr ""
14927
14928 #: git-add--interactive.perl:1326
14929 #, perl-format
14930 msgid "Discard deletion from worktree [y,n,q,a,d,/%s,?]? "
14931 msgstr ""
14932
14933 #: git-add--interactive.perl:1327
14934 #, perl-format
14935 msgid "Discard this hunk from worktree [y,n,q,a,d,/%s,?]? "
14936 msgstr ""
14937
14938 #: git-add--interactive.perl:1330
14939 #, perl-format
14940 msgid "Discard mode change from index and worktree [y,n,q,a,d,/%s,?]? "
14941 msgstr ""
14942
14943 #: git-add--interactive.perl:1331
14944 #, perl-format
14945 msgid "Discard deletion from index and worktree [y,n,q,a,d,/%s,?]? "
14946 msgstr ""
14947
14948 #: git-add--interactive.perl:1332
14949 #, perl-format
14950 msgid "Discard this hunk from index and worktree [y,n,q,a,d,/%s,?]? "
14951 msgstr ""
14952
14953 #: git-add--interactive.perl:1335
14954 #, perl-format
14955 msgid "Apply mode change to index and worktree [y,n,q,a,d,/%s,?]? "
14956 msgstr ""
14957
14958 #: git-add--interactive.perl:1336
14959 #, perl-format
14960 msgid "Apply deletion to index and worktree [y,n,q,a,d,/%s,?]? "
14961 msgstr ""
14962
14963 #: git-add--interactive.perl:1337
14964 #, perl-format
14965 msgid "Apply this hunk to index and worktree [y,n,q,a,d,/%s,?]? "
14966 msgstr ""
14967
14968 #: git-add--interactive.perl:1440
14969 msgid "go to which hunk (<ret> to see more)? "
14970 msgstr ""
14971
14972 #: git-add--interactive.perl:1442
14973 msgid "go to which hunk? "
14974 msgstr ""
14975
14976 #: git-add--interactive.perl:1451
14977 #, perl-format
14978 msgid "Invalid number: '%s'\n"
14979 msgstr ""
14980
14981 #: git-add--interactive.perl:1456
14982 #, perl-format
14983 msgid "Sorry, only %d hunk available.\n"
14984 msgid_plural "Sorry, only %d hunks available.\n"
14985 msgstr[0] ""
14986 msgstr[1] ""
14987
14988 #: git-add--interactive.perl:1482
14989 msgid "search for regex? "
14990 msgstr ""
14991
14992 #: git-add--interactive.perl:1495
14993 #, perl-format
14994 msgid "Malformed search regexp %s: %s\n"
14995 msgstr ""
14996
14997 #: git-add--interactive.perl:1505
14998 msgid "No hunk matches the given pattern\n"
14999 msgstr ""
15000
15001 #: git-add--interactive.perl:1517 git-add--interactive.perl:1539
15002 msgid "No previous hunk\n"
15003 msgstr ""
15004
15005 #: git-add--interactive.perl:1526 git-add--interactive.perl:1545
15006 msgid "No next hunk\n"
15007 msgstr ""
15008
15009 #: git-add--interactive.perl:1553
15010 #, perl-format
15011 msgid "Split into %d hunk.\n"
15012 msgid_plural "Split into %d hunks.\n"
15013 msgstr[0] ""
15014 msgstr[1] ""
15015
15016 #: git-add--interactive.perl:1605
15017 msgid "Review diff"
15018 msgstr ""
15019
15020 #. TRANSLATORS: please do not translate the command names
15021 #. 'status', 'update', 'revert', etc.
15022 #: git-add--interactive.perl:1624
15023 msgid ""
15024 "status - show paths with changes\n"
15025 "update - add working tree state to the staged set of changes\n"
15026 "revert - revert staged set of changes back to the HEAD version\n"
15027 "patch - pick hunks and update selectively\n"
15028 "diff - view diff between HEAD and index\n"
15029 "add untracked - add contents of untracked files to the staged set of "
15030 "changes\n"
15031 msgstr ""
15032
15033 #: git-add--interactive.perl:1641 git-add--interactive.perl:1646
15034 #: git-add--interactive.perl:1649 git-add--interactive.perl:1656
15035 #: git-add--interactive.perl:1660 git-add--interactive.perl:1666
15036 msgid "missing --"
15037 msgstr ""
15038
15039 #: git-add--interactive.perl:1662
15040 #, perl-format
15041 msgid "unknown --patch mode: %s"
15042 msgstr ""
15043
15044 #: git-add--interactive.perl:1668 git-add--interactive.perl:1674
15045 #, perl-format
15046 msgid "invalid argument %s, expecting --"
15047 msgstr ""
15048
15049 #: git-send-email.perl:126
15050 msgid "local zone differs from GMT by a non-minute interval\n"
15051 msgstr ""
15052
15053 #: git-send-email.perl:133 git-send-email.perl:139
15054 msgid "local time offset greater than or equal to 24 hours\n"
15055 msgstr ""
15056
15057 #: git-send-email.perl:207 git-send-email.perl:213
15058 msgid "the editor exited uncleanly, aborting everything"
15059 msgstr ""
15060
15061 #: git-send-email.perl:290
15062 #, perl-format
15063 msgid ""
15064 "'%s' contains an intermediate version of the email you were composing.\n"
15065 msgstr ""
15066
15067 #: git-send-email.perl:295
15068 #, perl-format
15069 msgid "'%s.final' contains the composed email.\n"
15070 msgstr ""
15071
15072 #: git-send-email.perl:313
15073 msgid "--dump-aliases incompatible with other options\n"
15074 msgstr ""
15075
15076 #: git-send-email.perl:378 git-send-email.perl:629
15077 msgid "Cannot run git format-patch from outside a repository\n"
15078 msgstr ""
15079
15080 #: git-send-email.perl:447
15081 #, perl-format
15082 msgid "Unknown --suppress-cc field: '%s'\n"
15083 msgstr ""
15084
15085 #: git-send-email.perl:476
15086 #, perl-format
15087 msgid "Unknown --confirm setting: '%s'\n"
15088 msgstr ""
15089
15090 #: git-send-email.perl:504
15091 #, perl-format
15092 msgid "warning: sendmail alias with quotes is not supported: %s\n"
15093 msgstr ""
15094
15095 #: git-send-email.perl:506
15096 #, perl-format
15097 msgid "warning: `:include:` not supported: %s\n"
15098 msgstr ""
15099
15100 #: git-send-email.perl:508
15101 #, perl-format
15102 msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
15103 msgstr ""
15104
15105 #: git-send-email.perl:513
15106 #, perl-format
15107 msgid "warning: sendmail line is not recognized: %s\n"
15108 msgstr ""
15109
15110 #: git-send-email.perl:595
15111 #, perl-format
15112 msgid ""
15113 "File '%s' exists but it could also be the range of commits\n"
15114 "to produce patches for. Please disambiguate by...\n"
15115 "\n"
15116 " * Saying \"./%s\" if you mean a file; or\n"
15117 " * Giving --format-patch option if you mean a range.\n"
15118 msgstr ""
15119
15120 #: git-send-email.perl:616
15121 #, perl-format
15122 msgid "Failed to opendir %s: %s"
15123 msgstr ""
15124
15125 #: git-send-email.perl:640
15126 #, perl-format
15127 msgid ""
15128 "fatal: %s: %s\n"
15129 "warning: no patches were sent\n"
15130 msgstr ""
15131
15132 #: git-send-email.perl:651
15133 msgid ""
15134 "\n"
15135 "No patch files specified!\n"
15136 "\n"
15137 msgstr ""
15138
15139 #: git-send-email.perl:664
15140 #, perl-format
15141 msgid "No subject line in %s?"
15142 msgstr ""
15143
15144 #: git-send-email.perl:674
15145 #, perl-format
15146 msgid "Failed to open for writing %s: %s"
15147 msgstr ""
15148
15149 #: git-send-email.perl:684
15150 msgid ""
15151 "Lines beginning in \"GIT:\" will be removed.\n"
15152 "Consider including an overall diffstat or table of contents\n"
15153 "for the patch you are writing.\n"
15154 "\n"
15155 "Clear the body content if you don't wish to send a summary.\n"
15156 msgstr ""
15157
15158 #: git-send-email.perl:707
15159 #, perl-format
15160 msgid "Failed to open %s.final: %s"
15161 msgstr ""
15162
15163 #: git-send-email.perl:710
15164 #, perl-format
15165 msgid "Failed to open %s: %s"
15166 msgstr ""
15167
15168 #: git-send-email.perl:745
15169 msgid "To/Cc/Bcc fields are not interpreted yet, they have been ignored\n"
15170 msgstr ""
15171
15172 #: git-send-email.perl:754
15173 msgid "Summary email is empty, skipping it\n"
15174 msgstr ""
15175
15176 #. TRANSLATORS: please keep [y/N] as is.
15177 #: git-send-email.perl:786
15178 #, perl-format
15179 msgid "Are you sure you want to use <%s> [y/N]? "
15180 msgstr ""
15181
15182 #: git-send-email.perl:815
15183 msgid ""
15184 "The following files are 8bit, but do not declare a Content-Transfer-"
15185 "Encoding.\n"
15186 msgstr ""
15187
15188 #: git-send-email.perl:820
15189 msgid "Which 8bit encoding should I declare [UTF-8]? "
15190 msgstr ""
15191
15192 #: git-send-email.perl:828
15193 #, perl-format
15194 msgid ""
15195 "Refusing to send because the patch\n"
15196 "\t%s\n"
15197 "has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
15198 "want to send.\n"
15199 msgstr ""
15200
15201 #: git-send-email.perl:847
15202 msgid "To whom should the emails be sent (if anyone)?"
15203 msgstr ""
15204
15205 #: git-send-email.perl:865
15206 #, perl-format
15207 msgid "fatal: alias '%s' expands to itself\n"
15208 msgstr ""
15209
15210 #: git-send-email.perl:877
15211 msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
15212 msgstr ""
15213
15214 #: git-send-email.perl:927 git-send-email.perl:935
15215 #, perl-format
15216 msgid "error: unable to extract a valid address from: %s\n"
15217 msgstr ""
15218
15219 #. TRANSLATORS: Make sure to include [q] [d] [e] in your
15220 #. translation. The program will only accept English input
15221 #. at this point.
15222 #: git-send-email.perl:939
15223 msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
15224 msgstr ""
15225
15226 #: git-send-email.perl:1260
15227 #, perl-format
15228 msgid "CA path \"%s\" does not exist"
15229 msgstr ""
15230
15231 #: git-send-email.perl:1335
15232 msgid ""
15233 " The Cc list above has been expanded by additional\n"
15234 " addresses found in the patch commit message. By default\n"
15235 " send-email prompts before sending whenever this occurs.\n"
15236 " This behavior is controlled by the sendemail.confirm\n"
15237 " configuration setting.\n"
15238 "\n"
15239 " For additional information, run 'git send-email --help'.\n"
15240 " To retain the current behavior, but squelch this message,\n"
15241 " run 'git config --global sendemail.confirm auto'.\n"
15242 "\n"
15243 msgstr ""
15244
15245 #. TRANSLATORS: Make sure to include [y] [n] [q] [a] in your
15246 #. translation. The program will only accept English input
15247 #. at this point.
15248 #: git-send-email.perl:1350
15249 msgid "Send this email? ([y]es|[n]o|[q]uit|[a]ll): "
15250 msgstr ""
15251
15252 #: git-send-email.perl:1353
15253 msgid "Send this email reply required"
15254 msgstr ""
15255
15256 #: git-send-email.perl:1379
15257 msgid "The required SMTP server is not properly defined."
15258 msgstr ""
15259
15260 #: git-send-email.perl:1426
15261 #, perl-format
15262 msgid "Server does not support STARTTLS! %s"
15263 msgstr ""
15264
15265 #: git-send-email.perl:1431 git-send-email.perl:1435
15266 #, perl-format
15267 msgid "STARTTLS failed! %s"
15268 msgstr ""
15269
15270 #: git-send-email.perl:1445
15271 msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
15272 msgstr ""
15273
15274 #: git-send-email.perl:1463
15275 #, perl-format
15276 msgid "Failed to send %s\n"
15277 msgstr ""
15278
15279 #: git-send-email.perl:1466
15280 #, perl-format
15281 msgid "Dry-Sent %s\n"
15282 msgstr ""
15283
15284 #: git-send-email.perl:1466
15285 #, perl-format
15286 msgid "Sent %s\n"
15287 msgstr ""
15288
15289 #: git-send-email.perl:1468
15290 msgid "Dry-OK. Log says:\n"
15291 msgstr ""
15292
15293 #: git-send-email.perl:1468
15294 msgid "OK. Log says:\n"
15295 msgstr ""
15296
15297 #: git-send-email.perl:1480
15298 msgid "Result: "
15299 msgstr ""
15300
15301 #: git-send-email.perl:1483
15302 msgid "Result: OK\n"
15303 msgstr ""
15304
15305 #: git-send-email.perl:1496
15306 #, perl-format
15307 msgid "can't open file %s"
15308 msgstr ""
15309
15310 #: git-send-email.perl:1543 git-send-email.perl:1563
15311 #, perl-format
15312 msgid "(mbox) Adding cc: %s from line '%s'\n"
15313 msgstr ""
15314
15315 #: git-send-email.perl:1549
15316 #, perl-format
15317 msgid "(mbox) Adding to: %s from line '%s'\n"
15318 msgstr ""
15319
15320 #: git-send-email.perl:1597
15321 #, perl-format
15322 msgid "(non-mbox) Adding cc: %s from line '%s'\n"
15323 msgstr ""
15324
15325 #: git-send-email.perl:1622
15326 #, perl-format
15327 msgid "(body) Adding cc: %s from line '%s'\n"
15328 msgstr ""
15329
15330 #: git-send-email.perl:1728
15331 #, perl-format
15332 msgid "(%s) Could not execute '%s'"
15333 msgstr ""
15334
15335 #: git-send-email.perl:1735
15336 #, perl-format
15337 msgid "(%s) Adding %s: %s from: '%s'\n"
15338 msgstr ""
15339
15340 #: git-send-email.perl:1739
15341 #, perl-format
15342 msgid "(%s) failed to close pipe to '%s'"
15343 msgstr ""
15344
15345 #: git-send-email.perl:1766
15346 msgid "cannot send message as 7bit"
15347 msgstr ""
15348
15349 #: git-send-email.perl:1774
15350 msgid "invalid transfer encoding"
15351 msgstr ""
15352
15353 #: git-send-email.perl:1812 git-send-email.perl:1863 git-send-email.perl:1873
15354 #, perl-format
15355 msgid "unable to open %s: %s\n"
15356 msgstr ""
15357
15358 #: git-send-email.perl:1815
15359 #, perl-format
15360 msgid "%s: patch contains a line longer than 998 characters"
15361 msgstr ""
15362
15363 #: git-send-email.perl:1831
15364 #, perl-format
15365 msgid "Skipping %s with backup suffix '%s'.\n"
15366 msgstr ""
15367
15368 #. TRANSLATORS: please keep "[y|N]" as is.
15369 #: git-send-email.perl:1835
15370 #, perl-format
15371 msgid "Do you really want to send %s? [y|N]: "
15372 msgstr ""