]> git.ipfire.org Git - thirdparty/git.git/blob - po/git.pot
Merge branch 'js/update-index-ignore-removal-for-skip-worktree'
[thirdparty/git.git] / po / git.pot
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
11 "POT-Creation-Date: 2019-10-28 13:19+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:109
22 #, c-format
23 msgid "%shint: %.*s%s\n"
24 msgstr ""
25
26 #: advice.c:162
27 msgid "Cherry-picking is not possible because you have unmerged files."
28 msgstr ""
29
30 #: advice.c:164
31 msgid "Committing is not possible because you have unmerged files."
32 msgstr ""
33
34 #: advice.c:166
35 msgid "Merging is not possible because you have unmerged files."
36 msgstr ""
37
38 #: advice.c:168
39 msgid "Pulling is not possible because you have unmerged files."
40 msgstr ""
41
42 #: advice.c:170
43 msgid "Reverting is not possible because you have unmerged files."
44 msgstr ""
45
46 #: advice.c:172
47 #, c-format
48 msgid "It is not possible to %s because you have unmerged files."
49 msgstr ""
50
51 #: advice.c:180
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:188
58 msgid "Exiting because of an unresolved conflict."
59 msgstr ""
60
61 #: advice.c:193 builtin/merge.c:1332
62 msgid "You have not concluded your merge (MERGE_HEAD exists)."
63 msgstr ""
64
65 #: advice.c:195
66 msgid "Please, commit your changes before merging."
67 msgstr ""
68
69 #: advice.c:196
70 msgid "Exiting because of unfinished merge."
71 msgstr ""
72
73 #: advice.c:202
74 #, c-format
75 msgid ""
76 "Note: switching to '%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 switching back to a branch.\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 -c with the switch command. Example:\n"
84 "\n"
85 " git switch -c <new-branch-name>\n"
86 "\n"
87 "Or undo this operation with:\n"
88 "\n"
89 " git switch -\n"
90 "\n"
91 "Turn off this advice by setting config variable advice.detachedHead to "
92 "false\n"
93 "\n"
94 msgstr ""
95
96 #: alias.c:50
97 msgid "cmdline ends with \\"
98 msgstr ""
99
100 #: alias.c:51
101 msgid "unclosed quote"
102 msgstr ""
103
104 #: apply.c:69
105 #, c-format
106 msgid "unrecognized whitespace option '%s'"
107 msgstr ""
108
109 #: apply.c:85
110 #, c-format
111 msgid "unrecognized whitespace ignore option '%s'"
112 msgstr ""
113
114 #: apply.c:135
115 msgid "--reject and --3way cannot be used together."
116 msgstr ""
117
118 #: apply.c:137
119 msgid "--cached and --3way cannot be used together."
120 msgstr ""
121
122 #: apply.c:140
123 msgid "--3way outside a repository"
124 msgstr ""
125
126 #: apply.c:151
127 msgid "--index outside a repository"
128 msgstr ""
129
130 #: apply.c:154
131 msgid "--cached outside a repository"
132 msgstr ""
133
134 #: apply.c:801
135 #, c-format
136 msgid "Cannot prepare timestamp regexp %s"
137 msgstr ""
138
139 #: apply.c:810
140 #, c-format
141 msgid "regexec returned %d for input: %s"
142 msgstr ""
143
144 #: apply.c:884
145 #, c-format
146 msgid "unable to find filename in patch at line %d"
147 msgstr ""
148
149 #: apply.c:922
150 #, c-format
151 msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
152 msgstr ""
153
154 #: apply.c:928
155 #, c-format
156 msgid "git apply: bad git-diff - inconsistent new filename on line %d"
157 msgstr ""
158
159 #: apply.c:929
160 #, c-format
161 msgid "git apply: bad git-diff - inconsistent old filename on line %d"
162 msgstr ""
163
164 #: apply.c:934
165 #, c-format
166 msgid "git apply: bad git-diff - expected /dev/null on line %d"
167 msgstr ""
168
169 #: apply.c:963
170 #, c-format
171 msgid "invalid mode on line %d: %s"
172 msgstr ""
173
174 #: apply.c:1282
175 #, c-format
176 msgid "inconsistent header lines %d and %d"
177 msgstr ""
178
179 #: apply.c:1372
180 #, c-format
181 msgid ""
182 "git diff header lacks filename information when removing %d leading pathname "
183 "component (line %d)"
184 msgid_plural ""
185 "git diff header lacks filename information when removing %d leading pathname "
186 "components (line %d)"
187 msgstr[0] ""
188 msgstr[1] ""
189
190 #: apply.c:1385
191 #, c-format
192 msgid "git diff header lacks filename information (line %d)"
193 msgstr ""
194
195 #: apply.c:1481
196 #, c-format
197 msgid "recount: unexpected line: %.*s"
198 msgstr ""
199
200 #: apply.c:1550
201 #, c-format
202 msgid "patch fragment without header at line %d: %.*s"
203 msgstr ""
204
205 #: apply.c:1753
206 msgid "new file depends on old contents"
207 msgstr ""
208
209 #: apply.c:1755
210 msgid "deleted file still has contents"
211 msgstr ""
212
213 #: apply.c:1789
214 #, c-format
215 msgid "corrupt patch at line %d"
216 msgstr ""
217
218 #: apply.c:1826
219 #, c-format
220 msgid "new file %s depends on old contents"
221 msgstr ""
222
223 #: apply.c:1828
224 #, c-format
225 msgid "deleted file %s still has contents"
226 msgstr ""
227
228 #: apply.c:1831
229 #, c-format
230 msgid "** warning: file %s becomes empty but is not deleted"
231 msgstr ""
232
233 #: apply.c:1978
234 #, c-format
235 msgid "corrupt binary patch at line %d: %.*s"
236 msgstr ""
237
238 #: apply.c:2015
239 #, c-format
240 msgid "unrecognized binary patch at line %d"
241 msgstr ""
242
243 #: apply.c:2177
244 #, c-format
245 msgid "patch with only garbage at line %d"
246 msgstr ""
247
248 #: apply.c:2263
249 #, c-format
250 msgid "unable to read symlink %s"
251 msgstr ""
252
253 #: apply.c:2267
254 #, c-format
255 msgid "unable to open or read %s"
256 msgstr ""
257
258 #: apply.c:2926
259 #, c-format
260 msgid "invalid start of line: '%c'"
261 msgstr ""
262
263 #: apply.c:3047
264 #, c-format
265 msgid "Hunk #%d succeeded at %d (offset %d line)."
266 msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
267 msgstr[0] ""
268 msgstr[1] ""
269
270 #: apply.c:3059
271 #, c-format
272 msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
273 msgstr ""
274
275 #: apply.c:3065
276 #, c-format
277 msgid ""
278 "while searching for:\n"
279 "%.*s"
280 msgstr ""
281
282 #: apply.c:3087
283 #, c-format
284 msgid "missing binary patch data for '%s'"
285 msgstr ""
286
287 #: apply.c:3095
288 #, c-format
289 msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
290 msgstr ""
291
292 #: apply.c:3142
293 #, c-format
294 msgid "cannot apply binary patch to '%s' without full index line"
295 msgstr ""
296
297 #: apply.c:3152
298 #, c-format
299 msgid ""
300 "the patch applies to '%s' (%s), which does not match the current contents."
301 msgstr ""
302
303 #: apply.c:3160
304 #, c-format
305 msgid "the patch applies to an empty '%s' but it is not empty"
306 msgstr ""
307
308 #: apply.c:3178
309 #, c-format
310 msgid "the necessary postimage %s for '%s' cannot be read"
311 msgstr ""
312
313 #: apply.c:3191
314 #, c-format
315 msgid "binary patch does not apply to '%s'"
316 msgstr ""
317
318 #: apply.c:3197
319 #, c-format
320 msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
321 msgstr ""
322
323 #: apply.c:3218
324 #, c-format
325 msgid "patch failed: %s:%ld"
326 msgstr ""
327
328 #: apply.c:3341
329 #, c-format
330 msgid "cannot checkout %s"
331 msgstr ""
332
333 #: apply.c:3393 apply.c:3404 apply.c:3450 midx.c:61 setup.c:280
334 #, c-format
335 msgid "failed to read %s"
336 msgstr ""
337
338 #: apply.c:3401
339 #, c-format
340 msgid "reading from '%s' beyond a symbolic link"
341 msgstr ""
342
343 #: apply.c:3430 apply.c:3673
344 #, c-format
345 msgid "path %s has been renamed/deleted"
346 msgstr ""
347
348 #: apply.c:3516 apply.c:3688
349 #, c-format
350 msgid "%s: does not exist in index"
351 msgstr ""
352
353 #: apply.c:3525 apply.c:3696
354 #, c-format
355 msgid "%s: does not match index"
356 msgstr ""
357
358 #: apply.c:3560
359 msgid "repository lacks the necessary blob to fall back on 3-way merge."
360 msgstr ""
361
362 #: apply.c:3563
363 #, c-format
364 msgid "Falling back to three-way merge...\n"
365 msgstr ""
366
367 #: apply.c:3579 apply.c:3583
368 #, c-format
369 msgid "cannot read the current contents of '%s'"
370 msgstr ""
371
372 #: apply.c:3595
373 #, c-format
374 msgid "Failed to fall back on three-way merge...\n"
375 msgstr ""
376
377 #: apply.c:3609
378 #, c-format
379 msgid "Applied patch to '%s' with conflicts.\n"
380 msgstr ""
381
382 #: apply.c:3614
383 #, c-format
384 msgid "Applied patch to '%s' cleanly.\n"
385 msgstr ""
386
387 #: apply.c:3640
388 msgid "removal patch leaves file contents"
389 msgstr ""
390
391 #: apply.c:3713
392 #, c-format
393 msgid "%s: wrong type"
394 msgstr ""
395
396 #: apply.c:3715
397 #, c-format
398 msgid "%s has type %o, expected %o"
399 msgstr ""
400
401 #: apply.c:3866 apply.c:3868 read-cache.c:830 read-cache.c:856
402 #: read-cache.c:1309
403 #, c-format
404 msgid "invalid path '%s'"
405 msgstr ""
406
407 #: apply.c:3924
408 #, c-format
409 msgid "%s: already exists in index"
410 msgstr ""
411
412 #: apply.c:3927
413 #, c-format
414 msgid "%s: already exists in working directory"
415 msgstr ""
416
417 #: apply.c:3947
418 #, c-format
419 msgid "new mode (%o) of %s does not match old mode (%o)"
420 msgstr ""
421
422 #: apply.c:3952
423 #, c-format
424 msgid "new mode (%o) of %s does not match old mode (%o) of %s"
425 msgstr ""
426
427 #: apply.c:3972
428 #, c-format
429 msgid "affected file '%s' is beyond a symbolic link"
430 msgstr ""
431
432 #: apply.c:3976
433 #, c-format
434 msgid "%s: patch does not apply"
435 msgstr ""
436
437 #: apply.c:3991
438 #, c-format
439 msgid "Checking patch %s..."
440 msgstr ""
441
442 #: apply.c:4083
443 #, c-format
444 msgid "sha1 information is lacking or useless for submodule %s"
445 msgstr ""
446
447 #: apply.c:4090
448 #, c-format
449 msgid "mode change for %s, which is not in current HEAD"
450 msgstr ""
451
452 #: apply.c:4093
453 #, c-format
454 msgid "sha1 information is lacking or useless (%s)."
455 msgstr ""
456
457 #: apply.c:4098 builtin/checkout.c:279 builtin/reset.c:143
458 #, c-format
459 msgid "make_cache_entry failed for path '%s'"
460 msgstr ""
461
462 #: apply.c:4102
463 #, c-format
464 msgid "could not add %s to temporary index"
465 msgstr ""
466
467 #: apply.c:4112
468 #, c-format
469 msgid "could not write temporary index to %s"
470 msgstr ""
471
472 #: apply.c:4250
473 #, c-format
474 msgid "unable to remove %s from index"
475 msgstr ""
476
477 #: apply.c:4284
478 #, c-format
479 msgid "corrupt patch for submodule %s"
480 msgstr ""
481
482 #: apply.c:4290
483 #, c-format
484 msgid "unable to stat newly created file '%s'"
485 msgstr ""
486
487 #: apply.c:4298
488 #, c-format
489 msgid "unable to create backing store for newly created file %s"
490 msgstr ""
491
492 #: apply.c:4304 apply.c:4449
493 #, c-format
494 msgid "unable to add cache entry for %s"
495 msgstr ""
496
497 #: apply.c:4347
498 #, c-format
499 msgid "failed to write to '%s'"
500 msgstr ""
501
502 #: apply.c:4351
503 #, c-format
504 msgid "closing file '%s'"
505 msgstr ""
506
507 #: apply.c:4421
508 #, c-format
509 msgid "unable to write file '%s' mode %o"
510 msgstr ""
511
512 #: apply.c:4519
513 #, c-format
514 msgid "Applied patch %s cleanly."
515 msgstr ""
516
517 #: apply.c:4527
518 msgid "internal error"
519 msgstr ""
520
521 #: apply.c:4530
522 #, c-format
523 msgid "Applying patch %%s with %d reject..."
524 msgid_plural "Applying patch %%s with %d rejects..."
525 msgstr[0] ""
526 msgstr[1] ""
527
528 #: apply.c:4541
529 #, c-format
530 msgid "truncating .rej filename to %.*s.rej"
531 msgstr ""
532
533 #: apply.c:4549 builtin/fetch.c:898 builtin/fetch.c:1194
534 #, c-format
535 msgid "cannot open %s"
536 msgstr ""
537
538 #: apply.c:4563
539 #, c-format
540 msgid "Hunk #%d applied cleanly."
541 msgstr ""
542
543 #: apply.c:4567
544 #, c-format
545 msgid "Rejected hunk #%d."
546 msgstr ""
547
548 #: apply.c:4686
549 #, c-format
550 msgid "Skipped patch '%s'."
551 msgstr ""
552
553 #: apply.c:4694
554 msgid "unrecognized input"
555 msgstr ""
556
557 #: apply.c:4714
558 msgid "unable to read index file"
559 msgstr ""
560
561 #: apply.c:4871
562 #, c-format
563 msgid "can't open patch '%s': %s"
564 msgstr ""
565
566 #: apply.c:4898
567 #, c-format
568 msgid "squelched %d whitespace error"
569 msgid_plural "squelched %d whitespace errors"
570 msgstr[0] ""
571 msgstr[1] ""
572
573 #: apply.c:4904 apply.c:4919
574 #, c-format
575 msgid "%d line adds whitespace errors."
576 msgid_plural "%d lines add whitespace errors."
577 msgstr[0] ""
578 msgstr[1] ""
579
580 #: apply.c:4912
581 #, c-format
582 msgid "%d line applied after fixing whitespace errors."
583 msgid_plural "%d lines applied after fixing whitespace errors."
584 msgstr[0] ""
585 msgstr[1] ""
586
587 #: apply.c:4928 builtin/add.c:540 builtin/mv.c:301 builtin/rm.c:390
588 msgid "Unable to write new index file"
589 msgstr ""
590
591 #: apply.c:4955 apply.c:4958 builtin/am.c:2197 builtin/am.c:2200
592 #: builtin/clone.c:122 builtin/fetch.c:143 builtin/merge.c:273
593 #: builtin/pull.c:209 builtin/submodule--helper.c:407
594 #: builtin/submodule--helper.c:1367 builtin/submodule--helper.c:1370
595 #: builtin/submodule--helper.c:1850 builtin/submodule--helper.c:1853
596 #: builtin/submodule--helper.c:2092 git-add--interactive.perl:211
597 msgid "path"
598 msgstr ""
599
600 #: apply.c:4956
601 msgid "don't apply changes matching the given path"
602 msgstr ""
603
604 #: apply.c:4959
605 msgid "apply changes matching the given path"
606 msgstr ""
607
608 #: apply.c:4961 builtin/am.c:2206
609 msgid "num"
610 msgstr ""
611
612 #: apply.c:4962
613 msgid "remove <num> leading slashes from traditional diff paths"
614 msgstr ""
615
616 #: apply.c:4965
617 msgid "ignore additions made by the patch"
618 msgstr ""
619
620 #: apply.c:4967
621 msgid "instead of applying the patch, output diffstat for the input"
622 msgstr ""
623
624 #: apply.c:4971
625 msgid "show number of added and deleted lines in decimal notation"
626 msgstr ""
627
628 #: apply.c:4973
629 msgid "instead of applying the patch, output a summary for the input"
630 msgstr ""
631
632 #: apply.c:4975
633 msgid "instead of applying the patch, see if the patch is applicable"
634 msgstr ""
635
636 #: apply.c:4977
637 msgid "make sure the patch is applicable to the current index"
638 msgstr ""
639
640 #: apply.c:4979
641 msgid "mark new files with `git add --intent-to-add`"
642 msgstr ""
643
644 #: apply.c:4981
645 msgid "apply a patch without touching the working tree"
646 msgstr ""
647
648 #: apply.c:4983
649 msgid "accept a patch that touches outside the working area"
650 msgstr ""
651
652 #: apply.c:4986
653 msgid "also apply the patch (use with --stat/--summary/--check)"
654 msgstr ""
655
656 #: apply.c:4988
657 msgid "attempt three-way merge if a patch does not apply"
658 msgstr ""
659
660 #: apply.c:4990
661 msgid "build a temporary index based on embedded index information"
662 msgstr ""
663
664 #: apply.c:4993 builtin/checkout-index.c:173 builtin/ls-files.c:524
665 msgid "paths are separated with NUL character"
666 msgstr ""
667
668 #: apply.c:4995
669 msgid "ensure at least <n> lines of context match"
670 msgstr ""
671
672 #: apply.c:4996 builtin/am.c:2185 builtin/interpret-trailers.c:98
673 #: builtin/interpret-trailers.c:100 builtin/interpret-trailers.c:102
674 #: builtin/pack-objects.c:3310 builtin/rebase.c:1445
675 msgid "action"
676 msgstr ""
677
678 #: apply.c:4997
679 msgid "detect new or modified lines that have whitespace errors"
680 msgstr ""
681
682 #: apply.c:5000 apply.c:5003
683 msgid "ignore changes in whitespace when finding context"
684 msgstr ""
685
686 #: apply.c:5006
687 msgid "apply the patch in reverse"
688 msgstr ""
689
690 #: apply.c:5008
691 msgid "don't expect at least one line of context"
692 msgstr ""
693
694 #: apply.c:5010
695 msgid "leave the rejected hunks in corresponding *.rej files"
696 msgstr ""
697
698 #: apply.c:5012
699 msgid "allow overlapping hunks"
700 msgstr ""
701
702 #: apply.c:5013 builtin/add.c:291 builtin/check-ignore.c:22
703 #: builtin/commit.c:1337 builtin/count-objects.c:98 builtin/fsck.c:786
704 #: builtin/log.c:2085 builtin/mv.c:123 builtin/read-tree.c:128
705 msgid "be verbose"
706 msgstr ""
707
708 #: apply.c:5015
709 msgid "tolerate incorrectly detected missing new-line at the end of file"
710 msgstr ""
711
712 #: apply.c:5018
713 msgid "do not trust the line counts in the hunk headers"
714 msgstr ""
715
716 #: apply.c:5020 builtin/am.c:2194
717 msgid "root"
718 msgstr ""
719
720 #: apply.c:5021
721 msgid "prepend <root> to all filenames"
722 msgstr ""
723
724 #: archive.c:14
725 msgid "git archive [<options>] <tree-ish> [<path>...]"
726 msgstr ""
727
728 #: archive.c:15
729 msgid "git archive --list"
730 msgstr ""
731
732 #: archive.c:16
733 msgid ""
734 "git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
735 msgstr ""
736
737 #: archive.c:17
738 msgid "git archive --remote <repo> [--exec <cmd>] --list"
739 msgstr ""
740
741 #: archive.c:372 builtin/add.c:177 builtin/add.c:516 builtin/rm.c:299
742 #, c-format
743 msgid "pathspec '%s' did not match any files"
744 msgstr ""
745
746 #: archive.c:396
747 #, c-format
748 msgid "no such ref: %.*s"
749 msgstr ""
750
751 #: archive.c:401
752 #, c-format
753 msgid "not a valid object name: %s"
754 msgstr ""
755
756 #: archive.c:414
757 #, c-format
758 msgid "not a tree object: %s"
759 msgstr ""
760
761 #: archive.c:426
762 msgid "current working directory is untracked"
763 msgstr ""
764
765 #: archive.c:457
766 msgid "fmt"
767 msgstr ""
768
769 #: archive.c:457
770 msgid "archive format"
771 msgstr ""
772
773 #: archive.c:458 builtin/log.c:1581
774 msgid "prefix"
775 msgstr ""
776
777 #: archive.c:459
778 msgid "prepend prefix to each pathname in the archive"
779 msgstr ""
780
781 #: archive.c:460 builtin/blame.c:861 builtin/blame.c:873 builtin/blame.c:874
782 #: builtin/commit-tree.c:117 builtin/config.c:129 builtin/fast-export.c:1162
783 #: builtin/fast-export.c:1164 builtin/fast-export.c:1168 builtin/grep.c:899
784 #: builtin/hash-object.c:105 builtin/ls-files.c:560 builtin/ls-files.c:563
785 #: builtin/notes.c:412 builtin/notes.c:578 builtin/read-tree.c:123
786 #: parse-options.h:186
787 msgid "file"
788 msgstr ""
789
790 #: archive.c:461 builtin/archive.c:90
791 msgid "write the archive to this file"
792 msgstr ""
793
794 #: archive.c:463
795 msgid "read .gitattributes in working directory"
796 msgstr ""
797
798 #: archive.c:464
799 msgid "report archived files on stderr"
800 msgstr ""
801
802 #: archive.c:465
803 msgid "store only"
804 msgstr ""
805
806 #: archive.c:466
807 msgid "compress faster"
808 msgstr ""
809
810 #: archive.c:474
811 msgid "compress better"
812 msgstr ""
813
814 #: archive.c:477
815 msgid "list supported archive formats"
816 msgstr ""
817
818 #: archive.c:479 builtin/archive.c:91 builtin/clone.c:112 builtin/clone.c:115
819 #: builtin/submodule--helper.c:1379 builtin/submodule--helper.c:1859
820 msgid "repo"
821 msgstr ""
822
823 #: archive.c:480 builtin/archive.c:92
824 msgid "retrieve the archive from remote repository <repo>"
825 msgstr ""
826
827 #: archive.c:481 builtin/archive.c:93 builtin/difftool.c:715
828 #: builtin/notes.c:498
829 msgid "command"
830 msgstr ""
831
832 #: archive.c:482 builtin/archive.c:94
833 msgid "path to the remote git-upload-archive command"
834 msgstr ""
835
836 #: archive.c:489
837 msgid "Unexpected option --remote"
838 msgstr ""
839
840 #: archive.c:491
841 msgid "Option --exec can only be used together with --remote"
842 msgstr ""
843
844 #: archive.c:493
845 msgid "Unexpected option --output"
846 msgstr ""
847
848 #: archive.c:515
849 #, c-format
850 msgid "Unknown archive format '%s'"
851 msgstr ""
852
853 #: archive.c:522
854 #, c-format
855 msgid "Argument not supported for format '%s': -%d"
856 msgstr ""
857
858 #: archive-tar.c:125 archive-zip.c:345
859 #, c-format
860 msgid "cannot stream blob %s"
861 msgstr ""
862
863 #: archive-tar.c:266 archive-zip.c:363
864 #, c-format
865 msgid "unsupported file mode: 0%o (SHA1: %s)"
866 msgstr ""
867
868 #: archive-tar.c:293 archive-zip.c:353
869 #, c-format
870 msgid "cannot read %s"
871 msgstr ""
872
873 #: archive-tar.c:465
874 #, c-format
875 msgid "unable to start '%s' filter"
876 msgstr ""
877
878 #: archive-tar.c:468
879 msgid "unable to redirect descriptor"
880 msgstr ""
881
882 #: archive-tar.c:475
883 #, c-format
884 msgid "'%s' filter reported error"
885 msgstr ""
886
887 #: archive-zip.c:314
888 #, c-format
889 msgid "path is not valid UTF-8: %s"
890 msgstr ""
891
892 #: archive-zip.c:318
893 #, c-format
894 msgid "path too long (%d chars, SHA1: %s): %s"
895 msgstr ""
896
897 #: archive-zip.c:474 builtin/pack-objects.c:230 builtin/pack-objects.c:233
898 #, c-format
899 msgid "deflate error (%d)"
900 msgstr ""
901
902 #: archive-zip.c:609
903 #, c-format
904 msgid "timestamp too large for this system: %<PRIuMAX>"
905 msgstr ""
906
907 #: attr.c:213
908 #, c-format
909 msgid "%.*s is not a valid attribute name"
910 msgstr ""
911
912 #: attr.c:370
913 #, c-format
914 msgid "%s not allowed: %s:%d"
915 msgstr ""
916
917 #: attr.c:410
918 msgid ""
919 "Negative patterns are ignored in git attributes\n"
920 "Use '\\!' for literal leading exclamation."
921 msgstr ""
922
923 #: bisect.c:468
924 #, c-format
925 msgid "Badly quoted content in file '%s': %s"
926 msgstr ""
927
928 #: bisect.c:678
929 #, c-format
930 msgid "We cannot bisect more!\n"
931 msgstr ""
932
933 #: bisect.c:733
934 #, c-format
935 msgid "Not a valid commit name %s"
936 msgstr ""
937
938 #: bisect.c:758
939 #, c-format
940 msgid ""
941 "The merge base %s is bad.\n"
942 "This means the bug has been fixed between %s and [%s].\n"
943 msgstr ""
944
945 #: bisect.c:763
946 #, c-format
947 msgid ""
948 "The merge base %s is new.\n"
949 "The property has changed between %s and [%s].\n"
950 msgstr ""
951
952 #: bisect.c:768
953 #, c-format
954 msgid ""
955 "The merge base %s is %s.\n"
956 "This means the first '%s' commit is between %s and [%s].\n"
957 msgstr ""
958
959 #: bisect.c:776
960 #, c-format
961 msgid ""
962 "Some %s revs are not ancestors of the %s rev.\n"
963 "git bisect cannot work properly in this case.\n"
964 "Maybe you mistook %s and %s revs?\n"
965 msgstr ""
966
967 #: bisect.c:789
968 #, c-format
969 msgid ""
970 "the merge base between %s and [%s] must be skipped.\n"
971 "So we cannot be sure the first %s commit is between %s and %s.\n"
972 "We continue anyway."
973 msgstr ""
974
975 #: bisect.c:822
976 #, c-format
977 msgid "Bisecting: a merge base must be tested\n"
978 msgstr ""
979
980 #: bisect.c:865
981 #, c-format
982 msgid "a %s revision is needed"
983 msgstr ""
984
985 #: bisect.c:884 builtin/notes.c:177 builtin/tag.c:254
986 #, c-format
987 msgid "could not create file '%s'"
988 msgstr ""
989
990 #: bisect.c:928 builtin/merge.c:148
991 #, c-format
992 msgid "could not read file '%s'"
993 msgstr ""
994
995 #: bisect.c:958
996 msgid "reading bisect refs failed"
997 msgstr ""
998
999 #: bisect.c:977
1000 #, c-format
1001 msgid "%s was both %s and %s\n"
1002 msgstr ""
1003
1004 #: bisect.c:985
1005 #, c-format
1006 msgid ""
1007 "No testable commit found.\n"
1008 "Maybe you started with bad path parameters?\n"
1009 msgstr ""
1010
1011 #: bisect.c:1004
1012 #, c-format
1013 msgid "(roughly %d step)"
1014 msgid_plural "(roughly %d steps)"
1015 msgstr[0] ""
1016 msgstr[1] ""
1017
1018 #. TRANSLATORS: the last %s will be replaced with "(roughly %d
1019 #. steps)" translation.
1020 #.
1021 #: bisect.c:1010
1022 #, c-format
1023 msgid "Bisecting: %d revision left to test after this %s\n"
1024 msgid_plural "Bisecting: %d revisions left to test after this %s\n"
1025 msgstr[0] ""
1026 msgstr[1] ""
1027
1028 #: blame.c:2700
1029 msgid "--contents and --reverse do not blend well."
1030 msgstr ""
1031
1032 #: blame.c:2714
1033 msgid "cannot use --contents with final commit object name"
1034 msgstr ""
1035
1036 #: blame.c:2735
1037 msgid "--reverse and --first-parent together require specified latest commit"
1038 msgstr ""
1039
1040 #: blame.c:2744 bundle.c:167 ref-filter.c:2203 remote.c:1941 sequencer.c:1971
1041 #: sequencer.c:4305 builtin/commit.c:1020 builtin/log.c:387 builtin/log.c:964
1042 #: builtin/log.c:1452 builtin/log.c:1844 builtin/log.c:2134 builtin/merge.c:411
1043 #: builtin/pack-objects.c:3128 builtin/pack-objects.c:3143
1044 #: builtin/shortlog.c:192
1045 msgid "revision walk setup failed"
1046 msgstr ""
1047
1048 #: blame.c:2762
1049 msgid ""
1050 "--reverse --first-parent together require range along first-parent chain"
1051 msgstr ""
1052
1053 #: blame.c:2773
1054 #, c-format
1055 msgid "no such path %s in %s"
1056 msgstr ""
1057
1058 #: blame.c:2784
1059 #, c-format
1060 msgid "cannot read blob %s for path %s"
1061 msgstr ""
1062
1063 #: branch.c:53
1064 #, c-format
1065 msgid ""
1066 "\n"
1067 "After fixing the error cause you may try to fix up\n"
1068 "the remote tracking information by invoking\n"
1069 "\"git branch --set-upstream-to=%s%s%s\"."
1070 msgstr ""
1071
1072 #: branch.c:67
1073 #, c-format
1074 msgid "Not setting branch %s as its own upstream."
1075 msgstr ""
1076
1077 #: branch.c:93
1078 #, c-format
1079 msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."
1080 msgstr ""
1081
1082 #: branch.c:94
1083 #, c-format
1084 msgid "Branch '%s' set up to track remote branch '%s' from '%s'."
1085 msgstr ""
1086
1087 #: branch.c:98
1088 #, c-format
1089 msgid "Branch '%s' set up to track local branch '%s' by rebasing."
1090 msgstr ""
1091
1092 #: branch.c:99
1093 #, c-format
1094 msgid "Branch '%s' set up to track local branch '%s'."
1095 msgstr ""
1096
1097 #: branch.c:104
1098 #, c-format
1099 msgid "Branch '%s' set up to track remote ref '%s' by rebasing."
1100 msgstr ""
1101
1102 #: branch.c:105
1103 #, c-format
1104 msgid "Branch '%s' set up to track remote ref '%s'."
1105 msgstr ""
1106
1107 #: branch.c:109
1108 #, c-format
1109 msgid "Branch '%s' set up to track local ref '%s' by rebasing."
1110 msgstr ""
1111
1112 #: branch.c:110
1113 #, c-format
1114 msgid "Branch '%s' set up to track local ref '%s'."
1115 msgstr ""
1116
1117 #: branch.c:119
1118 msgid "Unable to write upstream branch configuration"
1119 msgstr ""
1120
1121 #: branch.c:156
1122 #, c-format
1123 msgid "Not tracking: ambiguous information for ref %s"
1124 msgstr ""
1125
1126 #: branch.c:189
1127 #, c-format
1128 msgid "'%s' is not a valid branch name."
1129 msgstr ""
1130
1131 #: branch.c:208
1132 #, c-format
1133 msgid "A branch named '%s' already exists."
1134 msgstr ""
1135
1136 #: branch.c:213
1137 msgid "Cannot force update the current branch."
1138 msgstr ""
1139
1140 #: branch.c:233
1141 #, c-format
1142 msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1143 msgstr ""
1144
1145 #: branch.c:235
1146 #, c-format
1147 msgid "the requested upstream branch '%s' does not exist"
1148 msgstr ""
1149
1150 #: branch.c:237
1151 msgid ""
1152 "\n"
1153 "If you are planning on basing your work on an upstream\n"
1154 "branch that already exists at the remote, you may need to\n"
1155 "run \"git fetch\" to retrieve it.\n"
1156 "\n"
1157 "If you are planning to push out a new local branch that\n"
1158 "will track its remote counterpart, you may want to use\n"
1159 "\"git push -u\" to set the upstream config as you push."
1160 msgstr ""
1161
1162 #: branch.c:281
1163 #, c-format
1164 msgid "Not a valid object name: '%s'."
1165 msgstr ""
1166
1167 #: branch.c:301
1168 #, c-format
1169 msgid "Ambiguous object name: '%s'."
1170 msgstr ""
1171
1172 #: branch.c:306
1173 #, c-format
1174 msgid "Not a valid branch point: '%s'."
1175 msgstr ""
1176
1177 #: branch.c:364
1178 #, c-format
1179 msgid "'%s' is already checked out at '%s'"
1180 msgstr ""
1181
1182 #: branch.c:387
1183 #, c-format
1184 msgid "HEAD of working tree %s is not updated"
1185 msgstr ""
1186
1187 #: bundle.c:36
1188 #, c-format
1189 msgid "'%s' does not look like a v2 bundle file"
1190 msgstr ""
1191
1192 #: bundle.c:64
1193 #, c-format
1194 msgid "unrecognized header: %s%s (%d)"
1195 msgstr ""
1196
1197 #: bundle.c:90 rerere.c:480 rerere.c:690 sequencer.c:2221 sequencer.c:2962
1198 #: builtin/commit.c:791
1199 #, c-format
1200 msgid "could not open '%s'"
1201 msgstr ""
1202
1203 #: bundle.c:143
1204 msgid "Repository lacks these prerequisite commits:"
1205 msgstr ""
1206
1207 #: bundle.c:146
1208 msgid "need a repository to verify a bundle"
1209 msgstr ""
1210
1211 #: bundle.c:197
1212 #, c-format
1213 msgid "The bundle contains this ref:"
1214 msgid_plural "The bundle contains these %d refs:"
1215 msgstr[0] ""
1216 msgstr[1] ""
1217
1218 #: bundle.c:204
1219 msgid "The bundle records a complete history."
1220 msgstr ""
1221
1222 #: bundle.c:206
1223 #, c-format
1224 msgid "The bundle requires this ref:"
1225 msgid_plural "The bundle requires these %d refs:"
1226 msgstr[0] ""
1227 msgstr[1] ""
1228
1229 #: bundle.c:272
1230 msgid "unable to dup bundle descriptor"
1231 msgstr ""
1232
1233 #: bundle.c:279
1234 msgid "Could not spawn pack-objects"
1235 msgstr ""
1236
1237 #: bundle.c:290
1238 msgid "pack-objects died"
1239 msgstr ""
1240
1241 #: bundle.c:332
1242 msgid "rev-list died"
1243 msgstr ""
1244
1245 #: bundle.c:381
1246 #, c-format
1247 msgid "ref '%s' is excluded by the rev-list options"
1248 msgstr ""
1249
1250 #: bundle.c:460 builtin/log.c:202 builtin/log.c:1733 builtin/shortlog.c:306
1251 #, c-format
1252 msgid "unrecognized argument: %s"
1253 msgstr ""
1254
1255 #: bundle.c:468
1256 msgid "Refusing to create empty bundle."
1257 msgstr ""
1258
1259 #: bundle.c:478
1260 #, c-format
1261 msgid "cannot create '%s'"
1262 msgstr ""
1263
1264 #: bundle.c:503
1265 msgid "index-pack died"
1266 msgstr ""
1267
1268 #: color.c:296
1269 #, c-format
1270 msgid "invalid color value: %.*s"
1271 msgstr ""
1272
1273 #: commit.c:50 sequencer.c:2665 builtin/am.c:354 builtin/am.c:398
1274 #: builtin/am.c:1366 builtin/am.c:2009 builtin/replace.c:456
1275 #, c-format
1276 msgid "could not parse %s"
1277 msgstr ""
1278
1279 #: commit.c:52
1280 #, c-format
1281 msgid "%s %s is not a commit!"
1282 msgstr ""
1283
1284 #: commit.c:192
1285 msgid ""
1286 "Support for <GIT_DIR>/info/grafts is deprecated\n"
1287 "and will be removed in a future Git version.\n"
1288 "\n"
1289 "Please use \"git replace --convert-graft-file\"\n"
1290 "to convert the grafts into replace refs.\n"
1291 "\n"
1292 "Turn this message off by running\n"
1293 "\"git config advice.graftFileDeprecated false\""
1294 msgstr ""
1295
1296 #: commit.c:1128
1297 #, c-format
1298 msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
1299 msgstr ""
1300
1301 #: commit.c:1131
1302 #, c-format
1303 msgid "Commit %s has a bad GPG signature allegedly by %s."
1304 msgstr ""
1305
1306 #: commit.c:1134
1307 #, c-format
1308 msgid "Commit %s does not have a GPG signature."
1309 msgstr ""
1310
1311 #: commit.c:1137
1312 #, c-format
1313 msgid "Commit %s has a good GPG signature by %s\n"
1314 msgstr ""
1315
1316 #: commit.c:1391
1317 msgid ""
1318 "Warning: commit message did not conform to UTF-8.\n"
1319 "You may want to amend it after fixing the message, or set the config\n"
1320 "variable i18n.commitencoding to the encoding your project uses.\n"
1321 msgstr ""
1322
1323 #: commit-graph.c:127
1324 msgid "commit-graph file is too small"
1325 msgstr ""
1326
1327 #: commit-graph.c:192
1328 #, c-format
1329 msgid "commit-graph signature %X does not match signature %X"
1330 msgstr ""
1331
1332 #: commit-graph.c:199
1333 #, c-format
1334 msgid "commit-graph version %X does not match version %X"
1335 msgstr ""
1336
1337 #: commit-graph.c:206
1338 #, c-format
1339 msgid "commit-graph hash version %X does not match version %X"
1340 msgstr ""
1341
1342 #: commit-graph.c:229
1343 msgid "commit-graph chunk lookup table entry missing; file may be incomplete"
1344 msgstr ""
1345
1346 #: commit-graph.c:240
1347 #, c-format
1348 msgid "commit-graph improper chunk offset %08x%08x"
1349 msgstr ""
1350
1351 #: commit-graph.c:283
1352 #, c-format
1353 msgid "commit-graph chunk id %08x appears multiple times"
1354 msgstr ""
1355
1356 #: commit-graph.c:347
1357 msgid "commit-graph has no base graphs chunk"
1358 msgstr ""
1359
1360 #: commit-graph.c:357
1361 msgid "commit-graph chain does not match"
1362 msgstr ""
1363
1364 #: commit-graph.c:404
1365 #, c-format
1366 msgid "invalid commit-graph chain: line '%s' not a hash"
1367 msgstr ""
1368
1369 #: commit-graph.c:430
1370 msgid "unable to find all commit-graph files"
1371 msgstr ""
1372
1373 #: commit-graph.c:561 commit-graph.c:621
1374 msgid "invalid commit position. commit-graph is likely corrupt"
1375 msgstr ""
1376
1377 #: commit-graph.c:582
1378 #, c-format
1379 msgid "could not find commit %s"
1380 msgstr ""
1381
1382 #: commit-graph.c:855 builtin/am.c:1287
1383 #, c-format
1384 msgid "unable to parse commit %s"
1385 msgstr ""
1386
1387 #: commit-graph.c:859
1388 #, c-format
1389 msgid "unable to get tree for %s"
1390 msgstr ""
1391
1392 #: commit-graph.c:1017 builtin/pack-objects.c:2641
1393 #, c-format
1394 msgid "unable to get type of object %s"
1395 msgstr ""
1396
1397 #: commit-graph.c:1049
1398 msgid "Loading known commits in commit graph"
1399 msgstr ""
1400
1401 #: commit-graph.c:1066
1402 msgid "Expanding reachable commits in commit graph"
1403 msgstr ""
1404
1405 #: commit-graph.c:1085
1406 msgid "Clearing commit marks in commit graph"
1407 msgstr ""
1408
1409 #: commit-graph.c:1104
1410 msgid "Computing commit graph generation numbers"
1411 msgstr ""
1412
1413 #: commit-graph.c:1179
1414 #, c-format
1415 msgid "Finding commits for commit graph in %d pack"
1416 msgid_plural "Finding commits for commit graph in %d packs"
1417 msgstr[0] ""
1418 msgstr[1] ""
1419
1420 #: commit-graph.c:1192
1421 #, c-format
1422 msgid "error adding pack %s"
1423 msgstr ""
1424
1425 #: commit-graph.c:1196
1426 #, c-format
1427 msgid "error opening index for %s"
1428 msgstr ""
1429
1430 #: commit-graph.c:1220
1431 #, c-format
1432 msgid "Finding commits for commit graph from %d ref"
1433 msgid_plural "Finding commits for commit graph from %d refs"
1434 msgstr[0] ""
1435 msgstr[1] ""
1436
1437 #: commit-graph.c:1240
1438 #, c-format
1439 msgid "invalid commit object id: %s"
1440 msgstr ""
1441
1442 #: commit-graph.c:1255
1443 msgid "Finding commits for commit graph among packed objects"
1444 msgstr ""
1445
1446 #: commit-graph.c:1270
1447 msgid "Counting distinct commits in commit graph"
1448 msgstr ""
1449
1450 #: commit-graph.c:1300
1451 msgid "Finding extra edges in commit graph"
1452 msgstr ""
1453
1454 #: commit-graph.c:1346
1455 msgid "failed to write correct number of base graph ids"
1456 msgstr ""
1457
1458 #: commit-graph.c:1379 midx.c:810
1459 #, c-format
1460 msgid "unable to create leading directories of %s"
1461 msgstr ""
1462
1463 #: commit-graph.c:1391 builtin/index-pack.c:306 builtin/repack.c:241
1464 #, c-format
1465 msgid "unable to create '%s'"
1466 msgstr ""
1467
1468 #: commit-graph.c:1451
1469 #, c-format
1470 msgid "Writing out commit graph in %d pass"
1471 msgid_plural "Writing out commit graph in %d passes"
1472 msgstr[0] ""
1473 msgstr[1] ""
1474
1475 #: commit-graph.c:1492
1476 msgid "unable to open commit-graph chain file"
1477 msgstr ""
1478
1479 #: commit-graph.c:1504
1480 msgid "failed to rename base commit-graph file"
1481 msgstr ""
1482
1483 #: commit-graph.c:1524
1484 msgid "failed to rename temporary commit-graph file"
1485 msgstr ""
1486
1487 #: commit-graph.c:1635
1488 msgid "Scanning merged commits"
1489 msgstr ""
1490
1491 #: commit-graph.c:1646
1492 #, c-format
1493 msgid "unexpected duplicate commit id %s"
1494 msgstr ""
1495
1496 #: commit-graph.c:1670
1497 msgid "Merging commit-graph"
1498 msgstr ""
1499
1500 #: commit-graph.c:1860
1501 #, c-format
1502 msgid "the commit graph format cannot write %d commits"
1503 msgstr ""
1504
1505 #: commit-graph.c:1871
1506 msgid "too many commits to write graph"
1507 msgstr ""
1508
1509 #: commit-graph.c:1961
1510 msgid "the commit-graph file has incorrect checksum and is likely corrupt"
1511 msgstr ""
1512
1513 #: commit-graph.c:1971
1514 #, c-format
1515 msgid "commit-graph has incorrect OID order: %s then %s"
1516 msgstr ""
1517
1518 #: commit-graph.c:1981 commit-graph.c:1996
1519 #, c-format
1520 msgid "commit-graph has incorrect fanout value: fanout[%d] = %u != %u"
1521 msgstr ""
1522
1523 #: commit-graph.c:1988
1524 #, c-format
1525 msgid "failed to parse commit %s from commit-graph"
1526 msgstr ""
1527
1528 #: commit-graph.c:2006
1529 msgid "Verifying commits in commit graph"
1530 msgstr ""
1531
1532 #: commit-graph.c:2020
1533 #, c-format
1534 msgid "failed to parse commit %s from object database for commit-graph"
1535 msgstr ""
1536
1537 #: commit-graph.c:2027
1538 #, c-format
1539 msgid "root tree OID for commit %s in commit-graph is %s != %s"
1540 msgstr ""
1541
1542 #: commit-graph.c:2037
1543 #, c-format
1544 msgid "commit-graph parent list for commit %s is too long"
1545 msgstr ""
1546
1547 #: commit-graph.c:2046
1548 #, c-format
1549 msgid "commit-graph parent for %s is %s != %s"
1550 msgstr ""
1551
1552 #: commit-graph.c:2059
1553 #, c-format
1554 msgid "commit-graph parent list for commit %s terminates early"
1555 msgstr ""
1556
1557 #: commit-graph.c:2064
1558 #, c-format
1559 msgid ""
1560 "commit-graph has generation number zero for commit %s, but non-zero elsewhere"
1561 msgstr ""
1562
1563 #: commit-graph.c:2068
1564 #, c-format
1565 msgid ""
1566 "commit-graph has non-zero generation number for commit %s, but zero elsewhere"
1567 msgstr ""
1568
1569 #: commit-graph.c:2083
1570 #, c-format
1571 msgid "commit-graph generation for commit %s is %u != %u"
1572 msgstr ""
1573
1574 #: commit-graph.c:2089
1575 #, c-format
1576 msgid "commit date for commit %s in commit-graph is %<PRIuMAX> != %<PRIuMAX>"
1577 msgstr ""
1578
1579 #: compat/obstack.c:406 compat/obstack.c:408
1580 msgid "memory exhausted"
1581 msgstr ""
1582
1583 #: config.c:124
1584 #, c-format
1585 msgid ""
1586 "exceeded maximum include depth (%d) while including\n"
1587 "\t%s\n"
1588 "from\n"
1589 "\t%s\n"
1590 "This might be due to circular includes."
1591 msgstr ""
1592
1593 #: config.c:140
1594 #, c-format
1595 msgid "could not expand include path '%s'"
1596 msgstr ""
1597
1598 #: config.c:151
1599 msgid "relative config includes must come from files"
1600 msgstr ""
1601
1602 #: config.c:197
1603 msgid "relative config include conditionals must come from files"
1604 msgstr ""
1605
1606 #: config.c:376
1607 #, c-format
1608 msgid "key does not contain a section: %s"
1609 msgstr ""
1610
1611 #: config.c:382
1612 #, c-format
1613 msgid "key does not contain variable name: %s"
1614 msgstr ""
1615
1616 #: config.c:406 sequencer.c:2401
1617 #, c-format
1618 msgid "invalid key: %s"
1619 msgstr ""
1620
1621 #: config.c:412
1622 #, c-format
1623 msgid "invalid key (newline): %s"
1624 msgstr ""
1625
1626 #: config.c:448 config.c:460
1627 #, c-format
1628 msgid "bogus config parameter: %s"
1629 msgstr ""
1630
1631 #: config.c:495
1632 #, c-format
1633 msgid "bogus format in %s"
1634 msgstr ""
1635
1636 #: config.c:821
1637 #, c-format
1638 msgid "bad config line %d in blob %s"
1639 msgstr ""
1640
1641 #: config.c:825
1642 #, c-format
1643 msgid "bad config line %d in file %s"
1644 msgstr ""
1645
1646 #: config.c:829
1647 #, c-format
1648 msgid "bad config line %d in standard input"
1649 msgstr ""
1650
1651 #: config.c:833
1652 #, c-format
1653 msgid "bad config line %d in submodule-blob %s"
1654 msgstr ""
1655
1656 #: config.c:837
1657 #, c-format
1658 msgid "bad config line %d in command line %s"
1659 msgstr ""
1660
1661 #: config.c:841
1662 #, c-format
1663 msgid "bad config line %d in %s"
1664 msgstr ""
1665
1666 #: config.c:978
1667 msgid "out of range"
1668 msgstr ""
1669
1670 #: config.c:978
1671 msgid "invalid unit"
1672 msgstr ""
1673
1674 #: config.c:979
1675 #, c-format
1676 msgid "bad numeric config value '%s' for '%s': %s"
1677 msgstr ""
1678
1679 #: config.c:998
1680 #, c-format
1681 msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1682 msgstr ""
1683
1684 #: config.c:1001
1685 #, c-format
1686 msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1687 msgstr ""
1688
1689 #: config.c:1004
1690 #, c-format
1691 msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1692 msgstr ""
1693
1694 #: config.c:1007
1695 #, c-format
1696 msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1697 msgstr ""
1698
1699 #: config.c:1010
1700 #, c-format
1701 msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1702 msgstr ""
1703
1704 #: config.c:1013
1705 #, c-format
1706 msgid "bad numeric config value '%s' for '%s' in %s: %s"
1707 msgstr ""
1708
1709 #: config.c:1108
1710 #, c-format
1711 msgid "failed to expand user dir in: '%s'"
1712 msgstr ""
1713
1714 #: config.c:1117
1715 #, c-format
1716 msgid "'%s' for '%s' is not a valid timestamp"
1717 msgstr ""
1718
1719 #: config.c:1208
1720 #, c-format
1721 msgid "abbrev length out of range: %d"
1722 msgstr ""
1723
1724 #: config.c:1222 config.c:1233
1725 #, c-format
1726 msgid "bad zlib compression level %d"
1727 msgstr ""
1728
1729 #: config.c:1325
1730 msgid "core.commentChar should only be one character"
1731 msgstr ""
1732
1733 #: config.c:1358
1734 #, c-format
1735 msgid "invalid mode for object creation: %s"
1736 msgstr ""
1737
1738 #: config.c:1425
1739 #, c-format
1740 msgid "malformed value for %s"
1741 msgstr ""
1742
1743 #: config.c:1451
1744 #, c-format
1745 msgid "malformed value for %s: %s"
1746 msgstr ""
1747
1748 #: config.c:1452
1749 msgid "must be one of nothing, matching, simple, upstream or current"
1750 msgstr ""
1751
1752 #: config.c:1513 builtin/pack-objects.c:3394
1753 #, c-format
1754 msgid "bad pack compression level %d"
1755 msgstr ""
1756
1757 #: config.c:1634
1758 #, c-format
1759 msgid "unable to load config blob object '%s'"
1760 msgstr ""
1761
1762 #: config.c:1637
1763 #, c-format
1764 msgid "reference '%s' does not point to a blob"
1765 msgstr ""
1766
1767 #: config.c:1654
1768 #, c-format
1769 msgid "unable to resolve config blob '%s'"
1770 msgstr ""
1771
1772 #: config.c:1684
1773 #, c-format
1774 msgid "failed to parse %s"
1775 msgstr ""
1776
1777 #: config.c:1740
1778 msgid "unable to parse command-line config"
1779 msgstr ""
1780
1781 #: config.c:2091
1782 msgid "unknown error occurred while reading the configuration files"
1783 msgstr ""
1784
1785 #: config.c:2261
1786 #, c-format
1787 msgid "Invalid %s: '%s'"
1788 msgstr ""
1789
1790 #: config.c:2306
1791 #, c-format
1792 msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1793 msgstr ""
1794
1795 #: config.c:2352
1796 #, c-format
1797 msgid "unable to parse '%s' from command-line config"
1798 msgstr ""
1799
1800 #: config.c:2354
1801 #, c-format
1802 msgid "bad config variable '%s' in file '%s' at line %d"
1803 msgstr ""
1804
1805 #: config.c:2435
1806 #, c-format
1807 msgid "invalid section name '%s'"
1808 msgstr ""
1809
1810 #: config.c:2467
1811 #, c-format
1812 msgid "%s has multiple values"
1813 msgstr ""
1814
1815 #: config.c:2496
1816 #, c-format
1817 msgid "failed to write new configuration file %s"
1818 msgstr ""
1819
1820 #: config.c:2748 config.c:3072
1821 #, c-format
1822 msgid "could not lock config file %s"
1823 msgstr ""
1824
1825 #: config.c:2759
1826 #, c-format
1827 msgid "opening %s"
1828 msgstr ""
1829
1830 #: config.c:2794 builtin/config.c:328
1831 #, c-format
1832 msgid "invalid pattern: %s"
1833 msgstr ""
1834
1835 #: config.c:2819
1836 #, c-format
1837 msgid "invalid config file %s"
1838 msgstr ""
1839
1840 #: config.c:2832 config.c:3085
1841 #, c-format
1842 msgid "fstat on %s failed"
1843 msgstr ""
1844
1845 #: config.c:2843
1846 #, c-format
1847 msgid "unable to mmap '%s'"
1848 msgstr ""
1849
1850 #: config.c:2852 config.c:3090
1851 #, c-format
1852 msgid "chmod on %s failed"
1853 msgstr ""
1854
1855 #: config.c:2937 config.c:3187
1856 #, c-format
1857 msgid "could not write config file %s"
1858 msgstr ""
1859
1860 #: config.c:2971
1861 #, c-format
1862 msgid "could not set '%s' to '%s'"
1863 msgstr ""
1864
1865 #: config.c:2973 builtin/remote.c:782
1866 #, c-format
1867 msgid "could not unset '%s'"
1868 msgstr ""
1869
1870 #: config.c:3063
1871 #, c-format
1872 msgid "invalid section name: %s"
1873 msgstr ""
1874
1875 #: config.c:3230
1876 #, c-format
1877 msgid "missing value for '%s'"
1878 msgstr ""
1879
1880 #: connect.c:61
1881 msgid "the remote end hung up upon initial contact"
1882 msgstr ""
1883
1884 #: connect.c:63
1885 msgid ""
1886 "Could not read from remote repository.\n"
1887 "\n"
1888 "Please make sure you have the correct access rights\n"
1889 "and the repository exists."
1890 msgstr ""
1891
1892 #: connect.c:81
1893 #, c-format
1894 msgid "server doesn't support '%s'"
1895 msgstr ""
1896
1897 #: connect.c:103
1898 #, c-format
1899 msgid "server doesn't support feature '%s'"
1900 msgstr ""
1901
1902 #: connect.c:114
1903 msgid "expected flush after capabilities"
1904 msgstr ""
1905
1906 #: connect.c:233
1907 #, c-format
1908 msgid "ignoring capabilities after first line '%s'"
1909 msgstr ""
1910
1911 #: connect.c:252
1912 msgid "protocol error: unexpected capabilities^{}"
1913 msgstr ""
1914
1915 #: connect.c:273
1916 #, c-format
1917 msgid "protocol error: expected shallow sha-1, got '%s'"
1918 msgstr ""
1919
1920 #: connect.c:275
1921 msgid "repository on the other end cannot be shallow"
1922 msgstr ""
1923
1924 #: connect.c:313
1925 msgid "invalid packet"
1926 msgstr ""
1927
1928 #: connect.c:333
1929 #, c-format
1930 msgid "protocol error: unexpected '%s'"
1931 msgstr ""
1932
1933 #: connect.c:441
1934 #, c-format
1935 msgid "invalid ls-refs response: %s"
1936 msgstr ""
1937
1938 #: connect.c:445
1939 msgid "expected flush after ref listing"
1940 msgstr ""
1941
1942 #: connect.c:544
1943 #, c-format
1944 msgid "protocol '%s' is not supported"
1945 msgstr ""
1946
1947 #: connect.c:595
1948 msgid "unable to set SO_KEEPALIVE on socket"
1949 msgstr ""
1950
1951 #: connect.c:635 connect.c:698
1952 #, c-format
1953 msgid "Looking up %s ... "
1954 msgstr ""
1955
1956 #: connect.c:639
1957 #, c-format
1958 msgid "unable to look up %s (port %s) (%s)"
1959 msgstr ""
1960
1961 #. TRANSLATORS: this is the end of "Looking up %s ... "
1962 #: connect.c:643 connect.c:714
1963 #, c-format
1964 msgid ""
1965 "done.\n"
1966 "Connecting to %s (port %s) ... "
1967 msgstr ""
1968
1969 #: connect.c:665 connect.c:742
1970 #, c-format
1971 msgid ""
1972 "unable to connect to %s:\n"
1973 "%s"
1974 msgstr ""
1975
1976 #. TRANSLATORS: this is the end of "Connecting to %s (port %s) ... "
1977 #: connect.c:671 connect.c:748
1978 msgid "done."
1979 msgstr ""
1980
1981 #: connect.c:702
1982 #, c-format
1983 msgid "unable to look up %s (%s)"
1984 msgstr ""
1985
1986 #: connect.c:708
1987 #, c-format
1988 msgid "unknown port %s"
1989 msgstr ""
1990
1991 #: connect.c:845 connect.c:1175
1992 #, c-format
1993 msgid "strange hostname '%s' blocked"
1994 msgstr ""
1995
1996 #: connect.c:847
1997 #, c-format
1998 msgid "strange port '%s' blocked"
1999 msgstr ""
2000
2001 #: connect.c:857
2002 #, c-format
2003 msgid "cannot start proxy %s"
2004 msgstr ""
2005
2006 #: connect.c:928
2007 msgid "no path specified; see 'git help pull' for valid url syntax"
2008 msgstr ""
2009
2010 #: connect.c:1123
2011 msgid "ssh variant 'simple' does not support -4"
2012 msgstr ""
2013
2014 #: connect.c:1135
2015 msgid "ssh variant 'simple' does not support -6"
2016 msgstr ""
2017
2018 #: connect.c:1152
2019 msgid "ssh variant 'simple' does not support setting port"
2020 msgstr ""
2021
2022 #: connect.c:1264
2023 #, c-format
2024 msgid "strange pathname '%s' blocked"
2025 msgstr ""
2026
2027 #: connect.c:1311
2028 msgid "unable to fork"
2029 msgstr ""
2030
2031 #: connected.c:88 builtin/fsck.c:221 builtin/prune.c:43
2032 msgid "Checking connectivity"
2033 msgstr ""
2034
2035 #: connected.c:100
2036 msgid "Could not run 'git rev-list'"
2037 msgstr ""
2038
2039 #: connected.c:120
2040 msgid "failed write to rev-list"
2041 msgstr ""
2042
2043 #: connected.c:127
2044 msgid "failed to close rev-list's stdin"
2045 msgstr ""
2046
2047 #: convert.c:194
2048 #, c-format
2049 msgid "illegal crlf_action %d"
2050 msgstr ""
2051
2052 #: convert.c:207
2053 #, c-format
2054 msgid "CRLF would be replaced by LF in %s"
2055 msgstr ""
2056
2057 #: convert.c:209
2058 #, c-format
2059 msgid ""
2060 "CRLF will be replaced by LF in %s.\n"
2061 "The file will have its original line endings in your working directory"
2062 msgstr ""
2063
2064 #: convert.c:217
2065 #, c-format
2066 msgid "LF would be replaced by CRLF in %s"
2067 msgstr ""
2068
2069 #: convert.c:219
2070 #, c-format
2071 msgid ""
2072 "LF will be replaced by CRLF in %s.\n"
2073 "The file will have its original line endings in your working directory"
2074 msgstr ""
2075
2076 #: convert.c:280
2077 #, c-format
2078 msgid "BOM is prohibited in '%s' if encoded as %s"
2079 msgstr ""
2080
2081 #: convert.c:287
2082 #, c-format
2083 msgid ""
2084 "The file '%s' contains a byte order mark (BOM). Please use UTF-%s as working-"
2085 "tree-encoding."
2086 msgstr ""
2087
2088 #: convert.c:305
2089 #, c-format
2090 msgid "BOM is required in '%s' if encoded as %s"
2091 msgstr ""
2092
2093 #: convert.c:307
2094 #, c-format
2095 msgid ""
2096 "The file '%s' is missing a byte order mark (BOM). Please use UTF-%sBE or UTF-"
2097 "%sLE (depending on the byte order) as working-tree-encoding."
2098 msgstr ""
2099
2100 #: convert.c:425 convert.c:496
2101 #, c-format
2102 msgid "failed to encode '%s' from %s to %s"
2103 msgstr ""
2104
2105 #: convert.c:468
2106 #, c-format
2107 msgid "encoding '%s' from %s to %s and back is not the same"
2108 msgstr ""
2109
2110 #: convert.c:674
2111 #, c-format
2112 msgid "cannot fork to run external filter '%s'"
2113 msgstr ""
2114
2115 #: convert.c:694
2116 #, c-format
2117 msgid "cannot feed the input to external filter '%s'"
2118 msgstr ""
2119
2120 #: convert.c:701
2121 #, c-format
2122 msgid "external filter '%s' failed %d"
2123 msgstr ""
2124
2125 #: convert.c:736 convert.c:739
2126 #, c-format
2127 msgid "read from external filter '%s' failed"
2128 msgstr ""
2129
2130 #: convert.c:742 convert.c:797
2131 #, c-format
2132 msgid "external filter '%s' failed"
2133 msgstr ""
2134
2135 #: convert.c:845
2136 msgid "unexpected filter type"
2137 msgstr ""
2138
2139 #: convert.c:856
2140 msgid "path name too long for external filter"
2141 msgstr ""
2142
2143 #: convert.c:930
2144 #, c-format
2145 msgid ""
2146 "external filter '%s' is not available anymore although not all paths have "
2147 "been filtered"
2148 msgstr ""
2149
2150 #: convert.c:1229
2151 msgid "true/false are no valid working-tree-encodings"
2152 msgstr ""
2153
2154 #: convert.c:1417 convert.c:1451
2155 #, c-format
2156 msgid "%s: clean filter '%s' failed"
2157 msgstr ""
2158
2159 #: convert.c:1495
2160 #, c-format
2161 msgid "%s: smudge filter %s failed"
2162 msgstr ""
2163
2164 #: date.c:138
2165 msgid "in the future"
2166 msgstr ""
2167
2168 #: date.c:144
2169 #, c-format
2170 msgid "%<PRIuMAX> second ago"
2171 msgid_plural "%<PRIuMAX> seconds ago"
2172 msgstr[0] ""
2173 msgstr[1] ""
2174
2175 #: date.c:151
2176 #, c-format
2177 msgid "%<PRIuMAX> minute ago"
2178 msgid_plural "%<PRIuMAX> minutes ago"
2179 msgstr[0] ""
2180 msgstr[1] ""
2181
2182 #: date.c:158
2183 #, c-format
2184 msgid "%<PRIuMAX> hour ago"
2185 msgid_plural "%<PRIuMAX> hours ago"
2186 msgstr[0] ""
2187 msgstr[1] ""
2188
2189 #: date.c:165
2190 #, c-format
2191 msgid "%<PRIuMAX> day ago"
2192 msgid_plural "%<PRIuMAX> days ago"
2193 msgstr[0] ""
2194 msgstr[1] ""
2195
2196 #: date.c:171
2197 #, c-format
2198 msgid "%<PRIuMAX> week ago"
2199 msgid_plural "%<PRIuMAX> weeks ago"
2200 msgstr[0] ""
2201 msgstr[1] ""
2202
2203 #: date.c:178
2204 #, c-format
2205 msgid "%<PRIuMAX> month ago"
2206 msgid_plural "%<PRIuMAX> months ago"
2207 msgstr[0] ""
2208 msgstr[1] ""
2209
2210 #: date.c:189
2211 #, c-format
2212 msgid "%<PRIuMAX> year"
2213 msgid_plural "%<PRIuMAX> years"
2214 msgstr[0] ""
2215 msgstr[1] ""
2216
2217 #. TRANSLATORS: "%s" is "<n> years"
2218 #: date.c:192
2219 #, c-format
2220 msgid "%s, %<PRIuMAX> month ago"
2221 msgid_plural "%s, %<PRIuMAX> months ago"
2222 msgstr[0] ""
2223 msgstr[1] ""
2224
2225 #: date.c:197 date.c:202
2226 #, c-format
2227 msgid "%<PRIuMAX> year ago"
2228 msgid_plural "%<PRIuMAX> years ago"
2229 msgstr[0] ""
2230 msgstr[1] ""
2231
2232 #: delta-islands.c:272
2233 msgid "Propagating island marks"
2234 msgstr ""
2235
2236 #: delta-islands.c:290
2237 #, c-format
2238 msgid "bad tree object %s"
2239 msgstr ""
2240
2241 #: delta-islands.c:334
2242 #, c-format
2243 msgid "failed to load island regex for '%s': %s"
2244 msgstr ""
2245
2246 #: delta-islands.c:390
2247 #, c-format
2248 msgid "island regex from config has too many capture groups (max=%d)"
2249 msgstr ""
2250
2251 #: delta-islands.c:467
2252 #, c-format
2253 msgid "Marked %d islands, done.\n"
2254 msgstr ""
2255
2256 #: diffcore-order.c:24
2257 #, c-format
2258 msgid "failed to read orderfile '%s'"
2259 msgstr ""
2260
2261 #: diffcore-rename.c:543
2262 msgid "Performing inexact rename detection"
2263 msgstr ""
2264
2265 #: diff-no-index.c:238
2266 msgid "git diff --no-index [<options>] <path> <path>"
2267 msgstr ""
2268
2269 #: diff-no-index.c:263
2270 msgid ""
2271 "Not a git repository. Use --no-index to compare two paths outside a working "
2272 "tree"
2273 msgstr ""
2274
2275 #: diff.c:155
2276 #, c-format
2277 msgid " Failed to parse dirstat cut-off percentage '%s'\n"
2278 msgstr ""
2279
2280 #: diff.c:160
2281 #, c-format
2282 msgid " Unknown dirstat parameter '%s'\n"
2283 msgstr ""
2284
2285 #: diff.c:296
2286 msgid ""
2287 "color moved setting must be one of 'no', 'default', 'blocks', 'zebra', "
2288 "'dimmed-zebra', 'plain'"
2289 msgstr ""
2290
2291 #: diff.c:324
2292 #, c-format
2293 msgid ""
2294 "unknown color-moved-ws mode '%s', possible values are 'ignore-space-change', "
2295 "'ignore-space-at-eol', 'ignore-all-space', 'allow-indentation-change'"
2296 msgstr ""
2297
2298 #: diff.c:332
2299 msgid ""
2300 "color-moved-ws: allow-indentation-change cannot be combined with other "
2301 "whitespace modes"
2302 msgstr ""
2303
2304 #: diff.c:405
2305 #, c-format
2306 msgid "Unknown value for 'diff.submodule' config variable: '%s'"
2307 msgstr ""
2308
2309 #: diff.c:465
2310 #, c-format
2311 msgid ""
2312 "Found errors in 'diff.dirstat' config variable:\n"
2313 "%s"
2314 msgstr ""
2315
2316 #: diff.c:4218
2317 #, c-format
2318 msgid "external diff died, stopping at %s"
2319 msgstr ""
2320
2321 #: diff.c:4563
2322 msgid "--name-only, --name-status, --check and -s are mutually exclusive"
2323 msgstr ""
2324
2325 #: diff.c:4566
2326 msgid "-G, -S and --find-object are mutually exclusive"
2327 msgstr ""
2328
2329 #: diff.c:4644
2330 msgid "--follow requires exactly one pathspec"
2331 msgstr ""
2332
2333 #: diff.c:4692
2334 #, c-format
2335 msgid "invalid --stat value: %s"
2336 msgstr ""
2337
2338 #: diff.c:4697 diff.c:4702 diff.c:4707 diff.c:4712 diff.c:5225
2339 #: parse-options.c:199 parse-options.c:203
2340 #, c-format
2341 msgid "%s expects a numerical value"
2342 msgstr ""
2343
2344 #: diff.c:4729
2345 #, c-format
2346 msgid ""
2347 "Failed to parse --dirstat/-X option parameter:\n"
2348 "%s"
2349 msgstr ""
2350
2351 #: diff.c:4814
2352 #, c-format
2353 msgid "unknown change class '%c' in --diff-filter=%s"
2354 msgstr ""
2355
2356 #: diff.c:4838
2357 #, c-format
2358 msgid "unknown value after ws-error-highlight=%.*s"
2359 msgstr ""
2360
2361 #: diff.c:4852
2362 #, c-format
2363 msgid "unable to resolve '%s'"
2364 msgstr ""
2365
2366 #: diff.c:4902 diff.c:4908
2367 #, c-format
2368 msgid "%s expects <n>/<m> form"
2369 msgstr ""
2370
2371 #: diff.c:4920
2372 #, c-format
2373 msgid "%s expects a character, got '%s'"
2374 msgstr ""
2375
2376 #: diff.c:4941
2377 #, c-format
2378 msgid "bad --color-moved argument: %s"
2379 msgstr ""
2380
2381 #: diff.c:4960
2382 #, c-format
2383 msgid "invalid mode '%s' in --color-moved-ws"
2384 msgstr ""
2385
2386 #: diff.c:5000
2387 msgid ""
2388 "option diff-algorithm accepts \"myers\", \"minimal\", \"patience\" and "
2389 "\"histogram\""
2390 msgstr ""
2391
2392 #: diff.c:5036 diff.c:5056
2393 #, c-format
2394 msgid "invalid argument to %s"
2395 msgstr ""
2396
2397 #: diff.c:5194
2398 #, c-format
2399 msgid "failed to parse --submodule option parameter: '%s'"
2400 msgstr ""
2401
2402 #: diff.c:5250
2403 #, c-format
2404 msgid "bad --word-diff argument: %s"
2405 msgstr ""
2406
2407 #: diff.c:5273
2408 msgid "Diff output format options"
2409 msgstr ""
2410
2411 #: diff.c:5275 diff.c:5281
2412 msgid "generate patch"
2413 msgstr ""
2414
2415 #: diff.c:5278 builtin/log.c:172
2416 msgid "suppress diff output"
2417 msgstr ""
2418
2419 #: diff.c:5283 diff.c:5397 diff.c:5404
2420 msgid "<n>"
2421 msgstr ""
2422
2423 #: diff.c:5284 diff.c:5287
2424 msgid "generate diffs with <n> lines context"
2425 msgstr ""
2426
2427 #: diff.c:5289
2428 msgid "generate the diff in raw format"
2429 msgstr ""
2430
2431 #: diff.c:5292
2432 msgid "synonym for '-p --raw'"
2433 msgstr ""
2434
2435 #: diff.c:5296
2436 msgid "synonym for '-p --stat'"
2437 msgstr ""
2438
2439 #: diff.c:5300
2440 msgid "machine friendly --stat"
2441 msgstr ""
2442
2443 #: diff.c:5303
2444 msgid "output only the last line of --stat"
2445 msgstr ""
2446
2447 #: diff.c:5305 diff.c:5313
2448 msgid "<param1,param2>..."
2449 msgstr ""
2450
2451 #: diff.c:5306
2452 msgid ""
2453 "output the distribution of relative amount of changes for each sub-directory"
2454 msgstr ""
2455
2456 #: diff.c:5310
2457 msgid "synonym for --dirstat=cumulative"
2458 msgstr ""
2459
2460 #: diff.c:5314
2461 msgid "synonym for --dirstat=files,param1,param2..."
2462 msgstr ""
2463
2464 #: diff.c:5318
2465 msgid "warn if changes introduce conflict markers or whitespace errors"
2466 msgstr ""
2467
2468 #: diff.c:5321
2469 msgid "condensed summary such as creations, renames and mode changes"
2470 msgstr ""
2471
2472 #: diff.c:5324
2473 msgid "show only names of changed files"
2474 msgstr ""
2475
2476 #: diff.c:5327
2477 msgid "show only names and status of changed files"
2478 msgstr ""
2479
2480 #: diff.c:5329
2481 msgid "<width>[,<name-width>[,<count>]]"
2482 msgstr ""
2483
2484 #: diff.c:5330
2485 msgid "generate diffstat"
2486 msgstr ""
2487
2488 #: diff.c:5332 diff.c:5335 diff.c:5338
2489 msgid "<width>"
2490 msgstr ""
2491
2492 #: diff.c:5333
2493 msgid "generate diffstat with a given width"
2494 msgstr ""
2495
2496 #: diff.c:5336
2497 msgid "generate diffstat with a given name width"
2498 msgstr ""
2499
2500 #: diff.c:5339
2501 msgid "generate diffstat with a given graph width"
2502 msgstr ""
2503
2504 #: diff.c:5341
2505 msgid "<count>"
2506 msgstr ""
2507
2508 #: diff.c:5342
2509 msgid "generate diffstat with limited lines"
2510 msgstr ""
2511
2512 #: diff.c:5345
2513 msgid "generate compact summary in diffstat"
2514 msgstr ""
2515
2516 #: diff.c:5348
2517 msgid "output a binary diff that can be applied"
2518 msgstr ""
2519
2520 #: diff.c:5351
2521 msgid "show full pre- and post-image object names on the \"index\" lines"
2522 msgstr ""
2523
2524 #: diff.c:5353
2525 msgid "show colored diff"
2526 msgstr ""
2527
2528 #: diff.c:5354
2529 msgid "<kind>"
2530 msgstr ""
2531
2532 #: diff.c:5355
2533 msgid ""
2534 "highlight whitespace errors in the 'context', 'old' or 'new' lines in the "
2535 "diff"
2536 msgstr ""
2537
2538 #: diff.c:5358
2539 msgid ""
2540 "do not munge pathnames and use NULs as output field terminators in --raw or "
2541 "--numstat"
2542 msgstr ""
2543
2544 #: diff.c:5361 diff.c:5364 diff.c:5367 diff.c:5473
2545 msgid "<prefix>"
2546 msgstr ""
2547
2548 #: diff.c:5362
2549 msgid "show the given source prefix instead of \"a/\""
2550 msgstr ""
2551
2552 #: diff.c:5365
2553 msgid "show the given destination prefix instead of \"b/\""
2554 msgstr ""
2555
2556 #: diff.c:5368
2557 msgid "prepend an additional prefix to every line of output"
2558 msgstr ""
2559
2560 #: diff.c:5371
2561 msgid "do not show any source or destination prefix"
2562 msgstr ""
2563
2564 #: diff.c:5374
2565 msgid "show context between diff hunks up to the specified number of lines"
2566 msgstr ""
2567
2568 #: diff.c:5378 diff.c:5383 diff.c:5388
2569 msgid "<char>"
2570 msgstr ""
2571
2572 #: diff.c:5379
2573 msgid "specify the character to indicate a new line instead of '+'"
2574 msgstr ""
2575
2576 #: diff.c:5384
2577 msgid "specify the character to indicate an old line instead of '-'"
2578 msgstr ""
2579
2580 #: diff.c:5389
2581 msgid "specify the character to indicate a context instead of ' '"
2582 msgstr ""
2583
2584 #: diff.c:5392
2585 msgid "Diff rename options"
2586 msgstr ""
2587
2588 #: diff.c:5393
2589 msgid "<n>[/<m>]"
2590 msgstr ""
2591
2592 #: diff.c:5394
2593 msgid "break complete rewrite changes into pairs of delete and create"
2594 msgstr ""
2595
2596 #: diff.c:5398
2597 msgid "detect renames"
2598 msgstr ""
2599
2600 #: diff.c:5402
2601 msgid "omit the preimage for deletes"
2602 msgstr ""
2603
2604 #: diff.c:5405
2605 msgid "detect copies"
2606 msgstr ""
2607
2608 #: diff.c:5409
2609 msgid "use unmodified files as source to find copies"
2610 msgstr ""
2611
2612 #: diff.c:5411
2613 msgid "disable rename detection"
2614 msgstr ""
2615
2616 #: diff.c:5414
2617 msgid "use empty blobs as rename source"
2618 msgstr ""
2619
2620 #: diff.c:5416
2621 msgid "continue listing the history of a file beyond renames"
2622 msgstr ""
2623
2624 #: diff.c:5419
2625 msgid ""
2626 "prevent rename/copy detection if the number of rename/copy targets exceeds "
2627 "given limit"
2628 msgstr ""
2629
2630 #: diff.c:5421
2631 msgid "Diff algorithm options"
2632 msgstr ""
2633
2634 #: diff.c:5423
2635 msgid "produce the smallest possible diff"
2636 msgstr ""
2637
2638 #: diff.c:5426
2639 msgid "ignore whitespace when comparing lines"
2640 msgstr ""
2641
2642 #: diff.c:5429
2643 msgid "ignore changes in amount of whitespace"
2644 msgstr ""
2645
2646 #: diff.c:5432
2647 msgid "ignore changes in whitespace at EOL"
2648 msgstr ""
2649
2650 #: diff.c:5435
2651 msgid "ignore carrier-return at the end of line"
2652 msgstr ""
2653
2654 #: diff.c:5438
2655 msgid "ignore changes whose lines are all blank"
2656 msgstr ""
2657
2658 #: diff.c:5441
2659 msgid "heuristic to shift diff hunk boundaries for easy reading"
2660 msgstr ""
2661
2662 #: diff.c:5444
2663 msgid "generate diff using the \"patience diff\" algorithm"
2664 msgstr ""
2665
2666 #: diff.c:5448
2667 msgid "generate diff using the \"histogram diff\" algorithm"
2668 msgstr ""
2669
2670 #: diff.c:5450
2671 msgid "<algorithm>"
2672 msgstr ""
2673
2674 #: diff.c:5451
2675 msgid "choose a diff algorithm"
2676 msgstr ""
2677
2678 #: diff.c:5453
2679 msgid "<text>"
2680 msgstr ""
2681
2682 #: diff.c:5454
2683 msgid "generate diff using the \"anchored diff\" algorithm"
2684 msgstr ""
2685
2686 #: diff.c:5456 diff.c:5465 diff.c:5468
2687 msgid "<mode>"
2688 msgstr ""
2689
2690 #: diff.c:5457
2691 msgid "show word diff, using <mode> to delimit changed words"
2692 msgstr ""
2693
2694 #: diff.c:5459 diff.c:5462 diff.c:5507
2695 msgid "<regex>"
2696 msgstr ""
2697
2698 #: diff.c:5460
2699 msgid "use <regex> to decide what a word is"
2700 msgstr ""
2701
2702 #: diff.c:5463
2703 msgid "equivalent to --word-diff=color --word-diff-regex=<regex>"
2704 msgstr ""
2705
2706 #: diff.c:5466
2707 msgid "moved lines of code are colored differently"
2708 msgstr ""
2709
2710 #: diff.c:5469
2711 msgid "how white spaces are ignored in --color-moved"
2712 msgstr ""
2713
2714 #: diff.c:5472
2715 msgid "Other diff options"
2716 msgstr ""
2717
2718 #: diff.c:5474
2719 msgid "when run from subdir, exclude changes outside and show relative paths"
2720 msgstr ""
2721
2722 #: diff.c:5478
2723 msgid "treat all files as text"
2724 msgstr ""
2725
2726 #: diff.c:5480
2727 msgid "swap two inputs, reverse the diff"
2728 msgstr ""
2729
2730 #: diff.c:5482
2731 msgid "exit with 1 if there were differences, 0 otherwise"
2732 msgstr ""
2733
2734 #: diff.c:5484
2735 msgid "disable all output of the program"
2736 msgstr ""
2737
2738 #: diff.c:5486
2739 msgid "allow an external diff helper to be executed"
2740 msgstr ""
2741
2742 #: diff.c:5488
2743 msgid "run external text conversion filters when comparing binary files"
2744 msgstr ""
2745
2746 #: diff.c:5490
2747 msgid "<when>"
2748 msgstr ""
2749
2750 #: diff.c:5491
2751 msgid "ignore changes to submodules in the diff generation"
2752 msgstr ""
2753
2754 #: diff.c:5494
2755 msgid "<format>"
2756 msgstr ""
2757
2758 #: diff.c:5495
2759 msgid "specify how differences in submodules are shown"
2760 msgstr ""
2761
2762 #: diff.c:5499
2763 msgid "hide 'git add -N' entries from the index"
2764 msgstr ""
2765
2766 #: diff.c:5502
2767 msgid "treat 'git add -N' entries as real in the index"
2768 msgstr ""
2769
2770 #: diff.c:5504
2771 msgid "<string>"
2772 msgstr ""
2773
2774 #: diff.c:5505
2775 msgid ""
2776 "look for differences that change the number of occurrences of the specified "
2777 "string"
2778 msgstr ""
2779
2780 #: diff.c:5508
2781 msgid ""
2782 "look for differences that change the number of occurrences of the specified "
2783 "regex"
2784 msgstr ""
2785
2786 #: diff.c:5511
2787 msgid "show all changes in the changeset with -S or -G"
2788 msgstr ""
2789
2790 #: diff.c:5514
2791 msgid "treat <string> in -S as extended POSIX regular expression"
2792 msgstr ""
2793
2794 #: diff.c:5517
2795 msgid "control the order in which files appear in the output"
2796 msgstr ""
2797
2798 #: diff.c:5518
2799 msgid "<object-id>"
2800 msgstr ""
2801
2802 #: diff.c:5519
2803 msgid ""
2804 "look for differences that change the number of occurrences of the specified "
2805 "object"
2806 msgstr ""
2807
2808 #: diff.c:5521
2809 msgid "[(A|C|D|M|R|T|U|X|B)...[*]]"
2810 msgstr ""
2811
2812 #: diff.c:5522
2813 msgid "select files by diff type"
2814 msgstr ""
2815
2816 #: diff.c:5524
2817 msgid "<file>"
2818 msgstr ""
2819
2820 #: diff.c:5525
2821 msgid "Output to a specific file"
2822 msgstr ""
2823
2824 #: diff.c:6180
2825 msgid "inexact rename detection was skipped due to too many files."
2826 msgstr ""
2827
2828 #: diff.c:6183
2829 msgid "only found copies from modified paths due to too many files."
2830 msgstr ""
2831
2832 #: diff.c:6186
2833 #, c-format
2834 msgid ""
2835 "you may want to set your %s variable to at least %d and retry the command."
2836 msgstr ""
2837
2838 #: dir.c:549
2839 #, c-format
2840 msgid "pathspec '%s' did not match any file(s) known to git"
2841 msgstr ""
2842
2843 #: dir.c:938
2844 #, c-format
2845 msgid "cannot use %s as an exclude file"
2846 msgstr ""
2847
2848 #: dir.c:1877
2849 #, c-format
2850 msgid "could not open directory '%s'"
2851 msgstr ""
2852
2853 #: dir.c:2128
2854 msgid "failed to get kernel name and information"
2855 msgstr ""
2856
2857 #: dir.c:2252
2858 msgid "untracked cache is disabled on this system or location"
2859 msgstr ""
2860
2861 #: dir.c:3056
2862 #, c-format
2863 msgid "index file corrupt in repo %s"
2864 msgstr ""
2865
2866 #: dir.c:3101 dir.c:3106
2867 #, c-format
2868 msgid "could not create directories for %s"
2869 msgstr ""
2870
2871 #: dir.c:3135
2872 #, c-format
2873 msgid "could not migrate git directory from '%s' to '%s'"
2874 msgstr ""
2875
2876 #: editor.c:73
2877 #, c-format
2878 msgid "hint: Waiting for your editor to close the file...%c"
2879 msgstr ""
2880
2881 #: entry.c:178
2882 msgid "Filtering content"
2883 msgstr ""
2884
2885 #: entry.c:476
2886 #, c-format
2887 msgid "could not stat file '%s'"
2888 msgstr ""
2889
2890 #: environment.c:148
2891 #, c-format
2892 msgid "bad git namespace path \"%s\""
2893 msgstr ""
2894
2895 #: environment.c:330
2896 #, c-format
2897 msgid "could not set GIT_DIR to '%s'"
2898 msgstr ""
2899
2900 #: exec-cmd.c:363
2901 #, c-format
2902 msgid "too many args to run %s"
2903 msgstr ""
2904
2905 #: fetch-pack.c:150
2906 msgid "git fetch-pack: expected shallow list"
2907 msgstr ""
2908
2909 #: fetch-pack.c:153
2910 msgid "git fetch-pack: expected a flush packet after shallow list"
2911 msgstr ""
2912
2913 #: fetch-pack.c:164
2914 msgid "git fetch-pack: expected ACK/NAK, got a flush packet"
2915 msgstr ""
2916
2917 #: fetch-pack.c:184
2918 #, c-format
2919 msgid "git fetch-pack: expected ACK/NAK, got '%s'"
2920 msgstr ""
2921
2922 #: fetch-pack.c:195
2923 msgid "unable to write to remote"
2924 msgstr ""
2925
2926 #: fetch-pack.c:257
2927 msgid "--stateless-rpc requires multi_ack_detailed"
2928 msgstr ""
2929
2930 #: fetch-pack.c:356 fetch-pack.c:1280
2931 #, c-format
2932 msgid "invalid shallow line: %s"
2933 msgstr ""
2934
2935 #: fetch-pack.c:362 fetch-pack.c:1286
2936 #, c-format
2937 msgid "invalid unshallow line: %s"
2938 msgstr ""
2939
2940 #: fetch-pack.c:364 fetch-pack.c:1288
2941 #, c-format
2942 msgid "object not found: %s"
2943 msgstr ""
2944
2945 #: fetch-pack.c:367 fetch-pack.c:1291
2946 #, c-format
2947 msgid "error in object: %s"
2948 msgstr ""
2949
2950 #: fetch-pack.c:369 fetch-pack.c:1293
2951 #, c-format
2952 msgid "no shallow found: %s"
2953 msgstr ""
2954
2955 #: fetch-pack.c:372 fetch-pack.c:1297
2956 #, c-format
2957 msgid "expected shallow/unshallow, got %s"
2958 msgstr ""
2959
2960 #: fetch-pack.c:414
2961 #, c-format
2962 msgid "got %s %d %s"
2963 msgstr ""
2964
2965 #: fetch-pack.c:431
2966 #, c-format
2967 msgid "invalid commit %s"
2968 msgstr ""
2969
2970 #: fetch-pack.c:462
2971 msgid "giving up"
2972 msgstr ""
2973
2974 #: fetch-pack.c:475 progress.c:312
2975 msgid "done"
2976 msgstr ""
2977
2978 #: fetch-pack.c:487
2979 #, c-format
2980 msgid "got %s (%d) %s"
2981 msgstr ""
2982
2983 #: fetch-pack.c:533
2984 #, c-format
2985 msgid "Marking %s as complete"
2986 msgstr ""
2987
2988 #: fetch-pack.c:742
2989 #, c-format
2990 msgid "already have %s (%s)"
2991 msgstr ""
2992
2993 #: fetch-pack.c:781
2994 msgid "fetch-pack: unable to fork off sideband demultiplexer"
2995 msgstr ""
2996
2997 #: fetch-pack.c:789
2998 msgid "protocol error: bad pack header"
2999 msgstr ""
3000
3001 #: fetch-pack.c:857
3002 #, c-format
3003 msgid "fetch-pack: unable to fork off %s"
3004 msgstr ""
3005
3006 #: fetch-pack.c:873
3007 #, c-format
3008 msgid "%s failed"
3009 msgstr ""
3010
3011 #: fetch-pack.c:875
3012 msgid "error in sideband demultiplexer"
3013 msgstr ""
3014
3015 #: fetch-pack.c:907
3016 #, c-format
3017 msgid "Server version is %.*s"
3018 msgstr ""
3019
3020 #: fetch-pack.c:912 fetch-pack.c:918 fetch-pack.c:921 fetch-pack.c:927
3021 #: fetch-pack.c:931 fetch-pack.c:935 fetch-pack.c:939 fetch-pack.c:943
3022 #: fetch-pack.c:947 fetch-pack.c:951 fetch-pack.c:955 fetch-pack.c:959
3023 #: fetch-pack.c:965 fetch-pack.c:971 fetch-pack.c:976 fetch-pack.c:981
3024 #, c-format
3025 msgid "Server supports %s"
3026 msgstr ""
3027
3028 #: fetch-pack.c:914
3029 msgid "Server does not support shallow clients"
3030 msgstr ""
3031
3032 #: fetch-pack.c:974
3033 msgid "Server does not support --shallow-since"
3034 msgstr ""
3035
3036 #: fetch-pack.c:979
3037 msgid "Server does not support --shallow-exclude"
3038 msgstr ""
3039
3040 #: fetch-pack.c:983
3041 msgid "Server does not support --deepen"
3042 msgstr ""
3043
3044 #: fetch-pack.c:1000
3045 msgid "no common commits"
3046 msgstr ""
3047
3048 #: fetch-pack.c:1012 fetch-pack.c:1468
3049 msgid "git fetch-pack: fetch failed."
3050 msgstr ""
3051
3052 #: fetch-pack.c:1150
3053 msgid "Server does not support shallow requests"
3054 msgstr ""
3055
3056 #: fetch-pack.c:1157
3057 msgid "Server supports filter"
3058 msgstr ""
3059
3060 #: fetch-pack.c:1180
3061 msgid "unable to write request to remote"
3062 msgstr ""
3063
3064 #: fetch-pack.c:1198
3065 #, c-format
3066 msgid "error reading section header '%s'"
3067 msgstr ""
3068
3069 #: fetch-pack.c:1204
3070 #, c-format
3071 msgid "expected '%s', received '%s'"
3072 msgstr ""
3073
3074 #: fetch-pack.c:1243
3075 #, c-format
3076 msgid "unexpected acknowledgment line: '%s'"
3077 msgstr ""
3078
3079 #: fetch-pack.c:1248
3080 #, c-format
3081 msgid "error processing acks: %d"
3082 msgstr ""
3083
3084 #: fetch-pack.c:1258
3085 msgid "expected packfile to be sent after 'ready'"
3086 msgstr ""
3087
3088 #: fetch-pack.c:1260
3089 msgid "expected no other sections to be sent after no 'ready'"
3090 msgstr ""
3091
3092 #: fetch-pack.c:1302
3093 #, c-format
3094 msgid "error processing shallow info: %d"
3095 msgstr ""
3096
3097 #: fetch-pack.c:1349
3098 #, c-format
3099 msgid "expected wanted-ref, got '%s'"
3100 msgstr ""
3101
3102 #: fetch-pack.c:1354
3103 #, c-format
3104 msgid "unexpected wanted-ref: '%s'"
3105 msgstr ""
3106
3107 #: fetch-pack.c:1359
3108 #, c-format
3109 msgid "error processing wanted refs: %d"
3110 msgstr ""
3111
3112 #: fetch-pack.c:1693
3113 msgid "no matching remote head"
3114 msgstr ""
3115
3116 #: fetch-pack.c:1716 builtin/clone.c:685
3117 msgid "remote did not send all necessary objects"
3118 msgstr ""
3119
3120 #: fetch-pack.c:1743
3121 #, c-format
3122 msgid "no such remote ref %s"
3123 msgstr ""
3124
3125 #: fetch-pack.c:1746
3126 #, c-format
3127 msgid "Server does not allow request for unadvertised object %s"
3128 msgstr ""
3129
3130 #: gpg-interface.c:321
3131 msgid "gpg failed to sign the data"
3132 msgstr ""
3133
3134 #: gpg-interface.c:347
3135 msgid "could not create temporary file"
3136 msgstr ""
3137
3138 #: gpg-interface.c:350
3139 #, c-format
3140 msgid "failed writing detached signature to '%s'"
3141 msgstr ""
3142
3143 #: graph.c:97
3144 #, c-format
3145 msgid "ignore invalid color '%.*s' in log.graphColors"
3146 msgstr ""
3147
3148 #: grep.c:668
3149 msgid ""
3150 "given pattern contains NULL byte (via -f <file>). This is only supported "
3151 "with -P under PCRE v2"
3152 msgstr ""
3153
3154 #: grep.c:2124
3155 #, c-format
3156 msgid "'%s': unable to read %s"
3157 msgstr ""
3158
3159 #: grep.c:2141 setup.c:165 builtin/clone.c:408 builtin/diff.c:82
3160 #: builtin/rm.c:135
3161 #, c-format
3162 msgid "failed to stat '%s'"
3163 msgstr ""
3164
3165 #: grep.c:2152
3166 #, c-format
3167 msgid "'%s': short read"
3168 msgstr ""
3169
3170 #: help.c:23
3171 msgid "start a working area (see also: git help tutorial)"
3172 msgstr ""
3173
3174 #: help.c:24
3175 msgid "work on the current change (see also: git help everyday)"
3176 msgstr ""
3177
3178 #: help.c:25
3179 msgid "examine the history and state (see also: git help revisions)"
3180 msgstr ""
3181
3182 #: help.c:26
3183 msgid "grow, mark and tweak your common history"
3184 msgstr ""
3185
3186 #: help.c:27
3187 msgid "collaborate (see also: git help workflows)"
3188 msgstr ""
3189
3190 #: help.c:31
3191 msgid "Main Porcelain Commands"
3192 msgstr ""
3193
3194 #: help.c:32
3195 msgid "Ancillary Commands / Manipulators"
3196 msgstr ""
3197
3198 #: help.c:33
3199 msgid "Ancillary Commands / Interrogators"
3200 msgstr ""
3201
3202 #: help.c:34
3203 msgid "Interacting with Others"
3204 msgstr ""
3205
3206 #: help.c:35
3207 msgid "Low-level Commands / Manipulators"
3208 msgstr ""
3209
3210 #: help.c:36
3211 msgid "Low-level Commands / Interrogators"
3212 msgstr ""
3213
3214 #: help.c:37
3215 msgid "Low-level Commands / Synching Repositories"
3216 msgstr ""
3217
3218 #: help.c:38
3219 msgid "Low-level Commands / Internal Helpers"
3220 msgstr ""
3221
3222 #: help.c:298
3223 #, c-format
3224 msgid "available git commands in '%s'"
3225 msgstr ""
3226
3227 #: help.c:305
3228 msgid "git commands available from elsewhere on your $PATH"
3229 msgstr ""
3230
3231 #: help.c:314
3232 msgid "These are common Git commands used in various situations:"
3233 msgstr ""
3234
3235 #: help.c:363 git.c:98
3236 #, c-format
3237 msgid "unsupported command listing type '%s'"
3238 msgstr ""
3239
3240 #: help.c:403
3241 msgid "The common Git guides are:"
3242 msgstr ""
3243
3244 #: help.c:512
3245 msgid "See 'git help <command>' to read about a specific subcommand"
3246 msgstr ""
3247
3248 #: help.c:517
3249 msgid "External commands"
3250 msgstr ""
3251
3252 #: help.c:532
3253 msgid "Command aliases"
3254 msgstr ""
3255
3256 #: help.c:596
3257 #, c-format
3258 msgid ""
3259 "'%s' appears to be a git command, but we were not\n"
3260 "able to execute it. Maybe git-%s is broken?"
3261 msgstr ""
3262
3263 #: help.c:655
3264 msgid "Uh oh. Your system reports no Git commands at all."
3265 msgstr ""
3266
3267 #: help.c:677
3268 #, c-format
3269 msgid "WARNING: You called a Git command named '%s', which does not exist."
3270 msgstr ""
3271
3272 #: help.c:682
3273 #, c-format
3274 msgid "Continuing under the assumption that you meant '%s'."
3275 msgstr ""
3276
3277 #: help.c:687
3278 #, c-format
3279 msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
3280 msgstr ""
3281
3282 #: help.c:695
3283 #, c-format
3284 msgid "git: '%s' is not a git command. See 'git --help'."
3285 msgstr ""
3286
3287 #: help.c:699
3288 msgid ""
3289 "\n"
3290 "The most similar command is"
3291 msgid_plural ""
3292 "\n"
3293 "The most similar commands are"
3294 msgstr[0] ""
3295 msgstr[1] ""
3296
3297 #: help.c:714
3298 msgid "git version [<options>]"
3299 msgstr ""
3300
3301 #: help.c:783
3302 #, c-format
3303 msgid "%s: %s - %s"
3304 msgstr ""
3305
3306 #: help.c:787
3307 msgid ""
3308 "\n"
3309 "Did you mean this?"
3310 msgid_plural ""
3311 "\n"
3312 "Did you mean one of these?"
3313 msgstr[0] ""
3314 msgstr[1] ""
3315
3316 #: ident.c:349
3317 msgid ""
3318 "\n"
3319 "*** Please tell me who you are.\n"
3320 "\n"
3321 "Run\n"
3322 "\n"
3323 " git config --global user.email \"you@example.com\"\n"
3324 " git config --global user.name \"Your Name\"\n"
3325 "\n"
3326 "to set your account's default identity.\n"
3327 "Omit --global to set the identity only in this repository.\n"
3328 "\n"
3329 msgstr ""
3330
3331 #: ident.c:379
3332 msgid "no email was given and auto-detection is disabled"
3333 msgstr ""
3334
3335 #: ident.c:384
3336 #, c-format
3337 msgid "unable to auto-detect email address (got '%s')"
3338 msgstr ""
3339
3340 #: ident.c:401
3341 msgid "no name was given and auto-detection is disabled"
3342 msgstr ""
3343
3344 #: ident.c:407
3345 #, c-format
3346 msgid "unable to auto-detect name (got '%s')"
3347 msgstr ""
3348
3349 #: ident.c:415
3350 #, c-format
3351 msgid "empty ident name (for <%s>) not allowed"
3352 msgstr ""
3353
3354 #: ident.c:421
3355 #, c-format
3356 msgid "name consists only of disallowed characters: %s"
3357 msgstr ""
3358
3359 #: ident.c:436 builtin/commit.c:611
3360 #, c-format
3361 msgid "invalid date format: %s"
3362 msgstr ""
3363
3364 #: list-objects.c:127
3365 #, c-format
3366 msgid "entry '%s' in tree %s has tree mode, but is not a tree"
3367 msgstr ""
3368
3369 #: list-objects.c:140
3370 #, c-format
3371 msgid "entry '%s' in tree %s has blob mode, but is not a blob"
3372 msgstr ""
3373
3374 #: list-objects.c:375
3375 #, c-format
3376 msgid "unable to load root tree for commit %s"
3377 msgstr ""
3378
3379 #: list-objects-filter.c:492
3380 #, c-format
3381 msgid "unable to access sparse blob in '%s'"
3382 msgstr ""
3383
3384 #: list-objects-filter.c:495
3385 #, c-format
3386 msgid "unable to parse sparse filter data in %s"
3387 msgstr ""
3388
3389 #: list-objects-filter-options.c:58
3390 msgid "expected 'tree:<depth>'"
3391 msgstr ""
3392
3393 #: list-objects-filter-options.c:73
3394 msgid "sparse:path filters support has been dropped"
3395 msgstr ""
3396
3397 #: list-objects-filter-options.c:86
3398 #, c-format
3399 msgid "invalid filter-spec '%s'"
3400 msgstr ""
3401
3402 #: list-objects-filter-options.c:102
3403 #, c-format
3404 msgid "must escape char in sub-filter-spec: '%c'"
3405 msgstr ""
3406
3407 #: list-objects-filter-options.c:144
3408 msgid "expected something after combine:"
3409 msgstr ""
3410
3411 #: list-objects-filter-options.c:226
3412 msgid "multiple filter-specs cannot be combined"
3413 msgstr ""
3414
3415 #: lockfile.c:151
3416 #, c-format
3417 msgid ""
3418 "Unable to create '%s.lock': %s.\n"
3419 "\n"
3420 "Another git process seems to be running in this repository, e.g.\n"
3421 "an editor opened by 'git commit'. Please make sure all processes\n"
3422 "are terminated then try again. If it still fails, a git process\n"
3423 "may have crashed in this repository earlier:\n"
3424 "remove the file manually to continue."
3425 msgstr ""
3426
3427 #: lockfile.c:159
3428 #, c-format
3429 msgid "Unable to create '%s.lock': %s"
3430 msgstr ""
3431
3432 #: merge.c:41
3433 msgid "failed to read the cache"
3434 msgstr ""
3435
3436 #: merge.c:107 rerere.c:720 builtin/am.c:1874 builtin/am.c:1908
3437 #: builtin/checkout.c:537 builtin/checkout.c:796 builtin/clone.c:785
3438 #: builtin/stash.c:264
3439 msgid "unable to write new index file"
3440 msgstr ""
3441
3442 #: merge-recursive.c:367
3443 msgid "(bad commit)\n"
3444 msgstr ""
3445
3446 #: merge-recursive.c:390
3447 #, c-format
3448 msgid "add_cacheinfo failed for path '%s'; merge aborting."
3449 msgstr ""
3450
3451 #: merge-recursive.c:399
3452 #, c-format
3453 msgid "add_cacheinfo failed to refresh for path '%s'; merge aborting."
3454 msgstr ""
3455
3456 #: merge-recursive.c:885
3457 #, c-format
3458 msgid "failed to create path '%s'%s"
3459 msgstr ""
3460
3461 #: merge-recursive.c:896
3462 #, c-format
3463 msgid "Removing %s to make room for subdirectory\n"
3464 msgstr ""
3465
3466 #: merge-recursive.c:910 merge-recursive.c:929
3467 msgid ": perhaps a D/F conflict?"
3468 msgstr ""
3469
3470 #: merge-recursive.c:919
3471 #, c-format
3472 msgid "refusing to lose untracked file at '%s'"
3473 msgstr ""
3474
3475 #: merge-recursive.c:960 builtin/cat-file.c:41
3476 #, c-format
3477 msgid "cannot read object %s '%s'"
3478 msgstr ""
3479
3480 #: merge-recursive.c:965
3481 #, c-format
3482 msgid "blob expected for %s '%s'"
3483 msgstr ""
3484
3485 #: merge-recursive.c:990
3486 #, c-format
3487 msgid "failed to open '%s': %s"
3488 msgstr ""
3489
3490 #: merge-recursive.c:1001
3491 #, c-format
3492 msgid "failed to symlink '%s': %s"
3493 msgstr ""
3494
3495 #: merge-recursive.c:1006
3496 #, c-format
3497 msgid "do not know what to do with %06o %s '%s'"
3498 msgstr ""
3499
3500 #: merge-recursive.c:1199
3501 #, c-format
3502 msgid "Failed to merge submodule %s (not checked out)"
3503 msgstr ""
3504
3505 #: merge-recursive.c:1206
3506 #, c-format
3507 msgid "Failed to merge submodule %s (commits not present)"
3508 msgstr ""
3509
3510 #: merge-recursive.c:1213
3511 #, c-format
3512 msgid "Failed to merge submodule %s (commits don't follow merge-base)"
3513 msgstr ""
3514
3515 #: merge-recursive.c:1221 merge-recursive.c:1233
3516 #, c-format
3517 msgid "Fast-forwarding submodule %s to the following commit:"
3518 msgstr ""
3519
3520 #: merge-recursive.c:1224 merge-recursive.c:1236
3521 #, c-format
3522 msgid "Fast-forwarding submodule %s"
3523 msgstr ""
3524
3525 #: merge-recursive.c:1259
3526 #, c-format
3527 msgid "Failed to merge submodule %s (merge following commits not found)"
3528 msgstr ""
3529
3530 #: merge-recursive.c:1263
3531 #, c-format
3532 msgid "Failed to merge submodule %s (not fast-forward)"
3533 msgstr ""
3534
3535 #: merge-recursive.c:1264
3536 msgid "Found a possible merge resolution for the submodule:\n"
3537 msgstr ""
3538
3539 #: merge-recursive.c:1267
3540 #, c-format
3541 msgid ""
3542 "If this is correct simply add it to the index for example\n"
3543 "by using:\n"
3544 "\n"
3545 " git update-index --cacheinfo 160000 %s \"%s\"\n"
3546 "\n"
3547 "which will accept this suggestion.\n"
3548 msgstr ""
3549
3550 #: merge-recursive.c:1276
3551 #, c-format
3552 msgid "Failed to merge submodule %s (multiple merges found)"
3553 msgstr ""
3554
3555 #: merge-recursive.c:1349
3556 msgid "Failed to execute internal merge"
3557 msgstr ""
3558
3559 #: merge-recursive.c:1354
3560 #, c-format
3561 msgid "Unable to add %s to database"
3562 msgstr ""
3563
3564 #: merge-recursive.c:1386
3565 #, c-format
3566 msgid "Auto-merging %s"
3567 msgstr ""
3568
3569 #: merge-recursive.c:1410
3570 #, c-format
3571 msgid "Error: Refusing to lose untracked file at %s; writing to %s instead."
3572 msgstr ""
3573
3574 #: merge-recursive.c:1482
3575 #, c-format
3576 msgid ""
3577 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
3578 "in tree."
3579 msgstr ""
3580
3581 #: merge-recursive.c:1487
3582 #, c-format
3583 msgid ""
3584 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
3585 "left in tree."
3586 msgstr ""
3587
3588 #: merge-recursive.c:1494
3589 #, c-format
3590 msgid ""
3591 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
3592 "in tree at %s."
3593 msgstr ""
3594
3595 #: merge-recursive.c:1499
3596 #, c-format
3597 msgid ""
3598 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
3599 "left in tree at %s."
3600 msgstr ""
3601
3602 #: merge-recursive.c:1534
3603 msgid "rename"
3604 msgstr ""
3605
3606 #: merge-recursive.c:1534
3607 msgid "renamed"
3608 msgstr ""
3609
3610 #: merge-recursive.c:1614 merge-recursive.c:2472 merge-recursive.c:3117
3611 #, c-format
3612 msgid "Refusing to lose dirty file at %s"
3613 msgstr ""
3614
3615 #: merge-recursive.c:1624
3616 #, c-format
3617 msgid "Refusing to lose untracked file at %s, even though it's in the way."
3618 msgstr ""
3619
3620 #: merge-recursive.c:1682
3621 #, c-format
3622 msgid "CONFLICT (rename/add): Rename %s->%s in %s. Added %s in %s"
3623 msgstr ""
3624
3625 #: merge-recursive.c:1713
3626 #, c-format
3627 msgid "%s is a directory in %s adding as %s instead"
3628 msgstr ""
3629
3630 #: merge-recursive.c:1718
3631 #, c-format
3632 msgid "Refusing to lose untracked file at %s; adding as %s instead"
3633 msgstr ""
3634
3635 #: merge-recursive.c:1737
3636 #, c-format
3637 msgid ""
3638 "CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
3639 "\"->\"%s\" in \"%s\"%s"
3640 msgstr ""
3641
3642 #: merge-recursive.c:1742
3643 msgid " (left unresolved)"
3644 msgstr ""
3645
3646 #: merge-recursive.c:1851
3647 #, c-format
3648 msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
3649 msgstr ""
3650
3651 #: merge-recursive.c:2056
3652 #, c-format
3653 msgid ""
3654 "CONFLICT (directory rename split): Unclear where to place %s because "
3655 "directory %s was renamed to multiple other directories, with no destination "
3656 "getting a majority of the files."
3657 msgstr ""
3658
3659 #: merge-recursive.c:2088
3660 #, c-format
3661 msgid ""
3662 "CONFLICT (implicit dir rename): Existing file/dir at %s in the way of "
3663 "implicit directory rename(s) putting the following path(s) there: %s."
3664 msgstr ""
3665
3666 #: merge-recursive.c:2098
3667 #, c-format
3668 msgid ""
3669 "CONFLICT (implicit dir rename): Cannot map more than one path to %s; "
3670 "implicit directory renames tried to put these paths there: %s"
3671 msgstr ""
3672
3673 #: merge-recursive.c:2190
3674 #, c-format
3675 msgid ""
3676 "CONFLICT (rename/rename): Rename directory %s->%s in %s. Rename directory %s-"
3677 ">%s in %s"
3678 msgstr ""
3679
3680 #: merge-recursive.c:2435
3681 #, c-format
3682 msgid ""
3683 "WARNING: Avoiding applying %s -> %s rename to %s, because %s itself was "
3684 "renamed."
3685 msgstr ""
3686
3687 #: merge-recursive.c:2961
3688 #, c-format
3689 msgid "cannot read object %s"
3690 msgstr ""
3691
3692 #: merge-recursive.c:2964
3693 #, c-format
3694 msgid "object %s is not a blob"
3695 msgstr ""
3696
3697 #: merge-recursive.c:3028
3698 msgid "modify"
3699 msgstr ""
3700
3701 #: merge-recursive.c:3028
3702 msgid "modified"
3703 msgstr ""
3704
3705 #: merge-recursive.c:3040
3706 msgid "content"
3707 msgstr ""
3708
3709 #: merge-recursive.c:3044
3710 msgid "add/add"
3711 msgstr ""
3712
3713 #: merge-recursive.c:3067
3714 #, c-format
3715 msgid "Skipped %s (merged same as existing)"
3716 msgstr ""
3717
3718 #: merge-recursive.c:3089 git-submodule.sh:937
3719 msgid "submodule"
3720 msgstr ""
3721
3722 #: merge-recursive.c:3090
3723 #, c-format
3724 msgid "CONFLICT (%s): Merge conflict in %s"
3725 msgstr ""
3726
3727 #: merge-recursive.c:3120
3728 #, c-format
3729 msgid "Adding as %s instead"
3730 msgstr ""
3731
3732 #: merge-recursive.c:3203
3733 #, c-format
3734 msgid ""
3735 "Path updated: %s added in %s inside a directory that was renamed in %s; "
3736 "moving it to %s."
3737 msgstr ""
3738
3739 #: merge-recursive.c:3206
3740 #, c-format
3741 msgid ""
3742 "CONFLICT (file location): %s added in %s inside a directory that was renamed "
3743 "in %s, suggesting it should perhaps be moved to %s."
3744 msgstr ""
3745
3746 #: merge-recursive.c:3210
3747 #, c-format
3748 msgid ""
3749 "Path updated: %s renamed to %s in %s, inside a directory that was renamed in "
3750 "%s; moving it to %s."
3751 msgstr ""
3752
3753 #: merge-recursive.c:3213
3754 #, c-format
3755 msgid ""
3756 "CONFLICT (file location): %s renamed to %s in %s, inside a directory that "
3757 "was renamed in %s, suggesting it should perhaps be moved to %s."
3758 msgstr ""
3759
3760 #: merge-recursive.c:3327
3761 #, c-format
3762 msgid "Removing %s"
3763 msgstr ""
3764
3765 #: merge-recursive.c:3350
3766 msgid "file/directory"
3767 msgstr ""
3768
3769 #: merge-recursive.c:3355
3770 msgid "directory/file"
3771 msgstr ""
3772
3773 #: merge-recursive.c:3362
3774 #, c-format
3775 msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
3776 msgstr ""
3777
3778 #: merge-recursive.c:3371
3779 #, c-format
3780 msgid "Adding %s"
3781 msgstr ""
3782
3783 #: merge-recursive.c:3380
3784 #, c-format
3785 msgid "CONFLICT (add/add): Merge conflict in %s"
3786 msgstr ""
3787
3788 #: merge-recursive.c:3424
3789 msgid "Already up to date!"
3790 msgstr ""
3791
3792 #: merge-recursive.c:3433
3793 #, c-format
3794 msgid "merging of trees %s and %s failed"
3795 msgstr ""
3796
3797 #: merge-recursive.c:3537
3798 msgid "Merging:"
3799 msgstr ""
3800
3801 #: merge-recursive.c:3550
3802 #, c-format
3803 msgid "found %u common ancestor:"
3804 msgid_plural "found %u common ancestors:"
3805 msgstr[0] ""
3806 msgstr[1] ""
3807
3808 #: merge-recursive.c:3600
3809 msgid "merge returned no commit"
3810 msgstr ""
3811
3812 #: merge-recursive.c:3659
3813 #, c-format
3814 msgid ""
3815 "Your local changes to the following files would be overwritten by merge:\n"
3816 " %s"
3817 msgstr ""
3818
3819 #: merge-recursive.c:3756
3820 #, c-format
3821 msgid "Could not parse object '%s'"
3822 msgstr ""
3823
3824 #: merge-recursive.c:3774 builtin/merge.c:694 builtin/merge.c:874
3825 msgid "Unable to write index."
3826 msgstr ""
3827
3828 #: midx.c:68
3829 #, c-format
3830 msgid "multi-pack-index file %s is too small"
3831 msgstr ""
3832
3833 #: midx.c:84
3834 #, c-format
3835 msgid "multi-pack-index signature 0x%08x does not match signature 0x%08x"
3836 msgstr ""
3837
3838 #: midx.c:89
3839 #, c-format
3840 msgid "multi-pack-index version %d not recognized"
3841 msgstr ""
3842
3843 #: midx.c:94
3844 #, c-format
3845 msgid "hash version %u does not match"
3846 msgstr ""
3847
3848 #: midx.c:108
3849 msgid "invalid chunk offset (too large)"
3850 msgstr ""
3851
3852 #: midx.c:132
3853 msgid "terminating multi-pack-index chunk id appears earlier than expected"
3854 msgstr ""
3855
3856 #: midx.c:145
3857 msgid "multi-pack-index missing required pack-name chunk"
3858 msgstr ""
3859
3860 #: midx.c:147
3861 msgid "multi-pack-index missing required OID fanout chunk"
3862 msgstr ""
3863
3864 #: midx.c:149
3865 msgid "multi-pack-index missing required OID lookup chunk"
3866 msgstr ""
3867
3868 #: midx.c:151
3869 msgid "multi-pack-index missing required object offsets chunk"
3870 msgstr ""
3871
3872 #: midx.c:165
3873 #, c-format
3874 msgid "multi-pack-index pack names out of order: '%s' before '%s'"
3875 msgstr ""
3876
3877 #: midx.c:210
3878 #, c-format
3879 msgid "bad pack-int-id: %u (%u total packs)"
3880 msgstr ""
3881
3882 #: midx.c:260
3883 msgid "multi-pack-index stores a 64-bit offset, but off_t is too small"
3884 msgstr ""
3885
3886 #: midx.c:288
3887 msgid "error preparing packfile from multi-pack-index"
3888 msgstr ""
3889
3890 #: midx.c:469
3891 #, c-format
3892 msgid "failed to add packfile '%s'"
3893 msgstr ""
3894
3895 #: midx.c:475
3896 #, c-format
3897 msgid "failed to open pack-index '%s'"
3898 msgstr ""
3899
3900 #: midx.c:535
3901 #, c-format
3902 msgid "failed to locate object %d in packfile"
3903 msgstr ""
3904
3905 #: midx.c:864
3906 #, c-format
3907 msgid "did not see pack-file %s to drop"
3908 msgstr ""
3909
3910 #: midx.c:1035
3911 #, c-format
3912 msgid "failed to clear multi-pack-index at %s"
3913 msgstr ""
3914
3915 #: midx.c:1090
3916 msgid "Looking for referenced packfiles"
3917 msgstr ""
3918
3919 #: midx.c:1105
3920 #, c-format
3921 msgid ""
3922 "oid fanout out of order: fanout[%d] = %<PRIx32> > %<PRIx32> = fanout[%d]"
3923 msgstr ""
3924
3925 #: midx.c:1109
3926 msgid "Verifying OID order in MIDX"
3927 msgstr ""
3928
3929 #: midx.c:1118
3930 #, c-format
3931 msgid "oid lookup out of order: oid[%d] = %s >= %s = oid[%d]"
3932 msgstr ""
3933
3934 #: midx.c:1137
3935 msgid "Sorting objects by packfile"
3936 msgstr ""
3937
3938 #: midx.c:1143
3939 msgid "Verifying object offsets"
3940 msgstr ""
3941
3942 #: midx.c:1159
3943 #, c-format
3944 msgid "failed to load pack entry for oid[%d] = %s"
3945 msgstr ""
3946
3947 #: midx.c:1165
3948 #, c-format
3949 msgid "failed to load pack-index for packfile %s"
3950 msgstr ""
3951
3952 #: midx.c:1174
3953 #, c-format
3954 msgid "incorrect object offset for oid[%d] = %s: %<PRIx64> != %<PRIx64>"
3955 msgstr ""
3956
3957 #: midx.c:1349
3958 msgid "could not start pack-objects"
3959 msgstr ""
3960
3961 #: midx.c:1368
3962 msgid "could not finish pack-objects"
3963 msgstr ""
3964
3965 #: name-hash.c:537
3966 #, c-format
3967 msgid "unable to create lazy_dir thread: %s"
3968 msgstr ""
3969
3970 #: name-hash.c:559
3971 #, c-format
3972 msgid "unable to create lazy_name thread: %s"
3973 msgstr ""
3974
3975 #: name-hash.c:565
3976 #, c-format
3977 msgid "unable to join lazy_name thread: %s"
3978 msgstr ""
3979
3980 #: notes-merge.c:277
3981 #, c-format
3982 msgid ""
3983 "You have not concluded your previous notes merge (%s exists).\n"
3984 "Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
3985 "commit/abort the previous merge before you start a new notes merge."
3986 msgstr ""
3987
3988 #: notes-merge.c:284
3989 #, c-format
3990 msgid "You have not concluded your notes merge (%s exists)."
3991 msgstr ""
3992
3993 #: notes-utils.c:46
3994 msgid "Cannot commit uninitialized/unreferenced notes tree"
3995 msgstr ""
3996
3997 #: notes-utils.c:105
3998 #, c-format
3999 msgid "Bad notes.rewriteMode value: '%s'"
4000 msgstr ""
4001
4002 #: notes-utils.c:115
4003 #, c-format
4004 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
4005 msgstr ""
4006
4007 #. TRANSLATORS: The first %s is the name of
4008 #. the environment variable, the second %s is
4009 #. its value.
4010 #.
4011 #: notes-utils.c:145
4012 #, c-format
4013 msgid "Bad %s value: '%s'"
4014 msgstr ""
4015
4016 #: object.c:53
4017 #, c-format
4018 msgid "invalid object type \"%s\""
4019 msgstr ""
4020
4021 #: object.c:173
4022 #, c-format
4023 msgid "object %s is a %s, not a %s"
4024 msgstr ""
4025
4026 #: object.c:233
4027 #, c-format
4028 msgid "object %s has unknown type id %d"
4029 msgstr ""
4030
4031 #: object.c:246
4032 #, c-format
4033 msgid "unable to parse object: %s"
4034 msgstr ""
4035
4036 #: object.c:266 object.c:277
4037 #, c-format
4038 msgid "hash mismatch %s"
4039 msgstr ""
4040
4041 #: packfile.c:641
4042 msgid "offset before end of packfile (broken .idx?)"
4043 msgstr ""
4044
4045 #: packfile.c:1887
4046 #, c-format
4047 msgid "offset before start of pack index for %s (corrupt index?)"
4048 msgstr ""
4049
4050 #: packfile.c:1891
4051 #, c-format
4052 msgid "offset beyond end of pack index for %s (truncated index?)"
4053 msgstr ""
4054
4055 #: parse-options.c:38
4056 #, c-format
4057 msgid "%s requires a value"
4058 msgstr ""
4059
4060 #: parse-options.c:73
4061 #, c-format
4062 msgid "%s is incompatible with %s"
4063 msgstr ""
4064
4065 #: parse-options.c:78
4066 #, c-format
4067 msgid "%s : incompatible with something else"
4068 msgstr ""
4069
4070 #: parse-options.c:92 parse-options.c:96 parse-options.c:319
4071 #, c-format
4072 msgid "%s takes no value"
4073 msgstr ""
4074
4075 #: parse-options.c:94
4076 #, c-format
4077 msgid "%s isn't available"
4078 msgstr ""
4079
4080 #: parse-options.c:219
4081 #, c-format
4082 msgid "%s expects a non-negative integer value with an optional k/m/g suffix"
4083 msgstr ""
4084
4085 #: parse-options.c:389
4086 #, c-format
4087 msgid "ambiguous option: %s (could be --%s%s or --%s%s)"
4088 msgstr ""
4089
4090 #: parse-options.c:423 parse-options.c:431
4091 #, c-format
4092 msgid "did you mean `--%s` (with two dashes ?)"
4093 msgstr ""
4094
4095 #: parse-options.c:860
4096 #, c-format
4097 msgid "unknown option `%s'"
4098 msgstr ""
4099
4100 #: parse-options.c:862
4101 #, c-format
4102 msgid "unknown switch `%c'"
4103 msgstr ""
4104
4105 #: parse-options.c:864
4106 #, c-format
4107 msgid "unknown non-ascii option in string: `%s'"
4108 msgstr ""
4109
4110 #: parse-options.c:888
4111 msgid "..."
4112 msgstr ""
4113
4114 #: parse-options.c:907
4115 #, c-format
4116 msgid "usage: %s"
4117 msgstr ""
4118
4119 #. TRANSLATORS: the colon here should align with the
4120 #. one in "usage: %s" translation.
4121 #.
4122 #: parse-options.c:913
4123 #, c-format
4124 msgid " or: %s"
4125 msgstr ""
4126
4127 #: parse-options.c:916
4128 #, c-format
4129 msgid " %s"
4130 msgstr ""
4131
4132 #: parse-options.c:955
4133 msgid "-NUM"
4134 msgstr ""
4135
4136 #: parse-options.c:969
4137 #, c-format
4138 msgid "alias of --%s"
4139 msgstr ""
4140
4141 #: parse-options-cb.c:20 parse-options-cb.c:24
4142 #, c-format
4143 msgid "option `%s' expects a numerical value"
4144 msgstr ""
4145
4146 #: parse-options-cb.c:41
4147 #, c-format
4148 msgid "malformed expiration date '%s'"
4149 msgstr ""
4150
4151 #: parse-options-cb.c:54
4152 #, c-format
4153 msgid "option `%s' expects \"always\", \"auto\", or \"never\""
4154 msgstr ""
4155
4156 #: parse-options-cb.c:130 parse-options-cb.c:147
4157 #, c-format
4158 msgid "malformed object name '%s'"
4159 msgstr ""
4160
4161 #: path.c:897
4162 #, c-format
4163 msgid "Could not make %s writable by group"
4164 msgstr ""
4165
4166 #: pathspec.c:128
4167 msgid "Escape character '\\' not allowed as last character in attr value"
4168 msgstr ""
4169
4170 #: pathspec.c:146
4171 msgid "Only one 'attr:' specification is allowed."
4172 msgstr ""
4173
4174 #: pathspec.c:149
4175 msgid "attr spec must not be empty"
4176 msgstr ""
4177
4178 #: pathspec.c:192
4179 #, c-format
4180 msgid "invalid attribute name %s"
4181 msgstr ""
4182
4183 #: pathspec.c:257
4184 msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
4185 msgstr ""
4186
4187 #: pathspec.c:264
4188 msgid ""
4189 "global 'literal' pathspec setting is incompatible with all other global "
4190 "pathspec settings"
4191 msgstr ""
4192
4193 #: pathspec.c:304
4194 msgid "invalid parameter for pathspec magic 'prefix'"
4195 msgstr ""
4196
4197 #: pathspec.c:325
4198 #, c-format
4199 msgid "Invalid pathspec magic '%.*s' in '%s'"
4200 msgstr ""
4201
4202 #: pathspec.c:330
4203 #, c-format
4204 msgid "Missing ')' at the end of pathspec magic in '%s'"
4205 msgstr ""
4206
4207 #: pathspec.c:368
4208 #, c-format
4209 msgid "Unimplemented pathspec magic '%c' in '%s'"
4210 msgstr ""
4211
4212 #: pathspec.c:427
4213 #, c-format
4214 msgid "%s: 'literal' and 'glob' are incompatible"
4215 msgstr ""
4216
4217 #: pathspec.c:440
4218 #, c-format
4219 msgid "%s: '%s' is outside repository"
4220 msgstr ""
4221
4222 #: pathspec.c:514
4223 #, c-format
4224 msgid "'%s' (mnemonic: '%c')"
4225 msgstr ""
4226
4227 #: pathspec.c:524
4228 #, c-format
4229 msgid "%s: pathspec magic not supported by this command: %s"
4230 msgstr ""
4231
4232 #: pathspec.c:591
4233 #, c-format
4234 msgid "pathspec '%s' is beyond a symbolic link"
4235 msgstr ""
4236
4237 #: pkt-line.c:92
4238 msgid "unable to write flush packet"
4239 msgstr ""
4240
4241 #: pkt-line.c:99
4242 msgid "unable to write delim packet"
4243 msgstr ""
4244
4245 #: pkt-line.c:106
4246 msgid "flush packet write failed"
4247 msgstr ""
4248
4249 #: pkt-line.c:146 pkt-line.c:232
4250 msgid "protocol error: impossibly long line"
4251 msgstr ""
4252
4253 #: pkt-line.c:162 pkt-line.c:164
4254 msgid "packet write with format failed"
4255 msgstr ""
4256
4257 #: pkt-line.c:196
4258 msgid "packet write failed - data exceeds max packet size"
4259 msgstr ""
4260
4261 #: pkt-line.c:203 pkt-line.c:210
4262 msgid "packet write failed"
4263 msgstr ""
4264
4265 #: pkt-line.c:295
4266 msgid "read error"
4267 msgstr ""
4268
4269 #: pkt-line.c:303
4270 msgid "the remote end hung up unexpectedly"
4271 msgstr ""
4272
4273 #: pkt-line.c:331
4274 #, c-format
4275 msgid "protocol error: bad line length character: %.4s"
4276 msgstr ""
4277
4278 #: pkt-line.c:341 pkt-line.c:346
4279 #, c-format
4280 msgid "protocol error: bad line length %d"
4281 msgstr ""
4282
4283 #: pkt-line.c:362
4284 #, c-format
4285 msgid "remote error: %s"
4286 msgstr ""
4287
4288 #: preload-index.c:119
4289 msgid "Refreshing index"
4290 msgstr ""
4291
4292 #: preload-index.c:138
4293 #, c-format
4294 msgid "unable to create threaded lstat: %s"
4295 msgstr ""
4296
4297 #: pretty.c:966
4298 msgid "unable to parse --pretty format"
4299 msgstr ""
4300
4301 #: promisor-remote.c:25
4302 msgid "Remote with no URL"
4303 msgstr ""
4304
4305 #: promisor-remote.c:61
4306 #, c-format
4307 msgid "promisor remote name cannot begin with '/': %s"
4308 msgstr ""
4309
4310 #: range-diff.c:71
4311 msgid "could not start `log`"
4312 msgstr ""
4313
4314 #: range-diff.c:73
4315 msgid "could not read `log` output"
4316 msgstr ""
4317
4318 #: range-diff.c:92 sequencer.c:4985
4319 #, c-format
4320 msgid "could not parse commit '%s'"
4321 msgstr ""
4322
4323 #: range-diff.c:118
4324 #, c-format
4325 msgid "could not parse git header '%.*s'"
4326 msgstr ""
4327
4328 #: range-diff.c:275
4329 msgid "failed to generate diff"
4330 msgstr ""
4331
4332 #: range-diff.c:507 range-diff.c:509
4333 #, c-format
4334 msgid "could not parse log for '%s'"
4335 msgstr ""
4336
4337 #: read-cache.c:680
4338 #, c-format
4339 msgid "will not add file alias '%s' ('%s' already exists in index)"
4340 msgstr ""
4341
4342 #: read-cache.c:696
4343 msgid "cannot create an empty blob in the object database"
4344 msgstr ""
4345
4346 #: read-cache.c:718
4347 #, c-format
4348 msgid "%s: can only add regular files, symbolic links or git-directories"
4349 msgstr ""
4350
4351 #: read-cache.c:723
4352 #, c-format
4353 msgid "'%s' does not have a commit checked out"
4354 msgstr ""
4355
4356 #: read-cache.c:775
4357 #, c-format
4358 msgid "unable to index file '%s'"
4359 msgstr ""
4360
4361 #: read-cache.c:794
4362 #, c-format
4363 msgid "unable to add '%s' to index"
4364 msgstr ""
4365
4366 #: read-cache.c:805
4367 #, c-format
4368 msgid "unable to stat '%s'"
4369 msgstr ""
4370
4371 #: read-cache.c:1314
4372 #, c-format
4373 msgid "'%s' appears as both a file and as a directory"
4374 msgstr ""
4375
4376 #: read-cache.c:1520
4377 msgid "Refresh index"
4378 msgstr ""
4379
4380 #: read-cache.c:1635
4381 #, c-format
4382 msgid ""
4383 "index.version set, but the value is invalid.\n"
4384 "Using version %i"
4385 msgstr ""
4386
4387 #: read-cache.c:1645
4388 #, c-format
4389 msgid ""
4390 "GIT_INDEX_VERSION set, but the value is invalid.\n"
4391 "Using version %i"
4392 msgstr ""
4393
4394 #: read-cache.c:1701
4395 #, c-format
4396 msgid "bad signature 0x%08x"
4397 msgstr ""
4398
4399 #: read-cache.c:1704
4400 #, c-format
4401 msgid "bad index version %d"
4402 msgstr ""
4403
4404 #: read-cache.c:1713
4405 msgid "bad index file sha1 signature"
4406 msgstr ""
4407
4408 #: read-cache.c:1743
4409 #, c-format
4410 msgid "index uses %.4s extension, which we do not understand"
4411 msgstr ""
4412
4413 #: read-cache.c:1745
4414 #, c-format
4415 msgid "ignoring %.4s extension"
4416 msgstr ""
4417
4418 #: read-cache.c:1782
4419 #, c-format
4420 msgid "unknown index entry format 0x%08x"
4421 msgstr ""
4422
4423 #: read-cache.c:1798
4424 #, c-format
4425 msgid "malformed name field in the index, near path '%s'"
4426 msgstr ""
4427
4428 #: read-cache.c:1855
4429 msgid "unordered stage entries in index"
4430 msgstr ""
4431
4432 #: read-cache.c:1858
4433 #, c-format
4434 msgid "multiple stage entries for merged file '%s'"
4435 msgstr ""
4436
4437 #: read-cache.c:1861
4438 #, c-format
4439 msgid "unordered stage entries for '%s'"
4440 msgstr ""
4441
4442 #: read-cache.c:1967 read-cache.c:2255 rerere.c:565 rerere.c:599 rerere.c:1111
4443 #: builtin/add.c:460 builtin/check-ignore.c:178 builtin/checkout.c:468
4444 #: builtin/checkout.c:652 builtin/clean.c:967 builtin/commit.c:347
4445 #: builtin/diff-tree.c:120 builtin/grep.c:499 builtin/mv.c:145
4446 #: builtin/reset.c:245 builtin/rm.c:271 builtin/submodule--helper.c:330
4447 msgid "index file corrupt"
4448 msgstr ""
4449
4450 #: read-cache.c:2108
4451 #, c-format
4452 msgid "unable to create load_cache_entries thread: %s"
4453 msgstr ""
4454
4455 #: read-cache.c:2121
4456 #, c-format
4457 msgid "unable to join load_cache_entries thread: %s"
4458 msgstr ""
4459
4460 #: read-cache.c:2154
4461 #, c-format
4462 msgid "%s: index file open failed"
4463 msgstr ""
4464
4465 #: read-cache.c:2158
4466 #, c-format
4467 msgid "%s: cannot stat the open index"
4468 msgstr ""
4469
4470 #: read-cache.c:2162
4471 #, c-format
4472 msgid "%s: index file smaller than expected"
4473 msgstr ""
4474
4475 #: read-cache.c:2166
4476 #, c-format
4477 msgid "%s: unable to map index file"
4478 msgstr ""
4479
4480 #: read-cache.c:2208
4481 #, c-format
4482 msgid "unable to create load_index_extensions thread: %s"
4483 msgstr ""
4484
4485 #: read-cache.c:2235
4486 #, c-format
4487 msgid "unable to join load_index_extensions thread: %s"
4488 msgstr ""
4489
4490 #: read-cache.c:2267
4491 #, c-format
4492 msgid "could not freshen shared index '%s'"
4493 msgstr ""
4494
4495 #: read-cache.c:2314
4496 #, c-format
4497 msgid "broken index, expect %s in %s, got %s"
4498 msgstr ""
4499
4500 #: read-cache.c:3010 wrapper.c:622 builtin/merge.c:1119
4501 #, c-format
4502 msgid "could not close '%s'"
4503 msgstr ""
4504
4505 #: read-cache.c:3113 sequencer.c:2296 sequencer.c:3917
4506 #, c-format
4507 msgid "could not stat '%s'"
4508 msgstr ""
4509
4510 #: read-cache.c:3126
4511 #, c-format
4512 msgid "unable to open git dir: %s"
4513 msgstr ""
4514
4515 #: read-cache.c:3138
4516 #, c-format
4517 msgid "unable to unlink: %s"
4518 msgstr ""
4519
4520 #: read-cache.c:3163
4521 #, c-format
4522 msgid "cannot fix permission bits on '%s'"
4523 msgstr ""
4524
4525 #: read-cache.c:3312
4526 #, c-format
4527 msgid "%s: cannot drop to stage #0"
4528 msgstr ""
4529
4530 #: rebase-interactive.c:26
4531 #, c-format
4532 msgid ""
4533 "unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."
4534 msgstr ""
4535
4536 #: rebase-interactive.c:35
4537 msgid ""
4538 "\n"
4539 "Commands:\n"
4540 "p, pick <commit> = use commit\n"
4541 "r, reword <commit> = use commit, but edit the commit message\n"
4542 "e, edit <commit> = use commit, but stop for amending\n"
4543 "s, squash <commit> = use commit, but meld into previous commit\n"
4544 "f, fixup <commit> = like \"squash\", but discard this commit's log message\n"
4545 "x, exec <command> = run command (the rest of the line) using shell\n"
4546 "b, break = stop here (continue rebase later with 'git rebase --continue')\n"
4547 "d, drop <commit> = remove commit\n"
4548 "l, label <label> = label current HEAD with a name\n"
4549 "t, reset <label> = reset HEAD to a label\n"
4550 "m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
4551 ". create a merge commit using the original merge commit's\n"
4552 ". message (or the oneline, if no original merge commit was\n"
4553 ". specified). Use -c <commit> to reword the commit message.\n"
4554 "\n"
4555 "These lines can be re-ordered; they are executed from top to bottom.\n"
4556 msgstr ""
4557
4558 #: rebase-interactive.c:56
4559 #, c-format
4560 msgid "Rebase %s onto %s (%d command)"
4561 msgid_plural "Rebase %s onto %s (%d commands)"
4562 msgstr[0] ""
4563 msgstr[1] ""
4564
4565 #: rebase-interactive.c:65 git-rebase--preserve-merges.sh:228
4566 msgid ""
4567 "\n"
4568 "Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
4569 msgstr ""
4570
4571 #: rebase-interactive.c:68 git-rebase--preserve-merges.sh:232
4572 msgid ""
4573 "\n"
4574 "If you remove a line here THAT COMMIT WILL BE LOST.\n"
4575 msgstr ""
4576
4577 #: rebase-interactive.c:74 git-rebase--preserve-merges.sh:871
4578 msgid ""
4579 "\n"
4580 "You are editing the todo file of an ongoing interactive rebase.\n"
4581 "To continue rebase after editing, run:\n"
4582 " git rebase --continue\n"
4583 "\n"
4584 msgstr ""
4585
4586 #: rebase-interactive.c:79 git-rebase--preserve-merges.sh:948
4587 msgid ""
4588 "\n"
4589 "However, if you remove everything, the rebase will be aborted.\n"
4590 "\n"
4591 msgstr ""
4592
4593 #: rebase-interactive.c:85 git-rebase--preserve-merges.sh:955
4594 msgid "Note that empty commits are commented out"
4595 msgstr ""
4596
4597 #: rebase-interactive.c:105 rerere.c:485 rerere.c:692 sequencer.c:3388
4598 #: sequencer.c:3414 sequencer.c:5084 builtin/fsck.c:356 builtin/rebase.c:235
4599 #, c-format
4600 msgid "could not write '%s'"
4601 msgstr ""
4602
4603 #: rebase-interactive.c:108
4604 #, c-format
4605 msgid "could not copy '%s' to '%s'."
4606 msgstr ""
4607
4608 #: rebase-interactive.c:173
4609 #, c-format
4610 msgid ""
4611 "Warning: some commits may have been dropped accidentally.\n"
4612 "Dropped commits (newer to older):\n"
4613 msgstr ""
4614
4615 #: rebase-interactive.c:180
4616 #, c-format
4617 msgid ""
4618 "To avoid this message, use \"drop\" to explicitly remove a commit.\n"
4619 "\n"
4620 "Use 'git config rebase.missingCommitsCheck' to change the level of "
4621 "warnings.\n"
4622 "The possible behaviours are: ignore, warn, error.\n"
4623 "\n"
4624 msgstr ""
4625
4626 #: refs.c:262
4627 #, c-format
4628 msgid "%s does not point to a valid object!"
4629 msgstr ""
4630
4631 #: refs.c:667
4632 #, c-format
4633 msgid "ignoring dangling symref %s"
4634 msgstr ""
4635
4636 #: refs.c:669 ref-filter.c:2098
4637 #, c-format
4638 msgid "ignoring broken ref %s"
4639 msgstr ""
4640
4641 #: refs.c:804
4642 #, c-format
4643 msgid "could not open '%s' for writing: %s"
4644 msgstr ""
4645
4646 #: refs.c:814 refs.c:865
4647 #, c-format
4648 msgid "could not read ref '%s'"
4649 msgstr ""
4650
4651 #: refs.c:820
4652 #, c-format
4653 msgid "ref '%s' already exists"
4654 msgstr ""
4655
4656 #: refs.c:825
4657 #, c-format
4658 msgid "unexpected object ID when writing '%s'"
4659 msgstr ""
4660
4661 #: refs.c:833 sequencer.c:403 sequencer.c:2647 sequencer.c:2851
4662 #: sequencer.c:2865 sequencer.c:3122 sequencer.c:5001 wrapper.c:620
4663 #, c-format
4664 msgid "could not write to '%s'"
4665 msgstr ""
4666
4667 #: refs.c:860 wrapper.c:188 wrapper.c:358 builtin/am.c:714
4668 #: builtin/rebase.c:1004
4669 #, c-format
4670 msgid "could not open '%s' for writing"
4671 msgstr ""
4672
4673 #: refs.c:867
4674 #, c-format
4675 msgid "unexpected object ID when deleting '%s'"
4676 msgstr ""
4677
4678 #: refs.c:998
4679 #, c-format
4680 msgid "log for ref %s has gap after %s"
4681 msgstr ""
4682
4683 #: refs.c:1004
4684 #, c-format
4685 msgid "log for ref %s unexpectedly ended on %s"
4686 msgstr ""
4687
4688 #: refs.c:1063
4689 #, c-format
4690 msgid "log for %s is empty"
4691 msgstr ""
4692
4693 #: refs.c:1155
4694 #, c-format
4695 msgid "refusing to update ref with bad name '%s'"
4696 msgstr ""
4697
4698 #: refs.c:1231
4699 #, c-format
4700 msgid "update_ref failed for ref '%s': %s"
4701 msgstr ""
4702
4703 #: refs.c:2023
4704 #, c-format
4705 msgid "multiple updates for ref '%s' not allowed"
4706 msgstr ""
4707
4708 #: refs.c:2055
4709 msgid "ref updates forbidden inside quarantine environment"
4710 msgstr ""
4711
4712 #: refs.c:2151 refs.c:2181
4713 #, c-format
4714 msgid "'%s' exists; cannot create '%s'"
4715 msgstr ""
4716
4717 #: refs.c:2157 refs.c:2192
4718 #, c-format
4719 msgid "cannot process '%s' and '%s' at the same time"
4720 msgstr ""
4721
4722 #: refs/files-backend.c:1234
4723 #, c-format
4724 msgid "could not remove reference %s"
4725 msgstr ""
4726
4727 #: refs/files-backend.c:1248 refs/packed-backend.c:1541
4728 #: refs/packed-backend.c:1551
4729 #, c-format
4730 msgid "could not delete reference %s: %s"
4731 msgstr ""
4732
4733 #: refs/files-backend.c:1251 refs/packed-backend.c:1554
4734 #, c-format
4735 msgid "could not delete references: %s"
4736 msgstr ""
4737
4738 #: refspec.c:137
4739 #, c-format
4740 msgid "invalid refspec '%s'"
4741 msgstr ""
4742
4743 #: ref-filter.c:42 wt-status.c:1938
4744 msgid "gone"
4745 msgstr ""
4746
4747 #: ref-filter.c:43
4748 #, c-format
4749 msgid "ahead %d"
4750 msgstr ""
4751
4752 #: ref-filter.c:44
4753 #, c-format
4754 msgid "behind %d"
4755 msgstr ""
4756
4757 #: ref-filter.c:45
4758 #, c-format
4759 msgid "ahead %d, behind %d"
4760 msgstr ""
4761
4762 #: ref-filter.c:165
4763 #, c-format
4764 msgid "expected format: %%(color:<color>)"
4765 msgstr ""
4766
4767 #: ref-filter.c:167
4768 #, c-format
4769 msgid "unrecognized color: %%(color:%s)"
4770 msgstr ""
4771
4772 #: ref-filter.c:189
4773 #, c-format
4774 msgid "Integer value expected refname:lstrip=%s"
4775 msgstr ""
4776
4777 #: ref-filter.c:193
4778 #, c-format
4779 msgid "Integer value expected refname:rstrip=%s"
4780 msgstr ""
4781
4782 #: ref-filter.c:195
4783 #, c-format
4784 msgid "unrecognized %%(%s) argument: %s"
4785 msgstr ""
4786
4787 #: ref-filter.c:250
4788 #, c-format
4789 msgid "%%(objecttype) does not take arguments"
4790 msgstr ""
4791
4792 #: ref-filter.c:272
4793 #, c-format
4794 msgid "unrecognized %%(objectsize) argument: %s"
4795 msgstr ""
4796
4797 #: ref-filter.c:280
4798 #, c-format
4799 msgid "%%(deltabase) does not take arguments"
4800 msgstr ""
4801
4802 #: ref-filter.c:292
4803 #, c-format
4804 msgid "%%(body) does not take arguments"
4805 msgstr ""
4806
4807 #: ref-filter.c:301
4808 #, c-format
4809 msgid "%%(subject) does not take arguments"
4810 msgstr ""
4811
4812 #: ref-filter.c:323
4813 #, c-format
4814 msgid "unknown %%(trailers) argument: %s"
4815 msgstr ""
4816
4817 #: ref-filter.c:352
4818 #, c-format
4819 msgid "positive value expected contents:lines=%s"
4820 msgstr ""
4821
4822 #: ref-filter.c:354
4823 #, c-format
4824 msgid "unrecognized %%(contents) argument: %s"
4825 msgstr ""
4826
4827 #: ref-filter.c:369
4828 #, c-format
4829 msgid "positive value expected objectname:short=%s"
4830 msgstr ""
4831
4832 #: ref-filter.c:373
4833 #, c-format
4834 msgid "unrecognized %%(objectname) argument: %s"
4835 msgstr ""
4836
4837 #: ref-filter.c:403
4838 #, c-format
4839 msgid "expected format: %%(align:<width>,<position>)"
4840 msgstr ""
4841
4842 #: ref-filter.c:415
4843 #, c-format
4844 msgid "unrecognized position:%s"
4845 msgstr ""
4846
4847 #: ref-filter.c:422
4848 #, c-format
4849 msgid "unrecognized width:%s"
4850 msgstr ""
4851
4852 #: ref-filter.c:431
4853 #, c-format
4854 msgid "unrecognized %%(align) argument: %s"
4855 msgstr ""
4856
4857 #: ref-filter.c:439
4858 #, c-format
4859 msgid "positive width expected with the %%(align) atom"
4860 msgstr ""
4861
4862 #: ref-filter.c:457
4863 #, c-format
4864 msgid "unrecognized %%(if) argument: %s"
4865 msgstr ""
4866
4867 #: ref-filter.c:559
4868 #, c-format
4869 msgid "malformed field name: %.*s"
4870 msgstr ""
4871
4872 #: ref-filter.c:586
4873 #, c-format
4874 msgid "unknown field name: %.*s"
4875 msgstr ""
4876
4877 #: ref-filter.c:590
4878 #, c-format
4879 msgid ""
4880 "not a git repository, but the field '%.*s' requires access to object data"
4881 msgstr ""
4882
4883 #: ref-filter.c:714
4884 #, c-format
4885 msgid "format: %%(if) atom used without a %%(then) atom"
4886 msgstr ""
4887
4888 #: ref-filter.c:777
4889 #, c-format
4890 msgid "format: %%(then) atom used without an %%(if) atom"
4891 msgstr ""
4892
4893 #: ref-filter.c:779
4894 #, c-format
4895 msgid "format: %%(then) atom used more than once"
4896 msgstr ""
4897
4898 #: ref-filter.c:781
4899 #, c-format
4900 msgid "format: %%(then) atom used after %%(else)"
4901 msgstr ""
4902
4903 #: ref-filter.c:809
4904 #, c-format
4905 msgid "format: %%(else) atom used without an %%(if) atom"
4906 msgstr ""
4907
4908 #: ref-filter.c:811
4909 #, c-format
4910 msgid "format: %%(else) atom used without a %%(then) atom"
4911 msgstr ""
4912
4913 #: ref-filter.c:813
4914 #, c-format
4915 msgid "format: %%(else) atom used more than once"
4916 msgstr ""
4917
4918 #: ref-filter.c:828
4919 #, c-format
4920 msgid "format: %%(end) atom used without corresponding atom"
4921 msgstr ""
4922
4923 #: ref-filter.c:885
4924 #, c-format
4925 msgid "malformed format string %s"
4926 msgstr ""
4927
4928 #: ref-filter.c:1488
4929 #, c-format
4930 msgid "no branch, rebasing %s"
4931 msgstr ""
4932
4933 #: ref-filter.c:1491
4934 #, c-format
4935 msgid "no branch, rebasing detached HEAD %s"
4936 msgstr ""
4937
4938 #: ref-filter.c:1494
4939 #, c-format
4940 msgid "no branch, bisect started on %s"
4941 msgstr ""
4942
4943 #: ref-filter.c:1504
4944 msgid "no branch"
4945 msgstr ""
4946
4947 #: ref-filter.c:1540 ref-filter.c:1749
4948 #, c-format
4949 msgid "missing object %s for %s"
4950 msgstr ""
4951
4952 #: ref-filter.c:1550
4953 #, c-format
4954 msgid "parse_object_buffer failed on %s for %s"
4955 msgstr ""
4956
4957 #: ref-filter.c:2004
4958 #, c-format
4959 msgid "malformed object at '%s'"
4960 msgstr ""
4961
4962 #: ref-filter.c:2093
4963 #, c-format
4964 msgid "ignoring ref with broken name %s"
4965 msgstr ""
4966
4967 #: ref-filter.c:2389
4968 #, c-format
4969 msgid "format: %%(end) atom missing"
4970 msgstr ""
4971
4972 #: ref-filter.c:2489
4973 #, c-format
4974 msgid "option `%s' is incompatible with --merged"
4975 msgstr ""
4976
4977 #: ref-filter.c:2492
4978 #, c-format
4979 msgid "option `%s' is incompatible with --no-merged"
4980 msgstr ""
4981
4982 #: ref-filter.c:2502
4983 #, c-format
4984 msgid "malformed object name %s"
4985 msgstr ""
4986
4987 #: ref-filter.c:2507
4988 #, c-format
4989 msgid "option `%s' must point to a commit"
4990 msgstr ""
4991
4992 #: remote.c:366
4993 #, c-format
4994 msgid "config remote shorthand cannot begin with '/': %s"
4995 msgstr ""
4996
4997 #: remote.c:413
4998 msgid "more than one receivepack given, using the first"
4999 msgstr ""
5000
5001 #: remote.c:421
5002 msgid "more than one uploadpack given, using the first"
5003 msgstr ""
5004
5005 #: remote.c:611
5006 #, c-format
5007 msgid "Cannot fetch both %s and %s to %s"
5008 msgstr ""
5009
5010 #: remote.c:615
5011 #, c-format
5012 msgid "%s usually tracks %s, not %s"
5013 msgstr ""
5014
5015 #: remote.c:619
5016 #, c-format
5017 msgid "%s tracks both %s and %s"
5018 msgstr ""
5019
5020 #: remote.c:687
5021 #, c-format
5022 msgid "key '%s' of pattern had no '*'"
5023 msgstr ""
5024
5025 #: remote.c:697
5026 #, c-format
5027 msgid "value '%s' of pattern has no '*'"
5028 msgstr ""
5029
5030 #: remote.c:1003
5031 #, c-format
5032 msgid "src refspec %s does not match any"
5033 msgstr ""
5034
5035 #: remote.c:1008
5036 #, c-format
5037 msgid "src refspec %s matches more than one"
5038 msgstr ""
5039
5040 #. TRANSLATORS: "matches '%s'%" is the <dst> part of "git push
5041 #. <remote> <src>:<dst>" push, and "being pushed ('%s')" is
5042 #. the <src>.
5043 #.
5044 #: remote.c:1023
5045 #, c-format
5046 msgid ""
5047 "The destination you provided is not a full refname (i.e.,\n"
5048 "starting with \"refs/\"). We tried to guess what you meant by:\n"
5049 "\n"
5050 "- Looking for a ref that matches '%s' on the remote side.\n"
5051 "- Checking if the <src> being pushed ('%s')\n"
5052 " is a ref in \"refs/{heads,tags}/\". If so we add a corresponding\n"
5053 " refs/{heads,tags}/ prefix on the remote side.\n"
5054 "\n"
5055 "Neither worked, so we gave up. You must fully qualify the ref."
5056 msgstr ""
5057
5058 #: remote.c:1043
5059 #, c-format
5060 msgid ""
5061 "The <src> part of the refspec is a commit object.\n"
5062 "Did you mean to create a new branch by pushing to\n"
5063 "'%s:refs/heads/%s'?"
5064 msgstr ""
5065
5066 #: remote.c:1048
5067 #, c-format
5068 msgid ""
5069 "The <src> part of the refspec is a tag object.\n"
5070 "Did you mean to create a new tag by pushing to\n"
5071 "'%s:refs/tags/%s'?"
5072 msgstr ""
5073
5074 #: remote.c:1053
5075 #, c-format
5076 msgid ""
5077 "The <src> part of the refspec is a tree object.\n"
5078 "Did you mean to tag a new tree by pushing to\n"
5079 "'%s:refs/tags/%s'?"
5080 msgstr ""
5081
5082 #: remote.c:1058
5083 #, c-format
5084 msgid ""
5085 "The <src> part of the refspec is a blob object.\n"
5086 "Did you mean to tag a new blob by pushing to\n"
5087 "'%s:refs/tags/%s'?"
5088 msgstr ""
5089
5090 #: remote.c:1094
5091 #, c-format
5092 msgid "%s cannot be resolved to branch"
5093 msgstr ""
5094
5095 #: remote.c:1105
5096 #, c-format
5097 msgid "unable to delete '%s': remote ref does not exist"
5098 msgstr ""
5099
5100 #: remote.c:1117
5101 #, c-format
5102 msgid "dst refspec %s matches more than one"
5103 msgstr ""
5104
5105 #: remote.c:1124
5106 #, c-format
5107 msgid "dst ref %s receives from more than one src"
5108 msgstr ""
5109
5110 #: remote.c:1627 remote.c:1728
5111 msgid "HEAD does not point to a branch"
5112 msgstr ""
5113
5114 #: remote.c:1636
5115 #, c-format
5116 msgid "no such branch: '%s'"
5117 msgstr ""
5118
5119 #: remote.c:1639
5120 #, c-format
5121 msgid "no upstream configured for branch '%s'"
5122 msgstr ""
5123
5124 #: remote.c:1645
5125 #, c-format
5126 msgid "upstream branch '%s' not stored as a remote-tracking branch"
5127 msgstr ""
5128
5129 #: remote.c:1660
5130 #, c-format
5131 msgid "push destination '%s' on remote '%s' has no local tracking branch"
5132 msgstr ""
5133
5134 #: remote.c:1672
5135 #, c-format
5136 msgid "branch '%s' has no remote for pushing"
5137 msgstr ""
5138
5139 #: remote.c:1682
5140 #, c-format
5141 msgid "push refspecs for '%s' do not include '%s'"
5142 msgstr ""
5143
5144 #: remote.c:1695
5145 msgid "push has no destination (push.default is 'nothing')"
5146 msgstr ""
5147
5148 #: remote.c:1717
5149 msgid "cannot resolve 'simple' push to a single destination"
5150 msgstr ""
5151
5152 #: remote.c:1843
5153 #, c-format
5154 msgid "couldn't find remote ref %s"
5155 msgstr ""
5156
5157 #: remote.c:1856
5158 #, c-format
5159 msgid "* Ignoring funny ref '%s' locally"
5160 msgstr ""
5161
5162 #: remote.c:2019
5163 #, c-format
5164 msgid "Your branch is based on '%s', but the upstream is gone.\n"
5165 msgstr ""
5166
5167 #: remote.c:2023
5168 msgid " (use \"git branch --unset-upstream\" to fixup)\n"
5169 msgstr ""
5170
5171 #: remote.c:2026
5172 #, c-format
5173 msgid "Your branch is up to date with '%s'.\n"
5174 msgstr ""
5175
5176 #: remote.c:2030
5177 #, c-format
5178 msgid "Your branch and '%s' refer to different commits.\n"
5179 msgstr ""
5180
5181 #: remote.c:2033
5182 #, c-format
5183 msgid " (use \"%s\" for details)\n"
5184 msgstr ""
5185
5186 #: remote.c:2037
5187 #, c-format
5188 msgid "Your branch is ahead of '%s' by %d commit.\n"
5189 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
5190 msgstr[0] ""
5191 msgstr[1] ""
5192
5193 #: remote.c:2043
5194 msgid " (use \"git push\" to publish your local commits)\n"
5195 msgstr ""
5196
5197 #: remote.c:2046
5198 #, c-format
5199 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
5200 msgid_plural ""
5201 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
5202 msgstr[0] ""
5203 msgstr[1] ""
5204
5205 #: remote.c:2054
5206 msgid " (use \"git pull\" to update your local branch)\n"
5207 msgstr ""
5208
5209 #: remote.c:2057
5210 #, c-format
5211 msgid ""
5212 "Your branch and '%s' have diverged,\n"
5213 "and have %d and %d different commit each, respectively.\n"
5214 msgid_plural ""
5215 "Your branch and '%s' have diverged,\n"
5216 "and have %d and %d different commits each, respectively.\n"
5217 msgstr[0] ""
5218 msgstr[1] ""
5219
5220 #: remote.c:2067
5221 msgid " (use \"git pull\" to merge the remote branch into yours)\n"
5222 msgstr ""
5223
5224 #: remote.c:2250
5225 #, c-format
5226 msgid "cannot parse expected object name '%s'"
5227 msgstr ""
5228
5229 #: replace-object.c:21
5230 #, c-format
5231 msgid "bad replace ref name: %s"
5232 msgstr ""
5233
5234 #: replace-object.c:30
5235 #, c-format
5236 msgid "duplicate replace ref: %s"
5237 msgstr ""
5238
5239 #: replace-object.c:73
5240 #, c-format
5241 msgid "replace depth too high for object %s"
5242 msgstr ""
5243
5244 #: rerere.c:217 rerere.c:226 rerere.c:229
5245 msgid "corrupt MERGE_RR"
5246 msgstr ""
5247
5248 #: rerere.c:264 rerere.c:269
5249 msgid "unable to write rerere record"
5250 msgstr ""
5251
5252 #: rerere.c:495
5253 #, c-format
5254 msgid "there were errors while writing '%s' (%s)"
5255 msgstr ""
5256
5257 #: rerere.c:498
5258 #, c-format
5259 msgid "failed to flush '%s'"
5260 msgstr ""
5261
5262 #: rerere.c:503 rerere.c:1039
5263 #, c-format
5264 msgid "could not parse conflict hunks in '%s'"
5265 msgstr ""
5266
5267 #: rerere.c:684
5268 #, c-format
5269 msgid "failed utime() on '%s'"
5270 msgstr ""
5271
5272 #: rerere.c:694
5273 #, c-format
5274 msgid "writing '%s' failed"
5275 msgstr ""
5276
5277 #: rerere.c:714
5278 #, c-format
5279 msgid "Staged '%s' using previous resolution."
5280 msgstr ""
5281
5282 #: rerere.c:753
5283 #, c-format
5284 msgid "Recorded resolution for '%s'."
5285 msgstr ""
5286
5287 #: rerere.c:788
5288 #, c-format
5289 msgid "Resolved '%s' using previous resolution."
5290 msgstr ""
5291
5292 #: rerere.c:803
5293 #, c-format
5294 msgid "cannot unlink stray '%s'"
5295 msgstr ""
5296
5297 #: rerere.c:807
5298 #, c-format
5299 msgid "Recorded preimage for '%s'"
5300 msgstr ""
5301
5302 #: rerere.c:881 submodule.c:2023 builtin/log.c:1790
5303 #: builtin/submodule--helper.c:1418 builtin/submodule--helper.c:1428
5304 #, c-format
5305 msgid "could not create directory '%s'"
5306 msgstr ""
5307
5308 #: rerere.c:1057
5309 #, c-format
5310 msgid "failed to update conflicted state in '%s'"
5311 msgstr ""
5312
5313 #: rerere.c:1068 rerere.c:1075
5314 #, c-format
5315 msgid "no remembered resolution for '%s'"
5316 msgstr ""
5317
5318 #: rerere.c:1077
5319 #, c-format
5320 msgid "cannot unlink '%s'"
5321 msgstr ""
5322
5323 #: rerere.c:1087
5324 #, c-format
5325 msgid "Updated preimage for '%s'"
5326 msgstr ""
5327
5328 #: rerere.c:1096
5329 #, c-format
5330 msgid "Forgot resolution for '%s'\n"
5331 msgstr ""
5332
5333 #: rerere.c:1199
5334 msgid "unable to open rr-cache directory"
5335 msgstr ""
5336
5337 #: revision.c:2509
5338 msgid "your current branch appears to be broken"
5339 msgstr ""
5340
5341 #: revision.c:2512
5342 #, c-format
5343 msgid "your current branch '%s' does not have any commits yet"
5344 msgstr ""
5345
5346 #: revision.c:2720
5347 msgid "--first-parent is incompatible with --bisect"
5348 msgstr ""
5349
5350 #: revision.c:2724
5351 msgid "-L does not yet support diff formats besides -p and -s"
5352 msgstr ""
5353
5354 #: run-command.c:763
5355 msgid "open /dev/null failed"
5356 msgstr ""
5357
5358 #: run-command.c:1269
5359 #, c-format
5360 msgid "cannot create async thread: %s"
5361 msgstr ""
5362
5363 #: run-command.c:1333
5364 #, c-format
5365 msgid ""
5366 "The '%s' hook was ignored because it's not set as executable.\n"
5367 "You can disable this warning with `git config advice.ignoredHook false`."
5368 msgstr ""
5369
5370 #: send-pack.c:142
5371 msgid "unexpected flush packet while reading remote unpack status"
5372 msgstr ""
5373
5374 #: send-pack.c:144
5375 #, c-format
5376 msgid "unable to parse remote unpack status: %s"
5377 msgstr ""
5378
5379 #: send-pack.c:146
5380 #, c-format
5381 msgid "remote unpack failed: %s"
5382 msgstr ""
5383
5384 #: send-pack.c:307
5385 msgid "failed to sign the push certificate"
5386 msgstr ""
5387
5388 #: send-pack.c:421
5389 msgid "the receiving end does not support --signed push"
5390 msgstr ""
5391
5392 #: send-pack.c:423
5393 msgid ""
5394 "not sending a push certificate since the receiving end does not support --"
5395 "signed push"
5396 msgstr ""
5397
5398 #: send-pack.c:435
5399 msgid "the receiving end does not support --atomic push"
5400 msgstr ""
5401
5402 #: send-pack.c:440
5403 msgid "the receiving end does not support push options"
5404 msgstr ""
5405
5406 #: sequencer.c:187
5407 #, c-format
5408 msgid "invalid commit message cleanup mode '%s'"
5409 msgstr ""
5410
5411 #: sequencer.c:292
5412 #, c-format
5413 msgid "could not delete '%s'"
5414 msgstr ""
5415
5416 #: sequencer.c:311 builtin/rebase.c:760 builtin/rebase.c:1676 builtin/rm.c:369
5417 #, c-format
5418 msgid "could not remove '%s'"
5419 msgstr ""
5420
5421 #: sequencer.c:321
5422 msgid "revert"
5423 msgstr ""
5424
5425 #: sequencer.c:323
5426 msgid "cherry-pick"
5427 msgstr ""
5428
5429 #: sequencer.c:325
5430 msgid "rebase -i"
5431 msgstr ""
5432
5433 #: sequencer.c:327
5434 #, c-format
5435 msgid "unknown action: %d"
5436 msgstr ""
5437
5438 #: sequencer.c:385
5439 msgid ""
5440 "after resolving the conflicts, mark the corrected paths\n"
5441 "with 'git add <paths>' or 'git rm <paths>'"
5442 msgstr ""
5443
5444 #: sequencer.c:388
5445 msgid ""
5446 "after resolving the conflicts, mark the corrected paths\n"
5447 "with 'git add <paths>' or 'git rm <paths>'\n"
5448 "and commit the result with 'git commit'"
5449 msgstr ""
5450
5451 #: sequencer.c:401 sequencer.c:2847
5452 #, c-format
5453 msgid "could not lock '%s'"
5454 msgstr ""
5455
5456 #: sequencer.c:408
5457 #, c-format
5458 msgid "could not write eol to '%s'"
5459 msgstr ""
5460
5461 #: sequencer.c:413 sequencer.c:2652 sequencer.c:2853 sequencer.c:2867
5462 #: sequencer.c:3130
5463 #, c-format
5464 msgid "failed to finalize '%s'"
5465 msgstr ""
5466
5467 #: sequencer.c:436 sequencer.c:1585 sequencer.c:2672 sequencer.c:3112
5468 #: sequencer.c:3221 builtin/am.c:244 builtin/commit.c:763 builtin/merge.c:1117
5469 #: builtin/rebase.c:568
5470 #, c-format
5471 msgid "could not read '%s'"
5472 msgstr ""
5473
5474 #: sequencer.c:462
5475 #, c-format
5476 msgid "your local changes would be overwritten by %s."
5477 msgstr ""
5478
5479 #: sequencer.c:466
5480 msgid "commit your changes or stash them to proceed."
5481 msgstr ""
5482
5483 #: sequencer.c:498
5484 #, c-format
5485 msgid "%s: fast-forward"
5486 msgstr ""
5487
5488 #: sequencer.c:537 builtin/tag.c:565
5489 #, c-format
5490 msgid "Invalid cleanup mode %s"
5491 msgstr ""
5492
5493 #. TRANSLATORS: %s will be "revert", "cherry-pick" or
5494 #. "rebase -i".
5495 #.
5496 #: sequencer.c:631
5497 #, c-format
5498 msgid "%s: Unable to write new index file"
5499 msgstr ""
5500
5501 #: sequencer.c:648
5502 msgid "unable to update cache tree"
5503 msgstr ""
5504
5505 #: sequencer.c:662
5506 msgid "could not resolve HEAD commit"
5507 msgstr ""
5508
5509 #: sequencer.c:742
5510 #, c-format
5511 msgid "no key present in '%.*s'"
5512 msgstr ""
5513
5514 #: sequencer.c:753
5515 #, c-format
5516 msgid "unable to dequote value of '%s'"
5517 msgstr ""
5518
5519 #: sequencer.c:790 wrapper.c:190 wrapper.c:360 builtin/am.c:705
5520 #: builtin/am.c:797 builtin/merge.c:1114 builtin/rebase.c:1046
5521 #, c-format
5522 msgid "could not open '%s' for reading"
5523 msgstr ""
5524
5525 #: sequencer.c:800
5526 msgid "'GIT_AUTHOR_NAME' already given"
5527 msgstr ""
5528
5529 #: sequencer.c:805
5530 msgid "'GIT_AUTHOR_EMAIL' already given"
5531 msgstr ""
5532
5533 #: sequencer.c:810
5534 msgid "'GIT_AUTHOR_DATE' already given"
5535 msgstr ""
5536
5537 #: sequencer.c:814
5538 #, c-format
5539 msgid "unknown variable '%s'"
5540 msgstr ""
5541
5542 #: sequencer.c:819
5543 msgid "missing 'GIT_AUTHOR_NAME'"
5544 msgstr ""
5545
5546 #: sequencer.c:821
5547 msgid "missing 'GIT_AUTHOR_EMAIL'"
5548 msgstr ""
5549
5550 #: sequencer.c:823
5551 msgid "missing 'GIT_AUTHOR_DATE'"
5552 msgstr ""
5553
5554 #: sequencer.c:872
5555 #, c-format
5556 msgid ""
5557 "you have staged changes in your working tree\n"
5558 "If these changes are meant to be squashed into the previous commit, run:\n"
5559 "\n"
5560 " git commit --amend %s\n"
5561 "\n"
5562 "If they are meant to go into a new commit, run:\n"
5563 "\n"
5564 " git commit %s\n"
5565 "\n"
5566 "In both cases, once you're done, continue with:\n"
5567 "\n"
5568 " git rebase --continue\n"
5569 msgstr ""
5570
5571 #: sequencer.c:1146
5572 msgid "'prepare-commit-msg' hook failed"
5573 msgstr ""
5574
5575 #: sequencer.c:1153
5576 msgid ""
5577 "Your name and email address were configured automatically based\n"
5578 "on your username and hostname. Please check that they are accurate.\n"
5579 "You can suppress this message by setting them explicitly. Run the\n"
5580 "following command and follow the instructions in your editor to edit\n"
5581 "your configuration file:\n"
5582 "\n"
5583 " git config --global --edit\n"
5584 "\n"
5585 "After doing this, you may fix the identity used for this commit with:\n"
5586 "\n"
5587 " git commit --amend --reset-author\n"
5588 msgstr ""
5589
5590 #: sequencer.c:1166
5591 msgid ""
5592 "Your name and email address were configured automatically based\n"
5593 "on your username and hostname. Please check that they are accurate.\n"
5594 "You can suppress this message by setting them explicitly:\n"
5595 "\n"
5596 " git config --global user.name \"Your Name\"\n"
5597 " git config --global user.email you@example.com\n"
5598 "\n"
5599 "After doing this, you may fix the identity used for this commit with:\n"
5600 "\n"
5601 " git commit --amend --reset-author\n"
5602 msgstr ""
5603
5604 #: sequencer.c:1208
5605 msgid "couldn't look up newly created commit"
5606 msgstr ""
5607
5608 #: sequencer.c:1210
5609 msgid "could not parse newly created commit"
5610 msgstr ""
5611
5612 #: sequencer.c:1256
5613 msgid "unable to resolve HEAD after creating commit"
5614 msgstr ""
5615
5616 #: sequencer.c:1258
5617 msgid "detached HEAD"
5618 msgstr ""
5619
5620 #: sequencer.c:1262
5621 msgid " (root-commit)"
5622 msgstr ""
5623
5624 #: sequencer.c:1283
5625 msgid "could not parse HEAD"
5626 msgstr ""
5627
5628 #: sequencer.c:1285
5629 #, c-format
5630 msgid "HEAD %s is not a commit!"
5631 msgstr ""
5632
5633 #: sequencer.c:1289 builtin/commit.c:1571
5634 msgid "could not parse HEAD commit"
5635 msgstr ""
5636
5637 #: sequencer.c:1341 sequencer.c:1933
5638 msgid "unable to parse commit author"
5639 msgstr ""
5640
5641 #: sequencer.c:1352 builtin/am.c:1561 builtin/merge.c:684
5642 msgid "git write-tree failed to write a tree"
5643 msgstr ""
5644
5645 #: sequencer.c:1369 sequencer.c:1429
5646 #, c-format
5647 msgid "unable to read commit message from '%s'"
5648 msgstr ""
5649
5650 #: sequencer.c:1396 builtin/am.c:1583 builtin/commit.c:1670 builtin/merge.c:883
5651 #: builtin/merge.c:908
5652 msgid "failed to write commit object"
5653 msgstr ""
5654
5655 #: sequencer.c:1456
5656 #, c-format
5657 msgid "could not parse commit %s"
5658 msgstr ""
5659
5660 #: sequencer.c:1461
5661 #, c-format
5662 msgid "could not parse parent commit %s"
5663 msgstr ""
5664
5665 #: sequencer.c:1535 sequencer.c:1645
5666 #, c-format
5667 msgid "unknown command: %d"
5668 msgstr ""
5669
5670 #: sequencer.c:1592 sequencer.c:1617
5671 #, c-format
5672 msgid "This is a combination of %d commits."
5673 msgstr ""
5674
5675 #: sequencer.c:1602
5676 msgid "need a HEAD to fixup"
5677 msgstr ""
5678
5679 #: sequencer.c:1604 sequencer.c:3157
5680 msgid "could not read HEAD"
5681 msgstr ""
5682
5683 #: sequencer.c:1606
5684 msgid "could not read HEAD's commit message"
5685 msgstr ""
5686
5687 #: sequencer.c:1612
5688 #, c-format
5689 msgid "cannot write '%s'"
5690 msgstr ""
5691
5692 #: sequencer.c:1619 git-rebase--preserve-merges.sh:496
5693 msgid "This is the 1st commit message:"
5694 msgstr ""
5695
5696 #: sequencer.c:1627
5697 #, c-format
5698 msgid "could not read commit message of %s"
5699 msgstr ""
5700
5701 #: sequencer.c:1634
5702 #, c-format
5703 msgid "This is the commit message #%d:"
5704 msgstr ""
5705
5706 #: sequencer.c:1640
5707 #, c-format
5708 msgid "The commit message #%d will be skipped:"
5709 msgstr ""
5710
5711 #: sequencer.c:1728
5712 msgid "your index file is unmerged."
5713 msgstr ""
5714
5715 #: sequencer.c:1735
5716 msgid "cannot fixup root commit"
5717 msgstr ""
5718
5719 #: sequencer.c:1754
5720 #, c-format
5721 msgid "commit %s is a merge but no -m option was given."
5722 msgstr ""
5723
5724 #: sequencer.c:1762 sequencer.c:1770
5725 #, c-format
5726 msgid "commit %s does not have parent %d"
5727 msgstr ""
5728
5729 #: sequencer.c:1776
5730 #, c-format
5731 msgid "cannot get commit message for %s"
5732 msgstr ""
5733
5734 #. TRANSLATORS: The first %s will be a "todo" command like
5735 #. "revert" or "pick", the second %s a SHA1.
5736 #: sequencer.c:1795
5737 #, c-format
5738 msgid "%s: cannot parse parent commit %s"
5739 msgstr ""
5740
5741 #: sequencer.c:1860
5742 #, c-format
5743 msgid "could not rename '%s' to '%s'"
5744 msgstr ""
5745
5746 #: sequencer.c:1915
5747 #, c-format
5748 msgid "could not revert %s... %s"
5749 msgstr ""
5750
5751 #: sequencer.c:1916
5752 #, c-format
5753 msgid "could not apply %s... %s"
5754 msgstr ""
5755
5756 #: sequencer.c:1983
5757 #, c-format
5758 msgid "git %s: failed to read the index"
5759 msgstr ""
5760
5761 #: sequencer.c:1990
5762 #, c-format
5763 msgid "git %s: failed to refresh the index"
5764 msgstr ""
5765
5766 #: sequencer.c:2066
5767 #, c-format
5768 msgid "%s does not accept arguments: '%s'"
5769 msgstr ""
5770
5771 #: sequencer.c:2075
5772 #, c-format
5773 msgid "missing arguments for %s"
5774 msgstr ""
5775
5776 #: sequencer.c:2112
5777 #, c-format
5778 msgid "could not parse '%.*s'"
5779 msgstr ""
5780
5781 #: sequencer.c:2166
5782 #, c-format
5783 msgid "invalid line %d: %.*s"
5784 msgstr ""
5785
5786 #: sequencer.c:2177
5787 #, c-format
5788 msgid "cannot '%s' without a previous commit"
5789 msgstr ""
5790
5791 #: sequencer.c:2225 builtin/rebase.c:153 builtin/rebase.c:178
5792 #: builtin/rebase.c:204 builtin/rebase.c:229
5793 #, c-format
5794 msgid "could not read '%s'."
5795 msgstr ""
5796
5797 #: sequencer.c:2261
5798 msgid "cancelling a cherry picking in progress"
5799 msgstr ""
5800
5801 #: sequencer.c:2268
5802 msgid "cancelling a revert in progress"
5803 msgstr ""
5804
5805 #: sequencer.c:2302
5806 msgid "please fix this using 'git rebase --edit-todo'."
5807 msgstr ""
5808
5809 #: sequencer.c:2304
5810 #, c-format
5811 msgid "unusable instruction sheet: '%s'"
5812 msgstr ""
5813
5814 #: sequencer.c:2309
5815 msgid "no commits parsed."
5816 msgstr ""
5817
5818 #: sequencer.c:2320
5819 msgid "cannot cherry-pick during a revert."
5820 msgstr ""
5821
5822 #: sequencer.c:2322
5823 msgid "cannot revert during a cherry-pick."
5824 msgstr ""
5825
5826 #: sequencer.c:2404
5827 #, c-format
5828 msgid "invalid value for %s: %s"
5829 msgstr ""
5830
5831 #: sequencer.c:2491
5832 msgid "unusable squash-onto"
5833 msgstr ""
5834
5835 #: sequencer.c:2507
5836 #, c-format
5837 msgid "malformed options sheet: '%s'"
5838 msgstr ""
5839
5840 #: sequencer.c:2590 sequencer.c:4308
5841 msgid "empty commit set passed"
5842 msgstr ""
5843
5844 #: sequencer.c:2606
5845 msgid "revert is already in progress"
5846 msgstr ""
5847
5848 #: sequencer.c:2608
5849 #, c-format
5850 msgid "try \"git revert (--continue | %s--abort | --quit)\""
5851 msgstr ""
5852
5853 #: sequencer.c:2611
5854 msgid "cherry-pick is already in progress"
5855 msgstr ""
5856
5857 #: sequencer.c:2613
5858 #, c-format
5859 msgid "try \"git cherry-pick (--continue | %s--abort | --quit)\""
5860 msgstr ""
5861
5862 #: sequencer.c:2627
5863 #, c-format
5864 msgid "could not create sequencer directory '%s'"
5865 msgstr ""
5866
5867 #: sequencer.c:2642
5868 msgid "could not lock HEAD"
5869 msgstr ""
5870
5871 #: sequencer.c:2702 sequencer.c:4057
5872 msgid "no cherry-pick or revert in progress"
5873 msgstr ""
5874
5875 #: sequencer.c:2704 sequencer.c:2715
5876 msgid "cannot resolve HEAD"
5877 msgstr ""
5878
5879 #: sequencer.c:2706 sequencer.c:2750
5880 msgid "cannot abort from a branch yet to be born"
5881 msgstr ""
5882
5883 #: sequencer.c:2736 builtin/grep.c:736
5884 #, c-format
5885 msgid "cannot open '%s'"
5886 msgstr ""
5887
5888 #: sequencer.c:2738
5889 #, c-format
5890 msgid "cannot read '%s': %s"
5891 msgstr ""
5892
5893 #: sequencer.c:2739
5894 msgid "unexpected end of file"
5895 msgstr ""
5896
5897 #: sequencer.c:2745
5898 #, c-format
5899 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
5900 msgstr ""
5901
5902 #: sequencer.c:2756
5903 msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
5904 msgstr ""
5905
5906 #: sequencer.c:2797
5907 msgid "no revert in progress"
5908 msgstr ""
5909
5910 #: sequencer.c:2805
5911 msgid "no cherry-pick in progress"
5912 msgstr ""
5913
5914 #: sequencer.c:2815
5915 msgid "failed to skip the commit"
5916 msgstr ""
5917
5918 #: sequencer.c:2822
5919 msgid "there is nothing to skip"
5920 msgstr ""
5921
5922 #: sequencer.c:2825
5923 #, c-format
5924 msgid ""
5925 "have you committed already?\n"
5926 "try \"git %s --continue\""
5927 msgstr ""
5928
5929 #: sequencer.c:2949 sequencer.c:3969
5930 #, c-format
5931 msgid "could not update %s"
5932 msgstr ""
5933
5934 #: sequencer.c:2987 sequencer.c:3949
5935 msgid "cannot read HEAD"
5936 msgstr ""
5937
5938 #: sequencer.c:3004
5939 #, c-format
5940 msgid "unable to copy '%s' to '%s'"
5941 msgstr ""
5942
5943 #: sequencer.c:3012
5944 #, c-format
5945 msgid ""
5946 "You can amend the commit now, with\n"
5947 "\n"
5948 " git commit --amend %s\n"
5949 "\n"
5950 "Once you are satisfied with your changes, run\n"
5951 "\n"
5952 " git rebase --continue\n"
5953 msgstr ""
5954
5955 #: sequencer.c:3022
5956 #, c-format
5957 msgid "Could not apply %s... %.*s"
5958 msgstr ""
5959
5960 #: sequencer.c:3029
5961 #, c-format
5962 msgid "Could not merge %.*s"
5963 msgstr ""
5964
5965 #: sequencer.c:3043 sequencer.c:3047 builtin/difftool.c:641
5966 #, c-format
5967 msgid "could not copy '%s' to '%s'"
5968 msgstr ""
5969
5970 #: sequencer.c:3069 sequencer.c:3506 builtin/rebase.c:850 builtin/rebase.c:1613
5971 #: builtin/rebase.c:1987 builtin/rebase.c:2031
5972 msgid "could not read index"
5973 msgstr ""
5974
5975 #: sequencer.c:3074
5976 #, c-format
5977 msgid ""
5978 "execution failed: %s\n"
5979 "%sYou can fix the problem, and then run\n"
5980 "\n"
5981 " git rebase --continue\n"
5982 "\n"
5983 msgstr ""
5984
5985 #: sequencer.c:3080
5986 msgid "and made changes to the index and/or the working tree\n"
5987 msgstr ""
5988
5989 #: sequencer.c:3086
5990 #, c-format
5991 msgid ""
5992 "execution succeeded: %s\n"
5993 "but left changes to the index and/or the working tree\n"
5994 "Commit or stash your changes, and then run\n"
5995 "\n"
5996 " git rebase --continue\n"
5997 "\n"
5998 msgstr ""
5999
6000 #: sequencer.c:3147
6001 #, c-format
6002 msgid "illegal label name: '%.*s'"
6003 msgstr ""
6004
6005 #: sequencer.c:3201
6006 msgid "writing fake root commit"
6007 msgstr ""
6008
6009 #: sequencer.c:3206
6010 msgid "writing squash-onto"
6011 msgstr ""
6012
6013 #: sequencer.c:3244 builtin/rebase.c:855 builtin/rebase.c:861
6014 #, c-format
6015 msgid "failed to find tree of %s"
6016 msgstr ""
6017
6018 #: sequencer.c:3262 builtin/rebase.c:874
6019 msgid "could not write index"
6020 msgstr ""
6021
6022 #: sequencer.c:3289
6023 #, c-format
6024 msgid "could not resolve '%s'"
6025 msgstr ""
6026
6027 #: sequencer.c:3320
6028 msgid "cannot merge without a current revision"
6029 msgstr ""
6030
6031 #: sequencer.c:3342
6032 #, c-format
6033 msgid "unable to parse '%.*s'"
6034 msgstr ""
6035
6036 #: sequencer.c:3351
6037 #, c-format
6038 msgid "nothing to merge: '%.*s'"
6039 msgstr ""
6040
6041 #: sequencer.c:3363
6042 msgid "octopus merge cannot be executed on top of a [new root]"
6043 msgstr ""
6044
6045 #: sequencer.c:3378
6046 #, c-format
6047 msgid "could not get commit message of '%s'"
6048 msgstr ""
6049
6050 #: sequencer.c:3538
6051 #, c-format
6052 msgid "could not even attempt to merge '%.*s'"
6053 msgstr ""
6054
6055 #: sequencer.c:3554
6056 msgid "merge: Unable to write new index file"
6057 msgstr ""
6058
6059 #: sequencer.c:3623 builtin/rebase.c:712
6060 #, c-format
6061 msgid "Applied autostash.\n"
6062 msgstr ""
6063
6064 #: sequencer.c:3635
6065 #, c-format
6066 msgid "cannot store %s"
6067 msgstr ""
6068
6069 #: sequencer.c:3638 builtin/rebase.c:728 git-rebase--preserve-merges.sh:113
6070 #, c-format
6071 msgid ""
6072 "Applying autostash resulted in conflicts.\n"
6073 "Your changes are safe in the stash.\n"
6074 "You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
6075 msgstr ""
6076
6077 #: sequencer.c:3699
6078 #, c-format
6079 msgid "could not checkout %s"
6080 msgstr ""
6081
6082 #: sequencer.c:3713
6083 #, c-format
6084 msgid "%s: not a valid OID"
6085 msgstr ""
6086
6087 #: sequencer.c:3718 git-rebase--preserve-merges.sh:779
6088 msgid "could not detach HEAD"
6089 msgstr ""
6090
6091 #: sequencer.c:3733
6092 #, c-format
6093 msgid "Stopped at HEAD\n"
6094 msgstr ""
6095
6096 #: sequencer.c:3735
6097 #, c-format
6098 msgid "Stopped at %s\n"
6099 msgstr ""
6100
6101 #: sequencer.c:3743
6102 #, c-format
6103 msgid ""
6104 "Could not execute the todo command\n"
6105 "\n"
6106 " %.*s\n"
6107 "It has been rescheduled; To edit the command before continuing, please\n"
6108 "edit the todo list first:\n"
6109 "\n"
6110 " git rebase --edit-todo\n"
6111 " git rebase --continue\n"
6112 msgstr ""
6113
6114 #: sequencer.c:3827
6115 #, c-format
6116 msgid "Stopped at %s... %.*s\n"
6117 msgstr ""
6118
6119 #: sequencer.c:3898
6120 #, c-format
6121 msgid "unknown command %d"
6122 msgstr ""
6123
6124 #: sequencer.c:3957
6125 msgid "could not read orig-head"
6126 msgstr ""
6127
6128 #: sequencer.c:3962
6129 msgid "could not read 'onto'"
6130 msgstr ""
6131
6132 #: sequencer.c:3976
6133 #, c-format
6134 msgid "could not update HEAD to %s"
6135 msgstr ""
6136
6137 #: sequencer.c:4069
6138 msgid "cannot rebase: You have unstaged changes."
6139 msgstr ""
6140
6141 #: sequencer.c:4078
6142 msgid "cannot amend non-existing commit"
6143 msgstr ""
6144
6145 #: sequencer.c:4080
6146 #, c-format
6147 msgid "invalid file: '%s'"
6148 msgstr ""
6149
6150 #: sequencer.c:4082
6151 #, c-format
6152 msgid "invalid contents: '%s'"
6153 msgstr ""
6154
6155 #: sequencer.c:4085
6156 msgid ""
6157 "\n"
6158 "You have uncommitted changes in your working tree. Please, commit them\n"
6159 "first and then run 'git rebase --continue' again."
6160 msgstr ""
6161
6162 #: sequencer.c:4121 sequencer.c:4159
6163 #, c-format
6164 msgid "could not write file: '%s'"
6165 msgstr ""
6166
6167 #: sequencer.c:4174
6168 msgid "could not remove CHERRY_PICK_HEAD"
6169 msgstr ""
6170
6171 #: sequencer.c:4181
6172 msgid "could not commit staged changes."
6173 msgstr ""
6174
6175 #: sequencer.c:4285
6176 #, c-format
6177 msgid "%s: can't cherry-pick a %s"
6178 msgstr ""
6179
6180 #: sequencer.c:4289
6181 #, c-format
6182 msgid "%s: bad revision"
6183 msgstr ""
6184
6185 #: sequencer.c:4324
6186 msgid "can't revert as initial commit"
6187 msgstr ""
6188
6189 #: sequencer.c:4774
6190 msgid "make_script: unhandled options"
6191 msgstr ""
6192
6193 #: sequencer.c:4777
6194 msgid "make_script: error preparing revisions"
6195 msgstr ""
6196
6197 #: sequencer.c:4935
6198 msgid ""
6199 "You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
6200 "continue'.\n"
6201 "Or you can abort the rebase with 'git rebase --abort'.\n"
6202 msgstr ""
6203
6204 #: sequencer.c:5047 sequencer.c:5064
6205 msgid "nothing to do"
6206 msgstr ""
6207
6208 #: sequencer.c:5078
6209 msgid "could not skip unnecessary pick commands"
6210 msgstr ""
6211
6212 #: sequencer.c:5166
6213 msgid "the script was already rearranged."
6214 msgstr ""
6215
6216 #: setup.c:124
6217 #, c-format
6218 msgid "'%s' is outside repository"
6219 msgstr ""
6220
6221 #: setup.c:174
6222 #, c-format
6223 msgid ""
6224 "%s: no such path in the working tree.\n"
6225 "Use 'git <command> -- <path>...' to specify paths that do not exist locally."
6226 msgstr ""
6227
6228 #: setup.c:187
6229 #, c-format
6230 msgid ""
6231 "ambiguous argument '%s': unknown revision or path not in the working tree.\n"
6232 "Use '--' to separate paths from revisions, like this:\n"
6233 "'git <command> [<revision>...] -- [<file>...]'"
6234 msgstr ""
6235
6236 #: setup.c:236
6237 #, c-format
6238 msgid "option '%s' must come before non-option arguments"
6239 msgstr ""
6240
6241 #: setup.c:255
6242 #, c-format
6243 msgid ""
6244 "ambiguous argument '%s': both revision and filename\n"
6245 "Use '--' to separate paths from revisions, like this:\n"
6246 "'git <command> [<revision>...] -- [<file>...]'"
6247 msgstr ""
6248
6249 #: setup.c:391
6250 msgid "unable to set up work tree using invalid config"
6251 msgstr ""
6252
6253 #: setup.c:395
6254 msgid "this operation must be run in a work tree"
6255 msgstr ""
6256
6257 #: setup.c:541
6258 #, c-format
6259 msgid "Expected git repo version <= %d, found %d"
6260 msgstr ""
6261
6262 #: setup.c:549
6263 msgid "unknown repository extensions found:"
6264 msgstr ""
6265
6266 #: setup.c:568
6267 #, c-format
6268 msgid "error opening '%s'"
6269 msgstr ""
6270
6271 #: setup.c:570
6272 #, c-format
6273 msgid "too large to be a .git file: '%s'"
6274 msgstr ""
6275
6276 #: setup.c:572
6277 #, c-format
6278 msgid "error reading %s"
6279 msgstr ""
6280
6281 #: setup.c:574
6282 #, c-format
6283 msgid "invalid gitfile format: %s"
6284 msgstr ""
6285
6286 #: setup.c:576
6287 #, c-format
6288 msgid "no path in gitfile: %s"
6289 msgstr ""
6290
6291 #: setup.c:578
6292 #, c-format
6293 msgid "not a git repository: %s"
6294 msgstr ""
6295
6296 #: setup.c:677
6297 #, c-format
6298 msgid "'$%s' too big"
6299 msgstr ""
6300
6301 #: setup.c:691
6302 #, c-format
6303 msgid "not a git repository: '%s'"
6304 msgstr ""
6305
6306 #: setup.c:720 setup.c:722 setup.c:753
6307 #, c-format
6308 msgid "cannot chdir to '%s'"
6309 msgstr ""
6310
6311 #: setup.c:725 setup.c:781 setup.c:791 setup.c:830 setup.c:838
6312 msgid "cannot come back to cwd"
6313 msgstr ""
6314
6315 #: setup.c:852
6316 #, c-format
6317 msgid "failed to stat '%*s%s%s'"
6318 msgstr ""
6319
6320 #: setup.c:1090
6321 msgid "Unable to read current working directory"
6322 msgstr ""
6323
6324 #: setup.c:1099 setup.c:1105
6325 #, c-format
6326 msgid "cannot change to '%s'"
6327 msgstr ""
6328
6329 #: setup.c:1110
6330 #, c-format
6331 msgid "not a git repository (or any of the parent directories): %s"
6332 msgstr ""
6333
6334 #: setup.c:1116
6335 #, c-format
6336 msgid ""
6337 "not a git repository (or any parent up to mount point %s)\n"
6338 "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
6339 msgstr ""
6340
6341 #: setup.c:1227
6342 #, c-format
6343 msgid ""
6344 "problem with core.sharedRepository filemode value (0%.3o).\n"
6345 "The owner of files must always have read and write permissions."
6346 msgstr ""
6347
6348 #: setup.c:1271
6349 msgid "open /dev/null or dup failed"
6350 msgstr ""
6351
6352 #: setup.c:1286
6353 msgid "fork failed"
6354 msgstr ""
6355
6356 #: setup.c:1291
6357 msgid "setsid failed"
6358 msgstr ""
6359
6360 #: sha1-file.c:452
6361 #, c-format
6362 msgid "object directory %s does not exist; check .git/objects/info/alternates"
6363 msgstr ""
6364
6365 #: sha1-file.c:503
6366 #, c-format
6367 msgid "unable to normalize alternate object path: %s"
6368 msgstr ""
6369
6370 #: sha1-file.c:575
6371 #, c-format
6372 msgid "%s: ignoring alternate object stores, nesting too deep"
6373 msgstr ""
6374
6375 #: sha1-file.c:582
6376 #, c-format
6377 msgid "unable to normalize object directory: %s"
6378 msgstr ""
6379
6380 #: sha1-file.c:625
6381 msgid "unable to fdopen alternates lockfile"
6382 msgstr ""
6383
6384 #: sha1-file.c:643
6385 msgid "unable to read alternates file"
6386 msgstr ""
6387
6388 #: sha1-file.c:650
6389 msgid "unable to move new alternates file into place"
6390 msgstr ""
6391
6392 #: sha1-file.c:685
6393 #, c-format
6394 msgid "path '%s' does not exist"
6395 msgstr ""
6396
6397 #: sha1-file.c:711
6398 #, c-format
6399 msgid "reference repository '%s' as a linked checkout is not supported yet."
6400 msgstr ""
6401
6402 #: sha1-file.c:717
6403 #, c-format
6404 msgid "reference repository '%s' is not a local repository."
6405 msgstr ""
6406
6407 #: sha1-file.c:723
6408 #, c-format
6409 msgid "reference repository '%s' is shallow"
6410 msgstr ""
6411
6412 #: sha1-file.c:731
6413 #, c-format
6414 msgid "reference repository '%s' is grafted"
6415 msgstr ""
6416
6417 #: sha1-file.c:791
6418 #, c-format
6419 msgid "invalid line while parsing alternate refs: %s"
6420 msgstr ""
6421
6422 #: sha1-file.c:943
6423 #, c-format
6424 msgid "attempting to mmap %<PRIuMAX> over limit %<PRIuMAX>"
6425 msgstr ""
6426
6427 #: sha1-file.c:964
6428 msgid "mmap failed"
6429 msgstr ""
6430
6431 #: sha1-file.c:1128
6432 #, c-format
6433 msgid "object file %s is empty"
6434 msgstr ""
6435
6436 #: sha1-file.c:1252 sha1-file.c:2392
6437 #, c-format
6438 msgid "corrupt loose object '%s'"
6439 msgstr ""
6440
6441 #: sha1-file.c:1254 sha1-file.c:2396
6442 #, c-format
6443 msgid "garbage at end of loose object '%s'"
6444 msgstr ""
6445
6446 #: sha1-file.c:1296
6447 msgid "invalid object type"
6448 msgstr ""
6449
6450 #: sha1-file.c:1380
6451 #, c-format
6452 msgid "unable to unpack %s header with --allow-unknown-type"
6453 msgstr ""
6454
6455 #: sha1-file.c:1383
6456 #, c-format
6457 msgid "unable to unpack %s header"
6458 msgstr ""
6459
6460 #: sha1-file.c:1389
6461 #, c-format
6462 msgid "unable to parse %s header with --allow-unknown-type"
6463 msgstr ""
6464
6465 #: sha1-file.c:1392
6466 #, c-format
6467 msgid "unable to parse %s header"
6468 msgstr ""
6469
6470 #: sha1-file.c:1584
6471 #, c-format
6472 msgid "failed to read object %s"
6473 msgstr ""
6474
6475 #: sha1-file.c:1588
6476 #, c-format
6477 msgid "replacement %s not found for %s"
6478 msgstr ""
6479
6480 #: sha1-file.c:1592
6481 #, c-format
6482 msgid "loose object %s (stored in %s) is corrupt"
6483 msgstr ""
6484
6485 #: sha1-file.c:1596
6486 #, c-format
6487 msgid "packed object %s (stored in %s) is corrupt"
6488 msgstr ""
6489
6490 #: sha1-file.c:1699
6491 #, c-format
6492 msgid "unable to write file %s"
6493 msgstr ""
6494
6495 #: sha1-file.c:1706
6496 #, c-format
6497 msgid "unable to set permission to '%s'"
6498 msgstr ""
6499
6500 #: sha1-file.c:1713
6501 msgid "file write error"
6502 msgstr ""
6503
6504 #: sha1-file.c:1732
6505 msgid "error when closing loose object file"
6506 msgstr ""
6507
6508 #: sha1-file.c:1797
6509 #, c-format
6510 msgid "insufficient permission for adding an object to repository database %s"
6511 msgstr ""
6512
6513 #: sha1-file.c:1799
6514 msgid "unable to create temporary file"
6515 msgstr ""
6516
6517 #: sha1-file.c:1823
6518 msgid "unable to write loose object file"
6519 msgstr ""
6520
6521 #: sha1-file.c:1829
6522 #, c-format
6523 msgid "unable to deflate new object %s (%d)"
6524 msgstr ""
6525
6526 #: sha1-file.c:1833
6527 #, c-format
6528 msgid "deflateEnd on object %s failed (%d)"
6529 msgstr ""
6530
6531 #: sha1-file.c:1837
6532 #, c-format
6533 msgid "confused by unstable object source data for %s"
6534 msgstr ""
6535
6536 #: sha1-file.c:1847 builtin/pack-objects.c:925
6537 #, c-format
6538 msgid "failed utime() on %s"
6539 msgstr ""
6540
6541 #: sha1-file.c:1922
6542 #, c-format
6543 msgid "cannot read object for %s"
6544 msgstr ""
6545
6546 #: sha1-file.c:1962
6547 msgid "corrupt commit"
6548 msgstr ""
6549
6550 #: sha1-file.c:1970
6551 msgid "corrupt tag"
6552 msgstr ""
6553
6554 #: sha1-file.c:2069
6555 #, c-format
6556 msgid "read error while indexing %s"
6557 msgstr ""
6558
6559 #: sha1-file.c:2072
6560 #, c-format
6561 msgid "short read while indexing %s"
6562 msgstr ""
6563
6564 #: sha1-file.c:2145 sha1-file.c:2154
6565 #, c-format
6566 msgid "%s: failed to insert into database"
6567 msgstr ""
6568
6569 #: sha1-file.c:2160
6570 #, c-format
6571 msgid "%s: unsupported file type"
6572 msgstr ""
6573
6574 #: sha1-file.c:2184
6575 #, c-format
6576 msgid "%s is not a valid object"
6577 msgstr ""
6578
6579 #: sha1-file.c:2186
6580 #, c-format
6581 msgid "%s is not a valid '%s' object"
6582 msgstr ""
6583
6584 #: sha1-file.c:2213 builtin/index-pack.c:155
6585 #, c-format
6586 msgid "unable to open %s"
6587 msgstr ""
6588
6589 #: sha1-file.c:2403 sha1-file.c:2455
6590 #, c-format
6591 msgid "hash mismatch for %s (expected %s)"
6592 msgstr ""
6593
6594 #: sha1-file.c:2427
6595 #, c-format
6596 msgid "unable to mmap %s"
6597 msgstr ""
6598
6599 #: sha1-file.c:2432
6600 #, c-format
6601 msgid "unable to unpack header of %s"
6602 msgstr ""
6603
6604 #: sha1-file.c:2438
6605 #, c-format
6606 msgid "unable to parse header of %s"
6607 msgstr ""
6608
6609 #: sha1-file.c:2449
6610 #, c-format
6611 msgid "unable to unpack contents of %s"
6612 msgstr ""
6613
6614 #: sha1-name.c:487
6615 #, c-format
6616 msgid "short SHA1 %s is ambiguous"
6617 msgstr ""
6618
6619 #: sha1-name.c:498
6620 msgid "The candidates are:"
6621 msgstr ""
6622
6623 #: sha1-name.c:797
6624 msgid ""
6625 "Git normally never creates a ref that ends with 40 hex characters\n"
6626 "because it will be ignored when you just specify 40-hex. These refs\n"
6627 "may be created by mistake. For example,\n"
6628 "\n"
6629 " git switch -c $br $(git rev-parse ...)\n"
6630 "\n"
6631 "where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
6632 "examine these refs and maybe delete them. Turn this message off by\n"
6633 "running \"git config advice.objectNameWarning false\""
6634 msgstr ""
6635
6636 #. TRANSLATORS: IEC 80000-13:2008 gibibyte
6637 #: strbuf.c:822
6638 #, c-format
6639 msgid "%u.%2.2u GiB"
6640 msgstr ""
6641
6642 #. TRANSLATORS: IEC 80000-13:2008 gibibyte/second
6643 #: strbuf.c:824
6644 #, c-format
6645 msgid "%u.%2.2u GiB/s"
6646 msgstr ""
6647
6648 #. TRANSLATORS: IEC 80000-13:2008 mebibyte
6649 #: strbuf.c:832
6650 #, c-format
6651 msgid "%u.%2.2u MiB"
6652 msgstr ""
6653
6654 #. TRANSLATORS: IEC 80000-13:2008 mebibyte/second
6655 #: strbuf.c:834
6656 #, c-format
6657 msgid "%u.%2.2u MiB/s"
6658 msgstr ""
6659
6660 #. TRANSLATORS: IEC 80000-13:2008 kibibyte
6661 #: strbuf.c:841
6662 #, c-format
6663 msgid "%u.%2.2u KiB"
6664 msgstr ""
6665
6666 #. TRANSLATORS: IEC 80000-13:2008 kibibyte/second
6667 #: strbuf.c:843
6668 #, c-format
6669 msgid "%u.%2.2u KiB/s"
6670 msgstr ""
6671
6672 #. TRANSLATORS: IEC 80000-13:2008 byte
6673 #: strbuf.c:849
6674 #, c-format
6675 msgid "%u byte"
6676 msgid_plural "%u bytes"
6677 msgstr[0] ""
6678 msgstr[1] ""
6679
6680 #. TRANSLATORS: IEC 80000-13:2008 byte/second
6681 #: strbuf.c:851
6682 #, c-format
6683 msgid "%u byte/s"
6684 msgid_plural "%u bytes/s"
6685 msgstr[0] ""
6686 msgstr[1] ""
6687
6688 #: submodule.c:114 submodule.c:143
6689 msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
6690 msgstr ""
6691
6692 #: submodule.c:118 submodule.c:147
6693 #, c-format
6694 msgid "Could not find section in .gitmodules where path=%s"
6695 msgstr ""
6696
6697 #: submodule.c:154
6698 #, c-format
6699 msgid "Could not remove .gitmodules entry for %s"
6700 msgstr ""
6701
6702 #: submodule.c:165
6703 msgid "staging updated .gitmodules failed"
6704 msgstr ""
6705
6706 #: submodule.c:327
6707 #, c-format
6708 msgid "in unpopulated submodule '%s'"
6709 msgstr ""
6710
6711 #: submodule.c:358
6712 #, c-format
6713 msgid "Pathspec '%s' is in submodule '%.*s'"
6714 msgstr ""
6715
6716 #: submodule.c:910
6717 #, c-format
6718 msgid "submodule entry '%s' (%s) is a %s, not a commit"
6719 msgstr ""
6720
6721 #: submodule.c:1147 builtin/branch.c:680 builtin/submodule--helper.c:1989
6722 msgid "Failed to resolve HEAD as a valid ref."
6723 msgstr ""
6724
6725 #: submodule.c:1481
6726 #, c-format
6727 msgid "Could not access submodule '%s'"
6728 msgstr ""
6729
6730 #: submodule.c:1651
6731 #, c-format
6732 msgid "'%s' not recognized as a git repository"
6733 msgstr ""
6734
6735 #: submodule.c:1789
6736 #, c-format
6737 msgid "could not start 'git status' in submodule '%s'"
6738 msgstr ""
6739
6740 #: submodule.c:1802
6741 #, c-format
6742 msgid "could not run 'git status' in submodule '%s'"
6743 msgstr ""
6744
6745 #: submodule.c:1817
6746 #, c-format
6747 msgid "Could not unset core.worktree setting in submodule '%s'"
6748 msgstr ""
6749
6750 #: submodule.c:1907
6751 #, c-format
6752 msgid "submodule '%s' has dirty index"
6753 msgstr ""
6754
6755 #: submodule.c:1959
6756 #, c-format
6757 msgid "Submodule '%s' could not be updated."
6758 msgstr ""
6759
6760 #: submodule.c:2007
6761 #, c-format
6762 msgid ""
6763 "relocate_gitdir for submodule '%s' with more than one worktree not supported"
6764 msgstr ""
6765
6766 #: submodule.c:2019 submodule.c:2074
6767 #, c-format
6768 msgid "could not lookup name for submodule '%s'"
6769 msgstr ""
6770
6771 #: submodule.c:2026
6772 #, c-format
6773 msgid ""
6774 "Migrating git directory of '%s%s' from\n"
6775 "'%s' to\n"
6776 "'%s'\n"
6777 msgstr ""
6778
6779 #: submodule.c:2109
6780 #, c-format
6781 msgid "could not recurse into submodule '%s'"
6782 msgstr ""
6783
6784 #: submodule.c:2153
6785 msgid "could not start ls-files in .."
6786 msgstr ""
6787
6788 #: submodule.c:2192
6789 #, c-format
6790 msgid "ls-tree returned unexpected return code %d"
6791 msgstr ""
6792
6793 #: submodule-config.c:236
6794 #, c-format
6795 msgid "ignoring suspicious submodule name: %s"
6796 msgstr ""
6797
6798 #: submodule-config.c:303
6799 msgid "negative values not allowed for submodule.fetchjobs"
6800 msgstr ""
6801
6802 #: submodule-config.c:401
6803 #, c-format
6804 msgid "ignoring '%s' which may be interpreted as a command-line option: %s"
6805 msgstr ""
6806
6807 #: submodule-config.c:490
6808 #, c-format
6809 msgid "invalid value for %s"
6810 msgstr ""
6811
6812 #: submodule-config.c:761
6813 #, c-format
6814 msgid "Could not update .gitmodules entry %s"
6815 msgstr ""
6816
6817 #: trailer.c:238
6818 #, c-format
6819 msgid "running trailer command '%s' failed"
6820 msgstr ""
6821
6822 #: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:553
6823 #: trailer.c:557
6824 #, c-format
6825 msgid "unknown value '%s' for key '%s'"
6826 msgstr ""
6827
6828 #: trailer.c:539 trailer.c:544 builtin/remote.c:295
6829 #, c-format
6830 msgid "more than one %s"
6831 msgstr ""
6832
6833 #: trailer.c:730
6834 #, c-format
6835 msgid "empty trailer token in trailer '%.*s'"
6836 msgstr ""
6837
6838 #: trailer.c:750
6839 #, c-format
6840 msgid "could not read input file '%s'"
6841 msgstr ""
6842
6843 #: trailer.c:753
6844 msgid "could not read from stdin"
6845 msgstr ""
6846
6847 #: trailer.c:1011 wrapper.c:665
6848 #, c-format
6849 msgid "could not stat %s"
6850 msgstr ""
6851
6852 #: trailer.c:1013
6853 #, c-format
6854 msgid "file %s is not a regular file"
6855 msgstr ""
6856
6857 #: trailer.c:1015
6858 #, c-format
6859 msgid "file %s is not writable by user"
6860 msgstr ""
6861
6862 #: trailer.c:1027
6863 msgid "could not open temporary file"
6864 msgstr ""
6865
6866 #: trailer.c:1067
6867 #, c-format
6868 msgid "could not rename temporary file to %s"
6869 msgstr ""
6870
6871 #: transport.c:116
6872 #, c-format
6873 msgid "Would set upstream of '%s' to '%s' of '%s'\n"
6874 msgstr ""
6875
6876 #: transport.c:145
6877 #, c-format
6878 msgid "could not read bundle '%s'"
6879 msgstr ""
6880
6881 #: transport.c:214
6882 #, c-format
6883 msgid "transport: invalid depth option '%s'"
6884 msgstr ""
6885
6886 #: transport.c:266
6887 msgid "see protocol.version in 'git help config' for more details"
6888 msgstr ""
6889
6890 #: transport.c:267
6891 msgid "server options require protocol version 2 or later"
6892 msgstr ""
6893
6894 #: transport.c:632
6895 msgid "could not parse transport.color.* config"
6896 msgstr ""
6897
6898 #: transport.c:705
6899 msgid "support for protocol v2 not implemented yet"
6900 msgstr ""
6901
6902 #: transport.c:831
6903 #, c-format
6904 msgid "unknown value for config '%s': %s"
6905 msgstr ""
6906
6907 #: transport.c:897
6908 #, c-format
6909 msgid "transport '%s' not allowed"
6910 msgstr ""
6911
6912 #: transport.c:949
6913 msgid "git-over-rsync is no longer supported"
6914 msgstr ""
6915
6916 #: transport.c:1044
6917 #, c-format
6918 msgid ""
6919 "The following submodule paths contain changes that can\n"
6920 "not be found on any remote:\n"
6921 msgstr ""
6922
6923 #: transport.c:1048
6924 #, c-format
6925 msgid ""
6926 "\n"
6927 "Please try\n"
6928 "\n"
6929 "\tgit push --recurse-submodules=on-demand\n"
6930 "\n"
6931 "or cd to the path and use\n"
6932 "\n"
6933 "\tgit push\n"
6934 "\n"
6935 "to push them to a remote.\n"
6936 "\n"
6937 msgstr ""
6938
6939 #: transport.c:1056
6940 msgid "Aborting."
6941 msgstr ""
6942
6943 #: transport.c:1201
6944 msgid "failed to push all needed submodules"
6945 msgstr ""
6946
6947 #: transport.c:1345 transport-helper.c:655
6948 msgid "operation not supported by protocol"
6949 msgstr ""
6950
6951 #: transport-helper.c:61 transport-helper.c:90
6952 msgid "full write to remote helper failed"
6953 msgstr ""
6954
6955 #: transport-helper.c:144
6956 #, c-format
6957 msgid "unable to find remote helper for '%s'"
6958 msgstr ""
6959
6960 #: transport-helper.c:160 transport-helper.c:569
6961 msgid "can't dup helper output fd"
6962 msgstr ""
6963
6964 #: transport-helper.c:211
6965 #, c-format
6966 msgid ""
6967 "unknown mandatory capability %s; this remote helper probably needs newer "
6968 "version of Git"
6969 msgstr ""
6970
6971 #: transport-helper.c:217
6972 msgid "this remote helper should implement refspec capability"
6973 msgstr ""
6974
6975 #: transport-helper.c:284 transport-helper.c:424
6976 #, c-format
6977 msgid "%s unexpectedly said: '%s'"
6978 msgstr ""
6979
6980 #: transport-helper.c:413
6981 #, c-format
6982 msgid "%s also locked %s"
6983 msgstr ""
6984
6985 #: transport-helper.c:491
6986 msgid "couldn't run fast-import"
6987 msgstr ""
6988
6989 #: transport-helper.c:514
6990 msgid "error while running fast-import"
6991 msgstr ""
6992
6993 #: transport-helper.c:543 transport-helper.c:1132
6994 #, c-format
6995 msgid "could not read ref %s"
6996 msgstr ""
6997
6998 #: transport-helper.c:588
6999 #, c-format
7000 msgid "unknown response to connect: %s"
7001 msgstr ""
7002
7003 #: transport-helper.c:610
7004 msgid "setting remote service path not supported by protocol"
7005 msgstr ""
7006
7007 #: transport-helper.c:612
7008 msgid "invalid remote service path"
7009 msgstr ""
7010
7011 #: transport-helper.c:658
7012 #, c-format
7013 msgid "can't connect to subservice %s"
7014 msgstr ""
7015
7016 #: transport-helper.c:734
7017 #, c-format
7018 msgid "expected ok/error, helper said '%s'"
7019 msgstr ""
7020
7021 #: transport-helper.c:787
7022 #, c-format
7023 msgid "helper reported unexpected status of %s"
7024 msgstr ""
7025
7026 #: transport-helper.c:848
7027 #, c-format
7028 msgid "helper %s does not support dry-run"
7029 msgstr ""
7030
7031 #: transport-helper.c:851
7032 #, c-format
7033 msgid "helper %s does not support --signed"
7034 msgstr ""
7035
7036 #: transport-helper.c:854
7037 #, c-format
7038 msgid "helper %s does not support --signed=if-asked"
7039 msgstr ""
7040
7041 #: transport-helper.c:859
7042 #, c-format
7043 msgid "helper %s does not support --atomic"
7044 msgstr ""
7045
7046 #: transport-helper.c:865
7047 #, c-format
7048 msgid "helper %s does not support 'push-option'"
7049 msgstr ""
7050
7051 #: transport-helper.c:963
7052 msgid "remote-helper doesn't support push; refspec needed"
7053 msgstr ""
7054
7055 #: transport-helper.c:968
7056 #, c-format
7057 msgid "helper %s does not support 'force'"
7058 msgstr ""
7059
7060 #: transport-helper.c:1015
7061 msgid "couldn't run fast-export"
7062 msgstr ""
7063
7064 #: transport-helper.c:1020
7065 msgid "error while running fast-export"
7066 msgstr ""
7067
7068 #: transport-helper.c:1045
7069 #, c-format
7070 msgid ""
7071 "No refs in common and none specified; doing nothing.\n"
7072 "Perhaps you should specify a branch such as 'master'.\n"
7073 msgstr ""
7074
7075 #: transport-helper.c:1118
7076 #, c-format
7077 msgid "malformed response in ref list: %s"
7078 msgstr ""
7079
7080 #: transport-helper.c:1270
7081 #, c-format
7082 msgid "read(%s) failed"
7083 msgstr ""
7084
7085 #: transport-helper.c:1297
7086 #, c-format
7087 msgid "write(%s) failed"
7088 msgstr ""
7089
7090 #: transport-helper.c:1346
7091 #, c-format
7092 msgid "%s thread failed"
7093 msgstr ""
7094
7095 #: transport-helper.c:1350
7096 #, c-format
7097 msgid "%s thread failed to join: %s"
7098 msgstr ""
7099
7100 #: transport-helper.c:1369 transport-helper.c:1373
7101 #, c-format
7102 msgid "can't start thread for copying data: %s"
7103 msgstr ""
7104
7105 #: transport-helper.c:1410
7106 #, c-format
7107 msgid "%s process failed to wait"
7108 msgstr ""
7109
7110 #: transport-helper.c:1414
7111 #, c-format
7112 msgid "%s process failed"
7113 msgstr ""
7114
7115 #: transport-helper.c:1432 transport-helper.c:1441
7116 msgid "can't start thread for copying data"
7117 msgstr ""
7118
7119 #: tree-walk.c:33
7120 msgid "too-short tree object"
7121 msgstr ""
7122
7123 #: tree-walk.c:39
7124 msgid "malformed mode in tree entry"
7125 msgstr ""
7126
7127 #: tree-walk.c:43
7128 msgid "empty filename in tree entry"
7129 msgstr ""
7130
7131 #: tree-walk.c:118
7132 msgid "too-short tree file"
7133 msgstr ""
7134
7135 #: unpack-trees.c:110
7136 #, c-format
7137 msgid ""
7138 "Your local changes to the following files would be overwritten by checkout:\n"
7139 "%%sPlease commit your changes or stash them before you switch branches."
7140 msgstr ""
7141
7142 #: unpack-trees.c:112
7143 #, c-format
7144 msgid ""
7145 "Your local changes to the following files would be overwritten by checkout:\n"
7146 "%%s"
7147 msgstr ""
7148
7149 #: unpack-trees.c:115
7150 #, c-format
7151 msgid ""
7152 "Your local changes to the following files would be overwritten by merge:\n"
7153 "%%sPlease commit your changes or stash them before you merge."
7154 msgstr ""
7155
7156 #: unpack-trees.c:117
7157 #, c-format
7158 msgid ""
7159 "Your local changes to the following files would be overwritten by merge:\n"
7160 "%%s"
7161 msgstr ""
7162
7163 #: unpack-trees.c:120
7164 #, c-format
7165 msgid ""
7166 "Your local changes to the following files would be overwritten by %s:\n"
7167 "%%sPlease commit your changes or stash them before you %s."
7168 msgstr ""
7169
7170 #: unpack-trees.c:122
7171 #, c-format
7172 msgid ""
7173 "Your local changes to the following files would be overwritten by %s:\n"
7174 "%%s"
7175 msgstr ""
7176
7177 #: unpack-trees.c:127
7178 #, c-format
7179 msgid ""
7180 "Updating the following directories would lose untracked files in them:\n"
7181 "%s"
7182 msgstr ""
7183
7184 #: unpack-trees.c:131
7185 #, c-format
7186 msgid ""
7187 "The following untracked working tree files would be removed by checkout:\n"
7188 "%%sPlease move or remove them before you switch branches."
7189 msgstr ""
7190
7191 #: unpack-trees.c:133
7192 #, c-format
7193 msgid ""
7194 "The following untracked working tree files would be removed by checkout:\n"
7195 "%%s"
7196 msgstr ""
7197
7198 #: unpack-trees.c:136
7199 #, c-format
7200 msgid ""
7201 "The following untracked working tree files would be removed by merge:\n"
7202 "%%sPlease move or remove them before you merge."
7203 msgstr ""
7204
7205 #: unpack-trees.c:138
7206 #, c-format
7207 msgid ""
7208 "The following untracked working tree files would be removed by merge:\n"
7209 "%%s"
7210 msgstr ""
7211
7212 #: unpack-trees.c:141
7213 #, c-format
7214 msgid ""
7215 "The following untracked working tree files would be removed by %s:\n"
7216 "%%sPlease move or remove them before you %s."
7217 msgstr ""
7218
7219 #: unpack-trees.c:143
7220 #, c-format
7221 msgid ""
7222 "The following untracked working tree files would be removed by %s:\n"
7223 "%%s"
7224 msgstr ""
7225
7226 #: unpack-trees.c:149
7227 #, c-format
7228 msgid ""
7229 "The following untracked working tree files would be overwritten by "
7230 "checkout:\n"
7231 "%%sPlease move or remove them before you switch branches."
7232 msgstr ""
7233
7234 #: unpack-trees.c:151
7235 #, c-format
7236 msgid ""
7237 "The following untracked working tree files would be overwritten by "
7238 "checkout:\n"
7239 "%%s"
7240 msgstr ""
7241
7242 #: unpack-trees.c:154
7243 #, c-format
7244 msgid ""
7245 "The following untracked working tree files would be overwritten by merge:\n"
7246 "%%sPlease move or remove them before you merge."
7247 msgstr ""
7248
7249 #: unpack-trees.c:156
7250 #, c-format
7251 msgid ""
7252 "The following untracked working tree files would be overwritten by merge:\n"
7253 "%%s"
7254 msgstr ""
7255
7256 #: unpack-trees.c:159
7257 #, c-format
7258 msgid ""
7259 "The following untracked working tree files would be overwritten by %s:\n"
7260 "%%sPlease move or remove them before you %s."
7261 msgstr ""
7262
7263 #: unpack-trees.c:161
7264 #, c-format
7265 msgid ""
7266 "The following untracked working tree files would be overwritten by %s:\n"
7267 "%%s"
7268 msgstr ""
7269
7270 #: unpack-trees.c:169
7271 #, c-format
7272 msgid "Entry '%s' overlaps with '%s'. Cannot bind."
7273 msgstr ""
7274
7275 #: unpack-trees.c:172
7276 #, c-format
7277 msgid ""
7278 "Cannot update sparse checkout: the following entries are not up to date:\n"
7279 "%s"
7280 msgstr ""
7281
7282 #: unpack-trees.c:174
7283 #, c-format
7284 msgid ""
7285 "The following working tree files would be overwritten by sparse checkout "
7286 "update:\n"
7287 "%s"
7288 msgstr ""
7289
7290 #: unpack-trees.c:176
7291 #, c-format
7292 msgid ""
7293 "The following working tree files would be removed by sparse checkout "
7294 "update:\n"
7295 "%s"
7296 msgstr ""
7297
7298 #: unpack-trees.c:178
7299 #, c-format
7300 msgid ""
7301 "Cannot update submodule:\n"
7302 "%s"
7303 msgstr ""
7304
7305 #: unpack-trees.c:255
7306 #, c-format
7307 msgid "Aborting\n"
7308 msgstr ""
7309
7310 #: unpack-trees.c:317
7311 msgid "Updating files"
7312 msgstr ""
7313
7314 #: unpack-trees.c:349
7315 msgid ""
7316 "the following paths have collided (e.g. case-sensitive paths\n"
7317 "on a case-insensitive filesystem) and only one from the same\n"
7318 "colliding group is in the working tree:\n"
7319 msgstr ""
7320
7321 #: urlmatch.c:163
7322 msgid "invalid URL scheme name or missing '://' suffix"
7323 msgstr ""
7324
7325 #: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
7326 #, c-format
7327 msgid "invalid %XX escape sequence"
7328 msgstr ""
7329
7330 #: urlmatch.c:215
7331 msgid "missing host and scheme is not 'file:'"
7332 msgstr ""
7333
7334 #: urlmatch.c:232
7335 msgid "a 'file:' URL may not have a port number"
7336 msgstr ""
7337
7338 #: urlmatch.c:247
7339 msgid "invalid characters in host name"
7340 msgstr ""
7341
7342 #: urlmatch.c:292 urlmatch.c:303
7343 msgid "invalid port number"
7344 msgstr ""
7345
7346 #: urlmatch.c:371
7347 msgid "invalid '..' path segment"
7348 msgstr ""
7349
7350 #: worktree.c:258 builtin/am.c:2084
7351 #, c-format
7352 msgid "failed to read '%s'"
7353 msgstr ""
7354
7355 #: worktree.c:304
7356 #, c-format
7357 msgid "'%s' at main working tree is not the repository directory"
7358 msgstr ""
7359
7360 #: worktree.c:315
7361 #, c-format
7362 msgid "'%s' file does not contain absolute path to the working tree location"
7363 msgstr ""
7364
7365 #: worktree.c:327
7366 #, c-format
7367 msgid "'%s' does not exist"
7368 msgstr ""
7369
7370 #: worktree.c:333
7371 #, c-format
7372 msgid "'%s' is not a .git file, error code %d"
7373 msgstr ""
7374
7375 #: worktree.c:341
7376 #, c-format
7377 msgid "'%s' does not point back to '%s'"
7378 msgstr ""
7379
7380 #: wrapper.c:186 wrapper.c:356
7381 #, c-format
7382 msgid "could not open '%s' for reading and writing"
7383 msgstr ""
7384
7385 #: wrapper.c:387 wrapper.c:588
7386 #, c-format
7387 msgid "unable to access '%s'"
7388 msgstr ""
7389
7390 #: wrapper.c:596
7391 msgid "unable to get current working directory"
7392 msgstr ""
7393
7394 #: wt-status.c:158
7395 msgid "Unmerged paths:"
7396 msgstr ""
7397
7398 #: wt-status.c:187 wt-status.c:219
7399 msgid " (use \"git restore --staged <file>...\" to unstage)"
7400 msgstr ""
7401
7402 #: wt-status.c:190 wt-status.c:222
7403 #, c-format
7404 msgid " (use \"git restore --source=%s --staged <file>...\" to unstage)"
7405 msgstr ""
7406
7407 #: wt-status.c:193 wt-status.c:225
7408 msgid " (use \"git rm --cached <file>...\" to unstage)"
7409 msgstr ""
7410
7411 #: wt-status.c:197
7412 msgid " (use \"git add <file>...\" to mark resolution)"
7413 msgstr ""
7414
7415 #: wt-status.c:199 wt-status.c:203
7416 msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"
7417 msgstr ""
7418
7419 #: wt-status.c:201
7420 msgid " (use \"git rm <file>...\" to mark resolution)"
7421 msgstr ""
7422
7423 #: wt-status.c:211 wt-status.c:1074
7424 msgid "Changes to be committed:"
7425 msgstr ""
7426
7427 #: wt-status.c:234 wt-status.c:1083
7428 msgid "Changes not staged for commit:"
7429 msgstr ""
7430
7431 #: wt-status.c:238
7432 msgid " (use \"git add <file>...\" to update what will be committed)"
7433 msgstr ""
7434
7435 #: wt-status.c:240
7436 msgid " (use \"git add/rm <file>...\" to update what will be committed)"
7437 msgstr ""
7438
7439 #: wt-status.c:241
7440 msgid ""
7441 " (use \"git restore <file>...\" to discard changes in working directory)"
7442 msgstr ""
7443
7444 #: wt-status.c:243
7445 msgid " (commit or discard the untracked or modified content in submodules)"
7446 msgstr ""
7447
7448 #: wt-status.c:254
7449 #, c-format
7450 msgid " (use \"git %s <file>...\" to include in what will be committed)"
7451 msgstr ""
7452
7453 #: wt-status.c:268
7454 msgid "both deleted:"
7455 msgstr ""
7456
7457 #: wt-status.c:270
7458 msgid "added by us:"
7459 msgstr ""
7460
7461 #: wt-status.c:272
7462 msgid "deleted by them:"
7463 msgstr ""
7464
7465 #: wt-status.c:274
7466 msgid "added by them:"
7467 msgstr ""
7468
7469 #: wt-status.c:276
7470 msgid "deleted by us:"
7471 msgstr ""
7472
7473 #: wt-status.c:278
7474 msgid "both added:"
7475 msgstr ""
7476
7477 #: wt-status.c:280
7478 msgid "both modified:"
7479 msgstr ""
7480
7481 #: wt-status.c:290
7482 msgid "new file:"
7483 msgstr ""
7484
7485 #: wt-status.c:292
7486 msgid "copied:"
7487 msgstr ""
7488
7489 #: wt-status.c:294
7490 msgid "deleted:"
7491 msgstr ""
7492
7493 #: wt-status.c:296
7494 msgid "modified:"
7495 msgstr ""
7496
7497 #: wt-status.c:298
7498 msgid "renamed:"
7499 msgstr ""
7500
7501 #: wt-status.c:300
7502 msgid "typechange:"
7503 msgstr ""
7504
7505 #: wt-status.c:302
7506 msgid "unknown:"
7507 msgstr ""
7508
7509 #: wt-status.c:304
7510 msgid "unmerged:"
7511 msgstr ""
7512
7513 #: wt-status.c:384
7514 msgid "new commits, "
7515 msgstr ""
7516
7517 #: wt-status.c:386
7518 msgid "modified content, "
7519 msgstr ""
7520
7521 #: wt-status.c:388
7522 msgid "untracked content, "
7523 msgstr ""
7524
7525 #: wt-status.c:906
7526 #, c-format
7527 msgid "Your stash currently has %d entry"
7528 msgid_plural "Your stash currently has %d entries"
7529 msgstr[0] ""
7530 msgstr[1] ""
7531
7532 #: wt-status.c:938
7533 msgid "Submodules changed but not updated:"
7534 msgstr ""
7535
7536 #: wt-status.c:940
7537 msgid "Submodule changes to be committed:"
7538 msgstr ""
7539
7540 #: wt-status.c:1022
7541 msgid ""
7542 "Do not modify or remove the line above.\n"
7543 "Everything below it will be ignored."
7544 msgstr ""
7545
7546 #: wt-status.c:1114
7547 #, c-format
7548 msgid ""
7549 "\n"
7550 "It took %.2f seconds to compute the branch ahead/behind values.\n"
7551 "You can use '--no-ahead-behind' to avoid this.\n"
7552 msgstr ""
7553
7554 #: wt-status.c:1144
7555 msgid "You have unmerged paths."
7556 msgstr ""
7557
7558 #: wt-status.c:1147
7559 msgid " (fix conflicts and run \"git commit\")"
7560 msgstr ""
7561
7562 #: wt-status.c:1149
7563 msgid " (use \"git merge --abort\" to abort the merge)"
7564 msgstr ""
7565
7566 #: wt-status.c:1153
7567 msgid "All conflicts fixed but you are still merging."
7568 msgstr ""
7569
7570 #: wt-status.c:1156
7571 msgid " (use \"git commit\" to conclude merge)"
7572 msgstr ""
7573
7574 #: wt-status.c:1165
7575 msgid "You are in the middle of an am session."
7576 msgstr ""
7577
7578 #: wt-status.c:1168
7579 msgid "The current patch is empty."
7580 msgstr ""
7581
7582 #: wt-status.c:1172
7583 msgid " (fix conflicts and then run \"git am --continue\")"
7584 msgstr ""
7585
7586 #: wt-status.c:1174
7587 msgid " (use \"git am --skip\" to skip this patch)"
7588 msgstr ""
7589
7590 #: wt-status.c:1176
7591 msgid " (use \"git am --abort\" to restore the original branch)"
7592 msgstr ""
7593
7594 #: wt-status.c:1309
7595 msgid "git-rebase-todo is missing."
7596 msgstr ""
7597
7598 #: wt-status.c:1311
7599 msgid "No commands done."
7600 msgstr ""
7601
7602 #: wt-status.c:1314
7603 #, c-format
7604 msgid "Last command done (%d command done):"
7605 msgid_plural "Last commands done (%d commands done):"
7606 msgstr[0] ""
7607 msgstr[1] ""
7608
7609 #: wt-status.c:1325
7610 #, c-format
7611 msgid " (see more in file %s)"
7612 msgstr ""
7613
7614 #: wt-status.c:1330
7615 msgid "No commands remaining."
7616 msgstr ""
7617
7618 #: wt-status.c:1333
7619 #, c-format
7620 msgid "Next command to do (%d remaining command):"
7621 msgid_plural "Next commands to do (%d remaining commands):"
7622 msgstr[0] ""
7623 msgstr[1] ""
7624
7625 #: wt-status.c:1341
7626 msgid " (use \"git rebase --edit-todo\" to view and edit)"
7627 msgstr ""
7628
7629 #: wt-status.c:1353
7630 #, c-format
7631 msgid "You are currently rebasing branch '%s' on '%s'."
7632 msgstr ""
7633
7634 #: wt-status.c:1358
7635 msgid "You are currently rebasing."
7636 msgstr ""
7637
7638 #: wt-status.c:1371
7639 msgid " (fix conflicts and then run \"git rebase --continue\")"
7640 msgstr ""
7641
7642 #: wt-status.c:1373
7643 msgid " (use \"git rebase --skip\" to skip this patch)"
7644 msgstr ""
7645
7646 #: wt-status.c:1375
7647 msgid " (use \"git rebase --abort\" to check out the original branch)"
7648 msgstr ""
7649
7650 #: wt-status.c:1382
7651 msgid " (all conflicts fixed: run \"git rebase --continue\")"
7652 msgstr ""
7653
7654 #: wt-status.c:1386
7655 #, c-format
7656 msgid ""
7657 "You are currently splitting a commit while rebasing branch '%s' on '%s'."
7658 msgstr ""
7659
7660 #: wt-status.c:1391
7661 msgid "You are currently splitting a commit during a rebase."
7662 msgstr ""
7663
7664 #: wt-status.c:1394
7665 msgid " (Once your working directory is clean, run \"git rebase --continue\")"
7666 msgstr ""
7667
7668 #: wt-status.c:1398
7669 #, c-format
7670 msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
7671 msgstr ""
7672
7673 #: wt-status.c:1403
7674 msgid "You are currently editing a commit during a rebase."
7675 msgstr ""
7676
7677 #: wt-status.c:1406
7678 msgid " (use \"git commit --amend\" to amend the current commit)"
7679 msgstr ""
7680
7681 #: wt-status.c:1408
7682 msgid ""
7683 " (use \"git rebase --continue\" once you are satisfied with your changes)"
7684 msgstr ""
7685
7686 #: wt-status.c:1419
7687 msgid "Cherry-pick currently in progress."
7688 msgstr ""
7689
7690 #: wt-status.c:1422
7691 #, c-format
7692 msgid "You are currently cherry-picking commit %s."
7693 msgstr ""
7694
7695 #: wt-status.c:1429
7696 msgid " (fix conflicts and run \"git cherry-pick --continue\")"
7697 msgstr ""
7698
7699 #: wt-status.c:1432
7700 msgid " (run \"git cherry-pick --continue\" to continue)"
7701 msgstr ""
7702
7703 #: wt-status.c:1435
7704 msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"
7705 msgstr ""
7706
7707 #: wt-status.c:1437
7708 msgid " (use \"git cherry-pick --skip\" to skip this patch)"
7709 msgstr ""
7710
7711 #: wt-status.c:1439
7712 msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
7713 msgstr ""
7714
7715 #: wt-status.c:1449
7716 msgid "Revert currently in progress."
7717 msgstr ""
7718
7719 #: wt-status.c:1452
7720 #, c-format
7721 msgid "You are currently reverting commit %s."
7722 msgstr ""
7723
7724 #: wt-status.c:1458
7725 msgid " (fix conflicts and run \"git revert --continue\")"
7726 msgstr ""
7727
7728 #: wt-status.c:1461
7729 msgid " (run \"git revert --continue\" to continue)"
7730 msgstr ""
7731
7732 #: wt-status.c:1464
7733 msgid " (all conflicts fixed: run \"git revert --continue\")"
7734 msgstr ""
7735
7736 #: wt-status.c:1466
7737 msgid " (use \"git revert --skip\" to skip this patch)"
7738 msgstr ""
7739
7740 #: wt-status.c:1468
7741 msgid " (use \"git revert --abort\" to cancel the revert operation)"
7742 msgstr ""
7743
7744 #: wt-status.c:1478
7745 #, c-format
7746 msgid "You are currently bisecting, started from branch '%s'."
7747 msgstr ""
7748
7749 #: wt-status.c:1482
7750 msgid "You are currently bisecting."
7751 msgstr ""
7752
7753 #: wt-status.c:1485
7754 msgid " (use \"git bisect reset\" to get back to the original branch)"
7755 msgstr ""
7756
7757 #: wt-status.c:1694
7758 msgid "On branch "
7759 msgstr ""
7760
7761 #: wt-status.c:1701
7762 msgid "interactive rebase in progress; onto "
7763 msgstr ""
7764
7765 #: wt-status.c:1703
7766 msgid "rebase in progress; onto "
7767 msgstr ""
7768
7769 #: wt-status.c:1713
7770 msgid "Not currently on any branch."
7771 msgstr ""
7772
7773 #: wt-status.c:1730
7774 msgid "Initial commit"
7775 msgstr ""
7776
7777 #: wt-status.c:1731
7778 msgid "No commits yet"
7779 msgstr ""
7780
7781 #: wt-status.c:1745
7782 msgid "Untracked files"
7783 msgstr ""
7784
7785 #: wt-status.c:1747
7786 msgid "Ignored files"
7787 msgstr ""
7788
7789 #: wt-status.c:1751
7790 #, c-format
7791 msgid ""
7792 "It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
7793 "may speed it up, but you have to be careful not to forget to add\n"
7794 "new files yourself (see 'git help status')."
7795 msgstr ""
7796
7797 #: wt-status.c:1757
7798 #, c-format
7799 msgid "Untracked files not listed%s"
7800 msgstr ""
7801
7802 #: wt-status.c:1759
7803 msgid " (use -u option to show untracked files)"
7804 msgstr ""
7805
7806 #: wt-status.c:1765
7807 msgid "No changes"
7808 msgstr ""
7809
7810 #: wt-status.c:1770
7811 #, c-format
7812 msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
7813 msgstr ""
7814
7815 #: wt-status.c:1773
7816 #, c-format
7817 msgid "no changes added to commit\n"
7818 msgstr ""
7819
7820 #: wt-status.c:1776
7821 #, c-format
7822 msgid ""
7823 "nothing added to commit but untracked files present (use \"git add\" to "
7824 "track)\n"
7825 msgstr ""
7826
7827 #: wt-status.c:1779
7828 #, c-format
7829 msgid "nothing added to commit but untracked files present\n"
7830 msgstr ""
7831
7832 #: wt-status.c:1782
7833 #, c-format
7834 msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
7835 msgstr ""
7836
7837 #: wt-status.c:1785 wt-status.c:1790
7838 #, c-format
7839 msgid "nothing to commit\n"
7840 msgstr ""
7841
7842 #: wt-status.c:1788
7843 #, c-format
7844 msgid "nothing to commit (use -u to show untracked files)\n"
7845 msgstr ""
7846
7847 #: wt-status.c:1792
7848 #, c-format
7849 msgid "nothing to commit, working tree clean\n"
7850 msgstr ""
7851
7852 #: wt-status.c:1905
7853 msgid "No commits yet on "
7854 msgstr ""
7855
7856 #: wt-status.c:1909
7857 msgid "HEAD (no branch)"
7858 msgstr ""
7859
7860 #: wt-status.c:1940
7861 msgid "different"
7862 msgstr ""
7863
7864 #: wt-status.c:1942 wt-status.c:1950
7865 msgid "behind "
7866 msgstr ""
7867
7868 #: wt-status.c:1945 wt-status.c:1948
7869 msgid "ahead "
7870 msgstr ""
7871
7872 #. TRANSLATORS: the action is e.g. "pull with rebase"
7873 #: wt-status.c:2470
7874 #, c-format
7875 msgid "cannot %s: You have unstaged changes."
7876 msgstr ""
7877
7878 #: wt-status.c:2476
7879 msgid "additionally, your index contains uncommitted changes."
7880 msgstr ""
7881
7882 #: wt-status.c:2478
7883 #, c-format
7884 msgid "cannot %s: Your index contains uncommitted changes."
7885 msgstr ""
7886
7887 #: compat/precompose_utf8.c:58 builtin/clone.c:452
7888 #, c-format
7889 msgid "failed to unlink '%s'"
7890 msgstr ""
7891
7892 #: builtin/add.c:25
7893 msgid "git add [<options>] [--] <pathspec>..."
7894 msgstr ""
7895
7896 #: builtin/add.c:84
7897 #, c-format
7898 msgid "unexpected diff status %c"
7899 msgstr ""
7900
7901 #: builtin/add.c:89 builtin/commit.c:288
7902 msgid "updating files failed"
7903 msgstr ""
7904
7905 #: builtin/add.c:99
7906 #, c-format
7907 msgid "remove '%s'\n"
7908 msgstr ""
7909
7910 #: builtin/add.c:174
7911 msgid "Unstaged changes after refreshing the index:"
7912 msgstr ""
7913
7914 #: builtin/add.c:234 builtin/rev-parse.c:897
7915 msgid "Could not read the index"
7916 msgstr ""
7917
7918 #: builtin/add.c:245
7919 #, c-format
7920 msgid "Could not open '%s' for writing."
7921 msgstr ""
7922
7923 #: builtin/add.c:249
7924 msgid "Could not write patch"
7925 msgstr ""
7926
7927 #: builtin/add.c:252
7928 msgid "editing patch failed"
7929 msgstr ""
7930
7931 #: builtin/add.c:255
7932 #, c-format
7933 msgid "Could not stat '%s'"
7934 msgstr ""
7935
7936 #: builtin/add.c:257
7937 msgid "Empty patch. Aborted."
7938 msgstr ""
7939
7940 #: builtin/add.c:262
7941 #, c-format
7942 msgid "Could not apply '%s'"
7943 msgstr ""
7944
7945 #: builtin/add.c:270
7946 msgid "The following paths are ignored by one of your .gitignore files:\n"
7947 msgstr ""
7948
7949 #: builtin/add.c:290 builtin/clean.c:910 builtin/fetch.c:162 builtin/mv.c:124
7950 #: builtin/prune-packed.c:56 builtin/pull.c:223 builtin/push.c:547
7951 #: builtin/remote.c:1345 builtin/rm.c:241 builtin/send-pack.c:165
7952 msgid "dry run"
7953 msgstr ""
7954
7955 #: builtin/add.c:293
7956 msgid "interactive picking"
7957 msgstr ""
7958
7959 #: builtin/add.c:294 builtin/checkout.c:1480 builtin/reset.c:306
7960 msgid "select hunks interactively"
7961 msgstr ""
7962
7963 #: builtin/add.c:295
7964 msgid "edit current diff and apply"
7965 msgstr ""
7966
7967 #: builtin/add.c:296
7968 msgid "allow adding otherwise ignored files"
7969 msgstr ""
7970
7971 #: builtin/add.c:297
7972 msgid "update tracked files"
7973 msgstr ""
7974
7975 #: builtin/add.c:298
7976 msgid "renormalize EOL of tracked files (implies -u)"
7977 msgstr ""
7978
7979 #: builtin/add.c:299
7980 msgid "record only the fact that the path will be added later"
7981 msgstr ""
7982
7983 #: builtin/add.c:300
7984 msgid "add changes from all tracked and untracked files"
7985 msgstr ""
7986
7987 #: builtin/add.c:303
7988 msgid "ignore paths removed in the working tree (same as --no-all)"
7989 msgstr ""
7990
7991 #: builtin/add.c:305
7992 msgid "don't add, only refresh the index"
7993 msgstr ""
7994
7995 #: builtin/add.c:306
7996 msgid "just skip files which cannot be added because of errors"
7997 msgstr ""
7998
7999 #: builtin/add.c:307
8000 msgid "check if - even missing - files are ignored in dry run"
8001 msgstr ""
8002
8003 #: builtin/add.c:309 builtin/update-index.c:1002
8004 msgid "override the executable bit of the listed files"
8005 msgstr ""
8006
8007 #: builtin/add.c:311
8008 msgid "warn when adding an embedded repository"
8009 msgstr ""
8010
8011 #: builtin/add.c:326
8012 #, c-format
8013 msgid ""
8014 "You've added another git repository inside your current repository.\n"
8015 "Clones of the outer repository will not contain the contents of\n"
8016 "the embedded repository and will not know how to obtain it.\n"
8017 "If you meant to add a submodule, use:\n"
8018 "\n"
8019 "\tgit submodule add <url> %s\n"
8020 "\n"
8021 "If you added this path by mistake, you can remove it from the\n"
8022 "index with:\n"
8023 "\n"
8024 "\tgit rm --cached %s\n"
8025 "\n"
8026 "See \"git help submodule\" for more information."
8027 msgstr ""
8028
8029 #: builtin/add.c:354
8030 #, c-format
8031 msgid "adding embedded git repository: %s"
8032 msgstr ""
8033
8034 #: builtin/add.c:372
8035 #, c-format
8036 msgid "Use -f if you really want to add them.\n"
8037 msgstr ""
8038
8039 #: builtin/add.c:379
8040 msgid "adding files failed"
8041 msgstr ""
8042
8043 #: builtin/add.c:419
8044 msgid "-A and -u are mutually incompatible"
8045 msgstr ""
8046
8047 #: builtin/add.c:426
8048 msgid "Option --ignore-missing can only be used together with --dry-run"
8049 msgstr ""
8050
8051 #: builtin/add.c:430
8052 #, c-format
8053 msgid "--chmod param '%s' must be either -x or +x"
8054 msgstr ""
8055
8056 #: builtin/add.c:445
8057 #, c-format
8058 msgid "Nothing specified, nothing added.\n"
8059 msgstr ""
8060
8061 #: builtin/add.c:446
8062 #, c-format
8063 msgid "Maybe you wanted to say 'git add .'?\n"
8064 msgstr ""
8065
8066 #: builtin/am.c:347
8067 msgid "could not parse author script"
8068 msgstr ""
8069
8070 #: builtin/am.c:431
8071 #, c-format
8072 msgid "'%s' was deleted by the applypatch-msg hook"
8073 msgstr ""
8074
8075 #: builtin/am.c:473
8076 #, c-format
8077 msgid "Malformed input line: '%s'."
8078 msgstr ""
8079
8080 #: builtin/am.c:511
8081 #, c-format
8082 msgid "Failed to copy notes from '%s' to '%s'"
8083 msgstr ""
8084
8085 #: builtin/am.c:537
8086 msgid "fseek failed"
8087 msgstr ""
8088
8089 #: builtin/am.c:725
8090 #, c-format
8091 msgid "could not parse patch '%s'"
8092 msgstr ""
8093
8094 #: builtin/am.c:790
8095 msgid "Only one StGIT patch series can be applied at once"
8096 msgstr ""
8097
8098 #: builtin/am.c:838
8099 msgid "invalid timestamp"
8100 msgstr ""
8101
8102 #: builtin/am.c:843 builtin/am.c:855
8103 msgid "invalid Date line"
8104 msgstr ""
8105
8106 #: builtin/am.c:850
8107 msgid "invalid timezone offset"
8108 msgstr ""
8109
8110 #: builtin/am.c:943
8111 msgid "Patch format detection failed."
8112 msgstr ""
8113
8114 #: builtin/am.c:948 builtin/clone.c:406
8115 #, c-format
8116 msgid "failed to create directory '%s'"
8117 msgstr ""
8118
8119 #: builtin/am.c:953
8120 msgid "Failed to split patches."
8121 msgstr ""
8122
8123 #: builtin/am.c:1084
8124 #, c-format
8125 msgid "When you have resolved this problem, run \"%s --continue\"."
8126 msgstr ""
8127
8128 #: builtin/am.c:1085
8129 #, c-format
8130 msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
8131 msgstr ""
8132
8133 #: builtin/am.c:1086
8134 #, c-format
8135 msgid "To restore the original branch and stop patching, run \"%s --abort\"."
8136 msgstr ""
8137
8138 #: builtin/am.c:1169
8139 msgid "Patch sent with format=flowed; space at the end of lines might be lost."
8140 msgstr ""
8141
8142 #: builtin/am.c:1197
8143 msgid "Patch is empty."
8144 msgstr ""
8145
8146 #: builtin/am.c:1262
8147 #, c-format
8148 msgid "missing author line in commit %s"
8149 msgstr ""
8150
8151 #: builtin/am.c:1265
8152 #, c-format
8153 msgid "invalid ident line: %.*s"
8154 msgstr ""
8155
8156 #: builtin/am.c:1484
8157 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
8158 msgstr ""
8159
8160 #: builtin/am.c:1486
8161 msgid "Using index info to reconstruct a base tree..."
8162 msgstr ""
8163
8164 #: builtin/am.c:1505
8165 msgid ""
8166 "Did you hand edit your patch?\n"
8167 "It does not apply to blobs recorded in its index."
8168 msgstr ""
8169
8170 #: builtin/am.c:1511
8171 msgid "Falling back to patching base and 3-way merge..."
8172 msgstr ""
8173
8174 #: builtin/am.c:1537
8175 msgid "Failed to merge in the changes."
8176 msgstr ""
8177
8178 #: builtin/am.c:1569
8179 msgid "applying to an empty history"
8180 msgstr ""
8181
8182 #: builtin/am.c:1616 builtin/am.c:1620
8183 #, c-format
8184 msgid "cannot resume: %s does not exist."
8185 msgstr ""
8186
8187 #: builtin/am.c:1638
8188 msgid "Commit Body is:"
8189 msgstr ""
8190
8191 #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
8192 #. in your translation. The program will only accept English
8193 #. input at this point.
8194 #.
8195 #: builtin/am.c:1648
8196 #, c-format
8197 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
8198 msgstr ""
8199
8200 #: builtin/am.c:1695 builtin/commit.c:374
8201 msgid "unable to write index file"
8202 msgstr ""
8203
8204 #: builtin/am.c:1699
8205 #, c-format
8206 msgid "Dirty index: cannot apply patches (dirty: %s)"
8207 msgstr ""
8208
8209 #: builtin/am.c:1739 builtin/am.c:1807
8210 #, c-format
8211 msgid "Applying: %.*s"
8212 msgstr ""
8213
8214 #: builtin/am.c:1756
8215 msgid "No changes -- Patch already applied."
8216 msgstr ""
8217
8218 #: builtin/am.c:1762
8219 #, c-format
8220 msgid "Patch failed at %s %.*s"
8221 msgstr ""
8222
8223 #: builtin/am.c:1766
8224 msgid "Use 'git am --show-current-patch' to see the failed patch"
8225 msgstr ""
8226
8227 #: builtin/am.c:1810
8228 msgid ""
8229 "No changes - did you forget to use 'git add'?\n"
8230 "If there is nothing left to stage, chances are that something else\n"
8231 "already introduced the same changes; you might want to skip this patch."
8232 msgstr ""
8233
8234 #: builtin/am.c:1817
8235 msgid ""
8236 "You still have unmerged paths in your index.\n"
8237 "You should 'git add' each file with resolved conflicts to mark them as "
8238 "such.\n"
8239 "You might run `git rm` on a file to accept \"deleted by them\" for it."
8240 msgstr ""
8241
8242 #: builtin/am.c:1924 builtin/am.c:1928 builtin/am.c:1940 builtin/reset.c:329
8243 #: builtin/reset.c:337
8244 #, c-format
8245 msgid "Could not parse object '%s'."
8246 msgstr ""
8247
8248 #: builtin/am.c:1976
8249 msgid "failed to clean index"
8250 msgstr ""
8251
8252 #: builtin/am.c:2020
8253 msgid ""
8254 "You seem to have moved HEAD since the last 'am' failure.\n"
8255 "Not rewinding to ORIG_HEAD"
8256 msgstr ""
8257
8258 #: builtin/am.c:2117
8259 #, c-format
8260 msgid "Invalid value for --patch-format: %s"
8261 msgstr ""
8262
8263 #: builtin/am.c:2153
8264 msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
8265 msgstr ""
8266
8267 #: builtin/am.c:2154
8268 msgid "git am [<options>] (--continue | --skip | --abort)"
8269 msgstr ""
8270
8271 #: builtin/am.c:2160
8272 msgid "run interactively"
8273 msgstr ""
8274
8275 #: builtin/am.c:2162
8276 msgid "historical option -- no-op"
8277 msgstr ""
8278
8279 #: builtin/am.c:2164
8280 msgid "allow fall back on 3way merging if needed"
8281 msgstr ""
8282
8283 #: builtin/am.c:2165 builtin/init-db.c:494 builtin/prune-packed.c:58
8284 #: builtin/repack.c:297 builtin/stash.c:812
8285 msgid "be quiet"
8286 msgstr ""
8287
8288 #: builtin/am.c:2167
8289 msgid "add a Signed-off-by line to the commit message"
8290 msgstr ""
8291
8292 #: builtin/am.c:2170
8293 msgid "recode into utf8 (default)"
8294 msgstr ""
8295
8296 #: builtin/am.c:2172
8297 msgid "pass -k flag to git-mailinfo"
8298 msgstr ""
8299
8300 #: builtin/am.c:2174
8301 msgid "pass -b flag to git-mailinfo"
8302 msgstr ""
8303
8304 #: builtin/am.c:2176
8305 msgid "pass -m flag to git-mailinfo"
8306 msgstr ""
8307
8308 #: builtin/am.c:2178
8309 msgid "pass --keep-cr flag to git-mailsplit for mbox format"
8310 msgstr ""
8311
8312 #: builtin/am.c:2181
8313 msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
8314 msgstr ""
8315
8316 #: builtin/am.c:2184
8317 msgid "strip everything before a scissors line"
8318 msgstr ""
8319
8320 #: builtin/am.c:2186 builtin/am.c:2189 builtin/am.c:2192 builtin/am.c:2195
8321 #: builtin/am.c:2198 builtin/am.c:2201 builtin/am.c:2204 builtin/am.c:2207
8322 #: builtin/am.c:2213
8323 msgid "pass it through git-apply"
8324 msgstr ""
8325
8326 #: builtin/am.c:2203 builtin/commit.c:1368 builtin/fmt-merge-msg.c:671
8327 #: builtin/fmt-merge-msg.c:674 builtin/grep.c:883 builtin/merge.c:249
8328 #: builtin/pull.c:160 builtin/pull.c:219 builtin/rebase.c:1442
8329 #: builtin/repack.c:308 builtin/repack.c:312 builtin/repack.c:314
8330 #: builtin/show-branch.c:650 builtin/show-ref.c:172 builtin/tag.c:403
8331 #: parse-options.h:150 parse-options.h:171 parse-options.h:312
8332 msgid "n"
8333 msgstr ""
8334
8335 #: builtin/am.c:2209 builtin/branch.c:661 builtin/for-each-ref.c:38
8336 #: builtin/replace.c:555 builtin/tag.c:437 builtin/verify-tag.c:38
8337 msgid "format"
8338 msgstr ""
8339
8340 #: builtin/am.c:2210
8341 msgid "format the patch(es) are in"
8342 msgstr ""
8343
8344 #: builtin/am.c:2216
8345 msgid "override error message when patch failure occurs"
8346 msgstr ""
8347
8348 #: builtin/am.c:2218
8349 msgid "continue applying patches after resolving a conflict"
8350 msgstr ""
8351
8352 #: builtin/am.c:2221
8353 msgid "synonyms for --continue"
8354 msgstr ""
8355
8356 #: builtin/am.c:2224
8357 msgid "skip the current patch"
8358 msgstr ""
8359
8360 #: builtin/am.c:2227
8361 msgid "restore the original branch and abort the patching operation."
8362 msgstr ""
8363
8364 #: builtin/am.c:2230
8365 msgid "abort the patching operation but keep HEAD where it is."
8366 msgstr ""
8367
8368 #: builtin/am.c:2233
8369 msgid "show the patch being applied."
8370 msgstr ""
8371
8372 #: builtin/am.c:2237
8373 msgid "lie about committer date"
8374 msgstr ""
8375
8376 #: builtin/am.c:2239
8377 msgid "use current timestamp for author date"
8378 msgstr ""
8379
8380 #: builtin/am.c:2241 builtin/commit-tree.c:120 builtin/commit.c:1511
8381 #: builtin/merge.c:286 builtin/pull.c:194 builtin/rebase.c:490
8382 #: builtin/rebase.c:1483 builtin/revert.c:117 builtin/tag.c:418
8383 msgid "key-id"
8384 msgstr ""
8385
8386 #: builtin/am.c:2242 builtin/rebase.c:491 builtin/rebase.c:1484
8387 msgid "GPG-sign commits"
8388 msgstr ""
8389
8390 #: builtin/am.c:2245
8391 msgid "(internal use for git-rebase)"
8392 msgstr ""
8393
8394 #: builtin/am.c:2263
8395 msgid ""
8396 "The -b/--binary option has been a no-op for long time, and\n"
8397 "it will be removed. Please do not use it anymore."
8398 msgstr ""
8399
8400 #: builtin/am.c:2270
8401 msgid "failed to read the index"
8402 msgstr ""
8403
8404 #: builtin/am.c:2285
8405 #, c-format
8406 msgid "previous rebase directory %s still exists but mbox given."
8407 msgstr ""
8408
8409 #: builtin/am.c:2309
8410 #, c-format
8411 msgid ""
8412 "Stray %s directory found.\n"
8413 "Use \"git am --abort\" to remove it."
8414 msgstr ""
8415
8416 #: builtin/am.c:2315
8417 msgid "Resolve operation not in progress, we are not resuming."
8418 msgstr ""
8419
8420 #: builtin/am.c:2325
8421 msgid "interactive mode requires patches on the command line"
8422 msgstr ""
8423
8424 #: builtin/apply.c:8
8425 msgid "git apply [<options>] [<patch>...]"
8426 msgstr ""
8427
8428 #: builtin/archive.c:17
8429 #, c-format
8430 msgid "could not create archive file '%s'"
8431 msgstr ""
8432
8433 #: builtin/archive.c:20
8434 msgid "could not redirect output"
8435 msgstr ""
8436
8437 #: builtin/archive.c:37
8438 msgid "git archive: Remote with no URL"
8439 msgstr ""
8440
8441 #: builtin/archive.c:61
8442 msgid "git archive: expected ACK/NAK, got a flush packet"
8443 msgstr ""
8444
8445 #: builtin/archive.c:64
8446 #, c-format
8447 msgid "git archive: NACK %s"
8448 msgstr ""
8449
8450 #: builtin/archive.c:65
8451 msgid "git archive: protocol error"
8452 msgstr ""
8453
8454 #: builtin/archive.c:69
8455 msgid "git archive: expected a flush"
8456 msgstr ""
8457
8458 #: builtin/bisect--helper.c:22
8459 msgid "git bisect--helper --next-all [--no-checkout]"
8460 msgstr ""
8461
8462 #: builtin/bisect--helper.c:23
8463 msgid "git bisect--helper --write-terms <bad_term> <good_term>"
8464 msgstr ""
8465
8466 #: builtin/bisect--helper.c:24
8467 msgid "git bisect--helper --bisect-clean-state"
8468 msgstr ""
8469
8470 #: builtin/bisect--helper.c:25
8471 msgid "git bisect--helper --bisect-reset [<commit>]"
8472 msgstr ""
8473
8474 #: builtin/bisect--helper.c:26
8475 msgid ""
8476 "git bisect--helper --bisect-write [--no-log] <state> <revision> <good_term> "
8477 "<bad_term>"
8478 msgstr ""
8479
8480 #: builtin/bisect--helper.c:27
8481 msgid ""
8482 "git bisect--helper --bisect-check-and-set-terms <command> <good_term> "
8483 "<bad_term>"
8484 msgstr ""
8485
8486 #: builtin/bisect--helper.c:28
8487 msgid "git bisect--helper --bisect-next-check <good_term> <bad_term> [<term>]"
8488 msgstr ""
8489
8490 #: builtin/bisect--helper.c:29
8491 msgid ""
8492 "git bisect--helper --bisect-terms [--term-good | --term-old | --term-bad | --"
8493 "term-new]"
8494 msgstr ""
8495
8496 #: builtin/bisect--helper.c:30
8497 msgid ""
8498 "git bisect--helper --bisect-start [--term-{old,good}=<term> --term-{new,bad}"
8499 "=<term>][--no-checkout] [<bad> [<good>...]] [--] [<paths>...]"
8500 msgstr ""
8501
8502 #: builtin/bisect--helper.c:86
8503 #, c-format
8504 msgid "'%s' is not a valid term"
8505 msgstr ""
8506
8507 #: builtin/bisect--helper.c:90
8508 #, c-format
8509 msgid "can't use the builtin command '%s' as a term"
8510 msgstr ""
8511
8512 #: builtin/bisect--helper.c:100
8513 #, c-format
8514 msgid "can't change the meaning of the term '%s'"
8515 msgstr ""
8516
8517 #: builtin/bisect--helper.c:111
8518 msgid "please use two different terms"
8519 msgstr ""
8520
8521 #: builtin/bisect--helper.c:118
8522 msgid "could not open the file BISECT_TERMS"
8523 msgstr ""
8524
8525 #: builtin/bisect--helper.c:155
8526 #, c-format
8527 msgid "We are not bisecting.\n"
8528 msgstr ""
8529
8530 #: builtin/bisect--helper.c:163
8531 #, c-format
8532 msgid "'%s' is not a valid commit"
8533 msgstr ""
8534
8535 #: builtin/bisect--helper.c:174
8536 #, c-format
8537 msgid ""
8538 "could not check out original HEAD '%s'. Try 'git bisect reset <commit>'."
8539 msgstr ""
8540
8541 #: builtin/bisect--helper.c:215
8542 #, c-format
8543 msgid "Bad bisect_write argument: %s"
8544 msgstr ""
8545
8546 #: builtin/bisect--helper.c:220
8547 #, c-format
8548 msgid "couldn't get the oid of the rev '%s'"
8549 msgstr ""
8550
8551 #: builtin/bisect--helper.c:232
8552 #, c-format
8553 msgid "couldn't open the file '%s'"
8554 msgstr ""
8555
8556 #: builtin/bisect--helper.c:258
8557 #, c-format
8558 msgid "Invalid command: you're currently in a %s/%s bisect"
8559 msgstr ""
8560
8561 #: builtin/bisect--helper.c:285
8562 #, c-format
8563 msgid ""
8564 "You need to give me at least one %s and %s revision.\n"
8565 "You can use \"git bisect %s\" and \"git bisect %s\" for that."
8566 msgstr ""
8567
8568 #: builtin/bisect--helper.c:289
8569 #, c-format
8570 msgid ""
8571 "You need to start by \"git bisect start\".\n"
8572 "You then need to give me at least one %s and %s revision.\n"
8573 "You can use \"git bisect %s\" and \"git bisect %s\" for that."
8574 msgstr ""
8575
8576 #: builtin/bisect--helper.c:321
8577 #, c-format
8578 msgid "bisecting only with a %s commit"
8579 msgstr ""
8580
8581 #. TRANSLATORS: Make sure to include [Y] and [n] in your
8582 #. translation. The program will only accept English input
8583 #. at this point.
8584 #.
8585 #: builtin/bisect--helper.c:329
8586 msgid "Are you sure [Y/n]? "
8587 msgstr ""
8588
8589 #: builtin/bisect--helper.c:376
8590 msgid "no terms defined"
8591 msgstr ""
8592
8593 #: builtin/bisect--helper.c:379
8594 #, c-format
8595 msgid ""
8596 "Your current terms are %s for the old state\n"
8597 "and %s for the new state.\n"
8598 msgstr ""
8599
8600 #: builtin/bisect--helper.c:389
8601 #, c-format
8602 msgid ""
8603 "invalid argument %s for 'git bisect terms'.\n"
8604 "Supported options are: --term-good|--term-old and --term-bad|--term-new."
8605 msgstr ""
8606
8607 #: builtin/bisect--helper.c:475
8608 #, c-format
8609 msgid "unrecognized option: '%s'"
8610 msgstr ""
8611
8612 #: builtin/bisect--helper.c:479
8613 #, c-format
8614 msgid "'%s' does not appear to be a valid revision"
8615 msgstr ""
8616
8617 #: builtin/bisect--helper.c:511
8618 msgid "bad HEAD - I need a HEAD"
8619 msgstr ""
8620
8621 #: builtin/bisect--helper.c:526
8622 #, c-format
8623 msgid "checking out '%s' failed. Try 'git bisect start <valid-branch>'."
8624 msgstr ""
8625
8626 #: builtin/bisect--helper.c:547
8627 msgid "won't bisect on cg-seek'ed tree"
8628 msgstr ""
8629
8630 #: builtin/bisect--helper.c:550
8631 msgid "bad HEAD - strange symbolic ref"
8632 msgstr ""
8633
8634 #: builtin/bisect--helper.c:574
8635 #, c-format
8636 msgid "invalid ref: '%s'"
8637 msgstr ""
8638
8639 #: builtin/bisect--helper.c:630
8640 msgid "perform 'git bisect next'"
8641 msgstr ""
8642
8643 #: builtin/bisect--helper.c:632
8644 msgid "write the terms to .git/BISECT_TERMS"
8645 msgstr ""
8646
8647 #: builtin/bisect--helper.c:634
8648 msgid "cleanup the bisection state"
8649 msgstr ""
8650
8651 #: builtin/bisect--helper.c:636
8652 msgid "check for expected revs"
8653 msgstr ""
8654
8655 #: builtin/bisect--helper.c:638
8656 msgid "reset the bisection state"
8657 msgstr ""
8658
8659 #: builtin/bisect--helper.c:640
8660 msgid "write out the bisection state in BISECT_LOG"
8661 msgstr ""
8662
8663 #: builtin/bisect--helper.c:642
8664 msgid "check and set terms in a bisection state"
8665 msgstr ""
8666
8667 #: builtin/bisect--helper.c:644
8668 msgid "check whether bad or good terms exist"
8669 msgstr ""
8670
8671 #: builtin/bisect--helper.c:646
8672 msgid "print out the bisect terms"
8673 msgstr ""
8674
8675 #: builtin/bisect--helper.c:648
8676 msgid "start the bisect session"
8677 msgstr ""
8678
8679 #: builtin/bisect--helper.c:650
8680 msgid "update BISECT_HEAD instead of checking out the current commit"
8681 msgstr ""
8682
8683 #: builtin/bisect--helper.c:652
8684 msgid "no log for BISECT_WRITE"
8685 msgstr ""
8686
8687 #: builtin/bisect--helper.c:669
8688 msgid "--write-terms requires two arguments"
8689 msgstr ""
8690
8691 #: builtin/bisect--helper.c:673
8692 msgid "--bisect-clean-state requires no arguments"
8693 msgstr ""
8694
8695 #: builtin/bisect--helper.c:680
8696 msgid "--bisect-reset requires either no argument or a commit"
8697 msgstr ""
8698
8699 #: builtin/bisect--helper.c:684
8700 msgid "--bisect-write requires either 4 or 5 arguments"
8701 msgstr ""
8702
8703 #: builtin/bisect--helper.c:690
8704 msgid "--check-and-set-terms requires 3 arguments"
8705 msgstr ""
8706
8707 #: builtin/bisect--helper.c:696
8708 msgid "--bisect-next-check requires 2 or 3 arguments"
8709 msgstr ""
8710
8711 #: builtin/bisect--helper.c:702
8712 msgid "--bisect-terms requires 0 or 1 argument"
8713 msgstr ""
8714
8715 #: builtin/blame.c:31
8716 msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
8717 msgstr ""
8718
8719 #: builtin/blame.c:36
8720 msgid "<rev-opts> are documented in git-rev-list(1)"
8721 msgstr ""
8722
8723 #: builtin/blame.c:409
8724 #, c-format
8725 msgid "expecting a color: %s"
8726 msgstr ""
8727
8728 #: builtin/blame.c:416
8729 msgid "must end with a color"
8730 msgstr ""
8731
8732 #: builtin/blame.c:729
8733 #, c-format
8734 msgid "invalid color '%s' in color.blame.repeatedLines"
8735 msgstr ""
8736
8737 #: builtin/blame.c:747
8738 msgid "invalid value for blame.coloring"
8739 msgstr ""
8740
8741 #: builtin/blame.c:822
8742 #, c-format
8743 msgid "cannot find revision %s to ignore"
8744 msgstr ""
8745
8746 #: builtin/blame.c:844
8747 msgid "Show blame entries as we find them, incrementally"
8748 msgstr ""
8749
8750 #: builtin/blame.c:845
8751 msgid "Show blank SHA-1 for boundary commits (Default: off)"
8752 msgstr ""
8753
8754 #: builtin/blame.c:846
8755 msgid "Do not treat root commits as boundaries (Default: off)"
8756 msgstr ""
8757
8758 #: builtin/blame.c:847
8759 msgid "Show work cost statistics"
8760 msgstr ""
8761
8762 #: builtin/blame.c:848
8763 msgid "Force progress reporting"
8764 msgstr ""
8765
8766 #: builtin/blame.c:849
8767 msgid "Show output score for blame entries"
8768 msgstr ""
8769
8770 #: builtin/blame.c:850
8771 msgid "Show original filename (Default: auto)"
8772 msgstr ""
8773
8774 #: builtin/blame.c:851
8775 msgid "Show original linenumber (Default: off)"
8776 msgstr ""
8777
8778 #: builtin/blame.c:852
8779 msgid "Show in a format designed for machine consumption"
8780 msgstr ""
8781
8782 #: builtin/blame.c:853
8783 msgid "Show porcelain format with per-line commit information"
8784 msgstr ""
8785
8786 #: builtin/blame.c:854
8787 msgid "Use the same output mode as git-annotate (Default: off)"
8788 msgstr ""
8789
8790 #: builtin/blame.c:855
8791 msgid "Show raw timestamp (Default: off)"
8792 msgstr ""
8793
8794 #: builtin/blame.c:856
8795 msgid "Show long commit SHA1 (Default: off)"
8796 msgstr ""
8797
8798 #: builtin/blame.c:857
8799 msgid "Suppress author name and timestamp (Default: off)"
8800 msgstr ""
8801
8802 #: builtin/blame.c:858
8803 msgid "Show author email instead of name (Default: off)"
8804 msgstr ""
8805
8806 #: builtin/blame.c:859
8807 msgid "Ignore whitespace differences"
8808 msgstr ""
8809
8810 #: builtin/blame.c:860 builtin/log.c:1630
8811 msgid "rev"
8812 msgstr ""
8813
8814 #: builtin/blame.c:860
8815 msgid "Ignore <rev> when blaming"
8816 msgstr ""
8817
8818 #: builtin/blame.c:861
8819 msgid "Ignore revisions from <file>"
8820 msgstr ""
8821
8822 #: builtin/blame.c:862
8823 msgid "color redundant metadata from previous line differently"
8824 msgstr ""
8825
8826 #: builtin/blame.c:863
8827 msgid "color lines by age"
8828 msgstr ""
8829
8830 #: builtin/blame.c:870
8831 msgid "Use an experimental heuristic to improve diffs"
8832 msgstr ""
8833
8834 #: builtin/blame.c:872
8835 msgid "Spend extra cycles to find better match"
8836 msgstr ""
8837
8838 #: builtin/blame.c:873
8839 msgid "Use revisions from <file> instead of calling git-rev-list"
8840 msgstr ""
8841
8842 #: builtin/blame.c:874
8843 msgid "Use <file>'s contents as the final image"
8844 msgstr ""
8845
8846 #: builtin/blame.c:875 builtin/blame.c:876
8847 msgid "score"
8848 msgstr ""
8849
8850 #: builtin/blame.c:875
8851 msgid "Find line copies within and across files"
8852 msgstr ""
8853
8854 #: builtin/blame.c:876
8855 msgid "Find line movements within and across files"
8856 msgstr ""
8857
8858 #: builtin/blame.c:877
8859 msgid "n,m"
8860 msgstr ""
8861
8862 #: builtin/blame.c:877
8863 msgid "Process only line range n,m, counting from 1"
8864 msgstr ""
8865
8866 #: builtin/blame.c:929
8867 msgid "--progress can't be used with --incremental or porcelain formats"
8868 msgstr ""
8869
8870 #. TRANSLATORS: This string is used to tell us the
8871 #. maximum display width for a relative timestamp in
8872 #. "git blame" output. For C locale, "4 years, 11
8873 #. months ago", which takes 22 places, is the longest
8874 #. among various forms of relative timestamps, but
8875 #. your language may need more or fewer display
8876 #. columns.
8877 #.
8878 #: builtin/blame.c:980
8879 msgid "4 years, 11 months ago"
8880 msgstr ""
8881
8882 #: builtin/blame.c:1087
8883 #, c-format
8884 msgid "file %s has only %lu line"
8885 msgid_plural "file %s has only %lu lines"
8886 msgstr[0] ""
8887 msgstr[1] ""
8888
8889 #: builtin/blame.c:1133
8890 msgid "Blaming lines"
8891 msgstr ""
8892
8893 #: builtin/branch.c:29
8894 msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
8895 msgstr ""
8896
8897 #: builtin/branch.c:30
8898 msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
8899 msgstr ""
8900
8901 #: builtin/branch.c:31
8902 msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
8903 msgstr ""
8904
8905 #: builtin/branch.c:32
8906 msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
8907 msgstr ""
8908
8909 #: builtin/branch.c:33
8910 msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"
8911 msgstr ""
8912
8913 #: builtin/branch.c:34
8914 msgid "git branch [<options>] [-r | -a] [--points-at]"
8915 msgstr ""
8916
8917 #: builtin/branch.c:35
8918 msgid "git branch [<options>] [-r | -a] [--format]"
8919 msgstr ""
8920
8921 #: builtin/branch.c:154
8922 #, c-format
8923 msgid ""
8924 "deleting branch '%s' that has been merged to\n"
8925 " '%s', but not yet merged to HEAD."
8926 msgstr ""
8927
8928 #: builtin/branch.c:158
8929 #, c-format
8930 msgid ""
8931 "not deleting branch '%s' that is not yet merged to\n"
8932 " '%s', even though it is merged to HEAD."
8933 msgstr ""
8934
8935 #: builtin/branch.c:172
8936 #, c-format
8937 msgid "Couldn't look up commit object for '%s'"
8938 msgstr ""
8939
8940 #: builtin/branch.c:176
8941 #, c-format
8942 msgid ""
8943 "The branch '%s' is not fully merged.\n"
8944 "If you are sure you want to delete it, run 'git branch -D %s'."
8945 msgstr ""
8946
8947 #: builtin/branch.c:189
8948 msgid "Update of config-file failed"
8949 msgstr ""
8950
8951 #: builtin/branch.c:220
8952 msgid "cannot use -a with -d"
8953 msgstr ""
8954
8955 #: builtin/branch.c:226
8956 msgid "Couldn't look up commit object for HEAD"
8957 msgstr ""
8958
8959 #: builtin/branch.c:240
8960 #, c-format
8961 msgid "Cannot delete branch '%s' checked out at '%s'"
8962 msgstr ""
8963
8964 #: builtin/branch.c:255
8965 #, c-format
8966 msgid "remote-tracking branch '%s' not found."
8967 msgstr ""
8968
8969 #: builtin/branch.c:256
8970 #, c-format
8971 msgid "branch '%s' not found."
8972 msgstr ""
8973
8974 #: builtin/branch.c:271
8975 #, c-format
8976 msgid "Error deleting remote-tracking branch '%s'"
8977 msgstr ""
8978
8979 #: builtin/branch.c:272
8980 #, c-format
8981 msgid "Error deleting branch '%s'"
8982 msgstr ""
8983
8984 #: builtin/branch.c:279
8985 #, c-format
8986 msgid "Deleted remote-tracking branch %s (was %s).\n"
8987 msgstr ""
8988
8989 #: builtin/branch.c:280
8990 #, c-format
8991 msgid "Deleted branch %s (was %s).\n"
8992 msgstr ""
8993
8994 #: builtin/branch.c:429 builtin/tag.c:61
8995 msgid "unable to parse format string"
8996 msgstr ""
8997
8998 #: builtin/branch.c:460
8999 msgid "could not resolve HEAD"
9000 msgstr ""
9001
9002 #: builtin/branch.c:466
9003 #, c-format
9004 msgid "HEAD (%s) points outside of refs/heads/"
9005 msgstr ""
9006
9007 #: builtin/branch.c:481
9008 #, c-format
9009 msgid "Branch %s is being rebased at %s"
9010 msgstr ""
9011
9012 #: builtin/branch.c:485
9013 #, c-format
9014 msgid "Branch %s is being bisected at %s"
9015 msgstr ""
9016
9017 #: builtin/branch.c:502
9018 msgid "cannot copy the current branch while not on any."
9019 msgstr ""
9020
9021 #: builtin/branch.c:504
9022 msgid "cannot rename the current branch while not on any."
9023 msgstr ""
9024
9025 #: builtin/branch.c:515
9026 #, c-format
9027 msgid "Invalid branch name: '%s'"
9028 msgstr ""
9029
9030 #: builtin/branch.c:542
9031 msgid "Branch rename failed"
9032 msgstr ""
9033
9034 #: builtin/branch.c:544
9035 msgid "Branch copy failed"
9036 msgstr ""
9037
9038 #: builtin/branch.c:548
9039 #, c-format
9040 msgid "Created a copy of a misnamed branch '%s'"
9041 msgstr ""
9042
9043 #: builtin/branch.c:551
9044 #, c-format
9045 msgid "Renamed a misnamed branch '%s' away"
9046 msgstr ""
9047
9048 #: builtin/branch.c:557
9049 #, c-format
9050 msgid "Branch renamed to %s, but HEAD is not updated!"
9051 msgstr ""
9052
9053 #: builtin/branch.c:566
9054 msgid "Branch is renamed, but update of config-file failed"
9055 msgstr ""
9056
9057 #: builtin/branch.c:568
9058 msgid "Branch is copied, but update of config-file failed"
9059 msgstr ""
9060
9061 #: builtin/branch.c:584
9062 #, c-format
9063 msgid ""
9064 "Please edit the description for the branch\n"
9065 " %s\n"
9066 "Lines starting with '%c' will be stripped.\n"
9067 msgstr ""
9068
9069 #: builtin/branch.c:618
9070 msgid "Generic options"
9071 msgstr ""
9072
9073 #: builtin/branch.c:620
9074 msgid "show hash and subject, give twice for upstream branch"
9075 msgstr ""
9076
9077 #: builtin/branch.c:621
9078 msgid "suppress informational messages"
9079 msgstr ""
9080
9081 #: builtin/branch.c:622
9082 msgid "set up tracking mode (see git-pull(1))"
9083 msgstr ""
9084
9085 #: builtin/branch.c:624
9086 msgid "do not use"
9087 msgstr ""
9088
9089 #: builtin/branch.c:626 builtin/rebase.c:486
9090 msgid "upstream"
9091 msgstr ""
9092
9093 #: builtin/branch.c:626
9094 msgid "change the upstream info"
9095 msgstr ""
9096
9097 #: builtin/branch.c:627
9098 msgid "Unset the upstream info"
9099 msgstr ""
9100
9101 #: builtin/branch.c:628
9102 msgid "use colored output"
9103 msgstr ""
9104
9105 #: builtin/branch.c:629
9106 msgid "act on remote-tracking branches"
9107 msgstr ""
9108
9109 #: builtin/branch.c:631 builtin/branch.c:633
9110 msgid "print only branches that contain the commit"
9111 msgstr ""
9112
9113 #: builtin/branch.c:632 builtin/branch.c:634
9114 msgid "print only branches that don't contain the commit"
9115 msgstr ""
9116
9117 #: builtin/branch.c:637
9118 msgid "Specific git-branch actions:"
9119 msgstr ""
9120
9121 #: builtin/branch.c:638
9122 msgid "list both remote-tracking and local branches"
9123 msgstr ""
9124
9125 #: builtin/branch.c:640
9126 msgid "delete fully merged branch"
9127 msgstr ""
9128
9129 #: builtin/branch.c:641
9130 msgid "delete branch (even if not merged)"
9131 msgstr ""
9132
9133 #: builtin/branch.c:642
9134 msgid "move/rename a branch and its reflog"
9135 msgstr ""
9136
9137 #: builtin/branch.c:643
9138 msgid "move/rename a branch, even if target exists"
9139 msgstr ""
9140
9141 #: builtin/branch.c:644
9142 msgid "copy a branch and its reflog"
9143 msgstr ""
9144
9145 #: builtin/branch.c:645
9146 msgid "copy a branch, even if target exists"
9147 msgstr ""
9148
9149 #: builtin/branch.c:646
9150 msgid "list branch names"
9151 msgstr ""
9152
9153 #: builtin/branch.c:647
9154 msgid "show current branch name"
9155 msgstr ""
9156
9157 #: builtin/branch.c:648
9158 msgid "create the branch's reflog"
9159 msgstr ""
9160
9161 #: builtin/branch.c:650
9162 msgid "edit the description for the branch"
9163 msgstr ""
9164
9165 #: builtin/branch.c:651
9166 msgid "force creation, move/rename, deletion"
9167 msgstr ""
9168
9169 #: builtin/branch.c:652
9170 msgid "print only branches that are merged"
9171 msgstr ""
9172
9173 #: builtin/branch.c:653
9174 msgid "print only branches that are not merged"
9175 msgstr ""
9176
9177 #: builtin/branch.c:654
9178 msgid "list branches in columns"
9179 msgstr ""
9180
9181 #: builtin/branch.c:657 builtin/for-each-ref.c:42 builtin/notes.c:415
9182 #: builtin/notes.c:418 builtin/notes.c:581 builtin/notes.c:584
9183 #: builtin/tag.c:433
9184 msgid "object"
9185 msgstr ""
9186
9187 #: builtin/branch.c:658
9188 msgid "print only branches of the object"
9189 msgstr ""
9190
9191 #: builtin/branch.c:660 builtin/for-each-ref.c:48 builtin/tag.c:440
9192 msgid "sorting and filtering are case insensitive"
9193 msgstr ""
9194
9195 #: builtin/branch.c:661 builtin/for-each-ref.c:38 builtin/tag.c:438
9196 #: builtin/verify-tag.c:38
9197 msgid "format to use for the output"
9198 msgstr ""
9199
9200 #: builtin/branch.c:684 builtin/clone.c:760
9201 msgid "HEAD not found below refs/heads!"
9202 msgstr ""
9203
9204 #: builtin/branch.c:708
9205 msgid "--column and --verbose are incompatible"
9206 msgstr ""
9207
9208 #: builtin/branch.c:723 builtin/branch.c:777 builtin/branch.c:786
9209 msgid "branch name required"
9210 msgstr ""
9211
9212 #: builtin/branch.c:753
9213 msgid "Cannot give description to detached HEAD"
9214 msgstr ""
9215
9216 #: builtin/branch.c:758
9217 msgid "cannot edit description of more than one branch"
9218 msgstr ""
9219
9220 #: builtin/branch.c:765
9221 #, c-format
9222 msgid "No commit on branch '%s' yet."
9223 msgstr ""
9224
9225 #: builtin/branch.c:768
9226 #, c-format
9227 msgid "No branch named '%s'."
9228 msgstr ""
9229
9230 #: builtin/branch.c:783
9231 msgid "too many branches for a copy operation"
9232 msgstr ""
9233
9234 #: builtin/branch.c:792
9235 msgid "too many arguments for a rename operation"
9236 msgstr ""
9237
9238 #: builtin/branch.c:797
9239 msgid "too many arguments to set new upstream"
9240 msgstr ""
9241
9242 #: builtin/branch.c:801
9243 #, c-format
9244 msgid ""
9245 "could not set upstream of HEAD to %s when it does not point to any branch."
9246 msgstr ""
9247
9248 #: builtin/branch.c:804 builtin/branch.c:827
9249 #, c-format
9250 msgid "no such branch '%s'"
9251 msgstr ""
9252
9253 #: builtin/branch.c:808
9254 #, c-format
9255 msgid "branch '%s' does not exist"
9256 msgstr ""
9257
9258 #: builtin/branch.c:821
9259 msgid "too many arguments to unset upstream"
9260 msgstr ""
9261
9262 #: builtin/branch.c:825
9263 msgid "could not unset upstream of HEAD when it does not point to any branch."
9264 msgstr ""
9265
9266 #: builtin/branch.c:831
9267 #, c-format
9268 msgid "Branch '%s' has no upstream information"
9269 msgstr ""
9270
9271 #: builtin/branch.c:841
9272 msgid ""
9273 "The -a, and -r, options to 'git branch' do not take a branch name.\n"
9274 "Did you mean to use: -a|-r --list <pattern>?"
9275 msgstr ""
9276
9277 #: builtin/branch.c:845
9278 msgid ""
9279 "the '--set-upstream' option is no longer supported. Please use '--track' or "
9280 "'--set-upstream-to' instead."
9281 msgstr ""
9282
9283 #: builtin/bundle.c:45
9284 #, c-format
9285 msgid "%s is okay\n"
9286 msgstr ""
9287
9288 #: builtin/bundle.c:58
9289 msgid "Need a repository to create a bundle."
9290 msgstr ""
9291
9292 #: builtin/bundle.c:62
9293 msgid "Need a repository to unbundle."
9294 msgstr ""
9295
9296 #: builtin/cat-file.c:595
9297 msgid ""
9298 "git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
9299 "p | <type> | --textconv | --filters) [--path=<path>] <object>"
9300 msgstr ""
9301
9302 #: builtin/cat-file.c:596
9303 msgid ""
9304 "git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
9305 "filters]"
9306 msgstr ""
9307
9308 #: builtin/cat-file.c:617
9309 msgid "only one batch option may be specified"
9310 msgstr ""
9311
9312 #: builtin/cat-file.c:635
9313 msgid "<type> can be one of: blob, tree, commit, tag"
9314 msgstr ""
9315
9316 #: builtin/cat-file.c:636
9317 msgid "show object type"
9318 msgstr ""
9319
9320 #: builtin/cat-file.c:637
9321 msgid "show object size"
9322 msgstr ""
9323
9324 #: builtin/cat-file.c:639
9325 msgid "exit with zero when there's no error"
9326 msgstr ""
9327
9328 #: builtin/cat-file.c:640
9329 msgid "pretty-print object's content"
9330 msgstr ""
9331
9332 #: builtin/cat-file.c:642
9333 msgid "for blob objects, run textconv on object's content"
9334 msgstr ""
9335
9336 #: builtin/cat-file.c:644
9337 msgid "for blob objects, run filters on object's content"
9338 msgstr ""
9339
9340 #: builtin/cat-file.c:645 git-submodule.sh:936
9341 msgid "blob"
9342 msgstr ""
9343
9344 #: builtin/cat-file.c:646
9345 msgid "use a specific path for --textconv/--filters"
9346 msgstr ""
9347
9348 #: builtin/cat-file.c:648
9349 msgid "allow -s and -t to work with broken/corrupt objects"
9350 msgstr ""
9351
9352 #: builtin/cat-file.c:649
9353 msgid "buffer --batch output"
9354 msgstr ""
9355
9356 #: builtin/cat-file.c:651
9357 msgid "show info and content of objects fed from the standard input"
9358 msgstr ""
9359
9360 #: builtin/cat-file.c:655
9361 msgid "show info about objects fed from the standard input"
9362 msgstr ""
9363
9364 #: builtin/cat-file.c:659
9365 msgid "follow in-tree symlinks (used with --batch or --batch-check)"
9366 msgstr ""
9367
9368 #: builtin/cat-file.c:661
9369 msgid "show all objects with --batch or --batch-check"
9370 msgstr ""
9371
9372 #: builtin/cat-file.c:663
9373 msgid "do not order --batch-all-objects output"
9374 msgstr ""
9375
9376 #: builtin/check-attr.c:13
9377 msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
9378 msgstr ""
9379
9380 #: builtin/check-attr.c:14
9381 msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
9382 msgstr ""
9383
9384 #: builtin/check-attr.c:21
9385 msgid "report all attributes set on file"
9386 msgstr ""
9387
9388 #: builtin/check-attr.c:22
9389 msgid "use .gitattributes only from the index"
9390 msgstr ""
9391
9392 #: builtin/check-attr.c:23 builtin/check-ignore.c:25 builtin/hash-object.c:102
9393 msgid "read file names from stdin"
9394 msgstr ""
9395
9396 #: builtin/check-attr.c:25 builtin/check-ignore.c:27
9397 msgid "terminate input and output records by a NUL character"
9398 msgstr ""
9399
9400 #: builtin/check-ignore.c:21 builtin/checkout.c:1433 builtin/gc.c:537
9401 #: builtin/worktree.c:506
9402 msgid "suppress progress reporting"
9403 msgstr ""
9404
9405 #: builtin/check-ignore.c:29
9406 msgid "show non-matching input paths"
9407 msgstr ""
9408
9409 #: builtin/check-ignore.c:31
9410 msgid "ignore index when checking"
9411 msgstr ""
9412
9413 #: builtin/check-ignore.c:160
9414 msgid "cannot specify pathnames with --stdin"
9415 msgstr ""
9416
9417 #: builtin/check-ignore.c:163
9418 msgid "-z only makes sense with --stdin"
9419 msgstr ""
9420
9421 #: builtin/check-ignore.c:165
9422 msgid "no path specified"
9423 msgstr ""
9424
9425 #: builtin/check-ignore.c:169
9426 msgid "--quiet is only valid with a single pathname"
9427 msgstr ""
9428
9429 #: builtin/check-ignore.c:171
9430 msgid "cannot have both --quiet and --verbose"
9431 msgstr ""
9432
9433 #: builtin/check-ignore.c:174
9434 msgid "--non-matching is only valid with --verbose"
9435 msgstr ""
9436
9437 #: builtin/check-mailmap.c:9
9438 msgid "git check-mailmap [<options>] <contact>..."
9439 msgstr ""
9440
9441 #: builtin/check-mailmap.c:14
9442 msgid "also read contacts from stdin"
9443 msgstr ""
9444
9445 #: builtin/check-mailmap.c:25
9446 #, c-format
9447 msgid "unable to parse contact: %s"
9448 msgstr ""
9449
9450 #: builtin/check-mailmap.c:48
9451 msgid "no contacts specified"
9452 msgstr ""
9453
9454 #: builtin/checkout-index.c:131
9455 msgid "git checkout-index [<options>] [--] [<file>...]"
9456 msgstr ""
9457
9458 #: builtin/checkout-index.c:148
9459 msgid "stage should be between 1 and 3 or all"
9460 msgstr ""
9461
9462 #: builtin/checkout-index.c:164
9463 msgid "check out all files in the index"
9464 msgstr ""
9465
9466 #: builtin/checkout-index.c:165
9467 msgid "force overwrite of existing files"
9468 msgstr ""
9469
9470 #: builtin/checkout-index.c:167
9471 msgid "no warning for existing files and files not in index"
9472 msgstr ""
9473
9474 #: builtin/checkout-index.c:169
9475 msgid "don't checkout new files"
9476 msgstr ""
9477
9478 #: builtin/checkout-index.c:171
9479 msgid "update stat information in the index file"
9480 msgstr ""
9481
9482 #: builtin/checkout-index.c:175
9483 msgid "read list of paths from the standard input"
9484 msgstr ""
9485
9486 #: builtin/checkout-index.c:177
9487 msgid "write the content to temporary files"
9488 msgstr ""
9489
9490 #: builtin/checkout-index.c:178 builtin/column.c:31
9491 #: builtin/submodule--helper.c:1373 builtin/submodule--helper.c:1376
9492 #: builtin/submodule--helper.c:1384 builtin/submodule--helper.c:1857
9493 #: builtin/worktree.c:679
9494 msgid "string"
9495 msgstr ""
9496
9497 #: builtin/checkout-index.c:179
9498 msgid "when creating files, prepend <string>"
9499 msgstr ""
9500
9501 #: builtin/checkout-index.c:181
9502 msgid "copy out the files from named stage"
9503 msgstr ""
9504
9505 #: builtin/checkout.c:31
9506 msgid "git checkout [<options>] <branch>"
9507 msgstr ""
9508
9509 #: builtin/checkout.c:32
9510 msgid "git checkout [<options>] [<branch>] -- <file>..."
9511 msgstr ""
9512
9513 #: builtin/checkout.c:37
9514 msgid "git switch [<options>] [<branch>]"
9515 msgstr ""
9516
9517 #: builtin/checkout.c:42
9518 msgid "git restore [<options>] [--source=<branch>] <file>..."
9519 msgstr ""
9520
9521 #: builtin/checkout.c:173 builtin/checkout.c:212
9522 #, c-format
9523 msgid "path '%s' does not have our version"
9524 msgstr ""
9525
9526 #: builtin/checkout.c:175 builtin/checkout.c:214
9527 #, c-format
9528 msgid "path '%s' does not have their version"
9529 msgstr ""
9530
9531 #: builtin/checkout.c:191
9532 #, c-format
9533 msgid "path '%s' does not have all necessary versions"
9534 msgstr ""
9535
9536 #: builtin/checkout.c:241
9537 #, c-format
9538 msgid "path '%s' does not have necessary versions"
9539 msgstr ""
9540
9541 #: builtin/checkout.c:259
9542 #, c-format
9543 msgid "path '%s': cannot merge"
9544 msgstr ""
9545
9546 #: builtin/checkout.c:275
9547 #, c-format
9548 msgid "Unable to add merge result for '%s'"
9549 msgstr ""
9550
9551 #: builtin/checkout.c:375
9552 #, c-format
9553 msgid "Recreated %d merge conflict"
9554 msgid_plural "Recreated %d merge conflicts"
9555 msgstr[0] ""
9556 msgstr[1] ""
9557
9558 #: builtin/checkout.c:380
9559 #, c-format
9560 msgid "Updated %d path from %s"
9561 msgid_plural "Updated %d paths from %s"
9562 msgstr[0] ""
9563 msgstr[1] ""
9564
9565 #: builtin/checkout.c:387
9566 #, c-format
9567 msgid "Updated %d path from the index"
9568 msgid_plural "Updated %d paths from the index"
9569 msgstr[0] ""
9570 msgstr[1] ""
9571
9572 #: builtin/checkout.c:410 builtin/checkout.c:413 builtin/checkout.c:416
9573 #: builtin/checkout.c:420
9574 #, c-format
9575 msgid "'%s' cannot be used with updating paths"
9576 msgstr ""
9577
9578 #: builtin/checkout.c:423 builtin/checkout.c:426
9579 #, c-format
9580 msgid "'%s' cannot be used with %s"
9581 msgstr ""
9582
9583 #: builtin/checkout.c:430
9584 #, c-format
9585 msgid "Cannot update paths and switch to branch '%s' at the same time."
9586 msgstr ""
9587
9588 #: builtin/checkout.c:434
9589 #, c-format
9590 msgid "neither '%s' or '%s' is specified"
9591 msgstr ""
9592
9593 #: builtin/checkout.c:438
9594 #, c-format
9595 msgid "'%s' must be used when '%s' is not specified"
9596 msgstr ""
9597
9598 #: builtin/checkout.c:443 builtin/checkout.c:448
9599 #, c-format
9600 msgid "'%s' or '%s' cannot be used with %s"
9601 msgstr ""
9602
9603 #: builtin/checkout.c:507 builtin/checkout.c:514
9604 #, c-format
9605 msgid "path '%s' is unmerged"
9606 msgstr ""
9607
9608 #: builtin/checkout.c:680
9609 msgid "you need to resolve your current index first"
9610 msgstr ""
9611
9612 #: builtin/checkout.c:730
9613 #, c-format
9614 msgid ""
9615 "cannot continue with staged changes in the following files:\n"
9616 "%s"
9617 msgstr ""
9618
9619 #: builtin/checkout.c:833
9620 #, c-format
9621 msgid "Can not do reflog for '%s': %s\n"
9622 msgstr ""
9623
9624 #: builtin/checkout.c:875
9625 msgid "HEAD is now at"
9626 msgstr ""
9627
9628 #: builtin/checkout.c:879 builtin/clone.c:713
9629 msgid "unable to update HEAD"
9630 msgstr ""
9631
9632 #: builtin/checkout.c:883
9633 #, c-format
9634 msgid "Reset branch '%s'\n"
9635 msgstr ""
9636
9637 #: builtin/checkout.c:886
9638 #, c-format
9639 msgid "Already on '%s'\n"
9640 msgstr ""
9641
9642 #: builtin/checkout.c:890
9643 #, c-format
9644 msgid "Switched to and reset branch '%s'\n"
9645 msgstr ""
9646
9647 #: builtin/checkout.c:892 builtin/checkout.c:1289
9648 #, c-format
9649 msgid "Switched to a new branch '%s'\n"
9650 msgstr ""
9651
9652 #: builtin/checkout.c:894
9653 #, c-format
9654 msgid "Switched to branch '%s'\n"
9655 msgstr ""
9656
9657 #: builtin/checkout.c:945
9658 #, c-format
9659 msgid " ... and %d more.\n"
9660 msgstr ""
9661
9662 #: builtin/checkout.c:951
9663 #, c-format
9664 msgid ""
9665 "Warning: you are leaving %d commit behind, not connected to\n"
9666 "any of your branches:\n"
9667 "\n"
9668 "%s\n"
9669 msgid_plural ""
9670 "Warning: you are leaving %d commits behind, not connected to\n"
9671 "any of your branches:\n"
9672 "\n"
9673 "%s\n"
9674 msgstr[0] ""
9675 msgstr[1] ""
9676
9677 #: builtin/checkout.c:970
9678 #, c-format
9679 msgid ""
9680 "If you want to keep it by creating a new branch, this may be a good time\n"
9681 "to do so with:\n"
9682 "\n"
9683 " git branch <new-branch-name> %s\n"
9684 "\n"
9685 msgid_plural ""
9686 "If you want to keep them by creating a new branch, this may be a good time\n"
9687 "to do so with:\n"
9688 "\n"
9689 " git branch <new-branch-name> %s\n"
9690 "\n"
9691 msgstr[0] ""
9692 msgstr[1] ""
9693
9694 #: builtin/checkout.c:1005
9695 msgid "internal error in revision walk"
9696 msgstr ""
9697
9698 #: builtin/checkout.c:1009
9699 msgid "Previous HEAD position was"
9700 msgstr ""
9701
9702 #: builtin/checkout.c:1049 builtin/checkout.c:1284
9703 msgid "You are on a branch yet to be born"
9704 msgstr ""
9705
9706 #: builtin/checkout.c:1176
9707 msgid "only one reference expected"
9708 msgstr ""
9709
9710 #: builtin/checkout.c:1193
9711 #, c-format
9712 msgid "only one reference expected, %d given."
9713 msgstr ""
9714
9715 #: builtin/checkout.c:1230
9716 #, c-format
9717 msgid ""
9718 "'%s' could be both a local file and a tracking branch.\n"
9719 "Please use -- (and optionally --no-guess) to disambiguate"
9720 msgstr ""
9721
9722 #: builtin/checkout.c:1243 builtin/worktree.c:290 builtin/worktree.c:455
9723 #, c-format
9724 msgid "invalid reference: %s"
9725 msgstr ""
9726
9727 #: builtin/checkout.c:1256 builtin/checkout.c:1618
9728 #, c-format
9729 msgid "reference is not a tree: %s"
9730 msgstr ""
9731
9732 #: builtin/checkout.c:1303
9733 #, c-format
9734 msgid "a branch is expected, got tag '%s'"
9735 msgstr ""
9736
9737 #: builtin/checkout.c:1305
9738 #, c-format
9739 msgid "a branch is expected, got remote branch '%s'"
9740 msgstr ""
9741
9742 #: builtin/checkout.c:1306 builtin/checkout.c:1314
9743 #, c-format
9744 msgid "a branch is expected, got '%s'"
9745 msgstr ""
9746
9747 #: builtin/checkout.c:1309
9748 #, c-format
9749 msgid "a branch is expected, got commit '%s'"
9750 msgstr ""
9751
9752 #: builtin/checkout.c:1325
9753 msgid ""
9754 "cannot switch branch while merging\n"
9755 "Consider \"git merge --quit\" or \"git worktree add\"."
9756 msgstr ""
9757
9758 #: builtin/checkout.c:1329
9759 msgid ""
9760 "cannot switch branch in the middle of an am session\n"
9761 "Consider \"git am --quit\" or \"git worktree add\"."
9762 msgstr ""
9763
9764 #: builtin/checkout.c:1333
9765 msgid ""
9766 "cannot switch branch while rebasing\n"
9767 "Consider \"git rebase --quit\" or \"git worktree add\"."
9768 msgstr ""
9769
9770 #: builtin/checkout.c:1337
9771 msgid ""
9772 "cannot switch branch while cherry-picking\n"
9773 "Consider \"git cherry-pick --quit\" or \"git worktree add\"."
9774 msgstr ""
9775
9776 #: builtin/checkout.c:1341
9777 msgid ""
9778 "cannot switch branch while reverting\n"
9779 "Consider \"git revert --quit\" or \"git worktree add\"."
9780 msgstr ""
9781
9782 #: builtin/checkout.c:1345
9783 msgid "you are switching branch while bisecting"
9784 msgstr ""
9785
9786 #: builtin/checkout.c:1352
9787 msgid "paths cannot be used with switching branches"
9788 msgstr ""
9789
9790 #: builtin/checkout.c:1355 builtin/checkout.c:1359 builtin/checkout.c:1363
9791 #, c-format
9792 msgid "'%s' cannot be used with switching branches"
9793 msgstr ""
9794
9795 #: builtin/checkout.c:1367 builtin/checkout.c:1370 builtin/checkout.c:1373
9796 #: builtin/checkout.c:1378 builtin/checkout.c:1383
9797 #, c-format
9798 msgid "'%s' cannot be used with '%s'"
9799 msgstr ""
9800
9801 #: builtin/checkout.c:1380
9802 #, c-format
9803 msgid "'%s' cannot take <start-point>"
9804 msgstr ""
9805
9806 #: builtin/checkout.c:1388
9807 #, c-format
9808 msgid "Cannot switch branch to a non-commit '%s'"
9809 msgstr ""
9810
9811 #: builtin/checkout.c:1395
9812 msgid "missing branch or commit argument"
9813 msgstr ""
9814
9815 #: builtin/checkout.c:1437 builtin/clone.c:90 builtin/commit-graph.c:59
9816 #: builtin/commit-graph.c:180 builtin/fetch.c:166 builtin/merge.c:285
9817 #: builtin/pull.c:138 builtin/push.c:562 builtin/send-pack.c:174
9818 msgid "force progress reporting"
9819 msgstr ""
9820
9821 #: builtin/checkout.c:1438
9822 msgid "perform a 3-way merge with the new branch"
9823 msgstr ""
9824
9825 #: builtin/checkout.c:1439 builtin/log.c:1618 parse-options.h:318
9826 msgid "style"
9827 msgstr ""
9828
9829 #: builtin/checkout.c:1440
9830 msgid "conflict style (merge or diff3)"
9831 msgstr ""
9832
9833 #: builtin/checkout.c:1452 builtin/worktree.c:503
9834 msgid "detach HEAD at named commit"
9835 msgstr ""
9836
9837 #: builtin/checkout.c:1453
9838 msgid "set upstream info for new branch"
9839 msgstr ""
9840
9841 #: builtin/checkout.c:1455
9842 msgid "force checkout (throw away local modifications)"
9843 msgstr ""
9844
9845 #: builtin/checkout.c:1457
9846 msgid "new-branch"
9847 msgstr ""
9848
9849 #: builtin/checkout.c:1457
9850 msgid "new unparented branch"
9851 msgstr ""
9852
9853 #: builtin/checkout.c:1459 builtin/merge.c:288
9854 msgid "update ignored files (default)"
9855 msgstr ""
9856
9857 #: builtin/checkout.c:1462
9858 msgid "do not check if another worktree is holding the given ref"
9859 msgstr ""
9860
9861 #: builtin/checkout.c:1475
9862 msgid "checkout our version for unmerged files"
9863 msgstr ""
9864
9865 #: builtin/checkout.c:1478
9866 msgid "checkout their version for unmerged files"
9867 msgstr ""
9868
9869 #: builtin/checkout.c:1482
9870 msgid "do not limit pathspecs to sparse entries only"
9871 msgstr ""
9872
9873 #: builtin/checkout.c:1533
9874 msgid "-b, -B and --orphan are mutually exclusive"
9875 msgstr ""
9876
9877 #: builtin/checkout.c:1536
9878 msgid "-p and --overlay are mutually exclusive"
9879 msgstr ""
9880
9881 #: builtin/checkout.c:1573
9882 msgid "--track needs a branch name"
9883 msgstr ""
9884
9885 #: builtin/checkout.c:1578
9886 msgid "missing branch name; try -b"
9887 msgstr ""
9888
9889 #: builtin/checkout.c:1611
9890 #, c-format
9891 msgid "could not resolve %s"
9892 msgstr ""
9893
9894 #: builtin/checkout.c:1623
9895 msgid "you must specify path(s) to restore"
9896 msgstr ""
9897
9898 #: builtin/checkout.c:1631
9899 msgid "invalid path specification"
9900 msgstr ""
9901
9902 #: builtin/checkout.c:1638
9903 #, c-format
9904 msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
9905 msgstr ""
9906
9907 #: builtin/checkout.c:1642
9908 #, c-format
9909 msgid "git checkout: --detach does not take a path argument '%s'"
9910 msgstr ""
9911
9912 #: builtin/checkout.c:1646
9913 msgid ""
9914 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
9915 "checking out of the index."
9916 msgstr ""
9917
9918 #: builtin/checkout.c:1666
9919 #, c-format
9920 msgid ""
9921 "'%s' matched more than one remote tracking branch.\n"
9922 "We found %d remotes with a reference that matched. So we fell back\n"
9923 "on trying to resolve the argument as a path, but failed there too!\n"
9924 "\n"
9925 "If you meant to check out a remote tracking branch on, e.g. 'origin',\n"
9926 "you can do so by fully qualifying the name with the --track option:\n"
9927 "\n"
9928 " git checkout --track origin/<name>\n"
9929 "\n"
9930 "If you'd like to always have checkouts of an ambiguous <name> prefer\n"
9931 "one remote, e.g. the 'origin' remote, consider setting\n"
9932 "checkout.defaultRemote=origin in your config."
9933 msgstr ""
9934
9935 #: builtin/checkout.c:1691 builtin/checkout.c:1693 builtin/checkout.c:1742
9936 #: builtin/checkout.c:1744 builtin/clone.c:120 builtin/remote.c:169
9937 #: builtin/remote.c:171 builtin/worktree.c:499 builtin/worktree.c:501
9938 msgid "branch"
9939 msgstr ""
9940
9941 #: builtin/checkout.c:1692
9942 msgid "create and checkout a new branch"
9943 msgstr ""
9944
9945 #: builtin/checkout.c:1694
9946 msgid "create/reset and checkout a branch"
9947 msgstr ""
9948
9949 #: builtin/checkout.c:1695
9950 msgid "create reflog for new branch"
9951 msgstr ""
9952
9953 #: builtin/checkout.c:1697
9954 msgid "second guess 'git checkout <no-such-branch>' (default)"
9955 msgstr ""
9956
9957 #: builtin/checkout.c:1698
9958 msgid "use overlay mode (default)"
9959 msgstr ""
9960
9961 #: builtin/checkout.c:1743
9962 msgid "create and switch to a new branch"
9963 msgstr ""
9964
9965 #: builtin/checkout.c:1745
9966 msgid "create/reset and switch to a branch"
9967 msgstr ""
9968
9969 #: builtin/checkout.c:1747
9970 msgid "second guess 'git switch <no-such-branch>'"
9971 msgstr ""
9972
9973 #: builtin/checkout.c:1749
9974 msgid "throw away local modifications"
9975 msgstr ""
9976
9977 #: builtin/checkout.c:1781
9978 msgid "which tree-ish to checkout from"
9979 msgstr ""
9980
9981 #: builtin/checkout.c:1783
9982 msgid "restore the index"
9983 msgstr ""
9984
9985 #: builtin/checkout.c:1785
9986 msgid "restore the working tree (default)"
9987 msgstr ""
9988
9989 #: builtin/checkout.c:1787
9990 msgid "ignore unmerged entries"
9991 msgstr ""
9992
9993 #: builtin/checkout.c:1788
9994 msgid "use overlay mode"
9995 msgstr ""
9996
9997 #: builtin/clean.c:28
9998 msgid ""
9999 "git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
10000 msgstr ""
10001
10002 #: builtin/clean.c:32
10003 #, c-format
10004 msgid "Removing %s\n"
10005 msgstr ""
10006
10007 #: builtin/clean.c:33
10008 #, c-format
10009 msgid "Would remove %s\n"
10010 msgstr ""
10011
10012 #: builtin/clean.c:34
10013 #, c-format
10014 msgid "Skipping repository %s\n"
10015 msgstr ""
10016
10017 #: builtin/clean.c:35
10018 #, c-format
10019 msgid "Would skip repository %s\n"
10020 msgstr ""
10021
10022 #: builtin/clean.c:36
10023 #, c-format
10024 msgid "failed to remove %s"
10025 msgstr ""
10026
10027 #: builtin/clean.c:37
10028 #, c-format
10029 msgid "could not lstat %s\n"
10030 msgstr ""
10031
10032 #: builtin/clean.c:301 git-add--interactive.perl:593
10033 #, c-format
10034 msgid ""
10035 "Prompt help:\n"
10036 "1 - select a numbered item\n"
10037 "foo - select item based on unique prefix\n"
10038 " - (empty) select nothing\n"
10039 msgstr ""
10040
10041 #: builtin/clean.c:305 git-add--interactive.perl:602
10042 #, c-format
10043 msgid ""
10044 "Prompt help:\n"
10045 "1 - select a single item\n"
10046 "3-5 - select a range of items\n"
10047 "2-3,6-9 - select multiple ranges\n"
10048 "foo - select item based on unique prefix\n"
10049 "-... - unselect specified items\n"
10050 "* - choose all items\n"
10051 " - (empty) finish selecting\n"
10052 msgstr ""
10053
10054 #: builtin/clean.c:521 git-add--interactive.perl:568
10055 #: git-add--interactive.perl:573
10056 #, c-format, perl-format
10057 msgid "Huh (%s)?\n"
10058 msgstr ""
10059
10060 #: builtin/clean.c:663
10061 #, c-format
10062 msgid "Input ignore patterns>> "
10063 msgstr ""
10064
10065 #: builtin/clean.c:700
10066 #, c-format
10067 msgid "WARNING: Cannot find items matched by: %s"
10068 msgstr ""
10069
10070 #: builtin/clean.c:721
10071 msgid "Select items to delete"
10072 msgstr ""
10073
10074 #. TRANSLATORS: Make sure to keep [y/N] as is
10075 #: builtin/clean.c:762
10076 #, c-format
10077 msgid "Remove %s [y/N]? "
10078 msgstr ""
10079
10080 #: builtin/clean.c:787 git-add--interactive.perl:1763
10081 #, c-format
10082 msgid "Bye.\n"
10083 msgstr ""
10084
10085 #: builtin/clean.c:795
10086 msgid ""
10087 "clean - start cleaning\n"
10088 "filter by pattern - exclude items from deletion\n"
10089 "select by numbers - select items to be deleted by numbers\n"
10090 "ask each - confirm each deletion (like \"rm -i\")\n"
10091 "quit - stop cleaning\n"
10092 "help - this screen\n"
10093 "? - help for prompt selection"
10094 msgstr ""
10095
10096 #: builtin/clean.c:822 git-add--interactive.perl:1849
10097 msgid "*** Commands ***"
10098 msgstr ""
10099
10100 #: builtin/clean.c:823 git-add--interactive.perl:1846
10101 msgid "What now"
10102 msgstr ""
10103
10104 #: builtin/clean.c:831
10105 msgid "Would remove the following item:"
10106 msgid_plural "Would remove the following items:"
10107 msgstr[0] ""
10108 msgstr[1] ""
10109
10110 #: builtin/clean.c:847
10111 msgid "No more files to clean, exiting."
10112 msgstr ""
10113
10114 #: builtin/clean.c:909
10115 msgid "do not print names of files removed"
10116 msgstr ""
10117
10118 #: builtin/clean.c:911
10119 msgid "force"
10120 msgstr ""
10121
10122 #: builtin/clean.c:912
10123 msgid "interactive cleaning"
10124 msgstr ""
10125
10126 #: builtin/clean.c:914
10127 msgid "remove whole directories"
10128 msgstr ""
10129
10130 #: builtin/clean.c:915 builtin/describe.c:548 builtin/describe.c:550
10131 #: builtin/grep.c:901 builtin/log.c:176 builtin/log.c:178
10132 #: builtin/ls-files.c:557 builtin/name-rev.c:417 builtin/name-rev.c:419
10133 #: builtin/show-ref.c:179
10134 msgid "pattern"
10135 msgstr ""
10136
10137 #: builtin/clean.c:916
10138 msgid "add <pattern> to ignore rules"
10139 msgstr ""
10140
10141 #: builtin/clean.c:917
10142 msgid "remove ignored files, too"
10143 msgstr ""
10144
10145 #: builtin/clean.c:919
10146 msgid "remove only ignored files"
10147 msgstr ""
10148
10149 #: builtin/clean.c:937
10150 msgid "-x and -X cannot be used together"
10151 msgstr ""
10152
10153 #: builtin/clean.c:941
10154 msgid ""
10155 "clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
10156 "clean"
10157 msgstr ""
10158
10159 #: builtin/clean.c:944
10160 msgid ""
10161 "clean.requireForce defaults to true and neither -i, -n, nor -f given; "
10162 "refusing to clean"
10163 msgstr ""
10164
10165 #: builtin/clone.c:45
10166 msgid "git clone [<options>] [--] <repo> [<dir>]"
10167 msgstr ""
10168
10169 #: builtin/clone.c:92
10170 msgid "don't create a checkout"
10171 msgstr ""
10172
10173 #: builtin/clone.c:93 builtin/clone.c:95 builtin/init-db.c:489
10174 msgid "create a bare repository"
10175 msgstr ""
10176
10177 #: builtin/clone.c:97
10178 msgid "create a mirror repository (implies bare)"
10179 msgstr ""
10180
10181 #: builtin/clone.c:99
10182 msgid "to clone from a local repository"
10183 msgstr ""
10184
10185 #: builtin/clone.c:101
10186 msgid "don't use local hardlinks, always copy"
10187 msgstr ""
10188
10189 #: builtin/clone.c:103
10190 msgid "setup as shared repository"
10191 msgstr ""
10192
10193 #: builtin/clone.c:106
10194 msgid "pathspec"
10195 msgstr ""
10196
10197 #: builtin/clone.c:106
10198 msgid "initialize submodules in the clone"
10199 msgstr ""
10200
10201 #: builtin/clone.c:109
10202 msgid "number of submodules cloned in parallel"
10203 msgstr ""
10204
10205 #: builtin/clone.c:110 builtin/init-db.c:486
10206 msgid "template-directory"
10207 msgstr ""
10208
10209 #: builtin/clone.c:111 builtin/init-db.c:487
10210 msgid "directory from which templates will be used"
10211 msgstr ""
10212
10213 #: builtin/clone.c:113 builtin/clone.c:115 builtin/submodule--helper.c:1380
10214 #: builtin/submodule--helper.c:1860
10215 msgid "reference repository"
10216 msgstr ""
10217
10218 #: builtin/clone.c:117 builtin/submodule--helper.c:1382
10219 #: builtin/submodule--helper.c:1862
10220 msgid "use --reference only while cloning"
10221 msgstr ""
10222
10223 #: builtin/clone.c:118 builtin/column.c:27 builtin/merge-file.c:46
10224 #: builtin/pack-objects.c:3294 builtin/repack.c:320
10225 msgid "name"
10226 msgstr ""
10227
10228 #: builtin/clone.c:119
10229 msgid "use <name> instead of 'origin' to track upstream"
10230 msgstr ""
10231
10232 #: builtin/clone.c:121
10233 msgid "checkout <branch> instead of the remote's HEAD"
10234 msgstr ""
10235
10236 #: builtin/clone.c:123
10237 msgid "path to git-upload-pack on the remote"
10238 msgstr ""
10239
10240 #: builtin/clone.c:124 builtin/fetch.c:167 builtin/grep.c:840
10241 #: builtin/pull.c:227
10242 msgid "depth"
10243 msgstr ""
10244
10245 #: builtin/clone.c:125
10246 msgid "create a shallow clone of that depth"
10247 msgstr ""
10248
10249 #: builtin/clone.c:126 builtin/fetch.c:169 builtin/pack-objects.c:3283
10250 msgid "time"
10251 msgstr ""
10252
10253 #: builtin/clone.c:127
10254 msgid "create a shallow clone since a specific time"
10255 msgstr ""
10256
10257 #: builtin/clone.c:128 builtin/fetch.c:171 builtin/fetch.c:194
10258 #: builtin/rebase.c:1417
10259 msgid "revision"
10260 msgstr ""
10261
10262 #: builtin/clone.c:129 builtin/fetch.c:172
10263 msgid "deepen history of shallow clone, excluding rev"
10264 msgstr ""
10265
10266 #: builtin/clone.c:131
10267 msgid "clone only one branch, HEAD or --branch"
10268 msgstr ""
10269
10270 #: builtin/clone.c:133
10271 msgid "don't clone any tags, and make later fetches not to follow them"
10272 msgstr ""
10273
10274 #: builtin/clone.c:135
10275 msgid "any cloned submodules will be shallow"
10276 msgstr ""
10277
10278 #: builtin/clone.c:136 builtin/init-db.c:495
10279 msgid "gitdir"
10280 msgstr ""
10281
10282 #: builtin/clone.c:137 builtin/init-db.c:496
10283 msgid "separate git dir from working tree"
10284 msgstr ""
10285
10286 #: builtin/clone.c:138
10287 msgid "key=value"
10288 msgstr ""
10289
10290 #: builtin/clone.c:139
10291 msgid "set config inside the new repository"
10292 msgstr ""
10293
10294 #: builtin/clone.c:141 builtin/fetch.c:189 builtin/ls-remote.c:76
10295 #: builtin/push.c:572 builtin/send-pack.c:172
10296 msgid "server-specific"
10297 msgstr ""
10298
10299 #: builtin/clone.c:141 builtin/fetch.c:189 builtin/ls-remote.c:76
10300 #: builtin/push.c:572 builtin/send-pack.c:173
10301 msgid "option to transmit"
10302 msgstr ""
10303
10304 #: builtin/clone.c:142 builtin/fetch.c:190 builtin/pull.c:240
10305 #: builtin/push.c:573
10306 msgid "use IPv4 addresses only"
10307 msgstr ""
10308
10309 #: builtin/clone.c:144 builtin/fetch.c:192 builtin/pull.c:243
10310 #: builtin/push.c:575
10311 msgid "use IPv6 addresses only"
10312 msgstr ""
10313
10314 #: builtin/clone.c:148
10315 msgid "any cloned submodules will use their remote-tracking branch"
10316 msgstr ""
10317
10318 #: builtin/clone.c:284
10319 msgid ""
10320 "No directory name could be guessed.\n"
10321 "Please specify a directory on the command line"
10322 msgstr ""
10323
10324 #: builtin/clone.c:337
10325 #, c-format
10326 msgid "info: Could not add alternate for '%s': %s\n"
10327 msgstr ""
10328
10329 #: builtin/clone.c:410
10330 #, c-format
10331 msgid "%s exists and is not a directory"
10332 msgstr ""
10333
10334 #: builtin/clone.c:427
10335 #, c-format
10336 msgid "failed to start iterator over '%s'"
10337 msgstr ""
10338
10339 #: builtin/clone.c:457
10340 #, c-format
10341 msgid "failed to create link '%s'"
10342 msgstr ""
10343
10344 #: builtin/clone.c:461
10345 #, c-format
10346 msgid "failed to copy file to '%s'"
10347 msgstr ""
10348
10349 #: builtin/clone.c:466
10350 #, c-format
10351 msgid "failed to iterate over '%s'"
10352 msgstr ""
10353
10354 #: builtin/clone.c:491
10355 #, c-format
10356 msgid "done.\n"
10357 msgstr ""
10358
10359 #: builtin/clone.c:505
10360 msgid ""
10361 "Clone succeeded, but checkout failed.\n"
10362 "You can inspect what was checked out with 'git status'\n"
10363 "and retry with 'git restore --source=HEAD :/'\n"
10364 msgstr ""
10365
10366 #: builtin/clone.c:582
10367 #, c-format
10368 msgid "Could not find remote branch %s to clone."
10369 msgstr ""
10370
10371 #: builtin/clone.c:701
10372 #, c-format
10373 msgid "unable to update %s"
10374 msgstr ""
10375
10376 #: builtin/clone.c:751
10377 msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
10378 msgstr ""
10379
10380 #: builtin/clone.c:782
10381 msgid "unable to checkout working tree"
10382 msgstr ""
10383
10384 #: builtin/clone.c:832
10385 msgid "unable to write parameters to config file"
10386 msgstr ""
10387
10388 #: builtin/clone.c:895
10389 msgid "cannot repack to clean up"
10390 msgstr ""
10391
10392 #: builtin/clone.c:897
10393 msgid "cannot unlink temporary alternates file"
10394 msgstr ""
10395
10396 #: builtin/clone.c:937 builtin/receive-pack.c:1948
10397 msgid "Too many arguments."
10398 msgstr ""
10399
10400 #: builtin/clone.c:941
10401 msgid "You must specify a repository to clone."
10402 msgstr ""
10403
10404 #: builtin/clone.c:954
10405 #, c-format
10406 msgid "--bare and --origin %s options are incompatible."
10407 msgstr ""
10408
10409 #: builtin/clone.c:957
10410 msgid "--bare and --separate-git-dir are incompatible."
10411 msgstr ""
10412
10413 #: builtin/clone.c:970
10414 #, c-format
10415 msgid "repository '%s' does not exist"
10416 msgstr ""
10417
10418 #: builtin/clone.c:976 builtin/fetch.c:1790
10419 #, c-format
10420 msgid "depth %s is not a positive number"
10421 msgstr ""
10422
10423 #: builtin/clone.c:986
10424 #, c-format
10425 msgid "destination path '%s' already exists and is not an empty directory."
10426 msgstr ""
10427
10428 #: builtin/clone.c:996
10429 #, c-format
10430 msgid "working tree '%s' already exists."
10431 msgstr ""
10432
10433 #: builtin/clone.c:1011 builtin/clone.c:1032 builtin/difftool.c:271
10434 #: builtin/log.c:1785 builtin/worktree.c:302 builtin/worktree.c:334
10435 #, c-format
10436 msgid "could not create leading directories of '%s'"
10437 msgstr ""
10438
10439 #: builtin/clone.c:1016
10440 #, c-format
10441 msgid "could not create work tree dir '%s'"
10442 msgstr ""
10443
10444 #: builtin/clone.c:1036
10445 #, c-format
10446 msgid "Cloning into bare repository '%s'...\n"
10447 msgstr ""
10448
10449 #: builtin/clone.c:1038
10450 #, c-format
10451 msgid "Cloning into '%s'...\n"
10452 msgstr ""
10453
10454 #: builtin/clone.c:1062
10455 msgid ""
10456 "clone --recursive is not compatible with both --reference and --reference-if-"
10457 "able"
10458 msgstr ""
10459
10460 #: builtin/clone.c:1123
10461 msgid "--depth is ignored in local clones; use file:// instead."
10462 msgstr ""
10463
10464 #: builtin/clone.c:1125
10465 msgid "--shallow-since is ignored in local clones; use file:// instead."
10466 msgstr ""
10467
10468 #: builtin/clone.c:1127
10469 msgid "--shallow-exclude is ignored in local clones; use file:// instead."
10470 msgstr ""
10471
10472 #: builtin/clone.c:1129
10473 msgid "--filter is ignored in local clones; use file:// instead."
10474 msgstr ""
10475
10476 #: builtin/clone.c:1132
10477 msgid "source repository is shallow, ignoring --local"
10478 msgstr ""
10479
10480 #: builtin/clone.c:1137
10481 msgid "--local is ignored"
10482 msgstr ""
10483
10484 #: builtin/clone.c:1212 builtin/clone.c:1220
10485 #, c-format
10486 msgid "Remote branch %s not found in upstream %s"
10487 msgstr ""
10488
10489 #: builtin/clone.c:1223
10490 msgid "You appear to have cloned an empty repository."
10491 msgstr ""
10492
10493 #: builtin/column.c:10
10494 msgid "git column [<options>]"
10495 msgstr ""
10496
10497 #: builtin/column.c:27
10498 msgid "lookup config vars"
10499 msgstr ""
10500
10501 #: builtin/column.c:28 builtin/column.c:29
10502 msgid "layout to use"
10503 msgstr ""
10504
10505 #: builtin/column.c:30
10506 msgid "Maximum width"
10507 msgstr ""
10508
10509 #: builtin/column.c:31
10510 msgid "Padding space on left border"
10511 msgstr ""
10512
10513 #: builtin/column.c:32
10514 msgid "Padding space on right border"
10515 msgstr ""
10516
10517 #: builtin/column.c:33
10518 msgid "Padding space between columns"
10519 msgstr ""
10520
10521 #: builtin/column.c:51
10522 msgid "--command must be the first argument"
10523 msgstr ""
10524
10525 #: builtin/commit-tree.c:18
10526 msgid ""
10527 "git commit-tree [(-p <parent>)...] [-S[<keyid>]] [(-m <message>)...] [(-F "
10528 "<file>)...] <tree>"
10529 msgstr ""
10530
10531 #: builtin/commit-tree.c:31
10532 #, c-format
10533 msgid "duplicate parent %s ignored"
10534 msgstr ""
10535
10536 #: builtin/commit-tree.c:56 builtin/commit-tree.c:136 builtin/log.c:525
10537 #, c-format
10538 msgid "not a valid object name %s"
10539 msgstr ""
10540
10541 #: builtin/commit-tree.c:93
10542 #, c-format
10543 msgid "git commit-tree: failed to open '%s'"
10544 msgstr ""
10545
10546 #: builtin/commit-tree.c:96
10547 #, c-format
10548 msgid "git commit-tree: failed to read '%s'"
10549 msgstr ""
10550
10551 #: builtin/commit-tree.c:98
10552 #, c-format
10553 msgid "git commit-tree: failed to close '%s'"
10554 msgstr ""
10555
10556 #: builtin/commit-tree.c:111
10557 msgid "parent"
10558 msgstr ""
10559
10560 #: builtin/commit-tree.c:112
10561 msgid "id of a parent commit object"
10562 msgstr ""
10563
10564 #: builtin/commit-tree.c:114 builtin/commit.c:1500 builtin/merge.c:270
10565 #: builtin/notes.c:409 builtin/notes.c:575 builtin/stash.c:1469
10566 #: builtin/tag.c:412
10567 msgid "message"
10568 msgstr ""
10569
10570 #: builtin/commit-tree.c:115 builtin/commit.c:1500
10571 msgid "commit message"
10572 msgstr ""
10573
10574 #: builtin/commit-tree.c:118
10575 msgid "read commit log message from file"
10576 msgstr ""
10577
10578 #: builtin/commit-tree.c:121 builtin/commit.c:1512 builtin/merge.c:287
10579 #: builtin/pull.c:195 builtin/revert.c:118
10580 msgid "GPG sign commit"
10581 msgstr ""
10582
10583 #: builtin/commit-tree.c:133
10584 msgid "must give exactly one tree"
10585 msgstr ""
10586
10587 #: builtin/commit-tree.c:140
10588 msgid "git commit-tree: failed to read"
10589 msgstr ""
10590
10591 #: builtin/commit.c:41
10592 msgid "git commit [<options>] [--] <pathspec>..."
10593 msgstr ""
10594
10595 #: builtin/commit.c:46
10596 msgid "git status [<options>] [--] <pathspec>..."
10597 msgstr ""
10598
10599 #: builtin/commit.c:51
10600 msgid ""
10601 "You asked to amend the most recent commit, but doing so would make\n"
10602 "it empty. You can repeat your command with --allow-empty, or you can\n"
10603 "remove the commit entirely with \"git reset HEAD^\".\n"
10604 msgstr ""
10605
10606 #: builtin/commit.c:56
10607 msgid ""
10608 "The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
10609 "If you wish to commit it anyway, use:\n"
10610 "\n"
10611 " git commit --allow-empty\n"
10612 "\n"
10613 msgstr ""
10614
10615 #: builtin/commit.c:63
10616 msgid "Otherwise, please use 'git cherry-pick --skip'\n"
10617 msgstr ""
10618
10619 #: builtin/commit.c:66
10620 msgid ""
10621 "and then use:\n"
10622 "\n"
10623 " git cherry-pick --continue\n"
10624 "\n"
10625 "to resume cherry-picking the remaining commits.\n"
10626 "If you wish to skip this commit, use:\n"
10627 "\n"
10628 " git cherry-pick --skip\n"
10629 "\n"
10630 msgstr ""
10631
10632 #: builtin/commit.c:315
10633 msgid "failed to unpack HEAD tree object"
10634 msgstr ""
10635
10636 #: builtin/commit.c:356
10637 msgid "unable to create temporary index"
10638 msgstr ""
10639
10640 #: builtin/commit.c:362
10641 msgid "interactive add failed"
10642 msgstr ""
10643
10644 #: builtin/commit.c:376
10645 msgid "unable to update temporary index"
10646 msgstr ""
10647
10648 #: builtin/commit.c:378
10649 msgid "Failed to update main cache tree"
10650 msgstr ""
10651
10652 #: builtin/commit.c:403 builtin/commit.c:426 builtin/commit.c:472
10653 msgid "unable to write new_index file"
10654 msgstr ""
10655
10656 #: builtin/commit.c:455
10657 msgid "cannot do a partial commit during a merge."
10658 msgstr ""
10659
10660 #: builtin/commit.c:457
10661 msgid "cannot do a partial commit during a cherry-pick."
10662 msgstr ""
10663
10664 #: builtin/commit.c:465
10665 msgid "cannot read the index"
10666 msgstr ""
10667
10668 #: builtin/commit.c:484
10669 msgid "unable to write temporary index file"
10670 msgstr ""
10671
10672 #: builtin/commit.c:582
10673 #, c-format
10674 msgid "commit '%s' lacks author header"
10675 msgstr ""
10676
10677 #: builtin/commit.c:584
10678 #, c-format
10679 msgid "commit '%s' has malformed author line"
10680 msgstr ""
10681
10682 #: builtin/commit.c:603
10683 msgid "malformed --author parameter"
10684 msgstr ""
10685
10686 #: builtin/commit.c:656
10687 msgid ""
10688 "unable to select a comment character that is not used\n"
10689 "in the current commit message"
10690 msgstr ""
10691
10692 #: builtin/commit.c:694 builtin/commit.c:727 builtin/commit.c:1072
10693 #, c-format
10694 msgid "could not lookup commit %s"
10695 msgstr ""
10696
10697 #: builtin/commit.c:706 builtin/shortlog.c:319
10698 #, c-format
10699 msgid "(reading log message from standard input)\n"
10700 msgstr ""
10701
10702 #: builtin/commit.c:708
10703 msgid "could not read log from standard input"
10704 msgstr ""
10705
10706 #: builtin/commit.c:712
10707 #, c-format
10708 msgid "could not read log file '%s'"
10709 msgstr ""
10710
10711 #: builtin/commit.c:743 builtin/commit.c:759
10712 msgid "could not read SQUASH_MSG"
10713 msgstr ""
10714
10715 #: builtin/commit.c:750
10716 msgid "could not read MERGE_MSG"
10717 msgstr ""
10718
10719 #: builtin/commit.c:810
10720 msgid "could not write commit template"
10721 msgstr ""
10722
10723 #: builtin/commit.c:829
10724 #, c-format
10725 msgid ""
10726 "\n"
10727 "It looks like you may be committing a merge.\n"
10728 "If this is not correct, please remove the file\n"
10729 "\t%s\n"
10730 "and try again.\n"
10731 msgstr ""
10732
10733 #: builtin/commit.c:834
10734 #, c-format
10735 msgid ""
10736 "\n"
10737 "It looks like you may be committing a cherry-pick.\n"
10738 "If this is not correct, please remove the file\n"
10739 "\t%s\n"
10740 "and try again.\n"
10741 msgstr ""
10742
10743 #: builtin/commit.c:847
10744 #, c-format
10745 msgid ""
10746 "Please enter the commit message for your changes. Lines starting\n"
10747 "with '%c' will be ignored, and an empty message aborts the commit.\n"
10748 msgstr ""
10749
10750 #: builtin/commit.c:855
10751 #, c-format
10752 msgid ""
10753 "Please enter the commit message for your changes. Lines starting\n"
10754 "with '%c' will be kept; you may remove them yourself if you want to.\n"
10755 "An empty message aborts the commit.\n"
10756 msgstr ""
10757
10758 #: builtin/commit.c:872
10759 #, c-format
10760 msgid "%sAuthor: %.*s <%.*s>"
10761 msgstr ""
10762
10763 #: builtin/commit.c:880
10764 #, c-format
10765 msgid "%sDate: %s"
10766 msgstr ""
10767
10768 #: builtin/commit.c:887
10769 #, c-format
10770 msgid "%sCommitter: %.*s <%.*s>"
10771 msgstr ""
10772
10773 #: builtin/commit.c:905
10774 msgid "Cannot read index"
10775 msgstr ""
10776
10777 #: builtin/commit.c:972
10778 msgid "Error building trees"
10779 msgstr ""
10780
10781 #: builtin/commit.c:986 builtin/tag.c:275
10782 #, c-format
10783 msgid "Please supply the message using either -m or -F option.\n"
10784 msgstr ""
10785
10786 #: builtin/commit.c:1030
10787 #, c-format
10788 msgid "--author '%s' is not 'Name <email>' and matches no existing author"
10789 msgstr ""
10790
10791 #: builtin/commit.c:1044
10792 #, c-format
10793 msgid "Invalid ignored mode '%s'"
10794 msgstr ""
10795
10796 #: builtin/commit.c:1062 builtin/commit.c:1304
10797 #, c-format
10798 msgid "Invalid untracked files mode '%s'"
10799 msgstr ""
10800
10801 #: builtin/commit.c:1102
10802 msgid "--long and -z are incompatible"
10803 msgstr ""
10804
10805 #: builtin/commit.c:1146
10806 msgid "Using both --reset-author and --author does not make sense"
10807 msgstr ""
10808
10809 #: builtin/commit.c:1155
10810 msgid "You have nothing to amend."
10811 msgstr ""
10812
10813 #: builtin/commit.c:1158
10814 msgid "You are in the middle of a merge -- cannot amend."
10815 msgstr ""
10816
10817 #: builtin/commit.c:1160
10818 msgid "You are in the middle of a cherry-pick -- cannot amend."
10819 msgstr ""
10820
10821 #: builtin/commit.c:1163
10822 msgid "Options --squash and --fixup cannot be used together"
10823 msgstr ""
10824
10825 #: builtin/commit.c:1173
10826 msgid "Only one of -c/-C/-F/--fixup can be used."
10827 msgstr ""
10828
10829 #: builtin/commit.c:1175
10830 msgid "Option -m cannot be combined with -c/-C/-F."
10831 msgstr ""
10832
10833 #: builtin/commit.c:1183
10834 msgid "--reset-author can be used only with -C, -c or --amend."
10835 msgstr ""
10836
10837 #: builtin/commit.c:1200
10838 msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
10839 msgstr ""
10840
10841 #: builtin/commit.c:1202
10842 msgid "No paths with --include/--only does not make sense."
10843 msgstr ""
10844
10845 #: builtin/commit.c:1208
10846 #, c-format
10847 msgid "paths '%s ...' with -a does not make sense"
10848 msgstr ""
10849
10850 #: builtin/commit.c:1339 builtin/commit.c:1523
10851 msgid "show status concisely"
10852 msgstr ""
10853
10854 #: builtin/commit.c:1341 builtin/commit.c:1525
10855 msgid "show branch information"
10856 msgstr ""
10857
10858 #: builtin/commit.c:1343
10859 msgid "show stash information"
10860 msgstr ""
10861
10862 #: builtin/commit.c:1345 builtin/commit.c:1527
10863 msgid "compute full ahead/behind values"
10864 msgstr ""
10865
10866 #: builtin/commit.c:1347
10867 msgid "version"
10868 msgstr ""
10869
10870 #: builtin/commit.c:1347 builtin/commit.c:1529 builtin/push.c:548
10871 #: builtin/worktree.c:650
10872 msgid "machine-readable output"
10873 msgstr ""
10874
10875 #: builtin/commit.c:1350 builtin/commit.c:1531
10876 msgid "show status in long format (default)"
10877 msgstr ""
10878
10879 #: builtin/commit.c:1353 builtin/commit.c:1534
10880 msgid "terminate entries with NUL"
10881 msgstr ""
10882
10883 #: builtin/commit.c:1355 builtin/commit.c:1359 builtin/commit.c:1537
10884 #: builtin/fast-export.c:1153 builtin/fast-export.c:1156
10885 #: builtin/fast-export.c:1159 builtin/rebase.c:1495 parse-options.h:332
10886 msgid "mode"
10887 msgstr ""
10888
10889 #: builtin/commit.c:1356 builtin/commit.c:1537
10890 msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
10891 msgstr ""
10892
10893 #: builtin/commit.c:1360
10894 msgid ""
10895 "show ignored files, optional modes: traditional, matching, no. (Default: "
10896 "traditional)"
10897 msgstr ""
10898
10899 #: builtin/commit.c:1362 parse-options.h:188
10900 msgid "when"
10901 msgstr ""
10902
10903 #: builtin/commit.c:1363
10904 msgid ""
10905 "ignore changes to submodules, optional when: all, dirty, untracked. "
10906 "(Default: all)"
10907 msgstr ""
10908
10909 #: builtin/commit.c:1365
10910 msgid "list untracked files in columns"
10911 msgstr ""
10912
10913 #: builtin/commit.c:1366
10914 msgid "do not detect renames"
10915 msgstr ""
10916
10917 #: builtin/commit.c:1368
10918 msgid "detect renames, optionally set similarity index"
10919 msgstr ""
10920
10921 #: builtin/commit.c:1388
10922 msgid "Unsupported combination of ignored and untracked-files arguments"
10923 msgstr ""
10924
10925 #: builtin/commit.c:1493
10926 msgid "suppress summary after successful commit"
10927 msgstr ""
10928
10929 #: builtin/commit.c:1494
10930 msgid "show diff in commit message template"
10931 msgstr ""
10932
10933 #: builtin/commit.c:1496
10934 msgid "Commit message options"
10935 msgstr ""
10936
10937 #: builtin/commit.c:1497 builtin/merge.c:274 builtin/tag.c:414
10938 msgid "read message from file"
10939 msgstr ""
10940
10941 #: builtin/commit.c:1498
10942 msgid "author"
10943 msgstr ""
10944
10945 #: builtin/commit.c:1498
10946 msgid "override author for commit"
10947 msgstr ""
10948
10949 #: builtin/commit.c:1499 builtin/gc.c:538
10950 msgid "date"
10951 msgstr ""
10952
10953 #: builtin/commit.c:1499
10954 msgid "override date for commit"
10955 msgstr ""
10956
10957 #: builtin/commit.c:1501 builtin/commit.c:1502 builtin/commit.c:1503
10958 #: builtin/commit.c:1504 parse-options.h:324 ref-filter.h:92
10959 msgid "commit"
10960 msgstr ""
10961
10962 #: builtin/commit.c:1501
10963 msgid "reuse and edit message from specified commit"
10964 msgstr ""
10965
10966 #: builtin/commit.c:1502
10967 msgid "reuse message from specified commit"
10968 msgstr ""
10969
10970 #: builtin/commit.c:1503
10971 msgid "use autosquash formatted message to fixup specified commit"
10972 msgstr ""
10973
10974 #: builtin/commit.c:1504
10975 msgid "use autosquash formatted message to squash specified commit"
10976 msgstr ""
10977
10978 #: builtin/commit.c:1505
10979 msgid "the commit is authored by me now (used with -C/-c/--amend)"
10980 msgstr ""
10981
10982 #: builtin/commit.c:1506 builtin/log.c:1565 builtin/merge.c:289
10983 #: builtin/pull.c:164 builtin/revert.c:110
10984 msgid "add Signed-off-by:"
10985 msgstr ""
10986
10987 #: builtin/commit.c:1507
10988 msgid "use specified template file"
10989 msgstr ""
10990
10991 #: builtin/commit.c:1508
10992 msgid "force edit of commit"
10993 msgstr ""
10994
10995 #: builtin/commit.c:1510
10996 msgid "include status in commit message template"
10997 msgstr ""
10998
10999 #: builtin/commit.c:1515
11000 msgid "Commit contents options"
11001 msgstr ""
11002
11003 #: builtin/commit.c:1516
11004 msgid "commit all changed files"
11005 msgstr ""
11006
11007 #: builtin/commit.c:1517
11008 msgid "add specified files to index for commit"
11009 msgstr ""
11010
11011 #: builtin/commit.c:1518
11012 msgid "interactively add files"
11013 msgstr ""
11014
11015 #: builtin/commit.c:1519
11016 msgid "interactively add changes"
11017 msgstr ""
11018
11019 #: builtin/commit.c:1520
11020 msgid "commit only specified files"
11021 msgstr ""
11022
11023 #: builtin/commit.c:1521
11024 msgid "bypass pre-commit and commit-msg hooks"
11025 msgstr ""
11026
11027 #: builtin/commit.c:1522
11028 msgid "show what would be committed"
11029 msgstr ""
11030
11031 #: builtin/commit.c:1535
11032 msgid "amend previous commit"
11033 msgstr ""
11034
11035 #: builtin/commit.c:1536
11036 msgid "bypass post-rewrite hook"
11037 msgstr ""
11038
11039 #: builtin/commit.c:1541
11040 msgid "ok to record an empty change"
11041 msgstr ""
11042
11043 #: builtin/commit.c:1543
11044 msgid "ok to record a change with an empty message"
11045 msgstr ""
11046
11047 #: builtin/commit.c:1616
11048 #, c-format
11049 msgid "Corrupt MERGE_HEAD file (%s)"
11050 msgstr ""
11051
11052 #: builtin/commit.c:1623
11053 msgid "could not read MERGE_MODE"
11054 msgstr ""
11055
11056 #: builtin/commit.c:1642
11057 #, c-format
11058 msgid "could not read commit message: %s"
11059 msgstr ""
11060
11061 #: builtin/commit.c:1649
11062 #, c-format
11063 msgid "Aborting commit due to empty commit message.\n"
11064 msgstr ""
11065
11066 #: builtin/commit.c:1654
11067 #, c-format
11068 msgid "Aborting commit; you did not edit the message.\n"
11069 msgstr ""
11070
11071 #: builtin/commit.c:1688
11072 msgid ""
11073 "repository has been updated, but unable to write\n"
11074 "new_index file. Check that disk is not full and quota is\n"
11075 "not exceeded, and then \"git restore --staged :/\" to recover."
11076 msgstr ""
11077
11078 #: builtin/commit-graph.c:11
11079 msgid "git commit-graph [--object-dir <objdir>]"
11080 msgstr ""
11081
11082 #: builtin/commit-graph.c:12 builtin/commit-graph.c:24
11083 msgid "git commit-graph read [--object-dir <objdir>]"
11084 msgstr ""
11085
11086 #: builtin/commit-graph.c:13 builtin/commit-graph.c:19
11087 msgid ""
11088 "git commit-graph verify [--object-dir <objdir>] [--shallow] [--[no-]progress]"
11089 msgstr ""
11090
11091 #: builtin/commit-graph.c:14 builtin/commit-graph.c:29
11092 msgid ""
11093 "git commit-graph write [--object-dir <objdir>] [--append|--split] [--"
11094 "reachable|--stdin-packs|--stdin-commits] [--[no-]progress] <split options>"
11095 msgstr ""
11096
11097 #: builtin/commit-graph.c:55 builtin/commit-graph.c:107
11098 #: builtin/commit-graph.c:170 builtin/commit-graph.c:254 builtin/fetch.c:178
11099 #: builtin/log.c:1585
11100 msgid "dir"
11101 msgstr ""
11102
11103 #: builtin/commit-graph.c:56 builtin/commit-graph.c:108
11104 #: builtin/commit-graph.c:171 builtin/commit-graph.c:255
11105 msgid "The object directory to store the graph"
11106 msgstr ""
11107
11108 #: builtin/commit-graph.c:58
11109 msgid "if the commit-graph is split, only verify the tip file"
11110 msgstr ""
11111
11112 #: builtin/commit-graph.c:80 builtin/commit-graph.c:125
11113 #, c-format
11114 msgid "Could not open commit-graph '%s'"
11115 msgstr ""
11116
11117 #: builtin/commit-graph.c:173
11118 msgid "start walk at all refs"
11119 msgstr ""
11120
11121 #: builtin/commit-graph.c:175
11122 msgid "scan pack-indexes listed by stdin for commits"
11123 msgstr ""
11124
11125 #: builtin/commit-graph.c:177
11126 msgid "start walk at commits listed by stdin"
11127 msgstr ""
11128
11129 #: builtin/commit-graph.c:179
11130 msgid "include all commits already in the commit-graph file"
11131 msgstr ""
11132
11133 #: builtin/commit-graph.c:182
11134 msgid "allow writing an incremental commit-graph file"
11135 msgstr ""
11136
11137 #: builtin/commit-graph.c:184 builtin/commit-graph.c:188
11138 msgid "maximum number of commits in a non-base split commit-graph"
11139 msgstr ""
11140
11141 #: builtin/commit-graph.c:186
11142 msgid "maximum ratio between two levels of a split commit-graph"
11143 msgstr ""
11144
11145 #: builtin/commit-graph.c:204
11146 msgid "use at most one of --reachable, --stdin-commits, or --stdin-packs"
11147 msgstr ""
11148
11149 #: builtin/config.c:11
11150 msgid "git config [<options>]"
11151 msgstr ""
11152
11153 #: builtin/config.c:103 builtin/env--helper.c:23
11154 #, c-format
11155 msgid "unrecognized --type argument, %s"
11156 msgstr ""
11157
11158 #: builtin/config.c:115
11159 msgid "only one type at a time"
11160 msgstr ""
11161
11162 #: builtin/config.c:124
11163 msgid "Config file location"
11164 msgstr ""
11165
11166 #: builtin/config.c:125
11167 msgid "use global config file"
11168 msgstr ""
11169
11170 #: builtin/config.c:126
11171 msgid "use system config file"
11172 msgstr ""
11173
11174 #: builtin/config.c:127
11175 msgid "use repository config file"
11176 msgstr ""
11177
11178 #: builtin/config.c:128
11179 msgid "use per-worktree config file"
11180 msgstr ""
11181
11182 #: builtin/config.c:129
11183 msgid "use given config file"
11184 msgstr ""
11185
11186 #: builtin/config.c:130
11187 msgid "blob-id"
11188 msgstr ""
11189
11190 #: builtin/config.c:130
11191 msgid "read config from given blob object"
11192 msgstr ""
11193
11194 #: builtin/config.c:131
11195 msgid "Action"
11196 msgstr ""
11197
11198 #: builtin/config.c:132
11199 msgid "get value: name [value-regex]"
11200 msgstr ""
11201
11202 #: builtin/config.c:133
11203 msgid "get all values: key [value-regex]"
11204 msgstr ""
11205
11206 #: builtin/config.c:134
11207 msgid "get values for regexp: name-regex [value-regex]"
11208 msgstr ""
11209
11210 #: builtin/config.c:135
11211 msgid "get value specific for the URL: section[.var] URL"
11212 msgstr ""
11213
11214 #: builtin/config.c:136
11215 msgid "replace all matching variables: name value [value_regex]"
11216 msgstr ""
11217
11218 #: builtin/config.c:137
11219 msgid "add a new variable: name value"
11220 msgstr ""
11221
11222 #: builtin/config.c:138
11223 msgid "remove a variable: name [value-regex]"
11224 msgstr ""
11225
11226 #: builtin/config.c:139
11227 msgid "remove all matches: name [value-regex]"
11228 msgstr ""
11229
11230 #: builtin/config.c:140
11231 msgid "rename section: old-name new-name"
11232 msgstr ""
11233
11234 #: builtin/config.c:141
11235 msgid "remove a section: name"
11236 msgstr ""
11237
11238 #: builtin/config.c:142
11239 msgid "list all"
11240 msgstr ""
11241
11242 #: builtin/config.c:143
11243 msgid "open an editor"
11244 msgstr ""
11245
11246 #: builtin/config.c:144
11247 msgid "find the color configured: slot [default]"
11248 msgstr ""
11249
11250 #: builtin/config.c:145
11251 msgid "find the color setting: slot [stdout-is-tty]"
11252 msgstr ""
11253
11254 #: builtin/config.c:146
11255 msgid "Type"
11256 msgstr ""
11257
11258 #: builtin/config.c:147 builtin/env--helper.c:38
11259 msgid "value is given this type"
11260 msgstr ""
11261
11262 #: builtin/config.c:148
11263 msgid "value is \"true\" or \"false\""
11264 msgstr ""
11265
11266 #: builtin/config.c:149
11267 msgid "value is decimal number"
11268 msgstr ""
11269
11270 #: builtin/config.c:150
11271 msgid "value is --bool or --int"
11272 msgstr ""
11273
11274 #: builtin/config.c:151
11275 msgid "value is a path (file or directory name)"
11276 msgstr ""
11277
11278 #: builtin/config.c:152
11279 msgid "value is an expiry date"
11280 msgstr ""
11281
11282 #: builtin/config.c:153
11283 msgid "Other"
11284 msgstr ""
11285
11286 #: builtin/config.c:154
11287 msgid "terminate values with NUL byte"
11288 msgstr ""
11289
11290 #: builtin/config.c:155
11291 msgid "show variable names only"
11292 msgstr ""
11293
11294 #: builtin/config.c:156
11295 msgid "respect include directives on lookup"
11296 msgstr ""
11297
11298 #: builtin/config.c:157
11299 msgid "show origin of config (file, standard input, blob, command line)"
11300 msgstr ""
11301
11302 #: builtin/config.c:158 builtin/env--helper.c:40
11303 msgid "value"
11304 msgstr ""
11305
11306 #: builtin/config.c:158
11307 msgid "with --get, use default value when missing entry"
11308 msgstr ""
11309
11310 #: builtin/config.c:172
11311 #, c-format
11312 msgid "wrong number of arguments, should be %d"
11313 msgstr ""
11314
11315 #: builtin/config.c:174
11316 #, c-format
11317 msgid "wrong number of arguments, should be from %d to %d"
11318 msgstr ""
11319
11320 #: builtin/config.c:308
11321 #, c-format
11322 msgid "invalid key pattern: %s"
11323 msgstr ""
11324
11325 #: builtin/config.c:344
11326 #, c-format
11327 msgid "failed to format default config value: %s"
11328 msgstr ""
11329
11330 #: builtin/config.c:401
11331 #, c-format
11332 msgid "cannot parse color '%s'"
11333 msgstr ""
11334
11335 #: builtin/config.c:443
11336 msgid "unable to parse default color value"
11337 msgstr ""
11338
11339 #: builtin/config.c:496 builtin/config.c:742
11340 msgid "not in a git directory"
11341 msgstr ""
11342
11343 #: builtin/config.c:499
11344 msgid "writing to stdin is not supported"
11345 msgstr ""
11346
11347 #: builtin/config.c:502
11348 msgid "writing config blobs is not supported"
11349 msgstr ""
11350
11351 #: builtin/config.c:587
11352 #, c-format
11353 msgid ""
11354 "# This is Git's per-user configuration file.\n"
11355 "[user]\n"
11356 "# Please adapt and uncomment the following lines:\n"
11357 "#\tname = %s\n"
11358 "#\temail = %s\n"
11359 msgstr ""
11360
11361 #: builtin/config.c:611
11362 msgid "only one config file at a time"
11363 msgstr ""
11364
11365 #: builtin/config.c:616
11366 msgid "--local can only be used inside a git repository"
11367 msgstr ""
11368
11369 #: builtin/config.c:619
11370 msgid "--blob can only be used inside a git repository"
11371 msgstr ""
11372
11373 #: builtin/config.c:638
11374 msgid "$HOME not set"
11375 msgstr ""
11376
11377 #: builtin/config.c:658
11378 msgid ""
11379 "--worktree cannot be used with multiple working trees unless the config\n"
11380 "extension worktreeConfig is enabled. Please read \"CONFIGURATION FILE\"\n"
11381 "section in \"git help worktree\" for details"
11382 msgstr ""
11383
11384 #: builtin/config.c:688
11385 msgid "--get-color and variable type are incoherent"
11386 msgstr ""
11387
11388 #: builtin/config.c:693
11389 msgid "only one action at a time"
11390 msgstr ""
11391
11392 #: builtin/config.c:706
11393 msgid "--name-only is only applicable to --list or --get-regexp"
11394 msgstr ""
11395
11396 #: builtin/config.c:712
11397 msgid ""
11398 "--show-origin is only applicable to --get, --get-all, --get-regexp, and --"
11399 "list"
11400 msgstr ""
11401
11402 #: builtin/config.c:718
11403 msgid "--default is only applicable to --get"
11404 msgstr ""
11405
11406 #: builtin/config.c:731
11407 #, c-format
11408 msgid "unable to read config file '%s'"
11409 msgstr ""
11410
11411 #: builtin/config.c:734
11412 msgid "error processing config file(s)"
11413 msgstr ""
11414
11415 #: builtin/config.c:744
11416 msgid "editing stdin is not supported"
11417 msgstr ""
11418
11419 #: builtin/config.c:746
11420 msgid "editing blobs is not supported"
11421 msgstr ""
11422
11423 #: builtin/config.c:760
11424 #, c-format
11425 msgid "cannot create configuration file %s"
11426 msgstr ""
11427
11428 #: builtin/config.c:773
11429 #, c-format
11430 msgid ""
11431 "cannot overwrite multiple values with a single value\n"
11432 " Use a regexp, --add or --replace-all to change %s."
11433 msgstr ""
11434
11435 #: builtin/config.c:847 builtin/config.c:858
11436 #, c-format
11437 msgid "no such section: %s"
11438 msgstr ""
11439
11440 #: builtin/count-objects.c:90
11441 msgid "git count-objects [-v] [-H | --human-readable]"
11442 msgstr ""
11443
11444 #: builtin/count-objects.c:100
11445 msgid "print sizes in human readable format"
11446 msgstr ""
11447
11448 #: builtin/describe.c:26
11449 msgid "git describe [<options>] [<commit-ish>...]"
11450 msgstr ""
11451
11452 #: builtin/describe.c:27
11453 msgid "git describe [<options>] --dirty"
11454 msgstr ""
11455
11456 #: builtin/describe.c:62
11457 msgid "head"
11458 msgstr ""
11459
11460 #: builtin/describe.c:62
11461 msgid "lightweight"
11462 msgstr ""
11463
11464 #: builtin/describe.c:62
11465 msgid "annotated"
11466 msgstr ""
11467
11468 #: builtin/describe.c:275
11469 #, c-format
11470 msgid "annotated tag %s not available"
11471 msgstr ""
11472
11473 #: builtin/describe.c:279
11474 #, c-format
11475 msgid "annotated tag %s has no embedded name"
11476 msgstr ""
11477
11478 #: builtin/describe.c:281
11479 #, c-format
11480 msgid "tag '%s' is really '%s' here"
11481 msgstr ""
11482
11483 #: builtin/describe.c:325
11484 #, c-format
11485 msgid "no tag exactly matches '%s'"
11486 msgstr ""
11487
11488 #: builtin/describe.c:327
11489 #, c-format
11490 msgid "No exact match on refs or tags, searching to describe\n"
11491 msgstr ""
11492
11493 #: builtin/describe.c:381
11494 #, c-format
11495 msgid "finished search at %s\n"
11496 msgstr ""
11497
11498 #: builtin/describe.c:407
11499 #, c-format
11500 msgid ""
11501 "No annotated tags can describe '%s'.\n"
11502 "However, there were unannotated tags: try --tags."
11503 msgstr ""
11504
11505 #: builtin/describe.c:411
11506 #, c-format
11507 msgid ""
11508 "No tags can describe '%s'.\n"
11509 "Try --always, or create some tags."
11510 msgstr ""
11511
11512 #: builtin/describe.c:441
11513 #, c-format
11514 msgid "traversed %lu commits\n"
11515 msgstr ""
11516
11517 #: builtin/describe.c:444
11518 #, c-format
11519 msgid ""
11520 "more than %i tags found; listed %i most recent\n"
11521 "gave up search at %s\n"
11522 msgstr ""
11523
11524 #: builtin/describe.c:512
11525 #, c-format
11526 msgid "describe %s\n"
11527 msgstr ""
11528
11529 #: builtin/describe.c:515
11530 #, c-format
11531 msgid "Not a valid object name %s"
11532 msgstr ""
11533
11534 #: builtin/describe.c:523
11535 #, c-format
11536 msgid "%s is neither a commit nor blob"
11537 msgstr ""
11538
11539 #: builtin/describe.c:537
11540 msgid "find the tag that comes after the commit"
11541 msgstr ""
11542
11543 #: builtin/describe.c:538
11544 msgid "debug search strategy on stderr"
11545 msgstr ""
11546
11547 #: builtin/describe.c:539
11548 msgid "use any ref"
11549 msgstr ""
11550
11551 #: builtin/describe.c:540
11552 msgid "use any tag, even unannotated"
11553 msgstr ""
11554
11555 #: builtin/describe.c:541
11556 msgid "always use long format"
11557 msgstr ""
11558
11559 #: builtin/describe.c:542
11560 msgid "only follow first parent"
11561 msgstr ""
11562
11563 #: builtin/describe.c:545
11564 msgid "only output exact matches"
11565 msgstr ""
11566
11567 #: builtin/describe.c:547
11568 msgid "consider <n> most recent tags (default: 10)"
11569 msgstr ""
11570
11571 #: builtin/describe.c:549
11572 msgid "only consider tags matching <pattern>"
11573 msgstr ""
11574
11575 #: builtin/describe.c:551
11576 msgid "do not consider tags matching <pattern>"
11577 msgstr ""
11578
11579 #: builtin/describe.c:553 builtin/name-rev.c:426
11580 msgid "show abbreviated commit object as fallback"
11581 msgstr ""
11582
11583 #: builtin/describe.c:554 builtin/describe.c:557
11584 msgid "mark"
11585 msgstr ""
11586
11587 #: builtin/describe.c:555
11588 msgid "append <mark> on dirty working tree (default: \"-dirty\")"
11589 msgstr ""
11590
11591 #: builtin/describe.c:558
11592 msgid "append <mark> on broken working tree (default: \"-broken\")"
11593 msgstr ""
11594
11595 #: builtin/describe.c:576
11596 msgid "--long is incompatible with --abbrev=0"
11597 msgstr ""
11598
11599 #: builtin/describe.c:605
11600 msgid "No names found, cannot describe anything."
11601 msgstr ""
11602
11603 #: builtin/describe.c:656
11604 msgid "--dirty is incompatible with commit-ishes"
11605 msgstr ""
11606
11607 #: builtin/describe.c:658
11608 msgid "--broken is incompatible with commit-ishes"
11609 msgstr ""
11610
11611 #: builtin/diff.c:84
11612 #, c-format
11613 msgid "'%s': not a regular file or symlink"
11614 msgstr ""
11615
11616 #: builtin/diff.c:235
11617 #, c-format
11618 msgid "invalid option: %s"
11619 msgstr ""
11620
11621 #: builtin/diff.c:350
11622 msgid "Not a git repository"
11623 msgstr ""
11624
11625 #: builtin/diff.c:394
11626 #, c-format
11627 msgid "invalid object '%s' given."
11628 msgstr ""
11629
11630 #: builtin/diff.c:403
11631 #, c-format
11632 msgid "more than two blobs given: '%s'"
11633 msgstr ""
11634
11635 #: builtin/diff.c:408
11636 #, c-format
11637 msgid "unhandled object '%s' given."
11638 msgstr ""
11639
11640 #: builtin/difftool.c:30
11641 msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
11642 msgstr ""
11643
11644 #: builtin/difftool.c:260
11645 #, c-format
11646 msgid "failed: %d"
11647 msgstr ""
11648
11649 #: builtin/difftool.c:302
11650 #, c-format
11651 msgid "could not read symlink %s"
11652 msgstr ""
11653
11654 #: builtin/difftool.c:304
11655 #, c-format
11656 msgid "could not read symlink file %s"
11657 msgstr ""
11658
11659 #: builtin/difftool.c:312
11660 #, c-format
11661 msgid "could not read object %s for symlink %s"
11662 msgstr ""
11663
11664 #: builtin/difftool.c:413
11665 msgid ""
11666 "combined diff formats('-c' and '--cc') are not supported in\n"
11667 "directory diff mode('-d' and '--dir-diff')."
11668 msgstr ""
11669
11670 #: builtin/difftool.c:634
11671 #, c-format
11672 msgid "both files modified: '%s' and '%s'."
11673 msgstr ""
11674
11675 #: builtin/difftool.c:636
11676 msgid "working tree file has been left."
11677 msgstr ""
11678
11679 #: builtin/difftool.c:647
11680 #, c-format
11681 msgid "temporary files exist in '%s'."
11682 msgstr ""
11683
11684 #: builtin/difftool.c:648
11685 msgid "you may want to cleanup or recover these."
11686 msgstr ""
11687
11688 #: builtin/difftool.c:697
11689 msgid "use `diff.guitool` instead of `diff.tool`"
11690 msgstr ""
11691
11692 #: builtin/difftool.c:699
11693 msgid "perform a full-directory diff"
11694 msgstr ""
11695
11696 #: builtin/difftool.c:701
11697 msgid "do not prompt before launching a diff tool"
11698 msgstr ""
11699
11700 #: builtin/difftool.c:706
11701 msgid "use symlinks in dir-diff mode"
11702 msgstr ""
11703
11704 #: builtin/difftool.c:707
11705 msgid "tool"
11706 msgstr ""
11707
11708 #: builtin/difftool.c:708
11709 msgid "use the specified diff tool"
11710 msgstr ""
11711
11712 #: builtin/difftool.c:710
11713 msgid "print a list of diff tools that may be used with `--tool`"
11714 msgstr ""
11715
11716 #: builtin/difftool.c:713
11717 msgid ""
11718 "make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
11719 "code"
11720 msgstr ""
11721
11722 #: builtin/difftool.c:716
11723 msgid "specify a custom command for viewing diffs"
11724 msgstr ""
11725
11726 #: builtin/difftool.c:717
11727 msgid "passed to `diff`"
11728 msgstr ""
11729
11730 #: builtin/difftool.c:732
11731 msgid "difftool requires worktree or --no-index"
11732 msgstr ""
11733
11734 #: builtin/difftool.c:739
11735 msgid "--dir-diff is incompatible with --no-index"
11736 msgstr ""
11737
11738 #: builtin/difftool.c:742
11739 msgid "--gui, --tool and --extcmd are mutually exclusive"
11740 msgstr ""
11741
11742 #: builtin/difftool.c:750
11743 msgid "no <tool> given for --tool=<tool>"
11744 msgstr ""
11745
11746 #: builtin/difftool.c:757
11747 msgid "no <cmd> given for --extcmd=<cmd>"
11748 msgstr ""
11749
11750 #: builtin/env--helper.c:6
11751 msgid "git env--helper --type=[bool|ulong] <options> <env-var>"
11752 msgstr ""
11753
11754 #: builtin/env--helper.c:37 builtin/hash-object.c:98
11755 msgid "type"
11756 msgstr ""
11757
11758 #: builtin/env--helper.c:41
11759 msgid "default for git_env_*(...) to fall back on"
11760 msgstr ""
11761
11762 #: builtin/env--helper.c:43
11763 msgid "be quiet only use git_env_*() value as exit code"
11764 msgstr ""
11765
11766 #: builtin/env--helper.c:62
11767 #, c-format
11768 msgid "option `--default' expects a boolean value with `--type=bool`, not `%s`"
11769 msgstr ""
11770
11771 #: builtin/env--helper.c:77
11772 #, c-format
11773 msgid ""
11774 "option `--default' expects an unsigned long value with `--type=ulong`, not `"
11775 "%s`"
11776 msgstr ""
11777
11778 #: builtin/fast-export.c:29
11779 msgid "git fast-export [rev-list-opts]"
11780 msgstr ""
11781
11782 #: builtin/fast-export.c:852
11783 msgid "Error: Cannot export nested tags unless --mark-tags is specified."
11784 msgstr ""
11785
11786 #: builtin/fast-export.c:1152
11787 msgid "show progress after <n> objects"
11788 msgstr ""
11789
11790 #: builtin/fast-export.c:1154
11791 msgid "select handling of signed tags"
11792 msgstr ""
11793
11794 #: builtin/fast-export.c:1157
11795 msgid "select handling of tags that tag filtered objects"
11796 msgstr ""
11797
11798 #: builtin/fast-export.c:1160
11799 msgid "select handling of commit messages in an alternate encoding"
11800 msgstr ""
11801
11802 #: builtin/fast-export.c:1163
11803 msgid "Dump marks to this file"
11804 msgstr ""
11805
11806 #: builtin/fast-export.c:1165
11807 msgid "Import marks from this file"
11808 msgstr ""
11809
11810 #: builtin/fast-export.c:1169
11811 msgid "Import marks from this file if it exists"
11812 msgstr ""
11813
11814 #: builtin/fast-export.c:1171
11815 msgid "Fake a tagger when tags lack one"
11816 msgstr ""
11817
11818 #: builtin/fast-export.c:1173
11819 msgid "Output full tree for each commit"
11820 msgstr ""
11821
11822 #: builtin/fast-export.c:1175
11823 msgid "Use the done feature to terminate the stream"
11824 msgstr ""
11825
11826 #: builtin/fast-export.c:1176
11827 msgid "Skip output of blob data"
11828 msgstr ""
11829
11830 #: builtin/fast-export.c:1177 builtin/log.c:1633
11831 msgid "refspec"
11832 msgstr ""
11833
11834 #: builtin/fast-export.c:1178
11835 msgid "Apply refspec to exported refs"
11836 msgstr ""
11837
11838 #: builtin/fast-export.c:1179
11839 msgid "anonymize output"
11840 msgstr ""
11841
11842 #: builtin/fast-export.c:1181
11843 msgid "Reference parents which are not in fast-export stream by object id"
11844 msgstr ""
11845
11846 #: builtin/fast-export.c:1183
11847 msgid "Show original object ids of blobs/commits"
11848 msgstr ""
11849
11850 #: builtin/fast-export.c:1185
11851 msgid "Label tags with mark ids"
11852 msgstr ""
11853
11854 #: builtin/fast-export.c:1220
11855 msgid "Cannot pass both --import-marks and --import-marks-if-exists"
11856 msgstr ""
11857
11858 #: builtin/fetch.c:34
11859 msgid "git fetch [<options>] [<repository> [<refspec>...]]"
11860 msgstr ""
11861
11862 #: builtin/fetch.c:35
11863 msgid "git fetch [<options>] <group>"
11864 msgstr ""
11865
11866 #: builtin/fetch.c:36
11867 msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
11868 msgstr ""
11869
11870 #: builtin/fetch.c:37
11871 msgid "git fetch --all [<options>]"
11872 msgstr ""
11873
11874 #: builtin/fetch.c:115
11875 msgid "fetch.parallel cannot be negative"
11876 msgstr ""
11877
11878 #: builtin/fetch.c:138 builtin/pull.c:204
11879 msgid "fetch from all remotes"
11880 msgstr ""
11881
11882 #: builtin/fetch.c:140 builtin/pull.c:248
11883 msgid "set upstream for git pull/fetch"
11884 msgstr ""
11885
11886 #: builtin/fetch.c:142 builtin/pull.c:207
11887 msgid "append to .git/FETCH_HEAD instead of overwriting"
11888 msgstr ""
11889
11890 #: builtin/fetch.c:144 builtin/pull.c:210
11891 msgid "path to upload pack on remote end"
11892 msgstr ""
11893
11894 #: builtin/fetch.c:145
11895 msgid "force overwrite of local reference"
11896 msgstr ""
11897
11898 #: builtin/fetch.c:147
11899 msgid "fetch from multiple remotes"
11900 msgstr ""
11901
11902 #: builtin/fetch.c:149 builtin/pull.c:214
11903 msgid "fetch all tags and associated objects"
11904 msgstr ""
11905
11906 #: builtin/fetch.c:151
11907 msgid "do not fetch all tags (--no-tags)"
11908 msgstr ""
11909
11910 #: builtin/fetch.c:153
11911 msgid "number of submodules fetched in parallel"
11912 msgstr ""
11913
11914 #: builtin/fetch.c:155 builtin/pull.c:217
11915 msgid "prune remote-tracking branches no longer on remote"
11916 msgstr ""
11917
11918 #: builtin/fetch.c:157
11919 msgid "prune local tags no longer on remote and clobber changed tags"
11920 msgstr ""
11921
11922 #: builtin/fetch.c:158 builtin/fetch.c:181 builtin/pull.c:141
11923 msgid "on-demand"
11924 msgstr ""
11925
11926 #: builtin/fetch.c:159
11927 msgid "control recursive fetching of submodules"
11928 msgstr ""
11929
11930 #: builtin/fetch.c:163 builtin/pull.c:225
11931 msgid "keep downloaded pack"
11932 msgstr ""
11933
11934 #: builtin/fetch.c:165
11935 msgid "allow updating of HEAD ref"
11936 msgstr ""
11937
11938 #: builtin/fetch.c:168 builtin/fetch.c:174 builtin/pull.c:228
11939 msgid "deepen history of shallow clone"
11940 msgstr ""
11941
11942 #: builtin/fetch.c:170
11943 msgid "deepen history of shallow repository based on time"
11944 msgstr ""
11945
11946 #: builtin/fetch.c:176 builtin/pull.c:231
11947 msgid "convert to a complete repository"
11948 msgstr ""
11949
11950 #: builtin/fetch.c:179
11951 msgid "prepend this to submodule path output"
11952 msgstr ""
11953
11954 #: builtin/fetch.c:182
11955 msgid ""
11956 "default for recursive fetching of submodules (lower priority than config "
11957 "files)"
11958 msgstr ""
11959
11960 #: builtin/fetch.c:186 builtin/pull.c:234
11961 msgid "accept refs that update .git/shallow"
11962 msgstr ""
11963
11964 #: builtin/fetch.c:187 builtin/pull.c:236
11965 msgid "refmap"
11966 msgstr ""
11967
11968 #: builtin/fetch.c:188 builtin/pull.c:237
11969 msgid "specify fetch refmap"
11970 msgstr ""
11971
11972 #: builtin/fetch.c:195
11973 msgid "report that we have only objects reachable from this object"
11974 msgstr ""
11975
11976 #: builtin/fetch.c:198
11977 msgid "run 'gc --auto' after fetching"
11978 msgstr ""
11979
11980 #: builtin/fetch.c:200 builtin/pull.c:246
11981 msgid "check for forced-updates on all updated branches"
11982 msgstr ""
11983
11984 #: builtin/fetch.c:510
11985 msgid "Couldn't find remote ref HEAD"
11986 msgstr ""
11987
11988 #: builtin/fetch.c:650
11989 #, c-format
11990 msgid "configuration fetch.output contains invalid value %s"
11991 msgstr ""
11992
11993 #: builtin/fetch.c:748
11994 #, c-format
11995 msgid "object %s not found"
11996 msgstr ""
11997
11998 #: builtin/fetch.c:752
11999 msgid "[up to date]"
12000 msgstr ""
12001
12002 #: builtin/fetch.c:765 builtin/fetch.c:781 builtin/fetch.c:853
12003 msgid "[rejected]"
12004 msgstr ""
12005
12006 #: builtin/fetch.c:766
12007 msgid "can't fetch in current branch"
12008 msgstr ""
12009
12010 #: builtin/fetch.c:776
12011 msgid "[tag update]"
12012 msgstr ""
12013
12014 #: builtin/fetch.c:777 builtin/fetch.c:814 builtin/fetch.c:836
12015 #: builtin/fetch.c:848
12016 msgid "unable to update local ref"
12017 msgstr ""
12018
12019 #: builtin/fetch.c:781
12020 msgid "would clobber existing tag"
12021 msgstr ""
12022
12023 #: builtin/fetch.c:803
12024 msgid "[new tag]"
12025 msgstr ""
12026
12027 #: builtin/fetch.c:806
12028 msgid "[new branch]"
12029 msgstr ""
12030
12031 #: builtin/fetch.c:809
12032 msgid "[new ref]"
12033 msgstr ""
12034
12035 #: builtin/fetch.c:848
12036 msgid "forced update"
12037 msgstr ""
12038
12039 #: builtin/fetch.c:853
12040 msgid "non-fast-forward"
12041 msgstr ""
12042
12043 #: builtin/fetch.c:874
12044 msgid ""
12045 "Fetch normally indicates which branches had a forced update,\n"
12046 "but that check has been disabled. To re-enable, use '--show-forced-updates'\n"
12047 "flag or run 'git config fetch.showForcedUpdates true'."
12048 msgstr ""
12049
12050 #: builtin/fetch.c:878
12051 #, c-format
12052 msgid ""
12053 "It took %.2f seconds to check forced updates. You can use\n"
12054 "'--no-show-forced-updates' or run 'git config fetch.showForcedUpdates "
12055 "false'\n"
12056 " to avoid this check.\n"
12057 msgstr ""
12058
12059 #: builtin/fetch.c:908
12060 #, c-format
12061 msgid "%s did not send all necessary objects\n"
12062 msgstr ""
12063
12064 #: builtin/fetch.c:929
12065 #, c-format
12066 msgid "reject %s because shallow roots are not allowed to be updated"
12067 msgstr ""
12068
12069 #: builtin/fetch.c:1020 builtin/fetch.c:1157
12070 #, c-format
12071 msgid "From %.*s\n"
12072 msgstr ""
12073
12074 #: builtin/fetch.c:1031
12075 #, c-format
12076 msgid ""
12077 "some local refs could not be updated; try running\n"
12078 " 'git remote prune %s' to remove any old, conflicting branches"
12079 msgstr ""
12080
12081 #: builtin/fetch.c:1127
12082 #, c-format
12083 msgid " (%s will become dangling)"
12084 msgstr ""
12085
12086 #: builtin/fetch.c:1128
12087 #, c-format
12088 msgid " (%s has become dangling)"
12089 msgstr ""
12090
12091 #: builtin/fetch.c:1160
12092 msgid "[deleted]"
12093 msgstr ""
12094
12095 #: builtin/fetch.c:1161 builtin/remote.c:1036
12096 msgid "(none)"
12097 msgstr ""
12098
12099 #: builtin/fetch.c:1184
12100 #, c-format
12101 msgid "Refusing to fetch into current branch %s of non-bare repository"
12102 msgstr ""
12103
12104 #: builtin/fetch.c:1203
12105 #, c-format
12106 msgid "Option \"%s\" value \"%s\" is not valid for %s"
12107 msgstr ""
12108
12109 #: builtin/fetch.c:1206
12110 #, c-format
12111 msgid "Option \"%s\" is ignored for %s\n"
12112 msgstr ""
12113
12114 #: builtin/fetch.c:1414
12115 msgid "multiple branch detected, incompatible with --set-upstream"
12116 msgstr ""
12117
12118 #: builtin/fetch.c:1429
12119 msgid "not setting upstream for a remote remote-tracking branch"
12120 msgstr ""
12121
12122 #: builtin/fetch.c:1431
12123 msgid "not setting upstream for a remote tag"
12124 msgstr ""
12125
12126 #: builtin/fetch.c:1433
12127 msgid "unknown branch type"
12128 msgstr ""
12129
12130 #: builtin/fetch.c:1435
12131 msgid ""
12132 "no source branch found.\n"
12133 "you need to specify exactly one branch with the --set-upstream option."
12134 msgstr ""
12135
12136 #: builtin/fetch.c:1561 builtin/fetch.c:1623
12137 #, c-format
12138 msgid "Fetching %s\n"
12139 msgstr ""
12140
12141 #: builtin/fetch.c:1571 builtin/fetch.c:1625 builtin/remote.c:100
12142 #, c-format
12143 msgid "Could not fetch %s"
12144 msgstr ""
12145
12146 #: builtin/fetch.c:1583
12147 #, c-format
12148 msgid "could not fetch '%s' (exit code: %d)\n"
12149 msgstr ""
12150
12151 #: builtin/fetch.c:1685
12152 msgid ""
12153 "No remote repository specified. Please, specify either a URL or a\n"
12154 "remote name from which new revisions should be fetched."
12155 msgstr ""
12156
12157 #: builtin/fetch.c:1722
12158 msgid "You need to specify a tag name."
12159 msgstr ""
12160
12161 #: builtin/fetch.c:1774
12162 msgid "Negative depth in --deepen is not supported"
12163 msgstr ""
12164
12165 #: builtin/fetch.c:1776
12166 msgid "--deepen and --depth are mutually exclusive"
12167 msgstr ""
12168
12169 #: builtin/fetch.c:1781
12170 msgid "--depth and --unshallow cannot be used together"
12171 msgstr ""
12172
12173 #: builtin/fetch.c:1783
12174 msgid "--unshallow on a complete repository does not make sense"
12175 msgstr ""
12176
12177 #: builtin/fetch.c:1799
12178 msgid "fetch --all does not take a repository argument"
12179 msgstr ""
12180
12181 #: builtin/fetch.c:1801
12182 msgid "fetch --all does not make sense with refspecs"
12183 msgstr ""
12184
12185 #: builtin/fetch.c:1810
12186 #, c-format
12187 msgid "No such remote or remote group: %s"
12188 msgstr ""
12189
12190 #: builtin/fetch.c:1817
12191 msgid "Fetching a group and specifying refspecs does not make sense"
12192 msgstr ""
12193
12194 #: builtin/fetch.c:1835
12195 msgid ""
12196 "--filter can only be used with the remote configured in extensions."
12197 "partialclone"
12198 msgstr ""
12199
12200 #: builtin/fmt-merge-msg.c:18
12201 msgid ""
12202 "git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
12203 msgstr ""
12204
12205 #: builtin/fmt-merge-msg.c:672
12206 msgid "populate log with at most <n> entries from shortlog"
12207 msgstr ""
12208
12209 #: builtin/fmt-merge-msg.c:675
12210 msgid "alias for --log (deprecated)"
12211 msgstr ""
12212
12213 #: builtin/fmt-merge-msg.c:678
12214 msgid "text"
12215 msgstr ""
12216
12217 #: builtin/fmt-merge-msg.c:679
12218 msgid "use <text> as start of message"
12219 msgstr ""
12220
12221 #: builtin/fmt-merge-msg.c:680
12222 msgid "file to read from"
12223 msgstr ""
12224
12225 #: builtin/for-each-ref.c:10
12226 msgid "git for-each-ref [<options>] [<pattern>]"
12227 msgstr ""
12228
12229 #: builtin/for-each-ref.c:11
12230 msgid "git for-each-ref [--points-at <object>]"
12231 msgstr ""
12232
12233 #: builtin/for-each-ref.c:12
12234 msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
12235 msgstr ""
12236
12237 #: builtin/for-each-ref.c:13
12238 msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
12239 msgstr ""
12240
12241 #: builtin/for-each-ref.c:28
12242 msgid "quote placeholders suitably for shells"
12243 msgstr ""
12244
12245 #: builtin/for-each-ref.c:30
12246 msgid "quote placeholders suitably for perl"
12247 msgstr ""
12248
12249 #: builtin/for-each-ref.c:32
12250 msgid "quote placeholders suitably for python"
12251 msgstr ""
12252
12253 #: builtin/for-each-ref.c:34
12254 msgid "quote placeholders suitably for Tcl"
12255 msgstr ""
12256
12257 #: builtin/for-each-ref.c:37
12258 msgid "show only <n> matched refs"
12259 msgstr ""
12260
12261 #: builtin/for-each-ref.c:39 builtin/tag.c:439
12262 msgid "respect format colors"
12263 msgstr ""
12264
12265 #: builtin/for-each-ref.c:42
12266 msgid "print only refs which points at the given object"
12267 msgstr ""
12268
12269 #: builtin/for-each-ref.c:44
12270 msgid "print only refs that are merged"
12271 msgstr ""
12272
12273 #: builtin/for-each-ref.c:45
12274 msgid "print only refs that are not merged"
12275 msgstr ""
12276
12277 #: builtin/for-each-ref.c:46
12278 msgid "print only refs which contain the commit"
12279 msgstr ""
12280
12281 #: builtin/for-each-ref.c:47
12282 msgid "print only refs which don't contain the commit"
12283 msgstr ""
12284
12285 #: builtin/fsck.c:88 builtin/fsck.c:160 builtin/fsck.c:161
12286 msgid "unknown"
12287 msgstr ""
12288
12289 #. TRANSLATORS: e.g. error in tree 01bfda: <more explanation>
12290 #: builtin/fsck.c:120 builtin/fsck.c:136
12291 #, c-format
12292 msgid "error in %s %s: %s"
12293 msgstr ""
12294
12295 #. TRANSLATORS: e.g. warning in tree 01bfda: <more explanation>
12296 #: builtin/fsck.c:131
12297 #, c-format
12298 msgid "warning in %s %s: %s"
12299 msgstr ""
12300
12301 #: builtin/fsck.c:157 builtin/fsck.c:159
12302 #, c-format
12303 msgid "broken link from %7s %s"
12304 msgstr ""
12305
12306 #: builtin/fsck.c:168
12307 msgid "wrong object type in link"
12308 msgstr ""
12309
12310 #: builtin/fsck.c:184
12311 #, c-format
12312 msgid ""
12313 "broken link from %7s %s\n"
12314 " to %7s %s"
12315 msgstr ""
12316
12317 #: builtin/fsck.c:295
12318 #, c-format
12319 msgid "missing %s %s"
12320 msgstr ""
12321
12322 #: builtin/fsck.c:321
12323 #, c-format
12324 msgid "unreachable %s %s"
12325 msgstr ""
12326
12327 #: builtin/fsck.c:340
12328 #, c-format
12329 msgid "dangling %s %s"
12330 msgstr ""
12331
12332 #: builtin/fsck.c:349
12333 msgid "could not create lost-found"
12334 msgstr ""
12335
12336 #: builtin/fsck.c:360
12337 #, c-format
12338 msgid "could not finish '%s'"
12339 msgstr ""
12340
12341 #: builtin/fsck.c:377
12342 #, c-format
12343 msgid "Checking %s"
12344 msgstr ""
12345
12346 #: builtin/fsck.c:415
12347 #, c-format
12348 msgid "Checking connectivity (%d objects)"
12349 msgstr ""
12350
12351 #: builtin/fsck.c:434
12352 #, c-format
12353 msgid "Checking %s %s"
12354 msgstr ""
12355
12356 #: builtin/fsck.c:438
12357 msgid "broken links"
12358 msgstr ""
12359
12360 #: builtin/fsck.c:447
12361 #, c-format
12362 msgid "root %s"
12363 msgstr ""
12364
12365 #: builtin/fsck.c:455
12366 #, c-format
12367 msgid "tagged %s %s (%s) in %s"
12368 msgstr ""
12369
12370 #: builtin/fsck.c:484
12371 #, c-format
12372 msgid "%s: object corrupt or missing"
12373 msgstr ""
12374
12375 #: builtin/fsck.c:509
12376 #, c-format
12377 msgid "%s: invalid reflog entry %s"
12378 msgstr ""
12379
12380 #: builtin/fsck.c:523
12381 #, c-format
12382 msgid "Checking reflog %s->%s"
12383 msgstr ""
12384
12385 #: builtin/fsck.c:557
12386 #, c-format
12387 msgid "%s: invalid sha1 pointer %s"
12388 msgstr ""
12389
12390 #: builtin/fsck.c:564
12391 #, c-format
12392 msgid "%s: not a commit"
12393 msgstr ""
12394
12395 #: builtin/fsck.c:619
12396 msgid "notice: No default references"
12397 msgstr ""
12398
12399 #: builtin/fsck.c:634
12400 #, c-format
12401 msgid "%s: object corrupt or missing: %s"
12402 msgstr ""
12403
12404 #: builtin/fsck.c:647
12405 #, c-format
12406 msgid "%s: object could not be parsed: %s"
12407 msgstr ""
12408
12409 #: builtin/fsck.c:667
12410 #, c-format
12411 msgid "bad sha1 file: %s"
12412 msgstr ""
12413
12414 #: builtin/fsck.c:682
12415 msgid "Checking object directory"
12416 msgstr ""
12417
12418 #: builtin/fsck.c:685
12419 msgid "Checking object directories"
12420 msgstr ""
12421
12422 #: builtin/fsck.c:700
12423 #, c-format
12424 msgid "Checking %s link"
12425 msgstr ""
12426
12427 #: builtin/fsck.c:705 builtin/index-pack.c:842
12428 #, c-format
12429 msgid "invalid %s"
12430 msgstr ""
12431
12432 #: builtin/fsck.c:712
12433 #, c-format
12434 msgid "%s points to something strange (%s)"
12435 msgstr ""
12436
12437 #: builtin/fsck.c:718
12438 #, c-format
12439 msgid "%s: detached HEAD points at nothing"
12440 msgstr ""
12441
12442 #: builtin/fsck.c:722
12443 #, c-format
12444 msgid "notice: %s points to an unborn branch (%s)"
12445 msgstr ""
12446
12447 #: builtin/fsck.c:734
12448 msgid "Checking cache tree"
12449 msgstr ""
12450
12451 #: builtin/fsck.c:739
12452 #, c-format
12453 msgid "%s: invalid sha1 pointer in cache-tree"
12454 msgstr ""
12455
12456 #: builtin/fsck.c:750
12457 msgid "non-tree in cache-tree"
12458 msgstr ""
12459
12460 #: builtin/fsck.c:781
12461 msgid "git fsck [<options>] [<object>...]"
12462 msgstr ""
12463
12464 #: builtin/fsck.c:787
12465 msgid "show unreachable objects"
12466 msgstr ""
12467
12468 #: builtin/fsck.c:788
12469 msgid "show dangling objects"
12470 msgstr ""
12471
12472 #: builtin/fsck.c:789
12473 msgid "report tags"
12474 msgstr ""
12475
12476 #: builtin/fsck.c:790
12477 msgid "report root nodes"
12478 msgstr ""
12479
12480 #: builtin/fsck.c:791
12481 msgid "make index objects head nodes"
12482 msgstr ""
12483
12484 #: builtin/fsck.c:792
12485 msgid "make reflogs head nodes (default)"
12486 msgstr ""
12487
12488 #: builtin/fsck.c:793
12489 msgid "also consider packs and alternate objects"
12490 msgstr ""
12491
12492 #: builtin/fsck.c:794
12493 msgid "check only connectivity"
12494 msgstr ""
12495
12496 #: builtin/fsck.c:795
12497 msgid "enable more strict checking"
12498 msgstr ""
12499
12500 #: builtin/fsck.c:797
12501 msgid "write dangling objects in .git/lost-found"
12502 msgstr ""
12503
12504 #: builtin/fsck.c:798 builtin/prune.c:132
12505 msgid "show progress"
12506 msgstr ""
12507
12508 #: builtin/fsck.c:799
12509 msgid "show verbose names for reachable objects"
12510 msgstr ""
12511
12512 #: builtin/fsck.c:859 builtin/index-pack.c:225
12513 msgid "Checking objects"
12514 msgstr ""
12515
12516 #: builtin/fsck.c:887
12517 #, c-format
12518 msgid "%s: object missing"
12519 msgstr ""
12520
12521 #: builtin/fsck.c:899
12522 #, c-format
12523 msgid "invalid parameter: expected sha1, got '%s'"
12524 msgstr ""
12525
12526 #: builtin/gc.c:35
12527 msgid "git gc [<options>]"
12528 msgstr ""
12529
12530 #: builtin/gc.c:90
12531 #, c-format
12532 msgid "Failed to fstat %s: %s"
12533 msgstr ""
12534
12535 #: builtin/gc.c:126
12536 #, c-format
12537 msgid "failed to parse '%s' value '%s'"
12538 msgstr ""
12539
12540 #: builtin/gc.c:475 builtin/init-db.c:55
12541 #, c-format
12542 msgid "cannot stat '%s'"
12543 msgstr ""
12544
12545 #: builtin/gc.c:484 builtin/notes.c:240 builtin/tag.c:529
12546 #, c-format
12547 msgid "cannot read '%s'"
12548 msgstr ""
12549
12550 #: builtin/gc.c:491
12551 #, c-format
12552 msgid ""
12553 "The last gc run reported the following. Please correct the root cause\n"
12554 "and remove %s.\n"
12555 "Automatic cleanup will not be performed until the file is removed.\n"
12556 "\n"
12557 "%s"
12558 msgstr ""
12559
12560 #: builtin/gc.c:539
12561 msgid "prune unreferenced objects"
12562 msgstr ""
12563
12564 #: builtin/gc.c:541
12565 msgid "be more thorough (increased runtime)"
12566 msgstr ""
12567
12568 #: builtin/gc.c:542
12569 msgid "enable auto-gc mode"
12570 msgstr ""
12571
12572 #: builtin/gc.c:545
12573 msgid "force running gc even if there may be another gc running"
12574 msgstr ""
12575
12576 #: builtin/gc.c:548
12577 msgid "repack all other packs except the largest pack"
12578 msgstr ""
12579
12580 #: builtin/gc.c:565
12581 #, c-format
12582 msgid "failed to parse gc.logexpiry value %s"
12583 msgstr ""
12584
12585 #: builtin/gc.c:576
12586 #, c-format
12587 msgid "failed to parse prune expiry value %s"
12588 msgstr ""
12589
12590 #: builtin/gc.c:596
12591 #, c-format
12592 msgid "Auto packing the repository in background for optimum performance.\n"
12593 msgstr ""
12594
12595 #: builtin/gc.c:598
12596 #, c-format
12597 msgid "Auto packing the repository for optimum performance.\n"
12598 msgstr ""
12599
12600 #: builtin/gc.c:599
12601 #, c-format
12602 msgid "See \"git help gc\" for manual housekeeping.\n"
12603 msgstr ""
12604
12605 #: builtin/gc.c:639
12606 #, c-format
12607 msgid ""
12608 "gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
12609 msgstr ""
12610
12611 #: builtin/gc.c:694
12612 msgid ""
12613 "There are too many unreachable loose objects; run 'git prune' to remove them."
12614 msgstr ""
12615
12616 #: builtin/grep.c:29
12617 msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
12618 msgstr ""
12619
12620 #: builtin/grep.c:225
12621 #, c-format
12622 msgid "grep: failed to create thread: %s"
12623 msgstr ""
12624
12625 #: builtin/grep.c:279
12626 #, c-format
12627 msgid "invalid number of threads specified (%d) for %s"
12628 msgstr ""
12629
12630 #. TRANSLATORS: %s is the configuration
12631 #. variable for tweaking threads, currently
12632 #. grep.threads
12633 #.
12634 #: builtin/grep.c:287 builtin/index-pack.c:1534 builtin/index-pack.c:1727
12635 #: builtin/pack-objects.c:2708
12636 #, c-format
12637 msgid "no threads support, ignoring %s"
12638 msgstr ""
12639
12640 #: builtin/grep.c:467 builtin/grep.c:592 builtin/grep.c:635
12641 #, c-format
12642 msgid "unable to read tree (%s)"
12643 msgstr ""
12644
12645 #: builtin/grep.c:650
12646 #, c-format
12647 msgid "unable to grep from object of type %s"
12648 msgstr ""
12649
12650 #: builtin/grep.c:716
12651 #, c-format
12652 msgid "switch `%c' expects a numerical value"
12653 msgstr ""
12654
12655 #: builtin/grep.c:815
12656 msgid "search in index instead of in the work tree"
12657 msgstr ""
12658
12659 #: builtin/grep.c:817
12660 msgid "find in contents not managed by git"
12661 msgstr ""
12662
12663 #: builtin/grep.c:819
12664 msgid "search in both tracked and untracked files"
12665 msgstr ""
12666
12667 #: builtin/grep.c:821
12668 msgid "ignore files specified via '.gitignore'"
12669 msgstr ""
12670
12671 #: builtin/grep.c:823
12672 msgid "recursively search in each submodule"
12673 msgstr ""
12674
12675 #: builtin/grep.c:826
12676 msgid "show non-matching lines"
12677 msgstr ""
12678
12679 #: builtin/grep.c:828
12680 msgid "case insensitive matching"
12681 msgstr ""
12682
12683 #: builtin/grep.c:830
12684 msgid "match patterns only at word boundaries"
12685 msgstr ""
12686
12687 #: builtin/grep.c:832
12688 msgid "process binary files as text"
12689 msgstr ""
12690
12691 #: builtin/grep.c:834
12692 msgid "don't match patterns in binary files"
12693 msgstr ""
12694
12695 #: builtin/grep.c:837
12696 msgid "process binary files with textconv filters"
12697 msgstr ""
12698
12699 #: builtin/grep.c:839
12700 msgid "search in subdirectories (default)"
12701 msgstr ""
12702
12703 #: builtin/grep.c:841
12704 msgid "descend at most <depth> levels"
12705 msgstr ""
12706
12707 #: builtin/grep.c:845
12708 msgid "use extended POSIX regular expressions"
12709 msgstr ""
12710
12711 #: builtin/grep.c:848
12712 msgid "use basic POSIX regular expressions (default)"
12713 msgstr ""
12714
12715 #: builtin/grep.c:851
12716 msgid "interpret patterns as fixed strings"
12717 msgstr ""
12718
12719 #: builtin/grep.c:854
12720 msgid "use Perl-compatible regular expressions"
12721 msgstr ""
12722
12723 #: builtin/grep.c:857
12724 msgid "show line numbers"
12725 msgstr ""
12726
12727 #: builtin/grep.c:858
12728 msgid "show column number of first match"
12729 msgstr ""
12730
12731 #: builtin/grep.c:859
12732 msgid "don't show filenames"
12733 msgstr ""
12734
12735 #: builtin/grep.c:860
12736 msgid "show filenames"
12737 msgstr ""
12738
12739 #: builtin/grep.c:862
12740 msgid "show filenames relative to top directory"
12741 msgstr ""
12742
12743 #: builtin/grep.c:864
12744 msgid "show only filenames instead of matching lines"
12745 msgstr ""
12746
12747 #: builtin/grep.c:866
12748 msgid "synonym for --files-with-matches"
12749 msgstr ""
12750
12751 #: builtin/grep.c:869
12752 msgid "show only the names of files without match"
12753 msgstr ""
12754
12755 #: builtin/grep.c:871
12756 msgid "print NUL after filenames"
12757 msgstr ""
12758
12759 #: builtin/grep.c:874
12760 msgid "show only matching parts of a line"
12761 msgstr ""
12762
12763 #: builtin/grep.c:876
12764 msgid "show the number of matches instead of matching lines"
12765 msgstr ""
12766
12767 #: builtin/grep.c:877
12768 msgid "highlight matches"
12769 msgstr ""
12770
12771 #: builtin/grep.c:879
12772 msgid "print empty line between matches from different files"
12773 msgstr ""
12774
12775 #: builtin/grep.c:881
12776 msgid "show filename only once above matches from same file"
12777 msgstr ""
12778
12779 #: builtin/grep.c:884
12780 msgid "show <n> context lines before and after matches"
12781 msgstr ""
12782
12783 #: builtin/grep.c:887
12784 msgid "show <n> context lines before matches"
12785 msgstr ""
12786
12787 #: builtin/grep.c:889
12788 msgid "show <n> context lines after matches"
12789 msgstr ""
12790
12791 #: builtin/grep.c:891
12792 msgid "use <n> worker threads"
12793 msgstr ""
12794
12795 #: builtin/grep.c:892
12796 msgid "shortcut for -C NUM"
12797 msgstr ""
12798
12799 #: builtin/grep.c:895
12800 msgid "show a line with the function name before matches"
12801 msgstr ""
12802
12803 #: builtin/grep.c:897
12804 msgid "show the surrounding function"
12805 msgstr ""
12806
12807 #: builtin/grep.c:900
12808 msgid "read patterns from file"
12809 msgstr ""
12810
12811 #: builtin/grep.c:902
12812 msgid "match <pattern>"
12813 msgstr ""
12814
12815 #: builtin/grep.c:904
12816 msgid "combine patterns specified with -e"
12817 msgstr ""
12818
12819 #: builtin/grep.c:916
12820 msgid "indicate hit with exit status without output"
12821 msgstr ""
12822
12823 #: builtin/grep.c:918
12824 msgid "show only matches from files that match all patterns"
12825 msgstr ""
12826
12827 #: builtin/grep.c:920
12828 msgid "show parse tree for grep expression"
12829 msgstr ""
12830
12831 #: builtin/grep.c:924
12832 msgid "pager"
12833 msgstr ""
12834
12835 #: builtin/grep.c:924
12836 msgid "show matching files in the pager"
12837 msgstr ""
12838
12839 #: builtin/grep.c:928
12840 msgid "allow calling of grep(1) (ignored by this build)"
12841 msgstr ""
12842
12843 #: builtin/grep.c:992
12844 msgid "no pattern given"
12845 msgstr ""
12846
12847 #: builtin/grep.c:1028
12848 msgid "--no-index or --untracked cannot be used with revs"
12849 msgstr ""
12850
12851 #: builtin/grep.c:1036
12852 #, c-format
12853 msgid "unable to resolve revision: %s"
12854 msgstr ""
12855
12856 #: builtin/grep.c:1067
12857 msgid "invalid option combination, ignoring --threads"
12858 msgstr ""
12859
12860 #: builtin/grep.c:1070 builtin/pack-objects.c:3400
12861 msgid "no threads support, ignoring --threads"
12862 msgstr ""
12863
12864 #: builtin/grep.c:1073 builtin/index-pack.c:1531 builtin/pack-objects.c:2705
12865 #, c-format
12866 msgid "invalid number of threads specified (%d)"
12867 msgstr ""
12868
12869 #: builtin/grep.c:1096
12870 msgid "--open-files-in-pager only works on the worktree"
12871 msgstr ""
12872
12873 #: builtin/grep.c:1119
12874 msgid "option not supported with --recurse-submodules"
12875 msgstr ""
12876
12877 #: builtin/grep.c:1125
12878 msgid "--cached or --untracked cannot be used with --no-index"
12879 msgstr ""
12880
12881 #: builtin/grep.c:1131
12882 msgid "--[no-]exclude-standard cannot be used for tracked contents"
12883 msgstr ""
12884
12885 #: builtin/grep.c:1139
12886 msgid "both --cached and trees are given"
12887 msgstr ""
12888
12889 #: builtin/hash-object.c:85
12890 msgid ""
12891 "git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
12892 "[--] <file>..."
12893 msgstr ""
12894
12895 #: builtin/hash-object.c:86
12896 msgid "git hash-object --stdin-paths"
12897 msgstr ""
12898
12899 #: builtin/hash-object.c:98
12900 msgid "object type"
12901 msgstr ""
12902
12903 #: builtin/hash-object.c:99
12904 msgid "write the object into the object database"
12905 msgstr ""
12906
12907 #: builtin/hash-object.c:101
12908 msgid "read the object from stdin"
12909 msgstr ""
12910
12911 #: builtin/hash-object.c:103
12912 msgid "store file as is without filters"
12913 msgstr ""
12914
12915 #: builtin/hash-object.c:104
12916 msgid ""
12917 "just hash any random garbage to create corrupt objects for debugging Git"
12918 msgstr ""
12919
12920 #: builtin/hash-object.c:105
12921 msgid "process file as it were from this path"
12922 msgstr ""
12923
12924 #: builtin/help.c:46
12925 msgid "print all available commands"
12926 msgstr ""
12927
12928 #: builtin/help.c:47
12929 msgid "exclude guides"
12930 msgstr ""
12931
12932 #: builtin/help.c:48
12933 msgid "print list of useful guides"
12934 msgstr ""
12935
12936 #: builtin/help.c:49
12937 msgid "print all configuration variable names"
12938 msgstr ""
12939
12940 #: builtin/help.c:51
12941 msgid "show man page"
12942 msgstr ""
12943
12944 #: builtin/help.c:52
12945 msgid "show manual in web browser"
12946 msgstr ""
12947
12948 #: builtin/help.c:54
12949 msgid "show info page"
12950 msgstr ""
12951
12952 #: builtin/help.c:56
12953 msgid "print command description"
12954 msgstr ""
12955
12956 #: builtin/help.c:61
12957 msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
12958 msgstr ""
12959
12960 #: builtin/help.c:77
12961 #, c-format
12962 msgid "unrecognized help format '%s'"
12963 msgstr ""
12964
12965 #: builtin/help.c:104
12966 msgid "Failed to start emacsclient."
12967 msgstr ""
12968
12969 #: builtin/help.c:117
12970 msgid "Failed to parse emacsclient version."
12971 msgstr ""
12972
12973 #: builtin/help.c:125
12974 #, c-format
12975 msgid "emacsclient version '%d' too old (< 22)."
12976 msgstr ""
12977
12978 #: builtin/help.c:143 builtin/help.c:165 builtin/help.c:175 builtin/help.c:183
12979 #, c-format
12980 msgid "failed to exec '%s'"
12981 msgstr ""
12982
12983 #: builtin/help.c:221
12984 #, c-format
12985 msgid ""
12986 "'%s': path for unsupported man viewer.\n"
12987 "Please consider using 'man.<tool>.cmd' instead."
12988 msgstr ""
12989
12990 #: builtin/help.c:233
12991 #, c-format
12992 msgid ""
12993 "'%s': cmd for supported man viewer.\n"
12994 "Please consider using 'man.<tool>.path' instead."
12995 msgstr ""
12996
12997 #: builtin/help.c:350
12998 #, c-format
12999 msgid "'%s': unknown man viewer."
13000 msgstr ""
13001
13002 #: builtin/help.c:367
13003 msgid "no man viewer handled the request"
13004 msgstr ""
13005
13006 #: builtin/help.c:375
13007 msgid "no info viewer handled the request"
13008 msgstr ""
13009
13010 #: builtin/help.c:434 builtin/help.c:445 git.c:336
13011 #, c-format
13012 msgid "'%s' is aliased to '%s'"
13013 msgstr ""
13014
13015 #: builtin/help.c:448 git.c:365
13016 #, c-format
13017 msgid "bad alias.%s string: %s"
13018 msgstr ""
13019
13020 #: builtin/help.c:477 builtin/help.c:507
13021 #, c-format
13022 msgid "usage: %s%s"
13023 msgstr ""
13024
13025 #: builtin/help.c:491
13026 msgid "'git help config' for more information"
13027 msgstr ""
13028
13029 #: builtin/index-pack.c:185
13030 #, c-format
13031 msgid "object type mismatch at %s"
13032 msgstr ""
13033
13034 #: builtin/index-pack.c:205
13035 #, c-format
13036 msgid "did not receive expected object %s"
13037 msgstr ""
13038
13039 #: builtin/index-pack.c:208
13040 #, c-format
13041 msgid "object %s: expected type %s, found %s"
13042 msgstr ""
13043
13044 #: builtin/index-pack.c:258
13045 #, c-format
13046 msgid "cannot fill %d byte"
13047 msgid_plural "cannot fill %d bytes"
13048 msgstr[0] ""
13049 msgstr[1] ""
13050
13051 #: builtin/index-pack.c:268
13052 msgid "early EOF"
13053 msgstr ""
13054
13055 #: builtin/index-pack.c:269
13056 msgid "read error on input"
13057 msgstr ""
13058
13059 #: builtin/index-pack.c:281
13060 msgid "used more bytes than were available"
13061 msgstr ""
13062
13063 #: builtin/index-pack.c:288 builtin/pack-objects.c:604
13064 msgid "pack too large for current definition of off_t"
13065 msgstr ""
13066
13067 #: builtin/index-pack.c:291 builtin/unpack-objects.c:94
13068 msgid "pack exceeds maximum allowed size"
13069 msgstr ""
13070
13071 #: builtin/index-pack.c:312
13072 #, c-format
13073 msgid "cannot open packfile '%s'"
13074 msgstr ""
13075
13076 #: builtin/index-pack.c:326
13077 msgid "pack signature mismatch"
13078 msgstr ""
13079
13080 #: builtin/index-pack.c:328
13081 #, c-format
13082 msgid "pack version %<PRIu32> unsupported"
13083 msgstr ""
13084
13085 #: builtin/index-pack.c:346
13086 #, c-format
13087 msgid "pack has bad object at offset %<PRIuMAX>: %s"
13088 msgstr ""
13089
13090 #: builtin/index-pack.c:466
13091 #, c-format
13092 msgid "inflate returned %d"
13093 msgstr ""
13094
13095 #: builtin/index-pack.c:515
13096 msgid "offset value overflow for delta base object"
13097 msgstr ""
13098
13099 #: builtin/index-pack.c:523
13100 msgid "delta base offset is out of bound"
13101 msgstr ""
13102
13103 #: builtin/index-pack.c:531
13104 #, c-format
13105 msgid "unknown object type %d"
13106 msgstr ""
13107
13108 #: builtin/index-pack.c:562
13109 msgid "cannot pread pack file"
13110 msgstr ""
13111
13112 #: builtin/index-pack.c:564
13113 #, c-format
13114 msgid "premature end of pack file, %<PRIuMAX> byte missing"
13115 msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
13116 msgstr[0] ""
13117 msgstr[1] ""
13118
13119 #: builtin/index-pack.c:590
13120 msgid "serious inflate inconsistency"
13121 msgstr ""
13122
13123 #: builtin/index-pack.c:735 builtin/index-pack.c:741 builtin/index-pack.c:764
13124 #: builtin/index-pack.c:803 builtin/index-pack.c:812
13125 #, c-format
13126 msgid "SHA1 COLLISION FOUND WITH %s !"
13127 msgstr ""
13128
13129 #: builtin/index-pack.c:738 builtin/pack-objects.c:157
13130 #: builtin/pack-objects.c:217 builtin/pack-objects.c:311
13131 #, c-format
13132 msgid "unable to read %s"
13133 msgstr ""
13134
13135 #: builtin/index-pack.c:801
13136 #, c-format
13137 msgid "cannot read existing object info %s"
13138 msgstr ""
13139
13140 #: builtin/index-pack.c:809
13141 #, c-format
13142 msgid "cannot read existing object %s"
13143 msgstr ""
13144
13145 #: builtin/index-pack.c:823
13146 #, c-format
13147 msgid "invalid blob object %s"
13148 msgstr ""
13149
13150 #: builtin/index-pack.c:826 builtin/index-pack.c:845
13151 msgid "fsck error in packed object"
13152 msgstr ""
13153
13154 #: builtin/index-pack.c:847
13155 #, c-format
13156 msgid "Not all child objects of %s are reachable"
13157 msgstr ""
13158
13159 #: builtin/index-pack.c:919 builtin/index-pack.c:950
13160 msgid "failed to apply delta"
13161 msgstr ""
13162
13163 #: builtin/index-pack.c:1118
13164 msgid "Receiving objects"
13165 msgstr ""
13166
13167 #: builtin/index-pack.c:1118
13168 msgid "Indexing objects"
13169 msgstr ""
13170
13171 #: builtin/index-pack.c:1152
13172 msgid "pack is corrupted (SHA1 mismatch)"
13173 msgstr ""
13174
13175 #: builtin/index-pack.c:1157
13176 msgid "cannot fstat packfile"
13177 msgstr ""
13178
13179 #: builtin/index-pack.c:1160
13180 msgid "pack has junk at the end"
13181 msgstr ""
13182
13183 #: builtin/index-pack.c:1172
13184 msgid "confusion beyond insanity in parse_pack_objects()"
13185 msgstr ""
13186
13187 #: builtin/index-pack.c:1195
13188 msgid "Resolving deltas"
13189 msgstr ""
13190
13191 #: builtin/index-pack.c:1205 builtin/pack-objects.c:2481
13192 #, c-format
13193 msgid "unable to create thread: %s"
13194 msgstr ""
13195
13196 #: builtin/index-pack.c:1246
13197 msgid "confusion beyond insanity"
13198 msgstr ""
13199
13200 #: builtin/index-pack.c:1252
13201 #, c-format
13202 msgid "completed with %d local object"
13203 msgid_plural "completed with %d local objects"
13204 msgstr[0] ""
13205 msgstr[1] ""
13206
13207 #: builtin/index-pack.c:1264
13208 #, c-format
13209 msgid "Unexpected tail checksum for %s (disk corruption?)"
13210 msgstr ""
13211
13212 #: builtin/index-pack.c:1268
13213 #, c-format
13214 msgid "pack has %d unresolved delta"
13215 msgid_plural "pack has %d unresolved deltas"
13216 msgstr[0] ""
13217 msgstr[1] ""
13218
13219 #: builtin/index-pack.c:1292
13220 #, c-format
13221 msgid "unable to deflate appended object (%d)"
13222 msgstr ""
13223
13224 #: builtin/index-pack.c:1388
13225 #, c-format
13226 msgid "local object %s is corrupt"
13227 msgstr ""
13228
13229 #: builtin/index-pack.c:1402
13230 #, c-format
13231 msgid "packfile name '%s' does not end with '.pack'"
13232 msgstr ""
13233
13234 #: builtin/index-pack.c:1427
13235 #, c-format
13236 msgid "cannot write %s file '%s'"
13237 msgstr ""
13238
13239 #: builtin/index-pack.c:1435
13240 #, c-format
13241 msgid "cannot close written %s file '%s'"
13242 msgstr ""
13243
13244 #: builtin/index-pack.c:1459
13245 msgid "error while closing pack file"
13246 msgstr ""
13247
13248 #: builtin/index-pack.c:1473
13249 msgid "cannot store pack file"
13250 msgstr ""
13251
13252 #: builtin/index-pack.c:1481
13253 msgid "cannot store index file"
13254 msgstr ""
13255
13256 #: builtin/index-pack.c:1525 builtin/pack-objects.c:2716
13257 #, c-format
13258 msgid "bad pack.indexversion=%<PRIu32>"
13259 msgstr ""
13260
13261 #: builtin/index-pack.c:1593
13262 #, c-format
13263 msgid "Cannot open existing pack file '%s'"
13264 msgstr ""
13265
13266 #: builtin/index-pack.c:1595
13267 #, c-format
13268 msgid "Cannot open existing pack idx file for '%s'"
13269 msgstr ""
13270
13271 #: builtin/index-pack.c:1643
13272 #, c-format
13273 msgid "non delta: %d object"
13274 msgid_plural "non delta: %d objects"
13275 msgstr[0] ""
13276 msgstr[1] ""
13277
13278 #: builtin/index-pack.c:1650
13279 #, c-format
13280 msgid "chain length = %d: %lu object"
13281 msgid_plural "chain length = %d: %lu objects"
13282 msgstr[0] ""
13283 msgstr[1] ""
13284
13285 #: builtin/index-pack.c:1689
13286 msgid "Cannot come back to cwd"
13287 msgstr ""
13288
13289 #: builtin/index-pack.c:1738 builtin/index-pack.c:1741
13290 #: builtin/index-pack.c:1757 builtin/index-pack.c:1761
13291 #, c-format
13292 msgid "bad %s"
13293 msgstr ""
13294
13295 #: builtin/index-pack.c:1777
13296 msgid "--fix-thin cannot be used without --stdin"
13297 msgstr ""
13298
13299 #: builtin/index-pack.c:1779
13300 msgid "--stdin requires a git repository"
13301 msgstr ""
13302
13303 #: builtin/index-pack.c:1785
13304 msgid "--verify with no packfile name given"
13305 msgstr ""
13306
13307 #: builtin/index-pack.c:1833 builtin/unpack-objects.c:580
13308 msgid "fsck error in pack objects"
13309 msgstr ""
13310
13311 #: builtin/init-db.c:61
13312 #, c-format
13313 msgid "cannot stat template '%s'"
13314 msgstr ""
13315
13316 #: builtin/init-db.c:66
13317 #, c-format
13318 msgid "cannot opendir '%s'"
13319 msgstr ""
13320
13321 #: builtin/init-db.c:78
13322 #, c-format
13323 msgid "cannot readlink '%s'"
13324 msgstr ""
13325
13326 #: builtin/init-db.c:80
13327 #, c-format
13328 msgid "cannot symlink '%s' '%s'"
13329 msgstr ""
13330
13331 #: builtin/init-db.c:86
13332 #, c-format
13333 msgid "cannot copy '%s' to '%s'"
13334 msgstr ""
13335
13336 #: builtin/init-db.c:90
13337 #, c-format
13338 msgid "ignoring template %s"
13339 msgstr ""
13340
13341 #: builtin/init-db.c:121
13342 #, c-format
13343 msgid "templates not found in %s"
13344 msgstr ""
13345
13346 #: builtin/init-db.c:136
13347 #, c-format
13348 msgid "not copying templates from '%s': %s"
13349 msgstr ""
13350
13351 #: builtin/init-db.c:334
13352 #, c-format
13353 msgid "unable to handle file type %d"
13354 msgstr ""
13355
13356 #: builtin/init-db.c:337
13357 #, c-format
13358 msgid "unable to move %s to %s"
13359 msgstr ""
13360
13361 #: builtin/init-db.c:354 builtin/init-db.c:357
13362 #, c-format
13363 msgid "%s already exists"
13364 msgstr ""
13365
13366 #: builtin/init-db.c:413
13367 #, c-format
13368 msgid "Reinitialized existing shared Git repository in %s%s\n"
13369 msgstr ""
13370
13371 #: builtin/init-db.c:414
13372 #, c-format
13373 msgid "Reinitialized existing Git repository in %s%s\n"
13374 msgstr ""
13375
13376 #: builtin/init-db.c:418
13377 #, c-format
13378 msgid "Initialized empty shared Git repository in %s%s\n"
13379 msgstr ""
13380
13381 #: builtin/init-db.c:419
13382 #, c-format
13383 msgid "Initialized empty Git repository in %s%s\n"
13384 msgstr ""
13385
13386 #: builtin/init-db.c:468
13387 msgid ""
13388 "git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
13389 "shared[=<permissions>]] [<directory>]"
13390 msgstr ""
13391
13392 #: builtin/init-db.c:491
13393 msgid "permissions"
13394 msgstr ""
13395
13396 #: builtin/init-db.c:492
13397 msgid "specify that the git repository is to be shared amongst several users"
13398 msgstr ""
13399
13400 #: builtin/init-db.c:529 builtin/init-db.c:534
13401 #, c-format
13402 msgid "cannot mkdir %s"
13403 msgstr ""
13404
13405 #: builtin/init-db.c:538
13406 #, c-format
13407 msgid "cannot chdir to %s"
13408 msgstr ""
13409
13410 #: builtin/init-db.c:559
13411 #, c-format
13412 msgid ""
13413 "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
13414 "dir=<directory>)"
13415 msgstr ""
13416
13417 #: builtin/init-db.c:587
13418 #, c-format
13419 msgid "Cannot access work tree '%s'"
13420 msgstr ""
13421
13422 #: builtin/interpret-trailers.c:16
13423 msgid ""
13424 "git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
13425 "<token>[(=|:)<value>])...] [<file>...]"
13426 msgstr ""
13427
13428 #: builtin/interpret-trailers.c:95
13429 msgid "edit files in place"
13430 msgstr ""
13431
13432 #: builtin/interpret-trailers.c:96
13433 msgid "trim empty trailers"
13434 msgstr ""
13435
13436 #: builtin/interpret-trailers.c:99
13437 msgid "where to place the new trailer"
13438 msgstr ""
13439
13440 #: builtin/interpret-trailers.c:101
13441 msgid "action if trailer already exists"
13442 msgstr ""
13443
13444 #: builtin/interpret-trailers.c:103
13445 msgid "action if trailer is missing"
13446 msgstr ""
13447
13448 #: builtin/interpret-trailers.c:105
13449 msgid "output only the trailers"
13450 msgstr ""
13451
13452 #: builtin/interpret-trailers.c:106
13453 msgid "do not apply config rules"
13454 msgstr ""
13455
13456 #: builtin/interpret-trailers.c:107
13457 msgid "join whitespace-continued values"
13458 msgstr ""
13459
13460 #: builtin/interpret-trailers.c:108
13461 msgid "set parsing options"
13462 msgstr ""
13463
13464 #: builtin/interpret-trailers.c:110
13465 msgid "do not treat --- specially"
13466 msgstr ""
13467
13468 #: builtin/interpret-trailers.c:111
13469 msgid "trailer"
13470 msgstr ""
13471
13472 #: builtin/interpret-trailers.c:112
13473 msgid "trailer(s) to add"
13474 msgstr ""
13475
13476 #: builtin/interpret-trailers.c:123
13477 msgid "--trailer with --only-input does not make sense"
13478 msgstr ""
13479
13480 #: builtin/interpret-trailers.c:133
13481 msgid "no input file given for in-place editing"
13482 msgstr ""
13483
13484 #: builtin/log.c:55
13485 msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
13486 msgstr ""
13487
13488 #: builtin/log.c:56
13489 msgid "git show [<options>] <object>..."
13490 msgstr ""
13491
13492 #: builtin/log.c:109
13493 #, c-format
13494 msgid "invalid --decorate option: %s"
13495 msgstr ""
13496
13497 #: builtin/log.c:173
13498 msgid "show source"
13499 msgstr ""
13500
13501 #: builtin/log.c:174
13502 msgid "Use mail map file"
13503 msgstr ""
13504
13505 #: builtin/log.c:176
13506 msgid "only decorate refs that match <pattern>"
13507 msgstr ""
13508
13509 #: builtin/log.c:178
13510 msgid "do not decorate refs that match <pattern>"
13511 msgstr ""
13512
13513 #: builtin/log.c:179
13514 msgid "decorate options"
13515 msgstr ""
13516
13517 #: builtin/log.c:182
13518 msgid "Process line range n,m in file, counting from 1"
13519 msgstr ""
13520
13521 #: builtin/log.c:280
13522 #, c-format
13523 msgid "Final output: %d %s\n"
13524 msgstr ""
13525
13526 #: builtin/log.c:534
13527 #, c-format
13528 msgid "git show %s: bad file"
13529 msgstr ""
13530
13531 #: builtin/log.c:549 builtin/log.c:644
13532 #, c-format
13533 msgid "could not read object %s"
13534 msgstr ""
13535
13536 #: builtin/log.c:669
13537 #, c-format
13538 msgid "unknown type: %d"
13539 msgstr ""
13540
13541 #: builtin/log.c:792
13542 msgid "format.headers without value"
13543 msgstr ""
13544
13545 #: builtin/log.c:909
13546 msgid "name of output directory is too long"
13547 msgstr ""
13548
13549 #: builtin/log.c:925
13550 #, c-format
13551 msgid "cannot open patch file %s"
13552 msgstr ""
13553
13554 #: builtin/log.c:942
13555 msgid "need exactly one range"
13556 msgstr ""
13557
13558 #: builtin/log.c:952
13559 msgid "not a range"
13560 msgstr ""
13561
13562 #: builtin/log.c:1075
13563 msgid "cover letter needs email format"
13564 msgstr ""
13565
13566 #: builtin/log.c:1081
13567 msgid "failed to create cover-letter file"
13568 msgstr ""
13569
13570 #: builtin/log.c:1160
13571 #, c-format
13572 msgid "insane in-reply-to: %s"
13573 msgstr ""
13574
13575 #: builtin/log.c:1187
13576 msgid "git format-patch [<options>] [<since> | <revision-range>]"
13577 msgstr ""
13578
13579 #: builtin/log.c:1245
13580 msgid "two output directories?"
13581 msgstr ""
13582
13583 #: builtin/log.c:1356 builtin/log.c:2116 builtin/log.c:2118 builtin/log.c:2130
13584 #, c-format
13585 msgid "unknown commit %s"
13586 msgstr ""
13587
13588 #: builtin/log.c:1366 builtin/replace.c:58 builtin/replace.c:207
13589 #: builtin/replace.c:210
13590 #, c-format
13591 msgid "failed to resolve '%s' as a valid ref"
13592 msgstr ""
13593
13594 #: builtin/log.c:1371
13595 msgid "could not find exact merge base"
13596 msgstr ""
13597
13598 #: builtin/log.c:1375
13599 msgid ""
13600 "failed to get upstream, if you want to record base commit automatically,\n"
13601 "please use git branch --set-upstream-to to track a remote branch.\n"
13602 "Or you could specify base commit by --base=<base-commit-id> manually"
13603 msgstr ""
13604
13605 #: builtin/log.c:1395
13606 msgid "failed to find exact merge base"
13607 msgstr ""
13608
13609 #: builtin/log.c:1406
13610 msgid "base commit should be the ancestor of revision list"
13611 msgstr ""
13612
13613 #: builtin/log.c:1410
13614 msgid "base commit shouldn't be in revision list"
13615 msgstr ""
13616
13617 #: builtin/log.c:1463
13618 msgid "cannot get patch id"
13619 msgstr ""
13620
13621 #: builtin/log.c:1515
13622 msgid "failed to infer range-diff ranges"
13623 msgstr ""
13624
13625 #: builtin/log.c:1560
13626 msgid "use [PATCH n/m] even with a single patch"
13627 msgstr ""
13628
13629 #: builtin/log.c:1563
13630 msgid "use [PATCH] even with multiple patches"
13631 msgstr ""
13632
13633 #: builtin/log.c:1567
13634 msgid "print patches to standard out"
13635 msgstr ""
13636
13637 #: builtin/log.c:1569
13638 msgid "generate a cover letter"
13639 msgstr ""
13640
13641 #: builtin/log.c:1571
13642 msgid "use simple number sequence for output file names"
13643 msgstr ""
13644
13645 #: builtin/log.c:1572
13646 msgid "sfx"
13647 msgstr ""
13648
13649 #: builtin/log.c:1573
13650 msgid "use <sfx> instead of '.patch'"
13651 msgstr ""
13652
13653 #: builtin/log.c:1575
13654 msgid "start numbering patches at <n> instead of 1"
13655 msgstr ""
13656
13657 #: builtin/log.c:1577
13658 msgid "mark the series as Nth re-roll"
13659 msgstr ""
13660
13661 #: builtin/log.c:1579
13662 msgid "Use [RFC PATCH] instead of [PATCH]"
13663 msgstr ""
13664
13665 #: builtin/log.c:1582
13666 msgid "Use [<prefix>] instead of [PATCH]"
13667 msgstr ""
13668
13669 #: builtin/log.c:1585
13670 msgid "store resulting files in <dir>"
13671 msgstr ""
13672
13673 #: builtin/log.c:1588
13674 msgid "don't strip/add [PATCH]"
13675 msgstr ""
13676
13677 #: builtin/log.c:1591
13678 msgid "don't output binary diffs"
13679 msgstr ""
13680
13681 #: builtin/log.c:1593
13682 msgid "output all-zero hash in From header"
13683 msgstr ""
13684
13685 #: builtin/log.c:1595
13686 msgid "don't include a patch matching a commit upstream"
13687 msgstr ""
13688
13689 #: builtin/log.c:1597
13690 msgid "show patch format instead of default (patch + stat)"
13691 msgstr ""
13692
13693 #: builtin/log.c:1599
13694 msgid "Messaging"
13695 msgstr ""
13696
13697 #: builtin/log.c:1600
13698 msgid "header"
13699 msgstr ""
13700
13701 #: builtin/log.c:1601
13702 msgid "add email header"
13703 msgstr ""
13704
13705 #: builtin/log.c:1602 builtin/log.c:1604
13706 msgid "email"
13707 msgstr ""
13708
13709 #: builtin/log.c:1602
13710 msgid "add To: header"
13711 msgstr ""
13712
13713 #: builtin/log.c:1604
13714 msgid "add Cc: header"
13715 msgstr ""
13716
13717 #: builtin/log.c:1606
13718 msgid "ident"
13719 msgstr ""
13720
13721 #: builtin/log.c:1607
13722 msgid "set From address to <ident> (or committer ident if absent)"
13723 msgstr ""
13724
13725 #: builtin/log.c:1609
13726 msgid "message-id"
13727 msgstr ""
13728
13729 #: builtin/log.c:1610
13730 msgid "make first mail a reply to <message-id>"
13731 msgstr ""
13732
13733 #: builtin/log.c:1611 builtin/log.c:1614
13734 msgid "boundary"
13735 msgstr ""
13736
13737 #: builtin/log.c:1612
13738 msgid "attach the patch"
13739 msgstr ""
13740
13741 #: builtin/log.c:1615
13742 msgid "inline the patch"
13743 msgstr ""
13744
13745 #: builtin/log.c:1619
13746 msgid "enable message threading, styles: shallow, deep"
13747 msgstr ""
13748
13749 #: builtin/log.c:1621
13750 msgid "signature"
13751 msgstr ""
13752
13753 #: builtin/log.c:1622
13754 msgid "add a signature"
13755 msgstr ""
13756
13757 #: builtin/log.c:1623
13758 msgid "base-commit"
13759 msgstr ""
13760
13761 #: builtin/log.c:1624
13762 msgid "add prerequisite tree info to the patch series"
13763 msgstr ""
13764
13765 #: builtin/log.c:1626
13766 msgid "add a signature from a file"
13767 msgstr ""
13768
13769 #: builtin/log.c:1627
13770 msgid "don't print the patch filenames"
13771 msgstr ""
13772
13773 #: builtin/log.c:1629
13774 msgid "show progress while generating patches"
13775 msgstr ""
13776
13777 #: builtin/log.c:1631
13778 msgid "show changes against <rev> in cover letter or single patch"
13779 msgstr ""
13780
13781 #: builtin/log.c:1634
13782 msgid "show changes against <refspec> in cover letter or single patch"
13783 msgstr ""
13784
13785 #: builtin/log.c:1636
13786 msgid "percentage by which creation is weighted"
13787 msgstr ""
13788
13789 #: builtin/log.c:1711
13790 #, c-format
13791 msgid "invalid ident line: %s"
13792 msgstr ""
13793
13794 #: builtin/log.c:1726
13795 msgid "-n and -k are mutually exclusive"
13796 msgstr ""
13797
13798 #: builtin/log.c:1728
13799 msgid "--subject-prefix/--rfc and -k are mutually exclusive"
13800 msgstr ""
13801
13802 #: builtin/log.c:1736
13803 msgid "--name-only does not make sense"
13804 msgstr ""
13805
13806 #: builtin/log.c:1738
13807 msgid "--name-status does not make sense"
13808 msgstr ""
13809
13810 #: builtin/log.c:1740
13811 msgid "--check does not make sense"
13812 msgstr ""
13813
13814 #: builtin/log.c:1773
13815 msgid "standard output, or directory, which one?"
13816 msgstr ""
13817
13818 #: builtin/log.c:1877
13819 msgid "--interdiff requires --cover-letter or single patch"
13820 msgstr ""
13821
13822 #: builtin/log.c:1881
13823 msgid "Interdiff:"
13824 msgstr ""
13825
13826 #: builtin/log.c:1882
13827 #, c-format
13828 msgid "Interdiff against v%d:"
13829 msgstr ""
13830
13831 #: builtin/log.c:1888
13832 msgid "--creation-factor requires --range-diff"
13833 msgstr ""
13834
13835 #: builtin/log.c:1892
13836 msgid "--range-diff requires --cover-letter or single patch"
13837 msgstr ""
13838
13839 #: builtin/log.c:1900
13840 msgid "Range-diff:"
13841 msgstr ""
13842
13843 #: builtin/log.c:1901
13844 #, c-format
13845 msgid "Range-diff against v%d:"
13846 msgstr ""
13847
13848 #: builtin/log.c:1912
13849 #, c-format
13850 msgid "unable to read signature file '%s'"
13851 msgstr ""
13852
13853 #: builtin/log.c:1948
13854 msgid "Generating patches"
13855 msgstr ""
13856
13857 #: builtin/log.c:1992
13858 msgid "failed to create output files"
13859 msgstr ""
13860
13861 #: builtin/log.c:2051
13862 msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
13863 msgstr ""
13864
13865 #: builtin/log.c:2105
13866 #, c-format
13867 msgid ""
13868 "Could not find a tracked remote branch, please specify <upstream> manually.\n"
13869 msgstr ""
13870
13871 #: builtin/ls-files.c:470
13872 msgid "git ls-files [<options>] [<file>...]"
13873 msgstr ""
13874
13875 #: builtin/ls-files.c:526
13876 msgid "identify the file status with tags"
13877 msgstr ""
13878
13879 #: builtin/ls-files.c:528
13880 msgid "use lowercase letters for 'assume unchanged' files"
13881 msgstr ""
13882
13883 #: builtin/ls-files.c:530
13884 msgid "use lowercase letters for 'fsmonitor clean' files"
13885 msgstr ""
13886
13887 #: builtin/ls-files.c:532
13888 msgid "show cached files in the output (default)"
13889 msgstr ""
13890
13891 #: builtin/ls-files.c:534
13892 msgid "show deleted files in the output"
13893 msgstr ""
13894
13895 #: builtin/ls-files.c:536
13896 msgid "show modified files in the output"
13897 msgstr ""
13898
13899 #: builtin/ls-files.c:538
13900 msgid "show other files in the output"
13901 msgstr ""
13902
13903 #: builtin/ls-files.c:540
13904 msgid "show ignored files in the output"
13905 msgstr ""
13906
13907 #: builtin/ls-files.c:543
13908 msgid "show staged contents' object name in the output"
13909 msgstr ""
13910
13911 #: builtin/ls-files.c:545
13912 msgid "show files on the filesystem that need to be removed"
13913 msgstr ""
13914
13915 #: builtin/ls-files.c:547
13916 msgid "show 'other' directories' names only"
13917 msgstr ""
13918
13919 #: builtin/ls-files.c:549
13920 msgid "show line endings of files"
13921 msgstr ""
13922
13923 #: builtin/ls-files.c:551
13924 msgid "don't show empty directories"
13925 msgstr ""
13926
13927 #: builtin/ls-files.c:554
13928 msgid "show unmerged files in the output"
13929 msgstr ""
13930
13931 #: builtin/ls-files.c:556
13932 msgid "show resolve-undo information"
13933 msgstr ""
13934
13935 #: builtin/ls-files.c:558
13936 msgid "skip files matching pattern"
13937 msgstr ""
13938
13939 #: builtin/ls-files.c:561
13940 msgid "exclude patterns are read from <file>"
13941 msgstr ""
13942
13943 #: builtin/ls-files.c:564
13944 msgid "read additional per-directory exclude patterns in <file>"
13945 msgstr ""
13946
13947 #: builtin/ls-files.c:566
13948 msgid "add the standard git exclusions"
13949 msgstr ""
13950
13951 #: builtin/ls-files.c:570
13952 msgid "make the output relative to the project top directory"
13953 msgstr ""
13954
13955 #: builtin/ls-files.c:573
13956 msgid "recurse through submodules"
13957 msgstr ""
13958
13959 #: builtin/ls-files.c:575
13960 msgid "if any <file> is not in the index, treat this as an error"
13961 msgstr ""
13962
13963 #: builtin/ls-files.c:576
13964 msgid "tree-ish"
13965 msgstr ""
13966
13967 #: builtin/ls-files.c:577
13968 msgid "pretend that paths removed since <tree-ish> are still present"
13969 msgstr ""
13970
13971 #: builtin/ls-files.c:579
13972 msgid "show debugging data"
13973 msgstr ""
13974
13975 #: builtin/ls-remote.c:9
13976 msgid ""
13977 "git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
13978 " [-q | --quiet] [--exit-code] [--get-url]\n"
13979 " [--symref] [<repository> [<refs>...]]"
13980 msgstr ""
13981
13982 #: builtin/ls-remote.c:59
13983 msgid "do not print remote URL"
13984 msgstr ""
13985
13986 #: builtin/ls-remote.c:60 builtin/ls-remote.c:62 builtin/rebase.c:1488
13987 msgid "exec"
13988 msgstr ""
13989
13990 #: builtin/ls-remote.c:61 builtin/ls-remote.c:63
13991 msgid "path of git-upload-pack on the remote host"
13992 msgstr ""
13993
13994 #: builtin/ls-remote.c:65
13995 msgid "limit to tags"
13996 msgstr ""
13997
13998 #: builtin/ls-remote.c:66
13999 msgid "limit to heads"
14000 msgstr ""
14001
14002 #: builtin/ls-remote.c:67
14003 msgid "do not show peeled tags"
14004 msgstr ""
14005
14006 #: builtin/ls-remote.c:69
14007 msgid "take url.<base>.insteadOf into account"
14008 msgstr ""
14009
14010 #: builtin/ls-remote.c:72
14011 msgid "exit with exit code 2 if no matching refs are found"
14012 msgstr ""
14013
14014 #: builtin/ls-remote.c:75
14015 msgid "show underlying ref in addition to the object pointed by it"
14016 msgstr ""
14017
14018 #: builtin/ls-tree.c:30
14019 msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
14020 msgstr ""
14021
14022 #: builtin/ls-tree.c:128
14023 msgid "only show trees"
14024 msgstr ""
14025
14026 #: builtin/ls-tree.c:130
14027 msgid "recurse into subtrees"
14028 msgstr ""
14029
14030 #: builtin/ls-tree.c:132
14031 msgid "show trees when recursing"
14032 msgstr ""
14033
14034 #: builtin/ls-tree.c:135
14035 msgid "terminate entries with NUL byte"
14036 msgstr ""
14037
14038 #: builtin/ls-tree.c:136
14039 msgid "include object size"
14040 msgstr ""
14041
14042 #: builtin/ls-tree.c:138 builtin/ls-tree.c:140
14043 msgid "list only filenames"
14044 msgstr ""
14045
14046 #: builtin/ls-tree.c:143
14047 msgid "use full path names"
14048 msgstr ""
14049
14050 #: builtin/ls-tree.c:145
14051 msgid "list entire tree; not just current directory (implies --full-name)"
14052 msgstr ""
14053
14054 #: builtin/mailsplit.c:241
14055 #, c-format
14056 msgid "empty mbox: '%s'"
14057 msgstr ""
14058
14059 #: builtin/merge.c:55
14060 msgid "git merge [<options>] [<commit>...]"
14061 msgstr ""
14062
14063 #: builtin/merge.c:56
14064 msgid "git merge --abort"
14065 msgstr ""
14066
14067 #: builtin/merge.c:57
14068 msgid "git merge --continue"
14069 msgstr ""
14070
14071 #: builtin/merge.c:118
14072 msgid "switch `m' requires a value"
14073 msgstr ""
14074
14075 #: builtin/merge.c:141
14076 #, c-format
14077 msgid "option `%s' requires a value"
14078 msgstr ""
14079
14080 #: builtin/merge.c:187
14081 #, c-format
14082 msgid "Could not find merge strategy '%s'.\n"
14083 msgstr ""
14084
14085 #: builtin/merge.c:188
14086 #, c-format
14087 msgid "Available strategies are:"
14088 msgstr ""
14089
14090 #: builtin/merge.c:193
14091 #, c-format
14092 msgid "Available custom strategies are:"
14093 msgstr ""
14094
14095 #: builtin/merge.c:244 builtin/pull.c:152
14096 msgid "do not show a diffstat at the end of the merge"
14097 msgstr ""
14098
14099 #: builtin/merge.c:247 builtin/pull.c:155
14100 msgid "show a diffstat at the end of the merge"
14101 msgstr ""
14102
14103 #: builtin/merge.c:248 builtin/pull.c:158
14104 msgid "(synonym to --stat)"
14105 msgstr ""
14106
14107 #: builtin/merge.c:250 builtin/pull.c:161
14108 msgid "add (at most <n>) entries from shortlog to merge commit message"
14109 msgstr ""
14110
14111 #: builtin/merge.c:253 builtin/pull.c:167
14112 msgid "create a single commit instead of doing a merge"
14113 msgstr ""
14114
14115 #: builtin/merge.c:255 builtin/pull.c:170
14116 msgid "perform a commit if the merge succeeds (default)"
14117 msgstr ""
14118
14119 #: builtin/merge.c:257 builtin/pull.c:173
14120 msgid "edit message before committing"
14121 msgstr ""
14122
14123 #: builtin/merge.c:259
14124 msgid "allow fast-forward (default)"
14125 msgstr ""
14126
14127 #: builtin/merge.c:261 builtin/pull.c:180
14128 msgid "abort if fast-forward is not possible"
14129 msgstr ""
14130
14131 #: builtin/merge.c:265 builtin/pull.c:183
14132 msgid "verify that the named commit has a valid GPG signature"
14133 msgstr ""
14134
14135 #: builtin/merge.c:266 builtin/notes.c:787 builtin/pull.c:187
14136 #: builtin/rebase.c:493 builtin/rebase.c:1501 builtin/revert.c:114
14137 msgid "strategy"
14138 msgstr ""
14139
14140 #: builtin/merge.c:267 builtin/pull.c:188
14141 msgid "merge strategy to use"
14142 msgstr ""
14143
14144 #: builtin/merge.c:268 builtin/pull.c:191
14145 msgid "option=value"
14146 msgstr ""
14147
14148 #: builtin/merge.c:269 builtin/pull.c:192
14149 msgid "option for selected merge strategy"
14150 msgstr ""
14151
14152 #: builtin/merge.c:271
14153 msgid "merge commit message (for a non-fast-forward merge)"
14154 msgstr ""
14155
14156 #: builtin/merge.c:278
14157 msgid "abort the current in-progress merge"
14158 msgstr ""
14159
14160 #: builtin/merge.c:280
14161 msgid "--abort but leave index and working tree alone"
14162 msgstr ""
14163
14164 #: builtin/merge.c:282
14165 msgid "continue the current in-progress merge"
14166 msgstr ""
14167
14168 #: builtin/merge.c:284 builtin/pull.c:199
14169 msgid "allow merging unrelated histories"
14170 msgstr ""
14171
14172 #: builtin/merge.c:290
14173 msgid "bypass pre-merge-commit and commit-msg hooks"
14174 msgstr ""
14175
14176 #: builtin/merge.c:307
14177 msgid "could not run stash."
14178 msgstr ""
14179
14180 #: builtin/merge.c:312
14181 msgid "stash failed"
14182 msgstr ""
14183
14184 #: builtin/merge.c:317
14185 #, c-format
14186 msgid "not a valid object: %s"
14187 msgstr ""
14188
14189 #: builtin/merge.c:339 builtin/merge.c:356
14190 msgid "read-tree failed"
14191 msgstr ""
14192
14193 #: builtin/merge.c:386
14194 msgid " (nothing to squash)"
14195 msgstr ""
14196
14197 #: builtin/merge.c:397
14198 #, c-format
14199 msgid "Squash commit -- not updating HEAD\n"
14200 msgstr ""
14201
14202 #: builtin/merge.c:447
14203 #, c-format
14204 msgid "No merge message -- not updating HEAD\n"
14205 msgstr ""
14206
14207 #: builtin/merge.c:498
14208 #, c-format
14209 msgid "'%s' does not point to a commit"
14210 msgstr ""
14211
14212 #: builtin/merge.c:585
14213 #, c-format
14214 msgid "Bad branch.%s.mergeoptions string: %s"
14215 msgstr ""
14216
14217 #: builtin/merge.c:705
14218 msgid "Not handling anything other than two heads merge."
14219 msgstr ""
14220
14221 #: builtin/merge.c:719
14222 #, c-format
14223 msgid "Unknown option for merge-recursive: -X%s"
14224 msgstr ""
14225
14226 #: builtin/merge.c:734
14227 #, c-format
14228 msgid "unable to write %s"
14229 msgstr ""
14230
14231 #: builtin/merge.c:786
14232 #, c-format
14233 msgid "Could not read from '%s'"
14234 msgstr ""
14235
14236 #: builtin/merge.c:795
14237 #, c-format
14238 msgid "Not committing merge; use 'git commit' to complete the merge.\n"
14239 msgstr ""
14240
14241 #: builtin/merge.c:801
14242 msgid ""
14243 "Please enter a commit message to explain why this merge is necessary,\n"
14244 "especially if it merges an updated upstream into a topic branch.\n"
14245 "\n"
14246 msgstr ""
14247
14248 #: builtin/merge.c:806
14249 msgid "An empty message aborts the commit.\n"
14250 msgstr ""
14251
14252 #: builtin/merge.c:809
14253 #, c-format
14254 msgid ""
14255 "Lines starting with '%c' will be ignored, and an empty message aborts\n"
14256 "the commit.\n"
14257 msgstr ""
14258
14259 #: builtin/merge.c:862
14260 msgid "Empty commit message."
14261 msgstr ""
14262
14263 #: builtin/merge.c:877
14264 #, c-format
14265 msgid "Wonderful.\n"
14266 msgstr ""
14267
14268 #: builtin/merge.c:938
14269 #, c-format
14270 msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
14271 msgstr ""
14272
14273 #: builtin/merge.c:977
14274 msgid "No current branch."
14275 msgstr ""
14276
14277 #: builtin/merge.c:979
14278 msgid "No remote for the current branch."
14279 msgstr ""
14280
14281 #: builtin/merge.c:981
14282 msgid "No default upstream defined for the current branch."
14283 msgstr ""
14284
14285 #: builtin/merge.c:986
14286 #, c-format
14287 msgid "No remote-tracking branch for %s from %s"
14288 msgstr ""
14289
14290 #: builtin/merge.c:1043
14291 #, c-format
14292 msgid "Bad value '%s' in environment '%s'"
14293 msgstr ""
14294
14295 #: builtin/merge.c:1146
14296 #, c-format
14297 msgid "not something we can merge in %s: %s"
14298 msgstr ""
14299
14300 #: builtin/merge.c:1180
14301 msgid "not something we can merge"
14302 msgstr ""
14303
14304 #: builtin/merge.c:1283
14305 msgid "--abort expects no arguments"
14306 msgstr ""
14307
14308 #: builtin/merge.c:1287
14309 msgid "There is no merge to abort (MERGE_HEAD missing)."
14310 msgstr ""
14311
14312 #: builtin/merge.c:1296
14313 msgid "--quit expects no arguments"
14314 msgstr ""
14315
14316 #: builtin/merge.c:1309
14317 msgid "--continue expects no arguments"
14318 msgstr ""
14319
14320 #: builtin/merge.c:1313
14321 msgid "There is no merge in progress (MERGE_HEAD missing)."
14322 msgstr ""
14323
14324 #: builtin/merge.c:1329
14325 msgid ""
14326 "You have not concluded your merge (MERGE_HEAD exists).\n"
14327 "Please, commit your changes before you merge."
14328 msgstr ""
14329
14330 #: builtin/merge.c:1336
14331 msgid ""
14332 "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
14333 "Please, commit your changes before you merge."
14334 msgstr ""
14335
14336 #: builtin/merge.c:1339
14337 msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
14338 msgstr ""
14339
14340 #: builtin/merge.c:1353
14341 msgid "You cannot combine --squash with --no-ff."
14342 msgstr ""
14343
14344 #: builtin/merge.c:1355
14345 msgid "You cannot combine --squash with --commit."
14346 msgstr ""
14347
14348 #: builtin/merge.c:1371
14349 msgid "No commit specified and merge.defaultToUpstream not set."
14350 msgstr ""
14351
14352 #: builtin/merge.c:1388
14353 msgid "Squash commit into empty head not supported yet"
14354 msgstr ""
14355
14356 #: builtin/merge.c:1390
14357 msgid "Non-fast-forward commit does not make sense into an empty head"
14358 msgstr ""
14359
14360 #: builtin/merge.c:1395
14361 #, c-format
14362 msgid "%s - not something we can merge"
14363 msgstr ""
14364
14365 #: builtin/merge.c:1397
14366 msgid "Can merge only exactly one commit into empty head"
14367 msgstr ""
14368
14369 #: builtin/merge.c:1476
14370 msgid "refusing to merge unrelated histories"
14371 msgstr ""
14372
14373 #: builtin/merge.c:1485
14374 msgid "Already up to date."
14375 msgstr ""
14376
14377 #: builtin/merge.c:1495
14378 #, c-format
14379 msgid "Updating %s..%s\n"
14380 msgstr ""
14381
14382 #: builtin/merge.c:1537
14383 #, c-format
14384 msgid "Trying really trivial in-index merge...\n"
14385 msgstr ""
14386
14387 #: builtin/merge.c:1544
14388 #, c-format
14389 msgid "Nope.\n"
14390 msgstr ""
14391
14392 #: builtin/merge.c:1569
14393 msgid "Already up to date. Yeeah!"
14394 msgstr ""
14395
14396 #: builtin/merge.c:1575
14397 msgid "Not possible to fast-forward, aborting."
14398 msgstr ""
14399
14400 #: builtin/merge.c:1598 builtin/merge.c:1663
14401 #, c-format
14402 msgid "Rewinding the tree to pristine...\n"
14403 msgstr ""
14404
14405 #: builtin/merge.c:1602
14406 #, c-format
14407 msgid "Trying merge strategy %s...\n"
14408 msgstr ""
14409
14410 #: builtin/merge.c:1654
14411 #, c-format
14412 msgid "No merge strategy handled the merge.\n"
14413 msgstr ""
14414
14415 #: builtin/merge.c:1656
14416 #, c-format
14417 msgid "Merge with strategy %s failed.\n"
14418 msgstr ""
14419
14420 #: builtin/merge.c:1665
14421 #, c-format
14422 msgid "Using the %s to prepare resolving by hand.\n"
14423 msgstr ""
14424
14425 #: builtin/merge.c:1677
14426 #, c-format
14427 msgid "Automatic merge went well; stopped before committing as requested\n"
14428 msgstr ""
14429
14430 #: builtin/merge-base.c:32
14431 msgid "git merge-base [-a | --all] <commit> <commit>..."
14432 msgstr ""
14433
14434 #: builtin/merge-base.c:33
14435 msgid "git merge-base [-a | --all] --octopus <commit>..."
14436 msgstr ""
14437
14438 #: builtin/merge-base.c:34
14439 msgid "git merge-base --independent <commit>..."
14440 msgstr ""
14441
14442 #: builtin/merge-base.c:35
14443 msgid "git merge-base --is-ancestor <commit> <commit>"
14444 msgstr ""
14445
14446 #: builtin/merge-base.c:36
14447 msgid "git merge-base --fork-point <ref> [<commit>]"
14448 msgstr ""
14449
14450 #: builtin/merge-base.c:153
14451 msgid "output all common ancestors"
14452 msgstr ""
14453
14454 #: builtin/merge-base.c:155
14455 msgid "find ancestors for a single n-way merge"
14456 msgstr ""
14457
14458 #: builtin/merge-base.c:157
14459 msgid "list revs not reachable from others"
14460 msgstr ""
14461
14462 #: builtin/merge-base.c:159
14463 msgid "is the first one ancestor of the other?"
14464 msgstr ""
14465
14466 #: builtin/merge-base.c:161
14467 msgid "find where <commit> forked from reflog of <ref>"
14468 msgstr ""
14469
14470 #: builtin/merge-file.c:9
14471 msgid ""
14472 "git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
14473 "<orig-file> <file2>"
14474 msgstr ""
14475
14476 #: builtin/merge-file.c:35
14477 msgid "send results to standard output"
14478 msgstr ""
14479
14480 #: builtin/merge-file.c:36
14481 msgid "use a diff3 based merge"
14482 msgstr ""
14483
14484 #: builtin/merge-file.c:37
14485 msgid "for conflicts, use our version"
14486 msgstr ""
14487
14488 #: builtin/merge-file.c:39
14489 msgid "for conflicts, use their version"
14490 msgstr ""
14491
14492 #: builtin/merge-file.c:41
14493 msgid "for conflicts, use a union version"
14494 msgstr ""
14495
14496 #: builtin/merge-file.c:44
14497 msgid "for conflicts, use this marker size"
14498 msgstr ""
14499
14500 #: builtin/merge-file.c:45
14501 msgid "do not warn about conflicts"
14502 msgstr ""
14503
14504 #: builtin/merge-file.c:47
14505 msgid "set labels for file1/orig-file/file2"
14506 msgstr ""
14507
14508 #: builtin/merge-recursive.c:47
14509 #, c-format
14510 msgid "unknown option %s"
14511 msgstr ""
14512
14513 #: builtin/merge-recursive.c:53
14514 #, c-format
14515 msgid "could not parse object '%s'"
14516 msgstr ""
14517
14518 #: builtin/merge-recursive.c:57
14519 #, c-format
14520 msgid "cannot handle more than %d base. Ignoring %s."
14521 msgid_plural "cannot handle more than %d bases. Ignoring %s."
14522 msgstr[0] ""
14523 msgstr[1] ""
14524
14525 #: builtin/merge-recursive.c:65
14526 msgid "not handling anything other than two heads merge."
14527 msgstr ""
14528
14529 #: builtin/merge-recursive.c:74 builtin/merge-recursive.c:76
14530 #, c-format
14531 msgid "could not resolve ref '%s'"
14532 msgstr ""
14533
14534 #: builtin/merge-recursive.c:82
14535 #, c-format
14536 msgid "Merging %s with %s\n"
14537 msgstr ""
14538
14539 #: builtin/mktree.c:66
14540 msgid "git mktree [-z] [--missing] [--batch]"
14541 msgstr ""
14542
14543 #: builtin/mktree.c:154
14544 msgid "input is NUL terminated"
14545 msgstr ""
14546
14547 #: builtin/mktree.c:155 builtin/write-tree.c:26
14548 msgid "allow missing objects"
14549 msgstr ""
14550
14551 #: builtin/mktree.c:156
14552 msgid "allow creation of more than one tree"
14553 msgstr ""
14554
14555 #: builtin/multi-pack-index.c:9
14556 msgid ""
14557 "git multi-pack-index [--object-dir=<dir>] (write|verify|expire|repack --"
14558 "batch-size=<size>)"
14559 msgstr ""
14560
14561 #: builtin/multi-pack-index.c:23
14562 msgid "object directory containing set of packfile and pack-index pairs"
14563 msgstr ""
14564
14565 #: builtin/multi-pack-index.c:25
14566 msgid ""
14567 "during repack, collect pack-files of smaller size into a batch that is "
14568 "larger than this size"
14569 msgstr ""
14570
14571 #: builtin/multi-pack-index.c:43 builtin/prune-packed.c:67
14572 msgid "too many arguments"
14573 msgstr ""
14574
14575 #: builtin/multi-pack-index.c:52
14576 msgid "--batch-size option is only for 'repack' subcommand"
14577 msgstr ""
14578
14579 #: builtin/multi-pack-index.c:61
14580 #, c-format
14581 msgid "unrecognized subcommand: %s"
14582 msgstr ""
14583
14584 #: builtin/mv.c:18
14585 msgid "git mv [<options>] <source>... <destination>"
14586 msgstr ""
14587
14588 #: builtin/mv.c:83
14589 #, c-format
14590 msgid "Directory %s is in index and no submodule?"
14591 msgstr ""
14592
14593 #: builtin/mv.c:85
14594 msgid "Please stage your changes to .gitmodules or stash them to proceed"
14595 msgstr ""
14596
14597 #: builtin/mv.c:103
14598 #, c-format
14599 msgid "%.*s is in index"
14600 msgstr ""
14601
14602 #: builtin/mv.c:125
14603 msgid "force move/rename even if target exists"
14604 msgstr ""
14605
14606 #: builtin/mv.c:127
14607 msgid "skip move/rename errors"
14608 msgstr ""
14609
14610 #: builtin/mv.c:169
14611 #, c-format
14612 msgid "destination '%s' is not a directory"
14613 msgstr ""
14614
14615 #: builtin/mv.c:180
14616 #, c-format
14617 msgid "Checking rename of '%s' to '%s'\n"
14618 msgstr ""
14619
14620 #: builtin/mv.c:184
14621 msgid "bad source"
14622 msgstr ""
14623
14624 #: builtin/mv.c:187
14625 msgid "can not move directory into itself"
14626 msgstr ""
14627
14628 #: builtin/mv.c:190
14629 msgid "cannot move directory over file"
14630 msgstr ""
14631
14632 #: builtin/mv.c:199
14633 msgid "source directory is empty"
14634 msgstr ""
14635
14636 #: builtin/mv.c:224
14637 msgid "not under version control"
14638 msgstr ""
14639
14640 #: builtin/mv.c:227
14641 msgid "destination exists"
14642 msgstr ""
14643
14644 #: builtin/mv.c:235
14645 #, c-format
14646 msgid "overwriting '%s'"
14647 msgstr ""
14648
14649 #: builtin/mv.c:238
14650 msgid "Cannot overwrite"
14651 msgstr ""
14652
14653 #: builtin/mv.c:241
14654 msgid "multiple sources for the same target"
14655 msgstr ""
14656
14657 #: builtin/mv.c:243
14658 msgid "destination directory does not exist"
14659 msgstr ""
14660
14661 #: builtin/mv.c:250
14662 #, c-format
14663 msgid "%s, source=%s, destination=%s"
14664 msgstr ""
14665
14666 #: builtin/mv.c:271
14667 #, c-format
14668 msgid "Renaming %s to %s\n"
14669 msgstr ""
14670
14671 #: builtin/mv.c:277 builtin/remote.c:717 builtin/repack.c:511
14672 #, c-format
14673 msgid "renaming '%s' failed"
14674 msgstr ""
14675
14676 #: builtin/name-rev.c:356
14677 msgid "git name-rev [<options>] <commit>..."
14678 msgstr ""
14679
14680 #: builtin/name-rev.c:357
14681 msgid "git name-rev [<options>] --all"
14682 msgstr ""
14683
14684 #: builtin/name-rev.c:358
14685 msgid "git name-rev [<options>] --stdin"
14686 msgstr ""
14687
14688 #: builtin/name-rev.c:415
14689 msgid "print only names (no SHA-1)"
14690 msgstr ""
14691
14692 #: builtin/name-rev.c:416
14693 msgid "only use tags to name the commits"
14694 msgstr ""
14695
14696 #: builtin/name-rev.c:418
14697 msgid "only use refs matching <pattern>"
14698 msgstr ""
14699
14700 #: builtin/name-rev.c:420
14701 msgid "ignore refs matching <pattern>"
14702 msgstr ""
14703
14704 #: builtin/name-rev.c:422
14705 msgid "list all commits reachable from all refs"
14706 msgstr ""
14707
14708 #: builtin/name-rev.c:423
14709 msgid "read from stdin"
14710 msgstr ""
14711
14712 #: builtin/name-rev.c:424
14713 msgid "allow to print `undefined` names (default)"
14714 msgstr ""
14715
14716 #: builtin/name-rev.c:430
14717 msgid "dereference tags in the input (internal use)"
14718 msgstr ""
14719
14720 #: builtin/notes.c:28
14721 msgid "git notes [--ref <notes-ref>] [list [<object>]]"
14722 msgstr ""
14723
14724 #: builtin/notes.c:29
14725 msgid ""
14726 "git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
14727 "| (-c | -C) <object>] [<object>]"
14728 msgstr ""
14729
14730 #: builtin/notes.c:30
14731 msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
14732 msgstr ""
14733
14734 #: builtin/notes.c:31
14735 msgid ""
14736 "git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
14737 "(-c | -C) <object>] [<object>]"
14738 msgstr ""
14739
14740 #: builtin/notes.c:32
14741 msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
14742 msgstr ""
14743
14744 #: builtin/notes.c:33
14745 msgid "git notes [--ref <notes-ref>] show [<object>]"
14746 msgstr ""
14747
14748 #: builtin/notes.c:34
14749 msgid ""
14750 "git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
14751 msgstr ""
14752
14753 #: builtin/notes.c:35
14754 msgid "git notes merge --commit [-v | -q]"
14755 msgstr ""
14756
14757 #: builtin/notes.c:36
14758 msgid "git notes merge --abort [-v | -q]"
14759 msgstr ""
14760
14761 #: builtin/notes.c:37
14762 msgid "git notes [--ref <notes-ref>] remove [<object>...]"
14763 msgstr ""
14764
14765 #: builtin/notes.c:38
14766 msgid "git notes [--ref <notes-ref>] prune [-n] [-v]"
14767 msgstr ""
14768
14769 #: builtin/notes.c:39
14770 msgid "git notes [--ref <notes-ref>] get-ref"
14771 msgstr ""
14772
14773 #: builtin/notes.c:44
14774 msgid "git notes [list [<object>]]"
14775 msgstr ""
14776
14777 #: builtin/notes.c:49
14778 msgid "git notes add [<options>] [<object>]"
14779 msgstr ""
14780
14781 #: builtin/notes.c:54
14782 msgid "git notes copy [<options>] <from-object> <to-object>"
14783 msgstr ""
14784
14785 #: builtin/notes.c:55
14786 msgid "git notes copy --stdin [<from-object> <to-object>]..."
14787 msgstr ""
14788
14789 #: builtin/notes.c:60
14790 msgid "git notes append [<options>] [<object>]"
14791 msgstr ""
14792
14793 #: builtin/notes.c:65
14794 msgid "git notes edit [<object>]"
14795 msgstr ""
14796
14797 #: builtin/notes.c:70
14798 msgid "git notes show [<object>]"
14799 msgstr ""
14800
14801 #: builtin/notes.c:75
14802 msgid "git notes merge [<options>] <notes-ref>"
14803 msgstr ""
14804
14805 #: builtin/notes.c:76
14806 msgid "git notes merge --commit [<options>]"
14807 msgstr ""
14808
14809 #: builtin/notes.c:77
14810 msgid "git notes merge --abort [<options>]"
14811 msgstr ""
14812
14813 #: builtin/notes.c:82
14814 msgid "git notes remove [<object>]"
14815 msgstr ""
14816
14817 #: builtin/notes.c:87
14818 msgid "git notes prune [<options>]"
14819 msgstr ""
14820
14821 #: builtin/notes.c:92
14822 msgid "git notes get-ref"
14823 msgstr ""
14824
14825 #: builtin/notes.c:97
14826 msgid "Write/edit the notes for the following object:"
14827 msgstr ""
14828
14829 #: builtin/notes.c:150
14830 #, c-format
14831 msgid "unable to start 'show' for object '%s'"
14832 msgstr ""
14833
14834 #: builtin/notes.c:154
14835 msgid "could not read 'show' output"
14836 msgstr ""
14837
14838 #: builtin/notes.c:162
14839 #, c-format
14840 msgid "failed to finish 'show' for object '%s'"
14841 msgstr ""
14842
14843 #: builtin/notes.c:197
14844 msgid "please supply the note contents using either -m or -F option"
14845 msgstr ""
14846
14847 #: builtin/notes.c:206
14848 msgid "unable to write note object"
14849 msgstr ""
14850
14851 #: builtin/notes.c:208
14852 #, c-format
14853 msgid "the note contents have been left in %s"
14854 msgstr ""
14855
14856 #: builtin/notes.c:242 builtin/tag.c:532
14857 #, c-format
14858 msgid "could not open or read '%s'"
14859 msgstr ""
14860
14861 #: builtin/notes.c:263 builtin/notes.c:313 builtin/notes.c:315
14862 #: builtin/notes.c:383 builtin/notes.c:438 builtin/notes.c:526
14863 #: builtin/notes.c:531 builtin/notes.c:610 builtin/notes.c:672
14864 #, c-format
14865 msgid "failed to resolve '%s' as a valid ref."
14866 msgstr ""
14867
14868 #: builtin/notes.c:265
14869 #, c-format
14870 msgid "failed to read object '%s'."
14871 msgstr ""
14872
14873 #: builtin/notes.c:268
14874 #, c-format
14875 msgid "cannot read note data from non-blob object '%s'."
14876 msgstr ""
14877
14878 #: builtin/notes.c:309
14879 #, c-format
14880 msgid "malformed input line: '%s'."
14881 msgstr ""
14882
14883 #: builtin/notes.c:324
14884 #, c-format
14885 msgid "failed to copy notes from '%s' to '%s'"
14886 msgstr ""
14887
14888 #. TRANSLATORS: the first %s will be replaced by a git
14889 #. notes command: 'add', 'merge', 'remove', etc.
14890 #.
14891 #: builtin/notes.c:356
14892 #, c-format
14893 msgid "refusing to %s notes in %s (outside of refs/notes/)"
14894 msgstr ""
14895
14896 #: builtin/notes.c:376 builtin/notes.c:431 builtin/notes.c:509
14897 #: builtin/notes.c:521 builtin/notes.c:598 builtin/notes.c:665
14898 #: builtin/notes.c:815 builtin/notes.c:963 builtin/notes.c:985
14899 msgid "too many parameters"
14900 msgstr ""
14901
14902 #: builtin/notes.c:389 builtin/notes.c:678
14903 #, c-format
14904 msgid "no note found for object %s."
14905 msgstr ""
14906
14907 #: builtin/notes.c:410 builtin/notes.c:576
14908 msgid "note contents as a string"
14909 msgstr ""
14910
14911 #: builtin/notes.c:413 builtin/notes.c:579
14912 msgid "note contents in a file"
14913 msgstr ""
14914
14915 #: builtin/notes.c:416 builtin/notes.c:582
14916 msgid "reuse and edit specified note object"
14917 msgstr ""
14918
14919 #: builtin/notes.c:419 builtin/notes.c:585
14920 msgid "reuse specified note object"
14921 msgstr ""
14922
14923 #: builtin/notes.c:422 builtin/notes.c:588
14924 msgid "allow storing empty note"
14925 msgstr ""
14926
14927 #: builtin/notes.c:423 builtin/notes.c:496
14928 msgid "replace existing notes"
14929 msgstr ""
14930
14931 #: builtin/notes.c:448
14932 #, c-format
14933 msgid ""
14934 "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
14935 "existing notes"
14936 msgstr ""
14937
14938 #: builtin/notes.c:463 builtin/notes.c:544
14939 #, c-format
14940 msgid "Overwriting existing notes for object %s\n"
14941 msgstr ""
14942
14943 #: builtin/notes.c:475 builtin/notes.c:637 builtin/notes.c:902
14944 #, c-format
14945 msgid "Removing note for object %s\n"
14946 msgstr ""
14947
14948 #: builtin/notes.c:497
14949 msgid "read objects from stdin"
14950 msgstr ""
14951
14952 #: builtin/notes.c:499
14953 msgid "load rewriting config for <command> (implies --stdin)"
14954 msgstr ""
14955
14956 #: builtin/notes.c:517
14957 msgid "too few parameters"
14958 msgstr ""
14959
14960 #: builtin/notes.c:538
14961 #, c-format
14962 msgid ""
14963 "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
14964 "existing notes"
14965 msgstr ""
14966
14967 #: builtin/notes.c:550
14968 #, c-format
14969 msgid "missing notes on source object %s. Cannot copy."
14970 msgstr ""
14971
14972 #: builtin/notes.c:603
14973 #, c-format
14974 msgid ""
14975 "The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
14976 "Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
14977 msgstr ""
14978
14979 #: builtin/notes.c:698
14980 msgid "failed to delete ref NOTES_MERGE_PARTIAL"
14981 msgstr ""
14982
14983 #: builtin/notes.c:700
14984 msgid "failed to delete ref NOTES_MERGE_REF"
14985 msgstr ""
14986
14987 #: builtin/notes.c:702
14988 msgid "failed to remove 'git notes merge' worktree"
14989 msgstr ""
14990
14991 #: builtin/notes.c:722
14992 msgid "failed to read ref NOTES_MERGE_PARTIAL"
14993 msgstr ""
14994
14995 #: builtin/notes.c:724
14996 msgid "could not find commit from NOTES_MERGE_PARTIAL."
14997 msgstr ""
14998
14999 #: builtin/notes.c:726
15000 msgid "could not parse commit from NOTES_MERGE_PARTIAL."
15001 msgstr ""
15002
15003 #: builtin/notes.c:739
15004 msgid "failed to resolve NOTES_MERGE_REF"
15005 msgstr ""
15006
15007 #: builtin/notes.c:742
15008 msgid "failed to finalize notes merge"
15009 msgstr ""
15010
15011 #: builtin/notes.c:768
15012 #, c-format
15013 msgid "unknown notes merge strategy %s"
15014 msgstr ""
15015
15016 #: builtin/notes.c:784
15017 msgid "General options"
15018 msgstr ""
15019
15020 #: builtin/notes.c:786
15021 msgid "Merge options"
15022 msgstr ""
15023
15024 #: builtin/notes.c:788
15025 msgid ""
15026 "resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
15027 "cat_sort_uniq)"
15028 msgstr ""
15029
15030 #: builtin/notes.c:790
15031 msgid "Committing unmerged notes"
15032 msgstr ""
15033
15034 #: builtin/notes.c:792
15035 msgid "finalize notes merge by committing unmerged notes"
15036 msgstr ""
15037
15038 #: builtin/notes.c:794
15039 msgid "Aborting notes merge resolution"
15040 msgstr ""
15041
15042 #: builtin/notes.c:796
15043 msgid "abort notes merge"
15044 msgstr ""
15045
15046 #: builtin/notes.c:807
15047 msgid "cannot mix --commit, --abort or -s/--strategy"
15048 msgstr ""
15049
15050 #: builtin/notes.c:812
15051 msgid "must specify a notes ref to merge"
15052 msgstr ""
15053
15054 #: builtin/notes.c:836
15055 #, c-format
15056 msgid "unknown -s/--strategy: %s"
15057 msgstr ""
15058
15059 #: builtin/notes.c:873
15060 #, c-format
15061 msgid "a notes merge into %s is already in-progress at %s"
15062 msgstr ""
15063
15064 #: builtin/notes.c:876
15065 #, c-format
15066 msgid "failed to store link to current notes ref (%s)"
15067 msgstr ""
15068
15069 #: builtin/notes.c:878
15070 #, c-format
15071 msgid ""
15072 "Automatic notes merge failed. Fix conflicts in %s and commit the result with "
15073 "'git notes merge --commit', or abort the merge with 'git notes merge --"
15074 "abort'.\n"
15075 msgstr ""
15076
15077 #: builtin/notes.c:897 builtin/tag.c:545
15078 #, c-format
15079 msgid "Failed to resolve '%s' as a valid ref."
15080 msgstr ""
15081
15082 #: builtin/notes.c:900
15083 #, c-format
15084 msgid "Object %s has no note\n"
15085 msgstr ""
15086
15087 #: builtin/notes.c:912
15088 msgid "attempt to remove non-existent note is not an error"
15089 msgstr ""
15090
15091 #: builtin/notes.c:915
15092 msgid "read object names from the standard input"
15093 msgstr ""
15094
15095 #: builtin/notes.c:954 builtin/prune.c:130 builtin/worktree.c:164
15096 msgid "do not remove, show only"
15097 msgstr ""
15098
15099 #: builtin/notes.c:955
15100 msgid "report pruned notes"
15101 msgstr ""
15102
15103 #: builtin/notes.c:998
15104 msgid "notes-ref"
15105 msgstr ""
15106
15107 #: builtin/notes.c:999
15108 msgid "use notes from <notes-ref>"
15109 msgstr ""
15110
15111 #: builtin/notes.c:1034 builtin/stash.c:1607
15112 #, c-format
15113 msgid "unknown subcommand: %s"
15114 msgstr ""
15115
15116 #: builtin/pack-objects.c:52
15117 msgid ""
15118 "git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
15119 msgstr ""
15120
15121 #: builtin/pack-objects.c:53
15122 msgid ""
15123 "git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
15124 msgstr ""
15125
15126 #: builtin/pack-objects.c:428
15127 #, c-format
15128 msgid "bad packed object CRC for %s"
15129 msgstr ""
15130
15131 #: builtin/pack-objects.c:439
15132 #, c-format
15133 msgid "corrupt packed object for %s"
15134 msgstr ""
15135
15136 #: builtin/pack-objects.c:570
15137 #, c-format
15138 msgid "recursive delta detected for object %s"
15139 msgstr ""
15140
15141 #: builtin/pack-objects.c:781
15142 #, c-format
15143 msgid "ordered %u objects, expected %<PRIu32>"
15144 msgstr ""
15145
15146 #: builtin/pack-objects.c:794
15147 #, c-format
15148 msgid "packfile is invalid: %s"
15149 msgstr ""
15150
15151 #: builtin/pack-objects.c:798
15152 #, c-format
15153 msgid "unable to open packfile for reuse: %s"
15154 msgstr ""
15155
15156 #: builtin/pack-objects.c:802
15157 msgid "unable to seek in reused packfile"
15158 msgstr ""
15159
15160 #: builtin/pack-objects.c:813
15161 msgid "unable to read from reused packfile"
15162 msgstr ""
15163
15164 #: builtin/pack-objects.c:841
15165 msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
15166 msgstr ""
15167
15168 #: builtin/pack-objects.c:854
15169 msgid "Writing objects"
15170 msgstr ""
15171
15172 #: builtin/pack-objects.c:917 builtin/update-index.c:89
15173 #, c-format
15174 msgid "failed to stat %s"
15175 msgstr ""
15176
15177 #: builtin/pack-objects.c:970
15178 #, c-format
15179 msgid "wrote %<PRIu32> objects while expecting %<PRIu32>"
15180 msgstr ""
15181
15182 #: builtin/pack-objects.c:1164
15183 msgid "disabling bitmap writing, as some objects are not being packed"
15184 msgstr ""
15185
15186 #: builtin/pack-objects.c:1592
15187 #, c-format
15188 msgid "delta base offset overflow in pack for %s"
15189 msgstr ""
15190
15191 #: builtin/pack-objects.c:1601
15192 #, c-format
15193 msgid "delta base offset out of bound for %s"
15194 msgstr ""
15195
15196 #: builtin/pack-objects.c:1870
15197 msgid "Counting objects"
15198 msgstr ""
15199
15200 #: builtin/pack-objects.c:2000
15201 #, c-format
15202 msgid "unable to get size of %s"
15203 msgstr ""
15204
15205 #: builtin/pack-objects.c:2015
15206 #, c-format
15207 msgid "unable to parse object header of %s"
15208 msgstr ""
15209
15210 #: builtin/pack-objects.c:2085 builtin/pack-objects.c:2101
15211 #: builtin/pack-objects.c:2111
15212 #, c-format
15213 msgid "object %s cannot be read"
15214 msgstr ""
15215
15216 #: builtin/pack-objects.c:2088 builtin/pack-objects.c:2115
15217 #, c-format
15218 msgid "object %s inconsistent object length (%<PRIuMAX> vs %<PRIuMAX>)"
15219 msgstr ""
15220
15221 #: builtin/pack-objects.c:2125
15222 msgid "suboptimal pack - out of memory"
15223 msgstr ""
15224
15225 #: builtin/pack-objects.c:2440
15226 #, c-format
15227 msgid "Delta compression using up to %d threads"
15228 msgstr ""
15229
15230 #: builtin/pack-objects.c:2572
15231 #, c-format
15232 msgid "unable to pack objects reachable from tag %s"
15233 msgstr ""
15234
15235 #: builtin/pack-objects.c:2659
15236 msgid "Compressing objects"
15237 msgstr ""
15238
15239 #: builtin/pack-objects.c:2665
15240 msgid "inconsistency with delta count"
15241 msgstr ""
15242
15243 #: builtin/pack-objects.c:2742
15244 #, c-format
15245 msgid ""
15246 "expected edge object ID, got garbage:\n"
15247 " %s"
15248 msgstr ""
15249
15250 #: builtin/pack-objects.c:2748
15251 #, c-format
15252 msgid ""
15253 "expected object ID, got garbage:\n"
15254 " %s"
15255 msgstr ""
15256
15257 #: builtin/pack-objects.c:2846
15258 msgid "invalid value for --missing"
15259 msgstr ""
15260
15261 #: builtin/pack-objects.c:2905 builtin/pack-objects.c:3013
15262 msgid "cannot open pack index"
15263 msgstr ""
15264
15265 #: builtin/pack-objects.c:2936
15266 #, c-format
15267 msgid "loose object at %s could not be examined"
15268 msgstr ""
15269
15270 #: builtin/pack-objects.c:3021
15271 msgid "unable to force loose object"
15272 msgstr ""
15273
15274 #: builtin/pack-objects.c:3113
15275 #, c-format
15276 msgid "not a rev '%s'"
15277 msgstr ""
15278
15279 #: builtin/pack-objects.c:3116
15280 #, c-format
15281 msgid "bad revision '%s'"
15282 msgstr ""
15283
15284 #: builtin/pack-objects.c:3141
15285 msgid "unable to add recent objects"
15286 msgstr ""
15287
15288 #: builtin/pack-objects.c:3194
15289 #, c-format
15290 msgid "unsupported index version %s"
15291 msgstr ""
15292
15293 #: builtin/pack-objects.c:3198
15294 #, c-format
15295 msgid "bad index version '%s'"
15296 msgstr ""
15297
15298 #: builtin/pack-objects.c:3228
15299 msgid "do not show progress meter"
15300 msgstr ""
15301
15302 #: builtin/pack-objects.c:3230
15303 msgid "show progress meter"
15304 msgstr ""
15305
15306 #: builtin/pack-objects.c:3232
15307 msgid "show progress meter during object writing phase"
15308 msgstr ""
15309
15310 #: builtin/pack-objects.c:3235
15311 msgid "similar to --all-progress when progress meter is shown"
15312 msgstr ""
15313
15314 #: builtin/pack-objects.c:3236
15315 msgid "<version>[,<offset>]"
15316 msgstr ""
15317
15318 #: builtin/pack-objects.c:3237
15319 msgid "write the pack index file in the specified idx format version"
15320 msgstr ""
15321
15322 #: builtin/pack-objects.c:3240
15323 msgid "maximum size of each output pack file"
15324 msgstr ""
15325
15326 #: builtin/pack-objects.c:3242
15327 msgid "ignore borrowed objects from alternate object store"
15328 msgstr ""
15329
15330 #: builtin/pack-objects.c:3244
15331 msgid "ignore packed objects"
15332 msgstr ""
15333
15334 #: builtin/pack-objects.c:3246
15335 msgid "limit pack window by objects"
15336 msgstr ""
15337
15338 #: builtin/pack-objects.c:3248
15339 msgid "limit pack window by memory in addition to object limit"
15340 msgstr ""
15341
15342 #: builtin/pack-objects.c:3250
15343 msgid "maximum length of delta chain allowed in the resulting pack"
15344 msgstr ""
15345
15346 #: builtin/pack-objects.c:3252
15347 msgid "reuse existing deltas"
15348 msgstr ""
15349
15350 #: builtin/pack-objects.c:3254
15351 msgid "reuse existing objects"
15352 msgstr ""
15353
15354 #: builtin/pack-objects.c:3256
15355 msgid "use OFS_DELTA objects"
15356 msgstr ""
15357
15358 #: builtin/pack-objects.c:3258
15359 msgid "use threads when searching for best delta matches"
15360 msgstr ""
15361
15362 #: builtin/pack-objects.c:3260
15363 msgid "do not create an empty pack output"
15364 msgstr ""
15365
15366 #: builtin/pack-objects.c:3262
15367 msgid "read revision arguments from standard input"
15368 msgstr ""
15369
15370 #: builtin/pack-objects.c:3264
15371 msgid "limit the objects to those that are not yet packed"
15372 msgstr ""
15373
15374 #: builtin/pack-objects.c:3267
15375 msgid "include objects reachable from any reference"
15376 msgstr ""
15377
15378 #: builtin/pack-objects.c:3270
15379 msgid "include objects referred by reflog entries"
15380 msgstr ""
15381
15382 #: builtin/pack-objects.c:3273
15383 msgid "include objects referred to by the index"
15384 msgstr ""
15385
15386 #: builtin/pack-objects.c:3276
15387 msgid "output pack to stdout"
15388 msgstr ""
15389
15390 #: builtin/pack-objects.c:3278
15391 msgid "include tag objects that refer to objects to be packed"
15392 msgstr ""
15393
15394 #: builtin/pack-objects.c:3280
15395 msgid "keep unreachable objects"
15396 msgstr ""
15397
15398 #: builtin/pack-objects.c:3282
15399 msgid "pack loose unreachable objects"
15400 msgstr ""
15401
15402 #: builtin/pack-objects.c:3284
15403 msgid "unpack unreachable objects newer than <time>"
15404 msgstr ""
15405
15406 #: builtin/pack-objects.c:3287
15407 msgid "use the sparse reachability algorithm"
15408 msgstr ""
15409
15410 #: builtin/pack-objects.c:3289
15411 msgid "create thin packs"
15412 msgstr ""
15413
15414 #: builtin/pack-objects.c:3291
15415 msgid "create packs suitable for shallow fetches"
15416 msgstr ""
15417
15418 #: builtin/pack-objects.c:3293
15419 msgid "ignore packs that have companion .keep file"
15420 msgstr ""
15421
15422 #: builtin/pack-objects.c:3295
15423 msgid "ignore this pack"
15424 msgstr ""
15425
15426 #: builtin/pack-objects.c:3297
15427 msgid "pack compression level"
15428 msgstr ""
15429
15430 #: builtin/pack-objects.c:3299
15431 msgid "do not hide commits by grafts"
15432 msgstr ""
15433
15434 #: builtin/pack-objects.c:3301
15435 msgid "use a bitmap index if available to speed up counting objects"
15436 msgstr ""
15437
15438 #: builtin/pack-objects.c:3303
15439 msgid "write a bitmap index together with the pack index"
15440 msgstr ""
15441
15442 #: builtin/pack-objects.c:3307
15443 msgid "write a bitmap index if possible"
15444 msgstr ""
15445
15446 #: builtin/pack-objects.c:3311
15447 msgid "handling for missing objects"
15448 msgstr ""
15449
15450 #: builtin/pack-objects.c:3314
15451 msgid "do not pack objects in promisor packfiles"
15452 msgstr ""
15453
15454 #: builtin/pack-objects.c:3316
15455 msgid "respect islands during delta compression"
15456 msgstr ""
15457
15458 #: builtin/pack-objects.c:3345
15459 #, c-format
15460 msgid "delta chain depth %d is too deep, forcing %d"
15461 msgstr ""
15462
15463 #: builtin/pack-objects.c:3350
15464 #, c-format
15465 msgid "pack.deltaCacheLimit is too high, forcing %d"
15466 msgstr ""
15467
15468 #: builtin/pack-objects.c:3404
15469 msgid "--max-pack-size cannot be used to build a pack for transfer"
15470 msgstr ""
15471
15472 #: builtin/pack-objects.c:3406
15473 msgid "minimum pack size limit is 1 MiB"
15474 msgstr ""
15475
15476 #: builtin/pack-objects.c:3411
15477 msgid "--thin cannot be used to build an indexable pack"
15478 msgstr ""
15479
15480 #: builtin/pack-objects.c:3414
15481 msgid "--keep-unreachable and --unpack-unreachable are incompatible"
15482 msgstr ""
15483
15484 #: builtin/pack-objects.c:3420
15485 msgid "cannot use --filter without --stdout"
15486 msgstr ""
15487
15488 #: builtin/pack-objects.c:3481
15489 msgid "Enumerating objects"
15490 msgstr ""
15491
15492 #: builtin/pack-objects.c:3511
15493 #, c-format
15494 msgid "Total %<PRIu32> (delta %<PRIu32>), reused %<PRIu32> (delta %<PRIu32>)"
15495 msgstr ""
15496
15497 #: builtin/pack-refs.c:8
15498 msgid "git pack-refs [<options>]"
15499 msgstr ""
15500
15501 #: builtin/pack-refs.c:16
15502 msgid "pack everything"
15503 msgstr ""
15504
15505 #: builtin/pack-refs.c:17
15506 msgid "prune loose refs (default)"
15507 msgstr ""
15508
15509 #: builtin/prune-packed.c:9
15510 msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
15511 msgstr ""
15512
15513 #: builtin/prune-packed.c:42
15514 msgid "Removing duplicate objects"
15515 msgstr ""
15516
15517 #: builtin/prune.c:12
15518 msgid "git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"
15519 msgstr ""
15520
15521 #: builtin/prune.c:131
15522 msgid "report pruned objects"
15523 msgstr ""
15524
15525 #: builtin/prune.c:134
15526 msgid "expire objects older than <time>"
15527 msgstr ""
15528
15529 #: builtin/prune.c:136
15530 msgid "limit traversal to objects outside promisor packfiles"
15531 msgstr ""
15532
15533 #: builtin/prune.c:150
15534 msgid "cannot prune in a precious-objects repo"
15535 msgstr ""
15536
15537 #: builtin/pull.c:66 builtin/pull.c:68
15538 #, c-format
15539 msgid "Invalid value for %s: %s"
15540 msgstr ""
15541
15542 #: builtin/pull.c:88
15543 msgid "git pull [<options>] [<repository> [<refspec>...]]"
15544 msgstr ""
15545
15546 #: builtin/pull.c:142
15547 msgid "control for recursive fetching of submodules"
15548 msgstr ""
15549
15550 #: builtin/pull.c:146
15551 msgid "Options related to merging"
15552 msgstr ""
15553
15554 #: builtin/pull.c:149
15555 msgid "incorporate changes by rebasing rather than merging"
15556 msgstr ""
15557
15558 #: builtin/pull.c:177 builtin/rebase.c:448 builtin/revert.c:126
15559 msgid "allow fast-forward"
15560 msgstr ""
15561
15562 #: builtin/pull.c:186
15563 msgid "automatically stash/stash pop before and after rebase"
15564 msgstr ""
15565
15566 #: builtin/pull.c:202
15567 msgid "Options related to fetching"
15568 msgstr ""
15569
15570 #: builtin/pull.c:212
15571 msgid "force overwrite of local branch"
15572 msgstr ""
15573
15574 #: builtin/pull.c:220
15575 msgid "number of submodules pulled in parallel"
15576 msgstr ""
15577
15578 #: builtin/pull.c:320
15579 #, c-format
15580 msgid "Invalid value for pull.ff: %s"
15581 msgstr ""
15582
15583 #: builtin/pull.c:437
15584 msgid ""
15585 "There is no candidate for rebasing against among the refs that you just "
15586 "fetched."
15587 msgstr ""
15588
15589 #: builtin/pull.c:439
15590 msgid ""
15591 "There are no candidates for merging among the refs that you just fetched."
15592 msgstr ""
15593
15594 #: builtin/pull.c:440
15595 msgid ""
15596 "Generally this means that you provided a wildcard refspec which had no\n"
15597 "matches on the remote end."
15598 msgstr ""
15599
15600 #: builtin/pull.c:443
15601 #, c-format
15602 msgid ""
15603 "You asked to pull from the remote '%s', but did not specify\n"
15604 "a branch. Because this is not the default configured remote\n"
15605 "for your current branch, you must specify a branch on the command line."
15606 msgstr ""
15607
15608 #: builtin/pull.c:448 builtin/rebase.c:1347 git-parse-remote.sh:73
15609 msgid "You are not currently on a branch."
15610 msgstr ""
15611
15612 #: builtin/pull.c:450 builtin/pull.c:465 git-parse-remote.sh:79
15613 msgid "Please specify which branch you want to rebase against."
15614 msgstr ""
15615
15616 #: builtin/pull.c:452 builtin/pull.c:467 git-parse-remote.sh:82
15617 msgid "Please specify which branch you want to merge with."
15618 msgstr ""
15619
15620 #: builtin/pull.c:453 builtin/pull.c:468
15621 msgid "See git-pull(1) for details."
15622 msgstr ""
15623
15624 #: builtin/pull.c:455 builtin/pull.c:461 builtin/pull.c:470
15625 #: builtin/rebase.c:1353 git-parse-remote.sh:64
15626 msgid "<remote>"
15627 msgstr ""
15628
15629 #: builtin/pull.c:455 builtin/pull.c:470 builtin/pull.c:475
15630 #: git-parse-remote.sh:65
15631 msgid "<branch>"
15632 msgstr ""
15633
15634 #: builtin/pull.c:463 builtin/rebase.c:1345 git-parse-remote.sh:75
15635 msgid "There is no tracking information for the current branch."
15636 msgstr ""
15637
15638 #: builtin/pull.c:472 git-parse-remote.sh:95
15639 msgid ""
15640 "If you wish to set tracking information for this branch you can do so with:"
15641 msgstr ""
15642
15643 #: builtin/pull.c:477
15644 #, c-format
15645 msgid ""
15646 "Your configuration specifies to merge with the ref '%s'\n"
15647 "from the remote, but no such ref was fetched."
15648 msgstr ""
15649
15650 #: builtin/pull.c:587
15651 #, c-format
15652 msgid "unable to access commit %s"
15653 msgstr ""
15654
15655 #: builtin/pull.c:867
15656 msgid "ignoring --verify-signatures for rebase"
15657 msgstr ""
15658
15659 #: builtin/pull.c:922
15660 msgid "--[no-]autostash option is only valid with --rebase."
15661 msgstr ""
15662
15663 #: builtin/pull.c:930
15664 msgid "Updating an unborn branch with changes added to the index."
15665 msgstr ""
15666
15667 #: builtin/pull.c:934
15668 msgid "pull with rebase"
15669 msgstr ""
15670
15671 #: builtin/pull.c:935
15672 msgid "please commit or stash them."
15673 msgstr ""
15674
15675 #: builtin/pull.c:960
15676 #, c-format
15677 msgid ""
15678 "fetch updated the current branch head.\n"
15679 "fast-forwarding your working tree from\n"
15680 "commit %s."
15681 msgstr ""
15682
15683 #: builtin/pull.c:966
15684 #, c-format
15685 msgid ""
15686 "Cannot fast-forward your working tree.\n"
15687 "After making sure that you saved anything precious from\n"
15688 "$ git diff %s\n"
15689 "output, run\n"
15690 "$ git reset --hard\n"
15691 "to recover."
15692 msgstr ""
15693
15694 #: builtin/pull.c:981
15695 msgid "Cannot merge multiple branches into empty head."
15696 msgstr ""
15697
15698 #: builtin/pull.c:985
15699 msgid "Cannot rebase onto multiple branches."
15700 msgstr ""
15701
15702 #: builtin/pull.c:992
15703 msgid "cannot rebase with locally recorded submodule modifications"
15704 msgstr ""
15705
15706 #: builtin/push.c:19
15707 msgid "git push [<options>] [<repository> [<refspec>...]]"
15708 msgstr ""
15709
15710 #: builtin/push.c:111
15711 msgid "tag shorthand without <tag>"
15712 msgstr ""
15713
15714 #: builtin/push.c:121
15715 msgid "--delete only accepts plain target ref names"
15716 msgstr ""
15717
15718 #: builtin/push.c:167
15719 msgid ""
15720 "\n"
15721 "To choose either option permanently, see push.default in 'git help config'."
15722 msgstr ""
15723
15724 #: builtin/push.c:170
15725 #, c-format
15726 msgid ""
15727 "The upstream branch of your current branch does not match\n"
15728 "the name of your current branch. To push to the upstream branch\n"
15729 "on the remote, use\n"
15730 "\n"
15731 " git push %s HEAD:%s\n"
15732 "\n"
15733 "To push to the branch of the same name on the remote, use\n"
15734 "\n"
15735 " git push %s HEAD\n"
15736 "%s"
15737 msgstr ""
15738
15739 #: builtin/push.c:185
15740 #, c-format
15741 msgid ""
15742 "You are not currently on a branch.\n"
15743 "To push the history leading to the current (detached HEAD)\n"
15744 "state now, use\n"
15745 "\n"
15746 " git push %s HEAD:<name-of-remote-branch>\n"
15747 msgstr ""
15748
15749 #: builtin/push.c:199
15750 #, c-format
15751 msgid ""
15752 "The current branch %s has no upstream branch.\n"
15753 "To push the current branch and set the remote as upstream, use\n"
15754 "\n"
15755 " git push --set-upstream %s %s\n"
15756 msgstr ""
15757
15758 #: builtin/push.c:207
15759 #, c-format
15760 msgid "The current branch %s has multiple upstream branches, refusing to push."
15761 msgstr ""
15762
15763 #: builtin/push.c:210
15764 #, c-format
15765 msgid ""
15766 "You are pushing to remote '%s', which is not the upstream of\n"
15767 "your current branch '%s', without telling me what to push\n"
15768 "to update which remote branch."
15769 msgstr ""
15770
15771 #: builtin/push.c:269
15772 msgid ""
15773 "You didn't specify any refspecs to push, and push.default is \"nothing\"."
15774 msgstr ""
15775
15776 #: builtin/push.c:276
15777 msgid ""
15778 "Updates were rejected because the tip of your current branch is behind\n"
15779 "its remote counterpart. Integrate the remote changes (e.g.\n"
15780 "'git pull ...') before pushing again.\n"
15781 "See the 'Note about fast-forwards' in 'git push --help' for details."
15782 msgstr ""
15783
15784 #: builtin/push.c:282
15785 msgid ""
15786 "Updates were rejected because a pushed branch tip is behind its remote\n"
15787 "counterpart. Check out this branch and integrate the remote changes\n"
15788 "(e.g. 'git pull ...') before pushing again.\n"
15789 "See the 'Note about fast-forwards' in 'git push --help' for details."
15790 msgstr ""
15791
15792 #: builtin/push.c:288
15793 msgid ""
15794 "Updates were rejected because the remote contains work that you do\n"
15795 "not have locally. This is usually caused by another repository pushing\n"
15796 "to the same ref. You may want to first integrate the remote changes\n"
15797 "(e.g., 'git pull ...') before pushing again.\n"
15798 "See the 'Note about fast-forwards' in 'git push --help' for details."
15799 msgstr ""
15800
15801 #: builtin/push.c:295
15802 msgid "Updates were rejected because the tag already exists in the remote."
15803 msgstr ""
15804
15805 #: builtin/push.c:298
15806 msgid ""
15807 "You cannot update a remote ref that points at a non-commit object,\n"
15808 "or update a remote ref to make it point at a non-commit object,\n"
15809 "without using the '--force' option.\n"
15810 msgstr ""
15811
15812 #: builtin/push.c:359
15813 #, c-format
15814 msgid "Pushing to %s\n"
15815 msgstr ""
15816
15817 #: builtin/push.c:366
15818 #, c-format
15819 msgid "failed to push some refs to '%s'"
15820 msgstr ""
15821
15822 #: builtin/push.c:541
15823 msgid "repository"
15824 msgstr ""
15825
15826 #: builtin/push.c:542 builtin/send-pack.c:164
15827 msgid "push all refs"
15828 msgstr ""
15829
15830 #: builtin/push.c:543 builtin/send-pack.c:166
15831 msgid "mirror all refs"
15832 msgstr ""
15833
15834 #: builtin/push.c:545
15835 msgid "delete refs"
15836 msgstr ""
15837
15838 #: builtin/push.c:546
15839 msgid "push tags (can't be used with --all or --mirror)"
15840 msgstr ""
15841
15842 #: builtin/push.c:549 builtin/send-pack.c:167
15843 msgid "force updates"
15844 msgstr ""
15845
15846 #: builtin/push.c:551 builtin/send-pack.c:181
15847 msgid "<refname>:<expect>"
15848 msgstr ""
15849
15850 #: builtin/push.c:552 builtin/send-pack.c:182
15851 msgid "require old value of ref to be at this value"
15852 msgstr ""
15853
15854 #: builtin/push.c:555
15855 msgid "control recursive pushing of submodules"
15856 msgstr ""
15857
15858 #: builtin/push.c:557 builtin/send-pack.c:175
15859 msgid "use thin pack"
15860 msgstr ""
15861
15862 #: builtin/push.c:558 builtin/push.c:559 builtin/send-pack.c:161
15863 #: builtin/send-pack.c:162
15864 msgid "receive pack program"
15865 msgstr ""
15866
15867 #: builtin/push.c:560
15868 msgid "set upstream for git pull/status"
15869 msgstr ""
15870
15871 #: builtin/push.c:563
15872 msgid "prune locally removed refs"
15873 msgstr ""
15874
15875 #: builtin/push.c:565
15876 msgid "bypass pre-push hook"
15877 msgstr ""
15878
15879 #: builtin/push.c:566
15880 msgid "push missing but relevant tags"
15881 msgstr ""
15882
15883 #: builtin/push.c:569 builtin/send-pack.c:169
15884 msgid "GPG sign the push"
15885 msgstr ""
15886
15887 #: builtin/push.c:571 builtin/send-pack.c:176
15888 msgid "request atomic transaction on remote side"
15889 msgstr ""
15890
15891 #: builtin/push.c:589
15892 msgid "--delete is incompatible with --all, --mirror and --tags"
15893 msgstr ""
15894
15895 #: builtin/push.c:591
15896 msgid "--delete doesn't make sense without any refs"
15897 msgstr ""
15898
15899 #: builtin/push.c:611
15900 #, c-format
15901 msgid "bad repository '%s'"
15902 msgstr ""
15903
15904 #: builtin/push.c:612
15905 msgid ""
15906 "No configured push destination.\n"
15907 "Either specify the URL from the command-line or configure a remote "
15908 "repository using\n"
15909 "\n"
15910 " git remote add <name> <url>\n"
15911 "\n"
15912 "and then push using the remote name\n"
15913 "\n"
15914 " git push <name>\n"
15915 msgstr ""
15916
15917 #: builtin/push.c:627
15918 msgid "--all and --tags are incompatible"
15919 msgstr ""
15920
15921 #: builtin/push.c:629
15922 msgid "--all can't be combined with refspecs"
15923 msgstr ""
15924
15925 #: builtin/push.c:633
15926 msgid "--mirror and --tags are incompatible"
15927 msgstr ""
15928
15929 #: builtin/push.c:635
15930 msgid "--mirror can't be combined with refspecs"
15931 msgstr ""
15932
15933 #: builtin/push.c:638
15934 msgid "--all and --mirror are incompatible"
15935 msgstr ""
15936
15937 #: builtin/push.c:642
15938 msgid "push options must not have new line characters"
15939 msgstr ""
15940
15941 #: builtin/range-diff.c:8
15942 msgid "git range-diff [<options>] <old-base>..<old-tip> <new-base>..<new-tip>"
15943 msgstr ""
15944
15945 #: builtin/range-diff.c:9
15946 msgid "git range-diff [<options>] <old-tip>...<new-tip>"
15947 msgstr ""
15948
15949 #: builtin/range-diff.c:10
15950 msgid "git range-diff [<options>] <base> <old-tip> <new-tip>"
15951 msgstr ""
15952
15953 #: builtin/range-diff.c:21
15954 msgid "Percentage by which creation is weighted"
15955 msgstr ""
15956
15957 #: builtin/range-diff.c:23
15958 msgid "use simple diff colors"
15959 msgstr ""
15960
15961 #: builtin/range-diff.c:46 builtin/range-diff.c:50
15962 #, c-format
15963 msgid "no .. in range: '%s'"
15964 msgstr ""
15965
15966 #: builtin/range-diff.c:60
15967 msgid "single arg format must be symmetric range"
15968 msgstr ""
15969
15970 #: builtin/range-diff.c:75
15971 msgid "need two commit ranges"
15972 msgstr ""
15973
15974 #: builtin/read-tree.c:41
15975 msgid ""
15976 "git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
15977 "[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
15978 "index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
15979 msgstr ""
15980
15981 #: builtin/read-tree.c:124
15982 msgid "write resulting index to <file>"
15983 msgstr ""
15984
15985 #: builtin/read-tree.c:127
15986 msgid "only empty the index"
15987 msgstr ""
15988
15989 #: builtin/read-tree.c:129
15990 msgid "Merging"
15991 msgstr ""
15992
15993 #: builtin/read-tree.c:131
15994 msgid "perform a merge in addition to a read"
15995 msgstr ""
15996
15997 #: builtin/read-tree.c:133
15998 msgid "3-way merge if no file level merging required"
15999 msgstr ""
16000
16001 #: builtin/read-tree.c:135
16002 msgid "3-way merge in presence of adds and removes"
16003 msgstr ""
16004
16005 #: builtin/read-tree.c:137
16006 msgid "same as -m, but discard unmerged entries"
16007 msgstr ""
16008
16009 #: builtin/read-tree.c:138
16010 msgid "<subdirectory>/"
16011 msgstr ""
16012
16013 #: builtin/read-tree.c:139
16014 msgid "read the tree into the index under <subdirectory>/"
16015 msgstr ""
16016
16017 #: builtin/read-tree.c:142
16018 msgid "update working tree with merge result"
16019 msgstr ""
16020
16021 #: builtin/read-tree.c:144
16022 msgid "gitignore"
16023 msgstr ""
16024
16025 #: builtin/read-tree.c:145
16026 msgid "allow explicitly ignored files to be overwritten"
16027 msgstr ""
16028
16029 #: builtin/read-tree.c:148
16030 msgid "don't check the working tree after merging"
16031 msgstr ""
16032
16033 #: builtin/read-tree.c:149
16034 msgid "don't update the index or the work tree"
16035 msgstr ""
16036
16037 #: builtin/read-tree.c:151
16038 msgid "skip applying sparse checkout filter"
16039 msgstr ""
16040
16041 #: builtin/read-tree.c:153
16042 msgid "debug unpack-trees"
16043 msgstr ""
16044
16045 #: builtin/read-tree.c:157
16046 msgid "suppress feedback messages"
16047 msgstr ""
16048
16049 #: builtin/rebase.c:32
16050 msgid ""
16051 "git rebase [-i] [options] [--exec <cmd>] [--onto <newbase> | --keep-base] "
16052 "[<upstream> [<branch>]]"
16053 msgstr ""
16054
16055 #: builtin/rebase.c:34
16056 msgid ""
16057 "git rebase [-i] [options] [--exec <cmd>] [--onto <newbase>] --root [<branch>]"
16058 msgstr ""
16059
16060 #: builtin/rebase.c:36
16061 msgid "git rebase --continue | --abort | --skip | --edit-todo"
16062 msgstr ""
16063
16064 #: builtin/rebase.c:158 builtin/rebase.c:182 builtin/rebase.c:209
16065 #, c-format
16066 msgid "unusable todo list: '%s'"
16067 msgstr ""
16068
16069 #: builtin/rebase.c:167 builtin/rebase.c:193 builtin/rebase.c:217
16070 #, c-format
16071 msgid "could not write '%s'."
16072 msgstr ""
16073
16074 #: builtin/rebase.c:252
16075 msgid "no HEAD?"
16076 msgstr ""
16077
16078 #: builtin/rebase.c:279
16079 #, c-format
16080 msgid "could not create temporary %s"
16081 msgstr ""
16082
16083 #: builtin/rebase.c:285
16084 msgid "could not mark as interactive"
16085 msgstr ""
16086
16087 #: builtin/rebase.c:343
16088 msgid "could not generate todo list"
16089 msgstr ""
16090
16091 #: builtin/rebase.c:383
16092 msgid "a base commit must be provided with --upstream or --onto"
16093 msgstr ""
16094
16095 #: builtin/rebase.c:438
16096 msgid "git rebase--interactive [<options>]"
16097 msgstr ""
16098
16099 #: builtin/rebase.c:450
16100 msgid "keep empty commits"
16101 msgstr ""
16102
16103 #: builtin/rebase.c:452 builtin/revert.c:128
16104 msgid "allow commits with empty messages"
16105 msgstr ""
16106
16107 #: builtin/rebase.c:453
16108 msgid "rebase merge commits"
16109 msgstr ""
16110
16111 #: builtin/rebase.c:455
16112 msgid "keep original branch points of cousins"
16113 msgstr ""
16114
16115 #: builtin/rebase.c:457
16116 msgid "move commits that begin with squash!/fixup!"
16117 msgstr ""
16118
16119 #: builtin/rebase.c:458
16120 msgid "sign commits"
16121 msgstr ""
16122
16123 #: builtin/rebase.c:460 builtin/rebase.c:1427
16124 msgid "display a diffstat of what changed upstream"
16125 msgstr ""
16126
16127 #: builtin/rebase.c:462
16128 msgid "continue rebase"
16129 msgstr ""
16130
16131 #: builtin/rebase.c:464
16132 msgid "skip commit"
16133 msgstr ""
16134
16135 #: builtin/rebase.c:465
16136 msgid "edit the todo list"
16137 msgstr ""
16138
16139 #: builtin/rebase.c:467
16140 msgid "show the current patch"
16141 msgstr ""
16142
16143 #: builtin/rebase.c:470
16144 msgid "shorten commit ids in the todo list"
16145 msgstr ""
16146
16147 #: builtin/rebase.c:472
16148 msgid "expand commit ids in the todo list"
16149 msgstr ""
16150
16151 #: builtin/rebase.c:474
16152 msgid "check the todo list"
16153 msgstr ""
16154
16155 #: builtin/rebase.c:476
16156 msgid "rearrange fixup/squash lines"
16157 msgstr ""
16158
16159 #: builtin/rebase.c:478
16160 msgid "insert exec commands in todo list"
16161 msgstr ""
16162
16163 #: builtin/rebase.c:479
16164 msgid "onto"
16165 msgstr ""
16166
16167 #: builtin/rebase.c:482
16168 msgid "restrict-revision"
16169 msgstr ""
16170
16171 #: builtin/rebase.c:482
16172 msgid "restrict revision"
16173 msgstr ""
16174
16175 #: builtin/rebase.c:484
16176 msgid "squash-onto"
16177 msgstr ""
16178
16179 #: builtin/rebase.c:485
16180 msgid "squash onto"
16181 msgstr ""
16182
16183 #: builtin/rebase.c:487
16184 msgid "the upstream commit"
16185 msgstr ""
16186
16187 #: builtin/rebase.c:489
16188 msgid "head-name"
16189 msgstr ""
16190
16191 #: builtin/rebase.c:489
16192 msgid "head name"
16193 msgstr ""
16194
16195 #: builtin/rebase.c:494
16196 msgid "rebase strategy"
16197 msgstr ""
16198
16199 #: builtin/rebase.c:495
16200 msgid "strategy-opts"
16201 msgstr ""
16202
16203 #: builtin/rebase.c:496
16204 msgid "strategy options"
16205 msgstr ""
16206
16207 #: builtin/rebase.c:497
16208 msgid "switch-to"
16209 msgstr ""
16210
16211 #: builtin/rebase.c:498
16212 msgid "the branch or commit to checkout"
16213 msgstr ""
16214
16215 #: builtin/rebase.c:499
16216 msgid "onto-name"
16217 msgstr ""
16218
16219 #: builtin/rebase.c:499
16220 msgid "onto name"
16221 msgstr ""
16222
16223 #: builtin/rebase.c:500
16224 msgid "cmd"
16225 msgstr ""
16226
16227 #: builtin/rebase.c:500
16228 msgid "the command to run"
16229 msgstr ""
16230
16231 #: builtin/rebase.c:503 builtin/rebase.c:1510
16232 msgid "automatically re-schedule any `exec` that fails"
16233 msgstr ""
16234
16235 #: builtin/rebase.c:519
16236 msgid "--[no-]rebase-cousins has no effect without --rebase-merges"
16237 msgstr ""
16238
16239 #: builtin/rebase.c:535
16240 #, c-format
16241 msgid "%s requires an interactive rebase"
16242 msgstr ""
16243
16244 #: builtin/rebase.c:587
16245 #, c-format
16246 msgid "could not get 'onto': '%s'"
16247 msgstr ""
16248
16249 #: builtin/rebase.c:602
16250 #, c-format
16251 msgid "invalid orig-head: '%s'"
16252 msgstr ""
16253
16254 #: builtin/rebase.c:627
16255 #, c-format
16256 msgid "ignoring invalid allow_rerere_autoupdate: '%s'"
16257 msgstr ""
16258
16259 #: builtin/rebase.c:703
16260 #, c-format
16261 msgid "Could not read '%s'"
16262 msgstr ""
16263
16264 #: builtin/rebase.c:721
16265 #, c-format
16266 msgid "Cannot store %s"
16267 msgstr ""
16268
16269 #: builtin/rebase.c:828
16270 msgid "could not determine HEAD revision"
16271 msgstr ""
16272
16273 #: builtin/rebase.c:951 git-rebase--preserve-merges.sh:81
16274 msgid ""
16275 "Resolve all conflicts manually, mark them as resolved with\n"
16276 "\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"
16277 "You can instead skip this commit: run \"git rebase --skip\".\n"
16278 "To abort and get back to the state before \"git rebase\", run \"git rebase --"
16279 "abort\"."
16280 msgstr ""
16281
16282 #: builtin/rebase.c:1032
16283 #, c-format
16284 msgid ""
16285 "\n"
16286 "git encountered an error while preparing the patches to replay\n"
16287 "these revisions:\n"
16288 "\n"
16289 " %s\n"
16290 "\n"
16291 "As a result, git cannot rebase them."
16292 msgstr ""
16293
16294 #: builtin/rebase.c:1339
16295 #, c-format
16296 msgid ""
16297 "%s\n"
16298 "Please specify which branch you want to rebase against.\n"
16299 "See git-rebase(1) for details.\n"
16300 "\n"
16301 " git rebase '<branch>'\n"
16302 "\n"
16303 msgstr ""
16304
16305 #: builtin/rebase.c:1355
16306 #, c-format
16307 msgid ""
16308 "If you wish to set tracking information for this branch you can do so with:\n"
16309 "\n"
16310 " git branch --set-upstream-to=%s/<branch> %s\n"
16311 "\n"
16312 msgstr ""
16313
16314 #: builtin/rebase.c:1385
16315 msgid "exec commands cannot contain newlines"
16316 msgstr ""
16317
16318 #: builtin/rebase.c:1389
16319 msgid "empty exec command"
16320 msgstr ""
16321
16322 #: builtin/rebase.c:1418
16323 msgid "rebase onto given branch instead of upstream"
16324 msgstr ""
16325
16326 #: builtin/rebase.c:1420
16327 msgid "use the merge-base of upstream and branch as the current base"
16328 msgstr ""
16329
16330 #: builtin/rebase.c:1422
16331 msgid "allow pre-rebase hook to run"
16332 msgstr ""
16333
16334 #: builtin/rebase.c:1424
16335 msgid "be quiet. implies --no-stat"
16336 msgstr ""
16337
16338 #: builtin/rebase.c:1430
16339 msgid "do not show diffstat of what changed upstream"
16340 msgstr ""
16341
16342 #: builtin/rebase.c:1433
16343 msgid "add a Signed-off-by: line to each commit"
16344 msgstr ""
16345
16346 #: builtin/rebase.c:1435 builtin/rebase.c:1439 builtin/rebase.c:1441
16347 msgid "passed to 'git am'"
16348 msgstr ""
16349
16350 #: builtin/rebase.c:1443 builtin/rebase.c:1445
16351 msgid "passed to 'git apply'"
16352 msgstr ""
16353
16354 #: builtin/rebase.c:1447 builtin/rebase.c:1450
16355 msgid "cherry-pick all commits, even if unchanged"
16356 msgstr ""
16357
16358 #: builtin/rebase.c:1452
16359 msgid "continue"
16360 msgstr ""
16361
16362 #: builtin/rebase.c:1455
16363 msgid "skip current patch and continue"
16364 msgstr ""
16365
16366 #: builtin/rebase.c:1457
16367 msgid "abort and check out the original branch"
16368 msgstr ""
16369
16370 #: builtin/rebase.c:1460
16371 msgid "abort but keep HEAD where it is"
16372 msgstr ""
16373
16374 #: builtin/rebase.c:1461
16375 msgid "edit the todo list during an interactive rebase"
16376 msgstr ""
16377
16378 #: builtin/rebase.c:1464
16379 msgid "show the patch file being applied or merged"
16380 msgstr ""
16381
16382 #: builtin/rebase.c:1467
16383 msgid "use merging strategies to rebase"
16384 msgstr ""
16385
16386 #: builtin/rebase.c:1471
16387 msgid "let the user edit the list of commits to rebase"
16388 msgstr ""
16389
16390 #: builtin/rebase.c:1475
16391 msgid "(DEPRECATED) try to recreate merges instead of ignoring them"
16392 msgstr ""
16393
16394 #: builtin/rebase.c:1479
16395 msgid "preserve empty commits during rebase"
16396 msgstr ""
16397
16398 #: builtin/rebase.c:1481
16399 msgid "move commits that begin with squash!/fixup! under -i"
16400 msgstr ""
16401
16402 #: builtin/rebase.c:1487
16403 msgid "automatically stash/stash pop before and after"
16404 msgstr ""
16405
16406 #: builtin/rebase.c:1489
16407 msgid "add exec lines after each commit of the editable list"
16408 msgstr ""
16409
16410 #: builtin/rebase.c:1493
16411 msgid "allow rebasing commits with empty messages"
16412 msgstr ""
16413
16414 #: builtin/rebase.c:1496
16415 msgid "try to rebase merges instead of skipping them"
16416 msgstr ""
16417
16418 #: builtin/rebase.c:1499
16419 msgid "use 'merge-base --fork-point' to refine upstream"
16420 msgstr ""
16421
16422 #: builtin/rebase.c:1501
16423 msgid "use the given merge strategy"
16424 msgstr ""
16425
16426 #: builtin/rebase.c:1503 builtin/revert.c:115
16427 msgid "option"
16428 msgstr ""
16429
16430 #: builtin/rebase.c:1504
16431 msgid "pass the argument through to the merge strategy"
16432 msgstr ""
16433
16434 #: builtin/rebase.c:1507
16435 msgid "rebase all reachable commits up to the root(s)"
16436 msgstr ""
16437
16438 #: builtin/rebase.c:1524
16439 msgid ""
16440 "the rebase.useBuiltin support has been removed!\n"
16441 "See its entry in 'git help config' for details."
16442 msgstr ""
16443
16444 #: builtin/rebase.c:1530
16445 msgid "It looks like 'git am' is in progress. Cannot rebase."
16446 msgstr ""
16447
16448 #: builtin/rebase.c:1571
16449 msgid ""
16450 "git rebase --preserve-merges is deprecated. Use --rebase-merges instead."
16451 msgstr ""
16452
16453 #: builtin/rebase.c:1576
16454 msgid "cannot combine '--keep-base' with '--onto'"
16455 msgstr ""
16456
16457 #: builtin/rebase.c:1578
16458 msgid "cannot combine '--keep-base' with '--root'"
16459 msgstr ""
16460
16461 #: builtin/rebase.c:1582
16462 msgid "No rebase in progress?"
16463 msgstr ""
16464
16465 #: builtin/rebase.c:1586
16466 msgid "The --edit-todo action can only be used during interactive rebase."
16467 msgstr ""
16468
16469 #: builtin/rebase.c:1609
16470 msgid "Cannot read HEAD"
16471 msgstr ""
16472
16473 #: builtin/rebase.c:1621
16474 msgid ""
16475 "You must edit all merge conflicts and then\n"
16476 "mark them as resolved using git add"
16477 msgstr ""
16478
16479 #: builtin/rebase.c:1640
16480 msgid "could not discard worktree changes"
16481 msgstr ""
16482
16483 #: builtin/rebase.c:1659
16484 #, c-format
16485 msgid "could not move back to %s"
16486 msgstr ""
16487
16488 #: builtin/rebase.c:1704
16489 #, c-format
16490 msgid ""
16491 "It seems that there is already a %s directory, and\n"
16492 "I wonder if you are in the middle of another rebase. If that is the\n"
16493 "case, please try\n"
16494 "\t%s\n"
16495 "If that is not the case, please\n"
16496 "\t%s\n"
16497 "and run me again. I am stopping in case you still have something\n"
16498 "valuable there.\n"
16499 msgstr ""
16500
16501 #: builtin/rebase.c:1725
16502 msgid "switch `C' expects a numerical value"
16503 msgstr ""
16504
16505 #: builtin/rebase.c:1766
16506 #, c-format
16507 msgid "Unknown mode: %s"
16508 msgstr ""
16509
16510 #: builtin/rebase.c:1788
16511 msgid "--strategy requires --merge or --interactive"
16512 msgstr ""
16513
16514 #: builtin/rebase.c:1828
16515 msgid "--reschedule-failed-exec requires --exec or --interactive"
16516 msgstr ""
16517
16518 #: builtin/rebase.c:1840
16519 msgid "cannot combine am options with either interactive or merge options"
16520 msgstr ""
16521
16522 #: builtin/rebase.c:1859
16523 msgid "cannot combine '--preserve-merges' with '--rebase-merges'"
16524 msgstr ""
16525
16526 #: builtin/rebase.c:1863
16527 msgid ""
16528 "error: cannot combine '--preserve-merges' with '--reschedule-failed-exec'"
16529 msgstr ""
16530
16531 #: builtin/rebase.c:1887
16532 #, c-format
16533 msgid "invalid upstream '%s'"
16534 msgstr ""
16535
16536 #: builtin/rebase.c:1893
16537 msgid "Could not create new root commit"
16538 msgstr ""
16539
16540 #: builtin/rebase.c:1919
16541 #, c-format
16542 msgid "'%s': need exactly one merge base with branch"
16543 msgstr ""
16544
16545 #: builtin/rebase.c:1922
16546 #, c-format
16547 msgid "'%s': need exactly one merge base"
16548 msgstr ""
16549
16550 #: builtin/rebase.c:1930
16551 #, c-format
16552 msgid "Does not point to a valid commit '%s'"
16553 msgstr ""
16554
16555 #: builtin/rebase.c:1955
16556 #, c-format
16557 msgid "fatal: no such branch/commit '%s'"
16558 msgstr ""
16559
16560 #: builtin/rebase.c:1963 builtin/submodule--helper.c:38
16561 #: builtin/submodule--helper.c:1934
16562 #, c-format
16563 msgid "No such ref: %s"
16564 msgstr ""
16565
16566 #: builtin/rebase.c:1974
16567 msgid "Could not resolve HEAD to a revision"
16568 msgstr ""
16569
16570 #: builtin/rebase.c:2012
16571 msgid "Cannot autostash"
16572 msgstr ""
16573
16574 #: builtin/rebase.c:2015
16575 #, c-format
16576 msgid "Unexpected stash response: '%s'"
16577 msgstr ""
16578
16579 #: builtin/rebase.c:2021
16580 #, c-format
16581 msgid "Could not create directory for '%s'"
16582 msgstr ""
16583
16584 #: builtin/rebase.c:2024
16585 #, c-format
16586 msgid "Created autostash: %s\n"
16587 msgstr ""
16588
16589 #: builtin/rebase.c:2027
16590 msgid "could not reset --hard"
16591 msgstr ""
16592
16593 #: builtin/rebase.c:2036
16594 msgid "Please commit or stash them."
16595 msgstr ""
16596
16597 #: builtin/rebase.c:2063
16598 #, c-format
16599 msgid "could not parse '%s'"
16600 msgstr ""
16601
16602 #: builtin/rebase.c:2076
16603 #, c-format
16604 msgid "could not switch to %s"
16605 msgstr ""
16606
16607 #: builtin/rebase.c:2087
16608 msgid "HEAD is up to date."
16609 msgstr ""
16610
16611 #: builtin/rebase.c:2089
16612 #, c-format
16613 msgid "Current branch %s is up to date.\n"
16614 msgstr ""
16615
16616 #: builtin/rebase.c:2097
16617 msgid "HEAD is up to date, rebase forced."
16618 msgstr ""
16619
16620 #: builtin/rebase.c:2099
16621 #, c-format
16622 msgid "Current branch %s is up to date, rebase forced.\n"
16623 msgstr ""
16624
16625 #: builtin/rebase.c:2107
16626 msgid "The pre-rebase hook refused to rebase."
16627 msgstr ""
16628
16629 #: builtin/rebase.c:2114
16630 #, c-format
16631 msgid "Changes to %s:\n"
16632 msgstr ""
16633
16634 #: builtin/rebase.c:2117
16635 #, c-format
16636 msgid "Changes from %s to %s:\n"
16637 msgstr ""
16638
16639 #: builtin/rebase.c:2142
16640 #, c-format
16641 msgid "First, rewinding head to replay your work on top of it...\n"
16642 msgstr ""
16643
16644 #: builtin/rebase.c:2151
16645 msgid "Could not detach HEAD"
16646 msgstr ""
16647
16648 #: builtin/rebase.c:2160
16649 #, c-format
16650 msgid "Fast-forwarded %s to %s.\n"
16651 msgstr ""
16652
16653 #: builtin/receive-pack.c:32
16654 msgid "git receive-pack <git-dir>"
16655 msgstr ""
16656
16657 #: builtin/receive-pack.c:830
16658 msgid ""
16659 "By default, updating the current branch in a non-bare repository\n"
16660 "is denied, because it will make the index and work tree inconsistent\n"
16661 "with what you pushed, and will require 'git reset --hard' to match\n"
16662 "the work tree to HEAD.\n"
16663 "\n"
16664 "You can set the 'receive.denyCurrentBranch' configuration variable\n"
16665 "to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
16666 "its current branch; however, this is not recommended unless you\n"
16667 "arranged to update its work tree to match what you pushed in some\n"
16668 "other way.\n"
16669 "\n"
16670 "To squelch this message and still keep the default behaviour, set\n"
16671 "'receive.denyCurrentBranch' configuration variable to 'refuse'."
16672 msgstr ""
16673
16674 #: builtin/receive-pack.c:850
16675 msgid ""
16676 "By default, deleting the current branch is denied, because the next\n"
16677 "'git clone' won't result in any file checked out, causing confusion.\n"
16678 "\n"
16679 "You can set 'receive.denyDeleteCurrent' configuration variable to\n"
16680 "'warn' or 'ignore' in the remote repository to allow deleting the\n"
16681 "current branch, with or without a warning message.\n"
16682 "\n"
16683 "To squelch this message, you can set it to 'refuse'."
16684 msgstr ""
16685
16686 #: builtin/receive-pack.c:1936
16687 msgid "quiet"
16688 msgstr ""
16689
16690 #: builtin/receive-pack.c:1950
16691 msgid "You must specify a directory."
16692 msgstr ""
16693
16694 #: builtin/reflog.c:17
16695 msgid ""
16696 "git reflog expire [--expire=<time>] [--expire-unreachable=<time>] [--"
16697 "rewrite] [--updateref] [--stale-fix] [--dry-run | -n] [--verbose] [--all] "
16698 "<refs>..."
16699 msgstr ""
16700
16701 #: builtin/reflog.c:22
16702 msgid ""
16703 "git reflog delete [--rewrite] [--updateref] [--dry-run | -n] [--verbose] "
16704 "<refs>..."
16705 msgstr ""
16706
16707 #: builtin/reflog.c:25
16708 msgid "git reflog exists <ref>"
16709 msgstr ""
16710
16711 #: builtin/reflog.c:567 builtin/reflog.c:572
16712 #, c-format
16713 msgid "'%s' is not a valid timestamp"
16714 msgstr ""
16715
16716 #: builtin/reflog.c:605
16717 #, c-format
16718 msgid "Marking reachable objects..."
16719 msgstr ""
16720
16721 #: builtin/reflog.c:643
16722 #, c-format
16723 msgid "%s points nowhere!"
16724 msgstr ""
16725
16726 #: builtin/reflog.c:695
16727 msgid "no reflog specified to delete"
16728 msgstr ""
16729
16730 #: builtin/reflog.c:704
16731 #, c-format
16732 msgid "not a reflog: %s"
16733 msgstr ""
16734
16735 #: builtin/reflog.c:709
16736 #, c-format
16737 msgid "no reflog for '%s'"
16738 msgstr ""
16739
16740 #: builtin/reflog.c:755
16741 #, c-format
16742 msgid "invalid ref format: %s"
16743 msgstr ""
16744
16745 #: builtin/reflog.c:764
16746 msgid "git reflog [ show | expire | delete | exists ]"
16747 msgstr ""
16748
16749 #: builtin/remote.c:16
16750 msgid "git remote [-v | --verbose]"
16751 msgstr ""
16752
16753 #: builtin/remote.c:17
16754 msgid ""
16755 "git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
16756 "mirror=<fetch|push>] <name> <url>"
16757 msgstr ""
16758
16759 #: builtin/remote.c:18 builtin/remote.c:38
16760 msgid "git remote rename <old> <new>"
16761 msgstr ""
16762
16763 #: builtin/remote.c:19 builtin/remote.c:43
16764 msgid "git remote remove <name>"
16765 msgstr ""
16766
16767 #: builtin/remote.c:20 builtin/remote.c:48
16768 msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
16769 msgstr ""
16770
16771 #: builtin/remote.c:21
16772 msgid "git remote [-v | --verbose] show [-n] <name>"
16773 msgstr ""
16774
16775 #: builtin/remote.c:22
16776 msgid "git remote prune [-n | --dry-run] <name>"
16777 msgstr ""
16778
16779 #: builtin/remote.c:23
16780 msgid ""
16781 "git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
16782 msgstr ""
16783
16784 #: builtin/remote.c:24
16785 msgid "git remote set-branches [--add] <name> <branch>..."
16786 msgstr ""
16787
16788 #: builtin/remote.c:25 builtin/remote.c:74
16789 msgid "git remote get-url [--push] [--all] <name>"
16790 msgstr ""
16791
16792 #: builtin/remote.c:26 builtin/remote.c:79
16793 msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
16794 msgstr ""
16795
16796 #: builtin/remote.c:27 builtin/remote.c:80
16797 msgid "git remote set-url --add <name> <newurl>"
16798 msgstr ""
16799
16800 #: builtin/remote.c:28 builtin/remote.c:81
16801 msgid "git remote set-url --delete <name> <url>"
16802 msgstr ""
16803
16804 #: builtin/remote.c:33
16805 msgid "git remote add [<options>] <name> <url>"
16806 msgstr ""
16807
16808 #: builtin/remote.c:53
16809 msgid "git remote set-branches <name> <branch>..."
16810 msgstr ""
16811
16812 #: builtin/remote.c:54
16813 msgid "git remote set-branches --add <name> <branch>..."
16814 msgstr ""
16815
16816 #: builtin/remote.c:59
16817 msgid "git remote show [<options>] <name>"
16818 msgstr ""
16819
16820 #: builtin/remote.c:64
16821 msgid "git remote prune [<options>] <name>"
16822 msgstr ""
16823
16824 #: builtin/remote.c:69
16825 msgid "git remote update [<options>] [<group> | <remote>]..."
16826 msgstr ""
16827
16828 #: builtin/remote.c:98
16829 #, c-format
16830 msgid "Updating %s"
16831 msgstr ""
16832
16833 #: builtin/remote.c:130
16834 msgid ""
16835 "--mirror is dangerous and deprecated; please\n"
16836 "\t use --mirror=fetch or --mirror=push instead"
16837 msgstr ""
16838
16839 #: builtin/remote.c:147
16840 #, c-format
16841 msgid "unknown mirror argument: %s"
16842 msgstr ""
16843
16844 #: builtin/remote.c:163
16845 msgid "fetch the remote branches"
16846 msgstr ""
16847
16848 #: builtin/remote.c:165
16849 msgid "import all tags and associated objects when fetching"
16850 msgstr ""
16851
16852 #: builtin/remote.c:168
16853 msgid "or do not fetch any tag at all (--no-tags)"
16854 msgstr ""
16855
16856 #: builtin/remote.c:170
16857 msgid "branch(es) to track"
16858 msgstr ""
16859
16860 #: builtin/remote.c:171
16861 msgid "master branch"
16862 msgstr ""
16863
16864 #: builtin/remote.c:173
16865 msgid "set up remote as a mirror to push to or fetch from"
16866 msgstr ""
16867
16868 #: builtin/remote.c:185
16869 msgid "specifying a master branch makes no sense with --mirror"
16870 msgstr ""
16871
16872 #: builtin/remote.c:187
16873 msgid "specifying branches to track makes sense only with fetch mirrors"
16874 msgstr ""
16875
16876 #: builtin/remote.c:194 builtin/remote.c:636
16877 #, c-format
16878 msgid "remote %s already exists."
16879 msgstr ""
16880
16881 #: builtin/remote.c:198 builtin/remote.c:640
16882 #, c-format
16883 msgid "'%s' is not a valid remote name"
16884 msgstr ""
16885
16886 #: builtin/remote.c:238
16887 #, c-format
16888 msgid "Could not setup master '%s'"
16889 msgstr ""
16890
16891 #: builtin/remote.c:344
16892 #, c-format
16893 msgid "Could not get fetch map for refspec %s"
16894 msgstr ""
16895
16896 #: builtin/remote.c:443 builtin/remote.c:451
16897 msgid "(matching)"
16898 msgstr ""
16899
16900 #: builtin/remote.c:455
16901 msgid "(delete)"
16902 msgstr ""
16903
16904 #: builtin/remote.c:629 builtin/remote.c:765 builtin/remote.c:864
16905 #, c-format
16906 msgid "No such remote: '%s'"
16907 msgstr ""
16908
16909 #: builtin/remote.c:646
16910 #, c-format
16911 msgid "Could not rename config section '%s' to '%s'"
16912 msgstr ""
16913
16914 #: builtin/remote.c:666
16915 #, c-format
16916 msgid ""
16917 "Not updating non-default fetch refspec\n"
16918 "\t%s\n"
16919 "\tPlease update the configuration manually if necessary."
16920 msgstr ""
16921
16922 #: builtin/remote.c:702
16923 #, c-format
16924 msgid "deleting '%s' failed"
16925 msgstr ""
16926
16927 #: builtin/remote.c:736
16928 #, c-format
16929 msgid "creating '%s' failed"
16930 msgstr ""
16931
16932 #: builtin/remote.c:802
16933 msgid ""
16934 "Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
16935 "to delete it, use:"
16936 msgid_plural ""
16937 "Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
16938 "to delete them, use:"
16939 msgstr[0] ""
16940 msgstr[1] ""
16941
16942 #: builtin/remote.c:816
16943 #, c-format
16944 msgid "Could not remove config section '%s'"
16945 msgstr ""
16946
16947 #: builtin/remote.c:917
16948 #, c-format
16949 msgid " new (next fetch will store in remotes/%s)"
16950 msgstr ""
16951
16952 #: builtin/remote.c:920
16953 msgid " tracked"
16954 msgstr ""
16955
16956 #: builtin/remote.c:922
16957 msgid " stale (use 'git remote prune' to remove)"
16958 msgstr ""
16959
16960 #: builtin/remote.c:924
16961 msgid " ???"
16962 msgstr ""
16963
16964 #: builtin/remote.c:965
16965 #, c-format
16966 msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
16967 msgstr ""
16968
16969 #: builtin/remote.c:974
16970 #, c-format
16971 msgid "rebases interactively onto remote %s"
16972 msgstr ""
16973
16974 #: builtin/remote.c:976
16975 #, c-format
16976 msgid "rebases interactively (with merges) onto remote %s"
16977 msgstr ""
16978
16979 #: builtin/remote.c:979
16980 #, c-format
16981 msgid "rebases onto remote %s"
16982 msgstr ""
16983
16984 #: builtin/remote.c:983
16985 #, c-format
16986 msgid " merges with remote %s"
16987 msgstr ""
16988
16989 #: builtin/remote.c:986
16990 #, c-format
16991 msgid "merges with remote %s"
16992 msgstr ""
16993
16994 #: builtin/remote.c:989
16995 #, c-format
16996 msgid "%-*s and with remote %s\n"
16997 msgstr ""
16998
16999 #: builtin/remote.c:1032
17000 msgid "create"
17001 msgstr ""
17002
17003 #: builtin/remote.c:1035
17004 msgid "delete"
17005 msgstr ""
17006
17007 #: builtin/remote.c:1039
17008 msgid "up to date"
17009 msgstr ""
17010
17011 #: builtin/remote.c:1042
17012 msgid "fast-forwardable"
17013 msgstr ""
17014
17015 #: builtin/remote.c:1045
17016 msgid "local out of date"
17017 msgstr ""
17018
17019 #: builtin/remote.c:1052
17020 #, c-format
17021 msgid " %-*s forces to %-*s (%s)"
17022 msgstr ""
17023
17024 #: builtin/remote.c:1055
17025 #, c-format
17026 msgid " %-*s pushes to %-*s (%s)"
17027 msgstr ""
17028
17029 #: builtin/remote.c:1059
17030 #, c-format
17031 msgid " %-*s forces to %s"
17032 msgstr ""
17033
17034 #: builtin/remote.c:1062
17035 #, c-format
17036 msgid " %-*s pushes to %s"
17037 msgstr ""
17038
17039 #: builtin/remote.c:1130
17040 msgid "do not query remotes"
17041 msgstr ""
17042
17043 #: builtin/remote.c:1157
17044 #, c-format
17045 msgid "* remote %s"
17046 msgstr ""
17047
17048 #: builtin/remote.c:1158
17049 #, c-format
17050 msgid " Fetch URL: %s"
17051 msgstr ""
17052
17053 #: builtin/remote.c:1159 builtin/remote.c:1175 builtin/remote.c:1314
17054 msgid "(no URL)"
17055 msgstr ""
17056
17057 #. TRANSLATORS: the colon ':' should align
17058 #. with the one in " Fetch URL: %s"
17059 #. translation.
17060 #.
17061 #: builtin/remote.c:1173 builtin/remote.c:1175
17062 #, c-format
17063 msgid " Push URL: %s"
17064 msgstr ""
17065
17066 #: builtin/remote.c:1177 builtin/remote.c:1179 builtin/remote.c:1181
17067 #, c-format
17068 msgid " HEAD branch: %s"
17069 msgstr ""
17070
17071 #: builtin/remote.c:1177
17072 msgid "(not queried)"
17073 msgstr ""
17074
17075 #: builtin/remote.c:1179
17076 msgid "(unknown)"
17077 msgstr ""
17078
17079 #: builtin/remote.c:1183
17080 #, c-format
17081 msgid ""
17082 " HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
17083 msgstr ""
17084
17085 #: builtin/remote.c:1195
17086 #, c-format
17087 msgid " Remote branch:%s"
17088 msgid_plural " Remote branches:%s"
17089 msgstr[0] ""
17090 msgstr[1] ""
17091
17092 #: builtin/remote.c:1198 builtin/remote.c:1224
17093 msgid " (status not queried)"
17094 msgstr ""
17095
17096 #: builtin/remote.c:1207
17097 msgid " Local branch configured for 'git pull':"
17098 msgid_plural " Local branches configured for 'git pull':"
17099 msgstr[0] ""
17100 msgstr[1] ""
17101
17102 #: builtin/remote.c:1215
17103 msgid " Local refs will be mirrored by 'git push'"
17104 msgstr ""
17105
17106 #: builtin/remote.c:1221
17107 #, c-format
17108 msgid " Local ref configured for 'git push'%s:"
17109 msgid_plural " Local refs configured for 'git push'%s:"
17110 msgstr[0] ""
17111 msgstr[1] ""
17112
17113 #: builtin/remote.c:1242
17114 msgid "set refs/remotes/<name>/HEAD according to remote"
17115 msgstr ""
17116
17117 #: builtin/remote.c:1244
17118 msgid "delete refs/remotes/<name>/HEAD"
17119 msgstr ""
17120
17121 #: builtin/remote.c:1259
17122 msgid "Cannot determine remote HEAD"
17123 msgstr ""
17124
17125 #: builtin/remote.c:1261
17126 msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
17127 msgstr ""
17128
17129 #: builtin/remote.c:1271
17130 #, c-format
17131 msgid "Could not delete %s"
17132 msgstr ""
17133
17134 #: builtin/remote.c:1279
17135 #, c-format
17136 msgid "Not a valid ref: %s"
17137 msgstr ""
17138
17139 #: builtin/remote.c:1281
17140 #, c-format
17141 msgid "Could not setup %s"
17142 msgstr ""
17143
17144 #: builtin/remote.c:1299
17145 #, c-format
17146 msgid " %s will become dangling!"
17147 msgstr ""
17148
17149 #: builtin/remote.c:1300
17150 #, c-format
17151 msgid " %s has become dangling!"
17152 msgstr ""
17153
17154 #: builtin/remote.c:1310
17155 #, c-format
17156 msgid "Pruning %s"
17157 msgstr ""
17158
17159 #: builtin/remote.c:1311
17160 #, c-format
17161 msgid "URL: %s"
17162 msgstr ""
17163
17164 #: builtin/remote.c:1327
17165 #, c-format
17166 msgid " * [would prune] %s"
17167 msgstr ""
17168
17169 #: builtin/remote.c:1330
17170 #, c-format
17171 msgid " * [pruned] %s"
17172 msgstr ""
17173
17174 #: builtin/remote.c:1375
17175 msgid "prune remotes after fetching"
17176 msgstr ""
17177
17178 #: builtin/remote.c:1438 builtin/remote.c:1492 builtin/remote.c:1560
17179 #, c-format
17180 msgid "No such remote '%s'"
17181 msgstr ""
17182
17183 #: builtin/remote.c:1454
17184 msgid "add branch"
17185 msgstr ""
17186
17187 #: builtin/remote.c:1461
17188 msgid "no remote specified"
17189 msgstr ""
17190
17191 #: builtin/remote.c:1478
17192 msgid "query push URLs rather than fetch URLs"
17193 msgstr ""
17194
17195 #: builtin/remote.c:1480
17196 msgid "return all URLs"
17197 msgstr ""
17198
17199 #: builtin/remote.c:1508
17200 #, c-format
17201 msgid "no URLs configured for remote '%s'"
17202 msgstr ""
17203
17204 #: builtin/remote.c:1534
17205 msgid "manipulate push URLs"
17206 msgstr ""
17207
17208 #: builtin/remote.c:1536
17209 msgid "add URL"
17210 msgstr ""
17211
17212 #: builtin/remote.c:1538
17213 msgid "delete URLs"
17214 msgstr ""
17215
17216 #: builtin/remote.c:1545
17217 msgid "--add --delete doesn't make sense"
17218 msgstr ""
17219
17220 #: builtin/remote.c:1584
17221 #, c-format
17222 msgid "Invalid old URL pattern: %s"
17223 msgstr ""
17224
17225 #: builtin/remote.c:1592
17226 #, c-format
17227 msgid "No such URL found: %s"
17228 msgstr ""
17229
17230 #: builtin/remote.c:1594
17231 msgid "Will not delete all non-push URLs"
17232 msgstr ""
17233
17234 #: builtin/remote.c:1610
17235 msgid "be verbose; must be placed before a subcommand"
17236 msgstr ""
17237
17238 #: builtin/remote.c:1641
17239 #, c-format
17240 msgid "Unknown subcommand: %s"
17241 msgstr ""
17242
17243 #: builtin/repack.c:23
17244 msgid "git repack [<options>]"
17245 msgstr ""
17246
17247 #: builtin/repack.c:28
17248 msgid ""
17249 "Incremental repacks are incompatible with bitmap indexes. Use\n"
17250 "--no-write-bitmap-index or disable the pack.writebitmaps configuration."
17251 msgstr ""
17252
17253 #: builtin/repack.c:191
17254 msgid "could not start pack-objects to repack promisor objects"
17255 msgstr ""
17256
17257 #: builtin/repack.c:230 builtin/repack.c:409
17258 msgid "repack: Expecting full hex object ID lines only from pack-objects."
17259 msgstr ""
17260
17261 #: builtin/repack.c:247
17262 msgid "could not finish pack-objects to repack promisor objects"
17263 msgstr ""
17264
17265 #: builtin/repack.c:285
17266 msgid "pack everything in a single pack"
17267 msgstr ""
17268
17269 #: builtin/repack.c:287
17270 msgid "same as -a, and turn unreachable objects loose"
17271 msgstr ""
17272
17273 #: builtin/repack.c:290
17274 msgid "remove redundant packs, and run git-prune-packed"
17275 msgstr ""
17276
17277 #: builtin/repack.c:292
17278 msgid "pass --no-reuse-delta to git-pack-objects"
17279 msgstr ""
17280
17281 #: builtin/repack.c:294
17282 msgid "pass --no-reuse-object to git-pack-objects"
17283 msgstr ""
17284
17285 #: builtin/repack.c:296
17286 msgid "do not run git-update-server-info"
17287 msgstr ""
17288
17289 #: builtin/repack.c:299
17290 msgid "pass --local to git-pack-objects"
17291 msgstr ""
17292
17293 #: builtin/repack.c:301
17294 msgid "write bitmap index"
17295 msgstr ""
17296
17297 #: builtin/repack.c:303
17298 msgid "pass --delta-islands to git-pack-objects"
17299 msgstr ""
17300
17301 #: builtin/repack.c:304
17302 msgid "approxidate"
17303 msgstr ""
17304
17305 #: builtin/repack.c:305
17306 msgid "with -A, do not loosen objects older than this"
17307 msgstr ""
17308
17309 #: builtin/repack.c:307
17310 msgid "with -a, repack unreachable objects"
17311 msgstr ""
17312
17313 #: builtin/repack.c:309
17314 msgid "size of the window used for delta compression"
17315 msgstr ""
17316
17317 #: builtin/repack.c:310 builtin/repack.c:316
17318 msgid "bytes"
17319 msgstr ""
17320
17321 #: builtin/repack.c:311
17322 msgid "same as the above, but limit memory size instead of entries count"
17323 msgstr ""
17324
17325 #: builtin/repack.c:313
17326 msgid "limits the maximum delta depth"
17327 msgstr ""
17328
17329 #: builtin/repack.c:315
17330 msgid "limits the maximum number of threads"
17331 msgstr ""
17332
17333 #: builtin/repack.c:317
17334 msgid "maximum size of each packfile"
17335 msgstr ""
17336
17337 #: builtin/repack.c:319
17338 msgid "repack objects in packs marked with .keep"
17339 msgstr ""
17340
17341 #: builtin/repack.c:321
17342 msgid "do not repack this pack"
17343 msgstr ""
17344
17345 #: builtin/repack.c:331
17346 msgid "cannot delete packs in a precious-objects repo"
17347 msgstr ""
17348
17349 #: builtin/repack.c:335
17350 msgid "--keep-unreachable and -A are incompatible"
17351 msgstr ""
17352
17353 #: builtin/repack.c:418
17354 msgid "Nothing new to pack."
17355 msgstr ""
17356
17357 #: builtin/repack.c:479
17358 #, c-format
17359 msgid ""
17360 "WARNING: Some packs in use have been renamed by\n"
17361 "WARNING: prefixing old- to their name, in order to\n"
17362 "WARNING: replace them with the new version of the\n"
17363 "WARNING: file. But the operation failed, and the\n"
17364 "WARNING: attempt to rename them back to their\n"
17365 "WARNING: original names also failed.\n"
17366 "WARNING: Please rename them in %s manually:\n"
17367 msgstr ""
17368
17369 #: builtin/repack.c:527
17370 #, c-format
17371 msgid "failed to remove '%s'"
17372 msgstr ""
17373
17374 #: builtin/replace.c:22
17375 msgid "git replace [-f] <object> <replacement>"
17376 msgstr ""
17377
17378 #: builtin/replace.c:23
17379 msgid "git replace [-f] --edit <object>"
17380 msgstr ""
17381
17382 #: builtin/replace.c:24
17383 msgid "git replace [-f] --graft <commit> [<parent>...]"
17384 msgstr ""
17385
17386 #: builtin/replace.c:25
17387 msgid "git replace [-f] --convert-graft-file"
17388 msgstr ""
17389
17390 #: builtin/replace.c:26
17391 msgid "git replace -d <object>..."
17392 msgstr ""
17393
17394 #: builtin/replace.c:27
17395 msgid "git replace [--format=<format>] [-l [<pattern>]]"
17396 msgstr ""
17397
17398 #: builtin/replace.c:90
17399 #, c-format
17400 msgid ""
17401 "invalid replace format '%s'\n"
17402 "valid formats are 'short', 'medium' and 'long'"
17403 msgstr ""
17404
17405 #: builtin/replace.c:125
17406 #, c-format
17407 msgid "replace ref '%s' not found"
17408 msgstr ""
17409
17410 #: builtin/replace.c:141
17411 #, c-format
17412 msgid "Deleted replace ref '%s'"
17413 msgstr ""
17414
17415 #: builtin/replace.c:153
17416 #, c-format
17417 msgid "'%s' is not a valid ref name"
17418 msgstr ""
17419
17420 #: builtin/replace.c:158
17421 #, c-format
17422 msgid "replace ref '%s' already exists"
17423 msgstr ""
17424
17425 #: builtin/replace.c:178
17426 #, c-format
17427 msgid ""
17428 "Objects must be of the same type.\n"
17429 "'%s' points to a replaced object of type '%s'\n"
17430 "while '%s' points to a replacement object of type '%s'."
17431 msgstr ""
17432
17433 #: builtin/replace.c:229
17434 #, c-format
17435 msgid "unable to open %s for writing"
17436 msgstr ""
17437
17438 #: builtin/replace.c:242
17439 msgid "cat-file reported failure"
17440 msgstr ""
17441
17442 #: builtin/replace.c:258
17443 #, c-format
17444 msgid "unable to open %s for reading"
17445 msgstr ""
17446
17447 #: builtin/replace.c:272
17448 msgid "unable to spawn mktree"
17449 msgstr ""
17450
17451 #: builtin/replace.c:276
17452 msgid "unable to read from mktree"
17453 msgstr ""
17454
17455 #: builtin/replace.c:285
17456 msgid "mktree reported failure"
17457 msgstr ""
17458
17459 #: builtin/replace.c:289
17460 msgid "mktree did not return an object name"
17461 msgstr ""
17462
17463 #: builtin/replace.c:298
17464 #, c-format
17465 msgid "unable to fstat %s"
17466 msgstr ""
17467
17468 #: builtin/replace.c:303
17469 msgid "unable to write object to database"
17470 msgstr ""
17471
17472 #: builtin/replace.c:322 builtin/replace.c:378 builtin/replace.c:423
17473 #: builtin/replace.c:453
17474 #, c-format
17475 msgid "not a valid object name: '%s'"
17476 msgstr ""
17477
17478 #: builtin/replace.c:326
17479 #, c-format
17480 msgid "unable to get object type for %s"
17481 msgstr ""
17482
17483 #: builtin/replace.c:342
17484 msgid "editing object file failed"
17485 msgstr ""
17486
17487 #: builtin/replace.c:351
17488 #, c-format
17489 msgid "new object is the same as the old one: '%s'"
17490 msgstr ""
17491
17492 #: builtin/replace.c:384
17493 #, c-format
17494 msgid "could not parse %s as a commit"
17495 msgstr ""
17496
17497 #: builtin/replace.c:415
17498 #, c-format
17499 msgid "bad mergetag in commit '%s'"
17500 msgstr ""
17501
17502 #: builtin/replace.c:417
17503 #, c-format
17504 msgid "malformed mergetag in commit '%s'"
17505 msgstr ""
17506
17507 #: builtin/replace.c:429
17508 #, c-format
17509 msgid ""
17510 "original commit '%s' contains mergetag '%s' that is discarded; use --edit "
17511 "instead of --graft"
17512 msgstr ""
17513
17514 #: builtin/replace.c:468
17515 #, c-format
17516 msgid "the original commit '%s' has a gpg signature"
17517 msgstr ""
17518
17519 #: builtin/replace.c:469
17520 msgid "the signature will be removed in the replacement commit!"
17521 msgstr ""
17522
17523 #: builtin/replace.c:479
17524 #, c-format
17525 msgid "could not write replacement commit for: '%s'"
17526 msgstr ""
17527
17528 #: builtin/replace.c:487
17529 #, c-format
17530 msgid "graft for '%s' unnecessary"
17531 msgstr ""
17532
17533 #: builtin/replace.c:491
17534 #, c-format
17535 msgid "new commit is the same as the old one: '%s'"
17536 msgstr ""
17537
17538 #: builtin/replace.c:526
17539 #, c-format
17540 msgid ""
17541 "could not convert the following graft(s):\n"
17542 "%s"
17543 msgstr ""
17544
17545 #: builtin/replace.c:547
17546 msgid "list replace refs"
17547 msgstr ""
17548
17549 #: builtin/replace.c:548
17550 msgid "delete replace refs"
17551 msgstr ""
17552
17553 #: builtin/replace.c:549
17554 msgid "edit existing object"
17555 msgstr ""
17556
17557 #: builtin/replace.c:550
17558 msgid "change a commit's parents"
17559 msgstr ""
17560
17561 #: builtin/replace.c:551
17562 msgid "convert existing graft file"
17563 msgstr ""
17564
17565 #: builtin/replace.c:552
17566 msgid "replace the ref if it exists"
17567 msgstr ""
17568
17569 #: builtin/replace.c:554
17570 msgid "do not pretty-print contents for --edit"
17571 msgstr ""
17572
17573 #: builtin/replace.c:555
17574 msgid "use this format"
17575 msgstr ""
17576
17577 #: builtin/replace.c:568
17578 msgid "--format cannot be used when not listing"
17579 msgstr ""
17580
17581 #: builtin/replace.c:576
17582 msgid "-f only makes sense when writing a replacement"
17583 msgstr ""
17584
17585 #: builtin/replace.c:580
17586 msgid "--raw only makes sense with --edit"
17587 msgstr ""
17588
17589 #: builtin/replace.c:586
17590 msgid "-d needs at least one argument"
17591 msgstr ""
17592
17593 #: builtin/replace.c:592
17594 msgid "bad number of arguments"
17595 msgstr ""
17596
17597 #: builtin/replace.c:598
17598 msgid "-e needs exactly one argument"
17599 msgstr ""
17600
17601 #: builtin/replace.c:604
17602 msgid "-g needs at least one argument"
17603 msgstr ""
17604
17605 #: builtin/replace.c:610
17606 msgid "--convert-graft-file takes no argument"
17607 msgstr ""
17608
17609 #: builtin/replace.c:616
17610 msgid "only one pattern can be given with -l"
17611 msgstr ""
17612
17613 #: builtin/rerere.c:13
17614 msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
17615 msgstr ""
17616
17617 #: builtin/rerere.c:60
17618 msgid "register clean resolutions in index"
17619 msgstr ""
17620
17621 #: builtin/rerere.c:79
17622 msgid "'git rerere forget' without paths is deprecated"
17623 msgstr ""
17624
17625 #: builtin/rerere.c:113
17626 #, c-format
17627 msgid "unable to generate diff for '%s'"
17628 msgstr ""
17629
17630 #: builtin/reset.c:32
17631 msgid ""
17632 "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
17633 msgstr ""
17634
17635 #: builtin/reset.c:33
17636 msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
17637 msgstr ""
17638
17639 #: builtin/reset.c:34
17640 msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
17641 msgstr ""
17642
17643 #: builtin/reset.c:40
17644 msgid "mixed"
17645 msgstr ""
17646
17647 #: builtin/reset.c:40
17648 msgid "soft"
17649 msgstr ""
17650
17651 #: builtin/reset.c:40
17652 msgid "hard"
17653 msgstr ""
17654
17655 #: builtin/reset.c:40
17656 msgid "merge"
17657 msgstr ""
17658
17659 #: builtin/reset.c:40
17660 msgid "keep"
17661 msgstr ""
17662
17663 #: builtin/reset.c:81
17664 msgid "You do not have a valid HEAD."
17665 msgstr ""
17666
17667 #: builtin/reset.c:83
17668 msgid "Failed to find tree of HEAD."
17669 msgstr ""
17670
17671 #: builtin/reset.c:89
17672 #, c-format
17673 msgid "Failed to find tree of %s."
17674 msgstr ""
17675
17676 #: builtin/reset.c:114
17677 #, c-format
17678 msgid "HEAD is now at %s"
17679 msgstr ""
17680
17681 #: builtin/reset.c:193
17682 #, c-format
17683 msgid "Cannot do a %s reset in the middle of a merge."
17684 msgstr ""
17685
17686 #: builtin/reset.c:293 builtin/stash.c:520 builtin/stash.c:595
17687 #: builtin/stash.c:619
17688 msgid "be quiet, only report errors"
17689 msgstr ""
17690
17691 #: builtin/reset.c:295
17692 msgid "reset HEAD and index"
17693 msgstr ""
17694
17695 #: builtin/reset.c:296
17696 msgid "reset only HEAD"
17697 msgstr ""
17698
17699 #: builtin/reset.c:298 builtin/reset.c:300
17700 msgid "reset HEAD, index and working tree"
17701 msgstr ""
17702
17703 #: builtin/reset.c:302
17704 msgid "reset HEAD but keep local changes"
17705 msgstr ""
17706
17707 #: builtin/reset.c:308
17708 msgid "record only the fact that removed paths will be added later"
17709 msgstr ""
17710
17711 #: builtin/reset.c:326
17712 #, c-format
17713 msgid "Failed to resolve '%s' as a valid revision."
17714 msgstr ""
17715
17716 #: builtin/reset.c:334
17717 #, c-format
17718 msgid "Failed to resolve '%s' as a valid tree."
17719 msgstr ""
17720
17721 #: builtin/reset.c:343
17722 msgid "--patch is incompatible with --{hard,mixed,soft}"
17723 msgstr ""
17724
17725 #: builtin/reset.c:353
17726 msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
17727 msgstr ""
17728
17729 #: builtin/reset.c:355
17730 #, c-format
17731 msgid "Cannot do %s reset with paths."
17732 msgstr ""
17733
17734 #: builtin/reset.c:370
17735 #, c-format
17736 msgid "%s reset is not allowed in a bare repository"
17737 msgstr ""
17738
17739 #: builtin/reset.c:374
17740 msgid "-N can only be used with --mixed"
17741 msgstr ""
17742
17743 #: builtin/reset.c:395
17744 msgid "Unstaged changes after reset:"
17745 msgstr ""
17746
17747 #: builtin/reset.c:398
17748 #, c-format
17749 msgid ""
17750 "\n"
17751 "It took %.2f seconds to enumerate unstaged changes after reset. You can\n"
17752 "use '--quiet' to avoid this. Set the config setting reset.quiet to true\n"
17753 "to make this the default.\n"
17754 msgstr ""
17755
17756 #: builtin/reset.c:408
17757 #, c-format
17758 msgid "Could not reset index file to revision '%s'."
17759 msgstr ""
17760
17761 #: builtin/reset.c:412
17762 msgid "Could not write new index file."
17763 msgstr ""
17764
17765 #: builtin/rev-list.c:411
17766 msgid "cannot combine --exclude-promisor-objects and --missing"
17767 msgstr ""
17768
17769 #: builtin/rev-list.c:472
17770 msgid "object filtering requires --objects"
17771 msgstr ""
17772
17773 #: builtin/rev-list.c:522
17774 msgid "rev-list does not support display of notes"
17775 msgstr ""
17776
17777 #: builtin/rev-list.c:525
17778 msgid "cannot combine --use-bitmap-index with object filtering"
17779 msgstr ""
17780
17781 #: builtin/rev-parse.c:408
17782 msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
17783 msgstr ""
17784
17785 #: builtin/rev-parse.c:413
17786 msgid "keep the `--` passed as an arg"
17787 msgstr ""
17788
17789 #: builtin/rev-parse.c:415
17790 msgid "stop parsing after the first non-option argument"
17791 msgstr ""
17792
17793 #: builtin/rev-parse.c:418
17794 msgid "output in stuck long form"
17795 msgstr ""
17796
17797 #: builtin/rev-parse.c:551
17798 msgid ""
17799 "git rev-parse --parseopt [<options>] -- [<args>...]\n"
17800 " or: git rev-parse --sq-quote [<arg>...]\n"
17801 " or: git rev-parse [<options>] [<arg>...]\n"
17802 "\n"
17803 "Run \"git rev-parse --parseopt -h\" for more information on the first usage."
17804 msgstr ""
17805
17806 #: builtin/revert.c:24
17807 msgid "git revert [<options>] <commit-ish>..."
17808 msgstr ""
17809
17810 #: builtin/revert.c:25
17811 msgid "git revert <subcommand>"
17812 msgstr ""
17813
17814 #: builtin/revert.c:30
17815 msgid "git cherry-pick [<options>] <commit-ish>..."
17816 msgstr ""
17817
17818 #: builtin/revert.c:31
17819 msgid "git cherry-pick <subcommand>"
17820 msgstr ""
17821
17822 #: builtin/revert.c:72
17823 #, c-format
17824 msgid "option `%s' expects a number greater than zero"
17825 msgstr ""
17826
17827 #: builtin/revert.c:92
17828 #, c-format
17829 msgid "%s: %s cannot be used with %s"
17830 msgstr ""
17831
17832 #: builtin/revert.c:102
17833 msgid "end revert or cherry-pick sequence"
17834 msgstr ""
17835
17836 #: builtin/revert.c:103
17837 msgid "resume revert or cherry-pick sequence"
17838 msgstr ""
17839
17840 #: builtin/revert.c:104
17841 msgid "cancel revert or cherry-pick sequence"
17842 msgstr ""
17843
17844 #: builtin/revert.c:105
17845 msgid "skip current commit and continue"
17846 msgstr ""
17847
17848 #: builtin/revert.c:107
17849 msgid "don't automatically commit"
17850 msgstr ""
17851
17852 #: builtin/revert.c:108
17853 msgid "edit the commit message"
17854 msgstr ""
17855
17856 #: builtin/revert.c:111
17857 msgid "parent-number"
17858 msgstr ""
17859
17860 #: builtin/revert.c:112
17861 msgid "select mainline parent"
17862 msgstr ""
17863
17864 #: builtin/revert.c:114
17865 msgid "merge strategy"
17866 msgstr ""
17867
17868 #: builtin/revert.c:116
17869 msgid "option for merge strategy"
17870 msgstr ""
17871
17872 #: builtin/revert.c:125
17873 msgid "append commit name"
17874 msgstr ""
17875
17876 #: builtin/revert.c:127
17877 msgid "preserve initially empty commits"
17878 msgstr ""
17879
17880 #: builtin/revert.c:129
17881 msgid "keep redundant, empty commits"
17882 msgstr ""
17883
17884 #: builtin/revert.c:232
17885 msgid "revert failed"
17886 msgstr ""
17887
17888 #: builtin/revert.c:245
17889 msgid "cherry-pick failed"
17890 msgstr ""
17891
17892 #: builtin/rm.c:19
17893 msgid "git rm [<options>] [--] <file>..."
17894 msgstr ""
17895
17896 #: builtin/rm.c:207
17897 msgid ""
17898 "the following file has staged content different from both the\n"
17899 "file and the HEAD:"
17900 msgid_plural ""
17901 "the following files have staged content different from both the\n"
17902 "file and the HEAD:"
17903 msgstr[0] ""
17904 msgstr[1] ""
17905
17906 #: builtin/rm.c:212
17907 msgid ""
17908 "\n"
17909 "(use -f to force removal)"
17910 msgstr ""
17911
17912 #: builtin/rm.c:216
17913 msgid "the following file has changes staged in the index:"
17914 msgid_plural "the following files have changes staged in the index:"
17915 msgstr[0] ""
17916 msgstr[1] ""
17917
17918 #: builtin/rm.c:220 builtin/rm.c:229
17919 msgid ""
17920 "\n"
17921 "(use --cached to keep the file, or -f to force removal)"
17922 msgstr ""
17923
17924 #: builtin/rm.c:226
17925 msgid "the following file has local modifications:"
17926 msgid_plural "the following files have local modifications:"
17927 msgstr[0] ""
17928 msgstr[1] ""
17929
17930 #: builtin/rm.c:242
17931 msgid "do not list removed files"
17932 msgstr ""
17933
17934 #: builtin/rm.c:243
17935 msgid "only remove from the index"
17936 msgstr ""
17937
17938 #: builtin/rm.c:244
17939 msgid "override the up-to-date check"
17940 msgstr ""
17941
17942 #: builtin/rm.c:245
17943 msgid "allow recursive removal"
17944 msgstr ""
17945
17946 #: builtin/rm.c:247
17947 msgid "exit with a zero status even if nothing matched"
17948 msgstr ""
17949
17950 #: builtin/rm.c:289
17951 msgid "please stage your changes to .gitmodules or stash them to proceed"
17952 msgstr ""
17953
17954 #: builtin/rm.c:307
17955 #, c-format
17956 msgid "not removing '%s' recursively without -r"
17957 msgstr ""
17958
17959 #: builtin/rm.c:346
17960 #, c-format
17961 msgid "git rm: unable to remove %s"
17962 msgstr ""
17963
17964 #: builtin/send-pack.c:20
17965 msgid ""
17966 "git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
17967 "receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
17968 "[<ref>...]\n"
17969 " --all and explicit <ref> specification are mutually exclusive."
17970 msgstr ""
17971
17972 #: builtin/send-pack.c:163
17973 msgid "remote name"
17974 msgstr ""
17975
17976 #: builtin/send-pack.c:177
17977 msgid "use stateless RPC protocol"
17978 msgstr ""
17979
17980 #: builtin/send-pack.c:178
17981 msgid "read refs from stdin"
17982 msgstr ""
17983
17984 #: builtin/send-pack.c:179
17985 msgid "print status from remote helper"
17986 msgstr ""
17987
17988 #: builtin/shortlog.c:14
17989 msgid "git shortlog [<options>] [<revision-range>] [[--] <path>...]"
17990 msgstr ""
17991
17992 #: builtin/shortlog.c:15
17993 msgid "git log --pretty=short | git shortlog [<options>]"
17994 msgstr ""
17995
17996 #: builtin/shortlog.c:264
17997 msgid "Group by committer rather than author"
17998 msgstr ""
17999
18000 #: builtin/shortlog.c:266
18001 msgid "sort output according to the number of commits per author"
18002 msgstr ""
18003
18004 #: builtin/shortlog.c:268
18005 msgid "Suppress commit descriptions, only provides commit count"
18006 msgstr ""
18007
18008 #: builtin/shortlog.c:270
18009 msgid "Show the email address of each author"
18010 msgstr ""
18011
18012 #: builtin/shortlog.c:271
18013 msgid "<w>[,<i1>[,<i2>]]"
18014 msgstr ""
18015
18016 #: builtin/shortlog.c:272
18017 msgid "Linewrap output"
18018 msgstr ""
18019
18020 #: builtin/shortlog.c:301
18021 msgid "too many arguments given outside repository"
18022 msgstr ""
18023
18024 #: builtin/show-branch.c:13
18025 msgid ""
18026 "git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
18027 "\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
18028 "\t\t[--more=<n> | --list | --independent | --merge-base]\n"
18029 "\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
18030 msgstr ""
18031
18032 #: builtin/show-branch.c:17
18033 msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
18034 msgstr ""
18035
18036 #: builtin/show-branch.c:395
18037 #, c-format
18038 msgid "ignoring %s; cannot handle more than %d ref"
18039 msgid_plural "ignoring %s; cannot handle more than %d refs"
18040 msgstr[0] ""
18041 msgstr[1] ""
18042
18043 #: builtin/show-branch.c:548
18044 #, c-format
18045 msgid "no matching refs with %s"
18046 msgstr ""
18047
18048 #: builtin/show-branch.c:645
18049 msgid "show remote-tracking and local branches"
18050 msgstr ""
18051
18052 #: builtin/show-branch.c:647
18053 msgid "show remote-tracking branches"
18054 msgstr ""
18055
18056 #: builtin/show-branch.c:649
18057 msgid "color '*!+-' corresponding to the branch"
18058 msgstr ""
18059
18060 #: builtin/show-branch.c:651
18061 msgid "show <n> more commits after the common ancestor"
18062 msgstr ""
18063
18064 #: builtin/show-branch.c:653
18065 msgid "synonym to more=-1"
18066 msgstr ""
18067
18068 #: builtin/show-branch.c:654
18069 msgid "suppress naming strings"
18070 msgstr ""
18071
18072 #: builtin/show-branch.c:656
18073 msgid "include the current branch"
18074 msgstr ""
18075
18076 #: builtin/show-branch.c:658
18077 msgid "name commits with their object names"
18078 msgstr ""
18079
18080 #: builtin/show-branch.c:660
18081 msgid "show possible merge bases"
18082 msgstr ""
18083
18084 #: builtin/show-branch.c:662
18085 msgid "show refs unreachable from any other ref"
18086 msgstr ""
18087
18088 #: builtin/show-branch.c:664
18089 msgid "show commits in topological order"
18090 msgstr ""
18091
18092 #: builtin/show-branch.c:667
18093 msgid "show only commits not on the first branch"
18094 msgstr ""
18095
18096 #: builtin/show-branch.c:669
18097 msgid "show merges reachable from only one tip"
18098 msgstr ""
18099
18100 #: builtin/show-branch.c:671
18101 msgid "topologically sort, maintaining date order where possible"
18102 msgstr ""
18103
18104 #: builtin/show-branch.c:674
18105 msgid "<n>[,<base>]"
18106 msgstr ""
18107
18108 #: builtin/show-branch.c:675
18109 msgid "show <n> most recent ref-log entries starting at base"
18110 msgstr ""
18111
18112 #: builtin/show-branch.c:711
18113 msgid ""
18114 "--reflog is incompatible with --all, --remotes, --independent or --merge-base"
18115 msgstr ""
18116
18117 #: builtin/show-branch.c:735
18118 msgid "no branches given, and HEAD is not valid"
18119 msgstr ""
18120
18121 #: builtin/show-branch.c:738
18122 msgid "--reflog option needs one branch name"
18123 msgstr ""
18124
18125 #: builtin/show-branch.c:741
18126 #, c-format
18127 msgid "only %d entry can be shown at one time."
18128 msgid_plural "only %d entries can be shown at one time."
18129 msgstr[0] ""
18130 msgstr[1] ""
18131
18132 #: builtin/show-branch.c:745
18133 #, c-format
18134 msgid "no such ref %s"
18135 msgstr ""
18136
18137 #: builtin/show-branch.c:831
18138 #, c-format
18139 msgid "cannot handle more than %d rev."
18140 msgid_plural "cannot handle more than %d revs."
18141 msgstr[0] ""
18142 msgstr[1] ""
18143
18144 #: builtin/show-branch.c:835
18145 #, c-format
18146 msgid "'%s' is not a valid ref."
18147 msgstr ""
18148
18149 #: builtin/show-branch.c:838
18150 #, c-format
18151 msgid "cannot find commit %s (%s)"
18152 msgstr ""
18153
18154 #: builtin/show-ref.c:12
18155 msgid ""
18156 "git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
18157 "hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
18158 msgstr ""
18159
18160 #: builtin/show-ref.c:13
18161 msgid "git show-ref --exclude-existing[=<pattern>]"
18162 msgstr ""
18163
18164 #: builtin/show-ref.c:162
18165 msgid "only show tags (can be combined with heads)"
18166 msgstr ""
18167
18168 #: builtin/show-ref.c:163
18169 msgid "only show heads (can be combined with tags)"
18170 msgstr ""
18171
18172 #: builtin/show-ref.c:164
18173 msgid "stricter reference checking, requires exact ref path"
18174 msgstr ""
18175
18176 #: builtin/show-ref.c:167 builtin/show-ref.c:169
18177 msgid "show the HEAD reference, even if it would be filtered out"
18178 msgstr ""
18179
18180 #: builtin/show-ref.c:171
18181 msgid "dereference tags into object IDs"
18182 msgstr ""
18183
18184 #: builtin/show-ref.c:173
18185 msgid "only show SHA1 hash using <n> digits"
18186 msgstr ""
18187
18188 #: builtin/show-ref.c:177
18189 msgid "do not print results to stdout (useful with --verify)"
18190 msgstr ""
18191
18192 #: builtin/show-ref.c:179
18193 msgid "show refs from stdin that aren't in local repository"
18194 msgstr ""
18195
18196 #: builtin/stash.c:22 builtin/stash.c:37
18197 msgid "git stash list [<options>]"
18198 msgstr ""
18199
18200 #: builtin/stash.c:23 builtin/stash.c:42
18201 msgid "git stash show [<options>] [<stash>]"
18202 msgstr ""
18203
18204 #: builtin/stash.c:24 builtin/stash.c:47
18205 msgid "git stash drop [-q|--quiet] [<stash>]"
18206 msgstr ""
18207
18208 #: builtin/stash.c:25
18209 msgid "git stash ( pop | apply ) [--index] [-q|--quiet] [<stash>]"
18210 msgstr ""
18211
18212 #: builtin/stash.c:26 builtin/stash.c:62
18213 msgid "git stash branch <branchname> [<stash>]"
18214 msgstr ""
18215
18216 #: builtin/stash.c:27 builtin/stash.c:67
18217 msgid "git stash clear"
18218 msgstr ""
18219
18220 #: builtin/stash.c:28 builtin/stash.c:77
18221 msgid ""
18222 "git stash [push [-p|--patch] [-k|--[no-]keep-index] [-q|--quiet]\n"
18223 " [-u|--include-untracked] [-a|--all] [-m|--message <message>]\n"
18224 " [--] [<pathspec>...]]"
18225 msgstr ""
18226
18227 #: builtin/stash.c:31 builtin/stash.c:84
18228 msgid ""
18229 "git stash save [-p|--patch] [-k|--[no-]keep-index] [-q|--quiet]\n"
18230 " [-u|--include-untracked] [-a|--all] [<message>]"
18231 msgstr ""
18232
18233 #: builtin/stash.c:52
18234 msgid "git stash pop [--index] [-q|--quiet] [<stash>]"
18235 msgstr ""
18236
18237 #: builtin/stash.c:57
18238 msgid "git stash apply [--index] [-q|--quiet] [<stash>]"
18239 msgstr ""
18240
18241 #: builtin/stash.c:72
18242 msgid "git stash store [-m|--message <message>] [-q|--quiet] <commit>"
18243 msgstr ""
18244
18245 #: builtin/stash.c:127
18246 #, c-format
18247 msgid "'%s' is not a stash-like commit"
18248 msgstr ""
18249
18250 #: builtin/stash.c:147
18251 #, c-format
18252 msgid "Too many revisions specified:%s"
18253 msgstr ""
18254
18255 #: builtin/stash.c:161 git-legacy-stash.sh:548
18256 msgid "No stash entries found."
18257 msgstr ""
18258
18259 #: builtin/stash.c:175
18260 #, c-format
18261 msgid "%s is not a valid reference"
18262 msgstr ""
18263
18264 #: builtin/stash.c:224 git-legacy-stash.sh:75
18265 msgid "git stash clear with parameters is unimplemented"
18266 msgstr ""
18267
18268 #: builtin/stash.c:403
18269 msgid "cannot apply a stash in the middle of a merge"
18270 msgstr ""
18271
18272 #: builtin/stash.c:414
18273 #, c-format
18274 msgid "could not generate diff %s^!."
18275 msgstr ""
18276
18277 #: builtin/stash.c:421
18278 msgid "conflicts in index.Try without --index."
18279 msgstr ""
18280
18281 #: builtin/stash.c:427
18282 msgid "could not save index tree"
18283 msgstr ""
18284
18285 #: builtin/stash.c:436
18286 msgid "could not restore untracked files from stash"
18287 msgstr ""
18288
18289 #: builtin/stash.c:450
18290 #, c-format
18291 msgid "Merging %s with %s"
18292 msgstr ""
18293
18294 #: builtin/stash.c:460 git-legacy-stash.sh:680
18295 msgid "Index was not unstashed."
18296 msgstr ""
18297
18298 #: builtin/stash.c:522 builtin/stash.c:621
18299 msgid "attempt to recreate the index"
18300 msgstr ""
18301
18302 #: builtin/stash.c:555
18303 #, c-format
18304 msgid "Dropped %s (%s)"
18305 msgstr ""
18306
18307 #: builtin/stash.c:558
18308 #, c-format
18309 msgid "%s: Could not drop stash entry"
18310 msgstr ""
18311
18312 #: builtin/stash.c:583
18313 #, c-format
18314 msgid "'%s' is not a stash reference"
18315 msgstr ""
18316
18317 #: builtin/stash.c:633 git-legacy-stash.sh:694
18318 msgid "The stash entry is kept in case you need it again."
18319 msgstr ""
18320
18321 #: builtin/stash.c:656 git-legacy-stash.sh:712
18322 msgid "No branch name specified"
18323 msgstr ""
18324
18325 #: builtin/stash.c:796 builtin/stash.c:833
18326 #, c-format
18327 msgid "Cannot update %s with %s"
18328 msgstr ""
18329
18330 #: builtin/stash.c:814 builtin/stash.c:1470 builtin/stash.c:1506
18331 msgid "stash message"
18332 msgstr ""
18333
18334 #: builtin/stash.c:824
18335 msgid "\"git stash store\" requires one <commit> argument"
18336 msgstr ""
18337
18338 #: builtin/stash.c:1046 git-legacy-stash.sh:217
18339 msgid "No changes selected"
18340 msgstr ""
18341
18342 #: builtin/stash.c:1145 git-legacy-stash.sh:150
18343 msgid "You do not have the initial commit yet"
18344 msgstr ""
18345
18346 #: builtin/stash.c:1172 git-legacy-stash.sh:165
18347 msgid "Cannot save the current index state"
18348 msgstr ""
18349
18350 #: builtin/stash.c:1181 git-legacy-stash.sh:180
18351 msgid "Cannot save the untracked files"
18352 msgstr ""
18353
18354 #: builtin/stash.c:1192 builtin/stash.c:1201 git-legacy-stash.sh:200
18355 #: git-legacy-stash.sh:213
18356 msgid "Cannot save the current worktree state"
18357 msgstr ""
18358
18359 #: builtin/stash.c:1229 git-legacy-stash.sh:233
18360 msgid "Cannot record working tree state"
18361 msgstr ""
18362
18363 #: builtin/stash.c:1278 git-legacy-stash.sh:337
18364 msgid "Can't use --patch and --include-untracked or --all at the same time"
18365 msgstr ""
18366
18367 #: builtin/stash.c:1294
18368 msgid "Did you forget to 'git add'?"
18369 msgstr ""
18370
18371 #: builtin/stash.c:1309 git-legacy-stash.sh:345
18372 msgid "No local changes to save"
18373 msgstr ""
18374
18375 #: builtin/stash.c:1316 git-legacy-stash.sh:350
18376 msgid "Cannot initialize stash"
18377 msgstr ""
18378
18379 #: builtin/stash.c:1331 git-legacy-stash.sh:354
18380 msgid "Cannot save the current status"
18381 msgstr ""
18382
18383 #: builtin/stash.c:1336
18384 #, c-format
18385 msgid "Saved working directory and index state %s"
18386 msgstr ""
18387
18388 #: builtin/stash.c:1426 git-legacy-stash.sh:384
18389 msgid "Cannot remove worktree changes"
18390 msgstr ""
18391
18392 #: builtin/stash.c:1461 builtin/stash.c:1497
18393 msgid "keep index"
18394 msgstr ""
18395
18396 #: builtin/stash.c:1463 builtin/stash.c:1499
18397 msgid "stash in patch mode"
18398 msgstr ""
18399
18400 #: builtin/stash.c:1464 builtin/stash.c:1500
18401 msgid "quiet mode"
18402 msgstr ""
18403
18404 #: builtin/stash.c:1466 builtin/stash.c:1502
18405 msgid "include untracked files in stash"
18406 msgstr ""
18407
18408 #: builtin/stash.c:1468 builtin/stash.c:1504
18409 msgid "include ignore files"
18410 msgstr ""
18411
18412 #: builtin/stash.c:1564
18413 #, c-format
18414 msgid "could not exec %s"
18415 msgstr ""
18416
18417 #: builtin/stripspace.c:18
18418 msgid "git stripspace [-s | --strip-comments]"
18419 msgstr ""
18420
18421 #: builtin/stripspace.c:19
18422 msgid "git stripspace [-c | --comment-lines]"
18423 msgstr ""
18424
18425 #: builtin/stripspace.c:37
18426 msgid "skip and remove all lines starting with comment character"
18427 msgstr ""
18428
18429 #: builtin/stripspace.c:40
18430 msgid "prepend comment character and space to each line"
18431 msgstr ""
18432
18433 #: builtin/submodule--helper.c:45 builtin/submodule--helper.c:1943
18434 #, c-format
18435 msgid "Expecting a full ref name, got %s"
18436 msgstr ""
18437
18438 #: builtin/submodule--helper.c:62
18439 msgid "submodule--helper print-default-remote takes no arguments"
18440 msgstr ""
18441
18442 #: builtin/submodule--helper.c:100
18443 #, c-format
18444 msgid "cannot strip one component off url '%s'"
18445 msgstr ""
18446
18447 #: builtin/submodule--helper.c:408 builtin/submodule--helper.c:1368
18448 msgid "alternative anchor for relative paths"
18449 msgstr ""
18450
18451 #: builtin/submodule--helper.c:413
18452 msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
18453 msgstr ""
18454
18455 #: builtin/submodule--helper.c:470 builtin/submodule--helper.c:628
18456 #: builtin/submodule--helper.c:651
18457 #, c-format
18458 msgid "No url found for submodule path '%s' in .gitmodules"
18459 msgstr ""
18460
18461 #: builtin/submodule--helper.c:522
18462 #, c-format
18463 msgid "Entering '%s'\n"
18464 msgstr ""
18465
18466 #: builtin/submodule--helper.c:525
18467 #, c-format
18468 msgid ""
18469 "run_command returned non-zero status for %s\n"
18470 "."
18471 msgstr ""
18472
18473 #: builtin/submodule--helper.c:547
18474 #, c-format
18475 msgid ""
18476 "run_command returned non-zero status while recursing in the nested "
18477 "submodules of %s\n"
18478 "."
18479 msgstr ""
18480
18481 #: builtin/submodule--helper.c:563
18482 msgid "Suppress output of entering each submodule command"
18483 msgstr ""
18484
18485 #: builtin/submodule--helper.c:565 builtin/submodule--helper.c:1050
18486 msgid "Recurse into nested submodules"
18487 msgstr ""
18488
18489 #: builtin/submodule--helper.c:570
18490 msgid "git submodule--helper foreach [--quiet] [--recursive] [--] <command>"
18491 msgstr ""
18492
18493 #: builtin/submodule--helper.c:597
18494 #, c-format
18495 msgid ""
18496 "could not look up configuration '%s'. Assuming this repository is its own "
18497 "authoritative upstream."
18498 msgstr ""
18499
18500 #: builtin/submodule--helper.c:665
18501 #, c-format
18502 msgid "Failed to register url for submodule path '%s'"
18503 msgstr ""
18504
18505 #: builtin/submodule--helper.c:669
18506 #, c-format
18507 msgid "Submodule '%s' (%s) registered for path '%s'\n"
18508 msgstr ""
18509
18510 #: builtin/submodule--helper.c:679
18511 #, c-format
18512 msgid "warning: command update mode suggested for submodule '%s'\n"
18513 msgstr ""
18514
18515 #: builtin/submodule--helper.c:686
18516 #, c-format
18517 msgid "Failed to register update mode for submodule path '%s'"
18518 msgstr ""
18519
18520 #: builtin/submodule--helper.c:708
18521 msgid "Suppress output for initializing a submodule"
18522 msgstr ""
18523
18524 #: builtin/submodule--helper.c:713
18525 msgid "git submodule--helper init [<options>] [<path>]"
18526 msgstr ""
18527
18528 #: builtin/submodule--helper.c:785 builtin/submodule--helper.c:911
18529 #, c-format
18530 msgid "no submodule mapping found in .gitmodules for path '%s'"
18531 msgstr ""
18532
18533 #: builtin/submodule--helper.c:824
18534 #, c-format
18535 msgid "could not resolve HEAD ref inside the submodule '%s'"
18536 msgstr ""
18537
18538 #: builtin/submodule--helper.c:851 builtin/submodule--helper.c:1020
18539 #, c-format
18540 msgid "failed to recurse into submodule '%s'"
18541 msgstr ""
18542
18543 #: builtin/submodule--helper.c:875 builtin/submodule--helper.c:1186
18544 msgid "Suppress submodule status output"
18545 msgstr ""
18546
18547 #: builtin/submodule--helper.c:876
18548 msgid ""
18549 "Use commit stored in the index instead of the one stored in the submodule "
18550 "HEAD"
18551 msgstr ""
18552
18553 #: builtin/submodule--helper.c:877
18554 msgid "recurse into nested submodules"
18555 msgstr ""
18556
18557 #: builtin/submodule--helper.c:882
18558 msgid "git submodule status [--quiet] [--cached] [--recursive] [<path>...]"
18559 msgstr ""
18560
18561 #: builtin/submodule--helper.c:906
18562 msgid "git submodule--helper name <path>"
18563 msgstr ""
18564
18565 #: builtin/submodule--helper.c:970
18566 #, c-format
18567 msgid "Synchronizing submodule url for '%s'\n"
18568 msgstr ""
18569
18570 #: builtin/submodule--helper.c:976
18571 #, c-format
18572 msgid "failed to register url for submodule path '%s'"
18573 msgstr ""
18574
18575 #: builtin/submodule--helper.c:990
18576 #, c-format
18577 msgid "failed to get the default remote for submodule '%s'"
18578 msgstr ""
18579
18580 #: builtin/submodule--helper.c:1001
18581 #, c-format
18582 msgid "failed to update remote for submodule '%s'"
18583 msgstr ""
18584
18585 #: builtin/submodule--helper.c:1048
18586 msgid "Suppress output of synchronizing submodule url"
18587 msgstr ""
18588
18589 #: builtin/submodule--helper.c:1055
18590 msgid "git submodule--helper sync [--quiet] [--recursive] [<path>]"
18591 msgstr ""
18592
18593 #: builtin/submodule--helper.c:1109
18594 #, c-format
18595 msgid ""
18596 "Submodule work tree '%s' contains a .git directory (use 'rm -rf' if you "
18597 "really want to remove it including all of its history)"
18598 msgstr ""
18599
18600 #: builtin/submodule--helper.c:1121
18601 #, c-format
18602 msgid ""
18603 "Submodule work tree '%s' contains local modifications; use '-f' to discard "
18604 "them"
18605 msgstr ""
18606
18607 #: builtin/submodule--helper.c:1129
18608 #, c-format
18609 msgid "Cleared directory '%s'\n"
18610 msgstr ""
18611
18612 #: builtin/submodule--helper.c:1131
18613 #, c-format
18614 msgid "Could not remove submodule work tree '%s'\n"
18615 msgstr ""
18616
18617 #: builtin/submodule--helper.c:1142
18618 #, c-format
18619 msgid "could not create empty submodule directory %s"
18620 msgstr ""
18621
18622 #: builtin/submodule--helper.c:1158
18623 #, c-format
18624 msgid "Submodule '%s' (%s) unregistered for path '%s'\n"
18625 msgstr ""
18626
18627 #: builtin/submodule--helper.c:1187
18628 msgid "Remove submodule working trees even if they contain local changes"
18629 msgstr ""
18630
18631 #: builtin/submodule--helper.c:1188
18632 msgid "Unregister all submodules"
18633 msgstr ""
18634
18635 #: builtin/submodule--helper.c:1193
18636 msgid ""
18637 "git submodule deinit [--quiet] [-f | --force] [--all | [--] [<path>...]]"
18638 msgstr ""
18639
18640 #: builtin/submodule--helper.c:1207
18641 msgid "Use '--all' if you really want to deinitialize all submodules"
18642 msgstr ""
18643
18644 #: builtin/submodule--helper.c:1302 builtin/submodule--helper.c:1305
18645 #, c-format
18646 msgid "submodule '%s' cannot add alternate: %s"
18647 msgstr ""
18648
18649 #: builtin/submodule--helper.c:1341
18650 #, c-format
18651 msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
18652 msgstr ""
18653
18654 #: builtin/submodule--helper.c:1348
18655 #, c-format
18656 msgid "Value '%s' for submodule.alternateLocation is not recognized"
18657 msgstr ""
18658
18659 #: builtin/submodule--helper.c:1371
18660 msgid "where the new submodule will be cloned to"
18661 msgstr ""
18662
18663 #: builtin/submodule--helper.c:1374
18664 msgid "name of the new submodule"
18665 msgstr ""
18666
18667 #: builtin/submodule--helper.c:1377
18668 msgid "url where to clone the submodule from"
18669 msgstr ""
18670
18671 #: builtin/submodule--helper.c:1385
18672 msgid "depth for shallow clones"
18673 msgstr ""
18674
18675 #: builtin/submodule--helper.c:1388 builtin/submodule--helper.c:1872
18676 msgid "force cloning progress"
18677 msgstr ""
18678
18679 #: builtin/submodule--helper.c:1393
18680 msgid ""
18681 "git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
18682 "<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
18683 msgstr ""
18684
18685 #: builtin/submodule--helper.c:1424
18686 #, c-format
18687 msgid "clone of '%s' into submodule path '%s' failed"
18688 msgstr ""
18689
18690 #: builtin/submodule--helper.c:1438
18691 #, c-format
18692 msgid "could not get submodule directory for '%s'"
18693 msgstr ""
18694
18695 #: builtin/submodule--helper.c:1474
18696 #, c-format
18697 msgid "Invalid update mode '%s' for submodule path '%s'"
18698 msgstr ""
18699
18700 #: builtin/submodule--helper.c:1478
18701 #, c-format
18702 msgid "Invalid update mode '%s' configured for submodule path '%s'"
18703 msgstr ""
18704
18705 #: builtin/submodule--helper.c:1571
18706 #, c-format
18707 msgid "Submodule path '%s' not initialized"
18708 msgstr ""
18709
18710 #: builtin/submodule--helper.c:1575
18711 msgid "Maybe you want to use 'update --init'?"
18712 msgstr ""
18713
18714 #: builtin/submodule--helper.c:1605
18715 #, c-format
18716 msgid "Skipping unmerged submodule %s"
18717 msgstr ""
18718
18719 #: builtin/submodule--helper.c:1634
18720 #, c-format
18721 msgid "Skipping submodule '%s'"
18722 msgstr ""
18723
18724 #: builtin/submodule--helper.c:1778
18725 #, c-format
18726 msgid "Failed to clone '%s'. Retry scheduled"
18727 msgstr ""
18728
18729 #: builtin/submodule--helper.c:1789
18730 #, c-format
18731 msgid "Failed to clone '%s' a second time, aborting"
18732 msgstr ""
18733
18734 #: builtin/submodule--helper.c:1851 builtin/submodule--helper.c:2093
18735 msgid "path into the working tree"
18736 msgstr ""
18737
18738 #: builtin/submodule--helper.c:1854
18739 msgid "path into the working tree, across nested submodule boundaries"
18740 msgstr ""
18741
18742 #: builtin/submodule--helper.c:1858
18743 msgid "rebase, merge, checkout or none"
18744 msgstr ""
18745
18746 #: builtin/submodule--helper.c:1864
18747 msgid "Create a shallow clone truncated to the specified number of revisions"
18748 msgstr ""
18749
18750 #: builtin/submodule--helper.c:1867
18751 msgid "parallel jobs"
18752 msgstr ""
18753
18754 #: builtin/submodule--helper.c:1869
18755 msgid "whether the initial clone should follow the shallow recommendation"
18756 msgstr ""
18757
18758 #: builtin/submodule--helper.c:1870
18759 msgid "don't print cloning progress"
18760 msgstr ""
18761
18762 #: builtin/submodule--helper.c:1877
18763 msgid "git submodule--helper update-clone [--prefix=<path>] [<path>...]"
18764 msgstr ""
18765
18766 #: builtin/submodule--helper.c:1890
18767 msgid "bad value for update parameter"
18768 msgstr ""
18769
18770 #: builtin/submodule--helper.c:1938
18771 #, c-format
18772 msgid ""
18773 "Submodule (%s) branch configured to inherit branch from superproject, but "
18774 "the superproject is not on any branch"
18775 msgstr ""
18776
18777 #: builtin/submodule--helper.c:2061
18778 #, c-format
18779 msgid "could not get a repository handle for submodule '%s'"
18780 msgstr ""
18781
18782 #: builtin/submodule--helper.c:2094
18783 msgid "recurse into submodules"
18784 msgstr ""
18785
18786 #: builtin/submodule--helper.c:2100
18787 msgid "git submodule--helper absorb-git-dirs [<options>] [<path>...]"
18788 msgstr ""
18789
18790 #: builtin/submodule--helper.c:2156
18791 msgid "check if it is safe to write to the .gitmodules file"
18792 msgstr ""
18793
18794 #: builtin/submodule--helper.c:2159
18795 msgid "unset the config in the .gitmodules file"
18796 msgstr ""
18797
18798 #: builtin/submodule--helper.c:2164
18799 msgid "git submodule--helper config <name> [<value>]"
18800 msgstr ""
18801
18802 #: builtin/submodule--helper.c:2165
18803 msgid "git submodule--helper config --unset <name>"
18804 msgstr ""
18805
18806 #: builtin/submodule--helper.c:2166
18807 msgid "git submodule--helper config --check-writeable"
18808 msgstr ""
18809
18810 #: builtin/submodule--helper.c:2185 git-submodule.sh:171
18811 #, sh-format
18812 msgid "please make sure that the .gitmodules file is in the working tree"
18813 msgstr ""
18814
18815 #: builtin/submodule--helper.c:2235 git.c:433 git.c:683
18816 #, c-format
18817 msgid "%s doesn't support --super-prefix"
18818 msgstr ""
18819
18820 #: builtin/submodule--helper.c:2241
18821 #, c-format
18822 msgid "'%s' is not a valid submodule--helper subcommand"
18823 msgstr ""
18824
18825 #: builtin/symbolic-ref.c:8
18826 msgid "git symbolic-ref [<options>] <name> [<ref>]"
18827 msgstr ""
18828
18829 #: builtin/symbolic-ref.c:9
18830 msgid "git symbolic-ref -d [-q] <name>"
18831 msgstr ""
18832
18833 #: builtin/symbolic-ref.c:40
18834 msgid "suppress error message for non-symbolic (detached) refs"
18835 msgstr ""
18836
18837 #: builtin/symbolic-ref.c:41
18838 msgid "delete symbolic ref"
18839 msgstr ""
18840
18841 #: builtin/symbolic-ref.c:42
18842 msgid "shorten ref output"
18843 msgstr ""
18844
18845 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:363
18846 msgid "reason"
18847 msgstr ""
18848
18849 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:363
18850 msgid "reason of the update"
18851 msgstr ""
18852
18853 #: builtin/tag.c:25
18854 msgid ""
18855 "git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>]\n"
18856 "\t\t<tagname> [<head>]"
18857 msgstr ""
18858
18859 #: builtin/tag.c:27
18860 msgid "git tag -d <tagname>..."
18861 msgstr ""
18862
18863 #: builtin/tag.c:28
18864 msgid ""
18865 "git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
18866 "points-at <object>]\n"
18867 "\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
18868 msgstr ""
18869
18870 #: builtin/tag.c:30
18871 msgid "git tag -v [--format=<format>] <tagname>..."
18872 msgstr ""
18873
18874 #: builtin/tag.c:89
18875 #, c-format
18876 msgid "tag '%s' not found."
18877 msgstr ""
18878
18879 #: builtin/tag.c:105
18880 #, c-format
18881 msgid "Deleted tag '%s' (was %s)\n"
18882 msgstr ""
18883
18884 #: builtin/tag.c:135
18885 #, c-format
18886 msgid ""
18887 "\n"
18888 "Write a message for tag:\n"
18889 " %s\n"
18890 "Lines starting with '%c' will be ignored.\n"
18891 msgstr ""
18892
18893 #: builtin/tag.c:139
18894 #, c-format
18895 msgid ""
18896 "\n"
18897 "Write a message for tag:\n"
18898 " %s\n"
18899 "Lines starting with '%c' will be kept; you may remove them yourself if you "
18900 "want to.\n"
18901 msgstr ""
18902
18903 #: builtin/tag.c:198
18904 msgid "unable to sign the tag"
18905 msgstr ""
18906
18907 #: builtin/tag.c:200
18908 msgid "unable to write tag file"
18909 msgstr ""
18910
18911 #: builtin/tag.c:216
18912 #, c-format
18913 msgid ""
18914 "You have created a nested tag. The object referred to by your new tag is\n"
18915 "already a tag. If you meant to tag the object that it points to, use:\n"
18916 "\n"
18917 "\tgit tag -f %s %s^{}"
18918 msgstr ""
18919
18920 #: builtin/tag.c:232
18921 msgid "bad object type."
18922 msgstr ""
18923
18924 #: builtin/tag.c:284
18925 msgid "no tag message?"
18926 msgstr ""
18927
18928 #: builtin/tag.c:291
18929 #, c-format
18930 msgid "The tag message has been left in %s\n"
18931 msgstr ""
18932
18933 #: builtin/tag.c:402
18934 msgid "list tag names"
18935 msgstr ""
18936
18937 #: builtin/tag.c:404
18938 msgid "print <n> lines of each tag message"
18939 msgstr ""
18940
18941 #: builtin/tag.c:406
18942 msgid "delete tags"
18943 msgstr ""
18944
18945 #: builtin/tag.c:407
18946 msgid "verify tags"
18947 msgstr ""
18948
18949 #: builtin/tag.c:409
18950 msgid "Tag creation options"
18951 msgstr ""
18952
18953 #: builtin/tag.c:411
18954 msgid "annotated tag, needs a message"
18955 msgstr ""
18956
18957 #: builtin/tag.c:413
18958 msgid "tag message"
18959 msgstr ""
18960
18961 #: builtin/tag.c:415
18962 msgid "force edit of tag message"
18963 msgstr ""
18964
18965 #: builtin/tag.c:416
18966 msgid "annotated and GPG-signed tag"
18967 msgstr ""
18968
18969 #: builtin/tag.c:419
18970 msgid "use another key to sign the tag"
18971 msgstr ""
18972
18973 #: builtin/tag.c:420
18974 msgid "replace the tag if exists"
18975 msgstr ""
18976
18977 #: builtin/tag.c:421 builtin/update-ref.c:369
18978 msgid "create a reflog"
18979 msgstr ""
18980
18981 #: builtin/tag.c:423
18982 msgid "Tag listing options"
18983 msgstr ""
18984
18985 #: builtin/tag.c:424
18986 msgid "show tag list in columns"
18987 msgstr ""
18988
18989 #: builtin/tag.c:425 builtin/tag.c:427
18990 msgid "print only tags that contain the commit"
18991 msgstr ""
18992
18993 #: builtin/tag.c:426 builtin/tag.c:428
18994 msgid "print only tags that don't contain the commit"
18995 msgstr ""
18996
18997 #: builtin/tag.c:429
18998 msgid "print only tags that are merged"
18999 msgstr ""
19000
19001 #: builtin/tag.c:430
19002 msgid "print only tags that are not merged"
19003 msgstr ""
19004
19005 #: builtin/tag.c:434
19006 msgid "print only tags of the object"
19007 msgstr ""
19008
19009 #: builtin/tag.c:482
19010 msgid "--column and -n are incompatible"
19011 msgstr ""
19012
19013 #: builtin/tag.c:504
19014 msgid "-n option is only allowed in list mode"
19015 msgstr ""
19016
19017 #: builtin/tag.c:506
19018 msgid "--contains option is only allowed in list mode"
19019 msgstr ""
19020
19021 #: builtin/tag.c:508
19022 msgid "--no-contains option is only allowed in list mode"
19023 msgstr ""
19024
19025 #: builtin/tag.c:510
19026 msgid "--points-at option is only allowed in list mode"
19027 msgstr ""
19028
19029 #: builtin/tag.c:512
19030 msgid "--merged and --no-merged options are only allowed in list mode"
19031 msgstr ""
19032
19033 #: builtin/tag.c:523
19034 msgid "only one -F or -m option is allowed."
19035 msgstr ""
19036
19037 #: builtin/tag.c:542
19038 msgid "too many params"
19039 msgstr ""
19040
19041 #: builtin/tag.c:548
19042 #, c-format
19043 msgid "'%s' is not a valid tag name."
19044 msgstr ""
19045
19046 #: builtin/tag.c:553
19047 #, c-format
19048 msgid "tag '%s' already exists"
19049 msgstr ""
19050
19051 #: builtin/tag.c:584
19052 #, c-format
19053 msgid "Updated tag '%s' (was %s)\n"
19054 msgstr ""
19055
19056 #: builtin/unpack-objects.c:500
19057 msgid "Unpacking objects"
19058 msgstr ""
19059
19060 #: builtin/update-index.c:83
19061 #, c-format
19062 msgid "failed to create directory %s"
19063 msgstr ""
19064
19065 #: builtin/update-index.c:99
19066 #, c-format
19067 msgid "failed to create file %s"
19068 msgstr ""
19069
19070 #: builtin/update-index.c:107
19071 #, c-format
19072 msgid "failed to delete file %s"
19073 msgstr ""
19074
19075 #: builtin/update-index.c:114 builtin/update-index.c:220
19076 #, c-format
19077 msgid "failed to delete directory %s"
19078 msgstr ""
19079
19080 #: builtin/update-index.c:139
19081 #, c-format
19082 msgid "Testing mtime in '%s' "
19083 msgstr ""
19084
19085 #: builtin/update-index.c:153
19086 msgid "directory stat info does not change after adding a new file"
19087 msgstr ""
19088
19089 #: builtin/update-index.c:166
19090 msgid "directory stat info does not change after adding a new directory"
19091 msgstr ""
19092
19093 #: builtin/update-index.c:179
19094 msgid "directory stat info changes after updating a file"
19095 msgstr ""
19096
19097 #: builtin/update-index.c:190
19098 msgid "directory stat info changes after adding a file inside subdirectory"
19099 msgstr ""
19100
19101 #: builtin/update-index.c:201
19102 msgid "directory stat info does not change after deleting a file"
19103 msgstr ""
19104
19105 #: builtin/update-index.c:214
19106 msgid "directory stat info does not change after deleting a directory"
19107 msgstr ""
19108
19109 #: builtin/update-index.c:221
19110 msgid " OK"
19111 msgstr ""
19112
19113 #: builtin/update-index.c:589
19114 msgid "git update-index [<options>] [--] [<file>...]"
19115 msgstr ""
19116
19117 #: builtin/update-index.c:972
19118 msgid "continue refresh even when index needs update"
19119 msgstr ""
19120
19121 #: builtin/update-index.c:975
19122 msgid "refresh: ignore submodules"
19123 msgstr ""
19124
19125 #: builtin/update-index.c:978
19126 msgid "do not ignore new files"
19127 msgstr ""
19128
19129 #: builtin/update-index.c:980
19130 msgid "let files replace directories and vice-versa"
19131 msgstr ""
19132
19133 #: builtin/update-index.c:982
19134 msgid "notice files missing from worktree"
19135 msgstr ""
19136
19137 #: builtin/update-index.c:984
19138 msgid "refresh even if index contains unmerged entries"
19139 msgstr ""
19140
19141 #: builtin/update-index.c:987
19142 msgid "refresh stat information"
19143 msgstr ""
19144
19145 #: builtin/update-index.c:991
19146 msgid "like --refresh, but ignore assume-unchanged setting"
19147 msgstr ""
19148
19149 #: builtin/update-index.c:995
19150 msgid "<mode>,<object>,<path>"
19151 msgstr ""
19152
19153 #: builtin/update-index.c:996
19154 msgid "add the specified entry to the index"
19155 msgstr ""
19156
19157 #: builtin/update-index.c:1006
19158 msgid "mark files as \"not changing\""
19159 msgstr ""
19160
19161 #: builtin/update-index.c:1009
19162 msgid "clear assumed-unchanged bit"
19163 msgstr ""
19164
19165 #: builtin/update-index.c:1012
19166 msgid "mark files as \"index-only\""
19167 msgstr ""
19168
19169 #: builtin/update-index.c:1015
19170 msgid "clear skip-worktree bit"
19171 msgstr ""
19172
19173 #: builtin/update-index.c:1018
19174 msgid "add to index only; do not add content to object database"
19175 msgstr ""
19176
19177 #: builtin/update-index.c:1020
19178 msgid "remove named paths even if present in worktree"
19179 msgstr ""
19180
19181 #: builtin/update-index.c:1022
19182 msgid "with --stdin: input lines are terminated by null bytes"
19183 msgstr ""
19184
19185 #: builtin/update-index.c:1024
19186 msgid "read list of paths to be updated from standard input"
19187 msgstr ""
19188
19189 #: builtin/update-index.c:1028
19190 msgid "add entries from standard input to the index"
19191 msgstr ""
19192
19193 #: builtin/update-index.c:1032
19194 msgid "repopulate stages #2 and #3 for the listed paths"
19195 msgstr ""
19196
19197 #: builtin/update-index.c:1036
19198 msgid "only update entries that differ from HEAD"
19199 msgstr ""
19200
19201 #: builtin/update-index.c:1040
19202 msgid "ignore files missing from worktree"
19203 msgstr ""
19204
19205 #: builtin/update-index.c:1043
19206 msgid "report actions to standard output"
19207 msgstr ""
19208
19209 #: builtin/update-index.c:1045
19210 msgid "(for porcelains) forget saved unresolved conflicts"
19211 msgstr ""
19212
19213 #: builtin/update-index.c:1049
19214 msgid "write index in this format"
19215 msgstr ""
19216
19217 #: builtin/update-index.c:1051
19218 msgid "enable or disable split index"
19219 msgstr ""
19220
19221 #: builtin/update-index.c:1053
19222 msgid "enable/disable untracked cache"
19223 msgstr ""
19224
19225 #: builtin/update-index.c:1055
19226 msgid "test if the filesystem supports untracked cache"
19227 msgstr ""
19228
19229 #: builtin/update-index.c:1057
19230 msgid "enable untracked cache without testing the filesystem"
19231 msgstr ""
19232
19233 #: builtin/update-index.c:1059
19234 msgid "write out the index even if is not flagged as changed"
19235 msgstr ""
19236
19237 #: builtin/update-index.c:1061
19238 msgid "enable or disable file system monitor"
19239 msgstr ""
19240
19241 #: builtin/update-index.c:1063
19242 msgid "mark files as fsmonitor valid"
19243 msgstr ""
19244
19245 #: builtin/update-index.c:1066
19246 msgid "clear fsmonitor valid bit"
19247 msgstr ""
19248
19249 #: builtin/update-index.c:1169
19250 msgid ""
19251 "core.splitIndex is set to false; remove or change it, if you really want to "
19252 "enable split index"
19253 msgstr ""
19254
19255 #: builtin/update-index.c:1178
19256 msgid ""
19257 "core.splitIndex is set to true; remove or change it, if you really want to "
19258 "disable split index"
19259 msgstr ""
19260
19261 #: builtin/update-index.c:1190
19262 msgid ""
19263 "core.untrackedCache is set to true; remove or change it, if you really want "
19264 "to disable the untracked cache"
19265 msgstr ""
19266
19267 #: builtin/update-index.c:1194
19268 msgid "Untracked cache disabled"
19269 msgstr ""
19270
19271 #: builtin/update-index.c:1202
19272 msgid ""
19273 "core.untrackedCache is set to false; remove or change it, if you really want "
19274 "to enable the untracked cache"
19275 msgstr ""
19276
19277 #: builtin/update-index.c:1206
19278 #, c-format
19279 msgid "Untracked cache enabled for '%s'"
19280 msgstr ""
19281
19282 #: builtin/update-index.c:1214
19283 msgid "core.fsmonitor is unset; set it if you really want to enable fsmonitor"
19284 msgstr ""
19285
19286 #: builtin/update-index.c:1218
19287 msgid "fsmonitor enabled"
19288 msgstr ""
19289
19290 #: builtin/update-index.c:1221
19291 msgid ""
19292 "core.fsmonitor is set; remove it if you really want to disable fsmonitor"
19293 msgstr ""
19294
19295 #: builtin/update-index.c:1225
19296 msgid "fsmonitor disabled"
19297 msgstr ""
19298
19299 #: builtin/update-ref.c:10
19300 msgid "git update-ref [<options>] -d <refname> [<old-val>]"
19301 msgstr ""
19302
19303 #: builtin/update-ref.c:11
19304 msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"
19305 msgstr ""
19306
19307 #: builtin/update-ref.c:12
19308 msgid "git update-ref [<options>] --stdin [-z]"
19309 msgstr ""
19310
19311 #: builtin/update-ref.c:364
19312 msgid "delete the reference"
19313 msgstr ""
19314
19315 #: builtin/update-ref.c:366
19316 msgid "update <refname> not the one it points to"
19317 msgstr ""
19318
19319 #: builtin/update-ref.c:367
19320 msgid "stdin has NUL-terminated arguments"
19321 msgstr ""
19322
19323 #: builtin/update-ref.c:368
19324 msgid "read updates from stdin"
19325 msgstr ""
19326
19327 #: builtin/update-server-info.c:7
19328 msgid "git update-server-info [--force]"
19329 msgstr ""
19330
19331 #: builtin/update-server-info.c:15
19332 msgid "update the info files from scratch"
19333 msgstr ""
19334
19335 #: builtin/upload-pack.c:11
19336 msgid "git upload-pack [<options>] <dir>"
19337 msgstr ""
19338
19339 #: builtin/upload-pack.c:23 t/helper/test-serve-v2.c:17
19340 msgid "quit after a single request/response exchange"
19341 msgstr ""
19342
19343 #: builtin/upload-pack.c:25
19344 msgid "exit immediately after initial ref advertisement"
19345 msgstr ""
19346
19347 #: builtin/upload-pack.c:27
19348 msgid "do not try <directory>/.git/ if <directory> is no Git directory"
19349 msgstr ""
19350
19351 #: builtin/upload-pack.c:29
19352 msgid "interrupt transfer after <n> seconds of inactivity"
19353 msgstr ""
19354
19355 #: builtin/verify-commit.c:19
19356 msgid "git verify-commit [-v | --verbose] <commit>..."
19357 msgstr ""
19358
19359 #: builtin/verify-commit.c:68
19360 msgid "print commit contents"
19361 msgstr ""
19362
19363 #: builtin/verify-commit.c:69 builtin/verify-tag.c:37
19364 msgid "print raw gpg status output"
19365 msgstr ""
19366
19367 #: builtin/verify-pack.c:55
19368 msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
19369 msgstr ""
19370
19371 #: builtin/verify-pack.c:65
19372 msgid "verbose"
19373 msgstr ""
19374
19375 #: builtin/verify-pack.c:67
19376 msgid "show statistics only"
19377 msgstr ""
19378
19379 #: builtin/verify-tag.c:18
19380 msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
19381 msgstr ""
19382
19383 #: builtin/verify-tag.c:36
19384 msgid "print tag contents"
19385 msgstr ""
19386
19387 #: builtin/worktree.c:17
19388 msgid "git worktree add [<options>] <path> [<commit-ish>]"
19389 msgstr ""
19390
19391 #: builtin/worktree.c:18
19392 msgid "git worktree list [<options>]"
19393 msgstr ""
19394
19395 #: builtin/worktree.c:19
19396 msgid "git worktree lock [<options>] <path>"
19397 msgstr ""
19398
19399 #: builtin/worktree.c:20
19400 msgid "git worktree move <worktree> <new-path>"
19401 msgstr ""
19402
19403 #: builtin/worktree.c:21
19404 msgid "git worktree prune [<options>]"
19405 msgstr ""
19406
19407 #: builtin/worktree.c:22
19408 msgid "git worktree remove [<options>] <worktree>"
19409 msgstr ""
19410
19411 #: builtin/worktree.c:23
19412 msgid "git worktree unlock <path>"
19413 msgstr ""
19414
19415 #: builtin/worktree.c:60 builtin/worktree.c:898
19416 #, c-format
19417 msgid "failed to delete '%s'"
19418 msgstr ""
19419
19420 #: builtin/worktree.c:79
19421 #, c-format
19422 msgid "Removing worktrees/%s: not a valid directory"
19423 msgstr ""
19424
19425 #: builtin/worktree.c:85
19426 #, c-format
19427 msgid "Removing worktrees/%s: gitdir file does not exist"
19428 msgstr ""
19429
19430 #: builtin/worktree.c:90 builtin/worktree.c:99
19431 #, c-format
19432 msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
19433 msgstr ""
19434
19435 #: builtin/worktree.c:109
19436 #, c-format
19437 msgid ""
19438 "Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "
19439 "%<PRIuMAX>)"
19440 msgstr ""
19441
19442 #: builtin/worktree.c:117
19443 #, c-format
19444 msgid "Removing worktrees/%s: invalid gitdir file"
19445 msgstr ""
19446
19447 #: builtin/worktree.c:126
19448 #, c-format
19449 msgid "Removing worktrees/%s: gitdir file points to non-existent location"
19450 msgstr ""
19451
19452 #: builtin/worktree.c:165
19453 msgid "report pruned working trees"
19454 msgstr ""
19455
19456 #: builtin/worktree.c:167
19457 msgid "expire working trees older than <time>"
19458 msgstr ""
19459
19460 #: builtin/worktree.c:234
19461 #, c-format
19462 msgid "'%s' already exists"
19463 msgstr ""
19464
19465 #: builtin/worktree.c:251
19466 #, c-format
19467 msgid "unable to re-add worktree '%s'"
19468 msgstr ""
19469
19470 #: builtin/worktree.c:256
19471 #, c-format
19472 msgid ""
19473 "'%s' is a missing but locked worktree;\n"
19474 "use 'add -f -f' to override, or 'unlock' and 'prune' or 'remove' to clear"
19475 msgstr ""
19476
19477 #: builtin/worktree.c:258
19478 #, c-format
19479 msgid ""
19480 "'%s' is a missing but already registered worktree;\n"
19481 "use 'add -f' to override, or 'prune' or 'remove' to clear"
19482 msgstr ""
19483
19484 #: builtin/worktree.c:308
19485 #, c-format
19486 msgid "could not create directory of '%s'"
19487 msgstr ""
19488
19489 #: builtin/worktree.c:439 builtin/worktree.c:445
19490 #, c-format
19491 msgid "Preparing worktree (new branch '%s')"
19492 msgstr ""
19493
19494 #: builtin/worktree.c:441
19495 #, c-format
19496 msgid "Preparing worktree (resetting branch '%s'; was at %s)"
19497 msgstr ""
19498
19499 #: builtin/worktree.c:450
19500 #, c-format
19501 msgid "Preparing worktree (checking out '%s')"
19502 msgstr ""
19503
19504 #: builtin/worktree.c:456
19505 #, c-format
19506 msgid "Preparing worktree (detached HEAD %s)"
19507 msgstr ""
19508
19509 #: builtin/worktree.c:497
19510 msgid "checkout <branch> even if already checked out in other worktree"
19511 msgstr ""
19512
19513 #: builtin/worktree.c:500
19514 msgid "create a new branch"
19515 msgstr ""
19516
19517 #: builtin/worktree.c:502
19518 msgid "create or reset a branch"
19519 msgstr ""
19520
19521 #: builtin/worktree.c:504
19522 msgid "populate the new working tree"
19523 msgstr ""
19524
19525 #: builtin/worktree.c:505
19526 msgid "keep the new working tree locked"
19527 msgstr ""
19528
19529 #: builtin/worktree.c:508
19530 msgid "set up tracking mode (see git-branch(1))"
19531 msgstr ""
19532
19533 #: builtin/worktree.c:511
19534 msgid "try to match the new branch name with a remote-tracking branch"
19535 msgstr ""
19536
19537 #: builtin/worktree.c:519
19538 msgid "-b, -B, and --detach are mutually exclusive"
19539 msgstr ""
19540
19541 #: builtin/worktree.c:580
19542 msgid "--[no-]track can only be used if a new branch is created"
19543 msgstr ""
19544
19545 #: builtin/worktree.c:680
19546 msgid "reason for locking"
19547 msgstr ""
19548
19549 #: builtin/worktree.c:692 builtin/worktree.c:725 builtin/worktree.c:799
19550 #: builtin/worktree.c:926
19551 #, c-format
19552 msgid "'%s' is not a working tree"
19553 msgstr ""
19554
19555 #: builtin/worktree.c:694 builtin/worktree.c:727
19556 msgid "The main working tree cannot be locked or unlocked"
19557 msgstr ""
19558
19559 #: builtin/worktree.c:699
19560 #, c-format
19561 msgid "'%s' is already locked, reason: %s"
19562 msgstr ""
19563
19564 #: builtin/worktree.c:701
19565 #, c-format
19566 msgid "'%s' is already locked"
19567 msgstr ""
19568
19569 #: builtin/worktree.c:729
19570 #, c-format
19571 msgid "'%s' is not locked"
19572 msgstr ""
19573
19574 #: builtin/worktree.c:770
19575 msgid "working trees containing submodules cannot be moved or removed"
19576 msgstr ""
19577
19578 #: builtin/worktree.c:778
19579 msgid "force move even if worktree is dirty or locked"
19580 msgstr ""
19581
19582 #: builtin/worktree.c:801 builtin/worktree.c:928
19583 #, c-format
19584 msgid "'%s' is a main working tree"
19585 msgstr ""
19586
19587 #: builtin/worktree.c:806
19588 #, c-format
19589 msgid "could not figure out destination name from '%s'"
19590 msgstr ""
19591
19592 #: builtin/worktree.c:812
19593 #, c-format
19594 msgid "target '%s' already exists"
19595 msgstr ""
19596
19597 #: builtin/worktree.c:820
19598 #, c-format
19599 msgid ""
19600 "cannot move a locked working tree, lock reason: %s\n"
19601 "use 'move -f -f' to override or unlock first"
19602 msgstr ""
19603
19604 #: builtin/worktree.c:822
19605 msgid ""
19606 "cannot move a locked working tree;\n"
19607 "use 'move -f -f' to override or unlock first"
19608 msgstr ""
19609
19610 #: builtin/worktree.c:825
19611 #, c-format
19612 msgid "validation failed, cannot move working tree: %s"
19613 msgstr ""
19614
19615 #: builtin/worktree.c:830
19616 #, c-format
19617 msgid "failed to move '%s' to '%s'"
19618 msgstr ""
19619
19620 #: builtin/worktree.c:878
19621 #, c-format
19622 msgid "failed to run 'git status' on '%s'"
19623 msgstr ""
19624
19625 #: builtin/worktree.c:882
19626 #, c-format
19627 msgid "'%s' contains modified or untracked files, use --force to delete it"
19628 msgstr ""
19629
19630 #: builtin/worktree.c:887
19631 #, c-format
19632 msgid "failed to run 'git status' on '%s', code %d"
19633 msgstr ""
19634
19635 #: builtin/worktree.c:910
19636 msgid "force removal even if worktree is dirty or locked"
19637 msgstr ""
19638
19639 #: builtin/worktree.c:933
19640 #, c-format
19641 msgid ""
19642 "cannot remove a locked working tree, lock reason: %s\n"
19643 "use 'remove -f -f' to override or unlock first"
19644 msgstr ""
19645
19646 #: builtin/worktree.c:935
19647 msgid ""
19648 "cannot remove a locked working tree;\n"
19649 "use 'remove -f -f' to override or unlock first"
19650 msgstr ""
19651
19652 #: builtin/worktree.c:938
19653 #, c-format
19654 msgid "validation failed, cannot remove working tree: %s"
19655 msgstr ""
19656
19657 #: builtin/write-tree.c:15
19658 msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
19659 msgstr ""
19660
19661 #: builtin/write-tree.c:28
19662 msgid "<prefix>/"
19663 msgstr ""
19664
19665 #: builtin/write-tree.c:29
19666 msgid "write tree object for a subdirectory <prefix>"
19667 msgstr ""
19668
19669 #: builtin/write-tree.c:31
19670 msgid "only useful for debugging"
19671 msgstr ""
19672
19673 #: fast-import.c:3118
19674 #, c-format
19675 msgid "Expected 'mark' command, got %s"
19676 msgstr ""
19677
19678 #: fast-import.c:3123
19679 #, c-format
19680 msgid "Expected 'to' command, got %s"
19681 msgstr ""
19682
19683 #: credential-cache--daemon.c:223
19684 #, c-format
19685 msgid ""
19686 "The permissions on your socket directory are too loose; other\n"
19687 "users may be able to read your cached credentials. Consider running:\n"
19688 "\n"
19689 "\tchmod 0700 %s"
19690 msgstr ""
19691
19692 #: credential-cache--daemon.c:272
19693 msgid "print debugging messages to stderr"
19694 msgstr ""
19695
19696 #: t/helper/test-reach.c:152
19697 #, c-format
19698 msgid "commit %s is not marked reachable"
19699 msgstr ""
19700
19701 #: t/helper/test-reach.c:162
19702 msgid "too many commits marked reachable"
19703 msgstr ""
19704
19705 #: t/helper/test-serve-v2.c:7
19706 msgid "test-tool serve-v2 [<options>]"
19707 msgstr ""
19708
19709 #: t/helper/test-serve-v2.c:19
19710 msgid "exit immediately after advertising capabilities"
19711 msgstr ""
19712
19713 #: git.c:27
19714 msgid ""
19715 "git [--version] [--help] [-C <path>] [-c <name>=<value>]\n"
19716 " [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n"
19717 " [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--"
19718 "bare]\n"
19719 " [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]\n"
19720 " <command> [<args>]"
19721 msgstr ""
19722
19723 #: git.c:34
19724 msgid ""
19725 "'git help -a' and 'git help -g' list available subcommands and some\n"
19726 "concept guides. See 'git help <command>' or 'git help <concept>'\n"
19727 "to read about a specific subcommand or concept.\n"
19728 "See 'git help git' for an overview of the system."
19729 msgstr ""
19730
19731 #: git.c:186
19732 #, c-format
19733 msgid "no directory given for --git-dir\n"
19734 msgstr ""
19735
19736 #: git.c:200
19737 #, c-format
19738 msgid "no namespace given for --namespace\n"
19739 msgstr ""
19740
19741 #: git.c:214
19742 #, c-format
19743 msgid "no directory given for --work-tree\n"
19744 msgstr ""
19745
19746 #: git.c:228
19747 #, c-format
19748 msgid "no prefix given for --super-prefix\n"
19749 msgstr ""
19750
19751 #: git.c:250
19752 #, c-format
19753 msgid "-c expects a configuration string\n"
19754 msgstr ""
19755
19756 #: git.c:288
19757 #, c-format
19758 msgid "no directory given for -C\n"
19759 msgstr ""
19760
19761 #: git.c:314
19762 #, c-format
19763 msgid "unknown option: %s\n"
19764 msgstr ""
19765
19766 #: git.c:360
19767 #, c-format
19768 msgid "while expanding alias '%s': '%s'"
19769 msgstr ""
19770
19771 #: git.c:369
19772 #, c-format
19773 msgid ""
19774 "alias '%s' changes environment variables.\n"
19775 "You can use '!git' in the alias to do this"
19776 msgstr ""
19777
19778 #: git.c:376
19779 #, c-format
19780 msgid "empty alias for %s"
19781 msgstr ""
19782
19783 #: git.c:379
19784 #, c-format
19785 msgid "recursive alias: %s"
19786 msgstr ""
19787
19788 #: git.c:459
19789 msgid "write failure on standard output"
19790 msgstr ""
19791
19792 #: git.c:461
19793 msgid "unknown write failure on standard output"
19794 msgstr ""
19795
19796 #: git.c:463
19797 msgid "close failed on standard output"
19798 msgstr ""
19799
19800 #: git.c:792
19801 #, c-format
19802 msgid "alias loop detected: expansion of '%s' does not terminate:%s"
19803 msgstr ""
19804
19805 #: git.c:842
19806 #, c-format
19807 msgid "cannot handle %s as a builtin"
19808 msgstr ""
19809
19810 #: git.c:855
19811 #, c-format
19812 msgid ""
19813 "usage: %s\n"
19814 "\n"
19815 msgstr ""
19816
19817 #: git.c:875
19818 #, c-format
19819 msgid "expansion of alias '%s' failed; '%s' is not a git command\n"
19820 msgstr ""
19821
19822 #: git.c:887
19823 #, c-format
19824 msgid "failed to run command '%s': %s\n"
19825 msgstr ""
19826
19827 #: http.c:378
19828 #, c-format
19829 msgid "negative value for http.postbuffer; defaulting to %d"
19830 msgstr ""
19831
19832 #: http.c:399
19833 msgid "Delegation control is not supported with cURL < 7.22.0"
19834 msgstr ""
19835
19836 #: http.c:408
19837 msgid "Public key pinning not supported with cURL < 7.44.0"
19838 msgstr ""
19839
19840 #: http.c:878
19841 msgid "CURLSSLOPT_NO_REVOKE not supported with cURL < 7.44.0"
19842 msgstr ""
19843
19844 #: http.c:951
19845 msgid "Protocol restrictions not supported with cURL < 7.19.4"
19846 msgstr ""
19847
19848 #: http.c:1088
19849 #, c-format
19850 msgid "Unsupported SSL backend '%s'. Supported SSL backends:"
19851 msgstr ""
19852
19853 #: http.c:1095
19854 #, c-format
19855 msgid "Could not set SSL backend to '%s': cURL was built without SSL backends"
19856 msgstr ""
19857
19858 #: http.c:1099
19859 #, c-format
19860 msgid "Could not set SSL backend to '%s': already set"
19861 msgstr ""
19862
19863 #: http.c:1968
19864 #, c-format
19865 msgid ""
19866 "unable to update url base from redirection:\n"
19867 " asked for: %s\n"
19868 " redirect: %s"
19869 msgstr ""
19870
19871 #: remote-curl.c:166
19872 #, c-format
19873 msgid "invalid quoting in push-option value: '%s'"
19874 msgstr ""
19875
19876 #: remote-curl.c:263
19877 #, c-format
19878 msgid "%sinfo/refs not valid: is this a git repository?"
19879 msgstr ""
19880
19881 #: remote-curl.c:364
19882 msgid "invalid server response; expected service, got flush packet"
19883 msgstr ""
19884
19885 #: remote-curl.c:395
19886 #, c-format
19887 msgid "invalid server response; got '%s'"
19888 msgstr ""
19889
19890 #: remote-curl.c:455
19891 #, c-format
19892 msgid "repository '%s' not found"
19893 msgstr ""
19894
19895 #: remote-curl.c:459
19896 #, c-format
19897 msgid "Authentication failed for '%s'"
19898 msgstr ""
19899
19900 #: remote-curl.c:463
19901 #, c-format
19902 msgid "unable to access '%s': %s"
19903 msgstr ""
19904
19905 #: remote-curl.c:469
19906 #, c-format
19907 msgid "redirecting to %s"
19908 msgstr ""
19909
19910 #: remote-curl.c:593
19911 msgid "shouldn't have EOF when not gentle on EOF"
19912 msgstr ""
19913
19914 #: remote-curl.c:673
19915 msgid "unable to rewind rpc post data - try increasing http.postBuffer"
19916 msgstr ""
19917
19918 #: remote-curl.c:733
19919 #, c-format
19920 msgid "RPC failed; %s"
19921 msgstr ""
19922
19923 #: remote-curl.c:773
19924 msgid "cannot handle pushes this big"
19925 msgstr ""
19926
19927 #: remote-curl.c:888
19928 #, c-format
19929 msgid "cannot deflate request; zlib deflate error %d"
19930 msgstr ""
19931
19932 #: remote-curl.c:892
19933 #, c-format
19934 msgid "cannot deflate request; zlib end error %d"
19935 msgstr ""
19936
19937 #: remote-curl.c:1023
19938 msgid "dumb http transport does not support shallow capabilities"
19939 msgstr ""
19940
19941 #: remote-curl.c:1037
19942 msgid "fetch failed."
19943 msgstr ""
19944
19945 #: remote-curl.c:1085
19946 msgid "cannot fetch by sha1 over smart http"
19947 msgstr ""
19948
19949 #: remote-curl.c:1129 remote-curl.c:1135
19950 #, c-format
19951 msgid "protocol error: expected sha/ref, got '%s'"
19952 msgstr ""
19953
19954 #: remote-curl.c:1147 remote-curl.c:1261
19955 #, c-format
19956 msgid "http transport does not support %s"
19957 msgstr ""
19958
19959 #: remote-curl.c:1183
19960 msgid "git-http-push failed"
19961 msgstr ""
19962
19963 #: remote-curl.c:1367
19964 msgid "remote-curl: usage: git remote-curl <remote> [<url>]"
19965 msgstr ""
19966
19967 #: remote-curl.c:1399
19968 msgid "remote-curl: error reading command stream from git"
19969 msgstr ""
19970
19971 #: remote-curl.c:1406
19972 msgid "remote-curl: fetch attempted without a local repo"
19973 msgstr ""
19974
19975 #: remote-curl.c:1446
19976 #, c-format
19977 msgid "remote-curl: unknown command '%s' from git"
19978 msgstr ""
19979
19980 #: list-objects-filter-options.h:85
19981 msgid "args"
19982 msgstr ""
19983
19984 #: list-objects-filter-options.h:86
19985 msgid "object filtering"
19986 msgstr ""
19987
19988 #: parse-options.h:179
19989 msgid "expiry-date"
19990 msgstr ""
19991
19992 #: parse-options.h:193
19993 msgid "no-op (backward compatibility)"
19994 msgstr ""
19995
19996 #: parse-options.h:305
19997 msgid "be more verbose"
19998 msgstr ""
19999
20000 #: parse-options.h:307
20001 msgid "be more quiet"
20002 msgstr ""
20003
20004 #: parse-options.h:313
20005 msgid "use <n> digits to display SHA-1s"
20006 msgstr ""
20007
20008 #: parse-options.h:332
20009 msgid "how to strip spaces and #comments from message"
20010 msgstr ""
20011
20012 #: ref-filter.h:101
20013 msgid "key"
20014 msgstr ""
20015
20016 #: ref-filter.h:101
20017 msgid "field name to sort on"
20018 msgstr ""
20019
20020 #: rerere.h:44
20021 msgid "update the index with reused conflict resolution if possible"
20022 msgstr ""
20023
20024 #: wt-status.h:67
20025 msgid "HEAD detached at "
20026 msgstr ""
20027
20028 #: wt-status.h:68
20029 msgid "HEAD detached from "
20030 msgstr ""
20031
20032 #: command-list.h:50
20033 msgid "Add file contents to the index"
20034 msgstr ""
20035
20036 #: command-list.h:51
20037 msgid "Apply a series of patches from a mailbox"
20038 msgstr ""
20039
20040 #: command-list.h:52
20041 msgid "Annotate file lines with commit information"
20042 msgstr ""
20043
20044 #: command-list.h:53
20045 msgid "Apply a patch to files and/or to the index"
20046 msgstr ""
20047
20048 #: command-list.h:54
20049 msgid "Import a GNU Arch repository into Git"
20050 msgstr ""
20051
20052 #: command-list.h:55
20053 msgid "Create an archive of files from a named tree"
20054 msgstr ""
20055
20056 #: command-list.h:56
20057 msgid "Use binary search to find the commit that introduced a bug"
20058 msgstr ""
20059
20060 #: command-list.h:57
20061 msgid "Show what revision and author last modified each line of a file"
20062 msgstr ""
20063
20064 #: command-list.h:58
20065 msgid "List, create, or delete branches"
20066 msgstr ""
20067
20068 #: command-list.h:59
20069 msgid "Move objects and refs by archive"
20070 msgstr ""
20071
20072 #: command-list.h:60
20073 msgid "Provide content or type and size information for repository objects"
20074 msgstr ""
20075
20076 #: command-list.h:61
20077 msgid "Display gitattributes information"
20078 msgstr ""
20079
20080 #: command-list.h:62
20081 msgid "Debug gitignore / exclude files"
20082 msgstr ""
20083
20084 #: command-list.h:63
20085 msgid "Show canonical names and email addresses of contacts"
20086 msgstr ""
20087
20088 #: command-list.h:64
20089 msgid "Switch branches or restore working tree files"
20090 msgstr ""
20091
20092 #: command-list.h:65
20093 msgid "Copy files from the index to the working tree"
20094 msgstr ""
20095
20096 #: command-list.h:66
20097 msgid "Ensures that a reference name is well formed"
20098 msgstr ""
20099
20100 #: command-list.h:67
20101 msgid "Find commits yet to be applied to upstream"
20102 msgstr ""
20103
20104 #: command-list.h:68
20105 msgid "Apply the changes introduced by some existing commits"
20106 msgstr ""
20107
20108 #: command-list.h:69
20109 msgid "Graphical alternative to git-commit"
20110 msgstr ""
20111
20112 #: command-list.h:70
20113 msgid "Remove untracked files from the working tree"
20114 msgstr ""
20115
20116 #: command-list.h:71
20117 msgid "Clone a repository into a new directory"
20118 msgstr ""
20119
20120 #: command-list.h:72
20121 msgid "Display data in columns"
20122 msgstr ""
20123
20124 #: command-list.h:73
20125 msgid "Record changes to the repository"
20126 msgstr ""
20127
20128 #: command-list.h:74
20129 msgid "Write and verify Git commit-graph files"
20130 msgstr ""
20131
20132 #: command-list.h:75
20133 msgid "Create a new commit object"
20134 msgstr ""
20135
20136 #: command-list.h:76
20137 msgid "Get and set repository or global options"
20138 msgstr ""
20139
20140 #: command-list.h:77
20141 msgid "Count unpacked number of objects and their disk consumption"
20142 msgstr ""
20143
20144 #: command-list.h:78
20145 msgid "Retrieve and store user credentials"
20146 msgstr ""
20147
20148 #: command-list.h:79
20149 msgid "Helper to temporarily store passwords in memory"
20150 msgstr ""
20151
20152 #: command-list.h:80
20153 msgid "Helper to store credentials on disk"
20154 msgstr ""
20155
20156 #: command-list.h:81
20157 msgid "Export a single commit to a CVS checkout"
20158 msgstr ""
20159
20160 #: command-list.h:82
20161 msgid "Salvage your data out of another SCM people love to hate"
20162 msgstr ""
20163
20164 #: command-list.h:83
20165 msgid "A CVS server emulator for Git"
20166 msgstr ""
20167
20168 #: command-list.h:84
20169 msgid "A really simple server for Git repositories"
20170 msgstr ""
20171
20172 #: command-list.h:85
20173 msgid "Give an object a human readable name based on an available ref"
20174 msgstr ""
20175
20176 #: command-list.h:86
20177 msgid "Show changes between commits, commit and working tree, etc"
20178 msgstr ""
20179
20180 #: command-list.h:87
20181 msgid "Compares files in the working tree and the index"
20182 msgstr ""
20183
20184 #: command-list.h:88
20185 msgid "Compare a tree to the working tree or index"
20186 msgstr ""
20187
20188 #: command-list.h:89
20189 msgid "Compares the content and mode of blobs found via two tree objects"
20190 msgstr ""
20191
20192 #: command-list.h:90
20193 msgid "Show changes using common diff tools"
20194 msgstr ""
20195
20196 #: command-list.h:91
20197 msgid "Git data exporter"
20198 msgstr ""
20199
20200 #: command-list.h:92
20201 msgid "Backend for fast Git data importers"
20202 msgstr ""
20203
20204 #: command-list.h:93
20205 msgid "Download objects and refs from another repository"
20206 msgstr ""
20207
20208 #: command-list.h:94
20209 msgid "Receive missing objects from another repository"
20210 msgstr ""
20211
20212 #: command-list.h:95
20213 msgid "Rewrite branches"
20214 msgstr ""
20215
20216 #: command-list.h:96
20217 msgid "Produce a merge commit message"
20218 msgstr ""
20219
20220 #: command-list.h:97
20221 msgid "Output information on each ref"
20222 msgstr ""
20223
20224 #: command-list.h:98
20225 msgid "Prepare patches for e-mail submission"
20226 msgstr ""
20227
20228 #: command-list.h:99
20229 msgid "Verifies the connectivity and validity of the objects in the database"
20230 msgstr ""
20231
20232 #: command-list.h:100
20233 msgid "Cleanup unnecessary files and optimize the local repository"
20234 msgstr ""
20235
20236 #: command-list.h:101
20237 msgid "Extract commit ID from an archive created using git-archive"
20238 msgstr ""
20239
20240 #: command-list.h:102
20241 msgid "Print lines matching a pattern"
20242 msgstr ""
20243
20244 #: command-list.h:103
20245 msgid "A portable graphical interface to Git"
20246 msgstr ""
20247
20248 #: command-list.h:104
20249 msgid "Compute object ID and optionally creates a blob from a file"
20250 msgstr ""
20251
20252 #: command-list.h:105
20253 msgid "Display help information about Git"
20254 msgstr ""
20255
20256 #: command-list.h:106
20257 msgid "Server side implementation of Git over HTTP"
20258 msgstr ""
20259
20260 #: command-list.h:107
20261 msgid "Download from a remote Git repository via HTTP"
20262 msgstr ""
20263
20264 #: command-list.h:108
20265 msgid "Push objects over HTTP/DAV to another repository"
20266 msgstr ""
20267
20268 #: command-list.h:109
20269 msgid "Send a collection of patches from stdin to an IMAP folder"
20270 msgstr ""
20271
20272 #: command-list.h:110
20273 msgid "Build pack index file for an existing packed archive"
20274 msgstr ""
20275
20276 #: command-list.h:111
20277 msgid "Create an empty Git repository or reinitialize an existing one"
20278 msgstr ""
20279
20280 #: command-list.h:112
20281 msgid "Instantly browse your working repository in gitweb"
20282 msgstr ""
20283
20284 #: command-list.h:113
20285 msgid "Add or parse structured information in commit messages"
20286 msgstr ""
20287
20288 #: command-list.h:114
20289 msgid "The Git repository browser"
20290 msgstr ""
20291
20292 #: command-list.h:115
20293 msgid "Show commit logs"
20294 msgstr ""
20295
20296 #: command-list.h:116
20297 msgid "Show information about files in the index and the working tree"
20298 msgstr ""
20299
20300 #: command-list.h:117
20301 msgid "List references in a remote repository"
20302 msgstr ""
20303
20304 #: command-list.h:118
20305 msgid "List the contents of a tree object"
20306 msgstr ""
20307
20308 #: command-list.h:119
20309 msgid "Extracts patch and authorship from a single e-mail message"
20310 msgstr ""
20311
20312 #: command-list.h:120
20313 msgid "Simple UNIX mbox splitter program"
20314 msgstr ""
20315
20316 #: command-list.h:121
20317 msgid "Join two or more development histories together"
20318 msgstr ""
20319
20320 #: command-list.h:122
20321 msgid "Find as good common ancestors as possible for a merge"
20322 msgstr ""
20323
20324 #: command-list.h:123
20325 msgid "Run a three-way file merge"
20326 msgstr ""
20327
20328 #: command-list.h:124
20329 msgid "Run a merge for files needing merging"
20330 msgstr ""
20331
20332 #: command-list.h:125
20333 msgid "The standard helper program to use with git-merge-index"
20334 msgstr ""
20335
20336 #: command-list.h:126
20337 msgid "Run merge conflict resolution tools to resolve merge conflicts"
20338 msgstr ""
20339
20340 #: command-list.h:127
20341 msgid "Show three-way merge without touching index"
20342 msgstr ""
20343
20344 #: command-list.h:128
20345 msgid "Write and verify multi-pack-indexes"
20346 msgstr ""
20347
20348 #: command-list.h:129
20349 msgid "Creates a tag object"
20350 msgstr ""
20351
20352 #: command-list.h:130
20353 msgid "Build a tree-object from ls-tree formatted text"
20354 msgstr ""
20355
20356 #: command-list.h:131
20357 msgid "Move or rename a file, a directory, or a symlink"
20358 msgstr ""
20359
20360 #: command-list.h:132
20361 msgid "Find symbolic names for given revs"
20362 msgstr ""
20363
20364 #: command-list.h:133
20365 msgid "Add or inspect object notes"
20366 msgstr ""
20367
20368 #: command-list.h:134
20369 msgid "Import from and submit to Perforce repositories"
20370 msgstr ""
20371
20372 #: command-list.h:135
20373 msgid "Create a packed archive of objects"
20374 msgstr ""
20375
20376 #: command-list.h:136
20377 msgid "Find redundant pack files"
20378 msgstr ""
20379
20380 #: command-list.h:137
20381 msgid "Pack heads and tags for efficient repository access"
20382 msgstr ""
20383
20384 #: command-list.h:138
20385 msgid "Routines to help parsing remote repository access parameters"
20386 msgstr ""
20387
20388 #: command-list.h:139
20389 msgid "Compute unique ID for a patch"
20390 msgstr ""
20391
20392 #: command-list.h:140
20393 msgid "Prune all unreachable objects from the object database"
20394 msgstr ""
20395
20396 #: command-list.h:141
20397 msgid "Remove extra objects that are already in pack files"
20398 msgstr ""
20399
20400 #: command-list.h:142
20401 msgid "Fetch from and integrate with another repository or a local branch"
20402 msgstr ""
20403
20404 #: command-list.h:143
20405 msgid "Update remote refs along with associated objects"
20406 msgstr ""
20407
20408 #: command-list.h:144
20409 msgid "Applies a quilt patchset onto the current branch"
20410 msgstr ""
20411
20412 #: command-list.h:145
20413 msgid "Compare two commit ranges (e.g. two versions of a branch)"
20414 msgstr ""
20415
20416 #: command-list.h:146
20417 msgid "Reads tree information into the index"
20418 msgstr ""
20419
20420 #: command-list.h:147
20421 msgid "Reapply commits on top of another base tip"
20422 msgstr ""
20423
20424 #: command-list.h:148
20425 msgid "Receive what is pushed into the repository"
20426 msgstr ""
20427
20428 #: command-list.h:149
20429 msgid "Manage reflog information"
20430 msgstr ""
20431
20432 #: command-list.h:150
20433 msgid "Manage set of tracked repositories"
20434 msgstr ""
20435
20436 #: command-list.h:151
20437 msgid "Pack unpacked objects in a repository"
20438 msgstr ""
20439
20440 #: command-list.h:152
20441 msgid "Create, list, delete refs to replace objects"
20442 msgstr ""
20443
20444 #: command-list.h:153
20445 msgid "Generates a summary of pending changes"
20446 msgstr ""
20447
20448 #: command-list.h:154
20449 msgid "Reuse recorded resolution of conflicted merges"
20450 msgstr ""
20451
20452 #: command-list.h:155
20453 msgid "Reset current HEAD to the specified state"
20454 msgstr ""
20455
20456 #: command-list.h:156
20457 msgid "Restore working tree files"
20458 msgstr ""
20459
20460 #: command-list.h:157
20461 msgid "Revert some existing commits"
20462 msgstr ""
20463
20464 #: command-list.h:158
20465 msgid "Lists commit objects in reverse chronological order"
20466 msgstr ""
20467
20468 #: command-list.h:159
20469 msgid "Pick out and massage parameters"
20470 msgstr ""
20471
20472 #: command-list.h:160
20473 msgid "Remove files from the working tree and from the index"
20474 msgstr ""
20475
20476 #: command-list.h:161
20477 msgid "Send a collection of patches as emails"
20478 msgstr ""
20479
20480 #: command-list.h:162
20481 msgid "Push objects over Git protocol to another repository"
20482 msgstr ""
20483
20484 #: command-list.h:163
20485 msgid "Restricted login shell for Git-only SSH access"
20486 msgstr ""
20487
20488 #: command-list.h:164
20489 msgid "Summarize 'git log' output"
20490 msgstr ""
20491
20492 #: command-list.h:165
20493 msgid "Show various types of objects"
20494 msgstr ""
20495
20496 #: command-list.h:166
20497 msgid "Show branches and their commits"
20498 msgstr ""
20499
20500 #: command-list.h:167
20501 msgid "Show packed archive index"
20502 msgstr ""
20503
20504 #: command-list.h:168
20505 msgid "List references in a local repository"
20506 msgstr ""
20507
20508 #: command-list.h:169
20509 msgid "Git's i18n setup code for shell scripts"
20510 msgstr ""
20511
20512 #: command-list.h:170
20513 msgid "Common Git shell script setup code"
20514 msgstr ""
20515
20516 #: command-list.h:171
20517 msgid "Stash the changes in a dirty working directory away"
20518 msgstr ""
20519
20520 #: command-list.h:172
20521 msgid "Add file contents to the staging area"
20522 msgstr ""
20523
20524 #: command-list.h:173
20525 msgid "Show the working tree status"
20526 msgstr ""
20527
20528 #: command-list.h:174
20529 msgid "Remove unnecessary whitespace"
20530 msgstr ""
20531
20532 #: command-list.h:175
20533 msgid "Initialize, update or inspect submodules"
20534 msgstr ""
20535
20536 #: command-list.h:176
20537 msgid "Bidirectional operation between a Subversion repository and Git"
20538 msgstr ""
20539
20540 #: command-list.h:177
20541 msgid "Switch branches"
20542 msgstr ""
20543
20544 #: command-list.h:178
20545 msgid "Read, modify and delete symbolic refs"
20546 msgstr ""
20547
20548 #: command-list.h:179
20549 msgid "Create, list, delete or verify a tag object signed with GPG"
20550 msgstr ""
20551
20552 #: command-list.h:180
20553 msgid "Creates a temporary file with a blob's contents"
20554 msgstr ""
20555
20556 #: command-list.h:181
20557 msgid "Unpack objects from a packed archive"
20558 msgstr ""
20559
20560 #: command-list.h:182
20561 msgid "Register file contents in the working tree to the index"
20562 msgstr ""
20563
20564 #: command-list.h:183
20565 msgid "Update the object name stored in a ref safely"
20566 msgstr ""
20567
20568 #: command-list.h:184
20569 msgid "Update auxiliary info file to help dumb servers"
20570 msgstr ""
20571
20572 #: command-list.h:185
20573 msgid "Send archive back to git-archive"
20574 msgstr ""
20575
20576 #: command-list.h:186
20577 msgid "Send objects packed back to git-fetch-pack"
20578 msgstr ""
20579
20580 #: command-list.h:187
20581 msgid "Show a Git logical variable"
20582 msgstr ""
20583
20584 #: command-list.h:188
20585 msgid "Check the GPG signature of commits"
20586 msgstr ""
20587
20588 #: command-list.h:189
20589 msgid "Validate packed Git archive files"
20590 msgstr ""
20591
20592 #: command-list.h:190
20593 msgid "Check the GPG signature of tags"
20594 msgstr ""
20595
20596 #: command-list.h:191
20597 msgid "Git web interface (web frontend to Git repositories)"
20598 msgstr ""
20599
20600 #: command-list.h:192
20601 msgid "Show logs with difference each commit introduces"
20602 msgstr ""
20603
20604 #: command-list.h:193
20605 msgid "Manage multiple working trees"
20606 msgstr ""
20607
20608 #: command-list.h:194
20609 msgid "Create a tree object from the current index"
20610 msgstr ""
20611
20612 #: command-list.h:195
20613 msgid "Defining attributes per path"
20614 msgstr ""
20615
20616 #: command-list.h:196
20617 msgid "Git command-line interface and conventions"
20618 msgstr ""
20619
20620 #: command-list.h:197
20621 msgid "A Git core tutorial for developers"
20622 msgstr ""
20623
20624 #: command-list.h:198
20625 msgid "Git for CVS users"
20626 msgstr ""
20627
20628 #: command-list.h:199
20629 msgid "Tweaking diff output"
20630 msgstr ""
20631
20632 #: command-list.h:200
20633 msgid "A useful minimum set of commands for Everyday Git"
20634 msgstr ""
20635
20636 #: command-list.h:201
20637 msgid "A Git Glossary"
20638 msgstr ""
20639
20640 #: command-list.h:202
20641 msgid "Hooks used by Git"
20642 msgstr ""
20643
20644 #: command-list.h:203
20645 msgid "Specifies intentionally untracked files to ignore"
20646 msgstr ""
20647
20648 #: command-list.h:204
20649 msgid "Defining submodule properties"
20650 msgstr ""
20651
20652 #: command-list.h:205
20653 msgid "Git namespaces"
20654 msgstr ""
20655
20656 #: command-list.h:206
20657 msgid "Git Repository Layout"
20658 msgstr ""
20659
20660 #: command-list.h:207
20661 msgid "Specifying revisions and ranges for Git"
20662 msgstr ""
20663
20664 #: command-list.h:208
20665 msgid "A tutorial introduction to Git: part two"
20666 msgstr ""
20667
20668 #: command-list.h:209
20669 msgid "A tutorial introduction to Git"
20670 msgstr ""
20671
20672 #: command-list.h:210
20673 msgid "An overview of recommended workflows with Git"
20674 msgstr ""
20675
20676 #: git-bisect.sh:54
20677 msgid "You need to start by \"git bisect start\""
20678 msgstr ""
20679
20680 #. TRANSLATORS: Make sure to include [Y] and [n] in your
20681 #. translation. The program will only accept English input
20682 #. at this point.
20683 #: git-bisect.sh:60
20684 msgid "Do you want me to do it for you [Y/n]? "
20685 msgstr ""
20686
20687 #: git-bisect.sh:101
20688 #, sh-format
20689 msgid "Bad rev input: $arg"
20690 msgstr ""
20691
20692 #: git-bisect.sh:121
20693 #, sh-format
20694 msgid "Bad rev input: $bisected_head"
20695 msgstr ""
20696
20697 #: git-bisect.sh:130
20698 #, sh-format
20699 msgid "Bad rev input: $rev"
20700 msgstr ""
20701
20702 #: git-bisect.sh:139
20703 #, sh-format
20704 msgid "'git bisect $TERM_BAD' can take only one argument."
20705 msgstr ""
20706
20707 #: git-bisect.sh:209
20708 msgid "No logfile given"
20709 msgstr ""
20710
20711 #: git-bisect.sh:210
20712 #, sh-format
20713 msgid "cannot read $file for replaying"
20714 msgstr ""
20715
20716 #: git-bisect.sh:232
20717 msgid "?? what are you talking about?"
20718 msgstr ""
20719
20720 #: git-bisect.sh:241
20721 msgid "bisect run failed: no command provided."
20722 msgstr ""
20723
20724 #: git-bisect.sh:246
20725 #, sh-format
20726 msgid "running $command"
20727 msgstr ""
20728
20729 #: git-bisect.sh:253
20730 #, sh-format
20731 msgid ""
20732 "bisect run failed:\n"
20733 "exit code $res from '$command' is < 0 or >= 128"
20734 msgstr ""
20735
20736 #: git-bisect.sh:279
20737 msgid "bisect run cannot continue any more"
20738 msgstr ""
20739
20740 #: git-bisect.sh:285
20741 #, sh-format
20742 msgid ""
20743 "bisect run failed:\n"
20744 "'bisect_state $state' exited with error code $res"
20745 msgstr ""
20746
20747 #: git-bisect.sh:292
20748 msgid "bisect run success"
20749 msgstr ""
20750
20751 #: git-bisect.sh:300
20752 msgid "We are not bisecting."
20753 msgstr ""
20754
20755 #: git-merge-octopus.sh:46
20756 msgid ""
20757 "Error: Your local changes to the following files would be overwritten by "
20758 "merge"
20759 msgstr ""
20760
20761 #: git-merge-octopus.sh:61
20762 msgid "Automated merge did not work."
20763 msgstr ""
20764
20765 #: git-merge-octopus.sh:62
20766 msgid "Should not be doing an octopus."
20767 msgstr ""
20768
20769 #: git-merge-octopus.sh:73
20770 #, sh-format
20771 msgid "Unable to find common commit with $pretty_name"
20772 msgstr ""
20773
20774 #: git-merge-octopus.sh:77
20775 #, sh-format
20776 msgid "Already up to date with $pretty_name"
20777 msgstr ""
20778
20779 #: git-merge-octopus.sh:89
20780 #, sh-format
20781 msgid "Fast-forwarding to: $pretty_name"
20782 msgstr ""
20783
20784 #: git-merge-octopus.sh:97
20785 #, sh-format
20786 msgid "Trying simple merge with $pretty_name"
20787 msgstr ""
20788
20789 #: git-merge-octopus.sh:102
20790 msgid "Simple merge did not work, trying automatic merge."
20791 msgstr ""
20792
20793 #: git-legacy-stash.sh:220
20794 msgid "Cannot remove temporary index (can't happen)"
20795 msgstr ""
20796
20797 #: git-legacy-stash.sh:271
20798 #, sh-format
20799 msgid "Cannot update $ref_stash with $w_commit"
20800 msgstr ""
20801
20802 #: git-legacy-stash.sh:323
20803 #, sh-format
20804 msgid "error: unknown option for 'stash push': $option"
20805 msgstr ""
20806
20807 #: git-legacy-stash.sh:355
20808 #, sh-format
20809 msgid "Saved working directory and index state $stash_msg"
20810 msgstr ""
20811
20812 #: git-legacy-stash.sh:535
20813 #, sh-format
20814 msgid "unknown option: $opt"
20815 msgstr ""
20816
20817 #: git-legacy-stash.sh:555
20818 #, sh-format
20819 msgid "Too many revisions specified: $REV"
20820 msgstr ""
20821
20822 #: git-legacy-stash.sh:570
20823 #, sh-format
20824 msgid "$reference is not a valid reference"
20825 msgstr ""
20826
20827 #: git-legacy-stash.sh:598
20828 #, sh-format
20829 msgid "'$args' is not a stash-like commit"
20830 msgstr ""
20831
20832 #: git-legacy-stash.sh:609
20833 #, sh-format
20834 msgid "'$args' is not a stash reference"
20835 msgstr ""
20836
20837 #: git-legacy-stash.sh:617
20838 msgid "unable to refresh index"
20839 msgstr ""
20840
20841 #: git-legacy-stash.sh:621
20842 msgid "Cannot apply a stash in the middle of a merge"
20843 msgstr ""
20844
20845 #: git-legacy-stash.sh:629
20846 msgid "Conflicts in index. Try without --index."
20847 msgstr ""
20848
20849 #: git-legacy-stash.sh:631
20850 msgid "Could not save index tree"
20851 msgstr ""
20852
20853 #: git-legacy-stash.sh:640
20854 msgid "Could not restore untracked files from stash entry"
20855 msgstr ""
20856
20857 #: git-legacy-stash.sh:665
20858 msgid "Cannot unstage modified files"
20859 msgstr ""
20860
20861 #: git-legacy-stash.sh:703
20862 #, sh-format
20863 msgid "Dropped ${REV} ($s)"
20864 msgstr ""
20865
20866 #: git-legacy-stash.sh:704
20867 #, sh-format
20868 msgid "${REV}: Could not drop stash entry"
20869 msgstr ""
20870
20871 #: git-legacy-stash.sh:791
20872 msgid "(To restore them type \"git stash apply\")"
20873 msgstr ""
20874
20875 #: git-submodule.sh:200
20876 msgid "Relative path can only be used from the toplevel of the working tree"
20877 msgstr ""
20878
20879 #: git-submodule.sh:210
20880 #, sh-format
20881 msgid "repo URL: '$repo' must be absolute or begin with ./|../"
20882 msgstr ""
20883
20884 #: git-submodule.sh:229
20885 #, sh-format
20886 msgid "'$sm_path' already exists in the index"
20887 msgstr ""
20888
20889 #: git-submodule.sh:232
20890 #, sh-format
20891 msgid "'$sm_path' already exists in the index and is not a submodule"
20892 msgstr ""
20893
20894 #: git-submodule.sh:239
20895 #, sh-format
20896 msgid "'$sm_path' does not have a commit checked out"
20897 msgstr ""
20898
20899 #: git-submodule.sh:245
20900 #, sh-format
20901 msgid ""
20902 "The following path is ignored by one of your .gitignore files:\n"
20903 "$sm_path\n"
20904 "Use -f if you really want to add it."
20905 msgstr ""
20906
20907 #: git-submodule.sh:268
20908 #, sh-format
20909 msgid "Adding existing repo at '$sm_path' to the index"
20910 msgstr ""
20911
20912 #: git-submodule.sh:270
20913 #, sh-format
20914 msgid "'$sm_path' already exists and is not a valid git repo"
20915 msgstr ""
20916
20917 #: git-submodule.sh:278
20918 #, sh-format
20919 msgid "A git directory for '$sm_name' is found locally with remote(s):"
20920 msgstr ""
20921
20922 #: git-submodule.sh:280
20923 #, sh-format
20924 msgid ""
20925 "If you want to reuse this local git directory instead of cloning again from\n"
20926 " $realrepo\n"
20927 "use the '--force' option. If the local git directory is not the correct "
20928 "repo\n"
20929 "or you are unsure what this means choose another name with the '--name' "
20930 "option."
20931 msgstr ""
20932
20933 #: git-submodule.sh:286
20934 #, sh-format
20935 msgid "Reactivating local git directory for submodule '$sm_name'."
20936 msgstr ""
20937
20938 #: git-submodule.sh:298
20939 #, sh-format
20940 msgid "Unable to checkout submodule '$sm_path'"
20941 msgstr ""
20942
20943 #: git-submodule.sh:303
20944 #, sh-format
20945 msgid "Failed to add submodule '$sm_path'"
20946 msgstr ""
20947
20948 #: git-submodule.sh:312
20949 #, sh-format
20950 msgid "Failed to register submodule '$sm_path'"
20951 msgstr ""
20952
20953 #: git-submodule.sh:573
20954 #, sh-format
20955 msgid "Unable to find current revision in submodule path '$displaypath'"
20956 msgstr ""
20957
20958 #: git-submodule.sh:583
20959 #, sh-format
20960 msgid "Unable to fetch in submodule path '$sm_path'"
20961 msgstr ""
20962
20963 #: git-submodule.sh:588
20964 #, sh-format
20965 msgid ""
20966 "Unable to find current ${remote_name}/${branch} revision in submodule path "
20967 "'$sm_path'"
20968 msgstr ""
20969
20970 #: git-submodule.sh:606
20971 #, sh-format
20972 msgid ""
20973 "Unable to fetch in submodule path '$displaypath'; trying to directly fetch "
20974 "$sha1:"
20975 msgstr ""
20976
20977 #: git-submodule.sh:612
20978 #, sh-format
20979 msgid ""
20980 "Fetched in submodule path '$displaypath', but it did not contain $sha1. "
20981 "Direct fetching of that commit failed."
20982 msgstr ""
20983
20984 #: git-submodule.sh:619
20985 #, sh-format
20986 msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
20987 msgstr ""
20988
20989 #: git-submodule.sh:620
20990 #, sh-format
20991 msgid "Submodule path '$displaypath': checked out '$sha1'"
20992 msgstr ""
20993
20994 #: git-submodule.sh:624
20995 #, sh-format
20996 msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
20997 msgstr ""
20998
20999 #: git-submodule.sh:625
21000 #, sh-format
21001 msgid "Submodule path '$displaypath': rebased into '$sha1'"
21002 msgstr ""
21003
21004 #: git-submodule.sh:630
21005 #, sh-format
21006 msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
21007 msgstr ""
21008
21009 #: git-submodule.sh:631
21010 #, sh-format
21011 msgid "Submodule path '$displaypath': merged in '$sha1'"
21012 msgstr ""
21013
21014 #: git-submodule.sh:636
21015 #, sh-format
21016 msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
21017 msgstr ""
21018
21019 #: git-submodule.sh:637
21020 #, sh-format
21021 msgid "Submodule path '$displaypath': '$command $sha1'"
21022 msgstr ""
21023
21024 #: git-submodule.sh:668
21025 #, sh-format
21026 msgid "Failed to recurse into submodule path '$displaypath'"
21027 msgstr ""
21028
21029 #: git-submodule.sh:830
21030 msgid "The --cached option cannot be used with the --files option"
21031 msgstr ""
21032
21033 #: git-submodule.sh:882
21034 #, sh-format
21035 msgid "unexpected mode $mod_dst"
21036 msgstr ""
21037
21038 #: git-submodule.sh:902
21039 #, sh-format
21040 msgid " Warn: $display_name doesn't contain commit $sha1_src"
21041 msgstr ""
21042
21043 #: git-submodule.sh:905
21044 #, sh-format
21045 msgid " Warn: $display_name doesn't contain commit $sha1_dst"
21046 msgstr ""
21047
21048 #: git-submodule.sh:908
21049 #, sh-format
21050 msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
21051 msgstr ""
21052
21053 #: git-parse-remote.sh:89
21054 #, sh-format
21055 msgid "See git-${cmd}(1) for details."
21056 msgstr ""
21057
21058 #: git-rebase--preserve-merges.sh:109
21059 msgid "Applied autostash."
21060 msgstr ""
21061
21062 #: git-rebase--preserve-merges.sh:112
21063 #, sh-format
21064 msgid "Cannot store $stash_sha1"
21065 msgstr ""
21066
21067 #: git-rebase--preserve-merges.sh:191
21068 #, sh-format
21069 msgid "Rebasing ($new_count/$total)"
21070 msgstr ""
21071
21072 #: git-rebase--preserve-merges.sh:207
21073 msgid ""
21074 "\n"
21075 "Commands:\n"
21076 "p, pick <commit> = use commit\n"
21077 "r, reword <commit> = use commit, but edit the commit message\n"
21078 "e, edit <commit> = use commit, but stop for amending\n"
21079 "s, squash <commit> = use commit, but meld into previous commit\n"
21080 "f, fixup <commit> = like \"squash\", but discard this commit's log message\n"
21081 "x, exec <commit> = run command (the rest of the line) using shell\n"
21082 "d, drop <commit> = remove commit\n"
21083 "l, label <label> = label current HEAD with a name\n"
21084 "t, reset <label> = reset HEAD to a label\n"
21085 "m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
21086 ". create a merge commit using the original merge commit's\n"
21087 ". message (or the oneline, if no original merge commit was\n"
21088 ". specified). Use -c <commit> to reword the commit message.\n"
21089 "\n"
21090 "These lines can be re-ordered; they are executed from top to bottom.\n"
21091 msgstr ""
21092
21093 #: git-rebase--preserve-merges.sh:270
21094 #, sh-format
21095 msgid ""
21096 "You can amend the commit now, with\n"
21097 "\n"
21098 "\tgit commit --amend $gpg_sign_opt_quoted\n"
21099 "\n"
21100 "Once you are satisfied with your changes, run\n"
21101 "\n"
21102 "\tgit rebase --continue"
21103 msgstr ""
21104
21105 #: git-rebase--preserve-merges.sh:295
21106 #, sh-format
21107 msgid "$sha1: not a commit that can be picked"
21108 msgstr ""
21109
21110 #: git-rebase--preserve-merges.sh:334
21111 #, sh-format
21112 msgid "Invalid commit name: $sha1"
21113 msgstr ""
21114
21115 #: git-rebase--preserve-merges.sh:364
21116 msgid "Cannot write current commit's replacement sha1"
21117 msgstr ""
21118
21119 #: git-rebase--preserve-merges.sh:415
21120 #, sh-format
21121 msgid "Fast-forward to $sha1"
21122 msgstr ""
21123
21124 #: git-rebase--preserve-merges.sh:417
21125 #, sh-format
21126 msgid "Cannot fast-forward to $sha1"
21127 msgstr ""
21128
21129 #: git-rebase--preserve-merges.sh:426
21130 #, sh-format
21131 msgid "Cannot move HEAD to $first_parent"
21132 msgstr ""
21133
21134 #: git-rebase--preserve-merges.sh:431
21135 #, sh-format
21136 msgid "Refusing to squash a merge: $sha1"
21137 msgstr ""
21138
21139 #: git-rebase--preserve-merges.sh:449
21140 #, sh-format
21141 msgid "Error redoing merge $sha1"
21142 msgstr ""
21143
21144 #: git-rebase--preserve-merges.sh:458
21145 #, sh-format
21146 msgid "Could not pick $sha1"
21147 msgstr ""
21148
21149 #: git-rebase--preserve-merges.sh:467
21150 #, sh-format
21151 msgid "This is the commit message #${n}:"
21152 msgstr ""
21153
21154 #: git-rebase--preserve-merges.sh:472
21155 #, sh-format
21156 msgid "The commit message #${n} will be skipped:"
21157 msgstr ""
21158
21159 #: git-rebase--preserve-merges.sh:483
21160 #, sh-format
21161 msgid "This is a combination of $count commit."
21162 msgid_plural "This is a combination of $count commits."
21163 msgstr[0] ""
21164 msgstr[1] ""
21165
21166 #: git-rebase--preserve-merges.sh:492
21167 #, sh-format
21168 msgid "Cannot write $fixup_msg"
21169 msgstr ""
21170
21171 #: git-rebase--preserve-merges.sh:495
21172 msgid "This is a combination of 2 commits."
21173 msgstr ""
21174
21175 #: git-rebase--preserve-merges.sh:536 git-rebase--preserve-merges.sh:579
21176 #: git-rebase--preserve-merges.sh:582
21177 #, sh-format
21178 msgid "Could not apply $sha1... $rest"
21179 msgstr ""
21180
21181 #: git-rebase--preserve-merges.sh:611
21182 #, sh-format
21183 msgid ""
21184 "Could not amend commit after successfully picking $sha1... $rest\n"
21185 "This is most likely due to an empty commit message, or the pre-commit hook\n"
21186 "failed. If the pre-commit hook failed, you may need to resolve the issue "
21187 "before\n"
21188 "you are able to reword the commit."
21189 msgstr ""
21190
21191 #: git-rebase--preserve-merges.sh:626
21192 #, sh-format
21193 msgid "Stopped at $sha1_abbrev... $rest"
21194 msgstr ""
21195
21196 #: git-rebase--preserve-merges.sh:641
21197 #, sh-format
21198 msgid "Cannot '$squash_style' without a previous commit"
21199 msgstr ""
21200
21201 #: git-rebase--preserve-merges.sh:683
21202 #, sh-format
21203 msgid "Executing: $rest"
21204 msgstr ""
21205
21206 #: git-rebase--preserve-merges.sh:691
21207 #, sh-format
21208 msgid "Execution failed: $rest"
21209 msgstr ""
21210
21211 #: git-rebase--preserve-merges.sh:693
21212 msgid "and made changes to the index and/or the working tree"
21213 msgstr ""
21214
21215 #: git-rebase--preserve-merges.sh:695
21216 msgid ""
21217 "You can fix the problem, and then run\n"
21218 "\n"
21219 "\tgit rebase --continue"
21220 msgstr ""
21221
21222 #. TRANSLATORS: after these lines is a command to be issued by the user
21223 #: git-rebase--preserve-merges.sh:708
21224 #, sh-format
21225 msgid ""
21226 "Execution succeeded: $rest\n"
21227 "but left changes to the index and/or the working tree\n"
21228 "Commit or stash your changes, and then run\n"
21229 "\n"
21230 "\tgit rebase --continue"
21231 msgstr ""
21232
21233 #: git-rebase--preserve-merges.sh:719
21234 #, sh-format
21235 msgid "Unknown command: $command $sha1 $rest"
21236 msgstr ""
21237
21238 #: git-rebase--preserve-merges.sh:720
21239 msgid "Please fix this using 'git rebase --edit-todo'."
21240 msgstr ""
21241
21242 #: git-rebase--preserve-merges.sh:755
21243 #, sh-format
21244 msgid "Successfully rebased and updated $head_name."
21245 msgstr ""
21246
21247 #: git-rebase--preserve-merges.sh:812
21248 msgid "Could not remove CHERRY_PICK_HEAD"
21249 msgstr ""
21250
21251 #: git-rebase--preserve-merges.sh:817
21252 #, sh-format
21253 msgid ""
21254 "You have staged changes in your working tree.\n"
21255 "If these changes are meant to be\n"
21256 "squashed into the previous commit, run:\n"
21257 "\n"
21258 " git commit --amend $gpg_sign_opt_quoted\n"
21259 "\n"
21260 "If they are meant to go into a new commit, run:\n"
21261 "\n"
21262 " git commit $gpg_sign_opt_quoted\n"
21263 "\n"
21264 "In both cases, once you're done, continue with:\n"
21265 "\n"
21266 " git rebase --continue\n"
21267 msgstr ""
21268
21269 #: git-rebase--preserve-merges.sh:834
21270 msgid "Error trying to find the author identity to amend commit"
21271 msgstr ""
21272
21273 #: git-rebase--preserve-merges.sh:839
21274 msgid ""
21275 "You have uncommitted changes in your working tree. Please commit them\n"
21276 "first and then run 'git rebase --continue' again."
21277 msgstr ""
21278
21279 #: git-rebase--preserve-merges.sh:844 git-rebase--preserve-merges.sh:848
21280 msgid "Could not commit staged changes."
21281 msgstr ""
21282
21283 #: git-rebase--preserve-merges.sh:879 git-rebase--preserve-merges.sh:965
21284 msgid "Could not execute editor"
21285 msgstr ""
21286
21287 #: git-rebase--preserve-merges.sh:900
21288 #, sh-format
21289 msgid "Could not checkout $switch_to"
21290 msgstr ""
21291
21292 #: git-rebase--preserve-merges.sh:907
21293 msgid "No HEAD?"
21294 msgstr ""
21295
21296 #: git-rebase--preserve-merges.sh:908
21297 #, sh-format
21298 msgid "Could not create temporary $state_dir"
21299 msgstr ""
21300
21301 #: git-rebase--preserve-merges.sh:911
21302 msgid "Could not mark as interactive"
21303 msgstr ""
21304
21305 #: git-rebase--preserve-merges.sh:943
21306 #, sh-format
21307 msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
21308 msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
21309 msgstr[0] ""
21310 msgstr[1] ""
21311
21312 #: git-rebase--preserve-merges.sh:997 git-rebase--preserve-merges.sh:1002
21313 msgid "Could not init rewritten commits"
21314 msgstr ""
21315
21316 #: git-sh-setup.sh:89 git-sh-setup.sh:94
21317 #, sh-format
21318 msgid "usage: $dashless $USAGE"
21319 msgstr ""
21320
21321 #: git-sh-setup.sh:191
21322 #, sh-format
21323 msgid "Cannot chdir to $cdup, the toplevel of the working tree"
21324 msgstr ""
21325
21326 #: git-sh-setup.sh:200 git-sh-setup.sh:207
21327 #, sh-format
21328 msgid "fatal: $program_name cannot be used without a working tree."
21329 msgstr ""
21330
21331 #: git-sh-setup.sh:221
21332 msgid "Cannot rebase: You have unstaged changes."
21333 msgstr ""
21334
21335 #: git-sh-setup.sh:224
21336 msgid "Cannot rewrite branches: You have unstaged changes."
21337 msgstr ""
21338
21339 #: git-sh-setup.sh:227
21340 msgid "Cannot pull with rebase: You have unstaged changes."
21341 msgstr ""
21342
21343 #: git-sh-setup.sh:230
21344 #, sh-format
21345 msgid "Cannot $action: You have unstaged changes."
21346 msgstr ""
21347
21348 #: git-sh-setup.sh:243
21349 msgid "Cannot rebase: Your index contains uncommitted changes."
21350 msgstr ""
21351
21352 #: git-sh-setup.sh:246
21353 msgid "Cannot pull with rebase: Your index contains uncommitted changes."
21354 msgstr ""
21355
21356 #: git-sh-setup.sh:249
21357 #, sh-format
21358 msgid "Cannot $action: Your index contains uncommitted changes."
21359 msgstr ""
21360
21361 #: git-sh-setup.sh:253
21362 msgid "Additionally, your index contains uncommitted changes."
21363 msgstr ""
21364
21365 #: git-sh-setup.sh:373
21366 msgid "You need to run this command from the toplevel of the working tree."
21367 msgstr ""
21368
21369 #: git-sh-setup.sh:378
21370 msgid "Unable to determine absolute path of git directory"
21371 msgstr ""
21372
21373 #. TRANSLATORS: you can adjust this to align "git add -i" status menu
21374 #: git-add--interactive.perl:210
21375 #, perl-format
21376 msgid "%12s %12s %s"
21377 msgstr ""
21378
21379 #: git-add--interactive.perl:211
21380 msgid "staged"
21381 msgstr ""
21382
21383 #: git-add--interactive.perl:211
21384 msgid "unstaged"
21385 msgstr ""
21386
21387 #: git-add--interactive.perl:267 git-add--interactive.perl:292
21388 msgid "binary"
21389 msgstr ""
21390
21391 #: git-add--interactive.perl:276 git-add--interactive.perl:330
21392 msgid "nothing"
21393 msgstr ""
21394
21395 #: git-add--interactive.perl:312 git-add--interactive.perl:327
21396 msgid "unchanged"
21397 msgstr ""
21398
21399 #: git-add--interactive.perl:623
21400 #, perl-format
21401 msgid "added %d path\n"
21402 msgid_plural "added %d paths\n"
21403 msgstr[0] ""
21404 msgstr[1] ""
21405
21406 #: git-add--interactive.perl:626
21407 #, perl-format
21408 msgid "updated %d path\n"
21409 msgid_plural "updated %d paths\n"
21410 msgstr[0] ""
21411 msgstr[1] ""
21412
21413 #: git-add--interactive.perl:629
21414 #, perl-format
21415 msgid "reverted %d path\n"
21416 msgid_plural "reverted %d paths\n"
21417 msgstr[0] ""
21418 msgstr[1] ""
21419
21420 #: git-add--interactive.perl:632
21421 #, perl-format
21422 msgid "touched %d path\n"
21423 msgid_plural "touched %d paths\n"
21424 msgstr[0] ""
21425 msgstr[1] ""
21426
21427 #: git-add--interactive.perl:641
21428 msgid "Update"
21429 msgstr ""
21430
21431 #: git-add--interactive.perl:653
21432 msgid "Revert"
21433 msgstr ""
21434
21435 #: git-add--interactive.perl:676
21436 #, perl-format
21437 msgid "note: %s is untracked now.\n"
21438 msgstr ""
21439
21440 #: git-add--interactive.perl:687
21441 msgid "Add untracked"
21442 msgstr ""
21443
21444 #: git-add--interactive.perl:693
21445 msgid "No untracked files.\n"
21446 msgstr ""
21447
21448 #: git-add--interactive.perl:1051
21449 msgid ""
21450 "If the patch applies cleanly, the edited hunk will immediately be\n"
21451 "marked for staging."
21452 msgstr ""
21453
21454 #: git-add--interactive.perl:1054
21455 msgid ""
21456 "If the patch applies cleanly, the edited hunk will immediately be\n"
21457 "marked for stashing."
21458 msgstr ""
21459
21460 #: git-add--interactive.perl:1057
21461 msgid ""
21462 "If the patch applies cleanly, the edited hunk will immediately be\n"
21463 "marked for unstaging."
21464 msgstr ""
21465
21466 #: git-add--interactive.perl:1060 git-add--interactive.perl:1069
21467 #: git-add--interactive.perl:1075
21468 msgid ""
21469 "If the patch applies cleanly, the edited hunk will immediately be\n"
21470 "marked for applying."
21471 msgstr ""
21472
21473 #: git-add--interactive.perl:1063 git-add--interactive.perl:1066
21474 #: git-add--interactive.perl:1072
21475 msgid ""
21476 "If the patch applies cleanly, the edited hunk will immediately be\n"
21477 "marked for discarding."
21478 msgstr ""
21479
21480 #: git-add--interactive.perl:1109
21481 #, perl-format
21482 msgid "failed to open hunk edit file for writing: %s"
21483 msgstr ""
21484
21485 #: git-add--interactive.perl:1110
21486 msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
21487 msgstr ""
21488
21489 #: git-add--interactive.perl:1116
21490 #, perl-format
21491 msgid ""
21492 "---\n"
21493 "To remove '%s' lines, make them ' ' lines (context).\n"
21494 "To remove '%s' lines, delete them.\n"
21495 "Lines starting with %s will be removed.\n"
21496 msgstr ""
21497
21498 #. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
21499 #: git-add--interactive.perl:1124
21500 msgid ""
21501 "If it does not apply cleanly, you will be given an opportunity to\n"
21502 "edit again. If all lines of the hunk are removed, then the edit is\n"
21503 "aborted and the hunk is left unchanged.\n"
21504 msgstr ""
21505
21506 #: git-add--interactive.perl:1138
21507 #, perl-format
21508 msgid "failed to open hunk edit file for reading: %s"
21509 msgstr ""
21510
21511 #. TRANSLATORS: do not translate [y/n]
21512 #. The program will only accept that input
21513 #. at this point.
21514 #. Consider translating (saying "no" discards!) as
21515 #. (saying "n" for "no" discards!) if the translation
21516 #. of the word "no" does not start with n.
21517 #: git-add--interactive.perl:1237
21518 msgid ""
21519 "Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
21520 msgstr ""
21521
21522 #: git-add--interactive.perl:1246
21523 msgid ""
21524 "y - stage this hunk\n"
21525 "n - do not stage this hunk\n"
21526 "q - quit; do not stage this hunk or any of the remaining ones\n"
21527 "a - stage this hunk and all later hunks in the file\n"
21528 "d - do not stage this hunk or any of the later hunks in the file"
21529 msgstr ""
21530
21531 #: git-add--interactive.perl:1252
21532 msgid ""
21533 "y - stash this hunk\n"
21534 "n - do not stash this hunk\n"
21535 "q - quit; do not stash this hunk or any of the remaining ones\n"
21536 "a - stash this hunk and all later hunks in the file\n"
21537 "d - do not stash this hunk or any of the later hunks in the file"
21538 msgstr ""
21539
21540 #: git-add--interactive.perl:1258
21541 msgid ""
21542 "y - unstage this hunk\n"
21543 "n - do not unstage this hunk\n"
21544 "q - quit; do not unstage this hunk or any of the remaining ones\n"
21545 "a - unstage this hunk and all later hunks in the file\n"
21546 "d - do not unstage this hunk or any of the later hunks in the file"
21547 msgstr ""
21548
21549 #: git-add--interactive.perl:1264
21550 msgid ""
21551 "y - apply this hunk to index\n"
21552 "n - do not apply this hunk to index\n"
21553 "q - quit; do not apply this hunk or any of the remaining ones\n"
21554 "a - apply this hunk and all later hunks in the file\n"
21555 "d - do not apply this hunk or any of the later hunks in the file"
21556 msgstr ""
21557
21558 #: git-add--interactive.perl:1270 git-add--interactive.perl:1288
21559 msgid ""
21560 "y - discard this hunk from worktree\n"
21561 "n - do not discard this hunk from worktree\n"
21562 "q - quit; do not discard this hunk or any of the remaining ones\n"
21563 "a - discard this hunk and all later hunks in the file\n"
21564 "d - do not discard this hunk or any of the later hunks in the file"
21565 msgstr ""
21566
21567 #: git-add--interactive.perl:1276
21568 msgid ""
21569 "y - discard this hunk from index and worktree\n"
21570 "n - do not discard this hunk from index and worktree\n"
21571 "q - quit; do not discard this hunk or any of the remaining ones\n"
21572 "a - discard this hunk and all later hunks in the file\n"
21573 "d - do not discard this hunk or any of the later hunks in the file"
21574 msgstr ""
21575
21576 #: git-add--interactive.perl:1282
21577 msgid ""
21578 "y - apply this hunk to index and worktree\n"
21579 "n - do not apply this hunk to index and worktree\n"
21580 "q - quit; do not apply this hunk or any of the remaining ones\n"
21581 "a - apply this hunk and all later hunks in the file\n"
21582 "d - do not apply this hunk or any of the later hunks in the file"
21583 msgstr ""
21584
21585 #: git-add--interactive.perl:1294
21586 msgid ""
21587 "y - apply this hunk to worktree\n"
21588 "n - do not apply this hunk to worktree\n"
21589 "q - quit; do not apply this hunk or any of the remaining ones\n"
21590 "a - apply this hunk and all later hunks in the file\n"
21591 "d - do not apply this hunk or any of the later hunks in the file"
21592 msgstr ""
21593
21594 #: git-add--interactive.perl:1309
21595 msgid ""
21596 "g - select a hunk to go to\n"
21597 "/ - search for a hunk matching the given regex\n"
21598 "j - leave this hunk undecided, see next undecided hunk\n"
21599 "J - leave this hunk undecided, see next hunk\n"
21600 "k - leave this hunk undecided, see previous undecided hunk\n"
21601 "K - leave this hunk undecided, see previous hunk\n"
21602 "s - split the current hunk into smaller hunks\n"
21603 "e - manually edit the current hunk\n"
21604 "? - print help\n"
21605 msgstr ""
21606
21607 #: git-add--interactive.perl:1340
21608 msgid "The selected hunks do not apply to the index!\n"
21609 msgstr ""
21610
21611 #: git-add--interactive.perl:1341
21612 msgid "Apply them to the worktree anyway? "
21613 msgstr ""
21614
21615 #: git-add--interactive.perl:1344
21616 msgid "Nothing was applied.\n"
21617 msgstr ""
21618
21619 #: git-add--interactive.perl:1355
21620 #, perl-format
21621 msgid "ignoring unmerged: %s\n"
21622 msgstr ""
21623
21624 #: git-add--interactive.perl:1364
21625 msgid "Only binary files changed.\n"
21626 msgstr ""
21627
21628 #: git-add--interactive.perl:1366
21629 msgid "No changes.\n"
21630 msgstr ""
21631
21632 #: git-add--interactive.perl:1374
21633 msgid "Patch update"
21634 msgstr ""
21635
21636 #: git-add--interactive.perl:1426
21637 #, perl-format
21638 msgid "Stage mode change [y,n,q,a,d%s,?]? "
21639 msgstr ""
21640
21641 #: git-add--interactive.perl:1427
21642 #, perl-format
21643 msgid "Stage deletion [y,n,q,a,d%s,?]? "
21644 msgstr ""
21645
21646 #: git-add--interactive.perl:1428
21647 #, perl-format
21648 msgid "Stage this hunk [y,n,q,a,d%s,?]? "
21649 msgstr ""
21650
21651 #: git-add--interactive.perl:1431
21652 #, perl-format
21653 msgid "Stash mode change [y,n,q,a,d%s,?]? "
21654 msgstr ""
21655
21656 #: git-add--interactive.perl:1432
21657 #, perl-format
21658 msgid "Stash deletion [y,n,q,a,d%s,?]? "
21659 msgstr ""
21660
21661 #: git-add--interactive.perl:1433
21662 #, perl-format
21663 msgid "Stash this hunk [y,n,q,a,d%s,?]? "
21664 msgstr ""
21665
21666 #: git-add--interactive.perl:1436
21667 #, perl-format
21668 msgid "Unstage mode change [y,n,q,a,d%s,?]? "
21669 msgstr ""
21670
21671 #: git-add--interactive.perl:1437
21672 #, perl-format
21673 msgid "Unstage deletion [y,n,q,a,d%s,?]? "
21674 msgstr ""
21675
21676 #: git-add--interactive.perl:1438
21677 #, perl-format
21678 msgid "Unstage this hunk [y,n,q,a,d%s,?]? "
21679 msgstr ""
21680
21681 #: git-add--interactive.perl:1441
21682 #, perl-format
21683 msgid "Apply mode change to index [y,n,q,a,d%s,?]? "
21684 msgstr ""
21685
21686 #: git-add--interactive.perl:1442
21687 #, perl-format
21688 msgid "Apply deletion to index [y,n,q,a,d%s,?]? "
21689 msgstr ""
21690
21691 #: git-add--interactive.perl:1443
21692 #, perl-format
21693 msgid "Apply this hunk to index [y,n,q,a,d%s,?]? "
21694 msgstr ""
21695
21696 #: git-add--interactive.perl:1446 git-add--interactive.perl:1461
21697 #, perl-format
21698 msgid "Discard mode change from worktree [y,n,q,a,d%s,?]? "
21699 msgstr ""
21700
21701 #: git-add--interactive.perl:1447 git-add--interactive.perl:1462
21702 #, perl-format
21703 msgid "Discard deletion from worktree [y,n,q,a,d%s,?]? "
21704 msgstr ""
21705
21706 #: git-add--interactive.perl:1448 git-add--interactive.perl:1463
21707 #, perl-format
21708 msgid "Discard this hunk from worktree [y,n,q,a,d%s,?]? "
21709 msgstr ""
21710
21711 #: git-add--interactive.perl:1451
21712 #, perl-format
21713 msgid "Discard mode change from index and worktree [y,n,q,a,d%s,?]? "
21714 msgstr ""
21715
21716 #: git-add--interactive.perl:1452
21717 #, perl-format
21718 msgid "Discard deletion from index and worktree [y,n,q,a,d%s,?]? "
21719 msgstr ""
21720
21721 #: git-add--interactive.perl:1453
21722 #, perl-format
21723 msgid "Discard this hunk from index and worktree [y,n,q,a,d%s,?]? "
21724 msgstr ""
21725
21726 #: git-add--interactive.perl:1456
21727 #, perl-format
21728 msgid "Apply mode change to index and worktree [y,n,q,a,d%s,?]? "
21729 msgstr ""
21730
21731 #: git-add--interactive.perl:1457
21732 #, perl-format
21733 msgid "Apply deletion to index and worktree [y,n,q,a,d%s,?]? "
21734 msgstr ""
21735
21736 #: git-add--interactive.perl:1458
21737 #, perl-format
21738 msgid "Apply this hunk to index and worktree [y,n,q,a,d%s,?]? "
21739 msgstr ""
21740
21741 #: git-add--interactive.perl:1466
21742 #, perl-format
21743 msgid "Apply mode change to worktree [y,n,q,a,d%s,?]? "
21744 msgstr ""
21745
21746 #: git-add--interactive.perl:1467
21747 #, perl-format
21748 msgid "Apply deletion to worktree [y,n,q,a,d%s,?]? "
21749 msgstr ""
21750
21751 #: git-add--interactive.perl:1468
21752 #, perl-format
21753 msgid "Apply this hunk to worktree [y,n,q,a,d%s,?]? "
21754 msgstr ""
21755
21756 #: git-add--interactive.perl:1568
21757 msgid "No other hunks to goto\n"
21758 msgstr ""
21759
21760 #: git-add--interactive.perl:1575
21761 msgid "go to which hunk (<ret> to see more)? "
21762 msgstr ""
21763
21764 #: git-add--interactive.perl:1577
21765 msgid "go to which hunk? "
21766 msgstr ""
21767
21768 #: git-add--interactive.perl:1586
21769 #, perl-format
21770 msgid "Invalid number: '%s'\n"
21771 msgstr ""
21772
21773 #: git-add--interactive.perl:1591
21774 #, perl-format
21775 msgid "Sorry, only %d hunk available.\n"
21776 msgid_plural "Sorry, only %d hunks available.\n"
21777 msgstr[0] ""
21778 msgstr[1] ""
21779
21780 #: git-add--interactive.perl:1617
21781 msgid "No other hunks to search\n"
21782 msgstr ""
21783
21784 #: git-add--interactive.perl:1621
21785 msgid "search for regex? "
21786 msgstr ""
21787
21788 #: git-add--interactive.perl:1634
21789 #, perl-format
21790 msgid "Malformed search regexp %s: %s\n"
21791 msgstr ""
21792
21793 #: git-add--interactive.perl:1644
21794 msgid "No hunk matches the given pattern\n"
21795 msgstr ""
21796
21797 #: git-add--interactive.perl:1656 git-add--interactive.perl:1678
21798 msgid "No previous hunk\n"
21799 msgstr ""
21800
21801 #: git-add--interactive.perl:1665 git-add--interactive.perl:1684
21802 msgid "No next hunk\n"
21803 msgstr ""
21804
21805 #: git-add--interactive.perl:1690
21806 msgid "Sorry, cannot split this hunk\n"
21807 msgstr ""
21808
21809 #: git-add--interactive.perl:1696
21810 #, perl-format
21811 msgid "Split into %d hunk.\n"
21812 msgid_plural "Split into %d hunks.\n"
21813 msgstr[0] ""
21814 msgstr[1] ""
21815
21816 #: git-add--interactive.perl:1706
21817 msgid "Sorry, cannot edit this hunk\n"
21818 msgstr ""
21819
21820 #: git-add--interactive.perl:1752
21821 msgid "Review diff"
21822 msgstr ""
21823
21824 #. TRANSLATORS: please do not translate the command names
21825 #. 'status', 'update', 'revert', etc.
21826 #: git-add--interactive.perl:1771
21827 msgid ""
21828 "status - show paths with changes\n"
21829 "update - add working tree state to the staged set of changes\n"
21830 "revert - revert staged set of changes back to the HEAD version\n"
21831 "patch - pick hunks and update selectively\n"
21832 "diff - view diff between HEAD and index\n"
21833 "add untracked - add contents of untracked files to the staged set of "
21834 "changes\n"
21835 msgstr ""
21836
21837 #: git-add--interactive.perl:1788 git-add--interactive.perl:1793
21838 #: git-add--interactive.perl:1796 git-add--interactive.perl:1803
21839 #: git-add--interactive.perl:1806 git-add--interactive.perl:1813
21840 #: git-add--interactive.perl:1817 git-add--interactive.perl:1823
21841 msgid "missing --"
21842 msgstr ""
21843
21844 #: git-add--interactive.perl:1819
21845 #, perl-format
21846 msgid "unknown --patch mode: %s"
21847 msgstr ""
21848
21849 #: git-add--interactive.perl:1825 git-add--interactive.perl:1831
21850 #, perl-format
21851 msgid "invalid argument %s, expecting --"
21852 msgstr ""
21853
21854 #: git-send-email.perl:138
21855 msgid "local zone differs from GMT by a non-minute interval\n"
21856 msgstr ""
21857
21858 #: git-send-email.perl:145 git-send-email.perl:151
21859 msgid "local time offset greater than or equal to 24 hours\n"
21860 msgstr ""
21861
21862 #: git-send-email.perl:223 git-send-email.perl:229
21863 msgid "the editor exited uncleanly, aborting everything"
21864 msgstr ""
21865
21866 #: git-send-email.perl:310
21867 #, perl-format
21868 msgid ""
21869 "'%s' contains an intermediate version of the email you were composing.\n"
21870 msgstr ""
21871
21872 #: git-send-email.perl:315
21873 #, perl-format
21874 msgid "'%s.final' contains the composed email.\n"
21875 msgstr ""
21876
21877 #: git-send-email.perl:408
21878 msgid "--dump-aliases incompatible with other options\n"
21879 msgstr ""
21880
21881 #: git-send-email.perl:481 git-send-email.perl:683
21882 msgid "Cannot run git format-patch from outside a repository\n"
21883 msgstr ""
21884
21885 #: git-send-email.perl:484
21886 msgid ""
21887 "`batch-size` and `relogin` must be specified together (via command-line or "
21888 "configuration option)\n"
21889 msgstr ""
21890
21891 #: git-send-email.perl:497
21892 #, perl-format
21893 msgid "Unknown --suppress-cc field: '%s'\n"
21894 msgstr ""
21895
21896 #: git-send-email.perl:528
21897 #, perl-format
21898 msgid "Unknown --confirm setting: '%s'\n"
21899 msgstr ""
21900
21901 #: git-send-email.perl:556
21902 #, perl-format
21903 msgid "warning: sendmail alias with quotes is not supported: %s\n"
21904 msgstr ""
21905
21906 #: git-send-email.perl:558
21907 #, perl-format
21908 msgid "warning: `:include:` not supported: %s\n"
21909 msgstr ""
21910
21911 #: git-send-email.perl:560
21912 #, perl-format
21913 msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
21914 msgstr ""
21915
21916 #: git-send-email.perl:565
21917 #, perl-format
21918 msgid "warning: sendmail line is not recognized: %s\n"
21919 msgstr ""
21920
21921 #: git-send-email.perl:649
21922 #, perl-format
21923 msgid ""
21924 "File '%s' exists but it could also be the range of commits\n"
21925 "to produce patches for. Please disambiguate by...\n"
21926 "\n"
21927 " * Saying \"./%s\" if you mean a file; or\n"
21928 " * Giving --format-patch option if you mean a range.\n"
21929 msgstr ""
21930
21931 #: git-send-email.perl:670
21932 #, perl-format
21933 msgid "Failed to opendir %s: %s"
21934 msgstr ""
21935
21936 #: git-send-email.perl:694
21937 #, perl-format
21938 msgid ""
21939 "fatal: %s: %s\n"
21940 "warning: no patches were sent\n"
21941 msgstr ""
21942
21943 #: git-send-email.perl:705
21944 msgid ""
21945 "\n"
21946 "No patch files specified!\n"
21947 "\n"
21948 msgstr ""
21949
21950 #: git-send-email.perl:718
21951 #, perl-format
21952 msgid "No subject line in %s?"
21953 msgstr ""
21954
21955 #: git-send-email.perl:728
21956 #, perl-format
21957 msgid "Failed to open for writing %s: %s"
21958 msgstr ""
21959
21960 #: git-send-email.perl:739
21961 msgid ""
21962 "Lines beginning in \"GIT:\" will be removed.\n"
21963 "Consider including an overall diffstat or table of contents\n"
21964 "for the patch you are writing.\n"
21965 "\n"
21966 "Clear the body content if you don't wish to send a summary.\n"
21967 msgstr ""
21968
21969 #: git-send-email.perl:763
21970 #, perl-format
21971 msgid "Failed to open %s: %s"
21972 msgstr ""
21973
21974 #: git-send-email.perl:780
21975 #, perl-format
21976 msgid "Failed to open %s.final: %s"
21977 msgstr ""
21978
21979 #: git-send-email.perl:823
21980 msgid "Summary email is empty, skipping it\n"
21981 msgstr ""
21982
21983 #. TRANSLATORS: please keep [y/N] as is.
21984 #: git-send-email.perl:858
21985 #, perl-format
21986 msgid "Are you sure you want to use <%s> [y/N]? "
21987 msgstr ""
21988
21989 #: git-send-email.perl:913
21990 msgid ""
21991 "The following files are 8bit, but do not declare a Content-Transfer-"
21992 "Encoding.\n"
21993 msgstr ""
21994
21995 #: git-send-email.perl:918
21996 msgid "Which 8bit encoding should I declare [UTF-8]? "
21997 msgstr ""
21998
21999 #: git-send-email.perl:926
22000 #, perl-format
22001 msgid ""
22002 "Refusing to send because the patch\n"
22003 "\t%s\n"
22004 "has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
22005 "want to send.\n"
22006 msgstr ""
22007
22008 #: git-send-email.perl:945
22009 msgid "To whom should the emails be sent (if anyone)?"
22010 msgstr ""
22011
22012 #: git-send-email.perl:963
22013 #, perl-format
22014 msgid "fatal: alias '%s' expands to itself\n"
22015 msgstr ""
22016
22017 #: git-send-email.perl:975
22018 msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
22019 msgstr ""
22020
22021 #: git-send-email.perl:1033 git-send-email.perl:1041
22022 #, perl-format
22023 msgid "error: unable to extract a valid address from: %s\n"
22024 msgstr ""
22025
22026 #. TRANSLATORS: Make sure to include [q] [d] [e] in your
22027 #. translation. The program will only accept English input
22028 #. at this point.
22029 #: git-send-email.perl:1045
22030 msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
22031 msgstr ""
22032
22033 #: git-send-email.perl:1362
22034 #, perl-format
22035 msgid "CA path \"%s\" does not exist"
22036 msgstr ""
22037
22038 #: git-send-email.perl:1445
22039 msgid ""
22040 " The Cc list above has been expanded by additional\n"
22041 " addresses found in the patch commit message. By default\n"
22042 " send-email prompts before sending whenever this occurs.\n"
22043 " This behavior is controlled by the sendemail.confirm\n"
22044 " configuration setting.\n"
22045 "\n"
22046 " For additional information, run 'git send-email --help'.\n"
22047 " To retain the current behavior, but squelch this message,\n"
22048 " run 'git config --global sendemail.confirm auto'.\n"
22049 "\n"
22050 msgstr ""
22051
22052 #. TRANSLATORS: Make sure to include [y] [n] [e] [q] [a] in your
22053 #. translation. The program will only accept English input
22054 #. at this point.
22055 #: git-send-email.perl:1460
22056 msgid "Send this email? ([y]es|[n]o|[e]dit|[q]uit|[a]ll): "
22057 msgstr ""
22058
22059 #: git-send-email.perl:1463
22060 msgid "Send this email reply required"
22061 msgstr ""
22062
22063 #: git-send-email.perl:1491
22064 msgid "The required SMTP server is not properly defined."
22065 msgstr ""
22066
22067 #: git-send-email.perl:1538
22068 #, perl-format
22069 msgid "Server does not support STARTTLS! %s"
22070 msgstr ""
22071
22072 #: git-send-email.perl:1543 git-send-email.perl:1547
22073 #, perl-format
22074 msgid "STARTTLS failed! %s"
22075 msgstr ""
22076
22077 #: git-send-email.perl:1556
22078 msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
22079 msgstr ""
22080
22081 #: git-send-email.perl:1574
22082 #, perl-format
22083 msgid "Failed to send %s\n"
22084 msgstr ""
22085
22086 #: git-send-email.perl:1577
22087 #, perl-format
22088 msgid "Dry-Sent %s\n"
22089 msgstr ""
22090
22091 #: git-send-email.perl:1577
22092 #, perl-format
22093 msgid "Sent %s\n"
22094 msgstr ""
22095
22096 #: git-send-email.perl:1579
22097 msgid "Dry-OK. Log says:\n"
22098 msgstr ""
22099
22100 #: git-send-email.perl:1579
22101 msgid "OK. Log says:\n"
22102 msgstr ""
22103
22104 #: git-send-email.perl:1591
22105 msgid "Result: "
22106 msgstr ""
22107
22108 #: git-send-email.perl:1594
22109 msgid "Result: OK\n"
22110 msgstr ""
22111
22112 #: git-send-email.perl:1612
22113 #, perl-format
22114 msgid "can't open file %s"
22115 msgstr ""
22116
22117 #: git-send-email.perl:1659 git-send-email.perl:1679
22118 #, perl-format
22119 msgid "(mbox) Adding cc: %s from line '%s'\n"
22120 msgstr ""
22121
22122 #: git-send-email.perl:1665
22123 #, perl-format
22124 msgid "(mbox) Adding to: %s from line '%s'\n"
22125 msgstr ""
22126
22127 #: git-send-email.perl:1718
22128 #, perl-format
22129 msgid "(non-mbox) Adding cc: %s from line '%s'\n"
22130 msgstr ""
22131
22132 #: git-send-email.perl:1753
22133 #, perl-format
22134 msgid "(body) Adding cc: %s from line '%s'\n"
22135 msgstr ""
22136
22137 #: git-send-email.perl:1864
22138 #, perl-format
22139 msgid "(%s) Could not execute '%s'"
22140 msgstr ""
22141
22142 #: git-send-email.perl:1871
22143 #, perl-format
22144 msgid "(%s) Adding %s: %s from: '%s'\n"
22145 msgstr ""
22146
22147 #: git-send-email.perl:1875
22148 #, perl-format
22149 msgid "(%s) failed to close pipe to '%s'"
22150 msgstr ""
22151
22152 #: git-send-email.perl:1905
22153 msgid "cannot send message as 7bit"
22154 msgstr ""
22155
22156 #: git-send-email.perl:1913
22157 msgid "invalid transfer encoding"
22158 msgstr ""
22159
22160 #: git-send-email.perl:1954 git-send-email.perl:2006 git-send-email.perl:2016
22161 #, perl-format
22162 msgid "unable to open %s: %s\n"
22163 msgstr ""
22164
22165 #: git-send-email.perl:1957
22166 #, perl-format
22167 msgid "%s: patch contains a line longer than 998 characters"
22168 msgstr ""
22169
22170 #: git-send-email.perl:1974
22171 #, perl-format
22172 msgid "Skipping %s with backup suffix '%s'.\n"
22173 msgstr ""
22174
22175 #. TRANSLATORS: please keep "[y|N]" as is.
22176 #: git-send-email.perl:1978
22177 #, perl-format
22178 msgid "Do you really want to send %s? [y|N]: "
22179 msgstr ""