Imported Upstream version 2.12.0
[platform/upstream/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-02-18 01:00+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:55
22 #, c-format
23 msgid "hint: %.*s\n"
24 msgstr ""
25
26 #: advice.c:83
27 msgid "Cherry-picking is not possible because you have unmerged files."
28 msgstr ""
29
30 #: advice.c:85
31 msgid "Committing is not possible because you have unmerged files."
32 msgstr ""
33
34 #: advice.c:87
35 msgid "Merging is not possible because you have unmerged files."
36 msgstr ""
37
38 #: advice.c:89
39 msgid "Pulling is not possible because you have unmerged files."
40 msgstr ""
41
42 #: advice.c:91
43 msgid "Reverting is not possible because you have unmerged files."
44 msgstr ""
45
46 #: advice.c:93
47 #, c-format
48 msgid "It is not possible to %s because you have unmerged files."
49 msgstr ""
50
51 #: advice.c:101
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:109
58 msgid "Exiting because of an unresolved conflict."
59 msgstr ""
60
61 #: advice.c:114 builtin/merge.c:1206
62 msgid "You have not concluded your merge (MERGE_HEAD exists)."
63 msgstr ""
64
65 #: advice.c:116
66 msgid "Please, commit your changes before merging."
67 msgstr ""
68
69 #: advice.c:117
70 msgid "Exiting because of unfinished merge."
71 msgstr ""
72
73 #: advice.c:123
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:57
90 #, c-format
91 msgid "unrecognized whitespace option '%s'"
92 msgstr ""
93
94 #: apply.c:73
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:938
130 #, c-format
131 msgid "unable to find filename in patch at line %d"
132 msgstr ""
133
134 #: apply.c:977
135 #, c-format
136 msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
137 msgstr ""
138
139 #: apply.c:983
140 #, c-format
141 msgid "git apply: bad git-diff - inconsistent new filename on line %d"
142 msgstr ""
143
144 #: apply.c:984
145 #, c-format
146 msgid "git apply: bad git-diff - inconsistent old filename on line %d"
147 msgstr ""
148
149 #: apply.c:990
150 #, c-format
151 msgid "git apply: bad git-diff - expected /dev/null on line %d"
152 msgstr ""
153
154 #: apply.c:1488
155 #, c-format
156 msgid "recount: unexpected line: %.*s"
157 msgstr ""
158
159 #: apply.c:1557
160 #, c-format
161 msgid "patch fragment without header at line %d: %.*s"
162 msgstr ""
163
164 #: apply.c:1577
165 #, c-format
166 msgid ""
167 "git diff header lacks filename information when removing %d leading pathname "
168 "component (line %d)"
169 msgid_plural ""
170 "git diff header lacks filename information when removing %d leading pathname "
171 "components (line %d)"
172 msgstr[0] ""
173 msgstr[1] ""
174
175 #: apply.c:1589
176 #, c-format
177 msgid "git diff header lacks filename information (line %d)"
178 msgstr ""
179
180 #: apply.c:1759
181 msgid "new file depends on old contents"
182 msgstr ""
183
184 #: apply.c:1761
185 msgid "deleted file still has contents"
186 msgstr ""
187
188 #: apply.c:1795
189 #, c-format
190 msgid "corrupt patch at line %d"
191 msgstr ""
192
193 #: apply.c:1832
194 #, c-format
195 msgid "new file %s depends on old contents"
196 msgstr ""
197
198 #: apply.c:1834
199 #, c-format
200 msgid "deleted file %s still has contents"
201 msgstr ""
202
203 #: apply.c:1837
204 #, c-format
205 msgid "** warning: file %s becomes empty but is not deleted"
206 msgstr ""
207
208 #: apply.c:1984
209 #, c-format
210 msgid "corrupt binary patch at line %d: %.*s"
211 msgstr ""
212
213 #: apply.c:2021
214 #, c-format
215 msgid "unrecognized binary patch at line %d"
216 msgstr ""
217
218 #: apply.c:2182
219 #, c-format
220 msgid "patch with only garbage at line %d"
221 msgstr ""
222
223 #: apply.c:2265
224 #, c-format
225 msgid "unable to read symlink %s"
226 msgstr ""
227
228 #: apply.c:2269
229 #, c-format
230 msgid "unable to open or read %s"
231 msgstr ""
232
233 #: apply.c:2922
234 #, c-format
235 msgid "invalid start of line: '%c'"
236 msgstr ""
237
238 #: apply.c:3041
239 #, c-format
240 msgid "Hunk #%d succeeded at %d (offset %d line)."
241 msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
242 msgstr[0] ""
243 msgstr[1] ""
244
245 #: apply.c:3053
246 #, c-format
247 msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
248 msgstr ""
249
250 #: apply.c:3059
251 #, c-format
252 msgid ""
253 "while searching for:\n"
254 "%.*s"
255 msgstr ""
256
257 #: apply.c:3081
258 #, c-format
259 msgid "missing binary patch data for '%s'"
260 msgstr ""
261
262 #: apply.c:3089
263 #, c-format
264 msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
265 msgstr ""
266
267 #: apply.c:3135
268 #, c-format
269 msgid "cannot apply binary patch to '%s' without full index line"
270 msgstr ""
271
272 #: apply.c:3145
273 #, c-format
274 msgid ""
275 "the patch applies to '%s' (%s), which does not match the current contents."
276 msgstr ""
277
278 #: apply.c:3153
279 #, c-format
280 msgid "the patch applies to an empty '%s' but it is not empty"
281 msgstr ""
282
283 #: apply.c:3171
284 #, c-format
285 msgid "the necessary postimage %s for '%s' cannot be read"
286 msgstr ""
287
288 #: apply.c:3184
289 #, c-format
290 msgid "binary patch does not apply to '%s'"
291 msgstr ""
292
293 #: apply.c:3190
294 #, c-format
295 msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
296 msgstr ""
297
298 #: apply.c:3211
299 #, c-format
300 msgid "patch failed: %s:%ld"
301 msgstr ""
302
303 #: apply.c:3333
304 #, c-format
305 msgid "cannot checkout %s"
306 msgstr ""
307
308 #: apply.c:3381 apply.c:3392 apply.c:3438 setup.c:248
309 #, c-format
310 msgid "failed to read %s"
311 msgstr ""
312
313 #: apply.c:3389
314 #, c-format
315 msgid "reading from '%s' beyond a symbolic link"
316 msgstr ""
317
318 #: apply.c:3418 apply.c:3658
319 #, c-format
320 msgid "path %s has been renamed/deleted"
321 msgstr ""
322
323 #: apply.c:3501 apply.c:3672
324 #, c-format
325 msgid "%s: does not exist in index"
326 msgstr ""
327
328 #: apply.c:3510 apply.c:3680
329 #, c-format
330 msgid "%s: does not match index"
331 msgstr ""
332
333 #: apply.c:3545
334 msgid "repository lacks the necessary blob to fall back on 3-way merge."
335 msgstr ""
336
337 #: apply.c:3548
338 #, c-format
339 msgid "Falling back to three-way merge...\n"
340 msgstr ""
341
342 #: apply.c:3564 apply.c:3568
343 #, c-format
344 msgid "cannot read the current contents of '%s'"
345 msgstr ""
346
347 #: apply.c:3580
348 #, c-format
349 msgid "Failed to fall back on three-way merge...\n"
350 msgstr ""
351
352 #: apply.c:3594
353 #, c-format
354 msgid "Applied patch to '%s' with conflicts.\n"
355 msgstr ""
356
357 #: apply.c:3599
358 #, c-format
359 msgid "Applied patch to '%s' cleanly.\n"
360 msgstr ""
361
362 #: apply.c:3625
363 msgid "removal patch leaves file contents"
364 msgstr ""
365
366 #: apply.c:3697
367 #, c-format
368 msgid "%s: wrong type"
369 msgstr ""
370
371 #: apply.c:3699
372 #, c-format
373 msgid "%s has type %o, expected %o"
374 msgstr ""
375
376 #: apply.c:3850 apply.c:3852
377 #, c-format
378 msgid "invalid path '%s'"
379 msgstr ""
380
381 #: apply.c:3908
382 #, c-format
383 msgid "%s: already exists in index"
384 msgstr ""
385
386 #: apply.c:3911
387 #, c-format
388 msgid "%s: already exists in working directory"
389 msgstr ""
390
391 #: apply.c:3931
392 #, c-format
393 msgid "new mode (%o) of %s does not match old mode (%o)"
394 msgstr ""
395
396 #: apply.c:3936
397 #, c-format
398 msgid "new mode (%o) of %s does not match old mode (%o) of %s"
399 msgstr ""
400
401 #: apply.c:3956
402 #, c-format
403 msgid "affected file '%s' is beyond a symbolic link"
404 msgstr ""
405
406 #: apply.c:3960
407 #, c-format
408 msgid "%s: patch does not apply"
409 msgstr ""
410
411 #: apply.c:3975
412 #, c-format
413 msgid "Checking patch %s..."
414 msgstr ""
415
416 #: apply.c:4066
417 #, c-format
418 msgid "sha1 information is lacking or useless for submodule %s"
419 msgstr ""
420
421 #: apply.c:4073
422 #, c-format
423 msgid "mode change for %s, which is not in current HEAD"
424 msgstr ""
425
426 #: apply.c:4076
427 #, c-format
428 msgid "sha1 information is lacking or useless (%s)."
429 msgstr ""
430
431 #: apply.c:4081 builtin/checkout.c:233 builtin/reset.c:135
432 #, c-format
433 msgid "make_cache_entry failed for path '%s'"
434 msgstr ""
435
436 #: apply.c:4085
437 #, c-format
438 msgid "could not add %s to temporary index"
439 msgstr ""
440
441 #: apply.c:4095
442 #, c-format
443 msgid "could not write temporary index to %s"
444 msgstr ""
445
446 #: apply.c:4233
447 #, c-format
448 msgid "unable to remove %s from index"
449 msgstr ""
450
451 #: apply.c:4268
452 #, c-format
453 msgid "corrupt patch for submodule %s"
454 msgstr ""
455
456 #: apply.c:4274
457 #, c-format
458 msgid "unable to stat newly created file '%s'"
459 msgstr ""
460
461 #: apply.c:4282
462 #, c-format
463 msgid "unable to create backing store for newly created file %s"
464 msgstr ""
465
466 #: apply.c:4288 apply.c:4432
467 #, c-format
468 msgid "unable to add cache entry for %s"
469 msgstr ""
470
471 #: apply.c:4329
472 #, c-format
473 msgid "failed to write to '%s'"
474 msgstr ""
475
476 #: apply.c:4333
477 #, c-format
478 msgid "closing file '%s'"
479 msgstr ""
480
481 #: apply.c:4403
482 #, c-format
483 msgid "unable to write file '%s' mode %o"
484 msgstr ""
485
486 #: apply.c:4501
487 #, c-format
488 msgid "Applied patch %s cleanly."
489 msgstr ""
490
491 #: apply.c:4509
492 msgid "internal error"
493 msgstr ""
494
495 #: apply.c:4512
496 #, c-format
497 msgid "Applying patch %%s with %d reject..."
498 msgid_plural "Applying patch %%s with %d rejects..."
499 msgstr[0] ""
500 msgstr[1] ""
501
502 #: apply.c:4523
503 #, c-format
504 msgid "truncating .rej filename to %.*s.rej"
505 msgstr ""
506
507 #: apply.c:4531 builtin/fetch.c:737 builtin/fetch.c:986
508 #, c-format
509 msgid "cannot open %s"
510 msgstr ""
511
512 #: apply.c:4545
513 #, c-format
514 msgid "Hunk #%d applied cleanly."
515 msgstr ""
516
517 #: apply.c:4549
518 #, c-format
519 msgid "Rejected hunk #%d."
520 msgstr ""
521
522 #: apply.c:4659
523 #, c-format
524 msgid "Skipped patch '%s'."
525 msgstr ""
526
527 #: apply.c:4667
528 msgid "unrecognized input"
529 msgstr ""
530
531 #: apply.c:4686
532 msgid "unable to read index file"
533 msgstr ""
534
535 #: apply.c:4824
536 #, c-format
537 msgid "can't open patch '%s': %s"
538 msgstr ""
539
540 #: apply.c:4849
541 #, c-format
542 msgid "squelched %d whitespace error"
543 msgid_plural "squelched %d whitespace errors"
544 msgstr[0] ""
545 msgstr[1] ""
546
547 #: apply.c:4855 apply.c:4870
548 #, c-format
549 msgid "%d line adds whitespace errors."
550 msgid_plural "%d lines add whitespace errors."
551 msgstr[0] ""
552 msgstr[1] ""
553
554 #: apply.c:4863
555 #, c-format
556 msgid "%d line applied after fixing whitespace errors."
557 msgid_plural "%d lines applied after fixing whitespace errors."
558 msgstr[0] ""
559 msgstr[1] ""
560
561 #: apply.c:4879 builtin/add.c:463 builtin/mv.c:298 builtin/rm.c:391
562 msgid "Unable to write new index file"
563 msgstr ""
564
565 #: apply.c:4910 apply.c:4913 builtin/am.c:2277 builtin/am.c:2280
566 #: builtin/clone.c:95 builtin/fetch.c:98 builtin/pull.c:180
567 #: builtin/submodule--helper.c:281 builtin/submodule--helper.c:591
568 #: builtin/submodule--helper.c:594 builtin/submodule--helper.c:960
569 #: builtin/submodule--helper.c:963 builtin/submodule--helper.c:1104
570 #: git-add--interactive.perl:239
571 msgid "path"
572 msgstr ""
573
574 #: apply.c:4911
575 msgid "don't apply changes matching the given path"
576 msgstr ""
577
578 #: apply.c:4914
579 msgid "apply changes matching the given path"
580 msgstr ""
581
582 #: apply.c:4916 builtin/am.c:2286
583 msgid "num"
584 msgstr ""
585
586 #: apply.c:4917
587 msgid "remove <num> leading slashes from traditional diff paths"
588 msgstr ""
589
590 #: apply.c:4920
591 msgid "ignore additions made by the patch"
592 msgstr ""
593
594 #: apply.c:4922
595 msgid "instead of applying the patch, output diffstat for the input"
596 msgstr ""
597
598 #: apply.c:4926
599 msgid "show number of added and deleted lines in decimal notation"
600 msgstr ""
601
602 #: apply.c:4928
603 msgid "instead of applying the patch, output a summary for the input"
604 msgstr ""
605
606 #: apply.c:4930
607 msgid "instead of applying the patch, see if the patch is applicable"
608 msgstr ""
609
610 #: apply.c:4932
611 msgid "make sure the patch is applicable to the current index"
612 msgstr ""
613
614 #: apply.c:4934
615 msgid "apply a patch without touching the working tree"
616 msgstr ""
617
618 #: apply.c:4936
619 msgid "accept a patch that touches outside the working area"
620 msgstr ""
621
622 #: apply.c:4938
623 msgid "also apply the patch (use with --stat/--summary/--check)"
624 msgstr ""
625
626 #: apply.c:4940
627 msgid "attempt three-way merge if a patch does not apply"
628 msgstr ""
629
630 #: apply.c:4942
631 msgid "build a temporary index based on embedded index information"
632 msgstr ""
633
634 #: apply.c:4945 builtin/checkout-index.c:169 builtin/ls-files.c:507
635 msgid "paths are separated with NUL character"
636 msgstr ""
637
638 #: apply.c:4947
639 msgid "ensure at least <n> lines of context match"
640 msgstr ""
641
642 #: apply.c:4948 builtin/am.c:2265
643 msgid "action"
644 msgstr ""
645
646 #: apply.c:4949
647 msgid "detect new or modified lines that have whitespace errors"
648 msgstr ""
649
650 #: apply.c:4952 apply.c:4955
651 msgid "ignore changes in whitespace when finding context"
652 msgstr ""
653
654 #: apply.c:4958
655 msgid "apply the patch in reverse"
656 msgstr ""
657
658 #: apply.c:4960
659 msgid "don't expect at least one line of context"
660 msgstr ""
661
662 #: apply.c:4962
663 msgid "leave the rejected hunks in corresponding *.rej files"
664 msgstr ""
665
666 #: apply.c:4964
667 msgid "allow overlapping hunks"
668 msgstr ""
669
670 #: apply.c:4965 builtin/add.c:267 builtin/check-ignore.c:19
671 #: builtin/commit.c:1337 builtin/count-objects.c:94 builtin/fsck.c:651
672 #: builtin/log.c:1860 builtin/mv.c:122 builtin/read-tree.c:114
673 msgid "be verbose"
674 msgstr ""
675
676 #: apply.c:4967
677 msgid "tolerate incorrectly detected missing new-line at the end of file"
678 msgstr ""
679
680 #: apply.c:4970
681 msgid "do not trust the line counts in the hunk headers"
682 msgstr ""
683
684 #: apply.c:4972 builtin/am.c:2274
685 msgid "root"
686 msgstr ""
687
688 #: apply.c:4973
689 msgid "prepend <root> to all filenames"
690 msgstr ""
691
692 #: archive.c:12
693 msgid "git archive [<options>] <tree-ish> [<path>...]"
694 msgstr ""
695
696 #: archive.c:13
697 msgid "git archive --list"
698 msgstr ""
699
700 #: archive.c:14
701 msgid ""
702 "git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
703 msgstr ""
704
705 #: archive.c:15
706 msgid "git archive --remote <repo> [--exec <cmd>] --list"
707 msgstr ""
708
709 #: archive.c:344 builtin/add.c:152 builtin/add.c:442 builtin/rm.c:300
710 #, c-format
711 msgid "pathspec '%s' did not match any files"
712 msgstr ""
713
714 #: archive.c:429
715 msgid "fmt"
716 msgstr ""
717
718 #: archive.c:429
719 msgid "archive format"
720 msgstr ""
721
722 #: archive.c:430 builtin/log.c:1429
723 msgid "prefix"
724 msgstr ""
725
726 #: archive.c:431
727 msgid "prepend prefix to each pathname in the archive"
728 msgstr ""
729
730 #: archive.c:432 builtin/blame.c:2607 builtin/blame.c:2608 builtin/config.c:59
731 #: builtin/fast-export.c:987 builtin/fast-export.c:989 builtin/grep.c:1054
732 #: builtin/hash-object.c:101 builtin/ls-files.c:541 builtin/ls-files.c:544
733 #: builtin/notes.c:401 builtin/notes.c:564 builtin/read-tree.c:109
734 #: parse-options.h:153
735 msgid "file"
736 msgstr ""
737
738 #: archive.c:433 builtin/archive.c:89
739 msgid "write the archive to this file"
740 msgstr ""
741
742 #: archive.c:435
743 msgid "read .gitattributes in working directory"
744 msgstr ""
745
746 #: archive.c:436
747 msgid "report archived files on stderr"
748 msgstr ""
749
750 #: archive.c:437
751 msgid "store only"
752 msgstr ""
753
754 #: archive.c:438
755 msgid "compress faster"
756 msgstr ""
757
758 #: archive.c:446
759 msgid "compress better"
760 msgstr ""
761
762 #: archive.c:449
763 msgid "list supported archive formats"
764 msgstr ""
765
766 #: archive.c:451 builtin/archive.c:90 builtin/clone.c:85 builtin/clone.c:88
767 #: builtin/submodule--helper.c:603 builtin/submodule--helper.c:969
768 msgid "repo"
769 msgstr ""
770
771 #: archive.c:452 builtin/archive.c:91
772 msgid "retrieve the archive from remote repository <repo>"
773 msgstr ""
774
775 #: archive.c:453 builtin/archive.c:92 builtin/notes.c:485
776 msgid "command"
777 msgstr ""
778
779 #: archive.c:454 builtin/archive.c:93
780 msgid "path to the remote git-upload-archive command"
781 msgstr ""
782
783 #: archive.c:461
784 msgid "Unexpected option --remote"
785 msgstr ""
786
787 #: archive.c:463
788 msgid "Option --exec can only be used together with --remote"
789 msgstr ""
790
791 #: archive.c:465
792 msgid "Unexpected option --output"
793 msgstr ""
794
795 #: archive.c:487
796 #, c-format
797 msgid "Unknown archive format '%s'"
798 msgstr ""
799
800 #: archive.c:494
801 #, c-format
802 msgid "Argument not supported for format '%s': -%d"
803 msgstr ""
804
805 #: attr.c:263
806 msgid ""
807 "Negative patterns are ignored in git attributes\n"
808 "Use '\\!' for literal leading exclamation."
809 msgstr ""
810
811 #: bisect.c:441
812 #, c-format
813 msgid "Could not open file '%s'"
814 msgstr ""
815
816 #: bisect.c:446
817 #, c-format
818 msgid "Badly quoted content in file '%s': %s"
819 msgstr ""
820
821 #: bisect.c:655
822 #, c-format
823 msgid "We cannot bisect more!\n"
824 msgstr ""
825
826 #: bisect.c:708
827 #, c-format
828 msgid "Not a valid commit name %s"
829 msgstr ""
830
831 #: bisect.c:732
832 #, c-format
833 msgid ""
834 "The merge base %s is bad.\n"
835 "This means the bug has been fixed between %s and [%s].\n"
836 msgstr ""
837
838 #: bisect.c:737
839 #, c-format
840 msgid ""
841 "The merge base %s is new.\n"
842 "The property has changed between %s and [%s].\n"
843 msgstr ""
844
845 #: bisect.c:742
846 #, c-format
847 msgid ""
848 "The merge base %s is %s.\n"
849 "This means the first '%s' commit is between %s and [%s].\n"
850 msgstr ""
851
852 #: bisect.c:750
853 #, c-format
854 msgid ""
855 "Some %s revs are not ancestors of the %s rev.\n"
856 "git bisect cannot work properly in this case.\n"
857 "Maybe you mistook %s and %s revs?\n"
858 msgstr ""
859
860 #: bisect.c:763
861 #, c-format
862 msgid ""
863 "the merge base between %s and [%s] must be skipped.\n"
864 "So we cannot be sure the first %s commit is between %s and %s.\n"
865 "We continue anyway."
866 msgstr ""
867
868 #: bisect.c:798
869 #, c-format
870 msgid "Bisecting: a merge base must be tested\n"
871 msgstr ""
872
873 #: bisect.c:849
874 #, c-format
875 msgid "a %s revision is needed"
876 msgstr ""
877
878 #: bisect.c:866 builtin/notes.c:174 builtin/tag.c:262
879 #, c-format
880 msgid "could not create file '%s'"
881 msgstr ""
882
883 #: bisect.c:917
884 #, c-format
885 msgid "could not read file '%s'"
886 msgstr ""
887
888 #: bisect.c:947
889 msgid "reading bisect refs failed"
890 msgstr ""
891
892 #: bisect.c:967
893 #, c-format
894 msgid "%s was both %s and %s\n"
895 msgstr ""
896
897 #: bisect.c:975
898 #, c-format
899 msgid ""
900 "No testable commit found.\n"
901 "Maybe you started with bad path parameters?\n"
902 msgstr ""
903
904 #: bisect.c:994
905 #, c-format
906 msgid "(roughly %d step)"
907 msgid_plural "(roughly %d steps)"
908 msgstr[0] ""
909 msgstr[1] ""
910
911 #. TRANSLATORS: the last %s will be replaced with
912 #. "(roughly %d steps)" translation
913 #: bisect.c:998
914 #, c-format
915 msgid "Bisecting: %d revision left to test after this %s\n"
916 msgid_plural "Bisecting: %d revisions left to test after this %s\n"
917 msgstr[0] ""
918 msgstr[1] ""
919
920 #: branch.c:53
921 #, c-format
922 msgid ""
923 "\n"
924 "After fixing the error cause you may try to fix up\n"
925 "the remote tracking information by invoking\n"
926 "\"git branch --set-upstream-to=%s%s%s\"."
927 msgstr ""
928
929 #: branch.c:67
930 #, c-format
931 msgid "Not setting branch %s as its own upstream."
932 msgstr ""
933
934 #: branch.c:93
935 #, c-format
936 msgid "Branch %s set up to track remote branch %s from %s by rebasing."
937 msgstr ""
938
939 #: branch.c:94
940 #, c-format
941 msgid "Branch %s set up to track remote branch %s from %s."
942 msgstr ""
943
944 #: branch.c:98
945 #, c-format
946 msgid "Branch %s set up to track local branch %s by rebasing."
947 msgstr ""
948
949 #: branch.c:99
950 #, c-format
951 msgid "Branch %s set up to track local branch %s."
952 msgstr ""
953
954 #: branch.c:104
955 #, c-format
956 msgid "Branch %s set up to track remote ref %s by rebasing."
957 msgstr ""
958
959 #: branch.c:105
960 #, c-format
961 msgid "Branch %s set up to track remote ref %s."
962 msgstr ""
963
964 #: branch.c:109
965 #, c-format
966 msgid "Branch %s set up to track local ref %s by rebasing."
967 msgstr ""
968
969 #: branch.c:110
970 #, c-format
971 msgid "Branch %s set up to track local ref %s."
972 msgstr ""
973
974 #: branch.c:119
975 msgid "Unable to write upstream branch configuration"
976 msgstr ""
977
978 #: branch.c:156
979 #, c-format
980 msgid "Not tracking: ambiguous information for ref %s"
981 msgstr ""
982
983 #: branch.c:185
984 #, c-format
985 msgid "'%s' is not a valid branch name."
986 msgstr ""
987
988 #: branch.c:190
989 #, c-format
990 msgid "A branch named '%s' already exists."
991 msgstr ""
992
993 #: branch.c:198
994 msgid "Cannot force update the current branch."
995 msgstr ""
996
997 #: branch.c:218
998 #, c-format
999 msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1000 msgstr ""
1001
1002 #: branch.c:220
1003 #, c-format
1004 msgid "the requested upstream branch '%s' does not exist"
1005 msgstr ""
1006
1007 #: branch.c:222
1008 msgid ""
1009 "\n"
1010 "If you are planning on basing your work on an upstream\n"
1011 "branch that already exists at the remote, you may need to\n"
1012 "run \"git fetch\" to retrieve it.\n"
1013 "\n"
1014 "If you are planning to push out a new local branch that\n"
1015 "will track its remote counterpart, you may want to use\n"
1016 "\"git push -u\" to set the upstream config as you push."
1017 msgstr ""
1018
1019 #: branch.c:265
1020 #, c-format
1021 msgid "Not a valid object name: '%s'."
1022 msgstr ""
1023
1024 #: branch.c:285
1025 #, c-format
1026 msgid "Ambiguous object name: '%s'."
1027 msgstr ""
1028
1029 #: branch.c:290
1030 #, c-format
1031 msgid "Not a valid branch point: '%s'."
1032 msgstr ""
1033
1034 #: branch.c:344
1035 #, c-format
1036 msgid "'%s' is already checked out at '%s'"
1037 msgstr ""
1038
1039 #: branch.c:363
1040 #, c-format
1041 msgid "HEAD of working tree %s is not updated"
1042 msgstr ""
1043
1044 #: bundle.c:34
1045 #, c-format
1046 msgid "'%s' does not look like a v2 bundle file"
1047 msgstr ""
1048
1049 #: bundle.c:61
1050 #, c-format
1051 msgid "unrecognized header: %s%s (%d)"
1052 msgstr ""
1053
1054 #: bundle.c:87 sequencer.c:1331 sequencer.c:1752 builtin/commit.c:777
1055 #, c-format
1056 msgid "could not open '%s'"
1057 msgstr ""
1058
1059 #: bundle.c:139
1060 msgid "Repository lacks these prerequisite commits:"
1061 msgstr ""
1062
1063 #: bundle.c:163 ref-filter.c:1499 sequencer.c:1154 sequencer.c:2290
1064 #: builtin/blame.c:2820 builtin/commit.c:1061 builtin/log.c:348
1065 #: builtin/log.c:890 builtin/log.c:1340 builtin/log.c:1666 builtin/log.c:1909
1066 #: builtin/merge.c:360 builtin/shortlog.c:177
1067 msgid "revision walk setup failed"
1068 msgstr ""
1069
1070 #: bundle.c:185
1071 #, c-format
1072 msgid "The bundle contains this ref:"
1073 msgid_plural "The bundle contains these %d refs:"
1074 msgstr[0] ""
1075 msgstr[1] ""
1076
1077 #: bundle.c:192
1078 msgid "The bundle records a complete history."
1079 msgstr ""
1080
1081 #: bundle.c:194
1082 #, c-format
1083 msgid "The bundle requires this ref:"
1084 msgid_plural "The bundle requires these %d refs:"
1085 msgstr[0] ""
1086 msgstr[1] ""
1087
1088 #: bundle.c:253
1089 msgid "Could not spawn pack-objects"
1090 msgstr ""
1091
1092 #: bundle.c:264
1093 msgid "pack-objects died"
1094 msgstr ""
1095
1096 #: bundle.c:304
1097 msgid "rev-list died"
1098 msgstr ""
1099
1100 #: bundle.c:353
1101 #, c-format
1102 msgid "ref '%s' is excluded by the rev-list options"
1103 msgstr ""
1104
1105 #: bundle.c:443 builtin/log.c:165 builtin/log.c:1572 builtin/shortlog.c:282
1106 #, c-format
1107 msgid "unrecognized argument: %s"
1108 msgstr ""
1109
1110 #: bundle.c:451
1111 msgid "Refusing to create empty bundle."
1112 msgstr ""
1113
1114 #: bundle.c:463
1115 #, c-format
1116 msgid "cannot create '%s'"
1117 msgstr ""
1118
1119 #: bundle.c:491
1120 msgid "index-pack died"
1121 msgstr ""
1122
1123 #: color.c:300
1124 #, c-format
1125 msgid "invalid color value: %.*s"
1126 msgstr ""
1127
1128 #: commit.c:40 sequencer.c:1564 builtin/am.c:421 builtin/am.c:457
1129 #: builtin/am.c:1493 builtin/am.c:2127
1130 #, c-format
1131 msgid "could not parse %s"
1132 msgstr ""
1133
1134 #: commit.c:42
1135 #, c-format
1136 msgid "%s %s is not a commit!"
1137 msgstr ""
1138
1139 #: commit.c:1514
1140 msgid ""
1141 "Warning: commit message did not conform to UTF-8.\n"
1142 "You may want to amend it after fixing the message, or set the config\n"
1143 "variable i18n.commitencoding to the encoding your project uses.\n"
1144 msgstr ""
1145
1146 #: compat/obstack.c:406 compat/obstack.c:408
1147 msgid "memory exhausted"
1148 msgstr ""
1149
1150 #: config.c:518
1151 #, c-format
1152 msgid "bad config line %d in blob %s"
1153 msgstr ""
1154
1155 #: config.c:522
1156 #, c-format
1157 msgid "bad config line %d in file %s"
1158 msgstr ""
1159
1160 #: config.c:526
1161 #, c-format
1162 msgid "bad config line %d in standard input"
1163 msgstr ""
1164
1165 #: config.c:530
1166 #, c-format
1167 msgid "bad config line %d in submodule-blob %s"
1168 msgstr ""
1169
1170 #: config.c:534
1171 #, c-format
1172 msgid "bad config line %d in command line %s"
1173 msgstr ""
1174
1175 #: config.c:538
1176 #, c-format
1177 msgid "bad config line %d in %s"
1178 msgstr ""
1179
1180 #: config.c:657
1181 msgid "out of range"
1182 msgstr ""
1183
1184 #: config.c:657
1185 msgid "invalid unit"
1186 msgstr ""
1187
1188 #: config.c:663
1189 #, c-format
1190 msgid "bad numeric config value '%s' for '%s': %s"
1191 msgstr ""
1192
1193 #: config.c:668
1194 #, c-format
1195 msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1196 msgstr ""
1197
1198 #: config.c:671
1199 #, c-format
1200 msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1201 msgstr ""
1202
1203 #: config.c:674
1204 #, c-format
1205 msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1206 msgstr ""
1207
1208 #: config.c:677
1209 #, c-format
1210 msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1211 msgstr ""
1212
1213 #: config.c:680
1214 #, c-format
1215 msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1216 msgstr ""
1217
1218 #: config.c:683
1219 #, c-format
1220 msgid "bad numeric config value '%s' for '%s' in %s: %s"
1221 msgstr ""
1222
1223 #: config.c:770
1224 #, c-format
1225 msgid "failed to expand user dir in: '%s'"
1226 msgstr ""
1227
1228 #: config.c:865 config.c:876
1229 #, c-format
1230 msgid "bad zlib compression level %d"
1231 msgstr ""
1232
1233 #: config.c:993
1234 #, c-format
1235 msgid "invalid mode for object creation: %s"
1236 msgstr ""
1237
1238 #: config.c:1149
1239 #, c-format
1240 msgid "bad pack compression level %d"
1241 msgstr ""
1242
1243 #: config.c:1339
1244 msgid "unable to parse command-line config"
1245 msgstr ""
1246
1247 #: config.c:1389
1248 msgid "unknown error occurred while reading the configuration files"
1249 msgstr ""
1250
1251 #: config.c:1743
1252 #, c-format
1253 msgid "unable to parse '%s' from command-line config"
1254 msgstr ""
1255
1256 #: config.c:1745
1257 #, c-format
1258 msgid "bad config variable '%s' in file '%s' at line %d"
1259 msgstr ""
1260
1261 #: config.c:1804
1262 #, c-format
1263 msgid "%s has multiple values"
1264 msgstr ""
1265
1266 #: config.c:2225 config.c:2450
1267 #, c-format
1268 msgid "fstat on %s failed"
1269 msgstr ""
1270
1271 #: config.c:2343
1272 #, c-format
1273 msgid "could not set '%s' to '%s'"
1274 msgstr ""
1275
1276 #: config.c:2345
1277 #, c-format
1278 msgid "could not unset '%s'"
1279 msgstr ""
1280
1281 #: connect.c:49
1282 msgid "The remote end hung up upon initial contact"
1283 msgstr ""
1284
1285 #: connect.c:51
1286 msgid ""
1287 "Could not read from remote repository.\n"
1288 "\n"
1289 "Please make sure you have the correct access rights\n"
1290 "and the repository exists."
1291 msgstr ""
1292
1293 #: connected.c:63 builtin/fsck.c:190 builtin/prune.c:140
1294 msgid "Checking connectivity"
1295 msgstr ""
1296
1297 #: connected.c:75
1298 msgid "Could not run 'git rev-list'"
1299 msgstr ""
1300
1301 #: connected.c:95
1302 msgid "failed write to rev-list"
1303 msgstr ""
1304
1305 #: connected.c:102
1306 msgid "failed to close rev-list's stdin"
1307 msgstr ""
1308
1309 #: convert.c:201
1310 #, c-format
1311 msgid ""
1312 "CRLF will be replaced by LF in %s.\n"
1313 "The file will have its original line endings in your working directory."
1314 msgstr ""
1315
1316 #: convert.c:205
1317 #, c-format
1318 msgid "CRLF would be replaced by LF in %s."
1319 msgstr ""
1320
1321 #: convert.c:211
1322 #, c-format
1323 msgid ""
1324 "LF will be replaced by CRLF in %s.\n"
1325 "The file will have its original line endings in your working directory."
1326 msgstr ""
1327
1328 #: convert.c:215
1329 #, c-format
1330 msgid "LF would be replaced by CRLF in %s"
1331 msgstr ""
1332
1333 #: date.c:97
1334 msgid "in the future"
1335 msgstr ""
1336
1337 #: date.c:103
1338 #, c-format
1339 msgid "%lu second ago"
1340 msgid_plural "%lu seconds ago"
1341 msgstr[0] ""
1342 msgstr[1] ""
1343
1344 #: date.c:110
1345 #, c-format
1346 msgid "%lu minute ago"
1347 msgid_plural "%lu minutes ago"
1348 msgstr[0] ""
1349 msgstr[1] ""
1350
1351 #: date.c:117
1352 #, c-format
1353 msgid "%lu hour ago"
1354 msgid_plural "%lu hours ago"
1355 msgstr[0] ""
1356 msgstr[1] ""
1357
1358 #: date.c:124
1359 #, c-format
1360 msgid "%lu day ago"
1361 msgid_plural "%lu days ago"
1362 msgstr[0] ""
1363 msgstr[1] ""
1364
1365 #: date.c:130
1366 #, c-format
1367 msgid "%lu week ago"
1368 msgid_plural "%lu weeks ago"
1369 msgstr[0] ""
1370 msgstr[1] ""
1371
1372 #: date.c:137
1373 #, c-format
1374 msgid "%lu month ago"
1375 msgid_plural "%lu months ago"
1376 msgstr[0] ""
1377 msgstr[1] ""
1378
1379 #: date.c:148
1380 #, c-format
1381 msgid "%lu year"
1382 msgid_plural "%lu years"
1383 msgstr[0] ""
1384 msgstr[1] ""
1385
1386 #. TRANSLATORS: "%s" is "<n> years"
1387 #: date.c:151
1388 #, c-format
1389 msgid "%s, %lu month ago"
1390 msgid_plural "%s, %lu months ago"
1391 msgstr[0] ""
1392 msgstr[1] ""
1393
1394 #: date.c:156 date.c:161
1395 #, c-format
1396 msgid "%lu year ago"
1397 msgid_plural "%lu years ago"
1398 msgstr[0] ""
1399 msgstr[1] ""
1400
1401 #: diffcore-order.c:24
1402 #, c-format
1403 msgid "failed to read orderfile '%s'"
1404 msgstr ""
1405
1406 #: diffcore-rename.c:536
1407 msgid "Performing inexact rename detection"
1408 msgstr ""
1409
1410 #: diff.c:62
1411 #, c-format
1412 msgid "option '%s' requires a value"
1413 msgstr ""
1414
1415 #: diff.c:124
1416 #, c-format
1417 msgid "  Failed to parse dirstat cut-off percentage '%s'\n"
1418 msgstr ""
1419
1420 #: diff.c:129
1421 #, c-format
1422 msgid "  Unknown dirstat parameter '%s'\n"
1423 msgstr ""
1424
1425 #: diff.c:281
1426 #, c-format
1427 msgid "Unknown value for 'diff.submodule' config variable: '%s'"
1428 msgstr ""
1429
1430 #: diff.c:344
1431 #, c-format
1432 msgid ""
1433 "Found errors in 'diff.dirstat' config variable:\n"
1434 "%s"
1435 msgstr ""
1436
1437 #: diff.c:3085
1438 #, c-format
1439 msgid "external diff died, stopping at %s"
1440 msgstr ""
1441
1442 #: diff.c:3411
1443 msgid "--name-only, --name-status, --check and -s are mutually exclusive"
1444 msgstr ""
1445
1446 #: diff.c:3501
1447 msgid "--follow requires exactly one pathspec"
1448 msgstr ""
1449
1450 #: diff.c:3664
1451 #, c-format
1452 msgid ""
1453 "Failed to parse --dirstat/-X option parameter:\n"
1454 "%s"
1455 msgstr ""
1456
1457 #: diff.c:3678
1458 #, c-format
1459 msgid "Failed to parse --submodule option parameter: '%s'"
1460 msgstr ""
1461
1462 #: diff.c:4696
1463 msgid "inexact rename detection was skipped due to too many files."
1464 msgstr ""
1465
1466 #: diff.c:4699
1467 msgid "only found copies from modified paths due to too many files."
1468 msgstr ""
1469
1470 #: diff.c:4702
1471 #, c-format
1472 msgid ""
1473 "you may want to set your %s variable to at least %d and retry the command."
1474 msgstr ""
1475
1476 #: dir.c:1862
1477 msgid "failed to get kernel name and information"
1478 msgstr ""
1479
1480 #: dir.c:1981
1481 msgid "Untracked cache is disabled on this system or location."
1482 msgstr ""
1483
1484 #: dir.c:2759
1485 #, c-format
1486 msgid "could not migrate git directory from '%s' to '%s'"
1487 msgstr ""
1488
1489 #: fetch-pack.c:213
1490 msgid "git fetch-pack: expected shallow list"
1491 msgstr ""
1492
1493 #: fetch-pack.c:225
1494 msgid "git fetch-pack: expected ACK/NAK, got EOF"
1495 msgstr ""
1496
1497 #: fetch-pack.c:243
1498 #, c-format
1499 msgid "git fetch-pack: expected ACK/NAK, got '%s'"
1500 msgstr ""
1501
1502 #: fetch-pack.c:295
1503 msgid "--stateless-rpc requires multi_ack_detailed"
1504 msgstr ""
1505
1506 #: fetch-pack.c:381
1507 #, c-format
1508 msgid "invalid shallow line: %s"
1509 msgstr ""
1510
1511 #: fetch-pack.c:387
1512 #, c-format
1513 msgid "invalid unshallow line: %s"
1514 msgstr ""
1515
1516 #: fetch-pack.c:389
1517 #, c-format
1518 msgid "object not found: %s"
1519 msgstr ""
1520
1521 #: fetch-pack.c:392
1522 #, c-format
1523 msgid "error in object: %s"
1524 msgstr ""
1525
1526 #: fetch-pack.c:394
1527 #, c-format
1528 msgid "no shallow found: %s"
1529 msgstr ""
1530
1531 #: fetch-pack.c:397
1532 #, c-format
1533 msgid "expected shallow/unshallow, got %s"
1534 msgstr ""
1535
1536 #: fetch-pack.c:436
1537 #, c-format
1538 msgid "got %s %d %s"
1539 msgstr ""
1540
1541 #: fetch-pack.c:450
1542 #, c-format
1543 msgid "invalid commit %s"
1544 msgstr ""
1545
1546 #: fetch-pack.c:483
1547 msgid "giving up"
1548 msgstr ""
1549
1550 #: fetch-pack.c:493 progress.c:235
1551 msgid "done"
1552 msgstr ""
1553
1554 #: fetch-pack.c:505
1555 #, c-format
1556 msgid "got %s (%d) %s"
1557 msgstr ""
1558
1559 #: fetch-pack.c:551
1560 #, c-format
1561 msgid "Marking %s as complete"
1562 msgstr ""
1563
1564 #: fetch-pack.c:697
1565 #, c-format
1566 msgid "already have %s (%s)"
1567 msgstr ""
1568
1569 #: fetch-pack.c:735
1570 msgid "fetch-pack: unable to fork off sideband demultiplexer"
1571 msgstr ""
1572
1573 #: fetch-pack.c:743
1574 msgid "protocol error: bad pack header"
1575 msgstr ""
1576
1577 #: fetch-pack.c:799
1578 #, c-format
1579 msgid "fetch-pack: unable to fork off %s"
1580 msgstr ""
1581
1582 #: fetch-pack.c:815
1583 #, c-format
1584 msgid "%s failed"
1585 msgstr ""
1586
1587 #: fetch-pack.c:817
1588 msgid "error in sideband demultiplexer"
1589 msgstr ""
1590
1591 #: fetch-pack.c:844
1592 msgid "Server does not support shallow clients"
1593 msgstr ""
1594
1595 #: fetch-pack.c:848
1596 msgid "Server supports multi_ack_detailed"
1597 msgstr ""
1598
1599 #: fetch-pack.c:851
1600 msgid "Server supports no-done"
1601 msgstr ""
1602
1603 #: fetch-pack.c:857
1604 msgid "Server supports multi_ack"
1605 msgstr ""
1606
1607 #: fetch-pack.c:861
1608 msgid "Server supports side-band-64k"
1609 msgstr ""
1610
1611 #: fetch-pack.c:865
1612 msgid "Server supports side-band"
1613 msgstr ""
1614
1615 #: fetch-pack.c:869
1616 msgid "Server supports allow-tip-sha1-in-want"
1617 msgstr ""
1618
1619 #: fetch-pack.c:873
1620 msgid "Server supports allow-reachable-sha1-in-want"
1621 msgstr ""
1622
1623 #: fetch-pack.c:883
1624 msgid "Server supports ofs-delta"
1625 msgstr ""
1626
1627 #: fetch-pack.c:890
1628 #, c-format
1629 msgid "Server version is %.*s"
1630 msgstr ""
1631
1632 #: fetch-pack.c:896
1633 msgid "Server does not support --shallow-since"
1634 msgstr ""
1635
1636 #: fetch-pack.c:900
1637 msgid "Server does not support --shallow-exclude"
1638 msgstr ""
1639
1640 #: fetch-pack.c:902
1641 msgid "Server does not support --deepen"
1642 msgstr ""
1643
1644 #: fetch-pack.c:913
1645 msgid "no common commits"
1646 msgstr ""
1647
1648 #: fetch-pack.c:925
1649 msgid "git fetch-pack: fetch failed."
1650 msgstr ""
1651
1652 #: fetch-pack.c:1087
1653 msgid "no matching remote head"
1654 msgstr ""
1655
1656 #: gpg-interface.c:185
1657 msgid "gpg failed to sign the data"
1658 msgstr ""
1659
1660 #: gpg-interface.c:215
1661 msgid "could not create temporary file"
1662 msgstr ""
1663
1664 #: gpg-interface.c:217
1665 #, c-format
1666 msgid "failed writing detached signature to '%s'"
1667 msgstr ""
1668
1669 #: graph.c:96
1670 #, c-format
1671 msgid "ignore invalid color '%.*s' in log.graphColors"
1672 msgstr ""
1673
1674 #: grep.c:1794
1675 #, c-format
1676 msgid "'%s': unable to read %s"
1677 msgstr ""
1678
1679 #: grep.c:1811 builtin/clone.c:381 builtin/diff.c:81 builtin/rm.c:133
1680 #, c-format
1681 msgid "failed to stat '%s'"
1682 msgstr ""
1683
1684 #: grep.c:1822
1685 #, c-format
1686 msgid "'%s': short read"
1687 msgstr ""
1688
1689 #: help.c:218
1690 #, c-format
1691 msgid "available git commands in '%s'"
1692 msgstr ""
1693
1694 #: help.c:225
1695 msgid "git commands available from elsewhere on your $PATH"
1696 msgstr ""
1697
1698 #: help.c:256
1699 msgid "These are common Git commands used in various situations:"
1700 msgstr ""
1701
1702 #: help.c:321
1703 #, c-format
1704 msgid ""
1705 "'%s' appears to be a git command, but we were not\n"
1706 "able to execute it. Maybe git-%s is broken?"
1707 msgstr ""
1708
1709 #: help.c:376
1710 msgid "Uh oh. Your system reports no Git commands at all."
1711 msgstr ""
1712
1713 #: help.c:398
1714 #, c-format
1715 msgid ""
1716 "WARNING: You called a Git command named '%s', which does not exist.\n"
1717 "Continuing under the assumption that you meant '%s'"
1718 msgstr ""
1719
1720 #: help.c:403
1721 #, c-format
1722 msgid "in %0.1f seconds automatically..."
1723 msgstr ""
1724
1725 #: help.c:410
1726 #, c-format
1727 msgid "git: '%s' is not a git command. See 'git --help'."
1728 msgstr ""
1729
1730 #: help.c:414 help.c:480
1731 msgid ""
1732 "\n"
1733 "Did you mean this?"
1734 msgid_plural ""
1735 "\n"
1736 "Did you mean one of these?"
1737 msgstr[0] ""
1738 msgstr[1] ""
1739
1740 #: help.c:476
1741 #, c-format
1742 msgid "%s: %s - %s"
1743 msgstr ""
1744
1745 #: ident.c:334
1746 msgid ""
1747 "\n"
1748 "*** Please tell me who you are.\n"
1749 "\n"
1750 "Run\n"
1751 "\n"
1752 "  git config --global user.email \"you@example.com\"\n"
1753 "  git config --global user.name \"Your Name\"\n"
1754 "\n"
1755 "to set your account's default identity.\n"
1756 "Omit --global to set the identity only in this repository.\n"
1757 "\n"
1758 msgstr ""
1759
1760 #: lockfile.c:152
1761 #, c-format
1762 msgid ""
1763 "Unable to create '%s.lock': %s.\n"
1764 "\n"
1765 "Another git process seems to be running in this repository, e.g.\n"
1766 "an editor opened by 'git commit'. Please make sure all processes\n"
1767 "are terminated then try again. If it still fails, a git process\n"
1768 "may have crashed in this repository earlier:\n"
1769 "remove the file manually to continue."
1770 msgstr ""
1771
1772 #: lockfile.c:160
1773 #, c-format
1774 msgid "Unable to create '%s.lock': %s"
1775 msgstr ""
1776
1777 #: merge.c:41
1778 msgid "failed to read the cache"
1779 msgstr ""
1780
1781 #: merge.c:96 builtin/am.c:2000 builtin/am.c:2035 builtin/checkout.c:374
1782 #: builtin/checkout.c:588 builtin/clone.c:731
1783 msgid "unable to write new index file"
1784 msgstr ""
1785
1786 #: merge-recursive.c:209
1787 msgid "(bad commit)\n"
1788 msgstr ""
1789
1790 #: merge-recursive.c:231 merge-recursive.c:239
1791 #, c-format
1792 msgid "addinfo_cache failed for path '%s'"
1793 msgstr ""
1794
1795 #: merge-recursive.c:303
1796 msgid "error building trees"
1797 msgstr ""
1798
1799 #: merge-recursive.c:727
1800 #, c-format
1801 msgid "failed to create path '%s'%s"
1802 msgstr ""
1803
1804 #: merge-recursive.c:738
1805 #, c-format
1806 msgid "Removing %s to make room for subdirectory\n"
1807 msgstr ""
1808
1809 #: merge-recursive.c:752 merge-recursive.c:771
1810 msgid ": perhaps a D/F conflict?"
1811 msgstr ""
1812
1813 #: merge-recursive.c:761
1814 #, c-format
1815 msgid "refusing to lose untracked file at '%s'"
1816 msgstr ""
1817
1818 #: merge-recursive.c:803 builtin/cat-file.c:34
1819 #, c-format
1820 msgid "cannot read object %s '%s'"
1821 msgstr ""
1822
1823 #: merge-recursive.c:805
1824 #, c-format
1825 msgid "blob expected for %s '%s'"
1826 msgstr ""
1827
1828 #: merge-recursive.c:829
1829 #, c-format
1830 msgid "failed to open '%s': %s"
1831 msgstr ""
1832
1833 #: merge-recursive.c:840
1834 #, c-format
1835 msgid "failed to symlink '%s': %s"
1836 msgstr ""
1837
1838 #: merge-recursive.c:845
1839 #, c-format
1840 msgid "do not know what to do with %06o %s '%s'"
1841 msgstr ""
1842
1843 #: merge-recursive.c:985
1844 msgid "Failed to execute internal merge"
1845 msgstr ""
1846
1847 #: merge-recursive.c:989
1848 #, c-format
1849 msgid "Unable to add %s to database"
1850 msgstr ""
1851
1852 #: merge-recursive.c:1088 merge-recursive.c:1102
1853 #, c-format
1854 msgid ""
1855 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
1856 "in tree."
1857 msgstr ""
1858
1859 #: merge-recursive.c:1094 merge-recursive.c:1107
1860 #, c-format
1861 msgid ""
1862 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
1863 "in tree at %s."
1864 msgstr ""
1865
1866 #: merge-recursive.c:1150
1867 msgid "rename"
1868 msgstr ""
1869
1870 #: merge-recursive.c:1150
1871 msgid "renamed"
1872 msgstr ""
1873
1874 #: merge-recursive.c:1207
1875 #, c-format
1876 msgid "%s is a directory in %s adding as %s instead"
1877 msgstr ""
1878
1879 #: merge-recursive.c:1232
1880 #, c-format
1881 msgid ""
1882 "CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
1883 "\"->\"%s\" in \"%s\"%s"
1884 msgstr ""
1885
1886 #: merge-recursive.c:1237
1887 msgid " (left unresolved)"
1888 msgstr ""
1889
1890 #: merge-recursive.c:1299
1891 #, c-format
1892 msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
1893 msgstr ""
1894
1895 #: merge-recursive.c:1332
1896 #, c-format
1897 msgid "Renaming %s to %s and %s to %s instead"
1898 msgstr ""
1899
1900 #: merge-recursive.c:1535
1901 #, c-format
1902 msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
1903 msgstr ""
1904
1905 #: merge-recursive.c:1550
1906 #, c-format
1907 msgid "Adding merged %s"
1908 msgstr ""
1909
1910 #: merge-recursive.c:1557 merge-recursive.c:1771
1911 #, c-format
1912 msgid "Adding as %s instead"
1913 msgstr ""
1914
1915 #: merge-recursive.c:1614
1916 #, c-format
1917 msgid "cannot read object %s"
1918 msgstr ""
1919
1920 #: merge-recursive.c:1617
1921 #, c-format
1922 msgid "object %s is not a blob"
1923 msgstr ""
1924
1925 #: merge-recursive.c:1670
1926 msgid "modify"
1927 msgstr ""
1928
1929 #: merge-recursive.c:1670
1930 msgid "modified"
1931 msgstr ""
1932
1933 #: merge-recursive.c:1680
1934 msgid "content"
1935 msgstr ""
1936
1937 #: merge-recursive.c:1687
1938 msgid "add/add"
1939 msgstr ""
1940
1941 #: merge-recursive.c:1723
1942 #, c-format
1943 msgid "Skipped %s (merged same as existing)"
1944 msgstr ""
1945
1946 #: merge-recursive.c:1737
1947 #, c-format
1948 msgid "Auto-merging %s"
1949 msgstr ""
1950
1951 #: merge-recursive.c:1741 git-submodule.sh:930
1952 msgid "submodule"
1953 msgstr ""
1954
1955 #: merge-recursive.c:1742
1956 #, c-format
1957 msgid "CONFLICT (%s): Merge conflict in %s"
1958 msgstr ""
1959
1960 #: merge-recursive.c:1836
1961 #, c-format
1962 msgid "Removing %s"
1963 msgstr ""
1964
1965 #: merge-recursive.c:1862
1966 msgid "file/directory"
1967 msgstr ""
1968
1969 #: merge-recursive.c:1868
1970 msgid "directory/file"
1971 msgstr ""
1972
1973 #: merge-recursive.c:1874
1974 #, c-format
1975 msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
1976 msgstr ""
1977
1978 #: merge-recursive.c:1883
1979 #, c-format
1980 msgid "Adding %s"
1981 msgstr ""
1982
1983 #: merge-recursive.c:1920
1984 msgid "Already up-to-date!"
1985 msgstr ""
1986
1987 #: merge-recursive.c:1929
1988 #, c-format
1989 msgid "merging of trees %s and %s failed"
1990 msgstr ""
1991
1992 #: merge-recursive.c:2012
1993 msgid "Merging:"
1994 msgstr ""
1995
1996 #: merge-recursive.c:2025
1997 #, c-format
1998 msgid "found %u common ancestor:"
1999 msgid_plural "found %u common ancestors:"
2000 msgstr[0] ""
2001 msgstr[1] ""
2002
2003 #: merge-recursive.c:2064
2004 msgid "merge returned no commit"
2005 msgstr ""
2006
2007 #: merge-recursive.c:2127
2008 #, c-format
2009 msgid "Could not parse object '%s'"
2010 msgstr ""
2011
2012 #: merge-recursive.c:2141 builtin/merge.c:645 builtin/merge.c:792
2013 msgid "Unable to write index."
2014 msgstr ""
2015
2016 #: notes-merge.c:273
2017 #, c-format
2018 msgid ""
2019 "You have not concluded your previous notes merge (%s exists).\n"
2020 "Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
2021 "commit/abort the previous merge before you start a new notes merge."
2022 msgstr ""
2023
2024 #: notes-merge.c:280
2025 #, c-format
2026 msgid "You have not concluded your notes merge (%s exists)."
2027 msgstr ""
2028
2029 #: notes-utils.c:41
2030 msgid "Cannot commit uninitialized/unreferenced notes tree"
2031 msgstr ""
2032
2033 #: notes-utils.c:100
2034 #, c-format
2035 msgid "Bad notes.rewriteMode value: '%s'"
2036 msgstr ""
2037
2038 #: notes-utils.c:110
2039 #, c-format
2040 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
2041 msgstr ""
2042
2043 #. TRANSLATORS: The first %s is the name of the
2044 #. environment variable, the second %s is its value
2045 #: notes-utils.c:137
2046 #, c-format
2047 msgid "Bad %s value: '%s'"
2048 msgstr ""
2049
2050 #: object.c:240
2051 #, c-format
2052 msgid "unable to parse object: %s"
2053 msgstr ""
2054
2055 #: parse-options.c:572
2056 msgid "..."
2057 msgstr ""
2058
2059 #: parse-options.c:590
2060 #, c-format
2061 msgid "usage: %s"
2062 msgstr ""
2063
2064 #. TRANSLATORS: the colon here should align with the
2065 #. one in "usage: %s" translation
2066 #: parse-options.c:594
2067 #, c-format
2068 msgid "   or: %s"
2069 msgstr ""
2070
2071 #: parse-options.c:597
2072 #, c-format
2073 msgid "    %s"
2074 msgstr ""
2075
2076 #: parse-options.c:631
2077 msgid "-NUM"
2078 msgstr ""
2079
2080 #: parse-options-cb.c:108
2081 #, c-format
2082 msgid "malformed object name '%s'"
2083 msgstr ""
2084
2085 #: path.c:826
2086 #, c-format
2087 msgid "Could not make %s writable by group"
2088 msgstr ""
2089
2090 #: pathspec.c:142
2091 msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
2092 msgstr ""
2093
2094 #: pathspec.c:149
2095 msgid ""
2096 "global 'literal' pathspec setting is incompatible with all other global "
2097 "pathspec settings"
2098 msgstr ""
2099
2100 #: pathspec.c:188
2101 msgid "invalid parameter for pathspec magic 'prefix'"
2102 msgstr ""
2103
2104 #: pathspec.c:201
2105 #, c-format
2106 msgid "Invalid pathspec magic '%.*s' in '%s'"
2107 msgstr ""
2108
2109 #: pathspec.c:206
2110 #, c-format
2111 msgid "Missing ')' at the end of pathspec magic in '%s'"
2112 msgstr ""
2113
2114 #: pathspec.c:238
2115 #, c-format
2116 msgid "Unimplemented pathspec magic '%c' in '%s'"
2117 msgstr ""
2118
2119 #: pathspec.c:293 pathspec.c:315
2120 #, c-format
2121 msgid "Pathspec '%s' is in submodule '%.*s'"
2122 msgstr ""
2123
2124 #: pathspec.c:350
2125 #, c-format
2126 msgid "%s: 'literal' and 'glob' are incompatible"
2127 msgstr ""
2128
2129 #: pathspec.c:363
2130 #, c-format
2131 msgid "%s: '%s' is outside repository"
2132 msgstr ""
2133
2134 #: pathspec.c:451
2135 #, c-format
2136 msgid "'%s' (mnemonic: '%c')"
2137 msgstr ""
2138
2139 #: pathspec.c:461
2140 #, c-format
2141 msgid "%s: pathspec magic not supported by this command: %s"
2142 msgstr ""
2143
2144 #: pathspec.c:511
2145 msgid ""
2146 "empty strings as pathspecs will be made invalid in upcoming releases. please "
2147 "use . instead if you meant to match all paths"
2148 msgstr ""
2149
2150 #: pathspec.c:535
2151 #, c-format
2152 msgid "pathspec '%s' is beyond a symbolic link"
2153 msgstr ""
2154
2155 #: pathspec.c:544
2156 msgid ""
2157 "There is nothing to exclude from by :(exclude) patterns.\n"
2158 "Perhaps you forgot to add either ':/' or '.' ?"
2159 msgstr ""
2160
2161 #: pretty.c:982
2162 msgid "unable to parse --pretty format"
2163 msgstr ""
2164
2165 #: read-cache.c:1307
2166 #, c-format
2167 msgid ""
2168 "index.version set, but the value is invalid.\n"
2169 "Using version %i"
2170 msgstr ""
2171
2172 #: read-cache.c:1317
2173 #, c-format
2174 msgid ""
2175 "GIT_INDEX_VERSION set, but the value is invalid.\n"
2176 "Using version %i"
2177 msgstr ""
2178
2179 #: refs.c:576 builtin/merge.c:844
2180 #, c-format
2181 msgid "Could not open '%s' for writing"
2182 msgstr ""
2183
2184 #: refs/files-backend.c:2481
2185 #, c-format
2186 msgid "could not delete reference %s: %s"
2187 msgstr ""
2188
2189 #: refs/files-backend.c:2484
2190 #, c-format
2191 msgid "could not delete references: %s"
2192 msgstr ""
2193
2194 #: refs/files-backend.c:2493
2195 #, c-format
2196 msgid "could not remove reference %s"
2197 msgstr ""
2198
2199 #: ref-filter.c:56
2200 #, c-format
2201 msgid "expected format: %%(color:<color>)"
2202 msgstr ""
2203
2204 #: ref-filter.c:58
2205 #, c-format
2206 msgid "unrecognized color: %%(color:%s)"
2207 msgstr ""
2208
2209 #: ref-filter.c:72
2210 #, c-format
2211 msgid "unrecognized format: %%(%s)"
2212 msgstr ""
2213
2214 #: ref-filter.c:78
2215 #, c-format
2216 msgid "%%(body) does not take arguments"
2217 msgstr ""
2218
2219 #: ref-filter.c:85
2220 #, c-format
2221 msgid "%%(subject) does not take arguments"
2222 msgstr ""
2223
2224 #: ref-filter.c:92
2225 #, c-format
2226 msgid "%%(trailers) does not take arguments"
2227 msgstr ""
2228
2229 #: ref-filter.c:111
2230 #, c-format
2231 msgid "positive value expected contents:lines=%s"
2232 msgstr ""
2233
2234 #: ref-filter.c:113
2235 #, c-format
2236 msgid "unrecognized %%(contents) argument: %s"
2237 msgstr ""
2238
2239 #: ref-filter.c:123
2240 #, c-format
2241 msgid "unrecognized %%(objectname) argument: %s"
2242 msgstr ""
2243
2244 #: ref-filter.c:145
2245 #, c-format
2246 msgid "expected format: %%(align:<width>,<position>)"
2247 msgstr ""
2248
2249 #: ref-filter.c:157
2250 #, c-format
2251 msgid "unrecognized position:%s"
2252 msgstr ""
2253
2254 #: ref-filter.c:161
2255 #, c-format
2256 msgid "unrecognized width:%s"
2257 msgstr ""
2258
2259 #: ref-filter.c:167
2260 #, c-format
2261 msgid "unrecognized %%(align) argument: %s"
2262 msgstr ""
2263
2264 #: ref-filter.c:171
2265 #, c-format
2266 msgid "positive width expected with the %%(align) atom"
2267 msgstr ""
2268
2269 #: ref-filter.c:255
2270 #, c-format
2271 msgid "malformed field name: %.*s"
2272 msgstr ""
2273
2274 #: ref-filter.c:281
2275 #, c-format
2276 msgid "unknown field name: %.*s"
2277 msgstr ""
2278
2279 #: ref-filter.c:383
2280 #, c-format
2281 msgid "format: %%(end) atom used without corresponding atom"
2282 msgstr ""
2283
2284 #: ref-filter.c:435
2285 #, c-format
2286 msgid "malformed format string %s"
2287 msgstr ""
2288
2289 #: ref-filter.c:898
2290 msgid ":strip= requires a positive integer argument"
2291 msgstr ""
2292
2293 #: ref-filter.c:903
2294 #, c-format
2295 msgid "ref '%s' does not have %ld components to :strip"
2296 msgstr ""
2297
2298 #: ref-filter.c:1066
2299 #, c-format
2300 msgid "unknown %.*s format %s"
2301 msgstr ""
2302
2303 #: ref-filter.c:1086 ref-filter.c:1117
2304 #, c-format
2305 msgid "missing object %s for %s"
2306 msgstr ""
2307
2308 #: ref-filter.c:1089 ref-filter.c:1120
2309 #, c-format
2310 msgid "parse_object_buffer failed on %s for %s"
2311 msgstr ""
2312
2313 #: ref-filter.c:1343
2314 #, c-format
2315 msgid "malformed object at '%s'"
2316 msgstr ""
2317
2318 #: ref-filter.c:1410
2319 #, c-format
2320 msgid "ignoring ref with broken name %s"
2321 msgstr ""
2322
2323 #: ref-filter.c:1415
2324 #, c-format
2325 msgid "ignoring broken ref %s"
2326 msgstr ""
2327
2328 #: ref-filter.c:1670
2329 #, c-format
2330 msgid "format: %%(end) atom missing"
2331 msgstr ""
2332
2333 #: ref-filter.c:1734
2334 #, c-format
2335 msgid "malformed object name %s"
2336 msgstr ""
2337
2338 #: remote.c:754
2339 #, c-format
2340 msgid "Cannot fetch both %s and %s to %s"
2341 msgstr ""
2342
2343 #: remote.c:758
2344 #, c-format
2345 msgid "%s usually tracks %s, not %s"
2346 msgstr ""
2347
2348 #: remote.c:762
2349 #, c-format
2350 msgid "%s tracks both %s and %s"
2351 msgstr ""
2352
2353 #: remote.c:770
2354 msgid "Internal error"
2355 msgstr ""
2356
2357 #: remote.c:1685 remote.c:1787
2358 msgid "HEAD does not point to a branch"
2359 msgstr ""
2360
2361 #: remote.c:1694
2362 #, c-format
2363 msgid "no such branch: '%s'"
2364 msgstr ""
2365
2366 #: remote.c:1697
2367 #, c-format
2368 msgid "no upstream configured for branch '%s'"
2369 msgstr ""
2370
2371 #: remote.c:1703
2372 #, c-format
2373 msgid "upstream branch '%s' not stored as a remote-tracking branch"
2374 msgstr ""
2375
2376 #: remote.c:1718
2377 #, c-format
2378 msgid "push destination '%s' on remote '%s' has no local tracking branch"
2379 msgstr ""
2380
2381 #: remote.c:1730
2382 #, c-format
2383 msgid "branch '%s' has no remote for pushing"
2384 msgstr ""
2385
2386 #: remote.c:1741
2387 #, c-format
2388 msgid "push refspecs for '%s' do not include '%s'"
2389 msgstr ""
2390
2391 #: remote.c:1754
2392 msgid "push has no destination (push.default is 'nothing')"
2393 msgstr ""
2394
2395 #: remote.c:1776
2396 msgid "cannot resolve 'simple' push to a single destination"
2397 msgstr ""
2398
2399 #: remote.c:2081
2400 #, c-format
2401 msgid "Your branch is based on '%s', but the upstream is gone.\n"
2402 msgstr ""
2403
2404 #: remote.c:2085
2405 msgid "  (use \"git branch --unset-upstream\" to fixup)\n"
2406 msgstr ""
2407
2408 #: remote.c:2088
2409 #, c-format
2410 msgid "Your branch is up-to-date with '%s'.\n"
2411 msgstr ""
2412
2413 #: remote.c:2092
2414 #, c-format
2415 msgid "Your branch is ahead of '%s' by %d commit.\n"
2416 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
2417 msgstr[0] ""
2418 msgstr[1] ""
2419
2420 #: remote.c:2098
2421 msgid "  (use \"git push\" to publish your local commits)\n"
2422 msgstr ""
2423
2424 #: remote.c:2101
2425 #, c-format
2426 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
2427 msgid_plural ""
2428 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
2429 msgstr[0] ""
2430 msgstr[1] ""
2431
2432 #: remote.c:2109
2433 msgid "  (use \"git pull\" to update your local branch)\n"
2434 msgstr ""
2435
2436 #: remote.c:2112
2437 #, c-format
2438 msgid ""
2439 "Your branch and '%s' have diverged,\n"
2440 "and have %d and %d different commit each, respectively.\n"
2441 msgid_plural ""
2442 "Your branch and '%s' have diverged,\n"
2443 "and have %d and %d different commits each, respectively.\n"
2444 msgstr[0] ""
2445 msgstr[1] ""
2446
2447 #: remote.c:2122
2448 msgid "  (use \"git pull\" to merge the remote branch into yours)\n"
2449 msgstr ""
2450
2451 #: revision.c:2158
2452 msgid "your current branch appears to be broken"
2453 msgstr ""
2454
2455 #: revision.c:2161
2456 #, c-format
2457 msgid "your current branch '%s' does not have any commits yet"
2458 msgstr ""
2459
2460 #: revision.c:2355
2461 msgid "--first-parent is incompatible with --bisect"
2462 msgstr ""
2463
2464 #: run-command.c:125
2465 msgid "open /dev/null failed"
2466 msgstr ""
2467
2468 #: run-command.c:127
2469 #, c-format
2470 msgid "dup2(%d,%d) failed"
2471 msgstr ""
2472
2473 #: send-pack.c:297
2474 msgid "failed to sign the push certificate"
2475 msgstr ""
2476
2477 #: send-pack.c:410
2478 msgid "the receiving end does not support --signed push"
2479 msgstr ""
2480
2481 #: send-pack.c:412
2482 msgid ""
2483 "not sending a push certificate since the receiving end does not support --"
2484 "signed push"
2485 msgstr ""
2486
2487 #: send-pack.c:424
2488 msgid "the receiving end does not support --atomic push"
2489 msgstr ""
2490
2491 #: send-pack.c:429
2492 msgid "the receiving end does not support push options"
2493 msgstr ""
2494
2495 #: sequencer.c:215
2496 msgid "revert"
2497 msgstr ""
2498
2499 #: sequencer.c:217
2500 msgid "cherry-pick"
2501 msgstr ""
2502
2503 #: sequencer.c:219
2504 msgid "rebase -i"
2505 msgstr ""
2506
2507 #: sequencer.c:221
2508 #, c-format
2509 msgid "Unknown action: %d"
2510 msgstr ""
2511
2512 #: sequencer.c:278
2513 msgid ""
2514 "after resolving the conflicts, mark the corrected paths\n"
2515 "with 'git add <paths>' or 'git rm <paths>'"
2516 msgstr ""
2517
2518 #: sequencer.c:281
2519 msgid ""
2520 "after resolving the conflicts, mark the corrected paths\n"
2521 "with 'git add <paths>' or 'git rm <paths>'\n"
2522 "and commit the result with 'git commit'"
2523 msgstr ""
2524
2525 #: sequencer.c:294 sequencer.c:1667
2526 #, c-format
2527 msgid "could not lock '%s'"
2528 msgstr ""
2529
2530 #: sequencer.c:297 sequencer.c:1545 sequencer.c:1672 sequencer.c:1686
2531 #, c-format
2532 msgid "could not write to '%s'"
2533 msgstr ""
2534
2535 #: sequencer.c:301
2536 #, c-format
2537 msgid "could not write eol to '%s'"
2538 msgstr ""
2539
2540 #: sequencer.c:305 sequencer.c:1550 sequencer.c:1674
2541 #, c-format
2542 msgid "failed to finalize '%s'."
2543 msgstr ""
2544
2545 #: sequencer.c:329 sequencer.c:808 sequencer.c:1571 builtin/am.c:259
2546 #: builtin/commit.c:749 builtin/merge.c:1036
2547 #, c-format
2548 msgid "could not read '%s'"
2549 msgstr ""
2550
2551 #: sequencer.c:355
2552 #, c-format
2553 msgid "your local changes would be overwritten by %s."
2554 msgstr ""
2555
2556 #: sequencer.c:359
2557 msgid "commit your changes or stash them to proceed."
2558 msgstr ""
2559
2560 #: sequencer.c:388
2561 #, c-format
2562 msgid "%s: fast-forward"
2563 msgstr ""
2564
2565 #. TRANSLATORS: %s will be "revert", "cherry-pick" or
2566 #. * "rebase -i".
2567 #.
2568 #: sequencer.c:470
2569 #, c-format
2570 msgid "%s: Unable to write new index file"
2571 msgstr ""
2572
2573 #: sequencer.c:489
2574 msgid "could not resolve HEAD commit\n"
2575 msgstr ""
2576
2577 #: sequencer.c:509
2578 msgid "unable to update cache tree\n"
2579 msgstr ""
2580
2581 #: sequencer.c:592
2582 #, c-format
2583 msgid ""
2584 "you have staged changes in your working tree\n"
2585 "If these changes are meant to be squashed into the previous commit, run:\n"
2586 "\n"
2587 "  git commit --amend %s\n"
2588 "\n"
2589 "If they are meant to go into a new commit, run:\n"
2590 "\n"
2591 "  git commit %s\n"
2592 "\n"
2593 "In both cases, once you're done, continue with:\n"
2594 "\n"
2595 "  git rebase --continue\n"
2596 msgstr ""
2597
2598 #: sequencer.c:688
2599 #, c-format
2600 msgid "could not parse commit %s\n"
2601 msgstr ""
2602
2603 #: sequencer.c:693
2604 #, c-format
2605 msgid "could not parse parent commit %s\n"
2606 msgstr ""
2607
2608 #: sequencer.c:815
2609 #, c-format
2610 msgid ""
2611 "unexpected 1st line of squash message:\n"
2612 "\n"
2613 "\t%.*s"
2614 msgstr ""
2615
2616 #: sequencer.c:821
2617 #, c-format
2618 msgid ""
2619 "invalid 1st line of squash message:\n"
2620 "\n"
2621 "\t%.*s"
2622 msgstr ""
2623
2624 #: sequencer.c:827 sequencer.c:852
2625 #, c-format
2626 msgid "This is a combination of %d commits."
2627 msgstr ""
2628
2629 #: sequencer.c:836
2630 msgid "need a HEAD to fixup"
2631 msgstr ""
2632
2633 #: sequencer.c:838
2634 msgid "could not read HEAD"
2635 msgstr ""
2636
2637 #: sequencer.c:840
2638 msgid "could not read HEAD's commit message"
2639 msgstr ""
2640
2641 #: sequencer.c:846
2642 #, c-format
2643 msgid "cannot write '%s'"
2644 msgstr ""
2645
2646 #: sequencer.c:855 git-rebase--interactive.sh:445
2647 msgid "This is the 1st commit message:"
2648 msgstr ""
2649
2650 #: sequencer.c:863
2651 #, c-format
2652 msgid "could not read commit message of %s"
2653 msgstr ""
2654
2655 #: sequencer.c:870
2656 #, c-format
2657 msgid "This is the commit message #%d:"
2658 msgstr ""
2659
2660 #: sequencer.c:875
2661 #, c-format
2662 msgid "The commit message #%d will be skipped:"
2663 msgstr ""
2664
2665 #: sequencer.c:880
2666 #, c-format
2667 msgid "unknown command: %d"
2668 msgstr ""
2669
2670 #: sequencer.c:946
2671 msgid "your index file is unmerged."
2672 msgstr ""
2673
2674 #: sequencer.c:964
2675 #, c-format
2676 msgid "commit %s is a merge but no -m option was given."
2677 msgstr ""
2678
2679 #: sequencer.c:972
2680 #, c-format
2681 msgid "commit %s does not have parent %d"
2682 msgstr ""
2683
2684 #: sequencer.c:976
2685 #, c-format
2686 msgid "mainline was specified but commit %s is not a merge."
2687 msgstr ""
2688
2689 #: sequencer.c:982
2690 #, c-format
2691 msgid "cannot get commit message for %s"
2692 msgstr ""
2693
2694 #. TRANSLATORS: The first %s will be a "todo" command like
2695 #. "revert" or "pick", the second %s a SHA1.
2696 #: sequencer.c:1001
2697 #, c-format
2698 msgid "%s: cannot parse parent commit %s"
2699 msgstr ""
2700
2701 #: sequencer.c:1063 sequencer.c:1812
2702 #, c-format
2703 msgid "could not rename '%s' to '%s'"
2704 msgstr ""
2705
2706 #: sequencer.c:1114
2707 #, c-format
2708 msgid "could not revert %s... %s"
2709 msgstr ""
2710
2711 #: sequencer.c:1115
2712 #, c-format
2713 msgid "could not apply %s... %s"
2714 msgstr ""
2715
2716 #: sequencer.c:1157
2717 msgid "empty commit set passed"
2718 msgstr ""
2719
2720 #: sequencer.c:1167
2721 #, c-format
2722 msgid "git %s: failed to read the index"
2723 msgstr ""
2724
2725 #: sequencer.c:1174
2726 #, c-format
2727 msgid "git %s: failed to refresh the index"
2728 msgstr ""
2729
2730 #: sequencer.c:1294
2731 #, c-format
2732 msgid "invalid line %d: %.*s"
2733 msgstr ""
2734
2735 #: sequencer.c:1302
2736 #, c-format
2737 msgid "cannot '%s' without a previous commit"
2738 msgstr ""
2739
2740 #: sequencer.c:1334
2741 #, c-format
2742 msgid "could not read '%s'."
2743 msgstr ""
2744
2745 #: sequencer.c:1341
2746 msgid "please fix this using 'git rebase --edit-todo'."
2747 msgstr ""
2748
2749 #: sequencer.c:1343
2750 #, c-format
2751 msgid "unusable instruction sheet: '%s'"
2752 msgstr ""
2753
2754 #: sequencer.c:1348
2755 msgid "no commits parsed."
2756 msgstr ""
2757
2758 #: sequencer.c:1359
2759 msgid "cannot cherry-pick during a revert."
2760 msgstr ""
2761
2762 #: sequencer.c:1361
2763 msgid "cannot revert during a cherry-pick."
2764 msgstr ""
2765
2766 #: sequencer.c:1424
2767 #, c-format
2768 msgid "invalid key: %s"
2769 msgstr ""
2770
2771 #: sequencer.c:1427
2772 #, c-format
2773 msgid "invalid value for %s: %s"
2774 msgstr ""
2775
2776 #: sequencer.c:1484
2777 #, c-format
2778 msgid "malformed options sheet: '%s'"
2779 msgstr ""
2780
2781 #: sequencer.c:1522
2782 msgid "a cherry-pick or revert is already in progress"
2783 msgstr ""
2784
2785 #: sequencer.c:1523
2786 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
2787 msgstr ""
2788
2789 #: sequencer.c:1526
2790 #, c-format
2791 msgid "could not create sequencer directory '%s'"
2792 msgstr ""
2793
2794 #: sequencer.c:1540
2795 msgid "could not lock HEAD"
2796 msgstr ""
2797
2798 #: sequencer.c:1596 sequencer.c:2150
2799 msgid "no cherry-pick or revert in progress"
2800 msgstr ""
2801
2802 #: sequencer.c:1598
2803 msgid "cannot resolve HEAD"
2804 msgstr ""
2805
2806 #: sequencer.c:1600 sequencer.c:1634
2807 msgid "cannot abort from a branch yet to be born"
2808 msgstr ""
2809
2810 #: sequencer.c:1620 builtin/grep.c:904
2811 #, c-format
2812 msgid "cannot open '%s'"
2813 msgstr ""
2814
2815 #: sequencer.c:1622
2816 #, c-format
2817 msgid "cannot read '%s': %s"
2818 msgstr ""
2819
2820 #: sequencer.c:1623
2821 msgid "unexpected end of file"
2822 msgstr ""
2823
2824 #: sequencer.c:1629
2825 #, c-format
2826 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
2827 msgstr ""
2828
2829 #: sequencer.c:1640
2830 msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
2831 msgstr ""
2832
2833 #: sequencer.c:1777 sequencer.c:2049
2834 msgid "cannot read HEAD"
2835 msgstr ""
2836
2837 #: sequencer.c:1817 builtin/difftool.c:574
2838 #, c-format
2839 msgid "could not copy '%s' to '%s'"
2840 msgstr ""
2841
2842 #: sequencer.c:1833
2843 msgid "could not read index"
2844 msgstr ""
2845
2846 #: sequencer.c:1838
2847 #, c-format
2848 msgid ""
2849 "execution failed: %s\n"
2850 "%sYou can fix the problem, and then run\n"
2851 "\n"
2852 "  git rebase --continue\n"
2853 "\n"
2854 msgstr ""
2855
2856 #: sequencer.c:1844
2857 msgid "and made changes to the index and/or the working tree\n"
2858 msgstr ""
2859
2860 #: sequencer.c:1850
2861 #, c-format
2862 msgid ""
2863 "execution succeeded: %s\n"
2864 "but left changes to the index and/or the working tree\n"
2865 "Commit or stash your changes, and then run\n"
2866 "\n"
2867 "  git rebase --continue\n"
2868 "\n"
2869 msgstr ""
2870
2871 #: sequencer.c:1905 git-rebase.sh:168
2872 #, c-format
2873 msgid "Applied autostash."
2874 msgstr ""
2875
2876 #: sequencer.c:1917
2877 #, c-format
2878 msgid "cannot store %s"
2879 msgstr ""
2880
2881 #: sequencer.c:1919 git-rebase.sh:172
2882 #, c-format
2883 msgid ""
2884 "Applying autostash resulted in conflicts.\n"
2885 "Your changes are safe in the stash.\n"
2886 "You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
2887 msgstr ""
2888
2889 #: sequencer.c:2000
2890 #, c-format
2891 msgid "stopped at %s... %.*s"
2892 msgstr ""
2893
2894 #: sequencer.c:2027
2895 #, c-format
2896 msgid "unknown command %d"
2897 msgstr ""
2898
2899 #: sequencer.c:2057
2900 msgid "could not read orig-head"
2901 msgstr ""
2902
2903 #: sequencer.c:2061
2904 msgid "could not read 'onto'"
2905 msgstr ""
2906
2907 #: sequencer.c:2068
2908 #, c-format
2909 msgid "could not update %s"
2910 msgstr ""
2911
2912 #: sequencer.c:2075
2913 #, c-format
2914 msgid "could not update HEAD to %s"
2915 msgstr ""
2916
2917 #: sequencer.c:2159
2918 msgid "cannot rebase: You have unstaged changes."
2919 msgstr ""
2920
2921 #: sequencer.c:2164
2922 msgid "could not remove CHERRY_PICK_HEAD"
2923 msgstr ""
2924
2925 #: sequencer.c:2173
2926 msgid "cannot amend non-existing commit"
2927 msgstr ""
2928
2929 #: sequencer.c:2175
2930 #, c-format
2931 msgid "invalid file: '%s'"
2932 msgstr ""
2933
2934 #: sequencer.c:2177
2935 #, c-format
2936 msgid "invalid contents: '%s'"
2937 msgstr ""
2938
2939 #: sequencer.c:2180
2940 msgid ""
2941 "\n"
2942 "You have uncommitted changes in your working tree. Please, commit them\n"
2943 "first and then run 'git rebase --continue' again."
2944 msgstr ""
2945
2946 #: sequencer.c:2190
2947 msgid "could not commit staged changes."
2948 msgstr ""
2949
2950 #: sequencer.c:2270
2951 #, c-format
2952 msgid "%s: can't cherry-pick a %s"
2953 msgstr ""
2954
2955 #: sequencer.c:2274
2956 #, c-format
2957 msgid "%s: bad revision"
2958 msgstr ""
2959
2960 #: sequencer.c:2307
2961 msgid "can't revert as initial commit"
2962 msgstr ""
2963
2964 #: setup.c:160
2965 #, c-format
2966 msgid ""
2967 "%s: no such path in the working tree.\n"
2968 "Use 'git <command> -- <path>...' to specify paths that do not exist locally."
2969 msgstr ""
2970
2971 #: setup.c:173
2972 #, c-format
2973 msgid ""
2974 "ambiguous argument '%s': unknown revision or path not in the working tree.\n"
2975 "Use '--' to separate paths from revisions, like this:\n"
2976 "'git <command> [<revision>...] -- [<file>...]'"
2977 msgstr ""
2978
2979 #: setup.c:223
2980 #, c-format
2981 msgid ""
2982 "ambiguous argument '%s': both revision and filename\n"
2983 "Use '--' to separate paths from revisions, like this:\n"
2984 "'git <command> [<revision>...] -- [<file>...]'"
2985 msgstr ""
2986
2987 #: setup.c:470
2988 #, c-format
2989 msgid "Expected git repo version <= %d, found %d"
2990 msgstr ""
2991
2992 #: setup.c:478
2993 msgid "unknown repository extensions found:"
2994 msgstr ""
2995
2996 #: setup.c:768
2997 #, c-format
2998 msgid "Not a git repository (or any of the parent directories): %s"
2999 msgstr ""
3000
3001 #: setup.c:770 setup.c:922 builtin/index-pack.c:1643
3002 msgid "Cannot come back to cwd"
3003 msgstr ""
3004
3005 #: setup.c:852
3006 msgid "Unable to read current working directory"
3007 msgstr ""
3008
3009 #: setup.c:927
3010 #, c-format
3011 msgid ""
3012 "Not a git repository (or any parent up to mount point %s)\n"
3013 "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
3014 msgstr ""
3015
3016 #: setup.c:934
3017 #, c-format
3018 msgid "Cannot change to '%s/..'"
3019 msgstr ""
3020
3021 #: setup.c:996
3022 #, c-format
3023 msgid ""
3024 "Problem with core.sharedRepository filemode value (0%.3o).\n"
3025 "The owner of files must always have read and write permissions."
3026 msgstr ""
3027
3028 #: sha1_file.c:490
3029 #, c-format
3030 msgid "path '%s' does not exist"
3031 msgstr ""
3032
3033 #: sha1_file.c:516
3034 #, c-format
3035 msgid "reference repository '%s' as a linked checkout is not supported yet."
3036 msgstr ""
3037
3038 #: sha1_file.c:522
3039 #, c-format
3040 msgid "reference repository '%s' is not a local repository."
3041 msgstr ""
3042
3043 #: sha1_file.c:528
3044 #, c-format
3045 msgid "reference repository '%s' is shallow"
3046 msgstr ""
3047
3048 #: sha1_file.c:536
3049 #, c-format
3050 msgid "reference repository '%s' is grafted"
3051 msgstr ""
3052
3053 #: sha1_file.c:1176
3054 msgid "offset before end of packfile (broken .idx?)"
3055 msgstr ""
3056
3057 #: sha1_file.c:2637
3058 #, c-format
3059 msgid "offset before start of pack index for %s (corrupt index?)"
3060 msgstr ""
3061
3062 #: sha1_file.c:2641
3063 #, c-format
3064 msgid "offset beyond end of pack index for %s (truncated index?)"
3065 msgstr ""
3066
3067 #: sha1_name.c:407
3068 #, c-format
3069 msgid "short SHA1 %s is ambiguous"
3070 msgstr ""
3071
3072 #: sha1_name.c:418
3073 msgid "The candidates are:"
3074 msgstr ""
3075
3076 #: sha1_name.c:578
3077 msgid ""
3078 "Git normally never creates a ref that ends with 40 hex characters\n"
3079 "because it will be ignored when you just specify 40-hex. These refs\n"
3080 "may be created by mistake. For example,\n"
3081 "\n"
3082 "  git checkout -b $br $(git rev-parse ...)\n"
3083 "\n"
3084 "where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
3085 "examine these refs and maybe delete them. Turn this message off by\n"
3086 "running \"git config advice.objectNameWarning false\""
3087 msgstr ""
3088
3089 #: submodule.c:65 submodule.c:99
3090 msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
3091 msgstr ""
3092
3093 #: submodule.c:69 submodule.c:103
3094 #, c-format
3095 msgid "Could not find section in .gitmodules where path=%s"
3096 msgstr ""
3097
3098 #: submodule.c:77
3099 #, c-format
3100 msgid "Could not update .gitmodules entry %s"
3101 msgstr ""
3102
3103 #: submodule.c:110
3104 #, c-format
3105 msgid "Could not remove .gitmodules entry for %s"
3106 msgstr ""
3107
3108 #: submodule.c:121
3109 msgid "staging updated .gitmodules failed"
3110 msgstr ""
3111
3112 #: submodule.c:159
3113 msgid "negative values not allowed for submodule.fetchJobs"
3114 msgstr ""
3115
3116 #: submodule.c:1184
3117 #, c-format
3118 msgid "could not start 'git status in submodule '%s'"
3119 msgstr ""
3120
3121 #: submodule.c:1197
3122 #, c-format
3123 msgid "could not run 'git status in submodule '%s'"
3124 msgstr ""
3125
3126 #: submodule.c:1398
3127 #, c-format
3128 msgid ""
3129 "relocate_gitdir for submodule '%s' with more than one worktree not supported"
3130 msgstr ""
3131
3132 #: submodule.c:1410 submodule.c:1471
3133 #, c-format
3134 msgid "could not lookup name for submodule '%s'"
3135 msgstr ""
3136
3137 #: submodule.c:1414 submodule.c:1474 builtin/submodule--helper.c:640
3138 #: builtin/submodule--helper.c:650
3139 #, c-format
3140 msgid "could not create directory '%s'"
3141 msgstr ""
3142
3143 #: submodule.c:1420
3144 #, c-format
3145 msgid ""
3146 "Migrating git directory of '%s%s' from\n"
3147 "'%s' to\n"
3148 "'%s'\n"
3149 msgstr ""
3150
3151 #: submodule.c:1512
3152 #, c-format
3153 msgid "could not recurse into submodule '%s'"
3154 msgstr ""
3155
3156 #: submodule-config.c:360
3157 #, c-format
3158 msgid "invalid value for %s"
3159 msgstr ""
3160
3161 #: trailer.c:240
3162 #, c-format
3163 msgid "running trailer command '%s' failed"
3164 msgstr ""
3165
3166 #: trailer.c:473 trailer.c:477 trailer.c:481 trailer.c:535 trailer.c:539
3167 #: trailer.c:543
3168 #, c-format
3169 msgid "unknown value '%s' for key '%s'"
3170 msgstr ""
3171
3172 #: trailer.c:525 trailer.c:530 builtin/remote.c:289
3173 #, c-format
3174 msgid "more than one %s"
3175 msgstr ""
3176
3177 #: trailer.c:702
3178 #, c-format
3179 msgid "empty trailer token in trailer '%.*s'"
3180 msgstr ""
3181
3182 #: trailer.c:722
3183 #, c-format
3184 msgid "could not read input file '%s'"
3185 msgstr ""
3186
3187 #: trailer.c:725
3188 msgid "could not read from stdin"
3189 msgstr ""
3190
3191 #: trailer.c:949 builtin/am.c:44
3192 #, c-format
3193 msgid "could not stat %s"
3194 msgstr ""
3195
3196 #: trailer.c:951
3197 #, c-format
3198 msgid "file %s is not a regular file"
3199 msgstr ""
3200
3201 #: trailer.c:953
3202 #, c-format
3203 msgid "file %s is not writable by user"
3204 msgstr ""
3205
3206 #: trailer.c:965
3207 msgid "could not open temporary file"
3208 msgstr ""
3209
3210 #: trailer.c:1001
3211 #, c-format
3212 msgid "could not rename temporary file to %s"
3213 msgstr ""
3214
3215 #: transport.c:62
3216 #, c-format
3217 msgid "Would set upstream of '%s' to '%s' of '%s'\n"
3218 msgstr ""
3219
3220 #: transport.c:151
3221 #, c-format
3222 msgid "transport: invalid depth option '%s'"
3223 msgstr ""
3224
3225 #: transport.c:885
3226 #, c-format
3227 msgid ""
3228 "The following submodule paths contain changes that can\n"
3229 "not be found on any remote:\n"
3230 msgstr ""
3231
3232 #: transport.c:889
3233 #, c-format
3234 msgid ""
3235 "\n"
3236 "Please try\n"
3237 "\n"
3238 "\tgit push --recurse-submodules=on-demand\n"
3239 "\n"
3240 "or cd to the path and use\n"
3241 "\n"
3242 "\tgit push\n"
3243 "\n"
3244 "to push them to a remote.\n"
3245 "\n"
3246 msgstr ""
3247
3248 #: transport.c:897
3249 msgid "Aborting."
3250 msgstr ""
3251
3252 #: transport-helper.c:1082
3253 #, c-format
3254 msgid "Could not read ref %s"
3255 msgstr ""
3256
3257 #: tree-walk.c:31
3258 msgid "too-short tree object"
3259 msgstr ""
3260
3261 #: tree-walk.c:37
3262 msgid "malformed mode in tree entry"
3263 msgstr ""
3264
3265 #: tree-walk.c:41
3266 msgid "empty filename in tree entry"
3267 msgstr ""
3268
3269 #: tree-walk.c:113
3270 msgid "too-short tree file"
3271 msgstr ""
3272
3273 #: unpack-trees.c:99
3274 #, c-format
3275 msgid ""
3276 "Your local changes to the following files would be overwritten by checkout:\n"
3277 "%%sPlease commit your changes or stash them before you switch branches."
3278 msgstr ""
3279
3280 #: unpack-trees.c:101
3281 #, c-format
3282 msgid ""
3283 "Your local changes to the following files would be overwritten by checkout:\n"
3284 "%%s"
3285 msgstr ""
3286
3287 #: unpack-trees.c:104
3288 #, c-format
3289 msgid ""
3290 "Your local changes to the following files would be overwritten by merge:\n"
3291 "%%sPlease commit your changes or stash them before you merge."
3292 msgstr ""
3293
3294 #: unpack-trees.c:106
3295 #, c-format
3296 msgid ""
3297 "Your local changes to the following files would be overwritten by merge:\n"
3298 "%%s"
3299 msgstr ""
3300
3301 #: unpack-trees.c:109
3302 #, c-format
3303 msgid ""
3304 "Your local changes to the following files would be overwritten by %s:\n"
3305 "%%sPlease commit your changes or stash them before you %s."
3306 msgstr ""
3307
3308 #: unpack-trees.c:111
3309 #, c-format
3310 msgid ""
3311 "Your local changes to the following files would be overwritten by %s:\n"
3312 "%%s"
3313 msgstr ""
3314
3315 #: unpack-trees.c:116
3316 #, c-format
3317 msgid ""
3318 "Updating the following directories would lose untracked files in them:\n"
3319 "%s"
3320 msgstr ""
3321
3322 #: unpack-trees.c:120
3323 #, c-format
3324 msgid ""
3325 "The following untracked working tree files would be removed by checkout:\n"
3326 "%%sPlease move or remove them before you switch branches."
3327 msgstr ""
3328
3329 #: unpack-trees.c:122
3330 #, c-format
3331 msgid ""
3332 "The following untracked working tree files would be removed by checkout:\n"
3333 "%%s"
3334 msgstr ""
3335
3336 #: unpack-trees.c:125
3337 #, c-format
3338 msgid ""
3339 "The following untracked working tree files would be removed by merge:\n"
3340 "%%sPlease move or remove them before you merge."
3341 msgstr ""
3342
3343 #: unpack-trees.c:127
3344 #, c-format
3345 msgid ""
3346 "The following untracked working tree files would be removed by merge:\n"
3347 "%%s"
3348 msgstr ""
3349
3350 #: unpack-trees.c:130
3351 #, c-format
3352 msgid ""
3353 "The following untracked working tree files would be removed by %s:\n"
3354 "%%sPlease move or remove them before you %s."
3355 msgstr ""
3356
3357 #: unpack-trees.c:132
3358 #, c-format
3359 msgid ""
3360 "The following untracked working tree files would be removed by %s:\n"
3361 "%%s"
3362 msgstr ""
3363
3364 #: unpack-trees.c:137
3365 #, c-format
3366 msgid ""
3367 "The following untracked working tree files would be overwritten by "
3368 "checkout:\n"
3369 "%%sPlease move or remove them before you switch branches."
3370 msgstr ""
3371
3372 #: unpack-trees.c:139
3373 #, c-format
3374 msgid ""
3375 "The following untracked working tree files would be overwritten by "
3376 "checkout:\n"
3377 "%%s"
3378 msgstr ""
3379
3380 #: unpack-trees.c:142
3381 #, c-format
3382 msgid ""
3383 "The following untracked working tree files would be overwritten by merge:\n"
3384 "%%sPlease move or remove them before you merge."
3385 msgstr ""
3386
3387 #: unpack-trees.c:144
3388 #, c-format
3389 msgid ""
3390 "The following untracked working tree files would be overwritten by merge:\n"
3391 "%%s"
3392 msgstr ""
3393
3394 #: unpack-trees.c:147
3395 #, c-format
3396 msgid ""
3397 "The following untracked working tree files would be overwritten by %s:\n"
3398 "%%sPlease move or remove them before you %s."
3399 msgstr ""
3400
3401 #: unpack-trees.c:149
3402 #, c-format
3403 msgid ""
3404 "The following untracked working tree files would be overwritten by %s:\n"
3405 "%%s"
3406 msgstr ""
3407
3408 #: unpack-trees.c:156
3409 #, c-format
3410 msgid "Entry '%s' overlaps with '%s'.  Cannot bind."
3411 msgstr ""
3412
3413 #: unpack-trees.c:159
3414 #, c-format
3415 msgid ""
3416 "Cannot update sparse checkout: the following entries are not up-to-date:\n"
3417 "%s"
3418 msgstr ""
3419
3420 #: unpack-trees.c:161
3421 #, c-format
3422 msgid ""
3423 "The following working tree files would be overwritten by sparse checkout "
3424 "update:\n"
3425 "%s"
3426 msgstr ""
3427
3428 #: unpack-trees.c:163
3429 #, c-format
3430 msgid ""
3431 "The following working tree files would be removed by sparse checkout "
3432 "update:\n"
3433 "%s"
3434 msgstr ""
3435
3436 #: unpack-trees.c:240
3437 #, c-format
3438 msgid "Aborting\n"
3439 msgstr ""
3440
3441 #: unpack-trees.c:270
3442 msgid "Checking out files"
3443 msgstr ""
3444
3445 #: urlmatch.c:120
3446 msgid "invalid URL scheme name or missing '://' suffix"
3447 msgstr ""
3448
3449 #: urlmatch.c:144 urlmatch.c:297 urlmatch.c:356
3450 #, c-format
3451 msgid "invalid %XX escape sequence"
3452 msgstr ""
3453
3454 #: urlmatch.c:172
3455 msgid "missing host and scheme is not 'file:'"
3456 msgstr ""
3457
3458 #: urlmatch.c:189
3459 msgid "a 'file:' URL may not have a port number"
3460 msgstr ""
3461
3462 #: urlmatch.c:199
3463 msgid "invalid characters in host name"
3464 msgstr ""
3465
3466 #: urlmatch.c:244 urlmatch.c:255
3467 msgid "invalid port number"
3468 msgstr ""
3469
3470 #: urlmatch.c:322
3471 msgid "invalid '..' path segment"
3472 msgstr ""
3473
3474 #: worktree.c:282
3475 #, c-format
3476 msgid "failed to read '%s'"
3477 msgstr ""
3478
3479 #: wrapper.c:222 wrapper.c:392
3480 #, c-format
3481 msgid "could not open '%s' for reading and writing"
3482 msgstr ""
3483
3484 #: wrapper.c:224 wrapper.c:394 builtin/am.c:766
3485 #, c-format
3486 msgid "could not open '%s' for writing"
3487 msgstr ""
3488
3489 #: wrapper.c:226 wrapper.c:396 builtin/am.c:320 builtin/am.c:759
3490 #: builtin/am.c:847 builtin/commit.c:1700 builtin/merge.c:1033
3491 #: builtin/pull.c:341
3492 #, c-format
3493 msgid "could not open '%s' for reading"
3494 msgstr ""
3495
3496 #: wrapper.c:605 wrapper.c:626
3497 #, c-format
3498 msgid "unable to access '%s'"
3499 msgstr ""
3500
3501 #: wrapper.c:634
3502 msgid "unable to get current working directory"
3503 msgstr ""
3504
3505 #: wrapper.c:658
3506 #, c-format
3507 msgid "could not write to %s"
3508 msgstr ""
3509
3510 #: wrapper.c:660
3511 #, c-format
3512 msgid "could not close %s"
3513 msgstr ""
3514
3515 #: wt-status.c:151
3516 msgid "Unmerged paths:"
3517 msgstr ""
3518
3519 #: wt-status.c:178 wt-status.c:205
3520 #, c-format
3521 msgid "  (use \"git reset %s <file>...\" to unstage)"
3522 msgstr ""
3523
3524 #: wt-status.c:180 wt-status.c:207
3525 msgid "  (use \"git rm --cached <file>...\" to unstage)"
3526 msgstr ""
3527
3528 #: wt-status.c:184
3529 msgid "  (use \"git add <file>...\" to mark resolution)"
3530 msgstr ""
3531
3532 #: wt-status.c:186 wt-status.c:190
3533 msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
3534 msgstr ""
3535
3536 #: wt-status.c:188
3537 msgid "  (use \"git rm <file>...\" to mark resolution)"
3538 msgstr ""
3539
3540 #: wt-status.c:199 wt-status.c:945
3541 msgid "Changes to be committed:"
3542 msgstr ""
3543
3544 #: wt-status.c:217 wt-status.c:954
3545 msgid "Changes not staged for commit:"
3546 msgstr ""
3547
3548 #: wt-status.c:221
3549 msgid "  (use \"git add <file>...\" to update what will be committed)"
3550 msgstr ""
3551
3552 #: wt-status.c:223
3553 msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
3554 msgstr ""
3555
3556 #: wt-status.c:224
3557 msgid ""
3558 "  (use \"git checkout -- <file>...\" to discard changes in working directory)"
3559 msgstr ""
3560
3561 #: wt-status.c:226
3562 msgid "  (commit or discard the untracked or modified content in submodules)"
3563 msgstr ""
3564
3565 #: wt-status.c:238
3566 #, c-format
3567 msgid "  (use \"git %s <file>...\" to include in what will be committed)"
3568 msgstr ""
3569
3570 #: wt-status.c:253
3571 msgid "both deleted:"
3572 msgstr ""
3573
3574 #: wt-status.c:255
3575 msgid "added by us:"
3576 msgstr ""
3577
3578 #: wt-status.c:257
3579 msgid "deleted by them:"
3580 msgstr ""
3581
3582 #: wt-status.c:259
3583 msgid "added by them:"
3584 msgstr ""
3585
3586 #: wt-status.c:261
3587 msgid "deleted by us:"
3588 msgstr ""
3589
3590 #: wt-status.c:263
3591 msgid "both added:"
3592 msgstr ""
3593
3594 #: wt-status.c:265
3595 msgid "both modified:"
3596 msgstr ""
3597
3598 #: wt-status.c:275
3599 msgid "new file:"
3600 msgstr ""
3601
3602 #: wt-status.c:277
3603 msgid "copied:"
3604 msgstr ""
3605
3606 #: wt-status.c:279
3607 msgid "deleted:"
3608 msgstr ""
3609
3610 #: wt-status.c:281
3611 msgid "modified:"
3612 msgstr ""
3613
3614 #: wt-status.c:283
3615 msgid "renamed:"
3616 msgstr ""
3617
3618 #: wt-status.c:285
3619 msgid "typechange:"
3620 msgstr ""
3621
3622 #: wt-status.c:287
3623 msgid "unknown:"
3624 msgstr ""
3625
3626 #: wt-status.c:289
3627 msgid "unmerged:"
3628 msgstr ""
3629
3630 #: wt-status.c:371
3631 msgid "new commits, "
3632 msgstr ""
3633
3634 #: wt-status.c:373
3635 msgid "modified content, "
3636 msgstr ""
3637
3638 #: wt-status.c:375
3639 msgid "untracked content, "
3640 msgstr ""
3641
3642 #: wt-status.c:818
3643 msgid "Submodules changed but not updated:"
3644 msgstr ""
3645
3646 #: wt-status.c:820
3647 msgid "Submodule changes to be committed:"
3648 msgstr ""
3649
3650 #: wt-status.c:901
3651 msgid ""
3652 "Do not touch the line above.\n"
3653 "Everything below will be removed."
3654 msgstr ""
3655
3656 #: wt-status.c:1013
3657 msgid "You have unmerged paths."
3658 msgstr ""
3659
3660 #: wt-status.c:1016
3661 msgid "  (fix conflicts and run \"git commit\")"
3662 msgstr ""
3663
3664 #: wt-status.c:1018
3665 msgid "  (use \"git merge --abort\" to abort the merge)"
3666 msgstr ""
3667
3668 #: wt-status.c:1023
3669 msgid "All conflicts fixed but you are still merging."
3670 msgstr ""
3671
3672 #: wt-status.c:1026
3673 msgid "  (use \"git commit\" to conclude merge)"
3674 msgstr ""
3675
3676 #: wt-status.c:1036
3677 msgid "You are in the middle of an am session."
3678 msgstr ""
3679
3680 #: wt-status.c:1039
3681 msgid "The current patch is empty."
3682 msgstr ""
3683
3684 #: wt-status.c:1043
3685 msgid "  (fix conflicts and then run \"git am --continue\")"
3686 msgstr ""
3687
3688 #: wt-status.c:1045
3689 msgid "  (use \"git am --skip\" to skip this patch)"
3690 msgstr ""
3691
3692 #: wt-status.c:1047
3693 msgid "  (use \"git am --abort\" to restore the original branch)"
3694 msgstr ""
3695
3696 #: wt-status.c:1176
3697 msgid "git-rebase-todo is missing."
3698 msgstr ""
3699
3700 #: wt-status.c:1178
3701 msgid "No commands done."
3702 msgstr ""
3703
3704 #: wt-status.c:1181
3705 #, c-format
3706 msgid "Last command done (%d command done):"
3707 msgid_plural "Last commands done (%d commands done):"
3708 msgstr[0] ""
3709 msgstr[1] ""
3710
3711 #: wt-status.c:1192
3712 #, c-format
3713 msgid "  (see more in file %s)"
3714 msgstr ""
3715
3716 #: wt-status.c:1197
3717 msgid "No commands remaining."
3718 msgstr ""
3719
3720 #: wt-status.c:1200
3721 #, c-format
3722 msgid "Next command to do (%d remaining command):"
3723 msgid_plural "Next commands to do (%d remaining commands):"
3724 msgstr[0] ""
3725 msgstr[1] ""
3726
3727 #: wt-status.c:1208
3728 msgid "  (use \"git rebase --edit-todo\" to view and edit)"
3729 msgstr ""
3730
3731 #: wt-status.c:1221
3732 #, c-format
3733 msgid "You are currently rebasing branch '%s' on '%s'."
3734 msgstr ""
3735
3736 #: wt-status.c:1226
3737 msgid "You are currently rebasing."
3738 msgstr ""
3739
3740 #: wt-status.c:1240
3741 msgid "  (fix conflicts and then run \"git rebase --continue\")"
3742 msgstr ""
3743
3744 #: wt-status.c:1242
3745 msgid "  (use \"git rebase --skip\" to skip this patch)"
3746 msgstr ""
3747
3748 #: wt-status.c:1244
3749 msgid "  (use \"git rebase --abort\" to check out the original branch)"
3750 msgstr ""
3751
3752 #: wt-status.c:1250
3753 msgid "  (all conflicts fixed: run \"git rebase --continue\")"
3754 msgstr ""
3755
3756 #: wt-status.c:1254
3757 #, c-format
3758 msgid ""
3759 "You are currently splitting a commit while rebasing branch '%s' on '%s'."
3760 msgstr ""
3761
3762 #: wt-status.c:1259
3763 msgid "You are currently splitting a commit during a rebase."
3764 msgstr ""
3765
3766 #: wt-status.c:1262
3767 msgid "  (Once your working directory is clean, run \"git rebase --continue\")"
3768 msgstr ""
3769
3770 #: wt-status.c:1266
3771 #, c-format
3772 msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
3773 msgstr ""
3774
3775 #: wt-status.c:1271
3776 msgid "You are currently editing a commit during a rebase."
3777 msgstr ""
3778
3779 #: wt-status.c:1274
3780 msgid "  (use \"git commit --amend\" to amend the current commit)"
3781 msgstr ""
3782
3783 #: wt-status.c:1276
3784 msgid ""
3785 "  (use \"git rebase --continue\" once you are satisfied with your changes)"
3786 msgstr ""
3787
3788 #: wt-status.c:1286
3789 #, c-format
3790 msgid "You are currently cherry-picking commit %s."
3791 msgstr ""
3792
3793 #: wt-status.c:1291
3794 msgid "  (fix conflicts and run \"git cherry-pick --continue\")"
3795 msgstr ""
3796
3797 #: wt-status.c:1294
3798 msgid "  (all conflicts fixed: run \"git cherry-pick --continue\")"
3799 msgstr ""
3800
3801 #: wt-status.c:1296
3802 msgid "  (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
3803 msgstr ""
3804
3805 #: wt-status.c:1305
3806 #, c-format
3807 msgid "You are currently reverting commit %s."
3808 msgstr ""
3809
3810 #: wt-status.c:1310
3811 msgid "  (fix conflicts and run \"git revert --continue\")"
3812 msgstr ""
3813
3814 #: wt-status.c:1313
3815 msgid "  (all conflicts fixed: run \"git revert --continue\")"
3816 msgstr ""
3817
3818 #: wt-status.c:1315
3819 msgid "  (use \"git revert --abort\" to cancel the revert operation)"
3820 msgstr ""
3821
3822 #: wt-status.c:1326
3823 #, c-format
3824 msgid "You are currently bisecting, started from branch '%s'."
3825 msgstr ""
3826
3827 #: wt-status.c:1330
3828 msgid "You are currently bisecting."
3829 msgstr ""
3830
3831 #: wt-status.c:1333
3832 msgid "  (use \"git bisect reset\" to get back to the original branch)"
3833 msgstr ""
3834
3835 #: wt-status.c:1530
3836 msgid "On branch "
3837 msgstr ""
3838
3839 #: wt-status.c:1536
3840 msgid "interactive rebase in progress; onto "
3841 msgstr ""
3842
3843 #: wt-status.c:1538
3844 msgid "rebase in progress; onto "
3845 msgstr ""
3846
3847 #: wt-status.c:1543
3848 msgid "HEAD detached at "
3849 msgstr ""
3850
3851 #: wt-status.c:1545
3852 msgid "HEAD detached from "
3853 msgstr ""
3854
3855 #: wt-status.c:1548
3856 msgid "Not currently on any branch."
3857 msgstr ""
3858
3859 #: wt-status.c:1566
3860 msgid "Initial commit"
3861 msgstr ""
3862
3863 #: wt-status.c:1580
3864 msgid "Untracked files"
3865 msgstr ""
3866
3867 #: wt-status.c:1582
3868 msgid "Ignored files"
3869 msgstr ""
3870
3871 #: wt-status.c:1586
3872 #, c-format
3873 msgid ""
3874 "It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
3875 "may speed it up, but you have to be careful not to forget to add\n"
3876 "new files yourself (see 'git help status')."
3877 msgstr ""
3878
3879 #: wt-status.c:1592
3880 #, c-format
3881 msgid "Untracked files not listed%s"
3882 msgstr ""
3883
3884 #: wt-status.c:1594
3885 msgid " (use -u option to show untracked files)"
3886 msgstr ""
3887
3888 #: wt-status.c:1600
3889 msgid "No changes"
3890 msgstr ""
3891
3892 #: wt-status.c:1605
3893 #, c-format
3894 msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
3895 msgstr ""
3896
3897 #: wt-status.c:1608
3898 #, c-format
3899 msgid "no changes added to commit\n"
3900 msgstr ""
3901
3902 #: wt-status.c:1611
3903 #, c-format
3904 msgid ""
3905 "nothing added to commit but untracked files present (use \"git add\" to "
3906 "track)\n"
3907 msgstr ""
3908
3909 #: wt-status.c:1614
3910 #, c-format
3911 msgid "nothing added to commit but untracked files present\n"
3912 msgstr ""
3913
3914 #: wt-status.c:1617
3915 #, c-format
3916 msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
3917 msgstr ""
3918
3919 #: wt-status.c:1620 wt-status.c:1625
3920 #, c-format
3921 msgid "nothing to commit\n"
3922 msgstr ""
3923
3924 #: wt-status.c:1623
3925 #, c-format
3926 msgid "nothing to commit (use -u to show untracked files)\n"
3927 msgstr ""
3928
3929 #: wt-status.c:1627
3930 #, c-format
3931 msgid "nothing to commit, working tree clean\n"
3932 msgstr ""
3933
3934 #: wt-status.c:1734
3935 msgid "Initial commit on "
3936 msgstr ""
3937
3938 #: wt-status.c:1738
3939 msgid "HEAD (no branch)"
3940 msgstr ""
3941
3942 #: wt-status.c:1767
3943 msgid "gone"
3944 msgstr ""
3945
3946 #: wt-status.c:1769 wt-status.c:1777
3947 msgid "behind "
3948 msgstr ""
3949
3950 #: wt-status.c:1772 wt-status.c:1775
3951 msgid "ahead "
3952 msgstr ""
3953
3954 #. TRANSLATORS: the action is e.g. "pull with rebase"
3955 #: wt-status.c:2277
3956 #, c-format
3957 msgid "cannot %s: You have unstaged changes."
3958 msgstr ""
3959
3960 #: wt-status.c:2283
3961 msgid "additionally, your index contains uncommitted changes."
3962 msgstr ""
3963
3964 #: wt-status.c:2285
3965 #, c-format
3966 msgid "cannot %s: Your index contains uncommitted changes."
3967 msgstr ""
3968
3969 #: compat/precompose_utf8.c:57 builtin/clone.c:414
3970 #, c-format
3971 msgid "failed to unlink '%s'"
3972 msgstr ""
3973
3974 #: builtin/add.c:22
3975 msgid "git add [<options>] [--] <pathspec>..."
3976 msgstr ""
3977
3978 #: builtin/add.c:80
3979 #, c-format
3980 msgid "unexpected diff status %c"
3981 msgstr ""
3982
3983 #: builtin/add.c:85 builtin/commit.c:291
3984 msgid "updating files failed"
3985 msgstr ""
3986
3987 #: builtin/add.c:95
3988 #, c-format
3989 msgid "remove '%s'\n"
3990 msgstr ""
3991
3992 #: builtin/add.c:149
3993 msgid "Unstaged changes after refreshing the index:"
3994 msgstr ""
3995
3996 #: builtin/add.c:209 builtin/rev-parse.c:845
3997 msgid "Could not read the index"
3998 msgstr ""
3999
4000 #: builtin/add.c:220
4001 #, c-format
4002 msgid "Could not open '%s' for writing."
4003 msgstr ""
4004
4005 #: builtin/add.c:224
4006 msgid "Could not write patch"
4007 msgstr ""
4008
4009 #: builtin/add.c:227
4010 msgid "editing patch failed"
4011 msgstr ""
4012
4013 #: builtin/add.c:230
4014 #, c-format
4015 msgid "Could not stat '%s'"
4016 msgstr ""
4017
4018 #: builtin/add.c:232
4019 msgid "Empty patch. Aborted."
4020 msgstr ""
4021
4022 #: builtin/add.c:237
4023 #, c-format
4024 msgid "Could not apply '%s'"
4025 msgstr ""
4026
4027 #: builtin/add.c:247
4028 msgid "The following paths are ignored by one of your .gitignore files:\n"
4029 msgstr ""
4030
4031 #: builtin/add.c:266 builtin/clean.c:870 builtin/fetch.c:115 builtin/mv.c:123
4032 #: builtin/prune-packed.c:55 builtin/pull.c:198 builtin/push.c:524
4033 #: builtin/remote.c:1326 builtin/rm.c:241 builtin/send-pack.c:162
4034 msgid "dry run"
4035 msgstr ""
4036
4037 #: builtin/add.c:269
4038 msgid "interactive picking"
4039 msgstr ""
4040
4041 #: builtin/add.c:270 builtin/checkout.c:1159 builtin/reset.c:286
4042 msgid "select hunks interactively"
4043 msgstr ""
4044
4045 #: builtin/add.c:271
4046 msgid "edit current diff and apply"
4047 msgstr ""
4048
4049 #: builtin/add.c:272
4050 msgid "allow adding otherwise ignored files"
4051 msgstr ""
4052
4053 #: builtin/add.c:273
4054 msgid "update tracked files"
4055 msgstr ""
4056
4057 #: builtin/add.c:274
4058 msgid "record only the fact that the path will be added later"
4059 msgstr ""
4060
4061 #: builtin/add.c:275
4062 msgid "add changes from all tracked and untracked files"
4063 msgstr ""
4064
4065 #: builtin/add.c:278
4066 msgid "ignore paths removed in the working tree (same as --no-all)"
4067 msgstr ""
4068
4069 #: builtin/add.c:280
4070 msgid "don't add, only refresh the index"
4071 msgstr ""
4072
4073 #: builtin/add.c:281
4074 msgid "just skip files which cannot be added because of errors"
4075 msgstr ""
4076
4077 #: builtin/add.c:282
4078 msgid "check if - even missing - files are ignored in dry run"
4079 msgstr ""
4080
4081 #: builtin/add.c:283 builtin/update-index.c:947
4082 msgid "(+/-)x"
4083 msgstr ""
4084
4085 #: builtin/add.c:283 builtin/update-index.c:948
4086 msgid "override the executable bit of the listed files"
4087 msgstr ""
4088
4089 #: builtin/add.c:305
4090 #, c-format
4091 msgid "Use -f if you really want to add them.\n"
4092 msgstr ""
4093
4094 #: builtin/add.c:312
4095 msgid "adding files failed"
4096 msgstr ""
4097
4098 #: builtin/add.c:348
4099 msgid "-A and -u are mutually incompatible"
4100 msgstr ""
4101
4102 #: builtin/add.c:355
4103 msgid "Option --ignore-missing can only be used together with --dry-run"
4104 msgstr ""
4105
4106 #: builtin/add.c:359
4107 #, c-format
4108 msgid "--chmod param '%s' must be either -x or +x"
4109 msgstr ""
4110
4111 #: builtin/add.c:374
4112 #, c-format
4113 msgid "Nothing specified, nothing added.\n"
4114 msgstr ""
4115
4116 #: builtin/add.c:375
4117 #, c-format
4118 msgid "Maybe you wanted to say 'git add .'?\n"
4119 msgstr ""
4120
4121 #: builtin/add.c:380 builtin/check-ignore.c:172 builtin/checkout.c:279
4122 #: builtin/checkout.c:472 builtin/clean.c:914 builtin/commit.c:350
4123 #: builtin/mv.c:143 builtin/reset.c:235 builtin/rm.c:271
4124 #: builtin/submodule--helper.c:244
4125 msgid "index file corrupt"
4126 msgstr ""
4127
4128 #: builtin/am.c:414
4129 msgid "could not parse author script"
4130 msgstr ""
4131
4132 #: builtin/am.c:491
4133 #, c-format
4134 msgid "'%s' was deleted by the applypatch-msg hook"
4135 msgstr ""
4136
4137 #: builtin/am.c:532
4138 #, c-format
4139 msgid "Malformed input line: '%s'."
4140 msgstr ""
4141
4142 #: builtin/am.c:569
4143 #, c-format
4144 msgid "Failed to copy notes from '%s' to '%s'"
4145 msgstr ""
4146
4147 #: builtin/am.c:595
4148 msgid "fseek failed"
4149 msgstr ""
4150
4151 #: builtin/am.c:775
4152 #, c-format
4153 msgid "could not parse patch '%s'"
4154 msgstr ""
4155
4156 #: builtin/am.c:840
4157 msgid "Only one StGIT patch series can be applied at once"
4158 msgstr ""
4159
4160 #: builtin/am.c:887
4161 msgid "invalid timestamp"
4162 msgstr ""
4163
4164 #: builtin/am.c:890 builtin/am.c:898
4165 msgid "invalid Date line"
4166 msgstr ""
4167
4168 #: builtin/am.c:895
4169 msgid "invalid timezone offset"
4170 msgstr ""
4171
4172 #: builtin/am.c:984
4173 msgid "Patch format detection failed."
4174 msgstr ""
4175
4176 #: builtin/am.c:989 builtin/clone.c:379
4177 #, c-format
4178 msgid "failed to create directory '%s'"
4179 msgstr ""
4180
4181 #: builtin/am.c:993
4182 msgid "Failed to split patches."
4183 msgstr ""
4184
4185 #: builtin/am.c:1125 builtin/commit.c:376
4186 msgid "unable to write index file"
4187 msgstr ""
4188
4189 #: builtin/am.c:1176
4190 #, c-format
4191 msgid "When you have resolved this problem, run \"%s --continue\"."
4192 msgstr ""
4193
4194 #: builtin/am.c:1177
4195 #, c-format
4196 msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
4197 msgstr ""
4198
4199 #: builtin/am.c:1178
4200 #, c-format
4201 msgid "To restore the original branch and stop patching, run \"%s --abort\"."
4202 msgstr ""
4203
4204 #: builtin/am.c:1316
4205 msgid "Patch is empty. Was it split wrong?"
4206 msgstr ""
4207
4208 #: builtin/am.c:1390 builtin/log.c:1550
4209 #, c-format
4210 msgid "invalid ident line: %s"
4211 msgstr ""
4212
4213 #: builtin/am.c:1417
4214 #, c-format
4215 msgid "unable to parse commit %s"
4216 msgstr ""
4217
4218 #: builtin/am.c:1610
4219 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
4220 msgstr ""
4221
4222 #: builtin/am.c:1612
4223 msgid "Using index info to reconstruct a base tree..."
4224 msgstr ""
4225
4226 #: builtin/am.c:1631
4227 msgid ""
4228 "Did you hand edit your patch?\n"
4229 "It does not apply to blobs recorded in its index."
4230 msgstr ""
4231
4232 #: builtin/am.c:1637
4233 msgid "Falling back to patching base and 3-way merge..."
4234 msgstr ""
4235
4236 #: builtin/am.c:1662
4237 msgid "Failed to merge in the changes."
4238 msgstr ""
4239
4240 #: builtin/am.c:1686 builtin/merge.c:632
4241 msgid "git write-tree failed to write a tree"
4242 msgstr ""
4243
4244 #: builtin/am.c:1693
4245 msgid "applying to an empty history"
4246 msgstr ""
4247
4248 #: builtin/am.c:1706 builtin/commit.c:1764 builtin/merge.c:802
4249 #: builtin/merge.c:827
4250 msgid "failed to write commit object"
4251 msgstr ""
4252
4253 #: builtin/am.c:1739 builtin/am.c:1743
4254 #, c-format
4255 msgid "cannot resume: %s does not exist."
4256 msgstr ""
4257
4258 #: builtin/am.c:1759
4259 msgid "cannot be interactive without stdin connected to a terminal."
4260 msgstr ""
4261
4262 #: builtin/am.c:1764
4263 msgid "Commit Body is:"
4264 msgstr ""
4265
4266 #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
4267 #. in your translation. The program will only accept English
4268 #. input at this point.
4269 #.
4270 #: builtin/am.c:1774
4271 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
4272 msgstr ""
4273
4274 #: builtin/am.c:1824
4275 #, c-format
4276 msgid "Dirty index: cannot apply patches (dirty: %s)"
4277 msgstr ""
4278
4279 #: builtin/am.c:1861 builtin/am.c:1933
4280 #, c-format
4281 msgid "Applying: %.*s"
4282 msgstr ""
4283
4284 #: builtin/am.c:1877
4285 msgid "No changes -- Patch already applied."
4286 msgstr ""
4287
4288 #: builtin/am.c:1885
4289 #, c-format
4290 msgid "Patch failed at %s %.*s"
4291 msgstr ""
4292
4293 #: builtin/am.c:1891
4294 #, c-format
4295 msgid "The copy of the patch that failed is found in: %s"
4296 msgstr ""
4297
4298 #: builtin/am.c:1936
4299 msgid ""
4300 "No changes - did you forget to use 'git add'?\n"
4301 "If there is nothing left to stage, chances are that something else\n"
4302 "already introduced the same changes; you might want to skip this patch."
4303 msgstr ""
4304
4305 #: builtin/am.c:1943
4306 msgid ""
4307 "You still have unmerged paths in your index.\n"
4308 "Did you forget to use 'git add'?"
4309 msgstr ""
4310
4311 #: builtin/am.c:2051 builtin/am.c:2055 builtin/am.c:2067 builtin/reset.c:308
4312 #: builtin/reset.c:316
4313 #, c-format
4314 msgid "Could not parse object '%s'."
4315 msgstr ""
4316
4317 #: builtin/am.c:2103
4318 msgid "failed to clean index"
4319 msgstr ""
4320
4321 #: builtin/am.c:2137
4322 msgid ""
4323 "You seem to have moved HEAD since the last 'am' failure.\n"
4324 "Not rewinding to ORIG_HEAD"
4325 msgstr ""
4326
4327 #: builtin/am.c:2200
4328 #, c-format
4329 msgid "Invalid value for --patch-format: %s"
4330 msgstr ""
4331
4332 #: builtin/am.c:2233
4333 msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
4334 msgstr ""
4335
4336 #: builtin/am.c:2234
4337 msgid "git am [<options>] (--continue | --skip | --abort)"
4338 msgstr ""
4339
4340 #: builtin/am.c:2240
4341 msgid "run interactively"
4342 msgstr ""
4343
4344 #: builtin/am.c:2242
4345 msgid "historical option -- no-op"
4346 msgstr ""
4347
4348 #: builtin/am.c:2244
4349 msgid "allow fall back on 3way merging if needed"
4350 msgstr ""
4351
4352 #: builtin/am.c:2245 builtin/init-db.c:483 builtin/prune-packed.c:57
4353 #: builtin/repack.c:178
4354 msgid "be quiet"
4355 msgstr ""
4356
4357 #: builtin/am.c:2247
4358 msgid "add a Signed-off-by line to the commit message"
4359 msgstr ""
4360
4361 #: builtin/am.c:2250
4362 msgid "recode into utf8 (default)"
4363 msgstr ""
4364
4365 #: builtin/am.c:2252
4366 msgid "pass -k flag to git-mailinfo"
4367 msgstr ""
4368
4369 #: builtin/am.c:2254
4370 msgid "pass -b flag to git-mailinfo"
4371 msgstr ""
4372
4373 #: builtin/am.c:2256
4374 msgid "pass -m flag to git-mailinfo"
4375 msgstr ""
4376
4377 #: builtin/am.c:2258
4378 msgid "pass --keep-cr flag to git-mailsplit for mbox format"
4379 msgstr ""
4380
4381 #: builtin/am.c:2261
4382 msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
4383 msgstr ""
4384
4385 #: builtin/am.c:2264
4386 msgid "strip everything before a scissors line"
4387 msgstr ""
4388
4389 #: builtin/am.c:2266 builtin/am.c:2269 builtin/am.c:2272 builtin/am.c:2275
4390 #: builtin/am.c:2278 builtin/am.c:2281 builtin/am.c:2284 builtin/am.c:2287
4391 #: builtin/am.c:2293
4392 msgid "pass it through git-apply"
4393 msgstr ""
4394
4395 #: builtin/am.c:2283 builtin/fmt-merge-msg.c:662 builtin/fmt-merge-msg.c:665
4396 #: builtin/grep.c:1038 builtin/merge.c:202 builtin/pull.c:135
4397 #: builtin/pull.c:194 builtin/repack.c:187 builtin/repack.c:191
4398 #: builtin/show-branch.c:644 builtin/show-ref.c:169 builtin/tag.c:355
4399 #: parse-options.h:132 parse-options.h:134 parse-options.h:245
4400 msgid "n"
4401 msgstr ""
4402
4403 #: builtin/am.c:2289 builtin/for-each-ref.c:37 builtin/replace.c:438
4404 #: builtin/tag.c:387 builtin/verify-tag.c:38
4405 msgid "format"
4406 msgstr ""
4407
4408 #: builtin/am.c:2290
4409 msgid "format the patch(es) are in"
4410 msgstr ""
4411
4412 #: builtin/am.c:2296
4413 msgid "override error message when patch failure occurs"
4414 msgstr ""
4415
4416 #: builtin/am.c:2298
4417 msgid "continue applying patches after resolving a conflict"
4418 msgstr ""
4419
4420 #: builtin/am.c:2301
4421 msgid "synonyms for --continue"
4422 msgstr ""
4423
4424 #: builtin/am.c:2304
4425 msgid "skip the current patch"
4426 msgstr ""
4427
4428 #: builtin/am.c:2307
4429 msgid "restore the original branch and abort the patching operation."
4430 msgstr ""
4431
4432 #: builtin/am.c:2311
4433 msgid "lie about committer date"
4434 msgstr ""
4435
4436 #: builtin/am.c:2313
4437 msgid "use current timestamp for author date"
4438 msgstr ""
4439
4440 #: builtin/am.c:2315 builtin/commit.c:1600 builtin/merge.c:233
4441 #: builtin/pull.c:165 builtin/revert.c:92 builtin/tag.c:370
4442 msgid "key-id"
4443 msgstr ""
4444
4445 #: builtin/am.c:2316
4446 msgid "GPG-sign commits"
4447 msgstr ""
4448
4449 #: builtin/am.c:2319
4450 msgid "(internal use for git-rebase)"
4451 msgstr ""
4452
4453 #: builtin/am.c:2334
4454 msgid ""
4455 "The -b/--binary option has been a no-op for long time, and\n"
4456 "it will be removed. Please do not use it anymore."
4457 msgstr ""
4458
4459 #: builtin/am.c:2341
4460 msgid "failed to read the index"
4461 msgstr ""
4462
4463 #: builtin/am.c:2356
4464 #, c-format
4465 msgid "previous rebase directory %s still exists but mbox given."
4466 msgstr ""
4467
4468 #: builtin/am.c:2380
4469 #, c-format
4470 msgid ""
4471 "Stray %s directory found.\n"
4472 "Use \"git am --abort\" to remove it."
4473 msgstr ""
4474
4475 #: builtin/am.c:2386
4476 msgid "Resolve operation not in progress, we are not resuming."
4477 msgstr ""
4478
4479 #: builtin/apply.c:8
4480 msgid "git apply [<options>] [<patch>...]"
4481 msgstr ""
4482
4483 #: builtin/archive.c:17
4484 #, c-format
4485 msgid "could not create archive file '%s'"
4486 msgstr ""
4487
4488 #: builtin/archive.c:20
4489 msgid "could not redirect output"
4490 msgstr ""
4491
4492 #: builtin/archive.c:37
4493 msgid "git archive: Remote with no URL"
4494 msgstr ""
4495
4496 #: builtin/archive.c:58
4497 msgid "git archive: expected ACK/NAK, got EOF"
4498 msgstr ""
4499
4500 #: builtin/archive.c:61
4501 #, c-format
4502 msgid "git archive: NACK %s"
4503 msgstr ""
4504
4505 #: builtin/archive.c:63
4506 #, c-format
4507 msgid "remote error: %s"
4508 msgstr ""
4509
4510 #: builtin/archive.c:64
4511 msgid "git archive: protocol error"
4512 msgstr ""
4513
4514 #: builtin/archive.c:68
4515 msgid "git archive: expected a flush"
4516 msgstr ""
4517
4518 #: builtin/bisect--helper.c:7
4519 msgid "git bisect--helper --next-all [--no-checkout]"
4520 msgstr ""
4521
4522 #: builtin/bisect--helper.c:17
4523 msgid "perform 'git bisect next'"
4524 msgstr ""
4525
4526 #: builtin/bisect--helper.c:19
4527 msgid "update BISECT_HEAD instead of checking out the current commit"
4528 msgstr ""
4529
4530 #: builtin/blame.c:33
4531 msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
4532 msgstr ""
4533
4534 #: builtin/blame.c:38
4535 msgid "<rev-opts> are documented in git-rev-list(1)"
4536 msgstr ""
4537
4538 #: builtin/blame.c:1786
4539 msgid "Blaming lines"
4540 msgstr ""
4541
4542 #: builtin/blame.c:2582
4543 msgid "Show blame entries as we find them, incrementally"
4544 msgstr ""
4545
4546 #: builtin/blame.c:2583
4547 msgid "Show blank SHA-1 for boundary commits (Default: off)"
4548 msgstr ""
4549
4550 #: builtin/blame.c:2584
4551 msgid "Do not treat root commits as boundaries (Default: off)"
4552 msgstr ""
4553
4554 #: builtin/blame.c:2585
4555 msgid "Show work cost statistics"
4556 msgstr ""
4557
4558 #: builtin/blame.c:2586
4559 msgid "Force progress reporting"
4560 msgstr ""
4561
4562 #: builtin/blame.c:2587
4563 msgid "Show output score for blame entries"
4564 msgstr ""
4565
4566 #: builtin/blame.c:2588
4567 msgid "Show original filename (Default: auto)"
4568 msgstr ""
4569
4570 #: builtin/blame.c:2589
4571 msgid "Show original linenumber (Default: off)"
4572 msgstr ""
4573
4574 #: builtin/blame.c:2590
4575 msgid "Show in a format designed for machine consumption"
4576 msgstr ""
4577
4578 #: builtin/blame.c:2591
4579 msgid "Show porcelain format with per-line commit information"
4580 msgstr ""
4581
4582 #: builtin/blame.c:2592
4583 msgid "Use the same output mode as git-annotate (Default: off)"
4584 msgstr ""
4585
4586 #: builtin/blame.c:2593
4587 msgid "Show raw timestamp (Default: off)"
4588 msgstr ""
4589
4590 #: builtin/blame.c:2594
4591 msgid "Show long commit SHA1 (Default: off)"
4592 msgstr ""
4593
4594 #: builtin/blame.c:2595
4595 msgid "Suppress author name and timestamp (Default: off)"
4596 msgstr ""
4597
4598 #: builtin/blame.c:2596
4599 msgid "Show author email instead of name (Default: off)"
4600 msgstr ""
4601
4602 #: builtin/blame.c:2597
4603 msgid "Ignore whitespace differences"
4604 msgstr ""
4605
4606 #: builtin/blame.c:2604
4607 msgid "Use an experimental heuristic to improve diffs"
4608 msgstr ""
4609
4610 #: builtin/blame.c:2606
4611 msgid "Spend extra cycles to find better match"
4612 msgstr ""
4613
4614 #: builtin/blame.c:2607
4615 msgid "Use revisions from <file> instead of calling git-rev-list"
4616 msgstr ""
4617
4618 #: builtin/blame.c:2608
4619 msgid "Use <file>'s contents as the final image"
4620 msgstr ""
4621
4622 #: builtin/blame.c:2609 builtin/blame.c:2610
4623 msgid "score"
4624 msgstr ""
4625
4626 #: builtin/blame.c:2609
4627 msgid "Find line copies within and across files"
4628 msgstr ""
4629
4630 #: builtin/blame.c:2610
4631 msgid "Find line movements within and across files"
4632 msgstr ""
4633
4634 #: builtin/blame.c:2611
4635 msgid "n,m"
4636 msgstr ""
4637
4638 #: builtin/blame.c:2611
4639 msgid "Process only line range n,m, counting from 1"
4640 msgstr ""
4641
4642 #: builtin/blame.c:2658
4643 msgid "--progress can't be used with --incremental or porcelain formats"
4644 msgstr ""
4645
4646 #. TRANSLATORS: This string is used to tell us the maximum
4647 #. display width for a relative timestamp in "git blame"
4648 #. output.  For C locale, "4 years, 11 months ago", which
4649 #. takes 22 places, is the longest among various forms of
4650 #. relative timestamps, but your language may need more or
4651 #. fewer display columns.
4652 #: builtin/blame.c:2706
4653 msgid "4 years, 11 months ago"
4654 msgstr ""
4655
4656 #: builtin/blame.c:2786
4657 msgid "--contents and --reverse do not blend well."
4658 msgstr ""
4659
4660 #: builtin/blame.c:2806
4661 msgid "cannot use --contents with final commit object name"
4662 msgstr ""
4663
4664 #: builtin/blame.c:2811
4665 msgid "--reverse and --first-parent together require specified latest commit"
4666 msgstr ""
4667
4668 #: builtin/blame.c:2838
4669 msgid ""
4670 "--reverse --first-parent together require range along first-parent chain"
4671 msgstr ""
4672
4673 #: builtin/blame.c:2849
4674 #, c-format
4675 msgid "no such path %s in %s"
4676 msgstr ""
4677
4678 #: builtin/blame.c:2860
4679 #, c-format
4680 msgid "cannot read blob %s for path %s"
4681 msgstr ""
4682
4683 #: builtin/blame.c:2879
4684 #, c-format
4685 msgid "file %s has only %lu line"
4686 msgid_plural "file %s has only %lu lines"
4687 msgstr[0] ""
4688 msgstr[1] ""
4689
4690 #: builtin/branch.c:26
4691 msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
4692 msgstr ""
4693
4694 #: builtin/branch.c:27
4695 msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
4696 msgstr ""
4697
4698 #: builtin/branch.c:28
4699 msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
4700 msgstr ""
4701
4702 #: builtin/branch.c:29
4703 msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
4704 msgstr ""
4705
4706 #: builtin/branch.c:30
4707 msgid "git branch [<options>] [-r | -a] [--points-at]"
4708 msgstr ""
4709
4710 #: builtin/branch.c:143
4711 #, c-format
4712 msgid ""
4713 "deleting branch '%s' that has been merged to\n"
4714 "         '%s', but not yet merged to HEAD."
4715 msgstr ""
4716
4717 #: builtin/branch.c:147
4718 #, c-format
4719 msgid ""
4720 "not deleting branch '%s' that is not yet merged to\n"
4721 "         '%s', even though it is merged to HEAD."
4722 msgstr ""
4723
4724 #: builtin/branch.c:161
4725 #, c-format
4726 msgid "Couldn't look up commit object for '%s'"
4727 msgstr ""
4728
4729 #: builtin/branch.c:165
4730 #, c-format
4731 msgid ""
4732 "The branch '%s' is not fully merged.\n"
4733 "If you are sure you want to delete it, run 'git branch -D %s'."
4734 msgstr ""
4735
4736 #: builtin/branch.c:178
4737 msgid "Update of config-file failed"
4738 msgstr ""
4739
4740 #: builtin/branch.c:206
4741 msgid "cannot use -a with -d"
4742 msgstr ""
4743
4744 #: builtin/branch.c:212
4745 msgid "Couldn't look up commit object for HEAD"
4746 msgstr ""
4747
4748 #: builtin/branch.c:226
4749 #, c-format
4750 msgid "Cannot delete branch '%s' checked out at '%s'"
4751 msgstr ""
4752
4753 #: builtin/branch.c:241
4754 #, c-format
4755 msgid "remote-tracking branch '%s' not found."
4756 msgstr ""
4757
4758 #: builtin/branch.c:242
4759 #, c-format
4760 msgid "branch '%s' not found."
4761 msgstr ""
4762
4763 #: builtin/branch.c:257
4764 #, c-format
4765 msgid "Error deleting remote-tracking branch '%s'"
4766 msgstr ""
4767
4768 #: builtin/branch.c:258
4769 #, c-format
4770 msgid "Error deleting branch '%s'"
4771 msgstr ""
4772
4773 #: builtin/branch.c:265
4774 #, c-format
4775 msgid "Deleted remote-tracking branch %s (was %s).\n"
4776 msgstr ""
4777
4778 #: builtin/branch.c:266
4779 #, c-format
4780 msgid "Deleted branch %s (was %s).\n"
4781 msgstr ""
4782
4783 #: builtin/branch.c:312
4784 #, c-format
4785 msgid "[%s: gone]"
4786 msgstr ""
4787
4788 #: builtin/branch.c:317
4789 #, c-format
4790 msgid "[%s]"
4791 msgstr ""
4792
4793 #: builtin/branch.c:322
4794 #, c-format
4795 msgid "[%s: behind %d]"
4796 msgstr ""
4797
4798 #: builtin/branch.c:324
4799 #, c-format
4800 msgid "[behind %d]"
4801 msgstr ""
4802
4803 #: builtin/branch.c:328
4804 #, c-format
4805 msgid "[%s: ahead %d]"
4806 msgstr ""
4807
4808 #: builtin/branch.c:330
4809 #, c-format
4810 msgid "[ahead %d]"
4811 msgstr ""
4812
4813 #: builtin/branch.c:333
4814 #, c-format
4815 msgid "[%s: ahead %d, behind %d]"
4816 msgstr ""
4817
4818 #: builtin/branch.c:336
4819 #, c-format
4820 msgid "[ahead %d, behind %d]"
4821 msgstr ""
4822
4823 #: builtin/branch.c:349
4824 msgid " **** invalid ref ****"
4825 msgstr ""
4826
4827 #: builtin/branch.c:375
4828 #, c-format
4829 msgid "(no branch, rebasing %s)"
4830 msgstr ""
4831
4832 #: builtin/branch.c:378
4833 #, c-format
4834 msgid "(no branch, bisect started on %s)"
4835 msgstr ""
4836
4837 #. TRANSLATORS: make sure this matches
4838 #. "HEAD detached at " in wt-status.c
4839 #: builtin/branch.c:384
4840 #, c-format
4841 msgid "(HEAD detached at %s)"
4842 msgstr ""
4843
4844 #. TRANSLATORS: make sure this matches
4845 #. "HEAD detached from " in wt-status.c
4846 #: builtin/branch.c:389
4847 #, c-format
4848 msgid "(HEAD detached from %s)"
4849 msgstr ""
4850
4851 #: builtin/branch.c:393
4852 msgid "(no branch)"
4853 msgstr ""
4854
4855 #: builtin/branch.c:535
4856 #, c-format
4857 msgid "Branch %s is being rebased at %s"
4858 msgstr ""
4859
4860 #: builtin/branch.c:539
4861 #, c-format
4862 msgid "Branch %s is being bisected at %s"
4863 msgstr ""
4864
4865 #: builtin/branch.c:554
4866 msgid "cannot rename the current branch while not on any."
4867 msgstr ""
4868
4869 #: builtin/branch.c:564
4870 #, c-format
4871 msgid "Invalid branch name: '%s'"
4872 msgstr ""
4873
4874 #: builtin/branch.c:581
4875 msgid "Branch rename failed"
4876 msgstr ""
4877
4878 #: builtin/branch.c:585
4879 #, c-format
4880 msgid "Renamed a misnamed branch '%s' away"
4881 msgstr ""
4882
4883 #: builtin/branch.c:588
4884 #, c-format
4885 msgid "Branch renamed to %s, but HEAD is not updated!"
4886 msgstr ""
4887
4888 #: builtin/branch.c:595
4889 msgid "Branch is renamed, but update of config-file failed"
4890 msgstr ""
4891
4892 #: builtin/branch.c:611
4893 #, c-format
4894 msgid ""
4895 "Please edit the description for the branch\n"
4896 "  %s\n"
4897 "Lines starting with '%c' will be stripped.\n"
4898 msgstr ""
4899
4900 #: builtin/branch.c:643
4901 msgid "Generic options"
4902 msgstr ""
4903
4904 #: builtin/branch.c:645
4905 msgid "show hash and subject, give twice for upstream branch"
4906 msgstr ""
4907
4908 #: builtin/branch.c:646
4909 msgid "suppress informational messages"
4910 msgstr ""
4911
4912 #: builtin/branch.c:647
4913 msgid "set up tracking mode (see git-pull(1))"
4914 msgstr ""
4915
4916 #: builtin/branch.c:649
4917 msgid "change upstream info"
4918 msgstr ""
4919
4920 #: builtin/branch.c:651
4921 msgid "upstream"
4922 msgstr ""
4923
4924 #: builtin/branch.c:651
4925 msgid "change the upstream info"
4926 msgstr ""
4927
4928 #: builtin/branch.c:652
4929 msgid "Unset the upstream info"
4930 msgstr ""
4931
4932 #: builtin/branch.c:653
4933 msgid "use colored output"
4934 msgstr ""
4935
4936 #: builtin/branch.c:654
4937 msgid "act on remote-tracking branches"
4938 msgstr ""
4939
4940 #: builtin/branch.c:656 builtin/branch.c:657
4941 msgid "print only branches that contain the commit"
4942 msgstr ""
4943
4944 #: builtin/branch.c:660
4945 msgid "Specific git-branch actions:"
4946 msgstr ""
4947
4948 #: builtin/branch.c:661
4949 msgid "list both remote-tracking and local branches"
4950 msgstr ""
4951
4952 #: builtin/branch.c:663
4953 msgid "delete fully merged branch"
4954 msgstr ""
4955
4956 #: builtin/branch.c:664
4957 msgid "delete branch (even if not merged)"
4958 msgstr ""
4959
4960 #: builtin/branch.c:665
4961 msgid "move/rename a branch and its reflog"
4962 msgstr ""
4963
4964 #: builtin/branch.c:666
4965 msgid "move/rename a branch, even if target exists"
4966 msgstr ""
4967
4968 #: builtin/branch.c:667
4969 msgid "list branch names"
4970 msgstr ""
4971
4972 #: builtin/branch.c:668
4973 msgid "create the branch's reflog"
4974 msgstr ""
4975
4976 #: builtin/branch.c:670
4977 msgid "edit the description for the branch"
4978 msgstr ""
4979
4980 #: builtin/branch.c:671
4981 msgid "force creation, move/rename, deletion"
4982 msgstr ""
4983
4984 #: builtin/branch.c:672
4985 msgid "print only branches that are merged"
4986 msgstr ""
4987
4988 #: builtin/branch.c:673
4989 msgid "print only branches that are not merged"
4990 msgstr ""
4991
4992 #: builtin/branch.c:674
4993 msgid "list branches in columns"
4994 msgstr ""
4995
4996 #: builtin/branch.c:675 builtin/for-each-ref.c:38 builtin/tag.c:381
4997 msgid "key"
4998 msgstr ""
4999
5000 #: builtin/branch.c:676 builtin/for-each-ref.c:39 builtin/tag.c:382
5001 msgid "field name to sort on"
5002 msgstr ""
5003
5004 #: builtin/branch.c:678 builtin/for-each-ref.c:41 builtin/notes.c:404
5005 #: builtin/notes.c:407 builtin/notes.c:567 builtin/notes.c:570
5006 #: builtin/tag.c:384
5007 msgid "object"
5008 msgstr ""
5009
5010 #: builtin/branch.c:679
5011 msgid "print only branches of the object"
5012 msgstr ""
5013
5014 #: builtin/branch.c:681 builtin/for-each-ref.c:46 builtin/tag.c:388
5015 msgid "sorting and filtering are case insensitive"
5016 msgstr ""
5017
5018 #: builtin/branch.c:698
5019 msgid "Failed to resolve HEAD as a valid ref."
5020 msgstr ""
5021
5022 #: builtin/branch.c:702 builtin/clone.c:706
5023 msgid "HEAD not found below refs/heads!"
5024 msgstr ""
5025
5026 #: builtin/branch.c:724
5027 msgid "--column and --verbose are incompatible"
5028 msgstr ""
5029
5030 #: builtin/branch.c:735 builtin/branch.c:787
5031 msgid "branch name required"
5032 msgstr ""
5033
5034 #: builtin/branch.c:763
5035 msgid "Cannot give description to detached HEAD"
5036 msgstr ""
5037
5038 #: builtin/branch.c:768
5039 msgid "cannot edit description of more than one branch"
5040 msgstr ""
5041
5042 #: builtin/branch.c:775
5043 #, c-format
5044 msgid "No commit on branch '%s' yet."
5045 msgstr ""
5046
5047 #: builtin/branch.c:778
5048 #, c-format
5049 msgid "No branch named '%s'."
5050 msgstr ""
5051
5052 #: builtin/branch.c:793
5053 msgid "too many branches for a rename operation"
5054 msgstr ""
5055
5056 #: builtin/branch.c:798
5057 msgid "too many branches to set new upstream"
5058 msgstr ""
5059
5060 #: builtin/branch.c:802
5061 #, c-format
5062 msgid ""
5063 "could not set upstream of HEAD to %s when it does not point to any branch."
5064 msgstr ""
5065
5066 #: builtin/branch.c:805 builtin/branch.c:827 builtin/branch.c:848
5067 #, c-format
5068 msgid "no such branch '%s'"
5069 msgstr ""
5070
5071 #: builtin/branch.c:809
5072 #, c-format
5073 msgid "branch '%s' does not exist"
5074 msgstr ""
5075
5076 #: builtin/branch.c:821
5077 msgid "too many branches to unset upstream"
5078 msgstr ""
5079
5080 #: builtin/branch.c:825
5081 msgid "could not unset upstream of HEAD when it does not point to any branch."
5082 msgstr ""
5083
5084 #: builtin/branch.c:831
5085 #, c-format
5086 msgid "Branch '%s' has no upstream information"
5087 msgstr ""
5088
5089 #: builtin/branch.c:845
5090 msgid "it does not make sense to create 'HEAD' manually"
5091 msgstr ""
5092
5093 #: builtin/branch.c:851
5094 msgid "-a and -r options to 'git branch' do not make sense with a branch name"
5095 msgstr ""
5096
5097 #: builtin/branch.c:854
5098 #, c-format
5099 msgid ""
5100 "The --set-upstream flag is deprecated and will be removed. Consider using --"
5101 "track or --set-upstream-to\n"
5102 msgstr ""
5103
5104 #: builtin/branch.c:871
5105 #, c-format
5106 msgid ""
5107 "\n"
5108 "If you wanted to make '%s' track '%s', do this:\n"
5109 "\n"
5110 msgstr ""
5111
5112 #: builtin/bundle.c:51
5113 #, c-format
5114 msgid "%s is okay\n"
5115 msgstr ""
5116
5117 #: builtin/bundle.c:64
5118 msgid "Need a repository to create a bundle."
5119 msgstr ""
5120
5121 #: builtin/bundle.c:68
5122 msgid "Need a repository to unbundle."
5123 msgstr ""
5124
5125 #: builtin/cat-file.c:513
5126 msgid ""
5127 "git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
5128 "p | <type> | --textconv | --filters) [--path=<path>] <object>"
5129 msgstr ""
5130
5131 #: builtin/cat-file.c:514
5132 msgid ""
5133 "git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
5134 "filters]"
5135 msgstr ""
5136
5137 #: builtin/cat-file.c:551
5138 msgid "<type> can be one of: blob, tree, commit, tag"
5139 msgstr ""
5140
5141 #: builtin/cat-file.c:552
5142 msgid "show object type"
5143 msgstr ""
5144
5145 #: builtin/cat-file.c:553
5146 msgid "show object size"
5147 msgstr ""
5148
5149 #: builtin/cat-file.c:555
5150 msgid "exit with zero when there's no error"
5151 msgstr ""
5152
5153 #: builtin/cat-file.c:556
5154 msgid "pretty-print object's content"
5155 msgstr ""
5156
5157 #: builtin/cat-file.c:558
5158 msgid "for blob objects, run textconv on object's content"
5159 msgstr ""
5160
5161 #: builtin/cat-file.c:560
5162 msgid "for blob objects, run filters on object's content"
5163 msgstr ""
5164
5165 #: builtin/cat-file.c:561 git-submodule.sh:929
5166 msgid "blob"
5167 msgstr ""
5168
5169 #: builtin/cat-file.c:562
5170 msgid "use a specific path for --textconv/--filters"
5171 msgstr ""
5172
5173 #: builtin/cat-file.c:564
5174 msgid "allow -s and -t to work with broken/corrupt objects"
5175 msgstr ""
5176
5177 #: builtin/cat-file.c:565
5178 msgid "buffer --batch output"
5179 msgstr ""
5180
5181 #: builtin/cat-file.c:567
5182 msgid "show info and content of objects fed from the standard input"
5183 msgstr ""
5184
5185 #: builtin/cat-file.c:570
5186 msgid "show info about objects fed from the standard input"
5187 msgstr ""
5188
5189 #: builtin/cat-file.c:573
5190 msgid "follow in-tree symlinks (used with --batch or --batch-check)"
5191 msgstr ""
5192
5193 #: builtin/cat-file.c:575
5194 msgid "show all objects with --batch or --batch-check"
5195 msgstr ""
5196
5197 #: builtin/check-attr.c:11
5198 msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
5199 msgstr ""
5200
5201 #: builtin/check-attr.c:12
5202 msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
5203 msgstr ""
5204
5205 #: builtin/check-attr.c:19
5206 msgid "report all attributes set on file"
5207 msgstr ""
5208
5209 #: builtin/check-attr.c:20
5210 msgid "use .gitattributes only from the index"
5211 msgstr ""
5212
5213 #: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-object.c:98
5214 msgid "read file names from stdin"
5215 msgstr ""
5216
5217 #: builtin/check-attr.c:23 builtin/check-ignore.c:24
5218 msgid "terminate input and output records by a NUL character"
5219 msgstr ""
5220
5221 #: builtin/check-ignore.c:18 builtin/checkout.c:1140 builtin/gc.c:332
5222 msgid "suppress progress reporting"
5223 msgstr ""
5224
5225 #: builtin/check-ignore.c:26
5226 msgid "show non-matching input paths"
5227 msgstr ""
5228
5229 #: builtin/check-ignore.c:28
5230 msgid "ignore index when checking"
5231 msgstr ""
5232
5233 #: builtin/check-ignore.c:154
5234 msgid "cannot specify pathnames with --stdin"
5235 msgstr ""
5236
5237 #: builtin/check-ignore.c:157
5238 msgid "-z only makes sense with --stdin"
5239 msgstr ""
5240
5241 #: builtin/check-ignore.c:159
5242 msgid "no path specified"
5243 msgstr ""
5244
5245 #: builtin/check-ignore.c:163
5246 msgid "--quiet is only valid with a single pathname"
5247 msgstr ""
5248
5249 #: builtin/check-ignore.c:165
5250 msgid "cannot have both --quiet and --verbose"
5251 msgstr ""
5252
5253 #: builtin/check-ignore.c:168
5254 msgid "--non-matching is only valid with --verbose"
5255 msgstr ""
5256
5257 #: builtin/check-mailmap.c:8
5258 msgid "git check-mailmap [<options>] <contact>..."
5259 msgstr ""
5260
5261 #: builtin/check-mailmap.c:13
5262 msgid "also read contacts from stdin"
5263 msgstr ""
5264
5265 #: builtin/check-mailmap.c:24
5266 #, c-format
5267 msgid "unable to parse contact: %s"
5268 msgstr ""
5269
5270 #: builtin/check-mailmap.c:47
5271 msgid "no contacts specified"
5272 msgstr ""
5273
5274 #: builtin/checkout-index.c:127
5275 msgid "git checkout-index [<options>] [--] [<file>...]"
5276 msgstr ""
5277
5278 #: builtin/checkout-index.c:144
5279 msgid "stage should be between 1 and 3 or all"
5280 msgstr ""
5281
5282 #: builtin/checkout-index.c:160
5283 msgid "check out all files in the index"
5284 msgstr ""
5285
5286 #: builtin/checkout-index.c:161
5287 msgid "force overwrite of existing files"
5288 msgstr ""
5289
5290 #: builtin/checkout-index.c:163
5291 msgid "no warning for existing files and files not in index"
5292 msgstr ""
5293
5294 #: builtin/checkout-index.c:165
5295 msgid "don't checkout new files"
5296 msgstr ""
5297
5298 #: builtin/checkout-index.c:167
5299 msgid "update stat information in the index file"
5300 msgstr ""
5301
5302 #: builtin/checkout-index.c:171
5303 msgid "read list of paths from the standard input"
5304 msgstr ""
5305
5306 #: builtin/checkout-index.c:173
5307 msgid "write the content to temporary files"
5308 msgstr ""
5309
5310 #: builtin/checkout-index.c:174 builtin/column.c:30
5311 #: builtin/submodule--helper.c:597 builtin/submodule--helper.c:600
5312 #: builtin/submodule--helper.c:606 builtin/submodule--helper.c:967
5313 #: builtin/worktree.c:471
5314 msgid "string"
5315 msgstr ""
5316
5317 #: builtin/checkout-index.c:175
5318 msgid "when creating files, prepend <string>"
5319 msgstr ""
5320
5321 #: builtin/checkout-index.c:177
5322 msgid "copy out the files from named stage"
5323 msgstr ""
5324
5325 #: builtin/checkout.c:25
5326 msgid "git checkout [<options>] <branch>"
5327 msgstr ""
5328
5329 #: builtin/checkout.c:26
5330 msgid "git checkout [<options>] [<branch>] -- <file>..."
5331 msgstr ""
5332
5333 #: builtin/checkout.c:134 builtin/checkout.c:167
5334 #, c-format
5335 msgid "path '%s' does not have our version"
5336 msgstr ""
5337
5338 #: builtin/checkout.c:136 builtin/checkout.c:169
5339 #, c-format
5340 msgid "path '%s' does not have their version"
5341 msgstr ""
5342
5343 #: builtin/checkout.c:152
5344 #, c-format
5345 msgid "path '%s' does not have all necessary versions"
5346 msgstr ""
5347
5348 #: builtin/checkout.c:196
5349 #, c-format
5350 msgid "path '%s' does not have necessary versions"
5351 msgstr ""
5352
5353 #: builtin/checkout.c:213
5354 #, c-format
5355 msgid "path '%s': cannot merge"
5356 msgstr ""
5357
5358 #: builtin/checkout.c:230
5359 #, c-format
5360 msgid "Unable to add merge result for '%s'"
5361 msgstr ""
5362
5363 #: builtin/checkout.c:250 builtin/checkout.c:253 builtin/checkout.c:256
5364 #: builtin/checkout.c:259
5365 #, c-format
5366 msgid "'%s' cannot be used with updating paths"
5367 msgstr ""
5368
5369 #: builtin/checkout.c:262 builtin/checkout.c:265
5370 #, c-format
5371 msgid "'%s' cannot be used with %s"
5372 msgstr ""
5373
5374 #: builtin/checkout.c:268
5375 #, c-format
5376 msgid "Cannot update paths and switch to branch '%s' at the same time."
5377 msgstr ""
5378
5379 #: builtin/checkout.c:339 builtin/checkout.c:346
5380 #, c-format
5381 msgid "path '%s' is unmerged"
5382 msgstr ""
5383
5384 #: builtin/checkout.c:494
5385 msgid "you need to resolve your current index first"
5386 msgstr ""
5387
5388 #: builtin/checkout.c:625
5389 #, c-format
5390 msgid "Can not do reflog for '%s': %s\n"
5391 msgstr ""
5392
5393 #: builtin/checkout.c:666
5394 msgid "HEAD is now at"
5395 msgstr ""
5396
5397 #: builtin/checkout.c:670 builtin/clone.c:660
5398 msgid "unable to update HEAD"
5399 msgstr ""
5400
5401 #: builtin/checkout.c:674
5402 #, c-format
5403 msgid "Reset branch '%s'\n"
5404 msgstr ""
5405
5406 #: builtin/checkout.c:677
5407 #, c-format
5408 msgid "Already on '%s'\n"
5409 msgstr ""
5410
5411 #: builtin/checkout.c:681
5412 #, c-format
5413 msgid "Switched to and reset branch '%s'\n"
5414 msgstr ""
5415
5416 #: builtin/checkout.c:683 builtin/checkout.c:1072
5417 #, c-format
5418 msgid "Switched to a new branch '%s'\n"
5419 msgstr ""
5420
5421 #: builtin/checkout.c:685
5422 #, c-format
5423 msgid "Switched to branch '%s'\n"
5424 msgstr ""
5425
5426 #: builtin/checkout.c:736
5427 #, c-format
5428 msgid " ... and %d more.\n"
5429 msgstr ""
5430
5431 #: builtin/checkout.c:742
5432 #, c-format
5433 msgid ""
5434 "Warning: you are leaving %d commit behind, not connected to\n"
5435 "any of your branches:\n"
5436 "\n"
5437 "%s\n"
5438 msgid_plural ""
5439 "Warning: you are leaving %d commits behind, not connected to\n"
5440 "any of your branches:\n"
5441 "\n"
5442 "%s\n"
5443 msgstr[0] ""
5444 msgstr[1] ""
5445
5446 #: builtin/checkout.c:761
5447 #, c-format
5448 msgid ""
5449 "If you want to keep it by creating a new branch, this may be a good time\n"
5450 "to do so with:\n"
5451 "\n"
5452 " git branch <new-branch-name> %s\n"
5453 "\n"
5454 msgid_plural ""
5455 "If you want to keep them by creating a new branch, this may be a good time\n"
5456 "to do so with:\n"
5457 "\n"
5458 " git branch <new-branch-name> %s\n"
5459 "\n"
5460 msgstr[0] ""
5461 msgstr[1] ""
5462
5463 #: builtin/checkout.c:797
5464 msgid "internal error in revision walk"
5465 msgstr ""
5466
5467 #: builtin/checkout.c:801
5468 msgid "Previous HEAD position was"
5469 msgstr ""
5470
5471 #: builtin/checkout.c:828 builtin/checkout.c:1067
5472 msgid "You are on a branch yet to be born"
5473 msgstr ""
5474
5475 #: builtin/checkout.c:973
5476 #, c-format
5477 msgid "only one reference expected, %d given."
5478 msgstr ""
5479
5480 #: builtin/checkout.c:1013 builtin/worktree.c:214
5481 #, c-format
5482 msgid "invalid reference: %s"
5483 msgstr ""
5484
5485 #: builtin/checkout.c:1042
5486 #, c-format
5487 msgid "reference is not a tree: %s"
5488 msgstr ""
5489
5490 #: builtin/checkout.c:1081
5491 msgid "paths cannot be used with switching branches"
5492 msgstr ""
5493
5494 #: builtin/checkout.c:1084 builtin/checkout.c:1088
5495 #, c-format
5496 msgid "'%s' cannot be used with switching branches"
5497 msgstr ""
5498
5499 #: builtin/checkout.c:1092 builtin/checkout.c:1095 builtin/checkout.c:1100
5500 #: builtin/checkout.c:1103
5501 #, c-format
5502 msgid "'%s' cannot be used with '%s'"
5503 msgstr ""
5504
5505 #: builtin/checkout.c:1108
5506 #, c-format
5507 msgid "Cannot switch branch to a non-commit '%s'"
5508 msgstr ""
5509
5510 #: builtin/checkout.c:1141 builtin/checkout.c:1143 builtin/clone.c:93
5511 #: builtin/remote.c:165 builtin/remote.c:167 builtin/worktree.c:324
5512 #: builtin/worktree.c:326
5513 msgid "branch"
5514 msgstr ""
5515
5516 #: builtin/checkout.c:1142
5517 msgid "create and checkout a new branch"
5518 msgstr ""
5519
5520 #: builtin/checkout.c:1144
5521 msgid "create/reset and checkout a branch"
5522 msgstr ""
5523
5524 #: builtin/checkout.c:1145
5525 msgid "create reflog for new branch"
5526 msgstr ""
5527
5528 #: builtin/checkout.c:1146 builtin/worktree.c:328
5529 msgid "detach HEAD at named commit"
5530 msgstr ""
5531
5532 #: builtin/checkout.c:1147
5533 msgid "set upstream info for new branch"
5534 msgstr ""
5535
5536 #: builtin/checkout.c:1149
5537 msgid "new-branch"
5538 msgstr ""
5539
5540 #: builtin/checkout.c:1149
5541 msgid "new unparented branch"
5542 msgstr ""
5543
5544 #: builtin/checkout.c:1150
5545 msgid "checkout our version for unmerged files"
5546 msgstr ""
5547
5548 #: builtin/checkout.c:1152
5549 msgid "checkout their version for unmerged files"
5550 msgstr ""
5551
5552 #: builtin/checkout.c:1154
5553 msgid "force checkout (throw away local modifications)"
5554 msgstr ""
5555
5556 #: builtin/checkout.c:1155
5557 msgid "perform a 3-way merge with the new branch"
5558 msgstr ""
5559
5560 #: builtin/checkout.c:1156 builtin/merge.c:235
5561 msgid "update ignored files (default)"
5562 msgstr ""
5563
5564 #: builtin/checkout.c:1157 builtin/log.c:1466 parse-options.h:251
5565 msgid "style"
5566 msgstr ""
5567
5568 #: builtin/checkout.c:1158
5569 msgid "conflict style (merge or diff3)"
5570 msgstr ""
5571
5572 #: builtin/checkout.c:1161
5573 msgid "do not limit pathspecs to sparse entries only"
5574 msgstr ""
5575
5576 #: builtin/checkout.c:1163
5577 msgid "second guess 'git checkout <no-such-branch>'"
5578 msgstr ""
5579
5580 #: builtin/checkout.c:1165
5581 msgid "do not check if another worktree is holding the given ref"
5582 msgstr ""
5583
5584 #: builtin/checkout.c:1166 builtin/clone.c:63 builtin/fetch.c:119
5585 #: builtin/merge.c:232 builtin/pull.c:117 builtin/push.c:539
5586 #: builtin/send-pack.c:168
5587 msgid "force progress reporting"
5588 msgstr ""
5589
5590 #: builtin/checkout.c:1197
5591 msgid "-b, -B and --orphan are mutually exclusive"
5592 msgstr ""
5593
5594 #: builtin/checkout.c:1214
5595 msgid "--track needs a branch name"
5596 msgstr ""
5597
5598 #: builtin/checkout.c:1219
5599 msgid "Missing branch name; try -b"
5600 msgstr ""
5601
5602 #: builtin/checkout.c:1255
5603 msgid "invalid path specification"
5604 msgstr ""
5605
5606 #: builtin/checkout.c:1262
5607 #, c-format
5608 msgid ""
5609 "Cannot update paths and switch to branch '%s' at the same time.\n"
5610 "Did you intend to checkout '%s' which can not be resolved as commit?"
5611 msgstr ""
5612
5613 #: builtin/checkout.c:1267
5614 #, c-format
5615 msgid "git checkout: --detach does not take a path argument '%s'"
5616 msgstr ""
5617
5618 #: builtin/checkout.c:1271
5619 msgid ""
5620 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
5621 "checking out of the index."
5622 msgstr ""
5623
5624 #: builtin/clean.c:25
5625 msgid ""
5626 "git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
5627 msgstr ""
5628
5629 #: builtin/clean.c:29
5630 #, c-format
5631 msgid "Removing %s\n"
5632 msgstr ""
5633
5634 #: builtin/clean.c:30
5635 #, c-format
5636 msgid "Would remove %s\n"
5637 msgstr ""
5638
5639 #: builtin/clean.c:31
5640 #, c-format
5641 msgid "Skipping repository %s\n"
5642 msgstr ""
5643
5644 #: builtin/clean.c:32
5645 #, c-format
5646 msgid "Would skip repository %s\n"
5647 msgstr ""
5648
5649 #: builtin/clean.c:33
5650 #, c-format
5651 msgid "failed to remove %s"
5652 msgstr ""
5653
5654 #: builtin/clean.c:291 git-add--interactive.perl:623
5655 #, c-format
5656 msgid ""
5657 "Prompt help:\n"
5658 "1          - select a numbered item\n"
5659 "foo        - select item based on unique prefix\n"
5660 "           - (empty) select nothing\n"
5661 msgstr ""
5662
5663 #: builtin/clean.c:295 git-add--interactive.perl:632
5664 #, c-format
5665 msgid ""
5666 "Prompt help:\n"
5667 "1          - select a single item\n"
5668 "3-5        - select a range of items\n"
5669 "2-3,6-9    - select multiple ranges\n"
5670 "foo        - select item based on unique prefix\n"
5671 "-...       - unselect specified items\n"
5672 "*          - choose all items\n"
5673 "           - (empty) finish selecting\n"
5674 msgstr ""
5675
5676 #: builtin/clean.c:511 git-add--interactive.perl:598
5677 #: git-add--interactive.perl:603
5678 #, c-format, perl-format
5679 msgid "Huh (%s)?\n"
5680 msgstr ""
5681
5682 #: builtin/clean.c:653
5683 #, c-format
5684 msgid "Input ignore patterns>> "
5685 msgstr ""
5686
5687 #: builtin/clean.c:690
5688 #, c-format
5689 msgid "WARNING: Cannot find items matched by: %s"
5690 msgstr ""
5691
5692 #: builtin/clean.c:711
5693 msgid "Select items to delete"
5694 msgstr ""
5695
5696 #. TRANSLATORS: Make sure to keep [y/N] as is
5697 #: builtin/clean.c:752
5698 #, c-format
5699 msgid "Remove %s [y/N]? "
5700 msgstr ""
5701
5702 #: builtin/clean.c:777 git-add--interactive.perl:1669
5703 #, c-format
5704 msgid "Bye.\n"
5705 msgstr ""
5706
5707 #: builtin/clean.c:785
5708 msgid ""
5709 "clean               - start cleaning\n"
5710 "filter by pattern   - exclude items from deletion\n"
5711 "select by numbers   - select items to be deleted by numbers\n"
5712 "ask each            - confirm each deletion (like \"rm -i\")\n"
5713 "quit                - stop cleaning\n"
5714 "help                - this screen\n"
5715 "?                   - help for prompt selection"
5716 msgstr ""
5717
5718 #: builtin/clean.c:812 git-add--interactive.perl:1745
5719 msgid "*** Commands ***"
5720 msgstr ""
5721
5722 #: builtin/clean.c:813 git-add--interactive.perl:1742
5723 msgid "What now"
5724 msgstr ""
5725
5726 #: builtin/clean.c:821
5727 msgid "Would remove the following item:"
5728 msgid_plural "Would remove the following items:"
5729 msgstr[0] ""
5730 msgstr[1] ""
5731
5732 #: builtin/clean.c:838
5733 msgid "No more files to clean, exiting."
5734 msgstr ""
5735
5736 #: builtin/clean.c:869
5737 msgid "do not print names of files removed"
5738 msgstr ""
5739
5740 #: builtin/clean.c:871
5741 msgid "force"
5742 msgstr ""
5743
5744 #: builtin/clean.c:872
5745 msgid "interactive cleaning"
5746 msgstr ""
5747
5748 #: builtin/clean.c:874
5749 msgid "remove whole directories"
5750 msgstr ""
5751
5752 #: builtin/clean.c:875 builtin/describe.c:407 builtin/grep.c:1056
5753 #: builtin/ls-files.c:538 builtin/name-rev.c:313 builtin/show-ref.c:176
5754 msgid "pattern"
5755 msgstr ""
5756
5757 #: builtin/clean.c:876
5758 msgid "add <pattern> to ignore rules"
5759 msgstr ""
5760
5761 #: builtin/clean.c:877
5762 msgid "remove ignored files, too"
5763 msgstr ""
5764
5765 #: builtin/clean.c:879
5766 msgid "remove only ignored files"
5767 msgstr ""
5768
5769 #: builtin/clean.c:897
5770 msgid "-x and -X cannot be used together"
5771 msgstr ""
5772
5773 #: builtin/clean.c:901
5774 msgid ""
5775 "clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
5776 "clean"
5777 msgstr ""
5778
5779 #: builtin/clean.c:904
5780 msgid ""
5781 "clean.requireForce defaults to true and neither -i, -n, nor -f given; "
5782 "refusing to clean"
5783 msgstr ""
5784
5785 #: builtin/clone.c:37
5786 msgid "git clone [<options>] [--] <repo> [<dir>]"
5787 msgstr ""
5788
5789 #: builtin/clone.c:65
5790 msgid "don't create a checkout"
5791 msgstr ""
5792
5793 #: builtin/clone.c:66 builtin/clone.c:68 builtin/init-db.c:478
5794 msgid "create a bare repository"
5795 msgstr ""
5796
5797 #: builtin/clone.c:70
5798 msgid "create a mirror repository (implies bare)"
5799 msgstr ""
5800
5801 #: builtin/clone.c:72
5802 msgid "to clone from a local repository"
5803 msgstr ""
5804
5805 #: builtin/clone.c:74
5806 msgid "don't use local hardlinks, always copy"
5807 msgstr ""
5808
5809 #: builtin/clone.c:76
5810 msgid "setup as shared repository"
5811 msgstr ""
5812
5813 #: builtin/clone.c:78 builtin/clone.c:80
5814 msgid "initialize submodules in the clone"
5815 msgstr ""
5816
5817 #: builtin/clone.c:82
5818 msgid "number of submodules cloned in parallel"
5819 msgstr ""
5820
5821 #: builtin/clone.c:83 builtin/init-db.c:475
5822 msgid "template-directory"
5823 msgstr ""
5824
5825 #: builtin/clone.c:84 builtin/init-db.c:476
5826 msgid "directory from which templates will be used"
5827 msgstr ""
5828
5829 #: builtin/clone.c:86 builtin/clone.c:88 builtin/submodule--helper.c:604
5830 #: builtin/submodule--helper.c:970
5831 msgid "reference repository"
5832 msgstr ""
5833
5834 #: builtin/clone.c:90
5835 msgid "use --reference only while cloning"
5836 msgstr ""
5837
5838 #: builtin/clone.c:91 builtin/column.c:26 builtin/merge-file.c:44
5839 msgid "name"
5840 msgstr ""
5841
5842 #: builtin/clone.c:92
5843 msgid "use <name> instead of 'origin' to track upstream"
5844 msgstr ""
5845
5846 #: builtin/clone.c:94
5847 msgid "checkout <branch> instead of the remote's HEAD"
5848 msgstr ""
5849
5850 #: builtin/clone.c:96
5851 msgid "path to git-upload-pack on the remote"
5852 msgstr ""
5853
5854 #: builtin/clone.c:97 builtin/fetch.c:120 builtin/grep.c:999
5855 #: builtin/pull.c:202
5856 msgid "depth"
5857 msgstr ""
5858
5859 #: builtin/clone.c:98
5860 msgid "create a shallow clone of that depth"
5861 msgstr ""
5862
5863 #: builtin/clone.c:99 builtin/fetch.c:122 builtin/pack-objects.c:2836
5864 #: parse-options.h:142
5865 msgid "time"
5866 msgstr ""
5867
5868 #: builtin/clone.c:100
5869 msgid "create a shallow clone since a specific time"
5870 msgstr ""
5871
5872 #: builtin/clone.c:101 builtin/fetch.c:124
5873 msgid "revision"
5874 msgstr ""
5875
5876 #: builtin/clone.c:102 builtin/fetch.c:125
5877 msgid "deepen history of shallow clone, excluding rev"
5878 msgstr ""
5879
5880 #: builtin/clone.c:104
5881 msgid "clone only one branch, HEAD or --branch"
5882 msgstr ""
5883
5884 #: builtin/clone.c:106
5885 msgid "any cloned submodules will be shallow"
5886 msgstr ""
5887
5888 #: builtin/clone.c:107 builtin/init-db.c:484
5889 msgid "gitdir"
5890 msgstr ""
5891
5892 #: builtin/clone.c:108 builtin/init-db.c:485
5893 msgid "separate git dir from working tree"
5894 msgstr ""
5895
5896 #: builtin/clone.c:109
5897 msgid "key=value"
5898 msgstr ""
5899
5900 #: builtin/clone.c:110
5901 msgid "set config inside the new repository"
5902 msgstr ""
5903
5904 #: builtin/clone.c:111 builtin/fetch.c:140 builtin/push.c:550
5905 msgid "use IPv4 addresses only"
5906 msgstr ""
5907
5908 #: builtin/clone.c:113 builtin/fetch.c:142 builtin/push.c:552
5909 msgid "use IPv6 addresses only"
5910 msgstr ""
5911
5912 #: builtin/clone.c:250
5913 msgid ""
5914 "No directory name could be guessed.\n"
5915 "Please specify a directory on the command line"
5916 msgstr ""
5917
5918 #: builtin/clone.c:303
5919 #, c-format
5920 msgid "info: Could not add alternate for '%s': %s\n"
5921 msgstr ""
5922
5923 #: builtin/clone.c:375
5924 #, c-format
5925 msgid "failed to open '%s'"
5926 msgstr ""
5927
5928 #: builtin/clone.c:383
5929 #, c-format
5930 msgid "%s exists and is not a directory"
5931 msgstr ""
5932
5933 #: builtin/clone.c:397
5934 #, c-format
5935 msgid "failed to stat %s\n"
5936 msgstr ""
5937
5938 #: builtin/clone.c:419
5939 #, c-format
5940 msgid "failed to create link '%s'"
5941 msgstr ""
5942
5943 #: builtin/clone.c:423
5944 #, c-format
5945 msgid "failed to copy file to '%s'"
5946 msgstr ""
5947
5948 #: builtin/clone.c:448
5949 #, c-format
5950 msgid "done.\n"
5951 msgstr ""
5952
5953 #: builtin/clone.c:460
5954 msgid ""
5955 "Clone succeeded, but checkout failed.\n"
5956 "You can inspect what was checked out with 'git status'\n"
5957 "and retry the checkout with 'git checkout -f HEAD'\n"
5958 msgstr ""
5959
5960 #: builtin/clone.c:537
5961 #, c-format
5962 msgid "Could not find remote branch %s to clone."
5963 msgstr ""
5964
5965 #: builtin/clone.c:632
5966 msgid "remote did not send all necessary objects"
5967 msgstr ""
5968
5969 #: builtin/clone.c:648
5970 #, c-format
5971 msgid "unable to update %s"
5972 msgstr ""
5973
5974 #: builtin/clone.c:697
5975 msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
5976 msgstr ""
5977
5978 #: builtin/clone.c:728
5979 msgid "unable to checkout working tree"
5980 msgstr ""
5981
5982 #: builtin/clone.c:768
5983 msgid "unable to write parameters to config file"
5984 msgstr ""
5985
5986 #: builtin/clone.c:831
5987 msgid "cannot repack to clean up"
5988 msgstr ""
5989
5990 #: builtin/clone.c:833
5991 msgid "cannot unlink temporary alternates file"
5992 msgstr ""
5993
5994 #: builtin/clone.c:866 builtin/receive-pack.c:1895
5995 msgid "Too many arguments."
5996 msgstr ""
5997
5998 #: builtin/clone.c:870
5999 msgid "You must specify a repository to clone."
6000 msgstr ""
6001
6002 #: builtin/clone.c:883
6003 #, c-format
6004 msgid "--bare and --origin %s options are incompatible."
6005 msgstr ""
6006
6007 #: builtin/clone.c:886
6008 msgid "--bare and --separate-git-dir are incompatible."
6009 msgstr ""
6010
6011 #: builtin/clone.c:899
6012 #, c-format
6013 msgid "repository '%s' does not exist"
6014 msgstr ""
6015
6016 #: builtin/clone.c:905 builtin/fetch.c:1335
6017 #, c-format
6018 msgid "depth %s is not a positive number"
6019 msgstr ""
6020
6021 #: builtin/clone.c:915
6022 #, c-format
6023 msgid "destination path '%s' already exists and is not an empty directory."
6024 msgstr ""
6025
6026 #: builtin/clone.c:925
6027 #, c-format
6028 msgid "working tree '%s' already exists."
6029 msgstr ""
6030
6031 #: builtin/clone.c:940 builtin/clone.c:951 builtin/difftool.c:252
6032 #: builtin/submodule--helper.c:659 builtin/worktree.c:222
6033 #: builtin/worktree.c:249
6034 #, c-format
6035 msgid "could not create leading directories of '%s'"
6036 msgstr ""
6037
6038 #: builtin/clone.c:943
6039 #, c-format
6040 msgid "could not create work tree dir '%s'"
6041 msgstr ""
6042
6043 #: builtin/clone.c:955
6044 #, c-format
6045 msgid "Cloning into bare repository '%s'...\n"
6046 msgstr ""
6047
6048 #: builtin/clone.c:957
6049 #, c-format
6050 msgid "Cloning into '%s'...\n"
6051 msgstr ""
6052
6053 #: builtin/clone.c:963
6054 msgid ""
6055 "clone --recursive is not compatible with both --reference and --reference-if-"
6056 "able"
6057 msgstr ""
6058
6059 #: builtin/clone.c:1019
6060 msgid "--depth is ignored in local clones; use file:// instead."
6061 msgstr ""
6062
6063 #: builtin/clone.c:1021
6064 msgid "--shallow-since is ignored in local clones; use file:// instead."
6065 msgstr ""
6066
6067 #: builtin/clone.c:1023
6068 msgid "--shallow-exclude is ignored in local clones; use file:// instead."
6069 msgstr ""
6070
6071 #: builtin/clone.c:1026
6072 msgid "source repository is shallow, ignoring --local"
6073 msgstr ""
6074
6075 #: builtin/clone.c:1031
6076 msgid "--local is ignored"
6077 msgstr ""
6078
6079 #: builtin/clone.c:1035
6080 #, c-format
6081 msgid "Don't know how to clone %s"
6082 msgstr ""
6083
6084 #: builtin/clone.c:1090 builtin/clone.c:1098
6085 #, c-format
6086 msgid "Remote branch %s not found in upstream %s"
6087 msgstr ""
6088
6089 #: builtin/clone.c:1101
6090 msgid "You appear to have cloned an empty repository."
6091 msgstr ""
6092
6093 #: builtin/column.c:9
6094 msgid "git column [<options>]"
6095 msgstr ""
6096
6097 #: builtin/column.c:26
6098 msgid "lookup config vars"
6099 msgstr ""
6100
6101 #: builtin/column.c:27 builtin/column.c:28
6102 msgid "layout to use"
6103 msgstr ""
6104
6105 #: builtin/column.c:29
6106 msgid "Maximum width"
6107 msgstr ""
6108
6109 #: builtin/column.c:30
6110 msgid "Padding space on left border"
6111 msgstr ""
6112
6113 #: builtin/column.c:31
6114 msgid "Padding space on right border"
6115 msgstr ""
6116
6117 #: builtin/column.c:32
6118 msgid "Padding space between columns"
6119 msgstr ""
6120
6121 #: builtin/column.c:51
6122 msgid "--command must be the first argument"
6123 msgstr ""
6124
6125 #: builtin/commit.c:38
6126 msgid "git commit [<options>] [--] <pathspec>..."
6127 msgstr ""
6128
6129 #: builtin/commit.c:43
6130 msgid "git status [<options>] [--] <pathspec>..."
6131 msgstr ""
6132
6133 #: builtin/commit.c:48
6134 msgid ""
6135 "Your name and email address were configured automatically based\n"
6136 "on your username and hostname. Please check that they are accurate.\n"
6137 "You can suppress this message by setting them explicitly. Run the\n"
6138 "following command and follow the instructions in your editor to edit\n"
6139 "your configuration file:\n"
6140 "\n"
6141 "    git config --global --edit\n"
6142 "\n"
6143 "After doing this, you may fix the identity used for this commit with:\n"
6144 "\n"
6145 "    git commit --amend --reset-author\n"
6146 msgstr ""
6147
6148 #: builtin/commit.c:61
6149 msgid ""
6150 "Your name and email address were configured automatically based\n"
6151 "on your username and hostname. Please check that they are accurate.\n"
6152 "You can suppress this message by setting them explicitly:\n"
6153 "\n"
6154 "    git config --global user.name \"Your Name\"\n"
6155 "    git config --global user.email you@example.com\n"
6156 "\n"
6157 "After doing this, you may fix the identity used for this commit with:\n"
6158 "\n"
6159 "    git commit --amend --reset-author\n"
6160 msgstr ""
6161
6162 #: builtin/commit.c:73
6163 msgid ""
6164 "You asked to amend the most recent commit, but doing so would make\n"
6165 "it empty. You can repeat your command with --allow-empty, or you can\n"
6166 "remove the commit entirely with \"git reset HEAD^\".\n"
6167 msgstr ""
6168
6169 #: builtin/commit.c:78
6170 msgid ""
6171 "The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
6172 "If you wish to commit it anyway, use:\n"
6173 "\n"
6174 "    git commit --allow-empty\n"
6175 "\n"
6176 msgstr ""
6177
6178 #: builtin/commit.c:85
6179 msgid "Otherwise, please use 'git reset'\n"
6180 msgstr ""
6181
6182 #: builtin/commit.c:88
6183 msgid ""
6184 "If you wish to skip this commit, use:\n"
6185 "\n"
6186 "    git reset\n"
6187 "\n"
6188 "Then \"git cherry-pick --continue\" will resume cherry-picking\n"
6189 "the remaining commits.\n"
6190 msgstr ""
6191
6192 #: builtin/commit.c:318
6193 msgid "failed to unpack HEAD tree object"
6194 msgstr ""
6195
6196 #: builtin/commit.c:359
6197 msgid "unable to create temporary index"
6198 msgstr ""
6199
6200 #: builtin/commit.c:365
6201 msgid "interactive add failed"
6202 msgstr ""
6203
6204 #: builtin/commit.c:378
6205 msgid "unable to update temporary index"
6206 msgstr ""
6207
6208 #: builtin/commit.c:380
6209 msgid "Failed to update main cache tree"
6210 msgstr ""
6211
6212 #: builtin/commit.c:404 builtin/commit.c:427 builtin/commit.c:476
6213 msgid "unable to write new_index file"
6214 msgstr ""
6215
6216 #: builtin/commit.c:458
6217 msgid "cannot do a partial commit during a merge."
6218 msgstr ""
6219
6220 #: builtin/commit.c:460
6221 msgid "cannot do a partial commit during a cherry-pick."
6222 msgstr ""
6223
6224 #: builtin/commit.c:469
6225 msgid "cannot read the index"
6226 msgstr ""
6227
6228 #: builtin/commit.c:488
6229 msgid "unable to write temporary index file"
6230 msgstr ""
6231
6232 #: builtin/commit.c:582
6233 #, c-format
6234 msgid "commit '%s' lacks author header"
6235 msgstr ""
6236
6237 #: builtin/commit.c:584
6238 #, c-format
6239 msgid "commit '%s' has malformed author line"
6240 msgstr ""
6241
6242 #: builtin/commit.c:603
6243 msgid "malformed --author parameter"
6244 msgstr ""
6245
6246 #: builtin/commit.c:611
6247 #, c-format
6248 msgid "invalid date format: %s"
6249 msgstr ""
6250
6251 #: builtin/commit.c:655
6252 msgid ""
6253 "unable to select a comment character that is not used\n"
6254 "in the current commit message"
6255 msgstr ""
6256
6257 #: builtin/commit.c:692 builtin/commit.c:725 builtin/commit.c:1096
6258 #, c-format
6259 msgid "could not lookup commit %s"
6260 msgstr ""
6261
6262 #: builtin/commit.c:704 builtin/shortlog.c:295
6263 #, c-format
6264 msgid "(reading log message from standard input)\n"
6265 msgstr ""
6266
6267 #: builtin/commit.c:706
6268 msgid "could not read log from standard input"
6269 msgstr ""
6270
6271 #: builtin/commit.c:710
6272 #, c-format
6273 msgid "could not read log file '%s'"
6274 msgstr ""
6275
6276 #: builtin/commit.c:737 builtin/commit.c:745
6277 msgid "could not read SQUASH_MSG"
6278 msgstr ""
6279
6280 #: builtin/commit.c:742
6281 msgid "could not read MERGE_MSG"
6282 msgstr ""
6283
6284 #: builtin/commit.c:796
6285 msgid "could not write commit template"
6286 msgstr ""
6287
6288 #: builtin/commit.c:814
6289 #, c-format
6290 msgid ""
6291 "\n"
6292 "It looks like you may be committing a merge.\n"
6293 "If this is not correct, please remove the file\n"
6294 "\t%s\n"
6295 "and try again.\n"
6296 msgstr ""
6297
6298 #: builtin/commit.c:819
6299 #, c-format
6300 msgid ""
6301 "\n"
6302 "It looks like you may be committing a cherry-pick.\n"
6303 "If this is not correct, please remove the file\n"
6304 "\t%s\n"
6305 "and try again.\n"
6306 msgstr ""
6307
6308 #: builtin/commit.c:832
6309 #, c-format
6310 msgid ""
6311 "Please enter the commit message for your changes. Lines starting\n"
6312 "with '%c' will be ignored, and an empty message aborts the commit.\n"
6313 msgstr ""
6314
6315 #: builtin/commit.c:839
6316 #, c-format
6317 msgid ""
6318 "Please enter the commit message for your changes. Lines starting\n"
6319 "with '%c' will be kept; you may remove them yourself if you want to.\n"
6320 "An empty message aborts the commit.\n"
6321 msgstr ""
6322
6323 #: builtin/commit.c:859
6324 #, c-format
6325 msgid "%sAuthor:    %.*s <%.*s>"
6326 msgstr ""
6327
6328 #: builtin/commit.c:867
6329 #, c-format
6330 msgid "%sDate:      %s"
6331 msgstr ""
6332
6333 #: builtin/commit.c:874
6334 #, c-format
6335 msgid "%sCommitter: %.*s <%.*s>"
6336 msgstr ""
6337
6338 #: builtin/commit.c:892
6339 msgid "Cannot read index"
6340 msgstr ""
6341
6342 #: builtin/commit.c:954
6343 msgid "Error building trees"
6344 msgstr ""
6345
6346 #: builtin/commit.c:968 builtin/tag.c:280
6347 #, c-format
6348 msgid "Please supply the message using either -m or -F option.\n"
6349 msgstr ""
6350
6351 #: builtin/commit.c:1071
6352 #, c-format
6353 msgid "--author '%s' is not 'Name <email>' and matches no existing author"
6354 msgstr ""
6355
6356 #: builtin/commit.c:1086 builtin/commit.c:1325
6357 #, c-format
6358 msgid "Invalid untracked files mode '%s'"
6359 msgstr ""
6360
6361 #: builtin/commit.c:1124
6362 msgid "--long and -z are incompatible"
6363 msgstr ""
6364
6365 #: builtin/commit.c:1154
6366 msgid "Using both --reset-author and --author does not make sense"
6367 msgstr ""
6368
6369 #: builtin/commit.c:1163
6370 msgid "You have nothing to amend."
6371 msgstr ""
6372
6373 #: builtin/commit.c:1166
6374 msgid "You are in the middle of a merge -- cannot amend."
6375 msgstr ""
6376
6377 #: builtin/commit.c:1168
6378 msgid "You are in the middle of a cherry-pick -- cannot amend."
6379 msgstr ""
6380
6381 #: builtin/commit.c:1171
6382 msgid "Options --squash and --fixup cannot be used together"
6383 msgstr ""
6384
6385 #: builtin/commit.c:1181
6386 msgid "Only one of -c/-C/-F/--fixup can be used."
6387 msgstr ""
6388
6389 #: builtin/commit.c:1183
6390 msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
6391 msgstr ""
6392
6393 #: builtin/commit.c:1191
6394 msgid "--reset-author can be used only with -C, -c or --amend."
6395 msgstr ""
6396
6397 #: builtin/commit.c:1208
6398 msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
6399 msgstr ""
6400
6401 #: builtin/commit.c:1210
6402 msgid "No paths with --include/--only does not make sense."
6403 msgstr ""
6404
6405 #: builtin/commit.c:1212
6406 msgid "Explicit paths specified without -i or -o; assuming --only paths..."
6407 msgstr ""
6408
6409 #: builtin/commit.c:1224 builtin/tag.c:495
6410 #, c-format
6411 msgid "Invalid cleanup mode %s"
6412 msgstr ""
6413
6414 #: builtin/commit.c:1229
6415 msgid "Paths with -a does not make sense."
6416 msgstr ""
6417
6418 #: builtin/commit.c:1339 builtin/commit.c:1612
6419 msgid "show status concisely"
6420 msgstr ""
6421
6422 #: builtin/commit.c:1341 builtin/commit.c:1614
6423 msgid "show branch information"
6424 msgstr ""
6425
6426 #: builtin/commit.c:1343
6427 msgid "version"
6428 msgstr ""
6429
6430 #: builtin/commit.c:1343 builtin/commit.c:1616 builtin/push.c:525
6431 #: builtin/worktree.c:442
6432 msgid "machine-readable output"
6433 msgstr ""
6434
6435 #: builtin/commit.c:1346 builtin/commit.c:1618
6436 msgid "show status in long format (default)"
6437 msgstr ""
6438
6439 #: builtin/commit.c:1349 builtin/commit.c:1621
6440 msgid "terminate entries with NUL"
6441 msgstr ""
6442
6443 #: builtin/commit.c:1351 builtin/commit.c:1624 builtin/fast-export.c:981
6444 #: builtin/fast-export.c:984 builtin/tag.c:368
6445 msgid "mode"
6446 msgstr ""
6447
6448 #: builtin/commit.c:1352 builtin/commit.c:1624
6449 msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
6450 msgstr ""
6451
6452 #: builtin/commit.c:1355
6453 msgid "show ignored files"
6454 msgstr ""
6455
6456 #: builtin/commit.c:1356 parse-options.h:155
6457 msgid "when"
6458 msgstr ""
6459
6460 #: builtin/commit.c:1357
6461 msgid ""
6462 "ignore changes to submodules, optional when: all, dirty, untracked. "
6463 "(Default: all)"
6464 msgstr ""
6465
6466 #: builtin/commit.c:1359
6467 msgid "list untracked files in columns"
6468 msgstr ""
6469
6470 #: builtin/commit.c:1435
6471 msgid "couldn't look up newly created commit"
6472 msgstr ""
6473
6474 #: builtin/commit.c:1437
6475 msgid "could not parse newly created commit"
6476 msgstr ""
6477
6478 #: builtin/commit.c:1482
6479 msgid "detached HEAD"
6480 msgstr ""
6481
6482 #: builtin/commit.c:1485
6483 msgid " (root-commit)"
6484 msgstr ""
6485
6486 #: builtin/commit.c:1582
6487 msgid "suppress summary after successful commit"
6488 msgstr ""
6489
6490 #: builtin/commit.c:1583
6491 msgid "show diff in commit message template"
6492 msgstr ""
6493
6494 #: builtin/commit.c:1585
6495 msgid "Commit message options"
6496 msgstr ""
6497
6498 #: builtin/commit.c:1586 builtin/tag.c:366
6499 msgid "read message from file"
6500 msgstr ""
6501
6502 #: builtin/commit.c:1587
6503 msgid "author"
6504 msgstr ""
6505
6506 #: builtin/commit.c:1587
6507 msgid "override author for commit"
6508 msgstr ""
6509
6510 #: builtin/commit.c:1588 builtin/gc.c:333
6511 msgid "date"
6512 msgstr ""
6513
6514 #: builtin/commit.c:1588
6515 msgid "override date for commit"
6516 msgstr ""
6517
6518 #: builtin/commit.c:1589 builtin/merge.c:222 builtin/notes.c:398
6519 #: builtin/notes.c:561 builtin/tag.c:364
6520 msgid "message"
6521 msgstr ""
6522
6523 #: builtin/commit.c:1589
6524 msgid "commit message"
6525 msgstr ""
6526
6527 #: builtin/commit.c:1590 builtin/commit.c:1591 builtin/commit.c:1592
6528 #: builtin/commit.c:1593 parse-options.h:257 ref-filter.h:81
6529 msgid "commit"
6530 msgstr ""
6531
6532 #: builtin/commit.c:1590
6533 msgid "reuse and edit message from specified commit"
6534 msgstr ""
6535
6536 #: builtin/commit.c:1591
6537 msgid "reuse message from specified commit"
6538 msgstr ""
6539
6540 #: builtin/commit.c:1592
6541 msgid "use autosquash formatted message to fixup specified commit"
6542 msgstr ""
6543
6544 #: builtin/commit.c:1593
6545 msgid "use autosquash formatted message to squash specified commit"
6546 msgstr ""
6547
6548 #: builtin/commit.c:1594
6549 msgid "the commit is authored by me now (used with -C/-c/--amend)"
6550 msgstr ""
6551
6552 #: builtin/commit.c:1595 builtin/log.c:1413 builtin/revert.c:86
6553 msgid "add Signed-off-by:"
6554 msgstr ""
6555
6556 #: builtin/commit.c:1596
6557 msgid "use specified template file"
6558 msgstr ""
6559
6560 #: builtin/commit.c:1597
6561 msgid "force edit of commit"
6562 msgstr ""
6563
6564 #: builtin/commit.c:1598
6565 msgid "default"
6566 msgstr ""
6567
6568 #: builtin/commit.c:1598 builtin/tag.c:369
6569 msgid "how to strip spaces and #comments from message"
6570 msgstr ""
6571
6572 #: builtin/commit.c:1599
6573 msgid "include status in commit message template"
6574 msgstr ""
6575
6576 #: builtin/commit.c:1601 builtin/merge.c:234 builtin/pull.c:166
6577 #: builtin/revert.c:93
6578 msgid "GPG sign commit"
6579 msgstr ""
6580
6581 #: builtin/commit.c:1604
6582 msgid "Commit contents options"
6583 msgstr ""
6584
6585 #: builtin/commit.c:1605
6586 msgid "commit all changed files"
6587 msgstr ""
6588
6589 #: builtin/commit.c:1606
6590 msgid "add specified files to index for commit"
6591 msgstr ""
6592
6593 #: builtin/commit.c:1607
6594 msgid "interactively add files"
6595 msgstr ""
6596
6597 #: builtin/commit.c:1608
6598 msgid "interactively add changes"
6599 msgstr ""
6600
6601 #: builtin/commit.c:1609
6602 msgid "commit only specified files"
6603 msgstr ""
6604
6605 #: builtin/commit.c:1610
6606 msgid "bypass pre-commit and commit-msg hooks"
6607 msgstr ""
6608
6609 #: builtin/commit.c:1611
6610 msgid "show what would be committed"
6611 msgstr ""
6612
6613 #: builtin/commit.c:1622
6614 msgid "amend previous commit"
6615 msgstr ""
6616
6617 #: builtin/commit.c:1623
6618 msgid "bypass post-rewrite hook"
6619 msgstr ""
6620
6621 #: builtin/commit.c:1628
6622 msgid "ok to record an empty change"
6623 msgstr ""
6624
6625 #: builtin/commit.c:1630
6626 msgid "ok to record a change with an empty message"
6627 msgstr ""
6628
6629 #: builtin/commit.c:1659
6630 msgid "could not parse HEAD commit"
6631 msgstr ""
6632
6633 #: builtin/commit.c:1707
6634 #, c-format
6635 msgid "Corrupt MERGE_HEAD file (%s)"
6636 msgstr ""
6637
6638 #: builtin/commit.c:1714
6639 msgid "could not read MERGE_MODE"
6640 msgstr ""
6641
6642 #: builtin/commit.c:1733
6643 #, c-format
6644 msgid "could not read commit message: %s"
6645 msgstr ""
6646
6647 #: builtin/commit.c:1744
6648 #, c-format
6649 msgid "Aborting commit; you did not edit the message.\n"
6650 msgstr ""
6651
6652 #: builtin/commit.c:1749
6653 #, c-format
6654 msgid "Aborting commit due to empty commit message.\n"
6655 msgstr ""
6656
6657 #: builtin/commit.c:1797
6658 msgid ""
6659 "Repository has been updated, but unable to write\n"
6660 "new_index file. Check that disk is not full and quota is\n"
6661 "not exceeded, and then \"git reset HEAD\" to recover."
6662 msgstr ""
6663
6664 #: builtin/config.c:9
6665 msgid "git config [<options>]"
6666 msgstr ""
6667
6668 #: builtin/config.c:55
6669 msgid "Config file location"
6670 msgstr ""
6671
6672 #: builtin/config.c:56
6673 msgid "use global config file"
6674 msgstr ""
6675
6676 #: builtin/config.c:57
6677 msgid "use system config file"
6678 msgstr ""
6679
6680 #: builtin/config.c:58
6681 msgid "use repository config file"
6682 msgstr ""
6683
6684 #: builtin/config.c:59
6685 msgid "use given config file"
6686 msgstr ""
6687
6688 #: builtin/config.c:60
6689 msgid "blob-id"
6690 msgstr ""
6691
6692 #: builtin/config.c:60
6693 msgid "read config from given blob object"
6694 msgstr ""
6695
6696 #: builtin/config.c:61
6697 msgid "Action"
6698 msgstr ""
6699
6700 #: builtin/config.c:62
6701 msgid "get value: name [value-regex]"
6702 msgstr ""
6703
6704 #: builtin/config.c:63
6705 msgid "get all values: key [value-regex]"
6706 msgstr ""
6707
6708 #: builtin/config.c:64
6709 msgid "get values for regexp: name-regex [value-regex]"
6710 msgstr ""
6711
6712 #: builtin/config.c:65
6713 msgid "get value specific for the URL: section[.var] URL"
6714 msgstr ""
6715
6716 #: builtin/config.c:66
6717 msgid "replace all matching variables: name value [value_regex]"
6718 msgstr ""
6719
6720 #: builtin/config.c:67
6721 msgid "add a new variable: name value"
6722 msgstr ""
6723
6724 #: builtin/config.c:68
6725 msgid "remove a variable: name [value-regex]"
6726 msgstr ""
6727
6728 #: builtin/config.c:69
6729 msgid "remove all matches: name [value-regex]"
6730 msgstr ""
6731
6732 #: builtin/config.c:70
6733 msgid "rename section: old-name new-name"
6734 msgstr ""
6735
6736 #: builtin/config.c:71
6737 msgid "remove a section: name"
6738 msgstr ""
6739
6740 #: builtin/config.c:72
6741 msgid "list all"
6742 msgstr ""
6743
6744 #: builtin/config.c:73
6745 msgid "open an editor"
6746 msgstr ""
6747
6748 #: builtin/config.c:74
6749 msgid "find the color configured: slot [default]"
6750 msgstr ""
6751
6752 #: builtin/config.c:75
6753 msgid "find the color setting: slot [stdout-is-tty]"
6754 msgstr ""
6755
6756 #: builtin/config.c:76
6757 msgid "Type"
6758 msgstr ""
6759
6760 #: builtin/config.c:77
6761 msgid "value is \"true\" or \"false\""
6762 msgstr ""
6763
6764 #: builtin/config.c:78
6765 msgid "value is decimal number"
6766 msgstr ""
6767
6768 #: builtin/config.c:79
6769 msgid "value is --bool or --int"
6770 msgstr ""
6771
6772 #: builtin/config.c:80
6773 msgid "value is a path (file or directory name)"
6774 msgstr ""
6775
6776 #: builtin/config.c:81
6777 msgid "Other"
6778 msgstr ""
6779
6780 #: builtin/config.c:82
6781 msgid "terminate values with NUL byte"
6782 msgstr ""
6783
6784 #: builtin/config.c:83
6785 msgid "show variable names only"
6786 msgstr ""
6787
6788 #: builtin/config.c:84
6789 msgid "respect include directives on lookup"
6790 msgstr ""
6791
6792 #: builtin/config.c:85
6793 msgid "show origin of config (file, standard input, blob, command line)"
6794 msgstr ""
6795
6796 #: builtin/config.c:327
6797 msgid "unable to parse default color value"
6798 msgstr ""
6799
6800 #: builtin/config.c:471
6801 #, c-format
6802 msgid ""
6803 "# This is Git's per-user configuration file.\n"
6804 "[user]\n"
6805 "# Please adapt and uncomment the following lines:\n"
6806 "#\tname = %s\n"
6807 "#\temail = %s\n"
6808 msgstr ""
6809
6810 #: builtin/config.c:613
6811 #, c-format
6812 msgid "cannot create configuration file %s"
6813 msgstr ""
6814
6815 #: builtin/config.c:625
6816 #, c-format
6817 msgid ""
6818 "cannot overwrite multiple values with a single value\n"
6819 "       Use a regexp, --add or --replace-all to change %s."
6820 msgstr ""
6821
6822 #: builtin/count-objects.c:86
6823 msgid "git count-objects [-v] [-H | --human-readable]"
6824 msgstr ""
6825
6826 #: builtin/count-objects.c:96
6827 msgid "print sizes in human readable format"
6828 msgstr ""
6829
6830 #: builtin/describe.c:17
6831 msgid "git describe [<options>] [<commit-ish>...]"
6832 msgstr ""
6833
6834 #: builtin/describe.c:18
6835 msgid "git describe [<options>] --dirty"
6836 msgstr ""
6837
6838 #: builtin/describe.c:217
6839 #, c-format
6840 msgid "annotated tag %s not available"
6841 msgstr ""
6842
6843 #: builtin/describe.c:221
6844 #, c-format
6845 msgid "annotated tag %s has no embedded name"
6846 msgstr ""
6847
6848 #: builtin/describe.c:223
6849 #, c-format
6850 msgid "tag '%s' is really '%s' here"
6851 msgstr ""
6852
6853 #: builtin/describe.c:250 builtin/log.c:480
6854 #, c-format
6855 msgid "Not a valid object name %s"
6856 msgstr ""
6857
6858 #: builtin/describe.c:253
6859 #, c-format
6860 msgid "%s is not a valid '%s' object"
6861 msgstr ""
6862
6863 #: builtin/describe.c:270
6864 #, c-format
6865 msgid "no tag exactly matches '%s'"
6866 msgstr ""
6867
6868 #: builtin/describe.c:272
6869 #, c-format
6870 msgid "searching to describe %s\n"
6871 msgstr ""
6872
6873 #: builtin/describe.c:319
6874 #, c-format
6875 msgid "finished search at %s\n"
6876 msgstr ""
6877
6878 #: builtin/describe.c:346
6879 #, c-format
6880 msgid ""
6881 "No annotated tags can describe '%s'.\n"
6882 "However, there were unannotated tags: try --tags."
6883 msgstr ""
6884
6885 #: builtin/describe.c:350
6886 #, c-format
6887 msgid ""
6888 "No tags can describe '%s'.\n"
6889 "Try --always, or create some tags."
6890 msgstr ""
6891
6892 #: builtin/describe.c:371
6893 #, c-format
6894 msgid "traversed %lu commits\n"
6895 msgstr ""
6896
6897 #: builtin/describe.c:374
6898 #, c-format
6899 msgid ""
6900 "more than %i tags found; listed %i most recent\n"
6901 "gave up search at %s\n"
6902 msgstr ""
6903
6904 #: builtin/describe.c:396
6905 msgid "find the tag that comes after the commit"
6906 msgstr ""
6907
6908 #: builtin/describe.c:397
6909 msgid "debug search strategy on stderr"
6910 msgstr ""
6911
6912 #: builtin/describe.c:398
6913 msgid "use any ref"
6914 msgstr ""
6915
6916 #: builtin/describe.c:399
6917 msgid "use any tag, even unannotated"
6918 msgstr ""
6919
6920 #: builtin/describe.c:400
6921 msgid "always use long format"
6922 msgstr ""
6923
6924 #: builtin/describe.c:401
6925 msgid "only follow first parent"
6926 msgstr ""
6927
6928 #: builtin/describe.c:404
6929 msgid "only output exact matches"
6930 msgstr ""
6931
6932 #: builtin/describe.c:406
6933 msgid "consider <n> most recent tags (default: 10)"
6934 msgstr ""
6935
6936 #: builtin/describe.c:408
6937 msgid "only consider tags matching <pattern>"
6938 msgstr ""
6939
6940 #: builtin/describe.c:410 builtin/name-rev.c:320
6941 msgid "show abbreviated commit object as fallback"
6942 msgstr ""
6943
6944 #: builtin/describe.c:411
6945 msgid "mark"
6946 msgstr ""
6947
6948 #: builtin/describe.c:412
6949 msgid "append <mark> on dirty working tree (default: \"-dirty\")"
6950 msgstr ""
6951
6952 #: builtin/describe.c:430
6953 msgid "--long is incompatible with --abbrev=0"
6954 msgstr ""
6955
6956 #: builtin/describe.c:456
6957 msgid "No names found, cannot describe anything."
6958 msgstr ""
6959
6960 #: builtin/describe.c:476
6961 msgid "--dirty is incompatible with commit-ishes"
6962 msgstr ""
6963
6964 #: builtin/diff.c:83
6965 #, c-format
6966 msgid "'%s': not a regular file or symlink"
6967 msgstr ""
6968
6969 #: builtin/diff.c:234
6970 #, c-format
6971 msgid "invalid option: %s"
6972 msgstr ""
6973
6974 #: builtin/diff.c:358
6975 msgid "Not a git repository"
6976 msgstr ""
6977
6978 #: builtin/diff.c:401
6979 #, c-format
6980 msgid "invalid object '%s' given."
6981 msgstr ""
6982
6983 #: builtin/diff.c:410
6984 #, c-format
6985 msgid "more than two blobs given: '%s'"
6986 msgstr ""
6987
6988 #: builtin/diff.c:417
6989 #, c-format
6990 msgid "unhandled object '%s' given."
6991 msgstr ""
6992
6993 #: builtin/difftool.c:28
6994 msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
6995 msgstr ""
6996
6997 #: builtin/difftool.c:241
6998 #, c-format
6999 msgid "failed: %d"
7000 msgstr ""
7001
7002 #: builtin/difftool.c:342
7003 msgid ""
7004 "combined diff formats('-c' and '--cc') are not supported in\n"
7005 "directory diff mode('-d' and '--dir-diff')."
7006 msgstr ""
7007
7008 #: builtin/difftool.c:567
7009 #, c-format
7010 msgid "both files modified: '%s' and '%s'."
7011 msgstr ""
7012
7013 #: builtin/difftool.c:569
7014 msgid "working tree file has been left."
7015 msgstr ""
7016
7017 #: builtin/difftool.c:580
7018 #, c-format
7019 msgid "temporary files exist in '%s'."
7020 msgstr ""
7021
7022 #: builtin/difftool.c:581
7023 msgid "you may want to cleanup or recover these."
7024 msgstr ""
7025
7026 #: builtin/difftool.c:626
7027 msgid "use `diff.guitool` instead of `diff.tool`"
7028 msgstr ""
7029
7030 #: builtin/difftool.c:628
7031 msgid "perform a full-directory diff"
7032 msgstr ""
7033
7034 #: builtin/difftool.c:630
7035 msgid "do not prompt before launching a diff tool"
7036 msgstr ""
7037
7038 #: builtin/difftool.c:636
7039 msgid "use symlinks in dir-diff mode"
7040 msgstr ""
7041
7042 #: builtin/difftool.c:637
7043 msgid "<tool>"
7044 msgstr ""
7045
7046 #: builtin/difftool.c:638
7047 msgid "use the specified diff tool"
7048 msgstr ""
7049
7050 #: builtin/difftool.c:640
7051 msgid "print a list of diff tools that may be used with `--tool`"
7052 msgstr ""
7053
7054 #: builtin/difftool.c:643
7055 msgid ""
7056 "make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
7057 "code"
7058 msgstr ""
7059
7060 #: builtin/difftool.c:645
7061 msgid "<command>"
7062 msgstr ""
7063
7064 #: builtin/difftool.c:646
7065 msgid "specify a custom command for viewing diffs"
7066 msgstr ""
7067
7068 #: builtin/difftool.c:670
7069 msgid "no <tool> given for --tool=<tool>"
7070 msgstr ""
7071
7072 #: builtin/difftool.c:677
7073 msgid "no <cmd> given for --extcmd=<cmd>"
7074 msgstr ""
7075
7076 #: builtin/fast-export.c:25
7077 msgid "git fast-export [rev-list-opts]"
7078 msgstr ""
7079
7080 #: builtin/fast-export.c:980
7081 msgid "show progress after <n> objects"
7082 msgstr ""
7083
7084 #: builtin/fast-export.c:982
7085 msgid "select handling of signed tags"
7086 msgstr ""
7087
7088 #: builtin/fast-export.c:985
7089 msgid "select handling of tags that tag filtered objects"
7090 msgstr ""
7091
7092 #: builtin/fast-export.c:988
7093 msgid "Dump marks to this file"
7094 msgstr ""
7095
7096 #: builtin/fast-export.c:990
7097 msgid "Import marks from this file"
7098 msgstr ""
7099
7100 #: builtin/fast-export.c:992
7101 msgid "Fake a tagger when tags lack one"
7102 msgstr ""
7103
7104 #: builtin/fast-export.c:994
7105 msgid "Output full tree for each commit"
7106 msgstr ""
7107
7108 #: builtin/fast-export.c:996
7109 msgid "Use the done feature to terminate the stream"
7110 msgstr ""
7111
7112 #: builtin/fast-export.c:997
7113 msgid "Skip output of blob data"
7114 msgstr ""
7115
7116 #: builtin/fast-export.c:998
7117 msgid "refspec"
7118 msgstr ""
7119
7120 #: builtin/fast-export.c:999
7121 msgid "Apply refspec to exported refs"
7122 msgstr ""
7123
7124 #: builtin/fast-export.c:1000
7125 msgid "anonymize output"
7126 msgstr ""
7127
7128 #: builtin/fetch.c:21
7129 msgid "git fetch [<options>] [<repository> [<refspec>...]]"
7130 msgstr ""
7131
7132 #: builtin/fetch.c:22
7133 msgid "git fetch [<options>] <group>"
7134 msgstr ""
7135
7136 #: builtin/fetch.c:23
7137 msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
7138 msgstr ""
7139
7140 #: builtin/fetch.c:24
7141 msgid "git fetch --all [<options>]"
7142 msgstr ""
7143
7144 #: builtin/fetch.c:95 builtin/pull.c:175
7145 msgid "fetch from all remotes"
7146 msgstr ""
7147
7148 #: builtin/fetch.c:97 builtin/pull.c:178
7149 msgid "append to .git/FETCH_HEAD instead of overwriting"
7150 msgstr ""
7151
7152 #: builtin/fetch.c:99 builtin/pull.c:181
7153 msgid "path to upload pack on remote end"
7154 msgstr ""
7155
7156 #: builtin/fetch.c:100 builtin/pull.c:183
7157 msgid "force overwrite of local branch"
7158 msgstr ""
7159
7160 #: builtin/fetch.c:102
7161 msgid "fetch from multiple remotes"
7162 msgstr ""
7163
7164 #: builtin/fetch.c:104 builtin/pull.c:185
7165 msgid "fetch all tags and associated objects"
7166 msgstr ""
7167
7168 #: builtin/fetch.c:106
7169 msgid "do not fetch all tags (--no-tags)"
7170 msgstr ""
7171
7172 #: builtin/fetch.c:108
7173 msgid "number of submodules fetched in parallel"
7174 msgstr ""
7175
7176 #: builtin/fetch.c:110 builtin/pull.c:188
7177 msgid "prune remote-tracking branches no longer on remote"
7178 msgstr ""
7179
7180 #: builtin/fetch.c:111 builtin/pull.c:191
7181 msgid "on-demand"
7182 msgstr ""
7183
7184 #: builtin/fetch.c:112 builtin/pull.c:192
7185 msgid "control recursive fetching of submodules"
7186 msgstr ""
7187
7188 #: builtin/fetch.c:116 builtin/pull.c:200
7189 msgid "keep downloaded pack"
7190 msgstr ""
7191
7192 #: builtin/fetch.c:118
7193 msgid "allow updating of HEAD ref"
7194 msgstr ""
7195
7196 #: builtin/fetch.c:121 builtin/fetch.c:127 builtin/pull.c:203
7197 msgid "deepen history of shallow clone"
7198 msgstr ""
7199
7200 #: builtin/fetch.c:123
7201 msgid "deepen history of shallow repository based on time"
7202 msgstr ""
7203
7204 #: builtin/fetch.c:129 builtin/pull.c:206
7205 msgid "convert to a complete repository"
7206 msgstr ""
7207
7208 #: builtin/fetch.c:131 builtin/log.c:1433
7209 msgid "dir"
7210 msgstr ""
7211
7212 #: builtin/fetch.c:132
7213 msgid "prepend this to submodule path output"
7214 msgstr ""
7215
7216 #: builtin/fetch.c:135
7217 msgid "default mode for recursion"
7218 msgstr ""
7219
7220 #: builtin/fetch.c:137 builtin/pull.c:209
7221 msgid "accept refs that update .git/shallow"
7222 msgstr ""
7223
7224 #: builtin/fetch.c:138 builtin/pull.c:211
7225 msgid "refmap"
7226 msgstr ""
7227
7228 #: builtin/fetch.c:139 builtin/pull.c:212
7229 msgid "specify fetch refmap"
7230 msgstr ""
7231
7232 #: builtin/fetch.c:395
7233 msgid "Couldn't find remote ref HEAD"
7234 msgstr ""
7235
7236 #: builtin/fetch.c:511
7237 #, c-format
7238 msgid "configuration fetch.output contains invalid value %s"
7239 msgstr ""
7240
7241 #: builtin/fetch.c:604
7242 #, c-format
7243 msgid "object %s not found"
7244 msgstr ""
7245
7246 #: builtin/fetch.c:608
7247 msgid "[up to date]"
7248 msgstr ""
7249
7250 #: builtin/fetch.c:621 builtin/fetch.c:701
7251 msgid "[rejected]"
7252 msgstr ""
7253
7254 #: builtin/fetch.c:622
7255 msgid "can't fetch in current branch"
7256 msgstr ""
7257
7258 #: builtin/fetch.c:631
7259 msgid "[tag update]"
7260 msgstr ""
7261
7262 #: builtin/fetch.c:632 builtin/fetch.c:665 builtin/fetch.c:681
7263 #: builtin/fetch.c:696
7264 msgid "unable to update local ref"
7265 msgstr ""
7266
7267 #: builtin/fetch.c:651
7268 msgid "[new tag]"
7269 msgstr ""
7270
7271 #: builtin/fetch.c:654
7272 msgid "[new branch]"
7273 msgstr ""
7274
7275 #: builtin/fetch.c:657
7276 msgid "[new ref]"
7277 msgstr ""
7278
7279 #: builtin/fetch.c:696
7280 msgid "forced update"
7281 msgstr ""
7282
7283 #: builtin/fetch.c:701
7284 msgid "non-fast-forward"
7285 msgstr ""
7286
7287 #: builtin/fetch.c:746
7288 #, c-format
7289 msgid "%s did not send all necessary objects\n"
7290 msgstr ""
7291
7292 #: builtin/fetch.c:766
7293 #, c-format
7294 msgid "reject %s because shallow roots are not allowed to be updated"
7295 msgstr ""
7296
7297 #: builtin/fetch.c:853 builtin/fetch.c:949
7298 #, c-format
7299 msgid "From %.*s\n"
7300 msgstr ""
7301
7302 #: builtin/fetch.c:864
7303 #, c-format
7304 msgid ""
7305 "some local refs could not be updated; try running\n"
7306 " 'git remote prune %s' to remove any old, conflicting branches"
7307 msgstr ""
7308
7309 #: builtin/fetch.c:919
7310 #, c-format
7311 msgid "   (%s will become dangling)"
7312 msgstr ""
7313
7314 #: builtin/fetch.c:920
7315 #, c-format
7316 msgid "   (%s has become dangling)"
7317 msgstr ""
7318
7319 #: builtin/fetch.c:952
7320 msgid "[deleted]"
7321 msgstr ""
7322
7323 #: builtin/fetch.c:953 builtin/remote.c:1020
7324 msgid "(none)"
7325 msgstr ""
7326
7327 #: builtin/fetch.c:976
7328 #, c-format
7329 msgid "Refusing to fetch into current branch %s of non-bare repository"
7330 msgstr ""
7331
7332 #: builtin/fetch.c:995
7333 #, c-format
7334 msgid "Option \"%s\" value \"%s\" is not valid for %s"
7335 msgstr ""
7336
7337 #: builtin/fetch.c:998
7338 #, c-format
7339 msgid "Option \"%s\" is ignored for %s\n"
7340 msgstr ""
7341
7342 #: builtin/fetch.c:1074
7343 #, c-format
7344 msgid "Don't know how to fetch from %s"
7345 msgstr ""
7346
7347 #: builtin/fetch.c:1234
7348 #, c-format
7349 msgid "Fetching %s\n"
7350 msgstr ""
7351
7352 #: builtin/fetch.c:1236 builtin/remote.c:96
7353 #, c-format
7354 msgid "Could not fetch %s"
7355 msgstr ""
7356
7357 #: builtin/fetch.c:1254
7358 msgid ""
7359 "No remote repository specified.  Please, specify either a URL or a\n"
7360 "remote name from which new revisions should be fetched."
7361 msgstr ""
7362
7363 #: builtin/fetch.c:1277
7364 msgid "You need to specify a tag name."
7365 msgstr ""
7366
7367 #: builtin/fetch.c:1319
7368 msgid "Negative depth in --deepen is not supported"
7369 msgstr ""
7370
7371 #: builtin/fetch.c:1321
7372 msgid "--deepen and --depth are mutually exclusive"
7373 msgstr ""
7374
7375 #: builtin/fetch.c:1326
7376 msgid "--depth and --unshallow cannot be used together"
7377 msgstr ""
7378
7379 #: builtin/fetch.c:1328
7380 msgid "--unshallow on a complete repository does not make sense"
7381 msgstr ""
7382
7383 #: builtin/fetch.c:1350
7384 msgid "fetch --all does not take a repository argument"
7385 msgstr ""
7386
7387 #: builtin/fetch.c:1352
7388 msgid "fetch --all does not make sense with refspecs"
7389 msgstr ""
7390
7391 #: builtin/fetch.c:1363
7392 #, c-format
7393 msgid "No such remote or remote group: %s"
7394 msgstr ""
7395
7396 #: builtin/fetch.c:1371
7397 msgid "Fetching a group and specifying refspecs does not make sense"
7398 msgstr ""
7399
7400 #: builtin/fmt-merge-msg.c:14
7401 msgid ""
7402 "git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
7403 msgstr ""
7404
7405 #: builtin/fmt-merge-msg.c:663
7406 msgid "populate log with at most <n> entries from shortlog"
7407 msgstr ""
7408
7409 #: builtin/fmt-merge-msg.c:666
7410 msgid "alias for --log (deprecated)"
7411 msgstr ""
7412
7413 #: builtin/fmt-merge-msg.c:669
7414 msgid "text"
7415 msgstr ""
7416
7417 #: builtin/fmt-merge-msg.c:670
7418 msgid "use <text> as start of message"
7419 msgstr ""
7420
7421 #: builtin/fmt-merge-msg.c:671
7422 msgid "file to read from"
7423 msgstr ""
7424
7425 #: builtin/for-each-ref.c:9
7426 msgid "git for-each-ref [<options>] [<pattern>]"
7427 msgstr ""
7428
7429 #: builtin/for-each-ref.c:10
7430 msgid "git for-each-ref [--points-at <object>]"
7431 msgstr ""
7432
7433 #: builtin/for-each-ref.c:11
7434 msgid "git for-each-ref [(--merged | --no-merged) [<object>]]"
7435 msgstr ""
7436
7437 #: builtin/for-each-ref.c:12
7438 msgid "git for-each-ref [--contains [<object>]]"
7439 msgstr ""
7440
7441 #: builtin/for-each-ref.c:27
7442 msgid "quote placeholders suitably for shells"
7443 msgstr ""
7444
7445 #: builtin/for-each-ref.c:29
7446 msgid "quote placeholders suitably for perl"
7447 msgstr ""
7448
7449 #: builtin/for-each-ref.c:31
7450 msgid "quote placeholders suitably for python"
7451 msgstr ""
7452
7453 #: builtin/for-each-ref.c:33
7454 msgid "quote placeholders suitably for Tcl"
7455 msgstr ""
7456
7457 #: builtin/for-each-ref.c:36
7458 msgid "show only <n> matched refs"
7459 msgstr ""
7460
7461 #: builtin/for-each-ref.c:37 builtin/tag.c:387 builtin/verify-tag.c:38
7462 msgid "format to use for the output"
7463 msgstr ""
7464
7465 #: builtin/for-each-ref.c:41
7466 msgid "print only refs which points at the given object"
7467 msgstr ""
7468
7469 #: builtin/for-each-ref.c:43
7470 msgid "print only refs that are merged"
7471 msgstr ""
7472
7473 #: builtin/for-each-ref.c:44
7474 msgid "print only refs that are not merged"
7475 msgstr ""
7476
7477 #: builtin/for-each-ref.c:45
7478 msgid "print only refs which contain the commit"
7479 msgstr ""
7480
7481 #: builtin/fsck.c:554
7482 msgid "Checking object directories"
7483 msgstr ""
7484
7485 #: builtin/fsck.c:646
7486 msgid "git fsck [<options>] [<object>...]"
7487 msgstr ""
7488
7489 #: builtin/fsck.c:652
7490 msgid "show unreachable objects"
7491 msgstr ""
7492
7493 #: builtin/fsck.c:653
7494 msgid "show dangling objects"
7495 msgstr ""
7496
7497 #: builtin/fsck.c:654
7498 msgid "report tags"
7499 msgstr ""
7500
7501 #: builtin/fsck.c:655
7502 msgid "report root nodes"
7503 msgstr ""
7504
7505 #: builtin/fsck.c:656
7506 msgid "make index objects head nodes"
7507 msgstr ""
7508
7509 #: builtin/fsck.c:657
7510 msgid "make reflogs head nodes (default)"
7511 msgstr ""
7512
7513 #: builtin/fsck.c:658
7514 msgid "also consider packs and alternate objects"
7515 msgstr ""
7516
7517 #: builtin/fsck.c:659
7518 msgid "check only connectivity"
7519 msgstr ""
7520
7521 #: builtin/fsck.c:660
7522 msgid "enable more strict checking"
7523 msgstr ""
7524
7525 #: builtin/fsck.c:662
7526 msgid "write dangling objects in .git/lost-found"
7527 msgstr ""
7528
7529 #: builtin/fsck.c:663 builtin/prune.c:107
7530 msgid "show progress"
7531 msgstr ""
7532
7533 #: builtin/fsck.c:664
7534 msgid "show verbose names for reachable objects"
7535 msgstr ""
7536
7537 #: builtin/fsck.c:725
7538 msgid "Checking objects"
7539 msgstr ""
7540
7541 #: builtin/gc.c:25
7542 msgid "git gc [<options>]"
7543 msgstr ""
7544
7545 #: builtin/gc.c:72
7546 #, c-format
7547 msgid "Invalid %s: '%s'"
7548 msgstr ""
7549
7550 #: builtin/gc.c:139
7551 #, c-format
7552 msgid "insanely long object directory %.*s"
7553 msgstr ""
7554
7555 #: builtin/gc.c:297
7556 #, c-format
7557 msgid ""
7558 "The last gc run reported the following. Please correct the root cause\n"
7559 "and remove %s.\n"
7560 "Automatic cleanup will not be performed until the file is removed.\n"
7561 "\n"
7562 "%s"
7563 msgstr ""
7564
7565 #: builtin/gc.c:334
7566 msgid "prune unreferenced objects"
7567 msgstr ""
7568
7569 #: builtin/gc.c:336
7570 msgid "be more thorough (increased runtime)"
7571 msgstr ""
7572
7573 #: builtin/gc.c:337
7574 msgid "enable auto-gc mode"
7575 msgstr ""
7576
7577 #: builtin/gc.c:338
7578 msgid "force running gc even if there may be another gc running"
7579 msgstr ""
7580
7581 #: builtin/gc.c:380
7582 #, c-format
7583 msgid "Auto packing the repository in background for optimum performance.\n"
7584 msgstr ""
7585
7586 #: builtin/gc.c:382
7587 #, c-format
7588 msgid "Auto packing the repository for optimum performance.\n"
7589 msgstr ""
7590
7591 #: builtin/gc.c:383
7592 #, c-format
7593 msgid "See \"git help gc\" for manual housekeeping.\n"
7594 msgstr ""
7595
7596 #: builtin/gc.c:404
7597 #, c-format
7598 msgid ""
7599 "gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
7600 msgstr ""
7601
7602 #: builtin/gc.c:448
7603 msgid ""
7604 "There are too many unreachable loose objects; run 'git prune' to remove them."
7605 msgstr ""
7606
7607 #: builtin/grep.c:25
7608 msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
7609 msgstr ""
7610
7611 #: builtin/grep.c:232
7612 #, c-format
7613 msgid "grep: failed to create thread: %s"
7614 msgstr ""
7615
7616 #: builtin/grep.c:290
7617 #, c-format
7618 msgid "invalid number of threads specified (%d) for %s"
7619 msgstr ""
7620
7621 #: builtin/grep.c:763 builtin/grep.c:804
7622 #, c-format
7623 msgid "unable to read tree (%s)"
7624 msgstr ""
7625
7626 #: builtin/grep.c:823
7627 #, c-format
7628 msgid "unable to grep from object of type %s"
7629 msgstr ""
7630
7631 #: builtin/grep.c:887
7632 #, c-format
7633 msgid "switch `%c' expects a numerical value"
7634 msgstr ""
7635
7636 #: builtin/grep.c:973
7637 msgid "search in index instead of in the work tree"
7638 msgstr ""
7639
7640 #: builtin/grep.c:975
7641 msgid "find in contents not managed by git"
7642 msgstr ""
7643
7644 #: builtin/grep.c:977
7645 msgid "search in both tracked and untracked files"
7646 msgstr ""
7647
7648 #: builtin/grep.c:979
7649 msgid "ignore files specified via '.gitignore'"
7650 msgstr ""
7651
7652 #: builtin/grep.c:981
7653 msgid "recursivley search in each submodule"
7654 msgstr ""
7655
7656 #: builtin/grep.c:983
7657 msgid "basename"
7658 msgstr ""
7659
7660 #: builtin/grep.c:984
7661 msgid "prepend parent project's basename to output"
7662 msgstr ""
7663
7664 #: builtin/grep.c:987
7665 msgid "show non-matching lines"
7666 msgstr ""
7667
7668 #: builtin/grep.c:989
7669 msgid "case insensitive matching"
7670 msgstr ""
7671
7672 #: builtin/grep.c:991
7673 msgid "match patterns only at word boundaries"
7674 msgstr ""
7675
7676 #: builtin/grep.c:993
7677 msgid "process binary files as text"
7678 msgstr ""
7679
7680 #: builtin/grep.c:995
7681 msgid "don't match patterns in binary files"
7682 msgstr ""
7683
7684 #: builtin/grep.c:998
7685 msgid "process binary files with textconv filters"
7686 msgstr ""
7687
7688 #: builtin/grep.c:1000
7689 msgid "descend at most <depth> levels"
7690 msgstr ""
7691
7692 #: builtin/grep.c:1004
7693 msgid "use extended POSIX regular expressions"
7694 msgstr ""
7695
7696 #: builtin/grep.c:1007
7697 msgid "use basic POSIX regular expressions (default)"
7698 msgstr ""
7699
7700 #: builtin/grep.c:1010
7701 msgid "interpret patterns as fixed strings"
7702 msgstr ""
7703
7704 #: builtin/grep.c:1013
7705 msgid "use Perl-compatible regular expressions"
7706 msgstr ""
7707
7708 #: builtin/grep.c:1016
7709 msgid "show line numbers"
7710 msgstr ""
7711
7712 #: builtin/grep.c:1017
7713 msgid "don't show filenames"
7714 msgstr ""
7715
7716 #: builtin/grep.c:1018
7717 msgid "show filenames"
7718 msgstr ""
7719
7720 #: builtin/grep.c:1020
7721 msgid "show filenames relative to top directory"
7722 msgstr ""
7723
7724 #: builtin/grep.c:1022
7725 msgid "show only filenames instead of matching lines"
7726 msgstr ""
7727
7728 #: builtin/grep.c:1024
7729 msgid "synonym for --files-with-matches"
7730 msgstr ""
7731
7732 #: builtin/grep.c:1027
7733 msgid "show only the names of files without match"
7734 msgstr ""
7735
7736 #: builtin/grep.c:1029
7737 msgid "print NUL after filenames"
7738 msgstr ""
7739
7740 #: builtin/grep.c:1031
7741 msgid "show the number of matches instead of matching lines"
7742 msgstr ""
7743
7744 #: builtin/grep.c:1032
7745 msgid "highlight matches"
7746 msgstr ""
7747
7748 #: builtin/grep.c:1034
7749 msgid "print empty line between matches from different files"
7750 msgstr ""
7751
7752 #: builtin/grep.c:1036
7753 msgid "show filename only once above matches from same file"
7754 msgstr ""
7755
7756 #: builtin/grep.c:1039
7757 msgid "show <n> context lines before and after matches"
7758 msgstr ""
7759
7760 #: builtin/grep.c:1042
7761 msgid "show <n> context lines before matches"
7762 msgstr ""
7763
7764 #: builtin/grep.c:1044
7765 msgid "show <n> context lines after matches"
7766 msgstr ""
7767
7768 #: builtin/grep.c:1046
7769 msgid "use <n> worker threads"
7770 msgstr ""
7771
7772 #: builtin/grep.c:1047
7773 msgid "shortcut for -C NUM"
7774 msgstr ""
7775
7776 #: builtin/grep.c:1050
7777 msgid "show a line with the function name before matches"
7778 msgstr ""
7779
7780 #: builtin/grep.c:1052
7781 msgid "show the surrounding function"
7782 msgstr ""
7783
7784 #: builtin/grep.c:1055
7785 msgid "read patterns from file"
7786 msgstr ""
7787
7788 #: builtin/grep.c:1057
7789 msgid "match <pattern>"
7790 msgstr ""
7791
7792 #: builtin/grep.c:1059
7793 msgid "combine patterns specified with -e"
7794 msgstr ""
7795
7796 #: builtin/grep.c:1071
7797 msgid "indicate hit with exit status without output"
7798 msgstr ""
7799
7800 #: builtin/grep.c:1073
7801 msgid "show only matches from files that match all patterns"
7802 msgstr ""
7803
7804 #: builtin/grep.c:1075
7805 msgid "show parse tree for grep expression"
7806 msgstr ""
7807
7808 #: builtin/grep.c:1079
7809 msgid "pager"
7810 msgstr ""
7811
7812 #: builtin/grep.c:1079
7813 msgid "show matching files in the pager"
7814 msgstr ""
7815
7816 #: builtin/grep.c:1082
7817 msgid "allow calling of grep(1) (ignored by this build)"
7818 msgstr ""
7819
7820 #: builtin/grep.c:1146
7821 msgid "no pattern given."
7822 msgstr ""
7823
7824 #: builtin/grep.c:1178 builtin/index-pack.c:1482
7825 #, c-format
7826 msgid "invalid number of threads specified (%d)"
7827 msgstr ""
7828
7829 #: builtin/grep.c:1215
7830 msgid "--open-files-in-pager only works on the worktree"
7831 msgstr ""
7832
7833 #: builtin/grep.c:1238
7834 msgid "option not supported with --recurse-submodules."
7835 msgstr ""
7836
7837 #: builtin/grep.c:1244
7838 msgid "--cached or --untracked cannot be used with --no-index."
7839 msgstr ""
7840
7841 #: builtin/grep.c:1249
7842 msgid "--no-index or --untracked cannot be used with revs."
7843 msgstr ""
7844
7845 #: builtin/grep.c:1252
7846 msgid "--[no-]exclude-standard cannot be used for tracked contents."
7847 msgstr ""
7848
7849 #: builtin/grep.c:1260
7850 msgid "both --cached and trees are given."
7851 msgstr ""
7852
7853 #: builtin/hash-object.c:81
7854 msgid ""
7855 "git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
7856 "[--] <file>..."
7857 msgstr ""
7858
7859 #: builtin/hash-object.c:82
7860 msgid "git hash-object  --stdin-paths"
7861 msgstr ""
7862
7863 #: builtin/hash-object.c:94
7864 msgid "type"
7865 msgstr ""
7866
7867 #: builtin/hash-object.c:94
7868 msgid "object type"
7869 msgstr ""
7870
7871 #: builtin/hash-object.c:95
7872 msgid "write the object into the object database"
7873 msgstr ""
7874
7875 #: builtin/hash-object.c:97
7876 msgid "read the object from stdin"
7877 msgstr ""
7878
7879 #: builtin/hash-object.c:99
7880 msgid "store file as is without filters"
7881 msgstr ""
7882
7883 #: builtin/hash-object.c:100
7884 msgid ""
7885 "just hash any random garbage to create corrupt objects for debugging Git"
7886 msgstr ""
7887
7888 #: builtin/hash-object.c:101
7889 msgid "process file as it were from this path"
7890 msgstr ""
7891
7892 #: builtin/help.c:42
7893 msgid "print all available commands"
7894 msgstr ""
7895
7896 #: builtin/help.c:43
7897 msgid "exclude guides"
7898 msgstr ""
7899
7900 #: builtin/help.c:44
7901 msgid "print list of useful guides"
7902 msgstr ""
7903
7904 #: builtin/help.c:45
7905 msgid "show man page"
7906 msgstr ""
7907
7908 #: builtin/help.c:46
7909 msgid "show manual in web browser"
7910 msgstr ""
7911
7912 #: builtin/help.c:48
7913 msgid "show info page"
7914 msgstr ""
7915
7916 #: builtin/help.c:54
7917 msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
7918 msgstr ""
7919
7920 #: builtin/help.c:66
7921 #, c-format
7922 msgid "unrecognized help format '%s'"
7923 msgstr ""
7924
7925 #: builtin/help.c:93
7926 msgid "Failed to start emacsclient."
7927 msgstr ""
7928
7929 #: builtin/help.c:106
7930 msgid "Failed to parse emacsclient version."
7931 msgstr ""
7932
7933 #: builtin/help.c:114
7934 #, c-format
7935 msgid "emacsclient version '%d' too old (< 22)."
7936 msgstr ""
7937
7938 #: builtin/help.c:132 builtin/help.c:153 builtin/help.c:162 builtin/help.c:170
7939 #, c-format
7940 msgid "failed to exec '%s'"
7941 msgstr ""
7942
7943 #: builtin/help.c:207
7944 #, c-format
7945 msgid ""
7946 "'%s': path for unsupported man viewer.\n"
7947 "Please consider using 'man.<tool>.cmd' instead."
7948 msgstr ""
7949
7950 #: builtin/help.c:219
7951 #, c-format
7952 msgid ""
7953 "'%s': cmd for supported man viewer.\n"
7954 "Please consider using 'man.<tool>.path' instead."
7955 msgstr ""
7956
7957 #: builtin/help.c:336
7958 #, c-format
7959 msgid "'%s': unknown man viewer."
7960 msgstr ""
7961
7962 #: builtin/help.c:353
7963 msgid "no man viewer handled the request"
7964 msgstr ""
7965
7966 #: builtin/help.c:361
7967 msgid "no info viewer handled the request"
7968 msgstr ""
7969
7970 #: builtin/help.c:403
7971 msgid "Defining attributes per path"
7972 msgstr ""
7973
7974 #: builtin/help.c:404
7975 msgid "Everyday Git With 20 Commands Or So"
7976 msgstr ""
7977
7978 #: builtin/help.c:405
7979 msgid "A Git glossary"
7980 msgstr ""
7981
7982 #: builtin/help.c:406
7983 msgid "Specifies intentionally untracked files to ignore"
7984 msgstr ""
7985
7986 #: builtin/help.c:407
7987 msgid "Defining submodule properties"
7988 msgstr ""
7989
7990 #: builtin/help.c:408
7991 msgid "Specifying revisions and ranges for Git"
7992 msgstr ""
7993
7994 #: builtin/help.c:409
7995 msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
7996 msgstr ""
7997
7998 #: builtin/help.c:410
7999 msgid "An overview of recommended workflows with Git"
8000 msgstr ""
8001
8002 #: builtin/help.c:422
8003 msgid "The common Git guides are:\n"
8004 msgstr ""
8005
8006 #: builtin/help.c:440
8007 #, c-format
8008 msgid "`git %s' is aliased to `%s'"
8009 msgstr ""
8010
8011 #: builtin/help.c:462 builtin/help.c:479
8012 #, c-format
8013 msgid "usage: %s%s"
8014 msgstr ""
8015
8016 #: builtin/index-pack.c:154
8017 #, c-format
8018 msgid "unable to open %s"
8019 msgstr ""
8020
8021 #: builtin/index-pack.c:204
8022 #, c-format
8023 msgid "object type mismatch at %s"
8024 msgstr ""
8025
8026 #: builtin/index-pack.c:224
8027 #, c-format
8028 msgid "did not receive expected object %s"
8029 msgstr ""
8030
8031 #: builtin/index-pack.c:227
8032 #, c-format
8033 msgid "object %s: expected type %s, found %s"
8034 msgstr ""
8035
8036 #: builtin/index-pack.c:269
8037 #, c-format
8038 msgid "cannot fill %d byte"
8039 msgid_plural "cannot fill %d bytes"
8040 msgstr[0] ""
8041 msgstr[1] ""
8042
8043 #: builtin/index-pack.c:279
8044 msgid "early EOF"
8045 msgstr ""
8046
8047 #: builtin/index-pack.c:280
8048 msgid "read error on input"
8049 msgstr ""
8050
8051 #: builtin/index-pack.c:292
8052 msgid "used more bytes than were available"
8053 msgstr ""
8054
8055 #: builtin/index-pack.c:299
8056 msgid "pack too large for current definition of off_t"
8057 msgstr ""
8058
8059 #: builtin/index-pack.c:302 builtin/unpack-objects.c:92
8060 msgid "pack exceeds maximum allowed size"
8061 msgstr ""
8062
8063 #: builtin/index-pack.c:317
8064 #, c-format
8065 msgid "unable to create '%s'"
8066 msgstr ""
8067
8068 #: builtin/index-pack.c:322
8069 #, c-format
8070 msgid "cannot open packfile '%s'"
8071 msgstr ""
8072
8073 #: builtin/index-pack.c:336
8074 msgid "pack signature mismatch"
8075 msgstr ""
8076
8077 #: builtin/index-pack.c:338
8078 #, c-format
8079 msgid "pack version %<PRIu32> unsupported"
8080 msgstr ""
8081
8082 #: builtin/index-pack.c:356
8083 #, c-format
8084 msgid "pack has bad object at offset %<PRIuMAX>: %s"
8085 msgstr ""
8086
8087 #: builtin/index-pack.c:478
8088 #, c-format
8089 msgid "inflate returned %d"
8090 msgstr ""
8091
8092 #: builtin/index-pack.c:527
8093 msgid "offset value overflow for delta base object"
8094 msgstr ""
8095
8096 #: builtin/index-pack.c:535
8097 msgid "delta base offset is out of bound"
8098 msgstr ""
8099
8100 #: builtin/index-pack.c:543
8101 #, c-format
8102 msgid "unknown object type %d"
8103 msgstr ""
8104
8105 #: builtin/index-pack.c:574
8106 msgid "cannot pread pack file"
8107 msgstr ""
8108
8109 #: builtin/index-pack.c:576
8110 #, c-format
8111 msgid "premature end of pack file, %<PRIuMAX> byte missing"
8112 msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
8113 msgstr[0] ""
8114 msgstr[1] ""
8115
8116 #: builtin/index-pack.c:602
8117 msgid "serious inflate inconsistency"
8118 msgstr ""
8119
8120 #: builtin/index-pack.c:748 builtin/index-pack.c:754 builtin/index-pack.c:777
8121 #: builtin/index-pack.c:813 builtin/index-pack.c:822
8122 #, c-format
8123 msgid "SHA1 COLLISION FOUND WITH %s !"
8124 msgstr ""
8125
8126 #: builtin/index-pack.c:751 builtin/pack-objects.c:164
8127 #: builtin/pack-objects.c:256
8128 #, c-format
8129 msgid "unable to read %s"
8130 msgstr ""
8131
8132 #: builtin/index-pack.c:819
8133 #, c-format
8134 msgid "cannot read existing object %s"
8135 msgstr ""
8136
8137 #: builtin/index-pack.c:833
8138 #, c-format
8139 msgid "invalid blob object %s"
8140 msgstr ""
8141
8142 #: builtin/index-pack.c:847
8143 #, c-format
8144 msgid "invalid %s"
8145 msgstr ""
8146
8147 #: builtin/index-pack.c:850
8148 msgid "Error in object"
8149 msgstr ""
8150
8151 #: builtin/index-pack.c:852
8152 #, c-format
8153 msgid "Not all child objects of %s are reachable"
8154 msgstr ""
8155
8156 #: builtin/index-pack.c:924 builtin/index-pack.c:955
8157 msgid "failed to apply delta"
8158 msgstr ""
8159
8160 #: builtin/index-pack.c:1125
8161 msgid "Receiving objects"
8162 msgstr ""
8163
8164 #: builtin/index-pack.c:1125
8165 msgid "Indexing objects"
8166 msgstr ""
8167
8168 #: builtin/index-pack.c:1157
8169 msgid "pack is corrupted (SHA1 mismatch)"
8170 msgstr ""
8171
8172 #: builtin/index-pack.c:1162
8173 msgid "cannot fstat packfile"
8174 msgstr ""
8175
8176 #: builtin/index-pack.c:1165
8177 msgid "pack has junk at the end"
8178 msgstr ""
8179
8180 #: builtin/index-pack.c:1176
8181 msgid "confusion beyond insanity in parse_pack_objects()"
8182 msgstr ""
8183
8184 #: builtin/index-pack.c:1199
8185 msgid "Resolving deltas"
8186 msgstr ""
8187
8188 #: builtin/index-pack.c:1210
8189 #, c-format
8190 msgid "unable to create thread: %s"
8191 msgstr ""
8192
8193 #: builtin/index-pack.c:1252
8194 msgid "confusion beyond insanity"
8195 msgstr ""
8196
8197 #: builtin/index-pack.c:1258
8198 #, c-format
8199 msgid "completed with %d local object"
8200 msgid_plural "completed with %d local objects"
8201 msgstr[0] ""
8202 msgstr[1] ""
8203
8204 #: builtin/index-pack.c:1270
8205 #, c-format
8206 msgid "Unexpected tail checksum for %s (disk corruption?)"
8207 msgstr ""
8208
8209 #: builtin/index-pack.c:1274
8210 #, c-format
8211 msgid "pack has %d unresolved delta"
8212 msgid_plural "pack has %d unresolved deltas"
8213 msgstr[0] ""
8214 msgstr[1] ""
8215
8216 #: builtin/index-pack.c:1298
8217 #, c-format
8218 msgid "unable to deflate appended object (%d)"
8219 msgstr ""
8220
8221 #: builtin/index-pack.c:1374
8222 #, c-format
8223 msgid "local object %s is corrupt"
8224 msgstr ""
8225
8226 #: builtin/index-pack.c:1398
8227 msgid "error while closing pack file"
8228 msgstr ""
8229
8230 #: builtin/index-pack.c:1411
8231 #, c-format
8232 msgid "cannot write keep file '%s'"
8233 msgstr ""
8234
8235 #: builtin/index-pack.c:1419
8236 #, c-format
8237 msgid "cannot close written keep file '%s'"
8238 msgstr ""
8239
8240 #: builtin/index-pack.c:1432
8241 msgid "cannot store pack file"
8242 msgstr ""
8243
8244 #: builtin/index-pack.c:1443
8245 msgid "cannot store index file"
8246 msgstr ""
8247
8248 #: builtin/index-pack.c:1476
8249 #, c-format
8250 msgid "bad pack.indexversion=%<PRIu32>"
8251 msgstr ""
8252
8253 #: builtin/index-pack.c:1486 builtin/index-pack.c:1683
8254 #, c-format
8255 msgid "no threads support, ignoring %s"
8256 msgstr ""
8257
8258 #: builtin/index-pack.c:1544
8259 #, c-format
8260 msgid "Cannot open existing pack file '%s'"
8261 msgstr ""
8262
8263 #: builtin/index-pack.c:1546
8264 #, c-format
8265 msgid "Cannot open existing pack idx file for '%s'"
8266 msgstr ""
8267
8268 #: builtin/index-pack.c:1593
8269 #, c-format
8270 msgid "non delta: %d object"
8271 msgid_plural "non delta: %d objects"
8272 msgstr[0] ""
8273 msgstr[1] ""
8274
8275 #: builtin/index-pack.c:1600
8276 #, c-format
8277 msgid "chain length = %d: %lu object"
8278 msgid_plural "chain length = %d: %lu objects"
8279 msgstr[0] ""
8280 msgstr[1] ""
8281
8282 #: builtin/index-pack.c:1613
8283 #, c-format
8284 msgid "packfile name '%s' does not end with '.pack'"
8285 msgstr ""
8286
8287 #: builtin/index-pack.c:1695 builtin/index-pack.c:1698
8288 #: builtin/index-pack.c:1714 builtin/index-pack.c:1718
8289 #, c-format
8290 msgid "bad %s"
8291 msgstr ""
8292
8293 #: builtin/index-pack.c:1734
8294 msgid "--fix-thin cannot be used without --stdin"
8295 msgstr ""
8296
8297 #: builtin/index-pack.c:1736
8298 msgid "--stdin requires a git repository"
8299 msgstr ""
8300
8301 #: builtin/index-pack.c:1744
8302 msgid "--verify with no packfile name given"
8303 msgstr ""
8304
8305 #: builtin/init-db.c:54
8306 #, c-format
8307 msgid "cannot stat '%s'"
8308 msgstr ""
8309
8310 #: builtin/init-db.c:60
8311 #, c-format
8312 msgid "cannot stat template '%s'"
8313 msgstr ""
8314
8315 #: builtin/init-db.c:65
8316 #, c-format
8317 msgid "cannot opendir '%s'"
8318 msgstr ""
8319
8320 #: builtin/init-db.c:76
8321 #, c-format
8322 msgid "cannot readlink '%s'"
8323 msgstr ""
8324
8325 #: builtin/init-db.c:78
8326 #, c-format
8327 msgid "cannot symlink '%s' '%s'"
8328 msgstr ""
8329
8330 #: builtin/init-db.c:84
8331 #, c-format
8332 msgid "cannot copy '%s' to '%s'"
8333 msgstr ""
8334
8335 #: builtin/init-db.c:88
8336 #, c-format
8337 msgid "ignoring template %s"
8338 msgstr ""
8339
8340 #: builtin/init-db.c:119
8341 #, c-format
8342 msgid "templates not found %s"
8343 msgstr ""
8344
8345 #: builtin/init-db.c:134
8346 #, c-format
8347 msgid "not copying templates from '%s': %s"
8348 msgstr ""
8349
8350 #: builtin/init-db.c:327
8351 #, c-format
8352 msgid "unable to handle file type %d"
8353 msgstr ""
8354
8355 #: builtin/init-db.c:330
8356 #, c-format
8357 msgid "unable to move %s to %s"
8358 msgstr ""
8359
8360 #: builtin/init-db.c:347 builtin/init-db.c:350
8361 #, c-format
8362 msgid "%s already exists"
8363 msgstr ""
8364
8365 #: builtin/init-db.c:403
8366 #, c-format
8367 msgid "Reinitialized existing shared Git repository in %s%s\n"
8368 msgstr ""
8369
8370 #: builtin/init-db.c:404
8371 #, c-format
8372 msgid "Reinitialized existing Git repository in %s%s\n"
8373 msgstr ""
8374
8375 #: builtin/init-db.c:408
8376 #, c-format
8377 msgid "Initialized empty shared Git repository in %s%s\n"
8378 msgstr ""
8379
8380 #: builtin/init-db.c:409
8381 #, c-format
8382 msgid "Initialized empty Git repository in %s%s\n"
8383 msgstr ""
8384
8385 #: builtin/init-db.c:457
8386 msgid ""
8387 "git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
8388 "shared[=<permissions>]] [<directory>]"
8389 msgstr ""
8390
8391 #: builtin/init-db.c:480
8392 msgid "permissions"
8393 msgstr ""
8394
8395 #: builtin/init-db.c:481
8396 msgid "specify that the git repository is to be shared amongst several users"
8397 msgstr ""
8398
8399 #: builtin/init-db.c:515 builtin/init-db.c:520
8400 #, c-format
8401 msgid "cannot mkdir %s"
8402 msgstr ""
8403
8404 #: builtin/init-db.c:524
8405 #, c-format
8406 msgid "cannot chdir to %s"
8407 msgstr ""
8408
8409 #: builtin/init-db.c:545
8410 #, c-format
8411 msgid ""
8412 "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
8413 "dir=<directory>)"
8414 msgstr ""
8415
8416 #: builtin/init-db.c:573
8417 #, c-format
8418 msgid "Cannot access work tree '%s'"
8419 msgstr ""
8420
8421 #: builtin/interpret-trailers.c:15
8422 msgid ""
8423 "git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
8424 "<token>[(=|:)<value>])...] [<file>...]"
8425 msgstr ""
8426
8427 #: builtin/interpret-trailers.c:26
8428 msgid "edit files in place"
8429 msgstr ""
8430
8431 #: builtin/interpret-trailers.c:27
8432 msgid "trim empty trailers"
8433 msgstr ""
8434
8435 #: builtin/interpret-trailers.c:28
8436 msgid "trailer"
8437 msgstr ""
8438
8439 #: builtin/interpret-trailers.c:29
8440 msgid "trailer(s) to add"
8441 msgstr ""
8442
8443 #: builtin/interpret-trailers.c:42
8444 msgid "no input file given for in-place editing"
8445 msgstr ""
8446
8447 #: builtin/log.c:44
8448 msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
8449 msgstr ""
8450
8451 #: builtin/log.c:45
8452 msgid "git show [<options>] <object>..."
8453 msgstr ""
8454
8455 #: builtin/log.c:84
8456 #, c-format
8457 msgid "invalid --decorate option: %s"
8458 msgstr ""
8459
8460 #: builtin/log.c:139
8461 msgid "suppress diff output"
8462 msgstr ""
8463
8464 #: builtin/log.c:140
8465 msgid "show source"
8466 msgstr ""
8467
8468 #: builtin/log.c:141
8469 msgid "Use mail map file"
8470 msgstr ""
8471
8472 #: builtin/log.c:142
8473 msgid "decorate options"
8474 msgstr ""
8475
8476 #: builtin/log.c:145
8477 msgid "Process line range n,m in file, counting from 1"
8478 msgstr ""
8479
8480 #: builtin/log.c:241
8481 #, c-format
8482 msgid "Final output: %d %s\n"
8483 msgstr ""
8484
8485 #: builtin/log.c:486
8486 #, c-format
8487 msgid "git show %s: bad file"
8488 msgstr ""
8489
8490 #: builtin/log.c:500 builtin/log.c:594
8491 #, c-format
8492 msgid "Could not read object %s"
8493 msgstr ""
8494
8495 #: builtin/log.c:618
8496 #, c-format
8497 msgid "Unknown type: %d"
8498 msgstr ""
8499
8500 #: builtin/log.c:739
8501 msgid "format.headers without value"
8502 msgstr ""
8503
8504 #: builtin/log.c:839
8505 msgid "name of output directory is too long"
8506 msgstr ""
8507
8508 #: builtin/log.c:854
8509 #, c-format
8510 msgid "Cannot open patch file %s"
8511 msgstr ""
8512
8513 #: builtin/log.c:868
8514 msgid "Need exactly one range."
8515 msgstr ""
8516
8517 #: builtin/log.c:878
8518 msgid "Not a range."
8519 msgstr ""
8520
8521 #: builtin/log.c:984
8522 msgid "Cover letter needs email format"
8523 msgstr ""
8524
8525 #: builtin/log.c:1063
8526 #, c-format
8527 msgid "insane in-reply-to: %s"
8528 msgstr ""
8529
8530 #: builtin/log.c:1091
8531 msgid "git format-patch [<options>] [<since> | <revision-range>]"
8532 msgstr ""
8533
8534 #: builtin/log.c:1141
8535 msgid "Two output directories?"
8536 msgstr ""
8537
8538 #: builtin/log.c:1248 builtin/log.c:1891 builtin/log.c:1893 builtin/log.c:1905
8539 #, c-format
8540 msgid "Unknown commit %s"
8541 msgstr ""
8542
8543 #: builtin/log.c:1258 builtin/notes.c:884 builtin/tag.c:476
8544 #, c-format
8545 msgid "Failed to resolve '%s' as a valid ref."
8546 msgstr ""
8547
8548 #: builtin/log.c:1263
8549 msgid "Could not find exact merge base."
8550 msgstr ""
8551
8552 #: builtin/log.c:1267
8553 msgid ""
8554 "Failed to get upstream, if you want to record base commit automatically,\n"
8555 "please use git branch --set-upstream-to to track a remote branch.\n"
8556 "Or you could specify base commit by --base=<base-commit-id> manually."
8557 msgstr ""
8558
8559 #: builtin/log.c:1287
8560 msgid "Failed to find exact merge base"
8561 msgstr ""
8562
8563 #: builtin/log.c:1298
8564 msgid "base commit should be the ancestor of revision list"
8565 msgstr ""
8566
8567 #: builtin/log.c:1302
8568 msgid "base commit shouldn't be in revision list"
8569 msgstr ""
8570
8571 #: builtin/log.c:1351
8572 msgid "cannot get patch id"
8573 msgstr ""
8574
8575 #: builtin/log.c:1408
8576 msgid "use [PATCH n/m] even with a single patch"
8577 msgstr ""
8578
8579 #: builtin/log.c:1411
8580 msgid "use [PATCH] even with multiple patches"
8581 msgstr ""
8582
8583 #: builtin/log.c:1415
8584 msgid "print patches to standard out"
8585 msgstr ""
8586
8587 #: builtin/log.c:1417
8588 msgid "generate a cover letter"
8589 msgstr ""
8590
8591 #: builtin/log.c:1419
8592 msgid "use simple number sequence for output file names"
8593 msgstr ""
8594
8595 #: builtin/log.c:1420
8596 msgid "sfx"
8597 msgstr ""
8598
8599 #: builtin/log.c:1421
8600 msgid "use <sfx> instead of '.patch'"
8601 msgstr ""
8602
8603 #: builtin/log.c:1423
8604 msgid "start numbering patches at <n> instead of 1"
8605 msgstr ""
8606
8607 #: builtin/log.c:1425
8608 msgid "mark the series as Nth re-roll"
8609 msgstr ""
8610
8611 #: builtin/log.c:1427
8612 msgid "Use [RFC PATCH] instead of [PATCH]"
8613 msgstr ""
8614
8615 #: builtin/log.c:1430
8616 msgid "Use [<prefix>] instead of [PATCH]"
8617 msgstr ""
8618
8619 #: builtin/log.c:1433
8620 msgid "store resulting files in <dir>"
8621 msgstr ""
8622
8623 #: builtin/log.c:1436
8624 msgid "don't strip/add [PATCH]"
8625 msgstr ""
8626
8627 #: builtin/log.c:1439
8628 msgid "don't output binary diffs"
8629 msgstr ""
8630
8631 #: builtin/log.c:1441
8632 msgid "output all-zero hash in From header"
8633 msgstr ""
8634
8635 #: builtin/log.c:1443
8636 msgid "don't include a patch matching a commit upstream"
8637 msgstr ""
8638
8639 #: builtin/log.c:1445
8640 msgid "show patch format instead of default (patch + stat)"
8641 msgstr ""
8642
8643 #: builtin/log.c:1447
8644 msgid "Messaging"
8645 msgstr ""
8646
8647 #: builtin/log.c:1448
8648 msgid "header"
8649 msgstr ""
8650
8651 #: builtin/log.c:1449
8652 msgid "add email header"
8653 msgstr ""
8654
8655 #: builtin/log.c:1450 builtin/log.c:1452
8656 msgid "email"
8657 msgstr ""
8658
8659 #: builtin/log.c:1450
8660 msgid "add To: header"
8661 msgstr ""
8662
8663 #: builtin/log.c:1452
8664 msgid "add Cc: header"
8665 msgstr ""
8666
8667 #: builtin/log.c:1454
8668 msgid "ident"
8669 msgstr ""
8670
8671 #: builtin/log.c:1455
8672 msgid "set From address to <ident> (or committer ident if absent)"
8673 msgstr ""
8674
8675 #: builtin/log.c:1457
8676 msgid "message-id"
8677 msgstr ""
8678
8679 #: builtin/log.c:1458
8680 msgid "make first mail a reply to <message-id>"
8681 msgstr ""
8682
8683 #: builtin/log.c:1459 builtin/log.c:1462
8684 msgid "boundary"
8685 msgstr ""
8686
8687 #: builtin/log.c:1460
8688 msgid "attach the patch"
8689 msgstr ""
8690
8691 #: builtin/log.c:1463
8692 msgid "inline the patch"
8693 msgstr ""
8694
8695 #: builtin/log.c:1467
8696 msgid "enable message threading, styles: shallow, deep"
8697 msgstr ""
8698
8699 #: builtin/log.c:1469
8700 msgid "signature"
8701 msgstr ""
8702
8703 #: builtin/log.c:1470
8704 msgid "add a signature"
8705 msgstr ""
8706
8707 #: builtin/log.c:1471
8708 msgid "base-commit"
8709 msgstr ""
8710
8711 #: builtin/log.c:1472
8712 msgid "add prerequisite tree info to the patch series"
8713 msgstr ""
8714
8715 #: builtin/log.c:1474
8716 msgid "add a signature from a file"
8717 msgstr ""
8718
8719 #: builtin/log.c:1475
8720 msgid "don't print the patch filenames"
8721 msgstr ""
8722
8723 #: builtin/log.c:1565
8724 msgid "-n and -k are mutually exclusive."
8725 msgstr ""
8726
8727 #: builtin/log.c:1567
8728 msgid "--subject-prefix/--rfc and -k are mutually exclusive."
8729 msgstr ""
8730
8731 #: builtin/log.c:1575
8732 msgid "--name-only does not make sense"
8733 msgstr ""
8734
8735 #: builtin/log.c:1577
8736 msgid "--name-status does not make sense"
8737 msgstr ""
8738
8739 #: builtin/log.c:1579
8740 msgid "--check does not make sense"
8741 msgstr ""
8742
8743 #: builtin/log.c:1609
8744 msgid "standard output, or directory, which one?"
8745 msgstr ""
8746
8747 #: builtin/log.c:1611
8748 #, c-format
8749 msgid "Could not create directory '%s'"
8750 msgstr ""
8751
8752 #: builtin/log.c:1705
8753 #, c-format
8754 msgid "unable to read signature file '%s'"
8755 msgstr ""
8756
8757 #: builtin/log.c:1777
8758 msgid "Failed to create output files"
8759 msgstr ""
8760
8761 #: builtin/log.c:1826
8762 msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
8763 msgstr ""
8764
8765 #: builtin/log.c:1880
8766 #, c-format
8767 msgid ""
8768 "Could not find a tracked remote branch, please specify <upstream> manually.\n"
8769 msgstr ""
8770
8771 #: builtin/ls-files.c:460
8772 msgid "git ls-files [<options>] [<file>...]"
8773 msgstr ""
8774
8775 #: builtin/ls-files.c:509
8776 msgid "identify the file status with tags"
8777 msgstr ""
8778
8779 #: builtin/ls-files.c:511
8780 msgid "use lowercase letters for 'assume unchanged' files"
8781 msgstr ""
8782
8783 #: builtin/ls-files.c:513
8784 msgid "show cached files in the output (default)"
8785 msgstr ""
8786
8787 #: builtin/ls-files.c:515
8788 msgid "show deleted files in the output"
8789 msgstr ""
8790
8791 #: builtin/ls-files.c:517
8792 msgid "show modified files in the output"
8793 msgstr ""
8794
8795 #: builtin/ls-files.c:519
8796 msgid "show other files in the output"
8797 msgstr ""
8798
8799 #: builtin/ls-files.c:521
8800 msgid "show ignored files in the output"
8801 msgstr ""
8802
8803 #: builtin/ls-files.c:524
8804 msgid "show staged contents' object name in the output"
8805 msgstr ""
8806
8807 #: builtin/ls-files.c:526
8808 msgid "show files on the filesystem that need to be removed"
8809 msgstr ""
8810
8811 #: builtin/ls-files.c:528
8812 msgid "show 'other' directories' names only"
8813 msgstr ""
8814
8815 #: builtin/ls-files.c:530
8816 msgid "show line endings of files"
8817 msgstr ""
8818
8819 #: builtin/ls-files.c:532
8820 msgid "don't show empty directories"
8821 msgstr ""
8822
8823 #: builtin/ls-files.c:535
8824 msgid "show unmerged files in the output"
8825 msgstr ""
8826
8827 #: builtin/ls-files.c:537
8828 msgid "show resolve-undo information"
8829 msgstr ""
8830
8831 #: builtin/ls-files.c:539
8832 msgid "skip files matching pattern"
8833 msgstr ""
8834
8835 #: builtin/ls-files.c:542
8836 msgid "exclude patterns are read from <file>"
8837 msgstr ""
8838
8839 #: builtin/ls-files.c:545
8840 msgid "read additional per-directory exclude patterns in <file>"
8841 msgstr ""
8842
8843 #: builtin/ls-files.c:547
8844 msgid "add the standard git exclusions"
8845 msgstr ""
8846
8847 #: builtin/ls-files.c:550
8848 msgid "make the output relative to the project top directory"
8849 msgstr ""
8850
8851 #: builtin/ls-files.c:553
8852 msgid "recurse through submodules"
8853 msgstr ""
8854
8855 #: builtin/ls-files.c:555
8856 msgid "if any <file> is not in the index, treat this as an error"
8857 msgstr ""
8858
8859 #: builtin/ls-files.c:556
8860 msgid "tree-ish"
8861 msgstr ""
8862
8863 #: builtin/ls-files.c:557
8864 msgid "pretend that paths removed since <tree-ish> are still present"
8865 msgstr ""
8866
8867 #: builtin/ls-files.c:559
8868 msgid "show debugging data"
8869 msgstr ""
8870
8871 #: builtin/ls-remote.c:7
8872 msgid ""
8873 "git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
8874 "                     [-q | --quiet] [--exit-code] [--get-url]\n"
8875 "                     [--symref] [<repository> [<refs>...]]"
8876 msgstr ""
8877
8878 #: builtin/ls-remote.c:50
8879 msgid "do not print remote URL"
8880 msgstr ""
8881
8882 #: builtin/ls-remote.c:51 builtin/ls-remote.c:53
8883 msgid "exec"
8884 msgstr ""
8885
8886 #: builtin/ls-remote.c:52 builtin/ls-remote.c:54
8887 msgid "path of git-upload-pack on the remote host"
8888 msgstr ""
8889
8890 #: builtin/ls-remote.c:56
8891 msgid "limit to tags"
8892 msgstr ""
8893
8894 #: builtin/ls-remote.c:57
8895 msgid "limit to heads"
8896 msgstr ""
8897
8898 #: builtin/ls-remote.c:58
8899 msgid "do not show peeled tags"
8900 msgstr ""
8901
8902 #: builtin/ls-remote.c:60
8903 msgid "take url.<base>.insteadOf into account"
8904 msgstr ""
8905
8906 #: builtin/ls-remote.c:62
8907 msgid "exit with exit code 2 if no matching refs are found"
8908 msgstr ""
8909
8910 #: builtin/ls-remote.c:64
8911 msgid "show underlying ref in addition to the object pointed by it"
8912 msgstr ""
8913
8914 #: builtin/ls-tree.c:28
8915 msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
8916 msgstr ""
8917
8918 #: builtin/ls-tree.c:126
8919 msgid "only show trees"
8920 msgstr ""
8921
8922 #: builtin/ls-tree.c:128
8923 msgid "recurse into subtrees"
8924 msgstr ""
8925
8926 #: builtin/ls-tree.c:130
8927 msgid "show trees when recursing"
8928 msgstr ""
8929
8930 #: builtin/ls-tree.c:133
8931 msgid "terminate entries with NUL byte"
8932 msgstr ""
8933
8934 #: builtin/ls-tree.c:134
8935 msgid "include object size"
8936 msgstr ""
8937
8938 #: builtin/ls-tree.c:136 builtin/ls-tree.c:138
8939 msgid "list only filenames"
8940 msgstr ""
8941
8942 #: builtin/ls-tree.c:141
8943 msgid "use full path names"
8944 msgstr ""
8945
8946 #: builtin/ls-tree.c:143
8947 msgid "list entire tree; not just current directory (implies --full-name)"
8948 msgstr ""
8949
8950 #: builtin/merge.c:46
8951 msgid "git merge [<options>] [<commit>...]"
8952 msgstr ""
8953
8954 #: builtin/merge.c:47
8955 msgid "git merge [<options>] <msg> HEAD <commit>"
8956 msgstr ""
8957
8958 #: builtin/merge.c:48
8959 msgid "git merge --abort"
8960 msgstr ""
8961
8962 #: builtin/merge.c:49
8963 msgid "git merge --continue"
8964 msgstr ""
8965
8966 #: builtin/merge.c:104
8967 msgid "switch `m' requires a value"
8968 msgstr ""
8969
8970 #: builtin/merge.c:141
8971 #, c-format
8972 msgid "Could not find merge strategy '%s'.\n"
8973 msgstr ""
8974
8975 #: builtin/merge.c:142
8976 #, c-format
8977 msgid "Available strategies are:"
8978 msgstr ""
8979
8980 #: builtin/merge.c:147
8981 #, c-format
8982 msgid "Available custom strategies are:"
8983 msgstr ""
8984
8985 #: builtin/merge.c:197 builtin/pull.c:127
8986 msgid "do not show a diffstat at the end of the merge"
8987 msgstr ""
8988
8989 #: builtin/merge.c:200 builtin/pull.c:130
8990 msgid "show a diffstat at the end of the merge"
8991 msgstr ""
8992
8993 #: builtin/merge.c:201 builtin/pull.c:133
8994 msgid "(synonym to --stat)"
8995 msgstr ""
8996
8997 #: builtin/merge.c:203 builtin/pull.c:136
8998 msgid "add (at most <n>) entries from shortlog to merge commit message"
8999 msgstr ""
9000
9001 #: builtin/merge.c:206 builtin/pull.c:139
9002 msgid "create a single commit instead of doing a merge"
9003 msgstr ""
9004
9005 #: builtin/merge.c:208 builtin/pull.c:142
9006 msgid "perform a commit if the merge succeeds (default)"
9007 msgstr ""
9008
9009 #: builtin/merge.c:210 builtin/pull.c:145
9010 msgid "edit message before committing"
9011 msgstr ""
9012
9013 #: builtin/merge.c:211
9014 msgid "allow fast-forward (default)"
9015 msgstr ""
9016
9017 #: builtin/merge.c:213 builtin/pull.c:151
9018 msgid "abort if fast-forward is not possible"
9019 msgstr ""
9020
9021 #: builtin/merge.c:217 builtin/pull.c:154
9022 msgid "verify that the named commit has a valid GPG signature"
9023 msgstr ""
9024
9025 #: builtin/merge.c:218 builtin/notes.c:774 builtin/pull.c:158
9026 #: builtin/revert.c:89
9027 msgid "strategy"
9028 msgstr ""
9029
9030 #: builtin/merge.c:219 builtin/pull.c:159
9031 msgid "merge strategy to use"
9032 msgstr ""
9033
9034 #: builtin/merge.c:220 builtin/pull.c:162
9035 msgid "option=value"
9036 msgstr ""
9037
9038 #: builtin/merge.c:221 builtin/pull.c:163
9039 msgid "option for selected merge strategy"
9040 msgstr ""
9041
9042 #: builtin/merge.c:223
9043 msgid "merge commit message (for a non-fast-forward merge)"
9044 msgstr ""
9045
9046 #: builtin/merge.c:227
9047 msgid "abort the current in-progress merge"
9048 msgstr ""
9049
9050 #: builtin/merge.c:229
9051 msgid "continue the current in-progress merge"
9052 msgstr ""
9053
9054 #: builtin/merge.c:231 builtin/pull.c:170
9055 msgid "allow merging unrelated histories"
9056 msgstr ""
9057
9058 #: builtin/merge.c:259
9059 msgid "could not run stash."
9060 msgstr ""
9061
9062 #: builtin/merge.c:264
9063 msgid "stash failed"
9064 msgstr ""
9065
9066 #: builtin/merge.c:269
9067 #, c-format
9068 msgid "not a valid object: %s"
9069 msgstr ""
9070
9071 #: builtin/merge.c:288 builtin/merge.c:305
9072 msgid "read-tree failed"
9073 msgstr ""
9074
9075 #: builtin/merge.c:335
9076 msgid " (nothing to squash)"
9077 msgstr ""
9078
9079 #: builtin/merge.c:346
9080 #, c-format
9081 msgid "Squash commit -- not updating HEAD\n"
9082 msgstr ""
9083
9084 #: builtin/merge.c:396
9085 #, c-format
9086 msgid "No merge message -- not updating HEAD\n"
9087 msgstr ""
9088
9089 #: builtin/merge.c:447
9090 #, c-format
9091 msgid "'%s' does not point to a commit"
9092 msgstr ""
9093
9094 #: builtin/merge.c:537
9095 #, c-format
9096 msgid "Bad branch.%s.mergeoptions string: %s"
9097 msgstr ""
9098
9099 #: builtin/merge.c:656
9100 msgid "Not handling anything other than two heads merge."
9101 msgstr ""
9102
9103 #: builtin/merge.c:670
9104 #, c-format
9105 msgid "Unknown option for merge-recursive: -X%s"
9106 msgstr ""
9107
9108 #: builtin/merge.c:685
9109 #, c-format
9110 msgid "unable to write %s"
9111 msgstr ""
9112
9113 #: builtin/merge.c:737
9114 #, c-format
9115 msgid "Could not read from '%s'"
9116 msgstr ""
9117
9118 #: builtin/merge.c:746
9119 #, c-format
9120 msgid "Not committing merge; use 'git commit' to complete the merge.\n"
9121 msgstr ""
9122
9123 #: builtin/merge.c:752
9124 #, c-format
9125 msgid ""
9126 "Please enter a commit message to explain why this merge is necessary,\n"
9127 "especially if it merges an updated upstream into a topic branch.\n"
9128 "\n"
9129 "Lines starting with '%c' will be ignored, and an empty message aborts\n"
9130 "the commit.\n"
9131 msgstr ""
9132
9133 #: builtin/merge.c:776
9134 msgid "Empty commit message."
9135 msgstr ""
9136
9137 #: builtin/merge.c:796
9138 #, c-format
9139 msgid "Wonderful.\n"
9140 msgstr ""
9141
9142 #: builtin/merge.c:851
9143 #, c-format
9144 msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
9145 msgstr ""
9146
9147 #: builtin/merge.c:867
9148 #, c-format
9149 msgid "'%s' is not a commit"
9150 msgstr ""
9151
9152 #: builtin/merge.c:908
9153 msgid "No current branch."
9154 msgstr ""
9155
9156 #: builtin/merge.c:910
9157 msgid "No remote for the current branch."
9158 msgstr ""
9159
9160 #: builtin/merge.c:912
9161 msgid "No default upstream defined for the current branch."
9162 msgstr ""
9163
9164 #: builtin/merge.c:917
9165 #, c-format
9166 msgid "No remote-tracking branch for %s from %s"
9167 msgstr ""
9168
9169 #: builtin/merge.c:964
9170 #, c-format
9171 msgid "Bad value '%s' in environment '%s'"
9172 msgstr ""
9173
9174 #: builtin/merge.c:1038
9175 #, c-format
9176 msgid "could not close '%s'"
9177 msgstr ""
9178
9179 #: builtin/merge.c:1065
9180 #, c-format
9181 msgid "not something we can merge in %s: %s"
9182 msgstr ""
9183
9184 #: builtin/merge.c:1099
9185 msgid "not something we can merge"
9186 msgstr ""
9187
9188 #: builtin/merge.c:1167
9189 msgid "--abort expects no arguments"
9190 msgstr ""
9191
9192 #: builtin/merge.c:1171
9193 msgid "There is no merge to abort (MERGE_HEAD missing)."
9194 msgstr ""
9195
9196 #: builtin/merge.c:1183
9197 msgid "--continue expects no arguments"
9198 msgstr ""
9199
9200 #: builtin/merge.c:1187
9201 msgid "There is no merge in progress (MERGE_HEAD missing)."
9202 msgstr ""
9203
9204 #: builtin/merge.c:1203
9205 msgid ""
9206 "You have not concluded your merge (MERGE_HEAD exists).\n"
9207 "Please, commit your changes before you merge."
9208 msgstr ""
9209
9210 #: builtin/merge.c:1210
9211 msgid ""
9212 "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
9213 "Please, commit your changes before you merge."
9214 msgstr ""
9215
9216 #: builtin/merge.c:1213
9217 msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
9218 msgstr ""
9219
9220 #: builtin/merge.c:1222
9221 msgid "You cannot combine --squash with --no-ff."
9222 msgstr ""
9223
9224 #: builtin/merge.c:1230
9225 msgid "No commit specified and merge.defaultToUpstream not set."
9226 msgstr ""
9227
9228 #: builtin/merge.c:1247
9229 msgid "Squash commit into empty head not supported yet"
9230 msgstr ""
9231
9232 #: builtin/merge.c:1249
9233 msgid "Non-fast-forward commit does not make sense into an empty head"
9234 msgstr ""
9235
9236 #: builtin/merge.c:1254
9237 #, c-format
9238 msgid "%s - not something we can merge"
9239 msgstr ""
9240
9241 #: builtin/merge.c:1256
9242 msgid "Can merge only exactly one commit into empty head"
9243 msgstr ""
9244
9245 #: builtin/merge.c:1312
9246 #, c-format
9247 msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
9248 msgstr ""
9249
9250 #: builtin/merge.c:1315
9251 #, c-format
9252 msgid "Commit %s has a bad GPG signature allegedly by %s."
9253 msgstr ""
9254
9255 #: builtin/merge.c:1318
9256 #, c-format
9257 msgid "Commit %s does not have a GPG signature."
9258 msgstr ""
9259
9260 #: builtin/merge.c:1321
9261 #, c-format
9262 msgid "Commit %s has a good GPG signature by %s\n"
9263 msgstr ""
9264
9265 #: builtin/merge.c:1383
9266 msgid "refusing to merge unrelated histories"
9267 msgstr ""
9268
9269 #: builtin/merge.c:1392
9270 msgid "Already up-to-date."
9271 msgstr ""
9272
9273 #: builtin/merge.c:1402
9274 #, c-format
9275 msgid "Updating %s..%s\n"
9276 msgstr ""
9277
9278 #: builtin/merge.c:1443
9279 #, c-format
9280 msgid "Trying really trivial in-index merge...\n"
9281 msgstr ""
9282
9283 #: builtin/merge.c:1450
9284 #, c-format
9285 msgid "Nope.\n"
9286 msgstr ""
9287
9288 #: builtin/merge.c:1475
9289 msgid "Already up-to-date. Yeeah!"
9290 msgstr ""
9291
9292 #: builtin/merge.c:1481
9293 msgid "Not possible to fast-forward, aborting."
9294 msgstr ""
9295
9296 #: builtin/merge.c:1504 builtin/merge.c:1583
9297 #, c-format
9298 msgid "Rewinding the tree to pristine...\n"
9299 msgstr ""
9300
9301 #: builtin/merge.c:1508
9302 #, c-format
9303 msgid "Trying merge strategy %s...\n"
9304 msgstr ""
9305
9306 #: builtin/merge.c:1574
9307 #, c-format
9308 msgid "No merge strategy handled the merge.\n"
9309 msgstr ""
9310
9311 #: builtin/merge.c:1576
9312 #, c-format
9313 msgid "Merge with strategy %s failed.\n"
9314 msgstr ""
9315
9316 #: builtin/merge.c:1585
9317 #, c-format
9318 msgid "Using the %s to prepare resolving by hand.\n"
9319 msgstr ""
9320
9321 #: builtin/merge.c:1597
9322 #, c-format
9323 msgid "Automatic merge went well; stopped before committing as requested\n"
9324 msgstr ""
9325
9326 #: builtin/merge-base.c:29
9327 msgid "git merge-base [-a | --all] <commit> <commit>..."
9328 msgstr ""
9329
9330 #: builtin/merge-base.c:30
9331 msgid "git merge-base [-a | --all] --octopus <commit>..."
9332 msgstr ""
9333
9334 #: builtin/merge-base.c:31
9335 msgid "git merge-base --independent <commit>..."
9336 msgstr ""
9337
9338 #: builtin/merge-base.c:32
9339 msgid "git merge-base --is-ancestor <commit> <commit>"
9340 msgstr ""
9341
9342 #: builtin/merge-base.c:33
9343 msgid "git merge-base --fork-point <ref> [<commit>]"
9344 msgstr ""
9345
9346 #: builtin/merge-base.c:217
9347 msgid "output all common ancestors"
9348 msgstr ""
9349
9350 #: builtin/merge-base.c:219
9351 msgid "find ancestors for a single n-way merge"
9352 msgstr ""
9353
9354 #: builtin/merge-base.c:221
9355 msgid "list revs not reachable from others"
9356 msgstr ""
9357
9358 #: builtin/merge-base.c:223
9359 msgid "is the first one ancestor of the other?"
9360 msgstr ""
9361
9362 #: builtin/merge-base.c:225
9363 msgid "find where <commit> forked from reflog of <ref>"
9364 msgstr ""
9365
9366 #: builtin/merge-file.c:8
9367 msgid ""
9368 "git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
9369 "<orig-file> <file2>"
9370 msgstr ""
9371
9372 #: builtin/merge-file.c:33
9373 msgid "send results to standard output"
9374 msgstr ""
9375
9376 #: builtin/merge-file.c:34
9377 msgid "use a diff3 based merge"
9378 msgstr ""
9379
9380 #: builtin/merge-file.c:35
9381 msgid "for conflicts, use our version"
9382 msgstr ""
9383
9384 #: builtin/merge-file.c:37
9385 msgid "for conflicts, use their version"
9386 msgstr ""
9387
9388 #: builtin/merge-file.c:39
9389 msgid "for conflicts, use a union version"
9390 msgstr ""
9391
9392 #: builtin/merge-file.c:42
9393 msgid "for conflicts, use this marker size"
9394 msgstr ""
9395
9396 #: builtin/merge-file.c:43
9397 msgid "do not warn about conflicts"
9398 msgstr ""
9399
9400 #: builtin/merge-file.c:45
9401 msgid "set labels for file1/orig-file/file2"
9402 msgstr ""
9403
9404 #: builtin/merge-recursive.c:45
9405 #, c-format
9406 msgid "unknown option %s"
9407 msgstr ""
9408
9409 #: builtin/merge-recursive.c:51
9410 #, c-format
9411 msgid "could not parse object '%s'"
9412 msgstr ""
9413
9414 #: builtin/merge-recursive.c:55
9415 #, c-format
9416 msgid "cannot handle more than %d base. Ignoring %s."
9417 msgid_plural "cannot handle more than %d bases. Ignoring %s."
9418 msgstr[0] ""
9419 msgstr[1] ""
9420
9421 #: builtin/merge-recursive.c:63
9422 msgid "not handling anything other than two heads merge."
9423 msgstr ""
9424
9425 #: builtin/merge-recursive.c:69 builtin/merge-recursive.c:71
9426 #, c-format
9427 msgid "could not resolve ref '%s'"
9428 msgstr ""
9429
9430 #: builtin/merge-recursive.c:77
9431 #, c-format
9432 msgid "Merging %s with %s\n"
9433 msgstr ""
9434
9435 #: builtin/mktree.c:65
9436 msgid "git mktree [-z] [--missing] [--batch]"
9437 msgstr ""
9438
9439 #: builtin/mktree.c:152
9440 msgid "input is NUL terminated"
9441 msgstr ""
9442
9443 #: builtin/mktree.c:153 builtin/write-tree.c:24
9444 msgid "allow missing objects"
9445 msgstr ""
9446
9447 #: builtin/mktree.c:154
9448 msgid "allow creation of more than one tree"
9449 msgstr ""
9450
9451 #: builtin/mv.c:16
9452 msgid "git mv [<options>] <source>... <destination>"
9453 msgstr ""
9454
9455 #: builtin/mv.c:82
9456 #, c-format
9457 msgid "Directory %s is in index and no submodule?"
9458 msgstr ""
9459
9460 #: builtin/mv.c:84 builtin/rm.c:290
9461 msgid "Please stage your changes to .gitmodules or stash them to proceed"
9462 msgstr ""
9463
9464 #: builtin/mv.c:102
9465 #, c-format
9466 msgid "%.*s is in index"
9467 msgstr ""
9468
9469 #: builtin/mv.c:124
9470 msgid "force move/rename even if target exists"
9471 msgstr ""
9472
9473 #: builtin/mv.c:125
9474 msgid "skip move/rename errors"
9475 msgstr ""
9476
9477 #: builtin/mv.c:167
9478 #, c-format
9479 msgid "destination '%s' is not a directory"
9480 msgstr ""
9481
9482 #: builtin/mv.c:178
9483 #, c-format
9484 msgid "Checking rename of '%s' to '%s'\n"
9485 msgstr ""
9486
9487 #: builtin/mv.c:182
9488 msgid "bad source"
9489 msgstr ""
9490
9491 #: builtin/mv.c:185
9492 msgid "can not move directory into itself"
9493 msgstr ""
9494
9495 #: builtin/mv.c:188
9496 msgid "cannot move directory over file"
9497 msgstr ""
9498
9499 #: builtin/mv.c:197
9500 msgid "source directory is empty"
9501 msgstr ""
9502
9503 #: builtin/mv.c:222
9504 msgid "not under version control"
9505 msgstr ""
9506
9507 #: builtin/mv.c:225
9508 msgid "destination exists"
9509 msgstr ""
9510
9511 #: builtin/mv.c:233
9512 #, c-format
9513 msgid "overwriting '%s'"
9514 msgstr ""
9515
9516 #: builtin/mv.c:236
9517 msgid "Cannot overwrite"
9518 msgstr ""
9519
9520 #: builtin/mv.c:239
9521 msgid "multiple sources for the same target"
9522 msgstr ""
9523
9524 #: builtin/mv.c:241
9525 msgid "destination directory does not exist"
9526 msgstr ""
9527
9528 #: builtin/mv.c:248
9529 #, c-format
9530 msgid "%s, source=%s, destination=%s"
9531 msgstr ""
9532
9533 #: builtin/mv.c:269
9534 #, c-format
9535 msgid "Renaming %s to %s\n"
9536 msgstr ""
9537
9538 #: builtin/mv.c:275 builtin/remote.c:710 builtin/repack.c:384
9539 #, c-format
9540 msgid "renaming '%s' failed"
9541 msgstr ""
9542
9543 #: builtin/name-rev.c:257
9544 msgid "git name-rev [<options>] <commit>..."
9545 msgstr ""
9546
9547 #: builtin/name-rev.c:258
9548 msgid "git name-rev [<options>] --all"
9549 msgstr ""
9550
9551 #: builtin/name-rev.c:259
9552 msgid "git name-rev [<options>] --stdin"
9553 msgstr ""
9554
9555 #: builtin/name-rev.c:311
9556 msgid "print only names (no SHA-1)"
9557 msgstr ""
9558
9559 #: builtin/name-rev.c:312
9560 msgid "only use tags to name the commits"
9561 msgstr ""
9562
9563 #: builtin/name-rev.c:314
9564 msgid "only use refs matching <pattern>"
9565 msgstr ""
9566
9567 #: builtin/name-rev.c:316
9568 msgid "list all commits reachable from all refs"
9569 msgstr ""
9570
9571 #: builtin/name-rev.c:317
9572 msgid "read from stdin"
9573 msgstr ""
9574
9575 #: builtin/name-rev.c:318
9576 msgid "allow to print `undefined` names (default)"
9577 msgstr ""
9578
9579 #: builtin/name-rev.c:324
9580 msgid "dereference tags in the input (internal use)"
9581 msgstr ""
9582
9583 #: builtin/notes.c:25
9584 msgid "git notes [--ref <notes-ref>] [list [<object>]]"
9585 msgstr ""
9586
9587 #: builtin/notes.c:26
9588 msgid ""
9589 "git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
9590 "| (-c | -C) <object>] [<object>]"
9591 msgstr ""
9592
9593 #: builtin/notes.c:27
9594 msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
9595 msgstr ""
9596
9597 #: builtin/notes.c:28
9598 msgid ""
9599 "git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
9600 "(-c | -C) <object>] [<object>]"
9601 msgstr ""
9602
9603 #: builtin/notes.c:29
9604 msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
9605 msgstr ""
9606
9607 #: builtin/notes.c:30
9608 msgid "git notes [--ref <notes-ref>] show [<object>]"
9609 msgstr ""
9610
9611 #: builtin/notes.c:31
9612 msgid ""
9613 "git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
9614 msgstr ""
9615
9616 #: builtin/notes.c:32
9617 msgid "git notes merge --commit [-v | -q]"
9618 msgstr ""
9619
9620 #: builtin/notes.c:33
9621 msgid "git notes merge --abort [-v | -q]"
9622 msgstr ""
9623
9624 #: builtin/notes.c:34
9625 msgid "git notes [--ref <notes-ref>] remove [<object>...]"
9626 msgstr ""
9627
9628 #: builtin/notes.c:35
9629 msgid "git notes [--ref <notes-ref>] prune [-n | -v]"
9630 msgstr ""
9631
9632 #: builtin/notes.c:36
9633 msgid "git notes [--ref <notes-ref>] get-ref"
9634 msgstr ""
9635
9636 #: builtin/notes.c:41
9637 msgid "git notes [list [<object>]]"
9638 msgstr ""
9639
9640 #: builtin/notes.c:46
9641 msgid "git notes add [<options>] [<object>]"
9642 msgstr ""
9643
9644 #: builtin/notes.c:51
9645 msgid "git notes copy [<options>] <from-object> <to-object>"
9646 msgstr ""
9647
9648 #: builtin/notes.c:52
9649 msgid "git notes copy --stdin [<from-object> <to-object>]..."
9650 msgstr ""
9651
9652 #: builtin/notes.c:57
9653 msgid "git notes append [<options>] [<object>]"
9654 msgstr ""
9655
9656 #: builtin/notes.c:62
9657 msgid "git notes edit [<object>]"
9658 msgstr ""
9659
9660 #: builtin/notes.c:67
9661 msgid "git notes show [<object>]"
9662 msgstr ""
9663
9664 #: builtin/notes.c:72
9665 msgid "git notes merge [<options>] <notes-ref>"
9666 msgstr ""
9667
9668 #: builtin/notes.c:73
9669 msgid "git notes merge --commit [<options>]"
9670 msgstr ""
9671
9672 #: builtin/notes.c:74
9673 msgid "git notes merge --abort [<options>]"
9674 msgstr ""
9675
9676 #: builtin/notes.c:79
9677 msgid "git notes remove [<object>]"
9678 msgstr ""
9679
9680 #: builtin/notes.c:84
9681 msgid "git notes prune [<options>]"
9682 msgstr ""
9683
9684 #: builtin/notes.c:89
9685 msgid "git notes get-ref"
9686 msgstr ""
9687
9688 #: builtin/notes.c:94
9689 msgid "Write/edit the notes for the following object:"
9690 msgstr ""
9691
9692 #: builtin/notes.c:147
9693 #, c-format
9694 msgid "unable to start 'show' for object '%s'"
9695 msgstr ""
9696
9697 #: builtin/notes.c:151
9698 msgid "could not read 'show' output"
9699 msgstr ""
9700
9701 #: builtin/notes.c:159
9702 #, c-format
9703 msgid "failed to finish 'show' for object '%s'"
9704 msgstr ""
9705
9706 #: builtin/notes.c:194
9707 msgid "please supply the note contents using either -m or -F option"
9708 msgstr ""
9709
9710 #: builtin/notes.c:203
9711 msgid "unable to write note object"
9712 msgstr ""
9713
9714 #: builtin/notes.c:205
9715 #, c-format
9716 msgid "the note contents have been left in %s"
9717 msgstr ""
9718
9719 #: builtin/notes.c:233 builtin/tag.c:460
9720 #, c-format
9721 msgid "cannot read '%s'"
9722 msgstr ""
9723
9724 #: builtin/notes.c:235 builtin/tag.c:463
9725 #, c-format
9726 msgid "could not open or read '%s'"
9727 msgstr ""
9728
9729 #: builtin/notes.c:254 builtin/notes.c:305 builtin/notes.c:307
9730 #: builtin/notes.c:372 builtin/notes.c:427 builtin/notes.c:513
9731 #: builtin/notes.c:518 builtin/notes.c:596 builtin/notes.c:659
9732 #, c-format
9733 msgid "failed to resolve '%s' as a valid ref."
9734 msgstr ""
9735
9736 #: builtin/notes.c:257
9737 #, c-format
9738 msgid "failed to read object '%s'."
9739 msgstr ""
9740
9741 #: builtin/notes.c:261
9742 #, c-format
9743 msgid "cannot read note data from non-blob object '%s'."
9744 msgstr ""
9745
9746 #: builtin/notes.c:301
9747 #, c-format
9748 msgid "malformed input line: '%s'."
9749 msgstr ""
9750
9751 #: builtin/notes.c:316
9752 #, c-format
9753 msgid "failed to copy notes from '%s' to '%s'"
9754 msgstr ""
9755
9756 #. TRANSLATORS: the first %s will be replaced by a
9757 #. git notes command: 'add', 'merge', 'remove', etc.
9758 #: builtin/notes.c:345
9759 #, c-format
9760 msgid "refusing to %s notes in %s (outside of refs/notes/)"
9761 msgstr ""
9762
9763 #: builtin/notes.c:365 builtin/notes.c:420 builtin/notes.c:496
9764 #: builtin/notes.c:508 builtin/notes.c:584 builtin/notes.c:652
9765 #: builtin/notes.c:802 builtin/notes.c:949 builtin/notes.c:970
9766 msgid "too many parameters"
9767 msgstr ""
9768
9769 #: builtin/notes.c:378 builtin/notes.c:665
9770 #, c-format
9771 msgid "no note found for object %s."
9772 msgstr ""
9773
9774 #: builtin/notes.c:399 builtin/notes.c:562
9775 msgid "note contents as a string"
9776 msgstr ""
9777
9778 #: builtin/notes.c:402 builtin/notes.c:565
9779 msgid "note contents in a file"
9780 msgstr ""
9781
9782 #: builtin/notes.c:405 builtin/notes.c:568
9783 msgid "reuse and edit specified note object"
9784 msgstr ""
9785
9786 #: builtin/notes.c:408 builtin/notes.c:571
9787 msgid "reuse specified note object"
9788 msgstr ""
9789
9790 #: builtin/notes.c:411 builtin/notes.c:574
9791 msgid "allow storing empty note"
9792 msgstr ""
9793
9794 #: builtin/notes.c:412 builtin/notes.c:483
9795 msgid "replace existing notes"
9796 msgstr ""
9797
9798 #: builtin/notes.c:437
9799 #, c-format
9800 msgid ""
9801 "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
9802 "existing notes"
9803 msgstr ""
9804
9805 #: builtin/notes.c:452 builtin/notes.c:531
9806 #, c-format
9807 msgid "Overwriting existing notes for object %s\n"
9808 msgstr ""
9809
9810 #: builtin/notes.c:463 builtin/notes.c:624 builtin/notes.c:889
9811 #, c-format
9812 msgid "Removing note for object %s\n"
9813 msgstr ""
9814
9815 #: builtin/notes.c:484
9816 msgid "read objects from stdin"
9817 msgstr ""
9818
9819 #: builtin/notes.c:486
9820 msgid "load rewriting config for <command> (implies --stdin)"
9821 msgstr ""
9822
9823 #: builtin/notes.c:504
9824 msgid "too few parameters"
9825 msgstr ""
9826
9827 #: builtin/notes.c:525
9828 #, c-format
9829 msgid ""
9830 "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
9831 "existing notes"
9832 msgstr ""
9833
9834 #: builtin/notes.c:537
9835 #, c-format
9836 msgid "missing notes on source object %s. Cannot copy."
9837 msgstr ""
9838
9839 #: builtin/notes.c:589
9840 #, c-format
9841 msgid ""
9842 "The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
9843 "Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
9844 msgstr ""
9845
9846 #: builtin/notes.c:685
9847 msgid "failed to delete ref NOTES_MERGE_PARTIAL"
9848 msgstr ""
9849
9850 #: builtin/notes.c:687
9851 msgid "failed to delete ref NOTES_MERGE_REF"
9852 msgstr ""
9853
9854 #: builtin/notes.c:689
9855 msgid "failed to remove 'git notes merge' worktree"
9856 msgstr ""
9857
9858 #: builtin/notes.c:709
9859 msgid "failed to read ref NOTES_MERGE_PARTIAL"
9860 msgstr ""
9861
9862 #: builtin/notes.c:711
9863 msgid "could not find commit from NOTES_MERGE_PARTIAL."
9864 msgstr ""
9865
9866 #: builtin/notes.c:713
9867 msgid "could not parse commit from NOTES_MERGE_PARTIAL."
9868 msgstr ""
9869
9870 #: builtin/notes.c:726
9871 msgid "failed to resolve NOTES_MERGE_REF"
9872 msgstr ""
9873
9874 #: builtin/notes.c:729
9875 msgid "failed to finalize notes merge"
9876 msgstr ""
9877
9878 #: builtin/notes.c:755
9879 #, c-format
9880 msgid "unknown notes merge strategy %s"
9881 msgstr ""
9882
9883 #: builtin/notes.c:771
9884 msgid "General options"
9885 msgstr ""
9886
9887 #: builtin/notes.c:773
9888 msgid "Merge options"
9889 msgstr ""
9890
9891 #: builtin/notes.c:775
9892 msgid ""
9893 "resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
9894 "cat_sort_uniq)"
9895 msgstr ""
9896
9897 #: builtin/notes.c:777
9898 msgid "Committing unmerged notes"
9899 msgstr ""
9900
9901 #: builtin/notes.c:779
9902 msgid "finalize notes merge by committing unmerged notes"
9903 msgstr ""
9904
9905 #: builtin/notes.c:781
9906 msgid "Aborting notes merge resolution"
9907 msgstr ""
9908
9909 #: builtin/notes.c:783
9910 msgid "abort notes merge"
9911 msgstr ""
9912
9913 #: builtin/notes.c:794
9914 msgid "cannot mix --commit, --abort or -s/--strategy"
9915 msgstr ""
9916
9917 #: builtin/notes.c:799
9918 msgid "must specify a notes ref to merge"
9919 msgstr ""
9920
9921 #: builtin/notes.c:823
9922 #, c-format
9923 msgid "unknown -s/--strategy: %s"
9924 msgstr ""
9925
9926 #: builtin/notes.c:860
9927 #, c-format
9928 msgid "a notes merge into %s is already in-progress at %s"
9929 msgstr ""
9930
9931 #: builtin/notes.c:863
9932 #, c-format
9933 msgid "failed to store link to current notes ref (%s)"
9934 msgstr ""
9935
9936 #: builtin/notes.c:865
9937 #, c-format
9938 msgid ""
9939 "Automatic notes merge failed. Fix conflicts in %s and commit the result with "
9940 "'git notes merge --commit', or abort the merge with 'git notes merge --"
9941 "abort'.\n"
9942 msgstr ""
9943
9944 #: builtin/notes.c:887
9945 #, c-format
9946 msgid "Object %s has no note\n"
9947 msgstr ""
9948
9949 #: builtin/notes.c:899
9950 msgid "attempt to remove non-existent note is not an error"
9951 msgstr ""
9952
9953 #: builtin/notes.c:902
9954 msgid "read object names from the standard input"
9955 msgstr ""
9956
9957 #: builtin/notes.c:940 builtin/prune.c:105 builtin/worktree.c:127
9958 msgid "do not remove, show only"
9959 msgstr ""
9960
9961 #: builtin/notes.c:941
9962 msgid "report pruned notes"
9963 msgstr ""
9964
9965 #: builtin/notes.c:983
9966 msgid "notes-ref"
9967 msgstr ""
9968
9969 #: builtin/notes.c:984
9970 msgid "use notes from <notes-ref>"
9971 msgstr ""
9972
9973 #: builtin/notes.c:1019
9974 #, c-format
9975 msgid "unknown subcommand: %s"
9976 msgstr ""
9977
9978 #: builtin/pack-objects.c:29
9979 msgid ""
9980 "git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
9981 msgstr ""
9982
9983 #: builtin/pack-objects.c:30
9984 msgid ""
9985 "git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
9986 msgstr ""
9987
9988 #: builtin/pack-objects.c:177 builtin/pack-objects.c:180
9989 #, c-format
9990 msgid "deflate error (%d)"
9991 msgstr ""
9992
9993 #: builtin/pack-objects.c:766
9994 msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
9995 msgstr ""
9996
9997 #: builtin/pack-objects.c:779
9998 msgid "Writing objects"
9999 msgstr ""
10000
10001 #: builtin/pack-objects.c:1068
10002 msgid "disabling bitmap writing, as some objects are not being packed"
10003 msgstr ""
10004
10005 #: builtin/pack-objects.c:2344
10006 msgid "Compressing objects"
10007 msgstr ""
10008
10009 #: builtin/pack-objects.c:2747
10010 #, c-format
10011 msgid "unsupported index version %s"
10012 msgstr ""
10013
10014 #: builtin/pack-objects.c:2751
10015 #, c-format
10016 msgid "bad index version '%s'"
10017 msgstr ""
10018
10019 #: builtin/pack-objects.c:2781
10020 msgid "do not show progress meter"
10021 msgstr ""
10022
10023 #: builtin/pack-objects.c:2783
10024 msgid "show progress meter"
10025 msgstr ""
10026
10027 #: builtin/pack-objects.c:2785
10028 msgid "show progress meter during object writing phase"
10029 msgstr ""
10030
10031 #: builtin/pack-objects.c:2788
10032 msgid "similar to --all-progress when progress meter is shown"
10033 msgstr ""
10034
10035 #: builtin/pack-objects.c:2789
10036 msgid "version[,offset]"
10037 msgstr ""
10038
10039 #: builtin/pack-objects.c:2790
10040 msgid "write the pack index file in the specified idx format version"
10041 msgstr ""
10042
10043 #: builtin/pack-objects.c:2793
10044 msgid "maximum size of each output pack file"
10045 msgstr ""
10046
10047 #: builtin/pack-objects.c:2795
10048 msgid "ignore borrowed objects from alternate object store"
10049 msgstr ""
10050
10051 #: builtin/pack-objects.c:2797
10052 msgid "ignore packed objects"
10053 msgstr ""
10054
10055 #: builtin/pack-objects.c:2799
10056 msgid "limit pack window by objects"
10057 msgstr ""
10058
10059 #: builtin/pack-objects.c:2801
10060 msgid "limit pack window by memory in addition to object limit"
10061 msgstr ""
10062
10063 #: builtin/pack-objects.c:2803
10064 msgid "maximum length of delta chain allowed in the resulting pack"
10065 msgstr ""
10066
10067 #: builtin/pack-objects.c:2805
10068 msgid "reuse existing deltas"
10069 msgstr ""
10070
10071 #: builtin/pack-objects.c:2807
10072 msgid "reuse existing objects"
10073 msgstr ""
10074
10075 #: builtin/pack-objects.c:2809
10076 msgid "use OFS_DELTA objects"
10077 msgstr ""
10078
10079 #: builtin/pack-objects.c:2811
10080 msgid "use threads when searching for best delta matches"
10081 msgstr ""
10082
10083 #: builtin/pack-objects.c:2813
10084 msgid "do not create an empty pack output"
10085 msgstr ""
10086
10087 #: builtin/pack-objects.c:2815
10088 msgid "read revision arguments from standard input"
10089 msgstr ""
10090
10091 #: builtin/pack-objects.c:2817
10092 msgid "limit the objects to those that are not yet packed"
10093 msgstr ""
10094
10095 #: builtin/pack-objects.c:2820
10096 msgid "include objects reachable from any reference"
10097 msgstr ""
10098
10099 #: builtin/pack-objects.c:2823
10100 msgid "include objects referred by reflog entries"
10101 msgstr ""
10102
10103 #: builtin/pack-objects.c:2826
10104 msgid "include objects referred to by the index"
10105 msgstr ""
10106
10107 #: builtin/pack-objects.c:2829
10108 msgid "output pack to stdout"
10109 msgstr ""
10110
10111 #: builtin/pack-objects.c:2831
10112 msgid "include tag objects that refer to objects to be packed"
10113 msgstr ""
10114
10115 #: builtin/pack-objects.c:2833
10116 msgid "keep unreachable objects"
10117 msgstr ""
10118
10119 #: builtin/pack-objects.c:2835
10120 msgid "pack loose unreachable objects"
10121 msgstr ""
10122
10123 #: builtin/pack-objects.c:2837
10124 msgid "unpack unreachable objects newer than <time>"
10125 msgstr ""
10126
10127 #: builtin/pack-objects.c:2840
10128 msgid "create thin packs"
10129 msgstr ""
10130
10131 #: builtin/pack-objects.c:2842
10132 msgid "create packs suitable for shallow fetches"
10133 msgstr ""
10134
10135 #: builtin/pack-objects.c:2844
10136 msgid "ignore packs that have companion .keep file"
10137 msgstr ""
10138
10139 #: builtin/pack-objects.c:2846
10140 msgid "pack compression level"
10141 msgstr ""
10142
10143 #: builtin/pack-objects.c:2848
10144 msgid "do not hide commits by grafts"
10145 msgstr ""
10146
10147 #: builtin/pack-objects.c:2850
10148 msgid "use a bitmap index if available to speed up counting objects"
10149 msgstr ""
10150
10151 #: builtin/pack-objects.c:2852
10152 msgid "write a bitmap index together with the pack index"
10153 msgstr ""
10154
10155 #: builtin/pack-objects.c:2979
10156 msgid "Counting objects"
10157 msgstr ""
10158
10159 #: builtin/pack-refs.c:6
10160 msgid "git pack-refs [<options>]"
10161 msgstr ""
10162
10163 #: builtin/pack-refs.c:14
10164 msgid "pack everything"
10165 msgstr ""
10166
10167 #: builtin/pack-refs.c:15
10168 msgid "prune loose refs (default)"
10169 msgstr ""
10170
10171 #: builtin/prune-packed.c:7
10172 msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
10173 msgstr ""
10174
10175 #: builtin/prune-packed.c:40
10176 msgid "Removing duplicate objects"
10177 msgstr ""
10178
10179 #: builtin/prune.c:11
10180 msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"
10181 msgstr ""
10182
10183 #: builtin/prune.c:106
10184 msgid "report pruned objects"
10185 msgstr ""
10186
10187 #: builtin/prune.c:109
10188 msgid "expire objects older than <time>"
10189 msgstr ""
10190
10191 #: builtin/prune.c:123
10192 msgid "cannot prune in a precious-objects repo"
10193 msgstr ""
10194
10195 #: builtin/pull.c:51 builtin/pull.c:53
10196 #, c-format
10197 msgid "Invalid value for %s: %s"
10198 msgstr ""
10199
10200 #: builtin/pull.c:73
10201 msgid "git pull [<options>] [<repository> [<refspec>...]]"
10202 msgstr ""
10203
10204 #: builtin/pull.c:121
10205 msgid "Options related to merging"
10206 msgstr ""
10207
10208 #: builtin/pull.c:124
10209 msgid "incorporate changes by rebasing rather than merging"
10210 msgstr ""
10211
10212 #: builtin/pull.c:148 builtin/revert.c:101
10213 msgid "allow fast-forward"
10214 msgstr ""
10215
10216 #: builtin/pull.c:157
10217 msgid "automatically stash/stash pop before and after rebase"
10218 msgstr ""
10219
10220 #: builtin/pull.c:173
10221 msgid "Options related to fetching"
10222 msgstr ""
10223
10224 #: builtin/pull.c:195
10225 msgid "number of submodules pulled in parallel"
10226 msgstr ""
10227
10228 #: builtin/pull.c:284
10229 #, c-format
10230 msgid "Invalid value for pull.ff: %s"
10231 msgstr ""
10232
10233 #: builtin/pull.c:397
10234 msgid ""
10235 "There is no candidate for rebasing against among the refs that you just "
10236 "fetched."
10237 msgstr ""
10238
10239 #: builtin/pull.c:399
10240 msgid ""
10241 "There are no candidates for merging among the refs that you just fetched."
10242 msgstr ""
10243
10244 #: builtin/pull.c:400
10245 msgid ""
10246 "Generally this means that you provided a wildcard refspec which had no\n"
10247 "matches on the remote end."
10248 msgstr ""
10249
10250 #: builtin/pull.c:403
10251 #, c-format
10252 msgid ""
10253 "You asked to pull from the remote '%s', but did not specify\n"
10254 "a branch. Because this is not the default configured remote\n"
10255 "for your current branch, you must specify a branch on the command line."
10256 msgstr ""
10257
10258 #: builtin/pull.c:408 git-parse-remote.sh:73
10259 msgid "You are not currently on a branch."
10260 msgstr ""
10261
10262 #: builtin/pull.c:410 builtin/pull.c:425 git-parse-remote.sh:79
10263 msgid "Please specify which branch you want to rebase against."
10264 msgstr ""
10265
10266 #: builtin/pull.c:412 builtin/pull.c:427 git-parse-remote.sh:82
10267 msgid "Please specify which branch you want to merge with."
10268 msgstr ""
10269
10270 #: builtin/pull.c:413 builtin/pull.c:428
10271 msgid "See git-pull(1) for details."
10272 msgstr ""
10273
10274 #: builtin/pull.c:415 builtin/pull.c:421 builtin/pull.c:430
10275 #: git-parse-remote.sh:64
10276 msgid "<remote>"
10277 msgstr ""
10278
10279 #: builtin/pull.c:415 builtin/pull.c:430 builtin/pull.c:435 git-rebase.sh:455
10280 #: git-parse-remote.sh:65
10281 msgid "<branch>"
10282 msgstr ""
10283
10284 #: builtin/pull.c:423 git-parse-remote.sh:75
10285 msgid "There is no tracking information for the current branch."
10286 msgstr ""
10287
10288 #: builtin/pull.c:432 git-parse-remote.sh:95
10289 msgid ""
10290 "If you wish to set tracking information for this branch you can do so with:"
10291 msgstr ""
10292
10293 #: builtin/pull.c:437
10294 #, c-format
10295 msgid ""
10296 "Your configuration specifies to merge with the ref '%s'\n"
10297 "from the remote, but no such ref was fetched."
10298 msgstr ""
10299
10300 #: builtin/pull.c:754
10301 msgid "ignoring --verify-signatures for rebase"
10302 msgstr ""
10303
10304 #: builtin/pull.c:801
10305 msgid "--[no-]autostash option is only valid with --rebase."
10306 msgstr ""
10307
10308 #: builtin/pull.c:809
10309 msgid "Updating an unborn branch with changes added to the index."
10310 msgstr ""
10311
10312 #: builtin/pull.c:812
10313 msgid "pull with rebase"
10314 msgstr ""
10315
10316 #: builtin/pull.c:813
10317 msgid "please commit or stash them."
10318 msgstr ""
10319
10320 #: builtin/pull.c:838
10321 #, c-format
10322 msgid ""
10323 "fetch updated the current branch head.\n"
10324 "fast-forwarding your working tree from\n"
10325 "commit %s."
10326 msgstr ""
10327
10328 #: builtin/pull.c:843
10329 #, c-format
10330 msgid ""
10331 "Cannot fast-forward your working tree.\n"
10332 "After making sure that you saved anything precious from\n"
10333 "$ git diff %s\n"
10334 "output, run\n"
10335 "$ git reset --hard\n"
10336 "to recover."
10337 msgstr ""
10338
10339 #: builtin/pull.c:858
10340 msgid "Cannot merge multiple branches into empty head."
10341 msgstr ""
10342
10343 #: builtin/pull.c:862
10344 msgid "Cannot rebase onto multiple branches."
10345 msgstr ""
10346
10347 #: builtin/push.c:16
10348 msgid "git push [<options>] [<repository> [<refspec>...]]"
10349 msgstr ""
10350
10351 #: builtin/push.c:89
10352 msgid "tag shorthand without <tag>"
10353 msgstr ""
10354
10355 #: builtin/push.c:99
10356 msgid "--delete only accepts plain target ref names"
10357 msgstr ""
10358
10359 #: builtin/push.c:143
10360 msgid ""
10361 "\n"
10362 "To choose either option permanently, see push.default in 'git help config'."
10363 msgstr ""
10364
10365 #: builtin/push.c:146
10366 #, c-format
10367 msgid ""
10368 "The upstream branch of your current branch does not match\n"
10369 "the name of your current branch.  To push to the upstream branch\n"
10370 "on the remote, use\n"
10371 "\n"
10372 "    git push %s HEAD:%s\n"
10373 "\n"
10374 "To push to the branch of the same name on the remote, use\n"
10375 "\n"
10376 "    git push %s %s\n"
10377 "%s"
10378 msgstr ""
10379
10380 #: builtin/push.c:161
10381 #, c-format
10382 msgid ""
10383 "You are not currently on a branch.\n"
10384 "To push the history leading to the current (detached HEAD)\n"
10385 "state now, use\n"
10386 "\n"
10387 "    git push %s HEAD:<name-of-remote-branch>\n"
10388 msgstr ""
10389
10390 #: builtin/push.c:175
10391 #, c-format
10392 msgid ""
10393 "The current branch %s has no upstream branch.\n"
10394 "To push the current branch and set the remote as upstream, use\n"
10395 "\n"
10396 "    git push --set-upstream %s %s\n"
10397 msgstr ""
10398
10399 #: builtin/push.c:183
10400 #, c-format
10401 msgid "The current branch %s has multiple upstream branches, refusing to push."
10402 msgstr ""
10403
10404 #: builtin/push.c:186
10405 #, c-format
10406 msgid ""
10407 "You are pushing to remote '%s', which is not the upstream of\n"
10408 "your current branch '%s', without telling me what to push\n"
10409 "to update which remote branch."
10410 msgstr ""
10411
10412 #: builtin/push.c:245
10413 msgid ""
10414 "You didn't specify any refspecs to push, and push.default is \"nothing\"."
10415 msgstr ""
10416
10417 #: builtin/push.c:252
10418 msgid ""
10419 "Updates were rejected because the tip of your current branch is behind\n"
10420 "its remote counterpart. Integrate the remote changes (e.g.\n"
10421 "'git pull ...') before pushing again.\n"
10422 "See the 'Note about fast-forwards' in 'git push --help' for details."
10423 msgstr ""
10424
10425 #: builtin/push.c:258
10426 msgid ""
10427 "Updates were rejected because a pushed branch tip is behind its remote\n"
10428 "counterpart. Check out this branch and integrate the remote changes\n"
10429 "(e.g. 'git pull ...') before pushing again.\n"
10430 "See the 'Note about fast-forwards' in 'git push --help' for details."
10431 msgstr ""
10432
10433 #: builtin/push.c:264
10434 msgid ""
10435 "Updates were rejected because the remote contains work that you do\n"
10436 "not have locally. This is usually caused by another repository pushing\n"
10437 "to the same ref. You may want to first integrate the remote changes\n"
10438 "(e.g., 'git pull ...') before pushing again.\n"
10439 "See the 'Note about fast-forwards' in 'git push --help' for details."
10440 msgstr ""
10441
10442 #: builtin/push.c:271
10443 msgid "Updates were rejected because the tag already exists in the remote."
10444 msgstr ""
10445
10446 #: builtin/push.c:274
10447 msgid ""
10448 "You cannot update a remote ref that points at a non-commit object,\n"
10449 "or update a remote ref to make it point at a non-commit object,\n"
10450 "without using the '--force' option.\n"
10451 msgstr ""
10452
10453 #: builtin/push.c:334
10454 #, c-format
10455 msgid "Pushing to %s\n"
10456 msgstr ""
10457
10458 #: builtin/push.c:338
10459 #, c-format
10460 msgid "failed to push some refs to '%s'"
10461 msgstr ""
10462
10463 #: builtin/push.c:369
10464 #, c-format
10465 msgid "bad repository '%s'"
10466 msgstr ""
10467
10468 #: builtin/push.c:370
10469 msgid ""
10470 "No configured push destination.\n"
10471 "Either specify the URL from the command-line or configure a remote "
10472 "repository using\n"
10473 "\n"
10474 "    git remote add <name> <url>\n"
10475 "\n"
10476 "and then push using the remote name\n"
10477 "\n"
10478 "    git push <name>\n"
10479 msgstr ""
10480
10481 #: builtin/push.c:388
10482 msgid "--all and --tags are incompatible"
10483 msgstr ""
10484
10485 #: builtin/push.c:389
10486 msgid "--all can't be combined with refspecs"
10487 msgstr ""
10488
10489 #: builtin/push.c:394
10490 msgid "--mirror and --tags are incompatible"
10491 msgstr ""
10492
10493 #: builtin/push.c:395
10494 msgid "--mirror can't be combined with refspecs"
10495 msgstr ""
10496
10497 #: builtin/push.c:400
10498 msgid "--all and --mirror are incompatible"
10499 msgstr ""
10500
10501 #: builtin/push.c:518
10502 msgid "repository"
10503 msgstr ""
10504
10505 #: builtin/push.c:519 builtin/send-pack.c:161
10506 msgid "push all refs"
10507 msgstr ""
10508
10509 #: builtin/push.c:520 builtin/send-pack.c:163
10510 msgid "mirror all refs"
10511 msgstr ""
10512
10513 #: builtin/push.c:522
10514 msgid "delete refs"
10515 msgstr ""
10516
10517 #: builtin/push.c:523
10518 msgid "push tags (can't be used with --all or --mirror)"
10519 msgstr ""
10520
10521 #: builtin/push.c:526 builtin/send-pack.c:164
10522 msgid "force updates"
10523 msgstr ""
10524
10525 #: builtin/push.c:528 builtin/send-pack.c:175
10526 msgid "refname>:<expect"
10527 msgstr ""
10528
10529 #: builtin/push.c:529 builtin/send-pack.c:176
10530 msgid "require old value of ref to be at this value"
10531 msgstr ""
10532
10533 #: builtin/push.c:532
10534 msgid "control recursive pushing of submodules"
10535 msgstr ""
10536
10537 #: builtin/push.c:534 builtin/send-pack.c:169
10538 msgid "use thin pack"
10539 msgstr ""
10540
10541 #: builtin/push.c:535 builtin/push.c:536 builtin/send-pack.c:158
10542 #: builtin/send-pack.c:159
10543 msgid "receive pack program"
10544 msgstr ""
10545
10546 #: builtin/push.c:537
10547 msgid "set upstream for git pull/status"
10548 msgstr ""
10549
10550 #: builtin/push.c:540
10551 msgid "prune locally removed refs"
10552 msgstr ""
10553
10554 #: builtin/push.c:542
10555 msgid "bypass pre-push hook"
10556 msgstr ""
10557
10558 #: builtin/push.c:543
10559 msgid "push missing but relevant tags"
10560 msgstr ""
10561
10562 #: builtin/push.c:546 builtin/send-pack.c:166
10563 msgid "GPG sign the push"
10564 msgstr ""
10565
10566 #: builtin/push.c:548 builtin/send-pack.c:170
10567 msgid "request atomic transaction on remote side"
10568 msgstr ""
10569
10570 #: builtin/push.c:549
10571 msgid "server-specific"
10572 msgstr ""
10573
10574 #: builtin/push.c:549
10575 msgid "option to transmit"
10576 msgstr ""
10577
10578 #: builtin/push.c:563
10579 msgid "--delete is incompatible with --all, --mirror and --tags"
10580 msgstr ""
10581
10582 #: builtin/push.c:565
10583 msgid "--delete doesn't make sense without any refs"
10584 msgstr ""
10585
10586 #: builtin/push.c:584
10587 msgid "push options must not have new line characters"
10588 msgstr ""
10589
10590 #: builtin/read-tree.c:37
10591 msgid ""
10592 "git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
10593 "[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
10594 "index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
10595 msgstr ""
10596
10597 #: builtin/read-tree.c:110
10598 msgid "write resulting index to <file>"
10599 msgstr ""
10600
10601 #: builtin/read-tree.c:113
10602 msgid "only empty the index"
10603 msgstr ""
10604
10605 #: builtin/read-tree.c:115
10606 msgid "Merging"
10607 msgstr ""
10608
10609 #: builtin/read-tree.c:117
10610 msgid "perform a merge in addition to a read"
10611 msgstr ""
10612
10613 #: builtin/read-tree.c:119
10614 msgid "3-way merge if no file level merging required"
10615 msgstr ""
10616
10617 #: builtin/read-tree.c:121
10618 msgid "3-way merge in presence of adds and removes"
10619 msgstr ""
10620
10621 #: builtin/read-tree.c:123
10622 msgid "same as -m, but discard unmerged entries"
10623 msgstr ""
10624
10625 #: builtin/read-tree.c:124
10626 msgid "<subdirectory>/"
10627 msgstr ""
10628
10629 #: builtin/read-tree.c:125
10630 msgid "read the tree into the index under <subdirectory>/"
10631 msgstr ""
10632
10633 #: builtin/read-tree.c:128
10634 msgid "update working tree with merge result"
10635 msgstr ""
10636
10637 #: builtin/read-tree.c:130
10638 msgid "gitignore"
10639 msgstr ""
10640
10641 #: builtin/read-tree.c:131
10642 msgid "allow explicitly ignored files to be overwritten"
10643 msgstr ""
10644
10645 #: builtin/read-tree.c:134
10646 msgid "don't check the working tree after merging"
10647 msgstr ""
10648
10649 #: builtin/read-tree.c:135
10650 msgid "don't update the index or the work tree"
10651 msgstr ""
10652
10653 #: builtin/read-tree.c:137
10654 msgid "skip applying sparse checkout filter"
10655 msgstr ""
10656
10657 #: builtin/read-tree.c:139
10658 msgid "debug unpack-trees"
10659 msgstr ""
10660
10661 #: builtin/receive-pack.c:26
10662 msgid "git receive-pack <git-dir>"
10663 msgstr ""
10664
10665 #: builtin/receive-pack.c:793
10666 msgid ""
10667 "By default, updating the current branch in a non-bare repository\n"
10668 "is denied, because it will make the index and work tree inconsistent\n"
10669 "with what you pushed, and will require 'git reset --hard' to match\n"
10670 "the work tree to HEAD.\n"
10671 "\n"
10672 "You can set the 'receive.denyCurrentBranch' configuration variable\n"
10673 "to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
10674 "its current branch; however, this is not recommended unless you\n"
10675 "arranged to update its work tree to match what you pushed in some\n"
10676 "other way.\n"
10677 "\n"
10678 "To squelch this message and still keep the default behaviour, set\n"
10679 "'receive.denyCurrentBranch' configuration variable to 'refuse'."
10680 msgstr ""
10681
10682 #: builtin/receive-pack.c:813
10683 msgid ""
10684 "By default, deleting the current branch is denied, because the next\n"
10685 "'git clone' won't result in any file checked out, causing confusion.\n"
10686 "\n"
10687 "You can set 'receive.denyDeleteCurrent' configuration variable to\n"
10688 "'warn' or 'ignore' in the remote repository to allow deleting the\n"
10689 "current branch, with or without a warning message.\n"
10690 "\n"
10691 "To squelch this message, you can set it to 'refuse'."
10692 msgstr ""
10693
10694 #: builtin/receive-pack.c:1883
10695 msgid "quiet"
10696 msgstr ""
10697
10698 #: builtin/receive-pack.c:1897
10699 msgid "You must specify a directory."
10700 msgstr ""
10701
10702 #: builtin/reflog.c:423
10703 #, c-format
10704 msgid "'%s' for '%s' is not a valid timestamp"
10705 msgstr ""
10706
10707 #: builtin/reflog.c:540 builtin/reflog.c:545
10708 #, c-format
10709 msgid "'%s' is not a valid timestamp"
10710 msgstr ""
10711
10712 #: builtin/remote.c:12
10713 msgid "git remote [-v | --verbose]"
10714 msgstr ""
10715
10716 #: builtin/remote.c:13
10717 msgid ""
10718 "git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
10719 "mirror=<fetch|push>] <name> <url>"
10720 msgstr ""
10721
10722 #: builtin/remote.c:14 builtin/remote.c:34
10723 msgid "git remote rename <old> <new>"
10724 msgstr ""
10725
10726 #: builtin/remote.c:15 builtin/remote.c:39
10727 msgid "git remote remove <name>"
10728 msgstr ""
10729
10730 #: builtin/remote.c:16 builtin/remote.c:44
10731 msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
10732 msgstr ""
10733
10734 #: builtin/remote.c:17
10735 msgid "git remote [-v | --verbose] show [-n] <name>"
10736 msgstr ""
10737
10738 #: builtin/remote.c:18
10739 msgid "git remote prune [-n | --dry-run] <name>"
10740 msgstr ""
10741
10742 #: builtin/remote.c:19
10743 msgid ""
10744 "git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
10745 msgstr ""
10746
10747 #: builtin/remote.c:20
10748 msgid "git remote set-branches [--add] <name> <branch>..."
10749 msgstr ""
10750
10751 #: builtin/remote.c:21 builtin/remote.c:70
10752 msgid "git remote get-url [--push] [--all] <name>"
10753 msgstr ""
10754
10755 #: builtin/remote.c:22 builtin/remote.c:75
10756 msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
10757 msgstr ""
10758
10759 #: builtin/remote.c:23 builtin/remote.c:76
10760 msgid "git remote set-url --add <name> <newurl>"
10761 msgstr ""
10762
10763 #: builtin/remote.c:24 builtin/remote.c:77
10764 msgid "git remote set-url --delete <name> <url>"
10765 msgstr ""
10766
10767 #: builtin/remote.c:29
10768 msgid "git remote add [<options>] <name> <url>"
10769 msgstr ""
10770
10771 #: builtin/remote.c:49
10772 msgid "git remote set-branches <name> <branch>..."
10773 msgstr ""
10774
10775 #: builtin/remote.c:50
10776 msgid "git remote set-branches --add <name> <branch>..."
10777 msgstr ""
10778
10779 #: builtin/remote.c:55
10780 msgid "git remote show [<options>] <name>"
10781 msgstr ""
10782
10783 #: builtin/remote.c:60
10784 msgid "git remote prune [<options>] <name>"
10785 msgstr ""
10786
10787 #: builtin/remote.c:65
10788 msgid "git remote update [<options>] [<group> | <remote>]..."
10789 msgstr ""
10790
10791 #: builtin/remote.c:94
10792 #, c-format
10793 msgid "Updating %s"
10794 msgstr ""
10795
10796 #: builtin/remote.c:126
10797 msgid ""
10798 "--mirror is dangerous and deprecated; please\n"
10799 "\t use --mirror=fetch or --mirror=push instead"
10800 msgstr ""
10801
10802 #: builtin/remote.c:143
10803 #, c-format
10804 msgid "unknown mirror argument: %s"
10805 msgstr ""
10806
10807 #: builtin/remote.c:159
10808 msgid "fetch the remote branches"
10809 msgstr ""
10810
10811 #: builtin/remote.c:161
10812 msgid "import all tags and associated objects when fetching"
10813 msgstr ""
10814
10815 #: builtin/remote.c:164
10816 msgid "or do not fetch any tag at all (--no-tags)"
10817 msgstr ""
10818
10819 #: builtin/remote.c:166
10820 msgid "branch(es) to track"
10821 msgstr ""
10822
10823 #: builtin/remote.c:167
10824 msgid "master branch"
10825 msgstr ""
10826
10827 #: builtin/remote.c:168
10828 msgid "push|fetch"
10829 msgstr ""
10830
10831 #: builtin/remote.c:169
10832 msgid "set up remote as a mirror to push to or fetch from"
10833 msgstr ""
10834
10835 #: builtin/remote.c:181
10836 msgid "specifying a master branch makes no sense with --mirror"
10837 msgstr ""
10838
10839 #: builtin/remote.c:183
10840 msgid "specifying branches to track makes sense only with fetch mirrors"
10841 msgstr ""
10842
10843 #: builtin/remote.c:190 builtin/remote.c:629
10844 #, c-format
10845 msgid "remote %s already exists."
10846 msgstr ""
10847
10848 #: builtin/remote.c:194 builtin/remote.c:633
10849 #, c-format
10850 msgid "'%s' is not a valid remote name"
10851 msgstr ""
10852
10853 #: builtin/remote.c:234
10854 #, c-format
10855 msgid "Could not setup master '%s'"
10856 msgstr ""
10857
10858 #: builtin/remote.c:336
10859 #, c-format
10860 msgid "Could not get fetch map for refspec %s"
10861 msgstr ""
10862
10863 #: builtin/remote.c:437 builtin/remote.c:445
10864 msgid "(matching)"
10865 msgstr ""
10866
10867 #: builtin/remote.c:449
10868 msgid "(delete)"
10869 msgstr ""
10870
10871 #: builtin/remote.c:622 builtin/remote.c:757 builtin/remote.c:854
10872 #, c-format
10873 msgid "No such remote: %s"
10874 msgstr ""
10875
10876 #: builtin/remote.c:639
10877 #, c-format
10878 msgid "Could not rename config section '%s' to '%s'"
10879 msgstr ""
10880
10881 #: builtin/remote.c:659
10882 #, c-format
10883 msgid ""
10884 "Not updating non-default fetch refspec\n"
10885 "\t%s\n"
10886 "\tPlease update the configuration manually if necessary."
10887 msgstr ""
10888
10889 #: builtin/remote.c:695
10890 #, c-format
10891 msgid "deleting '%s' failed"
10892 msgstr ""
10893
10894 #: builtin/remote.c:729
10895 #, c-format
10896 msgid "creating '%s' failed"
10897 msgstr ""
10898
10899 #: builtin/remote.c:792
10900 msgid ""
10901 "Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
10902 "to delete it, use:"
10903 msgid_plural ""
10904 "Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
10905 "to delete them, use:"
10906 msgstr[0] ""
10907 msgstr[1] ""
10908
10909 #: builtin/remote.c:806
10910 #, c-format
10911 msgid "Could not remove config section '%s'"
10912 msgstr ""
10913
10914 #: builtin/remote.c:907
10915 #, c-format
10916 msgid " new (next fetch will store in remotes/%s)"
10917 msgstr ""
10918
10919 #: builtin/remote.c:910
10920 msgid " tracked"
10921 msgstr ""
10922
10923 #: builtin/remote.c:912
10924 msgid " stale (use 'git remote prune' to remove)"
10925 msgstr ""
10926
10927 #: builtin/remote.c:914
10928 msgid " ???"
10929 msgstr ""
10930
10931 #: builtin/remote.c:955
10932 #, c-format
10933 msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
10934 msgstr ""
10935
10936 #: builtin/remote.c:963
10937 #, c-format
10938 msgid "rebases interactively onto remote %s"
10939 msgstr ""
10940
10941 #: builtin/remote.c:964
10942 #, c-format
10943 msgid "rebases onto remote %s"
10944 msgstr ""
10945
10946 #: builtin/remote.c:967
10947 #, c-format
10948 msgid " merges with remote %s"
10949 msgstr ""
10950
10951 #: builtin/remote.c:970
10952 #, c-format
10953 msgid "merges with remote %s"
10954 msgstr ""
10955
10956 #: builtin/remote.c:973
10957 #, c-format
10958 msgid "%-*s    and with remote %s\n"
10959 msgstr ""
10960
10961 #: builtin/remote.c:1016
10962 msgid "create"
10963 msgstr ""
10964
10965 #: builtin/remote.c:1019
10966 msgid "delete"
10967 msgstr ""
10968
10969 #: builtin/remote.c:1023
10970 msgid "up to date"
10971 msgstr ""
10972
10973 #: builtin/remote.c:1026
10974 msgid "fast-forwardable"
10975 msgstr ""
10976
10977 #: builtin/remote.c:1029
10978 msgid "local out of date"
10979 msgstr ""
10980
10981 #: builtin/remote.c:1036
10982 #, c-format
10983 msgid "    %-*s forces to %-*s (%s)"
10984 msgstr ""
10985
10986 #: builtin/remote.c:1039
10987 #, c-format
10988 msgid "    %-*s pushes to %-*s (%s)"
10989 msgstr ""
10990
10991 #: builtin/remote.c:1043
10992 #, c-format
10993 msgid "    %-*s forces to %s"
10994 msgstr ""
10995
10996 #: builtin/remote.c:1046
10997 #, c-format
10998 msgid "    %-*s pushes to %s"
10999 msgstr ""
11000
11001 #: builtin/remote.c:1114
11002 msgid "do not query remotes"
11003 msgstr ""
11004
11005 #: builtin/remote.c:1141
11006 #, c-format
11007 msgid "* remote %s"
11008 msgstr ""
11009
11010 #: builtin/remote.c:1142
11011 #, c-format
11012 msgid "  Fetch URL: %s"
11013 msgstr ""
11014
11015 #: builtin/remote.c:1143 builtin/remote.c:1156 builtin/remote.c:1295
11016 msgid "(no URL)"
11017 msgstr ""
11018
11019 #. TRANSLATORS: the colon ':' should align with
11020 #. the one in "  Fetch URL: %s" translation
11021 #: builtin/remote.c:1154 builtin/remote.c:1156
11022 #, c-format
11023 msgid "  Push  URL: %s"
11024 msgstr ""
11025
11026 #: builtin/remote.c:1158 builtin/remote.c:1160 builtin/remote.c:1162
11027 #, c-format
11028 msgid "  HEAD branch: %s"
11029 msgstr ""
11030
11031 #: builtin/remote.c:1158
11032 msgid "(not queried)"
11033 msgstr ""
11034
11035 #: builtin/remote.c:1160
11036 msgid "(unknown)"
11037 msgstr ""
11038
11039 #: builtin/remote.c:1164
11040 #, c-format
11041 msgid ""
11042 "  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
11043 msgstr ""
11044
11045 #: builtin/remote.c:1176
11046 #, c-format
11047 msgid "  Remote branch:%s"
11048 msgid_plural "  Remote branches:%s"
11049 msgstr[0] ""
11050 msgstr[1] ""
11051
11052 #: builtin/remote.c:1179 builtin/remote.c:1205
11053 msgid " (status not queried)"
11054 msgstr ""
11055
11056 #: builtin/remote.c:1188
11057 msgid "  Local branch configured for 'git pull':"
11058 msgid_plural "  Local branches configured for 'git pull':"
11059 msgstr[0] ""
11060 msgstr[1] ""
11061
11062 #: builtin/remote.c:1196
11063 msgid "  Local refs will be mirrored by 'git push'"
11064 msgstr ""
11065
11066 #: builtin/remote.c:1202
11067 #, c-format
11068 msgid "  Local ref configured for 'git push'%s:"
11069 msgid_plural "  Local refs configured for 'git push'%s:"
11070 msgstr[0] ""
11071 msgstr[1] ""
11072
11073 #: builtin/remote.c:1223
11074 msgid "set refs/remotes/<name>/HEAD according to remote"
11075 msgstr ""
11076
11077 #: builtin/remote.c:1225
11078 msgid "delete refs/remotes/<name>/HEAD"
11079 msgstr ""
11080
11081 #: builtin/remote.c:1240
11082 msgid "Cannot determine remote HEAD"
11083 msgstr ""
11084
11085 #: builtin/remote.c:1242
11086 msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
11087 msgstr ""
11088
11089 #: builtin/remote.c:1252
11090 #, c-format
11091 msgid "Could not delete %s"
11092 msgstr ""
11093
11094 #: builtin/remote.c:1260
11095 #, c-format
11096 msgid "Not a valid ref: %s"
11097 msgstr ""
11098
11099 #: builtin/remote.c:1262
11100 #, c-format
11101 msgid "Could not setup %s"
11102 msgstr ""
11103
11104 #: builtin/remote.c:1280
11105 #, c-format
11106 msgid " %s will become dangling!"
11107 msgstr ""
11108
11109 #: builtin/remote.c:1281
11110 #, c-format
11111 msgid " %s has become dangling!"
11112 msgstr ""
11113
11114 #: builtin/remote.c:1291
11115 #, c-format
11116 msgid "Pruning %s"
11117 msgstr ""
11118
11119 #: builtin/remote.c:1292
11120 #, c-format
11121 msgid "URL: %s"
11122 msgstr ""
11123
11124 #: builtin/remote.c:1308
11125 #, c-format
11126 msgid " * [would prune] %s"
11127 msgstr ""
11128
11129 #: builtin/remote.c:1311
11130 #, c-format
11131 msgid " * [pruned] %s"
11132 msgstr ""
11133
11134 #: builtin/remote.c:1356
11135 msgid "prune remotes after fetching"
11136 msgstr ""
11137
11138 #: builtin/remote.c:1419 builtin/remote.c:1473 builtin/remote.c:1541
11139 #, c-format
11140 msgid "No such remote '%s'"
11141 msgstr ""
11142
11143 #: builtin/remote.c:1435
11144 msgid "add branch"
11145 msgstr ""
11146
11147 #: builtin/remote.c:1442
11148 msgid "no remote specified"
11149 msgstr ""
11150
11151 #: builtin/remote.c:1459
11152 msgid "query push URLs rather than fetch URLs"
11153 msgstr ""
11154
11155 #: builtin/remote.c:1461
11156 msgid "return all URLs"
11157 msgstr ""
11158
11159 #: builtin/remote.c:1489
11160 #, c-format
11161 msgid "no URLs configured for remote '%s'"
11162 msgstr ""
11163
11164 #: builtin/remote.c:1515
11165 msgid "manipulate push URLs"
11166 msgstr ""
11167
11168 #: builtin/remote.c:1517
11169 msgid "add URL"
11170 msgstr ""
11171
11172 #: builtin/remote.c:1519
11173 msgid "delete URLs"
11174 msgstr ""
11175
11176 #: builtin/remote.c:1526
11177 msgid "--add --delete doesn't make sense"
11178 msgstr ""
11179
11180 #: builtin/remote.c:1567
11181 #, c-format
11182 msgid "Invalid old URL pattern: %s"
11183 msgstr ""
11184
11185 #: builtin/remote.c:1575
11186 #, c-format
11187 msgid "No such URL found: %s"
11188 msgstr ""
11189
11190 #: builtin/remote.c:1577
11191 msgid "Will not delete all non-push URLs"
11192 msgstr ""
11193
11194 #: builtin/remote.c:1591
11195 msgid "be verbose; must be placed before a subcommand"
11196 msgstr ""
11197
11198 #: builtin/remote.c:1622
11199 #, c-format
11200 msgid "Unknown subcommand: %s"
11201 msgstr ""
11202
11203 #: builtin/repack.c:17
11204 msgid "git repack [<options>]"
11205 msgstr ""
11206
11207 #: builtin/repack.c:22
11208 msgid ""
11209 "Incremental repacks are incompatible with bitmap indexes.  Use\n"
11210 "--no-write-bitmap-index or disable the pack.writebitmaps configuration."
11211 msgstr ""
11212
11213 #: builtin/repack.c:166
11214 msgid "pack everything in a single pack"
11215 msgstr ""
11216
11217 #: builtin/repack.c:168
11218 msgid "same as -a, and turn unreachable objects loose"
11219 msgstr ""
11220
11221 #: builtin/repack.c:171
11222 msgid "remove redundant packs, and run git-prune-packed"
11223 msgstr ""
11224
11225 #: builtin/repack.c:173
11226 msgid "pass --no-reuse-delta to git-pack-objects"
11227 msgstr ""
11228
11229 #: builtin/repack.c:175
11230 msgid "pass --no-reuse-object to git-pack-objects"
11231 msgstr ""
11232
11233 #: builtin/repack.c:177
11234 msgid "do not run git-update-server-info"
11235 msgstr ""
11236
11237 #: builtin/repack.c:180
11238 msgid "pass --local to git-pack-objects"
11239 msgstr ""
11240
11241 #: builtin/repack.c:182
11242 msgid "write bitmap index"
11243 msgstr ""
11244
11245 #: builtin/repack.c:183
11246 msgid "approxidate"
11247 msgstr ""
11248
11249 #: builtin/repack.c:184
11250 msgid "with -A, do not loosen objects older than this"
11251 msgstr ""
11252
11253 #: builtin/repack.c:186
11254 msgid "with -a, repack unreachable objects"
11255 msgstr ""
11256
11257 #: builtin/repack.c:188
11258 msgid "size of the window used for delta compression"
11259 msgstr ""
11260
11261 #: builtin/repack.c:189 builtin/repack.c:193
11262 msgid "bytes"
11263 msgstr ""
11264
11265 #: builtin/repack.c:190
11266 msgid "same as the above, but limit memory size instead of entries count"
11267 msgstr ""
11268
11269 #: builtin/repack.c:192
11270 msgid "limits the maximum delta depth"
11271 msgstr ""
11272
11273 #: builtin/repack.c:194
11274 msgid "maximum size of each packfile"
11275 msgstr ""
11276
11277 #: builtin/repack.c:196
11278 msgid "repack objects in packs marked with .keep"
11279 msgstr ""
11280
11281 #: builtin/repack.c:206
11282 msgid "cannot delete packs in a precious-objects repo"
11283 msgstr ""
11284
11285 #: builtin/repack.c:210
11286 msgid "--keep-unreachable and -A are incompatible"
11287 msgstr ""
11288
11289 #: builtin/repack.c:400 builtin/worktree.c:115
11290 #, c-format
11291 msgid "failed to remove '%s'"
11292 msgstr ""
11293
11294 #: builtin/replace.c:19
11295 msgid "git replace [-f] <object> <replacement>"
11296 msgstr ""
11297
11298 #: builtin/replace.c:20
11299 msgid "git replace [-f] --edit <object>"
11300 msgstr ""
11301
11302 #: builtin/replace.c:21
11303 msgid "git replace [-f] --graft <commit> [<parent>...]"
11304 msgstr ""
11305
11306 #: builtin/replace.c:22
11307 msgid "git replace -d <object>..."
11308 msgstr ""
11309
11310 #: builtin/replace.c:23
11311 msgid "git replace [--format=<format>] [-l [<pattern>]]"
11312 msgstr ""
11313
11314 #: builtin/replace.c:325 builtin/replace.c:363 builtin/replace.c:391
11315 #, c-format
11316 msgid "Not a valid object name: '%s'"
11317 msgstr ""
11318
11319 #: builtin/replace.c:355
11320 #, c-format
11321 msgid "bad mergetag in commit '%s'"
11322 msgstr ""
11323
11324 #: builtin/replace.c:357
11325 #, c-format
11326 msgid "malformed mergetag in commit '%s'"
11327 msgstr ""
11328
11329 #: builtin/replace.c:368
11330 #, c-format
11331 msgid ""
11332 "original commit '%s' contains mergetag '%s' that is discarded; use --edit "
11333 "instead of --graft"
11334 msgstr ""
11335
11336 #: builtin/replace.c:401
11337 #, c-format
11338 msgid "the original commit '%s' has a gpg signature."
11339 msgstr ""
11340
11341 #: builtin/replace.c:402
11342 msgid "the signature will be removed in the replacement commit!"
11343 msgstr ""
11344
11345 #: builtin/replace.c:408
11346 #, c-format
11347 msgid "could not write replacement commit for: '%s'"
11348 msgstr ""
11349
11350 #: builtin/replace.c:432
11351 msgid "list replace refs"
11352 msgstr ""
11353
11354 #: builtin/replace.c:433
11355 msgid "delete replace refs"
11356 msgstr ""
11357
11358 #: builtin/replace.c:434
11359 msgid "edit existing object"
11360 msgstr ""
11361
11362 #: builtin/replace.c:435
11363 msgid "change a commit's parents"
11364 msgstr ""
11365
11366 #: builtin/replace.c:436
11367 msgid "replace the ref if it exists"
11368 msgstr ""
11369
11370 #: builtin/replace.c:437
11371 msgid "do not pretty-print contents for --edit"
11372 msgstr ""
11373
11374 #: builtin/replace.c:438
11375 msgid "use this format"
11376 msgstr ""
11377
11378 #: builtin/rerere.c:12
11379 msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
11380 msgstr ""
11381
11382 #: builtin/rerere.c:58
11383 msgid "register clean resolutions in index"
11384 msgstr ""
11385
11386 #: builtin/reset.c:26
11387 msgid ""
11388 "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
11389 msgstr ""
11390
11391 #: builtin/reset.c:27
11392 msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
11393 msgstr ""
11394
11395 #: builtin/reset.c:28
11396 msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
11397 msgstr ""
11398
11399 #: builtin/reset.c:34
11400 msgid "mixed"
11401 msgstr ""
11402
11403 #: builtin/reset.c:34
11404 msgid "soft"
11405 msgstr ""
11406
11407 #: builtin/reset.c:34
11408 msgid "hard"
11409 msgstr ""
11410
11411 #: builtin/reset.c:34
11412 msgid "merge"
11413 msgstr ""
11414
11415 #: builtin/reset.c:34
11416 msgid "keep"
11417 msgstr ""
11418
11419 #: builtin/reset.c:74
11420 msgid "You do not have a valid HEAD."
11421 msgstr ""
11422
11423 #: builtin/reset.c:76
11424 msgid "Failed to find tree of HEAD."
11425 msgstr ""
11426
11427 #: builtin/reset.c:82
11428 #, c-format
11429 msgid "Failed to find tree of %s."
11430 msgstr ""
11431
11432 #: builtin/reset.c:100
11433 #, c-format
11434 msgid "HEAD is now at %s"
11435 msgstr ""
11436
11437 #: builtin/reset.c:183
11438 #, c-format
11439 msgid "Cannot do a %s reset in the middle of a merge."
11440 msgstr ""
11441
11442 #: builtin/reset.c:276
11443 msgid "be quiet, only report errors"
11444 msgstr ""
11445
11446 #: builtin/reset.c:278
11447 msgid "reset HEAD and index"
11448 msgstr ""
11449
11450 #: builtin/reset.c:279
11451 msgid "reset only HEAD"
11452 msgstr ""
11453
11454 #: builtin/reset.c:281 builtin/reset.c:283
11455 msgid "reset HEAD, index and working tree"
11456 msgstr ""
11457
11458 #: builtin/reset.c:285
11459 msgid "reset HEAD but keep local changes"
11460 msgstr ""
11461
11462 #: builtin/reset.c:288
11463 msgid "record only the fact that removed paths will be added later"
11464 msgstr ""
11465
11466 #: builtin/reset.c:305
11467 #, c-format
11468 msgid "Failed to resolve '%s' as a valid revision."
11469 msgstr ""
11470
11471 #: builtin/reset.c:313
11472 #, c-format
11473 msgid "Failed to resolve '%s' as a valid tree."
11474 msgstr ""
11475
11476 #: builtin/reset.c:322
11477 msgid "--patch is incompatible with --{hard,mixed,soft}"
11478 msgstr ""
11479
11480 #: builtin/reset.c:331
11481 msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
11482 msgstr ""
11483
11484 #: builtin/reset.c:333
11485 #, c-format
11486 msgid "Cannot do %s reset with paths."
11487 msgstr ""
11488
11489 #: builtin/reset.c:343
11490 #, c-format
11491 msgid "%s reset is not allowed in a bare repository"
11492 msgstr ""
11493
11494 #: builtin/reset.c:347
11495 msgid "-N can only be used with --mixed"
11496 msgstr ""
11497
11498 #: builtin/reset.c:364
11499 msgid "Unstaged changes after reset:"
11500 msgstr ""
11501
11502 #: builtin/reset.c:370
11503 #, c-format
11504 msgid "Could not reset index file to revision '%s'."
11505 msgstr ""
11506
11507 #: builtin/reset.c:374
11508 msgid "Could not write new index file."
11509 msgstr ""
11510
11511 #: builtin/rev-list.c:354
11512 msgid "rev-list does not support display of notes"
11513 msgstr ""
11514
11515 #: builtin/rev-parse.c:391
11516 msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
11517 msgstr ""
11518
11519 #: builtin/rev-parse.c:396
11520 msgid "keep the `--` passed as an arg"
11521 msgstr ""
11522
11523 #: builtin/rev-parse.c:398
11524 msgid "stop parsing after the first non-option argument"
11525 msgstr ""
11526
11527 #: builtin/rev-parse.c:401
11528 msgid "output in stuck long form"
11529 msgstr ""
11530
11531 #: builtin/rev-parse.c:532
11532 msgid ""
11533 "git rev-parse --parseopt [<options>] -- [<args>...]\n"
11534 "   or: git rev-parse --sq-quote [<arg>...]\n"
11535 "   or: git rev-parse [<options>] [<arg>...]\n"
11536 "\n"
11537 "Run \"git rev-parse --parseopt -h\" for more information on the first usage."
11538 msgstr ""
11539
11540 #: builtin/revert.c:22
11541 msgid "git revert [<options>] <commit-ish>..."
11542 msgstr ""
11543
11544 #: builtin/revert.c:23
11545 msgid "git revert <subcommand>"
11546 msgstr ""
11547
11548 #: builtin/revert.c:28
11549 msgid "git cherry-pick [<options>] <commit-ish>..."
11550 msgstr ""
11551
11552 #: builtin/revert.c:29
11553 msgid "git cherry-pick <subcommand>"
11554 msgstr ""
11555
11556 #: builtin/revert.c:71
11557 #, c-format
11558 msgid "%s: %s cannot be used with %s"
11559 msgstr ""
11560
11561 #: builtin/revert.c:80
11562 msgid "end revert or cherry-pick sequence"
11563 msgstr ""
11564
11565 #: builtin/revert.c:81
11566 msgid "resume revert or cherry-pick sequence"
11567 msgstr ""
11568
11569 #: builtin/revert.c:82
11570 msgid "cancel revert or cherry-pick sequence"
11571 msgstr ""
11572
11573 #: builtin/revert.c:83
11574 msgid "don't automatically commit"
11575 msgstr ""
11576
11577 #: builtin/revert.c:84
11578 msgid "edit the commit message"
11579 msgstr ""
11580
11581 #: builtin/revert.c:87
11582 msgid "parent number"
11583 msgstr ""
11584
11585 #: builtin/revert.c:89
11586 msgid "merge strategy"
11587 msgstr ""
11588
11589 #: builtin/revert.c:90
11590 msgid "option"
11591 msgstr ""
11592
11593 #: builtin/revert.c:91
11594 msgid "option for merge strategy"
11595 msgstr ""
11596
11597 #: builtin/revert.c:100
11598 msgid "append commit name"
11599 msgstr ""
11600
11601 #: builtin/revert.c:102
11602 msgid "preserve initially empty commits"
11603 msgstr ""
11604
11605 #: builtin/revert.c:103
11606 msgid "allow commits with empty messages"
11607 msgstr ""
11608
11609 #: builtin/revert.c:104
11610 msgid "keep redundant, empty commits"
11611 msgstr ""
11612
11613 #: builtin/revert.c:192
11614 msgid "revert failed"
11615 msgstr ""
11616
11617 #: builtin/revert.c:205
11618 msgid "cherry-pick failed"
11619 msgstr ""
11620
11621 #: builtin/rm.c:17
11622 msgid "git rm [<options>] [--] <file>..."
11623 msgstr ""
11624
11625 #: builtin/rm.c:205
11626 msgid ""
11627 "the following file has staged content different from both the\n"
11628 "file and the HEAD:"
11629 msgid_plural ""
11630 "the following files have staged content different from both the\n"
11631 "file and the HEAD:"
11632 msgstr[0] ""
11633 msgstr[1] ""
11634
11635 #: builtin/rm.c:210
11636 msgid ""
11637 "\n"
11638 "(use -f to force removal)"
11639 msgstr ""
11640
11641 #: builtin/rm.c:214
11642 msgid "the following file has changes staged in the index:"
11643 msgid_plural "the following files have changes staged in the index:"
11644 msgstr[0] ""
11645 msgstr[1] ""
11646
11647 #: builtin/rm.c:218 builtin/rm.c:227
11648 msgid ""
11649 "\n"
11650 "(use --cached to keep the file, or -f to force removal)"
11651 msgstr ""
11652
11653 #: builtin/rm.c:224
11654 msgid "the following file has local modifications:"
11655 msgid_plural "the following files have local modifications:"
11656 msgstr[0] ""
11657 msgstr[1] ""
11658
11659 #: builtin/rm.c:242
11660 msgid "do not list removed files"
11661 msgstr ""
11662
11663 #: builtin/rm.c:243
11664 msgid "only remove from the index"
11665 msgstr ""
11666
11667 #: builtin/rm.c:244
11668 msgid "override the up-to-date check"
11669 msgstr ""
11670
11671 #: builtin/rm.c:245
11672 msgid "allow recursive removal"
11673 msgstr ""
11674
11675 #: builtin/rm.c:247
11676 msgid "exit with a zero status even if nothing matched"
11677 msgstr ""
11678
11679 #: builtin/rm.c:308
11680 #, c-format
11681 msgid "not removing '%s' recursively without -r"
11682 msgstr ""
11683
11684 #: builtin/rm.c:347
11685 #, c-format
11686 msgid "git rm: unable to remove %s"
11687 msgstr ""
11688
11689 #: builtin/rm.c:370
11690 #, c-format
11691 msgid "could not remove '%s'"
11692 msgstr ""
11693
11694 #: builtin/send-pack.c:18
11695 msgid ""
11696 "git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
11697 "receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
11698 "[<ref>...]\n"
11699 "  --all and explicit <ref> specification are mutually exclusive."
11700 msgstr ""
11701
11702 #: builtin/send-pack.c:160
11703 msgid "remote name"
11704 msgstr ""
11705
11706 #: builtin/send-pack.c:171
11707 msgid "use stateless RPC protocol"
11708 msgstr ""
11709
11710 #: builtin/send-pack.c:172
11711 msgid "read refs from stdin"
11712 msgstr ""
11713
11714 #: builtin/send-pack.c:173
11715 msgid "print status from remote helper"
11716 msgstr ""
11717
11718 #: builtin/shortlog.c:13
11719 msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"
11720 msgstr ""
11721
11722 #: builtin/shortlog.c:249
11723 msgid "Group by committer rather than author"
11724 msgstr ""
11725
11726 #: builtin/shortlog.c:251
11727 msgid "sort output according to the number of commits per author"
11728 msgstr ""
11729
11730 #: builtin/shortlog.c:253
11731 msgid "Suppress commit descriptions, only provides commit count"
11732 msgstr ""
11733
11734 #: builtin/shortlog.c:255
11735 msgid "Show the email address of each author"
11736 msgstr ""
11737
11738 #: builtin/shortlog.c:256
11739 msgid "w[,i1[,i2]]"
11740 msgstr ""
11741
11742 #: builtin/shortlog.c:257
11743 msgid "Linewrap output"
11744 msgstr ""
11745
11746 #: builtin/show-branch.c:10
11747 msgid ""
11748 "git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
11749 "\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
11750 "\t\t[--more=<n> | --list | --independent | --merge-base]\n"
11751 "\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
11752 msgstr ""
11753
11754 #: builtin/show-branch.c:14
11755 msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
11756 msgstr ""
11757
11758 #: builtin/show-branch.c:375
11759 #, c-format
11760 msgid "ignoring %s; cannot handle more than %d ref"
11761 msgid_plural "ignoring %s; cannot handle more than %d refs"
11762 msgstr[0] ""
11763 msgstr[1] ""
11764
11765 #: builtin/show-branch.c:541
11766 #, c-format
11767 msgid "no matching refs with %s"
11768 msgstr ""
11769
11770 #: builtin/show-branch.c:639
11771 msgid "show remote-tracking and local branches"
11772 msgstr ""
11773
11774 #: builtin/show-branch.c:641
11775 msgid "show remote-tracking branches"
11776 msgstr ""
11777
11778 #: builtin/show-branch.c:643
11779 msgid "color '*!+-' corresponding to the branch"
11780 msgstr ""
11781
11782 #: builtin/show-branch.c:645
11783 msgid "show <n> more commits after the common ancestor"
11784 msgstr ""
11785
11786 #: builtin/show-branch.c:647
11787 msgid "synonym to more=-1"
11788 msgstr ""
11789
11790 #: builtin/show-branch.c:648
11791 msgid "suppress naming strings"
11792 msgstr ""
11793
11794 #: builtin/show-branch.c:650
11795 msgid "include the current branch"
11796 msgstr ""
11797
11798 #: builtin/show-branch.c:652
11799 msgid "name commits with their object names"
11800 msgstr ""
11801
11802 #: builtin/show-branch.c:654
11803 msgid "show possible merge bases"
11804 msgstr ""
11805
11806 #: builtin/show-branch.c:656
11807 msgid "show refs unreachable from any other ref"
11808 msgstr ""
11809
11810 #: builtin/show-branch.c:658
11811 msgid "show commits in topological order"
11812 msgstr ""
11813
11814 #: builtin/show-branch.c:661
11815 msgid "show only commits not on the first branch"
11816 msgstr ""
11817
11818 #: builtin/show-branch.c:663
11819 msgid "show merges reachable from only one tip"
11820 msgstr ""
11821
11822 #: builtin/show-branch.c:665
11823 msgid "topologically sort, maintaining date order where possible"
11824 msgstr ""
11825
11826 #: builtin/show-branch.c:668
11827 msgid "<n>[,<base>]"
11828 msgstr ""
11829
11830 #: builtin/show-branch.c:669
11831 msgid "show <n> most recent ref-log entries starting at base"
11832 msgstr ""
11833
11834 #: builtin/show-branch.c:703
11835 msgid ""
11836 "--reflog is incompatible with --all, --remotes, --independent or --merge-base"
11837 msgstr ""
11838
11839 #: builtin/show-branch.c:727
11840 msgid "no branches given, and HEAD is not valid"
11841 msgstr ""
11842
11843 #: builtin/show-branch.c:730
11844 msgid "--reflog option needs one branch name"
11845 msgstr ""
11846
11847 #: builtin/show-branch.c:733
11848 #, c-format
11849 msgid "only %d entry can be shown at one time."
11850 msgid_plural "only %d entries can be shown at one time."
11851 msgstr[0] ""
11852 msgstr[1] ""
11853
11854 #: builtin/show-branch.c:737
11855 #, c-format
11856 msgid "no such ref %s"
11857 msgstr ""
11858
11859 #: builtin/show-branch.c:829
11860 #, c-format
11861 msgid "cannot handle more than %d rev."
11862 msgid_plural "cannot handle more than %d revs."
11863 msgstr[0] ""
11864 msgstr[1] ""
11865
11866 #: builtin/show-branch.c:833
11867 #, c-format
11868 msgid "'%s' is not a valid ref."
11869 msgstr ""
11870
11871 #: builtin/show-branch.c:836
11872 #, c-format
11873 msgid "cannot find commit %s (%s)"
11874 msgstr ""
11875
11876 #: builtin/show-ref.c:10
11877 msgid ""
11878 "git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
11879 "hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
11880 msgstr ""
11881
11882 #: builtin/show-ref.c:11
11883 msgid "git show-ref --exclude-existing[=<pattern>]"
11884 msgstr ""
11885
11886 #: builtin/show-ref.c:159
11887 msgid "only show tags (can be combined with heads)"
11888 msgstr ""
11889
11890 #: builtin/show-ref.c:160
11891 msgid "only show heads (can be combined with tags)"
11892 msgstr ""
11893
11894 #: builtin/show-ref.c:161
11895 msgid "stricter reference checking, requires exact ref path"
11896 msgstr ""
11897
11898 #: builtin/show-ref.c:164 builtin/show-ref.c:166
11899 msgid "show the HEAD reference, even if it would be filtered out"
11900 msgstr ""
11901
11902 #: builtin/show-ref.c:168
11903 msgid "dereference tags into object IDs"
11904 msgstr ""
11905
11906 #: builtin/show-ref.c:170
11907 msgid "only show SHA1 hash using <n> digits"
11908 msgstr ""
11909
11910 #: builtin/show-ref.c:174
11911 msgid "do not print results to stdout (useful with --verify)"
11912 msgstr ""
11913
11914 #: builtin/show-ref.c:176
11915 msgid "show refs from stdin that aren't in local repository"
11916 msgstr ""
11917
11918 #: builtin/stripspace.c:17
11919 msgid "git stripspace [-s | --strip-comments]"
11920 msgstr ""
11921
11922 #: builtin/stripspace.c:18
11923 msgid "git stripspace [-c | --comment-lines]"
11924 msgstr ""
11925
11926 #: builtin/stripspace.c:35
11927 msgid "skip and remove all lines starting with comment character"
11928 msgstr ""
11929
11930 #: builtin/stripspace.c:38
11931 msgid "prepend comment character and space to each line"
11932 msgstr ""
11933
11934 #: builtin/submodule--helper.c:24 builtin/submodule--helper.c:1062
11935 #, c-format
11936 msgid "No such ref: %s"
11937 msgstr ""
11938
11939 #: builtin/submodule--helper.c:31 builtin/submodule--helper.c:1071
11940 #, c-format
11941 msgid "Expecting a full ref name, got %s"
11942 msgstr ""
11943
11944 #: builtin/submodule--helper.c:71
11945 #, c-format
11946 msgid "cannot strip one component off url '%s'"
11947 msgstr ""
11948
11949 #: builtin/submodule--helper.c:282 builtin/submodule--helper.c:592
11950 msgid "alternative anchor for relative paths"
11951 msgstr ""
11952
11953 #: builtin/submodule--helper.c:287
11954 msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
11955 msgstr ""
11956
11957 #: builtin/submodule--helper.c:333 builtin/submodule--helper.c:347
11958 #, c-format
11959 msgid "No url found for submodule path '%s' in .gitmodules"
11960 msgstr ""
11961
11962 #: builtin/submodule--helper.c:373
11963 #, c-format
11964 msgid "Failed to register url for submodule path '%s'"
11965 msgstr ""
11966
11967 #: builtin/submodule--helper.c:377
11968 #, c-format
11969 msgid "Submodule '%s' (%s) registered for path '%s'\n"
11970 msgstr ""
11971
11972 #: builtin/submodule--helper.c:387
11973 #, c-format
11974 msgid "warning: command update mode suggested for submodule '%s'\n"
11975 msgstr ""
11976
11977 #: builtin/submodule--helper.c:394
11978 #, c-format
11979 msgid "Failed to register update mode for submodule path '%s'"
11980 msgstr ""
11981
11982 #: builtin/submodule--helper.c:410
11983 msgid "Suppress output for initializing a submodule"
11984 msgstr ""
11985
11986 #: builtin/submodule--helper.c:415
11987 msgid "git submodule--helper init [<path>]"
11988 msgstr ""
11989
11990 #: builtin/submodule--helper.c:436
11991 msgid "git submodule--helper name <path>"
11992 msgstr ""
11993
11994 #: builtin/submodule--helper.c:442
11995 #, c-format
11996 msgid "no submodule mapping found in .gitmodules for path '%s'"
11997 msgstr ""
11998
11999 #: builtin/submodule--helper.c:525 builtin/submodule--helper.c:528
12000 #, c-format
12001 msgid "submodule '%s' cannot add alternate: %s"
12002 msgstr ""
12003
12004 #: builtin/submodule--helper.c:564
12005 #, c-format
12006 msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
12007 msgstr ""
12008
12009 #: builtin/submodule--helper.c:571
12010 #, c-format
12011 msgid "Value '%s' for submodule.alternateLocation is not recognized"
12012 msgstr ""
12013
12014 #: builtin/submodule--helper.c:595
12015 msgid "where the new submodule will be cloned to"
12016 msgstr ""
12017
12018 #: builtin/submodule--helper.c:598
12019 msgid "name of the new submodule"
12020 msgstr ""
12021
12022 #: builtin/submodule--helper.c:601
12023 msgid "url where to clone the submodule from"
12024 msgstr ""
12025
12026 #: builtin/submodule--helper.c:607
12027 msgid "depth for shallow clones"
12028 msgstr ""
12029
12030 #: builtin/submodule--helper.c:610 builtin/submodule--helper.c:980
12031 msgid "force cloning progress"
12032 msgstr ""
12033
12034 #: builtin/submodule--helper.c:615
12035 msgid ""
12036 "git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
12037 "<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
12038 msgstr ""
12039
12040 #: builtin/submodule--helper.c:646
12041 #, c-format
12042 msgid "clone of '%s' into submodule path '%s' failed"
12043 msgstr ""
12044
12045 #: builtin/submodule--helper.c:662
12046 #, c-format
12047 msgid "cannot open file '%s'"
12048 msgstr ""
12049
12050 #: builtin/submodule--helper.c:667
12051 #, c-format
12052 msgid "could not close file %s"
12053 msgstr ""
12054
12055 #: builtin/submodule--helper.c:674
12056 #, c-format
12057 msgid "could not get submodule directory for '%s'"
12058 msgstr ""
12059
12060 #: builtin/submodule--helper.c:742
12061 #, c-format
12062 msgid "Submodule path '%s' not initialized"
12063 msgstr ""
12064
12065 #: builtin/submodule--helper.c:746
12066 msgid "Maybe you want to use 'update --init'?"
12067 msgstr ""
12068
12069 #: builtin/submodule--helper.c:772
12070 #, c-format
12071 msgid "Skipping unmerged submodule %s"
12072 msgstr ""
12073
12074 #: builtin/submodule--helper.c:793
12075 #, c-format
12076 msgid "Skipping submodule '%s'"
12077 msgstr ""
12078
12079 #: builtin/submodule--helper.c:929
12080 #, c-format
12081 msgid "Failed to clone '%s'. Retry scheduled"
12082 msgstr ""
12083
12084 #: builtin/submodule--helper.c:940
12085 #, c-format
12086 msgid "Failed to clone '%s' a second time, aborting"
12087 msgstr ""
12088
12089 #: builtin/submodule--helper.c:961 builtin/submodule--helper.c:1105
12090 msgid "path into the working tree"
12091 msgstr ""
12092
12093 #: builtin/submodule--helper.c:964
12094 msgid "path into the working tree, across nested submodule boundaries"
12095 msgstr ""
12096
12097 #: builtin/submodule--helper.c:968
12098 msgid "rebase, merge, checkout or none"
12099 msgstr ""
12100
12101 #: builtin/submodule--helper.c:972
12102 msgid "Create a shallow clone truncated to the specified number of revisions"
12103 msgstr ""
12104
12105 #: builtin/submodule--helper.c:975
12106 msgid "parallel jobs"
12107 msgstr ""
12108
12109 #: builtin/submodule--helper.c:977
12110 msgid "whether the initial clone should follow the shallow recommendation"
12111 msgstr ""
12112
12113 #: builtin/submodule--helper.c:978
12114 msgid "don't print cloning progress"
12115 msgstr ""
12116
12117 #: builtin/submodule--helper.c:985
12118 msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
12119 msgstr ""
12120
12121 #: builtin/submodule--helper.c:995
12122 msgid "bad value for update parameter"
12123 msgstr ""
12124
12125 #: builtin/submodule--helper.c:1066
12126 #, c-format
12127 msgid ""
12128 "Submodule (%s) branch configured to inherit branch from superproject, but "
12129 "the superproject is not on any branch"
12130 msgstr ""
12131
12132 #: builtin/submodule--helper.c:1106
12133 msgid "recurse into submodules"
12134 msgstr ""
12135
12136 #: builtin/submodule--helper.c:1112
12137 msgid "git submodule--helper embed-git-dir [<path>...]"
12138 msgstr ""
12139
12140 #: builtin/submodule--helper.c:1157
12141 msgid "submodule--helper subcommand must be called with a subcommand"
12142 msgstr ""
12143
12144 #: builtin/submodule--helper.c:1164
12145 #, c-format
12146 msgid "%s doesn't support --super-prefix"
12147 msgstr ""
12148
12149 #: builtin/submodule--helper.c:1170
12150 #, c-format
12151 msgid "'%s' is not a valid submodule--helper subcommand"
12152 msgstr ""
12153
12154 #: builtin/symbolic-ref.c:7
12155 msgid "git symbolic-ref [<options>] <name> [<ref>]"
12156 msgstr ""
12157
12158 #: builtin/symbolic-ref.c:8
12159 msgid "git symbolic-ref -d [-q] <name>"
12160 msgstr ""
12161
12162 #: builtin/symbolic-ref.c:40
12163 msgid "suppress error message for non-symbolic (detached) refs"
12164 msgstr ""
12165
12166 #: builtin/symbolic-ref.c:41
12167 msgid "delete symbolic ref"
12168 msgstr ""
12169
12170 #: builtin/symbolic-ref.c:42
12171 msgid "shorten ref output"
12172 msgstr ""
12173
12174 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
12175 msgid "reason"
12176 msgstr ""
12177
12178 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
12179 msgid "reason of the update"
12180 msgstr ""
12181
12182 #: builtin/tag.c:23
12183 msgid ""
12184 "git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
12185 "[<head>]"
12186 msgstr ""
12187
12188 #: builtin/tag.c:24
12189 msgid "git tag -d <tagname>..."
12190 msgstr ""
12191
12192 #: builtin/tag.c:25
12193 msgid ""
12194 "git tag -l [-n[<num>]] [--contains <commit>] [--points-at <object>]\n"
12195 "\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
12196 msgstr ""
12197
12198 #: builtin/tag.c:27
12199 msgid "git tag -v [--format=<format>] <tagname>..."
12200 msgstr ""
12201
12202 #: builtin/tag.c:82
12203 #, c-format
12204 msgid "tag name too long: %.*s..."
12205 msgstr ""
12206
12207 #: builtin/tag.c:87
12208 #, c-format
12209 msgid "tag '%s' not found."
12210 msgstr ""
12211
12212 #: builtin/tag.c:102
12213 #, c-format
12214 msgid "Deleted tag '%s' (was %s)\n"
12215 msgstr ""
12216
12217 #: builtin/tag.c:131
12218 #, c-format
12219 msgid ""
12220 "\n"
12221 "Write a message for tag:\n"
12222 "  %s\n"
12223 "Lines starting with '%c' will be ignored.\n"
12224 msgstr ""
12225
12226 #: builtin/tag.c:135
12227 #, c-format
12228 msgid ""
12229 "\n"
12230 "Write a message for tag:\n"
12231 "  %s\n"
12232 "Lines starting with '%c' will be kept; you may remove them yourself if you "
12233 "want to.\n"
12234 msgstr ""
12235
12236 #: builtin/tag.c:213
12237 msgid "unable to sign the tag"
12238 msgstr ""
12239
12240 #: builtin/tag.c:215
12241 msgid "unable to write tag file"
12242 msgstr ""
12243
12244 #: builtin/tag.c:240
12245 msgid "bad object type."
12246 msgstr ""
12247
12248 #: builtin/tag.c:253
12249 msgid "tag header too big."
12250 msgstr ""
12251
12252 #: builtin/tag.c:289
12253 msgid "no tag message?"
12254 msgstr ""
12255
12256 #: builtin/tag.c:295
12257 #, c-format
12258 msgid "The tag message has been left in %s\n"
12259 msgstr ""
12260
12261 #: builtin/tag.c:354
12262 msgid "list tag names"
12263 msgstr ""
12264
12265 #: builtin/tag.c:356
12266 msgid "print <n> lines of each tag message"
12267 msgstr ""
12268
12269 #: builtin/tag.c:358
12270 msgid "delete tags"
12271 msgstr ""
12272
12273 #: builtin/tag.c:359
12274 msgid "verify tags"
12275 msgstr ""
12276
12277 #: builtin/tag.c:361
12278 msgid "Tag creation options"
12279 msgstr ""
12280
12281 #: builtin/tag.c:363
12282 msgid "annotated tag, needs a message"
12283 msgstr ""
12284
12285 #: builtin/tag.c:365
12286 msgid "tag message"
12287 msgstr ""
12288
12289 #: builtin/tag.c:367
12290 msgid "annotated and GPG-signed tag"
12291 msgstr ""
12292
12293 #: builtin/tag.c:371
12294 msgid "use another key to sign the tag"
12295 msgstr ""
12296
12297 #: builtin/tag.c:372
12298 msgid "replace the tag if exists"
12299 msgstr ""
12300
12301 #: builtin/tag.c:373 builtin/update-ref.c:368
12302 msgid "create a reflog"
12303 msgstr ""
12304
12305 #: builtin/tag.c:375
12306 msgid "Tag listing options"
12307 msgstr ""
12308
12309 #: builtin/tag.c:376
12310 msgid "show tag list in columns"
12311 msgstr ""
12312
12313 #: builtin/tag.c:377 builtin/tag.c:378
12314 msgid "print only tags that contain the commit"
12315 msgstr ""
12316
12317 #: builtin/tag.c:379
12318 msgid "print only tags that are merged"
12319 msgstr ""
12320
12321 #: builtin/tag.c:380
12322 msgid "print only tags that are not merged"
12323 msgstr ""
12324
12325 #: builtin/tag.c:385
12326 msgid "print only tags of the object"
12327 msgstr ""
12328
12329 #: builtin/tag.c:415
12330 msgid "--column and -n are incompatible"
12331 msgstr ""
12332
12333 #: builtin/tag.c:437
12334 msgid "-n option is only allowed with -l."
12335 msgstr ""
12336
12337 #: builtin/tag.c:439
12338 msgid "--contains option is only allowed with -l."
12339 msgstr ""
12340
12341 #: builtin/tag.c:441
12342 msgid "--points-at option is only allowed with -l."
12343 msgstr ""
12344
12345 #: builtin/tag.c:443
12346 msgid "--merged and --no-merged option are only allowed with -l"
12347 msgstr ""
12348
12349 #: builtin/tag.c:454
12350 msgid "only one -F or -m option is allowed."
12351 msgstr ""
12352
12353 #: builtin/tag.c:473
12354 msgid "too many params"
12355 msgstr ""
12356
12357 #: builtin/tag.c:479
12358 #, c-format
12359 msgid "'%s' is not a valid tag name."
12360 msgstr ""
12361
12362 #: builtin/tag.c:484
12363 #, c-format
12364 msgid "tag '%s' already exists"
12365 msgstr ""
12366
12367 #: builtin/tag.c:512
12368 #, c-format
12369 msgid "Updated tag '%s' (was %s)\n"
12370 msgstr ""
12371
12372 #: builtin/unpack-objects.c:493
12373 msgid "Unpacking objects"
12374 msgstr ""
12375
12376 #: builtin/update-index.c:79
12377 #, c-format
12378 msgid "failed to create directory %s"
12379 msgstr ""
12380
12381 #: builtin/update-index.c:85
12382 #, c-format
12383 msgid "failed to stat %s"
12384 msgstr ""
12385
12386 #: builtin/update-index.c:95
12387 #, c-format
12388 msgid "failed to create file %s"
12389 msgstr ""
12390
12391 #: builtin/update-index.c:103
12392 #, c-format
12393 msgid "failed to delete file %s"
12394 msgstr ""
12395
12396 #: builtin/update-index.c:110 builtin/update-index.c:212
12397 #, c-format
12398 msgid "failed to delete directory %s"
12399 msgstr ""
12400
12401 #: builtin/update-index.c:133
12402 #, c-format
12403 msgid "Testing mtime in '%s' "
12404 msgstr ""
12405
12406 #: builtin/update-index.c:145
12407 msgid "directory stat info does not change after adding a new file"
12408 msgstr ""
12409
12410 #: builtin/update-index.c:158
12411 msgid "directory stat info does not change after adding a new directory"
12412 msgstr ""
12413
12414 #: builtin/update-index.c:171
12415 msgid "directory stat info changes after updating a file"
12416 msgstr ""
12417
12418 #: builtin/update-index.c:182
12419 msgid "directory stat info changes after adding a file inside subdirectory"
12420 msgstr ""
12421
12422 #: builtin/update-index.c:193
12423 msgid "directory stat info does not change after deleting a file"
12424 msgstr ""
12425
12426 #: builtin/update-index.c:206
12427 msgid "directory stat info does not change after deleting a directory"
12428 msgstr ""
12429
12430 #: builtin/update-index.c:213
12431 msgid " OK"
12432 msgstr ""
12433
12434 #: builtin/update-index.c:564
12435 msgid "git update-index [<options>] [--] [<file>...]"
12436 msgstr ""
12437
12438 #: builtin/update-index.c:919
12439 msgid "continue refresh even when index needs update"
12440 msgstr ""
12441
12442 #: builtin/update-index.c:922
12443 msgid "refresh: ignore submodules"
12444 msgstr ""
12445
12446 #: builtin/update-index.c:925
12447 msgid "do not ignore new files"
12448 msgstr ""
12449
12450 #: builtin/update-index.c:927
12451 msgid "let files replace directories and vice-versa"
12452 msgstr ""
12453
12454 #: builtin/update-index.c:929
12455 msgid "notice files missing from worktree"
12456 msgstr ""
12457
12458 #: builtin/update-index.c:931
12459 msgid "refresh even if index contains unmerged entries"
12460 msgstr ""
12461
12462 #: builtin/update-index.c:934
12463 msgid "refresh stat information"
12464 msgstr ""
12465
12466 #: builtin/update-index.c:938
12467 msgid "like --refresh, but ignore assume-unchanged setting"
12468 msgstr ""
12469
12470 #: builtin/update-index.c:942
12471 msgid "<mode>,<object>,<path>"
12472 msgstr ""
12473
12474 #: builtin/update-index.c:943
12475 msgid "add the specified entry to the index"
12476 msgstr ""
12477
12478 #: builtin/update-index.c:952
12479 msgid "mark files as \"not changing\""
12480 msgstr ""
12481
12482 #: builtin/update-index.c:955
12483 msgid "clear assumed-unchanged bit"
12484 msgstr ""
12485
12486 #: builtin/update-index.c:958
12487 msgid "mark files as \"index-only\""
12488 msgstr ""
12489
12490 #: builtin/update-index.c:961
12491 msgid "clear skip-worktree bit"
12492 msgstr ""
12493
12494 #: builtin/update-index.c:964
12495 msgid "add to index only; do not add content to object database"
12496 msgstr ""
12497
12498 #: builtin/update-index.c:966
12499 msgid "remove named paths even if present in worktree"
12500 msgstr ""
12501
12502 #: builtin/update-index.c:968
12503 msgid "with --stdin: input lines are terminated by null bytes"
12504 msgstr ""
12505
12506 #: builtin/update-index.c:970
12507 msgid "read list of paths to be updated from standard input"
12508 msgstr ""
12509
12510 #: builtin/update-index.c:974
12511 msgid "add entries from standard input to the index"
12512 msgstr ""
12513
12514 #: builtin/update-index.c:978
12515 msgid "repopulate stages #2 and #3 for the listed paths"
12516 msgstr ""
12517
12518 #: builtin/update-index.c:982
12519 msgid "only update entries that differ from HEAD"
12520 msgstr ""
12521
12522 #: builtin/update-index.c:986
12523 msgid "ignore files missing from worktree"
12524 msgstr ""
12525
12526 #: builtin/update-index.c:989
12527 msgid "report actions to standard output"
12528 msgstr ""
12529
12530 #: builtin/update-index.c:991
12531 msgid "(for porcelains) forget saved unresolved conflicts"
12532 msgstr ""
12533
12534 #: builtin/update-index.c:995
12535 msgid "write index in this format"
12536 msgstr ""
12537
12538 #: builtin/update-index.c:997
12539 msgid "enable or disable split index"
12540 msgstr ""
12541
12542 #: builtin/update-index.c:999
12543 msgid "enable/disable untracked cache"
12544 msgstr ""
12545
12546 #: builtin/update-index.c:1001
12547 msgid "test if the filesystem supports untracked cache"
12548 msgstr ""
12549
12550 #: builtin/update-index.c:1003
12551 msgid "enable untracked cache without testing the filesystem"
12552 msgstr ""
12553
12554 #: builtin/update-index.c:1120
12555 msgid ""
12556 "core.untrackedCache is set to true; remove or change it, if you really want "
12557 "to disable the untracked cache"
12558 msgstr ""
12559
12560 #: builtin/update-index.c:1124
12561 msgid "Untracked cache disabled"
12562 msgstr ""
12563
12564 #: builtin/update-index.c:1132
12565 msgid ""
12566 "core.untrackedCache is set to false; remove or change it, if you really want "
12567 "to enable the untracked cache"
12568 msgstr ""
12569
12570 #: builtin/update-index.c:1136
12571 #, c-format
12572 msgid "Untracked cache enabled for '%s'"
12573 msgstr ""
12574
12575 #: builtin/update-ref.c:9
12576 msgid "git update-ref [<options>] -d <refname> [<old-val>]"
12577 msgstr ""
12578
12579 #: builtin/update-ref.c:10
12580 msgid "git update-ref [<options>]    <refname> <new-val> [<old-val>]"
12581 msgstr ""
12582
12583 #: builtin/update-ref.c:11
12584 msgid "git update-ref [<options>] --stdin [-z]"
12585 msgstr ""
12586
12587 #: builtin/update-ref.c:363
12588 msgid "delete the reference"
12589 msgstr ""
12590
12591 #: builtin/update-ref.c:365
12592 msgid "update <refname> not the one it points to"
12593 msgstr ""
12594
12595 #: builtin/update-ref.c:366
12596 msgid "stdin has NUL-terminated arguments"
12597 msgstr ""
12598
12599 #: builtin/update-ref.c:367
12600 msgid "read updates from stdin"
12601 msgstr ""
12602
12603 #: builtin/update-server-info.c:6
12604 msgid "git update-server-info [--force]"
12605 msgstr ""
12606
12607 #: builtin/update-server-info.c:14
12608 msgid "update the info files from scratch"
12609 msgstr ""
12610
12611 #: builtin/verify-commit.c:17
12612 msgid "git verify-commit [-v | --verbose] <commit>..."
12613 msgstr ""
12614
12615 #: builtin/verify-commit.c:72
12616 msgid "print commit contents"
12617 msgstr ""
12618
12619 #: builtin/verify-commit.c:73 builtin/verify-tag.c:37
12620 msgid "print raw gpg status output"
12621 msgstr ""
12622
12623 #: builtin/verify-pack.c:54
12624 msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
12625 msgstr ""
12626
12627 #: builtin/verify-pack.c:64
12628 msgid "verbose"
12629 msgstr ""
12630
12631 #: builtin/verify-pack.c:66
12632 msgid "show statistics only"
12633 msgstr ""
12634
12635 #: builtin/verify-tag.c:18
12636 msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
12637 msgstr ""
12638
12639 #: builtin/verify-tag.c:36
12640 msgid "print tag contents"
12641 msgstr ""
12642
12643 #: builtin/worktree.c:15
12644 msgid "git worktree add [<options>] <path> [<branch>]"
12645 msgstr ""
12646
12647 #: builtin/worktree.c:16
12648 msgid "git worktree list [<options>]"
12649 msgstr ""
12650
12651 #: builtin/worktree.c:17
12652 msgid "git worktree lock [<options>] <path>"
12653 msgstr ""
12654
12655 #: builtin/worktree.c:18
12656 msgid "git worktree prune [<options>]"
12657 msgstr ""
12658
12659 #: builtin/worktree.c:19
12660 msgid "git worktree unlock <path>"
12661 msgstr ""
12662
12663 #: builtin/worktree.c:42
12664 #, c-format
12665 msgid "Removing worktrees/%s: not a valid directory"
12666 msgstr ""
12667
12668 #: builtin/worktree.c:48
12669 #, c-format
12670 msgid "Removing worktrees/%s: gitdir file does not exist"
12671 msgstr ""
12672
12673 #: builtin/worktree.c:53
12674 #, c-format
12675 msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
12676 msgstr ""
12677
12678 #: builtin/worktree.c:64
12679 #, c-format
12680 msgid "Removing worktrees/%s: invalid gitdir file"
12681 msgstr ""
12682
12683 #: builtin/worktree.c:80
12684 #, c-format
12685 msgid "Removing worktrees/%s: gitdir file points to non-existent location"
12686 msgstr ""
12687
12688 #: builtin/worktree.c:128
12689 msgid "report pruned working trees"
12690 msgstr ""
12691
12692 #: builtin/worktree.c:130
12693 msgid "expire working trees older than <time>"
12694 msgstr ""
12695
12696 #: builtin/worktree.c:204
12697 #, c-format
12698 msgid "'%s' already exists"
12699 msgstr ""
12700
12701 #: builtin/worktree.c:236
12702 #, c-format
12703 msgid "could not create directory of '%s'"
12704 msgstr ""
12705
12706 #: builtin/worktree.c:272
12707 #, c-format
12708 msgid "Preparing %s (identifier %s)"
12709 msgstr ""
12710
12711 #: builtin/worktree.c:323
12712 msgid "checkout <branch> even if already checked out in other worktree"
12713 msgstr ""
12714
12715 #: builtin/worktree.c:325
12716 msgid "create a new branch"
12717 msgstr ""
12718
12719 #: builtin/worktree.c:327
12720 msgid "create or reset a branch"
12721 msgstr ""
12722
12723 #: builtin/worktree.c:329
12724 msgid "populate the new working tree"
12725 msgstr ""
12726
12727 #: builtin/worktree.c:337
12728 msgid "-b, -B, and --detach are mutually exclusive"
12729 msgstr ""
12730
12731 #: builtin/worktree.c:472
12732 msgid "reason for locking"
12733 msgstr ""
12734
12735 #: builtin/worktree.c:484 builtin/worktree.c:517
12736 #, c-format
12737 msgid "'%s' is not a working tree"
12738 msgstr ""
12739
12740 #: builtin/worktree.c:486 builtin/worktree.c:519
12741 msgid "The main working tree cannot be locked or unlocked"
12742 msgstr ""
12743
12744 #: builtin/worktree.c:491
12745 #, c-format
12746 msgid "'%s' is already locked, reason: %s"
12747 msgstr ""
12748
12749 #: builtin/worktree.c:493
12750 #, c-format
12751 msgid "'%s' is already locked"
12752 msgstr ""
12753
12754 #: builtin/worktree.c:521
12755 #, c-format
12756 msgid "'%s' is not locked"
12757 msgstr ""
12758
12759 #: builtin/write-tree.c:13
12760 msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
12761 msgstr ""
12762
12763 #: builtin/write-tree.c:26
12764 msgid "<prefix>/"
12765 msgstr ""
12766
12767 #: builtin/write-tree.c:27
12768 msgid "write tree object for a subdirectory <prefix>"
12769 msgstr ""
12770
12771 #: builtin/write-tree.c:30
12772 msgid "only useful for debugging"
12773 msgstr ""
12774
12775 #: upload-pack.c:22
12776 msgid "git upload-pack [<options>] <dir>"
12777 msgstr ""
12778
12779 #: upload-pack.c:1036
12780 msgid "quit after a single request/response exchange"
12781 msgstr ""
12782
12783 #: upload-pack.c:1038
12784 msgid "exit immediately after initial ref advertisement"
12785 msgstr ""
12786
12787 #: upload-pack.c:1040
12788 msgid "do not try <directory>/.git/ if <directory> is no Git directory"
12789 msgstr ""
12790
12791 #: upload-pack.c:1042
12792 msgid "interrupt transfer after <n> seconds of inactivity"
12793 msgstr ""
12794
12795 #: credential-cache--daemon.c:223
12796 #, c-format
12797 msgid ""
12798 "The permissions on your socket directory are too loose; other\n"
12799 "users may be able to read your cached credentials. Consider running:\n"
12800 "\n"
12801 "\tchmod 0700 %s"
12802 msgstr ""
12803
12804 #: credential-cache--daemon.c:271
12805 msgid "print debugging messages to stderr"
12806 msgstr ""
12807
12808 #: git.c:14
12809 msgid ""
12810 "'git help -a' and 'git help -g' list available subcommands and some\n"
12811 "concept guides. See 'git help <command>' or 'git help <concept>'\n"
12812 "to read about a specific subcommand or concept."
12813 msgstr ""
12814
12815 #: http.c:344
12816 msgid "Delegation control is not supported with cURL < 7.22.0"
12817 msgstr ""
12818
12819 #: http.c:353
12820 msgid "Public key pinning not supported with cURL < 7.44.0"
12821 msgstr ""
12822
12823 #: http.c:1713
12824 #, c-format
12825 msgid ""
12826 "unable to update url base from redirection:\n"
12827 "  asked for: %s\n"
12828 "   redirect: %s"
12829 msgstr ""
12830
12831 #: remote-curl.c:319
12832 #, c-format
12833 msgid "redirecting to %s"
12834 msgstr ""
12835
12836 #: common-cmds.h:9
12837 msgid "start a working area (see also: git help tutorial)"
12838 msgstr ""
12839
12840 #: common-cmds.h:10
12841 msgid "work on the current change (see also: git help everyday)"
12842 msgstr ""
12843
12844 #: common-cmds.h:11
12845 msgid "examine the history and state (see also: git help revisions)"
12846 msgstr ""
12847
12848 #: common-cmds.h:12
12849 msgid "grow, mark and tweak your common history"
12850 msgstr ""
12851
12852 #: common-cmds.h:13
12853 msgid "collaborate (see also: git help workflows)"
12854 msgstr ""
12855
12856 #: common-cmds.h:17
12857 msgid "Add file contents to the index"
12858 msgstr ""
12859
12860 #: common-cmds.h:18
12861 msgid "Use binary search to find the commit that introduced a bug"
12862 msgstr ""
12863
12864 #: common-cmds.h:19
12865 msgid "List, create, or delete branches"
12866 msgstr ""
12867
12868 #: common-cmds.h:20
12869 msgid "Switch branches or restore working tree files"
12870 msgstr ""
12871
12872 #: common-cmds.h:21
12873 msgid "Clone a repository into a new directory"
12874 msgstr ""
12875
12876 #: common-cmds.h:22
12877 msgid "Record changes to the repository"
12878 msgstr ""
12879
12880 #: common-cmds.h:23
12881 msgid "Show changes between commits, commit and working tree, etc"
12882 msgstr ""
12883
12884 #: common-cmds.h:24
12885 msgid "Download objects and refs from another repository"
12886 msgstr ""
12887
12888 #: common-cmds.h:25
12889 msgid "Print lines matching a pattern"
12890 msgstr ""
12891
12892 #: common-cmds.h:26
12893 msgid "Create an empty Git repository or reinitialize an existing one"
12894 msgstr ""
12895
12896 #: common-cmds.h:27
12897 msgid "Show commit logs"
12898 msgstr ""
12899
12900 #: common-cmds.h:28
12901 msgid "Join two or more development histories together"
12902 msgstr ""
12903
12904 #: common-cmds.h:29
12905 msgid "Move or rename a file, a directory, or a symlink"
12906 msgstr ""
12907
12908 #: common-cmds.h:30
12909 msgid "Fetch from and integrate with another repository or a local branch"
12910 msgstr ""
12911
12912 #: common-cmds.h:31
12913 msgid "Update remote refs along with associated objects"
12914 msgstr ""
12915
12916 #: common-cmds.h:32
12917 msgid "Reapply commits on top of another base tip"
12918 msgstr ""
12919
12920 #: common-cmds.h:33
12921 msgid "Reset current HEAD to the specified state"
12922 msgstr ""
12923
12924 #: common-cmds.h:34
12925 msgid "Remove files from the working tree and from the index"
12926 msgstr ""
12927
12928 #: common-cmds.h:35
12929 msgid "Show various types of objects"
12930 msgstr ""
12931
12932 #: common-cmds.h:36
12933 msgid "Show the working tree status"
12934 msgstr ""
12935
12936 #: common-cmds.h:37
12937 msgid "Create, list, delete or verify a tag object signed with GPG"
12938 msgstr ""
12939
12940 #: parse-options.h:145
12941 msgid "expiry-date"
12942 msgstr ""
12943
12944 #: parse-options.h:160
12945 msgid "no-op (backward compatibility)"
12946 msgstr ""
12947
12948 #: parse-options.h:238
12949 msgid "be more verbose"
12950 msgstr ""
12951
12952 #: parse-options.h:240
12953 msgid "be more quiet"
12954 msgstr ""
12955
12956 #: parse-options.h:246
12957 msgid "use <n> digits to display SHA-1s"
12958 msgstr ""
12959
12960 #: rerere.h:40
12961 msgid "update the index with reused conflict resolution if possible"
12962 msgstr ""
12963
12964 #: git-bisect.sh:54
12965 msgid "You need to start by \"git bisect start\""
12966 msgstr ""
12967
12968 #. TRANSLATORS: Make sure to include [Y] and [n] in your
12969 #. translation. The program will only accept English input
12970 #. at this point.
12971 #: git-bisect.sh:60
12972 msgid "Do you want me to do it for you [Y/n]? "
12973 msgstr ""
12974
12975 #: git-bisect.sh:121
12976 #, sh-format
12977 msgid "unrecognised option: '$arg'"
12978 msgstr ""
12979
12980 #: git-bisect.sh:125
12981 #, sh-format
12982 msgid "'$arg' does not appear to be a valid revision"
12983 msgstr ""
12984
12985 #: git-bisect.sh:154
12986 msgid "Bad HEAD - I need a HEAD"
12987 msgstr ""
12988
12989 #: git-bisect.sh:167
12990 #, sh-format
12991 msgid ""
12992 "Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
12993 msgstr ""
12994
12995 #: git-bisect.sh:177
12996 msgid "won't bisect on cg-seek'ed tree"
12997 msgstr ""
12998
12999 #: git-bisect.sh:181
13000 msgid "Bad HEAD - strange symbolic ref"
13001 msgstr ""
13002
13003 #: git-bisect.sh:233
13004 #, sh-format
13005 msgid "Bad bisect_write argument: $state"
13006 msgstr ""
13007
13008 #: git-bisect.sh:262
13009 #, sh-format
13010 msgid "Bad rev input: $arg"
13011 msgstr ""
13012
13013 #: git-bisect.sh:281
13014 #, sh-format
13015 msgid "Bad rev input: $bisected_head"
13016 msgstr ""
13017
13018 #: git-bisect.sh:290
13019 #, sh-format
13020 msgid "Bad rev input: $rev"
13021 msgstr ""
13022
13023 #: git-bisect.sh:299
13024 #, sh-format
13025 msgid "'git bisect $TERM_BAD' can take only one argument."
13026 msgstr ""
13027
13028 #: git-bisect.sh:322
13029 #, sh-format
13030 msgid "Warning: bisecting only with a $TERM_BAD commit."
13031 msgstr ""
13032
13033 #. TRANSLATORS: Make sure to include [Y] and [n] in your
13034 #. translation. The program will only accept English input
13035 #. at this point.
13036 #: git-bisect.sh:328
13037 msgid "Are you sure [Y/n]? "
13038 msgstr ""
13039
13040 #: git-bisect.sh:340
13041 #, sh-format
13042 msgid ""
13043 "You need to give me at least one $bad_syn and one $good_syn revision.\n"
13044 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
13045 msgstr ""
13046
13047 #: git-bisect.sh:343
13048 #, sh-format
13049 msgid ""
13050 "You need to start by \"git bisect start\".\n"
13051 "You then need to give me at least one $good_syn and one $bad_syn revision.\n"
13052 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
13053 msgstr ""
13054
13055 #: git-bisect.sh:414 git-bisect.sh:546
13056 msgid "We are not bisecting."
13057 msgstr ""
13058
13059 #: git-bisect.sh:421
13060 #, sh-format
13061 msgid "'$invalid' is not a valid commit"
13062 msgstr ""
13063
13064 #: git-bisect.sh:430
13065 #, sh-format
13066 msgid ""
13067 "Could not check out original HEAD '$branch'.\n"
13068 "Try 'git bisect reset <commit>'."
13069 msgstr ""
13070
13071 #: git-bisect.sh:458
13072 msgid "No logfile given"
13073 msgstr ""
13074
13075 #: git-bisect.sh:459
13076 #, sh-format
13077 msgid "cannot read $file for replaying"
13078 msgstr ""
13079
13080 #: git-bisect.sh:480
13081 msgid "?? what are you talking about?"
13082 msgstr ""
13083
13084 #: git-bisect.sh:492
13085 #, sh-format
13086 msgid "running $command"
13087 msgstr ""
13088
13089 #: git-bisect.sh:499
13090 #, sh-format
13091 msgid ""
13092 "bisect run failed:\n"
13093 "exit code $res from '$command' is < 0 or >= 128"
13094 msgstr ""
13095
13096 #: git-bisect.sh:525
13097 msgid "bisect run cannot continue any more"
13098 msgstr ""
13099
13100 #: git-bisect.sh:531
13101 #, sh-format
13102 msgid ""
13103 "bisect run failed:\n"
13104 "'bisect_state $state' exited with error code $res"
13105 msgstr ""
13106
13107 #: git-bisect.sh:538
13108 msgid "bisect run success"
13109 msgstr ""
13110
13111 #: git-bisect.sh:565
13112 msgid "please use two different terms"
13113 msgstr ""
13114
13115 #: git-bisect.sh:575
13116 #, sh-format
13117 msgid "'$term' is not a valid term"
13118 msgstr ""
13119
13120 #: git-bisect.sh:578
13121 #, sh-format
13122 msgid "can't use the builtin command '$term' as a term"
13123 msgstr ""
13124
13125 #: git-bisect.sh:587 git-bisect.sh:593
13126 #, sh-format
13127 msgid "can't change the meaning of term '$term'"
13128 msgstr ""
13129
13130 #: git-bisect.sh:606
13131 #, sh-format
13132 msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
13133 msgstr ""
13134
13135 #: git-bisect.sh:636
13136 msgid "no terms defined"
13137 msgstr ""
13138
13139 #: git-bisect.sh:653
13140 #, sh-format
13141 msgid ""
13142 "invalid argument $arg for 'git bisect terms'.\n"
13143 "Supported options are: --term-good|--term-old and --term-bad|--term-new."
13144 msgstr ""
13145
13146 #: git-merge-octopus.sh:46
13147 msgid ""
13148 "Error: Your local changes to the following files would be overwritten by "
13149 "merge"
13150 msgstr ""
13151
13152 #: git-merge-octopus.sh:61
13153 msgid "Automated merge did not work."
13154 msgstr ""
13155
13156 #: git-merge-octopus.sh:62
13157 msgid "Should not be doing an octopus."
13158 msgstr ""
13159
13160 #: git-merge-octopus.sh:73
13161 #, sh-format
13162 msgid "Unable to find common commit with $pretty_name"
13163 msgstr ""
13164
13165 #: git-merge-octopus.sh:77
13166 #, sh-format
13167 msgid "Already up-to-date with $pretty_name"
13168 msgstr ""
13169
13170 #: git-merge-octopus.sh:89
13171 #, sh-format
13172 msgid "Fast-forwarding to: $pretty_name"
13173 msgstr ""
13174
13175 #: git-merge-octopus.sh:97
13176 #, sh-format
13177 msgid "Trying simple merge with $pretty_name"
13178 msgstr ""
13179
13180 #: git-merge-octopus.sh:102
13181 msgid "Simple merge did not work, trying automatic merge."
13182 msgstr ""
13183
13184 #: git-rebase.sh:57
13185 msgid ""
13186 "When you have resolved this problem, run \"git rebase --continue\".\n"
13187 "If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"
13188 "To check out the original branch and stop rebasing, run \"git rebase --abort"
13189 "\"."
13190 msgstr ""
13191
13192 #: git-rebase.sh:157 git-rebase.sh:396
13193 #, sh-format
13194 msgid "Could not move back to $head_name"
13195 msgstr ""
13196
13197 #: git-rebase.sh:171
13198 #, sh-format
13199 msgid "Cannot store $stash_sha1"
13200 msgstr ""
13201
13202 #: git-rebase.sh:211
13203 msgid "The pre-rebase hook refused to rebase."
13204 msgstr ""
13205
13206 #: git-rebase.sh:216
13207 msgid "It looks like git-am is in progress. Cannot rebase."
13208 msgstr ""
13209
13210 #: git-rebase.sh:357
13211 msgid "No rebase in progress?"
13212 msgstr ""
13213
13214 #: git-rebase.sh:368
13215 msgid "The --edit-todo action can only be used during interactive rebase."
13216 msgstr ""
13217
13218 #: git-rebase.sh:375
13219 msgid "Cannot read HEAD"
13220 msgstr ""
13221
13222 #: git-rebase.sh:378
13223 msgid ""
13224 "You must edit all merge conflicts and then\n"
13225 "mark them as resolved using git add"
13226 msgstr ""
13227
13228 #: git-rebase.sh:418
13229 #, sh-format
13230 msgid ""
13231 "It seems that there is already a $state_dir_base directory, and\n"
13232 "I wonder if you are in the middle of another rebase.  If that is the\n"
13233 "case, please try\n"
13234 "\t$cmd_live_rebase\n"
13235 "If that is not the case, please\n"
13236 "\t$cmd_clear_stale_rebase\n"
13237 "and run me again.  I am stopping in case you still have something\n"
13238 "valuable there."
13239 msgstr ""
13240
13241 #: git-rebase.sh:469
13242 #, sh-format
13243 msgid "invalid upstream $upstream_name"
13244 msgstr ""
13245
13246 #: git-rebase.sh:493
13247 #, sh-format
13248 msgid "$onto_name: there are more than one merge bases"
13249 msgstr ""
13250
13251 #: git-rebase.sh:496 git-rebase.sh:500
13252 #, sh-format
13253 msgid "$onto_name: there is no merge base"
13254 msgstr ""
13255
13256 #: git-rebase.sh:505
13257 #, sh-format
13258 msgid "Does not point to a valid commit: $onto_name"
13259 msgstr ""
13260
13261 #: git-rebase.sh:528
13262 #, sh-format
13263 msgid "fatal: no such branch: $branch_name"
13264 msgstr ""
13265
13266 #: git-rebase.sh:561
13267 msgid "Cannot autostash"
13268 msgstr ""
13269
13270 #: git-rebase.sh:566
13271 #, sh-format
13272 msgid "Created autostash: $stash_abbrev"
13273 msgstr ""
13274
13275 #: git-rebase.sh:570
13276 msgid "Please commit or stash them."
13277 msgstr ""
13278
13279 #: git-rebase.sh:590
13280 #, sh-format
13281 msgid "Current branch $branch_name is up to date."
13282 msgstr ""
13283
13284 #: git-rebase.sh:594
13285 #, sh-format
13286 msgid "Current branch $branch_name is up to date, rebase forced."
13287 msgstr ""
13288
13289 #: git-rebase.sh:605
13290 #, sh-format
13291 msgid "Changes from $mb to $onto:"
13292 msgstr ""
13293
13294 #: git-rebase.sh:614
13295 msgid "First, rewinding head to replay your work on top of it..."
13296 msgstr ""
13297
13298 #: git-rebase.sh:624
13299 #, sh-format
13300 msgid "Fast-forwarded $branch_name to $onto_name."
13301 msgstr ""
13302
13303 #: git-stash.sh:50
13304 msgid "git stash clear with parameters is unimplemented"
13305 msgstr ""
13306
13307 #: git-stash.sh:73
13308 msgid "You do not have the initial commit yet"
13309 msgstr ""
13310
13311 #: git-stash.sh:88
13312 msgid "Cannot save the current index state"
13313 msgstr ""
13314
13315 #: git-stash.sh:103
13316 msgid "Cannot save the untracked files"
13317 msgstr ""
13318
13319 #: git-stash.sh:123 git-stash.sh:136
13320 msgid "Cannot save the current worktree state"
13321 msgstr ""
13322
13323 #: git-stash.sh:140
13324 msgid "No changes selected"
13325 msgstr ""
13326
13327 #: git-stash.sh:143
13328 msgid "Cannot remove temporary index (can't happen)"
13329 msgstr ""
13330
13331 #: git-stash.sh:156
13332 msgid "Cannot record working tree state"
13333 msgstr ""
13334
13335 #: git-stash.sh:188
13336 #, sh-format
13337 msgid "Cannot update $ref_stash with $w_commit"
13338 msgstr ""
13339
13340 #. TRANSLATORS: $option is an invalid option, like
13341 #. `--blah-blah'. The 7 spaces at the beginning of the
13342 #. second line correspond to "error: ". So you should line
13343 #. up the second line with however many characters the
13344 #. translation of "error: " takes in your language. E.g. in
13345 #. English this is:
13346 #.
13347 #. $ git stash save --blah-blah 2>&1 | head -n 2
13348 #. error: unknown option for 'stash save': --blah-blah
13349 #. To provide a message, use git stash save -- '--blah-blah'
13350 #: git-stash.sh:238
13351 #, sh-format
13352 msgid ""
13353 "error: unknown option for 'stash save': $option\n"
13354 "       To provide a message, use git stash save -- '$option'"
13355 msgstr ""
13356
13357 #: git-stash.sh:251
13358 msgid "Can't use --patch and --include-untracked or --all at the same time"
13359 msgstr ""
13360
13361 #: git-stash.sh:259
13362 msgid "No local changes to save"
13363 msgstr ""
13364
13365 #: git-stash.sh:263
13366 msgid "Cannot initialize stash"
13367 msgstr ""
13368
13369 #: git-stash.sh:267
13370 msgid "Cannot save the current status"
13371 msgstr ""
13372
13373 #: git-stash.sh:268
13374 #, sh-format
13375 msgid "Saved working directory and index state $stash_msg"
13376 msgstr ""
13377
13378 #: git-stash.sh:285
13379 msgid "Cannot remove worktree changes"
13380 msgstr ""
13381
13382 #: git-stash.sh:403
13383 #, sh-format
13384 msgid "unknown option: $opt"
13385 msgstr ""
13386
13387 #: git-stash.sh:416
13388 msgid "No stash found."
13389 msgstr ""
13390
13391 #: git-stash.sh:423
13392 #, sh-format
13393 msgid "Too many revisions specified: $REV"
13394 msgstr ""
13395
13396 #: git-stash.sh:438
13397 #, sh-format
13398 msgid "$reference is not a valid reference"
13399 msgstr ""
13400
13401 #: git-stash.sh:466
13402 #, sh-format
13403 msgid "'$args' is not a stash-like commit"
13404 msgstr ""
13405
13406 #: git-stash.sh:477
13407 #, sh-format
13408 msgid "'$args' is not a stash reference"
13409 msgstr ""
13410
13411 #: git-stash.sh:485
13412 msgid "unable to refresh index"
13413 msgstr ""
13414
13415 #: git-stash.sh:489
13416 msgid "Cannot apply a stash in the middle of a merge"
13417 msgstr ""
13418
13419 #: git-stash.sh:497
13420 msgid "Conflicts in index. Try without --index."
13421 msgstr ""
13422
13423 #: git-stash.sh:499
13424 msgid "Could not save index tree"
13425 msgstr ""
13426
13427 #: git-stash.sh:508
13428 msgid "Could not restore untracked files from stash"
13429 msgstr ""
13430
13431 #: git-stash.sh:533
13432 msgid "Cannot unstage modified files"
13433 msgstr ""
13434
13435 #: git-stash.sh:548
13436 msgid "Index was not unstashed."
13437 msgstr ""
13438
13439 #: git-stash.sh:562
13440 msgid "The stash is kept in case you need it again."
13441 msgstr ""
13442
13443 #: git-stash.sh:571
13444 #, sh-format
13445 msgid "Dropped ${REV} ($s)"
13446 msgstr ""
13447
13448 #: git-stash.sh:572
13449 #, sh-format
13450 msgid "${REV}: Could not drop stash entry"
13451 msgstr ""
13452
13453 #: git-stash.sh:580
13454 msgid "No branch name specified"
13455 msgstr ""
13456
13457 #: git-stash.sh:652
13458 msgid "(To restore them type \"git stash apply\")"
13459 msgstr ""
13460
13461 #: git-submodule.sh:181
13462 msgid "Relative path can only be used from the toplevel of the working tree"
13463 msgstr ""
13464
13465 #: git-submodule.sh:191
13466 #, sh-format
13467 msgid "repo URL: '$repo' must be absolute or begin with ./|../"
13468 msgstr ""
13469
13470 #: git-submodule.sh:210
13471 #, sh-format
13472 msgid "'$sm_path' already exists in the index"
13473 msgstr ""
13474
13475 #: git-submodule.sh:213
13476 #, sh-format
13477 msgid "'$sm_path' already exists in the index and is not a submodule"
13478 msgstr ""
13479
13480 #: git-submodule.sh:218
13481 #, sh-format
13482 msgid ""
13483 "The following path is ignored by one of your .gitignore files:\n"
13484 "$sm_path\n"
13485 "Use -f if you really want to add it."
13486 msgstr ""
13487
13488 #: git-submodule.sh:236
13489 #, sh-format
13490 msgid "Adding existing repo at '$sm_path' to the index"
13491 msgstr ""
13492
13493 #: git-submodule.sh:238
13494 #, sh-format
13495 msgid "'$sm_path' already exists and is not a valid git repo"
13496 msgstr ""
13497
13498 #: git-submodule.sh:246
13499 #, sh-format
13500 msgid "A git directory for '$sm_name' is found locally with remote(s):"
13501 msgstr ""
13502
13503 #: git-submodule.sh:248
13504 #, sh-format
13505 msgid ""
13506 "If you want to reuse this local git directory instead of cloning again from\n"
13507 "  $realrepo\n"
13508 "use the '--force' option. If the local git directory is not the correct "
13509 "repo\n"
13510 "or you are unsure what this means choose another name with the '--name' "
13511 "option."
13512 msgstr ""
13513
13514 #: git-submodule.sh:254
13515 #, sh-format
13516 msgid "Reactivating local git directory for submodule '$sm_name'."
13517 msgstr ""
13518
13519 #: git-submodule.sh:266
13520 #, sh-format
13521 msgid "Unable to checkout submodule '$sm_path'"
13522 msgstr ""
13523
13524 #: git-submodule.sh:271
13525 #, sh-format
13526 msgid "Failed to add submodule '$sm_path'"
13527 msgstr ""
13528
13529 #: git-submodule.sh:280
13530 #, sh-format
13531 msgid "Failed to register submodule '$sm_path'"
13532 msgstr ""
13533
13534 #: git-submodule.sh:327
13535 #, sh-format
13536 msgid "Entering '$displaypath'"
13537 msgstr ""
13538
13539 #: git-submodule.sh:347
13540 #, sh-format
13541 msgid "Stopping at '$displaypath'; script returned non-zero status."
13542 msgstr ""
13543
13544 #: git-submodule.sh:418
13545 #, sh-format
13546 msgid "pathspec and --all are incompatible"
13547 msgstr ""
13548
13549 #: git-submodule.sh:423
13550 #, sh-format
13551 msgid "Use '--all' if you really want to deinitialize all submodules"
13552 msgstr ""
13553
13554 #: git-submodule.sh:443
13555 #, sh-format
13556 msgid ""
13557 "Submodule work tree '$displaypath' contains a .git directory\n"
13558 "(use 'rm -rf' if you really want to remove it including all of its history)"
13559 msgstr ""
13560
13561 #: git-submodule.sh:451
13562 #, sh-format
13563 msgid ""
13564 "Submodule work tree '$displaypath' contains local modifications; use '-f' to "
13565 "discard them"
13566 msgstr ""
13567
13568 #: git-submodule.sh:454
13569 #, sh-format
13570 msgid "Cleared directory '$displaypath'"
13571 msgstr ""
13572
13573 #: git-submodule.sh:455
13574 #, sh-format
13575 msgid "Could not remove submodule work tree '$displaypath'"
13576 msgstr ""
13577
13578 #: git-submodule.sh:458
13579 #, sh-format
13580 msgid "Could not create empty submodule directory '$displaypath'"
13581 msgstr ""
13582
13583 #: git-submodule.sh:467
13584 #, sh-format
13585 msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"
13586 msgstr ""
13587
13588 #: git-submodule.sh:623
13589 #, sh-format
13590 msgid "Unable to find current revision in submodule path '$displaypath'"
13591 msgstr ""
13592
13593 #: git-submodule.sh:633
13594 #, sh-format
13595 msgid "Unable to fetch in submodule path '$sm_path'"
13596 msgstr ""
13597
13598 #: git-submodule.sh:638
13599 #, sh-format
13600 msgid ""
13601 "Unable to find current ${remote_name}/${branch} revision in submodule path "
13602 "'$sm_path'"
13603 msgstr ""
13604
13605 #: git-submodule.sh:656
13606 #, sh-format
13607 msgid "Unable to fetch in submodule path '$displaypath'"
13608 msgstr ""
13609
13610 #: git-submodule.sh:662
13611 #, sh-format
13612 msgid ""
13613 "Fetched in submodule path '$displaypath', but it did not contain $sha1. "
13614 "Direct fetching of that commit failed."
13615 msgstr ""
13616
13617 #: git-submodule.sh:669
13618 #, sh-format
13619 msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
13620 msgstr ""
13621
13622 #: git-submodule.sh:670
13623 #, sh-format
13624 msgid "Submodule path '$displaypath': checked out '$sha1'"
13625 msgstr ""
13626
13627 #: git-submodule.sh:674
13628 #, sh-format
13629 msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
13630 msgstr ""
13631
13632 #: git-submodule.sh:675
13633 #, sh-format
13634 msgid "Submodule path '$displaypath': rebased into '$sha1'"
13635 msgstr ""
13636
13637 #: git-submodule.sh:680
13638 #, sh-format
13639 msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
13640 msgstr ""
13641
13642 #: git-submodule.sh:681
13643 #, sh-format
13644 msgid "Submodule path '$displaypath': merged in '$sha1'"
13645 msgstr ""
13646
13647 #: git-submodule.sh:686
13648 #, sh-format
13649 msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
13650 msgstr ""
13651
13652 #: git-submodule.sh:687
13653 #, sh-format
13654 msgid "Submodule path '$displaypath': '$command $sha1'"
13655 msgstr ""
13656
13657 #: git-submodule.sh:718
13658 #, sh-format
13659 msgid "Failed to recurse into submodule path '$displaypath'"
13660 msgstr ""
13661
13662 #: git-submodule.sh:826
13663 msgid "The --cached option cannot be used with the --files option"
13664 msgstr ""
13665
13666 #: git-submodule.sh:878
13667 #, sh-format
13668 msgid "unexpected mode $mod_dst"
13669 msgstr ""
13670
13671 #: git-submodule.sh:898
13672 #, sh-format
13673 msgid "  Warn: $display_name doesn't contain commit $sha1_src"
13674 msgstr ""
13675
13676 #: git-submodule.sh:901
13677 #, sh-format
13678 msgid "  Warn: $display_name doesn't contain commit $sha1_dst"
13679 msgstr ""
13680
13681 #: git-submodule.sh:904
13682 #, sh-format
13683 msgid "  Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
13684 msgstr ""
13685
13686 #: git-submodule.sh:1051
13687 #, sh-format
13688 msgid "Failed to recurse into submodule path '$sm_path'"
13689 msgstr ""
13690
13691 #: git-submodule.sh:1118
13692 #, sh-format
13693 msgid "Synchronizing submodule url for '$displaypath'"
13694 msgstr ""
13695
13696 #: git-parse-remote.sh:89
13697 #, sh-format
13698 msgid "See git-${cmd}(1) for details."
13699 msgstr ""
13700
13701 #: git-rebase--interactive.sh:140
13702 #, sh-format
13703 msgid "Rebasing ($new_count/$total)"
13704 msgstr ""
13705
13706 #: git-rebase--interactive.sh:156
13707 msgid ""
13708 "\n"
13709 "Commands:\n"
13710 " p, pick = use commit\n"
13711 " r, reword = use commit, but edit the commit message\n"
13712 " e, edit = use commit, but stop for amending\n"
13713 " s, squash = use commit, but meld into previous commit\n"
13714 " f, fixup = like \"squash\", but discard this commit's log message\n"
13715 " x, exec = run command (the rest of the line) using shell\n"
13716 " d, drop = remove commit\n"
13717 "\n"
13718 "These lines can be re-ordered; they are executed from top to bottom.\n"
13719 msgstr ""
13720
13721 #: git-rebase--interactive.sh:171
13722 msgid ""
13723 "\n"
13724 "Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
13725 msgstr ""
13726
13727 #: git-rebase--interactive.sh:175
13728 msgid ""
13729 "\n"
13730 "If you remove a line here THAT COMMIT WILL BE LOST.\n"
13731 msgstr ""
13732
13733 #: git-rebase--interactive.sh:211
13734 #, sh-format
13735 msgid ""
13736 "You can amend the commit now, with\n"
13737 "\n"
13738 "\tgit commit --amend $gpg_sign_opt_quoted\n"
13739 "\n"
13740 "Once you are satisfied with your changes, run\n"
13741 "\n"
13742 "\tgit rebase --continue"
13743 msgstr ""
13744
13745 #: git-rebase--interactive.sh:236
13746 #, sh-format
13747 msgid "$sha1: not a commit that can be picked"
13748 msgstr ""
13749
13750 #: git-rebase--interactive.sh:275
13751 #, sh-format
13752 msgid "Invalid commit name: $sha1"
13753 msgstr ""
13754
13755 #: git-rebase--interactive.sh:317
13756 msgid "Cannot write current commit's replacement sha1"
13757 msgstr ""
13758
13759 #: git-rebase--interactive.sh:369
13760 #, sh-format
13761 msgid "Fast-forward to $sha1"
13762 msgstr ""
13763
13764 #: git-rebase--interactive.sh:371
13765 #, sh-format
13766 msgid "Cannot fast-forward to $sha1"
13767 msgstr ""
13768
13769 #: git-rebase--interactive.sh:380
13770 #, sh-format
13771 msgid "Cannot move HEAD to $first_parent"
13772 msgstr ""
13773
13774 #: git-rebase--interactive.sh:385
13775 #, sh-format
13776 msgid "Refusing to squash a merge: $sha1"
13777 msgstr ""
13778
13779 #: git-rebase--interactive.sh:399
13780 #, sh-format
13781 msgid "Error redoing merge $sha1"
13782 msgstr ""
13783
13784 #: git-rebase--interactive.sh:407
13785 #, sh-format
13786 msgid "Could not pick $sha1"
13787 msgstr ""
13788
13789 #: git-rebase--interactive.sh:416
13790 #, sh-format
13791 msgid "This is the commit message #${n}:"
13792 msgstr ""
13793
13794 #: git-rebase--interactive.sh:421
13795 #, sh-format
13796 msgid "The commit message #${n} will be skipped:"
13797 msgstr ""
13798
13799 #: git-rebase--interactive.sh:432
13800 #, sh-format
13801 msgid "This is a combination of $count commit."
13802 msgid_plural "This is a combination of $count commits."
13803 msgstr[0] ""
13804 msgstr[1] ""
13805
13806 #: git-rebase--interactive.sh:441
13807 #, sh-format
13808 msgid "Cannot write $fixup_msg"
13809 msgstr ""
13810
13811 #: git-rebase--interactive.sh:444
13812 msgid "This is a combination of 2 commits."
13813 msgstr ""
13814
13815 #: git-rebase--interactive.sh:485 git-rebase--interactive.sh:528
13816 #: git-rebase--interactive.sh:531
13817 #, sh-format
13818 msgid "Could not apply $sha1... $rest"
13819 msgstr ""
13820
13821 #: git-rebase--interactive.sh:559
13822 #, sh-format
13823 msgid ""
13824 "Could not amend commit after successfully picking $sha1... $rest\n"
13825 "This is most likely due to an empty commit message, or the pre-commit hook\n"
13826 "failed. If the pre-commit hook failed, you may need to resolve the issue "
13827 "before\n"
13828 "you are able to reword the commit."
13829 msgstr ""
13830
13831 #: git-rebase--interactive.sh:574
13832 #, sh-format
13833 msgid "Stopped at $sha1_abbrev... $rest"
13834 msgstr ""
13835
13836 #: git-rebase--interactive.sh:589
13837 #, sh-format
13838 msgid "Cannot '$squash_style' without a previous commit"
13839 msgstr ""
13840
13841 #: git-rebase--interactive.sh:631
13842 #, sh-format
13843 msgid "Executing: $rest"
13844 msgstr ""
13845
13846 #: git-rebase--interactive.sh:639
13847 #, sh-format
13848 msgid "Execution failed: $rest"
13849 msgstr ""
13850
13851 #: git-rebase--interactive.sh:641
13852 msgid "and made changes to the index and/or the working tree"
13853 msgstr ""
13854
13855 #: git-rebase--interactive.sh:643
13856 msgid ""
13857 "You can fix the problem, and then run\n"
13858 "\n"
13859 "\tgit rebase --continue"
13860 msgstr ""
13861
13862 #. TRANSLATORS: after these lines is a command to be issued by the user
13863 #: git-rebase--interactive.sh:656
13864 #, sh-format
13865 msgid ""
13866 "Execution succeeded: $rest\n"
13867 "but left changes to the index and/or the working tree\n"
13868 "Commit or stash your changes, and then run\n"
13869 "\n"
13870 "\tgit rebase --continue"
13871 msgstr ""
13872
13873 #: git-rebase--interactive.sh:667
13874 #, sh-format
13875 msgid "Unknown command: $command $sha1 $rest"
13876 msgstr ""
13877
13878 #: git-rebase--interactive.sh:668
13879 msgid "Please fix this using 'git rebase --edit-todo'."
13880 msgstr ""
13881
13882 #: git-rebase--interactive.sh:703
13883 #, sh-format
13884 msgid "Successfully rebased and updated $head_name."
13885 msgstr ""
13886
13887 #: git-rebase--interactive.sh:750
13888 msgid "Could not skip unnecessary pick commands"
13889 msgstr ""
13890
13891 #: git-rebase--interactive.sh:908
13892 #, sh-format
13893 msgid ""
13894 "Warning: the SHA-1 is missing or isn't a commit in the following line:\n"
13895 " - $line"
13896 msgstr ""
13897
13898 #: git-rebase--interactive.sh:941
13899 #, sh-format
13900 msgid ""
13901 "Warning: the command isn't recognized in the following line:\n"
13902 " - $line"
13903 msgstr ""
13904
13905 #: git-rebase--interactive.sh:980
13906 msgid "could not detach HEAD"
13907 msgstr ""
13908
13909 #: git-rebase--interactive.sh:1018
13910 msgid ""
13911 "Warning: some commits may have been dropped accidentally.\n"
13912 "Dropped commits (newer to older):"
13913 msgstr ""
13914
13915 #: git-rebase--interactive.sh:1026
13916 msgid ""
13917 "To avoid this message, use \"drop\" to explicitly remove a commit.\n"
13918 "\n"
13919 "Use 'git config rebase.missingCommitsCheck' to change the level of "
13920 "warnings.\n"
13921 "The possible behaviours are: ignore, warn, error."
13922 msgstr ""
13923
13924 #: git-rebase--interactive.sh:1037
13925 #, sh-format
13926 msgid ""
13927 "Unrecognized setting $check_level for option rebase.missingCommitsCheck. "
13928 "Ignoring."
13929 msgstr ""
13930
13931 #: git-rebase--interactive.sh:1054
13932 msgid ""
13933 "You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
13934 "continue'."
13935 msgstr ""
13936
13937 #: git-rebase--interactive.sh:1055
13938 msgid "Or you can abort the rebase with 'git rebase --abort'."
13939 msgstr ""
13940
13941 #: git-rebase--interactive.sh:1079
13942 msgid "Could not remove CHERRY_PICK_HEAD"
13943 msgstr ""
13944
13945 #: git-rebase--interactive.sh:1084
13946 #, sh-format
13947 msgid ""
13948 "You have staged changes in your working tree.\n"
13949 "If these changes are meant to be\n"
13950 "squashed into the previous commit, run:\n"
13951 "\n"
13952 "  git commit --amend $gpg_sign_opt_quoted\n"
13953 "\n"
13954 "If they are meant to go into a new commit, run:\n"
13955 "\n"
13956 "  git commit $gpg_sign_opt_quoted\n"
13957 "\n"
13958 "In both cases, once you're done, continue with:\n"
13959 "\n"
13960 "  git rebase --continue\n"
13961 msgstr ""
13962
13963 #: git-rebase--interactive.sh:1101
13964 msgid "Error trying to find the author identity to amend commit"
13965 msgstr ""
13966
13967 #: git-rebase--interactive.sh:1106
13968 msgid ""
13969 "You have uncommitted changes in your working tree. Please commit them\n"
13970 "first and then run 'git rebase --continue' again."
13971 msgstr ""
13972
13973 #: git-rebase--interactive.sh:1111 git-rebase--interactive.sh:1115
13974 msgid "Could not commit staged changes."
13975 msgstr ""
13976
13977 #: git-rebase--interactive.sh:1139
13978 msgid ""
13979 "\n"
13980 "You are editing the todo file of an ongoing interactive rebase.\n"
13981 "To continue rebase after editing, run:\n"
13982 "    git rebase --continue\n"
13983 "\n"
13984 msgstr ""
13985
13986 #: git-rebase--interactive.sh:1147 git-rebase--interactive.sh:1305
13987 msgid "Could not execute editor"
13988 msgstr ""
13989
13990 #: git-rebase--interactive.sh:1160
13991 #, sh-format
13992 msgid "Could not checkout $switch_to"
13993 msgstr ""
13994
13995 #: git-rebase--interactive.sh:1165
13996 msgid "No HEAD?"
13997 msgstr ""
13998
13999 #: git-rebase--interactive.sh:1166
14000 #, sh-format
14001 msgid "Could not create temporary $state_dir"
14002 msgstr ""
14003
14004 #: git-rebase--interactive.sh:1168
14005 msgid "Could not mark as interactive"
14006 msgstr ""
14007
14008 #: git-rebase--interactive.sh:1178 git-rebase--interactive.sh:1183
14009 msgid "Could not init rewritten commits"
14010 msgstr ""
14011
14012 #: git-rebase--interactive.sh:1283
14013 #, sh-format
14014 msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
14015 msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
14016 msgstr[0] ""
14017 msgstr[1] ""
14018
14019 #: git-rebase--interactive.sh:1288
14020 msgid ""
14021 "\n"
14022 "However, if you remove everything, the rebase will be aborted.\n"
14023 "\n"
14024 msgstr ""
14025
14026 #: git-rebase--interactive.sh:1295
14027 msgid "Note that empty commits are commented out"
14028 msgstr ""
14029
14030 #: git-sh-setup.sh:89 git-sh-setup.sh:94
14031 #, sh-format
14032 msgid "usage: $dashless $USAGE"
14033 msgstr ""
14034
14035 #: git-sh-setup.sh:190
14036 #, sh-format
14037 msgid "Cannot chdir to $cdup, the toplevel of the working tree"
14038 msgstr ""
14039
14040 #: git-sh-setup.sh:199 git-sh-setup.sh:206
14041 #, sh-format
14042 msgid "fatal: $program_name cannot be used without a working tree."
14043 msgstr ""
14044
14045 #: git-sh-setup.sh:220
14046 msgid "Cannot rebase: You have unstaged changes."
14047 msgstr ""
14048
14049 #: git-sh-setup.sh:223
14050 msgid "Cannot rewrite branches: You have unstaged changes."
14051 msgstr ""
14052
14053 #: git-sh-setup.sh:226
14054 msgid "Cannot pull with rebase: You have unstaged changes."
14055 msgstr ""
14056
14057 #: git-sh-setup.sh:229
14058 #, sh-format
14059 msgid "Cannot $action: You have unstaged changes."
14060 msgstr ""
14061
14062 #: git-sh-setup.sh:242
14063 msgid "Cannot rebase: Your index contains uncommitted changes."
14064 msgstr ""
14065
14066 #: git-sh-setup.sh:245
14067 msgid "Cannot pull with rebase: Your index contains uncommitted changes."
14068 msgstr ""
14069
14070 #: git-sh-setup.sh:248
14071 #, sh-format
14072 msgid "Cannot $action: Your index contains uncommitted changes."
14073 msgstr ""
14074
14075 #: git-sh-setup.sh:252
14076 msgid "Additionally, your index contains uncommitted changes."
14077 msgstr ""
14078
14079 #: git-sh-setup.sh:372
14080 msgid "You need to run this command from the toplevel of the working tree."
14081 msgstr ""
14082
14083 #: git-sh-setup.sh:377
14084 msgid "Unable to determine absolute path of git directory"
14085 msgstr ""
14086
14087 #. TRANSLATORS: you can adjust this to align "git add -i" status menu
14088 #: git-add--interactive.perl:238
14089 #, perl-format
14090 msgid "%12s %12s %s"
14091 msgstr ""
14092
14093 #: git-add--interactive.perl:239
14094 msgid "staged"
14095 msgstr ""
14096
14097 #: git-add--interactive.perl:239
14098 msgid "unstaged"
14099 msgstr ""
14100
14101 #: git-add--interactive.perl:297 git-add--interactive.perl:322
14102 msgid "binary"
14103 msgstr ""
14104
14105 #: git-add--interactive.perl:306 git-add--interactive.perl:360
14106 msgid "nothing"
14107 msgstr ""
14108
14109 #: git-add--interactive.perl:342 git-add--interactive.perl:357
14110 msgid "unchanged"
14111 msgstr ""
14112
14113 #: git-add--interactive.perl:653
14114 #, perl-format
14115 msgid "added %d path\n"
14116 msgid_plural "added %d paths\n"
14117 msgstr[0] ""
14118 msgstr[1] ""
14119
14120 #: git-add--interactive.perl:656
14121 #, perl-format
14122 msgid "updated %d path\n"
14123 msgid_plural "updated %d paths\n"
14124 msgstr[0] ""
14125 msgstr[1] ""
14126
14127 #: git-add--interactive.perl:659
14128 #, perl-format
14129 msgid "reverted %d path\n"
14130 msgid_plural "reverted %d paths\n"
14131 msgstr[0] ""
14132 msgstr[1] ""
14133
14134 #: git-add--interactive.perl:662
14135 #, perl-format
14136 msgid "touched %d path\n"
14137 msgid_plural "touched %d paths\n"
14138 msgstr[0] ""
14139 msgstr[1] ""
14140
14141 #: git-add--interactive.perl:671
14142 msgid "Update"
14143 msgstr ""
14144
14145 #: git-add--interactive.perl:683
14146 msgid "Revert"
14147 msgstr ""
14148
14149 #: git-add--interactive.perl:706
14150 #, perl-format
14151 msgid "note: %s is untracked now.\n"
14152 msgstr ""
14153
14154 #: git-add--interactive.perl:717
14155 msgid "Add untracked"
14156 msgstr ""
14157
14158 #: git-add--interactive.perl:723
14159 msgid "No untracked files.\n"
14160 msgstr ""
14161
14162 #: git-add--interactive.perl:1039
14163 msgid ""
14164 "If the patch applies cleanly, the edited hunk will immediately be\n"
14165 "marked for staging."
14166 msgstr ""
14167
14168 #: git-add--interactive.perl:1042
14169 msgid ""
14170 "If the patch applies cleanly, the edited hunk will immediately be\n"
14171 "marked for stashing."
14172 msgstr ""
14173
14174 #: git-add--interactive.perl:1045
14175 msgid ""
14176 "If the patch applies cleanly, the edited hunk will immediately be\n"
14177 "marked for unstaging."
14178 msgstr ""
14179
14180 #: git-add--interactive.perl:1048 git-add--interactive.perl:1057
14181 msgid ""
14182 "If the patch applies cleanly, the edited hunk will immediately be\n"
14183 "marked for applying."
14184 msgstr ""
14185
14186 #: git-add--interactive.perl:1051
14187 msgid ""
14188 "If the patch applies cleanly, the edited hunk will immediately be\n"
14189 "marked for discarding"
14190 msgstr ""
14191
14192 #: git-add--interactive.perl:1054
14193 msgid ""
14194 "If the patch applies cleanly, the edited hunk will immediately be\n"
14195 "marked for discarding."
14196 msgstr ""
14197
14198 #: git-add--interactive.perl:1067
14199 #, perl-format
14200 msgid "failed to open hunk edit file for writing: %s"
14201 msgstr ""
14202
14203 #: git-add--interactive.perl:1068
14204 msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
14205 msgstr ""
14206
14207 #: git-add--interactive.perl:1074
14208 #, perl-format
14209 msgid ""
14210 "---\n"
14211 "To remove '%s' lines, make them ' ' lines (context).\n"
14212 "To remove '%s' lines, delete them.\n"
14213 "Lines starting with %s will be removed.\n"
14214 msgstr ""
14215
14216 #. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
14217 #: git-add--interactive.perl:1082
14218 msgid ""
14219 "If it does not apply cleanly, you will be given an opportunity to\n"
14220 "edit again.  If all lines of the hunk are removed, then the edit is\n"
14221 "aborted and the hunk is left unchanged.\n"
14222 msgstr ""
14223
14224 #: git-add--interactive.perl:1096
14225 #, perl-format
14226 msgid "failed to open hunk edit file for reading: %s"
14227 msgstr ""
14228
14229 #. TRANSLATORS: do not translate [y/n]
14230 #. The program will only accept that input
14231 #. at this point.
14232 #. Consider translating (saying "no" discards!) as
14233 #. (saying "n" for "no" discards!) if the translation
14234 #. of the word "no" does not start with n.
14235 #: git-add--interactive.perl:1187
14236 msgid ""
14237 "Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
14238 msgstr ""
14239
14240 #: git-add--interactive.perl:1196
14241 msgid ""
14242 "y - stage this hunk\n"
14243 "n - do not stage this hunk\n"
14244 "q - quit; do not stage this hunk or any of the remaining ones\n"
14245 "a - stage this hunk and all later hunks in the file\n"
14246 "d - do not stage this hunk or any of the later hunks in the file"
14247 msgstr ""
14248
14249 #: git-add--interactive.perl:1202
14250 msgid ""
14251 "y - stash this hunk\n"
14252 "n - do not stash this hunk\n"
14253 "q - quit; do not stash this hunk or any of the remaining ones\n"
14254 "a - stash this hunk and all later hunks in the file\n"
14255 "d - do not stash this hunk or any of the later hunks in the file"
14256 msgstr ""
14257
14258 #: git-add--interactive.perl:1208
14259 msgid ""
14260 "y - unstage this hunk\n"
14261 "n - do not unstage this hunk\n"
14262 "q - quit; do not unstage this hunk or any of the remaining ones\n"
14263 "a - unstage this hunk and all later hunks in the file\n"
14264 "d - do not unstage this hunk or any of the later hunks in the file"
14265 msgstr ""
14266
14267 #: git-add--interactive.perl:1214
14268 msgid ""
14269 "y - apply this hunk to index\n"
14270 "n - do not apply this hunk to index\n"
14271 "q - quit; do not apply this hunk or any of the remaining ones\n"
14272 "a - apply this hunk and all later hunks in the file\n"
14273 "d - do not apply this hunk or any of the later hunks in the file"
14274 msgstr ""
14275
14276 #: git-add--interactive.perl:1220
14277 msgid ""
14278 "y - discard this hunk from worktree\n"
14279 "n - do not discard this hunk from worktree\n"
14280 "q - quit; do not discard this hunk or any of the remaining ones\n"
14281 "a - discard this hunk and all later hunks in the file\n"
14282 "d - do not discard this hunk or any of the later hunks in the file"
14283 msgstr ""
14284
14285 #: git-add--interactive.perl:1226
14286 msgid ""
14287 "y - discard this hunk from index and worktree\n"
14288 "n - do not discard this hunk from index and worktree\n"
14289 "q - quit; do not discard this hunk or any of the remaining ones\n"
14290 "a - discard this hunk and all later hunks in the file\n"
14291 "d - do not discard this hunk or any of the later hunks in the file"
14292 msgstr ""
14293
14294 #: git-add--interactive.perl:1232
14295 msgid ""
14296 "y - apply this hunk to index and worktree\n"
14297 "n - do not apply this hunk to index and worktree\n"
14298 "q - quit; do not apply this hunk or any of the remaining ones\n"
14299 "a - apply this hunk and all later hunks in the file\n"
14300 "d - do not apply this hunk or any of the later hunks in the file"
14301 msgstr ""
14302
14303 #: git-add--interactive.perl:1241
14304 msgid ""
14305 "g - select a hunk to go to\n"
14306 "/ - search for a hunk matching the given regex\n"
14307 "j - leave this hunk undecided, see next undecided hunk\n"
14308 "J - leave this hunk undecided, see next hunk\n"
14309 "k - leave this hunk undecided, see previous undecided hunk\n"
14310 "K - leave this hunk undecided, see previous hunk\n"
14311 "s - split the current hunk into smaller hunks\n"
14312 "e - manually edit the current hunk\n"
14313 "? - print help\n"
14314 msgstr ""
14315
14316 #: git-add--interactive.perl:1272
14317 msgid "The selected hunks do not apply to the index!\n"
14318 msgstr ""
14319
14320 #: git-add--interactive.perl:1273
14321 msgid "Apply them to the worktree anyway? "
14322 msgstr ""
14323
14324 #: git-add--interactive.perl:1276
14325 msgid "Nothing was applied.\n"
14326 msgstr ""
14327
14328 #: git-add--interactive.perl:1287
14329 #, perl-format
14330 msgid "ignoring unmerged: %s\n"
14331 msgstr ""
14332
14333 #: git-add--interactive.perl:1296
14334 msgid "Only binary files changed.\n"
14335 msgstr ""
14336
14337 #: git-add--interactive.perl:1298
14338 msgid "No changes.\n"
14339 msgstr ""
14340
14341 #: git-add--interactive.perl:1306
14342 msgid "Patch update"
14343 msgstr ""
14344
14345 #: git-add--interactive.perl:1358
14346 #, perl-format
14347 msgid "Stage mode change [y,n,q,a,d,/%s,?]? "
14348 msgstr ""
14349
14350 #: git-add--interactive.perl:1359
14351 #, perl-format
14352 msgid "Stage deletion [y,n,q,a,d,/%s,?]? "
14353 msgstr ""
14354
14355 #: git-add--interactive.perl:1360
14356 #, perl-format
14357 msgid "Stage this hunk [y,n,q,a,d,/%s,?]? "
14358 msgstr ""
14359
14360 #: git-add--interactive.perl:1363
14361 #, perl-format
14362 msgid "Stash mode change [y,n,q,a,d,/%s,?]? "
14363 msgstr ""
14364
14365 #: git-add--interactive.perl:1364
14366 #, perl-format
14367 msgid "Stash deletion [y,n,q,a,d,/%s,?]? "
14368 msgstr ""
14369
14370 #: git-add--interactive.perl:1365
14371 #, perl-format
14372 msgid "Stash this hunk [y,n,q,a,d,/%s,?]? "
14373 msgstr ""
14374
14375 #: git-add--interactive.perl:1368
14376 #, perl-format
14377 msgid "Unstage mode change [y,n,q,a,d,/%s,?]? "
14378 msgstr ""
14379
14380 #: git-add--interactive.perl:1369
14381 #, perl-format
14382 msgid "Unstage deletion [y,n,q,a,d,/%s,?]? "
14383 msgstr ""
14384
14385 #: git-add--interactive.perl:1370
14386 #, perl-format
14387 msgid "Unstage this hunk [y,n,q,a,d,/%s,?]? "
14388 msgstr ""
14389
14390 #: git-add--interactive.perl:1373
14391 #, perl-format
14392 msgid "Apply mode change to index [y,n,q,a,d,/%s,?]? "
14393 msgstr ""
14394
14395 #: git-add--interactive.perl:1374
14396 #, perl-format
14397 msgid "Apply deletion to index [y,n,q,a,d,/%s,?]? "
14398 msgstr ""
14399
14400 #: git-add--interactive.perl:1375
14401 #, perl-format
14402 msgid "Apply this hunk to index [y,n,q,a,d,/%s,?]? "
14403 msgstr ""
14404
14405 #: git-add--interactive.perl:1378
14406 #, perl-format
14407 msgid "Discard mode change from worktree [y,n,q,a,d,/%s,?]? "
14408 msgstr ""
14409
14410 #: git-add--interactive.perl:1379
14411 #, perl-format
14412 msgid "Discard deletion from worktree [y,n,q,a,d,/%s,?]? "
14413 msgstr ""
14414
14415 #: git-add--interactive.perl:1380
14416 #, perl-format
14417 msgid "Discard this hunk from worktree [y,n,q,a,d,/%s,?]? "
14418 msgstr ""
14419
14420 #: git-add--interactive.perl:1383
14421 #, perl-format
14422 msgid "Discard mode change from index and worktree [y,n,q,a,d,/%s,?]? "
14423 msgstr ""
14424
14425 #: git-add--interactive.perl:1384
14426 #, perl-format
14427 msgid "Discard deletion from index and worktree [y,n,q,a,d,/%s,?]? "
14428 msgstr ""
14429
14430 #: git-add--interactive.perl:1385
14431 #, perl-format
14432 msgid "Discard this hunk from index and worktree [y,n,q,a,d,/%s,?]? "
14433 msgstr ""
14434
14435 #: git-add--interactive.perl:1388
14436 #, perl-format
14437 msgid "Apply mode change to index and worktree [y,n,q,a,d,/%s,?]? "
14438 msgstr ""
14439
14440 #: git-add--interactive.perl:1389
14441 #, perl-format
14442 msgid "Apply deletion to index and worktree [y,n,q,a,d,/%s,?]? "
14443 msgstr ""
14444
14445 #: git-add--interactive.perl:1390
14446 #, perl-format
14447 msgid "Apply this hunk to index and worktree [y,n,q,a,d,/%s,?]? "
14448 msgstr ""
14449
14450 #: git-add--interactive.perl:1493
14451 msgid "go to which hunk (<ret> to see more)? "
14452 msgstr ""
14453
14454 #: git-add--interactive.perl:1495
14455 msgid "go to which hunk? "
14456 msgstr ""
14457
14458 #: git-add--interactive.perl:1504
14459 #, perl-format
14460 msgid "Invalid number: '%s'\n"
14461 msgstr ""
14462
14463 #: git-add--interactive.perl:1509
14464 #, perl-format
14465 msgid "Sorry, only %d hunk available.\n"
14466 msgid_plural "Sorry, only %d hunks available.\n"
14467 msgstr[0] ""
14468 msgstr[1] ""
14469
14470 #: git-add--interactive.perl:1535
14471 msgid "search for regex? "
14472 msgstr ""
14473
14474 #: git-add--interactive.perl:1548
14475 #, perl-format
14476 msgid "Malformed search regexp %s: %s\n"
14477 msgstr ""
14478
14479 #: git-add--interactive.perl:1558
14480 msgid "No hunk matches the given pattern\n"
14481 msgstr ""
14482
14483 #: git-add--interactive.perl:1570 git-add--interactive.perl:1592
14484 msgid "No previous hunk\n"
14485 msgstr ""
14486
14487 #: git-add--interactive.perl:1579 git-add--interactive.perl:1598
14488 msgid "No next hunk\n"
14489 msgstr ""
14490
14491 #: git-add--interactive.perl:1606
14492 #, perl-format
14493 msgid "Split into %d hunk.\n"
14494 msgid_plural "Split into %d hunks.\n"
14495 msgstr[0] ""
14496 msgstr[1] ""
14497
14498 #: git-add--interactive.perl:1658
14499 msgid "Review diff"
14500 msgstr ""
14501
14502 #. TRANSLATORS: please do not translate the command names
14503 #. 'status', 'update', 'revert', etc.
14504 #: git-add--interactive.perl:1677
14505 msgid ""
14506 "status        - show paths with changes\n"
14507 "update        - add working tree state to the staged set of changes\n"
14508 "revert        - revert staged set of changes back to the HEAD version\n"
14509 "patch         - pick hunks and update selectively\n"
14510 "diff\t      - view diff between HEAD and index\n"
14511 "add untracked - add contents of untracked files to the staged set of "
14512 "changes\n"
14513 msgstr ""
14514
14515 #: git-add--interactive.perl:1694 git-add--interactive.perl:1699
14516 #: git-add--interactive.perl:1702 git-add--interactive.perl:1709
14517 #: git-add--interactive.perl:1713 git-add--interactive.perl:1719
14518 msgid "missing --"
14519 msgstr ""
14520
14521 #: git-add--interactive.perl:1715
14522 #, perl-format
14523 msgid "unknown --patch mode: %s"
14524 msgstr ""
14525
14526 #: git-add--interactive.perl:1721 git-add--interactive.perl:1727
14527 #, perl-format
14528 msgid "invalid argument %s, expecting --"
14529 msgstr ""
14530
14531 #: git-send-email.perl:121
14532 msgid "local zone differs from GMT by a non-minute interval\n"
14533 msgstr ""
14534
14535 #: git-send-email.perl:128 git-send-email.perl:134
14536 msgid "local time offset greater than or equal to 24 hours\n"
14537 msgstr ""
14538
14539 #: git-send-email.perl:202 git-send-email.perl:208
14540 msgid "the editor exited uncleanly, aborting everything"
14541 msgstr ""
14542
14543 #: git-send-email.perl:282
14544 #, perl-format
14545 msgid ""
14546 "'%s' contains an intermediate version of the email you were composing.\n"
14547 msgstr ""
14548
14549 #: git-send-email.perl:287
14550 #, perl-format
14551 msgid "'%s.final' contains the composed email.\n"
14552 msgstr ""
14553
14554 #: git-send-email.perl:305
14555 msgid "--dump-aliases incompatible with other options\n"
14556 msgstr ""
14557
14558 #: git-send-email.perl:368 git-send-email.perl:623
14559 msgid "Cannot run git format-patch from outside a repository\n"
14560 msgstr ""
14561
14562 #: git-send-email.perl:437
14563 #, perl-format
14564 msgid "Unknown --suppress-cc field: '%s'\n"
14565 msgstr ""
14566
14567 #: git-send-email.perl:466
14568 #, perl-format
14569 msgid "Unknown --confirm setting: '%s'\n"
14570 msgstr ""
14571
14572 #: git-send-email.perl:498
14573 #, perl-format
14574 msgid "warning: sendmail alias with quotes is not supported: %s\n"
14575 msgstr ""
14576
14577 #: git-send-email.perl:500
14578 #, perl-format
14579 msgid "warning: `:include:` not supported: %s\n"
14580 msgstr ""
14581
14582 #: git-send-email.perl:502
14583 #, perl-format
14584 msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
14585 msgstr ""
14586
14587 #: git-send-email.perl:507
14588 #, perl-format
14589 msgid "warning: sendmail line is not recognized: %s\n"
14590 msgstr ""
14591
14592 #: git-send-email.perl:589
14593 #, perl-format
14594 msgid ""
14595 "File '%s' exists but it could also be the range of commits\n"
14596 "to produce patches for.  Please disambiguate by...\n"
14597 "\n"
14598 "    * Saying \"./%s\" if you mean a file; or\n"
14599 "    * Giving --format-patch option if you mean a range.\n"
14600 msgstr ""
14601
14602 #: git-send-email.perl:610
14603 #, perl-format
14604 msgid "Failed to opendir %s: %s"
14605 msgstr ""
14606
14607 #: git-send-email.perl:634
14608 #, perl-format
14609 msgid ""
14610 "fatal: %s: %s\n"
14611 "warning: no patches were sent\n"
14612 msgstr ""
14613
14614 #: git-send-email.perl:645
14615 msgid ""
14616 "\n"
14617 "No patch files specified!\n"
14618 "\n"
14619 msgstr ""
14620
14621 #: git-send-email.perl:658
14622 #, perl-format
14623 msgid "No subject line in %s?"
14624 msgstr ""
14625
14626 #: git-send-email.perl:668
14627 #, perl-format
14628 msgid "Failed to open for writing %s: %s"
14629 msgstr ""
14630
14631 #: git-send-email.perl:678
14632 msgid ""
14633 "Lines beginning in \"GIT:\" will be removed.\n"
14634 "Consider including an overall diffstat or table of contents\n"
14635 "for the patch you are writing.\n"
14636 "\n"
14637 "Clear the body content if you don't wish to send a summary.\n"
14638 msgstr ""
14639
14640 #: git-send-email.perl:701
14641 #, perl-format
14642 msgid "Failed to open %s.final: %s"
14643 msgstr ""
14644
14645 #: git-send-email.perl:704
14646 #, perl-format
14647 msgid "Failed to open %s: %s"
14648 msgstr ""
14649
14650 #: git-send-email.perl:739
14651 msgid "To/Cc/Bcc fields are not interpreted yet, they have been ignored\n"
14652 msgstr ""
14653
14654 #: git-send-email.perl:748
14655 msgid "Summary email is empty, skipping it\n"
14656 msgstr ""
14657
14658 #. TRANSLATORS: please keep [y/N] as is.
14659 #: git-send-email.perl:780
14660 #, perl-format
14661 msgid "Are you sure you want to use <%s> [y/N]? "
14662 msgstr ""
14663
14664 #: git-send-email.perl:809
14665 msgid ""
14666 "The following files are 8bit, but do not declare a Content-Transfer-"
14667 "Encoding.\n"
14668 msgstr ""
14669
14670 #: git-send-email.perl:814
14671 msgid "Which 8bit encoding should I declare [UTF-8]? "
14672 msgstr ""
14673
14674 #: git-send-email.perl:822
14675 #, perl-format
14676 msgid ""
14677 "Refusing to send because the patch\n"
14678 "\t%s\n"
14679 "has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
14680 "want to send.\n"
14681 msgstr ""
14682
14683 #: git-send-email.perl:841
14684 msgid "To whom should the emails be sent (if anyone)?"
14685 msgstr ""
14686
14687 #: git-send-email.perl:859
14688 #, perl-format
14689 msgid "fatal: alias '%s' expands to itself\n"
14690 msgstr ""
14691
14692 #: git-send-email.perl:871
14693 msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
14694 msgstr ""
14695
14696 #: git-send-email.perl:921 git-send-email.perl:929
14697 #, perl-format
14698 msgid "error: unable to extract a valid address from: %s\n"
14699 msgstr ""
14700
14701 #. TRANSLATORS: Make sure to include [q] [d] [e] in your
14702 #. translation. The program will only accept English input
14703 #. at this point.
14704 #: git-send-email.perl:933
14705 msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
14706 msgstr ""
14707
14708 #: git-send-email.perl:1234
14709 #, perl-format
14710 msgid "CA path \"%s\" does not exist"
14711 msgstr ""
14712
14713 #: git-send-email.perl:1309
14714 msgid ""
14715 "    The Cc list above has been expanded by additional\n"
14716 "    addresses found in the patch commit message. By default\n"
14717 "    send-email prompts before sending whenever this occurs.\n"
14718 "    This behavior is controlled by the sendemail.confirm\n"
14719 "    configuration setting.\n"
14720 "\n"
14721 "    For additional information, run 'git send-email --help'.\n"
14722 "    To retain the current behavior, but squelch this message,\n"
14723 "    run 'git config --global sendemail.confirm auto'.\n"
14724 "\n"
14725 msgstr ""
14726
14727 #. TRANSLATORS: Make sure to include [y] [n] [q] [a] in your
14728 #. translation. The program will only accept English input
14729 #. at this point.
14730 #: git-send-email.perl:1324
14731 msgid "Send this email? ([y]es|[n]o|[q]uit|[a]ll): "
14732 msgstr ""
14733
14734 #: git-send-email.perl:1327
14735 msgid "Send this email reply required"
14736 msgstr ""
14737
14738 #: git-send-email.perl:1353
14739 msgid "The required SMTP server is not properly defined."
14740 msgstr ""
14741
14742 #: git-send-email.perl:1397
14743 #, perl-format
14744 msgid "Server does not support STARTTLS! %s"
14745 msgstr ""
14746
14747 #: git-send-email.perl:1403
14748 msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
14749 msgstr ""
14750
14751 #: git-send-email.perl:1421
14752 #, perl-format
14753 msgid "Failed to send %s\n"
14754 msgstr ""
14755
14756 #: git-send-email.perl:1424
14757 #, perl-format
14758 msgid "Dry-Sent %s\n"
14759 msgstr ""
14760
14761 #: git-send-email.perl:1424
14762 #, perl-format
14763 msgid "Sent %s\n"
14764 msgstr ""
14765
14766 #: git-send-email.perl:1426
14767 msgid "Dry-OK. Log says:\n"
14768 msgstr ""
14769
14770 #: git-send-email.perl:1426
14771 msgid "OK. Log says:\n"
14772 msgstr ""
14773
14774 #: git-send-email.perl:1438
14775 msgid "Result: "
14776 msgstr ""
14777
14778 #: git-send-email.perl:1441
14779 msgid "Result: OK\n"
14780 msgstr ""
14781
14782 #: git-send-email.perl:1454
14783 #, perl-format
14784 msgid "can't open file %s"
14785 msgstr ""
14786
14787 #: git-send-email.perl:1501 git-send-email.perl:1521
14788 #, perl-format
14789 msgid "(mbox) Adding cc: %s from line '%s'\n"
14790 msgstr ""
14791
14792 #: git-send-email.perl:1507
14793 #, perl-format
14794 msgid "(mbox) Adding to: %s from line '%s'\n"
14795 msgstr ""
14796
14797 #: git-send-email.perl:1555
14798 #, perl-format
14799 msgid "(non-mbox) Adding cc: %s from line '%s'\n"
14800 msgstr ""
14801
14802 #: git-send-email.perl:1578
14803 #, perl-format
14804 msgid "(body) Adding cc: %s from line '%s'\n"
14805 msgstr ""
14806
14807 #: git-send-email.perl:1676
14808 #, perl-format
14809 msgid "(%s) Could not execute '%s'"
14810 msgstr ""
14811
14812 #: git-send-email.perl:1683
14813 #, perl-format
14814 msgid "(%s) Adding %s: %s from: '%s'\n"
14815 msgstr ""
14816
14817 #: git-send-email.perl:1687
14818 #, perl-format
14819 msgid "(%s) failed to close pipe to '%s'"
14820 msgstr ""
14821
14822 #: git-send-email.perl:1714
14823 msgid "cannot send message as 7bit"
14824 msgstr ""
14825
14826 #: git-send-email.perl:1722
14827 msgid "invalid transfer encoding"
14828 msgstr ""
14829
14830 #: git-send-email.perl:1741 git-send-email.perl:1792 git-send-email.perl:1802
14831 #, perl-format
14832 msgid "unable to open %s: %s\n"
14833 msgstr ""
14834
14835 #: git-send-email.perl:1744
14836 #, perl-format
14837 msgid "%s: patch contains a line longer than 998 characters"
14838 msgstr ""
14839
14840 #: git-send-email.perl:1760
14841 #, perl-format
14842 msgid "Skipping %s with backup suffix '%s'.\n"
14843 msgstr ""
14844
14845 #. TRANSLATORS: please keep "[y|N]" as is.
14846 #: git-send-email.perl:1764
14847 #, perl-format
14848 msgid "Do you really want to send %s? [y|N]: "
14849 msgstr ""