]> git.ipfire.org Git - thirdparty/git.git/blob - po/git.pot
Merge branch 'jt/test-protocol-version'
[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-02-15 10:09+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:101
22 #, c-format
23 msgid "%shint: %.*s%s\n"
24 msgstr ""
25
26 #: advice.c:154
27 msgid "Cherry-picking is not possible because you have unmerged files."
28 msgstr ""
29
30 #: advice.c:156
31 msgid "Committing is not possible because you have unmerged files."
32 msgstr ""
33
34 #: advice.c:158
35 msgid "Merging is not possible because you have unmerged files."
36 msgstr ""
37
38 #: advice.c:160
39 msgid "Pulling is not possible because you have unmerged files."
40 msgstr ""
41
42 #: advice.c:162
43 msgid "Reverting is not possible because you have unmerged files."
44 msgstr ""
45
46 #: advice.c:164
47 #, c-format
48 msgid "It is not possible to %s because you have unmerged files."
49 msgstr ""
50
51 #: advice.c:172
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:180
58 msgid "Exiting because of an unresolved conflict."
59 msgstr ""
60
61 #: advice.c:185 builtin/merge.c:1290
62 msgid "You have not concluded your merge (MERGE_HEAD exists)."
63 msgstr ""
64
65 #: advice.c:187
66 msgid "Please, commit your changes before merging."
67 msgstr ""
68
69 #: advice.c:188
70 msgid "Exiting because of unfinished merge."
71 msgstr ""
72
73 #: advice.c:194
74 #, c-format
75 msgid ""
76 "Note: checking out '%s'.\n"
77 "\n"
78 "You are in 'detached HEAD' state. You can look around, make experimental\n"
79 "changes and commit them, and you can discard any commits you make in this\n"
80 "state without impacting any branches by performing another checkout.\n"
81 "\n"
82 "If you want to create a new branch to retain commits you create, you may\n"
83 "do so (now or later) by using -b with the checkout command again. Example:\n"
84 "\n"
85 " git checkout -b <new-branch-name>\n"
86 "\n"
87 msgstr ""
88
89 #: alias.c:50
90 msgid "cmdline ends with \\"
91 msgstr ""
92
93 #: alias.c:51
94 msgid "unclosed quote"
95 msgstr ""
96
97 #: apply.c:59
98 #, c-format
99 msgid "unrecognized whitespace option '%s'"
100 msgstr ""
101
102 #: apply.c:75
103 #, c-format
104 msgid "unrecognized whitespace ignore option '%s'"
105 msgstr ""
106
107 #: apply.c:125
108 msgid "--reject and --3way cannot be used together."
109 msgstr ""
110
111 #: apply.c:127
112 msgid "--cached and --3way cannot be used together."
113 msgstr ""
114
115 #: apply.c:130
116 msgid "--3way outside a repository"
117 msgstr ""
118
119 #: apply.c:141
120 msgid "--index outside a repository"
121 msgstr ""
122
123 #: apply.c:144
124 msgid "--cached outside a repository"
125 msgstr ""
126
127 #: apply.c:825
128 #, c-format
129 msgid "Cannot prepare timestamp regexp %s"
130 msgstr ""
131
132 #: apply.c:834
133 #, c-format
134 msgid "regexec returned %d for input: %s"
135 msgstr ""
136
137 #: apply.c:908
138 #, c-format
139 msgid "unable to find filename in patch at line %d"
140 msgstr ""
141
142 #: apply.c:946
143 #, c-format
144 msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
145 msgstr ""
146
147 #: apply.c:952
148 #, c-format
149 msgid "git apply: bad git-diff - inconsistent new filename on line %d"
150 msgstr ""
151
152 #: apply.c:953
153 #, c-format
154 msgid "git apply: bad git-diff - inconsistent old filename on line %d"
155 msgstr ""
156
157 #: apply.c:958
158 #, c-format
159 msgid "git apply: bad git-diff - expected /dev/null on line %d"
160 msgstr ""
161
162 #: apply.c:987
163 #, c-format
164 msgid "invalid mode on line %d: %s"
165 msgstr ""
166
167 #: apply.c:1306
168 #, c-format
169 msgid "inconsistent header lines %d and %d"
170 msgstr ""
171
172 #: apply.c:1478
173 #, c-format
174 msgid "recount: unexpected line: %.*s"
175 msgstr ""
176
177 #: apply.c:1547
178 #, c-format
179 msgid "patch fragment without header at line %d: %.*s"
180 msgstr ""
181
182 #: apply.c:1567
183 #, c-format
184 msgid ""
185 "git diff header lacks filename information when removing %d leading pathname "
186 "component (line %d)"
187 msgid_plural ""
188 "git diff header lacks filename information when removing %d leading pathname "
189 "components (line %d)"
190 msgstr[0] ""
191 msgstr[1] ""
192
193 #: apply.c:1580
194 #, c-format
195 msgid "git diff header lacks filename information (line %d)"
196 msgstr ""
197
198 #: apply.c:1768
199 msgid "new file depends on old contents"
200 msgstr ""
201
202 #: apply.c:1770
203 msgid "deleted file still has contents"
204 msgstr ""
205
206 #: apply.c:1804
207 #, c-format
208 msgid "corrupt patch at line %d"
209 msgstr ""
210
211 #: apply.c:1841
212 #, c-format
213 msgid "new file %s depends on old contents"
214 msgstr ""
215
216 #: apply.c:1843
217 #, c-format
218 msgid "deleted file %s still has contents"
219 msgstr ""
220
221 #: apply.c:1846
222 #, c-format
223 msgid "** warning: file %s becomes empty but is not deleted"
224 msgstr ""
225
226 #: apply.c:1993
227 #, c-format
228 msgid "corrupt binary patch at line %d: %.*s"
229 msgstr ""
230
231 #: apply.c:2030
232 #, c-format
233 msgid "unrecognized binary patch at line %d"
234 msgstr ""
235
236 #: apply.c:2192
237 #, c-format
238 msgid "patch with only garbage at line %d"
239 msgstr ""
240
241 #: apply.c:2278
242 #, c-format
243 msgid "unable to read symlink %s"
244 msgstr ""
245
246 #: apply.c:2282
247 #, c-format
248 msgid "unable to open or read %s"
249 msgstr ""
250
251 #: apply.c:2941
252 #, c-format
253 msgid "invalid start of line: '%c'"
254 msgstr ""
255
256 #: apply.c:3062
257 #, c-format
258 msgid "Hunk #%d succeeded at %d (offset %d line)."
259 msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
260 msgstr[0] ""
261 msgstr[1] ""
262
263 #: apply.c:3074
264 #, c-format
265 msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
266 msgstr ""
267
268 #: apply.c:3080
269 #, c-format
270 msgid ""
271 "while searching for:\n"
272 "%.*s"
273 msgstr ""
274
275 #: apply.c:3102
276 #, c-format
277 msgid "missing binary patch data for '%s'"
278 msgstr ""
279
280 #: apply.c:3110
281 #, c-format
282 msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
283 msgstr ""
284
285 #: apply.c:3157
286 #, c-format
287 msgid "cannot apply binary patch to '%s' without full index line"
288 msgstr ""
289
290 #: apply.c:3167
291 #, c-format
292 msgid ""
293 "the patch applies to '%s' (%s), which does not match the current contents."
294 msgstr ""
295
296 #: apply.c:3175
297 #, c-format
298 msgid "the patch applies to an empty '%s' but it is not empty"
299 msgstr ""
300
301 #: apply.c:3193
302 #, c-format
303 msgid "the necessary postimage %s for '%s' cannot be read"
304 msgstr ""
305
306 #: apply.c:3206
307 #, c-format
308 msgid "binary patch does not apply to '%s'"
309 msgstr ""
310
311 #: apply.c:3212
312 #, c-format
313 msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
314 msgstr ""
315
316 #: apply.c:3233
317 #, c-format
318 msgid "patch failed: %s:%ld"
319 msgstr ""
320
321 #: apply.c:3356
322 #, c-format
323 msgid "cannot checkout %s"
324 msgstr ""
325
326 #: apply.c:3408 apply.c:3419 apply.c:3465 midx.c:58 setup.c:278
327 #, c-format
328 msgid "failed to read %s"
329 msgstr ""
330
331 #: apply.c:3416
332 #, c-format
333 msgid "reading from '%s' beyond a symbolic link"
334 msgstr ""
335
336 #: apply.c:3445 apply.c:3688
337 #, c-format
338 msgid "path %s has been renamed/deleted"
339 msgstr ""
340
341 #: apply.c:3531 apply.c:3703
342 #, c-format
343 msgid "%s: does not exist in index"
344 msgstr ""
345
346 #: apply.c:3540 apply.c:3711
347 #, c-format
348 msgid "%s: does not match index"
349 msgstr ""
350
351 #: apply.c:3575
352 msgid "repository lacks the necessary blob to fall back on 3-way merge."
353 msgstr ""
354
355 #: apply.c:3578
356 #, c-format
357 msgid "Falling back to three-way merge...\n"
358 msgstr ""
359
360 #: apply.c:3594 apply.c:3598
361 #, c-format
362 msgid "cannot read the current contents of '%s'"
363 msgstr ""
364
365 #: apply.c:3610
366 #, c-format
367 msgid "Failed to fall back on three-way merge...\n"
368 msgstr ""
369
370 #: apply.c:3624
371 #, c-format
372 msgid "Applied patch to '%s' with conflicts.\n"
373 msgstr ""
374
375 #: apply.c:3629
376 #, c-format
377 msgid "Applied patch to '%s' cleanly.\n"
378 msgstr ""
379
380 #: apply.c:3655
381 msgid "removal patch leaves file contents"
382 msgstr ""
383
384 #: apply.c:3728
385 #, c-format
386 msgid "%s: wrong type"
387 msgstr ""
388
389 #: apply.c:3730
390 #, c-format
391 msgid "%s has type %o, expected %o"
392 msgstr ""
393
394 #: apply.c:3881 apply.c:3883 read-cache.c:820 read-cache.c:846
395 #: read-cache.c:1299
396 #, c-format
397 msgid "invalid path '%s'"
398 msgstr ""
399
400 #: apply.c:3939
401 #, c-format
402 msgid "%s: already exists in index"
403 msgstr ""
404
405 #: apply.c:3942
406 #, c-format
407 msgid "%s: already exists in working directory"
408 msgstr ""
409
410 #: apply.c:3962
411 #, c-format
412 msgid "new mode (%o) of %s does not match old mode (%o)"
413 msgstr ""
414
415 #: apply.c:3967
416 #, c-format
417 msgid "new mode (%o) of %s does not match old mode (%o) of %s"
418 msgstr ""
419
420 #: apply.c:3987
421 #, c-format
422 msgid "affected file '%s' is beyond a symbolic link"
423 msgstr ""
424
425 #: apply.c:3991
426 #, c-format
427 msgid "%s: patch does not apply"
428 msgstr ""
429
430 #: apply.c:4006
431 #, c-format
432 msgid "Checking patch %s..."
433 msgstr ""
434
435 #: apply.c:4098
436 #, c-format
437 msgid "sha1 information is lacking or useless for submodule %s"
438 msgstr ""
439
440 #: apply.c:4105
441 #, c-format
442 msgid "mode change for %s, which is not in current HEAD"
443 msgstr ""
444
445 #: apply.c:4108
446 #, c-format
447 msgid "sha1 information is lacking or useless (%s)."
448 msgstr ""
449
450 #: apply.c:4113 builtin/checkout.c:248 builtin/reset.c:143
451 #, c-format
452 msgid "make_cache_entry failed for path '%s'"
453 msgstr ""
454
455 #: apply.c:4117
456 #, c-format
457 msgid "could not add %s to temporary index"
458 msgstr ""
459
460 #: apply.c:4127
461 #, c-format
462 msgid "could not write temporary index to %s"
463 msgstr ""
464
465 #: apply.c:4265
466 #, c-format
467 msgid "unable to remove %s from index"
468 msgstr ""
469
470 #: apply.c:4299
471 #, c-format
472 msgid "corrupt patch for submodule %s"
473 msgstr ""
474
475 #: apply.c:4305
476 #, c-format
477 msgid "unable to stat newly created file '%s'"
478 msgstr ""
479
480 #: apply.c:4313
481 #, c-format
482 msgid "unable to create backing store for newly created file %s"
483 msgstr ""
484
485 #: apply.c:4319 apply.c:4464
486 #, c-format
487 msgid "unable to add cache entry for %s"
488 msgstr ""
489
490 #: apply.c:4362
491 #, c-format
492 msgid "failed to write to '%s'"
493 msgstr ""
494
495 #: apply.c:4366
496 #, c-format
497 msgid "closing file '%s'"
498 msgstr ""
499
500 #: apply.c:4436
501 #, c-format
502 msgid "unable to write file '%s' mode %o"
503 msgstr ""
504
505 #: apply.c:4534
506 #, c-format
507 msgid "Applied patch %s cleanly."
508 msgstr ""
509
510 #: apply.c:4542
511 msgid "internal error"
512 msgstr ""
513
514 #: apply.c:4545
515 #, c-format
516 msgid "Applying patch %%s with %d reject..."
517 msgid_plural "Applying patch %%s with %d rejects..."
518 msgstr[0] ""
519 msgstr[1] ""
520
521 #: apply.c:4556
522 #, c-format
523 msgid "truncating .rej filename to %.*s.rej"
524 msgstr ""
525
526 #: apply.c:4564 builtin/fetch.c:837 builtin/fetch.c:1118
527 #, c-format
528 msgid "cannot open %s"
529 msgstr ""
530
531 #: apply.c:4578
532 #, c-format
533 msgid "Hunk #%d applied cleanly."
534 msgstr ""
535
536 #: apply.c:4582
537 #, c-format
538 msgid "Rejected hunk #%d."
539 msgstr ""
540
541 #: apply.c:4692
542 #, c-format
543 msgid "Skipped patch '%s'."
544 msgstr ""
545
546 #: apply.c:4700
547 msgid "unrecognized input"
548 msgstr ""
549
550 #: apply.c:4720
551 msgid "unable to read index file"
552 msgstr ""
553
554 #: apply.c:4875
555 #, c-format
556 msgid "can't open patch '%s': %s"
557 msgstr ""
558
559 #: apply.c:4902
560 #, c-format
561 msgid "squelched %d whitespace error"
562 msgid_plural "squelched %d whitespace errors"
563 msgstr[0] ""
564 msgstr[1] ""
565
566 #: apply.c:4908 apply.c:4923
567 #, c-format
568 msgid "%d line adds whitespace errors."
569 msgid_plural "%d lines add whitespace errors."
570 msgstr[0] ""
571 msgstr[1] ""
572
573 #: apply.c:4916
574 #, c-format
575 msgid "%d line applied after fixing whitespace errors."
576 msgid_plural "%d lines applied after fixing whitespace errors."
577 msgstr[0] ""
578 msgstr[1] ""
579
580 #: apply.c:4932 builtin/add.c:539 builtin/mv.c:301 builtin/rm.c:390
581 msgid "Unable to write new index file"
582 msgstr ""
583
584 #: apply.c:4959 apply.c:4962 builtin/am.c:2203 builtin/am.c:2206
585 #: builtin/clone.c:122 builtin/fetch.c:118 builtin/merge.c:263
586 #: builtin/pull.c:200 builtin/submodule--helper.c:407
587 #: builtin/submodule--helper.c:1366 builtin/submodule--helper.c:1369
588 #: builtin/submodule--helper.c:1850 builtin/submodule--helper.c:1853
589 #: builtin/submodule--helper.c:2092 git-add--interactive.perl:197
590 msgid "path"
591 msgstr ""
592
593 #: apply.c:4960
594 msgid "don't apply changes matching the given path"
595 msgstr ""
596
597 #: apply.c:4963
598 msgid "apply changes matching the given path"
599 msgstr ""
600
601 #: apply.c:4965 builtin/am.c:2212
602 msgid "num"
603 msgstr ""
604
605 #: apply.c:4966
606 msgid "remove <num> leading slashes from traditional diff paths"
607 msgstr ""
608
609 #: apply.c:4969
610 msgid "ignore additions made by the patch"
611 msgstr ""
612
613 #: apply.c:4971
614 msgid "instead of applying the patch, output diffstat for the input"
615 msgstr ""
616
617 #: apply.c:4975
618 msgid "show number of added and deleted lines in decimal notation"
619 msgstr ""
620
621 #: apply.c:4977
622 msgid "instead of applying the patch, output a summary for the input"
623 msgstr ""
624
625 #: apply.c:4979
626 msgid "instead of applying the patch, see if the patch is applicable"
627 msgstr ""
628
629 #: apply.c:4981
630 msgid "make sure the patch is applicable to the current index"
631 msgstr ""
632
633 #: apply.c:4983
634 msgid "mark new files with `git add --intent-to-add`"
635 msgstr ""
636
637 #: apply.c:4985
638 msgid "apply a patch without touching the working tree"
639 msgstr ""
640
641 #: apply.c:4987
642 msgid "accept a patch that touches outside the working area"
643 msgstr ""
644
645 #: apply.c:4990
646 msgid "also apply the patch (use with --stat/--summary/--check)"
647 msgstr ""
648
649 #: apply.c:4992
650 msgid "attempt three-way merge if a patch does not apply"
651 msgstr ""
652
653 #: apply.c:4994
654 msgid "build a temporary index based on embedded index information"
655 msgstr ""
656
657 #: apply.c:4997 builtin/checkout-index.c:173 builtin/ls-files.c:524
658 msgid "paths are separated with NUL character"
659 msgstr ""
660
661 #: apply.c:4999
662 msgid "ensure at least <n> lines of context match"
663 msgstr ""
664
665 #: apply.c:5000 builtin/am.c:2191 builtin/interpret-trailers.c:97
666 #: builtin/interpret-trailers.c:99 builtin/interpret-trailers.c:101
667 #: builtin/pack-objects.c:3314 builtin/rebase.c:1065
668 msgid "action"
669 msgstr ""
670
671 #: apply.c:5001
672 msgid "detect new or modified lines that have whitespace errors"
673 msgstr ""
674
675 #: apply.c:5004 apply.c:5007
676 msgid "ignore changes in whitespace when finding context"
677 msgstr ""
678
679 #: apply.c:5010
680 msgid "apply the patch in reverse"
681 msgstr ""
682
683 #: apply.c:5012
684 msgid "don't expect at least one line of context"
685 msgstr ""
686
687 #: apply.c:5014
688 msgid "leave the rejected hunks in corresponding *.rej files"
689 msgstr ""
690
691 #: apply.c:5016
692 msgid "allow overlapping hunks"
693 msgstr ""
694
695 #: apply.c:5017 builtin/add.c:291 builtin/check-ignore.c:22
696 #: builtin/commit.c:1312 builtin/count-objects.c:98 builtin/fsck.c:724
697 #: builtin/log.c:2037 builtin/mv.c:123 builtin/read-tree.c:128
698 #: builtin/rebase--interactive.c:159
699 msgid "be verbose"
700 msgstr ""
701
702 #: apply.c:5019
703 msgid "tolerate incorrectly detected missing new-line at the end of file"
704 msgstr ""
705
706 #: apply.c:5022
707 msgid "do not trust the line counts in the hunk headers"
708 msgstr ""
709
710 #: apply.c:5024 builtin/am.c:2200
711 msgid "root"
712 msgstr ""
713
714 #: apply.c:5025
715 msgid "prepend <root> to all filenames"
716 msgstr ""
717
718 #: archive.c:14
719 msgid "git archive [<options>] <tree-ish> [<path>...]"
720 msgstr ""
721
722 #: archive.c:15
723 msgid "git archive --list"
724 msgstr ""
725
726 #: archive.c:16
727 msgid ""
728 "git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
729 msgstr ""
730
731 #: archive.c:17
732 msgid "git archive --remote <repo> [--exec <cmd>] --list"
733 msgstr ""
734
735 #: archive.c:372 builtin/add.c:177 builtin/add.c:515 builtin/rm.c:299
736 #, c-format
737 msgid "pathspec '%s' did not match any files"
738 msgstr ""
739
740 #: archive.c:396
741 #, c-format
742 msgid "no such ref: %.*s"
743 msgstr ""
744
745 #: archive.c:401
746 #, c-format
747 msgid "not a valid object name: %s"
748 msgstr ""
749
750 #: archive.c:414
751 #, c-format
752 msgid "not a tree object: %s"
753 msgstr ""
754
755 #: archive.c:424
756 msgid "current working directory is untracked"
757 msgstr ""
758
759 #: archive.c:455
760 msgid "fmt"
761 msgstr ""
762
763 #: archive.c:455
764 msgid "archive format"
765 msgstr ""
766
767 #: archive.c:456 builtin/log.c:1549
768 msgid "prefix"
769 msgstr ""
770
771 #: archive.c:457
772 msgid "prepend prefix to each pathname in the archive"
773 msgstr ""
774
775 #: archive.c:458 builtin/blame.c:820 builtin/blame.c:821 builtin/config.c:129
776 #: builtin/fast-export.c:1091 builtin/fast-export.c:1093 builtin/grep.c:895
777 #: builtin/hash-object.c:105 builtin/ls-files.c:560 builtin/ls-files.c:563
778 #: builtin/notes.c:412 builtin/notes.c:578 builtin/read-tree.c:123
779 #: parse-options.h:162
780 msgid "file"
781 msgstr ""
782
783 #: archive.c:459 builtin/archive.c:90
784 msgid "write the archive to this file"
785 msgstr ""
786
787 #: archive.c:461
788 msgid "read .gitattributes in working directory"
789 msgstr ""
790
791 #: archive.c:462
792 msgid "report archived files on stderr"
793 msgstr ""
794
795 #: archive.c:463
796 msgid "store only"
797 msgstr ""
798
799 #: archive.c:464
800 msgid "compress faster"
801 msgstr ""
802
803 #: archive.c:472
804 msgid "compress better"
805 msgstr ""
806
807 #: archive.c:475
808 msgid "list supported archive formats"
809 msgstr ""
810
811 #: archive.c:477 builtin/archive.c:91 builtin/clone.c:112 builtin/clone.c:115
812 #: builtin/submodule--helper.c:1378 builtin/submodule--helper.c:1859
813 msgid "repo"
814 msgstr ""
815
816 #: archive.c:478 builtin/archive.c:92
817 msgid "retrieve the archive from remote repository <repo>"
818 msgstr ""
819
820 #: archive.c:479 builtin/archive.c:93 builtin/difftool.c:715
821 #: builtin/notes.c:498
822 msgid "command"
823 msgstr ""
824
825 #: archive.c:480 builtin/archive.c:94
826 msgid "path to the remote git-upload-archive command"
827 msgstr ""
828
829 #: archive.c:487
830 msgid "Unexpected option --remote"
831 msgstr ""
832
833 #: archive.c:489
834 msgid "Option --exec can only be used together with --remote"
835 msgstr ""
836
837 #: archive.c:491
838 msgid "Unexpected option --output"
839 msgstr ""
840
841 #: archive.c:513
842 #, c-format
843 msgid "Unknown archive format '%s'"
844 msgstr ""
845
846 #: archive.c:520
847 #, c-format
848 msgid "Argument not supported for format '%s': -%d"
849 msgstr ""
850
851 #: archive-tar.c:125 archive-zip.c:345
852 #, c-format
853 msgid "cannot stream blob %s"
854 msgstr ""
855
856 #: archive-tar.c:260 archive-zip.c:363
857 #, c-format
858 msgid "unsupported file mode: 0%o (SHA1: %s)"
859 msgstr ""
860
861 #: archive-tar.c:287 archive-zip.c:353
862 #, c-format
863 msgid "cannot read %s"
864 msgstr ""
865
866 #: archive-tar.c:458
867 #, c-format
868 msgid "unable to start '%s' filter"
869 msgstr ""
870
871 #: archive-tar.c:461
872 msgid "unable to redirect descriptor"
873 msgstr ""
874
875 #: archive-tar.c:468
876 #, c-format
877 msgid "'%s' filter reported error"
878 msgstr ""
879
880 #: archive-zip.c:314
881 #, c-format
882 msgid "path is not valid UTF-8: %s"
883 msgstr ""
884
885 #: archive-zip.c:318
886 #, c-format
887 msgid "path too long (%d chars, SHA1: %s): %s"
888 msgstr ""
889
890 #: archive-zip.c:474 builtin/pack-objects.c:225 builtin/pack-objects.c:228
891 #, c-format
892 msgid "deflate error (%d)"
893 msgstr ""
894
895 #: archive-zip.c:609
896 #, c-format
897 msgid "timestamp too large for this system: %<PRIuMAX>"
898 msgstr ""
899
900 #: attr.c:211
901 #, c-format
902 msgid "%.*s is not a valid attribute name"
903 msgstr ""
904
905 #: attr.c:368
906 #, c-format
907 msgid "%s not allowed: %s:%d"
908 msgstr ""
909
910 #: attr.c:408
911 msgid ""
912 "Negative patterns are ignored in git attributes\n"
913 "Use '\\!' for literal leading exclamation."
914 msgstr ""
915
916 #: bisect.c:468
917 #, c-format
918 msgid "Badly quoted content in file '%s': %s"
919 msgstr ""
920
921 #: bisect.c:678
922 #, c-format
923 msgid "We cannot bisect more!\n"
924 msgstr ""
925
926 #: bisect.c:733
927 #, c-format
928 msgid "Not a valid commit name %s"
929 msgstr ""
930
931 #: bisect.c:758
932 #, c-format
933 msgid ""
934 "The merge base %s is bad.\n"
935 "This means the bug has been fixed between %s and [%s].\n"
936 msgstr ""
937
938 #: bisect.c:763
939 #, c-format
940 msgid ""
941 "The merge base %s is new.\n"
942 "The property has changed between %s and [%s].\n"
943 msgstr ""
944
945 #: bisect.c:768
946 #, c-format
947 msgid ""
948 "The merge base %s is %s.\n"
949 "This means the first '%s' commit is between %s and [%s].\n"
950 msgstr ""
951
952 #: bisect.c:776
953 #, c-format
954 msgid ""
955 "Some %s revs are not ancestors of the %s rev.\n"
956 "git bisect cannot work properly in this case.\n"
957 "Maybe you mistook %s and %s revs?\n"
958 msgstr ""
959
960 #: bisect.c:789
961 #, c-format
962 msgid ""
963 "the merge base between %s and [%s] must be skipped.\n"
964 "So we cannot be sure the first %s commit is between %s and %s.\n"
965 "We continue anyway."
966 msgstr ""
967
968 #: bisect.c:822
969 #, c-format
970 msgid "Bisecting: a merge base must be tested\n"
971 msgstr ""
972
973 #: bisect.c:865
974 #, c-format
975 msgid "a %s revision is needed"
976 msgstr ""
977
978 #: bisect.c:884 builtin/notes.c:177 builtin/tag.c:237
979 #, c-format
980 msgid "could not create file '%s'"
981 msgstr ""
982
983 #: bisect.c:937 builtin/merge.c:139
984 #, c-format
985 msgid "could not read file '%s'"
986 msgstr ""
987
988 #: bisect.c:967
989 msgid "reading bisect refs failed"
990 msgstr ""
991
992 #: bisect.c:986
993 #, c-format
994 msgid "%s was both %s and %s\n"
995 msgstr ""
996
997 #: bisect.c:994
998 #, c-format
999 msgid ""
1000 "No testable commit found.\n"
1001 "Maybe you started with bad path parameters?\n"
1002 msgstr ""
1003
1004 #: bisect.c:1013
1005 #, c-format
1006 msgid "(roughly %d step)"
1007 msgid_plural "(roughly %d steps)"
1008 msgstr[0] ""
1009 msgstr[1] ""
1010
1011 #. TRANSLATORS: the last %s will be replaced with "(roughly %d
1012 #. steps)" translation.
1013 #.
1014 #: bisect.c:1019
1015 #, c-format
1016 msgid "Bisecting: %d revision left to test after this %s\n"
1017 msgid_plural "Bisecting: %d revisions left to test after this %s\n"
1018 msgstr[0] ""
1019 msgstr[1] ""
1020
1021 #: blame.c:1792
1022 msgid "--contents and --reverse do not blend well."
1023 msgstr ""
1024
1025 #: blame.c:1806
1026 msgid "cannot use --contents with final commit object name"
1027 msgstr ""
1028
1029 #: blame.c:1827
1030 msgid "--reverse and --first-parent together require specified latest commit"
1031 msgstr ""
1032
1033 #: blame.c:1836 bundle.c:164 ref-filter.c:2071 remote.c:1948 sequencer.c:1993
1034 #: sequencer.c:4064 builtin/commit.c:1004 builtin/log.c:378 builtin/log.c:936
1035 #: builtin/log.c:1420 builtin/log.c:1796 builtin/log.c:2086 builtin/merge.c:407
1036 #: builtin/pack-objects.c:3137 builtin/pack-objects.c:3152
1037 #: builtin/shortlog.c:192
1038 msgid "revision walk setup failed"
1039 msgstr ""
1040
1041 #: blame.c:1854
1042 msgid ""
1043 "--reverse --first-parent together require range along first-parent chain"
1044 msgstr ""
1045
1046 #: blame.c:1865
1047 #, c-format
1048 msgid "no such path %s in %s"
1049 msgstr ""
1050
1051 #: blame.c:1876
1052 #, c-format
1053 msgid "cannot read blob %s for path %s"
1054 msgstr ""
1055
1056 #: branch.c:52
1057 #, c-format
1058 msgid ""
1059 "\n"
1060 "After fixing the error cause you may try to fix up\n"
1061 "the remote tracking information by invoking\n"
1062 "\"git branch --set-upstream-to=%s%s%s\"."
1063 msgstr ""
1064
1065 #: branch.c:66
1066 #, c-format
1067 msgid "Not setting branch %s as its own upstream."
1068 msgstr ""
1069
1070 #: branch.c:92
1071 #, c-format
1072 msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."
1073 msgstr ""
1074
1075 #: branch.c:93
1076 #, c-format
1077 msgid "Branch '%s' set up to track remote branch '%s' from '%s'."
1078 msgstr ""
1079
1080 #: branch.c:97
1081 #, c-format
1082 msgid "Branch '%s' set up to track local branch '%s' by rebasing."
1083 msgstr ""
1084
1085 #: branch.c:98
1086 #, c-format
1087 msgid "Branch '%s' set up to track local branch '%s'."
1088 msgstr ""
1089
1090 #: branch.c:103
1091 #, c-format
1092 msgid "Branch '%s' set up to track remote ref '%s' by rebasing."
1093 msgstr ""
1094
1095 #: branch.c:104
1096 #, c-format
1097 msgid "Branch '%s' set up to track remote ref '%s'."
1098 msgstr ""
1099
1100 #: branch.c:108
1101 #, c-format
1102 msgid "Branch '%s' set up to track local ref '%s' by rebasing."
1103 msgstr ""
1104
1105 #: branch.c:109
1106 #, c-format
1107 msgid "Branch '%s' set up to track local ref '%s'."
1108 msgstr ""
1109
1110 #: branch.c:118
1111 msgid "Unable to write upstream branch configuration"
1112 msgstr ""
1113
1114 #: branch.c:155
1115 #, c-format
1116 msgid "Not tracking: ambiguous information for ref %s"
1117 msgstr ""
1118
1119 #: branch.c:188
1120 #, c-format
1121 msgid "'%s' is not a valid branch name."
1122 msgstr ""
1123
1124 #: branch.c:207
1125 #, c-format
1126 msgid "A branch named '%s' already exists."
1127 msgstr ""
1128
1129 #: branch.c:212
1130 msgid "Cannot force update the current branch."
1131 msgstr ""
1132
1133 #: branch.c:232
1134 #, c-format
1135 msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1136 msgstr ""
1137
1138 #: branch.c:234
1139 #, c-format
1140 msgid "the requested upstream branch '%s' does not exist"
1141 msgstr ""
1142
1143 #: branch.c:236
1144 msgid ""
1145 "\n"
1146 "If you are planning on basing your work on an upstream\n"
1147 "branch that already exists at the remote, you may need to\n"
1148 "run \"git fetch\" to retrieve it.\n"
1149 "\n"
1150 "If you are planning to push out a new local branch that\n"
1151 "will track its remote counterpart, you may want to use\n"
1152 "\"git push -u\" to set the upstream config as you push."
1153 msgstr ""
1154
1155 #: branch.c:280
1156 #, c-format
1157 msgid "Not a valid object name: '%s'."
1158 msgstr ""
1159
1160 #: branch.c:300
1161 #, c-format
1162 msgid "Ambiguous object name: '%s'."
1163 msgstr ""
1164
1165 #: branch.c:305
1166 #, c-format
1167 msgid "Not a valid branch point: '%s'."
1168 msgstr ""
1169
1170 #: branch.c:359
1171 #, c-format
1172 msgid "'%s' is already checked out at '%s'"
1173 msgstr ""
1174
1175 #: branch.c:382
1176 #, c-format
1177 msgid "HEAD of working tree %s is not updated"
1178 msgstr ""
1179
1180 #: bundle.c:36
1181 #, c-format
1182 msgid "'%s' does not look like a v2 bundle file"
1183 msgstr ""
1184
1185 #: bundle.c:64
1186 #, c-format
1187 msgid "unrecognized header: %s%s (%d)"
1188 msgstr ""
1189
1190 #: bundle.c:90 rerere.c:480 rerere.c:690 sequencer.c:2215 sequencer.c:2763
1191 #: builtin/commit.c:776
1192 #, c-format
1193 msgid "could not open '%s'"
1194 msgstr ""
1195
1196 #: bundle.c:143
1197 msgid "Repository lacks these prerequisite commits:"
1198 msgstr ""
1199
1200 #: bundle.c:194
1201 #, c-format
1202 msgid "The bundle contains this ref:"
1203 msgid_plural "The bundle contains these %d refs:"
1204 msgstr[0] ""
1205 msgstr[1] ""
1206
1207 #: bundle.c:201
1208 msgid "The bundle records a complete history."
1209 msgstr ""
1210
1211 #: bundle.c:203
1212 #, c-format
1213 msgid "The bundle requires this ref:"
1214 msgid_plural "The bundle requires these %d refs:"
1215 msgstr[0] ""
1216 msgstr[1] ""
1217
1218 #: bundle.c:269
1219 msgid "unable to dup bundle descriptor"
1220 msgstr ""
1221
1222 #: bundle.c:276
1223 msgid "Could not spawn pack-objects"
1224 msgstr ""
1225
1226 #: bundle.c:287
1227 msgid "pack-objects died"
1228 msgstr ""
1229
1230 #: bundle.c:329
1231 msgid "rev-list died"
1232 msgstr ""
1233
1234 #: bundle.c:378
1235 #, c-format
1236 msgid "ref '%s' is excluded by the rev-list options"
1237 msgstr ""
1238
1239 #: bundle.c:457 builtin/log.c:193 builtin/log.c:1701 builtin/shortlog.c:306
1240 #, c-format
1241 msgid "unrecognized argument: %s"
1242 msgstr ""
1243
1244 #: bundle.c:465
1245 msgid "Refusing to create empty bundle."
1246 msgstr ""
1247
1248 #: bundle.c:475
1249 #, c-format
1250 msgid "cannot create '%s'"
1251 msgstr ""
1252
1253 #: bundle.c:500
1254 msgid "index-pack died"
1255 msgstr ""
1256
1257 #: color.c:296
1258 #, c-format
1259 msgid "invalid color value: %.*s"
1260 msgstr ""
1261
1262 #: commit.c:50 sequencer.c:2567 builtin/am.c:355 builtin/am.c:399
1263 #: builtin/am.c:1375 builtin/am.c:2019 builtin/replace.c:376
1264 #: builtin/replace.c:448
1265 #, c-format
1266 msgid "could not parse %s"
1267 msgstr ""
1268
1269 #: commit.c:52
1270 #, c-format
1271 msgid "%s %s is not a commit!"
1272 msgstr ""
1273
1274 #: commit.c:193
1275 msgid ""
1276 "Support for <GIT_DIR>/info/grafts is deprecated\n"
1277 "and will be removed in a future Git version.\n"
1278 "\n"
1279 "Please use \"git replace --convert-graft-file\"\n"
1280 "to convert the grafts into replace refs.\n"
1281 "\n"
1282 "Turn this message off by running\n"
1283 "\"git config advice.graftFileDeprecated false\""
1284 msgstr ""
1285
1286 #: commit.c:1122
1287 #, c-format
1288 msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
1289 msgstr ""
1290
1291 #: commit.c:1125
1292 #, c-format
1293 msgid "Commit %s has a bad GPG signature allegedly by %s."
1294 msgstr ""
1295
1296 #: commit.c:1128
1297 #, c-format
1298 msgid "Commit %s does not have a GPG signature."
1299 msgstr ""
1300
1301 #: commit.c:1131
1302 #, c-format
1303 msgid "Commit %s has a good GPG signature by %s\n"
1304 msgstr ""
1305
1306 #: commit.c:1385
1307 msgid ""
1308 "Warning: commit message did not conform to UTF-8.\n"
1309 "You may want to amend it after fixing the message, or set the config\n"
1310 "variable i18n.commitencoding to the encoding your project uses.\n"
1311 msgstr ""
1312
1313 #: commit-graph.c:101
1314 #, c-format
1315 msgid "graph file %s is too small"
1316 msgstr ""
1317
1318 #: commit-graph.c:136
1319 #, c-format
1320 msgid "graph signature %X does not match signature %X"
1321 msgstr ""
1322
1323 #: commit-graph.c:143
1324 #, c-format
1325 msgid "graph version %X does not match version %X"
1326 msgstr ""
1327
1328 #: commit-graph.c:150
1329 #, c-format
1330 msgid "hash version %X does not match version %X"
1331 msgstr ""
1332
1333 #: commit-graph.c:173
1334 msgid "chunk lookup table entry missing; graph file may be incomplete"
1335 msgstr ""
1336
1337 #: commit-graph.c:184
1338 #, c-format
1339 msgid "improper chunk offset %08x%08x"
1340 msgstr ""
1341
1342 #: commit-graph.c:221
1343 #, c-format
1344 msgid "chunk id %08x appears multiple times"
1345 msgstr ""
1346
1347 #: commit-graph.c:334
1348 #, c-format
1349 msgid "could not find commit %s"
1350 msgstr ""
1351
1352 #: commit-graph.c:671 builtin/pack-objects.c:2646
1353 #, c-format
1354 msgid "unable to get type of object %s"
1355 msgstr ""
1356
1357 #: commit-graph.c:704
1358 msgid "Loading known commits in commit graph"
1359 msgstr ""
1360
1361 #: commit-graph.c:720
1362 msgid "Expanding reachable commits in commit graph"
1363 msgstr ""
1364
1365 #: commit-graph.c:732
1366 msgid "Clearing commit marks in commit graph"
1367 msgstr ""
1368
1369 #: commit-graph.c:752
1370 msgid "Computing commit graph generation numbers"
1371 msgstr ""
1372
1373 #: commit-graph.c:869
1374 #, c-format
1375 msgid "Finding commits for commit graph in %d pack"
1376 msgid_plural "Finding commits for commit graph in %d packs"
1377 msgstr[0] ""
1378 msgstr[1] ""
1379
1380 #: commit-graph.c:882
1381 #, c-format
1382 msgid "error adding pack %s"
1383 msgstr ""
1384
1385 #: commit-graph.c:884
1386 #, c-format
1387 msgid "error opening index for %s"
1388 msgstr ""
1389
1390 #: commit-graph.c:898
1391 #, c-format
1392 msgid "Finding commits for commit graph from %d ref"
1393 msgid_plural "Finding commits for commit graph from %d refs"
1394 msgstr[0] ""
1395 msgstr[1] ""
1396
1397 #: commit-graph.c:930
1398 msgid "Finding commits for commit graph among packed objects"
1399 msgstr ""
1400
1401 #: commit-graph.c:943
1402 msgid "Counting distinct commits in commit graph"
1403 msgstr ""
1404
1405 #: commit-graph.c:956
1406 #, c-format
1407 msgid "the commit graph format cannot write %d commits"
1408 msgstr ""
1409
1410 #: commit-graph.c:965
1411 msgid "Finding extra edges in commit graph"
1412 msgstr ""
1413
1414 #: commit-graph.c:989
1415 msgid "too many commits to write graph"
1416 msgstr ""
1417
1418 #: commit-graph.c:996 midx.c:769
1419 #, c-format
1420 msgid "unable to create leading directories of %s"
1421 msgstr ""
1422
1423 #: commit-graph.c:1036
1424 #, c-format
1425 msgid "Writing out commit graph in %d pass"
1426 msgid_plural "Writing out commit graph in %d passes"
1427 msgstr[0] ""
1428 msgstr[1] ""
1429
1430 #: commit-graph.c:1109
1431 msgid "the commit-graph file has incorrect checksum and is likely corrupt"
1432 msgstr ""
1433
1434 #: commit-graph.c:1153
1435 msgid "Verifying commits in commit graph"
1436 msgstr ""
1437
1438 #: compat/obstack.c:406 compat/obstack.c:408
1439 msgid "memory exhausted"
1440 msgstr ""
1441
1442 #: config.c:123
1443 #, c-format
1444 msgid ""
1445 "exceeded maximum include depth (%d) while including\n"
1446 "\t%s\n"
1447 "from\n"
1448 "\t%s\n"
1449 "This might be due to circular includes."
1450 msgstr ""
1451
1452 #: config.c:139
1453 #, c-format
1454 msgid "could not expand include path '%s'"
1455 msgstr ""
1456
1457 #: config.c:150
1458 msgid "relative config includes must come from files"
1459 msgstr ""
1460
1461 #: config.c:190
1462 msgid "relative config include conditionals must come from files"
1463 msgstr ""
1464
1465 #: config.c:348
1466 #, c-format
1467 msgid "key does not contain a section: %s"
1468 msgstr ""
1469
1470 #: config.c:354
1471 #, c-format
1472 msgid "key does not contain variable name: %s"
1473 msgstr ""
1474
1475 #: config.c:378 sequencer.c:2330
1476 #, c-format
1477 msgid "invalid key: %s"
1478 msgstr ""
1479
1480 #: config.c:384
1481 #, c-format
1482 msgid "invalid key (newline): %s"
1483 msgstr ""
1484
1485 #: config.c:420 config.c:432
1486 #, c-format
1487 msgid "bogus config parameter: %s"
1488 msgstr ""
1489
1490 #: config.c:467
1491 #, c-format
1492 msgid "bogus format in %s"
1493 msgstr ""
1494
1495 #: config.c:793
1496 #, c-format
1497 msgid "bad config line %d in blob %s"
1498 msgstr ""
1499
1500 #: config.c:797
1501 #, c-format
1502 msgid "bad config line %d in file %s"
1503 msgstr ""
1504
1505 #: config.c:801
1506 #, c-format
1507 msgid "bad config line %d in standard input"
1508 msgstr ""
1509
1510 #: config.c:805
1511 #, c-format
1512 msgid "bad config line %d in submodule-blob %s"
1513 msgstr ""
1514
1515 #: config.c:809
1516 #, c-format
1517 msgid "bad config line %d in command line %s"
1518 msgstr ""
1519
1520 #: config.c:813
1521 #, c-format
1522 msgid "bad config line %d in %s"
1523 msgstr ""
1524
1525 #: config.c:952
1526 msgid "out of range"
1527 msgstr ""
1528
1529 #: config.c:952
1530 msgid "invalid unit"
1531 msgstr ""
1532
1533 #: config.c:958
1534 #, c-format
1535 msgid "bad numeric config value '%s' for '%s': %s"
1536 msgstr ""
1537
1538 #: config.c:963
1539 #, c-format
1540 msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1541 msgstr ""
1542
1543 #: config.c:966
1544 #, c-format
1545 msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1546 msgstr ""
1547
1548 #: config.c:969
1549 #, c-format
1550 msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1551 msgstr ""
1552
1553 #: config.c:972
1554 #, c-format
1555 msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1556 msgstr ""
1557
1558 #: config.c:975
1559 #, c-format
1560 msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1561 msgstr ""
1562
1563 #: config.c:978
1564 #, c-format
1565 msgid "bad numeric config value '%s' for '%s' in %s: %s"
1566 msgstr ""
1567
1568 #: config.c:1073
1569 #, c-format
1570 msgid "failed to expand user dir in: '%s'"
1571 msgstr ""
1572
1573 #: config.c:1082
1574 #, c-format
1575 msgid "'%s' for '%s' is not a valid timestamp"
1576 msgstr ""
1577
1578 #: config.c:1173
1579 #, c-format
1580 msgid "abbrev length out of range: %d"
1581 msgstr ""
1582
1583 #: config.c:1187 config.c:1198
1584 #, c-format
1585 msgid "bad zlib compression level %d"
1586 msgstr ""
1587
1588 #: config.c:1290
1589 msgid "core.commentChar should only be one character"
1590 msgstr ""
1591
1592 #: config.c:1323
1593 #, c-format
1594 msgid "invalid mode for object creation: %s"
1595 msgstr ""
1596
1597 #: config.c:1395
1598 #, c-format
1599 msgid "malformed value for %s"
1600 msgstr ""
1601
1602 #: config.c:1421
1603 #, c-format
1604 msgid "malformed value for %s: %s"
1605 msgstr ""
1606
1607 #: config.c:1422
1608 msgid "must be one of nothing, matching, simple, upstream or current"
1609 msgstr ""
1610
1611 #: config.c:1481 builtin/pack-objects.c:3394
1612 #, c-format
1613 msgid "bad pack compression level %d"
1614 msgstr ""
1615
1616 #: config.c:1602
1617 #, c-format
1618 msgid "unable to load config blob object '%s'"
1619 msgstr ""
1620
1621 #: config.c:1605
1622 #, c-format
1623 msgid "reference '%s' does not point to a blob"
1624 msgstr ""
1625
1626 #: config.c:1622
1627 #, c-format
1628 msgid "unable to resolve config blob '%s'"
1629 msgstr ""
1630
1631 #: config.c:1652
1632 #, c-format
1633 msgid "failed to parse %s"
1634 msgstr ""
1635
1636 #: config.c:1705
1637 msgid "unable to parse command-line config"
1638 msgstr ""
1639
1640 #: config.c:2037
1641 msgid "unknown error occurred while reading the configuration files"
1642 msgstr ""
1643
1644 #: config.c:2207
1645 #, c-format
1646 msgid "Invalid %s: '%s'"
1647 msgstr ""
1648
1649 #: config.c:2250
1650 #, c-format
1651 msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1652 msgstr ""
1653
1654 #: config.c:2276
1655 #, c-format
1656 msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1657 msgstr ""
1658
1659 #: config.c:2322
1660 #, c-format
1661 msgid "unable to parse '%s' from command-line config"
1662 msgstr ""
1663
1664 #: config.c:2324
1665 #, c-format
1666 msgid "bad config variable '%s' in file '%s' at line %d"
1667 msgstr ""
1668
1669 #: config.c:2405
1670 #, c-format
1671 msgid "invalid section name '%s'"
1672 msgstr ""
1673
1674 #: config.c:2437
1675 #, c-format
1676 msgid "%s has multiple values"
1677 msgstr ""
1678
1679 #: config.c:2466
1680 #, c-format
1681 msgid "failed to write new configuration file %s"
1682 msgstr ""
1683
1684 #: config.c:2716 config.c:3040
1685 #, c-format
1686 msgid "could not lock config file %s"
1687 msgstr ""
1688
1689 #: config.c:2727
1690 #, c-format
1691 msgid "opening %s"
1692 msgstr ""
1693
1694 #: config.c:2762 builtin/config.c:328
1695 #, c-format
1696 msgid "invalid pattern: %s"
1697 msgstr ""
1698
1699 #: config.c:2787
1700 #, c-format
1701 msgid "invalid config file %s"
1702 msgstr ""
1703
1704 #: config.c:2800 config.c:3053
1705 #, c-format
1706 msgid "fstat on %s failed"
1707 msgstr ""
1708
1709 #: config.c:2811
1710 #, c-format
1711 msgid "unable to mmap '%s'"
1712 msgstr ""
1713
1714 #: config.c:2820 config.c:3058
1715 #, c-format
1716 msgid "chmod on %s failed"
1717 msgstr ""
1718
1719 #: config.c:2905 config.c:3155
1720 #, c-format
1721 msgid "could not write config file %s"
1722 msgstr ""
1723
1724 #: config.c:2939
1725 #, c-format
1726 msgid "could not set '%s' to '%s'"
1727 msgstr ""
1728
1729 #: config.c:2941 builtin/remote.c:782
1730 #, c-format
1731 msgid "could not unset '%s'"
1732 msgstr ""
1733
1734 #: config.c:3031
1735 #, c-format
1736 msgid "invalid section name: %s"
1737 msgstr ""
1738
1739 #: config.c:3198
1740 #, c-format
1741 msgid "missing value for '%s'"
1742 msgstr ""
1743
1744 #: connect.c:61
1745 msgid "the remote end hung up upon initial contact"
1746 msgstr ""
1747
1748 #: connect.c:63
1749 msgid ""
1750 "Could not read from remote repository.\n"
1751 "\n"
1752 "Please make sure you have the correct access rights\n"
1753 "and the repository exists."
1754 msgstr ""
1755
1756 #: connect.c:81
1757 #, c-format
1758 msgid "server doesn't support '%s'"
1759 msgstr ""
1760
1761 #: connect.c:103
1762 #, c-format
1763 msgid "server doesn't support feature '%s'"
1764 msgstr ""
1765
1766 #: connect.c:114
1767 msgid "expected flush after capabilities"
1768 msgstr ""
1769
1770 #: connect.c:233
1771 #, c-format
1772 msgid "ignoring capabilities after first line '%s'"
1773 msgstr ""
1774
1775 #: connect.c:252
1776 msgid "protocol error: unexpected capabilities^{}"
1777 msgstr ""
1778
1779 #: connect.c:273
1780 #, c-format
1781 msgid "protocol error: expected shallow sha-1, got '%s'"
1782 msgstr ""
1783
1784 #: connect.c:275
1785 msgid "repository on the other end cannot be shallow"
1786 msgstr ""
1787
1788 #: connect.c:313
1789 msgid "invalid packet"
1790 msgstr ""
1791
1792 #: connect.c:333
1793 #, c-format
1794 msgid "protocol error: unexpected '%s'"
1795 msgstr ""
1796
1797 #: connect.c:441
1798 #, c-format
1799 msgid "invalid ls-refs response: %s"
1800 msgstr ""
1801
1802 #: connect.c:445
1803 msgid "expected flush after ref listing"
1804 msgstr ""
1805
1806 #: connect.c:544
1807 #, c-format
1808 msgid "protocol '%s' is not supported"
1809 msgstr ""
1810
1811 #: connect.c:595
1812 msgid "unable to set SO_KEEPALIVE on socket"
1813 msgstr ""
1814
1815 #: connect.c:635 connect.c:698
1816 #, c-format
1817 msgid "Looking up %s ... "
1818 msgstr ""
1819
1820 #: connect.c:639
1821 #, c-format
1822 msgid "unable to look up %s (port %s) (%s)"
1823 msgstr ""
1824
1825 #. TRANSLATORS: this is the end of "Looking up %s ... "
1826 #: connect.c:643 connect.c:714
1827 #, c-format
1828 msgid ""
1829 "done.\n"
1830 "Connecting to %s (port %s) ... "
1831 msgstr ""
1832
1833 #: connect.c:665 connect.c:742
1834 #, c-format
1835 msgid ""
1836 "unable to connect to %s:\n"
1837 "%s"
1838 msgstr ""
1839
1840 #. TRANSLATORS: this is the end of "Connecting to %s (port %s) ... "
1841 #: connect.c:671 connect.c:748
1842 msgid "done."
1843 msgstr ""
1844
1845 #: connect.c:702
1846 #, c-format
1847 msgid "unable to look up %s (%s)"
1848 msgstr ""
1849
1850 #: connect.c:708
1851 #, c-format
1852 msgid "unknown port %s"
1853 msgstr ""
1854
1855 #: connect.c:845 connect.c:1171
1856 #, c-format
1857 msgid "strange hostname '%s' blocked"
1858 msgstr ""
1859
1860 #: connect.c:847
1861 #, c-format
1862 msgid "strange port '%s' blocked"
1863 msgstr ""
1864
1865 #: connect.c:857
1866 #, c-format
1867 msgid "cannot start proxy %s"
1868 msgstr ""
1869
1870 #: connect.c:924
1871 msgid "no path specified; see 'git help pull' for valid url syntax"
1872 msgstr ""
1873
1874 #: connect.c:1119
1875 msgid "ssh variant 'simple' does not support -4"
1876 msgstr ""
1877
1878 #: connect.c:1131
1879 msgid "ssh variant 'simple' does not support -6"
1880 msgstr ""
1881
1882 #: connect.c:1148
1883 msgid "ssh variant 'simple' does not support setting port"
1884 msgstr ""
1885
1886 #: connect.c:1259
1887 #, c-format
1888 msgid "strange pathname '%s' blocked"
1889 msgstr ""
1890
1891 #: connect.c:1304
1892 msgid "unable to fork"
1893 msgstr ""
1894
1895 #: connected.c:68 builtin/fsck.c:221 builtin/prune.c:146
1896 msgid "Checking connectivity"
1897 msgstr ""
1898
1899 #: connected.c:80
1900 msgid "Could not run 'git rev-list'"
1901 msgstr ""
1902
1903 #: connected.c:100
1904 msgid "failed write to rev-list"
1905 msgstr ""
1906
1907 #: connected.c:107
1908 msgid "failed to close rev-list's stdin"
1909 msgstr ""
1910
1911 #: convert.c:193
1912 #, c-format
1913 msgid "illegal crlf_action %d"
1914 msgstr ""
1915
1916 #: convert.c:206
1917 #, c-format
1918 msgid "CRLF would be replaced by LF in %s"
1919 msgstr ""
1920
1921 #: convert.c:208
1922 #, c-format
1923 msgid ""
1924 "CRLF will be replaced by LF in %s.\n"
1925 "The file will have its original line endings in your working directory"
1926 msgstr ""
1927
1928 #: convert.c:216
1929 #, c-format
1930 msgid "LF would be replaced by CRLF in %s"
1931 msgstr ""
1932
1933 #: convert.c:218
1934 #, c-format
1935 msgid ""
1936 "LF will be replaced by CRLF in %s.\n"
1937 "The file will have its original line endings in your working directory"
1938 msgstr ""
1939
1940 #: convert.c:279
1941 #, c-format
1942 msgid "BOM is prohibited in '%s' if encoded as %s"
1943 msgstr ""
1944
1945 #: convert.c:286
1946 #, c-format
1947 msgid ""
1948 "The file '%s' contains a byte order mark (BOM). Please use UTF-%s as working-"
1949 "tree-encoding."
1950 msgstr ""
1951
1952 #: convert.c:304
1953 #, c-format
1954 msgid "BOM is required in '%s' if encoded as %s"
1955 msgstr ""
1956
1957 #: convert.c:306
1958 #, c-format
1959 msgid ""
1960 "The file '%s' is missing a byte order mark (BOM). Please use UTF-%sBE or UTF-"
1961 "%sLE (depending on the byte order) as working-tree-encoding."
1962 msgstr ""
1963
1964 #: convert.c:424 convert.c:495
1965 #, c-format
1966 msgid "failed to encode '%s' from %s to %s"
1967 msgstr ""
1968
1969 #: convert.c:467
1970 #, c-format
1971 msgid "encoding '%s' from %s to %s and back is not the same"
1972 msgstr ""
1973
1974 #: convert.c:673
1975 #, c-format
1976 msgid "cannot fork to run external filter '%s'"
1977 msgstr ""
1978
1979 #: convert.c:693
1980 #, c-format
1981 msgid "cannot feed the input to external filter '%s'"
1982 msgstr ""
1983
1984 #: convert.c:700
1985 #, c-format
1986 msgid "external filter '%s' failed %d"
1987 msgstr ""
1988
1989 #: convert.c:735 convert.c:738
1990 #, c-format
1991 msgid "read from external filter '%s' failed"
1992 msgstr ""
1993
1994 #: convert.c:741 convert.c:796
1995 #, c-format
1996 msgid "external filter '%s' failed"
1997 msgstr ""
1998
1999 #: convert.c:844
2000 msgid "unexpected filter type"
2001 msgstr ""
2002
2003 #: convert.c:855
2004 msgid "path name too long for external filter"
2005 msgstr ""
2006
2007 #: convert.c:929
2008 #, c-format
2009 msgid ""
2010 "external filter '%s' is not available anymore although not all paths have "
2011 "been filtered"
2012 msgstr ""
2013
2014 #: convert.c:1228
2015 msgid "true/false are no valid working-tree-encodings"
2016 msgstr ""
2017
2018 #: convert.c:1398 convert.c:1432
2019 #, c-format
2020 msgid "%s: clean filter '%s' failed"
2021 msgstr ""
2022
2023 #: convert.c:1476
2024 #, c-format
2025 msgid "%s: smudge filter %s failed"
2026 msgstr ""
2027
2028 #: date.c:137
2029 msgid "in the future"
2030 msgstr ""
2031
2032 #: date.c:143
2033 #, c-format
2034 msgid "%<PRIuMAX> second ago"
2035 msgid_plural "%<PRIuMAX> seconds ago"
2036 msgstr[0] ""
2037 msgstr[1] ""
2038
2039 #: date.c:150
2040 #, c-format
2041 msgid "%<PRIuMAX> minute ago"
2042 msgid_plural "%<PRIuMAX> minutes ago"
2043 msgstr[0] ""
2044 msgstr[1] ""
2045
2046 #: date.c:157
2047 #, c-format
2048 msgid "%<PRIuMAX> hour ago"
2049 msgid_plural "%<PRIuMAX> hours ago"
2050 msgstr[0] ""
2051 msgstr[1] ""
2052
2053 #: date.c:164
2054 #, c-format
2055 msgid "%<PRIuMAX> day ago"
2056 msgid_plural "%<PRIuMAX> days ago"
2057 msgstr[0] ""
2058 msgstr[1] ""
2059
2060 #: date.c:170
2061 #, c-format
2062 msgid "%<PRIuMAX> week ago"
2063 msgid_plural "%<PRIuMAX> weeks ago"
2064 msgstr[0] ""
2065 msgstr[1] ""
2066
2067 #: date.c:177
2068 #, c-format
2069 msgid "%<PRIuMAX> month ago"
2070 msgid_plural "%<PRIuMAX> months ago"
2071 msgstr[0] ""
2072 msgstr[1] ""
2073
2074 #: date.c:188
2075 #, c-format
2076 msgid "%<PRIuMAX> year"
2077 msgid_plural "%<PRIuMAX> years"
2078 msgstr[0] ""
2079 msgstr[1] ""
2080
2081 #. TRANSLATORS: "%s" is "<n> years"
2082 #: date.c:191
2083 #, c-format
2084 msgid "%s, %<PRIuMAX> month ago"
2085 msgid_plural "%s, %<PRIuMAX> months ago"
2086 msgstr[0] ""
2087 msgstr[1] ""
2088
2089 #: date.c:196 date.c:201
2090 #, c-format
2091 msgid "%<PRIuMAX> year ago"
2092 msgid_plural "%<PRIuMAX> years ago"
2093 msgstr[0] ""
2094 msgstr[1] ""
2095
2096 #: delta-islands.c:272
2097 msgid "Propagating island marks"
2098 msgstr ""
2099
2100 #: delta-islands.c:290
2101 #, c-format
2102 msgid "bad tree object %s"
2103 msgstr ""
2104
2105 #: delta-islands.c:334
2106 #, c-format
2107 msgid "failed to load island regex for '%s': %s"
2108 msgstr ""
2109
2110 #: delta-islands.c:390
2111 #, c-format
2112 msgid "island regex from config has too many capture groups (max=%d)"
2113 msgstr ""
2114
2115 #: delta-islands.c:466
2116 #, c-format
2117 msgid "Marked %d islands, done.\n"
2118 msgstr ""
2119
2120 #: diffcore-order.c:24
2121 #, c-format
2122 msgid "failed to read orderfile '%s'"
2123 msgstr ""
2124
2125 #: diffcore-rename.c:544
2126 msgid "Performing inexact rename detection"
2127 msgstr ""
2128
2129 #: diff.c:108
2130 #, c-format
2131 msgid "option '%s' requires a value"
2132 msgstr ""
2133
2134 #: diff.c:158
2135 #, c-format
2136 msgid " Failed to parse dirstat cut-off percentage '%s'\n"
2137 msgstr ""
2138
2139 #: diff.c:163
2140 #, c-format
2141 msgid " Unknown dirstat parameter '%s'\n"
2142 msgstr ""
2143
2144 #: diff.c:291
2145 msgid ""
2146 "color moved setting must be one of 'no', 'default', 'blocks', 'zebra', "
2147 "'dimmed-zebra', 'plain'"
2148 msgstr ""
2149
2150 #: diff.c:319
2151 #, c-format
2152 msgid ""
2153 "unknown color-moved-ws mode '%s', possible values are 'ignore-space-change', "
2154 "'ignore-space-at-eol', 'ignore-all-space', 'allow-indentation-change'"
2155 msgstr ""
2156
2157 #: diff.c:327
2158 msgid ""
2159 "color-moved-ws: allow-indentation-change cannot be combined with other "
2160 "whitespace modes"
2161 msgstr ""
2162
2163 #: diff.c:400
2164 #, c-format
2165 msgid "Unknown value for 'diff.submodule' config variable: '%s'"
2166 msgstr ""
2167
2168 #: diff.c:460
2169 #, c-format
2170 msgid ""
2171 "Found errors in 'diff.dirstat' config variable:\n"
2172 "%s"
2173 msgstr ""
2174
2175 #: diff.c:4211
2176 #, c-format
2177 msgid "external diff died, stopping at %s"
2178 msgstr ""
2179
2180 #: diff.c:4553
2181 msgid "--name-only, --name-status, --check and -s are mutually exclusive"
2182 msgstr ""
2183
2184 #: diff.c:4556
2185 msgid "-G, -S and --find-object are mutually exclusive"
2186 msgstr ""
2187
2188 #: diff.c:4634
2189 msgid "--follow requires exactly one pathspec"
2190 msgstr ""
2191
2192 #: diff.c:4800
2193 #, c-format
2194 msgid ""
2195 "Failed to parse --dirstat/-X option parameter:\n"
2196 "%s"
2197 msgstr ""
2198
2199 #: diff.c:4814
2200 #, c-format
2201 msgid "Failed to parse --submodule option parameter: '%s'"
2202 msgstr ""
2203
2204 #: diff.c:5900
2205 msgid "inexact rename detection was skipped due to too many files."
2206 msgstr ""
2207
2208 #: diff.c:5903
2209 msgid "only found copies from modified paths due to too many files."
2210 msgstr ""
2211
2212 #: diff.c:5906
2213 #, c-format
2214 msgid ""
2215 "you may want to set your %s variable to at least %d and retry the command."
2216 msgstr ""
2217
2218 #: dir.c:538
2219 #, c-format
2220 msgid "pathspec '%s' did not match any file(s) known to git"
2221 msgstr ""
2222
2223 #: dir.c:927
2224 #, c-format
2225 msgid "cannot use %s as an exclude file"
2226 msgstr ""
2227
2228 #: dir.c:1842
2229 #, c-format
2230 msgid "could not open directory '%s'"
2231 msgstr ""
2232
2233 #: dir.c:2084
2234 msgid "failed to get kernel name and information"
2235 msgstr ""
2236
2237 #: dir.c:2208
2238 msgid "untracked cache is disabled on this system or location"
2239 msgstr ""
2240
2241 #: dir.c:3009
2242 #, c-format
2243 msgid "index file corrupt in repo %s"
2244 msgstr ""
2245
2246 #: dir.c:3054 dir.c:3059
2247 #, c-format
2248 msgid "could not create directories for %s"
2249 msgstr ""
2250
2251 #: dir.c:3088
2252 #, c-format
2253 msgid "could not migrate git directory from '%s' to '%s'"
2254 msgstr ""
2255
2256 #: editor.c:73
2257 #, c-format
2258 msgid "hint: Waiting for your editor to close the file...%c"
2259 msgstr ""
2260
2261 #: entry.c:178
2262 msgid "Filtering content"
2263 msgstr ""
2264
2265 #: entry.c:465
2266 #, c-format
2267 msgid "could not stat file '%s'"
2268 msgstr ""
2269
2270 #: environment.c:150
2271 #, c-format
2272 msgid "bad git namespace path \"%s\""
2273 msgstr ""
2274
2275 #: environment.c:332
2276 #, c-format
2277 msgid "could not set GIT_DIR to '%s'"
2278 msgstr ""
2279
2280 #: exec-cmd.c:361
2281 #, c-format
2282 msgid "too many args to run %s"
2283 msgstr ""
2284
2285 #: fetch-object.c:17
2286 msgid "Remote with no URL"
2287 msgstr ""
2288
2289 #: fetch-pack.c:151
2290 msgid "git fetch-pack: expected shallow list"
2291 msgstr ""
2292
2293 #: fetch-pack.c:154
2294 msgid "git fetch-pack: expected a flush packet after shallow list"
2295 msgstr ""
2296
2297 #: fetch-pack.c:165
2298 msgid "git fetch-pack: expected ACK/NAK, got a flush packet"
2299 msgstr ""
2300
2301 #: fetch-pack.c:185
2302 #, c-format
2303 msgid "git fetch-pack: expected ACK/NAK, got '%s'"
2304 msgstr ""
2305
2306 #: fetch-pack.c:256
2307 msgid "--stateless-rpc requires multi_ack_detailed"
2308 msgstr ""
2309
2310 #: fetch-pack.c:358 fetch-pack.c:1264
2311 #, c-format
2312 msgid "invalid shallow line: %s"
2313 msgstr ""
2314
2315 #: fetch-pack.c:364 fetch-pack.c:1271
2316 #, c-format
2317 msgid "invalid unshallow line: %s"
2318 msgstr ""
2319
2320 #: fetch-pack.c:366 fetch-pack.c:1273
2321 #, c-format
2322 msgid "object not found: %s"
2323 msgstr ""
2324
2325 #: fetch-pack.c:369 fetch-pack.c:1276
2326 #, c-format
2327 msgid "error in object: %s"
2328 msgstr ""
2329
2330 #: fetch-pack.c:371 fetch-pack.c:1278
2331 #, c-format
2332 msgid "no shallow found: %s"
2333 msgstr ""
2334
2335 #: fetch-pack.c:374 fetch-pack.c:1282
2336 #, c-format
2337 msgid "expected shallow/unshallow, got %s"
2338 msgstr ""
2339
2340 #: fetch-pack.c:415
2341 #, c-format
2342 msgid "got %s %d %s"
2343 msgstr ""
2344
2345 #: fetch-pack.c:432
2346 #, c-format
2347 msgid "invalid commit %s"
2348 msgstr ""
2349
2350 #: fetch-pack.c:463
2351 msgid "giving up"
2352 msgstr ""
2353
2354 #: fetch-pack.c:475 progress.c:229
2355 msgid "done"
2356 msgstr ""
2357
2358 #: fetch-pack.c:487
2359 #, c-format
2360 msgid "got %s (%d) %s"
2361 msgstr ""
2362
2363 #: fetch-pack.c:533
2364 #, c-format
2365 msgid "Marking %s as complete"
2366 msgstr ""
2367
2368 #: fetch-pack.c:740
2369 #, c-format
2370 msgid "already have %s (%s)"
2371 msgstr ""
2372
2373 #: fetch-pack.c:779
2374 msgid "fetch-pack: unable to fork off sideband demultiplexer"
2375 msgstr ""
2376
2377 #: fetch-pack.c:787
2378 msgid "protocol error: bad pack header"
2379 msgstr ""
2380
2381 #: fetch-pack.c:855
2382 #, c-format
2383 msgid "fetch-pack: unable to fork off %s"
2384 msgstr ""
2385
2386 #: fetch-pack.c:871
2387 #, c-format
2388 msgid "%s failed"
2389 msgstr ""
2390
2391 #: fetch-pack.c:873
2392 msgid "error in sideband demultiplexer"
2393 msgstr ""
2394
2395 #: fetch-pack.c:902
2396 msgid "Server does not support shallow clients"
2397 msgstr ""
2398
2399 #: fetch-pack.c:906
2400 msgid "Server supports multi_ack_detailed"
2401 msgstr ""
2402
2403 #: fetch-pack.c:909
2404 msgid "Server supports no-done"
2405 msgstr ""
2406
2407 #: fetch-pack.c:915
2408 msgid "Server supports multi_ack"
2409 msgstr ""
2410
2411 #: fetch-pack.c:919
2412 msgid "Server supports side-band-64k"
2413 msgstr ""
2414
2415 #: fetch-pack.c:923
2416 msgid "Server supports side-band"
2417 msgstr ""
2418
2419 #: fetch-pack.c:927
2420 msgid "Server supports allow-tip-sha1-in-want"
2421 msgstr ""
2422
2423 #: fetch-pack.c:931
2424 msgid "Server supports allow-reachable-sha1-in-want"
2425 msgstr ""
2426
2427 #: fetch-pack.c:941
2428 msgid "Server supports ofs-delta"
2429 msgstr ""
2430
2431 #: fetch-pack.c:947 fetch-pack.c:1140
2432 msgid "Server supports filter"
2433 msgstr ""
2434
2435 #: fetch-pack.c:955
2436 #, c-format
2437 msgid "Server version is %.*s"
2438 msgstr ""
2439
2440 #: fetch-pack.c:961
2441 msgid "Server does not support --shallow-since"
2442 msgstr ""
2443
2444 #: fetch-pack.c:965
2445 msgid "Server does not support --shallow-exclude"
2446 msgstr ""
2447
2448 #: fetch-pack.c:967
2449 msgid "Server does not support --deepen"
2450 msgstr ""
2451
2452 #: fetch-pack.c:984
2453 msgid "no common commits"
2454 msgstr ""
2455
2456 #: fetch-pack.c:996 fetch-pack.c:1419
2457 msgid "git fetch-pack: fetch failed."
2458 msgstr ""
2459
2460 #: fetch-pack.c:1134
2461 msgid "Server does not support shallow requests"
2462 msgstr ""
2463
2464 #: fetch-pack.c:1184
2465 #, c-format
2466 msgid "error reading section header '%s'"
2467 msgstr ""
2468
2469 #: fetch-pack.c:1190
2470 #, c-format
2471 msgid "expected '%s', received '%s'"
2472 msgstr ""
2473
2474 #: fetch-pack.c:1229
2475 #, c-format
2476 msgid "unexpected acknowledgment line: '%s'"
2477 msgstr ""
2478
2479 #: fetch-pack.c:1234
2480 #, c-format
2481 msgid "error processing acks: %d"
2482 msgstr ""
2483
2484 #: fetch-pack.c:1244
2485 msgid "expected packfile to be sent after 'ready'"
2486 msgstr ""
2487
2488 #: fetch-pack.c:1246
2489 msgid "expected no other sections to be sent after no 'ready'"
2490 msgstr ""
2491
2492 #: fetch-pack.c:1287
2493 #, c-format
2494 msgid "error processing shallow info: %d"
2495 msgstr ""
2496
2497 #: fetch-pack.c:1308
2498 #, c-format
2499 msgid "expected wanted-ref, got '%s'"
2500 msgstr ""
2501
2502 #: fetch-pack.c:1318
2503 #, c-format
2504 msgid "unexpected wanted-ref: '%s'"
2505 msgstr ""
2506
2507 #: fetch-pack.c:1322
2508 #, c-format
2509 msgid "error processing wanted refs: %d"
2510 msgstr ""
2511
2512 #: fetch-pack.c:1646
2513 msgid "no matching remote head"
2514 msgstr ""
2515
2516 #: fetch-pack.c:1664 builtin/clone.c:671
2517 msgid "remote did not send all necessary objects"
2518 msgstr ""
2519
2520 #: fetch-pack.c:1690
2521 #, c-format
2522 msgid "no such remote ref %s"
2523 msgstr ""
2524
2525 #: fetch-pack.c:1693
2526 #, c-format
2527 msgid "Server does not allow request for unadvertised object %s"
2528 msgstr ""
2529
2530 #: gpg-interface.c:318
2531 msgid "gpg failed to sign the data"
2532 msgstr ""
2533
2534 #: gpg-interface.c:344
2535 msgid "could not create temporary file"
2536 msgstr ""
2537
2538 #: gpg-interface.c:347
2539 #, c-format
2540 msgid "failed writing detached signature to '%s'"
2541 msgstr ""
2542
2543 #: graph.c:97
2544 #, c-format
2545 msgid "ignore invalid color '%.*s' in log.graphColors"
2546 msgstr ""
2547
2548 #: grep.c:2113
2549 #, c-format
2550 msgid "'%s': unable to read %s"
2551 msgstr ""
2552
2553 #: grep.c:2130 setup.c:164 builtin/clone.c:411 builtin/diff.c:82
2554 #: builtin/rm.c:135
2555 #, c-format
2556 msgid "failed to stat '%s'"
2557 msgstr ""
2558
2559 #: grep.c:2141
2560 #, c-format
2561 msgid "'%s': short read"
2562 msgstr ""
2563
2564 #: help.c:23
2565 msgid "start a working area (see also: git help tutorial)"
2566 msgstr ""
2567
2568 #: help.c:24
2569 msgid "work on the current change (see also: git help everyday)"
2570 msgstr ""
2571
2572 #: help.c:25
2573 msgid "examine the history and state (see also: git help revisions)"
2574 msgstr ""
2575
2576 #: help.c:26
2577 msgid "grow, mark and tweak your common history"
2578 msgstr ""
2579
2580 #: help.c:27
2581 msgid "collaborate (see also: git help workflows)"
2582 msgstr ""
2583
2584 #: help.c:31
2585 msgid "Main Porcelain Commands"
2586 msgstr ""
2587
2588 #: help.c:32
2589 msgid "Ancillary Commands / Manipulators"
2590 msgstr ""
2591
2592 #: help.c:33
2593 msgid "Ancillary Commands / Interrogators"
2594 msgstr ""
2595
2596 #: help.c:34
2597 msgid "Interacting with Others"
2598 msgstr ""
2599
2600 #: help.c:35
2601 msgid "Low-level Commands / Manipulators"
2602 msgstr ""
2603
2604 #: help.c:36
2605 msgid "Low-level Commands / Interrogators"
2606 msgstr ""
2607
2608 #: help.c:37
2609 msgid "Low-level Commands / Synching Repositories"
2610 msgstr ""
2611
2612 #: help.c:38
2613 msgid "Low-level Commands / Internal Helpers"
2614 msgstr ""
2615
2616 #: help.c:298
2617 #, c-format
2618 msgid "available git commands in '%s'"
2619 msgstr ""
2620
2621 #: help.c:305
2622 msgid "git commands available from elsewhere on your $PATH"
2623 msgstr ""
2624
2625 #: help.c:314
2626 msgid "These are common Git commands used in various situations:"
2627 msgstr ""
2628
2629 #: help.c:363 git.c:90
2630 #, c-format
2631 msgid "unsupported command listing type '%s'"
2632 msgstr ""
2633
2634 #: help.c:410
2635 msgid "The common Git guides are:"
2636 msgstr ""
2637
2638 #: help.c:519
2639 msgid "See 'git help <command>' to read about a specific subcommand"
2640 msgstr ""
2641
2642 #: help.c:524
2643 msgid "External commands"
2644 msgstr ""
2645
2646 #: help.c:539
2647 msgid "Command aliases"
2648 msgstr ""
2649
2650 #: help.c:603
2651 #, c-format
2652 msgid ""
2653 "'%s' appears to be a git command, but we were not\n"
2654 "able to execute it. Maybe git-%s is broken?"
2655 msgstr ""
2656
2657 #: help.c:662
2658 msgid "Uh oh. Your system reports no Git commands at all."
2659 msgstr ""
2660
2661 #: help.c:684
2662 #, c-format
2663 msgid "WARNING: You called a Git command named '%s', which does not exist."
2664 msgstr ""
2665
2666 #: help.c:689
2667 #, c-format
2668 msgid "Continuing under the assumption that you meant '%s'."
2669 msgstr ""
2670
2671 #: help.c:694
2672 #, c-format
2673 msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
2674 msgstr ""
2675
2676 #: help.c:702
2677 #, c-format
2678 msgid "git: '%s' is not a git command. See 'git --help'."
2679 msgstr ""
2680
2681 #: help.c:706
2682 msgid ""
2683 "\n"
2684 "The most similar command is"
2685 msgid_plural ""
2686 "\n"
2687 "The most similar commands are"
2688 msgstr[0] ""
2689 msgstr[1] ""
2690
2691 #: help.c:721
2692 msgid "git version [<options>]"
2693 msgstr ""
2694
2695 #: help.c:789
2696 #, c-format
2697 msgid "%s: %s - %s"
2698 msgstr ""
2699
2700 #: help.c:793
2701 msgid ""
2702 "\n"
2703 "Did you mean this?"
2704 msgid_plural ""
2705 "\n"
2706 "Did you mean one of these?"
2707 msgstr[0] ""
2708 msgstr[1] ""
2709
2710 #: ident.c:345
2711 msgid ""
2712 "\n"
2713 "*** Please tell me who you are.\n"
2714 "\n"
2715 "Run\n"
2716 "\n"
2717 " git config --global user.email \"you@example.com\"\n"
2718 " git config --global user.name \"Your Name\"\n"
2719 "\n"
2720 "to set your account's default identity.\n"
2721 "Omit --global to set the identity only in this repository.\n"
2722 "\n"
2723 msgstr ""
2724
2725 #: ident.c:369
2726 msgid "no email was given and auto-detection is disabled"
2727 msgstr ""
2728
2729 #: ident.c:374
2730 #, c-format
2731 msgid "unable to auto-detect email address (got '%s')"
2732 msgstr ""
2733
2734 #: ident.c:384
2735 msgid "no name was given and auto-detection is disabled"
2736 msgstr ""
2737
2738 #: ident.c:390
2739 #, c-format
2740 msgid "unable to auto-detect name (got '%s')"
2741 msgstr ""
2742
2743 #: ident.c:398
2744 #, c-format
2745 msgid "empty ident name (for <%s>) not allowed"
2746 msgstr ""
2747
2748 #: ident.c:404
2749 #, c-format
2750 msgid "name consists only of disallowed characters: %s"
2751 msgstr ""
2752
2753 #: ident.c:419 builtin/commit.c:608
2754 #, c-format
2755 msgid "invalid date format: %s"
2756 msgstr ""
2757
2758 #: list-objects-filter-options.c:36
2759 msgid "multiple filter-specs cannot be combined"
2760 msgstr ""
2761
2762 #: list-objects-filter-options.c:58
2763 msgid "expected 'tree:<depth>'"
2764 msgstr ""
2765
2766 #: list-objects-filter-options.c:152
2767 msgid "cannot change partial clone promisor remote"
2768 msgstr ""
2769
2770 #: lockfile.c:151
2771 #, c-format
2772 msgid ""
2773 "Unable to create '%s.lock': %s.\n"
2774 "\n"
2775 "Another git process seems to be running in this repository, e.g.\n"
2776 "an editor opened by 'git commit'. Please make sure all processes\n"
2777 "are terminated then try again. If it still fails, a git process\n"
2778 "may have crashed in this repository earlier:\n"
2779 "remove the file manually to continue."
2780 msgstr ""
2781
2782 #: lockfile.c:159
2783 #, c-format
2784 msgid "Unable to create '%s.lock': %s"
2785 msgstr ""
2786
2787 #: merge.c:41
2788 msgid "failed to read the cache"
2789 msgstr ""
2790
2791 #: merge.c:107 rerere.c:720 builtin/am.c:1884 builtin/am.c:1918
2792 #: builtin/checkout.c:416 builtin/checkout.c:745 builtin/clone.c:771
2793 msgid "unable to write new index file"
2794 msgstr ""
2795
2796 #: merge-recursive.c:332
2797 msgid "(bad commit)\n"
2798 msgstr ""
2799
2800 #: merge-recursive.c:355
2801 #, c-format
2802 msgid "add_cacheinfo failed for path '%s'; merge aborting."
2803 msgstr ""
2804
2805 #: merge-recursive.c:364
2806 #, c-format
2807 msgid "add_cacheinfo failed to refresh for path '%s'; merge aborting."
2808 msgstr ""
2809
2810 #: merge-recursive.c:447
2811 msgid "error building trees"
2812 msgstr ""
2813
2814 #: merge-recursive.c:902
2815 #, c-format
2816 msgid "failed to create path '%s'%s"
2817 msgstr ""
2818
2819 #: merge-recursive.c:913
2820 #, c-format
2821 msgid "Removing %s to make room for subdirectory\n"
2822 msgstr ""
2823
2824 #: merge-recursive.c:927 merge-recursive.c:946
2825 msgid ": perhaps a D/F conflict?"
2826 msgstr ""
2827
2828 #: merge-recursive.c:936
2829 #, c-format
2830 msgid "refusing to lose untracked file at '%s'"
2831 msgstr ""
2832
2833 #: merge-recursive.c:978 builtin/cat-file.c:40
2834 #, c-format
2835 msgid "cannot read object %s '%s'"
2836 msgstr ""
2837
2838 #: merge-recursive.c:980
2839 #, c-format
2840 msgid "blob expected for %s '%s'"
2841 msgstr ""
2842
2843 #: merge-recursive.c:1004
2844 #, c-format
2845 msgid "failed to open '%s': %s"
2846 msgstr ""
2847
2848 #: merge-recursive.c:1015
2849 #, c-format
2850 msgid "failed to symlink '%s': %s"
2851 msgstr ""
2852
2853 #: merge-recursive.c:1020
2854 #, c-format
2855 msgid "do not know what to do with %06o %s '%s'"
2856 msgstr ""
2857
2858 #: merge-recursive.c:1211
2859 #, c-format
2860 msgid "Failed to merge submodule %s (not checked out)"
2861 msgstr ""
2862
2863 #: merge-recursive.c:1218
2864 #, c-format
2865 msgid "Failed to merge submodule %s (commits not present)"
2866 msgstr ""
2867
2868 #: merge-recursive.c:1225
2869 #, c-format
2870 msgid "Failed to merge submodule %s (commits don't follow merge-base)"
2871 msgstr ""
2872
2873 #: merge-recursive.c:1233 merge-recursive.c:1245
2874 #, c-format
2875 msgid "Fast-forwarding submodule %s to the following commit:"
2876 msgstr ""
2877
2878 #: merge-recursive.c:1236 merge-recursive.c:1248
2879 #, c-format
2880 msgid "Fast-forwarding submodule %s"
2881 msgstr ""
2882
2883 #: merge-recursive.c:1271
2884 #, c-format
2885 msgid "Failed to merge submodule %s (merge following commits not found)"
2886 msgstr ""
2887
2888 #: merge-recursive.c:1275
2889 #, c-format
2890 msgid "Failed to merge submodule %s (not fast-forward)"
2891 msgstr ""
2892
2893 #: merge-recursive.c:1276
2894 msgid "Found a possible merge resolution for the submodule:\n"
2895 msgstr ""
2896
2897 #: merge-recursive.c:1279
2898 #, c-format
2899 msgid ""
2900 "If this is correct simply add it to the index for example\n"
2901 "by using:\n"
2902 "\n"
2903 " git update-index --cacheinfo 160000 %s \"%s\"\n"
2904 "\n"
2905 "which will accept this suggestion.\n"
2906 msgstr ""
2907
2908 #: merge-recursive.c:1288
2909 #, c-format
2910 msgid "Failed to merge submodule %s (multiple merges found)"
2911 msgstr ""
2912
2913 #: merge-recursive.c:1361
2914 msgid "Failed to execute internal merge"
2915 msgstr ""
2916
2917 #: merge-recursive.c:1366
2918 #, c-format
2919 msgid "Unable to add %s to database"
2920 msgstr ""
2921
2922 #: merge-recursive.c:1398
2923 #, c-format
2924 msgid "Auto-merging %s"
2925 msgstr ""
2926
2927 #: merge-recursive.c:1419
2928 #, c-format
2929 msgid "Error: Refusing to lose untracked file at %s; writing to %s instead."
2930 msgstr ""
2931
2932 #: merge-recursive.c:1486
2933 #, c-format
2934 msgid ""
2935 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2936 "in tree."
2937 msgstr ""
2938
2939 #: merge-recursive.c:1491
2940 #, c-format
2941 msgid ""
2942 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2943 "left in tree."
2944 msgstr ""
2945
2946 #: merge-recursive.c:1498
2947 #, c-format
2948 msgid ""
2949 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2950 "in tree at %s."
2951 msgstr ""
2952
2953 #: merge-recursive.c:1503
2954 #, c-format
2955 msgid ""
2956 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2957 "left in tree at %s."
2958 msgstr ""
2959
2960 #: merge-recursive.c:1537
2961 msgid "rename"
2962 msgstr ""
2963
2964 #: merge-recursive.c:1537
2965 msgid "renamed"
2966 msgstr ""
2967
2968 #: merge-recursive.c:1633 merge-recursive.c:2481 merge-recursive.c:3213
2969 #, c-format
2970 msgid "Refusing to lose dirty file at %s"
2971 msgstr ""
2972
2973 #: merge-recursive.c:1643
2974 #, c-format
2975 msgid "Refusing to lose untracked file at %s, even though it's in the way."
2976 msgstr ""
2977
2978 #: merge-recursive.c:1706
2979 #, c-format
2980 msgid "CONFLICT (rename/add): Rename %s->%s in %s. Added %s in %s"
2981 msgstr ""
2982
2983 #: merge-recursive.c:1734
2984 #, c-format
2985 msgid "%s is a directory in %s adding as %s instead"
2986 msgstr ""
2987
2988 #: merge-recursive.c:1739
2989 #, c-format
2990 msgid "Refusing to lose untracked file at %s; adding as %s instead"
2991 msgstr ""
2992
2993 #: merge-recursive.c:1759
2994 #, c-format
2995 msgid ""
2996 "CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
2997 "\"->\"%s\" in \"%s\"%s"
2998 msgstr ""
2999
3000 #: merge-recursive.c:1764
3001 msgid " (left unresolved)"
3002 msgstr ""
3003
3004 #: merge-recursive.c:1868
3005 #, c-format
3006 msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
3007 msgstr ""
3008
3009 #: merge-recursive.c:2064
3010 #, c-format
3011 msgid ""
3012 "CONFLICT (directory rename split): Unclear where to place %s because "
3013 "directory %s was renamed to multiple other directories, with no destination "
3014 "getting a majority of the files."
3015 msgstr ""
3016
3017 #: merge-recursive.c:2096
3018 #, c-format
3019 msgid ""
3020 "CONFLICT (implicit dir rename): Existing file/dir at %s in the way of "
3021 "implicit directory rename(s) putting the following path(s) there: %s."
3022 msgstr ""
3023
3024 #: merge-recursive.c:2106
3025 #, c-format
3026 msgid ""
3027 "CONFLICT (implicit dir rename): Cannot map more than one path to %s; "
3028 "implicit directory renames tried to put these paths there: %s"
3029 msgstr ""
3030
3031 #: merge-recursive.c:2198
3032 #, c-format
3033 msgid ""
3034 "CONFLICT (rename/rename): Rename directory %s->%s in %s. Rename directory %s-"
3035 ">%s in %s"
3036 msgstr ""
3037
3038 #: merge-recursive.c:2443
3039 #, c-format
3040 msgid ""
3041 "WARNING: Avoiding applying %s -> %s rename to %s, because %s itself was "
3042 "renamed."
3043 msgstr ""
3044
3045 #: merge-recursive.c:3022
3046 #, c-format
3047 msgid "cannot read object %s"
3048 msgstr ""
3049
3050 #: merge-recursive.c:3025
3051 #, c-format
3052 msgid "object %s is not a blob"
3053 msgstr ""
3054
3055 #: merge-recursive.c:3094
3056 msgid "modify"
3057 msgstr ""
3058
3059 #: merge-recursive.c:3094
3060 msgid "modified"
3061 msgstr ""
3062
3063 #: merge-recursive.c:3105
3064 msgid "content"
3065 msgstr ""
3066
3067 #: merge-recursive.c:3112
3068 msgid "add/add"
3069 msgstr ""
3070
3071 #: merge-recursive.c:3160
3072 #, c-format
3073 msgid "Skipped %s (merged same as existing)"
3074 msgstr ""
3075
3076 #: merge-recursive.c:3182 git-submodule.sh:861
3077 msgid "submodule"
3078 msgstr ""
3079
3080 #: merge-recursive.c:3183
3081 #, c-format
3082 msgid "CONFLICT (%s): Merge conflict in %s"
3083 msgstr ""
3084
3085 #: merge-recursive.c:3216
3086 #, c-format
3087 msgid "Adding as %s instead"
3088 msgstr ""
3089
3090 #: merge-recursive.c:3319
3091 #, c-format
3092 msgid "Removing %s"
3093 msgstr ""
3094
3095 #: merge-recursive.c:3345
3096 msgid "file/directory"
3097 msgstr ""
3098
3099 #: merge-recursive.c:3351
3100 msgid "directory/file"
3101 msgstr ""
3102
3103 #: merge-recursive.c:3358
3104 #, c-format
3105 msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
3106 msgstr ""
3107
3108 #: merge-recursive.c:3367
3109 #, c-format
3110 msgid "Adding %s"
3111 msgstr ""
3112
3113 #: merge-recursive.c:3376
3114 #, c-format
3115 msgid "CONFLICT (add/add): Merge conflict in %s"
3116 msgstr ""
3117
3118 #: merge-recursive.c:3417
3119 #, c-format
3120 msgid ""
3121 "Your local changes to the following files would be overwritten by merge:\n"
3122 " %s"
3123 msgstr ""
3124
3125 #: merge-recursive.c:3428
3126 msgid "Already up to date!"
3127 msgstr ""
3128
3129 #: merge-recursive.c:3437
3130 #, c-format
3131 msgid "merging of trees %s and %s failed"
3132 msgstr ""
3133
3134 #: merge-recursive.c:3536
3135 msgid "Merging:"
3136 msgstr ""
3137
3138 #: merge-recursive.c:3549
3139 #, c-format
3140 msgid "found %u common ancestor:"
3141 msgid_plural "found %u common ancestors:"
3142 msgstr[0] ""
3143 msgstr[1] ""
3144
3145 #: merge-recursive.c:3588
3146 msgid "merge returned no commit"
3147 msgstr ""
3148
3149 #: merge-recursive.c:3654
3150 #, c-format
3151 msgid "Could not parse object '%s'"
3152 msgstr ""
3153
3154 #: merge-recursive.c:3670 builtin/merge.c:692 builtin/merge.c:850
3155 msgid "Unable to write index."
3156 msgstr ""
3157
3158 #: midx.c:65
3159 #, c-format
3160 msgid "multi-pack-index file %s is too small"
3161 msgstr ""
3162
3163 #: midx.c:81
3164 #, c-format
3165 msgid "multi-pack-index signature 0x%08x does not match signature 0x%08x"
3166 msgstr ""
3167
3168 #: midx.c:86
3169 #, c-format
3170 msgid "multi-pack-index version %d not recognized"
3171 msgstr ""
3172
3173 #: midx.c:91
3174 #, c-format
3175 msgid "hash version %u does not match"
3176 msgstr ""
3177
3178 #: midx.c:105
3179 msgid "invalid chunk offset (too large)"
3180 msgstr ""
3181
3182 #: midx.c:129
3183 msgid "terminating multi-pack-index chunk id appears earlier than expected"
3184 msgstr ""
3185
3186 #: midx.c:142
3187 msgid "multi-pack-index missing required pack-name chunk"
3188 msgstr ""
3189
3190 #: midx.c:144
3191 msgid "multi-pack-index missing required OID fanout chunk"
3192 msgstr ""
3193
3194 #: midx.c:146
3195 msgid "multi-pack-index missing required OID lookup chunk"
3196 msgstr ""
3197
3198 #: midx.c:148
3199 msgid "multi-pack-index missing required object offsets chunk"
3200 msgstr ""
3201
3202 #: midx.c:162
3203 #, c-format
3204 msgid "multi-pack-index pack names out of order: '%s' before '%s'"
3205 msgstr ""
3206
3207 #: midx.c:205
3208 #, c-format
3209 msgid "bad pack-int-id: %u (%u total packs)"
3210 msgstr ""
3211
3212 #: midx.c:246
3213 msgid "multi-pack-index stores a 64-bit offset, but off_t is too small"
3214 msgstr ""
3215
3216 #: midx.c:271
3217 msgid "error preparing packfile from multi-pack-index"
3218 msgstr ""
3219
3220 #: midx.c:407
3221 #, c-format
3222 msgid "failed to add packfile '%s'"
3223 msgstr ""
3224
3225 #: midx.c:413
3226 #, c-format
3227 msgid "failed to open pack-index '%s'"
3228 msgstr ""
3229
3230 #: midx.c:507
3231 #, c-format
3232 msgid "failed to locate object %d in packfile"
3233 msgstr ""
3234
3235 #: midx.c:943
3236 #, c-format
3237 msgid "failed to clear multi-pack-index at %s"
3238 msgstr ""
3239
3240 #: midx.c:981
3241 #, c-format
3242 msgid ""
3243 "oid fanout out of order: fanout[%d] = %<PRIx32> > %<PRIx32> = fanout[%d]"
3244 msgstr ""
3245
3246 #: midx.c:992
3247 #, c-format
3248 msgid "oid lookup out of order: oid[%d] = %s >= %s = oid[%d]"
3249 msgstr ""
3250
3251 #: midx.c:996
3252 msgid "Verifying object offsets"
3253 msgstr ""
3254
3255 #: midx.c:1004
3256 #, c-format
3257 msgid "failed to load pack entry for oid[%d] = %s"
3258 msgstr ""
3259
3260 #: midx.c:1010
3261 #, c-format
3262 msgid "failed to load pack-index for packfile %s"
3263 msgstr ""
3264
3265 #: midx.c:1019
3266 #, c-format
3267 msgid "incorrect object offset for oid[%d] = %s: %<PRIx64> != %<PRIx64>"
3268 msgstr ""
3269
3270 #: name-hash.c:531
3271 #, c-format
3272 msgid "unable to create lazy_dir thread: %s"
3273 msgstr ""
3274
3275 #: name-hash.c:553
3276 #, c-format
3277 msgid "unable to create lazy_name thread: %s"
3278 msgstr ""
3279
3280 #: name-hash.c:559
3281 #, c-format
3282 msgid "unable to join lazy_name thread: %s"
3283 msgstr ""
3284
3285 #: notes-merge.c:277
3286 #, c-format
3287 msgid ""
3288 "You have not concluded your previous notes merge (%s exists).\n"
3289 "Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
3290 "commit/abort the previous merge before you start a new notes merge."
3291 msgstr ""
3292
3293 #: notes-merge.c:284
3294 #, c-format
3295 msgid "You have not concluded your notes merge (%s exists)."
3296 msgstr ""
3297
3298 #: notes-utils.c:46
3299 msgid "Cannot commit uninitialized/unreferenced notes tree"
3300 msgstr ""
3301
3302 #: notes-utils.c:105
3303 #, c-format
3304 msgid "Bad notes.rewriteMode value: '%s'"
3305 msgstr ""
3306
3307 #: notes-utils.c:115
3308 #, c-format
3309 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
3310 msgstr ""
3311
3312 #. TRANSLATORS: The first %s is the name of
3313 #. the environment variable, the second %s is
3314 #. its value.
3315 #.
3316 #: notes-utils.c:145
3317 #, c-format
3318 msgid "Bad %s value: '%s'"
3319 msgstr ""
3320
3321 #: object.c:54
3322 #, c-format
3323 msgid "invalid object type \"%s\""
3324 msgstr ""
3325
3326 #: object.c:174
3327 #, c-format
3328 msgid "object %s is a %s, not a %s"
3329 msgstr ""
3330
3331 #: object.c:234
3332 #, c-format
3333 msgid "object %s has unknown type id %d"
3334 msgstr ""
3335
3336 #: object.c:247
3337 #, c-format
3338 msgid "unable to parse object: %s"
3339 msgstr ""
3340
3341 #: object.c:267 object.c:278
3342 #, c-format
3343 msgid "hash mismatch %s"
3344 msgstr ""
3345
3346 #: packfile.c:607
3347 msgid "offset before end of packfile (broken .idx?)"
3348 msgstr ""
3349
3350 #: packfile.c:1870
3351 #, c-format
3352 msgid "offset before start of pack index for %s (corrupt index?)"
3353 msgstr ""
3354
3355 #: packfile.c:1874
3356 #, c-format
3357 msgid "offset beyond end of pack index for %s (truncated index?)"
3358 msgstr ""
3359
3360 #: parse-options.c:35
3361 #, c-format
3362 msgid "%s requires a value"
3363 msgstr ""
3364
3365 #: parse-options.c:69
3366 #, c-format
3367 msgid "%s is incompatible with %s"
3368 msgstr ""
3369
3370 #: parse-options.c:74
3371 #, c-format
3372 msgid "%s : incompatible with something else"
3373 msgstr ""
3374
3375 #: parse-options.c:88 parse-options.c:92 parse-options.c:260
3376 #, c-format
3377 msgid "%s takes no value"
3378 msgstr ""
3379
3380 #: parse-options.c:90
3381 #, c-format
3382 msgid "%s isn't available"
3383 msgstr ""
3384
3385 #: parse-options.c:178
3386 #, c-format
3387 msgid "%s expects a numerical value"
3388 msgstr ""
3389
3390 #: parse-options.c:194
3391 #, c-format
3392 msgid "%s expects a non-negative integer value with an optional k/m/g suffix"
3393 msgstr ""
3394
3395 #: parse-options.c:322
3396 #, c-format
3397 msgid "ambiguous option: %s (could be --%s%s or --%s%s)"
3398 msgstr ""
3399
3400 #: parse-options.c:356 parse-options.c:364
3401 #, c-format
3402 msgid "did you mean `--%s` (with two dashes ?)"
3403 msgstr ""
3404
3405 #: parse-options.c:649
3406 #, c-format
3407 msgid "unknown option `%s'"
3408 msgstr ""
3409
3410 #: parse-options.c:651
3411 #, c-format
3412 msgid "unknown switch `%c'"
3413 msgstr ""
3414
3415 #: parse-options.c:653
3416 #, c-format
3417 msgid "unknown non-ascii option in string: `%s'"
3418 msgstr ""
3419
3420 #: parse-options.c:675
3421 msgid "..."
3422 msgstr ""
3423
3424 #: parse-options.c:694
3425 #, c-format
3426 msgid "usage: %s"
3427 msgstr ""
3428
3429 #. TRANSLATORS: the colon here should align with the
3430 #. one in "usage: %s" translation.
3431 #.
3432 #: parse-options.c:700
3433 #, c-format
3434 msgid " or: %s"
3435 msgstr ""
3436
3437 #: parse-options.c:703
3438 #, c-format
3439 msgid " %s"
3440 msgstr ""
3441
3442 #: parse-options.c:742
3443 msgid "-NUM"
3444 msgstr ""
3445
3446 #: parse-options-cb.c:21
3447 #, c-format
3448 msgid "option `%s' expects a numerical value"
3449 msgstr ""
3450
3451 #: parse-options-cb.c:38
3452 #, c-format
3453 msgid "malformed expiration date '%s'"
3454 msgstr ""
3455
3456 #: parse-options-cb.c:51
3457 #, c-format
3458 msgid "option `%s' expects \"always\", \"auto\", or \"never\""
3459 msgstr ""
3460
3461 #: parse-options-cb.c:110
3462 #, c-format
3463 msgid "malformed object name '%s'"
3464 msgstr ""
3465
3466 #: path.c:894
3467 #, c-format
3468 msgid "Could not make %s writable by group"
3469 msgstr ""
3470
3471 #: pathspec.c:128
3472 msgid "Escape character '\\' not allowed as last character in attr value"
3473 msgstr ""
3474
3475 #: pathspec.c:146
3476 msgid "Only one 'attr:' specification is allowed."
3477 msgstr ""
3478
3479 #: pathspec.c:149
3480 msgid "attr spec must not be empty"
3481 msgstr ""
3482
3483 #: pathspec.c:192
3484 #, c-format
3485 msgid "invalid attribute name %s"
3486 msgstr ""
3487
3488 #: pathspec.c:257
3489 msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
3490 msgstr ""
3491
3492 #: pathspec.c:264
3493 msgid ""
3494 "global 'literal' pathspec setting is incompatible with all other global "
3495 "pathspec settings"
3496 msgstr ""
3497
3498 #: pathspec.c:304
3499 msgid "invalid parameter for pathspec magic 'prefix'"
3500 msgstr ""
3501
3502 #: pathspec.c:325
3503 #, c-format
3504 msgid "Invalid pathspec magic '%.*s' in '%s'"
3505 msgstr ""
3506
3507 #: pathspec.c:330
3508 #, c-format
3509 msgid "Missing ')' at the end of pathspec magic in '%s'"
3510 msgstr ""
3511
3512 #: pathspec.c:368
3513 #, c-format
3514 msgid "Unimplemented pathspec magic '%c' in '%s'"
3515 msgstr ""
3516
3517 #: pathspec.c:427
3518 #, c-format
3519 msgid "%s: 'literal' and 'glob' are incompatible"
3520 msgstr ""
3521
3522 #: pathspec.c:440
3523 #, c-format
3524 msgid "%s: '%s' is outside repository"
3525 msgstr ""
3526
3527 #: pathspec.c:514
3528 #, c-format
3529 msgid "'%s' (mnemonic: '%c')"
3530 msgstr ""
3531
3532 #: pathspec.c:524
3533 #, c-format
3534 msgid "%s: pathspec magic not supported by this command: %s"
3535 msgstr ""
3536
3537 #: pathspec.c:591
3538 #, c-format
3539 msgid "pathspec '%s' is beyond a symbolic link"
3540 msgstr ""
3541
3542 #: pkt-line.c:104
3543 msgid "flush packet write failed"
3544 msgstr ""
3545
3546 #: pkt-line.c:144 pkt-line.c:230
3547 msgid "protocol error: impossibly long line"
3548 msgstr ""
3549
3550 #: pkt-line.c:160 pkt-line.c:162
3551 msgid "packet write with format failed"
3552 msgstr ""
3553
3554 #: pkt-line.c:194
3555 msgid "packet write failed - data exceeds max packet size"
3556 msgstr ""
3557
3558 #: pkt-line.c:201 pkt-line.c:208
3559 msgid "packet write failed"
3560 msgstr ""
3561
3562 #: pkt-line.c:293
3563 msgid "read error"
3564 msgstr ""
3565
3566 #: pkt-line.c:301
3567 msgid "the remote end hung up unexpectedly"
3568 msgstr ""
3569
3570 #: pkt-line.c:329
3571 #, c-format
3572 msgid "protocol error: bad line length character: %.4s"
3573 msgstr ""
3574
3575 #: pkt-line.c:339 pkt-line.c:344
3576 #, c-format
3577 msgid "protocol error: bad line length %d"
3578 msgstr ""
3579
3580 #: pkt-line.c:353
3581 #, c-format
3582 msgid "remote error: %s"
3583 msgstr ""
3584
3585 #: preload-index.c:119
3586 msgid "Refreshing index"
3587 msgstr ""
3588
3589 #: preload-index.c:138
3590 #, c-format
3591 msgid "unable to create threaded lstat: %s"
3592 msgstr ""
3593
3594 #: pretty.c:963
3595 msgid "unable to parse --pretty format"
3596 msgstr ""
3597
3598 #: range-diff.c:56
3599 msgid "could not start `log`"
3600 msgstr ""
3601
3602 #: range-diff.c:59
3603 msgid "could not read `log` output"
3604 msgstr ""
3605
3606 #: range-diff.c:74 sequencer.c:4828
3607 #, c-format
3608 msgid "could not parse commit '%s'"
3609 msgstr ""
3610
3611 #: range-diff.c:224
3612 msgid "failed to generate diff"
3613 msgstr ""
3614
3615 #: range-diff.c:455 range-diff.c:457
3616 #, c-format
3617 msgid "could not parse log for '%s'"
3618 msgstr ""
3619
3620 #: read-cache.c:673
3621 #, c-format
3622 msgid "will not add file alias '%s' ('%s' already exists in index)"
3623 msgstr ""
3624
3625 #: read-cache.c:689
3626 msgid "cannot create an empty blob in the object database"
3627 msgstr ""
3628
3629 #: read-cache.c:710
3630 #, c-format
3631 msgid "%s: can only add regular files, symbolic links or git-directories"
3632 msgstr ""
3633
3634 #: read-cache.c:765
3635 #, c-format
3636 msgid "unable to index file '%s'"
3637 msgstr ""
3638
3639 #: read-cache.c:784
3640 #, c-format
3641 msgid "unable to add '%s' to index"
3642 msgstr ""
3643
3644 #: read-cache.c:795
3645 #, c-format
3646 msgid "unable to stat '%s'"
3647 msgstr ""
3648
3649 #: read-cache.c:1304
3650 #, c-format
3651 msgid "'%s' appears as both a file and as a directory"
3652 msgstr ""
3653
3654 #: read-cache.c:1489
3655 msgid "Refresh index"
3656 msgstr ""
3657
3658 #: read-cache.c:1603
3659 #, c-format
3660 msgid ""
3661 "index.version set, but the value is invalid.\n"
3662 "Using version %i"
3663 msgstr ""
3664
3665 #: read-cache.c:1613
3666 #, c-format
3667 msgid ""
3668 "GIT_INDEX_VERSION set, but the value is invalid.\n"
3669 "Using version %i"
3670 msgstr ""
3671
3672 #: read-cache.c:1684
3673 #, c-format
3674 msgid "bad signature 0x%08x"
3675 msgstr ""
3676
3677 #: read-cache.c:1687
3678 #, c-format
3679 msgid "bad index version %d"
3680 msgstr ""
3681
3682 #: read-cache.c:1696
3683 msgid "bad index file sha1 signature"
3684 msgstr ""
3685
3686 #: read-cache.c:1726
3687 #, c-format
3688 msgid "index uses %.4s extension, which we do not understand"
3689 msgstr ""
3690
3691 #: read-cache.c:1728
3692 #, c-format
3693 msgid "ignoring %.4s extension"
3694 msgstr ""
3695
3696 #: read-cache.c:1765
3697 #, c-format
3698 msgid "unknown index entry format 0x%08x"
3699 msgstr ""
3700
3701 #: read-cache.c:1781
3702 #, c-format
3703 msgid "malformed name field in the index, near path '%s'"
3704 msgstr ""
3705
3706 #: read-cache.c:1836
3707 msgid "unordered stage entries in index"
3708 msgstr ""
3709
3710 #: read-cache.c:1839
3711 #, c-format
3712 msgid "multiple stage entries for merged file '%s'"
3713 msgstr ""
3714
3715 #: read-cache.c:1842
3716 #, c-format
3717 msgid "unordered stage entries for '%s'"
3718 msgstr ""
3719
3720 #: read-cache.c:1949 read-cache.c:2227 rerere.c:565 rerere.c:599 rerere.c:1111
3721 #: builtin/add.c:459 builtin/check-ignore.c:178 builtin/checkout.c:294
3722 #: builtin/checkout.c:622 builtin/checkout.c:991 builtin/clean.c:955
3723 #: builtin/commit.c:344 builtin/diff-tree.c:116 builtin/grep.c:498
3724 #: builtin/mv.c:145 builtin/reset.c:245 builtin/rm.c:271
3725 #: builtin/submodule--helper.c:330
3726 msgid "index file corrupt"
3727 msgstr ""
3728
3729 #: read-cache.c:2090
3730 #, c-format
3731 msgid "unable to create load_cache_entries thread: %s"
3732 msgstr ""
3733
3734 #: read-cache.c:2103
3735 #, c-format
3736 msgid "unable to join load_cache_entries thread: %s"
3737 msgstr ""
3738
3739 #: read-cache.c:2136
3740 #, c-format
3741 msgid "%s: index file open failed"
3742 msgstr ""
3743
3744 #: read-cache.c:2140
3745 #, c-format
3746 msgid "%s: cannot stat the open index"
3747 msgstr ""
3748
3749 #: read-cache.c:2144
3750 #, c-format
3751 msgid "%s: index file smaller than expected"
3752 msgstr ""
3753
3754 #: read-cache.c:2148
3755 #, c-format
3756 msgid "%s: unable to map index file"
3757 msgstr ""
3758
3759 #: read-cache.c:2190
3760 #, c-format
3761 msgid "unable to create load_index_extensions thread: %s"
3762 msgstr ""
3763
3764 #: read-cache.c:2217
3765 #, c-format
3766 msgid "unable to join load_index_extensions thread: %s"
3767 msgstr ""
3768
3769 #: read-cache.c:2239
3770 #, c-format
3771 msgid "could not freshen shared index '%s'"
3772 msgstr ""
3773
3774 #: read-cache.c:2274
3775 #, c-format
3776 msgid "broken index, expect %s in %s, got %s"
3777 msgstr ""
3778
3779 #: read-cache.c:2971 sequencer.c:4791 wrapper.c:658 builtin/merge.c:1087
3780 #, c-format
3781 msgid "could not close '%s'"
3782 msgstr ""
3783
3784 #: read-cache.c:3044 sequencer.c:2237 sequencer.c:3647
3785 #, c-format
3786 msgid "could not stat '%s'"
3787 msgstr ""
3788
3789 #: read-cache.c:3057
3790 #, c-format
3791 msgid "unable to open git dir: %s"
3792 msgstr ""
3793
3794 #: read-cache.c:3069
3795 #, c-format
3796 msgid "unable to unlink: %s"
3797 msgstr ""
3798
3799 #: read-cache.c:3088
3800 #, c-format
3801 msgid "cannot fix permission bits on '%s'"
3802 msgstr ""
3803
3804 #: read-cache.c:3237
3805 #, c-format
3806 msgid "%s: cannot drop to stage #0"
3807 msgstr ""
3808
3809 #: rebase-interactive.c:10
3810 msgid ""
3811 "\n"
3812 "Commands:\n"
3813 "p, pick <commit> = use commit\n"
3814 "r, reword <commit> = use commit, but edit the commit message\n"
3815 "e, edit <commit> = use commit, but stop for amending\n"
3816 "s, squash <commit> = use commit, but meld into previous commit\n"
3817 "f, fixup <commit> = like \"squash\", but discard this commit's log message\n"
3818 "x, exec <command> = run command (the rest of the line) using shell\n"
3819 "b, break = stop here (continue rebase later with 'git rebase --continue')\n"
3820 "d, drop <commit> = remove commit\n"
3821 "l, label <label> = label current HEAD with a name\n"
3822 "t, reset <label> = reset HEAD to a label\n"
3823 "m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
3824 ". create a merge commit using the original merge commit's\n"
3825 ". message (or the oneline, if no original merge commit was\n"
3826 ". specified). Use -c <commit> to reword the commit message.\n"
3827 "\n"
3828 "These lines can be re-ordered; they are executed from top to bottom.\n"
3829 msgstr ""
3830
3831 #: rebase-interactive.c:31 git-rebase--preserve-merges.sh:173
3832 msgid ""
3833 "\n"
3834 "Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
3835 msgstr ""
3836
3837 #: rebase-interactive.c:34 git-rebase--preserve-merges.sh:177
3838 msgid ""
3839 "\n"
3840 "If you remove a line here THAT COMMIT WILL BE LOST.\n"
3841 msgstr ""
3842
3843 #: rebase-interactive.c:40 git-rebase--preserve-merges.sh:816
3844 msgid ""
3845 "\n"
3846 "You are editing the todo file of an ongoing interactive rebase.\n"
3847 "To continue rebase after editing, run:\n"
3848 " git rebase --continue\n"
3849 "\n"
3850 msgstr ""
3851
3852 #: rebase-interactive.c:45 git-rebase--preserve-merges.sh:893
3853 msgid ""
3854 "\n"
3855 "However, if you remove everything, the rebase will be aborted.\n"
3856 "\n"
3857 msgstr ""
3858
3859 #: rebase-interactive.c:51 git-rebase--preserve-merges.sh:900
3860 msgid "Note that empty commits are commented out"
3861 msgstr ""
3862
3863 #: rebase-interactive.c:62 rebase-interactive.c:75 sequencer.c:2219
3864 #: sequencer.c:4569 sequencer.c:4625 sequencer.c:4900
3865 #, c-format
3866 msgid "could not read '%s'."
3867 msgstr ""
3868
3869 #: refs.c:192
3870 #, c-format
3871 msgid "%s does not point to a valid object!"
3872 msgstr ""
3873
3874 #: refs.c:583
3875 #, c-format
3876 msgid "ignoring dangling symref %s"
3877 msgstr ""
3878
3879 #: refs.c:585 ref-filter.c:1976
3880 #, c-format
3881 msgid "ignoring broken ref %s"
3882 msgstr ""
3883
3884 #: refs.c:711
3885 #, c-format
3886 msgid "could not open '%s' for writing: %s"
3887 msgstr ""
3888
3889 #: refs.c:721 refs.c:772
3890 #, c-format
3891 msgid "could not read ref '%s'"
3892 msgstr ""
3893
3894 #: refs.c:727
3895 #, c-format
3896 msgid "ref '%s' already exists"
3897 msgstr ""
3898
3899 #: refs.c:732
3900 #, c-format
3901 msgid "unexpected object ID when writing '%s'"
3902 msgstr ""
3903
3904 #: refs.c:740 sequencer.c:396 sequencer.c:2549 sequencer.c:2675
3905 #: sequencer.c:2689 sequencer.c:2923 sequencer.c:4789 sequencer.c:4852
3906 #: wrapper.c:656
3907 #, c-format
3908 msgid "could not write to '%s'"
3909 msgstr ""
3910
3911 #: refs.c:767 sequencer.c:4787 sequencer.c:4846 wrapper.c:225 wrapper.c:395
3912 #: builtin/am.c:713 builtin/rebase.c:575
3913 #, c-format
3914 msgid "could not open '%s' for writing"
3915 msgstr ""
3916
3917 #: refs.c:774
3918 #, c-format
3919 msgid "unexpected object ID when deleting '%s'"
3920 msgstr ""
3921
3922 #: refs.c:905
3923 #, c-format
3924 msgid "log for ref %s has gap after %s"
3925 msgstr ""
3926
3927 #: refs.c:911
3928 #, c-format
3929 msgid "log for ref %s unexpectedly ended on %s"
3930 msgstr ""
3931
3932 #: refs.c:969
3933 #, c-format
3934 msgid "log for %s is empty"
3935 msgstr ""
3936
3937 #: refs.c:1061
3938 #, c-format
3939 msgid "refusing to update ref with bad name '%s'"
3940 msgstr ""
3941
3942 #: refs.c:1137
3943 #, c-format
3944 msgid "update_ref failed for ref '%s': %s"
3945 msgstr ""
3946
3947 #: refs.c:1911
3948 #, c-format
3949 msgid "multiple updates for ref '%s' not allowed"
3950 msgstr ""
3951
3952 #: refs.c:1943
3953 msgid "ref updates forbidden inside quarantine environment"
3954 msgstr ""
3955
3956 #: refs.c:2039 refs.c:2069
3957 #, c-format
3958 msgid "'%s' exists; cannot create '%s'"
3959 msgstr ""
3960
3961 #: refs.c:2045 refs.c:2080
3962 #, c-format
3963 msgid "cannot process '%s' and '%s' at the same time"
3964 msgstr ""
3965
3966 #: refs/files-backend.c:1228
3967 #, c-format
3968 msgid "could not remove reference %s"
3969 msgstr ""
3970
3971 #: refs/files-backend.c:1242 refs/packed-backend.c:1532
3972 #: refs/packed-backend.c:1542
3973 #, c-format
3974 msgid "could not delete reference %s: %s"
3975 msgstr ""
3976
3977 #: refs/files-backend.c:1245 refs/packed-backend.c:1545
3978 #, c-format
3979 msgid "could not delete references: %s"
3980 msgstr ""
3981
3982 #: refspec.c:137
3983 #, c-format
3984 msgid "invalid refspec '%s'"
3985 msgstr ""
3986
3987 #: ref-filter.c:39 wt-status.c:1861
3988 msgid "gone"
3989 msgstr ""
3990
3991 #: ref-filter.c:40
3992 #, c-format
3993 msgid "ahead %d"
3994 msgstr ""
3995
3996 #: ref-filter.c:41
3997 #, c-format
3998 msgid "behind %d"
3999 msgstr ""
4000
4001 #: ref-filter.c:42
4002 #, c-format
4003 msgid "ahead %d, behind %d"
4004 msgstr ""
4005
4006 #: ref-filter.c:138
4007 #, c-format
4008 msgid "expected format: %%(color:<color>)"
4009 msgstr ""
4010
4011 #: ref-filter.c:140
4012 #, c-format
4013 msgid "unrecognized color: %%(color:%s)"
4014 msgstr ""
4015
4016 #: ref-filter.c:162
4017 #, c-format
4018 msgid "Integer value expected refname:lstrip=%s"
4019 msgstr ""
4020
4021 #: ref-filter.c:166
4022 #, c-format
4023 msgid "Integer value expected refname:rstrip=%s"
4024 msgstr ""
4025
4026 #: ref-filter.c:168
4027 #, c-format
4028 msgid "unrecognized %%(%s) argument: %s"
4029 msgstr ""
4030
4031 #: ref-filter.c:223
4032 #, c-format
4033 msgid "%%(objecttype) does not take arguments"
4034 msgstr ""
4035
4036 #: ref-filter.c:245
4037 #, c-format
4038 msgid "unrecognized %%(objectsize) argument: %s"
4039 msgstr ""
4040
4041 #: ref-filter.c:253
4042 #, c-format
4043 msgid "%%(deltabase) does not take arguments"
4044 msgstr ""
4045
4046 #: ref-filter.c:265
4047 #, c-format
4048 msgid "%%(body) does not take arguments"
4049 msgstr ""
4050
4051 #: ref-filter.c:274
4052 #, c-format
4053 msgid "%%(subject) does not take arguments"
4054 msgstr ""
4055
4056 #: ref-filter.c:296
4057 #, c-format
4058 msgid "unknown %%(trailers) argument: %s"
4059 msgstr ""
4060
4061 #: ref-filter.c:325
4062 #, c-format
4063 msgid "positive value expected contents:lines=%s"
4064 msgstr ""
4065
4066 #: ref-filter.c:327
4067 #, c-format
4068 msgid "unrecognized %%(contents) argument: %s"
4069 msgstr ""
4070
4071 #: ref-filter.c:342
4072 #, c-format
4073 msgid "positive value expected objectname:short=%s"
4074 msgstr ""
4075
4076 #: ref-filter.c:346
4077 #, c-format
4078 msgid "unrecognized %%(objectname) argument: %s"
4079 msgstr ""
4080
4081 #: ref-filter.c:376
4082 #, c-format
4083 msgid "expected format: %%(align:<width>,<position>)"
4084 msgstr ""
4085
4086 #: ref-filter.c:388
4087 #, c-format
4088 msgid "unrecognized position:%s"
4089 msgstr ""
4090
4091 #: ref-filter.c:395
4092 #, c-format
4093 msgid "unrecognized width:%s"
4094 msgstr ""
4095
4096 #: ref-filter.c:404
4097 #, c-format
4098 msgid "unrecognized %%(align) argument: %s"
4099 msgstr ""
4100
4101 #: ref-filter.c:412
4102 #, c-format
4103 msgid "positive width expected with the %%(align) atom"
4104 msgstr ""
4105
4106 #: ref-filter.c:430
4107 #, c-format
4108 msgid "unrecognized %%(if) argument: %s"
4109 msgstr ""
4110
4111 #: ref-filter.c:527
4112 #, c-format
4113 msgid "malformed field name: %.*s"
4114 msgstr ""
4115
4116 #: ref-filter.c:554
4117 #, c-format
4118 msgid "unknown field name: %.*s"
4119 msgstr ""
4120
4121 #: ref-filter.c:558
4122 #, c-format
4123 msgid ""
4124 "not a git repository, but the field '%.*s' requires access to object data"
4125 msgstr ""
4126
4127 #: ref-filter.c:682
4128 #, c-format
4129 msgid "format: %%(if) atom used without a %%(then) atom"
4130 msgstr ""
4131
4132 #: ref-filter.c:745
4133 #, c-format
4134 msgid "format: %%(then) atom used without an %%(if) atom"
4135 msgstr ""
4136
4137 #: ref-filter.c:747
4138 #, c-format
4139 msgid "format: %%(then) atom used more than once"
4140 msgstr ""
4141
4142 #: ref-filter.c:749
4143 #, c-format
4144 msgid "format: %%(then) atom used after %%(else)"
4145 msgstr ""
4146
4147 #: ref-filter.c:777
4148 #, c-format
4149 msgid "format: %%(else) atom used without an %%(if) atom"
4150 msgstr ""
4151
4152 #: ref-filter.c:779
4153 #, c-format
4154 msgid "format: %%(else) atom used without a %%(then) atom"
4155 msgstr ""
4156
4157 #: ref-filter.c:781
4158 #, c-format
4159 msgid "format: %%(else) atom used more than once"
4160 msgstr ""
4161
4162 #: ref-filter.c:796
4163 #, c-format
4164 msgid "format: %%(end) atom used without corresponding atom"
4165 msgstr ""
4166
4167 #: ref-filter.c:853
4168 #, c-format
4169 msgid "malformed format string %s"
4170 msgstr ""
4171
4172 #: ref-filter.c:1447
4173 #, c-format
4174 msgid "(no branch, rebasing %s)"
4175 msgstr ""
4176
4177 #: ref-filter.c:1450
4178 #, c-format
4179 msgid "(no branch, rebasing detached HEAD %s)"
4180 msgstr ""
4181
4182 #: ref-filter.c:1453
4183 #, c-format
4184 msgid "(no branch, bisect started on %s)"
4185 msgstr ""
4186
4187 #. TRANSLATORS: make sure this matches "HEAD
4188 #. detached at " in wt-status.c
4189 #.
4190 #: ref-filter.c:1461
4191 #, c-format
4192 msgid "(HEAD detached at %s)"
4193 msgstr ""
4194
4195 #. TRANSLATORS: make sure this matches "HEAD
4196 #. detached from " in wt-status.c
4197 #.
4198 #: ref-filter.c:1468
4199 #, c-format
4200 msgid "(HEAD detached from %s)"
4201 msgstr ""
4202
4203 #: ref-filter.c:1472
4204 msgid "(no branch)"
4205 msgstr ""
4206
4207 #: ref-filter.c:1506 ref-filter.c:1663
4208 #, c-format
4209 msgid "missing object %s for %s"
4210 msgstr ""
4211
4212 #: ref-filter.c:1516
4213 #, c-format
4214 msgid "parse_object_buffer failed on %s for %s"
4215 msgstr ""
4216
4217 #: ref-filter.c:1882
4218 #, c-format
4219 msgid "malformed object at '%s'"
4220 msgstr ""
4221
4222 #: ref-filter.c:1971
4223 #, c-format
4224 msgid "ignoring ref with broken name %s"
4225 msgstr ""
4226
4227 #: ref-filter.c:2257
4228 #, c-format
4229 msgid "format: %%(end) atom missing"
4230 msgstr ""
4231
4232 #: ref-filter.c:2352
4233 #, c-format
4234 msgid "option `%s' is incompatible with --merged"
4235 msgstr ""
4236
4237 #: ref-filter.c:2355
4238 #, c-format
4239 msgid "option `%s' is incompatible with --no-merged"
4240 msgstr ""
4241
4242 #: ref-filter.c:2365
4243 #, c-format
4244 msgid "malformed object name %s"
4245 msgstr ""
4246
4247 #: ref-filter.c:2370
4248 #, c-format
4249 msgid "option `%s' must point to a commit"
4250 msgstr ""
4251
4252 #: remote.c:363
4253 #, c-format
4254 msgid "config remote shorthand cannot begin with '/': %s"
4255 msgstr ""
4256
4257 #: remote.c:410
4258 msgid "more than one receivepack given, using the first"
4259 msgstr ""
4260
4261 #: remote.c:418
4262 msgid "more than one uploadpack given, using the first"
4263 msgstr ""
4264
4265 #: remote.c:608
4266 #, c-format
4267 msgid "Cannot fetch both %s and %s to %s"
4268 msgstr ""
4269
4270 #: remote.c:612
4271 #, c-format
4272 msgid "%s usually tracks %s, not %s"
4273 msgstr ""
4274
4275 #: remote.c:616
4276 #, c-format
4277 msgid "%s tracks both %s and %s"
4278 msgstr ""
4279
4280 #: remote.c:684
4281 #, c-format
4282 msgid "key '%s' of pattern had no '*'"
4283 msgstr ""
4284
4285 #: remote.c:694
4286 #, c-format
4287 msgid "value '%s' of pattern has no '*'"
4288 msgstr ""
4289
4290 #: remote.c:1000
4291 #, c-format
4292 msgid "src refspec %s does not match any"
4293 msgstr ""
4294
4295 #: remote.c:1005
4296 #, c-format
4297 msgid "src refspec %s matches more than one"
4298 msgstr ""
4299
4300 #. TRANSLATORS: "matches '%s'%" is the <dst> part of "git push
4301 #. <remote> <src>:<dst>" push, and "being pushed ('%s')" is
4302 #. the <src>.
4303 #.
4304 #: remote.c:1020
4305 #, c-format
4306 msgid ""
4307 "The destination you provided is not a full refname (i.e.,\n"
4308 "starting with \"refs/\"). We tried to guess what you meant by:\n"
4309 "\n"
4310 "- Looking for a ref that matches '%s' on the remote side.\n"
4311 "- Checking if the <src> being pushed ('%s')\n"
4312 " is a ref in \"refs/{heads,tags}/\". If so we add a corresponding\n"
4313 " refs/{heads,tags}/ prefix on the remote side.\n"
4314 "\n"
4315 "Neither worked, so we gave up. You must fully qualify the ref."
4316 msgstr ""
4317
4318 #: remote.c:1040
4319 #, c-format
4320 msgid ""
4321 "The <src> part of the refspec is a commit object.\n"
4322 "Did you mean to create a new branch by pushing to\n"
4323 "'%s:refs/heads/%s'?"
4324 msgstr ""
4325
4326 #: remote.c:1045
4327 #, c-format
4328 msgid ""
4329 "The <src> part of the refspec is a tag object.\n"
4330 "Did you mean to create a new tag by pushing to\n"
4331 "'%s:refs/tags/%s'?"
4332 msgstr ""
4333
4334 #: remote.c:1050
4335 #, c-format
4336 msgid ""
4337 "The <src> part of the refspec is a tree object.\n"
4338 "Did you mean to tag a new tree by pushing to\n"
4339 "'%s:refs/tags/%s'?"
4340 msgstr ""
4341
4342 #: remote.c:1055
4343 #, c-format
4344 msgid ""
4345 "The <src> part of the refspec is a blob object.\n"
4346 "Did you mean to tag a new blob by pushing to\n"
4347 "'%s:refs/tags/%s'?"
4348 msgstr ""
4349
4350 #: remote.c:1091
4351 #, c-format
4352 msgid "%s cannot be resolved to branch"
4353 msgstr ""
4354
4355 #: remote.c:1102
4356 #, c-format
4357 msgid "unable to delete '%s': remote ref does not exist"
4358 msgstr ""
4359
4360 #: remote.c:1114
4361 #, c-format
4362 msgid "dst refspec %s matches more than one"
4363 msgstr ""
4364
4365 #: remote.c:1121
4366 #, c-format
4367 msgid "dst ref %s receives from more than one src"
4368 msgstr ""
4369
4370 #: remote.c:1624 remote.c:1725
4371 msgid "HEAD does not point to a branch"
4372 msgstr ""
4373
4374 #: remote.c:1633
4375 #, c-format
4376 msgid "no such branch: '%s'"
4377 msgstr ""
4378
4379 #: remote.c:1636
4380 #, c-format
4381 msgid "no upstream configured for branch '%s'"
4382 msgstr ""
4383
4384 #: remote.c:1642
4385 #, c-format
4386 msgid "upstream branch '%s' not stored as a remote-tracking branch"
4387 msgstr ""
4388
4389 #: remote.c:1657
4390 #, c-format
4391 msgid "push destination '%s' on remote '%s' has no local tracking branch"
4392 msgstr ""
4393
4394 #: remote.c:1669
4395 #, c-format
4396 msgid "branch '%s' has no remote for pushing"
4397 msgstr ""
4398
4399 #: remote.c:1679
4400 #, c-format
4401 msgid "push refspecs for '%s' do not include '%s'"
4402 msgstr ""
4403
4404 #: remote.c:1692
4405 msgid "push has no destination (push.default is 'nothing')"
4406 msgstr ""
4407
4408 #: remote.c:1714
4409 msgid "cannot resolve 'simple' push to a single destination"
4410 msgstr ""
4411
4412 #: remote.c:1840
4413 #, c-format
4414 msgid "couldn't find remote ref %s"
4415 msgstr ""
4416
4417 #: remote.c:1853
4418 #, c-format
4419 msgid "* Ignoring funny ref '%s' locally"
4420 msgstr ""
4421
4422 #: remote.c:1990
4423 #, c-format
4424 msgid "Your branch is based on '%s', but the upstream is gone.\n"
4425 msgstr ""
4426
4427 #: remote.c:1994
4428 msgid " (use \"git branch --unset-upstream\" to fixup)\n"
4429 msgstr ""
4430
4431 #: remote.c:1997
4432 #, c-format
4433 msgid "Your branch is up to date with '%s'.\n"
4434 msgstr ""
4435
4436 #: remote.c:2001
4437 #, c-format
4438 msgid "Your branch and '%s' refer to different commits.\n"
4439 msgstr ""
4440
4441 #: remote.c:2004
4442 #, c-format
4443 msgid " (use \"%s\" for details)\n"
4444 msgstr ""
4445
4446 #: remote.c:2008
4447 #, c-format
4448 msgid "Your branch is ahead of '%s' by %d commit.\n"
4449 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
4450 msgstr[0] ""
4451 msgstr[1] ""
4452
4453 #: remote.c:2014
4454 msgid " (use \"git push\" to publish your local commits)\n"
4455 msgstr ""
4456
4457 #: remote.c:2017
4458 #, c-format
4459 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
4460 msgid_plural ""
4461 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
4462 msgstr[0] ""
4463 msgstr[1] ""
4464
4465 #: remote.c:2025
4466 msgid " (use \"git pull\" to update your local branch)\n"
4467 msgstr ""
4468
4469 #: remote.c:2028
4470 #, c-format
4471 msgid ""
4472 "Your branch and '%s' have diverged,\n"
4473 "and have %d and %d different commit each, respectively.\n"
4474 msgid_plural ""
4475 "Your branch and '%s' have diverged,\n"
4476 "and have %d and %d different commits each, respectively.\n"
4477 msgstr[0] ""
4478 msgstr[1] ""
4479
4480 #: remote.c:2038
4481 msgid " (use \"git pull\" to merge the remote branch into yours)\n"
4482 msgstr ""
4483
4484 #: remote.c:2221
4485 #, c-format
4486 msgid "cannot parse expected object name '%s'"
4487 msgstr ""
4488
4489 #: replace-object.c:21
4490 #, c-format
4491 msgid "bad replace ref name: %s"
4492 msgstr ""
4493
4494 #: replace-object.c:30
4495 #, c-format
4496 msgid "duplicate replace ref: %s"
4497 msgstr ""
4498
4499 #: replace-object.c:73
4500 #, c-format
4501 msgid "replace depth too high for object %s"
4502 msgstr ""
4503
4504 #: rerere.c:217 rerere.c:226 rerere.c:229
4505 msgid "corrupt MERGE_RR"
4506 msgstr ""
4507
4508 #: rerere.c:264 rerere.c:269
4509 msgid "unable to write rerere record"
4510 msgstr ""
4511
4512 #: rerere.c:485 rerere.c:692 sequencer.c:3186 sequencer.c:3212
4513 #: builtin/fsck.c:314
4514 #, c-format
4515 msgid "could not write '%s'"
4516 msgstr ""
4517
4518 #: rerere.c:495
4519 #, c-format
4520 msgid "there were errors while writing '%s' (%s)"
4521 msgstr ""
4522
4523 #: rerere.c:498
4524 #, c-format
4525 msgid "failed to flush '%s'"
4526 msgstr ""
4527
4528 #: rerere.c:503 rerere.c:1039
4529 #, c-format
4530 msgid "could not parse conflict hunks in '%s'"
4531 msgstr ""
4532
4533 #: rerere.c:684
4534 #, c-format
4535 msgid "failed utime() on '%s'"
4536 msgstr ""
4537
4538 #: rerere.c:694
4539 #, c-format
4540 msgid "writing '%s' failed"
4541 msgstr ""
4542
4543 #: rerere.c:714
4544 #, c-format
4545 msgid "Staged '%s' using previous resolution."
4546 msgstr ""
4547
4548 #: rerere.c:753
4549 #, c-format
4550 msgid "Recorded resolution for '%s'."
4551 msgstr ""
4552
4553 #: rerere.c:788
4554 #, c-format
4555 msgid "Resolved '%s' using previous resolution."
4556 msgstr ""
4557
4558 #: rerere.c:803
4559 #, c-format
4560 msgid "cannot unlink stray '%s'"
4561 msgstr ""
4562
4563 #: rerere.c:807
4564 #, c-format
4565 msgid "Recorded preimage for '%s'"
4566 msgstr ""
4567
4568 #: rerere.c:881 submodule.c:2012 builtin/submodule--helper.c:1417
4569 #: builtin/submodule--helper.c:1427
4570 #, c-format
4571 msgid "could not create directory '%s'"
4572 msgstr ""
4573
4574 #: rerere.c:1057
4575 #, c-format
4576 msgid "failed to update conflicted state in '%s'"
4577 msgstr ""
4578
4579 #: rerere.c:1068 rerere.c:1075
4580 #, c-format
4581 msgid "no remembered resolution for '%s'"
4582 msgstr ""
4583
4584 #: rerere.c:1077
4585 #, c-format
4586 msgid "cannot unlink '%s'"
4587 msgstr ""
4588
4589 #: rerere.c:1087
4590 #, c-format
4591 msgid "Updated preimage for '%s'"
4592 msgstr ""
4593
4594 #: rerere.c:1096
4595 #, c-format
4596 msgid "Forgot resolution for '%s'\n"
4597 msgstr ""
4598
4599 #: rerere.c:1199
4600 msgid "unable to open rr-cache directory"
4601 msgstr ""
4602
4603 #: revision.c:2484
4604 msgid "your current branch appears to be broken"
4605 msgstr ""
4606
4607 #: revision.c:2487
4608 #, c-format
4609 msgid "your current branch '%s' does not have any commits yet"
4610 msgstr ""
4611
4612 #: revision.c:2684
4613 msgid "--first-parent is incompatible with --bisect"
4614 msgstr ""
4615
4616 #: run-command.c:742
4617 msgid "open /dev/null failed"
4618 msgstr ""
4619
4620 #: run-command.c:1231
4621 #, c-format
4622 msgid "cannot create async thread: %s"
4623 msgstr ""
4624
4625 #: run-command.c:1295
4626 #, c-format
4627 msgid ""
4628 "The '%s' hook was ignored because it's not set as executable.\n"
4629 "You can disable this warning with `git config advice.ignoredHook false`."
4630 msgstr ""
4631
4632 #: send-pack.c:141
4633 msgid "unexpected flush packet while reading remote unpack status"
4634 msgstr ""
4635
4636 #: send-pack.c:143
4637 #, c-format
4638 msgid "unable to parse remote unpack status: %s"
4639 msgstr ""
4640
4641 #: send-pack.c:145
4642 #, c-format
4643 msgid "remote unpack failed: %s"
4644 msgstr ""
4645
4646 #: send-pack.c:306
4647 msgid "failed to sign the push certificate"
4648 msgstr ""
4649
4650 #: send-pack.c:420
4651 msgid "the receiving end does not support --signed push"
4652 msgstr ""
4653
4654 #: send-pack.c:422
4655 msgid ""
4656 "not sending a push certificate since the receiving end does not support --"
4657 "signed push"
4658 msgstr ""
4659
4660 #: send-pack.c:434
4661 msgid "the receiving end does not support --atomic push"
4662 msgstr ""
4663
4664 #: send-pack.c:439
4665 msgid "the receiving end does not support push options"
4666 msgstr ""
4667
4668 #: sequencer.c:184
4669 #, c-format
4670 msgid "invalid commit message cleanup mode '%s'"
4671 msgstr ""
4672
4673 #: sequencer.c:288
4674 #, c-format
4675 msgid "could not delete '%s'"
4676 msgstr ""
4677
4678 #: sequencer.c:314
4679 msgid "revert"
4680 msgstr ""
4681
4682 #: sequencer.c:316
4683 msgid "cherry-pick"
4684 msgstr ""
4685
4686 #: sequencer.c:318
4687 msgid "rebase -i"
4688 msgstr ""
4689
4690 #: sequencer.c:320
4691 #, c-format
4692 msgid "unknown action: %d"
4693 msgstr ""
4694
4695 #: sequencer.c:378
4696 msgid ""
4697 "after resolving the conflicts, mark the corrected paths\n"
4698 "with 'git add <paths>' or 'git rm <paths>'"
4699 msgstr ""
4700
4701 #: sequencer.c:381
4702 msgid ""
4703 "after resolving the conflicts, mark the corrected paths\n"
4704 "with 'git add <paths>' or 'git rm <paths>'\n"
4705 "and commit the result with 'git commit'"
4706 msgstr ""
4707
4708 #: sequencer.c:394 sequencer.c:2671
4709 #, c-format
4710 msgid "could not lock '%s'"
4711 msgstr ""
4712
4713 #: sequencer.c:401
4714 #, c-format
4715 msgid "could not write eol to '%s'"
4716 msgstr ""
4717
4718 #: sequencer.c:406 sequencer.c:2554 sequencer.c:2677 sequencer.c:2691
4719 #: sequencer.c:2931
4720 #, c-format
4721 msgid "failed to finalize '%s'"
4722 msgstr ""
4723
4724 #: sequencer.c:429 sequencer.c:931 sequencer.c:1615 sequencer.c:2574
4725 #: sequencer.c:2913 sequencer.c:3022 builtin/am.c:245 builtin/commit.c:748
4726 #: builtin/merge.c:1085 builtin/rebase.c:154
4727 #, c-format
4728 msgid "could not read '%s'"
4729 msgstr ""
4730
4731 #: sequencer.c:455
4732 #, c-format
4733 msgid "your local changes would be overwritten by %s."
4734 msgstr ""
4735
4736 #: sequencer.c:459
4737 msgid "commit your changes or stash them to proceed."
4738 msgstr ""
4739
4740 #: sequencer.c:491
4741 #, c-format
4742 msgid "%s: fast-forward"
4743 msgstr ""
4744
4745 #. TRANSLATORS: %s will be "revert", "cherry-pick" or
4746 #. "rebase -i".
4747 #.
4748 #: sequencer.c:582
4749 #, c-format
4750 msgid "%s: Unable to write new index file"
4751 msgstr ""
4752
4753 #: sequencer.c:598
4754 msgid "unable to update cache tree"
4755 msgstr ""
4756
4757 #: sequencer.c:612
4758 msgid "could not resolve HEAD commit"
4759 msgstr ""
4760
4761 #: sequencer.c:692
4762 #, c-format
4763 msgid "no key present in '%.*s'"
4764 msgstr ""
4765
4766 #: sequencer.c:703
4767 #, c-format
4768 msgid "unable to dequote value of '%s'"
4769 msgstr ""
4770
4771 #: sequencer.c:740 wrapper.c:227 wrapper.c:397 builtin/am.c:704
4772 #: builtin/am.c:796 builtin/merge.c:1082 builtin/rebase.c:617
4773 #, c-format
4774 msgid "could not open '%s' for reading"
4775 msgstr ""
4776
4777 #: sequencer.c:750
4778 msgid "'GIT_AUTHOR_NAME' already given"
4779 msgstr ""
4780
4781 #: sequencer.c:755
4782 msgid "'GIT_AUTHOR_EMAIL' already given"
4783 msgstr ""
4784
4785 #: sequencer.c:760
4786 msgid "'GIT_AUTHOR_DATE' already given"
4787 msgstr ""
4788
4789 #: sequencer.c:764
4790 #, c-format
4791 msgid "unknown variable '%s'"
4792 msgstr ""
4793
4794 #: sequencer.c:769
4795 msgid "missing 'GIT_AUTHOR_NAME'"
4796 msgstr ""
4797
4798 #: sequencer.c:771
4799 msgid "missing 'GIT_AUTHOR_EMAIL'"
4800 msgstr ""
4801
4802 #: sequencer.c:773
4803 msgid "missing 'GIT_AUTHOR_DATE'"
4804 msgstr ""
4805
4806 #: sequencer.c:833
4807 #, c-format
4808 msgid "invalid date format '%s' in '%s'"
4809 msgstr ""
4810
4811 #: sequencer.c:850
4812 #, c-format
4813 msgid ""
4814 "you have staged changes in your working tree\n"
4815 "If these changes are meant to be squashed into the previous commit, run:\n"
4816 "\n"
4817 " git commit --amend %s\n"
4818 "\n"
4819 "If they are meant to go into a new commit, run:\n"
4820 "\n"
4821 " git commit %s\n"
4822 "\n"
4823 "In both cases, once you're done, continue with:\n"
4824 "\n"
4825 " git rebase --continue\n"
4826 msgstr ""
4827
4828 #: sequencer.c:945
4829 msgid "writing root commit"
4830 msgstr ""
4831
4832 #: sequencer.c:1155
4833 msgid "'prepare-commit-msg' hook failed"
4834 msgstr ""
4835
4836 #: sequencer.c:1162
4837 msgid ""
4838 "Your name and email address were configured automatically based\n"
4839 "on your username and hostname. Please check that they are accurate.\n"
4840 "You can suppress this message by setting them explicitly. Run the\n"
4841 "following command and follow the instructions in your editor to edit\n"
4842 "your configuration file:\n"
4843 "\n"
4844 " git config --global --edit\n"
4845 "\n"
4846 "After doing this, you may fix the identity used for this commit with:\n"
4847 "\n"
4848 " git commit --amend --reset-author\n"
4849 msgstr ""
4850
4851 #: sequencer.c:1175
4852 msgid ""
4853 "Your name and email address were configured automatically based\n"
4854 "on your username and hostname. Please check that they are accurate.\n"
4855 "You can suppress this message by setting them explicitly:\n"
4856 "\n"
4857 " git config --global user.name \"Your Name\"\n"
4858 " git config --global user.email you@example.com\n"
4859 "\n"
4860 "After doing this, you may fix the identity used for this commit with:\n"
4861 "\n"
4862 " git commit --amend --reset-author\n"
4863 msgstr ""
4864
4865 #: sequencer.c:1217
4866 msgid "couldn't look up newly created commit"
4867 msgstr ""
4868
4869 #: sequencer.c:1219
4870 msgid "could not parse newly created commit"
4871 msgstr ""
4872
4873 #: sequencer.c:1265
4874 msgid "unable to resolve HEAD after creating commit"
4875 msgstr ""
4876
4877 #: sequencer.c:1267
4878 msgid "detached HEAD"
4879 msgstr ""
4880
4881 #: sequencer.c:1271
4882 msgid " (root-commit)"
4883 msgstr ""
4884
4885 #: sequencer.c:1292
4886 msgid "could not parse HEAD"
4887 msgstr ""
4888
4889 #: sequencer.c:1294
4890 #, c-format
4891 msgid "HEAD %s is not a commit!"
4892 msgstr ""
4893
4894 #: sequencer.c:1298 builtin/commit.c:1546
4895 msgid "could not parse HEAD commit"
4896 msgstr ""
4897
4898 #: sequencer.c:1350 sequencer.c:1964
4899 msgid "unable to parse commit author"
4900 msgstr ""
4901
4902 #: sequencer.c:1360 builtin/am.c:1570 builtin/merge.c:678
4903 msgid "git write-tree failed to write a tree"
4904 msgstr ""
4905
4906 #: sequencer.c:1377 sequencer.c:1433
4907 #, c-format
4908 msgid "unable to read commit message from '%s'"
4909 msgstr ""
4910
4911 #: sequencer.c:1399 builtin/am.c:1591 builtin/commit.c:1649 builtin/merge.c:859
4912 #: builtin/merge.c:884
4913 msgid "failed to write commit object"
4914 msgstr ""
4915
4916 #: sequencer.c:1460
4917 #, c-format
4918 msgid "could not parse commit %s"
4919 msgstr ""
4920
4921 #: sequencer.c:1465
4922 #, c-format
4923 msgid "could not parse parent commit %s"
4924 msgstr ""
4925
4926 #: sequencer.c:1565 sequencer.c:1675
4927 #, c-format
4928 msgid "unknown command: %d"
4929 msgstr ""
4930
4931 #: sequencer.c:1622 sequencer.c:1647
4932 #, c-format
4933 msgid "This is a combination of %d commits."
4934 msgstr ""
4935
4936 #: sequencer.c:1632 sequencer.c:4808
4937 msgid "need a HEAD to fixup"
4938 msgstr ""
4939
4940 #: sequencer.c:1634 sequencer.c:2958
4941 msgid "could not read HEAD"
4942 msgstr ""
4943
4944 #: sequencer.c:1636
4945 msgid "could not read HEAD's commit message"
4946 msgstr ""
4947
4948 #: sequencer.c:1642
4949 #, c-format
4950 msgid "cannot write '%s'"
4951 msgstr ""
4952
4953 #: sequencer.c:1649 git-rebase--preserve-merges.sh:441
4954 msgid "This is the 1st commit message:"
4955 msgstr ""
4956
4957 #: sequencer.c:1657
4958 #, c-format
4959 msgid "could not read commit message of %s"
4960 msgstr ""
4961
4962 #: sequencer.c:1664
4963 #, c-format
4964 msgid "This is the commit message #%d:"
4965 msgstr ""
4966
4967 #: sequencer.c:1670
4968 #, c-format
4969 msgid "The commit message #%d will be skipped:"
4970 msgstr ""
4971
4972 #: sequencer.c:1758
4973 msgid "your index file is unmerged."
4974 msgstr ""
4975
4976 #: sequencer.c:1765
4977 msgid "cannot fixup root commit"
4978 msgstr ""
4979
4980 #: sequencer.c:1784
4981 #, c-format
4982 msgid "commit %s is a merge but no -m option was given."
4983 msgstr ""
4984
4985 #: sequencer.c:1792 sequencer.c:1800
4986 #, c-format
4987 msgid "commit %s does not have parent %d"
4988 msgstr ""
4989
4990 #: sequencer.c:1806
4991 #, c-format
4992 msgid "cannot get commit message for %s"
4993 msgstr ""
4994
4995 #. TRANSLATORS: The first %s will be a "todo" command like
4996 #. "revert" or "pick", the second %s a SHA1.
4997 #: sequencer.c:1825
4998 #, c-format
4999 msgid "%s: cannot parse parent commit %s"
5000 msgstr ""
5001
5002 #: sequencer.c:1890
5003 #, c-format
5004 msgid "could not rename '%s' to '%s'"
5005 msgstr ""
5006
5007 #: sequencer.c:1945
5008 #, c-format
5009 msgid "could not revert %s... %s"
5010 msgstr ""
5011
5012 #: sequencer.c:1946
5013 #, c-format
5014 msgid "could not apply %s... %s"
5015 msgstr ""
5016
5017 #: sequencer.c:2005
5018 #, c-format
5019 msgid "git %s: failed to read the index"
5020 msgstr ""
5021
5022 #: sequencer.c:2012
5023 #, c-format
5024 msgid "git %s: failed to refresh the index"
5025 msgstr ""
5026
5027 #: sequencer.c:2094
5028 #, c-format
5029 msgid "%s does not accept arguments: '%s'"
5030 msgstr ""
5031
5032 #: sequencer.c:2103
5033 #, c-format
5034 msgid "missing arguments for %s"
5035 msgstr ""
5036
5037 #: sequencer.c:2163
5038 #, c-format
5039 msgid "invalid line %d: %.*s"
5040 msgstr ""
5041
5042 #: sequencer.c:2171
5043 #, c-format
5044 msgid "cannot '%s' without a previous commit"
5045 msgstr ""
5046
5047 #: sequencer.c:2243
5048 msgid "please fix this using 'git rebase --edit-todo'."
5049 msgstr ""
5050
5051 #: sequencer.c:2245
5052 #, c-format
5053 msgid "unusable instruction sheet: '%s'"
5054 msgstr ""
5055
5056 #: sequencer.c:2250
5057 msgid "no commits parsed."
5058 msgstr ""
5059
5060 #: sequencer.c:2261
5061 msgid "cannot cherry-pick during a revert."
5062 msgstr ""
5063
5064 #: sequencer.c:2263
5065 msgid "cannot revert during a cherry-pick."
5066 msgstr ""
5067
5068 #: sequencer.c:2333
5069 #, c-format
5070 msgid "invalid value for %s: %s"
5071 msgstr ""
5072
5073 #: sequencer.c:2420
5074 msgid "unusable squash-onto"
5075 msgstr ""
5076
5077 #: sequencer.c:2436
5078 #, c-format
5079 msgid "malformed options sheet: '%s'"
5080 msgstr ""
5081
5082 #: sequencer.c:2518 sequencer.c:4067
5083 msgid "empty commit set passed"
5084 msgstr ""
5085
5086 #: sequencer.c:2526
5087 msgid "a cherry-pick or revert is already in progress"
5088 msgstr ""
5089
5090 #: sequencer.c:2527
5091 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
5092 msgstr ""
5093
5094 #: sequencer.c:2530
5095 #, c-format
5096 msgid "could not create sequencer directory '%s'"
5097 msgstr ""
5098
5099 #: sequencer.c:2544
5100 msgid "could not lock HEAD"
5101 msgstr ""
5102
5103 #: sequencer.c:2599 sequencer.c:3819
5104 msgid "no cherry-pick or revert in progress"
5105 msgstr ""
5106
5107 #: sequencer.c:2601
5108 msgid "cannot resolve HEAD"
5109 msgstr ""
5110
5111 #: sequencer.c:2603 sequencer.c:2638
5112 msgid "cannot abort from a branch yet to be born"
5113 msgstr ""
5114
5115 #: sequencer.c:2624 builtin/grep.c:732
5116 #, c-format
5117 msgid "cannot open '%s'"
5118 msgstr ""
5119
5120 #: sequencer.c:2626
5121 #, c-format
5122 msgid "cannot read '%s': %s"
5123 msgstr ""
5124
5125 #: sequencer.c:2627
5126 msgid "unexpected end of file"
5127 msgstr ""
5128
5129 #: sequencer.c:2633
5130 #, c-format
5131 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
5132 msgstr ""
5133
5134 #: sequencer.c:2644
5135 msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
5136 msgstr ""
5137
5138 #: sequencer.c:2750 sequencer.c:3735
5139 #, c-format
5140 msgid "could not update %s"
5141 msgstr ""
5142
5143 #: sequencer.c:2788 sequencer.c:3715
5144 msgid "cannot read HEAD"
5145 msgstr ""
5146
5147 #: sequencer.c:2805
5148 #, c-format
5149 msgid "unable to copy '%s' to '%s'"
5150 msgstr ""
5151
5152 #: sequencer.c:2813
5153 #, c-format
5154 msgid ""
5155 "You can amend the commit now, with\n"
5156 "\n"
5157 " git commit --amend %s\n"
5158 "\n"
5159 "Once you are satisfied with your changes, run\n"
5160 "\n"
5161 " git rebase --continue\n"
5162 msgstr ""
5163
5164 #: sequencer.c:2823
5165 #, c-format
5166 msgid "Could not apply %s... %.*s"
5167 msgstr ""
5168
5169 #: sequencer.c:2830
5170 #, c-format
5171 msgid "Could not merge %.*s"
5172 msgstr ""
5173
5174 #: sequencer.c:2844 sequencer.c:2848 builtin/difftool.c:641
5175 #, c-format
5176 msgid "could not copy '%s' to '%s'"
5177 msgstr ""
5178
5179 #: sequencer.c:2870 sequencer.c:3293 builtin/rebase.c:424 builtin/rebase.c:1230
5180 #: builtin/rebase.c:1591 builtin/rebase.c:1646
5181 msgid "could not read index"
5182 msgstr ""
5183
5184 #: sequencer.c:2875
5185 #, c-format
5186 msgid ""
5187 "execution failed: %s\n"
5188 "%sYou can fix the problem, and then run\n"
5189 "\n"
5190 " git rebase --continue\n"
5191 "\n"
5192 msgstr ""
5193
5194 #: sequencer.c:2881
5195 msgid "and made changes to the index and/or the working tree\n"
5196 msgstr ""
5197
5198 #: sequencer.c:2887
5199 #, c-format
5200 msgid ""
5201 "execution succeeded: %s\n"
5202 "but left changes to the index and/or the working tree\n"
5203 "Commit or stash your changes, and then run\n"
5204 "\n"
5205 " git rebase --continue\n"
5206 "\n"
5207 msgstr ""
5208
5209 #: sequencer.c:2948
5210 #, c-format
5211 msgid "illegal label name: '%.*s'"
5212 msgstr ""
5213
5214 #: sequencer.c:3002
5215 msgid "writing fake root commit"
5216 msgstr ""
5217
5218 #: sequencer.c:3007
5219 msgid "writing squash-onto"
5220 msgstr ""
5221
5222 #: sequencer.c:3045 builtin/rebase.c:429 builtin/rebase.c:435
5223 #, c-format
5224 msgid "failed to find tree of %s"
5225 msgstr ""
5226
5227 #: sequencer.c:3063 builtin/rebase.c:448
5228 msgid "could not write index"
5229 msgstr ""
5230
5231 #: sequencer.c:3090
5232 #, c-format
5233 msgid "could not resolve '%s'"
5234 msgstr ""
5235
5236 #: sequencer.c:3118
5237 msgid "cannot merge without a current revision"
5238 msgstr ""
5239
5240 #: sequencer.c:3140
5241 #, c-format
5242 msgid "unable to parse '%.*s'"
5243 msgstr ""
5244
5245 #: sequencer.c:3149
5246 #, c-format
5247 msgid "nothing to merge: '%.*s'"
5248 msgstr ""
5249
5250 #: sequencer.c:3161
5251 msgid "octopus merge cannot be executed on top of a [new root]"
5252 msgstr ""
5253
5254 #: sequencer.c:3176
5255 #, c-format
5256 msgid "could not get commit message of '%s'"
5257 msgstr ""
5258
5259 #: sequencer.c:3325
5260 #, c-format
5261 msgid "could not even attempt to merge '%.*s'"
5262 msgstr ""
5263
5264 #: sequencer.c:3341
5265 msgid "merge: Unable to write new index file"
5266 msgstr ""
5267
5268 #: sequencer.c:3409 builtin/rebase.c:298
5269 #, c-format
5270 msgid "Applied autostash.\n"
5271 msgstr ""
5272
5273 #: sequencer.c:3421
5274 #, c-format
5275 msgid "cannot store %s"
5276 msgstr ""
5277
5278 #: sequencer.c:3424 builtin/rebase.c:314
5279 #, c-format
5280 msgid ""
5281 "Applying autostash resulted in conflicts.\n"
5282 "Your changes are safe in the stash.\n"
5283 "You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
5284 msgstr ""
5285
5286 #: sequencer.c:3478
5287 #, c-format
5288 msgid "could not checkout %s"
5289 msgstr ""
5290
5291 #: sequencer.c:3492
5292 #, c-format
5293 msgid "%s: not a valid OID"
5294 msgstr ""
5295
5296 #: sequencer.c:3497 git-rebase--preserve-merges.sh:724
5297 msgid "could not detach HEAD"
5298 msgstr ""
5299
5300 #: sequencer.c:3512
5301 #, c-format
5302 msgid "Stopped at HEAD\n"
5303 msgstr ""
5304
5305 #: sequencer.c:3514
5306 #, c-format
5307 msgid "Stopped at %s\n"
5308 msgstr ""
5309
5310 #: sequencer.c:3522
5311 #, c-format
5312 msgid ""
5313 "Could not execute the todo command\n"
5314 "\n"
5315 " %.*s\n"
5316 "It has been rescheduled; To edit the command before continuing, please\n"
5317 "edit the todo list first:\n"
5318 "\n"
5319 " git rebase --edit-todo\n"
5320 " git rebase --continue\n"
5321 msgstr ""
5322
5323 #: sequencer.c:3597
5324 #, c-format
5325 msgid "Stopped at %s... %.*s\n"
5326 msgstr ""
5327
5328 #: sequencer.c:3677
5329 #, c-format
5330 msgid "unknown command %d"
5331 msgstr ""
5332
5333 #: sequencer.c:3723
5334 msgid "could not read orig-head"
5335 msgstr ""
5336
5337 #: sequencer.c:3728 sequencer.c:4805
5338 msgid "could not read 'onto'"
5339 msgstr ""
5340
5341 #: sequencer.c:3742
5342 #, c-format
5343 msgid "could not update HEAD to %s"
5344 msgstr ""
5345
5346 #: sequencer.c:3831
5347 msgid "cannot rebase: You have unstaged changes."
5348 msgstr ""
5349
5350 #: sequencer.c:3840
5351 msgid "cannot amend non-existing commit"
5352 msgstr ""
5353
5354 #: sequencer.c:3842
5355 #, c-format
5356 msgid "invalid file: '%s'"
5357 msgstr ""
5358
5359 #: sequencer.c:3844
5360 #, c-format
5361 msgid "invalid contents: '%s'"
5362 msgstr ""
5363
5364 #: sequencer.c:3847
5365 msgid ""
5366 "\n"
5367 "You have uncommitted changes in your working tree. Please, commit them\n"
5368 "first and then run 'git rebase --continue' again."
5369 msgstr ""
5370
5371 #: sequencer.c:3883 sequencer.c:3921
5372 #, c-format
5373 msgid "could not write file: '%s'"
5374 msgstr ""
5375
5376 #: sequencer.c:3936
5377 msgid "could not remove CHERRY_PICK_HEAD"
5378 msgstr ""
5379
5380 #: sequencer.c:3943
5381 msgid "could not commit staged changes."
5382 msgstr ""
5383
5384 #: sequencer.c:4044
5385 #, c-format
5386 msgid "%s: can't cherry-pick a %s"
5387 msgstr ""
5388
5389 #: sequencer.c:4048
5390 #, c-format
5391 msgid "%s: bad revision"
5392 msgstr ""
5393
5394 #: sequencer.c:4083
5395 msgid "can't revert as initial commit"
5396 msgstr ""
5397
5398 #: sequencer.c:4529
5399 msgid "make_script: unhandled options"
5400 msgstr ""
5401
5402 #: sequencer.c:4532
5403 msgid "make_script: error preparing revisions"
5404 msgstr ""
5405
5406 #: sequencer.c:4573 sequencer.c:4629 sequencer.c:4904
5407 #, c-format
5408 msgid "unusable todo list: '%s'"
5409 msgstr ""
5410
5411 #: sequencer.c:4684
5412 #, c-format
5413 msgid ""
5414 "unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."
5415 msgstr ""
5416
5417 #: sequencer.c:4754
5418 #, c-format
5419 msgid ""
5420 "Warning: some commits may have been dropped accidentally.\n"
5421 "Dropped commits (newer to older):\n"
5422 msgstr ""
5423
5424 #: sequencer.c:4761
5425 #, c-format
5426 msgid ""
5427 "To avoid this message, use \"drop\" to explicitly remove a commit.\n"
5428 "\n"
5429 "Use 'git config rebase.missingCommitsCheck' to change the level of "
5430 "warnings.\n"
5431 "The possible behaviours are: ignore, warn, error.\n"
5432 "\n"
5433 msgstr ""
5434
5435 #: sequencer.c:4774
5436 #, c-format
5437 msgid ""
5438 "You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
5439 "continue'.\n"
5440 "Or you can abort the rebase with 'git rebase --abort'.\n"
5441 msgstr ""
5442
5443 #: sequencer.c:4912 sequencer.c:4950
5444 msgid "nothing to do"
5445 msgstr ""
5446
5447 #: sequencer.c:4916
5448 #, c-format
5449 msgid "Rebase %s onto %s (%d command)"
5450 msgid_plural "Rebase %s onto %s (%d commands)"
5451 msgstr[0] ""
5452 msgstr[1] ""
5453
5454 #: sequencer.c:4928
5455 #, c-format
5456 msgid "could not copy '%s' to '%s'."
5457 msgstr ""
5458
5459 #: sequencer.c:4932 sequencer.c:4961
5460 msgid "could not transform the todo list"
5461 msgstr ""
5462
5463 #: sequencer.c:4964
5464 msgid "could not skip unnecessary pick commands"
5465 msgstr ""
5466
5467 #: sequencer.c:5047
5468 msgid "the script was already rearranged."
5469 msgstr ""
5470
5471 #: setup.c:123
5472 #, c-format
5473 msgid "'%s' is outside repository"
5474 msgstr ""
5475
5476 #: setup.c:172
5477 #, c-format
5478 msgid ""
5479 "%s: no such path in the working tree.\n"
5480 "Use 'git <command> -- <path>...' to specify paths that do not exist locally."
5481 msgstr ""
5482
5483 #: setup.c:185
5484 #, c-format
5485 msgid ""
5486 "ambiguous argument '%s': unknown revision or path not in the working tree.\n"
5487 "Use '--' to separate paths from revisions, like this:\n"
5488 "'git <command> [<revision>...] -- [<file>...]'"
5489 msgstr ""
5490
5491 #: setup.c:234
5492 #, c-format
5493 msgid "option '%s' must come before non-option arguments"
5494 msgstr ""
5495
5496 #: setup.c:253
5497 #, c-format
5498 msgid ""
5499 "ambiguous argument '%s': both revision and filename\n"
5500 "Use '--' to separate paths from revisions, like this:\n"
5501 "'git <command> [<revision>...] -- [<file>...]'"
5502 msgstr ""
5503
5504 #: setup.c:389
5505 msgid "unable to set up work tree using invalid config"
5506 msgstr ""
5507
5508 #: setup.c:393
5509 msgid "this operation must be run in a work tree"
5510 msgstr ""
5511
5512 #: setup.c:527
5513 #, c-format
5514 msgid "Expected git repo version <= %d, found %d"
5515 msgstr ""
5516
5517 #: setup.c:535
5518 msgid "unknown repository extensions found:"
5519 msgstr ""
5520
5521 #: setup.c:554
5522 #, c-format
5523 msgid "error opening '%s'"
5524 msgstr ""
5525
5526 #: setup.c:556
5527 #, c-format
5528 msgid "too large to be a .git file: '%s'"
5529 msgstr ""
5530
5531 #: setup.c:558
5532 #, c-format
5533 msgid "error reading %s"
5534 msgstr ""
5535
5536 #: setup.c:560
5537 #, c-format
5538 msgid "invalid gitfile format: %s"
5539 msgstr ""
5540
5541 #: setup.c:562
5542 #, c-format
5543 msgid "no path in gitfile: %s"
5544 msgstr ""
5545
5546 #: setup.c:564
5547 #, c-format
5548 msgid "not a git repository: %s"
5549 msgstr ""
5550
5551 #: setup.c:663
5552 #, c-format
5553 msgid "'$%s' too big"
5554 msgstr ""
5555
5556 #: setup.c:677
5557 #, c-format
5558 msgid "not a git repository: '%s'"
5559 msgstr ""
5560
5561 #: setup.c:706 setup.c:708 setup.c:739
5562 #, c-format
5563 msgid "cannot chdir to '%s'"
5564 msgstr ""
5565
5566 #: setup.c:711 setup.c:767 setup.c:777 setup.c:816 setup.c:824
5567 msgid "cannot come back to cwd"
5568 msgstr ""
5569
5570 #: setup.c:838
5571 #, c-format
5572 msgid "failed to stat '%*s%s%s'"
5573 msgstr ""
5574
5575 #: setup.c:1068
5576 msgid "Unable to read current working directory"
5577 msgstr ""
5578
5579 #: setup.c:1077 setup.c:1083
5580 #, c-format
5581 msgid "cannot change to '%s'"
5582 msgstr ""
5583
5584 #: setup.c:1088
5585 #, c-format
5586 msgid "not a git repository (or any of the parent directories): %s"
5587 msgstr ""
5588
5589 #: setup.c:1094
5590 #, c-format
5591 msgid ""
5592 "not a git repository (or any parent up to mount point %s)\n"
5593 "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
5594 msgstr ""
5595
5596 #: setup.c:1204
5597 #, c-format
5598 msgid ""
5599 "problem with core.sharedRepository filemode value (0%.3o).\n"
5600 "The owner of files must always have read and write permissions."
5601 msgstr ""
5602
5603 #: setup.c:1247
5604 msgid "open /dev/null or dup failed"
5605 msgstr ""
5606
5607 #: setup.c:1262
5608 msgid "fork failed"
5609 msgstr ""
5610
5611 #: setup.c:1267
5612 msgid "setsid failed"
5613 msgstr ""
5614
5615 #: sha1-file.c:445
5616 #, c-format
5617 msgid "object directory %s does not exist; check .git/objects/info/alternates"
5618 msgstr ""
5619
5620 #: sha1-file.c:496
5621 #, c-format
5622 msgid "unable to normalize alternate object path: %s"
5623 msgstr ""
5624
5625 #: sha1-file.c:568
5626 #, c-format
5627 msgid "%s: ignoring alternate object stores, nesting too deep"
5628 msgstr ""
5629
5630 #: sha1-file.c:575
5631 #, c-format
5632 msgid "unable to normalize object directory: %s"
5633 msgstr ""
5634
5635 #: sha1-file.c:618
5636 msgid "unable to fdopen alternates lockfile"
5637 msgstr ""
5638
5639 #: sha1-file.c:636
5640 msgid "unable to read alternates file"
5641 msgstr ""
5642
5643 #: sha1-file.c:643
5644 msgid "unable to move new alternates file into place"
5645 msgstr ""
5646
5647 #: sha1-file.c:678
5648 #, c-format
5649 msgid "path '%s' does not exist"
5650 msgstr ""
5651
5652 #: sha1-file.c:704
5653 #, c-format
5654 msgid "reference repository '%s' as a linked checkout is not supported yet."
5655 msgstr ""
5656
5657 #: sha1-file.c:710
5658 #, c-format
5659 msgid "reference repository '%s' is not a local repository."
5660 msgstr ""
5661
5662 #: sha1-file.c:716
5663 #, c-format
5664 msgid "reference repository '%s' is shallow"
5665 msgstr ""
5666
5667 #: sha1-file.c:724
5668 #, c-format
5669 msgid "reference repository '%s' is grafted"
5670 msgstr ""
5671
5672 #: sha1-file.c:838
5673 #, c-format
5674 msgid "attempting to mmap %<PRIuMAX> over limit %<PRIuMAX>"
5675 msgstr ""
5676
5677 #: sha1-file.c:863
5678 msgid "mmap failed"
5679 msgstr ""
5680
5681 #: sha1-file.c:1027
5682 #, c-format
5683 msgid "object file %s is empty"
5684 msgstr ""
5685
5686 #: sha1-file.c:1151 sha1-file.c:2288
5687 #, c-format
5688 msgid "corrupt loose object '%s'"
5689 msgstr ""
5690
5691 #: sha1-file.c:1153 sha1-file.c:2292
5692 #, c-format
5693 msgid "garbage at end of loose object '%s'"
5694 msgstr ""
5695
5696 #: sha1-file.c:1195
5697 msgid "invalid object type"
5698 msgstr ""
5699
5700 #: sha1-file.c:1279
5701 #, c-format
5702 msgid "unable to unpack %s header with --allow-unknown-type"
5703 msgstr ""
5704
5705 #: sha1-file.c:1282
5706 #, c-format
5707 msgid "unable to unpack %s header"
5708 msgstr ""
5709
5710 #: sha1-file.c:1288
5711 #, c-format
5712 msgid "unable to parse %s header with --allow-unknown-type"
5713 msgstr ""
5714
5715 #: sha1-file.c:1291
5716 #, c-format
5717 msgid "unable to parse %s header"
5718 msgstr ""
5719
5720 #: sha1-file.c:1481
5721 #, c-format
5722 msgid "failed to read object %s"
5723 msgstr ""
5724
5725 #: sha1-file.c:1485
5726 #, c-format
5727 msgid "replacement %s not found for %s"
5728 msgstr ""
5729
5730 #: sha1-file.c:1489
5731 #, c-format
5732 msgid "loose object %s (stored in %s) is corrupt"
5733 msgstr ""
5734
5735 #: sha1-file.c:1493
5736 #, c-format
5737 msgid "packed object %s (stored in %s) is corrupt"
5738 msgstr ""
5739
5740 #: sha1-file.c:1595
5741 #, c-format
5742 msgid "unable to write file %s"
5743 msgstr ""
5744
5745 #: sha1-file.c:1602
5746 #, c-format
5747 msgid "unable to set permission to '%s'"
5748 msgstr ""
5749
5750 #: sha1-file.c:1609
5751 msgid "file write error"
5752 msgstr ""
5753
5754 #: sha1-file.c:1628
5755 msgid "error when closing loose object file"
5756 msgstr ""
5757
5758 #: sha1-file.c:1693
5759 #, c-format
5760 msgid "insufficient permission for adding an object to repository database %s"
5761 msgstr ""
5762
5763 #: sha1-file.c:1695
5764 msgid "unable to create temporary file"
5765 msgstr ""
5766
5767 #: sha1-file.c:1719
5768 msgid "unable to write loose object file"
5769 msgstr ""
5770
5771 #: sha1-file.c:1725
5772 #, c-format
5773 msgid "unable to deflate new object %s (%d)"
5774 msgstr ""
5775
5776 #: sha1-file.c:1729
5777 #, c-format
5778 msgid "deflateEnd on object %s failed (%d)"
5779 msgstr ""
5780
5781 #: sha1-file.c:1733
5782 #, c-format
5783 msgid "confused by unstable object source data for %s"
5784 msgstr ""
5785
5786 #: sha1-file.c:1743 builtin/pack-objects.c:919
5787 #, c-format
5788 msgid "failed utime() on %s"
5789 msgstr ""
5790
5791 #: sha1-file.c:1818
5792 #, c-format
5793 msgid "cannot read object for %s"
5794 msgstr ""
5795
5796 #: sha1-file.c:1858
5797 msgid "corrupt commit"
5798 msgstr ""
5799
5800 #: sha1-file.c:1866
5801 msgid "corrupt tag"
5802 msgstr ""
5803
5804 #: sha1-file.c:1965
5805 #, c-format
5806 msgid "read error while indexing %s"
5807 msgstr ""
5808
5809 #: sha1-file.c:1968
5810 #, c-format
5811 msgid "short read while indexing %s"
5812 msgstr ""
5813
5814 #: sha1-file.c:2041 sha1-file.c:2050
5815 #, c-format
5816 msgid "%s: failed to insert into database"
5817 msgstr ""
5818
5819 #: sha1-file.c:2056
5820 #, c-format
5821 msgid "%s: unsupported file type"
5822 msgstr ""
5823
5824 #: sha1-file.c:2080
5825 #, c-format
5826 msgid "%s is not a valid object"
5827 msgstr ""
5828
5829 #: sha1-file.c:2082
5830 #, c-format
5831 msgid "%s is not a valid '%s' object"
5832 msgstr ""
5833
5834 #: sha1-file.c:2109 builtin/index-pack.c:154
5835 #, c-format
5836 msgid "unable to open %s"
5837 msgstr ""
5838
5839 #: sha1-file.c:2299 sha1-file.c:2351
5840 #, c-format
5841 msgid "hash mismatch for %s (expected %s)"
5842 msgstr ""
5843
5844 #: sha1-file.c:2323
5845 #, c-format
5846 msgid "unable to mmap %s"
5847 msgstr ""
5848
5849 #: sha1-file.c:2328
5850 #, c-format
5851 msgid "unable to unpack header of %s"
5852 msgstr ""
5853
5854 #: sha1-file.c:2334
5855 #, c-format
5856 msgid "unable to parse header of %s"
5857 msgstr ""
5858
5859 #: sha1-file.c:2345
5860 #, c-format
5861 msgid "unable to unpack contents of %s"
5862 msgstr ""
5863
5864 #: sha1-name.c:448
5865 #, c-format
5866 msgid "short SHA1 %s is ambiguous"
5867 msgstr ""
5868
5869 #: sha1-name.c:459
5870 msgid "The candidates are:"
5871 msgstr ""
5872
5873 #: sha1-name.c:742
5874 msgid ""
5875 "Git normally never creates a ref that ends with 40 hex characters\n"
5876 "because it will be ignored when you just specify 40-hex. These refs\n"
5877 "may be created by mistake. For example,\n"
5878 "\n"
5879 " git checkout -b $br $(git rev-parse ...)\n"
5880 "\n"
5881 "where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
5882 "examine these refs and maybe delete them. Turn this message off by\n"
5883 "running \"git config advice.objectNameWarning false\""
5884 msgstr ""
5885
5886 #: submodule.c:114 submodule.c:143
5887 msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
5888 msgstr ""
5889
5890 #: submodule.c:118 submodule.c:147
5891 #, c-format
5892 msgid "Could not find section in .gitmodules where path=%s"
5893 msgstr ""
5894
5895 #: submodule.c:154
5896 #, c-format
5897 msgid "Could not remove .gitmodules entry for %s"
5898 msgstr ""
5899
5900 #: submodule.c:165
5901 msgid "staging updated .gitmodules failed"
5902 msgstr ""
5903
5904 #: submodule.c:327
5905 #, c-format
5906 msgid "in unpopulated submodule '%s'"
5907 msgstr ""
5908
5909 #: submodule.c:358
5910 #, c-format
5911 msgid "Pathspec '%s' is in submodule '%.*s'"
5912 msgstr ""
5913
5914 #: submodule.c:906
5915 #, c-format
5916 msgid "submodule entry '%s' (%s) is a %s, not a commit"
5917 msgstr ""
5918
5919 #: submodule.c:1143 builtin/branch.c:656 builtin/submodule--helper.c:1989
5920 msgid "Failed to resolve HEAD as a valid ref."
5921 msgstr ""
5922
5923 #: submodule.c:1477
5924 #, c-format
5925 msgid "Could not access submodule '%s'"
5926 msgstr ""
5927
5928 #: submodule.c:1639
5929 #, c-format
5930 msgid "'%s' not recognized as a git repository"
5931 msgstr ""
5932
5933 #: submodule.c:1777
5934 #, c-format
5935 msgid "could not start 'git status' in submodule '%s'"
5936 msgstr ""
5937
5938 #: submodule.c:1790
5939 #, c-format
5940 msgid "could not run 'git status' in submodule '%s'"
5941 msgstr ""
5942
5943 #: submodule.c:1805
5944 #, c-format
5945 msgid "Could not unset core.worktree setting in submodule '%s'"
5946 msgstr ""
5947
5948 #: submodule.c:1895
5949 #, c-format
5950 msgid "submodule '%s' has dirty index"
5951 msgstr ""
5952
5953 #: submodule.c:1947
5954 #, c-format
5955 msgid "Submodule '%s' could not be updated."
5956 msgstr ""
5957
5958 #: submodule.c:1996
5959 #, c-format
5960 msgid ""
5961 "relocate_gitdir for submodule '%s' with more than one worktree not supported"
5962 msgstr ""
5963
5964 #: submodule.c:2008 submodule.c:2064
5965 #, c-format
5966 msgid "could not lookup name for submodule '%s'"
5967 msgstr ""
5968
5969 #: submodule.c:2015
5970 #, c-format
5971 msgid ""
5972 "Migrating git directory of '%s%s' from\n"
5973 "'%s' to\n"
5974 "'%s'\n"
5975 msgstr ""
5976
5977 #: submodule.c:2099
5978 #, c-format
5979 msgid "could not recurse into submodule '%s'"
5980 msgstr ""
5981
5982 #: submodule.c:2143
5983 msgid "could not start ls-files in .."
5984 msgstr ""
5985
5986 #: submodule.c:2182
5987 #, c-format
5988 msgid "ls-tree returned unexpected return code %d"
5989 msgstr ""
5990
5991 #: submodule-config.c:232
5992 #, c-format
5993 msgid "ignoring suspicious submodule name: %s"
5994 msgstr ""
5995
5996 #: submodule-config.c:296
5997 msgid "negative values not allowed for submodule.fetchjobs"
5998 msgstr ""
5999
6000 #: submodule-config.c:390
6001 #, c-format
6002 msgid "ignoring '%s' which may be interpreted as a command-line option: %s"
6003 msgstr ""
6004
6005 #: submodule-config.c:479
6006 #, c-format
6007 msgid "invalid value for %s"
6008 msgstr ""
6009
6010 #: submodule-config.c:754
6011 #, c-format
6012 msgid "Could not update .gitmodules entry %s"
6013 msgstr ""
6014
6015 #: trailer.c:238
6016 #, c-format
6017 msgid "running trailer command '%s' failed"
6018 msgstr ""
6019
6020 #: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:553
6021 #: trailer.c:557
6022 #, c-format
6023 msgid "unknown value '%s' for key '%s'"
6024 msgstr ""
6025
6026 #: trailer.c:539 trailer.c:544 builtin/remote.c:295
6027 #, c-format
6028 msgid "more than one %s"
6029 msgstr ""
6030
6031 #: trailer.c:730
6032 #, c-format
6033 msgid "empty trailer token in trailer '%.*s'"
6034 msgstr ""
6035
6036 #: trailer.c:750
6037 #, c-format
6038 msgid "could not read input file '%s'"
6039 msgstr ""
6040
6041 #: trailer.c:753
6042 msgid "could not read from stdin"
6043 msgstr ""
6044
6045 #: trailer.c:1011 wrapper.c:701
6046 #, c-format
6047 msgid "could not stat %s"
6048 msgstr ""
6049
6050 #: trailer.c:1013
6051 #, c-format
6052 msgid "file %s is not a regular file"
6053 msgstr ""
6054
6055 #: trailer.c:1015
6056 #, c-format
6057 msgid "file %s is not writable by user"
6058 msgstr ""
6059
6060 #: trailer.c:1027
6061 msgid "could not open temporary file"
6062 msgstr ""
6063
6064 #: trailer.c:1067
6065 #, c-format
6066 msgid "could not rename temporary file to %s"
6067 msgstr ""
6068
6069 #: transport.c:116
6070 #, c-format
6071 msgid "Would set upstream of '%s' to '%s' of '%s'\n"
6072 msgstr ""
6073
6074 #: transport.c:142
6075 #, c-format
6076 msgid "could not read bundle '%s'"
6077 msgstr ""
6078
6079 #: transport.c:208
6080 #, c-format
6081 msgid "transport: invalid depth option '%s'"
6082 msgstr ""
6083
6084 #: transport.c:617
6085 msgid "could not parse transport.color.* config"
6086 msgstr ""
6087
6088 #: transport.c:690
6089 msgid "support for protocol v2 not implemented yet"
6090 msgstr ""
6091
6092 #: transport.c:817
6093 #, c-format
6094 msgid "unknown value for config '%s': %s"
6095 msgstr ""
6096
6097 #: transport.c:883
6098 #, c-format
6099 msgid "transport '%s' not allowed"
6100 msgstr ""
6101
6102 #: transport.c:937
6103 msgid "git-over-rsync is no longer supported"
6104 msgstr ""
6105
6106 #: transport.c:1032
6107 #, c-format
6108 msgid ""
6109 "The following submodule paths contain changes that can\n"
6110 "not be found on any remote:\n"
6111 msgstr ""
6112
6113 #: transport.c:1036
6114 #, c-format
6115 msgid ""
6116 "\n"
6117 "Please try\n"
6118 "\n"
6119 "\tgit push --recurse-submodules=on-demand\n"
6120 "\n"
6121 "or cd to the path and use\n"
6122 "\n"
6123 "\tgit push\n"
6124 "\n"
6125 "to push them to a remote.\n"
6126 "\n"
6127 msgstr ""
6128
6129 #: transport.c:1044
6130 msgid "Aborting."
6131 msgstr ""
6132
6133 #: transport.c:1184
6134 msgid "failed to push all needed submodules"
6135 msgstr ""
6136
6137 #: transport.c:1317 transport-helper.c:643
6138 msgid "operation not supported by protocol"
6139 msgstr ""
6140
6141 #: transport.c:1421
6142 #, c-format
6143 msgid "invalid line while parsing alternate refs: %s"
6144 msgstr ""
6145
6146 #: transport-helper.c:51 transport-helper.c:80
6147 msgid "full write to remote helper failed"
6148 msgstr ""
6149
6150 #: transport-helper.c:132
6151 #, c-format
6152 msgid "unable to find remote helper for '%s'"
6153 msgstr ""
6154
6155 #: transport-helper.c:148 transport-helper.c:557
6156 msgid "can't dup helper output fd"
6157 msgstr ""
6158
6159 #: transport-helper.c:199
6160 #, c-format
6161 msgid ""
6162 "unknown mandatory capability %s; this remote helper probably needs newer "
6163 "version of Git"
6164 msgstr ""
6165
6166 #: transport-helper.c:205
6167 msgid "this remote helper should implement refspec capability"
6168 msgstr ""
6169
6170 #: transport-helper.c:272 transport-helper.c:412
6171 #, c-format
6172 msgid "%s unexpectedly said: '%s'"
6173 msgstr ""
6174
6175 #: transport-helper.c:401
6176 #, c-format
6177 msgid "%s also locked %s"
6178 msgstr ""
6179
6180 #: transport-helper.c:479
6181 msgid "couldn't run fast-import"
6182 msgstr ""
6183
6184 #: transport-helper.c:502
6185 msgid "error while running fast-import"
6186 msgstr ""
6187
6188 #: transport-helper.c:531 transport-helper.c:1097
6189 #, c-format
6190 msgid "could not read ref %s"
6191 msgstr ""
6192
6193 #: transport-helper.c:576
6194 #, c-format
6195 msgid "unknown response to connect: %s"
6196 msgstr ""
6197
6198 #: transport-helper.c:598
6199 msgid "setting remote service path not supported by protocol"
6200 msgstr ""
6201
6202 #: transport-helper.c:600
6203 msgid "invalid remote service path"
6204 msgstr ""
6205
6206 #: transport-helper.c:646
6207 #, c-format
6208 msgid "can't connect to subservice %s"
6209 msgstr ""
6210
6211 #: transport-helper.c:718
6212 #, c-format
6213 msgid "expected ok/error, helper said '%s'"
6214 msgstr ""
6215
6216 #: transport-helper.c:771
6217 #, c-format
6218 msgid "helper reported unexpected status of %s"
6219 msgstr ""
6220
6221 #: transport-helper.c:832
6222 #, c-format
6223 msgid "helper %s does not support dry-run"
6224 msgstr ""
6225
6226 #: transport-helper.c:835
6227 #, c-format
6228 msgid "helper %s does not support --signed"
6229 msgstr ""
6230
6231 #: transport-helper.c:838
6232 #, c-format
6233 msgid "helper %s does not support --signed=if-asked"
6234 msgstr ""
6235
6236 #: transport-helper.c:845
6237 #, c-format
6238 msgid "helper %s does not support 'push-option'"
6239 msgstr ""
6240
6241 #: transport-helper.c:937
6242 msgid "remote-helper doesn't support push; refspec needed"
6243 msgstr ""
6244
6245 #: transport-helper.c:942
6246 #, c-format
6247 msgid "helper %s does not support 'force'"
6248 msgstr ""
6249
6250 #: transport-helper.c:989
6251 msgid "couldn't run fast-export"
6252 msgstr ""
6253
6254 #: transport-helper.c:994
6255 msgid "error while running fast-export"
6256 msgstr ""
6257
6258 #: transport-helper.c:1019
6259 #, c-format
6260 msgid ""
6261 "No refs in common and none specified; doing nothing.\n"
6262 "Perhaps you should specify a branch such as 'master'.\n"
6263 msgstr ""
6264
6265 #: transport-helper.c:1083
6266 #, c-format
6267 msgid "malformed response in ref list: %s"
6268 msgstr ""
6269
6270 #: transport-helper.c:1236
6271 #, c-format
6272 msgid "read(%s) failed"
6273 msgstr ""
6274
6275 #: transport-helper.c:1263
6276 #, c-format
6277 msgid "write(%s) failed"
6278 msgstr ""
6279
6280 #: transport-helper.c:1312
6281 #, c-format
6282 msgid "%s thread failed"
6283 msgstr ""
6284
6285 #: transport-helper.c:1316
6286 #, c-format
6287 msgid "%s thread failed to join: %s"
6288 msgstr ""
6289
6290 #: transport-helper.c:1335 transport-helper.c:1339
6291 #, c-format
6292 msgid "can't start thread for copying data: %s"
6293 msgstr ""
6294
6295 #: transport-helper.c:1376
6296 #, c-format
6297 msgid "%s process failed to wait"
6298 msgstr ""
6299
6300 #: transport-helper.c:1380
6301 #, c-format
6302 msgid "%s process failed"
6303 msgstr ""
6304
6305 #: transport-helper.c:1398 transport-helper.c:1407
6306 msgid "can't start thread for copying data"
6307 msgstr ""
6308
6309 #: tree-walk.c:33
6310 msgid "too-short tree object"
6311 msgstr ""
6312
6313 #: tree-walk.c:39
6314 msgid "malformed mode in tree entry"
6315 msgstr ""
6316
6317 #: tree-walk.c:43
6318 msgid "empty filename in tree entry"
6319 msgstr ""
6320
6321 #: tree-walk.c:116
6322 msgid "too-short tree file"
6323 msgstr ""
6324
6325 #: unpack-trees.c:111
6326 #, c-format
6327 msgid ""
6328 "Your local changes to the following files would be overwritten by checkout:\n"
6329 "%%sPlease commit your changes or stash them before you switch branches."
6330 msgstr ""
6331
6332 #: unpack-trees.c:113
6333 #, c-format
6334 msgid ""
6335 "Your local changes to the following files would be overwritten by checkout:\n"
6336 "%%s"
6337 msgstr ""
6338
6339 #: unpack-trees.c:116
6340 #, c-format
6341 msgid ""
6342 "Your local changes to the following files would be overwritten by merge:\n"
6343 "%%sPlease commit your changes or stash them before you merge."
6344 msgstr ""
6345
6346 #: unpack-trees.c:118
6347 #, c-format
6348 msgid ""
6349 "Your local changes to the following files would be overwritten by merge:\n"
6350 "%%s"
6351 msgstr ""
6352
6353 #: unpack-trees.c:121
6354 #, c-format
6355 msgid ""
6356 "Your local changes to the following files would be overwritten by %s:\n"
6357 "%%sPlease commit your changes or stash them before you %s."
6358 msgstr ""
6359
6360 #: unpack-trees.c:123
6361 #, c-format
6362 msgid ""
6363 "Your local changes to the following files would be overwritten by %s:\n"
6364 "%%s"
6365 msgstr ""
6366
6367 #: unpack-trees.c:128
6368 #, c-format
6369 msgid ""
6370 "Updating the following directories would lose untracked files in them:\n"
6371 "%s"
6372 msgstr ""
6373
6374 #: unpack-trees.c:132
6375 #, c-format
6376 msgid ""
6377 "The following untracked working tree files would be removed by checkout:\n"
6378 "%%sPlease move or remove them before you switch branches."
6379 msgstr ""
6380
6381 #: unpack-trees.c:134
6382 #, c-format
6383 msgid ""
6384 "The following untracked working tree files would be removed by checkout:\n"
6385 "%%s"
6386 msgstr ""
6387
6388 #: unpack-trees.c:137
6389 #, c-format
6390 msgid ""
6391 "The following untracked working tree files would be removed by merge:\n"
6392 "%%sPlease move or remove them before you merge."
6393 msgstr ""
6394
6395 #: unpack-trees.c:139
6396 #, c-format
6397 msgid ""
6398 "The following untracked working tree files would be removed by merge:\n"
6399 "%%s"
6400 msgstr ""
6401
6402 #: unpack-trees.c:142
6403 #, c-format
6404 msgid ""
6405 "The following untracked working tree files would be removed by %s:\n"
6406 "%%sPlease move or remove them before you %s."
6407 msgstr ""
6408
6409 #: unpack-trees.c:144
6410 #, c-format
6411 msgid ""
6412 "The following untracked working tree files would be removed by %s:\n"
6413 "%%s"
6414 msgstr ""
6415
6416 #: unpack-trees.c:150
6417 #, c-format
6418 msgid ""
6419 "The following untracked working tree files would be overwritten by "
6420 "checkout:\n"
6421 "%%sPlease move or remove them before you switch branches."
6422 msgstr ""
6423
6424 #: unpack-trees.c:152
6425 #, c-format
6426 msgid ""
6427 "The following untracked working tree files would be overwritten by "
6428 "checkout:\n"
6429 "%%s"
6430 msgstr ""
6431
6432 #: unpack-trees.c:155
6433 #, c-format
6434 msgid ""
6435 "The following untracked working tree files would be overwritten by merge:\n"
6436 "%%sPlease move or remove them before you merge."
6437 msgstr ""
6438
6439 #: unpack-trees.c:157
6440 #, c-format
6441 msgid ""
6442 "The following untracked working tree files would be overwritten by merge:\n"
6443 "%%s"
6444 msgstr ""
6445
6446 #: unpack-trees.c:160
6447 #, c-format
6448 msgid ""
6449 "The following untracked working tree files would be overwritten by %s:\n"
6450 "%%sPlease move or remove them before you %s."
6451 msgstr ""
6452
6453 #: unpack-trees.c:162
6454 #, c-format
6455 msgid ""
6456 "The following untracked working tree files would be overwritten by %s:\n"
6457 "%%s"
6458 msgstr ""
6459
6460 #: unpack-trees.c:170
6461 #, c-format
6462 msgid "Entry '%s' overlaps with '%s'. Cannot bind."
6463 msgstr ""
6464
6465 #: unpack-trees.c:173
6466 #, c-format
6467 msgid ""
6468 "Cannot update sparse checkout: the following entries are not up to date:\n"
6469 "%s"
6470 msgstr ""
6471
6472 #: unpack-trees.c:175
6473 #, c-format
6474 msgid ""
6475 "The following working tree files would be overwritten by sparse checkout "
6476 "update:\n"
6477 "%s"
6478 msgstr ""
6479
6480 #: unpack-trees.c:177
6481 #, c-format
6482 msgid ""
6483 "The following working tree files would be removed by sparse checkout "
6484 "update:\n"
6485 "%s"
6486 msgstr ""
6487
6488 #: unpack-trees.c:179
6489 #, c-format
6490 msgid ""
6491 "Cannot update submodule:\n"
6492 "%s"
6493 msgstr ""
6494
6495 #: unpack-trees.c:253
6496 #, c-format
6497 msgid "Aborting\n"
6498 msgstr ""
6499
6500 #: unpack-trees.c:335
6501 msgid "Checking out files"
6502 msgstr ""
6503
6504 #: unpack-trees.c:367
6505 msgid ""
6506 "the following paths have collided (e.g. case-sensitive paths\n"
6507 "on a case-insensitive filesystem) and only one from the same\n"
6508 "colliding group is in the working tree:\n"
6509 msgstr ""
6510
6511 #: urlmatch.c:163
6512 msgid "invalid URL scheme name or missing '://' suffix"
6513 msgstr ""
6514
6515 #: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
6516 #, c-format
6517 msgid "invalid %XX escape sequence"
6518 msgstr ""
6519
6520 #: urlmatch.c:215
6521 msgid "missing host and scheme is not 'file:'"
6522 msgstr ""
6523
6524 #: urlmatch.c:232
6525 msgid "a 'file:' URL may not have a port number"
6526 msgstr ""
6527
6528 #: urlmatch.c:247
6529 msgid "invalid characters in host name"
6530 msgstr ""
6531
6532 #: urlmatch.c:292 urlmatch.c:303
6533 msgid "invalid port number"
6534 msgstr ""
6535
6536 #: urlmatch.c:371
6537 msgid "invalid '..' path segment"
6538 msgstr ""
6539
6540 #: worktree.c:249 builtin/am.c:2094
6541 #, c-format
6542 msgid "failed to read '%s'"
6543 msgstr ""
6544
6545 #: worktree.c:295
6546 #, c-format
6547 msgid "'%s' at main working tree is not the repository directory"
6548 msgstr ""
6549
6550 #: worktree.c:306
6551 #, c-format
6552 msgid "'%s' file does not contain absolute path to the working tree location"
6553 msgstr ""
6554
6555 #: worktree.c:318
6556 #, c-format
6557 msgid "'%s' does not exist"
6558 msgstr ""
6559
6560 #: worktree.c:324
6561 #, c-format
6562 msgid "'%s' is not a .git file, error code %d"
6563 msgstr ""
6564
6565 #: worktree.c:332
6566 #, c-format
6567 msgid "'%s' does not point back to '%s'"
6568 msgstr ""
6569
6570 #: wrapper.c:223 wrapper.c:393
6571 #, c-format
6572 msgid "could not open '%s' for reading and writing"
6573 msgstr ""
6574
6575 #: wrapper.c:424 wrapper.c:624
6576 #, c-format
6577 msgid "unable to access '%s'"
6578 msgstr ""
6579
6580 #: wrapper.c:632
6581 msgid "unable to get current working directory"
6582 msgstr ""
6583
6584 #: wt-status.c:155
6585 msgid "Unmerged paths:"
6586 msgstr ""
6587
6588 #: wt-status.c:182 wt-status.c:209
6589 #, c-format
6590 msgid " (use \"git reset %s <file>...\" to unstage)"
6591 msgstr ""
6592
6593 #: wt-status.c:184 wt-status.c:211
6594 msgid " (use \"git rm --cached <file>...\" to unstage)"
6595 msgstr ""
6596
6597 #: wt-status.c:188
6598 msgid " (use \"git add <file>...\" to mark resolution)"
6599 msgstr ""
6600
6601 #: wt-status.c:190 wt-status.c:194
6602 msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"
6603 msgstr ""
6604
6605 #: wt-status.c:192
6606 msgid " (use \"git rm <file>...\" to mark resolution)"
6607 msgstr ""
6608
6609 #: wt-status.c:203 wt-status.c:1046
6610 msgid "Changes to be committed:"
6611 msgstr ""
6612
6613 #: wt-status.c:221 wt-status.c:1055
6614 msgid "Changes not staged for commit:"
6615 msgstr ""
6616
6617 #: wt-status.c:225
6618 msgid " (use \"git add <file>...\" to update what will be committed)"
6619 msgstr ""
6620
6621 #: wt-status.c:227
6622 msgid " (use \"git add/rm <file>...\" to update what will be committed)"
6623 msgstr ""
6624
6625 #: wt-status.c:228
6626 msgid ""
6627 " (use \"git checkout -- <file>...\" to discard changes in working directory)"
6628 msgstr ""
6629
6630 #: wt-status.c:230
6631 msgid " (commit or discard the untracked or modified content in submodules)"
6632 msgstr ""
6633
6634 #: wt-status.c:242
6635 #, c-format
6636 msgid " (use \"git %s <file>...\" to include in what will be committed)"
6637 msgstr ""
6638
6639 #: wt-status.c:257
6640 msgid "both deleted:"
6641 msgstr ""
6642
6643 #: wt-status.c:259
6644 msgid "added by us:"
6645 msgstr ""
6646
6647 #: wt-status.c:261
6648 msgid "deleted by them:"
6649 msgstr ""
6650
6651 #: wt-status.c:263
6652 msgid "added by them:"
6653 msgstr ""
6654
6655 #: wt-status.c:265
6656 msgid "deleted by us:"
6657 msgstr ""
6658
6659 #: wt-status.c:267
6660 msgid "both added:"
6661 msgstr ""
6662
6663 #: wt-status.c:269
6664 msgid "both modified:"
6665 msgstr ""
6666
6667 #: wt-status.c:279
6668 msgid "new file:"
6669 msgstr ""
6670
6671 #: wt-status.c:281
6672 msgid "copied:"
6673 msgstr ""
6674
6675 #: wt-status.c:283
6676 msgid "deleted:"
6677 msgstr ""
6678
6679 #: wt-status.c:285
6680 msgid "modified:"
6681 msgstr ""
6682
6683 #: wt-status.c:287
6684 msgid "renamed:"
6685 msgstr ""
6686
6687 #: wt-status.c:289
6688 msgid "typechange:"
6689 msgstr ""
6690
6691 #: wt-status.c:291
6692 msgid "unknown:"
6693 msgstr ""
6694
6695 #: wt-status.c:293
6696 msgid "unmerged:"
6697 msgstr ""
6698
6699 #: wt-status.c:373
6700 msgid "new commits, "
6701 msgstr ""
6702
6703 #: wt-status.c:375
6704 msgid "modified content, "
6705 msgstr ""
6706
6707 #: wt-status.c:377
6708 msgid "untracked content, "
6709 msgstr ""
6710
6711 #: wt-status.c:884
6712 #, c-format
6713 msgid "Your stash currently has %d entry"
6714 msgid_plural "Your stash currently has %d entries"
6715 msgstr[0] ""
6716 msgstr[1] ""
6717
6718 #: wt-status.c:916
6719 msgid "Submodules changed but not updated:"
6720 msgstr ""
6721
6722 #: wt-status.c:918
6723 msgid "Submodule changes to be committed:"
6724 msgstr ""
6725
6726 #: wt-status.c:1000
6727 msgid ""
6728 "Do not modify or remove the line above.\n"
6729 "Everything below it will be ignored."
6730 msgstr ""
6731
6732 #: wt-status.c:1101
6733 msgid "You have unmerged paths."
6734 msgstr ""
6735
6736 #: wt-status.c:1104
6737 msgid " (fix conflicts and run \"git commit\")"
6738 msgstr ""
6739
6740 #: wt-status.c:1106
6741 msgid " (use \"git merge --abort\" to abort the merge)"
6742 msgstr ""
6743
6744 #: wt-status.c:1110
6745 msgid "All conflicts fixed but you are still merging."
6746 msgstr ""
6747
6748 #: wt-status.c:1113
6749 msgid " (use \"git commit\" to conclude merge)"
6750 msgstr ""
6751
6752 #: wt-status.c:1122
6753 msgid "You are in the middle of an am session."
6754 msgstr ""
6755
6756 #: wt-status.c:1125
6757 msgid "The current patch is empty."
6758 msgstr ""
6759
6760 #: wt-status.c:1129
6761 msgid " (fix conflicts and then run \"git am --continue\")"
6762 msgstr ""
6763
6764 #: wt-status.c:1131
6765 msgid " (use \"git am --skip\" to skip this patch)"
6766 msgstr ""
6767
6768 #: wt-status.c:1133
6769 msgid " (use \"git am --abort\" to restore the original branch)"
6770 msgstr ""
6771
6772 #: wt-status.c:1264
6773 msgid "git-rebase-todo is missing."
6774 msgstr ""
6775
6776 #: wt-status.c:1266
6777 msgid "No commands done."
6778 msgstr ""
6779
6780 #: wt-status.c:1269
6781 #, c-format
6782 msgid "Last command done (%d command done):"
6783 msgid_plural "Last commands done (%d commands done):"
6784 msgstr[0] ""
6785 msgstr[1] ""
6786
6787 #: wt-status.c:1280
6788 #, c-format
6789 msgid " (see more in file %s)"
6790 msgstr ""
6791
6792 #: wt-status.c:1285
6793 msgid "No commands remaining."
6794 msgstr ""
6795
6796 #: wt-status.c:1288
6797 #, c-format
6798 msgid "Next command to do (%d remaining command):"
6799 msgid_plural "Next commands to do (%d remaining commands):"
6800 msgstr[0] ""
6801 msgstr[1] ""
6802
6803 #: wt-status.c:1296
6804 msgid " (use \"git rebase --edit-todo\" to view and edit)"
6805 msgstr ""
6806
6807 #: wt-status.c:1308
6808 #, c-format
6809 msgid "You are currently rebasing branch '%s' on '%s'."
6810 msgstr ""
6811
6812 #: wt-status.c:1313
6813 msgid "You are currently rebasing."
6814 msgstr ""
6815
6816 #: wt-status.c:1326
6817 msgid " (fix conflicts and then run \"git rebase --continue\")"
6818 msgstr ""
6819
6820 #: wt-status.c:1328
6821 msgid " (use \"git rebase --skip\" to skip this patch)"
6822 msgstr ""
6823
6824 #: wt-status.c:1330
6825 msgid " (use \"git rebase --abort\" to check out the original branch)"
6826 msgstr ""
6827
6828 #: wt-status.c:1337
6829 msgid " (all conflicts fixed: run \"git rebase --continue\")"
6830 msgstr ""
6831
6832 #: wt-status.c:1341
6833 #, c-format
6834 msgid ""
6835 "You are currently splitting a commit while rebasing branch '%s' on '%s'."
6836 msgstr ""
6837
6838 #: wt-status.c:1346
6839 msgid "You are currently splitting a commit during a rebase."
6840 msgstr ""
6841
6842 #: wt-status.c:1349
6843 msgid " (Once your working directory is clean, run \"git rebase --continue\")"
6844 msgstr ""
6845
6846 #: wt-status.c:1353
6847 #, c-format
6848 msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
6849 msgstr ""
6850
6851 #: wt-status.c:1358
6852 msgid "You are currently editing a commit during a rebase."
6853 msgstr ""
6854
6855 #: wt-status.c:1361
6856 msgid " (use \"git commit --amend\" to amend the current commit)"
6857 msgstr ""
6858
6859 #: wt-status.c:1363
6860 msgid ""
6861 " (use \"git rebase --continue\" once you are satisfied with your changes)"
6862 msgstr ""
6863
6864 #: wt-status.c:1372
6865 #, c-format
6866 msgid "You are currently cherry-picking commit %s."
6867 msgstr ""
6868
6869 #: wt-status.c:1377
6870 msgid " (fix conflicts and run \"git cherry-pick --continue\")"
6871 msgstr ""
6872
6873 #: wt-status.c:1380
6874 msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"
6875 msgstr ""
6876
6877 #: wt-status.c:1382
6878 msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
6879 msgstr ""
6880
6881 #: wt-status.c:1390
6882 #, c-format
6883 msgid "You are currently reverting commit %s."
6884 msgstr ""
6885
6886 #: wt-status.c:1395
6887 msgid " (fix conflicts and run \"git revert --continue\")"
6888 msgstr ""
6889
6890 #: wt-status.c:1398
6891 msgid " (all conflicts fixed: run \"git revert --continue\")"
6892 msgstr ""
6893
6894 #: wt-status.c:1400
6895 msgid " (use \"git revert --abort\" to cancel the revert operation)"
6896 msgstr ""
6897
6898 #: wt-status.c:1410
6899 #, c-format
6900 msgid "You are currently bisecting, started from branch '%s'."
6901 msgstr ""
6902
6903 #: wt-status.c:1414
6904 msgid "You are currently bisecting."
6905 msgstr ""
6906
6907 #: wt-status.c:1417
6908 msgid " (use \"git bisect reset\" to get back to the original branch)"
6909 msgstr ""
6910
6911 #: wt-status.c:1617
6912 msgid "On branch "
6913 msgstr ""
6914
6915 #: wt-status.c:1624
6916 msgid "interactive rebase in progress; onto "
6917 msgstr ""
6918
6919 #: wt-status.c:1626
6920 msgid "rebase in progress; onto "
6921 msgstr ""
6922
6923 #: wt-status.c:1631
6924 msgid "HEAD detached at "
6925 msgstr ""
6926
6927 #: wt-status.c:1633
6928 msgid "HEAD detached from "
6929 msgstr ""
6930
6931 #: wt-status.c:1636
6932 msgid "Not currently on any branch."
6933 msgstr ""
6934
6935 #: wt-status.c:1653
6936 msgid "Initial commit"
6937 msgstr ""
6938
6939 #: wt-status.c:1654
6940 msgid "No commits yet"
6941 msgstr ""
6942
6943 #: wt-status.c:1668
6944 msgid "Untracked files"
6945 msgstr ""
6946
6947 #: wt-status.c:1670
6948 msgid "Ignored files"
6949 msgstr ""
6950
6951 #: wt-status.c:1674
6952 #, c-format
6953 msgid ""
6954 "It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
6955 "may speed it up, but you have to be careful not to forget to add\n"
6956 "new files yourself (see 'git help status')."
6957 msgstr ""
6958
6959 #: wt-status.c:1680
6960 #, c-format
6961 msgid "Untracked files not listed%s"
6962 msgstr ""
6963
6964 #: wt-status.c:1682
6965 msgid " (use -u option to show untracked files)"
6966 msgstr ""
6967
6968 #: wt-status.c:1688
6969 msgid "No changes"
6970 msgstr ""
6971
6972 #: wt-status.c:1693
6973 #, c-format
6974 msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
6975 msgstr ""
6976
6977 #: wt-status.c:1696
6978 #, c-format
6979 msgid "no changes added to commit\n"
6980 msgstr ""
6981
6982 #: wt-status.c:1699
6983 #, c-format
6984 msgid ""
6985 "nothing added to commit but untracked files present (use \"git add\" to "
6986 "track)\n"
6987 msgstr ""
6988
6989 #: wt-status.c:1702
6990 #, c-format
6991 msgid "nothing added to commit but untracked files present\n"
6992 msgstr ""
6993
6994 #: wt-status.c:1705
6995 #, c-format
6996 msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
6997 msgstr ""
6998
6999 #: wt-status.c:1708 wt-status.c:1713
7000 #, c-format
7001 msgid "nothing to commit\n"
7002 msgstr ""
7003
7004 #: wt-status.c:1711
7005 #, c-format
7006 msgid "nothing to commit (use -u to show untracked files)\n"
7007 msgstr ""
7008
7009 #: wt-status.c:1715
7010 #, c-format
7011 msgid "nothing to commit, working tree clean\n"
7012 msgstr ""
7013
7014 #: wt-status.c:1828
7015 msgid "No commits yet on "
7016 msgstr ""
7017
7018 #: wt-status.c:1832
7019 msgid "HEAD (no branch)"
7020 msgstr ""
7021
7022 #: wt-status.c:1863
7023 msgid "different"
7024 msgstr ""
7025
7026 #: wt-status.c:1865 wt-status.c:1873
7027 msgid "behind "
7028 msgstr ""
7029
7030 #: wt-status.c:1868 wt-status.c:1871
7031 msgid "ahead "
7032 msgstr ""
7033
7034 #. TRANSLATORS: the action is e.g. "pull with rebase"
7035 #: wt-status.c:2386
7036 #, c-format
7037 msgid "cannot %s: You have unstaged changes."
7038 msgstr ""
7039
7040 #: wt-status.c:2392
7041 msgid "additionally, your index contains uncommitted changes."
7042 msgstr ""
7043
7044 #: wt-status.c:2394
7045 #, c-format
7046 msgid "cannot %s: Your index contains uncommitted changes."
7047 msgstr ""
7048
7049 #: builtin/add.c:25
7050 msgid "git add [<options>] [--] <pathspec>..."
7051 msgstr ""
7052
7053 #: builtin/add.c:84
7054 #, c-format
7055 msgid "unexpected diff status %c"
7056 msgstr ""
7057
7058 #: builtin/add.c:89 builtin/commit.c:285
7059 msgid "updating files failed"
7060 msgstr ""
7061
7062 #: builtin/add.c:99
7063 #, c-format
7064 msgid "remove '%s'\n"
7065 msgstr ""
7066
7067 #: builtin/add.c:174
7068 msgid "Unstaged changes after refreshing the index:"
7069 msgstr ""
7070
7071 #: builtin/add.c:234 builtin/rev-parse.c:896
7072 msgid "Could not read the index"
7073 msgstr ""
7074
7075 #: builtin/add.c:245
7076 #, c-format
7077 msgid "Could not open '%s' for writing."
7078 msgstr ""
7079
7080 #: builtin/add.c:249
7081 msgid "Could not write patch"
7082 msgstr ""
7083
7084 #: builtin/add.c:252
7085 msgid "editing patch failed"
7086 msgstr ""
7087
7088 #: builtin/add.c:255
7089 #, c-format
7090 msgid "Could not stat '%s'"
7091 msgstr ""
7092
7093 #: builtin/add.c:257
7094 msgid "Empty patch. Aborted."
7095 msgstr ""
7096
7097 #: builtin/add.c:262
7098 #, c-format
7099 msgid "Could not apply '%s'"
7100 msgstr ""
7101
7102 #: builtin/add.c:270
7103 msgid "The following paths are ignored by one of your .gitignore files:\n"
7104 msgstr ""
7105
7106 #: builtin/add.c:290 builtin/clean.c:908 builtin/fetch.c:137 builtin/mv.c:124
7107 #: builtin/prune-packed.c:56 builtin/pull.c:214 builtin/push.c:560
7108 #: builtin/remote.c:1345 builtin/rm.c:241 builtin/send-pack.c:165
7109 msgid "dry run"
7110 msgstr ""
7111
7112 #: builtin/add.c:293
7113 msgid "interactive picking"
7114 msgstr ""
7115
7116 #: builtin/add.c:294 builtin/checkout.c:1304 builtin/reset.c:306
7117 msgid "select hunks interactively"
7118 msgstr ""
7119
7120 #: builtin/add.c:295
7121 msgid "edit current diff and apply"
7122 msgstr ""
7123
7124 #: builtin/add.c:296
7125 msgid "allow adding otherwise ignored files"
7126 msgstr ""
7127
7128 #: builtin/add.c:297
7129 msgid "update tracked files"
7130 msgstr ""
7131
7132 #: builtin/add.c:298
7133 msgid "renormalize EOL of tracked files (implies -u)"
7134 msgstr ""
7135
7136 #: builtin/add.c:299
7137 msgid "record only the fact that the path will be added later"
7138 msgstr ""
7139
7140 #: builtin/add.c:300
7141 msgid "add changes from all tracked and untracked files"
7142 msgstr ""
7143
7144 #: builtin/add.c:303
7145 msgid "ignore paths removed in the working tree (same as --no-all)"
7146 msgstr ""
7147
7148 #: builtin/add.c:305
7149 msgid "don't add, only refresh the index"
7150 msgstr ""
7151
7152 #: builtin/add.c:306
7153 msgid "just skip files which cannot be added because of errors"
7154 msgstr ""
7155
7156 #: builtin/add.c:307
7157 msgid "check if - even missing - files are ignored in dry run"
7158 msgstr ""
7159
7160 #: builtin/add.c:309 builtin/update-index.c:991
7161 msgid "override the executable bit of the listed files"
7162 msgstr ""
7163
7164 #: builtin/add.c:311
7165 msgid "warn when adding an embedded repository"
7166 msgstr ""
7167
7168 #: builtin/add.c:326
7169 #, c-format
7170 msgid ""
7171 "You've added another git repository inside your current repository.\n"
7172 "Clones of the outer repository will not contain the contents of\n"
7173 "the embedded repository and will not know how to obtain it.\n"
7174 "If you meant to add a submodule, use:\n"
7175 "\n"
7176 "\tgit submodule add <url> %s\n"
7177 "\n"
7178 "If you added this path by mistake, you can remove it from the\n"
7179 "index with:\n"
7180 "\n"
7181 "\tgit rm --cached %s\n"
7182 "\n"
7183 "See \"git help submodule\" for more information."
7184 msgstr ""
7185
7186 #: builtin/add.c:354
7187 #, c-format
7188 msgid "adding embedded git repository: %s"
7189 msgstr ""
7190
7191 #: builtin/add.c:372
7192 #, c-format
7193 msgid "Use -f if you really want to add them.\n"
7194 msgstr ""
7195
7196 #: builtin/add.c:380
7197 msgid "adding files failed"
7198 msgstr ""
7199
7200 #: builtin/add.c:418
7201 msgid "-A and -u are mutually incompatible"
7202 msgstr ""
7203
7204 #: builtin/add.c:425
7205 msgid "Option --ignore-missing can only be used together with --dry-run"
7206 msgstr ""
7207
7208 #: builtin/add.c:429
7209 #, c-format
7210 msgid "--chmod param '%s' must be either -x or +x"
7211 msgstr ""
7212
7213 #: builtin/add.c:444
7214 #, c-format
7215 msgid "Nothing specified, nothing added.\n"
7216 msgstr ""
7217
7218 #: builtin/add.c:445
7219 #, c-format
7220 msgid "Maybe you wanted to say 'git add .'?\n"
7221 msgstr ""
7222
7223 #: builtin/am.c:348
7224 msgid "could not parse author script"
7225 msgstr ""
7226
7227 #: builtin/am.c:432
7228 #, c-format
7229 msgid "'%s' was deleted by the applypatch-msg hook"
7230 msgstr ""
7231
7232 #: builtin/am.c:473
7233 #, c-format
7234 msgid "Malformed input line: '%s'."
7235 msgstr ""
7236
7237 #: builtin/am.c:510
7238 #, c-format
7239 msgid "Failed to copy notes from '%s' to '%s'"
7240 msgstr ""
7241
7242 #: builtin/am.c:536
7243 msgid "fseek failed"
7244 msgstr ""
7245
7246 #: builtin/am.c:724
7247 #, c-format
7248 msgid "could not parse patch '%s'"
7249 msgstr ""
7250
7251 #: builtin/am.c:789
7252 msgid "Only one StGIT patch series can be applied at once"
7253 msgstr ""
7254
7255 #: builtin/am.c:837
7256 msgid "invalid timestamp"
7257 msgstr ""
7258
7259 #: builtin/am.c:842 builtin/am.c:854
7260 msgid "invalid Date line"
7261 msgstr ""
7262
7263 #: builtin/am.c:849
7264 msgid "invalid timezone offset"
7265 msgstr ""
7266
7267 #: builtin/am.c:942
7268 msgid "Patch format detection failed."
7269 msgstr ""
7270
7271 #: builtin/am.c:947 builtin/clone.c:409
7272 #, c-format
7273 msgid "failed to create directory '%s'"
7274 msgstr ""
7275
7276 #: builtin/am.c:952
7277 msgid "Failed to split patches."
7278 msgstr ""
7279
7280 #: builtin/am.c:1082 builtin/commit.c:371
7281 msgid "unable to write index file"
7282 msgstr ""
7283
7284 #: builtin/am.c:1096
7285 #, c-format
7286 msgid "When you have resolved this problem, run \"%s --continue\"."
7287 msgstr ""
7288
7289 #: builtin/am.c:1097
7290 #, c-format
7291 msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
7292 msgstr ""
7293
7294 #: builtin/am.c:1098
7295 #, c-format
7296 msgid "To restore the original branch and stop patching, run \"%s --abort\"."
7297 msgstr ""
7298
7299 #: builtin/am.c:1181
7300 msgid "Patch sent with format=flowed; space at the end of lines might be lost."
7301 msgstr ""
7302
7303 #: builtin/am.c:1209
7304 msgid "Patch is empty."
7305 msgstr ""
7306
7307 #: builtin/am.c:1275
7308 #, c-format
7309 msgid "invalid ident line: %.*s"
7310 msgstr ""
7311
7312 #: builtin/am.c:1297
7313 #, c-format
7314 msgid "unable to parse commit %s"
7315 msgstr ""
7316
7317 #: builtin/am.c:1493
7318 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
7319 msgstr ""
7320
7321 #: builtin/am.c:1495
7322 msgid "Using index info to reconstruct a base tree..."
7323 msgstr ""
7324
7325 #: builtin/am.c:1514
7326 msgid ""
7327 "Did you hand edit your patch?\n"
7328 "It does not apply to blobs recorded in its index."
7329 msgstr ""
7330
7331 #: builtin/am.c:1520
7332 msgid "Falling back to patching base and 3-way merge..."
7333 msgstr ""
7334
7335 #: builtin/am.c:1546
7336 msgid "Failed to merge in the changes."
7337 msgstr ""
7338
7339 #: builtin/am.c:1578
7340 msgid "applying to an empty history"
7341 msgstr ""
7342
7343 #: builtin/am.c:1624 builtin/am.c:1628
7344 #, c-format
7345 msgid "cannot resume: %s does not exist."
7346 msgstr ""
7347
7348 #: builtin/am.c:1644
7349 msgid "cannot be interactive without stdin connected to a terminal."
7350 msgstr ""
7351
7352 #: builtin/am.c:1649
7353 msgid "Commit Body is:"
7354 msgstr ""
7355
7356 #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
7357 #. in your translation. The program will only accept English
7358 #. input at this point.
7359 #.
7360 #: builtin/am.c:1659
7361 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
7362 msgstr ""
7363
7364 #: builtin/am.c:1709
7365 #, c-format
7366 msgid "Dirty index: cannot apply patches (dirty: %s)"
7367 msgstr ""
7368
7369 #: builtin/am.c:1749 builtin/am.c:1817
7370 #, c-format
7371 msgid "Applying: %.*s"
7372 msgstr ""
7373
7374 #: builtin/am.c:1766
7375 msgid "No changes -- Patch already applied."
7376 msgstr ""
7377
7378 #: builtin/am.c:1772
7379 #, c-format
7380 msgid "Patch failed at %s %.*s"
7381 msgstr ""
7382
7383 #: builtin/am.c:1776
7384 msgid "Use 'git am --show-current-patch' to see the failed patch"
7385 msgstr ""
7386
7387 #: builtin/am.c:1820
7388 msgid ""
7389 "No changes - did you forget to use 'git add'?\n"
7390 "If there is nothing left to stage, chances are that something else\n"
7391 "already introduced the same changes; you might want to skip this patch."
7392 msgstr ""
7393
7394 #: builtin/am.c:1827
7395 msgid ""
7396 "You still have unmerged paths in your index.\n"
7397 "You should 'git add' each file with resolved conflicts to mark them as "
7398 "such.\n"
7399 "You might run `git rm` on a file to accept \"deleted by them\" for it."
7400 msgstr ""
7401
7402 #: builtin/am.c:1934 builtin/am.c:1938 builtin/am.c:1950 builtin/reset.c:329
7403 #: builtin/reset.c:337
7404 #, c-format
7405 msgid "Could not parse object '%s'."
7406 msgstr ""
7407
7408 #: builtin/am.c:1986
7409 msgid "failed to clean index"
7410 msgstr ""
7411
7412 #: builtin/am.c:2030
7413 msgid ""
7414 "You seem to have moved HEAD since the last 'am' failure.\n"
7415 "Not rewinding to ORIG_HEAD"
7416 msgstr ""
7417
7418 #: builtin/am.c:2123
7419 #, c-format
7420 msgid "Invalid value for --patch-format: %s"
7421 msgstr ""
7422
7423 #: builtin/am.c:2159
7424 msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
7425 msgstr ""
7426
7427 #: builtin/am.c:2160
7428 msgid "git am [<options>] (--continue | --skip | --abort)"
7429 msgstr ""
7430
7431 #: builtin/am.c:2166
7432 msgid "run interactively"
7433 msgstr ""
7434
7435 #: builtin/am.c:2168
7436 msgid "historical option -- no-op"
7437 msgstr ""
7438
7439 #: builtin/am.c:2170
7440 msgid "allow fall back on 3way merging if needed"
7441 msgstr ""
7442
7443 #: builtin/am.c:2171 builtin/init-db.c:486 builtin/prune-packed.c:58
7444 #: builtin/repack.c:306
7445 msgid "be quiet"
7446 msgstr ""
7447
7448 #: builtin/am.c:2173
7449 msgid "add a Signed-off-by line to the commit message"
7450 msgstr ""
7451
7452 #: builtin/am.c:2176
7453 msgid "recode into utf8 (default)"
7454 msgstr ""
7455
7456 #: builtin/am.c:2178
7457 msgid "pass -k flag to git-mailinfo"
7458 msgstr ""
7459
7460 #: builtin/am.c:2180
7461 msgid "pass -b flag to git-mailinfo"
7462 msgstr ""
7463
7464 #: builtin/am.c:2182
7465 msgid "pass -m flag to git-mailinfo"
7466 msgstr ""
7467
7468 #: builtin/am.c:2184
7469 msgid "pass --keep-cr flag to git-mailsplit for mbox format"
7470 msgstr ""
7471
7472 #: builtin/am.c:2187
7473 msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
7474 msgstr ""
7475
7476 #: builtin/am.c:2190
7477 msgid "strip everything before a scissors line"
7478 msgstr ""
7479
7480 #: builtin/am.c:2192 builtin/am.c:2195 builtin/am.c:2198 builtin/am.c:2201
7481 #: builtin/am.c:2204 builtin/am.c:2207 builtin/am.c:2210 builtin/am.c:2213
7482 #: builtin/am.c:2219
7483 msgid "pass it through git-apply"
7484 msgstr ""
7485
7486 #: builtin/am.c:2209 builtin/commit.c:1343 builtin/fmt-merge-msg.c:671
7487 #: builtin/fmt-merge-msg.c:674 builtin/grep.c:879 builtin/merge.c:240
7488 #: builtin/pull.c:152 builtin/pull.c:210 builtin/rebase.c:1062
7489 #: builtin/repack.c:317 builtin/repack.c:321 builtin/repack.c:323
7490 #: builtin/show-branch.c:651 builtin/show-ref.c:171 builtin/tag.c:386
7491 #: parse-options.h:144 parse-options.h:146 parse-options.h:266
7492 msgid "n"
7493 msgstr ""
7494
7495 #: builtin/am.c:2215 builtin/branch.c:637 builtin/for-each-ref.c:38
7496 #: builtin/replace.c:544 builtin/tag.c:422 builtin/verify-tag.c:39
7497 msgid "format"
7498 msgstr ""
7499
7500 #: builtin/am.c:2216
7501 msgid "format the patch(es) are in"
7502 msgstr ""
7503
7504 #: builtin/am.c:2222
7505 msgid "override error message when patch failure occurs"
7506 msgstr ""
7507
7508 #: builtin/am.c:2224
7509 msgid "continue applying patches after resolving a conflict"
7510 msgstr ""
7511
7512 #: builtin/am.c:2227
7513 msgid "synonyms for --continue"
7514 msgstr ""
7515
7516 #: builtin/am.c:2230
7517 msgid "skip the current patch"
7518 msgstr ""
7519
7520 #: builtin/am.c:2233
7521 msgid "restore the original branch and abort the patching operation."
7522 msgstr ""
7523
7524 #: builtin/am.c:2236
7525 msgid "abort the patching operation but keep HEAD where it is."
7526 msgstr ""
7527
7528 #: builtin/am.c:2239
7529 msgid "show the patch being applied."
7530 msgstr ""
7531
7532 #: builtin/am.c:2243
7533 msgid "lie about committer date"
7534 msgstr ""
7535
7536 #: builtin/am.c:2245
7537 msgid "use current timestamp for author date"
7538 msgstr ""
7539
7540 #: builtin/am.c:2247 builtin/commit.c:1486 builtin/merge.c:274
7541 #: builtin/pull.c:185 builtin/rebase.c:1106 builtin/rebase--interactive.c:185
7542 #: builtin/revert.c:114 builtin/tag.c:402
7543 msgid "key-id"
7544 msgstr ""
7545
7546 #: builtin/am.c:2248 builtin/rebase.c:1107 builtin/rebase--interactive.c:186
7547 msgid "GPG-sign commits"
7548 msgstr ""
7549
7550 #: builtin/am.c:2251
7551 msgid "(internal use for git-rebase)"
7552 msgstr ""
7553
7554 #: builtin/am.c:2269
7555 msgid ""
7556 "The -b/--binary option has been a no-op for long time, and\n"
7557 "it will be removed. Please do not use it anymore."
7558 msgstr ""
7559
7560 #: builtin/am.c:2276
7561 msgid "failed to read the index"
7562 msgstr ""
7563
7564 #: builtin/am.c:2291
7565 #, c-format
7566 msgid "previous rebase directory %s still exists but mbox given."
7567 msgstr ""
7568
7569 #: builtin/am.c:2315
7570 #, c-format
7571 msgid ""
7572 "Stray %s directory found.\n"
7573 "Use \"git am --abort\" to remove it."
7574 msgstr ""
7575
7576 #: builtin/am.c:2321
7577 msgid "Resolve operation not in progress, we are not resuming."
7578 msgstr ""
7579
7580 #: builtin/apply.c:8
7581 msgid "git apply [<options>] [<patch>...]"
7582 msgstr ""
7583
7584 #: builtin/archive.c:17
7585 #, c-format
7586 msgid "could not create archive file '%s'"
7587 msgstr ""
7588
7589 #: builtin/archive.c:20
7590 msgid "could not redirect output"
7591 msgstr ""
7592
7593 #: builtin/archive.c:37
7594 msgid "git archive: Remote with no URL"
7595 msgstr ""
7596
7597 #: builtin/archive.c:61
7598 msgid "git archive: expected ACK/NAK, got a flush packet"
7599 msgstr ""
7600
7601 #: builtin/archive.c:64
7602 #, c-format
7603 msgid "git archive: NACK %s"
7604 msgstr ""
7605
7606 #: builtin/archive.c:65
7607 msgid "git archive: protocol error"
7608 msgstr ""
7609
7610 #: builtin/archive.c:69
7611 msgid "git archive: expected a flush"
7612 msgstr ""
7613
7614 #: builtin/bisect--helper.c:22
7615 msgid "git bisect--helper --next-all [--no-checkout]"
7616 msgstr ""
7617
7618 #: builtin/bisect--helper.c:23
7619 msgid "git bisect--helper --write-terms <bad_term> <good_term>"
7620 msgstr ""
7621
7622 #: builtin/bisect--helper.c:24
7623 msgid "git bisect--helper --bisect-clean-state"
7624 msgstr ""
7625
7626 #: builtin/bisect--helper.c:25
7627 msgid "git bisect--helper --bisect-reset [<commit>]"
7628 msgstr ""
7629
7630 #: builtin/bisect--helper.c:26
7631 msgid ""
7632 "git bisect--helper --bisect-write [--no-log] <state> <revision> <good_term> "
7633 "<bad_term>"
7634 msgstr ""
7635
7636 #: builtin/bisect--helper.c:27
7637 msgid ""
7638 "git bisect--helper --bisect-check-and-set-terms <command> <good_term> "
7639 "<bad_term>"
7640 msgstr ""
7641
7642 #: builtin/bisect--helper.c:28
7643 msgid "git bisect--helper --bisect-next-check <good_term> <bad_term> [<term>]"
7644 msgstr ""
7645
7646 #: builtin/bisect--helper.c:29
7647 msgid ""
7648 "git bisect--helper --bisect-terms [--term-good | --term-old | --term-bad | --"
7649 "term-new]"
7650 msgstr ""
7651
7652 #: builtin/bisect--helper.c:30
7653 msgid ""
7654 "git bisect--helper --bisect-start [--term-{old,good}=<term> --term-{new,bad}"
7655 "=<term>][--no-checkout] [<bad> [<good>...]] [--] [<paths>...]"
7656 msgstr ""
7657
7658 #: builtin/bisect--helper.c:86
7659 #, c-format
7660 msgid "'%s' is not a valid term"
7661 msgstr ""
7662
7663 #: builtin/bisect--helper.c:90
7664 #, c-format
7665 msgid "can't use the builtin command '%s' as a term"
7666 msgstr ""
7667
7668 #: builtin/bisect--helper.c:100
7669 #, c-format
7670 msgid "can't change the meaning of the term '%s'"
7671 msgstr ""
7672
7673 #: builtin/bisect--helper.c:111
7674 msgid "please use two different terms"
7675 msgstr ""
7676
7677 #: builtin/bisect--helper.c:118
7678 msgid "could not open the file BISECT_TERMS"
7679 msgstr ""
7680
7681 #: builtin/bisect--helper.c:155
7682 #, c-format
7683 msgid "We are not bisecting.\n"
7684 msgstr ""
7685
7686 #: builtin/bisect--helper.c:163
7687 #, c-format
7688 msgid "'%s' is not a valid commit"
7689 msgstr ""
7690
7691 #: builtin/bisect--helper.c:174
7692 #, c-format
7693 msgid ""
7694 "could not check out original HEAD '%s'. Try 'git bisect reset <commit>'."
7695 msgstr ""
7696
7697 #: builtin/bisect--helper.c:215
7698 #, c-format
7699 msgid "Bad bisect_write argument: %s"
7700 msgstr ""
7701
7702 #: builtin/bisect--helper.c:220
7703 #, c-format
7704 msgid "couldn't get the oid of the rev '%s'"
7705 msgstr ""
7706
7707 #: builtin/bisect--helper.c:232
7708 #, c-format
7709 msgid "couldn't open the file '%s'"
7710 msgstr ""
7711
7712 #: builtin/bisect--helper.c:258
7713 #, c-format
7714 msgid "Invalid command: you're currently in a %s/%s bisect"
7715 msgstr ""
7716
7717 #: builtin/bisect--helper.c:285
7718 #, c-format
7719 msgid ""
7720 "You need to give me at least one %s and %s revision.\n"
7721 "You can use \"git bisect %s\" and \"git bisect %s\" for that."
7722 msgstr ""
7723
7724 #: builtin/bisect--helper.c:289
7725 #, c-format
7726 msgid ""
7727 "You need to start by \"git bisect start\".\n"
7728 "You then need to give me at least one %s and %s revision.\n"
7729 "You can use \"git bisect %s\" and \"git bisect %s\" for that."
7730 msgstr ""
7731
7732 #: builtin/bisect--helper.c:321
7733 #, c-format
7734 msgid "bisecting only with a %s commit"
7735 msgstr ""
7736
7737 #. TRANSLATORS: Make sure to include [Y] and [n] in your
7738 #. translation. The program will only accept English input
7739 #. at this point.
7740 #.
7741 #: builtin/bisect--helper.c:329
7742 msgid "Are you sure [Y/n]? "
7743 msgstr ""
7744
7745 #: builtin/bisect--helper.c:376
7746 msgid "no terms defined"
7747 msgstr ""
7748
7749 #: builtin/bisect--helper.c:379
7750 #, c-format
7751 msgid ""
7752 "Your current terms are %s for the old state\n"
7753 "and %s for the new state.\n"
7754 msgstr ""
7755
7756 #: builtin/bisect--helper.c:389
7757 #, c-format
7758 msgid ""
7759 "invalid argument %s for 'git bisect terms'.\n"
7760 "Supported options are: --term-good|--term-old and --term-bad|--term-new."
7761 msgstr ""
7762
7763 #: builtin/bisect--helper.c:475
7764 #, c-format
7765 msgid "unrecognized option: '%s'"
7766 msgstr ""
7767
7768 #: builtin/bisect--helper.c:479
7769 #, c-format
7770 msgid "'%s' does not appear to be a valid revision"
7771 msgstr ""
7772
7773 #: builtin/bisect--helper.c:511
7774 msgid "bad HEAD - I need a HEAD"
7775 msgstr ""
7776
7777 #: builtin/bisect--helper.c:526
7778 #, c-format
7779 msgid "checking out '%s' failed. Try 'git bisect start <valid-branch>'."
7780 msgstr ""
7781
7782 #: builtin/bisect--helper.c:547
7783 msgid "won't bisect on cg-seek'ed tree"
7784 msgstr ""
7785
7786 #: builtin/bisect--helper.c:550
7787 msgid "bad HEAD - strange symbolic ref"
7788 msgstr ""
7789
7790 #: builtin/bisect--helper.c:627
7791 msgid "perform 'git bisect next'"
7792 msgstr ""
7793
7794 #: builtin/bisect--helper.c:629
7795 msgid "write the terms to .git/BISECT_TERMS"
7796 msgstr ""
7797
7798 #: builtin/bisect--helper.c:631
7799 msgid "cleanup the bisection state"
7800 msgstr ""
7801
7802 #: builtin/bisect--helper.c:633
7803 msgid "check for expected revs"
7804 msgstr ""
7805
7806 #: builtin/bisect--helper.c:635
7807 msgid "reset the bisection state"
7808 msgstr ""
7809
7810 #: builtin/bisect--helper.c:637
7811 msgid "write out the bisection state in BISECT_LOG"
7812 msgstr ""
7813
7814 #: builtin/bisect--helper.c:639
7815 msgid "check and set terms in a bisection state"
7816 msgstr ""
7817
7818 #: builtin/bisect--helper.c:641
7819 msgid "check whether bad or good terms exist"
7820 msgstr ""
7821
7822 #: builtin/bisect--helper.c:643
7823 msgid "print out the bisect terms"
7824 msgstr ""
7825
7826 #: builtin/bisect--helper.c:645
7827 msgid "start the bisect session"
7828 msgstr ""
7829
7830 #: builtin/bisect--helper.c:647
7831 msgid "update BISECT_HEAD instead of checking out the current commit"
7832 msgstr ""
7833
7834 #: builtin/bisect--helper.c:649
7835 msgid "no log for BISECT_WRITE"
7836 msgstr ""
7837
7838 #: builtin/bisect--helper.c:666
7839 msgid "--write-terms requires two arguments"
7840 msgstr ""
7841
7842 #: builtin/bisect--helper.c:670
7843 msgid "--bisect-clean-state requires no arguments"
7844 msgstr ""
7845
7846 #: builtin/bisect--helper.c:677
7847 msgid "--bisect-reset requires either no argument or a commit"
7848 msgstr ""
7849
7850 #: builtin/bisect--helper.c:681
7851 msgid "--bisect-write requires either 4 or 5 arguments"
7852 msgstr ""
7853
7854 #: builtin/bisect--helper.c:687
7855 msgid "--check-and-set-terms requires 3 arguments"
7856 msgstr ""
7857
7858 #: builtin/bisect--helper.c:693
7859 msgid "--bisect-next-check requires 2 or 3 arguments"
7860 msgstr ""
7861
7862 #: builtin/bisect--helper.c:699
7863 msgid "--bisect-terms requires 0 or 1 argument"
7864 msgstr ""
7865
7866 #: builtin/blame.c:31
7867 msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
7868 msgstr ""
7869
7870 #: builtin/blame.c:36
7871 msgid "<rev-opts> are documented in git-rev-list(1)"
7872 msgstr ""
7873
7874 #: builtin/blame.c:406
7875 #, c-format
7876 msgid "expecting a color: %s"
7877 msgstr ""
7878
7879 #: builtin/blame.c:413
7880 msgid "must end with a color"
7881 msgstr ""
7882
7883 #: builtin/blame.c:700
7884 #, c-format
7885 msgid "invalid color '%s' in color.blame.repeatedLines"
7886 msgstr ""
7887
7888 #: builtin/blame.c:718
7889 msgid "invalid value for blame.coloring"
7890 msgstr ""
7891
7892 #: builtin/blame.c:793
7893 msgid "Show blame entries as we find them, incrementally"
7894 msgstr ""
7895
7896 #: builtin/blame.c:794
7897 msgid "Show blank SHA-1 for boundary commits (Default: off)"
7898 msgstr ""
7899
7900 #: builtin/blame.c:795
7901 msgid "Do not treat root commits as boundaries (Default: off)"
7902 msgstr ""
7903
7904 #: builtin/blame.c:796
7905 msgid "Show work cost statistics"
7906 msgstr ""
7907
7908 #: builtin/blame.c:797
7909 msgid "Force progress reporting"
7910 msgstr ""
7911
7912 #: builtin/blame.c:798
7913 msgid "Show output score for blame entries"
7914 msgstr ""
7915
7916 #: builtin/blame.c:799
7917 msgid "Show original filename (Default: auto)"
7918 msgstr ""
7919
7920 #: builtin/blame.c:800
7921 msgid "Show original linenumber (Default: off)"
7922 msgstr ""
7923
7924 #: builtin/blame.c:801
7925 msgid "Show in a format designed for machine consumption"
7926 msgstr ""
7927
7928 #: builtin/blame.c:802
7929 msgid "Show porcelain format with per-line commit information"
7930 msgstr ""
7931
7932 #: builtin/blame.c:803
7933 msgid "Use the same output mode as git-annotate (Default: off)"
7934 msgstr ""
7935
7936 #: builtin/blame.c:804
7937 msgid "Show raw timestamp (Default: off)"
7938 msgstr ""
7939
7940 #: builtin/blame.c:805
7941 msgid "Show long commit SHA1 (Default: off)"
7942 msgstr ""
7943
7944 #: builtin/blame.c:806
7945 msgid "Suppress author name and timestamp (Default: off)"
7946 msgstr ""
7947
7948 #: builtin/blame.c:807
7949 msgid "Show author email instead of name (Default: off)"
7950 msgstr ""
7951
7952 #: builtin/blame.c:808
7953 msgid "Ignore whitespace differences"
7954 msgstr ""
7955
7956 #: builtin/blame.c:809
7957 msgid "color redundant metadata from previous line differently"
7958 msgstr ""
7959
7960 #: builtin/blame.c:810
7961 msgid "color lines by age"
7962 msgstr ""
7963
7964 #: builtin/blame.c:817
7965 msgid "Use an experimental heuristic to improve diffs"
7966 msgstr ""
7967
7968 #: builtin/blame.c:819
7969 msgid "Spend extra cycles to find better match"
7970 msgstr ""
7971
7972 #: builtin/blame.c:820
7973 msgid "Use revisions from <file> instead of calling git-rev-list"
7974 msgstr ""
7975
7976 #: builtin/blame.c:821
7977 msgid "Use <file>'s contents as the final image"
7978 msgstr ""
7979
7980 #: builtin/blame.c:822 builtin/blame.c:823
7981 msgid "score"
7982 msgstr ""
7983
7984 #: builtin/blame.c:822
7985 msgid "Find line copies within and across files"
7986 msgstr ""
7987
7988 #: builtin/blame.c:823
7989 msgid "Find line movements within and across files"
7990 msgstr ""
7991
7992 #: builtin/blame.c:824
7993 msgid "n,m"
7994 msgstr ""
7995
7996 #: builtin/blame.c:824
7997 msgid "Process only line range n,m, counting from 1"
7998 msgstr ""
7999
8000 #: builtin/blame.c:875
8001 msgid "--progress can't be used with --incremental or porcelain formats"
8002 msgstr ""
8003
8004 #. TRANSLATORS: This string is used to tell us the
8005 #. maximum display width for a relative timestamp in
8006 #. "git blame" output. For C locale, "4 years, 11
8007 #. months ago", which takes 22 places, is the longest
8008 #. among various forms of relative timestamps, but
8009 #. your language may need more or fewer display
8010 #. columns.
8011 #.
8012 #: builtin/blame.c:926
8013 msgid "4 years, 11 months ago"
8014 msgstr ""
8015
8016 #: builtin/blame.c:1018
8017 #, c-format
8018 msgid "file %s has only %lu line"
8019 msgid_plural "file %s has only %lu lines"
8020 msgstr[0] ""
8021 msgstr[1] ""
8022
8023 #: builtin/blame.c:1064
8024 msgid "Blaming lines"
8025 msgstr ""
8026
8027 #: builtin/branch.c:29
8028 msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
8029 msgstr ""
8030
8031 #: builtin/branch.c:30
8032 msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
8033 msgstr ""
8034
8035 #: builtin/branch.c:31
8036 msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
8037 msgstr ""
8038
8039 #: builtin/branch.c:32
8040 msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
8041 msgstr ""
8042
8043 #: builtin/branch.c:33
8044 msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"
8045 msgstr ""
8046
8047 #: builtin/branch.c:34
8048 msgid "git branch [<options>] [-r | -a] [--points-at]"
8049 msgstr ""
8050
8051 #: builtin/branch.c:35
8052 msgid "git branch [<options>] [-r | -a] [--format]"
8053 msgstr ""
8054
8055 #: builtin/branch.c:151
8056 #, c-format
8057 msgid ""
8058 "deleting branch '%s' that has been merged to\n"
8059 " '%s', but not yet merged to HEAD."
8060 msgstr ""
8061
8062 #: builtin/branch.c:155
8063 #, c-format
8064 msgid ""
8065 "not deleting branch '%s' that is not yet merged to\n"
8066 " '%s', even though it is merged to HEAD."
8067 msgstr ""
8068
8069 #: builtin/branch.c:169
8070 #, c-format
8071 msgid "Couldn't look up commit object for '%s'"
8072 msgstr ""
8073
8074 #: builtin/branch.c:173
8075 #, c-format
8076 msgid ""
8077 "The branch '%s' is not fully merged.\n"
8078 "If you are sure you want to delete it, run 'git branch -D %s'."
8079 msgstr ""
8080
8081 #: builtin/branch.c:186
8082 msgid "Update of config-file failed"
8083 msgstr ""
8084
8085 #: builtin/branch.c:217
8086 msgid "cannot use -a with -d"
8087 msgstr ""
8088
8089 #: builtin/branch.c:223
8090 msgid "Couldn't look up commit object for HEAD"
8091 msgstr ""
8092
8093 #: builtin/branch.c:237
8094 #, c-format
8095 msgid "Cannot delete branch '%s' checked out at '%s'"
8096 msgstr ""
8097
8098 #: builtin/branch.c:252
8099 #, c-format
8100 msgid "remote-tracking branch '%s' not found."
8101 msgstr ""
8102
8103 #: builtin/branch.c:253
8104 #, c-format
8105 msgid "branch '%s' not found."
8106 msgstr ""
8107
8108 #: builtin/branch.c:268
8109 #, c-format
8110 msgid "Error deleting remote-tracking branch '%s'"
8111 msgstr ""
8112
8113 #: builtin/branch.c:269
8114 #, c-format
8115 msgid "Error deleting branch '%s'"
8116 msgstr ""
8117
8118 #: builtin/branch.c:276
8119 #, c-format
8120 msgid "Deleted remote-tracking branch %s (was %s).\n"
8121 msgstr ""
8122
8123 #: builtin/branch.c:277
8124 #, c-format
8125 msgid "Deleted branch %s (was %s).\n"
8126 msgstr ""
8127
8128 #: builtin/branch.c:421 builtin/tag.c:59
8129 msgid "unable to parse format string"
8130 msgstr ""
8131
8132 #: builtin/branch.c:458
8133 #, c-format
8134 msgid "Branch %s is being rebased at %s"
8135 msgstr ""
8136
8137 #: builtin/branch.c:462
8138 #, c-format
8139 msgid "Branch %s is being bisected at %s"
8140 msgstr ""
8141
8142 #: builtin/branch.c:479
8143 msgid "cannot copy the current branch while not on any."
8144 msgstr ""
8145
8146 #: builtin/branch.c:481
8147 msgid "cannot rename the current branch while not on any."
8148 msgstr ""
8149
8150 #: builtin/branch.c:492
8151 #, c-format
8152 msgid "Invalid branch name: '%s'"
8153 msgstr ""
8154
8155 #: builtin/branch.c:519
8156 msgid "Branch rename failed"
8157 msgstr ""
8158
8159 #: builtin/branch.c:521
8160 msgid "Branch copy failed"
8161 msgstr ""
8162
8163 #: builtin/branch.c:525
8164 #, c-format
8165 msgid "Created a copy of a misnamed branch '%s'"
8166 msgstr ""
8167
8168 #: builtin/branch.c:528
8169 #, c-format
8170 msgid "Renamed a misnamed branch '%s' away"
8171 msgstr ""
8172
8173 #: builtin/branch.c:534
8174 #, c-format
8175 msgid "Branch renamed to %s, but HEAD is not updated!"
8176 msgstr ""
8177
8178 #: builtin/branch.c:543
8179 msgid "Branch is renamed, but update of config-file failed"
8180 msgstr ""
8181
8182 #: builtin/branch.c:545
8183 msgid "Branch is copied, but update of config-file failed"
8184 msgstr ""
8185
8186 #: builtin/branch.c:561
8187 #, c-format
8188 msgid ""
8189 "Please edit the description for the branch\n"
8190 " %s\n"
8191 "Lines starting with '%c' will be stripped.\n"
8192 msgstr ""
8193
8194 #: builtin/branch.c:594
8195 msgid "Generic options"
8196 msgstr ""
8197
8198 #: builtin/branch.c:596
8199 msgid "show hash and subject, give twice for upstream branch"
8200 msgstr ""
8201
8202 #: builtin/branch.c:597
8203 msgid "suppress informational messages"
8204 msgstr ""
8205
8206 #: builtin/branch.c:598
8207 msgid "set up tracking mode (see git-pull(1))"
8208 msgstr ""
8209
8210 #: builtin/branch.c:600
8211 msgid "do not use"
8212 msgstr ""
8213
8214 #: builtin/branch.c:602 builtin/rebase--interactive.c:182
8215 msgid "upstream"
8216 msgstr ""
8217
8218 #: builtin/branch.c:602
8219 msgid "change the upstream info"
8220 msgstr ""
8221
8222 #: builtin/branch.c:603
8223 msgid "Unset the upstream info"
8224 msgstr ""
8225
8226 #: builtin/branch.c:604
8227 msgid "use colored output"
8228 msgstr ""
8229
8230 #: builtin/branch.c:605
8231 msgid "act on remote-tracking branches"
8232 msgstr ""
8233
8234 #: builtin/branch.c:607 builtin/branch.c:609
8235 msgid "print only branches that contain the commit"
8236 msgstr ""
8237
8238 #: builtin/branch.c:608 builtin/branch.c:610
8239 msgid "print only branches that don't contain the commit"
8240 msgstr ""
8241
8242 #: builtin/branch.c:613
8243 msgid "Specific git-branch actions:"
8244 msgstr ""
8245
8246 #: builtin/branch.c:614
8247 msgid "list both remote-tracking and local branches"
8248 msgstr ""
8249
8250 #: builtin/branch.c:616
8251 msgid "delete fully merged branch"
8252 msgstr ""
8253
8254 #: builtin/branch.c:617
8255 msgid "delete branch (even if not merged)"
8256 msgstr ""
8257
8258 #: builtin/branch.c:618
8259 msgid "move/rename a branch and its reflog"
8260 msgstr ""
8261
8262 #: builtin/branch.c:619
8263 msgid "move/rename a branch, even if target exists"
8264 msgstr ""
8265
8266 #: builtin/branch.c:620
8267 msgid "copy a branch and its reflog"
8268 msgstr ""
8269
8270 #: builtin/branch.c:621
8271 msgid "copy a branch, even if target exists"
8272 msgstr ""
8273
8274 #: builtin/branch.c:622
8275 msgid "list branch names"
8276 msgstr ""
8277
8278 #: builtin/branch.c:623
8279 msgid "create the branch's reflog"
8280 msgstr ""
8281
8282 #: builtin/branch.c:625
8283 msgid "edit the description for the branch"
8284 msgstr ""
8285
8286 #: builtin/branch.c:626
8287 msgid "force creation, move/rename, deletion"
8288 msgstr ""
8289
8290 #: builtin/branch.c:627
8291 msgid "print only branches that are merged"
8292 msgstr ""
8293
8294 #: builtin/branch.c:628
8295 msgid "print only branches that are not merged"
8296 msgstr ""
8297
8298 #: builtin/branch.c:629
8299 msgid "list branches in columns"
8300 msgstr ""
8301
8302 #: builtin/branch.c:630 builtin/for-each-ref.c:40 builtin/ls-remote.c:70
8303 #: builtin/tag.c:415
8304 msgid "key"
8305 msgstr ""
8306
8307 #: builtin/branch.c:631 builtin/for-each-ref.c:41 builtin/ls-remote.c:71
8308 #: builtin/tag.c:416
8309 msgid "field name to sort on"
8310 msgstr ""
8311
8312 #: builtin/branch.c:633 builtin/for-each-ref.c:43 builtin/notes.c:415
8313 #: builtin/notes.c:418 builtin/notes.c:581 builtin/notes.c:584
8314 #: builtin/tag.c:418
8315 msgid "object"
8316 msgstr ""
8317
8318 #: builtin/branch.c:634
8319 msgid "print only branches of the object"
8320 msgstr ""
8321
8322 #: builtin/branch.c:636 builtin/for-each-ref.c:49 builtin/tag.c:425
8323 msgid "sorting and filtering are case insensitive"
8324 msgstr ""
8325
8326 #: builtin/branch.c:637 builtin/for-each-ref.c:38 builtin/tag.c:423
8327 #: builtin/verify-tag.c:39
8328 msgid "format to use for the output"
8329 msgstr ""
8330
8331 #: builtin/branch.c:660 builtin/clone.c:746
8332 msgid "HEAD not found below refs/heads!"
8333 msgstr ""
8334
8335 #: builtin/branch.c:683
8336 msgid "--column and --verbose are incompatible"
8337 msgstr ""
8338
8339 #: builtin/branch.c:698 builtin/branch.c:749 builtin/branch.c:758
8340 msgid "branch name required"
8341 msgstr ""
8342
8343 #: builtin/branch.c:725
8344 msgid "Cannot give description to detached HEAD"
8345 msgstr ""
8346
8347 #: builtin/branch.c:730
8348 msgid "cannot edit description of more than one branch"
8349 msgstr ""
8350
8351 #: builtin/branch.c:737
8352 #, c-format
8353 msgid "No commit on branch '%s' yet."
8354 msgstr ""
8355
8356 #: builtin/branch.c:740
8357 #, c-format
8358 msgid "No branch named '%s'."
8359 msgstr ""
8360
8361 #: builtin/branch.c:755
8362 msgid "too many branches for a copy operation"
8363 msgstr ""
8364
8365 #: builtin/branch.c:764
8366 msgid "too many arguments for a rename operation"
8367 msgstr ""
8368
8369 #: builtin/branch.c:769
8370 msgid "too many arguments to set new upstream"
8371 msgstr ""
8372
8373 #: builtin/branch.c:773
8374 #, c-format
8375 msgid ""
8376 "could not set upstream of HEAD to %s when it does not point to any branch."
8377 msgstr ""
8378
8379 #: builtin/branch.c:776 builtin/branch.c:799
8380 #, c-format
8381 msgid "no such branch '%s'"
8382 msgstr ""
8383
8384 #: builtin/branch.c:780
8385 #, c-format
8386 msgid "branch '%s' does not exist"
8387 msgstr ""
8388
8389 #: builtin/branch.c:793
8390 msgid "too many arguments to unset upstream"
8391 msgstr ""
8392
8393 #: builtin/branch.c:797
8394 msgid "could not unset upstream of HEAD when it does not point to any branch."
8395 msgstr ""
8396
8397 #: builtin/branch.c:803
8398 #, c-format
8399 msgid "Branch '%s' has no upstream information"
8400 msgstr ""
8401
8402 #: builtin/branch.c:813
8403 msgid "-a and -r options to 'git branch' do not make sense with a branch name"
8404 msgstr ""
8405
8406 #: builtin/branch.c:816
8407 msgid ""
8408 "the '--set-upstream' option is no longer supported. Please use '--track' or "
8409 "'--set-upstream-to' instead."
8410 msgstr ""
8411
8412 #: builtin/bundle.c:45
8413 #, c-format
8414 msgid "%s is okay\n"
8415 msgstr ""
8416
8417 #: builtin/bundle.c:58
8418 msgid "Need a repository to create a bundle."
8419 msgstr ""
8420
8421 #: builtin/bundle.c:62
8422 msgid "Need a repository to unbundle."
8423 msgstr ""
8424
8425 #: builtin/cat-file.c:593
8426 msgid ""
8427 "git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
8428 "p | <type> | --textconv | --filters) [--path=<path>] <object>"
8429 msgstr ""
8430
8431 #: builtin/cat-file.c:594
8432 msgid ""
8433 "git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
8434 "filters]"
8435 msgstr ""
8436
8437 #: builtin/cat-file.c:615
8438 msgid "only one batch option may be specified"
8439 msgstr ""
8440
8441 #: builtin/cat-file.c:633
8442 msgid "<type> can be one of: blob, tree, commit, tag"
8443 msgstr ""
8444
8445 #: builtin/cat-file.c:634
8446 msgid "show object type"
8447 msgstr ""
8448
8449 #: builtin/cat-file.c:635
8450 msgid "show object size"
8451 msgstr ""
8452
8453 #: builtin/cat-file.c:637
8454 msgid "exit with zero when there's no error"
8455 msgstr ""
8456
8457 #: builtin/cat-file.c:638
8458 msgid "pretty-print object's content"
8459 msgstr ""
8460
8461 #: builtin/cat-file.c:640
8462 msgid "for blob objects, run textconv on object's content"
8463 msgstr ""
8464
8465 #: builtin/cat-file.c:642
8466 msgid "for blob objects, run filters on object's content"
8467 msgstr ""
8468
8469 #: builtin/cat-file.c:643 git-submodule.sh:860
8470 msgid "blob"
8471 msgstr ""
8472
8473 #: builtin/cat-file.c:644
8474 msgid "use a specific path for --textconv/--filters"
8475 msgstr ""
8476
8477 #: builtin/cat-file.c:646
8478 msgid "allow -s and -t to work with broken/corrupt objects"
8479 msgstr ""
8480
8481 #: builtin/cat-file.c:647
8482 msgid "buffer --batch output"
8483 msgstr ""
8484
8485 #: builtin/cat-file.c:649
8486 msgid "show info and content of objects fed from the standard input"
8487 msgstr ""
8488
8489 #: builtin/cat-file.c:653
8490 msgid "show info about objects fed from the standard input"
8491 msgstr ""
8492
8493 #: builtin/cat-file.c:657
8494 msgid "follow in-tree symlinks (used with --batch or --batch-check)"
8495 msgstr ""
8496
8497 #: builtin/cat-file.c:659
8498 msgid "show all objects with --batch or --batch-check"
8499 msgstr ""
8500
8501 #: builtin/cat-file.c:661
8502 msgid "do not order --batch-all-objects output"
8503 msgstr ""
8504
8505 #: builtin/check-attr.c:13
8506 msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
8507 msgstr ""
8508
8509 #: builtin/check-attr.c:14
8510 msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
8511 msgstr ""
8512
8513 #: builtin/check-attr.c:21
8514 msgid "report all attributes set on file"
8515 msgstr ""
8516
8517 #: builtin/check-attr.c:22
8518 msgid "use .gitattributes only from the index"
8519 msgstr ""
8520
8521 #: builtin/check-attr.c:23 builtin/check-ignore.c:25 builtin/hash-object.c:102
8522 msgid "read file names from stdin"
8523 msgstr ""
8524
8525 #: builtin/check-attr.c:25 builtin/check-ignore.c:27
8526 msgid "terminate input and output records by a NUL character"
8527 msgstr ""
8528
8529 #: builtin/check-ignore.c:21 builtin/checkout.c:1280 builtin/gc.c:517
8530 #: builtin/worktree.c:496
8531 msgid "suppress progress reporting"
8532 msgstr ""
8533
8534 #: builtin/check-ignore.c:29
8535 msgid "show non-matching input paths"
8536 msgstr ""
8537
8538 #: builtin/check-ignore.c:31
8539 msgid "ignore index when checking"
8540 msgstr ""
8541
8542 #: builtin/check-ignore.c:160
8543 msgid "cannot specify pathnames with --stdin"
8544 msgstr ""
8545
8546 #: builtin/check-ignore.c:163
8547 msgid "-z only makes sense with --stdin"
8548 msgstr ""
8549
8550 #: builtin/check-ignore.c:165
8551 msgid "no path specified"
8552 msgstr ""
8553
8554 #: builtin/check-ignore.c:169
8555 msgid "--quiet is only valid with a single pathname"
8556 msgstr ""
8557
8558 #: builtin/check-ignore.c:171
8559 msgid "cannot have both --quiet and --verbose"
8560 msgstr ""
8561
8562 #: builtin/check-ignore.c:174
8563 msgid "--non-matching is only valid with --verbose"
8564 msgstr ""
8565
8566 #: builtin/check-mailmap.c:9
8567 msgid "git check-mailmap [<options>] <contact>..."
8568 msgstr ""
8569
8570 #: builtin/check-mailmap.c:14
8571 msgid "also read contacts from stdin"
8572 msgstr ""
8573
8574 #: builtin/check-mailmap.c:25
8575 #, c-format
8576 msgid "unable to parse contact: %s"
8577 msgstr ""
8578
8579 #: builtin/check-mailmap.c:48
8580 msgid "no contacts specified"
8581 msgstr ""
8582
8583 #: builtin/checkout-index.c:131
8584 msgid "git checkout-index [<options>] [--] [<file>...]"
8585 msgstr ""
8586
8587 #: builtin/checkout-index.c:148
8588 msgid "stage should be between 1 and 3 or all"
8589 msgstr ""
8590
8591 #: builtin/checkout-index.c:164
8592 msgid "check out all files in the index"
8593 msgstr ""
8594
8595 #: builtin/checkout-index.c:165
8596 msgid "force overwrite of existing files"
8597 msgstr ""
8598
8599 #: builtin/checkout-index.c:167
8600 msgid "no warning for existing files and files not in index"
8601 msgstr ""
8602
8603 #: builtin/checkout-index.c:169
8604 msgid "don't checkout new files"
8605 msgstr ""
8606
8607 #: builtin/checkout-index.c:171
8608 msgid "update stat information in the index file"
8609 msgstr ""
8610
8611 #: builtin/checkout-index.c:175
8612 msgid "read list of paths from the standard input"
8613 msgstr ""
8614
8615 #: builtin/checkout-index.c:177
8616 msgid "write the content to temporary files"
8617 msgstr ""
8618
8619 #: builtin/checkout-index.c:178 builtin/column.c:31
8620 #: builtin/submodule--helper.c:1372 builtin/submodule--helper.c:1375
8621 #: builtin/submodule--helper.c:1383 builtin/submodule--helper.c:1857
8622 #: builtin/worktree.c:669
8623 msgid "string"
8624 msgstr ""
8625
8626 #: builtin/checkout-index.c:179
8627 msgid "when creating files, prepend <string>"
8628 msgstr ""
8629
8630 #: builtin/checkout-index.c:181
8631 msgid "copy out the files from named stage"
8632 msgstr ""
8633
8634 #: builtin/checkout.c:32
8635 msgid "git checkout [<options>] <branch>"
8636 msgstr ""
8637
8638 #: builtin/checkout.c:33
8639 msgid "git checkout [<options>] [<branch>] -- <file>..."
8640 msgstr ""
8641
8642 #: builtin/checkout.c:147 builtin/checkout.c:181
8643 #, c-format
8644 msgid "path '%s' does not have our version"
8645 msgstr ""
8646
8647 #: builtin/checkout.c:149 builtin/checkout.c:183
8648 #, c-format
8649 msgid "path '%s' does not have their version"
8650 msgstr ""
8651
8652 #: builtin/checkout.c:165
8653 #, c-format
8654 msgid "path '%s' does not have all necessary versions"
8655 msgstr ""
8656
8657 #: builtin/checkout.c:210
8658 #, c-format
8659 msgid "path '%s' does not have necessary versions"
8660 msgstr ""
8661
8662 #: builtin/checkout.c:228
8663 #, c-format
8664 msgid "path '%s': cannot merge"
8665 msgstr ""
8666
8667 #: builtin/checkout.c:244
8668 #, c-format
8669 msgid "Unable to add merge result for '%s'"
8670 msgstr ""
8671
8672 #: builtin/checkout.c:267 builtin/checkout.c:270 builtin/checkout.c:273
8673 #: builtin/checkout.c:276
8674 #, c-format
8675 msgid "'%s' cannot be used with updating paths"
8676 msgstr ""
8677
8678 #: builtin/checkout.c:279 builtin/checkout.c:282
8679 #, c-format
8680 msgid "'%s' cannot be used with %s"
8681 msgstr ""
8682
8683 #: builtin/checkout.c:285
8684 #, c-format
8685 msgid "Cannot update paths and switch to branch '%s' at the same time."
8686 msgstr ""
8687
8688 #: builtin/checkout.c:354 builtin/checkout.c:361
8689 #, c-format
8690 msgid "path '%s' is unmerged"
8691 msgstr ""
8692
8693 #: builtin/checkout.c:397
8694 #, c-format
8695 msgid "Recreated %d merge conflict"
8696 msgid_plural "Recreated %d merge conflicts"
8697 msgstr[0] ""
8698 msgstr[1] ""
8699
8700 #: builtin/checkout.c:402
8701 #, c-format
8702 msgid "Updated %d path from %s"
8703 msgid_plural "Updated %d paths from %s"
8704 msgstr[0] ""
8705 msgstr[1] ""
8706
8707 #: builtin/checkout.c:409
8708 #, c-format
8709 msgid "Updated %d path from the index"
8710 msgid_plural "Updated %d paths from the index"
8711 msgstr[0] ""
8712 msgstr[1] ""
8713
8714 #: builtin/checkout.c:645
8715 msgid "you need to resolve your current index first"
8716 msgstr ""
8717
8718 #: builtin/checkout.c:782
8719 #, c-format
8720 msgid "Can not do reflog for '%s': %s\n"
8721 msgstr ""
8722
8723 #: builtin/checkout.c:824
8724 msgid "HEAD is now at"
8725 msgstr ""
8726
8727 #: builtin/checkout.c:828 builtin/clone.c:699
8728 msgid "unable to update HEAD"
8729 msgstr ""
8730
8731 #: builtin/checkout.c:832
8732 #, c-format
8733 msgid "Reset branch '%s'\n"
8734 msgstr ""
8735
8736 #: builtin/checkout.c:835
8737 #, c-format
8738 msgid "Already on '%s'\n"
8739 msgstr ""
8740
8741 #: builtin/checkout.c:839
8742 #, c-format
8743 msgid "Switched to and reset branch '%s'\n"
8744 msgstr ""
8745
8746 #: builtin/checkout.c:841 builtin/checkout.c:1212
8747 #, c-format
8748 msgid "Switched to a new branch '%s'\n"
8749 msgstr ""
8750
8751 #: builtin/checkout.c:843
8752 #, c-format
8753 msgid "Switched to branch '%s'\n"
8754 msgstr ""
8755
8756 #: builtin/checkout.c:894
8757 #, c-format
8758 msgid " ... and %d more.\n"
8759 msgstr ""
8760
8761 #: builtin/checkout.c:900
8762 #, c-format
8763 msgid ""
8764 "Warning: you are leaving %d commit behind, not connected to\n"
8765 "any of your branches:\n"
8766 "\n"
8767 "%s\n"
8768 msgid_plural ""
8769 "Warning: you are leaving %d commits behind, not connected to\n"
8770 "any of your branches:\n"
8771 "\n"
8772 "%s\n"
8773 msgstr[0] ""
8774 msgstr[1] ""
8775
8776 #: builtin/checkout.c:919
8777 #, c-format
8778 msgid ""
8779 "If you want to keep it by creating a new branch, this may be a good time\n"
8780 "to do so with:\n"
8781 "\n"
8782 " git branch <new-branch-name> %s\n"
8783 "\n"
8784 msgid_plural ""
8785 "If you want to keep them by creating a new branch, this may be a good time\n"
8786 "to do so with:\n"
8787 "\n"
8788 " git branch <new-branch-name> %s\n"
8789 "\n"
8790 msgstr[0] ""
8791 msgstr[1] ""
8792
8793 #: builtin/checkout.c:951
8794 msgid "internal error in revision walk"
8795 msgstr ""
8796
8797 #: builtin/checkout.c:955
8798 msgid "Previous HEAD position was"
8799 msgstr ""
8800
8801 #: builtin/checkout.c:983 builtin/checkout.c:1207
8802 msgid "You are on a branch yet to be born"
8803 msgstr ""
8804
8805 #: builtin/checkout.c:1104
8806 #, c-format
8807 msgid "only one reference expected, %d given."
8808 msgstr ""
8809
8810 #: builtin/checkout.c:1140
8811 #, c-format
8812 msgid ""
8813 "'%s' could be both a local file and a tracking branch.\n"
8814 "Please use -- (and optionally --no-guess) to disambiguate"
8815 msgstr ""
8816
8817 #: builtin/checkout.c:1153 builtin/worktree.c:290 builtin/worktree.c:445
8818 #, c-format
8819 msgid "invalid reference: %s"
8820 msgstr ""
8821
8822 #: builtin/checkout.c:1182
8823 #, c-format
8824 msgid "reference is not a tree: %s"
8825 msgstr ""
8826
8827 #: builtin/checkout.c:1221
8828 msgid "paths cannot be used with switching branches"
8829 msgstr ""
8830
8831 #: builtin/checkout.c:1224 builtin/checkout.c:1228
8832 #, c-format
8833 msgid "'%s' cannot be used with switching branches"
8834 msgstr ""
8835
8836 #: builtin/checkout.c:1232 builtin/checkout.c:1235 builtin/checkout.c:1240
8837 #: builtin/checkout.c:1243
8838 #, c-format
8839 msgid "'%s' cannot be used with '%s'"
8840 msgstr ""
8841
8842 #: builtin/checkout.c:1248
8843 #, c-format
8844 msgid "Cannot switch branch to a non-commit '%s'"
8845 msgstr ""
8846
8847 #: builtin/checkout.c:1281 builtin/checkout.c:1283 builtin/clone.c:120
8848 #: builtin/remote.c:169 builtin/remote.c:171 builtin/worktree.c:489
8849 #: builtin/worktree.c:491
8850 msgid "branch"
8851 msgstr ""
8852
8853 #: builtin/checkout.c:1282
8854 msgid "create and checkout a new branch"
8855 msgstr ""
8856
8857 #: builtin/checkout.c:1284
8858 msgid "create/reset and checkout a branch"
8859 msgstr ""
8860
8861 #: builtin/checkout.c:1285
8862 msgid "create reflog for new branch"
8863 msgstr ""
8864
8865 #: builtin/checkout.c:1286 builtin/worktree.c:493
8866 msgid "detach HEAD at named commit"
8867 msgstr ""
8868
8869 #: builtin/checkout.c:1287
8870 msgid "set upstream info for new branch"
8871 msgstr ""
8872
8873 #: builtin/checkout.c:1289
8874 msgid "new-branch"
8875 msgstr ""
8876
8877 #: builtin/checkout.c:1289
8878 msgid "new unparented branch"
8879 msgstr ""
8880
8881 #: builtin/checkout.c:1291
8882 msgid "checkout our version for unmerged files"
8883 msgstr ""
8884
8885 #: builtin/checkout.c:1294
8886 msgid "checkout their version for unmerged files"
8887 msgstr ""
8888
8889 #: builtin/checkout.c:1296
8890 msgid "force checkout (throw away local modifications)"
8891 msgstr ""
8892
8893 #: builtin/checkout.c:1298
8894 msgid "perform a 3-way merge with the new branch"
8895 msgstr ""
8896
8897 #: builtin/checkout.c:1300 builtin/merge.c:276
8898 msgid "update ignored files (default)"
8899 msgstr ""
8900
8901 #: builtin/checkout.c:1302 builtin/log.c:1586 parse-options.h:272
8902 msgid "style"
8903 msgstr ""
8904
8905 #: builtin/checkout.c:1303
8906 msgid "conflict style (merge or diff3)"
8907 msgstr ""
8908
8909 #: builtin/checkout.c:1306
8910 msgid "do not limit pathspecs to sparse entries only"
8911 msgstr ""
8912
8913 #: builtin/checkout.c:1308
8914 msgid "do not second guess 'git checkout <no-such-branch>'"
8915 msgstr ""
8916
8917 #: builtin/checkout.c:1310
8918 msgid "do not check if another worktree is holding the given ref"
8919 msgstr ""
8920
8921 #: builtin/checkout.c:1314 builtin/clone.c:87 builtin/fetch.c:141
8922 #: builtin/merge.c:273 builtin/pull.c:130 builtin/push.c:575
8923 #: builtin/send-pack.c:174
8924 msgid "force progress reporting"
8925 msgstr ""
8926
8927 #: builtin/checkout.c:1345
8928 msgid "-b, -B and --orphan are mutually exclusive"
8929 msgstr ""
8930
8931 #: builtin/checkout.c:1362
8932 msgid "--track needs a branch name"
8933 msgstr ""
8934
8935 #: builtin/checkout.c:1367
8936 msgid "missing branch name; try -b"
8937 msgstr ""
8938
8939 #: builtin/checkout.c:1404
8940 msgid "invalid path specification"
8941 msgstr ""
8942
8943 #: builtin/checkout.c:1411
8944 #, c-format
8945 msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
8946 msgstr ""
8947
8948 #: builtin/checkout.c:1415
8949 #, c-format
8950 msgid "git checkout: --detach does not take a path argument '%s'"
8951 msgstr ""
8952
8953 #: builtin/checkout.c:1419
8954 msgid ""
8955 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
8956 "checking out of the index."
8957 msgstr ""
8958
8959 #: builtin/checkout.c:1439
8960 #, c-format
8961 msgid ""
8962 "'%s' matched more than one remote tracking branch.\n"
8963 "We found %d remotes with a reference that matched. So we fell back\n"
8964 "on trying to resolve the argument as a path, but failed there too!\n"
8965 "\n"
8966 "If you meant to check out a remote tracking branch on, e.g. 'origin',\n"
8967 "you can do so by fully qualifying the name with the --track option:\n"
8968 "\n"
8969 " git checkout --track origin/<name>\n"
8970 "\n"
8971 "If you'd like to always have checkouts of an ambiguous <name> prefer\n"
8972 "one remote, e.g. the 'origin' remote, consider setting\n"
8973 "checkout.defaultRemote=origin in your config."
8974 msgstr ""
8975
8976 #: builtin/clean.c:28
8977 msgid ""
8978 "git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
8979 msgstr ""
8980
8981 #: builtin/clean.c:32
8982 #, c-format
8983 msgid "Removing %s\n"
8984 msgstr ""
8985
8986 #: builtin/clean.c:33
8987 #, c-format
8988 msgid "Would remove %s\n"
8989 msgstr ""
8990
8991 #: builtin/clean.c:34
8992 #, c-format
8993 msgid "Skipping repository %s\n"
8994 msgstr ""
8995
8996 #: builtin/clean.c:35
8997 #, c-format
8998 msgid "Would skip repository %s\n"
8999 msgstr ""
9000
9001 #: builtin/clean.c:36
9002 #, c-format
9003 msgid "failed to remove %s"
9004 msgstr ""
9005
9006 #: builtin/clean.c:299 git-add--interactive.perl:579
9007 #, c-format
9008 msgid ""
9009 "Prompt help:\n"
9010 "1 - select a numbered item\n"
9011 "foo - select item based on unique prefix\n"
9012 " - (empty) select nothing\n"
9013 msgstr ""
9014
9015 #: builtin/clean.c:303 git-add--interactive.perl:588
9016 #, c-format
9017 msgid ""
9018 "Prompt help:\n"
9019 "1 - select a single item\n"
9020 "3-5 - select a range of items\n"
9021 "2-3,6-9 - select multiple ranges\n"
9022 "foo - select item based on unique prefix\n"
9023 "-... - unselect specified items\n"
9024 "* - choose all items\n"
9025 " - (empty) finish selecting\n"
9026 msgstr ""
9027
9028 #: builtin/clean.c:519 git-add--interactive.perl:554
9029 #: git-add--interactive.perl:559
9030 #, c-format, perl-format
9031 msgid "Huh (%s)?\n"
9032 msgstr ""
9033
9034 #: builtin/clean.c:661
9035 #, c-format
9036 msgid "Input ignore patterns>> "
9037 msgstr ""
9038
9039 #: builtin/clean.c:698
9040 #, c-format
9041 msgid "WARNING: Cannot find items matched by: %s"
9042 msgstr ""
9043
9044 #: builtin/clean.c:719
9045 msgid "Select items to delete"
9046 msgstr ""
9047
9048 #. TRANSLATORS: Make sure to keep [y/N] as is
9049 #: builtin/clean.c:760
9050 #, c-format
9051 msgid "Remove %s [y/N]? "
9052 msgstr ""
9053
9054 #: builtin/clean.c:785 git-add--interactive.perl:1717
9055 #, c-format
9056 msgid "Bye.\n"
9057 msgstr ""
9058
9059 #: builtin/clean.c:793
9060 msgid ""
9061 "clean - start cleaning\n"
9062 "filter by pattern - exclude items from deletion\n"
9063 "select by numbers - select items to be deleted by numbers\n"
9064 "ask each - confirm each deletion (like \"rm -i\")\n"
9065 "quit - stop cleaning\n"
9066 "help - this screen\n"
9067 "? - help for prompt selection"
9068 msgstr ""
9069
9070 #: builtin/clean.c:820 git-add--interactive.perl:1793
9071 msgid "*** Commands ***"
9072 msgstr ""
9073
9074 #: builtin/clean.c:821 git-add--interactive.perl:1790
9075 msgid "What now"
9076 msgstr ""
9077
9078 #: builtin/clean.c:829
9079 msgid "Would remove the following item:"
9080 msgid_plural "Would remove the following items:"
9081 msgstr[0] ""
9082 msgstr[1] ""
9083
9084 #: builtin/clean.c:845
9085 msgid "No more files to clean, exiting."
9086 msgstr ""
9087
9088 #: builtin/clean.c:907
9089 msgid "do not print names of files removed"
9090 msgstr ""
9091
9092 #: builtin/clean.c:909
9093 msgid "force"
9094 msgstr ""
9095
9096 #: builtin/clean.c:910
9097 msgid "interactive cleaning"
9098 msgstr ""
9099
9100 #: builtin/clean.c:912
9101 msgid "remove whole directories"
9102 msgstr ""
9103
9104 #: builtin/clean.c:913 builtin/describe.c:546 builtin/describe.c:548
9105 #: builtin/grep.c:897 builtin/log.c:167 builtin/log.c:169
9106 #: builtin/ls-files.c:557 builtin/name-rev.c:415 builtin/name-rev.c:417
9107 #: builtin/show-ref.c:178
9108 msgid "pattern"
9109 msgstr ""
9110
9111 #: builtin/clean.c:914
9112 msgid "add <pattern> to ignore rules"
9113 msgstr ""
9114
9115 #: builtin/clean.c:915
9116 msgid "remove ignored files, too"
9117 msgstr ""
9118
9119 #: builtin/clean.c:917
9120 msgid "remove only ignored files"
9121 msgstr ""
9122
9123 #: builtin/clean.c:935
9124 msgid "-x and -X cannot be used together"
9125 msgstr ""
9126
9127 #: builtin/clean.c:939
9128 msgid ""
9129 "clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
9130 "clean"
9131 msgstr ""
9132
9133 #: builtin/clean.c:942
9134 msgid ""
9135 "clean.requireForce defaults to true and neither -i, -n, nor -f given; "
9136 "refusing to clean"
9137 msgstr ""
9138
9139 #: builtin/clone.c:44
9140 msgid "git clone [<options>] [--] <repo> [<dir>]"
9141 msgstr ""
9142
9143 #: builtin/clone.c:89
9144 msgid "don't create a checkout"
9145 msgstr ""
9146
9147 #: builtin/clone.c:90 builtin/clone.c:92 builtin/init-db.c:481
9148 msgid "create a bare repository"
9149 msgstr ""
9150
9151 #: builtin/clone.c:94
9152 msgid "create a mirror repository (implies bare)"
9153 msgstr ""
9154
9155 #: builtin/clone.c:96
9156 msgid "to clone from a local repository"
9157 msgstr ""
9158
9159 #: builtin/clone.c:98
9160 msgid "don't use local hardlinks, always copy"
9161 msgstr ""
9162
9163 #: builtin/clone.c:100
9164 msgid "setup as shared repository"
9165 msgstr ""
9166
9167 #: builtin/clone.c:102 builtin/clone.c:106
9168 msgid "pathspec"
9169 msgstr ""
9170
9171 #: builtin/clone.c:102 builtin/clone.c:106
9172 msgid "initialize submodules in the clone"
9173 msgstr ""
9174
9175 #: builtin/clone.c:109
9176 msgid "number of submodules cloned in parallel"
9177 msgstr ""
9178
9179 #: builtin/clone.c:110 builtin/init-db.c:478
9180 msgid "template-directory"
9181 msgstr ""
9182
9183 #: builtin/clone.c:111 builtin/init-db.c:479
9184 msgid "directory from which templates will be used"
9185 msgstr ""
9186
9187 #: builtin/clone.c:113 builtin/clone.c:115 builtin/submodule--helper.c:1379
9188 #: builtin/submodule--helper.c:1860
9189 msgid "reference repository"
9190 msgstr ""
9191
9192 #: builtin/clone.c:117 builtin/submodule--helper.c:1381
9193 #: builtin/submodule--helper.c:1862
9194 msgid "use --reference only while cloning"
9195 msgstr ""
9196
9197 #: builtin/clone.c:118 builtin/column.c:27 builtin/merge-file.c:46
9198 #: builtin/pack-objects.c:3303 builtin/repack.c:329
9199 msgid "name"
9200 msgstr ""
9201
9202 #: builtin/clone.c:119
9203 msgid "use <name> instead of 'origin' to track upstream"
9204 msgstr ""
9205
9206 #: builtin/clone.c:121
9207 msgid "checkout <branch> instead of the remote's HEAD"
9208 msgstr ""
9209
9210 #: builtin/clone.c:123
9211 msgid "path to git-upload-pack on the remote"
9212 msgstr ""
9213
9214 #: builtin/clone.c:124 builtin/fetch.c:142 builtin/grep.c:836
9215 #: builtin/pull.c:218
9216 msgid "depth"
9217 msgstr ""
9218
9219 #: builtin/clone.c:125
9220 msgid "create a shallow clone of that depth"
9221 msgstr ""
9222
9223 #: builtin/clone.c:126 builtin/fetch.c:144 builtin/pack-objects.c:3292
9224 msgid "time"
9225 msgstr ""
9226
9227 #: builtin/clone.c:127
9228 msgid "create a shallow clone since a specific time"
9229 msgstr ""
9230
9231 #: builtin/clone.c:128 builtin/fetch.c:146 builtin/fetch.c:169
9232 #: builtin/rebase.c:1039
9233 msgid "revision"
9234 msgstr ""
9235
9236 #: builtin/clone.c:129 builtin/fetch.c:147
9237 msgid "deepen history of shallow clone, excluding rev"
9238 msgstr ""
9239
9240 #: builtin/clone.c:131
9241 msgid "clone only one branch, HEAD or --branch"
9242 msgstr ""
9243
9244 #: builtin/clone.c:133
9245 msgid "don't clone any tags, and make later fetches not to follow them"
9246 msgstr ""
9247
9248 #: builtin/clone.c:135
9249 msgid "any cloned submodules will be shallow"
9250 msgstr ""
9251
9252 #: builtin/clone.c:136 builtin/init-db.c:487
9253 msgid "gitdir"
9254 msgstr ""
9255
9256 #: builtin/clone.c:137 builtin/init-db.c:488
9257 msgid "separate git dir from working tree"
9258 msgstr ""
9259
9260 #: builtin/clone.c:138
9261 msgid "key=value"
9262 msgstr ""
9263
9264 #: builtin/clone.c:139
9265 msgid "set config inside the new repository"
9266 msgstr ""
9267
9268 #: builtin/clone.c:140 builtin/fetch.c:165 builtin/pull.c:231
9269 #: builtin/push.c:586
9270 msgid "use IPv4 addresses only"
9271 msgstr ""
9272
9273 #: builtin/clone.c:142 builtin/fetch.c:167 builtin/pull.c:234
9274 #: builtin/push.c:588
9275 msgid "use IPv6 addresses only"
9276 msgstr ""
9277
9278 #: builtin/clone.c:280
9279 msgid ""
9280 "No directory name could be guessed.\n"
9281 "Please specify a directory on the command line"
9282 msgstr ""
9283
9284 #: builtin/clone.c:333
9285 #, c-format
9286 msgid "info: Could not add alternate for '%s': %s\n"
9287 msgstr ""
9288
9289 #: builtin/clone.c:405
9290 #, c-format
9291 msgid "failed to open '%s'"
9292 msgstr ""
9293
9294 #: builtin/clone.c:413
9295 #, c-format
9296 msgid "%s exists and is not a directory"
9297 msgstr ""
9298
9299 #: builtin/clone.c:427
9300 #, c-format
9301 msgid "failed to stat %s\n"
9302 msgstr ""
9303
9304 #: builtin/clone.c:444
9305 #, c-format
9306 msgid "failed to unlink '%s'"
9307 msgstr ""
9308
9309 #: builtin/clone.c:449
9310 #, c-format
9311 msgid "failed to create link '%s'"
9312 msgstr ""
9313
9314 #: builtin/clone.c:453
9315 #, c-format
9316 msgid "failed to copy file to '%s'"
9317 msgstr ""
9318
9319 #: builtin/clone.c:479
9320 #, c-format
9321 msgid "done.\n"
9322 msgstr ""
9323
9324 #: builtin/clone.c:493
9325 msgid ""
9326 "Clone succeeded, but checkout failed.\n"
9327 "You can inspect what was checked out with 'git status'\n"
9328 "and retry the checkout with 'git checkout -f HEAD'\n"
9329 msgstr ""
9330
9331 #: builtin/clone.c:570
9332 #, c-format
9333 msgid "Could not find remote branch %s to clone."
9334 msgstr ""
9335
9336 #: builtin/clone.c:687
9337 #, c-format
9338 msgid "unable to update %s"
9339 msgstr ""
9340
9341 #: builtin/clone.c:737
9342 msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
9343 msgstr ""
9344
9345 #: builtin/clone.c:768
9346 msgid "unable to checkout working tree"
9347 msgstr ""
9348
9349 #: builtin/clone.c:813
9350 msgid "unable to write parameters to config file"
9351 msgstr ""
9352
9353 #: builtin/clone.c:876
9354 msgid "cannot repack to clean up"
9355 msgstr ""
9356
9357 #: builtin/clone.c:878
9358 msgid "cannot unlink temporary alternates file"
9359 msgstr ""
9360
9361 #: builtin/clone.c:918 builtin/receive-pack.c:1941
9362 msgid "Too many arguments."
9363 msgstr ""
9364
9365 #: builtin/clone.c:922
9366 msgid "You must specify a repository to clone."
9367 msgstr ""
9368
9369 #: builtin/clone.c:935
9370 #, c-format
9371 msgid "--bare and --origin %s options are incompatible."
9372 msgstr ""
9373
9374 #: builtin/clone.c:938
9375 msgid "--bare and --separate-git-dir are incompatible."
9376 msgstr ""
9377
9378 #: builtin/clone.c:951
9379 #, c-format
9380 msgid "repository '%s' does not exist"
9381 msgstr ""
9382
9383 #: builtin/clone.c:957 builtin/fetch.c:1608
9384 #, c-format
9385 msgid "depth %s is not a positive number"
9386 msgstr ""
9387
9388 #: builtin/clone.c:967
9389 #, c-format
9390 msgid "destination path '%s' already exists and is not an empty directory."
9391 msgstr ""
9392
9393 #: builtin/clone.c:977
9394 #, c-format
9395 msgid "working tree '%s' already exists."
9396 msgstr ""
9397
9398 #: builtin/clone.c:992 builtin/clone.c:1013 builtin/difftool.c:272
9399 #: builtin/worktree.c:296 builtin/worktree.c:326
9400 #, c-format
9401 msgid "could not create leading directories of '%s'"
9402 msgstr ""
9403
9404 #: builtin/clone.c:997
9405 #, c-format
9406 msgid "could not create work tree dir '%s'"
9407 msgstr ""
9408
9409 #: builtin/clone.c:1017
9410 #, c-format
9411 msgid "Cloning into bare repository '%s'...\n"
9412 msgstr ""
9413
9414 #: builtin/clone.c:1019
9415 #, c-format
9416 msgid "Cloning into '%s'...\n"
9417 msgstr ""
9418
9419 #: builtin/clone.c:1043
9420 msgid ""
9421 "clone --recursive is not compatible with both --reference and --reference-if-"
9422 "able"
9423 msgstr ""
9424
9425 #: builtin/clone.c:1104
9426 msgid "--depth is ignored in local clones; use file:// instead."
9427 msgstr ""
9428
9429 #: builtin/clone.c:1106
9430 msgid "--shallow-since is ignored in local clones; use file:// instead."
9431 msgstr ""
9432
9433 #: builtin/clone.c:1108
9434 msgid "--shallow-exclude is ignored in local clones; use file:// instead."
9435 msgstr ""
9436
9437 #: builtin/clone.c:1110
9438 msgid "--filter is ignored in local clones; use file:// instead."
9439 msgstr ""
9440
9441 #: builtin/clone.c:1113
9442 msgid "source repository is shallow, ignoring --local"
9443 msgstr ""
9444
9445 #: builtin/clone.c:1118
9446 msgid "--local is ignored"
9447 msgstr ""
9448
9449 #: builtin/clone.c:1192 builtin/clone.c:1200
9450 #, c-format
9451 msgid "Remote branch %s not found in upstream %s"
9452 msgstr ""
9453
9454 #: builtin/clone.c:1203
9455 msgid "You appear to have cloned an empty repository."
9456 msgstr ""
9457
9458 #: builtin/column.c:10
9459 msgid "git column [<options>]"
9460 msgstr ""
9461
9462 #: builtin/column.c:27
9463 msgid "lookup config vars"
9464 msgstr ""
9465
9466 #: builtin/column.c:28 builtin/column.c:29
9467 msgid "layout to use"
9468 msgstr ""
9469
9470 #: builtin/column.c:30
9471 msgid "Maximum width"
9472 msgstr ""
9473
9474 #: builtin/column.c:31
9475 msgid "Padding space on left border"
9476 msgstr ""
9477
9478 #: builtin/column.c:32
9479 msgid "Padding space on right border"
9480 msgstr ""
9481
9482 #: builtin/column.c:33
9483 msgid "Padding space between columns"
9484 msgstr ""
9485
9486 #: builtin/column.c:51
9487 msgid "--command must be the first argument"
9488 msgstr ""
9489
9490 #: builtin/commit.c:41
9491 msgid "git commit [<options>] [--] <pathspec>..."
9492 msgstr ""
9493
9494 #: builtin/commit.c:46
9495 msgid "git status [<options>] [--] <pathspec>..."
9496 msgstr ""
9497
9498 #: builtin/commit.c:51
9499 msgid ""
9500 "You asked to amend the most recent commit, but doing so would make\n"
9501 "it empty. You can repeat your command with --allow-empty, or you can\n"
9502 "remove the commit entirely with \"git reset HEAD^\".\n"
9503 msgstr ""
9504
9505 #: builtin/commit.c:56
9506 msgid ""
9507 "The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
9508 "If you wish to commit it anyway, use:\n"
9509 "\n"
9510 " git commit --allow-empty\n"
9511 "\n"
9512 msgstr ""
9513
9514 #: builtin/commit.c:63
9515 msgid "Otherwise, please use 'git reset'\n"
9516 msgstr ""
9517
9518 #: builtin/commit.c:66
9519 msgid ""
9520 "If you wish to skip this commit, use:\n"
9521 "\n"
9522 " git reset\n"
9523 "\n"
9524 "Then \"git cherry-pick --continue\" will resume cherry-picking\n"
9525 "the remaining commits.\n"
9526 msgstr ""
9527
9528 #: builtin/commit.c:312
9529 msgid "failed to unpack HEAD tree object"
9530 msgstr ""
9531
9532 #: builtin/commit.c:353
9533 msgid "unable to create temporary index"
9534 msgstr ""
9535
9536 #: builtin/commit.c:359
9537 msgid "interactive add failed"
9538 msgstr ""
9539
9540 #: builtin/commit.c:373
9541 msgid "unable to update temporary index"
9542 msgstr ""
9543
9544 #: builtin/commit.c:375
9545 msgid "Failed to update main cache tree"
9546 msgstr ""
9547
9548 #: builtin/commit.c:400 builtin/commit.c:423 builtin/commit.c:469
9549 msgid "unable to write new_index file"
9550 msgstr ""
9551
9552 #: builtin/commit.c:452
9553 msgid "cannot do a partial commit during a merge."
9554 msgstr ""
9555
9556 #: builtin/commit.c:454
9557 msgid "cannot do a partial commit during a cherry-pick."
9558 msgstr ""
9559
9560 #: builtin/commit.c:462
9561 msgid "cannot read the index"
9562 msgstr ""
9563
9564 #: builtin/commit.c:481
9565 msgid "unable to write temporary index file"
9566 msgstr ""
9567
9568 #: builtin/commit.c:579
9569 #, c-format
9570 msgid "commit '%s' lacks author header"
9571 msgstr ""
9572
9573 #: builtin/commit.c:581
9574 #, c-format
9575 msgid "commit '%s' has malformed author line"
9576 msgstr ""
9577
9578 #: builtin/commit.c:600
9579 msgid "malformed --author parameter"
9580 msgstr ""
9581
9582 #: builtin/commit.c:652
9583 msgid ""
9584 "unable to select a comment character that is not used\n"
9585 "in the current commit message"
9586 msgstr ""
9587
9588 #: builtin/commit.c:689 builtin/commit.c:722 builtin/commit.c:1052
9589 #, c-format
9590 msgid "could not lookup commit %s"
9591 msgstr ""
9592
9593 #: builtin/commit.c:701 builtin/shortlog.c:319
9594 #, c-format
9595 msgid "(reading log message from standard input)\n"
9596 msgstr ""
9597
9598 #: builtin/commit.c:703
9599 msgid "could not read log from standard input"
9600 msgstr ""
9601
9602 #: builtin/commit.c:707
9603 #, c-format
9604 msgid "could not read log file '%s'"
9605 msgstr ""
9606
9607 #: builtin/commit.c:736 builtin/commit.c:744
9608 msgid "could not read SQUASH_MSG"
9609 msgstr ""
9610
9611 #: builtin/commit.c:741
9612 msgid "could not read MERGE_MSG"
9613 msgstr ""
9614
9615 #: builtin/commit.c:795
9616 msgid "could not write commit template"
9617 msgstr ""
9618
9619 #: builtin/commit.c:813
9620 #, c-format
9621 msgid ""
9622 "\n"
9623 "It looks like you may be committing a merge.\n"
9624 "If this is not correct, please remove the file\n"
9625 "\t%s\n"
9626 "and try again.\n"
9627 msgstr ""
9628
9629 #: builtin/commit.c:818
9630 #, c-format
9631 msgid ""
9632 "\n"
9633 "It looks like you may be committing a cherry-pick.\n"
9634 "If this is not correct, please remove the file\n"
9635 "\t%s\n"
9636 "and try again.\n"
9637 msgstr ""
9638
9639 #: builtin/commit.c:831
9640 #, c-format
9641 msgid ""
9642 "Please enter the commit message for your changes. Lines starting\n"
9643 "with '%c' will be ignored, and an empty message aborts the commit.\n"
9644 msgstr ""
9645
9646 #: builtin/commit.c:839
9647 #, c-format
9648 msgid ""
9649 "Please enter the commit message for your changes. Lines starting\n"
9650 "with '%c' will be kept; you may remove them yourself if you want to.\n"
9651 "An empty message aborts the commit.\n"
9652 msgstr ""
9653
9654 #: builtin/commit.c:856
9655 #, c-format
9656 msgid "%sAuthor: %.*s <%.*s>"
9657 msgstr ""
9658
9659 #: builtin/commit.c:864
9660 #, c-format
9661 msgid "%sDate: %s"
9662 msgstr ""
9663
9664 #: builtin/commit.c:871
9665 #, c-format
9666 msgid "%sCommitter: %.*s <%.*s>"
9667 msgstr ""
9668
9669 #: builtin/commit.c:889
9670 msgid "Cannot read index"
9671 msgstr ""
9672
9673 #: builtin/commit.c:956
9674 msgid "Error building trees"
9675 msgstr ""
9676
9677 #: builtin/commit.c:970 builtin/tag.c:258
9678 #, c-format
9679 msgid "Please supply the message using either -m or -F option.\n"
9680 msgstr ""
9681
9682 #: builtin/commit.c:1014
9683 #, c-format
9684 msgid "--author '%s' is not 'Name <email>' and matches no existing author"
9685 msgstr ""
9686
9687 #: builtin/commit.c:1028
9688 #, c-format
9689 msgid "Invalid ignored mode '%s'"
9690 msgstr ""
9691
9692 #: builtin/commit.c:1042 builtin/commit.c:1279
9693 #, c-format
9694 msgid "Invalid untracked files mode '%s'"
9695 msgstr ""
9696
9697 #: builtin/commit.c:1080
9698 msgid "--long and -z are incompatible"
9699 msgstr ""
9700
9701 #: builtin/commit.c:1113
9702 msgid "Using both --reset-author and --author does not make sense"
9703 msgstr ""
9704
9705 #: builtin/commit.c:1122
9706 msgid "You have nothing to amend."
9707 msgstr ""
9708
9709 #: builtin/commit.c:1125
9710 msgid "You are in the middle of a merge -- cannot amend."
9711 msgstr ""
9712
9713 #: builtin/commit.c:1127
9714 msgid "You are in the middle of a cherry-pick -- cannot amend."
9715 msgstr ""
9716
9717 #: builtin/commit.c:1130
9718 msgid "Options --squash and --fixup cannot be used together"
9719 msgstr ""
9720
9721 #: builtin/commit.c:1140
9722 msgid "Only one of -c/-C/-F/--fixup can be used."
9723 msgstr ""
9724
9725 #: builtin/commit.c:1142
9726 msgid "Option -m cannot be combined with -c/-C/-F."
9727 msgstr ""
9728
9729 #: builtin/commit.c:1150
9730 msgid "--reset-author can be used only with -C, -c or --amend."
9731 msgstr ""
9732
9733 #: builtin/commit.c:1167
9734 msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
9735 msgstr ""
9736
9737 #: builtin/commit.c:1169
9738 msgid "No paths with --include/--only does not make sense."
9739 msgstr ""
9740
9741 #: builtin/commit.c:1183 builtin/tag.c:546
9742 #, c-format
9743 msgid "Invalid cleanup mode %s"
9744 msgstr ""
9745
9746 #: builtin/commit.c:1188
9747 msgid "Paths with -a does not make sense."
9748 msgstr ""
9749
9750 #: builtin/commit.c:1314 builtin/commit.c:1498
9751 msgid "show status concisely"
9752 msgstr ""
9753
9754 #: builtin/commit.c:1316 builtin/commit.c:1500
9755 msgid "show branch information"
9756 msgstr ""
9757
9758 #: builtin/commit.c:1318
9759 msgid "show stash information"
9760 msgstr ""
9761
9762 #: builtin/commit.c:1320 builtin/commit.c:1502
9763 msgid "compute full ahead/behind values"
9764 msgstr ""
9765
9766 #: builtin/commit.c:1322
9767 msgid "version"
9768 msgstr ""
9769
9770 #: builtin/commit.c:1322 builtin/commit.c:1504 builtin/push.c:561
9771 #: builtin/worktree.c:640
9772 msgid "machine-readable output"
9773 msgstr ""
9774
9775 #: builtin/commit.c:1325 builtin/commit.c:1506
9776 msgid "show status in long format (default)"
9777 msgstr ""
9778
9779 #: builtin/commit.c:1328 builtin/commit.c:1509
9780 msgid "terminate entries with NUL"
9781 msgstr ""
9782
9783 #: builtin/commit.c:1330 builtin/commit.c:1334 builtin/commit.c:1512
9784 #: builtin/fast-export.c:1085 builtin/fast-export.c:1088 builtin/rebase.c:1118
9785 #: builtin/tag.c:400
9786 msgid "mode"
9787 msgstr ""
9788
9789 #: builtin/commit.c:1331 builtin/commit.c:1512
9790 msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
9791 msgstr ""
9792
9793 #: builtin/commit.c:1335
9794 msgid ""
9795 "show ignored files, optional modes: traditional, matching, no. (Default: "
9796 "traditional)"
9797 msgstr ""
9798
9799 #: builtin/commit.c:1337 parse-options.h:164
9800 msgid "when"
9801 msgstr ""
9802
9803 #: builtin/commit.c:1338
9804 msgid ""
9805 "ignore changes to submodules, optional when: all, dirty, untracked. "
9806 "(Default: all)"
9807 msgstr ""
9808
9809 #: builtin/commit.c:1340
9810 msgid "list untracked files in columns"
9811 msgstr ""
9812
9813 #: builtin/commit.c:1341
9814 msgid "do not detect renames"
9815 msgstr ""
9816
9817 #: builtin/commit.c:1343
9818 msgid "detect renames, optionally set similarity index"
9819 msgstr ""
9820
9821 #: builtin/commit.c:1363
9822 msgid "Unsupported combination of ignored and untracked-files arguments"
9823 msgstr ""
9824
9825 #: builtin/commit.c:1468
9826 msgid "suppress summary after successful commit"
9827 msgstr ""
9828
9829 #: builtin/commit.c:1469
9830 msgid "show diff in commit message template"
9831 msgstr ""
9832
9833 #: builtin/commit.c:1471
9834 msgid "Commit message options"
9835 msgstr ""
9836
9837 #: builtin/commit.c:1472 builtin/merge.c:264 builtin/tag.c:397
9838 msgid "read message from file"
9839 msgstr ""
9840
9841 #: builtin/commit.c:1473
9842 msgid "author"
9843 msgstr ""
9844
9845 #: builtin/commit.c:1473
9846 msgid "override author for commit"
9847 msgstr ""
9848
9849 #: builtin/commit.c:1474 builtin/gc.c:518
9850 msgid "date"
9851 msgstr ""
9852
9853 #: builtin/commit.c:1474
9854 msgid "override date for commit"
9855 msgstr ""
9856
9857 #: builtin/commit.c:1475 builtin/merge.c:260 builtin/notes.c:409
9858 #: builtin/notes.c:575 builtin/tag.c:395
9859 msgid "message"
9860 msgstr ""
9861
9862 #: builtin/commit.c:1475
9863 msgid "commit message"
9864 msgstr ""
9865
9866 #: builtin/commit.c:1476 builtin/commit.c:1477 builtin/commit.c:1478
9867 #: builtin/commit.c:1479 parse-options.h:278 ref-filter.h:92
9868 msgid "commit"
9869 msgstr ""
9870
9871 #: builtin/commit.c:1476
9872 msgid "reuse and edit message from specified commit"
9873 msgstr ""
9874
9875 #: builtin/commit.c:1477
9876 msgid "reuse message from specified commit"
9877 msgstr ""
9878
9879 #: builtin/commit.c:1478
9880 msgid "use autosquash formatted message to fixup specified commit"
9881 msgstr ""
9882
9883 #: builtin/commit.c:1479
9884 msgid "use autosquash formatted message to squash specified commit"
9885 msgstr ""
9886
9887 #: builtin/commit.c:1480
9888 msgid "the commit is authored by me now (used with -C/-c/--amend)"
9889 msgstr ""
9890
9891 #: builtin/commit.c:1481 builtin/log.c:1533 builtin/merge.c:277
9892 #: builtin/pull.c:156 builtin/revert.c:107
9893 msgid "add Signed-off-by:"
9894 msgstr ""
9895
9896 #: builtin/commit.c:1482
9897 msgid "use specified template file"
9898 msgstr ""
9899
9900 #: builtin/commit.c:1483
9901 msgid "force edit of commit"
9902 msgstr ""
9903
9904 #: builtin/commit.c:1484
9905 msgid "default"
9906 msgstr ""
9907
9908 #: builtin/commit.c:1484 builtin/tag.c:401
9909 msgid "how to strip spaces and #comments from message"
9910 msgstr ""
9911
9912 #: builtin/commit.c:1485
9913 msgid "include status in commit message template"
9914 msgstr ""
9915
9916 #: builtin/commit.c:1487 builtin/merge.c:275 builtin/pull.c:186
9917 #: builtin/revert.c:115
9918 msgid "GPG sign commit"
9919 msgstr ""
9920
9921 #: builtin/commit.c:1490
9922 msgid "Commit contents options"
9923 msgstr ""
9924
9925 #: builtin/commit.c:1491
9926 msgid "commit all changed files"
9927 msgstr ""
9928
9929 #: builtin/commit.c:1492
9930 msgid "add specified files to index for commit"
9931 msgstr ""
9932
9933 #: builtin/commit.c:1493
9934 msgid "interactively add files"
9935 msgstr ""
9936
9937 #: builtin/commit.c:1494
9938 msgid "interactively add changes"
9939 msgstr ""
9940
9941 #: builtin/commit.c:1495
9942 msgid "commit only specified files"
9943 msgstr ""
9944
9945 #: builtin/commit.c:1496
9946 msgid "bypass pre-commit and commit-msg hooks"
9947 msgstr ""
9948
9949 #: builtin/commit.c:1497
9950 msgid "show what would be committed"
9951 msgstr ""
9952
9953 #: builtin/commit.c:1510
9954 msgid "amend previous commit"
9955 msgstr ""
9956
9957 #: builtin/commit.c:1511
9958 msgid "bypass post-rewrite hook"
9959 msgstr ""
9960
9961 #: builtin/commit.c:1516
9962 msgid "ok to record an empty change"
9963 msgstr ""
9964
9965 #: builtin/commit.c:1518
9966 msgid "ok to record a change with an empty message"
9967 msgstr ""
9968
9969 #: builtin/commit.c:1591
9970 #, c-format
9971 msgid "Corrupt MERGE_HEAD file (%s)"
9972 msgstr ""
9973
9974 #: builtin/commit.c:1598
9975 msgid "could not read MERGE_MODE"
9976 msgstr ""
9977
9978 #: builtin/commit.c:1617
9979 #, c-format
9980 msgid "could not read commit message: %s"
9981 msgstr ""
9982
9983 #: builtin/commit.c:1628
9984 #, c-format
9985 msgid "Aborting commit due to empty commit message.\n"
9986 msgstr ""
9987
9988 #: builtin/commit.c:1633
9989 #, c-format
9990 msgid "Aborting commit; you did not edit the message.\n"
9991 msgstr ""
9992
9993 #: builtin/commit.c:1668
9994 msgid ""
9995 "repository has been updated, but unable to write\n"
9996 "new_index file. Check that disk is not full and quota is\n"
9997 "not exceeded, and then \"git reset HEAD\" to recover."
9998 msgstr ""
9999
10000 #: builtin/commit-graph.c:10
10001 msgid "git commit-graph [--object-dir <objdir>]"
10002 msgstr ""
10003
10004 #: builtin/commit-graph.c:11 builtin/commit-graph.c:23
10005 msgid "git commit-graph read [--object-dir <objdir>]"
10006 msgstr ""
10007
10008 #: builtin/commit-graph.c:12 builtin/commit-graph.c:18
10009 msgid "git commit-graph verify [--object-dir <objdir>]"
10010 msgstr ""
10011
10012 #: builtin/commit-graph.c:13 builtin/commit-graph.c:28
10013 msgid ""
10014 "git commit-graph write [--object-dir <objdir>] [--append] [--reachable|--"
10015 "stdin-packs|--stdin-commits]"
10016 msgstr ""
10017
10018 #: builtin/commit-graph.c:48 builtin/commit-graph.c:78
10019 #: builtin/commit-graph.c:132 builtin/commit-graph.c:190 builtin/fetch.c:153
10020 #: builtin/log.c:1553
10021 msgid "dir"
10022 msgstr ""
10023
10024 #: builtin/commit-graph.c:49 builtin/commit-graph.c:79
10025 #: builtin/commit-graph.c:133 builtin/commit-graph.c:191
10026 msgid "The object directory to store the graph"
10027 msgstr ""
10028
10029 #: builtin/commit-graph.c:135
10030 msgid "start walk at all refs"
10031 msgstr ""
10032
10033 #: builtin/commit-graph.c:137
10034 msgid "scan pack-indexes listed by stdin for commits"
10035 msgstr ""
10036
10037 #: builtin/commit-graph.c:139
10038 msgid "start walk at commits listed by stdin"
10039 msgstr ""
10040
10041 #: builtin/commit-graph.c:141
10042 msgid "include all commits already in the commit-graph file"
10043 msgstr ""
10044
10045 #: builtin/commit-graph.c:150
10046 msgid "use at most one of --reachable, --stdin-commits, or --stdin-packs"
10047 msgstr ""
10048
10049 #: builtin/config.c:11
10050 msgid "git config [<options>]"
10051 msgstr ""
10052
10053 #: builtin/config.c:103
10054 #, c-format
10055 msgid "unrecognized --type argument, %s"
10056 msgstr ""
10057
10058 #: builtin/config.c:115
10059 msgid "only one type at a time"
10060 msgstr ""
10061
10062 #: builtin/config.c:124
10063 msgid "Config file location"
10064 msgstr ""
10065
10066 #: builtin/config.c:125
10067 msgid "use global config file"
10068 msgstr ""
10069
10070 #: builtin/config.c:126
10071 msgid "use system config file"
10072 msgstr ""
10073
10074 #: builtin/config.c:127
10075 msgid "use repository config file"
10076 msgstr ""
10077
10078 #: builtin/config.c:128
10079 msgid "use per-worktree config file"
10080 msgstr ""
10081
10082 #: builtin/config.c:129
10083 msgid "use given config file"
10084 msgstr ""
10085
10086 #: builtin/config.c:130
10087 msgid "blob-id"
10088 msgstr ""
10089
10090 #: builtin/config.c:130
10091 msgid "read config from given blob object"
10092 msgstr ""
10093
10094 #: builtin/config.c:131
10095 msgid "Action"
10096 msgstr ""
10097
10098 #: builtin/config.c:132
10099 msgid "get value: name [value-regex]"
10100 msgstr ""
10101
10102 #: builtin/config.c:133
10103 msgid "get all values: key [value-regex]"
10104 msgstr ""
10105
10106 #: builtin/config.c:134
10107 msgid "get values for regexp: name-regex [value-regex]"
10108 msgstr ""
10109
10110 #: builtin/config.c:135
10111 msgid "get value specific for the URL: section[.var] URL"
10112 msgstr ""
10113
10114 #: builtin/config.c:136
10115 msgid "replace all matching variables: name value [value_regex]"
10116 msgstr ""
10117
10118 #: builtin/config.c:137
10119 msgid "add a new variable: name value"
10120 msgstr ""
10121
10122 #: builtin/config.c:138
10123 msgid "remove a variable: name [value-regex]"
10124 msgstr ""
10125
10126 #: builtin/config.c:139
10127 msgid "remove all matches: name [value-regex]"
10128 msgstr ""
10129
10130 #: builtin/config.c:140
10131 msgid "rename section: old-name new-name"
10132 msgstr ""
10133
10134 #: builtin/config.c:141
10135 msgid "remove a section: name"
10136 msgstr ""
10137
10138 #: builtin/config.c:142
10139 msgid "list all"
10140 msgstr ""
10141
10142 #: builtin/config.c:143
10143 msgid "open an editor"
10144 msgstr ""
10145
10146 #: builtin/config.c:144
10147 msgid "find the color configured: slot [default]"
10148 msgstr ""
10149
10150 #: builtin/config.c:145
10151 msgid "find the color setting: slot [stdout-is-tty]"
10152 msgstr ""
10153
10154 #: builtin/config.c:146
10155 msgid "Type"
10156 msgstr ""
10157
10158 #: builtin/config.c:147
10159 msgid "value is given this type"
10160 msgstr ""
10161
10162 #: builtin/config.c:148
10163 msgid "value is \"true\" or \"false\""
10164 msgstr ""
10165
10166 #: builtin/config.c:149
10167 msgid "value is decimal number"
10168 msgstr ""
10169
10170 #: builtin/config.c:150
10171 msgid "value is --bool or --int"
10172 msgstr ""
10173
10174 #: builtin/config.c:151
10175 msgid "value is a path (file or directory name)"
10176 msgstr ""
10177
10178 #: builtin/config.c:152
10179 msgid "value is an expiry date"
10180 msgstr ""
10181
10182 #: builtin/config.c:153
10183 msgid "Other"
10184 msgstr ""
10185
10186 #: builtin/config.c:154
10187 msgid "terminate values with NUL byte"
10188 msgstr ""
10189
10190 #: builtin/config.c:155
10191 msgid "show variable names only"
10192 msgstr ""
10193
10194 #: builtin/config.c:156
10195 msgid "respect include directives on lookup"
10196 msgstr ""
10197
10198 #: builtin/config.c:157
10199 msgid "show origin of config (file, standard input, blob, command line)"
10200 msgstr ""
10201
10202 #: builtin/config.c:158
10203 msgid "value"
10204 msgstr ""
10205
10206 #: builtin/config.c:158
10207 msgid "with --get, use default value when missing entry"
10208 msgstr ""
10209
10210 #: builtin/config.c:172
10211 #, c-format
10212 msgid "wrong number of arguments, should be %d"
10213 msgstr ""
10214
10215 #: builtin/config.c:174
10216 #, c-format
10217 msgid "wrong number of arguments, should be from %d to %d"
10218 msgstr ""
10219
10220 #: builtin/config.c:308
10221 #, c-format
10222 msgid "invalid key pattern: %s"
10223 msgstr ""
10224
10225 #: builtin/config.c:344
10226 #, c-format
10227 msgid "failed to format default config value: %s"
10228 msgstr ""
10229
10230 #: builtin/config.c:401
10231 #, c-format
10232 msgid "cannot parse color '%s'"
10233 msgstr ""
10234
10235 #: builtin/config.c:443
10236 msgid "unable to parse default color value"
10237 msgstr ""
10238
10239 #: builtin/config.c:496 builtin/config.c:742
10240 msgid "not in a git directory"
10241 msgstr ""
10242
10243 #: builtin/config.c:499
10244 msgid "writing to stdin is not supported"
10245 msgstr ""
10246
10247 #: builtin/config.c:502
10248 msgid "writing config blobs is not supported"
10249 msgstr ""
10250
10251 #: builtin/config.c:587
10252 #, c-format
10253 msgid ""
10254 "# This is Git's per-user configuration file.\n"
10255 "[user]\n"
10256 "# Please adapt and uncomment the following lines:\n"
10257 "#\tname = %s\n"
10258 "#\temail = %s\n"
10259 msgstr ""
10260
10261 #: builtin/config.c:611
10262 msgid "only one config file at a time"
10263 msgstr ""
10264
10265 #: builtin/config.c:616
10266 msgid "--local can only be used inside a git repository"
10267 msgstr ""
10268
10269 #: builtin/config.c:619
10270 msgid "--blob can only be used inside a git repository"
10271 msgstr ""
10272
10273 #: builtin/config.c:638
10274 msgid "$HOME not set"
10275 msgstr ""
10276
10277 #: builtin/config.c:658
10278 msgid ""
10279 "--worktree cannot be used with multiple working trees unless the config\n"
10280 "extension worktreeConfig is enabled. Please read \"CONFIGURATION FILE\"\n"
10281 "section in \"git help worktree\" for details"
10282 msgstr ""
10283
10284 #: builtin/config.c:688
10285 msgid "--get-color and variable type are incoherent"
10286 msgstr ""
10287
10288 #: builtin/config.c:693
10289 msgid "only one action at a time"
10290 msgstr ""
10291
10292 #: builtin/config.c:706
10293 msgid "--name-only is only applicable to --list or --get-regexp"
10294 msgstr ""
10295
10296 #: builtin/config.c:712
10297 msgid ""
10298 "--show-origin is only applicable to --get, --get-all, --get-regexp, and --"
10299 "list"
10300 msgstr ""
10301
10302 #: builtin/config.c:718
10303 msgid "--default is only applicable to --get"
10304 msgstr ""
10305
10306 #: builtin/config.c:731
10307 #, c-format
10308 msgid "unable to read config file '%s'"
10309 msgstr ""
10310
10311 #: builtin/config.c:734
10312 msgid "error processing config file(s)"
10313 msgstr ""
10314
10315 #: builtin/config.c:744
10316 msgid "editing stdin is not supported"
10317 msgstr ""
10318
10319 #: builtin/config.c:746
10320 msgid "editing blobs is not supported"
10321 msgstr ""
10322
10323 #: builtin/config.c:760
10324 #, c-format
10325 msgid "cannot create configuration file %s"
10326 msgstr ""
10327
10328 #: builtin/config.c:773
10329 #, c-format
10330 msgid ""
10331 "cannot overwrite multiple values with a single value\n"
10332 " Use a regexp, --add or --replace-all to change %s."
10333 msgstr ""
10334
10335 #: builtin/config.c:847 builtin/config.c:858
10336 #, c-format
10337 msgid "no such section: %s"
10338 msgstr ""
10339
10340 #: builtin/count-objects.c:90
10341 msgid "git count-objects [-v] [-H | --human-readable]"
10342 msgstr ""
10343
10344 #: builtin/count-objects.c:100
10345 msgid "print sizes in human readable format"
10346 msgstr ""
10347
10348 #: builtin/describe.c:27
10349 msgid "git describe [<options>] [<commit-ish>...]"
10350 msgstr ""
10351
10352 #: builtin/describe.c:28
10353 msgid "git describe [<options>] --dirty"
10354 msgstr ""
10355
10356 #: builtin/describe.c:63
10357 msgid "head"
10358 msgstr ""
10359
10360 #: builtin/describe.c:63
10361 msgid "lightweight"
10362 msgstr ""
10363
10364 #: builtin/describe.c:63
10365 msgid "annotated"
10366 msgstr ""
10367
10368 #: builtin/describe.c:273
10369 #, c-format
10370 msgid "annotated tag %s not available"
10371 msgstr ""
10372
10373 #: builtin/describe.c:277
10374 #, c-format
10375 msgid "annotated tag %s has no embedded name"
10376 msgstr ""
10377
10378 #: builtin/describe.c:279
10379 #, c-format
10380 msgid "tag '%s' is really '%s' here"
10381 msgstr ""
10382
10383 #: builtin/describe.c:323
10384 #, c-format
10385 msgid "no tag exactly matches '%s'"
10386 msgstr ""
10387
10388 #: builtin/describe.c:325
10389 #, c-format
10390 msgid "No exact match on refs or tags, searching to describe\n"
10391 msgstr ""
10392
10393 #: builtin/describe.c:379
10394 #, c-format
10395 msgid "finished search at %s\n"
10396 msgstr ""
10397
10398 #: builtin/describe.c:405
10399 #, c-format
10400 msgid ""
10401 "No annotated tags can describe '%s'.\n"
10402 "However, there were unannotated tags: try --tags."
10403 msgstr ""
10404
10405 #: builtin/describe.c:409
10406 #, c-format
10407 msgid ""
10408 "No tags can describe '%s'.\n"
10409 "Try --always, or create some tags."
10410 msgstr ""
10411
10412 #: builtin/describe.c:439
10413 #, c-format
10414 msgid "traversed %lu commits\n"
10415 msgstr ""
10416
10417 #: builtin/describe.c:442
10418 #, c-format
10419 msgid ""
10420 "more than %i tags found; listed %i most recent\n"
10421 "gave up search at %s\n"
10422 msgstr ""
10423
10424 #: builtin/describe.c:510
10425 #, c-format
10426 msgid "describe %s\n"
10427 msgstr ""
10428
10429 #: builtin/describe.c:513 builtin/log.c:516
10430 #, c-format
10431 msgid "Not a valid object name %s"
10432 msgstr ""
10433
10434 #: builtin/describe.c:521
10435 #, c-format
10436 msgid "%s is neither a commit nor blob"
10437 msgstr ""
10438
10439 #: builtin/describe.c:535
10440 msgid "find the tag that comes after the commit"
10441 msgstr ""
10442
10443 #: builtin/describe.c:536
10444 msgid "debug search strategy on stderr"
10445 msgstr ""
10446
10447 #: builtin/describe.c:537
10448 msgid "use any ref"
10449 msgstr ""
10450
10451 #: builtin/describe.c:538
10452 msgid "use any tag, even unannotated"
10453 msgstr ""
10454
10455 #: builtin/describe.c:539
10456 msgid "always use long format"
10457 msgstr ""
10458
10459 #: builtin/describe.c:540
10460 msgid "only follow first parent"
10461 msgstr ""
10462
10463 #: builtin/describe.c:543
10464 msgid "only output exact matches"
10465 msgstr ""
10466
10467 #: builtin/describe.c:545
10468 msgid "consider <n> most recent tags (default: 10)"
10469 msgstr ""
10470
10471 #: builtin/describe.c:547
10472 msgid "only consider tags matching <pattern>"
10473 msgstr ""
10474
10475 #: builtin/describe.c:549
10476 msgid "do not consider tags matching <pattern>"
10477 msgstr ""
10478
10479 #: builtin/describe.c:551 builtin/name-rev.c:424
10480 msgid "show abbreviated commit object as fallback"
10481 msgstr ""
10482
10483 #: builtin/describe.c:552 builtin/describe.c:555
10484 msgid "mark"
10485 msgstr ""
10486
10487 #: builtin/describe.c:553
10488 msgid "append <mark> on dirty working tree (default: \"-dirty\")"
10489 msgstr ""
10490
10491 #: builtin/describe.c:556
10492 msgid "append <mark> on broken working tree (default: \"-broken\")"
10493 msgstr ""
10494
10495 #: builtin/describe.c:574
10496 msgid "--long is incompatible with --abbrev=0"
10497 msgstr ""
10498
10499 #: builtin/describe.c:603
10500 msgid "No names found, cannot describe anything."
10501 msgstr ""
10502
10503 #: builtin/describe.c:654
10504 msgid "--dirty is incompatible with commit-ishes"
10505 msgstr ""
10506
10507 #: builtin/describe.c:656
10508 msgid "--broken is incompatible with commit-ishes"
10509 msgstr ""
10510
10511 #: builtin/diff.c:84
10512 #, c-format
10513 msgid "'%s': not a regular file or symlink"
10514 msgstr ""
10515
10516 #: builtin/diff.c:235
10517 #, c-format
10518 msgid "invalid option: %s"
10519 msgstr ""
10520
10521 #: builtin/diff.c:364
10522 msgid "Not a git repository"
10523 msgstr ""
10524
10525 #: builtin/diff.c:408
10526 #, c-format
10527 msgid "invalid object '%s' given."
10528 msgstr ""
10529
10530 #: builtin/diff.c:417
10531 #, c-format
10532 msgid "more than two blobs given: '%s'"
10533 msgstr ""
10534
10535 #: builtin/diff.c:422
10536 #, c-format
10537 msgid "unhandled object '%s' given."
10538 msgstr ""
10539
10540 #: builtin/difftool.c:31
10541 msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
10542 msgstr ""
10543
10544 #: builtin/difftool.c:261
10545 #, c-format
10546 msgid "failed: %d"
10547 msgstr ""
10548
10549 #: builtin/difftool.c:303
10550 #, c-format
10551 msgid "could not read symlink %s"
10552 msgstr ""
10553
10554 #: builtin/difftool.c:305
10555 #, c-format
10556 msgid "could not read symlink file %s"
10557 msgstr ""
10558
10559 #: builtin/difftool.c:313
10560 #, c-format
10561 msgid "could not read object %s for symlink %s"
10562 msgstr ""
10563
10564 #: builtin/difftool.c:414
10565 msgid ""
10566 "combined diff formats('-c' and '--cc') are not supported in\n"
10567 "directory diff mode('-d' and '--dir-diff')."
10568 msgstr ""
10569
10570 #: builtin/difftool.c:634
10571 #, c-format
10572 msgid "both files modified: '%s' and '%s'."
10573 msgstr ""
10574
10575 #: builtin/difftool.c:636
10576 msgid "working tree file has been left."
10577 msgstr ""
10578
10579 #: builtin/difftool.c:647
10580 #, c-format
10581 msgid "temporary files exist in '%s'."
10582 msgstr ""
10583
10584 #: builtin/difftool.c:648
10585 msgid "you may want to cleanup or recover these."
10586 msgstr ""
10587
10588 #: builtin/difftool.c:697
10589 msgid "use `diff.guitool` instead of `diff.tool`"
10590 msgstr ""
10591
10592 #: builtin/difftool.c:699
10593 msgid "perform a full-directory diff"
10594 msgstr ""
10595
10596 #: builtin/difftool.c:701
10597 msgid "do not prompt before launching a diff tool"
10598 msgstr ""
10599
10600 #: builtin/difftool.c:706
10601 msgid "use symlinks in dir-diff mode"
10602 msgstr ""
10603
10604 #: builtin/difftool.c:707
10605 msgid "tool"
10606 msgstr ""
10607
10608 #: builtin/difftool.c:708
10609 msgid "use the specified diff tool"
10610 msgstr ""
10611
10612 #: builtin/difftool.c:710
10613 msgid "print a list of diff tools that may be used with `--tool`"
10614 msgstr ""
10615
10616 #: builtin/difftool.c:713
10617 msgid ""
10618 "make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
10619 "code"
10620 msgstr ""
10621
10622 #: builtin/difftool.c:716
10623 msgid "specify a custom command for viewing diffs"
10624 msgstr ""
10625
10626 #: builtin/difftool.c:740
10627 msgid "no <tool> given for --tool=<tool>"
10628 msgstr ""
10629
10630 #: builtin/difftool.c:747
10631 msgid "no <cmd> given for --extcmd=<cmd>"
10632 msgstr ""
10633
10634 #: builtin/fast-export.c:29
10635 msgid "git fast-export [rev-list-opts]"
10636 msgstr ""
10637
10638 #: builtin/fast-export.c:1084
10639 msgid "show progress after <n> objects"
10640 msgstr ""
10641
10642 #: builtin/fast-export.c:1086
10643 msgid "select handling of signed tags"
10644 msgstr ""
10645
10646 #: builtin/fast-export.c:1089
10647 msgid "select handling of tags that tag filtered objects"
10648 msgstr ""
10649
10650 #: builtin/fast-export.c:1092
10651 msgid "Dump marks to this file"
10652 msgstr ""
10653
10654 #: builtin/fast-export.c:1094
10655 msgid "Import marks from this file"
10656 msgstr ""
10657
10658 #: builtin/fast-export.c:1096
10659 msgid "Fake a tagger when tags lack one"
10660 msgstr ""
10661
10662 #: builtin/fast-export.c:1098
10663 msgid "Output full tree for each commit"
10664 msgstr ""
10665
10666 #: builtin/fast-export.c:1100
10667 msgid "Use the done feature to terminate the stream"
10668 msgstr ""
10669
10670 #: builtin/fast-export.c:1101
10671 msgid "Skip output of blob data"
10672 msgstr ""
10673
10674 #: builtin/fast-export.c:1102 builtin/log.c:1601
10675 msgid "refspec"
10676 msgstr ""
10677
10678 #: builtin/fast-export.c:1103
10679 msgid "Apply refspec to exported refs"
10680 msgstr ""
10681
10682 #: builtin/fast-export.c:1104
10683 msgid "anonymize output"
10684 msgstr ""
10685
10686 #: builtin/fast-export.c:1106
10687 msgid "Reference parents which are not in fast-export stream by object id"
10688 msgstr ""
10689
10690 #: builtin/fast-export.c:1108
10691 msgid "Show original object ids of blobs/commits"
10692 msgstr ""
10693
10694 #: builtin/fetch.c:28
10695 msgid "git fetch [<options>] [<repository> [<refspec>...]]"
10696 msgstr ""
10697
10698 #: builtin/fetch.c:29
10699 msgid "git fetch [<options>] <group>"
10700 msgstr ""
10701
10702 #: builtin/fetch.c:30
10703 msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
10704 msgstr ""
10705
10706 #: builtin/fetch.c:31
10707 msgid "git fetch --all [<options>]"
10708 msgstr ""
10709
10710 #: builtin/fetch.c:115 builtin/pull.c:195
10711 msgid "fetch from all remotes"
10712 msgstr ""
10713
10714 #: builtin/fetch.c:117 builtin/pull.c:198
10715 msgid "append to .git/FETCH_HEAD instead of overwriting"
10716 msgstr ""
10717
10718 #: builtin/fetch.c:119 builtin/pull.c:201
10719 msgid "path to upload pack on remote end"
10720 msgstr ""
10721
10722 #: builtin/fetch.c:120
10723 msgid "force overwrite of local reference"
10724 msgstr ""
10725
10726 #: builtin/fetch.c:122
10727 msgid "fetch from multiple remotes"
10728 msgstr ""
10729
10730 #: builtin/fetch.c:124 builtin/pull.c:205
10731 msgid "fetch all tags and associated objects"
10732 msgstr ""
10733
10734 #: builtin/fetch.c:126
10735 msgid "do not fetch all tags (--no-tags)"
10736 msgstr ""
10737
10738 #: builtin/fetch.c:128
10739 msgid "number of submodules fetched in parallel"
10740 msgstr ""
10741
10742 #: builtin/fetch.c:130 builtin/pull.c:208
10743 msgid "prune remote-tracking branches no longer on remote"
10744 msgstr ""
10745
10746 #: builtin/fetch.c:132
10747 msgid "prune local tags no longer on remote and clobber changed tags"
10748 msgstr ""
10749
10750 #: builtin/fetch.c:133 builtin/fetch.c:156 builtin/pull.c:133
10751 msgid "on-demand"
10752 msgstr ""
10753
10754 #: builtin/fetch.c:134
10755 msgid "control recursive fetching of submodules"
10756 msgstr ""
10757
10758 #: builtin/fetch.c:138 builtin/pull.c:216
10759 msgid "keep downloaded pack"
10760 msgstr ""
10761
10762 #: builtin/fetch.c:140
10763 msgid "allow updating of HEAD ref"
10764 msgstr ""
10765
10766 #: builtin/fetch.c:143 builtin/fetch.c:149 builtin/pull.c:219
10767 msgid "deepen history of shallow clone"
10768 msgstr ""
10769
10770 #: builtin/fetch.c:145
10771 msgid "deepen history of shallow repository based on time"
10772 msgstr ""
10773
10774 #: builtin/fetch.c:151 builtin/pull.c:222
10775 msgid "convert to a complete repository"
10776 msgstr ""
10777
10778 #: builtin/fetch.c:154
10779 msgid "prepend this to submodule path output"
10780 msgstr ""
10781
10782 #: builtin/fetch.c:157
10783 msgid ""
10784 "default for recursive fetching of submodules (lower priority than config "
10785 "files)"
10786 msgstr ""
10787
10788 #: builtin/fetch.c:161 builtin/pull.c:225
10789 msgid "accept refs that update .git/shallow"
10790 msgstr ""
10791
10792 #: builtin/fetch.c:162 builtin/pull.c:227
10793 msgid "refmap"
10794 msgstr ""
10795
10796 #: builtin/fetch.c:163 builtin/pull.c:228
10797 msgid "specify fetch refmap"
10798 msgstr ""
10799
10800 #: builtin/fetch.c:164 builtin/ls-remote.c:77 builtin/push.c:585
10801 #: builtin/send-pack.c:172
10802 msgid "server-specific"
10803 msgstr ""
10804
10805 #: builtin/fetch.c:164 builtin/ls-remote.c:77 builtin/push.c:585
10806 #: builtin/send-pack.c:173
10807 msgid "option to transmit"
10808 msgstr ""
10809
10810 #: builtin/fetch.c:170
10811 msgid "report that we have only objects reachable from this object"
10812 msgstr ""
10813
10814 #: builtin/fetch.c:469
10815 msgid "Couldn't find remote ref HEAD"
10816 msgstr ""
10817
10818 #: builtin/fetch.c:608
10819 #, c-format
10820 msgid "configuration fetch.output contains invalid value %s"
10821 msgstr ""
10822
10823 #: builtin/fetch.c:705
10824 #, c-format
10825 msgid "object %s not found"
10826 msgstr ""
10827
10828 #: builtin/fetch.c:709
10829 msgid "[up to date]"
10830 msgstr ""
10831
10832 #: builtin/fetch.c:722 builtin/fetch.c:738 builtin/fetch.c:801
10833 msgid "[rejected]"
10834 msgstr ""
10835
10836 #: builtin/fetch.c:723
10837 msgid "can't fetch in current branch"
10838 msgstr ""
10839
10840 #: builtin/fetch.c:733
10841 msgid "[tag update]"
10842 msgstr ""
10843
10844 #: builtin/fetch.c:734 builtin/fetch.c:771 builtin/fetch.c:784
10845 #: builtin/fetch.c:796
10846 msgid "unable to update local ref"
10847 msgstr ""
10848
10849 #: builtin/fetch.c:738
10850 msgid "would clobber existing tag"
10851 msgstr ""
10852
10853 #: builtin/fetch.c:760
10854 msgid "[new tag]"
10855 msgstr ""
10856
10857 #: builtin/fetch.c:763
10858 msgid "[new branch]"
10859 msgstr ""
10860
10861 #: builtin/fetch.c:766
10862 msgid "[new ref]"
10863 msgstr ""
10864
10865 #: builtin/fetch.c:796
10866 msgid "forced update"
10867 msgstr ""
10868
10869 #: builtin/fetch.c:801
10870 msgid "non-fast-forward"
10871 msgstr ""
10872
10873 #: builtin/fetch.c:847
10874 #, c-format
10875 msgid "%s did not send all necessary objects\n"
10876 msgstr ""
10877
10878 #: builtin/fetch.c:868
10879 #, c-format
10880 msgid "reject %s because shallow roots are not allowed to be updated"
10881 msgstr ""
10882
10883 #: builtin/fetch.c:959 builtin/fetch.c:1081
10884 #, c-format
10885 msgid "From %.*s\n"
10886 msgstr ""
10887
10888 #: builtin/fetch.c:970
10889 #, c-format
10890 msgid ""
10891 "some local refs could not be updated; try running\n"
10892 " 'git remote prune %s' to remove any old, conflicting branches"
10893 msgstr ""
10894
10895 #: builtin/fetch.c:1051
10896 #, c-format
10897 msgid " (%s will become dangling)"
10898 msgstr ""
10899
10900 #: builtin/fetch.c:1052
10901 #, c-format
10902 msgid " (%s has become dangling)"
10903 msgstr ""
10904
10905 #: builtin/fetch.c:1084
10906 msgid "[deleted]"
10907 msgstr ""
10908
10909 #: builtin/fetch.c:1085 builtin/remote.c:1036
10910 msgid "(none)"
10911 msgstr ""
10912
10913 #: builtin/fetch.c:1108
10914 #, c-format
10915 msgid "Refusing to fetch into current branch %s of non-bare repository"
10916 msgstr ""
10917
10918 #: builtin/fetch.c:1127
10919 #, c-format
10920 msgid "Option \"%s\" value \"%s\" is not valid for %s"
10921 msgstr ""
10922
10923 #: builtin/fetch.c:1130
10924 #, c-format
10925 msgid "Option \"%s\" is ignored for %s\n"
10926 msgstr ""
10927
10928 #: builtin/fetch.c:1434
10929 #, c-format
10930 msgid "Fetching %s\n"
10931 msgstr ""
10932
10933 #: builtin/fetch.c:1436 builtin/remote.c:100
10934 #, c-format
10935 msgid "Could not fetch %s"
10936 msgstr ""
10937
10938 #: builtin/fetch.c:1482
10939 msgid ""
10940 "--filter can only be used with the remote configured in extensions."
10941 "partialClone"
10942 msgstr ""
10943
10944 #: builtin/fetch.c:1506
10945 msgid ""
10946 "No remote repository specified. Please, specify either a URL or a\n"
10947 "remote name from which new revisions should be fetched."
10948 msgstr ""
10949
10950 #: builtin/fetch.c:1543
10951 msgid "You need to specify a tag name."
10952 msgstr ""
10953
10954 #: builtin/fetch.c:1592
10955 msgid "Negative depth in --deepen is not supported"
10956 msgstr ""
10957
10958 #: builtin/fetch.c:1594
10959 msgid "--deepen and --depth are mutually exclusive"
10960 msgstr ""
10961
10962 #: builtin/fetch.c:1599
10963 msgid "--depth and --unshallow cannot be used together"
10964 msgstr ""
10965
10966 #: builtin/fetch.c:1601
10967 msgid "--unshallow on a complete repository does not make sense"
10968 msgstr ""
10969
10970 #: builtin/fetch.c:1617
10971 msgid "fetch --all does not take a repository argument"
10972 msgstr ""
10973
10974 #: builtin/fetch.c:1619
10975 msgid "fetch --all does not make sense with refspecs"
10976 msgstr ""
10977
10978 #: builtin/fetch.c:1628
10979 #, c-format
10980 msgid "No such remote or remote group: %s"
10981 msgstr ""
10982
10983 #: builtin/fetch.c:1635
10984 msgid "Fetching a group and specifying refspecs does not make sense"
10985 msgstr ""
10986
10987 #: builtin/fetch.c:1651
10988 msgid ""
10989 "--filter can only be used with the remote configured in extensions."
10990 "partialclone"
10991 msgstr ""
10992
10993 #: builtin/fmt-merge-msg.c:18
10994 msgid ""
10995 "git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
10996 msgstr ""
10997
10998 #: builtin/fmt-merge-msg.c:672
10999 msgid "populate log with at most <n> entries from shortlog"
11000 msgstr ""
11001
11002 #: builtin/fmt-merge-msg.c:675
11003 msgid "alias for --log (deprecated)"
11004 msgstr ""
11005
11006 #: builtin/fmt-merge-msg.c:678
11007 msgid "text"
11008 msgstr ""
11009
11010 #: builtin/fmt-merge-msg.c:679
11011 msgid "use <text> as start of message"
11012 msgstr ""
11013
11014 #: builtin/fmt-merge-msg.c:680
11015 msgid "file to read from"
11016 msgstr ""
11017
11018 #: builtin/for-each-ref.c:10
11019 msgid "git for-each-ref [<options>] [<pattern>]"
11020 msgstr ""
11021
11022 #: builtin/for-each-ref.c:11
11023 msgid "git for-each-ref [--points-at <object>]"
11024 msgstr ""
11025
11026 #: builtin/for-each-ref.c:12
11027 msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
11028 msgstr ""
11029
11030 #: builtin/for-each-ref.c:13
11031 msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
11032 msgstr ""
11033
11034 #: builtin/for-each-ref.c:28
11035 msgid "quote placeholders suitably for shells"
11036 msgstr ""
11037
11038 #: builtin/for-each-ref.c:30
11039 msgid "quote placeholders suitably for perl"
11040 msgstr ""
11041
11042 #: builtin/for-each-ref.c:32
11043 msgid "quote placeholders suitably for python"
11044 msgstr ""
11045
11046 #: builtin/for-each-ref.c:34
11047 msgid "quote placeholders suitably for Tcl"
11048 msgstr ""
11049
11050 #: builtin/for-each-ref.c:37
11051 msgid "show only <n> matched refs"
11052 msgstr ""
11053
11054 #: builtin/for-each-ref.c:39 builtin/tag.c:424
11055 msgid "respect format colors"
11056 msgstr ""
11057
11058 #: builtin/for-each-ref.c:43
11059 msgid "print only refs which points at the given object"
11060 msgstr ""
11061
11062 #: builtin/for-each-ref.c:45
11063 msgid "print only refs that are merged"
11064 msgstr ""
11065
11066 #: builtin/for-each-ref.c:46
11067 msgid "print only refs that are not merged"
11068 msgstr ""
11069
11070 #: builtin/for-each-ref.c:47
11071 msgid "print only refs which contain the commit"
11072 msgstr ""
11073
11074 #: builtin/for-each-ref.c:48
11075 msgid "print only refs which don't contain the commit"
11076 msgstr ""
11077
11078 #: builtin/fsck.c:88 builtin/fsck.c:160 builtin/fsck.c:161
11079 msgid "unknown"
11080 msgstr ""
11081
11082 #. TRANSLATORS: e.g. error in tree 01bfda: <more explanation>
11083 #: builtin/fsck.c:120 builtin/fsck.c:136
11084 #, c-format
11085 msgid "error in %s %s: %s"
11086 msgstr ""
11087
11088 #. TRANSLATORS: e.g. warning in tree 01bfda: <more explanation>
11089 #: builtin/fsck.c:131
11090 #, c-format
11091 msgid "warning in %s %s: %s"
11092 msgstr ""
11093
11094 #: builtin/fsck.c:157 builtin/fsck.c:159
11095 #, c-format
11096 msgid "broken link from %7s %s"
11097 msgstr ""
11098
11099 #: builtin/fsck.c:168
11100 msgid "wrong object type in link"
11101 msgstr ""
11102
11103 #: builtin/fsck.c:184
11104 #, c-format
11105 msgid ""
11106 "broken link from %7s %s\n"
11107 " to %7s %s"
11108 msgstr ""
11109
11110 #: builtin/fsck.c:253
11111 #, c-format
11112 msgid "missing %s %s"
11113 msgstr ""
11114
11115 #: builtin/fsck.c:279
11116 #, c-format
11117 msgid "unreachable %s %s"
11118 msgstr ""
11119
11120 #: builtin/fsck.c:298
11121 #, c-format
11122 msgid "dangling %s %s"
11123 msgstr ""
11124
11125 #: builtin/fsck.c:307
11126 msgid "could not create lost-found"
11127 msgstr ""
11128
11129 #: builtin/fsck.c:318
11130 #, c-format
11131 msgid "could not finish '%s'"
11132 msgstr ""
11133
11134 #: builtin/fsck.c:335
11135 #, c-format
11136 msgid "Checking %s"
11137 msgstr ""
11138
11139 #: builtin/fsck.c:353
11140 #, c-format
11141 msgid "Checking connectivity (%d objects)"
11142 msgstr ""
11143
11144 #: builtin/fsck.c:372
11145 #, c-format
11146 msgid "Checking %s %s"
11147 msgstr ""
11148
11149 #: builtin/fsck.c:376
11150 msgid "broken links"
11151 msgstr ""
11152
11153 #: builtin/fsck.c:385
11154 #, c-format
11155 msgid "root %s"
11156 msgstr ""
11157
11158 #: builtin/fsck.c:393
11159 #, c-format
11160 msgid "tagged %s %s (%s) in %s"
11161 msgstr ""
11162
11163 #: builtin/fsck.c:422
11164 #, c-format
11165 msgid "%s: object corrupt or missing"
11166 msgstr ""
11167
11168 #: builtin/fsck.c:447
11169 #, c-format
11170 msgid "%s: invalid reflog entry %s"
11171 msgstr ""
11172
11173 #: builtin/fsck.c:461
11174 #, c-format
11175 msgid "Checking reflog %s->%s"
11176 msgstr ""
11177
11178 #: builtin/fsck.c:495
11179 #, c-format
11180 msgid "%s: invalid sha1 pointer %s"
11181 msgstr ""
11182
11183 #: builtin/fsck.c:502
11184 #, c-format
11185 msgid "%s: not a commit"
11186 msgstr ""
11187
11188 #: builtin/fsck.c:557
11189 msgid "notice: No default references"
11190 msgstr ""
11191
11192 #: builtin/fsck.c:572
11193 #, c-format
11194 msgid "%s: object corrupt or missing: %s"
11195 msgstr ""
11196
11197 #: builtin/fsck.c:585
11198 #, c-format
11199 msgid "%s: object could not be parsed: %s"
11200 msgstr ""
11201
11202 #: builtin/fsck.c:605
11203 #, c-format
11204 msgid "bad sha1 file: %s"
11205 msgstr ""
11206
11207 #: builtin/fsck.c:620
11208 msgid "Checking object directory"
11209 msgstr ""
11210
11211 #: builtin/fsck.c:623
11212 msgid "Checking object directories"
11213 msgstr ""
11214
11215 #: builtin/fsck.c:638
11216 #, c-format
11217 msgid "Checking %s link"
11218 msgstr ""
11219
11220 #: builtin/fsck.c:643 builtin/index-pack.c:833
11221 #, c-format
11222 msgid "invalid %s"
11223 msgstr ""
11224
11225 #: builtin/fsck.c:650
11226 #, c-format
11227 msgid "%s points to something strange (%s)"
11228 msgstr ""
11229
11230 #: builtin/fsck.c:656
11231 #, c-format
11232 msgid "%s: detached HEAD points at nothing"
11233 msgstr ""
11234
11235 #: builtin/fsck.c:660
11236 #, c-format
11237 msgid "notice: %s points to an unborn branch (%s)"
11238 msgstr ""
11239
11240 #: builtin/fsck.c:672
11241 msgid "Checking cache tree"
11242 msgstr ""
11243
11244 #: builtin/fsck.c:677
11245 #, c-format
11246 msgid "%s: invalid sha1 pointer in cache-tree"
11247 msgstr ""
11248
11249 #: builtin/fsck.c:688
11250 msgid "non-tree in cache-tree"
11251 msgstr ""
11252
11253 #: builtin/fsck.c:719
11254 msgid "git fsck [<options>] [<object>...]"
11255 msgstr ""
11256
11257 #: builtin/fsck.c:725
11258 msgid "show unreachable objects"
11259 msgstr ""
11260
11261 #: builtin/fsck.c:726
11262 msgid "show dangling objects"
11263 msgstr ""
11264
11265 #: builtin/fsck.c:727
11266 msgid "report tags"
11267 msgstr ""
11268
11269 #: builtin/fsck.c:728
11270 msgid "report root nodes"
11271 msgstr ""
11272
11273 #: builtin/fsck.c:729
11274 msgid "make index objects head nodes"
11275 msgstr ""
11276
11277 #: builtin/fsck.c:730
11278 msgid "make reflogs head nodes (default)"
11279 msgstr ""
11280
11281 #: builtin/fsck.c:731
11282 msgid "also consider packs and alternate objects"
11283 msgstr ""
11284
11285 #: builtin/fsck.c:732
11286 msgid "check only connectivity"
11287 msgstr ""
11288
11289 #: builtin/fsck.c:733
11290 msgid "enable more strict checking"
11291 msgstr ""
11292
11293 #: builtin/fsck.c:735
11294 msgid "write dangling objects in .git/lost-found"
11295 msgstr ""
11296
11297 #: builtin/fsck.c:736 builtin/prune.c:110
11298 msgid "show progress"
11299 msgstr ""
11300
11301 #: builtin/fsck.c:737
11302 msgid "show verbose names for reachable objects"
11303 msgstr ""
11304
11305 #: builtin/fsck.c:797
11306 msgid "Checking objects"
11307 msgstr ""
11308
11309 #: builtin/fsck.c:825
11310 #, c-format
11311 msgid "%s: object missing"
11312 msgstr ""
11313
11314 #: builtin/fsck.c:837
11315 #, c-format
11316 msgid "invalid parameter: expected sha1, got '%s'"
11317 msgstr ""
11318
11319 #: builtin/gc.c:34
11320 msgid "git gc [<options>]"
11321 msgstr ""
11322
11323 #: builtin/gc.c:90
11324 #, c-format
11325 msgid "Failed to fstat %s: %s"
11326 msgstr ""
11327
11328 #: builtin/gc.c:461 builtin/init-db.c:55
11329 #, c-format
11330 msgid "cannot stat '%s'"
11331 msgstr ""
11332
11333 #: builtin/gc.c:470 builtin/notes.c:240 builtin/tag.c:510
11334 #, c-format
11335 msgid "cannot read '%s'"
11336 msgstr ""
11337
11338 #: builtin/gc.c:477
11339 #, c-format
11340 msgid ""
11341 "The last gc run reported the following. Please correct the root cause\n"
11342 "and remove %s.\n"
11343 "Automatic cleanup will not be performed until the file is removed.\n"
11344 "\n"
11345 "%s"
11346 msgstr ""
11347
11348 #: builtin/gc.c:519
11349 msgid "prune unreferenced objects"
11350 msgstr ""
11351
11352 #: builtin/gc.c:521
11353 msgid "be more thorough (increased runtime)"
11354 msgstr ""
11355
11356 #: builtin/gc.c:522
11357 msgid "enable auto-gc mode"
11358 msgstr ""
11359
11360 #: builtin/gc.c:525
11361 msgid "force running gc even if there may be another gc running"
11362 msgstr ""
11363
11364 #: builtin/gc.c:528
11365 msgid "repack all other packs except the largest pack"
11366 msgstr ""
11367
11368 #: builtin/gc.c:545
11369 #, c-format
11370 msgid "failed to parse gc.logexpiry value %s"
11371 msgstr ""
11372
11373 #: builtin/gc.c:556
11374 #, c-format
11375 msgid "failed to parse prune expiry value %s"
11376 msgstr ""
11377
11378 #: builtin/gc.c:576
11379 #, c-format
11380 msgid "Auto packing the repository in background for optimum performance.\n"
11381 msgstr ""
11382
11383 #: builtin/gc.c:578
11384 #, c-format
11385 msgid "Auto packing the repository for optimum performance.\n"
11386 msgstr ""
11387
11388 #: builtin/gc.c:579
11389 #, c-format
11390 msgid "See \"git help gc\" for manual housekeeping.\n"
11391 msgstr ""
11392
11393 #: builtin/gc.c:619
11394 #, c-format
11395 msgid ""
11396 "gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
11397 msgstr ""
11398
11399 #: builtin/gc.c:672
11400 msgid ""
11401 "There are too many unreachable loose objects; run 'git prune' to remove them."
11402 msgstr ""
11403
11404 #: builtin/grep.c:29
11405 msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
11406 msgstr ""
11407
11408 #: builtin/grep.c:225
11409 #, c-format
11410 msgid "grep: failed to create thread: %s"
11411 msgstr ""
11412
11413 #: builtin/grep.c:279
11414 #, c-format
11415 msgid "invalid number of threads specified (%d) for %s"
11416 msgstr ""
11417
11418 #. TRANSLATORS: %s is the configuration
11419 #. variable for tweaking threads, currently
11420 #. grep.threads
11421 #.
11422 #: builtin/grep.c:287 builtin/index-pack.c:1506 builtin/index-pack.c:1697
11423 #: builtin/pack-objects.c:2717
11424 #, c-format
11425 msgid "no threads support, ignoring %s"
11426 msgstr ""
11427
11428 #: builtin/grep.c:466 builtin/grep.c:590 builtin/grep.c:631
11429 #, c-format
11430 msgid "unable to read tree (%s)"
11431 msgstr ""
11432
11433 #: builtin/grep.c:646
11434 #, c-format
11435 msgid "unable to grep from object of type %s"
11436 msgstr ""
11437
11438 #: builtin/grep.c:712
11439 #, c-format
11440 msgid "switch `%c' expects a numerical value"
11441 msgstr ""
11442
11443 #: builtin/grep.c:811
11444 msgid "search in index instead of in the work tree"
11445 msgstr ""
11446
11447 #: builtin/grep.c:813
11448 msgid "find in contents not managed by git"
11449 msgstr ""
11450
11451 #: builtin/grep.c:815
11452 msgid "search in both tracked and untracked files"
11453 msgstr ""
11454
11455 #: builtin/grep.c:817
11456 msgid "ignore files specified via '.gitignore'"
11457 msgstr ""
11458
11459 #: builtin/grep.c:819
11460 msgid "recursively search in each submodule"
11461 msgstr ""
11462
11463 #: builtin/grep.c:822
11464 msgid "show non-matching lines"
11465 msgstr ""
11466
11467 #: builtin/grep.c:824
11468 msgid "case insensitive matching"
11469 msgstr ""
11470
11471 #: builtin/grep.c:826
11472 msgid "match patterns only at word boundaries"
11473 msgstr ""
11474
11475 #: builtin/grep.c:828
11476 msgid "process binary files as text"
11477 msgstr ""
11478
11479 #: builtin/grep.c:830
11480 msgid "don't match patterns in binary files"
11481 msgstr ""
11482
11483 #: builtin/grep.c:833
11484 msgid "process binary files with textconv filters"
11485 msgstr ""
11486
11487 #: builtin/grep.c:835
11488 msgid "search in subdirectories (default)"
11489 msgstr ""
11490
11491 #: builtin/grep.c:837
11492 msgid "descend at most <depth> levels"
11493 msgstr ""
11494
11495 #: builtin/grep.c:841
11496 msgid "use extended POSIX regular expressions"
11497 msgstr ""
11498
11499 #: builtin/grep.c:844
11500 msgid "use basic POSIX regular expressions (default)"
11501 msgstr ""
11502
11503 #: builtin/grep.c:847
11504 msgid "interpret patterns as fixed strings"
11505 msgstr ""
11506
11507 #: builtin/grep.c:850
11508 msgid "use Perl-compatible regular expressions"
11509 msgstr ""
11510
11511 #: builtin/grep.c:853
11512 msgid "show line numbers"
11513 msgstr ""
11514
11515 #: builtin/grep.c:854
11516 msgid "show column number of first match"
11517 msgstr ""
11518
11519 #: builtin/grep.c:855
11520 msgid "don't show filenames"
11521 msgstr ""
11522
11523 #: builtin/grep.c:856
11524 msgid "show filenames"
11525 msgstr ""
11526
11527 #: builtin/grep.c:858
11528 msgid "show filenames relative to top directory"
11529 msgstr ""
11530
11531 #: builtin/grep.c:860
11532 msgid "show only filenames instead of matching lines"
11533 msgstr ""
11534
11535 #: builtin/grep.c:862
11536 msgid "synonym for --files-with-matches"
11537 msgstr ""
11538
11539 #: builtin/grep.c:865
11540 msgid "show only the names of files without match"
11541 msgstr ""
11542
11543 #: builtin/grep.c:867
11544 msgid "print NUL after filenames"
11545 msgstr ""
11546
11547 #: builtin/grep.c:870
11548 msgid "show only matching parts of a line"
11549 msgstr ""
11550
11551 #: builtin/grep.c:872
11552 msgid "show the number of matches instead of matching lines"
11553 msgstr ""
11554
11555 #: builtin/grep.c:873
11556 msgid "highlight matches"
11557 msgstr ""
11558
11559 #: builtin/grep.c:875
11560 msgid "print empty line between matches from different files"
11561 msgstr ""
11562
11563 #: builtin/grep.c:877
11564 msgid "show filename only once above matches from same file"
11565 msgstr ""
11566
11567 #: builtin/grep.c:880
11568 msgid "show <n> context lines before and after matches"
11569 msgstr ""
11570
11571 #: builtin/grep.c:883
11572 msgid "show <n> context lines before matches"
11573 msgstr ""
11574
11575 #: builtin/grep.c:885
11576 msgid "show <n> context lines after matches"
11577 msgstr ""
11578
11579 #: builtin/grep.c:887
11580 msgid "use <n> worker threads"
11581 msgstr ""
11582
11583 #: builtin/grep.c:888
11584 msgid "shortcut for -C NUM"
11585 msgstr ""
11586
11587 #: builtin/grep.c:891
11588 msgid "show a line with the function name before matches"
11589 msgstr ""
11590
11591 #: builtin/grep.c:893
11592 msgid "show the surrounding function"
11593 msgstr ""
11594
11595 #: builtin/grep.c:896
11596 msgid "read patterns from file"
11597 msgstr ""
11598
11599 #: builtin/grep.c:898
11600 msgid "match <pattern>"
11601 msgstr ""
11602
11603 #: builtin/grep.c:900
11604 msgid "combine patterns specified with -e"
11605 msgstr ""
11606
11607 #: builtin/grep.c:912
11608 msgid "indicate hit with exit status without output"
11609 msgstr ""
11610
11611 #: builtin/grep.c:914
11612 msgid "show only matches from files that match all patterns"
11613 msgstr ""
11614
11615 #: builtin/grep.c:916
11616 msgid "show parse tree for grep expression"
11617 msgstr ""
11618
11619 #: builtin/grep.c:920
11620 msgid "pager"
11621 msgstr ""
11622
11623 #: builtin/grep.c:920
11624 msgid "show matching files in the pager"
11625 msgstr ""
11626
11627 #: builtin/grep.c:924
11628 msgid "allow calling of grep(1) (ignored by this build)"
11629 msgstr ""
11630
11631 #: builtin/grep.c:988
11632 msgid "no pattern given"
11633 msgstr ""
11634
11635 #: builtin/grep.c:1024
11636 msgid "--no-index or --untracked cannot be used with revs"
11637 msgstr ""
11638
11639 #: builtin/grep.c:1032
11640 #, c-format
11641 msgid "unable to resolve revision: %s"
11642 msgstr ""
11643
11644 #: builtin/grep.c:1063
11645 msgid "invalid option combination, ignoring --threads"
11646 msgstr ""
11647
11648 #: builtin/grep.c:1066 builtin/pack-objects.c:3400
11649 msgid "no threads support, ignoring --threads"
11650 msgstr ""
11651
11652 #: builtin/grep.c:1069 builtin/index-pack.c:1503 builtin/pack-objects.c:2714
11653 #, c-format
11654 msgid "invalid number of threads specified (%d)"
11655 msgstr ""
11656
11657 #: builtin/grep.c:1092
11658 msgid "--open-files-in-pager only works on the worktree"
11659 msgstr ""
11660
11661 #: builtin/grep.c:1115
11662 msgid "option not supported with --recurse-submodules"
11663 msgstr ""
11664
11665 #: builtin/grep.c:1121
11666 msgid "--cached or --untracked cannot be used with --no-index"
11667 msgstr ""
11668
11669 #: builtin/grep.c:1127
11670 msgid "--[no-]exclude-standard cannot be used for tracked contents"
11671 msgstr ""
11672
11673 #: builtin/grep.c:1135
11674 msgid "both --cached and trees are given"
11675 msgstr ""
11676
11677 #: builtin/hash-object.c:85
11678 msgid ""
11679 "git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
11680 "[--] <file>..."
11681 msgstr ""
11682
11683 #: builtin/hash-object.c:86
11684 msgid "git hash-object --stdin-paths"
11685 msgstr ""
11686
11687 #: builtin/hash-object.c:98
11688 msgid "type"
11689 msgstr ""
11690
11691 #: builtin/hash-object.c:98
11692 msgid "object type"
11693 msgstr ""
11694
11695 #: builtin/hash-object.c:99
11696 msgid "write the object into the object database"
11697 msgstr ""
11698
11699 #: builtin/hash-object.c:101
11700 msgid "read the object from stdin"
11701 msgstr ""
11702
11703 #: builtin/hash-object.c:103
11704 msgid "store file as is without filters"
11705 msgstr ""
11706
11707 #: builtin/hash-object.c:104
11708 msgid ""
11709 "just hash any random garbage to create corrupt objects for debugging Git"
11710 msgstr ""
11711
11712 #: builtin/hash-object.c:105
11713 msgid "process file as it were from this path"
11714 msgstr ""
11715
11716 #: builtin/help.c:46
11717 msgid "print all available commands"
11718 msgstr ""
11719
11720 #: builtin/help.c:47
11721 msgid "exclude guides"
11722 msgstr ""
11723
11724 #: builtin/help.c:48
11725 msgid "print list of useful guides"
11726 msgstr ""
11727
11728 #: builtin/help.c:49
11729 msgid "print all configuration variable names"
11730 msgstr ""
11731
11732 #: builtin/help.c:51
11733 msgid "show man page"
11734 msgstr ""
11735
11736 #: builtin/help.c:52
11737 msgid "show manual in web browser"
11738 msgstr ""
11739
11740 #: builtin/help.c:54
11741 msgid "show info page"
11742 msgstr ""
11743
11744 #: builtin/help.c:56
11745 msgid "print command description"
11746 msgstr ""
11747
11748 #: builtin/help.c:61
11749 msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
11750 msgstr ""
11751
11752 #: builtin/help.c:73
11753 #, c-format
11754 msgid "unrecognized help format '%s'"
11755 msgstr ""
11756
11757 #: builtin/help.c:100
11758 msgid "Failed to start emacsclient."
11759 msgstr ""
11760
11761 #: builtin/help.c:113
11762 msgid "Failed to parse emacsclient version."
11763 msgstr ""
11764
11765 #: builtin/help.c:121
11766 #, c-format
11767 msgid "emacsclient version '%d' too old (< 22)."
11768 msgstr ""
11769
11770 #: builtin/help.c:139 builtin/help.c:161 builtin/help.c:171 builtin/help.c:179
11771 #, c-format
11772 msgid "failed to exec '%s'"
11773 msgstr ""
11774
11775 #: builtin/help.c:217
11776 #, c-format
11777 msgid ""
11778 "'%s': path for unsupported man viewer.\n"
11779 "Please consider using 'man.<tool>.cmd' instead."
11780 msgstr ""
11781
11782 #: builtin/help.c:229
11783 #, c-format
11784 msgid ""
11785 "'%s': cmd for supported man viewer.\n"
11786 "Please consider using 'man.<tool>.path' instead."
11787 msgstr ""
11788
11789 #: builtin/help.c:346
11790 #, c-format
11791 msgid "'%s': unknown man viewer."
11792 msgstr ""
11793
11794 #: builtin/help.c:363
11795 msgid "no man viewer handled the request"
11796 msgstr ""
11797
11798 #: builtin/help.c:371
11799 msgid "no info viewer handled the request"
11800 msgstr ""
11801
11802 #: builtin/help.c:430 builtin/help.c:441 git.c:323
11803 #, c-format
11804 msgid "'%s' is aliased to '%s'"
11805 msgstr ""
11806
11807 #: builtin/help.c:444 git.c:347
11808 #, c-format
11809 msgid "bad alias.%s string: %s"
11810 msgstr ""
11811
11812 #: builtin/help.c:473 builtin/help.c:503
11813 #, c-format
11814 msgid "usage: %s%s"
11815 msgstr ""
11816
11817 #: builtin/help.c:487
11818 msgid "'git help config' for more information"
11819 msgstr ""
11820
11821 #: builtin/index-pack.c:184
11822 #, c-format
11823 msgid "object type mismatch at %s"
11824 msgstr ""
11825
11826 #: builtin/index-pack.c:204
11827 #, c-format
11828 msgid "did not receive expected object %s"
11829 msgstr ""
11830
11831 #: builtin/index-pack.c:207
11832 #, c-format
11833 msgid "object %s: expected type %s, found %s"
11834 msgstr ""
11835
11836 #: builtin/index-pack.c:249
11837 #, c-format
11838 msgid "cannot fill %d byte"
11839 msgid_plural "cannot fill %d bytes"
11840 msgstr[0] ""
11841 msgstr[1] ""
11842
11843 #: builtin/index-pack.c:259
11844 msgid "early EOF"
11845 msgstr ""
11846
11847 #: builtin/index-pack.c:260
11848 msgid "read error on input"
11849 msgstr ""
11850
11851 #: builtin/index-pack.c:272
11852 msgid "used more bytes than were available"
11853 msgstr ""
11854
11855 #: builtin/index-pack.c:279 builtin/pack-objects.c:599
11856 msgid "pack too large for current definition of off_t"
11857 msgstr ""
11858
11859 #: builtin/index-pack.c:282 builtin/unpack-objects.c:94
11860 msgid "pack exceeds maximum allowed size"
11861 msgstr ""
11862
11863 #: builtin/index-pack.c:297 builtin/repack.c:250
11864 #, c-format
11865 msgid "unable to create '%s'"
11866 msgstr ""
11867
11868 #: builtin/index-pack.c:303
11869 #, c-format
11870 msgid "cannot open packfile '%s'"
11871 msgstr ""
11872
11873 #: builtin/index-pack.c:317
11874 msgid "pack signature mismatch"
11875 msgstr ""
11876
11877 #: builtin/index-pack.c:319
11878 #, c-format
11879 msgid "pack version %<PRIu32> unsupported"
11880 msgstr ""
11881
11882 #: builtin/index-pack.c:337
11883 #, c-format
11884 msgid "pack has bad object at offset %<PRIuMAX>: %s"
11885 msgstr ""
11886
11887 #: builtin/index-pack.c:457
11888 #, c-format
11889 msgid "inflate returned %d"
11890 msgstr ""
11891
11892 #: builtin/index-pack.c:506
11893 msgid "offset value overflow for delta base object"
11894 msgstr ""
11895
11896 #: builtin/index-pack.c:514
11897 msgid "delta base offset is out of bound"
11898 msgstr ""
11899
11900 #: builtin/index-pack.c:522
11901 #, c-format
11902 msgid "unknown object type %d"
11903 msgstr ""
11904
11905 #: builtin/index-pack.c:553
11906 msgid "cannot pread pack file"
11907 msgstr ""
11908
11909 #: builtin/index-pack.c:555
11910 #, c-format
11911 msgid "premature end of pack file, %<PRIuMAX> byte missing"
11912 msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
11913 msgstr[0] ""
11914 msgstr[1] ""
11915
11916 #: builtin/index-pack.c:581
11917 msgid "serious inflate inconsistency"
11918 msgstr ""
11919
11920 #: builtin/index-pack.c:726 builtin/index-pack.c:732 builtin/index-pack.c:755
11921 #: builtin/index-pack.c:794 builtin/index-pack.c:803
11922 #, c-format
11923 msgid "SHA1 COLLISION FOUND WITH %s !"
11924 msgstr ""
11925
11926 #: builtin/index-pack.c:729 builtin/pack-objects.c:152
11927 #: builtin/pack-objects.c:212 builtin/pack-objects.c:306
11928 #, c-format
11929 msgid "unable to read %s"
11930 msgstr ""
11931
11932 #: builtin/index-pack.c:792
11933 #, c-format
11934 msgid "cannot read existing object info %s"
11935 msgstr ""
11936
11937 #: builtin/index-pack.c:800
11938 #, c-format
11939 msgid "cannot read existing object %s"
11940 msgstr ""
11941
11942 #: builtin/index-pack.c:814
11943 #, c-format
11944 msgid "invalid blob object %s"
11945 msgstr ""
11946
11947 #: builtin/index-pack.c:817 builtin/index-pack.c:836
11948 msgid "fsck error in packed object"
11949 msgstr ""
11950
11951 #: builtin/index-pack.c:838
11952 #, c-format
11953 msgid "Not all child objects of %s are reachable"
11954 msgstr ""
11955
11956 #: builtin/index-pack.c:910 builtin/index-pack.c:941
11957 msgid "failed to apply delta"
11958 msgstr ""
11959
11960 #: builtin/index-pack.c:1109
11961 msgid "Receiving objects"
11962 msgstr ""
11963
11964 #: builtin/index-pack.c:1109
11965 msgid "Indexing objects"
11966 msgstr ""
11967
11968 #: builtin/index-pack.c:1143
11969 msgid "pack is corrupted (SHA1 mismatch)"
11970 msgstr ""
11971
11972 #: builtin/index-pack.c:1148
11973 msgid "cannot fstat packfile"
11974 msgstr ""
11975
11976 #: builtin/index-pack.c:1151
11977 msgid "pack has junk at the end"
11978 msgstr ""
11979
11980 #: builtin/index-pack.c:1163
11981 msgid "confusion beyond insanity in parse_pack_objects()"
11982 msgstr ""
11983
11984 #: builtin/index-pack.c:1186
11985 msgid "Resolving deltas"
11986 msgstr ""
11987
11988 #: builtin/index-pack.c:1196 builtin/pack-objects.c:2486
11989 #, c-format
11990 msgid "unable to create thread: %s"
11991 msgstr ""
11992
11993 #: builtin/index-pack.c:1237
11994 msgid "confusion beyond insanity"
11995 msgstr ""
11996
11997 #: builtin/index-pack.c:1243
11998 #, c-format
11999 msgid "completed with %d local object"
12000 msgid_plural "completed with %d local objects"
12001 msgstr[0] ""
12002 msgstr[1] ""
12003
12004 #: builtin/index-pack.c:1255
12005 #, c-format
12006 msgid "Unexpected tail checksum for %s (disk corruption?)"
12007 msgstr ""
12008
12009 #: builtin/index-pack.c:1259
12010 #, c-format
12011 msgid "pack has %d unresolved delta"
12012 msgid_plural "pack has %d unresolved deltas"
12013 msgstr[0] ""
12014 msgstr[1] ""
12015
12016 #: builtin/index-pack.c:1283
12017 #, c-format
12018 msgid "unable to deflate appended object (%d)"
12019 msgstr ""
12020
12021 #: builtin/index-pack.c:1360
12022 #, c-format
12023 msgid "local object %s is corrupt"
12024 msgstr ""
12025
12026 #: builtin/index-pack.c:1374
12027 #, c-format
12028 msgid "packfile name '%s' does not end with '.pack'"
12029 msgstr ""
12030
12031 #: builtin/index-pack.c:1399
12032 #, c-format
12033 msgid "cannot write %s file '%s'"
12034 msgstr ""
12035
12036 #: builtin/index-pack.c:1407
12037 #, c-format
12038 msgid "cannot close written %s file '%s'"
12039 msgstr ""
12040
12041 #: builtin/index-pack.c:1431
12042 msgid "error while closing pack file"
12043 msgstr ""
12044
12045 #: builtin/index-pack.c:1445
12046 msgid "cannot store pack file"
12047 msgstr ""
12048
12049 #: builtin/index-pack.c:1453
12050 msgid "cannot store index file"
12051 msgstr ""
12052
12053 #: builtin/index-pack.c:1497 builtin/pack-objects.c:2725
12054 #, c-format
12055 msgid "bad pack.indexversion=%<PRIu32>"
12056 msgstr ""
12057
12058 #: builtin/index-pack.c:1565
12059 #, c-format
12060 msgid "Cannot open existing pack file '%s'"
12061 msgstr ""
12062
12063 #: builtin/index-pack.c:1567
12064 #, c-format
12065 msgid "Cannot open existing pack idx file for '%s'"
12066 msgstr ""
12067
12068 #: builtin/index-pack.c:1615
12069 #, c-format
12070 msgid "non delta: %d object"
12071 msgid_plural "non delta: %d objects"
12072 msgstr[0] ""
12073 msgstr[1] ""
12074
12075 #: builtin/index-pack.c:1622
12076 #, c-format
12077 msgid "chain length = %d: %lu object"
12078 msgid_plural "chain length = %d: %lu objects"
12079 msgstr[0] ""
12080 msgstr[1] ""
12081
12082 #: builtin/index-pack.c:1659
12083 msgid "Cannot come back to cwd"
12084 msgstr ""
12085
12086 #: builtin/index-pack.c:1708 builtin/index-pack.c:1711
12087 #: builtin/index-pack.c:1727 builtin/index-pack.c:1731
12088 #, c-format
12089 msgid "bad %s"
12090 msgstr ""
12091
12092 #: builtin/index-pack.c:1747
12093 msgid "--fix-thin cannot be used without --stdin"
12094 msgstr ""
12095
12096 #: builtin/index-pack.c:1749
12097 msgid "--stdin requires a git repository"
12098 msgstr ""
12099
12100 #: builtin/index-pack.c:1755
12101 msgid "--verify with no packfile name given"
12102 msgstr ""
12103
12104 #: builtin/index-pack.c:1803 builtin/unpack-objects.c:580
12105 msgid "fsck error in pack objects"
12106 msgstr ""
12107
12108 #: builtin/init-db.c:61
12109 #, c-format
12110 msgid "cannot stat template '%s'"
12111 msgstr ""
12112
12113 #: builtin/init-db.c:66
12114 #, c-format
12115 msgid "cannot opendir '%s'"
12116 msgstr ""
12117
12118 #: builtin/init-db.c:78
12119 #, c-format
12120 msgid "cannot readlink '%s'"
12121 msgstr ""
12122
12123 #: builtin/init-db.c:80
12124 #, c-format
12125 msgid "cannot symlink '%s' '%s'"
12126 msgstr ""
12127
12128 #: builtin/init-db.c:86
12129 #, c-format
12130 msgid "cannot copy '%s' to '%s'"
12131 msgstr ""
12132
12133 #: builtin/init-db.c:90
12134 #, c-format
12135 msgid "ignoring template %s"
12136 msgstr ""
12137
12138 #: builtin/init-db.c:121
12139 #, c-format
12140 msgid "templates not found in %s"
12141 msgstr ""
12142
12143 #: builtin/init-db.c:136
12144 #, c-format
12145 msgid "not copying templates from '%s': %s"
12146 msgstr ""
12147
12148 #: builtin/init-db.c:329
12149 #, c-format
12150 msgid "unable to handle file type %d"
12151 msgstr ""
12152
12153 #: builtin/init-db.c:332
12154 #, c-format
12155 msgid "unable to move %s to %s"
12156 msgstr ""
12157
12158 #: builtin/init-db.c:349 builtin/init-db.c:352
12159 #, c-format
12160 msgid "%s already exists"
12161 msgstr ""
12162
12163 #: builtin/init-db.c:405
12164 #, c-format
12165 msgid "Reinitialized existing shared Git repository in %s%s\n"
12166 msgstr ""
12167
12168 #: builtin/init-db.c:406
12169 #, c-format
12170 msgid "Reinitialized existing Git repository in %s%s\n"
12171 msgstr ""
12172
12173 #: builtin/init-db.c:410
12174 #, c-format
12175 msgid "Initialized empty shared Git repository in %s%s\n"
12176 msgstr ""
12177
12178 #: builtin/init-db.c:411
12179 #, c-format
12180 msgid "Initialized empty Git repository in %s%s\n"
12181 msgstr ""
12182
12183 #: builtin/init-db.c:460
12184 msgid ""
12185 "git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
12186 "shared[=<permissions>]] [<directory>]"
12187 msgstr ""
12188
12189 #: builtin/init-db.c:483
12190 msgid "permissions"
12191 msgstr ""
12192
12193 #: builtin/init-db.c:484
12194 msgid "specify that the git repository is to be shared amongst several users"
12195 msgstr ""
12196
12197 #: builtin/init-db.c:518 builtin/init-db.c:523
12198 #, c-format
12199 msgid "cannot mkdir %s"
12200 msgstr ""
12201
12202 #: builtin/init-db.c:527
12203 #, c-format
12204 msgid "cannot chdir to %s"
12205 msgstr ""
12206
12207 #: builtin/init-db.c:548
12208 #, c-format
12209 msgid ""
12210 "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
12211 "dir=<directory>)"
12212 msgstr ""
12213
12214 #: builtin/init-db.c:576
12215 #, c-format
12216 msgid "Cannot access work tree '%s'"
12217 msgstr ""
12218
12219 #: builtin/interpret-trailers.c:15
12220 msgid ""
12221 "git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
12222 "<token>[(=|:)<value>])...] [<file>...]"
12223 msgstr ""
12224
12225 #: builtin/interpret-trailers.c:94
12226 msgid "edit files in place"
12227 msgstr ""
12228
12229 #: builtin/interpret-trailers.c:95
12230 msgid "trim empty trailers"
12231 msgstr ""
12232
12233 #: builtin/interpret-trailers.c:98
12234 msgid "where to place the new trailer"
12235 msgstr ""
12236
12237 #: builtin/interpret-trailers.c:100
12238 msgid "action if trailer already exists"
12239 msgstr ""
12240
12241 #: builtin/interpret-trailers.c:102
12242 msgid "action if trailer is missing"
12243 msgstr ""
12244
12245 #: builtin/interpret-trailers.c:104
12246 msgid "output only the trailers"
12247 msgstr ""
12248
12249 #: builtin/interpret-trailers.c:105
12250 msgid "do not apply config rules"
12251 msgstr ""
12252
12253 #: builtin/interpret-trailers.c:106
12254 msgid "join whitespace-continued values"
12255 msgstr ""
12256
12257 #: builtin/interpret-trailers.c:107
12258 msgid "set parsing options"
12259 msgstr ""
12260
12261 #: builtin/interpret-trailers.c:109
12262 msgid "do not treat --- specially"
12263 msgstr ""
12264
12265 #: builtin/interpret-trailers.c:110
12266 msgid "trailer"
12267 msgstr ""
12268
12269 #: builtin/interpret-trailers.c:111
12270 msgid "trailer(s) to add"
12271 msgstr ""
12272
12273 #: builtin/interpret-trailers.c:120
12274 msgid "--trailer with --only-input does not make sense"
12275 msgstr ""
12276
12277 #: builtin/interpret-trailers.c:130
12278 msgid "no input file given for in-place editing"
12279 msgstr ""
12280
12281 #: builtin/log.c:55
12282 msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
12283 msgstr ""
12284
12285 #: builtin/log.c:56
12286 msgid "git show [<options>] <object>..."
12287 msgstr ""
12288
12289 #: builtin/log.c:100
12290 #, c-format
12291 msgid "invalid --decorate option: %s"
12292 msgstr ""
12293
12294 #: builtin/log.c:163
12295 msgid "suppress diff output"
12296 msgstr ""
12297
12298 #: builtin/log.c:164
12299 msgid "show source"
12300 msgstr ""
12301
12302 #: builtin/log.c:165
12303 msgid "Use mail map file"
12304 msgstr ""
12305
12306 #: builtin/log.c:167
12307 msgid "only decorate refs that match <pattern>"
12308 msgstr ""
12309
12310 #: builtin/log.c:169
12311 msgid "do not decorate refs that match <pattern>"
12312 msgstr ""
12313
12314 #: builtin/log.c:170
12315 msgid "decorate options"
12316 msgstr ""
12317
12318 #: builtin/log.c:173
12319 msgid "Process line range n,m in file, counting from 1"
12320 msgstr ""
12321
12322 #: builtin/log.c:271
12323 #, c-format
12324 msgid "Final output: %d %s\n"
12325 msgstr ""
12326
12327 #: builtin/log.c:525
12328 #, c-format
12329 msgid "git show %s: bad file"
12330 msgstr ""
12331
12332 #: builtin/log.c:540 builtin/log.c:634
12333 #, c-format
12334 msgid "Could not read object %s"
12335 msgstr ""
12336
12337 #: builtin/log.c:659
12338 #, c-format
12339 msgid "Unknown type: %d"
12340 msgstr ""
12341
12342 #: builtin/log.c:780
12343 msgid "format.headers without value"
12344 msgstr ""
12345
12346 #: builtin/log.c:881
12347 msgid "name of output directory is too long"
12348 msgstr ""
12349
12350 #: builtin/log.c:897
12351 #, c-format
12352 msgid "Cannot open patch file %s"
12353 msgstr ""
12354
12355 #: builtin/log.c:914
12356 msgid "Need exactly one range."
12357 msgstr ""
12358
12359 #: builtin/log.c:924
12360 msgid "Not a range."
12361 msgstr ""
12362
12363 #: builtin/log.c:1047
12364 msgid "Cover letter needs email format"
12365 msgstr ""
12366
12367 #: builtin/log.c:1132
12368 #, c-format
12369 msgid "insane in-reply-to: %s"
12370 msgstr ""
12371
12372 #: builtin/log.c:1159
12373 msgid "git format-patch [<options>] [<since> | <revision-range>]"
12374 msgstr ""
12375
12376 #: builtin/log.c:1217
12377 msgid "Two output directories?"
12378 msgstr ""
12379
12380 #: builtin/log.c:1324 builtin/log.c:2068 builtin/log.c:2070 builtin/log.c:2082
12381 #, c-format
12382 msgid "Unknown commit %s"
12383 msgstr ""
12384
12385 #: builtin/log.c:1334 builtin/notes.c:897 builtin/tag.c:526
12386 #, c-format
12387 msgid "Failed to resolve '%s' as a valid ref."
12388 msgstr ""
12389
12390 #: builtin/log.c:1339
12391 msgid "Could not find exact merge base."
12392 msgstr ""
12393
12394 #: builtin/log.c:1343
12395 msgid ""
12396 "Failed to get upstream, if you want to record base commit automatically,\n"
12397 "please use git branch --set-upstream-to to track a remote branch.\n"
12398 "Or you could specify base commit by --base=<base-commit-id> manually."
12399 msgstr ""
12400
12401 #: builtin/log.c:1363
12402 msgid "Failed to find exact merge base"
12403 msgstr ""
12404
12405 #: builtin/log.c:1374
12406 msgid "base commit should be the ancestor of revision list"
12407 msgstr ""
12408
12409 #: builtin/log.c:1378
12410 msgid "base commit shouldn't be in revision list"
12411 msgstr ""
12412
12413 #: builtin/log.c:1431
12414 msgid "cannot get patch id"
12415 msgstr ""
12416
12417 #: builtin/log.c:1483
12418 msgid "failed to infer range-diff ranges"
12419 msgstr ""
12420
12421 #: builtin/log.c:1528
12422 msgid "use [PATCH n/m] even with a single patch"
12423 msgstr ""
12424
12425 #: builtin/log.c:1531
12426 msgid "use [PATCH] even with multiple patches"
12427 msgstr ""
12428
12429 #: builtin/log.c:1535
12430 msgid "print patches to standard out"
12431 msgstr ""
12432
12433 #: builtin/log.c:1537
12434 msgid "generate a cover letter"
12435 msgstr ""
12436
12437 #: builtin/log.c:1539
12438 msgid "use simple number sequence for output file names"
12439 msgstr ""
12440
12441 #: builtin/log.c:1540
12442 msgid "sfx"
12443 msgstr ""
12444
12445 #: builtin/log.c:1541
12446 msgid "use <sfx> instead of '.patch'"
12447 msgstr ""
12448
12449 #: builtin/log.c:1543
12450 msgid "start numbering patches at <n> instead of 1"
12451 msgstr ""
12452
12453 #: builtin/log.c:1545
12454 msgid "mark the series as Nth re-roll"
12455 msgstr ""
12456
12457 #: builtin/log.c:1547
12458 msgid "Use [RFC PATCH] instead of [PATCH]"
12459 msgstr ""
12460
12461 #: builtin/log.c:1550
12462 msgid "Use [<prefix>] instead of [PATCH]"
12463 msgstr ""
12464
12465 #: builtin/log.c:1553
12466 msgid "store resulting files in <dir>"
12467 msgstr ""
12468
12469 #: builtin/log.c:1556
12470 msgid "don't strip/add [PATCH]"
12471 msgstr ""
12472
12473 #: builtin/log.c:1559
12474 msgid "don't output binary diffs"
12475 msgstr ""
12476
12477 #: builtin/log.c:1561
12478 msgid "output all-zero hash in From header"
12479 msgstr ""
12480
12481 #: builtin/log.c:1563
12482 msgid "don't include a patch matching a commit upstream"
12483 msgstr ""
12484
12485 #: builtin/log.c:1565
12486 msgid "show patch format instead of default (patch + stat)"
12487 msgstr ""
12488
12489 #: builtin/log.c:1567
12490 msgid "Messaging"
12491 msgstr ""
12492
12493 #: builtin/log.c:1568
12494 msgid "header"
12495 msgstr ""
12496
12497 #: builtin/log.c:1569
12498 msgid "add email header"
12499 msgstr ""
12500
12501 #: builtin/log.c:1570 builtin/log.c:1572
12502 msgid "email"
12503 msgstr ""
12504
12505 #: builtin/log.c:1570
12506 msgid "add To: header"
12507 msgstr ""
12508
12509 #: builtin/log.c:1572
12510 msgid "add Cc: header"
12511 msgstr ""
12512
12513 #: builtin/log.c:1574
12514 msgid "ident"
12515 msgstr ""
12516
12517 #: builtin/log.c:1575
12518 msgid "set From address to <ident> (or committer ident if absent)"
12519 msgstr ""
12520
12521 #: builtin/log.c:1577
12522 msgid "message-id"
12523 msgstr ""
12524
12525 #: builtin/log.c:1578
12526 msgid "make first mail a reply to <message-id>"
12527 msgstr ""
12528
12529 #: builtin/log.c:1579 builtin/log.c:1582
12530 msgid "boundary"
12531 msgstr ""
12532
12533 #: builtin/log.c:1580
12534 msgid "attach the patch"
12535 msgstr ""
12536
12537 #: builtin/log.c:1583
12538 msgid "inline the patch"
12539 msgstr ""
12540
12541 #: builtin/log.c:1587
12542 msgid "enable message threading, styles: shallow, deep"
12543 msgstr ""
12544
12545 #: builtin/log.c:1589
12546 msgid "signature"
12547 msgstr ""
12548
12549 #: builtin/log.c:1590
12550 msgid "add a signature"
12551 msgstr ""
12552
12553 #: builtin/log.c:1591
12554 msgid "base-commit"
12555 msgstr ""
12556
12557 #: builtin/log.c:1592
12558 msgid "add prerequisite tree info to the patch series"
12559 msgstr ""
12560
12561 #: builtin/log.c:1594
12562 msgid "add a signature from a file"
12563 msgstr ""
12564
12565 #: builtin/log.c:1595
12566 msgid "don't print the patch filenames"
12567 msgstr ""
12568
12569 #: builtin/log.c:1597
12570 msgid "show progress while generating patches"
12571 msgstr ""
12572
12573 #: builtin/log.c:1598
12574 msgid "rev"
12575 msgstr ""
12576
12577 #: builtin/log.c:1599
12578 msgid "show changes against <rev> in cover letter or single patch"
12579 msgstr ""
12580
12581 #: builtin/log.c:1602
12582 msgid "show changes against <refspec> in cover letter or single patch"
12583 msgstr ""
12584
12585 #: builtin/log.c:1604
12586 msgid "percentage by which creation is weighted"
12587 msgstr ""
12588
12589 #: builtin/log.c:1679
12590 #, c-format
12591 msgid "invalid ident line: %s"
12592 msgstr ""
12593
12594 #: builtin/log.c:1694
12595 msgid "-n and -k are mutually exclusive"
12596 msgstr ""
12597
12598 #: builtin/log.c:1696
12599 msgid "--subject-prefix/--rfc and -k are mutually exclusive"
12600 msgstr ""
12601
12602 #: builtin/log.c:1704
12603 msgid "--name-only does not make sense"
12604 msgstr ""
12605
12606 #: builtin/log.c:1706
12607 msgid "--name-status does not make sense"
12608 msgstr ""
12609
12610 #: builtin/log.c:1708
12611 msgid "--check does not make sense"
12612 msgstr ""
12613
12614 #: builtin/log.c:1740
12615 msgid "standard output, or directory, which one?"
12616 msgstr ""
12617
12618 #: builtin/log.c:1742
12619 #, c-format
12620 msgid "Could not create directory '%s'"
12621 msgstr ""
12622
12623 #: builtin/log.c:1829
12624 msgid "--interdiff requires --cover-letter or single patch"
12625 msgstr ""
12626
12627 #: builtin/log.c:1833
12628 msgid "Interdiff:"
12629 msgstr ""
12630
12631 #: builtin/log.c:1834
12632 #, c-format
12633 msgid "Interdiff against v%d:"
12634 msgstr ""
12635
12636 #: builtin/log.c:1840
12637 msgid "--creation-factor requires --range-diff"
12638 msgstr ""
12639
12640 #: builtin/log.c:1844
12641 msgid "--range-diff requires --cover-letter or single patch"
12642 msgstr ""
12643
12644 #: builtin/log.c:1852
12645 msgid "Range-diff:"
12646 msgstr ""
12647
12648 #: builtin/log.c:1853
12649 #, c-format
12650 msgid "Range-diff against v%d:"
12651 msgstr ""
12652
12653 #: builtin/log.c:1864
12654 #, c-format
12655 msgid "unable to read signature file '%s'"
12656 msgstr ""
12657
12658 #: builtin/log.c:1900
12659 msgid "Generating patches"
12660 msgstr ""
12661
12662 #: builtin/log.c:1944
12663 msgid "Failed to create output files"
12664 msgstr ""
12665
12666 #: builtin/log.c:2003
12667 msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
12668 msgstr ""
12669
12670 #: builtin/log.c:2057
12671 #, c-format
12672 msgid ""
12673 "Could not find a tracked remote branch, please specify <upstream> manually.\n"
12674 msgstr ""
12675
12676 #: builtin/ls-files.c:470
12677 msgid "git ls-files [<options>] [<file>...]"
12678 msgstr ""
12679
12680 #: builtin/ls-files.c:526
12681 msgid "identify the file status with tags"
12682 msgstr ""
12683
12684 #: builtin/ls-files.c:528
12685 msgid "use lowercase letters for 'assume unchanged' files"
12686 msgstr ""
12687
12688 #: builtin/ls-files.c:530
12689 msgid "use lowercase letters for 'fsmonitor clean' files"
12690 msgstr ""
12691
12692 #: builtin/ls-files.c:532
12693 msgid "show cached files in the output (default)"
12694 msgstr ""
12695
12696 #: builtin/ls-files.c:534
12697 msgid "show deleted files in the output"
12698 msgstr ""
12699
12700 #: builtin/ls-files.c:536
12701 msgid "show modified files in the output"
12702 msgstr ""
12703
12704 #: builtin/ls-files.c:538
12705 msgid "show other files in the output"
12706 msgstr ""
12707
12708 #: builtin/ls-files.c:540
12709 msgid "show ignored files in the output"
12710 msgstr ""
12711
12712 #: builtin/ls-files.c:543
12713 msgid "show staged contents' object name in the output"
12714 msgstr ""
12715
12716 #: builtin/ls-files.c:545
12717 msgid "show files on the filesystem that need to be removed"
12718 msgstr ""
12719
12720 #: builtin/ls-files.c:547
12721 msgid "show 'other' directories' names only"
12722 msgstr ""
12723
12724 #: builtin/ls-files.c:549
12725 msgid "show line endings of files"
12726 msgstr ""
12727
12728 #: builtin/ls-files.c:551
12729 msgid "don't show empty directories"
12730 msgstr ""
12731
12732 #: builtin/ls-files.c:554
12733 msgid "show unmerged files in the output"
12734 msgstr ""
12735
12736 #: builtin/ls-files.c:556
12737 msgid "show resolve-undo information"
12738 msgstr ""
12739
12740 #: builtin/ls-files.c:558
12741 msgid "skip files matching pattern"
12742 msgstr ""
12743
12744 #: builtin/ls-files.c:561
12745 msgid "exclude patterns are read from <file>"
12746 msgstr ""
12747
12748 #: builtin/ls-files.c:564
12749 msgid "read additional per-directory exclude patterns in <file>"
12750 msgstr ""
12751
12752 #: builtin/ls-files.c:566
12753 msgid "add the standard git exclusions"
12754 msgstr ""
12755
12756 #: builtin/ls-files.c:570
12757 msgid "make the output relative to the project top directory"
12758 msgstr ""
12759
12760 #: builtin/ls-files.c:573
12761 msgid "recurse through submodules"
12762 msgstr ""
12763
12764 #: builtin/ls-files.c:575
12765 msgid "if any <file> is not in the index, treat this as an error"
12766 msgstr ""
12767
12768 #: builtin/ls-files.c:576
12769 msgid "tree-ish"
12770 msgstr ""
12771
12772 #: builtin/ls-files.c:577
12773 msgid "pretend that paths removed since <tree-ish> are still present"
12774 msgstr ""
12775
12776 #: builtin/ls-files.c:579
12777 msgid "show debugging data"
12778 msgstr ""
12779
12780 #: builtin/ls-remote.c:9
12781 msgid ""
12782 "git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
12783 " [-q | --quiet] [--exit-code] [--get-url]\n"
12784 " [--symref] [<repository> [<refs>...]]"
12785 msgstr ""
12786
12787 #: builtin/ls-remote.c:59
12788 msgid "do not print remote URL"
12789 msgstr ""
12790
12791 #: builtin/ls-remote.c:60 builtin/ls-remote.c:62 builtin/rebase.c:1111
12792 msgid "exec"
12793 msgstr ""
12794
12795 #: builtin/ls-remote.c:61 builtin/ls-remote.c:63
12796 msgid "path of git-upload-pack on the remote host"
12797 msgstr ""
12798
12799 #: builtin/ls-remote.c:65
12800 msgid "limit to tags"
12801 msgstr ""
12802
12803 #: builtin/ls-remote.c:66
12804 msgid "limit to heads"
12805 msgstr ""
12806
12807 #: builtin/ls-remote.c:67
12808 msgid "do not show peeled tags"
12809 msgstr ""
12810
12811 #: builtin/ls-remote.c:69
12812 msgid "take url.<base>.insteadOf into account"
12813 msgstr ""
12814
12815 #: builtin/ls-remote.c:73
12816 msgid "exit with exit code 2 if no matching refs are found"
12817 msgstr ""
12818
12819 #: builtin/ls-remote.c:76
12820 msgid "show underlying ref in addition to the object pointed by it"
12821 msgstr ""
12822
12823 #: builtin/ls-tree.c:30
12824 msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
12825 msgstr ""
12826
12827 #: builtin/ls-tree.c:128
12828 msgid "only show trees"
12829 msgstr ""
12830
12831 #: builtin/ls-tree.c:130
12832 msgid "recurse into subtrees"
12833 msgstr ""
12834
12835 #: builtin/ls-tree.c:132
12836 msgid "show trees when recursing"
12837 msgstr ""
12838
12839 #: builtin/ls-tree.c:135
12840 msgid "terminate entries with NUL byte"
12841 msgstr ""
12842
12843 #: builtin/ls-tree.c:136
12844 msgid "include object size"
12845 msgstr ""
12846
12847 #: builtin/ls-tree.c:138 builtin/ls-tree.c:140
12848 msgid "list only filenames"
12849 msgstr ""
12850
12851 #: builtin/ls-tree.c:143
12852 msgid "use full path names"
12853 msgstr ""
12854
12855 #: builtin/ls-tree.c:145
12856 msgid "list entire tree; not just current directory (implies --full-name)"
12857 msgstr ""
12858
12859 #: builtin/mailsplit.c:241
12860 #, c-format
12861 msgid "empty mbox: '%s'"
12862 msgstr ""
12863
12864 #: builtin/merge.c:53
12865 msgid "git merge [<options>] [<commit>...]"
12866 msgstr ""
12867
12868 #: builtin/merge.c:54
12869 msgid "git merge --abort"
12870 msgstr ""
12871
12872 #: builtin/merge.c:55
12873 msgid "git merge --continue"
12874 msgstr ""
12875
12876 #: builtin/merge.c:112
12877 msgid "switch `m' requires a value"
12878 msgstr ""
12879
12880 #: builtin/merge.c:132
12881 #, c-format
12882 msgid "option `%s' requires a value"
12883 msgstr ""
12884
12885 #: builtin/merge.c:178
12886 #, c-format
12887 msgid "Could not find merge strategy '%s'.\n"
12888 msgstr ""
12889
12890 #: builtin/merge.c:179
12891 #, c-format
12892 msgid "Available strategies are:"
12893 msgstr ""
12894
12895 #: builtin/merge.c:184
12896 #, c-format
12897 msgid "Available custom strategies are:"
12898 msgstr ""
12899
12900 #: builtin/merge.c:235 builtin/pull.c:144
12901 msgid "do not show a diffstat at the end of the merge"
12902 msgstr ""
12903
12904 #: builtin/merge.c:238 builtin/pull.c:147
12905 msgid "show a diffstat at the end of the merge"
12906 msgstr ""
12907
12908 #: builtin/merge.c:239 builtin/pull.c:150
12909 msgid "(synonym to --stat)"
12910 msgstr ""
12911
12912 #: builtin/merge.c:241 builtin/pull.c:153
12913 msgid "add (at most <n>) entries from shortlog to merge commit message"
12914 msgstr ""
12915
12916 #: builtin/merge.c:244 builtin/pull.c:159
12917 msgid "create a single commit instead of doing a merge"
12918 msgstr ""
12919
12920 #: builtin/merge.c:246 builtin/pull.c:162
12921 msgid "perform a commit if the merge succeeds (default)"
12922 msgstr ""
12923
12924 #: builtin/merge.c:248 builtin/pull.c:165
12925 msgid "edit message before committing"
12926 msgstr ""
12927
12928 #: builtin/merge.c:249
12929 msgid "allow fast-forward (default)"
12930 msgstr ""
12931
12932 #: builtin/merge.c:251 builtin/pull.c:171
12933 msgid "abort if fast-forward is not possible"
12934 msgstr ""
12935
12936 #: builtin/merge.c:255 builtin/pull.c:174
12937 msgid "verify that the named commit has a valid GPG signature"
12938 msgstr ""
12939
12940 #: builtin/merge.c:256 builtin/notes.c:787 builtin/pull.c:178
12941 #: builtin/rebase.c:1124 builtin/rebase--interactive.c:188 builtin/revert.c:111
12942 msgid "strategy"
12943 msgstr ""
12944
12945 #: builtin/merge.c:257 builtin/pull.c:179
12946 msgid "merge strategy to use"
12947 msgstr ""
12948
12949 #: builtin/merge.c:258 builtin/pull.c:182
12950 msgid "option=value"
12951 msgstr ""
12952
12953 #: builtin/merge.c:259 builtin/pull.c:183
12954 msgid "option for selected merge strategy"
12955 msgstr ""
12956
12957 #: builtin/merge.c:261
12958 msgid "merge commit message (for a non-fast-forward merge)"
12959 msgstr ""
12960
12961 #: builtin/merge.c:268
12962 msgid "abort the current in-progress merge"
12963 msgstr ""
12964
12965 #: builtin/merge.c:270
12966 msgid "continue the current in-progress merge"
12967 msgstr ""
12968
12969 #: builtin/merge.c:272 builtin/pull.c:190
12970 msgid "allow merging unrelated histories"
12971 msgstr ""
12972
12973 #: builtin/merge.c:278
12974 msgid "verify commit-msg hook"
12975 msgstr ""
12976
12977 #: builtin/merge.c:303
12978 msgid "could not run stash."
12979 msgstr ""
12980
12981 #: builtin/merge.c:308
12982 msgid "stash failed"
12983 msgstr ""
12984
12985 #: builtin/merge.c:313
12986 #, c-format
12987 msgid "not a valid object: %s"
12988 msgstr ""
12989
12990 #: builtin/merge.c:335 builtin/merge.c:352
12991 msgid "read-tree failed"
12992 msgstr ""
12993
12994 #: builtin/merge.c:382
12995 msgid " (nothing to squash)"
12996 msgstr ""
12997
12998 #: builtin/merge.c:393
12999 #, c-format
13000 msgid "Squash commit -- not updating HEAD\n"
13001 msgstr ""
13002
13003 #: builtin/merge.c:443
13004 #, c-format
13005 msgid "No merge message -- not updating HEAD\n"
13006 msgstr ""
13007
13008 #: builtin/merge.c:494
13009 #, c-format
13010 msgid "'%s' does not point to a commit"
13011 msgstr ""
13012
13013 #: builtin/merge.c:581
13014 #, c-format
13015 msgid "Bad branch.%s.mergeoptions string: %s"
13016 msgstr ""
13017
13018 #: builtin/merge.c:702
13019 msgid "Not handling anything other than two heads merge."
13020 msgstr ""
13021
13022 #: builtin/merge.c:716
13023 #, c-format
13024 msgid "Unknown option for merge-recursive: -X%s"
13025 msgstr ""
13026
13027 #: builtin/merge.c:731
13028 #, c-format
13029 msgid "unable to write %s"
13030 msgstr ""
13031
13032 #: builtin/merge.c:783
13033 #, c-format
13034 msgid "Could not read from '%s'"
13035 msgstr ""
13036
13037 #: builtin/merge.c:792
13038 #, c-format
13039 msgid "Not committing merge; use 'git commit' to complete the merge.\n"
13040 msgstr ""
13041
13042 #: builtin/merge.c:798
13043 #, c-format
13044 msgid ""
13045 "Please enter a commit message to explain why this merge is necessary,\n"
13046 "especially if it merges an updated upstream into a topic branch.\n"
13047 "\n"
13048 "Lines starting with '%c' will be ignored, and an empty message aborts\n"
13049 "the commit.\n"
13050 msgstr ""
13051
13052 #: builtin/merge.c:834
13053 msgid "Empty commit message."
13054 msgstr ""
13055
13056 #: builtin/merge.c:853
13057 #, c-format
13058 msgid "Wonderful.\n"
13059 msgstr ""
13060
13061 #: builtin/merge.c:906
13062 #, c-format
13063 msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
13064 msgstr ""
13065
13066 #: builtin/merge.c:945
13067 msgid "No current branch."
13068 msgstr ""
13069
13070 #: builtin/merge.c:947
13071 msgid "No remote for the current branch."
13072 msgstr ""
13073
13074 #: builtin/merge.c:949
13075 msgid "No default upstream defined for the current branch."
13076 msgstr ""
13077
13078 #: builtin/merge.c:954
13079 #, c-format
13080 msgid "No remote-tracking branch for %s from %s"
13081 msgstr ""
13082
13083 #: builtin/merge.c:1011
13084 #, c-format
13085 msgid "Bad value '%s' in environment '%s'"
13086 msgstr ""
13087
13088 #: builtin/merge.c:1114
13089 #, c-format
13090 msgid "not something we can merge in %s: %s"
13091 msgstr ""
13092
13093 #: builtin/merge.c:1148
13094 msgid "not something we can merge"
13095 msgstr ""
13096
13097 #: builtin/merge.c:1251
13098 msgid "--abort expects no arguments"
13099 msgstr ""
13100
13101 #: builtin/merge.c:1255
13102 msgid "There is no merge to abort (MERGE_HEAD missing)."
13103 msgstr ""
13104
13105 #: builtin/merge.c:1267
13106 msgid "--continue expects no arguments"
13107 msgstr ""
13108
13109 #: builtin/merge.c:1271
13110 msgid "There is no merge in progress (MERGE_HEAD missing)."
13111 msgstr ""
13112
13113 #: builtin/merge.c:1287
13114 msgid ""
13115 "You have not concluded your merge (MERGE_HEAD exists).\n"
13116 "Please, commit your changes before you merge."
13117 msgstr ""
13118
13119 #: builtin/merge.c:1294
13120 msgid ""
13121 "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
13122 "Please, commit your changes before you merge."
13123 msgstr ""
13124
13125 #: builtin/merge.c:1297
13126 msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
13127 msgstr ""
13128
13129 #: builtin/merge.c:1306
13130 msgid "You cannot combine --squash with --no-ff."
13131 msgstr ""
13132
13133 #: builtin/merge.c:1314
13134 msgid "No commit specified and merge.defaultToUpstream not set."
13135 msgstr ""
13136
13137 #: builtin/merge.c:1331
13138 msgid "Squash commit into empty head not supported yet"
13139 msgstr ""
13140
13141 #: builtin/merge.c:1333
13142 msgid "Non-fast-forward commit does not make sense into an empty head"
13143 msgstr ""
13144
13145 #: builtin/merge.c:1338
13146 #, c-format
13147 msgid "%s - not something we can merge"
13148 msgstr ""
13149
13150 #: builtin/merge.c:1340
13151 msgid "Can merge only exactly one commit into empty head"
13152 msgstr ""
13153
13154 #: builtin/merge.c:1422
13155 msgid "refusing to merge unrelated histories"
13156 msgstr ""
13157
13158 #: builtin/merge.c:1431
13159 msgid "Already up to date."
13160 msgstr ""
13161
13162 #: builtin/merge.c:1441
13163 #, c-format
13164 msgid "Updating %s..%s\n"
13165 msgstr ""
13166
13167 #: builtin/merge.c:1483
13168 #, c-format
13169 msgid "Trying really trivial in-index merge...\n"
13170 msgstr ""
13171
13172 #: builtin/merge.c:1490
13173 #, c-format
13174 msgid "Nope.\n"
13175 msgstr ""
13176
13177 #: builtin/merge.c:1515
13178 msgid "Already up to date. Yeeah!"
13179 msgstr ""
13180
13181 #: builtin/merge.c:1521
13182 msgid "Not possible to fast-forward, aborting."
13183 msgstr ""
13184
13185 #: builtin/merge.c:1544 builtin/merge.c:1623
13186 #, c-format
13187 msgid "Rewinding the tree to pristine...\n"
13188 msgstr ""
13189
13190 #: builtin/merge.c:1548
13191 #, c-format
13192 msgid "Trying merge strategy %s...\n"
13193 msgstr ""
13194
13195 #: builtin/merge.c:1614
13196 #, c-format
13197 msgid "No merge strategy handled the merge.\n"
13198 msgstr ""
13199
13200 #: builtin/merge.c:1616
13201 #, c-format
13202 msgid "Merge with strategy %s failed.\n"
13203 msgstr ""
13204
13205 #: builtin/merge.c:1625
13206 #, c-format
13207 msgid "Using the %s to prepare resolving by hand.\n"
13208 msgstr ""
13209
13210 #: builtin/merge.c:1637
13211 #, c-format
13212 msgid "Automatic merge went well; stopped before committing as requested\n"
13213 msgstr ""
13214
13215 #: builtin/merge-base.c:32
13216 msgid "git merge-base [-a | --all] <commit> <commit>..."
13217 msgstr ""
13218
13219 #: builtin/merge-base.c:33
13220 msgid "git merge-base [-a | --all] --octopus <commit>..."
13221 msgstr ""
13222
13223 #: builtin/merge-base.c:34
13224 msgid "git merge-base --independent <commit>..."
13225 msgstr ""
13226
13227 #: builtin/merge-base.c:35
13228 msgid "git merge-base --is-ancestor <commit> <commit>"
13229 msgstr ""
13230
13231 #: builtin/merge-base.c:36
13232 msgid "git merge-base --fork-point <ref> [<commit>]"
13233 msgstr ""
13234
13235 #: builtin/merge-base.c:153
13236 msgid "output all common ancestors"
13237 msgstr ""
13238
13239 #: builtin/merge-base.c:155
13240 msgid "find ancestors for a single n-way merge"
13241 msgstr ""
13242
13243 #: builtin/merge-base.c:157
13244 msgid "list revs not reachable from others"
13245 msgstr ""
13246
13247 #: builtin/merge-base.c:159
13248 msgid "is the first one ancestor of the other?"
13249 msgstr ""
13250
13251 #: builtin/merge-base.c:161
13252 msgid "find where <commit> forked from reflog of <ref>"
13253 msgstr ""
13254
13255 #: builtin/merge-file.c:9
13256 msgid ""
13257 "git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
13258 "<orig-file> <file2>"
13259 msgstr ""
13260
13261 #: builtin/merge-file.c:35
13262 msgid "send results to standard output"
13263 msgstr ""
13264
13265 #: builtin/merge-file.c:36
13266 msgid "use a diff3 based merge"
13267 msgstr ""
13268
13269 #: builtin/merge-file.c:37
13270 msgid "for conflicts, use our version"
13271 msgstr ""
13272
13273 #: builtin/merge-file.c:39
13274 msgid "for conflicts, use their version"
13275 msgstr ""
13276
13277 #: builtin/merge-file.c:41
13278 msgid "for conflicts, use a union version"
13279 msgstr ""
13280
13281 #: builtin/merge-file.c:44
13282 msgid "for conflicts, use this marker size"
13283 msgstr ""
13284
13285 #: builtin/merge-file.c:45
13286 msgid "do not warn about conflicts"
13287 msgstr ""
13288
13289 #: builtin/merge-file.c:47
13290 msgid "set labels for file1/orig-file/file2"
13291 msgstr ""
13292
13293 #: builtin/merge-recursive.c:46
13294 #, c-format
13295 msgid "unknown option %s"
13296 msgstr ""
13297
13298 #: builtin/merge-recursive.c:52
13299 #, c-format
13300 msgid "could not parse object '%s'"
13301 msgstr ""
13302
13303 #: builtin/merge-recursive.c:56
13304 #, c-format
13305 msgid "cannot handle more than %d base. Ignoring %s."
13306 msgid_plural "cannot handle more than %d bases. Ignoring %s."
13307 msgstr[0] ""
13308 msgstr[1] ""
13309
13310 #: builtin/merge-recursive.c:64
13311 msgid "not handling anything other than two heads merge."
13312 msgstr ""
13313
13314 #: builtin/merge-recursive.c:70 builtin/merge-recursive.c:72
13315 #, c-format
13316 msgid "could not resolve ref '%s'"
13317 msgstr ""
13318
13319 #: builtin/merge-recursive.c:78
13320 #, c-format
13321 msgid "Merging %s with %s\n"
13322 msgstr ""
13323
13324 #: builtin/mktree.c:66
13325 msgid "git mktree [-z] [--missing] [--batch]"
13326 msgstr ""
13327
13328 #: builtin/mktree.c:154
13329 msgid "input is NUL terminated"
13330 msgstr ""
13331
13332 #: builtin/mktree.c:155 builtin/write-tree.c:26
13333 msgid "allow missing objects"
13334 msgstr ""
13335
13336 #: builtin/mktree.c:156
13337 msgid "allow creation of more than one tree"
13338 msgstr ""
13339
13340 #: builtin/multi-pack-index.c:8
13341 msgid "git multi-pack-index [--object-dir=<dir>] (write|verify)"
13342 msgstr ""
13343
13344 #: builtin/multi-pack-index.c:21
13345 msgid "object directory containing set of packfile and pack-index pairs"
13346 msgstr ""
13347
13348 #: builtin/multi-pack-index.c:39
13349 msgid "too many arguments"
13350 msgstr ""
13351
13352 #: builtin/multi-pack-index.c:48
13353 #, c-format
13354 msgid "unrecognized verb: %s"
13355 msgstr ""
13356
13357 #: builtin/mv.c:18
13358 msgid "git mv [<options>] <source>... <destination>"
13359 msgstr ""
13360
13361 #: builtin/mv.c:83
13362 #, c-format
13363 msgid "Directory %s is in index and no submodule?"
13364 msgstr ""
13365
13366 #: builtin/mv.c:85
13367 msgid "Please stage your changes to .gitmodules or stash them to proceed"
13368 msgstr ""
13369
13370 #: builtin/mv.c:103
13371 #, c-format
13372 msgid "%.*s is in index"
13373 msgstr ""
13374
13375 #: builtin/mv.c:125
13376 msgid "force move/rename even if target exists"
13377 msgstr ""
13378
13379 #: builtin/mv.c:127
13380 msgid "skip move/rename errors"
13381 msgstr ""
13382
13383 #: builtin/mv.c:169
13384 #, c-format
13385 msgid "destination '%s' is not a directory"
13386 msgstr ""
13387
13388 #: builtin/mv.c:180
13389 #, c-format
13390 msgid "Checking rename of '%s' to '%s'\n"
13391 msgstr ""
13392
13393 #: builtin/mv.c:184
13394 msgid "bad source"
13395 msgstr ""
13396
13397 #: builtin/mv.c:187
13398 msgid "can not move directory into itself"
13399 msgstr ""
13400
13401 #: builtin/mv.c:190
13402 msgid "cannot move directory over file"
13403 msgstr ""
13404
13405 #: builtin/mv.c:199
13406 msgid "source directory is empty"
13407 msgstr ""
13408
13409 #: builtin/mv.c:224
13410 msgid "not under version control"
13411 msgstr ""
13412
13413 #: builtin/mv.c:227
13414 msgid "destination exists"
13415 msgstr ""
13416
13417 #: builtin/mv.c:235
13418 #, c-format
13419 msgid "overwriting '%s'"
13420 msgstr ""
13421
13422 #: builtin/mv.c:238
13423 msgid "Cannot overwrite"
13424 msgstr ""
13425
13426 #: builtin/mv.c:241
13427 msgid "multiple sources for the same target"
13428 msgstr ""
13429
13430 #: builtin/mv.c:243
13431 msgid "destination directory does not exist"
13432 msgstr ""
13433
13434 #: builtin/mv.c:250
13435 #, c-format
13436 msgid "%s, source=%s, destination=%s"
13437 msgstr ""
13438
13439 #: builtin/mv.c:271
13440 #, c-format
13441 msgid "Renaming %s to %s\n"
13442 msgstr ""
13443
13444 #: builtin/mv.c:277 builtin/remote.c:717 builtin/repack.c:513
13445 #, c-format
13446 msgid "renaming '%s' failed"
13447 msgstr ""
13448
13449 #: builtin/name-rev.c:355
13450 msgid "git name-rev [<options>] <commit>..."
13451 msgstr ""
13452
13453 #: builtin/name-rev.c:356
13454 msgid "git name-rev [<options>] --all"
13455 msgstr ""
13456
13457 #: builtin/name-rev.c:357
13458 msgid "git name-rev [<options>] --stdin"
13459 msgstr ""
13460
13461 #: builtin/name-rev.c:413
13462 msgid "print only names (no SHA-1)"
13463 msgstr ""
13464
13465 #: builtin/name-rev.c:414
13466 msgid "only use tags to name the commits"
13467 msgstr ""
13468
13469 #: builtin/name-rev.c:416
13470 msgid "only use refs matching <pattern>"
13471 msgstr ""
13472
13473 #: builtin/name-rev.c:418
13474 msgid "ignore refs matching <pattern>"
13475 msgstr ""
13476
13477 #: builtin/name-rev.c:420
13478 msgid "list all commits reachable from all refs"
13479 msgstr ""
13480
13481 #: builtin/name-rev.c:421
13482 msgid "read from stdin"
13483 msgstr ""
13484
13485 #: builtin/name-rev.c:422
13486 msgid "allow to print `undefined` names (default)"
13487 msgstr ""
13488
13489 #: builtin/name-rev.c:428
13490 msgid "dereference tags in the input (internal use)"
13491 msgstr ""
13492
13493 #: builtin/notes.c:28
13494 msgid "git notes [--ref <notes-ref>] [list [<object>]]"
13495 msgstr ""
13496
13497 #: builtin/notes.c:29
13498 msgid ""
13499 "git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
13500 "| (-c | -C) <object>] [<object>]"
13501 msgstr ""
13502
13503 #: builtin/notes.c:30
13504 msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
13505 msgstr ""
13506
13507 #: builtin/notes.c:31
13508 msgid ""
13509 "git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
13510 "(-c | -C) <object>] [<object>]"
13511 msgstr ""
13512
13513 #: builtin/notes.c:32
13514 msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
13515 msgstr ""
13516
13517 #: builtin/notes.c:33
13518 msgid "git notes [--ref <notes-ref>] show [<object>]"
13519 msgstr ""
13520
13521 #: builtin/notes.c:34
13522 msgid ""
13523 "git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
13524 msgstr ""
13525
13526 #: builtin/notes.c:35
13527 msgid "git notes merge --commit [-v | -q]"
13528 msgstr ""
13529
13530 #: builtin/notes.c:36
13531 msgid "git notes merge --abort [-v | -q]"
13532 msgstr ""
13533
13534 #: builtin/notes.c:37
13535 msgid "git notes [--ref <notes-ref>] remove [<object>...]"
13536 msgstr ""
13537
13538 #: builtin/notes.c:38
13539 msgid "git notes [--ref <notes-ref>] prune [-n] [-v]"
13540 msgstr ""
13541
13542 #: builtin/notes.c:39
13543 msgid "git notes [--ref <notes-ref>] get-ref"
13544 msgstr ""
13545
13546 #: builtin/notes.c:44
13547 msgid "git notes [list [<object>]]"
13548 msgstr ""
13549
13550 #: builtin/notes.c:49
13551 msgid "git notes add [<options>] [<object>]"
13552 msgstr ""
13553
13554 #: builtin/notes.c:54
13555 msgid "git notes copy [<options>] <from-object> <to-object>"
13556 msgstr ""
13557
13558 #: builtin/notes.c:55
13559 msgid "git notes copy --stdin [<from-object> <to-object>]..."
13560 msgstr ""
13561
13562 #: builtin/notes.c:60
13563 msgid "git notes append [<options>] [<object>]"
13564 msgstr ""
13565
13566 #: builtin/notes.c:65
13567 msgid "git notes edit [<object>]"
13568 msgstr ""
13569
13570 #: builtin/notes.c:70
13571 msgid "git notes show [<object>]"
13572 msgstr ""
13573
13574 #: builtin/notes.c:75
13575 msgid "git notes merge [<options>] <notes-ref>"
13576 msgstr ""
13577
13578 #: builtin/notes.c:76
13579 msgid "git notes merge --commit [<options>]"
13580 msgstr ""
13581
13582 #: builtin/notes.c:77
13583 msgid "git notes merge --abort [<options>]"
13584 msgstr ""
13585
13586 #: builtin/notes.c:82
13587 msgid "git notes remove [<object>]"
13588 msgstr ""
13589
13590 #: builtin/notes.c:87
13591 msgid "git notes prune [<options>]"
13592 msgstr ""
13593
13594 #: builtin/notes.c:92
13595 msgid "git notes get-ref"
13596 msgstr ""
13597
13598 #: builtin/notes.c:97
13599 msgid "Write/edit the notes for the following object:"
13600 msgstr ""
13601
13602 #: builtin/notes.c:150
13603 #, c-format
13604 msgid "unable to start 'show' for object '%s'"
13605 msgstr ""
13606
13607 #: builtin/notes.c:154
13608 msgid "could not read 'show' output"
13609 msgstr ""
13610
13611 #: builtin/notes.c:162
13612 #, c-format
13613 msgid "failed to finish 'show' for object '%s'"
13614 msgstr ""
13615
13616 #: builtin/notes.c:197
13617 msgid "please supply the note contents using either -m or -F option"
13618 msgstr ""
13619
13620 #: builtin/notes.c:206
13621 msgid "unable to write note object"
13622 msgstr ""
13623
13624 #: builtin/notes.c:208
13625 #, c-format
13626 msgid "the note contents have been left in %s"
13627 msgstr ""
13628
13629 #: builtin/notes.c:242 builtin/tag.c:513
13630 #, c-format
13631 msgid "could not open or read '%s'"
13632 msgstr ""
13633
13634 #: builtin/notes.c:263 builtin/notes.c:313 builtin/notes.c:315
13635 #: builtin/notes.c:383 builtin/notes.c:438 builtin/notes.c:526
13636 #: builtin/notes.c:531 builtin/notes.c:610 builtin/notes.c:672
13637 #, c-format
13638 msgid "failed to resolve '%s' as a valid ref."
13639 msgstr ""
13640
13641 #: builtin/notes.c:265
13642 #, c-format
13643 msgid "failed to read object '%s'."
13644 msgstr ""
13645
13646 #: builtin/notes.c:268
13647 #, c-format
13648 msgid "cannot read note data from non-blob object '%s'."
13649 msgstr ""
13650
13651 #: builtin/notes.c:309
13652 #, c-format
13653 msgid "malformed input line: '%s'."
13654 msgstr ""
13655
13656 #: builtin/notes.c:324
13657 #, c-format
13658 msgid "failed to copy notes from '%s' to '%s'"
13659 msgstr ""
13660
13661 #. TRANSLATORS: the first %s will be replaced by a git
13662 #. notes command: 'add', 'merge', 'remove', etc.
13663 #.
13664 #: builtin/notes.c:356
13665 #, c-format
13666 msgid "refusing to %s notes in %s (outside of refs/notes/)"
13667 msgstr ""
13668
13669 #: builtin/notes.c:376 builtin/notes.c:431 builtin/notes.c:509
13670 #: builtin/notes.c:521 builtin/notes.c:598 builtin/notes.c:665
13671 #: builtin/notes.c:815 builtin/notes.c:963 builtin/notes.c:985
13672 msgid "too many parameters"
13673 msgstr ""
13674
13675 #: builtin/notes.c:389 builtin/notes.c:678
13676 #, c-format
13677 msgid "no note found for object %s."
13678 msgstr ""
13679
13680 #: builtin/notes.c:410 builtin/notes.c:576
13681 msgid "note contents as a string"
13682 msgstr ""
13683
13684 #: builtin/notes.c:413 builtin/notes.c:579
13685 msgid "note contents in a file"
13686 msgstr ""
13687
13688 #: builtin/notes.c:416 builtin/notes.c:582
13689 msgid "reuse and edit specified note object"
13690 msgstr ""
13691
13692 #: builtin/notes.c:419 builtin/notes.c:585
13693 msgid "reuse specified note object"
13694 msgstr ""
13695
13696 #: builtin/notes.c:422 builtin/notes.c:588
13697 msgid "allow storing empty note"
13698 msgstr ""
13699
13700 #: builtin/notes.c:423 builtin/notes.c:496
13701 msgid "replace existing notes"
13702 msgstr ""
13703
13704 #: builtin/notes.c:448
13705 #, c-format
13706 msgid ""
13707 "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
13708 "existing notes"
13709 msgstr ""
13710
13711 #: builtin/notes.c:463 builtin/notes.c:544
13712 #, c-format
13713 msgid "Overwriting existing notes for object %s\n"
13714 msgstr ""
13715
13716 #: builtin/notes.c:475 builtin/notes.c:637 builtin/notes.c:902
13717 #, c-format
13718 msgid "Removing note for object %s\n"
13719 msgstr ""
13720
13721 #: builtin/notes.c:497
13722 msgid "read objects from stdin"
13723 msgstr ""
13724
13725 #: builtin/notes.c:499
13726 msgid "load rewriting config for <command> (implies --stdin)"
13727 msgstr ""
13728
13729 #: builtin/notes.c:517
13730 msgid "too few parameters"
13731 msgstr ""
13732
13733 #: builtin/notes.c:538
13734 #, c-format
13735 msgid ""
13736 "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
13737 "existing notes"
13738 msgstr ""
13739
13740 #: builtin/notes.c:550
13741 #, c-format
13742 msgid "missing notes on source object %s. Cannot copy."
13743 msgstr ""
13744
13745 #: builtin/notes.c:603
13746 #, c-format
13747 msgid ""
13748 "The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
13749 "Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
13750 msgstr ""
13751
13752 #: builtin/notes.c:698
13753 msgid "failed to delete ref NOTES_MERGE_PARTIAL"
13754 msgstr ""
13755
13756 #: builtin/notes.c:700
13757 msgid "failed to delete ref NOTES_MERGE_REF"
13758 msgstr ""
13759
13760 #: builtin/notes.c:702
13761 msgid "failed to remove 'git notes merge' worktree"
13762 msgstr ""
13763
13764 #: builtin/notes.c:722
13765 msgid "failed to read ref NOTES_MERGE_PARTIAL"
13766 msgstr ""
13767
13768 #: builtin/notes.c:724
13769 msgid "could not find commit from NOTES_MERGE_PARTIAL."
13770 msgstr ""
13771
13772 #: builtin/notes.c:726
13773 msgid "could not parse commit from NOTES_MERGE_PARTIAL."
13774 msgstr ""
13775
13776 #: builtin/notes.c:739
13777 msgid "failed to resolve NOTES_MERGE_REF"
13778 msgstr ""
13779
13780 #: builtin/notes.c:742
13781 msgid "failed to finalize notes merge"
13782 msgstr ""
13783
13784 #: builtin/notes.c:768
13785 #, c-format
13786 msgid "unknown notes merge strategy %s"
13787 msgstr ""
13788
13789 #: builtin/notes.c:784
13790 msgid "General options"
13791 msgstr ""
13792
13793 #: builtin/notes.c:786
13794 msgid "Merge options"
13795 msgstr ""
13796
13797 #: builtin/notes.c:788
13798 msgid ""
13799 "resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
13800 "cat_sort_uniq)"
13801 msgstr ""
13802
13803 #: builtin/notes.c:790
13804 msgid "Committing unmerged notes"
13805 msgstr ""
13806
13807 #: builtin/notes.c:792
13808 msgid "finalize notes merge by committing unmerged notes"
13809 msgstr ""
13810
13811 #: builtin/notes.c:794
13812 msgid "Aborting notes merge resolution"
13813 msgstr ""
13814
13815 #: builtin/notes.c:796
13816 msgid "abort notes merge"
13817 msgstr ""
13818
13819 #: builtin/notes.c:807
13820 msgid "cannot mix --commit, --abort or -s/--strategy"
13821 msgstr ""
13822
13823 #: builtin/notes.c:812
13824 msgid "must specify a notes ref to merge"
13825 msgstr ""
13826
13827 #: builtin/notes.c:836
13828 #, c-format
13829 msgid "unknown -s/--strategy: %s"
13830 msgstr ""
13831
13832 #: builtin/notes.c:873
13833 #, c-format
13834 msgid "a notes merge into %s is already in-progress at %s"
13835 msgstr ""
13836
13837 #: builtin/notes.c:876
13838 #, c-format
13839 msgid "failed to store link to current notes ref (%s)"
13840 msgstr ""
13841
13842 #: builtin/notes.c:878
13843 #, c-format
13844 msgid ""
13845 "Automatic notes merge failed. Fix conflicts in %s and commit the result with "
13846 "'git notes merge --commit', or abort the merge with 'git notes merge --"
13847 "abort'.\n"
13848 msgstr ""
13849
13850 #: builtin/notes.c:900
13851 #, c-format
13852 msgid "Object %s has no note\n"
13853 msgstr ""
13854
13855 #: builtin/notes.c:912
13856 msgid "attempt to remove non-existent note is not an error"
13857 msgstr ""
13858
13859 #: builtin/notes.c:915
13860 msgid "read object names from the standard input"
13861 msgstr ""
13862
13863 #: builtin/notes.c:954 builtin/prune.c:108 builtin/worktree.c:165
13864 msgid "do not remove, show only"
13865 msgstr ""
13866
13867 #: builtin/notes.c:955
13868 msgid "report pruned notes"
13869 msgstr ""
13870
13871 #: builtin/notes.c:998
13872 msgid "notes-ref"
13873 msgstr ""
13874
13875 #: builtin/notes.c:999
13876 msgid "use notes from <notes-ref>"
13877 msgstr ""
13878
13879 #: builtin/notes.c:1034
13880 #, c-format
13881 msgid "unknown subcommand: %s"
13882 msgstr ""
13883
13884 #: builtin/pack-objects.c:51
13885 msgid ""
13886 "git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
13887 msgstr ""
13888
13889 #: builtin/pack-objects.c:52
13890 msgid ""
13891 "git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
13892 msgstr ""
13893
13894 #: builtin/pack-objects.c:423
13895 #, c-format
13896 msgid "bad packed object CRC for %s"
13897 msgstr ""
13898
13899 #: builtin/pack-objects.c:434
13900 #, c-format
13901 msgid "corrupt packed object for %s"
13902 msgstr ""
13903
13904 #: builtin/pack-objects.c:565
13905 #, c-format
13906 msgid "recursive delta detected for object %s"
13907 msgstr ""
13908
13909 #: builtin/pack-objects.c:776
13910 #, c-format
13911 msgid "ordered %u objects, expected %<PRIu32>"
13912 msgstr ""
13913
13914 #: builtin/pack-objects.c:789
13915 #, c-format
13916 msgid "packfile is invalid: %s"
13917 msgstr ""
13918
13919 #: builtin/pack-objects.c:793
13920 #, c-format
13921 msgid "unable to open packfile for reuse: %s"
13922 msgstr ""
13923
13924 #: builtin/pack-objects.c:797
13925 msgid "unable to seek in reused packfile"
13926 msgstr ""
13927
13928 #: builtin/pack-objects.c:808
13929 msgid "unable to read from reused packfile"
13930 msgstr ""
13931
13932 #: builtin/pack-objects.c:836
13933 msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
13934 msgstr ""
13935
13936 #: builtin/pack-objects.c:849
13937 msgid "Writing objects"
13938 msgstr ""
13939
13940 #: builtin/pack-objects.c:911 builtin/update-index.c:89
13941 #, c-format
13942 msgid "failed to stat %s"
13943 msgstr ""
13944
13945 #: builtin/pack-objects.c:964
13946 #, c-format
13947 msgid "wrote %<PRIu32> objects while expecting %<PRIu32>"
13948 msgstr ""
13949
13950 #: builtin/pack-objects.c:1158
13951 msgid "disabling bitmap writing, as some objects are not being packed"
13952 msgstr ""
13953
13954 #: builtin/pack-objects.c:1586
13955 #, c-format
13956 msgid "delta base offset overflow in pack for %s"
13957 msgstr ""
13958
13959 #: builtin/pack-objects.c:1595
13960 #, c-format
13961 msgid "delta base offset out of bound for %s"
13962 msgstr ""
13963
13964 #: builtin/pack-objects.c:1864
13965 msgid "Counting objects"
13966 msgstr ""
13967
13968 #: builtin/pack-objects.c:1994
13969 #, c-format
13970 msgid "unable to get size of %s"
13971 msgstr ""
13972
13973 #: builtin/pack-objects.c:2009
13974 #, c-format
13975 msgid "unable to parse object header of %s"
13976 msgstr ""
13977
13978 #: builtin/pack-objects.c:2079 builtin/pack-objects.c:2095
13979 #: builtin/pack-objects.c:2105
13980 #, c-format
13981 msgid "object %s cannot be read"
13982 msgstr ""
13983
13984 #: builtin/pack-objects.c:2082 builtin/pack-objects.c:2109
13985 #, c-format
13986 msgid "object %s inconsistent object length (%<PRIuMAX> vs %<PRIuMAX>)"
13987 msgstr ""
13988
13989 #: builtin/pack-objects.c:2119
13990 msgid "suboptimal pack - out of memory"
13991 msgstr ""
13992
13993 #: builtin/pack-objects.c:2445
13994 #, c-format
13995 msgid "Delta compression using up to %d threads"
13996 msgstr ""
13997
13998 #: builtin/pack-objects.c:2577
13999 #, c-format
14000 msgid "unable to pack objects reachable from tag %s"
14001 msgstr ""
14002
14003 #: builtin/pack-objects.c:2664
14004 msgid "Compressing objects"
14005 msgstr ""
14006
14007 #: builtin/pack-objects.c:2670
14008 msgid "inconsistency with delta count"
14009 msgstr ""
14010
14011 #: builtin/pack-objects.c:2751
14012 #, c-format
14013 msgid ""
14014 "expected edge object ID, got garbage:\n"
14015 " %s"
14016 msgstr ""
14017
14018 #: builtin/pack-objects.c:2757
14019 #, c-format
14020 msgid ""
14021 "expected object ID, got garbage:\n"
14022 " %s"
14023 msgstr ""
14024
14025 #: builtin/pack-objects.c:2855
14026 msgid "invalid value for --missing"
14027 msgstr ""
14028
14029 #: builtin/pack-objects.c:2914 builtin/pack-objects.c:3022
14030 msgid "cannot open pack index"
14031 msgstr ""
14032
14033 #: builtin/pack-objects.c:2945
14034 #, c-format
14035 msgid "loose object at %s could not be examined"
14036 msgstr ""
14037
14038 #: builtin/pack-objects.c:3030
14039 msgid "unable to force loose object"
14040 msgstr ""
14041
14042 #: builtin/pack-objects.c:3122
14043 #, c-format
14044 msgid "not a rev '%s'"
14045 msgstr ""
14046
14047 #: builtin/pack-objects.c:3125
14048 #, c-format
14049 msgid "bad revision '%s'"
14050 msgstr ""
14051
14052 #: builtin/pack-objects.c:3150
14053 msgid "unable to add recent objects"
14054 msgstr ""
14055
14056 #: builtin/pack-objects.c:3203
14057 #, c-format
14058 msgid "unsupported index version %s"
14059 msgstr ""
14060
14061 #: builtin/pack-objects.c:3207
14062 #, c-format
14063 msgid "bad index version '%s'"
14064 msgstr ""
14065
14066 #: builtin/pack-objects.c:3237
14067 msgid "do not show progress meter"
14068 msgstr ""
14069
14070 #: builtin/pack-objects.c:3239
14071 msgid "show progress meter"
14072 msgstr ""
14073
14074 #: builtin/pack-objects.c:3241
14075 msgid "show progress meter during object writing phase"
14076 msgstr ""
14077
14078 #: builtin/pack-objects.c:3244
14079 msgid "similar to --all-progress when progress meter is shown"
14080 msgstr ""
14081
14082 #: builtin/pack-objects.c:3245
14083 msgid "<version>[,<offset>]"
14084 msgstr ""
14085
14086 #: builtin/pack-objects.c:3246
14087 msgid "write the pack index file in the specified idx format version"
14088 msgstr ""
14089
14090 #: builtin/pack-objects.c:3249
14091 msgid "maximum size of each output pack file"
14092 msgstr ""
14093
14094 #: builtin/pack-objects.c:3251
14095 msgid "ignore borrowed objects from alternate object store"
14096 msgstr ""
14097
14098 #: builtin/pack-objects.c:3253
14099 msgid "ignore packed objects"
14100 msgstr ""
14101
14102 #: builtin/pack-objects.c:3255
14103 msgid "limit pack window by objects"
14104 msgstr ""
14105
14106 #: builtin/pack-objects.c:3257
14107 msgid "limit pack window by memory in addition to object limit"
14108 msgstr ""
14109
14110 #: builtin/pack-objects.c:3259
14111 msgid "maximum length of delta chain allowed in the resulting pack"
14112 msgstr ""
14113
14114 #: builtin/pack-objects.c:3261
14115 msgid "reuse existing deltas"
14116 msgstr ""
14117
14118 #: builtin/pack-objects.c:3263
14119 msgid "reuse existing objects"
14120 msgstr ""
14121
14122 #: builtin/pack-objects.c:3265
14123 msgid "use OFS_DELTA objects"
14124 msgstr ""
14125
14126 #: builtin/pack-objects.c:3267
14127 msgid "use threads when searching for best delta matches"
14128 msgstr ""
14129
14130 #: builtin/pack-objects.c:3269
14131 msgid "do not create an empty pack output"
14132 msgstr ""
14133
14134 #: builtin/pack-objects.c:3271
14135 msgid "read revision arguments from standard input"
14136 msgstr ""
14137
14138 #: builtin/pack-objects.c:3273
14139 msgid "limit the objects to those that are not yet packed"
14140 msgstr ""
14141
14142 #: builtin/pack-objects.c:3276
14143 msgid "include objects reachable from any reference"
14144 msgstr ""
14145
14146 #: builtin/pack-objects.c:3279
14147 msgid "include objects referred by reflog entries"
14148 msgstr ""
14149
14150 #: builtin/pack-objects.c:3282
14151 msgid "include objects referred to by the index"
14152 msgstr ""
14153
14154 #: builtin/pack-objects.c:3285
14155 msgid "output pack to stdout"
14156 msgstr ""
14157
14158 #: builtin/pack-objects.c:3287
14159 msgid "include tag objects that refer to objects to be packed"
14160 msgstr ""
14161
14162 #: builtin/pack-objects.c:3289
14163 msgid "keep unreachable objects"
14164 msgstr ""
14165
14166 #: builtin/pack-objects.c:3291
14167 msgid "pack loose unreachable objects"
14168 msgstr ""
14169
14170 #: builtin/pack-objects.c:3293
14171 msgid "unpack unreachable objects newer than <time>"
14172 msgstr ""
14173
14174 #: builtin/pack-objects.c:3296
14175 msgid "use the sparse reachability algorithm"
14176 msgstr ""
14177
14178 #: builtin/pack-objects.c:3298
14179 msgid "create thin packs"
14180 msgstr ""
14181
14182 #: builtin/pack-objects.c:3300
14183 msgid "create packs suitable for shallow fetches"
14184 msgstr ""
14185
14186 #: builtin/pack-objects.c:3302
14187 msgid "ignore packs that have companion .keep file"
14188 msgstr ""
14189
14190 #: builtin/pack-objects.c:3304
14191 msgid "ignore this pack"
14192 msgstr ""
14193
14194 #: builtin/pack-objects.c:3306
14195 msgid "pack compression level"
14196 msgstr ""
14197
14198 #: builtin/pack-objects.c:3308
14199 msgid "do not hide commits by grafts"
14200 msgstr ""
14201
14202 #: builtin/pack-objects.c:3310
14203 msgid "use a bitmap index if available to speed up counting objects"
14204 msgstr ""
14205
14206 #: builtin/pack-objects.c:3312
14207 msgid "write a bitmap index together with the pack index"
14208 msgstr ""
14209
14210 #: builtin/pack-objects.c:3315
14211 msgid "handling for missing objects"
14212 msgstr ""
14213
14214 #: builtin/pack-objects.c:3318
14215 msgid "do not pack objects in promisor packfiles"
14216 msgstr ""
14217
14218 #: builtin/pack-objects.c:3320
14219 msgid "respect islands during delta compression"
14220 msgstr ""
14221
14222 #: builtin/pack-objects.c:3345
14223 #, c-format
14224 msgid "delta chain depth %d is too deep, forcing %d"
14225 msgstr ""
14226
14227 #: builtin/pack-objects.c:3350
14228 #, c-format
14229 msgid "pack.deltaCacheLimit is too high, forcing %d"
14230 msgstr ""
14231
14232 #: builtin/pack-objects.c:3404
14233 msgid "--max-pack-size cannot be used to build a pack for transfer"
14234 msgstr ""
14235
14236 #: builtin/pack-objects.c:3406
14237 msgid "minimum pack size limit is 1 MiB"
14238 msgstr ""
14239
14240 #: builtin/pack-objects.c:3411
14241 msgid "--thin cannot be used to build an indexable pack"
14242 msgstr ""
14243
14244 #: builtin/pack-objects.c:3414
14245 msgid "--keep-unreachable and --unpack-unreachable are incompatible"
14246 msgstr ""
14247
14248 #: builtin/pack-objects.c:3420
14249 msgid "cannot use --filter without --stdout"
14250 msgstr ""
14251
14252 #: builtin/pack-objects.c:3479
14253 msgid "Enumerating objects"
14254 msgstr ""
14255
14256 #: builtin/pack-objects.c:3498
14257 #, c-format
14258 msgid "Total %<PRIu32> (delta %<PRIu32>), reused %<PRIu32> (delta %<PRIu32>)"
14259 msgstr ""
14260
14261 #: builtin/pack-refs.c:7
14262 msgid "git pack-refs [<options>]"
14263 msgstr ""
14264
14265 #: builtin/pack-refs.c:15
14266 msgid "pack everything"
14267 msgstr ""
14268
14269 #: builtin/pack-refs.c:16
14270 msgid "prune loose refs (default)"
14271 msgstr ""
14272
14273 #: builtin/prune-packed.c:9
14274 msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
14275 msgstr ""
14276
14277 #: builtin/prune-packed.c:42
14278 msgid "Removing duplicate objects"
14279 msgstr ""
14280
14281 #: builtin/prune.c:12
14282 msgid "git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"
14283 msgstr ""
14284
14285 #: builtin/prune.c:109
14286 msgid "report pruned objects"
14287 msgstr ""
14288
14289 #: builtin/prune.c:112
14290 msgid "expire objects older than <time>"
14291 msgstr ""
14292
14293 #: builtin/prune.c:114
14294 msgid "limit traversal to objects outside promisor packfiles"
14295 msgstr ""
14296
14297 #: builtin/prune.c:128
14298 msgid "cannot prune in a precious-objects repo"
14299 msgstr ""
14300
14301 #: builtin/pull.c:61 builtin/pull.c:63
14302 #, c-format
14303 msgid "Invalid value for %s: %s"
14304 msgstr ""
14305
14306 #: builtin/pull.c:83
14307 msgid "git pull [<options>] [<repository> [<refspec>...]]"
14308 msgstr ""
14309
14310 #: builtin/pull.c:134
14311 msgid "control for recursive fetching of submodules"
14312 msgstr ""
14313
14314 #: builtin/pull.c:138
14315 msgid "Options related to merging"
14316 msgstr ""
14317
14318 #: builtin/pull.c:141
14319 msgid "incorporate changes by rebasing rather than merging"
14320 msgstr ""
14321
14322 #: builtin/pull.c:168 builtin/rebase--interactive.c:149 builtin/revert.c:123
14323 msgid "allow fast-forward"
14324 msgstr ""
14325
14326 #: builtin/pull.c:177
14327 msgid "automatically stash/stash pop before and after rebase"
14328 msgstr ""
14329
14330 #: builtin/pull.c:193
14331 msgid "Options related to fetching"
14332 msgstr ""
14333
14334 #: builtin/pull.c:203
14335 msgid "force overwrite of local branch"
14336 msgstr ""
14337
14338 #: builtin/pull.c:211
14339 msgid "number of submodules pulled in parallel"
14340 msgstr ""
14341
14342 #: builtin/pull.c:306
14343 #, c-format
14344 msgid "Invalid value for pull.ff: %s"
14345 msgstr ""
14346
14347 #: builtin/pull.c:422
14348 msgid ""
14349 "There is no candidate for rebasing against among the refs that you just "
14350 "fetched."
14351 msgstr ""
14352
14353 #: builtin/pull.c:424
14354 msgid ""
14355 "There are no candidates for merging among the refs that you just fetched."
14356 msgstr ""
14357
14358 #: builtin/pull.c:425
14359 msgid ""
14360 "Generally this means that you provided a wildcard refspec which had no\n"
14361 "matches on the remote end."
14362 msgstr ""
14363
14364 #: builtin/pull.c:428
14365 #, c-format
14366 msgid ""
14367 "You asked to pull from the remote '%s', but did not specify\n"
14368 "a branch. Because this is not the default configured remote\n"
14369 "for your current branch, you must specify a branch on the command line."
14370 msgstr ""
14371
14372 #: builtin/pull.c:433 builtin/rebase.c:956 git-parse-remote.sh:73
14373 msgid "You are not currently on a branch."
14374 msgstr ""
14375
14376 #: builtin/pull.c:435 builtin/pull.c:450 git-parse-remote.sh:79
14377 msgid "Please specify which branch you want to rebase against."
14378 msgstr ""
14379
14380 #: builtin/pull.c:437 builtin/pull.c:452 git-parse-remote.sh:82
14381 msgid "Please specify which branch you want to merge with."
14382 msgstr ""
14383
14384 #: builtin/pull.c:438 builtin/pull.c:453
14385 msgid "See git-pull(1) for details."
14386 msgstr ""
14387
14388 #: builtin/pull.c:440 builtin/pull.c:446 builtin/pull.c:455
14389 #: builtin/rebase.c:962 git-parse-remote.sh:64
14390 msgid "<remote>"
14391 msgstr ""
14392
14393 #: builtin/pull.c:440 builtin/pull.c:455 builtin/pull.c:460
14394 #: git-legacy-rebase.sh:564 git-parse-remote.sh:65
14395 msgid "<branch>"
14396 msgstr ""
14397
14398 #: builtin/pull.c:448 builtin/rebase.c:954 git-parse-remote.sh:75
14399 msgid "There is no tracking information for the current branch."
14400 msgstr ""
14401
14402 #: builtin/pull.c:457 git-parse-remote.sh:95
14403 msgid ""
14404 "If you wish to set tracking information for this branch you can do so with:"
14405 msgstr ""
14406
14407 #: builtin/pull.c:462
14408 #, c-format
14409 msgid ""
14410 "Your configuration specifies to merge with the ref '%s'\n"
14411 "from the remote, but no such ref was fetched."
14412 msgstr ""
14413
14414 #: builtin/pull.c:566
14415 #, c-format
14416 msgid "unable to access commit %s"
14417 msgstr ""
14418
14419 #: builtin/pull.c:844
14420 msgid "ignoring --verify-signatures for rebase"
14421 msgstr ""
14422
14423 #: builtin/pull.c:892
14424 msgid "--[no-]autostash option is only valid with --rebase."
14425 msgstr ""
14426
14427 #: builtin/pull.c:900
14428 msgid "Updating an unborn branch with changes added to the index."
14429 msgstr ""
14430
14431 #: builtin/pull.c:904
14432 msgid "pull with rebase"
14433 msgstr ""
14434
14435 #: builtin/pull.c:905
14436 msgid "please commit or stash them."
14437 msgstr ""
14438
14439 #: builtin/pull.c:930
14440 #, c-format
14441 msgid ""
14442 "fetch updated the current branch head.\n"
14443 "fast-forwarding your working tree from\n"
14444 "commit %s."
14445 msgstr ""
14446
14447 #: builtin/pull.c:936
14448 #, c-format
14449 msgid ""
14450 "Cannot fast-forward your working tree.\n"
14451 "After making sure that you saved anything precious from\n"
14452 "$ git diff %s\n"
14453 "output, run\n"
14454 "$ git reset --hard\n"
14455 "to recover."
14456 msgstr ""
14457
14458 #: builtin/pull.c:951
14459 msgid "Cannot merge multiple branches into empty head."
14460 msgstr ""
14461
14462 #: builtin/pull.c:955
14463 msgid "Cannot rebase onto multiple branches."
14464 msgstr ""
14465
14466 #: builtin/pull.c:962
14467 msgid "cannot rebase with locally recorded submodule modifications"
14468 msgstr ""
14469
14470 #: builtin/push.c:19
14471 msgid "git push [<options>] [<repository> [<refspec>...]]"
14472 msgstr ""
14473
14474 #: builtin/push.c:111
14475 msgid "tag shorthand without <tag>"
14476 msgstr ""
14477
14478 #: builtin/push.c:121
14479 msgid "--delete only accepts plain target ref names"
14480 msgstr ""
14481
14482 #: builtin/push.c:167
14483 msgid ""
14484 "\n"
14485 "To choose either option permanently, see push.default in 'git help config'."
14486 msgstr ""
14487
14488 #: builtin/push.c:170
14489 #, c-format
14490 msgid ""
14491 "The upstream branch of your current branch does not match\n"
14492 "the name of your current branch. To push to the upstream branch\n"
14493 "on the remote, use\n"
14494 "\n"
14495 " git push %s HEAD:%s\n"
14496 "\n"
14497 "To push to the branch of the same name on the remote, use\n"
14498 "\n"
14499 " git push %s HEAD\n"
14500 "%s"
14501 msgstr ""
14502
14503 #: builtin/push.c:185
14504 #, c-format
14505 msgid ""
14506 "You are not currently on a branch.\n"
14507 "To push the history leading to the current (detached HEAD)\n"
14508 "state now, use\n"
14509 "\n"
14510 " git push %s HEAD:<name-of-remote-branch>\n"
14511 msgstr ""
14512
14513 #: builtin/push.c:199
14514 #, c-format
14515 msgid ""
14516 "The current branch %s has no upstream branch.\n"
14517 "To push the current branch and set the remote as upstream, use\n"
14518 "\n"
14519 " git push --set-upstream %s %s\n"
14520 msgstr ""
14521
14522 #: builtin/push.c:207
14523 #, c-format
14524 msgid "The current branch %s has multiple upstream branches, refusing to push."
14525 msgstr ""
14526
14527 #: builtin/push.c:210
14528 #, c-format
14529 msgid ""
14530 "You are pushing to remote '%s', which is not the upstream of\n"
14531 "your current branch '%s', without telling me what to push\n"
14532 "to update which remote branch."
14533 msgstr ""
14534
14535 #: builtin/push.c:269
14536 msgid ""
14537 "You didn't specify any refspecs to push, and push.default is \"nothing\"."
14538 msgstr ""
14539
14540 #: builtin/push.c:276
14541 msgid ""
14542 "Updates were rejected because the tip of your current branch is behind\n"
14543 "its remote counterpart. Integrate the remote changes (e.g.\n"
14544 "'git pull ...') before pushing again.\n"
14545 "See the 'Note about fast-forwards' in 'git push --help' for details."
14546 msgstr ""
14547
14548 #: builtin/push.c:282
14549 msgid ""
14550 "Updates were rejected because a pushed branch tip is behind its remote\n"
14551 "counterpart. Check out this branch and integrate the remote changes\n"
14552 "(e.g. 'git pull ...') before pushing again.\n"
14553 "See the 'Note about fast-forwards' in 'git push --help' for details."
14554 msgstr ""
14555
14556 #: builtin/push.c:288
14557 msgid ""
14558 "Updates were rejected because the remote contains work that you do\n"
14559 "not have locally. This is usually caused by another repository pushing\n"
14560 "to the same ref. You may want to first integrate the remote changes\n"
14561 "(e.g., 'git pull ...') before pushing again.\n"
14562 "See the 'Note about fast-forwards' in 'git push --help' for details."
14563 msgstr ""
14564
14565 #: builtin/push.c:295
14566 msgid "Updates were rejected because the tag already exists in the remote."
14567 msgstr ""
14568
14569 #: builtin/push.c:298
14570 msgid ""
14571 "You cannot update a remote ref that points at a non-commit object,\n"
14572 "or update a remote ref to make it point at a non-commit object,\n"
14573 "without using the '--force' option.\n"
14574 msgstr ""
14575
14576 #: builtin/push.c:359
14577 #, c-format
14578 msgid "Pushing to %s\n"
14579 msgstr ""
14580
14581 #: builtin/push.c:364
14582 #, c-format
14583 msgid "failed to push some refs to '%s'"
14584 msgstr ""
14585
14586 #: builtin/push.c:398
14587 #, c-format
14588 msgid "bad repository '%s'"
14589 msgstr ""
14590
14591 #: builtin/push.c:399
14592 msgid ""
14593 "No configured push destination.\n"
14594 "Either specify the URL from the command-line or configure a remote "
14595 "repository using\n"
14596 "\n"
14597 " git remote add <name> <url>\n"
14598 "\n"
14599 "and then push using the remote name\n"
14600 "\n"
14601 " git push <name>\n"
14602 msgstr ""
14603
14604 #: builtin/push.c:554
14605 msgid "repository"
14606 msgstr ""
14607
14608 #: builtin/push.c:555 builtin/send-pack.c:164
14609 msgid "push all refs"
14610 msgstr ""
14611
14612 #: builtin/push.c:556 builtin/send-pack.c:166
14613 msgid "mirror all refs"
14614 msgstr ""
14615
14616 #: builtin/push.c:558
14617 msgid "delete refs"
14618 msgstr ""
14619
14620 #: builtin/push.c:559
14621 msgid "push tags (can't be used with --all or --mirror)"
14622 msgstr ""
14623
14624 #: builtin/push.c:562 builtin/send-pack.c:167
14625 msgid "force updates"
14626 msgstr ""
14627
14628 #: builtin/push.c:564 builtin/send-pack.c:181
14629 msgid "<refname>:<expect>"
14630 msgstr ""
14631
14632 #: builtin/push.c:565 builtin/send-pack.c:182
14633 msgid "require old value of ref to be at this value"
14634 msgstr ""
14635
14636 #: builtin/push.c:568
14637 msgid "control recursive pushing of submodules"
14638 msgstr ""
14639
14640 #: builtin/push.c:570 builtin/send-pack.c:175
14641 msgid "use thin pack"
14642 msgstr ""
14643
14644 #: builtin/push.c:571 builtin/push.c:572 builtin/send-pack.c:161
14645 #: builtin/send-pack.c:162
14646 msgid "receive pack program"
14647 msgstr ""
14648
14649 #: builtin/push.c:573
14650 msgid "set upstream for git pull/status"
14651 msgstr ""
14652
14653 #: builtin/push.c:576
14654 msgid "prune locally removed refs"
14655 msgstr ""
14656
14657 #: builtin/push.c:578
14658 msgid "bypass pre-push hook"
14659 msgstr ""
14660
14661 #: builtin/push.c:579
14662 msgid "push missing but relevant tags"
14663 msgstr ""
14664
14665 #: builtin/push.c:582 builtin/send-pack.c:169
14666 msgid "GPG sign the push"
14667 msgstr ""
14668
14669 #: builtin/push.c:584 builtin/send-pack.c:176
14670 msgid "request atomic transaction on remote side"
14671 msgstr ""
14672
14673 #: builtin/push.c:602
14674 msgid "--delete is incompatible with --all, --mirror and --tags"
14675 msgstr ""
14676
14677 #: builtin/push.c:604
14678 msgid "--delete doesn't make sense without any refs"
14679 msgstr ""
14680
14681 #: builtin/push.c:607
14682 msgid "--all and --tags are incompatible"
14683 msgstr ""
14684
14685 #: builtin/push.c:609
14686 msgid "--all can't be combined with refspecs"
14687 msgstr ""
14688
14689 #: builtin/push.c:613
14690 msgid "--mirror and --tags are incompatible"
14691 msgstr ""
14692
14693 #: builtin/push.c:615
14694 msgid "--mirror can't be combined with refspecs"
14695 msgstr ""
14696
14697 #: builtin/push.c:618
14698 msgid "--all and --mirror are incompatible"
14699 msgstr ""
14700
14701 #: builtin/push.c:637
14702 msgid "push options must not have new line characters"
14703 msgstr ""
14704
14705 #: builtin/range-diff.c:8
14706 msgid "git range-diff [<options>] <old-base>..<old-tip> <new-base>..<new-tip>"
14707 msgstr ""
14708
14709 #: builtin/range-diff.c:9
14710 msgid "git range-diff [<options>] <old-tip>...<new-tip>"
14711 msgstr ""
14712
14713 #: builtin/range-diff.c:10
14714 msgid "git range-diff [<options>] <base> <old-tip> <new-tip>"
14715 msgstr ""
14716
14717 #: builtin/range-diff.c:21
14718 msgid "Percentage by which creation is weighted"
14719 msgstr ""
14720
14721 #: builtin/range-diff.c:23
14722 msgid "use simple diff colors"
14723 msgstr ""
14724
14725 #: builtin/range-diff.c:61 builtin/range-diff.c:65
14726 #, c-format
14727 msgid "no .. in range: '%s'"
14728 msgstr ""
14729
14730 #: builtin/range-diff.c:75
14731 msgid "single arg format must be symmetric range"
14732 msgstr ""
14733
14734 #: builtin/range-diff.c:90
14735 msgid "need two commit ranges"
14736 msgstr ""
14737
14738 #: builtin/read-tree.c:41
14739 msgid ""
14740 "git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
14741 "[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
14742 "index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
14743 msgstr ""
14744
14745 #: builtin/read-tree.c:124
14746 msgid "write resulting index to <file>"
14747 msgstr ""
14748
14749 #: builtin/read-tree.c:127
14750 msgid "only empty the index"
14751 msgstr ""
14752
14753 #: builtin/read-tree.c:129
14754 msgid "Merging"
14755 msgstr ""
14756
14757 #: builtin/read-tree.c:131
14758 msgid "perform a merge in addition to a read"
14759 msgstr ""
14760
14761 #: builtin/read-tree.c:133
14762 msgid "3-way merge if no file level merging required"
14763 msgstr ""
14764
14765 #: builtin/read-tree.c:135
14766 msgid "3-way merge in presence of adds and removes"
14767 msgstr ""
14768
14769 #: builtin/read-tree.c:137
14770 msgid "same as -m, but discard unmerged entries"
14771 msgstr ""
14772
14773 #: builtin/read-tree.c:138
14774 msgid "<subdirectory>/"
14775 msgstr ""
14776
14777 #: builtin/read-tree.c:139
14778 msgid "read the tree into the index under <subdirectory>/"
14779 msgstr ""
14780
14781 #: builtin/read-tree.c:142
14782 msgid "update working tree with merge result"
14783 msgstr ""
14784
14785 #: builtin/read-tree.c:144
14786 msgid "gitignore"
14787 msgstr ""
14788
14789 #: builtin/read-tree.c:145
14790 msgid "allow explicitly ignored files to be overwritten"
14791 msgstr ""
14792
14793 #: builtin/read-tree.c:148
14794 msgid "don't check the working tree after merging"
14795 msgstr ""
14796
14797 #: builtin/read-tree.c:149
14798 msgid "don't update the index or the work tree"
14799 msgstr ""
14800
14801 #: builtin/read-tree.c:151
14802 msgid "skip applying sparse checkout filter"
14803 msgstr ""
14804
14805 #: builtin/read-tree.c:153
14806 msgid "debug unpack-trees"
14807 msgstr ""
14808
14809 #: builtin/rebase.c:30
14810 msgid ""
14811 "git rebase [-i] [options] [--exec <cmd>] [--onto <newbase>] [<upstream>] "
14812 "[<branch>]"
14813 msgstr ""
14814
14815 #: builtin/rebase.c:32
14816 msgid ""
14817 "git rebase [-i] [options] [--exec <cmd>] [--onto <newbase>] --root [<branch>]"
14818 msgstr ""
14819
14820 #: builtin/rebase.c:34
14821 msgid "git rebase --continue | --abort | --skip | --edit-todo"
14822 msgstr ""
14823
14824 #: builtin/rebase.c:121 builtin/rebase.c:1437
14825 #, c-format
14826 msgid "%s requires an interactive rebase"
14827 msgstr ""
14828
14829 #: builtin/rebase.c:173
14830 #, c-format
14831 msgid "could not get 'onto': '%s'"
14832 msgstr ""
14833
14834 #: builtin/rebase.c:188
14835 #, c-format
14836 msgid "invalid orig-head: '%s'"
14837 msgstr ""
14838
14839 #: builtin/rebase.c:213
14840 #, c-format
14841 msgid "ignoring invalid allow_rerere_autoupdate: '%s'"
14842 msgstr ""
14843
14844 #: builtin/rebase.c:289
14845 #, c-format
14846 msgid "Could not read '%s'"
14847 msgstr ""
14848
14849 #: builtin/rebase.c:307
14850 #, c-format
14851 msgid "Cannot store %s"
14852 msgstr ""
14853
14854 #: builtin/rebase.c:402
14855 msgid "could not determine HEAD revision"
14856 msgstr ""
14857
14858 #: builtin/rebase.c:522
14859 msgid ""
14860 "Resolve all conflicts manually, mark them as resolved with\n"
14861 "\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"
14862 "You can instead skip this commit: run \"git rebase --skip\".\n"
14863 "To abort and get back to the state before \"git rebase\", run \"git rebase --"
14864 "abort\"."
14865 msgstr ""
14866
14867 #: builtin/rebase.c:603
14868 #, c-format
14869 msgid ""
14870 "\n"
14871 "git encountered an error while preparing the patches to replay\n"
14872 "these revisions:\n"
14873 "\n"
14874 " %s\n"
14875 "\n"
14876 "As a result, git cannot rebase them."
14877 msgstr ""
14878
14879 #: builtin/rebase.c:948
14880 #, c-format
14881 msgid ""
14882 "%s\n"
14883 "Please specify which branch you want to rebase against.\n"
14884 "See git-rebase(1) for details.\n"
14885 "\n"
14886 " git rebase '<branch>'\n"
14887 "\n"
14888 msgstr ""
14889
14890 #: builtin/rebase.c:964
14891 #, c-format
14892 msgid ""
14893 "If you wish to set tracking information for this branch you can do so with:\n"
14894 "\n"
14895 " git branch --set-upstream-to=%s/<branch> %s\n"
14896 "\n"
14897 msgstr ""
14898
14899 #: builtin/rebase.c:994
14900 msgid "exec commands cannot contain newlines"
14901 msgstr ""
14902
14903 #: builtin/rebase.c:998
14904 msgid "empty exec command"
14905 msgstr ""
14906
14907 #: builtin/rebase.c:1040
14908 msgid "rebase onto given branch instead of upstream"
14909 msgstr ""
14910
14911 #: builtin/rebase.c:1042
14912 msgid "allow pre-rebase hook to run"
14913 msgstr ""
14914
14915 #: builtin/rebase.c:1044
14916 msgid "be quiet. implies --no-stat"
14917 msgstr ""
14918
14919 #: builtin/rebase.c:1047
14920 msgid "display a diffstat of what changed upstream"
14921 msgstr ""
14922
14923 #: builtin/rebase.c:1050
14924 msgid "do not show diffstat of what changed upstream"
14925 msgstr ""
14926
14927 #: builtin/rebase.c:1053
14928 msgid "add a Signed-off-by: line to each commit"
14929 msgstr ""
14930
14931 #: builtin/rebase.c:1055 builtin/rebase.c:1059 builtin/rebase.c:1061
14932 msgid "passed to 'git am'"
14933 msgstr ""
14934
14935 #: builtin/rebase.c:1063 builtin/rebase.c:1065
14936 msgid "passed to 'git apply'"
14937 msgstr ""
14938
14939 #: builtin/rebase.c:1067 builtin/rebase.c:1070
14940 msgid "cherry-pick all commits, even if unchanged"
14941 msgstr ""
14942
14943 #: builtin/rebase.c:1072
14944 msgid "continue"
14945 msgstr ""
14946
14947 #: builtin/rebase.c:1075
14948 msgid "skip current patch and continue"
14949 msgstr ""
14950
14951 #: builtin/rebase.c:1077
14952 msgid "abort and check out the original branch"
14953 msgstr ""
14954
14955 #: builtin/rebase.c:1080
14956 msgid "abort but keep HEAD where it is"
14957 msgstr ""
14958
14959 #: builtin/rebase.c:1081
14960 msgid "edit the todo list during an interactive rebase"
14961 msgstr ""
14962
14963 #: builtin/rebase.c:1084
14964 msgid "show the patch file being applied or merged"
14965 msgstr ""
14966
14967 #: builtin/rebase.c:1087
14968 msgid "use merging strategies to rebase"
14969 msgstr ""
14970
14971 #: builtin/rebase.c:1091
14972 msgid "let the user edit the list of commits to rebase"
14973 msgstr ""
14974
14975 #: builtin/rebase.c:1095
14976 msgid "try to recreate merges instead of ignoring them"
14977 msgstr ""
14978
14979 #: builtin/rebase.c:1099
14980 msgid "allow rerere to update index with resolved conflict"
14981 msgstr ""
14982
14983 #: builtin/rebase.c:1102
14984 msgid "preserve empty commits during rebase"
14985 msgstr ""
14986
14987 #: builtin/rebase.c:1104
14988 msgid "move commits that begin with squash!/fixup! under -i"
14989 msgstr ""
14990
14991 #: builtin/rebase.c:1110
14992 msgid "automatically stash/stash pop before and after"
14993 msgstr ""
14994
14995 #: builtin/rebase.c:1112
14996 msgid "add exec lines after each commit of the editable list"
14997 msgstr ""
14998
14999 #: builtin/rebase.c:1116
15000 msgid "allow rebasing commits with empty messages"
15001 msgstr ""
15002
15003 #: builtin/rebase.c:1119
15004 msgid "try to rebase merges instead of skipping them"
15005 msgstr ""
15006
15007 #: builtin/rebase.c:1122
15008 msgid "use 'merge-base --fork-point' to refine upstream"
15009 msgstr ""
15010
15011 #: builtin/rebase.c:1124
15012 msgid "use the given merge strategy"
15013 msgstr ""
15014
15015 #: builtin/rebase.c:1126 builtin/revert.c:112
15016 msgid "option"
15017 msgstr ""
15018
15019 #: builtin/rebase.c:1127
15020 msgid "pass the argument through to the merge strategy"
15021 msgstr ""
15022
15023 #: builtin/rebase.c:1130
15024 msgid "rebase all reachable commits up to the root(s)"
15025 msgstr ""
15026
15027 #: builtin/rebase.c:1133 builtin/rebase--interactive.c:198
15028 msgid "automatically re-schedule any `exec` that fails"
15029 msgstr ""
15030
15031 #: builtin/rebase.c:1149
15032 #, c-format
15033 msgid "could not exec %s"
15034 msgstr ""
15035
15036 #: builtin/rebase.c:1167 git-legacy-rebase.sh:220
15037 msgid "It looks like 'git am' is in progress. Cannot rebase."
15038 msgstr ""
15039
15040 #: builtin/rebase.c:1208 git-legacy-rebase.sh:406
15041 msgid "No rebase in progress?"
15042 msgstr ""
15043
15044 #: builtin/rebase.c:1212 git-legacy-rebase.sh:417
15045 msgid "The --edit-todo action can only be used during interactive rebase."
15046 msgstr ""
15047
15048 #: builtin/rebase.c:1226 git-legacy-rebase.sh:424
15049 msgid "Cannot read HEAD"
15050 msgstr ""
15051
15052 #: builtin/rebase.c:1238 git-legacy-rebase.sh:427
15053 msgid ""
15054 "You must edit all merge conflicts and then\n"
15055 "mark them as resolved using git add"
15056 msgstr ""
15057
15058 #: builtin/rebase.c:1257
15059 msgid "could not discard worktree changes"
15060 msgstr ""
15061
15062 #: builtin/rebase.c:1276
15063 #, c-format
15064 msgid "could not move back to %s"
15065 msgstr ""
15066
15067 #: builtin/rebase.c:1287 builtin/rm.c:369
15068 #, c-format
15069 msgid "could not remove '%s'"
15070 msgstr ""
15071
15072 #: builtin/rebase.c:1313
15073 #, c-format
15074 msgid ""
15075 "It seems that there is already a %s directory, and\n"
15076 "I wonder if you are in the middle of another rebase. If that is the\n"
15077 "case, please try\n"
15078 "\t%s\n"
15079 "If that is not the case, please\n"
15080 "\t%s\n"
15081 "and run me again. I am stopping in case you still have something\n"
15082 "valuable there.\n"
15083 msgstr ""
15084
15085 #: builtin/rebase.c:1334
15086 msgid "switch `C' expects a numerical value"
15087 msgstr ""
15088
15089 #: builtin/rebase.c:1375
15090 #, c-format
15091 msgid "Unknown mode: %s"
15092 msgstr ""
15093
15094 #: builtin/rebase.c:1397
15095 msgid "--strategy requires --merge or --interactive"
15096 msgstr ""
15097
15098 #: builtin/rebase.c:1446
15099 msgid "cannot combine am options with either interactive or merge options"
15100 msgstr ""
15101
15102 #: builtin/rebase.c:1465
15103 msgid "cannot combine '--preserve-merges' with '--rebase-merges'"
15104 msgstr ""
15105
15106 #: builtin/rebase.c:1469 git-legacy-rebase.sh:544
15107 msgid ""
15108 "error: cannot combine '--preserve-merges' with '--reschedule-failed-exec'"
15109 msgstr ""
15110
15111 #: builtin/rebase.c:1475
15112 msgid "cannot combine '--rebase-merges' with '--strategy-option'"
15113 msgstr ""
15114
15115 #: builtin/rebase.c:1478
15116 msgid "cannot combine '--rebase-merges' with '--strategy'"
15117 msgstr ""
15118
15119 #: builtin/rebase.c:1502
15120 #, c-format
15121 msgid "invalid upstream '%s'"
15122 msgstr ""
15123
15124 #: builtin/rebase.c:1508
15125 msgid "Could not create new root commit"
15126 msgstr ""
15127
15128 #: builtin/rebase.c:1526
15129 #, c-format
15130 msgid "'%s': need exactly one merge base"
15131 msgstr ""
15132
15133 #: builtin/rebase.c:1533
15134 #, c-format
15135 msgid "Does not point to a valid commit '%s'"
15136 msgstr ""
15137
15138 #: builtin/rebase.c:1558
15139 #, c-format
15140 msgid "fatal: no such branch/commit '%s'"
15141 msgstr ""
15142
15143 #: builtin/rebase.c:1566 builtin/submodule--helper.c:38
15144 #: builtin/submodule--helper.c:1934
15145 #, c-format
15146 msgid "No such ref: %s"
15147 msgstr ""
15148
15149 #: builtin/rebase.c:1578
15150 msgid "Could not resolve HEAD to a revision"
15151 msgstr ""
15152
15153 #: builtin/rebase.c:1619 git-legacy-rebase.sh:673
15154 msgid "Cannot autostash"
15155 msgstr ""
15156
15157 #: builtin/rebase.c:1622
15158 #, c-format
15159 msgid "Unexpected stash response: '%s'"
15160 msgstr ""
15161
15162 #: builtin/rebase.c:1628
15163 #, c-format
15164 msgid "Could not create directory for '%s'"
15165 msgstr ""
15166
15167 #: builtin/rebase.c:1631
15168 #, c-format
15169 msgid "Created autostash: %s\n"
15170 msgstr ""
15171
15172 #: builtin/rebase.c:1634
15173 msgid "could not reset --hard"
15174 msgstr ""
15175
15176 #: builtin/rebase.c:1635 builtin/reset.c:114
15177 #, c-format
15178 msgid "HEAD is now at %s"
15179 msgstr ""
15180
15181 #: builtin/rebase.c:1651 git-legacy-rebase.sh:682
15182 msgid "Please commit or stash them."
15183 msgstr ""
15184
15185 #: builtin/rebase.c:1678
15186 #, c-format
15187 msgid "could not parse '%s'"
15188 msgstr ""
15189
15190 #: builtin/rebase.c:1691
15191 #, c-format
15192 msgid "could not switch to %s"
15193 msgstr ""
15194
15195 #: builtin/rebase.c:1702 git-legacy-rebase.sh:705
15196 #, sh-format
15197 msgid "HEAD is up to date."
15198 msgstr ""
15199
15200 #: builtin/rebase.c:1704
15201 #, c-format
15202 msgid "Current branch %s is up to date.\n"
15203 msgstr ""
15204
15205 #: builtin/rebase.c:1712 git-legacy-rebase.sh:715
15206 #, sh-format
15207 msgid "HEAD is up to date, rebase forced."
15208 msgstr ""
15209
15210 #: builtin/rebase.c:1714
15211 #, c-format
15212 msgid "Current branch %s is up to date, rebase forced.\n"
15213 msgstr ""
15214
15215 #: builtin/rebase.c:1722 git-legacy-rebase.sh:215
15216 msgid "The pre-rebase hook refused to rebase."
15217 msgstr ""
15218
15219 #: builtin/rebase.c:1729
15220 #, c-format
15221 msgid "Changes to %s:\n"
15222 msgstr ""
15223
15224 #: builtin/rebase.c:1732
15225 #, c-format
15226 msgid "Changes from %s to %s:\n"
15227 msgstr ""
15228
15229 #: builtin/rebase.c:1757
15230 #, c-format
15231 msgid "First, rewinding head to replay your work on top of it...\n"
15232 msgstr ""
15233
15234 #: builtin/rebase.c:1765
15235 msgid "Could not detach HEAD"
15236 msgstr ""
15237
15238 #: builtin/rebase.c:1774
15239 #, c-format
15240 msgid "Fast-forwarded %s to %s.\n"
15241 msgstr ""
15242
15243 #: builtin/rebase--interactive.c:25
15244 msgid "no HEAD?"
15245 msgstr ""
15246
15247 #: builtin/rebase--interactive.c:52
15248 #, c-format
15249 msgid "could not create temporary %s"
15250 msgstr ""
15251
15252 #: builtin/rebase--interactive.c:58
15253 msgid "could not mark as interactive"
15254 msgstr ""
15255
15256 #: builtin/rebase--interactive.c:102
15257 #, c-format
15258 msgid "could not open %s"
15259 msgstr ""
15260
15261 #: builtin/rebase--interactive.c:115
15262 msgid "could not generate todo list"
15263 msgstr ""
15264
15265 #: builtin/rebase--interactive.c:131
15266 msgid "git rebase--interactive [<options>]"
15267 msgstr ""
15268
15269 #: builtin/rebase--interactive.c:150
15270 msgid "keep empty commits"
15271 msgstr ""
15272
15273 #: builtin/rebase--interactive.c:152 builtin/revert.c:125
15274 msgid "allow commits with empty messages"
15275 msgstr ""
15276
15277 #: builtin/rebase--interactive.c:153
15278 msgid "rebase merge commits"
15279 msgstr ""
15280
15281 #: builtin/rebase--interactive.c:155
15282 msgid "keep original branch points of cousins"
15283 msgstr ""
15284
15285 #: builtin/rebase--interactive.c:157
15286 msgid "move commits that begin with squash!/fixup!"
15287 msgstr ""
15288
15289 #: builtin/rebase--interactive.c:158
15290 msgid "sign commits"
15291 msgstr ""
15292
15293 #: builtin/rebase--interactive.c:160
15294 msgid "continue rebase"
15295 msgstr ""
15296
15297 #: builtin/rebase--interactive.c:162
15298 msgid "skip commit"
15299 msgstr ""
15300
15301 #: builtin/rebase--interactive.c:163
15302 msgid "edit the todo list"
15303 msgstr ""
15304
15305 #: builtin/rebase--interactive.c:165
15306 msgid "show the current patch"
15307 msgstr ""
15308
15309 #: builtin/rebase--interactive.c:168
15310 msgid "shorten commit ids in the todo list"
15311 msgstr ""
15312
15313 #: builtin/rebase--interactive.c:170
15314 msgid "expand commit ids in the todo list"
15315 msgstr ""
15316
15317 #: builtin/rebase--interactive.c:172
15318 msgid "check the todo list"
15319 msgstr ""
15320
15321 #: builtin/rebase--interactive.c:174
15322 msgid "rearrange fixup/squash lines"
15323 msgstr ""
15324
15325 #: builtin/rebase--interactive.c:176
15326 msgid "insert exec commands in todo list"
15327 msgstr ""
15328
15329 #: builtin/rebase--interactive.c:177
15330 msgid "onto"
15331 msgstr ""
15332
15333 #: builtin/rebase--interactive.c:179
15334 msgid "restrict-revision"
15335 msgstr ""
15336
15337 #: builtin/rebase--interactive.c:179
15338 msgid "restrict revision"
15339 msgstr ""
15340
15341 #: builtin/rebase--interactive.c:180
15342 msgid "squash-onto"
15343 msgstr ""
15344
15345 #: builtin/rebase--interactive.c:181
15346 msgid "squash onto"
15347 msgstr ""
15348
15349 #: builtin/rebase--interactive.c:183
15350 msgid "the upstream commit"
15351 msgstr ""
15352
15353 #: builtin/rebase--interactive.c:184
15354 msgid "head-name"
15355 msgstr ""
15356
15357 #: builtin/rebase--interactive.c:184
15358 msgid "head name"
15359 msgstr ""
15360
15361 #: builtin/rebase--interactive.c:189
15362 msgid "rebase strategy"
15363 msgstr ""
15364
15365 #: builtin/rebase--interactive.c:190
15366 msgid "strategy-opts"
15367 msgstr ""
15368
15369 #: builtin/rebase--interactive.c:191
15370 msgid "strategy options"
15371 msgstr ""
15372
15373 #: builtin/rebase--interactive.c:192
15374 msgid "switch-to"
15375 msgstr ""
15376
15377 #: builtin/rebase--interactive.c:193
15378 msgid "the branch or commit to checkout"
15379 msgstr ""
15380
15381 #: builtin/rebase--interactive.c:194
15382 msgid "onto-name"
15383 msgstr ""
15384
15385 #: builtin/rebase--interactive.c:194
15386 msgid "onto name"
15387 msgstr ""
15388
15389 #: builtin/rebase--interactive.c:195
15390 msgid "cmd"
15391 msgstr ""
15392
15393 #: builtin/rebase--interactive.c:195
15394 msgid "the command to run"
15395 msgstr ""
15396
15397 #: builtin/rebase--interactive.c:224
15398 msgid "--[no-]rebase-cousins has no effect without --rebase-merges"
15399 msgstr ""
15400
15401 #: builtin/rebase--interactive.c:230
15402 msgid "a base commit must be provided with --upstream or --onto"
15403 msgstr ""
15404
15405 #: builtin/receive-pack.c:33
15406 msgid "git receive-pack <git-dir>"
15407 msgstr ""
15408
15409 #: builtin/receive-pack.c:830
15410 msgid ""
15411 "By default, updating the current branch in a non-bare repository\n"
15412 "is denied, because it will make the index and work tree inconsistent\n"
15413 "with what you pushed, and will require 'git reset --hard' to match\n"
15414 "the work tree to HEAD.\n"
15415 "\n"
15416 "You can set the 'receive.denyCurrentBranch' configuration variable\n"
15417 "to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
15418 "its current branch; however, this is not recommended unless you\n"
15419 "arranged to update its work tree to match what you pushed in some\n"
15420 "other way.\n"
15421 "\n"
15422 "To squelch this message and still keep the default behaviour, set\n"
15423 "'receive.denyCurrentBranch' configuration variable to 'refuse'."
15424 msgstr ""
15425
15426 #: builtin/receive-pack.c:850
15427 msgid ""
15428 "By default, deleting the current branch is denied, because the next\n"
15429 "'git clone' won't result in any file checked out, causing confusion.\n"
15430 "\n"
15431 "You can set 'receive.denyDeleteCurrent' configuration variable to\n"
15432 "'warn' or 'ignore' in the remote repository to allow deleting the\n"
15433 "current branch, with or without a warning message.\n"
15434 "\n"
15435 "To squelch this message, you can set it to 'refuse'."
15436 msgstr ""
15437
15438 #: builtin/receive-pack.c:1929
15439 msgid "quiet"
15440 msgstr ""
15441
15442 #: builtin/receive-pack.c:1943
15443 msgid "You must specify a directory."
15444 msgstr ""
15445
15446 #: builtin/reflog.c:17
15447 msgid ""
15448 "git reflog expire [--expire=<time>] [--expire-unreachable=<time>] [--"
15449 "rewrite] [--updateref] [--stale-fix] [--dry-run | -n] [--verbose] [--all] "
15450 "<refs>..."
15451 msgstr ""
15452
15453 #: builtin/reflog.c:22
15454 msgid ""
15455 "git reflog delete [--rewrite] [--updateref] [--dry-run | -n] [--verbose] "
15456 "<refs>..."
15457 msgstr ""
15458
15459 #: builtin/reflog.c:25
15460 msgid "git reflog exists <ref>"
15461 msgstr ""
15462
15463 #: builtin/reflog.c:567 builtin/reflog.c:572
15464 #, c-format
15465 msgid "'%s' is not a valid timestamp"
15466 msgstr ""
15467
15468 #: builtin/reflog.c:605
15469 #, c-format
15470 msgid "Marking reachable objects..."
15471 msgstr ""
15472
15473 #: builtin/reflog.c:643
15474 #, c-format
15475 msgid "%s points nowhere!"
15476 msgstr ""
15477
15478 #: builtin/reflog.c:695
15479 msgid "no reflog specified to delete"
15480 msgstr ""
15481
15482 #: builtin/reflog.c:704
15483 #, c-format
15484 msgid "not a reflog: %s"
15485 msgstr ""
15486
15487 #: builtin/reflog.c:709
15488 #, c-format
15489 msgid "no reflog for '%s'"
15490 msgstr ""
15491
15492 #: builtin/reflog.c:755
15493 #, c-format
15494 msgid "invalid ref format: %s"
15495 msgstr ""
15496
15497 #: builtin/reflog.c:764
15498 msgid "git reflog [ show | expire | delete | exists ]"
15499 msgstr ""
15500
15501 #: builtin/remote.c:16
15502 msgid "git remote [-v | --verbose]"
15503 msgstr ""
15504
15505 #: builtin/remote.c:17
15506 msgid ""
15507 "git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
15508 "mirror=<fetch|push>] <name> <url>"
15509 msgstr ""
15510
15511 #: builtin/remote.c:18 builtin/remote.c:38
15512 msgid "git remote rename <old> <new>"
15513 msgstr ""
15514
15515 #: builtin/remote.c:19 builtin/remote.c:43
15516 msgid "git remote remove <name>"
15517 msgstr ""
15518
15519 #: builtin/remote.c:20 builtin/remote.c:48
15520 msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
15521 msgstr ""
15522
15523 #: builtin/remote.c:21
15524 msgid "git remote [-v | --verbose] show [-n] <name>"
15525 msgstr ""
15526
15527 #: builtin/remote.c:22
15528 msgid "git remote prune [-n | --dry-run] <name>"
15529 msgstr ""
15530
15531 #: builtin/remote.c:23
15532 msgid ""
15533 "git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
15534 msgstr ""
15535
15536 #: builtin/remote.c:24
15537 msgid "git remote set-branches [--add] <name> <branch>..."
15538 msgstr ""
15539
15540 #: builtin/remote.c:25 builtin/remote.c:74
15541 msgid "git remote get-url [--push] [--all] <name>"
15542 msgstr ""
15543
15544 #: builtin/remote.c:26 builtin/remote.c:79
15545 msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
15546 msgstr ""
15547
15548 #: builtin/remote.c:27 builtin/remote.c:80
15549 msgid "git remote set-url --add <name> <newurl>"
15550 msgstr ""
15551
15552 #: builtin/remote.c:28 builtin/remote.c:81
15553 msgid "git remote set-url --delete <name> <url>"
15554 msgstr ""
15555
15556 #: builtin/remote.c:33
15557 msgid "git remote add [<options>] <name> <url>"
15558 msgstr ""
15559
15560 #: builtin/remote.c:53
15561 msgid "git remote set-branches <name> <branch>..."
15562 msgstr ""
15563
15564 #: builtin/remote.c:54
15565 msgid "git remote set-branches --add <name> <branch>..."
15566 msgstr ""
15567
15568 #: builtin/remote.c:59
15569 msgid "git remote show [<options>] <name>"
15570 msgstr ""
15571
15572 #: builtin/remote.c:64
15573 msgid "git remote prune [<options>] <name>"
15574 msgstr ""
15575
15576 #: builtin/remote.c:69
15577 msgid "git remote update [<options>] [<group> | <remote>]..."
15578 msgstr ""
15579
15580 #: builtin/remote.c:98
15581 #, c-format
15582 msgid "Updating %s"
15583 msgstr ""
15584
15585 #: builtin/remote.c:130
15586 msgid ""
15587 "--mirror is dangerous and deprecated; please\n"
15588 "\t use --mirror=fetch or --mirror=push instead"
15589 msgstr ""
15590
15591 #: builtin/remote.c:147
15592 #, c-format
15593 msgid "unknown mirror argument: %s"
15594 msgstr ""
15595
15596 #: builtin/remote.c:163
15597 msgid "fetch the remote branches"
15598 msgstr ""
15599
15600 #: builtin/remote.c:165
15601 msgid "import all tags and associated objects when fetching"
15602 msgstr ""
15603
15604 #: builtin/remote.c:168
15605 msgid "or do not fetch any tag at all (--no-tags)"
15606 msgstr ""
15607
15608 #: builtin/remote.c:170
15609 msgid "branch(es) to track"
15610 msgstr ""
15611
15612 #: builtin/remote.c:171
15613 msgid "master branch"
15614 msgstr ""
15615
15616 #: builtin/remote.c:173
15617 msgid "set up remote as a mirror to push to or fetch from"
15618 msgstr ""
15619
15620 #: builtin/remote.c:185
15621 msgid "specifying a master branch makes no sense with --mirror"
15622 msgstr ""
15623
15624 #: builtin/remote.c:187
15625 msgid "specifying branches to track makes sense only with fetch mirrors"
15626 msgstr ""
15627
15628 #: builtin/remote.c:194 builtin/remote.c:636
15629 #, c-format
15630 msgid "remote %s already exists."
15631 msgstr ""
15632
15633 #: builtin/remote.c:198 builtin/remote.c:640
15634 #, c-format
15635 msgid "'%s' is not a valid remote name"
15636 msgstr ""
15637
15638 #: builtin/remote.c:238
15639 #, c-format
15640 msgid "Could not setup master '%s'"
15641 msgstr ""
15642
15643 #: builtin/remote.c:344
15644 #, c-format
15645 msgid "Could not get fetch map for refspec %s"
15646 msgstr ""
15647
15648 #: builtin/remote.c:443 builtin/remote.c:451
15649 msgid "(matching)"
15650 msgstr ""
15651
15652 #: builtin/remote.c:455
15653 msgid "(delete)"
15654 msgstr ""
15655
15656 #: builtin/remote.c:629 builtin/remote.c:765 builtin/remote.c:864
15657 #, c-format
15658 msgid "No such remote: '%s'"
15659 msgstr ""
15660
15661 #: builtin/remote.c:646
15662 #, c-format
15663 msgid "Could not rename config section '%s' to '%s'"
15664 msgstr ""
15665
15666 #: builtin/remote.c:666
15667 #, c-format
15668 msgid ""
15669 "Not updating non-default fetch refspec\n"
15670 "\t%s\n"
15671 "\tPlease update the configuration manually if necessary."
15672 msgstr ""
15673
15674 #: builtin/remote.c:702
15675 #, c-format
15676 msgid "deleting '%s' failed"
15677 msgstr ""
15678
15679 #: builtin/remote.c:736
15680 #, c-format
15681 msgid "creating '%s' failed"
15682 msgstr ""
15683
15684 #: builtin/remote.c:802
15685 msgid ""
15686 "Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
15687 "to delete it, use:"
15688 msgid_plural ""
15689 "Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
15690 "to delete them, use:"
15691 msgstr[0] ""
15692 msgstr[1] ""
15693
15694 #: builtin/remote.c:816
15695 #, c-format
15696 msgid "Could not remove config section '%s'"
15697 msgstr ""
15698
15699 #: builtin/remote.c:917
15700 #, c-format
15701 msgid " new (next fetch will store in remotes/%s)"
15702 msgstr ""
15703
15704 #: builtin/remote.c:920
15705 msgid " tracked"
15706 msgstr ""
15707
15708 #: builtin/remote.c:922
15709 msgid " stale (use 'git remote prune' to remove)"
15710 msgstr ""
15711
15712 #: builtin/remote.c:924
15713 msgid " ???"
15714 msgstr ""
15715
15716 #: builtin/remote.c:965
15717 #, c-format
15718 msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
15719 msgstr ""
15720
15721 #: builtin/remote.c:974
15722 #, c-format
15723 msgid "rebases interactively onto remote %s"
15724 msgstr ""
15725
15726 #: builtin/remote.c:976
15727 #, c-format
15728 msgid "rebases interactively (with merges) onto remote %s"
15729 msgstr ""
15730
15731 #: builtin/remote.c:979
15732 #, c-format
15733 msgid "rebases onto remote %s"
15734 msgstr ""
15735
15736 #: builtin/remote.c:983
15737 #, c-format
15738 msgid " merges with remote %s"
15739 msgstr ""
15740
15741 #: builtin/remote.c:986
15742 #, c-format
15743 msgid "merges with remote %s"
15744 msgstr ""
15745
15746 #: builtin/remote.c:989
15747 #, c-format
15748 msgid "%-*s and with remote %s\n"
15749 msgstr ""
15750
15751 #: builtin/remote.c:1032
15752 msgid "create"
15753 msgstr ""
15754
15755 #: builtin/remote.c:1035
15756 msgid "delete"
15757 msgstr ""
15758
15759 #: builtin/remote.c:1039
15760 msgid "up to date"
15761 msgstr ""
15762
15763 #: builtin/remote.c:1042
15764 msgid "fast-forwardable"
15765 msgstr ""
15766
15767 #: builtin/remote.c:1045
15768 msgid "local out of date"
15769 msgstr ""
15770
15771 #: builtin/remote.c:1052
15772 #, c-format
15773 msgid " %-*s forces to %-*s (%s)"
15774 msgstr ""
15775
15776 #: builtin/remote.c:1055
15777 #, c-format
15778 msgid " %-*s pushes to %-*s (%s)"
15779 msgstr ""
15780
15781 #: builtin/remote.c:1059
15782 #, c-format
15783 msgid " %-*s forces to %s"
15784 msgstr ""
15785
15786 #: builtin/remote.c:1062
15787 #, c-format
15788 msgid " %-*s pushes to %s"
15789 msgstr ""
15790
15791 #: builtin/remote.c:1130
15792 msgid "do not query remotes"
15793 msgstr ""
15794
15795 #: builtin/remote.c:1157
15796 #, c-format
15797 msgid "* remote %s"
15798 msgstr ""
15799
15800 #: builtin/remote.c:1158
15801 #, c-format
15802 msgid " Fetch URL: %s"
15803 msgstr ""
15804
15805 #: builtin/remote.c:1159 builtin/remote.c:1175 builtin/remote.c:1314
15806 msgid "(no URL)"
15807 msgstr ""
15808
15809 #. TRANSLATORS: the colon ':' should align
15810 #. with the one in " Fetch URL: %s"
15811 #. translation.
15812 #.
15813 #: builtin/remote.c:1173 builtin/remote.c:1175
15814 #, c-format
15815 msgid " Push URL: %s"
15816 msgstr ""
15817
15818 #: builtin/remote.c:1177 builtin/remote.c:1179 builtin/remote.c:1181
15819 #, c-format
15820 msgid " HEAD branch: %s"
15821 msgstr ""
15822
15823 #: builtin/remote.c:1177
15824 msgid "(not queried)"
15825 msgstr ""
15826
15827 #: builtin/remote.c:1179
15828 msgid "(unknown)"
15829 msgstr ""
15830
15831 #: builtin/remote.c:1183
15832 #, c-format
15833 msgid ""
15834 " HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
15835 msgstr ""
15836
15837 #: builtin/remote.c:1195
15838 #, c-format
15839 msgid " Remote branch:%s"
15840 msgid_plural " Remote branches:%s"
15841 msgstr[0] ""
15842 msgstr[1] ""
15843
15844 #: builtin/remote.c:1198 builtin/remote.c:1224
15845 msgid " (status not queried)"
15846 msgstr ""
15847
15848 #: builtin/remote.c:1207
15849 msgid " Local branch configured for 'git pull':"
15850 msgid_plural " Local branches configured for 'git pull':"
15851 msgstr[0] ""
15852 msgstr[1] ""
15853
15854 #: builtin/remote.c:1215
15855 msgid " Local refs will be mirrored by 'git push'"
15856 msgstr ""
15857
15858 #: builtin/remote.c:1221
15859 #, c-format
15860 msgid " Local ref configured for 'git push'%s:"
15861 msgid_plural " Local refs configured for 'git push'%s:"
15862 msgstr[0] ""
15863 msgstr[1] ""
15864
15865 #: builtin/remote.c:1242
15866 msgid "set refs/remotes/<name>/HEAD according to remote"
15867 msgstr ""
15868
15869 #: builtin/remote.c:1244
15870 msgid "delete refs/remotes/<name>/HEAD"
15871 msgstr ""
15872
15873 #: builtin/remote.c:1259
15874 msgid "Cannot determine remote HEAD"
15875 msgstr ""
15876
15877 #: builtin/remote.c:1261
15878 msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
15879 msgstr ""
15880
15881 #: builtin/remote.c:1271
15882 #, c-format
15883 msgid "Could not delete %s"
15884 msgstr ""
15885
15886 #: builtin/remote.c:1279
15887 #, c-format
15888 msgid "Not a valid ref: %s"
15889 msgstr ""
15890
15891 #: builtin/remote.c:1281
15892 #, c-format
15893 msgid "Could not setup %s"
15894 msgstr ""
15895
15896 #: builtin/remote.c:1299
15897 #, c-format
15898 msgid " %s will become dangling!"
15899 msgstr ""
15900
15901 #: builtin/remote.c:1300
15902 #, c-format
15903 msgid " %s has become dangling!"
15904 msgstr ""
15905
15906 #: builtin/remote.c:1310
15907 #, c-format
15908 msgid "Pruning %s"
15909 msgstr ""
15910
15911 #: builtin/remote.c:1311
15912 #, c-format
15913 msgid "URL: %s"
15914 msgstr ""
15915
15916 #: builtin/remote.c:1327
15917 #, c-format
15918 msgid " * [would prune] %s"
15919 msgstr ""
15920
15921 #: builtin/remote.c:1330
15922 #, c-format
15923 msgid " * [pruned] %s"
15924 msgstr ""
15925
15926 #: builtin/remote.c:1375
15927 msgid "prune remotes after fetching"
15928 msgstr ""
15929
15930 #: builtin/remote.c:1438 builtin/remote.c:1492 builtin/remote.c:1560
15931 #, c-format
15932 msgid "No such remote '%s'"
15933 msgstr ""
15934
15935 #: builtin/remote.c:1454
15936 msgid "add branch"
15937 msgstr ""
15938
15939 #: builtin/remote.c:1461
15940 msgid "no remote specified"
15941 msgstr ""
15942
15943 #: builtin/remote.c:1478
15944 msgid "query push URLs rather than fetch URLs"
15945 msgstr ""
15946
15947 #: builtin/remote.c:1480
15948 msgid "return all URLs"
15949 msgstr ""
15950
15951 #: builtin/remote.c:1508
15952 #, c-format
15953 msgid "no URLs configured for remote '%s'"
15954 msgstr ""
15955
15956 #: builtin/remote.c:1534
15957 msgid "manipulate push URLs"
15958 msgstr ""
15959
15960 #: builtin/remote.c:1536
15961 msgid "add URL"
15962 msgstr ""
15963
15964 #: builtin/remote.c:1538
15965 msgid "delete URLs"
15966 msgstr ""
15967
15968 #: builtin/remote.c:1545
15969 msgid "--add --delete doesn't make sense"
15970 msgstr ""
15971
15972 #: builtin/remote.c:1584
15973 #, c-format
15974 msgid "Invalid old URL pattern: %s"
15975 msgstr ""
15976
15977 #: builtin/remote.c:1592
15978 #, c-format
15979 msgid "No such URL found: %s"
15980 msgstr ""
15981
15982 #: builtin/remote.c:1594
15983 msgid "Will not delete all non-push URLs"
15984 msgstr ""
15985
15986 #: builtin/remote.c:1610
15987 msgid "be verbose; must be placed before a subcommand"
15988 msgstr ""
15989
15990 #: builtin/remote.c:1641
15991 #, c-format
15992 msgid "Unknown subcommand: %s"
15993 msgstr ""
15994
15995 #: builtin/repack.c:22
15996 msgid "git repack [<options>]"
15997 msgstr ""
15998
15999 #: builtin/repack.c:27
16000 msgid ""
16001 "Incremental repacks are incompatible with bitmap indexes. Use\n"
16002 "--no-write-bitmap-index or disable the pack.writebitmaps configuration."
16003 msgstr ""
16004
16005 #: builtin/repack.c:200
16006 msgid "could not start pack-objects to repack promisor objects"
16007 msgstr ""
16008
16009 #: builtin/repack.c:239 builtin/repack.c:411
16010 msgid "repack: Expecting full hex object ID lines only from pack-objects."
16011 msgstr ""
16012
16013 #: builtin/repack.c:256
16014 msgid "could not finish pack-objects to repack promisor objects"
16015 msgstr ""
16016
16017 #: builtin/repack.c:294
16018 msgid "pack everything in a single pack"
16019 msgstr ""
16020
16021 #: builtin/repack.c:296
16022 msgid "same as -a, and turn unreachable objects loose"
16023 msgstr ""
16024
16025 #: builtin/repack.c:299
16026 msgid "remove redundant packs, and run git-prune-packed"
16027 msgstr ""
16028
16029 #: builtin/repack.c:301
16030 msgid "pass --no-reuse-delta to git-pack-objects"
16031 msgstr ""
16032
16033 #: builtin/repack.c:303
16034 msgid "pass --no-reuse-object to git-pack-objects"
16035 msgstr ""
16036
16037 #: builtin/repack.c:305
16038 msgid "do not run git-update-server-info"
16039 msgstr ""
16040
16041 #: builtin/repack.c:308
16042 msgid "pass --local to git-pack-objects"
16043 msgstr ""
16044
16045 #: builtin/repack.c:310
16046 msgid "write bitmap index"
16047 msgstr ""
16048
16049 #: builtin/repack.c:312
16050 msgid "pass --delta-islands to git-pack-objects"
16051 msgstr ""
16052
16053 #: builtin/repack.c:313
16054 msgid "approxidate"
16055 msgstr ""
16056
16057 #: builtin/repack.c:314
16058 msgid "with -A, do not loosen objects older than this"
16059 msgstr ""
16060
16061 #: builtin/repack.c:316
16062 msgid "with -a, repack unreachable objects"
16063 msgstr ""
16064
16065 #: builtin/repack.c:318
16066 msgid "size of the window used for delta compression"
16067 msgstr ""
16068
16069 #: builtin/repack.c:319 builtin/repack.c:325
16070 msgid "bytes"
16071 msgstr ""
16072
16073 #: builtin/repack.c:320
16074 msgid "same as the above, but limit memory size instead of entries count"
16075 msgstr ""
16076
16077 #: builtin/repack.c:322
16078 msgid "limits the maximum delta depth"
16079 msgstr ""
16080
16081 #: builtin/repack.c:324
16082 msgid "limits the maximum number of threads"
16083 msgstr ""
16084
16085 #: builtin/repack.c:326
16086 msgid "maximum size of each packfile"
16087 msgstr ""
16088
16089 #: builtin/repack.c:328
16090 msgid "repack objects in packs marked with .keep"
16091 msgstr ""
16092
16093 #: builtin/repack.c:330
16094 msgid "do not repack this pack"
16095 msgstr ""
16096
16097 #: builtin/repack.c:340
16098 msgid "cannot delete packs in a precious-objects repo"
16099 msgstr ""
16100
16101 #: builtin/repack.c:344
16102 msgid "--keep-unreachable and -A are incompatible"
16103 msgstr ""
16104
16105 #: builtin/repack.c:420
16106 msgid "Nothing new to pack."
16107 msgstr ""
16108
16109 #: builtin/repack.c:481
16110 #, c-format
16111 msgid ""
16112 "WARNING: Some packs in use have been renamed by\n"
16113 "WARNING: prefixing old- to their name, in order to\n"
16114 "WARNING: replace them with the new version of the\n"
16115 "WARNING: file. But the operation failed, and the\n"
16116 "WARNING: attempt to rename them back to their\n"
16117 "WARNING: original names also failed.\n"
16118 "WARNING: Please rename them in %s manually:\n"
16119 msgstr ""
16120
16121 #: builtin/repack.c:529
16122 #, c-format
16123 msgid "failed to remove '%s'"
16124 msgstr ""
16125
16126 #: builtin/replace.c:22
16127 msgid "git replace [-f] <object> <replacement>"
16128 msgstr ""
16129
16130 #: builtin/replace.c:23
16131 msgid "git replace [-f] --edit <object>"
16132 msgstr ""
16133
16134 #: builtin/replace.c:24
16135 msgid "git replace [-f] --graft <commit> [<parent>...]"
16136 msgstr ""
16137
16138 #: builtin/replace.c:25
16139 msgid "git replace [-f] --convert-graft-file"
16140 msgstr ""
16141
16142 #: builtin/replace.c:26
16143 msgid "git replace -d <object>..."
16144 msgstr ""
16145
16146 #: builtin/replace.c:27
16147 msgid "git replace [--format=<format>] [-l [<pattern>]]"
16148 msgstr ""
16149
16150 #: builtin/replace.c:58 builtin/replace.c:203 builtin/replace.c:206
16151 #, c-format
16152 msgid "failed to resolve '%s' as a valid ref"
16153 msgstr ""
16154
16155 #: builtin/replace.c:86
16156 #, c-format
16157 msgid ""
16158 "invalid replace format '%s'\n"
16159 "valid formats are 'short', 'medium' and 'long'"
16160 msgstr ""
16161
16162 #: builtin/replace.c:121
16163 #, c-format
16164 msgid "replace ref '%s' not found"
16165 msgstr ""
16166
16167 #: builtin/replace.c:137
16168 #, c-format
16169 msgid "Deleted replace ref '%s'"
16170 msgstr ""
16171
16172 #: builtin/replace.c:149
16173 #, c-format
16174 msgid "'%s' is not a valid ref name"
16175 msgstr ""
16176
16177 #: builtin/replace.c:154
16178 #, c-format
16179 msgid "replace ref '%s' already exists"
16180 msgstr ""
16181
16182 #: builtin/replace.c:174
16183 #, c-format
16184 msgid ""
16185 "Objects must be of the same type.\n"
16186 "'%s' points to a replaced object of type '%s'\n"
16187 "while '%s' points to a replacement object of type '%s'."
16188 msgstr ""
16189
16190 #: builtin/replace.c:225
16191 #, c-format
16192 msgid "unable to open %s for writing"
16193 msgstr ""
16194
16195 #: builtin/replace.c:238
16196 msgid "cat-file reported failure"
16197 msgstr ""
16198
16199 #: builtin/replace.c:254
16200 #, c-format
16201 msgid "unable to open %s for reading"
16202 msgstr ""
16203
16204 #: builtin/replace.c:268
16205 msgid "unable to spawn mktree"
16206 msgstr ""
16207
16208 #: builtin/replace.c:272
16209 msgid "unable to read from mktree"
16210 msgstr ""
16211
16212 #: builtin/replace.c:281
16213 msgid "mktree reported failure"
16214 msgstr ""
16215
16216 #: builtin/replace.c:285
16217 msgid "mktree did not return an object name"
16218 msgstr ""
16219
16220 #: builtin/replace.c:294
16221 #, c-format
16222 msgid "unable to fstat %s"
16223 msgstr ""
16224
16225 #: builtin/replace.c:299
16226 msgid "unable to write object to database"
16227 msgstr ""
16228
16229 #: builtin/replace.c:318 builtin/replace.c:371 builtin/replace.c:415
16230 #: builtin/replace.c:445
16231 #, c-format
16232 msgid "not a valid object name: '%s'"
16233 msgstr ""
16234
16235 #: builtin/replace.c:322
16236 #, c-format
16237 msgid "unable to get object type for %s"
16238 msgstr ""
16239
16240 #: builtin/replace.c:338
16241 msgid "editing object file failed"
16242 msgstr ""
16243
16244 #: builtin/replace.c:347
16245 #, c-format
16246 msgid "new object is the same as the old one: '%s'"
16247 msgstr ""
16248
16249 #: builtin/replace.c:407
16250 #, c-format
16251 msgid "bad mergetag in commit '%s'"
16252 msgstr ""
16253
16254 #: builtin/replace.c:409
16255 #, c-format
16256 msgid "malformed mergetag in commit '%s'"
16257 msgstr ""
16258
16259 #: builtin/replace.c:421
16260 #, c-format
16261 msgid ""
16262 "original commit '%s' contains mergetag '%s' that is discarded; use --edit "
16263 "instead of --graft"
16264 msgstr ""
16265
16266 #: builtin/replace.c:460
16267 #, c-format
16268 msgid "the original commit '%s' has a gpg signature"
16269 msgstr ""
16270
16271 #: builtin/replace.c:461
16272 msgid "the signature will be removed in the replacement commit!"
16273 msgstr ""
16274
16275 #: builtin/replace.c:471
16276 #, c-format
16277 msgid "could not write replacement commit for: '%s'"
16278 msgstr ""
16279
16280 #: builtin/replace.c:479
16281 #, c-format
16282 msgid "graft for '%s' unnecessary"
16283 msgstr ""
16284
16285 #: builtin/replace.c:482
16286 #, c-format
16287 msgid "new commit is the same as the old one: '%s'"
16288 msgstr ""
16289
16290 #: builtin/replace.c:515
16291 #, c-format
16292 msgid ""
16293 "could not convert the following graft(s):\n"
16294 "%s"
16295 msgstr ""
16296
16297 #: builtin/replace.c:536
16298 msgid "list replace refs"
16299 msgstr ""
16300
16301 #: builtin/replace.c:537
16302 msgid "delete replace refs"
16303 msgstr ""
16304
16305 #: builtin/replace.c:538
16306 msgid "edit existing object"
16307 msgstr ""
16308
16309 #: builtin/replace.c:539
16310 msgid "change a commit's parents"
16311 msgstr ""
16312
16313 #: builtin/replace.c:540
16314 msgid "convert existing graft file"
16315 msgstr ""
16316
16317 #: builtin/replace.c:541
16318 msgid "replace the ref if it exists"
16319 msgstr ""
16320
16321 #: builtin/replace.c:543
16322 msgid "do not pretty-print contents for --edit"
16323 msgstr ""
16324
16325 #: builtin/replace.c:544
16326 msgid "use this format"
16327 msgstr ""
16328
16329 #: builtin/replace.c:557
16330 msgid "--format cannot be used when not listing"
16331 msgstr ""
16332
16333 #: builtin/replace.c:565
16334 msgid "-f only makes sense when writing a replacement"
16335 msgstr ""
16336
16337 #: builtin/replace.c:569
16338 msgid "--raw only makes sense with --edit"
16339 msgstr ""
16340
16341 #: builtin/replace.c:575
16342 msgid "-d needs at least one argument"
16343 msgstr ""
16344
16345 #: builtin/replace.c:581
16346 msgid "bad number of arguments"
16347 msgstr ""
16348
16349 #: builtin/replace.c:587
16350 msgid "-e needs exactly one argument"
16351 msgstr ""
16352
16353 #: builtin/replace.c:593
16354 msgid "-g needs at least one argument"
16355 msgstr ""
16356
16357 #: builtin/replace.c:599
16358 msgid "--convert-graft-file takes no argument"
16359 msgstr ""
16360
16361 #: builtin/replace.c:605
16362 msgid "only one pattern can be given with -l"
16363 msgstr ""
16364
16365 #: builtin/rerere.c:13
16366 msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
16367 msgstr ""
16368
16369 #: builtin/rerere.c:60
16370 msgid "register clean resolutions in index"
16371 msgstr ""
16372
16373 #: builtin/rerere.c:79
16374 msgid "'git rerere forget' without paths is deprecated"
16375 msgstr ""
16376
16377 #: builtin/rerere.c:113
16378 #, c-format
16379 msgid "unable to generate diff for '%s'"
16380 msgstr ""
16381
16382 #: builtin/reset.c:32
16383 msgid ""
16384 "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
16385 msgstr ""
16386
16387 #: builtin/reset.c:33
16388 msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
16389 msgstr ""
16390
16391 #: builtin/reset.c:34
16392 msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
16393 msgstr ""
16394
16395 #: builtin/reset.c:40
16396 msgid "mixed"
16397 msgstr ""
16398
16399 #: builtin/reset.c:40
16400 msgid "soft"
16401 msgstr ""
16402
16403 #: builtin/reset.c:40
16404 msgid "hard"
16405 msgstr ""
16406
16407 #: builtin/reset.c:40
16408 msgid "merge"
16409 msgstr ""
16410
16411 #: builtin/reset.c:40
16412 msgid "keep"
16413 msgstr ""
16414
16415 #: builtin/reset.c:81
16416 msgid "You do not have a valid HEAD."
16417 msgstr ""
16418
16419 #: builtin/reset.c:83
16420 msgid "Failed to find tree of HEAD."
16421 msgstr ""
16422
16423 #: builtin/reset.c:89
16424 #, c-format
16425 msgid "Failed to find tree of %s."
16426 msgstr ""
16427
16428 #: builtin/reset.c:193
16429 #, c-format
16430 msgid "Cannot do a %s reset in the middle of a merge."
16431 msgstr ""
16432
16433 #: builtin/reset.c:293
16434 msgid "be quiet, only report errors"
16435 msgstr ""
16436
16437 #: builtin/reset.c:295
16438 msgid "reset HEAD and index"
16439 msgstr ""
16440
16441 #: builtin/reset.c:296
16442 msgid "reset only HEAD"
16443 msgstr ""
16444
16445 #: builtin/reset.c:298 builtin/reset.c:300
16446 msgid "reset HEAD, index and working tree"
16447 msgstr ""
16448
16449 #: builtin/reset.c:302
16450 msgid "reset HEAD but keep local changes"
16451 msgstr ""
16452
16453 #: builtin/reset.c:308
16454 msgid "record only the fact that removed paths will be added later"
16455 msgstr ""
16456
16457 #: builtin/reset.c:326
16458 #, c-format
16459 msgid "Failed to resolve '%s' as a valid revision."
16460 msgstr ""
16461
16462 #: builtin/reset.c:334
16463 #, c-format
16464 msgid "Failed to resolve '%s' as a valid tree."
16465 msgstr ""
16466
16467 #: builtin/reset.c:343
16468 msgid "--patch is incompatible with --{hard,mixed,soft}"
16469 msgstr ""
16470
16471 #: builtin/reset.c:352
16472 msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
16473 msgstr ""
16474
16475 #: builtin/reset.c:354
16476 #, c-format
16477 msgid "Cannot do %s reset with paths."
16478 msgstr ""
16479
16480 #: builtin/reset.c:364
16481 #, c-format
16482 msgid "%s reset is not allowed in a bare repository"
16483 msgstr ""
16484
16485 #: builtin/reset.c:368
16486 msgid "-N can only be used with --mixed"
16487 msgstr ""
16488
16489 #: builtin/reset.c:388
16490 msgid "Unstaged changes after reset:"
16491 msgstr ""
16492
16493 #: builtin/reset.c:391
16494 #, c-format
16495 msgid ""
16496 "\n"
16497 "It took %.2f seconds to enumerate unstaged changes after reset. You can\n"
16498 "use '--quiet' to avoid this. Set the config setting reset.quiet to true\n"
16499 "to make this the default.\n"
16500 msgstr ""
16501
16502 #: builtin/reset.c:401
16503 #, c-format
16504 msgid "Could not reset index file to revision '%s'."
16505 msgstr ""
16506
16507 #: builtin/reset.c:405
16508 msgid "Could not write new index file."
16509 msgstr ""
16510
16511 #: builtin/rev-list.c:406
16512 msgid "cannot combine --exclude-promisor-objects and --missing"
16513 msgstr ""
16514
16515 #: builtin/rev-list.c:464
16516 msgid "object filtering requires --objects"
16517 msgstr ""
16518
16519 #: builtin/rev-list.c:467
16520 #, c-format
16521 msgid "invalid sparse value '%s'"
16522 msgstr ""
16523
16524 #: builtin/rev-list.c:508
16525 msgid "rev-list does not support display of notes"
16526 msgstr ""
16527
16528 #: builtin/rev-list.c:511
16529 msgid "cannot combine --use-bitmap-index with object filtering"
16530 msgstr ""
16531
16532 #: builtin/rev-parse.c:408
16533 msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
16534 msgstr ""
16535
16536 #: builtin/rev-parse.c:413
16537 msgid "keep the `--` passed as an arg"
16538 msgstr ""
16539
16540 #: builtin/rev-parse.c:415
16541 msgid "stop parsing after the first non-option argument"
16542 msgstr ""
16543
16544 #: builtin/rev-parse.c:418
16545 msgid "output in stuck long form"
16546 msgstr ""
16547
16548 #: builtin/rev-parse.c:551
16549 msgid ""
16550 "git rev-parse --parseopt [<options>] -- [<args>...]\n"
16551 " or: git rev-parse --sq-quote [<arg>...]\n"
16552 " or: git rev-parse [<options>] [<arg>...]\n"
16553 "\n"
16554 "Run \"git rev-parse --parseopt -h\" for more information on the first usage."
16555 msgstr ""
16556
16557 #: builtin/revert.c:24
16558 msgid "git revert [<options>] <commit-ish>..."
16559 msgstr ""
16560
16561 #: builtin/revert.c:25
16562 msgid "git revert <subcommand>"
16563 msgstr ""
16564
16565 #: builtin/revert.c:30
16566 msgid "git cherry-pick [<options>] <commit-ish>..."
16567 msgstr ""
16568
16569 #: builtin/revert.c:31
16570 msgid "git cherry-pick <subcommand>"
16571 msgstr ""
16572
16573 #: builtin/revert.c:72
16574 #, c-format
16575 msgid "option `%s' expects a number greater than zero"
16576 msgstr ""
16577
16578 #: builtin/revert.c:92
16579 #, c-format
16580 msgid "%s: %s cannot be used with %s"
16581 msgstr ""
16582
16583 #: builtin/revert.c:101
16584 msgid "end revert or cherry-pick sequence"
16585 msgstr ""
16586
16587 #: builtin/revert.c:102
16588 msgid "resume revert or cherry-pick sequence"
16589 msgstr ""
16590
16591 #: builtin/revert.c:103
16592 msgid "cancel revert or cherry-pick sequence"
16593 msgstr ""
16594
16595 #: builtin/revert.c:104
16596 msgid "don't automatically commit"
16597 msgstr ""
16598
16599 #: builtin/revert.c:105
16600 msgid "edit the commit message"
16601 msgstr ""
16602
16603 #: builtin/revert.c:108
16604 msgid "parent-number"
16605 msgstr ""
16606
16607 #: builtin/revert.c:109
16608 msgid "select mainline parent"
16609 msgstr ""
16610
16611 #: builtin/revert.c:111
16612 msgid "merge strategy"
16613 msgstr ""
16614
16615 #: builtin/revert.c:113
16616 msgid "option for merge strategy"
16617 msgstr ""
16618
16619 #: builtin/revert.c:122
16620 msgid "append commit name"
16621 msgstr ""
16622
16623 #: builtin/revert.c:124
16624 msgid "preserve initially empty commits"
16625 msgstr ""
16626
16627 #: builtin/revert.c:126
16628 msgid "keep redundant, empty commits"
16629 msgstr ""
16630
16631 #: builtin/revert.c:220
16632 msgid "revert failed"
16633 msgstr ""
16634
16635 #: builtin/revert.c:233
16636 msgid "cherry-pick failed"
16637 msgstr ""
16638
16639 #: builtin/rm.c:19
16640 msgid "git rm [<options>] [--] <file>..."
16641 msgstr ""
16642
16643 #: builtin/rm.c:207
16644 msgid ""
16645 "the following file has staged content different from both the\n"
16646 "file and the HEAD:"
16647 msgid_plural ""
16648 "the following files have staged content different from both the\n"
16649 "file and the HEAD:"
16650 msgstr[0] ""
16651 msgstr[1] ""
16652
16653 #: builtin/rm.c:212
16654 msgid ""
16655 "\n"
16656 "(use -f to force removal)"
16657 msgstr ""
16658
16659 #: builtin/rm.c:216
16660 msgid "the following file has changes staged in the index:"
16661 msgid_plural "the following files have changes staged in the index:"
16662 msgstr[0] ""
16663 msgstr[1] ""
16664
16665 #: builtin/rm.c:220 builtin/rm.c:229
16666 msgid ""
16667 "\n"
16668 "(use --cached to keep the file, or -f to force removal)"
16669 msgstr ""
16670
16671 #: builtin/rm.c:226
16672 msgid "the following file has local modifications:"
16673 msgid_plural "the following files have local modifications:"
16674 msgstr[0] ""
16675 msgstr[1] ""
16676
16677 #: builtin/rm.c:242
16678 msgid "do not list removed files"
16679 msgstr ""
16680
16681 #: builtin/rm.c:243
16682 msgid "only remove from the index"
16683 msgstr ""
16684
16685 #: builtin/rm.c:244
16686 msgid "override the up-to-date check"
16687 msgstr ""
16688
16689 #: builtin/rm.c:245
16690 msgid "allow recursive removal"
16691 msgstr ""
16692
16693 #: builtin/rm.c:247
16694 msgid "exit with a zero status even if nothing matched"
16695 msgstr ""
16696
16697 #: builtin/rm.c:289
16698 msgid "please stage your changes to .gitmodules or stash them to proceed"
16699 msgstr ""
16700
16701 #: builtin/rm.c:307
16702 #, c-format
16703 msgid "not removing '%s' recursively without -r"
16704 msgstr ""
16705
16706 #: builtin/rm.c:346
16707 #, c-format
16708 msgid "git rm: unable to remove %s"
16709 msgstr ""
16710
16711 #: builtin/send-pack.c:20
16712 msgid ""
16713 "git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
16714 "receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
16715 "[<ref>...]\n"
16716 " --all and explicit <ref> specification are mutually exclusive."
16717 msgstr ""
16718
16719 #: builtin/send-pack.c:163
16720 msgid "remote name"
16721 msgstr ""
16722
16723 #: builtin/send-pack.c:177
16724 msgid "use stateless RPC protocol"
16725 msgstr ""
16726
16727 #: builtin/send-pack.c:178
16728 msgid "read refs from stdin"
16729 msgstr ""
16730
16731 #: builtin/send-pack.c:179
16732 msgid "print status from remote helper"
16733 msgstr ""
16734
16735 #: builtin/serve.c:7
16736 msgid "git serve [<options>]"
16737 msgstr ""
16738
16739 #: builtin/serve.c:17 builtin/upload-pack.c:23
16740 msgid "quit after a single request/response exchange"
16741 msgstr ""
16742
16743 #: builtin/serve.c:19
16744 msgid "exit immediately after advertising capabilities"
16745 msgstr ""
16746
16747 #: builtin/shortlog.c:14
16748 msgid "git shortlog [<options>] [<revision-range>] [[--] <path>...]"
16749 msgstr ""
16750
16751 #: builtin/shortlog.c:15
16752 msgid "git log --pretty=short | git shortlog [<options>]"
16753 msgstr ""
16754
16755 #: builtin/shortlog.c:264
16756 msgid "Group by committer rather than author"
16757 msgstr ""
16758
16759 #: builtin/shortlog.c:266
16760 msgid "sort output according to the number of commits per author"
16761 msgstr ""
16762
16763 #: builtin/shortlog.c:268
16764 msgid "Suppress commit descriptions, only provides commit count"
16765 msgstr ""
16766
16767 #: builtin/shortlog.c:270
16768 msgid "Show the email address of each author"
16769 msgstr ""
16770
16771 #: builtin/shortlog.c:271
16772 msgid "<w>[,<i1>[,<i2>]]"
16773 msgstr ""
16774
16775 #: builtin/shortlog.c:272
16776 msgid "Linewrap output"
16777 msgstr ""
16778
16779 #: builtin/shortlog.c:301
16780 msgid "too many arguments given outside repository"
16781 msgstr ""
16782
16783 #: builtin/show-branch.c:13
16784 msgid ""
16785 "git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
16786 "\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
16787 "\t\t[--more=<n> | --list | --independent | --merge-base]\n"
16788 "\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
16789 msgstr ""
16790
16791 #: builtin/show-branch.c:17
16792 msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
16793 msgstr ""
16794
16795 #: builtin/show-branch.c:395
16796 #, c-format
16797 msgid "ignoring %s; cannot handle more than %d ref"
16798 msgid_plural "ignoring %s; cannot handle more than %d refs"
16799 msgstr[0] ""
16800 msgstr[1] ""
16801
16802 #: builtin/show-branch.c:549
16803 #, c-format
16804 msgid "no matching refs with %s"
16805 msgstr ""
16806
16807 #: builtin/show-branch.c:646
16808 msgid "show remote-tracking and local branches"
16809 msgstr ""
16810
16811 #: builtin/show-branch.c:648
16812 msgid "show remote-tracking branches"
16813 msgstr ""
16814
16815 #: builtin/show-branch.c:650
16816 msgid "color '*!+-' corresponding to the branch"
16817 msgstr ""
16818
16819 #: builtin/show-branch.c:652
16820 msgid "show <n> more commits after the common ancestor"
16821 msgstr ""
16822
16823 #: builtin/show-branch.c:654
16824 msgid "synonym to more=-1"
16825 msgstr ""
16826
16827 #: builtin/show-branch.c:655
16828 msgid "suppress naming strings"
16829 msgstr ""
16830
16831 #: builtin/show-branch.c:657
16832 msgid "include the current branch"
16833 msgstr ""
16834
16835 #: builtin/show-branch.c:659
16836 msgid "name commits with their object names"
16837 msgstr ""
16838
16839 #: builtin/show-branch.c:661
16840 msgid "show possible merge bases"
16841 msgstr ""
16842
16843 #: builtin/show-branch.c:663
16844 msgid "show refs unreachable from any other ref"
16845 msgstr ""
16846
16847 #: builtin/show-branch.c:665
16848 msgid "show commits in topological order"
16849 msgstr ""
16850
16851 #: builtin/show-branch.c:668
16852 msgid "show only commits not on the first branch"
16853 msgstr ""
16854
16855 #: builtin/show-branch.c:670
16856 msgid "show merges reachable from only one tip"
16857 msgstr ""
16858
16859 #: builtin/show-branch.c:672
16860 msgid "topologically sort, maintaining date order where possible"
16861 msgstr ""
16862
16863 #: builtin/show-branch.c:675
16864 msgid "<n>[,<base>]"
16865 msgstr ""
16866
16867 #: builtin/show-branch.c:676
16868 msgid "show <n> most recent ref-log entries starting at base"
16869 msgstr ""
16870
16871 #: builtin/show-branch.c:712
16872 msgid ""
16873 "--reflog is incompatible with --all, --remotes, --independent or --merge-base"
16874 msgstr ""
16875
16876 #: builtin/show-branch.c:736
16877 msgid "no branches given, and HEAD is not valid"
16878 msgstr ""
16879
16880 #: builtin/show-branch.c:739
16881 msgid "--reflog option needs one branch name"
16882 msgstr ""
16883
16884 #: builtin/show-branch.c:742
16885 #, c-format
16886 msgid "only %d entry can be shown at one time."
16887 msgid_plural "only %d entries can be shown at one time."
16888 msgstr[0] ""
16889 msgstr[1] ""
16890
16891 #: builtin/show-branch.c:746
16892 #, c-format
16893 msgid "no such ref %s"
16894 msgstr ""
16895
16896 #: builtin/show-branch.c:830
16897 #, c-format
16898 msgid "cannot handle more than %d rev."
16899 msgid_plural "cannot handle more than %d revs."
16900 msgstr[0] ""
16901 msgstr[1] ""
16902
16903 #: builtin/show-branch.c:834
16904 #, c-format
16905 msgid "'%s' is not a valid ref."
16906 msgstr ""
16907
16908 #: builtin/show-branch.c:837
16909 #, c-format
16910 msgid "cannot find commit %s (%s)"
16911 msgstr ""
16912
16913 #: builtin/show-ref.c:11
16914 msgid ""
16915 "git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
16916 "hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
16917 msgstr ""
16918
16919 #: builtin/show-ref.c:12
16920 msgid "git show-ref --exclude-existing[=<pattern>]"
16921 msgstr ""
16922
16923 #: builtin/show-ref.c:161
16924 msgid "only show tags (can be combined with heads)"
16925 msgstr ""
16926
16927 #: builtin/show-ref.c:162
16928 msgid "only show heads (can be combined with tags)"
16929 msgstr ""
16930
16931 #: builtin/show-ref.c:163
16932 msgid "stricter reference checking, requires exact ref path"
16933 msgstr ""
16934
16935 #: builtin/show-ref.c:166 builtin/show-ref.c:168
16936 msgid "show the HEAD reference, even if it would be filtered out"
16937 msgstr ""
16938
16939 #: builtin/show-ref.c:170
16940 msgid "dereference tags into object IDs"
16941 msgstr ""
16942
16943 #: builtin/show-ref.c:172
16944 msgid "only show SHA1 hash using <n> digits"
16945 msgstr ""
16946
16947 #: builtin/show-ref.c:176
16948 msgid "do not print results to stdout (useful with --verify)"
16949 msgstr ""
16950
16951 #: builtin/show-ref.c:178
16952 msgid "show refs from stdin that aren't in local repository"
16953 msgstr ""
16954
16955 #: builtin/stripspace.c:18
16956 msgid "git stripspace [-s | --strip-comments]"
16957 msgstr ""
16958
16959 #: builtin/stripspace.c:19
16960 msgid "git stripspace [-c | --comment-lines]"
16961 msgstr ""
16962
16963 #: builtin/stripspace.c:37
16964 msgid "skip and remove all lines starting with comment character"
16965 msgstr ""
16966
16967 #: builtin/stripspace.c:40
16968 msgid "prepend comment character and space to each line"
16969 msgstr ""
16970
16971 #: builtin/submodule--helper.c:45 builtin/submodule--helper.c:1943
16972 #, c-format
16973 msgid "Expecting a full ref name, got %s"
16974 msgstr ""
16975
16976 #: builtin/submodule--helper.c:62
16977 msgid "submodule--helper print-default-remote takes no arguments"
16978 msgstr ""
16979
16980 #: builtin/submodule--helper.c:100
16981 #, c-format
16982 msgid "cannot strip one component off url '%s'"
16983 msgstr ""
16984
16985 #: builtin/submodule--helper.c:408 builtin/submodule--helper.c:1367
16986 msgid "alternative anchor for relative paths"
16987 msgstr ""
16988
16989 #: builtin/submodule--helper.c:413
16990 msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
16991 msgstr ""
16992
16993 #: builtin/submodule--helper.c:470 builtin/submodule--helper.c:627
16994 #: builtin/submodule--helper.c:650
16995 #, c-format
16996 msgid "No url found for submodule path '%s' in .gitmodules"
16997 msgstr ""
16998
16999 #: builtin/submodule--helper.c:522
17000 #, c-format
17001 msgid "Entering '%s'\n"
17002 msgstr ""
17003
17004 #: builtin/submodule--helper.c:525
17005 #, c-format
17006 msgid ""
17007 "run_command returned non-zero status for %s\n"
17008 "."
17009 msgstr ""
17010
17011 #: builtin/submodule--helper.c:546
17012 #, c-format
17013 msgid ""
17014 "run_command returned non-zero status while recursing in the nested "
17015 "submodules of %s\n"
17016 "."
17017 msgstr ""
17018
17019 #: builtin/submodule--helper.c:562
17020 msgid "Suppress output of entering each submodule command"
17021 msgstr ""
17022
17023 #: builtin/submodule--helper.c:564 builtin/submodule--helper.c:1049
17024 msgid "Recurse into nested submodules"
17025 msgstr ""
17026
17027 #: builtin/submodule--helper.c:569
17028 msgid "git submodule--helper foreach [--quiet] [--recursive] <command>"
17029 msgstr ""
17030
17031 #: builtin/submodule--helper.c:596
17032 #, c-format
17033 msgid ""
17034 "could not look up configuration '%s'. Assuming this repository is its own "
17035 "authoritative upstream."
17036 msgstr ""
17037
17038 #: builtin/submodule--helper.c:664
17039 #, c-format
17040 msgid "Failed to register url for submodule path '%s'"
17041 msgstr ""
17042
17043 #: builtin/submodule--helper.c:668
17044 #, c-format
17045 msgid "Submodule '%s' (%s) registered for path '%s'\n"
17046 msgstr ""
17047
17048 #: builtin/submodule--helper.c:678
17049 #, c-format
17050 msgid "warning: command update mode suggested for submodule '%s'\n"
17051 msgstr ""
17052
17053 #: builtin/submodule--helper.c:685
17054 #, c-format
17055 msgid "Failed to register update mode for submodule path '%s'"
17056 msgstr ""
17057
17058 #: builtin/submodule--helper.c:707
17059 msgid "Suppress output for initializing a submodule"
17060 msgstr ""
17061
17062 #: builtin/submodule--helper.c:712
17063 msgid "git submodule--helper init [<path>]"
17064 msgstr ""
17065
17066 #: builtin/submodule--helper.c:784 builtin/submodule--helper.c:910
17067 #, c-format
17068 msgid "no submodule mapping found in .gitmodules for path '%s'"
17069 msgstr ""
17070
17071 #: builtin/submodule--helper.c:823
17072 #, c-format
17073 msgid "could not resolve HEAD ref inside the submodule '%s'"
17074 msgstr ""
17075
17076 #: builtin/submodule--helper.c:850 builtin/submodule--helper.c:1019
17077 #, c-format
17078 msgid "failed to recurse into submodule '%s'"
17079 msgstr ""
17080
17081 #: builtin/submodule--helper.c:874 builtin/submodule--helper.c:1185
17082 msgid "Suppress submodule status output"
17083 msgstr ""
17084
17085 #: builtin/submodule--helper.c:875
17086 msgid ""
17087 "Use commit stored in the index instead of the one stored in the submodule "
17088 "HEAD"
17089 msgstr ""
17090
17091 #: builtin/submodule--helper.c:876
17092 msgid "recurse into nested submodules"
17093 msgstr ""
17094
17095 #: builtin/submodule--helper.c:881
17096 msgid "git submodule status [--quiet] [--cached] [--recursive] [<path>...]"
17097 msgstr ""
17098
17099 #: builtin/submodule--helper.c:905
17100 msgid "git submodule--helper name <path>"
17101 msgstr ""
17102
17103 #: builtin/submodule--helper.c:969
17104 #, c-format
17105 msgid "Synchronizing submodule url for '%s'\n"
17106 msgstr ""
17107
17108 #: builtin/submodule--helper.c:975
17109 #, c-format
17110 msgid "failed to register url for submodule path '%s'"
17111 msgstr ""
17112
17113 #: builtin/submodule--helper.c:989
17114 #, c-format
17115 msgid "failed to get the default remote for submodule '%s'"
17116 msgstr ""
17117
17118 #: builtin/submodule--helper.c:1000
17119 #, c-format
17120 msgid "failed to update remote for submodule '%s'"
17121 msgstr ""
17122
17123 #: builtin/submodule--helper.c:1047
17124 msgid "Suppress output of synchronizing submodule url"
17125 msgstr ""
17126
17127 #: builtin/submodule--helper.c:1054
17128 msgid "git submodule--helper sync [--quiet] [--recursive] [<path>]"
17129 msgstr ""
17130
17131 #: builtin/submodule--helper.c:1108
17132 #, c-format
17133 msgid ""
17134 "Submodule work tree '%s' contains a .git directory (use 'rm -rf' if you "
17135 "really want to remove it including all of its history)"
17136 msgstr ""
17137
17138 #: builtin/submodule--helper.c:1120
17139 #, c-format
17140 msgid ""
17141 "Submodule work tree '%s' contains local modifications; use '-f' to discard "
17142 "them"
17143 msgstr ""
17144
17145 #: builtin/submodule--helper.c:1128
17146 #, c-format
17147 msgid "Cleared directory '%s'\n"
17148 msgstr ""
17149
17150 #: builtin/submodule--helper.c:1130
17151 #, c-format
17152 msgid "Could not remove submodule work tree '%s'\n"
17153 msgstr ""
17154
17155 #: builtin/submodule--helper.c:1141
17156 #, c-format
17157 msgid "could not create empty submodule directory %s"
17158 msgstr ""
17159
17160 #: builtin/submodule--helper.c:1157
17161 #, c-format
17162 msgid "Submodule '%s' (%s) unregistered for path '%s'\n"
17163 msgstr ""
17164
17165 #: builtin/submodule--helper.c:1186
17166 msgid "Remove submodule working trees even if they contain local changes"
17167 msgstr ""
17168
17169 #: builtin/submodule--helper.c:1187
17170 msgid "Unregister all submodules"
17171 msgstr ""
17172
17173 #: builtin/submodule--helper.c:1192
17174 msgid ""
17175 "git submodule deinit [--quiet] [-f | --force] [--all | [--] [<path>...]]"
17176 msgstr ""
17177
17178 #: builtin/submodule--helper.c:1206
17179 msgid "Use '--all' if you really want to deinitialize all submodules"
17180 msgstr ""
17181
17182 #: builtin/submodule--helper.c:1301 builtin/submodule--helper.c:1304
17183 #, c-format
17184 msgid "submodule '%s' cannot add alternate: %s"
17185 msgstr ""
17186
17187 #: builtin/submodule--helper.c:1340
17188 #, c-format
17189 msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
17190 msgstr ""
17191
17192 #: builtin/submodule--helper.c:1347
17193 #, c-format
17194 msgid "Value '%s' for submodule.alternateLocation is not recognized"
17195 msgstr ""
17196
17197 #: builtin/submodule--helper.c:1370
17198 msgid "where the new submodule will be cloned to"
17199 msgstr ""
17200
17201 #: builtin/submodule--helper.c:1373
17202 msgid "name of the new submodule"
17203 msgstr ""
17204
17205 #: builtin/submodule--helper.c:1376
17206 msgid "url where to clone the submodule from"
17207 msgstr ""
17208
17209 #: builtin/submodule--helper.c:1384
17210 msgid "depth for shallow clones"
17211 msgstr ""
17212
17213 #: builtin/submodule--helper.c:1387 builtin/submodule--helper.c:1872
17214 msgid "force cloning progress"
17215 msgstr ""
17216
17217 #: builtin/submodule--helper.c:1392
17218 msgid ""
17219 "git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
17220 "<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
17221 msgstr ""
17222
17223 #: builtin/submodule--helper.c:1423
17224 #, c-format
17225 msgid "clone of '%s' into submodule path '%s' failed"
17226 msgstr ""
17227
17228 #: builtin/submodule--helper.c:1437
17229 #, c-format
17230 msgid "could not get submodule directory for '%s'"
17231 msgstr ""
17232
17233 #: builtin/submodule--helper.c:1473
17234 #, c-format
17235 msgid "Invalid update mode '%s' for submodule path '%s'"
17236 msgstr ""
17237
17238 #: builtin/submodule--helper.c:1477
17239 #, c-format
17240 msgid "Invalid update mode '%s' configured for submodule path '%s'"
17241 msgstr ""
17242
17243 #: builtin/submodule--helper.c:1570
17244 #, c-format
17245 msgid "Submodule path '%s' not initialized"
17246 msgstr ""
17247
17248 #: builtin/submodule--helper.c:1574
17249 msgid "Maybe you want to use 'update --init'?"
17250 msgstr ""
17251
17252 #: builtin/submodule--helper.c:1604
17253 #, c-format
17254 msgid "Skipping unmerged submodule %s"
17255 msgstr ""
17256
17257 #: builtin/submodule--helper.c:1633
17258 #, c-format
17259 msgid "Skipping submodule '%s'"
17260 msgstr ""
17261
17262 #: builtin/submodule--helper.c:1777
17263 #, c-format
17264 msgid "Failed to clone '%s'. Retry scheduled"
17265 msgstr ""
17266
17267 #: builtin/submodule--helper.c:1788
17268 #, c-format
17269 msgid "Failed to clone '%s' a second time, aborting"
17270 msgstr ""
17271
17272 #: builtin/submodule--helper.c:1851 builtin/submodule--helper.c:2093
17273 msgid "path into the working tree"
17274 msgstr ""
17275
17276 #: builtin/submodule--helper.c:1854
17277 msgid "path into the working tree, across nested submodule boundaries"
17278 msgstr ""
17279
17280 #: builtin/submodule--helper.c:1858
17281 msgid "rebase, merge, checkout or none"
17282 msgstr ""
17283
17284 #: builtin/submodule--helper.c:1864
17285 msgid "Create a shallow clone truncated to the specified number of revisions"
17286 msgstr ""
17287
17288 #: builtin/submodule--helper.c:1867
17289 msgid "parallel jobs"
17290 msgstr ""
17291
17292 #: builtin/submodule--helper.c:1869
17293 msgid "whether the initial clone should follow the shallow recommendation"
17294 msgstr ""
17295
17296 #: builtin/submodule--helper.c:1870
17297 msgid "don't print cloning progress"
17298 msgstr ""
17299
17300 #: builtin/submodule--helper.c:1877
17301 msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
17302 msgstr ""
17303
17304 #: builtin/submodule--helper.c:1890
17305 msgid "bad value for update parameter"
17306 msgstr ""
17307
17308 #: builtin/submodule--helper.c:1938
17309 #, c-format
17310 msgid ""
17311 "Submodule (%s) branch configured to inherit branch from superproject, but "
17312 "the superproject is not on any branch"
17313 msgstr ""
17314
17315 #: builtin/submodule--helper.c:2061
17316 #, c-format
17317 msgid "could not get a repository handle for submodule '%s'"
17318 msgstr ""
17319
17320 #: builtin/submodule--helper.c:2094
17321 msgid "recurse into submodules"
17322 msgstr ""
17323
17324 #: builtin/submodule--helper.c:2100
17325 msgid "git submodule--helper embed-git-dir [<path>...]"
17326 msgstr ""
17327
17328 #: builtin/submodule--helper.c:2156
17329 msgid "check if it is safe to write to the .gitmodules file"
17330 msgstr ""
17331
17332 #: builtin/submodule--helper.c:2161
17333 msgid "git submodule--helper config name [value]"
17334 msgstr ""
17335
17336 #: builtin/submodule--helper.c:2162
17337 msgid "git submodule--helper config --check-writeable"
17338 msgstr ""
17339
17340 #: builtin/submodule--helper.c:2179 git-submodule.sh:169
17341 #, sh-format
17342 msgid "please make sure that the .gitmodules file is in the working tree"
17343 msgstr ""
17344
17345 #: builtin/submodule--helper.c:2229 git.c:413 git.c:658
17346 #, c-format
17347 msgid "%s doesn't support --super-prefix"
17348 msgstr ""
17349
17350 #: builtin/submodule--helper.c:2235
17351 #, c-format
17352 msgid "'%s' is not a valid submodule--helper subcommand"
17353 msgstr ""
17354
17355 #: builtin/symbolic-ref.c:8
17356 msgid "git symbolic-ref [<options>] <name> [<ref>]"
17357 msgstr ""
17358
17359 #: builtin/symbolic-ref.c:9
17360 msgid "git symbolic-ref -d [-q] <name>"
17361 msgstr ""
17362
17363 #: builtin/symbolic-ref.c:40
17364 msgid "suppress error message for non-symbolic (detached) refs"
17365 msgstr ""
17366
17367 #: builtin/symbolic-ref.c:41
17368 msgid "delete symbolic ref"
17369 msgstr ""
17370
17371 #: builtin/symbolic-ref.c:42
17372 msgid "shorten ref output"
17373 msgstr ""
17374
17375 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:363
17376 msgid "reason"
17377 msgstr ""
17378
17379 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:363
17380 msgid "reason of the update"
17381 msgstr ""
17382
17383 #: builtin/tag.c:25
17384 msgid ""
17385 "git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
17386 "[<head>]"
17387 msgstr ""
17388
17389 #: builtin/tag.c:26
17390 msgid "git tag -d <tagname>..."
17391 msgstr ""
17392
17393 #: builtin/tag.c:27
17394 msgid ""
17395 "git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
17396 "points-at <object>]\n"
17397 "\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
17398 msgstr ""
17399
17400 #: builtin/tag.c:29
17401 msgid "git tag -v [--format=<format>] <tagname>..."
17402 msgstr ""
17403
17404 #: builtin/tag.c:87
17405 #, c-format
17406 msgid "tag '%s' not found."
17407 msgstr ""
17408
17409 #: builtin/tag.c:103
17410 #, c-format
17411 msgid "Deleted tag '%s' (was %s)\n"
17412 msgstr ""
17413
17414 #: builtin/tag.c:133
17415 #, c-format
17416 msgid ""
17417 "\n"
17418 "Write a message for tag:\n"
17419 " %s\n"
17420 "Lines starting with '%c' will be ignored.\n"
17421 msgstr ""
17422
17423 #: builtin/tag.c:137
17424 #, c-format
17425 msgid ""
17426 "\n"
17427 "Write a message for tag:\n"
17428 " %s\n"
17429 "Lines starting with '%c' will be kept; you may remove them yourself if you "
17430 "want to.\n"
17431 msgstr ""
17432
17433 #: builtin/tag.c:191
17434 msgid "unable to sign the tag"
17435 msgstr ""
17436
17437 #: builtin/tag.c:193
17438 msgid "unable to write tag file"
17439 msgstr ""
17440
17441 #: builtin/tag.c:218
17442 msgid "bad object type."
17443 msgstr ""
17444
17445 #: builtin/tag.c:267
17446 msgid "no tag message?"
17447 msgstr ""
17448
17449 #: builtin/tag.c:274
17450 #, c-format
17451 msgid "The tag message has been left in %s\n"
17452 msgstr ""
17453
17454 #: builtin/tag.c:385
17455 msgid "list tag names"
17456 msgstr ""
17457
17458 #: builtin/tag.c:387
17459 msgid "print <n> lines of each tag message"
17460 msgstr ""
17461
17462 #: builtin/tag.c:389
17463 msgid "delete tags"
17464 msgstr ""
17465
17466 #: builtin/tag.c:390
17467 msgid "verify tags"
17468 msgstr ""
17469
17470 #: builtin/tag.c:392
17471 msgid "Tag creation options"
17472 msgstr ""
17473
17474 #: builtin/tag.c:394
17475 msgid "annotated tag, needs a message"
17476 msgstr ""
17477
17478 #: builtin/tag.c:396
17479 msgid "tag message"
17480 msgstr ""
17481
17482 #: builtin/tag.c:398
17483 msgid "force edit of tag message"
17484 msgstr ""
17485
17486 #: builtin/tag.c:399
17487 msgid "annotated and GPG-signed tag"
17488 msgstr ""
17489
17490 #: builtin/tag.c:403
17491 msgid "use another key to sign the tag"
17492 msgstr ""
17493
17494 #: builtin/tag.c:404
17495 msgid "replace the tag if exists"
17496 msgstr ""
17497
17498 #: builtin/tag.c:405 builtin/update-ref.c:369
17499 msgid "create a reflog"
17500 msgstr ""
17501
17502 #: builtin/tag.c:407
17503 msgid "Tag listing options"
17504 msgstr ""
17505
17506 #: builtin/tag.c:408
17507 msgid "show tag list in columns"
17508 msgstr ""
17509
17510 #: builtin/tag.c:409 builtin/tag.c:411
17511 msgid "print only tags that contain the commit"
17512 msgstr ""
17513
17514 #: builtin/tag.c:410 builtin/tag.c:412
17515 msgid "print only tags that don't contain the commit"
17516 msgstr ""
17517
17518 #: builtin/tag.c:413
17519 msgid "print only tags that are merged"
17520 msgstr ""
17521
17522 #: builtin/tag.c:414
17523 msgid "print only tags that are not merged"
17524 msgstr ""
17525
17526 #: builtin/tag.c:419
17527 msgid "print only tags of the object"
17528 msgstr ""
17529
17530 #: builtin/tag.c:463
17531 msgid "--column and -n are incompatible"
17532 msgstr ""
17533
17534 #: builtin/tag.c:485
17535 msgid "-n option is only allowed in list mode"
17536 msgstr ""
17537
17538 #: builtin/tag.c:487
17539 msgid "--contains option is only allowed in list mode"
17540 msgstr ""
17541
17542 #: builtin/tag.c:489
17543 msgid "--no-contains option is only allowed in list mode"
17544 msgstr ""
17545
17546 #: builtin/tag.c:491
17547 msgid "--points-at option is only allowed in list mode"
17548 msgstr ""
17549
17550 #: builtin/tag.c:493
17551 msgid "--merged and --no-merged options are only allowed in list mode"
17552 msgstr ""
17553
17554 #: builtin/tag.c:504
17555 msgid "only one -F or -m option is allowed."
17556 msgstr ""
17557
17558 #: builtin/tag.c:523
17559 msgid "too many params"
17560 msgstr ""
17561
17562 #: builtin/tag.c:529
17563 #, c-format
17564 msgid "'%s' is not a valid tag name."
17565 msgstr ""
17566
17567 #: builtin/tag.c:534
17568 #, c-format
17569 msgid "tag '%s' already exists"
17570 msgstr ""
17571
17572 #: builtin/tag.c:565
17573 #, c-format
17574 msgid "Updated tag '%s' (was %s)\n"
17575 msgstr ""
17576
17577 #: builtin/unpack-objects.c:500
17578 msgid "Unpacking objects"
17579 msgstr ""
17580
17581 #: builtin/update-index.c:83
17582 #, c-format
17583 msgid "failed to create directory %s"
17584 msgstr ""
17585
17586 #: builtin/update-index.c:99
17587 #, c-format
17588 msgid "failed to create file %s"
17589 msgstr ""
17590
17591 #: builtin/update-index.c:107
17592 #, c-format
17593 msgid "failed to delete file %s"
17594 msgstr ""
17595
17596 #: builtin/update-index.c:114 builtin/update-index.c:220
17597 #, c-format
17598 msgid "failed to delete directory %s"
17599 msgstr ""
17600
17601 #: builtin/update-index.c:139
17602 #, c-format
17603 msgid "Testing mtime in '%s' "
17604 msgstr ""
17605
17606 #: builtin/update-index.c:153
17607 msgid "directory stat info does not change after adding a new file"
17608 msgstr ""
17609
17610 #: builtin/update-index.c:166
17611 msgid "directory stat info does not change after adding a new directory"
17612 msgstr ""
17613
17614 #: builtin/update-index.c:179
17615 msgid "directory stat info changes after updating a file"
17616 msgstr ""
17617
17618 #: builtin/update-index.c:190
17619 msgid "directory stat info changes after adding a file inside subdirectory"
17620 msgstr ""
17621
17622 #: builtin/update-index.c:201
17623 msgid "directory stat info does not change after deleting a file"
17624 msgstr ""
17625
17626 #: builtin/update-index.c:214
17627 msgid "directory stat info does not change after deleting a directory"
17628 msgstr ""
17629
17630 #: builtin/update-index.c:221
17631 msgid " OK"
17632 msgstr ""
17633
17634 #: builtin/update-index.c:589
17635 msgid "git update-index [<options>] [--] [<file>...]"
17636 msgstr ""
17637
17638 #: builtin/update-index.c:962
17639 msgid "continue refresh even when index needs update"
17640 msgstr ""
17641
17642 #: builtin/update-index.c:965
17643 msgid "refresh: ignore submodules"
17644 msgstr ""
17645
17646 #: builtin/update-index.c:968
17647 msgid "do not ignore new files"
17648 msgstr ""
17649
17650 #: builtin/update-index.c:970
17651 msgid "let files replace directories and vice-versa"
17652 msgstr ""
17653
17654 #: builtin/update-index.c:972
17655 msgid "notice files missing from worktree"
17656 msgstr ""
17657
17658 #: builtin/update-index.c:974
17659 msgid "refresh even if index contains unmerged entries"
17660 msgstr ""
17661
17662 #: builtin/update-index.c:977
17663 msgid "refresh stat information"
17664 msgstr ""
17665
17666 #: builtin/update-index.c:981
17667 msgid "like --refresh, but ignore assume-unchanged setting"
17668 msgstr ""
17669
17670 #: builtin/update-index.c:985
17671 msgid "<mode>,<object>,<path>"
17672 msgstr ""
17673
17674 #: builtin/update-index.c:986
17675 msgid "add the specified entry to the index"
17676 msgstr ""
17677
17678 #: builtin/update-index.c:995
17679 msgid "mark files as \"not changing\""
17680 msgstr ""
17681
17682 #: builtin/update-index.c:998
17683 msgid "clear assumed-unchanged bit"
17684 msgstr ""
17685
17686 #: builtin/update-index.c:1001
17687 msgid "mark files as \"index-only\""
17688 msgstr ""
17689
17690 #: builtin/update-index.c:1004
17691 msgid "clear skip-worktree bit"
17692 msgstr ""
17693
17694 #: builtin/update-index.c:1007
17695 msgid "add to index only; do not add content to object database"
17696 msgstr ""
17697
17698 #: builtin/update-index.c:1009
17699 msgid "remove named paths even if present in worktree"
17700 msgstr ""
17701
17702 #: builtin/update-index.c:1011
17703 msgid "with --stdin: input lines are terminated by null bytes"
17704 msgstr ""
17705
17706 #: builtin/update-index.c:1013
17707 msgid "read list of paths to be updated from standard input"
17708 msgstr ""
17709
17710 #: builtin/update-index.c:1017
17711 msgid "add entries from standard input to the index"
17712 msgstr ""
17713
17714 #: builtin/update-index.c:1021
17715 msgid "repopulate stages #2 and #3 for the listed paths"
17716 msgstr ""
17717
17718 #: builtin/update-index.c:1025
17719 msgid "only update entries that differ from HEAD"
17720 msgstr ""
17721
17722 #: builtin/update-index.c:1029
17723 msgid "ignore files missing from worktree"
17724 msgstr ""
17725
17726 #: builtin/update-index.c:1032
17727 msgid "report actions to standard output"
17728 msgstr ""
17729
17730 #: builtin/update-index.c:1034
17731 msgid "(for porcelains) forget saved unresolved conflicts"
17732 msgstr ""
17733
17734 #: builtin/update-index.c:1038
17735 msgid "write index in this format"
17736 msgstr ""
17737
17738 #: builtin/update-index.c:1040
17739 msgid "enable or disable split index"
17740 msgstr ""
17741
17742 #: builtin/update-index.c:1042
17743 msgid "enable/disable untracked cache"
17744 msgstr ""
17745
17746 #: builtin/update-index.c:1044
17747 msgid "test if the filesystem supports untracked cache"
17748 msgstr ""
17749
17750 #: builtin/update-index.c:1046
17751 msgid "enable untracked cache without testing the filesystem"
17752 msgstr ""
17753
17754 #: builtin/update-index.c:1048
17755 msgid "write out the index even if is not flagged as changed"
17756 msgstr ""
17757
17758 #: builtin/update-index.c:1050
17759 msgid "enable or disable file system monitor"
17760 msgstr ""
17761
17762 #: builtin/update-index.c:1052
17763 msgid "mark files as fsmonitor valid"
17764 msgstr ""
17765
17766 #: builtin/update-index.c:1055
17767 msgid "clear fsmonitor valid bit"
17768 msgstr ""
17769
17770 #: builtin/update-index.c:1156
17771 msgid ""
17772 "core.splitIndex is set to false; remove or change it, if you really want to "
17773 "enable split index"
17774 msgstr ""
17775
17776 #: builtin/update-index.c:1165
17777 msgid ""
17778 "core.splitIndex is set to true; remove or change it, if you really want to "
17779 "disable split index"
17780 msgstr ""
17781
17782 #: builtin/update-index.c:1176
17783 msgid ""
17784 "core.untrackedCache is set to true; remove or change it, if you really want "
17785 "to disable the untracked cache"
17786 msgstr ""
17787
17788 #: builtin/update-index.c:1180
17789 msgid "Untracked cache disabled"
17790 msgstr ""
17791
17792 #: builtin/update-index.c:1188
17793 msgid ""
17794 "core.untrackedCache is set to false; remove or change it, if you really want "
17795 "to enable the untracked cache"
17796 msgstr ""
17797
17798 #: builtin/update-index.c:1192
17799 #, c-format
17800 msgid "Untracked cache enabled for '%s'"
17801 msgstr ""
17802
17803 #: builtin/update-index.c:1200
17804 msgid "core.fsmonitor is unset; set it if you really want to enable fsmonitor"
17805 msgstr ""
17806
17807 #: builtin/update-index.c:1204
17808 msgid "fsmonitor enabled"
17809 msgstr ""
17810
17811 #: builtin/update-index.c:1207
17812 msgid ""
17813 "core.fsmonitor is set; remove it if you really want to disable fsmonitor"
17814 msgstr ""
17815
17816 #: builtin/update-index.c:1211
17817 msgid "fsmonitor disabled"
17818 msgstr ""
17819
17820 #: builtin/update-ref.c:10
17821 msgid "git update-ref [<options>] -d <refname> [<old-val>]"
17822 msgstr ""
17823
17824 #: builtin/update-ref.c:11
17825 msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"
17826 msgstr ""
17827
17828 #: builtin/update-ref.c:12
17829 msgid "git update-ref [<options>] --stdin [-z]"
17830 msgstr ""
17831
17832 #: builtin/update-ref.c:364
17833 msgid "delete the reference"
17834 msgstr ""
17835
17836 #: builtin/update-ref.c:366
17837 msgid "update <refname> not the one it points to"
17838 msgstr ""
17839
17840 #: builtin/update-ref.c:367
17841 msgid "stdin has NUL-terminated arguments"
17842 msgstr ""
17843
17844 #: builtin/update-ref.c:368
17845 msgid "read updates from stdin"
17846 msgstr ""
17847
17848 #: builtin/update-server-info.c:7
17849 msgid "git update-server-info [--force]"
17850 msgstr ""
17851
17852 #: builtin/update-server-info.c:15
17853 msgid "update the info files from scratch"
17854 msgstr ""
17855
17856 #: builtin/upload-pack.c:11
17857 msgid "git upload-pack [<options>] <dir>"
17858 msgstr ""
17859
17860 #: builtin/upload-pack.c:25
17861 msgid "exit immediately after initial ref advertisement"
17862 msgstr ""
17863
17864 #: builtin/upload-pack.c:27
17865 msgid "do not try <directory>/.git/ if <directory> is no Git directory"
17866 msgstr ""
17867
17868 #: builtin/upload-pack.c:29
17869 msgid "interrupt transfer after <n> seconds of inactivity"
17870 msgstr ""
17871
17872 #: builtin/verify-commit.c:20
17873 msgid "git verify-commit [-v | --verbose] <commit>..."
17874 msgstr ""
17875
17876 #: builtin/verify-commit.c:76
17877 msgid "print commit contents"
17878 msgstr ""
17879
17880 #: builtin/verify-commit.c:77 builtin/verify-tag.c:38
17881 msgid "print raw gpg status output"
17882 msgstr ""
17883
17884 #: builtin/verify-pack.c:55
17885 msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
17886 msgstr ""
17887
17888 #: builtin/verify-pack.c:65
17889 msgid "verbose"
17890 msgstr ""
17891
17892 #: builtin/verify-pack.c:67
17893 msgid "show statistics only"
17894 msgstr ""
17895
17896 #: builtin/verify-tag.c:19
17897 msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
17898 msgstr ""
17899
17900 #: builtin/verify-tag.c:37
17901 msgid "print tag contents"
17902 msgstr ""
17903
17904 #: builtin/worktree.c:18
17905 msgid "git worktree add [<options>] <path> [<commit-ish>]"
17906 msgstr ""
17907
17908 #: builtin/worktree.c:19
17909 msgid "git worktree list [<options>]"
17910 msgstr ""
17911
17912 #: builtin/worktree.c:20
17913 msgid "git worktree lock [<options>] <path>"
17914 msgstr ""
17915
17916 #: builtin/worktree.c:21
17917 msgid "git worktree move <worktree> <new-path>"
17918 msgstr ""
17919
17920 #: builtin/worktree.c:22
17921 msgid "git worktree prune [<options>]"
17922 msgstr ""
17923
17924 #: builtin/worktree.c:23
17925 msgid "git worktree remove [<options>] <worktree>"
17926 msgstr ""
17927
17928 #: builtin/worktree.c:24
17929 msgid "git worktree unlock <path>"
17930 msgstr ""
17931
17932 #: builtin/worktree.c:61 builtin/worktree.c:888
17933 #, c-format
17934 msgid "failed to delete '%s'"
17935 msgstr ""
17936
17937 #: builtin/worktree.c:80
17938 #, c-format
17939 msgid "Removing worktrees/%s: not a valid directory"
17940 msgstr ""
17941
17942 #: builtin/worktree.c:86
17943 #, c-format
17944 msgid "Removing worktrees/%s: gitdir file does not exist"
17945 msgstr ""
17946
17947 #: builtin/worktree.c:91 builtin/worktree.c:100
17948 #, c-format
17949 msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
17950 msgstr ""
17951
17952 #: builtin/worktree.c:110
17953 #, c-format
17954 msgid ""
17955 "Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "
17956 "%<PRIuMAX>)"
17957 msgstr ""
17958
17959 #: builtin/worktree.c:118
17960 #, c-format
17961 msgid "Removing worktrees/%s: invalid gitdir file"
17962 msgstr ""
17963
17964 #: builtin/worktree.c:127
17965 #, c-format
17966 msgid "Removing worktrees/%s: gitdir file points to non-existent location"
17967 msgstr ""
17968
17969 #: builtin/worktree.c:166
17970 msgid "report pruned working trees"
17971 msgstr ""
17972
17973 #: builtin/worktree.c:168
17974 msgid "expire working trees older than <time>"
17975 msgstr ""
17976
17977 #: builtin/worktree.c:235
17978 #, c-format
17979 msgid "'%s' already exists"
17980 msgstr ""
17981
17982 #: builtin/worktree.c:252
17983 #, c-format
17984 msgid "unable to re-add worktree '%s'"
17985 msgstr ""
17986
17987 #: builtin/worktree.c:257
17988 #, c-format
17989 msgid ""
17990 "'%s' is a missing but locked worktree;\n"
17991 "use 'add -f -f' to override, or 'unlock' and 'prune' or 'remove' to clear"
17992 msgstr ""
17993
17994 #: builtin/worktree.c:259
17995 #, c-format
17996 msgid ""
17997 "'%s' is a missing but already registered worktree;\n"
17998 "use 'add -f' to override, or 'prune' or 'remove' to clear"
17999 msgstr ""
18000
18001 #: builtin/worktree.c:310
18002 #, c-format
18003 msgid "could not create directory of '%s'"
18004 msgstr ""
18005
18006 #: builtin/worktree.c:429 builtin/worktree.c:435
18007 #, c-format
18008 msgid "Preparing worktree (new branch '%s')"
18009 msgstr ""
18010
18011 #: builtin/worktree.c:431
18012 #, c-format
18013 msgid "Preparing worktree (resetting branch '%s'; was at %s)"
18014 msgstr ""
18015
18016 #: builtin/worktree.c:440
18017 #, c-format
18018 msgid "Preparing worktree (checking out '%s')"
18019 msgstr ""
18020
18021 #: builtin/worktree.c:446
18022 #, c-format
18023 msgid "Preparing worktree (detached HEAD %s)"
18024 msgstr ""
18025
18026 #: builtin/worktree.c:487
18027 msgid "checkout <branch> even if already checked out in other worktree"
18028 msgstr ""
18029
18030 #: builtin/worktree.c:490
18031 msgid "create a new branch"
18032 msgstr ""
18033
18034 #: builtin/worktree.c:492
18035 msgid "create or reset a branch"
18036 msgstr ""
18037
18038 #: builtin/worktree.c:494
18039 msgid "populate the new working tree"
18040 msgstr ""
18041
18042 #: builtin/worktree.c:495
18043 msgid "keep the new working tree locked"
18044 msgstr ""
18045
18046 #: builtin/worktree.c:498
18047 msgid "set up tracking mode (see git-branch(1))"
18048 msgstr ""
18049
18050 #: builtin/worktree.c:501
18051 msgid "try to match the new branch name with a remote-tracking branch"
18052 msgstr ""
18053
18054 #: builtin/worktree.c:509
18055 msgid "-b, -B, and --detach are mutually exclusive"
18056 msgstr ""
18057
18058 #: builtin/worktree.c:570
18059 msgid "--[no-]track can only be used if a new branch is created"
18060 msgstr ""
18061
18062 #: builtin/worktree.c:670
18063 msgid "reason for locking"
18064 msgstr ""
18065
18066 #: builtin/worktree.c:682 builtin/worktree.c:715 builtin/worktree.c:789
18067 #: builtin/worktree.c:916
18068 #, c-format
18069 msgid "'%s' is not a working tree"
18070 msgstr ""
18071
18072 #: builtin/worktree.c:684 builtin/worktree.c:717
18073 msgid "The main working tree cannot be locked or unlocked"
18074 msgstr ""
18075
18076 #: builtin/worktree.c:689
18077 #, c-format
18078 msgid "'%s' is already locked, reason: %s"
18079 msgstr ""
18080
18081 #: builtin/worktree.c:691
18082 #, c-format
18083 msgid "'%s' is already locked"
18084 msgstr ""
18085
18086 #: builtin/worktree.c:719
18087 #, c-format
18088 msgid "'%s' is not locked"
18089 msgstr ""
18090
18091 #: builtin/worktree.c:760
18092 msgid "working trees containing submodules cannot be moved or removed"
18093 msgstr ""
18094
18095 #: builtin/worktree.c:768
18096 msgid "force move even if worktree is dirty or locked"
18097 msgstr ""
18098
18099 #: builtin/worktree.c:791 builtin/worktree.c:918
18100 #, c-format
18101 msgid "'%s' is a main working tree"
18102 msgstr ""
18103
18104 #: builtin/worktree.c:796
18105 #, c-format
18106 msgid "could not figure out destination name from '%s'"
18107 msgstr ""
18108
18109 #: builtin/worktree.c:802
18110 #, c-format
18111 msgid "target '%s' already exists"
18112 msgstr ""
18113
18114 #: builtin/worktree.c:810
18115 #, c-format
18116 msgid ""
18117 "cannot move a locked working tree, lock reason: %s\n"
18118 "use 'move -f -f' to override or unlock first"
18119 msgstr ""
18120
18121 #: builtin/worktree.c:812
18122 msgid ""
18123 "cannot move a locked working tree;\n"
18124 "use 'move -f -f' to override or unlock first"
18125 msgstr ""
18126
18127 #: builtin/worktree.c:815
18128 #, c-format
18129 msgid "validation failed, cannot move working tree: %s"
18130 msgstr ""
18131
18132 #: builtin/worktree.c:820
18133 #, c-format
18134 msgid "failed to move '%s' to '%s'"
18135 msgstr ""
18136
18137 #: builtin/worktree.c:868
18138 #, c-format
18139 msgid "failed to run 'git status' on '%s'"
18140 msgstr ""
18141
18142 #: builtin/worktree.c:872
18143 #, c-format
18144 msgid "'%s' is dirty, use --force to delete it"
18145 msgstr ""
18146
18147 #: builtin/worktree.c:877
18148 #, c-format
18149 msgid "failed to run 'git status' on '%s', code %d"
18150 msgstr ""
18151
18152 #: builtin/worktree.c:900
18153 msgid "force removal even if worktree is dirty or locked"
18154 msgstr ""
18155
18156 #: builtin/worktree.c:923
18157 #, c-format
18158 msgid ""
18159 "cannot remove a locked working tree, lock reason: %s\n"
18160 "use 'remove -f -f' to override or unlock first"
18161 msgstr ""
18162
18163 #: builtin/worktree.c:925
18164 msgid ""
18165 "cannot remove a locked working tree;\n"
18166 "use 'remove -f -f' to override or unlock first"
18167 msgstr ""
18168
18169 #: builtin/worktree.c:928
18170 #, c-format
18171 msgid "validation failed, cannot remove working tree: %s"
18172 msgstr ""
18173
18174 #: builtin/write-tree.c:15
18175 msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
18176 msgstr ""
18177
18178 #: builtin/write-tree.c:28
18179 msgid "<prefix>/"
18180 msgstr ""
18181
18182 #: builtin/write-tree.c:29
18183 msgid "write tree object for a subdirectory <prefix>"
18184 msgstr ""
18185
18186 #: builtin/write-tree.c:31
18187 msgid "only useful for debugging"
18188 msgstr ""
18189
18190 #: credential-cache--daemon.c:223
18191 #, c-format
18192 msgid ""
18193 "The permissions on your socket directory are too loose; other\n"
18194 "users may be able to read your cached credentials. Consider running:\n"
18195 "\n"
18196 "\tchmod 0700 %s"
18197 msgstr ""
18198
18199 #: credential-cache--daemon.c:272
18200 msgid "print debugging messages to stderr"
18201 msgstr ""
18202
18203 #: t/helper/test-reach.c:152
18204 #, c-format
18205 msgid "commit %s is not marked reachable"
18206 msgstr ""
18207
18208 #: t/helper/test-reach.c:162
18209 msgid "too many commits marked reachable"
18210 msgstr ""
18211
18212 #: git.c:27
18213 msgid ""
18214 "git [--version] [--help] [-C <path>] [-c <name>=<value>]\n"
18215 " [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n"
18216 " [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--"
18217 "bare]\n"
18218 " [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]\n"
18219 " <command> [<args>]"
18220 msgstr ""
18221
18222 #: git.c:34
18223 msgid ""
18224 "'git help -a' and 'git help -g' list available subcommands and some\n"
18225 "concept guides. See 'git help <command>' or 'git help <concept>'\n"
18226 "to read about a specific subcommand or concept."
18227 msgstr ""
18228
18229 #: git.c:174
18230 #, c-format
18231 msgid "no directory given for --git-dir\n"
18232 msgstr ""
18233
18234 #: git.c:188
18235 #, c-format
18236 msgid "no namespace given for --namespace\n"
18237 msgstr ""
18238
18239 #: git.c:202
18240 #, c-format
18241 msgid "no directory given for --work-tree\n"
18242 msgstr ""
18243
18244 #: git.c:216
18245 #, c-format
18246 msgid "no prefix given for --super-prefix\n"
18247 msgstr ""
18248
18249 #: git.c:238
18250 #, c-format
18251 msgid "-c expects a configuration string\n"
18252 msgstr ""
18253
18254 #: git.c:276
18255 #, c-format
18256 msgid "no directory given for -C\n"
18257 msgstr ""
18258
18259 #: git.c:301
18260 #, c-format
18261 msgid "unknown option: %s\n"
18262 msgstr ""
18263
18264 #: git.c:342
18265 #, c-format
18266 msgid "while expanding alias '%s': '%s'"
18267 msgstr ""
18268
18269 #: git.c:351
18270 #, c-format
18271 msgid ""
18272 "alias '%s' changes environment variables.\n"
18273 "You can use '!git' in the alias to do this"
18274 msgstr ""
18275
18276 #: git.c:359
18277 #, c-format
18278 msgid "empty alias for %s"
18279 msgstr ""
18280
18281 #: git.c:362
18282 #, c-format
18283 msgid "recursive alias: %s"
18284 msgstr ""
18285
18286 #: git.c:437
18287 msgid "write failure on standard output"
18288 msgstr ""
18289
18290 #: git.c:439
18291 msgid "unknown write failure on standard output"
18292 msgstr ""
18293
18294 #: git.c:441
18295 msgid "close failed on standard output"
18296 msgstr ""
18297
18298 #: git.c:720
18299 #, c-format
18300 msgid "alias loop detected: expansion of '%s' does not terminate:%s"
18301 msgstr ""
18302
18303 #: git.c:770
18304 #, c-format
18305 msgid "cannot handle %s as a builtin"
18306 msgstr ""
18307
18308 #: git.c:783
18309 #, c-format
18310 msgid ""
18311 "usage: %s\n"
18312 "\n"
18313 msgstr ""
18314
18315 #: git.c:803
18316 #, c-format
18317 msgid "expansion of alias '%s' failed; '%s' is not a git command\n"
18318 msgstr ""
18319
18320 #: git.c:815
18321 #, c-format
18322 msgid "failed to run command '%s': %s\n"
18323 msgstr ""
18324
18325 #: http.c:378
18326 #, c-format
18327 msgid "negative value for http.postbuffer; defaulting to %d"
18328 msgstr ""
18329
18330 #: http.c:399
18331 msgid "Delegation control is not supported with cURL < 7.22.0"
18332 msgstr ""
18333
18334 #: http.c:408
18335 msgid "Public key pinning not supported with cURL < 7.44.0"
18336 msgstr ""
18337
18338 #: http.c:876
18339 msgid "CURLSSLOPT_NO_REVOKE not supported with cURL < 7.44.0"
18340 msgstr ""
18341
18342 #: http.c:949
18343 msgid "Protocol restrictions not supported with cURL < 7.19.4"
18344 msgstr ""
18345
18346 #: http.c:1085
18347 #, c-format
18348 msgid "Unsupported SSL backend '%s'. Supported SSL backends:"
18349 msgstr ""
18350
18351 #: http.c:1092
18352 #, c-format
18353 msgid "Could not set SSL backend to '%s': cURL was built without SSL backends"
18354 msgstr ""
18355
18356 #: http.c:1096
18357 #, c-format
18358 msgid "Could not set SSL backend to '%s': already set"
18359 msgstr ""
18360
18361 #: http.c:1959
18362 #, c-format
18363 msgid ""
18364 "unable to update url base from redirection:\n"
18365 " asked for: %s\n"
18366 " redirect: %s"
18367 msgstr ""
18368
18369 #: remote-curl.c:455
18370 #, c-format
18371 msgid "redirecting to %s"
18372 msgstr ""
18373
18374 #: parse-options.h:154
18375 msgid "expiry-date"
18376 msgstr ""
18377
18378 #: parse-options.h:169
18379 msgid "no-op (backward compatibility)"
18380 msgstr ""
18381
18382 #: parse-options.h:259
18383 msgid "be more verbose"
18384 msgstr ""
18385
18386 #: parse-options.h:261
18387 msgid "be more quiet"
18388 msgstr ""
18389
18390 #: parse-options.h:267
18391 msgid "use <n> digits to display SHA-1s"
18392 msgstr ""
18393
18394 #: command-list.h:50
18395 msgid "Add file contents to the index"
18396 msgstr ""
18397
18398 #: command-list.h:51
18399 msgid "Apply a series of patches from a mailbox"
18400 msgstr ""
18401
18402 #: command-list.h:52
18403 msgid "Annotate file lines with commit information"
18404 msgstr ""
18405
18406 #: command-list.h:53
18407 msgid "Apply a patch to files and/or to the index"
18408 msgstr ""
18409
18410 #: command-list.h:54
18411 msgid "Import a GNU Arch repository into Git"
18412 msgstr ""
18413
18414 #: command-list.h:55
18415 msgid "Create an archive of files from a named tree"
18416 msgstr ""
18417
18418 #: command-list.h:56
18419 msgid "Use binary search to find the commit that introduced a bug"
18420 msgstr ""
18421
18422 #: command-list.h:57
18423 msgid "Show what revision and author last modified each line of a file"
18424 msgstr ""
18425
18426 #: command-list.h:58
18427 msgid "List, create, or delete branches"
18428 msgstr ""
18429
18430 #: command-list.h:59
18431 msgid "Move objects and refs by archive"
18432 msgstr ""
18433
18434 #: command-list.h:60
18435 msgid "Provide content or type and size information for repository objects"
18436 msgstr ""
18437
18438 #: command-list.h:61
18439 msgid "Display gitattributes information"
18440 msgstr ""
18441
18442 #: command-list.h:62
18443 msgid "Debug gitignore / exclude files"
18444 msgstr ""
18445
18446 #: command-list.h:63
18447 msgid "Show canonical names and email addresses of contacts"
18448 msgstr ""
18449
18450 #: command-list.h:64
18451 msgid "Switch branches or restore working tree files"
18452 msgstr ""
18453
18454 #: command-list.h:65
18455 msgid "Copy files from the index to the working tree"
18456 msgstr ""
18457
18458 #: command-list.h:66
18459 msgid "Ensures that a reference name is well formed"
18460 msgstr ""
18461
18462 #: command-list.h:67
18463 msgid "Find commits yet to be applied to upstream"
18464 msgstr ""
18465
18466 #: command-list.h:68
18467 msgid "Apply the changes introduced by some existing commits"
18468 msgstr ""
18469
18470 #: command-list.h:69
18471 msgid "Graphical alternative to git-commit"
18472 msgstr ""
18473
18474 #: command-list.h:70
18475 msgid "Remove untracked files from the working tree"
18476 msgstr ""
18477
18478 #: command-list.h:71
18479 msgid "Clone a repository into a new directory"
18480 msgstr ""
18481
18482 #: command-list.h:72
18483 msgid "Display data in columns"
18484 msgstr ""
18485
18486 #: command-list.h:73
18487 msgid "Record changes to the repository"
18488 msgstr ""
18489
18490 #: command-list.h:74
18491 msgid "Write and verify Git commit-graph files"
18492 msgstr ""
18493
18494 #: command-list.h:75
18495 msgid "Create a new commit object"
18496 msgstr ""
18497
18498 #: command-list.h:76
18499 msgid "Get and set repository or global options"
18500 msgstr ""
18501
18502 #: command-list.h:77
18503 msgid "Count unpacked number of objects and their disk consumption"
18504 msgstr ""
18505
18506 #: command-list.h:78
18507 msgid "Retrieve and store user credentials"
18508 msgstr ""
18509
18510 #: command-list.h:79
18511 msgid "Helper to temporarily store passwords in memory"
18512 msgstr ""
18513
18514 #: command-list.h:80
18515 msgid "Helper to store credentials on disk"
18516 msgstr ""
18517
18518 #: command-list.h:81
18519 msgid "Export a single commit to a CVS checkout"
18520 msgstr ""
18521
18522 #: command-list.h:82
18523 msgid "Salvage your data out of another SCM people love to hate"
18524 msgstr ""
18525
18526 #: command-list.h:83
18527 msgid "A CVS server emulator for Git"
18528 msgstr ""
18529
18530 #: command-list.h:84
18531 msgid "A really simple server for Git repositories"
18532 msgstr ""
18533
18534 #: command-list.h:85
18535 msgid "Give an object a human readable name based on an available ref"
18536 msgstr ""
18537
18538 #: command-list.h:86
18539 msgid "Show changes between commits, commit and working tree, etc"
18540 msgstr ""
18541
18542 #: command-list.h:87
18543 msgid "Compares files in the working tree and the index"
18544 msgstr ""
18545
18546 #: command-list.h:88
18547 msgid "Compare a tree to the working tree or index"
18548 msgstr ""
18549
18550 #: command-list.h:89
18551 msgid "Compares the content and mode of blobs found via two tree objects"
18552 msgstr ""
18553
18554 #: command-list.h:90
18555 msgid "Show changes using common diff tools"
18556 msgstr ""
18557
18558 #: command-list.h:91
18559 msgid "Git data exporter"
18560 msgstr ""
18561
18562 #: command-list.h:92
18563 msgid "Backend for fast Git data importers"
18564 msgstr ""
18565
18566 #: command-list.h:93
18567 msgid "Download objects and refs from another repository"
18568 msgstr ""
18569
18570 #: command-list.h:94
18571 msgid "Receive missing objects from another repository"
18572 msgstr ""
18573
18574 #: command-list.h:95
18575 msgid "Rewrite branches"
18576 msgstr ""
18577
18578 #: command-list.h:96
18579 msgid "Produce a merge commit message"
18580 msgstr ""
18581
18582 #: command-list.h:97
18583 msgid "Output information on each ref"
18584 msgstr ""
18585
18586 #: command-list.h:98
18587 msgid "Prepare patches for e-mail submission"
18588 msgstr ""
18589
18590 #: command-list.h:99
18591 msgid "Verifies the connectivity and validity of the objects in the database"
18592 msgstr ""
18593
18594 #: command-list.h:100
18595 msgid "Cleanup unnecessary files and optimize the local repository"
18596 msgstr ""
18597
18598 #: command-list.h:101
18599 msgid "Extract commit ID from an archive created using git-archive"
18600 msgstr ""
18601
18602 #: command-list.h:102
18603 msgid "Print lines matching a pattern"
18604 msgstr ""
18605
18606 #: command-list.h:103
18607 msgid "A portable graphical interface to Git"
18608 msgstr ""
18609
18610 #: command-list.h:104
18611 msgid "Compute object ID and optionally creates a blob from a file"
18612 msgstr ""
18613
18614 #: command-list.h:105
18615 msgid "Display help information about Git"
18616 msgstr ""
18617
18618 #: command-list.h:106
18619 msgid "Server side implementation of Git over HTTP"
18620 msgstr ""
18621
18622 #: command-list.h:107
18623 msgid "Download from a remote Git repository via HTTP"
18624 msgstr ""
18625
18626 #: command-list.h:108
18627 msgid "Push objects over HTTP/DAV to another repository"
18628 msgstr ""
18629
18630 #: command-list.h:109
18631 msgid "Send a collection of patches from stdin to an IMAP folder"
18632 msgstr ""
18633
18634 #: command-list.h:110
18635 msgid "Build pack index file for an existing packed archive"
18636 msgstr ""
18637
18638 #: command-list.h:111
18639 msgid "Create an empty Git repository or reinitialize an existing one"
18640 msgstr ""
18641
18642 #: command-list.h:112
18643 msgid "Instantly browse your working repository in gitweb"
18644 msgstr ""
18645
18646 #: command-list.h:113
18647 msgid "add or parse structured information in commit messages"
18648 msgstr ""
18649
18650 #: command-list.h:114
18651 msgid "The Git repository browser"
18652 msgstr ""
18653
18654 #: command-list.h:115
18655 msgid "Show commit logs"
18656 msgstr ""
18657
18658 #: command-list.h:116
18659 msgid "Show information about files in the index and the working tree"
18660 msgstr ""
18661
18662 #: command-list.h:117
18663 msgid "List references in a remote repository"
18664 msgstr ""
18665
18666 #: command-list.h:118
18667 msgid "List the contents of a tree object"
18668 msgstr ""
18669
18670 #: command-list.h:119
18671 msgid "Extracts patch and authorship from a single e-mail message"
18672 msgstr ""
18673
18674 #: command-list.h:120
18675 msgid "Simple UNIX mbox splitter program"
18676 msgstr ""
18677
18678 #: command-list.h:121
18679 msgid "Join two or more development histories together"
18680 msgstr ""
18681
18682 #: command-list.h:122
18683 msgid "Find as good common ancestors as possible for a merge"
18684 msgstr ""
18685
18686 #: command-list.h:123
18687 msgid "Run a three-way file merge"
18688 msgstr ""
18689
18690 #: command-list.h:124
18691 msgid "Run a merge for files needing merging"
18692 msgstr ""
18693
18694 #: command-list.h:125
18695 msgid "The standard helper program to use with git-merge-index"
18696 msgstr ""
18697
18698 #: command-list.h:126
18699 msgid "Run merge conflict resolution tools to resolve merge conflicts"
18700 msgstr ""
18701
18702 #: command-list.h:127
18703 msgid "Show three-way merge without touching index"
18704 msgstr ""
18705
18706 #: command-list.h:128
18707 msgid "Write and verify multi-pack-indexes"
18708 msgstr ""
18709
18710 #: command-list.h:129
18711 msgid "Creates a tag object"
18712 msgstr ""
18713
18714 #: command-list.h:130
18715 msgid "Build a tree-object from ls-tree formatted text"
18716 msgstr ""
18717
18718 #: command-list.h:131
18719 msgid "Move or rename a file, a directory, or a symlink"
18720 msgstr ""
18721
18722 #: command-list.h:132
18723 msgid "Find symbolic names for given revs"
18724 msgstr ""
18725
18726 #: command-list.h:133
18727 msgid "Add or inspect object notes"
18728 msgstr ""
18729
18730 #: command-list.h:134
18731 msgid "Import from and submit to Perforce repositories"
18732 msgstr ""
18733
18734 #: command-list.h:135
18735 msgid "Create a packed archive of objects"
18736 msgstr ""
18737
18738 #: command-list.h:136
18739 msgid "Find redundant pack files"
18740 msgstr ""
18741
18742 #: command-list.h:137
18743 msgid "Pack heads and tags for efficient repository access"
18744 msgstr ""
18745
18746 #: command-list.h:138
18747 msgid "Routines to help parsing remote repository access parameters"
18748 msgstr ""
18749
18750 #: command-list.h:139
18751 msgid "Compute unique ID for a patch"
18752 msgstr ""
18753
18754 #: command-list.h:140
18755 msgid "Prune all unreachable objects from the object database"
18756 msgstr ""
18757
18758 #: command-list.h:141
18759 msgid "Remove extra objects that are already in pack files"
18760 msgstr ""
18761
18762 #: command-list.h:142
18763 msgid "Fetch from and integrate with another repository or a local branch"
18764 msgstr ""
18765
18766 #: command-list.h:143
18767 msgid "Update remote refs along with associated objects"
18768 msgstr ""
18769
18770 #: command-list.h:144
18771 msgid "Applies a quilt patchset onto the current branch"
18772 msgstr ""
18773
18774 #: command-list.h:145
18775 msgid "Compare two commit ranges (e.g. two versions of a branch)"
18776 msgstr ""
18777
18778 #: command-list.h:146
18779 msgid "Reads tree information into the index"
18780 msgstr ""
18781
18782 #: command-list.h:147
18783 msgid "Reapply commits on top of another base tip"
18784 msgstr ""
18785
18786 #: command-list.h:148
18787 msgid "Receive what is pushed into the repository"
18788 msgstr ""
18789
18790 #: command-list.h:149
18791 msgid "Manage reflog information"
18792 msgstr ""
18793
18794 #: command-list.h:150
18795 msgid "Manage set of tracked repositories"
18796 msgstr ""
18797
18798 #: command-list.h:151
18799 msgid "Pack unpacked objects in a repository"
18800 msgstr ""
18801
18802 #: command-list.h:152
18803 msgid "Create, list, delete refs to replace objects"
18804 msgstr ""
18805
18806 #: command-list.h:153
18807 msgid "Generates a summary of pending changes"
18808 msgstr ""
18809
18810 #: command-list.h:154
18811 msgid "Reuse recorded resolution of conflicted merges"
18812 msgstr ""
18813
18814 #: command-list.h:155
18815 msgid "Reset current HEAD to the specified state"
18816 msgstr ""
18817
18818 #: command-list.h:156
18819 msgid "Revert some existing commits"
18820 msgstr ""
18821
18822 #: command-list.h:157
18823 msgid "Lists commit objects in reverse chronological order"
18824 msgstr ""
18825
18826 #: command-list.h:158
18827 msgid "Pick out and massage parameters"
18828 msgstr ""
18829
18830 #: command-list.h:159
18831 msgid "Remove files from the working tree and from the index"
18832 msgstr ""
18833
18834 #: command-list.h:160
18835 msgid "Send a collection of patches as emails"
18836 msgstr ""
18837
18838 #: command-list.h:161
18839 msgid "Push objects over Git protocol to another repository"
18840 msgstr ""
18841
18842 #: command-list.h:162
18843 msgid "Restricted login shell for Git-only SSH access"
18844 msgstr ""
18845
18846 #: command-list.h:163
18847 msgid "Summarize 'git log' output"
18848 msgstr ""
18849
18850 #: command-list.h:164
18851 msgid "Show various types of objects"
18852 msgstr ""
18853
18854 #: command-list.h:165
18855 msgid "Show branches and their commits"
18856 msgstr ""
18857
18858 #: command-list.h:166
18859 msgid "Show packed archive index"
18860 msgstr ""
18861
18862 #: command-list.h:167
18863 msgid "List references in a local repository"
18864 msgstr ""
18865
18866 #: command-list.h:168
18867 msgid "Git's i18n setup code for shell scripts"
18868 msgstr ""
18869
18870 #: command-list.h:169
18871 msgid "Common Git shell script setup code"
18872 msgstr ""
18873
18874 #: command-list.h:170
18875 msgid "Stash the changes in a dirty working directory away"
18876 msgstr ""
18877
18878 #: command-list.h:171
18879 msgid "Add file contents to the staging area"
18880 msgstr ""
18881
18882 #: command-list.h:172
18883 msgid "Show the working tree status"
18884 msgstr ""
18885
18886 #: command-list.h:173
18887 msgid "Remove unnecessary whitespace"
18888 msgstr ""
18889
18890 #: command-list.h:174
18891 msgid "Initialize, update or inspect submodules"
18892 msgstr ""
18893
18894 #: command-list.h:175
18895 msgid "Bidirectional operation between a Subversion repository and Git"
18896 msgstr ""
18897
18898 #: command-list.h:176
18899 msgid "Read, modify and delete symbolic refs"
18900 msgstr ""
18901
18902 #: command-list.h:177
18903 msgid "Create, list, delete or verify a tag object signed with GPG"
18904 msgstr ""
18905
18906 #: command-list.h:178
18907 msgid "Creates a temporary file with a blob's contents"
18908 msgstr ""
18909
18910 #: command-list.h:179
18911 msgid "Unpack objects from a packed archive"
18912 msgstr ""
18913
18914 #: command-list.h:180
18915 msgid "Register file contents in the working tree to the index"
18916 msgstr ""
18917
18918 #: command-list.h:181
18919 msgid "Update the object name stored in a ref safely"
18920 msgstr ""
18921
18922 #: command-list.h:182
18923 msgid "Update auxiliary info file to help dumb servers"
18924 msgstr ""
18925
18926 #: command-list.h:183
18927 msgid "Send archive back to git-archive"
18928 msgstr ""
18929
18930 #: command-list.h:184
18931 msgid "Send objects packed back to git-fetch-pack"
18932 msgstr ""
18933
18934 #: command-list.h:185
18935 msgid "Show a Git logical variable"
18936 msgstr ""
18937
18938 #: command-list.h:186
18939 msgid "Check the GPG signature of commits"
18940 msgstr ""
18941
18942 #: command-list.h:187
18943 msgid "Validate packed Git archive files"
18944 msgstr ""
18945
18946 #: command-list.h:188
18947 msgid "Check the GPG signature of tags"
18948 msgstr ""
18949
18950 #: command-list.h:189
18951 msgid "Git web interface (web frontend to Git repositories)"
18952 msgstr ""
18953
18954 #: command-list.h:190
18955 msgid "Show logs with difference each commit introduces"
18956 msgstr ""
18957
18958 #: command-list.h:191
18959 msgid "Manage multiple working trees"
18960 msgstr ""
18961
18962 #: command-list.h:192
18963 msgid "Create a tree object from the current index"
18964 msgstr ""
18965
18966 #: command-list.h:193
18967 msgid "Defining attributes per path"
18968 msgstr ""
18969
18970 #: command-list.h:194
18971 msgid "Git command-line interface and conventions"
18972 msgstr ""
18973
18974 #: command-list.h:195
18975 msgid "A Git core tutorial for developers"
18976 msgstr ""
18977
18978 #: command-list.h:196
18979 msgid "Git for CVS users"
18980 msgstr ""
18981
18982 #: command-list.h:197
18983 msgid "Tweaking diff output"
18984 msgstr ""
18985
18986 #: command-list.h:198
18987 msgid "A useful minimum set of commands for Everyday Git"
18988 msgstr ""
18989
18990 #: command-list.h:199
18991 msgid "A Git Glossary"
18992 msgstr ""
18993
18994 #: command-list.h:200
18995 msgid "Hooks used by Git"
18996 msgstr ""
18997
18998 #: command-list.h:201
18999 msgid "Specifies intentionally untracked files to ignore"
19000 msgstr ""
19001
19002 #: command-list.h:202
19003 msgid "Defining submodule properties"
19004 msgstr ""
19005
19006 #: command-list.h:203
19007 msgid "Git namespaces"
19008 msgstr ""
19009
19010 #: command-list.h:204
19011 msgid "Git Repository Layout"
19012 msgstr ""
19013
19014 #: command-list.h:205
19015 msgid "Specifying revisions and ranges for Git"
19016 msgstr ""
19017
19018 #: command-list.h:206
19019 msgid "A tutorial introduction to Git: part two"
19020 msgstr ""
19021
19022 #: command-list.h:207
19023 msgid "A tutorial introduction to Git"
19024 msgstr ""
19025
19026 #: command-list.h:208
19027 msgid "An overview of recommended workflows with Git"
19028 msgstr ""
19029
19030 #: list-objects-filter-options.h:63
19031 msgid "args"
19032 msgstr ""
19033
19034 #: list-objects-filter-options.h:64
19035 msgid "object filtering"
19036 msgstr ""
19037
19038 #: rerere.h:44
19039 msgid "update the index with reused conflict resolution if possible"
19040 msgstr ""
19041
19042 #: git-bisect.sh:54
19043 msgid "You need to start by \"git bisect start\""
19044 msgstr ""
19045
19046 #. TRANSLATORS: Make sure to include [Y] and [n] in your
19047 #. translation. The program will only accept English input
19048 #. at this point.
19049 #: git-bisect.sh:60
19050 msgid "Do you want me to do it for you [Y/n]? "
19051 msgstr ""
19052
19053 #: git-bisect.sh:101
19054 #, sh-format
19055 msgid "Bad rev input: $arg"
19056 msgstr ""
19057
19058 #: git-bisect.sh:121
19059 #, sh-format
19060 msgid "Bad rev input: $bisected_head"
19061 msgstr ""
19062
19063 #: git-bisect.sh:130
19064 #, sh-format
19065 msgid "Bad rev input: $rev"
19066 msgstr ""
19067
19068 #: git-bisect.sh:139
19069 #, sh-format
19070 msgid "'git bisect $TERM_BAD' can take only one argument."
19071 msgstr ""
19072
19073 #: git-bisect.sh:209
19074 msgid "No logfile given"
19075 msgstr ""
19076
19077 #: git-bisect.sh:210
19078 #, sh-format
19079 msgid "cannot read $file for replaying"
19080 msgstr ""
19081
19082 #: git-bisect.sh:232
19083 msgid "?? what are you talking about?"
19084 msgstr ""
19085
19086 #: git-bisect.sh:241
19087 msgid "bisect run failed: no command provided."
19088 msgstr ""
19089
19090 #: git-bisect.sh:246
19091 #, sh-format
19092 msgid "running $command"
19093 msgstr ""
19094
19095 #: git-bisect.sh:253
19096 #, sh-format
19097 msgid ""
19098 "bisect run failed:\n"
19099 "exit code $res from '$command' is < 0 or >= 128"
19100 msgstr ""
19101
19102 #: git-bisect.sh:279
19103 msgid "bisect run cannot continue any more"
19104 msgstr ""
19105
19106 #: git-bisect.sh:285
19107 #, sh-format
19108 msgid ""
19109 "bisect run failed:\n"
19110 "'bisect_state $state' exited with error code $res"
19111 msgstr ""
19112
19113 #: git-bisect.sh:292
19114 msgid "bisect run success"
19115 msgstr ""
19116
19117 #: git-bisect.sh:300
19118 msgid "We are not bisecting."
19119 msgstr ""
19120
19121 #: git-merge-octopus.sh:46
19122 msgid ""
19123 "Error: Your local changes to the following files would be overwritten by "
19124 "merge"
19125 msgstr ""
19126
19127 #: git-merge-octopus.sh:61
19128 msgid "Automated merge did not work."
19129 msgstr ""
19130
19131 #: git-merge-octopus.sh:62
19132 msgid "Should not be doing an octopus."
19133 msgstr ""
19134
19135 #: git-merge-octopus.sh:73
19136 #, sh-format
19137 msgid "Unable to find common commit with $pretty_name"
19138 msgstr ""
19139
19140 #: git-merge-octopus.sh:77
19141 #, sh-format
19142 msgid "Already up to date with $pretty_name"
19143 msgstr ""
19144
19145 #: git-merge-octopus.sh:89
19146 #, sh-format
19147 msgid "Fast-forwarding to: $pretty_name"
19148 msgstr ""
19149
19150 #: git-merge-octopus.sh:97
19151 #, sh-format
19152 msgid "Trying simple merge with $pretty_name"
19153 msgstr ""
19154
19155 #: git-merge-octopus.sh:102
19156 msgid "Simple merge did not work, trying automatic merge."
19157 msgstr ""
19158
19159 #: git-legacy-rebase.sh:445
19160 #, sh-format
19161 msgid "Could not move back to $head_name"
19162 msgstr ""
19163
19164 #: git-legacy-rebase.sh:471
19165 #, sh-format
19166 msgid ""
19167 "It seems that there is already a $state_dir_base directory, and\n"
19168 "I wonder if you are in the middle of another rebase. If that is the\n"
19169 "case, please try\n"
19170 "\t$cmd_live_rebase\n"
19171 "If that is not the case, please\n"
19172 "\t$cmd_clear_stale_rebase\n"
19173 "and run me again. I am stopping in case you still have something\n"
19174 "valuable there."
19175 msgstr ""
19176
19177 #: git-legacy-rebase.sh:523
19178 msgid ""
19179 "fatal: cannot combine am options with either interactive or merge options"
19180 msgstr ""
19181
19182 #: git-legacy-rebase.sh:530
19183 msgid "fatal: cannot combine '--signoff' with '--preserve-merges'"
19184 msgstr ""
19185
19186 #: git-legacy-rebase.sh:541
19187 msgid "fatal: cannot combine '--preserve-merges' with '--rebase-merges'"
19188 msgstr ""
19189
19190 #: git-legacy-rebase.sh:550
19191 msgid "fatal: cannot combine '--rebase-merges' with '--strategy-option'"
19192 msgstr ""
19193
19194 #: git-legacy-rebase.sh:552
19195 msgid "fatal: cannot combine '--rebase-merges' with '--strategy'"
19196 msgstr ""
19197
19198 #: git-legacy-rebase.sh:578
19199 #, sh-format
19200 msgid "invalid upstream '$upstream_name'"
19201 msgstr ""
19202
19203 #: git-legacy-rebase.sh:602
19204 #, sh-format
19205 msgid "$onto_name: there are more than one merge bases"
19206 msgstr ""
19207
19208 #: git-legacy-rebase.sh:605 git-legacy-rebase.sh:609
19209 #, sh-format
19210 msgid "$onto_name: there is no merge base"
19211 msgstr ""
19212
19213 #: git-legacy-rebase.sh:614
19214 #, sh-format
19215 msgid "Does not point to a valid commit: $onto_name"
19216 msgstr ""
19217
19218 #: git-legacy-rebase.sh:640
19219 #, sh-format
19220 msgid "fatal: no such branch/commit '$branch_name'"
19221 msgstr ""
19222
19223 #: git-legacy-rebase.sh:678
19224 #, sh-format
19225 msgid "Created autostash: $stash_abbrev"
19226 msgstr ""
19227
19228 #: git-legacy-rebase.sh:707
19229 #, sh-format
19230 msgid "Current branch $branch_name is up to date."
19231 msgstr ""
19232
19233 #: git-legacy-rebase.sh:717
19234 #, sh-format
19235 msgid "Current branch $branch_name is up to date, rebase forced."
19236 msgstr ""
19237
19238 #: git-legacy-rebase.sh:731
19239 #, sh-format
19240 msgid "Changes to $onto:"
19241 msgstr ""
19242
19243 #: git-legacy-rebase.sh:733
19244 #, sh-format
19245 msgid "Changes from $mb to $onto:"
19246 msgstr ""
19247
19248 #: git-legacy-rebase.sh:743
19249 #, sh-format
19250 msgid "Fast-forwarded $branch_name to $onto_name."
19251 msgstr ""
19252
19253 #: git-legacy-rebase.sh:757
19254 msgid "First, rewinding head to replay your work on top of it..."
19255 msgstr ""
19256
19257 #: git-stash.sh:75
19258 msgid "git stash clear with parameters is unimplemented"
19259 msgstr ""
19260
19261 #: git-stash.sh:125
19262 msgid "You do not have the initial commit yet"
19263 msgstr ""
19264
19265 #: git-stash.sh:140
19266 msgid "Cannot save the current index state"
19267 msgstr ""
19268
19269 #: git-stash.sh:155
19270 msgid "Cannot save the untracked files"
19271 msgstr ""
19272
19273 #: git-stash.sh:175 git-stash.sh:188
19274 msgid "Cannot save the current worktree state"
19275 msgstr ""
19276
19277 #: git-stash.sh:192
19278 msgid "No changes selected"
19279 msgstr ""
19280
19281 #: git-stash.sh:195
19282 msgid "Cannot remove temporary index (can't happen)"
19283 msgstr ""
19284
19285 #: git-stash.sh:208
19286 msgid "Cannot record working tree state"
19287 msgstr ""
19288
19289 #: git-stash.sh:246
19290 #, sh-format
19291 msgid "Cannot update $ref_stash with $w_commit"
19292 msgstr ""
19293
19294 #: git-stash.sh:298
19295 #, sh-format
19296 msgid "error: unknown option for 'stash push': $option"
19297 msgstr ""
19298
19299 #: git-stash.sh:312
19300 msgid "Can't use --patch and --include-untracked or --all at the same time"
19301 msgstr ""
19302
19303 #: git-stash.sh:320
19304 msgid "No local changes to save"
19305 msgstr ""
19306
19307 #: git-stash.sh:325
19308 msgid "Cannot initialize stash"
19309 msgstr ""
19310
19311 #: git-stash.sh:329
19312 msgid "Cannot save the current status"
19313 msgstr ""
19314
19315 #: git-stash.sh:330
19316 #, sh-format
19317 msgid "Saved working directory and index state $stash_msg"
19318 msgstr ""
19319
19320 #: git-stash.sh:359
19321 msgid "Cannot remove worktree changes"
19322 msgstr ""
19323
19324 #: git-stash.sh:507
19325 #, sh-format
19326 msgid "unknown option: $opt"
19327 msgstr ""
19328
19329 #: git-stash.sh:520
19330 msgid "No stash entries found."
19331 msgstr ""
19332
19333 #: git-stash.sh:527
19334 #, sh-format
19335 msgid "Too many revisions specified: $REV"
19336 msgstr ""
19337
19338 #: git-stash.sh:542
19339 #, sh-format
19340 msgid "$reference is not a valid reference"
19341 msgstr ""
19342
19343 #: git-stash.sh:570
19344 #, sh-format
19345 msgid "'$args' is not a stash-like commit"
19346 msgstr ""
19347
19348 #: git-stash.sh:581
19349 #, sh-format
19350 msgid "'$args' is not a stash reference"
19351 msgstr ""
19352
19353 #: git-stash.sh:589
19354 msgid "unable to refresh index"
19355 msgstr ""
19356
19357 #: git-stash.sh:593
19358 msgid "Cannot apply a stash in the middle of a merge"
19359 msgstr ""
19360
19361 #: git-stash.sh:601
19362 msgid "Conflicts in index. Try without --index."
19363 msgstr ""
19364
19365 #: git-stash.sh:603
19366 msgid "Could not save index tree"
19367 msgstr ""
19368
19369 #: git-stash.sh:612
19370 msgid "Could not restore untracked files from stash entry"
19371 msgstr ""
19372
19373 #: git-stash.sh:637
19374 msgid "Cannot unstage modified files"
19375 msgstr ""
19376
19377 #: git-stash.sh:652
19378 msgid "Index was not unstashed."
19379 msgstr ""
19380
19381 #: git-stash.sh:666
19382 msgid "The stash entry is kept in case you need it again."
19383 msgstr ""
19384
19385 #: git-stash.sh:675
19386 #, sh-format
19387 msgid "Dropped ${REV} ($s)"
19388 msgstr ""
19389
19390 #: git-stash.sh:676
19391 #, sh-format
19392 msgid "${REV}: Could not drop stash entry"
19393 msgstr ""
19394
19395 #: git-stash.sh:684
19396 msgid "No branch name specified"
19397 msgstr ""
19398
19399 #: git-stash.sh:763
19400 msgid "(To restore them type \"git stash apply\")"
19401 msgstr ""
19402
19403 #: git-submodule.sh:198
19404 msgid "Relative path can only be used from the toplevel of the working tree"
19405 msgstr ""
19406
19407 #: git-submodule.sh:208
19408 #, sh-format
19409 msgid "repo URL: '$repo' must be absolute or begin with ./|../"
19410 msgstr ""
19411
19412 #: git-submodule.sh:227
19413 #, sh-format
19414 msgid "'$sm_path' already exists in the index"
19415 msgstr ""
19416
19417 #: git-submodule.sh:230
19418 #, sh-format
19419 msgid "'$sm_path' already exists in the index and is not a submodule"
19420 msgstr ""
19421
19422 #: git-submodule.sh:236
19423 #, sh-format
19424 msgid ""
19425 "The following path is ignored by one of your .gitignore files:\n"
19426 "$sm_path\n"
19427 "Use -f if you really want to add it."
19428 msgstr ""
19429
19430 #: git-submodule.sh:259
19431 #, sh-format
19432 msgid "Adding existing repo at '$sm_path' to the index"
19433 msgstr ""
19434
19435 #: git-submodule.sh:261
19436 #, sh-format
19437 msgid "'$sm_path' already exists and is not a valid git repo"
19438 msgstr ""
19439
19440 #: git-submodule.sh:269
19441 #, sh-format
19442 msgid "A git directory for '$sm_name' is found locally with remote(s):"
19443 msgstr ""
19444
19445 #: git-submodule.sh:271
19446 #, sh-format
19447 msgid ""
19448 "If you want to reuse this local git directory instead of cloning again from\n"
19449 " $realrepo\n"
19450 "use the '--force' option. If the local git directory is not the correct "
19451 "repo\n"
19452 "or you are unsure what this means choose another name with the '--name' "
19453 "option."
19454 msgstr ""
19455
19456 #: git-submodule.sh:277
19457 #, sh-format
19458 msgid "Reactivating local git directory for submodule '$sm_name'."
19459 msgstr ""
19460
19461 #: git-submodule.sh:289
19462 #, sh-format
19463 msgid "Unable to checkout submodule '$sm_path'"
19464 msgstr ""
19465
19466 #: git-submodule.sh:294
19467 #, sh-format
19468 msgid "Failed to add submodule '$sm_path'"
19469 msgstr ""
19470
19471 #: git-submodule.sh:303
19472 #, sh-format
19473 msgid "Failed to register submodule '$sm_path'"
19474 msgstr ""
19475
19476 #: git-submodule.sh:563
19477 #, sh-format
19478 msgid "Unable to find current revision in submodule path '$displaypath'"
19479 msgstr ""
19480
19481 #: git-submodule.sh:573
19482 #, sh-format
19483 msgid "Unable to fetch in submodule path '$sm_path'"
19484 msgstr ""
19485
19486 #: git-submodule.sh:578
19487 #, sh-format
19488 msgid ""
19489 "Unable to find current ${remote_name}/${branch} revision in submodule path "
19490 "'$sm_path'"
19491 msgstr ""
19492
19493 #: git-submodule.sh:596
19494 #, sh-format
19495 msgid "Unable to fetch in submodule path '$displaypath'"
19496 msgstr ""
19497
19498 #: git-submodule.sh:602
19499 #, sh-format
19500 msgid ""
19501 "Fetched in submodule path '$displaypath', but it did not contain $sha1. "
19502 "Direct fetching of that commit failed."
19503 msgstr ""
19504
19505 #: git-submodule.sh:609
19506 #, sh-format
19507 msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
19508 msgstr ""
19509
19510 #: git-submodule.sh:610
19511 #, sh-format
19512 msgid "Submodule path '$displaypath': checked out '$sha1'"
19513 msgstr ""
19514
19515 #: git-submodule.sh:614
19516 #, sh-format
19517 msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
19518 msgstr ""
19519
19520 #: git-submodule.sh:615
19521 #, sh-format
19522 msgid "Submodule path '$displaypath': rebased into '$sha1'"
19523 msgstr ""
19524
19525 #: git-submodule.sh:620
19526 #, sh-format
19527 msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
19528 msgstr ""
19529
19530 #: git-submodule.sh:621
19531 #, sh-format
19532 msgid "Submodule path '$displaypath': merged in '$sha1'"
19533 msgstr ""
19534
19535 #: git-submodule.sh:626
19536 #, sh-format
19537 msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
19538 msgstr ""
19539
19540 #: git-submodule.sh:627
19541 #, sh-format
19542 msgid "Submodule path '$displaypath': '$command $sha1'"
19543 msgstr ""
19544
19545 #: git-submodule.sh:658
19546 #, sh-format
19547 msgid "Failed to recurse into submodule path '$displaypath'"
19548 msgstr ""
19549
19550 #: git-submodule.sh:754
19551 msgid "The --cached option cannot be used with the --files option"
19552 msgstr ""
19553
19554 #: git-submodule.sh:806
19555 #, sh-format
19556 msgid "unexpected mode $mod_dst"
19557 msgstr ""
19558
19559 #: git-submodule.sh:826
19560 #, sh-format
19561 msgid " Warn: $display_name doesn't contain commit $sha1_src"
19562 msgstr ""
19563
19564 #: git-submodule.sh:829
19565 #, sh-format
19566 msgid " Warn: $display_name doesn't contain commit $sha1_dst"
19567 msgstr ""
19568
19569 #: git-submodule.sh:832
19570 #, sh-format
19571 msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
19572 msgstr ""
19573
19574 #: git-parse-remote.sh:89
19575 #, sh-format
19576 msgid "See git-${cmd}(1) for details."
19577 msgstr ""
19578
19579 #: git-rebase--preserve-merges.sh:136
19580 #, sh-format
19581 msgid "Rebasing ($new_count/$total)"
19582 msgstr ""
19583
19584 #: git-rebase--preserve-merges.sh:152
19585 msgid ""
19586 "\n"
19587 "Commands:\n"
19588 "p, pick <commit> = use commit\n"
19589 "r, reword <commit> = use commit, but edit the commit message\n"
19590 "e, edit <commit> = use commit, but stop for amending\n"
19591 "s, squash <commit> = use commit, but meld into previous commit\n"
19592 "f, fixup <commit> = like \"squash\", but discard this commit's log message\n"
19593 "x, exec <commit> = run command (the rest of the line) using shell\n"
19594 "d, drop <commit> = remove commit\n"
19595 "l, label <label> = label current HEAD with a name\n"
19596 "t, reset <label> = reset HEAD to a label\n"
19597 "m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
19598 ". create a merge commit using the original merge commit's\n"
19599 ". message (or the oneline, if no original merge commit was\n"
19600 ". specified). Use -c <commit> to reword the commit message.\n"
19601 "\n"
19602 "These lines can be re-ordered; they are executed from top to bottom.\n"
19603 msgstr ""
19604
19605 #: git-rebase--preserve-merges.sh:215
19606 #, sh-format
19607 msgid ""
19608 "You can amend the commit now, with\n"
19609 "\n"
19610 "\tgit commit --amend $gpg_sign_opt_quoted\n"
19611 "\n"
19612 "Once you are satisfied with your changes, run\n"
19613 "\n"
19614 "\tgit rebase --continue"
19615 msgstr ""
19616
19617 #: git-rebase--preserve-merges.sh:240
19618 #, sh-format
19619 msgid "$sha1: not a commit that can be picked"
19620 msgstr ""
19621
19622 #: git-rebase--preserve-merges.sh:279
19623 #, sh-format
19624 msgid "Invalid commit name: $sha1"
19625 msgstr ""
19626
19627 #: git-rebase--preserve-merges.sh:309
19628 msgid "Cannot write current commit's replacement sha1"
19629 msgstr ""
19630
19631 #: git-rebase--preserve-merges.sh:360
19632 #, sh-format
19633 msgid "Fast-forward to $sha1"
19634 msgstr ""
19635
19636 #: git-rebase--preserve-merges.sh:362
19637 #, sh-format
19638 msgid "Cannot fast-forward to $sha1"
19639 msgstr ""
19640
19641 #: git-rebase--preserve-merges.sh:371
19642 #, sh-format
19643 msgid "Cannot move HEAD to $first_parent"
19644 msgstr ""
19645
19646 #: git-rebase--preserve-merges.sh:376
19647 #, sh-format
19648 msgid "Refusing to squash a merge: $sha1"
19649 msgstr ""
19650
19651 #: git-rebase--preserve-merges.sh:394
19652 #, sh-format
19653 msgid "Error redoing merge $sha1"
19654 msgstr ""
19655
19656 #: git-rebase--preserve-merges.sh:403
19657 #, sh-format
19658 msgid "Could not pick $sha1"
19659 msgstr ""
19660
19661 #: git-rebase--preserve-merges.sh:412
19662 #, sh-format
19663 msgid "This is the commit message #${n}:"
19664 msgstr ""
19665
19666 #: git-rebase--preserve-merges.sh:417
19667 #, sh-format
19668 msgid "The commit message #${n} will be skipped:"
19669 msgstr ""
19670
19671 #: git-rebase--preserve-merges.sh:428
19672 #, sh-format
19673 msgid "This is a combination of $count commit."
19674 msgid_plural "This is a combination of $count commits."
19675 msgstr[0] ""
19676 msgstr[1] ""
19677
19678 #: git-rebase--preserve-merges.sh:437
19679 #, sh-format
19680 msgid "Cannot write $fixup_msg"
19681 msgstr ""
19682
19683 #: git-rebase--preserve-merges.sh:440
19684 msgid "This is a combination of 2 commits."
19685 msgstr ""
19686
19687 #: git-rebase--preserve-merges.sh:481 git-rebase--preserve-merges.sh:524
19688 #: git-rebase--preserve-merges.sh:527
19689 #, sh-format
19690 msgid "Could not apply $sha1... $rest"
19691 msgstr ""
19692
19693 #: git-rebase--preserve-merges.sh:556
19694 #, sh-format
19695 msgid ""
19696 "Could not amend commit after successfully picking $sha1... $rest\n"
19697 "This is most likely due to an empty commit message, or the pre-commit hook\n"
19698 "failed. If the pre-commit hook failed, you may need to resolve the issue "
19699 "before\n"
19700 "you are able to reword the commit."
19701 msgstr ""
19702
19703 #: git-rebase--preserve-merges.sh:571
19704 #, sh-format
19705 msgid "Stopped at $sha1_abbrev... $rest"
19706 msgstr ""
19707
19708 #: git-rebase--preserve-merges.sh:586
19709 #, sh-format
19710 msgid "Cannot '$squash_style' without a previous commit"
19711 msgstr ""
19712
19713 #: git-rebase--preserve-merges.sh:628
19714 #, sh-format
19715 msgid "Executing: $rest"
19716 msgstr ""
19717
19718 #: git-rebase--preserve-merges.sh:636
19719 #, sh-format
19720 msgid "Execution failed: $rest"
19721 msgstr ""
19722
19723 #: git-rebase--preserve-merges.sh:638
19724 msgid "and made changes to the index and/or the working tree"
19725 msgstr ""
19726
19727 #: git-rebase--preserve-merges.sh:640
19728 msgid ""
19729 "You can fix the problem, and then run\n"
19730 "\n"
19731 "\tgit rebase --continue"
19732 msgstr ""
19733
19734 #. TRANSLATORS: after these lines is a command to be issued by the user
19735 #: git-rebase--preserve-merges.sh:653
19736 #, sh-format
19737 msgid ""
19738 "Execution succeeded: $rest\n"
19739 "but left changes to the index and/or the working tree\n"
19740 "Commit or stash your changes, and then run\n"
19741 "\n"
19742 "\tgit rebase --continue"
19743 msgstr ""
19744
19745 #: git-rebase--preserve-merges.sh:664
19746 #, sh-format
19747 msgid "Unknown command: $command $sha1 $rest"
19748 msgstr ""
19749
19750 #: git-rebase--preserve-merges.sh:665
19751 msgid "Please fix this using 'git rebase --edit-todo'."
19752 msgstr ""
19753
19754 #: git-rebase--preserve-merges.sh:700
19755 #, sh-format
19756 msgid "Successfully rebased and updated $head_name."
19757 msgstr ""
19758
19759 #: git-rebase--preserve-merges.sh:757
19760 msgid "Could not remove CHERRY_PICK_HEAD"
19761 msgstr ""
19762
19763 #: git-rebase--preserve-merges.sh:762
19764 #, sh-format
19765 msgid ""
19766 "You have staged changes in your working tree.\n"
19767 "If these changes are meant to be\n"
19768 "squashed into the previous commit, run:\n"
19769 "\n"
19770 " git commit --amend $gpg_sign_opt_quoted\n"
19771 "\n"
19772 "If they are meant to go into a new commit, run:\n"
19773 "\n"
19774 " git commit $gpg_sign_opt_quoted\n"
19775 "\n"
19776 "In both cases, once you're done, continue with:\n"
19777 "\n"
19778 " git rebase --continue\n"
19779 msgstr ""
19780
19781 #: git-rebase--preserve-merges.sh:779
19782 msgid "Error trying to find the author identity to amend commit"
19783 msgstr ""
19784
19785 #: git-rebase--preserve-merges.sh:784
19786 msgid ""
19787 "You have uncommitted changes in your working tree. Please commit them\n"
19788 "first and then run 'git rebase --continue' again."
19789 msgstr ""
19790
19791 #: git-rebase--preserve-merges.sh:789 git-rebase--preserve-merges.sh:793
19792 msgid "Could not commit staged changes."
19793 msgstr ""
19794
19795 #: git-rebase--preserve-merges.sh:824 git-rebase--preserve-merges.sh:910
19796 msgid "Could not execute editor"
19797 msgstr ""
19798
19799 #: git-rebase--preserve-merges.sh:845
19800 #, sh-format
19801 msgid "Could not checkout $switch_to"
19802 msgstr ""
19803
19804 #: git-rebase--preserve-merges.sh:852
19805 msgid "No HEAD?"
19806 msgstr ""
19807
19808 #: git-rebase--preserve-merges.sh:853
19809 #, sh-format
19810 msgid "Could not create temporary $state_dir"
19811 msgstr ""
19812
19813 #: git-rebase--preserve-merges.sh:856
19814 msgid "Could not mark as interactive"
19815 msgstr ""
19816
19817 #: git-rebase--preserve-merges.sh:888
19818 #, sh-format
19819 msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
19820 msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
19821 msgstr[0] ""
19822 msgstr[1] ""
19823
19824 #: git-rebase--preserve-merges.sh:942 git-rebase--preserve-merges.sh:947
19825 msgid "Could not init rewritten commits"
19826 msgstr ""
19827
19828 #: git-sh-setup.sh:89 git-sh-setup.sh:94
19829 #, sh-format
19830 msgid "usage: $dashless $USAGE"
19831 msgstr ""
19832
19833 #: git-sh-setup.sh:190
19834 #, sh-format
19835 msgid "Cannot chdir to $cdup, the toplevel of the working tree"
19836 msgstr ""
19837
19838 #: git-sh-setup.sh:199 git-sh-setup.sh:206
19839 #, sh-format
19840 msgid "fatal: $program_name cannot be used without a working tree."
19841 msgstr ""
19842
19843 #: git-sh-setup.sh:220
19844 msgid "Cannot rebase: You have unstaged changes."
19845 msgstr ""
19846
19847 #: git-sh-setup.sh:223
19848 msgid "Cannot rewrite branches: You have unstaged changes."
19849 msgstr ""
19850
19851 #: git-sh-setup.sh:226
19852 msgid "Cannot pull with rebase: You have unstaged changes."
19853 msgstr ""
19854
19855 #: git-sh-setup.sh:229
19856 #, sh-format
19857 msgid "Cannot $action: You have unstaged changes."
19858 msgstr ""
19859
19860 #: git-sh-setup.sh:242
19861 msgid "Cannot rebase: Your index contains uncommitted changes."
19862 msgstr ""
19863
19864 #: git-sh-setup.sh:245
19865 msgid "Cannot pull with rebase: Your index contains uncommitted changes."
19866 msgstr ""
19867
19868 #: git-sh-setup.sh:248
19869 #, sh-format
19870 msgid "Cannot $action: Your index contains uncommitted changes."
19871 msgstr ""
19872
19873 #: git-sh-setup.sh:252
19874 msgid "Additionally, your index contains uncommitted changes."
19875 msgstr ""
19876
19877 #: git-sh-setup.sh:372
19878 msgid "You need to run this command from the toplevel of the working tree."
19879 msgstr ""
19880
19881 #: git-sh-setup.sh:377
19882 msgid "Unable to determine absolute path of git directory"
19883 msgstr ""
19884
19885 #. TRANSLATORS: you can adjust this to align "git add -i" status menu
19886 #: git-add--interactive.perl:196
19887 #, perl-format
19888 msgid "%12s %12s %s"
19889 msgstr ""
19890
19891 #: git-add--interactive.perl:197
19892 msgid "staged"
19893 msgstr ""
19894
19895 #: git-add--interactive.perl:197
19896 msgid "unstaged"
19897 msgstr ""
19898
19899 #: git-add--interactive.perl:253 git-add--interactive.perl:278
19900 msgid "binary"
19901 msgstr ""
19902
19903 #: git-add--interactive.perl:262 git-add--interactive.perl:316
19904 msgid "nothing"
19905 msgstr ""
19906
19907 #: git-add--interactive.perl:298 git-add--interactive.perl:313
19908 msgid "unchanged"
19909 msgstr ""
19910
19911 #: git-add--interactive.perl:609
19912 #, perl-format
19913 msgid "added %d path\n"
19914 msgid_plural "added %d paths\n"
19915 msgstr[0] ""
19916 msgstr[1] ""
19917
19918 #: git-add--interactive.perl:612
19919 #, perl-format
19920 msgid "updated %d path\n"
19921 msgid_plural "updated %d paths\n"
19922 msgstr[0] ""
19923 msgstr[1] ""
19924
19925 #: git-add--interactive.perl:615
19926 #, perl-format
19927 msgid "reverted %d path\n"
19928 msgid_plural "reverted %d paths\n"
19929 msgstr[0] ""
19930 msgstr[1] ""
19931
19932 #: git-add--interactive.perl:618
19933 #, perl-format
19934 msgid "touched %d path\n"
19935 msgid_plural "touched %d paths\n"
19936 msgstr[0] ""
19937 msgstr[1] ""
19938
19939 #: git-add--interactive.perl:627
19940 msgid "Update"
19941 msgstr ""
19942
19943 #: git-add--interactive.perl:639
19944 msgid "Revert"
19945 msgstr ""
19946
19947 #: git-add--interactive.perl:662
19948 #, perl-format
19949 msgid "note: %s is untracked now.\n"
19950 msgstr ""
19951
19952 #: git-add--interactive.perl:673
19953 msgid "Add untracked"
19954 msgstr ""
19955
19956 #: git-add--interactive.perl:679
19957 msgid "No untracked files.\n"
19958 msgstr ""
19959
19960 #: git-add--interactive.perl:1033
19961 msgid ""
19962 "If the patch applies cleanly, the edited hunk will immediately be\n"
19963 "marked for staging."
19964 msgstr ""
19965
19966 #: git-add--interactive.perl:1036
19967 msgid ""
19968 "If the patch applies cleanly, the edited hunk will immediately be\n"
19969 "marked for stashing."
19970 msgstr ""
19971
19972 #: git-add--interactive.perl:1039
19973 msgid ""
19974 "If the patch applies cleanly, the edited hunk will immediately be\n"
19975 "marked for unstaging."
19976 msgstr ""
19977
19978 #: git-add--interactive.perl:1042 git-add--interactive.perl:1051
19979 msgid ""
19980 "If the patch applies cleanly, the edited hunk will immediately be\n"
19981 "marked for applying."
19982 msgstr ""
19983
19984 #: git-add--interactive.perl:1045 git-add--interactive.perl:1048
19985 msgid ""
19986 "If the patch applies cleanly, the edited hunk will immediately be\n"
19987 "marked for discarding."
19988 msgstr ""
19989
19990 #: git-add--interactive.perl:1085
19991 #, perl-format
19992 msgid "failed to open hunk edit file for writing: %s"
19993 msgstr ""
19994
19995 #: git-add--interactive.perl:1086
19996 msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
19997 msgstr ""
19998
19999 #: git-add--interactive.perl:1092
20000 #, perl-format
20001 msgid ""
20002 "---\n"
20003 "To remove '%s' lines, make them ' ' lines (context).\n"
20004 "To remove '%s' lines, delete them.\n"
20005 "Lines starting with %s will be removed.\n"
20006 msgstr ""
20007
20008 #. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
20009 #: git-add--interactive.perl:1100
20010 msgid ""
20011 "If it does not apply cleanly, you will be given an opportunity to\n"
20012 "edit again. If all lines of the hunk are removed, then the edit is\n"
20013 "aborted and the hunk is left unchanged.\n"
20014 msgstr ""
20015
20016 #: git-add--interactive.perl:1114
20017 #, perl-format
20018 msgid "failed to open hunk edit file for reading: %s"
20019 msgstr ""
20020
20021 #. TRANSLATORS: do not translate [y/n]
20022 #. The program will only accept that input
20023 #. at this point.
20024 #. Consider translating (saying "no" discards!) as
20025 #. (saying "n" for "no" discards!) if the translation
20026 #. of the word "no" does not start with n.
20027 #: git-add--interactive.perl:1213
20028 msgid ""
20029 "Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
20030 msgstr ""
20031
20032 #: git-add--interactive.perl:1222
20033 msgid ""
20034 "y - stage this hunk\n"
20035 "n - do not stage this hunk\n"
20036 "q - quit; do not stage this hunk or any of the remaining ones\n"
20037 "a - stage this hunk and all later hunks in the file\n"
20038 "d - do not stage this hunk or any of the later hunks in the file"
20039 msgstr ""
20040
20041 #: git-add--interactive.perl:1228
20042 msgid ""
20043 "y - stash this hunk\n"
20044 "n - do not stash this hunk\n"
20045 "q - quit; do not stash this hunk or any of the remaining ones\n"
20046 "a - stash this hunk and all later hunks in the file\n"
20047 "d - do not stash this hunk or any of the later hunks in the file"
20048 msgstr ""
20049
20050 #: git-add--interactive.perl:1234
20051 msgid ""
20052 "y - unstage this hunk\n"
20053 "n - do not unstage this hunk\n"
20054 "q - quit; do not unstage this hunk or any of the remaining ones\n"
20055 "a - unstage this hunk and all later hunks in the file\n"
20056 "d - do not unstage this hunk or any of the later hunks in the file"
20057 msgstr ""
20058
20059 #: git-add--interactive.perl:1240
20060 msgid ""
20061 "y - apply this hunk to index\n"
20062 "n - do not apply this hunk to index\n"
20063 "q - quit; do not apply this hunk or any of the remaining ones\n"
20064 "a - apply this hunk and all later hunks in the file\n"
20065 "d - do not apply this hunk or any of the later hunks in the file"
20066 msgstr ""
20067
20068 #: git-add--interactive.perl:1246
20069 msgid ""
20070 "y - discard this hunk from worktree\n"
20071 "n - do not discard this hunk from worktree\n"
20072 "q - quit; do not discard this hunk or any of the remaining ones\n"
20073 "a - discard this hunk and all later hunks in the file\n"
20074 "d - do not discard this hunk or any of the later hunks in the file"
20075 msgstr ""
20076
20077 #: git-add--interactive.perl:1252
20078 msgid ""
20079 "y - discard this hunk from index and worktree\n"
20080 "n - do not discard this hunk from index and worktree\n"
20081 "q - quit; do not discard this hunk or any of the remaining ones\n"
20082 "a - discard this hunk and all later hunks in the file\n"
20083 "d - do not discard this hunk or any of the later hunks in the file"
20084 msgstr ""
20085
20086 #: git-add--interactive.perl:1258
20087 msgid ""
20088 "y - apply this hunk to index and worktree\n"
20089 "n - do not apply this hunk to index and worktree\n"
20090 "q - quit; do not apply this hunk or any of the remaining ones\n"
20091 "a - apply this hunk and all later hunks in the file\n"
20092 "d - do not apply this hunk or any of the later hunks in the file"
20093 msgstr ""
20094
20095 #: git-add--interactive.perl:1273
20096 msgid ""
20097 "g - select a hunk to go to\n"
20098 "/ - search for a hunk matching the given regex\n"
20099 "j - leave this hunk undecided, see next undecided hunk\n"
20100 "J - leave this hunk undecided, see next hunk\n"
20101 "k - leave this hunk undecided, see previous undecided hunk\n"
20102 "K - leave this hunk undecided, see previous hunk\n"
20103 "s - split the current hunk into smaller hunks\n"
20104 "e - manually edit the current hunk\n"
20105 "? - print help\n"
20106 msgstr ""
20107
20108 #: git-add--interactive.perl:1304
20109 msgid "The selected hunks do not apply to the index!\n"
20110 msgstr ""
20111
20112 #: git-add--interactive.perl:1305
20113 msgid "Apply them to the worktree anyway? "
20114 msgstr ""
20115
20116 #: git-add--interactive.perl:1308
20117 msgid "Nothing was applied.\n"
20118 msgstr ""
20119
20120 #: git-add--interactive.perl:1319
20121 #, perl-format
20122 msgid "ignoring unmerged: %s\n"
20123 msgstr ""
20124
20125 #: git-add--interactive.perl:1328
20126 msgid "Only binary files changed.\n"
20127 msgstr ""
20128
20129 #: git-add--interactive.perl:1330
20130 msgid "No changes.\n"
20131 msgstr ""
20132
20133 #: git-add--interactive.perl:1338
20134 msgid "Patch update"
20135 msgstr ""
20136
20137 #: git-add--interactive.perl:1390
20138 #, perl-format
20139 msgid "Stage mode change [y,n,q,a,d%s,?]? "
20140 msgstr ""
20141
20142 #: git-add--interactive.perl:1391
20143 #, perl-format
20144 msgid "Stage deletion [y,n,q,a,d%s,?]? "
20145 msgstr ""
20146
20147 #: git-add--interactive.perl:1392
20148 #, perl-format
20149 msgid "Stage this hunk [y,n,q,a,d%s,?]? "
20150 msgstr ""
20151
20152 #: git-add--interactive.perl:1395
20153 #, perl-format
20154 msgid "Stash mode change [y,n,q,a,d%s,?]? "
20155 msgstr ""
20156
20157 #: git-add--interactive.perl:1396
20158 #, perl-format
20159 msgid "Stash deletion [y,n,q,a,d%s,?]? "
20160 msgstr ""
20161
20162 #: git-add--interactive.perl:1397
20163 #, perl-format
20164 msgid "Stash this hunk [y,n,q,a,d%s,?]? "
20165 msgstr ""
20166
20167 #: git-add--interactive.perl:1400
20168 #, perl-format
20169 msgid "Unstage mode change [y,n,q,a,d%s,?]? "
20170 msgstr ""
20171
20172 #: git-add--interactive.perl:1401
20173 #, perl-format
20174 msgid "Unstage deletion [y,n,q,a,d%s,?]? "
20175 msgstr ""
20176
20177 #: git-add--interactive.perl:1402
20178 #, perl-format
20179 msgid "Unstage this hunk [y,n,q,a,d%s,?]? "
20180 msgstr ""
20181
20182 #: git-add--interactive.perl:1405
20183 #, perl-format
20184 msgid "Apply mode change to index [y,n,q,a,d%s,?]? "
20185 msgstr ""
20186
20187 #: git-add--interactive.perl:1406
20188 #, perl-format
20189 msgid "Apply deletion to index [y,n,q,a,d%s,?]? "
20190 msgstr ""
20191
20192 #: git-add--interactive.perl:1407
20193 #, perl-format
20194 msgid "Apply this hunk to index [y,n,q,a,d%s,?]? "
20195 msgstr ""
20196
20197 #: git-add--interactive.perl:1410
20198 #, perl-format
20199 msgid "Discard mode change from worktree [y,n,q,a,d%s,?]? "
20200 msgstr ""
20201
20202 #: git-add--interactive.perl:1411
20203 #, perl-format
20204 msgid "Discard deletion from worktree [y,n,q,a,d%s,?]? "
20205 msgstr ""
20206
20207 #: git-add--interactive.perl:1412
20208 #, perl-format
20209 msgid "Discard this hunk from worktree [y,n,q,a,d%s,?]? "
20210 msgstr ""
20211
20212 #: git-add--interactive.perl:1415
20213 #, perl-format
20214 msgid "Discard mode change from index and worktree [y,n,q,a,d%s,?]? "
20215 msgstr ""
20216
20217 #: git-add--interactive.perl:1416
20218 #, perl-format
20219 msgid "Discard deletion from index and worktree [y,n,q,a,d%s,?]? "
20220 msgstr ""
20221
20222 #: git-add--interactive.perl:1417
20223 #, perl-format
20224 msgid "Discard this hunk from index and worktree [y,n,q,a,d%s,?]? "
20225 msgstr ""
20226
20227 #: git-add--interactive.perl:1420
20228 #, perl-format
20229 msgid "Apply mode change to index and worktree [y,n,q,a,d%s,?]? "
20230 msgstr ""
20231
20232 #: git-add--interactive.perl:1421
20233 #, perl-format
20234 msgid "Apply deletion to index and worktree [y,n,q,a,d%s,?]? "
20235 msgstr ""
20236
20237 #: git-add--interactive.perl:1422
20238 #, perl-format
20239 msgid "Apply this hunk to index and worktree [y,n,q,a,d%s,?]? "
20240 msgstr ""
20241
20242 #: git-add--interactive.perl:1522
20243 msgid "No other hunks to goto\n"
20244 msgstr ""
20245
20246 #: git-add--interactive.perl:1529
20247 msgid "go to which hunk (<ret> to see more)? "
20248 msgstr ""
20249
20250 #: git-add--interactive.perl:1531
20251 msgid "go to which hunk? "
20252 msgstr ""
20253
20254 #: git-add--interactive.perl:1540
20255 #, perl-format
20256 msgid "Invalid number: '%s'\n"
20257 msgstr ""
20258
20259 #: git-add--interactive.perl:1545
20260 #, perl-format
20261 msgid "Sorry, only %d hunk available.\n"
20262 msgid_plural "Sorry, only %d hunks available.\n"
20263 msgstr[0] ""
20264 msgstr[1] ""
20265
20266 #: git-add--interactive.perl:1571
20267 msgid "No other hunks to search\n"
20268 msgstr ""
20269
20270 #: git-add--interactive.perl:1575
20271 msgid "search for regex? "
20272 msgstr ""
20273
20274 #: git-add--interactive.perl:1588
20275 #, perl-format
20276 msgid "Malformed search regexp %s: %s\n"
20277 msgstr ""
20278
20279 #: git-add--interactive.perl:1598
20280 msgid "No hunk matches the given pattern\n"
20281 msgstr ""
20282
20283 #: git-add--interactive.perl:1610 git-add--interactive.perl:1632
20284 msgid "No previous hunk\n"
20285 msgstr ""
20286
20287 #: git-add--interactive.perl:1619 git-add--interactive.perl:1638
20288 msgid "No next hunk\n"
20289 msgstr ""
20290
20291 #: git-add--interactive.perl:1644
20292 msgid "Sorry, cannot split this hunk\n"
20293 msgstr ""
20294
20295 #: git-add--interactive.perl:1650
20296 #, perl-format
20297 msgid "Split into %d hunk.\n"
20298 msgid_plural "Split into %d hunks.\n"
20299 msgstr[0] ""
20300 msgstr[1] ""
20301
20302 #: git-add--interactive.perl:1660
20303 msgid "Sorry, cannot edit this hunk\n"
20304 msgstr ""
20305
20306 #: git-add--interactive.perl:1706
20307 msgid "Review diff"
20308 msgstr ""
20309
20310 #. TRANSLATORS: please do not translate the command names
20311 #. 'status', 'update', 'revert', etc.
20312 #: git-add--interactive.perl:1725
20313 msgid ""
20314 "status - show paths with changes\n"
20315 "update - add working tree state to the staged set of changes\n"
20316 "revert - revert staged set of changes back to the HEAD version\n"
20317 "patch - pick hunks and update selectively\n"
20318 "diff - view diff between HEAD and index\n"
20319 "add untracked - add contents of untracked files to the staged set of "
20320 "changes\n"
20321 msgstr ""
20322
20323 #: git-add--interactive.perl:1742 git-add--interactive.perl:1747
20324 #: git-add--interactive.perl:1750 git-add--interactive.perl:1757
20325 #: git-add--interactive.perl:1761 git-add--interactive.perl:1767
20326 msgid "missing --"
20327 msgstr ""
20328
20329 #: git-add--interactive.perl:1763
20330 #, perl-format
20331 msgid "unknown --patch mode: %s"
20332 msgstr ""
20333
20334 #: git-add--interactive.perl:1769 git-add--interactive.perl:1775
20335 #, perl-format
20336 msgid "invalid argument %s, expecting --"
20337 msgstr ""
20338
20339 #: git-send-email.perl:138
20340 msgid "local zone differs from GMT by a non-minute interval\n"
20341 msgstr ""
20342
20343 #: git-send-email.perl:145 git-send-email.perl:151
20344 msgid "local time offset greater than or equal to 24 hours\n"
20345 msgstr ""
20346
20347 #: git-send-email.perl:219 git-send-email.perl:225
20348 msgid "the editor exited uncleanly, aborting everything"
20349 msgstr ""
20350
20351 #: git-send-email.perl:302
20352 #, perl-format
20353 msgid ""
20354 "'%s' contains an intermediate version of the email you were composing.\n"
20355 msgstr ""
20356
20357 #: git-send-email.perl:307
20358 #, perl-format
20359 msgid "'%s.final' contains the composed email.\n"
20360 msgstr ""
20361
20362 #: git-send-email.perl:326
20363 msgid "--dump-aliases incompatible with other options\n"
20364 msgstr ""
20365
20366 #: git-send-email.perl:395 git-send-email.perl:650
20367 msgid "Cannot run git format-patch from outside a repository\n"
20368 msgstr ""
20369
20370 #: git-send-email.perl:398
20371 msgid ""
20372 "`batch-size` and `relogin` must be specified together (via command-line or "
20373 "configuration option)\n"
20374 msgstr ""
20375
20376 #: git-send-email.perl:468
20377 #, perl-format
20378 msgid "Unknown --suppress-cc field: '%s'\n"
20379 msgstr ""
20380
20381 #: git-send-email.perl:497
20382 #, perl-format
20383 msgid "Unknown --confirm setting: '%s'\n"
20384 msgstr ""
20385
20386 #: git-send-email.perl:525
20387 #, perl-format
20388 msgid "warning: sendmail alias with quotes is not supported: %s\n"
20389 msgstr ""
20390
20391 #: git-send-email.perl:527
20392 #, perl-format
20393 msgid "warning: `:include:` not supported: %s\n"
20394 msgstr ""
20395
20396 #: git-send-email.perl:529
20397 #, perl-format
20398 msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
20399 msgstr ""
20400
20401 #: git-send-email.perl:534
20402 #, perl-format
20403 msgid "warning: sendmail line is not recognized: %s\n"
20404 msgstr ""
20405
20406 #: git-send-email.perl:616
20407 #, perl-format
20408 msgid ""
20409 "File '%s' exists but it could also be the range of commits\n"
20410 "to produce patches for. Please disambiguate by...\n"
20411 "\n"
20412 " * Saying \"./%s\" if you mean a file; or\n"
20413 " * Giving --format-patch option if you mean a range.\n"
20414 msgstr ""
20415
20416 #: git-send-email.perl:637
20417 #, perl-format
20418 msgid "Failed to opendir %s: %s"
20419 msgstr ""
20420
20421 #: git-send-email.perl:661
20422 #, perl-format
20423 msgid ""
20424 "fatal: %s: %s\n"
20425 "warning: no patches were sent\n"
20426 msgstr ""
20427
20428 #: git-send-email.perl:672
20429 msgid ""
20430 "\n"
20431 "No patch files specified!\n"
20432 "\n"
20433 msgstr ""
20434
20435 #: git-send-email.perl:685
20436 #, perl-format
20437 msgid "No subject line in %s?"
20438 msgstr ""
20439
20440 #: git-send-email.perl:695
20441 #, perl-format
20442 msgid "Failed to open for writing %s: %s"
20443 msgstr ""
20444
20445 #: git-send-email.perl:706
20446 msgid ""
20447 "Lines beginning in \"GIT:\" will be removed.\n"
20448 "Consider including an overall diffstat or table of contents\n"
20449 "for the patch you are writing.\n"
20450 "\n"
20451 "Clear the body content if you don't wish to send a summary.\n"
20452 msgstr ""
20453
20454 #: git-send-email.perl:730
20455 #, perl-format
20456 msgid "Failed to open %s: %s"
20457 msgstr ""
20458
20459 #: git-send-email.perl:747
20460 #, perl-format
20461 msgid "Failed to open %s.final: %s"
20462 msgstr ""
20463
20464 #: git-send-email.perl:790
20465 msgid "Summary email is empty, skipping it\n"
20466 msgstr ""
20467
20468 #. TRANSLATORS: please keep [y/N] as is.
20469 #: git-send-email.perl:825
20470 #, perl-format
20471 msgid "Are you sure you want to use <%s> [y/N]? "
20472 msgstr ""
20473
20474 #: git-send-email.perl:880
20475 msgid ""
20476 "The following files are 8bit, but do not declare a Content-Transfer-"
20477 "Encoding.\n"
20478 msgstr ""
20479
20480 #: git-send-email.perl:885
20481 msgid "Which 8bit encoding should I declare [UTF-8]? "
20482 msgstr ""
20483
20484 #: git-send-email.perl:893
20485 #, perl-format
20486 msgid ""
20487 "Refusing to send because the patch\n"
20488 "\t%s\n"
20489 "has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
20490 "want to send.\n"
20491 msgstr ""
20492
20493 #: git-send-email.perl:912
20494 msgid "To whom should the emails be sent (if anyone)?"
20495 msgstr ""
20496
20497 #: git-send-email.perl:930
20498 #, perl-format
20499 msgid "fatal: alias '%s' expands to itself\n"
20500 msgstr ""
20501
20502 #: git-send-email.perl:942
20503 msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
20504 msgstr ""
20505
20506 #: git-send-email.perl:1000 git-send-email.perl:1008
20507 #, perl-format
20508 msgid "error: unable to extract a valid address from: %s\n"
20509 msgstr ""
20510
20511 #. TRANSLATORS: Make sure to include [q] [d] [e] in your
20512 #. translation. The program will only accept English input
20513 #. at this point.
20514 #: git-send-email.perl:1012
20515 msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
20516 msgstr ""
20517
20518 #: git-send-email.perl:1329
20519 #, perl-format
20520 msgid "CA path \"%s\" does not exist"
20521 msgstr ""
20522
20523 #: git-send-email.perl:1412
20524 msgid ""
20525 " The Cc list above has been expanded by additional\n"
20526 " addresses found in the patch commit message. By default\n"
20527 " send-email prompts before sending whenever this occurs.\n"
20528 " This behavior is controlled by the sendemail.confirm\n"
20529 " configuration setting.\n"
20530 "\n"
20531 " For additional information, run 'git send-email --help'.\n"
20532 " To retain the current behavior, but squelch this message,\n"
20533 " run 'git config --global sendemail.confirm auto'.\n"
20534 "\n"
20535 msgstr ""
20536
20537 #. TRANSLATORS: Make sure to include [y] [n] [e] [q] [a] in your
20538 #. translation. The program will only accept English input
20539 #. at this point.
20540 #: git-send-email.perl:1427
20541 msgid "Send this email? ([y]es|[n]o|[e]dit|[q]uit|[a]ll): "
20542 msgstr ""
20543
20544 #: git-send-email.perl:1430
20545 msgid "Send this email reply required"
20546 msgstr ""
20547
20548 #: git-send-email.perl:1458
20549 msgid "The required SMTP server is not properly defined."
20550 msgstr ""
20551
20552 #: git-send-email.perl:1505
20553 #, perl-format
20554 msgid "Server does not support STARTTLS! %s"
20555 msgstr ""
20556
20557 #: git-send-email.perl:1510 git-send-email.perl:1514
20558 #, perl-format
20559 msgid "STARTTLS failed! %s"
20560 msgstr ""
20561
20562 #: git-send-email.perl:1523
20563 msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
20564 msgstr ""
20565
20566 #: git-send-email.perl:1541
20567 #, perl-format
20568 msgid "Failed to send %s\n"
20569 msgstr ""
20570
20571 #: git-send-email.perl:1544
20572 #, perl-format
20573 msgid "Dry-Sent %s\n"
20574 msgstr ""
20575
20576 #: git-send-email.perl:1544
20577 #, perl-format
20578 msgid "Sent %s\n"
20579 msgstr ""
20580
20581 #: git-send-email.perl:1546
20582 msgid "Dry-OK. Log says:\n"
20583 msgstr ""
20584
20585 #: git-send-email.perl:1546
20586 msgid "OK. Log says:\n"
20587 msgstr ""
20588
20589 #: git-send-email.perl:1558
20590 msgid "Result: "
20591 msgstr ""
20592
20593 #: git-send-email.perl:1561
20594 msgid "Result: OK\n"
20595 msgstr ""
20596
20597 #: git-send-email.perl:1579
20598 #, perl-format
20599 msgid "can't open file %s"
20600 msgstr ""
20601
20602 #: git-send-email.perl:1626 git-send-email.perl:1646
20603 #, perl-format
20604 msgid "(mbox) Adding cc: %s from line '%s'\n"
20605 msgstr ""
20606
20607 #: git-send-email.perl:1632
20608 #, perl-format
20609 msgid "(mbox) Adding to: %s from line '%s'\n"
20610 msgstr ""
20611
20612 #: git-send-email.perl:1685
20613 #, perl-format
20614 msgid "(non-mbox) Adding cc: %s from line '%s'\n"
20615 msgstr ""
20616
20617 #: git-send-email.perl:1720
20618 #, perl-format
20619 msgid "(body) Adding cc: %s from line '%s'\n"
20620 msgstr ""
20621
20622 #: git-send-email.perl:1831
20623 #, perl-format
20624 msgid "(%s) Could not execute '%s'"
20625 msgstr ""
20626
20627 #: git-send-email.perl:1838
20628 #, perl-format
20629 msgid "(%s) Adding %s: %s from: '%s'\n"
20630 msgstr ""
20631
20632 #: git-send-email.perl:1842
20633 #, perl-format
20634 msgid "(%s) failed to close pipe to '%s'"
20635 msgstr ""
20636
20637 #: git-send-email.perl:1872
20638 msgid "cannot send message as 7bit"
20639 msgstr ""
20640
20641 #: git-send-email.perl:1880
20642 msgid "invalid transfer encoding"
20643 msgstr ""
20644
20645 #: git-send-email.perl:1921 git-send-email.perl:1973 git-send-email.perl:1983
20646 #, perl-format
20647 msgid "unable to open %s: %s\n"
20648 msgstr ""
20649
20650 #: git-send-email.perl:1924
20651 #, perl-format
20652 msgid "%s: patch contains a line longer than 998 characters"
20653 msgstr ""
20654
20655 #: git-send-email.perl:1941
20656 #, perl-format
20657 msgid "Skipping %s with backup suffix '%s'.\n"
20658 msgstr ""
20659
20660 #. TRANSLATORS: please keep "[y|N]" as is.
20661 #: git-send-email.perl:1945
20662 #, perl-format
20663 msgid "Do you really want to send %s? [y|N]: "
20664 msgstr ""