l10n: bg.po: Updated Bulgarian translation (4185t)
[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-11-20 10:05+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:3310 builtin/rebase.c:839
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:3135 builtin/pack-objects.c:3150
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:3389
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:2319
1586 #, c-format
1587 msgid "unable to parse '%s' from command-line config"
1588 msgstr ""
1589
1590 #: config.c:2321
1591 #, c-format
1592 msgid "bad config variable '%s' in file '%s' at line %d"
1593 msgstr ""
1594
1595 #: config.c:2402
1596 #, c-format
1597 msgid "invalid section name '%s'"
1598 msgstr ""
1599
1600 #: config.c:2434
1601 #, c-format
1602 msgid "%s has multiple values"
1603 msgstr ""
1604
1605 #: config.c:2463
1606 #, c-format
1607 msgid "failed to write new configuration file %s"
1608 msgstr ""
1609
1610 #: config.c:2714 config.c:3038
1611 #, c-format
1612 msgid "could not lock config file %s"
1613 msgstr ""
1614
1615 #: config.c:2725
1616 #, c-format
1617 msgid "opening %s"
1618 msgstr ""
1619
1620 #: config.c:2760 builtin/config.c:327
1621 #, c-format
1622 msgid "invalid pattern: %s"
1623 msgstr ""
1624
1625 #: config.c:2785
1626 #, c-format
1627 msgid "invalid config file %s"
1628 msgstr ""
1629
1630 #: config.c:2798 config.c:3051
1631 #, c-format
1632 msgid "fstat on %s failed"
1633 msgstr ""
1634
1635 #: config.c:2809
1636 #, c-format
1637 msgid "unable to mmap '%s'"
1638 msgstr ""
1639
1640 #: config.c:2818 config.c:3056
1641 #, c-format
1642 msgid "chmod on %s failed"
1643 msgstr ""
1644
1645 #: config.c:2903 config.c:3153
1646 #, c-format
1647 msgid "could not write config file %s"
1648 msgstr ""
1649
1650 #: config.c:2937
1651 #, c-format
1652 msgid "could not set '%s' to '%s'"
1653 msgstr ""
1654
1655 #: config.c:2939 builtin/remote.c:782
1656 #, c-format
1657 msgid "could not unset '%s'"
1658 msgstr ""
1659
1660 #: config.c:3029
1661 #, c-format
1662 msgid "invalid section name: %s"
1663 msgstr ""
1664
1665 #: config.c:3196
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:2200
3518 #, c-format
3519 msgid "unable to create load_index_extensions thread: %s"
3520 msgstr ""
3521
3522 #: read-cache.c:2227
3523 #, c-format
3524 msgid "unable to join load_index_extensions thread: %s"
3525 msgstr ""
3526
3527 #: read-cache.c:2953 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:3026 sequencer.c:2203 sequencer.c:3592
3533 #, c-format
3534 msgid "could not stat '%s'"
3535 msgstr ""
3536
3537 #: read-cache.c:3039
3538 #, c-format
3539 msgid "unable to open git dir: %s"
3540 msgstr ""
3541
3542 #: read-cache.c:3051
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:1227
3705 #, c-format
3706 msgid "could not remove reference %s"
3707 msgstr ""
3708
3709 #: refs/files-backend.c:1241 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:1244 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:999
4788 #: builtin/rebase.c:1350 builtin/rebase.c:1404
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:590
4831 #, c-format
4832 msgid "failed to find tree of %s"
4833 msgstr ""
4834
4835 #: sequencer.c:3015 builtin/rebase.c:603
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:836
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:543 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:880 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:881 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:3299 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:3290
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:813
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:892
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:3395
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:885
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:898 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:2855
13211 msgid "invalid value for --missing"
13212 msgstr ""
13213
13214 #: builtin/pack-objects.c:2914 builtin/pack-objects.c:3022
13215 msgid "cannot open pack index"
13216 msgstr ""
13217
13218 #: builtin/pack-objects.c:2945
13219 #, c-format
13220 msgid "loose object at %s could not be examined"
13221 msgstr ""
13222
13223 #: builtin/pack-objects.c:3030
13224 msgid "unable to force loose object"
13225 msgstr ""
13226
13227 #: builtin/pack-objects.c:3120
13228 #, c-format
13229 msgid "not a rev '%s'"
13230 msgstr ""
13231
13232 #: builtin/pack-objects.c:3123
13233 #, c-format
13234 msgid "bad revision '%s'"
13235 msgstr ""
13236
13237 #: builtin/pack-objects.c:3148
13238 msgid "unable to add recent objects"
13239 msgstr ""
13240
13241 #: builtin/pack-objects.c:3201
13242 #, c-format
13243 msgid "unsupported index version %s"
13244 msgstr ""
13245
13246 #: builtin/pack-objects.c:3205
13247 #, c-format
13248 msgid "bad index version '%s'"
13249 msgstr ""
13250
13251 #: builtin/pack-objects.c:3235
13252 msgid "do not show progress meter"
13253 msgstr ""
13254
13255 #: builtin/pack-objects.c:3237
13256 msgid "show progress meter"
13257 msgstr ""
13258
13259 #: builtin/pack-objects.c:3239
13260 msgid "show progress meter during object writing phase"
13261 msgstr ""
13262
13263 #: builtin/pack-objects.c:3242
13264 msgid "similar to --all-progress when progress meter is shown"
13265 msgstr ""
13266
13267 #: builtin/pack-objects.c:3243
13268 msgid "<version>[,<offset>]"
13269 msgstr ""
13270
13271 #: builtin/pack-objects.c:3244
13272 msgid "write the pack index file in the specified idx format version"
13273 msgstr ""
13274
13275 #: builtin/pack-objects.c:3247
13276 msgid "maximum size of each output pack file"
13277 msgstr ""
13278
13279 #: builtin/pack-objects.c:3249
13280 msgid "ignore borrowed objects from alternate object store"
13281 msgstr ""
13282
13283 #: builtin/pack-objects.c:3251
13284 msgid "ignore packed objects"
13285 msgstr ""
13286
13287 #: builtin/pack-objects.c:3253
13288 msgid "limit pack window by objects"
13289 msgstr ""
13290
13291 #: builtin/pack-objects.c:3255
13292 msgid "limit pack window by memory in addition to object limit"
13293 msgstr ""
13294
13295 #: builtin/pack-objects.c:3257
13296 msgid "maximum length of delta chain allowed in the resulting pack"
13297 msgstr ""
13298
13299 #: builtin/pack-objects.c:3259
13300 msgid "reuse existing deltas"
13301 msgstr ""
13302
13303 #: builtin/pack-objects.c:3261
13304 msgid "reuse existing objects"
13305 msgstr ""
13306
13307 #: builtin/pack-objects.c:3263
13308 msgid "use OFS_DELTA objects"
13309 msgstr ""
13310
13311 #: builtin/pack-objects.c:3265
13312 msgid "use threads when searching for best delta matches"
13313 msgstr ""
13314
13315 #: builtin/pack-objects.c:3267
13316 msgid "do not create an empty pack output"
13317 msgstr ""
13318
13319 #: builtin/pack-objects.c:3269
13320 msgid "read revision arguments from standard input"
13321 msgstr ""
13322
13323 #: builtin/pack-objects.c:3271
13324 msgid "limit the objects to those that are not yet packed"
13325 msgstr ""
13326
13327 #: builtin/pack-objects.c:3274
13328 msgid "include objects reachable from any reference"
13329 msgstr ""
13330
13331 #: builtin/pack-objects.c:3277
13332 msgid "include objects referred by reflog entries"
13333 msgstr ""
13334
13335 #: builtin/pack-objects.c:3280
13336 msgid "include objects referred to by the index"
13337 msgstr ""
13338
13339 #: builtin/pack-objects.c:3283
13340 msgid "output pack to stdout"
13341 msgstr ""
13342
13343 #: builtin/pack-objects.c:3285
13344 msgid "include tag objects that refer to objects to be packed"
13345 msgstr ""
13346
13347 #: builtin/pack-objects.c:3287
13348 msgid "keep unreachable objects"
13349 msgstr ""
13350
13351 #: builtin/pack-objects.c:3289
13352 msgid "pack loose unreachable objects"
13353 msgstr ""
13354
13355 #: builtin/pack-objects.c:3291
13356 msgid "unpack unreachable objects newer than <time>"
13357 msgstr ""
13358
13359 #: builtin/pack-objects.c:3294
13360 msgid "create thin packs"
13361 msgstr ""
13362
13363 #: builtin/pack-objects.c:3296
13364 msgid "create packs suitable for shallow fetches"
13365 msgstr ""
13366
13367 #: builtin/pack-objects.c:3298
13368 msgid "ignore packs that have companion .keep file"
13369 msgstr ""
13370
13371 #: builtin/pack-objects.c:3300
13372 msgid "ignore this pack"
13373 msgstr ""
13374
13375 #: builtin/pack-objects.c:3302
13376 msgid "pack compression level"
13377 msgstr ""
13378
13379 #: builtin/pack-objects.c:3304
13380 msgid "do not hide commits by grafts"
13381 msgstr ""
13382
13383 #: builtin/pack-objects.c:3306
13384 msgid "use a bitmap index if available to speed up counting objects"
13385 msgstr ""
13386
13387 #: builtin/pack-objects.c:3308
13388 msgid "write a bitmap index together with the pack index"
13389 msgstr ""
13390
13391 #: builtin/pack-objects.c:3311
13392 msgid "handling for missing objects"
13393 msgstr ""
13394
13395 #: builtin/pack-objects.c:3314
13396 msgid "do not pack objects in promisor packfiles"
13397 msgstr ""
13398
13399 #: builtin/pack-objects.c:3316
13400 msgid "respect islands during delta compression"
13401 msgstr ""
13402
13403 #: builtin/pack-objects.c:3340
13404 #, c-format
13405 msgid "delta chain depth %d is too deep, forcing %d"
13406 msgstr ""
13407
13408 #: builtin/pack-objects.c:3345
13409 #, c-format
13410 msgid "pack.deltaCacheLimit is too high, forcing %d"
13411 msgstr ""
13412
13413 #: builtin/pack-objects.c:3399
13414 msgid "--max-pack-size cannot be used to build a pack for transfer"
13415 msgstr ""
13416
13417 #: builtin/pack-objects.c:3401
13418 msgid "minimum pack size limit is 1 MiB"
13419 msgstr ""
13420
13421 #: builtin/pack-objects.c:3406
13422 msgid "--thin cannot be used to build an indexable pack"
13423 msgstr ""
13424
13425 #: builtin/pack-objects.c:3409
13426 msgid "--keep-unreachable and --unpack-unreachable are incompatible"
13427 msgstr ""
13428
13429 #: builtin/pack-objects.c:3415
13430 msgid "cannot use --filter without --stdout"
13431 msgstr ""
13432
13433 #: builtin/pack-objects.c:3474
13434 msgid "Enumerating objects"
13435 msgstr ""
13436
13437 #: builtin/pack-objects.c:3493
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:760 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:766 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:548 git-parse-remote.sh:65
13576 msgid "<branch>"
13577 msgstr ""
13578
13579 #: builtin/pull.c:447 builtin/rebase.c:758 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 %s\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:752
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:768
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:814
14069 msgid "rebase onto given branch instead of upstream"
14070 msgstr ""
14071
14072 #: builtin/rebase.c:816
14073 msgid "allow pre-rebase hook to run"
14074 msgstr ""
14075
14076 #: builtin/rebase.c:818
14077 msgid "be quiet. implies --no-stat"
14078 msgstr ""
14079
14080 #: builtin/rebase.c:821
14081 msgid "display a diffstat of what changed upstream"
14082 msgstr ""
14083
14084 #: builtin/rebase.c:824
14085 msgid "do not show diffstat of what changed upstream"
14086 msgstr ""
14087
14088 #: builtin/rebase.c:827
14089 msgid "add a Signed-off-by: line to each commit"
14090 msgstr ""
14091
14092 #: builtin/rebase.c:829 builtin/rebase.c:833 builtin/rebase.c:835
14093 msgid "passed to 'git am'"
14094 msgstr ""
14095
14096 #: builtin/rebase.c:837 builtin/rebase.c:839
14097 msgid "passed to 'git apply'"
14098 msgstr ""
14099
14100 #: builtin/rebase.c:841 builtin/rebase.c:844
14101 msgid "cherry-pick all commits, even if unchanged"
14102 msgstr ""
14103
14104 #: builtin/rebase.c:846
14105 msgid "continue"
14106 msgstr ""
14107
14108 #: builtin/rebase.c:849
14109 msgid "skip current patch and continue"
14110 msgstr ""
14111
14112 #: builtin/rebase.c:851
14113 msgid "abort and check out the original branch"
14114 msgstr ""
14115
14116 #: builtin/rebase.c:854
14117 msgid "abort but keep HEAD where it is"
14118 msgstr ""
14119
14120 #: builtin/rebase.c:855
14121 msgid "edit the todo list during an interactive rebase"
14122 msgstr ""
14123
14124 #: builtin/rebase.c:858
14125 msgid "show the patch file being applied or merged"
14126 msgstr ""
14127
14128 #: builtin/rebase.c:861
14129 msgid "use merging strategies to rebase"
14130 msgstr ""
14131
14132 #: builtin/rebase.c:865
14133 msgid "let the user edit the list of commits to rebase"
14134 msgstr ""
14135
14136 #: builtin/rebase.c:869
14137 msgid "try to recreate merges instead of ignoring them"
14138 msgstr ""
14139
14140 #: builtin/rebase.c:873
14141 msgid "allow rerere to update index  with resolved conflict"
14142 msgstr ""
14143
14144 #: builtin/rebase.c:876
14145 msgid "preserve empty commits during rebase"
14146 msgstr ""
14147
14148 #: builtin/rebase.c:878
14149 msgid "move commits that begin with squash!/fixup! under -i"
14150 msgstr ""
14151
14152 #: builtin/rebase.c:884
14153 msgid "automatically stash/stash pop before and after"
14154 msgstr ""
14155
14156 #: builtin/rebase.c:886
14157 msgid "add exec lines after each commit of the editable list"
14158 msgstr ""
14159
14160 #: builtin/rebase.c:890
14161 msgid "allow rebasing commits with empty messages"
14162 msgstr ""
14163
14164 #: builtin/rebase.c:893
14165 msgid "try to rebase merges instead of skipping them"
14166 msgstr ""
14167
14168 #: builtin/rebase.c:896
14169 msgid "use 'merge-base --fork-point' to refine upstream"
14170 msgstr ""
14171
14172 #: builtin/rebase.c:898
14173 msgid "use the given merge strategy"
14174 msgstr ""
14175
14176 #: builtin/rebase.c:900 builtin/revert.c:111
14177 msgid "option"
14178 msgstr ""
14179
14180 #: builtin/rebase.c:901
14181 msgid "pass the argument through to the merge strategy"
14182 msgstr ""
14183
14184 #: builtin/rebase.c:904
14185 msgid "rebase all reachable commits up to the root(s)"
14186 msgstr ""
14187
14188 #: builtin/rebase.c:920
14189 #, c-format
14190 msgid "could not exec %s"
14191 msgstr ""
14192
14193 #: builtin/rebase.c:938 git-legacy-rebase.sh:213
14194 msgid "It looks like 'git am' is in progress. Cannot rebase."
14195 msgstr ""
14196
14197 #: builtin/rebase.c:979 git-legacy-rebase.sh:387
14198 msgid "No rebase in progress?"
14199 msgstr ""
14200
14201 #: builtin/rebase.c:982 git-legacy-rebase.sh:398
14202 msgid "The --edit-todo action can only be used during interactive rebase."
14203 msgstr ""
14204
14205 #: builtin/rebase.c:995 git-legacy-rebase.sh:405
14206 msgid "Cannot read HEAD"
14207 msgstr ""
14208
14209 #: builtin/rebase.c:1008 git-legacy-rebase.sh:408
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:1026
14216 msgid "could not discard worktree changes"
14217 msgstr ""
14218
14219 #: builtin/rebase.c:1044
14220 #, c-format
14221 msgid "could not move back to %s"
14222 msgstr ""
14223
14224 #: builtin/rebase.c:1055 builtin/rm.c:368
14225 #, c-format
14226 msgid "could not remove '%s'"
14227 msgstr ""
14228
14229 #: builtin/rebase.c:1081
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:1102
14243 msgid "switch `C' expects a numerical value"
14244 msgstr ""
14245
14246 #: builtin/rebase.c:1139
14247 #, c-format
14248 msgid "Unknown mode: %s"
14249 msgstr ""
14250
14251 #: builtin/rebase.c:1161
14252 msgid "--strategy requires --merge or --interactive"
14253 msgstr ""
14254
14255 #: builtin/rebase.c:1204
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:1209
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:1229 git-legacy-rebase.sh:528
14271 msgid "error: cannot combine '--preserve-merges' with '--rebase-merges'"
14272 msgstr ""
14273
14274 #: builtin/rebase.c:1234 git-legacy-rebase.sh:534
14275 msgid "error: cannot combine '--rebase-merges' with '--strategy-option'"
14276 msgstr ""
14277
14278 #: builtin/rebase.c:1237 git-legacy-rebase.sh:536
14279 msgid "error: cannot combine '--rebase-merges' with '--strategy'"
14280 msgstr ""
14281
14282 #: builtin/rebase.c:1261
14283 #, c-format
14284 msgid "invalid upstream '%s'"
14285 msgstr ""
14286
14287 #: builtin/rebase.c:1267
14288 msgid "Could not create new root commit"
14289 msgstr ""
14290
14291 #: builtin/rebase.c:1285
14292 #, c-format
14293 msgid "'%s': need exactly one merge base"
14294 msgstr ""
14295
14296 #: builtin/rebase.c:1292
14297 #, c-format
14298 msgid "Does not point to a valid commit '%s'"
14299 msgstr ""
14300
14301 #: builtin/rebase.c:1317
14302 #, c-format
14303 msgid "fatal: no such branch/commit '%s'"
14304 msgstr ""
14305
14306 #: builtin/rebase.c:1325 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:1337
14313 msgid "Could not resolve HEAD to a revision"
14314 msgstr ""
14315
14316 #: builtin/rebase.c:1377 git-legacy-rebase.sh:657
14317 msgid "Cannot autostash"
14318 msgstr ""
14319
14320 #: builtin/rebase.c:1380
14321 #, c-format
14322 msgid "Unexpected stash response: '%s'"
14323 msgstr ""
14324
14325 #: builtin/rebase.c:1386
14326 #, c-format
14327 msgid "Could not create directory for '%s'"
14328 msgstr ""
14329
14330 #: builtin/rebase.c:1389
14331 #, c-format
14332 msgid "Created autostash: %s\n"
14333 msgstr ""
14334
14335 #: builtin/rebase.c:1392
14336 msgid "could not reset --hard"
14337 msgstr ""
14338
14339 #: builtin/rebase.c:1393 builtin/reset.c:113
14340 #, c-format
14341 msgid "HEAD is now at %s"
14342 msgstr ""
14343
14344 #: builtin/rebase.c:1409 git-legacy-rebase.sh:666
14345 msgid "Please commit or stash them."
14346 msgstr ""
14347
14348 #: builtin/rebase.c:1436
14349 #, c-format
14350 msgid "could not parse '%s'"
14351 msgstr ""
14352
14353 #: builtin/rebase.c:1447
14354 #, c-format
14355 msgid "could not switch to %s"
14356 msgstr ""
14357
14358 #: builtin/rebase.c:1458 git-legacy-rebase.sh:689
14359 #, sh-format
14360 msgid "HEAD is up to date."
14361 msgstr ""
14362
14363 #: builtin/rebase.c:1460
14364 #, c-format
14365 msgid "Current branch %s is up to date.\n"
14366 msgstr ""
14367
14368 #: builtin/rebase.c:1468 git-legacy-rebase.sh:699
14369 #, sh-format
14370 msgid "HEAD is up to date, rebase forced."
14371 msgstr ""
14372
14373 #: builtin/rebase.c:1470
14374 #, c-format
14375 msgid "Current branch %s is up to date, rebase forced.\n"
14376 msgstr ""
14377
14378 #: builtin/rebase.c:1478 git-legacy-rebase.sh:208
14379 msgid "The pre-rebase hook refused to rebase."
14380 msgstr ""
14381
14382 #: builtin/rebase.c:1484
14383 #, c-format
14384 msgid "Changes from %s to %s:\n"
14385 msgstr ""
14386
14387 #: builtin/rebase.c:1507
14388 #, c-format
14389 msgid "First, rewinding head to replay your work on top of it...\n"
14390 msgstr ""
14391
14392 #: builtin/rebase.c:1513
14393 msgid "Could not detach HEAD"
14394 msgstr ""
14395
14396 #: builtin/rebase.c:1522
14397 #, c-format
14398 msgid "Fast-forwarded %s to %s. \n"
14399 msgstr ""
14400
14401 #: builtin/rebase--interactive.c:24
14402 msgid "no HEAD?"
14403 msgstr ""
14404
14405 #: builtin/rebase--interactive.c:51
14406 #, c-format
14407 msgid "could not create temporary %s"
14408 msgstr ""
14409
14410 #: builtin/rebase--interactive.c:57
14411 msgid "could not mark as interactive"
14412 msgstr ""
14413
14414 #: builtin/rebase--interactive.c:101
14415 #, c-format
14416 msgid "could not open %s"
14417 msgstr ""
14418
14419 #: builtin/rebase--interactive.c:114
14420 msgid "could not generate todo list"
14421 msgstr ""
14422
14423 #: builtin/rebase--interactive.c:129
14424 msgid "git rebase--interactive [<options>]"
14425 msgstr ""
14426
14427 #: builtin/rebase--interactive.c:148
14428 msgid "keep empty commits"
14429 msgstr ""
14430
14431 #: builtin/rebase--interactive.c:150 builtin/revert.c:124
14432 msgid "allow commits with empty messages"
14433 msgstr ""
14434
14435 #: builtin/rebase--interactive.c:151
14436 msgid "rebase merge commits"
14437 msgstr ""
14438
14439 #: builtin/rebase--interactive.c:153
14440 msgid "keep original branch points of cousins"
14441 msgstr ""
14442
14443 #: builtin/rebase--interactive.c:155
14444 msgid "move commits that begin with squash!/fixup!"
14445 msgstr ""
14446
14447 #: builtin/rebase--interactive.c:156
14448 msgid "sign commits"
14449 msgstr ""
14450
14451 #: builtin/rebase--interactive.c:158
14452 msgid "continue rebase"
14453 msgstr ""
14454
14455 #: builtin/rebase--interactive.c:160
14456 msgid "skip commit"
14457 msgstr ""
14458
14459 #: builtin/rebase--interactive.c:161
14460 msgid "edit the todo list"
14461 msgstr ""
14462
14463 #: builtin/rebase--interactive.c:163
14464 msgid "show the current patch"
14465 msgstr ""
14466
14467 #: builtin/rebase--interactive.c:166
14468 msgid "shorten commit ids in the todo list"
14469 msgstr ""
14470
14471 #: builtin/rebase--interactive.c:168
14472 msgid "expand commit ids in the todo list"
14473 msgstr ""
14474
14475 #: builtin/rebase--interactive.c:170
14476 msgid "check the todo list"
14477 msgstr ""
14478
14479 #: builtin/rebase--interactive.c:172
14480 msgid "rearrange fixup/squash lines"
14481 msgstr ""
14482
14483 #: builtin/rebase--interactive.c:174
14484 msgid "insert exec commands in todo list"
14485 msgstr ""
14486
14487 #: builtin/rebase--interactive.c:175
14488 msgid "onto"
14489 msgstr ""
14490
14491 #: builtin/rebase--interactive.c:177
14492 msgid "restrict-revision"
14493 msgstr ""
14494
14495 #: builtin/rebase--interactive.c:177
14496 msgid "restrict revision"
14497 msgstr ""
14498
14499 #: builtin/rebase--interactive.c:178
14500 msgid "squash-onto"
14501 msgstr ""
14502
14503 #: builtin/rebase--interactive.c:179
14504 msgid "squash onto"
14505 msgstr ""
14506
14507 #: builtin/rebase--interactive.c:181
14508 msgid "the upstream commit"
14509 msgstr ""
14510
14511 #: builtin/rebase--interactive.c:182
14512 msgid "head-name"
14513 msgstr ""
14514
14515 #: builtin/rebase--interactive.c:182
14516 msgid "head name"
14517 msgstr ""
14518
14519 #: builtin/rebase--interactive.c:187
14520 msgid "rebase strategy"
14521 msgstr ""
14522
14523 #: builtin/rebase--interactive.c:188
14524 msgid "strategy-opts"
14525 msgstr ""
14526
14527 #: builtin/rebase--interactive.c:189
14528 msgid "strategy options"
14529 msgstr ""
14530
14531 #: builtin/rebase--interactive.c:190
14532 msgid "switch-to"
14533 msgstr ""
14534
14535 #: builtin/rebase--interactive.c:191
14536 msgid "the branch or commit to checkout"
14537 msgstr ""
14538
14539 #: builtin/rebase--interactive.c:192
14540 msgid "onto-name"
14541 msgstr ""
14542
14543 #: builtin/rebase--interactive.c:192
14544 msgid "onto name"
14545 msgstr ""
14546
14547 #: builtin/rebase--interactive.c:193
14548 msgid "cmd"
14549 msgstr ""
14550
14551 #: builtin/rebase--interactive.c:193
14552 msgid "the command to run"
14553 msgstr ""
14554
14555 #: builtin/rebase--interactive.c:220
14556 msgid "--[no-]rebase-cousins has no effect without --rebase-merges"
14557 msgstr ""
14558
14559 #: builtin/rebase--interactive.c:226
14560 msgid "a base commit must be provided with --upstream or --onto"
14561 msgstr ""
14562
14563 #: builtin/receive-pack.c:33
14564 msgid "git receive-pack <git-dir>"
14565 msgstr ""
14566
14567 #: builtin/receive-pack.c:830
14568 msgid ""
14569 "By default, updating the current branch in a non-bare repository\n"
14570 "is denied, because it will make the index and work tree inconsistent\n"
14571 "with what you pushed, and will require 'git reset --hard' to match\n"
14572 "the work tree to HEAD.\n"
14573 "\n"
14574 "You can set the 'receive.denyCurrentBranch' configuration variable\n"
14575 "to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
14576 "its current branch; however, this is not recommended unless you\n"
14577 "arranged to update its work tree to match what you pushed in some\n"
14578 "other way.\n"
14579 "\n"
14580 "To squelch this message and still keep the default behaviour, set\n"
14581 "'receive.denyCurrentBranch' configuration variable to 'refuse'."
14582 msgstr ""
14583
14584 #: builtin/receive-pack.c:850
14585 msgid ""
14586 "By default, deleting the current branch is denied, because the next\n"
14587 "'git clone' won't result in any file checked out, causing confusion.\n"
14588 "\n"
14589 "You can set 'receive.denyDeleteCurrent' configuration variable to\n"
14590 "'warn' or 'ignore' in the remote repository to allow deleting the\n"
14591 "current branch, with or without a warning message.\n"
14592 "\n"
14593 "To squelch this message, you can set it to 'refuse'."
14594 msgstr ""
14595
14596 #: builtin/receive-pack.c:1929
14597 msgid "quiet"
14598 msgstr ""
14599
14600 #: builtin/receive-pack.c:1943
14601 msgid "You must specify a directory."
14602 msgstr ""
14603
14604 #: builtin/reflog.c:563 builtin/reflog.c:568
14605 #, c-format
14606 msgid "'%s' is not a valid timestamp"
14607 msgstr ""
14608
14609 #: builtin/remote.c:16
14610 msgid "git remote [-v | --verbose]"
14611 msgstr ""
14612
14613 #: builtin/remote.c:17
14614 msgid ""
14615 "git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
14616 "mirror=<fetch|push>] <name> <url>"
14617 msgstr ""
14618
14619 #: builtin/remote.c:18 builtin/remote.c:38
14620 msgid "git remote rename <old> <new>"
14621 msgstr ""
14622
14623 #: builtin/remote.c:19 builtin/remote.c:43
14624 msgid "git remote remove <name>"
14625 msgstr ""
14626
14627 #: builtin/remote.c:20 builtin/remote.c:48
14628 msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
14629 msgstr ""
14630
14631 #: builtin/remote.c:21
14632 msgid "git remote [-v | --verbose] show [-n] <name>"
14633 msgstr ""
14634
14635 #: builtin/remote.c:22
14636 msgid "git remote prune [-n | --dry-run] <name>"
14637 msgstr ""
14638
14639 #: builtin/remote.c:23
14640 msgid ""
14641 "git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
14642 msgstr ""
14643
14644 #: builtin/remote.c:24
14645 msgid "git remote set-branches [--add] <name> <branch>..."
14646 msgstr ""
14647
14648 #: builtin/remote.c:25 builtin/remote.c:74
14649 msgid "git remote get-url [--push] [--all] <name>"
14650 msgstr ""
14651
14652 #: builtin/remote.c:26 builtin/remote.c:79
14653 msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
14654 msgstr ""
14655
14656 #: builtin/remote.c:27 builtin/remote.c:80
14657 msgid "git remote set-url --add <name> <newurl>"
14658 msgstr ""
14659
14660 #: builtin/remote.c:28 builtin/remote.c:81
14661 msgid "git remote set-url --delete <name> <url>"
14662 msgstr ""
14663
14664 #: builtin/remote.c:33
14665 msgid "git remote add [<options>] <name> <url>"
14666 msgstr ""
14667
14668 #: builtin/remote.c:53
14669 msgid "git remote set-branches <name> <branch>..."
14670 msgstr ""
14671
14672 #: builtin/remote.c:54
14673 msgid "git remote set-branches --add <name> <branch>..."
14674 msgstr ""
14675
14676 #: builtin/remote.c:59
14677 msgid "git remote show [<options>] <name>"
14678 msgstr ""
14679
14680 #: builtin/remote.c:64
14681 msgid "git remote prune [<options>] <name>"
14682 msgstr ""
14683
14684 #: builtin/remote.c:69
14685 msgid "git remote update [<options>] [<group> | <remote>]..."
14686 msgstr ""
14687
14688 #: builtin/remote.c:98
14689 #, c-format
14690 msgid "Updating %s"
14691 msgstr ""
14692
14693 #: builtin/remote.c:130
14694 msgid ""
14695 "--mirror is dangerous and deprecated; please\n"
14696 "\t use --mirror=fetch or --mirror=push instead"
14697 msgstr ""
14698
14699 #: builtin/remote.c:147
14700 #, c-format
14701 msgid "unknown mirror argument: %s"
14702 msgstr ""
14703
14704 #: builtin/remote.c:163
14705 msgid "fetch the remote branches"
14706 msgstr ""
14707
14708 #: builtin/remote.c:165
14709 msgid "import all tags and associated objects when fetching"
14710 msgstr ""
14711
14712 #: builtin/remote.c:168
14713 msgid "or do not fetch any tag at all (--no-tags)"
14714 msgstr ""
14715
14716 #: builtin/remote.c:170
14717 msgid "branch(es) to track"
14718 msgstr ""
14719
14720 #: builtin/remote.c:171
14721 msgid "master branch"
14722 msgstr ""
14723
14724 #: builtin/remote.c:173
14725 msgid "set up remote as a mirror to push to or fetch from"
14726 msgstr ""
14727
14728 #: builtin/remote.c:185
14729 msgid "specifying a master branch makes no sense with --mirror"
14730 msgstr ""
14731
14732 #: builtin/remote.c:187
14733 msgid "specifying branches to track makes sense only with fetch mirrors"
14734 msgstr ""
14735
14736 #: builtin/remote.c:194 builtin/remote.c:636
14737 #, c-format
14738 msgid "remote %s already exists."
14739 msgstr ""
14740
14741 #: builtin/remote.c:198 builtin/remote.c:640
14742 #, c-format
14743 msgid "'%s' is not a valid remote name"
14744 msgstr ""
14745
14746 #: builtin/remote.c:238
14747 #, c-format
14748 msgid "Could not setup master '%s'"
14749 msgstr ""
14750
14751 #: builtin/remote.c:344
14752 #, c-format
14753 msgid "Could not get fetch map for refspec %s"
14754 msgstr ""
14755
14756 #: builtin/remote.c:443 builtin/remote.c:451
14757 msgid "(matching)"
14758 msgstr ""
14759
14760 #: builtin/remote.c:455
14761 msgid "(delete)"
14762 msgstr ""
14763
14764 #: builtin/remote.c:629 builtin/remote.c:765 builtin/remote.c:864
14765 #, c-format
14766 msgid "No such remote: '%s'"
14767 msgstr ""
14768
14769 #: builtin/remote.c:646
14770 #, c-format
14771 msgid "Could not rename config section '%s' to '%s'"
14772 msgstr ""
14773
14774 #: builtin/remote.c:666
14775 #, c-format
14776 msgid ""
14777 "Not updating non-default fetch refspec\n"
14778 "\t%s\n"
14779 "\tPlease update the configuration manually if necessary."
14780 msgstr ""
14781
14782 #: builtin/remote.c:702
14783 #, c-format
14784 msgid "deleting '%s' failed"
14785 msgstr ""
14786
14787 #: builtin/remote.c:736
14788 #, c-format
14789 msgid "creating '%s' failed"
14790 msgstr ""
14791
14792 #: builtin/remote.c:802
14793 msgid ""
14794 "Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
14795 "to delete it, use:"
14796 msgid_plural ""
14797 "Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
14798 "to delete them, use:"
14799 msgstr[0] ""
14800 msgstr[1] ""
14801
14802 #: builtin/remote.c:816
14803 #, c-format
14804 msgid "Could not remove config section '%s'"
14805 msgstr ""
14806
14807 #: builtin/remote.c:917
14808 #, c-format
14809 msgid " new (next fetch will store in remotes/%s)"
14810 msgstr ""
14811
14812 #: builtin/remote.c:920
14813 msgid " tracked"
14814 msgstr ""
14815
14816 #: builtin/remote.c:922
14817 msgid " stale (use 'git remote prune' to remove)"
14818 msgstr ""
14819
14820 #: builtin/remote.c:924
14821 msgid " ???"
14822 msgstr ""
14823
14824 #: builtin/remote.c:965
14825 #, c-format
14826 msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
14827 msgstr ""
14828
14829 #: builtin/remote.c:974
14830 #, c-format
14831 msgid "rebases interactively onto remote %s"
14832 msgstr ""
14833
14834 #: builtin/remote.c:976
14835 #, c-format
14836 msgid "rebases interactively (with merges) onto remote %s"
14837 msgstr ""
14838
14839 #: builtin/remote.c:979
14840 #, c-format
14841 msgid "rebases onto remote %s"
14842 msgstr ""
14843
14844 #: builtin/remote.c:983
14845 #, c-format
14846 msgid " merges with remote %s"
14847 msgstr ""
14848
14849 #: builtin/remote.c:986
14850 #, c-format
14851 msgid "merges with remote %s"
14852 msgstr ""
14853
14854 #: builtin/remote.c:989
14855 #, c-format
14856 msgid "%-*s    and with remote %s\n"
14857 msgstr ""
14858
14859 #: builtin/remote.c:1032
14860 msgid "create"
14861 msgstr ""
14862
14863 #: builtin/remote.c:1035
14864 msgid "delete"
14865 msgstr ""
14866
14867 #: builtin/remote.c:1039
14868 msgid "up to date"
14869 msgstr ""
14870
14871 #: builtin/remote.c:1042
14872 msgid "fast-forwardable"
14873 msgstr ""
14874
14875 #: builtin/remote.c:1045
14876 msgid "local out of date"
14877 msgstr ""
14878
14879 #: builtin/remote.c:1052
14880 #, c-format
14881 msgid "    %-*s forces to %-*s (%s)"
14882 msgstr ""
14883
14884 #: builtin/remote.c:1055
14885 #, c-format
14886 msgid "    %-*s pushes to %-*s (%s)"
14887 msgstr ""
14888
14889 #: builtin/remote.c:1059
14890 #, c-format
14891 msgid "    %-*s forces to %s"
14892 msgstr ""
14893
14894 #: builtin/remote.c:1062
14895 #, c-format
14896 msgid "    %-*s pushes to %s"
14897 msgstr ""
14898
14899 #: builtin/remote.c:1130
14900 msgid "do not query remotes"
14901 msgstr ""
14902
14903 #: builtin/remote.c:1157
14904 #, c-format
14905 msgid "* remote %s"
14906 msgstr ""
14907
14908 #: builtin/remote.c:1158
14909 #, c-format
14910 msgid "  Fetch URL: %s"
14911 msgstr ""
14912
14913 #: builtin/remote.c:1159 builtin/remote.c:1175 builtin/remote.c:1314
14914 msgid "(no URL)"
14915 msgstr ""
14916
14917 #. TRANSLATORS: the colon ':' should align
14918 #. with the one in " Fetch URL: %s"
14919 #. translation.
14920 #.
14921 #: builtin/remote.c:1173 builtin/remote.c:1175
14922 #, c-format
14923 msgid "  Push  URL: %s"
14924 msgstr ""
14925
14926 #: builtin/remote.c:1177 builtin/remote.c:1179 builtin/remote.c:1181
14927 #, c-format
14928 msgid "  HEAD branch: %s"
14929 msgstr ""
14930
14931 #: builtin/remote.c:1177
14932 msgid "(not queried)"
14933 msgstr ""
14934
14935 #: builtin/remote.c:1179
14936 msgid "(unknown)"
14937 msgstr ""
14938
14939 #: builtin/remote.c:1183
14940 #, c-format
14941 msgid ""
14942 "  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
14943 msgstr ""
14944
14945 #: builtin/remote.c:1195
14946 #, c-format
14947 msgid "  Remote branch:%s"
14948 msgid_plural "  Remote branches:%s"
14949 msgstr[0] ""
14950 msgstr[1] ""
14951
14952 #: builtin/remote.c:1198 builtin/remote.c:1224
14953 msgid " (status not queried)"
14954 msgstr ""
14955
14956 #: builtin/remote.c:1207
14957 msgid "  Local branch configured for 'git pull':"
14958 msgid_plural "  Local branches configured for 'git pull':"
14959 msgstr[0] ""
14960 msgstr[1] ""
14961
14962 #: builtin/remote.c:1215
14963 msgid "  Local refs will be mirrored by 'git push'"
14964 msgstr ""
14965
14966 #: builtin/remote.c:1221
14967 #, c-format
14968 msgid "  Local ref configured for 'git push'%s:"
14969 msgid_plural "  Local refs configured for 'git push'%s:"
14970 msgstr[0] ""
14971 msgstr[1] ""
14972
14973 #: builtin/remote.c:1242
14974 msgid "set refs/remotes/<name>/HEAD according to remote"
14975 msgstr ""
14976
14977 #: builtin/remote.c:1244
14978 msgid "delete refs/remotes/<name>/HEAD"
14979 msgstr ""
14980
14981 #: builtin/remote.c:1259
14982 msgid "Cannot determine remote HEAD"
14983 msgstr ""
14984
14985 #: builtin/remote.c:1261
14986 msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
14987 msgstr ""
14988
14989 #: builtin/remote.c:1271
14990 #, c-format
14991 msgid "Could not delete %s"
14992 msgstr ""
14993
14994 #: builtin/remote.c:1279
14995 #, c-format
14996 msgid "Not a valid ref: %s"
14997 msgstr ""
14998
14999 #: builtin/remote.c:1281
15000 #, c-format
15001 msgid "Could not setup %s"
15002 msgstr ""
15003
15004 #: builtin/remote.c:1299
15005 #, c-format
15006 msgid " %s will become dangling!"
15007 msgstr ""
15008
15009 #: builtin/remote.c:1300
15010 #, c-format
15011 msgid " %s has become dangling!"
15012 msgstr ""
15013
15014 #: builtin/remote.c:1310
15015 #, c-format
15016 msgid "Pruning %s"
15017 msgstr ""
15018
15019 #: builtin/remote.c:1311
15020 #, c-format
15021 msgid "URL: %s"
15022 msgstr ""
15023
15024 #: builtin/remote.c:1327
15025 #, c-format
15026 msgid " * [would prune] %s"
15027 msgstr ""
15028
15029 #: builtin/remote.c:1330
15030 #, c-format
15031 msgid " * [pruned] %s"
15032 msgstr ""
15033
15034 #: builtin/remote.c:1375
15035 msgid "prune remotes after fetching"
15036 msgstr ""
15037
15038 #: builtin/remote.c:1438 builtin/remote.c:1492 builtin/remote.c:1560
15039 #, c-format
15040 msgid "No such remote '%s'"
15041 msgstr ""
15042
15043 #: builtin/remote.c:1454
15044 msgid "add branch"
15045 msgstr ""
15046
15047 #: builtin/remote.c:1461
15048 msgid "no remote specified"
15049 msgstr ""
15050
15051 #: builtin/remote.c:1478
15052 msgid "query push URLs rather than fetch URLs"
15053 msgstr ""
15054
15055 #: builtin/remote.c:1480
15056 msgid "return all URLs"
15057 msgstr ""
15058
15059 #: builtin/remote.c:1508
15060 #, c-format
15061 msgid "no URLs configured for remote '%s'"
15062 msgstr ""
15063
15064 #: builtin/remote.c:1534
15065 msgid "manipulate push URLs"
15066 msgstr ""
15067
15068 #: builtin/remote.c:1536
15069 msgid "add URL"
15070 msgstr ""
15071
15072 #: builtin/remote.c:1538
15073 msgid "delete URLs"
15074 msgstr ""
15075
15076 #: builtin/remote.c:1545
15077 msgid "--add --delete doesn't make sense"
15078 msgstr ""
15079
15080 #: builtin/remote.c:1584
15081 #, c-format
15082 msgid "Invalid old URL pattern: %s"
15083 msgstr ""
15084
15085 #: builtin/remote.c:1592
15086 #, c-format
15087 msgid "No such URL found: %s"
15088 msgstr ""
15089
15090 #: builtin/remote.c:1594
15091 msgid "Will not delete all non-push URLs"
15092 msgstr ""
15093
15094 #: builtin/remote.c:1610
15095 msgid "be verbose; must be placed before a subcommand"
15096 msgstr ""
15097
15098 #: builtin/remote.c:1641
15099 #, c-format
15100 msgid "Unknown subcommand: %s"
15101 msgstr ""
15102
15103 #: builtin/repack.c:22
15104 msgid "git repack [<options>]"
15105 msgstr ""
15106
15107 #: builtin/repack.c:27
15108 msgid ""
15109 "Incremental repacks are incompatible with bitmap indexes.  Use\n"
15110 "--no-write-bitmap-index or disable the pack.writebitmaps configuration."
15111 msgstr ""
15112
15113 #: builtin/repack.c:294
15114 msgid "pack everything in a single pack"
15115 msgstr ""
15116
15117 #: builtin/repack.c:296
15118 msgid "same as -a, and turn unreachable objects loose"
15119 msgstr ""
15120
15121 #: builtin/repack.c:299
15122 msgid "remove redundant packs, and run git-prune-packed"
15123 msgstr ""
15124
15125 #: builtin/repack.c:301
15126 msgid "pass --no-reuse-delta to git-pack-objects"
15127 msgstr ""
15128
15129 #: builtin/repack.c:303
15130 msgid "pass --no-reuse-object to git-pack-objects"
15131 msgstr ""
15132
15133 #: builtin/repack.c:305
15134 msgid "do not run git-update-server-info"
15135 msgstr ""
15136
15137 #: builtin/repack.c:308
15138 msgid "pass --local to git-pack-objects"
15139 msgstr ""
15140
15141 #: builtin/repack.c:310
15142 msgid "write bitmap index"
15143 msgstr ""
15144
15145 #: builtin/repack.c:312
15146 msgid "pass --delta-islands to git-pack-objects"
15147 msgstr ""
15148
15149 #: builtin/repack.c:313
15150 msgid "approxidate"
15151 msgstr ""
15152
15153 #: builtin/repack.c:314
15154 msgid "with -A, do not loosen objects older than this"
15155 msgstr ""
15156
15157 #: builtin/repack.c:316
15158 msgid "with -a, repack unreachable objects"
15159 msgstr ""
15160
15161 #: builtin/repack.c:318
15162 msgid "size of the window used for delta compression"
15163 msgstr ""
15164
15165 #: builtin/repack.c:319 builtin/repack.c:325
15166 msgid "bytes"
15167 msgstr ""
15168
15169 #: builtin/repack.c:320
15170 msgid "same as the above, but limit memory size instead of entries count"
15171 msgstr ""
15172
15173 #: builtin/repack.c:322
15174 msgid "limits the maximum delta depth"
15175 msgstr ""
15176
15177 #: builtin/repack.c:324
15178 msgid "limits the maximum number of threads"
15179 msgstr ""
15180
15181 #: builtin/repack.c:326
15182 msgid "maximum size of each packfile"
15183 msgstr ""
15184
15185 #: builtin/repack.c:328
15186 msgid "repack objects in packs marked with .keep"
15187 msgstr ""
15188
15189 #: builtin/repack.c:330
15190 msgid "do not repack this pack"
15191 msgstr ""
15192
15193 #: builtin/repack.c:340
15194 msgid "cannot delete packs in a precious-objects repo"
15195 msgstr ""
15196
15197 #: builtin/repack.c:344
15198 msgid "--keep-unreachable and -A are incompatible"
15199 msgstr ""
15200
15201 #: builtin/repack.c:527
15202 #, c-format
15203 msgid "failed to remove '%s'"
15204 msgstr ""
15205
15206 #: builtin/replace.c:22
15207 msgid "git replace [-f] <object> <replacement>"
15208 msgstr ""
15209
15210 #: builtin/replace.c:23
15211 msgid "git replace [-f] --edit <object>"
15212 msgstr ""
15213
15214 #: builtin/replace.c:24
15215 msgid "git replace [-f] --graft <commit> [<parent>...]"
15216 msgstr ""
15217
15218 #: builtin/replace.c:25
15219 msgid "git replace [-f] --convert-graft-file"
15220 msgstr ""
15221
15222 #: builtin/replace.c:26
15223 msgid "git replace -d <object>..."
15224 msgstr ""
15225
15226 #: builtin/replace.c:27
15227 msgid "git replace [--format=<format>] [-l [<pattern>]]"
15228 msgstr ""
15229
15230 #: builtin/replace.c:58 builtin/replace.c:203 builtin/replace.c:206
15231 #, c-format
15232 msgid "failed to resolve '%s' as a valid ref"
15233 msgstr ""
15234
15235 #: builtin/replace.c:86
15236 #, c-format
15237 msgid ""
15238 "invalid replace format '%s'\n"
15239 "valid formats are 'short', 'medium' and 'long'"
15240 msgstr ""
15241
15242 #: builtin/replace.c:121
15243 #, c-format
15244 msgid "replace ref '%s' not found"
15245 msgstr ""
15246
15247 #: builtin/replace.c:137
15248 #, c-format
15249 msgid "Deleted replace ref '%s'"
15250 msgstr ""
15251
15252 #: builtin/replace.c:149
15253 #, c-format
15254 msgid "'%s' is not a valid ref name"
15255 msgstr ""
15256
15257 #: builtin/replace.c:154
15258 #, c-format
15259 msgid "replace ref '%s' already exists"
15260 msgstr ""
15261
15262 #: builtin/replace.c:174
15263 #, c-format
15264 msgid ""
15265 "Objects must be of the same type.\n"
15266 "'%s' points to a replaced object of type '%s'\n"
15267 "while '%s' points to a replacement object of type '%s'."
15268 msgstr ""
15269
15270 #: builtin/replace.c:225
15271 #, c-format
15272 msgid "unable to open %s for writing"
15273 msgstr ""
15274
15275 #: builtin/replace.c:238
15276 msgid "cat-file reported failure"
15277 msgstr ""
15278
15279 #: builtin/replace.c:254
15280 #, c-format
15281 msgid "unable to open %s for reading"
15282 msgstr ""
15283
15284 #: builtin/replace.c:268
15285 msgid "unable to spawn mktree"
15286 msgstr ""
15287
15288 #: builtin/replace.c:272
15289 msgid "unable to read from mktree"
15290 msgstr ""
15291
15292 #: builtin/replace.c:281
15293 msgid "mktree reported failure"
15294 msgstr ""
15295
15296 #: builtin/replace.c:285
15297 msgid "mktree did not return an object name"
15298 msgstr ""
15299
15300 #: builtin/replace.c:294
15301 #, c-format
15302 msgid "unable to fstat %s"
15303 msgstr ""
15304
15305 #: builtin/replace.c:299
15306 msgid "unable to write object to database"
15307 msgstr ""
15308
15309 #: builtin/replace.c:318 builtin/replace.c:371 builtin/replace.c:415
15310 #: builtin/replace.c:445
15311 #, c-format
15312 msgid "not a valid object name: '%s'"
15313 msgstr ""
15314
15315 #: builtin/replace.c:322
15316 #, c-format
15317 msgid "unable to get object type for %s"
15318 msgstr ""
15319
15320 #: builtin/replace.c:338
15321 msgid "editing object file failed"
15322 msgstr ""
15323
15324 #: builtin/replace.c:347
15325 #, c-format
15326 msgid "new object is the same as the old one: '%s'"
15327 msgstr ""
15328
15329 #: builtin/replace.c:407
15330 #, c-format
15331 msgid "bad mergetag in commit '%s'"
15332 msgstr ""
15333
15334 #: builtin/replace.c:409
15335 #, c-format
15336 msgid "malformed mergetag in commit '%s'"
15337 msgstr ""
15338
15339 #: builtin/replace.c:421
15340 #, c-format
15341 msgid ""
15342 "original commit '%s' contains mergetag '%s' that is discarded; use --edit "
15343 "instead of --graft"
15344 msgstr ""
15345
15346 #: builtin/replace.c:460
15347 #, c-format
15348 msgid "the original commit '%s' has a gpg signature"
15349 msgstr ""
15350
15351 #: builtin/replace.c:461
15352 msgid "the signature will be removed in the replacement commit!"
15353 msgstr ""
15354
15355 #: builtin/replace.c:471
15356 #, c-format
15357 msgid "could not write replacement commit for: '%s'"
15358 msgstr ""
15359
15360 #: builtin/replace.c:479
15361 #, c-format
15362 msgid "graft for '%s' unnecessary"
15363 msgstr ""
15364
15365 #: builtin/replace.c:482
15366 #, c-format
15367 msgid "new commit is the same as the old one: '%s'"
15368 msgstr ""
15369
15370 #: builtin/replace.c:514
15371 #, c-format
15372 msgid ""
15373 "could not convert the following graft(s):\n"
15374 "%s"
15375 msgstr ""
15376
15377 #: builtin/replace.c:535
15378 msgid "list replace refs"
15379 msgstr ""
15380
15381 #: builtin/replace.c:536
15382 msgid "delete replace refs"
15383 msgstr ""
15384
15385 #: builtin/replace.c:537
15386 msgid "edit existing object"
15387 msgstr ""
15388
15389 #: builtin/replace.c:538
15390 msgid "change a commit's parents"
15391 msgstr ""
15392
15393 #: builtin/replace.c:539
15394 msgid "convert existing graft file"
15395 msgstr ""
15396
15397 #: builtin/replace.c:540
15398 msgid "replace the ref if it exists"
15399 msgstr ""
15400
15401 #: builtin/replace.c:542
15402 msgid "do not pretty-print contents for --edit"
15403 msgstr ""
15404
15405 #: builtin/replace.c:543
15406 msgid "use this format"
15407 msgstr ""
15408
15409 #: builtin/replace.c:556
15410 msgid "--format cannot be used when not listing"
15411 msgstr ""
15412
15413 #: builtin/replace.c:564
15414 msgid "-f only makes sense when writing a replacement"
15415 msgstr ""
15416
15417 #: builtin/replace.c:568
15418 msgid "--raw only makes sense with --edit"
15419 msgstr ""
15420
15421 #: builtin/replace.c:574
15422 msgid "-d needs at least one argument"
15423 msgstr ""
15424
15425 #: builtin/replace.c:580
15426 msgid "bad number of arguments"
15427 msgstr ""
15428
15429 #: builtin/replace.c:586
15430 msgid "-e needs exactly one argument"
15431 msgstr ""
15432
15433 #: builtin/replace.c:592
15434 msgid "-g needs at least one argument"
15435 msgstr ""
15436
15437 #: builtin/replace.c:598
15438 msgid "--convert-graft-file takes no argument"
15439 msgstr ""
15440
15441 #: builtin/replace.c:604
15442 msgid "only one pattern can be given with -l"
15443 msgstr ""
15444
15445 #: builtin/rerere.c:13
15446 msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
15447 msgstr ""
15448
15449 #: builtin/rerere.c:60
15450 msgid "register clean resolutions in index"
15451 msgstr ""
15452
15453 #: builtin/rerere.c:79
15454 msgid "'git rerere forget' without paths is deprecated"
15455 msgstr ""
15456
15457 #: builtin/rerere.c:111
15458 #, c-format
15459 msgid "unable to generate diff for '%s'"
15460 msgstr ""
15461
15462 #: builtin/reset.c:31
15463 msgid ""
15464 "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
15465 msgstr ""
15466
15467 #: builtin/reset.c:32
15468 msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
15469 msgstr ""
15470
15471 #: builtin/reset.c:33
15472 msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
15473 msgstr ""
15474
15475 #: builtin/reset.c:39
15476 msgid "mixed"
15477 msgstr ""
15478
15479 #: builtin/reset.c:39
15480 msgid "soft"
15481 msgstr ""
15482
15483 #: builtin/reset.c:39
15484 msgid "hard"
15485 msgstr ""
15486
15487 #: builtin/reset.c:39
15488 msgid "merge"
15489 msgstr ""
15490
15491 #: builtin/reset.c:39
15492 msgid "keep"
15493 msgstr ""
15494
15495 #: builtin/reset.c:80
15496 msgid "You do not have a valid HEAD."
15497 msgstr ""
15498
15499 #: builtin/reset.c:82
15500 msgid "Failed to find tree of HEAD."
15501 msgstr ""
15502
15503 #: builtin/reset.c:88
15504 #, c-format
15505 msgid "Failed to find tree of %s."
15506 msgstr ""
15507
15508 #: builtin/reset.c:192
15509 #, c-format
15510 msgid "Cannot do a %s reset in the middle of a merge."
15511 msgstr ""
15512
15513 #: builtin/reset.c:292
15514 msgid "be quiet, only report errors"
15515 msgstr ""
15516
15517 #: builtin/reset.c:294
15518 msgid "reset HEAD and index"
15519 msgstr ""
15520
15521 #: builtin/reset.c:295
15522 msgid "reset only HEAD"
15523 msgstr ""
15524
15525 #: builtin/reset.c:297 builtin/reset.c:299
15526 msgid "reset HEAD, index and working tree"
15527 msgstr ""
15528
15529 #: builtin/reset.c:301
15530 msgid "reset HEAD but keep local changes"
15531 msgstr ""
15532
15533 #: builtin/reset.c:307
15534 msgid "record only the fact that removed paths will be added later"
15535 msgstr ""
15536
15537 #: builtin/reset.c:325
15538 #, c-format
15539 msgid "Failed to resolve '%s' as a valid revision."
15540 msgstr ""
15541
15542 #: builtin/reset.c:333
15543 #, c-format
15544 msgid "Failed to resolve '%s' as a valid tree."
15545 msgstr ""
15546
15547 #: builtin/reset.c:342
15548 msgid "--patch is incompatible with --{hard,mixed,soft}"
15549 msgstr ""
15550
15551 #: builtin/reset.c:351
15552 msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
15553 msgstr ""
15554
15555 #: builtin/reset.c:353
15556 #, c-format
15557 msgid "Cannot do %s reset with paths."
15558 msgstr ""
15559
15560 #: builtin/reset.c:363
15561 #, c-format
15562 msgid "%s reset is not allowed in a bare repository"
15563 msgstr ""
15564
15565 #: builtin/reset.c:367
15566 msgid "-N can only be used with --mixed"
15567 msgstr ""
15568
15569 #: builtin/reset.c:387
15570 msgid "Unstaged changes after reset:"
15571 msgstr ""
15572
15573 #: builtin/reset.c:390
15574 #, c-format
15575 msgid ""
15576 "\n"
15577 "It took %.2f seconds to enumerate unstaged changes after reset.  You can\n"
15578 "use '--quiet' to avoid this.  Set the config setting reset.quiet to true\n"
15579 "to make this the default.\n"
15580 msgstr ""
15581
15582 #: builtin/reset.c:400
15583 #, c-format
15584 msgid "Could not reset index file to revision '%s'."
15585 msgstr ""
15586
15587 #: builtin/reset.c:404
15588 msgid "Could not write new index file."
15589 msgstr ""
15590
15591 #: builtin/rev-list.c:403
15592 msgid "cannot combine --exclude-promisor-objects and --missing"
15593 msgstr ""
15594
15595 #: builtin/rev-list.c:461
15596 msgid "object filtering requires --objects"
15597 msgstr ""
15598
15599 #: builtin/rev-list.c:464
15600 #, c-format
15601 msgid "invalid sparse value '%s'"
15602 msgstr ""
15603
15604 #: builtin/rev-list.c:505
15605 msgid "rev-list does not support display of notes"
15606 msgstr ""
15607
15608 #: builtin/rev-list.c:508
15609 msgid "cannot combine --use-bitmap-index with object filtering"
15610 msgstr ""
15611
15612 #: builtin/rev-parse.c:407
15613 msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
15614 msgstr ""
15615
15616 #: builtin/rev-parse.c:412
15617 msgid "keep the `--` passed as an arg"
15618 msgstr ""
15619
15620 #: builtin/rev-parse.c:414
15621 msgid "stop parsing after the first non-option argument"
15622 msgstr ""
15623
15624 #: builtin/rev-parse.c:417
15625 msgid "output in stuck long form"
15626 msgstr ""
15627
15628 #: builtin/rev-parse.c:550
15629 msgid ""
15630 "git rev-parse --parseopt [<options>] -- [<args>...]\n"
15631 "   or: git rev-parse --sq-quote [<arg>...]\n"
15632 "   or: git rev-parse [<options>] [<arg>...]\n"
15633 "\n"
15634 "Run \"git rev-parse --parseopt -h\" for more information on the first usage."
15635 msgstr ""
15636
15637 #: builtin/revert.c:24
15638 msgid "git revert [<options>] <commit-ish>..."
15639 msgstr ""
15640
15641 #: builtin/revert.c:25
15642 msgid "git revert <subcommand>"
15643 msgstr ""
15644
15645 #: builtin/revert.c:30
15646 msgid "git cherry-pick [<options>] <commit-ish>..."
15647 msgstr ""
15648
15649 #: builtin/revert.c:31
15650 msgid "git cherry-pick <subcommand>"
15651 msgstr ""
15652
15653 #: builtin/revert.c:91
15654 #, c-format
15655 msgid "%s: %s cannot be used with %s"
15656 msgstr ""
15657
15658 #: builtin/revert.c:100
15659 msgid "end revert or cherry-pick sequence"
15660 msgstr ""
15661
15662 #: builtin/revert.c:101
15663 msgid "resume revert or cherry-pick sequence"
15664 msgstr ""
15665
15666 #: builtin/revert.c:102
15667 msgid "cancel revert or cherry-pick sequence"
15668 msgstr ""
15669
15670 #: builtin/revert.c:103
15671 msgid "don't automatically commit"
15672 msgstr ""
15673
15674 #: builtin/revert.c:104
15675 msgid "edit the commit message"
15676 msgstr ""
15677
15678 #: builtin/revert.c:107
15679 msgid "parent-number"
15680 msgstr ""
15681
15682 #: builtin/revert.c:108
15683 msgid "select mainline parent"
15684 msgstr ""
15685
15686 #: builtin/revert.c:110
15687 msgid "merge strategy"
15688 msgstr ""
15689
15690 #: builtin/revert.c:112
15691 msgid "option for merge strategy"
15692 msgstr ""
15693
15694 #: builtin/revert.c:121
15695 msgid "append commit name"
15696 msgstr ""
15697
15698 #: builtin/revert.c:123
15699 msgid "preserve initially empty commits"
15700 msgstr ""
15701
15702 #: builtin/revert.c:125
15703 msgid "keep redundant, empty commits"
15704 msgstr ""
15705
15706 #: builtin/revert.c:219
15707 msgid "revert failed"
15708 msgstr ""
15709
15710 #: builtin/revert.c:232
15711 msgid "cherry-pick failed"
15712 msgstr ""
15713
15714 #: builtin/rm.c:18
15715 msgid "git rm [<options>] [--] <file>..."
15716 msgstr ""
15717
15718 #: builtin/rm.c:206
15719 msgid ""
15720 "the following file has staged content different from both the\n"
15721 "file and the HEAD:"
15722 msgid_plural ""
15723 "the following files have staged content different from both the\n"
15724 "file and the HEAD:"
15725 msgstr[0] ""
15726 msgstr[1] ""
15727
15728 #: builtin/rm.c:211
15729 msgid ""
15730 "\n"
15731 "(use -f to force removal)"
15732 msgstr ""
15733
15734 #: builtin/rm.c:215
15735 msgid "the following file has changes staged in the index:"
15736 msgid_plural "the following files have changes staged in the index:"
15737 msgstr[0] ""
15738 msgstr[1] ""
15739
15740 #: builtin/rm.c:219 builtin/rm.c:228
15741 msgid ""
15742 "\n"
15743 "(use --cached to keep the file, or -f to force removal)"
15744 msgstr ""
15745
15746 #: builtin/rm.c:225
15747 msgid "the following file has local modifications:"
15748 msgid_plural "the following files have local modifications:"
15749 msgstr[0] ""
15750 msgstr[1] ""
15751
15752 #: builtin/rm.c:241
15753 msgid "do not list removed files"
15754 msgstr ""
15755
15756 #: builtin/rm.c:242
15757 msgid "only remove from the index"
15758 msgstr ""
15759
15760 #: builtin/rm.c:243
15761 msgid "override the up-to-date check"
15762 msgstr ""
15763
15764 #: builtin/rm.c:244
15765 msgid "allow recursive removal"
15766 msgstr ""
15767
15768 #: builtin/rm.c:246
15769 msgid "exit with a zero status even if nothing matched"
15770 msgstr ""
15771
15772 #: builtin/rm.c:288
15773 msgid "please stage your changes to .gitmodules or stash them to proceed"
15774 msgstr ""
15775
15776 #: builtin/rm.c:306
15777 #, c-format
15778 msgid "not removing '%s' recursively without -r"
15779 msgstr ""
15780
15781 #: builtin/rm.c:345
15782 #, c-format
15783 msgid "git rm: unable to remove %s"
15784 msgstr ""
15785
15786 #: builtin/send-pack.c:20
15787 msgid ""
15788 "git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
15789 "receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
15790 "[<ref>...]\n"
15791 "  --all and explicit <ref> specification are mutually exclusive."
15792 msgstr ""
15793
15794 #: builtin/send-pack.c:163
15795 msgid "remote name"
15796 msgstr ""
15797
15798 #: builtin/send-pack.c:177
15799 msgid "use stateless RPC protocol"
15800 msgstr ""
15801
15802 #: builtin/send-pack.c:178
15803 msgid "read refs from stdin"
15804 msgstr ""
15805
15806 #: builtin/send-pack.c:179
15807 msgid "print status from remote helper"
15808 msgstr ""
15809
15810 #: builtin/serve.c:7
15811 msgid "git serve [<options>]"
15812 msgstr ""
15813
15814 #: builtin/serve.c:17 builtin/upload-pack.c:23
15815 msgid "quit after a single request/response exchange"
15816 msgstr ""
15817
15818 #: builtin/serve.c:19
15819 msgid "exit immediately after advertising capabilities"
15820 msgstr ""
15821
15822 #: builtin/shortlog.c:14
15823 msgid "git shortlog [<options>] [<revision-range>] [[--] <path>...]"
15824 msgstr ""
15825
15826 #: builtin/shortlog.c:15
15827 msgid "git log --pretty=short | git shortlog [<options>]"
15828 msgstr ""
15829
15830 #: builtin/shortlog.c:264
15831 msgid "Group by committer rather than author"
15832 msgstr ""
15833
15834 #: builtin/shortlog.c:266
15835 msgid "sort output according to the number of commits per author"
15836 msgstr ""
15837
15838 #: builtin/shortlog.c:268
15839 msgid "Suppress commit descriptions, only provides commit count"
15840 msgstr ""
15841
15842 #: builtin/shortlog.c:270
15843 msgid "Show the email address of each author"
15844 msgstr ""
15845
15846 #: builtin/shortlog.c:271
15847 msgid "<w>[,<i1>[,<i2>]]"
15848 msgstr ""
15849
15850 #: builtin/shortlog.c:272
15851 msgid "Linewrap output"
15852 msgstr ""
15853
15854 #: builtin/shortlog.c:299
15855 msgid "too many arguments given outside repository"
15856 msgstr ""
15857
15858 #: builtin/show-branch.c:13
15859 msgid ""
15860 "git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
15861 "\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
15862 "\t\t[--more=<n> | --list | --independent | --merge-base]\n"
15863 "\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
15864 msgstr ""
15865
15866 #: builtin/show-branch.c:17
15867 msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
15868 msgstr ""
15869
15870 #: builtin/show-branch.c:395
15871 #, c-format
15872 msgid "ignoring %s; cannot handle more than %d ref"
15873 msgid_plural "ignoring %s; cannot handle more than %d refs"
15874 msgstr[0] ""
15875 msgstr[1] ""
15876
15877 #: builtin/show-branch.c:549
15878 #, c-format
15879 msgid "no matching refs with %s"
15880 msgstr ""
15881
15882 #: builtin/show-branch.c:646
15883 msgid "show remote-tracking and local branches"
15884 msgstr ""
15885
15886 #: builtin/show-branch.c:648
15887 msgid "show remote-tracking branches"
15888 msgstr ""
15889
15890 #: builtin/show-branch.c:650
15891 msgid "color '*!+-' corresponding to the branch"
15892 msgstr ""
15893
15894 #: builtin/show-branch.c:652
15895 msgid "show <n> more commits after the common ancestor"
15896 msgstr ""
15897
15898 #: builtin/show-branch.c:654
15899 msgid "synonym to more=-1"
15900 msgstr ""
15901
15902 #: builtin/show-branch.c:655
15903 msgid "suppress naming strings"
15904 msgstr ""
15905
15906 #: builtin/show-branch.c:657
15907 msgid "include the current branch"
15908 msgstr ""
15909
15910 #: builtin/show-branch.c:659
15911 msgid "name commits with their object names"
15912 msgstr ""
15913
15914 #: builtin/show-branch.c:661
15915 msgid "show possible merge bases"
15916 msgstr ""
15917
15918 #: builtin/show-branch.c:663
15919 msgid "show refs unreachable from any other ref"
15920 msgstr ""
15921
15922 #: builtin/show-branch.c:665
15923 msgid "show commits in topological order"
15924 msgstr ""
15925
15926 #: builtin/show-branch.c:668
15927 msgid "show only commits not on the first branch"
15928 msgstr ""
15929
15930 #: builtin/show-branch.c:670
15931 msgid "show merges reachable from only one tip"
15932 msgstr ""
15933
15934 #: builtin/show-branch.c:672
15935 msgid "topologically sort, maintaining date order where possible"
15936 msgstr ""
15937
15938 #: builtin/show-branch.c:675
15939 msgid "<n>[,<base>]"
15940 msgstr ""
15941
15942 #: builtin/show-branch.c:676
15943 msgid "show <n> most recent ref-log entries starting at base"
15944 msgstr ""
15945
15946 #: builtin/show-branch.c:712
15947 msgid ""
15948 "--reflog is incompatible with --all, --remotes, --independent or --merge-base"
15949 msgstr ""
15950
15951 #: builtin/show-branch.c:736
15952 msgid "no branches given, and HEAD is not valid"
15953 msgstr ""
15954
15955 #: builtin/show-branch.c:739
15956 msgid "--reflog option needs one branch name"
15957 msgstr ""
15958
15959 #: builtin/show-branch.c:742
15960 #, c-format
15961 msgid "only %d entry can be shown at one time."
15962 msgid_plural "only %d entries can be shown at one time."
15963 msgstr[0] ""
15964 msgstr[1] ""
15965
15966 #: builtin/show-branch.c:746
15967 #, c-format
15968 msgid "no such ref %s"
15969 msgstr ""
15970
15971 #: builtin/show-branch.c:830
15972 #, c-format
15973 msgid "cannot handle more than %d rev."
15974 msgid_plural "cannot handle more than %d revs."
15975 msgstr[0] ""
15976 msgstr[1] ""
15977
15978 #: builtin/show-branch.c:834
15979 #, c-format
15980 msgid "'%s' is not a valid ref."
15981 msgstr ""
15982
15983 #: builtin/show-branch.c:837
15984 #, c-format
15985 msgid "cannot find commit %s (%s)"
15986 msgstr ""
15987
15988 #: builtin/show-ref.c:11
15989 msgid ""
15990 "git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
15991 "hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
15992 msgstr ""
15993
15994 #: builtin/show-ref.c:12
15995 msgid "git show-ref --exclude-existing[=<pattern>]"
15996 msgstr ""
15997
15998 #: builtin/show-ref.c:161
15999 msgid "only show tags (can be combined with heads)"
16000 msgstr ""
16001
16002 #: builtin/show-ref.c:162
16003 msgid "only show heads (can be combined with tags)"
16004 msgstr ""
16005
16006 #: builtin/show-ref.c:163
16007 msgid "stricter reference checking, requires exact ref path"
16008 msgstr ""
16009
16010 #: builtin/show-ref.c:166 builtin/show-ref.c:168
16011 msgid "show the HEAD reference, even if it would be filtered out"
16012 msgstr ""
16013
16014 #: builtin/show-ref.c:170
16015 msgid "dereference tags into object IDs"
16016 msgstr ""
16017
16018 #: builtin/show-ref.c:172
16019 msgid "only show SHA1 hash using <n> digits"
16020 msgstr ""
16021
16022 #: builtin/show-ref.c:176
16023 msgid "do not print results to stdout (useful with --verify)"
16024 msgstr ""
16025
16026 #: builtin/show-ref.c:178
16027 msgid "show refs from stdin that aren't in local repository"
16028 msgstr ""
16029
16030 #: builtin/stripspace.c:18
16031 msgid "git stripspace [-s | --strip-comments]"
16032 msgstr ""
16033
16034 #: builtin/stripspace.c:19
16035 msgid "git stripspace [-c | --comment-lines]"
16036 msgstr ""
16037
16038 #: builtin/stripspace.c:36
16039 msgid "skip and remove all lines starting with comment character"
16040 msgstr ""
16041
16042 #: builtin/stripspace.c:39
16043 msgid "prepend comment character and space to each line"
16044 msgstr ""
16045
16046 #: builtin/submodule--helper.c:44 builtin/submodule--helper.c:1939
16047 #, c-format
16048 msgid "Expecting a full ref name, got %s"
16049 msgstr ""
16050
16051 #: builtin/submodule--helper.c:61
16052 msgid "submodule--helper print-default-remote takes no arguments"
16053 msgstr ""
16054
16055 #: builtin/submodule--helper.c:99
16056 #, c-format
16057 msgid "cannot strip one component off url '%s'"
16058 msgstr ""
16059
16060 #: builtin/submodule--helper.c:407 builtin/submodule--helper.c:1363
16061 msgid "alternative anchor for relative paths"
16062 msgstr ""
16063
16064 #: builtin/submodule--helper.c:412
16065 msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
16066 msgstr ""
16067
16068 #: builtin/submodule--helper.c:469 builtin/submodule--helper.c:626
16069 #: builtin/submodule--helper.c:649
16070 #, c-format
16071 msgid "No url found for submodule path '%s' in .gitmodules"
16072 msgstr ""
16073
16074 #: builtin/submodule--helper.c:521
16075 #, c-format
16076 msgid "Entering '%s'\n"
16077 msgstr ""
16078
16079 #: builtin/submodule--helper.c:524
16080 #, c-format
16081 msgid ""
16082 "run_command returned non-zero status for %s\n"
16083 "."
16084 msgstr ""
16085
16086 #: builtin/submodule--helper.c:545
16087 #, c-format
16088 msgid ""
16089 "run_command returned non-zero status while recursing in the nested "
16090 "submodules of %s\n"
16091 "."
16092 msgstr ""
16093
16094 #: builtin/submodule--helper.c:561
16095 msgid "Suppress output of entering each submodule command"
16096 msgstr ""
16097
16098 #: builtin/submodule--helper.c:563 builtin/submodule--helper.c:1048
16099 msgid "Recurse into nested submodules"
16100 msgstr ""
16101
16102 #: builtin/submodule--helper.c:568
16103 msgid "git submodule--helper foreach [--quiet] [--recursive] <command>"
16104 msgstr ""
16105
16106 #: builtin/submodule--helper.c:595
16107 #, c-format
16108 msgid ""
16109 "could not look up configuration '%s'. Assuming this repository is its own "
16110 "authoritative upstream."
16111 msgstr ""
16112
16113 #: builtin/submodule--helper.c:663
16114 #, c-format
16115 msgid "Failed to register url for submodule path '%s'"
16116 msgstr ""
16117
16118 #: builtin/submodule--helper.c:667
16119 #, c-format
16120 msgid "Submodule '%s' (%s) registered for path '%s'\n"
16121 msgstr ""
16122
16123 #: builtin/submodule--helper.c:677
16124 #, c-format
16125 msgid "warning: command update mode suggested for submodule '%s'\n"
16126 msgstr ""
16127
16128 #: builtin/submodule--helper.c:684
16129 #, c-format
16130 msgid "Failed to register update mode for submodule path '%s'"
16131 msgstr ""
16132
16133 #: builtin/submodule--helper.c:706
16134 msgid "Suppress output for initializing a submodule"
16135 msgstr ""
16136
16137 #: builtin/submodule--helper.c:711
16138 msgid "git submodule--helper init [<path>]"
16139 msgstr ""
16140
16141 #: builtin/submodule--helper.c:783 builtin/submodule--helper.c:909
16142 #, c-format
16143 msgid "no submodule mapping found in .gitmodules for path '%s'"
16144 msgstr ""
16145
16146 #: builtin/submodule--helper.c:822
16147 #, c-format
16148 msgid "could not resolve HEAD ref inside the submodule '%s'"
16149 msgstr ""
16150
16151 #: builtin/submodule--helper.c:849 builtin/submodule--helper.c:1018
16152 #, c-format
16153 msgid "failed to recurse into submodule '%s'"
16154 msgstr ""
16155
16156 #: builtin/submodule--helper.c:873 builtin/submodule--helper.c:1182
16157 msgid "Suppress submodule status output"
16158 msgstr ""
16159
16160 #: builtin/submodule--helper.c:874
16161 msgid ""
16162 "Use commit stored in the index instead of the one stored in the submodule "
16163 "HEAD"
16164 msgstr ""
16165
16166 #: builtin/submodule--helper.c:875
16167 msgid "recurse into nested submodules"
16168 msgstr ""
16169
16170 #: builtin/submodule--helper.c:880
16171 msgid "git submodule status [--quiet] [--cached] [--recursive] [<path>...]"
16172 msgstr ""
16173
16174 #: builtin/submodule--helper.c:904
16175 msgid "git submodule--helper name <path>"
16176 msgstr ""
16177
16178 #: builtin/submodule--helper.c:968
16179 #, c-format
16180 msgid "Synchronizing submodule url for '%s'\n"
16181 msgstr ""
16182
16183 #: builtin/submodule--helper.c:974
16184 #, c-format
16185 msgid "failed to register url for submodule path '%s'"
16186 msgstr ""
16187
16188 #: builtin/submodule--helper.c:988
16189 #, c-format
16190 msgid "failed to get the default remote for submodule '%s'"
16191 msgstr ""
16192
16193 #: builtin/submodule--helper.c:999
16194 #, c-format
16195 msgid "failed to update remote for submodule '%s'"
16196 msgstr ""
16197
16198 #: builtin/submodule--helper.c:1046
16199 msgid "Suppress output of synchronizing submodule url"
16200 msgstr ""
16201
16202 #: builtin/submodule--helper.c:1053
16203 msgid "git submodule--helper sync [--quiet] [--recursive] [<path>]"
16204 msgstr ""
16205
16206 #: builtin/submodule--helper.c:1107
16207 #, c-format
16208 msgid ""
16209 "Submodule work tree '%s' contains a .git directory (use 'rm -rf' if you "
16210 "really want to remove it including all of its history)"
16211 msgstr ""
16212
16213 #: builtin/submodule--helper.c:1119
16214 #, c-format
16215 msgid ""
16216 "Submodule work tree '%s' contains local modifications; use '-f' to discard "
16217 "them"
16218 msgstr ""
16219
16220 #: builtin/submodule--helper.c:1127
16221 #, c-format
16222 msgid "Cleared directory '%s'\n"
16223 msgstr ""
16224
16225 #: builtin/submodule--helper.c:1129
16226 #, c-format
16227 msgid "Could not remove submodule work tree '%s'\n"
16228 msgstr ""
16229
16230 #: builtin/submodule--helper.c:1138
16231 #, c-format
16232 msgid "could not create empty submodule directory %s"
16233 msgstr ""
16234
16235 #: builtin/submodule--helper.c:1154
16236 #, c-format
16237 msgid "Submodule '%s' (%s) unregistered for path '%s'\n"
16238 msgstr ""
16239
16240 #: builtin/submodule--helper.c:1183
16241 msgid "Remove submodule working trees even if they contain local changes"
16242 msgstr ""
16243
16244 #: builtin/submodule--helper.c:1184
16245 msgid "Unregister all submodules"
16246 msgstr ""
16247
16248 #: builtin/submodule--helper.c:1189
16249 msgid ""
16250 "git submodule deinit [--quiet] [-f | --force] [--all | [--] [<path>...]]"
16251 msgstr ""
16252
16253 #: builtin/submodule--helper.c:1203
16254 msgid "Use '--all' if you really want to deinitialize all submodules"
16255 msgstr ""
16256
16257 #: builtin/submodule--helper.c:1297 builtin/submodule--helper.c:1300
16258 #, c-format
16259 msgid "submodule '%s' cannot add alternate: %s"
16260 msgstr ""
16261
16262 #: builtin/submodule--helper.c:1336
16263 #, c-format
16264 msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
16265 msgstr ""
16266
16267 #: builtin/submodule--helper.c:1343
16268 #, c-format
16269 msgid "Value '%s' for submodule.alternateLocation is not recognized"
16270 msgstr ""
16271
16272 #: builtin/submodule--helper.c:1366
16273 msgid "where the new submodule will be cloned to"
16274 msgstr ""
16275
16276 #: builtin/submodule--helper.c:1369
16277 msgid "name of the new submodule"
16278 msgstr ""
16279
16280 #: builtin/submodule--helper.c:1372
16281 msgid "url where to clone the submodule from"
16282 msgstr ""
16283
16284 #: builtin/submodule--helper.c:1380
16285 msgid "depth for shallow clones"
16286 msgstr ""
16287
16288 #: builtin/submodule--helper.c:1383 builtin/submodule--helper.c:1868
16289 msgid "force cloning progress"
16290 msgstr ""
16291
16292 #: builtin/submodule--helper.c:1388
16293 msgid ""
16294 "git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
16295 "<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
16296 msgstr ""
16297
16298 #: builtin/submodule--helper.c:1419
16299 #, c-format
16300 msgid "clone of '%s' into submodule path '%s' failed"
16301 msgstr ""
16302
16303 #: builtin/submodule--helper.c:1433
16304 #, c-format
16305 msgid "could not get submodule directory for '%s'"
16306 msgstr ""
16307
16308 #: builtin/submodule--helper.c:1469
16309 #, c-format
16310 msgid "Invalid update mode '%s' for submodule path '%s'"
16311 msgstr ""
16312
16313 #: builtin/submodule--helper.c:1473
16314 #, c-format
16315 msgid "Invalid update mode '%s' configured for submodule path '%s'"
16316 msgstr ""
16317
16318 #: builtin/submodule--helper.c:1566
16319 #, c-format
16320 msgid "Submodule path '%s' not initialized"
16321 msgstr ""
16322
16323 #: builtin/submodule--helper.c:1570
16324 msgid "Maybe you want to use 'update --init'?"
16325 msgstr ""
16326
16327 #: builtin/submodule--helper.c:1600
16328 #, c-format
16329 msgid "Skipping unmerged submodule %s"
16330 msgstr ""
16331
16332 #: builtin/submodule--helper.c:1629
16333 #, c-format
16334 msgid "Skipping submodule '%s'"
16335 msgstr ""
16336
16337 #: builtin/submodule--helper.c:1773
16338 #, c-format
16339 msgid "Failed to clone '%s'. Retry scheduled"
16340 msgstr ""
16341
16342 #: builtin/submodule--helper.c:1784
16343 #, c-format
16344 msgid "Failed to clone '%s' a second time, aborting"
16345 msgstr ""
16346
16347 #: builtin/submodule--helper.c:1847 builtin/submodule--helper.c:2089
16348 msgid "path into the working tree"
16349 msgstr ""
16350
16351 #: builtin/submodule--helper.c:1850
16352 msgid "path into the working tree, across nested submodule boundaries"
16353 msgstr ""
16354
16355 #: builtin/submodule--helper.c:1854
16356 msgid "rebase, merge, checkout or none"
16357 msgstr ""
16358
16359 #: builtin/submodule--helper.c:1860
16360 msgid "Create a shallow clone truncated to the specified number of revisions"
16361 msgstr ""
16362
16363 #: builtin/submodule--helper.c:1863
16364 msgid "parallel jobs"
16365 msgstr ""
16366
16367 #: builtin/submodule--helper.c:1865
16368 msgid "whether the initial clone should follow the shallow recommendation"
16369 msgstr ""
16370
16371 #: builtin/submodule--helper.c:1866
16372 msgid "don't print cloning progress"
16373 msgstr ""
16374
16375 #: builtin/submodule--helper.c:1873
16376 msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
16377 msgstr ""
16378
16379 #: builtin/submodule--helper.c:1886
16380 msgid "bad value for update parameter"
16381 msgstr ""
16382
16383 #: builtin/submodule--helper.c:1934
16384 #, c-format
16385 msgid ""
16386 "Submodule (%s) branch configured to inherit branch from superproject, but "
16387 "the superproject is not on any branch"
16388 msgstr ""
16389
16390 #: builtin/submodule--helper.c:2057
16391 #, c-format
16392 msgid "could not get a repository handle for submodule '%s'"
16393 msgstr ""
16394
16395 #: builtin/submodule--helper.c:2090
16396 msgid "recurse into submodules"
16397 msgstr ""
16398
16399 #: builtin/submodule--helper.c:2096
16400 msgid "git submodule--helper embed-git-dir [<path>...]"
16401 msgstr ""
16402
16403 #: builtin/submodule--helper.c:2152
16404 msgid "check if it is safe to write to the .gitmodules file"
16405 msgstr ""
16406
16407 #: builtin/submodule--helper.c:2157
16408 msgid "git submodule--helper config name [value]"
16409 msgstr ""
16410
16411 #: builtin/submodule--helper.c:2158
16412 msgid "git submodule--helper config --check-writeable"
16413 msgstr ""
16414
16415 #: builtin/submodule--helper.c:2175 git-submodule.sh:169
16416 #, sh-format
16417 msgid "please make sure that the .gitmodules file is in the working tree"
16418 msgstr ""
16419
16420 #: builtin/submodule--helper.c:2225
16421 #, c-format
16422 msgid "%s doesn't support --super-prefix"
16423 msgstr ""
16424
16425 #: builtin/submodule--helper.c:2231
16426 #, c-format
16427 msgid "'%s' is not a valid submodule--helper subcommand"
16428 msgstr ""
16429
16430 #: builtin/symbolic-ref.c:8
16431 msgid "git symbolic-ref [<options>] <name> [<ref>]"
16432 msgstr ""
16433
16434 #: builtin/symbolic-ref.c:9
16435 msgid "git symbolic-ref -d [-q] <name>"
16436 msgstr ""
16437
16438 #: builtin/symbolic-ref.c:40
16439 msgid "suppress error message for non-symbolic (detached) refs"
16440 msgstr ""
16441
16442 #: builtin/symbolic-ref.c:41
16443 msgid "delete symbolic ref"
16444 msgstr ""
16445
16446 #: builtin/symbolic-ref.c:42
16447 msgid "shorten ref output"
16448 msgstr ""
16449
16450 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:363
16451 msgid "reason"
16452 msgstr ""
16453
16454 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:363
16455 msgid "reason of the update"
16456 msgstr ""
16457
16458 #: builtin/tag.c:25
16459 msgid ""
16460 "git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
16461 "[<head>]"
16462 msgstr ""
16463
16464 #: builtin/tag.c:26
16465 msgid "git tag -d <tagname>..."
16466 msgstr ""
16467
16468 #: builtin/tag.c:27
16469 msgid ""
16470 "git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
16471 "points-at <object>]\n"
16472 "\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
16473 msgstr ""
16474
16475 #: builtin/tag.c:29
16476 msgid "git tag -v [--format=<format>] <tagname>..."
16477 msgstr ""
16478
16479 #: builtin/tag.c:87
16480 #, c-format
16481 msgid "tag '%s' not found."
16482 msgstr ""
16483
16484 #: builtin/tag.c:103
16485 #, c-format
16486 msgid "Deleted tag '%s' (was %s)\n"
16487 msgstr ""
16488
16489 #: builtin/tag.c:133
16490 #, c-format
16491 msgid ""
16492 "\n"
16493 "Write a message for tag:\n"
16494 "  %s\n"
16495 "Lines starting with '%c' will be ignored.\n"
16496 msgstr ""
16497
16498 #: builtin/tag.c:137
16499 #, c-format
16500 msgid ""
16501 "\n"
16502 "Write a message for tag:\n"
16503 "  %s\n"
16504 "Lines starting with '%c' will be kept; you may remove them yourself if you "
16505 "want to.\n"
16506 msgstr ""
16507
16508 #: builtin/tag.c:191
16509 msgid "unable to sign the tag"
16510 msgstr ""
16511
16512 #: builtin/tag.c:193
16513 msgid "unable to write tag file"
16514 msgstr ""
16515
16516 #: builtin/tag.c:218
16517 msgid "bad object type."
16518 msgstr ""
16519
16520 #: builtin/tag.c:267
16521 msgid "no tag message?"
16522 msgstr ""
16523
16524 #: builtin/tag.c:274
16525 #, c-format
16526 msgid "The tag message has been left in %s\n"
16527 msgstr ""
16528
16529 #: builtin/tag.c:385
16530 msgid "list tag names"
16531 msgstr ""
16532
16533 #: builtin/tag.c:387
16534 msgid "print <n> lines of each tag message"
16535 msgstr ""
16536
16537 #: builtin/tag.c:389
16538 msgid "delete tags"
16539 msgstr ""
16540
16541 #: builtin/tag.c:390
16542 msgid "verify tags"
16543 msgstr ""
16544
16545 #: builtin/tag.c:392
16546 msgid "Tag creation options"
16547 msgstr ""
16548
16549 #: builtin/tag.c:394
16550 msgid "annotated tag, needs a message"
16551 msgstr ""
16552
16553 #: builtin/tag.c:396
16554 msgid "tag message"
16555 msgstr ""
16556
16557 #: builtin/tag.c:398
16558 msgid "force edit of tag message"
16559 msgstr ""
16560
16561 #: builtin/tag.c:399
16562 msgid "annotated and GPG-signed tag"
16563 msgstr ""
16564
16565 #: builtin/tag.c:403
16566 msgid "use another key to sign the tag"
16567 msgstr ""
16568
16569 #: builtin/tag.c:404
16570 msgid "replace the tag if exists"
16571 msgstr ""
16572
16573 #: builtin/tag.c:405 builtin/update-ref.c:369
16574 msgid "create a reflog"
16575 msgstr ""
16576
16577 #: builtin/tag.c:407
16578 msgid "Tag listing options"
16579 msgstr ""
16580
16581 #: builtin/tag.c:408
16582 msgid "show tag list in columns"
16583 msgstr ""
16584
16585 #: builtin/tag.c:409 builtin/tag.c:411
16586 msgid "print only tags that contain the commit"
16587 msgstr ""
16588
16589 #: builtin/tag.c:410 builtin/tag.c:412
16590 msgid "print only tags that don't contain the commit"
16591 msgstr ""
16592
16593 #: builtin/tag.c:413
16594 msgid "print only tags that are merged"
16595 msgstr ""
16596
16597 #: builtin/tag.c:414
16598 msgid "print only tags that are not merged"
16599 msgstr ""
16600
16601 #: builtin/tag.c:419
16602 msgid "print only tags of the object"
16603 msgstr ""
16604
16605 #: builtin/tag.c:463
16606 msgid "--column and -n are incompatible"
16607 msgstr ""
16608
16609 #: builtin/tag.c:485
16610 msgid "-n option is only allowed in list mode"
16611 msgstr ""
16612
16613 #: builtin/tag.c:487
16614 msgid "--contains option is only allowed in list mode"
16615 msgstr ""
16616
16617 #: builtin/tag.c:489
16618 msgid "--no-contains option is only allowed in list mode"
16619 msgstr ""
16620
16621 #: builtin/tag.c:491
16622 msgid "--points-at option is only allowed in list mode"
16623 msgstr ""
16624
16625 #: builtin/tag.c:493
16626 msgid "--merged and --no-merged options are only allowed in list mode"
16627 msgstr ""
16628
16629 #: builtin/tag.c:504
16630 msgid "only one -F or -m option is allowed."
16631 msgstr ""
16632
16633 #: builtin/tag.c:523
16634 msgid "too many params"
16635 msgstr ""
16636
16637 #: builtin/tag.c:529
16638 #, c-format
16639 msgid "'%s' is not a valid tag name."
16640 msgstr ""
16641
16642 #: builtin/tag.c:534
16643 #, c-format
16644 msgid "tag '%s' already exists"
16645 msgstr ""
16646
16647 #: builtin/tag.c:565
16648 #, c-format
16649 msgid "Updated tag '%s' (was %s)\n"
16650 msgstr ""
16651
16652 #: builtin/unpack-objects.c:500
16653 msgid "Unpacking objects"
16654 msgstr ""
16655
16656 #: builtin/update-index.c:82
16657 #, c-format
16658 msgid "failed to create directory %s"
16659 msgstr ""
16660
16661 #: builtin/update-index.c:98
16662 #, c-format
16663 msgid "failed to create file %s"
16664 msgstr ""
16665
16666 #: builtin/update-index.c:106
16667 #, c-format
16668 msgid "failed to delete file %s"
16669 msgstr ""
16670
16671 #: builtin/update-index.c:113 builtin/update-index.c:219
16672 #, c-format
16673 msgid "failed to delete directory %s"
16674 msgstr ""
16675
16676 #: builtin/update-index.c:138
16677 #, c-format
16678 msgid "Testing mtime in '%s' "
16679 msgstr ""
16680
16681 #: builtin/update-index.c:152
16682 msgid "directory stat info does not change after adding a new file"
16683 msgstr ""
16684
16685 #: builtin/update-index.c:165
16686 msgid "directory stat info does not change after adding a new directory"
16687 msgstr ""
16688
16689 #: builtin/update-index.c:178
16690 msgid "directory stat info changes after updating a file"
16691 msgstr ""
16692
16693 #: builtin/update-index.c:189
16694 msgid "directory stat info changes after adding a file inside subdirectory"
16695 msgstr ""
16696
16697 #: builtin/update-index.c:200
16698 msgid "directory stat info does not change after deleting a file"
16699 msgstr ""
16700
16701 #: builtin/update-index.c:213
16702 msgid "directory stat info does not change after deleting a directory"
16703 msgstr ""
16704
16705 #: builtin/update-index.c:220
16706 msgid " OK"
16707 msgstr ""
16708
16709 #: builtin/update-index.c:588
16710 msgid "git update-index [<options>] [--] [<file>...]"
16711 msgstr ""
16712
16713 #: builtin/update-index.c:961
16714 msgid "continue refresh even when index needs update"
16715 msgstr ""
16716
16717 #: builtin/update-index.c:964
16718 msgid "refresh: ignore submodules"
16719 msgstr ""
16720
16721 #: builtin/update-index.c:967
16722 msgid "do not ignore new files"
16723 msgstr ""
16724
16725 #: builtin/update-index.c:969
16726 msgid "let files replace directories and vice-versa"
16727 msgstr ""
16728
16729 #: builtin/update-index.c:971
16730 msgid "notice files missing from worktree"
16731 msgstr ""
16732
16733 #: builtin/update-index.c:973
16734 msgid "refresh even if index contains unmerged entries"
16735 msgstr ""
16736
16737 #: builtin/update-index.c:976
16738 msgid "refresh stat information"
16739 msgstr ""
16740
16741 #: builtin/update-index.c:980
16742 msgid "like --refresh, but ignore assume-unchanged setting"
16743 msgstr ""
16744
16745 #: builtin/update-index.c:984
16746 msgid "<mode>,<object>,<path>"
16747 msgstr ""
16748
16749 #: builtin/update-index.c:985
16750 msgid "add the specified entry to the index"
16751 msgstr ""
16752
16753 #: builtin/update-index.c:994
16754 msgid "mark files as \"not changing\""
16755 msgstr ""
16756
16757 #: builtin/update-index.c:997
16758 msgid "clear assumed-unchanged bit"
16759 msgstr ""
16760
16761 #: builtin/update-index.c:1000
16762 msgid "mark files as \"index-only\""
16763 msgstr ""
16764
16765 #: builtin/update-index.c:1003
16766 msgid "clear skip-worktree bit"
16767 msgstr ""
16768
16769 #: builtin/update-index.c:1006
16770 msgid "add to index only; do not add content to object database"
16771 msgstr ""
16772
16773 #: builtin/update-index.c:1008
16774 msgid "remove named paths even if present in worktree"
16775 msgstr ""
16776
16777 #: builtin/update-index.c:1010
16778 msgid "with --stdin: input lines are terminated by null bytes"
16779 msgstr ""
16780
16781 #: builtin/update-index.c:1012
16782 msgid "read list of paths to be updated from standard input"
16783 msgstr ""
16784
16785 #: builtin/update-index.c:1016
16786 msgid "add entries from standard input to the index"
16787 msgstr ""
16788
16789 #: builtin/update-index.c:1020
16790 msgid "repopulate stages #2 and #3 for the listed paths"
16791 msgstr ""
16792
16793 #: builtin/update-index.c:1024
16794 msgid "only update entries that differ from HEAD"
16795 msgstr ""
16796
16797 #: builtin/update-index.c:1028
16798 msgid "ignore files missing from worktree"
16799 msgstr ""
16800
16801 #: builtin/update-index.c:1031
16802 msgid "report actions to standard output"
16803 msgstr ""
16804
16805 #: builtin/update-index.c:1033
16806 msgid "(for porcelains) forget saved unresolved conflicts"
16807 msgstr ""
16808
16809 #: builtin/update-index.c:1037
16810 msgid "write index in this format"
16811 msgstr ""
16812
16813 #: builtin/update-index.c:1039
16814 msgid "enable or disable split index"
16815 msgstr ""
16816
16817 #: builtin/update-index.c:1041
16818 msgid "enable/disable untracked cache"
16819 msgstr ""
16820
16821 #: builtin/update-index.c:1043
16822 msgid "test if the filesystem supports untracked cache"
16823 msgstr ""
16824
16825 #: builtin/update-index.c:1045
16826 msgid "enable untracked cache without testing the filesystem"
16827 msgstr ""
16828
16829 #: builtin/update-index.c:1047
16830 msgid "write out the index even if is not flagged as changed"
16831 msgstr ""
16832
16833 #: builtin/update-index.c:1049
16834 msgid "enable or disable file system monitor"
16835 msgstr ""
16836
16837 #: builtin/update-index.c:1051
16838 msgid "mark files as fsmonitor valid"
16839 msgstr ""
16840
16841 #: builtin/update-index.c:1054
16842 msgid "clear fsmonitor valid bit"
16843 msgstr ""
16844
16845 #: builtin/update-index.c:1153
16846 msgid ""
16847 "core.splitIndex is set to false; remove or change it, if you really want to "
16848 "enable split index"
16849 msgstr ""
16850
16851 #: builtin/update-index.c:1162
16852 msgid ""
16853 "core.splitIndex is set to true; remove or change it, if you really want to "
16854 "disable split index"
16855 msgstr ""
16856
16857 #: builtin/update-index.c:1173
16858 msgid ""
16859 "core.untrackedCache is set to true; remove or change it, if you really want "
16860 "to disable the untracked cache"
16861 msgstr ""
16862
16863 #: builtin/update-index.c:1177
16864 msgid "Untracked cache disabled"
16865 msgstr ""
16866
16867 #: builtin/update-index.c:1185
16868 msgid ""
16869 "core.untrackedCache is set to false; remove or change it, if you really want "
16870 "to enable the untracked cache"
16871 msgstr ""
16872
16873 #: builtin/update-index.c:1189
16874 #, c-format
16875 msgid "Untracked cache enabled for '%s'"
16876 msgstr ""
16877
16878 #: builtin/update-index.c:1197
16879 msgid "core.fsmonitor is unset; set it if you really want to enable fsmonitor"
16880 msgstr ""
16881
16882 #: builtin/update-index.c:1201
16883 msgid "fsmonitor enabled"
16884 msgstr ""
16885
16886 #: builtin/update-index.c:1204
16887 msgid ""
16888 "core.fsmonitor is set; remove it if you really want to disable fsmonitor"
16889 msgstr ""
16890
16891 #: builtin/update-index.c:1208
16892 msgid "fsmonitor disabled"
16893 msgstr ""
16894
16895 #: builtin/update-ref.c:10
16896 msgid "git update-ref [<options>] -d <refname> [<old-val>]"
16897 msgstr ""
16898
16899 #: builtin/update-ref.c:11
16900 msgid "git update-ref [<options>]    <refname> <new-val> [<old-val>]"
16901 msgstr ""
16902
16903 #: builtin/update-ref.c:12
16904 msgid "git update-ref [<options>] --stdin [-z]"
16905 msgstr ""
16906
16907 #: builtin/update-ref.c:364
16908 msgid "delete the reference"
16909 msgstr ""
16910
16911 #: builtin/update-ref.c:366
16912 msgid "update <refname> not the one it points to"
16913 msgstr ""
16914
16915 #: builtin/update-ref.c:367
16916 msgid "stdin has NUL-terminated arguments"
16917 msgstr ""
16918
16919 #: builtin/update-ref.c:368
16920 msgid "read updates from stdin"
16921 msgstr ""
16922
16923 #: builtin/update-server-info.c:7
16924 msgid "git update-server-info [--force]"
16925 msgstr ""
16926
16927 #: builtin/update-server-info.c:15
16928 msgid "update the info files from scratch"
16929 msgstr ""
16930
16931 #: builtin/upload-pack.c:11
16932 msgid "git upload-pack [<options>] <dir>"
16933 msgstr ""
16934
16935 #: builtin/upload-pack.c:25
16936 msgid "exit immediately after initial ref advertisement"
16937 msgstr ""
16938
16939 #: builtin/upload-pack.c:27
16940 msgid "do not try <directory>/.git/ if <directory> is no Git directory"
16941 msgstr ""
16942
16943 #: builtin/upload-pack.c:29
16944 msgid "interrupt transfer after <n> seconds of inactivity"
16945 msgstr ""
16946
16947 #: builtin/verify-commit.c:20
16948 msgid "git verify-commit [-v | --verbose] <commit>..."
16949 msgstr ""
16950
16951 #: builtin/verify-commit.c:76
16952 msgid "print commit contents"
16953 msgstr ""
16954
16955 #: builtin/verify-commit.c:77 builtin/verify-tag.c:38
16956 msgid "print raw gpg status output"
16957 msgstr ""
16958
16959 #: builtin/verify-pack.c:55
16960 msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
16961 msgstr ""
16962
16963 #: builtin/verify-pack.c:65
16964 msgid "verbose"
16965 msgstr ""
16966
16967 #: builtin/verify-pack.c:67
16968 msgid "show statistics only"
16969 msgstr ""
16970
16971 #: builtin/verify-tag.c:19
16972 msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
16973 msgstr ""
16974
16975 #: builtin/verify-tag.c:37
16976 msgid "print tag contents"
16977 msgstr ""
16978
16979 #: builtin/worktree.c:17
16980 msgid "git worktree add [<options>] <path> [<commit-ish>]"
16981 msgstr ""
16982
16983 #: builtin/worktree.c:18
16984 msgid "git worktree list [<options>]"
16985 msgstr ""
16986
16987 #: builtin/worktree.c:19
16988 msgid "git worktree lock [<options>] <path>"
16989 msgstr ""
16990
16991 #: builtin/worktree.c:20
16992 msgid "git worktree move <worktree> <new-path>"
16993 msgstr ""
16994
16995 #: builtin/worktree.c:21
16996 msgid "git worktree prune [<options>]"
16997 msgstr ""
16998
16999 #: builtin/worktree.c:22
17000 msgid "git worktree remove [<options>] <worktree>"
17001 msgstr ""
17002
17003 #: builtin/worktree.c:23
17004 msgid "git worktree unlock <path>"
17005 msgstr ""
17006
17007 #: builtin/worktree.c:60 builtin/worktree.c:871
17008 #, c-format
17009 msgid "failed to delete '%s'"
17010 msgstr ""
17011
17012 #: builtin/worktree.c:79
17013 #, c-format
17014 msgid "Removing worktrees/%s: not a valid directory"
17015 msgstr ""
17016
17017 #: builtin/worktree.c:85
17018 #, c-format
17019 msgid "Removing worktrees/%s: gitdir file does not exist"
17020 msgstr ""
17021
17022 #: builtin/worktree.c:90 builtin/worktree.c:99
17023 #, c-format
17024 msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
17025 msgstr ""
17026
17027 #: builtin/worktree.c:109
17028 #, c-format
17029 msgid ""
17030 "Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "
17031 "%<PRIuMAX>)"
17032 msgstr ""
17033
17034 #: builtin/worktree.c:117
17035 #, c-format
17036 msgid "Removing worktrees/%s: invalid gitdir file"
17037 msgstr ""
17038
17039 #: builtin/worktree.c:126
17040 #, c-format
17041 msgid "Removing worktrees/%s: gitdir file points to non-existent location"
17042 msgstr ""
17043
17044 #: builtin/worktree.c:165
17045 msgid "report pruned working trees"
17046 msgstr ""
17047
17048 #: builtin/worktree.c:167
17049 msgid "expire working trees older than <time>"
17050 msgstr ""
17051
17052 #: builtin/worktree.c:234
17053 #, c-format
17054 msgid "'%s' already exists"
17055 msgstr ""
17056
17057 #: builtin/worktree.c:251
17058 #, c-format
17059 msgid "unable to re-add worktree '%s'"
17060 msgstr ""
17061
17062 #: builtin/worktree.c:256
17063 #, c-format
17064 msgid ""
17065 "'%s' is a missing but locked worktree;\n"
17066 "use 'add -f -f' to override, or 'unlock' and 'prune' or 'remove' to clear"
17067 msgstr ""
17068
17069 #: builtin/worktree.c:258
17070 #, c-format
17071 msgid ""
17072 "'%s' is a missing but already registered worktree;\n"
17073 "use 'add -f' to override, or 'prune' or 'remove' to clear"
17074 msgstr ""
17075
17076 #: builtin/worktree.c:309
17077 #, c-format
17078 msgid "could not create directory of '%s'"
17079 msgstr ""
17080
17081 #: builtin/worktree.c:428 builtin/worktree.c:434
17082 #, c-format
17083 msgid "Preparing worktree (new branch '%s')"
17084 msgstr ""
17085
17086 #: builtin/worktree.c:430
17087 #, c-format
17088 msgid "Preparing worktree (resetting branch '%s'; was at %s)"
17089 msgstr ""
17090
17091 #: builtin/worktree.c:439
17092 #, c-format
17093 msgid "Preparing worktree (checking out '%s')"
17094 msgstr ""
17095
17096 #: builtin/worktree.c:445
17097 #, c-format
17098 msgid "Preparing worktree (detached HEAD %s)"
17099 msgstr ""
17100
17101 #: builtin/worktree.c:486
17102 msgid "checkout <branch> even if already checked out in other worktree"
17103 msgstr ""
17104
17105 #: builtin/worktree.c:489
17106 msgid "create a new branch"
17107 msgstr ""
17108
17109 #: builtin/worktree.c:491
17110 msgid "create or reset a branch"
17111 msgstr ""
17112
17113 #: builtin/worktree.c:493
17114 msgid "populate the new working tree"
17115 msgstr ""
17116
17117 #: builtin/worktree.c:494
17118 msgid "keep the new working tree locked"
17119 msgstr ""
17120
17121 #: builtin/worktree.c:497
17122 msgid "set up tracking mode (see git-branch(1))"
17123 msgstr ""
17124
17125 #: builtin/worktree.c:500
17126 msgid "try to match the new branch name with a remote-tracking branch"
17127 msgstr ""
17128
17129 #: builtin/worktree.c:508
17130 msgid "-b, -B, and --detach are mutually exclusive"
17131 msgstr ""
17132
17133 #: builtin/worktree.c:569
17134 msgid "--[no-]track can only be used if a new branch is created"
17135 msgstr ""
17136
17137 #: builtin/worktree.c:669
17138 msgid "reason for locking"
17139 msgstr ""
17140
17141 #: builtin/worktree.c:681 builtin/worktree.c:714 builtin/worktree.c:772
17142 #: builtin/worktree.c:899
17143 #, c-format
17144 msgid "'%s' is not a working tree"
17145 msgstr ""
17146
17147 #: builtin/worktree.c:683 builtin/worktree.c:716
17148 msgid "The main working tree cannot be locked or unlocked"
17149 msgstr ""
17150
17151 #: builtin/worktree.c:688
17152 #, c-format
17153 msgid "'%s' is already locked, reason: %s"
17154 msgstr ""
17155
17156 #: builtin/worktree.c:690
17157 #, c-format
17158 msgid "'%s' is already locked"
17159 msgstr ""
17160
17161 #: builtin/worktree.c:718
17162 #, c-format
17163 msgid "'%s' is not locked"
17164 msgstr ""
17165
17166 #: builtin/worktree.c:743
17167 msgid "working trees containing submodules cannot be moved or removed"
17168 msgstr ""
17169
17170 #: builtin/worktree.c:751
17171 msgid "force move even if worktree is dirty or locked"
17172 msgstr ""
17173
17174 #: builtin/worktree.c:774 builtin/worktree.c:901
17175 #, c-format
17176 msgid "'%s' is a main working tree"
17177 msgstr ""
17178
17179 #: builtin/worktree.c:779
17180 #, c-format
17181 msgid "could not figure out destination name from '%s'"
17182 msgstr ""
17183
17184 #: builtin/worktree.c:785
17185 #, c-format
17186 msgid "target '%s' already exists"
17187 msgstr ""
17188
17189 #: builtin/worktree.c:793
17190 #, c-format
17191 msgid ""
17192 "cannot move a locked working tree, lock reason: %s\n"
17193 "use 'move -f -f' to override or unlock first"
17194 msgstr ""
17195
17196 #: builtin/worktree.c:795
17197 msgid ""
17198 "cannot move a locked working tree;\n"
17199 "use 'move -f -f' to override or unlock first"
17200 msgstr ""
17201
17202 #: builtin/worktree.c:798
17203 #, c-format
17204 msgid "validation failed, cannot move working tree: %s"
17205 msgstr ""
17206
17207 #: builtin/worktree.c:803
17208 #, c-format
17209 msgid "failed to move '%s' to '%s'"
17210 msgstr ""
17211
17212 #: builtin/worktree.c:851
17213 #, c-format
17214 msgid "failed to run 'git status' on '%s'"
17215 msgstr ""
17216
17217 #: builtin/worktree.c:855
17218 #, c-format
17219 msgid "'%s' is dirty, use --force to delete it"
17220 msgstr ""
17221
17222 #: builtin/worktree.c:860
17223 #, c-format
17224 msgid "failed to run 'git status' on '%s', code %d"
17225 msgstr ""
17226
17227 #: builtin/worktree.c:883
17228 msgid "force removal even if worktree is dirty or locked"
17229 msgstr ""
17230
17231 #: builtin/worktree.c:906
17232 #, c-format
17233 msgid ""
17234 "cannot remove a locked working tree, lock reason: %s\n"
17235 "use 'remove -f -f' to override or unlock first"
17236 msgstr ""
17237
17238 #: builtin/worktree.c:908
17239 msgid ""
17240 "cannot remove a locked working tree;\n"
17241 "use 'remove -f -f' to override or unlock first"
17242 msgstr ""
17243
17244 #: builtin/worktree.c:911
17245 #, c-format
17246 msgid "validation failed, cannot remove working tree: %s"
17247 msgstr ""
17248
17249 #: builtin/write-tree.c:14
17250 msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
17251 msgstr ""
17252
17253 #: builtin/write-tree.c:27
17254 msgid "<prefix>/"
17255 msgstr ""
17256
17257 #: builtin/write-tree.c:28
17258 msgid "write tree object for a subdirectory <prefix>"
17259 msgstr ""
17260
17261 #: builtin/write-tree.c:30
17262 msgid "only useful for debugging"
17263 msgstr ""
17264
17265 #: credential-cache--daemon.c:222
17266 #, c-format
17267 msgid ""
17268 "The permissions on your socket directory are too loose; other\n"
17269 "users may be able to read your cached credentials. Consider running:\n"
17270 "\n"
17271 "\tchmod 0700 %s"
17272 msgstr ""
17273
17274 #: credential-cache--daemon.c:271
17275 msgid "print debugging messages to stderr"
17276 msgstr ""
17277
17278 #: t/helper/test-reach.c:152
17279 #, c-format
17280 msgid "commit %s is not marked reachable"
17281 msgstr ""
17282
17283 #: t/helper/test-reach.c:162
17284 msgid "too many commits marked reachable"
17285 msgstr ""
17286
17287 #: git.c:27
17288 msgid ""
17289 "git [--version] [--help] [-C <path>] [-c <name>=<value>]\n"
17290 "           [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n"
17291 "           [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--"
17292 "bare]\n"
17293 "           [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]\n"
17294 "           <command> [<args>]"
17295 msgstr ""
17296
17297 #: git.c:34
17298 msgid ""
17299 "'git help -a' and 'git help -g' list available subcommands and some\n"
17300 "concept guides. See 'git help <command>' or 'git help <concept>'\n"
17301 "to read about a specific subcommand or concept."
17302 msgstr ""
17303
17304 #: git.c:173
17305 #, c-format
17306 msgid "no directory given for --git-dir\n"
17307 msgstr ""
17308
17309 #: git.c:187
17310 #, c-format
17311 msgid "no namespace given for --namespace\n"
17312 msgstr ""
17313
17314 #: git.c:201
17315 #, c-format
17316 msgid "no directory given for --work-tree\n"
17317 msgstr ""
17318
17319 #: git.c:215
17320 #, c-format
17321 msgid "no prefix given for --super-prefix\n"
17322 msgstr ""
17323
17324 #: git.c:237
17325 #, c-format
17326 msgid "-c expects a configuration string\n"
17327 msgstr ""
17328
17329 #: git.c:275
17330 #, c-format
17331 msgid "no directory given for -C\n"
17332 msgstr ""
17333
17334 #: git.c:300
17335 #, c-format
17336 msgid "unknown option: %s\n"
17337 msgstr ""
17338
17339 #: git.c:719
17340 #, c-format
17341 msgid "alias loop detected: expansion of '%s' does not terminate:%s"
17342 msgstr ""
17343
17344 #: git.c:802
17345 #, c-format
17346 msgid "expansion of alias '%s' failed; '%s' is not a git command\n"
17347 msgstr ""
17348
17349 #: git.c:814
17350 #, c-format
17351 msgid "failed to run command '%s': %s\n"
17352 msgstr ""
17353
17354 #: http.c:374
17355 #, c-format
17356 msgid "negative value for http.postbuffer; defaulting to %d"
17357 msgstr ""
17358
17359 #: http.c:395
17360 msgid "Delegation control is not supported with cURL < 7.22.0"
17361 msgstr ""
17362
17363 #: http.c:404
17364 msgid "Public key pinning not supported with cURL < 7.44.0"
17365 msgstr ""
17366
17367 #: http.c:837
17368 msgid "CURLSSLOPT_NO_REVOKE not suported with cURL < 7.44.0"
17369 msgstr ""
17370
17371 #: http.c:910
17372 msgid "Protocol restrictions not supported with cURL < 7.19.4"
17373 msgstr ""
17374
17375 #: http.c:1046
17376 #, c-format
17377 msgid "Unsupported SSL backend '%s'. Supported SSL backends:"
17378 msgstr ""
17379
17380 #: http.c:1053
17381 #, c-format
17382 msgid "Could not set SSL backend to '%s': cURL was built without SSL backends"
17383 msgstr ""
17384
17385 #: http.c:1057
17386 #, c-format
17387 msgid "Could not set SSL backend to '%s': already set"
17388 msgstr ""
17389
17390 #: http.c:1921
17391 #, c-format
17392 msgid ""
17393 "unable to update url base from redirection:\n"
17394 "  asked for: %s\n"
17395 "   redirect: %s"
17396 msgstr ""
17397
17398 #: remote-curl.c:401
17399 #, c-format
17400 msgid "redirecting to %s"
17401 msgstr ""
17402
17403 #: list-objects-filter-options.h:60
17404 msgid "args"
17405 msgstr ""
17406
17407 #: list-objects-filter-options.h:61
17408 msgid "object filtering"
17409 msgstr ""
17410
17411 #: parse-options.h:154
17412 msgid "expiry-date"
17413 msgstr ""
17414
17415 #: parse-options.h:169
17416 msgid "no-op (backward compatibility)"
17417 msgstr ""
17418
17419 #: parse-options.h:261
17420 msgid "be more verbose"
17421 msgstr ""
17422
17423 #: parse-options.h:263
17424 msgid "be more quiet"
17425 msgstr ""
17426
17427 #: parse-options.h:269
17428 msgid "use <n> digits to display SHA-1s"
17429 msgstr ""
17430
17431 #: command-list.h:50
17432 msgid "Add file contents to the index"
17433 msgstr ""
17434
17435 #: command-list.h:51
17436 msgid "Apply a series of patches from a mailbox"
17437 msgstr ""
17438
17439 #: command-list.h:52
17440 msgid "Annotate file lines with commit information"
17441 msgstr ""
17442
17443 #: command-list.h:53
17444 msgid "Apply a patch to files and/or to the index"
17445 msgstr ""
17446
17447 #: command-list.h:54
17448 msgid "Import a GNU Arch repository into Git"
17449 msgstr ""
17450
17451 #: command-list.h:55
17452 msgid "Create an archive of files from a named tree"
17453 msgstr ""
17454
17455 #: command-list.h:56
17456 msgid "Use binary search to find the commit that introduced a bug"
17457 msgstr ""
17458
17459 #: command-list.h:57
17460 msgid "Show what revision and author last modified each line of a file"
17461 msgstr ""
17462
17463 #: command-list.h:58
17464 msgid "List, create, or delete branches"
17465 msgstr ""
17466
17467 #: command-list.h:59
17468 msgid "Move objects and refs by archive"
17469 msgstr ""
17470
17471 #: command-list.h:60
17472 msgid "Provide content or type and size information for repository objects"
17473 msgstr ""
17474
17475 #: command-list.h:61
17476 msgid "Display gitattributes information"
17477 msgstr ""
17478
17479 #: command-list.h:62
17480 msgid "Debug gitignore / exclude files"
17481 msgstr ""
17482
17483 #: command-list.h:63
17484 msgid "Show canonical names and email addresses of contacts"
17485 msgstr ""
17486
17487 #: command-list.h:64
17488 msgid "Switch branches or restore working tree files"
17489 msgstr ""
17490
17491 #: command-list.h:65
17492 msgid "Copy files from the index to the working tree"
17493 msgstr ""
17494
17495 #: command-list.h:66
17496 msgid "Ensures that a reference name is well formed"
17497 msgstr ""
17498
17499 #: command-list.h:67
17500 msgid "Find commits yet to be applied to upstream"
17501 msgstr ""
17502
17503 #: command-list.h:68
17504 msgid "Apply the changes introduced by some existing commits"
17505 msgstr ""
17506
17507 #: command-list.h:69
17508 msgid "Graphical alternative to git-commit"
17509 msgstr ""
17510
17511 #: command-list.h:70
17512 msgid "Remove untracked files from the working tree"
17513 msgstr ""
17514
17515 #: command-list.h:71
17516 msgid "Clone a repository into a new directory"
17517 msgstr ""
17518
17519 #: command-list.h:72
17520 msgid "Display data in columns"
17521 msgstr ""
17522
17523 #: command-list.h:73
17524 msgid "Record changes to the repository"
17525 msgstr ""
17526
17527 #: command-list.h:74
17528 msgid "Write and verify Git commit-graph files"
17529 msgstr ""
17530
17531 #: command-list.h:75
17532 msgid "Create a new commit object"
17533 msgstr ""
17534
17535 #: command-list.h:76
17536 msgid "Get and set repository or global options"
17537 msgstr ""
17538
17539 #: command-list.h:77
17540 msgid "Count unpacked number of objects and their disk consumption"
17541 msgstr ""
17542
17543 #: command-list.h:78
17544 msgid "Retrieve and store user credentials"
17545 msgstr ""
17546
17547 #: command-list.h:79
17548 msgid "Helper to temporarily store passwords in memory"
17549 msgstr ""
17550
17551 #: command-list.h:80
17552 msgid "Helper to store credentials on disk"
17553 msgstr ""
17554
17555 #: command-list.h:81
17556 msgid "Export a single commit to a CVS checkout"
17557 msgstr ""
17558
17559 #: command-list.h:82
17560 msgid "Salvage your data out of another SCM people love to hate"
17561 msgstr ""
17562
17563 #: command-list.h:83
17564 msgid "A CVS server emulator for Git"
17565 msgstr ""
17566
17567 #: command-list.h:84
17568 msgid "A really simple server for Git repositories"
17569 msgstr ""
17570
17571 #: command-list.h:85
17572 msgid "Give an object a human readable name based on an available ref"
17573 msgstr ""
17574
17575 #: command-list.h:86
17576 msgid "Show changes between commits, commit and working tree, etc"
17577 msgstr ""
17578
17579 #: command-list.h:87
17580 msgid "Compares files in the working tree and the index"
17581 msgstr ""
17582
17583 #: command-list.h:88
17584 msgid "Compare a tree to the working tree or index"
17585 msgstr ""
17586
17587 #: command-list.h:89
17588 msgid "Compares the content and mode of blobs found via two tree objects"
17589 msgstr ""
17590
17591 #: command-list.h:90
17592 msgid "Show changes using common diff tools"
17593 msgstr ""
17594
17595 #: command-list.h:91
17596 msgid "Git data exporter"
17597 msgstr ""
17598
17599 #: command-list.h:92
17600 msgid "Backend for fast Git data importers"
17601 msgstr ""
17602
17603 #: command-list.h:93
17604 msgid "Download objects and refs from another repository"
17605 msgstr ""
17606
17607 #: command-list.h:94
17608 msgid "Receive missing objects from another repository"
17609 msgstr ""
17610
17611 #: command-list.h:95
17612 msgid "Rewrite branches"
17613 msgstr ""
17614
17615 #: command-list.h:96
17616 msgid "Produce a merge commit message"
17617 msgstr ""
17618
17619 #: command-list.h:97
17620 msgid "Output information on each ref"
17621 msgstr ""
17622
17623 #: command-list.h:98
17624 msgid "Prepare patches for e-mail submission"
17625 msgstr ""
17626
17627 #: command-list.h:99
17628 msgid "Verifies the connectivity and validity of the objects in the database"
17629 msgstr ""
17630
17631 #: command-list.h:100
17632 msgid "Cleanup unnecessary files and optimize the local repository"
17633 msgstr ""
17634
17635 #: command-list.h:101
17636 msgid "Extract commit ID from an archive created using git-archive"
17637 msgstr ""
17638
17639 #: command-list.h:102
17640 msgid "Print lines matching a pattern"
17641 msgstr ""
17642
17643 #: command-list.h:103
17644 msgid "A portable graphical interface to Git"
17645 msgstr ""
17646
17647 #: command-list.h:104
17648 msgid "Compute object ID and optionally creates a blob from a file"
17649 msgstr ""
17650
17651 #: command-list.h:105
17652 msgid "Display help information about Git"
17653 msgstr ""
17654
17655 #: command-list.h:106
17656 msgid "Server side implementation of Git over HTTP"
17657 msgstr ""
17658
17659 #: command-list.h:107
17660 msgid "Download from a remote Git repository via HTTP"
17661 msgstr ""
17662
17663 #: command-list.h:108
17664 msgid "Push objects over HTTP/DAV to another repository"
17665 msgstr ""
17666
17667 #: command-list.h:109
17668 msgid "Send a collection of patches from stdin to an IMAP folder"
17669 msgstr ""
17670
17671 #: command-list.h:110
17672 msgid "Build pack index file for an existing packed archive"
17673 msgstr ""
17674
17675 #: command-list.h:111
17676 msgid "Create an empty Git repository or reinitialize an existing one"
17677 msgstr ""
17678
17679 #: command-list.h:112
17680 msgid "Instantly browse your working repository in gitweb"
17681 msgstr ""
17682
17683 #: command-list.h:113
17684 msgid "add or parse structured information in commit messages"
17685 msgstr ""
17686
17687 #: command-list.h:114
17688 msgid "The Git repository browser"
17689 msgstr ""
17690
17691 #: command-list.h:115
17692 msgid "Show commit logs"
17693 msgstr ""
17694
17695 #: command-list.h:116
17696 msgid "Show information about files in the index and the working tree"
17697 msgstr ""
17698
17699 #: command-list.h:117
17700 msgid "List references in a remote repository"
17701 msgstr ""
17702
17703 #: command-list.h:118
17704 msgid "List the contents of a tree object"
17705 msgstr ""
17706
17707 #: command-list.h:119
17708 msgid "Extracts patch and authorship from a single e-mail message"
17709 msgstr ""
17710
17711 #: command-list.h:120
17712 msgid "Simple UNIX mbox splitter program"
17713 msgstr ""
17714
17715 #: command-list.h:121
17716 msgid "Join two or more development histories together"
17717 msgstr ""
17718
17719 #: command-list.h:122
17720 msgid "Find as good common ancestors as possible for a merge"
17721 msgstr ""
17722
17723 #: command-list.h:123
17724 msgid "Run a three-way file merge"
17725 msgstr ""
17726
17727 #: command-list.h:124
17728 msgid "Run a merge for files needing merging"
17729 msgstr ""
17730
17731 #: command-list.h:125
17732 msgid "The standard helper program to use with git-merge-index"
17733 msgstr ""
17734
17735 #: command-list.h:126
17736 msgid "Run merge conflict resolution tools to resolve merge conflicts"
17737 msgstr ""
17738
17739 #: command-list.h:127
17740 msgid "Show three-way merge without touching index"
17741 msgstr ""
17742
17743 #: command-list.h:128
17744 msgid "Write and verify multi-pack-indexes"
17745 msgstr ""
17746
17747 #: command-list.h:129
17748 msgid "Creates a tag object"
17749 msgstr ""
17750
17751 #: command-list.h:130
17752 msgid "Build a tree-object from ls-tree formatted text"
17753 msgstr ""
17754
17755 #: command-list.h:131
17756 msgid "Move or rename a file, a directory, or a symlink"
17757 msgstr ""
17758
17759 #: command-list.h:132
17760 msgid "Find symbolic names for given revs"
17761 msgstr ""
17762
17763 #: command-list.h:133
17764 msgid "Add or inspect object notes"
17765 msgstr ""
17766
17767 #: command-list.h:134
17768 msgid "Import from and submit to Perforce repositories"
17769 msgstr ""
17770
17771 #: command-list.h:135
17772 msgid "Create a packed archive of objects"
17773 msgstr ""
17774
17775 #: command-list.h:136
17776 msgid "Find redundant pack files"
17777 msgstr ""
17778
17779 #: command-list.h:137
17780 msgid "Pack heads and tags for efficient repository access"
17781 msgstr ""
17782
17783 #: command-list.h:138
17784 msgid "Routines to help parsing remote repository access parameters"
17785 msgstr ""
17786
17787 #: command-list.h:139
17788 msgid "Compute unique ID for a patch"
17789 msgstr ""
17790
17791 #: command-list.h:140
17792 msgid "Prune all unreachable objects from the object database"
17793 msgstr ""
17794
17795 #: command-list.h:141
17796 msgid "Remove extra objects that are already in pack files"
17797 msgstr ""
17798
17799 #: command-list.h:142
17800 msgid "Fetch from and integrate with another repository or a local branch"
17801 msgstr ""
17802
17803 #: command-list.h:143
17804 msgid "Update remote refs along with associated objects"
17805 msgstr ""
17806
17807 #: command-list.h:144
17808 msgid "Applies a quilt patchset onto the current branch"
17809 msgstr ""
17810
17811 #: command-list.h:145
17812 msgid "Compare two commit ranges (e.g. two versions of a branch)"
17813 msgstr ""
17814
17815 #: command-list.h:146
17816 msgid "Reads tree information into the index"
17817 msgstr ""
17818
17819 #: command-list.h:147
17820 msgid "Reapply commits on top of another base tip"
17821 msgstr ""
17822
17823 #: command-list.h:148
17824 msgid "Receive what is pushed into the repository"
17825 msgstr ""
17826
17827 #: command-list.h:149
17828 msgid "Manage reflog information"
17829 msgstr ""
17830
17831 #: command-list.h:150
17832 msgid "Manage set of tracked repositories"
17833 msgstr ""
17834
17835 #: command-list.h:151
17836 msgid "Pack unpacked objects in a repository"
17837 msgstr ""
17838
17839 #: command-list.h:152
17840 msgid "Create, list, delete refs to replace objects"
17841 msgstr ""
17842
17843 #: command-list.h:153
17844 msgid "Generates a summary of pending changes"
17845 msgstr ""
17846
17847 #: command-list.h:154
17848 msgid "Reuse recorded resolution of conflicted merges"
17849 msgstr ""
17850
17851 #: command-list.h:155
17852 msgid "Reset current HEAD to the specified state"
17853 msgstr ""
17854
17855 #: command-list.h:156
17856 msgid "Revert some existing commits"
17857 msgstr ""
17858
17859 #: command-list.h:157
17860 msgid "Lists commit objects in reverse chronological order"
17861 msgstr ""
17862
17863 #: command-list.h:158
17864 msgid "Pick out and massage parameters"
17865 msgstr ""
17866
17867 #: command-list.h:159
17868 msgid "Remove files from the working tree and from the index"
17869 msgstr ""
17870
17871 #: command-list.h:160
17872 msgid "Send a collection of patches as emails"
17873 msgstr ""
17874
17875 #: command-list.h:161
17876 msgid "Push objects over Git protocol to another repository"
17877 msgstr ""
17878
17879 #: command-list.h:162
17880 msgid "Restricted login shell for Git-only SSH access"
17881 msgstr ""
17882
17883 #: command-list.h:163
17884 msgid "Summarize 'git log' output"
17885 msgstr ""
17886
17887 #: command-list.h:164
17888 msgid "Show various types of objects"
17889 msgstr ""
17890
17891 #: command-list.h:165
17892 msgid "Show branches and their commits"
17893 msgstr ""
17894
17895 #: command-list.h:166
17896 msgid "Show packed archive index"
17897 msgstr ""
17898
17899 #: command-list.h:167
17900 msgid "List references in a local repository"
17901 msgstr ""
17902
17903 #: command-list.h:168
17904 msgid "Git's i18n setup code for shell scripts"
17905 msgstr ""
17906
17907 #: command-list.h:169
17908 msgid "Common Git shell script setup code"
17909 msgstr ""
17910
17911 #: command-list.h:170
17912 msgid "Stash the changes in a dirty working directory away"
17913 msgstr ""
17914
17915 #: command-list.h:171
17916 msgid "Add file contents to the staging area"
17917 msgstr ""
17918
17919 #: command-list.h:172
17920 msgid "Show the working tree status"
17921 msgstr ""
17922
17923 #: command-list.h:173
17924 msgid "Remove unnecessary whitespace"
17925 msgstr ""
17926
17927 #: command-list.h:174
17928 msgid "Initialize, update or inspect submodules"
17929 msgstr ""
17930
17931 #: command-list.h:175
17932 msgid "Bidirectional operation between a Subversion repository and Git"
17933 msgstr ""
17934
17935 #: command-list.h:176
17936 msgid "Read, modify and delete symbolic refs"
17937 msgstr ""
17938
17939 #: command-list.h:177
17940 msgid "Create, list, delete or verify a tag object signed with GPG"
17941 msgstr ""
17942
17943 #: command-list.h:178
17944 msgid "Creates a temporary file with a blob's contents"
17945 msgstr ""
17946
17947 #: command-list.h:179
17948 msgid "Unpack objects from a packed archive"
17949 msgstr ""
17950
17951 #: command-list.h:180
17952 msgid "Register file contents in the working tree to the index"
17953 msgstr ""
17954
17955 #: command-list.h:181
17956 msgid "Update the object name stored in a ref safely"
17957 msgstr ""
17958
17959 #: command-list.h:182
17960 msgid "Update auxiliary info file to help dumb servers"
17961 msgstr ""
17962
17963 #: command-list.h:183
17964 msgid "Send archive back to git-archive"
17965 msgstr ""
17966
17967 #: command-list.h:184
17968 msgid "Send objects packed back to git-fetch-pack"
17969 msgstr ""
17970
17971 #: command-list.h:185
17972 msgid "Show a Git logical variable"
17973 msgstr ""
17974
17975 #: command-list.h:186
17976 msgid "Check the GPG signature of commits"
17977 msgstr ""
17978
17979 #: command-list.h:187
17980 msgid "Validate packed Git archive files"
17981 msgstr ""
17982
17983 #: command-list.h:188
17984 msgid "Check the GPG signature of tags"
17985 msgstr ""
17986
17987 #: command-list.h:189
17988 msgid "Git web interface (web frontend to Git repositories)"
17989 msgstr ""
17990
17991 #: command-list.h:190
17992 msgid "Show logs with difference each commit introduces"
17993 msgstr ""
17994
17995 #: command-list.h:191
17996 msgid "Manage multiple working trees"
17997 msgstr ""
17998
17999 #: command-list.h:192
18000 msgid "Create a tree object from the current index"
18001 msgstr ""
18002
18003 #: command-list.h:193
18004 msgid "Defining attributes per path"
18005 msgstr ""
18006
18007 #: command-list.h:194
18008 msgid "Git command-line interface and conventions"
18009 msgstr ""
18010
18011 #: command-list.h:195
18012 msgid "A Git core tutorial for developers"
18013 msgstr ""
18014
18015 #: command-list.h:196
18016 msgid "Git for CVS users"
18017 msgstr ""
18018
18019 #: command-list.h:197
18020 msgid "Tweaking diff output"
18021 msgstr ""
18022
18023 #: command-list.h:198
18024 msgid "A useful minimum set of commands for Everyday Git"
18025 msgstr ""
18026
18027 #: command-list.h:199
18028 msgid "A Git Glossary"
18029 msgstr ""
18030
18031 #: command-list.h:200
18032 msgid "Hooks used by Git"
18033 msgstr ""
18034
18035 #: command-list.h:201
18036 msgid "Specifies intentionally untracked files to ignore"
18037 msgstr ""
18038
18039 #: command-list.h:202
18040 msgid "Defining submodule properties"
18041 msgstr ""
18042
18043 #: command-list.h:203
18044 msgid "Git namespaces"
18045 msgstr ""
18046
18047 #: command-list.h:204
18048 msgid "Git Repository Layout"
18049 msgstr ""
18050
18051 #: command-list.h:205
18052 msgid "Specifying revisions and ranges for Git"
18053 msgstr ""
18054
18055 #: command-list.h:206
18056 msgid "A tutorial introduction to Git: part two"
18057 msgstr ""
18058
18059 #: command-list.h:207
18060 msgid "A tutorial introduction to Git"
18061 msgstr ""
18062
18063 #: command-list.h:208
18064 msgid "An overview of recommended workflows with Git"
18065 msgstr ""
18066
18067 #: rerere.h:44
18068 msgid "update the index with reused conflict resolution if possible"
18069 msgstr ""
18070
18071 #: git-bisect.sh:54
18072 msgid "You need to start by \"git bisect start\""
18073 msgstr ""
18074
18075 #. TRANSLATORS: Make sure to include [Y] and [n] in your
18076 #. translation. The program will only accept English input
18077 #. at this point.
18078 #: git-bisect.sh:60
18079 msgid "Do you want me to do it for you [Y/n]? "
18080 msgstr ""
18081
18082 #: git-bisect.sh:121
18083 #, sh-format
18084 msgid "unrecognised option: '$arg'"
18085 msgstr ""
18086
18087 #: git-bisect.sh:125
18088 #, sh-format
18089 msgid "'$arg' does not appear to be a valid revision"
18090 msgstr ""
18091
18092 #: git-bisect.sh:154
18093 msgid "Bad HEAD - I need a HEAD"
18094 msgstr ""
18095
18096 #: git-bisect.sh:167
18097 #, sh-format
18098 msgid ""
18099 "Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
18100 msgstr ""
18101
18102 #: git-bisect.sh:177
18103 msgid "won't bisect on cg-seek'ed tree"
18104 msgstr ""
18105
18106 #: git-bisect.sh:181
18107 msgid "Bad HEAD - strange symbolic ref"
18108 msgstr ""
18109
18110 #: git-bisect.sh:233
18111 #, sh-format
18112 msgid "Bad bisect_write argument: $state"
18113 msgstr ""
18114
18115 #: git-bisect.sh:246
18116 #, sh-format
18117 msgid "Bad rev input: $arg"
18118 msgstr ""
18119
18120 #: git-bisect.sh:265
18121 #, sh-format
18122 msgid "Bad rev input: $bisected_head"
18123 msgstr ""
18124
18125 #: git-bisect.sh:274
18126 #, sh-format
18127 msgid "Bad rev input: $rev"
18128 msgstr ""
18129
18130 #: git-bisect.sh:283
18131 #, sh-format
18132 msgid "'git bisect $TERM_BAD' can take only one argument."
18133 msgstr ""
18134
18135 #: git-bisect.sh:306
18136 #, sh-format
18137 msgid "Warning: bisecting only with a $TERM_BAD commit."
18138 msgstr ""
18139
18140 #. TRANSLATORS: Make sure to include [Y] and [n] in your
18141 #. translation. The program will only accept English input
18142 #. at this point.
18143 #: git-bisect.sh:312
18144 msgid "Are you sure [Y/n]? "
18145 msgstr ""
18146
18147 #: git-bisect.sh:324
18148 #, sh-format
18149 msgid ""
18150 "You need to give me at least one $bad_syn and one $good_syn revision.\n"
18151 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
18152 msgstr ""
18153
18154 #: git-bisect.sh:327
18155 #, sh-format
18156 msgid ""
18157 "You need to start by \"git bisect start\".\n"
18158 "You then need to give me at least one $good_syn and one $bad_syn revision.\n"
18159 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
18160 msgstr ""
18161
18162 #: git-bisect.sh:398 git-bisect.sh:512
18163 msgid "We are not bisecting."
18164 msgstr ""
18165
18166 #: git-bisect.sh:405
18167 #, sh-format
18168 msgid "'$invalid' is not a valid commit"
18169 msgstr ""
18170
18171 #: git-bisect.sh:414
18172 #, sh-format
18173 msgid ""
18174 "Could not check out original HEAD '$branch'.\n"
18175 "Try 'git bisect reset <commit>'."
18176 msgstr ""
18177
18178 #: git-bisect.sh:422
18179 msgid "No logfile given"
18180 msgstr ""
18181
18182 #: git-bisect.sh:423
18183 #, sh-format
18184 msgid "cannot read $file for replaying"
18185 msgstr ""
18186
18187 #: git-bisect.sh:444
18188 msgid "?? what are you talking about?"
18189 msgstr ""
18190
18191 #: git-bisect.sh:453
18192 msgid "bisect run failed: no command provided."
18193 msgstr ""
18194
18195 #: git-bisect.sh:458
18196 #, sh-format
18197 msgid "running $command"
18198 msgstr ""
18199
18200 #: git-bisect.sh:465
18201 #, sh-format
18202 msgid ""
18203 "bisect run failed:\n"
18204 "exit code $res from '$command' is < 0 or >= 128"
18205 msgstr ""
18206
18207 #: git-bisect.sh:491
18208 msgid "bisect run cannot continue any more"
18209 msgstr ""
18210
18211 #: git-bisect.sh:497
18212 #, sh-format
18213 msgid ""
18214 "bisect run failed:\n"
18215 "'bisect_state $state' exited with error code $res"
18216 msgstr ""
18217
18218 #: git-bisect.sh:504
18219 msgid "bisect run success"
18220 msgstr ""
18221
18222 #: git-bisect.sh:533
18223 #, sh-format
18224 msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
18225 msgstr ""
18226
18227 #: git-bisect.sh:567
18228 msgid "no terms defined"
18229 msgstr ""
18230
18231 #: git-bisect.sh:584
18232 #, sh-format
18233 msgid ""
18234 "invalid argument $arg for 'git bisect terms'.\n"
18235 "Supported options are: --term-good|--term-old and --term-bad|--term-new."
18236 msgstr ""
18237
18238 #: git-merge-octopus.sh:46
18239 msgid ""
18240 "Error: Your local changes to the following files would be overwritten by "
18241 "merge"
18242 msgstr ""
18243
18244 #: git-merge-octopus.sh:61
18245 msgid "Automated merge did not work."
18246 msgstr ""
18247
18248 #: git-merge-octopus.sh:62
18249 msgid "Should not be doing an octopus."
18250 msgstr ""
18251
18252 #: git-merge-octopus.sh:73
18253 #, sh-format
18254 msgid "Unable to find common commit with $pretty_name"
18255 msgstr ""
18256
18257 #: git-merge-octopus.sh:77
18258 #, sh-format
18259 msgid "Already up to date with $pretty_name"
18260 msgstr ""
18261
18262 #: git-merge-octopus.sh:89
18263 #, sh-format
18264 msgid "Fast-forwarding to: $pretty_name"
18265 msgstr ""
18266
18267 #: git-merge-octopus.sh:97
18268 #, sh-format
18269 msgid "Trying simple merge with $pretty_name"
18270 msgstr ""
18271
18272 #: git-merge-octopus.sh:102
18273 msgid "Simple merge did not work, trying automatic merge."
18274 msgstr ""
18275
18276 #: git-legacy-rebase.sh:426
18277 #, sh-format
18278 msgid "Could not move back to $head_name"
18279 msgstr ""
18280
18281 #: git-legacy-rebase.sh:452
18282 #, sh-format
18283 msgid ""
18284 "It seems that there is already a $state_dir_base directory, and\n"
18285 "I wonder if you are in the middle of another rebase.  If that is the\n"
18286 "case, please try\n"
18287 "\t$cmd_live_rebase\n"
18288 "If that is not the case, please\n"
18289 "\t$cmd_clear_stale_rebase\n"
18290 "and run me again.  I am stopping in case you still have something\n"
18291 "valuable there."
18292 msgstr ""
18293
18294 #: git-legacy-rebase.sh:517
18295 msgid "error: cannot combine '--signoff' with '--preserve-merges'"
18296 msgstr ""
18297
18298 #: git-legacy-rebase.sh:562
18299 #, sh-format
18300 msgid "invalid upstream '$upstream_name'"
18301 msgstr ""
18302
18303 #: git-legacy-rebase.sh:586
18304 #, sh-format
18305 msgid "$onto_name: there are more than one merge bases"
18306 msgstr ""
18307
18308 #: git-legacy-rebase.sh:589 git-legacy-rebase.sh:593
18309 #, sh-format
18310 msgid "$onto_name: there is no merge base"
18311 msgstr ""
18312
18313 #: git-legacy-rebase.sh:598
18314 #, sh-format
18315 msgid "Does not point to a valid commit: $onto_name"
18316 msgstr ""
18317
18318 #: git-legacy-rebase.sh:624
18319 #, sh-format
18320 msgid "fatal: no such branch/commit '$branch_name'"
18321 msgstr ""
18322
18323 #: git-legacy-rebase.sh:662
18324 #, sh-format
18325 msgid "Created autostash: $stash_abbrev"
18326 msgstr ""
18327
18328 #: git-legacy-rebase.sh:691
18329 #, sh-format
18330 msgid "Current branch $branch_name is up to date."
18331 msgstr ""
18332
18333 #: git-legacy-rebase.sh:701
18334 #, sh-format
18335 msgid "Current branch $branch_name is up to date, rebase forced."
18336 msgstr ""
18337
18338 #: git-legacy-rebase.sh:713
18339 #, sh-format
18340 msgid "Changes from $mb to $onto:"
18341 msgstr ""
18342
18343 #: git-legacy-rebase.sh:722
18344 msgid "First, rewinding head to replay your work on top of it..."
18345 msgstr ""
18346
18347 #: git-legacy-rebase.sh:732
18348 #, sh-format
18349 msgid "Fast-forwarded $branch_name to $onto_name."
18350 msgstr ""
18351
18352 #: git-stash.sh:61
18353 msgid "git stash clear with parameters is unimplemented"
18354 msgstr ""
18355
18356 #: git-stash.sh:108
18357 msgid "You do not have the initial commit yet"
18358 msgstr ""
18359
18360 #: git-stash.sh:123
18361 msgid "Cannot save the current index state"
18362 msgstr ""
18363
18364 #: git-stash.sh:138
18365 msgid "Cannot save the untracked files"
18366 msgstr ""
18367
18368 #: git-stash.sh:158 git-stash.sh:171
18369 msgid "Cannot save the current worktree state"
18370 msgstr ""
18371
18372 #: git-stash.sh:175
18373 msgid "No changes selected"
18374 msgstr ""
18375
18376 #: git-stash.sh:178
18377 msgid "Cannot remove temporary index (can't happen)"
18378 msgstr ""
18379
18380 #: git-stash.sh:191
18381 msgid "Cannot record working tree state"
18382 msgstr ""
18383
18384 #: git-stash.sh:229
18385 #, sh-format
18386 msgid "Cannot update $ref_stash with $w_commit"
18387 msgstr ""
18388
18389 #: git-stash.sh:281
18390 #, sh-format
18391 msgid "error: unknown option for 'stash push': $option"
18392 msgstr ""
18393
18394 #: git-stash.sh:295
18395 msgid "Can't use --patch and --include-untracked or --all at the same time"
18396 msgstr ""
18397
18398 #: git-stash.sh:303
18399 msgid "No local changes to save"
18400 msgstr ""
18401
18402 #: git-stash.sh:308
18403 msgid "Cannot initialize stash"
18404 msgstr ""
18405
18406 #: git-stash.sh:312
18407 msgid "Cannot save the current status"
18408 msgstr ""
18409
18410 #: git-stash.sh:313
18411 #, sh-format
18412 msgid "Saved working directory and index state $stash_msg"
18413 msgstr ""
18414
18415 #: git-stash.sh:342
18416 msgid "Cannot remove worktree changes"
18417 msgstr ""
18418
18419 #: git-stash.sh:490
18420 #, sh-format
18421 msgid "unknown option: $opt"
18422 msgstr ""
18423
18424 #: git-stash.sh:503
18425 msgid "No stash entries found."
18426 msgstr ""
18427
18428 #: git-stash.sh:510
18429 #, sh-format
18430 msgid "Too many revisions specified: $REV"
18431 msgstr ""
18432
18433 #: git-stash.sh:525
18434 #, sh-format
18435 msgid "$reference is not a valid reference"
18436 msgstr ""
18437
18438 #: git-stash.sh:553
18439 #, sh-format
18440 msgid "'$args' is not a stash-like commit"
18441 msgstr ""
18442
18443 #: git-stash.sh:564
18444 #, sh-format
18445 msgid "'$args' is not a stash reference"
18446 msgstr ""
18447
18448 #: git-stash.sh:572
18449 msgid "unable to refresh index"
18450 msgstr ""
18451
18452 #: git-stash.sh:576
18453 msgid "Cannot apply a stash in the middle of a merge"
18454 msgstr ""
18455
18456 #: git-stash.sh:584
18457 msgid "Conflicts in index. Try without --index."
18458 msgstr ""
18459
18460 #: git-stash.sh:586
18461 msgid "Could not save index tree"
18462 msgstr ""
18463
18464 #: git-stash.sh:595
18465 msgid "Could not restore untracked files from stash entry"
18466 msgstr ""
18467
18468 #: git-stash.sh:620
18469 msgid "Cannot unstage modified files"
18470 msgstr ""
18471
18472 #: git-stash.sh:635
18473 msgid "Index was not unstashed."
18474 msgstr ""
18475
18476 #: git-stash.sh:649
18477 msgid "The stash entry is kept in case you need it again."
18478 msgstr ""
18479
18480 #: git-stash.sh:658
18481 #, sh-format
18482 msgid "Dropped ${REV} ($s)"
18483 msgstr ""
18484
18485 #: git-stash.sh:659
18486 #, sh-format
18487 msgid "${REV}: Could not drop stash entry"
18488 msgstr ""
18489
18490 #: git-stash.sh:667
18491 msgid "No branch name specified"
18492 msgstr ""
18493
18494 #: git-stash.sh:746
18495 msgid "(To restore them type \"git stash apply\")"
18496 msgstr ""
18497
18498 #: git-submodule.sh:198
18499 msgid "Relative path can only be used from the toplevel of the working tree"
18500 msgstr ""
18501
18502 #: git-submodule.sh:208
18503 #, sh-format
18504 msgid "repo URL: '$repo' must be absolute or begin with ./|../"
18505 msgstr ""
18506
18507 #: git-submodule.sh:227
18508 #, sh-format
18509 msgid "'$sm_path' already exists in the index"
18510 msgstr ""
18511
18512 #: git-submodule.sh:230
18513 #, sh-format
18514 msgid "'$sm_path' already exists in the index and is not a submodule"
18515 msgstr ""
18516
18517 #: git-submodule.sh:236
18518 #, sh-format
18519 msgid ""
18520 "The following path is ignored by one of your .gitignore files:\n"
18521 "$sm_path\n"
18522 "Use -f if you really want to add it."
18523 msgstr ""
18524
18525 #: git-submodule.sh:259
18526 #, sh-format
18527 msgid "Adding existing repo at '$sm_path' to the index"
18528 msgstr ""
18529
18530 #: git-submodule.sh:261
18531 #, sh-format
18532 msgid "'$sm_path' already exists and is not a valid git repo"
18533 msgstr ""
18534
18535 #: git-submodule.sh:269
18536 #, sh-format
18537 msgid "A git directory for '$sm_name' is found locally with remote(s):"
18538 msgstr ""
18539
18540 #: git-submodule.sh:271
18541 #, sh-format
18542 msgid ""
18543 "If you want to reuse this local git directory instead of cloning again from\n"
18544 "  $realrepo\n"
18545 "use the '--force' option. If the local git directory is not the correct "
18546 "repo\n"
18547 "or you are unsure what this means choose another name with the '--name' "
18548 "option."
18549 msgstr ""
18550
18551 #: git-submodule.sh:277
18552 #, sh-format
18553 msgid "Reactivating local git directory for submodule '$sm_name'."
18554 msgstr ""
18555
18556 #: git-submodule.sh:289
18557 #, sh-format
18558 msgid "Unable to checkout submodule '$sm_path'"
18559 msgstr ""
18560
18561 #: git-submodule.sh:294
18562 #, sh-format
18563 msgid "Failed to add submodule '$sm_path'"
18564 msgstr ""
18565
18566 #: git-submodule.sh:303
18567 #, sh-format
18568 msgid "Failed to register submodule '$sm_path'"
18569 msgstr ""
18570
18571 #: git-submodule.sh:563
18572 #, sh-format
18573 msgid "Unable to find current revision in submodule path '$displaypath'"
18574 msgstr ""
18575
18576 #: git-submodule.sh:573
18577 #, sh-format
18578 msgid "Unable to fetch in submodule path '$sm_path'"
18579 msgstr ""
18580
18581 #: git-submodule.sh:578
18582 #, sh-format
18583 msgid ""
18584 "Unable to find current ${remote_name}/${branch} revision in submodule path "
18585 "'$sm_path'"
18586 msgstr ""
18587
18588 #: git-submodule.sh:596
18589 #, sh-format
18590 msgid "Unable to fetch in submodule path '$displaypath'"
18591 msgstr ""
18592
18593 #: git-submodule.sh:602
18594 #, sh-format
18595 msgid ""
18596 "Fetched in submodule path '$displaypath', but it did not contain $sha1. "
18597 "Direct fetching of that commit failed."
18598 msgstr ""
18599
18600 #: git-submodule.sh:609
18601 #, sh-format
18602 msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
18603 msgstr ""
18604
18605 #: git-submodule.sh:610
18606 #, sh-format
18607 msgid "Submodule path '$displaypath': checked out '$sha1'"
18608 msgstr ""
18609
18610 #: git-submodule.sh:614
18611 #, sh-format
18612 msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
18613 msgstr ""
18614
18615 #: git-submodule.sh:615
18616 #, sh-format
18617 msgid "Submodule path '$displaypath': rebased into '$sha1'"
18618 msgstr ""
18619
18620 #: git-submodule.sh:620
18621 #, sh-format
18622 msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
18623 msgstr ""
18624
18625 #: git-submodule.sh:621
18626 #, sh-format
18627 msgid "Submodule path '$displaypath': merged in '$sha1'"
18628 msgstr ""
18629
18630 #: git-submodule.sh:626
18631 #, sh-format
18632 msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
18633 msgstr ""
18634
18635 #: git-submodule.sh:627
18636 #, sh-format
18637 msgid "Submodule path '$displaypath': '$command $sha1'"
18638 msgstr ""
18639
18640 #: git-submodule.sh:658
18641 #, sh-format
18642 msgid "Failed to recurse into submodule path '$displaypath'"
18643 msgstr ""
18644
18645 #: git-submodule.sh:754
18646 msgid "The --cached option cannot be used with the --files option"
18647 msgstr ""
18648
18649 #: git-submodule.sh:806
18650 #, sh-format
18651 msgid "unexpected mode $mod_dst"
18652 msgstr ""
18653
18654 #: git-submodule.sh:826
18655 #, sh-format
18656 msgid "  Warn: $display_name doesn't contain commit $sha1_src"
18657 msgstr ""
18658
18659 #: git-submodule.sh:829
18660 #, sh-format
18661 msgid "  Warn: $display_name doesn't contain commit $sha1_dst"
18662 msgstr ""
18663
18664 #: git-submodule.sh:832
18665 #, sh-format
18666 msgid "  Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
18667 msgstr ""
18668
18669 #: git-parse-remote.sh:89
18670 #, sh-format
18671 msgid "See git-${cmd}(1) for details."
18672 msgstr ""
18673
18674 #: git-rebase--preserve-merges.sh:136
18675 #, sh-format
18676 msgid "Rebasing ($new_count/$total)"
18677 msgstr ""
18678
18679 #: git-rebase--preserve-merges.sh:152
18680 msgid ""
18681 "\n"
18682 "Commands:\n"
18683 "p, pick <commit> = use commit\n"
18684 "r, reword <commit> = use commit, but edit the commit message\n"
18685 "e, edit <commit> = use commit, but stop for amending\n"
18686 "s, squash <commit> = use commit, but meld into previous commit\n"
18687 "f, fixup <commit> = like \"squash\", but discard this commit's log message\n"
18688 "x, exec <commit> = run command (the rest of the line) using shell\n"
18689 "d, drop <commit> = remove commit\n"
18690 "l, label <label> = label current HEAD with a name\n"
18691 "t, reset <label> = reset HEAD to a label\n"
18692 "m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
18693 ".       create a merge commit using the original merge commit's\n"
18694 ".       message (or the oneline, if no original merge commit was\n"
18695 ".       specified). Use -c <commit> to reword the commit message.\n"
18696 "\n"
18697 "These lines can be re-ordered; they are executed from top to bottom.\n"
18698 msgstr ""
18699
18700 #: git-rebase--preserve-merges.sh:215
18701 #, sh-format
18702 msgid ""
18703 "You can amend the commit now, with\n"
18704 "\n"
18705 "\tgit commit --amend $gpg_sign_opt_quoted\n"
18706 "\n"
18707 "Once you are satisfied with your changes, run\n"
18708 "\n"
18709 "\tgit rebase --continue"
18710 msgstr ""
18711
18712 #: git-rebase--preserve-merges.sh:240
18713 #, sh-format
18714 msgid "$sha1: not a commit that can be picked"
18715 msgstr ""
18716
18717 #: git-rebase--preserve-merges.sh:279
18718 #, sh-format
18719 msgid "Invalid commit name: $sha1"
18720 msgstr ""
18721
18722 #: git-rebase--preserve-merges.sh:309
18723 msgid "Cannot write current commit's replacement sha1"
18724 msgstr ""
18725
18726 #: git-rebase--preserve-merges.sh:360
18727 #, sh-format
18728 msgid "Fast-forward to $sha1"
18729 msgstr ""
18730
18731 #: git-rebase--preserve-merges.sh:362
18732 #, sh-format
18733 msgid "Cannot fast-forward to $sha1"
18734 msgstr ""
18735
18736 #: git-rebase--preserve-merges.sh:371
18737 #, sh-format
18738 msgid "Cannot move HEAD to $first_parent"
18739 msgstr ""
18740
18741 #: git-rebase--preserve-merges.sh:376
18742 #, sh-format
18743 msgid "Refusing to squash a merge: $sha1"
18744 msgstr ""
18745
18746 #: git-rebase--preserve-merges.sh:394
18747 #, sh-format
18748 msgid "Error redoing merge $sha1"
18749 msgstr ""
18750
18751 #: git-rebase--preserve-merges.sh:403
18752 #, sh-format
18753 msgid "Could not pick $sha1"
18754 msgstr ""
18755
18756 #: git-rebase--preserve-merges.sh:412
18757 #, sh-format
18758 msgid "This is the commit message #${n}:"
18759 msgstr ""
18760
18761 #: git-rebase--preserve-merges.sh:417
18762 #, sh-format
18763 msgid "The commit message #${n} will be skipped:"
18764 msgstr ""
18765
18766 #: git-rebase--preserve-merges.sh:428
18767 #, sh-format
18768 msgid "This is a combination of $count commit."
18769 msgid_plural "This is a combination of $count commits."
18770 msgstr[0] ""
18771 msgstr[1] ""
18772
18773 #: git-rebase--preserve-merges.sh:437
18774 #, sh-format
18775 msgid "Cannot write $fixup_msg"
18776 msgstr ""
18777
18778 #: git-rebase--preserve-merges.sh:440
18779 msgid "This is a combination of 2 commits."
18780 msgstr ""
18781
18782 #: git-rebase--preserve-merges.sh:481 git-rebase--preserve-merges.sh:524
18783 #: git-rebase--preserve-merges.sh:527
18784 #, sh-format
18785 msgid "Could not apply $sha1... $rest"
18786 msgstr ""
18787
18788 #: git-rebase--preserve-merges.sh:556
18789 #, sh-format
18790 msgid ""
18791 "Could not amend commit after successfully picking $sha1... $rest\n"
18792 "This is most likely due to an empty commit message, or the pre-commit hook\n"
18793 "failed. If the pre-commit hook failed, you may need to resolve the issue "
18794 "before\n"
18795 "you are able to reword the commit."
18796 msgstr ""
18797
18798 #: git-rebase--preserve-merges.sh:571
18799 #, sh-format
18800 msgid "Stopped at $sha1_abbrev... $rest"
18801 msgstr ""
18802
18803 #: git-rebase--preserve-merges.sh:586
18804 #, sh-format
18805 msgid "Cannot '$squash_style' without a previous commit"
18806 msgstr ""
18807
18808 #: git-rebase--preserve-merges.sh:628
18809 #, sh-format
18810 msgid "Executing: $rest"
18811 msgstr ""
18812
18813 #: git-rebase--preserve-merges.sh:636
18814 #, sh-format
18815 msgid "Execution failed: $rest"
18816 msgstr ""
18817
18818 #: git-rebase--preserve-merges.sh:638
18819 msgid "and made changes to the index and/or the working tree"
18820 msgstr ""
18821
18822 #: git-rebase--preserve-merges.sh:640
18823 msgid ""
18824 "You can fix the problem, and then run\n"
18825 "\n"
18826 "\tgit rebase --continue"
18827 msgstr ""
18828
18829 #. TRANSLATORS: after these lines is a command to be issued by the user
18830 #: git-rebase--preserve-merges.sh:653
18831 #, sh-format
18832 msgid ""
18833 "Execution succeeded: $rest\n"
18834 "but left changes to the index and/or the working tree\n"
18835 "Commit or stash your changes, and then run\n"
18836 "\n"
18837 "\tgit rebase --continue"
18838 msgstr ""
18839
18840 #: git-rebase--preserve-merges.sh:664
18841 #, sh-format
18842 msgid "Unknown command: $command $sha1 $rest"
18843 msgstr ""
18844
18845 #: git-rebase--preserve-merges.sh:665
18846 msgid "Please fix this using 'git rebase --edit-todo'."
18847 msgstr ""
18848
18849 #: git-rebase--preserve-merges.sh:700
18850 #, sh-format
18851 msgid "Successfully rebased and updated $head_name."
18852 msgstr ""
18853
18854 #: git-rebase--preserve-merges.sh:757
18855 msgid "Could not remove CHERRY_PICK_HEAD"
18856 msgstr ""
18857
18858 #: git-rebase--preserve-merges.sh:762
18859 #, sh-format
18860 msgid ""
18861 "You have staged changes in your working tree.\n"
18862 "If these changes are meant to be\n"
18863 "squashed into the previous commit, run:\n"
18864 "\n"
18865 "  git commit --amend $gpg_sign_opt_quoted\n"
18866 "\n"
18867 "If they are meant to go into a new commit, run:\n"
18868 "\n"
18869 "  git commit $gpg_sign_opt_quoted\n"
18870 "\n"
18871 "In both cases, once you're done, continue with:\n"
18872 "\n"
18873 "  git rebase --continue\n"
18874 msgstr ""
18875
18876 #: git-rebase--preserve-merges.sh:779
18877 msgid "Error trying to find the author identity to amend commit"
18878 msgstr ""
18879
18880 #: git-rebase--preserve-merges.sh:784
18881 msgid ""
18882 "You have uncommitted changes in your working tree. Please commit them\n"
18883 "first and then run 'git rebase --continue' again."
18884 msgstr ""
18885
18886 #: git-rebase--preserve-merges.sh:789 git-rebase--preserve-merges.sh:793
18887 msgid "Could not commit staged changes."
18888 msgstr ""
18889
18890 #: git-rebase--preserve-merges.sh:824 git-rebase--preserve-merges.sh:910
18891 msgid "Could not execute editor"
18892 msgstr ""
18893
18894 #: git-rebase--preserve-merges.sh:845
18895 #, sh-format
18896 msgid "Could not checkout $switch_to"
18897 msgstr ""
18898
18899 #: git-rebase--preserve-merges.sh:852
18900 msgid "No HEAD?"
18901 msgstr ""
18902
18903 #: git-rebase--preserve-merges.sh:853
18904 #, sh-format
18905 msgid "Could not create temporary $state_dir"
18906 msgstr ""
18907
18908 #: git-rebase--preserve-merges.sh:856
18909 msgid "Could not mark as interactive"
18910 msgstr ""
18911
18912 #: git-rebase--preserve-merges.sh:888
18913 #, sh-format
18914 msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
18915 msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
18916 msgstr[0] ""
18917 msgstr[1] ""
18918
18919 #: git-rebase--preserve-merges.sh:942 git-rebase--preserve-merges.sh:947
18920 msgid "Could not init rewritten commits"
18921 msgstr ""
18922
18923 #: git-sh-setup.sh:89 git-sh-setup.sh:94
18924 #, sh-format
18925 msgid "usage: $dashless $USAGE"
18926 msgstr ""
18927
18928 #: git-sh-setup.sh:190
18929 #, sh-format
18930 msgid "Cannot chdir to $cdup, the toplevel of the working tree"
18931 msgstr ""
18932
18933 #: git-sh-setup.sh:199 git-sh-setup.sh:206
18934 #, sh-format
18935 msgid "fatal: $program_name cannot be used without a working tree."
18936 msgstr ""
18937
18938 #: git-sh-setup.sh:220
18939 msgid "Cannot rebase: You have unstaged changes."
18940 msgstr ""
18941
18942 #: git-sh-setup.sh:223
18943 msgid "Cannot rewrite branches: You have unstaged changes."
18944 msgstr ""
18945
18946 #: git-sh-setup.sh:226
18947 msgid "Cannot pull with rebase: You have unstaged changes."
18948 msgstr ""
18949
18950 #: git-sh-setup.sh:229
18951 #, sh-format
18952 msgid "Cannot $action: You have unstaged changes."
18953 msgstr ""
18954
18955 #: git-sh-setup.sh:242
18956 msgid "Cannot rebase: Your index contains uncommitted changes."
18957 msgstr ""
18958
18959 #: git-sh-setup.sh:245
18960 msgid "Cannot pull with rebase: Your index contains uncommitted changes."
18961 msgstr ""
18962
18963 #: git-sh-setup.sh:248
18964 #, sh-format
18965 msgid "Cannot $action: Your index contains uncommitted changes."
18966 msgstr ""
18967
18968 #: git-sh-setup.sh:252
18969 msgid "Additionally, your index contains uncommitted changes."
18970 msgstr ""
18971
18972 #: git-sh-setup.sh:372
18973 msgid "You need to run this command from the toplevel of the working tree."
18974 msgstr ""
18975
18976 #: git-sh-setup.sh:377
18977 msgid "Unable to determine absolute path of git directory"
18978 msgstr ""
18979
18980 #. TRANSLATORS: you can adjust this to align "git add -i" status menu
18981 #: git-add--interactive.perl:196
18982 #, perl-format
18983 msgid "%12s %12s %s"
18984 msgstr ""
18985
18986 #: git-add--interactive.perl:197
18987 msgid "staged"
18988 msgstr ""
18989
18990 #: git-add--interactive.perl:197
18991 msgid "unstaged"
18992 msgstr ""
18993
18994 #: git-add--interactive.perl:253 git-add--interactive.perl:278
18995 msgid "binary"
18996 msgstr ""
18997
18998 #: git-add--interactive.perl:262 git-add--interactive.perl:316
18999 msgid "nothing"
19000 msgstr ""
19001
19002 #: git-add--interactive.perl:298 git-add--interactive.perl:313
19003 msgid "unchanged"
19004 msgstr ""
19005
19006 #: git-add--interactive.perl:609
19007 #, perl-format
19008 msgid "added %d path\n"
19009 msgid_plural "added %d paths\n"
19010 msgstr[0] ""
19011 msgstr[1] ""
19012
19013 #: git-add--interactive.perl:612
19014 #, perl-format
19015 msgid "updated %d path\n"
19016 msgid_plural "updated %d paths\n"
19017 msgstr[0] ""
19018 msgstr[1] ""
19019
19020 #: git-add--interactive.perl:615
19021 #, perl-format
19022 msgid "reverted %d path\n"
19023 msgid_plural "reverted %d paths\n"
19024 msgstr[0] ""
19025 msgstr[1] ""
19026
19027 #: git-add--interactive.perl:618
19028 #, perl-format
19029 msgid "touched %d path\n"
19030 msgid_plural "touched %d paths\n"
19031 msgstr[0] ""
19032 msgstr[1] ""
19033
19034 #: git-add--interactive.perl:627
19035 msgid "Update"
19036 msgstr ""
19037
19038 #: git-add--interactive.perl:639
19039 msgid "Revert"
19040 msgstr ""
19041
19042 #: git-add--interactive.perl:662
19043 #, perl-format
19044 msgid "note: %s is untracked now.\n"
19045 msgstr ""
19046
19047 #: git-add--interactive.perl:673
19048 msgid "Add untracked"
19049 msgstr ""
19050
19051 #: git-add--interactive.perl:679
19052 msgid "No untracked files.\n"
19053 msgstr ""
19054
19055 #: git-add--interactive.perl:1033
19056 msgid ""
19057 "If the patch applies cleanly, the edited hunk will immediately be\n"
19058 "marked for staging."
19059 msgstr ""
19060
19061 #: git-add--interactive.perl:1036
19062 msgid ""
19063 "If the patch applies cleanly, the edited hunk will immediately be\n"
19064 "marked for stashing."
19065 msgstr ""
19066
19067 #: git-add--interactive.perl:1039
19068 msgid ""
19069 "If the patch applies cleanly, the edited hunk will immediately be\n"
19070 "marked for unstaging."
19071 msgstr ""
19072
19073 #: git-add--interactive.perl:1042 git-add--interactive.perl:1051
19074 msgid ""
19075 "If the patch applies cleanly, the edited hunk will immediately be\n"
19076 "marked for applying."
19077 msgstr ""
19078
19079 #: git-add--interactive.perl:1045 git-add--interactive.perl:1048
19080 msgid ""
19081 "If the patch applies cleanly, the edited hunk will immediately be\n"
19082 "marked for discarding."
19083 msgstr ""
19084
19085 #: git-add--interactive.perl:1085
19086 #, perl-format
19087 msgid "failed to open hunk edit file for writing: %s"
19088 msgstr ""
19089
19090 #: git-add--interactive.perl:1086
19091 msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
19092 msgstr ""
19093
19094 #: git-add--interactive.perl:1092
19095 #, perl-format
19096 msgid ""
19097 "---\n"
19098 "To remove '%s' lines, make them ' ' lines (context).\n"
19099 "To remove '%s' lines, delete them.\n"
19100 "Lines starting with %s will be removed.\n"
19101 msgstr ""
19102
19103 #. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
19104 #: git-add--interactive.perl:1100
19105 msgid ""
19106 "If it does not apply cleanly, you will be given an opportunity to\n"
19107 "edit again.  If all lines of the hunk are removed, then the edit is\n"
19108 "aborted and the hunk is left unchanged.\n"
19109 msgstr ""
19110
19111 #: git-add--interactive.perl:1114
19112 #, perl-format
19113 msgid "failed to open hunk edit file for reading: %s"
19114 msgstr ""
19115
19116 #. TRANSLATORS: do not translate [y/n]
19117 #. The program will only accept that input
19118 #. at this point.
19119 #. Consider translating (saying "no" discards!) as
19120 #. (saying "n" for "no" discards!) if the translation
19121 #. of the word "no" does not start with n.
19122 #: git-add--interactive.perl:1213
19123 msgid ""
19124 "Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
19125 msgstr ""
19126
19127 #: git-add--interactive.perl:1222
19128 msgid ""
19129 "y - stage this hunk\n"
19130 "n - do not stage this hunk\n"
19131 "q - quit; do not stage this hunk or any of the remaining ones\n"
19132 "a - stage this hunk and all later hunks in the file\n"
19133 "d - do not stage this hunk or any of the later hunks in the file"
19134 msgstr ""
19135
19136 #: git-add--interactive.perl:1228
19137 msgid ""
19138 "y - stash this hunk\n"
19139 "n - do not stash this hunk\n"
19140 "q - quit; do not stash this hunk or any of the remaining ones\n"
19141 "a - stash this hunk and all later hunks in the file\n"
19142 "d - do not stash this hunk or any of the later hunks in the file"
19143 msgstr ""
19144
19145 #: git-add--interactive.perl:1234
19146 msgid ""
19147 "y - unstage this hunk\n"
19148 "n - do not unstage this hunk\n"
19149 "q - quit; do not unstage this hunk or any of the remaining ones\n"
19150 "a - unstage this hunk and all later hunks in the file\n"
19151 "d - do not unstage this hunk or any of the later hunks in the file"
19152 msgstr ""
19153
19154 #: git-add--interactive.perl:1240
19155 msgid ""
19156 "y - apply this hunk to index\n"
19157 "n - do not apply this hunk to index\n"
19158 "q - quit; do not apply this hunk or any of the remaining ones\n"
19159 "a - apply this hunk and all later hunks in the file\n"
19160 "d - do not apply this hunk or any of the later hunks in the file"
19161 msgstr ""
19162
19163 #: git-add--interactive.perl:1246
19164 msgid ""
19165 "y - discard this hunk from worktree\n"
19166 "n - do not discard this hunk from worktree\n"
19167 "q - quit; do not discard this hunk or any of the remaining ones\n"
19168 "a - discard this hunk and all later hunks in the file\n"
19169 "d - do not discard this hunk or any of the later hunks in the file"
19170 msgstr ""
19171
19172 #: git-add--interactive.perl:1252
19173 msgid ""
19174 "y - discard this hunk from index and worktree\n"
19175 "n - do not discard this hunk from index and worktree\n"
19176 "q - quit; do not discard this hunk or any of the remaining ones\n"
19177 "a - discard this hunk and all later hunks in the file\n"
19178 "d - do not discard this hunk or any of the later hunks in the file"
19179 msgstr ""
19180
19181 #: git-add--interactive.perl:1258
19182 msgid ""
19183 "y - apply this hunk to index and worktree\n"
19184 "n - do not apply this hunk to index and worktree\n"
19185 "q - quit; do not apply this hunk or any of the remaining ones\n"
19186 "a - apply this hunk and all later hunks in the file\n"
19187 "d - do not apply this hunk or any of the later hunks in the file"
19188 msgstr ""
19189
19190 #: git-add--interactive.perl:1273
19191 msgid ""
19192 "g - select a hunk to go to\n"
19193 "/ - search for a hunk matching the given regex\n"
19194 "j - leave this hunk undecided, see next undecided hunk\n"
19195 "J - leave this hunk undecided, see next hunk\n"
19196 "k - leave this hunk undecided, see previous undecided hunk\n"
19197 "K - leave this hunk undecided, see previous hunk\n"
19198 "s - split the current hunk into smaller hunks\n"
19199 "e - manually edit the current hunk\n"
19200 "? - print help\n"
19201 msgstr ""
19202
19203 #: git-add--interactive.perl:1304
19204 msgid "The selected hunks do not apply to the index!\n"
19205 msgstr ""
19206
19207 #: git-add--interactive.perl:1305
19208 msgid "Apply them to the worktree anyway? "
19209 msgstr ""
19210
19211 #: git-add--interactive.perl:1308
19212 msgid "Nothing was applied.\n"
19213 msgstr ""
19214
19215 #: git-add--interactive.perl:1319
19216 #, perl-format
19217 msgid "ignoring unmerged: %s\n"
19218 msgstr ""
19219
19220 #: git-add--interactive.perl:1328
19221 msgid "Only binary files changed.\n"
19222 msgstr ""
19223
19224 #: git-add--interactive.perl:1330
19225 msgid "No changes.\n"
19226 msgstr ""
19227
19228 #: git-add--interactive.perl:1338
19229 msgid "Patch update"
19230 msgstr ""
19231
19232 #: git-add--interactive.perl:1390
19233 #, perl-format
19234 msgid "Stage mode change [y,n,q,a,d%s,?]? "
19235 msgstr ""
19236
19237 #: git-add--interactive.perl:1391
19238 #, perl-format
19239 msgid "Stage deletion [y,n,q,a,d%s,?]? "
19240 msgstr ""
19241
19242 #: git-add--interactive.perl:1392
19243 #, perl-format
19244 msgid "Stage this hunk [y,n,q,a,d%s,?]? "
19245 msgstr ""
19246
19247 #: git-add--interactive.perl:1395
19248 #, perl-format
19249 msgid "Stash mode change [y,n,q,a,d%s,?]? "
19250 msgstr ""
19251
19252 #: git-add--interactive.perl:1396
19253 #, perl-format
19254 msgid "Stash deletion [y,n,q,a,d%s,?]? "
19255 msgstr ""
19256
19257 #: git-add--interactive.perl:1397
19258 #, perl-format
19259 msgid "Stash this hunk [y,n,q,a,d%s,?]? "
19260 msgstr ""
19261
19262 #: git-add--interactive.perl:1400
19263 #, perl-format
19264 msgid "Unstage mode change [y,n,q,a,d%s,?]? "
19265 msgstr ""
19266
19267 #: git-add--interactive.perl:1401
19268 #, perl-format
19269 msgid "Unstage deletion [y,n,q,a,d%s,?]? "
19270 msgstr ""
19271
19272 #: git-add--interactive.perl:1402
19273 #, perl-format
19274 msgid "Unstage this hunk [y,n,q,a,d%s,?]? "
19275 msgstr ""
19276
19277 #: git-add--interactive.perl:1405
19278 #, perl-format
19279 msgid "Apply mode change to index [y,n,q,a,d%s,?]? "
19280 msgstr ""
19281
19282 #: git-add--interactive.perl:1406
19283 #, perl-format
19284 msgid "Apply deletion to index [y,n,q,a,d%s,?]? "
19285 msgstr ""
19286
19287 #: git-add--interactive.perl:1407
19288 #, perl-format
19289 msgid "Apply this hunk to index [y,n,q,a,d%s,?]? "
19290 msgstr ""
19291
19292 #: git-add--interactive.perl:1410
19293 #, perl-format
19294 msgid "Discard mode change from worktree [y,n,q,a,d%s,?]? "
19295 msgstr ""
19296
19297 #: git-add--interactive.perl:1411
19298 #, perl-format
19299 msgid "Discard deletion from worktree [y,n,q,a,d%s,?]? "
19300 msgstr ""
19301
19302 #: git-add--interactive.perl:1412
19303 #, perl-format
19304 msgid "Discard this hunk from worktree [y,n,q,a,d%s,?]? "
19305 msgstr ""
19306
19307 #: git-add--interactive.perl:1415
19308 #, perl-format
19309 msgid "Discard mode change from index and worktree [y,n,q,a,d%s,?]? "
19310 msgstr ""
19311
19312 #: git-add--interactive.perl:1416
19313 #, perl-format
19314 msgid "Discard deletion from index and worktree [y,n,q,a,d%s,?]? "
19315 msgstr ""
19316
19317 #: git-add--interactive.perl:1417
19318 #, perl-format
19319 msgid "Discard this hunk from index and worktree [y,n,q,a,d%s,?]? "
19320 msgstr ""
19321
19322 #: git-add--interactive.perl:1420
19323 #, perl-format
19324 msgid "Apply mode change to index and worktree [y,n,q,a,d%s,?]? "
19325 msgstr ""
19326
19327 #: git-add--interactive.perl:1421
19328 #, perl-format
19329 msgid "Apply deletion to index and worktree [y,n,q,a,d%s,?]? "
19330 msgstr ""
19331
19332 #: git-add--interactive.perl:1422
19333 #, perl-format
19334 msgid "Apply this hunk to index and worktree [y,n,q,a,d%s,?]? "
19335 msgstr ""
19336
19337 #: git-add--interactive.perl:1522
19338 msgid "No other hunks to goto\n"
19339 msgstr ""
19340
19341 #: git-add--interactive.perl:1529
19342 msgid "go to which hunk (<ret> to see more)? "
19343 msgstr ""
19344
19345 #: git-add--interactive.perl:1531
19346 msgid "go to which hunk? "
19347 msgstr ""
19348
19349 #: git-add--interactive.perl:1540
19350 #, perl-format
19351 msgid "Invalid number: '%s'\n"
19352 msgstr ""
19353
19354 #: git-add--interactive.perl:1545
19355 #, perl-format
19356 msgid "Sorry, only %d hunk available.\n"
19357 msgid_plural "Sorry, only %d hunks available.\n"
19358 msgstr[0] ""
19359 msgstr[1] ""
19360
19361 #: git-add--interactive.perl:1571
19362 msgid "No other hunks to search\n"
19363 msgstr ""
19364
19365 #: git-add--interactive.perl:1575
19366 msgid "search for regex? "
19367 msgstr ""
19368
19369 #: git-add--interactive.perl:1588
19370 #, perl-format
19371 msgid "Malformed search regexp %s: %s\n"
19372 msgstr ""
19373
19374 #: git-add--interactive.perl:1598
19375 msgid "No hunk matches the given pattern\n"
19376 msgstr ""
19377
19378 #: git-add--interactive.perl:1610 git-add--interactive.perl:1632
19379 msgid "No previous hunk\n"
19380 msgstr ""
19381
19382 #: git-add--interactive.perl:1619 git-add--interactive.perl:1638
19383 msgid "No next hunk\n"
19384 msgstr ""
19385
19386 #: git-add--interactive.perl:1644
19387 msgid "Sorry, cannot split this hunk\n"
19388 msgstr ""
19389
19390 #: git-add--interactive.perl:1650
19391 #, perl-format
19392 msgid "Split into %d hunk.\n"
19393 msgid_plural "Split into %d hunks.\n"
19394 msgstr[0] ""
19395 msgstr[1] ""
19396
19397 #: git-add--interactive.perl:1660
19398 msgid "Sorry, cannot edit this hunk\n"
19399 msgstr ""
19400
19401 #: git-add--interactive.perl:1706
19402 msgid "Review diff"
19403 msgstr ""
19404
19405 #. TRANSLATORS: please do not translate the command names
19406 #. 'status', 'update', 'revert', etc.
19407 #: git-add--interactive.perl:1725
19408 msgid ""
19409 "status        - show paths with changes\n"
19410 "update        - add working tree state to the staged set of changes\n"
19411 "revert        - revert staged set of changes back to the HEAD version\n"
19412 "patch         - pick hunks and update selectively\n"
19413 "diff          - view diff between HEAD and index\n"
19414 "add untracked - add contents of untracked files to the staged set of "
19415 "changes\n"
19416 msgstr ""
19417
19418 #: git-add--interactive.perl:1742 git-add--interactive.perl:1747
19419 #: git-add--interactive.perl:1750 git-add--interactive.perl:1757
19420 #: git-add--interactive.perl:1761 git-add--interactive.perl:1767
19421 msgid "missing --"
19422 msgstr ""
19423
19424 #: git-add--interactive.perl:1763
19425 #, perl-format
19426 msgid "unknown --patch mode: %s"
19427 msgstr ""
19428
19429 #: git-add--interactive.perl:1769 git-add--interactive.perl:1775
19430 #, perl-format
19431 msgid "invalid argument %s, expecting --"
19432 msgstr ""
19433
19434 #: git-send-email.perl:138
19435 msgid "local zone differs from GMT by a non-minute interval\n"
19436 msgstr ""
19437
19438 #: git-send-email.perl:145 git-send-email.perl:151
19439 msgid "local time offset greater than or equal to 24 hours\n"
19440 msgstr ""
19441
19442 #: git-send-email.perl:219 git-send-email.perl:225
19443 msgid "the editor exited uncleanly, aborting everything"
19444 msgstr ""
19445
19446 #: git-send-email.perl:302
19447 #, perl-format
19448 msgid ""
19449 "'%s' contains an intermediate version of the email you were composing.\n"
19450 msgstr ""
19451
19452 #: git-send-email.perl:307
19453 #, perl-format
19454 msgid "'%s.final' contains the composed email.\n"
19455 msgstr ""
19456
19457 #: git-send-email.perl:326
19458 msgid "--dump-aliases incompatible with other options\n"
19459 msgstr ""
19460
19461 #: git-send-email.perl:395 git-send-email.perl:650
19462 msgid "Cannot run git format-patch from outside a repository\n"
19463 msgstr ""
19464
19465 #: git-send-email.perl:398
19466 msgid ""
19467 "`batch-size` and `relogin` must be specified together (via command-line or "
19468 "configuration option)\n"
19469 msgstr ""
19470
19471 #: git-send-email.perl:468
19472 #, perl-format
19473 msgid "Unknown --suppress-cc field: '%s'\n"
19474 msgstr ""
19475
19476 #: git-send-email.perl:497
19477 #, perl-format
19478 msgid "Unknown --confirm setting: '%s'\n"
19479 msgstr ""
19480
19481 #: git-send-email.perl:525
19482 #, perl-format
19483 msgid "warning: sendmail alias with quotes is not supported: %s\n"
19484 msgstr ""
19485
19486 #: git-send-email.perl:527
19487 #, perl-format
19488 msgid "warning: `:include:` not supported: %s\n"
19489 msgstr ""
19490
19491 #: git-send-email.perl:529
19492 #, perl-format
19493 msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
19494 msgstr ""
19495
19496 #: git-send-email.perl:534
19497 #, perl-format
19498 msgid "warning: sendmail line is not recognized: %s\n"
19499 msgstr ""
19500
19501 #: git-send-email.perl:616
19502 #, perl-format
19503 msgid ""
19504 "File '%s' exists but it could also be the range of commits\n"
19505 "to produce patches for.  Please disambiguate by...\n"
19506 "\n"
19507 "    * Saying \"./%s\" if you mean a file; or\n"
19508 "    * Giving --format-patch option if you mean a range.\n"
19509 msgstr ""
19510
19511 #: git-send-email.perl:637
19512 #, perl-format
19513 msgid "Failed to opendir %s: %s"
19514 msgstr ""
19515
19516 #: git-send-email.perl:661
19517 #, perl-format
19518 msgid ""
19519 "fatal: %s: %s\n"
19520 "warning: no patches were sent\n"
19521 msgstr ""
19522
19523 #: git-send-email.perl:672
19524 msgid ""
19525 "\n"
19526 "No patch files specified!\n"
19527 "\n"
19528 msgstr ""
19529
19530 #: git-send-email.perl:685
19531 #, perl-format
19532 msgid "No subject line in %s?"
19533 msgstr ""
19534
19535 #: git-send-email.perl:695
19536 #, perl-format
19537 msgid "Failed to open for writing %s: %s"
19538 msgstr ""
19539
19540 #: git-send-email.perl:706
19541 msgid ""
19542 "Lines beginning in \"GIT:\" will be removed.\n"
19543 "Consider including an overall diffstat or table of contents\n"
19544 "for the patch you are writing.\n"
19545 "\n"
19546 "Clear the body content if you don't wish to send a summary.\n"
19547 msgstr ""
19548
19549 #: git-send-email.perl:730
19550 #, perl-format
19551 msgid "Failed to open %s: %s"
19552 msgstr ""
19553
19554 #: git-send-email.perl:747
19555 #, perl-format
19556 msgid "Failed to open %s.final: %s"
19557 msgstr ""
19558
19559 #: git-send-email.perl:790
19560 msgid "Summary email is empty, skipping it\n"
19561 msgstr ""
19562
19563 #. TRANSLATORS: please keep [y/N] as is.
19564 #: git-send-email.perl:825
19565 #, perl-format
19566 msgid "Are you sure you want to use <%s> [y/N]? "
19567 msgstr ""
19568
19569 #: git-send-email.perl:880
19570 msgid ""
19571 "The following files are 8bit, but do not declare a Content-Transfer-"
19572 "Encoding.\n"
19573 msgstr ""
19574
19575 #: git-send-email.perl:885
19576 msgid "Which 8bit encoding should I declare [UTF-8]? "
19577 msgstr ""
19578
19579 #: git-send-email.perl:893
19580 #, perl-format
19581 msgid ""
19582 "Refusing to send because the patch\n"
19583 "\t%s\n"
19584 "has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
19585 "want to send.\n"
19586 msgstr ""
19587
19588 #: git-send-email.perl:912
19589 msgid "To whom should the emails be sent (if anyone)?"
19590 msgstr ""
19591
19592 #: git-send-email.perl:930
19593 #, perl-format
19594 msgid "fatal: alias '%s' expands to itself\n"
19595 msgstr ""
19596
19597 #: git-send-email.perl:942
19598 msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
19599 msgstr ""
19600
19601 #: git-send-email.perl:1000 git-send-email.perl:1008
19602 #, perl-format
19603 msgid "error: unable to extract a valid address from: %s\n"
19604 msgstr ""
19605
19606 #. TRANSLATORS: Make sure to include [q] [d] [e] in your
19607 #. translation. The program will only accept English input
19608 #. at this point.
19609 #: git-send-email.perl:1012
19610 msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
19611 msgstr ""
19612
19613 #: git-send-email.perl:1329
19614 #, perl-format
19615 msgid "CA path \"%s\" does not exist"
19616 msgstr ""
19617
19618 #: git-send-email.perl:1412
19619 msgid ""
19620 "    The Cc list above has been expanded by additional\n"
19621 "    addresses found in the patch commit message. By default\n"
19622 "    send-email prompts before sending whenever this occurs.\n"
19623 "    This behavior is controlled by the sendemail.confirm\n"
19624 "    configuration setting.\n"
19625 "\n"
19626 "    For additional information, run 'git send-email --help'.\n"
19627 "    To retain the current behavior, but squelch this message,\n"
19628 "    run 'git config --global sendemail.confirm auto'.\n"
19629 "\n"
19630 msgstr ""
19631
19632 #. TRANSLATORS: Make sure to include [y] [n] [e] [q] [a] in your
19633 #. translation. The program will only accept English input
19634 #. at this point.
19635 #: git-send-email.perl:1427
19636 msgid "Send this email? ([y]es|[n]o|[e]dit|[q]uit|[a]ll): "
19637 msgstr ""
19638
19639 #: git-send-email.perl:1430
19640 msgid "Send this email reply required"
19641 msgstr ""
19642
19643 #: git-send-email.perl:1458
19644 msgid "The required SMTP server is not properly defined."
19645 msgstr ""
19646
19647 #: git-send-email.perl:1505
19648 #, perl-format
19649 msgid "Server does not support STARTTLS! %s"
19650 msgstr ""
19651
19652 #: git-send-email.perl:1510 git-send-email.perl:1514
19653 #, perl-format
19654 msgid "STARTTLS failed! %s"
19655 msgstr ""
19656
19657 #: git-send-email.perl:1523
19658 msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
19659 msgstr ""
19660
19661 #: git-send-email.perl:1541
19662 #, perl-format
19663 msgid "Failed to send %s\n"
19664 msgstr ""
19665
19666 #: git-send-email.perl:1544
19667 #, perl-format
19668 msgid "Dry-Sent %s\n"
19669 msgstr ""
19670
19671 #: git-send-email.perl:1544
19672 #, perl-format
19673 msgid "Sent %s\n"
19674 msgstr ""
19675
19676 #: git-send-email.perl:1546
19677 msgid "Dry-OK. Log says:\n"
19678 msgstr ""
19679
19680 #: git-send-email.perl:1546
19681 msgid "OK. Log says:\n"
19682 msgstr ""
19683
19684 #: git-send-email.perl:1558
19685 msgid "Result: "
19686 msgstr ""
19687
19688 #: git-send-email.perl:1561
19689 msgid "Result: OK\n"
19690 msgstr ""
19691
19692 #: git-send-email.perl:1579
19693 #, perl-format
19694 msgid "can't open file %s"
19695 msgstr ""
19696
19697 #: git-send-email.perl:1626 git-send-email.perl:1646
19698 #, perl-format
19699 msgid "(mbox) Adding cc: %s from line '%s'\n"
19700 msgstr ""
19701
19702 #: git-send-email.perl:1632
19703 #, perl-format
19704 msgid "(mbox) Adding to: %s from line '%s'\n"
19705 msgstr ""
19706
19707 #: git-send-email.perl:1685
19708 #, perl-format
19709 msgid "(non-mbox) Adding cc: %s from line '%s'\n"
19710 msgstr ""
19711
19712 #: git-send-email.perl:1720
19713 #, perl-format
19714 msgid "(body) Adding cc: %s from line '%s'\n"
19715 msgstr ""
19716
19717 #: git-send-email.perl:1831
19718 #, perl-format
19719 msgid "(%s) Could not execute '%s'"
19720 msgstr ""
19721
19722 #: git-send-email.perl:1838
19723 #, perl-format
19724 msgid "(%s) Adding %s: %s from: '%s'\n"
19725 msgstr ""
19726
19727 #: git-send-email.perl:1842
19728 #, perl-format
19729 msgid "(%s) failed to close pipe to '%s'"
19730 msgstr ""
19731
19732 #: git-send-email.perl:1872
19733 msgid "cannot send message as 7bit"
19734 msgstr ""
19735
19736 #: git-send-email.perl:1880
19737 msgid "invalid transfer encoding"
19738 msgstr ""
19739
19740 #: git-send-email.perl:1921 git-send-email.perl:1973 git-send-email.perl:1983
19741 #, perl-format
19742 msgid "unable to open %s: %s\n"
19743 msgstr ""
19744
19745 #: git-send-email.perl:1924
19746 #, perl-format
19747 msgid "%s: patch contains a line longer than 998 characters"
19748 msgstr ""
19749
19750 #: git-send-email.perl:1941
19751 #, perl-format
19752 msgid "Skipping %s with backup suffix '%s'.\n"
19753 msgstr ""
19754
19755 #. TRANSLATORS: please keep "[y|N]" as is.
19756 #: git-send-email.perl:1945
19757 #, perl-format
19758 msgid "Do you really want to send %s? [y|N]: "
19759 msgstr ""