Merge branch 'master' of git://git.kernel.org/pub/scm/git/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: 2019-05-31 14:35+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:103
22 #, c-format
23 msgid "%shint: %.*s%s\n"
24 msgstr ""
25
26 #: advice.c:156
27 msgid "Cherry-picking is not possible because you have unmerged files."
28 msgstr ""
29
30 #: advice.c:158
31 msgid "Committing is not possible because you have unmerged files."
32 msgstr ""
33
34 #: advice.c:160
35 msgid "Merging is not possible because you have unmerged files."
36 msgstr ""
37
38 #: advice.c:162
39 msgid "Pulling is not possible because you have unmerged files."
40 msgstr ""
41
42 #: advice.c:164
43 msgid "Reverting is not possible because you have unmerged files."
44 msgstr ""
45
46 #: advice.c:166
47 #, c-format
48 msgid "It is not possible to %s because you have unmerged files."
49 msgstr ""
50
51 #: advice.c:174
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:182
58 msgid "Exiting because of an unresolved conflict."
59 msgstr ""
60
61 #: advice.c:187 builtin/merge.c:1320
62 msgid "You have not concluded your merge (MERGE_HEAD exists)."
63 msgstr ""
64
65 #: advice.c:189
66 msgid "Please, commit your changes before merging."
67 msgstr ""
68
69 #: advice.c:190
70 msgid "Exiting because of unfinished merge."
71 msgstr ""
72
73 #: advice.c:196
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 #: alias.c:50
90 msgid "cmdline ends with \\"
91 msgstr ""
92
93 #: alias.c:51
94 msgid "unclosed quote"
95 msgstr ""
96
97 #: apply.c:63
98 #, c-format
99 msgid "unrecognized whitespace option '%s'"
100 msgstr ""
101
102 #: apply.c:79
103 #, c-format
104 msgid "unrecognized whitespace ignore option '%s'"
105 msgstr ""
106
107 #: apply.c:129
108 msgid "--reject and --3way cannot be used together."
109 msgstr ""
110
111 #: apply.c:131
112 msgid "--cached and --3way cannot be used together."
113 msgstr ""
114
115 #: apply.c:134
116 msgid "--3way outside a repository"
117 msgstr ""
118
119 #: apply.c:145
120 msgid "--index outside a repository"
121 msgstr ""
122
123 #: apply.c:148
124 msgid "--cached outside a repository"
125 msgstr ""
126
127 #: apply.c:829
128 #, c-format
129 msgid "Cannot prepare timestamp regexp %s"
130 msgstr ""
131
132 #: apply.c:838
133 #, c-format
134 msgid "regexec returned %d for input: %s"
135 msgstr ""
136
137 #: apply.c:912
138 #, c-format
139 msgid "unable to find filename in patch at line %d"
140 msgstr ""
141
142 #: apply.c:950
143 #, c-format
144 msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
145 msgstr ""
146
147 #: apply.c:956
148 #, c-format
149 msgid "git apply: bad git-diff - inconsistent new filename on line %d"
150 msgstr ""
151
152 #: apply.c:957
153 #, c-format
154 msgid "git apply: bad git-diff - inconsistent old filename on line %d"
155 msgstr ""
156
157 #: apply.c:962
158 #, c-format
159 msgid "git apply: bad git-diff - expected /dev/null on line %d"
160 msgstr ""
161
162 #: apply.c:991
163 #, c-format
164 msgid "invalid mode on line %d: %s"
165 msgstr ""
166
167 #: apply.c:1310
168 #, c-format
169 msgid "inconsistent header lines %d and %d"
170 msgstr ""
171
172 #: apply.c:1482
173 #, c-format
174 msgid "recount: unexpected line: %.*s"
175 msgstr ""
176
177 #: apply.c:1551
178 #, c-format
179 msgid "patch fragment without header at line %d: %.*s"
180 msgstr ""
181
182 #: apply.c:1571
183 #, c-format
184 msgid ""
185 "git diff header lacks filename information when removing %d leading pathname "
186 "component (line %d)"
187 msgid_plural ""
188 "git diff header lacks filename information when removing %d leading pathname "
189 "components (line %d)"
190 msgstr[0] ""
191 msgstr[1] ""
192
193 #: apply.c:1584
194 #, c-format
195 msgid "git diff header lacks filename information (line %d)"
196 msgstr ""
197
198 #: apply.c:1772
199 msgid "new file depends on old contents"
200 msgstr ""
201
202 #: apply.c:1774
203 msgid "deleted file still has contents"
204 msgstr ""
205
206 #: apply.c:1808
207 #, c-format
208 msgid "corrupt patch at line %d"
209 msgstr ""
210
211 #: apply.c:1845
212 #, c-format
213 msgid "new file %s depends on old contents"
214 msgstr ""
215
216 #: apply.c:1847
217 #, c-format
218 msgid "deleted file %s still has contents"
219 msgstr ""
220
221 #: apply.c:1850
222 #, c-format
223 msgid "** warning: file %s becomes empty but is not deleted"
224 msgstr ""
225
226 #: apply.c:1997
227 #, c-format
228 msgid "corrupt binary patch at line %d: %.*s"
229 msgstr ""
230
231 #: apply.c:2034
232 #, c-format
233 msgid "unrecognized binary patch at line %d"
234 msgstr ""
235
236 #: apply.c:2196
237 #, c-format
238 msgid "patch with only garbage at line %d"
239 msgstr ""
240
241 #: apply.c:2282
242 #, c-format
243 msgid "unable to read symlink %s"
244 msgstr ""
245
246 #: apply.c:2286
247 #, c-format
248 msgid "unable to open or read %s"
249 msgstr ""
250
251 #: apply.c:2945
252 #, c-format
253 msgid "invalid start of line: '%c'"
254 msgstr ""
255
256 #: apply.c:3066
257 #, c-format
258 msgid "Hunk #%d succeeded at %d (offset %d line)."
259 msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
260 msgstr[0] ""
261 msgstr[1] ""
262
263 #: apply.c:3078
264 #, c-format
265 msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
266 msgstr ""
267
268 #: apply.c:3084
269 #, c-format
270 msgid ""
271 "while searching for:\n"
272 "%.*s"
273 msgstr ""
274
275 #: apply.c:3106
276 #, c-format
277 msgid "missing binary patch data for '%s'"
278 msgstr ""
279
280 #: apply.c:3114
281 #, c-format
282 msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
283 msgstr ""
284
285 #: apply.c:3161
286 #, c-format
287 msgid "cannot apply binary patch to '%s' without full index line"
288 msgstr ""
289
290 #: apply.c:3171
291 #, c-format
292 msgid ""
293 "the patch applies to '%s' (%s), which does not match the current contents."
294 msgstr ""
295
296 #: apply.c:3179
297 #, c-format
298 msgid "the patch applies to an empty '%s' but it is not empty"
299 msgstr ""
300
301 #: apply.c:3197
302 #, c-format
303 msgid "the necessary postimage %s for '%s' cannot be read"
304 msgstr ""
305
306 #: apply.c:3210
307 #, c-format
308 msgid "binary patch does not apply to '%s'"
309 msgstr ""
310
311 #: apply.c:3216
312 #, c-format
313 msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
314 msgstr ""
315
316 #: apply.c:3237
317 #, c-format
318 msgid "patch failed: %s:%ld"
319 msgstr ""
320
321 #: apply.c:3360
322 #, c-format
323 msgid "cannot checkout %s"
324 msgstr ""
325
326 #: apply.c:3412 apply.c:3423 apply.c:3469 midx.c:59 setup.c:279
327 #, c-format
328 msgid "failed to read %s"
329 msgstr ""
330
331 #: apply.c:3420
332 #, c-format
333 msgid "reading from '%s' beyond a symbolic link"
334 msgstr ""
335
336 #: apply.c:3449 apply.c:3692
337 #, c-format
338 msgid "path %s has been renamed/deleted"
339 msgstr ""
340
341 #: apply.c:3535 apply.c:3707
342 #, c-format
343 msgid "%s: does not exist in index"
344 msgstr ""
345
346 #: apply.c:3544 apply.c:3715
347 #, c-format
348 msgid "%s: does not match index"
349 msgstr ""
350
351 #: apply.c:3579
352 msgid "repository lacks the necessary blob to fall back on 3-way merge."
353 msgstr ""
354
355 #: apply.c:3582
356 #, c-format
357 msgid "Falling back to three-way merge...\n"
358 msgstr ""
359
360 #: apply.c:3598 apply.c:3602
361 #, c-format
362 msgid "cannot read the current contents of '%s'"
363 msgstr ""
364
365 #: apply.c:3614
366 #, c-format
367 msgid "Failed to fall back on three-way merge...\n"
368 msgstr ""
369
370 #: apply.c:3628
371 #, c-format
372 msgid "Applied patch to '%s' with conflicts.\n"
373 msgstr ""
374
375 #: apply.c:3633
376 #, c-format
377 msgid "Applied patch to '%s' cleanly.\n"
378 msgstr ""
379
380 #: apply.c:3659
381 msgid "removal patch leaves file contents"
382 msgstr ""
383
384 #: apply.c:3732
385 #, c-format
386 msgid "%s: wrong type"
387 msgstr ""
388
389 #: apply.c:3734
390 #, c-format
391 msgid "%s has type %o, expected %o"
392 msgstr ""
393
394 #: apply.c:3885 apply.c:3887 read-cache.c:830 read-cache.c:856
395 #: read-cache.c:1309
396 #, c-format
397 msgid "invalid path '%s'"
398 msgstr ""
399
400 #: apply.c:3943
401 #, c-format
402 msgid "%s: already exists in index"
403 msgstr ""
404
405 #: apply.c:3946
406 #, c-format
407 msgid "%s: already exists in working directory"
408 msgstr ""
409
410 #: apply.c:3966
411 #, c-format
412 msgid "new mode (%o) of %s does not match old mode (%o)"
413 msgstr ""
414
415 #: apply.c:3971
416 #, c-format
417 msgid "new mode (%o) of %s does not match old mode (%o) of %s"
418 msgstr ""
419
420 #: apply.c:3991
421 #, c-format
422 msgid "affected file '%s' is beyond a symbolic link"
423 msgstr ""
424
425 #: apply.c:3995
426 #, c-format
427 msgid "%s: patch does not apply"
428 msgstr ""
429
430 #: apply.c:4010
431 #, c-format
432 msgid "Checking patch %s..."
433 msgstr ""
434
435 #: apply.c:4102
436 #, c-format
437 msgid "sha1 information is lacking or useless for submodule %s"
438 msgstr ""
439
440 #: apply.c:4109
441 #, c-format
442 msgid "mode change for %s, which is not in current HEAD"
443 msgstr ""
444
445 #: apply.c:4112
446 #, c-format
447 msgid "sha1 information is lacking or useless (%s)."
448 msgstr ""
449
450 #: apply.c:4117 builtin/checkout.c:257 builtin/reset.c:143
451 #, c-format
452 msgid "make_cache_entry failed for path '%s'"
453 msgstr ""
454
455 #: apply.c:4121
456 #, c-format
457 msgid "could not add %s to temporary index"
458 msgstr ""
459
460 #: apply.c:4131
461 #, c-format
462 msgid "could not write temporary index to %s"
463 msgstr ""
464
465 #: apply.c:4269
466 #, c-format
467 msgid "unable to remove %s from index"
468 msgstr ""
469
470 #: apply.c:4303
471 #, c-format
472 msgid "corrupt patch for submodule %s"
473 msgstr ""
474
475 #: apply.c:4309
476 #, c-format
477 msgid "unable to stat newly created file '%s'"
478 msgstr ""
479
480 #: apply.c:4317
481 #, c-format
482 msgid "unable to create backing store for newly created file %s"
483 msgstr ""
484
485 #: apply.c:4323 apply.c:4468
486 #, c-format
487 msgid "unable to add cache entry for %s"
488 msgstr ""
489
490 #: apply.c:4366
491 #, c-format
492 msgid "failed to write to '%s'"
493 msgstr ""
494
495 #: apply.c:4370
496 #, c-format
497 msgid "closing file '%s'"
498 msgstr ""
499
500 #: apply.c:4440
501 #, c-format
502 msgid "unable to write file '%s' mode %o"
503 msgstr ""
504
505 #: apply.c:4538
506 #, c-format
507 msgid "Applied patch %s cleanly."
508 msgstr ""
509
510 #: apply.c:4546
511 msgid "internal error"
512 msgstr ""
513
514 #: apply.c:4549
515 #, c-format
516 msgid "Applying patch %%s with %d reject..."
517 msgid_plural "Applying patch %%s with %d rejects..."
518 msgstr[0] ""
519 msgstr[1] ""
520
521 #: apply.c:4560
522 #, c-format
523 msgid "truncating .rej filename to %.*s.rej"
524 msgstr ""
525
526 #: apply.c:4568 builtin/fetch.c:837 builtin/fetch.c:1118
527 #, c-format
528 msgid "cannot open %s"
529 msgstr ""
530
531 #: apply.c:4582
532 #, c-format
533 msgid "Hunk #%d applied cleanly."
534 msgstr ""
535
536 #: apply.c:4586
537 #, c-format
538 msgid "Rejected hunk #%d."
539 msgstr ""
540
541 #: apply.c:4696
542 #, c-format
543 msgid "Skipped patch '%s'."
544 msgstr ""
545
546 #: apply.c:4704
547 msgid "unrecognized input"
548 msgstr ""
549
550 #: apply.c:4724
551 msgid "unable to read index file"
552 msgstr ""
553
554 #: apply.c:4879
555 #, c-format
556 msgid "can't open patch '%s': %s"
557 msgstr ""
558
559 #: apply.c:4906
560 #, c-format
561 msgid "squelched %d whitespace error"
562 msgid_plural "squelched %d whitespace errors"
563 msgstr[0] ""
564 msgstr[1] ""
565
566 #: apply.c:4912 apply.c:4927
567 #, c-format
568 msgid "%d line adds whitespace errors."
569 msgid_plural "%d lines add whitespace errors."
570 msgstr[0] ""
571 msgstr[1] ""
572
573 #: apply.c:4920
574 #, c-format
575 msgid "%d line applied after fixing whitespace errors."
576 msgid_plural "%d lines applied after fixing whitespace errors."
577 msgstr[0] ""
578 msgstr[1] ""
579
580 #: apply.c:4936 builtin/add.c:540 builtin/mv.c:301 builtin/rm.c:390
581 msgid "Unable to write new index file"
582 msgstr ""
583
584 #: apply.c:4963 apply.c:4966 builtin/am.c:2210 builtin/am.c:2213
585 #: builtin/clone.c:120 builtin/fetch.c:118 builtin/merge.c:271
586 #: builtin/pull.c:207 builtin/submodule--helper.c:407
587 #: builtin/submodule--helper.c:1366 builtin/submodule--helper.c:1369
588 #: builtin/submodule--helper.c:1849 builtin/submodule--helper.c:1852
589 #: builtin/submodule--helper.c:2091 git-add--interactive.perl:197
590 msgid "path"
591 msgstr ""
592
593 #: apply.c:4964
594 msgid "don't apply changes matching the given path"
595 msgstr ""
596
597 #: apply.c:4967
598 msgid "apply changes matching the given path"
599 msgstr ""
600
601 #: apply.c:4969 builtin/am.c:2219
602 msgid "num"
603 msgstr ""
604
605 #: apply.c:4970
606 msgid "remove <num> leading slashes from traditional diff paths"
607 msgstr ""
608
609 #: apply.c:4973
610 msgid "ignore additions made by the patch"
611 msgstr ""
612
613 #: apply.c:4975
614 msgid "instead of applying the patch, output diffstat for the input"
615 msgstr ""
616
617 #: apply.c:4979
618 msgid "show number of added and deleted lines in decimal notation"
619 msgstr ""
620
621 #: apply.c:4981
622 msgid "instead of applying the patch, output a summary for the input"
623 msgstr ""
624
625 #: apply.c:4983
626 msgid "instead of applying the patch, see if the patch is applicable"
627 msgstr ""
628
629 #: apply.c:4985
630 msgid "make sure the patch is applicable to the current index"
631 msgstr ""
632
633 #: apply.c:4987
634 msgid "mark new files with `git add --intent-to-add`"
635 msgstr ""
636
637 #: apply.c:4989
638 msgid "apply a patch without touching the working tree"
639 msgstr ""
640
641 #: apply.c:4991
642 msgid "accept a patch that touches outside the working area"
643 msgstr ""
644
645 #: apply.c:4994
646 msgid "also apply the patch (use with --stat/--summary/--check)"
647 msgstr ""
648
649 #: apply.c:4996
650 msgid "attempt three-way merge if a patch does not apply"
651 msgstr ""
652
653 #: apply.c:4998
654 msgid "build a temporary index based on embedded index information"
655 msgstr ""
656
657 #: apply.c:5001 builtin/checkout-index.c:173 builtin/ls-files.c:524
658 msgid "paths are separated with NUL character"
659 msgstr ""
660
661 #: apply.c:5003
662 msgid "ensure at least <n> lines of context match"
663 msgstr ""
664
665 #: apply.c:5004 builtin/am.c:2198 builtin/interpret-trailers.c:97
666 #: builtin/interpret-trailers.c:99 builtin/interpret-trailers.c:101
667 #: builtin/pack-objects.c:3317 builtin/rebase.c:1415
668 msgid "action"
669 msgstr ""
670
671 #: apply.c:5005
672 msgid "detect new or modified lines that have whitespace errors"
673 msgstr ""
674
675 #: apply.c:5008 apply.c:5011
676 msgid "ignore changes in whitespace when finding context"
677 msgstr ""
678
679 #: apply.c:5014
680 msgid "apply the patch in reverse"
681 msgstr ""
682
683 #: apply.c:5016
684 msgid "don't expect at least one line of context"
685 msgstr ""
686
687 #: apply.c:5018
688 msgid "leave the rejected hunks in corresponding *.rej files"
689 msgstr ""
690
691 #: apply.c:5020
692 msgid "allow overlapping hunks"
693 msgstr ""
694
695 #: apply.c:5021 builtin/add.c:291 builtin/check-ignore.c:22
696 #: builtin/commit.c:1317 builtin/count-objects.c:98 builtin/fsck.c:786
697 #: builtin/log.c:2045 builtin/mv.c:123 builtin/read-tree.c:128
698 msgid "be verbose"
699 msgstr ""
700
701 #: apply.c:5023
702 msgid "tolerate incorrectly detected missing new-line at the end of file"
703 msgstr ""
704
705 #: apply.c:5026
706 msgid "do not trust the line counts in the hunk headers"
707 msgstr ""
708
709 #: apply.c:5028 builtin/am.c:2207
710 msgid "root"
711 msgstr ""
712
713 #: apply.c:5029
714 msgid "prepend <root> to all filenames"
715 msgstr ""
716
717 #: archive.c:14
718 msgid "git archive [<options>] <tree-ish> [<path>...]"
719 msgstr ""
720
721 #: archive.c:15
722 msgid "git archive --list"
723 msgstr ""
724
725 #: archive.c:16
726 msgid ""
727 "git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
728 msgstr ""
729
730 #: archive.c:17
731 msgid "git archive --remote <repo> [--exec <cmd>] --list"
732 msgstr ""
733
734 #: archive.c:372 builtin/add.c:177 builtin/add.c:516 builtin/rm.c:299
735 #, c-format
736 msgid "pathspec '%s' did not match any files"
737 msgstr ""
738
739 #: archive.c:396
740 #, c-format
741 msgid "no such ref: %.*s"
742 msgstr ""
743
744 #: archive.c:401
745 #, c-format
746 msgid "not a valid object name: %s"
747 msgstr ""
748
749 #: archive.c:414
750 #, c-format
751 msgid "not a tree object: %s"
752 msgstr ""
753
754 #: archive.c:424
755 msgid "current working directory is untracked"
756 msgstr ""
757
758 #: archive.c:455
759 msgid "fmt"
760 msgstr ""
761
762 #: archive.c:455
763 msgid "archive format"
764 msgstr ""
765
766 #: archive.c:456 builtin/log.c:1557
767 msgid "prefix"
768 msgstr ""
769
770 #: archive.c:457
771 msgid "prepend prefix to each pathname in the archive"
772 msgstr ""
773
774 #: archive.c:458 builtin/blame.c:821 builtin/blame.c:822
775 #: builtin/commit-tree.c:117 builtin/config.c:129 builtin/fast-export.c:1091
776 #: builtin/fast-export.c:1093 builtin/grep.c:895 builtin/hash-object.c:105
777 #: builtin/ls-files.c:560 builtin/ls-files.c:563 builtin/notes.c:412
778 #: builtin/notes.c:578 builtin/read-tree.c:123 parse-options.h:177
779 msgid "file"
780 msgstr ""
781
782 #: archive.c:459 builtin/archive.c:90
783 msgid "write the archive to this file"
784 msgstr ""
785
786 #: archive.c:461
787 msgid "read .gitattributes in working directory"
788 msgstr ""
789
790 #: archive.c:462
791 msgid "report archived files on stderr"
792 msgstr ""
793
794 #: archive.c:463
795 msgid "store only"
796 msgstr ""
797
798 #: archive.c:464
799 msgid "compress faster"
800 msgstr ""
801
802 #: archive.c:472
803 msgid "compress better"
804 msgstr ""
805
806 #: archive.c:475
807 msgid "list supported archive formats"
808 msgstr ""
809
810 #: archive.c:477 builtin/archive.c:91 builtin/clone.c:110 builtin/clone.c:113
811 #: builtin/submodule--helper.c:1378 builtin/submodule--helper.c:1858
812 msgid "repo"
813 msgstr ""
814
815 #: archive.c:478 builtin/archive.c:92
816 msgid "retrieve the archive from remote repository <repo>"
817 msgstr ""
818
819 #: archive.c:479 builtin/archive.c:93 builtin/difftool.c:707
820 #: builtin/notes.c:498
821 msgid "command"
822 msgstr ""
823
824 #: archive.c:480 builtin/archive.c:94
825 msgid "path to the remote git-upload-archive command"
826 msgstr ""
827
828 #: archive.c:487
829 msgid "Unexpected option --remote"
830 msgstr ""
831
832 #: archive.c:489
833 msgid "Option --exec can only be used together with --remote"
834 msgstr ""
835
836 #: archive.c:491
837 msgid "Unexpected option --output"
838 msgstr ""
839
840 #: archive.c:513
841 #, c-format
842 msgid "Unknown archive format '%s'"
843 msgstr ""
844
845 #: archive.c:520
846 #, c-format
847 msgid "Argument not supported for format '%s': -%d"
848 msgstr ""
849
850 #: archive-tar.c:125 archive-zip.c:345
851 #, c-format
852 msgid "cannot stream blob %s"
853 msgstr ""
854
855 #: archive-tar.c:260 archive-zip.c:363
856 #, c-format
857 msgid "unsupported file mode: 0%o (SHA1: %s)"
858 msgstr ""
859
860 #: archive-tar.c:287 archive-zip.c:353
861 #, c-format
862 msgid "cannot read %s"
863 msgstr ""
864
865 #: archive-tar.c:459
866 #, c-format
867 msgid "unable to start '%s' filter"
868 msgstr ""
869
870 #: archive-tar.c:462
871 msgid "unable to redirect descriptor"
872 msgstr ""
873
874 #: archive-tar.c:469
875 #, c-format
876 msgid "'%s' filter reported error"
877 msgstr ""
878
879 #: archive-zip.c:314
880 #, c-format
881 msgid "path is not valid UTF-8: %s"
882 msgstr ""
883
884 #: archive-zip.c:318
885 #, c-format
886 msgid "path too long (%d chars, SHA1: %s): %s"
887 msgstr ""
888
889 #: archive-zip.c:474 builtin/pack-objects.c:226 builtin/pack-objects.c:229
890 #, c-format
891 msgid "deflate error (%d)"
892 msgstr ""
893
894 #: archive-zip.c:609
895 #, c-format
896 msgid "timestamp too large for this system: %<PRIuMAX>"
897 msgstr ""
898
899 #: attr.c:211
900 #, c-format
901 msgid "%.*s is not a valid attribute name"
902 msgstr ""
903
904 #: attr.c:368
905 #, c-format
906 msgid "%s not allowed: %s:%d"
907 msgstr ""
908
909 #: attr.c:408
910 msgid ""
911 "Negative patterns are ignored in git attributes\n"
912 "Use '\\!' for literal leading exclamation."
913 msgstr ""
914
915 #: bisect.c:468
916 #, c-format
917 msgid "Badly quoted content in file '%s': %s"
918 msgstr ""
919
920 #: bisect.c:678
921 #, c-format
922 msgid "We cannot bisect more!\n"
923 msgstr ""
924
925 #: bisect.c:733
926 #, c-format
927 msgid "Not a valid commit name %s"
928 msgstr ""
929
930 #: bisect.c:758
931 #, c-format
932 msgid ""
933 "The merge base %s is bad.\n"
934 "This means the bug has been fixed between %s and [%s].\n"
935 msgstr ""
936
937 #: bisect.c:763
938 #, c-format
939 msgid ""
940 "The merge base %s is new.\n"
941 "The property has changed between %s and [%s].\n"
942 msgstr ""
943
944 #: bisect.c:768
945 #, c-format
946 msgid ""
947 "The merge base %s is %s.\n"
948 "This means the first '%s' commit is between %s and [%s].\n"
949 msgstr ""
950
951 #: bisect.c:776
952 #, c-format
953 msgid ""
954 "Some %s revs are not ancestors of the %s rev.\n"
955 "git bisect cannot work properly in this case.\n"
956 "Maybe you mistook %s and %s revs?\n"
957 msgstr ""
958
959 #: bisect.c:789
960 #, c-format
961 msgid ""
962 "the merge base between %s and [%s] must be skipped.\n"
963 "So we cannot be sure the first %s commit is between %s and %s.\n"
964 "We continue anyway."
965 msgstr ""
966
967 #: bisect.c:822
968 #, c-format
969 msgid "Bisecting: a merge base must be tested\n"
970 msgstr ""
971
972 #: bisect.c:865
973 #, c-format
974 msgid "a %s revision is needed"
975 msgstr ""
976
977 #: bisect.c:884 builtin/notes.c:177 builtin/tag.c:248
978 #, c-format
979 msgid "could not create file '%s'"
980 msgstr ""
981
982 #: bisect.c:928 builtin/merge.c:146
983 #, c-format
984 msgid "could not read file '%s'"
985 msgstr ""
986
987 #: bisect.c:958
988 msgid "reading bisect refs failed"
989 msgstr ""
990
991 #: bisect.c:977
992 #, c-format
993 msgid "%s was both %s and %s\n"
994 msgstr ""
995
996 #: bisect.c:985
997 #, c-format
998 msgid ""
999 "No testable commit found.\n"
1000 "Maybe you started with bad path parameters?\n"
1001 msgstr ""
1002
1003 #: bisect.c:1004
1004 #, c-format
1005 msgid "(roughly %d step)"
1006 msgid_plural "(roughly %d steps)"
1007 msgstr[0] ""
1008 msgstr[1] ""
1009
1010 #. TRANSLATORS: the last %s will be replaced with "(roughly %d
1011 #. steps)" translation.
1012 #.
1013 #: bisect.c:1010
1014 #, c-format
1015 msgid "Bisecting: %d revision left to test after this %s\n"
1016 msgid_plural "Bisecting: %d revisions left to test after this %s\n"
1017 msgstr[0] ""
1018 msgstr[1] ""
1019
1020 #: blame.c:1794
1021 msgid "--contents and --reverse do not blend well."
1022 msgstr ""
1023
1024 #: blame.c:1808
1025 msgid "cannot use --contents with final commit object name"
1026 msgstr ""
1027
1028 #: blame.c:1829
1029 msgid "--reverse and --first-parent together require specified latest commit"
1030 msgstr ""
1031
1032 #: blame.c:1838 bundle.c:164 ref-filter.c:2077 remote.c:1938 sequencer.c:2030
1033 #: sequencer.c:4224 builtin/commit.c:1017 builtin/log.c:382 builtin/log.c:940
1034 #: builtin/log.c:1428 builtin/log.c:1804 builtin/log.c:2094 builtin/merge.c:415
1035 #: builtin/pack-objects.c:3140 builtin/pack-objects.c:3155
1036 #: builtin/shortlog.c:192
1037 msgid "revision walk setup failed"
1038 msgstr ""
1039
1040 #: blame.c:1856
1041 msgid ""
1042 "--reverse --first-parent together require range along first-parent chain"
1043 msgstr ""
1044
1045 #: blame.c:1867
1046 #, c-format
1047 msgid "no such path %s in %s"
1048 msgstr ""
1049
1050 #: blame.c:1878
1051 #, c-format
1052 msgid "cannot read blob %s for path %s"
1053 msgstr ""
1054
1055 #: branch.c:53
1056 #, c-format
1057 msgid ""
1058 "\n"
1059 "After fixing the error cause you may try to fix up\n"
1060 "the remote tracking information by invoking\n"
1061 "\"git branch --set-upstream-to=%s%s%s\"."
1062 msgstr ""
1063
1064 #: branch.c:67
1065 #, c-format
1066 msgid "Not setting branch %s as its own upstream."
1067 msgstr ""
1068
1069 #: branch.c:93
1070 #, c-format
1071 msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."
1072 msgstr ""
1073
1074 #: branch.c:94
1075 #, c-format
1076 msgid "Branch '%s' set up to track remote branch '%s' from '%s'."
1077 msgstr ""
1078
1079 #: branch.c:98
1080 #, c-format
1081 msgid "Branch '%s' set up to track local branch '%s' by rebasing."
1082 msgstr ""
1083
1084 #: branch.c:99
1085 #, c-format
1086 msgid "Branch '%s' set up to track local branch '%s'."
1087 msgstr ""
1088
1089 #: branch.c:104
1090 #, c-format
1091 msgid "Branch '%s' set up to track remote ref '%s' by rebasing."
1092 msgstr ""
1093
1094 #: branch.c:105
1095 #, c-format
1096 msgid "Branch '%s' set up to track remote ref '%s'."
1097 msgstr ""
1098
1099 #: branch.c:109
1100 #, c-format
1101 msgid "Branch '%s' set up to track local ref '%s' by rebasing."
1102 msgstr ""
1103
1104 #: branch.c:110
1105 #, c-format
1106 msgid "Branch '%s' set up to track local ref '%s'."
1107 msgstr ""
1108
1109 #: branch.c:119
1110 msgid "Unable to write upstream branch configuration"
1111 msgstr ""
1112
1113 #: branch.c:156
1114 #, c-format
1115 msgid "Not tracking: ambiguous information for ref %s"
1116 msgstr ""
1117
1118 #: branch.c:189
1119 #, c-format
1120 msgid "'%s' is not a valid branch name."
1121 msgstr ""
1122
1123 #: branch.c:208
1124 #, c-format
1125 msgid "A branch named '%s' already exists."
1126 msgstr ""
1127
1128 #: branch.c:213
1129 msgid "Cannot force update the current branch."
1130 msgstr ""
1131
1132 #: branch.c:233
1133 #, c-format
1134 msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1135 msgstr ""
1136
1137 #: branch.c:235
1138 #, c-format
1139 msgid "the requested upstream branch '%s' does not exist"
1140 msgstr ""
1141
1142 #: branch.c:237
1143 msgid ""
1144 "\n"
1145 "If you are planning on basing your work on an upstream\n"
1146 "branch that already exists at the remote, you may need to\n"
1147 "run \"git fetch\" to retrieve it.\n"
1148 "\n"
1149 "If you are planning to push out a new local branch that\n"
1150 "will track its remote counterpart, you may want to use\n"
1151 "\"git push -u\" to set the upstream config as you push."
1152 msgstr ""
1153
1154 #: branch.c:281
1155 #, c-format
1156 msgid "Not a valid object name: '%s'."
1157 msgstr ""
1158
1159 #: branch.c:301
1160 #, c-format
1161 msgid "Ambiguous object name: '%s'."
1162 msgstr ""
1163
1164 #: branch.c:306
1165 #, c-format
1166 msgid "Not a valid branch point: '%s'."
1167 msgstr ""
1168
1169 #: branch.c:359
1170 #, c-format
1171 msgid "'%s' is already checked out at '%s'"
1172 msgstr ""
1173
1174 #: branch.c:382
1175 #, c-format
1176 msgid "HEAD of working tree %s is not updated"
1177 msgstr ""
1178
1179 #: bundle.c:36
1180 #, c-format
1181 msgid "'%s' does not look like a v2 bundle file"
1182 msgstr ""
1183
1184 #: bundle.c:64
1185 #, c-format
1186 msgid "unrecognized header: %s%s (%d)"
1187 msgstr ""
1188
1189 #: bundle.c:90 rerere.c:480 rerere.c:690 sequencer.c:2281 sequencer.c:2916
1190 #: builtin/commit.c:788
1191 #, c-format
1192 msgid "could not open '%s'"
1193 msgstr ""
1194
1195 #: bundle.c:143
1196 msgid "Repository lacks these prerequisite commits:"
1197 msgstr ""
1198
1199 #: bundle.c:194
1200 #, c-format
1201 msgid "The bundle contains this ref:"
1202 msgid_plural "The bundle contains these %d refs:"
1203 msgstr[0] ""
1204 msgstr[1] ""
1205
1206 #: bundle.c:201
1207 msgid "The bundle records a complete history."
1208 msgstr ""
1209
1210 #: bundle.c:203
1211 #, c-format
1212 msgid "The bundle requires this ref:"
1213 msgid_plural "The bundle requires these %d refs:"
1214 msgstr[0] ""
1215 msgstr[1] ""
1216
1217 #: bundle.c:269
1218 msgid "unable to dup bundle descriptor"
1219 msgstr ""
1220
1221 #: bundle.c:276
1222 msgid "Could not spawn pack-objects"
1223 msgstr ""
1224
1225 #: bundle.c:287
1226 msgid "pack-objects died"
1227 msgstr ""
1228
1229 #: bundle.c:329
1230 msgid "rev-list died"
1231 msgstr ""
1232
1233 #: bundle.c:378
1234 #, c-format
1235 msgid "ref '%s' is excluded by the rev-list options"
1236 msgstr ""
1237
1238 #: bundle.c:457 builtin/log.c:197 builtin/log.c:1709 builtin/shortlog.c:306
1239 #, c-format
1240 msgid "unrecognized argument: %s"
1241 msgstr ""
1242
1243 #: bundle.c:465
1244 msgid "Refusing to create empty bundle."
1245 msgstr ""
1246
1247 #: bundle.c:475
1248 #, c-format
1249 msgid "cannot create '%s'"
1250 msgstr ""
1251
1252 #: bundle.c:500
1253 msgid "index-pack died"
1254 msgstr ""
1255
1256 #: color.c:296
1257 #, c-format
1258 msgid "invalid color value: %.*s"
1259 msgstr ""
1260
1261 #: commit.c:50 sequencer.c:2697 builtin/am.c:355 builtin/am.c:399
1262 #: builtin/am.c:1377 builtin/am.c:2022 builtin/replace.c:455
1263 #, c-format
1264 msgid "could not parse %s"
1265 msgstr ""
1266
1267 #: commit.c:52
1268 #, c-format
1269 msgid "%s %s is not a commit!"
1270 msgstr ""
1271
1272 #: commit.c:193
1273 msgid ""
1274 "Support for <GIT_DIR>/info/grafts is deprecated\n"
1275 "and will be removed in a future Git version.\n"
1276 "\n"
1277 "Please use \"git replace --convert-graft-file\"\n"
1278 "to convert the grafts into replace refs.\n"
1279 "\n"
1280 "Turn this message off by running\n"
1281 "\"git config advice.graftFileDeprecated false\""
1282 msgstr ""
1283
1284 #: commit.c:1128
1285 #, c-format
1286 msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
1287 msgstr ""
1288
1289 #: commit.c:1131
1290 #, c-format
1291 msgid "Commit %s has a bad GPG signature allegedly by %s."
1292 msgstr ""
1293
1294 #: commit.c:1134
1295 #, c-format
1296 msgid "Commit %s does not have a GPG signature."
1297 msgstr ""
1298
1299 #: commit.c:1137
1300 #, c-format
1301 msgid "Commit %s has a good GPG signature by %s\n"
1302 msgstr ""
1303
1304 #: commit.c:1391
1305 msgid ""
1306 "Warning: commit message did not conform to UTF-8.\n"
1307 "You may want to amend it after fixing the message, or set the config\n"
1308 "variable i18n.commitencoding to the encoding your project uses.\n"
1309 msgstr ""
1310
1311 #: commit-graph.c:105
1312 msgid "commit-graph file is too small"
1313 msgstr ""
1314
1315 #: commit-graph.c:170
1316 #, c-format
1317 msgid "commit-graph signature %X does not match signature %X"
1318 msgstr ""
1319
1320 #: commit-graph.c:177
1321 #, c-format
1322 msgid "commit-graph version %X does not match version %X"
1323 msgstr ""
1324
1325 #: commit-graph.c:184
1326 #, c-format
1327 msgid "commit-graph hash version %X does not match version %X"
1328 msgstr ""
1329
1330 #: commit-graph.c:207
1331 msgid "commit-graph chunk lookup table entry missing; file may be incomplete"
1332 msgstr ""
1333
1334 #: commit-graph.c:218
1335 #, c-format
1336 msgid "commit-graph improper chunk offset %08x%08x"
1337 msgstr ""
1338
1339 #: commit-graph.c:255
1340 #, c-format
1341 msgid "commit-graph chunk id %08x appears multiple times"
1342 msgstr ""
1343
1344 #: commit-graph.c:390
1345 #, c-format
1346 msgid "could not find commit %s"
1347 msgstr ""
1348
1349 #: commit-graph.c:732 builtin/pack-objects.c:2649
1350 #, c-format
1351 msgid "unable to get type of object %s"
1352 msgstr ""
1353
1354 #: commit-graph.c:765
1355 msgid "Loading known commits in commit graph"
1356 msgstr ""
1357
1358 #: commit-graph.c:781
1359 msgid "Expanding reachable commits in commit graph"
1360 msgstr ""
1361
1362 #: commit-graph.c:793
1363 msgid "Clearing commit marks in commit graph"
1364 msgstr ""
1365
1366 #: commit-graph.c:813
1367 msgid "Computing commit graph generation numbers"
1368 msgstr ""
1369
1370 #: commit-graph.c:930
1371 #, c-format
1372 msgid "Finding commits for commit graph in %d pack"
1373 msgid_plural "Finding commits for commit graph in %d packs"
1374 msgstr[0] ""
1375 msgstr[1] ""
1376
1377 #: commit-graph.c:943
1378 #, c-format
1379 msgid "error adding pack %s"
1380 msgstr ""
1381
1382 #: commit-graph.c:945
1383 #, c-format
1384 msgid "error opening index for %s"
1385 msgstr ""
1386
1387 #: commit-graph.c:959
1388 #, c-format
1389 msgid "Finding commits for commit graph from %d ref"
1390 msgid_plural "Finding commits for commit graph from %d refs"
1391 msgstr[0] ""
1392 msgstr[1] ""
1393
1394 #: commit-graph.c:991
1395 msgid "Finding commits for commit graph among packed objects"
1396 msgstr ""
1397
1398 #: commit-graph.c:1004
1399 msgid "Counting distinct commits in commit graph"
1400 msgstr ""
1401
1402 #: commit-graph.c:1017
1403 #, c-format
1404 msgid "the commit graph format cannot write %d commits"
1405 msgstr ""
1406
1407 #: commit-graph.c:1026
1408 msgid "Finding extra edges in commit graph"
1409 msgstr ""
1410
1411 #: commit-graph.c:1050
1412 msgid "too many commits to write graph"
1413 msgstr ""
1414
1415 #: commit-graph.c:1057 midx.c:819
1416 #, c-format
1417 msgid "unable to create leading directories of %s"
1418 msgstr ""
1419
1420 #: commit-graph.c:1097
1421 #, c-format
1422 msgid "Writing out commit graph in %d pass"
1423 msgid_plural "Writing out commit graph in %d passes"
1424 msgstr[0] ""
1425 msgstr[1] ""
1426
1427 #: commit-graph.c:1162
1428 msgid "the commit-graph file has incorrect checksum and is likely corrupt"
1429 msgstr ""
1430
1431 #: commit-graph.c:1172
1432 #, c-format
1433 msgid "commit-graph has incorrect OID order: %s then %s"
1434 msgstr ""
1435
1436 #: commit-graph.c:1182 commit-graph.c:1197
1437 #, c-format
1438 msgid "commit-graph has incorrect fanout value: fanout[%d] = %u != %u"
1439 msgstr ""
1440
1441 #: commit-graph.c:1189
1442 #, c-format
1443 msgid "failed to parse commit %s from commit-graph"
1444 msgstr ""
1445
1446 #: commit-graph.c:1206
1447 msgid "Verifying commits in commit graph"
1448 msgstr ""
1449
1450 #: commit-graph.c:1219
1451 #, c-format
1452 msgid "failed to parse commit %s from object database for commit-graph"
1453 msgstr ""
1454
1455 #: commit-graph.c:1226
1456 #, c-format
1457 msgid "root tree OID for commit %s in commit-graph is %s != %s"
1458 msgstr ""
1459
1460 #: commit-graph.c:1236
1461 #, c-format
1462 msgid "commit-graph parent list for commit %s is too long"
1463 msgstr ""
1464
1465 #: commit-graph.c:1242
1466 #, c-format
1467 msgid "commit-graph parent for %s is %s != %s"
1468 msgstr ""
1469
1470 #: commit-graph.c:1255
1471 #, c-format
1472 msgid "commit-graph parent list for commit %s terminates early"
1473 msgstr ""
1474
1475 #: commit-graph.c:1260
1476 #, c-format
1477 msgid ""
1478 "commit-graph has generation number zero for commit %s, but non-zero elsewhere"
1479 msgstr ""
1480
1481 #: commit-graph.c:1264
1482 #, c-format
1483 msgid ""
1484 "commit-graph has non-zero generation number for commit %s, but zero elsewhere"
1485 msgstr ""
1486
1487 #: commit-graph.c:1279
1488 #, c-format
1489 msgid "commit-graph generation for commit %s is %u != %u"
1490 msgstr ""
1491
1492 #: commit-graph.c:1285
1493 #, c-format
1494 msgid "commit date for commit %s in commit-graph is %<PRIuMAX> != %<PRIuMAX>"
1495 msgstr ""
1496
1497 #: compat/obstack.c:406 compat/obstack.c:408
1498 msgid "memory exhausted"
1499 msgstr ""
1500
1501 #: config.c:123
1502 #, c-format
1503 msgid ""
1504 "exceeded maximum include depth (%d) while including\n"
1505 "\t%s\n"
1506 "from\n"
1507 "\t%s\n"
1508 "This might be due to circular includes."
1509 msgstr ""
1510
1511 #: config.c:139
1512 #, c-format
1513 msgid "could not expand include path '%s'"
1514 msgstr ""
1515
1516 #: config.c:150
1517 msgid "relative config includes must come from files"
1518 msgstr ""
1519
1520 #: config.c:190
1521 msgid "relative config include conditionals must come from files"
1522 msgstr ""
1523
1524 #: config.c:348
1525 #, c-format
1526 msgid "key does not contain a section: %s"
1527 msgstr ""
1528
1529 #: config.c:354
1530 #, c-format
1531 msgid "key does not contain variable name: %s"
1532 msgstr ""
1533
1534 #: config.c:378 sequencer.c:2459
1535 #, c-format
1536 msgid "invalid key: %s"
1537 msgstr ""
1538
1539 #: config.c:384
1540 #, c-format
1541 msgid "invalid key (newline): %s"
1542 msgstr ""
1543
1544 #: config.c:420 config.c:432
1545 #, c-format
1546 msgid "bogus config parameter: %s"
1547 msgstr ""
1548
1549 #: config.c:467
1550 #, c-format
1551 msgid "bogus format in %s"
1552 msgstr ""
1553
1554 #: config.c:793
1555 #, c-format
1556 msgid "bad config line %d in blob %s"
1557 msgstr ""
1558
1559 #: config.c:797
1560 #, c-format
1561 msgid "bad config line %d in file %s"
1562 msgstr ""
1563
1564 #: config.c:801
1565 #, c-format
1566 msgid "bad config line %d in standard input"
1567 msgstr ""
1568
1569 #: config.c:805
1570 #, c-format
1571 msgid "bad config line %d in submodule-blob %s"
1572 msgstr ""
1573
1574 #: config.c:809
1575 #, c-format
1576 msgid "bad config line %d in command line %s"
1577 msgstr ""
1578
1579 #: config.c:813
1580 #, c-format
1581 msgid "bad config line %d in %s"
1582 msgstr ""
1583
1584 #: config.c:952
1585 msgid "out of range"
1586 msgstr ""
1587
1588 #: config.c:952
1589 msgid "invalid unit"
1590 msgstr ""
1591
1592 #: config.c:958
1593 #, c-format
1594 msgid "bad numeric config value '%s' for '%s': %s"
1595 msgstr ""
1596
1597 #: config.c:963
1598 #, c-format
1599 msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1600 msgstr ""
1601
1602 #: config.c:966
1603 #, c-format
1604 msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1605 msgstr ""
1606
1607 #: config.c:969
1608 #, c-format
1609 msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1610 msgstr ""
1611
1612 #: config.c:972
1613 #, c-format
1614 msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1615 msgstr ""
1616
1617 #: config.c:975
1618 #, c-format
1619 msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1620 msgstr ""
1621
1622 #: config.c:978
1623 #, c-format
1624 msgid "bad numeric config value '%s' for '%s' in %s: %s"
1625 msgstr ""
1626
1627 #: config.c:1073
1628 #, c-format
1629 msgid "failed to expand user dir in: '%s'"
1630 msgstr ""
1631
1632 #: config.c:1082
1633 #, c-format
1634 msgid "'%s' for '%s' is not a valid timestamp"
1635 msgstr ""
1636
1637 #: config.c:1173
1638 #, c-format
1639 msgid "abbrev length out of range: %d"
1640 msgstr ""
1641
1642 #: config.c:1187 config.c:1198
1643 #, c-format
1644 msgid "bad zlib compression level %d"
1645 msgstr ""
1646
1647 #: config.c:1290
1648 msgid "core.commentChar should only be one character"
1649 msgstr ""
1650
1651 #: config.c:1323
1652 #, c-format
1653 msgid "invalid mode for object creation: %s"
1654 msgstr ""
1655
1656 #: config.c:1395
1657 #, c-format
1658 msgid "malformed value for %s"
1659 msgstr ""
1660
1661 #: config.c:1421
1662 #, c-format
1663 msgid "malformed value for %s: %s"
1664 msgstr ""
1665
1666 #: config.c:1422
1667 msgid "must be one of nothing, matching, simple, upstream or current"
1668 msgstr ""
1669
1670 #: config.c:1483 builtin/pack-objects.c:3397
1671 #, c-format
1672 msgid "bad pack compression level %d"
1673 msgstr ""
1674
1675 #: config.c:1604
1676 #, c-format
1677 msgid "unable to load config blob object '%s'"
1678 msgstr ""
1679
1680 #: config.c:1607
1681 #, c-format
1682 msgid "reference '%s' does not point to a blob"
1683 msgstr ""
1684
1685 #: config.c:1624
1686 #, c-format
1687 msgid "unable to resolve config blob '%s'"
1688 msgstr ""
1689
1690 #: config.c:1654
1691 #, c-format
1692 msgid "failed to parse %s"
1693 msgstr ""
1694
1695 #: config.c:1710
1696 msgid "unable to parse command-line config"
1697 msgstr ""
1698
1699 #: config.c:2059
1700 msgid "unknown error occurred while reading the configuration files"
1701 msgstr ""
1702
1703 #: config.c:2229
1704 #, c-format
1705 msgid "Invalid %s: '%s'"
1706 msgstr ""
1707
1708 #: config.c:2272
1709 #, c-format
1710 msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1711 msgstr ""
1712
1713 #: config.c:2298
1714 #, c-format
1715 msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1716 msgstr ""
1717
1718 #: config.c:2344
1719 #, c-format
1720 msgid "unable to parse '%s' from command-line config"
1721 msgstr ""
1722
1723 #: config.c:2346
1724 #, c-format
1725 msgid "bad config variable '%s' in file '%s' at line %d"
1726 msgstr ""
1727
1728 #: config.c:2427
1729 #, c-format
1730 msgid "invalid section name '%s'"
1731 msgstr ""
1732
1733 #: config.c:2459
1734 #, c-format
1735 msgid "%s has multiple values"
1736 msgstr ""
1737
1738 #: config.c:2488
1739 #, c-format
1740 msgid "failed to write new configuration file %s"
1741 msgstr ""
1742
1743 #: config.c:2740 config.c:3064
1744 #, c-format
1745 msgid "could not lock config file %s"
1746 msgstr ""
1747
1748 #: config.c:2751
1749 #, c-format
1750 msgid "opening %s"
1751 msgstr ""
1752
1753 #: config.c:2786 builtin/config.c:328
1754 #, c-format
1755 msgid "invalid pattern: %s"
1756 msgstr ""
1757
1758 #: config.c:2811
1759 #, c-format
1760 msgid "invalid config file %s"
1761 msgstr ""
1762
1763 #: config.c:2824 config.c:3077
1764 #, c-format
1765 msgid "fstat on %s failed"
1766 msgstr ""
1767
1768 #: config.c:2835
1769 #, c-format
1770 msgid "unable to mmap '%s'"
1771 msgstr ""
1772
1773 #: config.c:2844 config.c:3082
1774 #, c-format
1775 msgid "chmod on %s failed"
1776 msgstr ""
1777
1778 #: config.c:2929 config.c:3179
1779 #, c-format
1780 msgid "could not write config file %s"
1781 msgstr ""
1782
1783 #: config.c:2963
1784 #, c-format
1785 msgid "could not set '%s' to '%s'"
1786 msgstr ""
1787
1788 #: config.c:2965 builtin/remote.c:782
1789 #, c-format
1790 msgid "could not unset '%s'"
1791 msgstr ""
1792
1793 #: config.c:3055
1794 #, c-format
1795 msgid "invalid section name: %s"
1796 msgstr ""
1797
1798 #: config.c:3222
1799 #, c-format
1800 msgid "missing value for '%s'"
1801 msgstr ""
1802
1803 #: connect.c:61
1804 msgid "the remote end hung up upon initial contact"
1805 msgstr ""
1806
1807 #: connect.c:63
1808 msgid ""
1809 "Could not read from remote repository.\n"
1810 "\n"
1811 "Please make sure you have the correct access rights\n"
1812 "and the repository exists."
1813 msgstr ""
1814
1815 #: connect.c:81
1816 #, c-format
1817 msgid "server doesn't support '%s'"
1818 msgstr ""
1819
1820 #: connect.c:103
1821 #, c-format
1822 msgid "server doesn't support feature '%s'"
1823 msgstr ""
1824
1825 #: connect.c:114
1826 msgid "expected flush after capabilities"
1827 msgstr ""
1828
1829 #: connect.c:233
1830 #, c-format
1831 msgid "ignoring capabilities after first line '%s'"
1832 msgstr ""
1833
1834 #: connect.c:252
1835 msgid "protocol error: unexpected capabilities^{}"
1836 msgstr ""
1837
1838 #: connect.c:273
1839 #, c-format
1840 msgid "protocol error: expected shallow sha-1, got '%s'"
1841 msgstr ""
1842
1843 #: connect.c:275
1844 msgid "repository on the other end cannot be shallow"
1845 msgstr ""
1846
1847 #: connect.c:313
1848 msgid "invalid packet"
1849 msgstr ""
1850
1851 #: connect.c:333
1852 #, c-format
1853 msgid "protocol error: unexpected '%s'"
1854 msgstr ""
1855
1856 #: connect.c:441
1857 #, c-format
1858 msgid "invalid ls-refs response: %s"
1859 msgstr ""
1860
1861 #: connect.c:445
1862 msgid "expected flush after ref listing"
1863 msgstr ""
1864
1865 #: connect.c:544
1866 #, c-format
1867 msgid "protocol '%s' is not supported"
1868 msgstr ""
1869
1870 #: connect.c:595
1871 msgid "unable to set SO_KEEPALIVE on socket"
1872 msgstr ""
1873
1874 #: connect.c:635 connect.c:698
1875 #, c-format
1876 msgid "Looking up %s ... "
1877 msgstr ""
1878
1879 #: connect.c:639
1880 #, c-format
1881 msgid "unable to look up %s (port %s) (%s)"
1882 msgstr ""
1883
1884 #. TRANSLATORS: this is the end of "Looking up %s ... "
1885 #: connect.c:643 connect.c:714
1886 #, c-format
1887 msgid ""
1888 "done.\n"
1889 "Connecting to %s (port %s) ... "
1890 msgstr ""
1891
1892 #: connect.c:665 connect.c:742
1893 #, c-format
1894 msgid ""
1895 "unable to connect to %s:\n"
1896 "%s"
1897 msgstr ""
1898
1899 #. TRANSLATORS: this is the end of "Connecting to %s (port %s) ... "
1900 #: connect.c:671 connect.c:748
1901 msgid "done."
1902 msgstr ""
1903
1904 #: connect.c:702
1905 #, c-format
1906 msgid "unable to look up %s (%s)"
1907 msgstr ""
1908
1909 #: connect.c:708
1910 #, c-format
1911 msgid "unknown port %s"
1912 msgstr ""
1913
1914 #: connect.c:845 connect.c:1171
1915 #, c-format
1916 msgid "strange hostname '%s' blocked"
1917 msgstr ""
1918
1919 #: connect.c:847
1920 #, c-format
1921 msgid "strange port '%s' blocked"
1922 msgstr ""
1923
1924 #: connect.c:857
1925 #, c-format
1926 msgid "cannot start proxy %s"
1927 msgstr ""
1928
1929 #: connect.c:924
1930 msgid "no path specified; see 'git help pull' for valid url syntax"
1931 msgstr ""
1932
1933 #: connect.c:1119
1934 msgid "ssh variant 'simple' does not support -4"
1935 msgstr ""
1936
1937 #: connect.c:1131
1938 msgid "ssh variant 'simple' does not support -6"
1939 msgstr ""
1940
1941 #: connect.c:1148
1942 msgid "ssh variant 'simple' does not support setting port"
1943 msgstr ""
1944
1945 #: connect.c:1260
1946 #, c-format
1947 msgid "strange pathname '%s' blocked"
1948 msgstr ""
1949
1950 #: connect.c:1307
1951 msgid "unable to fork"
1952 msgstr ""
1953
1954 #: connected.c:85 builtin/fsck.c:221 builtin/prune.c:43
1955 msgid "Checking connectivity"
1956 msgstr ""
1957
1958 #: connected.c:97
1959 msgid "Could not run 'git rev-list'"
1960 msgstr ""
1961
1962 #: connected.c:117
1963 msgid "failed write to rev-list"
1964 msgstr ""
1965
1966 #: connected.c:124
1967 msgid "failed to close rev-list's stdin"
1968 msgstr ""
1969
1970 #: convert.c:193
1971 #, c-format
1972 msgid "illegal crlf_action %d"
1973 msgstr ""
1974
1975 #: convert.c:206
1976 #, c-format
1977 msgid "CRLF would be replaced by LF in %s"
1978 msgstr ""
1979
1980 #: convert.c:208
1981 #, c-format
1982 msgid ""
1983 "CRLF will be replaced by LF in %s.\n"
1984 "The file will have its original line endings in your working directory"
1985 msgstr ""
1986
1987 #: convert.c:216
1988 #, c-format
1989 msgid "LF would be replaced by CRLF in %s"
1990 msgstr ""
1991
1992 #: convert.c:218
1993 #, c-format
1994 msgid ""
1995 "LF will be replaced by CRLF in %s.\n"
1996 "The file will have its original line endings in your working directory"
1997 msgstr ""
1998
1999 #: convert.c:279
2000 #, c-format
2001 msgid "BOM is prohibited in '%s' if encoded as %s"
2002 msgstr ""
2003
2004 #: convert.c:286
2005 #, c-format
2006 msgid ""
2007 "The file '%s' contains a byte order mark (BOM). Please use UTF-%s as working-"
2008 "tree-encoding."
2009 msgstr ""
2010
2011 #: convert.c:304
2012 #, c-format
2013 msgid "BOM is required in '%s' if encoded as %s"
2014 msgstr ""
2015
2016 #: convert.c:306
2017 #, c-format
2018 msgid ""
2019 "The file '%s' is missing a byte order mark (BOM). Please use UTF-%sBE or UTF-"
2020 "%sLE (depending on the byte order) as working-tree-encoding."
2021 msgstr ""
2022
2023 #: convert.c:424 convert.c:495
2024 #, c-format
2025 msgid "failed to encode '%s' from %s to %s"
2026 msgstr ""
2027
2028 #: convert.c:467
2029 #, c-format
2030 msgid "encoding '%s' from %s to %s and back is not the same"
2031 msgstr ""
2032
2033 #: convert.c:673
2034 #, c-format
2035 msgid "cannot fork to run external filter '%s'"
2036 msgstr ""
2037
2038 #: convert.c:693
2039 #, c-format
2040 msgid "cannot feed the input to external filter '%s'"
2041 msgstr ""
2042
2043 #: convert.c:700
2044 #, c-format
2045 msgid "external filter '%s' failed %d"
2046 msgstr ""
2047
2048 #: convert.c:735 convert.c:738
2049 #, c-format
2050 msgid "read from external filter '%s' failed"
2051 msgstr ""
2052
2053 #: convert.c:741 convert.c:796
2054 #, c-format
2055 msgid "external filter '%s' failed"
2056 msgstr ""
2057
2058 #: convert.c:844
2059 msgid "unexpected filter type"
2060 msgstr ""
2061
2062 #: convert.c:855
2063 msgid "path name too long for external filter"
2064 msgstr ""
2065
2066 #: convert.c:929
2067 #, c-format
2068 msgid ""
2069 "external filter '%s' is not available anymore although not all paths have "
2070 "been filtered"
2071 msgstr ""
2072
2073 #: convert.c:1228
2074 msgid "true/false are no valid working-tree-encodings"
2075 msgstr ""
2076
2077 #: convert.c:1398 convert.c:1432
2078 #, c-format
2079 msgid "%s: clean filter '%s' failed"
2080 msgstr ""
2081
2082 #: convert.c:1476
2083 #, c-format
2084 msgid "%s: smudge filter %s failed"
2085 msgstr ""
2086
2087 #: date.c:137
2088 msgid "in the future"
2089 msgstr ""
2090
2091 #: date.c:143
2092 #, c-format
2093 msgid "%<PRIuMAX> second ago"
2094 msgid_plural "%<PRIuMAX> seconds ago"
2095 msgstr[0] ""
2096 msgstr[1] ""
2097
2098 #: date.c:150
2099 #, c-format
2100 msgid "%<PRIuMAX> minute ago"
2101 msgid_plural "%<PRIuMAX> minutes ago"
2102 msgstr[0] ""
2103 msgstr[1] ""
2104
2105 #: date.c:157
2106 #, c-format
2107 msgid "%<PRIuMAX> hour ago"
2108 msgid_plural "%<PRIuMAX> hours ago"
2109 msgstr[0] ""
2110 msgstr[1] ""
2111
2112 #: date.c:164
2113 #, c-format
2114 msgid "%<PRIuMAX> day ago"
2115 msgid_plural "%<PRIuMAX> days ago"
2116 msgstr[0] ""
2117 msgstr[1] ""
2118
2119 #: date.c:170
2120 #, c-format
2121 msgid "%<PRIuMAX> week ago"
2122 msgid_plural "%<PRIuMAX> weeks ago"
2123 msgstr[0] ""
2124 msgstr[1] ""
2125
2126 #: date.c:177
2127 #, c-format
2128 msgid "%<PRIuMAX> month ago"
2129 msgid_plural "%<PRIuMAX> months ago"
2130 msgstr[0] ""
2131 msgstr[1] ""
2132
2133 #: date.c:188
2134 #, c-format
2135 msgid "%<PRIuMAX> year"
2136 msgid_plural "%<PRIuMAX> years"
2137 msgstr[0] ""
2138 msgstr[1] ""
2139
2140 #. TRANSLATORS: "%s" is "<n> years"
2141 #: date.c:191
2142 #, c-format
2143 msgid "%s, %<PRIuMAX> month ago"
2144 msgid_plural "%s, %<PRIuMAX> months ago"
2145 msgstr[0] ""
2146 msgstr[1] ""
2147
2148 #: date.c:196 date.c:201
2149 #, c-format
2150 msgid "%<PRIuMAX> year ago"
2151 msgid_plural "%<PRIuMAX> years ago"
2152 msgstr[0] ""
2153 msgstr[1] ""
2154
2155 #: delta-islands.c:272
2156 msgid "Propagating island marks"
2157 msgstr ""
2158
2159 #: delta-islands.c:290
2160 #, c-format
2161 msgid "bad tree object %s"
2162 msgstr ""
2163
2164 #: delta-islands.c:334
2165 #, c-format
2166 msgid "failed to load island regex for '%s': %s"
2167 msgstr ""
2168
2169 #: delta-islands.c:390
2170 #, c-format
2171 msgid "island regex from config has too many capture groups (max=%d)"
2172 msgstr ""
2173
2174 #: delta-islands.c:466
2175 #, c-format
2176 msgid "Marked %d islands, done.\n"
2177 msgstr ""
2178
2179 #: diffcore-order.c:24
2180 #, c-format
2181 msgid "failed to read orderfile '%s'"
2182 msgstr ""
2183
2184 #: diffcore-rename.c:544
2185 msgid "Performing inexact rename detection"
2186 msgstr ""
2187
2188 #: diff-no-index.c:238
2189 msgid "git diff --no-index [<options>] <path> <path>"
2190 msgstr ""
2191
2192 #: diff-no-index.c:263
2193 msgid ""
2194 "Not a git repository. Use --no-index to compare two paths outside a working "
2195 "tree"
2196 msgstr ""
2197
2198 #: diff.c:155
2199 #, c-format
2200 msgid "  Failed to parse dirstat cut-off percentage '%s'\n"
2201 msgstr ""
2202
2203 #: diff.c:160
2204 #, c-format
2205 msgid "  Unknown dirstat parameter '%s'\n"
2206 msgstr ""
2207
2208 #: diff.c:296
2209 msgid ""
2210 "color moved setting must be one of 'no', 'default', 'blocks', 'zebra', "
2211 "'dimmed-zebra', 'plain'"
2212 msgstr ""
2213
2214 #: diff.c:324
2215 #, c-format
2216 msgid ""
2217 "unknown color-moved-ws mode '%s', possible values are 'ignore-space-change', "
2218 "'ignore-space-at-eol', 'ignore-all-space', 'allow-indentation-change'"
2219 msgstr ""
2220
2221 #: diff.c:332
2222 msgid ""
2223 "color-moved-ws: allow-indentation-change cannot be combined with other "
2224 "whitespace modes"
2225 msgstr ""
2226
2227 #: diff.c:405
2228 #, c-format
2229 msgid "Unknown value for 'diff.submodule' config variable: '%s'"
2230 msgstr ""
2231
2232 #: diff.c:465
2233 #, c-format
2234 msgid ""
2235 "Found errors in 'diff.dirstat' config variable:\n"
2236 "%s"
2237 msgstr ""
2238
2239 #: diff.c:4210
2240 #, c-format
2241 msgid "external diff died, stopping at %s"
2242 msgstr ""
2243
2244 #: diff.c:4555
2245 msgid "--name-only, --name-status, --check and -s are mutually exclusive"
2246 msgstr ""
2247
2248 #: diff.c:4558
2249 msgid "-G, -S and --find-object are mutually exclusive"
2250 msgstr ""
2251
2252 #: diff.c:4636
2253 msgid "--follow requires exactly one pathspec"
2254 msgstr ""
2255
2256 #: diff.c:4684
2257 #, c-format
2258 msgid "invalid --stat value: %s"
2259 msgstr ""
2260
2261 #: diff.c:4689 diff.c:4694 diff.c:4699 diff.c:4704 diff.c:5217
2262 #: parse-options.c:199 parse-options.c:203
2263 #, c-format
2264 msgid "%s expects a numerical value"
2265 msgstr ""
2266
2267 #: diff.c:4721
2268 #, c-format
2269 msgid ""
2270 "Failed to parse --dirstat/-X option parameter:\n"
2271 "%s"
2272 msgstr ""
2273
2274 #: diff.c:4806
2275 #, c-format
2276 msgid "unknown change class '%c' in --diff-filter=%s"
2277 msgstr ""
2278
2279 #: diff.c:4830
2280 #, c-format
2281 msgid "unknown value after ws-error-highlight=%.*s"
2282 msgstr ""
2283
2284 #: diff.c:4844
2285 #, c-format
2286 msgid "unable to resolve '%s'"
2287 msgstr ""
2288
2289 #: diff.c:4894 diff.c:4900
2290 #, c-format
2291 msgid "%s expects <n>/<m> form"
2292 msgstr ""
2293
2294 #: diff.c:4912
2295 #, c-format
2296 msgid "%s expects a character, got '%s'"
2297 msgstr ""
2298
2299 #: diff.c:4933
2300 #, c-format
2301 msgid "bad --color-moved argument: %s"
2302 msgstr ""
2303
2304 #: diff.c:4952
2305 #, c-format
2306 msgid "invalid mode '%s' in --color-moved-ws"
2307 msgstr ""
2308
2309 #: diff.c:4992
2310 msgid ""
2311 "option diff-algorithm accepts \"myers\", \"minimal\", \"patience\" and "
2312 "\"histogram\""
2313 msgstr ""
2314
2315 #: diff.c:5028 diff.c:5048
2316 #, c-format
2317 msgid "invalid argument to %s"
2318 msgstr ""
2319
2320 #: diff.c:5186
2321 #, c-format
2322 msgid "failed to parse --submodule option parameter: '%s'"
2323 msgstr ""
2324
2325 #: diff.c:5242
2326 #, c-format
2327 msgid "bad --word-diff argument: %s"
2328 msgstr ""
2329
2330 #: diff.c:5265
2331 msgid "Diff output format options"
2332 msgstr ""
2333
2334 #: diff.c:5267 diff.c:5273
2335 msgid "generate patch"
2336 msgstr ""
2337
2338 #: diff.c:5270 builtin/log.c:167
2339 msgid "suppress diff output"
2340 msgstr ""
2341
2342 #: diff.c:5275 diff.c:5389 diff.c:5396
2343 msgid "<n>"
2344 msgstr ""
2345
2346 #: diff.c:5276 diff.c:5279
2347 msgid "generate diffs with <n> lines context"
2348 msgstr ""
2349
2350 #: diff.c:5281
2351 msgid "generate the diff in raw format"
2352 msgstr ""
2353
2354 #: diff.c:5284
2355 msgid "synonym for '-p --raw'"
2356 msgstr ""
2357
2358 #: diff.c:5288
2359 msgid "synonym for '-p --stat'"
2360 msgstr ""
2361
2362 #: diff.c:5292
2363 msgid "machine friendly --stat"
2364 msgstr ""
2365
2366 #: diff.c:5295
2367 msgid "output only the last line of --stat"
2368 msgstr ""
2369
2370 #: diff.c:5297 diff.c:5305
2371 msgid "<param1,param2>..."
2372 msgstr ""
2373
2374 #: diff.c:5298
2375 msgid ""
2376 "output the distribution of relative amount of changes for each sub-directory"
2377 msgstr ""
2378
2379 #: diff.c:5302
2380 msgid "synonym for --dirstat=cumulative"
2381 msgstr ""
2382
2383 #: diff.c:5306
2384 msgid "synonym for --dirstat=files,param1,param2..."
2385 msgstr ""
2386
2387 #: diff.c:5310
2388 msgid "warn if changes introduce conflict markers or whitespace errors"
2389 msgstr ""
2390
2391 #: diff.c:5313
2392 msgid "condensed summary such as creations, renames and mode changes"
2393 msgstr ""
2394
2395 #: diff.c:5316
2396 msgid "show only names of changed files"
2397 msgstr ""
2398
2399 #: diff.c:5319
2400 msgid "show only names and status of changed files"
2401 msgstr ""
2402
2403 #: diff.c:5321
2404 msgid "<width>[,<name-width>[,<count>]]"
2405 msgstr ""
2406
2407 #: diff.c:5322
2408 msgid "generate diffstat"
2409 msgstr ""
2410
2411 #: diff.c:5324 diff.c:5327 diff.c:5330
2412 msgid "<width>"
2413 msgstr ""
2414
2415 #: diff.c:5325
2416 msgid "generate diffstat with a given width"
2417 msgstr ""
2418
2419 #: diff.c:5328
2420 msgid "generate diffstat with a given name width"
2421 msgstr ""
2422
2423 #: diff.c:5331
2424 msgid "generate diffstat with a given graph width"
2425 msgstr ""
2426
2427 #: diff.c:5333
2428 msgid "<count>"
2429 msgstr ""
2430
2431 #: diff.c:5334
2432 msgid "generate diffstat with limited lines"
2433 msgstr ""
2434
2435 #: diff.c:5337
2436 msgid "generate compact summary in diffstat"
2437 msgstr ""
2438
2439 #: diff.c:5340
2440 msgid "output a binary diff that can be applied"
2441 msgstr ""
2442
2443 #: diff.c:5343
2444 msgid "show full pre- and post-image object names on the \"index\" lines"
2445 msgstr ""
2446
2447 #: diff.c:5345
2448 msgid "show colored diff"
2449 msgstr ""
2450
2451 #: diff.c:5346
2452 msgid "<kind>"
2453 msgstr ""
2454
2455 #: diff.c:5347
2456 msgid ""
2457 "highlight whitespace errors in the 'context', 'old' or 'new' lines in the "
2458 "diff"
2459 msgstr ""
2460
2461 #: diff.c:5350
2462 msgid ""
2463 "do not munge pathnames and use NULs as output field terminators in --raw or "
2464 "--numstat"
2465 msgstr ""
2466
2467 #: diff.c:5353 diff.c:5356 diff.c:5359 diff.c:5465
2468 msgid "<prefix>"
2469 msgstr ""
2470
2471 #: diff.c:5354
2472 msgid "show the given source prefix instead of \"a/\""
2473 msgstr ""
2474
2475 #: diff.c:5357
2476 msgid "show the given source prefix instead of \"b/\""
2477 msgstr ""
2478
2479 #: diff.c:5360
2480 msgid "prepend an additional prefix to every line of output"
2481 msgstr ""
2482
2483 #: diff.c:5363
2484 msgid "do not show any source or destination prefix"
2485 msgstr ""
2486
2487 #: diff.c:5366
2488 msgid "show context between diff hunks up to the specified number of lines"
2489 msgstr ""
2490
2491 #: diff.c:5370 diff.c:5375 diff.c:5380
2492 msgid "<char>"
2493 msgstr ""
2494
2495 #: diff.c:5371
2496 msgid "specify the character to indicate a new line instead of '+'"
2497 msgstr ""
2498
2499 #: diff.c:5376
2500 msgid "specify the character to indicate an old line instead of '-'"
2501 msgstr ""
2502
2503 #: diff.c:5381
2504 msgid "specify the character to indicate a context instead of ' '"
2505 msgstr ""
2506
2507 #: diff.c:5384
2508 msgid "Diff rename options"
2509 msgstr ""
2510
2511 #: diff.c:5385
2512 msgid "<n>[/<m>]"
2513 msgstr ""
2514
2515 #: diff.c:5386
2516 msgid "break complete rewrite changes into pairs of delete and create"
2517 msgstr ""
2518
2519 #: diff.c:5390
2520 msgid "detect renames"
2521 msgstr ""
2522
2523 #: diff.c:5394
2524 msgid "omit the preimage for deletes"
2525 msgstr ""
2526
2527 #: diff.c:5397
2528 msgid "detect copies"
2529 msgstr ""
2530
2531 #: diff.c:5401
2532 msgid "use unmodified files as source to find copies"
2533 msgstr ""
2534
2535 #: diff.c:5403
2536 msgid "disable rename detection"
2537 msgstr ""
2538
2539 #: diff.c:5406
2540 msgid "use empty blobs as rename source"
2541 msgstr ""
2542
2543 #: diff.c:5408
2544 msgid "continue listing the history of a file beyond renames"
2545 msgstr ""
2546
2547 #: diff.c:5411
2548 msgid ""
2549 "prevent rename/copy detection if the number of rename/copy targets exceeds "
2550 "given limit"
2551 msgstr ""
2552
2553 #: diff.c:5413
2554 msgid "Diff algorithm options"
2555 msgstr ""
2556
2557 #: diff.c:5415
2558 msgid "produce the smallest possible diff"
2559 msgstr ""
2560
2561 #: diff.c:5418
2562 msgid "ignore whitespace when comparing lines"
2563 msgstr ""
2564
2565 #: diff.c:5421
2566 msgid "ignore changes in amount of whitespace"
2567 msgstr ""
2568
2569 #: diff.c:5424
2570 msgid "ignore changes in whitespace at EOL"
2571 msgstr ""
2572
2573 #: diff.c:5427
2574 msgid "ignore carrier-return at the end of line"
2575 msgstr ""
2576
2577 #: diff.c:5430
2578 msgid "ignore changes whose lines are all blank"
2579 msgstr ""
2580
2581 #: diff.c:5433
2582 msgid "heuristic to shift diff hunk boundaries for easy reading"
2583 msgstr ""
2584
2585 #: diff.c:5436
2586 msgid "generate diff using the \"patience diff\" algorithm"
2587 msgstr ""
2588
2589 #: diff.c:5440
2590 msgid "generate diff using the \"histogram diff\" algorithm"
2591 msgstr ""
2592
2593 #: diff.c:5442
2594 msgid "<algorithm>"
2595 msgstr ""
2596
2597 #: diff.c:5443
2598 msgid "choose a diff algorithm"
2599 msgstr ""
2600
2601 #: diff.c:5445
2602 msgid "<text>"
2603 msgstr ""
2604
2605 #: diff.c:5446
2606 msgid "generate diff using the \"anchored diff\" algorithm"
2607 msgstr ""
2608
2609 #: diff.c:5448 diff.c:5457 diff.c:5460
2610 msgid "<mode>"
2611 msgstr ""
2612
2613 #: diff.c:5449
2614 msgid "show word diff, using <mode> to delimit changed words"
2615 msgstr ""
2616
2617 #: diff.c:5451 diff.c:5454 diff.c:5499
2618 msgid "<regex>"
2619 msgstr ""
2620
2621 #: diff.c:5452
2622 msgid "use <regex> to decide what a word is"
2623 msgstr ""
2624
2625 #: diff.c:5455
2626 msgid "equivalent to --word-diff=color --word-diff-regex=<regex>"
2627 msgstr ""
2628
2629 #: diff.c:5458
2630 msgid "moved lines of code are colored differently"
2631 msgstr ""
2632
2633 #: diff.c:5461
2634 msgid "how white spaces are ignored in --color-moved"
2635 msgstr ""
2636
2637 #: diff.c:5464
2638 msgid "Other diff options"
2639 msgstr ""
2640
2641 #: diff.c:5466
2642 msgid "when run from subdir, exclude changes outside and show relative paths"
2643 msgstr ""
2644
2645 #: diff.c:5470
2646 msgid "treat all files as text"
2647 msgstr ""
2648
2649 #: diff.c:5472
2650 msgid "swap two inputs, reverse the diff"
2651 msgstr ""
2652
2653 #: diff.c:5474
2654 msgid "exit with 1 if there were differences, 0 otherwise"
2655 msgstr ""
2656
2657 #: diff.c:5476
2658 msgid "disable all output of the program"
2659 msgstr ""
2660
2661 #: diff.c:5478
2662 msgid "allow an external diff helper to be executed"
2663 msgstr ""
2664
2665 #: diff.c:5480
2666 msgid "run external text conversion filters when comparing binary files"
2667 msgstr ""
2668
2669 #: diff.c:5482
2670 msgid "<when>"
2671 msgstr ""
2672
2673 #: diff.c:5483
2674 msgid "ignore changes to submodules in the diff generation"
2675 msgstr ""
2676
2677 #: diff.c:5486
2678 msgid "<format>"
2679 msgstr ""
2680
2681 #: diff.c:5487
2682 msgid "specify how differences in submodules are shown"
2683 msgstr ""
2684
2685 #: diff.c:5491
2686 msgid "hide 'git add -N' entries from the index"
2687 msgstr ""
2688
2689 #: diff.c:5494
2690 msgid "treat 'git add -N' entries as real in the index"
2691 msgstr ""
2692
2693 #: diff.c:5496
2694 msgid "<string>"
2695 msgstr ""
2696
2697 #: diff.c:5497
2698 msgid ""
2699 "look for differences that change the number of occurrences of the specified "
2700 "string"
2701 msgstr ""
2702
2703 #: diff.c:5500
2704 msgid ""
2705 "look for differences that change the number of occurrences of the specified "
2706 "regex"
2707 msgstr ""
2708
2709 #: diff.c:5503
2710 msgid "show all changes in the changeset with -S or -G"
2711 msgstr ""
2712
2713 #: diff.c:5506
2714 msgid "treat <string> in -S as extended POSIX regular expression"
2715 msgstr ""
2716
2717 #: diff.c:5509
2718 msgid "control the order in which files appear in the output"
2719 msgstr ""
2720
2721 #: diff.c:5510
2722 msgid "<object-id>"
2723 msgstr ""
2724
2725 #: diff.c:5511
2726 msgid ""
2727 "look for differences that change the number of occurrences of the specified "
2728 "object"
2729 msgstr ""
2730
2731 #: diff.c:5513
2732 msgid "[(A|C|D|M|R|T|U|X|B)...[*]]"
2733 msgstr ""
2734
2735 #: diff.c:5514
2736 msgid "select files by diff type"
2737 msgstr ""
2738
2739 #: diff.c:5516
2740 msgid "<file>"
2741 msgstr ""
2742
2743 #: diff.c:5517
2744 msgid "Output to a specific file"
2745 msgstr ""
2746
2747 #: diff.c:6150
2748 msgid "inexact rename detection was skipped due to too many files."
2749 msgstr ""
2750
2751 #: diff.c:6153
2752 msgid "only found copies from modified paths due to too many files."
2753 msgstr ""
2754
2755 #: diff.c:6156
2756 #, c-format
2757 msgid ""
2758 "you may want to set your %s variable to at least %d and retry the command."
2759 msgstr ""
2760
2761 #: dir.c:537
2762 #, c-format
2763 msgid "pathspec '%s' did not match any file(s) known to git"
2764 msgstr ""
2765
2766 #: dir.c:926
2767 #, c-format
2768 msgid "cannot use %s as an exclude file"
2769 msgstr ""
2770
2771 #: dir.c:1843
2772 #, c-format
2773 msgid "could not open directory '%s'"
2774 msgstr ""
2775
2776 #: dir.c:2085
2777 msgid "failed to get kernel name and information"
2778 msgstr ""
2779
2780 #: dir.c:2209
2781 msgid "untracked cache is disabled on this system or location"
2782 msgstr ""
2783
2784 #: dir.c:3013
2785 #, c-format
2786 msgid "index file corrupt in repo %s"
2787 msgstr ""
2788
2789 #: dir.c:3058 dir.c:3063
2790 #, c-format
2791 msgid "could not create directories for %s"
2792 msgstr ""
2793
2794 #: dir.c:3092
2795 #, c-format
2796 msgid "could not migrate git directory from '%s' to '%s'"
2797 msgstr ""
2798
2799 #: editor.c:73
2800 #, c-format
2801 msgid "hint: Waiting for your editor to close the file...%c"
2802 msgstr ""
2803
2804 #: entry.c:178
2805 msgid "Filtering content"
2806 msgstr ""
2807
2808 #: entry.c:476
2809 #, c-format
2810 msgid "could not stat file '%s'"
2811 msgstr ""
2812
2813 #: environment.c:150
2814 #, c-format
2815 msgid "bad git namespace path \"%s\""
2816 msgstr ""
2817
2818 #: environment.c:332
2819 #, c-format
2820 msgid "could not set GIT_DIR to '%s'"
2821 msgstr ""
2822
2823 #: exec-cmd.c:363
2824 #, c-format
2825 msgid "too many args to run %s"
2826 msgstr ""
2827
2828 #: fetch-object.c:17
2829 msgid "Remote with no URL"
2830 msgstr ""
2831
2832 #: fetch-pack.c:151
2833 msgid "git fetch-pack: expected shallow list"
2834 msgstr ""
2835
2836 #: fetch-pack.c:154
2837 msgid "git fetch-pack: expected a flush packet after shallow list"
2838 msgstr ""
2839
2840 #: fetch-pack.c:165
2841 msgid "git fetch-pack: expected ACK/NAK, got a flush packet"
2842 msgstr ""
2843
2844 #: fetch-pack.c:185
2845 #, c-format
2846 msgid "git fetch-pack: expected ACK/NAK, got '%s'"
2847 msgstr ""
2848
2849 #: fetch-pack.c:196
2850 msgid "unable to write to remote"
2851 msgstr ""
2852
2853 #: fetch-pack.c:258
2854 msgid "--stateless-rpc requires multi_ack_detailed"
2855 msgstr ""
2856
2857 #: fetch-pack.c:360 fetch-pack.c:1271
2858 #, c-format
2859 msgid "invalid shallow line: %s"
2860 msgstr ""
2861
2862 #: fetch-pack.c:366 fetch-pack.c:1277
2863 #, c-format
2864 msgid "invalid unshallow line: %s"
2865 msgstr ""
2866
2867 #: fetch-pack.c:368 fetch-pack.c:1279
2868 #, c-format
2869 msgid "object not found: %s"
2870 msgstr ""
2871
2872 #: fetch-pack.c:371 fetch-pack.c:1282
2873 #, c-format
2874 msgid "error in object: %s"
2875 msgstr ""
2876
2877 #: fetch-pack.c:373 fetch-pack.c:1284
2878 #, c-format
2879 msgid "no shallow found: %s"
2880 msgstr ""
2881
2882 #: fetch-pack.c:376 fetch-pack.c:1288
2883 #, c-format
2884 msgid "expected shallow/unshallow, got %s"
2885 msgstr ""
2886
2887 #: fetch-pack.c:417
2888 #, c-format
2889 msgid "got %s %d %s"
2890 msgstr ""
2891
2892 #: fetch-pack.c:434
2893 #, c-format
2894 msgid "invalid commit %s"
2895 msgstr ""
2896
2897 #: fetch-pack.c:465
2898 msgid "giving up"
2899 msgstr ""
2900
2901 #: fetch-pack.c:477 progress.c:284
2902 msgid "done"
2903 msgstr ""
2904
2905 #: fetch-pack.c:489
2906 #, c-format
2907 msgid "got %s (%d) %s"
2908 msgstr ""
2909
2910 #: fetch-pack.c:535
2911 #, c-format
2912 msgid "Marking %s as complete"
2913 msgstr ""
2914
2915 #: fetch-pack.c:744
2916 #, c-format
2917 msgid "already have %s (%s)"
2918 msgstr ""
2919
2920 #: fetch-pack.c:783
2921 msgid "fetch-pack: unable to fork off sideband demultiplexer"
2922 msgstr ""
2923
2924 #: fetch-pack.c:791
2925 msgid "protocol error: bad pack header"
2926 msgstr ""
2927
2928 #: fetch-pack.c:859
2929 #, c-format
2930 msgid "fetch-pack: unable to fork off %s"
2931 msgstr ""
2932
2933 #: fetch-pack.c:875
2934 #, c-format
2935 msgid "%s failed"
2936 msgstr ""
2937
2938 #: fetch-pack.c:877
2939 msgid "error in sideband demultiplexer"
2940 msgstr ""
2941
2942 #: fetch-pack.c:906
2943 msgid "Server does not support shallow clients"
2944 msgstr ""
2945
2946 #: fetch-pack.c:910
2947 msgid "Server supports multi_ack_detailed"
2948 msgstr ""
2949
2950 #: fetch-pack.c:913
2951 msgid "Server supports no-done"
2952 msgstr ""
2953
2954 #: fetch-pack.c:919
2955 msgid "Server supports multi_ack"
2956 msgstr ""
2957
2958 #: fetch-pack.c:923
2959 msgid "Server supports side-band-64k"
2960 msgstr ""
2961
2962 #: fetch-pack.c:927
2963 msgid "Server supports side-band"
2964 msgstr ""
2965
2966 #: fetch-pack.c:931
2967 msgid "Server supports allow-tip-sha1-in-want"
2968 msgstr ""
2969
2970 #: fetch-pack.c:935
2971 msgid "Server supports allow-reachable-sha1-in-want"
2972 msgstr ""
2973
2974 #: fetch-pack.c:945
2975 msgid "Server supports ofs-delta"
2976 msgstr ""
2977
2978 #: fetch-pack.c:951 fetch-pack.c:1144
2979 msgid "Server supports filter"
2980 msgstr ""
2981
2982 #: fetch-pack.c:959
2983 #, c-format
2984 msgid "Server version is %.*s"
2985 msgstr ""
2986
2987 #: fetch-pack.c:965
2988 msgid "Server does not support --shallow-since"
2989 msgstr ""
2990
2991 #: fetch-pack.c:969
2992 msgid "Server does not support --shallow-exclude"
2993 msgstr ""
2994
2995 #: fetch-pack.c:971
2996 msgid "Server does not support --deepen"
2997 msgstr ""
2998
2999 #: fetch-pack.c:988
3000 msgid "no common commits"
3001 msgstr ""
3002
3003 #: fetch-pack.c:1000 fetch-pack.c:1449
3004 msgid "git fetch-pack: fetch failed."
3005 msgstr ""
3006
3007 #: fetch-pack.c:1138
3008 msgid "Server does not support shallow requests"
3009 msgstr ""
3010
3011 #: fetch-pack.c:1171
3012 msgid "unable to write request to remote"
3013 msgstr ""
3014
3015 #: fetch-pack.c:1189
3016 #, c-format
3017 msgid "error reading section header '%s'"
3018 msgstr ""
3019
3020 #: fetch-pack.c:1195
3021 #, c-format
3022 msgid "expected '%s', received '%s'"
3023 msgstr ""
3024
3025 #: fetch-pack.c:1234
3026 #, c-format
3027 msgid "unexpected acknowledgment line: '%s'"
3028 msgstr ""
3029
3030 #: fetch-pack.c:1239
3031 #, c-format
3032 msgid "error processing acks: %d"
3033 msgstr ""
3034
3035 #: fetch-pack.c:1249
3036 msgid "expected packfile to be sent after 'ready'"
3037 msgstr ""
3038
3039 #: fetch-pack.c:1251
3040 msgid "expected no other sections to be sent after no 'ready'"
3041 msgstr ""
3042
3043 #: fetch-pack.c:1293
3044 #, c-format
3045 msgid "error processing shallow info: %d"
3046 msgstr ""
3047
3048 #: fetch-pack.c:1340
3049 #, c-format
3050 msgid "expected wanted-ref, got '%s'"
3051 msgstr ""
3052
3053 #: fetch-pack.c:1345
3054 #, c-format
3055 msgid "unexpected wanted-ref: '%s'"
3056 msgstr ""
3057
3058 #: fetch-pack.c:1350
3059 #, c-format
3060 msgid "error processing wanted refs: %d"
3061 msgstr ""
3062
3063 #: fetch-pack.c:1676
3064 msgid "no matching remote head"
3065 msgstr ""
3066
3067 #: fetch-pack.c:1699 builtin/clone.c:673
3068 msgid "remote did not send all necessary objects"
3069 msgstr ""
3070
3071 #: fetch-pack.c:1726
3072 #, c-format
3073 msgid "no such remote ref %s"
3074 msgstr ""
3075
3076 #: fetch-pack.c:1729
3077 #, c-format
3078 msgid "Server does not allow request for unadvertised object %s"
3079 msgstr ""
3080
3081 #: gpg-interface.c:318
3082 msgid "gpg failed to sign the data"
3083 msgstr ""
3084
3085 #: gpg-interface.c:344
3086 msgid "could not create temporary file"
3087 msgstr ""
3088
3089 #: gpg-interface.c:347
3090 #, c-format
3091 msgid "failed writing detached signature to '%s'"
3092 msgstr ""
3093
3094 #: graph.c:97
3095 #, c-format
3096 msgid "ignore invalid color '%.*s' in log.graphColors"
3097 msgstr ""
3098
3099 #: grep.c:2113
3100 #, c-format
3101 msgid "'%s': unable to read %s"
3102 msgstr ""
3103
3104 #: grep.c:2130 setup.c:164 builtin/clone.c:411 builtin/diff.c:82
3105 #: builtin/rm.c:135
3106 #, c-format
3107 msgid "failed to stat '%s'"
3108 msgstr ""
3109
3110 #: grep.c:2141
3111 #, c-format
3112 msgid "'%s': short read"
3113 msgstr ""
3114
3115 #: help.c:23
3116 msgid "start a working area (see also: git help tutorial)"
3117 msgstr ""
3118
3119 #: help.c:24
3120 msgid "work on the current change (see also: git help everyday)"
3121 msgstr ""
3122
3123 #: help.c:25
3124 msgid "examine the history and state (see also: git help revisions)"
3125 msgstr ""
3126
3127 #: help.c:26
3128 msgid "grow, mark and tweak your common history"
3129 msgstr ""
3130
3131 #: help.c:27
3132 msgid "collaborate (see also: git help workflows)"
3133 msgstr ""
3134
3135 #: help.c:31
3136 msgid "Main Porcelain Commands"
3137 msgstr ""
3138
3139 #: help.c:32
3140 msgid "Ancillary Commands / Manipulators"
3141 msgstr ""
3142
3143 #: help.c:33
3144 msgid "Ancillary Commands / Interrogators"
3145 msgstr ""
3146
3147 #: help.c:34
3148 msgid "Interacting with Others"
3149 msgstr ""
3150
3151 #: help.c:35
3152 msgid "Low-level Commands / Manipulators"
3153 msgstr ""
3154
3155 #: help.c:36
3156 msgid "Low-level Commands / Interrogators"
3157 msgstr ""
3158
3159 #: help.c:37
3160 msgid "Low-level Commands / Synching Repositories"
3161 msgstr ""
3162
3163 #: help.c:38
3164 msgid "Low-level Commands / Internal Helpers"
3165 msgstr ""
3166
3167 #: help.c:298
3168 #, c-format
3169 msgid "available git commands in '%s'"
3170 msgstr ""
3171
3172 #: help.c:305
3173 msgid "git commands available from elsewhere on your $PATH"
3174 msgstr ""
3175
3176 #: help.c:314
3177 msgid "These are common Git commands used in various situations:"
3178 msgstr ""
3179
3180 #: help.c:363 git.c:97
3181 #, c-format
3182 msgid "unsupported command listing type '%s'"
3183 msgstr ""
3184
3185 #: help.c:403
3186 msgid "The common Git guides are:"
3187 msgstr ""
3188
3189 #: help.c:512
3190 msgid "See 'git help <command>' to read about a specific subcommand"
3191 msgstr ""
3192
3193 #: help.c:517
3194 msgid "External commands"
3195 msgstr ""
3196
3197 #: help.c:532
3198 msgid "Command aliases"
3199 msgstr ""
3200
3201 #: help.c:596
3202 #, c-format
3203 msgid ""
3204 "'%s' appears to be a git command, but we were not\n"
3205 "able to execute it. Maybe git-%s is broken?"
3206 msgstr ""
3207
3208 #: help.c:655
3209 msgid "Uh oh. Your system reports no Git commands at all."
3210 msgstr ""
3211
3212 #: help.c:677
3213 #, c-format
3214 msgid "WARNING: You called a Git command named '%s', which does not exist."
3215 msgstr ""
3216
3217 #: help.c:682
3218 #, c-format
3219 msgid "Continuing under the assumption that you meant '%s'."
3220 msgstr ""
3221
3222 #: help.c:687
3223 #, c-format
3224 msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
3225 msgstr ""
3226
3227 #: help.c:695
3228 #, c-format
3229 msgid "git: '%s' is not a git command. See 'git --help'."
3230 msgstr ""
3231
3232 #: help.c:699
3233 msgid ""
3234 "\n"
3235 "The most similar command is"
3236 msgid_plural ""
3237 "\n"
3238 "The most similar commands are"
3239 msgstr[0] ""
3240 msgstr[1] ""
3241
3242 #: help.c:714
3243 msgid "git version [<options>]"
3244 msgstr ""
3245
3246 #: help.c:782
3247 #, c-format
3248 msgid "%s: %s - %s"
3249 msgstr ""
3250
3251 #: help.c:786
3252 msgid ""
3253 "\n"
3254 "Did you mean this?"
3255 msgid_plural ""
3256 "\n"
3257 "Did you mean one of these?"
3258 msgstr[0] ""
3259 msgstr[1] ""
3260
3261 #: ident.c:349
3262 msgid ""
3263 "\n"
3264 "*** Please tell me who you are.\n"
3265 "\n"
3266 "Run\n"
3267 "\n"
3268 "  git config --global user.email \"you@example.com\"\n"
3269 "  git config --global user.name \"Your Name\"\n"
3270 "\n"
3271 "to set your account's default identity.\n"
3272 "Omit --global to set the identity only in this repository.\n"
3273 "\n"
3274 msgstr ""
3275
3276 #: ident.c:379
3277 msgid "no email was given and auto-detection is disabled"
3278 msgstr ""
3279
3280 #: ident.c:384
3281 #, c-format
3282 msgid "unable to auto-detect email address (got '%s')"
3283 msgstr ""
3284
3285 #: ident.c:401
3286 msgid "no name was given and auto-detection is disabled"
3287 msgstr ""
3288
3289 #: ident.c:407
3290 #, c-format
3291 msgid "unable to auto-detect name (got '%s')"
3292 msgstr ""
3293
3294 #: ident.c:415
3295 #, c-format
3296 msgid "empty ident name (for <%s>) not allowed"
3297 msgstr ""
3298
3299 #: ident.c:421
3300 #, c-format
3301 msgid "name consists only of disallowed characters: %s"
3302 msgstr ""
3303
3304 #: ident.c:436 builtin/commit.c:608
3305 #, c-format
3306 msgid "invalid date format: %s"
3307 msgstr ""
3308
3309 #: list-objects.c:129
3310 #, c-format
3311 msgid "entry '%s' in tree %s has tree mode, but is not a tree"
3312 msgstr ""
3313
3314 #: list-objects.c:142
3315 #, c-format
3316 msgid "entry '%s' in tree %s has blob mode, but is not a blob"
3317 msgstr ""
3318
3319 #: list-objects.c:378
3320 #, c-format
3321 msgid "unable to load root tree for commit %s"
3322 msgstr ""
3323
3324 #: list-objects-filter-options.c:36
3325 msgid "multiple filter-specs cannot be combined"
3326 msgstr ""
3327
3328 #: list-objects-filter-options.c:58
3329 msgid "expected 'tree:<depth>'"
3330 msgstr ""
3331
3332 #: list-objects-filter-options.c:156
3333 msgid "cannot change partial clone promisor remote"
3334 msgstr ""
3335
3336 #: lockfile.c:151
3337 #, c-format
3338 msgid ""
3339 "Unable to create '%s.lock': %s.\n"
3340 "\n"
3341 "Another git process seems to be running in this repository, e.g.\n"
3342 "an editor opened by 'git commit'. Please make sure all processes\n"
3343 "are terminated then try again. If it still fails, a git process\n"
3344 "may have crashed in this repository earlier:\n"
3345 "remove the file manually to continue."
3346 msgstr ""
3347
3348 #: lockfile.c:159
3349 #, c-format
3350 msgid "Unable to create '%s.lock': %s"
3351 msgstr ""
3352
3353 #: merge.c:41
3354 msgid "failed to read the cache"
3355 msgstr ""
3356
3357 #: merge.c:107 rerere.c:720 builtin/am.c:1887 builtin/am.c:1921
3358 #: builtin/checkout.c:461 builtin/checkout.c:811 builtin/clone.c:773
3359 #: builtin/stash.c:264
3360 msgid "unable to write new index file"
3361 msgstr ""
3362
3363 #: merge-recursive.c:322
3364 msgid "(bad commit)\n"
3365 msgstr ""
3366
3367 #: merge-recursive.c:345
3368 #, c-format
3369 msgid "add_cacheinfo failed for path '%s'; merge aborting."
3370 msgstr ""
3371
3372 #: merge-recursive.c:354
3373 #, c-format
3374 msgid "add_cacheinfo failed to refresh for path '%s'; merge aborting."
3375 msgstr ""
3376
3377 #: merge-recursive.c:437
3378 msgid "error building trees"
3379 msgstr ""
3380
3381 #: merge-recursive.c:861
3382 #, c-format
3383 msgid "failed to create path '%s'%s"
3384 msgstr ""
3385
3386 #: merge-recursive.c:872
3387 #, c-format
3388 msgid "Removing %s to make room for subdirectory\n"
3389 msgstr ""
3390
3391 #: merge-recursive.c:886 merge-recursive.c:905
3392 msgid ": perhaps a D/F conflict?"
3393 msgstr ""
3394
3395 #: merge-recursive.c:895
3396 #, c-format
3397 msgid "refusing to lose untracked file at '%s'"
3398 msgstr ""
3399
3400 #: merge-recursive.c:936 builtin/cat-file.c:40
3401 #, c-format
3402 msgid "cannot read object %s '%s'"
3403 msgstr ""
3404
3405 #: merge-recursive.c:939
3406 #, c-format
3407 msgid "blob expected for %s '%s'"
3408 msgstr ""
3409
3410 #: merge-recursive.c:963
3411 #, c-format
3412 msgid "failed to open '%s': %s"
3413 msgstr ""
3414
3415 #: merge-recursive.c:974
3416 #, c-format
3417 msgid "failed to symlink '%s': %s"
3418 msgstr ""
3419
3420 #: merge-recursive.c:979
3421 #, c-format
3422 msgid "do not know what to do with %06o %s '%s'"
3423 msgstr ""
3424
3425 #: merge-recursive.c:1175
3426 #, c-format
3427 msgid "Failed to merge submodule %s (not checked out)"
3428 msgstr ""
3429
3430 #: merge-recursive.c:1182
3431 #, c-format
3432 msgid "Failed to merge submodule %s (commits not present)"
3433 msgstr ""
3434
3435 #: merge-recursive.c:1189
3436 #, c-format
3437 msgid "Failed to merge submodule %s (commits don't follow merge-base)"
3438 msgstr ""
3439
3440 #: merge-recursive.c:1197 merge-recursive.c:1209
3441 #, c-format
3442 msgid "Fast-forwarding submodule %s to the following commit:"
3443 msgstr ""
3444
3445 #: merge-recursive.c:1200 merge-recursive.c:1212
3446 #, c-format
3447 msgid "Fast-forwarding submodule %s"
3448 msgstr ""
3449
3450 #: merge-recursive.c:1235
3451 #, c-format
3452 msgid "Failed to merge submodule %s (merge following commits not found)"
3453 msgstr ""
3454
3455 #: merge-recursive.c:1239
3456 #, c-format
3457 msgid "Failed to merge submodule %s (not fast-forward)"
3458 msgstr ""
3459
3460 #: merge-recursive.c:1240
3461 msgid "Found a possible merge resolution for the submodule:\n"
3462 msgstr ""
3463
3464 #: merge-recursive.c:1243
3465 #, c-format
3466 msgid ""
3467 "If this is correct simply add it to the index for example\n"
3468 "by using:\n"
3469 "\n"
3470 "  git update-index --cacheinfo 160000 %s \"%s\"\n"
3471 "\n"
3472 "which will accept this suggestion.\n"
3473 msgstr ""
3474
3475 #: merge-recursive.c:1252
3476 #, c-format
3477 msgid "Failed to merge submodule %s (multiple merges found)"
3478 msgstr ""
3479
3480 #: merge-recursive.c:1325
3481 msgid "Failed to execute internal merge"
3482 msgstr ""
3483
3484 #: merge-recursive.c:1330
3485 #, c-format
3486 msgid "Unable to add %s to database"
3487 msgstr ""
3488
3489 #: merge-recursive.c:1362
3490 #, c-format
3491 msgid "Auto-merging %s"
3492 msgstr ""
3493
3494 #: merge-recursive.c:1385
3495 #, c-format
3496 msgid "Error: Refusing to lose untracked file at %s; writing to %s instead."
3497 msgstr ""
3498
3499 #: merge-recursive.c:1457
3500 #, c-format
3501 msgid ""
3502 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
3503 "in tree."
3504 msgstr ""
3505
3506 #: merge-recursive.c:1462
3507 #, c-format
3508 msgid ""
3509 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
3510 "left in tree."
3511 msgstr ""
3512
3513 #: merge-recursive.c:1469
3514 #, c-format
3515 msgid ""
3516 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
3517 "in tree at %s."
3518 msgstr ""
3519
3520 #: merge-recursive.c:1474
3521 #, c-format
3522 msgid ""
3523 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
3524 "left in tree at %s."
3525 msgstr ""
3526
3527 #: merge-recursive.c:1509
3528 msgid "rename"
3529 msgstr ""
3530
3531 #: merge-recursive.c:1509
3532 msgid "renamed"
3533 msgstr ""
3534
3535 #: merge-recursive.c:1589 merge-recursive.c:2445 merge-recursive.c:3085
3536 #, c-format
3537 msgid "Refusing to lose dirty file at %s"
3538 msgstr ""
3539
3540 #: merge-recursive.c:1599
3541 #, c-format
3542 msgid "Refusing to lose untracked file at %s, even though it's in the way."
3543 msgstr ""
3544
3545 #: merge-recursive.c:1657
3546 #, c-format
3547 msgid "CONFLICT (rename/add): Rename %s->%s in %s.  Added %s in %s"
3548 msgstr ""
3549
3550 #: merge-recursive.c:1687
3551 #, c-format
3552 msgid "%s is a directory in %s adding as %s instead"
3553 msgstr ""
3554
3555 #: merge-recursive.c:1692
3556 #, c-format
3557 msgid "Refusing to lose untracked file at %s; adding as %s instead"
3558 msgstr ""
3559
3560 #: merge-recursive.c:1711
3561 #, c-format
3562 msgid ""
3563 "CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
3564 "\"->\"%s\" in \"%s\"%s"
3565 msgstr ""
3566
3567 #: merge-recursive.c:1716
3568 msgid " (left unresolved)"
3569 msgstr ""
3570
3571 #: merge-recursive.c:1825
3572 #, c-format
3573 msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
3574 msgstr ""
3575
3576 #: merge-recursive.c:2030
3577 #, c-format
3578 msgid ""
3579 "CONFLICT (directory rename split): Unclear where to place %s because "
3580 "directory %s was renamed to multiple other directories, with no destination "
3581 "getting a majority of the files."
3582 msgstr ""
3583
3584 #: merge-recursive.c:2062
3585 #, c-format
3586 msgid ""
3587 "CONFLICT (implicit dir rename): Existing file/dir at %s in the way of "
3588 "implicit directory rename(s) putting the following path(s) there: %s."
3589 msgstr ""
3590
3591 #: merge-recursive.c:2072
3592 #, c-format
3593 msgid ""
3594 "CONFLICT (implicit dir rename): Cannot map more than one path to %s; "
3595 "implicit directory renames tried to put these paths there: %s"
3596 msgstr ""
3597
3598 #: merge-recursive.c:2164
3599 #, c-format
3600 msgid ""
3601 "CONFLICT (rename/rename): Rename directory %s->%s in %s. Rename directory %s-"
3602 ">%s in %s"
3603 msgstr ""
3604
3605 #: merge-recursive.c:2408
3606 #, c-format
3607 msgid ""
3608 "WARNING: Avoiding applying %s -> %s rename to %s, because %s itself was "
3609 "renamed."
3610 msgstr ""
3611
3612 #: merge-recursive.c:2929
3613 #, c-format
3614 msgid "cannot read object %s"
3615 msgstr ""
3616
3617 #: merge-recursive.c:2932
3618 #, c-format
3619 msgid "object %s is not a blob"
3620 msgstr ""
3621
3622 #: merge-recursive.c:2996
3623 msgid "modify"
3624 msgstr ""
3625
3626 #: merge-recursive.c:2996
3627 msgid "modified"
3628 msgstr ""
3629
3630 #: merge-recursive.c:3008
3631 msgid "content"
3632 msgstr ""
3633
3634 #: merge-recursive.c:3012
3635 msgid "add/add"
3636 msgstr ""
3637
3638 #: merge-recursive.c:3035
3639 #, c-format
3640 msgid "Skipped %s (merged same as existing)"
3641 msgstr ""
3642
3643 #: merge-recursive.c:3057 git-submodule.sh:937
3644 msgid "submodule"
3645 msgstr ""
3646
3647 #: merge-recursive.c:3058
3648 #, c-format
3649 msgid "CONFLICT (%s): Merge conflict in %s"
3650 msgstr ""
3651
3652 #: merge-recursive.c:3088
3653 #, c-format
3654 msgid "Adding as %s instead"
3655 msgstr ""
3656
3657 #: merge-recursive.c:3170
3658 #, c-format
3659 msgid ""
3660 "Path updated: %s added in %s inside a directory that was renamed in %s; "
3661 "moving it to %s."
3662 msgstr ""
3663
3664 #: merge-recursive.c:3173
3665 #, c-format
3666 msgid ""
3667 "CONFLICT (file location): %s added in %s inside a directory that was renamed "
3668 "in %s, suggesting it should perhaps be moved to %s."
3669 msgstr ""
3670
3671 #: merge-recursive.c:3177
3672 #, c-format
3673 msgid ""
3674 "Path updated: %s renamed to %s in %s, inside a directory that was renamed in "
3675 "%s; moving it to %s."
3676 msgstr ""
3677
3678 #: merge-recursive.c:3180
3679 #, c-format
3680 msgid ""
3681 "CONFLICT (file location): %s renamed to %s in %s, inside a directory that "
3682 "was renamed in %s, suggesting it should perhaps be moved to %s."
3683 msgstr ""
3684
3685 #: merge-recursive.c:3294
3686 #, c-format
3687 msgid "Removing %s"
3688 msgstr ""
3689
3690 #: merge-recursive.c:3317
3691 msgid "file/directory"
3692 msgstr ""
3693
3694 #: merge-recursive.c:3322
3695 msgid "directory/file"
3696 msgstr ""
3697
3698 #: merge-recursive.c:3329
3699 #, c-format
3700 msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
3701 msgstr ""
3702
3703 #: merge-recursive.c:3338
3704 #, c-format
3705 msgid "Adding %s"
3706 msgstr ""
3707
3708 #: merge-recursive.c:3347
3709 #, c-format
3710 msgid "CONFLICT (add/add): Merge conflict in %s"
3711 msgstr ""
3712
3713 #: merge-recursive.c:3385
3714 #, c-format
3715 msgid ""
3716 "Your local changes to the following files would be overwritten by merge:\n"
3717 "  %s"
3718 msgstr ""
3719
3720 #: merge-recursive.c:3396
3721 msgid "Already up to date!"
3722 msgstr ""
3723
3724 #: merge-recursive.c:3405
3725 #, c-format
3726 msgid "merging of trees %s and %s failed"
3727 msgstr ""
3728
3729 #: merge-recursive.c:3504
3730 msgid "Merging:"
3731 msgstr ""
3732
3733 #: merge-recursive.c:3517
3734 #, c-format
3735 msgid "found %u common ancestor:"
3736 msgid_plural "found %u common ancestors:"
3737 msgstr[0] ""
3738 msgstr[1] ""
3739
3740 #: merge-recursive.c:3556
3741 msgid "merge returned no commit"
3742 msgstr ""
3743
3744 #: merge-recursive.c:3622
3745 #, c-format
3746 msgid "Could not parse object '%s'"
3747 msgstr ""
3748
3749 #: merge-recursive.c:3638 builtin/merge.c:702 builtin/merge.c:873
3750 msgid "Unable to write index."
3751 msgstr ""
3752
3753 #: midx.c:66
3754 #, c-format
3755 msgid "multi-pack-index file %s is too small"
3756 msgstr ""
3757
3758 #: midx.c:82
3759 #, c-format
3760 msgid "multi-pack-index signature 0x%08x does not match signature 0x%08x"
3761 msgstr ""
3762
3763 #: midx.c:87
3764 #, c-format
3765 msgid "multi-pack-index version %d not recognized"
3766 msgstr ""
3767
3768 #: midx.c:92
3769 #, c-format
3770 msgid "hash version %u does not match"
3771 msgstr ""
3772
3773 #: midx.c:106
3774 msgid "invalid chunk offset (too large)"
3775 msgstr ""
3776
3777 #: midx.c:130
3778 msgid "terminating multi-pack-index chunk id appears earlier than expected"
3779 msgstr ""
3780
3781 #: midx.c:143
3782 msgid "multi-pack-index missing required pack-name chunk"
3783 msgstr ""
3784
3785 #: midx.c:145
3786 msgid "multi-pack-index missing required OID fanout chunk"
3787 msgstr ""
3788
3789 #: midx.c:147
3790 msgid "multi-pack-index missing required OID lookup chunk"
3791 msgstr ""
3792
3793 #: midx.c:149
3794 msgid "multi-pack-index missing required object offsets chunk"
3795 msgstr ""
3796
3797 #: midx.c:163
3798 #, c-format
3799 msgid "multi-pack-index pack names out of order: '%s' before '%s'"
3800 msgstr ""
3801
3802 #: midx.c:208
3803 #, c-format
3804 msgid "bad pack-int-id: %u (%u total packs)"
3805 msgstr ""
3806
3807 #: midx.c:258
3808 msgid "multi-pack-index stores a 64-bit offset, but off_t is too small"
3809 msgstr ""
3810
3811 #: midx.c:286
3812 msgid "error preparing packfile from multi-pack-index"
3813 msgstr ""
3814
3815 #: midx.c:457
3816 #, c-format
3817 msgid "failed to add packfile '%s'"
3818 msgstr ""
3819
3820 #: midx.c:463
3821 #, c-format
3822 msgid "failed to open pack-index '%s'"
3823 msgstr ""
3824
3825 #: midx.c:557
3826 #, c-format
3827 msgid "failed to locate object %d in packfile"
3828 msgstr ""
3829
3830 #: midx.c:993
3831 #, c-format
3832 msgid "failed to clear multi-pack-index at %s"
3833 msgstr ""
3834
3835 #: midx.c:1048
3836 msgid "Looking for referenced packfiles"
3837 msgstr ""
3838
3839 #: midx.c:1063
3840 #, c-format
3841 msgid ""
3842 "oid fanout out of order: fanout[%d] = %<PRIx32> > %<PRIx32> = fanout[%d]"
3843 msgstr ""
3844
3845 #: midx.c:1067
3846 msgid "Verifying OID order in MIDX"
3847 msgstr ""
3848
3849 #: midx.c:1076
3850 #, c-format
3851 msgid "oid lookup out of order: oid[%d] = %s >= %s = oid[%d]"
3852 msgstr ""
3853
3854 #: midx.c:1095
3855 msgid "Sorting objects by packfile"
3856 msgstr ""
3857
3858 #: midx.c:1101
3859 msgid "Verifying object offsets"
3860 msgstr ""
3861
3862 #: midx.c:1117
3863 #, c-format
3864 msgid "failed to load pack entry for oid[%d] = %s"
3865 msgstr ""
3866
3867 #: midx.c:1123
3868 #, c-format
3869 msgid "failed to load pack-index for packfile %s"
3870 msgstr ""
3871
3872 #: midx.c:1132
3873 #, c-format
3874 msgid "incorrect object offset for oid[%d] = %s: %<PRIx64> != %<PRIx64>"
3875 msgstr ""
3876
3877 #: name-hash.c:531
3878 #, c-format
3879 msgid "unable to create lazy_dir thread: %s"
3880 msgstr ""
3881
3882 #: name-hash.c:553
3883 #, c-format
3884 msgid "unable to create lazy_name thread: %s"
3885 msgstr ""
3886
3887 #: name-hash.c:559
3888 #, c-format
3889 msgid "unable to join lazy_name thread: %s"
3890 msgstr ""
3891
3892 #: notes-merge.c:277
3893 #, c-format
3894 msgid ""
3895 "You have not concluded your previous notes merge (%s exists).\n"
3896 "Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
3897 "commit/abort the previous merge before you start a new notes merge."
3898 msgstr ""
3899
3900 #: notes-merge.c:284
3901 #, c-format
3902 msgid "You have not concluded your notes merge (%s exists)."
3903 msgstr ""
3904
3905 #: notes-utils.c:46
3906 msgid "Cannot commit uninitialized/unreferenced notes tree"
3907 msgstr ""
3908
3909 #: notes-utils.c:105
3910 #, c-format
3911 msgid "Bad notes.rewriteMode value: '%s'"
3912 msgstr ""
3913
3914 #: notes-utils.c:115
3915 #, c-format
3916 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
3917 msgstr ""
3918
3919 #. TRANSLATORS: The first %s is the name of
3920 #. the environment variable, the second %s is
3921 #. its value.
3922 #.
3923 #: notes-utils.c:145
3924 #, c-format
3925 msgid "Bad %s value: '%s'"
3926 msgstr ""
3927
3928 #: object.c:54
3929 #, c-format
3930 msgid "invalid object type \"%s\""
3931 msgstr ""
3932
3933 #: object.c:174
3934 #, c-format
3935 msgid "object %s is a %s, not a %s"
3936 msgstr ""
3937
3938 #: object.c:234
3939 #, c-format
3940 msgid "object %s has unknown type id %d"
3941 msgstr ""
3942
3943 #: object.c:247
3944 #, c-format
3945 msgid "unable to parse object: %s"
3946 msgstr ""
3947
3948 #: object.c:267 object.c:278
3949 #, c-format
3950 msgid "hash mismatch %s"
3951 msgstr ""
3952
3953 #: packfile.c:617
3954 msgid "offset before end of packfile (broken .idx?)"
3955 msgstr ""
3956
3957 #: packfile.c:1868
3958 #, c-format
3959 msgid "offset before start of pack index for %s (corrupt index?)"
3960 msgstr ""
3961
3962 #: packfile.c:1872
3963 #, c-format
3964 msgid "offset beyond end of pack index for %s (truncated index?)"
3965 msgstr ""
3966
3967 #: parse-options.c:38
3968 #, c-format
3969 msgid "%s requires a value"
3970 msgstr ""
3971
3972 #: parse-options.c:73
3973 #, c-format
3974 msgid "%s is incompatible with %s"
3975 msgstr ""
3976
3977 #: parse-options.c:78
3978 #, c-format
3979 msgid "%s : incompatible with something else"
3980 msgstr ""
3981
3982 #: parse-options.c:92 parse-options.c:96 parse-options.c:319
3983 #, c-format
3984 msgid "%s takes no value"
3985 msgstr ""
3986
3987 #: parse-options.c:94
3988 #, c-format
3989 msgid "%s isn't available"
3990 msgstr ""
3991
3992 #: parse-options.c:219
3993 #, c-format
3994 msgid "%s expects a non-negative integer value with an optional k/m/g suffix"
3995 msgstr ""
3996
3997 #: parse-options.c:389
3998 #, c-format
3999 msgid "ambiguous option: %s (could be --%s%s or --%s%s)"
4000 msgstr ""
4001
4002 #: parse-options.c:423 parse-options.c:431
4003 #, c-format
4004 msgid "did you mean `--%s` (with two dashes ?)"
4005 msgstr ""
4006
4007 #: parse-options.c:859
4008 #, c-format
4009 msgid "unknown option `%s'"
4010 msgstr ""
4011
4012 #: parse-options.c:861
4013 #, c-format
4014 msgid "unknown switch `%c'"
4015 msgstr ""
4016
4017 #: parse-options.c:863
4018 #, c-format
4019 msgid "unknown non-ascii option in string: `%s'"
4020 msgstr ""
4021
4022 #: parse-options.c:887
4023 msgid "..."
4024 msgstr ""
4025
4026 #: parse-options.c:906
4027 #, c-format
4028 msgid "usage: %s"
4029 msgstr ""
4030
4031 #. TRANSLATORS: the colon here should align with the
4032 #. one in "usage: %s" translation.
4033 #.
4034 #: parse-options.c:912
4035 #, c-format
4036 msgid "   or: %s"
4037 msgstr ""
4038
4039 #: parse-options.c:915
4040 #, c-format
4041 msgid "    %s"
4042 msgstr ""
4043
4044 #: parse-options.c:954
4045 msgid "-NUM"
4046 msgstr ""
4047
4048 #: parse-options.c:968
4049 #, c-format
4050 msgid "alias of --%s"
4051 msgstr ""
4052
4053 #: parse-options-cb.c:20 parse-options-cb.c:24
4054 #, c-format
4055 msgid "option `%s' expects a numerical value"
4056 msgstr ""
4057
4058 #: parse-options-cb.c:41
4059 #, c-format
4060 msgid "malformed expiration date '%s'"
4061 msgstr ""
4062
4063 #: parse-options-cb.c:54
4064 #, c-format
4065 msgid "option `%s' expects \"always\", \"auto\", or \"never\""
4066 msgstr ""
4067
4068 #: parse-options-cb.c:130 parse-options-cb.c:147
4069 #, c-format
4070 msgid "malformed object name '%s'"
4071 msgstr ""
4072
4073 #: path.c:897
4074 #, c-format
4075 msgid "Could not make %s writable by group"
4076 msgstr ""
4077
4078 #: pathspec.c:128
4079 msgid "Escape character '\\' not allowed as last character in attr value"
4080 msgstr ""
4081
4082 #: pathspec.c:146
4083 msgid "Only one 'attr:' specification is allowed."
4084 msgstr ""
4085
4086 #: pathspec.c:149
4087 msgid "attr spec must not be empty"
4088 msgstr ""
4089
4090 #: pathspec.c:192
4091 #, c-format
4092 msgid "invalid attribute name %s"
4093 msgstr ""
4094
4095 #: pathspec.c:257
4096 msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
4097 msgstr ""
4098
4099 #: pathspec.c:264
4100 msgid ""
4101 "global 'literal' pathspec setting is incompatible with all other global "
4102 "pathspec settings"
4103 msgstr ""
4104
4105 #: pathspec.c:304
4106 msgid "invalid parameter for pathspec magic 'prefix'"
4107 msgstr ""
4108
4109 #: pathspec.c:325
4110 #, c-format
4111 msgid "Invalid pathspec magic '%.*s' in '%s'"
4112 msgstr ""
4113
4114 #: pathspec.c:330
4115 #, c-format
4116 msgid "Missing ')' at the end of pathspec magic in '%s'"
4117 msgstr ""
4118
4119 #: pathspec.c:368
4120 #, c-format
4121 msgid "Unimplemented pathspec magic '%c' in '%s'"
4122 msgstr ""
4123
4124 #: pathspec.c:427
4125 #, c-format
4126 msgid "%s: 'literal' and 'glob' are incompatible"
4127 msgstr ""
4128
4129 #: pathspec.c:440
4130 #, c-format
4131 msgid "%s: '%s' is outside repository"
4132 msgstr ""
4133
4134 #: pathspec.c:514
4135 #, c-format
4136 msgid "'%s' (mnemonic: '%c')"
4137 msgstr ""
4138
4139 #: pathspec.c:524
4140 #, c-format
4141 msgid "%s: pathspec magic not supported by this command: %s"
4142 msgstr ""
4143
4144 #: pathspec.c:591
4145 #, c-format
4146 msgid "pathspec '%s' is beyond a symbolic link"
4147 msgstr ""
4148
4149 #: pkt-line.c:92
4150 msgid "unable to write flush packet"
4151 msgstr ""
4152
4153 #: pkt-line.c:99
4154 msgid "unable to write delim packet"
4155 msgstr ""
4156
4157 #: pkt-line.c:106
4158 msgid "flush packet write failed"
4159 msgstr ""
4160
4161 #: pkt-line.c:146 pkt-line.c:232
4162 msgid "protocol error: impossibly long line"
4163 msgstr ""
4164
4165 #: pkt-line.c:162 pkt-line.c:164
4166 msgid "packet write with format failed"
4167 msgstr ""
4168
4169 #: pkt-line.c:196
4170 msgid "packet write failed - data exceeds max packet size"
4171 msgstr ""
4172
4173 #: pkt-line.c:203 pkt-line.c:210
4174 msgid "packet write failed"
4175 msgstr ""
4176
4177 #: pkt-line.c:295
4178 msgid "read error"
4179 msgstr ""
4180
4181 #: pkt-line.c:303
4182 msgid "the remote end hung up unexpectedly"
4183 msgstr ""
4184
4185 #: pkt-line.c:331
4186 #, c-format
4187 msgid "protocol error: bad line length character: %.4s"
4188 msgstr ""
4189
4190 #: pkt-line.c:341 pkt-line.c:346
4191 #, c-format
4192 msgid "protocol error: bad line length %d"
4193 msgstr ""
4194
4195 #: pkt-line.c:362
4196 #, c-format
4197 msgid "remote error: %s"
4198 msgstr ""
4199
4200 #: preload-index.c:119
4201 msgid "Refreshing index"
4202 msgstr ""
4203
4204 #: preload-index.c:138
4205 #, c-format
4206 msgid "unable to create threaded lstat: %s"
4207 msgstr ""
4208
4209 #: pretty.c:966
4210 msgid "unable to parse --pretty format"
4211 msgstr ""
4212
4213 #: range-diff.c:56
4214 msgid "could not start `log`"
4215 msgstr ""
4216
4217 #: range-diff.c:59
4218 msgid "could not read `log` output"
4219 msgstr ""
4220
4221 #: range-diff.c:74 sequencer.c:4897
4222 #, c-format
4223 msgid "could not parse commit '%s'"
4224 msgstr ""
4225
4226 #: range-diff.c:224
4227 msgid "failed to generate diff"
4228 msgstr ""
4229
4230 #: range-diff.c:455 range-diff.c:457
4231 #, c-format
4232 msgid "could not parse log for '%s'"
4233 msgstr ""
4234
4235 #: read-cache.c:680
4236 #, c-format
4237 msgid "will not add file alias '%s' ('%s' already exists in index)"
4238 msgstr ""
4239
4240 #: read-cache.c:696
4241 msgid "cannot create an empty blob in the object database"
4242 msgstr ""
4243
4244 #: read-cache.c:718
4245 #, c-format
4246 msgid "%s: can only add regular files, symbolic links or git-directories"
4247 msgstr ""
4248
4249 #: read-cache.c:723
4250 #, c-format
4251 msgid "'%s' does not have a commit checked out"
4252 msgstr ""
4253
4254 #: read-cache.c:775
4255 #, c-format
4256 msgid "unable to index file '%s'"
4257 msgstr ""
4258
4259 #: read-cache.c:794
4260 #, c-format
4261 msgid "unable to add '%s' to index"
4262 msgstr ""
4263
4264 #: read-cache.c:805
4265 #, c-format
4266 msgid "unable to stat '%s'"
4267 msgstr ""
4268
4269 #: read-cache.c:1314
4270 #, c-format
4271 msgid "'%s' appears as both a file and as a directory"
4272 msgstr ""
4273
4274 #: read-cache.c:1499
4275 msgid "Refresh index"
4276 msgstr ""
4277
4278 #: read-cache.c:1613
4279 #, c-format
4280 msgid ""
4281 "index.version set, but the value is invalid.\n"
4282 "Using version %i"
4283 msgstr ""
4284
4285 #: read-cache.c:1623
4286 #, c-format
4287 msgid ""
4288 "GIT_INDEX_VERSION set, but the value is invalid.\n"
4289 "Using version %i"
4290 msgstr ""
4291
4292 #: read-cache.c:1679
4293 #, c-format
4294 msgid "bad signature 0x%08x"
4295 msgstr ""
4296
4297 #: read-cache.c:1682
4298 #, c-format
4299 msgid "bad index version %d"
4300 msgstr ""
4301
4302 #: read-cache.c:1691
4303 msgid "bad index file sha1 signature"
4304 msgstr ""
4305
4306 #: read-cache.c:1721
4307 #, c-format
4308 msgid "index uses %.4s extension, which we do not understand"
4309 msgstr ""
4310
4311 #: read-cache.c:1723
4312 #, c-format
4313 msgid "ignoring %.4s extension"
4314 msgstr ""
4315
4316 #: read-cache.c:1760
4317 #, c-format
4318 msgid "unknown index entry format 0x%08x"
4319 msgstr ""
4320
4321 #: read-cache.c:1776
4322 #, c-format
4323 msgid "malformed name field in the index, near path '%s'"
4324 msgstr ""
4325
4326 #: read-cache.c:1833
4327 msgid "unordered stage entries in index"
4328 msgstr ""
4329
4330 #: read-cache.c:1836
4331 #, c-format
4332 msgid "multiple stage entries for merged file '%s'"
4333 msgstr ""
4334
4335 #: read-cache.c:1839
4336 #, c-format
4337 msgid "unordered stage entries for '%s'"
4338 msgstr ""
4339
4340 #: read-cache.c:1946 read-cache.c:2234 rerere.c:565 rerere.c:599 rerere.c:1111
4341 #: builtin/add.c:460 builtin/check-ignore.c:178 builtin/checkout.c:358
4342 #: builtin/checkout.c:672 builtin/checkout.c:1060 builtin/clean.c:955
4343 #: builtin/commit.c:344 builtin/diff-tree.c:120 builtin/grep.c:498
4344 #: builtin/mv.c:145 builtin/reset.c:245 builtin/rm.c:271
4345 #: builtin/submodule--helper.c:330
4346 msgid "index file corrupt"
4347 msgstr ""
4348
4349 #: read-cache.c:2087
4350 #, c-format
4351 msgid "unable to create load_cache_entries thread: %s"
4352 msgstr ""
4353
4354 #: read-cache.c:2100
4355 #, c-format
4356 msgid "unable to join load_cache_entries thread: %s"
4357 msgstr ""
4358
4359 #: read-cache.c:2133
4360 #, c-format
4361 msgid "%s: index file open failed"
4362 msgstr ""
4363
4364 #: read-cache.c:2137
4365 #, c-format
4366 msgid "%s: cannot stat the open index"
4367 msgstr ""
4368
4369 #: read-cache.c:2141
4370 #, c-format
4371 msgid "%s: index file smaller than expected"
4372 msgstr ""
4373
4374 #: read-cache.c:2145
4375 #, c-format
4376 msgid "%s: unable to map index file"
4377 msgstr ""
4378
4379 #: read-cache.c:2187
4380 #, c-format
4381 msgid "unable to create load_index_extensions thread: %s"
4382 msgstr ""
4383
4384 #: read-cache.c:2214
4385 #, c-format
4386 msgid "unable to join load_index_extensions thread: %s"
4387 msgstr ""
4388
4389 #: read-cache.c:2246
4390 #, c-format
4391 msgid "could not freshen shared index '%s'"
4392 msgstr ""
4393
4394 #: read-cache.c:2293
4395 #, c-format
4396 msgid "broken index, expect %s in %s, got %s"
4397 msgstr ""
4398
4399 #: read-cache.c:2989 wrapper.c:658 builtin/merge.c:1117
4400 #, c-format
4401 msgid "could not close '%s'"
4402 msgstr ""
4403
4404 #: read-cache.c:3092 sequencer.c:2354 sequencer.c:3807
4405 #, c-format
4406 msgid "could not stat '%s'"
4407 msgstr ""
4408
4409 #: read-cache.c:3105
4410 #, c-format
4411 msgid "unable to open git dir: %s"
4412 msgstr ""
4413
4414 #: read-cache.c:3117
4415 #, c-format
4416 msgid "unable to unlink: %s"
4417 msgstr ""
4418
4419 #: read-cache.c:3142
4420 #, c-format
4421 msgid "cannot fix permission bits on '%s'"
4422 msgstr ""
4423
4424 #: read-cache.c:3291
4425 #, c-format
4426 msgid "%s: cannot drop to stage #0"
4427 msgstr ""
4428
4429 #: rebase-interactive.c:26
4430 #, c-format
4431 msgid ""
4432 "unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."
4433 msgstr ""
4434
4435 #: rebase-interactive.c:35
4436 msgid ""
4437 "\n"
4438 "Commands:\n"
4439 "p, pick <commit> = use commit\n"
4440 "r, reword <commit> = use commit, but edit the commit message\n"
4441 "e, edit <commit> = use commit, but stop for amending\n"
4442 "s, squash <commit> = use commit, but meld into previous commit\n"
4443 "f, fixup <commit> = like \"squash\", but discard this commit's log message\n"
4444 "x, exec <command> = run command (the rest of the line) using shell\n"
4445 "b, break = stop here (continue rebase later with 'git rebase --continue')\n"
4446 "d, drop <commit> = remove commit\n"
4447 "l, label <label> = label current HEAD with a name\n"
4448 "t, reset <label> = reset HEAD to a label\n"
4449 "m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
4450 ".       create a merge commit using the original merge commit's\n"
4451 ".       message (or the oneline, if no original merge commit was\n"
4452 ".       specified). Use -c <commit> to reword the commit message.\n"
4453 "\n"
4454 "These lines can be re-ordered; they are executed from top to bottom.\n"
4455 msgstr ""
4456
4457 #: rebase-interactive.c:56
4458 #, c-format
4459 msgid "Rebase %s onto %s (%d command)"
4460 msgid_plural "Rebase %s onto %s (%d commands)"
4461 msgstr[0] ""
4462 msgstr[1] ""
4463
4464 #: rebase-interactive.c:65 git-rebase--preserve-merges.sh:173
4465 msgid ""
4466 "\n"
4467 "Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
4468 msgstr ""
4469
4470 #: rebase-interactive.c:68 git-rebase--preserve-merges.sh:177
4471 msgid ""
4472 "\n"
4473 "If you remove a line here THAT COMMIT WILL BE LOST.\n"
4474 msgstr ""
4475
4476 #: rebase-interactive.c:74 git-rebase--preserve-merges.sh:816
4477 msgid ""
4478 "\n"
4479 "You are editing the todo file of an ongoing interactive rebase.\n"
4480 "To continue rebase after editing, run:\n"
4481 "    git rebase --continue\n"
4482 "\n"
4483 msgstr ""
4484
4485 #: rebase-interactive.c:79 git-rebase--preserve-merges.sh:893
4486 msgid ""
4487 "\n"
4488 "However, if you remove everything, the rebase will be aborted.\n"
4489 "\n"
4490 msgstr ""
4491
4492 #: rebase-interactive.c:85 git-rebase--preserve-merges.sh:900
4493 msgid "Note that empty commits are commented out"
4494 msgstr ""
4495
4496 #: rebase-interactive.c:105 rerere.c:485 rerere.c:692 sequencer.c:3339
4497 #: sequencer.c:3365 sequencer.c:4996 builtin/fsck.c:356 builtin/rebase.c:235
4498 #, c-format
4499 msgid "could not write '%s'"
4500 msgstr ""
4501
4502 #: rebase-interactive.c:108
4503 #, c-format
4504 msgid "could not copy '%s' to '%s'."
4505 msgstr ""
4506
4507 #: rebase-interactive.c:173
4508 #, c-format
4509 msgid ""
4510 "Warning: some commits may have been dropped accidentally.\n"
4511 "Dropped commits (newer to older):\n"
4512 msgstr ""
4513
4514 #: rebase-interactive.c:180
4515 #, c-format
4516 msgid ""
4517 "To avoid this message, use \"drop\" to explicitly remove a commit.\n"
4518 "\n"
4519 "Use 'git config rebase.missingCommitsCheck' to change the level of "
4520 "warnings.\n"
4521 "The possible behaviours are: ignore, warn, error.\n"
4522 "\n"
4523 msgstr ""
4524
4525 #: refs.c:192
4526 #, c-format
4527 msgid "%s does not point to a valid object!"
4528 msgstr ""
4529
4530 #: refs.c:597
4531 #, c-format
4532 msgid "ignoring dangling symref %s"
4533 msgstr ""
4534
4535 #: refs.c:599 ref-filter.c:1982
4536 #, c-format
4537 msgid "ignoring broken ref %s"
4538 msgstr ""
4539
4540 #: refs.c:734
4541 #, c-format
4542 msgid "could not open '%s' for writing: %s"
4543 msgstr ""
4544
4545 #: refs.c:744 refs.c:795
4546 #, c-format
4547 msgid "could not read ref '%s'"
4548 msgstr ""
4549
4550 #: refs.c:750
4551 #, c-format
4552 msgid "ref '%s' already exists"
4553 msgstr ""
4554
4555 #: refs.c:755
4556 #, c-format
4557 msgid "unexpected object ID when writing '%s'"
4558 msgstr ""
4559
4560 #: refs.c:763 sequencer.c:400 sequencer.c:2679 sequencer.c:2805
4561 #: sequencer.c:2819 sequencer.c:3076 sequencer.c:4913 wrapper.c:656
4562 #, c-format
4563 msgid "could not write to '%s'"
4564 msgstr ""
4565
4566 #: refs.c:790 wrapper.c:225 wrapper.c:395 builtin/am.c:715 builtin/rebase.c:993
4567 #, c-format
4568 msgid "could not open '%s' for writing"
4569 msgstr ""
4570
4571 #: refs.c:797
4572 #, c-format
4573 msgid "unexpected object ID when deleting '%s'"
4574 msgstr ""
4575
4576 #: refs.c:928
4577 #, c-format
4578 msgid "log for ref %s has gap after %s"
4579 msgstr ""
4580
4581 #: refs.c:934
4582 #, c-format
4583 msgid "log for ref %s unexpectedly ended on %s"
4584 msgstr ""
4585
4586 #: refs.c:993
4587 #, c-format
4588 msgid "log for %s is empty"
4589 msgstr ""
4590
4591 #: refs.c:1085
4592 #, c-format
4593 msgid "refusing to update ref with bad name '%s'"
4594 msgstr ""
4595
4596 #: refs.c:1161
4597 #, c-format
4598 msgid "update_ref failed for ref '%s': %s"
4599 msgstr ""
4600
4601 #: refs.c:1942
4602 #, c-format
4603 msgid "multiple updates for ref '%s' not allowed"
4604 msgstr ""
4605
4606 #: refs.c:1974
4607 msgid "ref updates forbidden inside quarantine environment"
4608 msgstr ""
4609
4610 #: refs.c:2070 refs.c:2100
4611 #, c-format
4612 msgid "'%s' exists; cannot create '%s'"
4613 msgstr ""
4614
4615 #: refs.c:2076 refs.c:2111
4616 #, c-format
4617 msgid "cannot process '%s' and '%s' at the same time"
4618 msgstr ""
4619
4620 #: refs/files-backend.c:1234
4621 #, c-format
4622 msgid "could not remove reference %s"
4623 msgstr ""
4624
4625 #: refs/files-backend.c:1248 refs/packed-backend.c:1532
4626 #: refs/packed-backend.c:1542
4627 #, c-format
4628 msgid "could not delete reference %s: %s"
4629 msgstr ""
4630
4631 #: refs/files-backend.c:1251 refs/packed-backend.c:1545
4632 #, c-format
4633 msgid "could not delete references: %s"
4634 msgstr ""
4635
4636 #: refspec.c:137
4637 #, c-format
4638 msgid "invalid refspec '%s'"
4639 msgstr ""
4640
4641 #: ref-filter.c:39 wt-status.c:1909
4642 msgid "gone"
4643 msgstr ""
4644
4645 #: ref-filter.c:40
4646 #, c-format
4647 msgid "ahead %d"
4648 msgstr ""
4649
4650 #: ref-filter.c:41
4651 #, c-format
4652 msgid "behind %d"
4653 msgstr ""
4654
4655 #: ref-filter.c:42
4656 #, c-format
4657 msgid "ahead %d, behind %d"
4658 msgstr ""
4659
4660 #: ref-filter.c:138
4661 #, c-format
4662 msgid "expected format: %%(color:<color>)"
4663 msgstr ""
4664
4665 #: ref-filter.c:140
4666 #, c-format
4667 msgid "unrecognized color: %%(color:%s)"
4668 msgstr ""
4669
4670 #: ref-filter.c:162
4671 #, c-format
4672 msgid "Integer value expected refname:lstrip=%s"
4673 msgstr ""
4674
4675 #: ref-filter.c:166
4676 #, c-format
4677 msgid "Integer value expected refname:rstrip=%s"
4678 msgstr ""
4679
4680 #: ref-filter.c:168
4681 #, c-format
4682 msgid "unrecognized %%(%s) argument: %s"
4683 msgstr ""
4684
4685 #: ref-filter.c:223
4686 #, c-format
4687 msgid "%%(objecttype) does not take arguments"
4688 msgstr ""
4689
4690 #: ref-filter.c:245
4691 #, c-format
4692 msgid "unrecognized %%(objectsize) argument: %s"
4693 msgstr ""
4694
4695 #: ref-filter.c:253
4696 #, c-format
4697 msgid "%%(deltabase) does not take arguments"
4698 msgstr ""
4699
4700 #: ref-filter.c:265
4701 #, c-format
4702 msgid "%%(body) does not take arguments"
4703 msgstr ""
4704
4705 #: ref-filter.c:274
4706 #, c-format
4707 msgid "%%(subject) does not take arguments"
4708 msgstr ""
4709
4710 #: ref-filter.c:296
4711 #, c-format
4712 msgid "unknown %%(trailers) argument: %s"
4713 msgstr ""
4714
4715 #: ref-filter.c:325
4716 #, c-format
4717 msgid "positive value expected contents:lines=%s"
4718 msgstr ""
4719
4720 #: ref-filter.c:327
4721 #, c-format
4722 msgid "unrecognized %%(contents) argument: %s"
4723 msgstr ""
4724
4725 #: ref-filter.c:342
4726 #, c-format
4727 msgid "positive value expected objectname:short=%s"
4728 msgstr ""
4729
4730 #: ref-filter.c:346
4731 #, c-format
4732 msgid "unrecognized %%(objectname) argument: %s"
4733 msgstr ""
4734
4735 #: ref-filter.c:376
4736 #, c-format
4737 msgid "expected format: %%(align:<width>,<position>)"
4738 msgstr ""
4739
4740 #: ref-filter.c:388
4741 #, c-format
4742 msgid "unrecognized position:%s"
4743 msgstr ""
4744
4745 #: ref-filter.c:395
4746 #, c-format
4747 msgid "unrecognized width:%s"
4748 msgstr ""
4749
4750 #: ref-filter.c:404
4751 #, c-format
4752 msgid "unrecognized %%(align) argument: %s"
4753 msgstr ""
4754
4755 #: ref-filter.c:412
4756 #, c-format
4757 msgid "positive width expected with the %%(align) atom"
4758 msgstr ""
4759
4760 #: ref-filter.c:430
4761 #, c-format
4762 msgid "unrecognized %%(if) argument: %s"
4763 msgstr ""
4764
4765 #: ref-filter.c:531
4766 #, c-format
4767 msgid "malformed field name: %.*s"
4768 msgstr ""
4769
4770 #: ref-filter.c:558
4771 #, c-format
4772 msgid "unknown field name: %.*s"
4773 msgstr ""
4774
4775 #: ref-filter.c:562
4776 #, c-format
4777 msgid ""
4778 "not a git repository, but the field '%.*s' requires access to object data"
4779 msgstr ""
4780
4781 #: ref-filter.c:686
4782 #, c-format
4783 msgid "format: %%(if) atom used without a %%(then) atom"
4784 msgstr ""
4785
4786 #: ref-filter.c:749
4787 #, c-format
4788 msgid "format: %%(then) atom used without an %%(if) atom"
4789 msgstr ""
4790
4791 #: ref-filter.c:751
4792 #, c-format
4793 msgid "format: %%(then) atom used more than once"
4794 msgstr ""
4795
4796 #: ref-filter.c:753
4797 #, c-format
4798 msgid "format: %%(then) atom used after %%(else)"
4799 msgstr ""
4800
4801 #: ref-filter.c:781
4802 #, c-format
4803 msgid "format: %%(else) atom used without an %%(if) atom"
4804 msgstr ""
4805
4806 #: ref-filter.c:783
4807 #, c-format
4808 msgid "format: %%(else) atom used without a %%(then) atom"
4809 msgstr ""
4810
4811 #: ref-filter.c:785
4812 #, c-format
4813 msgid "format: %%(else) atom used more than once"
4814 msgstr ""
4815
4816 #: ref-filter.c:800
4817 #, c-format
4818 msgid "format: %%(end) atom used without corresponding atom"
4819 msgstr ""
4820
4821 #: ref-filter.c:857
4822 #, c-format
4823 msgid "malformed format string %s"
4824 msgstr ""
4825
4826 #: ref-filter.c:1453
4827 #, c-format
4828 msgid "(no branch, rebasing %s)"
4829 msgstr ""
4830
4831 #: ref-filter.c:1456
4832 #, c-format
4833 msgid "(no branch, rebasing detached HEAD %s)"
4834 msgstr ""
4835
4836 #: ref-filter.c:1459
4837 #, c-format
4838 msgid "(no branch, bisect started on %s)"
4839 msgstr ""
4840
4841 #. TRANSLATORS: make sure this matches "HEAD
4842 #. detached at " in wt-status.c
4843 #.
4844 #: ref-filter.c:1467
4845 #, c-format
4846 msgid "(HEAD detached at %s)"
4847 msgstr ""
4848
4849 #. TRANSLATORS: make sure this matches "HEAD
4850 #. detached from " in wt-status.c
4851 #.
4852 #: ref-filter.c:1474
4853 #, c-format
4854 msgid "(HEAD detached from %s)"
4855 msgstr ""
4856
4857 #: ref-filter.c:1478
4858 msgid "(no branch)"
4859 msgstr ""
4860
4861 #: ref-filter.c:1512 ref-filter.c:1669
4862 #, c-format
4863 msgid "missing object %s for %s"
4864 msgstr ""
4865
4866 #: ref-filter.c:1522
4867 #, c-format
4868 msgid "parse_object_buffer failed on %s for %s"
4869 msgstr ""
4870
4871 #: ref-filter.c:1888
4872 #, c-format
4873 msgid "malformed object at '%s'"
4874 msgstr ""
4875
4876 #: ref-filter.c:1977
4877 #, c-format
4878 msgid "ignoring ref with broken name %s"
4879 msgstr ""
4880
4881 #: ref-filter.c:2263
4882 #, c-format
4883 msgid "format: %%(end) atom missing"
4884 msgstr ""
4885
4886 #: ref-filter.c:2363
4887 #, c-format
4888 msgid "option `%s' is incompatible with --merged"
4889 msgstr ""
4890
4891 #: ref-filter.c:2366
4892 #, c-format
4893 msgid "option `%s' is incompatible with --no-merged"
4894 msgstr ""
4895
4896 #: ref-filter.c:2376
4897 #, c-format
4898 msgid "malformed object name %s"
4899 msgstr ""
4900
4901 #: ref-filter.c:2381
4902 #, c-format
4903 msgid "option `%s' must point to a commit"
4904 msgstr ""
4905
4906 #: remote.c:363
4907 #, c-format
4908 msgid "config remote shorthand cannot begin with '/': %s"
4909 msgstr ""
4910
4911 #: remote.c:410
4912 msgid "more than one receivepack given, using the first"
4913 msgstr ""
4914
4915 #: remote.c:418
4916 msgid "more than one uploadpack given, using the first"
4917 msgstr ""
4918
4919 #: remote.c:608
4920 #, c-format
4921 msgid "Cannot fetch both %s and %s to %s"
4922 msgstr ""
4923
4924 #: remote.c:612
4925 #, c-format
4926 msgid "%s usually tracks %s, not %s"
4927 msgstr ""
4928
4929 #: remote.c:616
4930 #, c-format
4931 msgid "%s tracks both %s and %s"
4932 msgstr ""
4933
4934 #: remote.c:684
4935 #, c-format
4936 msgid "key '%s' of pattern had no '*'"
4937 msgstr ""
4938
4939 #: remote.c:694
4940 #, c-format
4941 msgid "value '%s' of pattern has no '*'"
4942 msgstr ""
4943
4944 #: remote.c:1000
4945 #, c-format
4946 msgid "src refspec %s does not match any"
4947 msgstr ""
4948
4949 #: remote.c:1005
4950 #, c-format
4951 msgid "src refspec %s matches more than one"
4952 msgstr ""
4953
4954 #. TRANSLATORS: "matches '%s'%" is the <dst> part of "git push
4955 #. <remote> <src>:<dst>" push, and "being pushed ('%s')" is
4956 #. the <src>.
4957 #.
4958 #: remote.c:1020
4959 #, c-format
4960 msgid ""
4961 "The destination you provided is not a full refname (i.e.,\n"
4962 "starting with \"refs/\"). We tried to guess what you meant by:\n"
4963 "\n"
4964 "- Looking for a ref that matches '%s' on the remote side.\n"
4965 "- Checking if the <src> being pushed ('%s')\n"
4966 "  is a ref in \"refs/{heads,tags}/\". If so we add a corresponding\n"
4967 "  refs/{heads,tags}/ prefix on the remote side.\n"
4968 "\n"
4969 "Neither worked, so we gave up. You must fully qualify the ref."
4970 msgstr ""
4971
4972 #: remote.c:1040
4973 #, c-format
4974 msgid ""
4975 "The <src> part of the refspec is a commit object.\n"
4976 "Did you mean to create a new branch by pushing to\n"
4977 "'%s:refs/heads/%s'?"
4978 msgstr ""
4979
4980 #: remote.c:1045
4981 #, c-format
4982 msgid ""
4983 "The <src> part of the refspec is a tag object.\n"
4984 "Did you mean to create a new tag by pushing to\n"
4985 "'%s:refs/tags/%s'?"
4986 msgstr ""
4987
4988 #: remote.c:1050
4989 #, c-format
4990 msgid ""
4991 "The <src> part of the refspec is a tree object.\n"
4992 "Did you mean to tag a new tree by pushing to\n"
4993 "'%s:refs/tags/%s'?"
4994 msgstr ""
4995
4996 #: remote.c:1055
4997 #, c-format
4998 msgid ""
4999 "The <src> part of the refspec is a blob object.\n"
5000 "Did you mean to tag a new blob by pushing to\n"
5001 "'%s:refs/tags/%s'?"
5002 msgstr ""
5003
5004 #: remote.c:1091
5005 #, c-format
5006 msgid "%s cannot be resolved to branch"
5007 msgstr ""
5008
5009 #: remote.c:1102
5010 #, c-format
5011 msgid "unable to delete '%s': remote ref does not exist"
5012 msgstr ""
5013
5014 #: remote.c:1114
5015 #, c-format
5016 msgid "dst refspec %s matches more than one"
5017 msgstr ""
5018
5019 #: remote.c:1121
5020 #, c-format
5021 msgid "dst ref %s receives from more than one src"
5022 msgstr ""
5023
5024 #: remote.c:1624 remote.c:1725
5025 msgid "HEAD does not point to a branch"
5026 msgstr ""
5027
5028 #: remote.c:1633
5029 #, c-format
5030 msgid "no such branch: '%s'"
5031 msgstr ""
5032
5033 #: remote.c:1636
5034 #, c-format
5035 msgid "no upstream configured for branch '%s'"
5036 msgstr ""
5037
5038 #: remote.c:1642
5039 #, c-format
5040 msgid "upstream branch '%s' not stored as a remote-tracking branch"
5041 msgstr ""
5042
5043 #: remote.c:1657
5044 #, c-format
5045 msgid "push destination '%s' on remote '%s' has no local tracking branch"
5046 msgstr ""
5047
5048 #: remote.c:1669
5049 #, c-format
5050 msgid "branch '%s' has no remote for pushing"
5051 msgstr ""
5052
5053 #: remote.c:1679
5054 #, c-format
5055 msgid "push refspecs for '%s' do not include '%s'"
5056 msgstr ""
5057
5058 #: remote.c:1692
5059 msgid "push has no destination (push.default is 'nothing')"
5060 msgstr ""
5061
5062 #: remote.c:1714
5063 msgid "cannot resolve 'simple' push to a single destination"
5064 msgstr ""
5065
5066 #: remote.c:1840
5067 #, c-format
5068 msgid "couldn't find remote ref %s"
5069 msgstr ""
5070
5071 #: remote.c:1853
5072 #, c-format
5073 msgid "* Ignoring funny ref '%s' locally"
5074 msgstr ""
5075
5076 #: remote.c:2016
5077 #, c-format
5078 msgid "Your branch is based on '%s', but the upstream is gone.\n"
5079 msgstr ""
5080
5081 #: remote.c:2020
5082 msgid "  (use \"git branch --unset-upstream\" to fixup)\n"
5083 msgstr ""
5084
5085 #: remote.c:2023
5086 #, c-format
5087 msgid "Your branch is up to date with '%s'.\n"
5088 msgstr ""
5089
5090 #: remote.c:2027
5091 #, c-format
5092 msgid "Your branch and '%s' refer to different commits.\n"
5093 msgstr ""
5094
5095 #: remote.c:2030
5096 #, c-format
5097 msgid "  (use \"%s\" for details)\n"
5098 msgstr ""
5099
5100 #: remote.c:2034
5101 #, c-format
5102 msgid "Your branch is ahead of '%s' by %d commit.\n"
5103 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
5104 msgstr[0] ""
5105 msgstr[1] ""
5106
5107 #: remote.c:2040
5108 msgid "  (use \"git push\" to publish your local commits)\n"
5109 msgstr ""
5110
5111 #: remote.c:2043
5112 #, c-format
5113 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
5114 msgid_plural ""
5115 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
5116 msgstr[0] ""
5117 msgstr[1] ""
5118
5119 #: remote.c:2051
5120 msgid "  (use \"git pull\" to update your local branch)\n"
5121 msgstr ""
5122
5123 #: remote.c:2054
5124 #, c-format
5125 msgid ""
5126 "Your branch and '%s' have diverged,\n"
5127 "and have %d and %d different commit each, respectively.\n"
5128 msgid_plural ""
5129 "Your branch and '%s' have diverged,\n"
5130 "and have %d and %d different commits each, respectively.\n"
5131 msgstr[0] ""
5132 msgstr[1] ""
5133
5134 #: remote.c:2064
5135 msgid "  (use \"git pull\" to merge the remote branch into yours)\n"
5136 msgstr ""
5137
5138 #: remote.c:2247
5139 #, c-format
5140 msgid "cannot parse expected object name '%s'"
5141 msgstr ""
5142
5143 #: replace-object.c:21
5144 #, c-format
5145 msgid "bad replace ref name: %s"
5146 msgstr ""
5147
5148 #: replace-object.c:30
5149 #, c-format
5150 msgid "duplicate replace ref: %s"
5151 msgstr ""
5152
5153 #: replace-object.c:73
5154 #, c-format
5155 msgid "replace depth too high for object %s"
5156 msgstr ""
5157
5158 #: rerere.c:217 rerere.c:226 rerere.c:229
5159 msgid "corrupt MERGE_RR"
5160 msgstr ""
5161
5162 #: rerere.c:264 rerere.c:269
5163 msgid "unable to write rerere record"
5164 msgstr ""
5165
5166 #: rerere.c:495
5167 #, c-format
5168 msgid "there were errors while writing '%s' (%s)"
5169 msgstr ""
5170
5171 #: rerere.c:498
5172 #, c-format
5173 msgid "failed to flush '%s'"
5174 msgstr ""
5175
5176 #: rerere.c:503 rerere.c:1039
5177 #, c-format
5178 msgid "could not parse conflict hunks in '%s'"
5179 msgstr ""
5180
5181 #: rerere.c:684
5182 #, c-format
5183 msgid "failed utime() on '%s'"
5184 msgstr ""
5185
5186 #: rerere.c:694
5187 #, c-format
5188 msgid "writing '%s' failed"
5189 msgstr ""
5190
5191 #: rerere.c:714
5192 #, c-format
5193 msgid "Staged '%s' using previous resolution."
5194 msgstr ""
5195
5196 #: rerere.c:753
5197 #, c-format
5198 msgid "Recorded resolution for '%s'."
5199 msgstr ""
5200
5201 #: rerere.c:788
5202 #, c-format
5203 msgid "Resolved '%s' using previous resolution."
5204 msgstr ""
5205
5206 #: rerere.c:803
5207 #, c-format
5208 msgid "cannot unlink stray '%s'"
5209 msgstr ""
5210
5211 #: rerere.c:807
5212 #, c-format
5213 msgid "Recorded preimage for '%s'"
5214 msgstr ""
5215
5216 #: rerere.c:881 submodule.c:2024 builtin/log.c:1750
5217 #: builtin/submodule--helper.c:1417 builtin/submodule--helper.c:1427
5218 #, c-format
5219 msgid "could not create directory '%s'"
5220 msgstr ""
5221
5222 #: rerere.c:1057
5223 #, c-format
5224 msgid "failed to update conflicted state in '%s'"
5225 msgstr ""
5226
5227 #: rerere.c:1068 rerere.c:1075
5228 #, c-format
5229 msgid "no remembered resolution for '%s'"
5230 msgstr ""
5231
5232 #: rerere.c:1077
5233 #, c-format
5234 msgid "cannot unlink '%s'"
5235 msgstr ""
5236
5237 #: rerere.c:1087
5238 #, c-format
5239 msgid "Updated preimage for '%s'"
5240 msgstr ""
5241
5242 #: rerere.c:1096
5243 #, c-format
5244 msgid "Forgot resolution for '%s'\n"
5245 msgstr ""
5246
5247 #: rerere.c:1199
5248 msgid "unable to open rr-cache directory"
5249 msgstr ""
5250
5251 #: revision.c:2476
5252 msgid "your current branch appears to be broken"
5253 msgstr ""
5254
5255 #: revision.c:2479
5256 #, c-format
5257 msgid "your current branch '%s' does not have any commits yet"
5258 msgstr ""
5259
5260 #: revision.c:2679
5261 msgid "--first-parent is incompatible with --bisect"
5262 msgstr ""
5263
5264 #: revision.c:2683
5265 msgid "-L does not yet support diff formats besides -p and -s"
5266 msgstr ""
5267
5268 #: run-command.c:763
5269 msgid "open /dev/null failed"
5270 msgstr ""
5271
5272 #: run-command.c:1269
5273 #, c-format
5274 msgid "cannot create async thread: %s"
5275 msgstr ""
5276
5277 #: run-command.c:1333
5278 #, c-format
5279 msgid ""
5280 "The '%s' hook was ignored because it's not set as executable.\n"
5281 "You can disable this warning with `git config advice.ignoredHook false`."
5282 msgstr ""
5283
5284 #: send-pack.c:141
5285 msgid "unexpected flush packet while reading remote unpack status"
5286 msgstr ""
5287
5288 #: send-pack.c:143
5289 #, c-format
5290 msgid "unable to parse remote unpack status: %s"
5291 msgstr ""
5292
5293 #: send-pack.c:145
5294 #, c-format
5295 msgid "remote unpack failed: %s"
5296 msgstr ""
5297
5298 #: send-pack.c:306
5299 msgid "failed to sign the push certificate"
5300 msgstr ""
5301
5302 #: send-pack.c:420
5303 msgid "the receiving end does not support --signed push"
5304 msgstr ""
5305
5306 #: send-pack.c:422
5307 msgid ""
5308 "not sending a push certificate since the receiving end does not support --"
5309 "signed push"
5310 msgstr ""
5311
5312 #: send-pack.c:434
5313 msgid "the receiving end does not support --atomic push"
5314 msgstr ""
5315
5316 #: send-pack.c:439
5317 msgid "the receiving end does not support push options"
5318 msgstr ""
5319
5320 #: sequencer.c:187
5321 #, c-format
5322 msgid "invalid commit message cleanup mode '%s'"
5323 msgstr ""
5324
5325 #: sequencer.c:292
5326 #, c-format
5327 msgid "could not delete '%s'"
5328 msgstr ""
5329
5330 #: sequencer.c:318
5331 msgid "revert"
5332 msgstr ""
5333
5334 #: sequencer.c:320
5335 msgid "cherry-pick"
5336 msgstr ""
5337
5338 #: sequencer.c:322
5339 msgid "rebase -i"
5340 msgstr ""
5341
5342 #: sequencer.c:324
5343 #, c-format
5344 msgid "unknown action: %d"
5345 msgstr ""
5346
5347 #: sequencer.c:382
5348 msgid ""
5349 "after resolving the conflicts, mark the corrected paths\n"
5350 "with 'git add <paths>' or 'git rm <paths>'"
5351 msgstr ""
5352
5353 #: sequencer.c:385
5354 msgid ""
5355 "after resolving the conflicts, mark the corrected paths\n"
5356 "with 'git add <paths>' or 'git rm <paths>'\n"
5357 "and commit the result with 'git commit'"
5358 msgstr ""
5359
5360 #: sequencer.c:398 sequencer.c:2801
5361 #, c-format
5362 msgid "could not lock '%s'"
5363 msgstr ""
5364
5365 #: sequencer.c:405
5366 #, c-format
5367 msgid "could not write eol to '%s'"
5368 msgstr ""
5369
5370 #: sequencer.c:410 sequencer.c:2684 sequencer.c:2807 sequencer.c:2821
5371 #: sequencer.c:3084
5372 #, c-format
5373 msgid "failed to finalize '%s'"
5374 msgstr ""
5375
5376 #: sequencer.c:433 sequencer.c:978 sequencer.c:1652 sequencer.c:2704
5377 #: sequencer.c:3066 sequencer.c:3175 builtin/am.c:245 builtin/commit.c:760
5378 #: builtin/merge.c:1115 builtin/rebase.c:567
5379 #, c-format
5380 msgid "could not read '%s'"
5381 msgstr ""
5382
5383 #: sequencer.c:459
5384 #, c-format
5385 msgid "your local changes would be overwritten by %s."
5386 msgstr ""
5387
5388 #: sequencer.c:463
5389 msgid "commit your changes or stash them to proceed."
5390 msgstr ""
5391
5392 #: sequencer.c:495
5393 #, c-format
5394 msgid "%s: fast-forward"
5395 msgstr ""
5396
5397 #: sequencer.c:534 builtin/tag.c:555
5398 #, c-format
5399 msgid "Invalid cleanup mode %s"
5400 msgstr ""
5401
5402 #. TRANSLATORS: %s will be "revert", "cherry-pick" or
5403 #. "rebase -i".
5404 #.
5405 #: sequencer.c:629
5406 #, c-format
5407 msgid "%s: Unable to write new index file"
5408 msgstr ""
5409
5410 #: sequencer.c:646
5411 msgid "unable to update cache tree"
5412 msgstr ""
5413
5414 #: sequencer.c:660
5415 msgid "could not resolve HEAD commit"
5416 msgstr ""
5417
5418 #: sequencer.c:740
5419 #, c-format
5420 msgid "no key present in '%.*s'"
5421 msgstr ""
5422
5423 #: sequencer.c:751
5424 #, c-format
5425 msgid "unable to dequote value of '%s'"
5426 msgstr ""
5427
5428 #: sequencer.c:788 wrapper.c:227 wrapper.c:397 builtin/am.c:706
5429 #: builtin/am.c:798 builtin/merge.c:1112 builtin/rebase.c:1035
5430 #, c-format
5431 msgid "could not open '%s' for reading"
5432 msgstr ""
5433
5434 #: sequencer.c:798
5435 msgid "'GIT_AUTHOR_NAME' already given"
5436 msgstr ""
5437
5438 #: sequencer.c:803
5439 msgid "'GIT_AUTHOR_EMAIL' already given"
5440 msgstr ""
5441
5442 #: sequencer.c:808
5443 msgid "'GIT_AUTHOR_DATE' already given"
5444 msgstr ""
5445
5446 #: sequencer.c:812
5447 #, c-format
5448 msgid "unknown variable '%s'"
5449 msgstr ""
5450
5451 #: sequencer.c:817
5452 msgid "missing 'GIT_AUTHOR_NAME'"
5453 msgstr ""
5454
5455 #: sequencer.c:819
5456 msgid "missing 'GIT_AUTHOR_EMAIL'"
5457 msgstr ""
5458
5459 #: sequencer.c:821
5460 msgid "missing 'GIT_AUTHOR_DATE'"
5461 msgstr ""
5462
5463 #: sequencer.c:881
5464 #, c-format
5465 msgid "invalid date format '%s' in '%s'"
5466 msgstr ""
5467
5468 #: sequencer.c:898
5469 #, c-format
5470 msgid ""
5471 "you have staged changes in your working tree\n"
5472 "If these changes are meant to be squashed into the previous commit, run:\n"
5473 "\n"
5474 "  git commit --amend %s\n"
5475 "\n"
5476 "If they are meant to go into a new commit, run:\n"
5477 "\n"
5478 "  git commit %s\n"
5479 "\n"
5480 "In both cases, once you're done, continue with:\n"
5481 "\n"
5482 "  git rebase --continue\n"
5483 msgstr ""
5484
5485 #: sequencer.c:992
5486 msgid "writing root commit"
5487 msgstr ""
5488
5489 #: sequencer.c:1213
5490 msgid "'prepare-commit-msg' hook failed"
5491 msgstr ""
5492
5493 #: sequencer.c:1220
5494 msgid ""
5495 "Your name and email address were configured automatically based\n"
5496 "on your username and hostname. Please check that they are accurate.\n"
5497 "You can suppress this message by setting them explicitly. Run the\n"
5498 "following command and follow the instructions in your editor to edit\n"
5499 "your configuration file:\n"
5500 "\n"
5501 "    git config --global --edit\n"
5502 "\n"
5503 "After doing this, you may fix the identity used for this commit with:\n"
5504 "\n"
5505 "    git commit --amend --reset-author\n"
5506 msgstr ""
5507
5508 #: sequencer.c:1233
5509 msgid ""
5510 "Your name and email address were configured automatically based\n"
5511 "on your username and hostname. Please check that they are accurate.\n"
5512 "You can suppress this message by setting them explicitly:\n"
5513 "\n"
5514 "    git config --global user.name \"Your Name\"\n"
5515 "    git config --global user.email you@example.com\n"
5516 "\n"
5517 "After doing this, you may fix the identity used for this commit with:\n"
5518 "\n"
5519 "    git commit --amend --reset-author\n"
5520 msgstr ""
5521
5522 #: sequencer.c:1275
5523 msgid "couldn't look up newly created commit"
5524 msgstr ""
5525
5526 #: sequencer.c:1277
5527 msgid "could not parse newly created commit"
5528 msgstr ""
5529
5530 #: sequencer.c:1323
5531 msgid "unable to resolve HEAD after creating commit"
5532 msgstr ""
5533
5534 #: sequencer.c:1325
5535 msgid "detached HEAD"
5536 msgstr ""
5537
5538 #: sequencer.c:1329
5539 msgid " (root-commit)"
5540 msgstr ""
5541
5542 #: sequencer.c:1350
5543 msgid "could not parse HEAD"
5544 msgstr ""
5545
5546 #: sequencer.c:1352
5547 #, c-format
5548 msgid "HEAD %s is not a commit!"
5549 msgstr ""
5550
5551 #: sequencer.c:1356 builtin/commit.c:1551
5552 msgid "could not parse HEAD commit"
5553 msgstr ""
5554
5555 #: sequencer.c:1408 sequencer.c:2001
5556 msgid "unable to parse commit author"
5557 msgstr ""
5558
5559 #: sequencer.c:1418 builtin/am.c:1572 builtin/merge.c:688
5560 msgid "git write-tree failed to write a tree"
5561 msgstr ""
5562
5563 #: sequencer.c:1435 sequencer.c:1496
5564 #, c-format
5565 msgid "unable to read commit message from '%s'"
5566 msgstr ""
5567
5568 #: sequencer.c:1462 builtin/am.c:1594 builtin/commit.c:1650 builtin/merge.c:882
5569 #: builtin/merge.c:906
5570 msgid "failed to write commit object"
5571 msgstr ""
5572
5573 #: sequencer.c:1523
5574 #, c-format
5575 msgid "could not parse commit %s"
5576 msgstr ""
5577
5578 #: sequencer.c:1528
5579 #, c-format
5580 msgid "could not parse parent commit %s"
5581 msgstr ""
5582
5583 #: sequencer.c:1602 sequencer.c:1712
5584 #, c-format
5585 msgid "unknown command: %d"
5586 msgstr ""
5587
5588 #: sequencer.c:1659 sequencer.c:1684
5589 #, c-format
5590 msgid "This is a combination of %d commits."
5591 msgstr ""
5592
5593 #: sequencer.c:1669
5594 msgid "need a HEAD to fixup"
5595 msgstr ""
5596
5597 #: sequencer.c:1671 sequencer.c:3111
5598 msgid "could not read HEAD"
5599 msgstr ""
5600
5601 #: sequencer.c:1673
5602 msgid "could not read HEAD's commit message"
5603 msgstr ""
5604
5605 #: sequencer.c:1679
5606 #, c-format
5607 msgid "cannot write '%s'"
5608 msgstr ""
5609
5610 #: sequencer.c:1686 git-rebase--preserve-merges.sh:441
5611 msgid "This is the 1st commit message:"
5612 msgstr ""
5613
5614 #: sequencer.c:1694
5615 #, c-format
5616 msgid "could not read commit message of %s"
5617 msgstr ""
5618
5619 #: sequencer.c:1701
5620 #, c-format
5621 msgid "This is the commit message #%d:"
5622 msgstr ""
5623
5624 #: sequencer.c:1707
5625 #, c-format
5626 msgid "The commit message #%d will be skipped:"
5627 msgstr ""
5628
5629 #: sequencer.c:1795
5630 msgid "your index file is unmerged."
5631 msgstr ""
5632
5633 #: sequencer.c:1802
5634 msgid "cannot fixup root commit"
5635 msgstr ""
5636
5637 #: sequencer.c:1821
5638 #, c-format
5639 msgid "commit %s is a merge but no -m option was given."
5640 msgstr ""
5641
5642 #: sequencer.c:1829 sequencer.c:1837
5643 #, c-format
5644 msgid "commit %s does not have parent %d"
5645 msgstr ""
5646
5647 #: sequencer.c:1843
5648 #, c-format
5649 msgid "cannot get commit message for %s"
5650 msgstr ""
5651
5652 #. TRANSLATORS: The first %s will be a "todo" command like
5653 #. "revert" or "pick", the second %s a SHA1.
5654 #: sequencer.c:1862
5655 #, c-format
5656 msgid "%s: cannot parse parent commit %s"
5657 msgstr ""
5658
5659 #: sequencer.c:1927
5660 #, c-format
5661 msgid "could not rename '%s' to '%s'"
5662 msgstr ""
5663
5664 #: sequencer.c:1982
5665 #, c-format
5666 msgid "could not revert %s... %s"
5667 msgstr ""
5668
5669 #: sequencer.c:1983
5670 #, c-format
5671 msgid "could not apply %s... %s"
5672 msgstr ""
5673
5674 #: sequencer.c:2042
5675 #, c-format
5676 msgid "git %s: failed to read the index"
5677 msgstr ""
5678
5679 #: sequencer.c:2049
5680 #, c-format
5681 msgid "git %s: failed to refresh the index"
5682 msgstr ""
5683
5684 #: sequencer.c:2118
5685 #, c-format
5686 msgid "%s does not accept arguments: '%s'"
5687 msgstr ""
5688
5689 #: sequencer.c:2127
5690 #, c-format
5691 msgid "missing arguments for %s"
5692 msgstr ""
5693
5694 #: sequencer.c:2164
5695 #, c-format
5696 msgid "could not parse '%.*s'"
5697 msgstr ""
5698
5699 #: sequencer.c:2226
5700 #, c-format
5701 msgid "invalid line %d: %.*s"
5702 msgstr ""
5703
5704 #: sequencer.c:2237
5705 #, c-format
5706 msgid "cannot '%s' without a previous commit"
5707 msgstr ""
5708
5709 #: sequencer.c:2285 builtin/rebase.c:153 builtin/rebase.c:178
5710 #: builtin/rebase.c:204 builtin/rebase.c:229
5711 #, c-format
5712 msgid "could not read '%s'."
5713 msgstr ""
5714
5715 #: sequencer.c:2360
5716 msgid "please fix this using 'git rebase --edit-todo'."
5717 msgstr ""
5718
5719 #: sequencer.c:2362
5720 #, c-format
5721 msgid "unusable instruction sheet: '%s'"
5722 msgstr ""
5723
5724 #: sequencer.c:2367
5725 msgid "no commits parsed."
5726 msgstr ""
5727
5728 #: sequencer.c:2378
5729 msgid "cannot cherry-pick during a revert."
5730 msgstr ""
5731
5732 #: sequencer.c:2380
5733 msgid "cannot revert during a cherry-pick."
5734 msgstr ""
5735
5736 #: sequencer.c:2462
5737 #, c-format
5738 msgid "invalid value for %s: %s"
5739 msgstr ""
5740
5741 #: sequencer.c:2549
5742 msgid "unusable squash-onto"
5743 msgstr ""
5744
5745 #: sequencer.c:2565
5746 #, c-format
5747 msgid "malformed options sheet: '%s'"
5748 msgstr ""
5749
5750 #: sequencer.c:2648 sequencer.c:4227
5751 msgid "empty commit set passed"
5752 msgstr ""
5753
5754 #: sequencer.c:2656
5755 msgid "a cherry-pick or revert is already in progress"
5756 msgstr ""
5757
5758 #: sequencer.c:2657
5759 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
5760 msgstr ""
5761
5762 #: sequencer.c:2660
5763 #, c-format
5764 msgid "could not create sequencer directory '%s'"
5765 msgstr ""
5766
5767 #: sequencer.c:2674
5768 msgid "could not lock HEAD"
5769 msgstr ""
5770
5771 #: sequencer.c:2729 sequencer.c:3979
5772 msgid "no cherry-pick or revert in progress"
5773 msgstr ""
5774
5775 #: sequencer.c:2731
5776 msgid "cannot resolve HEAD"
5777 msgstr ""
5778
5779 #: sequencer.c:2733 sequencer.c:2768
5780 msgid "cannot abort from a branch yet to be born"
5781 msgstr ""
5782
5783 #: sequencer.c:2754 builtin/grep.c:732
5784 #, c-format
5785 msgid "cannot open '%s'"
5786 msgstr ""
5787
5788 #: sequencer.c:2756
5789 #, c-format
5790 msgid "cannot read '%s': %s"
5791 msgstr ""
5792
5793 #: sequencer.c:2757
5794 msgid "unexpected end of file"
5795 msgstr ""
5796
5797 #: sequencer.c:2763
5798 #, c-format
5799 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
5800 msgstr ""
5801
5802 #: sequencer.c:2774
5803 msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
5804 msgstr ""
5805
5806 #: sequencer.c:2903 sequencer.c:3894
5807 #, c-format
5808 msgid "could not update %s"
5809 msgstr ""
5810
5811 #: sequencer.c:2941 sequencer.c:3874
5812 msgid "cannot read HEAD"
5813 msgstr ""
5814
5815 #: sequencer.c:2958
5816 #, c-format
5817 msgid "unable to copy '%s' to '%s'"
5818 msgstr ""
5819
5820 #: sequencer.c:2966
5821 #, c-format
5822 msgid ""
5823 "You can amend the commit now, with\n"
5824 "\n"
5825 "  git commit --amend %s\n"
5826 "\n"
5827 "Once you are satisfied with your changes, run\n"
5828 "\n"
5829 "  git rebase --continue\n"
5830 msgstr ""
5831
5832 #: sequencer.c:2976
5833 #, c-format
5834 msgid "Could not apply %s... %.*s"
5835 msgstr ""
5836
5837 #: sequencer.c:2983
5838 #, c-format
5839 msgid "Could not merge %.*s"
5840 msgstr ""
5841
5842 #: sequencer.c:2997 sequencer.c:3001 builtin/difftool.c:633
5843 #, c-format
5844 msgid "could not copy '%s' to '%s'"
5845 msgstr ""
5846
5847 #: sequencer.c:3023 sequencer.c:3446 builtin/rebase.c:839 builtin/rebase.c:1580
5848 #: builtin/rebase.c:1940 builtin/rebase.c:1995
5849 msgid "could not read index"
5850 msgstr ""
5851
5852 #: sequencer.c:3028
5853 #, c-format
5854 msgid ""
5855 "execution failed: %s\n"
5856 "%sYou can fix the problem, and then run\n"
5857 "\n"
5858 "  git rebase --continue\n"
5859 "\n"
5860 msgstr ""
5861
5862 #: sequencer.c:3034
5863 msgid "and made changes to the index and/or the working tree\n"
5864 msgstr ""
5865
5866 #: sequencer.c:3040
5867 #, c-format
5868 msgid ""
5869 "execution succeeded: %s\n"
5870 "but left changes to the index and/or the working tree\n"
5871 "Commit or stash your changes, and then run\n"
5872 "\n"
5873 "  git rebase --continue\n"
5874 "\n"
5875 msgstr ""
5876
5877 #: sequencer.c:3101
5878 #, c-format
5879 msgid "illegal label name: '%.*s'"
5880 msgstr ""
5881
5882 #: sequencer.c:3155
5883 msgid "writing fake root commit"
5884 msgstr ""
5885
5886 #: sequencer.c:3160
5887 msgid "writing squash-onto"
5888 msgstr ""
5889
5890 #: sequencer.c:3198 builtin/rebase.c:844 builtin/rebase.c:850
5891 #, c-format
5892 msgid "failed to find tree of %s"
5893 msgstr ""
5894
5895 #: sequencer.c:3216 builtin/rebase.c:863
5896 msgid "could not write index"
5897 msgstr ""
5898
5899 #: sequencer.c:3243
5900 #, c-format
5901 msgid "could not resolve '%s'"
5902 msgstr ""
5903
5904 #: sequencer.c:3271
5905 msgid "cannot merge without a current revision"
5906 msgstr ""
5907
5908 #: sequencer.c:3293
5909 #, c-format
5910 msgid "unable to parse '%.*s'"
5911 msgstr ""
5912
5913 #: sequencer.c:3302
5914 #, c-format
5915 msgid "nothing to merge: '%.*s'"
5916 msgstr ""
5917
5918 #: sequencer.c:3314
5919 msgid "octopus merge cannot be executed on top of a [new root]"
5920 msgstr ""
5921
5922 #: sequencer.c:3329
5923 #, c-format
5924 msgid "could not get commit message of '%s'"
5925 msgstr ""
5926
5927 #: sequencer.c:3478
5928 #, c-format
5929 msgid "could not even attempt to merge '%.*s'"
5930 msgstr ""
5931
5932 #: sequencer.c:3494
5933 msgid "merge: Unable to write new index file"
5934 msgstr ""
5935
5936 #: sequencer.c:3562 builtin/rebase.c:711
5937 #, c-format
5938 msgid "Applied autostash.\n"
5939 msgstr ""
5940
5941 #: sequencer.c:3574
5942 #, c-format
5943 msgid "cannot store %s"
5944 msgstr ""
5945
5946 #: sequencer.c:3577 builtin/rebase.c:727
5947 #, c-format
5948 msgid ""
5949 "Applying autostash resulted in conflicts.\n"
5950 "Your changes are safe in the stash.\n"
5951 "You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
5952 msgstr ""
5953
5954 #: sequencer.c:3638
5955 #, c-format
5956 msgid "could not checkout %s"
5957 msgstr ""
5958
5959 #: sequencer.c:3652
5960 #, c-format
5961 msgid "%s: not a valid OID"
5962 msgstr ""
5963
5964 #: sequencer.c:3657 git-rebase--preserve-merges.sh:724
5965 msgid "could not detach HEAD"
5966 msgstr ""
5967
5968 #: sequencer.c:3672
5969 #, c-format
5970 msgid "Stopped at HEAD\n"
5971 msgstr ""
5972
5973 #: sequencer.c:3674
5974 #, c-format
5975 msgid "Stopped at %s\n"
5976 msgstr ""
5977
5978 #: sequencer.c:3682
5979 #, c-format
5980 msgid ""
5981 "Could not execute the todo command\n"
5982 "\n"
5983 "    %.*s\n"
5984 "It has been rescheduled; To edit the command before continuing, please\n"
5985 "edit the todo list first:\n"
5986 "\n"
5987 "    git rebase --edit-todo\n"
5988 "    git rebase --continue\n"
5989 msgstr ""
5990
5991 #: sequencer.c:3759
5992 #, c-format
5993 msgid "Stopped at %s...  %.*s\n"
5994 msgstr ""
5995
5996 #: sequencer.c:3837
5997 #, c-format
5998 msgid "unknown command %d"
5999 msgstr ""
6000
6001 #: sequencer.c:3882
6002 msgid "could not read orig-head"
6003 msgstr ""
6004
6005 #: sequencer.c:3887
6006 msgid "could not read 'onto'"
6007 msgstr ""
6008
6009 #: sequencer.c:3901
6010 #, c-format
6011 msgid "could not update HEAD to %s"
6012 msgstr ""
6013
6014 #: sequencer.c:3991
6015 msgid "cannot rebase: You have unstaged changes."
6016 msgstr ""
6017
6018 #: sequencer.c:4000
6019 msgid "cannot amend non-existing commit"
6020 msgstr ""
6021
6022 #: sequencer.c:4002
6023 #, c-format
6024 msgid "invalid file: '%s'"
6025 msgstr ""
6026
6027 #: sequencer.c:4004
6028 #, c-format
6029 msgid "invalid contents: '%s'"
6030 msgstr ""
6031
6032 #: sequencer.c:4007
6033 msgid ""
6034 "\n"
6035 "You have uncommitted changes in your working tree. Please, commit them\n"
6036 "first and then run 'git rebase --continue' again."
6037 msgstr ""
6038
6039 #: sequencer.c:4043 sequencer.c:4081
6040 #, c-format
6041 msgid "could not write file: '%s'"
6042 msgstr ""
6043
6044 #: sequencer.c:4096
6045 msgid "could not remove CHERRY_PICK_HEAD"
6046 msgstr ""
6047
6048 #: sequencer.c:4103
6049 msgid "could not commit staged changes."
6050 msgstr ""
6051
6052 #: sequencer.c:4204
6053 #, c-format
6054 msgid "%s: can't cherry-pick a %s"
6055 msgstr ""
6056
6057 #: sequencer.c:4208
6058 #, c-format
6059 msgid "%s: bad revision"
6060 msgstr ""
6061
6062 #: sequencer.c:4243
6063 msgid "can't revert as initial commit"
6064 msgstr ""
6065
6066 #: sequencer.c:4686
6067 msgid "make_script: unhandled options"
6068 msgstr ""
6069
6070 #: sequencer.c:4689
6071 msgid "make_script: error preparing revisions"
6072 msgstr ""
6073
6074 #: sequencer.c:4847
6075 msgid ""
6076 "You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
6077 "continue'.\n"
6078 "Or you can abort the rebase with 'git rebase --abort'.\n"
6079 msgstr ""
6080
6081 #: sequencer.c:4959 sequencer.c:4976
6082 msgid "nothing to do"
6083 msgstr ""
6084
6085 #: sequencer.c:4990
6086 msgid "could not skip unnecessary pick commands"
6087 msgstr ""
6088
6089 #: sequencer.c:5073
6090 msgid "the script was already rearranged."
6091 msgstr ""
6092
6093 #: setup.c:123
6094 #, c-format
6095 msgid "'%s' is outside repository"
6096 msgstr ""
6097
6098 #: setup.c:173
6099 #, c-format
6100 msgid ""
6101 "%s: no such path in the working tree.\n"
6102 "Use 'git <command> -- <path>...' to specify paths that do not exist locally."
6103 msgstr ""
6104
6105 #: setup.c:186
6106 #, c-format
6107 msgid ""
6108 "ambiguous argument '%s': unknown revision or path not in the working tree.\n"
6109 "Use '--' to separate paths from revisions, like this:\n"
6110 "'git <command> [<revision>...] -- [<file>...]'"
6111 msgstr ""
6112
6113 #: setup.c:235
6114 #, c-format
6115 msgid "option '%s' must come before non-option arguments"
6116 msgstr ""
6117
6118 #: setup.c:254
6119 #, c-format
6120 msgid ""
6121 "ambiguous argument '%s': both revision and filename\n"
6122 "Use '--' to separate paths from revisions, like this:\n"
6123 "'git <command> [<revision>...] -- [<file>...]'"
6124 msgstr ""
6125
6126 #: setup.c:390
6127 msgid "unable to set up work tree using invalid config"
6128 msgstr ""
6129
6130 #: setup.c:394
6131 msgid "this operation must be run in a work tree"
6132 msgstr ""
6133
6134 #: setup.c:540
6135 #, c-format
6136 msgid "Expected git repo version <= %d, found %d"
6137 msgstr ""
6138
6139 #: setup.c:548
6140 msgid "unknown repository extensions found:"
6141 msgstr ""
6142
6143 #: setup.c:567
6144 #, c-format
6145 msgid "error opening '%s'"
6146 msgstr ""
6147
6148 #: setup.c:569
6149 #, c-format
6150 msgid "too large to be a .git file: '%s'"
6151 msgstr ""
6152
6153 #: setup.c:571
6154 #, c-format
6155 msgid "error reading %s"
6156 msgstr ""
6157
6158 #: setup.c:573
6159 #, c-format
6160 msgid "invalid gitfile format: %s"
6161 msgstr ""
6162
6163 #: setup.c:575
6164 #, c-format
6165 msgid "no path in gitfile: %s"
6166 msgstr ""
6167
6168 #: setup.c:577
6169 #, c-format
6170 msgid "not a git repository: %s"
6171 msgstr ""
6172
6173 #: setup.c:676
6174 #, c-format
6175 msgid "'$%s' too big"
6176 msgstr ""
6177
6178 #: setup.c:690
6179 #, c-format
6180 msgid "not a git repository: '%s'"
6181 msgstr ""
6182
6183 #: setup.c:719 setup.c:721 setup.c:752
6184 #, c-format
6185 msgid "cannot chdir to '%s'"
6186 msgstr ""
6187
6188 #: setup.c:724 setup.c:780 setup.c:790 setup.c:829 setup.c:837
6189 msgid "cannot come back to cwd"
6190 msgstr ""
6191
6192 #: setup.c:851
6193 #, c-format
6194 msgid "failed to stat '%*s%s%s'"
6195 msgstr ""
6196
6197 #: setup.c:1083
6198 msgid "Unable to read current working directory"
6199 msgstr ""
6200
6201 #: setup.c:1092 setup.c:1098
6202 #, c-format
6203 msgid "cannot change to '%s'"
6204 msgstr ""
6205
6206 #: setup.c:1103
6207 #, c-format
6208 msgid "not a git repository (or any of the parent directories): %s"
6209 msgstr ""
6210
6211 #: setup.c:1109
6212 #, c-format
6213 msgid ""
6214 "not a git repository (or any parent up to mount point %s)\n"
6215 "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
6216 msgstr ""
6217
6218 #: setup.c:1220
6219 #, c-format
6220 msgid ""
6221 "problem with core.sharedRepository filemode value (0%.3o).\n"
6222 "The owner of files must always have read and write permissions."
6223 msgstr ""
6224
6225 #: setup.c:1264
6226 msgid "open /dev/null or dup failed"
6227 msgstr ""
6228
6229 #: setup.c:1279
6230 msgid "fork failed"
6231 msgstr ""
6232
6233 #: setup.c:1284
6234 msgid "setsid failed"
6235 msgstr ""
6236
6237 #: sha1-file.c:453
6238 #, c-format
6239 msgid "object directory %s does not exist; check .git/objects/info/alternates"
6240 msgstr ""
6241
6242 #: sha1-file.c:504
6243 #, c-format
6244 msgid "unable to normalize alternate object path: %s"
6245 msgstr ""
6246
6247 #: sha1-file.c:576
6248 #, c-format
6249 msgid "%s: ignoring alternate object stores, nesting too deep"
6250 msgstr ""
6251
6252 #: sha1-file.c:583
6253 #, c-format
6254 msgid "unable to normalize object directory: %s"
6255 msgstr ""
6256
6257 #: sha1-file.c:626
6258 msgid "unable to fdopen alternates lockfile"
6259 msgstr ""
6260
6261 #: sha1-file.c:644
6262 msgid "unable to read alternates file"
6263 msgstr ""
6264
6265 #: sha1-file.c:651
6266 msgid "unable to move new alternates file into place"
6267 msgstr ""
6268
6269 #: sha1-file.c:686
6270 #, c-format
6271 msgid "path '%s' does not exist"
6272 msgstr ""
6273
6274 #: sha1-file.c:712
6275 #, c-format
6276 msgid "reference repository '%s' as a linked checkout is not supported yet."
6277 msgstr ""
6278
6279 #: sha1-file.c:718
6280 #, c-format
6281 msgid "reference repository '%s' is not a local repository."
6282 msgstr ""
6283
6284 #: sha1-file.c:724
6285 #, c-format
6286 msgid "reference repository '%s' is shallow"
6287 msgstr ""
6288
6289 #: sha1-file.c:732
6290 #, c-format
6291 msgid "reference repository '%s' is grafted"
6292 msgstr ""
6293
6294 #: sha1-file.c:846
6295 #, c-format
6296 msgid "attempting to mmap %<PRIuMAX> over limit %<PRIuMAX>"
6297 msgstr ""
6298
6299 #: sha1-file.c:871
6300 msgid "mmap failed"
6301 msgstr ""
6302
6303 #: sha1-file.c:1035
6304 #, c-format
6305 msgid "object file %s is empty"
6306 msgstr ""
6307
6308 #: sha1-file.c:1159 sha1-file.c:2297
6309 #, c-format
6310 msgid "corrupt loose object '%s'"
6311 msgstr ""
6312
6313 #: sha1-file.c:1161 sha1-file.c:2301
6314 #, c-format
6315 msgid "garbage at end of loose object '%s'"
6316 msgstr ""
6317
6318 #: sha1-file.c:1203
6319 msgid "invalid object type"
6320 msgstr ""
6321
6322 #: sha1-file.c:1287
6323 #, c-format
6324 msgid "unable to unpack %s header with --allow-unknown-type"
6325 msgstr ""
6326
6327 #: sha1-file.c:1290
6328 #, c-format
6329 msgid "unable to unpack %s header"
6330 msgstr ""
6331
6332 #: sha1-file.c:1296
6333 #, c-format
6334 msgid "unable to parse %s header with --allow-unknown-type"
6335 msgstr ""
6336
6337 #: sha1-file.c:1299
6338 #, c-format
6339 msgid "unable to parse %s header"
6340 msgstr ""
6341
6342 #: sha1-file.c:1490
6343 #, c-format
6344 msgid "failed to read object %s"
6345 msgstr ""
6346
6347 #: sha1-file.c:1494
6348 #, c-format
6349 msgid "replacement %s not found for %s"
6350 msgstr ""
6351
6352 #: sha1-file.c:1498
6353 #, c-format
6354 msgid "loose object %s (stored in %s) is corrupt"
6355 msgstr ""
6356
6357 #: sha1-file.c:1502
6358 #, c-format
6359 msgid "packed object %s (stored in %s) is corrupt"
6360 msgstr ""
6361
6362 #: sha1-file.c:1604
6363 #, c-format
6364 msgid "unable to write file %s"
6365 msgstr ""
6366
6367 #: sha1-file.c:1611
6368 #, c-format
6369 msgid "unable to set permission to '%s'"
6370 msgstr ""
6371
6372 #: sha1-file.c:1618
6373 msgid "file write error"
6374 msgstr ""
6375
6376 #: sha1-file.c:1637
6377 msgid "error when closing loose object file"
6378 msgstr ""
6379
6380 #: sha1-file.c:1702
6381 #, c-format
6382 msgid "insufficient permission for adding an object to repository database %s"
6383 msgstr ""
6384
6385 #: sha1-file.c:1704
6386 msgid "unable to create temporary file"
6387 msgstr ""
6388
6389 #: sha1-file.c:1728
6390 msgid "unable to write loose object file"
6391 msgstr ""
6392
6393 #: sha1-file.c:1734
6394 #, c-format
6395 msgid "unable to deflate new object %s (%d)"
6396 msgstr ""
6397
6398 #: sha1-file.c:1738
6399 #, c-format
6400 msgid "deflateEnd on object %s failed (%d)"
6401 msgstr ""
6402
6403 #: sha1-file.c:1742
6404 #, c-format
6405 msgid "confused by unstable object source data for %s"
6406 msgstr ""
6407
6408 #: sha1-file.c:1752 builtin/pack-objects.c:920
6409 #, c-format
6410 msgid "failed utime() on %s"
6411 msgstr ""
6412
6413 #: sha1-file.c:1827
6414 #, c-format
6415 msgid "cannot read object for %s"
6416 msgstr ""
6417
6418 #: sha1-file.c:1867
6419 msgid "corrupt commit"
6420 msgstr ""
6421
6422 #: sha1-file.c:1875
6423 msgid "corrupt tag"
6424 msgstr ""
6425
6426 #: sha1-file.c:1974
6427 #, c-format
6428 msgid "read error while indexing %s"
6429 msgstr ""
6430
6431 #: sha1-file.c:1977
6432 #, c-format
6433 msgid "short read while indexing %s"
6434 msgstr ""
6435
6436 #: sha1-file.c:2050 sha1-file.c:2059
6437 #, c-format
6438 msgid "%s: failed to insert into database"
6439 msgstr ""
6440
6441 #: sha1-file.c:2065
6442 #, c-format
6443 msgid "%s: unsupported file type"
6444 msgstr ""
6445
6446 #: sha1-file.c:2089
6447 #, c-format
6448 msgid "%s is not a valid object"
6449 msgstr ""
6450
6451 #: sha1-file.c:2091
6452 #, c-format
6453 msgid "%s is not a valid '%s' object"
6454 msgstr ""
6455
6456 #: sha1-file.c:2118 builtin/index-pack.c:154
6457 #, c-format
6458 msgid "unable to open %s"
6459 msgstr ""
6460
6461 #: sha1-file.c:2308 sha1-file.c:2360
6462 #, c-format
6463 msgid "hash mismatch for %s (expected %s)"
6464 msgstr ""
6465
6466 #: sha1-file.c:2332
6467 #, c-format
6468 msgid "unable to mmap %s"
6469 msgstr ""
6470
6471 #: sha1-file.c:2337
6472 #, c-format
6473 msgid "unable to unpack header of %s"
6474 msgstr ""
6475
6476 #: sha1-file.c:2343
6477 #, c-format
6478 msgid "unable to parse header of %s"
6479 msgstr ""
6480
6481 #: sha1-file.c:2354
6482 #, c-format
6483 msgid "unable to unpack contents of %s"
6484 msgstr ""
6485
6486 #: sha1-name.c:490
6487 #, c-format
6488 msgid "short SHA1 %s is ambiguous"
6489 msgstr ""
6490
6491 #: sha1-name.c:501
6492 msgid "The candidates are:"
6493 msgstr ""
6494
6495 #: sha1-name.c:800
6496 msgid ""
6497 "Git normally never creates a ref that ends with 40 hex characters\n"
6498 "because it will be ignored when you just specify 40-hex. These refs\n"
6499 "may be created by mistake. For example,\n"
6500 "\n"
6501 "  git checkout -b $br $(git rev-parse ...)\n"
6502 "\n"
6503 "where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
6504 "examine these refs and maybe delete them. Turn this message off by\n"
6505 "running \"git config advice.objectNameWarning false\""
6506 msgstr ""
6507
6508 #: submodule.c:114 submodule.c:143
6509 msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
6510 msgstr ""
6511
6512 #: submodule.c:118 submodule.c:147
6513 #, c-format
6514 msgid "Could not find section in .gitmodules where path=%s"
6515 msgstr ""
6516
6517 #: submodule.c:154
6518 #, c-format
6519 msgid "Could not remove .gitmodules entry for %s"
6520 msgstr ""
6521
6522 #: submodule.c:165
6523 msgid "staging updated .gitmodules failed"
6524 msgstr ""
6525
6526 #: submodule.c:327
6527 #, c-format
6528 msgid "in unpopulated submodule '%s'"
6529 msgstr ""
6530
6531 #: submodule.c:358
6532 #, c-format
6533 msgid "Pathspec '%s' is in submodule '%.*s'"
6534 msgstr ""
6535
6536 #: submodule.c:910
6537 #, c-format
6538 msgid "submodule entry '%s' (%s) is a %s, not a commit"
6539 msgstr ""
6540
6541 #: submodule.c:1147 builtin/branch.c:672 builtin/submodule--helper.c:1988
6542 msgid "Failed to resolve HEAD as a valid ref."
6543 msgstr ""
6544
6545 #: submodule.c:1481
6546 #, c-format
6547 msgid "Could not access submodule '%s'"
6548 msgstr ""
6549
6550 #: submodule.c:1651
6551 #, c-format
6552 msgid "'%s' not recognized as a git repository"
6553 msgstr ""
6554
6555 #: submodule.c:1789
6556 #, c-format
6557 msgid "could not start 'git status' in submodule '%s'"
6558 msgstr ""
6559
6560 #: submodule.c:1802
6561 #, c-format
6562 msgid "could not run 'git status' in submodule '%s'"
6563 msgstr ""
6564
6565 #: submodule.c:1817
6566 #, c-format
6567 msgid "Could not unset core.worktree setting in submodule '%s'"
6568 msgstr ""
6569
6570 #: submodule.c:1907
6571 #, c-format
6572 msgid "submodule '%s' has dirty index"
6573 msgstr ""
6574
6575 #: submodule.c:1959
6576 #, c-format
6577 msgid "Submodule '%s' could not be updated."
6578 msgstr ""
6579
6580 #: submodule.c:2008
6581 #, c-format
6582 msgid ""
6583 "relocate_gitdir for submodule '%s' with more than one worktree not supported"
6584 msgstr ""
6585
6586 #: submodule.c:2020 submodule.c:2076
6587 #, c-format
6588 msgid "could not lookup name for submodule '%s'"
6589 msgstr ""
6590
6591 #: submodule.c:2027
6592 #, c-format
6593 msgid ""
6594 "Migrating git directory of '%s%s' from\n"
6595 "'%s' to\n"
6596 "'%s'\n"
6597 msgstr ""
6598
6599 #: submodule.c:2111
6600 #, c-format
6601 msgid "could not recurse into submodule '%s'"
6602 msgstr ""
6603
6604 #: submodule.c:2155
6605 msgid "could not start ls-files in .."
6606 msgstr ""
6607
6608 #: submodule.c:2194
6609 #, c-format
6610 msgid "ls-tree returned unexpected return code %d"
6611 msgstr ""
6612
6613 #: submodule-config.c:232
6614 #, c-format
6615 msgid "ignoring suspicious submodule name: %s"
6616 msgstr ""
6617
6618 #: submodule-config.c:299
6619 msgid "negative values not allowed for submodule.fetchjobs"
6620 msgstr ""
6621
6622 #: submodule-config.c:397
6623 #, c-format
6624 msgid "ignoring '%s' which may be interpreted as a command-line option: %s"
6625 msgstr ""
6626
6627 #: submodule-config.c:486
6628 #, c-format
6629 msgid "invalid value for %s"
6630 msgstr ""
6631
6632 #: submodule-config.c:755
6633 #, c-format
6634 msgid "Could not update .gitmodules entry %s"
6635 msgstr ""
6636
6637 #: trailer.c:238
6638 #, c-format
6639 msgid "running trailer command '%s' failed"
6640 msgstr ""
6641
6642 #: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:553
6643 #: trailer.c:557
6644 #, c-format
6645 msgid "unknown value '%s' for key '%s'"
6646 msgstr ""
6647
6648 #: trailer.c:539 trailer.c:544 builtin/remote.c:295
6649 #, c-format
6650 msgid "more than one %s"
6651 msgstr ""
6652
6653 #: trailer.c:730
6654 #, c-format
6655 msgid "empty trailer token in trailer '%.*s'"
6656 msgstr ""
6657
6658 #: trailer.c:750
6659 #, c-format
6660 msgid "could not read input file '%s'"
6661 msgstr ""
6662
6663 #: trailer.c:753
6664 msgid "could not read from stdin"
6665 msgstr ""
6666
6667 #: trailer.c:1011 wrapper.c:701
6668 #, c-format
6669 msgid "could not stat %s"
6670 msgstr ""
6671
6672 #: trailer.c:1013
6673 #, c-format
6674 msgid "file %s is not a regular file"
6675 msgstr ""
6676
6677 #: trailer.c:1015
6678 #, c-format
6679 msgid "file %s is not writable by user"
6680 msgstr ""
6681
6682 #: trailer.c:1027
6683 msgid "could not open temporary file"
6684 msgstr ""
6685
6686 #: trailer.c:1067
6687 #, c-format
6688 msgid "could not rename temporary file to %s"
6689 msgstr ""
6690
6691 #: transport.c:116
6692 #, c-format
6693 msgid "Would set upstream of '%s' to '%s' of '%s'\n"
6694 msgstr ""
6695
6696 #: transport.c:142
6697 #, c-format
6698 msgid "could not read bundle '%s'"
6699 msgstr ""
6700
6701 #: transport.c:208
6702 #, c-format
6703 msgid "transport: invalid depth option '%s'"
6704 msgstr ""
6705
6706 #: transport.c:259
6707 msgid "see protocol.version in 'git help config' for more details"
6708 msgstr ""
6709
6710 #: transport.c:260
6711 msgid "server options require protocol version 2 or later"
6712 msgstr ""
6713
6714 #: transport.c:625
6715 msgid "could not parse transport.color.* config"
6716 msgstr ""
6717
6718 #: transport.c:698
6719 msgid "support for protocol v2 not implemented yet"
6720 msgstr ""
6721
6722 #: transport.c:825
6723 #, c-format
6724 msgid "unknown value for config '%s': %s"
6725 msgstr ""
6726
6727 #: transport.c:891
6728 #, c-format
6729 msgid "transport '%s' not allowed"
6730 msgstr ""
6731
6732 #: transport.c:945
6733 msgid "git-over-rsync is no longer supported"
6734 msgstr ""
6735
6736 #: transport.c:1040
6737 #, c-format
6738 msgid ""
6739 "The following submodule paths contain changes that can\n"
6740 "not be found on any remote:\n"
6741 msgstr ""
6742
6743 #: transport.c:1044
6744 #, c-format
6745 msgid ""
6746 "\n"
6747 "Please try\n"
6748 "\n"
6749 "\tgit push --recurse-submodules=on-demand\n"
6750 "\n"
6751 "or cd to the path and use\n"
6752 "\n"
6753 "\tgit push\n"
6754 "\n"
6755 "to push them to a remote.\n"
6756 "\n"
6757 msgstr ""
6758
6759 #: transport.c:1052
6760 msgid "Aborting."
6761 msgstr ""
6762
6763 #: transport.c:1193
6764 msgid "failed to push all needed submodules"
6765 msgstr ""
6766
6767 #: transport.c:1326 transport-helper.c:645
6768 msgid "operation not supported by protocol"
6769 msgstr ""
6770
6771 #: transport.c:1430
6772 #, c-format
6773 msgid "invalid line while parsing alternate refs: %s"
6774 msgstr ""
6775
6776 #: transport-helper.c:51 transport-helper.c:80
6777 msgid "full write to remote helper failed"
6778 msgstr ""
6779
6780 #: transport-helper.c:134
6781 #, c-format
6782 msgid "unable to find remote helper for '%s'"
6783 msgstr ""
6784
6785 #: transport-helper.c:150 transport-helper.c:559
6786 msgid "can't dup helper output fd"
6787 msgstr ""
6788
6789 #: transport-helper.c:201
6790 #, c-format
6791 msgid ""
6792 "unknown mandatory capability %s; this remote helper probably needs newer "
6793 "version of Git"
6794 msgstr ""
6795
6796 #: transport-helper.c:207
6797 msgid "this remote helper should implement refspec capability"
6798 msgstr ""
6799
6800 #: transport-helper.c:274 transport-helper.c:414
6801 #, c-format
6802 msgid "%s unexpectedly said: '%s'"
6803 msgstr ""
6804
6805 #: transport-helper.c:403
6806 #, c-format
6807 msgid "%s also locked %s"
6808 msgstr ""
6809
6810 #: transport-helper.c:481
6811 msgid "couldn't run fast-import"
6812 msgstr ""
6813
6814 #: transport-helper.c:504
6815 msgid "error while running fast-import"
6816 msgstr ""
6817
6818 #: transport-helper.c:533 transport-helper.c:1099
6819 #, c-format
6820 msgid "could not read ref %s"
6821 msgstr ""
6822
6823 #: transport-helper.c:578
6824 #, c-format
6825 msgid "unknown response to connect: %s"
6826 msgstr ""
6827
6828 #: transport-helper.c:600
6829 msgid "setting remote service path not supported by protocol"
6830 msgstr ""
6831
6832 #: transport-helper.c:602
6833 msgid "invalid remote service path"
6834 msgstr ""
6835
6836 #: transport-helper.c:648
6837 #, c-format
6838 msgid "can't connect to subservice %s"
6839 msgstr ""
6840
6841 #: transport-helper.c:720
6842 #, c-format
6843 msgid "expected ok/error, helper said '%s'"
6844 msgstr ""
6845
6846 #: transport-helper.c:773
6847 #, c-format
6848 msgid "helper reported unexpected status of %s"
6849 msgstr ""
6850
6851 #: transport-helper.c:834
6852 #, c-format
6853 msgid "helper %s does not support dry-run"
6854 msgstr ""
6855
6856 #: transport-helper.c:837
6857 #, c-format
6858 msgid "helper %s does not support --signed"
6859 msgstr ""
6860
6861 #: transport-helper.c:840
6862 #, c-format
6863 msgid "helper %s does not support --signed=if-asked"
6864 msgstr ""
6865
6866 #: transport-helper.c:847
6867 #, c-format
6868 msgid "helper %s does not support 'push-option'"
6869 msgstr ""
6870
6871 #: transport-helper.c:939
6872 msgid "remote-helper doesn't support push; refspec needed"
6873 msgstr ""
6874
6875 #: transport-helper.c:944
6876 #, c-format
6877 msgid "helper %s does not support 'force'"
6878 msgstr ""
6879
6880 #: transport-helper.c:991
6881 msgid "couldn't run fast-export"
6882 msgstr ""
6883
6884 #: transport-helper.c:996
6885 msgid "error while running fast-export"
6886 msgstr ""
6887
6888 #: transport-helper.c:1021
6889 #, c-format
6890 msgid ""
6891 "No refs in common and none specified; doing nothing.\n"
6892 "Perhaps you should specify a branch such as 'master'.\n"
6893 msgstr ""
6894
6895 #: transport-helper.c:1085
6896 #, c-format
6897 msgid "malformed response in ref list: %s"
6898 msgstr ""
6899
6900 #: transport-helper.c:1238
6901 #, c-format
6902 msgid "read(%s) failed"
6903 msgstr ""
6904
6905 #: transport-helper.c:1265
6906 #, c-format
6907 msgid "write(%s) failed"
6908 msgstr ""
6909
6910 #: transport-helper.c:1314
6911 #, c-format
6912 msgid "%s thread failed"
6913 msgstr ""
6914
6915 #: transport-helper.c:1318
6916 #, c-format
6917 msgid "%s thread failed to join: %s"
6918 msgstr ""
6919
6920 #: transport-helper.c:1337 transport-helper.c:1341
6921 #, c-format
6922 msgid "can't start thread for copying data: %s"
6923 msgstr ""
6924
6925 #: transport-helper.c:1378
6926 #, c-format
6927 msgid "%s process failed to wait"
6928 msgstr ""
6929
6930 #: transport-helper.c:1382
6931 #, c-format
6932 msgid "%s process failed"
6933 msgstr ""
6934
6935 #: transport-helper.c:1400 transport-helper.c:1409
6936 msgid "can't start thread for copying data"
6937 msgstr ""
6938
6939 #: tree-walk.c:33
6940 msgid "too-short tree object"
6941 msgstr ""
6942
6943 #: tree-walk.c:39
6944 msgid "malformed mode in tree entry"
6945 msgstr ""
6946
6947 #: tree-walk.c:43
6948 msgid "empty filename in tree entry"
6949 msgstr ""
6950
6951 #: tree-walk.c:116
6952 msgid "too-short tree file"
6953 msgstr ""
6954
6955 #: unpack-trees.c:111
6956 #, c-format
6957 msgid ""
6958 "Your local changes to the following files would be overwritten by checkout:\n"
6959 "%%sPlease commit your changes or stash them before you switch branches."
6960 msgstr ""
6961
6962 #: unpack-trees.c:113
6963 #, c-format
6964 msgid ""
6965 "Your local changes to the following files would be overwritten by checkout:\n"
6966 "%%s"
6967 msgstr ""
6968
6969 #: unpack-trees.c:116
6970 #, c-format
6971 msgid ""
6972 "Your local changes to the following files would be overwritten by merge:\n"
6973 "%%sPlease commit your changes or stash them before you merge."
6974 msgstr ""
6975
6976 #: unpack-trees.c:118
6977 #, c-format
6978 msgid ""
6979 "Your local changes to the following files would be overwritten by merge:\n"
6980 "%%s"
6981 msgstr ""
6982
6983 #: unpack-trees.c:121
6984 #, c-format
6985 msgid ""
6986 "Your local changes to the following files would be overwritten by %s:\n"
6987 "%%sPlease commit your changes or stash them before you %s."
6988 msgstr ""
6989
6990 #: unpack-trees.c:123
6991 #, c-format
6992 msgid ""
6993 "Your local changes to the following files would be overwritten by %s:\n"
6994 "%%s"
6995 msgstr ""
6996
6997 #: unpack-trees.c:128
6998 #, c-format
6999 msgid ""
7000 "Updating the following directories would lose untracked files in them:\n"
7001 "%s"
7002 msgstr ""
7003
7004 #: unpack-trees.c:132
7005 #, c-format
7006 msgid ""
7007 "The following untracked working tree files would be removed by checkout:\n"
7008 "%%sPlease move or remove them before you switch branches."
7009 msgstr ""
7010
7011 #: unpack-trees.c:134
7012 #, c-format
7013 msgid ""
7014 "The following untracked working tree files would be removed by checkout:\n"
7015 "%%s"
7016 msgstr ""
7017
7018 #: unpack-trees.c:137
7019 #, c-format
7020 msgid ""
7021 "The following untracked working tree files would be removed by merge:\n"
7022 "%%sPlease move or remove them before you merge."
7023 msgstr ""
7024
7025 #: unpack-trees.c:139
7026 #, c-format
7027 msgid ""
7028 "The following untracked working tree files would be removed by merge:\n"
7029 "%%s"
7030 msgstr ""
7031
7032 #: unpack-trees.c:142
7033 #, c-format
7034 msgid ""
7035 "The following untracked working tree files would be removed by %s:\n"
7036 "%%sPlease move or remove them before you %s."
7037 msgstr ""
7038
7039 #: unpack-trees.c:144
7040 #, c-format
7041 msgid ""
7042 "The following untracked working tree files would be removed by %s:\n"
7043 "%%s"
7044 msgstr ""
7045
7046 #: unpack-trees.c:150
7047 #, c-format
7048 msgid ""
7049 "The following untracked working tree files would be overwritten by "
7050 "checkout:\n"
7051 "%%sPlease move or remove them before you switch branches."
7052 msgstr ""
7053
7054 #: unpack-trees.c:152
7055 #, c-format
7056 msgid ""
7057 "The following untracked working tree files would be overwritten by "
7058 "checkout:\n"
7059 "%%s"
7060 msgstr ""
7061
7062 #: unpack-trees.c:155
7063 #, c-format
7064 msgid ""
7065 "The following untracked working tree files would be overwritten by merge:\n"
7066 "%%sPlease move or remove them before you merge."
7067 msgstr ""
7068
7069 #: unpack-trees.c:157
7070 #, c-format
7071 msgid ""
7072 "The following untracked working tree files would be overwritten by merge:\n"
7073 "%%s"
7074 msgstr ""
7075
7076 #: unpack-trees.c:160
7077 #, c-format
7078 msgid ""
7079 "The following untracked working tree files would be overwritten by %s:\n"
7080 "%%sPlease move or remove them before you %s."
7081 msgstr ""
7082
7083 #: unpack-trees.c:162
7084 #, c-format
7085 msgid ""
7086 "The following untracked working tree files would be overwritten by %s:\n"
7087 "%%s"
7088 msgstr ""
7089
7090 #: unpack-trees.c:170
7091 #, c-format
7092 msgid "Entry '%s' overlaps with '%s'.  Cannot bind."
7093 msgstr ""
7094
7095 #: unpack-trees.c:173
7096 #, c-format
7097 msgid ""
7098 "Cannot update sparse checkout: the following entries are not up to date:\n"
7099 "%s"
7100 msgstr ""
7101
7102 #: unpack-trees.c:175
7103 #, c-format
7104 msgid ""
7105 "The following working tree files would be overwritten by sparse checkout "
7106 "update:\n"
7107 "%s"
7108 msgstr ""
7109
7110 #: unpack-trees.c:177
7111 #, c-format
7112 msgid ""
7113 "The following working tree files would be removed by sparse checkout "
7114 "update:\n"
7115 "%s"
7116 msgstr ""
7117
7118 #: unpack-trees.c:179
7119 #, c-format
7120 msgid ""
7121 "Cannot update submodule:\n"
7122 "%s"
7123 msgstr ""
7124
7125 #: unpack-trees.c:256
7126 #, c-format
7127 msgid "Aborting\n"
7128 msgstr ""
7129
7130 #: unpack-trees.c:318
7131 msgid "Checking out files"
7132 msgstr ""
7133
7134 #: unpack-trees.c:350
7135 msgid ""
7136 "the following paths have collided (e.g. case-sensitive paths\n"
7137 "on a case-insensitive filesystem) and only one from the same\n"
7138 "colliding group is in the working tree:\n"
7139 msgstr ""
7140
7141 #: urlmatch.c:163
7142 msgid "invalid URL scheme name or missing '://' suffix"
7143 msgstr ""
7144
7145 #: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
7146 #, c-format
7147 msgid "invalid %XX escape sequence"
7148 msgstr ""
7149
7150 #: urlmatch.c:215
7151 msgid "missing host and scheme is not 'file:'"
7152 msgstr ""
7153
7154 #: urlmatch.c:232
7155 msgid "a 'file:' URL may not have a port number"
7156 msgstr ""
7157
7158 #: urlmatch.c:247
7159 msgid "invalid characters in host name"
7160 msgstr ""
7161
7162 #: urlmatch.c:292 urlmatch.c:303
7163 msgid "invalid port number"
7164 msgstr ""
7165
7166 #: urlmatch.c:371
7167 msgid "invalid '..' path segment"
7168 msgstr ""
7169
7170 #: worktree.c:255 builtin/am.c:2097
7171 #, c-format
7172 msgid "failed to read '%s'"
7173 msgstr ""
7174
7175 #: worktree.c:301
7176 #, c-format
7177 msgid "'%s' at main working tree is not the repository directory"
7178 msgstr ""
7179
7180 #: worktree.c:312
7181 #, c-format
7182 msgid "'%s' file does not contain absolute path to the working tree location"
7183 msgstr ""
7184
7185 #: worktree.c:324
7186 #, c-format
7187 msgid "'%s' does not exist"
7188 msgstr ""
7189
7190 #: worktree.c:330
7191 #, c-format
7192 msgid "'%s' is not a .git file, error code %d"
7193 msgstr ""
7194
7195 #: worktree.c:338
7196 #, c-format
7197 msgid "'%s' does not point back to '%s'"
7198 msgstr ""
7199
7200 #: wrapper.c:223 wrapper.c:393
7201 #, c-format
7202 msgid "could not open '%s' for reading and writing"
7203 msgstr ""
7204
7205 #: wrapper.c:424 wrapper.c:624
7206 #, c-format
7207 msgid "unable to access '%s'"
7208 msgstr ""
7209
7210 #: wrapper.c:632
7211 msgid "unable to get current working directory"
7212 msgstr ""
7213
7214 #: wt-status.c:156
7215 msgid "Unmerged paths:"
7216 msgstr ""
7217
7218 #: wt-status.c:183 wt-status.c:210
7219 #, c-format
7220 msgid "  (use \"git reset %s <file>...\" to unstage)"
7221 msgstr ""
7222
7223 #: wt-status.c:185 wt-status.c:212
7224 msgid "  (use \"git rm --cached <file>...\" to unstage)"
7225 msgstr ""
7226
7227 #: wt-status.c:189
7228 msgid "  (use \"git add <file>...\" to mark resolution)"
7229 msgstr ""
7230
7231 #: wt-status.c:191 wt-status.c:195
7232 msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
7233 msgstr ""
7234
7235 #: wt-status.c:193
7236 msgid "  (use \"git rm <file>...\" to mark resolution)"
7237 msgstr ""
7238
7239 #: wt-status.c:204 wt-status.c:1064
7240 msgid "Changes to be committed:"
7241 msgstr ""
7242
7243 #: wt-status.c:222 wt-status.c:1073
7244 msgid "Changes not staged for commit:"
7245 msgstr ""
7246
7247 #: wt-status.c:226
7248 msgid "  (use \"git add <file>...\" to update what will be committed)"
7249 msgstr ""
7250
7251 #: wt-status.c:228
7252 msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
7253 msgstr ""
7254
7255 #: wt-status.c:229
7256 msgid ""
7257 "  (use \"git checkout -- <file>...\" to discard changes in working directory)"
7258 msgstr ""
7259
7260 #: wt-status.c:231
7261 msgid "  (commit or discard the untracked or modified content in submodules)"
7262 msgstr ""
7263
7264 #: wt-status.c:243
7265 #, c-format
7266 msgid "  (use \"git %s <file>...\" to include in what will be committed)"
7267 msgstr ""
7268
7269 #: wt-status.c:258
7270 msgid "both deleted:"
7271 msgstr ""
7272
7273 #: wt-status.c:260
7274 msgid "added by us:"
7275 msgstr ""
7276
7277 #: wt-status.c:262
7278 msgid "deleted by them:"
7279 msgstr ""
7280
7281 #: wt-status.c:264
7282 msgid "added by them:"
7283 msgstr ""
7284
7285 #: wt-status.c:266
7286 msgid "deleted by us:"
7287 msgstr ""
7288
7289 #: wt-status.c:268
7290 msgid "both added:"
7291 msgstr ""
7292
7293 #: wt-status.c:270
7294 msgid "both modified:"
7295 msgstr ""
7296
7297 #: wt-status.c:280
7298 msgid "new file:"
7299 msgstr ""
7300
7301 #: wt-status.c:282
7302 msgid "copied:"
7303 msgstr ""
7304
7305 #: wt-status.c:284
7306 msgid "deleted:"
7307 msgstr ""
7308
7309 #: wt-status.c:286
7310 msgid "modified:"
7311 msgstr ""
7312
7313 #: wt-status.c:288
7314 msgid "renamed:"
7315 msgstr ""
7316
7317 #: wt-status.c:290
7318 msgid "typechange:"
7319 msgstr ""
7320
7321 #: wt-status.c:292
7322 msgid "unknown:"
7323 msgstr ""
7324
7325 #: wt-status.c:294
7326 msgid "unmerged:"
7327 msgstr ""
7328
7329 #: wt-status.c:374
7330 msgid "new commits, "
7331 msgstr ""
7332
7333 #: wt-status.c:376
7334 msgid "modified content, "
7335 msgstr ""
7336
7337 #: wt-status.c:378
7338 msgid "untracked content, "
7339 msgstr ""
7340
7341 #: wt-status.c:896
7342 #, c-format
7343 msgid "Your stash currently has %d entry"
7344 msgid_plural "Your stash currently has %d entries"
7345 msgstr[0] ""
7346 msgstr[1] ""
7347
7348 #: wt-status.c:928
7349 msgid "Submodules changed but not updated:"
7350 msgstr ""
7351
7352 #: wt-status.c:930
7353 msgid "Submodule changes to be committed:"
7354 msgstr ""
7355
7356 #: wt-status.c:1012
7357 msgid ""
7358 "Do not modify or remove the line above.\n"
7359 "Everything below it will be ignored."
7360 msgstr ""
7361
7362 #: wt-status.c:1119
7363 msgid "You have unmerged paths."
7364 msgstr ""
7365
7366 #: wt-status.c:1122
7367 msgid "  (fix conflicts and run \"git commit\")"
7368 msgstr ""
7369
7370 #: wt-status.c:1124
7371 msgid "  (use \"git merge --abort\" to abort the merge)"
7372 msgstr ""
7373
7374 #: wt-status.c:1128
7375 msgid "All conflicts fixed but you are still merging."
7376 msgstr ""
7377
7378 #: wt-status.c:1131
7379 msgid "  (use \"git commit\" to conclude merge)"
7380 msgstr ""
7381
7382 #: wt-status.c:1140
7383 msgid "You are in the middle of an am session."
7384 msgstr ""
7385
7386 #: wt-status.c:1143
7387 msgid "The current patch is empty."
7388 msgstr ""
7389
7390 #: wt-status.c:1147
7391 msgid "  (fix conflicts and then run \"git am --continue\")"
7392 msgstr ""
7393
7394 #: wt-status.c:1149
7395 msgid "  (use \"git am --skip\" to skip this patch)"
7396 msgstr ""
7397
7398 #: wt-status.c:1151
7399 msgid "  (use \"git am --abort\" to restore the original branch)"
7400 msgstr ""
7401
7402 #: wt-status.c:1284
7403 msgid "git-rebase-todo is missing."
7404 msgstr ""
7405
7406 #: wt-status.c:1286
7407 msgid "No commands done."
7408 msgstr ""
7409
7410 #: wt-status.c:1289
7411 #, c-format
7412 msgid "Last command done (%d command done):"
7413 msgid_plural "Last commands done (%d commands done):"
7414 msgstr[0] ""
7415 msgstr[1] ""
7416
7417 #: wt-status.c:1300
7418 #, c-format
7419 msgid "  (see more in file %s)"
7420 msgstr ""
7421
7422 #: wt-status.c:1305
7423 msgid "No commands remaining."
7424 msgstr ""
7425
7426 #: wt-status.c:1308
7427 #, c-format
7428 msgid "Next command to do (%d remaining command):"
7429 msgid_plural "Next commands to do (%d remaining commands):"
7430 msgstr[0] ""
7431 msgstr[1] ""
7432
7433 #: wt-status.c:1316
7434 msgid "  (use \"git rebase --edit-todo\" to view and edit)"
7435 msgstr ""
7436
7437 #: wt-status.c:1328
7438 #, c-format
7439 msgid "You are currently rebasing branch '%s' on '%s'."
7440 msgstr ""
7441
7442 #: wt-status.c:1333
7443 msgid "You are currently rebasing."
7444 msgstr ""
7445
7446 #: wt-status.c:1346
7447 msgid "  (fix conflicts and then run \"git rebase --continue\")"
7448 msgstr ""
7449
7450 #: wt-status.c:1348
7451 msgid "  (use \"git rebase --skip\" to skip this patch)"
7452 msgstr ""
7453
7454 #: wt-status.c:1350
7455 msgid "  (use \"git rebase --abort\" to check out the original branch)"
7456 msgstr ""
7457
7458 #: wt-status.c:1357
7459 msgid "  (all conflicts fixed: run \"git rebase --continue\")"
7460 msgstr ""
7461
7462 #: wt-status.c:1361
7463 #, c-format
7464 msgid ""
7465 "You are currently splitting a commit while rebasing branch '%s' on '%s'."
7466 msgstr ""
7467
7468 #: wt-status.c:1366
7469 msgid "You are currently splitting a commit during a rebase."
7470 msgstr ""
7471
7472 #: wt-status.c:1369
7473 msgid "  (Once your working directory is clean, run \"git rebase --continue\")"
7474 msgstr ""
7475
7476 #: wt-status.c:1373
7477 #, c-format
7478 msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
7479 msgstr ""
7480
7481 #: wt-status.c:1378
7482 msgid "You are currently editing a commit during a rebase."
7483 msgstr ""
7484
7485 #: wt-status.c:1381
7486 msgid "  (use \"git commit --amend\" to amend the current commit)"
7487 msgstr ""
7488
7489 #: wt-status.c:1383
7490 msgid ""
7491 "  (use \"git rebase --continue\" once you are satisfied with your changes)"
7492 msgstr ""
7493
7494 #: wt-status.c:1394
7495 msgid "Cherry-pick currently in progress."
7496 msgstr ""
7497
7498 #: wt-status.c:1397
7499 #, c-format
7500 msgid "You are currently cherry-picking commit %s."
7501 msgstr ""
7502
7503 #: wt-status.c:1404
7504 msgid "  (fix conflicts and run \"git cherry-pick --continue\")"
7505 msgstr ""
7506
7507 #: wt-status.c:1407
7508 msgid "  (run \"git cherry-pick --continue\" to continue)"
7509 msgstr ""
7510
7511 #: wt-status.c:1410
7512 msgid "  (all conflicts fixed: run \"git cherry-pick --continue\")"
7513 msgstr ""
7514
7515 #: wt-status.c:1412
7516 msgid "  (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
7517 msgstr ""
7518
7519 #: wt-status.c:1422
7520 msgid "Revert currently in progress."
7521 msgstr ""
7522
7523 #: wt-status.c:1425
7524 #, c-format
7525 msgid "You are currently reverting commit %s."
7526 msgstr ""
7527
7528 #: wt-status.c:1431
7529 msgid "  (fix conflicts and run \"git revert --continue\")"
7530 msgstr ""
7531
7532 #: wt-status.c:1434
7533 msgid "  (run \"git revert --continue\" to continue)"
7534 msgstr ""
7535
7536 #: wt-status.c:1437
7537 msgid "  (all conflicts fixed: run \"git revert --continue\")"
7538 msgstr ""
7539
7540 #: wt-status.c:1439
7541 msgid "  (use \"git revert --abort\" to cancel the revert operation)"
7542 msgstr ""
7543
7544 #: wt-status.c:1449
7545 #, c-format
7546 msgid "You are currently bisecting, started from branch '%s'."
7547 msgstr ""
7548
7549 #: wt-status.c:1453
7550 msgid "You are currently bisecting."
7551 msgstr ""
7552
7553 #: wt-status.c:1456
7554 msgid "  (use \"git bisect reset\" to get back to the original branch)"
7555 msgstr ""
7556
7557 #: wt-status.c:1665
7558 msgid "On branch "
7559 msgstr ""
7560
7561 #: wt-status.c:1672
7562 msgid "interactive rebase in progress; onto "
7563 msgstr ""
7564
7565 #: wt-status.c:1674
7566 msgid "rebase in progress; onto "
7567 msgstr ""
7568
7569 #: wt-status.c:1679
7570 msgid "HEAD detached at "
7571 msgstr ""
7572
7573 #: wt-status.c:1681
7574 msgid "HEAD detached from "
7575 msgstr ""
7576
7577 #: wt-status.c:1684
7578 msgid "Not currently on any branch."
7579 msgstr ""
7580
7581 #: wt-status.c:1701
7582 msgid "Initial commit"
7583 msgstr ""
7584
7585 #: wt-status.c:1702
7586 msgid "No commits yet"
7587 msgstr ""
7588
7589 #: wt-status.c:1716
7590 msgid "Untracked files"
7591 msgstr ""
7592
7593 #: wt-status.c:1718
7594 msgid "Ignored files"
7595 msgstr ""
7596
7597 #: wt-status.c:1722
7598 #, c-format
7599 msgid ""
7600 "It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
7601 "may speed it up, but you have to be careful not to forget to add\n"
7602 "new files yourself (see 'git help status')."
7603 msgstr ""
7604
7605 #: wt-status.c:1728
7606 #, c-format
7607 msgid "Untracked files not listed%s"
7608 msgstr ""
7609
7610 #: wt-status.c:1730
7611 msgid " (use -u option to show untracked files)"
7612 msgstr ""
7613
7614 #: wt-status.c:1736
7615 msgid "No changes"
7616 msgstr ""
7617
7618 #: wt-status.c:1741
7619 #, c-format
7620 msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
7621 msgstr ""
7622
7623 #: wt-status.c:1744
7624 #, c-format
7625 msgid "no changes added to commit\n"
7626 msgstr ""
7627
7628 #: wt-status.c:1747
7629 #, c-format
7630 msgid ""
7631 "nothing added to commit but untracked files present (use \"git add\" to "
7632 "track)\n"
7633 msgstr ""
7634
7635 #: wt-status.c:1750
7636 #, c-format
7637 msgid "nothing added to commit but untracked files present\n"
7638 msgstr ""
7639
7640 #: wt-status.c:1753
7641 #, c-format
7642 msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
7643 msgstr ""
7644
7645 #: wt-status.c:1756 wt-status.c:1761
7646 #, c-format
7647 msgid "nothing to commit\n"
7648 msgstr ""
7649
7650 #: wt-status.c:1759
7651 #, c-format
7652 msgid "nothing to commit (use -u to show untracked files)\n"
7653 msgstr ""
7654
7655 #: wt-status.c:1763
7656 #, c-format
7657 msgid "nothing to commit, working tree clean\n"
7658 msgstr ""
7659
7660 #: wt-status.c:1876
7661 msgid "No commits yet on "
7662 msgstr ""
7663
7664 #: wt-status.c:1880
7665 msgid "HEAD (no branch)"
7666 msgstr ""
7667
7668 #: wt-status.c:1911
7669 msgid "different"
7670 msgstr ""
7671
7672 #: wt-status.c:1913 wt-status.c:1921
7673 msgid "behind "
7674 msgstr ""
7675
7676 #: wt-status.c:1916 wt-status.c:1919
7677 msgid "ahead "
7678 msgstr ""
7679
7680 #. TRANSLATORS: the action is e.g. "pull with rebase"
7681 #: wt-status.c:2443
7682 #, c-format
7683 msgid "cannot %s: You have unstaged changes."
7684 msgstr ""
7685
7686 #: wt-status.c:2449
7687 msgid "additionally, your index contains uncommitted changes."
7688 msgstr ""
7689
7690 #: wt-status.c:2451
7691 #, c-format
7692 msgid "cannot %s: Your index contains uncommitted changes."
7693 msgstr ""
7694
7695 #: builtin/add.c:25
7696 msgid "git add [<options>] [--] <pathspec>..."
7697 msgstr ""
7698
7699 #: builtin/add.c:84
7700 #, c-format
7701 msgid "unexpected diff status %c"
7702 msgstr ""
7703
7704 #: builtin/add.c:89 builtin/commit.c:285
7705 msgid "updating files failed"
7706 msgstr ""
7707
7708 #: builtin/add.c:99
7709 #, c-format
7710 msgid "remove '%s'\n"
7711 msgstr ""
7712
7713 #: builtin/add.c:174
7714 msgid "Unstaged changes after refreshing the index:"
7715 msgstr ""
7716
7717 #: builtin/add.c:234 builtin/rev-parse.c:896
7718 msgid "Could not read the index"
7719 msgstr ""
7720
7721 #: builtin/add.c:245
7722 #, c-format
7723 msgid "Could not open '%s' for writing."
7724 msgstr ""
7725
7726 #: builtin/add.c:249
7727 msgid "Could not write patch"
7728 msgstr ""
7729
7730 #: builtin/add.c:252
7731 msgid "editing patch failed"
7732 msgstr ""
7733
7734 #: builtin/add.c:255
7735 #, c-format
7736 msgid "Could not stat '%s'"
7737 msgstr ""
7738
7739 #: builtin/add.c:257
7740 msgid "Empty patch. Aborted."
7741 msgstr ""
7742
7743 #: builtin/add.c:262
7744 #, c-format
7745 msgid "Could not apply '%s'"
7746 msgstr ""
7747
7748 #: builtin/add.c:270
7749 msgid "The following paths are ignored by one of your .gitignore files:\n"
7750 msgstr ""
7751
7752 #: builtin/add.c:290 builtin/clean.c:908 builtin/fetch.c:137 builtin/mv.c:124
7753 #: builtin/prune-packed.c:56 builtin/pull.c:221 builtin/push.c:560
7754 #: builtin/remote.c:1345 builtin/rm.c:241 builtin/send-pack.c:165
7755 msgid "dry run"
7756 msgstr ""
7757
7758 #: builtin/add.c:293
7759 msgid "interactive picking"
7760 msgstr ""
7761
7762 #: builtin/add.c:294 builtin/checkout.c:1379 builtin/reset.c:306
7763 msgid "select hunks interactively"
7764 msgstr ""
7765
7766 #: builtin/add.c:295
7767 msgid "edit current diff and apply"
7768 msgstr ""
7769
7770 #: builtin/add.c:296
7771 msgid "allow adding otherwise ignored files"
7772 msgstr ""
7773
7774 #: builtin/add.c:297
7775 msgid "update tracked files"
7776 msgstr ""
7777
7778 #: builtin/add.c:298
7779 msgid "renormalize EOL of tracked files (implies -u)"
7780 msgstr ""
7781
7782 #: builtin/add.c:299
7783 msgid "record only the fact that the path will be added later"
7784 msgstr ""
7785
7786 #: builtin/add.c:300
7787 msgid "add changes from all tracked and untracked files"
7788 msgstr ""
7789
7790 #: builtin/add.c:303
7791 msgid "ignore paths removed in the working tree (same as --no-all)"
7792 msgstr ""
7793
7794 #: builtin/add.c:305
7795 msgid "don't add, only refresh the index"
7796 msgstr ""
7797
7798 #: builtin/add.c:306
7799 msgid "just skip files which cannot be added because of errors"
7800 msgstr ""
7801
7802 #: builtin/add.c:307
7803 msgid "check if - even missing - files are ignored in dry run"
7804 msgstr ""
7805
7806 #: builtin/add.c:309 builtin/update-index.c:1001
7807 msgid "override the executable bit of the listed files"
7808 msgstr ""
7809
7810 #: builtin/add.c:311
7811 msgid "warn when adding an embedded repository"
7812 msgstr ""
7813
7814 #: builtin/add.c:326
7815 #, c-format
7816 msgid ""
7817 "You've added another git repository inside your current repository.\n"
7818 "Clones of the outer repository will not contain the contents of\n"
7819 "the embedded repository and will not know how to obtain it.\n"
7820 "If you meant to add a submodule, use:\n"
7821 "\n"
7822 "\tgit submodule add <url> %s\n"
7823 "\n"
7824 "If you added this path by mistake, you can remove it from the\n"
7825 "index with:\n"
7826 "\n"
7827 "\tgit rm --cached %s\n"
7828 "\n"
7829 "See \"git help submodule\" for more information."
7830 msgstr ""
7831
7832 #: builtin/add.c:354
7833 #, c-format
7834 msgid "adding embedded git repository: %s"
7835 msgstr ""
7836
7837 #: builtin/add.c:372
7838 #, c-format
7839 msgid "Use -f if you really want to add them.\n"
7840 msgstr ""
7841
7842 #: builtin/add.c:379
7843 msgid "adding files failed"
7844 msgstr ""
7845
7846 #: builtin/add.c:419
7847 msgid "-A and -u are mutually incompatible"
7848 msgstr ""
7849
7850 #: builtin/add.c:426
7851 msgid "Option --ignore-missing can only be used together with --dry-run"
7852 msgstr ""
7853
7854 #: builtin/add.c:430
7855 #, c-format
7856 msgid "--chmod param '%s' must be either -x or +x"
7857 msgstr ""
7858
7859 #: builtin/add.c:445
7860 #, c-format
7861 msgid "Nothing specified, nothing added.\n"
7862 msgstr ""
7863
7864 #: builtin/add.c:446
7865 #, c-format
7866 msgid "Maybe you wanted to say 'git add .'?\n"
7867 msgstr ""
7868
7869 #: builtin/am.c:348
7870 msgid "could not parse author script"
7871 msgstr ""
7872
7873 #: builtin/am.c:432
7874 #, c-format
7875 msgid "'%s' was deleted by the applypatch-msg hook"
7876 msgstr ""
7877
7878 #: builtin/am.c:474
7879 #, c-format
7880 msgid "Malformed input line: '%s'."
7881 msgstr ""
7882
7883 #: builtin/am.c:512
7884 #, c-format
7885 msgid "Failed to copy notes from '%s' to '%s'"
7886 msgstr ""
7887
7888 #: builtin/am.c:538
7889 msgid "fseek failed"
7890 msgstr ""
7891
7892 #: builtin/am.c:726
7893 #, c-format
7894 msgid "could not parse patch '%s'"
7895 msgstr ""
7896
7897 #: builtin/am.c:791
7898 msgid "Only one StGIT patch series can be applied at once"
7899 msgstr ""
7900
7901 #: builtin/am.c:839
7902 msgid "invalid timestamp"
7903 msgstr ""
7904
7905 #: builtin/am.c:844 builtin/am.c:856
7906 msgid "invalid Date line"
7907 msgstr ""
7908
7909 #: builtin/am.c:851
7910 msgid "invalid timezone offset"
7911 msgstr ""
7912
7913 #: builtin/am.c:944
7914 msgid "Patch format detection failed."
7915 msgstr ""
7916
7917 #: builtin/am.c:949 builtin/clone.c:409
7918 #, c-format
7919 msgid "failed to create directory '%s'"
7920 msgstr ""
7921
7922 #: builtin/am.c:954
7923 msgid "Failed to split patches."
7924 msgstr ""
7925
7926 #: builtin/am.c:1084 builtin/commit.c:371
7927 msgid "unable to write index file"
7928 msgstr ""
7929
7930 #: builtin/am.c:1098
7931 #, c-format
7932 msgid "When you have resolved this problem, run \"%s --continue\"."
7933 msgstr ""
7934
7935 #: builtin/am.c:1099
7936 #, c-format
7937 msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
7938 msgstr ""
7939
7940 #: builtin/am.c:1100
7941 #, c-format
7942 msgid "To restore the original branch and stop patching, run \"%s --abort\"."
7943 msgstr ""
7944
7945 #: builtin/am.c:1183
7946 msgid "Patch sent with format=flowed; space at the end of lines might be lost."
7947 msgstr ""
7948
7949 #: builtin/am.c:1211
7950 msgid "Patch is empty."
7951 msgstr ""
7952
7953 #: builtin/am.c:1277
7954 #, c-format
7955 msgid "invalid ident line: %.*s"
7956 msgstr ""
7957
7958 #: builtin/am.c:1299
7959 #, c-format
7960 msgid "unable to parse commit %s"
7961 msgstr ""
7962
7963 #: builtin/am.c:1495
7964 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
7965 msgstr ""
7966
7967 #: builtin/am.c:1497
7968 msgid "Using index info to reconstruct a base tree..."
7969 msgstr ""
7970
7971 #: builtin/am.c:1516
7972 msgid ""
7973 "Did you hand edit your patch?\n"
7974 "It does not apply to blobs recorded in its index."
7975 msgstr ""
7976
7977 #: builtin/am.c:1522
7978 msgid "Falling back to patching base and 3-way merge..."
7979 msgstr ""
7980
7981 #: builtin/am.c:1548
7982 msgid "Failed to merge in the changes."
7983 msgstr ""
7984
7985 #: builtin/am.c:1580
7986 msgid "applying to an empty history"
7987 msgstr ""
7988
7989 #: builtin/am.c:1627 builtin/am.c:1631
7990 #, c-format
7991 msgid "cannot resume: %s does not exist."
7992 msgstr ""
7993
7994 #: builtin/am.c:1647
7995 msgid "cannot be interactive without stdin connected to a terminal."
7996 msgstr ""
7997
7998 #: builtin/am.c:1652
7999 msgid "Commit Body is:"
8000 msgstr ""
8001
8002 #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
8003 #. in your translation. The program will only accept English
8004 #. input at this point.
8005 #.
8006 #: builtin/am.c:1662
8007 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
8008 msgstr ""
8009
8010 #: builtin/am.c:1712
8011 #, c-format
8012 msgid "Dirty index: cannot apply patches (dirty: %s)"
8013 msgstr ""
8014
8015 #: builtin/am.c:1752 builtin/am.c:1820
8016 #, c-format
8017 msgid "Applying: %.*s"
8018 msgstr ""
8019
8020 #: builtin/am.c:1769
8021 msgid "No changes -- Patch already applied."
8022 msgstr ""
8023
8024 #: builtin/am.c:1775
8025 #, c-format
8026 msgid "Patch failed at %s %.*s"
8027 msgstr ""
8028
8029 #: builtin/am.c:1779
8030 msgid "Use 'git am --show-current-patch' to see the failed patch"
8031 msgstr ""
8032
8033 #: builtin/am.c:1823
8034 msgid ""
8035 "No changes - did you forget to use 'git add'?\n"
8036 "If there is nothing left to stage, chances are that something else\n"
8037 "already introduced the same changes; you might want to skip this patch."
8038 msgstr ""
8039
8040 #: builtin/am.c:1830
8041 msgid ""
8042 "You still have unmerged paths in your index.\n"
8043 "You should 'git add' each file with resolved conflicts to mark them as "
8044 "such.\n"
8045 "You might run `git rm` on a file to accept \"deleted by them\" for it."
8046 msgstr ""
8047
8048 #: builtin/am.c:1937 builtin/am.c:1941 builtin/am.c:1953 builtin/reset.c:329
8049 #: builtin/reset.c:337
8050 #, c-format
8051 msgid "Could not parse object '%s'."
8052 msgstr ""
8053
8054 #: builtin/am.c:1989
8055 msgid "failed to clean index"
8056 msgstr ""
8057
8058 #: builtin/am.c:2033
8059 msgid ""
8060 "You seem to have moved HEAD since the last 'am' failure.\n"
8061 "Not rewinding to ORIG_HEAD"
8062 msgstr ""
8063
8064 #: builtin/am.c:2130
8065 #, c-format
8066 msgid "Invalid value for --patch-format: %s"
8067 msgstr ""
8068
8069 #: builtin/am.c:2166
8070 msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
8071 msgstr ""
8072
8073 #: builtin/am.c:2167
8074 msgid "git am [<options>] (--continue | --skip | --abort)"
8075 msgstr ""
8076
8077 #: builtin/am.c:2173
8078 msgid "run interactively"
8079 msgstr ""
8080
8081 #: builtin/am.c:2175
8082 msgid "historical option -- no-op"
8083 msgstr ""
8084
8085 #: builtin/am.c:2177
8086 msgid "allow fall back on 3way merging if needed"
8087 msgstr ""
8088
8089 #: builtin/am.c:2178 builtin/init-db.c:494 builtin/prune-packed.c:58
8090 #: builtin/repack.c:306 builtin/stash.c:805
8091 msgid "be quiet"
8092 msgstr ""
8093
8094 #: builtin/am.c:2180
8095 msgid "add a Signed-off-by line to the commit message"
8096 msgstr ""
8097
8098 #: builtin/am.c:2183
8099 msgid "recode into utf8 (default)"
8100 msgstr ""
8101
8102 #: builtin/am.c:2185
8103 msgid "pass -k flag to git-mailinfo"
8104 msgstr ""
8105
8106 #: builtin/am.c:2187
8107 msgid "pass -b flag to git-mailinfo"
8108 msgstr ""
8109
8110 #: builtin/am.c:2189
8111 msgid "pass -m flag to git-mailinfo"
8112 msgstr ""
8113
8114 #: builtin/am.c:2191
8115 msgid "pass --keep-cr flag to git-mailsplit for mbox format"
8116 msgstr ""
8117
8118 #: builtin/am.c:2194
8119 msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
8120 msgstr ""
8121
8122 #: builtin/am.c:2197
8123 msgid "strip everything before a scissors line"
8124 msgstr ""
8125
8126 #: builtin/am.c:2199 builtin/am.c:2202 builtin/am.c:2205 builtin/am.c:2208
8127 #: builtin/am.c:2211 builtin/am.c:2214 builtin/am.c:2217 builtin/am.c:2220
8128 #: builtin/am.c:2226
8129 msgid "pass it through git-apply"
8130 msgstr ""
8131
8132 #: builtin/am.c:2216 builtin/commit.c:1348 builtin/fmt-merge-msg.c:671
8133 #: builtin/fmt-merge-msg.c:674 builtin/grep.c:879 builtin/merge.c:247
8134 #: builtin/pull.c:158 builtin/pull.c:217 builtin/rebase.c:1412
8135 #: builtin/repack.c:317 builtin/repack.c:321 builtin/repack.c:323
8136 #: builtin/show-branch.c:651 builtin/show-ref.c:172 builtin/tag.c:397
8137 #: parse-options.h:141 parse-options.h:162 parse-options.h:311
8138 msgid "n"
8139 msgstr ""
8140
8141 #: builtin/am.c:2222 builtin/branch.c:653 builtin/for-each-ref.c:38
8142 #: builtin/replace.c:554 builtin/tag.c:431 builtin/verify-tag.c:39
8143 msgid "format"
8144 msgstr ""
8145
8146 #: builtin/am.c:2223
8147 msgid "format the patch(es) are in"
8148 msgstr ""
8149
8150 #: builtin/am.c:2229
8151 msgid "override error message when patch failure occurs"
8152 msgstr ""
8153
8154 #: builtin/am.c:2231
8155 msgid "continue applying patches after resolving a conflict"
8156 msgstr ""
8157
8158 #: builtin/am.c:2234
8159 msgid "synonyms for --continue"
8160 msgstr ""
8161
8162 #: builtin/am.c:2237
8163 msgid "skip the current patch"
8164 msgstr ""
8165
8166 #: builtin/am.c:2240
8167 msgid "restore the original branch and abort the patching operation."
8168 msgstr ""
8169
8170 #: builtin/am.c:2243
8171 msgid "abort the patching operation but keep HEAD where it is."
8172 msgstr ""
8173
8174 #: builtin/am.c:2246
8175 msgid "show the patch being applied."
8176 msgstr ""
8177
8178 #: builtin/am.c:2250
8179 msgid "lie about committer date"
8180 msgstr ""
8181
8182 #: builtin/am.c:2252
8183 msgid "use current timestamp for author date"
8184 msgstr ""
8185
8186 #: builtin/am.c:2254 builtin/commit-tree.c:120 builtin/commit.c:1491
8187 #: builtin/merge.c:282 builtin/pull.c:192 builtin/rebase.c:489
8188 #: builtin/rebase.c:1453 builtin/revert.c:116 builtin/tag.c:412
8189 msgid "key-id"
8190 msgstr ""
8191
8192 #: builtin/am.c:2255 builtin/rebase.c:490 builtin/rebase.c:1454
8193 msgid "GPG-sign commits"
8194 msgstr ""
8195
8196 #: builtin/am.c:2258
8197 msgid "(internal use for git-rebase)"
8198 msgstr ""
8199
8200 #: builtin/am.c:2276
8201 msgid ""
8202 "The -b/--binary option has been a no-op for long time, and\n"
8203 "it will be removed. Please do not use it anymore."
8204 msgstr ""
8205
8206 #: builtin/am.c:2283
8207 msgid "failed to read the index"
8208 msgstr ""
8209
8210 #: builtin/am.c:2298
8211 #, c-format
8212 msgid "previous rebase directory %s still exists but mbox given."
8213 msgstr ""
8214
8215 #: builtin/am.c:2322
8216 #, c-format
8217 msgid ""
8218 "Stray %s directory found.\n"
8219 "Use \"git am --abort\" to remove it."
8220 msgstr ""
8221
8222 #: builtin/am.c:2328
8223 msgid "Resolve operation not in progress, we are not resuming."
8224 msgstr ""
8225
8226 #: builtin/apply.c:8
8227 msgid "git apply [<options>] [<patch>...]"
8228 msgstr ""
8229
8230 #: builtin/archive.c:17
8231 #, c-format
8232 msgid "could not create archive file '%s'"
8233 msgstr ""
8234
8235 #: builtin/archive.c:20
8236 msgid "could not redirect output"
8237 msgstr ""
8238
8239 #: builtin/archive.c:37
8240 msgid "git archive: Remote with no URL"
8241 msgstr ""
8242
8243 #: builtin/archive.c:61
8244 msgid "git archive: expected ACK/NAK, got a flush packet"
8245 msgstr ""
8246
8247 #: builtin/archive.c:64
8248 #, c-format
8249 msgid "git archive: NACK %s"
8250 msgstr ""
8251
8252 #: builtin/archive.c:65
8253 msgid "git archive: protocol error"
8254 msgstr ""
8255
8256 #: builtin/archive.c:69
8257 msgid "git archive: expected a flush"
8258 msgstr ""
8259
8260 #: builtin/bisect--helper.c:22
8261 msgid "git bisect--helper --next-all [--no-checkout]"
8262 msgstr ""
8263
8264 #: builtin/bisect--helper.c:23
8265 msgid "git bisect--helper --write-terms <bad_term> <good_term>"
8266 msgstr ""
8267
8268 #: builtin/bisect--helper.c:24
8269 msgid "git bisect--helper --bisect-clean-state"
8270 msgstr ""
8271
8272 #: builtin/bisect--helper.c:25
8273 msgid "git bisect--helper --bisect-reset [<commit>]"
8274 msgstr ""
8275
8276 #: builtin/bisect--helper.c:26
8277 msgid ""
8278 "git bisect--helper --bisect-write [--no-log] <state> <revision> <good_term> "
8279 "<bad_term>"
8280 msgstr ""
8281
8282 #: builtin/bisect--helper.c:27
8283 msgid ""
8284 "git bisect--helper --bisect-check-and-set-terms <command> <good_term> "
8285 "<bad_term>"
8286 msgstr ""
8287
8288 #: builtin/bisect--helper.c:28
8289 msgid "git bisect--helper --bisect-next-check <good_term> <bad_term> [<term>]"
8290 msgstr ""
8291
8292 #: builtin/bisect--helper.c:29
8293 msgid ""
8294 "git bisect--helper --bisect-terms [--term-good | --term-old | --term-bad | --"
8295 "term-new]"
8296 msgstr ""
8297
8298 #: builtin/bisect--helper.c:30
8299 msgid ""
8300 "git bisect--helper --bisect-start [--term-{old,good}=<term> --term-{new,bad}"
8301 "=<term>][--no-checkout] [<bad> [<good>...]] [--] [<paths>...]"
8302 msgstr ""
8303
8304 #: builtin/bisect--helper.c:86
8305 #, c-format
8306 msgid "'%s' is not a valid term"
8307 msgstr ""
8308
8309 #: builtin/bisect--helper.c:90
8310 #, c-format
8311 msgid "can't use the builtin command '%s' as a term"
8312 msgstr ""
8313
8314 #: builtin/bisect--helper.c:100
8315 #, c-format
8316 msgid "can't change the meaning of the term '%s'"
8317 msgstr ""
8318
8319 #: builtin/bisect--helper.c:111
8320 msgid "please use two different terms"
8321 msgstr ""
8322
8323 #: builtin/bisect--helper.c:118
8324 msgid "could not open the file BISECT_TERMS"
8325 msgstr ""
8326
8327 #: builtin/bisect--helper.c:155
8328 #, c-format
8329 msgid "We are not bisecting.\n"
8330 msgstr ""
8331
8332 #: builtin/bisect--helper.c:163
8333 #, c-format
8334 msgid "'%s' is not a valid commit"
8335 msgstr ""
8336
8337 #: builtin/bisect--helper.c:174
8338 #, c-format
8339 msgid ""
8340 "could not check out original HEAD '%s'. Try 'git bisect reset <commit>'."
8341 msgstr ""
8342
8343 #: builtin/bisect--helper.c:215
8344 #, c-format
8345 msgid "Bad bisect_write argument: %s"
8346 msgstr ""
8347
8348 #: builtin/bisect--helper.c:220
8349 #, c-format
8350 msgid "couldn't get the oid of the rev '%s'"
8351 msgstr ""
8352
8353 #: builtin/bisect--helper.c:232
8354 #, c-format
8355 msgid "couldn't open the file '%s'"
8356 msgstr ""
8357
8358 #: builtin/bisect--helper.c:258
8359 #, c-format
8360 msgid "Invalid command: you're currently in a %s/%s bisect"
8361 msgstr ""
8362
8363 #: builtin/bisect--helper.c:285
8364 #, c-format
8365 msgid ""
8366 "You need to give me at least one %s and %s revision.\n"
8367 "You can use \"git bisect %s\" and \"git bisect %s\" for that."
8368 msgstr ""
8369
8370 #: builtin/bisect--helper.c:289
8371 #, c-format
8372 msgid ""
8373 "You need to start by \"git bisect start\".\n"
8374 "You then need to give me at least one %s and %s revision.\n"
8375 "You can use \"git bisect %s\" and \"git bisect %s\" for that."
8376 msgstr ""
8377
8378 #: builtin/bisect--helper.c:321
8379 #, c-format
8380 msgid "bisecting only with a %s commit"
8381 msgstr ""
8382
8383 #. TRANSLATORS: Make sure to include [Y] and [n] in your
8384 #. translation. The program will only accept English input
8385 #. at this point.
8386 #.
8387 #: builtin/bisect--helper.c:329
8388 msgid "Are you sure [Y/n]? "
8389 msgstr ""
8390
8391 #: builtin/bisect--helper.c:376
8392 msgid "no terms defined"
8393 msgstr ""
8394
8395 #: builtin/bisect--helper.c:379
8396 #, c-format
8397 msgid ""
8398 "Your current terms are %s for the old state\n"
8399 "and %s for the new state.\n"
8400 msgstr ""
8401
8402 #: builtin/bisect--helper.c:389
8403 #, c-format
8404 msgid ""
8405 "invalid argument %s for 'git bisect terms'.\n"
8406 "Supported options are: --term-good|--term-old and --term-bad|--term-new."
8407 msgstr ""
8408
8409 #: builtin/bisect--helper.c:475
8410 #, c-format
8411 msgid "unrecognized option: '%s'"
8412 msgstr ""
8413
8414 #: builtin/bisect--helper.c:479
8415 #, c-format
8416 msgid "'%s' does not appear to be a valid revision"
8417 msgstr ""
8418
8419 #: builtin/bisect--helper.c:511
8420 msgid "bad HEAD - I need a HEAD"
8421 msgstr ""
8422
8423 #: builtin/bisect--helper.c:526
8424 #, c-format
8425 msgid "checking out '%s' failed. Try 'git bisect start <valid-branch>'."
8426 msgstr ""
8427
8428 #: builtin/bisect--helper.c:547
8429 msgid "won't bisect on cg-seek'ed tree"
8430 msgstr ""
8431
8432 #: builtin/bisect--helper.c:550
8433 msgid "bad HEAD - strange symbolic ref"
8434 msgstr ""
8435
8436 #: builtin/bisect--helper.c:627
8437 msgid "perform 'git bisect next'"
8438 msgstr ""
8439
8440 #: builtin/bisect--helper.c:629
8441 msgid "write the terms to .git/BISECT_TERMS"
8442 msgstr ""
8443
8444 #: builtin/bisect--helper.c:631
8445 msgid "cleanup the bisection state"
8446 msgstr ""
8447
8448 #: builtin/bisect--helper.c:633
8449 msgid "check for expected revs"
8450 msgstr ""
8451
8452 #: builtin/bisect--helper.c:635
8453 msgid "reset the bisection state"
8454 msgstr ""
8455
8456 #: builtin/bisect--helper.c:637
8457 msgid "write out the bisection state in BISECT_LOG"
8458 msgstr ""
8459
8460 #: builtin/bisect--helper.c:639
8461 msgid "check and set terms in a bisection state"
8462 msgstr ""
8463
8464 #: builtin/bisect--helper.c:641
8465 msgid "check whether bad or good terms exist"
8466 msgstr ""
8467
8468 #: builtin/bisect--helper.c:643
8469 msgid "print out the bisect terms"
8470 msgstr ""
8471
8472 #: builtin/bisect--helper.c:645
8473 msgid "start the bisect session"
8474 msgstr ""
8475
8476 #: builtin/bisect--helper.c:647
8477 msgid "update BISECT_HEAD instead of checking out the current commit"
8478 msgstr ""
8479
8480 #: builtin/bisect--helper.c:649
8481 msgid "no log for BISECT_WRITE"
8482 msgstr ""
8483
8484 #: builtin/bisect--helper.c:666
8485 msgid "--write-terms requires two arguments"
8486 msgstr ""
8487
8488 #: builtin/bisect--helper.c:670
8489 msgid "--bisect-clean-state requires no arguments"
8490 msgstr ""
8491
8492 #: builtin/bisect--helper.c:677
8493 msgid "--bisect-reset requires either no argument or a commit"
8494 msgstr ""
8495
8496 #: builtin/bisect--helper.c:681
8497 msgid "--bisect-write requires either 4 or 5 arguments"
8498 msgstr ""
8499
8500 #: builtin/bisect--helper.c:687
8501 msgid "--check-and-set-terms requires 3 arguments"
8502 msgstr ""
8503
8504 #: builtin/bisect--helper.c:693
8505 msgid "--bisect-next-check requires 2 or 3 arguments"
8506 msgstr ""
8507
8508 #: builtin/bisect--helper.c:699
8509 msgid "--bisect-terms requires 0 or 1 argument"
8510 msgstr ""
8511
8512 #: builtin/blame.c:32
8513 msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
8514 msgstr ""
8515
8516 #: builtin/blame.c:37
8517 msgid "<rev-opts> are documented in git-rev-list(1)"
8518 msgstr ""
8519
8520 #: builtin/blame.c:407
8521 #, c-format
8522 msgid "expecting a color: %s"
8523 msgstr ""
8524
8525 #: builtin/blame.c:414
8526 msgid "must end with a color"
8527 msgstr ""
8528
8529 #: builtin/blame.c:701
8530 #, c-format
8531 msgid "invalid color '%s' in color.blame.repeatedLines"
8532 msgstr ""
8533
8534 #: builtin/blame.c:719
8535 msgid "invalid value for blame.coloring"
8536 msgstr ""
8537
8538 #: builtin/blame.c:794
8539 msgid "Show blame entries as we find them, incrementally"
8540 msgstr ""
8541
8542 #: builtin/blame.c:795
8543 msgid "Show blank SHA-1 for boundary commits (Default: off)"
8544 msgstr ""
8545
8546 #: builtin/blame.c:796
8547 msgid "Do not treat root commits as boundaries (Default: off)"
8548 msgstr ""
8549
8550 #: builtin/blame.c:797
8551 msgid "Show work cost statistics"
8552 msgstr ""
8553
8554 #: builtin/blame.c:798
8555 msgid "Force progress reporting"
8556 msgstr ""
8557
8558 #: builtin/blame.c:799
8559 msgid "Show output score for blame entries"
8560 msgstr ""
8561
8562 #: builtin/blame.c:800
8563 msgid "Show original filename (Default: auto)"
8564 msgstr ""
8565
8566 #: builtin/blame.c:801
8567 msgid "Show original linenumber (Default: off)"
8568 msgstr ""
8569
8570 #: builtin/blame.c:802
8571 msgid "Show in a format designed for machine consumption"
8572 msgstr ""
8573
8574 #: builtin/blame.c:803
8575 msgid "Show porcelain format with per-line commit information"
8576 msgstr ""
8577
8578 #: builtin/blame.c:804
8579 msgid "Use the same output mode as git-annotate (Default: off)"
8580 msgstr ""
8581
8582 #: builtin/blame.c:805
8583 msgid "Show raw timestamp (Default: off)"
8584 msgstr ""
8585
8586 #: builtin/blame.c:806
8587 msgid "Show long commit SHA1 (Default: off)"
8588 msgstr ""
8589
8590 #: builtin/blame.c:807
8591 msgid "Suppress author name and timestamp (Default: off)"
8592 msgstr ""
8593
8594 #: builtin/blame.c:808
8595 msgid "Show author email instead of name (Default: off)"
8596 msgstr ""
8597
8598 #: builtin/blame.c:809
8599 msgid "Ignore whitespace differences"
8600 msgstr ""
8601
8602 #: builtin/blame.c:810
8603 msgid "color redundant metadata from previous line differently"
8604 msgstr ""
8605
8606 #: builtin/blame.c:811
8607 msgid "color lines by age"
8608 msgstr ""
8609
8610 #: builtin/blame.c:818
8611 msgid "Use an experimental heuristic to improve diffs"
8612 msgstr ""
8613
8614 #: builtin/blame.c:820
8615 msgid "Spend extra cycles to find better match"
8616 msgstr ""
8617
8618 #: builtin/blame.c:821
8619 msgid "Use revisions from <file> instead of calling git-rev-list"
8620 msgstr ""
8621
8622 #: builtin/blame.c:822
8623 msgid "Use <file>'s contents as the final image"
8624 msgstr ""
8625
8626 #: builtin/blame.c:823 builtin/blame.c:824
8627 msgid "score"
8628 msgstr ""
8629
8630 #: builtin/blame.c:823
8631 msgid "Find line copies within and across files"
8632 msgstr ""
8633
8634 #: builtin/blame.c:824
8635 msgid "Find line movements within and across files"
8636 msgstr ""
8637
8638 #: builtin/blame.c:825
8639 msgid "n,m"
8640 msgstr ""
8641
8642 #: builtin/blame.c:825
8643 msgid "Process only line range n,m, counting from 1"
8644 msgstr ""
8645
8646 #: builtin/blame.c:876
8647 msgid "--progress can't be used with --incremental or porcelain formats"
8648 msgstr ""
8649
8650 #. TRANSLATORS: This string is used to tell us the
8651 #. maximum display width for a relative timestamp in
8652 #. "git blame" output.  For C locale, "4 years, 11
8653 #. months ago", which takes 22 places, is the longest
8654 #. among various forms of relative timestamps, but
8655 #. your language may need more or fewer display
8656 #. columns.
8657 #.
8658 #: builtin/blame.c:927
8659 msgid "4 years, 11 months ago"
8660 msgstr ""
8661
8662 #: builtin/blame.c:1031
8663 #, c-format
8664 msgid "file %s has only %lu line"
8665 msgid_plural "file %s has only %lu lines"
8666 msgstr[0] ""
8667 msgstr[1] ""
8668
8669 #: builtin/blame.c:1077
8670 msgid "Blaming lines"
8671 msgstr ""
8672
8673 #: builtin/branch.c:29
8674 msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
8675 msgstr ""
8676
8677 #: builtin/branch.c:30
8678 msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
8679 msgstr ""
8680
8681 #: builtin/branch.c:31
8682 msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
8683 msgstr ""
8684
8685 #: builtin/branch.c:32
8686 msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
8687 msgstr ""
8688
8689 #: builtin/branch.c:33
8690 msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"
8691 msgstr ""
8692
8693 #: builtin/branch.c:34
8694 msgid "git branch [<options>] [-r | -a] [--points-at]"
8695 msgstr ""
8696
8697 #: builtin/branch.c:35
8698 msgid "git branch [<options>] [-r | -a] [--format]"
8699 msgstr ""
8700
8701 #: builtin/branch.c:151
8702 #, c-format
8703 msgid ""
8704 "deleting branch '%s' that has been merged to\n"
8705 "         '%s', but not yet merged to HEAD."
8706 msgstr ""
8707
8708 #: builtin/branch.c:155
8709 #, c-format
8710 msgid ""
8711 "not deleting branch '%s' that is not yet merged to\n"
8712 "         '%s', even though it is merged to HEAD."
8713 msgstr ""
8714
8715 #: builtin/branch.c:169
8716 #, c-format
8717 msgid "Couldn't look up commit object for '%s'"
8718 msgstr ""
8719
8720 #: builtin/branch.c:173
8721 #, c-format
8722 msgid ""
8723 "The branch '%s' is not fully merged.\n"
8724 "If you are sure you want to delete it, run 'git branch -D %s'."
8725 msgstr ""
8726
8727 #: builtin/branch.c:186
8728 msgid "Update of config-file failed"
8729 msgstr ""
8730
8731 #: builtin/branch.c:217
8732 msgid "cannot use -a with -d"
8733 msgstr ""
8734
8735 #: builtin/branch.c:223
8736 msgid "Couldn't look up commit object for HEAD"
8737 msgstr ""
8738
8739 #: builtin/branch.c:237
8740 #, c-format
8741 msgid "Cannot delete branch '%s' checked out at '%s'"
8742 msgstr ""
8743
8744 #: builtin/branch.c:252
8745 #, c-format
8746 msgid "remote-tracking branch '%s' not found."
8747 msgstr ""
8748
8749 #: builtin/branch.c:253
8750 #, c-format
8751 msgid "branch '%s' not found."
8752 msgstr ""
8753
8754 #: builtin/branch.c:268
8755 #, c-format
8756 msgid "Error deleting remote-tracking branch '%s'"
8757 msgstr ""
8758
8759 #: builtin/branch.c:269
8760 #, c-format
8761 msgid "Error deleting branch '%s'"
8762 msgstr ""
8763
8764 #: builtin/branch.c:276
8765 #, c-format
8766 msgid "Deleted remote-tracking branch %s (was %s).\n"
8767 msgstr ""
8768
8769 #: builtin/branch.c:277
8770 #, c-format
8771 msgid "Deleted branch %s (was %s).\n"
8772 msgstr ""
8773
8774 #: builtin/branch.c:421 builtin/tag.c:60
8775 msgid "unable to parse format string"
8776 msgstr ""
8777
8778 #: builtin/branch.c:452
8779 msgid "could not resolve HEAD"
8780 msgstr ""
8781
8782 #: builtin/branch.c:458
8783 #, c-format
8784 msgid "HEAD (%s) points outside of refs/heads/"
8785 msgstr ""
8786
8787 #: builtin/branch.c:473
8788 #, c-format
8789 msgid "Branch %s is being rebased at %s"
8790 msgstr ""
8791
8792 #: builtin/branch.c:477
8793 #, c-format
8794 msgid "Branch %s is being bisected at %s"
8795 msgstr ""
8796
8797 #: builtin/branch.c:494
8798 msgid "cannot copy the current branch while not on any."
8799 msgstr ""
8800
8801 #: builtin/branch.c:496
8802 msgid "cannot rename the current branch while not on any."
8803 msgstr ""
8804
8805 #: builtin/branch.c:507
8806 #, c-format
8807 msgid "Invalid branch name: '%s'"
8808 msgstr ""
8809
8810 #: builtin/branch.c:534
8811 msgid "Branch rename failed"
8812 msgstr ""
8813
8814 #: builtin/branch.c:536
8815 msgid "Branch copy failed"
8816 msgstr ""
8817
8818 #: builtin/branch.c:540
8819 #, c-format
8820 msgid "Created a copy of a misnamed branch '%s'"
8821 msgstr ""
8822
8823 #: builtin/branch.c:543
8824 #, c-format
8825 msgid "Renamed a misnamed branch '%s' away"
8826 msgstr ""
8827
8828 #: builtin/branch.c:549
8829 #, c-format
8830 msgid "Branch renamed to %s, but HEAD is not updated!"
8831 msgstr ""
8832
8833 #: builtin/branch.c:558
8834 msgid "Branch is renamed, but update of config-file failed"
8835 msgstr ""
8836
8837 #: builtin/branch.c:560
8838 msgid "Branch is copied, but update of config-file failed"
8839 msgstr ""
8840
8841 #: builtin/branch.c:576
8842 #, c-format
8843 msgid ""
8844 "Please edit the description for the branch\n"
8845 "  %s\n"
8846 "Lines starting with '%c' will be stripped.\n"
8847 msgstr ""
8848
8849 #: builtin/branch.c:610
8850 msgid "Generic options"
8851 msgstr ""
8852
8853 #: builtin/branch.c:612
8854 msgid "show hash and subject, give twice for upstream branch"
8855 msgstr ""
8856
8857 #: builtin/branch.c:613
8858 msgid "suppress informational messages"
8859 msgstr ""
8860
8861 #: builtin/branch.c:614
8862 msgid "set up tracking mode (see git-pull(1))"
8863 msgstr ""
8864
8865 #: builtin/branch.c:616
8866 msgid "do not use"
8867 msgstr ""
8868
8869 #: builtin/branch.c:618 builtin/rebase.c:485
8870 msgid "upstream"
8871 msgstr ""
8872
8873 #: builtin/branch.c:618
8874 msgid "change the upstream info"
8875 msgstr ""
8876
8877 #: builtin/branch.c:619
8878 msgid "Unset the upstream info"
8879 msgstr ""
8880
8881 #: builtin/branch.c:620
8882 msgid "use colored output"
8883 msgstr ""
8884
8885 #: builtin/branch.c:621
8886 msgid "act on remote-tracking branches"
8887 msgstr ""
8888
8889 #: builtin/branch.c:623 builtin/branch.c:625
8890 msgid "print only branches that contain the commit"
8891 msgstr ""
8892
8893 #: builtin/branch.c:624 builtin/branch.c:626
8894 msgid "print only branches that don't contain the commit"
8895 msgstr ""
8896
8897 #: builtin/branch.c:629
8898 msgid "Specific git-branch actions:"
8899 msgstr ""
8900
8901 #: builtin/branch.c:630
8902 msgid "list both remote-tracking and local branches"
8903 msgstr ""
8904
8905 #: builtin/branch.c:632
8906 msgid "delete fully merged branch"
8907 msgstr ""
8908
8909 #: builtin/branch.c:633
8910 msgid "delete branch (even if not merged)"
8911 msgstr ""
8912
8913 #: builtin/branch.c:634
8914 msgid "move/rename a branch and its reflog"
8915 msgstr ""
8916
8917 #: builtin/branch.c:635
8918 msgid "move/rename a branch, even if target exists"
8919 msgstr ""
8920
8921 #: builtin/branch.c:636
8922 msgid "copy a branch and its reflog"
8923 msgstr ""
8924
8925 #: builtin/branch.c:637
8926 msgid "copy a branch, even if target exists"
8927 msgstr ""
8928
8929 #: builtin/branch.c:638
8930 msgid "list branch names"
8931 msgstr ""
8932
8933 #: builtin/branch.c:639
8934 msgid "show current branch name"
8935 msgstr ""
8936
8937 #: builtin/branch.c:640
8938 msgid "create the branch's reflog"
8939 msgstr ""
8940
8941 #: builtin/branch.c:642
8942 msgid "edit the description for the branch"
8943 msgstr ""
8944
8945 #: builtin/branch.c:643
8946 msgid "force creation, move/rename, deletion"
8947 msgstr ""
8948
8949 #: builtin/branch.c:644
8950 msgid "print only branches that are merged"
8951 msgstr ""
8952
8953 #: builtin/branch.c:645
8954 msgid "print only branches that are not merged"
8955 msgstr ""
8956
8957 #: builtin/branch.c:646
8958 msgid "list branches in columns"
8959 msgstr ""
8960
8961 #: builtin/branch.c:649 builtin/for-each-ref.c:42 builtin/notes.c:415
8962 #: builtin/notes.c:418 builtin/notes.c:581 builtin/notes.c:584
8963 #: builtin/tag.c:427
8964 msgid "object"
8965 msgstr ""
8966
8967 #: builtin/branch.c:650
8968 msgid "print only branches of the object"
8969 msgstr ""
8970
8971 #: builtin/branch.c:652 builtin/for-each-ref.c:48 builtin/tag.c:434
8972 msgid "sorting and filtering are case insensitive"
8973 msgstr ""
8974
8975 #: builtin/branch.c:653 builtin/for-each-ref.c:38 builtin/tag.c:432
8976 #: builtin/verify-tag.c:39
8977 msgid "format to use for the output"
8978 msgstr ""
8979
8980 #: builtin/branch.c:676 builtin/clone.c:748
8981 msgid "HEAD not found below refs/heads!"
8982 msgstr ""
8983
8984 #: builtin/branch.c:700
8985 msgid "--column and --verbose are incompatible"
8986 msgstr ""
8987
8988 #: builtin/branch.c:715 builtin/branch.c:769 builtin/branch.c:778
8989 msgid "branch name required"
8990 msgstr ""
8991
8992 #: builtin/branch.c:745
8993 msgid "Cannot give description to detached HEAD"
8994 msgstr ""
8995
8996 #: builtin/branch.c:750
8997 msgid "cannot edit description of more than one branch"
8998 msgstr ""
8999
9000 #: builtin/branch.c:757
9001 #, c-format
9002 msgid "No commit on branch '%s' yet."
9003 msgstr ""
9004
9005 #: builtin/branch.c:760
9006 #, c-format
9007 msgid "No branch named '%s'."
9008 msgstr ""
9009
9010 #: builtin/branch.c:775
9011 msgid "too many branches for a copy operation"
9012 msgstr ""
9013
9014 #: builtin/branch.c:784
9015 msgid "too many arguments for a rename operation"
9016 msgstr ""
9017
9018 #: builtin/branch.c:789
9019 msgid "too many arguments to set new upstream"
9020 msgstr ""
9021
9022 #: builtin/branch.c:793
9023 #, c-format
9024 msgid ""
9025 "could not set upstream of HEAD to %s when it does not point to any branch."
9026 msgstr ""
9027
9028 #: builtin/branch.c:796 builtin/branch.c:819
9029 #, c-format
9030 msgid "no such branch '%s'"
9031 msgstr ""
9032
9033 #: builtin/branch.c:800
9034 #, c-format
9035 msgid "branch '%s' does not exist"
9036 msgstr ""
9037
9038 #: builtin/branch.c:813
9039 msgid "too many arguments to unset upstream"
9040 msgstr ""
9041
9042 #: builtin/branch.c:817
9043 msgid "could not unset upstream of HEAD when it does not point to any branch."
9044 msgstr ""
9045
9046 #: builtin/branch.c:823
9047 #, c-format
9048 msgid "Branch '%s' has no upstream information"
9049 msgstr ""
9050
9051 #: builtin/branch.c:833
9052 msgid "-a and -r options to 'git branch' do not make sense with a branch name"
9053 msgstr ""
9054
9055 #: builtin/branch.c:836
9056 msgid ""
9057 "the '--set-upstream' option is no longer supported. Please use '--track' or "
9058 "'--set-upstream-to' instead."
9059 msgstr ""
9060
9061 #: builtin/bundle.c:45
9062 #, c-format
9063 msgid "%s is okay\n"
9064 msgstr ""
9065
9066 #: builtin/bundle.c:58
9067 msgid "Need a repository to create a bundle."
9068 msgstr ""
9069
9070 #: builtin/bundle.c:62
9071 msgid "Need a repository to unbundle."
9072 msgstr ""
9073
9074 #: builtin/cat-file.c:593
9075 msgid ""
9076 "git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
9077 "p | <type> | --textconv | --filters) [--path=<path>] <object>"
9078 msgstr ""
9079
9080 #: builtin/cat-file.c:594
9081 msgid ""
9082 "git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
9083 "filters]"
9084 msgstr ""
9085
9086 #: builtin/cat-file.c:615
9087 msgid "only one batch option may be specified"
9088 msgstr ""
9089
9090 #: builtin/cat-file.c:633
9091 msgid "<type> can be one of: blob, tree, commit, tag"
9092 msgstr ""
9093
9094 #: builtin/cat-file.c:634
9095 msgid "show object type"
9096 msgstr ""
9097
9098 #: builtin/cat-file.c:635
9099 msgid "show object size"
9100 msgstr ""
9101
9102 #: builtin/cat-file.c:637
9103 msgid "exit with zero when there's no error"
9104 msgstr ""
9105
9106 #: builtin/cat-file.c:638
9107 msgid "pretty-print object's content"
9108 msgstr ""
9109
9110 #: builtin/cat-file.c:640
9111 msgid "for blob objects, run textconv on object's content"
9112 msgstr ""
9113
9114 #: builtin/cat-file.c:642
9115 msgid "for blob objects, run filters on object's content"
9116 msgstr ""
9117
9118 #: builtin/cat-file.c:643 git-submodule.sh:936
9119 msgid "blob"
9120 msgstr ""
9121
9122 #: builtin/cat-file.c:644
9123 msgid "use a specific path for --textconv/--filters"
9124 msgstr ""
9125
9126 #: builtin/cat-file.c:646
9127 msgid "allow -s and -t to work with broken/corrupt objects"
9128 msgstr ""
9129
9130 #: builtin/cat-file.c:647
9131 msgid "buffer --batch output"
9132 msgstr ""
9133
9134 #: builtin/cat-file.c:649
9135 msgid "show info and content of objects fed from the standard input"
9136 msgstr ""
9137
9138 #: builtin/cat-file.c:653
9139 msgid "show info about objects fed from the standard input"
9140 msgstr ""
9141
9142 #: builtin/cat-file.c:657
9143 msgid "follow in-tree symlinks (used with --batch or --batch-check)"
9144 msgstr ""
9145
9146 #: builtin/cat-file.c:659
9147 msgid "show all objects with --batch or --batch-check"
9148 msgstr ""
9149
9150 #: builtin/cat-file.c:661
9151 msgid "do not order --batch-all-objects output"
9152 msgstr ""
9153
9154 #: builtin/check-attr.c:13
9155 msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
9156 msgstr ""
9157
9158 #: builtin/check-attr.c:14
9159 msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
9160 msgstr ""
9161
9162 #: builtin/check-attr.c:21
9163 msgid "report all attributes set on file"
9164 msgstr ""
9165
9166 #: builtin/check-attr.c:22
9167 msgid "use .gitattributes only from the index"
9168 msgstr ""
9169
9170 #: builtin/check-attr.c:23 builtin/check-ignore.c:25 builtin/hash-object.c:102
9171 msgid "read file names from stdin"
9172 msgstr ""
9173
9174 #: builtin/check-attr.c:25 builtin/check-ignore.c:27
9175 msgid "terminate input and output records by a NUL character"
9176 msgstr ""
9177
9178 #: builtin/check-ignore.c:21 builtin/checkout.c:1355 builtin/gc.c:538
9179 #: builtin/worktree.c:499
9180 msgid "suppress progress reporting"
9181 msgstr ""
9182
9183 #: builtin/check-ignore.c:29
9184 msgid "show non-matching input paths"
9185 msgstr ""
9186
9187 #: builtin/check-ignore.c:31
9188 msgid "ignore index when checking"
9189 msgstr ""
9190
9191 #: builtin/check-ignore.c:160
9192 msgid "cannot specify pathnames with --stdin"
9193 msgstr ""
9194
9195 #: builtin/check-ignore.c:163
9196 msgid "-z only makes sense with --stdin"
9197 msgstr ""
9198
9199 #: builtin/check-ignore.c:165
9200 msgid "no path specified"
9201 msgstr ""
9202
9203 #: builtin/check-ignore.c:169
9204 msgid "--quiet is only valid with a single pathname"
9205 msgstr ""
9206
9207 #: builtin/check-ignore.c:171
9208 msgid "cannot have both --quiet and --verbose"
9209 msgstr ""
9210
9211 #: builtin/check-ignore.c:174
9212 msgid "--non-matching is only valid with --verbose"
9213 msgstr ""
9214
9215 #: builtin/check-mailmap.c:9
9216 msgid "git check-mailmap [<options>] <contact>..."
9217 msgstr ""
9218
9219 #: builtin/check-mailmap.c:14
9220 msgid "also read contacts from stdin"
9221 msgstr ""
9222
9223 #: builtin/check-mailmap.c:25
9224 #, c-format
9225 msgid "unable to parse contact: %s"
9226 msgstr ""
9227
9228 #: builtin/check-mailmap.c:48
9229 msgid "no contacts specified"
9230 msgstr ""
9231
9232 #: builtin/checkout-index.c:131
9233 msgid "git checkout-index [<options>] [--] [<file>...]"
9234 msgstr ""
9235
9236 #: builtin/checkout-index.c:148
9237 msgid "stage should be between 1 and 3 or all"
9238 msgstr ""
9239
9240 #: builtin/checkout-index.c:164
9241 msgid "check out all files in the index"
9242 msgstr ""
9243
9244 #: builtin/checkout-index.c:165
9245 msgid "force overwrite of existing files"
9246 msgstr ""
9247
9248 #: builtin/checkout-index.c:167
9249 msgid "no warning for existing files and files not in index"
9250 msgstr ""
9251
9252 #: builtin/checkout-index.c:169
9253 msgid "don't checkout new files"
9254 msgstr ""
9255
9256 #: builtin/checkout-index.c:171
9257 msgid "update stat information in the index file"
9258 msgstr ""
9259
9260 #: builtin/checkout-index.c:175
9261 msgid "read list of paths from the standard input"
9262 msgstr ""
9263
9264 #: builtin/checkout-index.c:177
9265 msgid "write the content to temporary files"
9266 msgstr ""
9267
9268 #: builtin/checkout-index.c:178 builtin/column.c:31
9269 #: builtin/submodule--helper.c:1372 builtin/submodule--helper.c:1375
9270 #: builtin/submodule--helper.c:1383 builtin/submodule--helper.c:1856
9271 #: builtin/worktree.c:672
9272 msgid "string"
9273 msgstr ""
9274
9275 #: builtin/checkout-index.c:179
9276 msgid "when creating files, prepend <string>"
9277 msgstr ""
9278
9279 #: builtin/checkout-index.c:181
9280 msgid "copy out the files from named stage"
9281 msgstr ""
9282
9283 #: builtin/checkout.c:32
9284 msgid "git checkout [<options>] <branch>"
9285 msgstr ""
9286
9287 #: builtin/checkout.c:33
9288 msgid "git checkout [<options>] [<branch>] -- <file>..."
9289 msgstr ""
9290
9291 #: builtin/checkout.c:151 builtin/checkout.c:190
9292 #, c-format
9293 msgid "path '%s' does not have our version"
9294 msgstr ""
9295
9296 #: builtin/checkout.c:153 builtin/checkout.c:192
9297 #, c-format
9298 msgid "path '%s' does not have their version"
9299 msgstr ""
9300
9301 #: builtin/checkout.c:169
9302 #, c-format
9303 msgid "path '%s' does not have all necessary versions"
9304 msgstr ""
9305
9306 #: builtin/checkout.c:219
9307 #, c-format
9308 msgid "path '%s' does not have necessary versions"
9309 msgstr ""
9310
9311 #: builtin/checkout.c:237
9312 #, c-format
9313 msgid "path '%s': cannot merge"
9314 msgstr ""
9315
9316 #: builtin/checkout.c:253
9317 #, c-format
9318 msgid "Unable to add merge result for '%s'"
9319 msgstr ""
9320
9321 #: builtin/checkout.c:331 builtin/checkout.c:334 builtin/checkout.c:337
9322 #: builtin/checkout.c:340
9323 #, c-format
9324 msgid "'%s' cannot be used with updating paths"
9325 msgstr ""
9326
9327 #: builtin/checkout.c:343 builtin/checkout.c:346
9328 #, c-format
9329 msgid "'%s' cannot be used with %s"
9330 msgstr ""
9331
9332 #: builtin/checkout.c:349
9333 #, c-format
9334 msgid "Cannot update paths and switch to branch '%s' at the same time."
9335 msgstr ""
9336
9337 #: builtin/checkout.c:396 builtin/checkout.c:403
9338 #, c-format
9339 msgid "path '%s' is unmerged"
9340 msgstr ""
9341
9342 #: builtin/checkout.c:442
9343 #, c-format
9344 msgid "Recreated %d merge conflict"
9345 msgid_plural "Recreated %d merge conflicts"
9346 msgstr[0] ""
9347 msgstr[1] ""
9348
9349 #: builtin/checkout.c:447
9350 #, c-format
9351 msgid "Updated %d path from %s"
9352 msgid_plural "Updated %d paths from %s"
9353 msgstr[0] ""
9354 msgstr[1] ""
9355
9356 #: builtin/checkout.c:454
9357 #, c-format
9358 msgid "Updated %d path from the index"
9359 msgid_plural "Updated %d paths from the index"
9360 msgstr[0] ""
9361 msgstr[1] ""
9362
9363 #: builtin/checkout.c:695
9364 msgid "you need to resolve your current index first"
9365 msgstr ""
9366
9367 #: builtin/checkout.c:744
9368 #, c-format
9369 msgid ""
9370 "cannot continue with staged changes in the following files:\n"
9371 "%s"
9372 msgstr ""
9373
9374 #: builtin/checkout.c:751
9375 #, c-format
9376 msgid "staged changes in the following files may be lost: %s"
9377 msgstr ""
9378
9379 #: builtin/checkout.c:848
9380 #, c-format
9381 msgid "Can not do reflog for '%s': %s\n"
9382 msgstr ""
9383
9384 #: builtin/checkout.c:890
9385 msgid "HEAD is now at"
9386 msgstr ""
9387
9388 #: builtin/checkout.c:894 builtin/clone.c:701
9389 msgid "unable to update HEAD"
9390 msgstr ""
9391
9392 #: builtin/checkout.c:898
9393 #, c-format
9394 msgid "Reset branch '%s'\n"
9395 msgstr ""
9396
9397 #: builtin/checkout.c:901
9398 #, c-format
9399 msgid "Already on '%s'\n"
9400 msgstr ""
9401
9402 #: builtin/checkout.c:905
9403 #, c-format
9404 msgid "Switched to and reset branch '%s'\n"
9405 msgstr ""
9406
9407 #: builtin/checkout.c:907 builtin/checkout.c:1283
9408 #, c-format
9409 msgid "Switched to a new branch '%s'\n"
9410 msgstr ""
9411
9412 #: builtin/checkout.c:909
9413 #, c-format
9414 msgid "Switched to branch '%s'\n"
9415 msgstr ""
9416
9417 #: builtin/checkout.c:960
9418 #, c-format
9419 msgid " ... and %d more.\n"
9420 msgstr ""
9421
9422 #: builtin/checkout.c:966
9423 #, c-format
9424 msgid ""
9425 "Warning: you are leaving %d commit behind, not connected to\n"
9426 "any of your branches:\n"
9427 "\n"
9428 "%s\n"
9429 msgid_plural ""
9430 "Warning: you are leaving %d commits behind, not connected to\n"
9431 "any of your branches:\n"
9432 "\n"
9433 "%s\n"
9434 msgstr[0] ""
9435 msgstr[1] ""
9436
9437 #: builtin/checkout.c:985
9438 #, c-format
9439 msgid ""
9440 "If you want to keep it by creating a new branch, this may be a good time\n"
9441 "to do so with:\n"
9442 "\n"
9443 " git branch <new-branch-name> %s\n"
9444 "\n"
9445 msgid_plural ""
9446 "If you want to keep them by creating a new branch, this may be a good time\n"
9447 "to do so with:\n"
9448 "\n"
9449 " git branch <new-branch-name> %s\n"
9450 "\n"
9451 msgstr[0] ""
9452 msgstr[1] ""
9453
9454 #: builtin/checkout.c:1017
9455 msgid "internal error in revision walk"
9456 msgstr ""
9457
9458 #: builtin/checkout.c:1021
9459 msgid "Previous HEAD position was"
9460 msgstr ""
9461
9462 #: builtin/checkout.c:1052 builtin/checkout.c:1278
9463 msgid "You are on a branch yet to be born"
9464 msgstr ""
9465
9466 #: builtin/checkout.c:1173
9467 #, c-format
9468 msgid "only one reference expected, %d given."
9469 msgstr ""
9470
9471 #: builtin/checkout.c:1209
9472 #, c-format
9473 msgid ""
9474 "'%s' could be both a local file and a tracking branch.\n"
9475 "Please use -- (and optionally --no-guess) to disambiguate"
9476 msgstr ""
9477
9478 #: builtin/checkout.c:1222 builtin/worktree.c:290 builtin/worktree.c:448
9479 #, c-format
9480 msgid "invalid reference: %s"
9481 msgstr ""
9482
9483 #: builtin/checkout.c:1251
9484 #, c-format
9485 msgid "reference is not a tree: %s"
9486 msgstr ""
9487
9488 #: builtin/checkout.c:1292
9489 msgid "paths cannot be used with switching branches"
9490 msgstr ""
9491
9492 #: builtin/checkout.c:1295 builtin/checkout.c:1299 builtin/checkout.c:1303
9493 #, c-format
9494 msgid "'%s' cannot be used with switching branches"
9495 msgstr ""
9496
9497 #: builtin/checkout.c:1307 builtin/checkout.c:1310 builtin/checkout.c:1315
9498 #: builtin/checkout.c:1318
9499 #, c-format
9500 msgid "'%s' cannot be used with '%s'"
9501 msgstr ""
9502
9503 #: builtin/checkout.c:1323
9504 #, c-format
9505 msgid "Cannot switch branch to a non-commit '%s'"
9506 msgstr ""
9507
9508 #: builtin/checkout.c:1356 builtin/checkout.c:1358 builtin/clone.c:118
9509 #: builtin/remote.c:169 builtin/remote.c:171 builtin/worktree.c:492
9510 #: builtin/worktree.c:494
9511 msgid "branch"
9512 msgstr ""
9513
9514 #: builtin/checkout.c:1357
9515 msgid "create and checkout a new branch"
9516 msgstr ""
9517
9518 #: builtin/checkout.c:1359
9519 msgid "create/reset and checkout a branch"
9520 msgstr ""
9521
9522 #: builtin/checkout.c:1360
9523 msgid "create reflog for new branch"
9524 msgstr ""
9525
9526 #: builtin/checkout.c:1361 builtin/worktree.c:496
9527 msgid "detach HEAD at named commit"
9528 msgstr ""
9529
9530 #: builtin/checkout.c:1362
9531 msgid "set upstream info for new branch"
9532 msgstr ""
9533
9534 #: builtin/checkout.c:1364
9535 msgid "new-branch"
9536 msgstr ""
9537
9538 #: builtin/checkout.c:1364
9539 msgid "new unparented branch"
9540 msgstr ""
9541
9542 #: builtin/checkout.c:1366
9543 msgid "checkout our version for unmerged files"
9544 msgstr ""
9545
9546 #: builtin/checkout.c:1369
9547 msgid "checkout their version for unmerged files"
9548 msgstr ""
9549
9550 #: builtin/checkout.c:1371
9551 msgid "force checkout (throw away local modifications)"
9552 msgstr ""
9553
9554 #: builtin/checkout.c:1373
9555 msgid "perform a 3-way merge with the new branch"
9556 msgstr ""
9557
9558 #: builtin/checkout.c:1375 builtin/merge.c:284
9559 msgid "update ignored files (default)"
9560 msgstr ""
9561
9562 #: builtin/checkout.c:1377 builtin/log.c:1594 parse-options.h:317
9563 msgid "style"
9564 msgstr ""
9565
9566 #: builtin/checkout.c:1378
9567 msgid "conflict style (merge or diff3)"
9568 msgstr ""
9569
9570 #: builtin/checkout.c:1381
9571 msgid "do not limit pathspecs to sparse entries only"
9572 msgstr ""
9573
9574 #: builtin/checkout.c:1383
9575 msgid "do not second guess 'git checkout <no-such-branch>'"
9576 msgstr ""
9577
9578 #: builtin/checkout.c:1385
9579 msgid "do not check if another worktree is holding the given ref"
9580 msgstr ""
9581
9582 #: builtin/checkout.c:1389 builtin/clone.c:88 builtin/fetch.c:141
9583 #: builtin/merge.c:281 builtin/pull.c:136 builtin/push.c:575
9584 #: builtin/send-pack.c:174
9585 msgid "force progress reporting"
9586 msgstr ""
9587
9588 #: builtin/checkout.c:1390
9589 msgid "use overlay mode (default)"
9590 msgstr ""
9591
9592 #: builtin/checkout.c:1422
9593 msgid "-b, -B and --orphan are mutually exclusive"
9594 msgstr ""
9595
9596 #: builtin/checkout.c:1425
9597 msgid "-p and --overlay are mutually exclusive"
9598 msgstr ""
9599
9600 #: builtin/checkout.c:1442
9601 msgid "--track needs a branch name"
9602 msgstr ""
9603
9604 #: builtin/checkout.c:1447
9605 msgid "missing branch name; try -b"
9606 msgstr ""
9607
9608 #: builtin/checkout.c:1484
9609 msgid "invalid path specification"
9610 msgstr ""
9611
9612 #: builtin/checkout.c:1491
9613 #, c-format
9614 msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
9615 msgstr ""
9616
9617 #: builtin/checkout.c:1495
9618 #, c-format
9619 msgid "git checkout: --detach does not take a path argument '%s'"
9620 msgstr ""
9621
9622 #: builtin/checkout.c:1499
9623 msgid ""
9624 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
9625 "checking out of the index."
9626 msgstr ""
9627
9628 #: builtin/checkout.c:1519
9629 #, c-format
9630 msgid ""
9631 "'%s' matched more than one remote tracking branch.\n"
9632 "We found %d remotes with a reference that matched. So we fell back\n"
9633 "on trying to resolve the argument as a path, but failed there too!\n"
9634 "\n"
9635 "If you meant to check out a remote tracking branch on, e.g. 'origin',\n"
9636 "you can do so by fully qualifying the name with the --track option:\n"
9637 "\n"
9638 "    git checkout --track origin/<name>\n"
9639 "\n"
9640 "If you'd like to always have checkouts of an ambiguous <name> prefer\n"
9641 "one remote, e.g. the 'origin' remote, consider setting\n"
9642 "checkout.defaultRemote=origin in your config."
9643 msgstr ""
9644
9645 #: builtin/clean.c:28
9646 msgid ""
9647 "git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
9648 msgstr ""
9649
9650 #: builtin/clean.c:32
9651 #, c-format
9652 msgid "Removing %s\n"
9653 msgstr ""
9654
9655 #: builtin/clean.c:33
9656 #, c-format
9657 msgid "Would remove %s\n"
9658 msgstr ""
9659
9660 #: builtin/clean.c:34
9661 #, c-format
9662 msgid "Skipping repository %s\n"
9663 msgstr ""
9664
9665 #: builtin/clean.c:35
9666 #, c-format
9667 msgid "Would skip repository %s\n"
9668 msgstr ""
9669
9670 #: builtin/clean.c:36
9671 #, c-format
9672 msgid "failed to remove %s"
9673 msgstr ""
9674
9675 #: builtin/clean.c:299 git-add--interactive.perl:579
9676 #, c-format
9677 msgid ""
9678 "Prompt help:\n"
9679 "1          - select a numbered item\n"
9680 "foo        - select item based on unique prefix\n"
9681 "           - (empty) select nothing\n"
9682 msgstr ""
9683
9684 #: builtin/clean.c:303 git-add--interactive.perl:588
9685 #, c-format
9686 msgid ""
9687 "Prompt help:\n"
9688 "1          - select a single item\n"
9689 "3-5        - select a range of items\n"
9690 "2-3,6-9    - select multiple ranges\n"
9691 "foo        - select item based on unique prefix\n"
9692 "-...       - unselect specified items\n"
9693 "*          - choose all items\n"
9694 "           - (empty) finish selecting\n"
9695 msgstr ""
9696
9697 #: builtin/clean.c:519 git-add--interactive.perl:554
9698 #: git-add--interactive.perl:559
9699 #, c-format, perl-format
9700 msgid "Huh (%s)?\n"
9701 msgstr ""
9702
9703 #: builtin/clean.c:661
9704 #, c-format
9705 msgid "Input ignore patterns>> "
9706 msgstr ""
9707
9708 #: builtin/clean.c:698
9709 #, c-format
9710 msgid "WARNING: Cannot find items matched by: %s"
9711 msgstr ""
9712
9713 #: builtin/clean.c:719
9714 msgid "Select items to delete"
9715 msgstr ""
9716
9717 #. TRANSLATORS: Make sure to keep [y/N] as is
9718 #: builtin/clean.c:760
9719 #, c-format
9720 msgid "Remove %s [y/N]? "
9721 msgstr ""
9722
9723 #: builtin/clean.c:785 git-add--interactive.perl:1717
9724 #, c-format
9725 msgid "Bye.\n"
9726 msgstr ""
9727
9728 #: builtin/clean.c:793
9729 msgid ""
9730 "clean               - start cleaning\n"
9731 "filter by pattern   - exclude items from deletion\n"
9732 "select by numbers   - select items to be deleted by numbers\n"
9733 "ask each            - confirm each deletion (like \"rm -i\")\n"
9734 "quit                - stop cleaning\n"
9735 "help                - this screen\n"
9736 "?                   - help for prompt selection"
9737 msgstr ""
9738
9739 #: builtin/clean.c:820 git-add--interactive.perl:1793
9740 msgid "*** Commands ***"
9741 msgstr ""
9742
9743 #: builtin/clean.c:821 git-add--interactive.perl:1790
9744 msgid "What now"
9745 msgstr ""
9746
9747 #: builtin/clean.c:829
9748 msgid "Would remove the following item:"
9749 msgid_plural "Would remove the following items:"
9750 msgstr[0] ""
9751 msgstr[1] ""
9752
9753 #: builtin/clean.c:845
9754 msgid "No more files to clean, exiting."
9755 msgstr ""
9756
9757 #: builtin/clean.c:907
9758 msgid "do not print names of files removed"
9759 msgstr ""
9760
9761 #: builtin/clean.c:909
9762 msgid "force"
9763 msgstr ""
9764
9765 #: builtin/clean.c:910
9766 msgid "interactive cleaning"
9767 msgstr ""
9768
9769 #: builtin/clean.c:912
9770 msgid "remove whole directories"
9771 msgstr ""
9772
9773 #: builtin/clean.c:913 builtin/describe.c:546 builtin/describe.c:548
9774 #: builtin/grep.c:897 builtin/log.c:171 builtin/log.c:173
9775 #: builtin/ls-files.c:557 builtin/name-rev.c:417 builtin/name-rev.c:419
9776 #: builtin/show-ref.c:179
9777 msgid "pattern"
9778 msgstr ""
9779
9780 #: builtin/clean.c:914
9781 msgid "add <pattern> to ignore rules"
9782 msgstr ""
9783
9784 #: builtin/clean.c:915
9785 msgid "remove ignored files, too"
9786 msgstr ""
9787
9788 #: builtin/clean.c:917
9789 msgid "remove only ignored files"
9790 msgstr ""
9791
9792 #: builtin/clean.c:935
9793 msgid "-x and -X cannot be used together"
9794 msgstr ""
9795
9796 #: builtin/clean.c:939
9797 msgid ""
9798 "clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
9799 "clean"
9800 msgstr ""
9801
9802 #: builtin/clean.c:942
9803 msgid ""
9804 "clean.requireForce defaults to true and neither -i, -n, nor -f given; "
9805 "refusing to clean"
9806 msgstr ""
9807
9808 #: builtin/clone.c:44
9809 msgid "git clone [<options>] [--] <repo> [<dir>]"
9810 msgstr ""
9811
9812 #: builtin/clone.c:90
9813 msgid "don't create a checkout"
9814 msgstr ""
9815
9816 #: builtin/clone.c:91 builtin/clone.c:93 builtin/init-db.c:489
9817 msgid "create a bare repository"
9818 msgstr ""
9819
9820 #: builtin/clone.c:95
9821 msgid "create a mirror repository (implies bare)"
9822 msgstr ""
9823
9824 #: builtin/clone.c:97
9825 msgid "to clone from a local repository"
9826 msgstr ""
9827
9828 #: builtin/clone.c:99
9829 msgid "don't use local hardlinks, always copy"
9830 msgstr ""
9831
9832 #: builtin/clone.c:101
9833 msgid "setup as shared repository"
9834 msgstr ""
9835
9836 #: builtin/clone.c:104
9837 msgid "pathspec"
9838 msgstr ""
9839
9840 #: builtin/clone.c:104
9841 msgid "initialize submodules in the clone"
9842 msgstr ""
9843
9844 #: builtin/clone.c:107
9845 msgid "number of submodules cloned in parallel"
9846 msgstr ""
9847
9848 #: builtin/clone.c:108 builtin/init-db.c:486
9849 msgid "template-directory"
9850 msgstr ""
9851
9852 #: builtin/clone.c:109 builtin/init-db.c:487
9853 msgid "directory from which templates will be used"
9854 msgstr ""
9855
9856 #: builtin/clone.c:111 builtin/clone.c:113 builtin/submodule--helper.c:1379
9857 #: builtin/submodule--helper.c:1859
9858 msgid "reference repository"
9859 msgstr ""
9860
9861 #: builtin/clone.c:115 builtin/submodule--helper.c:1381
9862 #: builtin/submodule--helper.c:1861
9863 msgid "use --reference only while cloning"
9864 msgstr ""
9865
9866 #: builtin/clone.c:116 builtin/column.c:27 builtin/merge-file.c:46
9867 #: builtin/pack-objects.c:3306 builtin/repack.c:329
9868 msgid "name"
9869 msgstr ""
9870
9871 #: builtin/clone.c:117
9872 msgid "use <name> instead of 'origin' to track upstream"
9873 msgstr ""
9874
9875 #: builtin/clone.c:119
9876 msgid "checkout <branch> instead of the remote's HEAD"
9877 msgstr ""
9878
9879 #: builtin/clone.c:121
9880 msgid "path to git-upload-pack on the remote"
9881 msgstr ""
9882
9883 #: builtin/clone.c:122 builtin/fetch.c:142 builtin/grep.c:836
9884 #: builtin/pull.c:225
9885 msgid "depth"
9886 msgstr ""
9887
9888 #: builtin/clone.c:123
9889 msgid "create a shallow clone of that depth"
9890 msgstr ""
9891
9892 #: builtin/clone.c:124 builtin/fetch.c:144 builtin/pack-objects.c:3295
9893 msgid "time"
9894 msgstr ""
9895
9896 #: builtin/clone.c:125
9897 msgid "create a shallow clone since a specific time"
9898 msgstr ""
9899
9900 #: builtin/clone.c:126 builtin/fetch.c:146 builtin/fetch.c:169
9901 #: builtin/rebase.c:1389
9902 msgid "revision"
9903 msgstr ""
9904
9905 #: builtin/clone.c:127 builtin/fetch.c:147
9906 msgid "deepen history of shallow clone, excluding rev"
9907 msgstr ""
9908
9909 #: builtin/clone.c:129
9910 msgid "clone only one branch, HEAD or --branch"
9911 msgstr ""
9912
9913 #: builtin/clone.c:131
9914 msgid "don't clone any tags, and make later fetches not to follow them"
9915 msgstr ""
9916
9917 #: builtin/clone.c:133
9918 msgid "any cloned submodules will be shallow"
9919 msgstr ""
9920
9921 #: builtin/clone.c:134 builtin/init-db.c:495
9922 msgid "gitdir"
9923 msgstr ""
9924
9925 #: builtin/clone.c:135 builtin/init-db.c:496
9926 msgid "separate git dir from working tree"
9927 msgstr ""
9928
9929 #: builtin/clone.c:136
9930 msgid "key=value"
9931 msgstr ""
9932
9933 #: builtin/clone.c:137
9934 msgid "set config inside the new repository"
9935 msgstr ""
9936
9937 #: builtin/clone.c:139 builtin/fetch.c:164 builtin/ls-remote.c:76
9938 #: builtin/push.c:585 builtin/send-pack.c:172
9939 msgid "server-specific"
9940 msgstr ""
9941
9942 #: builtin/clone.c:139 builtin/fetch.c:164 builtin/ls-remote.c:76
9943 #: builtin/push.c:585 builtin/send-pack.c:173
9944 msgid "option to transmit"
9945 msgstr ""
9946
9947 #: builtin/clone.c:140 builtin/fetch.c:165 builtin/pull.c:238
9948 #: builtin/push.c:586
9949 msgid "use IPv4 addresses only"
9950 msgstr ""
9951
9952 #: builtin/clone.c:142 builtin/fetch.c:167 builtin/pull.c:241
9953 #: builtin/push.c:588
9954 msgid "use IPv6 addresses only"
9955 msgstr ""
9956
9957 #: builtin/clone.c:280
9958 msgid ""
9959 "No directory name could be guessed.\n"
9960 "Please specify a directory on the command line"
9961 msgstr ""
9962
9963 #: builtin/clone.c:333
9964 #, c-format
9965 msgid "info: Could not add alternate for '%s': %s\n"
9966 msgstr ""
9967
9968 #: builtin/clone.c:405
9969 #, c-format
9970 msgid "failed to open '%s'"
9971 msgstr ""
9972
9973 #: builtin/clone.c:413
9974 #, c-format
9975 msgid "%s exists and is not a directory"
9976 msgstr ""
9977
9978 #: builtin/clone.c:427
9979 #, c-format
9980 msgid "failed to stat %s\n"
9981 msgstr ""
9982
9983 #: builtin/clone.c:444
9984 #, c-format
9985 msgid "failed to unlink '%s'"
9986 msgstr ""
9987
9988 #: builtin/clone.c:449
9989 #, c-format
9990 msgid "failed to create link '%s'"
9991 msgstr ""
9992
9993 #: builtin/clone.c:453
9994 #, c-format
9995 msgid "failed to copy file to '%s'"
9996 msgstr ""
9997
9998 #: builtin/clone.c:479
9999 #, c-format
10000 msgid "done.\n"
10001 msgstr ""
10002
10003 #: builtin/clone.c:493
10004 msgid ""
10005 "Clone succeeded, but checkout failed.\n"
10006 "You can inspect what was checked out with 'git status'\n"
10007 "and retry the checkout with 'git checkout -f HEAD'\n"
10008 msgstr ""
10009
10010 #: builtin/clone.c:570
10011 #, c-format
10012 msgid "Could not find remote branch %s to clone."
10013 msgstr ""
10014
10015 #: builtin/clone.c:689
10016 #, c-format
10017 msgid "unable to update %s"
10018 msgstr ""
10019
10020 #: builtin/clone.c:739
10021 msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
10022 msgstr ""
10023
10024 #: builtin/clone.c:770
10025 msgid "unable to checkout working tree"
10026 msgstr ""
10027
10028 #: builtin/clone.c:815
10029 msgid "unable to write parameters to config file"
10030 msgstr ""
10031
10032 #: builtin/clone.c:878
10033 msgid "cannot repack to clean up"
10034 msgstr ""
10035
10036 #: builtin/clone.c:880
10037 msgid "cannot unlink temporary alternates file"
10038 msgstr ""
10039
10040 #: builtin/clone.c:920 builtin/receive-pack.c:1952
10041 msgid "Too many arguments."
10042 msgstr ""
10043
10044 #: builtin/clone.c:924
10045 msgid "You must specify a repository to clone."
10046 msgstr ""
10047
10048 #: builtin/clone.c:937
10049 #, c-format
10050 msgid "--bare and --origin %s options are incompatible."
10051 msgstr ""
10052
10053 #: builtin/clone.c:940
10054 msgid "--bare and --separate-git-dir are incompatible."
10055 msgstr ""
10056
10057 #: builtin/clone.c:953
10058 #, c-format
10059 msgid "repository '%s' does not exist"
10060 msgstr ""
10061
10062 #: builtin/clone.c:959 builtin/fetch.c:1610
10063 #, c-format
10064 msgid "depth %s is not a positive number"
10065 msgstr ""
10066
10067 #: builtin/clone.c:969
10068 #, c-format
10069 msgid "destination path '%s' already exists and is not an empty directory."
10070 msgstr ""
10071
10072 #: builtin/clone.c:979
10073 #, c-format
10074 msgid "working tree '%s' already exists."
10075 msgstr ""
10076
10077 #: builtin/clone.c:994 builtin/clone.c:1015 builtin/difftool.c:264
10078 #: builtin/worktree.c:296 builtin/worktree.c:328
10079 #, c-format
10080 msgid "could not create leading directories of '%s'"
10081 msgstr ""
10082
10083 #: builtin/clone.c:999
10084 #, c-format
10085 msgid "could not create work tree dir '%s'"
10086 msgstr ""
10087
10088 #: builtin/clone.c:1019
10089 #, c-format
10090 msgid "Cloning into bare repository '%s'...\n"
10091 msgstr ""
10092
10093 #: builtin/clone.c:1021
10094 #, c-format
10095 msgid "Cloning into '%s'...\n"
10096 msgstr ""
10097
10098 #: builtin/clone.c:1045
10099 msgid ""
10100 "clone --recursive is not compatible with both --reference and --reference-if-"
10101 "able"
10102 msgstr ""
10103
10104 #: builtin/clone.c:1106
10105 msgid "--depth is ignored in local clones; use file:// instead."
10106 msgstr ""
10107
10108 #: builtin/clone.c:1108
10109 msgid "--shallow-since is ignored in local clones; use file:// instead."
10110 msgstr ""
10111
10112 #: builtin/clone.c:1110
10113 msgid "--shallow-exclude is ignored in local clones; use file:// instead."
10114 msgstr ""
10115
10116 #: builtin/clone.c:1112
10117 msgid "--filter is ignored in local clones; use file:// instead."
10118 msgstr ""
10119
10120 #: builtin/clone.c:1115
10121 msgid "source repository is shallow, ignoring --local"
10122 msgstr ""
10123
10124 #: builtin/clone.c:1120
10125 msgid "--local is ignored"
10126 msgstr ""
10127
10128 #: builtin/clone.c:1197 builtin/clone.c:1205
10129 #, c-format
10130 msgid "Remote branch %s not found in upstream %s"
10131 msgstr ""
10132
10133 #: builtin/clone.c:1208
10134 msgid "You appear to have cloned an empty repository."
10135 msgstr ""
10136
10137 #: builtin/column.c:10
10138 msgid "git column [<options>]"
10139 msgstr ""
10140
10141 #: builtin/column.c:27
10142 msgid "lookup config vars"
10143 msgstr ""
10144
10145 #: builtin/column.c:28 builtin/column.c:29
10146 msgid "layout to use"
10147 msgstr ""
10148
10149 #: builtin/column.c:30
10150 msgid "Maximum width"
10151 msgstr ""
10152
10153 #: builtin/column.c:31
10154 msgid "Padding space on left border"
10155 msgstr ""
10156
10157 #: builtin/column.c:32
10158 msgid "Padding space on right border"
10159 msgstr ""
10160
10161 #: builtin/column.c:33
10162 msgid "Padding space between columns"
10163 msgstr ""
10164
10165 #: builtin/column.c:51
10166 msgid "--command must be the first argument"
10167 msgstr ""
10168
10169 #: builtin/commit-tree.c:18
10170 msgid ""
10171 "git commit-tree [(-p <parent>)...] [-S[<keyid>]] [(-m <message>)...] [(-F "
10172 "<file>)...] <tree>"
10173 msgstr ""
10174
10175 #: builtin/commit-tree.c:31
10176 #, c-format
10177 msgid "duplicate parent %s ignored"
10178 msgstr ""
10179
10180 #: builtin/commit-tree.c:56 builtin/commit-tree.c:136 builtin/log.c:520
10181 #, c-format
10182 msgid "not a valid object name %s"
10183 msgstr ""
10184
10185 #: builtin/commit-tree.c:93
10186 #, c-format
10187 msgid "git commit-tree: failed to open '%s'"
10188 msgstr ""
10189
10190 #: builtin/commit-tree.c:96
10191 #, c-format
10192 msgid "git commit-tree: failed to read '%s'"
10193 msgstr ""
10194
10195 #: builtin/commit-tree.c:98
10196 #, c-format
10197 msgid "git commit-tree: failed to close '%s'"
10198 msgstr ""
10199
10200 #: builtin/commit-tree.c:111
10201 msgid "parent"
10202 msgstr ""
10203
10204 #: builtin/commit-tree.c:112
10205 msgid "id of a parent commit object"
10206 msgstr ""
10207
10208 #: builtin/commit-tree.c:114 builtin/commit.c:1480 builtin/merge.c:268
10209 #: builtin/notes.c:409 builtin/notes.c:575 builtin/stash.c:1473
10210 #: builtin/tag.c:406
10211 msgid "message"
10212 msgstr ""
10213
10214 #: builtin/commit-tree.c:115 builtin/commit.c:1480
10215 msgid "commit message"
10216 msgstr ""
10217
10218 #: builtin/commit-tree.c:118
10219 msgid "read commit log message from file"
10220 msgstr ""
10221
10222 #: builtin/commit-tree.c:121 builtin/commit.c:1492 builtin/merge.c:283
10223 #: builtin/pull.c:193 builtin/revert.c:117
10224 msgid "GPG sign commit"
10225 msgstr ""
10226
10227 #: builtin/commit-tree.c:133
10228 msgid "must give exactly one tree"
10229 msgstr ""
10230
10231 #: builtin/commit-tree.c:140
10232 msgid "git commit-tree: failed to read"
10233 msgstr ""
10234
10235 #: builtin/commit.c:41
10236 msgid "git commit [<options>] [--] <pathspec>..."
10237 msgstr ""
10238
10239 #: builtin/commit.c:46
10240 msgid "git status [<options>] [--] <pathspec>..."
10241 msgstr ""
10242
10243 #: builtin/commit.c:51
10244 msgid ""
10245 "You asked to amend the most recent commit, but doing so would make\n"
10246 "it empty. You can repeat your command with --allow-empty, or you can\n"
10247 "remove the commit entirely with \"git reset HEAD^\".\n"
10248 msgstr ""
10249
10250 #: builtin/commit.c:56
10251 msgid ""
10252 "The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
10253 "If you wish to commit it anyway, use:\n"
10254 "\n"
10255 "    git commit --allow-empty\n"
10256 "\n"
10257 msgstr ""
10258
10259 #: builtin/commit.c:63
10260 msgid "Otherwise, please use 'git reset'\n"
10261 msgstr ""
10262
10263 #: builtin/commit.c:66
10264 msgid ""
10265 "If you wish to skip this commit, use:\n"
10266 "\n"
10267 "    git reset\n"
10268 "\n"
10269 "Then \"git cherry-pick --continue\" will resume cherry-picking\n"
10270 "the remaining commits.\n"
10271 msgstr ""
10272
10273 #: builtin/commit.c:312
10274 msgid "failed to unpack HEAD tree object"
10275 msgstr ""
10276
10277 #: builtin/commit.c:353
10278 msgid "unable to create temporary index"
10279 msgstr ""
10280
10281 #: builtin/commit.c:359
10282 msgid "interactive add failed"
10283 msgstr ""
10284
10285 #: builtin/commit.c:373
10286 msgid "unable to update temporary index"
10287 msgstr ""
10288
10289 #: builtin/commit.c:375
10290 msgid "Failed to update main cache tree"
10291 msgstr ""
10292
10293 #: builtin/commit.c:400 builtin/commit.c:423 builtin/commit.c:469
10294 msgid "unable to write new_index file"
10295 msgstr ""
10296
10297 #: builtin/commit.c:452
10298 msgid "cannot do a partial commit during a merge."
10299 msgstr ""
10300
10301 #: builtin/commit.c:454
10302 msgid "cannot do a partial commit during a cherry-pick."
10303 msgstr ""
10304
10305 #: builtin/commit.c:462
10306 msgid "cannot read the index"
10307 msgstr ""
10308
10309 #: builtin/commit.c:481
10310 msgid "unable to write temporary index file"
10311 msgstr ""
10312
10313 #: builtin/commit.c:579
10314 #, c-format
10315 msgid "commit '%s' lacks author header"
10316 msgstr ""
10317
10318 #: builtin/commit.c:581
10319 #, c-format
10320 msgid "commit '%s' has malformed author line"
10321 msgstr ""
10322
10323 #: builtin/commit.c:600
10324 msgid "malformed --author parameter"
10325 msgstr ""
10326
10327 #: builtin/commit.c:653
10328 msgid ""
10329 "unable to select a comment character that is not used\n"
10330 "in the current commit message"
10331 msgstr ""
10332
10333 #: builtin/commit.c:691 builtin/commit.c:724 builtin/commit.c:1069
10334 #, c-format
10335 msgid "could not lookup commit %s"
10336 msgstr ""
10337
10338 #: builtin/commit.c:703 builtin/shortlog.c:319
10339 #, c-format
10340 msgid "(reading log message from standard input)\n"
10341 msgstr ""
10342
10343 #: builtin/commit.c:705
10344 msgid "could not read log from standard input"
10345 msgstr ""
10346
10347 #: builtin/commit.c:709
10348 #, c-format
10349 msgid "could not read log file '%s'"
10350 msgstr ""
10351
10352 #: builtin/commit.c:740 builtin/commit.c:756
10353 msgid "could not read SQUASH_MSG"
10354 msgstr ""
10355
10356 #: builtin/commit.c:747
10357 msgid "could not read MERGE_MSG"
10358 msgstr ""
10359
10360 #: builtin/commit.c:807
10361 msgid "could not write commit template"
10362 msgstr ""
10363
10364 #: builtin/commit.c:826
10365 #, c-format
10366 msgid ""
10367 "\n"
10368 "It looks like you may be committing a merge.\n"
10369 "If this is not correct, please remove the file\n"
10370 "\t%s\n"
10371 "and try again.\n"
10372 msgstr ""
10373
10374 #: builtin/commit.c:831
10375 #, c-format
10376 msgid ""
10377 "\n"
10378 "It looks like you may be committing a cherry-pick.\n"
10379 "If this is not correct, please remove the file\n"
10380 "\t%s\n"
10381 "and try again.\n"
10382 msgstr ""
10383
10384 #: builtin/commit.c:844
10385 #, c-format
10386 msgid ""
10387 "Please enter the commit message for your changes. Lines starting\n"
10388 "with '%c' will be ignored, and an empty message aborts the commit.\n"
10389 msgstr ""
10390
10391 #: builtin/commit.c:852
10392 #, c-format
10393 msgid ""
10394 "Please enter the commit message for your changes. Lines starting\n"
10395 "with '%c' will be kept; you may remove them yourself if you want to.\n"
10396 "An empty message aborts the commit.\n"
10397 msgstr ""
10398
10399 #: builtin/commit.c:869
10400 #, c-format
10401 msgid "%sAuthor:    %.*s <%.*s>"
10402 msgstr ""
10403
10404 #: builtin/commit.c:877
10405 #, c-format
10406 msgid "%sDate:      %s"
10407 msgstr ""
10408
10409 #: builtin/commit.c:884
10410 #, c-format
10411 msgid "%sCommitter: %.*s <%.*s>"
10412 msgstr ""
10413
10414 #: builtin/commit.c:902
10415 msgid "Cannot read index"
10416 msgstr ""
10417
10418 #: builtin/commit.c:969
10419 msgid "Error building trees"
10420 msgstr ""
10421
10422 #: builtin/commit.c:983 builtin/tag.c:269
10423 #, c-format
10424 msgid "Please supply the message using either -m or -F option.\n"
10425 msgstr ""
10426
10427 #: builtin/commit.c:1027
10428 #, c-format
10429 msgid "--author '%s' is not 'Name <email>' and matches no existing author"
10430 msgstr ""
10431
10432 #: builtin/commit.c:1041
10433 #, c-format
10434 msgid "Invalid ignored mode '%s'"
10435 msgstr ""
10436
10437 #: builtin/commit.c:1059 builtin/commit.c:1284
10438 #, c-format
10439 msgid "Invalid untracked files mode '%s'"
10440 msgstr ""
10441
10442 #: builtin/commit.c:1097
10443 msgid "--long and -z are incompatible"
10444 msgstr ""
10445
10446 #: builtin/commit.c:1130
10447 msgid "Using both --reset-author and --author does not make sense"
10448 msgstr ""
10449
10450 #: builtin/commit.c:1139
10451 msgid "You have nothing to amend."
10452 msgstr ""
10453
10454 #: builtin/commit.c:1142
10455 msgid "You are in the middle of a merge -- cannot amend."
10456 msgstr ""
10457
10458 #: builtin/commit.c:1144
10459 msgid "You are in the middle of a cherry-pick -- cannot amend."
10460 msgstr ""
10461
10462 #: builtin/commit.c:1147
10463 msgid "Options --squash and --fixup cannot be used together"
10464 msgstr ""
10465
10466 #: builtin/commit.c:1157
10467 msgid "Only one of -c/-C/-F/--fixup can be used."
10468 msgstr ""
10469
10470 #: builtin/commit.c:1159
10471 msgid "Option -m cannot be combined with -c/-C/-F."
10472 msgstr ""
10473
10474 #: builtin/commit.c:1167
10475 msgid "--reset-author can be used only with -C, -c or --amend."
10476 msgstr ""
10477
10478 #: builtin/commit.c:1184
10479 msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
10480 msgstr ""
10481
10482 #: builtin/commit.c:1186
10483 msgid "No paths with --include/--only does not make sense."
10484 msgstr ""
10485
10486 #: builtin/commit.c:1192
10487 #, c-format
10488 msgid "paths '%s ...' with -a does not make sense"
10489 msgstr ""
10490
10491 #: builtin/commit.c:1319 builtin/commit.c:1503
10492 msgid "show status concisely"
10493 msgstr ""
10494
10495 #: builtin/commit.c:1321 builtin/commit.c:1505
10496 msgid "show branch information"
10497 msgstr ""
10498
10499 #: builtin/commit.c:1323
10500 msgid "show stash information"
10501 msgstr ""
10502
10503 #: builtin/commit.c:1325 builtin/commit.c:1507
10504 msgid "compute full ahead/behind values"
10505 msgstr ""
10506
10507 #: builtin/commit.c:1327
10508 msgid "version"
10509 msgstr ""
10510
10511 #: builtin/commit.c:1327 builtin/commit.c:1509 builtin/push.c:561
10512 #: builtin/worktree.c:643
10513 msgid "machine-readable output"
10514 msgstr ""
10515
10516 #: builtin/commit.c:1330 builtin/commit.c:1511
10517 msgid "show status in long format (default)"
10518 msgstr ""
10519
10520 #: builtin/commit.c:1333 builtin/commit.c:1514
10521 msgid "terminate entries with NUL"
10522 msgstr ""
10523
10524 #: builtin/commit.c:1335 builtin/commit.c:1339 builtin/commit.c:1517
10525 #: builtin/fast-export.c:1085 builtin/fast-export.c:1088 builtin/rebase.c:1465
10526 #: parse-options.h:331
10527 msgid "mode"
10528 msgstr ""
10529
10530 #: builtin/commit.c:1336 builtin/commit.c:1517
10531 msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
10532 msgstr ""
10533
10534 #: builtin/commit.c:1340
10535 msgid ""
10536 "show ignored files, optional modes: traditional, matching, no. (Default: "
10537 "traditional)"
10538 msgstr ""
10539
10540 #: builtin/commit.c:1342 parse-options.h:179
10541 msgid "when"
10542 msgstr ""
10543
10544 #: builtin/commit.c:1343
10545 msgid ""
10546 "ignore changes to submodules, optional when: all, dirty, untracked. "
10547 "(Default: all)"
10548 msgstr ""
10549
10550 #: builtin/commit.c:1345
10551 msgid "list untracked files in columns"
10552 msgstr ""
10553
10554 #: builtin/commit.c:1346
10555 msgid "do not detect renames"
10556 msgstr ""
10557
10558 #: builtin/commit.c:1348
10559 msgid "detect renames, optionally set similarity index"
10560 msgstr ""
10561
10562 #: builtin/commit.c:1368
10563 msgid "Unsupported combination of ignored and untracked-files arguments"
10564 msgstr ""
10565
10566 #: builtin/commit.c:1473
10567 msgid "suppress summary after successful commit"
10568 msgstr ""
10569
10570 #: builtin/commit.c:1474
10571 msgid "show diff in commit message template"
10572 msgstr ""
10573
10574 #: builtin/commit.c:1476
10575 msgid "Commit message options"
10576 msgstr ""
10577
10578 #: builtin/commit.c:1477 builtin/merge.c:272 builtin/tag.c:408
10579 msgid "read message from file"
10580 msgstr ""
10581
10582 #: builtin/commit.c:1478
10583 msgid "author"
10584 msgstr ""
10585
10586 #: builtin/commit.c:1478
10587 msgid "override author for commit"
10588 msgstr ""
10589
10590 #: builtin/commit.c:1479 builtin/gc.c:539
10591 msgid "date"
10592 msgstr ""
10593
10594 #: builtin/commit.c:1479
10595 msgid "override date for commit"
10596 msgstr ""
10597
10598 #: builtin/commit.c:1481 builtin/commit.c:1482 builtin/commit.c:1483
10599 #: builtin/commit.c:1484 parse-options.h:323 ref-filter.h:92
10600 msgid "commit"
10601 msgstr ""
10602
10603 #: builtin/commit.c:1481
10604 msgid "reuse and edit message from specified commit"
10605 msgstr ""
10606
10607 #: builtin/commit.c:1482
10608 msgid "reuse message from specified commit"
10609 msgstr ""
10610
10611 #: builtin/commit.c:1483
10612 msgid "use autosquash formatted message to fixup specified commit"
10613 msgstr ""
10614
10615 #: builtin/commit.c:1484
10616 msgid "use autosquash formatted message to squash specified commit"
10617 msgstr ""
10618
10619 #: builtin/commit.c:1485
10620 msgid "the commit is authored by me now (used with -C/-c/--amend)"
10621 msgstr ""
10622
10623 #: builtin/commit.c:1486 builtin/log.c:1541 builtin/merge.c:285
10624 #: builtin/pull.c:162 builtin/revert.c:109
10625 msgid "add Signed-off-by:"
10626 msgstr ""
10627
10628 #: builtin/commit.c:1487
10629 msgid "use specified template file"
10630 msgstr ""
10631
10632 #: builtin/commit.c:1488
10633 msgid "force edit of commit"
10634 msgstr ""
10635
10636 #: builtin/commit.c:1490
10637 msgid "include status in commit message template"
10638 msgstr ""
10639
10640 #: builtin/commit.c:1495
10641 msgid "Commit contents options"
10642 msgstr ""
10643
10644 #: builtin/commit.c:1496
10645 msgid "commit all changed files"
10646 msgstr ""
10647
10648 #: builtin/commit.c:1497
10649 msgid "add specified files to index for commit"
10650 msgstr ""
10651
10652 #: builtin/commit.c:1498
10653 msgid "interactively add files"
10654 msgstr ""
10655
10656 #: builtin/commit.c:1499
10657 msgid "interactively add changes"
10658 msgstr ""
10659
10660 #: builtin/commit.c:1500
10661 msgid "commit only specified files"
10662 msgstr ""
10663
10664 #: builtin/commit.c:1501
10665 msgid "bypass pre-commit and commit-msg hooks"
10666 msgstr ""
10667
10668 #: builtin/commit.c:1502
10669 msgid "show what would be committed"
10670 msgstr ""
10671
10672 #: builtin/commit.c:1515
10673 msgid "amend previous commit"
10674 msgstr ""
10675
10676 #: builtin/commit.c:1516
10677 msgid "bypass post-rewrite hook"
10678 msgstr ""
10679
10680 #: builtin/commit.c:1521
10681 msgid "ok to record an empty change"
10682 msgstr ""
10683
10684 #: builtin/commit.c:1523
10685 msgid "ok to record a change with an empty message"
10686 msgstr ""
10687
10688 #: builtin/commit.c:1596
10689 #, c-format
10690 msgid "Corrupt MERGE_HEAD file (%s)"
10691 msgstr ""
10692
10693 #: builtin/commit.c:1603
10694 msgid "could not read MERGE_MODE"
10695 msgstr ""
10696
10697 #: builtin/commit.c:1622
10698 #, c-format
10699 msgid "could not read commit message: %s"
10700 msgstr ""
10701
10702 #: builtin/commit.c:1629
10703 #, c-format
10704 msgid "Aborting commit due to empty commit message.\n"
10705 msgstr ""
10706
10707 #: builtin/commit.c:1634
10708 #, c-format
10709 msgid "Aborting commit; you did not edit the message.\n"
10710 msgstr ""
10711
10712 #: builtin/commit.c:1668
10713 msgid ""
10714 "repository has been updated, but unable to write\n"
10715 "new_index file. Check that disk is not full and quota is\n"
10716 "not exceeded, and then \"git reset HEAD\" to recover."
10717 msgstr ""
10718
10719 #: builtin/commit-graph.c:10
10720 msgid "git commit-graph [--object-dir <objdir>]"
10721 msgstr ""
10722
10723 #: builtin/commit-graph.c:11 builtin/commit-graph.c:23
10724 msgid "git commit-graph read [--object-dir <objdir>]"
10725 msgstr ""
10726
10727 #: builtin/commit-graph.c:12 builtin/commit-graph.c:18
10728 msgid "git commit-graph verify [--object-dir <objdir>]"
10729 msgstr ""
10730
10731 #: builtin/commit-graph.c:13 builtin/commit-graph.c:28
10732 msgid ""
10733 "git commit-graph write [--object-dir <objdir>] [--append] [--reachable|--"
10734 "stdin-packs|--stdin-commits]"
10735 msgstr ""
10736
10737 #: builtin/commit-graph.c:51 builtin/commit-graph.c:89
10738 #: builtin/commit-graph.c:147 builtin/commit-graph.c:205 builtin/fetch.c:153
10739 #: builtin/log.c:1561
10740 msgid "dir"
10741 msgstr ""
10742
10743 #: builtin/commit-graph.c:52 builtin/commit-graph.c:90
10744 #: builtin/commit-graph.c:148 builtin/commit-graph.c:206
10745 msgid "The object directory to store the graph"
10746 msgstr ""
10747
10748 #: builtin/commit-graph.c:68 builtin/commit-graph.c:105
10749 #, c-format
10750 msgid "Could not open commit-graph '%s'"
10751 msgstr ""
10752
10753 #: builtin/commit-graph.c:150
10754 msgid "start walk at all refs"
10755 msgstr ""
10756
10757 #: builtin/commit-graph.c:152
10758 msgid "scan pack-indexes listed by stdin for commits"
10759 msgstr ""
10760
10761 #: builtin/commit-graph.c:154
10762 msgid "start walk at commits listed by stdin"
10763 msgstr ""
10764
10765 #: builtin/commit-graph.c:156
10766 msgid "include all commits already in the commit-graph file"
10767 msgstr ""
10768
10769 #: builtin/commit-graph.c:165
10770 msgid "use at most one of --reachable, --stdin-commits, or --stdin-packs"
10771 msgstr ""
10772
10773 #: builtin/config.c:11
10774 msgid "git config [<options>]"
10775 msgstr ""
10776
10777 #: builtin/config.c:103
10778 #, c-format
10779 msgid "unrecognized --type argument, %s"
10780 msgstr ""
10781
10782 #: builtin/config.c:115
10783 msgid "only one type at a time"
10784 msgstr ""
10785
10786 #: builtin/config.c:124
10787 msgid "Config file location"
10788 msgstr ""
10789
10790 #: builtin/config.c:125
10791 msgid "use global config file"
10792 msgstr ""
10793
10794 #: builtin/config.c:126
10795 msgid "use system config file"
10796 msgstr ""
10797
10798 #: builtin/config.c:127
10799 msgid "use repository config file"
10800 msgstr ""
10801
10802 #: builtin/config.c:128
10803 msgid "use per-worktree config file"
10804 msgstr ""
10805
10806 #: builtin/config.c:129
10807 msgid "use given config file"
10808 msgstr ""
10809
10810 #: builtin/config.c:130
10811 msgid "blob-id"
10812 msgstr ""
10813
10814 #: builtin/config.c:130
10815 msgid "read config from given blob object"
10816 msgstr ""
10817
10818 #: builtin/config.c:131
10819 msgid "Action"
10820 msgstr ""
10821
10822 #: builtin/config.c:132
10823 msgid "get value: name [value-regex]"
10824 msgstr ""
10825
10826 #: builtin/config.c:133
10827 msgid "get all values: key [value-regex]"
10828 msgstr ""
10829
10830 #: builtin/config.c:134
10831 msgid "get values for regexp: name-regex [value-regex]"
10832 msgstr ""
10833
10834 #: builtin/config.c:135
10835 msgid "get value specific for the URL: section[.var] URL"
10836 msgstr ""
10837
10838 #: builtin/config.c:136
10839 msgid "replace all matching variables: name value [value_regex]"
10840 msgstr ""
10841
10842 #: builtin/config.c:137
10843 msgid "add a new variable: name value"
10844 msgstr ""
10845
10846 #: builtin/config.c:138
10847 msgid "remove a variable: name [value-regex]"
10848 msgstr ""
10849
10850 #: builtin/config.c:139
10851 msgid "remove all matches: name [value-regex]"
10852 msgstr ""
10853
10854 #: builtin/config.c:140
10855 msgid "rename section: old-name new-name"
10856 msgstr ""
10857
10858 #: builtin/config.c:141
10859 msgid "remove a section: name"
10860 msgstr ""
10861
10862 #: builtin/config.c:142
10863 msgid "list all"
10864 msgstr ""
10865
10866 #: builtin/config.c:143
10867 msgid "open an editor"
10868 msgstr ""
10869
10870 #: builtin/config.c:144
10871 msgid "find the color configured: slot [default]"
10872 msgstr ""
10873
10874 #: builtin/config.c:145
10875 msgid "find the color setting: slot [stdout-is-tty]"
10876 msgstr ""
10877
10878 #: builtin/config.c:146
10879 msgid "Type"
10880 msgstr ""
10881
10882 #: builtin/config.c:147
10883 msgid "value is given this type"
10884 msgstr ""
10885
10886 #: builtin/config.c:148
10887 msgid "value is \"true\" or \"false\""
10888 msgstr ""
10889
10890 #: builtin/config.c:149
10891 msgid "value is decimal number"
10892 msgstr ""
10893
10894 #: builtin/config.c:150
10895 msgid "value is --bool or --int"
10896 msgstr ""
10897
10898 #: builtin/config.c:151
10899 msgid "value is a path (file or directory name)"
10900 msgstr ""
10901
10902 #: builtin/config.c:152
10903 msgid "value is an expiry date"
10904 msgstr ""
10905
10906 #: builtin/config.c:153
10907 msgid "Other"
10908 msgstr ""
10909
10910 #: builtin/config.c:154
10911 msgid "terminate values with NUL byte"
10912 msgstr ""
10913
10914 #: builtin/config.c:155
10915 msgid "show variable names only"
10916 msgstr ""
10917
10918 #: builtin/config.c:156
10919 msgid "respect include directives on lookup"
10920 msgstr ""
10921
10922 #: builtin/config.c:157
10923 msgid "show origin of config (file, standard input, blob, command line)"
10924 msgstr ""
10925
10926 #: builtin/config.c:158
10927 msgid "value"
10928 msgstr ""
10929
10930 #: builtin/config.c:158
10931 msgid "with --get, use default value when missing entry"
10932 msgstr ""
10933
10934 #: builtin/config.c:172
10935 #, c-format
10936 msgid "wrong number of arguments, should be %d"
10937 msgstr ""
10938
10939 #: builtin/config.c:174
10940 #, c-format
10941 msgid "wrong number of arguments, should be from %d to %d"
10942 msgstr ""
10943
10944 #: builtin/config.c:308
10945 #, c-format
10946 msgid "invalid key pattern: %s"
10947 msgstr ""
10948
10949 #: builtin/config.c:344
10950 #, c-format
10951 msgid "failed to format default config value: %s"
10952 msgstr ""
10953
10954 #: builtin/config.c:401
10955 #, c-format
10956 msgid "cannot parse color '%s'"
10957 msgstr ""
10958
10959 #: builtin/config.c:443
10960 msgid "unable to parse default color value"
10961 msgstr ""
10962
10963 #: builtin/config.c:496 builtin/config.c:742
10964 msgid "not in a git directory"
10965 msgstr ""
10966
10967 #: builtin/config.c:499
10968 msgid "writing to stdin is not supported"
10969 msgstr ""
10970
10971 #: builtin/config.c:502
10972 msgid "writing config blobs is not supported"
10973 msgstr ""
10974
10975 #: builtin/config.c:587
10976 #, c-format
10977 msgid ""
10978 "# This is Git's per-user configuration file.\n"
10979 "[user]\n"
10980 "# Please adapt and uncomment the following lines:\n"
10981 "#\tname = %s\n"
10982 "#\temail = %s\n"
10983 msgstr ""
10984
10985 #: builtin/config.c:611
10986 msgid "only one config file at a time"
10987 msgstr ""
10988
10989 #: builtin/config.c:616
10990 msgid "--local can only be used inside a git repository"
10991 msgstr ""
10992
10993 #: builtin/config.c:619
10994 msgid "--blob can only be used inside a git repository"
10995 msgstr ""
10996
10997 #: builtin/config.c:638
10998 msgid "$HOME not set"
10999 msgstr ""
11000
11001 #: builtin/config.c:658
11002 msgid ""
11003 "--worktree cannot be used with multiple working trees unless the config\n"
11004 "extension worktreeConfig is enabled. Please read \"CONFIGURATION FILE\"\n"
11005 "section in \"git help worktree\" for details"
11006 msgstr ""
11007
11008 #: builtin/config.c:688
11009 msgid "--get-color and variable type are incoherent"
11010 msgstr ""
11011
11012 #: builtin/config.c:693
11013 msgid "only one action at a time"
11014 msgstr ""
11015
11016 #: builtin/config.c:706
11017 msgid "--name-only is only applicable to --list or --get-regexp"
11018 msgstr ""
11019
11020 #: builtin/config.c:712
11021 msgid ""
11022 "--show-origin is only applicable to --get, --get-all, --get-regexp, and --"
11023 "list"
11024 msgstr ""
11025
11026 #: builtin/config.c:718
11027 msgid "--default is only applicable to --get"
11028 msgstr ""
11029
11030 #: builtin/config.c:731
11031 #, c-format
11032 msgid "unable to read config file '%s'"
11033 msgstr ""
11034
11035 #: builtin/config.c:734
11036 msgid "error processing config file(s)"
11037 msgstr ""
11038
11039 #: builtin/config.c:744
11040 msgid "editing stdin is not supported"
11041 msgstr ""
11042
11043 #: builtin/config.c:746
11044 msgid "editing blobs is not supported"
11045 msgstr ""
11046
11047 #: builtin/config.c:760
11048 #, c-format
11049 msgid "cannot create configuration file %s"
11050 msgstr ""
11051
11052 #: builtin/config.c:773
11053 #, c-format
11054 msgid ""
11055 "cannot overwrite multiple values with a single value\n"
11056 "       Use a regexp, --add or --replace-all to change %s."
11057 msgstr ""
11058
11059 #: builtin/config.c:847 builtin/config.c:858
11060 #, c-format
11061 msgid "no such section: %s"
11062 msgstr ""
11063
11064 #: builtin/count-objects.c:90
11065 msgid "git count-objects [-v] [-H | --human-readable]"
11066 msgstr ""
11067
11068 #: builtin/count-objects.c:100
11069 msgid "print sizes in human readable format"
11070 msgstr ""
11071
11072 #: builtin/describe.c:27
11073 msgid "git describe [<options>] [<commit-ish>...]"
11074 msgstr ""
11075
11076 #: builtin/describe.c:28
11077 msgid "git describe [<options>] --dirty"
11078 msgstr ""
11079
11080 #: builtin/describe.c:63
11081 msgid "head"
11082 msgstr ""
11083
11084 #: builtin/describe.c:63
11085 msgid "lightweight"
11086 msgstr ""
11087
11088 #: builtin/describe.c:63
11089 msgid "annotated"
11090 msgstr ""
11091
11092 #: builtin/describe.c:273
11093 #, c-format
11094 msgid "annotated tag %s not available"
11095 msgstr ""
11096
11097 #: builtin/describe.c:277
11098 #, c-format
11099 msgid "annotated tag %s has no embedded name"
11100 msgstr ""
11101
11102 #: builtin/describe.c:279
11103 #, c-format
11104 msgid "tag '%s' is really '%s' here"
11105 msgstr ""
11106
11107 #: builtin/describe.c:323
11108 #, c-format
11109 msgid "no tag exactly matches '%s'"
11110 msgstr ""
11111
11112 #: builtin/describe.c:325
11113 #, c-format
11114 msgid "No exact match on refs or tags, searching to describe\n"
11115 msgstr ""
11116
11117 #: builtin/describe.c:379
11118 #, c-format
11119 msgid "finished search at %s\n"
11120 msgstr ""
11121
11122 #: builtin/describe.c:405
11123 #, c-format
11124 msgid ""
11125 "No annotated tags can describe '%s'.\n"
11126 "However, there were unannotated tags: try --tags."
11127 msgstr ""
11128
11129 #: builtin/describe.c:409
11130 #, c-format
11131 msgid ""
11132 "No tags can describe '%s'.\n"
11133 "Try --always, or create some tags."
11134 msgstr ""
11135
11136 #: builtin/describe.c:439
11137 #, c-format
11138 msgid "traversed %lu commits\n"
11139 msgstr ""
11140
11141 #: builtin/describe.c:442
11142 #, c-format
11143 msgid ""
11144 "more than %i tags found; listed %i most recent\n"
11145 "gave up search at %s\n"
11146 msgstr ""
11147
11148 #: builtin/describe.c:510
11149 #, c-format
11150 msgid "describe %s\n"
11151 msgstr ""
11152
11153 #: builtin/describe.c:513
11154 #, c-format
11155 msgid "Not a valid object name %s"
11156 msgstr ""
11157
11158 #: builtin/describe.c:521
11159 #, c-format
11160 msgid "%s is neither a commit nor blob"
11161 msgstr ""
11162
11163 #: builtin/describe.c:535
11164 msgid "find the tag that comes after the commit"
11165 msgstr ""
11166
11167 #: builtin/describe.c:536
11168 msgid "debug search strategy on stderr"
11169 msgstr ""
11170
11171 #: builtin/describe.c:537
11172 msgid "use any ref"
11173 msgstr ""
11174
11175 #: builtin/describe.c:538
11176 msgid "use any tag, even unannotated"
11177 msgstr ""
11178
11179 #: builtin/describe.c:539
11180 msgid "always use long format"
11181 msgstr ""
11182
11183 #: builtin/describe.c:540
11184 msgid "only follow first parent"
11185 msgstr ""
11186
11187 #: builtin/describe.c:543
11188 msgid "only output exact matches"
11189 msgstr ""
11190
11191 #: builtin/describe.c:545
11192 msgid "consider <n> most recent tags (default: 10)"
11193 msgstr ""
11194
11195 #: builtin/describe.c:547
11196 msgid "only consider tags matching <pattern>"
11197 msgstr ""
11198
11199 #: builtin/describe.c:549
11200 msgid "do not consider tags matching <pattern>"
11201 msgstr ""
11202
11203 #: builtin/describe.c:551 builtin/name-rev.c:426
11204 msgid "show abbreviated commit object as fallback"
11205 msgstr ""
11206
11207 #: builtin/describe.c:552 builtin/describe.c:555
11208 msgid "mark"
11209 msgstr ""
11210
11211 #: builtin/describe.c:553
11212 msgid "append <mark> on dirty working tree (default: \"-dirty\")"
11213 msgstr ""
11214
11215 #: builtin/describe.c:556
11216 msgid "append <mark> on broken working tree (default: \"-broken\")"
11217 msgstr ""
11218
11219 #: builtin/describe.c:574
11220 msgid "--long is incompatible with --abbrev=0"
11221 msgstr ""
11222
11223 #: builtin/describe.c:603
11224 msgid "No names found, cannot describe anything."
11225 msgstr ""
11226
11227 #: builtin/describe.c:654
11228 msgid "--dirty is incompatible with commit-ishes"
11229 msgstr ""
11230
11231 #: builtin/describe.c:656
11232 msgid "--broken is incompatible with commit-ishes"
11233 msgstr ""
11234
11235 #: builtin/diff.c:84
11236 #, c-format
11237 msgid "'%s': not a regular file or symlink"
11238 msgstr ""
11239
11240 #: builtin/diff.c:235
11241 #, c-format
11242 msgid "invalid option: %s"
11243 msgstr ""
11244
11245 #: builtin/diff.c:350
11246 msgid "Not a git repository"
11247 msgstr ""
11248
11249 #: builtin/diff.c:394
11250 #, c-format
11251 msgid "invalid object '%s' given."
11252 msgstr ""
11253
11254 #: builtin/diff.c:403
11255 #, c-format
11256 msgid "more than two blobs given: '%s'"
11257 msgstr ""
11258
11259 #: builtin/diff.c:408
11260 #, c-format
11261 msgid "unhandled object '%s' given."
11262 msgstr ""
11263
11264 #: builtin/difftool.c:30
11265 msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
11266 msgstr ""
11267
11268 #: builtin/difftool.c:253
11269 #, c-format
11270 msgid "failed: %d"
11271 msgstr ""
11272
11273 #: builtin/difftool.c:295
11274 #, c-format
11275 msgid "could not read symlink %s"
11276 msgstr ""
11277
11278 #: builtin/difftool.c:297
11279 #, c-format
11280 msgid "could not read symlink file %s"
11281 msgstr ""
11282
11283 #: builtin/difftool.c:305
11284 #, c-format
11285 msgid "could not read object %s for symlink %s"
11286 msgstr ""
11287
11288 #: builtin/difftool.c:406
11289 msgid ""
11290 "combined diff formats('-c' and '--cc') are not supported in\n"
11291 "directory diff mode('-d' and '--dir-diff')."
11292 msgstr ""
11293
11294 #: builtin/difftool.c:626
11295 #, c-format
11296 msgid "both files modified: '%s' and '%s'."
11297 msgstr ""
11298
11299 #: builtin/difftool.c:628
11300 msgid "working tree file has been left."
11301 msgstr ""
11302
11303 #: builtin/difftool.c:639
11304 #, c-format
11305 msgid "temporary files exist in '%s'."
11306 msgstr ""
11307
11308 #: builtin/difftool.c:640
11309 msgid "you may want to cleanup or recover these."
11310 msgstr ""
11311
11312 #: builtin/difftool.c:689
11313 msgid "use `diff.guitool` instead of `diff.tool`"
11314 msgstr ""
11315
11316 #: builtin/difftool.c:691
11317 msgid "perform a full-directory diff"
11318 msgstr ""
11319
11320 #: builtin/difftool.c:693
11321 msgid "do not prompt before launching a diff tool"
11322 msgstr ""
11323
11324 #: builtin/difftool.c:698
11325 msgid "use symlinks in dir-diff mode"
11326 msgstr ""
11327
11328 #: builtin/difftool.c:699
11329 msgid "tool"
11330 msgstr ""
11331
11332 #: builtin/difftool.c:700
11333 msgid "use the specified diff tool"
11334 msgstr ""
11335
11336 #: builtin/difftool.c:702
11337 msgid "print a list of diff tools that may be used with `--tool`"
11338 msgstr ""
11339
11340 #: builtin/difftool.c:705
11341 msgid ""
11342 "make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
11343 "code"
11344 msgstr ""
11345
11346 #: builtin/difftool.c:708
11347 msgid "specify a custom command for viewing diffs"
11348 msgstr ""
11349
11350 #: builtin/difftool.c:709
11351 msgid "passed to `diff`"
11352 msgstr ""
11353
11354 #: builtin/difftool.c:724
11355 msgid "difftool requires worktree or --no-index"
11356 msgstr ""
11357
11358 #: builtin/difftool.c:731
11359 msgid "--dir-diff is incompatible with --no-index"
11360 msgstr ""
11361
11362 #: builtin/difftool.c:734
11363 msgid "--gui, --tool and --extcmd are mutually exclusive"
11364 msgstr ""
11365
11366 #: builtin/difftool.c:742
11367 msgid "no <tool> given for --tool=<tool>"
11368 msgstr ""
11369
11370 #: builtin/difftool.c:749
11371 msgid "no <cmd> given for --extcmd=<cmd>"
11372 msgstr ""
11373
11374 #: builtin/fast-export.c:29
11375 msgid "git fast-export [rev-list-opts]"
11376 msgstr ""
11377
11378 #: builtin/fast-export.c:1084
11379 msgid "show progress after <n> objects"
11380 msgstr ""
11381
11382 #: builtin/fast-export.c:1086
11383 msgid "select handling of signed tags"
11384 msgstr ""
11385
11386 #: builtin/fast-export.c:1089
11387 msgid "select handling of tags that tag filtered objects"
11388 msgstr ""
11389
11390 #: builtin/fast-export.c:1092
11391 msgid "Dump marks to this file"
11392 msgstr ""
11393
11394 #: builtin/fast-export.c:1094
11395 msgid "Import marks from this file"
11396 msgstr ""
11397
11398 #: builtin/fast-export.c:1096
11399 msgid "Fake a tagger when tags lack one"
11400 msgstr ""
11401
11402 #: builtin/fast-export.c:1098
11403 msgid "Output full tree for each commit"
11404 msgstr ""
11405
11406 #: builtin/fast-export.c:1100
11407 msgid "Use the done feature to terminate the stream"
11408 msgstr ""
11409
11410 #: builtin/fast-export.c:1101
11411 msgid "Skip output of blob data"
11412 msgstr ""
11413
11414 #: builtin/fast-export.c:1102 builtin/log.c:1609
11415 msgid "refspec"
11416 msgstr ""
11417
11418 #: builtin/fast-export.c:1103
11419 msgid "Apply refspec to exported refs"
11420 msgstr ""
11421
11422 #: builtin/fast-export.c:1104
11423 msgid "anonymize output"
11424 msgstr ""
11425
11426 #: builtin/fast-export.c:1106
11427 msgid "Reference parents which are not in fast-export stream by object id"
11428 msgstr ""
11429
11430 #: builtin/fast-export.c:1108
11431 msgid "Show original object ids of blobs/commits"
11432 msgstr ""
11433
11434 #: builtin/fetch.c:28
11435 msgid "git fetch [<options>] [<repository> [<refspec>...]]"
11436 msgstr ""
11437
11438 #: builtin/fetch.c:29
11439 msgid "git fetch [<options>] <group>"
11440 msgstr ""
11441
11442 #: builtin/fetch.c:30
11443 msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
11444 msgstr ""
11445
11446 #: builtin/fetch.c:31
11447 msgid "git fetch --all [<options>]"
11448 msgstr ""
11449
11450 #: builtin/fetch.c:115 builtin/pull.c:202
11451 msgid "fetch from all remotes"
11452 msgstr ""
11453
11454 #: builtin/fetch.c:117 builtin/pull.c:205
11455 msgid "append to .git/FETCH_HEAD instead of overwriting"
11456 msgstr ""
11457
11458 #: builtin/fetch.c:119 builtin/pull.c:208
11459 msgid "path to upload pack on remote end"
11460 msgstr ""
11461
11462 #: builtin/fetch.c:120
11463 msgid "force overwrite of local reference"
11464 msgstr ""
11465
11466 #: builtin/fetch.c:122
11467 msgid "fetch from multiple remotes"
11468 msgstr ""
11469
11470 #: builtin/fetch.c:124 builtin/pull.c:212
11471 msgid "fetch all tags and associated objects"
11472 msgstr ""
11473
11474 #: builtin/fetch.c:126
11475 msgid "do not fetch all tags (--no-tags)"
11476 msgstr ""
11477
11478 #: builtin/fetch.c:128
11479 msgid "number of submodules fetched in parallel"
11480 msgstr ""
11481
11482 #: builtin/fetch.c:130 builtin/pull.c:215
11483 msgid "prune remote-tracking branches no longer on remote"
11484 msgstr ""
11485
11486 #: builtin/fetch.c:132
11487 msgid "prune local tags no longer on remote and clobber changed tags"
11488 msgstr ""
11489
11490 #: builtin/fetch.c:133 builtin/fetch.c:156 builtin/pull.c:139
11491 msgid "on-demand"
11492 msgstr ""
11493
11494 #: builtin/fetch.c:134
11495 msgid "control recursive fetching of submodules"
11496 msgstr ""
11497
11498 #: builtin/fetch.c:138 builtin/pull.c:223
11499 msgid "keep downloaded pack"
11500 msgstr ""
11501
11502 #: builtin/fetch.c:140
11503 msgid "allow updating of HEAD ref"
11504 msgstr ""
11505
11506 #: builtin/fetch.c:143 builtin/fetch.c:149 builtin/pull.c:226
11507 msgid "deepen history of shallow clone"
11508 msgstr ""
11509
11510 #: builtin/fetch.c:145
11511 msgid "deepen history of shallow repository based on time"
11512 msgstr ""
11513
11514 #: builtin/fetch.c:151 builtin/pull.c:229
11515 msgid "convert to a complete repository"
11516 msgstr ""
11517
11518 #: builtin/fetch.c:154
11519 msgid "prepend this to submodule path output"
11520 msgstr ""
11521
11522 #: builtin/fetch.c:157
11523 msgid ""
11524 "default for recursive fetching of submodules (lower priority than config "
11525 "files)"
11526 msgstr ""
11527
11528 #: builtin/fetch.c:161 builtin/pull.c:232
11529 msgid "accept refs that update .git/shallow"
11530 msgstr ""
11531
11532 #: builtin/fetch.c:162 builtin/pull.c:234
11533 msgid "refmap"
11534 msgstr ""
11535
11536 #: builtin/fetch.c:163 builtin/pull.c:235
11537 msgid "specify fetch refmap"
11538 msgstr ""
11539
11540 #: builtin/fetch.c:170
11541 msgid "report that we have only objects reachable from this object"
11542 msgstr ""
11543
11544 #: builtin/fetch.c:469
11545 msgid "Couldn't find remote ref HEAD"
11546 msgstr ""
11547
11548 #: builtin/fetch.c:608
11549 #, c-format
11550 msgid "configuration fetch.output contains invalid value %s"
11551 msgstr ""
11552
11553 #: builtin/fetch.c:705
11554 #, c-format
11555 msgid "object %s not found"
11556 msgstr ""
11557
11558 #: builtin/fetch.c:709
11559 msgid "[up to date]"
11560 msgstr ""
11561
11562 #: builtin/fetch.c:722 builtin/fetch.c:738 builtin/fetch.c:801
11563 msgid "[rejected]"
11564 msgstr ""
11565
11566 #: builtin/fetch.c:723
11567 msgid "can't fetch in current branch"
11568 msgstr ""
11569
11570 #: builtin/fetch.c:733
11571 msgid "[tag update]"
11572 msgstr ""
11573
11574 #: builtin/fetch.c:734 builtin/fetch.c:771 builtin/fetch.c:784
11575 #: builtin/fetch.c:796
11576 msgid "unable to update local ref"
11577 msgstr ""
11578
11579 #: builtin/fetch.c:738
11580 msgid "would clobber existing tag"
11581 msgstr ""
11582
11583 #: builtin/fetch.c:760
11584 msgid "[new tag]"
11585 msgstr ""
11586
11587 #: builtin/fetch.c:763
11588 msgid "[new branch]"
11589 msgstr ""
11590
11591 #: builtin/fetch.c:766
11592 msgid "[new ref]"
11593 msgstr ""
11594
11595 #: builtin/fetch.c:796
11596 msgid "forced update"
11597 msgstr ""
11598
11599 #: builtin/fetch.c:801
11600 msgid "non-fast-forward"
11601 msgstr ""
11602
11603 #: builtin/fetch.c:847
11604 #, c-format
11605 msgid "%s did not send all necessary objects\n"
11606 msgstr ""
11607
11608 #: builtin/fetch.c:868
11609 #, c-format
11610 msgid "reject %s because shallow roots are not allowed to be updated"
11611 msgstr ""
11612
11613 #: builtin/fetch.c:959 builtin/fetch.c:1081
11614 #, c-format
11615 msgid "From %.*s\n"
11616 msgstr ""
11617
11618 #: builtin/fetch.c:970
11619 #, c-format
11620 msgid ""
11621 "some local refs could not be updated; try running\n"
11622 " 'git remote prune %s' to remove any old, conflicting branches"
11623 msgstr ""
11624
11625 #: builtin/fetch.c:1051
11626 #, c-format
11627 msgid "   (%s will become dangling)"
11628 msgstr ""
11629
11630 #: builtin/fetch.c:1052
11631 #, c-format
11632 msgid "   (%s has become dangling)"
11633 msgstr ""
11634
11635 #: builtin/fetch.c:1084
11636 msgid "[deleted]"
11637 msgstr ""
11638
11639 #: builtin/fetch.c:1085 builtin/remote.c:1036
11640 msgid "(none)"
11641 msgstr ""
11642
11643 #: builtin/fetch.c:1108
11644 #, c-format
11645 msgid "Refusing to fetch into current branch %s of non-bare repository"
11646 msgstr ""
11647
11648 #: builtin/fetch.c:1127
11649 #, c-format
11650 msgid "Option \"%s\" value \"%s\" is not valid for %s"
11651 msgstr ""
11652
11653 #: builtin/fetch.c:1130
11654 #, c-format
11655 msgid "Option \"%s\" is ignored for %s\n"
11656 msgstr ""
11657
11658 #: builtin/fetch.c:1434
11659 #, c-format
11660 msgid "Fetching %s\n"
11661 msgstr ""
11662
11663 #: builtin/fetch.c:1436 builtin/remote.c:100
11664 #, c-format
11665 msgid "Could not fetch %s"
11666 msgstr ""
11667
11668 #: builtin/fetch.c:1482
11669 msgid ""
11670 "--filter can only be used with the remote configured in extensions."
11671 "partialClone"
11672 msgstr ""
11673
11674 #: builtin/fetch.c:1506
11675 msgid ""
11676 "No remote repository specified.  Please, specify either a URL or a\n"
11677 "remote name from which new revisions should be fetched."
11678 msgstr ""
11679
11680 #: builtin/fetch.c:1543
11681 msgid "You need to specify a tag name."
11682 msgstr ""
11683
11684 #: builtin/fetch.c:1594
11685 msgid "Negative depth in --deepen is not supported"
11686 msgstr ""
11687
11688 #: builtin/fetch.c:1596
11689 msgid "--deepen and --depth are mutually exclusive"
11690 msgstr ""
11691
11692 #: builtin/fetch.c:1601
11693 msgid "--depth and --unshallow cannot be used together"
11694 msgstr ""
11695
11696 #: builtin/fetch.c:1603
11697 msgid "--unshallow on a complete repository does not make sense"
11698 msgstr ""
11699
11700 #: builtin/fetch.c:1619
11701 msgid "fetch --all does not take a repository argument"
11702 msgstr ""
11703
11704 #: builtin/fetch.c:1621
11705 msgid "fetch --all does not make sense with refspecs"
11706 msgstr ""
11707
11708 #: builtin/fetch.c:1630
11709 #, c-format
11710 msgid "No such remote or remote group: %s"
11711 msgstr ""
11712
11713 #: builtin/fetch.c:1637
11714 msgid "Fetching a group and specifying refspecs does not make sense"
11715 msgstr ""
11716
11717 #: builtin/fetch.c:1653
11718 msgid ""
11719 "--filter can only be used with the remote configured in extensions."
11720 "partialclone"
11721 msgstr ""
11722
11723 #: builtin/fmt-merge-msg.c:18
11724 msgid ""
11725 "git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
11726 msgstr ""
11727
11728 #: builtin/fmt-merge-msg.c:672
11729 msgid "populate log with at most <n> entries from shortlog"
11730 msgstr ""
11731
11732 #: builtin/fmt-merge-msg.c:675
11733 msgid "alias for --log (deprecated)"
11734 msgstr ""
11735
11736 #: builtin/fmt-merge-msg.c:678
11737 msgid "text"
11738 msgstr ""
11739
11740 #: builtin/fmt-merge-msg.c:679
11741 msgid "use <text> as start of message"
11742 msgstr ""
11743
11744 #: builtin/fmt-merge-msg.c:680
11745 msgid "file to read from"
11746 msgstr ""
11747
11748 #: builtin/for-each-ref.c:10
11749 msgid "git for-each-ref [<options>] [<pattern>]"
11750 msgstr ""
11751
11752 #: builtin/for-each-ref.c:11
11753 msgid "git for-each-ref [--points-at <object>]"
11754 msgstr ""
11755
11756 #: builtin/for-each-ref.c:12
11757 msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
11758 msgstr ""
11759
11760 #: builtin/for-each-ref.c:13
11761 msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
11762 msgstr ""
11763
11764 #: builtin/for-each-ref.c:28
11765 msgid "quote placeholders suitably for shells"
11766 msgstr ""
11767
11768 #: builtin/for-each-ref.c:30
11769 msgid "quote placeholders suitably for perl"
11770 msgstr ""
11771
11772 #: builtin/for-each-ref.c:32
11773 msgid "quote placeholders suitably for python"
11774 msgstr ""
11775
11776 #: builtin/for-each-ref.c:34
11777 msgid "quote placeholders suitably for Tcl"
11778 msgstr ""
11779
11780 #: builtin/for-each-ref.c:37
11781 msgid "show only <n> matched refs"
11782 msgstr ""
11783
11784 #: builtin/for-each-ref.c:39 builtin/tag.c:433
11785 msgid "respect format colors"
11786 msgstr ""
11787
11788 #: builtin/for-each-ref.c:42
11789 msgid "print only refs which points at the given object"
11790 msgstr ""
11791
11792 #: builtin/for-each-ref.c:44
11793 msgid "print only refs that are merged"
11794 msgstr ""
11795
11796 #: builtin/for-each-ref.c:45
11797 msgid "print only refs that are not merged"
11798 msgstr ""
11799
11800 #: builtin/for-each-ref.c:46
11801 msgid "print only refs which contain the commit"
11802 msgstr ""
11803
11804 #: builtin/for-each-ref.c:47
11805 msgid "print only refs which don't contain the commit"
11806 msgstr ""
11807
11808 #: builtin/fsck.c:88 builtin/fsck.c:160 builtin/fsck.c:161
11809 msgid "unknown"
11810 msgstr ""
11811
11812 #. TRANSLATORS: e.g. error in tree 01bfda: <more explanation>
11813 #: builtin/fsck.c:120 builtin/fsck.c:136
11814 #, c-format
11815 msgid "error in %s %s: %s"
11816 msgstr ""
11817
11818 #. TRANSLATORS: e.g. warning in tree 01bfda: <more explanation>
11819 #: builtin/fsck.c:131
11820 #, c-format
11821 msgid "warning in %s %s: %s"
11822 msgstr ""
11823
11824 #: builtin/fsck.c:157 builtin/fsck.c:159
11825 #, c-format
11826 msgid "broken link from %7s %s"
11827 msgstr ""
11828
11829 #: builtin/fsck.c:168
11830 msgid "wrong object type in link"
11831 msgstr ""
11832
11833 #: builtin/fsck.c:184
11834 #, c-format
11835 msgid ""
11836 "broken link from %7s %s\n"
11837 "              to %7s %s"
11838 msgstr ""
11839
11840 #: builtin/fsck.c:295
11841 #, c-format
11842 msgid "missing %s %s"
11843 msgstr ""
11844
11845 #: builtin/fsck.c:321
11846 #, c-format
11847 msgid "unreachable %s %s"
11848 msgstr ""
11849
11850 #: builtin/fsck.c:340
11851 #, c-format
11852 msgid "dangling %s %s"
11853 msgstr ""
11854
11855 #: builtin/fsck.c:349
11856 msgid "could not create lost-found"
11857 msgstr ""
11858
11859 #: builtin/fsck.c:360
11860 #, c-format
11861 msgid "could not finish '%s'"
11862 msgstr ""
11863
11864 #: builtin/fsck.c:377
11865 #, c-format
11866 msgid "Checking %s"
11867 msgstr ""
11868
11869 #: builtin/fsck.c:415
11870 #, c-format
11871 msgid "Checking connectivity (%d objects)"
11872 msgstr ""
11873
11874 #: builtin/fsck.c:434
11875 #, c-format
11876 msgid "Checking %s %s"
11877 msgstr ""
11878
11879 #: builtin/fsck.c:438
11880 msgid "broken links"
11881 msgstr ""
11882
11883 #: builtin/fsck.c:447
11884 #, c-format
11885 msgid "root %s"
11886 msgstr ""
11887
11888 #: builtin/fsck.c:455
11889 #, c-format
11890 msgid "tagged %s %s (%s) in %s"
11891 msgstr ""
11892
11893 #: builtin/fsck.c:484
11894 #, c-format
11895 msgid "%s: object corrupt or missing"
11896 msgstr ""
11897
11898 #: builtin/fsck.c:509
11899 #, c-format
11900 msgid "%s: invalid reflog entry %s"
11901 msgstr ""
11902
11903 #: builtin/fsck.c:523
11904 #, c-format
11905 msgid "Checking reflog %s->%s"
11906 msgstr ""
11907
11908 #: builtin/fsck.c:557
11909 #, c-format
11910 msgid "%s: invalid sha1 pointer %s"
11911 msgstr ""
11912
11913 #: builtin/fsck.c:564
11914 #, c-format
11915 msgid "%s: not a commit"
11916 msgstr ""
11917
11918 #: builtin/fsck.c:619
11919 msgid "notice: No default references"
11920 msgstr ""
11921
11922 #: builtin/fsck.c:634
11923 #, c-format
11924 msgid "%s: object corrupt or missing: %s"
11925 msgstr ""
11926
11927 #: builtin/fsck.c:647
11928 #, c-format
11929 msgid "%s: object could not be parsed: %s"
11930 msgstr ""
11931
11932 #: builtin/fsck.c:667
11933 #, c-format
11934 msgid "bad sha1 file: %s"
11935 msgstr ""
11936
11937 #: builtin/fsck.c:682
11938 msgid "Checking object directory"
11939 msgstr ""
11940
11941 #: builtin/fsck.c:685
11942 msgid "Checking object directories"
11943 msgstr ""
11944
11945 #: builtin/fsck.c:700
11946 #, c-format
11947 msgid "Checking %s link"
11948 msgstr ""
11949
11950 #: builtin/fsck.c:705 builtin/index-pack.c:841
11951 #, c-format
11952 msgid "invalid %s"
11953 msgstr ""
11954
11955 #: builtin/fsck.c:712
11956 #, c-format
11957 msgid "%s points to something strange (%s)"
11958 msgstr ""
11959
11960 #: builtin/fsck.c:718
11961 #, c-format
11962 msgid "%s: detached HEAD points at nothing"
11963 msgstr ""
11964
11965 #: builtin/fsck.c:722
11966 #, c-format
11967 msgid "notice: %s points to an unborn branch (%s)"
11968 msgstr ""
11969
11970 #: builtin/fsck.c:734
11971 msgid "Checking cache tree"
11972 msgstr ""
11973
11974 #: builtin/fsck.c:739
11975 #, c-format
11976 msgid "%s: invalid sha1 pointer in cache-tree"
11977 msgstr ""
11978
11979 #: builtin/fsck.c:750
11980 msgid "non-tree in cache-tree"
11981 msgstr ""
11982
11983 #: builtin/fsck.c:781
11984 msgid "git fsck [<options>] [<object>...]"
11985 msgstr ""
11986
11987 #: builtin/fsck.c:787
11988 msgid "show unreachable objects"
11989 msgstr ""
11990
11991 #: builtin/fsck.c:788
11992 msgid "show dangling objects"
11993 msgstr ""
11994
11995 #: builtin/fsck.c:789
11996 msgid "report tags"
11997 msgstr ""
11998
11999 #: builtin/fsck.c:790
12000 msgid "report root nodes"
12001 msgstr ""
12002
12003 #: builtin/fsck.c:791
12004 msgid "make index objects head nodes"
12005 msgstr ""
12006
12007 #: builtin/fsck.c:792
12008 msgid "make reflogs head nodes (default)"
12009 msgstr ""
12010
12011 #: builtin/fsck.c:793
12012 msgid "also consider packs and alternate objects"
12013 msgstr ""
12014
12015 #: builtin/fsck.c:794
12016 msgid "check only connectivity"
12017 msgstr ""
12018
12019 #: builtin/fsck.c:795
12020 msgid "enable more strict checking"
12021 msgstr ""
12022
12023 #: builtin/fsck.c:797
12024 msgid "write dangling objects in .git/lost-found"
12025 msgstr ""
12026
12027 #: builtin/fsck.c:798 builtin/prune.c:132
12028 msgid "show progress"
12029 msgstr ""
12030
12031 #: builtin/fsck.c:799
12032 msgid "show verbose names for reachable objects"
12033 msgstr ""
12034
12035 #: builtin/fsck.c:859 builtin/index-pack.c:224
12036 msgid "Checking objects"
12037 msgstr ""
12038
12039 #: builtin/fsck.c:887
12040 #, c-format
12041 msgid "%s: object missing"
12042 msgstr ""
12043
12044 #: builtin/fsck.c:899
12045 #, c-format
12046 msgid "invalid parameter: expected sha1, got '%s'"
12047 msgstr ""
12048
12049 #: builtin/gc.c:34
12050 msgid "git gc [<options>]"
12051 msgstr ""
12052
12053 #: builtin/gc.c:90
12054 #, c-format
12055 msgid "Failed to fstat %s: %s"
12056 msgstr ""
12057
12058 #: builtin/gc.c:126
12059 #, c-format
12060 msgid "failed to parse '%s' value '%s'"
12061 msgstr ""
12062
12063 #: builtin/gc.c:476 builtin/init-db.c:55
12064 #, c-format
12065 msgid "cannot stat '%s'"
12066 msgstr ""
12067
12068 #: builtin/gc.c:485 builtin/notes.c:240 builtin/tag.c:519
12069 #, c-format
12070 msgid "cannot read '%s'"
12071 msgstr ""
12072
12073 #: builtin/gc.c:492
12074 #, c-format
12075 msgid ""
12076 "The last gc run reported the following. Please correct the root cause\n"
12077 "and remove %s.\n"
12078 "Automatic cleanup will not be performed until the file is removed.\n"
12079 "\n"
12080 "%s"
12081 msgstr ""
12082
12083 #: builtin/gc.c:540
12084 msgid "prune unreferenced objects"
12085 msgstr ""
12086
12087 #: builtin/gc.c:542
12088 msgid "be more thorough (increased runtime)"
12089 msgstr ""
12090
12091 #: builtin/gc.c:543
12092 msgid "enable auto-gc mode"
12093 msgstr ""
12094
12095 #: builtin/gc.c:546
12096 msgid "force running gc even if there may be another gc running"
12097 msgstr ""
12098
12099 #: builtin/gc.c:549
12100 msgid "repack all other packs except the largest pack"
12101 msgstr ""
12102
12103 #: builtin/gc.c:566
12104 #, c-format
12105 msgid "failed to parse gc.logexpiry value %s"
12106 msgstr ""
12107
12108 #: builtin/gc.c:577
12109 #, c-format
12110 msgid "failed to parse prune expiry value %s"
12111 msgstr ""
12112
12113 #: builtin/gc.c:597
12114 #, c-format
12115 msgid "Auto packing the repository in background for optimum performance.\n"
12116 msgstr ""
12117
12118 #: builtin/gc.c:599
12119 #, c-format
12120 msgid "Auto packing the repository for optimum performance.\n"
12121 msgstr ""
12122
12123 #: builtin/gc.c:600
12124 #, c-format
12125 msgid "See \"git help gc\" for manual housekeeping.\n"
12126 msgstr ""
12127
12128 #: builtin/gc.c:640
12129 #, c-format
12130 msgid ""
12131 "gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
12132 msgstr ""
12133
12134 #: builtin/gc.c:693
12135 msgid ""
12136 "There are too many unreachable loose objects; run 'git prune' to remove them."
12137 msgstr ""
12138
12139 #: builtin/grep.c:29
12140 msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
12141 msgstr ""
12142
12143 #: builtin/grep.c:225
12144 #, c-format
12145 msgid "grep: failed to create thread: %s"
12146 msgstr ""
12147
12148 #: builtin/grep.c:279
12149 #, c-format
12150 msgid "invalid number of threads specified (%d) for %s"
12151 msgstr ""
12152
12153 #. TRANSLATORS: %s is the configuration
12154 #. variable for tweaking threads, currently
12155 #. grep.threads
12156 #.
12157 #: builtin/grep.c:287 builtin/index-pack.c:1514 builtin/index-pack.c:1705
12158 #: builtin/pack-objects.c:2720
12159 #, c-format
12160 msgid "no threads support, ignoring %s"
12161 msgstr ""
12162
12163 #: builtin/grep.c:466 builtin/grep.c:590 builtin/grep.c:631
12164 #, c-format
12165 msgid "unable to read tree (%s)"
12166 msgstr ""
12167
12168 #: builtin/grep.c:646
12169 #, c-format
12170 msgid "unable to grep from object of type %s"
12171 msgstr ""
12172
12173 #: builtin/grep.c:712
12174 #, c-format
12175 msgid "switch `%c' expects a numerical value"
12176 msgstr ""
12177
12178 #: builtin/grep.c:811
12179 msgid "search in index instead of in the work tree"
12180 msgstr ""
12181
12182 #: builtin/grep.c:813
12183 msgid "find in contents not managed by git"
12184 msgstr ""
12185
12186 #: builtin/grep.c:815
12187 msgid "search in both tracked and untracked files"
12188 msgstr ""
12189
12190 #: builtin/grep.c:817
12191 msgid "ignore files specified via '.gitignore'"
12192 msgstr ""
12193
12194 #: builtin/grep.c:819
12195 msgid "recursively search in each submodule"
12196 msgstr ""
12197
12198 #: builtin/grep.c:822
12199 msgid "show non-matching lines"
12200 msgstr ""
12201
12202 #: builtin/grep.c:824
12203 msgid "case insensitive matching"
12204 msgstr ""
12205
12206 #: builtin/grep.c:826
12207 msgid "match patterns only at word boundaries"
12208 msgstr ""
12209
12210 #: builtin/grep.c:828
12211 msgid "process binary files as text"
12212 msgstr ""
12213
12214 #: builtin/grep.c:830
12215 msgid "don't match patterns in binary files"
12216 msgstr ""
12217
12218 #: builtin/grep.c:833
12219 msgid "process binary files with textconv filters"
12220 msgstr ""
12221
12222 #: builtin/grep.c:835
12223 msgid "search in subdirectories (default)"
12224 msgstr ""
12225
12226 #: builtin/grep.c:837
12227 msgid "descend at most <depth> levels"
12228 msgstr ""
12229
12230 #: builtin/grep.c:841
12231 msgid "use extended POSIX regular expressions"
12232 msgstr ""
12233
12234 #: builtin/grep.c:844
12235 msgid "use basic POSIX regular expressions (default)"
12236 msgstr ""
12237
12238 #: builtin/grep.c:847
12239 msgid "interpret patterns as fixed strings"
12240 msgstr ""
12241
12242 #: builtin/grep.c:850
12243 msgid "use Perl-compatible regular expressions"
12244 msgstr ""
12245
12246 #: builtin/grep.c:853
12247 msgid "show line numbers"
12248 msgstr ""
12249
12250 #: builtin/grep.c:854
12251 msgid "show column number of first match"
12252 msgstr ""
12253
12254 #: builtin/grep.c:855
12255 msgid "don't show filenames"
12256 msgstr ""
12257
12258 #: builtin/grep.c:856
12259 msgid "show filenames"
12260 msgstr ""
12261
12262 #: builtin/grep.c:858
12263 msgid "show filenames relative to top directory"
12264 msgstr ""
12265
12266 #: builtin/grep.c:860
12267 msgid "show only filenames instead of matching lines"
12268 msgstr ""
12269
12270 #: builtin/grep.c:862
12271 msgid "synonym for --files-with-matches"
12272 msgstr ""
12273
12274 #: builtin/grep.c:865
12275 msgid "show only the names of files without match"
12276 msgstr ""
12277
12278 #: builtin/grep.c:867
12279 msgid "print NUL after filenames"
12280 msgstr ""
12281
12282 #: builtin/grep.c:870
12283 msgid "show only matching parts of a line"
12284 msgstr ""
12285
12286 #: builtin/grep.c:872
12287 msgid "show the number of matches instead of matching lines"
12288 msgstr ""
12289
12290 #: builtin/grep.c:873
12291 msgid "highlight matches"
12292 msgstr ""
12293
12294 #: builtin/grep.c:875
12295 msgid "print empty line between matches from different files"
12296 msgstr ""
12297
12298 #: builtin/grep.c:877
12299 msgid "show filename only once above matches from same file"
12300 msgstr ""
12301
12302 #: builtin/grep.c:880
12303 msgid "show <n> context lines before and after matches"
12304 msgstr ""
12305
12306 #: builtin/grep.c:883
12307 msgid "show <n> context lines before matches"
12308 msgstr ""
12309
12310 #: builtin/grep.c:885
12311 msgid "show <n> context lines after matches"
12312 msgstr ""
12313
12314 #: builtin/grep.c:887
12315 msgid "use <n> worker threads"
12316 msgstr ""
12317
12318 #: builtin/grep.c:888
12319 msgid "shortcut for -C NUM"
12320 msgstr ""
12321
12322 #: builtin/grep.c:891
12323 msgid "show a line with the function name before matches"
12324 msgstr ""
12325
12326 #: builtin/grep.c:893
12327 msgid "show the surrounding function"
12328 msgstr ""
12329
12330 #: builtin/grep.c:896
12331 msgid "read patterns from file"
12332 msgstr ""
12333
12334 #: builtin/grep.c:898
12335 msgid "match <pattern>"
12336 msgstr ""
12337
12338 #: builtin/grep.c:900
12339 msgid "combine patterns specified with -e"
12340 msgstr ""
12341
12342 #: builtin/grep.c:912
12343 msgid "indicate hit with exit status without output"
12344 msgstr ""
12345
12346 #: builtin/grep.c:914
12347 msgid "show only matches from files that match all patterns"
12348 msgstr ""
12349
12350 #: builtin/grep.c:916
12351 msgid "show parse tree for grep expression"
12352 msgstr ""
12353
12354 #: builtin/grep.c:920
12355 msgid "pager"
12356 msgstr ""
12357
12358 #: builtin/grep.c:920
12359 msgid "show matching files in the pager"
12360 msgstr ""
12361
12362 #: builtin/grep.c:924
12363 msgid "allow calling of grep(1) (ignored by this build)"
12364 msgstr ""
12365
12366 #: builtin/grep.c:988
12367 msgid "no pattern given"
12368 msgstr ""
12369
12370 #: builtin/grep.c:1024
12371 msgid "--no-index or --untracked cannot be used with revs"
12372 msgstr ""
12373
12374 #: builtin/grep.c:1032
12375 #, c-format
12376 msgid "unable to resolve revision: %s"
12377 msgstr ""
12378
12379 #: builtin/grep.c:1063
12380 msgid "invalid option combination, ignoring --threads"
12381 msgstr ""
12382
12383 #: builtin/grep.c:1066 builtin/pack-objects.c:3403
12384 msgid "no threads support, ignoring --threads"
12385 msgstr ""
12386
12387 #: builtin/grep.c:1069 builtin/index-pack.c:1511 builtin/pack-objects.c:2717
12388 #, c-format
12389 msgid "invalid number of threads specified (%d)"
12390 msgstr ""
12391
12392 #: builtin/grep.c:1092
12393 msgid "--open-files-in-pager only works on the worktree"
12394 msgstr ""
12395
12396 #: builtin/grep.c:1115
12397 msgid "option not supported with --recurse-submodules"
12398 msgstr ""
12399
12400 #: builtin/grep.c:1121
12401 msgid "--cached or --untracked cannot be used with --no-index"
12402 msgstr ""
12403
12404 #: builtin/grep.c:1127
12405 msgid "--[no-]exclude-standard cannot be used for tracked contents"
12406 msgstr ""
12407
12408 #: builtin/grep.c:1135
12409 msgid "both --cached and trees are given"
12410 msgstr ""
12411
12412 #: builtin/hash-object.c:85
12413 msgid ""
12414 "git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
12415 "[--] <file>..."
12416 msgstr ""
12417
12418 #: builtin/hash-object.c:86
12419 msgid "git hash-object  --stdin-paths"
12420 msgstr ""
12421
12422 #: builtin/hash-object.c:98
12423 msgid "type"
12424 msgstr ""
12425
12426 #: builtin/hash-object.c:98
12427 msgid "object type"
12428 msgstr ""
12429
12430 #: builtin/hash-object.c:99
12431 msgid "write the object into the object database"
12432 msgstr ""
12433
12434 #: builtin/hash-object.c:101
12435 msgid "read the object from stdin"
12436 msgstr ""
12437
12438 #: builtin/hash-object.c:103
12439 msgid "store file as is without filters"
12440 msgstr ""
12441
12442 #: builtin/hash-object.c:104
12443 msgid ""
12444 "just hash any random garbage to create corrupt objects for debugging Git"
12445 msgstr ""
12446
12447 #: builtin/hash-object.c:105
12448 msgid "process file as it were from this path"
12449 msgstr ""
12450
12451 #: builtin/help.c:46
12452 msgid "print all available commands"
12453 msgstr ""
12454
12455 #: builtin/help.c:47
12456 msgid "exclude guides"
12457 msgstr ""
12458
12459 #: builtin/help.c:48
12460 msgid "print list of useful guides"
12461 msgstr ""
12462
12463 #: builtin/help.c:49
12464 msgid "print all configuration variable names"
12465 msgstr ""
12466
12467 #: builtin/help.c:51
12468 msgid "show man page"
12469 msgstr ""
12470
12471 #: builtin/help.c:52
12472 msgid "show manual in web browser"
12473 msgstr ""
12474
12475 #: builtin/help.c:54
12476 msgid "show info page"
12477 msgstr ""
12478
12479 #: builtin/help.c:56
12480 msgid "print command description"
12481 msgstr ""
12482
12483 #: builtin/help.c:61
12484 msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
12485 msgstr ""
12486
12487 #: builtin/help.c:77
12488 #, c-format
12489 msgid "unrecognized help format '%s'"
12490 msgstr ""
12491
12492 #: builtin/help.c:104
12493 msgid "Failed to start emacsclient."
12494 msgstr ""
12495
12496 #: builtin/help.c:117
12497 msgid "Failed to parse emacsclient version."
12498 msgstr ""
12499
12500 #: builtin/help.c:125
12501 #, c-format
12502 msgid "emacsclient version '%d' too old (< 22)."
12503 msgstr ""
12504
12505 #: builtin/help.c:143 builtin/help.c:165 builtin/help.c:175 builtin/help.c:183
12506 #, c-format
12507 msgid "failed to exec '%s'"
12508 msgstr ""
12509
12510 #: builtin/help.c:221
12511 #, c-format
12512 msgid ""
12513 "'%s': path for unsupported man viewer.\n"
12514 "Please consider using 'man.<tool>.cmd' instead."
12515 msgstr ""
12516
12517 #: builtin/help.c:233
12518 #, c-format
12519 msgid ""
12520 "'%s': cmd for supported man viewer.\n"
12521 "Please consider using 'man.<tool>.path' instead."
12522 msgstr ""
12523
12524 #: builtin/help.c:350
12525 #, c-format
12526 msgid "'%s': unknown man viewer."
12527 msgstr ""
12528
12529 #: builtin/help.c:367
12530 msgid "no man viewer handled the request"
12531 msgstr ""
12532
12533 #: builtin/help.c:375
12534 msgid "no info viewer handled the request"
12535 msgstr ""
12536
12537 #: builtin/help.c:434 builtin/help.c:445 git.c:335
12538 #, c-format
12539 msgid "'%s' is aliased to '%s'"
12540 msgstr ""
12541
12542 #: builtin/help.c:448 git.c:364
12543 #, c-format
12544 msgid "bad alias.%s string: %s"
12545 msgstr ""
12546
12547 #: builtin/help.c:477 builtin/help.c:507
12548 #, c-format
12549 msgid "usage: %s%s"
12550 msgstr ""
12551
12552 #: builtin/help.c:491
12553 msgid "'git help config' for more information"
12554 msgstr ""
12555
12556 #: builtin/index-pack.c:184
12557 #, c-format
12558 msgid "object type mismatch at %s"
12559 msgstr ""
12560
12561 #: builtin/index-pack.c:204
12562 #, c-format
12563 msgid "did not receive expected object %s"
12564 msgstr ""
12565
12566 #: builtin/index-pack.c:207
12567 #, c-format
12568 msgid "object %s: expected type %s, found %s"
12569 msgstr ""
12570
12571 #: builtin/index-pack.c:257
12572 #, c-format
12573 msgid "cannot fill %d byte"
12574 msgid_plural "cannot fill %d bytes"
12575 msgstr[0] ""
12576 msgstr[1] ""
12577
12578 #: builtin/index-pack.c:267
12579 msgid "early EOF"
12580 msgstr ""
12581
12582 #: builtin/index-pack.c:268
12583 msgid "read error on input"
12584 msgstr ""
12585
12586 #: builtin/index-pack.c:280
12587 msgid "used more bytes than were available"
12588 msgstr ""
12589
12590 #: builtin/index-pack.c:287 builtin/pack-objects.c:600
12591 msgid "pack too large for current definition of off_t"
12592 msgstr ""
12593
12594 #: builtin/index-pack.c:290 builtin/unpack-objects.c:94
12595 msgid "pack exceeds maximum allowed size"
12596 msgstr ""
12597
12598 #: builtin/index-pack.c:305 builtin/repack.c:250
12599 #, c-format
12600 msgid "unable to create '%s'"
12601 msgstr ""
12602
12603 #: builtin/index-pack.c:311
12604 #, c-format
12605 msgid "cannot open packfile '%s'"
12606 msgstr ""
12607
12608 #: builtin/index-pack.c:325
12609 msgid "pack signature mismatch"
12610 msgstr ""
12611
12612 #: builtin/index-pack.c:327
12613 #, c-format
12614 msgid "pack version %<PRIu32> unsupported"
12615 msgstr ""
12616
12617 #: builtin/index-pack.c:345
12618 #, c-format
12619 msgid "pack has bad object at offset %<PRIuMAX>: %s"
12620 msgstr ""
12621
12622 #: builtin/index-pack.c:465
12623 #, c-format
12624 msgid "inflate returned %d"
12625 msgstr ""
12626
12627 #: builtin/index-pack.c:514
12628 msgid "offset value overflow for delta base object"
12629 msgstr ""
12630
12631 #: builtin/index-pack.c:522
12632 msgid "delta base offset is out of bound"
12633 msgstr ""
12634
12635 #: builtin/index-pack.c:530
12636 #, c-format
12637 msgid "unknown object type %d"
12638 msgstr ""
12639
12640 #: builtin/index-pack.c:561
12641 msgid "cannot pread pack file"
12642 msgstr ""
12643
12644 #: builtin/index-pack.c:563
12645 #, c-format
12646 msgid "premature end of pack file, %<PRIuMAX> byte missing"
12647 msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
12648 msgstr[0] ""
12649 msgstr[1] ""
12650
12651 #: builtin/index-pack.c:589
12652 msgid "serious inflate inconsistency"
12653 msgstr ""
12654
12655 #: builtin/index-pack.c:734 builtin/index-pack.c:740 builtin/index-pack.c:763
12656 #: builtin/index-pack.c:802 builtin/index-pack.c:811
12657 #, c-format
12658 msgid "SHA1 COLLISION FOUND WITH %s !"
12659 msgstr ""
12660
12661 #: builtin/index-pack.c:737 builtin/pack-objects.c:153
12662 #: builtin/pack-objects.c:213 builtin/pack-objects.c:307
12663 #, c-format
12664 msgid "unable to read %s"
12665 msgstr ""
12666
12667 #: builtin/index-pack.c:800
12668 #, c-format
12669 msgid "cannot read existing object info %s"
12670 msgstr ""
12671
12672 #: builtin/index-pack.c:808
12673 #, c-format
12674 msgid "cannot read existing object %s"
12675 msgstr ""
12676
12677 #: builtin/index-pack.c:822
12678 #, c-format
12679 msgid "invalid blob object %s"
12680 msgstr ""
12681
12682 #: builtin/index-pack.c:825 builtin/index-pack.c:844
12683 msgid "fsck error in packed object"
12684 msgstr ""
12685
12686 #: builtin/index-pack.c:846
12687 #, c-format
12688 msgid "Not all child objects of %s are reachable"
12689 msgstr ""
12690
12691 #: builtin/index-pack.c:918 builtin/index-pack.c:949
12692 msgid "failed to apply delta"
12693 msgstr ""
12694
12695 #: builtin/index-pack.c:1117
12696 msgid "Receiving objects"
12697 msgstr ""
12698
12699 #: builtin/index-pack.c:1117
12700 msgid "Indexing objects"
12701 msgstr ""
12702
12703 #: builtin/index-pack.c:1151
12704 msgid "pack is corrupted (SHA1 mismatch)"
12705 msgstr ""
12706
12707 #: builtin/index-pack.c:1156
12708 msgid "cannot fstat packfile"
12709 msgstr ""
12710
12711 #: builtin/index-pack.c:1159
12712 msgid "pack has junk at the end"
12713 msgstr ""
12714
12715 #: builtin/index-pack.c:1171
12716 msgid "confusion beyond insanity in parse_pack_objects()"
12717 msgstr ""
12718
12719 #: builtin/index-pack.c:1194
12720 msgid "Resolving deltas"
12721 msgstr ""
12722
12723 #: builtin/index-pack.c:1204 builtin/pack-objects.c:2489
12724 #, c-format
12725 msgid "unable to create thread: %s"
12726 msgstr ""
12727
12728 #: builtin/index-pack.c:1245
12729 msgid "confusion beyond insanity"
12730 msgstr ""
12731
12732 #: builtin/index-pack.c:1251
12733 #, c-format
12734 msgid "completed with %d local object"
12735 msgid_plural "completed with %d local objects"
12736 msgstr[0] ""
12737 msgstr[1] ""
12738
12739 #: builtin/index-pack.c:1263
12740 #, c-format
12741 msgid "Unexpected tail checksum for %s (disk corruption?)"
12742 msgstr ""
12743
12744 #: builtin/index-pack.c:1267
12745 #, c-format
12746 msgid "pack has %d unresolved delta"
12747 msgid_plural "pack has %d unresolved deltas"
12748 msgstr[0] ""
12749 msgstr[1] ""
12750
12751 #: builtin/index-pack.c:1291
12752 #, c-format
12753 msgid "unable to deflate appended object (%d)"
12754 msgstr ""
12755
12756 #: builtin/index-pack.c:1368
12757 #, c-format
12758 msgid "local object %s is corrupt"
12759 msgstr ""
12760
12761 #: builtin/index-pack.c:1382
12762 #, c-format
12763 msgid "packfile name '%s' does not end with '.pack'"
12764 msgstr ""
12765
12766 #: builtin/index-pack.c:1407
12767 #, c-format
12768 msgid "cannot write %s file '%s'"
12769 msgstr ""
12770
12771 #: builtin/index-pack.c:1415
12772 #, c-format
12773 msgid "cannot close written %s file '%s'"
12774 msgstr ""
12775
12776 #: builtin/index-pack.c:1439
12777 msgid "error while closing pack file"
12778 msgstr ""
12779
12780 #: builtin/index-pack.c:1453
12781 msgid "cannot store pack file"
12782 msgstr ""
12783
12784 #: builtin/index-pack.c:1461
12785 msgid "cannot store index file"
12786 msgstr ""
12787
12788 #: builtin/index-pack.c:1505 builtin/pack-objects.c:2728
12789 #, c-format
12790 msgid "bad pack.indexversion=%<PRIu32>"
12791 msgstr ""
12792
12793 #: builtin/index-pack.c:1573
12794 #, c-format
12795 msgid "Cannot open existing pack file '%s'"
12796 msgstr ""
12797
12798 #: builtin/index-pack.c:1575
12799 #, c-format
12800 msgid "Cannot open existing pack idx file for '%s'"
12801 msgstr ""
12802
12803 #: builtin/index-pack.c:1623
12804 #, c-format
12805 msgid "non delta: %d object"
12806 msgid_plural "non delta: %d objects"
12807 msgstr[0] ""
12808 msgstr[1] ""
12809
12810 #: builtin/index-pack.c:1630
12811 #, c-format
12812 msgid "chain length = %d: %lu object"
12813 msgid_plural "chain length = %d: %lu objects"
12814 msgstr[0] ""
12815 msgstr[1] ""
12816
12817 #: builtin/index-pack.c:1667
12818 msgid "Cannot come back to cwd"
12819 msgstr ""
12820
12821 #: builtin/index-pack.c:1716 builtin/index-pack.c:1719
12822 #: builtin/index-pack.c:1735 builtin/index-pack.c:1739
12823 #, c-format
12824 msgid "bad %s"
12825 msgstr ""
12826
12827 #: builtin/index-pack.c:1755
12828 msgid "--fix-thin cannot be used without --stdin"
12829 msgstr ""
12830
12831 #: builtin/index-pack.c:1757
12832 msgid "--stdin requires a git repository"
12833 msgstr ""
12834
12835 #: builtin/index-pack.c:1763
12836 msgid "--verify with no packfile name given"
12837 msgstr ""
12838
12839 #: builtin/index-pack.c:1811 builtin/unpack-objects.c:580
12840 msgid "fsck error in pack objects"
12841 msgstr ""
12842
12843 #: builtin/init-db.c:61
12844 #, c-format
12845 msgid "cannot stat template '%s'"
12846 msgstr ""
12847
12848 #: builtin/init-db.c:66
12849 #, c-format
12850 msgid "cannot opendir '%s'"
12851 msgstr ""
12852
12853 #: builtin/init-db.c:78
12854 #, c-format
12855 msgid "cannot readlink '%s'"
12856 msgstr ""
12857
12858 #: builtin/init-db.c:80
12859 #, c-format
12860 msgid "cannot symlink '%s' '%s'"
12861 msgstr ""
12862
12863 #: builtin/init-db.c:86
12864 #, c-format
12865 msgid "cannot copy '%s' to '%s'"
12866 msgstr ""
12867
12868 #: builtin/init-db.c:90
12869 #, c-format
12870 msgid "ignoring template %s"
12871 msgstr ""
12872
12873 #: builtin/init-db.c:121
12874 #, c-format
12875 msgid "templates not found in %s"
12876 msgstr ""
12877
12878 #: builtin/init-db.c:136
12879 #, c-format
12880 msgid "not copying templates from '%s': %s"
12881 msgstr ""
12882
12883 #: builtin/init-db.c:334
12884 #, c-format
12885 msgid "unable to handle file type %d"
12886 msgstr ""
12887
12888 #: builtin/init-db.c:337
12889 #, c-format
12890 msgid "unable to move %s to %s"
12891 msgstr ""
12892
12893 #: builtin/init-db.c:354 builtin/init-db.c:357
12894 #, c-format
12895 msgid "%s already exists"
12896 msgstr ""
12897
12898 #: builtin/init-db.c:413
12899 #, c-format
12900 msgid "Reinitialized existing shared Git repository in %s%s\n"
12901 msgstr ""
12902
12903 #: builtin/init-db.c:414
12904 #, c-format
12905 msgid "Reinitialized existing Git repository in %s%s\n"
12906 msgstr ""
12907
12908 #: builtin/init-db.c:418
12909 #, c-format
12910 msgid "Initialized empty shared Git repository in %s%s\n"
12911 msgstr ""
12912
12913 #: builtin/init-db.c:419
12914 #, c-format
12915 msgid "Initialized empty Git repository in %s%s\n"
12916 msgstr ""
12917
12918 #: builtin/init-db.c:468
12919 msgid ""
12920 "git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
12921 "shared[=<permissions>]] [<directory>]"
12922 msgstr ""
12923
12924 #: builtin/init-db.c:491
12925 msgid "permissions"
12926 msgstr ""
12927
12928 #: builtin/init-db.c:492
12929 msgid "specify that the git repository is to be shared amongst several users"
12930 msgstr ""
12931
12932 #: builtin/init-db.c:526 builtin/init-db.c:531
12933 #, c-format
12934 msgid "cannot mkdir %s"
12935 msgstr ""
12936
12937 #: builtin/init-db.c:535
12938 #, c-format
12939 msgid "cannot chdir to %s"
12940 msgstr ""
12941
12942 #: builtin/init-db.c:556
12943 #, c-format
12944 msgid ""
12945 "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
12946 "dir=<directory>)"
12947 msgstr ""
12948
12949 #: builtin/init-db.c:584
12950 #, c-format
12951 msgid "Cannot access work tree '%s'"
12952 msgstr ""
12953
12954 #: builtin/interpret-trailers.c:15
12955 msgid ""
12956 "git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
12957 "<token>[(=|:)<value>])...] [<file>...]"
12958 msgstr ""
12959
12960 #: builtin/interpret-trailers.c:94
12961 msgid "edit files in place"
12962 msgstr ""
12963
12964 #: builtin/interpret-trailers.c:95
12965 msgid "trim empty trailers"
12966 msgstr ""
12967
12968 #: builtin/interpret-trailers.c:98
12969 msgid "where to place the new trailer"
12970 msgstr ""
12971
12972 #: builtin/interpret-trailers.c:100
12973 msgid "action if trailer already exists"
12974 msgstr ""
12975
12976 #: builtin/interpret-trailers.c:102
12977 msgid "action if trailer is missing"
12978 msgstr ""
12979
12980 #: builtin/interpret-trailers.c:104
12981 msgid "output only the trailers"
12982 msgstr ""
12983
12984 #: builtin/interpret-trailers.c:105
12985 msgid "do not apply config rules"
12986 msgstr ""
12987
12988 #: builtin/interpret-trailers.c:106
12989 msgid "join whitespace-continued values"
12990 msgstr ""
12991
12992 #: builtin/interpret-trailers.c:107
12993 msgid "set parsing options"
12994 msgstr ""
12995
12996 #: builtin/interpret-trailers.c:109
12997 msgid "do not treat --- specially"
12998 msgstr ""
12999
13000 #: builtin/interpret-trailers.c:110
13001 msgid "trailer"
13002 msgstr ""
13003
13004 #: builtin/interpret-trailers.c:111
13005 msgid "trailer(s) to add"
13006 msgstr ""
13007
13008 #: builtin/interpret-trailers.c:120
13009 msgid "--trailer with --only-input does not make sense"
13010 msgstr ""
13011
13012 #: builtin/interpret-trailers.c:130
13013 msgid "no input file given for in-place editing"
13014 msgstr ""
13015
13016 #: builtin/log.c:55
13017 msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
13018 msgstr ""
13019
13020 #: builtin/log.c:56
13021 msgid "git show [<options>] <object>..."
13022 msgstr ""
13023
13024 #: builtin/log.c:104
13025 #, c-format
13026 msgid "invalid --decorate option: %s"
13027 msgstr ""
13028
13029 #: builtin/log.c:168
13030 msgid "show source"
13031 msgstr ""
13032
13033 #: builtin/log.c:169
13034 msgid "Use mail map file"
13035 msgstr ""
13036
13037 #: builtin/log.c:171
13038 msgid "only decorate refs that match <pattern>"
13039 msgstr ""
13040
13041 #: builtin/log.c:173
13042 msgid "do not decorate refs that match <pattern>"
13043 msgstr ""
13044
13045 #: builtin/log.c:174
13046 msgid "decorate options"
13047 msgstr ""
13048
13049 #: builtin/log.c:177
13050 msgid "Process line range n,m in file, counting from 1"
13051 msgstr ""
13052
13053 #: builtin/log.c:275
13054 #, c-format
13055 msgid "Final output: %d %s\n"
13056 msgstr ""
13057
13058 #: builtin/log.c:529
13059 #, c-format
13060 msgid "git show %s: bad file"
13061 msgstr ""
13062
13063 #: builtin/log.c:544 builtin/log.c:638
13064 #, c-format
13065 msgid "could not read object %s"
13066 msgstr ""
13067
13068 #: builtin/log.c:663
13069 #, c-format
13070 msgid "unknown type: %d"
13071 msgstr ""
13072
13073 #: builtin/log.c:784
13074 msgid "format.headers without value"
13075 msgstr ""
13076
13077 #: builtin/log.c:885
13078 msgid "name of output directory is too long"
13079 msgstr ""
13080
13081 #: builtin/log.c:901
13082 #, c-format
13083 msgid "cannot open patch file %s"
13084 msgstr ""
13085
13086 #: builtin/log.c:918
13087 msgid "need exactly one range"
13088 msgstr ""
13089
13090 #: builtin/log.c:928
13091 msgid "not a range"
13092 msgstr ""
13093
13094 #: builtin/log.c:1051
13095 msgid "cover letter needs email format"
13096 msgstr ""
13097
13098 #: builtin/log.c:1057
13099 msgid "failed to create cover-letter file"
13100 msgstr ""
13101
13102 #: builtin/log.c:1136
13103 #, c-format
13104 msgid "insane in-reply-to: %s"
13105 msgstr ""
13106
13107 #: builtin/log.c:1163
13108 msgid "git format-patch [<options>] [<since> | <revision-range>]"
13109 msgstr ""
13110
13111 #: builtin/log.c:1221
13112 msgid "two output directories?"
13113 msgstr ""
13114
13115 #: builtin/log.c:1332 builtin/log.c:2076 builtin/log.c:2078 builtin/log.c:2090
13116 #, c-format
13117 msgid "unknown commit %s"
13118 msgstr ""
13119
13120 #: builtin/log.c:1342 builtin/replace.c:58 builtin/replace.c:207
13121 #: builtin/replace.c:210
13122 #, c-format
13123 msgid "failed to resolve '%s' as a valid ref"
13124 msgstr ""
13125
13126 #: builtin/log.c:1347
13127 msgid "could not find exact merge base"
13128 msgstr ""
13129
13130 #: builtin/log.c:1351
13131 msgid ""
13132 "failed to get upstream, if you want to record base commit automatically,\n"
13133 "please use git branch --set-upstream-to to track a remote branch.\n"
13134 "Or you could specify base commit by --base=<base-commit-id> manually"
13135 msgstr ""
13136
13137 #: builtin/log.c:1371
13138 msgid "failed to find exact merge base"
13139 msgstr ""
13140
13141 #: builtin/log.c:1382
13142 msgid "base commit should be the ancestor of revision list"
13143 msgstr ""
13144
13145 #: builtin/log.c:1386
13146 msgid "base commit shouldn't be in revision list"
13147 msgstr ""
13148
13149 #: builtin/log.c:1439
13150 msgid "cannot get patch id"
13151 msgstr ""
13152
13153 #: builtin/log.c:1491
13154 msgid "failed to infer range-diff ranges"
13155 msgstr ""
13156
13157 #: builtin/log.c:1536
13158 msgid "use [PATCH n/m] even with a single patch"
13159 msgstr ""
13160
13161 #: builtin/log.c:1539
13162 msgid "use [PATCH] even with multiple patches"
13163 msgstr ""
13164
13165 #: builtin/log.c:1543
13166 msgid "print patches to standard out"
13167 msgstr ""
13168
13169 #: builtin/log.c:1545
13170 msgid "generate a cover letter"
13171 msgstr ""
13172
13173 #: builtin/log.c:1547
13174 msgid "use simple number sequence for output file names"
13175 msgstr ""
13176
13177 #: builtin/log.c:1548
13178 msgid "sfx"
13179 msgstr ""
13180
13181 #: builtin/log.c:1549
13182 msgid "use <sfx> instead of '.patch'"
13183 msgstr ""
13184
13185 #: builtin/log.c:1551
13186 msgid "start numbering patches at <n> instead of 1"
13187 msgstr ""
13188
13189 #: builtin/log.c:1553
13190 msgid "mark the series as Nth re-roll"
13191 msgstr ""
13192
13193 #: builtin/log.c:1555
13194 msgid "Use [RFC PATCH] instead of [PATCH]"
13195 msgstr ""
13196
13197 #: builtin/log.c:1558
13198 msgid "Use [<prefix>] instead of [PATCH]"
13199 msgstr ""
13200
13201 #: builtin/log.c:1561
13202 msgid "store resulting files in <dir>"
13203 msgstr ""
13204
13205 #: builtin/log.c:1564
13206 msgid "don't strip/add [PATCH]"
13207 msgstr ""
13208
13209 #: builtin/log.c:1567
13210 msgid "don't output binary diffs"
13211 msgstr ""
13212
13213 #: builtin/log.c:1569
13214 msgid "output all-zero hash in From header"
13215 msgstr ""
13216
13217 #: builtin/log.c:1571
13218 msgid "don't include a patch matching a commit upstream"
13219 msgstr ""
13220
13221 #: builtin/log.c:1573
13222 msgid "show patch format instead of default (patch + stat)"
13223 msgstr ""
13224
13225 #: builtin/log.c:1575
13226 msgid "Messaging"
13227 msgstr ""
13228
13229 #: builtin/log.c:1576
13230 msgid "header"
13231 msgstr ""
13232
13233 #: builtin/log.c:1577
13234 msgid "add email header"
13235 msgstr ""
13236
13237 #: builtin/log.c:1578 builtin/log.c:1580
13238 msgid "email"
13239 msgstr ""
13240
13241 #: builtin/log.c:1578
13242 msgid "add To: header"
13243 msgstr ""
13244
13245 #: builtin/log.c:1580
13246 msgid "add Cc: header"
13247 msgstr ""
13248
13249 #: builtin/log.c:1582
13250 msgid "ident"
13251 msgstr ""
13252
13253 #: builtin/log.c:1583
13254 msgid "set From address to <ident> (or committer ident if absent)"
13255 msgstr ""
13256
13257 #: builtin/log.c:1585
13258 msgid "message-id"
13259 msgstr ""
13260
13261 #: builtin/log.c:1586
13262 msgid "make first mail a reply to <message-id>"
13263 msgstr ""
13264
13265 #: builtin/log.c:1587 builtin/log.c:1590
13266 msgid "boundary"
13267 msgstr ""
13268
13269 #: builtin/log.c:1588
13270 msgid "attach the patch"
13271 msgstr ""
13272
13273 #: builtin/log.c:1591
13274 msgid "inline the patch"
13275 msgstr ""
13276
13277 #: builtin/log.c:1595
13278 msgid "enable message threading, styles: shallow, deep"
13279 msgstr ""
13280
13281 #: builtin/log.c:1597
13282 msgid "signature"
13283 msgstr ""
13284
13285 #: builtin/log.c:1598
13286 msgid "add a signature"
13287 msgstr ""
13288
13289 #: builtin/log.c:1599
13290 msgid "base-commit"
13291 msgstr ""
13292
13293 #: builtin/log.c:1600
13294 msgid "add prerequisite tree info to the patch series"
13295 msgstr ""
13296
13297 #: builtin/log.c:1602
13298 msgid "add a signature from a file"
13299 msgstr ""
13300
13301 #: builtin/log.c:1603
13302 msgid "don't print the patch filenames"
13303 msgstr ""
13304
13305 #: builtin/log.c:1605
13306 msgid "show progress while generating patches"
13307 msgstr ""
13308
13309 #: builtin/log.c:1606
13310 msgid "rev"
13311 msgstr ""
13312
13313 #: builtin/log.c:1607
13314 msgid "show changes against <rev> in cover letter or single patch"
13315 msgstr ""
13316
13317 #: builtin/log.c:1610
13318 msgid "show changes against <refspec> in cover letter or single patch"
13319 msgstr ""
13320
13321 #: builtin/log.c:1612
13322 msgid "percentage by which creation is weighted"
13323 msgstr ""
13324
13325 #: builtin/log.c:1687
13326 #, c-format
13327 msgid "invalid ident line: %s"
13328 msgstr ""
13329
13330 #: builtin/log.c:1702
13331 msgid "-n and -k are mutually exclusive"
13332 msgstr ""
13333
13334 #: builtin/log.c:1704
13335 msgid "--subject-prefix/--rfc and -k are mutually exclusive"
13336 msgstr ""
13337
13338 #: builtin/log.c:1712
13339 msgid "--name-only does not make sense"
13340 msgstr ""
13341
13342 #: builtin/log.c:1714
13343 msgid "--name-status does not make sense"
13344 msgstr ""
13345
13346 #: builtin/log.c:1716
13347 msgid "--check does not make sense"
13348 msgstr ""
13349
13350 #: builtin/log.c:1748
13351 msgid "standard output, or directory, which one?"
13352 msgstr ""
13353
13354 #: builtin/log.c:1837
13355 msgid "--interdiff requires --cover-letter or single patch"
13356 msgstr ""
13357
13358 #: builtin/log.c:1841
13359 msgid "Interdiff:"
13360 msgstr ""
13361
13362 #: builtin/log.c:1842
13363 #, c-format
13364 msgid "Interdiff against v%d:"
13365 msgstr ""
13366
13367 #: builtin/log.c:1848
13368 msgid "--creation-factor requires --range-diff"
13369 msgstr ""
13370
13371 #: builtin/log.c:1852
13372 msgid "--range-diff requires --cover-letter or single patch"
13373 msgstr ""
13374
13375 #: builtin/log.c:1860
13376 msgid "Range-diff:"
13377 msgstr ""
13378
13379 #: builtin/log.c:1861
13380 #, c-format
13381 msgid "Range-diff against v%d:"
13382 msgstr ""
13383
13384 #: builtin/log.c:1872
13385 #, c-format
13386 msgid "unable to read signature file '%s'"
13387 msgstr ""
13388
13389 #: builtin/log.c:1908
13390 msgid "Generating patches"
13391 msgstr ""
13392
13393 #: builtin/log.c:1952
13394 msgid "failed to create output files"
13395 msgstr ""
13396
13397 #: builtin/log.c:2011
13398 msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
13399 msgstr ""
13400
13401 #: builtin/log.c:2065
13402 #, c-format
13403 msgid ""
13404 "Could not find a tracked remote branch, please specify <upstream> manually.\n"
13405 msgstr ""
13406
13407 #: builtin/ls-files.c:470
13408 msgid "git ls-files [<options>] [<file>...]"
13409 msgstr ""
13410
13411 #: builtin/ls-files.c:526
13412 msgid "identify the file status with tags"
13413 msgstr ""
13414
13415 #: builtin/ls-files.c:528
13416 msgid "use lowercase letters for 'assume unchanged' files"
13417 msgstr ""
13418
13419 #: builtin/ls-files.c:530
13420 msgid "use lowercase letters for 'fsmonitor clean' files"
13421 msgstr ""
13422
13423 #: builtin/ls-files.c:532
13424 msgid "show cached files in the output (default)"
13425 msgstr ""
13426
13427 #: builtin/ls-files.c:534
13428 msgid "show deleted files in the output"
13429 msgstr ""
13430
13431 #: builtin/ls-files.c:536
13432 msgid "show modified files in the output"
13433 msgstr ""
13434
13435 #: builtin/ls-files.c:538
13436 msgid "show other files in the output"
13437 msgstr ""
13438
13439 #: builtin/ls-files.c:540
13440 msgid "show ignored files in the output"
13441 msgstr ""
13442
13443 #: builtin/ls-files.c:543
13444 msgid "show staged contents' object name in the output"
13445 msgstr ""
13446
13447 #: builtin/ls-files.c:545
13448 msgid "show files on the filesystem that need to be removed"
13449 msgstr ""
13450
13451 #: builtin/ls-files.c:547
13452 msgid "show 'other' directories' names only"
13453 msgstr ""
13454
13455 #: builtin/ls-files.c:549
13456 msgid "show line endings of files"
13457 msgstr ""
13458
13459 #: builtin/ls-files.c:551
13460 msgid "don't show empty directories"
13461 msgstr ""
13462
13463 #: builtin/ls-files.c:554
13464 msgid "show unmerged files in the output"
13465 msgstr ""
13466
13467 #: builtin/ls-files.c:556
13468 msgid "show resolve-undo information"
13469 msgstr ""
13470
13471 #: builtin/ls-files.c:558
13472 msgid "skip files matching pattern"
13473 msgstr ""
13474
13475 #: builtin/ls-files.c:561
13476 msgid "exclude patterns are read from <file>"
13477 msgstr ""
13478
13479 #: builtin/ls-files.c:564
13480 msgid "read additional per-directory exclude patterns in <file>"
13481 msgstr ""
13482
13483 #: builtin/ls-files.c:566
13484 msgid "add the standard git exclusions"
13485 msgstr ""
13486
13487 #: builtin/ls-files.c:570
13488 msgid "make the output relative to the project top directory"
13489 msgstr ""
13490
13491 #: builtin/ls-files.c:573
13492 msgid "recurse through submodules"
13493 msgstr ""
13494
13495 #: builtin/ls-files.c:575
13496 msgid "if any <file> is not in the index, treat this as an error"
13497 msgstr ""
13498
13499 #: builtin/ls-files.c:576
13500 msgid "tree-ish"
13501 msgstr ""
13502
13503 #: builtin/ls-files.c:577
13504 msgid "pretend that paths removed since <tree-ish> are still present"
13505 msgstr ""
13506
13507 #: builtin/ls-files.c:579
13508 msgid "show debugging data"
13509 msgstr ""
13510
13511 #: builtin/ls-remote.c:9
13512 msgid ""
13513 "git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
13514 "                     [-q | --quiet] [--exit-code] [--get-url]\n"
13515 "                     [--symref] [<repository> [<refs>...]]"
13516 msgstr ""
13517
13518 #: builtin/ls-remote.c:59
13519 msgid "do not print remote URL"
13520 msgstr ""
13521
13522 #: builtin/ls-remote.c:60 builtin/ls-remote.c:62 builtin/rebase.c:1458
13523 msgid "exec"
13524 msgstr ""
13525
13526 #: builtin/ls-remote.c:61 builtin/ls-remote.c:63
13527 msgid "path of git-upload-pack on the remote host"
13528 msgstr ""
13529
13530 #: builtin/ls-remote.c:65
13531 msgid "limit to tags"
13532 msgstr ""
13533
13534 #: builtin/ls-remote.c:66
13535 msgid "limit to heads"
13536 msgstr ""
13537
13538 #: builtin/ls-remote.c:67
13539 msgid "do not show peeled tags"
13540 msgstr ""
13541
13542 #: builtin/ls-remote.c:69
13543 msgid "take url.<base>.insteadOf into account"
13544 msgstr ""
13545
13546 #: builtin/ls-remote.c:72
13547 msgid "exit with exit code 2 if no matching refs are found"
13548 msgstr ""
13549
13550 #: builtin/ls-remote.c:75
13551 msgid "show underlying ref in addition to the object pointed by it"
13552 msgstr ""
13553
13554 #: builtin/ls-tree.c:30
13555 msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
13556 msgstr ""
13557
13558 #: builtin/ls-tree.c:128
13559 msgid "only show trees"
13560 msgstr ""
13561
13562 #: builtin/ls-tree.c:130
13563 msgid "recurse into subtrees"
13564 msgstr ""
13565
13566 #: builtin/ls-tree.c:132
13567 msgid "show trees when recursing"
13568 msgstr ""
13569
13570 #: builtin/ls-tree.c:135
13571 msgid "terminate entries with NUL byte"
13572 msgstr ""
13573
13574 #: builtin/ls-tree.c:136
13575 msgid "include object size"
13576 msgstr ""
13577
13578 #: builtin/ls-tree.c:138 builtin/ls-tree.c:140
13579 msgid "list only filenames"
13580 msgstr ""
13581
13582 #: builtin/ls-tree.c:143
13583 msgid "use full path names"
13584 msgstr ""
13585
13586 #: builtin/ls-tree.c:145
13587 msgid "list entire tree; not just current directory (implies --full-name)"
13588 msgstr ""
13589
13590 #: builtin/mailsplit.c:241
13591 #, c-format
13592 msgid "empty mbox: '%s'"
13593 msgstr ""
13594
13595 #: builtin/merge.c:54
13596 msgid "git merge [<options>] [<commit>...]"
13597 msgstr ""
13598
13599 #: builtin/merge.c:55
13600 msgid "git merge --abort"
13601 msgstr ""
13602
13603 #: builtin/merge.c:56
13604 msgid "git merge --continue"
13605 msgstr ""
13606
13607 #: builtin/merge.c:116
13608 msgid "switch `m' requires a value"
13609 msgstr ""
13610
13611 #: builtin/merge.c:139
13612 #, c-format
13613 msgid "option `%s' requires a value"
13614 msgstr ""
13615
13616 #: builtin/merge.c:185
13617 #, c-format
13618 msgid "Could not find merge strategy '%s'.\n"
13619 msgstr ""
13620
13621 #: builtin/merge.c:186
13622 #, c-format
13623 msgid "Available strategies are:"
13624 msgstr ""
13625
13626 #: builtin/merge.c:191
13627 #, c-format
13628 msgid "Available custom strategies are:"
13629 msgstr ""
13630
13631 #: builtin/merge.c:242 builtin/pull.c:150
13632 msgid "do not show a diffstat at the end of the merge"
13633 msgstr ""
13634
13635 #: builtin/merge.c:245 builtin/pull.c:153
13636 msgid "show a diffstat at the end of the merge"
13637 msgstr ""
13638
13639 #: builtin/merge.c:246 builtin/pull.c:156
13640 msgid "(synonym to --stat)"
13641 msgstr ""
13642
13643 #: builtin/merge.c:248 builtin/pull.c:159
13644 msgid "add (at most <n>) entries from shortlog to merge commit message"
13645 msgstr ""
13646
13647 #: builtin/merge.c:251 builtin/pull.c:165
13648 msgid "create a single commit instead of doing a merge"
13649 msgstr ""
13650
13651 #: builtin/merge.c:253 builtin/pull.c:168
13652 msgid "perform a commit if the merge succeeds (default)"
13653 msgstr ""
13654
13655 #: builtin/merge.c:255 builtin/pull.c:171
13656 msgid "edit message before committing"
13657 msgstr ""
13658
13659 #: builtin/merge.c:257
13660 msgid "allow fast-forward (default)"
13661 msgstr ""
13662
13663 #: builtin/merge.c:259 builtin/pull.c:178
13664 msgid "abort if fast-forward is not possible"
13665 msgstr ""
13666
13667 #: builtin/merge.c:263 builtin/pull.c:181
13668 msgid "verify that the named commit has a valid GPG signature"
13669 msgstr ""
13670
13671 #: builtin/merge.c:264 builtin/notes.c:787 builtin/pull.c:185
13672 #: builtin/rebase.c:492 builtin/rebase.c:1471 builtin/revert.c:113
13673 msgid "strategy"
13674 msgstr ""
13675
13676 #: builtin/merge.c:265 builtin/pull.c:186
13677 msgid "merge strategy to use"
13678 msgstr ""
13679
13680 #: builtin/merge.c:266 builtin/pull.c:189
13681 msgid "option=value"
13682 msgstr ""
13683
13684 #: builtin/merge.c:267 builtin/pull.c:190
13685 msgid "option for selected merge strategy"
13686 msgstr ""
13687
13688 #: builtin/merge.c:269
13689 msgid "merge commit message (for a non-fast-forward merge)"
13690 msgstr ""
13691
13692 #: builtin/merge.c:276
13693 msgid "abort the current in-progress merge"
13694 msgstr ""
13695
13696 #: builtin/merge.c:278
13697 msgid "continue the current in-progress merge"
13698 msgstr ""
13699
13700 #: builtin/merge.c:280 builtin/pull.c:197
13701 msgid "allow merging unrelated histories"
13702 msgstr ""
13703
13704 #: builtin/merge.c:286
13705 msgid "verify commit-msg hook"
13706 msgstr ""
13707
13708 #: builtin/merge.c:311
13709 msgid "could not run stash."
13710 msgstr ""
13711
13712 #: builtin/merge.c:316
13713 msgid "stash failed"
13714 msgstr ""
13715
13716 #: builtin/merge.c:321
13717 #, c-format
13718 msgid "not a valid object: %s"
13719 msgstr ""
13720
13721 #: builtin/merge.c:343 builtin/merge.c:360
13722 msgid "read-tree failed"
13723 msgstr ""
13724
13725 #: builtin/merge.c:390
13726 msgid " (nothing to squash)"
13727 msgstr ""
13728
13729 #: builtin/merge.c:401
13730 #, c-format
13731 msgid "Squash commit -- not updating HEAD\n"
13732 msgstr ""
13733
13734 #: builtin/merge.c:451
13735 #, c-format
13736 msgid "No merge message -- not updating HEAD\n"
13737 msgstr ""
13738
13739 #: builtin/merge.c:502
13740 #, c-format
13741 msgid "'%s' does not point to a commit"
13742 msgstr ""
13743
13744 #: builtin/merge.c:589
13745 #, c-format
13746 msgid "Bad branch.%s.mergeoptions string: %s"
13747 msgstr ""
13748
13749 #: builtin/merge.c:712
13750 msgid "Not handling anything other than two heads merge."
13751 msgstr ""
13752
13753 #: builtin/merge.c:726
13754 #, c-format
13755 msgid "Unknown option for merge-recursive: -X%s"
13756 msgstr ""
13757
13758 #: builtin/merge.c:741
13759 #, c-format
13760 msgid "unable to write %s"
13761 msgstr ""
13762
13763 #: builtin/merge.c:793
13764 #, c-format
13765 msgid "Could not read from '%s'"
13766 msgstr ""
13767
13768 #: builtin/merge.c:802
13769 #, c-format
13770 msgid "Not committing merge; use 'git commit' to complete the merge.\n"
13771 msgstr ""
13772
13773 #: builtin/merge.c:808
13774 msgid ""
13775 "Please enter a commit message to explain why this merge is necessary,\n"
13776 "especially if it merges an updated upstream into a topic branch.\n"
13777 "\n"
13778 msgstr ""
13779
13780 #: builtin/merge.c:813
13781 msgid "An empty message aborts the commit.\n"
13782 msgstr ""
13783
13784 #: builtin/merge.c:816
13785 #, c-format
13786 msgid ""
13787 "Lines starting with '%c' will be ignored, and an empty message aborts\n"
13788 "the commit.\n"
13789 msgstr ""
13790
13791 #: builtin/merge.c:857
13792 msgid "Empty commit message."
13793 msgstr ""
13794
13795 #: builtin/merge.c:876
13796 #, c-format
13797 msgid "Wonderful.\n"
13798 msgstr ""
13799
13800 #: builtin/merge.c:936
13801 #, c-format
13802 msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
13803 msgstr ""
13804
13805 #: builtin/merge.c:975
13806 msgid "No current branch."
13807 msgstr ""
13808
13809 #: builtin/merge.c:977
13810 msgid "No remote for the current branch."
13811 msgstr ""
13812
13813 #: builtin/merge.c:979
13814 msgid "No default upstream defined for the current branch."
13815 msgstr ""
13816
13817 #: builtin/merge.c:984
13818 #, c-format
13819 msgid "No remote-tracking branch for %s from %s"
13820 msgstr ""
13821
13822 #: builtin/merge.c:1041
13823 #, c-format
13824 msgid "Bad value '%s' in environment '%s'"
13825 msgstr ""
13826
13827 #: builtin/merge.c:1144
13828 #, c-format
13829 msgid "not something we can merge in %s: %s"
13830 msgstr ""
13831
13832 #: builtin/merge.c:1178
13833 msgid "not something we can merge"
13834 msgstr ""
13835
13836 #: builtin/merge.c:1281
13837 msgid "--abort expects no arguments"
13838 msgstr ""
13839
13840 #: builtin/merge.c:1285
13841 msgid "There is no merge to abort (MERGE_HEAD missing)."
13842 msgstr ""
13843
13844 #: builtin/merge.c:1297
13845 msgid "--continue expects no arguments"
13846 msgstr ""
13847
13848 #: builtin/merge.c:1301
13849 msgid "There is no merge in progress (MERGE_HEAD missing)."
13850 msgstr ""
13851
13852 #: builtin/merge.c:1317
13853 msgid ""
13854 "You have not concluded your merge (MERGE_HEAD exists).\n"
13855 "Please, commit your changes before you merge."
13856 msgstr ""
13857
13858 #: builtin/merge.c:1324
13859 msgid ""
13860 "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
13861 "Please, commit your changes before you merge."
13862 msgstr ""
13863
13864 #: builtin/merge.c:1327
13865 msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
13866 msgstr ""
13867
13868 #: builtin/merge.c:1341
13869 msgid "You cannot combine --squash with --no-ff."
13870 msgstr ""
13871
13872 #: builtin/merge.c:1349
13873 msgid "No commit specified and merge.defaultToUpstream not set."
13874 msgstr ""
13875
13876 #: builtin/merge.c:1366
13877 msgid "Squash commit into empty head not supported yet"
13878 msgstr ""
13879
13880 #: builtin/merge.c:1368
13881 msgid "Non-fast-forward commit does not make sense into an empty head"
13882 msgstr ""
13883
13884 #: builtin/merge.c:1373
13885 #, c-format
13886 msgid "%s - not something we can merge"
13887 msgstr ""
13888
13889 #: builtin/merge.c:1375
13890 msgid "Can merge only exactly one commit into empty head"
13891 msgstr ""
13892
13893 #: builtin/merge.c:1454
13894 msgid "refusing to merge unrelated histories"
13895 msgstr ""
13896
13897 #: builtin/merge.c:1463
13898 msgid "Already up to date."
13899 msgstr ""
13900
13901 #: builtin/merge.c:1473
13902 #, c-format
13903 msgid "Updating %s..%s\n"
13904 msgstr ""
13905
13906 #: builtin/merge.c:1515
13907 #, c-format
13908 msgid "Trying really trivial in-index merge...\n"
13909 msgstr ""
13910
13911 #: builtin/merge.c:1522
13912 #, c-format
13913 msgid "Nope.\n"
13914 msgstr ""
13915
13916 #: builtin/merge.c:1547
13917 msgid "Already up to date. Yeeah!"
13918 msgstr ""
13919
13920 #: builtin/merge.c:1553
13921 msgid "Not possible to fast-forward, aborting."
13922 msgstr ""
13923
13924 #: builtin/merge.c:1576 builtin/merge.c:1655
13925 #, c-format
13926 msgid "Rewinding the tree to pristine...\n"
13927 msgstr ""
13928
13929 #: builtin/merge.c:1580
13930 #, c-format
13931 msgid "Trying merge strategy %s...\n"
13932 msgstr ""
13933
13934 #: builtin/merge.c:1646
13935 #, c-format
13936 msgid "No merge strategy handled the merge.\n"
13937 msgstr ""
13938
13939 #: builtin/merge.c:1648
13940 #, c-format
13941 msgid "Merge with strategy %s failed.\n"
13942 msgstr ""
13943
13944 #: builtin/merge.c:1657
13945 #, c-format
13946 msgid "Using the %s to prepare resolving by hand.\n"
13947 msgstr ""
13948
13949 #: builtin/merge.c:1669
13950 #, c-format
13951 msgid "Automatic merge went well; stopped before committing as requested\n"
13952 msgstr ""
13953
13954 #: builtin/merge-base.c:32
13955 msgid "git merge-base [-a | --all] <commit> <commit>..."
13956 msgstr ""
13957
13958 #: builtin/merge-base.c:33
13959 msgid "git merge-base [-a | --all] --octopus <commit>..."
13960 msgstr ""
13961
13962 #: builtin/merge-base.c:34
13963 msgid "git merge-base --independent <commit>..."
13964 msgstr ""
13965
13966 #: builtin/merge-base.c:35
13967 msgid "git merge-base --is-ancestor <commit> <commit>"
13968 msgstr ""
13969
13970 #: builtin/merge-base.c:36
13971 msgid "git merge-base --fork-point <ref> [<commit>]"
13972 msgstr ""
13973
13974 #: builtin/merge-base.c:153
13975 msgid "output all common ancestors"
13976 msgstr ""
13977
13978 #: builtin/merge-base.c:155
13979 msgid "find ancestors for a single n-way merge"
13980 msgstr ""
13981
13982 #: builtin/merge-base.c:157
13983 msgid "list revs not reachable from others"
13984 msgstr ""
13985
13986 #: builtin/merge-base.c:159
13987 msgid "is the first one ancestor of the other?"
13988 msgstr ""
13989
13990 #: builtin/merge-base.c:161
13991 msgid "find where <commit> forked from reflog of <ref>"
13992 msgstr ""
13993
13994 #: builtin/merge-file.c:9
13995 msgid ""
13996 "git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
13997 "<orig-file> <file2>"
13998 msgstr ""
13999
14000 #: builtin/merge-file.c:35
14001 msgid "send results to standard output"
14002 msgstr ""
14003
14004 #: builtin/merge-file.c:36
14005 msgid "use a diff3 based merge"
14006 msgstr ""
14007
14008 #: builtin/merge-file.c:37
14009 msgid "for conflicts, use our version"
14010 msgstr ""
14011
14012 #: builtin/merge-file.c:39
14013 msgid "for conflicts, use their version"
14014 msgstr ""
14015
14016 #: builtin/merge-file.c:41
14017 msgid "for conflicts, use a union version"
14018 msgstr ""
14019
14020 #: builtin/merge-file.c:44
14021 msgid "for conflicts, use this marker size"
14022 msgstr ""
14023
14024 #: builtin/merge-file.c:45
14025 msgid "do not warn about conflicts"
14026 msgstr ""
14027
14028 #: builtin/merge-file.c:47
14029 msgid "set labels for file1/orig-file/file2"
14030 msgstr ""
14031
14032 #: builtin/merge-recursive.c:46
14033 #, c-format
14034 msgid "unknown option %s"
14035 msgstr ""
14036
14037 #: builtin/merge-recursive.c:52
14038 #, c-format
14039 msgid "could not parse object '%s'"
14040 msgstr ""
14041
14042 #: builtin/merge-recursive.c:56
14043 #, c-format
14044 msgid "cannot handle more than %d base. Ignoring %s."
14045 msgid_plural "cannot handle more than %d bases. Ignoring %s."
14046 msgstr[0] ""
14047 msgstr[1] ""
14048
14049 #: builtin/merge-recursive.c:64
14050 msgid "not handling anything other than two heads merge."
14051 msgstr ""
14052
14053 #: builtin/merge-recursive.c:70 builtin/merge-recursive.c:72
14054 #, c-format
14055 msgid "could not resolve ref '%s'"
14056 msgstr ""
14057
14058 #: builtin/merge-recursive.c:78
14059 #, c-format
14060 msgid "Merging %s with %s\n"
14061 msgstr ""
14062
14063 #: builtin/mktree.c:66
14064 msgid "git mktree [-z] [--missing] [--batch]"
14065 msgstr ""
14066
14067 #: builtin/mktree.c:154
14068 msgid "input is NUL terminated"
14069 msgstr ""
14070
14071 #: builtin/mktree.c:155 builtin/write-tree.c:26
14072 msgid "allow missing objects"
14073 msgstr ""
14074
14075 #: builtin/mktree.c:156
14076 msgid "allow creation of more than one tree"
14077 msgstr ""
14078
14079 #: builtin/multi-pack-index.c:9
14080 msgid "git multi-pack-index [--object-dir=<dir>] (write|verify)"
14081 msgstr ""
14082
14083 #: builtin/multi-pack-index.c:22
14084 msgid "object directory containing set of packfile and pack-index pairs"
14085 msgstr ""
14086
14087 #: builtin/multi-pack-index.c:40 builtin/prune-packed.c:67
14088 msgid "too many arguments"
14089 msgstr ""
14090
14091 #: builtin/multi-pack-index.c:51
14092 #, c-format
14093 msgid "unrecognized verb: %s"
14094 msgstr ""
14095
14096 #: builtin/mv.c:18
14097 msgid "git mv [<options>] <source>... <destination>"
14098 msgstr ""
14099
14100 #: builtin/mv.c:83
14101 #, c-format
14102 msgid "Directory %s is in index and no submodule?"
14103 msgstr ""
14104
14105 #: builtin/mv.c:85
14106 msgid "Please stage your changes to .gitmodules or stash them to proceed"
14107 msgstr ""
14108
14109 #: builtin/mv.c:103
14110 #, c-format
14111 msgid "%.*s is in index"
14112 msgstr ""
14113
14114 #: builtin/mv.c:125
14115 msgid "force move/rename even if target exists"
14116 msgstr ""
14117
14118 #: builtin/mv.c:127
14119 msgid "skip move/rename errors"
14120 msgstr ""
14121
14122 #: builtin/mv.c:169
14123 #, c-format
14124 msgid "destination '%s' is not a directory"
14125 msgstr ""
14126
14127 #: builtin/mv.c:180
14128 #, c-format
14129 msgid "Checking rename of '%s' to '%s'\n"
14130 msgstr ""
14131
14132 #: builtin/mv.c:184
14133 msgid "bad source"
14134 msgstr ""
14135
14136 #: builtin/mv.c:187
14137 msgid "can not move directory into itself"
14138 msgstr ""
14139
14140 #: builtin/mv.c:190
14141 msgid "cannot move directory over file"
14142 msgstr ""
14143
14144 #: builtin/mv.c:199
14145 msgid "source directory is empty"
14146 msgstr ""
14147
14148 #: builtin/mv.c:224
14149 msgid "not under version control"
14150 msgstr ""
14151
14152 #: builtin/mv.c:227
14153 msgid "destination exists"
14154 msgstr ""
14155
14156 #: builtin/mv.c:235
14157 #, c-format
14158 msgid "overwriting '%s'"
14159 msgstr ""
14160
14161 #: builtin/mv.c:238
14162 msgid "Cannot overwrite"
14163 msgstr ""
14164
14165 #: builtin/mv.c:241
14166 msgid "multiple sources for the same target"
14167 msgstr ""
14168
14169 #: builtin/mv.c:243
14170 msgid "destination directory does not exist"
14171 msgstr ""
14172
14173 #: builtin/mv.c:250
14174 #, c-format
14175 msgid "%s, source=%s, destination=%s"
14176 msgstr ""
14177
14178 #: builtin/mv.c:271
14179 #, c-format
14180 msgid "Renaming %s to %s\n"
14181 msgstr ""
14182
14183 #: builtin/mv.c:277 builtin/remote.c:717 builtin/repack.c:516
14184 #, c-format
14185 msgid "renaming '%s' failed"
14186 msgstr ""
14187
14188 #: builtin/name-rev.c:355
14189 msgid "git name-rev [<options>] <commit>..."
14190 msgstr ""
14191
14192 #: builtin/name-rev.c:356
14193 msgid "git name-rev [<options>] --all"
14194 msgstr ""
14195
14196 #: builtin/name-rev.c:357
14197 msgid "git name-rev [<options>] --stdin"
14198 msgstr ""
14199
14200 #: builtin/name-rev.c:415
14201 msgid "print only names (no SHA-1)"
14202 msgstr ""
14203
14204 #: builtin/name-rev.c:416
14205 msgid "only use tags to name the commits"
14206 msgstr ""
14207
14208 #: builtin/name-rev.c:418
14209 msgid "only use refs matching <pattern>"
14210 msgstr ""
14211
14212 #: builtin/name-rev.c:420
14213 msgid "ignore refs matching <pattern>"
14214 msgstr ""
14215
14216 #: builtin/name-rev.c:422
14217 msgid "list all commits reachable from all refs"
14218 msgstr ""
14219
14220 #: builtin/name-rev.c:423
14221 msgid "read from stdin"
14222 msgstr ""
14223
14224 #: builtin/name-rev.c:424
14225 msgid "allow to print `undefined` names (default)"
14226 msgstr ""
14227
14228 #: builtin/name-rev.c:430
14229 msgid "dereference tags in the input (internal use)"
14230 msgstr ""
14231
14232 #: builtin/notes.c:28
14233 msgid "git notes [--ref <notes-ref>] [list [<object>]]"
14234 msgstr ""
14235
14236 #: builtin/notes.c:29
14237 msgid ""
14238 "git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
14239 "| (-c | -C) <object>] [<object>]"
14240 msgstr ""
14241
14242 #: builtin/notes.c:30
14243 msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
14244 msgstr ""
14245
14246 #: builtin/notes.c:31
14247 msgid ""
14248 "git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
14249 "(-c | -C) <object>] [<object>]"
14250 msgstr ""
14251
14252 #: builtin/notes.c:32
14253 msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
14254 msgstr ""
14255
14256 #: builtin/notes.c:33
14257 msgid "git notes [--ref <notes-ref>] show [<object>]"
14258 msgstr ""
14259
14260 #: builtin/notes.c:34
14261 msgid ""
14262 "git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
14263 msgstr ""
14264
14265 #: builtin/notes.c:35
14266 msgid "git notes merge --commit [-v | -q]"
14267 msgstr ""
14268
14269 #: builtin/notes.c:36
14270 msgid "git notes merge --abort [-v | -q]"
14271 msgstr ""
14272
14273 #: builtin/notes.c:37
14274 msgid "git notes [--ref <notes-ref>] remove [<object>...]"
14275 msgstr ""
14276
14277 #: builtin/notes.c:38
14278 msgid "git notes [--ref <notes-ref>] prune [-n] [-v]"
14279 msgstr ""
14280
14281 #: builtin/notes.c:39
14282 msgid "git notes [--ref <notes-ref>] get-ref"
14283 msgstr ""
14284
14285 #: builtin/notes.c:44
14286 msgid "git notes [list [<object>]]"
14287 msgstr ""
14288
14289 #: builtin/notes.c:49
14290 msgid "git notes add [<options>] [<object>]"
14291 msgstr ""
14292
14293 #: builtin/notes.c:54
14294 msgid "git notes copy [<options>] <from-object> <to-object>"
14295 msgstr ""
14296
14297 #: builtin/notes.c:55
14298 msgid "git notes copy --stdin [<from-object> <to-object>]..."
14299 msgstr ""
14300
14301 #: builtin/notes.c:60
14302 msgid "git notes append [<options>] [<object>]"
14303 msgstr ""
14304
14305 #: builtin/notes.c:65
14306 msgid "git notes edit [<object>]"
14307 msgstr ""
14308
14309 #: builtin/notes.c:70
14310 msgid "git notes show [<object>]"
14311 msgstr ""
14312
14313 #: builtin/notes.c:75
14314 msgid "git notes merge [<options>] <notes-ref>"
14315 msgstr ""
14316
14317 #: builtin/notes.c:76
14318 msgid "git notes merge --commit [<options>]"
14319 msgstr ""
14320
14321 #: builtin/notes.c:77
14322 msgid "git notes merge --abort [<options>]"
14323 msgstr ""
14324
14325 #: builtin/notes.c:82
14326 msgid "git notes remove [<object>]"
14327 msgstr ""
14328
14329 #: builtin/notes.c:87
14330 msgid "git notes prune [<options>]"
14331 msgstr ""
14332
14333 #: builtin/notes.c:92
14334 msgid "git notes get-ref"
14335 msgstr ""
14336
14337 #: builtin/notes.c:97
14338 msgid "Write/edit the notes for the following object:"
14339 msgstr ""
14340
14341 #: builtin/notes.c:150
14342 #, c-format
14343 msgid "unable to start 'show' for object '%s'"
14344 msgstr ""
14345
14346 #: builtin/notes.c:154
14347 msgid "could not read 'show' output"
14348 msgstr ""
14349
14350 #: builtin/notes.c:162
14351 #, c-format
14352 msgid "failed to finish 'show' for object '%s'"
14353 msgstr ""
14354
14355 #: builtin/notes.c:197
14356 msgid "please supply the note contents using either -m or -F option"
14357 msgstr ""
14358
14359 #: builtin/notes.c:206
14360 msgid "unable to write note object"
14361 msgstr ""
14362
14363 #: builtin/notes.c:208
14364 #, c-format
14365 msgid "the note contents have been left in %s"
14366 msgstr ""
14367
14368 #: builtin/notes.c:242 builtin/tag.c:522
14369 #, c-format
14370 msgid "could not open or read '%s'"
14371 msgstr ""
14372
14373 #: builtin/notes.c:263 builtin/notes.c:313 builtin/notes.c:315
14374 #: builtin/notes.c:383 builtin/notes.c:438 builtin/notes.c:526
14375 #: builtin/notes.c:531 builtin/notes.c:610 builtin/notes.c:672
14376 #, c-format
14377 msgid "failed to resolve '%s' as a valid ref."
14378 msgstr ""
14379
14380 #: builtin/notes.c:265
14381 #, c-format
14382 msgid "failed to read object '%s'."
14383 msgstr ""
14384
14385 #: builtin/notes.c:268
14386 #, c-format
14387 msgid "cannot read note data from non-blob object '%s'."
14388 msgstr ""
14389
14390 #: builtin/notes.c:309
14391 #, c-format
14392 msgid "malformed input line: '%s'."
14393 msgstr ""
14394
14395 #: builtin/notes.c:324
14396 #, c-format
14397 msgid "failed to copy notes from '%s' to '%s'"
14398 msgstr ""
14399
14400 #. TRANSLATORS: the first %s will be replaced by a git
14401 #. notes command: 'add', 'merge', 'remove', etc.
14402 #.
14403 #: builtin/notes.c:356
14404 #, c-format
14405 msgid "refusing to %s notes in %s (outside of refs/notes/)"
14406 msgstr ""
14407
14408 #: builtin/notes.c:376 builtin/notes.c:431 builtin/notes.c:509
14409 #: builtin/notes.c:521 builtin/notes.c:598 builtin/notes.c:665
14410 #: builtin/notes.c:815 builtin/notes.c:963 builtin/notes.c:985
14411 msgid "too many parameters"
14412 msgstr ""
14413
14414 #: builtin/notes.c:389 builtin/notes.c:678
14415 #, c-format
14416 msgid "no note found for object %s."
14417 msgstr ""
14418
14419 #: builtin/notes.c:410 builtin/notes.c:576
14420 msgid "note contents as a string"
14421 msgstr ""
14422
14423 #: builtin/notes.c:413 builtin/notes.c:579
14424 msgid "note contents in a file"
14425 msgstr ""
14426
14427 #: builtin/notes.c:416 builtin/notes.c:582
14428 msgid "reuse and edit specified note object"
14429 msgstr ""
14430
14431 #: builtin/notes.c:419 builtin/notes.c:585
14432 msgid "reuse specified note object"
14433 msgstr ""
14434
14435 #: builtin/notes.c:422 builtin/notes.c:588
14436 msgid "allow storing empty note"
14437 msgstr ""
14438
14439 #: builtin/notes.c:423 builtin/notes.c:496
14440 msgid "replace existing notes"
14441 msgstr ""
14442
14443 #: builtin/notes.c:448
14444 #, c-format
14445 msgid ""
14446 "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
14447 "existing notes"
14448 msgstr ""
14449
14450 #: builtin/notes.c:463 builtin/notes.c:544
14451 #, c-format
14452 msgid "Overwriting existing notes for object %s\n"
14453 msgstr ""
14454
14455 #: builtin/notes.c:475 builtin/notes.c:637 builtin/notes.c:902
14456 #, c-format
14457 msgid "Removing note for object %s\n"
14458 msgstr ""
14459
14460 #: builtin/notes.c:497
14461 msgid "read objects from stdin"
14462 msgstr ""
14463
14464 #: builtin/notes.c:499
14465 msgid "load rewriting config for <command> (implies --stdin)"
14466 msgstr ""
14467
14468 #: builtin/notes.c:517
14469 msgid "too few parameters"
14470 msgstr ""
14471
14472 #: builtin/notes.c:538
14473 #, c-format
14474 msgid ""
14475 "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
14476 "existing notes"
14477 msgstr ""
14478
14479 #: builtin/notes.c:550
14480 #, c-format
14481 msgid "missing notes on source object %s. Cannot copy."
14482 msgstr ""
14483
14484 #: builtin/notes.c:603
14485 #, c-format
14486 msgid ""
14487 "The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
14488 "Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
14489 msgstr ""
14490
14491 #: builtin/notes.c:698
14492 msgid "failed to delete ref NOTES_MERGE_PARTIAL"
14493 msgstr ""
14494
14495 #: builtin/notes.c:700
14496 msgid "failed to delete ref NOTES_MERGE_REF"
14497 msgstr ""
14498
14499 #: builtin/notes.c:702
14500 msgid "failed to remove 'git notes merge' worktree"
14501 msgstr ""
14502
14503 #: builtin/notes.c:722
14504 msgid "failed to read ref NOTES_MERGE_PARTIAL"
14505 msgstr ""
14506
14507 #: builtin/notes.c:724
14508 msgid "could not find commit from NOTES_MERGE_PARTIAL."
14509 msgstr ""
14510
14511 #: builtin/notes.c:726
14512 msgid "could not parse commit from NOTES_MERGE_PARTIAL."
14513 msgstr ""
14514
14515 #: builtin/notes.c:739
14516 msgid "failed to resolve NOTES_MERGE_REF"
14517 msgstr ""
14518
14519 #: builtin/notes.c:742
14520 msgid "failed to finalize notes merge"
14521 msgstr ""
14522
14523 #: builtin/notes.c:768
14524 #, c-format
14525 msgid "unknown notes merge strategy %s"
14526 msgstr ""
14527
14528 #: builtin/notes.c:784
14529 msgid "General options"
14530 msgstr ""
14531
14532 #: builtin/notes.c:786
14533 msgid "Merge options"
14534 msgstr ""
14535
14536 #: builtin/notes.c:788
14537 msgid ""
14538 "resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
14539 "cat_sort_uniq)"
14540 msgstr ""
14541
14542 #: builtin/notes.c:790
14543 msgid "Committing unmerged notes"
14544 msgstr ""
14545
14546 #: builtin/notes.c:792
14547 msgid "finalize notes merge by committing unmerged notes"
14548 msgstr ""
14549
14550 #: builtin/notes.c:794
14551 msgid "Aborting notes merge resolution"
14552 msgstr ""
14553
14554 #: builtin/notes.c:796
14555 msgid "abort notes merge"
14556 msgstr ""
14557
14558 #: builtin/notes.c:807
14559 msgid "cannot mix --commit, --abort or -s/--strategy"
14560 msgstr ""
14561
14562 #: builtin/notes.c:812
14563 msgid "must specify a notes ref to merge"
14564 msgstr ""
14565
14566 #: builtin/notes.c:836
14567 #, c-format
14568 msgid "unknown -s/--strategy: %s"
14569 msgstr ""
14570
14571 #: builtin/notes.c:873
14572 #, c-format
14573 msgid "a notes merge into %s is already in-progress at %s"
14574 msgstr ""
14575
14576 #: builtin/notes.c:876
14577 #, c-format
14578 msgid "failed to store link to current notes ref (%s)"
14579 msgstr ""
14580
14581 #: builtin/notes.c:878
14582 #, c-format
14583 msgid ""
14584 "Automatic notes merge failed. Fix conflicts in %s and commit the result with "
14585 "'git notes merge --commit', or abort the merge with 'git notes merge --"
14586 "abort'.\n"
14587 msgstr ""
14588
14589 #: builtin/notes.c:897 builtin/tag.c:535
14590 #, c-format
14591 msgid "Failed to resolve '%s' as a valid ref."
14592 msgstr ""
14593
14594 #: builtin/notes.c:900
14595 #, c-format
14596 msgid "Object %s has no note\n"
14597 msgstr ""
14598
14599 #: builtin/notes.c:912
14600 msgid "attempt to remove non-existent note is not an error"
14601 msgstr ""
14602
14603 #: builtin/notes.c:915
14604 msgid "read object names from the standard input"
14605 msgstr ""
14606
14607 #: builtin/notes.c:954 builtin/prune.c:130 builtin/worktree.c:165
14608 msgid "do not remove, show only"
14609 msgstr ""
14610
14611 #: builtin/notes.c:955
14612 msgid "report pruned notes"
14613 msgstr ""
14614
14615 #: builtin/notes.c:998
14616 msgid "notes-ref"
14617 msgstr ""
14618
14619 #: builtin/notes.c:999
14620 msgid "use notes from <notes-ref>"
14621 msgstr ""
14622
14623 #: builtin/notes.c:1034 builtin/stash.c:1611
14624 #, c-format
14625 msgid "unknown subcommand: %s"
14626 msgstr ""
14627
14628 #: builtin/pack-objects.c:52
14629 msgid ""
14630 "git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
14631 msgstr ""
14632
14633 #: builtin/pack-objects.c:53
14634 msgid ""
14635 "git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
14636 msgstr ""
14637
14638 #: builtin/pack-objects.c:424
14639 #, c-format
14640 msgid "bad packed object CRC for %s"
14641 msgstr ""
14642
14643 #: builtin/pack-objects.c:435
14644 #, c-format
14645 msgid "corrupt packed object for %s"
14646 msgstr ""
14647
14648 #: builtin/pack-objects.c:566
14649 #, c-format
14650 msgid "recursive delta detected for object %s"
14651 msgstr ""
14652
14653 #: builtin/pack-objects.c:777
14654 #, c-format
14655 msgid "ordered %u objects, expected %<PRIu32>"
14656 msgstr ""
14657
14658 #: builtin/pack-objects.c:790
14659 #, c-format
14660 msgid "packfile is invalid: %s"
14661 msgstr ""
14662
14663 #: builtin/pack-objects.c:794
14664 #, c-format
14665 msgid "unable to open packfile for reuse: %s"
14666 msgstr ""
14667
14668 #: builtin/pack-objects.c:798
14669 msgid "unable to seek in reused packfile"
14670 msgstr ""
14671
14672 #: builtin/pack-objects.c:809
14673 msgid "unable to read from reused packfile"
14674 msgstr ""
14675
14676 #: builtin/pack-objects.c:837
14677 msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
14678 msgstr ""
14679
14680 #: builtin/pack-objects.c:850
14681 msgid "Writing objects"
14682 msgstr ""
14683
14684 #: builtin/pack-objects.c:912 builtin/update-index.c:89
14685 #, c-format
14686 msgid "failed to stat %s"
14687 msgstr ""
14688
14689 #: builtin/pack-objects.c:965
14690 #, c-format
14691 msgid "wrote %<PRIu32> objects while expecting %<PRIu32>"
14692 msgstr ""
14693
14694 #: builtin/pack-objects.c:1161
14695 msgid "disabling bitmap writing, as some objects are not being packed"
14696 msgstr ""
14697
14698 #: builtin/pack-objects.c:1589
14699 #, c-format
14700 msgid "delta base offset overflow in pack for %s"
14701 msgstr ""
14702
14703 #: builtin/pack-objects.c:1598
14704 #, c-format
14705 msgid "delta base offset out of bound for %s"
14706 msgstr ""
14707
14708 #: builtin/pack-objects.c:1867
14709 msgid "Counting objects"
14710 msgstr ""
14711
14712 #: builtin/pack-objects.c:1997
14713 #, c-format
14714 msgid "unable to get size of %s"
14715 msgstr ""
14716
14717 #: builtin/pack-objects.c:2012
14718 #, c-format
14719 msgid "unable to parse object header of %s"
14720 msgstr ""
14721
14722 #: builtin/pack-objects.c:2082 builtin/pack-objects.c:2098
14723 #: builtin/pack-objects.c:2108
14724 #, c-format
14725 msgid "object %s cannot be read"
14726 msgstr ""
14727
14728 #: builtin/pack-objects.c:2085 builtin/pack-objects.c:2112
14729 #, c-format
14730 msgid "object %s inconsistent object length (%<PRIuMAX> vs %<PRIuMAX>)"
14731 msgstr ""
14732
14733 #: builtin/pack-objects.c:2122
14734 msgid "suboptimal pack - out of memory"
14735 msgstr ""
14736
14737 #: builtin/pack-objects.c:2448
14738 #, c-format
14739 msgid "Delta compression using up to %d threads"
14740 msgstr ""
14741
14742 #: builtin/pack-objects.c:2580
14743 #, c-format
14744 msgid "unable to pack objects reachable from tag %s"
14745 msgstr ""
14746
14747 #: builtin/pack-objects.c:2667
14748 msgid "Compressing objects"
14749 msgstr ""
14750
14751 #: builtin/pack-objects.c:2673
14752 msgid "inconsistency with delta count"
14753 msgstr ""
14754
14755 #: builtin/pack-objects.c:2754
14756 #, c-format
14757 msgid ""
14758 "expected edge object ID, got garbage:\n"
14759 " %s"
14760 msgstr ""
14761
14762 #: builtin/pack-objects.c:2760
14763 #, c-format
14764 msgid ""
14765 "expected object ID, got garbage:\n"
14766 " %s"
14767 msgstr ""
14768
14769 #: builtin/pack-objects.c:2858
14770 msgid "invalid value for --missing"
14771 msgstr ""
14772
14773 #: builtin/pack-objects.c:2917 builtin/pack-objects.c:3025
14774 msgid "cannot open pack index"
14775 msgstr ""
14776
14777 #: builtin/pack-objects.c:2948
14778 #, c-format
14779 msgid "loose object at %s could not be examined"
14780 msgstr ""
14781
14782 #: builtin/pack-objects.c:3033
14783 msgid "unable to force loose object"
14784 msgstr ""
14785
14786 #: builtin/pack-objects.c:3125
14787 #, c-format
14788 msgid "not a rev '%s'"
14789 msgstr ""
14790
14791 #: builtin/pack-objects.c:3128
14792 #, c-format
14793 msgid "bad revision '%s'"
14794 msgstr ""
14795
14796 #: builtin/pack-objects.c:3153
14797 msgid "unable to add recent objects"
14798 msgstr ""
14799
14800 #: builtin/pack-objects.c:3206
14801 #, c-format
14802 msgid "unsupported index version %s"
14803 msgstr ""
14804
14805 #: builtin/pack-objects.c:3210
14806 #, c-format
14807 msgid "bad index version '%s'"
14808 msgstr ""
14809
14810 #: builtin/pack-objects.c:3240
14811 msgid "do not show progress meter"
14812 msgstr ""
14813
14814 #: builtin/pack-objects.c:3242
14815 msgid "show progress meter"
14816 msgstr ""
14817
14818 #: builtin/pack-objects.c:3244
14819 msgid "show progress meter during object writing phase"
14820 msgstr ""
14821
14822 #: builtin/pack-objects.c:3247
14823 msgid "similar to --all-progress when progress meter is shown"
14824 msgstr ""
14825
14826 #: builtin/pack-objects.c:3248
14827 msgid "<version>[,<offset>]"
14828 msgstr ""
14829
14830 #: builtin/pack-objects.c:3249
14831 msgid "write the pack index file in the specified idx format version"
14832 msgstr ""
14833
14834 #: builtin/pack-objects.c:3252
14835 msgid "maximum size of each output pack file"
14836 msgstr ""
14837
14838 #: builtin/pack-objects.c:3254
14839 msgid "ignore borrowed objects from alternate object store"
14840 msgstr ""
14841
14842 #: builtin/pack-objects.c:3256
14843 msgid "ignore packed objects"
14844 msgstr ""
14845
14846 #: builtin/pack-objects.c:3258
14847 msgid "limit pack window by objects"
14848 msgstr ""
14849
14850 #: builtin/pack-objects.c:3260
14851 msgid "limit pack window by memory in addition to object limit"
14852 msgstr ""
14853
14854 #: builtin/pack-objects.c:3262
14855 msgid "maximum length of delta chain allowed in the resulting pack"
14856 msgstr ""
14857
14858 #: builtin/pack-objects.c:3264
14859 msgid "reuse existing deltas"
14860 msgstr ""
14861
14862 #: builtin/pack-objects.c:3266
14863 msgid "reuse existing objects"
14864 msgstr ""
14865
14866 #: builtin/pack-objects.c:3268
14867 msgid "use OFS_DELTA objects"
14868 msgstr ""
14869
14870 #: builtin/pack-objects.c:3270
14871 msgid "use threads when searching for best delta matches"
14872 msgstr ""
14873
14874 #: builtin/pack-objects.c:3272
14875 msgid "do not create an empty pack output"
14876 msgstr ""
14877
14878 #: builtin/pack-objects.c:3274
14879 msgid "read revision arguments from standard input"
14880 msgstr ""
14881
14882 #: builtin/pack-objects.c:3276
14883 msgid "limit the objects to those that are not yet packed"
14884 msgstr ""
14885
14886 #: builtin/pack-objects.c:3279
14887 msgid "include objects reachable from any reference"
14888 msgstr ""
14889
14890 #: builtin/pack-objects.c:3282
14891 msgid "include objects referred by reflog entries"
14892 msgstr ""
14893
14894 #: builtin/pack-objects.c:3285
14895 msgid "include objects referred to by the index"
14896 msgstr ""
14897
14898 #: builtin/pack-objects.c:3288
14899 msgid "output pack to stdout"
14900 msgstr ""
14901
14902 #: builtin/pack-objects.c:3290
14903 msgid "include tag objects that refer to objects to be packed"
14904 msgstr ""
14905
14906 #: builtin/pack-objects.c:3292
14907 msgid "keep unreachable objects"
14908 msgstr ""
14909
14910 #: builtin/pack-objects.c:3294
14911 msgid "pack loose unreachable objects"
14912 msgstr ""
14913
14914 #: builtin/pack-objects.c:3296
14915 msgid "unpack unreachable objects newer than <time>"
14916 msgstr ""
14917
14918 #: builtin/pack-objects.c:3299
14919 msgid "use the sparse reachability algorithm"
14920 msgstr ""
14921
14922 #: builtin/pack-objects.c:3301
14923 msgid "create thin packs"
14924 msgstr ""
14925
14926 #: builtin/pack-objects.c:3303
14927 msgid "create packs suitable for shallow fetches"
14928 msgstr ""
14929
14930 #: builtin/pack-objects.c:3305
14931 msgid "ignore packs that have companion .keep file"
14932 msgstr ""
14933
14934 #: builtin/pack-objects.c:3307
14935 msgid "ignore this pack"
14936 msgstr ""
14937
14938 #: builtin/pack-objects.c:3309
14939 msgid "pack compression level"
14940 msgstr ""
14941
14942 #: builtin/pack-objects.c:3311
14943 msgid "do not hide commits by grafts"
14944 msgstr ""
14945
14946 #: builtin/pack-objects.c:3313
14947 msgid "use a bitmap index if available to speed up counting objects"
14948 msgstr ""
14949
14950 #: builtin/pack-objects.c:3315
14951 msgid "write a bitmap index together with the pack index"
14952 msgstr ""
14953
14954 #: builtin/pack-objects.c:3318
14955 msgid "handling for missing objects"
14956 msgstr ""
14957
14958 #: builtin/pack-objects.c:3321
14959 msgid "do not pack objects in promisor packfiles"
14960 msgstr ""
14961
14962 #: builtin/pack-objects.c:3323
14963 msgid "respect islands during delta compression"
14964 msgstr ""
14965
14966 #: builtin/pack-objects.c:3348
14967 #, c-format
14968 msgid "delta chain depth %d is too deep, forcing %d"
14969 msgstr ""
14970
14971 #: builtin/pack-objects.c:3353
14972 #, c-format
14973 msgid "pack.deltaCacheLimit is too high, forcing %d"
14974 msgstr ""
14975
14976 #: builtin/pack-objects.c:3407
14977 msgid "--max-pack-size cannot be used to build a pack for transfer"
14978 msgstr ""
14979
14980 #: builtin/pack-objects.c:3409
14981 msgid "minimum pack size limit is 1 MiB"
14982 msgstr ""
14983
14984 #: builtin/pack-objects.c:3414
14985 msgid "--thin cannot be used to build an indexable pack"
14986 msgstr ""
14987
14988 #: builtin/pack-objects.c:3417
14989 msgid "--keep-unreachable and --unpack-unreachable are incompatible"
14990 msgstr ""
14991
14992 #: builtin/pack-objects.c:3423
14993 msgid "cannot use --filter without --stdout"
14994 msgstr ""
14995
14996 #: builtin/pack-objects.c:3484
14997 msgid "Enumerating objects"
14998 msgstr ""
14999
15000 #: builtin/pack-objects.c:3514
15001 #, c-format
15002 msgid "Total %<PRIu32> (delta %<PRIu32>), reused %<PRIu32> (delta %<PRIu32>)"
15003 msgstr ""
15004
15005 #: builtin/pack-refs.c:8
15006 msgid "git pack-refs [<options>]"
15007 msgstr ""
15008
15009 #: builtin/pack-refs.c:16
15010 msgid "pack everything"
15011 msgstr ""
15012
15013 #: builtin/pack-refs.c:17
15014 msgid "prune loose refs (default)"
15015 msgstr ""
15016
15017 #: builtin/prune-packed.c:9
15018 msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
15019 msgstr ""
15020
15021 #: builtin/prune-packed.c:42
15022 msgid "Removing duplicate objects"
15023 msgstr ""
15024
15025 #: builtin/prune.c:12
15026 msgid "git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"
15027 msgstr ""
15028
15029 #: builtin/prune.c:131
15030 msgid "report pruned objects"
15031 msgstr ""
15032
15033 #: builtin/prune.c:134
15034 msgid "expire objects older than <time>"
15035 msgstr ""
15036
15037 #: builtin/prune.c:136
15038 msgid "limit traversal to objects outside promisor packfiles"
15039 msgstr ""
15040
15041 #: builtin/prune.c:150
15042 msgid "cannot prune in a precious-objects repo"
15043 msgstr ""
15044
15045 #: builtin/pull.c:66 builtin/pull.c:68
15046 #, c-format
15047 msgid "Invalid value for %s: %s"
15048 msgstr ""
15049
15050 #: builtin/pull.c:88
15051 msgid "git pull [<options>] [<repository> [<refspec>...]]"
15052 msgstr ""
15053
15054 #: builtin/pull.c:140
15055 msgid "control for recursive fetching of submodules"
15056 msgstr ""
15057
15058 #: builtin/pull.c:144
15059 msgid "Options related to merging"
15060 msgstr ""
15061
15062 #: builtin/pull.c:147
15063 msgid "incorporate changes by rebasing rather than merging"
15064 msgstr ""
15065
15066 #: builtin/pull.c:175 builtin/rebase.c:447 builtin/revert.c:125
15067 msgid "allow fast-forward"
15068 msgstr ""
15069
15070 #: builtin/pull.c:184
15071 msgid "automatically stash/stash pop before and after rebase"
15072 msgstr ""
15073
15074 #: builtin/pull.c:200
15075 msgid "Options related to fetching"
15076 msgstr ""
15077
15078 #: builtin/pull.c:210
15079 msgid "force overwrite of local branch"
15080 msgstr ""
15081
15082 #: builtin/pull.c:218
15083 msgid "number of submodules pulled in parallel"
15084 msgstr ""
15085
15086 #: builtin/pull.c:313
15087 #, c-format
15088 msgid "Invalid value for pull.ff: %s"
15089 msgstr ""
15090
15091 #: builtin/pull.c:430
15092 msgid ""
15093 "There is no candidate for rebasing against among the refs that you just "
15094 "fetched."
15095 msgstr ""
15096
15097 #: builtin/pull.c:432
15098 msgid ""
15099 "There are no candidates for merging among the refs that you just fetched."
15100 msgstr ""
15101
15102 #: builtin/pull.c:433
15103 msgid ""
15104 "Generally this means that you provided a wildcard refspec which had no\n"
15105 "matches on the remote end."
15106 msgstr ""
15107
15108 #: builtin/pull.c:436
15109 #, c-format
15110 msgid ""
15111 "You asked to pull from the remote '%s', but did not specify\n"
15112 "a branch. Because this is not the default configured remote\n"
15113 "for your current branch, you must specify a branch on the command line."
15114 msgstr ""
15115
15116 #: builtin/pull.c:441 builtin/rebase.c:1321 git-parse-remote.sh:73
15117 msgid "You are not currently on a branch."
15118 msgstr ""
15119
15120 #: builtin/pull.c:443 builtin/pull.c:458 git-parse-remote.sh:79
15121 msgid "Please specify which branch you want to rebase against."
15122 msgstr ""
15123
15124 #: builtin/pull.c:445 builtin/pull.c:460 git-parse-remote.sh:82
15125 msgid "Please specify which branch you want to merge with."
15126 msgstr ""
15127
15128 #: builtin/pull.c:446 builtin/pull.c:461
15129 msgid "See git-pull(1) for details."
15130 msgstr ""
15131
15132 #: builtin/pull.c:448 builtin/pull.c:454 builtin/pull.c:463
15133 #: builtin/rebase.c:1327 git-parse-remote.sh:64
15134 msgid "<remote>"
15135 msgstr ""
15136
15137 #: builtin/pull.c:448 builtin/pull.c:463 builtin/pull.c:468
15138 #: git-parse-remote.sh:65
15139 msgid "<branch>"
15140 msgstr ""
15141
15142 #: builtin/pull.c:456 builtin/rebase.c:1319 git-parse-remote.sh:75
15143 msgid "There is no tracking information for the current branch."
15144 msgstr ""
15145
15146 #: builtin/pull.c:465 git-parse-remote.sh:95
15147 msgid ""
15148 "If you wish to set tracking information for this branch you can do so with:"
15149 msgstr ""
15150
15151 #: builtin/pull.c:470
15152 #, c-format
15153 msgid ""
15154 "Your configuration specifies to merge with the ref '%s'\n"
15155 "from the remote, but no such ref was fetched."
15156 msgstr ""
15157
15158 #: builtin/pull.c:574
15159 #, c-format
15160 msgid "unable to access commit %s"
15161 msgstr ""
15162
15163 #: builtin/pull.c:854
15164 msgid "ignoring --verify-signatures for rebase"
15165 msgstr ""
15166
15167 #: builtin/pull.c:909
15168 msgid "--[no-]autostash option is only valid with --rebase."
15169 msgstr ""
15170
15171 #: builtin/pull.c:917
15172 msgid "Updating an unborn branch with changes added to the index."
15173 msgstr ""
15174
15175 #: builtin/pull.c:921
15176 msgid "pull with rebase"
15177 msgstr ""
15178
15179 #: builtin/pull.c:922
15180 msgid "please commit or stash them."
15181 msgstr ""
15182
15183 #: builtin/pull.c:947
15184 #, c-format
15185 msgid ""
15186 "fetch updated the current branch head.\n"
15187 "fast-forwarding your working tree from\n"
15188 "commit %s."
15189 msgstr ""
15190
15191 #: builtin/pull.c:953
15192 #, c-format
15193 msgid ""
15194 "Cannot fast-forward your working tree.\n"
15195 "After making sure that you saved anything precious from\n"
15196 "$ git diff %s\n"
15197 "output, run\n"
15198 "$ git reset --hard\n"
15199 "to recover."
15200 msgstr ""
15201
15202 #: builtin/pull.c:968
15203 msgid "Cannot merge multiple branches into empty head."
15204 msgstr ""
15205
15206 #: builtin/pull.c:972
15207 msgid "Cannot rebase onto multiple branches."
15208 msgstr ""
15209
15210 #: builtin/pull.c:979
15211 msgid "cannot rebase with locally recorded submodule modifications"
15212 msgstr ""
15213
15214 #: builtin/push.c:19
15215 msgid "git push [<options>] [<repository> [<refspec>...]]"
15216 msgstr ""
15217
15218 #: builtin/push.c:111
15219 msgid "tag shorthand without <tag>"
15220 msgstr ""
15221
15222 #: builtin/push.c:121
15223 msgid "--delete only accepts plain target ref names"
15224 msgstr ""
15225
15226 #: builtin/push.c:167
15227 msgid ""
15228 "\n"
15229 "To choose either option permanently, see push.default in 'git help config'."
15230 msgstr ""
15231
15232 #: builtin/push.c:170
15233 #, c-format
15234 msgid ""
15235 "The upstream branch of your current branch does not match\n"
15236 "the name of your current branch.  To push to the upstream branch\n"
15237 "on the remote, use\n"
15238 "\n"
15239 "    git push %s HEAD:%s\n"
15240 "\n"
15241 "To push to the branch of the same name on the remote, use\n"
15242 "\n"
15243 "    git push %s HEAD\n"
15244 "%s"
15245 msgstr ""
15246
15247 #: builtin/push.c:185
15248 #, c-format
15249 msgid ""
15250 "You are not currently on a branch.\n"
15251 "To push the history leading to the current (detached HEAD)\n"
15252 "state now, use\n"
15253 "\n"
15254 "    git push %s HEAD:<name-of-remote-branch>\n"
15255 msgstr ""
15256
15257 #: builtin/push.c:199
15258 #, c-format
15259 msgid ""
15260 "The current branch %s has no upstream branch.\n"
15261 "To push the current branch and set the remote as upstream, use\n"
15262 "\n"
15263 "    git push --set-upstream %s %s\n"
15264 msgstr ""
15265
15266 #: builtin/push.c:207
15267 #, c-format
15268 msgid "The current branch %s has multiple upstream branches, refusing to push."
15269 msgstr ""
15270
15271 #: builtin/push.c:210
15272 #, c-format
15273 msgid ""
15274 "You are pushing to remote '%s', which is not the upstream of\n"
15275 "your current branch '%s', without telling me what to push\n"
15276 "to update which remote branch."
15277 msgstr ""
15278
15279 #: builtin/push.c:269
15280 msgid ""
15281 "You didn't specify any refspecs to push, and push.default is \"nothing\"."
15282 msgstr ""
15283
15284 #: builtin/push.c:276
15285 msgid ""
15286 "Updates were rejected because the tip of your current branch is behind\n"
15287 "its remote counterpart. Integrate the remote changes (e.g.\n"
15288 "'git pull ...') before pushing again.\n"
15289 "See the 'Note about fast-forwards' in 'git push --help' for details."
15290 msgstr ""
15291
15292 #: builtin/push.c:282
15293 msgid ""
15294 "Updates were rejected because a pushed branch tip is behind its remote\n"
15295 "counterpart. Check out this branch and integrate the remote changes\n"
15296 "(e.g. 'git pull ...') before pushing again.\n"
15297 "See the 'Note about fast-forwards' in 'git push --help' for details."
15298 msgstr ""
15299
15300 #: builtin/push.c:288
15301 msgid ""
15302 "Updates were rejected because the remote contains work that you do\n"
15303 "not have locally. This is usually caused by another repository pushing\n"
15304 "to the same ref. You may want to first integrate the remote changes\n"
15305 "(e.g., 'git pull ...') before pushing again.\n"
15306 "See the 'Note about fast-forwards' in 'git push --help' for details."
15307 msgstr ""
15308
15309 #: builtin/push.c:295
15310 msgid "Updates were rejected because the tag already exists in the remote."
15311 msgstr ""
15312
15313 #: builtin/push.c:298
15314 msgid ""
15315 "You cannot update a remote ref that points at a non-commit object,\n"
15316 "or update a remote ref to make it point at a non-commit object,\n"
15317 "without using the '--force' option.\n"
15318 msgstr ""
15319
15320 #: builtin/push.c:359
15321 #, c-format
15322 msgid "Pushing to %s\n"
15323 msgstr ""
15324
15325 #: builtin/push.c:364
15326 #, c-format
15327 msgid "failed to push some refs to '%s'"
15328 msgstr ""
15329
15330 #: builtin/push.c:398
15331 #, c-format
15332 msgid "bad repository '%s'"
15333 msgstr ""
15334
15335 #: builtin/push.c:399
15336 msgid ""
15337 "No configured push destination.\n"
15338 "Either specify the URL from the command-line or configure a remote "
15339 "repository using\n"
15340 "\n"
15341 "    git remote add <name> <url>\n"
15342 "\n"
15343 "and then push using the remote name\n"
15344 "\n"
15345 "    git push <name>\n"
15346 msgstr ""
15347
15348 #: builtin/push.c:554
15349 msgid "repository"
15350 msgstr ""
15351
15352 #: builtin/push.c:555 builtin/send-pack.c:164
15353 msgid "push all refs"
15354 msgstr ""
15355
15356 #: builtin/push.c:556 builtin/send-pack.c:166
15357 msgid "mirror all refs"
15358 msgstr ""
15359
15360 #: builtin/push.c:558
15361 msgid "delete refs"
15362 msgstr ""
15363
15364 #: builtin/push.c:559
15365 msgid "push tags (can't be used with --all or --mirror)"
15366 msgstr ""
15367
15368 #: builtin/push.c:562 builtin/send-pack.c:167
15369 msgid "force updates"
15370 msgstr ""
15371
15372 #: builtin/push.c:564 builtin/send-pack.c:181
15373 msgid "<refname>:<expect>"
15374 msgstr ""
15375
15376 #: builtin/push.c:565 builtin/send-pack.c:182
15377 msgid "require old value of ref to be at this value"
15378 msgstr ""
15379
15380 #: builtin/push.c:568
15381 msgid "control recursive pushing of submodules"
15382 msgstr ""
15383
15384 #: builtin/push.c:570 builtin/send-pack.c:175
15385 msgid "use thin pack"
15386 msgstr ""
15387
15388 #: builtin/push.c:571 builtin/push.c:572 builtin/send-pack.c:161
15389 #: builtin/send-pack.c:162
15390 msgid "receive pack program"
15391 msgstr ""
15392
15393 #: builtin/push.c:573
15394 msgid "set upstream for git pull/status"
15395 msgstr ""
15396
15397 #: builtin/push.c:576
15398 msgid "prune locally removed refs"
15399 msgstr ""
15400
15401 #: builtin/push.c:578
15402 msgid "bypass pre-push hook"
15403 msgstr ""
15404
15405 #: builtin/push.c:579
15406 msgid "push missing but relevant tags"
15407 msgstr ""
15408
15409 #: builtin/push.c:582 builtin/send-pack.c:169
15410 msgid "GPG sign the push"
15411 msgstr ""
15412
15413 #: builtin/push.c:584 builtin/send-pack.c:176
15414 msgid "request atomic transaction on remote side"
15415 msgstr ""
15416
15417 #: builtin/push.c:602
15418 msgid "--delete is incompatible with --all, --mirror and --tags"
15419 msgstr ""
15420
15421 #: builtin/push.c:604
15422 msgid "--delete doesn't make sense without any refs"
15423 msgstr ""
15424
15425 #: builtin/push.c:607
15426 msgid "--all and --tags are incompatible"
15427 msgstr ""
15428
15429 #: builtin/push.c:609
15430 msgid "--all can't be combined with refspecs"
15431 msgstr ""
15432
15433 #: builtin/push.c:613
15434 msgid "--mirror and --tags are incompatible"
15435 msgstr ""
15436
15437 #: builtin/push.c:615
15438 msgid "--mirror can't be combined with refspecs"
15439 msgstr ""
15440
15441 #: builtin/push.c:618
15442 msgid "--all and --mirror are incompatible"
15443 msgstr ""
15444
15445 #: builtin/push.c:637
15446 msgid "push options must not have new line characters"
15447 msgstr ""
15448
15449 #: builtin/range-diff.c:8
15450 msgid "git range-diff [<options>] <old-base>..<old-tip> <new-base>..<new-tip>"
15451 msgstr ""
15452
15453 #: builtin/range-diff.c:9
15454 msgid "git range-diff [<options>] <old-tip>...<new-tip>"
15455 msgstr ""
15456
15457 #: builtin/range-diff.c:10
15458 msgid "git range-diff [<options>] <base> <old-tip> <new-tip>"
15459 msgstr ""
15460
15461 #: builtin/range-diff.c:21
15462 msgid "Percentage by which creation is weighted"
15463 msgstr ""
15464
15465 #: builtin/range-diff.c:23
15466 msgid "use simple diff colors"
15467 msgstr ""
15468
15469 #: builtin/range-diff.c:46 builtin/range-diff.c:50
15470 #, c-format
15471 msgid "no .. in range: '%s'"
15472 msgstr ""
15473
15474 #: builtin/range-diff.c:60
15475 msgid "single arg format must be symmetric range"
15476 msgstr ""
15477
15478 #: builtin/range-diff.c:75
15479 msgid "need two commit ranges"
15480 msgstr ""
15481
15482 #: builtin/read-tree.c:41
15483 msgid ""
15484 "git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
15485 "[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
15486 "index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
15487 msgstr ""
15488
15489 #: builtin/read-tree.c:124
15490 msgid "write resulting index to <file>"
15491 msgstr ""
15492
15493 #: builtin/read-tree.c:127
15494 msgid "only empty the index"
15495 msgstr ""
15496
15497 #: builtin/read-tree.c:129
15498 msgid "Merging"
15499 msgstr ""
15500
15501 #: builtin/read-tree.c:131
15502 msgid "perform a merge in addition to a read"
15503 msgstr ""
15504
15505 #: builtin/read-tree.c:133
15506 msgid "3-way merge if no file level merging required"
15507 msgstr ""
15508
15509 #: builtin/read-tree.c:135
15510 msgid "3-way merge in presence of adds and removes"
15511 msgstr ""
15512
15513 #: builtin/read-tree.c:137
15514 msgid "same as -m, but discard unmerged entries"
15515 msgstr ""
15516
15517 #: builtin/read-tree.c:138
15518 msgid "<subdirectory>/"
15519 msgstr ""
15520
15521 #: builtin/read-tree.c:139
15522 msgid "read the tree into the index under <subdirectory>/"
15523 msgstr ""
15524
15525 #: builtin/read-tree.c:142
15526 msgid "update working tree with merge result"
15527 msgstr ""
15528
15529 #: builtin/read-tree.c:144
15530 msgid "gitignore"
15531 msgstr ""
15532
15533 #: builtin/read-tree.c:145
15534 msgid "allow explicitly ignored files to be overwritten"
15535 msgstr ""
15536
15537 #: builtin/read-tree.c:148
15538 msgid "don't check the working tree after merging"
15539 msgstr ""
15540
15541 #: builtin/read-tree.c:149
15542 msgid "don't update the index or the work tree"
15543 msgstr ""
15544
15545 #: builtin/read-tree.c:151
15546 msgid "skip applying sparse checkout filter"
15547 msgstr ""
15548
15549 #: builtin/read-tree.c:153
15550 msgid "debug unpack-trees"
15551 msgstr ""
15552
15553 #: builtin/read-tree.c:157
15554 msgid "suppress feedback messages"
15555 msgstr ""
15556
15557 #: builtin/rebase.c:32
15558 msgid ""
15559 "git rebase [-i] [options] [--exec <cmd>] [--onto <newbase>] [<upstream>] "
15560 "[<branch>]"
15561 msgstr ""
15562
15563 #: builtin/rebase.c:34
15564 msgid ""
15565 "git rebase [-i] [options] [--exec <cmd>] [--onto <newbase>] --root [<branch>]"
15566 msgstr ""
15567
15568 #: builtin/rebase.c:36
15569 msgid "git rebase --continue | --abort | --skip | --edit-todo"
15570 msgstr ""
15571
15572 #: builtin/rebase.c:158 builtin/rebase.c:182 builtin/rebase.c:209
15573 #, c-format
15574 msgid "unusable todo list: '%s'"
15575 msgstr ""
15576
15577 #: builtin/rebase.c:167 builtin/rebase.c:193 builtin/rebase.c:217
15578 #, c-format
15579 msgid "could not write '%s'."
15580 msgstr ""
15581
15582 #: builtin/rebase.c:252
15583 msgid "no HEAD?"
15584 msgstr ""
15585
15586 #: builtin/rebase.c:279
15587 #, c-format
15588 msgid "could not create temporary %s"
15589 msgstr ""
15590
15591 #: builtin/rebase.c:285
15592 msgid "could not mark as interactive"
15593 msgstr ""
15594
15595 #: builtin/rebase.c:343
15596 msgid "could not generate todo list"
15597 msgstr ""
15598
15599 #: builtin/rebase.c:382
15600 msgid "a base commit must be provided with --upstream or --onto"
15601 msgstr ""
15602
15603 #: builtin/rebase.c:437
15604 msgid "git rebase--interactive [<options>]"
15605 msgstr ""
15606
15607 #: builtin/rebase.c:449
15608 msgid "keep empty commits"
15609 msgstr ""
15610
15611 #: builtin/rebase.c:451 builtin/revert.c:127
15612 msgid "allow commits with empty messages"
15613 msgstr ""
15614
15615 #: builtin/rebase.c:452
15616 msgid "rebase merge commits"
15617 msgstr ""
15618
15619 #: builtin/rebase.c:454
15620 msgid "keep original branch points of cousins"
15621 msgstr ""
15622
15623 #: builtin/rebase.c:456
15624 msgid "move commits that begin with squash!/fixup!"
15625 msgstr ""
15626
15627 #: builtin/rebase.c:457
15628 msgid "sign commits"
15629 msgstr ""
15630
15631 #: builtin/rebase.c:459 builtin/rebase.c:1397
15632 msgid "display a diffstat of what changed upstream"
15633 msgstr ""
15634
15635 #: builtin/rebase.c:461
15636 msgid "continue rebase"
15637 msgstr ""
15638
15639 #: builtin/rebase.c:463
15640 msgid "skip commit"
15641 msgstr ""
15642
15643 #: builtin/rebase.c:464
15644 msgid "edit the todo list"
15645 msgstr ""
15646
15647 #: builtin/rebase.c:466
15648 msgid "show the current patch"
15649 msgstr ""
15650
15651 #: builtin/rebase.c:469
15652 msgid "shorten commit ids in the todo list"
15653 msgstr ""
15654
15655 #: builtin/rebase.c:471
15656 msgid "expand commit ids in the todo list"
15657 msgstr ""
15658
15659 #: builtin/rebase.c:473
15660 msgid "check the todo list"
15661 msgstr ""
15662
15663 #: builtin/rebase.c:475
15664 msgid "rearrange fixup/squash lines"
15665 msgstr ""
15666
15667 #: builtin/rebase.c:477
15668 msgid "insert exec commands in todo list"
15669 msgstr ""
15670
15671 #: builtin/rebase.c:478
15672 msgid "onto"
15673 msgstr ""
15674
15675 #: builtin/rebase.c:481
15676 msgid "restrict-revision"
15677 msgstr ""
15678
15679 #: builtin/rebase.c:481
15680 msgid "restrict revision"
15681 msgstr ""
15682
15683 #: builtin/rebase.c:483
15684 msgid "squash-onto"
15685 msgstr ""
15686
15687 #: builtin/rebase.c:484
15688 msgid "squash onto"
15689 msgstr ""
15690
15691 #: builtin/rebase.c:486
15692 msgid "the upstream commit"
15693 msgstr ""
15694
15695 #: builtin/rebase.c:488
15696 msgid "head-name"
15697 msgstr ""
15698
15699 #: builtin/rebase.c:488
15700 msgid "head name"
15701 msgstr ""
15702
15703 #: builtin/rebase.c:493
15704 msgid "rebase strategy"
15705 msgstr ""
15706
15707 #: builtin/rebase.c:494
15708 msgid "strategy-opts"
15709 msgstr ""
15710
15711 #: builtin/rebase.c:495
15712 msgid "strategy options"
15713 msgstr ""
15714
15715 #: builtin/rebase.c:496
15716 msgid "switch-to"
15717 msgstr ""
15718
15719 #: builtin/rebase.c:497
15720 msgid "the branch or commit to checkout"
15721 msgstr ""
15722
15723 #: builtin/rebase.c:498
15724 msgid "onto-name"
15725 msgstr ""
15726
15727 #: builtin/rebase.c:498
15728 msgid "onto name"
15729 msgstr ""
15730
15731 #: builtin/rebase.c:499
15732 msgid "cmd"
15733 msgstr ""
15734
15735 #: builtin/rebase.c:499
15736 msgid "the command to run"
15737 msgstr ""
15738
15739 #: builtin/rebase.c:502 builtin/rebase.c:1480
15740 msgid "automatically re-schedule any `exec` that fails"
15741 msgstr ""
15742
15743 #: builtin/rebase.c:518
15744 msgid "--[no-]rebase-cousins has no effect without --rebase-merges"
15745 msgstr ""
15746
15747 #: builtin/rebase.c:534 builtin/rebase.c:1787
15748 #, c-format
15749 msgid "%s requires an interactive rebase"
15750 msgstr ""
15751
15752 #: builtin/rebase.c:586
15753 #, c-format
15754 msgid "could not get 'onto': '%s'"
15755 msgstr ""
15756
15757 #: builtin/rebase.c:601
15758 #, c-format
15759 msgid "invalid orig-head: '%s'"
15760 msgstr ""
15761
15762 #: builtin/rebase.c:626
15763 #, c-format
15764 msgid "ignoring invalid allow_rerere_autoupdate: '%s'"
15765 msgstr ""
15766
15767 #: builtin/rebase.c:702
15768 #, c-format
15769 msgid "Could not read '%s'"
15770 msgstr ""
15771
15772 #: builtin/rebase.c:720
15773 #, c-format
15774 msgid "Cannot store %s"
15775 msgstr ""
15776
15777 #: builtin/rebase.c:817
15778 msgid "could not determine HEAD revision"
15779 msgstr ""
15780
15781 #: builtin/rebase.c:940
15782 msgid ""
15783 "Resolve all conflicts manually, mark them as resolved with\n"
15784 "\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"
15785 "You can instead skip this commit: run \"git rebase --skip\".\n"
15786 "To abort and get back to the state before \"git rebase\", run \"git rebase --"
15787 "abort\"."
15788 msgstr ""
15789
15790 #: builtin/rebase.c:1021
15791 #, c-format
15792 msgid ""
15793 "\n"
15794 "git encountered an error while preparing the patches to replay\n"
15795 "these revisions:\n"
15796 "\n"
15797 "    %s\n"
15798 "\n"
15799 "As a result, git cannot rebase them."
15800 msgstr ""
15801
15802 #: builtin/rebase.c:1313
15803 #, c-format
15804 msgid ""
15805 "%s\n"
15806 "Please specify which branch you want to rebase against.\n"
15807 "See git-rebase(1) for details.\n"
15808 "\n"
15809 "    git rebase '<branch>'\n"
15810 "\n"
15811 msgstr ""
15812
15813 #: builtin/rebase.c:1329
15814 #, c-format
15815 msgid ""
15816 "If you wish to set tracking information for this branch you can do so with:\n"
15817 "\n"
15818 "    git branch --set-upstream-to=%s/<branch> %s\n"
15819 "\n"
15820 msgstr ""
15821
15822 #: builtin/rebase.c:1359
15823 msgid "exec commands cannot contain newlines"
15824 msgstr ""
15825
15826 #: builtin/rebase.c:1363
15827 msgid "empty exec command"
15828 msgstr ""
15829
15830 #: builtin/rebase.c:1390
15831 msgid "rebase onto given branch instead of upstream"
15832 msgstr ""
15833
15834 #: builtin/rebase.c:1392
15835 msgid "allow pre-rebase hook to run"
15836 msgstr ""
15837
15838 #: builtin/rebase.c:1394
15839 msgid "be quiet. implies --no-stat"
15840 msgstr ""
15841
15842 #: builtin/rebase.c:1400
15843 msgid "do not show diffstat of what changed upstream"
15844 msgstr ""
15845
15846 #: builtin/rebase.c:1403
15847 msgid "add a Signed-off-by: line to each commit"
15848 msgstr ""
15849
15850 #: builtin/rebase.c:1405 builtin/rebase.c:1409 builtin/rebase.c:1411
15851 msgid "passed to 'git am'"
15852 msgstr ""
15853
15854 #: builtin/rebase.c:1413 builtin/rebase.c:1415
15855 msgid "passed to 'git apply'"
15856 msgstr ""
15857
15858 #: builtin/rebase.c:1417 builtin/rebase.c:1420
15859 msgid "cherry-pick all commits, even if unchanged"
15860 msgstr ""
15861
15862 #: builtin/rebase.c:1422
15863 msgid "continue"
15864 msgstr ""
15865
15866 #: builtin/rebase.c:1425
15867 msgid "skip current patch and continue"
15868 msgstr ""
15869
15870 #: builtin/rebase.c:1427
15871 msgid "abort and check out the original branch"
15872 msgstr ""
15873
15874 #: builtin/rebase.c:1430
15875 msgid "abort but keep HEAD where it is"
15876 msgstr ""
15877
15878 #: builtin/rebase.c:1431
15879 msgid "edit the todo list during an interactive rebase"
15880 msgstr ""
15881
15882 #: builtin/rebase.c:1434
15883 msgid "show the patch file being applied or merged"
15884 msgstr ""
15885
15886 #: builtin/rebase.c:1437
15887 msgid "use merging strategies to rebase"
15888 msgstr ""
15889
15890 #: builtin/rebase.c:1441
15891 msgid "let the user edit the list of commits to rebase"
15892 msgstr ""
15893
15894 #: builtin/rebase.c:1445
15895 msgid "(DEPRECATED) try to recreate merges instead of ignoring them"
15896 msgstr ""
15897
15898 #: builtin/rebase.c:1449
15899 msgid "preserve empty commits during rebase"
15900 msgstr ""
15901
15902 #: builtin/rebase.c:1451
15903 msgid "move commits that begin with squash!/fixup! under -i"
15904 msgstr ""
15905
15906 #: builtin/rebase.c:1457
15907 msgid "automatically stash/stash pop before and after"
15908 msgstr ""
15909
15910 #: builtin/rebase.c:1459
15911 msgid "add exec lines after each commit of the editable list"
15912 msgstr ""
15913
15914 #: builtin/rebase.c:1463
15915 msgid "allow rebasing commits with empty messages"
15916 msgstr ""
15917
15918 #: builtin/rebase.c:1466
15919 msgid "try to rebase merges instead of skipping them"
15920 msgstr ""
15921
15922 #: builtin/rebase.c:1469
15923 msgid "use 'merge-base --fork-point' to refine upstream"
15924 msgstr ""
15925
15926 #: builtin/rebase.c:1471
15927 msgid "use the given merge strategy"
15928 msgstr ""
15929
15930 #: builtin/rebase.c:1473 builtin/revert.c:114
15931 msgid "option"
15932 msgstr ""
15933
15934 #: builtin/rebase.c:1474
15935 msgid "pass the argument through to the merge strategy"
15936 msgstr ""
15937
15938 #: builtin/rebase.c:1477
15939 msgid "rebase all reachable commits up to the root(s)"
15940 msgstr ""
15941
15942 #: builtin/rebase.c:1498
15943 msgid ""
15944 "the rebase.useBuiltin support has been removed!\n"
15945 "See its entry in 'git help config' for details."
15946 msgstr ""
15947
15948 #: builtin/rebase.c:1504
15949 msgid "It looks like 'git am' is in progress. Cannot rebase."
15950 msgstr ""
15951
15952 #: builtin/rebase.c:1545
15953 msgid ""
15954 "git rebase --preserve-merges is deprecated. Use --rebase-merges instead."
15955 msgstr ""
15956
15957 #: builtin/rebase.c:1549
15958 msgid "No rebase in progress?"
15959 msgstr ""
15960
15961 #: builtin/rebase.c:1553
15962 msgid "The --edit-todo action can only be used during interactive rebase."
15963 msgstr ""
15964
15965 #: builtin/rebase.c:1576
15966 msgid "Cannot read HEAD"
15967 msgstr ""
15968
15969 #: builtin/rebase.c:1588
15970 msgid ""
15971 "You must edit all merge conflicts and then\n"
15972 "mark them as resolved using git add"
15973 msgstr ""
15974
15975 #: builtin/rebase.c:1607
15976 msgid "could not discard worktree changes"
15977 msgstr ""
15978
15979 #: builtin/rebase.c:1626
15980 #, c-format
15981 msgid "could not move back to %s"
15982 msgstr ""
15983
15984 #: builtin/rebase.c:1637 builtin/rm.c:369
15985 #, c-format
15986 msgid "could not remove '%s'"
15987 msgstr ""
15988
15989 #: builtin/rebase.c:1663
15990 #, c-format
15991 msgid ""
15992 "It seems that there is already a %s directory, and\n"
15993 "I wonder if you are in the middle of another rebase.  If that is the\n"
15994 "case, please try\n"
15995 "\t%s\n"
15996 "If that is not the case, please\n"
15997 "\t%s\n"
15998 "and run me again.  I am stopping in case you still have something\n"
15999 "valuable there.\n"
16000 msgstr ""
16001
16002 #: builtin/rebase.c:1684
16003 msgid "switch `C' expects a numerical value"
16004 msgstr ""
16005
16006 #: builtin/rebase.c:1725
16007 #, c-format
16008 msgid "Unknown mode: %s"
16009 msgstr ""
16010
16011 #: builtin/rebase.c:1747
16012 msgid "--strategy requires --merge or --interactive"
16013 msgstr ""
16014
16015 #: builtin/rebase.c:1796
16016 msgid "cannot combine am options with either interactive or merge options"
16017 msgstr ""
16018
16019 #: builtin/rebase.c:1815
16020 msgid "cannot combine '--preserve-merges' with '--rebase-merges'"
16021 msgstr ""
16022
16023 #: builtin/rebase.c:1819
16024 msgid ""
16025 "error: cannot combine '--preserve-merges' with '--reschedule-failed-exec'"
16026 msgstr ""
16027
16028 #: builtin/rebase.c:1825
16029 msgid "cannot combine '--rebase-merges' with '--strategy-option'"
16030 msgstr ""
16031
16032 #: builtin/rebase.c:1828
16033 msgid "cannot combine '--rebase-merges' with '--strategy'"
16034 msgstr ""
16035
16036 #: builtin/rebase.c:1852
16037 #, c-format
16038 msgid "invalid upstream '%s'"
16039 msgstr ""
16040
16041 #: builtin/rebase.c:1858
16042 msgid "Could not create new root commit"
16043 msgstr ""
16044
16045 #: builtin/rebase.c:1876
16046 #, c-format
16047 msgid "'%s': need exactly one merge base"
16048 msgstr ""
16049
16050 #: builtin/rebase.c:1883
16051 #, c-format
16052 msgid "Does not point to a valid commit '%s'"
16053 msgstr ""
16054
16055 #: builtin/rebase.c:1908
16056 #, c-format
16057 msgid "fatal: no such branch/commit '%s'"
16058 msgstr ""
16059
16060 #: builtin/rebase.c:1916 builtin/submodule--helper.c:38
16061 #: builtin/submodule--helper.c:1933
16062 #, c-format
16063 msgid "No such ref: %s"
16064 msgstr ""
16065
16066 #: builtin/rebase.c:1927
16067 msgid "Could not resolve HEAD to a revision"
16068 msgstr ""
16069
16070 #: builtin/rebase.c:1968
16071 msgid "Cannot autostash"
16072 msgstr ""
16073
16074 #: builtin/rebase.c:1971
16075 #, c-format
16076 msgid "Unexpected stash response: '%s'"
16077 msgstr ""
16078
16079 #: builtin/rebase.c:1977
16080 #, c-format
16081 msgid "Could not create directory for '%s'"
16082 msgstr ""
16083
16084 #: builtin/rebase.c:1980
16085 #, c-format
16086 msgid "Created autostash: %s\n"
16087 msgstr ""
16088
16089 #: builtin/rebase.c:1983
16090 msgid "could not reset --hard"
16091 msgstr ""
16092
16093 #: builtin/rebase.c:1984 builtin/reset.c:114
16094 #, c-format
16095 msgid "HEAD is now at %s"
16096 msgstr ""
16097
16098 #: builtin/rebase.c:2000
16099 msgid "Please commit or stash them."
16100 msgstr ""
16101
16102 #: builtin/rebase.c:2027
16103 #, c-format
16104 msgid "could not parse '%s'"
16105 msgstr ""
16106
16107 #: builtin/rebase.c:2040
16108 #, c-format
16109 msgid "could not switch to %s"
16110 msgstr ""
16111
16112 #: builtin/rebase.c:2051
16113 msgid "HEAD is up to date."
16114 msgstr ""
16115
16116 #: builtin/rebase.c:2053
16117 #, c-format
16118 msgid "Current branch %s is up to date.\n"
16119 msgstr ""
16120
16121 #: builtin/rebase.c:2061
16122 msgid "HEAD is up to date, rebase forced."
16123 msgstr ""
16124
16125 #: builtin/rebase.c:2063
16126 #, c-format
16127 msgid "Current branch %s is up to date, rebase forced.\n"
16128 msgstr ""
16129
16130 #: builtin/rebase.c:2071
16131 msgid "The pre-rebase hook refused to rebase."
16132 msgstr ""
16133
16134 #: builtin/rebase.c:2078
16135 #, c-format
16136 msgid "Changes to %s:\n"
16137 msgstr ""
16138
16139 #: builtin/rebase.c:2081
16140 #, c-format
16141 msgid "Changes from %s to %s:\n"
16142 msgstr ""
16143
16144 #: builtin/rebase.c:2106
16145 #, c-format
16146 msgid "First, rewinding head to replay your work on top of it...\n"
16147 msgstr ""
16148
16149 #: builtin/rebase.c:2115
16150 msgid "Could not detach HEAD"
16151 msgstr ""
16152
16153 #: builtin/rebase.c:2124
16154 #, c-format
16155 msgid "Fast-forwarded %s to %s.\n"
16156 msgstr ""
16157
16158 #: builtin/receive-pack.c:33
16159 msgid "git receive-pack <git-dir>"
16160 msgstr ""
16161
16162 #: builtin/receive-pack.c:833
16163 msgid ""
16164 "By default, updating the current branch in a non-bare repository\n"
16165 "is denied, because it will make the index and work tree inconsistent\n"
16166 "with what you pushed, and will require 'git reset --hard' to match\n"
16167 "the work tree to HEAD.\n"
16168 "\n"
16169 "You can set the 'receive.denyCurrentBranch' configuration variable\n"
16170 "to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
16171 "its current branch; however, this is not recommended unless you\n"
16172 "arranged to update its work tree to match what you pushed in some\n"
16173 "other way.\n"
16174 "\n"
16175 "To squelch this message and still keep the default behaviour, set\n"
16176 "'receive.denyCurrentBranch' configuration variable to 'refuse'."
16177 msgstr ""
16178
16179 #: builtin/receive-pack.c:853
16180 msgid ""
16181 "By default, deleting the current branch is denied, because the next\n"
16182 "'git clone' won't result in any file checked out, causing confusion.\n"
16183 "\n"
16184 "You can set 'receive.denyDeleteCurrent' configuration variable to\n"
16185 "'warn' or 'ignore' in the remote repository to allow deleting the\n"
16186 "current branch, with or without a warning message.\n"
16187 "\n"
16188 "To squelch this message, you can set it to 'refuse'."
16189 msgstr ""
16190
16191 #: builtin/receive-pack.c:1940
16192 msgid "quiet"
16193 msgstr ""
16194
16195 #: builtin/receive-pack.c:1954
16196 msgid "You must specify a directory."
16197 msgstr ""
16198
16199 #: builtin/reflog.c:17
16200 msgid ""
16201 "git reflog expire [--expire=<time>] [--expire-unreachable=<time>] [--"
16202 "rewrite] [--updateref] [--stale-fix] [--dry-run | -n] [--verbose] [--all] "
16203 "<refs>..."
16204 msgstr ""
16205
16206 #: builtin/reflog.c:22
16207 msgid ""
16208 "git reflog delete [--rewrite] [--updateref] [--dry-run | -n] [--verbose] "
16209 "<refs>..."
16210 msgstr ""
16211
16212 #: builtin/reflog.c:25
16213 msgid "git reflog exists <ref>"
16214 msgstr ""
16215
16216 #: builtin/reflog.c:567 builtin/reflog.c:572
16217 #, c-format
16218 msgid "'%s' is not a valid timestamp"
16219 msgstr ""
16220
16221 #: builtin/reflog.c:605
16222 #, c-format
16223 msgid "Marking reachable objects..."
16224 msgstr ""
16225
16226 #: builtin/reflog.c:643
16227 #, c-format
16228 msgid "%s points nowhere!"
16229 msgstr ""
16230
16231 #: builtin/reflog.c:695
16232 msgid "no reflog specified to delete"
16233 msgstr ""
16234
16235 #: builtin/reflog.c:704
16236 #, c-format
16237 msgid "not a reflog: %s"
16238 msgstr ""
16239
16240 #: builtin/reflog.c:709
16241 #, c-format
16242 msgid "no reflog for '%s'"
16243 msgstr ""
16244
16245 #: builtin/reflog.c:755
16246 #, c-format
16247 msgid "invalid ref format: %s"
16248 msgstr ""
16249
16250 #: builtin/reflog.c:764
16251 msgid "git reflog [ show | expire | delete | exists ]"
16252 msgstr ""
16253
16254 #: builtin/remote.c:16
16255 msgid "git remote [-v | --verbose]"
16256 msgstr ""
16257
16258 #: builtin/remote.c:17
16259 msgid ""
16260 "git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
16261 "mirror=<fetch|push>] <name> <url>"
16262 msgstr ""
16263
16264 #: builtin/remote.c:18 builtin/remote.c:38
16265 msgid "git remote rename <old> <new>"
16266 msgstr ""
16267
16268 #: builtin/remote.c:19 builtin/remote.c:43
16269 msgid "git remote remove <name>"
16270 msgstr ""
16271
16272 #: builtin/remote.c:20 builtin/remote.c:48
16273 msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
16274 msgstr ""
16275
16276 #: builtin/remote.c:21
16277 msgid "git remote [-v | --verbose] show [-n] <name>"
16278 msgstr ""
16279
16280 #: builtin/remote.c:22
16281 msgid "git remote prune [-n | --dry-run] <name>"
16282 msgstr ""
16283
16284 #: builtin/remote.c:23
16285 msgid ""
16286 "git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
16287 msgstr ""
16288
16289 #: builtin/remote.c:24
16290 msgid "git remote set-branches [--add] <name> <branch>..."
16291 msgstr ""
16292
16293 #: builtin/remote.c:25 builtin/remote.c:74
16294 msgid "git remote get-url [--push] [--all] <name>"
16295 msgstr ""
16296
16297 #: builtin/remote.c:26 builtin/remote.c:79
16298 msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
16299 msgstr ""
16300
16301 #: builtin/remote.c:27 builtin/remote.c:80
16302 msgid "git remote set-url --add <name> <newurl>"
16303 msgstr ""
16304
16305 #: builtin/remote.c:28 builtin/remote.c:81
16306 msgid "git remote set-url --delete <name> <url>"
16307 msgstr ""
16308
16309 #: builtin/remote.c:33
16310 msgid "git remote add [<options>] <name> <url>"
16311 msgstr ""
16312
16313 #: builtin/remote.c:53
16314 msgid "git remote set-branches <name> <branch>..."
16315 msgstr ""
16316
16317 #: builtin/remote.c:54
16318 msgid "git remote set-branches --add <name> <branch>..."
16319 msgstr ""
16320
16321 #: builtin/remote.c:59
16322 msgid "git remote show [<options>] <name>"
16323 msgstr ""
16324
16325 #: builtin/remote.c:64
16326 msgid "git remote prune [<options>] <name>"
16327 msgstr ""
16328
16329 #: builtin/remote.c:69
16330 msgid "git remote update [<options>] [<group> | <remote>]..."
16331 msgstr ""
16332
16333 #: builtin/remote.c:98
16334 #, c-format
16335 msgid "Updating %s"
16336 msgstr ""
16337
16338 #: builtin/remote.c:130
16339 msgid ""
16340 "--mirror is dangerous and deprecated; please\n"
16341 "\t use --mirror=fetch or --mirror=push instead"
16342 msgstr ""
16343
16344 #: builtin/remote.c:147
16345 #, c-format
16346 msgid "unknown mirror argument: %s"
16347 msgstr ""
16348
16349 #: builtin/remote.c:163
16350 msgid "fetch the remote branches"
16351 msgstr ""
16352
16353 #: builtin/remote.c:165
16354 msgid "import all tags and associated objects when fetching"
16355 msgstr ""
16356
16357 #: builtin/remote.c:168
16358 msgid "or do not fetch any tag at all (--no-tags)"
16359 msgstr ""
16360
16361 #: builtin/remote.c:170
16362 msgid "branch(es) to track"
16363 msgstr ""
16364
16365 #: builtin/remote.c:171
16366 msgid "master branch"
16367 msgstr ""
16368
16369 #: builtin/remote.c:173
16370 msgid "set up remote as a mirror to push to or fetch from"
16371 msgstr ""
16372
16373 #: builtin/remote.c:185
16374 msgid "specifying a master branch makes no sense with --mirror"
16375 msgstr ""
16376
16377 #: builtin/remote.c:187
16378 msgid "specifying branches to track makes sense only with fetch mirrors"
16379 msgstr ""
16380
16381 #: builtin/remote.c:194 builtin/remote.c:636
16382 #, c-format
16383 msgid "remote %s already exists."
16384 msgstr ""
16385
16386 #: builtin/remote.c:198 builtin/remote.c:640
16387 #, c-format
16388 msgid "'%s' is not a valid remote name"
16389 msgstr ""
16390
16391 #: builtin/remote.c:238
16392 #, c-format
16393 msgid "Could not setup master '%s'"
16394 msgstr ""
16395
16396 #: builtin/remote.c:344
16397 #, c-format
16398 msgid "Could not get fetch map for refspec %s"
16399 msgstr ""
16400
16401 #: builtin/remote.c:443 builtin/remote.c:451
16402 msgid "(matching)"
16403 msgstr ""
16404
16405 #: builtin/remote.c:455
16406 msgid "(delete)"
16407 msgstr ""
16408
16409 #: builtin/remote.c:629 builtin/remote.c:765 builtin/remote.c:864
16410 #, c-format
16411 msgid "No such remote: '%s'"
16412 msgstr ""
16413
16414 #: builtin/remote.c:646
16415 #, c-format
16416 msgid "Could not rename config section '%s' to '%s'"
16417 msgstr ""
16418
16419 #: builtin/remote.c:666
16420 #, c-format
16421 msgid ""
16422 "Not updating non-default fetch refspec\n"
16423 "\t%s\n"
16424 "\tPlease update the configuration manually if necessary."
16425 msgstr ""
16426
16427 #: builtin/remote.c:702
16428 #, c-format
16429 msgid "deleting '%s' failed"
16430 msgstr ""
16431
16432 #: builtin/remote.c:736
16433 #, c-format
16434 msgid "creating '%s' failed"
16435 msgstr ""
16436
16437 #: builtin/remote.c:802
16438 msgid ""
16439 "Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
16440 "to delete it, use:"
16441 msgid_plural ""
16442 "Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
16443 "to delete them, use:"
16444 msgstr[0] ""
16445 msgstr[1] ""
16446
16447 #: builtin/remote.c:816
16448 #, c-format
16449 msgid "Could not remove config section '%s'"
16450 msgstr ""
16451
16452 #: builtin/remote.c:917
16453 #, c-format
16454 msgid " new (next fetch will store in remotes/%s)"
16455 msgstr ""
16456
16457 #: builtin/remote.c:920
16458 msgid " tracked"
16459 msgstr ""
16460
16461 #: builtin/remote.c:922
16462 msgid " stale (use 'git remote prune' to remove)"
16463 msgstr ""
16464
16465 #: builtin/remote.c:924
16466 msgid " ???"
16467 msgstr ""
16468
16469 #: builtin/remote.c:965
16470 #, c-format
16471 msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
16472 msgstr ""
16473
16474 #: builtin/remote.c:974
16475 #, c-format
16476 msgid "rebases interactively onto remote %s"
16477 msgstr ""
16478
16479 #: builtin/remote.c:976
16480 #, c-format
16481 msgid "rebases interactively (with merges) onto remote %s"
16482 msgstr ""
16483
16484 #: builtin/remote.c:979
16485 #, c-format
16486 msgid "rebases onto remote %s"
16487 msgstr ""
16488
16489 #: builtin/remote.c:983
16490 #, c-format
16491 msgid " merges with remote %s"
16492 msgstr ""
16493
16494 #: builtin/remote.c:986
16495 #, c-format
16496 msgid "merges with remote %s"
16497 msgstr ""
16498
16499 #: builtin/remote.c:989
16500 #, c-format
16501 msgid "%-*s    and with remote %s\n"
16502 msgstr ""
16503
16504 #: builtin/remote.c:1032
16505 msgid "create"
16506 msgstr ""
16507
16508 #: builtin/remote.c:1035
16509 msgid "delete"
16510 msgstr ""
16511
16512 #: builtin/remote.c:1039
16513 msgid "up to date"
16514 msgstr ""
16515
16516 #: builtin/remote.c:1042
16517 msgid "fast-forwardable"
16518 msgstr ""
16519
16520 #: builtin/remote.c:1045
16521 msgid "local out of date"
16522 msgstr ""
16523
16524 #: builtin/remote.c:1052
16525 #, c-format
16526 msgid "    %-*s forces to %-*s (%s)"
16527 msgstr ""
16528
16529 #: builtin/remote.c:1055
16530 #, c-format
16531 msgid "    %-*s pushes to %-*s (%s)"
16532 msgstr ""
16533
16534 #: builtin/remote.c:1059
16535 #, c-format
16536 msgid "    %-*s forces to %s"
16537 msgstr ""
16538
16539 #: builtin/remote.c:1062
16540 #, c-format
16541 msgid "    %-*s pushes to %s"
16542 msgstr ""
16543
16544 #: builtin/remote.c:1130
16545 msgid "do not query remotes"
16546 msgstr ""
16547
16548 #: builtin/remote.c:1157
16549 #, c-format
16550 msgid "* remote %s"
16551 msgstr ""
16552
16553 #: builtin/remote.c:1158
16554 #, c-format
16555 msgid "  Fetch URL: %s"
16556 msgstr ""
16557
16558 #: builtin/remote.c:1159 builtin/remote.c:1175 builtin/remote.c:1314
16559 msgid "(no URL)"
16560 msgstr ""
16561
16562 #. TRANSLATORS: the colon ':' should align
16563 #. with the one in " Fetch URL: %s"
16564 #. translation.
16565 #.
16566 #: builtin/remote.c:1173 builtin/remote.c:1175
16567 #, c-format
16568 msgid "  Push  URL: %s"
16569 msgstr ""
16570
16571 #: builtin/remote.c:1177 builtin/remote.c:1179 builtin/remote.c:1181
16572 #, c-format
16573 msgid "  HEAD branch: %s"
16574 msgstr ""
16575
16576 #: builtin/remote.c:1177
16577 msgid "(not queried)"
16578 msgstr ""
16579
16580 #: builtin/remote.c:1179
16581 msgid "(unknown)"
16582 msgstr ""
16583
16584 #: builtin/remote.c:1183
16585 #, c-format
16586 msgid ""
16587 "  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
16588 msgstr ""
16589
16590 #: builtin/remote.c:1195
16591 #, c-format
16592 msgid "  Remote branch:%s"
16593 msgid_plural "  Remote branches:%s"
16594 msgstr[0] ""
16595 msgstr[1] ""
16596
16597 #: builtin/remote.c:1198 builtin/remote.c:1224
16598 msgid " (status not queried)"
16599 msgstr ""
16600
16601 #: builtin/remote.c:1207
16602 msgid "  Local branch configured for 'git pull':"
16603 msgid_plural "  Local branches configured for 'git pull':"
16604 msgstr[0] ""
16605 msgstr[1] ""
16606
16607 #: builtin/remote.c:1215
16608 msgid "  Local refs will be mirrored by 'git push'"
16609 msgstr ""
16610
16611 #: builtin/remote.c:1221
16612 #, c-format
16613 msgid "  Local ref configured for 'git push'%s:"
16614 msgid_plural "  Local refs configured for 'git push'%s:"
16615 msgstr[0] ""
16616 msgstr[1] ""
16617
16618 #: builtin/remote.c:1242
16619 msgid "set refs/remotes/<name>/HEAD according to remote"
16620 msgstr ""
16621
16622 #: builtin/remote.c:1244
16623 msgid "delete refs/remotes/<name>/HEAD"
16624 msgstr ""
16625
16626 #: builtin/remote.c:1259
16627 msgid "Cannot determine remote HEAD"
16628 msgstr ""
16629
16630 #: builtin/remote.c:1261
16631 msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
16632 msgstr ""
16633
16634 #: builtin/remote.c:1271
16635 #, c-format
16636 msgid "Could not delete %s"
16637 msgstr ""
16638
16639 #: builtin/remote.c:1279
16640 #, c-format
16641 msgid "Not a valid ref: %s"
16642 msgstr ""
16643
16644 #: builtin/remote.c:1281
16645 #, c-format
16646 msgid "Could not setup %s"
16647 msgstr ""
16648
16649 #: builtin/remote.c:1299
16650 #, c-format
16651 msgid " %s will become dangling!"
16652 msgstr ""
16653
16654 #: builtin/remote.c:1300
16655 #, c-format
16656 msgid " %s has become dangling!"
16657 msgstr ""
16658
16659 #: builtin/remote.c:1310
16660 #, c-format
16661 msgid "Pruning %s"
16662 msgstr ""
16663
16664 #: builtin/remote.c:1311
16665 #, c-format
16666 msgid "URL: %s"
16667 msgstr ""
16668
16669 #: builtin/remote.c:1327
16670 #, c-format
16671 msgid " * [would prune] %s"
16672 msgstr ""
16673
16674 #: builtin/remote.c:1330
16675 #, c-format
16676 msgid " * [pruned] %s"
16677 msgstr ""
16678
16679 #: builtin/remote.c:1375
16680 msgid "prune remotes after fetching"
16681 msgstr ""
16682
16683 #: builtin/remote.c:1438 builtin/remote.c:1492 builtin/remote.c:1560
16684 #, c-format
16685 msgid "No such remote '%s'"
16686 msgstr ""
16687
16688 #: builtin/remote.c:1454
16689 msgid "add branch"
16690 msgstr ""
16691
16692 #: builtin/remote.c:1461
16693 msgid "no remote specified"
16694 msgstr ""
16695
16696 #: builtin/remote.c:1478
16697 msgid "query push URLs rather than fetch URLs"
16698 msgstr ""
16699
16700 #: builtin/remote.c:1480
16701 msgid "return all URLs"
16702 msgstr ""
16703
16704 #: builtin/remote.c:1508
16705 #, c-format
16706 msgid "no URLs configured for remote '%s'"
16707 msgstr ""
16708
16709 #: builtin/remote.c:1534
16710 msgid "manipulate push URLs"
16711 msgstr ""
16712
16713 #: builtin/remote.c:1536
16714 msgid "add URL"
16715 msgstr ""
16716
16717 #: builtin/remote.c:1538
16718 msgid "delete URLs"
16719 msgstr ""
16720
16721 #: builtin/remote.c:1545
16722 msgid "--add --delete doesn't make sense"
16723 msgstr ""
16724
16725 #: builtin/remote.c:1584
16726 #, c-format
16727 msgid "Invalid old URL pattern: %s"
16728 msgstr ""
16729
16730 #: builtin/remote.c:1592
16731 #, c-format
16732 msgid "No such URL found: %s"
16733 msgstr ""
16734
16735 #: builtin/remote.c:1594
16736 msgid "Will not delete all non-push URLs"
16737 msgstr ""
16738
16739 #: builtin/remote.c:1610
16740 msgid "be verbose; must be placed before a subcommand"
16741 msgstr ""
16742
16743 #: builtin/remote.c:1641
16744 #, c-format
16745 msgid "Unknown subcommand: %s"
16746 msgstr ""
16747
16748 #: builtin/repack.c:22
16749 msgid "git repack [<options>]"
16750 msgstr ""
16751
16752 #: builtin/repack.c:27
16753 msgid ""
16754 "Incremental repacks are incompatible with bitmap indexes.  Use\n"
16755 "--no-write-bitmap-index or disable the pack.writebitmaps configuration."
16756 msgstr ""
16757
16758 #: builtin/repack.c:200
16759 msgid "could not start pack-objects to repack promisor objects"
16760 msgstr ""
16761
16762 #: builtin/repack.c:239 builtin/repack.c:414
16763 msgid "repack: Expecting full hex object ID lines only from pack-objects."
16764 msgstr ""
16765
16766 #: builtin/repack.c:256
16767 msgid "could not finish pack-objects to repack promisor objects"
16768 msgstr ""
16769
16770 #: builtin/repack.c:294
16771 msgid "pack everything in a single pack"
16772 msgstr ""
16773
16774 #: builtin/repack.c:296
16775 msgid "same as -a, and turn unreachable objects loose"
16776 msgstr ""
16777
16778 #: builtin/repack.c:299
16779 msgid "remove redundant packs, and run git-prune-packed"
16780 msgstr ""
16781
16782 #: builtin/repack.c:301
16783 msgid "pass --no-reuse-delta to git-pack-objects"
16784 msgstr ""
16785
16786 #: builtin/repack.c:303
16787 msgid "pass --no-reuse-object to git-pack-objects"
16788 msgstr ""
16789
16790 #: builtin/repack.c:305
16791 msgid "do not run git-update-server-info"
16792 msgstr ""
16793
16794 #: builtin/repack.c:308
16795 msgid "pass --local to git-pack-objects"
16796 msgstr ""
16797
16798 #: builtin/repack.c:310
16799 msgid "write bitmap index"
16800 msgstr ""
16801
16802 #: builtin/repack.c:312
16803 msgid "pass --delta-islands to git-pack-objects"
16804 msgstr ""
16805
16806 #: builtin/repack.c:313
16807 msgid "approxidate"
16808 msgstr ""
16809
16810 #: builtin/repack.c:314
16811 msgid "with -A, do not loosen objects older than this"
16812 msgstr ""
16813
16814 #: builtin/repack.c:316
16815 msgid "with -a, repack unreachable objects"
16816 msgstr ""
16817
16818 #: builtin/repack.c:318
16819 msgid "size of the window used for delta compression"
16820 msgstr ""
16821
16822 #: builtin/repack.c:319 builtin/repack.c:325
16823 msgid "bytes"
16824 msgstr ""
16825
16826 #: builtin/repack.c:320
16827 msgid "same as the above, but limit memory size instead of entries count"
16828 msgstr ""
16829
16830 #: builtin/repack.c:322
16831 msgid "limits the maximum delta depth"
16832 msgstr ""
16833
16834 #: builtin/repack.c:324
16835 msgid "limits the maximum number of threads"
16836 msgstr ""
16837
16838 #: builtin/repack.c:326
16839 msgid "maximum size of each packfile"
16840 msgstr ""
16841
16842 #: builtin/repack.c:328
16843 msgid "repack objects in packs marked with .keep"
16844 msgstr ""
16845
16846 #: builtin/repack.c:330
16847 msgid "do not repack this pack"
16848 msgstr ""
16849
16850 #: builtin/repack.c:340
16851 msgid "cannot delete packs in a precious-objects repo"
16852 msgstr ""
16853
16854 #: builtin/repack.c:344
16855 msgid "--keep-unreachable and -A are incompatible"
16856 msgstr ""
16857
16858 #: builtin/repack.c:423
16859 msgid "Nothing new to pack."
16860 msgstr ""
16861
16862 #: builtin/repack.c:484
16863 #, c-format
16864 msgid ""
16865 "WARNING: Some packs in use have been renamed by\n"
16866 "WARNING: prefixing old- to their name, in order to\n"
16867 "WARNING: replace them with the new version of the\n"
16868 "WARNING: file.  But the operation failed, and the\n"
16869 "WARNING: attempt to rename them back to their\n"
16870 "WARNING: original names also failed.\n"
16871 "WARNING: Please rename them in %s manually:\n"
16872 msgstr ""
16873
16874 #: builtin/repack.c:532
16875 #, c-format
16876 msgid "failed to remove '%s'"
16877 msgstr ""
16878
16879 #: builtin/replace.c:22
16880 msgid "git replace [-f] <object> <replacement>"
16881 msgstr ""
16882
16883 #: builtin/replace.c:23
16884 msgid "git replace [-f] --edit <object>"
16885 msgstr ""
16886
16887 #: builtin/replace.c:24
16888 msgid "git replace [-f] --graft <commit> [<parent>...]"
16889 msgstr ""
16890
16891 #: builtin/replace.c:25
16892 msgid "git replace [-f] --convert-graft-file"
16893 msgstr ""
16894
16895 #: builtin/replace.c:26
16896 msgid "git replace -d <object>..."
16897 msgstr ""
16898
16899 #: builtin/replace.c:27
16900 msgid "git replace [--format=<format>] [-l [<pattern>]]"
16901 msgstr ""
16902
16903 #: builtin/replace.c:90
16904 #, c-format
16905 msgid ""
16906 "invalid replace format '%s'\n"
16907 "valid formats are 'short', 'medium' and 'long'"
16908 msgstr ""
16909
16910 #: builtin/replace.c:125
16911 #, c-format
16912 msgid "replace ref '%s' not found"
16913 msgstr ""
16914
16915 #: builtin/replace.c:141
16916 #, c-format
16917 msgid "Deleted replace ref '%s'"
16918 msgstr ""
16919
16920 #: builtin/replace.c:153
16921 #, c-format
16922 msgid "'%s' is not a valid ref name"
16923 msgstr ""
16924
16925 #: builtin/replace.c:158
16926 #, c-format
16927 msgid "replace ref '%s' already exists"
16928 msgstr ""
16929
16930 #: builtin/replace.c:178
16931 #, c-format
16932 msgid ""
16933 "Objects must be of the same type.\n"
16934 "'%s' points to a replaced object of type '%s'\n"
16935 "while '%s' points to a replacement object of type '%s'."
16936 msgstr ""
16937
16938 #: builtin/replace.c:229
16939 #, c-format
16940 msgid "unable to open %s for writing"
16941 msgstr ""
16942
16943 #: builtin/replace.c:242
16944 msgid "cat-file reported failure"
16945 msgstr ""
16946
16947 #: builtin/replace.c:258
16948 #, c-format
16949 msgid "unable to open %s for reading"
16950 msgstr ""
16951
16952 #: builtin/replace.c:272
16953 msgid "unable to spawn mktree"
16954 msgstr ""
16955
16956 #: builtin/replace.c:276
16957 msgid "unable to read from mktree"
16958 msgstr ""
16959
16960 #: builtin/replace.c:285
16961 msgid "mktree reported failure"
16962 msgstr ""
16963
16964 #: builtin/replace.c:289
16965 msgid "mktree did not return an object name"
16966 msgstr ""
16967
16968 #: builtin/replace.c:298
16969 #, c-format
16970 msgid "unable to fstat %s"
16971 msgstr ""
16972
16973 #: builtin/replace.c:303
16974 msgid "unable to write object to database"
16975 msgstr ""
16976
16977 #: builtin/replace.c:322 builtin/replace.c:377 builtin/replace.c:422
16978 #: builtin/replace.c:452
16979 #, c-format
16980 msgid "not a valid object name: '%s'"
16981 msgstr ""
16982
16983 #: builtin/replace.c:326
16984 #, c-format
16985 msgid "unable to get object type for %s"
16986 msgstr ""
16987
16988 #: builtin/replace.c:342
16989 msgid "editing object file failed"
16990 msgstr ""
16991
16992 #: builtin/replace.c:351
16993 #, c-format
16994 msgid "new object is the same as the old one: '%s'"
16995 msgstr ""
16996
16997 #: builtin/replace.c:383
16998 #, c-format
16999 msgid "could not parse %s as a commit"
17000 msgstr ""
17001
17002 #: builtin/replace.c:414
17003 #, c-format
17004 msgid "bad mergetag in commit '%s'"
17005 msgstr ""
17006
17007 #: builtin/replace.c:416
17008 #, c-format
17009 msgid "malformed mergetag in commit '%s'"
17010 msgstr ""
17011
17012 #: builtin/replace.c:428
17013 #, c-format
17014 msgid ""
17015 "original commit '%s' contains mergetag '%s' that is discarded; use --edit "
17016 "instead of --graft"
17017 msgstr ""
17018
17019 #: builtin/replace.c:467
17020 #, c-format
17021 msgid "the original commit '%s' has a gpg signature"
17022 msgstr ""
17023
17024 #: builtin/replace.c:468
17025 msgid "the signature will be removed in the replacement commit!"
17026 msgstr ""
17027
17028 #: builtin/replace.c:478
17029 #, c-format
17030 msgid "could not write replacement commit for: '%s'"
17031 msgstr ""
17032
17033 #: builtin/replace.c:486
17034 #, c-format
17035 msgid "graft for '%s' unnecessary"
17036 msgstr ""
17037
17038 #: builtin/replace.c:490
17039 #, c-format
17040 msgid "new commit is the same as the old one: '%s'"
17041 msgstr ""
17042
17043 #: builtin/replace.c:525
17044 #, c-format
17045 msgid ""
17046 "could not convert the following graft(s):\n"
17047 "%s"
17048 msgstr ""
17049
17050 #: builtin/replace.c:546
17051 msgid "list replace refs"
17052 msgstr ""
17053
17054 #: builtin/replace.c:547
17055 msgid "delete replace refs"
17056 msgstr ""
17057
17058 #: builtin/replace.c:548
17059 msgid "edit existing object"
17060 msgstr ""
17061
17062 #: builtin/replace.c:549
17063 msgid "change a commit's parents"
17064 msgstr ""
17065
17066 #: builtin/replace.c:550
17067 msgid "convert existing graft file"
17068 msgstr ""
17069
17070 #: builtin/replace.c:551
17071 msgid "replace the ref if it exists"
17072 msgstr ""
17073
17074 #: builtin/replace.c:553
17075 msgid "do not pretty-print contents for --edit"
17076 msgstr ""
17077
17078 #: builtin/replace.c:554
17079 msgid "use this format"
17080 msgstr ""
17081
17082 #: builtin/replace.c:567
17083 msgid "--format cannot be used when not listing"
17084 msgstr ""
17085
17086 #: builtin/replace.c:575
17087 msgid "-f only makes sense when writing a replacement"
17088 msgstr ""
17089
17090 #: builtin/replace.c:579
17091 msgid "--raw only makes sense with --edit"
17092 msgstr ""
17093
17094 #: builtin/replace.c:585
17095 msgid "-d needs at least one argument"
17096 msgstr ""
17097
17098 #: builtin/replace.c:591
17099 msgid "bad number of arguments"
17100 msgstr ""
17101
17102 #: builtin/replace.c:597
17103 msgid "-e needs exactly one argument"
17104 msgstr ""
17105
17106 #: builtin/replace.c:603
17107 msgid "-g needs at least one argument"
17108 msgstr ""
17109
17110 #: builtin/replace.c:609
17111 msgid "--convert-graft-file takes no argument"
17112 msgstr ""
17113
17114 #: builtin/replace.c:615
17115 msgid "only one pattern can be given with -l"
17116 msgstr ""
17117
17118 #: builtin/rerere.c:13
17119 msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
17120 msgstr ""
17121
17122 #: builtin/rerere.c:60
17123 msgid "register clean resolutions in index"
17124 msgstr ""
17125
17126 #: builtin/rerere.c:79
17127 msgid "'git rerere forget' without paths is deprecated"
17128 msgstr ""
17129
17130 #: builtin/rerere.c:113
17131 #, c-format
17132 msgid "unable to generate diff for '%s'"
17133 msgstr ""
17134
17135 #: builtin/reset.c:32
17136 msgid ""
17137 "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
17138 msgstr ""
17139
17140 #: builtin/reset.c:33
17141 msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
17142 msgstr ""
17143
17144 #: builtin/reset.c:34
17145 msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
17146 msgstr ""
17147
17148 #: builtin/reset.c:40
17149 msgid "mixed"
17150 msgstr ""
17151
17152 #: builtin/reset.c:40
17153 msgid "soft"
17154 msgstr ""
17155
17156 #: builtin/reset.c:40
17157 msgid "hard"
17158 msgstr ""
17159
17160 #: builtin/reset.c:40
17161 msgid "merge"
17162 msgstr ""
17163
17164 #: builtin/reset.c:40
17165 msgid "keep"
17166 msgstr ""
17167
17168 #: builtin/reset.c:81
17169 msgid "You do not have a valid HEAD."
17170 msgstr ""
17171
17172 #: builtin/reset.c:83
17173 msgid "Failed to find tree of HEAD."
17174 msgstr ""
17175
17176 #: builtin/reset.c:89
17177 #, c-format
17178 msgid "Failed to find tree of %s."
17179 msgstr ""
17180
17181 #: builtin/reset.c:193
17182 #, c-format
17183 msgid "Cannot do a %s reset in the middle of a merge."
17184 msgstr ""
17185
17186 #: builtin/reset.c:293 builtin/stash.c:514 builtin/stash.c:589
17187 #: builtin/stash.c:613
17188 msgid "be quiet, only report errors"
17189 msgstr ""
17190
17191 #: builtin/reset.c:295
17192 msgid "reset HEAD and index"
17193 msgstr ""
17194
17195 #: builtin/reset.c:296
17196 msgid "reset only HEAD"
17197 msgstr ""
17198
17199 #: builtin/reset.c:298 builtin/reset.c:300
17200 msgid "reset HEAD, index and working tree"
17201 msgstr ""
17202
17203 #: builtin/reset.c:302
17204 msgid "reset HEAD but keep local changes"
17205 msgstr ""
17206
17207 #: builtin/reset.c:308
17208 msgid "record only the fact that removed paths will be added later"
17209 msgstr ""
17210
17211 #: builtin/reset.c:326
17212 #, c-format
17213 msgid "Failed to resolve '%s' as a valid revision."
17214 msgstr ""
17215
17216 #: builtin/reset.c:334
17217 #, c-format
17218 msgid "Failed to resolve '%s' as a valid tree."
17219 msgstr ""
17220
17221 #: builtin/reset.c:343
17222 msgid "--patch is incompatible with --{hard,mixed,soft}"
17223 msgstr ""
17224
17225 #: builtin/reset.c:353
17226 msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
17227 msgstr ""
17228
17229 #: builtin/reset.c:355
17230 #, c-format
17231 msgid "Cannot do %s reset with paths."
17232 msgstr ""
17233
17234 #: builtin/reset.c:370
17235 #, c-format
17236 msgid "%s reset is not allowed in a bare repository"
17237 msgstr ""
17238
17239 #: builtin/reset.c:374
17240 msgid "-N can only be used with --mixed"
17241 msgstr ""
17242
17243 #: builtin/reset.c:395
17244 msgid "Unstaged changes after reset:"
17245 msgstr ""
17246
17247 #: builtin/reset.c:398
17248 #, c-format
17249 msgid ""
17250 "\n"
17251 "It took %.2f seconds to enumerate unstaged changes after reset.  You can\n"
17252 "use '--quiet' to avoid this.  Set the config setting reset.quiet to true\n"
17253 "to make this the default.\n"
17254 msgstr ""
17255
17256 #: builtin/reset.c:408
17257 #, c-format
17258 msgid "Could not reset index file to revision '%s'."
17259 msgstr ""
17260
17261 #: builtin/reset.c:412
17262 msgid "Could not write new index file."
17263 msgstr ""
17264
17265 #: builtin/rev-list.c:405
17266 msgid "cannot combine --exclude-promisor-objects and --missing"
17267 msgstr ""
17268
17269 #: builtin/rev-list.c:466
17270 msgid "object filtering requires --objects"
17271 msgstr ""
17272
17273 #: builtin/rev-list.c:469
17274 #, c-format
17275 msgid "invalid sparse value '%s'"
17276 msgstr ""
17277
17278 #: builtin/rev-list.c:510
17279 msgid "rev-list does not support display of notes"
17280 msgstr ""
17281
17282 #: builtin/rev-list.c:513
17283 msgid "cannot combine --use-bitmap-index with object filtering"
17284 msgstr ""
17285
17286 #: builtin/rev-parse.c:408
17287 msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
17288 msgstr ""
17289
17290 #: builtin/rev-parse.c:413
17291 msgid "keep the `--` passed as an arg"
17292 msgstr ""
17293
17294 #: builtin/rev-parse.c:415
17295 msgid "stop parsing after the first non-option argument"
17296 msgstr ""
17297
17298 #: builtin/rev-parse.c:418
17299 msgid "output in stuck long form"
17300 msgstr ""
17301
17302 #: builtin/rev-parse.c:551
17303 msgid ""
17304 "git rev-parse --parseopt [<options>] -- [<args>...]\n"
17305 "   or: git rev-parse --sq-quote [<arg>...]\n"
17306 "   or: git rev-parse [<options>] [<arg>...]\n"
17307 "\n"
17308 "Run \"git rev-parse --parseopt -h\" for more information on the first usage."
17309 msgstr ""
17310
17311 #: builtin/revert.c:24
17312 msgid "git revert [<options>] <commit-ish>..."
17313 msgstr ""
17314
17315 #: builtin/revert.c:25
17316 msgid "git revert <subcommand>"
17317 msgstr ""
17318
17319 #: builtin/revert.c:30
17320 msgid "git cherry-pick [<options>] <commit-ish>..."
17321 msgstr ""
17322
17323 #: builtin/revert.c:31
17324 msgid "git cherry-pick <subcommand>"
17325 msgstr ""
17326
17327 #: builtin/revert.c:72
17328 #, c-format
17329 msgid "option `%s' expects a number greater than zero"
17330 msgstr ""
17331
17332 #: builtin/revert.c:92
17333 #, c-format
17334 msgid "%s: %s cannot be used with %s"
17335 msgstr ""
17336
17337 #: builtin/revert.c:102
17338 msgid "end revert or cherry-pick sequence"
17339 msgstr ""
17340
17341 #: builtin/revert.c:103
17342 msgid "resume revert or cherry-pick sequence"
17343 msgstr ""
17344
17345 #: builtin/revert.c:104
17346 msgid "cancel revert or cherry-pick sequence"
17347 msgstr ""
17348
17349 #: builtin/revert.c:106
17350 msgid "don't automatically commit"
17351 msgstr ""
17352
17353 #: builtin/revert.c:107
17354 msgid "edit the commit message"
17355 msgstr ""
17356
17357 #: builtin/revert.c:110
17358 msgid "parent-number"
17359 msgstr ""
17360
17361 #: builtin/revert.c:111
17362 msgid "select mainline parent"
17363 msgstr ""
17364
17365 #: builtin/revert.c:113
17366 msgid "merge strategy"
17367 msgstr ""
17368
17369 #: builtin/revert.c:115
17370 msgid "option for merge strategy"
17371 msgstr ""
17372
17373 #: builtin/revert.c:124
17374 msgid "append commit name"
17375 msgstr ""
17376
17377 #: builtin/revert.c:126
17378 msgid "preserve initially empty commits"
17379 msgstr ""
17380
17381 #: builtin/revert.c:128
17382 msgid "keep redundant, empty commits"
17383 msgstr ""
17384
17385 #: builtin/revert.c:227
17386 msgid "revert failed"
17387 msgstr ""
17388
17389 #: builtin/revert.c:240
17390 msgid "cherry-pick failed"
17391 msgstr ""
17392
17393 #: builtin/rm.c:19
17394 msgid "git rm [<options>] [--] <file>..."
17395 msgstr ""
17396
17397 #: builtin/rm.c:207
17398 msgid ""
17399 "the following file has staged content different from both the\n"
17400 "file and the HEAD:"
17401 msgid_plural ""
17402 "the following files have staged content different from both the\n"
17403 "file and the HEAD:"
17404 msgstr[0] ""
17405 msgstr[1] ""
17406
17407 #: builtin/rm.c:212
17408 msgid ""
17409 "\n"
17410 "(use -f to force removal)"
17411 msgstr ""
17412
17413 #: builtin/rm.c:216
17414 msgid "the following file has changes staged in the index:"
17415 msgid_plural "the following files have changes staged in the index:"
17416 msgstr[0] ""
17417 msgstr[1] ""
17418
17419 #: builtin/rm.c:220 builtin/rm.c:229
17420 msgid ""
17421 "\n"
17422 "(use --cached to keep the file, or -f to force removal)"
17423 msgstr ""
17424
17425 #: builtin/rm.c:226
17426 msgid "the following file has local modifications:"
17427 msgid_plural "the following files have local modifications:"
17428 msgstr[0] ""
17429 msgstr[1] ""
17430
17431 #: builtin/rm.c:242
17432 msgid "do not list removed files"
17433 msgstr ""
17434
17435 #: builtin/rm.c:243
17436 msgid "only remove from the index"
17437 msgstr ""
17438
17439 #: builtin/rm.c:244
17440 msgid "override the up-to-date check"
17441 msgstr ""
17442
17443 #: builtin/rm.c:245
17444 msgid "allow recursive removal"
17445 msgstr ""
17446
17447 #: builtin/rm.c:247
17448 msgid "exit with a zero status even if nothing matched"
17449 msgstr ""
17450
17451 #: builtin/rm.c:289
17452 msgid "please stage your changes to .gitmodules or stash them to proceed"
17453 msgstr ""
17454
17455 #: builtin/rm.c:307
17456 #, c-format
17457 msgid "not removing '%s' recursively without -r"
17458 msgstr ""
17459
17460 #: builtin/rm.c:346
17461 #, c-format
17462 msgid "git rm: unable to remove %s"
17463 msgstr ""
17464
17465 #: builtin/send-pack.c:20
17466 msgid ""
17467 "git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
17468 "receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
17469 "[<ref>...]\n"
17470 "  --all and explicit <ref> specification are mutually exclusive."
17471 msgstr ""
17472
17473 #: builtin/send-pack.c:163
17474 msgid "remote name"
17475 msgstr ""
17476
17477 #: builtin/send-pack.c:177
17478 msgid "use stateless RPC protocol"
17479 msgstr ""
17480
17481 #: builtin/send-pack.c:178
17482 msgid "read refs from stdin"
17483 msgstr ""
17484
17485 #: builtin/send-pack.c:179
17486 msgid "print status from remote helper"
17487 msgstr ""
17488
17489 #: builtin/shortlog.c:14
17490 msgid "git shortlog [<options>] [<revision-range>] [[--] <path>...]"
17491 msgstr ""
17492
17493 #: builtin/shortlog.c:15
17494 msgid "git log --pretty=short | git shortlog [<options>]"
17495 msgstr ""
17496
17497 #: builtin/shortlog.c:264
17498 msgid "Group by committer rather than author"
17499 msgstr ""
17500
17501 #: builtin/shortlog.c:266
17502 msgid "sort output according to the number of commits per author"
17503 msgstr ""
17504
17505 #: builtin/shortlog.c:268
17506 msgid "Suppress commit descriptions, only provides commit count"
17507 msgstr ""
17508
17509 #: builtin/shortlog.c:270
17510 msgid "Show the email address of each author"
17511 msgstr ""
17512
17513 #: builtin/shortlog.c:271
17514 msgid "<w>[,<i1>[,<i2>]]"
17515 msgstr ""
17516
17517 #: builtin/shortlog.c:272
17518 msgid "Linewrap output"
17519 msgstr ""
17520
17521 #: builtin/shortlog.c:301
17522 msgid "too many arguments given outside repository"
17523 msgstr ""
17524
17525 #: builtin/show-branch.c:13
17526 msgid ""
17527 "git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
17528 "\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
17529 "\t\t[--more=<n> | --list | --independent | --merge-base]\n"
17530 "\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
17531 msgstr ""
17532
17533 #: builtin/show-branch.c:17
17534 msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
17535 msgstr ""
17536
17537 #: builtin/show-branch.c:395
17538 #, c-format
17539 msgid "ignoring %s; cannot handle more than %d ref"
17540 msgid_plural "ignoring %s; cannot handle more than %d refs"
17541 msgstr[0] ""
17542 msgstr[1] ""
17543
17544 #: builtin/show-branch.c:549
17545 #, c-format
17546 msgid "no matching refs with %s"
17547 msgstr ""
17548
17549 #: builtin/show-branch.c:646
17550 msgid "show remote-tracking and local branches"
17551 msgstr ""
17552
17553 #: builtin/show-branch.c:648
17554 msgid "show remote-tracking branches"
17555 msgstr ""
17556
17557 #: builtin/show-branch.c:650
17558 msgid "color '*!+-' corresponding to the branch"
17559 msgstr ""
17560
17561 #: builtin/show-branch.c:652
17562 msgid "show <n> more commits after the common ancestor"
17563 msgstr ""
17564
17565 #: builtin/show-branch.c:654
17566 msgid "synonym to more=-1"
17567 msgstr ""
17568
17569 #: builtin/show-branch.c:655
17570 msgid "suppress naming strings"
17571 msgstr ""
17572
17573 #: builtin/show-branch.c:657
17574 msgid "include the current branch"
17575 msgstr ""
17576
17577 #: builtin/show-branch.c:659
17578 msgid "name commits with their object names"
17579 msgstr ""
17580
17581 #: builtin/show-branch.c:661
17582 msgid "show possible merge bases"
17583 msgstr ""
17584
17585 #: builtin/show-branch.c:663
17586 msgid "show refs unreachable from any other ref"
17587 msgstr ""
17588
17589 #: builtin/show-branch.c:665
17590 msgid "show commits in topological order"
17591 msgstr ""
17592
17593 #: builtin/show-branch.c:668
17594 msgid "show only commits not on the first branch"
17595 msgstr ""
17596
17597 #: builtin/show-branch.c:670
17598 msgid "show merges reachable from only one tip"
17599 msgstr ""
17600
17601 #: builtin/show-branch.c:672
17602 msgid "topologically sort, maintaining date order where possible"
17603 msgstr ""
17604
17605 #: builtin/show-branch.c:675
17606 msgid "<n>[,<base>]"
17607 msgstr ""
17608
17609 #: builtin/show-branch.c:676
17610 msgid "show <n> most recent ref-log entries starting at base"
17611 msgstr ""
17612
17613 #: builtin/show-branch.c:712
17614 msgid ""
17615 "--reflog is incompatible with --all, --remotes, --independent or --merge-base"
17616 msgstr ""
17617
17618 #: builtin/show-branch.c:736
17619 msgid "no branches given, and HEAD is not valid"
17620 msgstr ""
17621
17622 #: builtin/show-branch.c:739
17623 msgid "--reflog option needs one branch name"
17624 msgstr ""
17625
17626 #: builtin/show-branch.c:742
17627 #, c-format
17628 msgid "only %d entry can be shown at one time."
17629 msgid_plural "only %d entries can be shown at one time."
17630 msgstr[0] ""
17631 msgstr[1] ""
17632
17633 #: builtin/show-branch.c:746
17634 #, c-format
17635 msgid "no such ref %s"
17636 msgstr ""
17637
17638 #: builtin/show-branch.c:832
17639 #, c-format
17640 msgid "cannot handle more than %d rev."
17641 msgid_plural "cannot handle more than %d revs."
17642 msgstr[0] ""
17643 msgstr[1] ""
17644
17645 #: builtin/show-branch.c:836
17646 #, c-format
17647 msgid "'%s' is not a valid ref."
17648 msgstr ""
17649
17650 #: builtin/show-branch.c:839
17651 #, c-format
17652 msgid "cannot find commit %s (%s)"
17653 msgstr ""
17654
17655 #: builtin/show-ref.c:12
17656 msgid ""
17657 "git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
17658 "hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
17659 msgstr ""
17660
17661 #: builtin/show-ref.c:13
17662 msgid "git show-ref --exclude-existing[=<pattern>]"
17663 msgstr ""
17664
17665 #: builtin/show-ref.c:162
17666 msgid "only show tags (can be combined with heads)"
17667 msgstr ""
17668
17669 #: builtin/show-ref.c:163
17670 msgid "only show heads (can be combined with tags)"
17671 msgstr ""
17672
17673 #: builtin/show-ref.c:164
17674 msgid "stricter reference checking, requires exact ref path"
17675 msgstr ""
17676
17677 #: builtin/show-ref.c:167 builtin/show-ref.c:169
17678 msgid "show the HEAD reference, even if it would be filtered out"
17679 msgstr ""
17680
17681 #: builtin/show-ref.c:171
17682 msgid "dereference tags into object IDs"
17683 msgstr ""
17684
17685 #: builtin/show-ref.c:173
17686 msgid "only show SHA1 hash using <n> digits"
17687 msgstr ""
17688
17689 #: builtin/show-ref.c:177
17690 msgid "do not print results to stdout (useful with --verify)"
17691 msgstr ""
17692
17693 #: builtin/show-ref.c:179
17694 msgid "show refs from stdin that aren't in local repository"
17695 msgstr ""
17696
17697 #: builtin/stash.c:22 builtin/stash.c:37
17698 msgid "git stash list [<options>]"
17699 msgstr ""
17700
17701 #: builtin/stash.c:23 builtin/stash.c:42
17702 msgid "git stash show [<options>] [<stash>]"
17703 msgstr ""
17704
17705 #: builtin/stash.c:24 builtin/stash.c:47
17706 msgid "git stash drop [-q|--quiet] [<stash>]"
17707 msgstr ""
17708
17709 #: builtin/stash.c:25
17710 msgid "git stash ( pop | apply ) [--index] [-q|--quiet] [<stash>]"
17711 msgstr ""
17712
17713 #: builtin/stash.c:26 builtin/stash.c:62
17714 msgid "git stash branch <branchname> [<stash>]"
17715 msgstr ""
17716
17717 #: builtin/stash.c:27 builtin/stash.c:67
17718 msgid "git stash clear"
17719 msgstr ""
17720
17721 #: builtin/stash.c:28 builtin/stash.c:77
17722 msgid ""
17723 "git stash [push [-p|--patch] [-k|--[no-]keep-index] [-q|--quiet]\n"
17724 "          [-u|--include-untracked] [-a|--all] [-m|--message <message>]\n"
17725 "          [--] [<pathspec>...]]"
17726 msgstr ""
17727
17728 #: builtin/stash.c:31 builtin/stash.c:84
17729 msgid ""
17730 "git stash save [-p|--patch] [-k|--[no-]keep-index] [-q|--quiet]\n"
17731 "          [-u|--include-untracked] [-a|--all] [<message>]"
17732 msgstr ""
17733
17734 #: builtin/stash.c:52
17735 msgid "git stash pop [--index] [-q|--quiet] [<stash>]"
17736 msgstr ""
17737
17738 #: builtin/stash.c:57
17739 msgid "git stash apply [--index] [-q|--quiet] [<stash>]"
17740 msgstr ""
17741
17742 #: builtin/stash.c:72
17743 msgid "git stash store [-m|--message <message>] [-q|--quiet] <commit>"
17744 msgstr ""
17745
17746 #: builtin/stash.c:127
17747 #, c-format
17748 msgid "'%s' is not a stash-like commit"
17749 msgstr ""
17750
17751 #: builtin/stash.c:147
17752 #, c-format
17753 msgid "Too many revisions specified:%s"
17754 msgstr ""
17755
17756 #: builtin/stash.c:161 git-legacy-stash.sh:548
17757 msgid "No stash entries found."
17758 msgstr ""
17759
17760 #: builtin/stash.c:175
17761 #, c-format
17762 msgid "%s is not a valid reference"
17763 msgstr ""
17764
17765 #: builtin/stash.c:224 git-legacy-stash.sh:75
17766 msgid "git stash clear with parameters is unimplemented"
17767 msgstr ""
17768
17769 #: builtin/stash.c:403
17770 msgid "cannot apply a stash in the middle of a merge"
17771 msgstr ""
17772
17773 #: builtin/stash.c:414
17774 #, c-format
17775 msgid "could not generate diff %s^!."
17776 msgstr ""
17777
17778 #: builtin/stash.c:421
17779 msgid "conflicts in index.Try without --index."
17780 msgstr ""
17781
17782 #: builtin/stash.c:427
17783 msgid "could not save index tree"
17784 msgstr ""
17785
17786 #: builtin/stash.c:434
17787 msgid "could not restore untracked files from stash"
17788 msgstr ""
17789
17790 #: builtin/stash.c:448
17791 #, c-format
17792 msgid "Merging %s with %s"
17793 msgstr ""
17794
17795 #: builtin/stash.c:458 git-legacy-stash.sh:680
17796 msgid "Index was not unstashed."
17797 msgstr ""
17798
17799 #: builtin/stash.c:516 builtin/stash.c:615
17800 msgid "attempt to recreate the index"
17801 msgstr ""
17802
17803 #: builtin/stash.c:549
17804 #, c-format
17805 msgid "Dropped %s (%s)"
17806 msgstr ""
17807
17808 #: builtin/stash.c:552
17809 #, c-format
17810 msgid "%s: Could not drop stash entry"
17811 msgstr ""
17812
17813 #: builtin/stash.c:577
17814 #, c-format
17815 msgid "'%s' is not a stash reference"
17816 msgstr ""
17817
17818 #: builtin/stash.c:627 git-legacy-stash.sh:694
17819 msgid "The stash entry is kept in case you need it again."
17820 msgstr ""
17821
17822 #: builtin/stash.c:650 git-legacy-stash.sh:712
17823 msgid "No branch name specified"
17824 msgstr ""
17825
17826 #: builtin/stash.c:789 builtin/stash.c:826
17827 #, c-format
17828 msgid "Cannot update %s with %s"
17829 msgstr ""
17830
17831 #: builtin/stash.c:807 builtin/stash.c:1474 builtin/stash.c:1510
17832 msgid "stash message"
17833 msgstr ""
17834
17835 #: builtin/stash.c:817
17836 msgid "\"git stash store\" requires one <commit> argument"
17837 msgstr ""
17838
17839 #: builtin/stash.c:1039 git-legacy-stash.sh:217
17840 msgid "No changes selected"
17841 msgstr ""
17842
17843 #: builtin/stash.c:1135 git-legacy-stash.sh:150
17844 msgid "You do not have the initial commit yet"
17845 msgstr ""
17846
17847 #: builtin/stash.c:1162 git-legacy-stash.sh:165
17848 msgid "Cannot save the current index state"
17849 msgstr ""
17850
17851 #: builtin/stash.c:1171 git-legacy-stash.sh:180
17852 msgid "Cannot save the untracked files"
17853 msgstr ""
17854
17855 #: builtin/stash.c:1182 builtin/stash.c:1191 git-legacy-stash.sh:200
17856 #: git-legacy-stash.sh:213
17857 msgid "Cannot save the current worktree state"
17858 msgstr ""
17859
17860 #: builtin/stash.c:1219 git-legacy-stash.sh:233
17861 msgid "Cannot record working tree state"
17862 msgstr ""
17863
17864 #: builtin/stash.c:1268 git-legacy-stash.sh:337
17865 msgid "Can't use --patch and --include-untracked or --all at the same time"
17866 msgstr ""
17867
17868 #: builtin/stash.c:1284
17869 msgid "Did you forget to 'git add'?"
17870 msgstr ""
17871
17872 #: builtin/stash.c:1299 git-legacy-stash.sh:345
17873 msgid "No local changes to save"
17874 msgstr ""
17875
17876 #: builtin/stash.c:1306 git-legacy-stash.sh:350
17877 msgid "Cannot initialize stash"
17878 msgstr ""
17879
17880 #: builtin/stash.c:1321 git-legacy-stash.sh:354
17881 msgid "Cannot save the current status"
17882 msgstr ""
17883
17884 #: builtin/stash.c:1326
17885 #, c-format
17886 msgid "Saved working directory and index state %s"
17887 msgstr ""
17888
17889 #: builtin/stash.c:1430 git-legacy-stash.sh:384
17890 msgid "Cannot remove worktree changes"
17891 msgstr ""
17892
17893 #: builtin/stash.c:1465 builtin/stash.c:1501
17894 msgid "keep index"
17895 msgstr ""
17896
17897 #: builtin/stash.c:1467 builtin/stash.c:1503
17898 msgid "stash in patch mode"
17899 msgstr ""
17900
17901 #: builtin/stash.c:1468 builtin/stash.c:1504
17902 msgid "quiet mode"
17903 msgstr ""
17904
17905 #: builtin/stash.c:1470 builtin/stash.c:1506
17906 msgid "include untracked files in stash"
17907 msgstr ""
17908
17909 #: builtin/stash.c:1472 builtin/stash.c:1508
17910 msgid "include ignore files"
17911 msgstr ""
17912
17913 #: builtin/stash.c:1568
17914 #, c-format
17915 msgid "could not exec %s"
17916 msgstr ""
17917
17918 #: builtin/stripspace.c:18
17919 msgid "git stripspace [-s | --strip-comments]"
17920 msgstr ""
17921
17922 #: builtin/stripspace.c:19
17923 msgid "git stripspace [-c | --comment-lines]"
17924 msgstr ""
17925
17926 #: builtin/stripspace.c:37
17927 msgid "skip and remove all lines starting with comment character"
17928 msgstr ""
17929
17930 #: builtin/stripspace.c:40
17931 msgid "prepend comment character and space to each line"
17932 msgstr ""
17933
17934 #: builtin/submodule--helper.c:45 builtin/submodule--helper.c:1942
17935 #, c-format
17936 msgid "Expecting a full ref name, got %s"
17937 msgstr ""
17938
17939 #: builtin/submodule--helper.c:62
17940 msgid "submodule--helper print-default-remote takes no arguments"
17941 msgstr ""
17942
17943 #: builtin/submodule--helper.c:100
17944 #, c-format
17945 msgid "cannot strip one component off url '%s'"
17946 msgstr ""
17947
17948 #: builtin/submodule--helper.c:408 builtin/submodule--helper.c:1367
17949 msgid "alternative anchor for relative paths"
17950 msgstr ""
17951
17952 #: builtin/submodule--helper.c:413
17953 msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
17954 msgstr ""
17955
17956 #: builtin/submodule--helper.c:470 builtin/submodule--helper.c:627
17957 #: builtin/submodule--helper.c:650
17958 #, c-format
17959 msgid "No url found for submodule path '%s' in .gitmodules"
17960 msgstr ""
17961
17962 #: builtin/submodule--helper.c:522
17963 #, c-format
17964 msgid "Entering '%s'\n"
17965 msgstr ""
17966
17967 #: builtin/submodule--helper.c:525
17968 #, c-format
17969 msgid ""
17970 "run_command returned non-zero status for %s\n"
17971 "."
17972 msgstr ""
17973
17974 #: builtin/submodule--helper.c:546
17975 #, c-format
17976 msgid ""
17977 "run_command returned non-zero status while recursing in the nested "
17978 "submodules of %s\n"
17979 "."
17980 msgstr ""
17981
17982 #: builtin/submodule--helper.c:562
17983 msgid "Suppress output of entering each submodule command"
17984 msgstr ""
17985
17986 #: builtin/submodule--helper.c:564 builtin/submodule--helper.c:1049
17987 msgid "Recurse into nested submodules"
17988 msgstr ""
17989
17990 #: builtin/submodule--helper.c:569
17991 msgid "git submodule--helper foreach [--quiet] [--recursive] [--] <command>"
17992 msgstr ""
17993
17994 #: builtin/submodule--helper.c:596
17995 #, c-format
17996 msgid ""
17997 "could not look up configuration '%s'. Assuming this repository is its own "
17998 "authoritative upstream."
17999 msgstr ""
18000
18001 #: builtin/submodule--helper.c:664
18002 #, c-format
18003 msgid "Failed to register url for submodule path '%s'"
18004 msgstr ""
18005
18006 #: builtin/submodule--helper.c:668
18007 #, c-format
18008 msgid "Submodule '%s' (%s) registered for path '%s'\n"
18009 msgstr ""
18010
18011 #: builtin/submodule--helper.c:678
18012 #, c-format
18013 msgid "warning: command update mode suggested for submodule '%s'\n"
18014 msgstr ""
18015
18016 #: builtin/submodule--helper.c:685
18017 #, c-format
18018 msgid "Failed to register update mode for submodule path '%s'"
18019 msgstr ""
18020
18021 #: builtin/submodule--helper.c:707
18022 msgid "Suppress output for initializing a submodule"
18023 msgstr ""
18024
18025 #: builtin/submodule--helper.c:712
18026 msgid "git submodule--helper init [<options>] [<path>]"
18027 msgstr ""
18028
18029 #: builtin/submodule--helper.c:784 builtin/submodule--helper.c:910
18030 #, c-format
18031 msgid "no submodule mapping found in .gitmodules for path '%s'"
18032 msgstr ""
18033
18034 #: builtin/submodule--helper.c:823
18035 #, c-format
18036 msgid "could not resolve HEAD ref inside the submodule '%s'"
18037 msgstr ""
18038
18039 #: builtin/submodule--helper.c:850 builtin/submodule--helper.c:1019
18040 #, c-format
18041 msgid "failed to recurse into submodule '%s'"
18042 msgstr ""
18043
18044 #: builtin/submodule--helper.c:874 builtin/submodule--helper.c:1185
18045 msgid "Suppress submodule status output"
18046 msgstr ""
18047
18048 #: builtin/submodule--helper.c:875
18049 msgid ""
18050 "Use commit stored in the index instead of the one stored in the submodule "
18051 "HEAD"
18052 msgstr ""
18053
18054 #: builtin/submodule--helper.c:876
18055 msgid "recurse into nested submodules"
18056 msgstr ""
18057
18058 #: builtin/submodule--helper.c:881
18059 msgid "git submodule status [--quiet] [--cached] [--recursive] [<path>...]"
18060 msgstr ""
18061
18062 #: builtin/submodule--helper.c:905
18063 msgid "git submodule--helper name <path>"
18064 msgstr ""
18065
18066 #: builtin/submodule--helper.c:969
18067 #, c-format
18068 msgid "Synchronizing submodule url for '%s'\n"
18069 msgstr ""
18070
18071 #: builtin/submodule--helper.c:975
18072 #, c-format
18073 msgid "failed to register url for submodule path '%s'"
18074 msgstr ""
18075
18076 #: builtin/submodule--helper.c:989
18077 #, c-format
18078 msgid "failed to get the default remote for submodule '%s'"
18079 msgstr ""
18080
18081 #: builtin/submodule--helper.c:1000
18082 #, c-format
18083 msgid "failed to update remote for submodule '%s'"
18084 msgstr ""
18085
18086 #: builtin/submodule--helper.c:1047
18087 msgid "Suppress output of synchronizing submodule url"
18088 msgstr ""
18089
18090 #: builtin/submodule--helper.c:1054
18091 msgid "git submodule--helper sync [--quiet] [--recursive] [<path>]"
18092 msgstr ""
18093
18094 #: builtin/submodule--helper.c:1108
18095 #, c-format
18096 msgid ""
18097 "Submodule work tree '%s' contains a .git directory (use 'rm -rf' if you "
18098 "really want to remove it including all of its history)"
18099 msgstr ""
18100
18101 #: builtin/submodule--helper.c:1120
18102 #, c-format
18103 msgid ""
18104 "Submodule work tree '%s' contains local modifications; use '-f' to discard "
18105 "them"
18106 msgstr ""
18107
18108 #: builtin/submodule--helper.c:1128
18109 #, c-format
18110 msgid "Cleared directory '%s'\n"
18111 msgstr ""
18112
18113 #: builtin/submodule--helper.c:1130
18114 #, c-format
18115 msgid "Could not remove submodule work tree '%s'\n"
18116 msgstr ""
18117
18118 #: builtin/submodule--helper.c:1141
18119 #, c-format
18120 msgid "could not create empty submodule directory %s"
18121 msgstr ""
18122
18123 #: builtin/submodule--helper.c:1157
18124 #, c-format
18125 msgid "Submodule '%s' (%s) unregistered for path '%s'\n"
18126 msgstr ""
18127
18128 #: builtin/submodule--helper.c:1186
18129 msgid "Remove submodule working trees even if they contain local changes"
18130 msgstr ""
18131
18132 #: builtin/submodule--helper.c:1187
18133 msgid "Unregister all submodules"
18134 msgstr ""
18135
18136 #: builtin/submodule--helper.c:1192
18137 msgid ""
18138 "git submodule deinit [--quiet] [-f | --force] [--all | [--] [<path>...]]"
18139 msgstr ""
18140
18141 #: builtin/submodule--helper.c:1206
18142 msgid "Use '--all' if you really want to deinitialize all submodules"
18143 msgstr ""
18144
18145 #: builtin/submodule--helper.c:1301 builtin/submodule--helper.c:1304
18146 #, c-format
18147 msgid "submodule '%s' cannot add alternate: %s"
18148 msgstr ""
18149
18150 #: builtin/submodule--helper.c:1340
18151 #, c-format
18152 msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
18153 msgstr ""
18154
18155 #: builtin/submodule--helper.c:1347
18156 #, c-format
18157 msgid "Value '%s' for submodule.alternateLocation is not recognized"
18158 msgstr ""
18159
18160 #: builtin/submodule--helper.c:1370
18161 msgid "where the new submodule will be cloned to"
18162 msgstr ""
18163
18164 #: builtin/submodule--helper.c:1373
18165 msgid "name of the new submodule"
18166 msgstr ""
18167
18168 #: builtin/submodule--helper.c:1376
18169 msgid "url where to clone the submodule from"
18170 msgstr ""
18171
18172 #: builtin/submodule--helper.c:1384
18173 msgid "depth for shallow clones"
18174 msgstr ""
18175
18176 #: builtin/submodule--helper.c:1387 builtin/submodule--helper.c:1871
18177 msgid "force cloning progress"
18178 msgstr ""
18179
18180 #: builtin/submodule--helper.c:1392
18181 msgid ""
18182 "git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
18183 "<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
18184 msgstr ""
18185
18186 #: builtin/submodule--helper.c:1423
18187 #, c-format
18188 msgid "clone of '%s' into submodule path '%s' failed"
18189 msgstr ""
18190
18191 #: builtin/submodule--helper.c:1437
18192 #, c-format
18193 msgid "could not get submodule directory for '%s'"
18194 msgstr ""
18195
18196 #: builtin/submodule--helper.c:1473
18197 #, c-format
18198 msgid "Invalid update mode '%s' for submodule path '%s'"
18199 msgstr ""
18200
18201 #: builtin/submodule--helper.c:1477
18202 #, c-format
18203 msgid "Invalid update mode '%s' configured for submodule path '%s'"
18204 msgstr ""
18205
18206 #: builtin/submodule--helper.c:1570
18207 #, c-format
18208 msgid "Submodule path '%s' not initialized"
18209 msgstr ""
18210
18211 #: builtin/submodule--helper.c:1574
18212 msgid "Maybe you want to use 'update --init'?"
18213 msgstr ""
18214
18215 #: builtin/submodule--helper.c:1604
18216 #, c-format
18217 msgid "Skipping unmerged submodule %s"
18218 msgstr ""
18219
18220 #: builtin/submodule--helper.c:1633
18221 #, c-format
18222 msgid "Skipping submodule '%s'"
18223 msgstr ""
18224
18225 #: builtin/submodule--helper.c:1777
18226 #, c-format
18227 msgid "Failed to clone '%s'. Retry scheduled"
18228 msgstr ""
18229
18230 #: builtin/submodule--helper.c:1788
18231 #, c-format
18232 msgid "Failed to clone '%s' a second time, aborting"
18233 msgstr ""
18234
18235 #: builtin/submodule--helper.c:1850 builtin/submodule--helper.c:2092
18236 msgid "path into the working tree"
18237 msgstr ""
18238
18239 #: builtin/submodule--helper.c:1853
18240 msgid "path into the working tree, across nested submodule boundaries"
18241 msgstr ""
18242
18243 #: builtin/submodule--helper.c:1857
18244 msgid "rebase, merge, checkout or none"
18245 msgstr ""
18246
18247 #: builtin/submodule--helper.c:1863
18248 msgid "Create a shallow clone truncated to the specified number of revisions"
18249 msgstr ""
18250
18251 #: builtin/submodule--helper.c:1866
18252 msgid "parallel jobs"
18253 msgstr ""
18254
18255 #: builtin/submodule--helper.c:1868
18256 msgid "whether the initial clone should follow the shallow recommendation"
18257 msgstr ""
18258
18259 #: builtin/submodule--helper.c:1869
18260 msgid "don't print cloning progress"
18261 msgstr ""
18262
18263 #: builtin/submodule--helper.c:1876
18264 msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
18265 msgstr ""
18266
18267 #: builtin/submodule--helper.c:1889
18268 msgid "bad value for update parameter"
18269 msgstr ""
18270
18271 #: builtin/submodule--helper.c:1937
18272 #, c-format
18273 msgid ""
18274 "Submodule (%s) branch configured to inherit branch from superproject, but "
18275 "the superproject is not on any branch"
18276 msgstr ""
18277
18278 #: builtin/submodule--helper.c:2060
18279 #, c-format
18280 msgid "could not get a repository handle for submodule '%s'"
18281 msgstr ""
18282
18283 #: builtin/submodule--helper.c:2093
18284 msgid "recurse into submodules"
18285 msgstr ""
18286
18287 #: builtin/submodule--helper.c:2099
18288 msgid "git submodule--helper absorb-git-dirs [<options>] [<path>...]"
18289 msgstr ""
18290
18291 #: builtin/submodule--helper.c:2156
18292 msgid "check if it is safe to write to the .gitmodules file"
18293 msgstr ""
18294
18295 #: builtin/submodule--helper.c:2159
18296 msgid "unset the config in the .gitmodules file"
18297 msgstr ""
18298
18299 #: builtin/submodule--helper.c:2164
18300 msgid "git submodule--helper config <name> [<value>]"
18301 msgstr ""
18302
18303 #: builtin/submodule--helper.c:2165
18304 msgid "git submodule--helper config --unset <name>"
18305 msgstr ""
18306
18307 #: builtin/submodule--helper.c:2166
18308 msgid "git submodule--helper config --check-writeable"
18309 msgstr ""
18310
18311 #: builtin/submodule--helper.c:2185 git-submodule.sh:171
18312 #, sh-format
18313 msgid "please make sure that the .gitmodules file is in the working tree"
18314 msgstr ""
18315
18316 #: builtin/submodule--helper.c:2235 git.c:433 git.c:685
18317 #, c-format
18318 msgid "%s doesn't support --super-prefix"
18319 msgstr ""
18320
18321 #: builtin/submodule--helper.c:2241
18322 #, c-format
18323 msgid "'%s' is not a valid submodule--helper subcommand"
18324 msgstr ""
18325
18326 #: builtin/symbolic-ref.c:8
18327 msgid "git symbolic-ref [<options>] <name> [<ref>]"
18328 msgstr ""
18329
18330 #: builtin/symbolic-ref.c:9
18331 msgid "git symbolic-ref -d [-q] <name>"
18332 msgstr ""
18333
18334 #: builtin/symbolic-ref.c:40
18335 msgid "suppress error message for non-symbolic (detached) refs"
18336 msgstr ""
18337
18338 #: builtin/symbolic-ref.c:41
18339 msgid "delete symbolic ref"
18340 msgstr ""
18341
18342 #: builtin/symbolic-ref.c:42
18343 msgid "shorten ref output"
18344 msgstr ""
18345
18346 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:363
18347 msgid "reason"
18348 msgstr ""
18349
18350 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:363
18351 msgid "reason of the update"
18352 msgstr ""
18353
18354 #: builtin/tag.c:25
18355 msgid ""
18356 "git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>]\n"
18357 "\t\t<tagname> [<head>]"
18358 msgstr ""
18359
18360 #: builtin/tag.c:27
18361 msgid "git tag -d <tagname>..."
18362 msgstr ""
18363
18364 #: builtin/tag.c:28
18365 msgid ""
18366 "git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
18367 "points-at <object>]\n"
18368 "\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
18369 msgstr ""
18370
18371 #: builtin/tag.c:30
18372 msgid "git tag -v [--format=<format>] <tagname>..."
18373 msgstr ""
18374
18375 #: builtin/tag.c:88
18376 #, c-format
18377 msgid "tag '%s' not found."
18378 msgstr ""
18379
18380 #: builtin/tag.c:104
18381 #, c-format
18382 msgid "Deleted tag '%s' (was %s)\n"
18383 msgstr ""
18384
18385 #: builtin/tag.c:134
18386 #, c-format
18387 msgid ""
18388 "\n"
18389 "Write a message for tag:\n"
18390 "  %s\n"
18391 "Lines starting with '%c' will be ignored.\n"
18392 msgstr ""
18393
18394 #: builtin/tag.c:138
18395 #, c-format
18396 msgid ""
18397 "\n"
18398 "Write a message for tag:\n"
18399 "  %s\n"
18400 "Lines starting with '%c' will be kept; you may remove them yourself if you "
18401 "want to.\n"
18402 msgstr ""
18403
18404 #: builtin/tag.c:192
18405 msgid "unable to sign the tag"
18406 msgstr ""
18407
18408 #: builtin/tag.c:194
18409 msgid "unable to write tag file"
18410 msgstr ""
18411
18412 #: builtin/tag.c:210
18413 #, c-format
18414 msgid ""
18415 "You have created a nested tag. The object referred to by your new tag is\n"
18416 "already a tag. If you meant to tag the object that it points to, use:\n"
18417 "\n"
18418 "\tgit tag -f %s %s^{}"
18419 msgstr ""
18420
18421 #: builtin/tag.c:226
18422 msgid "bad object type."
18423 msgstr ""
18424
18425 #: builtin/tag.c:278
18426 msgid "no tag message?"
18427 msgstr ""
18428
18429 #: builtin/tag.c:285
18430 #, c-format
18431 msgid "The tag message has been left in %s\n"
18432 msgstr ""
18433
18434 #: builtin/tag.c:396
18435 msgid "list tag names"
18436 msgstr ""
18437
18438 #: builtin/tag.c:398
18439 msgid "print <n> lines of each tag message"
18440 msgstr ""
18441
18442 #: builtin/tag.c:400
18443 msgid "delete tags"
18444 msgstr ""
18445
18446 #: builtin/tag.c:401
18447 msgid "verify tags"
18448 msgstr ""
18449
18450 #: builtin/tag.c:403
18451 msgid "Tag creation options"
18452 msgstr ""
18453
18454 #: builtin/tag.c:405
18455 msgid "annotated tag, needs a message"
18456 msgstr ""
18457
18458 #: builtin/tag.c:407
18459 msgid "tag message"
18460 msgstr ""
18461
18462 #: builtin/tag.c:409
18463 msgid "force edit of tag message"
18464 msgstr ""
18465
18466 #: builtin/tag.c:410
18467 msgid "annotated and GPG-signed tag"
18468 msgstr ""
18469
18470 #: builtin/tag.c:413
18471 msgid "use another key to sign the tag"
18472 msgstr ""
18473
18474 #: builtin/tag.c:414
18475 msgid "replace the tag if exists"
18476 msgstr ""
18477
18478 #: builtin/tag.c:415 builtin/update-ref.c:369
18479 msgid "create a reflog"
18480 msgstr ""
18481
18482 #: builtin/tag.c:417
18483 msgid "Tag listing options"
18484 msgstr ""
18485
18486 #: builtin/tag.c:418
18487 msgid "show tag list in columns"
18488 msgstr ""
18489
18490 #: builtin/tag.c:419 builtin/tag.c:421
18491 msgid "print only tags that contain the commit"
18492 msgstr ""
18493
18494 #: builtin/tag.c:420 builtin/tag.c:422
18495 msgid "print only tags that don't contain the commit"
18496 msgstr ""
18497
18498 #: builtin/tag.c:423
18499 msgid "print only tags that are merged"
18500 msgstr ""
18501
18502 #: builtin/tag.c:424
18503 msgid "print only tags that are not merged"
18504 msgstr ""
18505
18506 #: builtin/tag.c:428
18507 msgid "print only tags of the object"
18508 msgstr ""
18509
18510 #: builtin/tag.c:472
18511 msgid "--column and -n are incompatible"
18512 msgstr ""
18513
18514 #: builtin/tag.c:494
18515 msgid "-n option is only allowed in list mode"
18516 msgstr ""
18517
18518 #: builtin/tag.c:496
18519 msgid "--contains option is only allowed in list mode"
18520 msgstr ""
18521
18522 #: builtin/tag.c:498
18523 msgid "--no-contains option is only allowed in list mode"
18524 msgstr ""
18525
18526 #: builtin/tag.c:500
18527 msgid "--points-at option is only allowed in list mode"
18528 msgstr ""
18529
18530 #: builtin/tag.c:502
18531 msgid "--merged and --no-merged options are only allowed in list mode"
18532 msgstr ""
18533
18534 #: builtin/tag.c:513
18535 msgid "only one -F or -m option is allowed."
18536 msgstr ""
18537
18538 #: builtin/tag.c:532
18539 msgid "too many params"
18540 msgstr ""
18541
18542 #: builtin/tag.c:538
18543 #, c-format
18544 msgid "'%s' is not a valid tag name."
18545 msgstr ""
18546
18547 #: builtin/tag.c:543
18548 #, c-format
18549 msgid "tag '%s' already exists"
18550 msgstr ""
18551
18552 #: builtin/tag.c:574
18553 #, c-format
18554 msgid "Updated tag '%s' (was %s)\n"
18555 msgstr ""
18556
18557 #: builtin/unpack-objects.c:500
18558 msgid "Unpacking objects"
18559 msgstr ""
18560
18561 #: builtin/update-index.c:83
18562 #, c-format
18563 msgid "failed to create directory %s"
18564 msgstr ""
18565
18566 #: builtin/update-index.c:99
18567 #, c-format
18568 msgid "failed to create file %s"
18569 msgstr ""
18570
18571 #: builtin/update-index.c:107
18572 #, c-format
18573 msgid "failed to delete file %s"
18574 msgstr ""
18575
18576 #: builtin/update-index.c:114 builtin/update-index.c:220
18577 #, c-format
18578 msgid "failed to delete directory %s"
18579 msgstr ""
18580
18581 #: builtin/update-index.c:139
18582 #, c-format
18583 msgid "Testing mtime in '%s' "
18584 msgstr ""
18585
18586 #: builtin/update-index.c:153
18587 msgid "directory stat info does not change after adding a new file"
18588 msgstr ""
18589
18590 #: builtin/update-index.c:166
18591 msgid "directory stat info does not change after adding a new directory"
18592 msgstr ""
18593
18594 #: builtin/update-index.c:179
18595 msgid "directory stat info changes after updating a file"
18596 msgstr ""
18597
18598 #: builtin/update-index.c:190
18599 msgid "directory stat info changes after adding a file inside subdirectory"
18600 msgstr ""
18601
18602 #: builtin/update-index.c:201
18603 msgid "directory stat info does not change after deleting a file"
18604 msgstr ""
18605
18606 #: builtin/update-index.c:214
18607 msgid "directory stat info does not change after deleting a directory"
18608 msgstr ""
18609
18610 #: builtin/update-index.c:221
18611 msgid " OK"
18612 msgstr ""
18613
18614 #: builtin/update-index.c:589
18615 msgid "git update-index [<options>] [--] [<file>...]"
18616 msgstr ""
18617
18618 #: builtin/update-index.c:971
18619 msgid "continue refresh even when index needs update"
18620 msgstr ""
18621
18622 #: builtin/update-index.c:974
18623 msgid "refresh: ignore submodules"
18624 msgstr ""
18625
18626 #: builtin/update-index.c:977
18627 msgid "do not ignore new files"
18628 msgstr ""
18629
18630 #: builtin/update-index.c:979
18631 msgid "let files replace directories and vice-versa"
18632 msgstr ""
18633
18634 #: builtin/update-index.c:981
18635 msgid "notice files missing from worktree"
18636 msgstr ""
18637
18638 #: builtin/update-index.c:983
18639 msgid "refresh even if index contains unmerged entries"
18640 msgstr ""
18641
18642 #: builtin/update-index.c:986
18643 msgid "refresh stat information"
18644 msgstr ""
18645
18646 #: builtin/update-index.c:990
18647 msgid "like --refresh, but ignore assume-unchanged setting"
18648 msgstr ""
18649
18650 #: builtin/update-index.c:994
18651 msgid "<mode>,<object>,<path>"
18652 msgstr ""
18653
18654 #: builtin/update-index.c:995
18655 msgid "add the specified entry to the index"
18656 msgstr ""
18657
18658 #: builtin/update-index.c:1005
18659 msgid "mark files as \"not changing\""
18660 msgstr ""
18661
18662 #: builtin/update-index.c:1008
18663 msgid "clear assumed-unchanged bit"
18664 msgstr ""
18665
18666 #: builtin/update-index.c:1011
18667 msgid "mark files as \"index-only\""
18668 msgstr ""
18669
18670 #: builtin/update-index.c:1014
18671 msgid "clear skip-worktree bit"
18672 msgstr ""
18673
18674 #: builtin/update-index.c:1017
18675 msgid "add to index only; do not add content to object database"
18676 msgstr ""
18677
18678 #: builtin/update-index.c:1019
18679 msgid "remove named paths even if present in worktree"
18680 msgstr ""
18681
18682 #: builtin/update-index.c:1021
18683 msgid "with --stdin: input lines are terminated by null bytes"
18684 msgstr ""
18685
18686 #: builtin/update-index.c:1023
18687 msgid "read list of paths to be updated from standard input"
18688 msgstr ""
18689
18690 #: builtin/update-index.c:1027
18691 msgid "add entries from standard input to the index"
18692 msgstr ""
18693
18694 #: builtin/update-index.c:1031
18695 msgid "repopulate stages #2 and #3 for the listed paths"
18696 msgstr ""
18697
18698 #: builtin/update-index.c:1035
18699 msgid "only update entries that differ from HEAD"
18700 msgstr ""
18701
18702 #: builtin/update-index.c:1039
18703 msgid "ignore files missing from worktree"
18704 msgstr ""
18705
18706 #: builtin/update-index.c:1042
18707 msgid "report actions to standard output"
18708 msgstr ""
18709
18710 #: builtin/update-index.c:1044
18711 msgid "(for porcelains) forget saved unresolved conflicts"
18712 msgstr ""
18713
18714 #: builtin/update-index.c:1048
18715 msgid "write index in this format"
18716 msgstr ""
18717
18718 #: builtin/update-index.c:1050
18719 msgid "enable or disable split index"
18720 msgstr ""
18721
18722 #: builtin/update-index.c:1052
18723 msgid "enable/disable untracked cache"
18724 msgstr ""
18725
18726 #: builtin/update-index.c:1054
18727 msgid "test if the filesystem supports untracked cache"
18728 msgstr ""
18729
18730 #: builtin/update-index.c:1056
18731 msgid "enable untracked cache without testing the filesystem"
18732 msgstr ""
18733
18734 #: builtin/update-index.c:1058
18735 msgid "write out the index even if is not flagged as changed"
18736 msgstr ""
18737
18738 #: builtin/update-index.c:1060
18739 msgid "enable or disable file system monitor"
18740 msgstr ""
18741
18742 #: builtin/update-index.c:1062
18743 msgid "mark files as fsmonitor valid"
18744 msgstr ""
18745
18746 #: builtin/update-index.c:1065
18747 msgid "clear fsmonitor valid bit"
18748 msgstr ""
18749
18750 #: builtin/update-index.c:1168
18751 msgid ""
18752 "core.splitIndex is set to false; remove or change it, if you really want to "
18753 "enable split index"
18754 msgstr ""
18755
18756 #: builtin/update-index.c:1177
18757 msgid ""
18758 "core.splitIndex is set to true; remove or change it, if you really want to "
18759 "disable split index"
18760 msgstr ""
18761
18762 #: builtin/update-index.c:1188
18763 msgid ""
18764 "core.untrackedCache is set to true; remove or change it, if you really want "
18765 "to disable the untracked cache"
18766 msgstr ""
18767
18768 #: builtin/update-index.c:1192
18769 msgid "Untracked cache disabled"
18770 msgstr ""
18771
18772 #: builtin/update-index.c:1200
18773 msgid ""
18774 "core.untrackedCache is set to false; remove or change it, if you really want "
18775 "to enable the untracked cache"
18776 msgstr ""
18777
18778 #: builtin/update-index.c:1204
18779 #, c-format
18780 msgid "Untracked cache enabled for '%s'"
18781 msgstr ""
18782
18783 #: builtin/update-index.c:1212
18784 msgid "core.fsmonitor is unset; set it if you really want to enable fsmonitor"
18785 msgstr ""
18786
18787 #: builtin/update-index.c:1216
18788 msgid "fsmonitor enabled"
18789 msgstr ""
18790
18791 #: builtin/update-index.c:1219
18792 msgid ""
18793 "core.fsmonitor is set; remove it if you really want to disable fsmonitor"
18794 msgstr ""
18795
18796 #: builtin/update-index.c:1223
18797 msgid "fsmonitor disabled"
18798 msgstr ""
18799
18800 #: builtin/update-ref.c:10
18801 msgid "git update-ref [<options>] -d <refname> [<old-val>]"
18802 msgstr ""
18803
18804 #: builtin/update-ref.c:11
18805 msgid "git update-ref [<options>]    <refname> <new-val> [<old-val>]"
18806 msgstr ""
18807
18808 #: builtin/update-ref.c:12
18809 msgid "git update-ref [<options>] --stdin [-z]"
18810 msgstr ""
18811
18812 #: builtin/update-ref.c:364
18813 msgid "delete the reference"
18814 msgstr ""
18815
18816 #: builtin/update-ref.c:366
18817 msgid "update <refname> not the one it points to"
18818 msgstr ""
18819
18820 #: builtin/update-ref.c:367
18821 msgid "stdin has NUL-terminated arguments"
18822 msgstr ""
18823
18824 #: builtin/update-ref.c:368
18825 msgid "read updates from stdin"
18826 msgstr ""
18827
18828 #: builtin/update-server-info.c:7
18829 msgid "git update-server-info [--force]"
18830 msgstr ""
18831
18832 #: builtin/update-server-info.c:15
18833 msgid "update the info files from scratch"
18834 msgstr ""
18835
18836 #: builtin/upload-pack.c:11
18837 msgid "git upload-pack [<options>] <dir>"
18838 msgstr ""
18839
18840 #: builtin/upload-pack.c:23 t/helper/test-serve-v2.c:17
18841 msgid "quit after a single request/response exchange"
18842 msgstr ""
18843
18844 #: builtin/upload-pack.c:25
18845 msgid "exit immediately after initial ref advertisement"
18846 msgstr ""
18847
18848 #: builtin/upload-pack.c:27
18849 msgid "do not try <directory>/.git/ if <directory> is no Git directory"
18850 msgstr ""
18851
18852 #: builtin/upload-pack.c:29
18853 msgid "interrupt transfer after <n> seconds of inactivity"
18854 msgstr ""
18855
18856 #: builtin/verify-commit.c:20
18857 msgid "git verify-commit [-v | --verbose] <commit>..."
18858 msgstr ""
18859
18860 #: builtin/verify-commit.c:76
18861 msgid "print commit contents"
18862 msgstr ""
18863
18864 #: builtin/verify-commit.c:77 builtin/verify-tag.c:38
18865 msgid "print raw gpg status output"
18866 msgstr ""
18867
18868 #: builtin/verify-pack.c:55
18869 msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
18870 msgstr ""
18871
18872 #: builtin/verify-pack.c:65
18873 msgid "verbose"
18874 msgstr ""
18875
18876 #: builtin/verify-pack.c:67
18877 msgid "show statistics only"
18878 msgstr ""
18879
18880 #: builtin/verify-tag.c:19
18881 msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
18882 msgstr ""
18883
18884 #: builtin/verify-tag.c:37
18885 msgid "print tag contents"
18886 msgstr ""
18887
18888 #: builtin/worktree.c:18
18889 msgid "git worktree add [<options>] <path> [<commit-ish>]"
18890 msgstr ""
18891
18892 #: builtin/worktree.c:19
18893 msgid "git worktree list [<options>]"
18894 msgstr ""
18895
18896 #: builtin/worktree.c:20
18897 msgid "git worktree lock [<options>] <path>"
18898 msgstr ""
18899
18900 #: builtin/worktree.c:21
18901 msgid "git worktree move <worktree> <new-path>"
18902 msgstr ""
18903
18904 #: builtin/worktree.c:22
18905 msgid "git worktree prune [<options>]"
18906 msgstr ""
18907
18908 #: builtin/worktree.c:23
18909 msgid "git worktree remove [<options>] <worktree>"
18910 msgstr ""
18911
18912 #: builtin/worktree.c:24
18913 msgid "git worktree unlock <path>"
18914 msgstr ""
18915
18916 #: builtin/worktree.c:61 builtin/worktree.c:891
18917 #, c-format
18918 msgid "failed to delete '%s'"
18919 msgstr ""
18920
18921 #: builtin/worktree.c:80
18922 #, c-format
18923 msgid "Removing worktrees/%s: not a valid directory"
18924 msgstr ""
18925
18926 #: builtin/worktree.c:86
18927 #, c-format
18928 msgid "Removing worktrees/%s: gitdir file does not exist"
18929 msgstr ""
18930
18931 #: builtin/worktree.c:91 builtin/worktree.c:100
18932 #, c-format
18933 msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
18934 msgstr ""
18935
18936 #: builtin/worktree.c:110
18937 #, c-format
18938 msgid ""
18939 "Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "
18940 "%<PRIuMAX>)"
18941 msgstr ""
18942
18943 #: builtin/worktree.c:118
18944 #, c-format
18945 msgid "Removing worktrees/%s: invalid gitdir file"
18946 msgstr ""
18947
18948 #: builtin/worktree.c:127
18949 #, c-format
18950 msgid "Removing worktrees/%s: gitdir file points to non-existent location"
18951 msgstr ""
18952
18953 #: builtin/worktree.c:166
18954 msgid "report pruned working trees"
18955 msgstr ""
18956
18957 #: builtin/worktree.c:168
18958 msgid "expire working trees older than <time>"
18959 msgstr ""
18960
18961 #: builtin/worktree.c:235
18962 #, c-format
18963 msgid "'%s' already exists"
18964 msgstr ""
18965
18966 #: builtin/worktree.c:252
18967 #, c-format
18968 msgid "unable to re-add worktree '%s'"
18969 msgstr ""
18970
18971 #: builtin/worktree.c:257
18972 #, c-format
18973 msgid ""
18974 "'%s' is a missing but locked worktree;\n"
18975 "use 'add -f -f' to override, or 'unlock' and 'prune' or 'remove' to clear"
18976 msgstr ""
18977
18978 #: builtin/worktree.c:259
18979 #, c-format
18980 msgid ""
18981 "'%s' is a missing but already registered worktree;\n"
18982 "use 'add -f' to override, or 'prune' or 'remove' to clear"
18983 msgstr ""
18984
18985 #: builtin/worktree.c:302
18986 #, c-format
18987 msgid "could not create directory of '%s'"
18988 msgstr ""
18989
18990 #: builtin/worktree.c:432 builtin/worktree.c:438
18991 #, c-format
18992 msgid "Preparing worktree (new branch '%s')"
18993 msgstr ""
18994
18995 #: builtin/worktree.c:434
18996 #, c-format
18997 msgid "Preparing worktree (resetting branch '%s'; was at %s)"
18998 msgstr ""
18999
19000 #: builtin/worktree.c:443
19001 #, c-format
19002 msgid "Preparing worktree (checking out '%s')"
19003 msgstr ""
19004
19005 #: builtin/worktree.c:449
19006 #, c-format
19007 msgid "Preparing worktree (detached HEAD %s)"
19008 msgstr ""
19009
19010 #: builtin/worktree.c:490
19011 msgid "checkout <branch> even if already checked out in other worktree"
19012 msgstr ""
19013
19014 #: builtin/worktree.c:493
19015 msgid "create a new branch"
19016 msgstr ""
19017
19018 #: builtin/worktree.c:495
19019 msgid "create or reset a branch"
19020 msgstr ""
19021
19022 #: builtin/worktree.c:497
19023 msgid "populate the new working tree"
19024 msgstr ""
19025
19026 #: builtin/worktree.c:498
19027 msgid "keep the new working tree locked"
19028 msgstr ""
19029
19030 #: builtin/worktree.c:501
19031 msgid "set up tracking mode (see git-branch(1))"
19032 msgstr ""
19033
19034 #: builtin/worktree.c:504
19035 msgid "try to match the new branch name with a remote-tracking branch"
19036 msgstr ""
19037
19038 #: builtin/worktree.c:512
19039 msgid "-b, -B, and --detach are mutually exclusive"
19040 msgstr ""
19041
19042 #: builtin/worktree.c:573
19043 msgid "--[no-]track can only be used if a new branch is created"
19044 msgstr ""
19045
19046 #: builtin/worktree.c:673
19047 msgid "reason for locking"
19048 msgstr ""
19049
19050 #: builtin/worktree.c:685 builtin/worktree.c:718 builtin/worktree.c:792
19051 #: builtin/worktree.c:919
19052 #, c-format
19053 msgid "'%s' is not a working tree"
19054 msgstr ""
19055
19056 #: builtin/worktree.c:687 builtin/worktree.c:720
19057 msgid "The main working tree cannot be locked or unlocked"
19058 msgstr ""
19059
19060 #: builtin/worktree.c:692
19061 #, c-format
19062 msgid "'%s' is already locked, reason: %s"
19063 msgstr ""
19064
19065 #: builtin/worktree.c:694
19066 #, c-format
19067 msgid "'%s' is already locked"
19068 msgstr ""
19069
19070 #: builtin/worktree.c:722
19071 #, c-format
19072 msgid "'%s' is not locked"
19073 msgstr ""
19074
19075 #: builtin/worktree.c:763
19076 msgid "working trees containing submodules cannot be moved or removed"
19077 msgstr ""
19078
19079 #: builtin/worktree.c:771
19080 msgid "force move even if worktree is dirty or locked"
19081 msgstr ""
19082
19083 #: builtin/worktree.c:794 builtin/worktree.c:921
19084 #, c-format
19085 msgid "'%s' is a main working tree"
19086 msgstr ""
19087
19088 #: builtin/worktree.c:799
19089 #, c-format
19090 msgid "could not figure out destination name from '%s'"
19091 msgstr ""
19092
19093 #: builtin/worktree.c:805
19094 #, c-format
19095 msgid "target '%s' already exists"
19096 msgstr ""
19097
19098 #: builtin/worktree.c:813
19099 #, c-format
19100 msgid ""
19101 "cannot move a locked working tree, lock reason: %s\n"
19102 "use 'move -f -f' to override or unlock first"
19103 msgstr ""
19104
19105 #: builtin/worktree.c:815
19106 msgid ""
19107 "cannot move a locked working tree;\n"
19108 "use 'move -f -f' to override or unlock first"
19109 msgstr ""
19110
19111 #: builtin/worktree.c:818
19112 #, c-format
19113 msgid "validation failed, cannot move working tree: %s"
19114 msgstr ""
19115
19116 #: builtin/worktree.c:823
19117 #, c-format
19118 msgid "failed to move '%s' to '%s'"
19119 msgstr ""
19120
19121 #: builtin/worktree.c:871
19122 #, c-format
19123 msgid "failed to run 'git status' on '%s'"
19124 msgstr ""
19125
19126 #: builtin/worktree.c:875
19127 #, c-format
19128 msgid "'%s' is dirty, use --force to delete it"
19129 msgstr ""
19130
19131 #: builtin/worktree.c:880
19132 #, c-format
19133 msgid "failed to run 'git status' on '%s', code %d"
19134 msgstr ""
19135
19136 #: builtin/worktree.c:903
19137 msgid "force removal even if worktree is dirty or locked"
19138 msgstr ""
19139
19140 #: builtin/worktree.c:926
19141 #, c-format
19142 msgid ""
19143 "cannot remove a locked working tree, lock reason: %s\n"
19144 "use 'remove -f -f' to override or unlock first"
19145 msgstr ""
19146
19147 #: builtin/worktree.c:928
19148 msgid ""
19149 "cannot remove a locked working tree;\n"
19150 "use 'remove -f -f' to override or unlock first"
19151 msgstr ""
19152
19153 #: builtin/worktree.c:931
19154 #, c-format
19155 msgid "validation failed, cannot remove working tree: %s"
19156 msgstr ""
19157
19158 #: builtin/write-tree.c:15
19159 msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
19160 msgstr ""
19161
19162 #: builtin/write-tree.c:28
19163 msgid "<prefix>/"
19164 msgstr ""
19165
19166 #: builtin/write-tree.c:29
19167 msgid "write tree object for a subdirectory <prefix>"
19168 msgstr ""
19169
19170 #: builtin/write-tree.c:31
19171 msgid "only useful for debugging"
19172 msgstr ""
19173
19174 #: credential-cache--daemon.c:223
19175 #, c-format
19176 msgid ""
19177 "The permissions on your socket directory are too loose; other\n"
19178 "users may be able to read your cached credentials. Consider running:\n"
19179 "\n"
19180 "\tchmod 0700 %s"
19181 msgstr ""
19182
19183 #: credential-cache--daemon.c:272
19184 msgid "print debugging messages to stderr"
19185 msgstr ""
19186
19187 #: t/helper/test-reach.c:152
19188 #, c-format
19189 msgid "commit %s is not marked reachable"
19190 msgstr ""
19191
19192 #: t/helper/test-reach.c:162
19193 msgid "too many commits marked reachable"
19194 msgstr ""
19195
19196 #: t/helper/test-serve-v2.c:7
19197 msgid "test-tool serve-v2 [<options>]"
19198 msgstr ""
19199
19200 #: t/helper/test-serve-v2.c:19
19201 msgid "exit immediately after advertising capabilities"
19202 msgstr ""
19203
19204 #: git.c:27
19205 msgid ""
19206 "git [--version] [--help] [-C <path>] [-c <name>=<value>]\n"
19207 "           [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n"
19208 "           [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--"
19209 "bare]\n"
19210 "           [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]\n"
19211 "           <command> [<args>]"
19212 msgstr ""
19213
19214 #: git.c:34
19215 msgid ""
19216 "'git help -a' and 'git help -g' list available subcommands and some\n"
19217 "concept guides. See 'git help <command>' or 'git help <concept>'\n"
19218 "to read about a specific subcommand or concept."
19219 msgstr ""
19220
19221 #: git.c:185
19222 #, c-format
19223 msgid "no directory given for --git-dir\n"
19224 msgstr ""
19225
19226 #: git.c:199
19227 #, c-format
19228 msgid "no namespace given for --namespace\n"
19229 msgstr ""
19230
19231 #: git.c:213
19232 #, c-format
19233 msgid "no directory given for --work-tree\n"
19234 msgstr ""
19235
19236 #: git.c:227
19237 #, c-format
19238 msgid "no prefix given for --super-prefix\n"
19239 msgstr ""
19240
19241 #: git.c:249
19242 #, c-format
19243 msgid "-c expects a configuration string\n"
19244 msgstr ""
19245
19246 #: git.c:287
19247 #, c-format
19248 msgid "no directory given for -C\n"
19249 msgstr ""
19250
19251 #: git.c:313
19252 #, c-format
19253 msgid "unknown option: %s\n"
19254 msgstr ""
19255
19256 #: git.c:359
19257 #, c-format
19258 msgid "while expanding alias '%s': '%s'"
19259 msgstr ""
19260
19261 #: git.c:368
19262 #, c-format
19263 msgid ""
19264 "alias '%s' changes environment variables.\n"
19265 "You can use '!git' in the alias to do this"
19266 msgstr ""
19267
19268 #: git.c:376
19269 #, c-format
19270 msgid "empty alias for %s"
19271 msgstr ""
19272
19273 #: git.c:379
19274 #, c-format
19275 msgid "recursive alias: %s"
19276 msgstr ""
19277
19278 #: git.c:459
19279 msgid "write failure on standard output"
19280 msgstr ""
19281
19282 #: git.c:461
19283 msgid "unknown write failure on standard output"
19284 msgstr ""
19285
19286 #: git.c:463
19287 msgid "close failed on standard output"
19288 msgstr ""
19289
19290 #: git.c:797
19291 #, c-format
19292 msgid "alias loop detected: expansion of '%s' does not terminate:%s"
19293 msgstr ""
19294
19295 #: git.c:847
19296 #, c-format
19297 msgid "cannot handle %s as a builtin"
19298 msgstr ""
19299
19300 #: git.c:860
19301 #, c-format
19302 msgid ""
19303 "usage: %s\n"
19304 "\n"
19305 msgstr ""
19306
19307 #: git.c:880
19308 #, c-format
19309 msgid "expansion of alias '%s' failed; '%s' is not a git command\n"
19310 msgstr ""
19311
19312 #: git.c:892
19313 #, c-format
19314 msgid "failed to run command '%s': %s\n"
19315 msgstr ""
19316
19317 #: http.c:378
19318 #, c-format
19319 msgid "negative value for http.postbuffer; defaulting to %d"
19320 msgstr ""
19321
19322 #: http.c:399
19323 msgid "Delegation control is not supported with cURL < 7.22.0"
19324 msgstr ""
19325
19326 #: http.c:408
19327 msgid "Public key pinning not supported with cURL < 7.44.0"
19328 msgstr ""
19329
19330 #: http.c:876
19331 msgid "CURLSSLOPT_NO_REVOKE not supported with cURL < 7.44.0"
19332 msgstr ""
19333
19334 #: http.c:949
19335 msgid "Protocol restrictions not supported with cURL < 7.19.4"
19336 msgstr ""
19337
19338 #: http.c:1085
19339 #, c-format
19340 msgid "Unsupported SSL backend '%s'. Supported SSL backends:"
19341 msgstr ""
19342
19343 #: http.c:1092
19344 #, c-format
19345 msgid "Could not set SSL backend to '%s': cURL was built without SSL backends"
19346 msgstr ""
19347
19348 #: http.c:1096
19349 #, c-format
19350 msgid "Could not set SSL backend to '%s': already set"
19351 msgstr ""
19352
19353 #: http.c:1965
19354 #, c-format
19355 msgid ""
19356 "unable to update url base from redirection:\n"
19357 "  asked for: %s\n"
19358 "   redirect: %s"
19359 msgstr ""
19360
19361 #: remote-curl.c:157
19362 #, c-format
19363 msgid "invalid quoting in push-option value: '%s'"
19364 msgstr ""
19365
19366 #: remote-curl.c:254
19367 #, c-format
19368 msgid "%sinfo/refs not valid: is this a git repository?"
19369 msgstr ""
19370
19371 #: remote-curl.c:355
19372 msgid "invalid server response; expected service, got flush packet"
19373 msgstr ""
19374
19375 #: remote-curl.c:386
19376 #, c-format
19377 msgid "invalid server response; got '%s'"
19378 msgstr ""
19379
19380 #: remote-curl.c:446
19381 #, c-format
19382 msgid "repository '%s' not found"
19383 msgstr ""
19384
19385 #: remote-curl.c:450
19386 #, c-format
19387 msgid "Authentication failed for '%s'"
19388 msgstr ""
19389
19390 #: remote-curl.c:454
19391 #, c-format
19392 msgid "unable to access '%s': %s"
19393 msgstr ""
19394
19395 #: remote-curl.c:460
19396 #, c-format
19397 msgid "redirecting to %s"
19398 msgstr ""
19399
19400 #: remote-curl.c:584
19401 msgid "shouldn't have EOF when not gentle on EOF"
19402 msgstr ""
19403
19404 #: remote-curl.c:664
19405 msgid "unable to rewind rpc post data - try increasing http.postBuffer"
19406 msgstr ""
19407
19408 #: remote-curl.c:724
19409 #, c-format
19410 msgid "RPC failed; %s"
19411 msgstr ""
19412
19413 #: remote-curl.c:764
19414 msgid "cannot handle pushes this big"
19415 msgstr ""
19416
19417 #: remote-curl.c:879
19418 #, c-format
19419 msgid "cannot deflate request; zlib deflate error %d"
19420 msgstr ""
19421
19422 #: remote-curl.c:883
19423 #, c-format
19424 msgid "cannot deflate request; zlib end error %d"
19425 msgstr ""
19426
19427 #: remote-curl.c:1014
19428 msgid "dumb http transport does not support shallow capabilities"
19429 msgstr ""
19430
19431 #: remote-curl.c:1028
19432 msgid "fetch failed."
19433 msgstr ""
19434
19435 #: remote-curl.c:1076
19436 msgid "cannot fetch by sha1 over smart http"
19437 msgstr ""
19438
19439 #: remote-curl.c:1120 remote-curl.c:1126
19440 #, c-format
19441 msgid "protocol error: expected sha/ref, got %s'"
19442 msgstr ""
19443
19444 #: remote-curl.c:1138 remote-curl.c:1252
19445 #, c-format
19446 msgid "http transport does not support %s"
19447 msgstr ""
19448
19449 #: remote-curl.c:1174
19450 msgid "git-http-push failed"
19451 msgstr ""
19452
19453 #: remote-curl.c:1360
19454 msgid "remote-curl: usage: git remote-curl <remote> [<url>]"
19455 msgstr ""
19456
19457 #: remote-curl.c:1392
19458 msgid "remote-curl: error reading command stream from git"
19459 msgstr ""
19460
19461 #: remote-curl.c:1399
19462 msgid "remote-curl: fetch attempted without a local repo"
19463 msgstr ""
19464
19465 #: remote-curl.c:1439
19466 #, c-format
19467 msgid "remote-curl: unknown command '%s' from git"
19468 msgstr ""
19469
19470 #: list-objects-filter-options.h:63
19471 msgid "args"
19472 msgstr ""
19473
19474 #: list-objects-filter-options.h:64
19475 msgid "object filtering"
19476 msgstr ""
19477
19478 #: parse-options.h:170
19479 msgid "expiry-date"
19480 msgstr ""
19481
19482 #: parse-options.h:184
19483 msgid "no-op (backward compatibility)"
19484 msgstr ""
19485
19486 #: parse-options.h:304
19487 msgid "be more verbose"
19488 msgstr ""
19489
19490 #: parse-options.h:306
19491 msgid "be more quiet"
19492 msgstr ""
19493
19494 #: parse-options.h:312
19495 msgid "use <n> digits to display SHA-1s"
19496 msgstr ""
19497
19498 #: parse-options.h:331
19499 msgid "how to strip spaces and #comments from message"
19500 msgstr ""
19501
19502 #: ref-filter.h:101
19503 msgid "key"
19504 msgstr ""
19505
19506 #: ref-filter.h:101
19507 msgid "field name to sort on"
19508 msgstr ""
19509
19510 #: rerere.h:44
19511 msgid "update the index with reused conflict resolution if possible"
19512 msgstr ""
19513
19514 #: command-list.h:50
19515 msgid "Add file contents to the index"
19516 msgstr ""
19517
19518 #: command-list.h:51
19519 msgid "Apply a series of patches from a mailbox"
19520 msgstr ""
19521
19522 #: command-list.h:52
19523 msgid "Annotate file lines with commit information"
19524 msgstr ""
19525
19526 #: command-list.h:53
19527 msgid "Apply a patch to files and/or to the index"
19528 msgstr ""
19529
19530 #: command-list.h:54
19531 msgid "Import a GNU Arch repository into Git"
19532 msgstr ""
19533
19534 #: command-list.h:55
19535 msgid "Create an archive of files from a named tree"
19536 msgstr ""
19537
19538 #: command-list.h:56
19539 msgid "Use binary search to find the commit that introduced a bug"
19540 msgstr ""
19541
19542 #: command-list.h:57
19543 msgid "Show what revision and author last modified each line of a file"
19544 msgstr ""
19545
19546 #: command-list.h:58
19547 msgid "List, create, or delete branches"
19548 msgstr ""
19549
19550 #: command-list.h:59
19551 msgid "Move objects and refs by archive"
19552 msgstr ""
19553
19554 #: command-list.h:60
19555 msgid "Provide content or type and size information for repository objects"
19556 msgstr ""
19557
19558 #: command-list.h:61
19559 msgid "Display gitattributes information"
19560 msgstr ""
19561
19562 #: command-list.h:62
19563 msgid "Debug gitignore / exclude files"
19564 msgstr ""
19565
19566 #: command-list.h:63
19567 msgid "Show canonical names and email addresses of contacts"
19568 msgstr ""
19569
19570 #: command-list.h:64
19571 msgid "Switch branches or restore working tree files"
19572 msgstr ""
19573
19574 #: command-list.h:65
19575 msgid "Copy files from the index to the working tree"
19576 msgstr ""
19577
19578 #: command-list.h:66
19579 msgid "Ensures that a reference name is well formed"
19580 msgstr ""
19581
19582 #: command-list.h:67
19583 msgid "Find commits yet to be applied to upstream"
19584 msgstr ""
19585
19586 #: command-list.h:68
19587 msgid "Apply the changes introduced by some existing commits"
19588 msgstr ""
19589
19590 #: command-list.h:69
19591 msgid "Graphical alternative to git-commit"
19592 msgstr ""
19593
19594 #: command-list.h:70
19595 msgid "Remove untracked files from the working tree"
19596 msgstr ""
19597
19598 #: command-list.h:71
19599 msgid "Clone a repository into a new directory"
19600 msgstr ""
19601
19602 #: command-list.h:72
19603 msgid "Display data in columns"
19604 msgstr ""
19605
19606 #: command-list.h:73
19607 msgid "Record changes to the repository"
19608 msgstr ""
19609
19610 #: command-list.h:74
19611 msgid "Write and verify Git commit-graph files"
19612 msgstr ""
19613
19614 #: command-list.h:75
19615 msgid "Create a new commit object"
19616 msgstr ""
19617
19618 #: command-list.h:76
19619 msgid "Get and set repository or global options"
19620 msgstr ""
19621
19622 #: command-list.h:77
19623 msgid "Count unpacked number of objects and their disk consumption"
19624 msgstr ""
19625
19626 #: command-list.h:78
19627 msgid "Retrieve and store user credentials"
19628 msgstr ""
19629
19630 #: command-list.h:79
19631 msgid "Helper to temporarily store passwords in memory"
19632 msgstr ""
19633
19634 #: command-list.h:80
19635 msgid "Helper to store credentials on disk"
19636 msgstr ""
19637
19638 #: command-list.h:81
19639 msgid "Export a single commit to a CVS checkout"
19640 msgstr ""
19641
19642 #: command-list.h:82
19643 msgid "Salvage your data out of another SCM people love to hate"
19644 msgstr ""
19645
19646 #: command-list.h:83
19647 msgid "A CVS server emulator for Git"
19648 msgstr ""
19649
19650 #: command-list.h:84
19651 msgid "A really simple server for Git repositories"
19652 msgstr ""
19653
19654 #: command-list.h:85
19655 msgid "Give an object a human readable name based on an available ref"
19656 msgstr ""
19657
19658 #: command-list.h:86
19659 msgid "Show changes between commits, commit and working tree, etc"
19660 msgstr ""
19661
19662 #: command-list.h:87
19663 msgid "Compares files in the working tree and the index"
19664 msgstr ""
19665
19666 #: command-list.h:88
19667 msgid "Compare a tree to the working tree or index"
19668 msgstr ""
19669
19670 #: command-list.h:89
19671 msgid "Compares the content and mode of blobs found via two tree objects"
19672 msgstr ""
19673
19674 #: command-list.h:90
19675 msgid "Show changes using common diff tools"
19676 msgstr ""
19677
19678 #: command-list.h:91
19679 msgid "Git data exporter"
19680 msgstr ""
19681
19682 #: command-list.h:92
19683 msgid "Backend for fast Git data importers"
19684 msgstr ""
19685
19686 #: command-list.h:93
19687 msgid "Download objects and refs from another repository"
19688 msgstr ""
19689
19690 #: command-list.h:94
19691 msgid "Receive missing objects from another repository"
19692 msgstr ""
19693
19694 #: command-list.h:95
19695 msgid "Rewrite branches"
19696 msgstr ""
19697
19698 #: command-list.h:96
19699 msgid "Produce a merge commit message"
19700 msgstr ""
19701
19702 #: command-list.h:97
19703 msgid "Output information on each ref"
19704 msgstr ""
19705
19706 #: command-list.h:98
19707 msgid "Prepare patches for e-mail submission"
19708 msgstr ""
19709
19710 #: command-list.h:99
19711 msgid "Verifies the connectivity and validity of the objects in the database"
19712 msgstr ""
19713
19714 #: command-list.h:100
19715 msgid "Cleanup unnecessary files and optimize the local repository"
19716 msgstr ""
19717
19718 #: command-list.h:101
19719 msgid "Extract commit ID from an archive created using git-archive"
19720 msgstr ""
19721
19722 #: command-list.h:102
19723 msgid "Print lines matching a pattern"
19724 msgstr ""
19725
19726 #: command-list.h:103
19727 msgid "A portable graphical interface to Git"
19728 msgstr ""
19729
19730 #: command-list.h:104
19731 msgid "Compute object ID and optionally creates a blob from a file"
19732 msgstr ""
19733
19734 #: command-list.h:105
19735 msgid "Display help information about Git"
19736 msgstr ""
19737
19738 #: command-list.h:106
19739 msgid "Server side implementation of Git over HTTP"
19740 msgstr ""
19741
19742 #: command-list.h:107
19743 msgid "Download from a remote Git repository via HTTP"
19744 msgstr ""
19745
19746 #: command-list.h:108
19747 msgid "Push objects over HTTP/DAV to another repository"
19748 msgstr ""
19749
19750 #: command-list.h:109
19751 msgid "Send a collection of patches from stdin to an IMAP folder"
19752 msgstr ""
19753
19754 #: command-list.h:110
19755 msgid "Build pack index file for an existing packed archive"
19756 msgstr ""
19757
19758 #: command-list.h:111
19759 msgid "Create an empty Git repository or reinitialize an existing one"
19760 msgstr ""
19761
19762 #: command-list.h:112
19763 msgid "Instantly browse your working repository in gitweb"
19764 msgstr ""
19765
19766 #: command-list.h:113
19767 msgid "Add or parse structured information in commit messages"
19768 msgstr ""
19769
19770 #: command-list.h:114
19771 msgid "The Git repository browser"
19772 msgstr ""
19773
19774 #: command-list.h:115
19775 msgid "Show commit logs"
19776 msgstr ""
19777
19778 #: command-list.h:116
19779 msgid "Show information about files in the index and the working tree"
19780 msgstr ""
19781
19782 #: command-list.h:117
19783 msgid "List references in a remote repository"
19784 msgstr ""
19785
19786 #: command-list.h:118
19787 msgid "List the contents of a tree object"
19788 msgstr ""
19789
19790 #: command-list.h:119
19791 msgid "Extracts patch and authorship from a single e-mail message"
19792 msgstr ""
19793
19794 #: command-list.h:120
19795 msgid "Simple UNIX mbox splitter program"
19796 msgstr ""
19797
19798 #: command-list.h:121
19799 msgid "Join two or more development histories together"
19800 msgstr ""
19801
19802 #: command-list.h:122
19803 msgid "Find as good common ancestors as possible for a merge"
19804 msgstr ""
19805
19806 #: command-list.h:123
19807 msgid "Run a three-way file merge"
19808 msgstr ""
19809
19810 #: command-list.h:124
19811 msgid "Run a merge for files needing merging"
19812 msgstr ""
19813
19814 #: command-list.h:125
19815 msgid "The standard helper program to use with git-merge-index"
19816 msgstr ""
19817
19818 #: command-list.h:126
19819 msgid "Run merge conflict resolution tools to resolve merge conflicts"
19820 msgstr ""
19821
19822 #: command-list.h:127
19823 msgid "Show three-way merge without touching index"
19824 msgstr ""
19825
19826 #: command-list.h:128
19827 msgid "Write and verify multi-pack-indexes"
19828 msgstr ""
19829
19830 #: command-list.h:129
19831 msgid "Creates a tag object"
19832 msgstr ""
19833
19834 #: command-list.h:130
19835 msgid "Build a tree-object from ls-tree formatted text"
19836 msgstr ""
19837
19838 #: command-list.h:131
19839 msgid "Move or rename a file, a directory, or a symlink"
19840 msgstr ""
19841
19842 #: command-list.h:132
19843 msgid "Find symbolic names for given revs"
19844 msgstr ""
19845
19846 #: command-list.h:133
19847 msgid "Add or inspect object notes"
19848 msgstr ""
19849
19850 #: command-list.h:134
19851 msgid "Import from and submit to Perforce repositories"
19852 msgstr ""
19853
19854 #: command-list.h:135
19855 msgid "Create a packed archive of objects"
19856 msgstr ""
19857
19858 #: command-list.h:136
19859 msgid "Find redundant pack files"
19860 msgstr ""
19861
19862 #: command-list.h:137
19863 msgid "Pack heads and tags for efficient repository access"
19864 msgstr ""
19865
19866 #: command-list.h:138
19867 msgid "Routines to help parsing remote repository access parameters"
19868 msgstr ""
19869
19870 #: command-list.h:139
19871 msgid "Compute unique ID for a patch"
19872 msgstr ""
19873
19874 #: command-list.h:140
19875 msgid "Prune all unreachable objects from the object database"
19876 msgstr ""
19877
19878 #: command-list.h:141
19879 msgid "Remove extra objects that are already in pack files"
19880 msgstr ""
19881
19882 #: command-list.h:142
19883 msgid "Fetch from and integrate with another repository or a local branch"
19884 msgstr ""
19885
19886 #: command-list.h:143
19887 msgid "Update remote refs along with associated objects"
19888 msgstr ""
19889
19890 #: command-list.h:144
19891 msgid "Applies a quilt patchset onto the current branch"
19892 msgstr ""
19893
19894 #: command-list.h:145
19895 msgid "Compare two commit ranges (e.g. two versions of a branch)"
19896 msgstr ""
19897
19898 #: command-list.h:146
19899 msgid "Reads tree information into the index"
19900 msgstr ""
19901
19902 #: command-list.h:147
19903 msgid "Reapply commits on top of another base tip"
19904 msgstr ""
19905
19906 #: command-list.h:148
19907 msgid "Receive what is pushed into the repository"
19908 msgstr ""
19909
19910 #: command-list.h:149
19911 msgid "Manage reflog information"
19912 msgstr ""
19913
19914 #: command-list.h:150
19915 msgid "Manage set of tracked repositories"
19916 msgstr ""
19917
19918 #: command-list.h:151
19919 msgid "Pack unpacked objects in a repository"
19920 msgstr ""
19921
19922 #: command-list.h:152
19923 msgid "Create, list, delete refs to replace objects"
19924 msgstr ""
19925
19926 #: command-list.h:153
19927 msgid "Generates a summary of pending changes"
19928 msgstr ""
19929
19930 #: command-list.h:154
19931 msgid "Reuse recorded resolution of conflicted merges"
19932 msgstr ""
19933
19934 #: command-list.h:155
19935 msgid "Reset current HEAD to the specified state"
19936 msgstr ""
19937
19938 #: command-list.h:156
19939 msgid "Revert some existing commits"
19940 msgstr ""
19941
19942 #: command-list.h:157
19943 msgid "Lists commit objects in reverse chronological order"
19944 msgstr ""
19945
19946 #: command-list.h:158
19947 msgid "Pick out and massage parameters"
19948 msgstr ""
19949
19950 #: command-list.h:159
19951 msgid "Remove files from the working tree and from the index"
19952 msgstr ""
19953
19954 #: command-list.h:160
19955 msgid "Send a collection of patches as emails"
19956 msgstr ""
19957
19958 #: command-list.h:161
19959 msgid "Push objects over Git protocol to another repository"
19960 msgstr ""
19961
19962 #: command-list.h:162
19963 msgid "Restricted login shell for Git-only SSH access"
19964 msgstr ""
19965
19966 #: command-list.h:163
19967 msgid "Summarize 'git log' output"
19968 msgstr ""
19969
19970 #: command-list.h:164
19971 msgid "Show various types of objects"
19972 msgstr ""
19973
19974 #: command-list.h:165
19975 msgid "Show branches and their commits"
19976 msgstr ""
19977
19978 #: command-list.h:166
19979 msgid "Show packed archive index"
19980 msgstr ""
19981
19982 #: command-list.h:167
19983 msgid "List references in a local repository"
19984 msgstr ""
19985
19986 #: command-list.h:168
19987 msgid "Git's i18n setup code for shell scripts"
19988 msgstr ""
19989
19990 #: command-list.h:169
19991 msgid "Common Git shell script setup code"
19992 msgstr ""
19993
19994 #: command-list.h:170
19995 msgid "Stash the changes in a dirty working directory away"
19996 msgstr ""
19997
19998 #: command-list.h:171
19999 msgid "Add file contents to the staging area"
20000 msgstr ""
20001
20002 #: command-list.h:172
20003 msgid "Show the working tree status"
20004 msgstr ""
20005
20006 #: command-list.h:173
20007 msgid "Remove unnecessary whitespace"
20008 msgstr ""
20009
20010 #: command-list.h:174
20011 msgid "Initialize, update or inspect submodules"
20012 msgstr ""
20013
20014 #: command-list.h:175
20015 msgid "Bidirectional operation between a Subversion repository and Git"
20016 msgstr ""
20017
20018 #: command-list.h:176
20019 msgid "Read, modify and delete symbolic refs"
20020 msgstr ""
20021
20022 #: command-list.h:177
20023 msgid "Create, list, delete or verify a tag object signed with GPG"
20024 msgstr ""
20025
20026 #: command-list.h:178
20027 msgid "Creates a temporary file with a blob's contents"
20028 msgstr ""
20029
20030 #: command-list.h:179
20031 msgid "Unpack objects from a packed archive"
20032 msgstr ""
20033
20034 #: command-list.h:180
20035 msgid "Register file contents in the working tree to the index"
20036 msgstr ""
20037
20038 #: command-list.h:181
20039 msgid "Update the object name stored in a ref safely"
20040 msgstr ""
20041
20042 #: command-list.h:182
20043 msgid "Update auxiliary info file to help dumb servers"
20044 msgstr ""
20045
20046 #: command-list.h:183
20047 msgid "Send archive back to git-archive"
20048 msgstr ""
20049
20050 #: command-list.h:184
20051 msgid "Send objects packed back to git-fetch-pack"
20052 msgstr ""
20053
20054 #: command-list.h:185
20055 msgid "Show a Git logical variable"
20056 msgstr ""
20057
20058 #: command-list.h:186
20059 msgid "Check the GPG signature of commits"
20060 msgstr ""
20061
20062 #: command-list.h:187
20063 msgid "Validate packed Git archive files"
20064 msgstr ""
20065
20066 #: command-list.h:188
20067 msgid "Check the GPG signature of tags"
20068 msgstr ""
20069
20070 #: command-list.h:189
20071 msgid "Git web interface (web frontend to Git repositories)"
20072 msgstr ""
20073
20074 #: command-list.h:190
20075 msgid "Show logs with difference each commit introduces"
20076 msgstr ""
20077
20078 #: command-list.h:191
20079 msgid "Manage multiple working trees"
20080 msgstr ""
20081
20082 #: command-list.h:192
20083 msgid "Create a tree object from the current index"
20084 msgstr ""
20085
20086 #: command-list.h:193
20087 msgid "Defining attributes per path"
20088 msgstr ""
20089
20090 #: command-list.h:194
20091 msgid "Git command-line interface and conventions"
20092 msgstr ""
20093
20094 #: command-list.h:195
20095 msgid "A Git core tutorial for developers"
20096 msgstr ""
20097
20098 #: command-list.h:196
20099 msgid "Git for CVS users"
20100 msgstr ""
20101
20102 #: command-list.h:197
20103 msgid "Tweaking diff output"
20104 msgstr ""
20105
20106 #: command-list.h:198
20107 msgid "A useful minimum set of commands for Everyday Git"
20108 msgstr ""
20109
20110 #: command-list.h:199
20111 msgid "A Git Glossary"
20112 msgstr ""
20113
20114 #: command-list.h:200
20115 msgid "Hooks used by Git"
20116 msgstr ""
20117
20118 #: command-list.h:201
20119 msgid "Specifies intentionally untracked files to ignore"
20120 msgstr ""
20121
20122 #: command-list.h:202
20123 msgid "Defining submodule properties"
20124 msgstr ""
20125
20126 #: command-list.h:203
20127 msgid "Git namespaces"
20128 msgstr ""
20129
20130 #: command-list.h:204
20131 msgid "Git Repository Layout"
20132 msgstr ""
20133
20134 #: command-list.h:205
20135 msgid "Specifying revisions and ranges for Git"
20136 msgstr ""
20137
20138 #: command-list.h:206
20139 msgid "A tutorial introduction to Git: part two"
20140 msgstr ""
20141
20142 #: command-list.h:207
20143 msgid "A tutorial introduction to Git"
20144 msgstr ""
20145
20146 #: command-list.h:208
20147 msgid "An overview of recommended workflows with Git"
20148 msgstr ""
20149
20150 #: git-bisect.sh:54
20151 msgid "You need to start by \"git bisect start\""
20152 msgstr ""
20153
20154 #. TRANSLATORS: Make sure to include [Y] and [n] in your
20155 #. translation. The program will only accept English input
20156 #. at this point.
20157 #: git-bisect.sh:60
20158 msgid "Do you want me to do it for you [Y/n]? "
20159 msgstr ""
20160
20161 #: git-bisect.sh:101
20162 #, sh-format
20163 msgid "Bad rev input: $arg"
20164 msgstr ""
20165
20166 #: git-bisect.sh:121
20167 #, sh-format
20168 msgid "Bad rev input: $bisected_head"
20169 msgstr ""
20170
20171 #: git-bisect.sh:130
20172 #, sh-format
20173 msgid "Bad rev input: $rev"
20174 msgstr ""
20175
20176 #: git-bisect.sh:139
20177 #, sh-format
20178 msgid "'git bisect $TERM_BAD' can take only one argument."
20179 msgstr ""
20180
20181 #: git-bisect.sh:209
20182 msgid "No logfile given"
20183 msgstr ""
20184
20185 #: git-bisect.sh:210
20186 #, sh-format
20187 msgid "cannot read $file for replaying"
20188 msgstr ""
20189
20190 #: git-bisect.sh:232
20191 msgid "?? what are you talking about?"
20192 msgstr ""
20193
20194 #: git-bisect.sh:241
20195 msgid "bisect run failed: no command provided."
20196 msgstr ""
20197
20198 #: git-bisect.sh:246
20199 #, sh-format
20200 msgid "running $command"
20201 msgstr ""
20202
20203 #: git-bisect.sh:253
20204 #, sh-format
20205 msgid ""
20206 "bisect run failed:\n"
20207 "exit code $res from '$command' is < 0 or >= 128"
20208 msgstr ""
20209
20210 #: git-bisect.sh:279
20211 msgid "bisect run cannot continue any more"
20212 msgstr ""
20213
20214 #: git-bisect.sh:285
20215 #, sh-format
20216 msgid ""
20217 "bisect run failed:\n"
20218 "'bisect_state $state' exited with error code $res"
20219 msgstr ""
20220
20221 #: git-bisect.sh:292
20222 msgid "bisect run success"
20223 msgstr ""
20224
20225 #: git-bisect.sh:300
20226 msgid "We are not bisecting."
20227 msgstr ""
20228
20229 #: git-merge-octopus.sh:46
20230 msgid ""
20231 "Error: Your local changes to the following files would be overwritten by "
20232 "merge"
20233 msgstr ""
20234
20235 #: git-merge-octopus.sh:61
20236 msgid "Automated merge did not work."
20237 msgstr ""
20238
20239 #: git-merge-octopus.sh:62
20240 msgid "Should not be doing an octopus."
20241 msgstr ""
20242
20243 #: git-merge-octopus.sh:73
20244 #, sh-format
20245 msgid "Unable to find common commit with $pretty_name"
20246 msgstr ""
20247
20248 #: git-merge-octopus.sh:77
20249 #, sh-format
20250 msgid "Already up to date with $pretty_name"
20251 msgstr ""
20252
20253 #: git-merge-octopus.sh:89
20254 #, sh-format
20255 msgid "Fast-forwarding to: $pretty_name"
20256 msgstr ""
20257
20258 #: git-merge-octopus.sh:97
20259 #, sh-format
20260 msgid "Trying simple merge with $pretty_name"
20261 msgstr ""
20262
20263 #: git-merge-octopus.sh:102
20264 msgid "Simple merge did not work, trying automatic merge."
20265 msgstr ""
20266
20267 #: git-legacy-stash.sh:220
20268 msgid "Cannot remove temporary index (can't happen)"
20269 msgstr ""
20270
20271 #: git-legacy-stash.sh:271
20272 #, sh-format
20273 msgid "Cannot update $ref_stash with $w_commit"
20274 msgstr ""
20275
20276 #: git-legacy-stash.sh:323
20277 #, sh-format
20278 msgid "error: unknown option for 'stash push': $option"
20279 msgstr ""
20280
20281 #: git-legacy-stash.sh:355
20282 #, sh-format
20283 msgid "Saved working directory and index state $stash_msg"
20284 msgstr ""
20285
20286 #: git-legacy-stash.sh:535
20287 #, sh-format
20288 msgid "unknown option: $opt"
20289 msgstr ""
20290
20291 #: git-legacy-stash.sh:555
20292 #, sh-format
20293 msgid "Too many revisions specified: $REV"
20294 msgstr ""
20295
20296 #: git-legacy-stash.sh:570
20297 #, sh-format
20298 msgid "$reference is not a valid reference"
20299 msgstr ""
20300
20301 #: git-legacy-stash.sh:598
20302 #, sh-format
20303 msgid "'$args' is not a stash-like commit"
20304 msgstr ""
20305
20306 #: git-legacy-stash.sh:609
20307 #, sh-format
20308 msgid "'$args' is not a stash reference"
20309 msgstr ""
20310
20311 #: git-legacy-stash.sh:617
20312 msgid "unable to refresh index"
20313 msgstr ""
20314
20315 #: git-legacy-stash.sh:621
20316 msgid "Cannot apply a stash in the middle of a merge"
20317 msgstr ""
20318
20319 #: git-legacy-stash.sh:629
20320 msgid "Conflicts in index. Try without --index."
20321 msgstr ""
20322
20323 #: git-legacy-stash.sh:631
20324 msgid "Could not save index tree"
20325 msgstr ""
20326
20327 #: git-legacy-stash.sh:640
20328 msgid "Could not restore untracked files from stash entry"
20329 msgstr ""
20330
20331 #: git-legacy-stash.sh:665
20332 msgid "Cannot unstage modified files"
20333 msgstr ""
20334
20335 #: git-legacy-stash.sh:703
20336 #, sh-format
20337 msgid "Dropped ${REV} ($s)"
20338 msgstr ""
20339
20340 #: git-legacy-stash.sh:704
20341 #, sh-format
20342 msgid "${REV}: Could not drop stash entry"
20343 msgstr ""
20344
20345 #: git-legacy-stash.sh:791
20346 msgid "(To restore them type \"git stash apply\")"
20347 msgstr ""
20348
20349 #: git-submodule.sh:200
20350 msgid "Relative path can only be used from the toplevel of the working tree"
20351 msgstr ""
20352
20353 #: git-submodule.sh:210
20354 #, sh-format
20355 msgid "repo URL: '$repo' must be absolute or begin with ./|../"
20356 msgstr ""
20357
20358 #: git-submodule.sh:229
20359 #, sh-format
20360 msgid "'$sm_path' already exists in the index"
20361 msgstr ""
20362
20363 #: git-submodule.sh:232
20364 #, sh-format
20365 msgid "'$sm_path' already exists in the index and is not a submodule"
20366 msgstr ""
20367
20368 #: git-submodule.sh:239
20369 #, sh-format
20370 msgid "'$sm_path' does not have a commit checked out"
20371 msgstr ""
20372
20373 #: git-submodule.sh:245
20374 #, sh-format
20375 msgid ""
20376 "The following path is ignored by one of your .gitignore files:\n"
20377 "$sm_path\n"
20378 "Use -f if you really want to add it."
20379 msgstr ""
20380
20381 #: git-submodule.sh:268
20382 #, sh-format
20383 msgid "Adding existing repo at '$sm_path' to the index"
20384 msgstr ""
20385
20386 #: git-submodule.sh:270
20387 #, sh-format
20388 msgid "'$sm_path' already exists and is not a valid git repo"
20389 msgstr ""
20390
20391 #: git-submodule.sh:278
20392 #, sh-format
20393 msgid "A git directory for '$sm_name' is found locally with remote(s):"
20394 msgstr ""
20395
20396 #: git-submodule.sh:280
20397 #, sh-format
20398 msgid ""
20399 "If you want to reuse this local git directory instead of cloning again from\n"
20400 "  $realrepo\n"
20401 "use the '--force' option. If the local git directory is not the correct "
20402 "repo\n"
20403 "or you are unsure what this means choose another name with the '--name' "
20404 "option."
20405 msgstr ""
20406
20407 #: git-submodule.sh:286
20408 #, sh-format
20409 msgid "Reactivating local git directory for submodule '$sm_name'."
20410 msgstr ""
20411
20412 #: git-submodule.sh:298
20413 #, sh-format
20414 msgid "Unable to checkout submodule '$sm_path'"
20415 msgstr ""
20416
20417 #: git-submodule.sh:303
20418 #, sh-format
20419 msgid "Failed to add submodule '$sm_path'"
20420 msgstr ""
20421
20422 #: git-submodule.sh:312
20423 #, sh-format
20424 msgid "Failed to register submodule '$sm_path'"
20425 msgstr ""
20426
20427 #: git-submodule.sh:573
20428 #, sh-format
20429 msgid "Unable to find current revision in submodule path '$displaypath'"
20430 msgstr ""
20431
20432 #: git-submodule.sh:583
20433 #, sh-format
20434 msgid "Unable to fetch in submodule path '$sm_path'"
20435 msgstr ""
20436
20437 #: git-submodule.sh:588
20438 #, sh-format
20439 msgid ""
20440 "Unable to find current ${remote_name}/${branch} revision in submodule path "
20441 "'$sm_path'"
20442 msgstr ""
20443
20444 #: git-submodule.sh:606
20445 #, sh-format
20446 msgid ""
20447 "Unable to fetch in submodule path '$displaypath'; trying to directly fetch "
20448 "$sha1:"
20449 msgstr ""
20450
20451 #: git-submodule.sh:612
20452 #, sh-format
20453 msgid ""
20454 "Fetched in submodule path '$displaypath', but it did not contain $sha1. "
20455 "Direct fetching of that commit failed."
20456 msgstr ""
20457
20458 #: git-submodule.sh:619
20459 #, sh-format
20460 msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
20461 msgstr ""
20462
20463 #: git-submodule.sh:620
20464 #, sh-format
20465 msgid "Submodule path '$displaypath': checked out '$sha1'"
20466 msgstr ""
20467
20468 #: git-submodule.sh:624
20469 #, sh-format
20470 msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
20471 msgstr ""
20472
20473 #: git-submodule.sh:625
20474 #, sh-format
20475 msgid "Submodule path '$displaypath': rebased into '$sha1'"
20476 msgstr ""
20477
20478 #: git-submodule.sh:630
20479 #, sh-format
20480 msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
20481 msgstr ""
20482
20483 #: git-submodule.sh:631
20484 #, sh-format
20485 msgid "Submodule path '$displaypath': merged in '$sha1'"
20486 msgstr ""
20487
20488 #: git-submodule.sh:636
20489 #, sh-format
20490 msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
20491 msgstr ""
20492
20493 #: git-submodule.sh:637
20494 #, sh-format
20495 msgid "Submodule path '$displaypath': '$command $sha1'"
20496 msgstr ""
20497
20498 #: git-submodule.sh:668
20499 #, sh-format
20500 msgid "Failed to recurse into submodule path '$displaypath'"
20501 msgstr ""
20502
20503 #: git-submodule.sh:830
20504 msgid "The --cached option cannot be used with the --files option"
20505 msgstr ""
20506
20507 #: git-submodule.sh:882
20508 #, sh-format
20509 msgid "unexpected mode $mod_dst"
20510 msgstr ""
20511
20512 #: git-submodule.sh:902
20513 #, sh-format
20514 msgid "  Warn: $display_name doesn't contain commit $sha1_src"
20515 msgstr ""
20516
20517 #: git-submodule.sh:905
20518 #, sh-format
20519 msgid "  Warn: $display_name doesn't contain commit $sha1_dst"
20520 msgstr ""
20521
20522 #: git-submodule.sh:908
20523 #, sh-format
20524 msgid "  Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
20525 msgstr ""
20526
20527 #: git-parse-remote.sh:89
20528 #, sh-format
20529 msgid "See git-${cmd}(1) for details."
20530 msgstr ""
20531
20532 #: git-rebase--preserve-merges.sh:136
20533 #, sh-format
20534 msgid "Rebasing ($new_count/$total)"
20535 msgstr ""
20536
20537 #: git-rebase--preserve-merges.sh:152
20538 msgid ""
20539 "\n"
20540 "Commands:\n"
20541 "p, pick <commit> = use commit\n"
20542 "r, reword <commit> = use commit, but edit the commit message\n"
20543 "e, edit <commit> = use commit, but stop for amending\n"
20544 "s, squash <commit> = use commit, but meld into previous commit\n"
20545 "f, fixup <commit> = like \"squash\", but discard this commit's log message\n"
20546 "x, exec <commit> = run command (the rest of the line) using shell\n"
20547 "d, drop <commit> = remove commit\n"
20548 "l, label <label> = label current HEAD with a name\n"
20549 "t, reset <label> = reset HEAD to a label\n"
20550 "m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
20551 ".       create a merge commit using the original merge commit's\n"
20552 ".       message (or the oneline, if no original merge commit was\n"
20553 ".       specified). Use -c <commit> to reword the commit message.\n"
20554 "\n"
20555 "These lines can be re-ordered; they are executed from top to bottom.\n"
20556 msgstr ""
20557
20558 #: git-rebase--preserve-merges.sh:215
20559 #, sh-format
20560 msgid ""
20561 "You can amend the commit now, with\n"
20562 "\n"
20563 "\tgit commit --amend $gpg_sign_opt_quoted\n"
20564 "\n"
20565 "Once you are satisfied with your changes, run\n"
20566 "\n"
20567 "\tgit rebase --continue"
20568 msgstr ""
20569
20570 #: git-rebase--preserve-merges.sh:240
20571 #, sh-format
20572 msgid "$sha1: not a commit that can be picked"
20573 msgstr ""
20574
20575 #: git-rebase--preserve-merges.sh:279
20576 #, sh-format
20577 msgid "Invalid commit name: $sha1"
20578 msgstr ""
20579
20580 #: git-rebase--preserve-merges.sh:309
20581 msgid "Cannot write current commit's replacement sha1"
20582 msgstr ""
20583
20584 #: git-rebase--preserve-merges.sh:360
20585 #, sh-format
20586 msgid "Fast-forward to $sha1"
20587 msgstr ""
20588
20589 #: git-rebase--preserve-merges.sh:362
20590 #, sh-format
20591 msgid "Cannot fast-forward to $sha1"
20592 msgstr ""
20593
20594 #: git-rebase--preserve-merges.sh:371
20595 #, sh-format
20596 msgid "Cannot move HEAD to $first_parent"
20597 msgstr ""
20598
20599 #: git-rebase--preserve-merges.sh:376
20600 #, sh-format
20601 msgid "Refusing to squash a merge: $sha1"
20602 msgstr ""
20603
20604 #: git-rebase--preserve-merges.sh:394
20605 #, sh-format
20606 msgid "Error redoing merge $sha1"
20607 msgstr ""
20608
20609 #: git-rebase--preserve-merges.sh:403
20610 #, sh-format
20611 msgid "Could not pick $sha1"
20612 msgstr ""
20613
20614 #: git-rebase--preserve-merges.sh:412
20615 #, sh-format
20616 msgid "This is the commit message #${n}:"
20617 msgstr ""
20618
20619 #: git-rebase--preserve-merges.sh:417
20620 #, sh-format
20621 msgid "The commit message #${n} will be skipped:"
20622 msgstr ""
20623
20624 #: git-rebase--preserve-merges.sh:428
20625 #, sh-format
20626 msgid "This is a combination of $count commit."
20627 msgid_plural "This is a combination of $count commits."
20628 msgstr[0] ""
20629 msgstr[1] ""
20630
20631 #: git-rebase--preserve-merges.sh:437
20632 #, sh-format
20633 msgid "Cannot write $fixup_msg"
20634 msgstr ""
20635
20636 #: git-rebase--preserve-merges.sh:440
20637 msgid "This is a combination of 2 commits."
20638 msgstr ""
20639
20640 #: git-rebase--preserve-merges.sh:481 git-rebase--preserve-merges.sh:524
20641 #: git-rebase--preserve-merges.sh:527
20642 #, sh-format
20643 msgid "Could not apply $sha1... $rest"
20644 msgstr ""
20645
20646 #: git-rebase--preserve-merges.sh:556
20647 #, sh-format
20648 msgid ""
20649 "Could not amend commit after successfully picking $sha1... $rest\n"
20650 "This is most likely due to an empty commit message, or the pre-commit hook\n"
20651 "failed. If the pre-commit hook failed, you may need to resolve the issue "
20652 "before\n"
20653 "you are able to reword the commit."
20654 msgstr ""
20655
20656 #: git-rebase--preserve-merges.sh:571
20657 #, sh-format
20658 msgid "Stopped at $sha1_abbrev... $rest"
20659 msgstr ""
20660
20661 #: git-rebase--preserve-merges.sh:586
20662 #, sh-format
20663 msgid "Cannot '$squash_style' without a previous commit"
20664 msgstr ""
20665
20666 #: git-rebase--preserve-merges.sh:628
20667 #, sh-format
20668 msgid "Executing: $rest"
20669 msgstr ""
20670
20671 #: git-rebase--preserve-merges.sh:636
20672 #, sh-format
20673 msgid "Execution failed: $rest"
20674 msgstr ""
20675
20676 #: git-rebase--preserve-merges.sh:638
20677 msgid "and made changes to the index and/or the working tree"
20678 msgstr ""
20679
20680 #: git-rebase--preserve-merges.sh:640
20681 msgid ""
20682 "You can fix the problem, and then run\n"
20683 "\n"
20684 "\tgit rebase --continue"
20685 msgstr ""
20686
20687 #. TRANSLATORS: after these lines is a command to be issued by the user
20688 #: git-rebase--preserve-merges.sh:653
20689 #, sh-format
20690 msgid ""
20691 "Execution succeeded: $rest\n"
20692 "but left changes to the index and/or the working tree\n"
20693 "Commit or stash your changes, and then run\n"
20694 "\n"
20695 "\tgit rebase --continue"
20696 msgstr ""
20697
20698 #: git-rebase--preserve-merges.sh:664
20699 #, sh-format
20700 msgid "Unknown command: $command $sha1 $rest"
20701 msgstr ""
20702
20703 #: git-rebase--preserve-merges.sh:665
20704 msgid "Please fix this using 'git rebase --edit-todo'."
20705 msgstr ""
20706
20707 #: git-rebase--preserve-merges.sh:700
20708 #, sh-format
20709 msgid "Successfully rebased and updated $head_name."
20710 msgstr ""
20711
20712 #: git-rebase--preserve-merges.sh:757
20713 msgid "Could not remove CHERRY_PICK_HEAD"
20714 msgstr ""
20715
20716 #: git-rebase--preserve-merges.sh:762
20717 #, sh-format
20718 msgid ""
20719 "You have staged changes in your working tree.\n"
20720 "If these changes are meant to be\n"
20721 "squashed into the previous commit, run:\n"
20722 "\n"
20723 "  git commit --amend $gpg_sign_opt_quoted\n"
20724 "\n"
20725 "If they are meant to go into a new commit, run:\n"
20726 "\n"
20727 "  git commit $gpg_sign_opt_quoted\n"
20728 "\n"
20729 "In both cases, once you're done, continue with:\n"
20730 "\n"
20731 "  git rebase --continue\n"
20732 msgstr ""
20733
20734 #: git-rebase--preserve-merges.sh:779
20735 msgid "Error trying to find the author identity to amend commit"
20736 msgstr ""
20737
20738 #: git-rebase--preserve-merges.sh:784
20739 msgid ""
20740 "You have uncommitted changes in your working tree. Please commit them\n"
20741 "first and then run 'git rebase --continue' again."
20742 msgstr ""
20743
20744 #: git-rebase--preserve-merges.sh:789 git-rebase--preserve-merges.sh:793
20745 msgid "Could not commit staged changes."
20746 msgstr ""
20747
20748 #: git-rebase--preserve-merges.sh:824 git-rebase--preserve-merges.sh:910
20749 msgid "Could not execute editor"
20750 msgstr ""
20751
20752 #: git-rebase--preserve-merges.sh:845
20753 #, sh-format
20754 msgid "Could not checkout $switch_to"
20755 msgstr ""
20756
20757 #: git-rebase--preserve-merges.sh:852
20758 msgid "No HEAD?"
20759 msgstr ""
20760
20761 #: git-rebase--preserve-merges.sh:853
20762 #, sh-format
20763 msgid "Could not create temporary $state_dir"
20764 msgstr ""
20765
20766 #: git-rebase--preserve-merges.sh:856
20767 msgid "Could not mark as interactive"
20768 msgstr ""
20769
20770 #: git-rebase--preserve-merges.sh:888
20771 #, sh-format
20772 msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
20773 msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
20774 msgstr[0] ""
20775 msgstr[1] ""
20776
20777 #: git-rebase--preserve-merges.sh:942 git-rebase--preserve-merges.sh:947
20778 msgid "Could not init rewritten commits"
20779 msgstr ""
20780
20781 #: git-sh-setup.sh:89 git-sh-setup.sh:94
20782 #, sh-format
20783 msgid "usage: $dashless $USAGE"
20784 msgstr ""
20785
20786 #: git-sh-setup.sh:191
20787 #, sh-format
20788 msgid "Cannot chdir to $cdup, the toplevel of the working tree"
20789 msgstr ""
20790
20791 #: git-sh-setup.sh:200 git-sh-setup.sh:207
20792 #, sh-format
20793 msgid "fatal: $program_name cannot be used without a working tree."
20794 msgstr ""
20795
20796 #: git-sh-setup.sh:221
20797 msgid "Cannot rebase: You have unstaged changes."
20798 msgstr ""
20799
20800 #: git-sh-setup.sh:224
20801 msgid "Cannot rewrite branches: You have unstaged changes."
20802 msgstr ""
20803
20804 #: git-sh-setup.sh:227
20805 msgid "Cannot pull with rebase: You have unstaged changes."
20806 msgstr ""
20807
20808 #: git-sh-setup.sh:230
20809 #, sh-format
20810 msgid "Cannot $action: You have unstaged changes."
20811 msgstr ""
20812
20813 #: git-sh-setup.sh:243
20814 msgid "Cannot rebase: Your index contains uncommitted changes."
20815 msgstr ""
20816
20817 #: git-sh-setup.sh:246
20818 msgid "Cannot pull with rebase: Your index contains uncommitted changes."
20819 msgstr ""
20820
20821 #: git-sh-setup.sh:249
20822 #, sh-format
20823 msgid "Cannot $action: Your index contains uncommitted changes."
20824 msgstr ""
20825
20826 #: git-sh-setup.sh:253
20827 msgid "Additionally, your index contains uncommitted changes."
20828 msgstr ""
20829
20830 #: git-sh-setup.sh:373
20831 msgid "You need to run this command from the toplevel of the working tree."
20832 msgstr ""
20833
20834 #: git-sh-setup.sh:378
20835 msgid "Unable to determine absolute path of git directory"
20836 msgstr ""
20837
20838 #. TRANSLATORS: you can adjust this to align "git add -i" status menu
20839 #: git-add--interactive.perl:196
20840 #, perl-format
20841 msgid "%12s %12s %s"
20842 msgstr ""
20843
20844 #: git-add--interactive.perl:197
20845 msgid "staged"
20846 msgstr ""
20847
20848 #: git-add--interactive.perl:197
20849 msgid "unstaged"
20850 msgstr ""
20851
20852 #: git-add--interactive.perl:253 git-add--interactive.perl:278
20853 msgid "binary"
20854 msgstr ""
20855
20856 #: git-add--interactive.perl:262 git-add--interactive.perl:316
20857 msgid "nothing"
20858 msgstr ""
20859
20860 #: git-add--interactive.perl:298 git-add--interactive.perl:313
20861 msgid "unchanged"
20862 msgstr ""
20863
20864 #: git-add--interactive.perl:609
20865 #, perl-format
20866 msgid "added %d path\n"
20867 msgid_plural "added %d paths\n"
20868 msgstr[0] ""
20869 msgstr[1] ""
20870
20871 #: git-add--interactive.perl:612
20872 #, perl-format
20873 msgid "updated %d path\n"
20874 msgid_plural "updated %d paths\n"
20875 msgstr[0] ""
20876 msgstr[1] ""
20877
20878 #: git-add--interactive.perl:615
20879 #, perl-format
20880 msgid "reverted %d path\n"
20881 msgid_plural "reverted %d paths\n"
20882 msgstr[0] ""
20883 msgstr[1] ""
20884
20885 #: git-add--interactive.perl:618
20886 #, perl-format
20887 msgid "touched %d path\n"
20888 msgid_plural "touched %d paths\n"
20889 msgstr[0] ""
20890 msgstr[1] ""
20891
20892 #: git-add--interactive.perl:627
20893 msgid "Update"
20894 msgstr ""
20895
20896 #: git-add--interactive.perl:639
20897 msgid "Revert"
20898 msgstr ""
20899
20900 #: git-add--interactive.perl:662
20901 #, perl-format
20902 msgid "note: %s is untracked now.\n"
20903 msgstr ""
20904
20905 #: git-add--interactive.perl:673
20906 msgid "Add untracked"
20907 msgstr ""
20908
20909 #: git-add--interactive.perl:679
20910 msgid "No untracked files.\n"
20911 msgstr ""
20912
20913 #: git-add--interactive.perl:1033
20914 msgid ""
20915 "If the patch applies cleanly, the edited hunk will immediately be\n"
20916 "marked for staging."
20917 msgstr ""
20918
20919 #: git-add--interactive.perl:1036
20920 msgid ""
20921 "If the patch applies cleanly, the edited hunk will immediately be\n"
20922 "marked for stashing."
20923 msgstr ""
20924
20925 #: git-add--interactive.perl:1039
20926 msgid ""
20927 "If the patch applies cleanly, the edited hunk will immediately be\n"
20928 "marked for unstaging."
20929 msgstr ""
20930
20931 #: git-add--interactive.perl:1042 git-add--interactive.perl:1051
20932 msgid ""
20933 "If the patch applies cleanly, the edited hunk will immediately be\n"
20934 "marked for applying."
20935 msgstr ""
20936
20937 #: git-add--interactive.perl:1045 git-add--interactive.perl:1048
20938 msgid ""
20939 "If the patch applies cleanly, the edited hunk will immediately be\n"
20940 "marked for discarding."
20941 msgstr ""
20942
20943 #: git-add--interactive.perl:1085
20944 #, perl-format
20945 msgid "failed to open hunk edit file for writing: %s"
20946 msgstr ""
20947
20948 #: git-add--interactive.perl:1086
20949 msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
20950 msgstr ""
20951
20952 #: git-add--interactive.perl:1092
20953 #, perl-format
20954 msgid ""
20955 "---\n"
20956 "To remove '%s' lines, make them ' ' lines (context).\n"
20957 "To remove '%s' lines, delete them.\n"
20958 "Lines starting with %s will be removed.\n"
20959 msgstr ""
20960
20961 #. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
20962 #: git-add--interactive.perl:1100
20963 msgid ""
20964 "If it does not apply cleanly, you will be given an opportunity to\n"
20965 "edit again.  If all lines of the hunk are removed, then the edit is\n"
20966 "aborted and the hunk is left unchanged.\n"
20967 msgstr ""
20968
20969 #: git-add--interactive.perl:1114
20970 #, perl-format
20971 msgid "failed to open hunk edit file for reading: %s"
20972 msgstr ""
20973
20974 #. TRANSLATORS: do not translate [y/n]
20975 #. The program will only accept that input
20976 #. at this point.
20977 #. Consider translating (saying "no" discards!) as
20978 #. (saying "n" for "no" discards!) if the translation
20979 #. of the word "no" does not start with n.
20980 #: git-add--interactive.perl:1213
20981 msgid ""
20982 "Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
20983 msgstr ""
20984
20985 #: git-add--interactive.perl:1222
20986 msgid ""
20987 "y - stage this hunk\n"
20988 "n - do not stage this hunk\n"
20989 "q - quit; do not stage this hunk or any of the remaining ones\n"
20990 "a - stage this hunk and all later hunks in the file\n"
20991 "d - do not stage this hunk or any of the later hunks in the file"
20992 msgstr ""
20993
20994 #: git-add--interactive.perl:1228
20995 msgid ""
20996 "y - stash this hunk\n"
20997 "n - do not stash this hunk\n"
20998 "q - quit; do not stash this hunk or any of the remaining ones\n"
20999 "a - stash this hunk and all later hunks in the file\n"
21000 "d - do not stash this hunk or any of the later hunks in the file"
21001 msgstr ""
21002
21003 #: git-add--interactive.perl:1234
21004 msgid ""
21005 "y - unstage this hunk\n"
21006 "n - do not unstage this hunk\n"
21007 "q - quit; do not unstage this hunk or any of the remaining ones\n"
21008 "a - unstage this hunk and all later hunks in the file\n"
21009 "d - do not unstage this hunk or any of the later hunks in the file"
21010 msgstr ""
21011
21012 #: git-add--interactive.perl:1240
21013 msgid ""
21014 "y - apply this hunk to index\n"
21015 "n - do not apply this hunk to index\n"
21016 "q - quit; do not apply this hunk or any of the remaining ones\n"
21017 "a - apply this hunk and all later hunks in the file\n"
21018 "d - do not apply this hunk or any of the later hunks in the file"
21019 msgstr ""
21020
21021 #: git-add--interactive.perl:1246
21022 msgid ""
21023 "y - discard this hunk from worktree\n"
21024 "n - do not discard this hunk from worktree\n"
21025 "q - quit; do not discard this hunk or any of the remaining ones\n"
21026 "a - discard this hunk and all later hunks in the file\n"
21027 "d - do not discard this hunk or any of the later hunks in the file"
21028 msgstr ""
21029
21030 #: git-add--interactive.perl:1252
21031 msgid ""
21032 "y - discard this hunk from index and worktree\n"
21033 "n - do not discard this hunk from index and worktree\n"
21034 "q - quit; do not discard this hunk or any of the remaining ones\n"
21035 "a - discard this hunk and all later hunks in the file\n"
21036 "d - do not discard this hunk or any of the later hunks in the file"
21037 msgstr ""
21038
21039 #: git-add--interactive.perl:1258
21040 msgid ""
21041 "y - apply this hunk to index and worktree\n"
21042 "n - do not apply this hunk to index and worktree\n"
21043 "q - quit; do not apply this hunk or any of the remaining ones\n"
21044 "a - apply this hunk and all later hunks in the file\n"
21045 "d - do not apply this hunk or any of the later hunks in the file"
21046 msgstr ""
21047
21048 #: git-add--interactive.perl:1273
21049 msgid ""
21050 "g - select a hunk to go to\n"
21051 "/ - search for a hunk matching the given regex\n"
21052 "j - leave this hunk undecided, see next undecided hunk\n"
21053 "J - leave this hunk undecided, see next hunk\n"
21054 "k - leave this hunk undecided, see previous undecided hunk\n"
21055 "K - leave this hunk undecided, see previous hunk\n"
21056 "s - split the current hunk into smaller hunks\n"
21057 "e - manually edit the current hunk\n"
21058 "? - print help\n"
21059 msgstr ""
21060
21061 #: git-add--interactive.perl:1304
21062 msgid "The selected hunks do not apply to the index!\n"
21063 msgstr ""
21064
21065 #: git-add--interactive.perl:1305
21066 msgid "Apply them to the worktree anyway? "
21067 msgstr ""
21068
21069 #: git-add--interactive.perl:1308
21070 msgid "Nothing was applied.\n"
21071 msgstr ""
21072
21073 #: git-add--interactive.perl:1319
21074 #, perl-format
21075 msgid "ignoring unmerged: %s\n"
21076 msgstr ""
21077
21078 #: git-add--interactive.perl:1328
21079 msgid "Only binary files changed.\n"
21080 msgstr ""
21081
21082 #: git-add--interactive.perl:1330
21083 msgid "No changes.\n"
21084 msgstr ""
21085
21086 #: git-add--interactive.perl:1338
21087 msgid "Patch update"
21088 msgstr ""
21089
21090 #: git-add--interactive.perl:1390
21091 #, perl-format
21092 msgid "Stage mode change [y,n,q,a,d%s,?]? "
21093 msgstr ""
21094
21095 #: git-add--interactive.perl:1391
21096 #, perl-format
21097 msgid "Stage deletion [y,n,q,a,d%s,?]? "
21098 msgstr ""
21099
21100 #: git-add--interactive.perl:1392
21101 #, perl-format
21102 msgid "Stage this hunk [y,n,q,a,d%s,?]? "
21103 msgstr ""
21104
21105 #: git-add--interactive.perl:1395
21106 #, perl-format
21107 msgid "Stash mode change [y,n,q,a,d%s,?]? "
21108 msgstr ""
21109
21110 #: git-add--interactive.perl:1396
21111 #, perl-format
21112 msgid "Stash deletion [y,n,q,a,d%s,?]? "
21113 msgstr ""
21114
21115 #: git-add--interactive.perl:1397
21116 #, perl-format
21117 msgid "Stash this hunk [y,n,q,a,d%s,?]? "
21118 msgstr ""
21119
21120 #: git-add--interactive.perl:1400
21121 #, perl-format
21122 msgid "Unstage mode change [y,n,q,a,d%s,?]? "
21123 msgstr ""
21124
21125 #: git-add--interactive.perl:1401
21126 #, perl-format
21127 msgid "Unstage deletion [y,n,q,a,d%s,?]? "
21128 msgstr ""
21129
21130 #: git-add--interactive.perl:1402
21131 #, perl-format
21132 msgid "Unstage this hunk [y,n,q,a,d%s,?]? "
21133 msgstr ""
21134
21135 #: git-add--interactive.perl:1405
21136 #, perl-format
21137 msgid "Apply mode change to index [y,n,q,a,d%s,?]? "
21138 msgstr ""
21139
21140 #: git-add--interactive.perl:1406
21141 #, perl-format
21142 msgid "Apply deletion to index [y,n,q,a,d%s,?]? "
21143 msgstr ""
21144
21145 #: git-add--interactive.perl:1407
21146 #, perl-format
21147 msgid "Apply this hunk to index [y,n,q,a,d%s,?]? "
21148 msgstr ""
21149
21150 #: git-add--interactive.perl:1410
21151 #, perl-format
21152 msgid "Discard mode change from worktree [y,n,q,a,d%s,?]? "
21153 msgstr ""
21154
21155 #: git-add--interactive.perl:1411
21156 #, perl-format
21157 msgid "Discard deletion from worktree [y,n,q,a,d%s,?]? "
21158 msgstr ""
21159
21160 #: git-add--interactive.perl:1412
21161 #, perl-format
21162 msgid "Discard this hunk from worktree [y,n,q,a,d%s,?]? "
21163 msgstr ""
21164
21165 #: git-add--interactive.perl:1415
21166 #, perl-format
21167 msgid "Discard mode change from index and worktree [y,n,q,a,d%s,?]? "
21168 msgstr ""
21169
21170 #: git-add--interactive.perl:1416
21171 #, perl-format
21172 msgid "Discard deletion from index and worktree [y,n,q,a,d%s,?]? "
21173 msgstr ""
21174
21175 #: git-add--interactive.perl:1417
21176 #, perl-format
21177 msgid "Discard this hunk from index and worktree [y,n,q,a,d%s,?]? "
21178 msgstr ""
21179
21180 #: git-add--interactive.perl:1420
21181 #, perl-format
21182 msgid "Apply mode change to index and worktree [y,n,q,a,d%s,?]? "
21183 msgstr ""
21184
21185 #: git-add--interactive.perl:1421
21186 #, perl-format
21187 msgid "Apply deletion to index and worktree [y,n,q,a,d%s,?]? "
21188 msgstr ""
21189
21190 #: git-add--interactive.perl:1422
21191 #, perl-format
21192 msgid "Apply this hunk to index and worktree [y,n,q,a,d%s,?]? "
21193 msgstr ""
21194
21195 #: git-add--interactive.perl:1522
21196 msgid "No other hunks to goto\n"
21197 msgstr ""
21198
21199 #: git-add--interactive.perl:1529
21200 msgid "go to which hunk (<ret> to see more)? "
21201 msgstr ""
21202
21203 #: git-add--interactive.perl:1531
21204 msgid "go to which hunk? "
21205 msgstr ""
21206
21207 #: git-add--interactive.perl:1540
21208 #, perl-format
21209 msgid "Invalid number: '%s'\n"
21210 msgstr ""
21211
21212 #: git-add--interactive.perl:1545
21213 #, perl-format
21214 msgid "Sorry, only %d hunk available.\n"
21215 msgid_plural "Sorry, only %d hunks available.\n"
21216 msgstr[0] ""
21217 msgstr[1] ""
21218
21219 #: git-add--interactive.perl:1571
21220 msgid "No other hunks to search\n"
21221 msgstr ""
21222
21223 #: git-add--interactive.perl:1575
21224 msgid "search for regex? "
21225 msgstr ""
21226
21227 #: git-add--interactive.perl:1588
21228 #, perl-format
21229 msgid "Malformed search regexp %s: %s\n"
21230 msgstr ""
21231
21232 #: git-add--interactive.perl:1598
21233 msgid "No hunk matches the given pattern\n"
21234 msgstr ""
21235
21236 #: git-add--interactive.perl:1610 git-add--interactive.perl:1632
21237 msgid "No previous hunk\n"
21238 msgstr ""
21239
21240 #: git-add--interactive.perl:1619 git-add--interactive.perl:1638
21241 msgid "No next hunk\n"
21242 msgstr ""
21243
21244 #: git-add--interactive.perl:1644
21245 msgid "Sorry, cannot split this hunk\n"
21246 msgstr ""
21247
21248 #: git-add--interactive.perl:1650
21249 #, perl-format
21250 msgid "Split into %d hunk.\n"
21251 msgid_plural "Split into %d hunks.\n"
21252 msgstr[0] ""
21253 msgstr[1] ""
21254
21255 #: git-add--interactive.perl:1660
21256 msgid "Sorry, cannot edit this hunk\n"
21257 msgstr ""
21258
21259 #: git-add--interactive.perl:1706
21260 msgid "Review diff"
21261 msgstr ""
21262
21263 #. TRANSLATORS: please do not translate the command names
21264 #. 'status', 'update', 'revert', etc.
21265 #: git-add--interactive.perl:1725
21266 msgid ""
21267 "status        - show paths with changes\n"
21268 "update        - add working tree state to the staged set of changes\n"
21269 "revert        - revert staged set of changes back to the HEAD version\n"
21270 "patch         - pick hunks and update selectively\n"
21271 "diff          - view diff between HEAD and index\n"
21272 "add untracked - add contents of untracked files to the staged set of "
21273 "changes\n"
21274 msgstr ""
21275
21276 #: git-add--interactive.perl:1742 git-add--interactive.perl:1747
21277 #: git-add--interactive.perl:1750 git-add--interactive.perl:1757
21278 #: git-add--interactive.perl:1761 git-add--interactive.perl:1767
21279 msgid "missing --"
21280 msgstr ""
21281
21282 #: git-add--interactive.perl:1763
21283 #, perl-format
21284 msgid "unknown --patch mode: %s"
21285 msgstr ""
21286
21287 #: git-add--interactive.perl:1769 git-add--interactive.perl:1775
21288 #, perl-format
21289 msgid "invalid argument %s, expecting --"
21290 msgstr ""
21291
21292 #: git-send-email.perl:138
21293 msgid "local zone differs from GMT by a non-minute interval\n"
21294 msgstr ""
21295
21296 #: git-send-email.perl:145 git-send-email.perl:151
21297 msgid "local time offset greater than or equal to 24 hours\n"
21298 msgstr ""
21299
21300 #: git-send-email.perl:219 git-send-email.perl:225
21301 msgid "the editor exited uncleanly, aborting everything"
21302 msgstr ""
21303
21304 #: git-send-email.perl:302
21305 #, perl-format
21306 msgid ""
21307 "'%s' contains an intermediate version of the email you were composing.\n"
21308 msgstr ""
21309
21310 #: git-send-email.perl:307
21311 #, perl-format
21312 msgid "'%s.final' contains the composed email.\n"
21313 msgstr ""
21314
21315 #: git-send-email.perl:326
21316 msgid "--dump-aliases incompatible with other options\n"
21317 msgstr ""
21318
21319 #: git-send-email.perl:395 git-send-email.perl:656
21320 msgid "Cannot run git format-patch from outside a repository\n"
21321 msgstr ""
21322
21323 #: git-send-email.perl:398
21324 msgid ""
21325 "`batch-size` and `relogin` must be specified together (via command-line or "
21326 "configuration option)\n"
21327 msgstr ""
21328
21329 #: git-send-email.perl:470
21330 #, perl-format
21331 msgid "Unknown --suppress-cc field: '%s'\n"
21332 msgstr ""
21333
21334 #: git-send-email.perl:501
21335 #, perl-format
21336 msgid "Unknown --confirm setting: '%s'\n"
21337 msgstr ""
21338
21339 #: git-send-email.perl:529
21340 #, perl-format
21341 msgid "warning: sendmail alias with quotes is not supported: %s\n"
21342 msgstr ""
21343
21344 #: git-send-email.perl:531
21345 #, perl-format
21346 msgid "warning: `:include:` not supported: %s\n"
21347 msgstr ""
21348
21349 #: git-send-email.perl:533
21350 #, perl-format
21351 msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
21352 msgstr ""
21353
21354 #: git-send-email.perl:538
21355 #, perl-format
21356 msgid "warning: sendmail line is not recognized: %s\n"
21357 msgstr ""
21358
21359 #: git-send-email.perl:622
21360 #, perl-format
21361 msgid ""
21362 "File '%s' exists but it could also be the range of commits\n"
21363 "to produce patches for.  Please disambiguate by...\n"
21364 "\n"
21365 "    * Saying \"./%s\" if you mean a file; or\n"
21366 "    * Giving --format-patch option if you mean a range.\n"
21367 msgstr ""
21368
21369 #: git-send-email.perl:643
21370 #, perl-format
21371 msgid "Failed to opendir %s: %s"
21372 msgstr ""
21373
21374 #: git-send-email.perl:667
21375 #, perl-format
21376 msgid ""
21377 "fatal: %s: %s\n"
21378 "warning: no patches were sent\n"
21379 msgstr ""
21380
21381 #: git-send-email.perl:678
21382 msgid ""
21383 "\n"
21384 "No patch files specified!\n"
21385 "\n"
21386 msgstr ""
21387
21388 #: git-send-email.perl:691
21389 #, perl-format
21390 msgid "No subject line in %s?"
21391 msgstr ""
21392
21393 #: git-send-email.perl:701
21394 #, perl-format
21395 msgid "Failed to open for writing %s: %s"
21396 msgstr ""
21397
21398 #: git-send-email.perl:712
21399 msgid ""
21400 "Lines beginning in \"GIT:\" will be removed.\n"
21401 "Consider including an overall diffstat or table of contents\n"
21402 "for the patch you are writing.\n"
21403 "\n"
21404 "Clear the body content if you don't wish to send a summary.\n"
21405 msgstr ""
21406
21407 #: git-send-email.perl:736
21408 #, perl-format
21409 msgid "Failed to open %s: %s"
21410 msgstr ""
21411
21412 #: git-send-email.perl:753
21413 #, perl-format
21414 msgid "Failed to open %s.final: %s"
21415 msgstr ""
21416
21417 #: git-send-email.perl:796
21418 msgid "Summary email is empty, skipping it\n"
21419 msgstr ""
21420
21421 #. TRANSLATORS: please keep [y/N] as is.
21422 #: git-send-email.perl:831
21423 #, perl-format
21424 msgid "Are you sure you want to use <%s> [y/N]? "
21425 msgstr ""
21426
21427 #: git-send-email.perl:886
21428 msgid ""
21429 "The following files are 8bit, but do not declare a Content-Transfer-"
21430 "Encoding.\n"
21431 msgstr ""
21432
21433 #: git-send-email.perl:891
21434 msgid "Which 8bit encoding should I declare [UTF-8]? "
21435 msgstr ""
21436
21437 #: git-send-email.perl:899
21438 #, perl-format
21439 msgid ""
21440 "Refusing to send because the patch\n"
21441 "\t%s\n"
21442 "has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
21443 "want to send.\n"
21444 msgstr ""
21445
21446 #: git-send-email.perl:918
21447 msgid "To whom should the emails be sent (if anyone)?"
21448 msgstr ""
21449
21450 #: git-send-email.perl:936
21451 #, perl-format
21452 msgid "fatal: alias '%s' expands to itself\n"
21453 msgstr ""
21454
21455 #: git-send-email.perl:948
21456 msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
21457 msgstr ""
21458
21459 #: git-send-email.perl:1006 git-send-email.perl:1014
21460 #, perl-format
21461 msgid "error: unable to extract a valid address from: %s\n"
21462 msgstr ""
21463
21464 #. TRANSLATORS: Make sure to include [q] [d] [e] in your
21465 #. translation. The program will only accept English input
21466 #. at this point.
21467 #: git-send-email.perl:1018
21468 msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
21469 msgstr ""
21470
21471 #: git-send-email.perl:1335
21472 #, perl-format
21473 msgid "CA path \"%s\" does not exist"
21474 msgstr ""
21475
21476 #: git-send-email.perl:1418
21477 msgid ""
21478 "    The Cc list above has been expanded by additional\n"
21479 "    addresses found in the patch commit message. By default\n"
21480 "    send-email prompts before sending whenever this occurs.\n"
21481 "    This behavior is controlled by the sendemail.confirm\n"
21482 "    configuration setting.\n"
21483 "\n"
21484 "    For additional information, run 'git send-email --help'.\n"
21485 "    To retain the current behavior, but squelch this message,\n"
21486 "    run 'git config --global sendemail.confirm auto'.\n"
21487 "\n"
21488 msgstr ""
21489
21490 #. TRANSLATORS: Make sure to include [y] [n] [e] [q] [a] in your
21491 #. translation. The program will only accept English input
21492 #. at this point.
21493 #: git-send-email.perl:1433
21494 msgid "Send this email? ([y]es|[n]o|[e]dit|[q]uit|[a]ll): "
21495 msgstr ""
21496
21497 #: git-send-email.perl:1436
21498 msgid "Send this email reply required"
21499 msgstr ""
21500
21501 #: git-send-email.perl:1464
21502 msgid "The required SMTP server is not properly defined."
21503 msgstr ""
21504
21505 #: git-send-email.perl:1511
21506 #, perl-format
21507 msgid "Server does not support STARTTLS! %s"
21508 msgstr ""
21509
21510 #: git-send-email.perl:1516 git-send-email.perl:1520
21511 #, perl-format
21512 msgid "STARTTLS failed! %s"
21513 msgstr ""
21514
21515 #: git-send-email.perl:1529
21516 msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
21517 msgstr ""
21518
21519 #: git-send-email.perl:1547
21520 #, perl-format
21521 msgid "Failed to send %s\n"
21522 msgstr ""
21523
21524 #: git-send-email.perl:1550
21525 #, perl-format
21526 msgid "Dry-Sent %s\n"
21527 msgstr ""
21528
21529 #: git-send-email.perl:1550
21530 #, perl-format
21531 msgid "Sent %s\n"
21532 msgstr ""
21533
21534 #: git-send-email.perl:1552
21535 msgid "Dry-OK. Log says:\n"
21536 msgstr ""
21537
21538 #: git-send-email.perl:1552
21539 msgid "OK. Log says:\n"
21540 msgstr ""
21541
21542 #: git-send-email.perl:1564
21543 msgid "Result: "
21544 msgstr ""
21545
21546 #: git-send-email.perl:1567
21547 msgid "Result: OK\n"
21548 msgstr ""
21549
21550 #: git-send-email.perl:1585
21551 #, perl-format
21552 msgid "can't open file %s"
21553 msgstr ""
21554
21555 #: git-send-email.perl:1632 git-send-email.perl:1652
21556 #, perl-format
21557 msgid "(mbox) Adding cc: %s from line '%s'\n"
21558 msgstr ""
21559
21560 #: git-send-email.perl:1638
21561 #, perl-format
21562 msgid "(mbox) Adding to: %s from line '%s'\n"
21563 msgstr ""
21564
21565 #: git-send-email.perl:1691
21566 #, perl-format
21567 msgid "(non-mbox) Adding cc: %s from line '%s'\n"
21568 msgstr ""
21569
21570 #: git-send-email.perl:1726
21571 #, perl-format
21572 msgid "(body) Adding cc: %s from line '%s'\n"
21573 msgstr ""
21574
21575 #: git-send-email.perl:1837
21576 #, perl-format
21577 msgid "(%s) Could not execute '%s'"
21578 msgstr ""
21579
21580 #: git-send-email.perl:1844
21581 #, perl-format
21582 msgid "(%s) Adding %s: %s from: '%s'\n"
21583 msgstr ""
21584
21585 #: git-send-email.perl:1848
21586 #, perl-format
21587 msgid "(%s) failed to close pipe to '%s'"
21588 msgstr ""
21589
21590 #: git-send-email.perl:1878
21591 msgid "cannot send message as 7bit"
21592 msgstr ""
21593
21594 #: git-send-email.perl:1886
21595 msgid "invalid transfer encoding"
21596 msgstr ""
21597
21598 #: git-send-email.perl:1927 git-send-email.perl:1979 git-send-email.perl:1989
21599 #, perl-format
21600 msgid "unable to open %s: %s\n"
21601 msgstr ""
21602
21603 #: git-send-email.perl:1930
21604 #, perl-format
21605 msgid "%s: patch contains a line longer than 998 characters"
21606 msgstr ""
21607
21608 #: git-send-email.perl:1947
21609 #, perl-format
21610 msgid "Skipping %s with backup suffix '%s'.\n"
21611 msgstr ""
21612
21613 #. TRANSLATORS: please keep "[y|N]" as is.
21614 #: git-send-email.perl:1951
21615 #, perl-format
21616 msgid "Do you really want to send %s? [y|N]: "
21617 msgstr ""