Merge branch 'jc/http-socks5h' into maint
[git.git] / po / git.pot
blob72ef798cdea886c7fae5c0476a33a1506da5b4b7
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.
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: 2016-03-16 00:16+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"
21 #: advice.c:55
22 #, c-format
23 msgid "hint: %.*s\n"
24 msgstr ""
26 #: advice.c:88
27 msgid ""
28 "Fix them up in the work tree, and then use 'git add/rm <file>'\n"
29 "as appropriate to mark resolution and make a commit."
30 msgstr ""
32 #: advice.c:101 builtin/merge.c:1226
33 msgid "You have not concluded your merge (MERGE_HEAD exists)."
34 msgstr ""
36 #: advice.c:103
37 msgid "Please, commit your changes before merging."
38 msgstr ""
40 #: advice.c:104
41 msgid "Exiting because of unfinished merge."
42 msgstr ""
44 #: archive.c:12
45 msgid "git archive [<options>] <tree-ish> [<path>...]"
46 msgstr ""
48 #: archive.c:13
49 msgid "git archive --list"
50 msgstr ""
52 #: archive.c:14
53 msgid ""
54 "git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
55 msgstr ""
57 #: archive.c:15
58 msgid "git archive --remote <repo> [--exec <cmd>] --list"
59 msgstr ""
61 #: archive.c:344 builtin/add.c:137 builtin/add.c:420 builtin/rm.c:327
62 #, c-format
63 msgid "pathspec '%s' did not match any files"
64 msgstr ""
66 #: archive.c:429
67 msgid "fmt"
68 msgstr ""
70 #: archive.c:429
71 msgid "archive format"
72 msgstr ""
74 #: archive.c:430 builtin/log.c:1232
75 msgid "prefix"
76 msgstr ""
78 #: archive.c:431
79 msgid "prepend prefix to each pathname in the archive"
80 msgstr ""
82 #: archive.c:432 builtin/archive.c:88 builtin/blame.c:2547
83 #: builtin/blame.c:2548 builtin/config.c:60 builtin/fast-export.c:987
84 #: builtin/fast-export.c:989 builtin/grep.c:720 builtin/hash-object.c:100
85 #: builtin/ls-files.c:459 builtin/ls-files.c:462 builtin/notes.c:398
86 #: builtin/notes.c:561 builtin/read-tree.c:109 parse-options.h:153
87 msgid "file"
88 msgstr ""
90 #: archive.c:433 builtin/archive.c:89
91 msgid "write the archive to this file"
92 msgstr ""
94 #: archive.c:435
95 msgid "read .gitattributes in working directory"
96 msgstr ""
98 #: archive.c:436
99 msgid "report archived files on stderr"
100 msgstr ""
102 #: archive.c:437
103 msgid "store only"
104 msgstr ""
106 #: archive.c:438
107 msgid "compress faster"
108 msgstr ""
110 #: archive.c:446
111 msgid "compress better"
112 msgstr ""
114 #: archive.c:449
115 msgid "list supported archive formats"
116 msgstr ""
118 #: archive.c:451 builtin/archive.c:90 builtin/clone.c:78
119 msgid "repo"
120 msgstr ""
122 #: archive.c:452 builtin/archive.c:91
123 msgid "retrieve the archive from remote repository <repo>"
124 msgstr ""
126 #: archive.c:453 builtin/archive.c:92 builtin/notes.c:482
127 msgid "command"
128 msgstr ""
130 #: archive.c:454 builtin/archive.c:93
131 msgid "path to the remote git-upload-archive command"
132 msgstr ""
134 #: attr.c:263
135 msgid ""
136 "Negative patterns are ignored in git attributes\n"
137 "Use '\\!' for literal leading exclamation."
138 msgstr ""
140 #: branch.c:53
141 #, c-format
142 msgid ""
143 "\n"
144 "After fixing the error cause you may try to fix up\n"
145 "the remote tracking information by invoking\n"
146 "\"git branch --set-upstream-to=%s%s%s\"."
147 msgstr ""
149 #: branch.c:67
150 #, c-format
151 msgid "Not setting branch %s as its own upstream."
152 msgstr ""
154 #: branch.c:93
155 #, c-format
156 msgid "Branch %s set up to track remote branch %s from %s by rebasing."
157 msgstr ""
159 #: branch.c:94
160 #, c-format
161 msgid "Branch %s set up to track remote branch %s from %s."
162 msgstr ""
164 #: branch.c:98
165 #, c-format
166 msgid "Branch %s set up to track local branch %s by rebasing."
167 msgstr ""
169 #: branch.c:99
170 #, c-format
171 msgid "Branch %s set up to track local branch %s."
172 msgstr ""
174 #: branch.c:104
175 #, c-format
176 msgid "Branch %s set up to track remote ref %s by rebasing."
177 msgstr ""
179 #: branch.c:105
180 #, c-format
181 msgid "Branch %s set up to track remote ref %s."
182 msgstr ""
184 #: branch.c:109
185 #, c-format
186 msgid "Branch %s set up to track local ref %s by rebasing."
187 msgstr ""
189 #: branch.c:110
190 #, c-format
191 msgid "Branch %s set up to track local ref %s."
192 msgstr ""
194 #: branch.c:119
195 msgid "Unable to write upstream branch configuration"
196 msgstr ""
198 #: branch.c:156
199 #, c-format
200 msgid "Not tracking: ambiguous information for ref %s"
201 msgstr ""
203 #: branch.c:185
204 #, c-format
205 msgid "'%s' is not a valid branch name."
206 msgstr ""
208 #: branch.c:190
209 #, c-format
210 msgid "A branch named '%s' already exists."
211 msgstr ""
213 #: branch.c:198
214 msgid "Cannot force update the current branch."
215 msgstr ""
217 #: branch.c:218
218 #, c-format
219 msgid "Cannot setup tracking information; starting point '%s' is not a branch."
220 msgstr ""
222 #: branch.c:220
223 #, c-format
224 msgid "the requested upstream branch '%s' does not exist"
225 msgstr ""
227 #: branch.c:222
228 msgid ""
229 "\n"
230 "If you are planning on basing your work on an upstream\n"
231 "branch that already exists at the remote, you may need to\n"
232 "run \"git fetch\" to retrieve it.\n"
233 "\n"
234 "If you are planning to push out a new local branch that\n"
235 "will track its remote counterpart, you may want to use\n"
236 "\"git push -u\" to set the upstream config as you push."
237 msgstr ""
239 #: branch.c:266
240 #, c-format
241 msgid "Not a valid object name: '%s'."
242 msgstr ""
244 #: branch.c:286
245 #, c-format
246 msgid "Ambiguous object name: '%s'."
247 msgstr ""
249 #: branch.c:291
250 #, c-format
251 msgid "Not a valid branch point: '%s'."
252 msgstr ""
254 #: branch.c:344
255 #, c-format
256 msgid "'%s' is already checked out at '%s'"
257 msgstr ""
259 #: bundle.c:34
260 #, c-format
261 msgid "'%s' does not look like a v2 bundle file"
262 msgstr ""
264 #: bundle.c:61
265 #, c-format
266 msgid "unrecognized header: %s%s (%d)"
267 msgstr ""
269 #: bundle.c:87 builtin/commit.c:766
270 #, c-format
271 msgid "could not open '%s'"
272 msgstr ""
274 #: bundle.c:139
275 msgid "Repository lacks these prerequisite commits:"
276 msgstr ""
278 #: bundle.c:163 ref-filter.c:1462 sequencer.c:627 sequencer.c:1074
279 #: builtin/blame.c:2754 builtin/commit.c:1045 builtin/log.c:334
280 #: builtin/log.c:852 builtin/log.c:1467 builtin/log.c:1700 builtin/merge.c:358
281 #: builtin/shortlog.c:170
282 msgid "revision walk setup failed"
283 msgstr ""
285 #: bundle.c:185
286 #, c-format
287 msgid "The bundle contains this ref:"
288 msgid_plural "The bundle contains these %d refs:"
289 msgstr[0] ""
290 msgstr[1] ""
292 #: bundle.c:192
293 msgid "The bundle records a complete history."
294 msgstr ""
296 #: bundle.c:194
297 #, c-format
298 msgid "The bundle requires this ref:"
299 msgid_plural "The bundle requires these %d refs:"
300 msgstr[0] ""
301 msgstr[1] ""
303 #: bundle.c:253
304 msgid "Could not spawn pack-objects"
305 msgstr ""
307 #: bundle.c:264
308 msgid "pack-objects died"
309 msgstr ""
311 #: bundle.c:304
312 msgid "rev-list died"
313 msgstr ""
315 #: bundle.c:353
316 #, c-format
317 msgid "ref '%s' is excluded by the rev-list options"
318 msgstr ""
320 #: bundle.c:443 builtin/log.c:157 builtin/log.c:1372 builtin/shortlog.c:273
321 #, c-format
322 msgid "unrecognized argument: %s"
323 msgstr ""
325 #: bundle.c:449
326 msgid "Refusing to create empty bundle."
327 msgstr ""
329 #: bundle.c:459
330 #, c-format
331 msgid "cannot create '%s'"
332 msgstr ""
334 #: bundle.c:480
335 msgid "index-pack died"
336 msgstr ""
338 #: color.c:275
339 #, c-format
340 msgid "invalid color value: %.*s"
341 msgstr ""
343 #: commit.c:40 builtin/am.c:437 builtin/am.c:473 builtin/am.c:1505
344 #: builtin/am.c:2135
345 #, c-format
346 msgid "could not parse %s"
347 msgstr ""
349 #: commit.c:42
350 #, c-format
351 msgid "%s %s is not a commit!"
352 msgstr ""
354 #: compat/obstack.c:406 compat/obstack.c:408
355 msgid "memory exhausted"
356 msgstr ""
358 #: config.c:475 config.c:477
359 #, c-format
360 msgid "bad config line %d in %s %s"
361 msgstr ""
363 #: config.c:593
364 #, c-format
365 msgid "bad numeric config value '%s' for '%s' in %s %s: %s"
366 msgstr ""
368 #: config.c:595
369 #, c-format
370 msgid "bad numeric config value '%s' for '%s': %s"
371 msgstr ""
373 #: config.c:680
374 #, c-format
375 msgid "failed to expand user dir in: '%s'"
376 msgstr ""
378 #: config.c:758 config.c:769
379 #, c-format
380 msgid "bad zlib compression level %d"
381 msgstr ""
383 #: config.c:891
384 #, c-format
385 msgid "invalid mode for object creation: %s"
386 msgstr ""
388 #: config.c:1220
389 msgid "unable to parse command-line config"
390 msgstr ""
392 #: config.c:1281
393 msgid "unknown error occured while reading the configuration files"
394 msgstr ""
396 #: config.c:1629
397 #, c-format
398 msgid "unable to parse '%s' from command-line config"
399 msgstr ""
401 #: config.c:1631
402 #, c-format
403 msgid "bad config variable '%s' in file '%s' at line %d"
404 msgstr ""
406 #: config.c:1690
407 #, c-format
408 msgid "%s has multiple values"
409 msgstr ""
411 #: config.c:2226
412 #, c-format
413 msgid "Could not set '%s' to '%s'"
414 msgstr ""
416 #: connected.c:69
417 msgid "Could not run 'git rev-list'"
418 msgstr ""
420 #: connected.c:89
421 #, c-format
422 msgid "failed write to rev-list: %s"
423 msgstr ""
425 #: connected.c:97
426 #, c-format
427 msgid "failed to close rev-list's stdin: %s"
428 msgstr ""
430 #: date.c:95
431 msgid "in the future"
432 msgstr ""
434 #: date.c:101
435 #, c-format
436 msgid "%lu second ago"
437 msgid_plural "%lu seconds ago"
438 msgstr[0] ""
439 msgstr[1] ""
441 #: date.c:108
442 #, c-format
443 msgid "%lu minute ago"
444 msgid_plural "%lu minutes ago"
445 msgstr[0] ""
446 msgstr[1] ""
448 #: date.c:115
449 #, c-format
450 msgid "%lu hour ago"
451 msgid_plural "%lu hours ago"
452 msgstr[0] ""
453 msgstr[1] ""
455 #: date.c:122
456 #, c-format
457 msgid "%lu day ago"
458 msgid_plural "%lu days ago"
459 msgstr[0] ""
460 msgstr[1] ""
462 #: date.c:128
463 #, c-format
464 msgid "%lu week ago"
465 msgid_plural "%lu weeks ago"
466 msgstr[0] ""
467 msgstr[1] ""
469 #: date.c:135
470 #, c-format
471 msgid "%lu month ago"
472 msgid_plural "%lu months ago"
473 msgstr[0] ""
474 msgstr[1] ""
476 #: date.c:146
477 #, c-format
478 msgid "%lu year"
479 msgid_plural "%lu years"
480 msgstr[0] ""
481 msgstr[1] ""
483 #. TRANSLATORS: "%s" is "<n> years"
484 #: date.c:149
485 #, c-format
486 msgid "%s, %lu month ago"
487 msgid_plural "%s, %lu months ago"
488 msgstr[0] ""
489 msgstr[1] ""
491 #: date.c:154 date.c:159
492 #, c-format
493 msgid "%lu year ago"
494 msgid_plural "%lu years ago"
495 msgstr[0] ""
496 msgstr[1] ""
498 #: diffcore-order.c:24
499 #, c-format
500 msgid "failed to read orderfile '%s'"
501 msgstr ""
503 #: diffcore-rename.c:536
504 msgid "Performing inexact rename detection"
505 msgstr ""
507 #: diff.c:115
508 #, c-format
509 msgid "  Failed to parse dirstat cut-off percentage '%s'\n"
510 msgstr ""
512 #: diff.c:120
513 #, c-format
514 msgid "  Unknown dirstat parameter '%s'\n"
515 msgstr ""
517 #: diff.c:215
518 #, c-format
519 msgid "Unknown value for 'diff.submodule' config variable: '%s'"
520 msgstr ""
522 #: diff.c:267
523 #, c-format
524 msgid ""
525 "Found errors in 'diff.dirstat' config variable:\n"
526 "%s"
527 msgstr ""
529 #: diff.c:2997
530 #, c-format
531 msgid "external diff died, stopping at %s"
532 msgstr ""
534 #: diff.c:3393
535 msgid "--follow requires exactly one pathspec"
536 msgstr ""
538 #: diff.c:3556
539 #, c-format
540 msgid ""
541 "Failed to parse --dirstat/-X option parameter:\n"
542 "%s"
543 msgstr ""
545 #: diff.c:3570
546 #, c-format
547 msgid "Failed to parse --submodule option parameter: '%s'"
548 msgstr ""
550 #: dir.c:2004
551 msgid "failed to get kernel name and information"
552 msgstr ""
554 #: dir.c:2123
555 msgid "Untracked cache is disabled on this system or location."
556 msgstr ""
558 #: gpg-interface.c:166 gpg-interface.c:237
559 msgid "could not run gpg."
560 msgstr ""
562 #: gpg-interface.c:178
563 msgid "gpg did not accept the data"
564 msgstr ""
566 #: gpg-interface.c:189
567 msgid "gpg failed to sign the data"
568 msgstr ""
570 #: gpg-interface.c:222
571 #, c-format
572 msgid "could not create temporary file '%s': %s"
573 msgstr ""
575 #: gpg-interface.c:225
576 #, c-format
577 msgid "failed writing detached signature to '%s': %s"
578 msgstr ""
580 #: grep.c:1718
581 #, c-format
582 msgid "'%s': unable to read %s"
583 msgstr ""
585 #: grep.c:1735
586 #, c-format
587 msgid "'%s': %s"
588 msgstr ""
590 #: grep.c:1746
591 #, c-format
592 msgid "'%s': short read %s"
593 msgstr ""
595 #: help.c:205
596 #, c-format
597 msgid "available git commands in '%s'"
598 msgstr ""
600 #: help.c:212
601 msgid "git commands available from elsewhere on your $PATH"
602 msgstr ""
604 #: help.c:244
605 msgid "These are common Git commands used in various situations:"
606 msgstr ""
608 #: help.c:309
609 #, c-format
610 msgid ""
611 "'%s' appears to be a git command, but we were not\n"
612 "able to execute it. Maybe git-%s is broken?"
613 msgstr ""
615 #: help.c:366
616 msgid "Uh oh. Your system reports no Git commands at all."
617 msgstr ""
619 #: help.c:388
620 #, c-format
621 msgid ""
622 "WARNING: You called a Git command named '%s', which does not exist.\n"
623 "Continuing under the assumption that you meant '%s'"
624 msgstr ""
626 #: help.c:393
627 #, c-format
628 msgid "in %0.1f seconds automatically..."
629 msgstr ""
631 #: help.c:400
632 #, c-format
633 msgid "git: '%s' is not a git command. See 'git --help'."
634 msgstr ""
636 #: help.c:404 help.c:464
637 msgid ""
638 "\n"
639 "Did you mean this?"
640 msgid_plural ""
641 "\n"
642 "Did you mean one of these?"
643 msgstr[0] ""
644 msgstr[1] ""
646 #: help.c:460
647 #, c-format
648 msgid "%s: %s - %s"
649 msgstr ""
651 #: merge.c:41
652 msgid "failed to read the cache"
653 msgstr ""
655 #: merge.c:94 builtin/am.c:2008 builtin/am.c:2043 builtin/checkout.c:376
656 #: builtin/checkout.c:587 builtin/clone.c:730
657 msgid "unable to write new index file"
658 msgstr ""
660 #: merge-recursive.c:189
661 #, c-format
662 msgid "(bad commit)\n"
663 msgstr ""
665 #: merge-recursive.c:209
666 #, c-format
667 msgid "addinfo_cache failed for path '%s'"
668 msgstr ""
670 #: merge-recursive.c:270
671 msgid "error building trees"
672 msgstr ""
674 #: merge-recursive.c:689
675 #, c-format
676 msgid "failed to create path '%s'%s"
677 msgstr ""
679 #: merge-recursive.c:700
680 #, c-format
681 msgid "Removing %s to make room for subdirectory\n"
682 msgstr ""
684 #: merge-recursive.c:714 merge-recursive.c:735
685 msgid ": perhaps a D/F conflict?"
686 msgstr ""
688 #: merge-recursive.c:725
689 #, c-format
690 msgid "refusing to lose untracked file at '%s'"
691 msgstr ""
693 #: merge-recursive.c:765
694 #, c-format
695 msgid "cannot read object %s '%s'"
696 msgstr ""
698 #: merge-recursive.c:767
699 #, c-format
700 msgid "blob expected for %s '%s'"
701 msgstr ""
703 #: merge-recursive.c:790 builtin/clone.c:374
704 #, c-format
705 msgid "failed to open '%s'"
706 msgstr ""
708 #: merge-recursive.c:798
709 #, c-format
710 msgid "failed to symlink '%s'"
711 msgstr ""
713 #: merge-recursive.c:801
714 #, c-format
715 msgid "do not know what to do with %06o %s '%s'"
716 msgstr ""
718 #: merge-recursive.c:939
719 msgid "Failed to execute internal merge"
720 msgstr ""
722 #: merge-recursive.c:943
723 #, c-format
724 msgid "Unable to add %s to database"
725 msgstr ""
727 #: merge-recursive.c:959
728 msgid "unsupported object type in the tree"
729 msgstr ""
731 #: merge-recursive.c:1034 merge-recursive.c:1048
732 #, c-format
733 msgid ""
734 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
735 "in tree."
736 msgstr ""
738 #: merge-recursive.c:1040 merge-recursive.c:1053
739 #, c-format
740 msgid ""
741 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
742 "in tree at %s."
743 msgstr ""
745 #: merge-recursive.c:1094
746 msgid "rename"
747 msgstr ""
749 #: merge-recursive.c:1094
750 msgid "renamed"
751 msgstr ""
753 #: merge-recursive.c:1150
754 #, c-format
755 msgid "%s is a directory in %s adding as %s instead"
756 msgstr ""
758 #: merge-recursive.c:1172
759 #, c-format
760 msgid ""
761 "CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
762 "\"->\"%s\" in \"%s\"%s"
763 msgstr ""
765 #: merge-recursive.c:1177
766 msgid " (left unresolved)"
767 msgstr ""
769 #: merge-recursive.c:1231
770 #, c-format
771 msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
772 msgstr ""
774 #: merge-recursive.c:1261
775 #, c-format
776 msgid "Renaming %s to %s and %s to %s instead"
777 msgstr ""
779 #: merge-recursive.c:1460
780 #, c-format
781 msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
782 msgstr ""
784 #: merge-recursive.c:1470
785 #, c-format
786 msgid "Adding merged %s"
787 msgstr ""
789 #: merge-recursive.c:1475 merge-recursive.c:1677
790 #, c-format
791 msgid "Adding as %s instead"
792 msgstr ""
794 #: merge-recursive.c:1526
795 #, c-format
796 msgid "cannot read object %s"
797 msgstr ""
799 #: merge-recursive.c:1529
800 #, c-format
801 msgid "object %s is not a blob"
802 msgstr ""
804 #: merge-recursive.c:1581
805 msgid "modify"
806 msgstr ""
808 #: merge-recursive.c:1581
809 msgid "modified"
810 msgstr ""
812 #: merge-recursive.c:1591
813 msgid "content"
814 msgstr ""
816 #: merge-recursive.c:1598
817 msgid "add/add"
818 msgstr ""
820 #: merge-recursive.c:1632
821 #, c-format
822 msgid "Skipped %s (merged same as existing)"
823 msgstr ""
825 #: merge-recursive.c:1646
826 #, c-format
827 msgid "Auto-merging %s"
828 msgstr ""
830 #: merge-recursive.c:1650 git-submodule.sh:1048
831 msgid "submodule"
832 msgstr ""
834 #: merge-recursive.c:1651
835 #, c-format
836 msgid "CONFLICT (%s): Merge conflict in %s"
837 msgstr ""
839 #: merge-recursive.c:1737
840 #, c-format
841 msgid "Removing %s"
842 msgstr ""
844 #: merge-recursive.c:1762
845 msgid "file/directory"
846 msgstr ""
848 #: merge-recursive.c:1768
849 msgid "directory/file"
850 msgstr ""
852 #: merge-recursive.c:1773
853 #, c-format
854 msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
855 msgstr ""
857 #: merge-recursive.c:1783
858 #, c-format
859 msgid "Adding %s"
860 msgstr ""
862 #: merge-recursive.c:1800
863 msgid "Fatal merge failure, shouldn't happen."
864 msgstr ""
866 #: merge-recursive.c:1819
867 msgid "Already up-to-date!"
868 msgstr ""
870 #: merge-recursive.c:1828
871 #, c-format
872 msgid "merging of trees %s and %s failed"
873 msgstr ""
875 #: merge-recursive.c:1858
876 #, c-format
877 msgid "Unprocessed path??? %s"
878 msgstr ""
880 #: merge-recursive.c:1906
881 msgid "Merging:"
882 msgstr ""
884 #: merge-recursive.c:1919
885 #, c-format
886 msgid "found %u common ancestor:"
887 msgid_plural "found %u common ancestors:"
888 msgstr[0] ""
889 msgstr[1] ""
891 #: merge-recursive.c:1956
892 msgid "merge returned no commit"
893 msgstr ""
895 #: merge-recursive.c:2013
896 #, c-format
897 msgid "Could not parse object '%s'"
898 msgstr ""
900 #: merge-recursive.c:2024 builtin/merge.c:646
901 msgid "Unable to write index."
902 msgstr ""
904 #: notes-utils.c:41
905 msgid "Cannot commit uninitialized/unreferenced notes tree"
906 msgstr ""
908 #: notes-utils.c:100
909 #, c-format
910 msgid "Bad notes.rewriteMode value: '%s'"
911 msgstr ""
913 #: notes-utils.c:110
914 #, c-format
915 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
916 msgstr ""
918 #. TRANSLATORS: The first %s is the name of the
919 #. environment variable, the second %s is its value
920 #: notes-utils.c:137
921 #, c-format
922 msgid "Bad %s value: '%s'"
923 msgstr ""
925 #: object.c:242
926 #, c-format
927 msgid "unable to parse object: %s"
928 msgstr ""
930 #: parse-options.c:570
931 msgid "..."
932 msgstr ""
934 #: parse-options.c:588
935 #, c-format
936 msgid "usage: %s"
937 msgstr ""
939 #. TRANSLATORS: the colon here should align with the
940 #. one in "usage: %s" translation
941 #: parse-options.c:592
942 #, c-format
943 msgid "   or: %s"
944 msgstr ""
946 #: parse-options.c:595
947 #, c-format
948 msgid "    %s"
949 msgstr ""
951 #: parse-options.c:629
952 msgid "-NUM"
953 msgstr ""
955 #: parse-options-cb.c:108
956 #, c-format
957 msgid "malformed object name '%s'"
958 msgstr ""
960 #: path.c:752
961 #, c-format
962 msgid "Could not make %s writable by group"
963 msgstr ""
965 #: pathspec.c:133
966 msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
967 msgstr ""
969 #: pathspec.c:143
970 msgid ""
971 "global 'literal' pathspec setting is incompatible with all other global "
972 "pathspec settings"
973 msgstr ""
975 #: pathspec.c:177
976 msgid "invalid parameter for pathspec magic 'prefix'"
977 msgstr ""
979 #: pathspec.c:183
980 #, c-format
981 msgid "Invalid pathspec magic '%.*s' in '%s'"
982 msgstr ""
984 #: pathspec.c:187
985 #, c-format
986 msgid "Missing ')' at the end of pathspec magic in '%s'"
987 msgstr ""
989 #: pathspec.c:205
990 #, c-format
991 msgid "Unimplemented pathspec magic '%c' in '%s'"
992 msgstr ""
994 #: pathspec.c:230
995 #, c-format
996 msgid "%s: 'literal' and 'glob' are incompatible"
997 msgstr ""
999 #: pathspec.c:241
1000 #, c-format
1001 msgid "%s: '%s' is outside repository"
1002 msgstr ""
1004 #: pathspec.c:291
1005 #, c-format
1006 msgid "Pathspec '%s' is in submodule '%.*s'"
1007 msgstr ""
1009 #: pathspec.c:353
1010 #, c-format
1011 msgid "%s: pathspec magic not supported by this command: %s"
1012 msgstr ""
1014 #: pathspec.c:433
1015 #, c-format
1016 msgid "pathspec '%s' is beyond a symbolic link"
1017 msgstr ""
1019 #: pathspec.c:442
1020 msgid ""
1021 "There is nothing to exclude from by :(exclude) patterns.\n"
1022 "Perhaps you forgot to add either ':/' or '.' ?"
1023 msgstr ""
1025 #: pretty.c:969
1026 msgid "unable to parse --pretty format"
1027 msgstr ""
1029 #: progress.c:235
1030 msgid "done"
1031 msgstr ""
1033 #: read-cache.c:1281
1034 #, c-format
1035 msgid ""
1036 "index.version set, but the value is invalid.\n"
1037 "Using version %i"
1038 msgstr ""
1040 #: read-cache.c:1291
1041 #, c-format
1042 msgid ""
1043 "GIT_INDEX_VERSION set, but the value is invalid.\n"
1044 "Using version %i"
1045 msgstr ""
1047 #: refs.c:543 builtin/merge.c:761 builtin/merge.c:872 builtin/merge.c:974
1048 #: builtin/merge.c:984
1049 #, c-format
1050 msgid "Could not open '%s' for writing"
1051 msgstr ""
1053 #: refs/files-backend.c:2374
1054 #, c-format
1055 msgid "could not delete reference %s: %s"
1056 msgstr ""
1058 #: refs/files-backend.c:2377
1059 #, c-format
1060 msgid "could not delete references: %s"
1061 msgstr ""
1063 #: refs/files-backend.c:2386
1064 #, c-format
1065 msgid "could not remove reference %s"
1066 msgstr ""
1068 #: ref-filter.c:55
1069 #, c-format
1070 msgid "expected format: %%(color:<color>)"
1071 msgstr ""
1073 #: ref-filter.c:57
1074 #, c-format
1075 msgid "unrecognized color: %%(color:%s)"
1076 msgstr ""
1078 #: ref-filter.c:71
1079 #, c-format
1080 msgid "unrecognized format: %%(%s)"
1081 msgstr ""
1083 #: ref-filter.c:77
1084 #, c-format
1085 msgid "%%(body) does not take arguments"
1086 msgstr ""
1088 #: ref-filter.c:84
1089 #, c-format
1090 msgid "%%(subject) does not take arguments"
1091 msgstr ""
1093 #: ref-filter.c:101
1094 #, c-format
1095 msgid "positive value expected contents:lines=%s"
1096 msgstr ""
1098 #: ref-filter.c:103
1099 #, c-format
1100 msgid "unrecognized %%(contents) argument: %s"
1101 msgstr ""
1103 #: ref-filter.c:113
1104 #, c-format
1105 msgid "unrecognized %%(objectname) argument: %s"
1106 msgstr ""
1108 #: ref-filter.c:135
1109 #, c-format
1110 msgid "expected format: %%(align:<width>,<position>)"
1111 msgstr ""
1113 #: ref-filter.c:147
1114 #, c-format
1115 msgid "unrecognized position:%s"
1116 msgstr ""
1118 #: ref-filter.c:151
1119 #, c-format
1120 msgid "unrecognized width:%s"
1121 msgstr ""
1123 #: ref-filter.c:157
1124 #, c-format
1125 msgid "unrecognized %%(align) argument: %s"
1126 msgstr ""
1128 #: ref-filter.c:161
1129 #, c-format
1130 msgid "positive width expected with the %%(align) atom"
1131 msgstr ""
1133 #: ref-filter.c:244
1134 #, c-format
1135 msgid "malformed field name: %.*s"
1136 msgstr ""
1138 #: ref-filter.c:270
1139 #, c-format
1140 msgid "unknown field name: %.*s"
1141 msgstr ""
1143 #: ref-filter.c:372
1144 #, c-format
1145 msgid "format: %%(end) atom used without corresponding atom"
1146 msgstr ""
1148 #: ref-filter.c:424
1149 #, c-format
1150 msgid "malformed format string %s"
1151 msgstr ""
1153 #: ref-filter.c:878
1154 msgid ":strip= requires a positive integer argument"
1155 msgstr ""
1157 #: ref-filter.c:883
1158 #, c-format
1159 msgid "ref '%s' does not have %ld components to :strip"
1160 msgstr ""
1162 #: ref-filter.c:1046
1163 #, c-format
1164 msgid "unknown %.*s format %s"
1165 msgstr ""
1167 #: ref-filter.c:1066 ref-filter.c:1097
1168 #, c-format
1169 msgid "missing object %s for %s"
1170 msgstr ""
1172 #: ref-filter.c:1069 ref-filter.c:1100
1173 #, c-format
1174 msgid "parse_object_buffer failed on %s for %s"
1175 msgstr ""
1177 #: ref-filter.c:1311
1178 #, c-format
1179 msgid "malformed object at '%s'"
1180 msgstr ""
1182 #: ref-filter.c:1373
1183 #, c-format
1184 msgid "ignoring ref with broken name %s"
1185 msgstr ""
1187 #: ref-filter.c:1378
1188 #, c-format
1189 msgid "ignoring broken ref %s"
1190 msgstr ""
1192 #: ref-filter.c:1651
1193 #, c-format
1194 msgid "format: %%(end) atom missing"
1195 msgstr ""
1197 #: ref-filter.c:1705
1198 #, c-format
1199 msgid "malformed object name %s"
1200 msgstr ""
1202 #: remote.c:745
1203 #, c-format
1204 msgid "Cannot fetch both %s and %s to %s"
1205 msgstr ""
1207 #: remote.c:749
1208 #, c-format
1209 msgid "%s usually tracks %s, not %s"
1210 msgstr ""
1212 #: remote.c:753
1213 #, c-format
1214 msgid "%s tracks both %s and %s"
1215 msgstr ""
1217 #: remote.c:761
1218 msgid "Internal error"
1219 msgstr ""
1221 #: remote.c:1677 remote.c:1720
1222 msgid "HEAD does not point to a branch"
1223 msgstr ""
1225 #: remote.c:1686
1226 #, c-format
1227 msgid "no such branch: '%s'"
1228 msgstr ""
1230 #: remote.c:1689
1231 #, c-format
1232 msgid "no upstream configured for branch '%s'"
1233 msgstr ""
1235 #: remote.c:1695
1236 #, c-format
1237 msgid "upstream branch '%s' not stored as a remote-tracking branch"
1238 msgstr ""
1240 #: remote.c:1710
1241 #, c-format
1242 msgid "push destination '%s' on remote '%s' has no local tracking branch"
1243 msgstr ""
1245 #: remote.c:1725
1246 #, c-format
1247 msgid "branch '%s' has no remote for pushing"
1248 msgstr ""
1250 #: remote.c:1736
1251 #, c-format
1252 msgid "push refspecs for '%s' do not include '%s'"
1253 msgstr ""
1255 #: remote.c:1749
1256 msgid "push has no destination (push.default is 'nothing')"
1257 msgstr ""
1259 #: remote.c:1771
1260 msgid "cannot resolve 'simple' push to a single destination"
1261 msgstr ""
1263 #: remote.c:2073
1264 #, c-format
1265 msgid "Your branch is based on '%s', but the upstream is gone.\n"
1266 msgstr ""
1268 #: remote.c:2077
1269 msgid "  (use \"git branch --unset-upstream\" to fixup)\n"
1270 msgstr ""
1272 #: remote.c:2080
1273 #, c-format
1274 msgid "Your branch is up-to-date with '%s'.\n"
1275 msgstr ""
1277 #: remote.c:2084
1278 #, c-format
1279 msgid "Your branch is ahead of '%s' by %d commit.\n"
1280 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
1281 msgstr[0] ""
1282 msgstr[1] ""
1284 #: remote.c:2090
1285 msgid "  (use \"git push\" to publish your local commits)\n"
1286 msgstr ""
1288 #: remote.c:2093
1289 #, c-format
1290 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
1291 msgid_plural ""
1292 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
1293 msgstr[0] ""
1294 msgstr[1] ""
1296 #: remote.c:2101
1297 msgid "  (use \"git pull\" to update your local branch)\n"
1298 msgstr ""
1300 #: remote.c:2104
1301 #, c-format
1302 msgid ""
1303 "Your branch and '%s' have diverged,\n"
1304 "and have %d and %d different commit each, respectively.\n"
1305 msgid_plural ""
1306 "Your branch and '%s' have diverged,\n"
1307 "and have %d and %d different commits each, respectively.\n"
1308 msgstr[0] ""
1309 msgstr[1] ""
1311 #: remote.c:2114
1312 msgid "  (use \"git pull\" to merge the remote branch into yours)\n"
1313 msgstr ""
1315 #: revision.c:2131
1316 msgid "your current branch appears to be broken"
1317 msgstr ""
1319 #: revision.c:2134
1320 #, c-format
1321 msgid "your current branch '%s' does not have any commits yet"
1322 msgstr ""
1324 #: revision.c:2328
1325 msgid "--first-parent is incompatible with --bisect"
1326 msgstr ""
1328 #: run-command.c:92
1329 msgid "open /dev/null failed"
1330 msgstr ""
1332 #: run-command.c:94
1333 #, c-format
1334 msgid "dup2(%d,%d) failed"
1335 msgstr ""
1337 #: send-pack.c:295
1338 msgid "failed to sign the push certificate"
1339 msgstr ""
1341 #: send-pack.c:404
1342 msgid "the receiving end does not support --signed push"
1343 msgstr ""
1345 #: send-pack.c:406
1346 msgid ""
1347 "not sending a push certificate since the receiving end does not support --"
1348 "signed push"
1349 msgstr ""
1351 #: send-pack.c:418
1352 msgid "the receiving end does not support --atomic push"
1353 msgstr ""
1355 #: sequencer.c:174
1356 msgid ""
1357 "after resolving the conflicts, mark the corrected paths\n"
1358 "with 'git add <paths>' or 'git rm <paths>'"
1359 msgstr ""
1361 #: sequencer.c:177
1362 msgid ""
1363 "after resolving the conflicts, mark the corrected paths\n"
1364 "with 'git add <paths>' or 'git rm <paths>'\n"
1365 "and commit the result with 'git commit'"
1366 msgstr ""
1368 #: sequencer.c:190 sequencer.c:833 sequencer.c:913
1369 #, c-format
1370 msgid "Could not write to %s"
1371 msgstr ""
1373 #: sequencer.c:193
1374 #, c-format
1375 msgid "Error wrapping up %s"
1376 msgstr ""
1378 #: sequencer.c:208
1379 msgid "Your local changes would be overwritten by cherry-pick."
1380 msgstr ""
1382 #: sequencer.c:210
1383 msgid "Your local changes would be overwritten by revert."
1384 msgstr ""
1386 #: sequencer.c:213
1387 msgid "Commit your changes or stash them to proceed."
1388 msgstr ""
1390 #. TRANSLATORS: %s will be "revert" or "cherry-pick"
1391 #: sequencer.c:300
1392 #, c-format
1393 msgid "%s: Unable to write new index file"
1394 msgstr ""
1396 #: sequencer.c:318
1397 msgid "Could not resolve HEAD commit\n"
1398 msgstr ""
1400 #: sequencer.c:338
1401 msgid "Unable to update cache tree\n"
1402 msgstr ""
1404 #: sequencer.c:390
1405 #, c-format
1406 msgid "Could not parse commit %s\n"
1407 msgstr ""
1409 #: sequencer.c:395
1410 #, c-format
1411 msgid "Could not parse parent commit %s\n"
1412 msgstr ""
1414 #: sequencer.c:460
1415 msgid "Your index file is unmerged."
1416 msgstr ""
1418 #: sequencer.c:479
1419 #, c-format
1420 msgid "Commit %s is a merge but no -m option was given."
1421 msgstr ""
1423 #: sequencer.c:487
1424 #, c-format
1425 msgid "Commit %s does not have parent %d"
1426 msgstr ""
1428 #: sequencer.c:491
1429 #, c-format
1430 msgid "Mainline was specified but commit %s is not a merge."
1431 msgstr ""
1433 #. TRANSLATORS: The first %s will be "revert" or
1434 #. "cherry-pick", the second %s a SHA1
1435 #: sequencer.c:504
1436 #, c-format
1437 msgid "%s: cannot parse parent commit %s"
1438 msgstr ""
1440 #: sequencer.c:508
1441 #, c-format
1442 msgid "Cannot get commit message for %s"
1443 msgstr ""
1445 #: sequencer.c:594
1446 #, c-format
1447 msgid "could not revert %s... %s"
1448 msgstr ""
1450 #: sequencer.c:595
1451 #, c-format
1452 msgid "could not apply %s... %s"
1453 msgstr ""
1455 #: sequencer.c:630
1456 msgid "empty commit set passed"
1457 msgstr ""
1459 #: sequencer.c:638
1460 #, c-format
1461 msgid "git %s: failed to read the index"
1462 msgstr ""
1464 #: sequencer.c:642
1465 #, c-format
1466 msgid "git %s: failed to refresh the index"
1467 msgstr ""
1469 #: sequencer.c:702
1470 #, c-format
1471 msgid "Cannot %s during a %s"
1472 msgstr ""
1474 #: sequencer.c:724
1475 #, c-format
1476 msgid "Could not parse line %d."
1477 msgstr ""
1479 #: sequencer.c:729
1480 msgid "No commits parsed."
1481 msgstr ""
1483 #: sequencer.c:741
1484 #, c-format
1485 msgid "Could not open %s"
1486 msgstr ""
1488 #: sequencer.c:745
1489 #, c-format
1490 msgid "Could not read %s."
1491 msgstr ""
1493 #: sequencer.c:752
1494 #, c-format
1495 msgid "Unusable instruction sheet: %s"
1496 msgstr ""
1498 #: sequencer.c:782
1499 #, c-format
1500 msgid "Invalid key: %s"
1501 msgstr ""
1503 #: sequencer.c:785 builtin/pull.c:50 builtin/pull.c:52
1504 #, c-format
1505 msgid "Invalid value for %s: %s"
1506 msgstr ""
1508 #: sequencer.c:795
1509 #, c-format
1510 msgid "Malformed options sheet: %s"
1511 msgstr ""
1513 #: sequencer.c:814
1514 msgid "a cherry-pick or revert is already in progress"
1515 msgstr ""
1517 #: sequencer.c:815
1518 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
1519 msgstr ""
1521 #: sequencer.c:819
1522 #, c-format
1523 msgid "Could not create sequencer directory %s"
1524 msgstr ""
1526 #: sequencer.c:835 sequencer.c:917
1527 #, c-format
1528 msgid "Error wrapping up %s."
1529 msgstr ""
1531 #: sequencer.c:854 sequencer.c:987
1532 msgid "no cherry-pick or revert in progress"
1533 msgstr ""
1535 #: sequencer.c:856
1536 msgid "cannot resolve HEAD"
1537 msgstr ""
1539 #: sequencer.c:858
1540 msgid "cannot abort from a branch yet to be born"
1541 msgstr ""
1543 #: sequencer.c:878 builtin/apply.c:4287
1544 #, c-format
1545 msgid "cannot open %s: %s"
1546 msgstr ""
1548 #: sequencer.c:881
1549 #, c-format
1550 msgid "cannot read %s: %s"
1551 msgstr ""
1553 #: sequencer.c:882
1554 msgid "unexpected end of file"
1555 msgstr ""
1557 #: sequencer.c:888
1558 #, c-format
1559 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
1560 msgstr ""
1562 #: sequencer.c:910
1563 #, c-format
1564 msgid "Could not format %s."
1565 msgstr ""
1567 #: sequencer.c:1055
1568 #, c-format
1569 msgid "%s: can't cherry-pick a %s"
1570 msgstr ""
1572 #: sequencer.c:1058
1573 #, c-format
1574 msgid "%s: bad revision"
1575 msgstr ""
1577 #: sequencer.c:1092
1578 msgid "Can't revert as initial commit"
1579 msgstr ""
1581 #: sequencer.c:1093
1582 msgid "Can't cherry-pick into empty head"
1583 msgstr ""
1585 #: setup.c:246
1586 #, c-format
1587 msgid "failed to read %s"
1588 msgstr ""
1590 #: sha1_file.c:1080
1591 msgid "offset before end of packfile (broken .idx?)"
1592 msgstr ""
1594 #: sha1_file.c:2459
1595 #, c-format
1596 msgid "offset before start of pack index for %s (corrupt index?)"
1597 msgstr ""
1599 #: sha1_file.c:2463
1600 #, c-format
1601 msgid "offset beyond end of pack index for %s (truncated index?)"
1602 msgstr ""
1604 #: sha1_name.c:462
1605 msgid ""
1606 "Git normally never creates a ref that ends with 40 hex characters\n"
1607 "because it will be ignored when you just specify 40-hex. These refs\n"
1608 "may be created by mistake. For example,\n"
1609 "\n"
1610 "  git checkout -b $br $(git rev-parse ...)\n"
1611 "\n"
1612 "where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
1613 "examine these refs and maybe delete them. Turn this message off by\n"
1614 "running \"git config advice.objectNameWarning false\""
1615 msgstr ""
1617 #: submodule.c:62 submodule.c:96
1618 msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
1619 msgstr ""
1621 #: submodule.c:66 submodule.c:100
1622 #, c-format
1623 msgid "Could not find section in .gitmodules where path=%s"
1624 msgstr ""
1626 #: submodule.c:74
1627 #, c-format
1628 msgid "Could not update .gitmodules entry %s"
1629 msgstr ""
1631 #: submodule.c:107
1632 #, c-format
1633 msgid "Could not remove .gitmodules entry for %s"
1634 msgstr ""
1636 #: submodule.c:118
1637 msgid "staging updated .gitmodules failed"
1638 msgstr ""
1640 #: trailer.c:237
1641 #, c-format
1642 msgid "running trailer command '%s' failed"
1643 msgstr ""
1645 #: trailer.c:492 trailer.c:496 trailer.c:500 trailer.c:554 trailer.c:558
1646 #: trailer.c:562
1647 #, c-format
1648 msgid "unknown value '%s' for key '%s'"
1649 msgstr ""
1651 #: trailer.c:544 trailer.c:549 builtin/remote.c:289
1652 #, c-format
1653 msgid "more than one %s"
1654 msgstr ""
1656 #: trailer.c:582
1657 #, c-format
1658 msgid "empty trailer token in trailer '%.*s'"
1659 msgstr ""
1661 #: trailer.c:702
1662 #, c-format
1663 msgid "could not read input file '%s'"
1664 msgstr ""
1666 #: trailer.c:705
1667 msgid "could not read from stdin"
1668 msgstr ""
1670 #: trailer.c:857 builtin/am.c:42
1671 #, c-format
1672 msgid "could not stat %s"
1673 msgstr ""
1675 #: trailer.c:859
1676 #, c-format
1677 msgid "file %s is not a regular file"
1678 msgstr ""
1680 #: trailer.c:861
1681 #, c-format
1682 msgid "file %s is not writable by user"
1683 msgstr ""
1685 #: trailer.c:873
1686 msgid "could not open temporary file"
1687 msgstr ""
1689 #: trailer.c:912
1690 #, c-format
1691 msgid "could not rename temporary file to %s"
1692 msgstr ""
1694 #: transport-helper.c:1041
1695 #, c-format
1696 msgid "Could not read ref %s"
1697 msgstr ""
1699 #: unpack-trees.c:203
1700 msgid "Checking out files"
1701 msgstr ""
1703 #: urlmatch.c:120
1704 msgid "invalid URL scheme name or missing '://' suffix"
1705 msgstr ""
1707 #: urlmatch.c:144 urlmatch.c:297 urlmatch.c:356
1708 #, c-format
1709 msgid "invalid %XX escape sequence"
1710 msgstr ""
1712 #: urlmatch.c:172
1713 msgid "missing host and scheme is not 'file:'"
1714 msgstr ""
1716 #: urlmatch.c:189
1717 msgid "a 'file:' URL may not have a port number"
1718 msgstr ""
1720 #: urlmatch.c:199
1721 msgid "invalid characters in host name"
1722 msgstr ""
1724 #: urlmatch.c:244 urlmatch.c:255
1725 msgid "invalid port number"
1726 msgstr ""
1728 #: urlmatch.c:322
1729 msgid "invalid '..' path segment"
1730 msgstr ""
1732 #: wrapper.c:222 wrapper.c:381
1733 #, c-format
1734 msgid "could not open '%s' for reading and writing"
1735 msgstr ""
1737 #: wrapper.c:224 wrapper.c:383
1738 #, c-format
1739 msgid "could not open '%s' for writing"
1740 msgstr ""
1742 #: wrapper.c:226 wrapper.c:385 builtin/am.c:323 builtin/commit.c:1691
1743 #: builtin/merge.c:1075 builtin/pull.c:387
1744 #, c-format
1745 msgid "could not open '%s' for reading"
1746 msgstr ""
1748 #: wrapper.c:611
1749 #, c-format
1750 msgid "unable to access '%s': %s"
1751 msgstr ""
1753 #: wrapper.c:632
1754 #, c-format
1755 msgid "unable to access '%s'"
1756 msgstr ""
1758 #: wrapper.c:640
1759 msgid "unable to get current working directory"
1760 msgstr ""
1762 #: wrapper.c:667
1763 #, c-format
1764 msgid "could not open %s for writing"
1765 msgstr ""
1767 #: wrapper.c:678 builtin/am.c:410
1768 #, c-format
1769 msgid "could not write to %s"
1770 msgstr ""
1772 #: wrapper.c:684
1773 #, c-format
1774 msgid "could not close %s"
1775 msgstr ""
1777 #: wt-status.c:149
1778 msgid "Unmerged paths:"
1779 msgstr ""
1781 #: wt-status.c:176 wt-status.c:203
1782 #, c-format
1783 msgid "  (use \"git reset %s <file>...\" to unstage)"
1784 msgstr ""
1786 #: wt-status.c:178 wt-status.c:205
1787 msgid "  (use \"git rm --cached <file>...\" to unstage)"
1788 msgstr ""
1790 #: wt-status.c:182
1791 msgid "  (use \"git add <file>...\" to mark resolution)"
1792 msgstr ""
1794 #: wt-status.c:184 wt-status.c:188
1795 msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
1796 msgstr ""
1798 #: wt-status.c:186
1799 msgid "  (use \"git rm <file>...\" to mark resolution)"
1800 msgstr ""
1802 #: wt-status.c:197 wt-status.c:880
1803 msgid "Changes to be committed:"
1804 msgstr ""
1806 #: wt-status.c:215 wt-status.c:889
1807 msgid "Changes not staged for commit:"
1808 msgstr ""
1810 #: wt-status.c:219
1811 msgid "  (use \"git add <file>...\" to update what will be committed)"
1812 msgstr ""
1814 #: wt-status.c:221
1815 msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
1816 msgstr ""
1818 #: wt-status.c:222
1819 msgid ""
1820 "  (use \"git checkout -- <file>...\" to discard changes in working directory)"
1821 msgstr ""
1823 #: wt-status.c:224
1824 msgid "  (commit or discard the untracked or modified content in submodules)"
1825 msgstr ""
1827 #: wt-status.c:236
1828 #, c-format
1829 msgid "  (use \"git %s <file>...\" to include in what will be committed)"
1830 msgstr ""
1832 #: wt-status.c:251
1833 msgid "both deleted:"
1834 msgstr ""
1836 #: wt-status.c:253
1837 msgid "added by us:"
1838 msgstr ""
1840 #: wt-status.c:255
1841 msgid "deleted by them:"
1842 msgstr ""
1844 #: wt-status.c:257
1845 msgid "added by them:"
1846 msgstr ""
1848 #: wt-status.c:259
1849 msgid "deleted by us:"
1850 msgstr ""
1852 #: wt-status.c:261
1853 msgid "both added:"
1854 msgstr ""
1856 #: wt-status.c:263
1857 msgid "both modified:"
1858 msgstr ""
1860 #: wt-status.c:265
1861 #, c-format
1862 msgid "bug: unhandled unmerged status %x"
1863 msgstr ""
1865 #: wt-status.c:273
1866 msgid "new file:"
1867 msgstr ""
1869 #: wt-status.c:275
1870 msgid "copied:"
1871 msgstr ""
1873 #: wt-status.c:277
1874 msgid "deleted:"
1875 msgstr ""
1877 #: wt-status.c:279
1878 msgid "modified:"
1879 msgstr ""
1881 #: wt-status.c:281
1882 msgid "renamed:"
1883 msgstr ""
1885 #: wt-status.c:283
1886 msgid "typechange:"
1887 msgstr ""
1889 #: wt-status.c:285
1890 msgid "unknown:"
1891 msgstr ""
1893 #: wt-status.c:287
1894 msgid "unmerged:"
1895 msgstr ""
1897 #: wt-status.c:369
1898 msgid "new commits, "
1899 msgstr ""
1901 #: wt-status.c:371
1902 msgid "modified content, "
1903 msgstr ""
1905 #: wt-status.c:373
1906 msgid "untracked content, "
1907 msgstr ""
1909 #: wt-status.c:390
1910 #, c-format
1911 msgid "bug: unhandled diff status %c"
1912 msgstr ""
1914 #: wt-status.c:754
1915 msgid "Submodules changed but not updated:"
1916 msgstr ""
1918 #: wt-status.c:756
1919 msgid "Submodule changes to be committed:"
1920 msgstr ""
1922 #: wt-status.c:837
1923 msgid ""
1924 "Do not touch the line above.\n"
1925 "Everything below will be removed."
1926 msgstr ""
1928 #: wt-status.c:948
1929 msgid "You have unmerged paths."
1930 msgstr ""
1932 #: wt-status.c:951
1933 msgid "  (fix conflicts and run \"git commit\")"
1934 msgstr ""
1936 #: wt-status.c:954
1937 msgid "All conflicts fixed but you are still merging."
1938 msgstr ""
1940 #: wt-status.c:957
1941 msgid "  (use \"git commit\" to conclude merge)"
1942 msgstr ""
1944 #: wt-status.c:967
1945 msgid "You are in the middle of an am session."
1946 msgstr ""
1948 #: wt-status.c:970
1949 msgid "The current patch is empty."
1950 msgstr ""
1952 #: wt-status.c:974
1953 msgid "  (fix conflicts and then run \"git am --continue\")"
1954 msgstr ""
1956 #: wt-status.c:976
1957 msgid "  (use \"git am --skip\" to skip this patch)"
1958 msgstr ""
1960 #: wt-status.c:978
1961 msgid "  (use \"git am --abort\" to restore the original branch)"
1962 msgstr ""
1964 #: wt-status.c:1105
1965 msgid "No commands done."
1966 msgstr ""
1968 #: wt-status.c:1108
1969 #, c-format
1970 msgid "Last command done (%d command done):"
1971 msgid_plural "Last commands done (%d commands done):"
1972 msgstr[0] ""
1973 msgstr[1] ""
1975 #: wt-status.c:1119
1976 #, c-format
1977 msgid "  (see more in file %s)"
1978 msgstr ""
1980 #: wt-status.c:1124
1981 msgid "No commands remaining."
1982 msgstr ""
1984 #: wt-status.c:1127
1985 #, c-format
1986 msgid "Next command to do (%d remaining command):"
1987 msgid_plural "Next commands to do (%d remaining commands):"
1988 msgstr[0] ""
1989 msgstr[1] ""
1991 #: wt-status.c:1135
1992 msgid "  (use \"git rebase --edit-todo\" to view and edit)"
1993 msgstr ""
1995 #: wt-status.c:1148
1996 #, c-format
1997 msgid "You are currently rebasing branch '%s' on '%s'."
1998 msgstr ""
2000 #: wt-status.c:1153
2001 msgid "You are currently rebasing."
2002 msgstr ""
2004 #: wt-status.c:1167
2005 msgid "  (fix conflicts and then run \"git rebase --continue\")"
2006 msgstr ""
2008 #: wt-status.c:1169
2009 msgid "  (use \"git rebase --skip\" to skip this patch)"
2010 msgstr ""
2012 #: wt-status.c:1171
2013 msgid "  (use \"git rebase --abort\" to check out the original branch)"
2014 msgstr ""
2016 #: wt-status.c:1177
2017 msgid "  (all conflicts fixed: run \"git rebase --continue\")"
2018 msgstr ""
2020 #: wt-status.c:1181
2021 #, c-format
2022 msgid ""
2023 "You are currently splitting a commit while rebasing branch '%s' on '%s'."
2024 msgstr ""
2026 #: wt-status.c:1186
2027 msgid "You are currently splitting a commit during a rebase."
2028 msgstr ""
2030 #: wt-status.c:1189
2031 msgid "  (Once your working directory is clean, run \"git rebase --continue\")"
2032 msgstr ""
2034 #: wt-status.c:1193
2035 #, c-format
2036 msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
2037 msgstr ""
2039 #: wt-status.c:1198
2040 msgid "You are currently editing a commit during a rebase."
2041 msgstr ""
2043 #: wt-status.c:1201
2044 msgid "  (use \"git commit --amend\" to amend the current commit)"
2045 msgstr ""
2047 #: wt-status.c:1203
2048 msgid ""
2049 "  (use \"git rebase --continue\" once you are satisfied with your changes)"
2050 msgstr ""
2052 #: wt-status.c:1213
2053 #, c-format
2054 msgid "You are currently cherry-picking commit %s."
2055 msgstr ""
2057 #: wt-status.c:1218
2058 msgid "  (fix conflicts and run \"git cherry-pick --continue\")"
2059 msgstr ""
2061 #: wt-status.c:1221
2062 msgid "  (all conflicts fixed: run \"git cherry-pick --continue\")"
2063 msgstr ""
2065 #: wt-status.c:1223
2066 msgid "  (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
2067 msgstr ""
2069 #: wt-status.c:1232
2070 #, c-format
2071 msgid "You are currently reverting commit %s."
2072 msgstr ""
2074 #: wt-status.c:1237
2075 msgid "  (fix conflicts and run \"git revert --continue\")"
2076 msgstr ""
2078 #: wt-status.c:1240
2079 msgid "  (all conflicts fixed: run \"git revert --continue\")"
2080 msgstr ""
2082 #: wt-status.c:1242
2083 msgid "  (use \"git revert --abort\" to cancel the revert operation)"
2084 msgstr ""
2086 #: wt-status.c:1253
2087 #, c-format
2088 msgid "You are currently bisecting, started from branch '%s'."
2089 msgstr ""
2091 #: wt-status.c:1257
2092 msgid "You are currently bisecting."
2093 msgstr ""
2095 #: wt-status.c:1260
2096 msgid "  (use \"git bisect reset\" to get back to the original branch)"
2097 msgstr ""
2099 #: wt-status.c:1438
2100 msgid "On branch "
2101 msgstr ""
2103 #: wt-status.c:1444
2104 msgid "interactive rebase in progress; onto "
2105 msgstr ""
2107 #: wt-status.c:1446
2108 msgid "rebase in progress; onto "
2109 msgstr ""
2111 #: wt-status.c:1451
2112 msgid "HEAD detached at "
2113 msgstr ""
2115 #: wt-status.c:1453
2116 msgid "HEAD detached from "
2117 msgstr ""
2119 #: wt-status.c:1456
2120 msgid "Not currently on any branch."
2121 msgstr ""
2123 #: wt-status.c:1474
2124 msgid "Initial commit"
2125 msgstr ""
2127 #: wt-status.c:1488
2128 msgid "Untracked files"
2129 msgstr ""
2131 #: wt-status.c:1490
2132 msgid "Ignored files"
2133 msgstr ""
2135 #: wt-status.c:1494
2136 #, c-format
2137 msgid ""
2138 "It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
2139 "may speed it up, but you have to be careful not to forget to add\n"
2140 "new files yourself (see 'git help status')."
2141 msgstr ""
2143 #: wt-status.c:1500
2144 #, c-format
2145 msgid "Untracked files not listed%s"
2146 msgstr ""
2148 #: wt-status.c:1502
2149 msgid " (use -u option to show untracked files)"
2150 msgstr ""
2152 #: wt-status.c:1508
2153 msgid "No changes"
2154 msgstr ""
2156 #: wt-status.c:1513
2157 #, c-format
2158 msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
2159 msgstr ""
2161 #: wt-status.c:1516
2162 #, c-format
2163 msgid "no changes added to commit\n"
2164 msgstr ""
2166 #: wt-status.c:1519
2167 #, c-format
2168 msgid ""
2169 "nothing added to commit but untracked files present (use \"git add\" to "
2170 "track)\n"
2171 msgstr ""
2173 #: wt-status.c:1522
2174 #, c-format
2175 msgid "nothing added to commit but untracked files present\n"
2176 msgstr ""
2178 #: wt-status.c:1525
2179 #, c-format
2180 msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
2181 msgstr ""
2183 #: wt-status.c:1528 wt-status.c:1533
2184 #, c-format
2185 msgid "nothing to commit\n"
2186 msgstr ""
2188 #: wt-status.c:1531
2189 #, c-format
2190 msgid "nothing to commit (use -u to show untracked files)\n"
2191 msgstr ""
2193 #: wt-status.c:1535
2194 #, c-format
2195 msgid "nothing to commit, working directory clean\n"
2196 msgstr ""
2198 #: wt-status.c:1642
2199 msgid "Initial commit on "
2200 msgstr ""
2202 #: wt-status.c:1646
2203 msgid "HEAD (no branch)"
2204 msgstr ""
2206 #: wt-status.c:1675
2207 msgid "gone"
2208 msgstr ""
2210 #: wt-status.c:1677 wt-status.c:1685
2211 msgid "behind "
2212 msgstr ""
2214 #: wt-status.c:1680 wt-status.c:1683
2215 msgid "ahead "
2216 msgstr ""
2218 #: compat/precompose_utf8.c:57 builtin/clone.c:413
2219 #, c-format
2220 msgid "failed to unlink '%s'"
2221 msgstr ""
2223 #: builtin/add.c:22
2224 msgid "git add [<options>] [--] <pathspec>..."
2225 msgstr ""
2227 #: builtin/add.c:65
2228 #, c-format
2229 msgid "unexpected diff status %c"
2230 msgstr ""
2232 #: builtin/add.c:70 builtin/commit.c:278
2233 msgid "updating files failed"
2234 msgstr ""
2236 #: builtin/add.c:80
2237 #, c-format
2238 msgid "remove '%s'\n"
2239 msgstr ""
2241 #: builtin/add.c:134
2242 msgid "Unstaged changes after refreshing the index:"
2243 msgstr ""
2245 #: builtin/add.c:194 builtin/rev-parse.c:797
2246 msgid "Could not read the index"
2247 msgstr ""
2249 #: builtin/add.c:205
2250 #, c-format
2251 msgid "Could not open '%s' for writing."
2252 msgstr ""
2254 #: builtin/add.c:209
2255 msgid "Could not write patch"
2256 msgstr ""
2258 #: builtin/add.c:212
2259 msgid "editing patch failed"
2260 msgstr ""
2262 #: builtin/add.c:215
2263 #, c-format
2264 msgid "Could not stat '%s'"
2265 msgstr ""
2267 #: builtin/add.c:217
2268 msgid "Empty patch. Aborted."
2269 msgstr ""
2271 #: builtin/add.c:222
2272 #, c-format
2273 msgid "Could not apply '%s'"
2274 msgstr ""
2276 #: builtin/add.c:232
2277 msgid "The following paths are ignored by one of your .gitignore files:\n"
2278 msgstr ""
2280 #: builtin/add.c:249 builtin/clean.c:870 builtin/fetch.c:112 builtin/mv.c:111
2281 #: builtin/prune-packed.c:55 builtin/pull.c:189 builtin/push.c:511
2282 #: builtin/remote.c:1330 builtin/rm.c:268 builtin/send-pack.c:162
2283 msgid "dry run"
2284 msgstr ""
2286 #: builtin/add.c:250 builtin/apply.c:4561 builtin/check-ignore.c:19
2287 #: builtin/commit.c:1322 builtin/count-objects.c:85 builtin/fsck.c:558
2288 #: builtin/log.c:1651 builtin/mv.c:110 builtin/read-tree.c:114
2289 msgid "be verbose"
2290 msgstr ""
2292 #: builtin/add.c:252
2293 msgid "interactive picking"
2294 msgstr ""
2296 #: builtin/add.c:253 builtin/checkout.c:1155 builtin/reset.c:286
2297 msgid "select hunks interactively"
2298 msgstr ""
2300 #: builtin/add.c:254
2301 msgid "edit current diff and apply"
2302 msgstr ""
2304 #: builtin/add.c:255
2305 msgid "allow adding otherwise ignored files"
2306 msgstr ""
2308 #: builtin/add.c:256
2309 msgid "update tracked files"
2310 msgstr ""
2312 #: builtin/add.c:257
2313 msgid "record only the fact that the path will be added later"
2314 msgstr ""
2316 #: builtin/add.c:258
2317 msgid "add changes from all tracked and untracked files"
2318 msgstr ""
2320 #: builtin/add.c:261
2321 msgid "ignore paths removed in the working tree (same as --no-all)"
2322 msgstr ""
2324 #: builtin/add.c:263
2325 msgid "don't add, only refresh the index"
2326 msgstr ""
2328 #: builtin/add.c:264
2329 msgid "just skip files which cannot be added because of errors"
2330 msgstr ""
2332 #: builtin/add.c:265
2333 msgid "check if - even missing - files are ignored in dry run"
2334 msgstr ""
2336 #: builtin/add.c:287
2337 #, c-format
2338 msgid "Use -f if you really want to add them.\n"
2339 msgstr ""
2341 #: builtin/add.c:294
2342 msgid "adding files failed"
2343 msgstr ""
2345 #: builtin/add.c:330
2346 msgid "-A and -u are mutually incompatible"
2347 msgstr ""
2349 #: builtin/add.c:337
2350 msgid "Option --ignore-missing can only be used together with --dry-run"
2351 msgstr ""
2353 #: builtin/add.c:352
2354 #, c-format
2355 msgid "Nothing specified, nothing added.\n"
2356 msgstr ""
2358 #: builtin/add.c:353
2359 #, c-format
2360 msgid "Maybe you wanted to say 'git add .'?\n"
2361 msgstr ""
2363 #: builtin/add.c:358 builtin/check-ignore.c:172 builtin/clean.c:914
2364 #: builtin/commit.c:337 builtin/mv.c:131 builtin/reset.c:235 builtin/rm.c:298
2365 #: builtin/submodule--helper.c:35
2366 msgid "index file corrupt"
2367 msgstr ""
2369 #: builtin/add.c:439 builtin/apply.c:4659 builtin/mv.c:280 builtin/rm.c:430
2370 msgid "Unable to write new index file"
2371 msgstr ""
2373 #: builtin/am.c:256 builtin/commit.c:738 builtin/merge.c:1078
2374 #, c-format
2375 msgid "could not read '%s'"
2376 msgstr ""
2378 #: builtin/am.c:430
2379 msgid "could not parse author script"
2380 msgstr ""
2382 #: builtin/am.c:507
2383 #, c-format
2384 msgid "'%s' was deleted by the applypatch-msg hook"
2385 msgstr ""
2387 #: builtin/am.c:548 builtin/notes.c:300
2388 #, c-format
2389 msgid "Malformed input line: '%s'."
2390 msgstr ""
2392 #: builtin/am.c:585 builtin/notes.c:315
2393 #, c-format
2394 msgid "Failed to copy notes from '%s' to '%s'"
2395 msgstr ""
2397 #: builtin/am.c:611
2398 msgid "fseek failed"
2399 msgstr ""
2401 #: builtin/am.c:772 builtin/am.c:860
2402 #, c-format
2403 msgid "could not open '%s' for reading: %s"
2404 msgstr ""
2406 #: builtin/am.c:779
2407 #, c-format
2408 msgid "could not open '%s' for writing: %s"
2409 msgstr ""
2411 #: builtin/am.c:788
2412 #, c-format
2413 msgid "could not parse patch '%s'"
2414 msgstr ""
2416 #: builtin/am.c:853
2417 msgid "Only one StGIT patch series can be applied at once"
2418 msgstr ""
2420 #: builtin/am.c:901
2421 msgid "invalid timestamp"
2422 msgstr ""
2424 #: builtin/am.c:904 builtin/am.c:912
2425 msgid "invalid Date line"
2426 msgstr ""
2428 #: builtin/am.c:909
2429 msgid "invalid timezone offset"
2430 msgstr ""
2432 #: builtin/am.c:996
2433 msgid "Patch format detection failed."
2434 msgstr ""
2436 #: builtin/am.c:1001 builtin/clone.c:378
2437 #, c-format
2438 msgid "failed to create directory '%s'"
2439 msgstr ""
2441 #: builtin/am.c:1005
2442 msgid "Failed to split patches."
2443 msgstr ""
2445 #: builtin/am.c:1137 builtin/commit.c:363
2446 msgid "unable to write index file"
2447 msgstr ""
2449 #: builtin/am.c:1188
2450 #, c-format
2451 msgid "When you have resolved this problem, run \"%s --continue\"."
2452 msgstr ""
2454 #: builtin/am.c:1189
2455 #, c-format
2456 msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
2457 msgstr ""
2459 #: builtin/am.c:1190
2460 #, c-format
2461 msgid "To restore the original branch and stop patching, run \"%s --abort\"."
2462 msgstr ""
2464 #: builtin/am.c:1328
2465 msgid "Patch is empty. Was it split wrong?"
2466 msgstr ""
2468 #: builtin/am.c:1402 builtin/log.c:1350
2469 #, c-format
2470 msgid "invalid ident line: %s"
2471 msgstr ""
2473 #: builtin/am.c:1429
2474 #, c-format
2475 msgid "unable to parse commit %s"
2476 msgstr ""
2478 #: builtin/am.c:1631
2479 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
2480 msgstr ""
2482 #: builtin/am.c:1633
2483 msgid "Using index info to reconstruct a base tree..."
2484 msgstr ""
2486 #: builtin/am.c:1652
2487 msgid ""
2488 "Did you hand edit your patch?\n"
2489 "It does not apply to blobs recorded in its index."
2490 msgstr ""
2492 #: builtin/am.c:1658
2493 msgid "Falling back to patching base and 3-way merge..."
2494 msgstr ""
2496 #: builtin/am.c:1673
2497 msgid "Failed to merge in the changes."
2498 msgstr ""
2500 #: builtin/am.c:1697 builtin/merge.c:633
2501 msgid "git write-tree failed to write a tree"
2502 msgstr ""
2504 #: builtin/am.c:1704
2505 msgid "applying to an empty history"
2506 msgstr ""
2508 #: builtin/am.c:1717 builtin/commit.c:1755 builtin/merge.c:830
2509 #: builtin/merge.c:855
2510 msgid "failed to write commit object"
2511 msgstr ""
2513 #: builtin/am.c:1749 builtin/am.c:1753
2514 #, c-format
2515 msgid "cannot resume: %s does not exist."
2516 msgstr ""
2518 #: builtin/am.c:1769
2519 msgid "cannot be interactive without stdin connected to a terminal."
2520 msgstr ""
2522 #: builtin/am.c:1774
2523 msgid "Commit Body is:"
2524 msgstr ""
2526 #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
2527 #. in your translation. The program will only accept English
2528 #. input at this point.
2530 #: builtin/am.c:1784
2531 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
2532 msgstr ""
2534 #: builtin/am.c:1834
2535 #, c-format
2536 msgid "Dirty index: cannot apply patches (dirty: %s)"
2537 msgstr ""
2539 #: builtin/am.c:1869 builtin/am.c:1941
2540 #, c-format
2541 msgid "Applying: %.*s"
2542 msgstr ""
2544 #: builtin/am.c:1885
2545 msgid "No changes -- Patch already applied."
2546 msgstr ""
2548 #: builtin/am.c:1893
2549 #, c-format
2550 msgid "Patch failed at %s %.*s"
2551 msgstr ""
2553 #: builtin/am.c:1899
2554 #, c-format
2555 msgid "The copy of the patch that failed is found in: %s"
2556 msgstr ""
2558 #: builtin/am.c:1944
2559 msgid ""
2560 "No changes - did you forget to use 'git add'?\n"
2561 "If there is nothing left to stage, chances are that something else\n"
2562 "already introduced the same changes; you might want to skip this patch."
2563 msgstr ""
2565 #: builtin/am.c:1951
2566 msgid ""
2567 "You still have unmerged paths in your index.\n"
2568 "Did you forget to use 'git add'?"
2569 msgstr ""
2571 #: builtin/am.c:2059 builtin/am.c:2063 builtin/am.c:2075 builtin/reset.c:308
2572 #: builtin/reset.c:316
2573 #, c-format
2574 msgid "Could not parse object '%s'."
2575 msgstr ""
2577 #: builtin/am.c:2111
2578 msgid "failed to clean index"
2579 msgstr ""
2581 #: builtin/am.c:2145
2582 msgid ""
2583 "You seem to have moved HEAD since the last 'am' failure.\n"
2584 "Not rewinding to ORIG_HEAD"
2585 msgstr ""
2587 #: builtin/am.c:2206
2588 #, c-format
2589 msgid "Invalid value for --patch-format: %s"
2590 msgstr ""
2592 #: builtin/am.c:2239
2593 msgid "git am [<options>] [(<mbox>|<Maildir>)...]"
2594 msgstr ""
2596 #: builtin/am.c:2240
2597 msgid "git am [<options>] (--continue | --skip | --abort)"
2598 msgstr ""
2600 #: builtin/am.c:2246
2601 msgid "run interactively"
2602 msgstr ""
2604 #: builtin/am.c:2248
2605 msgid "historical option -- no-op"
2606 msgstr ""
2608 #: builtin/am.c:2250
2609 msgid "allow fall back on 3way merging if needed"
2610 msgstr ""
2612 #: builtin/am.c:2251 builtin/init-db.c:474 builtin/prune-packed.c:57
2613 #: builtin/repack.c:171
2614 msgid "be quiet"
2615 msgstr ""
2617 #: builtin/am.c:2253
2618 msgid "add a Signed-off-by line to the commit message"
2619 msgstr ""
2621 #: builtin/am.c:2256
2622 msgid "recode into utf8 (default)"
2623 msgstr ""
2625 #: builtin/am.c:2258
2626 msgid "pass -k flag to git-mailinfo"
2627 msgstr ""
2629 #: builtin/am.c:2260
2630 msgid "pass -b flag to git-mailinfo"
2631 msgstr ""
2633 #: builtin/am.c:2262
2634 msgid "pass -m flag to git-mailinfo"
2635 msgstr ""
2637 #: builtin/am.c:2264
2638 msgid "pass --keep-cr flag to git-mailsplit for mbox format"
2639 msgstr ""
2641 #: builtin/am.c:2267
2642 msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
2643 msgstr ""
2645 #: builtin/am.c:2270
2646 msgid "strip everything before a scissors line"
2647 msgstr ""
2649 #: builtin/am.c:2271 builtin/apply.c:4544
2650 msgid "action"
2651 msgstr ""
2653 #: builtin/am.c:2272 builtin/am.c:2275 builtin/am.c:2278 builtin/am.c:2281
2654 #: builtin/am.c:2284 builtin/am.c:2287 builtin/am.c:2290 builtin/am.c:2293
2655 #: builtin/am.c:2299
2656 msgid "pass it through git-apply"
2657 msgstr ""
2659 #: builtin/am.c:2280 builtin/apply.c:4568
2660 msgid "root"
2661 msgstr ""
2663 #: builtin/am.c:2283 builtin/am.c:2286 builtin/apply.c:4506
2664 #: builtin/apply.c:4509 builtin/clone.c:86 builtin/fetch.c:95
2665 #: builtin/pull.c:171 builtin/submodule--helper.c:72
2666 #: builtin/submodule--helper.c:160 builtin/submodule--helper.c:163
2667 msgid "path"
2668 msgstr ""
2670 #: builtin/am.c:2289 builtin/fmt-merge-msg.c:666 builtin/fmt-merge-msg.c:669
2671 #: builtin/grep.c:704 builtin/merge.c:198 builtin/pull.c:131
2672 #: builtin/pull.c:185 builtin/repack.c:178 builtin/repack.c:182
2673 #: builtin/show-branch.c:645 builtin/show-ref.c:175 builtin/tag.c:340
2674 #: parse-options.h:132 parse-options.h:134 parse-options.h:244
2675 msgid "n"
2676 msgstr ""
2678 #: builtin/am.c:2292 builtin/apply.c:4512
2679 msgid "num"
2680 msgstr ""
2682 #: builtin/am.c:2295 builtin/for-each-ref.c:37 builtin/replace.c:438
2683 #: builtin/tag.c:372
2684 msgid "format"
2685 msgstr ""
2687 #: builtin/am.c:2296
2688 msgid "format the patch(es) are in"
2689 msgstr ""
2691 #: builtin/am.c:2302
2692 msgid "override error message when patch failure occurs"
2693 msgstr ""
2695 #: builtin/am.c:2304
2696 msgid "continue applying patches after resolving a conflict"
2697 msgstr ""
2699 #: builtin/am.c:2307
2700 msgid "synonyms for --continue"
2701 msgstr ""
2703 #: builtin/am.c:2310
2704 msgid "skip the current patch"
2705 msgstr ""
2707 #: builtin/am.c:2313
2708 msgid "restore the original branch and abort the patching operation."
2709 msgstr ""
2711 #: builtin/am.c:2317
2712 msgid "lie about committer date"
2713 msgstr ""
2715 #: builtin/am.c:2319
2716 msgid "use current timestamp for author date"
2717 msgstr ""
2719 #: builtin/am.c:2321 builtin/commit.c:1593 builtin/merge.c:225
2720 #: builtin/pull.c:159 builtin/revert.c:92 builtin/tag.c:355
2721 msgid "key-id"
2722 msgstr ""
2724 #: builtin/am.c:2322
2725 msgid "GPG-sign commits"
2726 msgstr ""
2728 #: builtin/am.c:2325
2729 msgid "(internal use for git-rebase)"
2730 msgstr ""
2732 #: builtin/am.c:2340
2733 msgid ""
2734 "The -b/--binary option has been a no-op for long time, and\n"
2735 "it will be removed. Please do not use it anymore."
2736 msgstr ""
2738 #: builtin/am.c:2347
2739 msgid "failed to read the index"
2740 msgstr ""
2742 #: builtin/am.c:2362
2743 #, c-format
2744 msgid "previous rebase directory %s still exists but mbox given."
2745 msgstr ""
2747 #: builtin/am.c:2386
2748 #, c-format
2749 msgid ""
2750 "Stray %s directory found.\n"
2751 "Use \"git am --abort\" to remove it."
2752 msgstr ""
2754 #: builtin/am.c:2392
2755 msgid "Resolve operation not in progress, we are not resuming."
2756 msgstr ""
2758 #: builtin/apply.c:59
2759 msgid "git apply [<options>] [<patch>...]"
2760 msgstr ""
2762 #: builtin/apply.c:111
2763 #, c-format
2764 msgid "unrecognized whitespace option '%s'"
2765 msgstr ""
2767 #: builtin/apply.c:126
2768 #, c-format
2769 msgid "unrecognized whitespace ignore option '%s'"
2770 msgstr ""
2772 #: builtin/apply.c:818
2773 #, c-format
2774 msgid "Cannot prepare timestamp regexp %s"
2775 msgstr ""
2777 #: builtin/apply.c:827
2778 #, c-format
2779 msgid "regexec returned %d for input: %s"
2780 msgstr ""
2782 #: builtin/apply.c:908
2783 #, c-format
2784 msgid "unable to find filename in patch at line %d"
2785 msgstr ""
2787 #: builtin/apply.c:940
2788 #, c-format
2789 msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
2790 msgstr ""
2792 #: builtin/apply.c:944
2793 #, c-format
2794 msgid "git apply: bad git-diff - inconsistent new filename on line %d"
2795 msgstr ""
2797 #: builtin/apply.c:945
2798 #, c-format
2799 msgid "git apply: bad git-diff - inconsistent old filename on line %d"
2800 msgstr ""
2802 #: builtin/apply.c:952
2803 #, c-format
2804 msgid "git apply: bad git-diff - expected /dev/null on line %d"
2805 msgstr ""
2807 #: builtin/apply.c:1415
2808 #, c-format
2809 msgid "recount: unexpected line: %.*s"
2810 msgstr ""
2812 #: builtin/apply.c:1472
2813 #, c-format
2814 msgid "patch fragment without header at line %d: %.*s"
2815 msgstr ""
2817 #: builtin/apply.c:1489
2818 #, c-format
2819 msgid ""
2820 "git diff header lacks filename information when removing %d leading pathname "
2821 "component (line %d)"
2822 msgid_plural ""
2823 "git diff header lacks filename information when removing %d leading pathname "
2824 "components (line %d)"
2825 msgstr[0] ""
2826 msgstr[1] ""
2828 #: builtin/apply.c:1655
2829 msgid "new file depends on old contents"
2830 msgstr ""
2832 #: builtin/apply.c:1657
2833 msgid "deleted file still has contents"
2834 msgstr ""
2836 #: builtin/apply.c:1683
2837 #, c-format
2838 msgid "corrupt patch at line %d"
2839 msgstr ""
2841 #: builtin/apply.c:1719
2842 #, c-format
2843 msgid "new file %s depends on old contents"
2844 msgstr ""
2846 #: builtin/apply.c:1721
2847 #, c-format
2848 msgid "deleted file %s still has contents"
2849 msgstr ""
2851 #: builtin/apply.c:1724
2852 #, c-format
2853 msgid "** warning: file %s becomes empty but is not deleted"
2854 msgstr ""
2856 #: builtin/apply.c:1870
2857 #, c-format
2858 msgid "corrupt binary patch at line %d: %.*s"
2859 msgstr ""
2861 #: builtin/apply.c:1899
2862 #, c-format
2863 msgid "unrecognized binary patch at line %d"
2864 msgstr ""
2866 #: builtin/apply.c:2050
2867 #, c-format
2868 msgid "patch with only garbage at line %d"
2869 msgstr ""
2871 #: builtin/apply.c:2140
2872 #, c-format
2873 msgid "unable to read symlink %s"
2874 msgstr ""
2876 #: builtin/apply.c:2144
2877 #, c-format
2878 msgid "unable to open or read %s"
2879 msgstr ""
2881 #: builtin/apply.c:2777
2882 #, c-format
2883 msgid "invalid start of line: '%c'"
2884 msgstr ""
2886 #: builtin/apply.c:2896
2887 #, c-format
2888 msgid "Hunk #%d succeeded at %d (offset %d line)."
2889 msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
2890 msgstr[0] ""
2891 msgstr[1] ""
2893 #: builtin/apply.c:2908
2894 #, c-format
2895 msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
2896 msgstr ""
2898 #: builtin/apply.c:2914
2899 #, c-format
2900 msgid ""
2901 "while searching for:\n"
2902 "%.*s"
2903 msgstr ""
2905 #: builtin/apply.c:2934
2906 #, c-format
2907 msgid "missing binary patch data for '%s'"
2908 msgstr ""
2910 #: builtin/apply.c:3035
2911 #, c-format
2912 msgid "binary patch does not apply to '%s'"
2913 msgstr ""
2915 #: builtin/apply.c:3041
2916 #, c-format
2917 msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
2918 msgstr ""
2920 #: builtin/apply.c:3062
2921 #, c-format
2922 msgid "patch failed: %s:%ld"
2923 msgstr ""
2925 #: builtin/apply.c:3186
2926 #, c-format
2927 msgid "cannot checkout %s"
2928 msgstr ""
2930 #: builtin/apply.c:3231 builtin/apply.c:3242 builtin/apply.c:3287
2931 #, c-format
2932 msgid "read of %s failed"
2933 msgstr ""
2935 #: builtin/apply.c:3239
2936 #, c-format
2937 msgid "reading from '%s' beyond a symbolic link"
2938 msgstr ""
2940 #: builtin/apply.c:3267 builtin/apply.c:3489
2941 #, c-format
2942 msgid "path %s has been renamed/deleted"
2943 msgstr ""
2945 #: builtin/apply.c:3348 builtin/apply.c:3503
2946 #, c-format
2947 msgid "%s: does not exist in index"
2948 msgstr ""
2950 #: builtin/apply.c:3352 builtin/apply.c:3495 builtin/apply.c:3517
2951 #, c-format
2952 msgid "%s: %s"
2953 msgstr ""
2955 #: builtin/apply.c:3357 builtin/apply.c:3511
2956 #, c-format
2957 msgid "%s: does not match index"
2958 msgstr ""
2960 #: builtin/apply.c:3459
2961 msgid "removal patch leaves file contents"
2962 msgstr ""
2964 #: builtin/apply.c:3528
2965 #, c-format
2966 msgid "%s: wrong type"
2967 msgstr ""
2969 #: builtin/apply.c:3530
2970 #, c-format
2971 msgid "%s has type %o, expected %o"
2972 msgstr ""
2974 #: builtin/apply.c:3689 builtin/apply.c:3691
2975 #, c-format
2976 msgid "invalid path '%s'"
2977 msgstr ""
2979 #: builtin/apply.c:3746
2980 #, c-format
2981 msgid "%s: already exists in index"
2982 msgstr ""
2984 #: builtin/apply.c:3749
2985 #, c-format
2986 msgid "%s: already exists in working directory"
2987 msgstr ""
2989 #: builtin/apply.c:3769
2990 #, c-format
2991 msgid "new mode (%o) of %s does not match old mode (%o)"
2992 msgstr ""
2994 #: builtin/apply.c:3774
2995 #, c-format
2996 msgid "new mode (%o) of %s does not match old mode (%o) of %s"
2997 msgstr ""
2999 #: builtin/apply.c:3794
3000 #, c-format
3001 msgid "affected file '%s' is beyond a symbolic link"
3002 msgstr ""
3004 #: builtin/apply.c:3798
3005 #, c-format
3006 msgid "%s: patch does not apply"
3007 msgstr ""
3009 #: builtin/apply.c:3812
3010 #, c-format
3011 msgid "Checking patch %s..."
3012 msgstr ""
3014 #: builtin/apply.c:3905 builtin/checkout.c:233 builtin/reset.c:135
3015 #, c-format
3016 msgid "make_cache_entry failed for path '%s'"
3017 msgstr ""
3019 #: builtin/apply.c:4048
3020 #, c-format
3021 msgid "unable to remove %s from index"
3022 msgstr ""
3024 #: builtin/apply.c:4077
3025 #, c-format
3026 msgid "corrupt patch for submodule %s"
3027 msgstr ""
3029 #: builtin/apply.c:4081
3030 #, c-format
3031 msgid "unable to stat newly created file '%s'"
3032 msgstr ""
3034 #: builtin/apply.c:4086
3035 #, c-format
3036 msgid "unable to create backing store for newly created file %s"
3037 msgstr ""
3039 #: builtin/apply.c:4089 builtin/apply.c:4197
3040 #, c-format
3041 msgid "unable to add cache entry for %s"
3042 msgstr ""
3044 #: builtin/apply.c:4122
3045 #, c-format
3046 msgid "closing file '%s'"
3047 msgstr ""
3049 #: builtin/apply.c:4171
3050 #, c-format
3051 msgid "unable to write file '%s' mode %o"
3052 msgstr ""
3054 #: builtin/apply.c:4258
3055 #, c-format
3056 msgid "Applied patch %s cleanly."
3057 msgstr ""
3059 #: builtin/apply.c:4266
3060 msgid "internal error"
3061 msgstr ""
3063 #: builtin/apply.c:4269
3064 #, c-format
3065 msgid "Applying patch %%s with %d reject..."
3066 msgid_plural "Applying patch %%s with %d rejects..."
3067 msgstr[0] ""
3068 msgstr[1] ""
3070 #: builtin/apply.c:4279
3071 #, c-format
3072 msgid "truncating .rej filename to %.*s.rej"
3073 msgstr ""
3075 #: builtin/apply.c:4300
3076 #, c-format
3077 msgid "Hunk #%d applied cleanly."
3078 msgstr ""
3080 #: builtin/apply.c:4303
3081 #, c-format
3082 msgid "Rejected hunk #%d."
3083 msgstr ""
3085 #: builtin/apply.c:4393
3086 msgid "unrecognized input"
3087 msgstr ""
3089 #: builtin/apply.c:4404
3090 msgid "unable to read index file"
3091 msgstr ""
3093 #: builtin/apply.c:4507
3094 msgid "don't apply changes matching the given path"
3095 msgstr ""
3097 #: builtin/apply.c:4510
3098 msgid "apply changes matching the given path"
3099 msgstr ""
3101 #: builtin/apply.c:4513
3102 msgid "remove <num> leading slashes from traditional diff paths"
3103 msgstr ""
3105 #: builtin/apply.c:4516
3106 msgid "ignore additions made by the patch"
3107 msgstr ""
3109 #: builtin/apply.c:4518
3110 msgid "instead of applying the patch, output diffstat for the input"
3111 msgstr ""
3113 #: builtin/apply.c:4522
3114 msgid "show number of added and deleted lines in decimal notation"
3115 msgstr ""
3117 #: builtin/apply.c:4524
3118 msgid "instead of applying the patch, output a summary for the input"
3119 msgstr ""
3121 #: builtin/apply.c:4526
3122 msgid "instead of applying the patch, see if the patch is applicable"
3123 msgstr ""
3125 #: builtin/apply.c:4528
3126 msgid "make sure the patch is applicable to the current index"
3127 msgstr ""
3129 #: builtin/apply.c:4530
3130 msgid "apply a patch without touching the working tree"
3131 msgstr ""
3133 #: builtin/apply.c:4532
3134 msgid "accept a patch that touches outside the working area"
3135 msgstr ""
3137 #: builtin/apply.c:4534
3138 msgid "also apply the patch (use with --stat/--summary/--check)"
3139 msgstr ""
3141 #: builtin/apply.c:4536
3142 msgid "attempt three-way merge if a patch does not apply"
3143 msgstr ""
3145 #: builtin/apply.c:4538
3146 msgid "build a temporary index based on embedded index information"
3147 msgstr ""
3149 #: builtin/apply.c:4541 builtin/checkout-index.c:169 builtin/ls-files.c:425
3150 msgid "paths are separated with NUL character"
3151 msgstr ""
3153 #: builtin/apply.c:4543
3154 msgid "ensure at least <n> lines of context match"
3155 msgstr ""
3157 #: builtin/apply.c:4545
3158 msgid "detect new or modified lines that have whitespace errors"
3159 msgstr ""
3161 #: builtin/apply.c:4548 builtin/apply.c:4551
3162 msgid "ignore changes in whitespace when finding context"
3163 msgstr ""
3165 #: builtin/apply.c:4554
3166 msgid "apply the patch in reverse"
3167 msgstr ""
3169 #: builtin/apply.c:4556
3170 msgid "don't expect at least one line of context"
3171 msgstr ""
3173 #: builtin/apply.c:4558
3174 msgid "leave the rejected hunks in corresponding *.rej files"
3175 msgstr ""
3177 #: builtin/apply.c:4560
3178 msgid "allow overlapping hunks"
3179 msgstr ""
3181 #: builtin/apply.c:4563
3182 msgid "tolerate incorrectly detected missing new-line at the end of file"
3183 msgstr ""
3185 #: builtin/apply.c:4566
3186 msgid "do not trust the line counts in the hunk headers"
3187 msgstr ""
3189 #: builtin/apply.c:4569
3190 msgid "prepend <root> to all filenames"
3191 msgstr ""
3193 #: builtin/apply.c:4591
3194 msgid "--3way outside a repository"
3195 msgstr ""
3197 #: builtin/apply.c:4599
3198 msgid "--index outside a repository"
3199 msgstr ""
3201 #: builtin/apply.c:4602
3202 msgid "--cached outside a repository"
3203 msgstr ""
3205 #: builtin/apply.c:4621
3206 #, c-format
3207 msgid "can't open patch '%s'"
3208 msgstr ""
3210 #: builtin/apply.c:4635
3211 #, c-format
3212 msgid "squelched %d whitespace error"
3213 msgid_plural "squelched %d whitespace errors"
3214 msgstr[0] ""
3215 msgstr[1] ""
3217 #: builtin/apply.c:4641 builtin/apply.c:4651
3218 #, c-format
3219 msgid "%d line adds whitespace errors."
3220 msgid_plural "%d lines add whitespace errors."
3221 msgstr[0] ""
3222 msgstr[1] ""
3224 #: builtin/archive.c:17
3225 #, c-format
3226 msgid "could not create archive file '%s'"
3227 msgstr ""
3229 #: builtin/archive.c:20
3230 msgid "could not redirect output"
3231 msgstr ""
3233 #: builtin/archive.c:37
3234 msgid "git archive: Remote with no URL"
3235 msgstr ""
3237 #: builtin/archive.c:58
3238 msgid "git archive: expected ACK/NAK, got EOF"
3239 msgstr ""
3241 #: builtin/archive.c:61
3242 #, c-format
3243 msgid "git archive: NACK %s"
3244 msgstr ""
3246 #: builtin/archive.c:63
3247 #, c-format
3248 msgid "remote error: %s"
3249 msgstr ""
3251 #: builtin/archive.c:64
3252 msgid "git archive: protocol error"
3253 msgstr ""
3255 #: builtin/archive.c:68
3256 msgid "git archive: expected a flush"
3257 msgstr ""
3259 #: builtin/bisect--helper.c:7
3260 msgid "git bisect--helper --next-all [--no-checkout]"
3261 msgstr ""
3263 #: builtin/bisect--helper.c:17
3264 msgid "perform 'git bisect next'"
3265 msgstr ""
3267 #: builtin/bisect--helper.c:19
3268 msgid "update BISECT_HEAD instead of checking out the current commit"
3269 msgstr ""
3271 #: builtin/blame.c:33
3272 msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
3273 msgstr ""
3275 #: builtin/blame.c:38
3276 msgid "<rev-opts> are documented in git-rev-list(1)"
3277 msgstr ""
3279 #: builtin/blame.c:1782
3280 msgid "Blaming lines"
3281 msgstr ""
3283 #: builtin/blame.c:2530
3284 msgid "Show blame entries as we find them, incrementally"
3285 msgstr ""
3287 #: builtin/blame.c:2531
3288 msgid "Show blank SHA-1 for boundary commits (Default: off)"
3289 msgstr ""
3291 #: builtin/blame.c:2532
3292 msgid "Do not treat root commits as boundaries (Default: off)"
3293 msgstr ""
3295 #: builtin/blame.c:2533
3296 msgid "Show work cost statistics"
3297 msgstr ""
3299 #: builtin/blame.c:2534
3300 msgid "Force progress reporting"
3301 msgstr ""
3303 #: builtin/blame.c:2535
3304 msgid "Show output score for blame entries"
3305 msgstr ""
3307 #: builtin/blame.c:2536
3308 msgid "Show original filename (Default: auto)"
3309 msgstr ""
3311 #: builtin/blame.c:2537
3312 msgid "Show original linenumber (Default: off)"
3313 msgstr ""
3315 #: builtin/blame.c:2538
3316 msgid "Show in a format designed for machine consumption"
3317 msgstr ""
3319 #: builtin/blame.c:2539
3320 msgid "Show porcelain format with per-line commit information"
3321 msgstr ""
3323 #: builtin/blame.c:2540
3324 msgid "Use the same output mode as git-annotate (Default: off)"
3325 msgstr ""
3327 #: builtin/blame.c:2541
3328 msgid "Show raw timestamp (Default: off)"
3329 msgstr ""
3331 #: builtin/blame.c:2542
3332 msgid "Show long commit SHA1 (Default: off)"
3333 msgstr ""
3335 #: builtin/blame.c:2543
3336 msgid "Suppress author name and timestamp (Default: off)"
3337 msgstr ""
3339 #: builtin/blame.c:2544
3340 msgid "Show author email instead of name (Default: off)"
3341 msgstr ""
3343 #: builtin/blame.c:2545
3344 msgid "Ignore whitespace differences"
3345 msgstr ""
3347 #: builtin/blame.c:2546
3348 msgid "Spend extra cycles to find better match"
3349 msgstr ""
3351 #: builtin/blame.c:2547
3352 msgid "Use revisions from <file> instead of calling git-rev-list"
3353 msgstr ""
3355 #: builtin/blame.c:2548
3356 msgid "Use <file>'s contents as the final image"
3357 msgstr ""
3359 #: builtin/blame.c:2549 builtin/blame.c:2550
3360 msgid "score"
3361 msgstr ""
3363 #: builtin/blame.c:2549
3364 msgid "Find line copies within and across files"
3365 msgstr ""
3367 #: builtin/blame.c:2550
3368 msgid "Find line movements within and across files"
3369 msgstr ""
3371 #: builtin/blame.c:2551
3372 msgid "n,m"
3373 msgstr ""
3375 #: builtin/blame.c:2551
3376 msgid "Process only line range n,m, counting from 1"
3377 msgstr ""
3379 #. TRANSLATORS: This string is used to tell us the maximum
3380 #. display width for a relative timestamp in "git blame"
3381 #. output.  For C locale, "4 years, 11 months ago", which
3382 #. takes 22 places, is the longest among various forms of
3383 #. relative timestamps, but your language may need more or
3384 #. fewer display columns.
3385 #: builtin/blame.c:2640
3386 msgid "4 years, 11 months ago"
3387 msgstr ""
3389 #: builtin/branch.c:25
3390 msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
3391 msgstr ""
3393 #: builtin/branch.c:26
3394 msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
3395 msgstr ""
3397 #: builtin/branch.c:27
3398 msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
3399 msgstr ""
3401 #: builtin/branch.c:28
3402 msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
3403 msgstr ""
3405 #: builtin/branch.c:29
3406 msgid "git branch [<options>] [-r | -a] [--points-at]"
3407 msgstr ""
3409 #: builtin/branch.c:142
3410 #, c-format
3411 msgid ""
3412 "deleting branch '%s' that has been merged to\n"
3413 "         '%s', but not yet merged to HEAD."
3414 msgstr ""
3416 #: builtin/branch.c:146
3417 #, c-format
3418 msgid ""
3419 "not deleting branch '%s' that is not yet merged to\n"
3420 "         '%s', even though it is merged to HEAD."
3421 msgstr ""
3423 #: builtin/branch.c:160
3424 #, c-format
3425 msgid "Couldn't look up commit object for '%s'"
3426 msgstr ""
3428 #: builtin/branch.c:164
3429 #, c-format
3430 msgid ""
3431 "The branch '%s' is not fully merged.\n"
3432 "If you are sure you want to delete it, run 'git branch -D %s'."
3433 msgstr ""
3435 #: builtin/branch.c:177
3436 msgid "Update of config-file failed"
3437 msgstr ""
3439 #: builtin/branch.c:205
3440 msgid "cannot use -a with -d"
3441 msgstr ""
3443 #: builtin/branch.c:211
3444 msgid "Couldn't look up commit object for HEAD"
3445 msgstr ""
3447 #: builtin/branch.c:219
3448 #, c-format
3449 msgid "Cannot delete the branch '%s' which you are currently on."
3450 msgstr ""
3452 #: builtin/branch.c:235
3453 #, c-format
3454 msgid "remote-tracking branch '%s' not found."
3455 msgstr ""
3457 #: builtin/branch.c:236
3458 #, c-format
3459 msgid "branch '%s' not found."
3460 msgstr ""
3462 #: builtin/branch.c:251
3463 #, c-format
3464 msgid "Error deleting remote-tracking branch '%s'"
3465 msgstr ""
3467 #: builtin/branch.c:252
3468 #, c-format
3469 msgid "Error deleting branch '%s'"
3470 msgstr ""
3472 #: builtin/branch.c:259
3473 #, c-format
3474 msgid "Deleted remote-tracking branch %s (was %s).\n"
3475 msgstr ""
3477 #: builtin/branch.c:260
3478 #, c-format
3479 msgid "Deleted branch %s (was %s).\n"
3480 msgstr ""
3482 #: builtin/branch.c:303
3483 #, c-format
3484 msgid "[%s: gone]"
3485 msgstr ""
3487 #: builtin/branch.c:308
3488 #, c-format
3489 msgid "[%s]"
3490 msgstr ""
3492 #: builtin/branch.c:313
3493 #, c-format
3494 msgid "[%s: behind %d]"
3495 msgstr ""
3497 #: builtin/branch.c:315
3498 #, c-format
3499 msgid "[behind %d]"
3500 msgstr ""
3502 #: builtin/branch.c:319
3503 #, c-format
3504 msgid "[%s: ahead %d]"
3505 msgstr ""
3507 #: builtin/branch.c:321
3508 #, c-format
3509 msgid "[ahead %d]"
3510 msgstr ""
3512 #: builtin/branch.c:324
3513 #, c-format
3514 msgid "[%s: ahead %d, behind %d]"
3515 msgstr ""
3517 #: builtin/branch.c:327
3518 #, c-format
3519 msgid "[ahead %d, behind %d]"
3520 msgstr ""
3522 #: builtin/branch.c:340
3523 msgid " **** invalid ref ****"
3524 msgstr ""
3526 #: builtin/branch.c:366
3527 #, c-format
3528 msgid "(no branch, rebasing %s)"
3529 msgstr ""
3531 #: builtin/branch.c:369
3532 #, c-format
3533 msgid "(no branch, bisect started on %s)"
3534 msgstr ""
3536 #: builtin/branch.c:375
3537 #, c-format
3538 msgid "(HEAD detached at %s)"
3539 msgstr ""
3541 #: builtin/branch.c:378
3542 #, c-format
3543 msgid "(HEAD detached from %s)"
3544 msgstr ""
3546 #: builtin/branch.c:382
3547 msgid "(no branch)"
3548 msgstr ""
3550 #: builtin/branch.c:524
3551 msgid "cannot rename the current branch while not on any."
3552 msgstr ""
3554 #: builtin/branch.c:534
3555 #, c-format
3556 msgid "Invalid branch name: '%s'"
3557 msgstr ""
3559 #: builtin/branch.c:549
3560 msgid "Branch rename failed"
3561 msgstr ""
3563 #: builtin/branch.c:553
3564 #, c-format
3565 msgid "Renamed a misnamed branch '%s' away"
3566 msgstr ""
3568 #: builtin/branch.c:557
3569 #, c-format
3570 msgid "Branch renamed to %s, but HEAD is not updated!"
3571 msgstr ""
3573 #: builtin/branch.c:564
3574 msgid "Branch is renamed, but update of config-file failed"
3575 msgstr ""
3577 #: builtin/branch.c:586
3578 #, c-format
3579 msgid "could not write branch description template: %s"
3580 msgstr ""
3582 #: builtin/branch.c:615
3583 msgid "Generic options"
3584 msgstr ""
3586 #: builtin/branch.c:617
3587 msgid "show hash and subject, give twice for upstream branch"
3588 msgstr ""
3590 #: builtin/branch.c:618
3591 msgid "suppress informational messages"
3592 msgstr ""
3594 #: builtin/branch.c:619
3595 msgid "set up tracking mode (see git-pull(1))"
3596 msgstr ""
3598 #: builtin/branch.c:621
3599 msgid "change upstream info"
3600 msgstr ""
3602 #: builtin/branch.c:625
3603 msgid "use colored output"
3604 msgstr ""
3606 #: builtin/branch.c:626
3607 msgid "act on remote-tracking branches"
3608 msgstr ""
3610 #: builtin/branch.c:628 builtin/branch.c:629
3611 msgid "print only branches that contain the commit"
3612 msgstr ""
3614 #: builtin/branch.c:632
3615 msgid "Specific git-branch actions:"
3616 msgstr ""
3618 #: builtin/branch.c:633
3619 msgid "list both remote-tracking and local branches"
3620 msgstr ""
3622 #: builtin/branch.c:635
3623 msgid "delete fully merged branch"
3624 msgstr ""
3626 #: builtin/branch.c:636
3627 msgid "delete branch (even if not merged)"
3628 msgstr ""
3630 #: builtin/branch.c:637
3631 msgid "move/rename a branch and its reflog"
3632 msgstr ""
3634 #: builtin/branch.c:638
3635 msgid "move/rename a branch, even if target exists"
3636 msgstr ""
3638 #: builtin/branch.c:639
3639 msgid "list branch names"
3640 msgstr ""
3642 #: builtin/branch.c:640
3643 msgid "create the branch's reflog"
3644 msgstr ""
3646 #: builtin/branch.c:642
3647 msgid "edit the description for the branch"
3648 msgstr ""
3650 #: builtin/branch.c:643
3651 msgid "force creation, move/rename, deletion"
3652 msgstr ""
3654 #: builtin/branch.c:644
3655 msgid "print only branches that are merged"
3656 msgstr ""
3658 #: builtin/branch.c:645
3659 msgid "print only branches that are not merged"
3660 msgstr ""
3662 #: builtin/branch.c:646
3663 msgid "list branches in columns"
3664 msgstr ""
3666 #: builtin/branch.c:647 builtin/for-each-ref.c:38 builtin/tag.c:366
3667 msgid "key"
3668 msgstr ""
3670 #: builtin/branch.c:648 builtin/for-each-ref.c:39 builtin/tag.c:367
3671 msgid "field name to sort on"
3672 msgstr ""
3674 #: builtin/branch.c:650 builtin/for-each-ref.c:41 builtin/notes.c:401
3675 #: builtin/notes.c:404 builtin/notes.c:564 builtin/notes.c:567
3676 #: builtin/tag.c:369
3677 msgid "object"
3678 msgstr ""
3680 #: builtin/branch.c:651
3681 msgid "print only branches of the object"
3682 msgstr ""
3684 #: builtin/branch.c:669
3685 msgid "Failed to resolve HEAD as a valid ref."
3686 msgstr ""
3688 #: builtin/branch.c:673 builtin/clone.c:705
3689 msgid "HEAD not found below refs/heads!"
3690 msgstr ""
3692 #: builtin/branch.c:693
3693 msgid "--column and --verbose are incompatible"
3694 msgstr ""
3696 #: builtin/branch.c:704 builtin/branch.c:746
3697 msgid "branch name required"
3698 msgstr ""
3700 #: builtin/branch.c:722
3701 msgid "Cannot give description to detached HEAD"
3702 msgstr ""
3704 #: builtin/branch.c:727
3705 msgid "cannot edit description of more than one branch"
3706 msgstr ""
3708 #: builtin/branch.c:734
3709 #, c-format
3710 msgid "No commit on branch '%s' yet."
3711 msgstr ""
3713 #: builtin/branch.c:737
3714 #, c-format
3715 msgid "No branch named '%s'."
3716 msgstr ""
3718 #: builtin/branch.c:752
3719 msgid "too many branches for a rename operation"
3720 msgstr ""
3722 #: builtin/branch.c:757
3723 msgid "too many branches to set new upstream"
3724 msgstr ""
3726 #: builtin/branch.c:761
3727 #, c-format
3728 msgid ""
3729 "could not set upstream of HEAD to %s when it does not point to any branch."
3730 msgstr ""
3732 #: builtin/branch.c:764 builtin/branch.c:786 builtin/branch.c:807
3733 #, c-format
3734 msgid "no such branch '%s'"
3735 msgstr ""
3737 #: builtin/branch.c:768
3738 #, c-format
3739 msgid "branch '%s' does not exist"
3740 msgstr ""
3742 #: builtin/branch.c:780
3743 msgid "too many branches to unset upstream"
3744 msgstr ""
3746 #: builtin/branch.c:784
3747 msgid "could not unset upstream of HEAD when it does not point to any branch."
3748 msgstr ""
3750 #: builtin/branch.c:790
3751 #, c-format
3752 msgid "Branch '%s' has no upstream information"
3753 msgstr ""
3755 #: builtin/branch.c:804
3756 msgid "it does not make sense to create 'HEAD' manually"
3757 msgstr ""
3759 #: builtin/branch.c:810
3760 msgid "-a and -r options to 'git branch' do not make sense with a branch name"
3761 msgstr ""
3763 #: builtin/branch.c:813
3764 #, c-format
3765 msgid ""
3766 "The --set-upstream flag is deprecated and will be removed. Consider using --"
3767 "track or --set-upstream-to\n"
3768 msgstr ""
3770 #: builtin/branch.c:830
3771 #, c-format
3772 msgid ""
3773 "\n"
3774 "If you wanted to make '%s' track '%s', do this:\n"
3775 "\n"
3776 msgstr ""
3778 #: builtin/branch.c:831
3779 #, c-format
3780 msgid "    git branch -d %s\n"
3781 msgstr ""
3783 #: builtin/branch.c:832
3784 #, c-format
3785 msgid "    git branch --set-upstream-to %s\n"
3786 msgstr ""
3788 #: builtin/bundle.c:51
3789 #, c-format
3790 msgid "%s is okay\n"
3791 msgstr ""
3793 #: builtin/bundle.c:64
3794 msgid "Need a repository to create a bundle."
3795 msgstr ""
3797 #: builtin/bundle.c:68
3798 msgid "Need a repository to unbundle."
3799 msgstr ""
3801 #: builtin/cat-file.c:428
3802 msgid ""
3803 "git cat-file (-t [--allow-unknown-type]|-s [--allow-unknown-type]|-e|-p|"
3804 "<type>|--textconv) <object>"
3805 msgstr ""
3807 #: builtin/cat-file.c:429
3808 msgid "git cat-file (--batch | --batch-check) [--follow-symlinks]"
3809 msgstr ""
3811 #: builtin/cat-file.c:466
3812 msgid "<type> can be one of: blob, tree, commit, tag"
3813 msgstr ""
3815 #: builtin/cat-file.c:467
3816 msgid "show object type"
3817 msgstr ""
3819 #: builtin/cat-file.c:468
3820 msgid "show object size"
3821 msgstr ""
3823 #: builtin/cat-file.c:470
3824 msgid "exit with zero when there's no error"
3825 msgstr ""
3827 #: builtin/cat-file.c:471
3828 msgid "pretty-print object's content"
3829 msgstr ""
3831 #: builtin/cat-file.c:473
3832 msgid "for blob objects, run textconv on object's content"
3833 msgstr ""
3835 #: builtin/cat-file.c:475
3836 msgid "allow -s and -t to work with broken/corrupt objects"
3837 msgstr ""
3839 #: builtin/cat-file.c:476
3840 msgid "buffer --batch output"
3841 msgstr ""
3843 #: builtin/cat-file.c:478
3844 msgid "show info and content of objects fed from the standard input"
3845 msgstr ""
3847 #: builtin/cat-file.c:481
3848 msgid "show info about objects fed from the standard input"
3849 msgstr ""
3851 #: builtin/cat-file.c:484
3852 msgid "follow in-tree symlinks (used with --batch or --batch-check)"
3853 msgstr ""
3855 #: builtin/cat-file.c:486
3856 msgid "show all objects with --batch or --batch-check"
3857 msgstr ""
3859 #: builtin/check-attr.c:11
3860 msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
3861 msgstr ""
3863 #: builtin/check-attr.c:12
3864 msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
3865 msgstr ""
3867 #: builtin/check-attr.c:19
3868 msgid "report all attributes set on file"
3869 msgstr ""
3871 #: builtin/check-attr.c:20
3872 msgid "use .gitattributes only from the index"
3873 msgstr ""
3875 #: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-object.c:97
3876 msgid "read file names from stdin"
3877 msgstr ""
3879 #: builtin/check-attr.c:23 builtin/check-ignore.c:24
3880 msgid "terminate input and output records by a NUL character"
3881 msgstr ""
3883 #: builtin/check-ignore.c:18 builtin/checkout.c:1136 builtin/gc.c:325
3884 msgid "suppress progress reporting"
3885 msgstr ""
3887 #: builtin/check-ignore.c:26
3888 msgid "show non-matching input paths"
3889 msgstr ""
3891 #: builtin/check-ignore.c:28
3892 msgid "ignore index when checking"
3893 msgstr ""
3895 #: builtin/check-ignore.c:154
3896 msgid "cannot specify pathnames with --stdin"
3897 msgstr ""
3899 #: builtin/check-ignore.c:157
3900 msgid "-z only makes sense with --stdin"
3901 msgstr ""
3903 #: builtin/check-ignore.c:159
3904 msgid "no path specified"
3905 msgstr ""
3907 #: builtin/check-ignore.c:163
3908 msgid "--quiet is only valid with a single pathname"
3909 msgstr ""
3911 #: builtin/check-ignore.c:165
3912 msgid "cannot have both --quiet and --verbose"
3913 msgstr ""
3915 #: builtin/check-ignore.c:168
3916 msgid "--non-matching is only valid with --verbose"
3917 msgstr ""
3919 #: builtin/check-mailmap.c:8
3920 msgid "git check-mailmap [<options>] <contact>..."
3921 msgstr ""
3923 #: builtin/check-mailmap.c:13
3924 msgid "also read contacts from stdin"
3925 msgstr ""
3927 #: builtin/check-mailmap.c:24
3928 #, c-format
3929 msgid "unable to parse contact: %s"
3930 msgstr ""
3932 #: builtin/check-mailmap.c:47
3933 msgid "no contacts specified"
3934 msgstr ""
3936 #: builtin/checkout-index.c:127
3937 msgid "git checkout-index [<options>] [--] [<file>...]"
3938 msgstr ""
3940 #: builtin/checkout-index.c:144
3941 msgid "stage should be between 1 and 3 or all"
3942 msgstr ""
3944 #: builtin/checkout-index.c:160
3945 msgid "check out all files in the index"
3946 msgstr ""
3948 #: builtin/checkout-index.c:161
3949 msgid "force overwrite of existing files"
3950 msgstr ""
3952 #: builtin/checkout-index.c:163
3953 msgid "no warning for existing files and files not in index"
3954 msgstr ""
3956 #: builtin/checkout-index.c:165
3957 msgid "don't checkout new files"
3958 msgstr ""
3960 #: builtin/checkout-index.c:167
3961 msgid "update stat information in the index file"
3962 msgstr ""
3964 #: builtin/checkout-index.c:171
3965 msgid "read list of paths from the standard input"
3966 msgstr ""
3968 #: builtin/checkout-index.c:173
3969 msgid "write the content to temporary files"
3970 msgstr ""
3972 #: builtin/checkout-index.c:174 builtin/column.c:30
3973 #: builtin/submodule--helper.c:166 builtin/submodule--helper.c:169
3974 #: builtin/submodule--helper.c:172 builtin/submodule--helper.c:175
3975 msgid "string"
3976 msgstr ""
3978 #: builtin/checkout-index.c:175
3979 msgid "when creating files, prepend <string>"
3980 msgstr ""
3982 #: builtin/checkout-index.c:177
3983 msgid "copy out the files from named stage"
3984 msgstr ""
3986 #: builtin/checkout.c:25
3987 msgid "git checkout [<options>] <branch>"
3988 msgstr ""
3990 #: builtin/checkout.c:26
3991 msgid "git checkout [<options>] [<branch>] -- <file>..."
3992 msgstr ""
3994 #: builtin/checkout.c:134 builtin/checkout.c:167
3995 #, c-format
3996 msgid "path '%s' does not have our version"
3997 msgstr ""
3999 #: builtin/checkout.c:136 builtin/checkout.c:169
4000 #, c-format
4001 msgid "path '%s' does not have their version"
4002 msgstr ""
4004 #: builtin/checkout.c:152
4005 #, c-format
4006 msgid "path '%s' does not have all necessary versions"
4007 msgstr ""
4009 #: builtin/checkout.c:196
4010 #, c-format
4011 msgid "path '%s' does not have necessary versions"
4012 msgstr ""
4014 #: builtin/checkout.c:213
4015 #, c-format
4016 msgid "path '%s': cannot merge"
4017 msgstr ""
4019 #: builtin/checkout.c:230
4020 #, c-format
4021 msgid "Unable to add merge result for '%s'"
4022 msgstr ""
4024 #: builtin/checkout.c:251 builtin/checkout.c:254 builtin/checkout.c:257
4025 #: builtin/checkout.c:260
4026 #, c-format
4027 msgid "'%s' cannot be used with updating paths"
4028 msgstr ""
4030 #: builtin/checkout.c:263 builtin/checkout.c:266
4031 #, c-format
4032 msgid "'%s' cannot be used with %s"
4033 msgstr ""
4035 #: builtin/checkout.c:269
4036 #, c-format
4037 msgid "Cannot update paths and switch to branch '%s' at the same time."
4038 msgstr ""
4040 #: builtin/checkout.c:280 builtin/checkout.c:474
4041 msgid "corrupt index file"
4042 msgstr ""
4044 #: builtin/checkout.c:340 builtin/checkout.c:347
4045 #, c-format
4046 msgid "path '%s' is unmerged"
4047 msgstr ""
4049 #: builtin/checkout.c:496
4050 msgid "you need to resolve your current index first"
4051 msgstr ""
4053 #: builtin/checkout.c:623
4054 #, c-format
4055 msgid "Can not do reflog for '%s': %s\n"
4056 msgstr ""
4058 #: builtin/checkout.c:661
4059 msgid "HEAD is now at"
4060 msgstr ""
4062 #: builtin/checkout.c:665 builtin/clone.c:659
4063 msgid "unable to update HEAD"
4064 msgstr ""
4066 #: builtin/checkout.c:669
4067 #, c-format
4068 msgid "Reset branch '%s'\n"
4069 msgstr ""
4071 #: builtin/checkout.c:672
4072 #, c-format
4073 msgid "Already on '%s'\n"
4074 msgstr ""
4076 #: builtin/checkout.c:676
4077 #, c-format
4078 msgid "Switched to and reset branch '%s'\n"
4079 msgstr ""
4081 #: builtin/checkout.c:678 builtin/checkout.c:1068
4082 #, c-format
4083 msgid "Switched to a new branch '%s'\n"
4084 msgstr ""
4086 #: builtin/checkout.c:680
4087 #, c-format
4088 msgid "Switched to branch '%s'\n"
4089 msgstr ""
4091 #: builtin/checkout.c:732
4092 #, c-format
4093 msgid " ... and %d more.\n"
4094 msgstr ""
4096 #: builtin/checkout.c:738
4097 #, c-format
4098 msgid ""
4099 "Warning: you are leaving %d commit behind, not connected to\n"
4100 "any of your branches:\n"
4101 "\n"
4102 "%s\n"
4103 msgid_plural ""
4104 "Warning: you are leaving %d commits behind, not connected to\n"
4105 "any of your branches:\n"
4106 "\n"
4107 "%s\n"
4108 msgstr[0] ""
4109 msgstr[1] ""
4111 #: builtin/checkout.c:757
4112 #, c-format
4113 msgid ""
4114 "If you want to keep it by creating a new branch, this may be a good time\n"
4115 "to do so with:\n"
4116 "\n"
4117 " git branch <new-branch-name> %s\n"
4118 "\n"
4119 msgid_plural ""
4120 "If you want to keep them by creating a new branch, this may be a good time\n"
4121 "to do so with:\n"
4122 "\n"
4123 " git branch <new-branch-name> %s\n"
4124 "\n"
4125 msgstr[0] ""
4126 msgstr[1] ""
4128 #: builtin/checkout.c:793
4129 msgid "internal error in revision walk"
4130 msgstr ""
4132 #: builtin/checkout.c:797
4133 msgid "Previous HEAD position was"
4134 msgstr ""
4136 #: builtin/checkout.c:824 builtin/checkout.c:1063
4137 msgid "You are on a branch yet to be born"
4138 msgstr ""
4140 #: builtin/checkout.c:969
4141 #, c-format
4142 msgid "only one reference expected, %d given."
4143 msgstr ""
4145 #: builtin/checkout.c:1009 builtin/worktree.c:211
4146 #, c-format
4147 msgid "invalid reference: %s"
4148 msgstr ""
4150 #: builtin/checkout.c:1038
4151 #, c-format
4152 msgid "reference is not a tree: %s"
4153 msgstr ""
4155 #: builtin/checkout.c:1077
4156 msgid "paths cannot be used with switching branches"
4157 msgstr ""
4159 #: builtin/checkout.c:1080 builtin/checkout.c:1084
4160 #, c-format
4161 msgid "'%s' cannot be used with switching branches"
4162 msgstr ""
4164 #: builtin/checkout.c:1088 builtin/checkout.c:1091 builtin/checkout.c:1096
4165 #: builtin/checkout.c:1099
4166 #, c-format
4167 msgid "'%s' cannot be used with '%s'"
4168 msgstr ""
4170 #: builtin/checkout.c:1104
4171 #, c-format
4172 msgid "Cannot switch branch to a non-commit '%s'"
4173 msgstr ""
4175 #: builtin/checkout.c:1137 builtin/checkout.c:1139 builtin/clone.c:84
4176 #: builtin/remote.c:165 builtin/remote.c:167 builtin/worktree.c:318
4177 #: builtin/worktree.c:320
4178 msgid "branch"
4179 msgstr ""
4181 #: builtin/checkout.c:1138
4182 msgid "create and checkout a new branch"
4183 msgstr ""
4185 #: builtin/checkout.c:1140
4186 msgid "create/reset and checkout a branch"
4187 msgstr ""
4189 #: builtin/checkout.c:1141
4190 msgid "create reflog for new branch"
4191 msgstr ""
4193 #: builtin/checkout.c:1142
4194 msgid "detach the HEAD at named commit"
4195 msgstr ""
4197 #: builtin/checkout.c:1143
4198 msgid "set upstream info for new branch"
4199 msgstr ""
4201 #: builtin/checkout.c:1145
4202 msgid "new-branch"
4203 msgstr ""
4205 #: builtin/checkout.c:1145
4206 msgid "new unparented branch"
4207 msgstr ""
4209 #: builtin/checkout.c:1146
4210 msgid "checkout our version for unmerged files"
4211 msgstr ""
4213 #: builtin/checkout.c:1148
4214 msgid "checkout their version for unmerged files"
4215 msgstr ""
4217 #: builtin/checkout.c:1150
4218 msgid "force checkout (throw away local modifications)"
4219 msgstr ""
4221 #: builtin/checkout.c:1151
4222 msgid "perform a 3-way merge with the new branch"
4223 msgstr ""
4225 #: builtin/checkout.c:1152 builtin/merge.c:227
4226 msgid "update ignored files (default)"
4227 msgstr ""
4229 #: builtin/checkout.c:1153 builtin/log.c:1269 parse-options.h:250
4230 msgid "style"
4231 msgstr ""
4233 #: builtin/checkout.c:1154
4234 msgid "conflict style (merge or diff3)"
4235 msgstr ""
4237 #: builtin/checkout.c:1157
4238 msgid "do not limit pathspecs to sparse entries only"
4239 msgstr ""
4241 #: builtin/checkout.c:1159
4242 msgid "second guess 'git checkout <no-such-branch>'"
4243 msgstr ""
4245 #: builtin/checkout.c:1161
4246 msgid "do not check if another worktree is holding the given ref"
4247 msgstr ""
4249 #: builtin/checkout.c:1162 builtin/clone.c:58 builtin/fetch.c:116
4250 #: builtin/merge.c:224 builtin/pull.c:113 builtin/push.c:526
4251 #: builtin/send-pack.c:168
4252 msgid "force progress reporting"
4253 msgstr ""
4255 #: builtin/checkout.c:1193
4256 msgid "-b, -B and --orphan are mutually exclusive"
4257 msgstr ""
4259 #: builtin/checkout.c:1210
4260 msgid "--track needs a branch name"
4261 msgstr ""
4263 #: builtin/checkout.c:1215
4264 msgid "Missing branch name; try -b"
4265 msgstr ""
4267 #: builtin/checkout.c:1251
4268 msgid "invalid path specification"
4269 msgstr ""
4271 #: builtin/checkout.c:1258
4272 #, c-format
4273 msgid ""
4274 "Cannot update paths and switch to branch '%s' at the same time.\n"
4275 "Did you intend to checkout '%s' which can not be resolved as commit?"
4276 msgstr ""
4278 #: builtin/checkout.c:1263
4279 #, c-format
4280 msgid "git checkout: --detach does not take a path argument '%s'"
4281 msgstr ""
4283 #: builtin/checkout.c:1267
4284 msgid ""
4285 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
4286 "checking out of the index."
4287 msgstr ""
4289 #: builtin/clean.c:25
4290 msgid ""
4291 "git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
4292 msgstr ""
4294 #: builtin/clean.c:29
4295 #, c-format
4296 msgid "Removing %s\n"
4297 msgstr ""
4299 #: builtin/clean.c:30
4300 #, c-format
4301 msgid "Would remove %s\n"
4302 msgstr ""
4304 #: builtin/clean.c:31
4305 #, c-format
4306 msgid "Skipping repository %s\n"
4307 msgstr ""
4309 #: builtin/clean.c:32
4310 #, c-format
4311 msgid "Would skip repository %s\n"
4312 msgstr ""
4314 #: builtin/clean.c:33
4315 #, c-format
4316 msgid "failed to remove %s"
4317 msgstr ""
4319 #: builtin/clean.c:291
4320 msgid ""
4321 "Prompt help:\n"
4322 "1          - select a numbered item\n"
4323 "foo        - select item based on unique prefix\n"
4324 "           - (empty) select nothing"
4325 msgstr ""
4327 #: builtin/clean.c:295
4328 msgid ""
4329 "Prompt help:\n"
4330 "1          - select a single item\n"
4331 "3-5        - select a range of items\n"
4332 "2-3,6-9    - select multiple ranges\n"
4333 "foo        - select item based on unique prefix\n"
4334 "-...       - unselect specified items\n"
4335 "*          - choose all items\n"
4336 "           - (empty) finish selecting"
4337 msgstr ""
4339 #: builtin/clean.c:511
4340 #, c-format
4341 msgid "Huh (%s)?"
4342 msgstr ""
4344 #: builtin/clean.c:653
4345 #, c-format
4346 msgid "Input ignore patterns>> "
4347 msgstr ""
4349 #: builtin/clean.c:690
4350 #, c-format
4351 msgid "WARNING: Cannot find items matched by: %s"
4352 msgstr ""
4354 #: builtin/clean.c:711
4355 msgid "Select items to delete"
4356 msgstr ""
4358 #. TRANSLATORS: Make sure to keep [y/N] as is
4359 #: builtin/clean.c:752
4360 #, c-format
4361 msgid "Remove %s [y/N]? "
4362 msgstr ""
4364 #: builtin/clean.c:777
4365 msgid "Bye."
4366 msgstr ""
4368 #: builtin/clean.c:785
4369 msgid ""
4370 "clean               - start cleaning\n"
4371 "filter by pattern   - exclude items from deletion\n"
4372 "select by numbers   - select items to be deleted by numbers\n"
4373 "ask each            - confirm each deletion (like \"rm -i\")\n"
4374 "quit                - stop cleaning\n"
4375 "help                - this screen\n"
4376 "?                   - help for prompt selection"
4377 msgstr ""
4379 #: builtin/clean.c:812
4380 msgid "*** Commands ***"
4381 msgstr ""
4383 #: builtin/clean.c:813
4384 msgid "What now"
4385 msgstr ""
4387 #: builtin/clean.c:821
4388 msgid "Would remove the following item:"
4389 msgid_plural "Would remove the following items:"
4390 msgstr[0] ""
4391 msgstr[1] ""
4393 #: builtin/clean.c:838
4394 msgid "No more files to clean, exiting."
4395 msgstr ""
4397 #: builtin/clean.c:869
4398 msgid "do not print names of files removed"
4399 msgstr ""
4401 #: builtin/clean.c:871
4402 msgid "force"
4403 msgstr ""
4405 #: builtin/clean.c:872
4406 msgid "interactive cleaning"
4407 msgstr ""
4409 #: builtin/clean.c:874
4410 msgid "remove whole directories"
4411 msgstr ""
4413 #: builtin/clean.c:875 builtin/describe.c:407 builtin/grep.c:722
4414 #: builtin/ls-files.c:456 builtin/name-rev.c:307 builtin/show-ref.c:182
4415 msgid "pattern"
4416 msgstr ""
4418 #: builtin/clean.c:876
4419 msgid "add <pattern> to ignore rules"
4420 msgstr ""
4422 #: builtin/clean.c:877
4423 msgid "remove ignored files, too"
4424 msgstr ""
4426 #: builtin/clean.c:879
4427 msgid "remove only ignored files"
4428 msgstr ""
4430 #: builtin/clean.c:897
4431 msgid "-x and -X cannot be used together"
4432 msgstr ""
4434 #: builtin/clean.c:901
4435 msgid ""
4436 "clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
4437 "clean"
4438 msgstr ""
4440 #: builtin/clean.c:904
4441 msgid ""
4442 "clean.requireForce defaults to true and neither -i, -n, nor -f given; "
4443 "refusing to clean"
4444 msgstr ""
4446 #: builtin/clone.c:37
4447 msgid "git clone [<options>] [--] <repo> [<dir>]"
4448 msgstr ""
4450 #: builtin/clone.c:60
4451 msgid "don't create a checkout"
4452 msgstr ""
4454 #: builtin/clone.c:61 builtin/clone.c:63 builtin/init-db.c:469
4455 msgid "create a bare repository"
4456 msgstr ""
4458 #: builtin/clone.c:65
4459 msgid "create a mirror repository (implies bare)"
4460 msgstr ""
4462 #: builtin/clone.c:67
4463 msgid "to clone from a local repository"
4464 msgstr ""
4466 #: builtin/clone.c:69
4467 msgid "don't use local hardlinks, always copy"
4468 msgstr ""
4470 #: builtin/clone.c:71
4471 msgid "setup as shared repository"
4472 msgstr ""
4474 #: builtin/clone.c:73 builtin/clone.c:75
4475 msgid "initialize submodules in the clone"
4476 msgstr ""
4478 #: builtin/clone.c:76 builtin/init-db.c:466
4479 msgid "template-directory"
4480 msgstr ""
4482 #: builtin/clone.c:77 builtin/init-db.c:467
4483 msgid "directory from which templates will be used"
4484 msgstr ""
4486 #: builtin/clone.c:79 builtin/submodule--helper.c:173
4487 msgid "reference repository"
4488 msgstr ""
4490 #: builtin/clone.c:81
4491 msgid "use --reference only while cloning"
4492 msgstr ""
4494 #: builtin/clone.c:82 builtin/column.c:26 builtin/merge-file.c:44
4495 msgid "name"
4496 msgstr ""
4498 #: builtin/clone.c:83
4499 msgid "use <name> instead of 'origin' to track upstream"
4500 msgstr ""
4502 #: builtin/clone.c:85
4503 msgid "checkout <branch> instead of the remote's HEAD"
4504 msgstr ""
4506 #: builtin/clone.c:87
4507 msgid "path to git-upload-pack on the remote"
4508 msgstr ""
4510 #: builtin/clone.c:88 builtin/fetch.c:117 builtin/grep.c:665
4511 #: builtin/pull.c:193
4512 msgid "depth"
4513 msgstr ""
4515 #: builtin/clone.c:89
4516 msgid "create a shallow clone of that depth"
4517 msgstr ""
4519 #: builtin/clone.c:91
4520 msgid "clone only one branch, HEAD or --branch"
4521 msgstr ""
4523 #: builtin/clone.c:92 builtin/init-db.c:475
4524 msgid "gitdir"
4525 msgstr ""
4527 #: builtin/clone.c:93 builtin/init-db.c:476
4528 msgid "separate git dir from working tree"
4529 msgstr ""
4531 #: builtin/clone.c:94
4532 msgid "key=value"
4533 msgstr ""
4535 #: builtin/clone.c:95
4536 msgid "set config inside the new repository"
4537 msgstr ""
4539 #: builtin/clone.c:96 builtin/fetch.c:131 builtin/push.c:536
4540 msgid "use IPv4 addresses only"
4541 msgstr ""
4543 #: builtin/clone.c:98 builtin/fetch.c:133 builtin/push.c:538
4544 msgid "use IPv6 addresses only"
4545 msgstr ""
4547 #: builtin/clone.c:239
4548 msgid ""
4549 "No directory name could be guessed.\n"
4550 "Please specify a directory on the command line"
4551 msgstr ""
4553 #: builtin/clone.c:305
4554 #, c-format
4555 msgid "reference repository '%s' as a linked checkout is not supported yet."
4556 msgstr ""
4558 #: builtin/clone.c:307
4559 #, c-format
4560 msgid "reference repository '%s' is not a local repository."
4561 msgstr ""
4563 #: builtin/clone.c:312
4564 #, c-format
4565 msgid "reference repository '%s' is shallow"
4566 msgstr ""
4568 #: builtin/clone.c:315
4569 #, c-format
4570 msgid "reference repository '%s' is grafted"
4571 msgstr ""
4573 #: builtin/clone.c:380 builtin/diff.c:84
4574 #, c-format
4575 msgid "failed to stat '%s'"
4576 msgstr ""
4578 #: builtin/clone.c:382
4579 #, c-format
4580 msgid "%s exists and is not a directory"
4581 msgstr ""
4583 #: builtin/clone.c:396
4584 #, c-format
4585 msgid "failed to stat %s\n"
4586 msgstr ""
4588 #: builtin/clone.c:418
4589 #, c-format
4590 msgid "failed to create link '%s'"
4591 msgstr ""
4593 #: builtin/clone.c:422
4594 #, c-format
4595 msgid "failed to copy file to '%s'"
4596 msgstr ""
4598 #: builtin/clone.c:447 builtin/clone.c:631
4599 #, c-format
4600 msgid "done.\n"
4601 msgstr ""
4603 #: builtin/clone.c:459
4604 msgid ""
4605 "Clone succeeded, but checkout failed.\n"
4606 "You can inspect what was checked out with 'git status'\n"
4607 "and retry the checkout with 'git checkout -f HEAD'\n"
4608 msgstr ""
4610 #: builtin/clone.c:536
4611 #, c-format
4612 msgid "Could not find remote branch %s to clone."
4613 msgstr ""
4615 #: builtin/clone.c:626
4616 #, c-format
4617 msgid "Checking connectivity... "
4618 msgstr ""
4620 #: builtin/clone.c:629
4621 msgid "remote did not send all necessary objects"
4622 msgstr ""
4624 #: builtin/clone.c:647
4625 #, c-format
4626 msgid "unable to update %s"
4627 msgstr ""
4629 #: builtin/clone.c:696
4630 msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
4631 msgstr ""
4633 #: builtin/clone.c:727
4634 msgid "unable to checkout working tree"
4635 msgstr ""
4637 #: builtin/clone.c:753
4638 msgid "unable to write parameters to config file"
4639 msgstr ""
4641 #: builtin/clone.c:816
4642 msgid "cannot repack to clean up"
4643 msgstr ""
4645 #: builtin/clone.c:818
4646 msgid "cannot unlink temporary alternates file"
4647 msgstr ""
4649 #: builtin/clone.c:850
4650 msgid "Too many arguments."
4651 msgstr ""
4653 #: builtin/clone.c:854
4654 msgid "You must specify a repository to clone."
4655 msgstr ""
4657 #: builtin/clone.c:865
4658 #, c-format
4659 msgid "--bare and --origin %s options are incompatible."
4660 msgstr ""
4662 #: builtin/clone.c:868
4663 msgid "--bare and --separate-git-dir are incompatible."
4664 msgstr ""
4666 #: builtin/clone.c:881
4667 #, c-format
4668 msgid "repository '%s' does not exist"
4669 msgstr ""
4671 #: builtin/clone.c:887 builtin/fetch.c:1174
4672 #, c-format
4673 msgid "depth %s is not a positive number"
4674 msgstr ""
4676 #: builtin/clone.c:897
4677 #, c-format
4678 msgid "destination path '%s' already exists and is not an empty directory."
4679 msgstr ""
4681 #: builtin/clone.c:907
4682 #, c-format
4683 msgid "working tree '%s' already exists."
4684 msgstr ""
4686 #: builtin/clone.c:922 builtin/clone.c:933 builtin/submodule--helper.c:218
4687 #: builtin/worktree.c:219 builtin/worktree.c:246
4688 #, c-format
4689 msgid "could not create leading directories of '%s'"
4690 msgstr ""
4692 #: builtin/clone.c:925
4693 #, c-format
4694 msgid "could not create work tree dir '%s'"
4695 msgstr ""
4697 #: builtin/clone.c:943
4698 #, c-format
4699 msgid "Cloning into bare repository '%s'...\n"
4700 msgstr ""
4702 #: builtin/clone.c:945
4703 #, c-format
4704 msgid "Cloning into '%s'...\n"
4705 msgstr ""
4707 #: builtin/clone.c:984
4708 msgid "--depth is ignored in local clones; use file:// instead."
4709 msgstr ""
4711 #: builtin/clone.c:987
4712 msgid "source repository is shallow, ignoring --local"
4713 msgstr ""
4715 #: builtin/clone.c:992
4716 msgid "--local is ignored"
4717 msgstr ""
4719 #: builtin/clone.c:996
4720 #, c-format
4721 msgid "Don't know how to clone %s"
4722 msgstr ""
4724 #: builtin/clone.c:1045 builtin/clone.c:1053
4725 #, c-format
4726 msgid "Remote branch %s not found in upstream %s"
4727 msgstr ""
4729 #: builtin/clone.c:1056
4730 msgid "You appear to have cloned an empty repository."
4731 msgstr ""
4733 #: builtin/column.c:9
4734 msgid "git column [<options>]"
4735 msgstr ""
4737 #: builtin/column.c:26
4738 msgid "lookup config vars"
4739 msgstr ""
4741 #: builtin/column.c:27 builtin/column.c:28
4742 msgid "layout to use"
4743 msgstr ""
4745 #: builtin/column.c:29
4746 msgid "Maximum width"
4747 msgstr ""
4749 #: builtin/column.c:30
4750 msgid "Padding space on left border"
4751 msgstr ""
4753 #: builtin/column.c:31
4754 msgid "Padding space on right border"
4755 msgstr ""
4757 #: builtin/column.c:32
4758 msgid "Padding space between columns"
4759 msgstr ""
4761 #: builtin/column.c:51
4762 msgid "--command must be the first argument"
4763 msgstr ""
4765 #: builtin/commit.c:38
4766 msgid "git commit [<options>] [--] <pathspec>..."
4767 msgstr ""
4769 #: builtin/commit.c:43
4770 msgid "git status [<options>] [--] <pathspec>..."
4771 msgstr ""
4773 #: builtin/commit.c:48
4774 msgid ""
4775 "Your name and email address were configured automatically based\n"
4776 "on your username and hostname. Please check that they are accurate.\n"
4777 "You can suppress this message by setting them explicitly. Run the\n"
4778 "following command and follow the instructions in your editor to edit\n"
4779 "your configuration file:\n"
4780 "\n"
4781 "    git config --global --edit\n"
4782 "\n"
4783 "After doing this, you may fix the identity used for this commit with:\n"
4784 "\n"
4785 "    git commit --amend --reset-author\n"
4786 msgstr ""
4788 #: builtin/commit.c:61
4789 msgid ""
4790 "Your name and email address were configured automatically based\n"
4791 "on your username and hostname. Please check that they are accurate.\n"
4792 "You can suppress this message by setting them explicitly:\n"
4793 "\n"
4794 "    git config --global user.name \"Your Name\"\n"
4795 "    git config --global user.email you@example.com\n"
4796 "\n"
4797 "After doing this, you may fix the identity used for this commit with:\n"
4798 "\n"
4799 "    git commit --amend --reset-author\n"
4800 msgstr ""
4802 #: builtin/commit.c:73
4803 msgid ""
4804 "You asked to amend the most recent commit, but doing so would make\n"
4805 "it empty. You can repeat your command with --allow-empty, or you can\n"
4806 "remove the commit entirely with \"git reset HEAD^\".\n"
4807 msgstr ""
4809 #: builtin/commit.c:78
4810 msgid ""
4811 "The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
4812 "If you wish to commit it anyway, use:\n"
4813 "\n"
4814 "    git commit --allow-empty\n"
4815 "\n"
4816 msgstr ""
4818 #: builtin/commit.c:85
4819 msgid "Otherwise, please use 'git reset'\n"
4820 msgstr ""
4822 #: builtin/commit.c:88
4823 msgid ""
4824 "If you wish to skip this commit, use:\n"
4825 "\n"
4826 "    git reset\n"
4827 "\n"
4828 "Then \"git cherry-pick --continue\" will resume cherry-picking\n"
4829 "the remaining commits.\n"
4830 msgstr ""
4832 #: builtin/commit.c:305
4833 msgid "failed to unpack HEAD tree object"
4834 msgstr ""
4836 #: builtin/commit.c:346
4837 msgid "unable to create temporary index"
4838 msgstr ""
4840 #: builtin/commit.c:352
4841 msgid "interactive add failed"
4842 msgstr ""
4844 #: builtin/commit.c:365
4845 msgid "unable to update temporary index"
4846 msgstr ""
4848 #: builtin/commit.c:367
4849 msgid "Failed to update main cache tree"
4850 msgstr ""
4852 #: builtin/commit.c:391 builtin/commit.c:414 builtin/commit.c:463
4853 msgid "unable to write new_index file"
4854 msgstr ""
4856 #: builtin/commit.c:445
4857 msgid "cannot do a partial commit during a merge."
4858 msgstr ""
4860 #: builtin/commit.c:447
4861 msgid "cannot do a partial commit during a cherry-pick."
4862 msgstr ""
4864 #: builtin/commit.c:456
4865 msgid "cannot read the index"
4866 msgstr ""
4868 #: builtin/commit.c:475
4869 msgid "unable to write temporary index file"
4870 msgstr ""
4872 #: builtin/commit.c:580
4873 #, c-format
4874 msgid "commit '%s' lacks author header"
4875 msgstr ""
4877 #: builtin/commit.c:582
4878 #, c-format
4879 msgid "commit '%s' has malformed author line"
4880 msgstr ""
4882 #: builtin/commit.c:601
4883 msgid "malformed --author parameter"
4884 msgstr ""
4886 #: builtin/commit.c:609
4887 #, c-format
4888 msgid "invalid date format: %s"
4889 msgstr ""
4891 #: builtin/commit.c:653
4892 msgid ""
4893 "unable to select a comment character that is not used\n"
4894 "in the current commit message"
4895 msgstr ""
4897 #: builtin/commit.c:690 builtin/commit.c:723 builtin/commit.c:1080
4898 #, c-format
4899 msgid "could not lookup commit %s"
4900 msgstr ""
4902 #: builtin/commit.c:702 builtin/shortlog.c:285
4903 #, c-format
4904 msgid "(reading log message from standard input)\n"
4905 msgstr ""
4907 #: builtin/commit.c:704
4908 msgid "could not read log from standard input"
4909 msgstr ""
4911 #: builtin/commit.c:708
4912 #, c-format
4913 msgid "could not read log file '%s'"
4914 msgstr ""
4916 #: builtin/commit.c:730
4917 msgid "could not read MERGE_MSG"
4918 msgstr ""
4920 #: builtin/commit.c:734
4921 msgid "could not read SQUASH_MSG"
4922 msgstr ""
4924 #: builtin/commit.c:785
4925 msgid "could not write commit template"
4926 msgstr ""
4928 #: builtin/commit.c:803
4929 #, c-format
4930 msgid ""
4931 "\n"
4932 "It looks like you may be committing a merge.\n"
4933 "If this is not correct, please remove the file\n"
4934 "\t%s\n"
4935 "and try again.\n"
4936 msgstr ""
4938 #: builtin/commit.c:808
4939 #, c-format
4940 msgid ""
4941 "\n"
4942 "It looks like you may be committing a cherry-pick.\n"
4943 "If this is not correct, please remove the file\n"
4944 "\t%s\n"
4945 "and try again.\n"
4946 msgstr ""
4948 #: builtin/commit.c:821
4949 #, c-format
4950 msgid ""
4951 "Please enter the commit message for your changes. Lines starting\n"
4952 "with '%c' will be ignored, and an empty message aborts the commit.\n"
4953 msgstr ""
4955 #: builtin/commit.c:828
4956 #, c-format
4957 msgid ""
4958 "Please enter the commit message for your changes. Lines starting\n"
4959 "with '%c' will be kept; you may remove them yourself if you want to.\n"
4960 "An empty message aborts the commit.\n"
4961 msgstr ""
4963 #: builtin/commit.c:848
4964 #, c-format
4965 msgid "%sAuthor:    %.*s <%.*s>"
4966 msgstr ""
4968 #: builtin/commit.c:856
4969 #, c-format
4970 msgid "%sDate:      %s"
4971 msgstr ""
4973 #: builtin/commit.c:863
4974 #, c-format
4975 msgid "%sCommitter: %.*s <%.*s>"
4976 msgstr ""
4978 #: builtin/commit.c:881
4979 msgid "Cannot read index"
4980 msgstr ""
4982 #: builtin/commit.c:938
4983 msgid "Error building trees"
4984 msgstr ""
4986 #: builtin/commit.c:953 builtin/tag.c:266
4987 #, c-format
4988 msgid "Please supply the message using either -m or -F option.\n"
4989 msgstr ""
4991 #: builtin/commit.c:1055
4992 #, c-format
4993 msgid "--author '%s' is not 'Name <email>' and matches no existing author"
4994 msgstr ""
4996 #: builtin/commit.c:1070 builtin/commit.c:1310
4997 #, c-format
4998 msgid "Invalid untracked files mode '%s'"
4999 msgstr ""
5001 #: builtin/commit.c:1107
5002 msgid "--long and -z are incompatible"
5003 msgstr ""
5005 #: builtin/commit.c:1137
5006 msgid "Using both --reset-author and --author does not make sense"
5007 msgstr ""
5009 #: builtin/commit.c:1146
5010 msgid "You have nothing to amend."
5011 msgstr ""
5013 #: builtin/commit.c:1149
5014 msgid "You are in the middle of a merge -- cannot amend."
5015 msgstr ""
5017 #: builtin/commit.c:1151
5018 msgid "You are in the middle of a cherry-pick -- cannot amend."
5019 msgstr ""
5021 #: builtin/commit.c:1154
5022 msgid "Options --squash and --fixup cannot be used together"
5023 msgstr ""
5025 #: builtin/commit.c:1164
5026 msgid "Only one of -c/-C/-F/--fixup can be used."
5027 msgstr ""
5029 #: builtin/commit.c:1166
5030 msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
5031 msgstr ""
5033 #: builtin/commit.c:1174
5034 msgid "--reset-author can be used only with -C, -c or --amend."
5035 msgstr ""
5037 #: builtin/commit.c:1191
5038 msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
5039 msgstr ""
5041 #: builtin/commit.c:1193
5042 msgid "No paths with --include/--only does not make sense."
5043 msgstr ""
5045 #: builtin/commit.c:1195
5046 msgid "Clever... amending the last one with dirty index."
5047 msgstr ""
5049 #: builtin/commit.c:1197
5050 msgid "Explicit paths specified without -i or -o; assuming --only paths..."
5051 msgstr ""
5053 #: builtin/commit.c:1209 builtin/tag.c:475
5054 #, c-format
5055 msgid "Invalid cleanup mode %s"
5056 msgstr ""
5058 #: builtin/commit.c:1214
5059 msgid "Paths with -a does not make sense."
5060 msgstr ""
5062 #: builtin/commit.c:1324 builtin/commit.c:1605
5063 msgid "show status concisely"
5064 msgstr ""
5066 #: builtin/commit.c:1326 builtin/commit.c:1607
5067 msgid "show branch information"
5068 msgstr ""
5070 #: builtin/commit.c:1328 builtin/commit.c:1609 builtin/push.c:512
5071 #: builtin/worktree.c:430
5072 msgid "machine-readable output"
5073 msgstr ""
5075 #: builtin/commit.c:1331 builtin/commit.c:1611
5076 msgid "show status in long format (default)"
5077 msgstr ""
5079 #: builtin/commit.c:1334 builtin/commit.c:1614
5080 msgid "terminate entries with NUL"
5081 msgstr ""
5083 #: builtin/commit.c:1336 builtin/commit.c:1617 builtin/fast-export.c:981
5084 #: builtin/fast-export.c:984 builtin/tag.c:353
5085 msgid "mode"
5086 msgstr ""
5088 #: builtin/commit.c:1337 builtin/commit.c:1617
5089 msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
5090 msgstr ""
5092 #: builtin/commit.c:1340
5093 msgid "show ignored files"
5094 msgstr ""
5096 #: builtin/commit.c:1341 parse-options.h:155
5097 msgid "when"
5098 msgstr ""
5100 #: builtin/commit.c:1342
5101 msgid ""
5102 "ignore changes to submodules, optional when: all, dirty, untracked. "
5103 "(Default: all)"
5104 msgstr ""
5106 #: builtin/commit.c:1344
5107 msgid "list untracked files in columns"
5108 msgstr ""
5110 #: builtin/commit.c:1430
5111 msgid "couldn't look up newly created commit"
5112 msgstr ""
5114 #: builtin/commit.c:1432
5115 msgid "could not parse newly created commit"
5116 msgstr ""
5118 #: builtin/commit.c:1477
5119 msgid "detached HEAD"
5120 msgstr ""
5122 #: builtin/commit.c:1480
5123 msgid " (root-commit)"
5124 msgstr ""
5126 #: builtin/commit.c:1575
5127 msgid "suppress summary after successful commit"
5128 msgstr ""
5130 #: builtin/commit.c:1576
5131 msgid "show diff in commit message template"
5132 msgstr ""
5134 #: builtin/commit.c:1578
5135 msgid "Commit message options"
5136 msgstr ""
5138 #: builtin/commit.c:1579 builtin/tag.c:351
5139 msgid "read message from file"
5140 msgstr ""
5142 #: builtin/commit.c:1580
5143 msgid "author"
5144 msgstr ""
5146 #: builtin/commit.c:1580
5147 msgid "override author for commit"
5148 msgstr ""
5150 #: builtin/commit.c:1581 builtin/gc.c:326
5151 msgid "date"
5152 msgstr ""
5154 #: builtin/commit.c:1581
5155 msgid "override date for commit"
5156 msgstr ""
5158 #: builtin/commit.c:1582 builtin/merge.c:218 builtin/notes.c:395
5159 #: builtin/notes.c:558 builtin/tag.c:349
5160 msgid "message"
5161 msgstr ""
5163 #: builtin/commit.c:1582
5164 msgid "commit message"
5165 msgstr ""
5167 #: builtin/commit.c:1583 builtin/commit.c:1584 builtin/commit.c:1585
5168 #: builtin/commit.c:1586 parse-options.h:256 ref-filter.h:79
5169 msgid "commit"
5170 msgstr ""
5172 #: builtin/commit.c:1583
5173 msgid "reuse and edit message from specified commit"
5174 msgstr ""
5176 #: builtin/commit.c:1584
5177 msgid "reuse message from specified commit"
5178 msgstr ""
5180 #: builtin/commit.c:1585
5181 msgid "use autosquash formatted message to fixup specified commit"
5182 msgstr ""
5184 #: builtin/commit.c:1586
5185 msgid "use autosquash formatted message to squash specified commit"
5186 msgstr ""
5188 #: builtin/commit.c:1587
5189 msgid "the commit is authored by me now (used with -C/-c/--amend)"
5190 msgstr ""
5192 #: builtin/commit.c:1588 builtin/log.c:1219 builtin/revert.c:86
5193 msgid "add Signed-off-by:"
5194 msgstr ""
5196 #: builtin/commit.c:1589
5197 msgid "use specified template file"
5198 msgstr ""
5200 #: builtin/commit.c:1590
5201 msgid "force edit of commit"
5202 msgstr ""
5204 #: builtin/commit.c:1591
5205 msgid "default"
5206 msgstr ""
5208 #: builtin/commit.c:1591 builtin/tag.c:354
5209 msgid "how to strip spaces and #comments from message"
5210 msgstr ""
5212 #: builtin/commit.c:1592
5213 msgid "include status in commit message template"
5214 msgstr ""
5216 #: builtin/commit.c:1594 builtin/merge.c:226 builtin/pull.c:160
5217 #: builtin/revert.c:93
5218 msgid "GPG sign commit"
5219 msgstr ""
5221 #: builtin/commit.c:1597
5222 msgid "Commit contents options"
5223 msgstr ""
5225 #: builtin/commit.c:1598
5226 msgid "commit all changed files"
5227 msgstr ""
5229 #: builtin/commit.c:1599
5230 msgid "add specified files to index for commit"
5231 msgstr ""
5233 #: builtin/commit.c:1600
5234 msgid "interactively add files"
5235 msgstr ""
5237 #: builtin/commit.c:1601
5238 msgid "interactively add changes"
5239 msgstr ""
5241 #: builtin/commit.c:1602
5242 msgid "commit only specified files"
5243 msgstr ""
5245 #: builtin/commit.c:1603
5246 msgid "bypass pre-commit hook"
5247 msgstr ""
5249 #: builtin/commit.c:1604
5250 msgid "show what would be committed"
5251 msgstr ""
5253 #: builtin/commit.c:1615
5254 msgid "amend previous commit"
5255 msgstr ""
5257 #: builtin/commit.c:1616
5258 msgid "bypass post-rewrite hook"
5259 msgstr ""
5261 #: builtin/commit.c:1621
5262 msgid "ok to record an empty change"
5263 msgstr ""
5265 #: builtin/commit.c:1623
5266 msgid "ok to record a change with an empty message"
5267 msgstr ""
5269 #: builtin/commit.c:1652
5270 msgid "could not parse HEAD commit"
5271 msgstr ""
5273 #: builtin/commit.c:1698
5274 #, c-format
5275 msgid "Corrupt MERGE_HEAD file (%s)"
5276 msgstr ""
5278 #: builtin/commit.c:1705
5279 msgid "could not read MERGE_MODE"
5280 msgstr ""
5282 #: builtin/commit.c:1724
5283 #, c-format
5284 msgid "could not read commit message: %s"
5285 msgstr ""
5287 #: builtin/commit.c:1735
5288 #, c-format
5289 msgid "Aborting commit; you did not edit the message.\n"
5290 msgstr ""
5292 #: builtin/commit.c:1740
5293 #, c-format
5294 msgid "Aborting commit due to empty commit message.\n"
5295 msgstr ""
5297 #: builtin/commit.c:1788
5298 msgid ""
5299 "Repository has been updated, but unable to write\n"
5300 "new_index file. Check that disk is not full and quota is\n"
5301 "not exceeded, and then \"git reset HEAD\" to recover."
5302 msgstr ""
5304 #: builtin/config.c:9
5305 msgid "git config [<options>]"
5306 msgstr ""
5308 #: builtin/config.c:56
5309 msgid "Config file location"
5310 msgstr ""
5312 #: builtin/config.c:57
5313 msgid "use global config file"
5314 msgstr ""
5316 #: builtin/config.c:58
5317 msgid "use system config file"
5318 msgstr ""
5320 #: builtin/config.c:59
5321 msgid "use repository config file"
5322 msgstr ""
5324 #: builtin/config.c:60
5325 msgid "use given config file"
5326 msgstr ""
5328 #: builtin/config.c:61
5329 msgid "blob-id"
5330 msgstr ""
5332 #: builtin/config.c:61
5333 msgid "read config from given blob object"
5334 msgstr ""
5336 #: builtin/config.c:62
5337 msgid "Action"
5338 msgstr ""
5340 #: builtin/config.c:63
5341 msgid "get value: name [value-regex]"
5342 msgstr ""
5344 #: builtin/config.c:64
5345 msgid "get all values: key [value-regex]"
5346 msgstr ""
5348 #: builtin/config.c:65
5349 msgid "get values for regexp: name-regex [value-regex]"
5350 msgstr ""
5352 #: builtin/config.c:66
5353 msgid "get value specific for the URL: section[.var] URL"
5354 msgstr ""
5356 #: builtin/config.c:67
5357 msgid "replace all matching variables: name value [value_regex]"
5358 msgstr ""
5360 #: builtin/config.c:68
5361 msgid "add a new variable: name value"
5362 msgstr ""
5364 #: builtin/config.c:69
5365 msgid "remove a variable: name [value-regex]"
5366 msgstr ""
5368 #: builtin/config.c:70
5369 msgid "remove all matches: name [value-regex]"
5370 msgstr ""
5372 #: builtin/config.c:71
5373 msgid "rename section: old-name new-name"
5374 msgstr ""
5376 #: builtin/config.c:72
5377 msgid "remove a section: name"
5378 msgstr ""
5380 #: builtin/config.c:73
5381 msgid "list all"
5382 msgstr ""
5384 #: builtin/config.c:74
5385 msgid "open an editor"
5386 msgstr ""
5388 #: builtin/config.c:75
5389 msgid "find the color configured: slot [default]"
5390 msgstr ""
5392 #: builtin/config.c:76
5393 msgid "find the color setting: slot [stdout-is-tty]"
5394 msgstr ""
5396 #: builtin/config.c:77
5397 msgid "Type"
5398 msgstr ""
5400 #: builtin/config.c:78
5401 msgid "value is \"true\" or \"false\""
5402 msgstr ""
5404 #: builtin/config.c:79
5405 msgid "value is decimal number"
5406 msgstr ""
5408 #: builtin/config.c:80
5409 msgid "value is --bool or --int"
5410 msgstr ""
5412 #: builtin/config.c:81
5413 msgid "value is a path (file or directory name)"
5414 msgstr ""
5416 #: builtin/config.c:82
5417 msgid "Other"
5418 msgstr ""
5420 #: builtin/config.c:83
5421 msgid "terminate values with NUL byte"
5422 msgstr ""
5424 #: builtin/config.c:84
5425 msgid "show variable names only"
5426 msgstr ""
5428 #: builtin/config.c:85
5429 msgid "respect include directives on lookup"
5430 msgstr ""
5432 #: builtin/config.c:86
5433 msgid "show origin of config (file, standard input, blob, command line)"
5434 msgstr ""
5436 #: builtin/config.c:328
5437 msgid "unable to parse default color value"
5438 msgstr ""
5440 #: builtin/config.c:469
5441 #, c-format
5442 msgid ""
5443 "# This is Git's per-user configuration file.\n"
5444 "[user]\n"
5445 "# Please adapt and uncomment the following lines:\n"
5446 "#\tname = %s\n"
5447 "#\temail = %s\n"
5448 msgstr ""
5450 #: builtin/config.c:611
5451 #, c-format
5452 msgid "cannot create configuration file %s"
5453 msgstr ""
5455 #: builtin/count-objects.c:77
5456 msgid "git count-objects [-v] [-H | --human-readable]"
5457 msgstr ""
5459 #: builtin/count-objects.c:87
5460 msgid "print sizes in human readable format"
5461 msgstr ""
5463 #: builtin/describe.c:17
5464 msgid "git describe [<options>] [<commit-ish>...]"
5465 msgstr ""
5467 #: builtin/describe.c:18
5468 msgid "git describe [<options>] --dirty"
5469 msgstr ""
5471 #: builtin/describe.c:217
5472 #, c-format
5473 msgid "annotated tag %s not available"
5474 msgstr ""
5476 #: builtin/describe.c:221
5477 #, c-format
5478 msgid "annotated tag %s has no embedded name"
5479 msgstr ""
5481 #: builtin/describe.c:223
5482 #, c-format
5483 msgid "tag '%s' is really '%s' here"
5484 msgstr ""
5486 #: builtin/describe.c:250 builtin/log.c:459
5487 #, c-format
5488 msgid "Not a valid object name %s"
5489 msgstr ""
5491 #: builtin/describe.c:253
5492 #, c-format
5493 msgid "%s is not a valid '%s' object"
5494 msgstr ""
5496 #: builtin/describe.c:270
5497 #, c-format
5498 msgid "no tag exactly matches '%s'"
5499 msgstr ""
5501 #: builtin/describe.c:272
5502 #, c-format
5503 msgid "searching to describe %s\n"
5504 msgstr ""
5506 #: builtin/describe.c:319
5507 #, c-format
5508 msgid "finished search at %s\n"
5509 msgstr ""
5511 #: builtin/describe.c:346
5512 #, c-format
5513 msgid ""
5514 "No annotated tags can describe '%s'.\n"
5515 "However, there were unannotated tags: try --tags."
5516 msgstr ""
5518 #: builtin/describe.c:350
5519 #, c-format
5520 msgid ""
5521 "No tags can describe '%s'.\n"
5522 "Try --always, or create some tags."
5523 msgstr ""
5525 #: builtin/describe.c:371
5526 #, c-format
5527 msgid "traversed %lu commits\n"
5528 msgstr ""
5530 #: builtin/describe.c:374
5531 #, c-format
5532 msgid ""
5533 "more than %i tags found; listed %i most recent\n"
5534 "gave up search at %s\n"
5535 msgstr ""
5537 #: builtin/describe.c:396
5538 msgid "find the tag that comes after the commit"
5539 msgstr ""
5541 #: builtin/describe.c:397
5542 msgid "debug search strategy on stderr"
5543 msgstr ""
5545 #: builtin/describe.c:398
5546 msgid "use any ref"
5547 msgstr ""
5549 #: builtin/describe.c:399
5550 msgid "use any tag, even unannotated"
5551 msgstr ""
5553 #: builtin/describe.c:400
5554 msgid "always use long format"
5555 msgstr ""
5557 #: builtin/describe.c:401
5558 msgid "only follow first parent"
5559 msgstr ""
5561 #: builtin/describe.c:404
5562 msgid "only output exact matches"
5563 msgstr ""
5565 #: builtin/describe.c:406
5566 msgid "consider <n> most recent tags (default: 10)"
5567 msgstr ""
5569 #: builtin/describe.c:408
5570 msgid "only consider tags matching <pattern>"
5571 msgstr ""
5573 #: builtin/describe.c:410 builtin/name-rev.c:314
5574 msgid "show abbreviated commit object as fallback"
5575 msgstr ""
5577 #: builtin/describe.c:411
5578 msgid "mark"
5579 msgstr ""
5581 #: builtin/describe.c:412
5582 msgid "append <mark> on dirty working tree (default: \"-dirty\")"
5583 msgstr ""
5585 #: builtin/describe.c:430
5586 msgid "--long is incompatible with --abbrev=0"
5587 msgstr ""
5589 #: builtin/describe.c:456
5590 msgid "No names found, cannot describe anything."
5591 msgstr ""
5593 #: builtin/describe.c:476
5594 msgid "--dirty is incompatible with commit-ishes"
5595 msgstr ""
5597 #: builtin/diff.c:86
5598 #, c-format
5599 msgid "'%s': not a regular file or symlink"
5600 msgstr ""
5602 #: builtin/diff.c:237
5603 #, c-format
5604 msgid "invalid option: %s"
5605 msgstr ""
5607 #: builtin/diff.c:358
5608 msgid "Not a git repository"
5609 msgstr ""
5611 #: builtin/diff.c:401
5612 #, c-format
5613 msgid "invalid object '%s' given."
5614 msgstr ""
5616 #: builtin/diff.c:410
5617 #, c-format
5618 msgid "more than two blobs given: '%s'"
5619 msgstr ""
5621 #: builtin/diff.c:417
5622 #, c-format
5623 msgid "unhandled object '%s' given."
5624 msgstr ""
5626 #: builtin/fast-export.c:25
5627 msgid "git fast-export [rev-list-opts]"
5628 msgstr ""
5630 #: builtin/fast-export.c:980
5631 msgid "show progress after <n> objects"
5632 msgstr ""
5634 #: builtin/fast-export.c:982
5635 msgid "select handling of signed tags"
5636 msgstr ""
5638 #: builtin/fast-export.c:985
5639 msgid "select handling of tags that tag filtered objects"
5640 msgstr ""
5642 #: builtin/fast-export.c:988
5643 msgid "Dump marks to this file"
5644 msgstr ""
5646 #: builtin/fast-export.c:990
5647 msgid "Import marks from this file"
5648 msgstr ""
5650 #: builtin/fast-export.c:992
5651 msgid "Fake a tagger when tags lack one"
5652 msgstr ""
5654 #: builtin/fast-export.c:994
5655 msgid "Output full tree for each commit"
5656 msgstr ""
5658 #: builtin/fast-export.c:996
5659 msgid "Use the done feature to terminate the stream"
5660 msgstr ""
5662 #: builtin/fast-export.c:997
5663 msgid "Skip output of blob data"
5664 msgstr ""
5666 #: builtin/fast-export.c:998
5667 msgid "refspec"
5668 msgstr ""
5670 #: builtin/fast-export.c:999
5671 msgid "Apply refspec to exported refs"
5672 msgstr ""
5674 #: builtin/fast-export.c:1000
5675 msgid "anonymize output"
5676 msgstr ""
5678 #: builtin/fetch.c:20
5679 msgid "git fetch [<options>] [<repository> [<refspec>...]]"
5680 msgstr ""
5682 #: builtin/fetch.c:21
5683 msgid "git fetch [<options>] <group>"
5684 msgstr ""
5686 #: builtin/fetch.c:22
5687 msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
5688 msgstr ""
5690 #: builtin/fetch.c:23
5691 msgid "git fetch --all [<options>]"
5692 msgstr ""
5694 #: builtin/fetch.c:92 builtin/pull.c:166
5695 msgid "fetch from all remotes"
5696 msgstr ""
5698 #: builtin/fetch.c:94 builtin/pull.c:169
5699 msgid "append to .git/FETCH_HEAD instead of overwriting"
5700 msgstr ""
5702 #: builtin/fetch.c:96 builtin/pull.c:172
5703 msgid "path to upload pack on remote end"
5704 msgstr ""
5706 #: builtin/fetch.c:97 builtin/pull.c:174
5707 msgid "force overwrite of local branch"
5708 msgstr ""
5710 #: builtin/fetch.c:99
5711 msgid "fetch from multiple remotes"
5712 msgstr ""
5714 #: builtin/fetch.c:101 builtin/pull.c:176
5715 msgid "fetch all tags and associated objects"
5716 msgstr ""
5718 #: builtin/fetch.c:103
5719 msgid "do not fetch all tags (--no-tags)"
5720 msgstr ""
5722 #: builtin/fetch.c:105
5723 msgid "number of submodules fetched in parallel"
5724 msgstr ""
5726 #: builtin/fetch.c:107 builtin/pull.c:179
5727 msgid "prune remote-tracking branches no longer on remote"
5728 msgstr ""
5730 #: builtin/fetch.c:108 builtin/pull.c:182
5731 msgid "on-demand"
5732 msgstr ""
5734 #: builtin/fetch.c:109 builtin/pull.c:183
5735 msgid "control recursive fetching of submodules"
5736 msgstr ""
5738 #: builtin/fetch.c:113 builtin/pull.c:191
5739 msgid "keep downloaded pack"
5740 msgstr ""
5742 #: builtin/fetch.c:115
5743 msgid "allow updating of HEAD ref"
5744 msgstr ""
5746 #: builtin/fetch.c:118 builtin/pull.c:194
5747 msgid "deepen history of shallow clone"
5748 msgstr ""
5750 #: builtin/fetch.c:120 builtin/pull.c:197
5751 msgid "convert to a complete repository"
5752 msgstr ""
5754 #: builtin/fetch.c:122 builtin/log.c:1236
5755 msgid "dir"
5756 msgstr ""
5758 #: builtin/fetch.c:123
5759 msgid "prepend this to submodule path output"
5760 msgstr ""
5762 #: builtin/fetch.c:126
5763 msgid "default mode for recursion"
5764 msgstr ""
5766 #: builtin/fetch.c:128 builtin/pull.c:200
5767 msgid "accept refs that update .git/shallow"
5768 msgstr ""
5770 #: builtin/fetch.c:129 builtin/pull.c:202
5771 msgid "refmap"
5772 msgstr ""
5774 #: builtin/fetch.c:130 builtin/pull.c:203
5775 msgid "specify fetch refmap"
5776 msgstr ""
5778 #: builtin/fetch.c:386
5779 msgid "Couldn't find remote ref HEAD"
5780 msgstr ""
5782 #: builtin/fetch.c:466
5783 #, c-format
5784 msgid "object %s not found"
5785 msgstr ""
5787 #: builtin/fetch.c:471
5788 msgid "[up to date]"
5789 msgstr ""
5791 #: builtin/fetch.c:485
5792 #, c-format
5793 msgid "! %-*s %-*s -> %s  (can't fetch in current branch)"
5794 msgstr ""
5796 #: builtin/fetch.c:486 builtin/fetch.c:574
5797 msgid "[rejected]"
5798 msgstr ""
5800 #: builtin/fetch.c:497
5801 msgid "[tag update]"
5802 msgstr ""
5804 #: builtin/fetch.c:499 builtin/fetch.c:534 builtin/fetch.c:552
5805 msgid "  (unable to update local ref)"
5806 msgstr ""
5808 #: builtin/fetch.c:517
5809 msgid "[new tag]"
5810 msgstr ""
5812 #: builtin/fetch.c:520
5813 msgid "[new branch]"
5814 msgstr ""
5816 #: builtin/fetch.c:523
5817 msgid "[new ref]"
5818 msgstr ""
5820 #: builtin/fetch.c:569
5821 msgid "unable to update local ref"
5822 msgstr ""
5824 #: builtin/fetch.c:569
5825 msgid "forced update"
5826 msgstr ""
5828 #: builtin/fetch.c:576
5829 msgid "(non-fast-forward)"
5830 msgstr ""
5832 #: builtin/fetch.c:610 builtin/fetch.c:851
5833 #, c-format
5834 msgid "cannot open %s: %s\n"
5835 msgstr ""
5837 #: builtin/fetch.c:619
5838 #, c-format
5839 msgid "%s did not send all necessary objects\n"
5840 msgstr ""
5842 #: builtin/fetch.c:637
5843 #, c-format
5844 msgid "reject %s because shallow roots are not allowed to be updated"
5845 msgstr ""
5847 #: builtin/fetch.c:724 builtin/fetch.c:816
5848 #, c-format
5849 msgid "From %.*s\n"
5850 msgstr ""
5852 #: builtin/fetch.c:735
5853 #, c-format
5854 msgid ""
5855 "some local refs could not be updated; try running\n"
5856 " 'git remote prune %s' to remove any old, conflicting branches"
5857 msgstr ""
5859 #: builtin/fetch.c:787
5860 #, c-format
5861 msgid "   (%s will become dangling)"
5862 msgstr ""
5864 #: builtin/fetch.c:788
5865 #, c-format
5866 msgid "   (%s has become dangling)"
5867 msgstr ""
5869 #: builtin/fetch.c:820
5870 msgid "[deleted]"
5871 msgstr ""
5873 #: builtin/fetch.c:821 builtin/remote.c:1025
5874 msgid "(none)"
5875 msgstr ""
5877 #: builtin/fetch.c:841
5878 #, c-format
5879 msgid "Refusing to fetch into current branch %s of non-bare repository"
5880 msgstr ""
5882 #: builtin/fetch.c:860
5883 #, c-format
5884 msgid "Option \"%s\" value \"%s\" is not valid for %s"
5885 msgstr ""
5887 #: builtin/fetch.c:863
5888 #, c-format
5889 msgid "Option \"%s\" is ignored for %s\n"
5890 msgstr ""
5892 #: builtin/fetch.c:920
5893 #, c-format
5894 msgid "Don't know how to fetch from %s"
5895 msgstr ""
5897 #: builtin/fetch.c:1080
5898 #, c-format
5899 msgid "Fetching %s\n"
5900 msgstr ""
5902 #: builtin/fetch.c:1082 builtin/remote.c:96
5903 #, c-format
5904 msgid "Could not fetch %s"
5905 msgstr ""
5907 #: builtin/fetch.c:1100
5908 msgid ""
5909 "No remote repository specified.  Please, specify either a URL or a\n"
5910 "remote name from which new revisions should be fetched."
5911 msgstr ""
5913 #: builtin/fetch.c:1123
5914 msgid "You need to specify a tag name."
5915 msgstr ""
5917 #: builtin/fetch.c:1165
5918 msgid "--depth and --unshallow cannot be used together"
5919 msgstr ""
5921 #: builtin/fetch.c:1167
5922 msgid "--unshallow on a complete repository does not make sense"
5923 msgstr ""
5925 #: builtin/fetch.c:1187
5926 msgid "fetch --all does not take a repository argument"
5927 msgstr ""
5929 #: builtin/fetch.c:1189
5930 msgid "fetch --all does not make sense with refspecs"
5931 msgstr ""
5933 #: builtin/fetch.c:1200
5934 #, c-format
5935 msgid "No such remote or remote group: %s"
5936 msgstr ""
5938 #: builtin/fetch.c:1208
5939 msgid "Fetching a group and specifying refspecs does not make sense"
5940 msgstr ""
5942 #: builtin/fmt-merge-msg.c:14
5943 msgid ""
5944 "git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
5945 msgstr ""
5947 #: builtin/fmt-merge-msg.c:667
5948 msgid "populate log with at most <n> entries from shortlog"
5949 msgstr ""
5951 #: builtin/fmt-merge-msg.c:670
5952 msgid "alias for --log (deprecated)"
5953 msgstr ""
5955 #: builtin/fmt-merge-msg.c:673
5956 msgid "text"
5957 msgstr ""
5959 #: builtin/fmt-merge-msg.c:674
5960 msgid "use <text> as start of message"
5961 msgstr ""
5963 #: builtin/fmt-merge-msg.c:675
5964 msgid "file to read from"
5965 msgstr ""
5967 #: builtin/for-each-ref.c:9
5968 msgid "git for-each-ref [<options>] [<pattern>]"
5969 msgstr ""
5971 #: builtin/for-each-ref.c:10
5972 msgid "git for-each-ref [--points-at <object>]"
5973 msgstr ""
5975 #: builtin/for-each-ref.c:11
5976 msgid "git for-each-ref [(--merged | --no-merged) [<object>]]"
5977 msgstr ""
5979 #: builtin/for-each-ref.c:12
5980 msgid "git for-each-ref [--contains [<object>]]"
5981 msgstr ""
5983 #: builtin/for-each-ref.c:27
5984 msgid "quote placeholders suitably for shells"
5985 msgstr ""
5987 #: builtin/for-each-ref.c:29
5988 msgid "quote placeholders suitably for perl"
5989 msgstr ""
5991 #: builtin/for-each-ref.c:31
5992 msgid "quote placeholders suitably for python"
5993 msgstr ""
5995 #: builtin/for-each-ref.c:33
5996 msgid "quote placeholders suitably for Tcl"
5997 msgstr ""
5999 #: builtin/for-each-ref.c:36
6000 msgid "show only <n> matched refs"
6001 msgstr ""
6003 #: builtin/for-each-ref.c:37 builtin/tag.c:372
6004 msgid "format to use for the output"
6005 msgstr ""
6007 #: builtin/for-each-ref.c:41
6008 msgid "print only refs which points at the given object"
6009 msgstr ""
6011 #: builtin/for-each-ref.c:43
6012 msgid "print only refs that are merged"
6013 msgstr ""
6015 #: builtin/for-each-ref.c:44
6016 msgid "print only refs that are not merged"
6017 msgstr ""
6019 #: builtin/for-each-ref.c:45
6020 msgid "print only refs which contain the commit"
6021 msgstr ""
6023 #: builtin/fsck.c:156 builtin/prune.c:140
6024 msgid "Checking connectivity"
6025 msgstr ""
6027 #: builtin/fsck.c:486
6028 msgid "Checking object directories"
6029 msgstr ""
6031 #: builtin/fsck.c:553
6032 msgid "git fsck [<options>] [<object>...]"
6033 msgstr ""
6035 #: builtin/fsck.c:559
6036 msgid "show unreachable objects"
6037 msgstr ""
6039 #: builtin/fsck.c:560
6040 msgid "show dangling objects"
6041 msgstr ""
6043 #: builtin/fsck.c:561
6044 msgid "report tags"
6045 msgstr ""
6047 #: builtin/fsck.c:562
6048 msgid "report root nodes"
6049 msgstr ""
6051 #: builtin/fsck.c:563
6052 msgid "make index objects head nodes"
6053 msgstr ""
6055 #: builtin/fsck.c:564
6056 msgid "make reflogs head nodes (default)"
6057 msgstr ""
6059 #: builtin/fsck.c:565
6060 msgid "also consider packs and alternate objects"
6061 msgstr ""
6063 #: builtin/fsck.c:566
6064 msgid "check only connectivity"
6065 msgstr ""
6067 #: builtin/fsck.c:567
6068 msgid "enable more strict checking"
6069 msgstr ""
6071 #: builtin/fsck.c:569
6072 msgid "write dangling objects in .git/lost-found"
6073 msgstr ""
6075 #: builtin/fsck.c:570 builtin/prune.c:107
6076 msgid "show progress"
6077 msgstr ""
6079 #: builtin/fsck.c:631
6080 msgid "Checking objects"
6081 msgstr ""
6083 #: builtin/gc.c:25
6084 msgid "git gc [<options>]"
6085 msgstr ""
6087 #: builtin/gc.c:72
6088 #, c-format
6089 msgid "Invalid %s: '%s'"
6090 msgstr ""
6092 #: builtin/gc.c:139
6093 #, c-format
6094 msgid "insanely long object directory %.*s"
6095 msgstr ""
6097 #: builtin/gc.c:290
6098 #, c-format
6099 msgid ""
6100 "The last gc run reported the following. Please correct the root cause\n"
6101 "and remove %s.\n"
6102 "Automatic cleanup will not be performed until the file is removed.\n"
6103 "\n"
6104 "%s"
6105 msgstr ""
6107 #: builtin/gc.c:327
6108 msgid "prune unreferenced objects"
6109 msgstr ""
6111 #: builtin/gc.c:329
6112 msgid "be more thorough (increased runtime)"
6113 msgstr ""
6115 #: builtin/gc.c:330
6116 msgid "enable auto-gc mode"
6117 msgstr ""
6119 #: builtin/gc.c:331
6120 msgid "force running gc even if there may be another gc running"
6121 msgstr ""
6123 #: builtin/gc.c:373
6124 #, c-format
6125 msgid "Auto packing the repository in background for optimum performance.\n"
6126 msgstr ""
6128 #: builtin/gc.c:375
6129 #, c-format
6130 msgid "Auto packing the repository for optimum performance.\n"
6131 msgstr ""
6133 #: builtin/gc.c:376
6134 #, c-format
6135 msgid "See \"git help gc\" for manual housekeeping.\n"
6136 msgstr ""
6138 #: builtin/gc.c:397
6139 #, c-format
6140 msgid ""
6141 "gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
6142 msgstr ""
6144 #: builtin/gc.c:441
6145 msgid ""
6146 "There are too many unreachable loose objects; run 'git prune' to remove them."
6147 msgstr ""
6149 #: builtin/grep.c:23
6150 msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
6151 msgstr ""
6153 #: builtin/grep.c:219
6154 #, c-format
6155 msgid "grep: failed to create thread: %s"
6156 msgstr ""
6158 #: builtin/grep.c:277
6159 #, c-format
6160 msgid "invalid number of threads specified (%d) for %s"
6161 msgstr ""
6163 #: builtin/grep.c:452 builtin/grep.c:487
6164 #, c-format
6165 msgid "unable to read tree (%s)"
6166 msgstr ""
6168 #: builtin/grep.c:502
6169 #, c-format
6170 msgid "unable to grep from object of type %s"
6171 msgstr ""
6173 #: builtin/grep.c:558
6174 #, c-format
6175 msgid "switch `%c' expects a numerical value"
6176 msgstr ""
6178 #: builtin/grep.c:575
6179 #, c-format
6180 msgid "cannot open '%s'"
6181 msgstr ""
6183 #: builtin/grep.c:644
6184 msgid "search in index instead of in the work tree"
6185 msgstr ""
6187 #: builtin/grep.c:646
6188 msgid "find in contents not managed by git"
6189 msgstr ""
6191 #: builtin/grep.c:648
6192 msgid "search in both tracked and untracked files"
6193 msgstr ""
6195 #: builtin/grep.c:650
6196 msgid "ignore files specified via '.gitignore'"
6197 msgstr ""
6199 #: builtin/grep.c:653
6200 msgid "show non-matching lines"
6201 msgstr ""
6203 #: builtin/grep.c:655
6204 msgid "case insensitive matching"
6205 msgstr ""
6207 #: builtin/grep.c:657
6208 msgid "match patterns only at word boundaries"
6209 msgstr ""
6211 #: builtin/grep.c:659
6212 msgid "process binary files as text"
6213 msgstr ""
6215 #: builtin/grep.c:661
6216 msgid "don't match patterns in binary files"
6217 msgstr ""
6219 #: builtin/grep.c:664
6220 msgid "process binary files with textconv filters"
6221 msgstr ""
6223 #: builtin/grep.c:666
6224 msgid "descend at most <depth> levels"
6225 msgstr ""
6227 #: builtin/grep.c:670
6228 msgid "use extended POSIX regular expressions"
6229 msgstr ""
6231 #: builtin/grep.c:673
6232 msgid "use basic POSIX regular expressions (default)"
6233 msgstr ""
6235 #: builtin/grep.c:676
6236 msgid "interpret patterns as fixed strings"
6237 msgstr ""
6239 #: builtin/grep.c:679
6240 msgid "use Perl-compatible regular expressions"
6241 msgstr ""
6243 #: builtin/grep.c:682
6244 msgid "show line numbers"
6245 msgstr ""
6247 #: builtin/grep.c:683
6248 msgid "don't show filenames"
6249 msgstr ""
6251 #: builtin/grep.c:684
6252 msgid "show filenames"
6253 msgstr ""
6255 #: builtin/grep.c:686
6256 msgid "show filenames relative to top directory"
6257 msgstr ""
6259 #: builtin/grep.c:688
6260 msgid "show only filenames instead of matching lines"
6261 msgstr ""
6263 #: builtin/grep.c:690
6264 msgid "synonym for --files-with-matches"
6265 msgstr ""
6267 #: builtin/grep.c:693
6268 msgid "show only the names of files without match"
6269 msgstr ""
6271 #: builtin/grep.c:695
6272 msgid "print NUL after filenames"
6273 msgstr ""
6275 #: builtin/grep.c:697
6276 msgid "show the number of matches instead of matching lines"
6277 msgstr ""
6279 #: builtin/grep.c:698
6280 msgid "highlight matches"
6281 msgstr ""
6283 #: builtin/grep.c:700
6284 msgid "print empty line between matches from different files"
6285 msgstr ""
6287 #: builtin/grep.c:702
6288 msgid "show filename only once above matches from same file"
6289 msgstr ""
6291 #: builtin/grep.c:705
6292 msgid "show <n> context lines before and after matches"
6293 msgstr ""
6295 #: builtin/grep.c:708
6296 msgid "show <n> context lines before matches"
6297 msgstr ""
6299 #: builtin/grep.c:710
6300 msgid "show <n> context lines after matches"
6301 msgstr ""
6303 #: builtin/grep.c:712
6304 msgid "use <n> worker threads"
6305 msgstr ""
6307 #: builtin/grep.c:713
6308 msgid "shortcut for -C NUM"
6309 msgstr ""
6311 #: builtin/grep.c:716
6312 msgid "show a line with the function name before matches"
6313 msgstr ""
6315 #: builtin/grep.c:718
6316 msgid "show the surrounding function"
6317 msgstr ""
6319 #: builtin/grep.c:721
6320 msgid "read patterns from file"
6321 msgstr ""
6323 #: builtin/grep.c:723
6324 msgid "match <pattern>"
6325 msgstr ""
6327 #: builtin/grep.c:725
6328 msgid "combine patterns specified with -e"
6329 msgstr ""
6331 #: builtin/grep.c:737
6332 msgid "indicate hit with exit status without output"
6333 msgstr ""
6335 #: builtin/grep.c:739
6336 msgid "show only matches from files that match all patterns"
6337 msgstr ""
6339 #: builtin/grep.c:741
6340 msgid "show parse tree for grep expression"
6341 msgstr ""
6343 #: builtin/grep.c:745
6344 msgid "pager"
6345 msgstr ""
6347 #: builtin/grep.c:745
6348 msgid "show matching files in the pager"
6349 msgstr ""
6351 #: builtin/grep.c:748
6352 msgid "allow calling of grep(1) (ignored by this build)"
6353 msgstr ""
6355 #: builtin/grep.c:811
6356 msgid "no pattern given."
6357 msgstr ""
6359 #: builtin/grep.c:843 builtin/index-pack.c:1475
6360 #, c-format
6361 msgid "invalid number of threads specified (%d)"
6362 msgstr ""
6364 #: builtin/grep.c:873
6365 msgid "--open-files-in-pager only works on the worktree"
6366 msgstr ""
6368 #: builtin/grep.c:899
6369 msgid "--cached or --untracked cannot be used with --no-index."
6370 msgstr ""
6372 #: builtin/grep.c:904
6373 msgid "--no-index or --untracked cannot be used with revs."
6374 msgstr ""
6376 #: builtin/grep.c:907
6377 msgid "--[no-]exclude-standard cannot be used for tracked contents."
6378 msgstr ""
6380 #: builtin/grep.c:915
6381 msgid "both --cached and trees are given."
6382 msgstr ""
6384 #: builtin/hash-object.c:81
6385 msgid ""
6386 "git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
6387 "[--] <file>..."
6388 msgstr ""
6390 #: builtin/hash-object.c:82
6391 msgid "git hash-object  --stdin-paths"
6392 msgstr ""
6394 #: builtin/hash-object.c:93
6395 msgid "type"
6396 msgstr ""
6398 #: builtin/hash-object.c:93
6399 msgid "object type"
6400 msgstr ""
6402 #: builtin/hash-object.c:94
6403 msgid "write the object into the object database"
6404 msgstr ""
6406 #: builtin/hash-object.c:96
6407 msgid "read the object from stdin"
6408 msgstr ""
6410 #: builtin/hash-object.c:98
6411 msgid "store file as is without filters"
6412 msgstr ""
6414 #: builtin/hash-object.c:99
6415 msgid ""
6416 "just hash any random garbage to create corrupt objects for debugging Git"
6417 msgstr ""
6419 #: builtin/hash-object.c:100
6420 msgid "process file as it were from this path"
6421 msgstr ""
6423 #: builtin/help.c:41
6424 msgid "print all available commands"
6425 msgstr ""
6427 #: builtin/help.c:42
6428 msgid "print list of useful guides"
6429 msgstr ""
6431 #: builtin/help.c:43
6432 msgid "show man page"
6433 msgstr ""
6435 #: builtin/help.c:44
6436 msgid "show manual in web browser"
6437 msgstr ""
6439 #: builtin/help.c:46
6440 msgid "show info page"
6441 msgstr ""
6443 #: builtin/help.c:52
6444 msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
6445 msgstr ""
6447 #: builtin/help.c:64
6448 #, c-format
6449 msgid "unrecognized help format '%s'"
6450 msgstr ""
6452 #: builtin/help.c:91
6453 msgid "Failed to start emacsclient."
6454 msgstr ""
6456 #: builtin/help.c:104
6457 msgid "Failed to parse emacsclient version."
6458 msgstr ""
6460 #: builtin/help.c:112
6461 #, c-format
6462 msgid "emacsclient version '%d' too old (< 22)."
6463 msgstr ""
6465 #: builtin/help.c:130 builtin/help.c:151 builtin/help.c:160 builtin/help.c:168
6466 #, c-format
6467 msgid "failed to exec '%s': %s"
6468 msgstr ""
6470 #: builtin/help.c:205
6471 #, c-format
6472 msgid ""
6473 "'%s': path for unsupported man viewer.\n"
6474 "Please consider using 'man.<tool>.cmd' instead."
6475 msgstr ""
6477 #: builtin/help.c:217
6478 #, c-format
6479 msgid ""
6480 "'%s': cmd for supported man viewer.\n"
6481 "Please consider using 'man.<tool>.path' instead."
6482 msgstr ""
6484 #: builtin/help.c:334
6485 #, c-format
6486 msgid "'%s': unknown man viewer."
6487 msgstr ""
6489 #: builtin/help.c:351
6490 msgid "no man viewer handled the request"
6491 msgstr ""
6493 #: builtin/help.c:359
6494 msgid "no info viewer handled the request"
6495 msgstr ""
6497 #: builtin/help.c:408
6498 msgid "Defining attributes per path"
6499 msgstr ""
6501 #: builtin/help.c:409
6502 msgid "Everyday Git With 20 Commands Or So"
6503 msgstr ""
6505 #: builtin/help.c:410
6506 msgid "A Git glossary"
6507 msgstr ""
6509 #: builtin/help.c:411
6510 msgid "Specifies intentionally untracked files to ignore"
6511 msgstr ""
6513 #: builtin/help.c:412
6514 msgid "Defining submodule properties"
6515 msgstr ""
6517 #: builtin/help.c:413
6518 msgid "Specifying revisions and ranges for Git"
6519 msgstr ""
6521 #: builtin/help.c:414
6522 msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
6523 msgstr ""
6525 #: builtin/help.c:415
6526 msgid "An overview of recommended workflows with Git"
6527 msgstr ""
6529 #: builtin/help.c:427
6530 msgid "The common Git guides are:\n"
6531 msgstr ""
6533 #: builtin/help.c:448 builtin/help.c:465
6534 #, c-format
6535 msgid "usage: %s%s"
6536 msgstr ""
6538 #: builtin/help.c:481
6539 #, c-format
6540 msgid "`git %s' is aliased to `%s'"
6541 msgstr ""
6543 #: builtin/index-pack.c:152
6544 #, c-format
6545 msgid "unable to open %s"
6546 msgstr ""
6548 #: builtin/index-pack.c:202
6549 #, c-format
6550 msgid "object type mismatch at %s"
6551 msgstr ""
6553 #: builtin/index-pack.c:222
6554 #, c-format
6555 msgid "did not receive expected object %s"
6556 msgstr ""
6558 #: builtin/index-pack.c:225
6559 #, c-format
6560 msgid "object %s: expected type %s, found %s"
6561 msgstr ""
6563 #: builtin/index-pack.c:267
6564 #, c-format
6565 msgid "cannot fill %d byte"
6566 msgid_plural "cannot fill %d bytes"
6567 msgstr[0] ""
6568 msgstr[1] ""
6570 #: builtin/index-pack.c:277
6571 msgid "early EOF"
6572 msgstr ""
6574 #: builtin/index-pack.c:278
6575 msgid "read error on input"
6576 msgstr ""
6578 #: builtin/index-pack.c:290
6579 msgid "used more bytes than were available"
6580 msgstr ""
6582 #: builtin/index-pack.c:297
6583 msgid "pack too large for current definition of off_t"
6584 msgstr ""
6586 #: builtin/index-pack.c:313
6587 #, c-format
6588 msgid "unable to create '%s'"
6589 msgstr ""
6591 #: builtin/index-pack.c:318
6592 #, c-format
6593 msgid "cannot open packfile '%s'"
6594 msgstr ""
6596 #: builtin/index-pack.c:332
6597 msgid "pack signature mismatch"
6598 msgstr ""
6600 #: builtin/index-pack.c:334
6601 #, c-format
6602 msgid "pack version %<PRIu32> unsupported"
6603 msgstr ""
6605 #: builtin/index-pack.c:352
6606 #, c-format
6607 msgid "pack has bad object at offset %lu: %s"
6608 msgstr ""
6610 #: builtin/index-pack.c:473
6611 #, c-format
6612 msgid "inflate returned %d"
6613 msgstr ""
6615 #: builtin/index-pack.c:522
6616 msgid "offset value overflow for delta base object"
6617 msgstr ""
6619 #: builtin/index-pack.c:530
6620 msgid "delta base offset is out of bound"
6621 msgstr ""
6623 #: builtin/index-pack.c:538
6624 #, c-format
6625 msgid "unknown object type %d"
6626 msgstr ""
6628 #: builtin/index-pack.c:569
6629 msgid "cannot pread pack file"
6630 msgstr ""
6632 #: builtin/index-pack.c:571
6633 #, c-format
6634 msgid "premature end of pack file, %lu byte missing"
6635 msgid_plural "premature end of pack file, %lu bytes missing"
6636 msgstr[0] ""
6637 msgstr[1] ""
6639 #: builtin/index-pack.c:597
6640 msgid "serious inflate inconsistency"
6641 msgstr ""
6643 #: builtin/index-pack.c:743 builtin/index-pack.c:749 builtin/index-pack.c:772
6644 #: builtin/index-pack.c:806 builtin/index-pack.c:815
6645 #, c-format
6646 msgid "SHA1 COLLISION FOUND WITH %s !"
6647 msgstr ""
6649 #: builtin/index-pack.c:746 builtin/pack-objects.c:162
6650 #: builtin/pack-objects.c:254
6651 #, c-format
6652 msgid "unable to read %s"
6653 msgstr ""
6655 #: builtin/index-pack.c:812
6656 #, c-format
6657 msgid "cannot read existing object %s"
6658 msgstr ""
6660 #: builtin/index-pack.c:826
6661 #, c-format
6662 msgid "invalid blob object %s"
6663 msgstr ""
6665 #: builtin/index-pack.c:840
6666 #, c-format
6667 msgid "invalid %s"
6668 msgstr ""
6670 #: builtin/index-pack.c:843
6671 msgid "Error in object"
6672 msgstr ""
6674 #: builtin/index-pack.c:845
6675 #, c-format
6676 msgid "Not all child objects of %s are reachable"
6677 msgstr ""
6679 #: builtin/index-pack.c:917 builtin/index-pack.c:948
6680 msgid "failed to apply delta"
6681 msgstr ""
6683 #: builtin/index-pack.c:1118
6684 msgid "Receiving objects"
6685 msgstr ""
6687 #: builtin/index-pack.c:1118
6688 msgid "Indexing objects"
6689 msgstr ""
6691 #: builtin/index-pack.c:1150
6692 msgid "pack is corrupted (SHA1 mismatch)"
6693 msgstr ""
6695 #: builtin/index-pack.c:1155
6696 msgid "cannot fstat packfile"
6697 msgstr ""
6699 #: builtin/index-pack.c:1158
6700 msgid "pack has junk at the end"
6701 msgstr ""
6703 #: builtin/index-pack.c:1169
6704 msgid "confusion beyond insanity in parse_pack_objects()"
6705 msgstr ""
6707 #: builtin/index-pack.c:1194
6708 msgid "Resolving deltas"
6709 msgstr ""
6711 #: builtin/index-pack.c:1205
6712 #, c-format
6713 msgid "unable to create thread: %s"
6714 msgstr ""
6716 #: builtin/index-pack.c:1247
6717 msgid "confusion beyond insanity"
6718 msgstr ""
6720 #: builtin/index-pack.c:1253
6721 #, c-format
6722 msgid "completed with %d local objects"
6723 msgstr ""
6725 #: builtin/index-pack.c:1263
6726 #, c-format
6727 msgid "Unexpected tail checksum for %s (disk corruption?)"
6728 msgstr ""
6730 #: builtin/index-pack.c:1267
6731 #, c-format
6732 msgid "pack has %d unresolved delta"
6733 msgid_plural "pack has %d unresolved deltas"
6734 msgstr[0] ""
6735 msgstr[1] ""
6737 #: builtin/index-pack.c:1291
6738 #, c-format
6739 msgid "unable to deflate appended object (%d)"
6740 msgstr ""
6742 #: builtin/index-pack.c:1367
6743 #, c-format
6744 msgid "local object %s is corrupt"
6745 msgstr ""
6747 #: builtin/index-pack.c:1391
6748 msgid "error while closing pack file"
6749 msgstr ""
6751 #: builtin/index-pack.c:1404
6752 #, c-format
6753 msgid "cannot write keep file '%s'"
6754 msgstr ""
6756 #: builtin/index-pack.c:1412
6757 #, c-format
6758 msgid "cannot close written keep file '%s'"
6759 msgstr ""
6761 #: builtin/index-pack.c:1425
6762 msgid "cannot store pack file"
6763 msgstr ""
6765 #: builtin/index-pack.c:1436
6766 msgid "cannot store index file"
6767 msgstr ""
6769 #: builtin/index-pack.c:1469
6770 #, c-format
6771 msgid "bad pack.indexversion=%<PRIu32>"
6772 msgstr ""
6774 #: builtin/index-pack.c:1479 builtin/index-pack.c:1664
6775 #, c-format
6776 msgid "no threads support, ignoring %s"
6777 msgstr ""
6779 #: builtin/index-pack.c:1538
6780 #, c-format
6781 msgid "Cannot open existing pack file '%s'"
6782 msgstr ""
6784 #: builtin/index-pack.c:1540
6785 #, c-format
6786 msgid "Cannot open existing pack idx file for '%s'"
6787 msgstr ""
6789 #: builtin/index-pack.c:1587
6790 #, c-format
6791 msgid "non delta: %d object"
6792 msgid_plural "non delta: %d objects"
6793 msgstr[0] ""
6794 msgstr[1] ""
6796 #: builtin/index-pack.c:1594
6797 #, c-format
6798 msgid "chain length = %d: %lu object"
6799 msgid_plural "chain length = %d: %lu objects"
6800 msgstr[0] ""
6801 msgstr[1] ""
6803 #: builtin/index-pack.c:1624
6804 msgid "Cannot come back to cwd"
6805 msgstr ""
6807 #: builtin/index-pack.c:1676 builtin/index-pack.c:1679
6808 #: builtin/index-pack.c:1691 builtin/index-pack.c:1695
6809 #, c-format
6810 msgid "bad %s"
6811 msgstr ""
6813 #: builtin/index-pack.c:1709
6814 msgid "--fix-thin cannot be used without --stdin"
6815 msgstr ""
6817 #: builtin/index-pack.c:1713 builtin/index-pack.c:1722
6818 #, c-format
6819 msgid "packfile name '%s' does not end with '.pack'"
6820 msgstr ""
6822 #: builtin/index-pack.c:1730
6823 msgid "--verify with no packfile name given"
6824 msgstr ""
6826 #: builtin/init-db.c:55
6827 #, c-format
6828 msgid "cannot stat '%s'"
6829 msgstr ""
6831 #: builtin/init-db.c:61
6832 #, c-format
6833 msgid "cannot stat template '%s'"
6834 msgstr ""
6836 #: builtin/init-db.c:66
6837 #, c-format
6838 msgid "cannot opendir '%s'"
6839 msgstr ""
6841 #: builtin/init-db.c:77
6842 #, c-format
6843 msgid "cannot readlink '%s'"
6844 msgstr ""
6846 #: builtin/init-db.c:79
6847 #, c-format
6848 msgid "cannot symlink '%s' '%s'"
6849 msgstr ""
6851 #: builtin/init-db.c:85
6852 #, c-format
6853 msgid "cannot copy '%s' to '%s'"
6854 msgstr ""
6856 #: builtin/init-db.c:89
6857 #, c-format
6858 msgid "ignoring template %s"
6859 msgstr ""
6861 #: builtin/init-db.c:118
6862 #, c-format
6863 msgid "templates not found %s"
6864 msgstr ""
6866 #: builtin/init-db.c:131
6867 #, c-format
6868 msgid "not copying templates of a wrong format version %d from '%s'"
6869 msgstr ""
6871 #: builtin/init-db.c:309 builtin/init-db.c:312
6872 #, c-format
6873 msgid "%s already exists"
6874 msgstr ""
6876 #: builtin/init-db.c:340
6877 #, c-format
6878 msgid "unable to handle file type %d"
6879 msgstr ""
6881 #: builtin/init-db.c:343
6882 #, c-format
6883 msgid "unable to move %s to %s"
6884 msgstr ""
6886 #. TRANSLATORS: The first '%s' is either "Reinitialized
6887 #. existing" or "Initialized empty", the second " shared" or
6888 #. "", and the last '%s%s' is the verbatim directory name.
6889 #: builtin/init-db.c:399
6890 #, c-format
6891 msgid "%s%s Git repository in %s%s\n"
6892 msgstr ""
6894 #: builtin/init-db.c:400
6895 msgid "Reinitialized existing"
6896 msgstr ""
6898 #: builtin/init-db.c:400
6899 msgid "Initialized empty"
6900 msgstr ""
6902 #: builtin/init-db.c:401
6903 msgid " shared"
6904 msgstr ""
6906 #: builtin/init-db.c:448
6907 msgid ""
6908 "git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
6909 "shared[=<permissions>]] [<directory>]"
6910 msgstr ""
6912 #: builtin/init-db.c:471
6913 msgid "permissions"
6914 msgstr ""
6916 #: builtin/init-db.c:472
6917 msgid "specify that the git repository is to be shared amongst several users"
6918 msgstr ""
6920 #: builtin/init-db.c:506 builtin/init-db.c:511
6921 #, c-format
6922 msgid "cannot mkdir %s"
6923 msgstr ""
6925 #: builtin/init-db.c:515
6926 #, c-format
6927 msgid "cannot chdir to %s"
6928 msgstr ""
6930 #: builtin/init-db.c:536
6931 #, c-format
6932 msgid ""
6933 "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
6934 "dir=<directory>)"
6935 msgstr ""
6937 #: builtin/init-db.c:564
6938 #, c-format
6939 msgid "Cannot access work tree '%s'"
6940 msgstr ""
6942 #: builtin/interpret-trailers.c:15
6943 msgid ""
6944 "git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
6945 "<token>[(=|:)<value>])...] [<file>...]"
6946 msgstr ""
6948 #: builtin/interpret-trailers.c:26
6949 msgid "edit files in place"
6950 msgstr ""
6952 #: builtin/interpret-trailers.c:27
6953 msgid "trim empty trailers"
6954 msgstr ""
6956 #: builtin/interpret-trailers.c:28
6957 msgid "trailer"
6958 msgstr ""
6960 #: builtin/interpret-trailers.c:29
6961 msgid "trailer(s) to add"
6962 msgstr ""
6964 #: builtin/interpret-trailers.c:42
6965 msgid "no input file given for in-place editing"
6966 msgstr ""
6968 #: builtin/log.c:43
6969 msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
6970 msgstr ""
6972 #: builtin/log.c:44
6973 msgid "git show [<options>] <object>..."
6974 msgstr ""
6976 #: builtin/log.c:83
6977 #, c-format
6978 msgid "invalid --decorate option: %s"
6979 msgstr ""
6981 #: builtin/log.c:131
6982 msgid "suppress diff output"
6983 msgstr ""
6985 #: builtin/log.c:132
6986 msgid "show source"
6987 msgstr ""
6989 #: builtin/log.c:133
6990 msgid "Use mail map file"
6991 msgstr ""
6993 #: builtin/log.c:134
6994 msgid "decorate options"
6995 msgstr ""
6997 #: builtin/log.c:137
6998 msgid "Process line range n,m in file, counting from 1"
6999 msgstr ""
7001 #: builtin/log.c:233
7002 #, c-format
7003 msgid "Final output: %d %s\n"
7004 msgstr ""
7006 #: builtin/log.c:465
7007 #, c-format
7008 msgid "git show %s: bad file"
7009 msgstr ""
7011 #: builtin/log.c:479 builtin/log.c:572
7012 #, c-format
7013 msgid "Could not read object %s"
7014 msgstr ""
7016 #: builtin/log.c:596
7017 #, c-format
7018 msgid "Unknown type: %d"
7019 msgstr ""
7021 #: builtin/log.c:715
7022 msgid "format.headers without value"
7023 msgstr ""
7025 #: builtin/log.c:801
7026 msgid "name of output directory is too long"
7027 msgstr ""
7029 #: builtin/log.c:816
7030 #, c-format
7031 msgid "Cannot open patch file %s"
7032 msgstr ""
7034 #: builtin/log.c:830
7035 msgid "Need exactly one range."
7036 msgstr ""
7038 #: builtin/log.c:840
7039 msgid "Not a range."
7040 msgstr ""
7042 #: builtin/log.c:946
7043 msgid "Cover letter needs email format"
7044 msgstr ""
7046 #: builtin/log.c:1025
7047 #, c-format
7048 msgid "insane in-reply-to: %s"
7049 msgstr ""
7051 #: builtin/log.c:1053
7052 msgid "git format-patch [<options>] [<since> | <revision-range>]"
7053 msgstr ""
7055 #: builtin/log.c:1098
7056 msgid "Two output directories?"
7057 msgstr ""
7059 #: builtin/log.c:1214
7060 msgid "use [PATCH n/m] even with a single patch"
7061 msgstr ""
7063 #: builtin/log.c:1217
7064 msgid "use [PATCH] even with multiple patches"
7065 msgstr ""
7067 #: builtin/log.c:1221
7068 msgid "print patches to standard out"
7069 msgstr ""
7071 #: builtin/log.c:1223
7072 msgid "generate a cover letter"
7073 msgstr ""
7075 #: builtin/log.c:1225
7076 msgid "use simple number sequence for output file names"
7077 msgstr ""
7079 #: builtin/log.c:1226
7080 msgid "sfx"
7081 msgstr ""
7083 #: builtin/log.c:1227
7084 msgid "use <sfx> instead of '.patch'"
7085 msgstr ""
7087 #: builtin/log.c:1229
7088 msgid "start numbering patches at <n> instead of 1"
7089 msgstr ""
7091 #: builtin/log.c:1231
7092 msgid "mark the series as Nth re-roll"
7093 msgstr ""
7095 #: builtin/log.c:1233
7096 msgid "Use [<prefix>] instead of [PATCH]"
7097 msgstr ""
7099 #: builtin/log.c:1236
7100 msgid "store resulting files in <dir>"
7101 msgstr ""
7103 #: builtin/log.c:1239
7104 msgid "don't strip/add [PATCH]"
7105 msgstr ""
7107 #: builtin/log.c:1242
7108 msgid "don't output binary diffs"
7109 msgstr ""
7111 #: builtin/log.c:1244
7112 msgid "output all-zero hash in From header"
7113 msgstr ""
7115 #: builtin/log.c:1246
7116 msgid "don't include a patch matching a commit upstream"
7117 msgstr ""
7119 #: builtin/log.c:1248
7120 msgid "show patch format instead of default (patch + stat)"
7121 msgstr ""
7123 #: builtin/log.c:1250
7124 msgid "Messaging"
7125 msgstr ""
7127 #: builtin/log.c:1251
7128 msgid "header"
7129 msgstr ""
7131 #: builtin/log.c:1252
7132 msgid "add email header"
7133 msgstr ""
7135 #: builtin/log.c:1253 builtin/log.c:1255
7136 msgid "email"
7137 msgstr ""
7139 #: builtin/log.c:1253
7140 msgid "add To: header"
7141 msgstr ""
7143 #: builtin/log.c:1255
7144 msgid "add Cc: header"
7145 msgstr ""
7147 #: builtin/log.c:1257
7148 msgid "ident"
7149 msgstr ""
7151 #: builtin/log.c:1258
7152 msgid "set From address to <ident> (or committer ident if absent)"
7153 msgstr ""
7155 #: builtin/log.c:1260
7156 msgid "message-id"
7157 msgstr ""
7159 #: builtin/log.c:1261
7160 msgid "make first mail a reply to <message-id>"
7161 msgstr ""
7163 #: builtin/log.c:1262 builtin/log.c:1265
7164 msgid "boundary"
7165 msgstr ""
7167 #: builtin/log.c:1263
7168 msgid "attach the patch"
7169 msgstr ""
7171 #: builtin/log.c:1266
7172 msgid "inline the patch"
7173 msgstr ""
7175 #: builtin/log.c:1270
7176 msgid "enable message threading, styles: shallow, deep"
7177 msgstr ""
7179 #: builtin/log.c:1272
7180 msgid "signature"
7181 msgstr ""
7183 #: builtin/log.c:1273
7184 msgid "add a signature"
7185 msgstr ""
7187 #: builtin/log.c:1275
7188 msgid "add a signature from a file"
7189 msgstr ""
7191 #: builtin/log.c:1276
7192 msgid "don't print the patch filenames"
7193 msgstr ""
7195 #: builtin/log.c:1365
7196 msgid "-n and -k are mutually exclusive."
7197 msgstr ""
7199 #: builtin/log.c:1367
7200 msgid "--subject-prefix and -k are mutually exclusive."
7201 msgstr ""
7203 #: builtin/log.c:1375
7204 msgid "--name-only does not make sense"
7205 msgstr ""
7207 #: builtin/log.c:1377
7208 msgid "--name-status does not make sense"
7209 msgstr ""
7211 #: builtin/log.c:1379
7212 msgid "--check does not make sense"
7213 msgstr ""
7215 #: builtin/log.c:1407
7216 msgid "standard output, or directory, which one?"
7217 msgstr ""
7219 #: builtin/log.c:1409
7220 #, c-format
7221 msgid "Could not create directory '%s'"
7222 msgstr ""
7224 #: builtin/log.c:1506
7225 #, c-format
7226 msgid "unable to read signature file '%s'"
7227 msgstr ""
7229 #: builtin/log.c:1569
7230 msgid "Failed to create output files"
7231 msgstr ""
7233 #: builtin/log.c:1617
7234 msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
7235 msgstr ""
7237 #: builtin/log.c:1671
7238 #, c-format
7239 msgid ""
7240 "Could not find a tracked remote branch, please specify <upstream> manually.\n"
7241 msgstr ""
7243 #: builtin/log.c:1682 builtin/log.c:1684 builtin/log.c:1696
7244 #, c-format
7245 msgid "Unknown commit %s"
7246 msgstr ""
7248 #: builtin/ls-files.c:378
7249 msgid "git ls-files [<options>] [<file>...]"
7250 msgstr ""
7252 #: builtin/ls-files.c:427
7253 msgid "identify the file status with tags"
7254 msgstr ""
7256 #: builtin/ls-files.c:429
7257 msgid "use lowercase letters for 'assume unchanged' files"
7258 msgstr ""
7260 #: builtin/ls-files.c:431
7261 msgid "show cached files in the output (default)"
7262 msgstr ""
7264 #: builtin/ls-files.c:433
7265 msgid "show deleted files in the output"
7266 msgstr ""
7268 #: builtin/ls-files.c:435
7269 msgid "show modified files in the output"
7270 msgstr ""
7272 #: builtin/ls-files.c:437
7273 msgid "show other files in the output"
7274 msgstr ""
7276 #: builtin/ls-files.c:439
7277 msgid "show ignored files in the output"
7278 msgstr ""
7280 #: builtin/ls-files.c:442
7281 msgid "show staged contents' object name in the output"
7282 msgstr ""
7284 #: builtin/ls-files.c:444
7285 msgid "show files on the filesystem that need to be removed"
7286 msgstr ""
7288 #: builtin/ls-files.c:446
7289 msgid "show 'other' directories' names only"
7290 msgstr ""
7292 #: builtin/ls-files.c:448
7293 msgid "show line endings of files"
7294 msgstr ""
7296 #: builtin/ls-files.c:450
7297 msgid "don't show empty directories"
7298 msgstr ""
7300 #: builtin/ls-files.c:453
7301 msgid "show unmerged files in the output"
7302 msgstr ""
7304 #: builtin/ls-files.c:455
7305 msgid "show resolve-undo information"
7306 msgstr ""
7308 #: builtin/ls-files.c:457
7309 msgid "skip files matching pattern"
7310 msgstr ""
7312 #: builtin/ls-files.c:460
7313 msgid "exclude patterns are read from <file>"
7314 msgstr ""
7316 #: builtin/ls-files.c:463
7317 msgid "read additional per-directory exclude patterns in <file>"
7318 msgstr ""
7320 #: builtin/ls-files.c:465
7321 msgid "add the standard git exclusions"
7322 msgstr ""
7324 #: builtin/ls-files.c:468
7325 msgid "make the output relative to the project top directory"
7326 msgstr ""
7328 #: builtin/ls-files.c:471
7329 msgid "if any <file> is not in the index, treat this as an error"
7330 msgstr ""
7332 #: builtin/ls-files.c:472
7333 msgid "tree-ish"
7334 msgstr ""
7336 #: builtin/ls-files.c:473
7337 msgid "pretend that paths removed since <tree-ish> are still present"
7338 msgstr ""
7340 #: builtin/ls-files.c:475
7341 msgid "show debugging data"
7342 msgstr ""
7344 #: builtin/ls-remote.c:7
7345 msgid ""
7346 "git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
7347 "                     [-q | --quiet] [--exit-code] [--get-url]\n"
7348 "                     [--symref] [<repository> [<refs>...]]"
7349 msgstr ""
7351 #: builtin/ls-remote.c:50
7352 msgid "do not print remote URL"
7353 msgstr ""
7355 #: builtin/ls-remote.c:51 builtin/ls-remote.c:53
7356 msgid "exec"
7357 msgstr ""
7359 #: builtin/ls-remote.c:52 builtin/ls-remote.c:54
7360 msgid "path of git-upload-pack on the remote host"
7361 msgstr ""
7363 #: builtin/ls-remote.c:56
7364 msgid "limit to tags"
7365 msgstr ""
7367 #: builtin/ls-remote.c:57
7368 msgid "limit to heads"
7369 msgstr ""
7371 #: builtin/ls-remote.c:58
7372 msgid "do not show peeled tags"
7373 msgstr ""
7375 #: builtin/ls-remote.c:60
7376 msgid "take url.<base>.insteadOf into account"
7377 msgstr ""
7379 #: builtin/ls-remote.c:62
7380 msgid "exit with exit code 2 if no matching refs are found"
7381 msgstr ""
7383 #: builtin/ls-remote.c:64
7384 msgid "show underlying ref in addition to the object pointed by it"
7385 msgstr ""
7387 #: builtin/ls-tree.c:28
7388 msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
7389 msgstr ""
7391 #: builtin/ls-tree.c:128
7392 msgid "only show trees"
7393 msgstr ""
7395 #: builtin/ls-tree.c:130
7396 msgid "recurse into subtrees"
7397 msgstr ""
7399 #: builtin/ls-tree.c:132
7400 msgid "show trees when recursing"
7401 msgstr ""
7403 #: builtin/ls-tree.c:135
7404 msgid "terminate entries with NUL byte"
7405 msgstr ""
7407 #: builtin/ls-tree.c:136
7408 msgid "include object size"
7409 msgstr ""
7411 #: builtin/ls-tree.c:138 builtin/ls-tree.c:140
7412 msgid "list only filenames"
7413 msgstr ""
7415 #: builtin/ls-tree.c:143
7416 msgid "use full path names"
7417 msgstr ""
7419 #: builtin/ls-tree.c:145
7420 msgid "list entire tree; not just current directory (implies --full-name)"
7421 msgstr ""
7423 #: builtin/merge.c:45
7424 msgid "git merge [<options>] [<commit>...]"
7425 msgstr ""
7427 #: builtin/merge.c:46
7428 msgid "git merge [<options>] <msg> HEAD <commit>"
7429 msgstr ""
7431 #: builtin/merge.c:47
7432 msgid "git merge --abort"
7433 msgstr ""
7435 #: builtin/merge.c:100
7436 msgid "switch `m' requires a value"
7437 msgstr ""
7439 #: builtin/merge.c:137
7440 #, c-format
7441 msgid "Could not find merge strategy '%s'.\n"
7442 msgstr ""
7444 #: builtin/merge.c:138
7445 #, c-format
7446 msgid "Available strategies are:"
7447 msgstr ""
7449 #: builtin/merge.c:143
7450 #, c-format
7451 msgid "Available custom strategies are:"
7452 msgstr ""
7454 #: builtin/merge.c:193 builtin/pull.c:123
7455 msgid "do not show a diffstat at the end of the merge"
7456 msgstr ""
7458 #: builtin/merge.c:196 builtin/pull.c:126
7459 msgid "show a diffstat at the end of the merge"
7460 msgstr ""
7462 #: builtin/merge.c:197 builtin/pull.c:129
7463 msgid "(synonym to --stat)"
7464 msgstr ""
7466 #: builtin/merge.c:199 builtin/pull.c:132
7467 msgid "add (at most <n>) entries from shortlog to merge commit message"
7468 msgstr ""
7470 #: builtin/merge.c:202 builtin/pull.c:135
7471 msgid "create a single commit instead of doing a merge"
7472 msgstr ""
7474 #: builtin/merge.c:204 builtin/pull.c:138
7475 msgid "perform a commit if the merge succeeds (default)"
7476 msgstr ""
7478 #: builtin/merge.c:206 builtin/pull.c:141
7479 msgid "edit message before committing"
7480 msgstr ""
7482 #: builtin/merge.c:207
7483 msgid "allow fast-forward (default)"
7484 msgstr ""
7486 #: builtin/merge.c:209 builtin/pull.c:147
7487 msgid "abort if fast-forward is not possible"
7488 msgstr ""
7490 #: builtin/merge.c:213
7491 msgid "Verify that the named commit has a valid GPG signature"
7492 msgstr ""
7494 #: builtin/merge.c:214 builtin/notes.c:770 builtin/pull.c:152
7495 #: builtin/revert.c:89
7496 msgid "strategy"
7497 msgstr ""
7499 #: builtin/merge.c:215 builtin/pull.c:153
7500 msgid "merge strategy to use"
7501 msgstr ""
7503 #: builtin/merge.c:216 builtin/pull.c:156
7504 msgid "option=value"
7505 msgstr ""
7507 #: builtin/merge.c:217 builtin/pull.c:157
7508 msgid "option for selected merge strategy"
7509 msgstr ""
7511 #: builtin/merge.c:219
7512 msgid "merge commit message (for a non-fast-forward merge)"
7513 msgstr ""
7515 #: builtin/merge.c:223
7516 msgid "abort the current in-progress merge"
7517 msgstr ""
7519 #: builtin/merge.c:251
7520 msgid "could not run stash."
7521 msgstr ""
7523 #: builtin/merge.c:256
7524 msgid "stash failed"
7525 msgstr ""
7527 #: builtin/merge.c:261
7528 #, c-format
7529 msgid "not a valid object: %s"
7530 msgstr ""
7532 #: builtin/merge.c:280 builtin/merge.c:297
7533 msgid "read-tree failed"
7534 msgstr ""
7536 #: builtin/merge.c:327
7537 msgid " (nothing to squash)"
7538 msgstr ""
7540 #: builtin/merge.c:340
7541 #, c-format
7542 msgid "Squash commit -- not updating HEAD\n"
7543 msgstr ""
7545 #: builtin/merge.c:344 builtin/merge.c:764 builtin/merge.c:976
7546 #: builtin/merge.c:989
7547 #, c-format
7548 msgid "Could not write to '%s'"
7549 msgstr ""
7551 #: builtin/merge.c:372
7552 msgid "Writing SQUASH_MSG"
7553 msgstr ""
7555 #: builtin/merge.c:374
7556 msgid "Finishing SQUASH_MSG"
7557 msgstr ""
7559 #: builtin/merge.c:397
7560 #, c-format
7561 msgid "No merge message -- not updating HEAD\n"
7562 msgstr ""
7564 #: builtin/merge.c:448
7565 #, c-format
7566 msgid "'%s' does not point to a commit"
7567 msgstr ""
7569 #: builtin/merge.c:538
7570 #, c-format
7571 msgid "Bad branch.%s.mergeoptions string: %s"
7572 msgstr ""
7574 #: builtin/merge.c:657
7575 msgid "Not handling anything other than two heads merge."
7576 msgstr ""
7578 #: builtin/merge.c:671
7579 #, c-format
7580 msgid "Unknown option for merge-recursive: -X%s"
7581 msgstr ""
7583 #: builtin/merge.c:684
7584 #, c-format
7585 msgid "unable to write %s"
7586 msgstr ""
7588 #: builtin/merge.c:773
7589 #, c-format
7590 msgid "Could not read from '%s'"
7591 msgstr ""
7593 #: builtin/merge.c:782
7594 #, c-format
7595 msgid "Not committing merge; use 'git commit' to complete the merge.\n"
7596 msgstr ""
7598 #: builtin/merge.c:788
7599 #, c-format
7600 msgid ""
7601 "Please enter a commit message to explain why this merge is necessary,\n"
7602 "especially if it merges an updated upstream into a topic branch.\n"
7603 "\n"
7604 "Lines starting with '%c' will be ignored, and an empty message aborts\n"
7605 "the commit.\n"
7606 msgstr ""
7608 #: builtin/merge.c:812
7609 msgid "Empty commit message."
7610 msgstr ""
7612 #: builtin/merge.c:824
7613 #, c-format
7614 msgid "Wonderful.\n"
7615 msgstr ""
7617 #: builtin/merge.c:879
7618 #, c-format
7619 msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
7620 msgstr ""
7622 #: builtin/merge.c:895
7623 #, c-format
7624 msgid "'%s' is not a commit"
7625 msgstr ""
7627 #: builtin/merge.c:936
7628 msgid "No current branch."
7629 msgstr ""
7631 #: builtin/merge.c:938
7632 msgid "No remote for the current branch."
7633 msgstr ""
7635 #: builtin/merge.c:940
7636 msgid "No default upstream defined for the current branch."
7637 msgstr ""
7639 #: builtin/merge.c:945
7640 #, c-format
7641 msgid "No remote-tracking branch for %s from %s"
7642 msgstr ""
7644 #: builtin/merge.c:1080
7645 #, c-format
7646 msgid "could not close '%s'"
7647 msgstr ""
7649 #: builtin/merge.c:1207
7650 msgid "There is no merge to abort (MERGE_HEAD missing)."
7651 msgstr ""
7653 #: builtin/merge.c:1223
7654 msgid ""
7655 "You have not concluded your merge (MERGE_HEAD exists).\n"
7656 "Please, commit your changes before you merge."
7657 msgstr ""
7659 #: builtin/merge.c:1230
7660 msgid ""
7661 "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
7662 "Please, commit your changes before you merge."
7663 msgstr ""
7665 #: builtin/merge.c:1233
7666 msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
7667 msgstr ""
7669 #: builtin/merge.c:1242
7670 msgid "You cannot combine --squash with --no-ff."
7671 msgstr ""
7673 #: builtin/merge.c:1250
7674 msgid "No commit specified and merge.defaultToUpstream not set."
7675 msgstr ""
7677 #: builtin/merge.c:1267
7678 msgid "Squash commit into empty head not supported yet"
7679 msgstr ""
7681 #: builtin/merge.c:1269
7682 msgid "Non-fast-forward commit does not make sense into an empty head"
7683 msgstr ""
7685 #: builtin/merge.c:1275
7686 #, c-format
7687 msgid "%s - not something we can merge"
7688 msgstr ""
7690 #: builtin/merge.c:1277
7691 msgid "Can merge only exactly one commit into empty head"
7692 msgstr ""
7694 #: builtin/merge.c:1332
7695 #, c-format
7696 msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
7697 msgstr ""
7699 #: builtin/merge.c:1335
7700 #, c-format
7701 msgid "Commit %s has a bad GPG signature allegedly by %s."
7702 msgstr ""
7704 #: builtin/merge.c:1338
7705 #, c-format
7706 msgid "Commit %s does not have a GPG signature."
7707 msgstr ""
7709 #: builtin/merge.c:1341
7710 #, c-format
7711 msgid "Commit %s has a good GPG signature by %s\n"
7712 msgstr ""
7714 #: builtin/merge.c:1424
7715 #, c-format
7716 msgid "Updating %s..%s\n"
7717 msgstr ""
7719 #: builtin/merge.c:1461
7720 #, c-format
7721 msgid "Trying really trivial in-index merge...\n"
7722 msgstr ""
7724 #: builtin/merge.c:1468
7725 #, c-format
7726 msgid "Nope.\n"
7727 msgstr ""
7729 #: builtin/merge.c:1500
7730 msgid "Not possible to fast-forward, aborting."
7731 msgstr ""
7733 #: builtin/merge.c:1523 builtin/merge.c:1602
7734 #, c-format
7735 msgid "Rewinding the tree to pristine...\n"
7736 msgstr ""
7738 #: builtin/merge.c:1527
7739 #, c-format
7740 msgid "Trying merge strategy %s...\n"
7741 msgstr ""
7743 #: builtin/merge.c:1593
7744 #, c-format
7745 msgid "No merge strategy handled the merge.\n"
7746 msgstr ""
7748 #: builtin/merge.c:1595
7749 #, c-format
7750 msgid "Merge with strategy %s failed.\n"
7751 msgstr ""
7753 #: builtin/merge.c:1604
7754 #, c-format
7755 msgid "Using the %s to prepare resolving by hand.\n"
7756 msgstr ""
7758 #: builtin/merge.c:1616
7759 #, c-format
7760 msgid "Automatic merge went well; stopped before committing as requested\n"
7761 msgstr ""
7763 #: builtin/merge-base.c:29
7764 msgid "git merge-base [-a | --all] <commit> <commit>..."
7765 msgstr ""
7767 #: builtin/merge-base.c:30
7768 msgid "git merge-base [-a | --all] --octopus <commit>..."
7769 msgstr ""
7771 #: builtin/merge-base.c:31
7772 msgid "git merge-base --independent <commit>..."
7773 msgstr ""
7775 #: builtin/merge-base.c:32
7776 msgid "git merge-base --is-ancestor <commit> <commit>"
7777 msgstr ""
7779 #: builtin/merge-base.c:33
7780 msgid "git merge-base --fork-point <ref> [<commit>]"
7781 msgstr ""
7783 #: builtin/merge-base.c:214
7784 msgid "output all common ancestors"
7785 msgstr ""
7787 #: builtin/merge-base.c:216
7788 msgid "find ancestors for a single n-way merge"
7789 msgstr ""
7791 #: builtin/merge-base.c:218
7792 msgid "list revs not reachable from others"
7793 msgstr ""
7795 #: builtin/merge-base.c:220
7796 msgid "is the first one ancestor of the other?"
7797 msgstr ""
7799 #: builtin/merge-base.c:222
7800 msgid "find where <commit> forked from reflog of <ref>"
7801 msgstr ""
7803 #: builtin/merge-file.c:8
7804 msgid ""
7805 "git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
7806 "<orig-file> <file2>"
7807 msgstr ""
7809 #: builtin/merge-file.c:33
7810 msgid "send results to standard output"
7811 msgstr ""
7813 #: builtin/merge-file.c:34
7814 msgid "use a diff3 based merge"
7815 msgstr ""
7817 #: builtin/merge-file.c:35
7818 msgid "for conflicts, use our version"
7819 msgstr ""
7821 #: builtin/merge-file.c:37
7822 msgid "for conflicts, use their version"
7823 msgstr ""
7825 #: builtin/merge-file.c:39
7826 msgid "for conflicts, use a union version"
7827 msgstr ""
7829 #: builtin/merge-file.c:42
7830 msgid "for conflicts, use this marker size"
7831 msgstr ""
7833 #: builtin/merge-file.c:43
7834 msgid "do not warn about conflicts"
7835 msgstr ""
7837 #: builtin/merge-file.c:45
7838 msgid "set labels for file1/orig-file/file2"
7839 msgstr ""
7841 #: builtin/mktree.c:65
7842 msgid "git mktree [-z] [--missing] [--batch]"
7843 msgstr ""
7845 #: builtin/mktree.c:152
7846 msgid "input is NUL terminated"
7847 msgstr ""
7849 #: builtin/mktree.c:153 builtin/write-tree.c:24
7850 msgid "allow missing objects"
7851 msgstr ""
7853 #: builtin/mktree.c:154
7854 msgid "allow creation of more than one tree"
7855 msgstr ""
7857 #: builtin/mv.c:15
7858 msgid "git mv [<options>] <source>... <destination>"
7859 msgstr ""
7861 #: builtin/mv.c:70
7862 #, c-format
7863 msgid "Directory %s is in index and no submodule?"
7864 msgstr ""
7866 #: builtin/mv.c:72
7867 msgid "Please stage your changes to .gitmodules or stash them to proceed"
7868 msgstr ""
7870 #: builtin/mv.c:90
7871 #, c-format
7872 msgid "%.*s is in index"
7873 msgstr ""
7875 #: builtin/mv.c:112
7876 msgid "force move/rename even if target exists"
7877 msgstr ""
7879 #: builtin/mv.c:113
7880 msgid "skip move/rename errors"
7881 msgstr ""
7883 #: builtin/mv.c:152
7884 #, c-format
7885 msgid "destination '%s' is not a directory"
7886 msgstr ""
7888 #: builtin/mv.c:163
7889 #, c-format
7890 msgid "Checking rename of '%s' to '%s'\n"
7891 msgstr ""
7893 #: builtin/mv.c:167
7894 msgid "bad source"
7895 msgstr ""
7897 #: builtin/mv.c:170
7898 msgid "can not move directory into itself"
7899 msgstr ""
7901 #: builtin/mv.c:173
7902 msgid "cannot move directory over file"
7903 msgstr ""
7905 #: builtin/mv.c:182
7906 msgid "source directory is empty"
7907 msgstr ""
7909 #: builtin/mv.c:207
7910 msgid "not under version control"
7911 msgstr ""
7913 #: builtin/mv.c:210
7914 msgid "destination exists"
7915 msgstr ""
7917 #: builtin/mv.c:218
7918 #, c-format
7919 msgid "overwriting '%s'"
7920 msgstr ""
7922 #: builtin/mv.c:221
7923 msgid "Cannot overwrite"
7924 msgstr ""
7926 #: builtin/mv.c:224
7927 msgid "multiple sources for the same target"
7928 msgstr ""
7930 #: builtin/mv.c:226
7931 msgid "destination directory does not exist"
7932 msgstr ""
7934 #: builtin/mv.c:233
7935 #, c-format
7936 msgid "%s, source=%s, destination=%s"
7937 msgstr ""
7939 #: builtin/mv.c:254
7940 #, c-format
7941 msgid "Renaming %s to %s\n"
7942 msgstr ""
7944 #: builtin/mv.c:257 builtin/remote.c:714 builtin/repack.c:365
7945 #, c-format
7946 msgid "renaming '%s' failed"
7947 msgstr ""
7949 #: builtin/name-rev.c:251
7950 msgid "git name-rev [<options>] <commit>..."
7951 msgstr ""
7953 #: builtin/name-rev.c:252
7954 msgid "git name-rev [<options>] --all"
7955 msgstr ""
7957 #: builtin/name-rev.c:253
7958 msgid "git name-rev [<options>] --stdin"
7959 msgstr ""
7961 #: builtin/name-rev.c:305
7962 msgid "print only names (no SHA-1)"
7963 msgstr ""
7965 #: builtin/name-rev.c:306
7966 msgid "only use tags to name the commits"
7967 msgstr ""
7969 #: builtin/name-rev.c:308
7970 msgid "only use refs matching <pattern>"
7971 msgstr ""
7973 #: builtin/name-rev.c:310
7974 msgid "list all commits reachable from all refs"
7975 msgstr ""
7977 #: builtin/name-rev.c:311
7978 msgid "read from stdin"
7979 msgstr ""
7981 #: builtin/name-rev.c:312
7982 msgid "allow to print `undefined` names (default)"
7983 msgstr ""
7985 #: builtin/name-rev.c:318
7986 msgid "dereference tags in the input (internal use)"
7987 msgstr ""
7989 #: builtin/notes.c:25
7990 msgid "git notes [--ref <notes-ref>] [list [<object>]]"
7991 msgstr ""
7993 #: builtin/notes.c:26
7994 msgid ""
7995 "git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
7996 "| (-c | -C) <object>] [<object>]"
7997 msgstr ""
7999 #: builtin/notes.c:27
8000 msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
8001 msgstr ""
8003 #: builtin/notes.c:28
8004 msgid ""
8005 "git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
8006 "(-c | -C) <object>] [<object>]"
8007 msgstr ""
8009 #: builtin/notes.c:29
8010 msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
8011 msgstr ""
8013 #: builtin/notes.c:30
8014 msgid "git notes [--ref <notes-ref>] show [<object>]"
8015 msgstr ""
8017 #: builtin/notes.c:31
8018 msgid ""
8019 "git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
8020 msgstr ""
8022 #: builtin/notes.c:32
8023 msgid "git notes merge --commit [-v | -q]"
8024 msgstr ""
8026 #: builtin/notes.c:33
8027 msgid "git notes merge --abort [-v | -q]"
8028 msgstr ""
8030 #: builtin/notes.c:34
8031 msgid "git notes [--ref <notes-ref>] remove [<object>...]"
8032 msgstr ""
8034 #: builtin/notes.c:35
8035 msgid "git notes [--ref <notes-ref>] prune [-n | -v]"
8036 msgstr ""
8038 #: builtin/notes.c:36
8039 msgid "git notes [--ref <notes-ref>] get-ref"
8040 msgstr ""
8042 #: builtin/notes.c:41
8043 msgid "git notes [list [<object>]]"
8044 msgstr ""
8046 #: builtin/notes.c:46
8047 msgid "git notes add [<options>] [<object>]"
8048 msgstr ""
8050 #: builtin/notes.c:51
8051 msgid "git notes copy [<options>] <from-object> <to-object>"
8052 msgstr ""
8054 #: builtin/notes.c:52
8055 msgid "git notes copy --stdin [<from-object> <to-object>]..."
8056 msgstr ""
8058 #: builtin/notes.c:57
8059 msgid "git notes append [<options>] [<object>]"
8060 msgstr ""
8062 #: builtin/notes.c:62
8063 msgid "git notes edit [<object>]"
8064 msgstr ""
8066 #: builtin/notes.c:67
8067 msgid "git notes show [<object>]"
8068 msgstr ""
8070 #: builtin/notes.c:72
8071 msgid "git notes merge [<options>] <notes-ref>"
8072 msgstr ""
8074 #: builtin/notes.c:73
8075 msgid "git notes merge --commit [<options>]"
8076 msgstr ""
8078 #: builtin/notes.c:74
8079 msgid "git notes merge --abort [<options>]"
8080 msgstr ""
8082 #: builtin/notes.c:79
8083 msgid "git notes remove [<object>]"
8084 msgstr ""
8086 #: builtin/notes.c:84
8087 msgid "git notes prune [<options>]"
8088 msgstr ""
8090 #: builtin/notes.c:89
8091 msgid "git notes get-ref"
8092 msgstr ""
8094 #: builtin/notes.c:147
8095 #, c-format
8096 msgid "unable to start 'show' for object '%s'"
8097 msgstr ""
8099 #: builtin/notes.c:151
8100 msgid "could not read 'show' output"
8101 msgstr ""
8103 #: builtin/notes.c:159
8104 #, c-format
8105 msgid "failed to finish 'show' for object '%s'"
8106 msgstr ""
8108 #: builtin/notes.c:174 builtin/tag.c:248
8109 #, c-format
8110 msgid "could not create file '%s'"
8111 msgstr ""
8113 #: builtin/notes.c:193
8114 msgid "Please supply the note contents using either -m or -F option"
8115 msgstr ""
8117 #: builtin/notes.c:202
8118 msgid "unable to write note object"
8119 msgstr ""
8121 #: builtin/notes.c:204
8122 #, c-format
8123 msgid "The note contents have been left in %s"
8124 msgstr ""
8126 #: builtin/notes.c:232 builtin/tag.c:440
8127 #, c-format
8128 msgid "cannot read '%s'"
8129 msgstr ""
8131 #: builtin/notes.c:234 builtin/tag.c:443
8132 #, c-format
8133 msgid "could not open or read '%s'"
8134 msgstr ""
8136 #: builtin/notes.c:253 builtin/notes.c:304 builtin/notes.c:306
8137 #: builtin/notes.c:369 builtin/notes.c:424 builtin/notes.c:510
8138 #: builtin/notes.c:515 builtin/notes.c:593 builtin/notes.c:656
8139 #: builtin/notes.c:880 builtin/tag.c:456
8140 #, c-format
8141 msgid "Failed to resolve '%s' as a valid ref."
8142 msgstr ""
8144 #: builtin/notes.c:256
8145 #, c-format
8146 msgid "Failed to read object '%s'."
8147 msgstr ""
8149 #: builtin/notes.c:260
8150 #, c-format
8151 msgid "Cannot read note data from non-blob object '%s'."
8152 msgstr ""
8154 #: builtin/notes.c:362 builtin/notes.c:417 builtin/notes.c:493
8155 #: builtin/notes.c:505 builtin/notes.c:581 builtin/notes.c:649
8156 #: builtin/notes.c:945
8157 msgid "too many parameters"
8158 msgstr ""
8160 #: builtin/notes.c:375 builtin/notes.c:662
8161 #, c-format
8162 msgid "No note found for object %s."
8163 msgstr ""
8165 #: builtin/notes.c:396 builtin/notes.c:559
8166 msgid "note contents as a string"
8167 msgstr ""
8169 #: builtin/notes.c:399 builtin/notes.c:562
8170 msgid "note contents in a file"
8171 msgstr ""
8173 #: builtin/notes.c:402 builtin/notes.c:565
8174 msgid "reuse and edit specified note object"
8175 msgstr ""
8177 #: builtin/notes.c:405 builtin/notes.c:568
8178 msgid "reuse specified note object"
8179 msgstr ""
8181 #: builtin/notes.c:408 builtin/notes.c:571
8182 msgid "allow storing empty note"
8183 msgstr ""
8185 #: builtin/notes.c:409 builtin/notes.c:480
8186 msgid "replace existing notes"
8187 msgstr ""
8189 #: builtin/notes.c:434
8190 #, c-format
8191 msgid ""
8192 "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
8193 "existing notes"
8194 msgstr ""
8196 #: builtin/notes.c:449 builtin/notes.c:528
8197 #, c-format
8198 msgid "Overwriting existing notes for object %s\n"
8199 msgstr ""
8201 #: builtin/notes.c:460 builtin/notes.c:621 builtin/notes.c:885
8202 #, c-format
8203 msgid "Removing note for object %s\n"
8204 msgstr ""
8206 #: builtin/notes.c:481
8207 msgid "read objects from stdin"
8208 msgstr ""
8210 #: builtin/notes.c:483
8211 msgid "load rewriting config for <command> (implies --stdin)"
8212 msgstr ""
8214 #: builtin/notes.c:501
8215 msgid "too few parameters"
8216 msgstr ""
8218 #: builtin/notes.c:522
8219 #, c-format
8220 msgid ""
8221 "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
8222 "existing notes"
8223 msgstr ""
8225 #: builtin/notes.c:534
8226 #, c-format
8227 msgid "Missing notes on source object %s. Cannot copy."
8228 msgstr ""
8230 #: builtin/notes.c:586
8231 #, c-format
8232 msgid ""
8233 "The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
8234 "Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
8235 msgstr ""
8237 #: builtin/notes.c:767
8238 msgid "General options"
8239 msgstr ""
8241 #: builtin/notes.c:769
8242 msgid "Merge options"
8243 msgstr ""
8245 #: builtin/notes.c:771
8246 msgid ""
8247 "resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
8248 "cat_sort_uniq)"
8249 msgstr ""
8251 #: builtin/notes.c:773
8252 msgid "Committing unmerged notes"
8253 msgstr ""
8255 #: builtin/notes.c:775
8256 msgid "finalize notes merge by committing unmerged notes"
8257 msgstr ""
8259 #: builtin/notes.c:777
8260 msgid "Aborting notes merge resolution"
8261 msgstr ""
8263 #: builtin/notes.c:779
8264 msgid "abort notes merge"
8265 msgstr ""
8267 #: builtin/notes.c:856
8268 #, c-format
8269 msgid "A notes merge into %s is already in-progress at %s"
8270 msgstr ""
8272 #: builtin/notes.c:883
8273 #, c-format
8274 msgid "Object %s has no note\n"
8275 msgstr ""
8277 #: builtin/notes.c:895
8278 msgid "attempt to remove non-existent note is not an error"
8279 msgstr ""
8281 #: builtin/notes.c:898
8282 msgid "read object names from the standard input"
8283 msgstr ""
8285 #: builtin/notes.c:979
8286 msgid "notes-ref"
8287 msgstr ""
8289 #: builtin/notes.c:980
8290 msgid "use notes from <notes-ref>"
8291 msgstr ""
8293 #: builtin/notes.c:1015 builtin/remote.c:1626
8294 #, c-format
8295 msgid "Unknown subcommand: %s"
8296 msgstr ""
8298 #: builtin/pack-objects.c:28
8299 msgid ""
8300 "git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
8301 msgstr ""
8303 #: builtin/pack-objects.c:29
8304 msgid ""
8305 "git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
8306 msgstr ""
8308 #: builtin/pack-objects.c:175 builtin/pack-objects.c:178
8309 #, c-format
8310 msgid "deflate error (%d)"
8311 msgstr ""
8313 #: builtin/pack-objects.c:772
8314 msgid "Writing objects"
8315 msgstr ""
8317 #: builtin/pack-objects.c:1012
8318 msgid "disabling bitmap writing, as some objects are not being packed"
8319 msgstr ""
8321 #: builtin/pack-objects.c:2172
8322 msgid "Compressing objects"
8323 msgstr ""
8325 #: builtin/pack-objects.c:2558
8326 #, c-format
8327 msgid "unsupported index version %s"
8328 msgstr ""
8330 #: builtin/pack-objects.c:2562
8331 #, c-format
8332 msgid "bad index version '%s'"
8333 msgstr ""
8335 #: builtin/pack-objects.c:2592
8336 msgid "do not show progress meter"
8337 msgstr ""
8339 #: builtin/pack-objects.c:2594
8340 msgid "show progress meter"
8341 msgstr ""
8343 #: builtin/pack-objects.c:2596
8344 msgid "show progress meter during object writing phase"
8345 msgstr ""
8347 #: builtin/pack-objects.c:2599
8348 msgid "similar to --all-progress when progress meter is shown"
8349 msgstr ""
8351 #: builtin/pack-objects.c:2600
8352 msgid "version[,offset]"
8353 msgstr ""
8355 #: builtin/pack-objects.c:2601
8356 msgid "write the pack index file in the specified idx format version"
8357 msgstr ""
8359 #: builtin/pack-objects.c:2604
8360 msgid "maximum size of each output pack file"
8361 msgstr ""
8363 #: builtin/pack-objects.c:2606
8364 msgid "ignore borrowed objects from alternate object store"
8365 msgstr ""
8367 #: builtin/pack-objects.c:2608
8368 msgid "ignore packed objects"
8369 msgstr ""
8371 #: builtin/pack-objects.c:2610
8372 msgid "limit pack window by objects"
8373 msgstr ""
8375 #: builtin/pack-objects.c:2612
8376 msgid "limit pack window by memory in addition to object limit"
8377 msgstr ""
8379 #: builtin/pack-objects.c:2614
8380 msgid "maximum length of delta chain allowed in the resulting pack"
8381 msgstr ""
8383 #: builtin/pack-objects.c:2616
8384 msgid "reuse existing deltas"
8385 msgstr ""
8387 #: builtin/pack-objects.c:2618
8388 msgid "reuse existing objects"
8389 msgstr ""
8391 #: builtin/pack-objects.c:2620
8392 msgid "use OFS_DELTA objects"
8393 msgstr ""
8395 #: builtin/pack-objects.c:2622
8396 msgid "use threads when searching for best delta matches"
8397 msgstr ""
8399 #: builtin/pack-objects.c:2624
8400 msgid "do not create an empty pack output"
8401 msgstr ""
8403 #: builtin/pack-objects.c:2626
8404 msgid "read revision arguments from standard input"
8405 msgstr ""
8407 #: builtin/pack-objects.c:2628
8408 msgid "limit the objects to those that are not yet packed"
8409 msgstr ""
8411 #: builtin/pack-objects.c:2631
8412 msgid "include objects reachable from any reference"
8413 msgstr ""
8415 #: builtin/pack-objects.c:2634
8416 msgid "include objects referred by reflog entries"
8417 msgstr ""
8419 #: builtin/pack-objects.c:2637
8420 msgid "include objects referred to by the index"
8421 msgstr ""
8423 #: builtin/pack-objects.c:2640
8424 msgid "output pack to stdout"
8425 msgstr ""
8427 #: builtin/pack-objects.c:2642
8428 msgid "include tag objects that refer to objects to be packed"
8429 msgstr ""
8431 #: builtin/pack-objects.c:2644
8432 msgid "keep unreachable objects"
8433 msgstr ""
8435 #: builtin/pack-objects.c:2645 parse-options.h:142
8436 msgid "time"
8437 msgstr ""
8439 #: builtin/pack-objects.c:2646
8440 msgid "unpack unreachable objects newer than <time>"
8441 msgstr ""
8443 #: builtin/pack-objects.c:2649
8444 msgid "create thin packs"
8445 msgstr ""
8447 #: builtin/pack-objects.c:2651
8448 msgid "create packs suitable for shallow fetches"
8449 msgstr ""
8451 #: builtin/pack-objects.c:2653
8452 msgid "ignore packs that have companion .keep file"
8453 msgstr ""
8455 #: builtin/pack-objects.c:2655
8456 msgid "pack compression level"
8457 msgstr ""
8459 #: builtin/pack-objects.c:2657
8460 msgid "do not hide commits by grafts"
8461 msgstr ""
8463 #: builtin/pack-objects.c:2659
8464 msgid "use a bitmap index if available to speed up counting objects"
8465 msgstr ""
8467 #: builtin/pack-objects.c:2661
8468 msgid "write a bitmap index together with the pack index"
8469 msgstr ""
8471 #: builtin/pack-objects.c:2752
8472 msgid "Counting objects"
8473 msgstr ""
8475 #: builtin/pack-refs.c:6
8476 msgid "git pack-refs [<options>]"
8477 msgstr ""
8479 #: builtin/pack-refs.c:14
8480 msgid "pack everything"
8481 msgstr ""
8483 #: builtin/pack-refs.c:15
8484 msgid "prune loose refs (default)"
8485 msgstr ""
8487 #: builtin/prune-packed.c:7
8488 msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
8489 msgstr ""
8491 #: builtin/prune-packed.c:40
8492 msgid "Removing duplicate objects"
8493 msgstr ""
8495 #: builtin/prune.c:11
8496 msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"
8497 msgstr ""
8499 #: builtin/prune.c:105 builtin/worktree.c:124
8500 msgid "do not remove, show only"
8501 msgstr ""
8503 #: builtin/prune.c:106 builtin/worktree.c:125
8504 msgid "report pruned objects"
8505 msgstr ""
8507 #: builtin/prune.c:109 builtin/worktree.c:127
8508 msgid "expire objects older than <time>"
8509 msgstr ""
8511 #: builtin/prune.c:123
8512 msgid "cannot prune in a precious-objects repo"
8513 msgstr ""
8515 #: builtin/pull.c:72
8516 msgid "git pull [<options>] [<repository> [<refspec>...]]"
8517 msgstr ""
8519 #: builtin/pull.c:117
8520 msgid "Options related to merging"
8521 msgstr ""
8523 #: builtin/pull.c:120
8524 msgid "incorporate changes by rebasing rather than merging"
8525 msgstr ""
8527 #: builtin/pull.c:144 builtin/revert.c:105
8528 msgid "allow fast-forward"
8529 msgstr ""
8531 #: builtin/pull.c:150
8532 msgid "verify that the named commit has a valid GPG signature"
8533 msgstr ""
8535 #: builtin/pull.c:164
8536 msgid "Options related to fetching"
8537 msgstr ""
8539 #: builtin/pull.c:186
8540 msgid "number of submodules pulled in parallel"
8541 msgstr ""
8543 #: builtin/pull.c:275
8544 #, c-format
8545 msgid "Invalid value for pull.ff: %s"
8546 msgstr ""
8548 #: builtin/pull.c:359
8549 msgid "Cannot pull with rebase: You have unstaged changes."
8550 msgstr ""
8552 #: builtin/pull.c:365
8553 msgid "Additionally, your index contains uncommitted changes."
8554 msgstr ""
8556 #: builtin/pull.c:367
8557 msgid "Cannot pull with rebase: Your index contains uncommitted changes."
8558 msgstr ""
8560 #: builtin/pull.c:443
8561 msgid ""
8562 "There is no candidate for rebasing against among the refs that you just "
8563 "fetched."
8564 msgstr ""
8566 #: builtin/pull.c:445
8567 msgid ""
8568 "There are no candidates for merging among the refs that you just fetched."
8569 msgstr ""
8571 #: builtin/pull.c:446
8572 msgid ""
8573 "Generally this means that you provided a wildcard refspec which had no\n"
8574 "matches on the remote end."
8575 msgstr ""
8577 #: builtin/pull.c:449
8578 #, c-format
8579 msgid ""
8580 "You asked to pull from the remote '%s', but did not specify\n"
8581 "a branch. Because this is not the default configured remote\n"
8582 "for your current branch, you must specify a branch on the command line."
8583 msgstr ""
8585 #: builtin/pull.c:454
8586 msgid "You are not currently on a branch."
8587 msgstr ""
8589 #: builtin/pull.c:456 builtin/pull.c:471
8590 msgid "Please specify which branch you want to rebase against."
8591 msgstr ""
8593 #: builtin/pull.c:458 builtin/pull.c:473
8594 msgid "Please specify which branch you want to merge with."
8595 msgstr ""
8597 #: builtin/pull.c:459 builtin/pull.c:474
8598 msgid "See git-pull(1) for details."
8599 msgstr ""
8601 #: builtin/pull.c:469
8602 msgid "There is no tracking information for the current branch."
8603 msgstr ""
8605 #: builtin/pull.c:478
8606 #, c-format
8607 msgid ""
8608 "If you wish to set tracking information for this branch you can do so with:\n"
8609 "\n"
8610 "    git branch --set-upstream-to=%s/<branch> %s\n"
8611 msgstr ""
8613 #: builtin/pull.c:483
8614 #, c-format
8615 msgid ""
8616 "Your configuration specifies to merge with the ref '%s'\n"
8617 "from the remote, but no such ref was fetched."
8618 msgstr ""
8620 #: builtin/pull.c:841
8621 msgid "Updating an unborn branch with changes added to the index."
8622 msgstr ""
8624 #: builtin/pull.c:870
8625 #, c-format
8626 msgid ""
8627 "fetch updated the current branch head.\n"
8628 "fast-forwarding your working tree from\n"
8629 "commit %s."
8630 msgstr ""
8632 #: builtin/pull.c:875
8633 #, c-format
8634 msgid ""
8635 "Cannot fast-forward your working tree.\n"
8636 "After making sure that you saved anything precious from\n"
8637 "$ git diff %s\n"
8638 "output, run\n"
8639 "$ git reset --hard\n"
8640 "to recover."
8641 msgstr ""
8643 #: builtin/pull.c:890
8644 msgid "Cannot merge multiple branches into empty head."
8645 msgstr ""
8647 #: builtin/pull.c:894
8648 msgid "Cannot rebase onto multiple branches."
8649 msgstr ""
8651 #: builtin/push.c:16
8652 msgid "git push [<options>] [<repository> [<refspec>...]]"
8653 msgstr ""
8655 #: builtin/push.c:89
8656 msgid "tag shorthand without <tag>"
8657 msgstr ""
8659 #: builtin/push.c:99
8660 msgid "--delete only accepts plain target ref names"
8661 msgstr ""
8663 #: builtin/push.c:143
8664 msgid ""
8665 "\n"
8666 "To choose either option permanently, see push.default in 'git help config'."
8667 msgstr ""
8669 #: builtin/push.c:146
8670 #, c-format
8671 msgid ""
8672 "The upstream branch of your current branch does not match\n"
8673 "the name of your current branch.  To push to the upstream branch\n"
8674 "on the remote, use\n"
8675 "\n"
8676 "    git push %s HEAD:%s\n"
8677 "\n"
8678 "To push to the branch of the same name on the remote, use\n"
8679 "\n"
8680 "    git push %s %s\n"
8681 "%s"
8682 msgstr ""
8684 #: builtin/push.c:161
8685 #, c-format
8686 msgid ""
8687 "You are not currently on a branch.\n"
8688 "To push the history leading to the current (detached HEAD)\n"
8689 "state now, use\n"
8690 "\n"
8691 "    git push %s HEAD:<name-of-remote-branch>\n"
8692 msgstr ""
8694 #: builtin/push.c:175
8695 #, c-format
8696 msgid ""
8697 "The current branch %s has no upstream branch.\n"
8698 "To push the current branch and set the remote as upstream, use\n"
8699 "\n"
8700 "    git push --set-upstream %s %s\n"
8701 msgstr ""
8703 #: builtin/push.c:183
8704 #, c-format
8705 msgid "The current branch %s has multiple upstream branches, refusing to push."
8706 msgstr ""
8708 #: builtin/push.c:186
8709 #, c-format
8710 msgid ""
8711 "You are pushing to remote '%s', which is not the upstream of\n"
8712 "your current branch '%s', without telling me what to push\n"
8713 "to update which remote branch."
8714 msgstr ""
8716 #: builtin/push.c:242
8717 msgid ""
8718 "You didn't specify any refspecs to push, and push.default is \"nothing\"."
8719 msgstr ""
8721 #: builtin/push.c:249
8722 msgid ""
8723 "Updates were rejected because the tip of your current branch is behind\n"
8724 "its remote counterpart. Integrate the remote changes (e.g.\n"
8725 "'git pull ...') before pushing again.\n"
8726 "See the 'Note about fast-forwards' in 'git push --help' for details."
8727 msgstr ""
8729 #: builtin/push.c:255
8730 msgid ""
8731 "Updates were rejected because a pushed branch tip is behind its remote\n"
8732 "counterpart. Check out this branch and integrate the remote changes\n"
8733 "(e.g. 'git pull ...') before pushing again.\n"
8734 "See the 'Note about fast-forwards' in 'git push --help' for details."
8735 msgstr ""
8737 #: builtin/push.c:261
8738 msgid ""
8739 "Updates were rejected because the remote contains work that you do\n"
8740 "not have locally. This is usually caused by another repository pushing\n"
8741 "to the same ref. You may want to first integrate the remote changes\n"
8742 "(e.g., 'git pull ...') before pushing again.\n"
8743 "See the 'Note about fast-forwards' in 'git push --help' for details."
8744 msgstr ""
8746 #: builtin/push.c:268
8747 msgid "Updates were rejected because the tag already exists in the remote."
8748 msgstr ""
8750 #: builtin/push.c:271
8751 msgid ""
8752 "You cannot update a remote ref that points at a non-commit object,\n"
8753 "or update a remote ref to make it point at a non-commit object,\n"
8754 "without using the '--force' option.\n"
8755 msgstr ""
8757 #: builtin/push.c:331
8758 #, c-format
8759 msgid "Pushing to %s\n"
8760 msgstr ""
8762 #: builtin/push.c:335
8763 #, c-format
8764 msgid "failed to push some refs to '%s'"
8765 msgstr ""
8767 #: builtin/push.c:365
8768 #, c-format
8769 msgid "bad repository '%s'"
8770 msgstr ""
8772 #: builtin/push.c:366
8773 msgid ""
8774 "No configured push destination.\n"
8775 "Either specify the URL from the command-line or configure a remote "
8776 "repository using\n"
8777 "\n"
8778 "    git remote add <name> <url>\n"
8779 "\n"
8780 "and then push using the remote name\n"
8781 "\n"
8782 "    git push <name>\n"
8783 msgstr ""
8785 #: builtin/push.c:381
8786 msgid "--all and --tags are incompatible"
8787 msgstr ""
8789 #: builtin/push.c:382
8790 msgid "--all can't be combined with refspecs"
8791 msgstr ""
8793 #: builtin/push.c:387
8794 msgid "--mirror and --tags are incompatible"
8795 msgstr ""
8797 #: builtin/push.c:388
8798 msgid "--mirror can't be combined with refspecs"
8799 msgstr ""
8801 #: builtin/push.c:393
8802 msgid "--all and --mirror are incompatible"
8803 msgstr ""
8805 #: builtin/push.c:505
8806 msgid "repository"
8807 msgstr ""
8809 #: builtin/push.c:506 builtin/send-pack.c:161
8810 msgid "push all refs"
8811 msgstr ""
8813 #: builtin/push.c:507 builtin/send-pack.c:163
8814 msgid "mirror all refs"
8815 msgstr ""
8817 #: builtin/push.c:509
8818 msgid "delete refs"
8819 msgstr ""
8821 #: builtin/push.c:510
8822 msgid "push tags (can't be used with --all or --mirror)"
8823 msgstr ""
8825 #: builtin/push.c:513 builtin/send-pack.c:164
8826 msgid "force updates"
8827 msgstr ""
8829 #: builtin/push.c:515 builtin/send-pack.c:175
8830 msgid "refname>:<expect"
8831 msgstr ""
8833 #: builtin/push.c:516 builtin/send-pack.c:176
8834 msgid "require old value of ref to be at this value"
8835 msgstr ""
8837 #: builtin/push.c:519
8838 msgid "control recursive pushing of submodules"
8839 msgstr ""
8841 #: builtin/push.c:521 builtin/send-pack.c:169
8842 msgid "use thin pack"
8843 msgstr ""
8845 #: builtin/push.c:522 builtin/push.c:523 builtin/send-pack.c:158
8846 #: builtin/send-pack.c:159
8847 msgid "receive pack program"
8848 msgstr ""
8850 #: builtin/push.c:524
8851 msgid "set upstream for git pull/status"
8852 msgstr ""
8854 #: builtin/push.c:527
8855 msgid "prune locally removed refs"
8856 msgstr ""
8858 #: builtin/push.c:529
8859 msgid "bypass pre-push hook"
8860 msgstr ""
8862 #: builtin/push.c:530
8863 msgid "push missing but relevant tags"
8864 msgstr ""
8866 #: builtin/push.c:533 builtin/send-pack.c:166
8867 msgid "GPG sign the push"
8868 msgstr ""
8870 #: builtin/push.c:535 builtin/send-pack.c:170
8871 msgid "request atomic transaction on remote side"
8872 msgstr ""
8874 #: builtin/push.c:549
8875 msgid "--delete is incompatible with --all, --mirror and --tags"
8876 msgstr ""
8878 #: builtin/push.c:551
8879 msgid "--delete doesn't make sense without any refs"
8880 msgstr ""
8882 #: builtin/read-tree.c:37
8883 msgid ""
8884 "git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
8885 "[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
8886 "index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
8887 msgstr ""
8889 #: builtin/read-tree.c:110
8890 msgid "write resulting index to <file>"
8891 msgstr ""
8893 #: builtin/read-tree.c:113
8894 msgid "only empty the index"
8895 msgstr ""
8897 #: builtin/read-tree.c:115
8898 msgid "Merging"
8899 msgstr ""
8901 #: builtin/read-tree.c:117
8902 msgid "perform a merge in addition to a read"
8903 msgstr ""
8905 #: builtin/read-tree.c:119
8906 msgid "3-way merge if no file level merging required"
8907 msgstr ""
8909 #: builtin/read-tree.c:121
8910 msgid "3-way merge in presence of adds and removes"
8911 msgstr ""
8913 #: builtin/read-tree.c:123
8914 msgid "same as -m, but discard unmerged entries"
8915 msgstr ""
8917 #: builtin/read-tree.c:124
8918 msgid "<subdirectory>/"
8919 msgstr ""
8921 #: builtin/read-tree.c:125
8922 msgid "read the tree into the index under <subdirectory>/"
8923 msgstr ""
8925 #: builtin/read-tree.c:128
8926 msgid "update working tree with merge result"
8927 msgstr ""
8929 #: builtin/read-tree.c:130
8930 msgid "gitignore"
8931 msgstr ""
8933 #: builtin/read-tree.c:131
8934 msgid "allow explicitly ignored files to be overwritten"
8935 msgstr ""
8937 #: builtin/read-tree.c:134
8938 msgid "don't check the working tree after merging"
8939 msgstr ""
8941 #: builtin/read-tree.c:135
8942 msgid "don't update the index or the work tree"
8943 msgstr ""
8945 #: builtin/read-tree.c:137
8946 msgid "skip applying sparse checkout filter"
8947 msgstr ""
8949 #: builtin/read-tree.c:139
8950 msgid "debug unpack-trees"
8951 msgstr ""
8953 #: builtin/reflog.c:423
8954 #, c-format
8955 msgid "'%s' for '%s' is not a valid timestamp"
8956 msgstr ""
8958 #: builtin/reflog.c:540 builtin/reflog.c:545
8959 #, c-format
8960 msgid "'%s' is not a valid timestamp"
8961 msgstr ""
8963 #: builtin/remote.c:12
8964 msgid "git remote [-v | --verbose]"
8965 msgstr ""
8967 #: builtin/remote.c:13
8968 msgid ""
8969 "git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
8970 "mirror=<fetch|push>] <name> <url>"
8971 msgstr ""
8973 #: builtin/remote.c:14 builtin/remote.c:34
8974 msgid "git remote rename <old> <new>"
8975 msgstr ""
8977 #: builtin/remote.c:15 builtin/remote.c:39
8978 msgid "git remote remove <name>"
8979 msgstr ""
8981 #: builtin/remote.c:16 builtin/remote.c:44
8982 msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
8983 msgstr ""
8985 #: builtin/remote.c:17
8986 msgid "git remote [-v | --verbose] show [-n] <name>"
8987 msgstr ""
8989 #: builtin/remote.c:18
8990 msgid "git remote prune [-n | --dry-run] <name>"
8991 msgstr ""
8993 #: builtin/remote.c:19
8994 msgid ""
8995 "git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
8996 msgstr ""
8998 #: builtin/remote.c:20
8999 msgid "git remote set-branches [--add] <name> <branch>..."
9000 msgstr ""
9002 #: builtin/remote.c:21 builtin/remote.c:70
9003 msgid "git remote get-url [--push] [--all] <name>"
9004 msgstr ""
9006 #: builtin/remote.c:22 builtin/remote.c:75
9007 msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
9008 msgstr ""
9010 #: builtin/remote.c:23 builtin/remote.c:76
9011 msgid "git remote set-url --add <name> <newurl>"
9012 msgstr ""
9014 #: builtin/remote.c:24 builtin/remote.c:77
9015 msgid "git remote set-url --delete <name> <url>"
9016 msgstr ""
9018 #: builtin/remote.c:29
9019 msgid "git remote add [<options>] <name> <url>"
9020 msgstr ""
9022 #: builtin/remote.c:49
9023 msgid "git remote set-branches <name> <branch>..."
9024 msgstr ""
9026 #: builtin/remote.c:50
9027 msgid "git remote set-branches --add <name> <branch>..."
9028 msgstr ""
9030 #: builtin/remote.c:55
9031 msgid "git remote show [<options>] <name>"
9032 msgstr ""
9034 #: builtin/remote.c:60
9035 msgid "git remote prune [<options>] <name>"
9036 msgstr ""
9038 #: builtin/remote.c:65
9039 msgid "git remote update [<options>] [<group> | <remote>]..."
9040 msgstr ""
9042 #: builtin/remote.c:94
9043 #, c-format
9044 msgid "Updating %s"
9045 msgstr ""
9047 #: builtin/remote.c:126
9048 msgid ""
9049 "--mirror is dangerous and deprecated; please\n"
9050 "\t use --mirror=fetch or --mirror=push instead"
9051 msgstr ""
9053 #: builtin/remote.c:143
9054 #, c-format
9055 msgid "unknown mirror argument: %s"
9056 msgstr ""
9058 #: builtin/remote.c:159
9059 msgid "fetch the remote branches"
9060 msgstr ""
9062 #: builtin/remote.c:161
9063 msgid "import all tags and associated objects when fetching"
9064 msgstr ""
9066 #: builtin/remote.c:164
9067 msgid "or do not fetch any tag at all (--no-tags)"
9068 msgstr ""
9070 #: builtin/remote.c:166
9071 msgid "branch(es) to track"
9072 msgstr ""
9074 #: builtin/remote.c:167
9075 msgid "master branch"
9076 msgstr ""
9078 #: builtin/remote.c:168
9079 msgid "push|fetch"
9080 msgstr ""
9082 #: builtin/remote.c:169
9083 msgid "set up remote as a mirror to push to or fetch from"
9084 msgstr ""
9086 #: builtin/remote.c:181
9087 msgid "specifying a master branch makes no sense with --mirror"
9088 msgstr ""
9090 #: builtin/remote.c:183
9091 msgid "specifying branches to track makes sense only with fetch mirrors"
9092 msgstr ""
9094 #: builtin/remote.c:190 builtin/remote.c:633
9095 #, c-format
9096 msgid "remote %s already exists."
9097 msgstr ""
9099 #: builtin/remote.c:194 builtin/remote.c:637
9100 #, c-format
9101 msgid "'%s' is not a valid remote name"
9102 msgstr ""
9104 #: builtin/remote.c:234
9105 #, c-format
9106 msgid "Could not setup master '%s'"
9107 msgstr ""
9109 #: builtin/remote.c:336
9110 #, c-format
9111 msgid "Could not get fetch map for refspec %s"
9112 msgstr ""
9114 #: builtin/remote.c:437 builtin/remote.c:445
9115 msgid "(matching)"
9116 msgstr ""
9118 #: builtin/remote.c:449
9119 msgid "(delete)"
9120 msgstr ""
9122 #: builtin/remote.c:626 builtin/remote.c:761 builtin/remote.c:858
9123 #, c-format
9124 msgid "No such remote: %s"
9125 msgstr ""
9127 #: builtin/remote.c:643
9128 #, c-format
9129 msgid "Could not rename config section '%s' to '%s'"
9130 msgstr ""
9132 #: builtin/remote.c:663
9133 #, c-format
9134 msgid ""
9135 "Not updating non-default fetch refspec\n"
9136 "\t%s\n"
9137 "\tPlease update the configuration manually if necessary."
9138 msgstr ""
9140 #: builtin/remote.c:699
9141 #, c-format
9142 msgid "deleting '%s' failed"
9143 msgstr ""
9145 #: builtin/remote.c:733
9146 #, c-format
9147 msgid "creating '%s' failed"
9148 msgstr ""
9150 #: builtin/remote.c:796
9151 msgid ""
9152 "Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
9153 "to delete it, use:"
9154 msgid_plural ""
9155 "Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
9156 "to delete them, use:"
9157 msgstr[0] ""
9158 msgstr[1] ""
9160 #: builtin/remote.c:810
9161 #, c-format
9162 msgid "Could not remove config section '%s'"
9163 msgstr ""
9165 #: builtin/remote.c:911
9166 #, c-format
9167 msgid " new (next fetch will store in remotes/%s)"
9168 msgstr ""
9170 #: builtin/remote.c:914
9171 msgid " tracked"
9172 msgstr ""
9174 #: builtin/remote.c:916
9175 msgid " stale (use 'git remote prune' to remove)"
9176 msgstr ""
9178 #: builtin/remote.c:918
9179 msgid " ???"
9180 msgstr ""
9182 #: builtin/remote.c:959
9183 #, c-format
9184 msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
9185 msgstr ""
9187 #: builtin/remote.c:967
9188 #, c-format
9189 msgid "rebases interactively onto remote %s"
9190 msgstr ""
9192 #: builtin/remote.c:971
9193 #, c-format
9194 msgid " merges with remote %s"
9195 msgstr ""
9197 #: builtin/remote.c:972
9198 msgid "    and with remote"
9199 msgstr ""
9201 #: builtin/remote.c:974
9202 #, c-format
9203 msgid "merges with remote %s"
9204 msgstr ""
9206 #: builtin/remote.c:975
9207 msgid "   and with remote"
9208 msgstr ""
9210 #: builtin/remote.c:1021
9211 msgid "create"
9212 msgstr ""
9214 #: builtin/remote.c:1024
9215 msgid "delete"
9216 msgstr ""
9218 #: builtin/remote.c:1028
9219 msgid "up to date"
9220 msgstr ""
9222 #: builtin/remote.c:1031
9223 msgid "fast-forwardable"
9224 msgstr ""
9226 #: builtin/remote.c:1034
9227 msgid "local out of date"
9228 msgstr ""
9230 #: builtin/remote.c:1041
9231 #, c-format
9232 msgid "    %-*s forces to %-*s (%s)"
9233 msgstr ""
9235 #: builtin/remote.c:1044
9236 #, c-format
9237 msgid "    %-*s pushes to %-*s (%s)"
9238 msgstr ""
9240 #: builtin/remote.c:1048
9241 #, c-format
9242 msgid "    %-*s forces to %s"
9243 msgstr ""
9245 #: builtin/remote.c:1051
9246 #, c-format
9247 msgid "    %-*s pushes to %s"
9248 msgstr ""
9250 #: builtin/remote.c:1119
9251 msgid "do not query remotes"
9252 msgstr ""
9254 #: builtin/remote.c:1146
9255 #, c-format
9256 msgid "* remote %s"
9257 msgstr ""
9259 #: builtin/remote.c:1147
9260 #, c-format
9261 msgid "  Fetch URL: %s"
9262 msgstr ""
9264 #: builtin/remote.c:1148 builtin/remote.c:1299
9265 msgid "(no URL)"
9266 msgstr ""
9268 #: builtin/remote.c:1157 builtin/remote.c:1159
9269 #, c-format
9270 msgid "  Push  URL: %s"
9271 msgstr ""
9273 #: builtin/remote.c:1161 builtin/remote.c:1163 builtin/remote.c:1165
9274 #, c-format
9275 msgid "  HEAD branch: %s"
9276 msgstr ""
9278 #: builtin/remote.c:1167
9279 #, c-format
9280 msgid ""
9281 "  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
9282 msgstr ""
9284 #: builtin/remote.c:1179
9285 #, c-format
9286 msgid "  Remote branch:%s"
9287 msgid_plural "  Remote branches:%s"
9288 msgstr[0] ""
9289 msgstr[1] ""
9291 #: builtin/remote.c:1182 builtin/remote.c:1209
9292 msgid " (status not queried)"
9293 msgstr ""
9295 #: builtin/remote.c:1191
9296 msgid "  Local branch configured for 'git pull':"
9297 msgid_plural "  Local branches configured for 'git pull':"
9298 msgstr[0] ""
9299 msgstr[1] ""
9301 #: builtin/remote.c:1199
9302 msgid "  Local refs will be mirrored by 'git push'"
9303 msgstr ""
9305 #: builtin/remote.c:1206
9306 #, c-format
9307 msgid "  Local ref configured for 'git push'%s:"
9308 msgid_plural "  Local refs configured for 'git push'%s:"
9309 msgstr[0] ""
9310 msgstr[1] ""
9312 #: builtin/remote.c:1227
9313 msgid "set refs/remotes/<name>/HEAD according to remote"
9314 msgstr ""
9316 #: builtin/remote.c:1229
9317 msgid "delete refs/remotes/<name>/HEAD"
9318 msgstr ""
9320 #: builtin/remote.c:1244
9321 msgid "Cannot determine remote HEAD"
9322 msgstr ""
9324 #: builtin/remote.c:1246
9325 msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
9326 msgstr ""
9328 #: builtin/remote.c:1256
9329 #, c-format
9330 msgid "Could not delete %s"
9331 msgstr ""
9333 #: builtin/remote.c:1264
9334 #, c-format
9335 msgid "Not a valid ref: %s"
9336 msgstr ""
9338 #: builtin/remote.c:1266
9339 #, c-format
9340 msgid "Could not setup %s"
9341 msgstr ""
9343 #: builtin/remote.c:1284
9344 #, c-format
9345 msgid " %s will become dangling!"
9346 msgstr ""
9348 #: builtin/remote.c:1285
9349 #, c-format
9350 msgid " %s has become dangling!"
9351 msgstr ""
9353 #: builtin/remote.c:1295
9354 #, c-format
9355 msgid "Pruning %s"
9356 msgstr ""
9358 #: builtin/remote.c:1296
9359 #, c-format
9360 msgid "URL: %s"
9361 msgstr ""
9363 #: builtin/remote.c:1312
9364 #, c-format
9365 msgid " * [would prune] %s"
9366 msgstr ""
9368 #: builtin/remote.c:1315
9369 #, c-format
9370 msgid " * [pruned] %s"
9371 msgstr ""
9373 #: builtin/remote.c:1360
9374 msgid "prune remotes after fetching"
9375 msgstr ""
9377 #: builtin/remote.c:1423 builtin/remote.c:1477 builtin/remote.c:1545
9378 #, c-format
9379 msgid "No such remote '%s'"
9380 msgstr ""
9382 #: builtin/remote.c:1439
9383 msgid "add branch"
9384 msgstr ""
9386 #: builtin/remote.c:1446
9387 msgid "no remote specified"
9388 msgstr ""
9390 #: builtin/remote.c:1463
9391 msgid "query push URLs rather than fetch URLs"
9392 msgstr ""
9394 #: builtin/remote.c:1465
9395 msgid "return all URLs"
9396 msgstr ""
9398 #: builtin/remote.c:1493
9399 #, c-format
9400 msgid "no URLs configured for remote '%s'"
9401 msgstr ""
9403 #: builtin/remote.c:1519
9404 msgid "manipulate push URLs"
9405 msgstr ""
9407 #: builtin/remote.c:1521
9408 msgid "add URL"
9409 msgstr ""
9411 #: builtin/remote.c:1523
9412 msgid "delete URLs"
9413 msgstr ""
9415 #: builtin/remote.c:1530
9416 msgid "--add --delete doesn't make sense"
9417 msgstr ""
9419 #: builtin/remote.c:1571
9420 #, c-format
9421 msgid "Invalid old URL pattern: %s"
9422 msgstr ""
9424 #: builtin/remote.c:1579
9425 #, c-format
9426 msgid "No such URL found: %s"
9427 msgstr ""
9429 #: builtin/remote.c:1581
9430 msgid "Will not delete all non-push URLs"
9431 msgstr ""
9433 #: builtin/remote.c:1595
9434 msgid "be verbose; must be placed before a subcommand"
9435 msgstr ""
9437 #: builtin/repack.c:17
9438 msgid "git repack [<options>]"
9439 msgstr ""
9441 #: builtin/repack.c:159
9442 msgid "pack everything in a single pack"
9443 msgstr ""
9445 #: builtin/repack.c:161
9446 msgid "same as -a, and turn unreachable objects loose"
9447 msgstr ""
9449 #: builtin/repack.c:164
9450 msgid "remove redundant packs, and run git-prune-packed"
9451 msgstr ""
9453 #: builtin/repack.c:166
9454 msgid "pass --no-reuse-delta to git-pack-objects"
9455 msgstr ""
9457 #: builtin/repack.c:168
9458 msgid "pass --no-reuse-object to git-pack-objects"
9459 msgstr ""
9461 #: builtin/repack.c:170
9462 msgid "do not run git-update-server-info"
9463 msgstr ""
9465 #: builtin/repack.c:173
9466 msgid "pass --local to git-pack-objects"
9467 msgstr ""
9469 #: builtin/repack.c:175
9470 msgid "write bitmap index"
9471 msgstr ""
9473 #: builtin/repack.c:176
9474 msgid "approxidate"
9475 msgstr ""
9477 #: builtin/repack.c:177
9478 msgid "with -A, do not loosen objects older than this"
9479 msgstr ""
9481 #: builtin/repack.c:179
9482 msgid "size of the window used for delta compression"
9483 msgstr ""
9485 #: builtin/repack.c:180 builtin/repack.c:184
9486 msgid "bytes"
9487 msgstr ""
9489 #: builtin/repack.c:181
9490 msgid "same as the above, but limit memory size instead of entries count"
9491 msgstr ""
9493 #: builtin/repack.c:183
9494 msgid "limits the maximum delta depth"
9495 msgstr ""
9497 #: builtin/repack.c:185
9498 msgid "maximum size of each packfile"
9499 msgstr ""
9501 #: builtin/repack.c:187
9502 msgid "repack objects in packs marked with .keep"
9503 msgstr ""
9505 #: builtin/repack.c:197
9506 msgid "cannot delete packs in a precious-objects repo"
9507 msgstr ""
9509 #: builtin/repack.c:381
9510 #, c-format
9511 msgid "removing '%s' failed"
9512 msgstr ""
9514 #: builtin/replace.c:19
9515 msgid "git replace [-f] <object> <replacement>"
9516 msgstr ""
9518 #: builtin/replace.c:20
9519 msgid "git replace [-f] --edit <object>"
9520 msgstr ""
9522 #: builtin/replace.c:21
9523 msgid "git replace [-f] --graft <commit> [<parent>...]"
9524 msgstr ""
9526 #: builtin/replace.c:22
9527 msgid "git replace -d <object>..."
9528 msgstr ""
9530 #: builtin/replace.c:23
9531 msgid "git replace [--format=<format>] [-l [<pattern>]]"
9532 msgstr ""
9534 #: builtin/replace.c:325 builtin/replace.c:363 builtin/replace.c:391
9535 #, c-format
9536 msgid "Not a valid object name: '%s'"
9537 msgstr ""
9539 #: builtin/replace.c:355
9540 #, c-format
9541 msgid "bad mergetag in commit '%s'"
9542 msgstr ""
9544 #: builtin/replace.c:357
9545 #, c-format
9546 msgid "malformed mergetag in commit '%s'"
9547 msgstr ""
9549 #: builtin/replace.c:368
9550 #, c-format
9551 msgid ""
9552 "original commit '%s' contains mergetag '%s' that is discarded; use --edit "
9553 "instead of --graft"
9554 msgstr ""
9556 #: builtin/replace.c:401
9557 #, c-format
9558 msgid "the original commit '%s' has a gpg signature."
9559 msgstr ""
9561 #: builtin/replace.c:402
9562 msgid "the signature will be removed in the replacement commit!"
9563 msgstr ""
9565 #: builtin/replace.c:408
9566 #, c-format
9567 msgid "could not write replacement commit for: '%s'"
9568 msgstr ""
9570 #: builtin/replace.c:432
9571 msgid "list replace refs"
9572 msgstr ""
9574 #: builtin/replace.c:433
9575 msgid "delete replace refs"
9576 msgstr ""
9578 #: builtin/replace.c:434
9579 msgid "edit existing object"
9580 msgstr ""
9582 #: builtin/replace.c:435
9583 msgid "change a commit's parents"
9584 msgstr ""
9586 #: builtin/replace.c:436
9587 msgid "replace the ref if it exists"
9588 msgstr ""
9590 #: builtin/replace.c:437
9591 msgid "do not pretty-print contents for --edit"
9592 msgstr ""
9594 #: builtin/replace.c:438
9595 msgid "use this format"
9596 msgstr ""
9598 #: builtin/rerere.c:12
9599 msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
9600 msgstr ""
9602 #: builtin/rerere.c:58
9603 msgid "register clean resolutions in index"
9604 msgstr ""
9606 #: builtin/reset.c:26
9607 msgid ""
9608 "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
9609 msgstr ""
9611 #: builtin/reset.c:27
9612 msgid "git reset [-q] <tree-ish> [--] <paths>..."
9613 msgstr ""
9615 #: builtin/reset.c:28
9616 msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
9617 msgstr ""
9619 #: builtin/reset.c:34
9620 msgid "mixed"
9621 msgstr ""
9623 #: builtin/reset.c:34
9624 msgid "soft"
9625 msgstr ""
9627 #: builtin/reset.c:34
9628 msgid "hard"
9629 msgstr ""
9631 #: builtin/reset.c:34
9632 msgid "merge"
9633 msgstr ""
9635 #: builtin/reset.c:34
9636 msgid "keep"
9637 msgstr ""
9639 #: builtin/reset.c:74
9640 msgid "You do not have a valid HEAD."
9641 msgstr ""
9643 #: builtin/reset.c:76
9644 msgid "Failed to find tree of HEAD."
9645 msgstr ""
9647 #: builtin/reset.c:82
9648 #, c-format
9649 msgid "Failed to find tree of %s."
9650 msgstr ""
9652 #: builtin/reset.c:100
9653 #, c-format
9654 msgid "HEAD is now at %s"
9655 msgstr ""
9657 #: builtin/reset.c:183
9658 #, c-format
9659 msgid "Cannot do a %s reset in the middle of a merge."
9660 msgstr ""
9662 #: builtin/reset.c:276
9663 msgid "be quiet, only report errors"
9664 msgstr ""
9666 #: builtin/reset.c:278
9667 msgid "reset HEAD and index"
9668 msgstr ""
9670 #: builtin/reset.c:279
9671 msgid "reset only HEAD"
9672 msgstr ""
9674 #: builtin/reset.c:281 builtin/reset.c:283
9675 msgid "reset HEAD, index and working tree"
9676 msgstr ""
9678 #: builtin/reset.c:285
9679 msgid "reset HEAD but keep local changes"
9680 msgstr ""
9682 #: builtin/reset.c:288
9683 msgid "record only the fact that removed paths will be added later"
9684 msgstr ""
9686 #: builtin/reset.c:305
9687 #, c-format
9688 msgid "Failed to resolve '%s' as a valid revision."
9689 msgstr ""
9691 #: builtin/reset.c:313
9692 #, c-format
9693 msgid "Failed to resolve '%s' as a valid tree."
9694 msgstr ""
9696 #: builtin/reset.c:322
9697 msgid "--patch is incompatible with --{hard,mixed,soft}"
9698 msgstr ""
9700 #: builtin/reset.c:331
9701 msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
9702 msgstr ""
9704 #: builtin/reset.c:333
9705 #, c-format
9706 msgid "Cannot do %s reset with paths."
9707 msgstr ""
9709 #: builtin/reset.c:343
9710 #, c-format
9711 msgid "%s reset is not allowed in a bare repository"
9712 msgstr ""
9714 #: builtin/reset.c:347
9715 msgid "-N can only be used with --mixed"
9716 msgstr ""
9718 #: builtin/reset.c:364
9719 msgid "Unstaged changes after reset:"
9720 msgstr ""
9722 #: builtin/reset.c:370
9723 #, c-format
9724 msgid "Could not reset index file to revision '%s'."
9725 msgstr ""
9727 #: builtin/reset.c:374
9728 msgid "Could not write new index file."
9729 msgstr ""
9731 #: builtin/rev-list.c:350
9732 msgid "rev-list does not support display of notes"
9733 msgstr ""
9735 #: builtin/rev-parse.c:358
9736 msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
9737 msgstr ""
9739 #: builtin/rev-parse.c:363
9740 msgid "keep the `--` passed as an arg"
9741 msgstr ""
9743 #: builtin/rev-parse.c:365
9744 msgid "stop parsing after the first non-option argument"
9745 msgstr ""
9747 #: builtin/rev-parse.c:368
9748 msgid "output in stuck long form"
9749 msgstr ""
9751 #: builtin/rev-parse.c:499
9752 msgid ""
9753 "git rev-parse --parseopt [<options>] -- [<args>...]\n"
9754 "   or: git rev-parse --sq-quote [<arg>...]\n"
9755 "   or: git rev-parse [<options>] [<arg>...]\n"
9756 "\n"
9757 "Run \"git rev-parse --parseopt -h\" for more information on the first usage."
9758 msgstr ""
9760 #: builtin/revert.c:22
9761 msgid "git revert [<options>] <commit-ish>..."
9762 msgstr ""
9764 #: builtin/revert.c:23
9765 msgid "git revert <subcommand>"
9766 msgstr ""
9768 #: builtin/revert.c:28
9769 msgid "git cherry-pick [<options>] <commit-ish>..."
9770 msgstr ""
9772 #: builtin/revert.c:29
9773 msgid "git cherry-pick <subcommand>"
9774 msgstr ""
9776 #: builtin/revert.c:71
9777 #, c-format
9778 msgid "%s: %s cannot be used with %s"
9779 msgstr ""
9781 #: builtin/revert.c:80
9782 msgid "end revert or cherry-pick sequence"
9783 msgstr ""
9785 #: builtin/revert.c:81
9786 msgid "resume revert or cherry-pick sequence"
9787 msgstr ""
9789 #: builtin/revert.c:82
9790 msgid "cancel revert or cherry-pick sequence"
9791 msgstr ""
9793 #: builtin/revert.c:83
9794 msgid "don't automatically commit"
9795 msgstr ""
9797 #: builtin/revert.c:84
9798 msgid "edit the commit message"
9799 msgstr ""
9801 #: builtin/revert.c:87
9802 msgid "parent number"
9803 msgstr ""
9805 #: builtin/revert.c:89
9806 msgid "merge strategy"
9807 msgstr ""
9809 #: builtin/revert.c:90
9810 msgid "option"
9811 msgstr ""
9813 #: builtin/revert.c:91
9814 msgid "option for merge strategy"
9815 msgstr ""
9817 #: builtin/revert.c:104
9818 msgid "append commit name"
9819 msgstr ""
9821 #: builtin/revert.c:106
9822 msgid "preserve initially empty commits"
9823 msgstr ""
9825 #: builtin/revert.c:107
9826 msgid "allow commits with empty messages"
9827 msgstr ""
9829 #: builtin/revert.c:108
9830 msgid "keep redundant, empty commits"
9831 msgstr ""
9833 #: builtin/revert.c:112
9834 msgid "program error"
9835 msgstr ""
9837 #: builtin/revert.c:197
9838 msgid "revert failed"
9839 msgstr ""
9841 #: builtin/revert.c:212
9842 msgid "cherry-pick failed"
9843 msgstr ""
9845 #: builtin/rm.c:17
9846 msgid "git rm [<options>] [--] <file>..."
9847 msgstr ""
9849 #: builtin/rm.c:65
9850 msgid ""
9851 "the following submodule (or one of its nested submodules)\n"
9852 "uses a .git directory:"
9853 msgid_plural ""
9854 "the following submodules (or one of their nested submodules)\n"
9855 "use a .git directory:"
9856 msgstr[0] ""
9857 msgstr[1] ""
9859 #: builtin/rm.c:71
9860 msgid ""
9861 "\n"
9862 "(use 'rm -rf' if you really want to remove it including all of its history)"
9863 msgstr ""
9865 #: builtin/rm.c:230
9866 msgid ""
9867 "the following file has staged content different from both the\n"
9868 "file and the HEAD:"
9869 msgid_plural ""
9870 "the following files have staged content different from both the\n"
9871 "file and the HEAD:"
9872 msgstr[0] ""
9873 msgstr[1] ""
9875 #: builtin/rm.c:235
9876 msgid ""
9877 "\n"
9878 "(use -f to force removal)"
9879 msgstr ""
9881 #: builtin/rm.c:239
9882 msgid "the following file has changes staged in the index:"
9883 msgid_plural "the following files have changes staged in the index:"
9884 msgstr[0] ""
9885 msgstr[1] ""
9887 #: builtin/rm.c:243 builtin/rm.c:254
9888 msgid ""
9889 "\n"
9890 "(use --cached to keep the file, or -f to force removal)"
9891 msgstr ""
9893 #: builtin/rm.c:251
9894 msgid "the following file has local modifications:"
9895 msgid_plural "the following files have local modifications:"
9896 msgstr[0] ""
9897 msgstr[1] ""
9899 #: builtin/rm.c:269
9900 msgid "do not list removed files"
9901 msgstr ""
9903 #: builtin/rm.c:270
9904 msgid "only remove from the index"
9905 msgstr ""
9907 #: builtin/rm.c:271
9908 msgid "override the up-to-date check"
9909 msgstr ""
9911 #: builtin/rm.c:272
9912 msgid "allow recursive removal"
9913 msgstr ""
9915 #: builtin/rm.c:274
9916 msgid "exit with a zero status even if nothing matched"
9917 msgstr ""
9919 #: builtin/rm.c:317
9920 msgid "Please, stage your changes to .gitmodules or stash them to proceed"
9921 msgstr ""
9923 #: builtin/rm.c:335
9924 #, c-format
9925 msgid "not removing '%s' recursively without -r"
9926 msgstr ""
9928 #: builtin/rm.c:374
9929 #, c-format
9930 msgid "git rm: unable to remove %s"
9931 msgstr ""
9933 #: builtin/send-pack.c:18
9934 msgid ""
9935 "git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
9936 "receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
9937 "[<ref>...]\n"
9938 "  --all and explicit <ref> specification are mutually exclusive."
9939 msgstr ""
9941 #: builtin/send-pack.c:160
9942 msgid "remote name"
9943 msgstr ""
9945 #: builtin/send-pack.c:171
9946 msgid "use stateless RPC protocol"
9947 msgstr ""
9949 #: builtin/send-pack.c:172
9950 msgid "read refs from stdin"
9951 msgstr ""
9953 #: builtin/send-pack.c:173
9954 msgid "print status from remote helper"
9955 msgstr ""
9957 #: builtin/shortlog.c:13
9958 msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"
9959 msgstr ""
9961 #: builtin/shortlog.c:242
9962 msgid "sort output according to the number of commits per author"
9963 msgstr ""
9965 #: builtin/shortlog.c:244
9966 msgid "Suppress commit descriptions, only provides commit count"
9967 msgstr ""
9969 #: builtin/shortlog.c:246
9970 msgid "Show the email address of each author"
9971 msgstr ""
9973 #: builtin/shortlog.c:247
9974 msgid "w[,i1[,i2]]"
9975 msgstr ""
9977 #: builtin/shortlog.c:248
9978 msgid "Linewrap output"
9979 msgstr ""
9981 #: builtin/show-branch.c:10
9982 msgid ""
9983 "git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
9984 "\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
9985 "\t\t[--more=<n> | --list | --independent | --merge-base]\n"
9986 "\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
9987 msgstr ""
9989 #: builtin/show-branch.c:14
9990 msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
9991 msgstr ""
9993 #: builtin/show-branch.c:640
9994 msgid "show remote-tracking and local branches"
9995 msgstr ""
9997 #: builtin/show-branch.c:642
9998 msgid "show remote-tracking branches"
9999 msgstr ""
10001 #: builtin/show-branch.c:644
10002 msgid "color '*!+-' corresponding to the branch"
10003 msgstr ""
10005 #: builtin/show-branch.c:646
10006 msgid "show <n> more commits after the common ancestor"
10007 msgstr ""
10009 #: builtin/show-branch.c:648
10010 msgid "synonym to more=-1"
10011 msgstr ""
10013 #: builtin/show-branch.c:649
10014 msgid "suppress naming strings"
10015 msgstr ""
10017 #: builtin/show-branch.c:651
10018 msgid "include the current branch"
10019 msgstr ""
10021 #: builtin/show-branch.c:653
10022 msgid "name commits with their object names"
10023 msgstr ""
10025 #: builtin/show-branch.c:655
10026 msgid "show possible merge bases"
10027 msgstr ""
10029 #: builtin/show-branch.c:657
10030 msgid "show refs unreachable from any other ref"
10031 msgstr ""
10033 #: builtin/show-branch.c:659
10034 msgid "show commits in topological order"
10035 msgstr ""
10037 #: builtin/show-branch.c:662
10038 msgid "show only commits not on the first branch"
10039 msgstr ""
10041 #: builtin/show-branch.c:664
10042 msgid "show merges reachable from only one tip"
10043 msgstr ""
10045 #: builtin/show-branch.c:666
10046 msgid "topologically sort, maintaining date order where possible"
10047 msgstr ""
10049 #: builtin/show-branch.c:669
10050 msgid "<n>[,<base>]"
10051 msgstr ""
10053 #: builtin/show-branch.c:670
10054 msgid "show <n> most recent ref-log entries starting at base"
10055 msgstr ""
10057 #: builtin/show-ref.c:10
10058 msgid ""
10059 "git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
10060 "hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
10061 msgstr ""
10063 #: builtin/show-ref.c:11
10064 msgid "git show-ref --exclude-existing[=<pattern>]"
10065 msgstr ""
10067 #: builtin/show-ref.c:165
10068 msgid "only show tags (can be combined with heads)"
10069 msgstr ""
10071 #: builtin/show-ref.c:166
10072 msgid "only show heads (can be combined with tags)"
10073 msgstr ""
10075 #: builtin/show-ref.c:167
10076 msgid "stricter reference checking, requires exact ref path"
10077 msgstr ""
10079 #: builtin/show-ref.c:170 builtin/show-ref.c:172
10080 msgid "show the HEAD reference, even if it would be filtered out"
10081 msgstr ""
10083 #: builtin/show-ref.c:174
10084 msgid "dereference tags into object IDs"
10085 msgstr ""
10087 #: builtin/show-ref.c:176
10088 msgid "only show SHA1 hash using <n> digits"
10089 msgstr ""
10091 #: builtin/show-ref.c:180
10092 msgid "do not print results to stdout (useful with --verify)"
10093 msgstr ""
10095 #: builtin/show-ref.c:182
10096 msgid "show refs from stdin that aren't in local repository"
10097 msgstr ""
10099 #: builtin/stripspace.c:17
10100 msgid "git stripspace [-s | --strip-comments]"
10101 msgstr ""
10103 #: builtin/stripspace.c:18
10104 msgid "git stripspace [-c | --comment-lines]"
10105 msgstr ""
10107 #: builtin/stripspace.c:35
10108 msgid "skip and remove all lines starting with comment character"
10109 msgstr ""
10111 #: builtin/stripspace.c:38
10112 msgid "prepend comment character and space to each line"
10113 msgstr ""
10115 #: builtin/submodule--helper.c:73 builtin/submodule--helper.c:161
10116 msgid "alternative anchor for relative paths"
10117 msgstr ""
10119 #: builtin/submodule--helper.c:78
10120 msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
10121 msgstr ""
10123 #: builtin/submodule--helper.c:108
10124 msgid "git submodule--helper name <path>"
10125 msgstr ""
10127 #: builtin/submodule--helper.c:114
10128 #, c-format
10129 msgid "no submodule mapping found in .gitmodules for path '%s'"
10130 msgstr ""
10132 #: builtin/submodule--helper.c:164
10133 msgid "where the new submodule will be cloned to"
10134 msgstr ""
10136 #: builtin/submodule--helper.c:167
10137 msgid "name of the new submodule"
10138 msgstr ""
10140 #: builtin/submodule--helper.c:170
10141 msgid "url where to clone the submodule from"
10142 msgstr ""
10144 #: builtin/submodule--helper.c:176
10145 msgid "depth for shallow clones"
10146 msgstr ""
10148 #: builtin/submodule--helper.c:182
10149 msgid ""
10150 "git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
10151 "<repository>] [--name <name>] [--url <url>][--depth <depth>] [--] [<path>...]"
10152 msgstr ""
10154 #: builtin/submodule--helper.c:196 builtin/submodule--helper.c:202
10155 #: builtin/submodule--helper.c:210
10156 #, c-format
10157 msgid "could not create directory '%s'"
10158 msgstr ""
10160 #: builtin/submodule--helper.c:198
10161 #, c-format
10162 msgid "clone of '%s' into submodule path '%s' failed"
10163 msgstr ""
10165 #: builtin/submodule--helper.c:221
10166 #, c-format
10167 msgid "cannot open file '%s'"
10168 msgstr ""
10170 #: builtin/submodule--helper.c:226
10171 #, c-format
10172 msgid "could not close file %s"
10173 msgstr ""
10175 #: builtin/submodule--helper.c:241
10176 #, c-format
10177 msgid "could not get submodule directory for '%s'"
10178 msgstr ""
10180 #: builtin/submodule--helper.c:267
10181 msgid "fatal: submodule--helper subcommand must be called with a subcommand"
10182 msgstr ""
10184 #: builtin/submodule--helper.c:274
10185 #, c-format
10186 msgid "fatal: '%s' is not a valid submodule--helper subcommand"
10187 msgstr ""
10189 #: builtin/symbolic-ref.c:7
10190 msgid "git symbolic-ref [<options>] <name> [<ref>]"
10191 msgstr ""
10193 #: builtin/symbolic-ref.c:8
10194 msgid "git symbolic-ref -d [-q] <name>"
10195 msgstr ""
10197 #: builtin/symbolic-ref.c:40
10198 msgid "suppress error message for non-symbolic (detached) refs"
10199 msgstr ""
10201 #: builtin/symbolic-ref.c:41
10202 msgid "delete symbolic ref"
10203 msgstr ""
10205 #: builtin/symbolic-ref.c:42
10206 msgid "shorten ref output"
10207 msgstr ""
10209 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
10210 msgid "reason"
10211 msgstr ""
10213 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
10214 msgid "reason of the update"
10215 msgstr ""
10217 #: builtin/tag.c:23
10218 msgid ""
10219 "git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
10220 "[<head>]"
10221 msgstr ""
10223 #: builtin/tag.c:24
10224 msgid "git tag -d <tagname>..."
10225 msgstr ""
10227 #: builtin/tag.c:25
10228 msgid ""
10229 "git tag -l [-n[<num>]] [--contains <commit>] [--points-at <object>]\n"
10230 "\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
10231 msgstr ""
10233 #: builtin/tag.c:27
10234 msgid "git tag -v <tagname>..."
10235 msgstr ""
10237 #: builtin/tag.c:80
10238 #, c-format
10239 msgid "tag name too long: %.*s..."
10240 msgstr ""
10242 #: builtin/tag.c:85
10243 #, c-format
10244 msgid "tag '%s' not found."
10245 msgstr ""
10247 #: builtin/tag.c:100
10248 #, c-format
10249 msgid "Deleted tag '%s' (was %s)\n"
10250 msgstr ""
10252 #: builtin/tag.c:112
10253 #, c-format
10254 msgid "could not verify the tag '%s'"
10255 msgstr ""
10257 #: builtin/tag.c:122
10258 #, c-format
10259 msgid ""
10260 "\n"
10261 "Write a message for tag:\n"
10262 "  %s\n"
10263 "Lines starting with '%c' will be ignored.\n"
10264 msgstr ""
10266 #: builtin/tag.c:126
10267 #, c-format
10268 msgid ""
10269 "\n"
10270 "Write a message for tag:\n"
10271 "  %s\n"
10272 "Lines starting with '%c' will be kept; you may remove them yourself if you "
10273 "want to.\n"
10274 msgstr ""
10276 #: builtin/tag.c:199
10277 msgid "unable to sign the tag"
10278 msgstr ""
10280 #: builtin/tag.c:201
10281 msgid "unable to write tag file"
10282 msgstr ""
10284 #: builtin/tag.c:226
10285 msgid "bad object type."
10286 msgstr ""
10288 #: builtin/tag.c:239
10289 msgid "tag header too big."
10290 msgstr ""
10292 #: builtin/tag.c:275
10293 msgid "no tag message?"
10294 msgstr ""
10296 #: builtin/tag.c:281
10297 #, c-format
10298 msgid "The tag message has been left in %s\n"
10299 msgstr ""
10301 #: builtin/tag.c:339
10302 msgid "list tag names"
10303 msgstr ""
10305 #: builtin/tag.c:341
10306 msgid "print <n> lines of each tag message"
10307 msgstr ""
10309 #: builtin/tag.c:343
10310 msgid "delete tags"
10311 msgstr ""
10313 #: builtin/tag.c:344
10314 msgid "verify tags"
10315 msgstr ""
10317 #: builtin/tag.c:346
10318 msgid "Tag creation options"
10319 msgstr ""
10321 #: builtin/tag.c:348
10322 msgid "annotated tag, needs a message"
10323 msgstr ""
10325 #: builtin/tag.c:350
10326 msgid "tag message"
10327 msgstr ""
10329 #: builtin/tag.c:352
10330 msgid "annotated and GPG-signed tag"
10331 msgstr ""
10333 #: builtin/tag.c:356
10334 msgid "use another key to sign the tag"
10335 msgstr ""
10337 #: builtin/tag.c:357
10338 msgid "replace the tag if exists"
10339 msgstr ""
10341 #: builtin/tag.c:358 builtin/update-ref.c:368
10342 msgid "create a reflog"
10343 msgstr ""
10345 #: builtin/tag.c:360
10346 msgid "Tag listing options"
10347 msgstr ""
10349 #: builtin/tag.c:361
10350 msgid "show tag list in columns"
10351 msgstr ""
10353 #: builtin/tag.c:362 builtin/tag.c:363
10354 msgid "print only tags that contain the commit"
10355 msgstr ""
10357 #: builtin/tag.c:364
10358 msgid "print only tags that are merged"
10359 msgstr ""
10361 #: builtin/tag.c:365
10362 msgid "print only tags that are not merged"
10363 msgstr ""
10365 #: builtin/tag.c:370
10366 msgid "print only tags of the object"
10367 msgstr ""
10369 #: builtin/tag.c:399
10370 msgid "--column and -n are incompatible"
10371 msgstr ""
10373 #: builtin/tag.c:419
10374 msgid "-n option is only allowed with -l."
10375 msgstr ""
10377 #: builtin/tag.c:421
10378 msgid "--contains option is only allowed with -l."
10379 msgstr ""
10381 #: builtin/tag.c:423
10382 msgid "--points-at option is only allowed with -l."
10383 msgstr ""
10385 #: builtin/tag.c:425
10386 msgid "--merged and --no-merged option are only allowed with -l"
10387 msgstr ""
10389 #: builtin/tag.c:433
10390 msgid "only one -F or -m option is allowed."
10391 msgstr ""
10393 #: builtin/tag.c:453
10394 msgid "too many params"
10395 msgstr ""
10397 #: builtin/tag.c:459
10398 #, c-format
10399 msgid "'%s' is not a valid tag name."
10400 msgstr ""
10402 #: builtin/tag.c:464
10403 #, c-format
10404 msgid "tag '%s' already exists"
10405 msgstr ""
10407 #: builtin/tag.c:489
10408 #, c-format
10409 msgid "Updated tag '%s' (was %s)\n"
10410 msgstr ""
10412 #: builtin/unpack-objects.c:490
10413 msgid "Unpacking objects"
10414 msgstr ""
10416 #: builtin/update-index.c:79
10417 #, c-format
10418 msgid "failed to create directory %s"
10419 msgstr ""
10421 #: builtin/update-index.c:85
10422 #, c-format
10423 msgid "failed to stat %s"
10424 msgstr ""
10426 #: builtin/update-index.c:95
10427 #, c-format
10428 msgid "failed to create file %s"
10429 msgstr ""
10431 #: builtin/update-index.c:103
10432 #, c-format
10433 msgid "failed to delete file %s"
10434 msgstr ""
10436 #: builtin/update-index.c:110 builtin/update-index.c:212
10437 #, c-format
10438 msgid "failed to delete directory %s"
10439 msgstr ""
10441 #: builtin/update-index.c:133
10442 #, c-format
10443 msgid "Testing mtime in '%s' "
10444 msgstr ""
10446 #: builtin/update-index.c:145
10447 msgid "directory stat info does not change after adding a new file"
10448 msgstr ""
10450 #: builtin/update-index.c:158
10451 msgid "directory stat info does not change after adding a new directory"
10452 msgstr ""
10454 #: builtin/update-index.c:171
10455 msgid "directory stat info changes after updating a file"
10456 msgstr ""
10458 #: builtin/update-index.c:182
10459 msgid "directory stat info changes after adding a file inside subdirectory"
10460 msgstr ""
10462 #: builtin/update-index.c:193
10463 msgid "directory stat info does not change after deleting a file"
10464 msgstr ""
10466 #: builtin/update-index.c:206
10467 msgid "directory stat info does not change after deleting a directory"
10468 msgstr ""
10470 #: builtin/update-index.c:213
10471 msgid " OK"
10472 msgstr ""
10474 #: builtin/update-index.c:575
10475 msgid "git update-index [<options>] [--] [<file>...]"
10476 msgstr ""
10478 #: builtin/update-index.c:930
10479 msgid "continue refresh even when index needs update"
10480 msgstr ""
10482 #: builtin/update-index.c:933
10483 msgid "refresh: ignore submodules"
10484 msgstr ""
10486 #: builtin/update-index.c:936
10487 msgid "do not ignore new files"
10488 msgstr ""
10490 #: builtin/update-index.c:938
10491 msgid "let files replace directories and vice-versa"
10492 msgstr ""
10494 #: builtin/update-index.c:940
10495 msgid "notice files missing from worktree"
10496 msgstr ""
10498 #: builtin/update-index.c:942
10499 msgid "refresh even if index contains unmerged entries"
10500 msgstr ""
10502 #: builtin/update-index.c:945
10503 msgid "refresh stat information"
10504 msgstr ""
10506 #: builtin/update-index.c:949
10507 msgid "like --refresh, but ignore assume-unchanged setting"
10508 msgstr ""
10510 #: builtin/update-index.c:953
10511 msgid "<mode>,<object>,<path>"
10512 msgstr ""
10514 #: builtin/update-index.c:954
10515 msgid "add the specified entry to the index"
10516 msgstr ""
10518 #: builtin/update-index.c:958
10519 msgid "(+/-)x"
10520 msgstr ""
10522 #: builtin/update-index.c:959
10523 msgid "override the executable bit of the listed files"
10524 msgstr ""
10526 #: builtin/update-index.c:963
10527 msgid "mark files as \"not changing\""
10528 msgstr ""
10530 #: builtin/update-index.c:966
10531 msgid "clear assumed-unchanged bit"
10532 msgstr ""
10534 #: builtin/update-index.c:969
10535 msgid "mark files as \"index-only\""
10536 msgstr ""
10538 #: builtin/update-index.c:972
10539 msgid "clear skip-worktree bit"
10540 msgstr ""
10542 #: builtin/update-index.c:975
10543 msgid "add to index only; do not add content to object database"
10544 msgstr ""
10546 #: builtin/update-index.c:977
10547 msgid "remove named paths even if present in worktree"
10548 msgstr ""
10550 #: builtin/update-index.c:979
10551 msgid "with --stdin: input lines are terminated by null bytes"
10552 msgstr ""
10554 #: builtin/update-index.c:981
10555 msgid "read list of paths to be updated from standard input"
10556 msgstr ""
10558 #: builtin/update-index.c:985
10559 msgid "add entries from standard input to the index"
10560 msgstr ""
10562 #: builtin/update-index.c:989
10563 msgid "repopulate stages #2 and #3 for the listed paths"
10564 msgstr ""
10566 #: builtin/update-index.c:993
10567 msgid "only update entries that differ from HEAD"
10568 msgstr ""
10570 #: builtin/update-index.c:997
10571 msgid "ignore files missing from worktree"
10572 msgstr ""
10574 #: builtin/update-index.c:1000
10575 msgid "report actions to standard output"
10576 msgstr ""
10578 #: builtin/update-index.c:1002
10579 msgid "(for porcelains) forget saved unresolved conflicts"
10580 msgstr ""
10582 #: builtin/update-index.c:1006
10583 msgid "write index in this format"
10584 msgstr ""
10586 #: builtin/update-index.c:1008
10587 msgid "enable or disable split index"
10588 msgstr ""
10590 #: builtin/update-index.c:1010
10591 msgid "enable/disable untracked cache"
10592 msgstr ""
10594 #: builtin/update-index.c:1012
10595 msgid "test if the filesystem supports untracked cache"
10596 msgstr ""
10598 #: builtin/update-index.c:1014
10599 msgid "enable untracked cache without testing the filesystem"
10600 msgstr ""
10602 #: builtin/update-index.c:1134
10603 msgid "Untracked cache disabled"
10604 msgstr ""
10606 #: builtin/update-index.c:1146
10607 #, c-format
10608 msgid "Untracked cache enabled for '%s'"
10609 msgstr ""
10611 #: builtin/update-ref.c:9
10612 msgid "git update-ref [<options>] -d <refname> [<old-val>]"
10613 msgstr ""
10615 #: builtin/update-ref.c:10
10616 msgid "git update-ref [<options>]    <refname> <new-val> [<old-val>]"
10617 msgstr ""
10619 #: builtin/update-ref.c:11
10620 msgid "git update-ref [<options>] --stdin [-z]"
10621 msgstr ""
10623 #: builtin/update-ref.c:363
10624 msgid "delete the reference"
10625 msgstr ""
10627 #: builtin/update-ref.c:365
10628 msgid "update <refname> not the one it points to"
10629 msgstr ""
10631 #: builtin/update-ref.c:366
10632 msgid "stdin has NUL-terminated arguments"
10633 msgstr ""
10635 #: builtin/update-ref.c:367
10636 msgid "read updates from stdin"
10637 msgstr ""
10639 #: builtin/update-server-info.c:6
10640 msgid "git update-server-info [--force]"
10641 msgstr ""
10643 #: builtin/update-server-info.c:14
10644 msgid "update the info files from scratch"
10645 msgstr ""
10647 #: builtin/verify-commit.c:17
10648 msgid "git verify-commit [-v | --verbose] <commit>..."
10649 msgstr ""
10651 #: builtin/verify-commit.c:72
10652 msgid "print commit contents"
10653 msgstr ""
10655 #: builtin/verify-commit.c:73 builtin/verify-tag.c:84
10656 msgid "print raw gpg status output"
10657 msgstr ""
10659 #: builtin/verify-pack.c:54
10660 msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
10661 msgstr ""
10663 #: builtin/verify-pack.c:64
10664 msgid "verbose"
10665 msgstr ""
10667 #: builtin/verify-pack.c:66
10668 msgid "show statistics only"
10669 msgstr ""
10671 #: builtin/verify-tag.c:17
10672 msgid "git verify-tag [-v | --verbose] <tag>..."
10673 msgstr ""
10675 #: builtin/verify-tag.c:83
10676 msgid "print tag contents"
10677 msgstr ""
10679 #: builtin/worktree.c:15
10680 msgid "git worktree add [<options>] <path> [<branch>]"
10681 msgstr ""
10683 #: builtin/worktree.c:16
10684 msgid "git worktree prune [<options>]"
10685 msgstr ""
10687 #: builtin/worktree.c:17
10688 msgid "git worktree list [<options>]"
10689 msgstr ""
10691 #: builtin/worktree.c:39
10692 #, c-format
10693 msgid "Removing worktrees/%s: not a valid directory"
10694 msgstr ""
10696 #: builtin/worktree.c:45
10697 #, c-format
10698 msgid "Removing worktrees/%s: gitdir file does not exist"
10699 msgstr ""
10701 #: builtin/worktree.c:50
10702 #, c-format
10703 msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
10704 msgstr ""
10706 #: builtin/worktree.c:61
10707 #, c-format
10708 msgid "Removing worktrees/%s: invalid gitdir file"
10709 msgstr ""
10711 #: builtin/worktree.c:77
10712 #, c-format
10713 msgid "Removing worktrees/%s: gitdir file points to non-existent location"
10714 msgstr ""
10716 #: builtin/worktree.c:112
10717 #, c-format
10718 msgid "failed to remove: %s"
10719 msgstr ""
10721 #: builtin/worktree.c:201
10722 #, c-format
10723 msgid "'%s' already exists"
10724 msgstr ""
10726 #: builtin/worktree.c:233
10727 #, c-format
10728 msgid "could not create directory of '%s'"
10729 msgstr ""
10731 #: builtin/worktree.c:269
10732 #, c-format
10733 msgid "Preparing %s (identifier %s)"
10734 msgstr ""
10736 #: builtin/worktree.c:317
10737 msgid "checkout <branch> even if already checked out in other worktree"
10738 msgstr ""
10740 #: builtin/worktree.c:319
10741 msgid "create a new branch"
10742 msgstr ""
10744 #: builtin/worktree.c:321
10745 msgid "create or reset a branch"
10746 msgstr ""
10748 #: builtin/worktree.c:322
10749 msgid "detach HEAD at named commit"
10750 msgstr ""
10752 #: builtin/worktree.c:329
10753 msgid "-b, -B, and --detach are mutually exclusive"
10754 msgstr ""
10756 #: builtin/write-tree.c:13
10757 msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
10758 msgstr ""
10760 #: builtin/write-tree.c:26
10761 msgid "<prefix>/"
10762 msgstr ""
10764 #: builtin/write-tree.c:27
10765 msgid "write tree object for a subdirectory <prefix>"
10766 msgstr ""
10768 #: builtin/write-tree.c:30
10769 msgid "only useful for debugging"
10770 msgstr ""
10772 #: credential-cache--daemon.c:262
10773 msgid "print debugging messages to stderr"
10774 msgstr ""
10776 #: git.c:14
10777 msgid ""
10778 "'git help -a' and 'git help -g' list available subcommands and some\n"
10779 "concept guides. See 'git help <command>' or 'git help <concept>'\n"
10780 "to read about a specific subcommand or concept."
10781 msgstr ""
10783 #: http.c:321
10784 msgid "Public key pinning not supported with cURL < 7.44.0"
10785 msgstr ""
10787 #: common-cmds.h:9
10788 msgid "start a working area (see also: git help tutorial)"
10789 msgstr ""
10791 #: common-cmds.h:10
10792 msgid "work on the current change (see also: git help everyday)"
10793 msgstr ""
10795 #: common-cmds.h:11
10796 msgid "examine the history and state (see also: git help revisions)"
10797 msgstr ""
10799 #: common-cmds.h:12
10800 msgid "grow, mark and tweak your common history"
10801 msgstr ""
10803 #: common-cmds.h:13
10804 msgid "collaborate (see also: git help workflows)"
10805 msgstr ""
10807 #: common-cmds.h:17
10808 msgid "Add file contents to the index"
10809 msgstr ""
10811 #: common-cmds.h:18
10812 msgid "Use binary search to find the commit that introduced a bug"
10813 msgstr ""
10815 #: common-cmds.h:19
10816 msgid "List, create, or delete branches"
10817 msgstr ""
10819 #: common-cmds.h:20
10820 msgid "Switch branches or restore working tree files"
10821 msgstr ""
10823 #: common-cmds.h:21
10824 msgid "Clone a repository into a new directory"
10825 msgstr ""
10827 #: common-cmds.h:22
10828 msgid "Record changes to the repository"
10829 msgstr ""
10831 #: common-cmds.h:23
10832 msgid "Show changes between commits, commit and working tree, etc"
10833 msgstr ""
10835 #: common-cmds.h:24
10836 msgid "Download objects and refs from another repository"
10837 msgstr ""
10839 #: common-cmds.h:25
10840 msgid "Print lines matching a pattern"
10841 msgstr ""
10843 #: common-cmds.h:26
10844 msgid "Create an empty Git repository or reinitialize an existing one"
10845 msgstr ""
10847 #: common-cmds.h:27
10848 msgid "Show commit logs"
10849 msgstr ""
10851 #: common-cmds.h:28
10852 msgid "Join two or more development histories together"
10853 msgstr ""
10855 #: common-cmds.h:29
10856 msgid "Move or rename a file, a directory, or a symlink"
10857 msgstr ""
10859 #: common-cmds.h:30
10860 msgid "Fetch from and integrate with another repository or a local branch"
10861 msgstr ""
10863 #: common-cmds.h:31
10864 msgid "Update remote refs along with associated objects"
10865 msgstr ""
10867 #: common-cmds.h:32
10868 msgid "Reapply commits on top of another base tip"
10869 msgstr ""
10871 #: common-cmds.h:33
10872 msgid "Reset current HEAD to the specified state"
10873 msgstr ""
10875 #: common-cmds.h:34
10876 msgid "Remove files from the working tree and from the index"
10877 msgstr ""
10879 #: common-cmds.h:35
10880 msgid "Show various types of objects"
10881 msgstr ""
10883 #: common-cmds.h:36
10884 msgid "Show the working tree status"
10885 msgstr ""
10887 #: common-cmds.h:37
10888 msgid "Create, list, delete or verify a tag object signed with GPG"
10889 msgstr ""
10891 #: parse-options.h:145
10892 msgid "expiry-date"
10893 msgstr ""
10895 #: parse-options.h:160
10896 msgid "no-op (backward compatibility)"
10897 msgstr ""
10899 #: parse-options.h:237
10900 msgid "be more verbose"
10901 msgstr ""
10903 #: parse-options.h:239
10904 msgid "be more quiet"
10905 msgstr ""
10907 #: parse-options.h:245
10908 msgid "use <n> digits to display SHA-1s"
10909 msgstr ""
10911 #: rerere.h:38
10912 msgid "update the index with reused conflict resolution if possible"
10913 msgstr ""
10915 #: git-bisect.sh:55
10916 msgid "You need to start by \"git bisect start\""
10917 msgstr ""
10919 #. TRANSLATORS: Make sure to include [Y] and [n] in your
10920 #. translation. The program will only accept English input
10921 #. at this point.
10922 #: git-bisect.sh:61
10923 msgid "Do you want me to do it for you [Y/n]? "
10924 msgstr ""
10926 #: git-bisect.sh:122
10927 #, sh-format
10928 msgid "unrecognised option: '$arg'"
10929 msgstr ""
10931 #: git-bisect.sh:126
10932 #, sh-format
10933 msgid "'$arg' does not appear to be a valid revision"
10934 msgstr ""
10936 #: git-bisect.sh:155
10937 msgid "Bad HEAD - I need a HEAD"
10938 msgstr ""
10940 #: git-bisect.sh:168
10941 #, sh-format
10942 msgid ""
10943 "Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
10944 msgstr ""
10946 #: git-bisect.sh:178
10947 msgid "won't bisect on cg-seek'ed tree"
10948 msgstr ""
10950 #: git-bisect.sh:182
10951 msgid "Bad HEAD - strange symbolic ref"
10952 msgstr ""
10954 #: git-bisect.sh:234
10955 #, sh-format
10956 msgid "Bad bisect_write argument: $state"
10957 msgstr ""
10959 #: git-bisect.sh:263
10960 #, sh-format
10961 msgid "Bad rev input: $arg"
10962 msgstr ""
10964 #: git-bisect.sh:278
10965 msgid "Please call 'bisect_state' with at least one argument."
10966 msgstr ""
10968 #: git-bisect.sh:290
10969 #, sh-format
10970 msgid "Bad rev input: $rev"
10971 msgstr ""
10973 #: git-bisect.sh:299
10974 #, sh-format
10975 msgid "'git bisect $TERM_BAD' can take only one argument."
10976 msgstr ""
10978 #: git-bisect.sh:322
10979 #, sh-format
10980 msgid "Warning: bisecting only with a $TERM_BAD commit."
10981 msgstr ""
10983 #. TRANSLATORS: Make sure to include [Y] and [n] in your
10984 #. translation. The program will only accept English input
10985 #. at this point.
10986 #: git-bisect.sh:328
10987 msgid "Are you sure [Y/n]? "
10988 msgstr ""
10990 #: git-bisect.sh:340
10991 #, sh-format
10992 msgid ""
10993 "You need to give me at least one $bad_syn and one $good_syn revision.\n"
10994 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
10995 msgstr ""
10997 #: git-bisect.sh:343
10998 #, sh-format
10999 msgid ""
11000 "You need to start by \"git bisect start\".\n"
11001 "You then need to give me at least one $good_syn and one $bad_syn revision.\n"
11002 "(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
11003 msgstr ""
11005 #: git-bisect.sh:414 git-bisect.sh:546
11006 msgid "We are not bisecting."
11007 msgstr ""
11009 #: git-bisect.sh:421
11010 #, sh-format
11011 msgid "'$invalid' is not a valid commit"
11012 msgstr ""
11014 #: git-bisect.sh:430
11015 #, sh-format
11016 msgid ""
11017 "Could not check out original HEAD '$branch'.\n"
11018 "Try 'git bisect reset <commit>'."
11019 msgstr ""
11021 #: git-bisect.sh:458
11022 msgid "No logfile given"
11023 msgstr ""
11025 #: git-bisect.sh:459
11026 #, sh-format
11027 msgid "cannot read $file for replaying"
11028 msgstr ""
11030 #: git-bisect.sh:480
11031 msgid "?? what are you talking about?"
11032 msgstr ""
11034 #: git-bisect.sh:492
11035 #, sh-format
11036 msgid "running $command"
11037 msgstr ""
11039 #: git-bisect.sh:499
11040 #, sh-format
11041 msgid ""
11042 "bisect run failed:\n"
11043 "exit code $res from '$command' is < 0 or >= 128"
11044 msgstr ""
11046 #: git-bisect.sh:525
11047 msgid "bisect run cannot continue any more"
11048 msgstr ""
11050 #: git-bisect.sh:531
11051 #, sh-format
11052 msgid ""
11053 "bisect run failed:\n"
11054 "'bisect_state $state' exited with error code $res"
11055 msgstr ""
11057 #: git-bisect.sh:538
11058 msgid "bisect run success"
11059 msgstr ""
11061 #: git-bisect.sh:565
11062 msgid "please use two different terms"
11063 msgstr ""
11065 #: git-bisect.sh:575
11066 #, sh-format
11067 msgid "'$term' is not a valid term"
11068 msgstr ""
11070 #: git-bisect.sh:578
11071 #, sh-format
11072 msgid "can't use the builtin command '$term' as a term"
11073 msgstr ""
11075 #: git-bisect.sh:587 git-bisect.sh:593
11076 #, sh-format
11077 msgid "can't change the meaning of term '$term'"
11078 msgstr ""
11080 #: git-bisect.sh:606
11081 #, sh-format
11082 msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
11083 msgstr ""
11085 #: git-bisect.sh:636
11086 msgid "no terms defined"
11087 msgstr ""
11089 #: git-bisect.sh:653
11090 #, sh-format
11091 msgid ""
11092 "invalid argument $arg for 'git bisect terms'.\n"
11093 "Supported options are: --term-good|--term-old and --term-bad|--term-new."
11094 msgstr ""
11096 #: git-rebase.sh:57
11097 msgid ""
11098 "When you have resolved this problem, run \"git rebase --continue\".\n"
11099 "If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"
11100 "To check out the original branch and stop rebasing, run \"git rebase --abort"
11101 "\"."
11102 msgstr ""
11104 #: git-rebase.sh:165
11105 msgid "Applied autostash."
11106 msgstr ""
11108 #: git-rebase.sh:168
11109 #, sh-format
11110 msgid "Cannot store $stash_sha1"
11111 msgstr ""
11113 #: git-rebase.sh:169
11114 msgid ""
11115 "Applying autostash resulted in conflicts.\n"
11116 "Your changes are safe in the stash.\n"
11117 "You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
11118 msgstr ""
11120 #: git-rebase.sh:208
11121 msgid "The pre-rebase hook refused to rebase."
11122 msgstr ""
11124 #: git-rebase.sh:213
11125 msgid "It looks like git-am is in progress. Cannot rebase."
11126 msgstr ""
11128 #: git-rebase.sh:354
11129 msgid "The --exec option must be used with the --interactive option"
11130 msgstr ""
11132 #: git-rebase.sh:359
11133 msgid "No rebase in progress?"
11134 msgstr ""
11136 #: git-rebase.sh:370
11137 msgid "The --edit-todo action can only be used during interactive rebase."
11138 msgstr ""
11140 #: git-rebase.sh:377
11141 msgid "Cannot read HEAD"
11142 msgstr ""
11144 #: git-rebase.sh:380
11145 msgid ""
11146 "You must edit all merge conflicts and then\n"
11147 "mark them as resolved using git add"
11148 msgstr ""
11150 #: git-rebase.sh:398
11151 #, sh-format
11152 msgid "Could not move back to $head_name"
11153 msgstr ""
11155 #: git-rebase.sh:417
11156 #, sh-format
11157 msgid ""
11158 "It seems that there is already a $state_dir_base directory, and\n"
11159 "I wonder if you are in the middle of another rebase.  If that is the\n"
11160 "case, please try\n"
11161 "\t$cmd_live_rebase\n"
11162 "If that is not the case, please\n"
11163 "\t$cmd_clear_stale_rebase\n"
11164 "and run me again.  I am stopping in case you still have something\n"
11165 "valuable there."
11166 msgstr ""
11168 #: git-rebase.sh:468
11169 #, sh-format
11170 msgid "invalid upstream $upstream_name"
11171 msgstr ""
11173 #: git-rebase.sh:492
11174 #, sh-format
11175 msgid "$onto_name: there are more than one merge bases"
11176 msgstr ""
11178 #: git-rebase.sh:495 git-rebase.sh:499
11179 #, sh-format
11180 msgid "$onto_name: there is no merge base"
11181 msgstr ""
11183 #: git-rebase.sh:504
11184 #, sh-format
11185 msgid "Does not point to a valid commit: $onto_name"
11186 msgstr ""
11188 #: git-rebase.sh:527
11189 #, sh-format
11190 msgid "fatal: no such branch: $branch_name"
11191 msgstr ""
11193 #: git-rebase.sh:560
11194 msgid "Cannot autostash"
11195 msgstr ""
11197 #: git-rebase.sh:565
11198 #, sh-format
11199 msgid "Created autostash: $stash_abbrev"
11200 msgstr ""
11202 #: git-rebase.sh:569
11203 msgid "Please commit or stash them."
11204 msgstr ""
11206 #: git-rebase.sh:589
11207 #, sh-format
11208 msgid "Current branch $branch_name is up to date."
11209 msgstr ""
11211 #: git-rebase.sh:593
11212 #, sh-format
11213 msgid "Current branch $branch_name is up to date, rebase forced."
11214 msgstr ""
11216 #: git-rebase.sh:604
11217 #, sh-format
11218 msgid "Changes from $mb to $onto:"
11219 msgstr ""
11221 #: git-rebase.sh:613
11222 msgid "First, rewinding head to replay your work on top of it..."
11223 msgstr ""
11225 #: git-rebase.sh:623
11226 #, sh-format
11227 msgid "Fast-forwarded $branch_name to $onto_name."
11228 msgstr ""
11230 #: git-stash.sh:51
11231 msgid "git stash clear with parameters is unimplemented"
11232 msgstr ""
11234 #: git-stash.sh:74
11235 msgid "You do not have the initial commit yet"
11236 msgstr ""
11238 #: git-stash.sh:89
11239 msgid "Cannot save the current index state"
11240 msgstr ""
11242 #: git-stash.sh:124 git-stash.sh:137
11243 msgid "Cannot save the current worktree state"
11244 msgstr ""
11246 #: git-stash.sh:141
11247 msgid "No changes selected"
11248 msgstr ""
11250 #: git-stash.sh:144
11251 msgid "Cannot remove temporary index (can't happen)"
11252 msgstr ""
11254 #: git-stash.sh:157
11255 msgid "Cannot record working tree state"
11256 msgstr ""
11258 #: git-stash.sh:189
11259 #, sh-format
11260 msgid "Cannot update $ref_stash with $w_commit"
11261 msgstr ""
11263 #. TRANSLATORS: $option is an invalid option, like
11264 #. `--blah-blah'. The 7 spaces at the beginning of the
11265 #. second line correspond to "error: ". So you should line
11266 #. up the second line with however many characters the
11267 #. translation of "error: " takes in your language. E.g. in
11268 #. English this is:
11270 #. $ git stash save --blah-blah 2>&1 | head -n 2
11271 #. error: unknown option for 'stash save': --blah-blah
11272 #. To provide a message, use git stash save -- '--blah-blah'
11273 #: git-stash.sh:239
11274 #, sh-format
11275 msgid ""
11276 "error: unknown option for 'stash save': $option\n"
11277 "       To provide a message, use git stash save -- '$option'"
11278 msgstr ""
11280 #: git-stash.sh:260
11281 msgid "No local changes to save"
11282 msgstr ""
11284 #: git-stash.sh:264
11285 msgid "Cannot initialize stash"
11286 msgstr ""
11288 #: git-stash.sh:268
11289 msgid "Cannot save the current status"
11290 msgstr ""
11292 #: git-stash.sh:286
11293 msgid "Cannot remove worktree changes"
11294 msgstr ""
11296 #: git-stash.sh:405
11297 #, sh-format
11298 msgid "unknown option: $opt"
11299 msgstr ""
11301 #: git-stash.sh:415
11302 msgid "No stash found."
11303 msgstr ""
11305 #: git-stash.sh:422
11306 #, sh-format
11307 msgid "Too many revisions specified: $REV"
11308 msgstr ""
11310 #: git-stash.sh:428
11311 #, sh-format
11312 msgid "$reference is not a valid reference"
11313 msgstr ""
11315 #: git-stash.sh:456
11316 #, sh-format
11317 msgid "'$args' is not a stash-like commit"
11318 msgstr ""
11320 #: git-stash.sh:467
11321 #, sh-format
11322 msgid "'$args' is not a stash reference"
11323 msgstr ""
11325 #: git-stash.sh:475
11326 msgid "unable to refresh index"
11327 msgstr ""
11329 #: git-stash.sh:479
11330 msgid "Cannot apply a stash in the middle of a merge"
11331 msgstr ""
11333 #: git-stash.sh:487
11334 msgid "Conflicts in index. Try without --index."
11335 msgstr ""
11337 #: git-stash.sh:489
11338 msgid "Could not save index tree"
11339 msgstr ""
11341 #: git-stash.sh:523
11342 msgid "Cannot unstage modified files"
11343 msgstr ""
11345 #: git-stash.sh:538
11346 msgid "Index was not unstashed."
11347 msgstr ""
11349 #: git-stash.sh:561
11350 #, sh-format
11351 msgid "Dropped ${REV} ($s)"
11352 msgstr ""
11354 #: git-stash.sh:562
11355 #, sh-format
11356 msgid "${REV}: Could not drop stash entry"
11357 msgstr ""
11359 #: git-stash.sh:570
11360 msgid "No branch name specified"
11361 msgstr ""
11363 #: git-stash.sh:642
11364 msgid "(To restore them type \"git stash apply\")"
11365 msgstr ""
11367 #: git-submodule.sh:104
11368 #, sh-format
11369 msgid "cannot strip one component off url '$remoteurl'"
11370 msgstr ""
11372 #: git-submodule.sh:281
11373 msgid "Relative path can only be used from the toplevel of the working tree"
11374 msgstr ""
11376 #: git-submodule.sh:291
11377 #, sh-format
11378 msgid "repo URL: '$repo' must be absolute or begin with ./|../"
11379 msgstr ""
11381 #: git-submodule.sh:308
11382 #, sh-format
11383 msgid "'$sm_path' already exists in the index"
11384 msgstr ""
11386 #: git-submodule.sh:312
11387 #, sh-format
11388 msgid ""
11389 "The following path is ignored by one of your .gitignore files:\n"
11390 "$sm_path\n"
11391 "Use -f if you really want to add it."
11392 msgstr ""
11394 #: git-submodule.sh:330
11395 #, sh-format
11396 msgid "Adding existing repo at '$sm_path' to the index"
11397 msgstr ""
11399 #: git-submodule.sh:332
11400 #, sh-format
11401 msgid "'$sm_path' already exists and is not a valid git repo"
11402 msgstr ""
11404 #: git-submodule.sh:340
11405 #, sh-format
11406 msgid "A git directory for '$sm_name' is found locally with remote(s):"
11407 msgstr ""
11409 #: git-submodule.sh:342
11410 #, sh-format
11411 msgid ""
11412 "If you want to reuse this local git directory instead of cloning again from"
11413 msgstr ""
11415 #: git-submodule.sh:344
11416 #, sh-format
11417 msgid ""
11418 "use the '--force' option. If the local git directory is not the correct repo"
11419 msgstr ""
11421 #: git-submodule.sh:345
11422 #, sh-format
11423 msgid ""
11424 "or you are unsure what this means choose another name with the '--name' "
11425 "option."
11426 msgstr ""
11428 #: git-submodule.sh:347
11429 #, sh-format
11430 msgid "Reactivating local git directory for submodule '$sm_name'."
11431 msgstr ""
11433 #: git-submodule.sh:359
11434 #, sh-format
11435 msgid "Unable to checkout submodule '$sm_path'"
11436 msgstr ""
11438 #: git-submodule.sh:364
11439 #, sh-format
11440 msgid "Failed to add submodule '$sm_path'"
11441 msgstr ""
11443 #: git-submodule.sh:373
11444 #, sh-format
11445 msgid "Failed to register submodule '$sm_path'"
11446 msgstr ""
11448 #: git-submodule.sh:417
11449 #, sh-format
11450 msgid "Entering '$prefix$displaypath'"
11451 msgstr ""
11453 #: git-submodule.sh:437
11454 #, sh-format
11455 msgid "Stopping at '$prefix$displaypath'; script returned non-zero status."
11456 msgstr ""
11458 #: git-submodule.sh:483
11459 #, sh-format
11460 msgid "No url found for submodule path '$displaypath' in .gitmodules"
11461 msgstr ""
11463 #: git-submodule.sh:492
11464 #, sh-format
11465 msgid "Failed to register url for submodule path '$displaypath'"
11466 msgstr ""
11468 #: git-submodule.sh:494
11469 #, sh-format
11470 msgid "Submodule '$name' ($url) registered for path '$displaypath'"
11471 msgstr ""
11473 #: git-submodule.sh:511
11474 #, sh-format
11475 msgid "Failed to register update mode for submodule path '$displaypath'"
11476 msgstr ""
11478 #: git-submodule.sh:549
11479 #, sh-format
11480 msgid "Use '.' if you really want to deinitialize all submodules"
11481 msgstr ""
11483 #: git-submodule.sh:566
11484 #, sh-format
11485 msgid "Submodule work tree '$displaypath' contains a .git directory"
11486 msgstr ""
11488 #: git-submodule.sh:567
11489 #, sh-format
11490 msgid ""
11491 "(use 'rm -rf' if you really want to remove it including all of its history)"
11492 msgstr ""
11494 #: git-submodule.sh:573
11495 #, sh-format
11496 msgid ""
11497 "Submodule work tree '$displaypath' contains local modifications; use '-f' to "
11498 "discard them"
11499 msgstr ""
11501 #: git-submodule.sh:576
11502 #, sh-format
11503 msgid "Cleared directory '$displaypath'"
11504 msgstr ""
11506 #: git-submodule.sh:577
11507 #, sh-format
11508 msgid "Could not remove submodule work tree '$displaypath'"
11509 msgstr ""
11511 #: git-submodule.sh:580
11512 #, sh-format
11513 msgid "Could not create empty submodule directory '$displaypath'"
11514 msgstr ""
11516 #: git-submodule.sh:589
11517 #, sh-format
11518 msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"
11519 msgstr ""
11521 #: git-submodule.sh:723
11522 #, sh-format
11523 msgid ""
11524 "Submodule path '$displaypath' not initialized\n"
11525 "Maybe you want to use 'update --init'?"
11526 msgstr ""
11528 #: git-submodule.sh:736
11529 #, sh-format
11530 msgid "Unable to find current revision in submodule path '$displaypath'"
11531 msgstr ""
11533 #: git-submodule.sh:745
11534 #, sh-format
11535 msgid "Unable to fetch in submodule path '$sm_path'"
11536 msgstr ""
11538 #: git-submodule.sh:768
11539 #, sh-format
11540 msgid "Unable to fetch in submodule path '$displaypath'"
11541 msgstr ""
11543 #: git-submodule.sh:788
11544 #, sh-format
11545 msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
11546 msgstr ""
11548 #: git-submodule.sh:789
11549 #, sh-format
11550 msgid "Submodule path '$displaypath': checked out '$sha1'"
11551 msgstr ""
11553 #: git-submodule.sh:793
11554 #, sh-format
11555 msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
11556 msgstr ""
11558 #: git-submodule.sh:794
11559 #, sh-format
11560 msgid "Submodule path '$displaypath': rebased into '$sha1'"
11561 msgstr ""
11563 #: git-submodule.sh:799
11564 #, sh-format
11565 msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
11566 msgstr ""
11568 #: git-submodule.sh:800
11569 #, sh-format
11570 msgid "Submodule path '$displaypath': merged in '$sha1'"
11571 msgstr ""
11573 #: git-submodule.sh:805
11574 #, sh-format
11575 msgid ""
11576 "Execution of '$command $sha1' failed in submodule path '$prefix$sm_path'"
11577 msgstr ""
11579 #: git-submodule.sh:806
11580 #, sh-format
11581 msgid "Submodule path '$prefix$sm_path': '$command $sha1'"
11582 msgstr ""
11584 #: git-submodule.sh:836
11585 #, sh-format
11586 msgid "Failed to recurse into submodule path '$displaypath'"
11587 msgstr ""
11589 #: git-submodule.sh:944
11590 msgid "The --cached option cannot be used with the --files option"
11591 msgstr ""
11593 #: git-submodule.sh:996
11594 #, sh-format
11595 msgid "unexpected mode $mod_dst"
11596 msgstr ""
11598 #: git-submodule.sh:1016
11599 #, sh-format
11600 msgid "  Warn: $display_name doesn't contain commit $sha1_src"
11601 msgstr ""
11603 #: git-submodule.sh:1019
11604 #, sh-format
11605 msgid "  Warn: $display_name doesn't contain commit $sha1_dst"
11606 msgstr ""
11608 #: git-submodule.sh:1022
11609 #, sh-format
11610 msgid "  Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
11611 msgstr ""
11613 #: git-submodule.sh:1047
11614 msgid "blob"
11615 msgstr ""
11617 #: git-submodule.sh:1165
11618 #, sh-format
11619 msgid "Failed to recurse into submodule path '$sm_path'"
11620 msgstr ""
11622 #: git-submodule.sh:1229
11623 #, sh-format
11624 msgid "Synchronizing submodule url for '$displaypath'"
11625 msgstr ""