Imported Upstream version 2.20.0
[platform/upstream/git.git] / po / git.pot
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
11 "POT-Creation-Date: 2018-12-02 10:55+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:99
22 #, c-format
23 msgid "%shint: %.*s%s\n"
24 msgstr ""
25
26 #: advice.c:152
27 msgid "Cherry-picking is not possible because you have unmerged files."
28 msgstr ""
29
30 #: advice.c:154
31 msgid "Committing is not possible because you have unmerged files."
32 msgstr ""
33
34 #: advice.c:156
35 msgid "Merging is not possible because you have unmerged files."
36 msgstr ""
37
38 #: advice.c:158
39 msgid "Pulling is not possible because you have unmerged files."
40 msgstr ""
41
42 #: advice.c:160
43 msgid "Reverting is not possible because you have unmerged files."
44 msgstr ""
45
46 #: advice.c:162
47 #, c-format
48 msgid "It is not possible to %s because you have unmerged files."
49 msgstr ""
50
51 #: advice.c:170
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:178
58 msgid "Exiting because of an unresolved conflict."
59 msgstr ""
60
61 #: advice.c:183 builtin/merge.c:1289
62 msgid "You have not concluded your merge (MERGE_HEAD exists)."
63 msgstr ""
64
65 #: advice.c:185
66 msgid "Please, commit your changes before merging."
67 msgstr ""
68
69 #: advice.c:186
70 msgid "Exiting because of unfinished merge."
71 msgstr ""
72
73 #: advice.c:192
74 #, c-format
75 msgid ""
76 "Note: checking out '%s'.\n"
77 "\n"
78 "You are in 'detached HEAD' state. You can look around, make experimental\n"
79 "changes and commit them, and you can discard any commits you make in this\n"
80 "state without impacting any branches by performing another checkout.\n"
81 "\n"
82 "If you want to create a new branch to retain commits you create, you may\n"
83 "do so (now or later) by using -b with the checkout command again. Example:\n"
84 "\n"
85 "  git checkout -b <new-branch-name>\n"
86 "\n"
87 msgstr ""
88
89 #: apply.c:59
90 #, c-format
91 msgid "unrecognized whitespace option '%s'"
92 msgstr ""
93
94 #: apply.c:75
95 #, c-format
96 msgid "unrecognized whitespace ignore option '%s'"
97 msgstr ""
98
99 #: apply.c:125
100 msgid "--reject and --3way cannot be used together."
101 msgstr ""
102
103 #: apply.c:127
104 msgid "--cached and --3way cannot be used together."
105 msgstr ""
106
107 #: apply.c:130
108 msgid "--3way outside a repository"
109 msgstr ""
110
111 #: apply.c:141
112 msgid "--index outside a repository"
113 msgstr ""
114
115 #: apply.c:144
116 msgid "--cached outside a repository"
117 msgstr ""
118
119 #: apply.c:826
120 #, c-format
121 msgid "Cannot prepare timestamp regexp %s"
122 msgstr ""
123
124 #: apply.c:835
125 #, c-format
126 msgid "regexec returned %d for input: %s"
127 msgstr ""
128
129 #: apply.c:909
130 #, c-format
131 msgid "unable to find filename in patch at line %d"
132 msgstr ""
133
134 #: apply.c:947
135 #, c-format
136 msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
137 msgstr ""
138
139 #: apply.c:953
140 #, c-format
141 msgid "git apply: bad git-diff - inconsistent new filename on line %d"
142 msgstr ""
143
144 #: apply.c:954
145 #, c-format
146 msgid "git apply: bad git-diff - inconsistent old filename on line %d"
147 msgstr ""
148
149 #: apply.c:959
150 #, c-format
151 msgid "git apply: bad git-diff - expected /dev/null on line %d"
152 msgstr ""
153
154 #: apply.c:988
155 #, c-format
156 msgid "invalid mode on line %d: %s"
157 msgstr ""
158
159 #: apply.c:1307
160 #, c-format
161 msgid "inconsistent header lines %d and %d"
162 msgstr ""
163
164 #: apply.c:1479
165 #, c-format
166 msgid "recount: unexpected line: %.*s"
167 msgstr ""
168
169 #: apply.c:1548
170 #, c-format
171 msgid "patch fragment without header at line %d: %.*s"
172 msgstr ""
173
174 #: apply.c:1568
175 #, c-format
176 msgid ""
177 "git diff header lacks filename information when removing %d leading pathname "
178 "component (line %d)"
179 msgid_plural ""
180 "git diff header lacks filename information when removing %d leading pathname "
181 "components (line %d)"
182 msgstr[0] ""
183 msgstr[1] ""
184
185 #: apply.c:1581
186 #, c-format
187 msgid "git diff header lacks filename information (line %d)"
188 msgstr ""
189
190 #: apply.c:1769
191 msgid "new file depends on old contents"
192 msgstr ""
193
194 #: apply.c:1771
195 msgid "deleted file still has contents"
196 msgstr ""
197
198 #: apply.c:1805
199 #, c-format
200 msgid "corrupt patch at line %d"
201 msgstr ""
202
203 #: apply.c:1842
204 #, c-format
205 msgid "new file %s depends on old contents"
206 msgstr ""
207
208 #: apply.c:1844
209 #, c-format
210 msgid "deleted file %s still has contents"
211 msgstr ""
212
213 #: apply.c:1847
214 #, c-format
215 msgid "** warning: file %s becomes empty but is not deleted"
216 msgstr ""
217
218 #: apply.c:1994
219 #, c-format
220 msgid "corrupt binary patch at line %d: %.*s"
221 msgstr ""
222
223 #: apply.c:2031
224 #, c-format
225 msgid "unrecognized binary patch at line %d"
226 msgstr ""
227
228 #: apply.c:2193
229 #, c-format
230 msgid "patch with only garbage at line %d"
231 msgstr ""
232
233 #: apply.c:2279
234 #, c-format
235 msgid "unable to read symlink %s"
236 msgstr ""
237
238 #: apply.c:2283
239 #, c-format
240 msgid "unable to open or read %s"
241 msgstr ""
242
243 #: apply.c:2942
244 #, c-format
245 msgid "invalid start of line: '%c'"
246 msgstr ""
247
248 #: apply.c:3063
249 #, c-format
250 msgid "Hunk #%d succeeded at %d (offset %d line)."
251 msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
252 msgstr[0] ""
253 msgstr[1] ""
254
255 #: apply.c:3075
256 #, c-format
257 msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
258 msgstr ""
259
260 #: apply.c:3081
261 #, c-format
262 msgid ""
263 "while searching for:\n"
264 "%.*s"
265 msgstr ""
266
267 #: apply.c:3103
268 #, c-format
269 msgid "missing binary patch data for '%s'"
270 msgstr ""
271
272 #: apply.c:3111
273 #, c-format
274 msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
275 msgstr ""
276
277 #: apply.c:3158
278 #, c-format
279 msgid "cannot apply binary patch to '%s' without full index line"
280 msgstr ""
281
282 #: apply.c:3168
283 #, c-format
284 msgid ""
285 "the patch applies to '%s' (%s), which does not match the current contents."
286 msgstr ""
287
288 #: apply.c:3176
289 #, c-format
290 msgid "the patch applies to an empty '%s' but it is not empty"
291 msgstr ""
292
293 #: apply.c:3194
294 #, c-format
295 msgid "the necessary postimage %s for '%s' cannot be read"
296 msgstr ""
297
298 #: apply.c:3207
299 #, c-format
300 msgid "binary patch does not apply to '%s'"
301 msgstr ""
302
303 #: apply.c:3213
304 #, c-format
305 msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
306 msgstr ""
307
308 #: apply.c:3234
309 #, c-format
310 msgid "patch failed: %s:%ld"
311 msgstr ""
312
313 #: apply.c:3356
314 #, c-format
315 msgid "cannot checkout %s"
316 msgstr ""
317
318 #: apply.c:3408 apply.c:3419 apply.c:3465 midx.c:58 setup.c:278
319 #, c-format
320 msgid "failed to read %s"
321 msgstr ""
322
323 #: apply.c:3416
324 #, c-format
325 msgid "reading from '%s' beyond a symbolic link"
326 msgstr ""
327
328 #: apply.c:3445 apply.c:3688
329 #, c-format
330 msgid "path %s has been renamed/deleted"
331 msgstr ""
332
333 #: apply.c:3531 apply.c:3703
334 #, c-format
335 msgid "%s: does not exist in index"
336 msgstr ""
337
338 #: apply.c:3540 apply.c:3711
339 #, c-format
340 msgid "%s: does not match index"
341 msgstr ""
342
343 #: apply.c:3575
344 msgid "repository lacks the necessary blob to fall back on 3-way merge."
345 msgstr ""
346
347 #: apply.c:3578
348 #, c-format
349 msgid "Falling back to three-way merge...\n"
350 msgstr ""
351
352 #: apply.c:3594 apply.c:3598
353 #, c-format
354 msgid "cannot read the current contents of '%s'"
355 msgstr ""
356
357 #: apply.c:3610
358 #, c-format
359 msgid "Failed to fall back on three-way merge...\n"
360 msgstr ""
361
362 #: apply.c:3624
363 #, c-format
364 msgid "Applied patch to '%s' with conflicts.\n"
365 msgstr ""
366
367 #: apply.c:3629
368 #, c-format
369 msgid "Applied patch to '%s' cleanly.\n"
370 msgstr ""
371
372 #: apply.c:3655
373 msgid "removal patch leaves file contents"
374 msgstr ""
375
376 #: apply.c:3728
377 #, c-format
378 msgid "%s: wrong type"
379 msgstr ""
380
381 #: apply.c:3730
382 #, c-format
383 msgid "%s has type %o, expected %o"
384 msgstr ""
385
386 #: apply.c:3881 apply.c:3883
387 #, c-format
388 msgid "invalid path '%s'"
389 msgstr ""
390
391 #: apply.c:3939
392 #, c-format
393 msgid "%s: already exists in index"
394 msgstr ""
395
396 #: apply.c:3942
397 #, c-format
398 msgid "%s: already exists in working directory"
399 msgstr ""
400
401 #: apply.c:3962
402 #, c-format
403 msgid "new mode (%o) of %s does not match old mode (%o)"
404 msgstr ""
405
406 #: apply.c:3967
407 #, c-format
408 msgid "new mode (%o) of %s does not match old mode (%o) of %s"
409 msgstr ""
410
411 #: apply.c:3987
412 #, c-format
413 msgid "affected file '%s' is beyond a symbolic link"
414 msgstr ""
415
416 #: apply.c:3991
417 #, c-format
418 msgid "%s: patch does not apply"
419 msgstr ""
420
421 #: apply.c:4006
422 #, c-format
423 msgid "Checking patch %s..."
424 msgstr ""
425
426 #: apply.c:4098
427 #, c-format
428 msgid "sha1 information is lacking or useless for submodule %s"
429 msgstr ""
430
431 #: apply.c:4105
432 #, c-format
433 msgid "mode change for %s, which is not in current HEAD"
434 msgstr ""
435
436 #: apply.c:4108
437 #, c-format
438 msgid "sha1 information is lacking or useless (%s)."
439 msgstr ""
440
441 #: apply.c:4113 builtin/checkout.c:244 builtin/reset.c:142
442 #, c-format
443 msgid "make_cache_entry failed for path '%s'"
444 msgstr ""
445
446 #: apply.c:4117
447 #, c-format
448 msgid "could not add %s to temporary index"
449 msgstr ""
450
451 #: apply.c:4127
452 #, c-format
453 msgid "could not write temporary index to %s"
454 msgstr ""
455
456 #: apply.c:4265
457 #, c-format
458 msgid "unable to remove %s from index"
459 msgstr ""
460
461 #: apply.c:4299
462 #, c-format
463 msgid "corrupt patch for submodule %s"
464 msgstr ""
465
466 #: apply.c:4305
467 #, c-format
468 msgid "unable to stat newly created file '%s'"
469 msgstr ""
470
471 #: apply.c:4313
472 #, c-format
473 msgid "unable to create backing store for newly created file %s"
474 msgstr ""
475
476 #: apply.c:4319 apply.c:4464
477 #, c-format
478 msgid "unable to add cache entry for %s"
479 msgstr ""
480
481 #: apply.c:4362
482 #, c-format
483 msgid "failed to write to '%s'"
484 msgstr ""
485
486 #: apply.c:4366
487 #, c-format
488 msgid "closing file '%s'"
489 msgstr ""
490
491 #: apply.c:4436
492 #, c-format
493 msgid "unable to write file '%s' mode %o"
494 msgstr ""
495
496 #: apply.c:4534
497 #, c-format
498 msgid "Applied patch %s cleanly."
499 msgstr ""
500
501 #: apply.c:4542
502 msgid "internal error"
503 msgstr ""
504
505 #: apply.c:4545
506 #, c-format
507 msgid "Applying patch %%s with %d reject..."
508 msgid_plural "Applying patch %%s with %d rejects..."
509 msgstr[0] ""
510 msgstr[1] ""
511
512 #: apply.c:4556
513 #, c-format
514 msgid "truncating .rej filename to %.*s.rej"
515 msgstr ""
516
517 #: apply.c:4564 builtin/fetch.c:843 builtin/fetch.c:1122
518 #, c-format
519 msgid "cannot open %s"
520 msgstr ""
521
522 #: apply.c:4578
523 #, c-format
524 msgid "Hunk #%d applied cleanly."
525 msgstr ""
526
527 #: apply.c:4582
528 #, c-format
529 msgid "Rejected hunk #%d."
530 msgstr ""
531
532 #: apply.c:4692
533 #, c-format
534 msgid "Skipped patch '%s'."
535 msgstr ""
536
537 #: apply.c:4700
538 msgid "unrecognized input"
539 msgstr ""
540
541 #: apply.c:4719
542 msgid "unable to read index file"
543 msgstr ""
544
545 #: apply.c:4874
546 #, c-format
547 msgid "can't open patch '%s': %s"
548 msgstr ""
549
550 #: apply.c:4901
551 #, c-format
552 msgid "squelched %d whitespace error"
553 msgid_plural "squelched %d whitespace errors"
554 msgstr[0] ""
555 msgstr[1] ""
556
557 #: apply.c:4907 apply.c:4922
558 #, c-format
559 msgid "%d line adds whitespace errors."
560 msgid_plural "%d lines add whitespace errors."
561 msgstr[0] ""
562 msgstr[1] ""
563
564 #: apply.c:4915
565 #, c-format
566 msgid "%d line applied after fixing whitespace errors."
567 msgid_plural "%d lines applied after fixing whitespace errors."
568 msgstr[0] ""
569 msgstr[1] ""
570
571 #: apply.c:4931 builtin/add.c:538 builtin/mv.c:300 builtin/rm.c:389
572 msgid "Unable to write new index file"
573 msgstr ""
574
575 #: apply.c:4958 apply.c:4961 builtin/am.c:2209 builtin/am.c:2212
576 #: builtin/clone.c:121 builtin/fetch.c:118 builtin/merge.c:262
577 #: builtin/pull.c:199 builtin/submodule--helper.c:406
578 #: builtin/submodule--helper.c:1362 builtin/submodule--helper.c:1365
579 #: builtin/submodule--helper.c:1846 builtin/submodule--helper.c:1849
580 #: builtin/submodule--helper.c:2088 git-add--interactive.perl:197
581 msgid "path"
582 msgstr ""
583
584 #: apply.c:4959
585 msgid "don't apply changes matching the given path"
586 msgstr ""
587
588 #: apply.c:4962
589 msgid "apply changes matching the given path"
590 msgstr ""
591
592 #: apply.c:4964 builtin/am.c:2218
593 msgid "num"
594 msgstr ""
595
596 #: apply.c:4965
597 msgid "remove <num> leading slashes from traditional diff paths"
598 msgstr ""
599
600 #: apply.c:4968
601 msgid "ignore additions made by the patch"
602 msgstr ""
603
604 #: apply.c:4970
605 msgid "instead of applying the patch, output diffstat for the input"
606 msgstr ""
607
608 #: apply.c:4974
609 msgid "show number of added and deleted lines in decimal notation"
610 msgstr ""
611
612 #: apply.c:4976
613 msgid "instead of applying the patch, output a summary for the input"
614 msgstr ""
615
616 #: apply.c:4978
617 msgid "instead of applying the patch, see if the patch is applicable"
618 msgstr ""
619
620 #: apply.c:4980
621 msgid "make sure the patch is applicable to the current index"
622 msgstr ""
623
624 #: apply.c:4982
625 msgid "mark new files with `git add --intent-to-add`"
626 msgstr ""
627
628 #: apply.c:4984
629 msgid "apply a patch without touching the working tree"
630 msgstr ""
631
632 #: apply.c:4986
633 msgid "accept a patch that touches outside the working area"
634 msgstr ""
635
636 #: apply.c:4989
637 msgid "also apply the patch (use with --stat/--summary/--check)"
638 msgstr ""
639
640 #: apply.c:4991
641 msgid "attempt three-way merge if a patch does not apply"
642 msgstr ""
643
644 #: apply.c:4993
645 msgid "build a temporary index based on embedded index information"
646 msgstr ""
647
648 #: apply.c:4996 builtin/checkout-index.c:170 builtin/ls-files.c:523
649 msgid "paths are separated with NUL character"
650 msgstr ""
651
652 #: apply.c:4998
653 msgid "ensure at least <n> lines of context match"
654 msgstr ""
655
656 #: apply.c:4999 builtin/am.c:2197 builtin/interpret-trailers.c:97
657 #: builtin/interpret-trailers.c:99 builtin/interpret-trailers.c:101
658 #: builtin/pack-objects.c:3312 builtin/rebase.c:857
659 msgid "action"
660 msgstr ""
661
662 #: apply.c:5000
663 msgid "detect new or modified lines that have whitespace errors"
664 msgstr ""
665
666 #: apply.c:5003 apply.c:5006
667 msgid "ignore changes in whitespace when finding context"
668 msgstr ""
669
670 #: apply.c:5009
671 msgid "apply the patch in reverse"
672 msgstr ""
673
674 #: apply.c:5011
675 msgid "don't expect at least one line of context"
676 msgstr ""
677
678 #: apply.c:5013
679 msgid "leave the rejected hunks in corresponding *.rej files"
680 msgstr ""
681
682 #: apply.c:5015
683 msgid "allow overlapping hunks"
684 msgstr ""
685
686 #: apply.c:5016 builtin/add.c:290 builtin/check-ignore.c:21
687 #: builtin/commit.c:1309 builtin/count-objects.c:98 builtin/fsck.c:698
688 #: builtin/log.c:2023 builtin/mv.c:122 builtin/read-tree.c:127
689 #: builtin/rebase--interactive.c:157
690 msgid "be verbose"
691 msgstr ""
692
693 #: apply.c:5018
694 msgid "tolerate incorrectly detected missing new-line at the end of file"
695 msgstr ""
696
697 #: apply.c:5021
698 msgid "do not trust the line counts in the hunk headers"
699 msgstr ""
700
701 #: apply.c:5023 builtin/am.c:2206
702 msgid "root"
703 msgstr ""
704
705 #: apply.c:5024
706 msgid "prepend <root> to all filenames"
707 msgstr ""
708
709 #: archive.c:14
710 msgid "git archive [<options>] <tree-ish> [<path>...]"
711 msgstr ""
712
713 #: archive.c:15
714 msgid "git archive --list"
715 msgstr ""
716
717 #: archive.c:16
718 msgid ""
719 "git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
720 msgstr ""
721
722 #: archive.c:17
723 msgid "git archive --remote <repo> [--exec <cmd>] --list"
724 msgstr ""
725
726 #: archive.c:370 builtin/add.c:176 builtin/add.c:514 builtin/rm.c:298
727 #, c-format
728 msgid "pathspec '%s' did not match any files"
729 msgstr ""
730
731 #: archive.c:453
732 msgid "fmt"
733 msgstr ""
734
735 #: archive.c:453
736 msgid "archive format"
737 msgstr ""
738
739 #: archive.c:454 builtin/log.c:1536
740 msgid "prefix"
741 msgstr ""
742
743 #: archive.c:455
744 msgid "prepend prefix to each pathname in the archive"
745 msgstr ""
746
747 #: archive.c:456 builtin/blame.c:820 builtin/blame.c:821 builtin/config.c:129
748 #: builtin/fast-export.c:1013 builtin/fast-export.c:1015 builtin/grep.c:884
749 #: builtin/hash-object.c:104 builtin/ls-files.c:559 builtin/ls-files.c:562
750 #: builtin/notes.c:412 builtin/notes.c:575 builtin/read-tree.c:122
751 #: parse-options.h:162
752 msgid "file"
753 msgstr ""
754
755 #: archive.c:457 builtin/archive.c:89
756 msgid "write the archive to this file"
757 msgstr ""
758
759 #: archive.c:459
760 msgid "read .gitattributes in working directory"
761 msgstr ""
762
763 #: archive.c:460
764 msgid "report archived files on stderr"
765 msgstr ""
766
767 #: archive.c:461
768 msgid "store only"
769 msgstr ""
770
771 #: archive.c:462
772 msgid "compress faster"
773 msgstr ""
774
775 #: archive.c:470
776 msgid "compress better"
777 msgstr ""
778
779 #: archive.c:473
780 msgid "list supported archive formats"
781 msgstr ""
782
783 #: archive.c:475 builtin/archive.c:90 builtin/clone.c:111 builtin/clone.c:114
784 #: builtin/submodule--helper.c:1374 builtin/submodule--helper.c:1855
785 msgid "repo"
786 msgstr ""
787
788 #: archive.c:476 builtin/archive.c:91
789 msgid "retrieve the archive from remote repository <repo>"
790 msgstr ""
791
792 #: archive.c:477 builtin/archive.c:92 builtin/difftool.c:714
793 #: builtin/notes.c:496
794 msgid "command"
795 msgstr ""
796
797 #: archive.c:478 builtin/archive.c:93
798 msgid "path to the remote git-upload-archive command"
799 msgstr ""
800
801 #: archive.c:485
802 msgid "Unexpected option --remote"
803 msgstr ""
804
805 #: archive.c:487
806 msgid "Option --exec can only be used together with --remote"
807 msgstr ""
808
809 #: archive.c:489
810 msgid "Unexpected option --output"
811 msgstr ""
812
813 #: archive.c:511
814 #, c-format
815 msgid "Unknown archive format '%s'"
816 msgstr ""
817
818 #: archive.c:518
819 #, c-format
820 msgid "Argument not supported for format '%s': -%d"
821 msgstr ""
822
823 #: archive-tar.c:125 archive-zip.c:345
824 #, c-format
825 msgid "cannot stream blob %s"
826 msgstr ""
827
828 #: archive-tar.c:260 archive-zip.c:363
829 #, c-format
830 msgid "unsupported file mode: 0%o (SHA1: %s)"
831 msgstr ""
832
833 #: archive-tar.c:287 archive-zip.c:353
834 #, c-format
835 msgid "cannot read %s"
836 msgstr ""
837
838 #: archive-tar.c:458
839 #, c-format
840 msgid "unable to start '%s' filter"
841 msgstr ""
842
843 #: archive-tar.c:461
844 msgid "unable to redirect descriptor"
845 msgstr ""
846
847 #: archive-tar.c:468
848 #, c-format
849 msgid "'%s' filter reported error"
850 msgstr ""
851
852 #: archive-zip.c:314
853 #, c-format
854 msgid "path is not valid UTF-8: %s"
855 msgstr ""
856
857 #: archive-zip.c:318
858 #, c-format
859 msgid "path too long (%d chars, SHA1: %s): %s"
860 msgstr ""
861
862 #: archive-zip.c:474 builtin/pack-objects.c:224 builtin/pack-objects.c:227
863 #, c-format
864 msgid "deflate error (%d)"
865 msgstr ""
866
867 #: archive-zip.c:609
868 #, c-format
869 msgid "timestamp too large for this system: %<PRIuMAX>"
870 msgstr ""
871
872 #: attr.c:212
873 #, c-format
874 msgid "%.*s is not a valid attribute name"
875 msgstr ""
876
877 #: attr.c:409
878 msgid ""
879 "Negative patterns are ignored in git attributes\n"
880 "Use '\\!' for literal leading exclamation."
881 msgstr ""
882
883 #: bisect.c:468
884 #, c-format
885 msgid "Badly quoted content in file '%s': %s"
886 msgstr ""
887
888 #: bisect.c:676
889 #, c-format
890 msgid "We cannot bisect more!\n"
891 msgstr ""
892
893 #: bisect.c:730
894 #, c-format
895 msgid "Not a valid commit name %s"
896 msgstr ""
897
898 #: bisect.c:754
899 #, c-format
900 msgid ""
901 "The merge base %s is bad.\n"
902 "This means the bug has been fixed between %s and [%s].\n"
903 msgstr ""
904
905 #: bisect.c:759
906 #, c-format
907 msgid ""
908 "The merge base %s is new.\n"
909 "The property has changed between %s and [%s].\n"
910 msgstr ""
911
912 #: bisect.c:764
913 #, c-format
914 msgid ""
915 "The merge base %s is %s.\n"
916 "This means the first '%s' commit is between %s and [%s].\n"
917 msgstr ""
918
919 #: bisect.c:772
920 #, c-format
921 msgid ""
922 "Some %s revs are not ancestors of the %s rev.\n"
923 "git bisect cannot work properly in this case.\n"
924 "Maybe you mistook %s and %s revs?\n"
925 msgstr ""
926
927 #: bisect.c:785
928 #, c-format
929 msgid ""
930 "the merge base between %s and [%s] must be skipped.\n"
931 "So we cannot be sure the first %s commit is between %s and %s.\n"
932 "We continue anyway."
933 msgstr ""
934
935 #: bisect.c:818
936 #, c-format
937 msgid "Bisecting: a merge base must be tested\n"
938 msgstr ""
939
940 #: bisect.c:858
941 #, c-format
942 msgid "a %s revision is needed"
943 msgstr ""
944
945 #: bisect.c:877 builtin/notes.c:177 builtin/tag.c:237
946 #, c-format
947 msgid "could not create file '%s'"
948 msgstr ""
949
950 #: bisect.c:928 builtin/merge.c:138
951 #, c-format
952 msgid "could not read file '%s'"
953 msgstr ""
954
955 #: bisect.c:958
956 msgid "reading bisect refs failed"
957 msgstr ""
958
959 #: bisect.c:977
960 #, c-format
961 msgid "%s was both %s and %s\n"
962 msgstr ""
963
964 #: bisect.c:985
965 #, c-format
966 msgid ""
967 "No testable commit found.\n"
968 "Maybe you started with bad path parameters?\n"
969 msgstr ""
970
971 #: bisect.c:1004
972 #, c-format
973 msgid "(roughly %d step)"
974 msgid_plural "(roughly %d steps)"
975 msgstr[0] ""
976 msgstr[1] ""
977
978 #. TRANSLATORS: the last %s will be replaced with "(roughly %d
979 #. steps)" translation.
980 #.
981 #: bisect.c:1010
982 #, c-format
983 msgid "Bisecting: %d revision left to test after this %s\n"
984 msgid_plural "Bisecting: %d revisions left to test after this %s\n"
985 msgstr[0] ""
986 msgstr[1] ""
987
988 #: blame.c:1787
989 msgid "--contents and --reverse do not blend well."
990 msgstr ""
991
992 #: blame.c:1801
993 msgid "cannot use --contents with final commit object name"
994 msgstr ""
995
996 #: blame.c:1822
997 msgid "--reverse and --first-parent together require specified latest commit"
998 msgstr ""
999
1000 #: blame.c:1831 bundle.c:162 ref-filter.c:2046 sequencer.c:1963
1001 #: sequencer.c:4002 builtin/commit.c:1001 builtin/log.c:377 builtin/log.c:932
1002 #: builtin/log.c:1407 builtin/log.c:1783 builtin/log.c:2072 builtin/merge.c:406
1003 #: builtin/pack-objects.c:3137 builtin/pack-objects.c:3152
1004 #: builtin/shortlog.c:192
1005 msgid "revision walk setup failed"
1006 msgstr ""
1007
1008 #: blame.c:1849
1009 msgid ""
1010 "--reverse --first-parent together require range along first-parent chain"
1011 msgstr ""
1012
1013 #: blame.c:1860
1014 #, c-format
1015 msgid "no such path %s in %s"
1016 msgstr ""
1017
1018 #: blame.c:1871
1019 #, c-format
1020 msgid "cannot read blob %s for path %s"
1021 msgstr ""
1022
1023 #: branch.c:52
1024 #, c-format
1025 msgid ""
1026 "\n"
1027 "After fixing the error cause you may try to fix up\n"
1028 "the remote tracking information by invoking\n"
1029 "\"git branch --set-upstream-to=%s%s%s\"."
1030 msgstr ""
1031
1032 #: branch.c:66
1033 #, c-format
1034 msgid "Not setting branch %s as its own upstream."
1035 msgstr ""
1036
1037 #: branch.c:92
1038 #, c-format
1039 msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."
1040 msgstr ""
1041
1042 #: branch.c:93
1043 #, c-format
1044 msgid "Branch '%s' set up to track remote branch '%s' from '%s'."
1045 msgstr ""
1046
1047 #: branch.c:97
1048 #, c-format
1049 msgid "Branch '%s' set up to track local branch '%s' by rebasing."
1050 msgstr ""
1051
1052 #: branch.c:98
1053 #, c-format
1054 msgid "Branch '%s' set up to track local branch '%s'."
1055 msgstr ""
1056
1057 #: branch.c:103
1058 #, c-format
1059 msgid "Branch '%s' set up to track remote ref '%s' by rebasing."
1060 msgstr ""
1061
1062 #: branch.c:104
1063 #, c-format
1064 msgid "Branch '%s' set up to track remote ref '%s'."
1065 msgstr ""
1066
1067 #: branch.c:108
1068 #, c-format
1069 msgid "Branch '%s' set up to track local ref '%s' by rebasing."
1070 msgstr ""
1071
1072 #: branch.c:109
1073 #, c-format
1074 msgid "Branch '%s' set up to track local ref '%s'."
1075 msgstr ""
1076
1077 #: branch.c:118
1078 msgid "Unable to write upstream branch configuration"
1079 msgstr ""
1080
1081 #: branch.c:155
1082 #, c-format
1083 msgid "Not tracking: ambiguous information for ref %s"
1084 msgstr ""
1085
1086 #: branch.c:188
1087 #, c-format
1088 msgid "'%s' is not a valid branch name."
1089 msgstr ""
1090
1091 #: branch.c:207
1092 #, c-format
1093 msgid "A branch named '%s' already exists."
1094 msgstr ""
1095
1096 #: branch.c:212
1097 msgid "Cannot force update the current branch."
1098 msgstr ""
1099
1100 #: branch.c:232
1101 #, c-format
1102 msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1103 msgstr ""
1104
1105 #: branch.c:234
1106 #, c-format
1107 msgid "the requested upstream branch '%s' does not exist"
1108 msgstr ""
1109
1110 #: branch.c:236
1111 msgid ""
1112 "\n"
1113 "If you are planning on basing your work on an upstream\n"
1114 "branch that already exists at the remote, you may need to\n"
1115 "run \"git fetch\" to retrieve it.\n"
1116 "\n"
1117 "If you are planning to push out a new local branch that\n"
1118 "will track its remote counterpart, you may want to use\n"
1119 "\"git push -u\" to set the upstream config as you push."
1120 msgstr ""
1121
1122 #: branch.c:279
1123 #, c-format
1124 msgid "Not a valid object name: '%s'."
1125 msgstr ""
1126
1127 #: branch.c:299
1128 #, c-format
1129 msgid "Ambiguous object name: '%s'."
1130 msgstr ""
1131
1132 #: branch.c:304
1133 #, c-format
1134 msgid "Not a valid branch point: '%s'."
1135 msgstr ""
1136
1137 #: branch.c:358
1138 #, c-format
1139 msgid "'%s' is already checked out at '%s'"
1140 msgstr ""
1141
1142 #: branch.c:381
1143 #, c-format
1144 msgid "HEAD of working tree %s is not updated"
1145 msgstr ""
1146
1147 #: bundle.c:36
1148 #, c-format
1149 msgid "'%s' does not look like a v2 bundle file"
1150 msgstr ""
1151
1152 #: bundle.c:64
1153 #, c-format
1154 msgid "unrecognized header: %s%s (%d)"
1155 msgstr ""
1156
1157 #: bundle.c:90 rerere.c:480 rerere.c:690 sequencer.c:2182 sequencer.c:2722
1158 #: builtin/commit.c:774
1159 #, c-format
1160 msgid "could not open '%s'"
1161 msgstr ""
1162
1163 #: bundle.c:141
1164 msgid "Repository lacks these prerequisite commits:"
1165 msgstr ""
1166
1167 #: bundle.c:192
1168 #, c-format
1169 msgid "The bundle contains this ref:"
1170 msgid_plural "The bundle contains these %d refs:"
1171 msgstr[0] ""
1172 msgstr[1] ""
1173
1174 #: bundle.c:199
1175 msgid "The bundle records a complete history."
1176 msgstr ""
1177
1178 #: bundle.c:201
1179 #, c-format
1180 msgid "The bundle requires this ref:"
1181 msgid_plural "The bundle requires these %d refs:"
1182 msgstr[0] ""
1183 msgstr[1] ""
1184
1185 #: bundle.c:267
1186 msgid "unable to dup bundle descriptor"
1187 msgstr ""
1188
1189 #: bundle.c:274
1190 msgid "Could not spawn pack-objects"
1191 msgstr ""
1192
1193 #: bundle.c:285
1194 msgid "pack-objects died"
1195 msgstr ""
1196
1197 #: bundle.c:327
1198 msgid "rev-list died"
1199 msgstr ""
1200
1201 #: bundle.c:376
1202 #, c-format
1203 msgid "ref '%s' is excluded by the rev-list options"
1204 msgstr ""
1205
1206 #: bundle.c:456 builtin/log.c:192 builtin/log.c:1688 builtin/shortlog.c:304
1207 #, c-format
1208 msgid "unrecognized argument: %s"
1209 msgstr ""
1210
1211 #: bundle.c:464
1212 msgid "Refusing to create empty bundle."
1213 msgstr ""
1214
1215 #: bundle.c:474
1216 #, c-format
1217 msgid "cannot create '%s'"
1218 msgstr ""
1219
1220 #: bundle.c:498
1221 msgid "index-pack died"
1222 msgstr ""
1223
1224 #: color.c:296
1225 #, c-format
1226 msgid "invalid color value: %.*s"
1227 msgstr ""
1228
1229 #: commit.c:50 sequencer.c:2528 builtin/am.c:370 builtin/am.c:414
1230 #: builtin/am.c:1390 builtin/am.c:2025 builtin/replace.c:376
1231 #: builtin/replace.c:448
1232 #, c-format
1233 msgid "could not parse %s"
1234 msgstr ""
1235
1236 #: commit.c:52
1237 #, c-format
1238 msgid "%s %s is not a commit!"
1239 msgstr ""
1240
1241 #: commit.c:193
1242 msgid ""
1243 "Support for <GIT_DIR>/info/grafts is deprecated\n"
1244 "and will be removed in a future Git version.\n"
1245 "\n"
1246 "Please use \"git replace --convert-graft-file\"\n"
1247 "to convert the grafts into replace refs.\n"
1248 "\n"
1249 "Turn this message off by running\n"
1250 "\"git config advice.graftFileDeprecated false\""
1251 msgstr ""
1252
1253 #: commit.c:1115
1254 #, c-format
1255 msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
1256 msgstr ""
1257
1258 #: commit.c:1118
1259 #, c-format
1260 msgid "Commit %s has a bad GPG signature allegedly by %s."
1261 msgstr ""
1262
1263 #: commit.c:1121
1264 #, c-format
1265 msgid "Commit %s does not have a GPG signature."
1266 msgstr ""
1267
1268 #: commit.c:1124
1269 #, c-format
1270 msgid "Commit %s has a good GPG signature by %s\n"
1271 msgstr ""
1272
1273 #: commit.c:1378
1274 msgid ""
1275 "Warning: commit message did not conform to UTF-8.\n"
1276 "You may want to amend it after fixing the message, or set the config\n"
1277 "variable i18n.commitencoding to the encoding your project uses.\n"
1278 msgstr ""
1279
1280 #: commit-graph.c:108
1281 #, c-format
1282 msgid "graph file %s is too small"
1283 msgstr ""
1284
1285 #: commit-graph.c:115
1286 #, c-format
1287 msgid "graph signature %X does not match signature %X"
1288 msgstr ""
1289
1290 #: commit-graph.c:122
1291 #, c-format
1292 msgid "graph version %X does not match version %X"
1293 msgstr ""
1294
1295 #: commit-graph.c:129
1296 #, c-format
1297 msgid "hash version %X does not match version %X"
1298 msgstr ""
1299
1300 #: commit-graph.c:153
1301 #, c-format
1302 msgid "improper chunk offset %08x%08x"
1303 msgstr ""
1304
1305 #: commit-graph.c:189
1306 #, c-format
1307 msgid "chunk id %08x appears multiple times"
1308 msgstr ""
1309
1310 #: commit-graph.c:308
1311 #, c-format
1312 msgid "could not find commit %s"
1313 msgstr ""
1314
1315 #: commit-graph.c:617 builtin/pack-objects.c:2652
1316 #, c-format
1317 msgid "unable to get type of object %s"
1318 msgstr ""
1319
1320 #: commit-graph.c:651
1321 msgid "Annotating commits in commit graph"
1322 msgstr ""
1323
1324 #: commit-graph.c:691
1325 msgid "Computing commit graph generation numbers"
1326 msgstr ""
1327
1328 #: commit-graph.c:803 commit-graph.c:826 commit-graph.c:852
1329 msgid "Finding commits for commit graph"
1330 msgstr ""
1331
1332 #: commit-graph.c:812
1333 #, c-format
1334 msgid "error adding pack %s"
1335 msgstr ""
1336
1337 #: commit-graph.c:814
1338 #, c-format
1339 msgid "error opening index for %s"
1340 msgstr ""
1341
1342 #: commit-graph.c:868
1343 #, c-format
1344 msgid "the commit graph format cannot write %d commits"
1345 msgstr ""
1346
1347 #: commit-graph.c:895
1348 msgid "too many commits to write graph"
1349 msgstr ""
1350
1351 #: commit-graph.c:902 midx.c:769
1352 #, c-format
1353 msgid "unable to create leading directories of %s"
1354 msgstr ""
1355
1356 #: commit-graph.c:1002
1357 msgid "the commit-graph file has incorrect checksum and is likely corrupt"
1358 msgstr ""
1359
1360 #: commit-graph.c:1046
1361 msgid "Verifying commits in commit graph"
1362 msgstr ""
1363
1364 #: compat/obstack.c:405 compat/obstack.c:407
1365 msgid "memory exhausted"
1366 msgstr ""
1367
1368 #: config.c:123
1369 #, c-format
1370 msgid ""
1371 "exceeded maximum include depth (%d) while including\n"
1372 "\t%s\n"
1373 "from\n"
1374 "\t%s\n"
1375 "This might be due to circular includes."
1376 msgstr ""
1377
1378 #: config.c:139
1379 #, c-format
1380 msgid "could not expand include path '%s'"
1381 msgstr ""
1382
1383 #: config.c:150
1384 msgid "relative config includes must come from files"
1385 msgstr ""
1386
1387 #: config.c:190
1388 msgid "relative config include conditionals must come from files"
1389 msgstr ""
1390
1391 #: config.c:348
1392 #, c-format
1393 msgid "key does not contain a section: %s"
1394 msgstr ""
1395
1396 #: config.c:354
1397 #, c-format
1398 msgid "key does not contain variable name: %s"
1399 msgstr ""
1400
1401 #: config.c:378 sequencer.c:2296
1402 #, c-format
1403 msgid "invalid key: %s"
1404 msgstr ""
1405
1406 #: config.c:384
1407 #, c-format
1408 msgid "invalid key (newline): %s"
1409 msgstr ""
1410
1411 #: config.c:420 config.c:432
1412 #, c-format
1413 msgid "bogus config parameter: %s"
1414 msgstr ""
1415
1416 #: config.c:467
1417 #, c-format
1418 msgid "bogus format in %s"
1419 msgstr ""
1420
1421 #: config.c:793
1422 #, c-format
1423 msgid "bad config line %d in blob %s"
1424 msgstr ""
1425
1426 #: config.c:797
1427 #, c-format
1428 msgid "bad config line %d in file %s"
1429 msgstr ""
1430
1431 #: config.c:801
1432 #, c-format
1433 msgid "bad config line %d in standard input"
1434 msgstr ""
1435
1436 #: config.c:805
1437 #, c-format
1438 msgid "bad config line %d in submodule-blob %s"
1439 msgstr ""
1440
1441 #: config.c:809
1442 #, c-format
1443 msgid "bad config line %d in command line %s"
1444 msgstr ""
1445
1446 #: config.c:813
1447 #, c-format
1448 msgid "bad config line %d in %s"
1449 msgstr ""
1450
1451 #: config.c:952
1452 msgid "out of range"
1453 msgstr ""
1454
1455 #: config.c:952
1456 msgid "invalid unit"
1457 msgstr ""
1458
1459 #: config.c:958
1460 #, c-format
1461 msgid "bad numeric config value '%s' for '%s': %s"
1462 msgstr ""
1463
1464 #: config.c:963
1465 #, c-format
1466 msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1467 msgstr ""
1468
1469 #: config.c:966
1470 #, c-format
1471 msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1472 msgstr ""
1473
1474 #: config.c:969
1475 #, c-format
1476 msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1477 msgstr ""
1478
1479 #: config.c:972
1480 #, c-format
1481 msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1482 msgstr ""
1483
1484 #: config.c:975
1485 #, c-format
1486 msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1487 msgstr ""
1488
1489 #: config.c:978
1490 #, c-format
1491 msgid "bad numeric config value '%s' for '%s' in %s: %s"
1492 msgstr ""
1493
1494 #: config.c:1073
1495 #, c-format
1496 msgid "failed to expand user dir in: '%s'"
1497 msgstr ""
1498
1499 #: config.c:1082
1500 #, c-format
1501 msgid "'%s' for '%s' is not a valid timestamp"
1502 msgstr ""
1503
1504 #: config.c:1173
1505 #, c-format
1506 msgid "abbrev length out of range: %d"
1507 msgstr ""
1508
1509 #: config.c:1187 config.c:1198
1510 #, c-format
1511 msgid "bad zlib compression level %d"
1512 msgstr ""
1513
1514 #: config.c:1290
1515 msgid "core.commentChar should only be one character"
1516 msgstr ""
1517
1518 #: config.c:1323
1519 #, c-format
1520 msgid "invalid mode for object creation: %s"
1521 msgstr ""
1522
1523 #: config.c:1395
1524 #, c-format
1525 msgid "malformed value for %s"
1526 msgstr ""
1527
1528 #: config.c:1421
1529 #, c-format
1530 msgid "malformed value for %s: %s"
1531 msgstr ""
1532
1533 #: config.c:1422
1534 msgid "must be one of nothing, matching, simple, upstream or current"
1535 msgstr ""
1536
1537 #: config.c:1481 builtin/pack-objects.c:3391
1538 #, c-format
1539 msgid "bad pack compression level %d"
1540 msgstr ""
1541
1542 #: config.c:1602
1543 #, c-format
1544 msgid "unable to load config blob object '%s'"
1545 msgstr ""
1546
1547 #: config.c:1605
1548 #, c-format
1549 msgid "reference '%s' does not point to a blob"
1550 msgstr ""
1551
1552 #: config.c:1622
1553 #, c-format
1554 msgid "unable to resolve config blob '%s'"
1555 msgstr ""
1556
1557 #: config.c:1652
1558 #, c-format
1559 msgid "failed to parse %s"
1560 msgstr ""
1561
1562 #: config.c:1705
1563 msgid "unable to parse command-line config"
1564 msgstr ""
1565
1566 #: config.c:2037
1567 msgid "unknown error occurred while reading the configuration files"
1568 msgstr ""
1569
1570 #: config.c:2207
1571 #, c-format
1572 msgid "Invalid %s: '%s'"
1573 msgstr ""
1574
1575 #: config.c:2250
1576 #, c-format
1577 msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1578 msgstr ""
1579
1580 #: config.c:2276
1581 #, c-format
1582 msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1583 msgstr ""
1584
1585 #: config.c:2322
1586 #, c-format
1587 msgid "unable to parse '%s' from command-line config"
1588 msgstr ""
1589
1590 #: config.c:2324
1591 #, c-format
1592 msgid "bad config variable '%s' in file '%s' at line %d"
1593 msgstr ""
1594
1595 #: config.c:2405
1596 #, c-format
1597 msgid "invalid section name '%s'"
1598 msgstr ""
1599
1600 #: config.c:2437
1601 #, c-format
1602 msgid "%s has multiple values"
1603 msgstr ""
1604
1605 #: config.c:2466
1606 #, c-format
1607 msgid "failed to write new configuration file %s"
1608 msgstr ""
1609
1610 #: config.c:2717 config.c:3041
1611 #, c-format
1612 msgid "could not lock config file %s"
1613 msgstr ""
1614
1615 #: config.c:2728
1616 #, c-format
1617 msgid "opening %s"
1618 msgstr ""
1619
1620 #: config.c:2763 builtin/config.c:327
1621 #, c-format
1622 msgid "invalid pattern: %s"
1623 msgstr ""
1624
1625 #: config.c:2788
1626 #, c-format
1627 msgid "invalid config file %s"
1628 msgstr ""
1629
1630 #: config.c:2801 config.c:3054
1631 #, c-format
1632 msgid "fstat on %s failed"
1633 msgstr ""
1634
1635 #: config.c:2812
1636 #, c-format
1637 msgid "unable to mmap '%s'"
1638 msgstr ""
1639
1640 #: config.c:2821 config.c:3059
1641 #, c-format
1642 msgid "chmod on %s failed"
1643 msgstr ""
1644
1645 #: config.c:2906 config.c:3156
1646 #, c-format
1647 msgid "could not write config file %s"
1648 msgstr ""
1649
1650 #: config.c:2940
1651 #, c-format
1652 msgid "could not set '%s' to '%s'"
1653 msgstr ""
1654
1655 #: config.c:2942 builtin/remote.c:782
1656 #, c-format
1657 msgid "could not unset '%s'"
1658 msgstr ""
1659
1660 #: config.c:3032
1661 #, c-format
1662 msgid "invalid section name: %s"
1663 msgstr ""
1664
1665 #: config.c:3199
1666 #, c-format
1667 msgid "missing value for '%s'"
1668 msgstr ""
1669
1670 #: connect.c:61
1671 msgid "the remote end hung up upon initial contact"
1672 msgstr ""
1673
1674 #: connect.c:63
1675 msgid ""
1676 "Could not read from remote repository.\n"
1677 "\n"
1678 "Please make sure you have the correct access rights\n"
1679 "and the repository exists."
1680 msgstr ""
1681
1682 #: connect.c:81
1683 #, c-format
1684 msgid "server doesn't support '%s'"
1685 msgstr ""
1686
1687 #: connect.c:103
1688 #, c-format
1689 msgid "server doesn't support feature '%s'"
1690 msgstr ""
1691
1692 #: connect.c:114
1693 msgid "expected flush after capabilities"
1694 msgstr ""
1695
1696 #: connect.c:233
1697 #, c-format
1698 msgid "ignoring capabilities after first line '%s'"
1699 msgstr ""
1700
1701 #: connect.c:252
1702 msgid "protocol error: unexpected capabilities^{}"
1703 msgstr ""
1704
1705 #: connect.c:273
1706 #, c-format
1707 msgid "protocol error: expected shallow sha-1, got '%s'"
1708 msgstr ""
1709
1710 #: connect.c:275
1711 msgid "repository on the other end cannot be shallow"
1712 msgstr ""
1713
1714 #: connect.c:310 fetch-pack.c:182 builtin/archive.c:63
1715 #, c-format
1716 msgid "remote error: %s"
1717 msgstr ""
1718
1719 #: connect.c:316
1720 msgid "invalid packet"
1721 msgstr ""
1722
1723 #: connect.c:336
1724 #, c-format
1725 msgid "protocol error: unexpected '%s'"
1726 msgstr ""
1727
1728 #: connect.c:444
1729 #, c-format
1730 msgid "invalid ls-refs response: %s"
1731 msgstr ""
1732
1733 #: connect.c:448
1734 msgid "expected flush after ref listing"
1735 msgstr ""
1736
1737 #: connect.c:547
1738 #, c-format
1739 msgid "protocol '%s' is not supported"
1740 msgstr ""
1741
1742 #: connect.c:598
1743 msgid "unable to set SO_KEEPALIVE on socket"
1744 msgstr ""
1745
1746 #: connect.c:638 connect.c:701
1747 #, c-format
1748 msgid "Looking up %s ... "
1749 msgstr ""
1750
1751 #: connect.c:642
1752 #, c-format
1753 msgid "unable to look up %s (port %s) (%s)"
1754 msgstr ""
1755
1756 #. TRANSLATORS: this is the end of "Looking up %s ... "
1757 #: connect.c:646 connect.c:717
1758 #, c-format
1759 msgid ""
1760 "done.\n"
1761 "Connecting to %s (port %s) ... "
1762 msgstr ""
1763
1764 #: connect.c:668 connect.c:745
1765 #, c-format
1766 msgid ""
1767 "unable to connect to %s:\n"
1768 "%s"
1769 msgstr ""
1770
1771 #. TRANSLATORS: this is the end of "Connecting to %s (port %s) ... "
1772 #: connect.c:674 connect.c:751
1773 msgid "done."
1774 msgstr ""
1775
1776 #: connect.c:705
1777 #, c-format
1778 msgid "unable to look up %s (%s)"
1779 msgstr ""
1780
1781 #: connect.c:711
1782 #, c-format
1783 msgid "unknown port %s"
1784 msgstr ""
1785
1786 #: connect.c:848 connect.c:1174
1787 #, c-format
1788 msgid "strange hostname '%s' blocked"
1789 msgstr ""
1790
1791 #: connect.c:850
1792 #, c-format
1793 msgid "strange port '%s' blocked"
1794 msgstr ""
1795
1796 #: connect.c:860
1797 #, c-format
1798 msgid "cannot start proxy %s"
1799 msgstr ""
1800
1801 #: connect.c:927
1802 msgid "no path specified; see 'git help pull' for valid url syntax"
1803 msgstr ""
1804
1805 #: connect.c:1122
1806 msgid "ssh variant 'simple' does not support -4"
1807 msgstr ""
1808
1809 #: connect.c:1134
1810 msgid "ssh variant 'simple' does not support -6"
1811 msgstr ""
1812
1813 #: connect.c:1151
1814 msgid "ssh variant 'simple' does not support setting port"
1815 msgstr ""
1816
1817 #: connect.c:1262
1818 #, c-format
1819 msgid "strange pathname '%s' blocked"
1820 msgstr ""
1821
1822 #: connect.c:1307
1823 msgid "unable to fork"
1824 msgstr ""
1825
1826 #: connected.c:68 builtin/fsck.c:202 builtin/prune.c:147
1827 msgid "Checking connectivity"
1828 msgstr ""
1829
1830 #: connected.c:80
1831 msgid "Could not run 'git rev-list'"
1832 msgstr ""
1833
1834 #: connected.c:100
1835 msgid "failed write to rev-list"
1836 msgstr ""
1837
1838 #: connected.c:107
1839 msgid "failed to close rev-list's stdin"
1840 msgstr ""
1841
1842 #: convert.c:194
1843 #, c-format
1844 msgid "illegal crlf_action %d"
1845 msgstr ""
1846
1847 #: convert.c:207
1848 #, c-format
1849 msgid "CRLF would be replaced by LF in %s"
1850 msgstr ""
1851
1852 #: convert.c:209
1853 #, c-format
1854 msgid ""
1855 "CRLF will be replaced by LF in %s.\n"
1856 "The file will have its original line endings in your working directory"
1857 msgstr ""
1858
1859 #: convert.c:217
1860 #, c-format
1861 msgid "LF would be replaced by CRLF in %s"
1862 msgstr ""
1863
1864 #: convert.c:219
1865 #, c-format
1866 msgid ""
1867 "LF will be replaced by CRLF in %s.\n"
1868 "The file will have its original line endings in your working directory"
1869 msgstr ""
1870
1871 #: convert.c:280
1872 #, c-format
1873 msgid "BOM is prohibited in '%s' if encoded as %s"
1874 msgstr ""
1875
1876 #: convert.c:287
1877 #, c-format
1878 msgid ""
1879 "The file '%s' contains a byte order mark (BOM). Please use UTF-%s as working-"
1880 "tree-encoding."
1881 msgstr ""
1882
1883 #: convert.c:305
1884 #, c-format
1885 msgid "BOM is required in '%s' if encoded as %s"
1886 msgstr ""
1887
1888 #: convert.c:307
1889 #, c-format
1890 msgid ""
1891 "The file '%s' is missing a byte order mark (BOM). Please use UTF-%sBE or UTF-"
1892 "%sLE (depending on the byte order) as working-tree-encoding."
1893 msgstr ""
1894
1895 #: convert.c:425 convert.c:496
1896 #, c-format
1897 msgid "failed to encode '%s' from %s to %s"
1898 msgstr ""
1899
1900 #: convert.c:468
1901 #, c-format
1902 msgid "encoding '%s' from %s to %s and back is not the same"
1903 msgstr ""
1904
1905 #: convert.c:674
1906 #, c-format
1907 msgid "cannot fork to run external filter '%s'"
1908 msgstr ""
1909
1910 #: convert.c:694
1911 #, c-format
1912 msgid "cannot feed the input to external filter '%s'"
1913 msgstr ""
1914
1915 #: convert.c:701
1916 #, c-format
1917 msgid "external filter '%s' failed %d"
1918 msgstr ""
1919
1920 #: convert.c:736 convert.c:739
1921 #, c-format
1922 msgid "read from external filter '%s' failed"
1923 msgstr ""
1924
1925 #: convert.c:742 convert.c:796
1926 #, c-format
1927 msgid "external filter '%s' failed"
1928 msgstr ""
1929
1930 #: convert.c:844
1931 msgid "unexpected filter type"
1932 msgstr ""
1933
1934 #: convert.c:855
1935 msgid "path name too long for external filter"
1936 msgstr ""
1937
1938 #: convert.c:929
1939 #, c-format
1940 msgid ""
1941 "external filter '%s' is not available anymore although not all paths have "
1942 "been filtered"
1943 msgstr ""
1944
1945 #: convert.c:1228
1946 msgid "true/false are no valid working-tree-encodings"
1947 msgstr ""
1948
1949 #: convert.c:1398 convert.c:1432
1950 #, c-format
1951 msgid "%s: clean filter '%s' failed"
1952 msgstr ""
1953
1954 #: convert.c:1476
1955 #, c-format
1956 msgid "%s: smudge filter %s failed"
1957 msgstr ""
1958
1959 #: date.c:116
1960 msgid "in the future"
1961 msgstr ""
1962
1963 #: date.c:122
1964 #, c-format
1965 msgid "%<PRIuMAX> second ago"
1966 msgid_plural "%<PRIuMAX> seconds ago"
1967 msgstr[0] ""
1968 msgstr[1] ""
1969
1970 #: date.c:129
1971 #, c-format
1972 msgid "%<PRIuMAX> minute ago"
1973 msgid_plural "%<PRIuMAX> minutes ago"
1974 msgstr[0] ""
1975 msgstr[1] ""
1976
1977 #: date.c:136
1978 #, c-format
1979 msgid "%<PRIuMAX> hour ago"
1980 msgid_plural "%<PRIuMAX> hours ago"
1981 msgstr[0] ""
1982 msgstr[1] ""
1983
1984 #: date.c:143
1985 #, c-format
1986 msgid "%<PRIuMAX> day ago"
1987 msgid_plural "%<PRIuMAX> days ago"
1988 msgstr[0] ""
1989 msgstr[1] ""
1990
1991 #: date.c:149
1992 #, c-format
1993 msgid "%<PRIuMAX> week ago"
1994 msgid_plural "%<PRIuMAX> weeks ago"
1995 msgstr[0] ""
1996 msgstr[1] ""
1997
1998 #: date.c:156
1999 #, c-format
2000 msgid "%<PRIuMAX> month ago"
2001 msgid_plural "%<PRIuMAX> months ago"
2002 msgstr[0] ""
2003 msgstr[1] ""
2004
2005 #: date.c:167
2006 #, c-format
2007 msgid "%<PRIuMAX> year"
2008 msgid_plural "%<PRIuMAX> years"
2009 msgstr[0] ""
2010 msgstr[1] ""
2011
2012 #. TRANSLATORS: "%s" is "<n> years"
2013 #: date.c:170
2014 #, c-format
2015 msgid "%s, %<PRIuMAX> month ago"
2016 msgid_plural "%s, %<PRIuMAX> months ago"
2017 msgstr[0] ""
2018 msgstr[1] ""
2019
2020 #: date.c:175 date.c:180
2021 #, c-format
2022 msgid "%<PRIuMAX> year ago"
2023 msgid_plural "%<PRIuMAX> years ago"
2024 msgstr[0] ""
2025 msgstr[1] ""
2026
2027 #: delta-islands.c:268
2028 msgid "Propagating island marks"
2029 msgstr ""
2030
2031 #: delta-islands.c:286
2032 #, c-format
2033 msgid "bad tree object %s"
2034 msgstr ""
2035
2036 #: delta-islands.c:330
2037 #, c-format
2038 msgid "failed to load island regex for '%s': %s"
2039 msgstr ""
2040
2041 #: delta-islands.c:386
2042 #, c-format
2043 msgid "island regex from config has too many capture groups (max=%d)"
2044 msgstr ""
2045
2046 #: delta-islands.c:462
2047 #, c-format
2048 msgid "Marked %d islands, done.\n"
2049 msgstr ""
2050
2051 #: diffcore-order.c:24
2052 #, c-format
2053 msgid "failed to read orderfile '%s'"
2054 msgstr ""
2055
2056 #: diffcore-rename.c:544
2057 msgid "Performing inexact rename detection"
2058 msgstr ""
2059
2060 #: diff.c:108
2061 #, c-format
2062 msgid "option '%s' requires a value"
2063 msgstr ""
2064
2065 #: diff.c:158
2066 #, c-format
2067 msgid "  Failed to parse dirstat cut-off percentage '%s'\n"
2068 msgstr ""
2069
2070 #: diff.c:163
2071 #, c-format
2072 msgid "  Unknown dirstat parameter '%s'\n"
2073 msgstr ""
2074
2075 #: diff.c:291
2076 msgid ""
2077 "color moved setting must be one of 'no', 'default', 'blocks', 'zebra', "
2078 "'dimmed-zebra', 'plain'"
2079 msgstr ""
2080
2081 #: diff.c:316
2082 #, c-format
2083 msgid "ignoring unknown color-moved-ws mode '%s'"
2084 msgstr ""
2085
2086 #: diff.c:323
2087 msgid ""
2088 "color-moved-ws: allow-indentation-change cannot be combined with other white "
2089 "space modes"
2090 msgstr ""
2091
2092 #: diff.c:394
2093 #, c-format
2094 msgid "Unknown value for 'diff.submodule' config variable: '%s'"
2095 msgstr ""
2096
2097 #: diff.c:454
2098 #, c-format
2099 msgid ""
2100 "Found errors in 'diff.dirstat' config variable:\n"
2101 "%s"
2102 msgstr ""
2103
2104 #: diff.c:4140
2105 #, c-format
2106 msgid "external diff died, stopping at %s"
2107 msgstr ""
2108
2109 #: diff.c:4482
2110 msgid "--name-only, --name-status, --check and -s are mutually exclusive"
2111 msgstr ""
2112
2113 #: diff.c:4485
2114 msgid "-G, -S and --find-object are mutually exclusive"
2115 msgstr ""
2116
2117 #: diff.c:4563
2118 msgid "--follow requires exactly one pathspec"
2119 msgstr ""
2120
2121 #: diff.c:4729
2122 #, c-format
2123 msgid ""
2124 "Failed to parse --dirstat/-X option parameter:\n"
2125 "%s"
2126 msgstr ""
2127
2128 #: diff.c:4743
2129 #, c-format
2130 msgid "Failed to parse --submodule option parameter: '%s'"
2131 msgstr ""
2132
2133 #: diff.c:5823
2134 msgid "inexact rename detection was skipped due to too many files."
2135 msgstr ""
2136
2137 #: diff.c:5826
2138 msgid "only found copies from modified paths due to too many files."
2139 msgstr ""
2140
2141 #: diff.c:5829
2142 #, c-format
2143 msgid ""
2144 "you may want to set your %s variable to at least %d and retry the command."
2145 msgstr ""
2146
2147 #: dir.c:576
2148 #, c-format
2149 msgid "pathspec '%s' did not match any file(s) known to git"
2150 msgstr ""
2151
2152 #: dir.c:965
2153 #, c-format
2154 msgid "cannot use %s as an exclude file"
2155 msgstr ""
2156
2157 #: dir.c:1880
2158 #, c-format
2159 msgid "could not open directory '%s'"
2160 msgstr ""
2161
2162 #: dir.c:2122
2163 msgid "failed to get kernel name and information"
2164 msgstr ""
2165
2166 #: dir.c:2246
2167 msgid "untracked cache is disabled on this system or location"
2168 msgstr ""
2169
2170 #: dir.c:3047
2171 #, c-format
2172 msgid "index file corrupt in repo %s"
2173 msgstr ""
2174
2175 #: dir.c:3092 dir.c:3097
2176 #, c-format
2177 msgid "could not create directories for %s"
2178 msgstr ""
2179
2180 #: dir.c:3126
2181 #, c-format
2182 msgid "could not migrate git directory from '%s' to '%s'"
2183 msgstr ""
2184
2185 #: editor.c:73
2186 #, c-format
2187 msgid "hint: Waiting for your editor to close the file...%c"
2188 msgstr ""
2189
2190 #: entry.c:178
2191 msgid "Filtering content"
2192 msgstr ""
2193
2194 #: entry.c:465
2195 #, c-format
2196 msgid "could not stat file '%s'"
2197 msgstr ""
2198
2199 #: environment.c:150
2200 #, c-format
2201 msgid "bad git namespace path \"%s\""
2202 msgstr ""
2203
2204 #: environment.c:332
2205 #, c-format
2206 msgid "could not set GIT_DIR to '%s'"
2207 msgstr ""
2208
2209 #: exec-cmd.c:361
2210 #, c-format
2211 msgid "too many args to run %s"
2212 msgstr ""
2213
2214 #: fetch-object.c:17
2215 msgid "Remote with no URL"
2216 msgstr ""
2217
2218 #: fetch-pack.c:151
2219 msgid "git fetch-pack: expected shallow list"
2220 msgstr ""
2221
2222 #: fetch-pack.c:163
2223 msgid "git fetch-pack: expected ACK/NAK, got a flush packet"
2224 msgstr ""
2225
2226 #: fetch-pack.c:183
2227 #, c-format
2228 msgid "git fetch-pack: expected ACK/NAK, got '%s'"
2229 msgstr ""
2230
2231 #: fetch-pack.c:253
2232 msgid "--stateless-rpc requires multi_ack_detailed"
2233 msgstr ""
2234
2235 #: fetch-pack.c:347 fetch-pack.c:1277
2236 #, c-format
2237 msgid "invalid shallow line: %s"
2238 msgstr ""
2239
2240 #: fetch-pack.c:353 fetch-pack.c:1283
2241 #, c-format
2242 msgid "invalid unshallow line: %s"
2243 msgstr ""
2244
2245 #: fetch-pack.c:355 fetch-pack.c:1285
2246 #, c-format
2247 msgid "object not found: %s"
2248 msgstr ""
2249
2250 #: fetch-pack.c:358 fetch-pack.c:1288
2251 #, c-format
2252 msgid "error in object: %s"
2253 msgstr ""
2254
2255 #: fetch-pack.c:360 fetch-pack.c:1290
2256 #, c-format
2257 msgid "no shallow found: %s"
2258 msgstr ""
2259
2260 #: fetch-pack.c:363 fetch-pack.c:1293
2261 #, c-format
2262 msgid "expected shallow/unshallow, got %s"
2263 msgstr ""
2264
2265 #: fetch-pack.c:404
2266 #, c-format
2267 msgid "got %s %d %s"
2268 msgstr ""
2269
2270 #: fetch-pack.c:421
2271 #, c-format
2272 msgid "invalid commit %s"
2273 msgstr ""
2274
2275 #: fetch-pack.c:452
2276 msgid "giving up"
2277 msgstr ""
2278
2279 #: fetch-pack.c:464 progress.c:229
2280 msgid "done"
2281 msgstr ""
2282
2283 #: fetch-pack.c:476
2284 #, c-format
2285 msgid "got %s (%d) %s"
2286 msgstr ""
2287
2288 #: fetch-pack.c:522
2289 #, c-format
2290 msgid "Marking %s as complete"
2291 msgstr ""
2292
2293 #: fetch-pack.c:764
2294 #, c-format
2295 msgid "already have %s (%s)"
2296 msgstr ""
2297
2298 #: fetch-pack.c:803
2299 msgid "fetch-pack: unable to fork off sideband demultiplexer"
2300 msgstr ""
2301
2302 #: fetch-pack.c:811
2303 msgid "protocol error: bad pack header"
2304 msgstr ""
2305
2306 #: fetch-pack.c:879
2307 #, c-format
2308 msgid "fetch-pack: unable to fork off %s"
2309 msgstr ""
2310
2311 #: fetch-pack.c:895
2312 #, c-format
2313 msgid "%s failed"
2314 msgstr ""
2315
2316 #: fetch-pack.c:897
2317 msgid "error in sideband demultiplexer"
2318 msgstr ""
2319
2320 #: fetch-pack.c:926
2321 msgid "Server does not support shallow clients"
2322 msgstr ""
2323
2324 #: fetch-pack.c:930
2325 msgid "Server supports multi_ack_detailed"
2326 msgstr ""
2327
2328 #: fetch-pack.c:933
2329 msgid "Server supports no-done"
2330 msgstr ""
2331
2332 #: fetch-pack.c:939
2333 msgid "Server supports multi_ack"
2334 msgstr ""
2335
2336 #: fetch-pack.c:943
2337 msgid "Server supports side-band-64k"
2338 msgstr ""
2339
2340 #: fetch-pack.c:947
2341 msgid "Server supports side-band"
2342 msgstr ""
2343
2344 #: fetch-pack.c:951
2345 msgid "Server supports allow-tip-sha1-in-want"
2346 msgstr ""
2347
2348 #: fetch-pack.c:955
2349 msgid "Server supports allow-reachable-sha1-in-want"
2350 msgstr ""
2351
2352 #: fetch-pack.c:965
2353 msgid "Server supports ofs-delta"
2354 msgstr ""
2355
2356 #: fetch-pack.c:971 fetch-pack.c:1158
2357 msgid "Server supports filter"
2358 msgstr ""
2359
2360 #: fetch-pack.c:979
2361 #, c-format
2362 msgid "Server version is %.*s"
2363 msgstr ""
2364
2365 #: fetch-pack.c:985
2366 msgid "Server does not support --shallow-since"
2367 msgstr ""
2368
2369 #: fetch-pack.c:989
2370 msgid "Server does not support --shallow-exclude"
2371 msgstr ""
2372
2373 #: fetch-pack.c:991
2374 msgid "Server does not support --deepen"
2375 msgstr ""
2376
2377 #: fetch-pack.c:1008
2378 msgid "no common commits"
2379 msgstr ""
2380
2381 #: fetch-pack.c:1020 fetch-pack.c:1418
2382 msgid "git fetch-pack: fetch failed."
2383 msgstr ""
2384
2385 #: fetch-pack.c:1153
2386 msgid "Server does not support shallow requests"
2387 msgstr ""
2388
2389 #: fetch-pack.c:1199
2390 #, c-format
2391 msgid "error reading section header '%s'"
2392 msgstr ""
2393
2394 #: fetch-pack.c:1205
2395 #, c-format
2396 msgid "expected '%s', received '%s'"
2397 msgstr ""
2398
2399 #: fetch-pack.c:1244
2400 #, c-format
2401 msgid "unexpected acknowledgment line: '%s'"
2402 msgstr ""
2403
2404 #: fetch-pack.c:1249
2405 #, c-format
2406 msgid "error processing acks: %d"
2407 msgstr ""
2408
2409 #: fetch-pack.c:1259
2410 msgid "expected packfile to be sent after 'ready'"
2411 msgstr ""
2412
2413 #: fetch-pack.c:1261
2414 msgid "expected no other sections to be sent after no 'ready'"
2415 msgstr ""
2416
2417 #: fetch-pack.c:1298
2418 #, c-format
2419 msgid "error processing shallow info: %d"
2420 msgstr ""
2421
2422 #: fetch-pack.c:1314
2423 #, c-format
2424 msgid "expected wanted-ref, got '%s'"
2425 msgstr ""
2426
2427 #: fetch-pack.c:1324
2428 #, c-format
2429 msgid "unexpected wanted-ref: '%s'"
2430 msgstr ""
2431
2432 #: fetch-pack.c:1328
2433 #, c-format
2434 msgid "error processing wanted refs: %d"
2435 msgstr ""
2436
2437 #: fetch-pack.c:1642
2438 msgid "no matching remote head"
2439 msgstr ""
2440
2441 #: fetch-pack.c:1660 builtin/clone.c:664
2442 msgid "remote did not send all necessary objects"
2443 msgstr ""
2444
2445 #: fetch-pack.c:1686
2446 #, c-format
2447 msgid "no such remote ref %s"
2448 msgstr ""
2449
2450 #: fetch-pack.c:1689
2451 #, c-format
2452 msgid "Server does not allow request for unadvertised object %s"
2453 msgstr ""
2454
2455 #: gpg-interface.c:318
2456 msgid "gpg failed to sign the data"
2457 msgstr ""
2458
2459 #: gpg-interface.c:344
2460 msgid "could not create temporary file"
2461 msgstr ""
2462
2463 #: gpg-interface.c:347
2464 #, c-format
2465 msgid "failed writing detached signature to '%s'"
2466 msgstr ""
2467
2468 #: graph.c:97
2469 #, c-format
2470 msgid "ignore invalid color '%.*s' in log.graphColors"
2471 msgstr ""
2472
2473 #: grep.c:2113
2474 #, c-format
2475 msgid "'%s': unable to read %s"
2476 msgstr ""
2477
2478 #: grep.c:2130 setup.c:164 builtin/clone.c:410 builtin/diff.c:81
2479 #: builtin/rm.c:134
2480 #, c-format
2481 msgid "failed to stat '%s'"
2482 msgstr ""
2483
2484 #: grep.c:2141
2485 #, c-format
2486 msgid "'%s': short read"
2487 msgstr ""
2488
2489 #: help.c:23
2490 msgid "start a working area (see also: git help tutorial)"
2491 msgstr ""
2492
2493 #: help.c:24
2494 msgid "work on the current change (see also: git help everyday)"
2495 msgstr ""
2496
2497 #: help.c:25
2498 msgid "examine the history and state (see also: git help revisions)"
2499 msgstr ""
2500
2501 #: help.c:26
2502 msgid "grow, mark and tweak your common history"
2503 msgstr ""
2504
2505 #: help.c:27
2506 msgid "collaborate (see also: git help workflows)"
2507 msgstr ""
2508
2509 #: help.c:31
2510 msgid "Main Porcelain Commands"
2511 msgstr ""
2512
2513 #: help.c:32
2514 msgid "Ancillary Commands / Manipulators"
2515 msgstr ""
2516
2517 #: help.c:33
2518 msgid "Ancillary Commands / Interrogators"
2519 msgstr ""
2520
2521 #: help.c:34
2522 msgid "Interacting with Others"
2523 msgstr ""
2524
2525 #: help.c:35
2526 msgid "Low-level Commands / Manipulators"
2527 msgstr ""
2528
2529 #: help.c:36
2530 msgid "Low-level Commands / Interrogators"
2531 msgstr ""
2532
2533 #: help.c:37
2534 msgid "Low-level Commands / Synching Repositories"
2535 msgstr ""
2536
2537 #: help.c:38
2538 msgid "Low-level Commands / Internal Helpers"
2539 msgstr ""
2540
2541 #: help.c:296
2542 #, c-format
2543 msgid "available git commands in '%s'"
2544 msgstr ""
2545
2546 #: help.c:303
2547 msgid "git commands available from elsewhere on your $PATH"
2548 msgstr ""
2549
2550 #: help.c:312
2551 msgid "These are common Git commands used in various situations:"
2552 msgstr ""
2553
2554 #: help.c:361 git.c:90
2555 #, c-format
2556 msgid "unsupported command listing type '%s'"
2557 msgstr ""
2558
2559 #: help.c:408
2560 msgid "The common Git guides are:"
2561 msgstr ""
2562
2563 #: help.c:517
2564 msgid "See 'git help <command>' to read about a specific subcommand"
2565 msgstr ""
2566
2567 #: help.c:522
2568 msgid "External commands"
2569 msgstr ""
2570
2571 #: help.c:530
2572 msgid "Command aliases"
2573 msgstr ""
2574
2575 #: help.c:594
2576 #, c-format
2577 msgid ""
2578 "'%s' appears to be a git command, but we were not\n"
2579 "able to execute it. Maybe git-%s is broken?"
2580 msgstr ""
2581
2582 #: help.c:653
2583 msgid "Uh oh. Your system reports no Git commands at all."
2584 msgstr ""
2585
2586 #: help.c:675
2587 #, c-format
2588 msgid "WARNING: You called a Git command named '%s', which does not exist."
2589 msgstr ""
2590
2591 #: help.c:680
2592 #, c-format
2593 msgid "Continuing under the assumption that you meant '%s'."
2594 msgstr ""
2595
2596 #: help.c:685
2597 #, c-format
2598 msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
2599 msgstr ""
2600
2601 #: help.c:693
2602 #, c-format
2603 msgid "git: '%s' is not a git command. See 'git --help'."
2604 msgstr ""
2605
2606 #: help.c:697
2607 msgid ""
2608 "\n"
2609 "The most similar command is"
2610 msgid_plural ""
2611 "\n"
2612 "The most similar commands are"
2613 msgstr[0] ""
2614 msgstr[1] ""
2615
2616 #: help.c:712
2617 msgid "git version [<options>]"
2618 msgstr ""
2619
2620 #: help.c:780
2621 #, c-format
2622 msgid "%s: %s - %s"
2623 msgstr ""
2624
2625 #: help.c:784
2626 msgid ""
2627 "\n"
2628 "Did you mean this?"
2629 msgid_plural ""
2630 "\n"
2631 "Did you mean one of these?"
2632 msgstr[0] ""
2633 msgstr[1] ""
2634
2635 #: ident.c:345
2636 msgid ""
2637 "\n"
2638 "*** Please tell me who you are.\n"
2639 "\n"
2640 "Run\n"
2641 "\n"
2642 "  git config --global user.email \"you@example.com\"\n"
2643 "  git config --global user.name \"Your Name\"\n"
2644 "\n"
2645 "to set your account's default identity.\n"
2646 "Omit --global to set the identity only in this repository.\n"
2647 "\n"
2648 msgstr ""
2649
2650 #: ident.c:369
2651 msgid "no email was given and auto-detection is disabled"
2652 msgstr ""
2653
2654 #: ident.c:374
2655 #, c-format
2656 msgid "unable to auto-detect email address (got '%s')"
2657 msgstr ""
2658
2659 #: ident.c:384
2660 msgid "no name was given and auto-detection is disabled"
2661 msgstr ""
2662
2663 #: ident.c:390
2664 #, c-format
2665 msgid "unable to auto-detect name (got '%s')"
2666 msgstr ""
2667
2668 #: ident.c:398
2669 #, c-format
2670 msgid "empty ident name (for <%s>) not allowed"
2671 msgstr ""
2672
2673 #: ident.c:404
2674 #, c-format
2675 msgid "name consists only of disallowed characters: %s"
2676 msgstr ""
2677
2678 #: ident.c:419 builtin/commit.c:606
2679 #, c-format
2680 msgid "invalid date format: %s"
2681 msgstr ""
2682
2683 #: list-objects-filter-options.c:35
2684 msgid "multiple filter-specs cannot be combined"
2685 msgstr ""
2686
2687 #: list-objects-filter-options.c:58
2688 msgid "only 'tree:0' is supported"
2689 msgstr ""
2690
2691 #: list-objects-filter-options.c:137
2692 msgid "cannot change partial clone promisor remote"
2693 msgstr ""
2694
2695 #: lockfile.c:151
2696 #, c-format
2697 msgid ""
2698 "Unable to create '%s.lock': %s.\n"
2699 "\n"
2700 "Another git process seems to be running in this repository, e.g.\n"
2701 "an editor opened by 'git commit'. Please make sure all processes\n"
2702 "are terminated then try again. If it still fails, a git process\n"
2703 "may have crashed in this repository earlier:\n"
2704 "remove the file manually to continue."
2705 msgstr ""
2706
2707 #: lockfile.c:159
2708 #, c-format
2709 msgid "Unable to create '%s.lock': %s"
2710 msgstr ""
2711
2712 #: merge.c:41
2713 msgid "failed to read the cache"
2714 msgstr ""
2715
2716 #: merge.c:107 rerere.c:720 builtin/am.c:1899 builtin/am.c:1933
2717 #: builtin/checkout.c:387 builtin/checkout.c:708 builtin/clone.c:764
2718 msgid "unable to write new index file"
2719 msgstr ""
2720
2721 #: merge-recursive.c:323
2722 msgid "(bad commit)\n"
2723 msgstr ""
2724
2725 #: merge-recursive.c:345
2726 #, c-format
2727 msgid "add_cacheinfo failed for path '%s'; merge aborting."
2728 msgstr ""
2729
2730 #: merge-recursive.c:353
2731 #, c-format
2732 msgid "add_cacheinfo failed to refresh for path '%s'; merge aborting."
2733 msgstr ""
2734
2735 #: merge-recursive.c:435
2736 msgid "error building trees"
2737 msgstr ""
2738
2739 #: merge-recursive.c:906
2740 #, c-format
2741 msgid "failed to create path '%s'%s"
2742 msgstr ""
2743
2744 #: merge-recursive.c:917
2745 #, c-format
2746 msgid "Removing %s to make room for subdirectory\n"
2747 msgstr ""
2748
2749 #: merge-recursive.c:931 merge-recursive.c:950
2750 msgid ": perhaps a D/F conflict?"
2751 msgstr ""
2752
2753 #: merge-recursive.c:940
2754 #, c-format
2755 msgid "refusing to lose untracked file at '%s'"
2756 msgstr ""
2757
2758 #: merge-recursive.c:982 builtin/cat-file.c:39
2759 #, c-format
2760 msgid "cannot read object %s '%s'"
2761 msgstr ""
2762
2763 #: merge-recursive.c:984
2764 #, c-format
2765 msgid "blob expected for %s '%s'"
2766 msgstr ""
2767
2768 #: merge-recursive.c:1008
2769 #, c-format
2770 msgid "failed to open '%s': %s"
2771 msgstr ""
2772
2773 #: merge-recursive.c:1019
2774 #, c-format
2775 msgid "failed to symlink '%s': %s"
2776 msgstr ""
2777
2778 #: merge-recursive.c:1024
2779 #, c-format
2780 msgid "do not know what to do with %06o %s '%s'"
2781 msgstr ""
2782
2783 #: merge-recursive.c:1212
2784 #, c-format
2785 msgid "Failed to merge submodule %s (not checked out)"
2786 msgstr ""
2787
2788 #: merge-recursive.c:1219
2789 #, c-format
2790 msgid "Failed to merge submodule %s (commits not present)"
2791 msgstr ""
2792
2793 #: merge-recursive.c:1226
2794 #, c-format
2795 msgid "Failed to merge submodule %s (commits don't follow merge-base)"
2796 msgstr ""
2797
2798 #: merge-recursive.c:1234 merge-recursive.c:1246
2799 #, c-format
2800 msgid "Fast-forwarding submodule %s to the following commit:"
2801 msgstr ""
2802
2803 #: merge-recursive.c:1237 merge-recursive.c:1249
2804 #, c-format
2805 msgid "Fast-forwarding submodule %s"
2806 msgstr ""
2807
2808 #: merge-recursive.c:1271
2809 #, c-format
2810 msgid "Failed to merge submodule %s (merge following commits not found)"
2811 msgstr ""
2812
2813 #: merge-recursive.c:1275
2814 #, c-format
2815 msgid "Failed to merge submodule %s (not fast-forward)"
2816 msgstr ""
2817
2818 #: merge-recursive.c:1276
2819 msgid "Found a possible merge resolution for the submodule:\n"
2820 msgstr ""
2821
2822 #: merge-recursive.c:1279
2823 #, c-format
2824 msgid ""
2825 "If this is correct simply add it to the index for example\n"
2826 "by using:\n"
2827 "\n"
2828 "  git update-index --cacheinfo 160000 %s \"%s\"\n"
2829 "\n"
2830 "which will accept this suggestion.\n"
2831 msgstr ""
2832
2833 #: merge-recursive.c:1288
2834 #, c-format
2835 msgid "Failed to merge submodule %s (multiple merges found)"
2836 msgstr ""
2837
2838 #: merge-recursive.c:1358
2839 msgid "Failed to execute internal merge"
2840 msgstr ""
2841
2842 #: merge-recursive.c:1363
2843 #, c-format
2844 msgid "Unable to add %s to database"
2845 msgstr ""
2846
2847 #: merge-recursive.c:1395
2848 #, c-format
2849 msgid "Auto-merging %s"
2850 msgstr ""
2851
2852 #: merge-recursive.c:1416
2853 #, c-format
2854 msgid "Error: Refusing to lose untracked file at %s; writing to %s instead."
2855 msgstr ""
2856
2857 #: merge-recursive.c:1483
2858 #, c-format
2859 msgid ""
2860 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2861 "in tree."
2862 msgstr ""
2863
2864 #: merge-recursive.c:1488
2865 #, c-format
2866 msgid ""
2867 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2868 "left in tree."
2869 msgstr ""
2870
2871 #: merge-recursive.c:1495
2872 #, c-format
2873 msgid ""
2874 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2875 "in tree at %s."
2876 msgstr ""
2877
2878 #: merge-recursive.c:1500
2879 #, c-format
2880 msgid ""
2881 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2882 "left in tree at %s."
2883 msgstr ""
2884
2885 #: merge-recursive.c:1534
2886 msgid "rename"
2887 msgstr ""
2888
2889 #: merge-recursive.c:1534
2890 msgid "renamed"
2891 msgstr ""
2892
2893 #: merge-recursive.c:1588 merge-recursive.c:1737 merge-recursive.c:2369
2894 #: merge-recursive.c:3124
2895 #, c-format
2896 msgid "Refusing to lose dirty file at %s"
2897 msgstr ""
2898
2899 #: merge-recursive.c:1602
2900 #, c-format
2901 msgid "%s is a directory in %s adding as %s instead"
2902 msgstr ""
2903
2904 #: merge-recursive.c:1607
2905 #, c-format
2906 msgid "Refusing to lose untracked file at %s; adding as %s instead"
2907 msgstr ""
2908
2909 #: merge-recursive.c:1633
2910 #, c-format
2911 msgid ""
2912 "CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
2913 "\"->\"%s\" in \"%s\"%s"
2914 msgstr ""
2915
2916 #: merge-recursive.c:1638
2917 msgid " (left unresolved)"
2918 msgstr ""
2919
2920 #: merge-recursive.c:1699
2921 #, c-format
2922 msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
2923 msgstr ""
2924
2925 #: merge-recursive.c:1734
2926 #, c-format
2927 msgid "Renaming %s to %s and %s to %s instead"
2928 msgstr ""
2929
2930 #: merge-recursive.c:1746
2931 #, c-format
2932 msgid "Refusing to lose untracked file at %s, even though it's in the way."
2933 msgstr ""
2934
2935 #: merge-recursive.c:1952
2936 #, c-format
2937 msgid ""
2938 "CONFLICT (directory rename split): Unclear where to place %s because "
2939 "directory %s was renamed to multiple other directories, with no destination "
2940 "getting a majority of the files."
2941 msgstr ""
2942
2943 #: merge-recursive.c:1984
2944 #, c-format
2945 msgid ""
2946 "CONFLICT (implicit dir rename): Existing file/dir at %s in the way of "
2947 "implicit directory rename(s) putting the following path(s) there: %s."
2948 msgstr ""
2949
2950 #: merge-recursive.c:1994
2951 #, c-format
2952 msgid ""
2953 "CONFLICT (implicit dir rename): Cannot map more than one path to %s; "
2954 "implicit directory renames tried to put these paths there: %s"
2955 msgstr ""
2956
2957 #: merge-recursive.c:2086
2958 #, c-format
2959 msgid ""
2960 "CONFLICT (rename/rename): Rename directory %s->%s in %s. Rename directory %s-"
2961 ">%s in %s"
2962 msgstr ""
2963
2964 #: merge-recursive.c:2331
2965 #, c-format
2966 msgid ""
2967 "WARNING: Avoiding applying %s -> %s rename to %s, because %s itself was "
2968 "renamed."
2969 msgstr ""
2970
2971 #: merge-recursive.c:2737
2972 #, c-format
2973 msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
2974 msgstr ""
2975
2976 #: merge-recursive.c:2763
2977 #, c-format
2978 msgid "Adding merged %s"
2979 msgstr ""
2980
2981 #: merge-recursive.c:2770 merge-recursive.c:3127
2982 #, c-format
2983 msgid "Adding as %s instead"
2984 msgstr ""
2985
2986 #: merge-recursive.c:2934
2987 #, c-format
2988 msgid "cannot read object %s"
2989 msgstr ""
2990
2991 #: merge-recursive.c:2937
2992 #, c-format
2993 msgid "object %s is not a blob"
2994 msgstr ""
2995
2996 #: merge-recursive.c:3006
2997 msgid "modify"
2998 msgstr ""
2999
3000 #: merge-recursive.c:3006
3001 msgid "modified"
3002 msgstr ""
3003
3004 #: merge-recursive.c:3017
3005 msgid "content"
3006 msgstr ""
3007
3008 #: merge-recursive.c:3024
3009 msgid "add/add"
3010 msgstr ""
3011
3012 #: merge-recursive.c:3071
3013 #, c-format
3014 msgid "Skipped %s (merged same as existing)"
3015 msgstr ""
3016
3017 #: merge-recursive.c:3093 git-submodule.sh:858
3018 msgid "submodule"
3019 msgstr ""
3020
3021 #: merge-recursive.c:3094
3022 #, c-format
3023 msgid "CONFLICT (%s): Merge conflict in %s"
3024 msgstr ""
3025
3026 #: merge-recursive.c:3216
3027 #, c-format
3028 msgid "Removing %s"
3029 msgstr ""
3030
3031 #: merge-recursive.c:3242
3032 msgid "file/directory"
3033 msgstr ""
3034
3035 #: merge-recursive.c:3248
3036 msgid "directory/file"
3037 msgstr ""
3038
3039 #: merge-recursive.c:3255
3040 #, c-format
3041 msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
3042 msgstr ""
3043
3044 #: merge-recursive.c:3264
3045 #, c-format
3046 msgid "Adding %s"
3047 msgstr ""
3048
3049 #: merge-recursive.c:3300
3050 #, c-format
3051 msgid ""
3052 "Your local changes to the following files would be overwritten by merge:\n"
3053 "  %s"
3054 msgstr ""
3055
3056 #: merge-recursive.c:3311
3057 msgid "Already up to date!"
3058 msgstr ""
3059
3060 #: merge-recursive.c:3320
3061 #, c-format
3062 msgid "merging of trees %s and %s failed"
3063 msgstr ""
3064
3065 #: merge-recursive.c:3419
3066 msgid "Merging:"
3067 msgstr ""
3068
3069 #: merge-recursive.c:3432
3070 #, c-format
3071 msgid "found %u common ancestor:"
3072 msgid_plural "found %u common ancestors:"
3073 msgstr[0] ""
3074 msgstr[1] ""
3075
3076 #: merge-recursive.c:3471
3077 msgid "merge returned no commit"
3078 msgstr ""
3079
3080 #: merge-recursive.c:3537
3081 #, c-format
3082 msgid "Could not parse object '%s'"
3083 msgstr ""
3084
3085 #: merge-recursive.c:3553 builtin/merge.c:691 builtin/merge.c:849
3086 msgid "Unable to write index."
3087 msgstr ""
3088
3089 #: midx.c:65
3090 #, c-format
3091 msgid "multi-pack-index file %s is too small"
3092 msgstr ""
3093
3094 #: midx.c:81
3095 #, c-format
3096 msgid "multi-pack-index signature 0x%08x does not match signature 0x%08x"
3097 msgstr ""
3098
3099 #: midx.c:86
3100 #, c-format
3101 msgid "multi-pack-index version %d not recognized"
3102 msgstr ""
3103
3104 #: midx.c:91
3105 #, c-format
3106 msgid "hash version %u does not match"
3107 msgstr ""
3108
3109 #: midx.c:105
3110 msgid "invalid chunk offset (too large)"
3111 msgstr ""
3112
3113 #: midx.c:129
3114 msgid "terminating multi-pack-index chunk id appears earlier than expected"
3115 msgstr ""
3116
3117 #: midx.c:142
3118 msgid "multi-pack-index missing required pack-name chunk"
3119 msgstr ""
3120
3121 #: midx.c:144
3122 msgid "multi-pack-index missing required OID fanout chunk"
3123 msgstr ""
3124
3125 #: midx.c:146
3126 msgid "multi-pack-index missing required OID lookup chunk"
3127 msgstr ""
3128
3129 #: midx.c:148
3130 msgid "multi-pack-index missing required object offsets chunk"
3131 msgstr ""
3132
3133 #: midx.c:162
3134 #, c-format
3135 msgid "multi-pack-index pack names out of order: '%s' before '%s'"
3136 msgstr ""
3137
3138 #: midx.c:205
3139 #, c-format
3140 msgid "bad pack-int-id: %u (%u total packs)"
3141 msgstr ""
3142
3143 #: midx.c:246
3144 msgid "multi-pack-index stores a 64-bit offset, but off_t is too small"
3145 msgstr ""
3146
3147 #: midx.c:271
3148 msgid "error preparing packfile from multi-pack-index"
3149 msgstr ""
3150
3151 #: midx.c:407
3152 #, c-format
3153 msgid "failed to add packfile '%s'"
3154 msgstr ""
3155
3156 #: midx.c:413
3157 #, c-format
3158 msgid "failed to open pack-index '%s'"
3159 msgstr ""
3160
3161 #: midx.c:507
3162 #, c-format
3163 msgid "failed to locate object %d in packfile"
3164 msgstr ""
3165
3166 #: midx.c:943
3167 #, c-format
3168 msgid "failed to clear multi-pack-index at %s"
3169 msgstr ""
3170
3171 #: midx.c:981
3172 #, c-format
3173 msgid ""
3174 "oid fanout out of order: fanout[%d] = %<PRIx32> > %<PRIx32> = fanout[%d]"
3175 msgstr ""
3176
3177 #: midx.c:992
3178 #, c-format
3179 msgid "oid lookup out of order: oid[%d] = %s >= %s = oid[%d]"
3180 msgstr ""
3181
3182 #: midx.c:996
3183 msgid "Verifying object offsets"
3184 msgstr ""
3185
3186 #: midx.c:1004
3187 #, c-format
3188 msgid "failed to load pack entry for oid[%d] = %s"
3189 msgstr ""
3190
3191 #: midx.c:1010
3192 #, c-format
3193 msgid "failed to load pack-index for packfile %s"
3194 msgstr ""
3195
3196 #: midx.c:1019
3197 #, c-format
3198 msgid "incorrect object offset for oid[%d] = %s: %<PRIx64> != %<PRIx64>"
3199 msgstr ""
3200
3201 #: name-hash.c:532
3202 #, c-format
3203 msgid "unable to create lazy_dir thread: %s"
3204 msgstr ""
3205
3206 #: name-hash.c:554
3207 #, c-format
3208 msgid "unable to create lazy_name thread: %s"
3209 msgstr ""
3210
3211 #: name-hash.c:560
3212 #, c-format
3213 msgid "unable to join lazy_name thread: %s"
3214 msgstr ""
3215
3216 #: notes-merge.c:275
3217 #, c-format
3218 msgid ""
3219 "You have not concluded your previous notes merge (%s exists).\n"
3220 "Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
3221 "commit/abort the previous merge before you start a new notes merge."
3222 msgstr ""
3223
3224 #: notes-merge.c:282
3225 #, c-format
3226 msgid "You have not concluded your notes merge (%s exists)."
3227 msgstr ""
3228
3229 #: notes-utils.c:45
3230 msgid "Cannot commit uninitialized/unreferenced notes tree"
3231 msgstr ""
3232
3233 #: notes-utils.c:104
3234 #, c-format
3235 msgid "Bad notes.rewriteMode value: '%s'"
3236 msgstr ""
3237
3238 #: notes-utils.c:114
3239 #, c-format
3240 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
3241 msgstr ""
3242
3243 #. TRANSLATORS: The first %s is the name of
3244 #. the environment variable, the second %s is
3245 #. its value.
3246 #.
3247 #: notes-utils.c:144
3248 #, c-format
3249 msgid "Bad %s value: '%s'"
3250 msgstr ""
3251
3252 #: object.c:54
3253 #, c-format
3254 msgid "invalid object type \"%s\""
3255 msgstr ""
3256
3257 #: object.c:173
3258 #, c-format
3259 msgid "object %s is a %s, not a %s"
3260 msgstr ""
3261
3262 #: object.c:233
3263 #, c-format
3264 msgid "object %s has unknown type id %d"
3265 msgstr ""
3266
3267 #: object.c:246
3268 #, c-format
3269 msgid "unable to parse object: %s"
3270 msgstr ""
3271
3272 #: object.c:266 object.c:277
3273 #, c-format
3274 msgid "sha1 mismatch %s"
3275 msgstr ""
3276
3277 #: packfile.c:607
3278 msgid "offset before end of packfile (broken .idx?)"
3279 msgstr ""
3280
3281 #: packfile.c:1864
3282 #, c-format
3283 msgid "offset before start of pack index for %s (corrupt index?)"
3284 msgstr ""
3285
3286 #: packfile.c:1868
3287 #, c-format
3288 msgid "offset beyond end of pack index for %s (truncated index?)"
3289 msgstr ""
3290
3291 #: parse-options.c:672
3292 msgid "..."
3293 msgstr ""
3294
3295 #: parse-options.c:691
3296 #, c-format
3297 msgid "usage: %s"
3298 msgstr ""
3299
3300 #. TRANSLATORS: the colon here should align with the
3301 #. one in "usage: %s" translation.
3302 #.
3303 #: parse-options.c:697
3304 #, c-format
3305 msgid "   or: %s"
3306 msgstr ""
3307
3308 #: parse-options.c:700
3309 #, c-format
3310 msgid "    %s"
3311 msgstr ""
3312
3313 #: parse-options.c:739
3314 msgid "-NUM"
3315 msgstr ""
3316
3317 #: parse-options-cb.c:37
3318 #, c-format
3319 msgid "malformed expiration date '%s'"
3320 msgstr ""
3321
3322 #: parse-options-cb.c:109
3323 #, c-format
3324 msgid "malformed object name '%s'"
3325 msgstr ""
3326
3327 #: path.c:894
3328 #, c-format
3329 msgid "Could not make %s writable by group"
3330 msgstr ""
3331
3332 #: pathspec.c:129
3333 msgid "Escape character '\\' not allowed as last character in attr value"
3334 msgstr ""
3335
3336 #: pathspec.c:147
3337 msgid "Only one 'attr:' specification is allowed."
3338 msgstr ""
3339
3340 #: pathspec.c:150
3341 msgid "attr spec must not be empty"
3342 msgstr ""
3343
3344 #: pathspec.c:193
3345 #, c-format
3346 msgid "invalid attribute name %s"
3347 msgstr ""
3348
3349 #: pathspec.c:258
3350 msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
3351 msgstr ""
3352
3353 #: pathspec.c:265
3354 msgid ""
3355 "global 'literal' pathspec setting is incompatible with all other global "
3356 "pathspec settings"
3357 msgstr ""
3358
3359 #: pathspec.c:305
3360 msgid "invalid parameter for pathspec magic 'prefix'"
3361 msgstr ""
3362
3363 #: pathspec.c:326
3364 #, c-format
3365 msgid "Invalid pathspec magic '%.*s' in '%s'"
3366 msgstr ""
3367
3368 #: pathspec.c:331
3369 #, c-format
3370 msgid "Missing ')' at the end of pathspec magic in '%s'"
3371 msgstr ""
3372
3373 #: pathspec.c:369
3374 #, c-format
3375 msgid "Unimplemented pathspec magic '%c' in '%s'"
3376 msgstr ""
3377
3378 #: pathspec.c:428
3379 #, c-format
3380 msgid "%s: 'literal' and 'glob' are incompatible"
3381 msgstr ""
3382
3383 #: pathspec.c:441
3384 #, c-format
3385 msgid "%s: '%s' is outside repository"
3386 msgstr ""
3387
3388 #: pathspec.c:515
3389 #, c-format
3390 msgid "'%s' (mnemonic: '%c')"
3391 msgstr ""
3392
3393 #: pathspec.c:525
3394 #, c-format
3395 msgid "%s: pathspec magic not supported by this command: %s"
3396 msgstr ""
3397
3398 #: pathspec.c:592
3399 #, c-format
3400 msgid "pathspec '%s' is beyond a symbolic link"
3401 msgstr ""
3402
3403 #: pkt-line.c:104
3404 msgid "flush packet write failed"
3405 msgstr ""
3406
3407 #: pkt-line.c:142 pkt-line.c:228
3408 msgid "protocol error: impossibly long line"
3409 msgstr ""
3410
3411 #: pkt-line.c:158 pkt-line.c:160
3412 msgid "packet write with format failed"
3413 msgstr ""
3414
3415 #: pkt-line.c:192
3416 msgid "packet write failed - data exceeds max packet size"
3417 msgstr ""
3418
3419 #: pkt-line.c:199 pkt-line.c:206
3420 msgid "packet write failed"
3421 msgstr ""
3422
3423 #: pkt-line.c:291
3424 msgid "read error"
3425 msgstr ""
3426
3427 #: pkt-line.c:299
3428 msgid "the remote end hung up unexpectedly"
3429 msgstr ""
3430
3431 #: pkt-line.c:327
3432 #, c-format
3433 msgid "protocol error: bad line length character: %.4s"
3434 msgstr ""
3435
3436 #: pkt-line.c:337 pkt-line.c:342
3437 #, c-format
3438 msgid "protocol error: bad line length %d"
3439 msgstr ""
3440
3441 #: preload-index.c:118
3442 msgid "Refreshing index"
3443 msgstr ""
3444
3445 #: preload-index.c:137
3446 #, c-format
3447 msgid "unable to create threaded lstat: %s"
3448 msgstr ""
3449
3450 #: pretty.c:962
3451 msgid "unable to parse --pretty format"
3452 msgstr ""
3453
3454 #: range-diff.c:56
3455 msgid "could not start `log`"
3456 msgstr ""
3457
3458 #: range-diff.c:59
3459 msgid "could not read `log` output"
3460 msgstr ""
3461
3462 #: range-diff.c:74 sequencer.c:4764
3463 #, c-format
3464 msgid "could not parse commit '%s'"
3465 msgstr ""
3466
3467 #: range-diff.c:224
3468 msgid "failed to generate diff"
3469 msgstr ""
3470
3471 #: range-diff.c:455 range-diff.c:457
3472 #, c-format
3473 msgid "could not parse log for '%s'"
3474 msgstr ""
3475
3476 #: read-cache.c:1490
3477 msgid "Refresh index"
3478 msgstr ""
3479
3480 #: read-cache.c:1604
3481 #, c-format
3482 msgid ""
3483 "index.version set, but the value is invalid.\n"
3484 "Using version %i"
3485 msgstr ""
3486
3487 #: read-cache.c:1614
3488 #, c-format
3489 msgid ""
3490 "GIT_INDEX_VERSION set, but the value is invalid.\n"
3491 "Using version %i"
3492 msgstr ""
3493
3494 #: read-cache.c:1792
3495 #, c-format
3496 msgid "malformed name field in the index, near path '%s'"
3497 msgstr ""
3498
3499 #: read-cache.c:1960 rerere.c:565 rerere.c:599 rerere.c:1111 builtin/add.c:458
3500 #: builtin/check-ignore.c:177 builtin/checkout.c:289 builtin/checkout.c:585
3501 #: builtin/checkout.c:953 builtin/clean.c:954 builtin/commit.c:343
3502 #: builtin/diff-tree.c:115 builtin/grep.c:489 builtin/mv.c:144
3503 #: builtin/reset.c:244 builtin/rm.c:270 builtin/submodule--helper.c:329
3504 msgid "index file corrupt"
3505 msgstr ""
3506
3507 #: read-cache.c:2101
3508 #, c-format
3509 msgid "unable to create load_cache_entries thread: %s"
3510 msgstr ""
3511
3512 #: read-cache.c:2114
3513 #, c-format
3514 msgid "unable to join load_cache_entries thread: %s"
3515 msgstr ""
3516
3517 #: read-cache.c:2201
3518 #, c-format
3519 msgid "unable to create load_index_extensions thread: %s"
3520 msgstr ""
3521
3522 #: read-cache.c:2228
3523 #, c-format
3524 msgid "unable to join load_index_extensions thread: %s"
3525 msgstr ""
3526
3527 #: read-cache.c:2982 sequencer.c:4727 wrapper.c:658 builtin/merge.c:1086
3528 #, c-format
3529 msgid "could not close '%s'"
3530 msgstr ""
3531
3532 #: read-cache.c:3055 sequencer.c:2203 sequencer.c:3592
3533 #, c-format
3534 msgid "could not stat '%s'"
3535 msgstr ""
3536
3537 #: read-cache.c:3068
3538 #, c-format
3539 msgid "unable to open git dir: %s"
3540 msgstr ""
3541
3542 #: read-cache.c:3080
3543 #, c-format
3544 msgid "unable to unlink: %s"
3545 msgstr ""
3546
3547 #: rebase-interactive.c:10
3548 msgid ""
3549 "\n"
3550 "Commands:\n"
3551 "p, pick <commit> = use commit\n"
3552 "r, reword <commit> = use commit, but edit the commit message\n"
3553 "e, edit <commit> = use commit, but stop for amending\n"
3554 "s, squash <commit> = use commit, but meld into previous commit\n"
3555 "f, fixup <commit> = like \"squash\", but discard this commit's log message\n"
3556 "x, exec <command> = run command (the rest of the line) using shell\n"
3557 "b, break = stop here (continue rebase later with 'git rebase --continue')\n"
3558 "d, drop <commit> = remove commit\n"
3559 "l, label <label> = label current HEAD with a name\n"
3560 "t, reset <label> = reset HEAD to a label\n"
3561 "m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
3562 ".       create a merge commit using the original merge commit's\n"
3563 ".       message (or the oneline, if no original merge commit was\n"
3564 ".       specified). Use -c <commit> to reword the commit message.\n"
3565 "\n"
3566 "These lines can be re-ordered; they are executed from top to bottom.\n"
3567 msgstr ""
3568
3569 #: rebase-interactive.c:31 git-rebase--preserve-merges.sh:173
3570 msgid ""
3571 "\n"
3572 "Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
3573 msgstr ""
3574
3575 #: rebase-interactive.c:34 git-rebase--preserve-merges.sh:177
3576 msgid ""
3577 "\n"
3578 "If you remove a line here THAT COMMIT WILL BE LOST.\n"
3579 msgstr ""
3580
3581 #: rebase-interactive.c:40 git-rebase--preserve-merges.sh:816
3582 msgid ""
3583 "\n"
3584 "You are editing the todo file of an ongoing interactive rebase.\n"
3585 "To continue rebase after editing, run:\n"
3586 "    git rebase --continue\n"
3587 "\n"
3588 msgstr ""
3589
3590 #: rebase-interactive.c:45 git-rebase--preserve-merges.sh:893
3591 msgid ""
3592 "\n"
3593 "However, if you remove everything, the rebase will be aborted.\n"
3594 "\n"
3595 msgstr ""
3596
3597 #: rebase-interactive.c:51 git-rebase--preserve-merges.sh:900
3598 msgid "Note that empty commits are commented out"
3599 msgstr ""
3600
3601 #: rebase-interactive.c:62 rebase-interactive.c:75 sequencer.c:2186
3602 #: sequencer.c:4505 sequencer.c:4561 sequencer.c:4836
3603 #, c-format
3604 msgid "could not read '%s'."
3605 msgstr ""
3606
3607 #: refs.c:192
3608 #, c-format
3609 msgid "%s does not point to a valid object!"
3610 msgstr ""
3611
3612 #: refs.c:583
3613 #, c-format
3614 msgid "ignoring dangling symref %s"
3615 msgstr ""
3616
3617 #: refs.c:585 ref-filter.c:1951
3618 #, c-format
3619 msgid "ignoring broken ref %s"
3620 msgstr ""
3621
3622 #: refs.c:711
3623 #, c-format
3624 msgid "could not open '%s' for writing: %s"
3625 msgstr ""
3626
3627 #: refs.c:721 refs.c:772
3628 #, c-format
3629 msgid "could not read ref '%s'"
3630 msgstr ""
3631
3632 #: refs.c:727
3633 #, c-format
3634 msgid "ref '%s' already exists"
3635 msgstr ""
3636
3637 #: refs.c:732
3638 #, c-format
3639 msgid "unexpected object ID when writing '%s'"
3640 msgstr ""
3641
3642 #: refs.c:740 sequencer.c:394 sequencer.c:2510 sequencer.c:2636
3643 #: sequencer.c:2650 sequencer.c:2877 sequencer.c:4725 sequencer.c:4788
3644 #: wrapper.c:656
3645 #, c-format
3646 msgid "could not write to '%s'"
3647 msgstr ""
3648
3649 #: refs.c:767 sequencer.c:4723 sequencer.c:4782 wrapper.c:225 wrapper.c:395
3650 #: builtin/am.c:728
3651 #, c-format
3652 msgid "could not open '%s' for writing"
3653 msgstr ""
3654
3655 #: refs.c:774
3656 #, c-format
3657 msgid "unexpected object ID when deleting '%s'"
3658 msgstr ""
3659
3660 #: refs.c:905
3661 #, c-format
3662 msgid "log for ref %s has gap after %s"
3663 msgstr ""
3664
3665 #: refs.c:911
3666 #, c-format
3667 msgid "log for ref %s unexpectedly ended on %s"
3668 msgstr ""
3669
3670 #: refs.c:969
3671 #, c-format
3672 msgid "log for %s is empty"
3673 msgstr ""
3674
3675 #: refs.c:1061
3676 #, c-format
3677 msgid "refusing to update ref with bad name '%s'"
3678 msgstr ""
3679
3680 #: refs.c:1137
3681 #, c-format
3682 msgid "update_ref failed for ref '%s': %s"
3683 msgstr ""
3684
3685 #: refs.c:1911
3686 #, c-format
3687 msgid "multiple updates for ref '%s' not allowed"
3688 msgstr ""
3689
3690 #: refs.c:1943
3691 msgid "ref updates forbidden inside quarantine environment"
3692 msgstr ""
3693
3694 #: refs.c:2039 refs.c:2069
3695 #, c-format
3696 msgid "'%s' exists; cannot create '%s'"
3697 msgstr ""
3698
3699 #: refs.c:2045 refs.c:2080
3700 #, c-format
3701 msgid "cannot process '%s' and '%s' at the same time"
3702 msgstr ""
3703
3704 #: refs/files-backend.c:1228
3705 #, c-format
3706 msgid "could not remove reference %s"
3707 msgstr ""
3708
3709 #: refs/files-backend.c:1242 refs/packed-backend.c:1532
3710 #: refs/packed-backend.c:1542
3711 #, c-format
3712 msgid "could not delete reference %s: %s"
3713 msgstr ""
3714
3715 #: refs/files-backend.c:1245 refs/packed-backend.c:1545
3716 #, c-format
3717 msgid "could not delete references: %s"
3718 msgstr ""
3719
3720 #: refspec.c:137
3721 #, c-format
3722 msgid "invalid refspec '%s'"
3723 msgstr ""
3724
3725 #: ref-filter.c:39 wt-status.c:1855
3726 msgid "gone"
3727 msgstr ""
3728
3729 #: ref-filter.c:40
3730 #, c-format
3731 msgid "ahead %d"
3732 msgstr ""
3733
3734 #: ref-filter.c:41
3735 #, c-format
3736 msgid "behind %d"
3737 msgstr ""
3738
3739 #: ref-filter.c:42
3740 #, c-format
3741 msgid "ahead %d, behind %d"
3742 msgstr ""
3743
3744 #: ref-filter.c:138
3745 #, c-format
3746 msgid "expected format: %%(color:<color>)"
3747 msgstr ""
3748
3749 #: ref-filter.c:140
3750 #, c-format
3751 msgid "unrecognized color: %%(color:%s)"
3752 msgstr ""
3753
3754 #: ref-filter.c:162
3755 #, c-format
3756 msgid "Integer value expected refname:lstrip=%s"
3757 msgstr ""
3758
3759 #: ref-filter.c:166
3760 #, c-format
3761 msgid "Integer value expected refname:rstrip=%s"
3762 msgstr ""
3763
3764 #: ref-filter.c:168
3765 #, c-format
3766 msgid "unrecognized %%(%s) argument: %s"
3767 msgstr ""
3768
3769 #: ref-filter.c:223
3770 #, c-format
3771 msgid "%%(objecttype) does not take arguments"
3772 msgstr ""
3773
3774 #: ref-filter.c:235
3775 #, c-format
3776 msgid "%%(objectsize) does not take arguments"
3777 msgstr ""
3778
3779 #: ref-filter.c:247
3780 #, c-format
3781 msgid "%%(body) does not take arguments"
3782 msgstr ""
3783
3784 #: ref-filter.c:256
3785 #, c-format
3786 msgid "%%(subject) does not take arguments"
3787 msgstr ""
3788
3789 #: ref-filter.c:278
3790 #, c-format
3791 msgid "unknown %%(trailers) argument: %s"
3792 msgstr ""
3793
3794 #: ref-filter.c:307
3795 #, c-format
3796 msgid "positive value expected contents:lines=%s"
3797 msgstr ""
3798
3799 #: ref-filter.c:309
3800 #, c-format
3801 msgid "unrecognized %%(contents) argument: %s"
3802 msgstr ""
3803
3804 #: ref-filter.c:324
3805 #, c-format
3806 msgid "positive value expected objectname:short=%s"
3807 msgstr ""
3808
3809 #: ref-filter.c:328
3810 #, c-format
3811 msgid "unrecognized %%(objectname) argument: %s"
3812 msgstr ""
3813
3814 #: ref-filter.c:358
3815 #, c-format
3816 msgid "expected format: %%(align:<width>,<position>)"
3817 msgstr ""
3818
3819 #: ref-filter.c:370
3820 #, c-format
3821 msgid "unrecognized position:%s"
3822 msgstr ""
3823
3824 #: ref-filter.c:377
3825 #, c-format
3826 msgid "unrecognized width:%s"
3827 msgstr ""
3828
3829 #: ref-filter.c:386
3830 #, c-format
3831 msgid "unrecognized %%(align) argument: %s"
3832 msgstr ""
3833
3834 #: ref-filter.c:394
3835 #, c-format
3836 msgid "positive width expected with the %%(align) atom"
3837 msgstr ""
3838
3839 #: ref-filter.c:412
3840 #, c-format
3841 msgid "unrecognized %%(if) argument: %s"
3842 msgstr ""
3843
3844 #: ref-filter.c:508
3845 #, c-format
3846 msgid "malformed field name: %.*s"
3847 msgstr ""
3848
3849 #: ref-filter.c:535
3850 #, c-format
3851 msgid "unknown field name: %.*s"
3852 msgstr ""
3853
3854 #: ref-filter.c:539
3855 #, c-format
3856 msgid ""
3857 "not a git repository, but the field '%.*s' requires access to object data"
3858 msgstr ""
3859
3860 #: ref-filter.c:663
3861 #, c-format
3862 msgid "format: %%(if) atom used without a %%(then) atom"
3863 msgstr ""
3864
3865 #: ref-filter.c:726
3866 #, c-format
3867 msgid "format: %%(then) atom used without an %%(if) atom"
3868 msgstr ""
3869
3870 #: ref-filter.c:728
3871 #, c-format
3872 msgid "format: %%(then) atom used more than once"
3873 msgstr ""
3874
3875 #: ref-filter.c:730
3876 #, c-format
3877 msgid "format: %%(then) atom used after %%(else)"
3878 msgstr ""
3879
3880 #: ref-filter.c:758
3881 #, c-format
3882 msgid "format: %%(else) atom used without an %%(if) atom"
3883 msgstr ""
3884
3885 #: ref-filter.c:760
3886 #, c-format
3887 msgid "format: %%(else) atom used without a %%(then) atom"
3888 msgstr ""
3889
3890 #: ref-filter.c:762
3891 #, c-format
3892 msgid "format: %%(else) atom used more than once"
3893 msgstr ""
3894
3895 #: ref-filter.c:777
3896 #, c-format
3897 msgid "format: %%(end) atom used without corresponding atom"
3898 msgstr ""
3899
3900 #: ref-filter.c:834
3901 #, c-format
3902 msgid "malformed format string %s"
3903 msgstr ""
3904
3905 #: ref-filter.c:1424
3906 #, c-format
3907 msgid "(no branch, rebasing %s)"
3908 msgstr ""
3909
3910 #: ref-filter.c:1427
3911 #, c-format
3912 msgid "(no branch, rebasing detached HEAD %s)"
3913 msgstr ""
3914
3915 #: ref-filter.c:1430
3916 #, c-format
3917 msgid "(no branch, bisect started on %s)"
3918 msgstr ""
3919
3920 #. TRANSLATORS: make sure this matches "HEAD
3921 #. detached at " in wt-status.c
3922 #.
3923 #: ref-filter.c:1438
3924 #, c-format
3925 msgid "(HEAD detached at %s)"
3926 msgstr ""
3927
3928 #. TRANSLATORS: make sure this matches "HEAD
3929 #. detached from " in wt-status.c
3930 #.
3931 #: ref-filter.c:1445
3932 #, c-format
3933 msgid "(HEAD detached from %s)"
3934 msgstr ""
3935
3936 #: ref-filter.c:1449
3937 msgid "(no branch)"
3938 msgstr ""
3939
3940 #: ref-filter.c:1483 ref-filter.c:1638
3941 #, c-format
3942 msgid "missing object %s for %s"
3943 msgstr ""
3944
3945 #: ref-filter.c:1491
3946 #, c-format
3947 msgid "parse_object_buffer failed on %s for %s"
3948 msgstr ""
3949
3950 #: ref-filter.c:1857
3951 #, c-format
3952 msgid "malformed object at '%s'"
3953 msgstr ""
3954
3955 #: ref-filter.c:1946
3956 #, c-format
3957 msgid "ignoring ref with broken name %s"
3958 msgstr ""
3959
3960 #: ref-filter.c:2232
3961 #, c-format
3962 msgid "format: %%(end) atom missing"
3963 msgstr ""
3964
3965 #: ref-filter.c:2338
3966 #, c-format
3967 msgid "malformed object name %s"
3968 msgstr ""
3969
3970 #: remote.c:607
3971 #, c-format
3972 msgid "Cannot fetch both %s and %s to %s"
3973 msgstr ""
3974
3975 #: remote.c:611
3976 #, c-format
3977 msgid "%s usually tracks %s, not %s"
3978 msgstr ""
3979
3980 #: remote.c:615
3981 #, c-format
3982 msgid "%s tracks both %s and %s"
3983 msgstr ""
3984
3985 #: remote.c:623
3986 msgid "Internal error"
3987 msgstr ""
3988
3989 #: remote.c:1569 remote.c:1670
3990 msgid "HEAD does not point to a branch"
3991 msgstr ""
3992
3993 #: remote.c:1578
3994 #, c-format
3995 msgid "no such branch: '%s'"
3996 msgstr ""
3997
3998 #: remote.c:1581
3999 #, c-format
4000 msgid "no upstream configured for branch '%s'"
4001 msgstr ""
4002
4003 #: remote.c:1587
4004 #, c-format
4005 msgid "upstream branch '%s' not stored as a remote-tracking branch"
4006 msgstr ""
4007
4008 #: remote.c:1602
4009 #, c-format
4010 msgid "push destination '%s' on remote '%s' has no local tracking branch"
4011 msgstr ""
4012
4013 #: remote.c:1614
4014 #, c-format
4015 msgid "branch '%s' has no remote for pushing"
4016 msgstr ""
4017
4018 #: remote.c:1624
4019 #, c-format
4020 msgid "push refspecs for '%s' do not include '%s'"
4021 msgstr ""
4022
4023 #: remote.c:1637
4024 msgid "push has no destination (push.default is 'nothing')"
4025 msgstr ""
4026
4027 #: remote.c:1659
4028 msgid "cannot resolve 'simple' push to a single destination"
4029 msgstr ""
4030
4031 #: remote.c:1935
4032 #, c-format
4033 msgid "Your branch is based on '%s', but the upstream is gone.\n"
4034 msgstr ""
4035
4036 #: remote.c:1939
4037 msgid "  (use \"git branch --unset-upstream\" to fixup)\n"
4038 msgstr ""
4039
4040 #: remote.c:1942
4041 #, c-format
4042 msgid "Your branch is up to date with '%s'.\n"
4043 msgstr ""
4044
4045 #: remote.c:1946
4046 #, c-format
4047 msgid "Your branch and '%s' refer to different commits.\n"
4048 msgstr ""
4049
4050 #: remote.c:1949
4051 #, c-format
4052 msgid "  (use \"%s\" for details)\n"
4053 msgstr ""
4054
4055 #: remote.c:1953
4056 #, c-format
4057 msgid "Your branch is ahead of '%s' by %d commit.\n"
4058 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
4059 msgstr[0] ""
4060 msgstr[1] ""
4061
4062 #: remote.c:1959
4063 msgid "  (use \"git push\" to publish your local commits)\n"
4064 msgstr ""
4065
4066 #: remote.c:1962
4067 #, c-format
4068 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
4069 msgid_plural ""
4070 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
4071 msgstr[0] ""
4072 msgstr[1] ""
4073
4074 #: remote.c:1970
4075 msgid "  (use \"git pull\" to update your local branch)\n"
4076 msgstr ""
4077
4078 #: remote.c:1973
4079 #, c-format
4080 msgid ""
4081 "Your branch and '%s' have diverged,\n"
4082 "and have %d and %d different commit each, respectively.\n"
4083 msgid_plural ""
4084 "Your branch and '%s' have diverged,\n"
4085 "and have %d and %d different commits each, respectively.\n"
4086 msgstr[0] ""
4087 msgstr[1] ""
4088
4089 #: remote.c:1983
4090 msgid "  (use \"git pull\" to merge the remote branch into yours)\n"
4091 msgstr ""
4092
4093 #: replace-object.c:21
4094 #, c-format
4095 msgid "bad replace ref name: %s"
4096 msgstr ""
4097
4098 #: replace-object.c:30
4099 #, c-format
4100 msgid "duplicate replace ref: %s"
4101 msgstr ""
4102
4103 #: replace-object.c:73
4104 #, c-format
4105 msgid "replace depth too high for object %s"
4106 msgstr ""
4107
4108 #: rerere.c:217 rerere.c:226 rerere.c:229
4109 msgid "corrupt MERGE_RR"
4110 msgstr ""
4111
4112 #: rerere.c:264 rerere.c:269
4113 msgid "unable to write rerere record"
4114 msgstr ""
4115
4116 #: rerere.c:485 rerere.c:692 sequencer.c:3136 sequencer.c:3162
4117 #, c-format
4118 msgid "could not write '%s'"
4119 msgstr ""
4120
4121 #: rerere.c:495
4122 #, c-format
4123 msgid "there were errors while writing '%s' (%s)"
4124 msgstr ""
4125
4126 #: rerere.c:498
4127 #, c-format
4128 msgid "failed to flush '%s'"
4129 msgstr ""
4130
4131 #: rerere.c:503 rerere.c:1039
4132 #, c-format
4133 msgid "could not parse conflict hunks in '%s'"
4134 msgstr ""
4135
4136 #: rerere.c:684
4137 #, c-format
4138 msgid "failed utime() on '%s'"
4139 msgstr ""
4140
4141 #: rerere.c:694
4142 #, c-format
4143 msgid "writing '%s' failed"
4144 msgstr ""
4145
4146 #: rerere.c:714
4147 #, c-format
4148 msgid "Staged '%s' using previous resolution."
4149 msgstr ""
4150
4151 #: rerere.c:753
4152 #, c-format
4153 msgid "Recorded resolution for '%s'."
4154 msgstr ""
4155
4156 #: rerere.c:788
4157 #, c-format
4158 msgid "Resolved '%s' using previous resolution."
4159 msgstr ""
4160
4161 #: rerere.c:803
4162 #, c-format
4163 msgid "cannot unlink stray '%s'"
4164 msgstr ""
4165
4166 #: rerere.c:807
4167 #, c-format
4168 msgid "Recorded preimage for '%s'"
4169 msgstr ""
4170
4171 #: rerere.c:881 submodule.c:1763 builtin/submodule--helper.c:1413
4172 #: builtin/submodule--helper.c:1423
4173 #, c-format
4174 msgid "could not create directory '%s'"
4175 msgstr ""
4176
4177 #: rerere.c:1057
4178 #, c-format
4179 msgid "failed to update conflicted state in '%s'"
4180 msgstr ""
4181
4182 #: rerere.c:1068 rerere.c:1075
4183 #, c-format
4184 msgid "no remembered resolution for '%s'"
4185 msgstr ""
4186
4187 #: rerere.c:1077
4188 #, c-format
4189 msgid "cannot unlink '%s'"
4190 msgstr ""
4191
4192 #: rerere.c:1087
4193 #, c-format
4194 msgid "Updated preimage for '%s'"
4195 msgstr ""
4196
4197 #: rerere.c:1096
4198 #, c-format
4199 msgid "Forgot resolution for '%s'\n"
4200 msgstr ""
4201
4202 #: rerere.c:1199
4203 msgid "unable to open rr-cache directory"
4204 msgstr ""
4205
4206 #: revision.c:2324
4207 msgid "your current branch appears to be broken"
4208 msgstr ""
4209
4210 #: revision.c:2327
4211 #, c-format
4212 msgid "your current branch '%s' does not have any commits yet"
4213 msgstr ""
4214
4215 #: revision.c:2523
4216 msgid "--first-parent is incompatible with --bisect"
4217 msgstr ""
4218
4219 #: run-command.c:740
4220 msgid "open /dev/null failed"
4221 msgstr ""
4222
4223 #: run-command.c:1229
4224 #, c-format
4225 msgid "cannot create async thread: %s"
4226 msgstr ""
4227
4228 #: run-command.c:1293
4229 #, c-format
4230 msgid ""
4231 "The '%s' hook was ignored because it's not set as executable.\n"
4232 "You can disable this warning with `git config advice.ignoredHook false`."
4233 msgstr ""
4234
4235 #: send-pack.c:142
4236 msgid "unexpected flush packet while reading remote unpack status"
4237 msgstr ""
4238
4239 #: send-pack.c:144
4240 #, c-format
4241 msgid "unable to parse remote unpack status: %s"
4242 msgstr ""
4243
4244 #: send-pack.c:146
4245 #, c-format
4246 msgid "remote unpack failed: %s"
4247 msgstr ""
4248
4249 #: send-pack.c:308
4250 msgid "failed to sign the push certificate"
4251 msgstr ""
4252
4253 #: send-pack.c:421
4254 msgid "the receiving end does not support --signed push"
4255 msgstr ""
4256
4257 #: send-pack.c:423
4258 msgid ""
4259 "not sending a push certificate since the receiving end does not support --"
4260 "signed push"
4261 msgstr ""
4262
4263 #: send-pack.c:435
4264 msgid "the receiving end does not support --atomic push"
4265 msgstr ""
4266
4267 #: send-pack.c:440
4268 msgid "the receiving end does not support push options"
4269 msgstr ""
4270
4271 #: sequencer.c:183
4272 #, c-format
4273 msgid "invalid commit message cleanup mode '%s'"
4274 msgstr ""
4275
4276 #: sequencer.c:287
4277 #, c-format
4278 msgid "could not delete '%s'"
4279 msgstr ""
4280
4281 #: sequencer.c:313
4282 msgid "revert"
4283 msgstr ""
4284
4285 #: sequencer.c:315
4286 msgid "cherry-pick"
4287 msgstr ""
4288
4289 #: sequencer.c:317
4290 msgid "rebase -i"
4291 msgstr ""
4292
4293 #: sequencer.c:319
4294 #, c-format
4295 msgid "unknown action: %d"
4296 msgstr ""
4297
4298 #: sequencer.c:376
4299 msgid ""
4300 "after resolving the conflicts, mark the corrected paths\n"
4301 "with 'git add <paths>' or 'git rm <paths>'"
4302 msgstr ""
4303
4304 #: sequencer.c:379
4305 msgid ""
4306 "after resolving the conflicts, mark the corrected paths\n"
4307 "with 'git add <paths>' or 'git rm <paths>'\n"
4308 "and commit the result with 'git commit'"
4309 msgstr ""
4310
4311 #: sequencer.c:392 sequencer.c:2632
4312 #, c-format
4313 msgid "could not lock '%s'"
4314 msgstr ""
4315
4316 #: sequencer.c:399
4317 #, c-format
4318 msgid "could not write eol to '%s'"
4319 msgstr ""
4320
4321 #: sequencer.c:404 sequencer.c:2515 sequencer.c:2638 sequencer.c:2652
4322 #: sequencer.c:2885
4323 #, c-format
4324 msgid "failed to finalize '%s'"
4325 msgstr ""
4326
4327 #: sequencer.c:427 sequencer.c:921 sequencer.c:1594 sequencer.c:2535
4328 #: sequencer.c:2867 sequencer.c:2974 builtin/am.c:260 builtin/commit.c:746
4329 #: builtin/merge.c:1084 builtin/rebase.c:152
4330 #, c-format
4331 msgid "could not read '%s'"
4332 msgstr ""
4333
4334 #: sequencer.c:453
4335 #, c-format
4336 msgid "your local changes would be overwritten by %s."
4337 msgstr ""
4338
4339 #: sequencer.c:457
4340 msgid "commit your changes or stash them to proceed."
4341 msgstr ""
4342
4343 #: sequencer.c:486
4344 #, c-format
4345 msgid "%s: fast-forward"
4346 msgstr ""
4347
4348 #. TRANSLATORS: %s will be "revert", "cherry-pick" or
4349 #. "rebase -i".
4350 #.
4351 #: sequencer.c:575
4352 #, c-format
4353 msgid "%s: Unable to write new index file"
4354 msgstr ""
4355
4356 #: sequencer.c:591
4357 msgid "unable to update cache tree"
4358 msgstr ""
4359
4360 #: sequencer.c:604
4361 msgid "could not resolve HEAD commit"
4362 msgstr ""
4363
4364 #: sequencer.c:684
4365 #, c-format
4366 msgid "no key present in '%.*s'"
4367 msgstr ""
4368
4369 #: sequencer.c:695
4370 #, c-format
4371 msgid "unable to dequote value of '%s'"
4372 msgstr ""
4373
4374 #: sequencer.c:732 wrapper.c:227 wrapper.c:397 builtin/am.c:719
4375 #: builtin/am.c:811 builtin/merge.c:1081
4376 #, c-format
4377 msgid "could not open '%s' for reading"
4378 msgstr ""
4379
4380 #: sequencer.c:742
4381 msgid "'GIT_AUTHOR_NAME' already given"
4382 msgstr ""
4383
4384 #: sequencer.c:747
4385 msgid "'GIT_AUTHOR_EMAIL' already given"
4386 msgstr ""
4387
4388 #: sequencer.c:752
4389 msgid "'GIT_AUTHOR_DATE' already given"
4390 msgstr ""
4391
4392 #: sequencer.c:756
4393 #, c-format
4394 msgid "unknown variable '%s'"
4395 msgstr ""
4396
4397 #: sequencer.c:761
4398 msgid "missing 'GIT_AUTHOR_NAME'"
4399 msgstr ""
4400
4401 #: sequencer.c:763
4402 msgid "missing 'GIT_AUTHOR_EMAIL'"
4403 msgstr ""
4404
4405 #: sequencer.c:765
4406 msgid "missing 'GIT_AUTHOR_DATE'"
4407 msgstr ""
4408
4409 #: sequencer.c:825
4410 #, c-format
4411 msgid "invalid date format '%s' in '%s'"
4412 msgstr ""
4413
4414 #: sequencer.c:842
4415 #, c-format
4416 msgid ""
4417 "you have staged changes in your working tree\n"
4418 "If these changes are meant to be squashed into the previous commit, run:\n"
4419 "\n"
4420 "  git commit --amend %s\n"
4421 "\n"
4422 "If they are meant to go into a new commit, run:\n"
4423 "\n"
4424 "  git commit %s\n"
4425 "\n"
4426 "In both cases, once you're done, continue with:\n"
4427 "\n"
4428 "  git rebase --continue\n"
4429 msgstr ""
4430
4431 #: sequencer.c:935
4432 msgid "writing root commit"
4433 msgstr ""
4434
4435 #: sequencer.c:1142
4436 msgid "'prepare-commit-msg' hook failed"
4437 msgstr ""
4438
4439 #: sequencer.c:1149
4440 msgid ""
4441 "Your name and email address were configured automatically based\n"
4442 "on your username and hostname. Please check that they are accurate.\n"
4443 "You can suppress this message by setting them explicitly. Run the\n"
4444 "following command and follow the instructions in your editor to edit\n"
4445 "your configuration file:\n"
4446 "\n"
4447 "    git config --global --edit\n"
4448 "\n"
4449 "After doing this, you may fix the identity used for this commit with:\n"
4450 "\n"
4451 "    git commit --amend --reset-author\n"
4452 msgstr ""
4453
4454 #: sequencer.c:1162
4455 msgid ""
4456 "Your name and email address were configured automatically based\n"
4457 "on your username and hostname. Please check that they are accurate.\n"
4458 "You can suppress this message by setting them explicitly:\n"
4459 "\n"
4460 "    git config --global user.name \"Your Name\"\n"
4461 "    git config --global user.email you@example.com\n"
4462 "\n"
4463 "After doing this, you may fix the identity used for this commit with:\n"
4464 "\n"
4465 "    git commit --amend --reset-author\n"
4466 msgstr ""
4467
4468 #: sequencer.c:1202
4469 msgid "couldn't look up newly created commit"
4470 msgstr ""
4471
4472 #: sequencer.c:1204
4473 msgid "could not parse newly created commit"
4474 msgstr ""
4475
4476 #: sequencer.c:1250
4477 msgid "unable to resolve HEAD after creating commit"
4478 msgstr ""
4479
4480 #: sequencer.c:1252
4481 msgid "detached HEAD"
4482 msgstr ""
4483
4484 #: sequencer.c:1256
4485 msgid " (root-commit)"
4486 msgstr ""
4487
4488 #: sequencer.c:1277
4489 msgid "could not parse HEAD"
4490 msgstr ""
4491
4492 #: sequencer.c:1279
4493 #, c-format
4494 msgid "HEAD %s is not a commit!"
4495 msgstr ""
4496
4497 #: sequencer.c:1283 builtin/commit.c:1543
4498 msgid "could not parse HEAD commit"
4499 msgstr ""
4500
4501 #: sequencer.c:1334 sequencer.c:1934
4502 msgid "unable to parse commit author"
4503 msgstr ""
4504
4505 #: sequencer.c:1344 builtin/am.c:1585 builtin/merge.c:677
4506 msgid "git write-tree failed to write a tree"
4507 msgstr ""
4508
4509 #: sequencer.c:1361 sequencer.c:1416
4510 #, c-format
4511 msgid "unable to read commit message from '%s'"
4512 msgstr ""
4513
4514 #: sequencer.c:1383 builtin/am.c:1606 builtin/commit.c:1646 builtin/merge.c:858
4515 #: builtin/merge.c:883
4516 msgid "failed to write commit object"
4517 msgstr ""
4518
4519 #: sequencer.c:1443
4520 #, c-format
4521 msgid "could not parse commit %s"
4522 msgstr ""
4523
4524 #: sequencer.c:1448
4525 #, c-format
4526 msgid "could not parse parent commit %s"
4527 msgstr ""
4528
4529 #: sequencer.c:1546 sequencer.c:1654
4530 #, c-format
4531 msgid "unknown command: %d"
4532 msgstr ""
4533
4534 #: sequencer.c:1601 sequencer.c:1626
4535 #, c-format
4536 msgid "This is a combination of %d commits."
4537 msgstr ""
4538
4539 #: sequencer.c:1611 sequencer.c:4744
4540 msgid "need a HEAD to fixup"
4541 msgstr ""
4542
4543 #: sequencer.c:1613 sequencer.c:2912
4544 msgid "could not read HEAD"
4545 msgstr ""
4546
4547 #: sequencer.c:1615
4548 msgid "could not read HEAD's commit message"
4549 msgstr ""
4550
4551 #: sequencer.c:1621
4552 #, c-format
4553 msgid "cannot write '%s'"
4554 msgstr ""
4555
4556 #: sequencer.c:1628 git-rebase--preserve-merges.sh:441
4557 msgid "This is the 1st commit message:"
4558 msgstr ""
4559
4560 #: sequencer.c:1636
4561 #, c-format
4562 msgid "could not read commit message of %s"
4563 msgstr ""
4564
4565 #: sequencer.c:1643
4566 #, c-format
4567 msgid "This is the commit message #%d:"
4568 msgstr ""
4569
4570 #: sequencer.c:1649
4571 #, c-format
4572 msgid "The commit message #%d will be skipped:"
4573 msgstr ""
4574
4575 #: sequencer.c:1732
4576 msgid "your index file is unmerged."
4577 msgstr ""
4578
4579 #: sequencer.c:1739
4580 msgid "cannot fixup root commit"
4581 msgstr ""
4582
4583 #: sequencer.c:1758
4584 #, c-format
4585 msgid "commit %s is a merge but no -m option was given."
4586 msgstr ""
4587
4588 #: sequencer.c:1766
4589 #, c-format
4590 msgid "commit %s does not have parent %d"
4591 msgstr ""
4592
4593 #: sequencer.c:1770
4594 #, c-format
4595 msgid "mainline was specified but commit %s is not a merge."
4596 msgstr ""
4597
4598 #: sequencer.c:1776
4599 #, c-format
4600 msgid "cannot get commit message for %s"
4601 msgstr ""
4602
4603 #. TRANSLATORS: The first %s will be a "todo" command like
4604 #. "revert" or "pick", the second %s a SHA1.
4605 #: sequencer.c:1795
4606 #, c-format
4607 msgid "%s: cannot parse parent commit %s"
4608 msgstr ""
4609
4610 #: sequencer.c:1860
4611 #, c-format
4612 msgid "could not rename '%s' to '%s'"
4613 msgstr ""
4614
4615 #: sequencer.c:1915
4616 #, c-format
4617 msgid "could not revert %s... %s"
4618 msgstr ""
4619
4620 #: sequencer.c:1916
4621 #, c-format
4622 msgid "could not apply %s... %s"
4623 msgstr ""
4624
4625 #: sequencer.c:1974
4626 #, c-format
4627 msgid "git %s: failed to read the index"
4628 msgstr ""
4629
4630 #: sequencer.c:1981
4631 #, c-format
4632 msgid "git %s: failed to refresh the index"
4633 msgstr ""
4634
4635 #: sequencer.c:2062
4636 #, c-format
4637 msgid "%s does not accept arguments: '%s'"
4638 msgstr ""
4639
4640 #: sequencer.c:2071
4641 #, c-format
4642 msgid "missing arguments for %s"
4643 msgstr ""
4644
4645 #: sequencer.c:2130
4646 #, c-format
4647 msgid "invalid line %d: %.*s"
4648 msgstr ""
4649
4650 #: sequencer.c:2138
4651 #, c-format
4652 msgid "cannot '%s' without a previous commit"
4653 msgstr ""
4654
4655 #: sequencer.c:2209
4656 msgid "please fix this using 'git rebase --edit-todo'."
4657 msgstr ""
4658
4659 #: sequencer.c:2211
4660 #, c-format
4661 msgid "unusable instruction sheet: '%s'"
4662 msgstr ""
4663
4664 #: sequencer.c:2216
4665 msgid "no commits parsed."
4666 msgstr ""
4667
4668 #: sequencer.c:2227
4669 msgid "cannot cherry-pick during a revert."
4670 msgstr ""
4671
4672 #: sequencer.c:2229
4673 msgid "cannot revert during a cherry-pick."
4674 msgstr ""
4675
4676 #: sequencer.c:2299
4677 #, c-format
4678 msgid "invalid value for %s: %s"
4679 msgstr ""
4680
4681 #: sequencer.c:2380
4682 msgid "unusable squash-onto"
4683 msgstr ""
4684
4685 #: sequencer.c:2396
4686 #, c-format
4687 msgid "malformed options sheet: '%s'"
4688 msgstr ""
4689
4690 #: sequencer.c:2479 sequencer.c:4005
4691 msgid "empty commit set passed"
4692 msgstr ""
4693
4694 #: sequencer.c:2487
4695 msgid "a cherry-pick or revert is already in progress"
4696 msgstr ""
4697
4698 #: sequencer.c:2488
4699 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
4700 msgstr ""
4701
4702 #: sequencer.c:2491
4703 #, c-format
4704 msgid "could not create sequencer directory '%s'"
4705 msgstr ""
4706
4707 #: sequencer.c:2505
4708 msgid "could not lock HEAD"
4709 msgstr ""
4710
4711 #: sequencer.c:2560 sequencer.c:3761
4712 msgid "no cherry-pick or revert in progress"
4713 msgstr ""
4714
4715 #: sequencer.c:2562
4716 msgid "cannot resolve HEAD"
4717 msgstr ""
4718
4719 #: sequencer.c:2564 sequencer.c:2599
4720 msgid "cannot abort from a branch yet to be born"
4721 msgstr ""
4722
4723 #: sequencer.c:2585 builtin/grep.c:721
4724 #, c-format
4725 msgid "cannot open '%s'"
4726 msgstr ""
4727
4728 #: sequencer.c:2587
4729 #, c-format
4730 msgid "cannot read '%s': %s"
4731 msgstr ""
4732
4733 #: sequencer.c:2588
4734 msgid "unexpected end of file"
4735 msgstr ""
4736
4737 #: sequencer.c:2594
4738 #, c-format
4739 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
4740 msgstr ""
4741
4742 #: sequencer.c:2605
4743 msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
4744 msgstr ""
4745
4746 #: sequencer.c:2709 sequencer.c:3679
4747 #, c-format
4748 msgid "could not update %s"
4749 msgstr ""
4750
4751 #: sequencer.c:2747 sequencer.c:3659
4752 msgid "cannot read HEAD"
4753 msgstr ""
4754
4755 #: sequencer.c:2762
4756 #, c-format
4757 msgid "unable to copy '%s' to '%s'"
4758 msgstr ""
4759
4760 #: sequencer.c:2770
4761 #, c-format
4762 msgid ""
4763 "You can amend the commit now, with\n"
4764 "\n"
4765 "  git commit --amend %s\n"
4766 "\n"
4767 "Once you are satisfied with your changes, run\n"
4768 "\n"
4769 "  git rebase --continue\n"
4770 msgstr ""
4771
4772 #: sequencer.c:2780
4773 #, c-format
4774 msgid "Could not apply %s... %.*s"
4775 msgstr ""
4776
4777 #: sequencer.c:2787
4778 #, c-format
4779 msgid "Could not merge %.*s"
4780 msgstr ""
4781
4782 #: sequencer.c:2798 sequencer.c:2802 builtin/difftool.c:640
4783 #, c-format
4784 msgid "could not copy '%s' to '%s'"
4785 msgstr ""
4786
4787 #: sequencer.c:2824 sequencer.c:3242 builtin/rebase.c:580 builtin/rebase.c:1019
4788 #: builtin/rebase.c:1372 builtin/rebase.c:1426
4789 msgid "could not read index"
4790 msgstr ""
4791
4792 #: sequencer.c:2829
4793 #, c-format
4794 msgid ""
4795 "execution failed: %s\n"
4796 "%sYou can fix the problem, and then run\n"
4797 "\n"
4798 "  git rebase --continue\n"
4799 "\n"
4800 msgstr ""
4801
4802 #: sequencer.c:2835
4803 msgid "and made changes to the index and/or the working tree\n"
4804 msgstr ""
4805
4806 #: sequencer.c:2841
4807 #, c-format
4808 msgid ""
4809 "execution succeeded: %s\n"
4810 "but left changes to the index and/or the working tree\n"
4811 "Commit or stash your changes, and then run\n"
4812 "\n"
4813 "  git rebase --continue\n"
4814 "\n"
4815 msgstr ""
4816
4817 #: sequencer.c:2902
4818 #, c-format
4819 msgid "illegal label name: '%.*s'"
4820 msgstr ""
4821
4822 #: sequencer.c:2954
4823 msgid "writing fake root commit"
4824 msgstr ""
4825
4826 #: sequencer.c:2959
4827 msgid "writing squash-onto"
4828 msgstr ""
4829
4830 #: sequencer.c:2997 builtin/rebase.c:585 builtin/rebase.c:591
4831 #, c-format
4832 msgid "failed to find tree of %s"
4833 msgstr ""
4834
4835 #: sequencer.c:3015 builtin/rebase.c:604
4836 msgid "could not write index"
4837 msgstr ""
4838
4839 #: sequencer.c:3042
4840 #, c-format
4841 msgid "could not resolve '%s'"
4842 msgstr ""
4843
4844 #: sequencer.c:3068
4845 msgid "cannot merge without a current revision"
4846 msgstr ""
4847
4848 #: sequencer.c:3090
4849 #, c-format
4850 msgid "unable to parse '%.*s'"
4851 msgstr ""
4852
4853 #: sequencer.c:3099
4854 #, c-format
4855 msgid "nothing to merge: '%.*s'"
4856 msgstr ""
4857
4858 #: sequencer.c:3111
4859 msgid "octopus merge cannot be executed on top of a [new root]"
4860 msgstr ""
4861
4862 #: sequencer.c:3126
4863 #, c-format
4864 msgid "could not get commit message of '%s'"
4865 msgstr ""
4866
4867 #: sequencer.c:3274
4868 #, c-format
4869 msgid "could not even attempt to merge '%.*s'"
4870 msgstr ""
4871
4872 #: sequencer.c:3290
4873 msgid "merge: Unable to write new index file"
4874 msgstr ""
4875
4876 #: sequencer.c:3358 builtin/rebase.c:268
4877 #, c-format
4878 msgid "Applied autostash.\n"
4879 msgstr ""
4880
4881 #: sequencer.c:3370
4882 #, c-format
4883 msgid "cannot store %s"
4884 msgstr ""
4885
4886 #: sequencer.c:3373 builtin/rebase.c:284
4887 #, c-format
4888 msgid ""
4889 "Applying autostash resulted in conflicts.\n"
4890 "Your changes are safe in the stash.\n"
4891 "You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
4892 msgstr ""
4893
4894 #: sequencer.c:3427
4895 #, c-format
4896 msgid "could not checkout %s"
4897 msgstr ""
4898
4899 #: sequencer.c:3441
4900 #, c-format
4901 msgid "%s: not a valid OID"
4902 msgstr ""
4903
4904 #: sequencer.c:3446 git-rebase--preserve-merges.sh:724
4905 msgid "could not detach HEAD"
4906 msgstr ""
4907
4908 #: sequencer.c:3461
4909 #, c-format
4910 msgid "Stopped at HEAD\n"
4911 msgstr ""
4912
4913 #: sequencer.c:3463
4914 #, c-format
4915 msgid "Stopped at %s\n"
4916 msgstr ""
4917
4918 #: sequencer.c:3471
4919 #, c-format
4920 msgid ""
4921 "Could not execute the todo command\n"
4922 "\n"
4923 "    %.*s\n"
4924 "It has been rescheduled; To edit the command before continuing, please\n"
4925 "edit the todo list first:\n"
4926 "\n"
4927 "    git rebase --edit-todo\n"
4928 "    git rebase --continue\n"
4929 msgstr ""
4930
4931 #: sequencer.c:3543
4932 #, c-format
4933 msgid "Stopped at %s...  %.*s\n"
4934 msgstr ""
4935
4936 #: sequencer.c:3622
4937 #, c-format
4938 msgid "unknown command %d"
4939 msgstr ""
4940
4941 #: sequencer.c:3667
4942 msgid "could not read orig-head"
4943 msgstr ""
4944
4945 #: sequencer.c:3672 sequencer.c:4741
4946 msgid "could not read 'onto'"
4947 msgstr ""
4948
4949 #: sequencer.c:3686
4950 #, c-format
4951 msgid "could not update HEAD to %s"
4952 msgstr ""
4953
4954 #: sequencer.c:3772
4955 msgid "cannot rebase: You have unstaged changes."
4956 msgstr ""
4957
4958 #: sequencer.c:3781
4959 msgid "cannot amend non-existing commit"
4960 msgstr ""
4961
4962 #: sequencer.c:3783
4963 #, c-format
4964 msgid "invalid file: '%s'"
4965 msgstr ""
4966
4967 #: sequencer.c:3785
4968 #, c-format
4969 msgid "invalid contents: '%s'"
4970 msgstr ""
4971
4972 #: sequencer.c:3788
4973 msgid ""
4974 "\n"
4975 "You have uncommitted changes in your working tree. Please, commit them\n"
4976 "first and then run 'git rebase --continue' again."
4977 msgstr ""
4978
4979 #: sequencer.c:3824 sequencer.c:3862
4980 #, c-format
4981 msgid "could not write file: '%s'"
4982 msgstr ""
4983
4984 #: sequencer.c:3877
4985 msgid "could not remove CHERRY_PICK_HEAD"
4986 msgstr ""
4987
4988 #: sequencer.c:3884
4989 msgid "could not commit staged changes."
4990 msgstr ""
4991
4992 #: sequencer.c:3982
4993 #, c-format
4994 msgid "%s: can't cherry-pick a %s"
4995 msgstr ""
4996
4997 #: sequencer.c:3986
4998 #, c-format
4999 msgid "%s: bad revision"
5000 msgstr ""
5001
5002 #: sequencer.c:4021
5003 msgid "can't revert as initial commit"
5004 msgstr ""
5005
5006 #: sequencer.c:4466
5007 msgid "make_script: unhandled options"
5008 msgstr ""
5009
5010 #: sequencer.c:4469
5011 msgid "make_script: error preparing revisions"
5012 msgstr ""
5013
5014 #: sequencer.c:4509 sequencer.c:4565 sequencer.c:4840
5015 #, c-format
5016 msgid "unusable todo list: '%s'"
5017 msgstr ""
5018
5019 #: sequencer.c:4620
5020 #, c-format
5021 msgid ""
5022 "unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."
5023 msgstr ""
5024
5025 #: sequencer.c:4690
5026 #, c-format
5027 msgid ""
5028 "Warning: some commits may have been dropped accidentally.\n"
5029 "Dropped commits (newer to older):\n"
5030 msgstr ""
5031
5032 #: sequencer.c:4697
5033 #, c-format
5034 msgid ""
5035 "To avoid this message, use \"drop\" to explicitly remove a commit.\n"
5036 "\n"
5037 "Use 'git config rebase.missingCommitsCheck' to change the level of "
5038 "warnings.\n"
5039 "The possible behaviours are: ignore, warn, error.\n"
5040 "\n"
5041 msgstr ""
5042
5043 #: sequencer.c:4710
5044 #, c-format
5045 msgid ""
5046 "You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
5047 "continue'.\n"
5048 "Or you can abort the rebase with 'git rebase --abort'.\n"
5049 msgstr ""
5050
5051 #: sequencer.c:4848 sequencer.c:4886
5052 msgid "nothing to do"
5053 msgstr ""
5054
5055 #: sequencer.c:4852
5056 #, c-format
5057 msgid "Rebase %s onto %s (%d command)"
5058 msgid_plural "Rebase %s onto %s (%d commands)"
5059 msgstr[0] ""
5060 msgstr[1] ""
5061
5062 #: sequencer.c:4864
5063 #, c-format
5064 msgid "could not copy '%s' to '%s'."
5065 msgstr ""
5066
5067 #: sequencer.c:4868 sequencer.c:4897
5068 msgid "could not transform the todo list"
5069 msgstr ""
5070
5071 #: sequencer.c:4900
5072 msgid "could not skip unnecessary pick commands"
5073 msgstr ""
5074
5075 #: sequencer.c:4983
5076 msgid "the script was already rearranged."
5077 msgstr ""
5078
5079 #: setup.c:123
5080 #, c-format
5081 msgid "'%s' is outside repository"
5082 msgstr ""
5083
5084 #: setup.c:172
5085 #, c-format
5086 msgid ""
5087 "%s: no such path in the working tree.\n"
5088 "Use 'git <command> -- <path>...' to specify paths that do not exist locally."
5089 msgstr ""
5090
5091 #: setup.c:185
5092 #, c-format
5093 msgid ""
5094 "ambiguous argument '%s': unknown revision or path not in the working tree.\n"
5095 "Use '--' to separate paths from revisions, like this:\n"
5096 "'git <command> [<revision>...] -- [<file>...]'"
5097 msgstr ""
5098
5099 #: setup.c:234
5100 #, c-format
5101 msgid "option '%s' must come before non-option arguments"
5102 msgstr ""
5103
5104 #: setup.c:253
5105 #, c-format
5106 msgid ""
5107 "ambiguous argument '%s': both revision and filename\n"
5108 "Use '--' to separate paths from revisions, like this:\n"
5109 "'git <command> [<revision>...] -- [<file>...]'"
5110 msgstr ""
5111
5112 #: setup.c:389
5113 msgid "unable to set up work tree using invalid config"
5114 msgstr ""
5115
5116 #: setup.c:393
5117 msgid "this operation must be run in a work tree"
5118 msgstr ""
5119
5120 #: setup.c:527
5121 #, c-format
5122 msgid "Expected git repo version <= %d, found %d"
5123 msgstr ""
5124
5125 #: setup.c:535
5126 msgid "unknown repository extensions found:"
5127 msgstr ""
5128
5129 #: setup.c:554
5130 #, c-format
5131 msgid "error opening '%s'"
5132 msgstr ""
5133
5134 #: setup.c:556
5135 #, c-format
5136 msgid "too large to be a .git file: '%s'"
5137 msgstr ""
5138
5139 #: setup.c:558
5140 #, c-format
5141 msgid "error reading %s"
5142 msgstr ""
5143
5144 #: setup.c:560
5145 #, c-format
5146 msgid "invalid gitfile format: %s"
5147 msgstr ""
5148
5149 #: setup.c:562
5150 #, c-format
5151 msgid "no path in gitfile: %s"
5152 msgstr ""
5153
5154 #: setup.c:564
5155 #, c-format
5156 msgid "not a git repository: %s"
5157 msgstr ""
5158
5159 #: setup.c:663
5160 #, c-format
5161 msgid "'$%s' too big"
5162 msgstr ""
5163
5164 #: setup.c:677
5165 #, c-format
5166 msgid "not a git repository: '%s'"
5167 msgstr ""
5168
5169 #: setup.c:706 setup.c:708 setup.c:739
5170 #, c-format
5171 msgid "cannot chdir to '%s'"
5172 msgstr ""
5173
5174 #: setup.c:711 setup.c:767 setup.c:777 setup.c:816 setup.c:824 setup.c:839
5175 msgid "cannot come back to cwd"
5176 msgstr ""
5177
5178 #: setup.c:837
5179 #, c-format
5180 msgid "not a git repository (or any of the parent directories): %s"
5181 msgstr ""
5182
5183 #: setup.c:848
5184 #, c-format
5185 msgid "failed to stat '%*s%s%s'"
5186 msgstr ""
5187
5188 #: setup.c:1078
5189 msgid "Unable to read current working directory"
5190 msgstr ""
5191
5192 #: setup.c:1090 setup.c:1096
5193 #, c-format
5194 msgid "cannot change to '%s'"
5195 msgstr ""
5196
5197 #: setup.c:1109
5198 #, c-format
5199 msgid ""
5200 "not a git repository (or any parent up to mount point %s)\n"
5201 "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
5202 msgstr ""
5203
5204 #: setup.c:1192
5205 #, c-format
5206 msgid ""
5207 "problem with core.sharedRepository filemode value (0%.3o).\n"
5208 "The owner of files must always have read and write permissions."
5209 msgstr ""
5210
5211 #: setup.c:1235
5212 msgid "open /dev/null or dup failed"
5213 msgstr ""
5214
5215 #: setup.c:1250
5216 msgid "fork failed"
5217 msgstr ""
5218
5219 #: setup.c:1255
5220 msgid "setsid failed"
5221 msgstr ""
5222
5223 #: sha1-file.c:381
5224 #, c-format
5225 msgid "object directory %s does not exist; check .git/objects/info/alternates"
5226 msgstr ""
5227
5228 #: sha1-file.c:432
5229 #, c-format
5230 msgid "unable to normalize alternate object path: %s"
5231 msgstr ""
5232
5233 #: sha1-file.c:503
5234 #, c-format
5235 msgid "%s: ignoring alternate object stores, nesting too deep"
5236 msgstr ""
5237
5238 #: sha1-file.c:510
5239 #, c-format
5240 msgid "unable to normalize object directory: %s"
5241 msgstr ""
5242
5243 #: sha1-file.c:565
5244 msgid "unable to fdopen alternates lockfile"
5245 msgstr ""
5246
5247 #: sha1-file.c:583
5248 msgid "unable to read alternates file"
5249 msgstr ""
5250
5251 #: sha1-file.c:590
5252 msgid "unable to move new alternates file into place"
5253 msgstr ""
5254
5255 #: sha1-file.c:625
5256 #, c-format
5257 msgid "path '%s' does not exist"
5258 msgstr ""
5259
5260 #: sha1-file.c:651
5261 #, c-format
5262 msgid "reference repository '%s' as a linked checkout is not supported yet."
5263 msgstr ""
5264
5265 #: sha1-file.c:657
5266 #, c-format
5267 msgid "reference repository '%s' is not a local repository."
5268 msgstr ""
5269
5270 #: sha1-file.c:663
5271 #, c-format
5272 msgid "reference repository '%s' is shallow"
5273 msgstr ""
5274
5275 #: sha1-file.c:671
5276 #, c-format
5277 msgid "reference repository '%s' is grafted"
5278 msgstr ""
5279
5280 #: sha1-file.c:781
5281 #, c-format
5282 msgid "attempting to mmap %<PRIuMAX> over limit %<PRIuMAX>"
5283 msgstr ""
5284
5285 #: sha1-file.c:806
5286 msgid "mmap failed"
5287 msgstr ""
5288
5289 #: sha1-file.c:973
5290 #, c-format
5291 msgid "object file %s is empty"
5292 msgstr ""
5293
5294 #: sha1-file.c:1093 sha1-file.c:2215
5295 #, c-format
5296 msgid "corrupt loose object '%s'"
5297 msgstr ""
5298
5299 #: sha1-file.c:1095 sha1-file.c:2219
5300 #, c-format
5301 msgid "garbage at end of loose object '%s'"
5302 msgstr ""
5303
5304 #: sha1-file.c:1137
5305 msgid "invalid object type"
5306 msgstr ""
5307
5308 #: sha1-file.c:1219
5309 #, c-format
5310 msgid "unable to unpack %s header with --allow-unknown-type"
5311 msgstr ""
5312
5313 #: sha1-file.c:1222
5314 #, c-format
5315 msgid "unable to unpack %s header"
5316 msgstr ""
5317
5318 #: sha1-file.c:1228
5319 #, c-format
5320 msgid "unable to parse %s header with --allow-unknown-type"
5321 msgstr ""
5322
5323 #: sha1-file.c:1231
5324 #, c-format
5325 msgid "unable to parse %s header"
5326 msgstr ""
5327
5328 #: sha1-file.c:1422
5329 #, c-format
5330 msgid "failed to read object %s"
5331 msgstr ""
5332
5333 #: sha1-file.c:1426
5334 #, c-format
5335 msgid "replacement %s not found for %s"
5336 msgstr ""
5337
5338 #: sha1-file.c:1430
5339 #, c-format
5340 msgid "loose object %s (stored in %s) is corrupt"
5341 msgstr ""
5342
5343 #: sha1-file.c:1434
5344 #, c-format
5345 msgid "packed object %s (stored in %s) is corrupt"
5346 msgstr ""
5347
5348 #: sha1-file.c:1536
5349 #, c-format
5350 msgid "unable to write sha1 filename %s"
5351 msgstr ""
5352
5353 #: sha1-file.c:1543
5354 #, c-format
5355 msgid "unable to set permission to '%s'"
5356 msgstr ""
5357
5358 #: sha1-file.c:1550
5359 msgid "file write error"
5360 msgstr ""
5361
5362 #: sha1-file.c:1569
5363 msgid "error when closing sha1 file"
5364 msgstr ""
5365
5366 #: sha1-file.c:1635
5367 #, c-format
5368 msgid "insufficient permission for adding an object to repository database %s"
5369 msgstr ""
5370
5371 #: sha1-file.c:1637
5372 msgid "unable to create temporary file"
5373 msgstr ""
5374
5375 #: sha1-file.c:1661
5376 msgid "unable to write sha1 file"
5377 msgstr ""
5378
5379 #: sha1-file.c:1667
5380 #, c-format
5381 msgid "unable to deflate new object %s (%d)"
5382 msgstr ""
5383
5384 #: sha1-file.c:1671
5385 #, c-format
5386 msgid "deflateEnd on object %s failed (%d)"
5387 msgstr ""
5388
5389 #: sha1-file.c:1675
5390 #, c-format
5391 msgid "confused by unstable object source data for %s"
5392 msgstr ""
5393
5394 #: sha1-file.c:1685 builtin/pack-objects.c:918
5395 #, c-format
5396 msgid "failed utime() on %s"
5397 msgstr ""
5398
5399 #: sha1-file.c:1760
5400 #, c-format
5401 msgid "cannot read sha1_file for %s"
5402 msgstr ""
5403
5404 #: sha1-file.c:1805
5405 msgid "corrupt commit"
5406 msgstr ""
5407
5408 #: sha1-file.c:1813
5409 msgid "corrupt tag"
5410 msgstr ""
5411
5412 #: sha1-file.c:1912
5413 #, c-format
5414 msgid "read error while indexing %s"
5415 msgstr ""
5416
5417 #: sha1-file.c:1915
5418 #, c-format
5419 msgid "short read while indexing %s"
5420 msgstr ""
5421
5422 #: sha1-file.c:1988 sha1-file.c:1997
5423 #, c-format
5424 msgid "%s: failed to insert into database"
5425 msgstr ""
5426
5427 #: sha1-file.c:2003
5428 #, c-format
5429 msgid "%s: unsupported file type"
5430 msgstr ""
5431
5432 #: sha1-file.c:2027
5433 #, c-format
5434 msgid "%s is not a valid object"
5435 msgstr ""
5436
5437 #: sha1-file.c:2029
5438 #, c-format
5439 msgid "%s is not a valid '%s' object"
5440 msgstr ""
5441
5442 #: sha1-file.c:2056 builtin/index-pack.c:154
5443 #, c-format
5444 msgid "unable to open %s"
5445 msgstr ""
5446
5447 #: sha1-file.c:2226 sha1-file.c:2278
5448 #, c-format
5449 msgid "sha1 mismatch for %s (expected %s)"
5450 msgstr ""
5451
5452 #: sha1-file.c:2250
5453 #, c-format
5454 msgid "unable to mmap %s"
5455 msgstr ""
5456
5457 #: sha1-file.c:2255
5458 #, c-format
5459 msgid "unable to unpack header of %s"
5460 msgstr ""
5461
5462 #: sha1-file.c:2261
5463 #, c-format
5464 msgid "unable to parse header of %s"
5465 msgstr ""
5466
5467 #: sha1-file.c:2272
5468 #, c-format
5469 msgid "unable to unpack contents of %s"
5470 msgstr ""
5471
5472 #: sha1-name.c:476
5473 #, c-format
5474 msgid "short SHA1 %s is ambiguous"
5475 msgstr ""
5476
5477 #: sha1-name.c:487
5478 msgid "The candidates are:"
5479 msgstr ""
5480
5481 #: sha1-name.c:770
5482 msgid ""
5483 "Git normally never creates a ref that ends with 40 hex characters\n"
5484 "because it will be ignored when you just specify 40-hex. These refs\n"
5485 "may be created by mistake. For example,\n"
5486 "\n"
5487 "  git checkout -b $br $(git rev-parse ...)\n"
5488 "\n"
5489 "where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
5490 "examine these refs and maybe delete them. Turn this message off by\n"
5491 "running \"git config advice.objectNameWarning false\""
5492 msgstr ""
5493
5494 #: submodule.c:116 submodule.c:145
5495 msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
5496 msgstr ""
5497
5498 #: submodule.c:120 submodule.c:149
5499 #, c-format
5500 msgid "Could not find section in .gitmodules where path=%s"
5501 msgstr ""
5502
5503 #: submodule.c:156
5504 #, c-format
5505 msgid "Could not remove .gitmodules entry for %s"
5506 msgstr ""
5507
5508 #: submodule.c:167
5509 msgid "staging updated .gitmodules failed"
5510 msgstr ""
5511
5512 #: submodule.c:329
5513 #, c-format
5514 msgid "in unpopulated submodule '%s'"
5515 msgstr ""
5516
5517 #: submodule.c:360
5518 #, c-format
5519 msgid "Pathspec '%s' is in submodule '%.*s'"
5520 msgstr ""
5521
5522 #: submodule.c:857
5523 #, c-format
5524 msgid "submodule entry '%s' (%s) is a %s, not a commit"
5525 msgstr ""
5526
5527 #: submodule.c:1097 builtin/branch.c:656 builtin/submodule--helper.c:1985
5528 msgid "Failed to resolve HEAD as a valid ref."
5529 msgstr ""
5530
5531 #: submodule.c:1404
5532 #, c-format
5533 msgid "'%s' not recognized as a git repository"
5534 msgstr ""
5535
5536 #: submodule.c:1542
5537 #, c-format
5538 msgid "could not start 'git status' in submodule '%s'"
5539 msgstr ""
5540
5541 #: submodule.c:1555
5542 #, c-format
5543 msgid "could not run 'git status' in submodule '%s'"
5544 msgstr ""
5545
5546 #: submodule.c:1648
5547 #, c-format
5548 msgid "submodule '%s' has dirty index"
5549 msgstr ""
5550
5551 #: submodule.c:1700
5552 #, c-format
5553 msgid "Submodule '%s' could not be updated."
5554 msgstr ""
5555
5556 #: submodule.c:1747
5557 #, c-format
5558 msgid ""
5559 "relocate_gitdir for submodule '%s' with more than one worktree not supported"
5560 msgstr ""
5561
5562 #: submodule.c:1759 submodule.c:1815
5563 #, c-format
5564 msgid "could not lookup name for submodule '%s'"
5565 msgstr ""
5566
5567 #: submodule.c:1766
5568 #, c-format
5569 msgid ""
5570 "Migrating git directory of '%s%s' from\n"
5571 "'%s' to\n"
5572 "'%s'\n"
5573 msgstr ""
5574
5575 #: submodule.c:1850
5576 #, c-format
5577 msgid "could not recurse into submodule '%s'"
5578 msgstr ""
5579
5580 #: submodule.c:1894
5581 msgid "could not start ls-files in .."
5582 msgstr ""
5583
5584 #: submodule.c:1933
5585 #, c-format
5586 msgid "ls-tree returned unexpected return code %d"
5587 msgstr ""
5588
5589 #: submodule-config.c:232
5590 #, c-format
5591 msgid "ignoring suspicious submodule name: %s"
5592 msgstr ""
5593
5594 #: submodule-config.c:296
5595 msgid "negative values not allowed for submodule.fetchjobs"
5596 msgstr ""
5597
5598 #: submodule-config.c:390
5599 #, c-format
5600 msgid "ignoring '%s' which may be interpreted as a command-line option: %s"
5601 msgstr ""
5602
5603 #: submodule-config.c:479
5604 #, c-format
5605 msgid "invalid value for %s"
5606 msgstr ""
5607
5608 #: submodule-config.c:754
5609 #, c-format
5610 msgid "Could not update .gitmodules entry %s"
5611 msgstr ""
5612
5613 #: trailer.c:238
5614 #, c-format
5615 msgid "running trailer command '%s' failed"
5616 msgstr ""
5617
5618 #: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:553
5619 #: trailer.c:557
5620 #, c-format
5621 msgid "unknown value '%s' for key '%s'"
5622 msgstr ""
5623
5624 #: trailer.c:539 trailer.c:544 builtin/remote.c:295
5625 #, c-format
5626 msgid "more than one %s"
5627 msgstr ""
5628
5629 #: trailer.c:730
5630 #, c-format
5631 msgid "empty trailer token in trailer '%.*s'"
5632 msgstr ""
5633
5634 #: trailer.c:750
5635 #, c-format
5636 msgid "could not read input file '%s'"
5637 msgstr ""
5638
5639 #: trailer.c:753
5640 msgid "could not read from stdin"
5641 msgstr ""
5642
5643 #: trailer.c:1011 builtin/am.c:47
5644 #, c-format
5645 msgid "could not stat %s"
5646 msgstr ""
5647
5648 #: trailer.c:1013
5649 #, c-format
5650 msgid "file %s is not a regular file"
5651 msgstr ""
5652
5653 #: trailer.c:1015
5654 #, c-format
5655 msgid "file %s is not writable by user"
5656 msgstr ""
5657
5658 #: trailer.c:1027
5659 msgid "could not open temporary file"
5660 msgstr ""
5661
5662 #: trailer.c:1067
5663 #, c-format
5664 msgid "could not rename temporary file to %s"
5665 msgstr ""
5666
5667 #: transport.c:116
5668 #, c-format
5669 msgid "Would set upstream of '%s' to '%s' of '%s'\n"
5670 msgstr ""
5671
5672 #: transport.c:142
5673 #, c-format
5674 msgid "could not read bundle '%s'"
5675 msgstr ""
5676
5677 #: transport.c:208
5678 #, c-format
5679 msgid "transport: invalid depth option '%s'"
5680 msgstr ""
5681
5682 #: transport.c:616
5683 msgid "could not parse transport.color.* config"
5684 msgstr ""
5685
5686 #: transport.c:689
5687 msgid "support for protocol v2 not implemented yet"
5688 msgstr ""
5689
5690 #: transport.c:816
5691 #, c-format
5692 msgid "unknown value for config '%s': %s"
5693 msgstr ""
5694
5695 #: transport.c:882
5696 #, c-format
5697 msgid "transport '%s' not allowed"
5698 msgstr ""
5699
5700 #: transport.c:936
5701 msgid "git-over-rsync is no longer supported"
5702 msgstr ""
5703
5704 #: transport.c:1031
5705 #, c-format
5706 msgid ""
5707 "The following submodule paths contain changes that can\n"
5708 "not be found on any remote:\n"
5709 msgstr ""
5710
5711 #: transport.c:1035
5712 #, c-format
5713 msgid ""
5714 "\n"
5715 "Please try\n"
5716 "\n"
5717 "\tgit push --recurse-submodules=on-demand\n"
5718 "\n"
5719 "or cd to the path and use\n"
5720 "\n"
5721 "\tgit push\n"
5722 "\n"
5723 "to push them to a remote.\n"
5724 "\n"
5725 msgstr ""
5726
5727 #: transport.c:1043
5728 msgid "Aborting."
5729 msgstr ""
5730
5731 #: transport.c:1182
5732 msgid "failed to push all needed submodules"
5733 msgstr ""
5734
5735 #: transport.c:1315 transport-helper.c:643
5736 msgid "operation not supported by protocol"
5737 msgstr ""
5738
5739 #: transport.c:1419
5740 #, c-format
5741 msgid "invalid line while parsing alternate refs: %s"
5742 msgstr ""
5743
5744 #: transport-helper.c:51 transport-helper.c:80
5745 msgid "full write to remote helper failed"
5746 msgstr ""
5747
5748 #: transport-helper.c:132
5749 #, c-format
5750 msgid "unable to find remote helper for '%s'"
5751 msgstr ""
5752
5753 #: transport-helper.c:148 transport-helper.c:557
5754 msgid "can't dup helper output fd"
5755 msgstr ""
5756
5757 #: transport-helper.c:199
5758 #, c-format
5759 msgid ""
5760 "unknown mandatory capability %s; this remote helper probably needs newer "
5761 "version of Git"
5762 msgstr ""
5763
5764 #: transport-helper.c:205
5765 msgid "this remote helper should implement refspec capability"
5766 msgstr ""
5767
5768 #: transport-helper.c:272 transport-helper.c:412
5769 #, c-format
5770 msgid "%s unexpectedly said: '%s'"
5771 msgstr ""
5772
5773 #: transport-helper.c:401
5774 #, c-format
5775 msgid "%s also locked %s"
5776 msgstr ""
5777
5778 #: transport-helper.c:479
5779 msgid "couldn't run fast-import"
5780 msgstr ""
5781
5782 #: transport-helper.c:502
5783 msgid "error while running fast-import"
5784 msgstr ""
5785
5786 #: transport-helper.c:531 transport-helper.c:1091
5787 #, c-format
5788 msgid "could not read ref %s"
5789 msgstr ""
5790
5791 #: transport-helper.c:576
5792 #, c-format
5793 msgid "unknown response to connect: %s"
5794 msgstr ""
5795
5796 #: transport-helper.c:598
5797 msgid "setting remote service path not supported by protocol"
5798 msgstr ""
5799
5800 #: transport-helper.c:600
5801 msgid "invalid remote service path"
5802 msgstr ""
5803
5804 #: transport-helper.c:646
5805 #, c-format
5806 msgid "can't connect to subservice %s"
5807 msgstr ""
5808
5809 #: transport-helper.c:713
5810 #, c-format
5811 msgid "expected ok/error, helper said '%s'"
5812 msgstr ""
5813
5814 #: transport-helper.c:766
5815 #, c-format
5816 msgid "helper reported unexpected status of %s"
5817 msgstr ""
5818
5819 #: transport-helper.c:827
5820 #, c-format
5821 msgid "helper %s does not support dry-run"
5822 msgstr ""
5823
5824 #: transport-helper.c:830
5825 #, c-format
5826 msgid "helper %s does not support --signed"
5827 msgstr ""
5828
5829 #: transport-helper.c:833
5830 #, c-format
5831 msgid "helper %s does not support --signed=if-asked"
5832 msgstr ""
5833
5834 #: transport-helper.c:840
5835 #, c-format
5836 msgid "helper %s does not support 'push-option'"
5837 msgstr ""
5838
5839 #: transport-helper.c:932
5840 msgid "remote-helper doesn't support push; refspec needed"
5841 msgstr ""
5842
5843 #: transport-helper.c:937
5844 #, c-format
5845 msgid "helper %s does not support 'force'"
5846 msgstr ""
5847
5848 #: transport-helper.c:984
5849 msgid "couldn't run fast-export"
5850 msgstr ""
5851
5852 #: transport-helper.c:989
5853 msgid "error while running fast-export"
5854 msgstr ""
5855
5856 #: transport-helper.c:1014
5857 #, c-format
5858 msgid ""
5859 "No refs in common and none specified; doing nothing.\n"
5860 "Perhaps you should specify a branch such as 'master'.\n"
5861 msgstr ""
5862
5863 #: transport-helper.c:1077
5864 #, c-format
5865 msgid "malformed response in ref list: %s"
5866 msgstr ""
5867
5868 #: transport-helper.c:1231
5869 #, c-format
5870 msgid "read(%s) failed"
5871 msgstr ""
5872
5873 #: transport-helper.c:1258
5874 #, c-format
5875 msgid "write(%s) failed"
5876 msgstr ""
5877
5878 #: transport-helper.c:1307
5879 #, c-format
5880 msgid "%s thread failed"
5881 msgstr ""
5882
5883 #: transport-helper.c:1311
5884 #, c-format
5885 msgid "%s thread failed to join: %s"
5886 msgstr ""
5887
5888 #: transport-helper.c:1330 transport-helper.c:1334
5889 #, c-format
5890 msgid "can't start thread for copying data: %s"
5891 msgstr ""
5892
5893 #: transport-helper.c:1371
5894 #, c-format
5895 msgid "%s process failed to wait"
5896 msgstr ""
5897
5898 #: transport-helper.c:1375
5899 #, c-format
5900 msgid "%s process failed"
5901 msgstr ""
5902
5903 #: transport-helper.c:1393 transport-helper.c:1402
5904 msgid "can't start thread for copying data"
5905 msgstr ""
5906
5907 #: tree-walk.c:33
5908 msgid "too-short tree object"
5909 msgstr ""
5910
5911 #: tree-walk.c:39
5912 msgid "malformed mode in tree entry"
5913 msgstr ""
5914
5915 #: tree-walk.c:43
5916 msgid "empty filename in tree entry"
5917 msgstr ""
5918
5919 #: tree-walk.c:115
5920 msgid "too-short tree file"
5921 msgstr ""
5922
5923 #: unpack-trees.c:112
5924 #, c-format
5925 msgid ""
5926 "Your local changes to the following files would be overwritten by checkout:\n"
5927 "%%sPlease commit your changes or stash them before you switch branches."
5928 msgstr ""
5929
5930 #: unpack-trees.c:114
5931 #, c-format
5932 msgid ""
5933 "Your local changes to the following files would be overwritten by checkout:\n"
5934 "%%s"
5935 msgstr ""
5936
5937 #: unpack-trees.c:117
5938 #, c-format
5939 msgid ""
5940 "Your local changes to the following files would be overwritten by merge:\n"
5941 "%%sPlease commit your changes or stash them before you merge."
5942 msgstr ""
5943
5944 #: unpack-trees.c:119
5945 #, c-format
5946 msgid ""
5947 "Your local changes to the following files would be overwritten by merge:\n"
5948 "%%s"
5949 msgstr ""
5950
5951 #: unpack-trees.c:122
5952 #, c-format
5953 msgid ""
5954 "Your local changes to the following files would be overwritten by %s:\n"
5955 "%%sPlease commit your changes or stash them before you %s."
5956 msgstr ""
5957
5958 #: unpack-trees.c:124
5959 #, c-format
5960 msgid ""
5961 "Your local changes to the following files would be overwritten by %s:\n"
5962 "%%s"
5963 msgstr ""
5964
5965 #: unpack-trees.c:129
5966 #, c-format
5967 msgid ""
5968 "Updating the following directories would lose untracked files in them:\n"
5969 "%s"
5970 msgstr ""
5971
5972 #: unpack-trees.c:133
5973 #, c-format
5974 msgid ""
5975 "The following untracked working tree files would be removed by checkout:\n"
5976 "%%sPlease move or remove them before you switch branches."
5977 msgstr ""
5978
5979 #: unpack-trees.c:135
5980 #, c-format
5981 msgid ""
5982 "The following untracked working tree files would be removed by checkout:\n"
5983 "%%s"
5984 msgstr ""
5985
5986 #: unpack-trees.c:138
5987 #, c-format
5988 msgid ""
5989 "The following untracked working tree files would be removed by merge:\n"
5990 "%%sPlease move or remove them before you merge."
5991 msgstr ""
5992
5993 #: unpack-trees.c:140
5994 #, c-format
5995 msgid ""
5996 "The following untracked working tree files would be removed by merge:\n"
5997 "%%s"
5998 msgstr ""
5999
6000 #: unpack-trees.c:143
6001 #, c-format
6002 msgid ""
6003 "The following untracked working tree files would be removed by %s:\n"
6004 "%%sPlease move or remove them before you %s."
6005 msgstr ""
6006
6007 #: unpack-trees.c:145
6008 #, c-format
6009 msgid ""
6010 "The following untracked working tree files would be removed by %s:\n"
6011 "%%s"
6012 msgstr ""
6013
6014 #: unpack-trees.c:151
6015 #, c-format
6016 msgid ""
6017 "The following untracked working tree files would be overwritten by "
6018 "checkout:\n"
6019 "%%sPlease move or remove them before you switch branches."
6020 msgstr ""
6021
6022 #: unpack-trees.c:153
6023 #, c-format
6024 msgid ""
6025 "The following untracked working tree files would be overwritten by "
6026 "checkout:\n"
6027 "%%s"
6028 msgstr ""
6029
6030 #: unpack-trees.c:156
6031 #, c-format
6032 msgid ""
6033 "The following untracked working tree files would be overwritten by merge:\n"
6034 "%%sPlease move or remove them before you merge."
6035 msgstr ""
6036
6037 #: unpack-trees.c:158
6038 #, c-format
6039 msgid ""
6040 "The following untracked working tree files would be overwritten by merge:\n"
6041 "%%s"
6042 msgstr ""
6043
6044 #: unpack-trees.c:161
6045 #, c-format
6046 msgid ""
6047 "The following untracked working tree files would be overwritten by %s:\n"
6048 "%%sPlease move or remove them before you %s."
6049 msgstr ""
6050
6051 #: unpack-trees.c:163
6052 #, c-format
6053 msgid ""
6054 "The following untracked working tree files would be overwritten by %s:\n"
6055 "%%s"
6056 msgstr ""
6057
6058 #: unpack-trees.c:171
6059 #, c-format
6060 msgid "Entry '%s' overlaps with '%s'.  Cannot bind."
6061 msgstr ""
6062
6063 #: unpack-trees.c:174
6064 #, c-format
6065 msgid ""
6066 "Cannot update sparse checkout: the following entries are not up to date:\n"
6067 "%s"
6068 msgstr ""
6069
6070 #: unpack-trees.c:176
6071 #, c-format
6072 msgid ""
6073 "The following working tree files would be overwritten by sparse checkout "
6074 "update:\n"
6075 "%s"
6076 msgstr ""
6077
6078 #: unpack-trees.c:178
6079 #, c-format
6080 msgid ""
6081 "The following working tree files would be removed by sparse checkout "
6082 "update:\n"
6083 "%s"
6084 msgstr ""
6085
6086 #: unpack-trees.c:180
6087 #, c-format
6088 msgid ""
6089 "Cannot update submodule:\n"
6090 "%s"
6091 msgstr ""
6092
6093 #: unpack-trees.c:254
6094 #, c-format
6095 msgid "Aborting\n"
6096 msgstr ""
6097
6098 #: unpack-trees.c:336
6099 msgid "Checking out files"
6100 msgstr ""
6101
6102 #: unpack-trees.c:368
6103 msgid ""
6104 "the following paths have collided (e.g. case-sensitive paths\n"
6105 "on a case-insensitive filesystem) and only one from the same\n"
6106 "colliding group is in the working tree:\n"
6107 msgstr ""
6108
6109 #: urlmatch.c:163
6110 msgid "invalid URL scheme name or missing '://' suffix"
6111 msgstr ""
6112
6113 #: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
6114 #, c-format
6115 msgid "invalid %XX escape sequence"
6116 msgstr ""
6117
6118 #: urlmatch.c:215
6119 msgid "missing host and scheme is not 'file:'"
6120 msgstr ""
6121
6122 #: urlmatch.c:232
6123 msgid "a 'file:' URL may not have a port number"
6124 msgstr ""
6125
6126 #: urlmatch.c:247
6127 msgid "invalid characters in host name"
6128 msgstr ""
6129
6130 #: urlmatch.c:292 urlmatch.c:303
6131 msgid "invalid port number"
6132 msgstr ""
6133
6134 #: urlmatch.c:371
6135 msgid "invalid '..' path segment"
6136 msgstr ""
6137
6138 #: worktree.c:249 builtin/am.c:2100
6139 #, c-format
6140 msgid "failed to read '%s'"
6141 msgstr ""
6142
6143 #: worktree.c:295
6144 #, c-format
6145 msgid "'%s' at main working tree is not the repository directory"
6146 msgstr ""
6147
6148 #: worktree.c:306
6149 #, c-format
6150 msgid "'%s' file does not contain absolute path to the working tree location"
6151 msgstr ""
6152
6153 #: worktree.c:318
6154 #, c-format
6155 msgid "'%s' does not exist"
6156 msgstr ""
6157
6158 #: worktree.c:324
6159 #, c-format
6160 msgid "'%s' is not a .git file, error code %d"
6161 msgstr ""
6162
6163 #: worktree.c:332
6164 #, c-format
6165 msgid "'%s' does not point back to '%s'"
6166 msgstr ""
6167
6168 #: wrapper.c:223 wrapper.c:393
6169 #, c-format
6170 msgid "could not open '%s' for reading and writing"
6171 msgstr ""
6172
6173 #: wrapper.c:424 wrapper.c:624
6174 #, c-format
6175 msgid "unable to access '%s'"
6176 msgstr ""
6177
6178 #: wrapper.c:632
6179 msgid "unable to get current working directory"
6180 msgstr ""
6181
6182 #: wt-status.c:154
6183 msgid "Unmerged paths:"
6184 msgstr ""
6185
6186 #: wt-status.c:181 wt-status.c:208
6187 #, c-format
6188 msgid "  (use \"git reset %s <file>...\" to unstage)"
6189 msgstr ""
6190
6191 #: wt-status.c:183 wt-status.c:210
6192 msgid "  (use \"git rm --cached <file>...\" to unstage)"
6193 msgstr ""
6194
6195 #: wt-status.c:187
6196 msgid "  (use \"git add <file>...\" to mark resolution)"
6197 msgstr ""
6198
6199 #: wt-status.c:189 wt-status.c:193
6200 msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
6201 msgstr ""
6202
6203 #: wt-status.c:191
6204 msgid "  (use \"git rm <file>...\" to mark resolution)"
6205 msgstr ""
6206
6207 #: wt-status.c:202 wt-status.c:1042
6208 msgid "Changes to be committed:"
6209 msgstr ""
6210
6211 #: wt-status.c:220 wt-status.c:1051
6212 msgid "Changes not staged for commit:"
6213 msgstr ""
6214
6215 #: wt-status.c:224
6216 msgid "  (use \"git add <file>...\" to update what will be committed)"
6217 msgstr ""
6218
6219 #: wt-status.c:226
6220 msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
6221 msgstr ""
6222
6223 #: wt-status.c:227
6224 msgid ""
6225 "  (use \"git checkout -- <file>...\" to discard changes in working directory)"
6226 msgstr ""
6227
6228 #: wt-status.c:229
6229 msgid "  (commit or discard the untracked or modified content in submodules)"
6230 msgstr ""
6231
6232 #: wt-status.c:241
6233 #, c-format
6234 msgid "  (use \"git %s <file>...\" to include in what will be committed)"
6235 msgstr ""
6236
6237 #: wt-status.c:256
6238 msgid "both deleted:"
6239 msgstr ""
6240
6241 #: wt-status.c:258
6242 msgid "added by us:"
6243 msgstr ""
6244
6245 #: wt-status.c:260
6246 msgid "deleted by them:"
6247 msgstr ""
6248
6249 #: wt-status.c:262
6250 msgid "added by them:"
6251 msgstr ""
6252
6253 #: wt-status.c:264
6254 msgid "deleted by us:"
6255 msgstr ""
6256
6257 #: wt-status.c:266
6258 msgid "both added:"
6259 msgstr ""
6260
6261 #: wt-status.c:268
6262 msgid "both modified:"
6263 msgstr ""
6264
6265 #: wt-status.c:278
6266 msgid "new file:"
6267 msgstr ""
6268
6269 #: wt-status.c:280
6270 msgid "copied:"
6271 msgstr ""
6272
6273 #: wt-status.c:282
6274 msgid "deleted:"
6275 msgstr ""
6276
6277 #: wt-status.c:284
6278 msgid "modified:"
6279 msgstr ""
6280
6281 #: wt-status.c:286
6282 msgid "renamed:"
6283 msgstr ""
6284
6285 #: wt-status.c:288
6286 msgid "typechange:"
6287 msgstr ""
6288
6289 #: wt-status.c:290
6290 msgid "unknown:"
6291 msgstr ""
6292
6293 #: wt-status.c:292
6294 msgid "unmerged:"
6295 msgstr ""
6296
6297 #: wt-status.c:372
6298 msgid "new commits, "
6299 msgstr ""
6300
6301 #: wt-status.c:374
6302 msgid "modified content, "
6303 msgstr ""
6304
6305 #: wt-status.c:376
6306 msgid "untracked content, "
6307 msgstr ""
6308
6309 #: wt-status.c:880
6310 #, c-format
6311 msgid "Your stash currently has %d entry"
6312 msgid_plural "Your stash currently has %d entries"
6313 msgstr[0] ""
6314 msgstr[1] ""
6315
6316 #: wt-status.c:912
6317 msgid "Submodules changed but not updated:"
6318 msgstr ""
6319
6320 #: wt-status.c:914
6321 msgid "Submodule changes to be committed:"
6322 msgstr ""
6323
6324 #: wt-status.c:996
6325 msgid ""
6326 "Do not modify or remove the line above.\n"
6327 "Everything below it will be ignored."
6328 msgstr ""
6329
6330 #: wt-status.c:1097
6331 msgid "You have unmerged paths."
6332 msgstr ""
6333
6334 #: wt-status.c:1100
6335 msgid "  (fix conflicts and run \"git commit\")"
6336 msgstr ""
6337
6338 #: wt-status.c:1102
6339 msgid "  (use \"git merge --abort\" to abort the merge)"
6340 msgstr ""
6341
6342 #: wt-status.c:1106
6343 msgid "All conflicts fixed but you are still merging."
6344 msgstr ""
6345
6346 #: wt-status.c:1109
6347 msgid "  (use \"git commit\" to conclude merge)"
6348 msgstr ""
6349
6350 #: wt-status.c:1118
6351 msgid "You are in the middle of an am session."
6352 msgstr ""
6353
6354 #: wt-status.c:1121
6355 msgid "The current patch is empty."
6356 msgstr ""
6357
6358 #: wt-status.c:1125
6359 msgid "  (fix conflicts and then run \"git am --continue\")"
6360 msgstr ""
6361
6362 #: wt-status.c:1127
6363 msgid "  (use \"git am --skip\" to skip this patch)"
6364 msgstr ""
6365
6366 #: wt-status.c:1129
6367 msgid "  (use \"git am --abort\" to restore the original branch)"
6368 msgstr ""
6369
6370 #: wt-status.c:1260
6371 msgid "git-rebase-todo is missing."
6372 msgstr ""
6373
6374 #: wt-status.c:1262
6375 msgid "No commands done."
6376 msgstr ""
6377
6378 #: wt-status.c:1265
6379 #, c-format
6380 msgid "Last command done (%d command done):"
6381 msgid_plural "Last commands done (%d commands done):"
6382 msgstr[0] ""
6383 msgstr[1] ""
6384
6385 #: wt-status.c:1276
6386 #, c-format
6387 msgid "  (see more in file %s)"
6388 msgstr ""
6389
6390 #: wt-status.c:1281
6391 msgid "No commands remaining."
6392 msgstr ""
6393
6394 #: wt-status.c:1284
6395 #, c-format
6396 msgid "Next command to do (%d remaining command):"
6397 msgid_plural "Next commands to do (%d remaining commands):"
6398 msgstr[0] ""
6399 msgstr[1] ""
6400
6401 #: wt-status.c:1292
6402 msgid "  (use \"git rebase --edit-todo\" to view and edit)"
6403 msgstr ""
6404
6405 #: wt-status.c:1304
6406 #, c-format
6407 msgid "You are currently rebasing branch '%s' on '%s'."
6408 msgstr ""
6409
6410 #: wt-status.c:1309
6411 msgid "You are currently rebasing."
6412 msgstr ""
6413
6414 #: wt-status.c:1322
6415 msgid "  (fix conflicts and then run \"git rebase --continue\")"
6416 msgstr ""
6417
6418 #: wt-status.c:1324
6419 msgid "  (use \"git rebase --skip\" to skip this patch)"
6420 msgstr ""
6421
6422 #: wt-status.c:1326
6423 msgid "  (use \"git rebase --abort\" to check out the original branch)"
6424 msgstr ""
6425
6426 #: wt-status.c:1333
6427 msgid "  (all conflicts fixed: run \"git rebase --continue\")"
6428 msgstr ""
6429
6430 #: wt-status.c:1337
6431 #, c-format
6432 msgid ""
6433 "You are currently splitting a commit while rebasing branch '%s' on '%s'."
6434 msgstr ""
6435
6436 #: wt-status.c:1342
6437 msgid "You are currently splitting a commit during a rebase."
6438 msgstr ""
6439
6440 #: wt-status.c:1345
6441 msgid "  (Once your working directory is clean, run \"git rebase --continue\")"
6442 msgstr ""
6443
6444 #: wt-status.c:1349
6445 #, c-format
6446 msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
6447 msgstr ""
6448
6449 #: wt-status.c:1354
6450 msgid "You are currently editing a commit during a rebase."
6451 msgstr ""
6452
6453 #: wt-status.c:1357
6454 msgid "  (use \"git commit --amend\" to amend the current commit)"
6455 msgstr ""
6456
6457 #: wt-status.c:1359
6458 msgid ""
6459 "  (use \"git rebase --continue\" once you are satisfied with your changes)"
6460 msgstr ""
6461
6462 #: wt-status.c:1368
6463 #, c-format
6464 msgid "You are currently cherry-picking commit %s."
6465 msgstr ""
6466
6467 #: wt-status.c:1373
6468 msgid "  (fix conflicts and run \"git cherry-pick --continue\")"
6469 msgstr ""
6470
6471 #: wt-status.c:1376
6472 msgid "  (all conflicts fixed: run \"git cherry-pick --continue\")"
6473 msgstr ""
6474
6475 #: wt-status.c:1378
6476 msgid "  (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
6477 msgstr ""
6478
6479 #: wt-status.c:1386
6480 #, c-format
6481 msgid "You are currently reverting commit %s."
6482 msgstr ""
6483
6484 #: wt-status.c:1391
6485 msgid "  (fix conflicts and run \"git revert --continue\")"
6486 msgstr ""
6487
6488 #: wt-status.c:1394
6489 msgid "  (all conflicts fixed: run \"git revert --continue\")"
6490 msgstr ""
6491
6492 #: wt-status.c:1396
6493 msgid "  (use \"git revert --abort\" to cancel the revert operation)"
6494 msgstr ""
6495
6496 #: wt-status.c:1406
6497 #, c-format
6498 msgid "You are currently bisecting, started from branch '%s'."
6499 msgstr ""
6500
6501 #: wt-status.c:1410
6502 msgid "You are currently bisecting."
6503 msgstr ""
6504
6505 #: wt-status.c:1413
6506 msgid "  (use \"git bisect reset\" to get back to the original branch)"
6507 msgstr ""
6508
6509 #: wt-status.c:1611
6510 msgid "On branch "
6511 msgstr ""
6512
6513 #: wt-status.c:1618
6514 msgid "interactive rebase in progress; onto "
6515 msgstr ""
6516
6517 #: wt-status.c:1620
6518 msgid "rebase in progress; onto "
6519 msgstr ""
6520
6521 #: wt-status.c:1625
6522 msgid "HEAD detached at "
6523 msgstr ""
6524
6525 #: wt-status.c:1627
6526 msgid "HEAD detached from "
6527 msgstr ""
6528
6529 #: wt-status.c:1630
6530 msgid "Not currently on any branch."
6531 msgstr ""
6532
6533 #: wt-status.c:1647
6534 msgid "Initial commit"
6535 msgstr ""
6536
6537 #: wt-status.c:1648
6538 msgid "No commits yet"
6539 msgstr ""
6540
6541 #: wt-status.c:1662
6542 msgid "Untracked files"
6543 msgstr ""
6544
6545 #: wt-status.c:1664
6546 msgid "Ignored files"
6547 msgstr ""
6548
6549 #: wt-status.c:1668
6550 #, c-format
6551 msgid ""
6552 "It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
6553 "may speed it up, but you have to be careful not to forget to add\n"
6554 "new files yourself (see 'git help status')."
6555 msgstr ""
6556
6557 #: wt-status.c:1674
6558 #, c-format
6559 msgid "Untracked files not listed%s"
6560 msgstr ""
6561
6562 #: wt-status.c:1676
6563 msgid " (use -u option to show untracked files)"
6564 msgstr ""
6565
6566 #: wt-status.c:1682
6567 msgid "No changes"
6568 msgstr ""
6569
6570 #: wt-status.c:1687
6571 #, c-format
6572 msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
6573 msgstr ""
6574
6575 #: wt-status.c:1690
6576 #, c-format
6577 msgid "no changes added to commit\n"
6578 msgstr ""
6579
6580 #: wt-status.c:1693
6581 #, c-format
6582 msgid ""
6583 "nothing added to commit but untracked files present (use \"git add\" to "
6584 "track)\n"
6585 msgstr ""
6586
6587 #: wt-status.c:1696
6588 #, c-format
6589 msgid "nothing added to commit but untracked files present\n"
6590 msgstr ""
6591
6592 #: wt-status.c:1699
6593 #, c-format
6594 msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
6595 msgstr ""
6596
6597 #: wt-status.c:1702 wt-status.c:1707
6598 #, c-format
6599 msgid "nothing to commit\n"
6600 msgstr ""
6601
6602 #: wt-status.c:1705
6603 #, c-format
6604 msgid "nothing to commit (use -u to show untracked files)\n"
6605 msgstr ""
6606
6607 #: wt-status.c:1709
6608 #, c-format
6609 msgid "nothing to commit, working tree clean\n"
6610 msgstr ""
6611
6612 #: wt-status.c:1822
6613 msgid "No commits yet on "
6614 msgstr ""
6615
6616 #: wt-status.c:1826
6617 msgid "HEAD (no branch)"
6618 msgstr ""
6619
6620 #: wt-status.c:1857
6621 msgid "different"
6622 msgstr ""
6623
6624 #: wt-status.c:1859 wt-status.c:1867
6625 msgid "behind "
6626 msgstr ""
6627
6628 #: wt-status.c:1862 wt-status.c:1865
6629 msgid "ahead "
6630 msgstr ""
6631
6632 #. TRANSLATORS: the action is e.g. "pull with rebase"
6633 #: wt-status.c:2374
6634 #, c-format
6635 msgid "cannot %s: You have unstaged changes."
6636 msgstr ""
6637
6638 #: wt-status.c:2380
6639 msgid "additionally, your index contains uncommitted changes."
6640 msgstr ""
6641
6642 #: wt-status.c:2382
6643 #, c-format
6644 msgid "cannot %s: Your index contains uncommitted changes."
6645 msgstr ""
6646
6647 #: builtin/add.c:24
6648 msgid "git add [<options>] [--] <pathspec>..."
6649 msgstr ""
6650
6651 #: builtin/add.c:83
6652 #, c-format
6653 msgid "unexpected diff status %c"
6654 msgstr ""
6655
6656 #: builtin/add.c:88 builtin/commit.c:284
6657 msgid "updating files failed"
6658 msgstr ""
6659
6660 #: builtin/add.c:98
6661 #, c-format
6662 msgid "remove '%s'\n"
6663 msgstr ""
6664
6665 #: builtin/add.c:173
6666 msgid "Unstaged changes after refreshing the index:"
6667 msgstr ""
6668
6669 #: builtin/add.c:233 builtin/rev-parse.c:895
6670 msgid "Could not read the index"
6671 msgstr ""
6672
6673 #: builtin/add.c:244
6674 #, c-format
6675 msgid "Could not open '%s' for writing."
6676 msgstr ""
6677
6678 #: builtin/add.c:248
6679 msgid "Could not write patch"
6680 msgstr ""
6681
6682 #: builtin/add.c:251
6683 msgid "editing patch failed"
6684 msgstr ""
6685
6686 #: builtin/add.c:254
6687 #, c-format
6688 msgid "Could not stat '%s'"
6689 msgstr ""
6690
6691 #: builtin/add.c:256
6692 msgid "Empty patch. Aborted."
6693 msgstr ""
6694
6695 #: builtin/add.c:261
6696 #, c-format
6697 msgid "Could not apply '%s'"
6698 msgstr ""
6699
6700 #: builtin/add.c:269
6701 msgid "The following paths are ignored by one of your .gitignore files:\n"
6702 msgstr ""
6703
6704 #: builtin/add.c:289 builtin/clean.c:907 builtin/fetch.c:137 builtin/mv.c:123
6705 #: builtin/prune-packed.c:56 builtin/pull.c:213 builtin/push.c:557
6706 #: builtin/remote.c:1345 builtin/rm.c:240 builtin/send-pack.c:165
6707 msgid "dry run"
6708 msgstr ""
6709
6710 #: builtin/add.c:292
6711 msgid "interactive picking"
6712 msgstr ""
6713
6714 #: builtin/add.c:293 builtin/checkout.c:1258 builtin/reset.c:305
6715 msgid "select hunks interactively"
6716 msgstr ""
6717
6718 #: builtin/add.c:294
6719 msgid "edit current diff and apply"
6720 msgstr ""
6721
6722 #: builtin/add.c:295
6723 msgid "allow adding otherwise ignored files"
6724 msgstr ""
6725
6726 #: builtin/add.c:296
6727 msgid "update tracked files"
6728 msgstr ""
6729
6730 #: builtin/add.c:297
6731 msgid "renormalize EOL of tracked files (implies -u)"
6732 msgstr ""
6733
6734 #: builtin/add.c:298
6735 msgid "record only the fact that the path will be added later"
6736 msgstr ""
6737
6738 #: builtin/add.c:299
6739 msgid "add changes from all tracked and untracked files"
6740 msgstr ""
6741
6742 #: builtin/add.c:302
6743 msgid "ignore paths removed in the working tree (same as --no-all)"
6744 msgstr ""
6745
6746 #: builtin/add.c:304
6747 msgid "don't add, only refresh the index"
6748 msgstr ""
6749
6750 #: builtin/add.c:305
6751 msgid "just skip files which cannot be added because of errors"
6752 msgstr ""
6753
6754 #: builtin/add.c:306
6755 msgid "check if - even missing - files are ignored in dry run"
6756 msgstr ""
6757
6758 #: builtin/add.c:308 builtin/update-index.c:990
6759 msgid "override the executable bit of the listed files"
6760 msgstr ""
6761
6762 #: builtin/add.c:310
6763 msgid "warn when adding an embedded repository"
6764 msgstr ""
6765
6766 #: builtin/add.c:325
6767 #, c-format
6768 msgid ""
6769 "You've added another git repository inside your current repository.\n"
6770 "Clones of the outer repository will not contain the contents of\n"
6771 "the embedded repository and will not know how to obtain it.\n"
6772 "If you meant to add a submodule, use:\n"
6773 "\n"
6774 "\tgit submodule add <url> %s\n"
6775 "\n"
6776 "If you added this path by mistake, you can remove it from the\n"
6777 "index with:\n"
6778 "\n"
6779 "\tgit rm --cached %s\n"
6780 "\n"
6781 "See \"git help submodule\" for more information."
6782 msgstr ""
6783
6784 #: builtin/add.c:353
6785 #, c-format
6786 msgid "adding embedded git repository: %s"
6787 msgstr ""
6788
6789 #: builtin/add.c:371
6790 #, c-format
6791 msgid "Use -f if you really want to add them.\n"
6792 msgstr ""
6793
6794 #: builtin/add.c:379
6795 msgid "adding files failed"
6796 msgstr ""
6797
6798 #: builtin/add.c:417
6799 msgid "-A and -u are mutually incompatible"
6800 msgstr ""
6801
6802 #: builtin/add.c:424
6803 msgid "Option --ignore-missing can only be used together with --dry-run"
6804 msgstr ""
6805
6806 #: builtin/add.c:428
6807 #, c-format
6808 msgid "--chmod param '%s' must be either -x or +x"
6809 msgstr ""
6810
6811 #: builtin/add.c:443
6812 #, c-format
6813 msgid "Nothing specified, nothing added.\n"
6814 msgstr ""
6815
6816 #: builtin/add.c:444
6817 #, c-format
6818 msgid "Maybe you wanted to say 'git add .'?\n"
6819 msgstr ""
6820
6821 #: builtin/am.c:363
6822 msgid "could not parse author script"
6823 msgstr ""
6824
6825 #: builtin/am.c:447
6826 #, c-format
6827 msgid "'%s' was deleted by the applypatch-msg hook"
6828 msgstr ""
6829
6830 #: builtin/am.c:488
6831 #, c-format
6832 msgid "Malformed input line: '%s'."
6833 msgstr ""
6834
6835 #: builtin/am.c:525
6836 #, c-format
6837 msgid "Failed to copy notes from '%s' to '%s'"
6838 msgstr ""
6839
6840 #: builtin/am.c:551
6841 msgid "fseek failed"
6842 msgstr ""
6843
6844 #: builtin/am.c:739
6845 #, c-format
6846 msgid "could not parse patch '%s'"
6847 msgstr ""
6848
6849 #: builtin/am.c:804
6850 msgid "Only one StGIT patch series can be applied at once"
6851 msgstr ""
6852
6853 #: builtin/am.c:852
6854 msgid "invalid timestamp"
6855 msgstr ""
6856
6857 #: builtin/am.c:857 builtin/am.c:869
6858 msgid "invalid Date line"
6859 msgstr ""
6860
6861 #: builtin/am.c:864
6862 msgid "invalid timezone offset"
6863 msgstr ""
6864
6865 #: builtin/am.c:957
6866 msgid "Patch format detection failed."
6867 msgstr ""
6868
6869 #: builtin/am.c:962 builtin/clone.c:408
6870 #, c-format
6871 msgid "failed to create directory '%s'"
6872 msgstr ""
6873
6874 #: builtin/am.c:967
6875 msgid "Failed to split patches."
6876 msgstr ""
6877
6878 #: builtin/am.c:1097 builtin/commit.c:369
6879 msgid "unable to write index file"
6880 msgstr ""
6881
6882 #: builtin/am.c:1111
6883 #, c-format
6884 msgid "When you have resolved this problem, run \"%s --continue\"."
6885 msgstr ""
6886
6887 #: builtin/am.c:1112
6888 #, c-format
6889 msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
6890 msgstr ""
6891
6892 #: builtin/am.c:1113
6893 #, c-format
6894 msgid "To restore the original branch and stop patching, run \"%s --abort\"."
6895 msgstr ""
6896
6897 #: builtin/am.c:1196
6898 msgid "Patch sent with format=flowed; space at the end of lines might be lost."
6899 msgstr ""
6900
6901 #: builtin/am.c:1224
6902 msgid "Patch is empty."
6903 msgstr ""
6904
6905 #: builtin/am.c:1290
6906 #, c-format
6907 msgid "invalid ident line: %.*s"
6908 msgstr ""
6909
6910 #: builtin/am.c:1312
6911 #, c-format
6912 msgid "unable to parse commit %s"
6913 msgstr ""
6914
6915 #: builtin/am.c:1508
6916 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
6917 msgstr ""
6918
6919 #: builtin/am.c:1510
6920 msgid "Using index info to reconstruct a base tree..."
6921 msgstr ""
6922
6923 #: builtin/am.c:1529
6924 msgid ""
6925 "Did you hand edit your patch?\n"
6926 "It does not apply to blobs recorded in its index."
6927 msgstr ""
6928
6929 #: builtin/am.c:1535
6930 msgid "Falling back to patching base and 3-way merge..."
6931 msgstr ""
6932
6933 #: builtin/am.c:1561
6934 msgid "Failed to merge in the changes."
6935 msgstr ""
6936
6937 #: builtin/am.c:1593
6938 msgid "applying to an empty history"
6939 msgstr ""
6940
6941 #: builtin/am.c:1639 builtin/am.c:1643
6942 #, c-format
6943 msgid "cannot resume: %s does not exist."
6944 msgstr ""
6945
6946 #: builtin/am.c:1659
6947 msgid "cannot be interactive without stdin connected to a terminal."
6948 msgstr ""
6949
6950 #: builtin/am.c:1664
6951 msgid "Commit Body is:"
6952 msgstr ""
6953
6954 #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
6955 #. in your translation. The program will only accept English
6956 #. input at this point.
6957 #.
6958 #: builtin/am.c:1674
6959 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
6960 msgstr ""
6961
6962 #: builtin/am.c:1724
6963 #, c-format
6964 msgid "Dirty index: cannot apply patches (dirty: %s)"
6965 msgstr ""
6966
6967 #: builtin/am.c:1764 builtin/am.c:1832
6968 #, c-format
6969 msgid "Applying: %.*s"
6970 msgstr ""
6971
6972 #: builtin/am.c:1781
6973 msgid "No changes -- Patch already applied."
6974 msgstr ""
6975
6976 #: builtin/am.c:1787
6977 #, c-format
6978 msgid "Patch failed at %s %.*s"
6979 msgstr ""
6980
6981 #: builtin/am.c:1791
6982 msgid "Use 'git am --show-current-patch' to see the failed patch"
6983 msgstr ""
6984
6985 #: builtin/am.c:1835
6986 msgid ""
6987 "No changes - did you forget to use 'git add'?\n"
6988 "If there is nothing left to stage, chances are that something else\n"
6989 "already introduced the same changes; you might want to skip this patch."
6990 msgstr ""
6991
6992 #: builtin/am.c:1842
6993 msgid ""
6994 "You still have unmerged paths in your index.\n"
6995 "You should 'git add' each file with resolved conflicts to mark them as "
6996 "such.\n"
6997 "You might run `git rm` on a file to accept \"deleted by them\" for it."
6998 msgstr ""
6999
7000 #: builtin/am.c:1949 builtin/am.c:1953 builtin/am.c:1965 builtin/reset.c:328
7001 #: builtin/reset.c:336
7002 #, c-format
7003 msgid "Could not parse object '%s'."
7004 msgstr ""
7005
7006 #: builtin/am.c:2001
7007 msgid "failed to clean index"
7008 msgstr ""
7009
7010 #: builtin/am.c:2036
7011 msgid ""
7012 "You seem to have moved HEAD since the last 'am' failure.\n"
7013 "Not rewinding to ORIG_HEAD"
7014 msgstr ""
7015
7016 #: builtin/am.c:2129
7017 #, c-format
7018 msgid "Invalid value for --patch-format: %s"
7019 msgstr ""
7020
7021 #: builtin/am.c:2165
7022 msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
7023 msgstr ""
7024
7025 #: builtin/am.c:2166
7026 msgid "git am [<options>] (--continue | --skip | --abort)"
7027 msgstr ""
7028
7029 #: builtin/am.c:2172
7030 msgid "run interactively"
7031 msgstr ""
7032
7033 #: builtin/am.c:2174
7034 msgid "historical option -- no-op"
7035 msgstr ""
7036
7037 #: builtin/am.c:2176
7038 msgid "allow fall back on 3way merging if needed"
7039 msgstr ""
7040
7041 #: builtin/am.c:2177 builtin/init-db.c:486 builtin/prune-packed.c:58
7042 #: builtin/repack.c:306
7043 msgid "be quiet"
7044 msgstr ""
7045
7046 #: builtin/am.c:2179
7047 msgid "add a Signed-off-by line to the commit message"
7048 msgstr ""
7049
7050 #: builtin/am.c:2182
7051 msgid "recode into utf8 (default)"
7052 msgstr ""
7053
7054 #: builtin/am.c:2184
7055 msgid "pass -k flag to git-mailinfo"
7056 msgstr ""
7057
7058 #: builtin/am.c:2186
7059 msgid "pass -b flag to git-mailinfo"
7060 msgstr ""
7061
7062 #: builtin/am.c:2188
7063 msgid "pass -m flag to git-mailinfo"
7064 msgstr ""
7065
7066 #: builtin/am.c:2190
7067 msgid "pass --keep-cr flag to git-mailsplit for mbox format"
7068 msgstr ""
7069
7070 #: builtin/am.c:2193
7071 msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
7072 msgstr ""
7073
7074 #: builtin/am.c:2196
7075 msgid "strip everything before a scissors line"
7076 msgstr ""
7077
7078 #: builtin/am.c:2198 builtin/am.c:2201 builtin/am.c:2204 builtin/am.c:2207
7079 #: builtin/am.c:2210 builtin/am.c:2213 builtin/am.c:2216 builtin/am.c:2219
7080 #: builtin/am.c:2225
7081 msgid "pass it through git-apply"
7082 msgstr ""
7083
7084 #: builtin/am.c:2215 builtin/commit.c:1340 builtin/fmt-merge-msg.c:671
7085 #: builtin/fmt-merge-msg.c:674 builtin/grep.c:868 builtin/merge.c:239
7086 #: builtin/pull.c:151 builtin/pull.c:209 builtin/rebase.c:854
7087 #: builtin/repack.c:317 builtin/repack.c:321 builtin/repack.c:323
7088 #: builtin/show-branch.c:651 builtin/show-ref.c:171 builtin/tag.c:386
7089 #: parse-options.h:144 parse-options.h:146 parse-options.h:268
7090 msgid "n"
7091 msgstr ""
7092
7093 #: builtin/am.c:2221 builtin/branch.c:637 builtin/for-each-ref.c:38
7094 #: builtin/replace.c:544 builtin/tag.c:422 builtin/verify-tag.c:39
7095 msgid "format"
7096 msgstr ""
7097
7098 #: builtin/am.c:2222
7099 msgid "format the patch(es) are in"
7100 msgstr ""
7101
7102 #: builtin/am.c:2228
7103 msgid "override error message when patch failure occurs"
7104 msgstr ""
7105
7106 #: builtin/am.c:2230
7107 msgid "continue applying patches after resolving a conflict"
7108 msgstr ""
7109
7110 #: builtin/am.c:2233
7111 msgid "synonyms for --continue"
7112 msgstr ""
7113
7114 #: builtin/am.c:2236
7115 msgid "skip the current patch"
7116 msgstr ""
7117
7118 #: builtin/am.c:2239
7119 msgid "restore the original branch and abort the patching operation."
7120 msgstr ""
7121
7122 #: builtin/am.c:2242
7123 msgid "abort the patching operation but keep HEAD where it is."
7124 msgstr ""
7125
7126 #: builtin/am.c:2245
7127 msgid "show the patch being applied."
7128 msgstr ""
7129
7130 #: builtin/am.c:2249
7131 msgid "lie about committer date"
7132 msgstr ""
7133
7134 #: builtin/am.c:2251
7135 msgid "use current timestamp for author date"
7136 msgstr ""
7137
7138 #: builtin/am.c:2253 builtin/commit.c:1483 builtin/merge.c:273
7139 #: builtin/pull.c:184 builtin/rebase.c:898 builtin/rebase--interactive.c:183
7140 #: builtin/revert.c:113 builtin/tag.c:402
7141 msgid "key-id"
7142 msgstr ""
7143
7144 #: builtin/am.c:2254 builtin/rebase.c:899 builtin/rebase--interactive.c:184
7145 msgid "GPG-sign commits"
7146 msgstr ""
7147
7148 #: builtin/am.c:2257
7149 msgid "(internal use for git-rebase)"
7150 msgstr ""
7151
7152 #: builtin/am.c:2275
7153 msgid ""
7154 "The -b/--binary option has been a no-op for long time, and\n"
7155 "it will be removed. Please do not use it anymore."
7156 msgstr ""
7157
7158 #: builtin/am.c:2282
7159 msgid "failed to read the index"
7160 msgstr ""
7161
7162 #: builtin/am.c:2297
7163 #, c-format
7164 msgid "previous rebase directory %s still exists but mbox given."
7165 msgstr ""
7166
7167 #: builtin/am.c:2321
7168 #, c-format
7169 msgid ""
7170 "Stray %s directory found.\n"
7171 "Use \"git am --abort\" to remove it."
7172 msgstr ""
7173
7174 #: builtin/am.c:2327
7175 msgid "Resolve operation not in progress, we are not resuming."
7176 msgstr ""
7177
7178 #: builtin/apply.c:8
7179 msgid "git apply [<options>] [<patch>...]"
7180 msgstr ""
7181
7182 #: builtin/archive.c:17
7183 #, c-format
7184 msgid "could not create archive file '%s'"
7185 msgstr ""
7186
7187 #: builtin/archive.c:20
7188 msgid "could not redirect output"
7189 msgstr ""
7190
7191 #: builtin/archive.c:37
7192 msgid "git archive: Remote with no URL"
7193 msgstr ""
7194
7195 #: builtin/archive.c:58
7196 msgid "git archive: expected ACK/NAK, got a flush packet"
7197 msgstr ""
7198
7199 #: builtin/archive.c:61
7200 #, c-format
7201 msgid "git archive: NACK %s"
7202 msgstr ""
7203
7204 #: builtin/archive.c:64
7205 msgid "git archive: protocol error"
7206 msgstr ""
7207
7208 #: builtin/archive.c:68
7209 msgid "git archive: expected a flush"
7210 msgstr ""
7211
7212 #: builtin/bisect--helper.c:12
7213 msgid "git bisect--helper --next-all [--no-checkout]"
7214 msgstr ""
7215
7216 #: builtin/bisect--helper.c:13
7217 msgid "git bisect--helper --write-terms <bad_term> <good_term>"
7218 msgstr ""
7219
7220 #: builtin/bisect--helper.c:14
7221 msgid "git bisect--helper --bisect-clean-state"
7222 msgstr ""
7223
7224 #: builtin/bisect--helper.c:46
7225 #, c-format
7226 msgid "'%s' is not a valid term"
7227 msgstr ""
7228
7229 #: builtin/bisect--helper.c:50
7230 #, c-format
7231 msgid "can't use the builtin command '%s' as a term"
7232 msgstr ""
7233
7234 #: builtin/bisect--helper.c:60
7235 #, c-format
7236 msgid "can't change the meaning of the term '%s'"
7237 msgstr ""
7238
7239 #: builtin/bisect--helper.c:71
7240 msgid "please use two different terms"
7241 msgstr ""
7242
7243 #: builtin/bisect--helper.c:78
7244 msgid "could not open the file BISECT_TERMS"
7245 msgstr ""
7246
7247 #: builtin/bisect--helper.c:120
7248 msgid "perform 'git bisect next'"
7249 msgstr ""
7250
7251 #: builtin/bisect--helper.c:122
7252 msgid "write the terms to .git/BISECT_TERMS"
7253 msgstr ""
7254
7255 #: builtin/bisect--helper.c:124
7256 msgid "cleanup the bisection state"
7257 msgstr ""
7258
7259 #: builtin/bisect--helper.c:126
7260 msgid "check for expected revs"
7261 msgstr ""
7262
7263 #: builtin/bisect--helper.c:128
7264 msgid "update BISECT_HEAD instead of checking out the current commit"
7265 msgstr ""
7266
7267 #: builtin/bisect--helper.c:143
7268 msgid "--write-terms requires two arguments"
7269 msgstr ""
7270
7271 #: builtin/bisect--helper.c:147
7272 msgid "--bisect-clean-state requires no arguments"
7273 msgstr ""
7274
7275 #: builtin/blame.c:31
7276 msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
7277 msgstr ""
7278
7279 #: builtin/blame.c:36
7280 msgid "<rev-opts> are documented in git-rev-list(1)"
7281 msgstr ""
7282
7283 #: builtin/blame.c:406
7284 #, c-format
7285 msgid "expecting a color: %s"
7286 msgstr ""
7287
7288 #: builtin/blame.c:413
7289 msgid "must end with a color"
7290 msgstr ""
7291
7292 #: builtin/blame.c:700
7293 #, c-format
7294 msgid "invalid color '%s' in color.blame.repeatedLines"
7295 msgstr ""
7296
7297 #: builtin/blame.c:718
7298 msgid "invalid value for blame.coloring"
7299 msgstr ""
7300
7301 #: builtin/blame.c:793
7302 msgid "Show blame entries as we find them, incrementally"
7303 msgstr ""
7304
7305 #: builtin/blame.c:794
7306 msgid "Show blank SHA-1 for boundary commits (Default: off)"
7307 msgstr ""
7308
7309 #: builtin/blame.c:795
7310 msgid "Do not treat root commits as boundaries (Default: off)"
7311 msgstr ""
7312
7313 #: builtin/blame.c:796
7314 msgid "Show work cost statistics"
7315 msgstr ""
7316
7317 #: builtin/blame.c:797
7318 msgid "Force progress reporting"
7319 msgstr ""
7320
7321 #: builtin/blame.c:798
7322 msgid "Show output score for blame entries"
7323 msgstr ""
7324
7325 #: builtin/blame.c:799
7326 msgid "Show original filename (Default: auto)"
7327 msgstr ""
7328
7329 #: builtin/blame.c:800
7330 msgid "Show original linenumber (Default: off)"
7331 msgstr ""
7332
7333 #: builtin/blame.c:801
7334 msgid "Show in a format designed for machine consumption"
7335 msgstr ""
7336
7337 #: builtin/blame.c:802
7338 msgid "Show porcelain format with per-line commit information"
7339 msgstr ""
7340
7341 #: builtin/blame.c:803
7342 msgid "Use the same output mode as git-annotate (Default: off)"
7343 msgstr ""
7344
7345 #: builtin/blame.c:804
7346 msgid "Show raw timestamp (Default: off)"
7347 msgstr ""
7348
7349 #: builtin/blame.c:805
7350 msgid "Show long commit SHA1 (Default: off)"
7351 msgstr ""
7352
7353 #: builtin/blame.c:806
7354 msgid "Suppress author name and timestamp (Default: off)"
7355 msgstr ""
7356
7357 #: builtin/blame.c:807
7358 msgid "Show author email instead of name (Default: off)"
7359 msgstr ""
7360
7361 #: builtin/blame.c:808
7362 msgid "Ignore whitespace differences"
7363 msgstr ""
7364
7365 #: builtin/blame.c:809
7366 msgid "color redundant metadata from previous line differently"
7367 msgstr ""
7368
7369 #: builtin/blame.c:810
7370 msgid "color lines by age"
7371 msgstr ""
7372
7373 #: builtin/blame.c:817
7374 msgid "Use an experimental heuristic to improve diffs"
7375 msgstr ""
7376
7377 #: builtin/blame.c:819
7378 msgid "Spend extra cycles to find better match"
7379 msgstr ""
7380
7381 #: builtin/blame.c:820
7382 msgid "Use revisions from <file> instead of calling git-rev-list"
7383 msgstr ""
7384
7385 #: builtin/blame.c:821
7386 msgid "Use <file>'s contents as the final image"
7387 msgstr ""
7388
7389 #: builtin/blame.c:822 builtin/blame.c:823
7390 msgid "score"
7391 msgstr ""
7392
7393 #: builtin/blame.c:822
7394 msgid "Find line copies within and across files"
7395 msgstr ""
7396
7397 #: builtin/blame.c:823
7398 msgid "Find line movements within and across files"
7399 msgstr ""
7400
7401 #: builtin/blame.c:824
7402 msgid "n,m"
7403 msgstr ""
7404
7405 #: builtin/blame.c:824
7406 msgid "Process only line range n,m, counting from 1"
7407 msgstr ""
7408
7409 #: builtin/blame.c:873
7410 msgid "--progress can't be used with --incremental or porcelain formats"
7411 msgstr ""
7412
7413 #. TRANSLATORS: This string is used to tell us the
7414 #. maximum display width for a relative timestamp in
7415 #. "git blame" output.  For C locale, "4 years, 11
7416 #. months ago", which takes 22 places, is the longest
7417 #. among various forms of relative timestamps, but
7418 #. your language may need more or fewer display
7419 #. columns.
7420 #.
7421 #: builtin/blame.c:924
7422 msgid "4 years, 11 months ago"
7423 msgstr ""
7424
7425 #: builtin/blame.c:1011
7426 #, c-format
7427 msgid "file %s has only %lu line"
7428 msgid_plural "file %s has only %lu lines"
7429 msgstr[0] ""
7430 msgstr[1] ""
7431
7432 #: builtin/blame.c:1057
7433 msgid "Blaming lines"
7434 msgstr ""
7435
7436 #: builtin/branch.c:29
7437 msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
7438 msgstr ""
7439
7440 #: builtin/branch.c:30
7441 msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
7442 msgstr ""
7443
7444 #: builtin/branch.c:31
7445 msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
7446 msgstr ""
7447
7448 #: builtin/branch.c:32
7449 msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
7450 msgstr ""
7451
7452 #: builtin/branch.c:33
7453 msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"
7454 msgstr ""
7455
7456 #: builtin/branch.c:34
7457 msgid "git branch [<options>] [-r | -a] [--points-at]"
7458 msgstr ""
7459
7460 #: builtin/branch.c:35
7461 msgid "git branch [<options>] [-r | -a] [--format]"
7462 msgstr ""
7463
7464 #: builtin/branch.c:151
7465 #, c-format
7466 msgid ""
7467 "deleting branch '%s' that has been merged to\n"
7468 "         '%s', but not yet merged to HEAD."
7469 msgstr ""
7470
7471 #: builtin/branch.c:155
7472 #, c-format
7473 msgid ""
7474 "not deleting branch '%s' that is not yet merged to\n"
7475 "         '%s', even though it is merged to HEAD."
7476 msgstr ""
7477
7478 #: builtin/branch.c:169
7479 #, c-format
7480 msgid "Couldn't look up commit object for '%s'"
7481 msgstr ""
7482
7483 #: builtin/branch.c:173
7484 #, c-format
7485 msgid ""
7486 "The branch '%s' is not fully merged.\n"
7487 "If you are sure you want to delete it, run 'git branch -D %s'."
7488 msgstr ""
7489
7490 #: builtin/branch.c:186
7491 msgid "Update of config-file failed"
7492 msgstr ""
7493
7494 #: builtin/branch.c:217
7495 msgid "cannot use -a with -d"
7496 msgstr ""
7497
7498 #: builtin/branch.c:223
7499 msgid "Couldn't look up commit object for HEAD"
7500 msgstr ""
7501
7502 #: builtin/branch.c:237
7503 #, c-format
7504 msgid "Cannot delete branch '%s' checked out at '%s'"
7505 msgstr ""
7506
7507 #: builtin/branch.c:252
7508 #, c-format
7509 msgid "remote-tracking branch '%s' not found."
7510 msgstr ""
7511
7512 #: builtin/branch.c:253
7513 #, c-format
7514 msgid "branch '%s' not found."
7515 msgstr ""
7516
7517 #: builtin/branch.c:268
7518 #, c-format
7519 msgid "Error deleting remote-tracking branch '%s'"
7520 msgstr ""
7521
7522 #: builtin/branch.c:269
7523 #, c-format
7524 msgid "Error deleting branch '%s'"
7525 msgstr ""
7526
7527 #: builtin/branch.c:276
7528 #, c-format
7529 msgid "Deleted remote-tracking branch %s (was %s).\n"
7530 msgstr ""
7531
7532 #: builtin/branch.c:277
7533 #, c-format
7534 msgid "Deleted branch %s (was %s).\n"
7535 msgstr ""
7536
7537 #: builtin/branch.c:421 builtin/tag.c:59
7538 msgid "unable to parse format string"
7539 msgstr ""
7540
7541 #: builtin/branch.c:458
7542 #, c-format
7543 msgid "Branch %s is being rebased at %s"
7544 msgstr ""
7545
7546 #: builtin/branch.c:462
7547 #, c-format
7548 msgid "Branch %s is being bisected at %s"
7549 msgstr ""
7550
7551 #: builtin/branch.c:479
7552 msgid "cannot copy the current branch while not on any."
7553 msgstr ""
7554
7555 #: builtin/branch.c:481
7556 msgid "cannot rename the current branch while not on any."
7557 msgstr ""
7558
7559 #: builtin/branch.c:492
7560 #, c-format
7561 msgid "Invalid branch name: '%s'"
7562 msgstr ""
7563
7564 #: builtin/branch.c:519
7565 msgid "Branch rename failed"
7566 msgstr ""
7567
7568 #: builtin/branch.c:521
7569 msgid "Branch copy failed"
7570 msgstr ""
7571
7572 #: builtin/branch.c:525
7573 #, c-format
7574 msgid "Created a copy of a misnamed branch '%s'"
7575 msgstr ""
7576
7577 #: builtin/branch.c:528
7578 #, c-format
7579 msgid "Renamed a misnamed branch '%s' away"
7580 msgstr ""
7581
7582 #: builtin/branch.c:534
7583 #, c-format
7584 msgid "Branch renamed to %s, but HEAD is not updated!"
7585 msgstr ""
7586
7587 #: builtin/branch.c:543
7588 msgid "Branch is renamed, but update of config-file failed"
7589 msgstr ""
7590
7591 #: builtin/branch.c:545
7592 msgid "Branch is copied, but update of config-file failed"
7593 msgstr ""
7594
7595 #: builtin/branch.c:561
7596 #, c-format
7597 msgid ""
7598 "Please edit the description for the branch\n"
7599 "  %s\n"
7600 "Lines starting with '%c' will be stripped.\n"
7601 msgstr ""
7602
7603 #: builtin/branch.c:594
7604 msgid "Generic options"
7605 msgstr ""
7606
7607 #: builtin/branch.c:596
7608 msgid "show hash and subject, give twice for upstream branch"
7609 msgstr ""
7610
7611 #: builtin/branch.c:597
7612 msgid "suppress informational messages"
7613 msgstr ""
7614
7615 #: builtin/branch.c:598
7616 msgid "set up tracking mode (see git-pull(1))"
7617 msgstr ""
7618
7619 #: builtin/branch.c:600
7620 msgid "do not use"
7621 msgstr ""
7622
7623 #: builtin/branch.c:602 builtin/rebase--interactive.c:180
7624 msgid "upstream"
7625 msgstr ""
7626
7627 #: builtin/branch.c:602
7628 msgid "change the upstream info"
7629 msgstr ""
7630
7631 #: builtin/branch.c:603
7632 msgid "Unset the upstream info"
7633 msgstr ""
7634
7635 #: builtin/branch.c:604
7636 msgid "use colored output"
7637 msgstr ""
7638
7639 #: builtin/branch.c:605
7640 msgid "act on remote-tracking branches"
7641 msgstr ""
7642
7643 #: builtin/branch.c:607 builtin/branch.c:609
7644 msgid "print only branches that contain the commit"
7645 msgstr ""
7646
7647 #: builtin/branch.c:608 builtin/branch.c:610
7648 msgid "print only branches that don't contain the commit"
7649 msgstr ""
7650
7651 #: builtin/branch.c:613
7652 msgid "Specific git-branch actions:"
7653 msgstr ""
7654
7655 #: builtin/branch.c:614
7656 msgid "list both remote-tracking and local branches"
7657 msgstr ""
7658
7659 #: builtin/branch.c:616
7660 msgid "delete fully merged branch"
7661 msgstr ""
7662
7663 #: builtin/branch.c:617
7664 msgid "delete branch (even if not merged)"
7665 msgstr ""
7666
7667 #: builtin/branch.c:618
7668 msgid "move/rename a branch and its reflog"
7669 msgstr ""
7670
7671 #: builtin/branch.c:619
7672 msgid "move/rename a branch, even if target exists"
7673 msgstr ""
7674
7675 #: builtin/branch.c:620
7676 msgid "copy a branch and its reflog"
7677 msgstr ""
7678
7679 #: builtin/branch.c:621
7680 msgid "copy a branch, even if target exists"
7681 msgstr ""
7682
7683 #: builtin/branch.c:622
7684 msgid "list branch names"
7685 msgstr ""
7686
7687 #: builtin/branch.c:623
7688 msgid "create the branch's reflog"
7689 msgstr ""
7690
7691 #: builtin/branch.c:625
7692 msgid "edit the description for the branch"
7693 msgstr ""
7694
7695 #: builtin/branch.c:626
7696 msgid "force creation, move/rename, deletion"
7697 msgstr ""
7698
7699 #: builtin/branch.c:627
7700 msgid "print only branches that are merged"
7701 msgstr ""
7702
7703 #: builtin/branch.c:628
7704 msgid "print only branches that are not merged"
7705 msgstr ""
7706
7707 #: builtin/branch.c:629
7708 msgid "list branches in columns"
7709 msgstr ""
7710
7711 #: builtin/branch.c:630 builtin/for-each-ref.c:40 builtin/ls-remote.c:70
7712 #: builtin/tag.c:415
7713 msgid "key"
7714 msgstr ""
7715
7716 #: builtin/branch.c:631 builtin/for-each-ref.c:41 builtin/ls-remote.c:71
7717 #: builtin/tag.c:416
7718 msgid "field name to sort on"
7719 msgstr ""
7720
7721 #: builtin/branch.c:633 builtin/for-each-ref.c:43 builtin/notes.c:415
7722 #: builtin/notes.c:418 builtin/notes.c:578 builtin/notes.c:581
7723 #: builtin/tag.c:418
7724 msgid "object"
7725 msgstr ""
7726
7727 #: builtin/branch.c:634
7728 msgid "print only branches of the object"
7729 msgstr ""
7730
7731 #: builtin/branch.c:636 builtin/for-each-ref.c:49 builtin/tag.c:425
7732 msgid "sorting and filtering are case insensitive"
7733 msgstr ""
7734
7735 #: builtin/branch.c:637 builtin/for-each-ref.c:38 builtin/tag.c:423
7736 #: builtin/verify-tag.c:39
7737 msgid "format to use for the output"
7738 msgstr ""
7739
7740 #: builtin/branch.c:660 builtin/clone.c:739
7741 msgid "HEAD not found below refs/heads!"
7742 msgstr ""
7743
7744 #: builtin/branch.c:683
7745 msgid "--column and --verbose are incompatible"
7746 msgstr ""
7747
7748 #: builtin/branch.c:698 builtin/branch.c:749 builtin/branch.c:758
7749 msgid "branch name required"
7750 msgstr ""
7751
7752 #: builtin/branch.c:725
7753 msgid "Cannot give description to detached HEAD"
7754 msgstr ""
7755
7756 #: builtin/branch.c:730
7757 msgid "cannot edit description of more than one branch"
7758 msgstr ""
7759
7760 #: builtin/branch.c:737
7761 #, c-format
7762 msgid "No commit on branch '%s' yet."
7763 msgstr ""
7764
7765 #: builtin/branch.c:740
7766 #, c-format
7767 msgid "No branch named '%s'."
7768 msgstr ""
7769
7770 #: builtin/branch.c:755
7771 msgid "too many branches for a copy operation"
7772 msgstr ""
7773
7774 #: builtin/branch.c:764
7775 msgid "too many arguments for a rename operation"
7776 msgstr ""
7777
7778 #: builtin/branch.c:769
7779 msgid "too many arguments to set new upstream"
7780 msgstr ""
7781
7782 #: builtin/branch.c:773
7783 #, c-format
7784 msgid ""
7785 "could not set upstream of HEAD to %s when it does not point to any branch."
7786 msgstr ""
7787
7788 #: builtin/branch.c:776 builtin/branch.c:798
7789 #, c-format
7790 msgid "no such branch '%s'"
7791 msgstr ""
7792
7793 #: builtin/branch.c:780
7794 #, c-format
7795 msgid "branch '%s' does not exist"
7796 msgstr ""
7797
7798 #: builtin/branch.c:792
7799 msgid "too many arguments to unset upstream"
7800 msgstr ""
7801
7802 #: builtin/branch.c:796
7803 msgid "could not unset upstream of HEAD when it does not point to any branch."
7804 msgstr ""
7805
7806 #: builtin/branch.c:802
7807 #, c-format
7808 msgid "Branch '%s' has no upstream information"
7809 msgstr ""
7810
7811 #: builtin/branch.c:812
7812 msgid "-a and -r options to 'git branch' do not make sense with a branch name"
7813 msgstr ""
7814
7815 #: builtin/branch.c:815
7816 msgid ""
7817 "the '--set-upstream' option is no longer supported. Please use '--track' or "
7818 "'--set-upstream-to' instead."
7819 msgstr ""
7820
7821 #: builtin/bundle.c:45
7822 #, c-format
7823 msgid "%s is okay\n"
7824 msgstr ""
7825
7826 #: builtin/bundle.c:58
7827 msgid "Need a repository to create a bundle."
7828 msgstr ""
7829
7830 #: builtin/bundle.c:62
7831 msgid "Need a repository to unbundle."
7832 msgstr ""
7833
7834 #: builtin/cat-file.c:587
7835 msgid ""
7836 "git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
7837 "p | <type> | --textconv | --filters) [--path=<path>] <object>"
7838 msgstr ""
7839
7840 #: builtin/cat-file.c:588
7841 msgid ""
7842 "git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
7843 "filters]"
7844 msgstr ""
7845
7846 #: builtin/cat-file.c:609
7847 msgid "only one batch option may be specified"
7848 msgstr ""
7849
7850 #: builtin/cat-file.c:627
7851 msgid "<type> can be one of: blob, tree, commit, tag"
7852 msgstr ""
7853
7854 #: builtin/cat-file.c:628
7855 msgid "show object type"
7856 msgstr ""
7857
7858 #: builtin/cat-file.c:629
7859 msgid "show object size"
7860 msgstr ""
7861
7862 #: builtin/cat-file.c:631
7863 msgid "exit with zero when there's no error"
7864 msgstr ""
7865
7866 #: builtin/cat-file.c:632
7867 msgid "pretty-print object's content"
7868 msgstr ""
7869
7870 #: builtin/cat-file.c:634
7871 msgid "for blob objects, run textconv on object's content"
7872 msgstr ""
7873
7874 #: builtin/cat-file.c:636
7875 msgid "for blob objects, run filters on object's content"
7876 msgstr ""
7877
7878 #: builtin/cat-file.c:637 git-submodule.sh:857
7879 msgid "blob"
7880 msgstr ""
7881
7882 #: builtin/cat-file.c:638
7883 msgid "use a specific path for --textconv/--filters"
7884 msgstr ""
7885
7886 #: builtin/cat-file.c:640
7887 msgid "allow -s and -t to work with broken/corrupt objects"
7888 msgstr ""
7889
7890 #: builtin/cat-file.c:641
7891 msgid "buffer --batch output"
7892 msgstr ""
7893
7894 #: builtin/cat-file.c:643
7895 msgid "show info and content of objects fed from the standard input"
7896 msgstr ""
7897
7898 #: builtin/cat-file.c:647
7899 msgid "show info about objects fed from the standard input"
7900 msgstr ""
7901
7902 #: builtin/cat-file.c:651
7903 msgid "follow in-tree symlinks (used with --batch or --batch-check)"
7904 msgstr ""
7905
7906 #: builtin/cat-file.c:653
7907 msgid "show all objects with --batch or --batch-check"
7908 msgstr ""
7909
7910 #: builtin/cat-file.c:655
7911 msgid "do not order --batch-all-objects output"
7912 msgstr ""
7913
7914 #: builtin/check-attr.c:12
7915 msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
7916 msgstr ""
7917
7918 #: builtin/check-attr.c:13
7919 msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
7920 msgstr ""
7921
7922 #: builtin/check-attr.c:20
7923 msgid "report all attributes set on file"
7924 msgstr ""
7925
7926 #: builtin/check-attr.c:21
7927 msgid "use .gitattributes only from the index"
7928 msgstr ""
7929
7930 #: builtin/check-attr.c:22 builtin/check-ignore.c:24 builtin/hash-object.c:101
7931 msgid "read file names from stdin"
7932 msgstr ""
7933
7934 #: builtin/check-attr.c:24 builtin/check-ignore.c:26
7935 msgid "terminate input and output records by a NUL character"
7936 msgstr ""
7937
7938 #: builtin/check-ignore.c:20 builtin/checkout.c:1234 builtin/gc.c:517
7939 #: builtin/worktree.c:495
7940 msgid "suppress progress reporting"
7941 msgstr ""
7942
7943 #: builtin/check-ignore.c:28
7944 msgid "show non-matching input paths"
7945 msgstr ""
7946
7947 #: builtin/check-ignore.c:30
7948 msgid "ignore index when checking"
7949 msgstr ""
7950
7951 #: builtin/check-ignore.c:159
7952 msgid "cannot specify pathnames with --stdin"
7953 msgstr ""
7954
7955 #: builtin/check-ignore.c:162
7956 msgid "-z only makes sense with --stdin"
7957 msgstr ""
7958
7959 #: builtin/check-ignore.c:164
7960 msgid "no path specified"
7961 msgstr ""
7962
7963 #: builtin/check-ignore.c:168
7964 msgid "--quiet is only valid with a single pathname"
7965 msgstr ""
7966
7967 #: builtin/check-ignore.c:170
7968 msgid "cannot have both --quiet and --verbose"
7969 msgstr ""
7970
7971 #: builtin/check-ignore.c:173
7972 msgid "--non-matching is only valid with --verbose"
7973 msgstr ""
7974
7975 #: builtin/check-mailmap.c:9
7976 msgid "git check-mailmap [<options>] <contact>..."
7977 msgstr ""
7978
7979 #: builtin/check-mailmap.c:14
7980 msgid "also read contacts from stdin"
7981 msgstr ""
7982
7983 #: builtin/check-mailmap.c:25
7984 #, c-format
7985 msgid "unable to parse contact: %s"
7986 msgstr ""
7987
7988 #: builtin/check-mailmap.c:48
7989 msgid "no contacts specified"
7990 msgstr ""
7991
7992 #: builtin/checkout-index.c:128
7993 msgid "git checkout-index [<options>] [--] [<file>...]"
7994 msgstr ""
7995
7996 #: builtin/checkout-index.c:145
7997 msgid "stage should be between 1 and 3 or all"
7998 msgstr ""
7999
8000 #: builtin/checkout-index.c:161
8001 msgid "check out all files in the index"
8002 msgstr ""
8003
8004 #: builtin/checkout-index.c:162
8005 msgid "force overwrite of existing files"
8006 msgstr ""
8007
8008 #: builtin/checkout-index.c:164
8009 msgid "no warning for existing files and files not in index"
8010 msgstr ""
8011
8012 #: builtin/checkout-index.c:166
8013 msgid "don't checkout new files"
8014 msgstr ""
8015
8016 #: builtin/checkout-index.c:168
8017 msgid "update stat information in the index file"
8018 msgstr ""
8019
8020 #: builtin/checkout-index.c:172
8021 msgid "read list of paths from the standard input"
8022 msgstr ""
8023
8024 #: builtin/checkout-index.c:174
8025 msgid "write the content to temporary files"
8026 msgstr ""
8027
8028 #: builtin/checkout-index.c:175 builtin/column.c:31
8029 #: builtin/submodule--helper.c:1368 builtin/submodule--helper.c:1371
8030 #: builtin/submodule--helper.c:1379 builtin/submodule--helper.c:1853
8031 #: builtin/worktree.c:668
8032 msgid "string"
8033 msgstr ""
8034
8035 #: builtin/checkout-index.c:176
8036 msgid "when creating files, prepend <string>"
8037 msgstr ""
8038
8039 #: builtin/checkout-index.c:178
8040 msgid "copy out the files from named stage"
8041 msgstr ""
8042
8043 #: builtin/checkout.c:31
8044 msgid "git checkout [<options>] <branch>"
8045 msgstr ""
8046
8047 #: builtin/checkout.c:32
8048 msgid "git checkout [<options>] [<branch>] -- <file>..."
8049 msgstr ""
8050
8051 #: builtin/checkout.c:144 builtin/checkout.c:177
8052 #, c-format
8053 msgid "path '%s' does not have our version"
8054 msgstr ""
8055
8056 #: builtin/checkout.c:146 builtin/checkout.c:179
8057 #, c-format
8058 msgid "path '%s' does not have their version"
8059 msgstr ""
8060
8061 #: builtin/checkout.c:162
8062 #, c-format
8063 msgid "path '%s' does not have all necessary versions"
8064 msgstr ""
8065
8066 #: builtin/checkout.c:206
8067 #, c-format
8068 msgid "path '%s' does not have necessary versions"
8069 msgstr ""
8070
8071 #: builtin/checkout.c:224
8072 #, c-format
8073 msgid "path '%s': cannot merge"
8074 msgstr ""
8075
8076 #: builtin/checkout.c:240
8077 #, c-format
8078 msgid "Unable to add merge result for '%s'"
8079 msgstr ""
8080
8081 #: builtin/checkout.c:262 builtin/checkout.c:265 builtin/checkout.c:268
8082 #: builtin/checkout.c:271
8083 #, c-format
8084 msgid "'%s' cannot be used with updating paths"
8085 msgstr ""
8086
8087 #: builtin/checkout.c:274 builtin/checkout.c:277
8088 #, c-format
8089 msgid "'%s' cannot be used with %s"
8090 msgstr ""
8091
8092 #: builtin/checkout.c:280
8093 #, c-format
8094 msgid "Cannot update paths and switch to branch '%s' at the same time."
8095 msgstr ""
8096
8097 #: builtin/checkout.c:349 builtin/checkout.c:356
8098 #, c-format
8099 msgid "path '%s' is unmerged"
8100 msgstr ""
8101
8102 #: builtin/checkout.c:608
8103 msgid "you need to resolve your current index first"
8104 msgstr ""
8105
8106 #: builtin/checkout.c:745
8107 #, c-format
8108 msgid "Can not do reflog for '%s': %s\n"
8109 msgstr ""
8110
8111 #: builtin/checkout.c:786
8112 msgid "HEAD is now at"
8113 msgstr ""
8114
8115 #: builtin/checkout.c:790 builtin/clone.c:692
8116 msgid "unable to update HEAD"
8117 msgstr ""
8118
8119 #: builtin/checkout.c:794
8120 #, c-format
8121 msgid "Reset branch '%s'\n"
8122 msgstr ""
8123
8124 #: builtin/checkout.c:797
8125 #, c-format
8126 msgid "Already on '%s'\n"
8127 msgstr ""
8128
8129 #: builtin/checkout.c:801
8130 #, c-format
8131 msgid "Switched to and reset branch '%s'\n"
8132 msgstr ""
8133
8134 #: builtin/checkout.c:803 builtin/checkout.c:1166
8135 #, c-format
8136 msgid "Switched to a new branch '%s'\n"
8137 msgstr ""
8138
8139 #: builtin/checkout.c:805
8140 #, c-format
8141 msgid "Switched to branch '%s'\n"
8142 msgstr ""
8143
8144 #: builtin/checkout.c:856
8145 #, c-format
8146 msgid " ... and %d more.\n"
8147 msgstr ""
8148
8149 #: builtin/checkout.c:862
8150 #, c-format
8151 msgid ""
8152 "Warning: you are leaving %d commit behind, not connected to\n"
8153 "any of your branches:\n"
8154 "\n"
8155 "%s\n"
8156 msgid_plural ""
8157 "Warning: you are leaving %d commits behind, not connected to\n"
8158 "any of your branches:\n"
8159 "\n"
8160 "%s\n"
8161 msgstr[0] ""
8162 msgstr[1] ""
8163
8164 #: builtin/checkout.c:881
8165 #, c-format
8166 msgid ""
8167 "If you want to keep it by creating a new branch, this may be a good time\n"
8168 "to do so with:\n"
8169 "\n"
8170 " git branch <new-branch-name> %s\n"
8171 "\n"
8172 msgid_plural ""
8173 "If you want to keep them by creating a new branch, this may be a good time\n"
8174 "to do so with:\n"
8175 "\n"
8176 " git branch <new-branch-name> %s\n"
8177 "\n"
8178 msgstr[0] ""
8179 msgstr[1] ""
8180
8181 #: builtin/checkout.c:913
8182 msgid "internal error in revision walk"
8183 msgstr ""
8184
8185 #: builtin/checkout.c:917
8186 msgid "Previous HEAD position was"
8187 msgstr ""
8188
8189 #: builtin/checkout.c:945 builtin/checkout.c:1161
8190 msgid "You are on a branch yet to be born"
8191 msgstr ""
8192
8193 #: builtin/checkout.c:1066
8194 #, c-format
8195 msgid "only one reference expected, %d given."
8196 msgstr ""
8197
8198 #: builtin/checkout.c:1107 builtin/worktree.c:289 builtin/worktree.c:444
8199 #, c-format
8200 msgid "invalid reference: %s"
8201 msgstr ""
8202
8203 #: builtin/checkout.c:1136
8204 #, c-format
8205 msgid "reference is not a tree: %s"
8206 msgstr ""
8207
8208 #: builtin/checkout.c:1175
8209 msgid "paths cannot be used with switching branches"
8210 msgstr ""
8211
8212 #: builtin/checkout.c:1178 builtin/checkout.c:1182
8213 #, c-format
8214 msgid "'%s' cannot be used with switching branches"
8215 msgstr ""
8216
8217 #: builtin/checkout.c:1186 builtin/checkout.c:1189 builtin/checkout.c:1194
8218 #: builtin/checkout.c:1197
8219 #, c-format
8220 msgid "'%s' cannot be used with '%s'"
8221 msgstr ""
8222
8223 #: builtin/checkout.c:1202
8224 #, c-format
8225 msgid "Cannot switch branch to a non-commit '%s'"
8226 msgstr ""
8227
8228 #: builtin/checkout.c:1235 builtin/checkout.c:1237 builtin/clone.c:119
8229 #: builtin/remote.c:169 builtin/remote.c:171 builtin/worktree.c:488
8230 #: builtin/worktree.c:490
8231 msgid "branch"
8232 msgstr ""
8233
8234 #: builtin/checkout.c:1236
8235 msgid "create and checkout a new branch"
8236 msgstr ""
8237
8238 #: builtin/checkout.c:1238
8239 msgid "create/reset and checkout a branch"
8240 msgstr ""
8241
8242 #: builtin/checkout.c:1239
8243 msgid "create reflog for new branch"
8244 msgstr ""
8245
8246 #: builtin/checkout.c:1240 builtin/worktree.c:492
8247 msgid "detach HEAD at named commit"
8248 msgstr ""
8249
8250 #: builtin/checkout.c:1241
8251 msgid "set upstream info for new branch"
8252 msgstr ""
8253
8254 #: builtin/checkout.c:1243
8255 msgid "new-branch"
8256 msgstr ""
8257
8258 #: builtin/checkout.c:1243
8259 msgid "new unparented branch"
8260 msgstr ""
8261
8262 #: builtin/checkout.c:1245
8263 msgid "checkout our version for unmerged files"
8264 msgstr ""
8265
8266 #: builtin/checkout.c:1248
8267 msgid "checkout their version for unmerged files"
8268 msgstr ""
8269
8270 #: builtin/checkout.c:1250
8271 msgid "force checkout (throw away local modifications)"
8272 msgstr ""
8273
8274 #: builtin/checkout.c:1252
8275 msgid "perform a 3-way merge with the new branch"
8276 msgstr ""
8277
8278 #: builtin/checkout.c:1254 builtin/merge.c:275
8279 msgid "update ignored files (default)"
8280 msgstr ""
8281
8282 #: builtin/checkout.c:1256 builtin/log.c:1573 parse-options.h:274
8283 msgid "style"
8284 msgstr ""
8285
8286 #: builtin/checkout.c:1257
8287 msgid "conflict style (merge or diff3)"
8288 msgstr ""
8289
8290 #: builtin/checkout.c:1260
8291 msgid "do not limit pathspecs to sparse entries only"
8292 msgstr ""
8293
8294 #: builtin/checkout.c:1262
8295 msgid "second guess 'git checkout <no-such-branch>'"
8296 msgstr ""
8297
8298 #: builtin/checkout.c:1264
8299 msgid "do not check if another worktree is holding the given ref"
8300 msgstr ""
8301
8302 #: builtin/checkout.c:1268 builtin/clone.c:86 builtin/fetch.c:141
8303 #: builtin/merge.c:272 builtin/pull.c:129 builtin/push.c:572
8304 #: builtin/send-pack.c:174
8305 msgid "force progress reporting"
8306 msgstr ""
8307
8308 #: builtin/checkout.c:1298
8309 msgid "-b, -B and --orphan are mutually exclusive"
8310 msgstr ""
8311
8312 #: builtin/checkout.c:1315
8313 msgid "--track needs a branch name"
8314 msgstr ""
8315
8316 #: builtin/checkout.c:1320
8317 msgid "missing branch name; try -b"
8318 msgstr ""
8319
8320 #: builtin/checkout.c:1357
8321 msgid "invalid path specification"
8322 msgstr ""
8323
8324 #: builtin/checkout.c:1364
8325 #, c-format
8326 msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
8327 msgstr ""
8328
8329 #: builtin/checkout.c:1368
8330 #, c-format
8331 msgid "git checkout: --detach does not take a path argument '%s'"
8332 msgstr ""
8333
8334 #: builtin/checkout.c:1372
8335 msgid ""
8336 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
8337 "checking out of the index."
8338 msgstr ""
8339
8340 #: builtin/checkout.c:1392
8341 #, c-format
8342 msgid ""
8343 "'%s' matched more than one remote tracking branch.\n"
8344 "We found %d remotes with a reference that matched. So we fell back\n"
8345 "on trying to resolve the argument as a path, but failed there too!\n"
8346 "\n"
8347 "If you meant to check out a remote tracking branch on, e.g. 'origin',\n"
8348 "you can do so by fully qualifying the name with the --track option:\n"
8349 "\n"
8350 "    git checkout --track origin/<name>\n"
8351 "\n"
8352 "If you'd like to always have checkouts of an ambiguous <name> prefer\n"
8353 "one remote, e.g. the 'origin' remote, consider setting\n"
8354 "checkout.defaultRemote=origin in your config."
8355 msgstr ""
8356
8357 #: builtin/clean.c:27
8358 msgid ""
8359 "git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
8360 msgstr ""
8361
8362 #: builtin/clean.c:31
8363 #, c-format
8364 msgid "Removing %s\n"
8365 msgstr ""
8366
8367 #: builtin/clean.c:32
8368 #, c-format
8369 msgid "Would remove %s\n"
8370 msgstr ""
8371
8372 #: builtin/clean.c:33
8373 #, c-format
8374 msgid "Skipping repository %s\n"
8375 msgstr ""
8376
8377 #: builtin/clean.c:34
8378 #, c-format
8379 msgid "Would skip repository %s\n"
8380 msgstr ""
8381
8382 #: builtin/clean.c:35
8383 #, c-format
8384 msgid "failed to remove %s"
8385 msgstr ""
8386
8387 #: builtin/clean.c:298 git-add--interactive.perl:579
8388 #, c-format
8389 msgid ""
8390 "Prompt help:\n"
8391 "1          - select a numbered item\n"
8392 "foo        - select item based on unique prefix\n"
8393 "           - (empty) select nothing\n"
8394 msgstr ""
8395
8396 #: builtin/clean.c:302 git-add--interactive.perl:588
8397 #, c-format
8398 msgid ""
8399 "Prompt help:\n"
8400 "1          - select a single item\n"
8401 "3-5        - select a range of items\n"
8402 "2-3,6-9    - select multiple ranges\n"
8403 "foo        - select item based on unique prefix\n"
8404 "-...       - unselect specified items\n"
8405 "*          - choose all items\n"
8406 "           - (empty) finish selecting\n"
8407 msgstr ""
8408
8409 #: builtin/clean.c:518 git-add--interactive.perl:554
8410 #: git-add--interactive.perl:559
8411 #, c-format, perl-format
8412 msgid "Huh (%s)?\n"
8413 msgstr ""
8414
8415 #: builtin/clean.c:660
8416 #, c-format
8417 msgid "Input ignore patterns>> "
8418 msgstr ""
8419
8420 #: builtin/clean.c:697
8421 #, c-format
8422 msgid "WARNING: Cannot find items matched by: %s"
8423 msgstr ""
8424
8425 #: builtin/clean.c:718
8426 msgid "Select items to delete"
8427 msgstr ""
8428
8429 #. TRANSLATORS: Make sure to keep [y/N] as is
8430 #: builtin/clean.c:759
8431 #, c-format
8432 msgid "Remove %s [y/N]? "
8433 msgstr ""
8434
8435 #: builtin/clean.c:784 git-add--interactive.perl:1717
8436 #, c-format
8437 msgid "Bye.\n"
8438 msgstr ""
8439
8440 #: builtin/clean.c:792
8441 msgid ""
8442 "clean               - start cleaning\n"
8443 "filter by pattern   - exclude items from deletion\n"
8444 "select by numbers   - select items to be deleted by numbers\n"
8445 "ask each            - confirm each deletion (like \"rm -i\")\n"
8446 "quit                - stop cleaning\n"
8447 "help                - this screen\n"
8448 "?                   - help for prompt selection"
8449 msgstr ""
8450
8451 #: builtin/clean.c:819 git-add--interactive.perl:1793
8452 msgid "*** Commands ***"
8453 msgstr ""
8454
8455 #: builtin/clean.c:820 git-add--interactive.perl:1790
8456 msgid "What now"
8457 msgstr ""
8458
8459 #: builtin/clean.c:828
8460 msgid "Would remove the following item:"
8461 msgid_plural "Would remove the following items:"
8462 msgstr[0] ""
8463 msgstr[1] ""
8464
8465 #: builtin/clean.c:844
8466 msgid "No more files to clean, exiting."
8467 msgstr ""
8468
8469 #: builtin/clean.c:906
8470 msgid "do not print names of files removed"
8471 msgstr ""
8472
8473 #: builtin/clean.c:908
8474 msgid "force"
8475 msgstr ""
8476
8477 #: builtin/clean.c:909
8478 msgid "interactive cleaning"
8479 msgstr ""
8480
8481 #: builtin/clean.c:911
8482 msgid "remove whole directories"
8483 msgstr ""
8484
8485 #: builtin/clean.c:912 builtin/describe.c:545 builtin/describe.c:547
8486 #: builtin/grep.c:886 builtin/log.c:166 builtin/log.c:168
8487 #: builtin/ls-files.c:556 builtin/name-rev.c:415 builtin/name-rev.c:417
8488 #: builtin/show-ref.c:178
8489 msgid "pattern"
8490 msgstr ""
8491
8492 #: builtin/clean.c:913
8493 msgid "add <pattern> to ignore rules"
8494 msgstr ""
8495
8496 #: builtin/clean.c:914
8497 msgid "remove ignored files, too"
8498 msgstr ""
8499
8500 #: builtin/clean.c:916
8501 msgid "remove only ignored files"
8502 msgstr ""
8503
8504 #: builtin/clean.c:934
8505 msgid "-x and -X cannot be used together"
8506 msgstr ""
8507
8508 #: builtin/clean.c:938
8509 msgid ""
8510 "clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
8511 "clean"
8512 msgstr ""
8513
8514 #: builtin/clean.c:941
8515 msgid ""
8516 "clean.requireForce defaults to true and neither -i, -n, nor -f given; "
8517 "refusing to clean"
8518 msgstr ""
8519
8520 #: builtin/clone.c:43
8521 msgid "git clone [<options>] [--] <repo> [<dir>]"
8522 msgstr ""
8523
8524 #: builtin/clone.c:88
8525 msgid "don't create a checkout"
8526 msgstr ""
8527
8528 #: builtin/clone.c:89 builtin/clone.c:91 builtin/init-db.c:481
8529 msgid "create a bare repository"
8530 msgstr ""
8531
8532 #: builtin/clone.c:93
8533 msgid "create a mirror repository (implies bare)"
8534 msgstr ""
8535
8536 #: builtin/clone.c:95
8537 msgid "to clone from a local repository"
8538 msgstr ""
8539
8540 #: builtin/clone.c:97
8541 msgid "don't use local hardlinks, always copy"
8542 msgstr ""
8543
8544 #: builtin/clone.c:99
8545 msgid "setup as shared repository"
8546 msgstr ""
8547
8548 #: builtin/clone.c:101 builtin/clone.c:105
8549 msgid "pathspec"
8550 msgstr ""
8551
8552 #: builtin/clone.c:101 builtin/clone.c:105
8553 msgid "initialize submodules in the clone"
8554 msgstr ""
8555
8556 #: builtin/clone.c:108
8557 msgid "number of submodules cloned in parallel"
8558 msgstr ""
8559
8560 #: builtin/clone.c:109 builtin/init-db.c:478
8561 msgid "template-directory"
8562 msgstr ""
8563
8564 #: builtin/clone.c:110 builtin/init-db.c:479
8565 msgid "directory from which templates will be used"
8566 msgstr ""
8567
8568 #: builtin/clone.c:112 builtin/clone.c:114 builtin/submodule--helper.c:1375
8569 #: builtin/submodule--helper.c:1856
8570 msgid "reference repository"
8571 msgstr ""
8572
8573 #: builtin/clone.c:116 builtin/submodule--helper.c:1377
8574 #: builtin/submodule--helper.c:1858
8575 msgid "use --reference only while cloning"
8576 msgstr ""
8577
8578 #: builtin/clone.c:117 builtin/column.c:27 builtin/merge-file.c:46
8579 #: builtin/pack-objects.c:3301 builtin/repack.c:329
8580 msgid "name"
8581 msgstr ""
8582
8583 #: builtin/clone.c:118
8584 msgid "use <name> instead of 'origin' to track upstream"
8585 msgstr ""
8586
8587 #: builtin/clone.c:120
8588 msgid "checkout <branch> instead of the remote's HEAD"
8589 msgstr ""
8590
8591 #: builtin/clone.c:122
8592 msgid "path to git-upload-pack on the remote"
8593 msgstr ""
8594
8595 #: builtin/clone.c:123 builtin/fetch.c:142 builtin/grep.c:825
8596 #: builtin/pull.c:217
8597 msgid "depth"
8598 msgstr ""
8599
8600 #: builtin/clone.c:124
8601 msgid "create a shallow clone of that depth"
8602 msgstr ""
8603
8604 #: builtin/clone.c:125 builtin/fetch.c:144 builtin/pack-objects.c:3292
8605 msgid "time"
8606 msgstr ""
8607
8608 #: builtin/clone.c:126
8609 msgid "create a shallow clone since a specific time"
8610 msgstr ""
8611
8612 #: builtin/clone.c:127 builtin/fetch.c:146 builtin/fetch.c:169
8613 #: builtin/rebase.c:831
8614 msgid "revision"
8615 msgstr ""
8616
8617 #: builtin/clone.c:128 builtin/fetch.c:147
8618 msgid "deepen history of shallow clone, excluding rev"
8619 msgstr ""
8620
8621 #: builtin/clone.c:130
8622 msgid "clone only one branch, HEAD or --branch"
8623 msgstr ""
8624
8625 #: builtin/clone.c:132
8626 msgid "don't clone any tags, and make later fetches not to follow them"
8627 msgstr ""
8628
8629 #: builtin/clone.c:134
8630 msgid "any cloned submodules will be shallow"
8631 msgstr ""
8632
8633 #: builtin/clone.c:135 builtin/init-db.c:487
8634 msgid "gitdir"
8635 msgstr ""
8636
8637 #: builtin/clone.c:136 builtin/init-db.c:488
8638 msgid "separate git dir from working tree"
8639 msgstr ""
8640
8641 #: builtin/clone.c:137
8642 msgid "key=value"
8643 msgstr ""
8644
8645 #: builtin/clone.c:138
8646 msgid "set config inside the new repository"
8647 msgstr ""
8648
8649 #: builtin/clone.c:139 builtin/fetch.c:165 builtin/pull.c:230
8650 #: builtin/push.c:583
8651 msgid "use IPv4 addresses only"
8652 msgstr ""
8653
8654 #: builtin/clone.c:141 builtin/fetch.c:167 builtin/pull.c:233
8655 #: builtin/push.c:585
8656 msgid "use IPv6 addresses only"
8657 msgstr ""
8658
8659 #: builtin/clone.c:279
8660 msgid ""
8661 "No directory name could be guessed.\n"
8662 "Please specify a directory on the command line"
8663 msgstr ""
8664
8665 #: builtin/clone.c:332
8666 #, c-format
8667 msgid "info: Could not add alternate for '%s': %s\n"
8668 msgstr ""
8669
8670 #: builtin/clone.c:404
8671 #, c-format
8672 msgid "failed to open '%s'"
8673 msgstr ""
8674
8675 #: builtin/clone.c:412
8676 #, c-format
8677 msgid "%s exists and is not a directory"
8678 msgstr ""
8679
8680 #: builtin/clone.c:426
8681 #, c-format
8682 msgid "failed to stat %s\n"
8683 msgstr ""
8684
8685 #: builtin/clone.c:443
8686 #, c-format
8687 msgid "failed to unlink '%s'"
8688 msgstr ""
8689
8690 #: builtin/clone.c:448
8691 #, c-format
8692 msgid "failed to create link '%s'"
8693 msgstr ""
8694
8695 #: builtin/clone.c:452
8696 #, c-format
8697 msgid "failed to copy file to '%s'"
8698 msgstr ""
8699
8700 #: builtin/clone.c:478
8701 #, c-format
8702 msgid "done.\n"
8703 msgstr ""
8704
8705 #: builtin/clone.c:492
8706 msgid ""
8707 "Clone succeeded, but checkout failed.\n"
8708 "You can inspect what was checked out with 'git status'\n"
8709 "and retry the checkout with 'git checkout -f HEAD'\n"
8710 msgstr ""
8711
8712 #: builtin/clone.c:569
8713 #, c-format
8714 msgid "Could not find remote branch %s to clone."
8715 msgstr ""
8716
8717 #: builtin/clone.c:680
8718 #, c-format
8719 msgid "unable to update %s"
8720 msgstr ""
8721
8722 #: builtin/clone.c:730
8723 msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
8724 msgstr ""
8725
8726 #: builtin/clone.c:761
8727 msgid "unable to checkout working tree"
8728 msgstr ""
8729
8730 #: builtin/clone.c:806
8731 msgid "unable to write parameters to config file"
8732 msgstr ""
8733
8734 #: builtin/clone.c:869
8735 msgid "cannot repack to clean up"
8736 msgstr ""
8737
8738 #: builtin/clone.c:871
8739 msgid "cannot unlink temporary alternates file"
8740 msgstr ""
8741
8742 #: builtin/clone.c:911 builtin/receive-pack.c:1941
8743 msgid "Too many arguments."
8744 msgstr ""
8745
8746 #: builtin/clone.c:915
8747 msgid "You must specify a repository to clone."
8748 msgstr ""
8749
8750 #: builtin/clone.c:928
8751 #, c-format
8752 msgid "--bare and --origin %s options are incompatible."
8753 msgstr ""
8754
8755 #: builtin/clone.c:931
8756 msgid "--bare and --separate-git-dir are incompatible."
8757 msgstr ""
8758
8759 #: builtin/clone.c:944
8760 #, c-format
8761 msgid "repository '%s' does not exist"
8762 msgstr ""
8763
8764 #: builtin/clone.c:950 builtin/fetch.c:1606
8765 #, c-format
8766 msgid "depth %s is not a positive number"
8767 msgstr ""
8768
8769 #: builtin/clone.c:960
8770 #, c-format
8771 msgid "destination path '%s' already exists and is not an empty directory."
8772 msgstr ""
8773
8774 #: builtin/clone.c:970
8775 #, c-format
8776 msgid "working tree '%s' already exists."
8777 msgstr ""
8778
8779 #: builtin/clone.c:985 builtin/clone.c:1006 builtin/difftool.c:271
8780 #: builtin/worktree.c:295 builtin/worktree.c:325
8781 #, c-format
8782 msgid "could not create leading directories of '%s'"
8783 msgstr ""
8784
8785 #: builtin/clone.c:990
8786 #, c-format
8787 msgid "could not create work tree dir '%s'"
8788 msgstr ""
8789
8790 #: builtin/clone.c:1010
8791 #, c-format
8792 msgid "Cloning into bare repository '%s'...\n"
8793 msgstr ""
8794
8795 #: builtin/clone.c:1012
8796 #, c-format
8797 msgid "Cloning into '%s'...\n"
8798 msgstr ""
8799
8800 #: builtin/clone.c:1036
8801 msgid ""
8802 "clone --recursive is not compatible with both --reference and --reference-if-"
8803 "able"
8804 msgstr ""
8805
8806 #: builtin/clone.c:1097
8807 msgid "--depth is ignored in local clones; use file:// instead."
8808 msgstr ""
8809
8810 #: builtin/clone.c:1099
8811 msgid "--shallow-since is ignored in local clones; use file:// instead."
8812 msgstr ""
8813
8814 #: builtin/clone.c:1101
8815 msgid "--shallow-exclude is ignored in local clones; use file:// instead."
8816 msgstr ""
8817
8818 #: builtin/clone.c:1103
8819 msgid "--filter is ignored in local clones; use file:// instead."
8820 msgstr ""
8821
8822 #: builtin/clone.c:1106
8823 msgid "source repository is shallow, ignoring --local"
8824 msgstr ""
8825
8826 #: builtin/clone.c:1111
8827 msgid "--local is ignored"
8828 msgstr ""
8829
8830 #: builtin/clone.c:1181 builtin/clone.c:1189
8831 #, c-format
8832 msgid "Remote branch %s not found in upstream %s"
8833 msgstr ""
8834
8835 #: builtin/clone.c:1192
8836 msgid "You appear to have cloned an empty repository."
8837 msgstr ""
8838
8839 #: builtin/column.c:10
8840 msgid "git column [<options>]"
8841 msgstr ""
8842
8843 #: builtin/column.c:27
8844 msgid "lookup config vars"
8845 msgstr ""
8846
8847 #: builtin/column.c:28 builtin/column.c:29
8848 msgid "layout to use"
8849 msgstr ""
8850
8851 #: builtin/column.c:30
8852 msgid "Maximum width"
8853 msgstr ""
8854
8855 #: builtin/column.c:31
8856 msgid "Padding space on left border"
8857 msgstr ""
8858
8859 #: builtin/column.c:32
8860 msgid "Padding space on right border"
8861 msgstr ""
8862
8863 #: builtin/column.c:33
8864 msgid "Padding space between columns"
8865 msgstr ""
8866
8867 #: builtin/column.c:51
8868 msgid "--command must be the first argument"
8869 msgstr ""
8870
8871 #: builtin/commit.c:40
8872 msgid "git commit [<options>] [--] <pathspec>..."
8873 msgstr ""
8874
8875 #: builtin/commit.c:45
8876 msgid "git status [<options>] [--] <pathspec>..."
8877 msgstr ""
8878
8879 #: builtin/commit.c:50
8880 msgid ""
8881 "You asked to amend the most recent commit, but doing so would make\n"
8882 "it empty. You can repeat your command with --allow-empty, or you can\n"
8883 "remove the commit entirely with \"git reset HEAD^\".\n"
8884 msgstr ""
8885
8886 #: builtin/commit.c:55
8887 msgid ""
8888 "The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
8889 "If you wish to commit it anyway, use:\n"
8890 "\n"
8891 "    git commit --allow-empty\n"
8892 "\n"
8893 msgstr ""
8894
8895 #: builtin/commit.c:62
8896 msgid "Otherwise, please use 'git reset'\n"
8897 msgstr ""
8898
8899 #: builtin/commit.c:65
8900 msgid ""
8901 "If you wish to skip this commit, use:\n"
8902 "\n"
8903 "    git reset\n"
8904 "\n"
8905 "Then \"git cherry-pick --continue\" will resume cherry-picking\n"
8906 "the remaining commits.\n"
8907 msgstr ""
8908
8909 #: builtin/commit.c:311
8910 msgid "failed to unpack HEAD tree object"
8911 msgstr ""
8912
8913 #: builtin/commit.c:352
8914 msgid "unable to create temporary index"
8915 msgstr ""
8916
8917 #: builtin/commit.c:358
8918 msgid "interactive add failed"
8919 msgstr ""
8920
8921 #: builtin/commit.c:371
8922 msgid "unable to update temporary index"
8923 msgstr ""
8924
8925 #: builtin/commit.c:373
8926 msgid "Failed to update main cache tree"
8927 msgstr ""
8928
8929 #: builtin/commit.c:398 builtin/commit.c:421 builtin/commit.c:467
8930 msgid "unable to write new_index file"
8931 msgstr ""
8932
8933 #: builtin/commit.c:450
8934 msgid "cannot do a partial commit during a merge."
8935 msgstr ""
8936
8937 #: builtin/commit.c:452
8938 msgid "cannot do a partial commit during a cherry-pick."
8939 msgstr ""
8940
8941 #: builtin/commit.c:460
8942 msgid "cannot read the index"
8943 msgstr ""
8944
8945 #: builtin/commit.c:479
8946 msgid "unable to write temporary index file"
8947 msgstr ""
8948
8949 #: builtin/commit.c:577
8950 #, c-format
8951 msgid "commit '%s' lacks author header"
8952 msgstr ""
8953
8954 #: builtin/commit.c:579
8955 #, c-format
8956 msgid "commit '%s' has malformed author line"
8957 msgstr ""
8958
8959 #: builtin/commit.c:598
8960 msgid "malformed --author parameter"
8961 msgstr ""
8962
8963 #: builtin/commit.c:650
8964 msgid ""
8965 "unable to select a comment character that is not used\n"
8966 "in the current commit message"
8967 msgstr ""
8968
8969 #: builtin/commit.c:687 builtin/commit.c:720 builtin/commit.c:1049
8970 #, c-format
8971 msgid "could not lookup commit %s"
8972 msgstr ""
8973
8974 #: builtin/commit.c:699 builtin/shortlog.c:317
8975 #, c-format
8976 msgid "(reading log message from standard input)\n"
8977 msgstr ""
8978
8979 #: builtin/commit.c:701
8980 msgid "could not read log from standard input"
8981 msgstr ""
8982
8983 #: builtin/commit.c:705
8984 #, c-format
8985 msgid "could not read log file '%s'"
8986 msgstr ""
8987
8988 #: builtin/commit.c:734 builtin/commit.c:742
8989 msgid "could not read SQUASH_MSG"
8990 msgstr ""
8991
8992 #: builtin/commit.c:739
8993 msgid "could not read MERGE_MSG"
8994 msgstr ""
8995
8996 #: builtin/commit.c:793
8997 msgid "could not write commit template"
8998 msgstr ""
8999
9000 #: builtin/commit.c:811
9001 #, c-format
9002 msgid ""
9003 "\n"
9004 "It looks like you may be committing a merge.\n"
9005 "If this is not correct, please remove the file\n"
9006 "\t%s\n"
9007 "and try again.\n"
9008 msgstr ""
9009
9010 #: builtin/commit.c:816
9011 #, c-format
9012 msgid ""
9013 "\n"
9014 "It looks like you may be committing a cherry-pick.\n"
9015 "If this is not correct, please remove the file\n"
9016 "\t%s\n"
9017 "and try again.\n"
9018 msgstr ""
9019
9020 #: builtin/commit.c:829
9021 #, c-format
9022 msgid ""
9023 "Please enter the commit message for your changes. Lines starting\n"
9024 "with '%c' will be ignored, and an empty message aborts the commit.\n"
9025 msgstr ""
9026
9027 #: builtin/commit.c:837
9028 #, c-format
9029 msgid ""
9030 "Please enter the commit message for your changes. Lines starting\n"
9031 "with '%c' will be kept; you may remove them yourself if you want to.\n"
9032 "An empty message aborts the commit.\n"
9033 msgstr ""
9034
9035 #: builtin/commit.c:854
9036 #, c-format
9037 msgid "%sAuthor:    %.*s <%.*s>"
9038 msgstr ""
9039
9040 #: builtin/commit.c:862
9041 #, c-format
9042 msgid "%sDate:      %s"
9043 msgstr ""
9044
9045 #: builtin/commit.c:869
9046 #, c-format
9047 msgid "%sCommitter: %.*s <%.*s>"
9048 msgstr ""
9049
9050 #: builtin/commit.c:887
9051 msgid "Cannot read index"
9052 msgstr ""
9053
9054 #: builtin/commit.c:953
9055 msgid "Error building trees"
9056 msgstr ""
9057
9058 #: builtin/commit.c:967 builtin/tag.c:258
9059 #, c-format
9060 msgid "Please supply the message using either -m or -F option.\n"
9061 msgstr ""
9062
9063 #: builtin/commit.c:1011
9064 #, c-format
9065 msgid "--author '%s' is not 'Name <email>' and matches no existing author"
9066 msgstr ""
9067
9068 #: builtin/commit.c:1025
9069 #, c-format
9070 msgid "Invalid ignored mode '%s'"
9071 msgstr ""
9072
9073 #: builtin/commit.c:1039 builtin/commit.c:1276
9074 #, c-format
9075 msgid "Invalid untracked files mode '%s'"
9076 msgstr ""
9077
9078 #: builtin/commit.c:1077
9079 msgid "--long and -z are incompatible"
9080 msgstr ""
9081
9082 #: builtin/commit.c:1110
9083 msgid "Using both --reset-author and --author does not make sense"
9084 msgstr ""
9085
9086 #: builtin/commit.c:1119
9087 msgid "You have nothing to amend."
9088 msgstr ""
9089
9090 #: builtin/commit.c:1122
9091 msgid "You are in the middle of a merge -- cannot amend."
9092 msgstr ""
9093
9094 #: builtin/commit.c:1124
9095 msgid "You are in the middle of a cherry-pick -- cannot amend."
9096 msgstr ""
9097
9098 #: builtin/commit.c:1127
9099 msgid "Options --squash and --fixup cannot be used together"
9100 msgstr ""
9101
9102 #: builtin/commit.c:1137
9103 msgid "Only one of -c/-C/-F/--fixup can be used."
9104 msgstr ""
9105
9106 #: builtin/commit.c:1139
9107 msgid "Option -m cannot be combined with -c/-C/-F."
9108 msgstr ""
9109
9110 #: builtin/commit.c:1147
9111 msgid "--reset-author can be used only with -C, -c or --amend."
9112 msgstr ""
9113
9114 #: builtin/commit.c:1164
9115 msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
9116 msgstr ""
9117
9118 #: builtin/commit.c:1166
9119 msgid "No paths with --include/--only does not make sense."
9120 msgstr ""
9121
9122 #: builtin/commit.c:1180 builtin/tag.c:546
9123 #, c-format
9124 msgid "Invalid cleanup mode %s"
9125 msgstr ""
9126
9127 #: builtin/commit.c:1185
9128 msgid "Paths with -a does not make sense."
9129 msgstr ""
9130
9131 #: builtin/commit.c:1311 builtin/commit.c:1495
9132 msgid "show status concisely"
9133 msgstr ""
9134
9135 #: builtin/commit.c:1313 builtin/commit.c:1497
9136 msgid "show branch information"
9137 msgstr ""
9138
9139 #: builtin/commit.c:1315
9140 msgid "show stash information"
9141 msgstr ""
9142
9143 #: builtin/commit.c:1317 builtin/commit.c:1499
9144 msgid "compute full ahead/behind values"
9145 msgstr ""
9146
9147 #: builtin/commit.c:1319
9148 msgid "version"
9149 msgstr ""
9150
9151 #: builtin/commit.c:1319 builtin/commit.c:1501 builtin/push.c:558
9152 #: builtin/worktree.c:639
9153 msgid "machine-readable output"
9154 msgstr ""
9155
9156 #: builtin/commit.c:1322 builtin/commit.c:1503
9157 msgid "show status in long format (default)"
9158 msgstr ""
9159
9160 #: builtin/commit.c:1325 builtin/commit.c:1506
9161 msgid "terminate entries with NUL"
9162 msgstr ""
9163
9164 #: builtin/commit.c:1327 builtin/commit.c:1331 builtin/commit.c:1509
9165 #: builtin/fast-export.c:1007 builtin/fast-export.c:1010 builtin/rebase.c:910
9166 #: builtin/tag.c:400
9167 msgid "mode"
9168 msgstr ""
9169
9170 #: builtin/commit.c:1328 builtin/commit.c:1509
9171 msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
9172 msgstr ""
9173
9174 #: builtin/commit.c:1332
9175 msgid ""
9176 "show ignored files, optional modes: traditional, matching, no. (Default: "
9177 "traditional)"
9178 msgstr ""
9179
9180 #: builtin/commit.c:1334 parse-options.h:164
9181 msgid "when"
9182 msgstr ""
9183
9184 #: builtin/commit.c:1335
9185 msgid ""
9186 "ignore changes to submodules, optional when: all, dirty, untracked. "
9187 "(Default: all)"
9188 msgstr ""
9189
9190 #: builtin/commit.c:1337
9191 msgid "list untracked files in columns"
9192 msgstr ""
9193
9194 #: builtin/commit.c:1338
9195 msgid "do not detect renames"
9196 msgstr ""
9197
9198 #: builtin/commit.c:1340
9199 msgid "detect renames, optionally set similarity index"
9200 msgstr ""
9201
9202 #: builtin/commit.c:1360
9203 msgid "Unsupported combination of ignored and untracked-files arguments"
9204 msgstr ""
9205
9206 #: builtin/commit.c:1465
9207 msgid "suppress summary after successful commit"
9208 msgstr ""
9209
9210 #: builtin/commit.c:1466
9211 msgid "show diff in commit message template"
9212 msgstr ""
9213
9214 #: builtin/commit.c:1468
9215 msgid "Commit message options"
9216 msgstr ""
9217
9218 #: builtin/commit.c:1469 builtin/merge.c:263 builtin/tag.c:397
9219 msgid "read message from file"
9220 msgstr ""
9221
9222 #: builtin/commit.c:1470
9223 msgid "author"
9224 msgstr ""
9225
9226 #: builtin/commit.c:1470
9227 msgid "override author for commit"
9228 msgstr ""
9229
9230 #: builtin/commit.c:1471 builtin/gc.c:518
9231 msgid "date"
9232 msgstr ""
9233
9234 #: builtin/commit.c:1471
9235 msgid "override date for commit"
9236 msgstr ""
9237
9238 #: builtin/commit.c:1472 builtin/merge.c:259 builtin/notes.c:409
9239 #: builtin/notes.c:572 builtin/tag.c:395
9240 msgid "message"
9241 msgstr ""
9242
9243 #: builtin/commit.c:1472
9244 msgid "commit message"
9245 msgstr ""
9246
9247 #: builtin/commit.c:1473 builtin/commit.c:1474 builtin/commit.c:1475
9248 #: builtin/commit.c:1476 ref-filter.h:92 parse-options.h:280
9249 msgid "commit"
9250 msgstr ""
9251
9252 #: builtin/commit.c:1473
9253 msgid "reuse and edit message from specified commit"
9254 msgstr ""
9255
9256 #: builtin/commit.c:1474
9257 msgid "reuse message from specified commit"
9258 msgstr ""
9259
9260 #: builtin/commit.c:1475
9261 msgid "use autosquash formatted message to fixup specified commit"
9262 msgstr ""
9263
9264 #: builtin/commit.c:1476
9265 msgid "use autosquash formatted message to squash specified commit"
9266 msgstr ""
9267
9268 #: builtin/commit.c:1477
9269 msgid "the commit is authored by me now (used with -C/-c/--amend)"
9270 msgstr ""
9271
9272 #: builtin/commit.c:1478 builtin/log.c:1520 builtin/merge.c:276
9273 #: builtin/pull.c:155 builtin/revert.c:106
9274 msgid "add Signed-off-by:"
9275 msgstr ""
9276
9277 #: builtin/commit.c:1479
9278 msgid "use specified template file"
9279 msgstr ""
9280
9281 #: builtin/commit.c:1480
9282 msgid "force edit of commit"
9283 msgstr ""
9284
9285 #: builtin/commit.c:1481
9286 msgid "default"
9287 msgstr ""
9288
9289 #: builtin/commit.c:1481 builtin/tag.c:401
9290 msgid "how to strip spaces and #comments from message"
9291 msgstr ""
9292
9293 #: builtin/commit.c:1482
9294 msgid "include status in commit message template"
9295 msgstr ""
9296
9297 #: builtin/commit.c:1484 builtin/merge.c:274 builtin/pull.c:185
9298 #: builtin/revert.c:114
9299 msgid "GPG sign commit"
9300 msgstr ""
9301
9302 #: builtin/commit.c:1487
9303 msgid "Commit contents options"
9304 msgstr ""
9305
9306 #: builtin/commit.c:1488
9307 msgid "commit all changed files"
9308 msgstr ""
9309
9310 #: builtin/commit.c:1489
9311 msgid "add specified files to index for commit"
9312 msgstr ""
9313
9314 #: builtin/commit.c:1490
9315 msgid "interactively add files"
9316 msgstr ""
9317
9318 #: builtin/commit.c:1491
9319 msgid "interactively add changes"
9320 msgstr ""
9321
9322 #: builtin/commit.c:1492
9323 msgid "commit only specified files"
9324 msgstr ""
9325
9326 #: builtin/commit.c:1493
9327 msgid "bypass pre-commit and commit-msg hooks"
9328 msgstr ""
9329
9330 #: builtin/commit.c:1494
9331 msgid "show what would be committed"
9332 msgstr ""
9333
9334 #: builtin/commit.c:1507
9335 msgid "amend previous commit"
9336 msgstr ""
9337
9338 #: builtin/commit.c:1508
9339 msgid "bypass post-rewrite hook"
9340 msgstr ""
9341
9342 #: builtin/commit.c:1513
9343 msgid "ok to record an empty change"
9344 msgstr ""
9345
9346 #: builtin/commit.c:1515
9347 msgid "ok to record a change with an empty message"
9348 msgstr ""
9349
9350 #: builtin/commit.c:1588
9351 #, c-format
9352 msgid "Corrupt MERGE_HEAD file (%s)"
9353 msgstr ""
9354
9355 #: builtin/commit.c:1595
9356 msgid "could not read MERGE_MODE"
9357 msgstr ""
9358
9359 #: builtin/commit.c:1614
9360 #, c-format
9361 msgid "could not read commit message: %s"
9362 msgstr ""
9363
9364 #: builtin/commit.c:1625
9365 #, c-format
9366 msgid "Aborting commit due to empty commit message.\n"
9367 msgstr ""
9368
9369 #: builtin/commit.c:1630
9370 #, c-format
9371 msgid "Aborting commit; you did not edit the message.\n"
9372 msgstr ""
9373
9374 #: builtin/commit.c:1665
9375 msgid ""
9376 "repository has been updated, but unable to write\n"
9377 "new_index file. Check that disk is not full and quota is\n"
9378 "not exceeded, and then \"git reset HEAD\" to recover."
9379 msgstr ""
9380
9381 #: builtin/commit-graph.c:10
9382 msgid "git commit-graph [--object-dir <objdir>]"
9383 msgstr ""
9384
9385 #: builtin/commit-graph.c:11 builtin/commit-graph.c:23
9386 msgid "git commit-graph read [--object-dir <objdir>]"
9387 msgstr ""
9388
9389 #: builtin/commit-graph.c:12 builtin/commit-graph.c:18
9390 msgid "git commit-graph verify [--object-dir <objdir>]"
9391 msgstr ""
9392
9393 #: builtin/commit-graph.c:13 builtin/commit-graph.c:28
9394 msgid ""
9395 "git commit-graph write [--object-dir <objdir>] [--append] [--reachable|--"
9396 "stdin-packs|--stdin-commits]"
9397 msgstr ""
9398
9399 #: builtin/commit-graph.c:48 builtin/commit-graph.c:78
9400 #: builtin/commit-graph.c:132 builtin/commit-graph.c:190 builtin/fetch.c:153
9401 #: builtin/log.c:1540
9402 msgid "dir"
9403 msgstr ""
9404
9405 #: builtin/commit-graph.c:49 builtin/commit-graph.c:79
9406 #: builtin/commit-graph.c:133 builtin/commit-graph.c:191
9407 msgid "The object directory to store the graph"
9408 msgstr ""
9409
9410 #: builtin/commit-graph.c:135
9411 msgid "start walk at all refs"
9412 msgstr ""
9413
9414 #: builtin/commit-graph.c:137
9415 msgid "scan pack-indexes listed by stdin for commits"
9416 msgstr ""
9417
9418 #: builtin/commit-graph.c:139
9419 msgid "start walk at commits listed by stdin"
9420 msgstr ""
9421
9422 #: builtin/commit-graph.c:141
9423 msgid "include all commits already in the commit-graph file"
9424 msgstr ""
9425
9426 #: builtin/commit-graph.c:150
9427 msgid "use at most one of --reachable, --stdin-commits, or --stdin-packs"
9428 msgstr ""
9429
9430 #: builtin/config.c:11
9431 msgid "git config [<options>]"
9432 msgstr ""
9433
9434 #: builtin/config.c:103
9435 #, c-format
9436 msgid "unrecognized --type argument, %s"
9437 msgstr ""
9438
9439 #: builtin/config.c:115
9440 msgid "only one type at a time"
9441 msgstr ""
9442
9443 #: builtin/config.c:124
9444 msgid "Config file location"
9445 msgstr ""
9446
9447 #: builtin/config.c:125
9448 msgid "use global config file"
9449 msgstr ""
9450
9451 #: builtin/config.c:126
9452 msgid "use system config file"
9453 msgstr ""
9454
9455 #: builtin/config.c:127
9456 msgid "use repository config file"
9457 msgstr ""
9458
9459 #: builtin/config.c:128
9460 msgid "use per-worktree config file"
9461 msgstr ""
9462
9463 #: builtin/config.c:129
9464 msgid "use given config file"
9465 msgstr ""
9466
9467 #: builtin/config.c:130
9468 msgid "blob-id"
9469 msgstr ""
9470
9471 #: builtin/config.c:130
9472 msgid "read config from given blob object"
9473 msgstr ""
9474
9475 #: builtin/config.c:131
9476 msgid "Action"
9477 msgstr ""
9478
9479 #: builtin/config.c:132
9480 msgid "get value: name [value-regex]"
9481 msgstr ""
9482
9483 #: builtin/config.c:133
9484 msgid "get all values: key [value-regex]"
9485 msgstr ""
9486
9487 #: builtin/config.c:134
9488 msgid "get values for regexp: name-regex [value-regex]"
9489 msgstr ""
9490
9491 #: builtin/config.c:135
9492 msgid "get value specific for the URL: section[.var] URL"
9493 msgstr ""
9494
9495 #: builtin/config.c:136
9496 msgid "replace all matching variables: name value [value_regex]"
9497 msgstr ""
9498
9499 #: builtin/config.c:137
9500 msgid "add a new variable: name value"
9501 msgstr ""
9502
9503 #: builtin/config.c:138
9504 msgid "remove a variable: name [value-regex]"
9505 msgstr ""
9506
9507 #: builtin/config.c:139
9508 msgid "remove all matches: name [value-regex]"
9509 msgstr ""
9510
9511 #: builtin/config.c:140
9512 msgid "rename section: old-name new-name"
9513 msgstr ""
9514
9515 #: builtin/config.c:141
9516 msgid "remove a section: name"
9517 msgstr ""
9518
9519 #: builtin/config.c:142
9520 msgid "list all"
9521 msgstr ""
9522
9523 #: builtin/config.c:143
9524 msgid "open an editor"
9525 msgstr ""
9526
9527 #: builtin/config.c:144
9528 msgid "find the color configured: slot [default]"
9529 msgstr ""
9530
9531 #: builtin/config.c:145
9532 msgid "find the color setting: slot [stdout-is-tty]"
9533 msgstr ""
9534
9535 #: builtin/config.c:146
9536 msgid "Type"
9537 msgstr ""
9538
9539 #: builtin/config.c:147
9540 msgid "value is given this type"
9541 msgstr ""
9542
9543 #: builtin/config.c:148
9544 msgid "value is \"true\" or \"false\""
9545 msgstr ""
9546
9547 #: builtin/config.c:149
9548 msgid "value is decimal number"
9549 msgstr ""
9550
9551 #: builtin/config.c:150
9552 msgid "value is --bool or --int"
9553 msgstr ""
9554
9555 #: builtin/config.c:151
9556 msgid "value is a path (file or directory name)"
9557 msgstr ""
9558
9559 #: builtin/config.c:152
9560 msgid "value is an expiry date"
9561 msgstr ""
9562
9563 #: builtin/config.c:153
9564 msgid "Other"
9565 msgstr ""
9566
9567 #: builtin/config.c:154
9568 msgid "terminate values with NUL byte"
9569 msgstr ""
9570
9571 #: builtin/config.c:155
9572 msgid "show variable names only"
9573 msgstr ""
9574
9575 #: builtin/config.c:156
9576 msgid "respect include directives on lookup"
9577 msgstr ""
9578
9579 #: builtin/config.c:157
9580 msgid "show origin of config (file, standard input, blob, command line)"
9581 msgstr ""
9582
9583 #: builtin/config.c:158
9584 msgid "value"
9585 msgstr ""
9586
9587 #: builtin/config.c:158
9588 msgid "with --get, use default value when missing entry"
9589 msgstr ""
9590
9591 #: builtin/config.c:171
9592 #, c-format
9593 msgid "wrong number of arguments, should be %d"
9594 msgstr ""
9595
9596 #: builtin/config.c:173
9597 #, c-format
9598 msgid "wrong number of arguments, should be from %d to %d"
9599 msgstr ""
9600
9601 #: builtin/config.c:307
9602 #, c-format
9603 msgid "invalid key pattern: %s"
9604 msgstr ""
9605
9606 #: builtin/config.c:343
9607 #, c-format
9608 msgid "failed to format default config value: %s"
9609 msgstr ""
9610
9611 #: builtin/config.c:400
9612 #, c-format
9613 msgid "cannot parse color '%s'"
9614 msgstr ""
9615
9616 #: builtin/config.c:442
9617 msgid "unable to parse default color value"
9618 msgstr ""
9619
9620 #: builtin/config.c:495 builtin/config.c:741
9621 msgid "not in a git directory"
9622 msgstr ""
9623
9624 #: builtin/config.c:498
9625 msgid "writing to stdin is not supported"
9626 msgstr ""
9627
9628 #: builtin/config.c:501
9629 msgid "writing config blobs is not supported"
9630 msgstr ""
9631
9632 #: builtin/config.c:586
9633 #, c-format
9634 msgid ""
9635 "# This is Git's per-user configuration file.\n"
9636 "[user]\n"
9637 "# Please adapt and uncomment the following lines:\n"
9638 "#\tname = %s\n"
9639 "#\temail = %s\n"
9640 msgstr ""
9641
9642 #: builtin/config.c:610
9643 msgid "only one config file at a time"
9644 msgstr ""
9645
9646 #: builtin/config.c:615
9647 msgid "--local can only be used inside a git repository"
9648 msgstr ""
9649
9650 #: builtin/config.c:618
9651 msgid "--blob can only be used inside a git repository"
9652 msgstr ""
9653
9654 #: builtin/config.c:637
9655 msgid "$HOME not set"
9656 msgstr ""
9657
9658 #: builtin/config.c:657
9659 msgid ""
9660 "--worktree cannot be used with multiple working trees unless the config\n"
9661 "extension worktreeConfig is enabled. Please read \"CONFIGURATION FILE\"\n"
9662 "section in \"git help worktree\" for details"
9663 msgstr ""
9664
9665 #: builtin/config.c:687
9666 msgid "--get-color and variable type are incoherent"
9667 msgstr ""
9668
9669 #: builtin/config.c:692
9670 msgid "only one action at a time"
9671 msgstr ""
9672
9673 #: builtin/config.c:705
9674 msgid "--name-only is only applicable to --list or --get-regexp"
9675 msgstr ""
9676
9677 #: builtin/config.c:711
9678 msgid ""
9679 "--show-origin is only applicable to --get, --get-all, --get-regexp, and --"
9680 "list"
9681 msgstr ""
9682
9683 #: builtin/config.c:717
9684 msgid "--default is only applicable to --get"
9685 msgstr ""
9686
9687 #: builtin/config.c:730
9688 #, c-format
9689 msgid "unable to read config file '%s'"
9690 msgstr ""
9691
9692 #: builtin/config.c:733
9693 msgid "error processing config file(s)"
9694 msgstr ""
9695
9696 #: builtin/config.c:743
9697 msgid "editing stdin is not supported"
9698 msgstr ""
9699
9700 #: builtin/config.c:745
9701 msgid "editing blobs is not supported"
9702 msgstr ""
9703
9704 #: builtin/config.c:759
9705 #, c-format
9706 msgid "cannot create configuration file %s"
9707 msgstr ""
9708
9709 #: builtin/config.c:772
9710 #, c-format
9711 msgid ""
9712 "cannot overwrite multiple values with a single value\n"
9713 "       Use a regexp, --add or --replace-all to change %s."
9714 msgstr ""
9715
9716 #: builtin/config.c:846 builtin/config.c:857
9717 #, c-format
9718 msgid "no such section: %s"
9719 msgstr ""
9720
9721 #: builtin/count-objects.c:90
9722 msgid "git count-objects [-v] [-H | --human-readable]"
9723 msgstr ""
9724
9725 #: builtin/count-objects.c:100
9726 msgid "print sizes in human readable format"
9727 msgstr ""
9728
9729 #: builtin/describe.c:26
9730 msgid "git describe [<options>] [<commit-ish>...]"
9731 msgstr ""
9732
9733 #: builtin/describe.c:27
9734 msgid "git describe [<options>] --dirty"
9735 msgstr ""
9736
9737 #: builtin/describe.c:62
9738 msgid "head"
9739 msgstr ""
9740
9741 #: builtin/describe.c:62
9742 msgid "lightweight"
9743 msgstr ""
9744
9745 #: builtin/describe.c:62
9746 msgid "annotated"
9747 msgstr ""
9748
9749 #: builtin/describe.c:272
9750 #, c-format
9751 msgid "annotated tag %s not available"
9752 msgstr ""
9753
9754 #: builtin/describe.c:276
9755 #, c-format
9756 msgid "annotated tag %s has no embedded name"
9757 msgstr ""
9758
9759 #: builtin/describe.c:278
9760 #, c-format
9761 msgid "tag '%s' is really '%s' here"
9762 msgstr ""
9763
9764 #: builtin/describe.c:322
9765 #, c-format
9766 msgid "no tag exactly matches '%s'"
9767 msgstr ""
9768
9769 #: builtin/describe.c:324
9770 #, c-format
9771 msgid "No exact match on refs or tags, searching to describe\n"
9772 msgstr ""
9773
9774 #: builtin/describe.c:378
9775 #, c-format
9776 msgid "finished search at %s\n"
9777 msgstr ""
9778
9779 #: builtin/describe.c:404
9780 #, c-format
9781 msgid ""
9782 "No annotated tags can describe '%s'.\n"
9783 "However, there were unannotated tags: try --tags."
9784 msgstr ""
9785
9786 #: builtin/describe.c:408
9787 #, c-format
9788 msgid ""
9789 "No tags can describe '%s'.\n"
9790 "Try --always, or create some tags."
9791 msgstr ""
9792
9793 #: builtin/describe.c:438
9794 #, c-format
9795 msgid "traversed %lu commits\n"
9796 msgstr ""
9797
9798 #: builtin/describe.c:441
9799 #, c-format
9800 msgid ""
9801 "more than %i tags found; listed %i most recent\n"
9802 "gave up search at %s\n"
9803 msgstr ""
9804
9805 #: builtin/describe.c:509
9806 #, c-format
9807 msgid "describe %s\n"
9808 msgstr ""
9809
9810 #: builtin/describe.c:512 builtin/log.c:513
9811 #, c-format
9812 msgid "Not a valid object name %s"
9813 msgstr ""
9814
9815 #: builtin/describe.c:520
9816 #, c-format
9817 msgid "%s is neither a commit nor blob"
9818 msgstr ""
9819
9820 #: builtin/describe.c:534
9821 msgid "find the tag that comes after the commit"
9822 msgstr ""
9823
9824 #: builtin/describe.c:535
9825 msgid "debug search strategy on stderr"
9826 msgstr ""
9827
9828 #: builtin/describe.c:536
9829 msgid "use any ref"
9830 msgstr ""
9831
9832 #: builtin/describe.c:537
9833 msgid "use any tag, even unannotated"
9834 msgstr ""
9835
9836 #: builtin/describe.c:538
9837 msgid "always use long format"
9838 msgstr ""
9839
9840 #: builtin/describe.c:539
9841 msgid "only follow first parent"
9842 msgstr ""
9843
9844 #: builtin/describe.c:542
9845 msgid "only output exact matches"
9846 msgstr ""
9847
9848 #: builtin/describe.c:544
9849 msgid "consider <n> most recent tags (default: 10)"
9850 msgstr ""
9851
9852 #: builtin/describe.c:546
9853 msgid "only consider tags matching <pattern>"
9854 msgstr ""
9855
9856 #: builtin/describe.c:548
9857 msgid "do not consider tags matching <pattern>"
9858 msgstr ""
9859
9860 #: builtin/describe.c:550 builtin/name-rev.c:424
9861 msgid "show abbreviated commit object as fallback"
9862 msgstr ""
9863
9864 #: builtin/describe.c:551 builtin/describe.c:554
9865 msgid "mark"
9866 msgstr ""
9867
9868 #: builtin/describe.c:552
9869 msgid "append <mark> on dirty working tree (default: \"-dirty\")"
9870 msgstr ""
9871
9872 #: builtin/describe.c:555
9873 msgid "append <mark> on broken working tree (default: \"-broken\")"
9874 msgstr ""
9875
9876 #: builtin/describe.c:573
9877 msgid "--long is incompatible with --abbrev=0"
9878 msgstr ""
9879
9880 #: builtin/describe.c:602
9881 msgid "No names found, cannot describe anything."
9882 msgstr ""
9883
9884 #: builtin/describe.c:652
9885 msgid "--dirty is incompatible with commit-ishes"
9886 msgstr ""
9887
9888 #: builtin/describe.c:654
9889 msgid "--broken is incompatible with commit-ishes"
9890 msgstr ""
9891
9892 #: builtin/diff.c:83
9893 #, c-format
9894 msgid "'%s': not a regular file or symlink"
9895 msgstr ""
9896
9897 #: builtin/diff.c:234
9898 #, c-format
9899 msgid "invalid option: %s"
9900 msgstr ""
9901
9902 #: builtin/diff.c:363
9903 msgid "Not a git repository"
9904 msgstr ""
9905
9906 #: builtin/diff.c:407
9907 #, c-format
9908 msgid "invalid object '%s' given."
9909 msgstr ""
9910
9911 #: builtin/diff.c:416
9912 #, c-format
9913 msgid "more than two blobs given: '%s'"
9914 msgstr ""
9915
9916 #: builtin/diff.c:421
9917 #, c-format
9918 msgid "unhandled object '%s' given."
9919 msgstr ""
9920
9921 #: builtin/difftool.c:30
9922 msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
9923 msgstr ""
9924
9925 #: builtin/difftool.c:260
9926 #, c-format
9927 msgid "failed: %d"
9928 msgstr ""
9929
9930 #: builtin/difftool.c:302
9931 #, c-format
9932 msgid "could not read symlink %s"
9933 msgstr ""
9934
9935 #: builtin/difftool.c:304
9936 #, c-format
9937 msgid "could not read symlink file %s"
9938 msgstr ""
9939
9940 #: builtin/difftool.c:312
9941 #, c-format
9942 msgid "could not read object %s for symlink %s"
9943 msgstr ""
9944
9945 #: builtin/difftool.c:413
9946 msgid ""
9947 "combined diff formats('-c' and '--cc') are not supported in\n"
9948 "directory diff mode('-d' and '--dir-diff')."
9949 msgstr ""
9950
9951 #: builtin/difftool.c:633
9952 #, c-format
9953 msgid "both files modified: '%s' and '%s'."
9954 msgstr ""
9955
9956 #: builtin/difftool.c:635
9957 msgid "working tree file has been left."
9958 msgstr ""
9959
9960 #: builtin/difftool.c:646
9961 #, c-format
9962 msgid "temporary files exist in '%s'."
9963 msgstr ""
9964
9965 #: builtin/difftool.c:647
9966 msgid "you may want to cleanup or recover these."
9967 msgstr ""
9968
9969 #: builtin/difftool.c:696
9970 msgid "use `diff.guitool` instead of `diff.tool`"
9971 msgstr ""
9972
9973 #: builtin/difftool.c:698
9974 msgid "perform a full-directory diff"
9975 msgstr ""
9976
9977 #: builtin/difftool.c:700
9978 msgid "do not prompt before launching a diff tool"
9979 msgstr ""
9980
9981 #: builtin/difftool.c:705
9982 msgid "use symlinks in dir-diff mode"
9983 msgstr ""
9984
9985 #: builtin/difftool.c:706
9986 msgid "tool"
9987 msgstr ""
9988
9989 #: builtin/difftool.c:707
9990 msgid "use the specified diff tool"
9991 msgstr ""
9992
9993 #: builtin/difftool.c:709
9994 msgid "print a list of diff tools that may be used with `--tool`"
9995 msgstr ""
9996
9997 #: builtin/difftool.c:712
9998 msgid ""
9999 "make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
10000 "code"
10001 msgstr ""
10002
10003 #: builtin/difftool.c:715
10004 msgid "specify a custom command for viewing diffs"
10005 msgstr ""
10006
10007 #: builtin/difftool.c:739
10008 msgid "no <tool> given for --tool=<tool>"
10009 msgstr ""
10010
10011 #: builtin/difftool.c:746
10012 msgid "no <cmd> given for --extcmd=<cmd>"
10013 msgstr ""
10014
10015 #: builtin/fast-export.c:29
10016 msgid "git fast-export [rev-list-opts]"
10017 msgstr ""
10018
10019 #: builtin/fast-export.c:1006
10020 msgid "show progress after <n> objects"
10021 msgstr ""
10022
10023 #: builtin/fast-export.c:1008
10024 msgid "select handling of signed tags"
10025 msgstr ""
10026
10027 #: builtin/fast-export.c:1011
10028 msgid "select handling of tags that tag filtered objects"
10029 msgstr ""
10030
10031 #: builtin/fast-export.c:1014
10032 msgid "Dump marks to this file"
10033 msgstr ""
10034
10035 #: builtin/fast-export.c:1016
10036 msgid "Import marks from this file"
10037 msgstr ""
10038
10039 #: builtin/fast-export.c:1018
10040 msgid "Fake a tagger when tags lack one"
10041 msgstr ""
10042
10043 #: builtin/fast-export.c:1020
10044 msgid "Output full tree for each commit"
10045 msgstr ""
10046
10047 #: builtin/fast-export.c:1022
10048 msgid "Use the done feature to terminate the stream"
10049 msgstr ""
10050
10051 #: builtin/fast-export.c:1023
10052 msgid "Skip output of blob data"
10053 msgstr ""
10054
10055 #: builtin/fast-export.c:1024 builtin/log.c:1588
10056 msgid "refspec"
10057 msgstr ""
10058
10059 #: builtin/fast-export.c:1025
10060 msgid "Apply refspec to exported refs"
10061 msgstr ""
10062
10063 #: builtin/fast-export.c:1026
10064 msgid "anonymize output"
10065 msgstr ""
10066
10067 #: builtin/fetch.c:28
10068 msgid "git fetch [<options>] [<repository> [<refspec>...]]"
10069 msgstr ""
10070
10071 #: builtin/fetch.c:29
10072 msgid "git fetch [<options>] <group>"
10073 msgstr ""
10074
10075 #: builtin/fetch.c:30
10076 msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
10077 msgstr ""
10078
10079 #: builtin/fetch.c:31
10080 msgid "git fetch --all [<options>]"
10081 msgstr ""
10082
10083 #: builtin/fetch.c:115 builtin/pull.c:194
10084 msgid "fetch from all remotes"
10085 msgstr ""
10086
10087 #: builtin/fetch.c:117 builtin/pull.c:197
10088 msgid "append to .git/FETCH_HEAD instead of overwriting"
10089 msgstr ""
10090
10091 #: builtin/fetch.c:119 builtin/pull.c:200
10092 msgid "path to upload pack on remote end"
10093 msgstr ""
10094
10095 #: builtin/fetch.c:120
10096 msgid "force overwrite of local reference"
10097 msgstr ""
10098
10099 #: builtin/fetch.c:122
10100 msgid "fetch from multiple remotes"
10101 msgstr ""
10102
10103 #: builtin/fetch.c:124 builtin/pull.c:204
10104 msgid "fetch all tags and associated objects"
10105 msgstr ""
10106
10107 #: builtin/fetch.c:126
10108 msgid "do not fetch all tags (--no-tags)"
10109 msgstr ""
10110
10111 #: builtin/fetch.c:128
10112 msgid "number of submodules fetched in parallel"
10113 msgstr ""
10114
10115 #: builtin/fetch.c:130 builtin/pull.c:207
10116 msgid "prune remote-tracking branches no longer on remote"
10117 msgstr ""
10118
10119 #: builtin/fetch.c:132
10120 msgid "prune local tags no longer on remote and clobber changed tags"
10121 msgstr ""
10122
10123 #: builtin/fetch.c:133 builtin/fetch.c:156 builtin/pull.c:132
10124 msgid "on-demand"
10125 msgstr ""
10126
10127 #: builtin/fetch.c:134
10128 msgid "control recursive fetching of submodules"
10129 msgstr ""
10130
10131 #: builtin/fetch.c:138 builtin/pull.c:215
10132 msgid "keep downloaded pack"
10133 msgstr ""
10134
10135 #: builtin/fetch.c:140
10136 msgid "allow updating of HEAD ref"
10137 msgstr ""
10138
10139 #: builtin/fetch.c:143 builtin/fetch.c:149 builtin/pull.c:218
10140 msgid "deepen history of shallow clone"
10141 msgstr ""
10142
10143 #: builtin/fetch.c:145
10144 msgid "deepen history of shallow repository based on time"
10145 msgstr ""
10146
10147 #: builtin/fetch.c:151 builtin/pull.c:221
10148 msgid "convert to a complete repository"
10149 msgstr ""
10150
10151 #: builtin/fetch.c:154
10152 msgid "prepend this to submodule path output"
10153 msgstr ""
10154
10155 #: builtin/fetch.c:157
10156 msgid ""
10157 "default for recursive fetching of submodules (lower priority than config "
10158 "files)"
10159 msgstr ""
10160
10161 #: builtin/fetch.c:161 builtin/pull.c:224
10162 msgid "accept refs that update .git/shallow"
10163 msgstr ""
10164
10165 #: builtin/fetch.c:162 builtin/pull.c:226
10166 msgid "refmap"
10167 msgstr ""
10168
10169 #: builtin/fetch.c:163 builtin/pull.c:227
10170 msgid "specify fetch refmap"
10171 msgstr ""
10172
10173 #: builtin/fetch.c:164 builtin/ls-remote.c:77 builtin/push.c:582
10174 #: builtin/send-pack.c:172
10175 msgid "server-specific"
10176 msgstr ""
10177
10178 #: builtin/fetch.c:164 builtin/ls-remote.c:77 builtin/push.c:582
10179 #: builtin/send-pack.c:173
10180 msgid "option to transmit"
10181 msgstr ""
10182
10183 #: builtin/fetch.c:170
10184 msgid "report that we have only objects reachable from this object"
10185 msgstr ""
10186
10187 #: builtin/fetch.c:470
10188 msgid "Couldn't find remote ref HEAD"
10189 msgstr ""
10190
10191 #: builtin/fetch.c:609
10192 #, c-format
10193 msgid "configuration fetch.output contains invalid value %s"
10194 msgstr ""
10195
10196 #: builtin/fetch.c:702
10197 #, c-format
10198 msgid "object %s not found"
10199 msgstr ""
10200
10201 #: builtin/fetch.c:706
10202 msgid "[up to date]"
10203 msgstr ""
10204
10205 #: builtin/fetch.c:719 builtin/fetch.c:735 builtin/fetch.c:807
10206 msgid "[rejected]"
10207 msgstr ""
10208
10209 #: builtin/fetch.c:720
10210 msgid "can't fetch in current branch"
10211 msgstr ""
10212
10213 #: builtin/fetch.c:730
10214 msgid "[tag update]"
10215 msgstr ""
10216
10217 #: builtin/fetch.c:731 builtin/fetch.c:771 builtin/fetch.c:787
10218 #: builtin/fetch.c:802
10219 msgid "unable to update local ref"
10220 msgstr ""
10221
10222 #: builtin/fetch.c:735
10223 msgid "would clobber existing tag"
10224 msgstr ""
10225
10226 #: builtin/fetch.c:757
10227 msgid "[new tag]"
10228 msgstr ""
10229
10230 #: builtin/fetch.c:760
10231 msgid "[new branch]"
10232 msgstr ""
10233
10234 #: builtin/fetch.c:763
10235 msgid "[new ref]"
10236 msgstr ""
10237
10238 #: builtin/fetch.c:802
10239 msgid "forced update"
10240 msgstr ""
10241
10242 #: builtin/fetch.c:807
10243 msgid "non-fast-forward"
10244 msgstr ""
10245
10246 #: builtin/fetch.c:853
10247 #, c-format
10248 msgid "%s did not send all necessary objects\n"
10249 msgstr ""
10250
10251 #: builtin/fetch.c:874
10252 #, c-format
10253 msgid "reject %s because shallow roots are not allowed to be updated"
10254 msgstr ""
10255
10256 #: builtin/fetch.c:963 builtin/fetch.c:1085
10257 #, c-format
10258 msgid "From %.*s\n"
10259 msgstr ""
10260
10261 #: builtin/fetch.c:974
10262 #, c-format
10263 msgid ""
10264 "some local refs could not be updated; try running\n"
10265 " 'git remote prune %s' to remove any old, conflicting branches"
10266 msgstr ""
10267
10268 #: builtin/fetch.c:1055
10269 #, c-format
10270 msgid "   (%s will become dangling)"
10271 msgstr ""
10272
10273 #: builtin/fetch.c:1056
10274 #, c-format
10275 msgid "   (%s has become dangling)"
10276 msgstr ""
10277
10278 #: builtin/fetch.c:1088
10279 msgid "[deleted]"
10280 msgstr ""
10281
10282 #: builtin/fetch.c:1089 builtin/remote.c:1036
10283 msgid "(none)"
10284 msgstr ""
10285
10286 #: builtin/fetch.c:1112
10287 #, c-format
10288 msgid "Refusing to fetch into current branch %s of non-bare repository"
10289 msgstr ""
10290
10291 #: builtin/fetch.c:1131
10292 #, c-format
10293 msgid "Option \"%s\" value \"%s\" is not valid for %s"
10294 msgstr ""
10295
10296 #: builtin/fetch.c:1134
10297 #, c-format
10298 msgid "Option \"%s\" is ignored for %s\n"
10299 msgstr ""
10300
10301 #: builtin/fetch.c:1433
10302 #, c-format
10303 msgid "Fetching %s\n"
10304 msgstr ""
10305
10306 #: builtin/fetch.c:1435 builtin/remote.c:100
10307 #, c-format
10308 msgid "Could not fetch %s"
10309 msgstr ""
10310
10311 #: builtin/fetch.c:1481 builtin/fetch.c:1649
10312 msgid ""
10313 "--filter can only be used with the remote configured in core.partialClone"
10314 msgstr ""
10315
10316 #: builtin/fetch.c:1504
10317 msgid ""
10318 "No remote repository specified.  Please, specify either a URL or a\n"
10319 "remote name from which new revisions should be fetched."
10320 msgstr ""
10321
10322 #: builtin/fetch.c:1541
10323 msgid "You need to specify a tag name."
10324 msgstr ""
10325
10326 #: builtin/fetch.c:1590
10327 msgid "Negative depth in --deepen is not supported"
10328 msgstr ""
10329
10330 #: builtin/fetch.c:1592
10331 msgid "--deepen and --depth are mutually exclusive"
10332 msgstr ""
10333
10334 #: builtin/fetch.c:1597
10335 msgid "--depth and --unshallow cannot be used together"
10336 msgstr ""
10337
10338 #: builtin/fetch.c:1599
10339 msgid "--unshallow on a complete repository does not make sense"
10340 msgstr ""
10341
10342 #: builtin/fetch.c:1615
10343 msgid "fetch --all does not take a repository argument"
10344 msgstr ""
10345
10346 #: builtin/fetch.c:1617
10347 msgid "fetch --all does not make sense with refspecs"
10348 msgstr ""
10349
10350 #: builtin/fetch.c:1626
10351 #, c-format
10352 msgid "No such remote or remote group: %s"
10353 msgstr ""
10354
10355 #: builtin/fetch.c:1633
10356 msgid "Fetching a group and specifying refspecs does not make sense"
10357 msgstr ""
10358
10359 #: builtin/fmt-merge-msg.c:18
10360 msgid ""
10361 "git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
10362 msgstr ""
10363
10364 #: builtin/fmt-merge-msg.c:672
10365 msgid "populate log with at most <n> entries from shortlog"
10366 msgstr ""
10367
10368 #: builtin/fmt-merge-msg.c:675
10369 msgid "alias for --log (deprecated)"
10370 msgstr ""
10371
10372 #: builtin/fmt-merge-msg.c:678
10373 msgid "text"
10374 msgstr ""
10375
10376 #: builtin/fmt-merge-msg.c:679
10377 msgid "use <text> as start of message"
10378 msgstr ""
10379
10380 #: builtin/fmt-merge-msg.c:680
10381 msgid "file to read from"
10382 msgstr ""
10383
10384 #: builtin/for-each-ref.c:10
10385 msgid "git for-each-ref [<options>] [<pattern>]"
10386 msgstr ""
10387
10388 #: builtin/for-each-ref.c:11
10389 msgid "git for-each-ref [--points-at <object>]"
10390 msgstr ""
10391
10392 #: builtin/for-each-ref.c:12
10393 msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
10394 msgstr ""
10395
10396 #: builtin/for-each-ref.c:13
10397 msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
10398 msgstr ""
10399
10400 #: builtin/for-each-ref.c:28
10401 msgid "quote placeholders suitably for shells"
10402 msgstr ""
10403
10404 #: builtin/for-each-ref.c:30
10405 msgid "quote placeholders suitably for perl"
10406 msgstr ""
10407
10408 #: builtin/for-each-ref.c:32
10409 msgid "quote placeholders suitably for python"
10410 msgstr ""
10411
10412 #: builtin/for-each-ref.c:34
10413 msgid "quote placeholders suitably for Tcl"
10414 msgstr ""
10415
10416 #: builtin/for-each-ref.c:37
10417 msgid "show only <n> matched refs"
10418 msgstr ""
10419
10420 #: builtin/for-each-ref.c:39 builtin/tag.c:424
10421 msgid "respect format colors"
10422 msgstr ""
10423
10424 #: builtin/for-each-ref.c:43
10425 msgid "print only refs which points at the given object"
10426 msgstr ""
10427
10428 #: builtin/for-each-ref.c:45
10429 msgid "print only refs that are merged"
10430 msgstr ""
10431
10432 #: builtin/for-each-ref.c:46
10433 msgid "print only refs that are not merged"
10434 msgstr ""
10435
10436 #: builtin/for-each-ref.c:47
10437 msgid "print only refs which contain the commit"
10438 msgstr ""
10439
10440 #: builtin/for-each-ref.c:48
10441 msgid "print only refs which don't contain the commit"
10442 msgstr ""
10443
10444 #: builtin/fsck.c:598
10445 msgid "Checking object directories"
10446 msgstr ""
10447
10448 #: builtin/fsck.c:693
10449 msgid "git fsck [<options>] [<object>...]"
10450 msgstr ""
10451
10452 #: builtin/fsck.c:699
10453 msgid "show unreachable objects"
10454 msgstr ""
10455
10456 #: builtin/fsck.c:700
10457 msgid "show dangling objects"
10458 msgstr ""
10459
10460 #: builtin/fsck.c:701
10461 msgid "report tags"
10462 msgstr ""
10463
10464 #: builtin/fsck.c:702
10465 msgid "report root nodes"
10466 msgstr ""
10467
10468 #: builtin/fsck.c:703
10469 msgid "make index objects head nodes"
10470 msgstr ""
10471
10472 #: builtin/fsck.c:704
10473 msgid "make reflogs head nodes (default)"
10474 msgstr ""
10475
10476 #: builtin/fsck.c:705
10477 msgid "also consider packs and alternate objects"
10478 msgstr ""
10479
10480 #: builtin/fsck.c:706
10481 msgid "check only connectivity"
10482 msgstr ""
10483
10484 #: builtin/fsck.c:707
10485 msgid "enable more strict checking"
10486 msgstr ""
10487
10488 #: builtin/fsck.c:709
10489 msgid "write dangling objects in .git/lost-found"
10490 msgstr ""
10491
10492 #: builtin/fsck.c:710 builtin/prune.c:110
10493 msgid "show progress"
10494 msgstr ""
10495
10496 #: builtin/fsck.c:711
10497 msgid "show verbose names for reachable objects"
10498 msgstr ""
10499
10500 #: builtin/fsck.c:776
10501 msgid "Checking objects"
10502 msgstr ""
10503
10504 #: builtin/gc.c:34
10505 msgid "git gc [<options>]"
10506 msgstr ""
10507
10508 #: builtin/gc.c:90
10509 #, c-format
10510 msgid "Failed to fstat %s: %s"
10511 msgstr ""
10512
10513 #: builtin/gc.c:461 builtin/init-db.c:55
10514 #, c-format
10515 msgid "cannot stat '%s'"
10516 msgstr ""
10517
10518 #: builtin/gc.c:470 builtin/notes.c:240 builtin/tag.c:510
10519 #, c-format
10520 msgid "cannot read '%s'"
10521 msgstr ""
10522
10523 #: builtin/gc.c:477
10524 #, c-format
10525 msgid ""
10526 "The last gc run reported the following. Please correct the root cause\n"
10527 "and remove %s.\n"
10528 "Automatic cleanup will not be performed until the file is removed.\n"
10529 "\n"
10530 "%s"
10531 msgstr ""
10532
10533 #: builtin/gc.c:519
10534 msgid "prune unreferenced objects"
10535 msgstr ""
10536
10537 #: builtin/gc.c:521
10538 msgid "be more thorough (increased runtime)"
10539 msgstr ""
10540
10541 #: builtin/gc.c:522
10542 msgid "enable auto-gc mode"
10543 msgstr ""
10544
10545 #: builtin/gc.c:525
10546 msgid "force running gc even if there may be another gc running"
10547 msgstr ""
10548
10549 #: builtin/gc.c:528
10550 msgid "repack all other packs except the largest pack"
10551 msgstr ""
10552
10553 #: builtin/gc.c:545
10554 #, c-format
10555 msgid "failed to parse gc.logexpiry value %s"
10556 msgstr ""
10557
10558 #: builtin/gc.c:556
10559 #, c-format
10560 msgid "failed to parse prune expiry value %s"
10561 msgstr ""
10562
10563 #: builtin/gc.c:576
10564 #, c-format
10565 msgid "Auto packing the repository in background for optimum performance.\n"
10566 msgstr ""
10567
10568 #: builtin/gc.c:578
10569 #, c-format
10570 msgid "Auto packing the repository for optimum performance.\n"
10571 msgstr ""
10572
10573 #: builtin/gc.c:579
10574 #, c-format
10575 msgid "See \"git help gc\" for manual housekeeping.\n"
10576 msgstr ""
10577
10578 #: builtin/gc.c:619
10579 #, c-format
10580 msgid ""
10581 "gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
10582 msgstr ""
10583
10584 #: builtin/gc.c:670
10585 msgid ""
10586 "There are too many unreachable loose objects; run 'git prune' to remove them."
10587 msgstr ""
10588
10589 #: builtin/grep.c:28
10590 msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
10591 msgstr ""
10592
10593 #: builtin/grep.c:224
10594 #, c-format
10595 msgid "grep: failed to create thread: %s"
10596 msgstr ""
10597
10598 #: builtin/grep.c:278
10599 #, c-format
10600 msgid "invalid number of threads specified (%d) for %s"
10601 msgstr ""
10602
10603 #. TRANSLATORS: %s is the configuration
10604 #. variable for tweaking threads, currently
10605 #. grep.threads
10606 #.
10607 #: builtin/grep.c:286 builtin/index-pack.c:1506 builtin/index-pack.c:1697
10608 #: builtin/pack-objects.c:2719
10609 #, c-format
10610 msgid "no threads support, ignoring %s"
10611 msgstr ""
10612
10613 #: builtin/grep.c:458 builtin/grep.c:579 builtin/grep.c:620
10614 #, c-format
10615 msgid "unable to read tree (%s)"
10616 msgstr ""
10617
10618 #: builtin/grep.c:635
10619 #, c-format
10620 msgid "unable to grep from object of type %s"
10621 msgstr ""
10622
10623 #: builtin/grep.c:701
10624 #, c-format
10625 msgid "switch `%c' expects a numerical value"
10626 msgstr ""
10627
10628 #: builtin/grep.c:800
10629 msgid "search in index instead of in the work tree"
10630 msgstr ""
10631
10632 #: builtin/grep.c:802
10633 msgid "find in contents not managed by git"
10634 msgstr ""
10635
10636 #: builtin/grep.c:804
10637 msgid "search in both tracked and untracked files"
10638 msgstr ""
10639
10640 #: builtin/grep.c:806
10641 msgid "ignore files specified via '.gitignore'"
10642 msgstr ""
10643
10644 #: builtin/grep.c:808
10645 msgid "recursively search in each submodule"
10646 msgstr ""
10647
10648 #: builtin/grep.c:811
10649 msgid "show non-matching lines"
10650 msgstr ""
10651
10652 #: builtin/grep.c:813
10653 msgid "case insensitive matching"
10654 msgstr ""
10655
10656 #: builtin/grep.c:815
10657 msgid "match patterns only at word boundaries"
10658 msgstr ""
10659
10660 #: builtin/grep.c:817
10661 msgid "process binary files as text"
10662 msgstr ""
10663
10664 #: builtin/grep.c:819
10665 msgid "don't match patterns in binary files"
10666 msgstr ""
10667
10668 #: builtin/grep.c:822
10669 msgid "process binary files with textconv filters"
10670 msgstr ""
10671
10672 #: builtin/grep.c:824
10673 msgid "search in subdirectories (default)"
10674 msgstr ""
10675
10676 #: builtin/grep.c:826
10677 msgid "descend at most <depth> levels"
10678 msgstr ""
10679
10680 #: builtin/grep.c:830
10681 msgid "use extended POSIX regular expressions"
10682 msgstr ""
10683
10684 #: builtin/grep.c:833
10685 msgid "use basic POSIX regular expressions (default)"
10686 msgstr ""
10687
10688 #: builtin/grep.c:836
10689 msgid "interpret patterns as fixed strings"
10690 msgstr ""
10691
10692 #: builtin/grep.c:839
10693 msgid "use Perl-compatible regular expressions"
10694 msgstr ""
10695
10696 #: builtin/grep.c:842
10697 msgid "show line numbers"
10698 msgstr ""
10699
10700 #: builtin/grep.c:843
10701 msgid "show column number of first match"
10702 msgstr ""
10703
10704 #: builtin/grep.c:844
10705 msgid "don't show filenames"
10706 msgstr ""
10707
10708 #: builtin/grep.c:845
10709 msgid "show filenames"
10710 msgstr ""
10711
10712 #: builtin/grep.c:847
10713 msgid "show filenames relative to top directory"
10714 msgstr ""
10715
10716 #: builtin/grep.c:849
10717 msgid "show only filenames instead of matching lines"
10718 msgstr ""
10719
10720 #: builtin/grep.c:851
10721 msgid "synonym for --files-with-matches"
10722 msgstr ""
10723
10724 #: builtin/grep.c:854
10725 msgid "show only the names of files without match"
10726 msgstr ""
10727
10728 #: builtin/grep.c:856
10729 msgid "print NUL after filenames"
10730 msgstr ""
10731
10732 #: builtin/grep.c:859
10733 msgid "show only matching parts of a line"
10734 msgstr ""
10735
10736 #: builtin/grep.c:861
10737 msgid "show the number of matches instead of matching lines"
10738 msgstr ""
10739
10740 #: builtin/grep.c:862
10741 msgid "highlight matches"
10742 msgstr ""
10743
10744 #: builtin/grep.c:864
10745 msgid "print empty line between matches from different files"
10746 msgstr ""
10747
10748 #: builtin/grep.c:866
10749 msgid "show filename only once above matches from same file"
10750 msgstr ""
10751
10752 #: builtin/grep.c:869
10753 msgid "show <n> context lines before and after matches"
10754 msgstr ""
10755
10756 #: builtin/grep.c:872
10757 msgid "show <n> context lines before matches"
10758 msgstr ""
10759
10760 #: builtin/grep.c:874
10761 msgid "show <n> context lines after matches"
10762 msgstr ""
10763
10764 #: builtin/grep.c:876
10765 msgid "use <n> worker threads"
10766 msgstr ""
10767
10768 #: builtin/grep.c:877
10769 msgid "shortcut for -C NUM"
10770 msgstr ""
10771
10772 #: builtin/grep.c:880
10773 msgid "show a line with the function name before matches"
10774 msgstr ""
10775
10776 #: builtin/grep.c:882
10777 msgid "show the surrounding function"
10778 msgstr ""
10779
10780 #: builtin/grep.c:885
10781 msgid "read patterns from file"
10782 msgstr ""
10783
10784 #: builtin/grep.c:887
10785 msgid "match <pattern>"
10786 msgstr ""
10787
10788 #: builtin/grep.c:889
10789 msgid "combine patterns specified with -e"
10790 msgstr ""
10791
10792 #: builtin/grep.c:901
10793 msgid "indicate hit with exit status without output"
10794 msgstr ""
10795
10796 #: builtin/grep.c:903
10797 msgid "show only matches from files that match all patterns"
10798 msgstr ""
10799
10800 #: builtin/grep.c:905
10801 msgid "show parse tree for grep expression"
10802 msgstr ""
10803
10804 #: builtin/grep.c:909
10805 msgid "pager"
10806 msgstr ""
10807
10808 #: builtin/grep.c:909
10809 msgid "show matching files in the pager"
10810 msgstr ""
10811
10812 #: builtin/grep.c:913
10813 msgid "allow calling of grep(1) (ignored by this build)"
10814 msgstr ""
10815
10816 #: builtin/grep.c:977
10817 msgid "no pattern given"
10818 msgstr ""
10819
10820 #: builtin/grep.c:1013
10821 msgid "--no-index or --untracked cannot be used with revs"
10822 msgstr ""
10823
10824 #: builtin/grep.c:1020
10825 #, c-format
10826 msgid "unable to resolve revision: %s"
10827 msgstr ""
10828
10829 #: builtin/grep.c:1051
10830 msgid "invalid option combination, ignoring --threads"
10831 msgstr ""
10832
10833 #: builtin/grep.c:1054 builtin/pack-objects.c:3397
10834 msgid "no threads support, ignoring --threads"
10835 msgstr ""
10836
10837 #: builtin/grep.c:1057 builtin/index-pack.c:1503 builtin/pack-objects.c:2716
10838 #, c-format
10839 msgid "invalid number of threads specified (%d)"
10840 msgstr ""
10841
10842 #: builtin/grep.c:1080
10843 msgid "--open-files-in-pager only works on the worktree"
10844 msgstr ""
10845
10846 #: builtin/grep.c:1103
10847 msgid "option not supported with --recurse-submodules"
10848 msgstr ""
10849
10850 #: builtin/grep.c:1109
10851 msgid "--cached or --untracked cannot be used with --no-index"
10852 msgstr ""
10853
10854 #: builtin/grep.c:1115
10855 msgid "--[no-]exclude-standard cannot be used for tracked contents"
10856 msgstr ""
10857
10858 #: builtin/grep.c:1123
10859 msgid "both --cached and trees are given"
10860 msgstr ""
10861
10862 #: builtin/hash-object.c:84
10863 msgid ""
10864 "git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
10865 "[--] <file>..."
10866 msgstr ""
10867
10868 #: builtin/hash-object.c:85
10869 msgid "git hash-object  --stdin-paths"
10870 msgstr ""
10871
10872 #: builtin/hash-object.c:97
10873 msgid "type"
10874 msgstr ""
10875
10876 #: builtin/hash-object.c:97
10877 msgid "object type"
10878 msgstr ""
10879
10880 #: builtin/hash-object.c:98
10881 msgid "write the object into the object database"
10882 msgstr ""
10883
10884 #: builtin/hash-object.c:100
10885 msgid "read the object from stdin"
10886 msgstr ""
10887
10888 #: builtin/hash-object.c:102
10889 msgid "store file as is without filters"
10890 msgstr ""
10891
10892 #: builtin/hash-object.c:103
10893 msgid ""
10894 "just hash any random garbage to create corrupt objects for debugging Git"
10895 msgstr ""
10896
10897 #: builtin/hash-object.c:104
10898 msgid "process file as it were from this path"
10899 msgstr ""
10900
10901 #: builtin/help.c:46
10902 msgid "print all available commands"
10903 msgstr ""
10904
10905 #: builtin/help.c:47
10906 msgid "exclude guides"
10907 msgstr ""
10908
10909 #: builtin/help.c:48
10910 msgid "print list of useful guides"
10911 msgstr ""
10912
10913 #: builtin/help.c:49
10914 msgid "print all configuration variable names"
10915 msgstr ""
10916
10917 #: builtin/help.c:51
10918 msgid "show man page"
10919 msgstr ""
10920
10921 #: builtin/help.c:52
10922 msgid "show manual in web browser"
10923 msgstr ""
10924
10925 #: builtin/help.c:54
10926 msgid "show info page"
10927 msgstr ""
10928
10929 #: builtin/help.c:56
10930 msgid "print command description"
10931 msgstr ""
10932
10933 #: builtin/help.c:61
10934 msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
10935 msgstr ""
10936
10937 #: builtin/help.c:73
10938 #, c-format
10939 msgid "unrecognized help format '%s'"
10940 msgstr ""
10941
10942 #: builtin/help.c:100
10943 msgid "Failed to start emacsclient."
10944 msgstr ""
10945
10946 #: builtin/help.c:113
10947 msgid "Failed to parse emacsclient version."
10948 msgstr ""
10949
10950 #: builtin/help.c:121
10951 #, c-format
10952 msgid "emacsclient version '%d' too old (< 22)."
10953 msgstr ""
10954
10955 #: builtin/help.c:139 builtin/help.c:161 builtin/help.c:171 builtin/help.c:179
10956 #, c-format
10957 msgid "failed to exec '%s'"
10958 msgstr ""
10959
10960 #: builtin/help.c:217
10961 #, c-format
10962 msgid ""
10963 "'%s': path for unsupported man viewer.\n"
10964 "Please consider using 'man.<tool>.cmd' instead."
10965 msgstr ""
10966
10967 #: builtin/help.c:229
10968 #, c-format
10969 msgid ""
10970 "'%s': cmd for supported man viewer.\n"
10971 "Please consider using 'man.<tool>.path' instead."
10972 msgstr ""
10973
10974 #: builtin/help.c:346
10975 #, c-format
10976 msgid "'%s': unknown man viewer."
10977 msgstr ""
10978
10979 #: builtin/help.c:363
10980 msgid "no man viewer handled the request"
10981 msgstr ""
10982
10983 #: builtin/help.c:371
10984 msgid "no info viewer handled the request"
10985 msgstr ""
10986
10987 #: builtin/help.c:430 builtin/help.c:441 git.c:322
10988 #, c-format
10989 msgid "'%s' is aliased to '%s'"
10990 msgstr ""
10991
10992 #: builtin/help.c:444
10993 #, c-format
10994 msgid "bad alias.%s string: %s"
10995 msgstr ""
10996
10997 #: builtin/help.c:473 builtin/help.c:503
10998 #, c-format
10999 msgid "usage: %s%s"
11000 msgstr ""
11001
11002 #: builtin/help.c:487
11003 msgid "'git help config' for more information"
11004 msgstr ""
11005
11006 #: builtin/index-pack.c:184
11007 #, c-format
11008 msgid "object type mismatch at %s"
11009 msgstr ""
11010
11011 #: builtin/index-pack.c:204
11012 #, c-format
11013 msgid "did not receive expected object %s"
11014 msgstr ""
11015
11016 #: builtin/index-pack.c:207
11017 #, c-format
11018 msgid "object %s: expected type %s, found %s"
11019 msgstr ""
11020
11021 #: builtin/index-pack.c:249
11022 #, c-format
11023 msgid "cannot fill %d byte"
11024 msgid_plural "cannot fill %d bytes"
11025 msgstr[0] ""
11026 msgstr[1] ""
11027
11028 #: builtin/index-pack.c:259
11029 msgid "early EOF"
11030 msgstr ""
11031
11032 #: builtin/index-pack.c:260
11033 msgid "read error on input"
11034 msgstr ""
11035
11036 #: builtin/index-pack.c:272
11037 msgid "used more bytes than were available"
11038 msgstr ""
11039
11040 #: builtin/index-pack.c:279 builtin/pack-objects.c:598
11041 msgid "pack too large for current definition of off_t"
11042 msgstr ""
11043
11044 #: builtin/index-pack.c:282 builtin/unpack-objects.c:94
11045 msgid "pack exceeds maximum allowed size"
11046 msgstr ""
11047
11048 #: builtin/index-pack.c:297
11049 #, c-format
11050 msgid "unable to create '%s'"
11051 msgstr ""
11052
11053 #: builtin/index-pack.c:303
11054 #, c-format
11055 msgid "cannot open packfile '%s'"
11056 msgstr ""
11057
11058 #: builtin/index-pack.c:317
11059 msgid "pack signature mismatch"
11060 msgstr ""
11061
11062 #: builtin/index-pack.c:319
11063 #, c-format
11064 msgid "pack version %<PRIu32> unsupported"
11065 msgstr ""
11066
11067 #: builtin/index-pack.c:337
11068 #, c-format
11069 msgid "pack has bad object at offset %<PRIuMAX>: %s"
11070 msgstr ""
11071
11072 #: builtin/index-pack.c:457
11073 #, c-format
11074 msgid "inflate returned %d"
11075 msgstr ""
11076
11077 #: builtin/index-pack.c:506
11078 msgid "offset value overflow for delta base object"
11079 msgstr ""
11080
11081 #: builtin/index-pack.c:514
11082 msgid "delta base offset is out of bound"
11083 msgstr ""
11084
11085 #: builtin/index-pack.c:522
11086 #, c-format
11087 msgid "unknown object type %d"
11088 msgstr ""
11089
11090 #: builtin/index-pack.c:553
11091 msgid "cannot pread pack file"
11092 msgstr ""
11093
11094 #: builtin/index-pack.c:555
11095 #, c-format
11096 msgid "premature end of pack file, %<PRIuMAX> byte missing"
11097 msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
11098 msgstr[0] ""
11099 msgstr[1] ""
11100
11101 #: builtin/index-pack.c:581
11102 msgid "serious inflate inconsistency"
11103 msgstr ""
11104
11105 #: builtin/index-pack.c:726 builtin/index-pack.c:732 builtin/index-pack.c:755
11106 #: builtin/index-pack.c:794 builtin/index-pack.c:803
11107 #, c-format
11108 msgid "SHA1 COLLISION FOUND WITH %s !"
11109 msgstr ""
11110
11111 #: builtin/index-pack.c:729 builtin/pack-objects.c:151
11112 #: builtin/pack-objects.c:211 builtin/pack-objects.c:305
11113 #, c-format
11114 msgid "unable to read %s"
11115 msgstr ""
11116
11117 #: builtin/index-pack.c:792
11118 #, c-format
11119 msgid "cannot read existing object info %s"
11120 msgstr ""
11121
11122 #: builtin/index-pack.c:800
11123 #, c-format
11124 msgid "cannot read existing object %s"
11125 msgstr ""
11126
11127 #: builtin/index-pack.c:814
11128 #, c-format
11129 msgid "invalid blob object %s"
11130 msgstr ""
11131
11132 #: builtin/index-pack.c:817 builtin/index-pack.c:836
11133 msgid "fsck error in packed object"
11134 msgstr ""
11135
11136 #: builtin/index-pack.c:833
11137 #, c-format
11138 msgid "invalid %s"
11139 msgstr ""
11140
11141 #: builtin/index-pack.c:838
11142 #, c-format
11143 msgid "Not all child objects of %s are reachable"
11144 msgstr ""
11145
11146 #: builtin/index-pack.c:910 builtin/index-pack.c:941
11147 msgid "failed to apply delta"
11148 msgstr ""
11149
11150 #: builtin/index-pack.c:1109
11151 msgid "Receiving objects"
11152 msgstr ""
11153
11154 #: builtin/index-pack.c:1109
11155 msgid "Indexing objects"
11156 msgstr ""
11157
11158 #: builtin/index-pack.c:1143
11159 msgid "pack is corrupted (SHA1 mismatch)"
11160 msgstr ""
11161
11162 #: builtin/index-pack.c:1148
11163 msgid "cannot fstat packfile"
11164 msgstr ""
11165
11166 #: builtin/index-pack.c:1151
11167 msgid "pack has junk at the end"
11168 msgstr ""
11169
11170 #: builtin/index-pack.c:1163
11171 msgid "confusion beyond insanity in parse_pack_objects()"
11172 msgstr ""
11173
11174 #: builtin/index-pack.c:1186
11175 msgid "Resolving deltas"
11176 msgstr ""
11177
11178 #: builtin/index-pack.c:1196 builtin/pack-objects.c:2492
11179 #, c-format
11180 msgid "unable to create thread: %s"
11181 msgstr ""
11182
11183 #: builtin/index-pack.c:1237
11184 msgid "confusion beyond insanity"
11185 msgstr ""
11186
11187 #: builtin/index-pack.c:1243
11188 #, c-format
11189 msgid "completed with %d local object"
11190 msgid_plural "completed with %d local objects"
11191 msgstr[0] ""
11192 msgstr[1] ""
11193
11194 #: builtin/index-pack.c:1255
11195 #, c-format
11196 msgid "Unexpected tail checksum for %s (disk corruption?)"
11197 msgstr ""
11198
11199 #: builtin/index-pack.c:1259
11200 #, c-format
11201 msgid "pack has %d unresolved delta"
11202 msgid_plural "pack has %d unresolved deltas"
11203 msgstr[0] ""
11204 msgstr[1] ""
11205
11206 #: builtin/index-pack.c:1283
11207 #, c-format
11208 msgid "unable to deflate appended object (%d)"
11209 msgstr ""
11210
11211 #: builtin/index-pack.c:1360
11212 #, c-format
11213 msgid "local object %s is corrupt"
11214 msgstr ""
11215
11216 #: builtin/index-pack.c:1374
11217 #, c-format
11218 msgid "packfile name '%s' does not end with '.pack'"
11219 msgstr ""
11220
11221 #: builtin/index-pack.c:1399
11222 #, c-format
11223 msgid "cannot write %s file '%s'"
11224 msgstr ""
11225
11226 #: builtin/index-pack.c:1407
11227 #, c-format
11228 msgid "cannot close written %s file '%s'"
11229 msgstr ""
11230
11231 #: builtin/index-pack.c:1431
11232 msgid "error while closing pack file"
11233 msgstr ""
11234
11235 #: builtin/index-pack.c:1445
11236 msgid "cannot store pack file"
11237 msgstr ""
11238
11239 #: builtin/index-pack.c:1453
11240 msgid "cannot store index file"
11241 msgstr ""
11242
11243 #: builtin/index-pack.c:1497 builtin/pack-objects.c:2727
11244 #, c-format
11245 msgid "bad pack.indexversion=%<PRIu32>"
11246 msgstr ""
11247
11248 #: builtin/index-pack.c:1565
11249 #, c-format
11250 msgid "Cannot open existing pack file '%s'"
11251 msgstr ""
11252
11253 #: builtin/index-pack.c:1567
11254 #, c-format
11255 msgid "Cannot open existing pack idx file for '%s'"
11256 msgstr ""
11257
11258 #: builtin/index-pack.c:1615
11259 #, c-format
11260 msgid "non delta: %d object"
11261 msgid_plural "non delta: %d objects"
11262 msgstr[0] ""
11263 msgstr[1] ""
11264
11265 #: builtin/index-pack.c:1622
11266 #, c-format
11267 msgid "chain length = %d: %lu object"
11268 msgid_plural "chain length = %d: %lu objects"
11269 msgstr[0] ""
11270 msgstr[1] ""
11271
11272 #: builtin/index-pack.c:1659
11273 msgid "Cannot come back to cwd"
11274 msgstr ""
11275
11276 #: builtin/index-pack.c:1708 builtin/index-pack.c:1711
11277 #: builtin/index-pack.c:1727 builtin/index-pack.c:1731
11278 #, c-format
11279 msgid "bad %s"
11280 msgstr ""
11281
11282 #: builtin/index-pack.c:1747
11283 msgid "--fix-thin cannot be used without --stdin"
11284 msgstr ""
11285
11286 #: builtin/index-pack.c:1749
11287 msgid "--stdin requires a git repository"
11288 msgstr ""
11289
11290 #: builtin/index-pack.c:1755
11291 msgid "--verify with no packfile name given"
11292 msgstr ""
11293
11294 #: builtin/index-pack.c:1803 builtin/unpack-objects.c:580
11295 msgid "fsck error in pack objects"
11296 msgstr ""
11297
11298 #: builtin/init-db.c:61
11299 #, c-format
11300 msgid "cannot stat template '%s'"
11301 msgstr ""
11302
11303 #: builtin/init-db.c:66
11304 #, c-format
11305 msgid "cannot opendir '%s'"
11306 msgstr ""
11307
11308 #: builtin/init-db.c:78
11309 #, c-format
11310 msgid "cannot readlink '%s'"
11311 msgstr ""
11312
11313 #: builtin/init-db.c:80
11314 #, c-format
11315 msgid "cannot symlink '%s' '%s'"
11316 msgstr ""
11317
11318 #: builtin/init-db.c:86
11319 #, c-format
11320 msgid "cannot copy '%s' to '%s'"
11321 msgstr ""
11322
11323 #: builtin/init-db.c:90
11324 #, c-format
11325 msgid "ignoring template %s"
11326 msgstr ""
11327
11328 #: builtin/init-db.c:121
11329 #, c-format
11330 msgid "templates not found in %s"
11331 msgstr ""
11332
11333 #: builtin/init-db.c:136
11334 #, c-format
11335 msgid "not copying templates from '%s': %s"
11336 msgstr ""
11337
11338 #: builtin/init-db.c:329
11339 #, c-format
11340 msgid "unable to handle file type %d"
11341 msgstr ""
11342
11343 #: builtin/init-db.c:332
11344 #, c-format
11345 msgid "unable to move %s to %s"
11346 msgstr ""
11347
11348 #: builtin/init-db.c:349 builtin/init-db.c:352
11349 #, c-format
11350 msgid "%s already exists"
11351 msgstr ""
11352
11353 #: builtin/init-db.c:405
11354 #, c-format
11355 msgid "Reinitialized existing shared Git repository in %s%s\n"
11356 msgstr ""
11357
11358 #: builtin/init-db.c:406
11359 #, c-format
11360 msgid "Reinitialized existing Git repository in %s%s\n"
11361 msgstr ""
11362
11363 #: builtin/init-db.c:410
11364 #, c-format
11365 msgid "Initialized empty shared Git repository in %s%s\n"
11366 msgstr ""
11367
11368 #: builtin/init-db.c:411
11369 #, c-format
11370 msgid "Initialized empty Git repository in %s%s\n"
11371 msgstr ""
11372
11373 #: builtin/init-db.c:460
11374 msgid ""
11375 "git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
11376 "shared[=<permissions>]] [<directory>]"
11377 msgstr ""
11378
11379 #: builtin/init-db.c:483
11380 msgid "permissions"
11381 msgstr ""
11382
11383 #: builtin/init-db.c:484
11384 msgid "specify that the git repository is to be shared amongst several users"
11385 msgstr ""
11386
11387 #: builtin/init-db.c:518 builtin/init-db.c:523
11388 #, c-format
11389 msgid "cannot mkdir %s"
11390 msgstr ""
11391
11392 #: builtin/init-db.c:527
11393 #, c-format
11394 msgid "cannot chdir to %s"
11395 msgstr ""
11396
11397 #: builtin/init-db.c:548
11398 #, c-format
11399 msgid ""
11400 "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
11401 "dir=<directory>)"
11402 msgstr ""
11403
11404 #: builtin/init-db.c:576
11405 #, c-format
11406 msgid "Cannot access work tree '%s'"
11407 msgstr ""
11408
11409 #: builtin/interpret-trailers.c:15
11410 msgid ""
11411 "git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
11412 "<token>[(=|:)<value>])...] [<file>...]"
11413 msgstr ""
11414
11415 #: builtin/interpret-trailers.c:94
11416 msgid "edit files in place"
11417 msgstr ""
11418
11419 #: builtin/interpret-trailers.c:95
11420 msgid "trim empty trailers"
11421 msgstr ""
11422
11423 #: builtin/interpret-trailers.c:98
11424 msgid "where to place the new trailer"
11425 msgstr ""
11426
11427 #: builtin/interpret-trailers.c:100
11428 msgid "action if trailer already exists"
11429 msgstr ""
11430
11431 #: builtin/interpret-trailers.c:102
11432 msgid "action if trailer is missing"
11433 msgstr ""
11434
11435 #: builtin/interpret-trailers.c:104
11436 msgid "output only the trailers"
11437 msgstr ""
11438
11439 #: builtin/interpret-trailers.c:105
11440 msgid "do not apply config rules"
11441 msgstr ""
11442
11443 #: builtin/interpret-trailers.c:106
11444 msgid "join whitespace-continued values"
11445 msgstr ""
11446
11447 #: builtin/interpret-trailers.c:107
11448 msgid "set parsing options"
11449 msgstr ""
11450
11451 #: builtin/interpret-trailers.c:109
11452 msgid "do not treat --- specially"
11453 msgstr ""
11454
11455 #: builtin/interpret-trailers.c:110
11456 msgid "trailer"
11457 msgstr ""
11458
11459 #: builtin/interpret-trailers.c:111
11460 msgid "trailer(s) to add"
11461 msgstr ""
11462
11463 #: builtin/interpret-trailers.c:120
11464 msgid "--trailer with --only-input does not make sense"
11465 msgstr ""
11466
11467 #: builtin/interpret-trailers.c:130
11468 msgid "no input file given for in-place editing"
11469 msgstr ""
11470
11471 #: builtin/log.c:54
11472 msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
11473 msgstr ""
11474
11475 #: builtin/log.c:55
11476 msgid "git show [<options>] <object>..."
11477 msgstr ""
11478
11479 #: builtin/log.c:99
11480 #, c-format
11481 msgid "invalid --decorate option: %s"
11482 msgstr ""
11483
11484 #: builtin/log.c:162
11485 msgid "suppress diff output"
11486 msgstr ""
11487
11488 #: builtin/log.c:163
11489 msgid "show source"
11490 msgstr ""
11491
11492 #: builtin/log.c:164
11493 msgid "Use mail map file"
11494 msgstr ""
11495
11496 #: builtin/log.c:166
11497 msgid "only decorate refs that match <pattern>"
11498 msgstr ""
11499
11500 #: builtin/log.c:168
11501 msgid "do not decorate refs that match <pattern>"
11502 msgstr ""
11503
11504 #: builtin/log.c:169
11505 msgid "decorate options"
11506 msgstr ""
11507
11508 #: builtin/log.c:172
11509 msgid "Process line range n,m in file, counting from 1"
11510 msgstr ""
11511
11512 #: builtin/log.c:270
11513 #, c-format
11514 msgid "Final output: %d %s\n"
11515 msgstr ""
11516
11517 #: builtin/log.c:522
11518 #, c-format
11519 msgid "git show %s: bad file"
11520 msgstr ""
11521
11522 #: builtin/log.c:537 builtin/log.c:631
11523 #, c-format
11524 msgid "Could not read object %s"
11525 msgstr ""
11526
11527 #: builtin/log.c:655
11528 #, c-format
11529 msgid "Unknown type: %d"
11530 msgstr ""
11531
11532 #: builtin/log.c:776
11533 msgid "format.headers without value"
11534 msgstr ""
11535
11536 #: builtin/log.c:877
11537 msgid "name of output directory is too long"
11538 msgstr ""
11539
11540 #: builtin/log.c:893
11541 #, c-format
11542 msgid "Cannot open patch file %s"
11543 msgstr ""
11544
11545 #: builtin/log.c:910
11546 msgid "Need exactly one range."
11547 msgstr ""
11548
11549 #: builtin/log.c:920
11550 msgid "Not a range."
11551 msgstr ""
11552
11553 #: builtin/log.c:1043
11554 msgid "Cover letter needs email format"
11555 msgstr ""
11556
11557 #: builtin/log.c:1119
11558 #, c-format
11559 msgid "insane in-reply-to: %s"
11560 msgstr ""
11561
11562 #: builtin/log.c:1146
11563 msgid "git format-patch [<options>] [<since> | <revision-range>]"
11564 msgstr ""
11565
11566 #: builtin/log.c:1204
11567 msgid "Two output directories?"
11568 msgstr ""
11569
11570 #: builtin/log.c:1311 builtin/log.c:2054 builtin/log.c:2056 builtin/log.c:2068
11571 #, c-format
11572 msgid "Unknown commit %s"
11573 msgstr ""
11574
11575 #: builtin/log.c:1321 builtin/notes.c:894 builtin/tag.c:526
11576 #, c-format
11577 msgid "Failed to resolve '%s' as a valid ref."
11578 msgstr ""
11579
11580 #: builtin/log.c:1326
11581 msgid "Could not find exact merge base."
11582 msgstr ""
11583
11584 #: builtin/log.c:1330
11585 msgid ""
11586 "Failed to get upstream, if you want to record base commit automatically,\n"
11587 "please use git branch --set-upstream-to to track a remote branch.\n"
11588 "Or you could specify base commit by --base=<base-commit-id> manually."
11589 msgstr ""
11590
11591 #: builtin/log.c:1350
11592 msgid "Failed to find exact merge base"
11593 msgstr ""
11594
11595 #: builtin/log.c:1361
11596 msgid "base commit should be the ancestor of revision list"
11597 msgstr ""
11598
11599 #: builtin/log.c:1365
11600 msgid "base commit shouldn't be in revision list"
11601 msgstr ""
11602
11603 #: builtin/log.c:1418
11604 msgid "cannot get patch id"
11605 msgstr ""
11606
11607 #: builtin/log.c:1470
11608 msgid "failed to infer range-diff ranges"
11609 msgstr ""
11610
11611 #: builtin/log.c:1515
11612 msgid "use [PATCH n/m] even with a single patch"
11613 msgstr ""
11614
11615 #: builtin/log.c:1518
11616 msgid "use [PATCH] even with multiple patches"
11617 msgstr ""
11618
11619 #: builtin/log.c:1522
11620 msgid "print patches to standard out"
11621 msgstr ""
11622
11623 #: builtin/log.c:1524
11624 msgid "generate a cover letter"
11625 msgstr ""
11626
11627 #: builtin/log.c:1526
11628 msgid "use simple number sequence for output file names"
11629 msgstr ""
11630
11631 #: builtin/log.c:1527
11632 msgid "sfx"
11633 msgstr ""
11634
11635 #: builtin/log.c:1528
11636 msgid "use <sfx> instead of '.patch'"
11637 msgstr ""
11638
11639 #: builtin/log.c:1530
11640 msgid "start numbering patches at <n> instead of 1"
11641 msgstr ""
11642
11643 #: builtin/log.c:1532
11644 msgid "mark the series as Nth re-roll"
11645 msgstr ""
11646
11647 #: builtin/log.c:1534
11648 msgid "Use [RFC PATCH] instead of [PATCH]"
11649 msgstr ""
11650
11651 #: builtin/log.c:1537
11652 msgid "Use [<prefix>] instead of [PATCH]"
11653 msgstr ""
11654
11655 #: builtin/log.c:1540
11656 msgid "store resulting files in <dir>"
11657 msgstr ""
11658
11659 #: builtin/log.c:1543
11660 msgid "don't strip/add [PATCH]"
11661 msgstr ""
11662
11663 #: builtin/log.c:1546
11664 msgid "don't output binary diffs"
11665 msgstr ""
11666
11667 #: builtin/log.c:1548
11668 msgid "output all-zero hash in From header"
11669 msgstr ""
11670
11671 #: builtin/log.c:1550
11672 msgid "don't include a patch matching a commit upstream"
11673 msgstr ""
11674
11675 #: builtin/log.c:1552
11676 msgid "show patch format instead of default (patch + stat)"
11677 msgstr ""
11678
11679 #: builtin/log.c:1554
11680 msgid "Messaging"
11681 msgstr ""
11682
11683 #: builtin/log.c:1555
11684 msgid "header"
11685 msgstr ""
11686
11687 #: builtin/log.c:1556
11688 msgid "add email header"
11689 msgstr ""
11690
11691 #: builtin/log.c:1557 builtin/log.c:1559
11692 msgid "email"
11693 msgstr ""
11694
11695 #: builtin/log.c:1557
11696 msgid "add To: header"
11697 msgstr ""
11698
11699 #: builtin/log.c:1559
11700 msgid "add Cc: header"
11701 msgstr ""
11702
11703 #: builtin/log.c:1561
11704 msgid "ident"
11705 msgstr ""
11706
11707 #: builtin/log.c:1562
11708 msgid "set From address to <ident> (or committer ident if absent)"
11709 msgstr ""
11710
11711 #: builtin/log.c:1564
11712 msgid "message-id"
11713 msgstr ""
11714
11715 #: builtin/log.c:1565
11716 msgid "make first mail a reply to <message-id>"
11717 msgstr ""
11718
11719 #: builtin/log.c:1566 builtin/log.c:1569
11720 msgid "boundary"
11721 msgstr ""
11722
11723 #: builtin/log.c:1567
11724 msgid "attach the patch"
11725 msgstr ""
11726
11727 #: builtin/log.c:1570
11728 msgid "inline the patch"
11729 msgstr ""
11730
11731 #: builtin/log.c:1574
11732 msgid "enable message threading, styles: shallow, deep"
11733 msgstr ""
11734
11735 #: builtin/log.c:1576
11736 msgid "signature"
11737 msgstr ""
11738
11739 #: builtin/log.c:1577
11740 msgid "add a signature"
11741 msgstr ""
11742
11743 #: builtin/log.c:1578
11744 msgid "base-commit"
11745 msgstr ""
11746
11747 #: builtin/log.c:1579
11748 msgid "add prerequisite tree info to the patch series"
11749 msgstr ""
11750
11751 #: builtin/log.c:1581
11752 msgid "add a signature from a file"
11753 msgstr ""
11754
11755 #: builtin/log.c:1582
11756 msgid "don't print the patch filenames"
11757 msgstr ""
11758
11759 #: builtin/log.c:1584
11760 msgid "show progress while generating patches"
11761 msgstr ""
11762
11763 #: builtin/log.c:1585
11764 msgid "rev"
11765 msgstr ""
11766
11767 #: builtin/log.c:1586
11768 msgid "show changes against <rev> in cover letter or single patch"
11769 msgstr ""
11770
11771 #: builtin/log.c:1589
11772 msgid "show changes against <refspec> in cover letter or single patch"
11773 msgstr ""
11774
11775 #: builtin/log.c:1591
11776 msgid "percentage by which creation is weighted"
11777 msgstr ""
11778
11779 #: builtin/log.c:1666
11780 #, c-format
11781 msgid "invalid ident line: %s"
11782 msgstr ""
11783
11784 #: builtin/log.c:1681
11785 msgid "-n and -k are mutually exclusive"
11786 msgstr ""
11787
11788 #: builtin/log.c:1683
11789 msgid "--subject-prefix/--rfc and -k are mutually exclusive"
11790 msgstr ""
11791
11792 #: builtin/log.c:1691
11793 msgid "--name-only does not make sense"
11794 msgstr ""
11795
11796 #: builtin/log.c:1693
11797 msgid "--name-status does not make sense"
11798 msgstr ""
11799
11800 #: builtin/log.c:1695
11801 msgid "--check does not make sense"
11802 msgstr ""
11803
11804 #: builtin/log.c:1727
11805 msgid "standard output, or directory, which one?"
11806 msgstr ""
11807
11808 #: builtin/log.c:1729
11809 #, c-format
11810 msgid "Could not create directory '%s'"
11811 msgstr ""
11812
11813 #: builtin/log.c:1816
11814 msgid "--interdiff requires --cover-letter or single patch"
11815 msgstr ""
11816
11817 #: builtin/log.c:1820
11818 msgid "Interdiff:"
11819 msgstr ""
11820
11821 #: builtin/log.c:1821
11822 #, c-format
11823 msgid "Interdiff against v%d:"
11824 msgstr ""
11825
11826 #: builtin/log.c:1827
11827 msgid "--creation-factor requires --range-diff"
11828 msgstr ""
11829
11830 #: builtin/log.c:1831
11831 msgid "--range-diff requires --cover-letter or single patch"
11832 msgstr ""
11833
11834 #: builtin/log.c:1839
11835 msgid "Range-diff:"
11836 msgstr ""
11837
11838 #: builtin/log.c:1840
11839 #, c-format
11840 msgid "Range-diff against v%d:"
11841 msgstr ""
11842
11843 #: builtin/log.c:1851
11844 #, c-format
11845 msgid "unable to read signature file '%s'"
11846 msgstr ""
11847
11848 #: builtin/log.c:1887
11849 msgid "Generating patches"
11850 msgstr ""
11851
11852 #: builtin/log.c:1931
11853 msgid "Failed to create output files"
11854 msgstr ""
11855
11856 #: builtin/log.c:1989
11857 msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
11858 msgstr ""
11859
11860 #: builtin/log.c:2043
11861 #, c-format
11862 msgid ""
11863 "Could not find a tracked remote branch, please specify <upstream> manually.\n"
11864 msgstr ""
11865
11866 #: builtin/ls-files.c:469
11867 msgid "git ls-files [<options>] [<file>...]"
11868 msgstr ""
11869
11870 #: builtin/ls-files.c:525
11871 msgid "identify the file status with tags"
11872 msgstr ""
11873
11874 #: builtin/ls-files.c:527
11875 msgid "use lowercase letters for 'assume unchanged' files"
11876 msgstr ""
11877
11878 #: builtin/ls-files.c:529
11879 msgid "use lowercase letters for 'fsmonitor clean' files"
11880 msgstr ""
11881
11882 #: builtin/ls-files.c:531
11883 msgid "show cached files in the output (default)"
11884 msgstr ""
11885
11886 #: builtin/ls-files.c:533
11887 msgid "show deleted files in the output"
11888 msgstr ""
11889
11890 #: builtin/ls-files.c:535
11891 msgid "show modified files in the output"
11892 msgstr ""
11893
11894 #: builtin/ls-files.c:537
11895 msgid "show other files in the output"
11896 msgstr ""
11897
11898 #: builtin/ls-files.c:539
11899 msgid "show ignored files in the output"
11900 msgstr ""
11901
11902 #: builtin/ls-files.c:542
11903 msgid "show staged contents' object name in the output"
11904 msgstr ""
11905
11906 #: builtin/ls-files.c:544
11907 msgid "show files on the filesystem that need to be removed"
11908 msgstr ""
11909
11910 #: builtin/ls-files.c:546
11911 msgid "show 'other' directories' names only"
11912 msgstr ""
11913
11914 #: builtin/ls-files.c:548
11915 msgid "show line endings of files"
11916 msgstr ""
11917
11918 #: builtin/ls-files.c:550
11919 msgid "don't show empty directories"
11920 msgstr ""
11921
11922 #: builtin/ls-files.c:553
11923 msgid "show unmerged files in the output"
11924 msgstr ""
11925
11926 #: builtin/ls-files.c:555
11927 msgid "show resolve-undo information"
11928 msgstr ""
11929
11930 #: builtin/ls-files.c:557
11931 msgid "skip files matching pattern"
11932 msgstr ""
11933
11934 #: builtin/ls-files.c:560
11935 msgid "exclude patterns are read from <file>"
11936 msgstr ""
11937
11938 #: builtin/ls-files.c:563
11939 msgid "read additional per-directory exclude patterns in <file>"
11940 msgstr ""
11941
11942 #: builtin/ls-files.c:565
11943 msgid "add the standard git exclusions"
11944 msgstr ""
11945
11946 #: builtin/ls-files.c:569
11947 msgid "make the output relative to the project top directory"
11948 msgstr ""
11949
11950 #: builtin/ls-files.c:572
11951 msgid "recurse through submodules"
11952 msgstr ""
11953
11954 #: builtin/ls-files.c:574
11955 msgid "if any <file> is not in the index, treat this as an error"
11956 msgstr ""
11957
11958 #: builtin/ls-files.c:575
11959 msgid "tree-ish"
11960 msgstr ""
11961
11962 #: builtin/ls-files.c:576
11963 msgid "pretend that paths removed since <tree-ish> are still present"
11964 msgstr ""
11965
11966 #: builtin/ls-files.c:578
11967 msgid "show debugging data"
11968 msgstr ""
11969
11970 #: builtin/ls-remote.c:9
11971 msgid ""
11972 "git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
11973 "                     [-q | --quiet] [--exit-code] [--get-url]\n"
11974 "                     [--symref] [<repository> [<refs>...]]"
11975 msgstr ""
11976
11977 #: builtin/ls-remote.c:59
11978 msgid "do not print remote URL"
11979 msgstr ""
11980
11981 #: builtin/ls-remote.c:60 builtin/ls-remote.c:62 builtin/rebase.c:903
11982 msgid "exec"
11983 msgstr ""
11984
11985 #: builtin/ls-remote.c:61 builtin/ls-remote.c:63
11986 msgid "path of git-upload-pack on the remote host"
11987 msgstr ""
11988
11989 #: builtin/ls-remote.c:65
11990 msgid "limit to tags"
11991 msgstr ""
11992
11993 #: builtin/ls-remote.c:66
11994 msgid "limit to heads"
11995 msgstr ""
11996
11997 #: builtin/ls-remote.c:67
11998 msgid "do not show peeled tags"
11999 msgstr ""
12000
12001 #: builtin/ls-remote.c:69
12002 msgid "take url.<base>.insteadOf into account"
12003 msgstr ""
12004
12005 #: builtin/ls-remote.c:73
12006 msgid "exit with exit code 2 if no matching refs are found"
12007 msgstr ""
12008
12009 #: builtin/ls-remote.c:76
12010 msgid "show underlying ref in addition to the object pointed by it"
12011 msgstr ""
12012
12013 #: builtin/ls-tree.c:30
12014 msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
12015 msgstr ""
12016
12017 #: builtin/ls-tree.c:128
12018 msgid "only show trees"
12019 msgstr ""
12020
12021 #: builtin/ls-tree.c:130
12022 msgid "recurse into subtrees"
12023 msgstr ""
12024
12025 #: builtin/ls-tree.c:132
12026 msgid "show trees when recursing"
12027 msgstr ""
12028
12029 #: builtin/ls-tree.c:135
12030 msgid "terminate entries with NUL byte"
12031 msgstr ""
12032
12033 #: builtin/ls-tree.c:136
12034 msgid "include object size"
12035 msgstr ""
12036
12037 #: builtin/ls-tree.c:138 builtin/ls-tree.c:140
12038 msgid "list only filenames"
12039 msgstr ""
12040
12041 #: builtin/ls-tree.c:143
12042 msgid "use full path names"
12043 msgstr ""
12044
12045 #: builtin/ls-tree.c:145
12046 msgid "list entire tree; not just current directory (implies --full-name)"
12047 msgstr ""
12048
12049 #: builtin/mailsplit.c:241
12050 #, c-format
12051 msgid "empty mbox: '%s'"
12052 msgstr ""
12053
12054 #: builtin/merge.c:52
12055 msgid "git merge [<options>] [<commit>...]"
12056 msgstr ""
12057
12058 #: builtin/merge.c:53
12059 msgid "git merge --abort"
12060 msgstr ""
12061
12062 #: builtin/merge.c:54
12063 msgid "git merge --continue"
12064 msgstr ""
12065
12066 #: builtin/merge.c:111
12067 msgid "switch `m' requires a value"
12068 msgstr ""
12069
12070 #: builtin/merge.c:177
12071 #, c-format
12072 msgid "Could not find merge strategy '%s'.\n"
12073 msgstr ""
12074
12075 #: builtin/merge.c:178
12076 #, c-format
12077 msgid "Available strategies are:"
12078 msgstr ""
12079
12080 #: builtin/merge.c:183
12081 #, c-format
12082 msgid "Available custom strategies are:"
12083 msgstr ""
12084
12085 #: builtin/merge.c:234 builtin/pull.c:143
12086 msgid "do not show a diffstat at the end of the merge"
12087 msgstr ""
12088
12089 #: builtin/merge.c:237 builtin/pull.c:146
12090 msgid "show a diffstat at the end of the merge"
12091 msgstr ""
12092
12093 #: builtin/merge.c:238 builtin/pull.c:149
12094 msgid "(synonym to --stat)"
12095 msgstr ""
12096
12097 #: builtin/merge.c:240 builtin/pull.c:152
12098 msgid "add (at most <n>) entries from shortlog to merge commit message"
12099 msgstr ""
12100
12101 #: builtin/merge.c:243 builtin/pull.c:158
12102 msgid "create a single commit instead of doing a merge"
12103 msgstr ""
12104
12105 #: builtin/merge.c:245 builtin/pull.c:161
12106 msgid "perform a commit if the merge succeeds (default)"
12107 msgstr ""
12108
12109 #: builtin/merge.c:247 builtin/pull.c:164
12110 msgid "edit message before committing"
12111 msgstr ""
12112
12113 #: builtin/merge.c:248
12114 msgid "allow fast-forward (default)"
12115 msgstr ""
12116
12117 #: builtin/merge.c:250 builtin/pull.c:170
12118 msgid "abort if fast-forward is not possible"
12119 msgstr ""
12120
12121 #: builtin/merge.c:254 builtin/pull.c:173
12122 msgid "verify that the named commit has a valid GPG signature"
12123 msgstr ""
12124
12125 #: builtin/merge.c:255 builtin/notes.c:784 builtin/pull.c:177
12126 #: builtin/rebase.c:916 builtin/rebase--interactive.c:186 builtin/revert.c:110
12127 msgid "strategy"
12128 msgstr ""
12129
12130 #: builtin/merge.c:256 builtin/pull.c:178
12131 msgid "merge strategy to use"
12132 msgstr ""
12133
12134 #: builtin/merge.c:257 builtin/pull.c:181
12135 msgid "option=value"
12136 msgstr ""
12137
12138 #: builtin/merge.c:258 builtin/pull.c:182
12139 msgid "option for selected merge strategy"
12140 msgstr ""
12141
12142 #: builtin/merge.c:260
12143 msgid "merge commit message (for a non-fast-forward merge)"
12144 msgstr ""
12145
12146 #: builtin/merge.c:267
12147 msgid "abort the current in-progress merge"
12148 msgstr ""
12149
12150 #: builtin/merge.c:269
12151 msgid "continue the current in-progress merge"
12152 msgstr ""
12153
12154 #: builtin/merge.c:271 builtin/pull.c:189
12155 msgid "allow merging unrelated histories"
12156 msgstr ""
12157
12158 #: builtin/merge.c:277
12159 msgid "verify commit-msg hook"
12160 msgstr ""
12161
12162 #: builtin/merge.c:302
12163 msgid "could not run stash."
12164 msgstr ""
12165
12166 #: builtin/merge.c:307
12167 msgid "stash failed"
12168 msgstr ""
12169
12170 #: builtin/merge.c:312
12171 #, c-format
12172 msgid "not a valid object: %s"
12173 msgstr ""
12174
12175 #: builtin/merge.c:334 builtin/merge.c:351
12176 msgid "read-tree failed"
12177 msgstr ""
12178
12179 #: builtin/merge.c:381
12180 msgid " (nothing to squash)"
12181 msgstr ""
12182
12183 #: builtin/merge.c:392
12184 #, c-format
12185 msgid "Squash commit -- not updating HEAD\n"
12186 msgstr ""
12187
12188 #: builtin/merge.c:442
12189 #, c-format
12190 msgid "No merge message -- not updating HEAD\n"
12191 msgstr ""
12192
12193 #: builtin/merge.c:493
12194 #, c-format
12195 msgid "'%s' does not point to a commit"
12196 msgstr ""
12197
12198 #: builtin/merge.c:580
12199 #, c-format
12200 msgid "Bad branch.%s.mergeoptions string: %s"
12201 msgstr ""
12202
12203 #: builtin/merge.c:701
12204 msgid "Not handling anything other than two heads merge."
12205 msgstr ""
12206
12207 #: builtin/merge.c:715
12208 #, c-format
12209 msgid "Unknown option for merge-recursive: -X%s"
12210 msgstr ""
12211
12212 #: builtin/merge.c:730
12213 #, c-format
12214 msgid "unable to write %s"
12215 msgstr ""
12216
12217 #: builtin/merge.c:782
12218 #, c-format
12219 msgid "Could not read from '%s'"
12220 msgstr ""
12221
12222 #: builtin/merge.c:791
12223 #, c-format
12224 msgid "Not committing merge; use 'git commit' to complete the merge.\n"
12225 msgstr ""
12226
12227 #: builtin/merge.c:797
12228 #, c-format
12229 msgid ""
12230 "Please enter a commit message to explain why this merge is necessary,\n"
12231 "especially if it merges an updated upstream into a topic branch.\n"
12232 "\n"
12233 "Lines starting with '%c' will be ignored, and an empty message aborts\n"
12234 "the commit.\n"
12235 msgstr ""
12236
12237 #: builtin/merge.c:833
12238 msgid "Empty commit message."
12239 msgstr ""
12240
12241 #: builtin/merge.c:852
12242 #, c-format
12243 msgid "Wonderful.\n"
12244 msgstr ""
12245
12246 #: builtin/merge.c:905
12247 #, c-format
12248 msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
12249 msgstr ""
12250
12251 #: builtin/merge.c:944
12252 msgid "No current branch."
12253 msgstr ""
12254
12255 #: builtin/merge.c:946
12256 msgid "No remote for the current branch."
12257 msgstr ""
12258
12259 #: builtin/merge.c:948
12260 msgid "No default upstream defined for the current branch."
12261 msgstr ""
12262
12263 #: builtin/merge.c:953
12264 #, c-format
12265 msgid "No remote-tracking branch for %s from %s"
12266 msgstr ""
12267
12268 #: builtin/merge.c:1010
12269 #, c-format
12270 msgid "Bad value '%s' in environment '%s'"
12271 msgstr ""
12272
12273 #: builtin/merge.c:1113
12274 #, c-format
12275 msgid "not something we can merge in %s: %s"
12276 msgstr ""
12277
12278 #: builtin/merge.c:1147
12279 msgid "not something we can merge"
12280 msgstr ""
12281
12282 #: builtin/merge.c:1250
12283 msgid "--abort expects no arguments"
12284 msgstr ""
12285
12286 #: builtin/merge.c:1254
12287 msgid "There is no merge to abort (MERGE_HEAD missing)."
12288 msgstr ""
12289
12290 #: builtin/merge.c:1266
12291 msgid "--continue expects no arguments"
12292 msgstr ""
12293
12294 #: builtin/merge.c:1270
12295 msgid "There is no merge in progress (MERGE_HEAD missing)."
12296 msgstr ""
12297
12298 #: builtin/merge.c:1286
12299 msgid ""
12300 "You have not concluded your merge (MERGE_HEAD exists).\n"
12301 "Please, commit your changes before you merge."
12302 msgstr ""
12303
12304 #: builtin/merge.c:1293
12305 msgid ""
12306 "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
12307 "Please, commit your changes before you merge."
12308 msgstr ""
12309
12310 #: builtin/merge.c:1296
12311 msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
12312 msgstr ""
12313
12314 #: builtin/merge.c:1305
12315 msgid "You cannot combine --squash with --no-ff."
12316 msgstr ""
12317
12318 #: builtin/merge.c:1313
12319 msgid "No commit specified and merge.defaultToUpstream not set."
12320 msgstr ""
12321
12322 #: builtin/merge.c:1330
12323 msgid "Squash commit into empty head not supported yet"
12324 msgstr ""
12325
12326 #: builtin/merge.c:1332
12327 msgid "Non-fast-forward commit does not make sense into an empty head"
12328 msgstr ""
12329
12330 #: builtin/merge.c:1337
12331 #, c-format
12332 msgid "%s - not something we can merge"
12333 msgstr ""
12334
12335 #: builtin/merge.c:1339
12336 msgid "Can merge only exactly one commit into empty head"
12337 msgstr ""
12338
12339 #: builtin/merge.c:1421
12340 msgid "refusing to merge unrelated histories"
12341 msgstr ""
12342
12343 #: builtin/merge.c:1430
12344 msgid "Already up to date."
12345 msgstr ""
12346
12347 #: builtin/merge.c:1440
12348 #, c-format
12349 msgid "Updating %s..%s\n"
12350 msgstr ""
12351
12352 #: builtin/merge.c:1482
12353 #, c-format
12354 msgid "Trying really trivial in-index merge...\n"
12355 msgstr ""
12356
12357 #: builtin/merge.c:1489
12358 #, c-format
12359 msgid "Nope.\n"
12360 msgstr ""
12361
12362 #: builtin/merge.c:1514
12363 msgid "Already up to date. Yeeah!"
12364 msgstr ""
12365
12366 #: builtin/merge.c:1520
12367 msgid "Not possible to fast-forward, aborting."
12368 msgstr ""
12369
12370 #: builtin/merge.c:1543 builtin/merge.c:1622
12371 #, c-format
12372 msgid "Rewinding the tree to pristine...\n"
12373 msgstr ""
12374
12375 #: builtin/merge.c:1547
12376 #, c-format
12377 msgid "Trying merge strategy %s...\n"
12378 msgstr ""
12379
12380 #: builtin/merge.c:1613
12381 #, c-format
12382 msgid "No merge strategy handled the merge.\n"
12383 msgstr ""
12384
12385 #: builtin/merge.c:1615
12386 #, c-format
12387 msgid "Merge with strategy %s failed.\n"
12388 msgstr ""
12389
12390 #: builtin/merge.c:1624
12391 #, c-format
12392 msgid "Using the %s to prepare resolving by hand.\n"
12393 msgstr ""
12394
12395 #: builtin/merge.c:1636
12396 #, c-format
12397 msgid "Automatic merge went well; stopped before committing as requested\n"
12398 msgstr ""
12399
12400 #: builtin/merge-base.c:32
12401 msgid "git merge-base [-a | --all] <commit> <commit>..."
12402 msgstr ""
12403
12404 #: builtin/merge-base.c:33
12405 msgid "git merge-base [-a | --all] --octopus <commit>..."
12406 msgstr ""
12407
12408 #: builtin/merge-base.c:34
12409 msgid "git merge-base --independent <commit>..."
12410 msgstr ""
12411
12412 #: builtin/merge-base.c:35
12413 msgid "git merge-base --is-ancestor <commit> <commit>"
12414 msgstr ""
12415
12416 #: builtin/merge-base.c:36
12417 msgid "git merge-base --fork-point <ref> [<commit>]"
12418 msgstr ""
12419
12420 #: builtin/merge-base.c:153
12421 msgid "output all common ancestors"
12422 msgstr ""
12423
12424 #: builtin/merge-base.c:155
12425 msgid "find ancestors for a single n-way merge"
12426 msgstr ""
12427
12428 #: builtin/merge-base.c:157
12429 msgid "list revs not reachable from others"
12430 msgstr ""
12431
12432 #: builtin/merge-base.c:159
12433 msgid "is the first one ancestor of the other?"
12434 msgstr ""
12435
12436 #: builtin/merge-base.c:161
12437 msgid "find where <commit> forked from reflog of <ref>"
12438 msgstr ""
12439
12440 #: builtin/merge-file.c:9
12441 msgid ""
12442 "git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
12443 "<orig-file> <file2>"
12444 msgstr ""
12445
12446 #: builtin/merge-file.c:35
12447 msgid "send results to standard output"
12448 msgstr ""
12449
12450 #: builtin/merge-file.c:36
12451 msgid "use a diff3 based merge"
12452 msgstr ""
12453
12454 #: builtin/merge-file.c:37
12455 msgid "for conflicts, use our version"
12456 msgstr ""
12457
12458 #: builtin/merge-file.c:39
12459 msgid "for conflicts, use their version"
12460 msgstr ""
12461
12462 #: builtin/merge-file.c:41
12463 msgid "for conflicts, use a union version"
12464 msgstr ""
12465
12466 #: builtin/merge-file.c:44
12467 msgid "for conflicts, use this marker size"
12468 msgstr ""
12469
12470 #: builtin/merge-file.c:45
12471 msgid "do not warn about conflicts"
12472 msgstr ""
12473
12474 #: builtin/merge-file.c:47
12475 msgid "set labels for file1/orig-file/file2"
12476 msgstr ""
12477
12478 #: builtin/merge-recursive.c:45
12479 #, c-format
12480 msgid "unknown option %s"
12481 msgstr ""
12482
12483 #: builtin/merge-recursive.c:51
12484 #, c-format
12485 msgid "could not parse object '%s'"
12486 msgstr ""
12487
12488 #: builtin/merge-recursive.c:55
12489 #, c-format
12490 msgid "cannot handle more than %d base. Ignoring %s."
12491 msgid_plural "cannot handle more than %d bases. Ignoring %s."
12492 msgstr[0] ""
12493 msgstr[1] ""
12494
12495 #: builtin/merge-recursive.c:63
12496 msgid "not handling anything other than two heads merge."
12497 msgstr ""
12498
12499 #: builtin/merge-recursive.c:69 builtin/merge-recursive.c:71
12500 #, c-format
12501 msgid "could not resolve ref '%s'"
12502 msgstr ""
12503
12504 #: builtin/merge-recursive.c:77
12505 #, c-format
12506 msgid "Merging %s with %s\n"
12507 msgstr ""
12508
12509 #: builtin/mktree.c:66
12510 msgid "git mktree [-z] [--missing] [--batch]"
12511 msgstr ""
12512
12513 #: builtin/mktree.c:154
12514 msgid "input is NUL terminated"
12515 msgstr ""
12516
12517 #: builtin/mktree.c:155 builtin/write-tree.c:25
12518 msgid "allow missing objects"
12519 msgstr ""
12520
12521 #: builtin/mktree.c:156
12522 msgid "allow creation of more than one tree"
12523 msgstr ""
12524
12525 #: builtin/multi-pack-index.c:8
12526 msgid "git multi-pack-index [--object-dir=<dir>] (write|verify)"
12527 msgstr ""
12528
12529 #: builtin/multi-pack-index.c:21
12530 msgid "object directory containing set of packfile and pack-index pairs"
12531 msgstr ""
12532
12533 #: builtin/multi-pack-index.c:39
12534 msgid "too many arguments"
12535 msgstr ""
12536
12537 #: builtin/multi-pack-index.c:48
12538 #, c-format
12539 msgid "unrecognized verb: %s"
12540 msgstr ""
12541
12542 #: builtin/mv.c:17
12543 msgid "git mv [<options>] <source>... <destination>"
12544 msgstr ""
12545
12546 #: builtin/mv.c:82
12547 #, c-format
12548 msgid "Directory %s is in index and no submodule?"
12549 msgstr ""
12550
12551 #: builtin/mv.c:84
12552 msgid "Please stage your changes to .gitmodules or stash them to proceed"
12553 msgstr ""
12554
12555 #: builtin/mv.c:102
12556 #, c-format
12557 msgid "%.*s is in index"
12558 msgstr ""
12559
12560 #: builtin/mv.c:124
12561 msgid "force move/rename even if target exists"
12562 msgstr ""
12563
12564 #: builtin/mv.c:126
12565 msgid "skip move/rename errors"
12566 msgstr ""
12567
12568 #: builtin/mv.c:168
12569 #, c-format
12570 msgid "destination '%s' is not a directory"
12571 msgstr ""
12572
12573 #: builtin/mv.c:179
12574 #, c-format
12575 msgid "Checking rename of '%s' to '%s'\n"
12576 msgstr ""
12577
12578 #: builtin/mv.c:183
12579 msgid "bad source"
12580 msgstr ""
12581
12582 #: builtin/mv.c:186
12583 msgid "can not move directory into itself"
12584 msgstr ""
12585
12586 #: builtin/mv.c:189
12587 msgid "cannot move directory over file"
12588 msgstr ""
12589
12590 #: builtin/mv.c:198
12591 msgid "source directory is empty"
12592 msgstr ""
12593
12594 #: builtin/mv.c:223
12595 msgid "not under version control"
12596 msgstr ""
12597
12598 #: builtin/mv.c:226
12599 msgid "destination exists"
12600 msgstr ""
12601
12602 #: builtin/mv.c:234
12603 #, c-format
12604 msgid "overwriting '%s'"
12605 msgstr ""
12606
12607 #: builtin/mv.c:237
12608 msgid "Cannot overwrite"
12609 msgstr ""
12610
12611 #: builtin/mv.c:240
12612 msgid "multiple sources for the same target"
12613 msgstr ""
12614
12615 #: builtin/mv.c:242
12616 msgid "destination directory does not exist"
12617 msgstr ""
12618
12619 #: builtin/mv.c:249
12620 #, c-format
12621 msgid "%s, source=%s, destination=%s"
12622 msgstr ""
12623
12624 #: builtin/mv.c:270
12625 #, c-format
12626 msgid "Renaming %s to %s\n"
12627 msgstr ""
12628
12629 #: builtin/mv.c:276 builtin/remote.c:717 builtin/repack.c:511
12630 #, c-format
12631 msgid "renaming '%s' failed"
12632 msgstr ""
12633
12634 #: builtin/name-rev.c:355
12635 msgid "git name-rev [<options>] <commit>..."
12636 msgstr ""
12637
12638 #: builtin/name-rev.c:356
12639 msgid "git name-rev [<options>] --all"
12640 msgstr ""
12641
12642 #: builtin/name-rev.c:357
12643 msgid "git name-rev [<options>] --stdin"
12644 msgstr ""
12645
12646 #: builtin/name-rev.c:413
12647 msgid "print only names (no SHA-1)"
12648 msgstr ""
12649
12650 #: builtin/name-rev.c:414
12651 msgid "only use tags to name the commits"
12652 msgstr ""
12653
12654 #: builtin/name-rev.c:416
12655 msgid "only use refs matching <pattern>"
12656 msgstr ""
12657
12658 #: builtin/name-rev.c:418
12659 msgid "ignore refs matching <pattern>"
12660 msgstr ""
12661
12662 #: builtin/name-rev.c:420
12663 msgid "list all commits reachable from all refs"
12664 msgstr ""
12665
12666 #: builtin/name-rev.c:421
12667 msgid "read from stdin"
12668 msgstr ""
12669
12670 #: builtin/name-rev.c:422
12671 msgid "allow to print `undefined` names (default)"
12672 msgstr ""
12673
12674 #: builtin/name-rev.c:428
12675 msgid "dereference tags in the input (internal use)"
12676 msgstr ""
12677
12678 #: builtin/notes.c:28
12679 msgid "git notes [--ref <notes-ref>] [list [<object>]]"
12680 msgstr ""
12681
12682 #: builtin/notes.c:29
12683 msgid ""
12684 "git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
12685 "| (-c | -C) <object>] [<object>]"
12686 msgstr ""
12687
12688 #: builtin/notes.c:30
12689 msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
12690 msgstr ""
12691
12692 #: builtin/notes.c:31
12693 msgid ""
12694 "git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
12695 "(-c | -C) <object>] [<object>]"
12696 msgstr ""
12697
12698 #: builtin/notes.c:32
12699 msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
12700 msgstr ""
12701
12702 #: builtin/notes.c:33
12703 msgid "git notes [--ref <notes-ref>] show [<object>]"
12704 msgstr ""
12705
12706 #: builtin/notes.c:34
12707 msgid ""
12708 "git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
12709 msgstr ""
12710
12711 #: builtin/notes.c:35
12712 msgid "git notes merge --commit [-v | -q]"
12713 msgstr ""
12714
12715 #: builtin/notes.c:36
12716 msgid "git notes merge --abort [-v | -q]"
12717 msgstr ""
12718
12719 #: builtin/notes.c:37
12720 msgid "git notes [--ref <notes-ref>] remove [<object>...]"
12721 msgstr ""
12722
12723 #: builtin/notes.c:38
12724 msgid "git notes [--ref <notes-ref>] prune [-n] [-v]"
12725 msgstr ""
12726
12727 #: builtin/notes.c:39
12728 msgid "git notes [--ref <notes-ref>] get-ref"
12729 msgstr ""
12730
12731 #: builtin/notes.c:44
12732 msgid "git notes [list [<object>]]"
12733 msgstr ""
12734
12735 #: builtin/notes.c:49
12736 msgid "git notes add [<options>] [<object>]"
12737 msgstr ""
12738
12739 #: builtin/notes.c:54
12740 msgid "git notes copy [<options>] <from-object> <to-object>"
12741 msgstr ""
12742
12743 #: builtin/notes.c:55
12744 msgid "git notes copy --stdin [<from-object> <to-object>]..."
12745 msgstr ""
12746
12747 #: builtin/notes.c:60
12748 msgid "git notes append [<options>] [<object>]"
12749 msgstr ""
12750
12751 #: builtin/notes.c:65
12752 msgid "git notes edit [<object>]"
12753 msgstr ""
12754
12755 #: builtin/notes.c:70
12756 msgid "git notes show [<object>]"
12757 msgstr ""
12758
12759 #: builtin/notes.c:75
12760 msgid "git notes merge [<options>] <notes-ref>"
12761 msgstr ""
12762
12763 #: builtin/notes.c:76
12764 msgid "git notes merge --commit [<options>]"
12765 msgstr ""
12766
12767 #: builtin/notes.c:77
12768 msgid "git notes merge --abort [<options>]"
12769 msgstr ""
12770
12771 #: builtin/notes.c:82
12772 msgid "git notes remove [<object>]"
12773 msgstr ""
12774
12775 #: builtin/notes.c:87
12776 msgid "git notes prune [<options>]"
12777 msgstr ""
12778
12779 #: builtin/notes.c:92
12780 msgid "git notes get-ref"
12781 msgstr ""
12782
12783 #: builtin/notes.c:97
12784 msgid "Write/edit the notes for the following object:"
12785 msgstr ""
12786
12787 #: builtin/notes.c:150
12788 #, c-format
12789 msgid "unable to start 'show' for object '%s'"
12790 msgstr ""
12791
12792 #: builtin/notes.c:154
12793 msgid "could not read 'show' output"
12794 msgstr ""
12795
12796 #: builtin/notes.c:162
12797 #, c-format
12798 msgid "failed to finish 'show' for object '%s'"
12799 msgstr ""
12800
12801 #: builtin/notes.c:197
12802 msgid "please supply the note contents using either -m or -F option"
12803 msgstr ""
12804
12805 #: builtin/notes.c:206
12806 msgid "unable to write note object"
12807 msgstr ""
12808
12809 #: builtin/notes.c:208
12810 #, c-format
12811 msgid "the note contents have been left in %s"
12812 msgstr ""
12813
12814 #: builtin/notes.c:242 builtin/tag.c:513
12815 #, c-format
12816 msgid "could not open or read '%s'"
12817 msgstr ""
12818
12819 #: builtin/notes.c:263 builtin/notes.c:313 builtin/notes.c:315
12820 #: builtin/notes.c:383 builtin/notes.c:438 builtin/notes.c:524
12821 #: builtin/notes.c:529 builtin/notes.c:607 builtin/notes.c:669
12822 #, c-format
12823 msgid "failed to resolve '%s' as a valid ref."
12824 msgstr ""
12825
12826 #: builtin/notes.c:265
12827 #, c-format
12828 msgid "failed to read object '%s'."
12829 msgstr ""
12830
12831 #: builtin/notes.c:268
12832 #, c-format
12833 msgid "cannot read note data from non-blob object '%s'."
12834 msgstr ""
12835
12836 #: builtin/notes.c:309
12837 #, c-format
12838 msgid "malformed input line: '%s'."
12839 msgstr ""
12840
12841 #: builtin/notes.c:324
12842 #, c-format
12843 msgid "failed to copy notes from '%s' to '%s'"
12844 msgstr ""
12845
12846 #. TRANSLATORS: the first %s will be replaced by a git
12847 #. notes command: 'add', 'merge', 'remove', etc.
12848 #.
12849 #: builtin/notes.c:356
12850 #, c-format
12851 msgid "refusing to %s notes in %s (outside of refs/notes/)"
12852 msgstr ""
12853
12854 #: builtin/notes.c:376 builtin/notes.c:431 builtin/notes.c:507
12855 #: builtin/notes.c:519 builtin/notes.c:595 builtin/notes.c:662
12856 #: builtin/notes.c:812 builtin/notes.c:959 builtin/notes.c:980
12857 msgid "too many parameters"
12858 msgstr ""
12859
12860 #: builtin/notes.c:389 builtin/notes.c:675
12861 #, c-format
12862 msgid "no note found for object %s."
12863 msgstr ""
12864
12865 #: builtin/notes.c:410 builtin/notes.c:573
12866 msgid "note contents as a string"
12867 msgstr ""
12868
12869 #: builtin/notes.c:413 builtin/notes.c:576
12870 msgid "note contents in a file"
12871 msgstr ""
12872
12873 #: builtin/notes.c:416 builtin/notes.c:579
12874 msgid "reuse and edit specified note object"
12875 msgstr ""
12876
12877 #: builtin/notes.c:419 builtin/notes.c:582
12878 msgid "reuse specified note object"
12879 msgstr ""
12880
12881 #: builtin/notes.c:422 builtin/notes.c:585
12882 msgid "allow storing empty note"
12883 msgstr ""
12884
12885 #: builtin/notes.c:423 builtin/notes.c:494
12886 msgid "replace existing notes"
12887 msgstr ""
12888
12889 #: builtin/notes.c:448
12890 #, c-format
12891 msgid ""
12892 "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
12893 "existing notes"
12894 msgstr ""
12895
12896 #: builtin/notes.c:463 builtin/notes.c:542
12897 #, c-format
12898 msgid "Overwriting existing notes for object %s\n"
12899 msgstr ""
12900
12901 #: builtin/notes.c:474 builtin/notes.c:634 builtin/notes.c:899
12902 #, c-format
12903 msgid "Removing note for object %s\n"
12904 msgstr ""
12905
12906 #: builtin/notes.c:495
12907 msgid "read objects from stdin"
12908 msgstr ""
12909
12910 #: builtin/notes.c:497
12911 msgid "load rewriting config for <command> (implies --stdin)"
12912 msgstr ""
12913
12914 #: builtin/notes.c:515
12915 msgid "too few parameters"
12916 msgstr ""
12917
12918 #: builtin/notes.c:536
12919 #, c-format
12920 msgid ""
12921 "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
12922 "existing notes"
12923 msgstr ""
12924
12925 #: builtin/notes.c:548
12926 #, c-format
12927 msgid "missing notes on source object %s. Cannot copy."
12928 msgstr ""
12929
12930 #: builtin/notes.c:600
12931 #, c-format
12932 msgid ""
12933 "The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
12934 "Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
12935 msgstr ""
12936
12937 #: builtin/notes.c:695
12938 msgid "failed to delete ref NOTES_MERGE_PARTIAL"
12939 msgstr ""
12940
12941 #: builtin/notes.c:697
12942 msgid "failed to delete ref NOTES_MERGE_REF"
12943 msgstr ""
12944
12945 #: builtin/notes.c:699
12946 msgid "failed to remove 'git notes merge' worktree"
12947 msgstr ""
12948
12949 #: builtin/notes.c:719
12950 msgid "failed to read ref NOTES_MERGE_PARTIAL"
12951 msgstr ""
12952
12953 #: builtin/notes.c:721
12954 msgid "could not find commit from NOTES_MERGE_PARTIAL."
12955 msgstr ""
12956
12957 #: builtin/notes.c:723
12958 msgid "could not parse commit from NOTES_MERGE_PARTIAL."
12959 msgstr ""
12960
12961 #: builtin/notes.c:736
12962 msgid "failed to resolve NOTES_MERGE_REF"
12963 msgstr ""
12964
12965 #: builtin/notes.c:739
12966 msgid "failed to finalize notes merge"
12967 msgstr ""
12968
12969 #: builtin/notes.c:765
12970 #, c-format
12971 msgid "unknown notes merge strategy %s"
12972 msgstr ""
12973
12974 #: builtin/notes.c:781
12975 msgid "General options"
12976 msgstr ""
12977
12978 #: builtin/notes.c:783
12979 msgid "Merge options"
12980 msgstr ""
12981
12982 #: builtin/notes.c:785
12983 msgid ""
12984 "resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
12985 "cat_sort_uniq)"
12986 msgstr ""
12987
12988 #: builtin/notes.c:787
12989 msgid "Committing unmerged notes"
12990 msgstr ""
12991
12992 #: builtin/notes.c:789
12993 msgid "finalize notes merge by committing unmerged notes"
12994 msgstr ""
12995
12996 #: builtin/notes.c:791
12997 msgid "Aborting notes merge resolution"
12998 msgstr ""
12999
13000 #: builtin/notes.c:793
13001 msgid "abort notes merge"
13002 msgstr ""
13003
13004 #: builtin/notes.c:804
13005 msgid "cannot mix --commit, --abort or -s/--strategy"
13006 msgstr ""
13007
13008 #: builtin/notes.c:809
13009 msgid "must specify a notes ref to merge"
13010 msgstr ""
13011
13012 #: builtin/notes.c:833
13013 #, c-format
13014 msgid "unknown -s/--strategy: %s"
13015 msgstr ""
13016
13017 #: builtin/notes.c:870
13018 #, c-format
13019 msgid "a notes merge into %s is already in-progress at %s"
13020 msgstr ""
13021
13022 #: builtin/notes.c:873
13023 #, c-format
13024 msgid "failed to store link to current notes ref (%s)"
13025 msgstr ""
13026
13027 #: builtin/notes.c:875
13028 #, c-format
13029 msgid ""
13030 "Automatic notes merge failed. Fix conflicts in %s and commit the result with "
13031 "'git notes merge --commit', or abort the merge with 'git notes merge --"
13032 "abort'.\n"
13033 msgstr ""
13034
13035 #: builtin/notes.c:897
13036 #, c-format
13037 msgid "Object %s has no note\n"
13038 msgstr ""
13039
13040 #: builtin/notes.c:909
13041 msgid "attempt to remove non-existent note is not an error"
13042 msgstr ""
13043
13044 #: builtin/notes.c:912
13045 msgid "read object names from the standard input"
13046 msgstr ""
13047
13048 #: builtin/notes.c:950 builtin/prune.c:108 builtin/worktree.c:164
13049 msgid "do not remove, show only"
13050 msgstr ""
13051
13052 #: builtin/notes.c:951
13053 msgid "report pruned notes"
13054 msgstr ""
13055
13056 #: builtin/notes.c:993
13057 msgid "notes-ref"
13058 msgstr ""
13059
13060 #: builtin/notes.c:994
13061 msgid "use notes from <notes-ref>"
13062 msgstr ""
13063
13064 #: builtin/notes.c:1029
13065 #, c-format
13066 msgid "unknown subcommand: %s"
13067 msgstr ""
13068
13069 #: builtin/pack-objects.c:51
13070 msgid ""
13071 "git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
13072 msgstr ""
13073
13074 #: builtin/pack-objects.c:52
13075 msgid ""
13076 "git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
13077 msgstr ""
13078
13079 #: builtin/pack-objects.c:422
13080 #, c-format
13081 msgid "bad packed object CRC for %s"
13082 msgstr ""
13083
13084 #: builtin/pack-objects.c:433
13085 #, c-format
13086 msgid "corrupt packed object for %s"
13087 msgstr ""
13088
13089 #: builtin/pack-objects.c:564
13090 #, c-format
13091 msgid "recursive delta detected for object %s"
13092 msgstr ""
13093
13094 #: builtin/pack-objects.c:775
13095 #, c-format
13096 msgid "ordered %u objects, expected %<PRIu32>"
13097 msgstr ""
13098
13099 #: builtin/pack-objects.c:788
13100 #, c-format
13101 msgid "packfile is invalid: %s"
13102 msgstr ""
13103
13104 #: builtin/pack-objects.c:792
13105 #, c-format
13106 msgid "unable to open packfile for reuse: %s"
13107 msgstr ""
13108
13109 #: builtin/pack-objects.c:796
13110 msgid "unable to seek in reused packfile"
13111 msgstr ""
13112
13113 #: builtin/pack-objects.c:807
13114 msgid "unable to read from reused packfile"
13115 msgstr ""
13116
13117 #: builtin/pack-objects.c:835
13118 msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
13119 msgstr ""
13120
13121 #: builtin/pack-objects.c:848
13122 msgid "Writing objects"
13123 msgstr ""
13124
13125 #: builtin/pack-objects.c:910 builtin/update-index.c:88
13126 #, c-format
13127 msgid "failed to stat %s"
13128 msgstr ""
13129
13130 #: builtin/pack-objects.c:963
13131 #, c-format
13132 msgid "wrote %<PRIu32> objects while expecting %<PRIu32>"
13133 msgstr ""
13134
13135 #: builtin/pack-objects.c:1157
13136 msgid "disabling bitmap writing, as some objects are not being packed"
13137 msgstr ""
13138
13139 #: builtin/pack-objects.c:1585
13140 #, c-format
13141 msgid "delta base offset overflow in pack for %s"
13142 msgstr ""
13143
13144 #: builtin/pack-objects.c:1594
13145 #, c-format
13146 msgid "delta base offset out of bound for %s"
13147 msgstr ""
13148
13149 #: builtin/pack-objects.c:1863
13150 msgid "Counting objects"
13151 msgstr ""
13152
13153 #: builtin/pack-objects.c:1998
13154 #, c-format
13155 msgid "unable to get size of %s"
13156 msgstr ""
13157
13158 #: builtin/pack-objects.c:2013
13159 #, c-format
13160 msgid "unable to parse object header of %s"
13161 msgstr ""
13162
13163 #: builtin/pack-objects.c:2083 builtin/pack-objects.c:2099
13164 #: builtin/pack-objects.c:2109
13165 #, c-format
13166 msgid "object %s cannot be read"
13167 msgstr ""
13168
13169 #: builtin/pack-objects.c:2086 builtin/pack-objects.c:2113
13170 #, c-format
13171 msgid "object %s inconsistent object length (%<PRIuMAX> vs %<PRIuMAX>)"
13172 msgstr ""
13173
13174 #: builtin/pack-objects.c:2123
13175 msgid "suboptimal pack - out of memory"
13176 msgstr ""
13177
13178 #: builtin/pack-objects.c:2451
13179 #, c-format
13180 msgid "Delta compression using up to %d threads"
13181 msgstr ""
13182
13183 #: builtin/pack-objects.c:2583
13184 #, c-format
13185 msgid "unable to pack objects reachable from tag %s"
13186 msgstr ""
13187
13188 #: builtin/pack-objects.c:2670
13189 msgid "Compressing objects"
13190 msgstr ""
13191
13192 #: builtin/pack-objects.c:2676
13193 msgid "inconsistency with delta count"
13194 msgstr ""
13195
13196 #: builtin/pack-objects.c:2753
13197 #, c-format
13198 msgid ""
13199 "expected edge object ID, got garbage:\n"
13200 " %s"
13201 msgstr ""
13202
13203 #: builtin/pack-objects.c:2759
13204 #, c-format
13205 msgid ""
13206 "expected object ID, got garbage:\n"
13207 " %s"
13208 msgstr ""
13209
13210 #: builtin/pack-objects.c:2857
13211 msgid "invalid value for --missing"
13212 msgstr ""
13213
13214 #: builtin/pack-objects.c:2916 builtin/pack-objects.c:3024
13215 msgid "cannot open pack index"
13216 msgstr ""
13217
13218 #: builtin/pack-objects.c:2947
13219 #, c-format
13220 msgid "loose object at %s could not be examined"
13221 msgstr ""
13222
13223 #: builtin/pack-objects.c:3032
13224 msgid "unable to force loose object"
13225 msgstr ""
13226
13227 #: builtin/pack-objects.c:3122
13228 #, c-format
13229 msgid "not a rev '%s'"
13230 msgstr ""
13231
13232 #: builtin/pack-objects.c:3125
13233 #, c-format
13234 msgid "bad revision '%s'"
13235 msgstr ""
13236
13237 #: builtin/pack-objects.c:3150
13238 msgid "unable to add recent objects"
13239 msgstr ""
13240
13241 #: builtin/pack-objects.c:3203
13242 #, c-format
13243 msgid "unsupported index version %s"
13244 msgstr ""
13245
13246 #: builtin/pack-objects.c:3207
13247 #, c-format
13248 msgid "bad index version '%s'"
13249 msgstr ""
13250
13251 #: builtin/pack-objects.c:3237
13252 msgid "do not show progress meter"
13253 msgstr ""
13254
13255 #: builtin/pack-objects.c:3239
13256 msgid "show progress meter"
13257 msgstr ""
13258
13259 #: builtin/pack-objects.c:3241
13260 msgid "show progress meter during object writing phase"
13261 msgstr ""
13262
13263 #: builtin/pack-objects.c:3244
13264 msgid "similar to --all-progress when progress meter is shown"
13265 msgstr ""
13266
13267 #: builtin/pack-objects.c:3245
13268 msgid "<version>[,<offset>]"
13269 msgstr ""
13270
13271 #: builtin/pack-objects.c:3246
13272 msgid "write the pack index file in the specified idx format version"
13273 msgstr ""
13274
13275 #: builtin/pack-objects.c:3249
13276 msgid "maximum size of each output pack file"
13277 msgstr ""
13278
13279 #: builtin/pack-objects.c:3251
13280 msgid "ignore borrowed objects from alternate object store"
13281 msgstr ""
13282
13283 #: builtin/pack-objects.c:3253
13284 msgid "ignore packed objects"
13285 msgstr ""
13286
13287 #: builtin/pack-objects.c:3255
13288 msgid "limit pack window by objects"
13289 msgstr ""
13290
13291 #: builtin/pack-objects.c:3257
13292 msgid "limit pack window by memory in addition to object limit"
13293 msgstr ""
13294
13295 #: builtin/pack-objects.c:3259
13296 msgid "maximum length of delta chain allowed in the resulting pack"
13297 msgstr ""
13298
13299 #: builtin/pack-objects.c:3261
13300 msgid "reuse existing deltas"
13301 msgstr ""
13302
13303 #: builtin/pack-objects.c:3263
13304 msgid "reuse existing objects"
13305 msgstr ""
13306
13307 #: builtin/pack-objects.c:3265
13308 msgid "use OFS_DELTA objects"
13309 msgstr ""
13310
13311 #: builtin/pack-objects.c:3267
13312 msgid "use threads when searching for best delta matches"
13313 msgstr ""
13314
13315 #: builtin/pack-objects.c:3269
13316 msgid "do not create an empty pack output"
13317 msgstr ""
13318
13319 #: builtin/pack-objects.c:3271
13320 msgid "read revision arguments from standard input"
13321 msgstr ""
13322
13323 #: builtin/pack-objects.c:3273
13324 msgid "limit the objects to those that are not yet packed"
13325 msgstr ""
13326
13327 #: builtin/pack-objects.c:3276
13328 msgid "include objects reachable from any reference"
13329 msgstr ""
13330
13331 #: builtin/pack-objects.c:3279
13332 msgid "include objects referred by reflog entries"
13333 msgstr ""
13334
13335 #: builtin/pack-objects.c:3282
13336 msgid "include objects referred to by the index"
13337 msgstr ""
13338
13339 #: builtin/pack-objects.c:3285
13340 msgid "output pack to stdout"
13341 msgstr ""
13342
13343 #: builtin/pack-objects.c:3287
13344 msgid "include tag objects that refer to objects to be packed"
13345 msgstr ""
13346
13347 #: builtin/pack-objects.c:3289
13348 msgid "keep unreachable objects"
13349 msgstr ""
13350
13351 #: builtin/pack-objects.c:3291
13352 msgid "pack loose unreachable objects"
13353 msgstr ""
13354
13355 #: builtin/pack-objects.c:3293
13356 msgid "unpack unreachable objects newer than <time>"
13357 msgstr ""
13358
13359 #: builtin/pack-objects.c:3296
13360 msgid "create thin packs"
13361 msgstr ""
13362
13363 #: builtin/pack-objects.c:3298
13364 msgid "create packs suitable for shallow fetches"
13365 msgstr ""
13366
13367 #: builtin/pack-objects.c:3300
13368 msgid "ignore packs that have companion .keep file"
13369 msgstr ""
13370
13371 #: builtin/pack-objects.c:3302
13372 msgid "ignore this pack"
13373 msgstr ""
13374
13375 #: builtin/pack-objects.c:3304
13376 msgid "pack compression level"
13377 msgstr ""
13378
13379 #: builtin/pack-objects.c:3306
13380 msgid "do not hide commits by grafts"
13381 msgstr ""
13382
13383 #: builtin/pack-objects.c:3308
13384 msgid "use a bitmap index if available to speed up counting objects"
13385 msgstr ""
13386
13387 #: builtin/pack-objects.c:3310
13388 msgid "write a bitmap index together with the pack index"
13389 msgstr ""
13390
13391 #: builtin/pack-objects.c:3313
13392 msgid "handling for missing objects"
13393 msgstr ""
13394
13395 #: builtin/pack-objects.c:3316
13396 msgid "do not pack objects in promisor packfiles"
13397 msgstr ""
13398
13399 #: builtin/pack-objects.c:3318
13400 msgid "respect islands during delta compression"
13401 msgstr ""
13402
13403 #: builtin/pack-objects.c:3342
13404 #, c-format
13405 msgid "delta chain depth %d is too deep, forcing %d"
13406 msgstr ""
13407
13408 #: builtin/pack-objects.c:3347
13409 #, c-format
13410 msgid "pack.deltaCacheLimit is too high, forcing %d"
13411 msgstr ""
13412
13413 #: builtin/pack-objects.c:3401
13414 msgid "--max-pack-size cannot be used to build a pack for transfer"
13415 msgstr ""
13416
13417 #: builtin/pack-objects.c:3403
13418 msgid "minimum pack size limit is 1 MiB"
13419 msgstr ""
13420
13421 #: builtin/pack-objects.c:3408
13422 msgid "--thin cannot be used to build an indexable pack"
13423 msgstr ""
13424
13425 #: builtin/pack-objects.c:3411
13426 msgid "--keep-unreachable and --unpack-unreachable are incompatible"
13427 msgstr ""
13428
13429 #: builtin/pack-objects.c:3417
13430 msgid "cannot use --filter without --stdout"
13431 msgstr ""
13432
13433 #: builtin/pack-objects.c:3476
13434 msgid "Enumerating objects"
13435 msgstr ""
13436
13437 #: builtin/pack-objects.c:3495
13438 #, c-format
13439 msgid "Total %<PRIu32> (delta %<PRIu32>), reused %<PRIu32> (delta %<PRIu32>)"
13440 msgstr ""
13441
13442 #: builtin/pack-refs.c:7
13443 msgid "git pack-refs [<options>]"
13444 msgstr ""
13445
13446 #: builtin/pack-refs.c:15
13447 msgid "pack everything"
13448 msgstr ""
13449
13450 #: builtin/pack-refs.c:16
13451 msgid "prune loose refs (default)"
13452 msgstr ""
13453
13454 #: builtin/prune-packed.c:9
13455 msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
13456 msgstr ""
13457
13458 #: builtin/prune-packed.c:42
13459 msgid "Removing duplicate objects"
13460 msgstr ""
13461
13462 #: builtin/prune.c:12
13463 msgid "git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"
13464 msgstr ""
13465
13466 #: builtin/prune.c:109
13467 msgid "report pruned objects"
13468 msgstr ""
13469
13470 #: builtin/prune.c:112
13471 msgid "expire objects older than <time>"
13472 msgstr ""
13473
13474 #: builtin/prune.c:114
13475 msgid "limit traversal to objects outside promisor packfiles"
13476 msgstr ""
13477
13478 #: builtin/prune.c:129
13479 msgid "cannot prune in a precious-objects repo"
13480 msgstr ""
13481
13482 #: builtin/pull.c:60 builtin/pull.c:62
13483 #, c-format
13484 msgid "Invalid value for %s: %s"
13485 msgstr ""
13486
13487 #: builtin/pull.c:82
13488 msgid "git pull [<options>] [<repository> [<refspec>...]]"
13489 msgstr ""
13490
13491 #: builtin/pull.c:133
13492 msgid "control for recursive fetching of submodules"
13493 msgstr ""
13494
13495 #: builtin/pull.c:137
13496 msgid "Options related to merging"
13497 msgstr ""
13498
13499 #: builtin/pull.c:140
13500 msgid "incorporate changes by rebasing rather than merging"
13501 msgstr ""
13502
13503 #: builtin/pull.c:167 builtin/rebase--interactive.c:147 builtin/revert.c:122
13504 msgid "allow fast-forward"
13505 msgstr ""
13506
13507 #: builtin/pull.c:176
13508 msgid "automatically stash/stash pop before and after rebase"
13509 msgstr ""
13510
13511 #: builtin/pull.c:192
13512 msgid "Options related to fetching"
13513 msgstr ""
13514
13515 #: builtin/pull.c:202
13516 msgid "force overwrite of local branch"
13517 msgstr ""
13518
13519 #: builtin/pull.c:210
13520 msgid "number of submodules pulled in parallel"
13521 msgstr ""
13522
13523 #: builtin/pull.c:305
13524 #, c-format
13525 msgid "Invalid value for pull.ff: %s"
13526 msgstr ""
13527
13528 #: builtin/pull.c:421
13529 msgid ""
13530 "There is no candidate for rebasing against among the refs that you just "
13531 "fetched."
13532 msgstr ""
13533
13534 #: builtin/pull.c:423
13535 msgid ""
13536 "There are no candidates for merging among the refs that you just fetched."
13537 msgstr ""
13538
13539 #: builtin/pull.c:424
13540 msgid ""
13541 "Generally this means that you provided a wildcard refspec which had no\n"
13542 "matches on the remote end."
13543 msgstr ""
13544
13545 #: builtin/pull.c:427
13546 #, c-format
13547 msgid ""
13548 "You asked to pull from the remote '%s', but did not specify\n"
13549 "a branch. Because this is not the default configured remote\n"
13550 "for your current branch, you must specify a branch on the command line."
13551 msgstr ""
13552
13553 #: builtin/pull.c:432 builtin/rebase.c:761 git-parse-remote.sh:73
13554 msgid "You are not currently on a branch."
13555 msgstr ""
13556
13557 #: builtin/pull.c:434 builtin/pull.c:449 git-parse-remote.sh:79
13558 msgid "Please specify which branch you want to rebase against."
13559 msgstr ""
13560
13561 #: builtin/pull.c:436 builtin/pull.c:451 git-parse-remote.sh:82
13562 msgid "Please specify which branch you want to merge with."
13563 msgstr ""
13564
13565 #: builtin/pull.c:437 builtin/pull.c:452
13566 msgid "See git-pull(1) for details."
13567 msgstr ""
13568
13569 #: builtin/pull.c:439 builtin/pull.c:445 builtin/pull.c:454
13570 #: builtin/rebase.c:767 git-parse-remote.sh:64
13571 msgid "<remote>"
13572 msgstr ""
13573
13574 #: builtin/pull.c:439 builtin/pull.c:454 builtin/pull.c:459
13575 #: git-legacy-rebase.sh:556 git-parse-remote.sh:65
13576 msgid "<branch>"
13577 msgstr ""
13578
13579 #: builtin/pull.c:447 builtin/rebase.c:759 git-parse-remote.sh:75
13580 msgid "There is no tracking information for the current branch."
13581 msgstr ""
13582
13583 #: builtin/pull.c:456 git-parse-remote.sh:95
13584 msgid ""
13585 "If you wish to set tracking information for this branch you can do so with:"
13586 msgstr ""
13587
13588 #: builtin/pull.c:461
13589 #, c-format
13590 msgid ""
13591 "Your configuration specifies to merge with the ref '%s'\n"
13592 "from the remote, but no such ref was fetched."
13593 msgstr ""
13594
13595 #: builtin/pull.c:565
13596 #, c-format
13597 msgid "unable to access commit %s"
13598 msgstr ""
13599
13600 #: builtin/pull.c:843
13601 msgid "ignoring --verify-signatures for rebase"
13602 msgstr ""
13603
13604 #: builtin/pull.c:891
13605 msgid "--[no-]autostash option is only valid with --rebase."
13606 msgstr ""
13607
13608 #: builtin/pull.c:899
13609 msgid "Updating an unborn branch with changes added to the index."
13610 msgstr ""
13611
13612 #: builtin/pull.c:902
13613 msgid "pull with rebase"
13614 msgstr ""
13615
13616 #: builtin/pull.c:903
13617 msgid "please commit or stash them."
13618 msgstr ""
13619
13620 #: builtin/pull.c:928
13621 #, c-format
13622 msgid ""
13623 "fetch updated the current branch head.\n"
13624 "fast-forwarding your working tree from\n"
13625 "commit %s."
13626 msgstr ""
13627
13628 #: builtin/pull.c:934
13629 #, c-format
13630 msgid ""
13631 "Cannot fast-forward your working tree.\n"
13632 "After making sure that you saved anything precious from\n"
13633 "$ git diff %s\n"
13634 "output, run\n"
13635 "$ git reset --hard\n"
13636 "to recover."
13637 msgstr ""
13638
13639 #: builtin/pull.c:949
13640 msgid "Cannot merge multiple branches into empty head."
13641 msgstr ""
13642
13643 #: builtin/pull.c:953
13644 msgid "Cannot rebase onto multiple branches."
13645 msgstr ""
13646
13647 #: builtin/pull.c:960
13648 msgid "cannot rebase with locally recorded submodule modifications"
13649 msgstr ""
13650
13651 #: builtin/push.c:19
13652 msgid "git push [<options>] [<repository> [<refspec>...]]"
13653 msgstr ""
13654
13655 #: builtin/push.c:111
13656 msgid "tag shorthand without <tag>"
13657 msgstr ""
13658
13659 #: builtin/push.c:121
13660 msgid "--delete only accepts plain target ref names"
13661 msgstr ""
13662
13663 #: builtin/push.c:165
13664 msgid ""
13665 "\n"
13666 "To choose either option permanently, see push.default in 'git help config'."
13667 msgstr ""
13668
13669 #: builtin/push.c:168
13670 #, c-format
13671 msgid ""
13672 "The upstream branch of your current branch does not match\n"
13673 "the name of your current branch.  To push to the upstream branch\n"
13674 "on the remote, use\n"
13675 "\n"
13676 "    git push %s HEAD:%s\n"
13677 "\n"
13678 "To push to the branch of the same name on the remote, use\n"
13679 "\n"
13680 "    git push %s HEAD\n"
13681 "%s"
13682 msgstr ""
13683
13684 #: builtin/push.c:183
13685 #, c-format
13686 msgid ""
13687 "You are not currently on a branch.\n"
13688 "To push the history leading to the current (detached HEAD)\n"
13689 "state now, use\n"
13690 "\n"
13691 "    git push %s HEAD:<name-of-remote-branch>\n"
13692 msgstr ""
13693
13694 #: builtin/push.c:197
13695 #, c-format
13696 msgid ""
13697 "The current branch %s has no upstream branch.\n"
13698 "To push the current branch and set the remote as upstream, use\n"
13699 "\n"
13700 "    git push --set-upstream %s %s\n"
13701 msgstr ""
13702
13703 #: builtin/push.c:205
13704 #, c-format
13705 msgid "The current branch %s has multiple upstream branches, refusing to push."
13706 msgstr ""
13707
13708 #: builtin/push.c:208
13709 #, c-format
13710 msgid ""
13711 "You are pushing to remote '%s', which is not the upstream of\n"
13712 "your current branch '%s', without telling me what to push\n"
13713 "to update which remote branch."
13714 msgstr ""
13715
13716 #: builtin/push.c:267
13717 msgid ""
13718 "You didn't specify any refspecs to push, and push.default is \"nothing\"."
13719 msgstr ""
13720
13721 #: builtin/push.c:274
13722 msgid ""
13723 "Updates were rejected because the tip of your current branch is behind\n"
13724 "its remote counterpart. Integrate the remote changes (e.g.\n"
13725 "'git pull ...') before pushing again.\n"
13726 "See the 'Note about fast-forwards' in 'git push --help' for details."
13727 msgstr ""
13728
13729 #: builtin/push.c:280
13730 msgid ""
13731 "Updates were rejected because a pushed branch tip is behind its remote\n"
13732 "counterpart. Check out this branch and integrate the remote changes\n"
13733 "(e.g. 'git pull ...') before pushing again.\n"
13734 "See the 'Note about fast-forwards' in 'git push --help' for details."
13735 msgstr ""
13736
13737 #: builtin/push.c:286
13738 msgid ""
13739 "Updates were rejected because the remote contains work that you do\n"
13740 "not have locally. This is usually caused by another repository pushing\n"
13741 "to the same ref. You may want to first integrate the remote changes\n"
13742 "(e.g., 'git pull ...') before pushing again.\n"
13743 "See the 'Note about fast-forwards' in 'git push --help' for details."
13744 msgstr ""
13745
13746 #: builtin/push.c:293
13747 msgid "Updates were rejected because the tag already exists in the remote."
13748 msgstr ""
13749
13750 #: builtin/push.c:296
13751 msgid ""
13752 "You cannot update a remote ref that points at a non-commit object,\n"
13753 "or update a remote ref to make it point at a non-commit object,\n"
13754 "without using the '--force' option.\n"
13755 msgstr ""
13756
13757 #: builtin/push.c:357
13758 #, c-format
13759 msgid "Pushing to %s\n"
13760 msgstr ""
13761
13762 #: builtin/push.c:361
13763 #, c-format
13764 msgid "failed to push some refs to '%s'"
13765 msgstr ""
13766
13767 #: builtin/push.c:395
13768 #, c-format
13769 msgid "bad repository '%s'"
13770 msgstr ""
13771
13772 #: builtin/push.c:396
13773 msgid ""
13774 "No configured push destination.\n"
13775 "Either specify the URL from the command-line or configure a remote "
13776 "repository using\n"
13777 "\n"
13778 "    git remote add <name> <url>\n"
13779 "\n"
13780 "and then push using the remote name\n"
13781 "\n"
13782 "    git push <name>\n"
13783 msgstr ""
13784
13785 #: builtin/push.c:551
13786 msgid "repository"
13787 msgstr ""
13788
13789 #: builtin/push.c:552 builtin/send-pack.c:164
13790 msgid "push all refs"
13791 msgstr ""
13792
13793 #: builtin/push.c:553 builtin/send-pack.c:166
13794 msgid "mirror all refs"
13795 msgstr ""
13796
13797 #: builtin/push.c:555
13798 msgid "delete refs"
13799 msgstr ""
13800
13801 #: builtin/push.c:556
13802 msgid "push tags (can't be used with --all or --mirror)"
13803 msgstr ""
13804
13805 #: builtin/push.c:559 builtin/send-pack.c:167
13806 msgid "force updates"
13807 msgstr ""
13808
13809 #: builtin/push.c:561 builtin/send-pack.c:181
13810 msgid "<refname>:<expect>"
13811 msgstr ""
13812
13813 #: builtin/push.c:562 builtin/send-pack.c:182
13814 msgid "require old value of ref to be at this value"
13815 msgstr ""
13816
13817 #: builtin/push.c:565
13818 msgid "control recursive pushing of submodules"
13819 msgstr ""
13820
13821 #: builtin/push.c:567 builtin/send-pack.c:175
13822 msgid "use thin pack"
13823 msgstr ""
13824
13825 #: builtin/push.c:568 builtin/push.c:569 builtin/send-pack.c:161
13826 #: builtin/send-pack.c:162
13827 msgid "receive pack program"
13828 msgstr ""
13829
13830 #: builtin/push.c:570
13831 msgid "set upstream for git pull/status"
13832 msgstr ""
13833
13834 #: builtin/push.c:573
13835 msgid "prune locally removed refs"
13836 msgstr ""
13837
13838 #: builtin/push.c:575
13839 msgid "bypass pre-push hook"
13840 msgstr ""
13841
13842 #: builtin/push.c:576
13843 msgid "push missing but relevant tags"
13844 msgstr ""
13845
13846 #: builtin/push.c:579 builtin/send-pack.c:169
13847 msgid "GPG sign the push"
13848 msgstr ""
13849
13850 #: builtin/push.c:581 builtin/send-pack.c:176
13851 msgid "request atomic transaction on remote side"
13852 msgstr ""
13853
13854 #: builtin/push.c:599
13855 msgid "--delete is incompatible with --all, --mirror and --tags"
13856 msgstr ""
13857
13858 #: builtin/push.c:601
13859 msgid "--delete doesn't make sense without any refs"
13860 msgstr ""
13861
13862 #: builtin/push.c:604
13863 msgid "--all and --tags are incompatible"
13864 msgstr ""
13865
13866 #: builtin/push.c:606
13867 msgid "--all can't be combined with refspecs"
13868 msgstr ""
13869
13870 #: builtin/push.c:610
13871 msgid "--mirror and --tags are incompatible"
13872 msgstr ""
13873
13874 #: builtin/push.c:612
13875 msgid "--mirror can't be combined with refspecs"
13876 msgstr ""
13877
13878 #: builtin/push.c:615
13879 msgid "--all and --mirror are incompatible"
13880 msgstr ""
13881
13882 #: builtin/push.c:634
13883 msgid "push options must not have new line characters"
13884 msgstr ""
13885
13886 #: builtin/range-diff.c:8
13887 msgid "git range-diff [<options>] <old-base>..<old-tip> <new-base>..<new-tip>"
13888 msgstr ""
13889
13890 #: builtin/range-diff.c:9
13891 msgid "git range-diff [<options>] <old-tip>...<new-tip>"
13892 msgstr ""
13893
13894 #: builtin/range-diff.c:10
13895 msgid "git range-diff [<options>] <base> <old-tip> <new-tip>"
13896 msgstr ""
13897
13898 #: builtin/range-diff.c:21
13899 msgid "Percentage by which creation is weighted"
13900 msgstr ""
13901
13902 #: builtin/range-diff.c:23
13903 msgid "use simple diff colors"
13904 msgstr ""
13905
13906 #: builtin/range-diff.c:61 builtin/range-diff.c:65
13907 #, c-format
13908 msgid "no .. in range: '%s'"
13909 msgstr ""
13910
13911 #: builtin/range-diff.c:75
13912 msgid "single arg format must be symmetric range"
13913 msgstr ""
13914
13915 #: builtin/range-diff.c:90
13916 msgid "need two commit ranges"
13917 msgstr ""
13918
13919 #: builtin/read-tree.c:40
13920 msgid ""
13921 "git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
13922 "[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
13923 "index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
13924 msgstr ""
13925
13926 #: builtin/read-tree.c:123
13927 msgid "write resulting index to <file>"
13928 msgstr ""
13929
13930 #: builtin/read-tree.c:126
13931 msgid "only empty the index"
13932 msgstr ""
13933
13934 #: builtin/read-tree.c:128
13935 msgid "Merging"
13936 msgstr ""
13937
13938 #: builtin/read-tree.c:130
13939 msgid "perform a merge in addition to a read"
13940 msgstr ""
13941
13942 #: builtin/read-tree.c:132
13943 msgid "3-way merge if no file level merging required"
13944 msgstr ""
13945
13946 #: builtin/read-tree.c:134
13947 msgid "3-way merge in presence of adds and removes"
13948 msgstr ""
13949
13950 #: builtin/read-tree.c:136
13951 msgid "same as -m, but discard unmerged entries"
13952 msgstr ""
13953
13954 #: builtin/read-tree.c:137
13955 msgid "<subdirectory>/"
13956 msgstr ""
13957
13958 #: builtin/read-tree.c:138
13959 msgid "read the tree into the index under <subdirectory>/"
13960 msgstr ""
13961
13962 #: builtin/read-tree.c:141
13963 msgid "update working tree with merge result"
13964 msgstr ""
13965
13966 #: builtin/read-tree.c:143
13967 msgid "gitignore"
13968 msgstr ""
13969
13970 #: builtin/read-tree.c:144
13971 msgid "allow explicitly ignored files to be overwritten"
13972 msgstr ""
13973
13974 #: builtin/read-tree.c:147
13975 msgid "don't check the working tree after merging"
13976 msgstr ""
13977
13978 #: builtin/read-tree.c:148
13979 msgid "don't update the index or the work tree"
13980 msgstr ""
13981
13982 #: builtin/read-tree.c:150
13983 msgid "skip applying sparse checkout filter"
13984 msgstr ""
13985
13986 #: builtin/read-tree.c:152
13987 msgid "debug unpack-trees"
13988 msgstr ""
13989
13990 #: builtin/rebase.c:29
13991 msgid ""
13992 "git rebase [-i] [options] [--exec <cmd>] [--onto <newbase>] [<upstream>] "
13993 "[<branch>]"
13994 msgstr ""
13995
13996 #: builtin/rebase.c:31
13997 msgid ""
13998 "git rebase [-i] [options] [--exec <cmd>] [--onto <newbase>] --root [<branch>]"
13999 msgstr ""
14000
14001 #: builtin/rebase.c:33
14002 msgid "git rebase --continue | --abort | --skip | --edit-todo"
14003 msgstr ""
14004
14005 #: builtin/rebase.c:119
14006 #, c-format
14007 msgid "%s requires an interactive rebase"
14008 msgstr ""
14009
14010 #: builtin/rebase.c:171
14011 #, c-format
14012 msgid "could not get 'onto': '%s'"
14013 msgstr ""
14014
14015 #: builtin/rebase.c:186
14016 #, c-format
14017 msgid "invalid orig-head: '%s'"
14018 msgstr ""
14019
14020 #: builtin/rebase.c:214
14021 #, c-format
14022 msgid "ignoring invalid allow_rerere_autoupdate: '%s'"
14023 msgstr ""
14024
14025 #: builtin/rebase.c:259
14026 #, c-format
14027 msgid "Could not read '%s'"
14028 msgstr ""
14029
14030 #: builtin/rebase.c:277
14031 #, c-format
14032 msgid "Cannot store %s"
14033 msgstr ""
14034
14035 #: builtin/rebase.c:337
14036 msgid ""
14037 "Resolve all conflicts manually, mark them as resolved with\n"
14038 "\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"
14039 "You can instead skip this commit: run \"git rebase --skip\".\n"
14040 "To abort and get back to the state before \"git rebase\", run \"git rebase --"
14041 "abort\"."
14042 msgstr ""
14043
14044 #: builtin/rebase.c:561
14045 msgid "could not determine HEAD revision"
14046 msgstr ""
14047
14048 #: builtin/rebase.c:753
14049 #, c-format
14050 msgid ""
14051 "%s\n"
14052 "Please specify which branch you want to rebase against.\n"
14053 "See git-rebase(1) for details.\n"
14054 "\n"
14055 "    git rebase '<branch>'\n"
14056 "\n"
14057 msgstr ""
14058
14059 #: builtin/rebase.c:769
14060 #, c-format
14061 msgid ""
14062 "If you wish to set tracking information for this branch you can do so with:\n"
14063 "\n"
14064 "    git branch --set-upstream-to=%s/<branch> %s\n"
14065 "\n"
14066 msgstr ""
14067
14068 #: builtin/rebase.c:832
14069 msgid "rebase onto given branch instead of upstream"
14070 msgstr ""
14071
14072 #: builtin/rebase.c:834
14073 msgid "allow pre-rebase hook to run"
14074 msgstr ""
14075
14076 #: builtin/rebase.c:836
14077 msgid "be quiet. implies --no-stat"
14078 msgstr ""
14079
14080 #: builtin/rebase.c:839
14081 msgid "display a diffstat of what changed upstream"
14082 msgstr ""
14083
14084 #: builtin/rebase.c:842
14085 msgid "do not show diffstat of what changed upstream"
14086 msgstr ""
14087
14088 #: builtin/rebase.c:845
14089 msgid "add a Signed-off-by: line to each commit"
14090 msgstr ""
14091
14092 #: builtin/rebase.c:847 builtin/rebase.c:851 builtin/rebase.c:853
14093 msgid "passed to 'git am'"
14094 msgstr ""
14095
14096 #: builtin/rebase.c:855 builtin/rebase.c:857
14097 msgid "passed to 'git apply'"
14098 msgstr ""
14099
14100 #: builtin/rebase.c:859 builtin/rebase.c:862
14101 msgid "cherry-pick all commits, even if unchanged"
14102 msgstr ""
14103
14104 #: builtin/rebase.c:864
14105 msgid "continue"
14106 msgstr ""
14107
14108 #: builtin/rebase.c:867
14109 msgid "skip current patch and continue"
14110 msgstr ""
14111
14112 #: builtin/rebase.c:869
14113 msgid "abort and check out the original branch"
14114 msgstr ""
14115
14116 #: builtin/rebase.c:872
14117 msgid "abort but keep HEAD where it is"
14118 msgstr ""
14119
14120 #: builtin/rebase.c:873
14121 msgid "edit the todo list during an interactive rebase"
14122 msgstr ""
14123
14124 #: builtin/rebase.c:876
14125 msgid "show the patch file being applied or merged"
14126 msgstr ""
14127
14128 #: builtin/rebase.c:879
14129 msgid "use merging strategies to rebase"
14130 msgstr ""
14131
14132 #: builtin/rebase.c:883
14133 msgid "let the user edit the list of commits to rebase"
14134 msgstr ""
14135
14136 #: builtin/rebase.c:887
14137 msgid "try to recreate merges instead of ignoring them"
14138 msgstr ""
14139
14140 #: builtin/rebase.c:891
14141 msgid "allow rerere to update index with resolved conflict"
14142 msgstr ""
14143
14144 #: builtin/rebase.c:894
14145 msgid "preserve empty commits during rebase"
14146 msgstr ""
14147
14148 #: builtin/rebase.c:896
14149 msgid "move commits that begin with squash!/fixup! under -i"
14150 msgstr ""
14151
14152 #: builtin/rebase.c:902
14153 msgid "automatically stash/stash pop before and after"
14154 msgstr ""
14155
14156 #: builtin/rebase.c:904
14157 msgid "add exec lines after each commit of the editable list"
14158 msgstr ""
14159
14160 #: builtin/rebase.c:908
14161 msgid "allow rebasing commits with empty messages"
14162 msgstr ""
14163
14164 #: builtin/rebase.c:911
14165 msgid "try to rebase merges instead of skipping them"
14166 msgstr ""
14167
14168 #: builtin/rebase.c:914
14169 msgid "use 'merge-base --fork-point' to refine upstream"
14170 msgstr ""
14171
14172 #: builtin/rebase.c:916
14173 msgid "use the given merge strategy"
14174 msgstr ""
14175
14176 #: builtin/rebase.c:918 builtin/revert.c:111
14177 msgid "option"
14178 msgstr ""
14179
14180 #: builtin/rebase.c:919
14181 msgid "pass the argument through to the merge strategy"
14182 msgstr ""
14183
14184 #: builtin/rebase.c:922
14185 msgid "rebase all reachable commits up to the root(s)"
14186 msgstr ""
14187
14188 #: builtin/rebase.c:938
14189 #, c-format
14190 msgid "could not exec %s"
14191 msgstr ""
14192
14193 #: builtin/rebase.c:956 git-legacy-rebase.sh:213
14194 msgid "It looks like 'git am' is in progress. Cannot rebase."
14195 msgstr ""
14196
14197 #: builtin/rebase.c:997 git-legacy-rebase.sh:395
14198 msgid "No rebase in progress?"
14199 msgstr ""
14200
14201 #: builtin/rebase.c:1001 git-legacy-rebase.sh:406
14202 msgid "The --edit-todo action can only be used during interactive rebase."
14203 msgstr ""
14204
14205 #: builtin/rebase.c:1015 git-legacy-rebase.sh:413
14206 msgid "Cannot read HEAD"
14207 msgstr ""
14208
14209 #: builtin/rebase.c:1028 git-legacy-rebase.sh:416
14210 msgid ""
14211 "You must edit all merge conflicts and then\n"
14212 "mark them as resolved using git add"
14213 msgstr ""
14214
14215 #: builtin/rebase.c:1047
14216 msgid "could not discard worktree changes"
14217 msgstr ""
14218
14219 #: builtin/rebase.c:1066
14220 #, c-format
14221 msgid "could not move back to %s"
14222 msgstr ""
14223
14224 #: builtin/rebase.c:1077 builtin/rm.c:368
14225 #, c-format
14226 msgid "could not remove '%s'"
14227 msgstr ""
14228
14229 #: builtin/rebase.c:1103
14230 #, c-format
14231 msgid ""
14232 "It seems that there is already a %s directory, and\n"
14233 "I wonder if you are in the middle of another rebase.  If that is the\n"
14234 "case, please try\n"
14235 "\t%s\n"
14236 "If that is not the case, please\n"
14237 "\t%s\n"
14238 "and run me again.  I am stopping in case you still have something\n"
14239 "valuable there.\n"
14240 msgstr ""
14241
14242 #: builtin/rebase.c:1124
14243 msgid "switch `C' expects a numerical value"
14244 msgstr ""
14245
14246 #: builtin/rebase.c:1161
14247 #, c-format
14248 msgid "Unknown mode: %s"
14249 msgstr ""
14250
14251 #: builtin/rebase.c:1183
14252 msgid "--strategy requires --merge or --interactive"
14253 msgstr ""
14254
14255 #: builtin/rebase.c:1226
14256 #, c-format
14257 msgid ""
14258 "error: cannot combine interactive options (--interactive, --exec, --rebase-"
14259 "merges, --preserve-merges, --keep-empty, --root + --onto) with am options "
14260 "(%s)"
14261 msgstr ""
14262
14263 #: builtin/rebase.c:1231
14264 #, c-format
14265 msgid ""
14266 "error: cannot combine merge options (--merge, --strategy, --strategy-option) "
14267 "with am options (%s)"
14268 msgstr ""
14269
14270 #: builtin/rebase.c:1251 git-legacy-rebase.sh:536
14271 msgid "error: cannot combine '--preserve-merges' with '--rebase-merges'"
14272 msgstr ""
14273
14274 #: builtin/rebase.c:1256 git-legacy-rebase.sh:542
14275 msgid "error: cannot combine '--rebase-merges' with '--strategy-option'"
14276 msgstr ""
14277
14278 #: builtin/rebase.c:1259 git-legacy-rebase.sh:544
14279 msgid "error: cannot combine '--rebase-merges' with '--strategy'"
14280 msgstr ""
14281
14282 #: builtin/rebase.c:1283
14283 #, c-format
14284 msgid "invalid upstream '%s'"
14285 msgstr ""
14286
14287 #: builtin/rebase.c:1289
14288 msgid "Could not create new root commit"
14289 msgstr ""
14290
14291 #: builtin/rebase.c:1307
14292 #, c-format
14293 msgid "'%s': need exactly one merge base"
14294 msgstr ""
14295
14296 #: builtin/rebase.c:1314
14297 #, c-format
14298 msgid "Does not point to a valid commit '%s'"
14299 msgstr ""
14300
14301 #: builtin/rebase.c:1339
14302 #, c-format
14303 msgid "fatal: no such branch/commit '%s'"
14304 msgstr ""
14305
14306 #: builtin/rebase.c:1347 builtin/submodule--helper.c:37
14307 #: builtin/submodule--helper.c:1930
14308 #, c-format
14309 msgid "No such ref: %s"
14310 msgstr ""
14311
14312 #: builtin/rebase.c:1359
14313 msgid "Could not resolve HEAD to a revision"
14314 msgstr ""
14315
14316 #: builtin/rebase.c:1399 git-legacy-rebase.sh:665
14317 msgid "Cannot autostash"
14318 msgstr ""
14319
14320 #: builtin/rebase.c:1402
14321 #, c-format
14322 msgid "Unexpected stash response: '%s'"
14323 msgstr ""
14324
14325 #: builtin/rebase.c:1408
14326 #, c-format
14327 msgid "Could not create directory for '%s'"
14328 msgstr ""
14329
14330 #: builtin/rebase.c:1411
14331 #, c-format
14332 msgid "Created autostash: %s\n"
14333 msgstr ""
14334
14335 #: builtin/rebase.c:1414
14336 msgid "could not reset --hard"
14337 msgstr ""
14338
14339 #: builtin/rebase.c:1415 builtin/reset.c:113
14340 #, c-format
14341 msgid "HEAD is now at %s"
14342 msgstr ""
14343
14344 #: builtin/rebase.c:1431 git-legacy-rebase.sh:674
14345 msgid "Please commit or stash them."
14346 msgstr ""
14347
14348 #: builtin/rebase.c:1458
14349 #, c-format
14350 msgid "could not parse '%s'"
14351 msgstr ""
14352
14353 #: builtin/rebase.c:1470
14354 #, c-format
14355 msgid "could not switch to %s"
14356 msgstr ""
14357
14358 #: builtin/rebase.c:1481 git-legacy-rebase.sh:697
14359 #, sh-format
14360 msgid "HEAD is up to date."
14361 msgstr ""
14362
14363 #: builtin/rebase.c:1483
14364 #, c-format
14365 msgid "Current branch %s is up to date.\n"
14366 msgstr ""
14367
14368 #: builtin/rebase.c:1491 git-legacy-rebase.sh:707
14369 #, sh-format
14370 msgid "HEAD is up to date, rebase forced."
14371 msgstr ""
14372
14373 #: builtin/rebase.c:1493
14374 #, c-format
14375 msgid "Current branch %s is up to date, rebase forced.\n"
14376 msgstr ""
14377
14378 #: builtin/rebase.c:1501 git-legacy-rebase.sh:208
14379 msgid "The pre-rebase hook refused to rebase."
14380 msgstr ""
14381
14382 #: builtin/rebase.c:1508
14383 #, c-format
14384 msgid "Changes to %s:\n"
14385 msgstr ""
14386
14387 #: builtin/rebase.c:1511
14388 #, c-format
14389 msgid "Changes from %s to %s:\n"
14390 msgstr ""
14391
14392 #: builtin/rebase.c:1536
14393 #, c-format
14394 msgid "First, rewinding head to replay your work on top of it...\n"
14395 msgstr ""
14396
14397 #: builtin/rebase.c:1543
14398 msgid "Could not detach HEAD"
14399 msgstr ""
14400
14401 #: builtin/rebase.c:1552
14402 #, c-format
14403 msgid "Fast-forwarded %s to %s.\n"
14404 msgstr ""
14405
14406 #: builtin/rebase--interactive.c:24
14407 msgid "no HEAD?"
14408 msgstr ""
14409
14410 #: builtin/rebase--interactive.c:51
14411 #, c-format
14412 msgid "could not create temporary %s"
14413 msgstr ""
14414
14415 #: builtin/rebase--interactive.c:57
14416 msgid "could not mark as interactive"
14417 msgstr ""
14418
14419 #: builtin/rebase--interactive.c:101
14420 #, c-format
14421 msgid "could not open %s"
14422 msgstr ""
14423
14424 #: builtin/rebase--interactive.c:114
14425 msgid "could not generate todo list"
14426 msgstr ""
14427
14428 #: builtin/rebase--interactive.c:129
14429 msgid "git rebase--interactive [<options>]"
14430 msgstr ""
14431
14432 #: builtin/rebase--interactive.c:148
14433 msgid "keep empty commits"
14434 msgstr ""
14435
14436 #: builtin/rebase--interactive.c:150 builtin/revert.c:124
14437 msgid "allow commits with empty messages"
14438 msgstr ""
14439
14440 #: builtin/rebase--interactive.c:151
14441 msgid "rebase merge commits"
14442 msgstr ""
14443
14444 #: builtin/rebase--interactive.c:153
14445 msgid "keep original branch points of cousins"
14446 msgstr ""
14447
14448 #: builtin/rebase--interactive.c:155
14449 msgid "move commits that begin with squash!/fixup!"
14450 msgstr ""
14451
14452 #: builtin/rebase--interactive.c:156
14453 msgid "sign commits"
14454 msgstr ""
14455
14456 #: builtin/rebase--interactive.c:158
14457 msgid "continue rebase"
14458 msgstr ""
14459
14460 #: builtin/rebase--interactive.c:160
14461 msgid "skip commit"
14462 msgstr ""
14463
14464 #: builtin/rebase--interactive.c:161
14465 msgid "edit the todo list"
14466 msgstr ""
14467
14468 #: builtin/rebase--interactive.c:163
14469 msgid "show the current patch"
14470 msgstr ""
14471
14472 #: builtin/rebase--interactive.c:166
14473 msgid "shorten commit ids in the todo list"
14474 msgstr ""
14475
14476 #: builtin/rebase--interactive.c:168
14477 msgid "expand commit ids in the todo list"
14478 msgstr ""
14479
14480 #: builtin/rebase--interactive.c:170
14481 msgid "check the todo list"
14482 msgstr ""
14483
14484 #: builtin/rebase--interactive.c:172
14485 msgid "rearrange fixup/squash lines"
14486 msgstr ""
14487
14488 #: builtin/rebase--interactive.c:174
14489 msgid "insert exec commands in todo list"
14490 msgstr ""
14491
14492 #: builtin/rebase--interactive.c:175
14493 msgid "onto"
14494 msgstr ""
14495
14496 #: builtin/rebase--interactive.c:177
14497 msgid "restrict-revision"
14498 msgstr ""
14499
14500 #: builtin/rebase--interactive.c:177
14501 msgid "restrict revision"
14502 msgstr ""
14503
14504 #: builtin/rebase--interactive.c:178
14505 msgid "squash-onto"
14506 msgstr ""
14507
14508 #: builtin/rebase--interactive.c:179
14509 msgid "squash onto"
14510 msgstr ""
14511
14512 #: builtin/rebase--interactive.c:181
14513 msgid "the upstream commit"
14514 msgstr ""
14515
14516 #: builtin/rebase--interactive.c:182
14517 msgid "head-name"
14518 msgstr ""
14519
14520 #: builtin/rebase--interactive.c:182
14521 msgid "head name"
14522 msgstr ""
14523
14524 #: builtin/rebase--interactive.c:187
14525 msgid "rebase strategy"
14526 msgstr ""
14527
14528 #: builtin/rebase--interactive.c:188
14529 msgid "strategy-opts"
14530 msgstr ""
14531
14532 #: builtin/rebase--interactive.c:189
14533 msgid "strategy options"
14534 msgstr ""
14535
14536 #: builtin/rebase--interactive.c:190
14537 msgid "switch-to"
14538 msgstr ""
14539
14540 #: builtin/rebase--interactive.c:191
14541 msgid "the branch or commit to checkout"
14542 msgstr ""
14543
14544 #: builtin/rebase--interactive.c:192
14545 msgid "onto-name"
14546 msgstr ""
14547
14548 #: builtin/rebase--interactive.c:192
14549 msgid "onto name"
14550 msgstr ""
14551
14552 #: builtin/rebase--interactive.c:193
14553 msgid "cmd"
14554 msgstr ""
14555
14556 #: builtin/rebase--interactive.c:193
14557 msgid "the command to run"
14558 msgstr ""
14559
14560 #: builtin/rebase--interactive.c:220
14561 msgid "--[no-]rebase-cousins has no effect without --rebase-merges"
14562 msgstr ""
14563
14564 #: builtin/rebase--interactive.c:226
14565 msgid "a base commit must be provided with --upstream or --onto"
14566 msgstr ""
14567
14568 #: builtin/receive-pack.c:33
14569 msgid "git receive-pack <git-dir>"
14570 msgstr ""
14571
14572 #: builtin/receive-pack.c:830
14573 msgid ""
14574 "By default, updating the current branch in a non-bare repository\n"
14575 "is denied, because it will make the index and work tree inconsistent\n"
14576 "with what you pushed, and will require 'git reset --hard' to match\n"
14577 "the work tree to HEAD.\n"
14578 "\n"
14579 "You can set the 'receive.denyCurrentBranch' configuration variable\n"
14580 "to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
14581 "its current branch; however, this is not recommended unless you\n"
14582 "arranged to update its work tree to match what you pushed in some\n"
14583 "other way.\n"
14584 "\n"
14585 "To squelch this message and still keep the default behaviour, set\n"
14586 "'receive.denyCurrentBranch' configuration variable to 'refuse'."
14587 msgstr ""
14588
14589 #: builtin/receive-pack.c:850
14590 msgid ""
14591 "By default, deleting the current branch is denied, because the next\n"
14592 "'git clone' won't result in any file checked out, causing confusion.\n"
14593 "\n"
14594 "You can set 'receive.denyDeleteCurrent' configuration variable to\n"
14595 "'warn' or 'ignore' in the remote repository to allow deleting the\n"
14596 "current branch, with or without a warning message.\n"
14597 "\n"
14598 "To squelch this message, you can set it to 'refuse'."
14599 msgstr ""
14600
14601 #: builtin/receive-pack.c:1929
14602 msgid "quiet"
14603 msgstr ""
14604
14605 #: builtin/receive-pack.c:1943
14606 msgid "You must specify a directory."
14607 msgstr ""
14608
14609 #: builtin/reflog.c:563 builtin/reflog.c:568
14610 #, c-format
14611 msgid "'%s' is not a valid timestamp"
14612 msgstr ""
14613
14614 #: builtin/remote.c:16
14615 msgid "git remote [-v | --verbose]"
14616 msgstr ""
14617
14618 #: builtin/remote.c:17
14619 msgid ""
14620 "git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
14621 "mirror=<fetch|push>] <name> <url>"
14622 msgstr ""
14623
14624 #: builtin/remote.c:18 builtin/remote.c:38
14625 msgid "git remote rename <old> <new>"
14626 msgstr ""
14627
14628 #: builtin/remote.c:19 builtin/remote.c:43
14629 msgid "git remote remove <name>"
14630 msgstr ""
14631
14632 #: builtin/remote.c:20 builtin/remote.c:48
14633 msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
14634 msgstr ""
14635
14636 #: builtin/remote.c:21
14637 msgid "git remote [-v | --verbose] show [-n] <name>"
14638 msgstr ""
14639
14640 #: builtin/remote.c:22
14641 msgid "git remote prune [-n | --dry-run] <name>"
14642 msgstr ""
14643
14644 #: builtin/remote.c:23
14645 msgid ""
14646 "git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
14647 msgstr ""
14648
14649 #: builtin/remote.c:24
14650 msgid "git remote set-branches [--add] <name> <branch>..."
14651 msgstr ""
14652
14653 #: builtin/remote.c:25 builtin/remote.c:74
14654 msgid "git remote get-url [--push] [--all] <name>"
14655 msgstr ""
14656
14657 #: builtin/remote.c:26 builtin/remote.c:79
14658 msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
14659 msgstr ""
14660
14661 #: builtin/remote.c:27 builtin/remote.c:80
14662 msgid "git remote set-url --add <name> <newurl>"
14663 msgstr ""
14664
14665 #: builtin/remote.c:28 builtin/remote.c:81
14666 msgid "git remote set-url --delete <name> <url>"
14667 msgstr ""
14668
14669 #: builtin/remote.c:33
14670 msgid "git remote add [<options>] <name> <url>"
14671 msgstr ""
14672
14673 #: builtin/remote.c:53
14674 msgid "git remote set-branches <name> <branch>..."
14675 msgstr ""
14676
14677 #: builtin/remote.c:54
14678 msgid "git remote set-branches --add <name> <branch>..."
14679 msgstr ""
14680
14681 #: builtin/remote.c:59
14682 msgid "git remote show [<options>] <name>"
14683 msgstr ""
14684
14685 #: builtin/remote.c:64
14686 msgid "git remote prune [<options>] <name>"
14687 msgstr ""
14688
14689 #: builtin/remote.c:69
14690 msgid "git remote update [<options>] [<group> | <remote>]..."
14691 msgstr ""
14692
14693 #: builtin/remote.c:98
14694 #, c-format
14695 msgid "Updating %s"
14696 msgstr ""
14697
14698 #: builtin/remote.c:130
14699 msgid ""
14700 "--mirror is dangerous and deprecated; please\n"
14701 "\t use --mirror=fetch or --mirror=push instead"
14702 msgstr ""
14703
14704 #: builtin/remote.c:147
14705 #, c-format
14706 msgid "unknown mirror argument: %s"
14707 msgstr ""
14708
14709 #: builtin/remote.c:163
14710 msgid "fetch the remote branches"
14711 msgstr ""
14712
14713 #: builtin/remote.c:165
14714 msgid "import all tags and associated objects when fetching"
14715 msgstr ""
14716
14717 #: builtin/remote.c:168
14718 msgid "or do not fetch any tag at all (--no-tags)"
14719 msgstr ""
14720
14721 #: builtin/remote.c:170
14722 msgid "branch(es) to track"
14723 msgstr ""
14724
14725 #: builtin/remote.c:171
14726 msgid "master branch"
14727 msgstr ""
14728
14729 #: builtin/remote.c:173
14730 msgid "set up remote as a mirror to push to or fetch from"
14731 msgstr ""
14732
14733 #: builtin/remote.c:185
14734 msgid "specifying a master branch makes no sense with --mirror"
14735 msgstr ""
14736
14737 #: builtin/remote.c:187
14738 msgid "specifying branches to track makes sense only with fetch mirrors"
14739 msgstr ""
14740
14741 #: builtin/remote.c:194 builtin/remote.c:636
14742 #, c-format
14743 msgid "remote %s already exists."
14744 msgstr ""
14745
14746 #: builtin/remote.c:198 builtin/remote.c:640
14747 #, c-format
14748 msgid "'%s' is not a valid remote name"
14749 msgstr ""
14750
14751 #: builtin/remote.c:238
14752 #, c-format
14753 msgid "Could not setup master '%s'"
14754 msgstr ""
14755
14756 #: builtin/remote.c:344
14757 #, c-format
14758 msgid "Could not get fetch map for refspec %s"
14759 msgstr ""
14760
14761 #: builtin/remote.c:443 builtin/remote.c:451
14762 msgid "(matching)"
14763 msgstr ""
14764
14765 #: builtin/remote.c:455
14766 msgid "(delete)"
14767 msgstr ""
14768
14769 #: builtin/remote.c:629 builtin/remote.c:765 builtin/remote.c:864
14770 #, c-format
14771 msgid "No such remote: '%s'"
14772 msgstr ""
14773
14774 #: builtin/remote.c:646
14775 #, c-format
14776 msgid "Could not rename config section '%s' to '%s'"
14777 msgstr ""
14778
14779 #: builtin/remote.c:666
14780 #, c-format
14781 msgid ""
14782 "Not updating non-default fetch refspec\n"
14783 "\t%s\n"
14784 "\tPlease update the configuration manually if necessary."
14785 msgstr ""
14786
14787 #: builtin/remote.c:702
14788 #, c-format
14789 msgid "deleting '%s' failed"
14790 msgstr ""
14791
14792 #: builtin/remote.c:736
14793 #, c-format
14794 msgid "creating '%s' failed"
14795 msgstr ""
14796
14797 #: builtin/remote.c:802
14798 msgid ""
14799 "Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
14800 "to delete it, use:"
14801 msgid_plural ""
14802 "Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
14803 "to delete them, use:"
14804 msgstr[0] ""
14805 msgstr[1] ""
14806
14807 #: builtin/remote.c:816
14808 #, c-format
14809 msgid "Could not remove config section '%s'"
14810 msgstr ""
14811
14812 #: builtin/remote.c:917
14813 #, c-format
14814 msgid " new (next fetch will store in remotes/%s)"
14815 msgstr ""
14816
14817 #: builtin/remote.c:920
14818 msgid " tracked"
14819 msgstr ""
14820
14821 #: builtin/remote.c:922
14822 msgid " stale (use 'git remote prune' to remove)"
14823 msgstr ""
14824
14825 #: builtin/remote.c:924
14826 msgid " ???"
14827 msgstr ""
14828
14829 #: builtin/remote.c:965
14830 #, c-format
14831 msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
14832 msgstr ""
14833
14834 #: builtin/remote.c:974
14835 #, c-format
14836 msgid "rebases interactively onto remote %s"
14837 msgstr ""
14838
14839 #: builtin/remote.c:976
14840 #, c-format
14841 msgid "rebases interactively (with merges) onto remote %s"
14842 msgstr ""
14843
14844 #: builtin/remote.c:979
14845 #, c-format
14846 msgid "rebases onto remote %s"
14847 msgstr ""
14848
14849 #: builtin/remote.c:983
14850 #, c-format
14851 msgid " merges with remote %s"
14852 msgstr ""
14853
14854 #: builtin/remote.c:986
14855 #, c-format
14856 msgid "merges with remote %s"
14857 msgstr ""
14858
14859 #: builtin/remote.c:989
14860 #, c-format
14861 msgid "%-*s    and with remote %s\n"
14862 msgstr ""
14863
14864 #: builtin/remote.c:1032
14865 msgid "create"
14866 msgstr ""
14867
14868 #: builtin/remote.c:1035
14869 msgid "delete"
14870 msgstr ""
14871
14872 #: builtin/remote.c:1039
14873 msgid "up to date"
14874 msgstr ""
14875
14876 #: builtin/remote.c:1042
14877 msgid "fast-forwardable"
14878 msgstr ""
14879
14880 #: builtin/remote.c:1045
14881 msgid "local out of date"
14882 msgstr ""
14883
14884 #: builtin/remote.c:1052
14885 #, c-format
14886 msgid "    %-*s forces to %-*s (%s)"
14887 msgstr ""
14888
14889 #: builtin/remote.c:1055
14890 #, c-format
14891 msgid "    %-*s pushes to %-*s (%s)"
14892 msgstr ""
14893
14894 #: builtin/remote.c:1059
14895 #, c-format
14896 msgid "    %-*s forces to %s"
14897 msgstr ""
14898
14899 #: builtin/remote.c:1062
14900 #, c-format
14901 msgid "    %-*s pushes to %s"
14902 msgstr ""
14903
14904 #: builtin/remote.c:1130
14905 msgid "do not query remotes"
14906 msgstr ""
14907
14908 #: builtin/remote.c:1157
14909 #, c-format
14910 msgid "* remote %s"
14911 msgstr ""
14912
14913 #: builtin/remote.c:1158
14914 #, c-format
14915 msgid "  Fetch URL: %s"
14916 msgstr ""
14917
14918 #: builtin/remote.c:1159 builtin/remote.c:1175 builtin/remote.c:1314
14919 msgid "(no URL)"
14920 msgstr ""
14921
14922 #. TRANSLATORS: the colon ':' should align
14923 #. with the one in " Fetch URL: %s"
14924 #. translation.
14925 #.
14926 #: builtin/remote.c:1173 builtin/remote.c:1175
14927 #, c-format
14928 msgid "  Push  URL: %s"
14929 msgstr ""
14930
14931 #: builtin/remote.c:1177 builtin/remote.c:1179 builtin/remote.c:1181
14932 #, c-format
14933 msgid "  HEAD branch: %s"
14934 msgstr ""
14935
14936 #: builtin/remote.c:1177
14937 msgid "(not queried)"
14938 msgstr ""
14939
14940 #: builtin/remote.c:1179
14941 msgid "(unknown)"
14942 msgstr ""
14943
14944 #: builtin/remote.c:1183
14945 #, c-format
14946 msgid ""
14947 "  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
14948 msgstr ""
14949
14950 #: builtin/remote.c:1195
14951 #, c-format
14952 msgid "  Remote branch:%s"
14953 msgid_plural "  Remote branches:%s"
14954 msgstr[0] ""
14955 msgstr[1] ""
14956
14957 #: builtin/remote.c:1198 builtin/remote.c:1224
14958 msgid " (status not queried)"
14959 msgstr ""
14960
14961 #: builtin/remote.c:1207
14962 msgid "  Local branch configured for 'git pull':"
14963 msgid_plural "  Local branches configured for 'git pull':"
14964 msgstr[0] ""
14965 msgstr[1] ""
14966
14967 #: builtin/remote.c:1215
14968 msgid "  Local refs will be mirrored by 'git push'"
14969 msgstr ""
14970
14971 #: builtin/remote.c:1221
14972 #, c-format
14973 msgid "  Local ref configured for 'git push'%s:"
14974 msgid_plural "  Local refs configured for 'git push'%s:"
14975 msgstr[0] ""
14976 msgstr[1] ""
14977
14978 #: builtin/remote.c:1242
14979 msgid "set refs/remotes/<name>/HEAD according to remote"
14980 msgstr ""
14981
14982 #: builtin/remote.c:1244
14983 msgid "delete refs/remotes/<name>/HEAD"
14984 msgstr ""
14985
14986 #: builtin/remote.c:1259
14987 msgid "Cannot determine remote HEAD"
14988 msgstr ""
14989
14990 #: builtin/remote.c:1261
14991 msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
14992 msgstr ""
14993
14994 #: builtin/remote.c:1271
14995 #, c-format
14996 msgid "Could not delete %s"
14997 msgstr ""
14998
14999 #: builtin/remote.c:1279
15000 #, c-format
15001 msgid "Not a valid ref: %s"
15002 msgstr ""
15003
15004 #: builtin/remote.c:1281
15005 #, c-format
15006 msgid "Could not setup %s"
15007 msgstr ""
15008
15009 #: builtin/remote.c:1299
15010 #, c-format
15011 msgid " %s will become dangling!"
15012 msgstr ""
15013
15014 #: builtin/remote.c:1300
15015 #, c-format
15016 msgid " %s has become dangling!"
15017 msgstr ""
15018
15019 #: builtin/remote.c:1310
15020 #, c-format
15021 msgid "Pruning %s"
15022 msgstr ""
15023
15024 #: builtin/remote.c:1311
15025 #, c-format
15026 msgid "URL: %s"
15027 msgstr ""
15028
15029 #: builtin/remote.c:1327
15030 #, c-format
15031 msgid " * [would prune] %s"
15032 msgstr ""
15033
15034 #: builtin/remote.c:1330
15035 #, c-format
15036 msgid " * [pruned] %s"
15037 msgstr ""
15038
15039 #: builtin/remote.c:1375
15040 msgid "prune remotes after fetching"
15041 msgstr ""
15042
15043 #: builtin/remote.c:1438 builtin/remote.c:1492 builtin/remote.c:1560
15044 #, c-format
15045 msgid "No such remote '%s'"
15046 msgstr ""
15047
15048 #: builtin/remote.c:1454
15049 msgid "add branch"
15050 msgstr ""
15051
15052 #: builtin/remote.c:1461
15053 msgid "no remote specified"
15054 msgstr ""
15055
15056 #: builtin/remote.c:1478
15057 msgid "query push URLs rather than fetch URLs"
15058 msgstr ""
15059
15060 #: builtin/remote.c:1480
15061 msgid "return all URLs"
15062 msgstr ""
15063
15064 #: builtin/remote.c:1508
15065 #, c-format
15066 msgid "no URLs configured for remote '%s'"
15067 msgstr ""
15068
15069 #: builtin/remote.c:1534
15070 msgid "manipulate push URLs"
15071 msgstr ""
15072
15073 #: builtin/remote.c:1536
15074 msgid "add URL"
15075 msgstr ""
15076
15077 #: builtin/remote.c:1538
15078 msgid "delete URLs"
15079 msgstr ""
15080
15081 #: builtin/remote.c:1545
15082 msgid "--add --delete doesn't make sense"
15083 msgstr ""
15084
15085 #: builtin/remote.c:1584
15086 #, c-format
15087 msgid "Invalid old URL pattern: %s"
15088 msgstr ""
15089
15090 #: builtin/remote.c:1592
15091 #, c-format
15092 msgid "No such URL found: %s"
15093 msgstr ""
15094
15095 #: builtin/remote.c:1594
15096 msgid "Will not delete all non-push URLs"
15097 msgstr ""
15098
15099 #: builtin/remote.c:1610
15100 msgid "be verbose; must be placed before a subcommand"
15101 msgstr ""
15102
15103 #: builtin/remote.c:1641
15104 #, c-format
15105 msgid "Unknown subcommand: %s"
15106 msgstr ""
15107
15108 #: builtin/repack.c:22
15109 msgid "git repack [<options>]"
15110 msgstr ""
15111
15112 #: builtin/repack.c:27
15113 msgid ""
15114 "Incremental repacks are incompatible with bitmap indexes.  Use\n"
15115 "--no-write-bitmap-index or disable the pack.writebitmaps configuration."
15116 msgstr ""
15117
15118 #: builtin/repack.c:294
15119 msgid "pack everything in a single pack"
15120 msgstr ""
15121
15122 #: builtin/repack.c:296
15123 msgid "same as -a, and turn unreachable objects loose"
15124 msgstr ""
15125
15126 #: builtin/repack.c:299
15127 msgid "remove redundant packs, and run git-prune-packed"
15128 msgstr ""
15129
15130 #: builtin/repack.c:301
15131 msgid "pass --no-reuse-delta to git-pack-objects"
15132 msgstr ""
15133
15134 #: builtin/repack.c:303
15135 msgid "pass --no-reuse-object to git-pack-objects"
15136 msgstr ""
15137
15138 #: builtin/repack.c:305
15139 msgid "do not run git-update-server-info"
15140 msgstr ""
15141
15142 #: builtin/repack.c:308
15143 msgid "pass --local to git-pack-objects"
15144 msgstr ""
15145
15146 #: builtin/repack.c:310
15147 msgid "write bitmap index"
15148 msgstr ""
15149
15150 #: builtin/repack.c:312
15151 msgid "pass --delta-islands to git-pack-objects"
15152 msgstr ""
15153
15154 #: builtin/repack.c:313
15155 msgid "approxidate"
15156 msgstr ""
15157
15158 #: builtin/repack.c:314
15159 msgid "with -A, do not loosen objects older than this"
15160 msgstr ""
15161
15162 #: builtin/repack.c:316
15163 msgid "with -a, repack unreachable objects"
15164 msgstr ""
15165
15166 #: builtin/repack.c:318
15167 msgid "size of the window used for delta compression"
15168 msgstr ""
15169
15170 #: builtin/repack.c:319 builtin/repack.c:325
15171 msgid "bytes"
15172 msgstr ""
15173
15174 #: builtin/repack.c:320
15175 msgid "same as the above, but limit memory size instead of entries count"
15176 msgstr ""
15177
15178 #: builtin/repack.c:322
15179 msgid "limits the maximum delta depth"
15180 msgstr ""
15181
15182 #: builtin/repack.c:324
15183 msgid "limits the maximum number of threads"
15184 msgstr ""
15185
15186 #: builtin/repack.c:326
15187 msgid "maximum size of each packfile"
15188 msgstr ""
15189
15190 #: builtin/repack.c:328
15191 msgid "repack objects in packs marked with .keep"
15192 msgstr ""
15193
15194 #: builtin/repack.c:330
15195 msgid "do not repack this pack"
15196 msgstr ""
15197
15198 #: builtin/repack.c:340
15199 msgid "cannot delete packs in a precious-objects repo"
15200 msgstr ""
15201
15202 #: builtin/repack.c:344
15203 msgid "--keep-unreachable and -A are incompatible"
15204 msgstr ""
15205
15206 #: builtin/repack.c:527
15207 #, c-format
15208 msgid "failed to remove '%s'"
15209 msgstr ""
15210
15211 #: builtin/replace.c:22
15212 msgid "git replace [-f] <object> <replacement>"
15213 msgstr ""
15214
15215 #: builtin/replace.c:23
15216 msgid "git replace [-f] --edit <object>"
15217 msgstr ""
15218
15219 #: builtin/replace.c:24
15220 msgid "git replace [-f] --graft <commit> [<parent>...]"
15221 msgstr ""
15222
15223 #: builtin/replace.c:25
15224 msgid "git replace [-f] --convert-graft-file"
15225 msgstr ""
15226
15227 #: builtin/replace.c:26
15228 msgid "git replace -d <object>..."
15229 msgstr ""
15230
15231 #: builtin/replace.c:27
15232 msgid "git replace [--format=<format>] [-l [<pattern>]]"
15233 msgstr ""
15234
15235 #: builtin/replace.c:58 builtin/replace.c:203 builtin/replace.c:206
15236 #, c-format
15237 msgid "failed to resolve '%s' as a valid ref"
15238 msgstr ""
15239
15240 #: builtin/replace.c:86
15241 #, c-format
15242 msgid ""
15243 "invalid replace format '%s'\n"
15244 "valid formats are 'short', 'medium' and 'long'"
15245 msgstr ""
15246
15247 #: builtin/replace.c:121
15248 #, c-format
15249 msgid "replace ref '%s' not found"
15250 msgstr ""
15251
15252 #: builtin/replace.c:137
15253 #, c-format
15254 msgid "Deleted replace ref '%s'"
15255 msgstr ""
15256
15257 #: builtin/replace.c:149
15258 #, c-format
15259 msgid "'%s' is not a valid ref name"
15260 msgstr ""
15261
15262 #: builtin/replace.c:154
15263 #, c-format
15264 msgid "replace ref '%s' already exists"
15265 msgstr ""
15266
15267 #: builtin/replace.c:174
15268 #, c-format
15269 msgid ""
15270 "Objects must be of the same type.\n"
15271 "'%s' points to a replaced object of type '%s'\n"
15272 "while '%s' points to a replacement object of type '%s'."
15273 msgstr ""
15274
15275 #: builtin/replace.c:225
15276 #, c-format
15277 msgid "unable to open %s for writing"
15278 msgstr ""
15279
15280 #: builtin/replace.c:238
15281 msgid "cat-file reported failure"
15282 msgstr ""
15283
15284 #: builtin/replace.c:254
15285 #, c-format
15286 msgid "unable to open %s for reading"
15287 msgstr ""
15288
15289 #: builtin/replace.c:268
15290 msgid "unable to spawn mktree"
15291 msgstr ""
15292
15293 #: builtin/replace.c:272
15294 msgid "unable to read from mktree"
15295 msgstr ""
15296
15297 #: builtin/replace.c:281
15298 msgid "mktree reported failure"
15299 msgstr ""
15300
15301 #: builtin/replace.c:285
15302 msgid "mktree did not return an object name"
15303 msgstr ""
15304
15305 #: builtin/replace.c:294
15306 #, c-format
15307 msgid "unable to fstat %s"
15308 msgstr ""
15309
15310 #: builtin/replace.c:299
15311 msgid "unable to write object to database"
15312 msgstr ""
15313
15314 #: builtin/replace.c:318 builtin/replace.c:371 builtin/replace.c:415
15315 #: builtin/replace.c:445
15316 #, c-format
15317 msgid "not a valid object name: '%s'"
15318 msgstr ""
15319
15320 #: builtin/replace.c:322
15321 #, c-format
15322 msgid "unable to get object type for %s"
15323 msgstr ""
15324
15325 #: builtin/replace.c:338
15326 msgid "editing object file failed"
15327 msgstr ""
15328
15329 #: builtin/replace.c:347
15330 #, c-format
15331 msgid "new object is the same as the old one: '%s'"
15332 msgstr ""
15333
15334 #: builtin/replace.c:407
15335 #, c-format
15336 msgid "bad mergetag in commit '%s'"
15337 msgstr ""
15338
15339 #: builtin/replace.c:409
15340 #, c-format
15341 msgid "malformed mergetag in commit '%s'"
15342 msgstr ""
15343
15344 #: builtin/replace.c:421
15345 #, c-format
15346 msgid ""
15347 "original commit '%s' contains mergetag '%s' that is discarded; use --edit "
15348 "instead of --graft"
15349 msgstr ""
15350
15351 #: builtin/replace.c:460
15352 #, c-format
15353 msgid "the original commit '%s' has a gpg signature"
15354 msgstr ""
15355
15356 #: builtin/replace.c:461
15357 msgid "the signature will be removed in the replacement commit!"
15358 msgstr ""
15359
15360 #: builtin/replace.c:471
15361 #, c-format
15362 msgid "could not write replacement commit for: '%s'"
15363 msgstr ""
15364
15365 #: builtin/replace.c:479
15366 #, c-format
15367 msgid "graft for '%s' unnecessary"
15368 msgstr ""
15369
15370 #: builtin/replace.c:482
15371 #, c-format
15372 msgid "new commit is the same as the old one: '%s'"
15373 msgstr ""
15374
15375 #: builtin/replace.c:515
15376 #, c-format
15377 msgid ""
15378 "could not convert the following graft(s):\n"
15379 "%s"
15380 msgstr ""
15381
15382 #: builtin/replace.c:536
15383 msgid "list replace refs"
15384 msgstr ""
15385
15386 #: builtin/replace.c:537
15387 msgid "delete replace refs"
15388 msgstr ""
15389
15390 #: builtin/replace.c:538
15391 msgid "edit existing object"
15392 msgstr ""
15393
15394 #: builtin/replace.c:539
15395 msgid "change a commit's parents"
15396 msgstr ""
15397
15398 #: builtin/replace.c:540
15399 msgid "convert existing graft file"
15400 msgstr ""
15401
15402 #: builtin/replace.c:541
15403 msgid "replace the ref if it exists"
15404 msgstr ""
15405
15406 #: builtin/replace.c:543
15407 msgid "do not pretty-print contents for --edit"
15408 msgstr ""
15409
15410 #: builtin/replace.c:544
15411 msgid "use this format"
15412 msgstr ""
15413
15414 #: builtin/replace.c:557
15415 msgid "--format cannot be used when not listing"
15416 msgstr ""
15417
15418 #: builtin/replace.c:565
15419 msgid "-f only makes sense when writing a replacement"
15420 msgstr ""
15421
15422 #: builtin/replace.c:569
15423 msgid "--raw only makes sense with --edit"
15424 msgstr ""
15425
15426 #: builtin/replace.c:575
15427 msgid "-d needs at least one argument"
15428 msgstr ""
15429
15430 #: builtin/replace.c:581
15431 msgid "bad number of arguments"
15432 msgstr ""
15433
15434 #: builtin/replace.c:587
15435 msgid "-e needs exactly one argument"
15436 msgstr ""
15437
15438 #: builtin/replace.c:593
15439 msgid "-g needs at least one argument"
15440 msgstr ""
15441
15442 #: builtin/replace.c:599
15443 msgid "--convert-graft-file takes no argument"
15444 msgstr ""
15445
15446 #: builtin/replace.c:605
15447 msgid "only one pattern can be given with -l"
15448 msgstr ""
15449
15450 #: builtin/rerere.c:13
15451 msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
15452 msgstr ""
15453
15454 #: builtin/rerere.c:60
15455 msgid "register clean resolutions in index"
15456 msgstr ""
15457
15458 #: builtin/rerere.c:79
15459 msgid "'git rerere forget' without paths is deprecated"
15460 msgstr ""
15461
15462 #: builtin/rerere.c:111
15463 #, c-format
15464 msgid "unable to generate diff for '%s'"
15465 msgstr ""
15466
15467 #: builtin/reset.c:31
15468 msgid ""
15469 "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
15470 msgstr ""
15471
15472 #: builtin/reset.c:32
15473 msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
15474 msgstr ""
15475
15476 #: builtin/reset.c:33
15477 msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
15478 msgstr ""
15479
15480 #: builtin/reset.c:39
15481 msgid "mixed"
15482 msgstr ""
15483
15484 #: builtin/reset.c:39
15485 msgid "soft"
15486 msgstr ""
15487
15488 #: builtin/reset.c:39
15489 msgid "hard"
15490 msgstr ""
15491
15492 #: builtin/reset.c:39
15493 msgid "merge"
15494 msgstr ""
15495
15496 #: builtin/reset.c:39
15497 msgid "keep"
15498 msgstr ""
15499
15500 #: builtin/reset.c:80
15501 msgid "You do not have a valid HEAD."
15502 msgstr ""
15503
15504 #: builtin/reset.c:82
15505 msgid "Failed to find tree of HEAD."
15506 msgstr ""
15507
15508 #: builtin/reset.c:88
15509 #, c-format
15510 msgid "Failed to find tree of %s."
15511 msgstr ""
15512
15513 #: builtin/reset.c:192
15514 #, c-format
15515 msgid "Cannot do a %s reset in the middle of a merge."
15516 msgstr ""
15517
15518 #: builtin/reset.c:292
15519 msgid "be quiet, only report errors"
15520 msgstr ""
15521
15522 #: builtin/reset.c:294
15523 msgid "reset HEAD and index"
15524 msgstr ""
15525
15526 #: builtin/reset.c:295
15527 msgid "reset only HEAD"
15528 msgstr ""
15529
15530 #: builtin/reset.c:297 builtin/reset.c:299
15531 msgid "reset HEAD, index and working tree"
15532 msgstr ""
15533
15534 #: builtin/reset.c:301
15535 msgid "reset HEAD but keep local changes"
15536 msgstr ""
15537
15538 #: builtin/reset.c:307
15539 msgid "record only the fact that removed paths will be added later"
15540 msgstr ""
15541
15542 #: builtin/reset.c:325
15543 #, c-format
15544 msgid "Failed to resolve '%s' as a valid revision."
15545 msgstr ""
15546
15547 #: builtin/reset.c:333
15548 #, c-format
15549 msgid "Failed to resolve '%s' as a valid tree."
15550 msgstr ""
15551
15552 #: builtin/reset.c:342
15553 msgid "--patch is incompatible with --{hard,mixed,soft}"
15554 msgstr ""
15555
15556 #: builtin/reset.c:351
15557 msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
15558 msgstr ""
15559
15560 #: builtin/reset.c:353
15561 #, c-format
15562 msgid "Cannot do %s reset with paths."
15563 msgstr ""
15564
15565 #: builtin/reset.c:363
15566 #, c-format
15567 msgid "%s reset is not allowed in a bare repository"
15568 msgstr ""
15569
15570 #: builtin/reset.c:367
15571 msgid "-N can only be used with --mixed"
15572 msgstr ""
15573
15574 #: builtin/reset.c:387
15575 msgid "Unstaged changes after reset:"
15576 msgstr ""
15577
15578 #: builtin/reset.c:390
15579 #, c-format
15580 msgid ""
15581 "\n"
15582 "It took %.2f seconds to enumerate unstaged changes after reset.  You can\n"
15583 "use '--quiet' to avoid this.  Set the config setting reset.quiet to true\n"
15584 "to make this the default.\n"
15585 msgstr ""
15586
15587 #: builtin/reset.c:400
15588 #, c-format
15589 msgid "Could not reset index file to revision '%s'."
15590 msgstr ""
15591
15592 #: builtin/reset.c:404
15593 msgid "Could not write new index file."
15594 msgstr ""
15595
15596 #: builtin/rev-list.c:403
15597 msgid "cannot combine --exclude-promisor-objects and --missing"
15598 msgstr ""
15599
15600 #: builtin/rev-list.c:461
15601 msgid "object filtering requires --objects"
15602 msgstr ""
15603
15604 #: builtin/rev-list.c:464
15605 #, c-format
15606 msgid "invalid sparse value '%s'"
15607 msgstr ""
15608
15609 #: builtin/rev-list.c:505
15610 msgid "rev-list does not support display of notes"
15611 msgstr ""
15612
15613 #: builtin/rev-list.c:508
15614 msgid "cannot combine --use-bitmap-index with object filtering"
15615 msgstr ""
15616
15617 #: builtin/rev-parse.c:407
15618 msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
15619 msgstr ""
15620
15621 #: builtin/rev-parse.c:412
15622 msgid "keep the `--` passed as an arg"
15623 msgstr ""
15624
15625 #: builtin/rev-parse.c:414
15626 msgid "stop parsing after the first non-option argument"
15627 msgstr ""
15628
15629 #: builtin/rev-parse.c:417
15630 msgid "output in stuck long form"
15631 msgstr ""
15632
15633 #: builtin/rev-parse.c:550
15634 msgid ""
15635 "git rev-parse --parseopt [<options>] -- [<args>...]\n"
15636 "   or: git rev-parse --sq-quote [<arg>...]\n"
15637 "   or: git rev-parse [<options>] [<arg>...]\n"
15638 "\n"
15639 "Run \"git rev-parse --parseopt -h\" for more information on the first usage."
15640 msgstr ""
15641
15642 #: builtin/revert.c:24
15643 msgid "git revert [<options>] <commit-ish>..."
15644 msgstr ""
15645
15646 #: builtin/revert.c:25
15647 msgid "git revert <subcommand>"
15648 msgstr ""
15649
15650 #: builtin/revert.c:30
15651 msgid "git cherry-pick [<options>] <commit-ish>..."
15652 msgstr ""
15653
15654 #: builtin/revert.c:31
15655 msgid "git cherry-pick <subcommand>"
15656 msgstr ""
15657
15658 #: builtin/revert.c:91
15659 #, c-format
15660 msgid "%s: %s cannot be used with %s"
15661 msgstr ""
15662
15663 #: builtin/revert.c:100
15664 msgid "end revert or cherry-pick sequence"
15665 msgstr ""
15666
15667 #: builtin/revert.c:101
15668 msgid "resume revert or cherry-pick sequence"
15669 msgstr ""
15670
15671 #: builtin/revert.c:102
15672 msgid "cancel revert or cherry-pick sequence"
15673 msgstr ""
15674
15675 #: builtin/revert.c:103
15676 msgid "don't automatically commit"
15677 msgstr ""
15678
15679 #: builtin/revert.c:104
15680 msgid "edit the commit message"
15681 msgstr ""
15682
15683 #: builtin/revert.c:107
15684 msgid "parent-number"
15685 msgstr ""
15686
15687 #: builtin/revert.c:108
15688 msgid "select mainline parent"
15689 msgstr ""
15690
15691 #: builtin/revert.c:110
15692 msgid "merge strategy"
15693 msgstr ""
15694
15695 #: builtin/revert.c:112
15696 msgid "option for merge strategy"
15697 msgstr ""
15698
15699 #: builtin/revert.c:121
15700 msgid "append commit name"
15701 msgstr ""
15702
15703 #: builtin/revert.c:123
15704 msgid "preserve initially empty commits"
15705 msgstr ""
15706
15707 #: builtin/revert.c:125
15708 msgid "keep redundant, empty commits"
15709 msgstr ""
15710
15711 #: builtin/revert.c:219
15712 msgid "revert failed"
15713 msgstr ""
15714
15715 #: builtin/revert.c:232
15716 msgid "cherry-pick failed"
15717 msgstr ""
15718
15719 #: builtin/rm.c:18
15720 msgid "git rm [<options>] [--] <file>..."
15721 msgstr ""
15722
15723 #: builtin/rm.c:206
15724 msgid ""
15725 "the following file has staged content different from both the\n"
15726 "file and the HEAD:"
15727 msgid_plural ""
15728 "the following files have staged content different from both the\n"
15729 "file and the HEAD:"
15730 msgstr[0] ""
15731 msgstr[1] ""
15732
15733 #: builtin/rm.c:211
15734 msgid ""
15735 "\n"
15736 "(use -f to force removal)"
15737 msgstr ""
15738
15739 #: builtin/rm.c:215
15740 msgid "the following file has changes staged in the index:"
15741 msgid_plural "the following files have changes staged in the index:"
15742 msgstr[0] ""
15743 msgstr[1] ""
15744
15745 #: builtin/rm.c:219 builtin/rm.c:228
15746 msgid ""
15747 "\n"
15748 "(use --cached to keep the file, or -f to force removal)"
15749 msgstr ""
15750
15751 #: builtin/rm.c:225
15752 msgid "the following file has local modifications:"
15753 msgid_plural "the following files have local modifications:"
15754 msgstr[0] ""
15755 msgstr[1] ""
15756
15757 #: builtin/rm.c:241
15758 msgid "do not list removed files"
15759 msgstr ""
15760
15761 #: builtin/rm.c:242
15762 msgid "only remove from the index"
15763 msgstr ""
15764
15765 #: builtin/rm.c:243
15766 msgid "override the up-to-date check"
15767 msgstr ""
15768
15769 #: builtin/rm.c:244
15770 msgid "allow recursive removal"
15771 msgstr ""
15772
15773 #: builtin/rm.c:246
15774 msgid "exit with a zero status even if nothing matched"
15775 msgstr ""
15776
15777 #: builtin/rm.c:288
15778 msgid "please stage your changes to .gitmodules or stash them to proceed"
15779 msgstr ""
15780
15781 #: builtin/rm.c:306
15782 #, c-format
15783 msgid "not removing '%s' recursively without -r"
15784 msgstr ""
15785
15786 #: builtin/rm.c:345
15787 #, c-format
15788 msgid "git rm: unable to remove %s"
15789 msgstr ""
15790
15791 #: builtin/send-pack.c:20
15792 msgid ""
15793 "git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
15794 "receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
15795 "[<ref>...]\n"
15796 "  --all and explicit <ref> specification are mutually exclusive."
15797 msgstr ""
15798
15799 #: builtin/send-pack.c:163
15800 msgid "remote name"
15801 msgstr ""
15802
15803 #: builtin/send-pack.c:177
15804 msgid "use stateless RPC protocol"
15805 msgstr ""
15806
15807 #: builtin/send-pack.c:178
15808 msgid "read refs from stdin"
15809 msgstr ""
15810
15811 #: builtin/send-pack.c:179
15812 msgid "print status from remote helper"
15813 msgstr ""
15814
15815 #: builtin/serve.c:7
15816 msgid "git serve [<options>]"
15817 msgstr ""
15818
15819 #: builtin/serve.c:17 builtin/upload-pack.c:23
15820 msgid "quit after a single request/response exchange"
15821 msgstr ""
15822
15823 #: builtin/serve.c:19
15824 msgid "exit immediately after advertising capabilities"
15825 msgstr ""
15826
15827 #: builtin/shortlog.c:14
15828 msgid "git shortlog [<options>] [<revision-range>] [[--] <path>...]"
15829 msgstr ""
15830
15831 #: builtin/shortlog.c:15
15832 msgid "git log --pretty=short | git shortlog [<options>]"
15833 msgstr ""
15834
15835 #: builtin/shortlog.c:264
15836 msgid "Group by committer rather than author"
15837 msgstr ""
15838
15839 #: builtin/shortlog.c:266
15840 msgid "sort output according to the number of commits per author"
15841 msgstr ""
15842
15843 #: builtin/shortlog.c:268
15844 msgid "Suppress commit descriptions, only provides commit count"
15845 msgstr ""
15846
15847 #: builtin/shortlog.c:270
15848 msgid "Show the email address of each author"
15849 msgstr ""
15850
15851 #: builtin/shortlog.c:271
15852 msgid "<w>[,<i1>[,<i2>]]"
15853 msgstr ""
15854
15855 #: builtin/shortlog.c:272
15856 msgid "Linewrap output"
15857 msgstr ""
15858
15859 #: builtin/shortlog.c:299
15860 msgid "too many arguments given outside repository"
15861 msgstr ""
15862
15863 #: builtin/show-branch.c:13
15864 msgid ""
15865 "git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
15866 "\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
15867 "\t\t[--more=<n> | --list | --independent | --merge-base]\n"
15868 "\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
15869 msgstr ""
15870
15871 #: builtin/show-branch.c:17
15872 msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
15873 msgstr ""
15874
15875 #: builtin/show-branch.c:395
15876 #, c-format
15877 msgid "ignoring %s; cannot handle more than %d ref"
15878 msgid_plural "ignoring %s; cannot handle more than %d refs"
15879 msgstr[0] ""
15880 msgstr[1] ""
15881
15882 #: builtin/show-branch.c:549
15883 #, c-format
15884 msgid "no matching refs with %s"
15885 msgstr ""
15886
15887 #: builtin/show-branch.c:646
15888 msgid "show remote-tracking and local branches"
15889 msgstr ""
15890
15891 #: builtin/show-branch.c:648
15892 msgid "show remote-tracking branches"
15893 msgstr ""
15894
15895 #: builtin/show-branch.c:650
15896 msgid "color '*!+-' corresponding to the branch"
15897 msgstr ""
15898
15899 #: builtin/show-branch.c:652
15900 msgid "show <n> more commits after the common ancestor"
15901 msgstr ""
15902
15903 #: builtin/show-branch.c:654
15904 msgid "synonym to more=-1"
15905 msgstr ""
15906
15907 #: builtin/show-branch.c:655
15908 msgid "suppress naming strings"
15909 msgstr ""
15910
15911 #: builtin/show-branch.c:657
15912 msgid "include the current branch"
15913 msgstr ""
15914
15915 #: builtin/show-branch.c:659
15916 msgid "name commits with their object names"
15917 msgstr ""
15918
15919 #: builtin/show-branch.c:661
15920 msgid "show possible merge bases"
15921 msgstr ""
15922
15923 #: builtin/show-branch.c:663
15924 msgid "show refs unreachable from any other ref"
15925 msgstr ""
15926
15927 #: builtin/show-branch.c:665
15928 msgid "show commits in topological order"
15929 msgstr ""
15930
15931 #: builtin/show-branch.c:668
15932 msgid "show only commits not on the first branch"
15933 msgstr ""
15934
15935 #: builtin/show-branch.c:670
15936 msgid "show merges reachable from only one tip"
15937 msgstr ""
15938
15939 #: builtin/show-branch.c:672
15940 msgid "topologically sort, maintaining date order where possible"
15941 msgstr ""
15942
15943 #: builtin/show-branch.c:675
15944 msgid "<n>[,<base>]"
15945 msgstr ""
15946
15947 #: builtin/show-branch.c:676
15948 msgid "show <n> most recent ref-log entries starting at base"
15949 msgstr ""
15950
15951 #: builtin/show-branch.c:712
15952 msgid ""
15953 "--reflog is incompatible with --all, --remotes, --independent or --merge-base"
15954 msgstr ""
15955
15956 #: builtin/show-branch.c:736
15957 msgid "no branches given, and HEAD is not valid"
15958 msgstr ""
15959
15960 #: builtin/show-branch.c:739
15961 msgid "--reflog option needs one branch name"
15962 msgstr ""
15963
15964 #: builtin/show-branch.c:742
15965 #, c-format
15966 msgid "only %d entry can be shown at one time."
15967 msgid_plural "only %d entries can be shown at one time."
15968 msgstr[0] ""
15969 msgstr[1] ""
15970
15971 #: builtin/show-branch.c:746
15972 #, c-format
15973 msgid "no such ref %s"
15974 msgstr ""
15975
15976 #: builtin/show-branch.c:830
15977 #, c-format
15978 msgid "cannot handle more than %d rev."
15979 msgid_plural "cannot handle more than %d revs."
15980 msgstr[0] ""
15981 msgstr[1] ""
15982
15983 #: builtin/show-branch.c:834
15984 #, c-format
15985 msgid "'%s' is not a valid ref."
15986 msgstr ""
15987
15988 #: builtin/show-branch.c:837
15989 #, c-format
15990 msgid "cannot find commit %s (%s)"
15991 msgstr ""
15992
15993 #: builtin/show-ref.c:11
15994 msgid ""
15995 "git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
15996 "hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
15997 msgstr ""
15998
15999 #: builtin/show-ref.c:12
16000 msgid "git show-ref --exclude-existing[=<pattern>]"
16001 msgstr ""
16002
16003 #: builtin/show-ref.c:161
16004 msgid "only show tags (can be combined with heads)"
16005 msgstr ""
16006
16007 #: builtin/show-ref.c:162
16008 msgid "only show heads (can be combined with tags)"
16009 msgstr ""
16010
16011 #: builtin/show-ref.c:163
16012 msgid "stricter reference checking, requires exact ref path"
16013 msgstr ""
16014
16015 #: builtin/show-ref.c:166 builtin/show-ref.c:168
16016 msgid "show the HEAD reference, even if it would be filtered out"
16017 msgstr ""
16018
16019 #: builtin/show-ref.c:170
16020 msgid "dereference tags into object IDs"
16021 msgstr ""
16022
16023 #: builtin/show-ref.c:172
16024 msgid "only show SHA1 hash using <n> digits"
16025 msgstr ""
16026
16027 #: builtin/show-ref.c:176
16028 msgid "do not print results to stdout (useful with --verify)"
16029 msgstr ""
16030
16031 #: builtin/show-ref.c:178
16032 msgid "show refs from stdin that aren't in local repository"
16033 msgstr ""
16034
16035 #: builtin/stripspace.c:18
16036 msgid "git stripspace [-s | --strip-comments]"
16037 msgstr ""
16038
16039 #: builtin/stripspace.c:19
16040 msgid "git stripspace [-c | --comment-lines]"
16041 msgstr ""
16042
16043 #: builtin/stripspace.c:36
16044 msgid "skip and remove all lines starting with comment character"
16045 msgstr ""
16046
16047 #: builtin/stripspace.c:39
16048 msgid "prepend comment character and space to each line"
16049 msgstr ""
16050
16051 #: builtin/submodule--helper.c:44 builtin/submodule--helper.c:1939
16052 #, c-format
16053 msgid "Expecting a full ref name, got %s"
16054 msgstr ""
16055
16056 #: builtin/submodule--helper.c:61
16057 msgid "submodule--helper print-default-remote takes no arguments"
16058 msgstr ""
16059
16060 #: builtin/submodule--helper.c:99
16061 #, c-format
16062 msgid "cannot strip one component off url '%s'"
16063 msgstr ""
16064
16065 #: builtin/submodule--helper.c:407 builtin/submodule--helper.c:1363
16066 msgid "alternative anchor for relative paths"
16067 msgstr ""
16068
16069 #: builtin/submodule--helper.c:412
16070 msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
16071 msgstr ""
16072
16073 #: builtin/submodule--helper.c:469 builtin/submodule--helper.c:626
16074 #: builtin/submodule--helper.c:649
16075 #, c-format
16076 msgid "No url found for submodule path '%s' in .gitmodules"
16077 msgstr ""
16078
16079 #: builtin/submodule--helper.c:521
16080 #, c-format
16081 msgid "Entering '%s'\n"
16082 msgstr ""
16083
16084 #: builtin/submodule--helper.c:524
16085 #, c-format
16086 msgid ""
16087 "run_command returned non-zero status for %s\n"
16088 "."
16089 msgstr ""
16090
16091 #: builtin/submodule--helper.c:545
16092 #, c-format
16093 msgid ""
16094 "run_command returned non-zero status while recursing in the nested "
16095 "submodules of %s\n"
16096 "."
16097 msgstr ""
16098
16099 #: builtin/submodule--helper.c:561
16100 msgid "Suppress output of entering each submodule command"
16101 msgstr ""
16102
16103 #: builtin/submodule--helper.c:563 builtin/submodule--helper.c:1048
16104 msgid "Recurse into nested submodules"
16105 msgstr ""
16106
16107 #: builtin/submodule--helper.c:568
16108 msgid "git submodule--helper foreach [--quiet] [--recursive] <command>"
16109 msgstr ""
16110
16111 #: builtin/submodule--helper.c:595
16112 #, c-format
16113 msgid ""
16114 "could not look up configuration '%s'. Assuming this repository is its own "
16115 "authoritative upstream."
16116 msgstr ""
16117
16118 #: builtin/submodule--helper.c:663
16119 #, c-format
16120 msgid "Failed to register url for submodule path '%s'"
16121 msgstr ""
16122
16123 #: builtin/submodule--helper.c:667
16124 #, c-format
16125 msgid "Submodule '%s' (%s) registered for path '%s'\n"
16126 msgstr ""
16127
16128 #: builtin/submodule--helper.c:677
16129 #, c-format
16130 msgid "warning: command update mode suggested for submodule '%s'\n"
16131 msgstr ""
16132
16133 #: builtin/submodule--helper.c:684
16134 #, c-format
16135 msgid "Failed to register update mode for submodule path '%s'"
16136 msgstr ""
16137
16138 #: builtin/submodule--helper.c:706
16139 msgid "Suppress output for initializing a submodule"
16140 msgstr ""
16141
16142 #: builtin/submodule--helper.c:711
16143 msgid "git submodule--helper init [<path>]"
16144 msgstr ""
16145
16146 #: builtin/submodule--helper.c:783 builtin/submodule--helper.c:909
16147 #, c-format
16148 msgid "no submodule mapping found in .gitmodules for path '%s'"
16149 msgstr ""
16150
16151 #: builtin/submodule--helper.c:822
16152 #, c-format
16153 msgid "could not resolve HEAD ref inside the submodule '%s'"
16154 msgstr ""
16155
16156 #: builtin/submodule--helper.c:849 builtin/submodule--helper.c:1018
16157 #, c-format
16158 msgid "failed to recurse into submodule '%s'"
16159 msgstr ""
16160
16161 #: builtin/submodule--helper.c:873 builtin/submodule--helper.c:1182
16162 msgid "Suppress submodule status output"
16163 msgstr ""
16164
16165 #: builtin/submodule--helper.c:874
16166 msgid ""
16167 "Use commit stored in the index instead of the one stored in the submodule "
16168 "HEAD"
16169 msgstr ""
16170
16171 #: builtin/submodule--helper.c:875
16172 msgid "recurse into nested submodules"
16173 msgstr ""
16174
16175 #: builtin/submodule--helper.c:880
16176 msgid "git submodule status [--quiet] [--cached] [--recursive] [<path>...]"
16177 msgstr ""
16178
16179 #: builtin/submodule--helper.c:904
16180 msgid "git submodule--helper name <path>"
16181 msgstr ""
16182
16183 #: builtin/submodule--helper.c:968
16184 #, c-format
16185 msgid "Synchronizing submodule url for '%s'\n"
16186 msgstr ""
16187
16188 #: builtin/submodule--helper.c:974
16189 #, c-format
16190 msgid "failed to register url for submodule path '%s'"
16191 msgstr ""
16192
16193 #: builtin/submodule--helper.c:988
16194 #, c-format
16195 msgid "failed to get the default remote for submodule '%s'"
16196 msgstr ""
16197
16198 #: builtin/submodule--helper.c:999
16199 #, c-format
16200 msgid "failed to update remote for submodule '%s'"
16201 msgstr ""
16202
16203 #: builtin/submodule--helper.c:1046
16204 msgid "Suppress output of synchronizing submodule url"
16205 msgstr ""
16206
16207 #: builtin/submodule--helper.c:1053
16208 msgid "git submodule--helper sync [--quiet] [--recursive] [<path>]"
16209 msgstr ""
16210
16211 #: builtin/submodule--helper.c:1107
16212 #, c-format
16213 msgid ""
16214 "Submodule work tree '%s' contains a .git directory (use 'rm -rf' if you "
16215 "really want to remove it including all of its history)"
16216 msgstr ""
16217
16218 #: builtin/submodule--helper.c:1119
16219 #, c-format
16220 msgid ""
16221 "Submodule work tree '%s' contains local modifications; use '-f' to discard "
16222 "them"
16223 msgstr ""
16224
16225 #: builtin/submodule--helper.c:1127
16226 #, c-format
16227 msgid "Cleared directory '%s'\n"
16228 msgstr ""
16229
16230 #: builtin/submodule--helper.c:1129
16231 #, c-format
16232 msgid "Could not remove submodule work tree '%s'\n"
16233 msgstr ""
16234
16235 #: builtin/submodule--helper.c:1138
16236 #, c-format
16237 msgid "could not create empty submodule directory %s"
16238 msgstr ""
16239
16240 #: builtin/submodule--helper.c:1154
16241 #, c-format
16242 msgid "Submodule '%s' (%s) unregistered for path '%s'\n"
16243 msgstr ""
16244
16245 #: builtin/submodule--helper.c:1183
16246 msgid "Remove submodule working trees even if they contain local changes"
16247 msgstr ""
16248
16249 #: builtin/submodule--helper.c:1184
16250 msgid "Unregister all submodules"
16251 msgstr ""
16252
16253 #: builtin/submodule--helper.c:1189
16254 msgid ""
16255 "git submodule deinit [--quiet] [-f | --force] [--all | [--] [<path>...]]"
16256 msgstr ""
16257
16258 #: builtin/submodule--helper.c:1203
16259 msgid "Use '--all' if you really want to deinitialize all submodules"
16260 msgstr ""
16261
16262 #: builtin/submodule--helper.c:1297 builtin/submodule--helper.c:1300
16263 #, c-format
16264 msgid "submodule '%s' cannot add alternate: %s"
16265 msgstr ""
16266
16267 #: builtin/submodule--helper.c:1336
16268 #, c-format
16269 msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
16270 msgstr ""
16271
16272 #: builtin/submodule--helper.c:1343
16273 #, c-format
16274 msgid "Value '%s' for submodule.alternateLocation is not recognized"
16275 msgstr ""
16276
16277 #: builtin/submodule--helper.c:1366
16278 msgid "where the new submodule will be cloned to"
16279 msgstr ""
16280
16281 #: builtin/submodule--helper.c:1369
16282 msgid "name of the new submodule"
16283 msgstr ""
16284
16285 #: builtin/submodule--helper.c:1372
16286 msgid "url where to clone the submodule from"
16287 msgstr ""
16288
16289 #: builtin/submodule--helper.c:1380
16290 msgid "depth for shallow clones"
16291 msgstr ""
16292
16293 #: builtin/submodule--helper.c:1383 builtin/submodule--helper.c:1868
16294 msgid "force cloning progress"
16295 msgstr ""
16296
16297 #: builtin/submodule--helper.c:1388
16298 msgid ""
16299 "git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
16300 "<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
16301 msgstr ""
16302
16303 #: builtin/submodule--helper.c:1419
16304 #, c-format
16305 msgid "clone of '%s' into submodule path '%s' failed"
16306 msgstr ""
16307
16308 #: builtin/submodule--helper.c:1433
16309 #, c-format
16310 msgid "could not get submodule directory for '%s'"
16311 msgstr ""
16312
16313 #: builtin/submodule--helper.c:1469
16314 #, c-format
16315 msgid "Invalid update mode '%s' for submodule path '%s'"
16316 msgstr ""
16317
16318 #: builtin/submodule--helper.c:1473
16319 #, c-format
16320 msgid "Invalid update mode '%s' configured for submodule path '%s'"
16321 msgstr ""
16322
16323 #: builtin/submodule--helper.c:1566
16324 #, c-format
16325 msgid "Submodule path '%s' not initialized"
16326 msgstr ""
16327
16328 #: builtin/submodule--helper.c:1570
16329 msgid "Maybe you want to use 'update --init'?"
16330 msgstr ""
16331
16332 #: builtin/submodule--helper.c:1600
16333 #, c-format
16334 msgid "Skipping unmerged submodule %s"
16335 msgstr ""
16336
16337 #: builtin/submodule--helper.c:1629
16338 #, c-format
16339 msgid "Skipping submodule '%s'"
16340 msgstr ""
16341
16342 #: builtin/submodule--helper.c:1773
16343 #, c-format
16344 msgid "Failed to clone '%s'. Retry scheduled"
16345 msgstr ""
16346
16347 #: builtin/submodule--helper.c:1784
16348 #, c-format
16349 msgid "Failed to clone '%s' a second time, aborting"
16350 msgstr ""
16351
16352 #: builtin/submodule--helper.c:1847 builtin/submodule--helper.c:2089
16353 msgid "path into the working tree"
16354 msgstr ""
16355
16356 #: builtin/submodule--helper.c:1850
16357 msgid "path into the working tree, across nested submodule boundaries"
16358 msgstr ""
16359
16360 #: builtin/submodule--helper.c:1854
16361 msgid "rebase, merge, checkout or none"
16362 msgstr ""
16363
16364 #: builtin/submodule--helper.c:1860
16365 msgid "Create a shallow clone truncated to the specified number of revisions"
16366 msgstr ""
16367
16368 #: builtin/submodule--helper.c:1863
16369 msgid "parallel jobs"
16370 msgstr ""
16371
16372 #: builtin/submodule--helper.c:1865
16373 msgid "whether the initial clone should follow the shallow recommendation"
16374 msgstr ""
16375
16376 #: builtin/submodule--helper.c:1866
16377 msgid "don't print cloning progress"
16378 msgstr ""
16379
16380 #: builtin/submodule--helper.c:1873
16381 msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
16382 msgstr ""
16383
16384 #: builtin/submodule--helper.c:1886
16385 msgid "bad value for update parameter"
16386 msgstr ""
16387
16388 #: builtin/submodule--helper.c:1934
16389 #, c-format
16390 msgid ""
16391 "Submodule (%s) branch configured to inherit branch from superproject, but "
16392 "the superproject is not on any branch"
16393 msgstr ""
16394
16395 #: builtin/submodule--helper.c:2057
16396 #, c-format
16397 msgid "could not get a repository handle for submodule '%s'"
16398 msgstr ""
16399
16400 #: builtin/submodule--helper.c:2090
16401 msgid "recurse into submodules"
16402 msgstr ""
16403
16404 #: builtin/submodule--helper.c:2096
16405 msgid "git submodule--helper embed-git-dir [<path>...]"
16406 msgstr ""
16407
16408 #: builtin/submodule--helper.c:2152
16409 msgid "check if it is safe to write to the .gitmodules file"
16410 msgstr ""
16411
16412 #: builtin/submodule--helper.c:2157
16413 msgid "git submodule--helper config name [value]"
16414 msgstr ""
16415
16416 #: builtin/submodule--helper.c:2158
16417 msgid "git submodule--helper config --check-writeable"
16418 msgstr ""
16419
16420 #: builtin/submodule--helper.c:2175 git-submodule.sh:169
16421 #, sh-format
16422 msgid "please make sure that the .gitmodules file is in the working tree"
16423 msgstr ""
16424
16425 #: builtin/submodule--helper.c:2225
16426 #, c-format
16427 msgid "%s doesn't support --super-prefix"
16428 msgstr ""
16429
16430 #: builtin/submodule--helper.c:2231
16431 #, c-format
16432 msgid "'%s' is not a valid submodule--helper subcommand"
16433 msgstr ""
16434
16435 #: builtin/symbolic-ref.c:8
16436 msgid "git symbolic-ref [<options>] <name> [<ref>]"
16437 msgstr ""
16438
16439 #: builtin/symbolic-ref.c:9
16440 msgid "git symbolic-ref -d [-q] <name>"
16441 msgstr ""
16442
16443 #: builtin/symbolic-ref.c:40
16444 msgid "suppress error message for non-symbolic (detached) refs"
16445 msgstr ""
16446
16447 #: builtin/symbolic-ref.c:41
16448 msgid "delete symbolic ref"
16449 msgstr ""
16450
16451 #: builtin/symbolic-ref.c:42
16452 msgid "shorten ref output"
16453 msgstr ""
16454
16455 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:363
16456 msgid "reason"
16457 msgstr ""
16458
16459 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:363
16460 msgid "reason of the update"
16461 msgstr ""
16462
16463 #: builtin/tag.c:25
16464 msgid ""
16465 "git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
16466 "[<head>]"
16467 msgstr ""
16468
16469 #: builtin/tag.c:26
16470 msgid "git tag -d <tagname>..."
16471 msgstr ""
16472
16473 #: builtin/tag.c:27
16474 msgid ""
16475 "git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
16476 "points-at <object>]\n"
16477 "\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
16478 msgstr ""
16479
16480 #: builtin/tag.c:29
16481 msgid "git tag -v [--format=<format>] <tagname>..."
16482 msgstr ""
16483
16484 #: builtin/tag.c:87
16485 #, c-format
16486 msgid "tag '%s' not found."
16487 msgstr ""
16488
16489 #: builtin/tag.c:103
16490 #, c-format
16491 msgid "Deleted tag '%s' (was %s)\n"
16492 msgstr ""
16493
16494 #: builtin/tag.c:133
16495 #, c-format
16496 msgid ""
16497 "\n"
16498 "Write a message for tag:\n"
16499 "  %s\n"
16500 "Lines starting with '%c' will be ignored.\n"
16501 msgstr ""
16502
16503 #: builtin/tag.c:137
16504 #, c-format
16505 msgid ""
16506 "\n"
16507 "Write a message for tag:\n"
16508 "  %s\n"
16509 "Lines starting with '%c' will be kept; you may remove them yourself if you "
16510 "want to.\n"
16511 msgstr ""
16512
16513 #: builtin/tag.c:191
16514 msgid "unable to sign the tag"
16515 msgstr ""
16516
16517 #: builtin/tag.c:193
16518 msgid "unable to write tag file"
16519 msgstr ""
16520
16521 #: builtin/tag.c:218
16522 msgid "bad object type."
16523 msgstr ""
16524
16525 #: builtin/tag.c:267
16526 msgid "no tag message?"
16527 msgstr ""
16528
16529 #: builtin/tag.c:274
16530 #, c-format
16531 msgid "The tag message has been left in %s\n"
16532 msgstr ""
16533
16534 #: builtin/tag.c:385
16535 msgid "list tag names"
16536 msgstr ""
16537
16538 #: builtin/tag.c:387
16539 msgid "print <n> lines of each tag message"
16540 msgstr ""
16541
16542 #: builtin/tag.c:389
16543 msgid "delete tags"
16544 msgstr ""
16545
16546 #: builtin/tag.c:390
16547 msgid "verify tags"
16548 msgstr ""
16549
16550 #: builtin/tag.c:392
16551 msgid "Tag creation options"
16552 msgstr ""
16553
16554 #: builtin/tag.c:394
16555 msgid "annotated tag, needs a message"
16556 msgstr ""
16557
16558 #: builtin/tag.c:396
16559 msgid "tag message"
16560 msgstr ""
16561
16562 #: builtin/tag.c:398
16563 msgid "force edit of tag message"
16564 msgstr ""
16565
16566 #: builtin/tag.c:399
16567 msgid "annotated and GPG-signed tag"
16568 msgstr ""
16569
16570 #: builtin/tag.c:403
16571 msgid "use another key to sign the tag"
16572 msgstr ""
16573
16574 #: builtin/tag.c:404
16575 msgid "replace the tag if exists"
16576 msgstr ""
16577
16578 #: builtin/tag.c:405 builtin/update-ref.c:369
16579 msgid "create a reflog"
16580 msgstr ""
16581
16582 #: builtin/tag.c:407
16583 msgid "Tag listing options"
16584 msgstr ""
16585
16586 #: builtin/tag.c:408
16587 msgid "show tag list in columns"
16588 msgstr ""
16589
16590 #: builtin/tag.c:409 builtin/tag.c:411
16591 msgid "print only tags that contain the commit"
16592 msgstr ""
16593
16594 #: builtin/tag.c:410 builtin/tag.c:412
16595 msgid "print only tags that don't contain the commit"
16596 msgstr ""
16597
16598 #: builtin/tag.c:413
16599 msgid "print only tags that are merged"
16600 msgstr ""
16601
16602 #: builtin/tag.c:414
16603 msgid "print only tags that are not merged"
16604 msgstr ""
16605
16606 #: builtin/tag.c:419
16607 msgid "print only tags of the object"
16608 msgstr ""
16609
16610 #: builtin/tag.c:463
16611 msgid "--column and -n are incompatible"
16612 msgstr ""
16613
16614 #: builtin/tag.c:485
16615 msgid "-n option is only allowed in list mode"
16616 msgstr ""
16617
16618 #: builtin/tag.c:487
16619 msgid "--contains option is only allowed in list mode"
16620 msgstr ""
16621
16622 #: builtin/tag.c:489
16623 msgid "--no-contains option is only allowed in list mode"
16624 msgstr ""
16625
16626 #: builtin/tag.c:491
16627 msgid "--points-at option is only allowed in list mode"
16628 msgstr ""
16629
16630 #: builtin/tag.c:493
16631 msgid "--merged and --no-merged options are only allowed in list mode"
16632 msgstr ""
16633
16634 #: builtin/tag.c:504
16635 msgid "only one -F or -m option is allowed."
16636 msgstr ""
16637
16638 #: builtin/tag.c:523
16639 msgid "too many params"
16640 msgstr ""
16641
16642 #: builtin/tag.c:529
16643 #, c-format
16644 msgid "'%s' is not a valid tag name."
16645 msgstr ""
16646
16647 #: builtin/tag.c:534
16648 #, c-format
16649 msgid "tag '%s' already exists"
16650 msgstr ""
16651
16652 #: builtin/tag.c:565
16653 #, c-format
16654 msgid "Updated tag '%s' (was %s)\n"
16655 msgstr ""
16656
16657 #: builtin/unpack-objects.c:500
16658 msgid "Unpacking objects"
16659 msgstr ""
16660
16661 #: builtin/update-index.c:82
16662 #, c-format
16663 msgid "failed to create directory %s"
16664 msgstr ""
16665
16666 #: builtin/update-index.c:98
16667 #, c-format
16668 msgid "failed to create file %s"
16669 msgstr ""
16670
16671 #: builtin/update-index.c:106
16672 #, c-format
16673 msgid "failed to delete file %s"
16674 msgstr ""
16675
16676 #: builtin/update-index.c:113 builtin/update-index.c:219
16677 #, c-format
16678 msgid "failed to delete directory %s"
16679 msgstr ""
16680
16681 #: builtin/update-index.c:138
16682 #, c-format
16683 msgid "Testing mtime in '%s' "
16684 msgstr ""
16685
16686 #: builtin/update-index.c:152
16687 msgid "directory stat info does not change after adding a new file"
16688 msgstr ""
16689
16690 #: builtin/update-index.c:165
16691 msgid "directory stat info does not change after adding a new directory"
16692 msgstr ""
16693
16694 #: builtin/update-index.c:178
16695 msgid "directory stat info changes after updating a file"
16696 msgstr ""
16697
16698 #: builtin/update-index.c:189
16699 msgid "directory stat info changes after adding a file inside subdirectory"
16700 msgstr ""
16701
16702 #: builtin/update-index.c:200
16703 msgid "directory stat info does not change after deleting a file"
16704 msgstr ""
16705
16706 #: builtin/update-index.c:213
16707 msgid "directory stat info does not change after deleting a directory"
16708 msgstr ""
16709
16710 #: builtin/update-index.c:220
16711 msgid " OK"
16712 msgstr ""
16713
16714 #: builtin/update-index.c:588
16715 msgid "git update-index [<options>] [--] [<file>...]"
16716 msgstr ""
16717
16718 #: builtin/update-index.c:961
16719 msgid "continue refresh even when index needs update"
16720 msgstr ""
16721
16722 #: builtin/update-index.c:964
16723 msgid "refresh: ignore submodules"
16724 msgstr ""
16725
16726 #: builtin/update-index.c:967
16727 msgid "do not ignore new files"
16728 msgstr ""
16729
16730 #: builtin/update-index.c:969
16731 msgid "let files replace directories and vice-versa"
16732 msgstr ""
16733
16734 #: builtin/update-index.c:971
16735 msgid "notice files missing from worktree"
16736 msgstr ""
16737
16738 #: builtin/update-index.c:973
16739 msgid "refresh even if index contains unmerged entries"
16740 msgstr ""
16741
16742 #: builtin/update-index.c:976
16743 msgid "refresh stat information"
16744 msgstr ""
16745
16746 #: builtin/update-index.c:980
16747 msgid "like --refresh, but ignore assume-unchanged setting"
16748 msgstr ""
16749
16750 #: builtin/update-index.c:984
16751 msgid "<mode>,<object>,<path>"
16752 msgstr ""
16753
16754 #: builtin/update-index.c:985
16755 msgid "add the specified entry to the index"
16756 msgstr ""
16757
16758 #: builtin/update-index.c:994
16759 msgid "mark files as \"not changing\""
16760 msgstr ""
16761
16762 #: builtin/update-index.c:997
16763 msgid "clear assumed-unchanged bit"
16764 msgstr ""
16765
16766 #: builtin/update-index.c:1000
16767 msgid "mark files as \"index-only\""
16768 msgstr ""
16769
16770 #: builtin/update-index.c:1003
16771 msgid "clear skip-worktree bit"
16772 msgstr ""
16773
16774 #: builtin/update-index.c:1006
16775 msgid "add to index only; do not add content to object database"
16776 msgstr ""
16777
16778 #: builtin/update-index.c:1008
16779 msgid "remove named paths even if present in worktree"
16780 msgstr ""
16781
16782 #: builtin/update-index.c:1010
16783 msgid "with --stdin: input lines are terminated by null bytes"
16784 msgstr ""
16785
16786 #: builtin/update-index.c:1012
16787 msgid "read list of paths to be updated from standard input"
16788 msgstr ""
16789
16790 #: builtin/update-index.c:1016
16791 msgid "add entries from standard input to the index"
16792 msgstr ""
16793
16794 #: builtin/update-index.c:1020
16795 msgid "repopulate stages #2 and #3 for the listed paths"
16796 msgstr ""
16797
16798 #: builtin/update-index.c:1024
16799 msgid "only update entries that differ from HEAD"
16800 msgstr ""
16801
16802 #: builtin/update-index.c:1028
16803 msgid "ignore files missing from worktree"
16804 msgstr ""
16805
16806 #: builtin/update-index.c:1031
16807 msgid "report actions to standard output"
16808 msgstr ""
16809
16810 #: builtin/update-index.c:1033
16811 msgid "(for porcelains) forget saved unresolved conflicts"
16812 msgstr ""
16813
16814 #: builtin/update-index.c:1037
16815 msgid "write index in this format"
16816 msgstr ""
16817
16818 #: builtin/update-index.c:1039
16819 msgid "enable or disable split index"
16820 msgstr ""
16821
16822 #: builtin/update-index.c:1041
16823 msgid "enable/disable untracked cache"
16824 msgstr ""
16825
16826 #: builtin/update-index.c:1043
16827 msgid "test if the filesystem supports untracked cache"
16828 msgstr ""
16829
16830 #: builtin/update-index.c:1045
16831 msgid "enable untracked cache without testing the filesystem"
16832 msgstr ""
16833
16834 #: builtin/update-index.c:1047
16835 msgid "write out the index even if is not flagged as changed"
16836 msgstr ""
16837
16838 #: builtin/update-index.c:1049
16839 msgid "enable or disable file system monitor"
16840 msgstr ""
16841
16842 #: builtin/update-index.c:1051
16843 msgid "mark files as fsmonitor valid"
16844 msgstr ""
16845
16846 #: builtin/update-index.c:1054
16847 msgid "clear fsmonitor valid bit"
16848 msgstr ""
16849
16850 #: builtin/update-index.c:1153
16851 msgid ""
16852 "core.splitIndex is set to false; remove or change it, if you really want to "
16853 "enable split index"
16854 msgstr ""
16855
16856 #: builtin/update-index.c:1162
16857 msgid ""
16858 "core.splitIndex is set to true; remove or change it, if you really want to "
16859 "disable split index"
16860 msgstr ""
16861
16862 #: builtin/update-index.c:1173
16863 msgid ""
16864 "core.untrackedCache is set to true; remove or change it, if you really want "
16865 "to disable the untracked cache"
16866 msgstr ""
16867
16868 #: builtin/update-index.c:1177
16869 msgid "Untracked cache disabled"
16870 msgstr ""
16871
16872 #: builtin/update-index.c:1185
16873 msgid ""
16874 "core.untrackedCache is set to false; remove or change it, if you really want "
16875 "to enable the untracked cache"
16876 msgstr ""
16877
16878 #: builtin/update-index.c:1189
16879 #, c-format
16880 msgid "Untracked cache enabled for '%s'"
16881 msgstr ""
16882
16883 #: builtin/update-index.c:1197
16884 msgid "core.fsmonitor is unset; set it if you really want to enable fsmonitor"
16885 msgstr ""
16886
16887 #: builtin/update-index.c:1201
16888 msgid "fsmonitor enabled"
16889 msgstr ""
16890
16891 #: builtin/update-index.c:1204
16892 msgid ""
16893 "core.fsmonitor is set; remove it if you really want to disable fsmonitor"
16894 msgstr ""
16895
16896 #: builtin/update-index.c:1208
16897 msgid "fsmonitor disabled"
16898 msgstr ""
16899
16900 #: builtin/update-ref.c:10
16901 msgid "git update-ref [<options>] -d <refname> [<old-val>]"
16902 msgstr ""
16903
16904 #: builtin/update-ref.c:11
16905 msgid "git update-ref [<options>]    <refname> <new-val> [<old-val>]"
16906 msgstr ""
16907
16908 #: builtin/update-ref.c:12
16909 msgid "git update-ref [<options>] --stdin [-z]"
16910 msgstr ""
16911
16912 #: builtin/update-ref.c:364
16913 msgid "delete the reference"
16914 msgstr ""
16915
16916 #: builtin/update-ref.c:366
16917 msgid "update <refname> not the one it points to"
16918 msgstr ""
16919
16920 #: builtin/update-ref.c:367
16921 msgid "stdin has NUL-terminated arguments"
16922 msgstr ""
16923
16924 #: builtin/update-ref.c:368
16925 msgid "read updates from stdin"
16926 msgstr ""
16927
16928 #: builtin/update-server-info.c:7
16929 msgid "git update-server-info [--force]"
16930 msgstr ""
16931
16932 #: builtin/update-server-info.c:15
16933 msgid "update the info files from scratch"
16934 msgstr ""
16935
16936 #: builtin/upload-pack.c:11
16937 msgid "git upload-pack [<options>] <dir>"
16938 msgstr ""
16939
16940 #: builtin/upload-pack.c:25
16941 msgid "exit immediately after initial ref advertisement"
16942 msgstr ""
16943
16944 #: builtin/upload-pack.c:27
16945 msgid "do not try <directory>/.git/ if <directory> is no Git directory"
16946 msgstr ""
16947
16948 #: builtin/upload-pack.c:29
16949 msgid "interrupt transfer after <n> seconds of inactivity"
16950 msgstr ""
16951
16952 #: builtin/verify-commit.c:20
16953 msgid "git verify-commit [-v | --verbose] <commit>..."
16954 msgstr ""
16955
16956 #: builtin/verify-commit.c:76
16957 msgid "print commit contents"
16958 msgstr ""
16959
16960 #: builtin/verify-commit.c:77 builtin/verify-tag.c:38
16961 msgid "print raw gpg status output"
16962 msgstr ""
16963
16964 #: builtin/verify-pack.c:55
16965 msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
16966 msgstr ""
16967
16968 #: builtin/verify-pack.c:65
16969 msgid "verbose"
16970 msgstr ""
16971
16972 #: builtin/verify-pack.c:67
16973 msgid "show statistics only"
16974 msgstr ""
16975
16976 #: builtin/verify-tag.c:19
16977 msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
16978 msgstr ""
16979
16980 #: builtin/verify-tag.c:37
16981 msgid "print tag contents"
16982 msgstr ""
16983
16984 #: builtin/worktree.c:17
16985 msgid "git worktree add [<options>] <path> [<commit-ish>]"
16986 msgstr ""
16987
16988 #: builtin/worktree.c:18
16989 msgid "git worktree list [<options>]"
16990 msgstr ""
16991
16992 #: builtin/worktree.c:19
16993 msgid "git worktree lock [<options>] <path>"
16994 msgstr ""
16995
16996 #: builtin/worktree.c:20
16997 msgid "git worktree move <worktree> <new-path>"
16998 msgstr ""
16999
17000 #: builtin/worktree.c:21
17001 msgid "git worktree prune [<options>]"
17002 msgstr ""
17003
17004 #: builtin/worktree.c:22
17005 msgid "git worktree remove [<options>] <worktree>"
17006 msgstr ""
17007
17008 #: builtin/worktree.c:23
17009 msgid "git worktree unlock <path>"
17010 msgstr ""
17011
17012 #: builtin/worktree.c:60 builtin/worktree.c:871
17013 #, c-format
17014 msgid "failed to delete '%s'"
17015 msgstr ""
17016
17017 #: builtin/worktree.c:79
17018 #, c-format
17019 msgid "Removing worktrees/%s: not a valid directory"
17020 msgstr ""
17021
17022 #: builtin/worktree.c:85
17023 #, c-format
17024 msgid "Removing worktrees/%s: gitdir file does not exist"
17025 msgstr ""
17026
17027 #: builtin/worktree.c:90 builtin/worktree.c:99
17028 #, c-format
17029 msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
17030 msgstr ""
17031
17032 #: builtin/worktree.c:109
17033 #, c-format
17034 msgid ""
17035 "Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "
17036 "%<PRIuMAX>)"
17037 msgstr ""
17038
17039 #: builtin/worktree.c:117
17040 #, c-format
17041 msgid "Removing worktrees/%s: invalid gitdir file"
17042 msgstr ""
17043
17044 #: builtin/worktree.c:126
17045 #, c-format
17046 msgid "Removing worktrees/%s: gitdir file points to non-existent location"
17047 msgstr ""
17048
17049 #: builtin/worktree.c:165
17050 msgid "report pruned working trees"
17051 msgstr ""
17052
17053 #: builtin/worktree.c:167
17054 msgid "expire working trees older than <time>"
17055 msgstr ""
17056
17057 #: builtin/worktree.c:234
17058 #, c-format
17059 msgid "'%s' already exists"
17060 msgstr ""
17061
17062 #: builtin/worktree.c:251
17063 #, c-format
17064 msgid "unable to re-add worktree '%s'"
17065 msgstr ""
17066
17067 #: builtin/worktree.c:256
17068 #, c-format
17069 msgid ""
17070 "'%s' is a missing but locked worktree;\n"
17071 "use 'add -f -f' to override, or 'unlock' and 'prune' or 'remove' to clear"
17072 msgstr ""
17073
17074 #: builtin/worktree.c:258
17075 #, c-format
17076 msgid ""
17077 "'%s' is a missing but already registered worktree;\n"
17078 "use 'add -f' to override, or 'prune' or 'remove' to clear"
17079 msgstr ""
17080
17081 #: builtin/worktree.c:309
17082 #, c-format
17083 msgid "could not create directory of '%s'"
17084 msgstr ""
17085
17086 #: builtin/worktree.c:428 builtin/worktree.c:434
17087 #, c-format
17088 msgid "Preparing worktree (new branch '%s')"
17089 msgstr ""
17090
17091 #: builtin/worktree.c:430
17092 #, c-format
17093 msgid "Preparing worktree (resetting branch '%s'; was at %s)"
17094 msgstr ""
17095
17096 #: builtin/worktree.c:439
17097 #, c-format
17098 msgid "Preparing worktree (checking out '%s')"
17099 msgstr ""
17100
17101 #: builtin/worktree.c:445
17102 #, c-format
17103 msgid "Preparing worktree (detached HEAD %s)"
17104 msgstr ""
17105
17106 #: builtin/worktree.c:486
17107 msgid "checkout <branch> even if already checked out in other worktree"
17108 msgstr ""
17109
17110 #: builtin/worktree.c:489
17111 msgid "create a new branch"
17112 msgstr ""
17113
17114 #: builtin/worktree.c:491
17115 msgid "create or reset a branch"
17116 msgstr ""
17117
17118 #: builtin/worktree.c:493
17119 msgid "populate the new working tree"
17120 msgstr ""
17121
17122 #: builtin/worktree.c:494
17123 msgid "keep the new working tree locked"
17124 msgstr ""
17125
17126 #: builtin/worktree.c:497
17127 msgid "set up tracking mode (see git-branch(1))"
17128 msgstr ""
17129
17130 #: builtin/worktree.c:500
17131 msgid "try to match the new branch name with a remote-tracking branch"
17132 msgstr ""
17133
17134 #: builtin/worktree.c:508
17135 msgid "-b, -B, and --detach are mutually exclusive"
17136 msgstr ""
17137
17138 #: builtin/worktree.c:569
17139 msgid "--[no-]track can only be used if a new branch is created"
17140 msgstr ""
17141
17142 #: builtin/worktree.c:669
17143 msgid "reason for locking"
17144 msgstr ""
17145
17146 #: builtin/worktree.c:681 builtin/worktree.c:714 builtin/worktree.c:772
17147 #: builtin/worktree.c:899
17148 #, c-format
17149 msgid "'%s' is not a working tree"
17150 msgstr ""
17151
17152 #: builtin/worktree.c:683 builtin/worktree.c:716
17153 msgid "The main working tree cannot be locked or unlocked"
17154 msgstr ""
17155
17156 #: builtin/worktree.c:688
17157 #, c-format
17158 msgid "'%s' is already locked, reason: %s"
17159 msgstr ""
17160
17161 #: builtin/worktree.c:690
17162 #, c-format
17163 msgid "'%s' is already locked"
17164 msgstr ""
17165
17166 #: builtin/worktree.c:718
17167 #, c-format
17168 msgid "'%s' is not locked"
17169 msgstr ""
17170
17171 #: builtin/worktree.c:743
17172 msgid "working trees containing submodules cannot be moved or removed"
17173 msgstr ""
17174
17175 #: builtin/worktree.c:751
17176 msgid "force move even if worktree is dirty or locked"
17177 msgstr ""
17178
17179 #: builtin/worktree.c:774 builtin/worktree.c:901
17180 #, c-format
17181 msgid "'%s' is a main working tree"
17182 msgstr ""
17183
17184 #: builtin/worktree.c:779
17185 #, c-format
17186 msgid "could not figure out destination name from '%s'"
17187 msgstr ""
17188
17189 #: builtin/worktree.c:785
17190 #, c-format
17191 msgid "target '%s' already exists"
17192 msgstr ""
17193
17194 #: builtin/worktree.c:793
17195 #, c-format
17196 msgid ""
17197 "cannot move a locked working tree, lock reason: %s\n"
17198 "use 'move -f -f' to override or unlock first"
17199 msgstr ""
17200
17201 #: builtin/worktree.c:795
17202 msgid ""
17203 "cannot move a locked working tree;\n"
17204 "use 'move -f -f' to override or unlock first"
17205 msgstr ""
17206
17207 #: builtin/worktree.c:798
17208 #, c-format
17209 msgid "validation failed, cannot move working tree: %s"
17210 msgstr ""
17211
17212 #: builtin/worktree.c:803
17213 #, c-format
17214 msgid "failed to move '%s' to '%s'"
17215 msgstr ""
17216
17217 #: builtin/worktree.c:851
17218 #, c-format
17219 msgid "failed to run 'git status' on '%s'"
17220 msgstr ""
17221
17222 #: builtin/worktree.c:855
17223 #, c-format
17224 msgid "'%s' is dirty, use --force to delete it"
17225 msgstr ""
17226
17227 #: builtin/worktree.c:860
17228 #, c-format
17229 msgid "failed to run 'git status' on '%s', code %d"
17230 msgstr ""
17231
17232 #: builtin/worktree.c:883
17233 msgid "force removal even if worktree is dirty or locked"
17234 msgstr ""
17235
17236 #: builtin/worktree.c:906
17237 #, c-format
17238 msgid ""
17239 "cannot remove a locked working tree, lock reason: %s\n"
17240 "use 'remove -f -f' to override or unlock first"
17241 msgstr ""
17242
17243 #: builtin/worktree.c:908
17244 msgid ""
17245 "cannot remove a locked working tree;\n"
17246 "use 'remove -f -f' to override or unlock first"
17247 msgstr ""
17248
17249 #: builtin/worktree.c:911
17250 #, c-format
17251 msgid "validation failed, cannot remove working tree: %s"
17252 msgstr ""
17253
17254 #: builtin/write-tree.c:14
17255 msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
17256 msgstr ""
17257
17258 #: builtin/write-tree.c:27
17259 msgid "<prefix>/"
17260 msgstr ""
17261
17262 #: builtin/write-tree.c:28
17263 msgid "write tree object for a subdirectory <prefix>"
17264 msgstr ""
17265
17266 #: builtin/write-tree.c:30
17267 msgid "only useful for debugging"
17268 msgstr ""
17269
17270 #: credential-cache--daemon.c:222
17271 #, c-format
17272 msgid ""
17273 "The permissions on your socket directory are too loose; other\n"
17274 "users may be able to read your cached credentials. Consider running:\n"
17275 "\n"
17276 "\tchmod 0700 %s"
17277 msgstr ""
17278
17279 #: credential-cache--daemon.c:271
17280 msgid "print debugging messages to stderr"
17281 msgstr ""
17282
17283 #: t/helper/test-reach.c:152
17284 #, c-format
17285 msgid "commit %s is not marked reachable"
17286 msgstr ""
17287
17288 #: t/helper/test-reach.c:162
17289 msgid "too many commits marked reachable"
17290 msgstr ""
17291
17292 #: git.c:27
17293 msgid ""
17294 "git [--version] [--help] [-C <path>] [-c <name>=<value>]\n"
17295 "           [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n"
17296 "           [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--"
17297 "bare]\n"
17298 "           [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]\n"
17299 "           <command> [<args>]"
17300 msgstr ""
17301
17302 #: git.c:34
17303 msgid ""
17304 "'git help -a' and 'git help -g' list available subcommands and some\n"
17305 "concept guides. See 'git help <command>' or 'git help <concept>'\n"
17306 "to read about a specific subcommand or concept."
17307 msgstr ""
17308
17309 #: git.c:173
17310 #, c-format
17311 msgid "no directory given for --git-dir\n"
17312 msgstr ""
17313
17314 #: git.c:187
17315 #, c-format
17316 msgid "no namespace given for --namespace\n"
17317 msgstr ""
17318
17319 #: git.c:201
17320 #, c-format
17321 msgid "no directory given for --work-tree\n"
17322 msgstr ""
17323
17324 #: git.c:215
17325 #, c-format
17326 msgid "no prefix given for --super-prefix\n"
17327 msgstr ""
17328
17329 #: git.c:237
17330 #, c-format
17331 msgid "-c expects a configuration string\n"
17332 msgstr ""
17333
17334 #: git.c:275
17335 #, c-format
17336 msgid "no directory given for -C\n"
17337 msgstr ""
17338
17339 #: git.c:300
17340 #, c-format
17341 msgid "unknown option: %s\n"
17342 msgstr ""
17343
17344 #: git.c:719
17345 #, c-format
17346 msgid "alias loop detected: expansion of '%s' does not terminate:%s"
17347 msgstr ""
17348
17349 #: git.c:802
17350 #, c-format
17351 msgid "expansion of alias '%s' failed; '%s' is not a git command\n"
17352 msgstr ""
17353
17354 #: git.c:814
17355 #, c-format
17356 msgid "failed to run command '%s': %s\n"
17357 msgstr ""
17358
17359 #: http.c:374
17360 #, c-format
17361 msgid "negative value for http.postbuffer; defaulting to %d"
17362 msgstr ""
17363
17364 #: http.c:395
17365 msgid "Delegation control is not supported with cURL < 7.22.0"
17366 msgstr ""
17367
17368 #: http.c:404
17369 msgid "Public key pinning not supported with cURL < 7.44.0"
17370 msgstr ""
17371
17372 #: http.c:837
17373 msgid "CURLSSLOPT_NO_REVOKE not supported with cURL < 7.44.0"
17374 msgstr ""
17375
17376 #: http.c:910
17377 msgid "Protocol restrictions not supported with cURL < 7.19.4"
17378 msgstr ""
17379
17380 #: http.c:1046
17381 #, c-format
17382 msgid "Unsupported SSL backend '%s'. Supported SSL backends:"
17383 msgstr ""
17384
17385 #: http.c:1053
17386 #, c-format
17387 msgid "Could not set SSL backend to '%s': cURL was built without SSL backends"
17388 msgstr ""
17389
17390 #: http.c:1057
17391 #, c-format
17392 msgid "Could not set SSL backend to '%s': already set"
17393 msgstr ""
17394
17395 #: http.c:1921
17396 #, c-format
17397 msgid ""
17398 "unable to update url base from redirection:\n"
17399 "  asked for: %s\n"
17400 "   redirect: %s"
17401 msgstr ""
17402
17403 #: remote-curl.c:401
17404 #, c-format
17405 msgid "redirecting to %s"
17406 msgstr ""
17407
17408 #: list-objects-filter-options.h:60
17409 msgid "args"
17410 msgstr ""
17411
17412 #: list-objects-filter-options.h:61
17413 msgid "object filtering"
17414 msgstr ""
17415
17416 #: parse-options.h:154
17417 msgid "expiry-date"
17418 msgstr ""
17419
17420 #: parse-options.h:169
17421 msgid "no-op (backward compatibility)"
17422 msgstr ""
17423
17424 #: parse-options.h:261
17425 msgid "be more verbose"
17426 msgstr ""
17427
17428 #: parse-options.h:263
17429 msgid "be more quiet"
17430 msgstr ""
17431
17432 #: parse-options.h:269
17433 msgid "use <n> digits to display SHA-1s"
17434 msgstr ""
17435
17436 #: command-list.h:50
17437 msgid "Add file contents to the index"
17438 msgstr ""
17439
17440 #: command-list.h:51
17441 msgid "Apply a series of patches from a mailbox"
17442 msgstr ""
17443
17444 #: command-list.h:52
17445 msgid "Annotate file lines with commit information"
17446 msgstr ""
17447
17448 #: command-list.h:53
17449 msgid "Apply a patch to files and/or to the index"
17450 msgstr ""
17451
17452 #: command-list.h:54
17453 msgid "Import a GNU Arch repository into Git"
17454 msgstr ""
17455
17456 #: command-list.h:55
17457 msgid "Create an archive of files from a named tree"
17458 msgstr ""
17459
17460 #: command-list.h:56
17461 msgid "Use binary search to find the commit that introduced a bug"
17462 msgstr ""
17463
17464 #: command-list.h:57
17465 msgid "Show what revision and author last modified each line of a file"
17466 msgstr ""
17467
17468 #: command-list.h:58
17469 msgid "List, create, or delete branches"
17470 msgstr ""
17471
17472 #: command-list.h:59
17473 msgid "Move objects and refs by archive"
17474 msgstr ""
17475
17476 #: command-list.h:60
17477 msgid "Provide content or type and size information for repository objects"
17478 msgstr ""
17479
17480 #: command-list.h:61
17481 msgid "Display gitattributes information"
17482 msgstr ""
17483
17484 #: command-list.h:62
17485 msgid "Debug gitignore / exclude files"
17486 msgstr ""
17487
17488 #: command-list.h:63
17489 msgid "Show canonical names and email addresses of contacts"
17490 msgstr ""
17491
17492 #: command-list.h:64
17493 msgid "Switch branches or restore working tree files"
17494 msgstr ""
17495
17496 #: command-list.h:65
17497 msgid "Copy files from the index to the working tree"
17498 msgstr ""
17499
17500 #: command-list.h:66
17501 msgid "Ensures that a reference name is well formed"
17502 msgstr ""
17503
17504 #: command-list.h:67
17505 msgid "Find commits yet to be applied to upstream"
17506 msgstr ""
17507
17508 #: command-list.h:68
17509 msgid "Apply the changes introduced by some existing commits"
17510 msgstr ""
17511
17512 #: command-list.h:69
17513 msgid "Graphical alternative to git-commit"
17514 msgstr ""
17515
17516 #: command-list.h:70
17517 msgid "Remove untracked files from the working tree"
17518 msgstr ""
17519
17520 #: command-list.h:71
17521 msgid "Clone a repository into a new directory"
17522 msgstr ""
17523
17524 #: command-list.h:72
17525 msgid "Display data in columns"
17526 msgstr ""
17527
17528 #: command-list.h:73
17529 msgid "Record changes to the repository"
17530 msgstr ""
17531
17532 #: command-list.h:74
17533 msgid "Write and verify Git commit-graph files"
17534 msgstr ""
17535
17536 #: command-list.h:75
17537 msgid "Create a new commit object"
17538 msgstr ""
17539
17540 #: command-list.h:76
17541 msgid "Get and set repository or global options"
17542 msgstr ""
17543
17544 #: command-list.h:77
17545 msgid "Count unpacked number of objects and their disk consumption"
17546 msgstr ""
17547
17548 #: command-list.h:78
17549 msgid "Retrieve and store user credentials"
17550 msgstr ""
17551
17552 #: command-list.h:79
17553 msgid "Helper to temporarily store passwords in memory"
17554 msgstr ""
17555
17556 #: command-list.h:80
17557 msgid "Helper to store credentials on disk"
17558 msgstr ""
17559
17560 #: command-list.h:81
17561 msgid "Export a single commit to a CVS checkout"
17562 msgstr ""
17563
17564 #: command-list.h:82
17565 msgid "Salvage your data out of another SCM people love to hate"
17566 msgstr ""
17567
17568 #: command-list.h:83
17569 msgid "A CVS server emulator for Git"
17570 msgstr ""
17571
17572 #: command-list.h:84
17573 msgid "A really simple server for Git repositories"
17574 msgstr ""
17575
17576 #: command-list.h:85
17577 msgid "Give an object a human readable name based on an available ref"
17578 msgstr ""
17579
17580 #: command-list.h:86
17581 msgid "Show changes between commits, commit and working tree, etc"
17582 msgstr ""
17583
17584 #: command-list.h:87
17585 msgid "Compares files in the working tree and the index"
17586 msgstr ""
17587
17588 #: command-list.h:88
17589 msgid "Compare a tree to the working tree or index"
17590 msgstr ""
17591
17592 #: command-list.h:89
17593 msgid "Compares the content and mode of blobs found via two tree objects"
17594 msgstr ""
17595
17596 #: command-list.h:90
17597 msgid "Show changes using common diff tools"
17598 msgstr ""
17599
17600 #: command-list.h:91
17601 msgid "Git data exporter"
17602 msgstr ""
17603
17604 #: command-list.h:92
17605 msgid "Backend for fast Git data importers"
17606 msgstr ""
17607
17608 #: command-list.h:93
17609 msgid "Download objects and refs from another repository"
17610 msgstr ""
17611
17612 #: command-list.h:94
17613 msgid "Receive missing objects from another repository"
17614 msgstr ""
17615
17616 #: command-list.h:95
17617 msgid "Rewrite branches"
17618 msgstr ""
17619
17620 #: command-list.h:96
17621 msgid "Produce a merge commit message"
17622 msgstr ""
17623
17624 #: command-list.h:97
17625 msgid "Output information on each ref"
17626 msgstr ""
17627
17628 #: command-list.h:98
17629 msgid "Prepare patches for e-mail submission"
17630 msgstr ""
17631
17632 #: command-list.h:99
17633 msgid "Verifies the connectivity and validity of the objects in the database"
17634 msgstr ""
17635
17636 #: command-list.h:100
17637 msgid "Cleanup unnecessary files and optimize the local repository"
17638 msgstr ""
17639
17640 #: command-list.h:101
17641 msgid "Extract commit ID from an archive created using git-archive"
17642 msgstr ""
17643
17644 #: command-list.h:102
17645 msgid "Print lines matching a pattern"
17646 msgstr ""
17647
17648 #: command-list.h:103
17649 msgid "A portable graphical interface to Git"
17650 msgstr ""
17651
17652 #: command-list.h:104
17653 msgid "Compute object ID and optionally creates a blob from a file"
17654 msgstr ""
17655
17656 #: command-list.h:105
17657 msgid "Display help information about Git"
17658 msgstr ""
17659
17660 #: command-list.h:106
17661 msgid "Server side implementation of Git over HTTP"
17662 msgstr ""
17663
17664 #: command-list.h:107
17665 msgid "Download from a remote Git repository via HTTP"
17666 msgstr ""
17667
17668 #: command-list.h:108
17669 msgid "Push objects over HTTP/DAV to another repository"
17670 msgstr ""
17671
17672 #: command-list.h:109
17673 msgid "Send a collection of patches from stdin to an IMAP folder"
17674 msgstr ""
17675
17676 #: command-list.h:110
17677 msgid "Build pack index file for an existing packed archive"
17678 msgstr ""
17679
17680 #: command-list.h:111
17681 msgid "Create an empty Git repository or reinitialize an existing one"
17682 msgstr ""
17683
17684 #: command-list.h:112
17685 msgid "Instantly browse your working repository in gitweb"
17686 msgstr ""
17687
17688 #: command-list.h:113
17689 msgid "add or parse structured information in commit messages"
17690 msgstr ""
17691
17692 #: command-list.h:114
17693 msgid "The Git repository browser"
17694 msgstr ""
17695
17696 #: command-list.h:115
17697 msgid "Show commit logs"
17698 msgstr ""
17699
17700 #: command-list.h:116
17701 msgid "Show information about files in the index and the working tree"
17702 msgstr ""
17703
17704 #: command-list.h:117
17705 msgid "List references in a remote repository"
17706 msgstr ""
17707
17708 #: command-list.h:118
17709 msgid "List the contents of a tree object"
17710 msgstr ""
17711
17712 #: command-list.h:119
17713 msgid "Extracts patch and authorship from a single e-mail message"
17714 msgstr ""
17715
17716 #: command-list.h:120
17717 msgid "Simple UNIX mbox splitter program"
17718 msgstr ""
17719
17720 #: command-list.h:121
17721 msgid "Join two or more development histories together"
17722 msgstr ""
17723
17724 #: command-list.h:122
17725 msgid "Find as good common ancestors as possible for a merge"
17726 msgstr ""
17727
17728 #: command-list.h:123
17729 msgid "Run a three-way file merge"
17730 msgstr ""
17731
17732 #: command-list.h:124
17733 msgid "Run a merge for files needing merging"
17734 msgstr ""
17735
17736 #: command-list.h:125
17737 msgid "The standard helper program to use with git-merge-index"
17738 msgstr ""
17739
17740 #: command-list.h:126
17741 msgid "Run merge conflict resolution tools to resolve merge conflicts"
17742 msgstr ""
17743
17744 #: command-list.h:127
17745 msgid "Show three-way merge without touching index"
17746 msgstr ""
17747
17748 #: command-list.h:128
17749 msgid "Write and verify multi-pack-indexes"
17750 msgstr ""
17751
17752 #: command-list.h:129
17753 msgid "Creates a tag object"
17754 msgstr ""
17755
17756 #: command-list.h:130
17757 msgid "Build a tree-object from ls-tree formatted text"
17758 msgstr ""
17759
17760 #: command-list.h:131
17761 msgid "Move or rename a file, a directory, or a symlink"
17762 msgstr ""
17763
17764 #: command-list.h:132
17765 msgid "Find symbolic names for given revs"
17766 msgstr ""
17767
17768 #: command-list.h:133
17769 msgid "Add or inspect object notes"
17770 msgstr ""
17771
17772 #: command-list.h:134
17773 msgid "Import from and submit to Perforce repositories"
17774 msgstr ""
17775
17776 #: command-list.h:135
17777 msgid "Create a packed archive of objects"
17778 msgstr ""
17779
17780 #: command-list.h:136
17781 msgid "Find redundant pack files"
17782 msgstr ""
17783
17784 #: command-list.h:137
17785 msgid "Pack heads and tags for efficient repository access"
17786 msgstr ""
17787
17788 #: command-list.h:138
17789 msgid "Routines to help parsing remote repository access parameters"
17790 msgstr ""
17791
17792 #: command-list.h:139
17793 msgid "Compute unique ID for a patch"
17794 msgstr ""
17795
17796 #: command-list.h:140
17797 msgid "Prune all unreachable objects from the object database"
17798 msgstr ""
17799
17800 #: command-list.h:141
17801 msgid "Remove extra objects that are already in pack files"
17802 msgstr ""
17803
17804 #: command-list.h:142
17805 msgid "Fetch from and integrate with another repository or a local branch"
17806 msgstr ""
17807
17808 #: command-list.h:143
17809 msgid "Update remote refs along with associated objects"
17810 msgstr ""
17811
17812 #: command-list.h:144
17813 msgid "Applies a quilt patchset onto the current branch"
17814 msgstr ""
17815
17816 #: command-list.h:145
17817 msgid "Compare two commit ranges (e.g. two versions of a branch)"
17818 msgstr ""
17819
17820 #: command-list.h:146
17821 msgid "Reads tree information into the index"
17822 msgstr ""
17823
17824 #: command-list.h:147
17825 msgid "Reapply commits on top of another base tip"
17826 msgstr ""
17827
17828 #: command-list.h:148
17829 msgid "Receive what is pushed into the repository"
17830 msgstr ""
17831
17832 #: command-list.h:149
17833 msgid "Manage reflog information"
17834 msgstr ""
17835
17836 #: command-list.h:150
17837 msgid "Manage set of tracked repositories"
17838 msgstr ""
17839
17840 #: command-list.h:151
17841 msgid "Pack unpacked objects in a repository"
17842 msgstr ""
17843
17844 #: command-list.h:152
17845 msgid "Create, list, delete refs to replace objects"
17846 msgstr ""
17847
17848 #: command-list.h:153
17849 msgid "Generates a summary of pending changes"
17850 msgstr ""
17851
17852 #: command-list.h:154
17853 msgid "Reuse recorded resolution of conflicted merges"
17854 msgstr ""
17855
17856 #: command-list.h:155
17857 msgid "Reset current HEAD to the specified state"
17858 msgstr ""
17859
17860 #: command-list.h:156
17861 msgid "Revert some existing commits"
17862 msgstr ""
17863
17864 #: command-list.h:157
17865 msgid "Lists commit objects in reverse chronological order"
17866 msgstr ""
17867
17868 #: command-list.h:158
17869 msgid "Pick out and massage parameters"
17870 msgstr ""
17871
17872 #: command-list.h:159
17873 msgid "Remove files from the working tree and from the index"
17874 msgstr ""
17875
17876 #: command-list.h:160
17877 msgid "Send a collection of patches as emails"
17878 msgstr ""
17879
17880 #: command-list.h:161
17881 msgid "Push objects over Git protocol to another repository"
17882 msgstr ""
17883
17884 #: command-list.h:162
17885 msgid "Restricted login shell for Git-only SSH access"
17886 msgstr ""
17887
17888 #: command-list.h:163
17889 msgid "Summarize 'git log' output"
17890 msgstr ""
17891
17892 #: command-list.h:164
17893 msgid "Show various types of objects"
17894 msgstr ""
17895
17896 #: command-list.h:165
17897 msgid "Show branches and their commits"
17898 msgstr ""
17899
17900 #: command-list.h:166
17901 msgid "Show packed archive index"
17902 msgstr ""
17903
17904 #: command-list.h:167
17905 msgid "List references in a local repository"
17906 msgstr ""
17907
17908 #: command-list.h:168
17909 msgid "Git's i18n setup code for shell scripts"
17910 msgstr ""
17911
17912 #: command-list.h:169
17913 msgid "Common Git shell script setup code"
17914 msgstr ""
17915
17916 #: command-list.h:170
17917 msgid "Stash the changes in a dirty working directory away"
17918 msgstr ""
17919
17920 #: command-list.h:171
17921 msgid "Add file contents to the staging area"
17922 msgstr ""
17923
17924 #: command-list.h:172
17925 msgid "Show the working tree status"
17926 msgstr ""
17927
17928 #: command-list.h:173
17929 msgid "Remove unnecessary whitespace"
17930 msgstr ""
17931
17932 #: command-list.h:174
17933 msgid "Initialize, update or inspect submodules"
17934 msgstr ""
17935
17936 #: command-list.h:175
17937 msgid "Bidirectional operation between a Subversion repository and Git"
17938 msgstr ""
17939
17940 #: command-list.h:176
17941 msgid "Read, modify and delete symbolic refs"
17942 msgstr ""
17943
17944 #: command-list.h:177
17945 msgid "Create, list, delete or verify a tag object signed with GPG"
17946 msgstr ""
17947
17948 #: command-list.h:178
17949 msgid "Creates a temporary file with a blob's contents"
17950 msgstr ""
17951
17952 #: command-list.h:179
17953 msgid "Unpack objects from a packed archive"
17954 msgstr ""
17955
17956 #: command-list.h:180
17957 msgid "Register file contents in the working tree to the index"
17958 msgstr ""
17959
17960 #: command-list.h:181
17961 msgid "Update the object name stored in a ref safely"
17962 msgstr ""
17963
17964 #: command-list.h:182
17965 msgid "Update auxiliary info file to help dumb servers"
17966 msgstr ""
17967
17968 #: command-list.h:183
17969 msgid "Send archive back to git-archive"
17970 msgstr ""
17971
17972 #: command-list.h:184
17973 msgid "Send objects packed back to git-fetch-pack"
17974 msgstr ""
17975
17976 #: command-list.h:185
17977 msgid "Show a Git logical variable"
17978 msgstr ""
17979
17980 #: command-list.h:186
17981 msgid "Check the GPG signature of commits"
17982 msgstr ""
17983
17984 #: command-list.h:187
17985 msgid "Validate packed Git archive files"
17986 msgstr ""
17987
17988 #: command-list.h:188
17989 msgid "Check the GPG signature of tags"
17990 msgstr ""
17991
17992 #: command-list.h:189
17993 msgid "Git web interface (web frontend to Git repositories)"
17994 msgstr ""
17995
17996 #: command-list.h:190
17997 msgid "Show logs with difference each commit introduces"
17998 msgstr ""
17999
18000 #: command-list.h:191
18001 msgid "Manage multiple working trees"
18002 msgstr ""
18003
18004 #: command-list.h:192
18005 msgid "Create a tree object from the current index"
18006 msgstr ""
18007
18008 #: command-list.h:193
18009 msgid "Defining attributes per path"
18010 msgstr ""
18011
18012 #: command-list.h:194
18013 msgid "Git command-line interface and conventions"
18014 msgstr ""
18015
18016 #: command-list.h:195
18017 msgid "A Git core tutorial for developers"
18018 msgstr ""
18019
18020 #: command-list.h:196
18021 msgid "Git for CVS users"
18022 msgstr ""
18023
18024 #: command-list.h:197
18025 msgid "Tweaking diff output"
18026 msgstr ""
18027
18028 #: command-list.h:198
18029 msgid "A useful minimum set of commands for Everyday Git"
18030 msgstr ""
18031
18032 #: command-list.h:199
18033 msgid "A Git Glossary"
18034 msgstr ""
18035
18036 #: command-list.h:200
18037 msgid "Hooks used by Git"
18038 msgstr ""
18039
18040 #: command-list.h:201
18041 msgid "Specifies intentionally untracked files to ignore"
18042 msgstr ""
18043
18044 #: command-list.h:202
18045 msgid "Defining submodule properties"
18046 msgstr ""
18047
18048 #: command-list.h:203
18049 msgid "Git namespaces"
18050 msgstr ""
18051
18052 #: command-list.h:204
18053 msgid "Git Repository Layout"
18054 msgstr ""
18055
18056 #: command-list.h:205
18057 msgid "Specifying revisions and ranges for Git"
18058 msgstr ""
18059
18060 #: command-list.h:206
18061 msgid "A tutorial introduction to Git: part two"
18062 msgstr ""
18063
18064 #: command-list.h:207
18065 msgid "A tutorial introduction to Git"
18066 msgstr ""
18067
18068 #: command-list.h:208
18069 msgid "An overview of recommended workflows with Git"
18070 msgstr ""
18071
18072 #: rerere.h:44
18073 msgid "update the index with reused conflict resolution if possible"
18074 msgstr ""
18075
18076 #: git-bisect.sh:54
18077 msgid "You need to start by \"git bisect start\""
18078 msgstr ""
18079
18080 #. TRANSLATORS: Make sure to include [Y] and [n] in your
18081 #. translation. The program will only accept English input
18082 #. at this point.
18083 #: git-bisect.sh:60
18084 msgid "Do you want me to do it for you [Y/n]? "
18085 msgstr ""
18086
18087 #: git-bisect.sh:121
18088 #, sh-format
18089 msgid "unrecognised option: '$arg'"
18090 msgstr ""
18091
18092 #: git-bisect.sh:125
18093 #, sh-format
18094 msgid "'$arg' does not appear to be a valid revision"
18095 msgstr ""
18096
18097 #: git-bisect.sh:154
18098 msgid "Bad HEAD - I need a HEAD"
18099 msgstr ""
18100
18101 #: git-bisect.sh:167
18102 #, sh-format
18103 msgid ""
18104 "Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
18105 msgstr ""
18106
18107 #: git-bisect.sh:177
18108 msgid "won't bisect on cg-seek'ed tree"
18109 msgstr ""
18110
18111 #: git-bisect.sh:181
18112 msgid "Bad HEAD - strange symbolic ref"
18113 msgstr ""
18114
18115 #: git-bisect.sh:233
18116 #, sh-format
18117 msgid "Bad bisect_write argument: $state"
18118 msgstr ""
18119
18120 #: git-bisect.sh:246
18121 #, sh-format
18122 msgid "Bad rev input: $arg"
18123 msgstr ""
18124
18125 #: git-bisect.sh:265
18126 #, sh-format
18127 msgid "Bad rev input: $bisected_head"
18128 msgstr ""
18129
18130 #: git-bisect.sh:274
18131 #, sh-format
18132 msgid "Bad rev input: $rev"
18133 msgstr ""
18134
18135 #: git-bisect.sh:283
18136 #, sh-format
18137 msgid "'git bisect $TERM_BAD' can take only one argument."
18138 msgstr ""
18139
18140 #: git-bisect.sh:306
18141 #, sh-format
18142 msgid "Warning: bisecting only with a $TERM_BAD commit."
18143 msgstr ""
18144
18145 #. TRANSLATORS: Make sure to include [Y] and [n] in your
18146 #. translation. The program will only accept English input
18147 #. at this point.
18148 #: git-bisect.sh:312
18149 msgid "Are you sure [Y/n]? "
18150 msgstr ""
18151
18152 #: git-bisect.sh:324
18153 #, sh-format
18154 msgid ""
18155 "You need to give me at least one $bad_syn and one $good_syn revision.\n"
18156 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
18157 msgstr ""
18158
18159 #: git-bisect.sh:327
18160 #, sh-format
18161 msgid ""
18162 "You need to start by \"git bisect start\".\n"
18163 "You then need to give me at least one $good_syn and one $bad_syn revision.\n"
18164 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
18165 msgstr ""
18166
18167 #: git-bisect.sh:398 git-bisect.sh:512
18168 msgid "We are not bisecting."
18169 msgstr ""
18170
18171 #: git-bisect.sh:405
18172 #, sh-format
18173 msgid "'$invalid' is not a valid commit"
18174 msgstr ""
18175
18176 #: git-bisect.sh:414
18177 #, sh-format
18178 msgid ""
18179 "Could not check out original HEAD '$branch'.\n"
18180 "Try 'git bisect reset <commit>'."
18181 msgstr ""
18182
18183 #: git-bisect.sh:422
18184 msgid "No logfile given"
18185 msgstr ""
18186
18187 #: git-bisect.sh:423
18188 #, sh-format
18189 msgid "cannot read $file for replaying"
18190 msgstr ""
18191
18192 #: git-bisect.sh:444
18193 msgid "?? what are you talking about?"
18194 msgstr ""
18195
18196 #: git-bisect.sh:453
18197 msgid "bisect run failed: no command provided."
18198 msgstr ""
18199
18200 #: git-bisect.sh:458
18201 #, sh-format
18202 msgid "running $command"
18203 msgstr ""
18204
18205 #: git-bisect.sh:465
18206 #, sh-format
18207 msgid ""
18208 "bisect run failed:\n"
18209 "exit code $res from '$command' is < 0 or >= 128"
18210 msgstr ""
18211
18212 #: git-bisect.sh:491
18213 msgid "bisect run cannot continue any more"
18214 msgstr ""
18215
18216 #: git-bisect.sh:497
18217 #, sh-format
18218 msgid ""
18219 "bisect run failed:\n"
18220 "'bisect_state $state' exited with error code $res"
18221 msgstr ""
18222
18223 #: git-bisect.sh:504
18224 msgid "bisect run success"
18225 msgstr ""
18226
18227 #: git-bisect.sh:533
18228 #, sh-format
18229 msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
18230 msgstr ""
18231
18232 #: git-bisect.sh:567
18233 msgid "no terms defined"
18234 msgstr ""
18235
18236 #: git-bisect.sh:584
18237 #, sh-format
18238 msgid ""
18239 "invalid argument $arg for 'git bisect terms'.\n"
18240 "Supported options are: --term-good|--term-old and --term-bad|--term-new."
18241 msgstr ""
18242
18243 #: git-merge-octopus.sh:46
18244 msgid ""
18245 "Error: Your local changes to the following files would be overwritten by "
18246 "merge"
18247 msgstr ""
18248
18249 #: git-merge-octopus.sh:61
18250 msgid "Automated merge did not work."
18251 msgstr ""
18252
18253 #: git-merge-octopus.sh:62
18254 msgid "Should not be doing an octopus."
18255 msgstr ""
18256
18257 #: git-merge-octopus.sh:73
18258 #, sh-format
18259 msgid "Unable to find common commit with $pretty_name"
18260 msgstr ""
18261
18262 #: git-merge-octopus.sh:77
18263 #, sh-format
18264 msgid "Already up to date with $pretty_name"
18265 msgstr ""
18266
18267 #: git-merge-octopus.sh:89
18268 #, sh-format
18269 msgid "Fast-forwarding to: $pretty_name"
18270 msgstr ""
18271
18272 #: git-merge-octopus.sh:97
18273 #, sh-format
18274 msgid "Trying simple merge with $pretty_name"
18275 msgstr ""
18276
18277 #: git-merge-octopus.sh:102
18278 msgid "Simple merge did not work, trying automatic merge."
18279 msgstr ""
18280
18281 #: git-legacy-rebase.sh:434
18282 #, sh-format
18283 msgid "Could not move back to $head_name"
18284 msgstr ""
18285
18286 #: git-legacy-rebase.sh:460
18287 #, sh-format
18288 msgid ""
18289 "It seems that there is already a $state_dir_base directory, and\n"
18290 "I wonder if you are in the middle of another rebase.  If that is the\n"
18291 "case, please try\n"
18292 "\t$cmd_live_rebase\n"
18293 "If that is not the case, please\n"
18294 "\t$cmd_clear_stale_rebase\n"
18295 "and run me again.  I am stopping in case you still have something\n"
18296 "valuable there."
18297 msgstr ""
18298
18299 #: git-legacy-rebase.sh:525
18300 msgid "error: cannot combine '--signoff' with '--preserve-merges'"
18301 msgstr ""
18302
18303 #: git-legacy-rebase.sh:570
18304 #, sh-format
18305 msgid "invalid upstream '$upstream_name'"
18306 msgstr ""
18307
18308 #: git-legacy-rebase.sh:594
18309 #, sh-format
18310 msgid "$onto_name: there are more than one merge bases"
18311 msgstr ""
18312
18313 #: git-legacy-rebase.sh:597 git-legacy-rebase.sh:601
18314 #, sh-format
18315 msgid "$onto_name: there is no merge base"
18316 msgstr ""
18317
18318 #: git-legacy-rebase.sh:606
18319 #, sh-format
18320 msgid "Does not point to a valid commit: $onto_name"
18321 msgstr ""
18322
18323 #: git-legacy-rebase.sh:632
18324 #, sh-format
18325 msgid "fatal: no such branch/commit '$branch_name'"
18326 msgstr ""
18327
18328 #: git-legacy-rebase.sh:670
18329 #, sh-format
18330 msgid "Created autostash: $stash_abbrev"
18331 msgstr ""
18332
18333 #: git-legacy-rebase.sh:699
18334 #, sh-format
18335 msgid "Current branch $branch_name is up to date."
18336 msgstr ""
18337
18338 #: git-legacy-rebase.sh:709
18339 #, sh-format
18340 msgid "Current branch $branch_name is up to date, rebase forced."
18341 msgstr ""
18342
18343 #: git-legacy-rebase.sh:723
18344 #, sh-format
18345 msgid "Changes to $onto:"
18346 msgstr ""
18347
18348 #: git-legacy-rebase.sh:725
18349 #, sh-format
18350 msgid "Changes from $mb to $onto:"
18351 msgstr ""
18352
18353 #: git-legacy-rebase.sh:736
18354 msgid "First, rewinding head to replay your work on top of it..."
18355 msgstr ""
18356
18357 #: git-legacy-rebase.sh:746
18358 #, sh-format
18359 msgid "Fast-forwarded $branch_name to $onto_name."
18360 msgstr ""
18361
18362 #: git-stash.sh:61
18363 msgid "git stash clear with parameters is unimplemented"
18364 msgstr ""
18365
18366 #: git-stash.sh:108
18367 msgid "You do not have the initial commit yet"
18368 msgstr ""
18369
18370 #: git-stash.sh:123
18371 msgid "Cannot save the current index state"
18372 msgstr ""
18373
18374 #: git-stash.sh:138
18375 msgid "Cannot save the untracked files"
18376 msgstr ""
18377
18378 #: git-stash.sh:158 git-stash.sh:171
18379 msgid "Cannot save the current worktree state"
18380 msgstr ""
18381
18382 #: git-stash.sh:175
18383 msgid "No changes selected"
18384 msgstr ""
18385
18386 #: git-stash.sh:178
18387 msgid "Cannot remove temporary index (can't happen)"
18388 msgstr ""
18389
18390 #: git-stash.sh:191
18391 msgid "Cannot record working tree state"
18392 msgstr ""
18393
18394 #: git-stash.sh:229
18395 #, sh-format
18396 msgid "Cannot update $ref_stash with $w_commit"
18397 msgstr ""
18398
18399 #: git-stash.sh:281
18400 #, sh-format
18401 msgid "error: unknown option for 'stash push': $option"
18402 msgstr ""
18403
18404 #: git-stash.sh:295
18405 msgid "Can't use --patch and --include-untracked or --all at the same time"
18406 msgstr ""
18407
18408 #: git-stash.sh:303
18409 msgid "No local changes to save"
18410 msgstr ""
18411
18412 #: git-stash.sh:308
18413 msgid "Cannot initialize stash"
18414 msgstr ""
18415
18416 #: git-stash.sh:312
18417 msgid "Cannot save the current status"
18418 msgstr ""
18419
18420 #: git-stash.sh:313
18421 #, sh-format
18422 msgid "Saved working directory and index state $stash_msg"
18423 msgstr ""
18424
18425 #: git-stash.sh:342
18426 msgid "Cannot remove worktree changes"
18427 msgstr ""
18428
18429 #: git-stash.sh:490
18430 #, sh-format
18431 msgid "unknown option: $opt"
18432 msgstr ""
18433
18434 #: git-stash.sh:503
18435 msgid "No stash entries found."
18436 msgstr ""
18437
18438 #: git-stash.sh:510
18439 #, sh-format
18440 msgid "Too many revisions specified: $REV"
18441 msgstr ""
18442
18443 #: git-stash.sh:525
18444 #, sh-format
18445 msgid "$reference is not a valid reference"
18446 msgstr ""
18447
18448 #: git-stash.sh:553
18449 #, sh-format
18450 msgid "'$args' is not a stash-like commit"
18451 msgstr ""
18452
18453 #: git-stash.sh:564
18454 #, sh-format
18455 msgid "'$args' is not a stash reference"
18456 msgstr ""
18457
18458 #: git-stash.sh:572
18459 msgid "unable to refresh index"
18460 msgstr ""
18461
18462 #: git-stash.sh:576
18463 msgid "Cannot apply a stash in the middle of a merge"
18464 msgstr ""
18465
18466 #: git-stash.sh:584
18467 msgid "Conflicts in index. Try without --index."
18468 msgstr ""
18469
18470 #: git-stash.sh:586
18471 msgid "Could not save index tree"
18472 msgstr ""
18473
18474 #: git-stash.sh:595
18475 msgid "Could not restore untracked files from stash entry"
18476 msgstr ""
18477
18478 #: git-stash.sh:620
18479 msgid "Cannot unstage modified files"
18480 msgstr ""
18481
18482 #: git-stash.sh:635
18483 msgid "Index was not unstashed."
18484 msgstr ""
18485
18486 #: git-stash.sh:649
18487 msgid "The stash entry is kept in case you need it again."
18488 msgstr ""
18489
18490 #: git-stash.sh:658
18491 #, sh-format
18492 msgid "Dropped ${REV} ($s)"
18493 msgstr ""
18494
18495 #: git-stash.sh:659
18496 #, sh-format
18497 msgid "${REV}: Could not drop stash entry"
18498 msgstr ""
18499
18500 #: git-stash.sh:667
18501 msgid "No branch name specified"
18502 msgstr ""
18503
18504 #: git-stash.sh:746
18505 msgid "(To restore them type \"git stash apply\")"
18506 msgstr ""
18507
18508 #: git-submodule.sh:198
18509 msgid "Relative path can only be used from the toplevel of the working tree"
18510 msgstr ""
18511
18512 #: git-submodule.sh:208
18513 #, sh-format
18514 msgid "repo URL: '$repo' must be absolute or begin with ./|../"
18515 msgstr ""
18516
18517 #: git-submodule.sh:227
18518 #, sh-format
18519 msgid "'$sm_path' already exists in the index"
18520 msgstr ""
18521
18522 #: git-submodule.sh:230
18523 #, sh-format
18524 msgid "'$sm_path' already exists in the index and is not a submodule"
18525 msgstr ""
18526
18527 #: git-submodule.sh:236
18528 #, sh-format
18529 msgid ""
18530 "The following path is ignored by one of your .gitignore files:\n"
18531 "$sm_path\n"
18532 "Use -f if you really want to add it."
18533 msgstr ""
18534
18535 #: git-submodule.sh:259
18536 #, sh-format
18537 msgid "Adding existing repo at '$sm_path' to the index"
18538 msgstr ""
18539
18540 #: git-submodule.sh:261
18541 #, sh-format
18542 msgid "'$sm_path' already exists and is not a valid git repo"
18543 msgstr ""
18544
18545 #: git-submodule.sh:269
18546 #, sh-format
18547 msgid "A git directory for '$sm_name' is found locally with remote(s):"
18548 msgstr ""
18549
18550 #: git-submodule.sh:271
18551 #, sh-format
18552 msgid ""
18553 "If you want to reuse this local git directory instead of cloning again from\n"
18554 "  $realrepo\n"
18555 "use the '--force' option. If the local git directory is not the correct "
18556 "repo\n"
18557 "or you are unsure what this means choose another name with the '--name' "
18558 "option."
18559 msgstr ""
18560
18561 #: git-submodule.sh:277
18562 #, sh-format
18563 msgid "Reactivating local git directory for submodule '$sm_name'."
18564 msgstr ""
18565
18566 #: git-submodule.sh:289
18567 #, sh-format
18568 msgid "Unable to checkout submodule '$sm_path'"
18569 msgstr ""
18570
18571 #: git-submodule.sh:294
18572 #, sh-format
18573 msgid "Failed to add submodule '$sm_path'"
18574 msgstr ""
18575
18576 #: git-submodule.sh:303
18577 #, sh-format
18578 msgid "Failed to register submodule '$sm_path'"
18579 msgstr ""
18580
18581 #: git-submodule.sh:563
18582 #, sh-format
18583 msgid "Unable to find current revision in submodule path '$displaypath'"
18584 msgstr ""
18585
18586 #: git-submodule.sh:573
18587 #, sh-format
18588 msgid "Unable to fetch in submodule path '$sm_path'"
18589 msgstr ""
18590
18591 #: git-submodule.sh:578
18592 #, sh-format
18593 msgid ""
18594 "Unable to find current ${remote_name}/${branch} revision in submodule path "
18595 "'$sm_path'"
18596 msgstr ""
18597
18598 #: git-submodule.sh:596
18599 #, sh-format
18600 msgid "Unable to fetch in submodule path '$displaypath'"
18601 msgstr ""
18602
18603 #: git-submodule.sh:602
18604 #, sh-format
18605 msgid ""
18606 "Fetched in submodule path '$displaypath', but it did not contain $sha1. "
18607 "Direct fetching of that commit failed."
18608 msgstr ""
18609
18610 #: git-submodule.sh:609
18611 #, sh-format
18612 msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
18613 msgstr ""
18614
18615 #: git-submodule.sh:610
18616 #, sh-format
18617 msgid "Submodule path '$displaypath': checked out '$sha1'"
18618 msgstr ""
18619
18620 #: git-submodule.sh:614
18621 #, sh-format
18622 msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
18623 msgstr ""
18624
18625 #: git-submodule.sh:615
18626 #, sh-format
18627 msgid "Submodule path '$displaypath': rebased into '$sha1'"
18628 msgstr ""
18629
18630 #: git-submodule.sh:620
18631 #, sh-format
18632 msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
18633 msgstr ""
18634
18635 #: git-submodule.sh:621
18636 #, sh-format
18637 msgid "Submodule path '$displaypath': merged in '$sha1'"
18638 msgstr ""
18639
18640 #: git-submodule.sh:626
18641 #, sh-format
18642 msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
18643 msgstr ""
18644
18645 #: git-submodule.sh:627
18646 #, sh-format
18647 msgid "Submodule path '$displaypath': '$command $sha1'"
18648 msgstr ""
18649
18650 #: git-submodule.sh:658
18651 #, sh-format
18652 msgid "Failed to recurse into submodule path '$displaypath'"
18653 msgstr ""
18654
18655 #: git-submodule.sh:754
18656 msgid "The --cached option cannot be used with the --files option"
18657 msgstr ""
18658
18659 #: git-submodule.sh:806
18660 #, sh-format
18661 msgid "unexpected mode $mod_dst"
18662 msgstr ""
18663
18664 #: git-submodule.sh:826
18665 #, sh-format
18666 msgid "  Warn: $display_name doesn't contain commit $sha1_src"
18667 msgstr ""
18668
18669 #: git-submodule.sh:829
18670 #, sh-format
18671 msgid "  Warn: $display_name doesn't contain commit $sha1_dst"
18672 msgstr ""
18673
18674 #: git-submodule.sh:832
18675 #, sh-format
18676 msgid "  Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
18677 msgstr ""
18678
18679 #: git-parse-remote.sh:89
18680 #, sh-format
18681 msgid "See git-${cmd}(1) for details."
18682 msgstr ""
18683
18684 #: git-rebase--preserve-merges.sh:136
18685 #, sh-format
18686 msgid "Rebasing ($new_count/$total)"
18687 msgstr ""
18688
18689 #: git-rebase--preserve-merges.sh:152
18690 msgid ""
18691 "\n"
18692 "Commands:\n"
18693 "p, pick <commit> = use commit\n"
18694 "r, reword <commit> = use commit, but edit the commit message\n"
18695 "e, edit <commit> = use commit, but stop for amending\n"
18696 "s, squash <commit> = use commit, but meld into previous commit\n"
18697 "f, fixup <commit> = like \"squash\", but discard this commit's log message\n"
18698 "x, exec <commit> = run command (the rest of the line) using shell\n"
18699 "d, drop <commit> = remove commit\n"
18700 "l, label <label> = label current HEAD with a name\n"
18701 "t, reset <label> = reset HEAD to a label\n"
18702 "m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
18703 ".       create a merge commit using the original merge commit's\n"
18704 ".       message (or the oneline, if no original merge commit was\n"
18705 ".       specified). Use -c <commit> to reword the commit message.\n"
18706 "\n"
18707 "These lines can be re-ordered; they are executed from top to bottom.\n"
18708 msgstr ""
18709
18710 #: git-rebase--preserve-merges.sh:215
18711 #, sh-format
18712 msgid ""
18713 "You can amend the commit now, with\n"
18714 "\n"
18715 "\tgit commit --amend $gpg_sign_opt_quoted\n"
18716 "\n"
18717 "Once you are satisfied with your changes, run\n"
18718 "\n"
18719 "\tgit rebase --continue"
18720 msgstr ""
18721
18722 #: git-rebase--preserve-merges.sh:240
18723 #, sh-format
18724 msgid "$sha1: not a commit that can be picked"
18725 msgstr ""
18726
18727 #: git-rebase--preserve-merges.sh:279
18728 #, sh-format
18729 msgid "Invalid commit name: $sha1"
18730 msgstr ""
18731
18732 #: git-rebase--preserve-merges.sh:309
18733 msgid "Cannot write current commit's replacement sha1"
18734 msgstr ""
18735
18736 #: git-rebase--preserve-merges.sh:360
18737 #, sh-format
18738 msgid "Fast-forward to $sha1"
18739 msgstr ""
18740
18741 #: git-rebase--preserve-merges.sh:362
18742 #, sh-format
18743 msgid "Cannot fast-forward to $sha1"
18744 msgstr ""
18745
18746 #: git-rebase--preserve-merges.sh:371
18747 #, sh-format
18748 msgid "Cannot move HEAD to $first_parent"
18749 msgstr ""
18750
18751 #: git-rebase--preserve-merges.sh:376
18752 #, sh-format
18753 msgid "Refusing to squash a merge: $sha1"
18754 msgstr ""
18755
18756 #: git-rebase--preserve-merges.sh:394
18757 #, sh-format
18758 msgid "Error redoing merge $sha1"
18759 msgstr ""
18760
18761 #: git-rebase--preserve-merges.sh:403
18762 #, sh-format
18763 msgid "Could not pick $sha1"
18764 msgstr ""
18765
18766 #: git-rebase--preserve-merges.sh:412
18767 #, sh-format
18768 msgid "This is the commit message #${n}:"
18769 msgstr ""
18770
18771 #: git-rebase--preserve-merges.sh:417
18772 #, sh-format
18773 msgid "The commit message #${n} will be skipped:"
18774 msgstr ""
18775
18776 #: git-rebase--preserve-merges.sh:428
18777 #, sh-format
18778 msgid "This is a combination of $count commit."
18779 msgid_plural "This is a combination of $count commits."
18780 msgstr[0] ""
18781 msgstr[1] ""
18782
18783 #: git-rebase--preserve-merges.sh:437
18784 #, sh-format
18785 msgid "Cannot write $fixup_msg"
18786 msgstr ""
18787
18788 #: git-rebase--preserve-merges.sh:440
18789 msgid "This is a combination of 2 commits."
18790 msgstr ""
18791
18792 #: git-rebase--preserve-merges.sh:481 git-rebase--preserve-merges.sh:524
18793 #: git-rebase--preserve-merges.sh:527
18794 #, sh-format
18795 msgid "Could not apply $sha1... $rest"
18796 msgstr ""
18797
18798 #: git-rebase--preserve-merges.sh:556
18799 #, sh-format
18800 msgid ""
18801 "Could not amend commit after successfully picking $sha1... $rest\n"
18802 "This is most likely due to an empty commit message, or the pre-commit hook\n"
18803 "failed. If the pre-commit hook failed, you may need to resolve the issue "
18804 "before\n"
18805 "you are able to reword the commit."
18806 msgstr ""
18807
18808 #: git-rebase--preserve-merges.sh:571
18809 #, sh-format
18810 msgid "Stopped at $sha1_abbrev... $rest"
18811 msgstr ""
18812
18813 #: git-rebase--preserve-merges.sh:586
18814 #, sh-format
18815 msgid "Cannot '$squash_style' without a previous commit"
18816 msgstr ""
18817
18818 #: git-rebase--preserve-merges.sh:628
18819 #, sh-format
18820 msgid "Executing: $rest"
18821 msgstr ""
18822
18823 #: git-rebase--preserve-merges.sh:636
18824 #, sh-format
18825 msgid "Execution failed: $rest"
18826 msgstr ""
18827
18828 #: git-rebase--preserve-merges.sh:638
18829 msgid "and made changes to the index and/or the working tree"
18830 msgstr ""
18831
18832 #: git-rebase--preserve-merges.sh:640
18833 msgid ""
18834 "You can fix the problem, and then run\n"
18835 "\n"
18836 "\tgit rebase --continue"
18837 msgstr ""
18838
18839 #. TRANSLATORS: after these lines is a command to be issued by the user
18840 #: git-rebase--preserve-merges.sh:653
18841 #, sh-format
18842 msgid ""
18843 "Execution succeeded: $rest\n"
18844 "but left changes to the index and/or the working tree\n"
18845 "Commit or stash your changes, and then run\n"
18846 "\n"
18847 "\tgit rebase --continue"
18848 msgstr ""
18849
18850 #: git-rebase--preserve-merges.sh:664
18851 #, sh-format
18852 msgid "Unknown command: $command $sha1 $rest"
18853 msgstr ""
18854
18855 #: git-rebase--preserve-merges.sh:665
18856 msgid "Please fix this using 'git rebase --edit-todo'."
18857 msgstr ""
18858
18859 #: git-rebase--preserve-merges.sh:700
18860 #, sh-format
18861 msgid "Successfully rebased and updated $head_name."
18862 msgstr ""
18863
18864 #: git-rebase--preserve-merges.sh:757
18865 msgid "Could not remove CHERRY_PICK_HEAD"
18866 msgstr ""
18867
18868 #: git-rebase--preserve-merges.sh:762
18869 #, sh-format
18870 msgid ""
18871 "You have staged changes in your working tree.\n"
18872 "If these changes are meant to be\n"
18873 "squashed into the previous commit, run:\n"
18874 "\n"
18875 "  git commit --amend $gpg_sign_opt_quoted\n"
18876 "\n"
18877 "If they are meant to go into a new commit, run:\n"
18878 "\n"
18879 "  git commit $gpg_sign_opt_quoted\n"
18880 "\n"
18881 "In both cases, once you're done, continue with:\n"
18882 "\n"
18883 "  git rebase --continue\n"
18884 msgstr ""
18885
18886 #: git-rebase--preserve-merges.sh:779
18887 msgid "Error trying to find the author identity to amend commit"
18888 msgstr ""
18889
18890 #: git-rebase--preserve-merges.sh:784
18891 msgid ""
18892 "You have uncommitted changes in your working tree. Please commit them\n"
18893 "first and then run 'git rebase --continue' again."
18894 msgstr ""
18895
18896 #: git-rebase--preserve-merges.sh:789 git-rebase--preserve-merges.sh:793
18897 msgid "Could not commit staged changes."
18898 msgstr ""
18899
18900 #: git-rebase--preserve-merges.sh:824 git-rebase--preserve-merges.sh:910
18901 msgid "Could not execute editor"
18902 msgstr ""
18903
18904 #: git-rebase--preserve-merges.sh:845
18905 #, sh-format
18906 msgid "Could not checkout $switch_to"
18907 msgstr ""
18908
18909 #: git-rebase--preserve-merges.sh:852
18910 msgid "No HEAD?"
18911 msgstr ""
18912
18913 #: git-rebase--preserve-merges.sh:853
18914 #, sh-format
18915 msgid "Could not create temporary $state_dir"
18916 msgstr ""
18917
18918 #: git-rebase--preserve-merges.sh:856
18919 msgid "Could not mark as interactive"
18920 msgstr ""
18921
18922 #: git-rebase--preserve-merges.sh:888
18923 #, sh-format
18924 msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
18925 msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
18926 msgstr[0] ""
18927 msgstr[1] ""
18928
18929 #: git-rebase--preserve-merges.sh:942 git-rebase--preserve-merges.sh:947
18930 msgid "Could not init rewritten commits"
18931 msgstr ""
18932
18933 #: git-sh-setup.sh:89 git-sh-setup.sh:94
18934 #, sh-format
18935 msgid "usage: $dashless $USAGE"
18936 msgstr ""
18937
18938 #: git-sh-setup.sh:190
18939 #, sh-format
18940 msgid "Cannot chdir to $cdup, the toplevel of the working tree"
18941 msgstr ""
18942
18943 #: git-sh-setup.sh:199 git-sh-setup.sh:206
18944 #, sh-format
18945 msgid "fatal: $program_name cannot be used without a working tree."
18946 msgstr ""
18947
18948 #: git-sh-setup.sh:220
18949 msgid "Cannot rebase: You have unstaged changes."
18950 msgstr ""
18951
18952 #: git-sh-setup.sh:223
18953 msgid "Cannot rewrite branches: You have unstaged changes."
18954 msgstr ""
18955
18956 #: git-sh-setup.sh:226
18957 msgid "Cannot pull with rebase: You have unstaged changes."
18958 msgstr ""
18959
18960 #: git-sh-setup.sh:229
18961 #, sh-format
18962 msgid "Cannot $action: You have unstaged changes."
18963 msgstr ""
18964
18965 #: git-sh-setup.sh:242
18966 msgid "Cannot rebase: Your index contains uncommitted changes."
18967 msgstr ""
18968
18969 #: git-sh-setup.sh:245
18970 msgid "Cannot pull with rebase: Your index contains uncommitted changes."
18971 msgstr ""
18972
18973 #: git-sh-setup.sh:248
18974 #, sh-format
18975 msgid "Cannot $action: Your index contains uncommitted changes."
18976 msgstr ""
18977
18978 #: git-sh-setup.sh:252
18979 msgid "Additionally, your index contains uncommitted changes."
18980 msgstr ""
18981
18982 #: git-sh-setup.sh:372
18983 msgid "You need to run this command from the toplevel of the working tree."
18984 msgstr ""
18985
18986 #: git-sh-setup.sh:377
18987 msgid "Unable to determine absolute path of git directory"
18988 msgstr ""
18989
18990 #. TRANSLATORS: you can adjust this to align "git add -i" status menu
18991 #: git-add--interactive.perl:196
18992 #, perl-format
18993 msgid "%12s %12s %s"
18994 msgstr ""
18995
18996 #: git-add--interactive.perl:197
18997 msgid "staged"
18998 msgstr ""
18999
19000 #: git-add--interactive.perl:197
19001 msgid "unstaged"
19002 msgstr ""
19003
19004 #: git-add--interactive.perl:253 git-add--interactive.perl:278
19005 msgid "binary"
19006 msgstr ""
19007
19008 #: git-add--interactive.perl:262 git-add--interactive.perl:316
19009 msgid "nothing"
19010 msgstr ""
19011
19012 #: git-add--interactive.perl:298 git-add--interactive.perl:313
19013 msgid "unchanged"
19014 msgstr ""
19015
19016 #: git-add--interactive.perl:609
19017 #, perl-format
19018 msgid "added %d path\n"
19019 msgid_plural "added %d paths\n"
19020 msgstr[0] ""
19021 msgstr[1] ""
19022
19023 #: git-add--interactive.perl:612
19024 #, perl-format
19025 msgid "updated %d path\n"
19026 msgid_plural "updated %d paths\n"
19027 msgstr[0] ""
19028 msgstr[1] ""
19029
19030 #: git-add--interactive.perl:615
19031 #, perl-format
19032 msgid "reverted %d path\n"
19033 msgid_plural "reverted %d paths\n"
19034 msgstr[0] ""
19035 msgstr[1] ""
19036
19037 #: git-add--interactive.perl:618
19038 #, perl-format
19039 msgid "touched %d path\n"
19040 msgid_plural "touched %d paths\n"
19041 msgstr[0] ""
19042 msgstr[1] ""
19043
19044 #: git-add--interactive.perl:627
19045 msgid "Update"
19046 msgstr ""
19047
19048 #: git-add--interactive.perl:639
19049 msgid "Revert"
19050 msgstr ""
19051
19052 #: git-add--interactive.perl:662
19053 #, perl-format
19054 msgid "note: %s is untracked now.\n"
19055 msgstr ""
19056
19057 #: git-add--interactive.perl:673
19058 msgid "Add untracked"
19059 msgstr ""
19060
19061 #: git-add--interactive.perl:679
19062 msgid "No untracked files.\n"
19063 msgstr ""
19064
19065 #: git-add--interactive.perl:1033
19066 msgid ""
19067 "If the patch applies cleanly, the edited hunk will immediately be\n"
19068 "marked for staging."
19069 msgstr ""
19070
19071 #: git-add--interactive.perl:1036
19072 msgid ""
19073 "If the patch applies cleanly, the edited hunk will immediately be\n"
19074 "marked for stashing."
19075 msgstr ""
19076
19077 #: git-add--interactive.perl:1039
19078 msgid ""
19079 "If the patch applies cleanly, the edited hunk will immediately be\n"
19080 "marked for unstaging."
19081 msgstr ""
19082
19083 #: git-add--interactive.perl:1042 git-add--interactive.perl:1051
19084 msgid ""
19085 "If the patch applies cleanly, the edited hunk will immediately be\n"
19086 "marked for applying."
19087 msgstr ""
19088
19089 #: git-add--interactive.perl:1045 git-add--interactive.perl:1048
19090 msgid ""
19091 "If the patch applies cleanly, the edited hunk will immediately be\n"
19092 "marked for discarding."
19093 msgstr ""
19094
19095 #: git-add--interactive.perl:1085
19096 #, perl-format
19097 msgid "failed to open hunk edit file for writing: %s"
19098 msgstr ""
19099
19100 #: git-add--interactive.perl:1086
19101 msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
19102 msgstr ""
19103
19104 #: git-add--interactive.perl:1092
19105 #, perl-format
19106 msgid ""
19107 "---\n"
19108 "To remove '%s' lines, make them ' ' lines (context).\n"
19109 "To remove '%s' lines, delete them.\n"
19110 "Lines starting with %s will be removed.\n"
19111 msgstr ""
19112
19113 #. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
19114 #: git-add--interactive.perl:1100
19115 msgid ""
19116 "If it does not apply cleanly, you will be given an opportunity to\n"
19117 "edit again.  If all lines of the hunk are removed, then the edit is\n"
19118 "aborted and the hunk is left unchanged.\n"
19119 msgstr ""
19120
19121 #: git-add--interactive.perl:1114
19122 #, perl-format
19123 msgid "failed to open hunk edit file for reading: %s"
19124 msgstr ""
19125
19126 #. TRANSLATORS: do not translate [y/n]
19127 #. The program will only accept that input
19128 #. at this point.
19129 #. Consider translating (saying "no" discards!) as
19130 #. (saying "n" for "no" discards!) if the translation
19131 #. of the word "no" does not start with n.
19132 #: git-add--interactive.perl:1213
19133 msgid ""
19134 "Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
19135 msgstr ""
19136
19137 #: git-add--interactive.perl:1222
19138 msgid ""
19139 "y - stage this hunk\n"
19140 "n - do not stage this hunk\n"
19141 "q - quit; do not stage this hunk or any of the remaining ones\n"
19142 "a - stage this hunk and all later hunks in the file\n"
19143 "d - do not stage this hunk or any of the later hunks in the file"
19144 msgstr ""
19145
19146 #: git-add--interactive.perl:1228
19147 msgid ""
19148 "y - stash this hunk\n"
19149 "n - do not stash this hunk\n"
19150 "q - quit; do not stash this hunk or any of the remaining ones\n"
19151 "a - stash this hunk and all later hunks in the file\n"
19152 "d - do not stash this hunk or any of the later hunks in the file"
19153 msgstr ""
19154
19155 #: git-add--interactive.perl:1234
19156 msgid ""
19157 "y - unstage this hunk\n"
19158 "n - do not unstage this hunk\n"
19159 "q - quit; do not unstage this hunk or any of the remaining ones\n"
19160 "a - unstage this hunk and all later hunks in the file\n"
19161 "d - do not unstage this hunk or any of the later hunks in the file"
19162 msgstr ""
19163
19164 #: git-add--interactive.perl:1240
19165 msgid ""
19166 "y - apply this hunk to index\n"
19167 "n - do not apply this hunk to index\n"
19168 "q - quit; do not apply this hunk or any of the remaining ones\n"
19169 "a - apply this hunk and all later hunks in the file\n"
19170 "d - do not apply this hunk or any of the later hunks in the file"
19171 msgstr ""
19172
19173 #: git-add--interactive.perl:1246
19174 msgid ""
19175 "y - discard this hunk from worktree\n"
19176 "n - do not discard this hunk from worktree\n"
19177 "q - quit; do not discard this hunk or any of the remaining ones\n"
19178 "a - discard this hunk and all later hunks in the file\n"
19179 "d - do not discard this hunk or any of the later hunks in the file"
19180 msgstr ""
19181
19182 #: git-add--interactive.perl:1252
19183 msgid ""
19184 "y - discard this hunk from index and worktree\n"
19185 "n - do not discard this hunk from index and worktree\n"
19186 "q - quit; do not discard this hunk or any of the remaining ones\n"
19187 "a - discard this hunk and all later hunks in the file\n"
19188 "d - do not discard this hunk or any of the later hunks in the file"
19189 msgstr ""
19190
19191 #: git-add--interactive.perl:1258
19192 msgid ""
19193 "y - apply this hunk to index and worktree\n"
19194 "n - do not apply this hunk to index and worktree\n"
19195 "q - quit; do not apply this hunk or any of the remaining ones\n"
19196 "a - apply this hunk and all later hunks in the file\n"
19197 "d - do not apply this hunk or any of the later hunks in the file"
19198 msgstr ""
19199
19200 #: git-add--interactive.perl:1273
19201 msgid ""
19202 "g - select a hunk to go to\n"
19203 "/ - search for a hunk matching the given regex\n"
19204 "j - leave this hunk undecided, see next undecided hunk\n"
19205 "J - leave this hunk undecided, see next hunk\n"
19206 "k - leave this hunk undecided, see previous undecided hunk\n"
19207 "K - leave this hunk undecided, see previous hunk\n"
19208 "s - split the current hunk into smaller hunks\n"
19209 "e - manually edit the current hunk\n"
19210 "? - print help\n"
19211 msgstr ""
19212
19213 #: git-add--interactive.perl:1304
19214 msgid "The selected hunks do not apply to the index!\n"
19215 msgstr ""
19216
19217 #: git-add--interactive.perl:1305
19218 msgid "Apply them to the worktree anyway? "
19219 msgstr ""
19220
19221 #: git-add--interactive.perl:1308
19222 msgid "Nothing was applied.\n"
19223 msgstr ""
19224
19225 #: git-add--interactive.perl:1319
19226 #, perl-format
19227 msgid "ignoring unmerged: %s\n"
19228 msgstr ""
19229
19230 #: git-add--interactive.perl:1328
19231 msgid "Only binary files changed.\n"
19232 msgstr ""
19233
19234 #: git-add--interactive.perl:1330
19235 msgid "No changes.\n"
19236 msgstr ""
19237
19238 #: git-add--interactive.perl:1338
19239 msgid "Patch update"
19240 msgstr ""
19241
19242 #: git-add--interactive.perl:1390
19243 #, perl-format
19244 msgid "Stage mode change [y,n,q,a,d%s,?]? "
19245 msgstr ""
19246
19247 #: git-add--interactive.perl:1391
19248 #, perl-format
19249 msgid "Stage deletion [y,n,q,a,d%s,?]? "
19250 msgstr ""
19251
19252 #: git-add--interactive.perl:1392
19253 #, perl-format
19254 msgid "Stage this hunk [y,n,q,a,d%s,?]? "
19255 msgstr ""
19256
19257 #: git-add--interactive.perl:1395
19258 #, perl-format
19259 msgid "Stash mode change [y,n,q,a,d%s,?]? "
19260 msgstr ""
19261
19262 #: git-add--interactive.perl:1396
19263 #, perl-format
19264 msgid "Stash deletion [y,n,q,a,d%s,?]? "
19265 msgstr ""
19266
19267 #: git-add--interactive.perl:1397
19268 #, perl-format
19269 msgid "Stash this hunk [y,n,q,a,d%s,?]? "
19270 msgstr ""
19271
19272 #: git-add--interactive.perl:1400
19273 #, perl-format
19274 msgid "Unstage mode change [y,n,q,a,d%s,?]? "
19275 msgstr ""
19276
19277 #: git-add--interactive.perl:1401
19278 #, perl-format
19279 msgid "Unstage deletion [y,n,q,a,d%s,?]? "
19280 msgstr ""
19281
19282 #: git-add--interactive.perl:1402
19283 #, perl-format
19284 msgid "Unstage this hunk [y,n,q,a,d%s,?]? "
19285 msgstr ""
19286
19287 #: git-add--interactive.perl:1405
19288 #, perl-format
19289 msgid "Apply mode change to index [y,n,q,a,d%s,?]? "
19290 msgstr ""
19291
19292 #: git-add--interactive.perl:1406
19293 #, perl-format
19294 msgid "Apply deletion to index [y,n,q,a,d%s,?]? "
19295 msgstr ""
19296
19297 #: git-add--interactive.perl:1407
19298 #, perl-format
19299 msgid "Apply this hunk to index [y,n,q,a,d%s,?]? "
19300 msgstr ""
19301
19302 #: git-add--interactive.perl:1410
19303 #, perl-format
19304 msgid "Discard mode change from worktree [y,n,q,a,d%s,?]? "
19305 msgstr ""
19306
19307 #: git-add--interactive.perl:1411
19308 #, perl-format
19309 msgid "Discard deletion from worktree [y,n,q,a,d%s,?]? "
19310 msgstr ""
19311
19312 #: git-add--interactive.perl:1412
19313 #, perl-format
19314 msgid "Discard this hunk from worktree [y,n,q,a,d%s,?]? "
19315 msgstr ""
19316
19317 #: git-add--interactive.perl:1415
19318 #, perl-format
19319 msgid "Discard mode change from index and worktree [y,n,q,a,d%s,?]? "
19320 msgstr ""
19321
19322 #: git-add--interactive.perl:1416
19323 #, perl-format
19324 msgid "Discard deletion from index and worktree [y,n,q,a,d%s,?]? "
19325 msgstr ""
19326
19327 #: git-add--interactive.perl:1417
19328 #, perl-format
19329 msgid "Discard this hunk from index and worktree [y,n,q,a,d%s,?]? "
19330 msgstr ""
19331
19332 #: git-add--interactive.perl:1420
19333 #, perl-format
19334 msgid "Apply mode change to index and worktree [y,n,q,a,d%s,?]? "
19335 msgstr ""
19336
19337 #: git-add--interactive.perl:1421
19338 #, perl-format
19339 msgid "Apply deletion to index and worktree [y,n,q,a,d%s,?]? "
19340 msgstr ""
19341
19342 #: git-add--interactive.perl:1422
19343 #, perl-format
19344 msgid "Apply this hunk to index and worktree [y,n,q,a,d%s,?]? "
19345 msgstr ""
19346
19347 #: git-add--interactive.perl:1522
19348 msgid "No other hunks to goto\n"
19349 msgstr ""
19350
19351 #: git-add--interactive.perl:1529
19352 msgid "go to which hunk (<ret> to see more)? "
19353 msgstr ""
19354
19355 #: git-add--interactive.perl:1531
19356 msgid "go to which hunk? "
19357 msgstr ""
19358
19359 #: git-add--interactive.perl:1540
19360 #, perl-format
19361 msgid "Invalid number: '%s'\n"
19362 msgstr ""
19363
19364 #: git-add--interactive.perl:1545
19365 #, perl-format
19366 msgid "Sorry, only %d hunk available.\n"
19367 msgid_plural "Sorry, only %d hunks available.\n"
19368 msgstr[0] ""
19369 msgstr[1] ""
19370
19371 #: git-add--interactive.perl:1571
19372 msgid "No other hunks to search\n"
19373 msgstr ""
19374
19375 #: git-add--interactive.perl:1575
19376 msgid "search for regex? "
19377 msgstr ""
19378
19379 #: git-add--interactive.perl:1588
19380 #, perl-format
19381 msgid "Malformed search regexp %s: %s\n"
19382 msgstr ""
19383
19384 #: git-add--interactive.perl:1598
19385 msgid "No hunk matches the given pattern\n"
19386 msgstr ""
19387
19388 #: git-add--interactive.perl:1610 git-add--interactive.perl:1632
19389 msgid "No previous hunk\n"
19390 msgstr ""
19391
19392 #: git-add--interactive.perl:1619 git-add--interactive.perl:1638
19393 msgid "No next hunk\n"
19394 msgstr ""
19395
19396 #: git-add--interactive.perl:1644
19397 msgid "Sorry, cannot split this hunk\n"
19398 msgstr ""
19399
19400 #: git-add--interactive.perl:1650
19401 #, perl-format
19402 msgid "Split into %d hunk.\n"
19403 msgid_plural "Split into %d hunks.\n"
19404 msgstr[0] ""
19405 msgstr[1] ""
19406
19407 #: git-add--interactive.perl:1660
19408 msgid "Sorry, cannot edit this hunk\n"
19409 msgstr ""
19410
19411 #: git-add--interactive.perl:1706
19412 msgid "Review diff"
19413 msgstr ""
19414
19415 #. TRANSLATORS: please do not translate the command names
19416 #. 'status', 'update', 'revert', etc.
19417 #: git-add--interactive.perl:1725
19418 msgid ""
19419 "status        - show paths with changes\n"
19420 "update        - add working tree state to the staged set of changes\n"
19421 "revert        - revert staged set of changes back to the HEAD version\n"
19422 "patch         - pick hunks and update selectively\n"
19423 "diff          - view diff between HEAD and index\n"
19424 "add untracked - add contents of untracked files to the staged set of "
19425 "changes\n"
19426 msgstr ""
19427
19428 #: git-add--interactive.perl:1742 git-add--interactive.perl:1747
19429 #: git-add--interactive.perl:1750 git-add--interactive.perl:1757
19430 #: git-add--interactive.perl:1761 git-add--interactive.perl:1767
19431 msgid "missing --"
19432 msgstr ""
19433
19434 #: git-add--interactive.perl:1763
19435 #, perl-format
19436 msgid "unknown --patch mode: %s"
19437 msgstr ""
19438
19439 #: git-add--interactive.perl:1769 git-add--interactive.perl:1775
19440 #, perl-format
19441 msgid "invalid argument %s, expecting --"
19442 msgstr ""
19443
19444 #: git-send-email.perl:138
19445 msgid "local zone differs from GMT by a non-minute interval\n"
19446 msgstr ""
19447
19448 #: git-send-email.perl:145 git-send-email.perl:151
19449 msgid "local time offset greater than or equal to 24 hours\n"
19450 msgstr ""
19451
19452 #: git-send-email.perl:219 git-send-email.perl:225
19453 msgid "the editor exited uncleanly, aborting everything"
19454 msgstr ""
19455
19456 #: git-send-email.perl:302
19457 #, perl-format
19458 msgid ""
19459 "'%s' contains an intermediate version of the email you were composing.\n"
19460 msgstr ""
19461
19462 #: git-send-email.perl:307
19463 #, perl-format
19464 msgid "'%s.final' contains the composed email.\n"
19465 msgstr ""
19466
19467 #: git-send-email.perl:326
19468 msgid "--dump-aliases incompatible with other options\n"
19469 msgstr ""
19470
19471 #: git-send-email.perl:395 git-send-email.perl:650
19472 msgid "Cannot run git format-patch from outside a repository\n"
19473 msgstr ""
19474
19475 #: git-send-email.perl:398
19476 msgid ""
19477 "`batch-size` and `relogin` must be specified together (via command-line or "
19478 "configuration option)\n"
19479 msgstr ""
19480
19481 #: git-send-email.perl:468
19482 #, perl-format
19483 msgid "Unknown --suppress-cc field: '%s'\n"
19484 msgstr ""
19485
19486 #: git-send-email.perl:497
19487 #, perl-format
19488 msgid "Unknown --confirm setting: '%s'\n"
19489 msgstr ""
19490
19491 #: git-send-email.perl:525
19492 #, perl-format
19493 msgid "warning: sendmail alias with quotes is not supported: %s\n"
19494 msgstr ""
19495
19496 #: git-send-email.perl:527
19497 #, perl-format
19498 msgid "warning: `:include:` not supported: %s\n"
19499 msgstr ""
19500
19501 #: git-send-email.perl:529
19502 #, perl-format
19503 msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
19504 msgstr ""
19505
19506 #: git-send-email.perl:534
19507 #, perl-format
19508 msgid "warning: sendmail line is not recognized: %s\n"
19509 msgstr ""
19510
19511 #: git-send-email.perl:616
19512 #, perl-format
19513 msgid ""
19514 "File '%s' exists but it could also be the range of commits\n"
19515 "to produce patches for.  Please disambiguate by...\n"
19516 "\n"
19517 "    * Saying \"./%s\" if you mean a file; or\n"
19518 "    * Giving --format-patch option if you mean a range.\n"
19519 msgstr ""
19520
19521 #: git-send-email.perl:637
19522 #, perl-format
19523 msgid "Failed to opendir %s: %s"
19524 msgstr ""
19525
19526 #: git-send-email.perl:661
19527 #, perl-format
19528 msgid ""
19529 "fatal: %s: %s\n"
19530 "warning: no patches were sent\n"
19531 msgstr ""
19532
19533 #: git-send-email.perl:672
19534 msgid ""
19535 "\n"
19536 "No patch files specified!\n"
19537 "\n"
19538 msgstr ""
19539
19540 #: git-send-email.perl:685
19541 #, perl-format
19542 msgid "No subject line in %s?"
19543 msgstr ""
19544
19545 #: git-send-email.perl:695
19546 #, perl-format
19547 msgid "Failed to open for writing %s: %s"
19548 msgstr ""
19549
19550 #: git-send-email.perl:706
19551 msgid ""
19552 "Lines beginning in \"GIT:\" will be removed.\n"
19553 "Consider including an overall diffstat or table of contents\n"
19554 "for the patch you are writing.\n"
19555 "\n"
19556 "Clear the body content if you don't wish to send a summary.\n"
19557 msgstr ""
19558
19559 #: git-send-email.perl:730
19560 #, perl-format
19561 msgid "Failed to open %s: %s"
19562 msgstr ""
19563
19564 #: git-send-email.perl:747
19565 #, perl-format
19566 msgid "Failed to open %s.final: %s"
19567 msgstr ""
19568
19569 #: git-send-email.perl:790
19570 msgid "Summary email is empty, skipping it\n"
19571 msgstr ""
19572
19573 #. TRANSLATORS: please keep [y/N] as is.
19574 #: git-send-email.perl:825
19575 #, perl-format
19576 msgid "Are you sure you want to use <%s> [y/N]? "
19577 msgstr ""
19578
19579 #: git-send-email.perl:880
19580 msgid ""
19581 "The following files are 8bit, but do not declare a Content-Transfer-"
19582 "Encoding.\n"
19583 msgstr ""
19584
19585 #: git-send-email.perl:885
19586 msgid "Which 8bit encoding should I declare [UTF-8]? "
19587 msgstr ""
19588
19589 #: git-send-email.perl:893
19590 #, perl-format
19591 msgid ""
19592 "Refusing to send because the patch\n"
19593 "\t%s\n"
19594 "has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
19595 "want to send.\n"
19596 msgstr ""
19597
19598 #: git-send-email.perl:912
19599 msgid "To whom should the emails be sent (if anyone)?"
19600 msgstr ""
19601
19602 #: git-send-email.perl:930
19603 #, perl-format
19604 msgid "fatal: alias '%s' expands to itself\n"
19605 msgstr ""
19606
19607 #: git-send-email.perl:942
19608 msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
19609 msgstr ""
19610
19611 #: git-send-email.perl:1000 git-send-email.perl:1008
19612 #, perl-format
19613 msgid "error: unable to extract a valid address from: %s\n"
19614 msgstr ""
19615
19616 #. TRANSLATORS: Make sure to include [q] [d] [e] in your
19617 #. translation. The program will only accept English input
19618 #. at this point.
19619 #: git-send-email.perl:1012
19620 msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
19621 msgstr ""
19622
19623 #: git-send-email.perl:1329
19624 #, perl-format
19625 msgid "CA path \"%s\" does not exist"
19626 msgstr ""
19627
19628 #: git-send-email.perl:1412
19629 msgid ""
19630 "    The Cc list above has been expanded by additional\n"
19631 "    addresses found in the patch commit message. By default\n"
19632 "    send-email prompts before sending whenever this occurs.\n"
19633 "    This behavior is controlled by the sendemail.confirm\n"
19634 "    configuration setting.\n"
19635 "\n"
19636 "    For additional information, run 'git send-email --help'.\n"
19637 "    To retain the current behavior, but squelch this message,\n"
19638 "    run 'git config --global sendemail.confirm auto'.\n"
19639 "\n"
19640 msgstr ""
19641
19642 #. TRANSLATORS: Make sure to include [y] [n] [e] [q] [a] in your
19643 #. translation. The program will only accept English input
19644 #. at this point.
19645 #: git-send-email.perl:1427
19646 msgid "Send this email? ([y]es|[n]o|[e]dit|[q]uit|[a]ll): "
19647 msgstr ""
19648
19649 #: git-send-email.perl:1430
19650 msgid "Send this email reply required"
19651 msgstr ""
19652
19653 #: git-send-email.perl:1458
19654 msgid "The required SMTP server is not properly defined."
19655 msgstr ""
19656
19657 #: git-send-email.perl:1505
19658 #, perl-format
19659 msgid "Server does not support STARTTLS! %s"
19660 msgstr ""
19661
19662 #: git-send-email.perl:1510 git-send-email.perl:1514
19663 #, perl-format
19664 msgid "STARTTLS failed! %s"
19665 msgstr ""
19666
19667 #: git-send-email.perl:1523
19668 msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
19669 msgstr ""
19670
19671 #: git-send-email.perl:1541
19672 #, perl-format
19673 msgid "Failed to send %s\n"
19674 msgstr ""
19675
19676 #: git-send-email.perl:1544
19677 #, perl-format
19678 msgid "Dry-Sent %s\n"
19679 msgstr ""
19680
19681 #: git-send-email.perl:1544
19682 #, perl-format
19683 msgid "Sent %s\n"
19684 msgstr ""
19685
19686 #: git-send-email.perl:1546
19687 msgid "Dry-OK. Log says:\n"
19688 msgstr ""
19689
19690 #: git-send-email.perl:1546
19691 msgid "OK. Log says:\n"
19692 msgstr ""
19693
19694 #: git-send-email.perl:1558
19695 msgid "Result: "
19696 msgstr ""
19697
19698 #: git-send-email.perl:1561
19699 msgid "Result: OK\n"
19700 msgstr ""
19701
19702 #: git-send-email.perl:1579
19703 #, perl-format
19704 msgid "can't open file %s"
19705 msgstr ""
19706
19707 #: git-send-email.perl:1626 git-send-email.perl:1646
19708 #, perl-format
19709 msgid "(mbox) Adding cc: %s from line '%s'\n"
19710 msgstr ""
19711
19712 #: git-send-email.perl:1632
19713 #, perl-format
19714 msgid "(mbox) Adding to: %s from line '%s'\n"
19715 msgstr ""
19716
19717 #: git-send-email.perl:1685
19718 #, perl-format
19719 msgid "(non-mbox) Adding cc: %s from line '%s'\n"
19720 msgstr ""
19721
19722 #: git-send-email.perl:1720
19723 #, perl-format
19724 msgid "(body) Adding cc: %s from line '%s'\n"
19725 msgstr ""
19726
19727 #: git-send-email.perl:1831
19728 #, perl-format
19729 msgid "(%s) Could not execute '%s'"
19730 msgstr ""
19731
19732 #: git-send-email.perl:1838
19733 #, perl-format
19734 msgid "(%s) Adding %s: %s from: '%s'\n"
19735 msgstr ""
19736
19737 #: git-send-email.perl:1842
19738 #, perl-format
19739 msgid "(%s) failed to close pipe to '%s'"
19740 msgstr ""
19741
19742 #: git-send-email.perl:1872
19743 msgid "cannot send message as 7bit"
19744 msgstr ""
19745
19746 #: git-send-email.perl:1880
19747 msgid "invalid transfer encoding"
19748 msgstr ""
19749
19750 #: git-send-email.perl:1921 git-send-email.perl:1973 git-send-email.perl:1983
19751 #, perl-format
19752 msgid "unable to open %s: %s\n"
19753 msgstr ""
19754
19755 #: git-send-email.perl:1924
19756 #, perl-format
19757 msgid "%s: patch contains a line longer than 998 characters"
19758 msgstr ""
19759
19760 #: git-send-email.perl:1941
19761 #, perl-format
19762 msgid "Skipping %s with backup suffix '%s'.\n"
19763 msgstr ""
19764
19765 #. TRANSLATORS: please keep "[y|N]" as is.
19766 #: git-send-email.perl:1945
19767 #, perl-format
19768 msgid "Do you really want to send %s? [y|N]: "
19769 msgstr ""