setup_git_env(): introduce git_path_from_env() helper
[git.git] / po / git.pot
blob1407f06e8da8bcba41046fbbd25a9e365bcb20ea
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: 2014-04-19 12:50+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:85
27 msgid ""
28 "Fix them up in the work tree,\n"
29 "and then use 'git add/rm <file>' as\n"
30 "appropriate to mark resolution and make a commit,\n"
31 "or use 'git commit -a'."
32 msgstr ""
34 #: archive.c:10
35 msgid "git archive [options] <tree-ish> [<path>...]"
36 msgstr ""
38 #: archive.c:11
39 msgid "git archive --list"
40 msgstr ""
42 #: archive.c:12
43 msgid ""
44 "git archive --remote <repo> [--exec <cmd>] [options] <tree-ish> [<path>...]"
45 msgstr ""
47 #: archive.c:13
48 msgid "git archive --remote <repo> [--exec <cmd>] --list"
49 msgstr ""
51 #: archive.c:243 builtin/add.c:136 builtin/add.c:428 builtin/rm.c:328
52 #, c-format
53 msgid "pathspec '%s' did not match any files"
54 msgstr ""
56 #: archive.c:328
57 msgid "fmt"
58 msgstr ""
60 #: archive.c:328
61 msgid "archive format"
62 msgstr ""
64 #: archive.c:329 builtin/log.c:1193
65 msgid "prefix"
66 msgstr ""
68 #: archive.c:330
69 msgid "prepend prefix to each pathname in the archive"
70 msgstr ""
72 #: archive.c:331 builtin/archive.c:88 builtin/blame.c:2258
73 #: builtin/blame.c:2259 builtin/config.c:57 builtin/fast-export.c:680
74 #: builtin/fast-export.c:682 builtin/grep.c:714 builtin/hash-object.c:77
75 #: builtin/ls-files.c:489 builtin/ls-files.c:492 builtin/notes.c:412
76 #: builtin/notes.c:569 builtin/read-tree.c:108 parse-options.h:151
77 msgid "file"
78 msgstr ""
80 #: archive.c:332 builtin/archive.c:89
81 msgid "write the archive to this file"
82 msgstr ""
84 #: archive.c:334
85 msgid "read .gitattributes in working directory"
86 msgstr ""
88 #: archive.c:335
89 msgid "report archived files on stderr"
90 msgstr ""
92 #: archive.c:336
93 msgid "store only"
94 msgstr ""
96 #: archive.c:337
97 msgid "compress faster"
98 msgstr ""
100 #: archive.c:345
101 msgid "compress better"
102 msgstr ""
104 #: archive.c:348
105 msgid "list supported archive formats"
106 msgstr ""
108 #: archive.c:350 builtin/archive.c:90 builtin/clone.c:84
109 msgid "repo"
110 msgstr ""
112 #: archive.c:351 builtin/archive.c:91
113 msgid "retrieve the archive from remote repository <repo>"
114 msgstr ""
116 #: archive.c:352 builtin/archive.c:92 builtin/notes.c:491
117 msgid "command"
118 msgstr ""
120 #: archive.c:353 builtin/archive.c:93
121 msgid "path to the remote git-upload-archive command"
122 msgstr ""
124 #: attr.c:259
125 msgid ""
126 "Negative patterns are ignored in git attributes\n"
127 "Use '\\!' for literal leading exclamation."
128 msgstr ""
130 #: branch.c:60
131 #, c-format
132 msgid "Not setting branch %s as its own upstream."
133 msgstr ""
135 #: branch.c:83
136 #, c-format
137 msgid "Branch %s set up to track remote branch %s from %s by rebasing."
138 msgstr ""
140 #: branch.c:84
141 #, c-format
142 msgid "Branch %s set up to track remote branch %s from %s."
143 msgstr ""
145 #: branch.c:88
146 #, c-format
147 msgid "Branch %s set up to track local branch %s by rebasing."
148 msgstr ""
150 #: branch.c:89
151 #, c-format
152 msgid "Branch %s set up to track local branch %s."
153 msgstr ""
155 #: branch.c:94
156 #, c-format
157 msgid "Branch %s set up to track remote ref %s by rebasing."
158 msgstr ""
160 #: branch.c:95
161 #, c-format
162 msgid "Branch %s set up to track remote ref %s."
163 msgstr ""
165 #: branch.c:99
166 #, c-format
167 msgid "Branch %s set up to track local ref %s by rebasing."
168 msgstr ""
170 #: branch.c:100
171 #, c-format
172 msgid "Branch %s set up to track local ref %s."
173 msgstr ""
175 #: branch.c:133
176 #, c-format
177 msgid "Not tracking: ambiguous information for ref %s"
178 msgstr ""
180 #: branch.c:178
181 #, c-format
182 msgid "'%s' is not a valid branch name."
183 msgstr ""
185 #: branch.c:183
186 #, c-format
187 msgid "A branch named '%s' already exists."
188 msgstr ""
190 #: branch.c:191
191 msgid "Cannot force update the current branch."
192 msgstr ""
194 #: branch.c:211
195 #, c-format
196 msgid "Cannot setup tracking information; starting point '%s' is not a branch."
197 msgstr ""
199 #: branch.c:213
200 #, c-format
201 msgid "the requested upstream branch '%s' does not exist"
202 msgstr ""
204 #: branch.c:215
205 msgid ""
206 "\n"
207 "If you are planning on basing your work on an upstream\n"
208 "branch that already exists at the remote, you may need to\n"
209 "run \"git fetch\" to retrieve it.\n"
210 "\n"
211 "If you are planning to push out a new local branch that\n"
212 "will track its remote counterpart, you may want to use\n"
213 "\"git push -u\" to set the upstream config as you push."
214 msgstr ""
216 #: branch.c:260
217 #, c-format
218 msgid "Not a valid object name: '%s'."
219 msgstr ""
221 #: branch.c:280
222 #, c-format
223 msgid "Ambiguous object name: '%s'."
224 msgstr ""
226 #: branch.c:285
227 #, c-format
228 msgid "Not a valid branch point: '%s'."
229 msgstr ""
231 #: branch.c:291
232 msgid "Failed to lock ref for update"
233 msgstr ""
235 #: branch.c:309
236 msgid "Failed to write ref"
237 msgstr ""
239 #: bundle.c:33
240 #, c-format
241 msgid "'%s' does not look like a v2 bundle file"
242 msgstr ""
244 #: bundle.c:60
245 #, c-format
246 msgid "unrecognized header: %s%s (%d)"
247 msgstr ""
249 #: bundle.c:86 builtin/commit.c:706
250 #, c-format
251 msgid "could not open '%s'"
252 msgstr ""
254 #: bundle.c:138
255 msgid "Repository lacks these prerequisite commits:"
256 msgstr ""
258 #: bundle.c:162 sequencer.c:669 sequencer.c:1123 builtin/log.c:332
259 #: builtin/log.c:821 builtin/log.c:1418 builtin/log.c:1644 builtin/merge.c:357
260 #: builtin/shortlog.c:158
261 msgid "revision walk setup failed"
262 msgstr ""
264 #: bundle.c:184
265 #, c-format
266 msgid "The bundle contains this ref:"
267 msgid_plural "The bundle contains these %d refs:"
268 msgstr[0] ""
269 msgstr[1] ""
271 #: bundle.c:191
272 msgid "The bundle records a complete history."
273 msgstr ""
275 #: bundle.c:193
276 #, c-format
277 msgid "The bundle requires this ref:"
278 msgid_plural "The bundle requires these %d refs:"
279 msgstr[0] ""
280 msgstr[1] ""
282 #: bundle.c:293
283 msgid "rev-list died"
284 msgstr ""
286 #: bundle.c:299 builtin/log.c:1329 builtin/shortlog.c:261
287 #, c-format
288 msgid "unrecognized argument: %s"
289 msgstr ""
291 #: bundle.c:334
292 #, c-format
293 msgid "ref '%s' is excluded by the rev-list options"
294 msgstr ""
296 #: bundle.c:379
297 msgid "Refusing to create empty bundle."
298 msgstr ""
300 #: bundle.c:395
301 msgid "Could not spawn pack-objects"
302 msgstr ""
304 #: bundle.c:413
305 msgid "pack-objects died"
306 msgstr ""
308 #: bundle.c:416
309 #, c-format
310 msgid "cannot create '%s'"
311 msgstr ""
313 #: bundle.c:438
314 msgid "index-pack died"
315 msgstr ""
317 #: commit.c:54
318 #, c-format
319 msgid "could not parse %s"
320 msgstr ""
322 #: commit.c:56
323 #, c-format
324 msgid "%s %s is not a commit!"
325 msgstr ""
327 #: compat/obstack.c:406 compat/obstack.c:408
328 msgid "memory exhausted"
329 msgstr ""
331 #: connected.c:70
332 msgid "Could not run 'git rev-list'"
333 msgstr ""
335 #: connected.c:90
336 #, c-format
337 msgid "failed write to rev-list: %s"
338 msgstr ""
340 #: connected.c:98
341 #, c-format
342 msgid "failed to close rev-list's stdin: %s"
343 msgstr ""
345 #: date.c:95
346 msgid "in the future"
347 msgstr ""
349 #: date.c:101
350 #, c-format
351 msgid "%lu second ago"
352 msgid_plural "%lu seconds ago"
353 msgstr[0] ""
354 msgstr[1] ""
356 #: date.c:108
357 #, c-format
358 msgid "%lu minute ago"
359 msgid_plural "%lu minutes ago"
360 msgstr[0] ""
361 msgstr[1] ""
363 #: date.c:115
364 #, c-format
365 msgid "%lu hour ago"
366 msgid_plural "%lu hours ago"
367 msgstr[0] ""
368 msgstr[1] ""
370 #: date.c:122
371 #, c-format
372 msgid "%lu day ago"
373 msgid_plural "%lu days ago"
374 msgstr[0] ""
375 msgstr[1] ""
377 #: date.c:128
378 #, c-format
379 msgid "%lu week ago"
380 msgid_plural "%lu weeks ago"
381 msgstr[0] ""
382 msgstr[1] ""
384 #: date.c:135
385 #, c-format
386 msgid "%lu month ago"
387 msgid_plural "%lu months ago"
388 msgstr[0] ""
389 msgstr[1] ""
391 #: date.c:146
392 #, c-format
393 msgid "%lu year"
394 msgid_plural "%lu years"
395 msgstr[0] ""
396 msgstr[1] ""
398 #. TRANSLATORS: "%s" is "<n> years"
399 #: date.c:149
400 #, c-format
401 msgid "%s, %lu month ago"
402 msgid_plural "%s, %lu months ago"
403 msgstr[0] ""
404 msgstr[1] ""
406 #: date.c:154 date.c:159
407 #, c-format
408 msgid "%lu year ago"
409 msgid_plural "%lu years ago"
410 msgstr[0] ""
411 msgstr[1] ""
413 #: diffcore-order.c:24
414 #, c-format
415 msgid "failed to read orderfile '%s'"
416 msgstr ""
418 #: diffcore-rename.c:517
419 msgid "Performing inexact rename detection"
420 msgstr ""
422 #: diff.c:113
423 #, c-format
424 msgid "  Failed to parse dirstat cut-off percentage '%s'\n"
425 msgstr ""
427 #: diff.c:118
428 #, c-format
429 msgid "  Unknown dirstat parameter '%s'\n"
430 msgstr ""
432 #: diff.c:213
433 #, c-format
434 msgid "Unknown value for 'diff.submodule' config variable: '%s'"
435 msgstr ""
437 #: diff.c:263
438 #, c-format
439 msgid ""
440 "Found errors in 'diff.dirstat' config variable:\n"
441 "%s"
442 msgstr ""
444 #: diff.c:3495
445 #, c-format
446 msgid ""
447 "Failed to parse --dirstat/-X option parameter:\n"
448 "%s"
449 msgstr ""
451 #: diff.c:3509
452 #, c-format
453 msgid "Failed to parse --submodule option parameter: '%s'"
454 msgstr ""
456 #: gpg-interface.c:59 gpg-interface.c:131
457 msgid "could not run gpg."
458 msgstr ""
460 #: gpg-interface.c:71
461 msgid "gpg did not accept the data"
462 msgstr ""
464 #: gpg-interface.c:82
465 msgid "gpg failed to sign the data"
466 msgstr ""
468 #: gpg-interface.c:115
469 #, c-format
470 msgid "could not create temporary file '%s': %s"
471 msgstr ""
473 #: gpg-interface.c:118
474 #, c-format
475 msgid "failed writing detached signature to '%s': %s"
476 msgstr ""
478 #: grep.c:1698
479 #, c-format
480 msgid "'%s': unable to read %s"
481 msgstr ""
483 #: grep.c:1715
484 #, c-format
485 msgid "'%s': %s"
486 msgstr ""
488 #: grep.c:1726
489 #, c-format
490 msgid "'%s': short read %s"
491 msgstr ""
493 #: help.c:209
494 #, c-format
495 msgid "available git commands in '%s'"
496 msgstr ""
498 #: help.c:216
499 msgid "git commands available from elsewhere on your $PATH"
500 msgstr ""
502 #: help.c:232
503 msgid "The most commonly used git commands are:"
504 msgstr ""
506 #: help.c:289
507 #, c-format
508 msgid ""
509 "'%s' appears to be a git command, but we were not\n"
510 "able to execute it. Maybe git-%s is broken?"
511 msgstr ""
513 #: help.c:346
514 msgid "Uh oh. Your system reports no Git commands at all."
515 msgstr ""
517 #: help.c:368
518 #, c-format
519 msgid ""
520 "WARNING: You called a Git command named '%s', which does not exist.\n"
521 "Continuing under the assumption that you meant '%s'"
522 msgstr ""
524 #: help.c:373
525 #, c-format
526 msgid "in %0.1f seconds automatically..."
527 msgstr ""
529 #: help.c:380
530 #, c-format
531 msgid "git: '%s' is not a git command. See 'git --help'."
532 msgstr ""
534 #: help.c:384 help.c:443
535 msgid ""
536 "\n"
537 "Did you mean this?"
538 msgid_plural ""
539 "\n"
540 "Did you mean one of these?"
541 msgstr[0] ""
542 msgstr[1] ""
544 #: help.c:439
545 #, c-format
546 msgid "%s: %s - %s"
547 msgstr ""
549 #: merge.c:56
550 msgid "failed to read the cache"
551 msgstr ""
553 #: merge.c:110 builtin/checkout.c:357 builtin/checkout.c:558
554 #: builtin/clone.c:661
555 msgid "unable to write new index file"
556 msgstr ""
558 #: merge-recursive.c:190
559 #, c-format
560 msgid "(bad commit)\n"
561 msgstr ""
563 #: merge-recursive.c:208
564 #, c-format
565 msgid "addinfo_cache failed for path '%s'"
566 msgstr ""
568 #: merge-recursive.c:271
569 msgid "error building trees"
570 msgstr ""
572 #: merge-recursive.c:675
573 #, c-format
574 msgid "failed to create path '%s'%s"
575 msgstr ""
577 #: merge-recursive.c:686
578 #, c-format
579 msgid "Removing %s to make room for subdirectory\n"
580 msgstr ""
582 #: merge-recursive.c:700 merge-recursive.c:721
583 msgid ": perhaps a D/F conflict?"
584 msgstr ""
586 #: merge-recursive.c:711
587 #, c-format
588 msgid "refusing to lose untracked file at '%s'"
589 msgstr ""
591 #: merge-recursive.c:751
592 #, c-format
593 msgid "cannot read object %s '%s'"
594 msgstr ""
596 #: merge-recursive.c:753
597 #, c-format
598 msgid "blob expected for %s '%s'"
599 msgstr ""
601 #: merge-recursive.c:776 builtin/clone.c:317
602 #, c-format
603 msgid "failed to open '%s'"
604 msgstr ""
606 #: merge-recursive.c:784
607 #, c-format
608 msgid "failed to symlink '%s'"
609 msgstr ""
611 #: merge-recursive.c:787
612 #, c-format
613 msgid "do not know what to do with %06o %s '%s'"
614 msgstr ""
616 #: merge-recursive.c:925
617 msgid "Failed to execute internal merge"
618 msgstr ""
620 #: merge-recursive.c:929
621 #, c-format
622 msgid "Unable to add %s to database"
623 msgstr ""
625 #: merge-recursive.c:945
626 msgid "unsupported object type in the tree"
627 msgstr ""
629 #: merge-recursive.c:1024 merge-recursive.c:1038
630 #, c-format
631 msgid ""
632 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
633 "in tree."
634 msgstr ""
636 #: merge-recursive.c:1030 merge-recursive.c:1043
637 #, c-format
638 msgid ""
639 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
640 "in tree at %s."
641 msgstr ""
643 #: merge-recursive.c:1084
644 msgid "rename"
645 msgstr ""
647 #: merge-recursive.c:1084
648 msgid "renamed"
649 msgstr ""
651 #: merge-recursive.c:1140
652 #, c-format
653 msgid "%s is a directory in %s adding as %s instead"
654 msgstr ""
656 #: merge-recursive.c:1162
657 #, c-format
658 msgid ""
659 "CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
660 "\"->\"%s\" in \"%s\"%s"
661 msgstr ""
663 #: merge-recursive.c:1167
664 msgid " (left unresolved)"
665 msgstr ""
667 #: merge-recursive.c:1221
668 #, c-format
669 msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
670 msgstr ""
672 #: merge-recursive.c:1251
673 #, c-format
674 msgid "Renaming %s to %s and %s to %s instead"
675 msgstr ""
677 #: merge-recursive.c:1450
678 #, c-format
679 msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
680 msgstr ""
682 #: merge-recursive.c:1460
683 #, c-format
684 msgid "Adding merged %s"
685 msgstr ""
687 #: merge-recursive.c:1465 merge-recursive.c:1663
688 #, c-format
689 msgid "Adding as %s instead"
690 msgstr ""
692 #: merge-recursive.c:1516
693 #, c-format
694 msgid "cannot read object %s"
695 msgstr ""
697 #: merge-recursive.c:1519
698 #, c-format
699 msgid "object %s is not a blob"
700 msgstr ""
702 #: merge-recursive.c:1567
703 msgid "modify"
704 msgstr ""
706 #: merge-recursive.c:1567
707 msgid "modified"
708 msgstr ""
710 #: merge-recursive.c:1577
711 msgid "content"
712 msgstr ""
714 #: merge-recursive.c:1584
715 msgid "add/add"
716 msgstr ""
718 #: merge-recursive.c:1618
719 #, c-format
720 msgid "Skipped %s (merged same as existing)"
721 msgstr ""
723 #: merge-recursive.c:1632
724 #, c-format
725 msgid "Auto-merging %s"
726 msgstr ""
728 #: merge-recursive.c:1636 git-submodule.sh:1149
729 msgid "submodule"
730 msgstr ""
732 #: merge-recursive.c:1637
733 #, c-format
734 msgid "CONFLICT (%s): Merge conflict in %s"
735 msgstr ""
737 #: merge-recursive.c:1727
738 #, c-format
739 msgid "Removing %s"
740 msgstr ""
742 #: merge-recursive.c:1752
743 msgid "file/directory"
744 msgstr ""
746 #: merge-recursive.c:1758
747 msgid "directory/file"
748 msgstr ""
750 #: merge-recursive.c:1763
751 #, c-format
752 msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
753 msgstr ""
755 #: merge-recursive.c:1773
756 #, c-format
757 msgid "Adding %s"
758 msgstr ""
760 #: merge-recursive.c:1790
761 msgid "Fatal merge failure, shouldn't happen."
762 msgstr ""
764 #: merge-recursive.c:1809
765 msgid "Already up-to-date!"
766 msgstr ""
768 #: merge-recursive.c:1818
769 #, c-format
770 msgid "merging of trees %s and %s failed"
771 msgstr ""
773 #: merge-recursive.c:1848
774 #, c-format
775 msgid "Unprocessed path??? %s"
776 msgstr ""
778 #: merge-recursive.c:1893
779 msgid "Merging:"
780 msgstr ""
782 #: merge-recursive.c:1906
783 #, c-format
784 msgid "found %u common ancestor:"
785 msgid_plural "found %u common ancestors:"
786 msgstr[0] ""
787 msgstr[1] ""
789 #: merge-recursive.c:1943
790 msgid "merge returned no commit"
791 msgstr ""
793 #: merge-recursive.c:2000
794 #, c-format
795 msgid "Could not parse object '%s'"
796 msgstr ""
798 #: merge-recursive.c:2012 builtin/merge.c:668
799 msgid "Unable to write index."
800 msgstr ""
802 #: notes-utils.c:40
803 msgid "Cannot commit uninitialized/unreferenced notes tree"
804 msgstr ""
806 #: notes-utils.c:81
807 #, c-format
808 msgid "Bad notes.rewriteMode value: '%s'"
809 msgstr ""
811 #: notes-utils.c:91
812 #, c-format
813 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
814 msgstr ""
816 #. TRANSLATORS: The first %s is the name of the
817 #. environment variable, the second %s is its value
818 #: notes-utils.c:118
819 #, c-format
820 msgid "Bad %s value: '%s'"
821 msgstr ""
823 #: object.c:229
824 #, c-format
825 msgid "unable to parse object: %s"
826 msgstr ""
828 #: parse-options.c:532
829 msgid "..."
830 msgstr ""
832 #: parse-options.c:550
833 #, c-format
834 msgid "usage: %s"
835 msgstr ""
837 #. TRANSLATORS: the colon here should align with the
838 #. one in "usage: %s" translation
839 #: parse-options.c:554
840 #, c-format
841 msgid "   or: %s"
842 msgstr ""
844 #: parse-options.c:557
845 #, c-format
846 msgid "    %s"
847 msgstr ""
849 #: parse-options.c:591
850 msgid "-NUM"
851 msgstr ""
853 #: pathspec.c:133
854 msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
855 msgstr ""
857 #: pathspec.c:143
858 msgid ""
859 "global 'literal' pathspec setting is incompatible with all other global "
860 "pathspec settings"
861 msgstr ""
863 #: pathspec.c:177
864 msgid "invalid parameter for pathspec magic 'prefix'"
865 msgstr ""
867 #: pathspec.c:183
868 #, c-format
869 msgid "Invalid pathspec magic '%.*s' in '%s'"
870 msgstr ""
872 #: pathspec.c:187
873 #, c-format
874 msgid "Missing ')' at the end of pathspec magic in '%s'"
875 msgstr ""
877 #: pathspec.c:205
878 #, c-format
879 msgid "Unimplemented pathspec magic '%c' in '%s'"
880 msgstr ""
882 #: pathspec.c:230
883 #, c-format
884 msgid "%s: 'literal' and 'glob' are incompatible"
885 msgstr ""
887 #: pathspec.c:241
888 #, c-format
889 msgid "%s: '%s' is outside repository"
890 msgstr ""
892 #: pathspec.c:291
893 #, c-format
894 msgid "Pathspec '%s' is in submodule '%.*s'"
895 msgstr ""
897 #: pathspec.c:353
898 #, c-format
899 msgid "%s: pathspec magic not supported by this command: %s"
900 msgstr ""
902 #: pathspec.c:433
903 #, c-format
904 msgid "pathspec '%s' is beyond a symbolic link"
905 msgstr ""
907 #: pathspec.c:442
908 msgid ""
909 "There is nothing to exclude from by :(exclude) patterns.\n"
910 "Perhaps you forgot to add either ':/' or '.' ?"
911 msgstr ""
913 #: progress.c:224
914 msgid "done"
915 msgstr ""
917 #: read-cache.c:1238
918 #, c-format
919 msgid ""
920 "index.version set, but the value is invalid.\n"
921 "Using version %i"
922 msgstr ""
924 #: read-cache.c:1248
925 #, c-format
926 msgid ""
927 "GIT_INDEX_VERSION set, but the value is invalid.\n"
928 "Using version %i"
929 msgstr ""
931 #: remote.c:758
932 #, c-format
933 msgid "Cannot fetch both %s and %s to %s"
934 msgstr ""
936 #: remote.c:762
937 #, c-format
938 msgid "%s usually tracks %s, not %s"
939 msgstr ""
941 #: remote.c:766
942 #, c-format
943 msgid "%s tracks both %s and %s"
944 msgstr ""
946 #: remote.c:774
947 msgid "Internal error"
948 msgstr ""
950 #: remote.c:1948
951 #, c-format
952 msgid "Your branch is based on '%s', but the upstream is gone.\n"
953 msgstr ""
955 #: remote.c:1952
956 msgid "  (use \"git branch --unset-upstream\" to fixup)\n"
957 msgstr ""
959 #: remote.c:1955
960 #, c-format
961 msgid "Your branch is up-to-date with '%s'.\n"
962 msgstr ""
964 #: remote.c:1959
965 #, c-format
966 msgid "Your branch is ahead of '%s' by %d commit.\n"
967 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
968 msgstr[0] ""
969 msgstr[1] ""
971 #: remote.c:1965
972 msgid "  (use \"git push\" to publish your local commits)\n"
973 msgstr ""
975 #: remote.c:1968
976 #, c-format
977 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
978 msgid_plural ""
979 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
980 msgstr[0] ""
981 msgstr[1] ""
983 #: remote.c:1976
984 msgid "  (use \"git pull\" to update your local branch)\n"
985 msgstr ""
987 #: remote.c:1979
988 #, c-format
989 msgid ""
990 "Your branch and '%s' have diverged,\n"
991 "and have %d and %d different commit each, respectively.\n"
992 msgid_plural ""
993 "Your branch and '%s' have diverged,\n"
994 "and have %d and %d different commits each, respectively.\n"
995 msgstr[0] ""
996 msgstr[1] ""
998 #: remote.c:1989
999 msgid "  (use \"git pull\" to merge the remote branch into yours)\n"
1000 msgstr ""
1002 #: run-command.c:80
1003 msgid "open /dev/null failed"
1004 msgstr ""
1006 #: run-command.c:82
1007 #, c-format
1008 msgid "dup2(%d,%d) failed"
1009 msgstr ""
1011 #: sequencer.c:206 builtin/merge.c:786 builtin/merge.c:899
1012 #: builtin/merge.c:1009 builtin/merge.c:1019
1013 #, c-format
1014 msgid "Could not open '%s' for writing"
1015 msgstr ""
1017 #: sequencer.c:208 builtin/merge.c:343 builtin/merge.c:789
1018 #: builtin/merge.c:1011 builtin/merge.c:1024
1019 #, c-format
1020 msgid "Could not write to '%s'"
1021 msgstr ""
1023 #: sequencer.c:229
1024 msgid ""
1025 "after resolving the conflicts, mark the corrected paths\n"
1026 "with 'git add <paths>' or 'git rm <paths>'"
1027 msgstr ""
1029 #: sequencer.c:232
1030 msgid ""
1031 "after resolving the conflicts, mark the corrected paths\n"
1032 "with 'git add <paths>' or 'git rm <paths>'\n"
1033 "and commit the result with 'git commit'"
1034 msgstr ""
1036 #: sequencer.c:245 sequencer.c:879 sequencer.c:962
1037 #, c-format
1038 msgid "Could not write to %s"
1039 msgstr ""
1041 #: sequencer.c:248
1042 #, c-format
1043 msgid "Error wrapping up %s"
1044 msgstr ""
1046 #: sequencer.c:263
1047 msgid "Your local changes would be overwritten by cherry-pick."
1048 msgstr ""
1050 #: sequencer.c:265
1051 msgid "Your local changes would be overwritten by revert."
1052 msgstr ""
1054 #: sequencer.c:268
1055 msgid "Commit your changes or stash them to proceed."
1056 msgstr ""
1058 #. TRANSLATORS: %s will be "revert" or "cherry-pick"
1059 #: sequencer.c:325
1060 #, c-format
1061 msgid "%s: Unable to write new index file"
1062 msgstr ""
1064 #: sequencer.c:356
1065 msgid "Could not resolve HEAD commit\n"
1066 msgstr ""
1068 #: sequencer.c:378
1069 msgid "Unable to update cache tree\n"
1070 msgstr ""
1072 #: sequencer.c:430
1073 #, c-format
1074 msgid "Could not parse commit %s\n"
1075 msgstr ""
1077 #: sequencer.c:435
1078 #, c-format
1079 msgid "Could not parse parent commit %s\n"
1080 msgstr ""
1082 #: sequencer.c:501
1083 msgid "Your index file is unmerged."
1084 msgstr ""
1086 #: sequencer.c:520
1087 #, c-format
1088 msgid "Commit %s is a merge but no -m option was given."
1089 msgstr ""
1091 #: sequencer.c:528
1092 #, c-format
1093 msgid "Commit %s does not have parent %d"
1094 msgstr ""
1096 #: sequencer.c:532
1097 #, c-format
1098 msgid "Mainline was specified but commit %s is not a merge."
1099 msgstr ""
1101 #. TRANSLATORS: The first %s will be "revert" or
1102 #. "cherry-pick", the second %s a SHA1
1103 #: sequencer.c:545
1104 #, c-format
1105 msgid "%s: cannot parse parent commit %s"
1106 msgstr ""
1108 #: sequencer.c:549
1109 #, c-format
1110 msgid "Cannot get commit message for %s"
1111 msgstr ""
1113 #: sequencer.c:635
1114 #, c-format
1115 msgid "could not revert %s... %s"
1116 msgstr ""
1118 #: sequencer.c:636
1119 #, c-format
1120 msgid "could not apply %s... %s"
1121 msgstr ""
1123 #: sequencer.c:672
1124 msgid "empty commit set passed"
1125 msgstr ""
1127 #: sequencer.c:680
1128 #, c-format
1129 msgid "git %s: failed to read the index"
1130 msgstr ""
1132 #: sequencer.c:685
1133 #, c-format
1134 msgid "git %s: failed to refresh the index"
1135 msgstr ""
1137 #: sequencer.c:743
1138 #, c-format
1139 msgid "Cannot %s during a %s"
1140 msgstr ""
1142 #: sequencer.c:765
1143 #, c-format
1144 msgid "Could not parse line %d."
1145 msgstr ""
1147 #: sequencer.c:770
1148 msgid "No commits parsed."
1149 msgstr ""
1151 #: sequencer.c:783
1152 #, c-format
1153 msgid "Could not open %s"
1154 msgstr ""
1156 #: sequencer.c:787
1157 #, c-format
1158 msgid "Could not read %s."
1159 msgstr ""
1161 #: sequencer.c:794
1162 #, c-format
1163 msgid "Unusable instruction sheet: %s"
1164 msgstr ""
1166 #: sequencer.c:824
1167 #, c-format
1168 msgid "Invalid key: %s"
1169 msgstr ""
1171 #: sequencer.c:827
1172 #, c-format
1173 msgid "Invalid value for %s: %s"
1174 msgstr ""
1176 #: sequencer.c:839
1177 #, c-format
1178 msgid "Malformed options sheet: %s"
1179 msgstr ""
1181 #: sequencer.c:860
1182 msgid "a cherry-pick or revert is already in progress"
1183 msgstr ""
1185 #: sequencer.c:861
1186 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
1187 msgstr ""
1189 #: sequencer.c:865
1190 #, c-format
1191 msgid "Could not create sequencer directory %s"
1192 msgstr ""
1194 #: sequencer.c:881 sequencer.c:966
1195 #, c-format
1196 msgid "Error wrapping up %s."
1197 msgstr ""
1199 #: sequencer.c:900 sequencer.c:1036
1200 msgid "no cherry-pick or revert in progress"
1201 msgstr ""
1203 #: sequencer.c:902
1204 msgid "cannot resolve HEAD"
1205 msgstr ""
1207 #: sequencer.c:904
1208 msgid "cannot abort from a branch yet to be born"
1209 msgstr ""
1211 #: sequencer.c:926 builtin/apply.c:4061
1212 #, c-format
1213 msgid "cannot open %s: %s"
1214 msgstr ""
1216 #: sequencer.c:929
1217 #, c-format
1218 msgid "cannot read %s: %s"
1219 msgstr ""
1221 #: sequencer.c:930
1222 msgid "unexpected end of file"
1223 msgstr ""
1225 #: sequencer.c:936
1226 #, c-format
1227 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
1228 msgstr ""
1230 #: sequencer.c:959
1231 #, c-format
1232 msgid "Could not format %s."
1233 msgstr ""
1235 #: sequencer.c:1104
1236 #, c-format
1237 msgid "%s: can't cherry-pick a %s"
1238 msgstr ""
1240 #: sequencer.c:1107
1241 #, c-format
1242 msgid "%s: bad revision"
1243 msgstr ""
1245 #: sequencer.c:1141
1246 msgid "Can't revert as initial commit"
1247 msgstr ""
1249 #: sequencer.c:1142
1250 msgid "Can't cherry-pick into empty head"
1251 msgstr ""
1253 #: sha1_name.c:439
1254 msgid ""
1255 "Git normally never creates a ref that ends with 40 hex characters\n"
1256 "because it will be ignored when you just specify 40-hex. These refs\n"
1257 "may be created by mistake. For example,\n"
1258 "\n"
1259 "  git checkout -b $br $(git rev-parse ...)\n"
1260 "\n"
1261 "where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
1262 "examine these refs and maybe delete them. Turn this message off by\n"
1263 "running \"git config advice.objectNameWarning false\""
1264 msgstr ""
1266 #: sha1_name.c:1072
1267 msgid "HEAD does not point to a branch"
1268 msgstr ""
1270 #: sha1_name.c:1075
1271 #, c-format
1272 msgid "No such branch: '%s'"
1273 msgstr ""
1275 #: sha1_name.c:1077
1276 #, c-format
1277 msgid "No upstream configured for branch '%s'"
1278 msgstr ""
1280 #: sha1_name.c:1081
1281 #, c-format
1282 msgid "Upstream branch '%s' not stored as a remote-tracking branch"
1283 msgstr ""
1285 #: submodule.c:64 submodule.c:98
1286 msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
1287 msgstr ""
1289 #: submodule.c:68 submodule.c:102
1290 #, c-format
1291 msgid "Could not find section in .gitmodules where path=%s"
1292 msgstr ""
1294 #: submodule.c:76
1295 #, c-format
1296 msgid "Could not update .gitmodules entry %s"
1297 msgstr ""
1299 #: submodule.c:109
1300 #, c-format
1301 msgid "Could not remove .gitmodules entry for %s"
1302 msgstr ""
1304 #: submodule.c:120
1305 msgid "staging updated .gitmodules failed"
1306 msgstr ""
1308 #: submodule.c:1121 builtin/init-db.c:363
1309 #, c-format
1310 msgid "Could not create git link %s"
1311 msgstr ""
1313 #: submodule.c:1132
1314 #, c-format
1315 msgid "Could not set core.worktree in %s"
1316 msgstr ""
1318 #: unpack-trees.c:206
1319 msgid "Checking out files"
1320 msgstr ""
1322 #: urlmatch.c:120
1323 msgid "invalid URL scheme name or missing '://' suffix"
1324 msgstr ""
1326 #: urlmatch.c:144 urlmatch.c:297 urlmatch.c:356
1327 #, c-format
1328 msgid "invalid %XX escape sequence"
1329 msgstr ""
1331 #: urlmatch.c:172
1332 msgid "missing host and scheme is not 'file:'"
1333 msgstr ""
1335 #: urlmatch.c:189
1336 msgid "a 'file:' URL may not have a port number"
1337 msgstr ""
1339 #: urlmatch.c:199
1340 msgid "invalid characters in host name"
1341 msgstr ""
1343 #: urlmatch.c:244 urlmatch.c:255
1344 msgid "invalid port number"
1345 msgstr ""
1347 #: urlmatch.c:322
1348 msgid "invalid '..' path segment"
1349 msgstr ""
1351 #: wrapper.c:422
1352 #, c-format
1353 msgid "unable to access '%s': %s"
1354 msgstr ""
1356 #: wrapper.c:443
1357 #, c-format
1358 msgid "unable to access '%s'"
1359 msgstr ""
1361 #: wrapper.c:454
1362 #, c-format
1363 msgid "unable to look up current user in the passwd file: %s"
1364 msgstr ""
1366 #: wrapper.c:455
1367 msgid "no such user"
1368 msgstr ""
1370 #: wt-status.c:150
1371 msgid "Unmerged paths:"
1372 msgstr ""
1374 #: wt-status.c:177 wt-status.c:204
1375 #, c-format
1376 msgid "  (use \"git reset %s <file>...\" to unstage)"
1377 msgstr ""
1379 #: wt-status.c:179 wt-status.c:206
1380 msgid "  (use \"git rm --cached <file>...\" to unstage)"
1381 msgstr ""
1383 #: wt-status.c:183
1384 msgid "  (use \"git add <file>...\" to mark resolution)"
1385 msgstr ""
1387 #: wt-status.c:185 wt-status.c:189
1388 msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
1389 msgstr ""
1391 #: wt-status.c:187
1392 msgid "  (use \"git rm <file>...\" to mark resolution)"
1393 msgstr ""
1395 #: wt-status.c:198
1396 msgid "Changes to be committed:"
1397 msgstr ""
1399 #: wt-status.c:216
1400 msgid "Changes not staged for commit:"
1401 msgstr ""
1403 #: wt-status.c:220
1404 msgid "  (use \"git add <file>...\" to update what will be committed)"
1405 msgstr ""
1407 #: wt-status.c:222
1408 msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
1409 msgstr ""
1411 #: wt-status.c:223
1412 msgid ""
1413 "  (use \"git checkout -- <file>...\" to discard changes in working directory)"
1414 msgstr ""
1416 #: wt-status.c:225
1417 msgid "  (commit or discard the untracked or modified content in submodules)"
1418 msgstr ""
1420 #: wt-status.c:237
1421 #, c-format
1422 msgid "  (use \"git %s <file>...\" to include in what will be committed)"
1423 msgstr ""
1425 #: wt-status.c:252
1426 msgid "both deleted:"
1427 msgstr ""
1429 #: wt-status.c:254
1430 msgid "added by us:"
1431 msgstr ""
1433 #: wt-status.c:256
1434 msgid "deleted by them:"
1435 msgstr ""
1437 #: wt-status.c:258
1438 msgid "added by them:"
1439 msgstr ""
1441 #: wt-status.c:260
1442 msgid "deleted by us:"
1443 msgstr ""
1445 #: wt-status.c:262
1446 msgid "both added:"
1447 msgstr ""
1449 #: wt-status.c:264
1450 msgid "both modified:"
1451 msgstr ""
1453 #: wt-status.c:266
1454 #, c-format
1455 msgid "bug: unhandled unmerged status %x"
1456 msgstr ""
1458 #: wt-status.c:274
1459 msgid "new file:"
1460 msgstr ""
1462 #: wt-status.c:276
1463 msgid "copied:"
1464 msgstr ""
1466 #: wt-status.c:278
1467 msgid "deleted:"
1468 msgstr ""
1470 #: wt-status.c:280
1471 msgid "modified:"
1472 msgstr ""
1474 #: wt-status.c:282
1475 msgid "renamed:"
1476 msgstr ""
1478 #: wt-status.c:284
1479 msgid "typechange:"
1480 msgstr ""
1482 #: wt-status.c:286
1483 msgid "unknown:"
1484 msgstr ""
1486 #: wt-status.c:288
1487 msgid "unmerged:"
1488 msgstr ""
1490 #: wt-status.c:370
1491 msgid "new commits, "
1492 msgstr ""
1494 #: wt-status.c:372
1495 msgid "modified content, "
1496 msgstr ""
1498 #: wt-status.c:374
1499 msgid "untracked content, "
1500 msgstr ""
1502 #: wt-status.c:391
1503 #, c-format
1504 msgid "bug: unhandled diff status %c"
1505 msgstr ""
1507 #: wt-status.c:765
1508 msgid "Submodules changed but not updated:"
1509 msgstr ""
1511 #: wt-status.c:767
1512 msgid "Submodule changes to be committed:"
1513 msgstr ""
1515 #: wt-status.c:846
1516 msgid ""
1517 "Do not touch the line above.\n"
1518 "Everything below will be removed."
1519 msgstr ""
1521 #: wt-status.c:937
1522 msgid "You have unmerged paths."
1523 msgstr ""
1525 #: wt-status.c:940
1526 msgid "  (fix conflicts and run \"git commit\")"
1527 msgstr ""
1529 #: wt-status.c:943
1530 msgid "All conflicts fixed but you are still merging."
1531 msgstr ""
1533 #: wt-status.c:946
1534 msgid "  (use \"git commit\" to conclude merge)"
1535 msgstr ""
1537 #: wt-status.c:956
1538 msgid "You are in the middle of an am session."
1539 msgstr ""
1541 #: wt-status.c:959
1542 msgid "The current patch is empty."
1543 msgstr ""
1545 #: wt-status.c:963
1546 msgid "  (fix conflicts and then run \"git am --continue\")"
1547 msgstr ""
1549 #: wt-status.c:965
1550 msgid "  (use \"git am --skip\" to skip this patch)"
1551 msgstr ""
1553 #: wt-status.c:967
1554 msgid "  (use \"git am --abort\" to restore the original branch)"
1555 msgstr ""
1557 #: wt-status.c:1027 wt-status.c:1044
1558 #, c-format
1559 msgid "You are currently rebasing branch '%s' on '%s'."
1560 msgstr ""
1562 #: wt-status.c:1032 wt-status.c:1049
1563 msgid "You are currently rebasing."
1564 msgstr ""
1566 #: wt-status.c:1035
1567 msgid "  (fix conflicts and then run \"git rebase --continue\")"
1568 msgstr ""
1570 #: wt-status.c:1037
1571 msgid "  (use \"git rebase --skip\" to skip this patch)"
1572 msgstr ""
1574 #: wt-status.c:1039
1575 msgid "  (use \"git rebase --abort\" to check out the original branch)"
1576 msgstr ""
1578 #: wt-status.c:1052
1579 msgid "  (all conflicts fixed: run \"git rebase --continue\")"
1580 msgstr ""
1582 #: wt-status.c:1056
1583 #, c-format
1584 msgid ""
1585 "You are currently splitting a commit while rebasing branch '%s' on '%s'."
1586 msgstr ""
1588 #: wt-status.c:1061
1589 msgid "You are currently splitting a commit during a rebase."
1590 msgstr ""
1592 #: wt-status.c:1064
1593 msgid "  (Once your working directory is clean, run \"git rebase --continue\")"
1594 msgstr ""
1596 #: wt-status.c:1068
1597 #, c-format
1598 msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
1599 msgstr ""
1601 #: wt-status.c:1073
1602 msgid "You are currently editing a commit during a rebase."
1603 msgstr ""
1605 #: wt-status.c:1076
1606 msgid "  (use \"git commit --amend\" to amend the current commit)"
1607 msgstr ""
1609 #: wt-status.c:1078
1610 msgid ""
1611 "  (use \"git rebase --continue\" once you are satisfied with your changes)"
1612 msgstr ""
1614 #: wt-status.c:1088
1615 #, c-format
1616 msgid "You are currently cherry-picking commit %s."
1617 msgstr ""
1619 #: wt-status.c:1093
1620 msgid "  (fix conflicts and run \"git cherry-pick --continue\")"
1621 msgstr ""
1623 #: wt-status.c:1096
1624 msgid "  (all conflicts fixed: run \"git cherry-pick --continue\")"
1625 msgstr ""
1627 #: wt-status.c:1098
1628 msgid "  (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
1629 msgstr ""
1631 #: wt-status.c:1107
1632 #, c-format
1633 msgid "You are currently reverting commit %s."
1634 msgstr ""
1636 #: wt-status.c:1112
1637 msgid "  (fix conflicts and run \"git revert --continue\")"
1638 msgstr ""
1640 #: wt-status.c:1115
1641 msgid "  (all conflicts fixed: run \"git revert --continue\")"
1642 msgstr ""
1644 #: wt-status.c:1117
1645 msgid "  (use \"git revert --abort\" to cancel the revert operation)"
1646 msgstr ""
1648 #: wt-status.c:1128
1649 #, c-format
1650 msgid "You are currently bisecting, started from branch '%s'."
1651 msgstr ""
1653 #: wt-status.c:1132
1654 msgid "You are currently bisecting."
1655 msgstr ""
1657 #: wt-status.c:1135
1658 msgid "  (use \"git bisect reset\" to get back to the original branch)"
1659 msgstr ""
1661 #: wt-status.c:1310
1662 msgid "On branch "
1663 msgstr ""
1665 #: wt-status.c:1317
1666 msgid "rebase in progress; onto "
1667 msgstr ""
1669 #: wt-status.c:1324
1670 msgid "HEAD detached at "
1671 msgstr ""
1673 #: wt-status.c:1326
1674 msgid "HEAD detached from "
1675 msgstr ""
1677 #: wt-status.c:1329
1678 msgid "Not currently on any branch."
1679 msgstr ""
1681 #: wt-status.c:1346
1682 msgid "Initial commit"
1683 msgstr ""
1685 #: wt-status.c:1360
1686 msgid "Untracked files"
1687 msgstr ""
1689 #: wt-status.c:1362
1690 msgid "Ignored files"
1691 msgstr ""
1693 #: wt-status.c:1366
1694 #, c-format
1695 msgid ""
1696 "It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
1697 "may speed it up, but you have to be careful not to forget to add\n"
1698 "new files yourself (see 'git help status')."
1699 msgstr ""
1701 #: wt-status.c:1372
1702 #, c-format
1703 msgid "Untracked files not listed%s"
1704 msgstr ""
1706 #: wt-status.c:1374
1707 msgid " (use -u option to show untracked files)"
1708 msgstr ""
1710 #: wt-status.c:1380
1711 msgid "No changes"
1712 msgstr ""
1714 #: wt-status.c:1385
1715 #, c-format
1716 msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
1717 msgstr ""
1719 #: wt-status.c:1388
1720 #, c-format
1721 msgid "no changes added to commit\n"
1722 msgstr ""
1724 #: wt-status.c:1391
1725 #, c-format
1726 msgid ""
1727 "nothing added to commit but untracked files present (use \"git add\" to "
1728 "track)\n"
1729 msgstr ""
1731 #: wt-status.c:1394
1732 #, c-format
1733 msgid "nothing added to commit but untracked files present\n"
1734 msgstr ""
1736 #: wt-status.c:1397
1737 #, c-format
1738 msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
1739 msgstr ""
1741 #: wt-status.c:1400 wt-status.c:1405
1742 #, c-format
1743 msgid "nothing to commit\n"
1744 msgstr ""
1746 #: wt-status.c:1403
1747 #, c-format
1748 msgid "nothing to commit (use -u to show untracked files)\n"
1749 msgstr ""
1751 #: wt-status.c:1407
1752 #, c-format
1753 msgid "nothing to commit, working directory clean\n"
1754 msgstr ""
1756 #: wt-status.c:1516
1757 msgid "HEAD (no branch)"
1758 msgstr ""
1760 #: wt-status.c:1522
1761 msgid "Initial commit on "
1762 msgstr ""
1764 #: wt-status.c:1554
1765 msgid "gone"
1766 msgstr ""
1768 #: wt-status.c:1556 wt-status.c:1564
1769 msgid "behind "
1770 msgstr ""
1772 #: compat/precompose_utf8.c:55 builtin/clone.c:356
1773 #, c-format
1774 msgid "failed to unlink '%s'"
1775 msgstr ""
1777 #: builtin/add.c:21
1778 msgid "git add [options] [--] <pathspec>..."
1779 msgstr ""
1781 #: builtin/add.c:64
1782 #, c-format
1783 msgid "unexpected diff status %c"
1784 msgstr ""
1786 #: builtin/add.c:69 builtin/commit.c:261
1787 msgid "updating files failed"
1788 msgstr ""
1790 #: builtin/add.c:79
1791 #, c-format
1792 msgid "remove '%s'\n"
1793 msgstr ""
1795 #: builtin/add.c:133
1796 msgid "Unstaged changes after refreshing the index:"
1797 msgstr ""
1799 #: builtin/add.c:193
1800 msgid "Could not read the index"
1801 msgstr ""
1803 #: builtin/add.c:204
1804 #, c-format
1805 msgid "Could not open '%s' for writing."
1806 msgstr ""
1808 #: builtin/add.c:208
1809 msgid "Could not write patch"
1810 msgstr ""
1812 #: builtin/add.c:213
1813 #, c-format
1814 msgid "Could not stat '%s'"
1815 msgstr ""
1817 #: builtin/add.c:215
1818 msgid "Empty patch. Aborted."
1819 msgstr ""
1821 #: builtin/add.c:221
1822 #, c-format
1823 msgid "Could not apply '%s'"
1824 msgstr ""
1826 #: builtin/add.c:231
1827 msgid "The following paths are ignored by one of your .gitignore files:\n"
1828 msgstr ""
1830 #: builtin/add.c:248 builtin/clean.c:876 builtin/fetch.c:93 builtin/mv.c:70
1831 #: builtin/prune-packed.c:77 builtin/push.c:489 builtin/remote.c:1344
1832 #: builtin/rm.c:269
1833 msgid "dry run"
1834 msgstr ""
1836 #: builtin/add.c:249 builtin/apply.c:4410 builtin/check-ignore.c:19
1837 #: builtin/commit.c:1256 builtin/count-objects.c:95 builtin/fsck.c:612
1838 #: builtin/log.c:1592 builtin/mv.c:69 builtin/read-tree.c:113
1839 msgid "be verbose"
1840 msgstr ""
1842 #: builtin/add.c:251
1843 msgid "interactive picking"
1844 msgstr ""
1846 #: builtin/add.c:252 builtin/checkout.c:1108 builtin/reset.c:283
1847 msgid "select hunks interactively"
1848 msgstr ""
1850 #: builtin/add.c:253
1851 msgid "edit current diff and apply"
1852 msgstr ""
1854 #: builtin/add.c:254
1855 msgid "allow adding otherwise ignored files"
1856 msgstr ""
1858 #: builtin/add.c:255
1859 msgid "update tracked files"
1860 msgstr ""
1862 #: builtin/add.c:256
1863 msgid "record only the fact that the path will be added later"
1864 msgstr ""
1866 #: builtin/add.c:257
1867 msgid "add changes from all tracked and untracked files"
1868 msgstr ""
1870 #: builtin/add.c:260
1871 msgid "ignore paths removed in the working tree (same as --no-all)"
1872 msgstr ""
1874 #: builtin/add.c:262
1875 msgid "don't add, only refresh the index"
1876 msgstr ""
1878 #: builtin/add.c:263
1879 msgid "just skip files which cannot be added because of errors"
1880 msgstr ""
1882 #: builtin/add.c:264
1883 msgid "check if - even missing - files are ignored in dry run"
1884 msgstr ""
1886 #: builtin/add.c:286
1887 #, c-format
1888 msgid "Use -f if you really want to add them.\n"
1889 msgstr ""
1891 #: builtin/add.c:287
1892 msgid "no files added"
1893 msgstr ""
1895 #: builtin/add.c:293
1896 msgid "adding files failed"
1897 msgstr ""
1899 #: builtin/add.c:330
1900 msgid "-A and -u are mutually incompatible"
1901 msgstr ""
1903 #: builtin/add.c:337
1904 msgid "Option --ignore-missing can only be used together with --dry-run"
1905 msgstr ""
1907 #: builtin/add.c:358
1908 #, c-format
1909 msgid "Nothing specified, nothing added.\n"
1910 msgstr ""
1912 #: builtin/add.c:359
1913 #, c-format
1914 msgid "Maybe you wanted to say 'git add .'?\n"
1915 msgstr ""
1917 #: builtin/add.c:364 builtin/check-ignore.c:172 builtin/clean.c:920
1918 #: builtin/commit.c:320 builtin/mv.c:90 builtin/reset.c:234 builtin/rm.c:299
1919 msgid "index file corrupt"
1920 msgstr ""
1922 #: builtin/add.c:448 builtin/apply.c:4506 builtin/mv.c:280 builtin/rm.c:432
1923 msgid "Unable to write new index file"
1924 msgstr ""
1926 #: builtin/apply.c:57
1927 msgid "git apply [options] [<patch>...]"
1928 msgstr ""
1930 #: builtin/apply.c:110
1931 #, c-format
1932 msgid "unrecognized whitespace option '%s'"
1933 msgstr ""
1935 #: builtin/apply.c:125
1936 #, c-format
1937 msgid "unrecognized whitespace ignore option '%s'"
1938 msgstr ""
1940 #: builtin/apply.c:823
1941 #, c-format
1942 msgid "Cannot prepare timestamp regexp %s"
1943 msgstr ""
1945 #: builtin/apply.c:832
1946 #, c-format
1947 msgid "regexec returned %d for input: %s"
1948 msgstr ""
1950 #: builtin/apply.c:913
1951 #, c-format
1952 msgid "unable to find filename in patch at line %d"
1953 msgstr ""
1955 #: builtin/apply.c:945
1956 #, c-format
1957 msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
1958 msgstr ""
1960 #: builtin/apply.c:949
1961 #, c-format
1962 msgid "git apply: bad git-diff - inconsistent new filename on line %d"
1963 msgstr ""
1965 #: builtin/apply.c:950
1966 #, c-format
1967 msgid "git apply: bad git-diff - inconsistent old filename on line %d"
1968 msgstr ""
1970 #: builtin/apply.c:957
1971 #, c-format
1972 msgid "git apply: bad git-diff - expected /dev/null on line %d"
1973 msgstr ""
1975 #: builtin/apply.c:1422
1976 #, c-format
1977 msgid "recount: unexpected line: %.*s"
1978 msgstr ""
1980 #: builtin/apply.c:1479
1981 #, c-format
1982 msgid "patch fragment without header at line %d: %.*s"
1983 msgstr ""
1985 #: builtin/apply.c:1496
1986 #, c-format
1987 msgid ""
1988 "git diff header lacks filename information when removing %d leading pathname "
1989 "component (line %d)"
1990 msgid_plural ""
1991 "git diff header lacks filename information when removing %d leading pathname "
1992 "components (line %d)"
1993 msgstr[0] ""
1994 msgstr[1] ""
1996 #: builtin/apply.c:1656
1997 msgid "new file depends on old contents"
1998 msgstr ""
2000 #: builtin/apply.c:1658
2001 msgid "deleted file still has contents"
2002 msgstr ""
2004 #: builtin/apply.c:1684
2005 #, c-format
2006 msgid "corrupt patch at line %d"
2007 msgstr ""
2009 #: builtin/apply.c:1720
2010 #, c-format
2011 msgid "new file %s depends on old contents"
2012 msgstr ""
2014 #: builtin/apply.c:1722
2015 #, c-format
2016 msgid "deleted file %s still has contents"
2017 msgstr ""
2019 #: builtin/apply.c:1725
2020 #, c-format
2021 msgid "** warning: file %s becomes empty but is not deleted"
2022 msgstr ""
2024 #: builtin/apply.c:1871
2025 #, c-format
2026 msgid "corrupt binary patch at line %d: %.*s"
2027 msgstr ""
2029 #: builtin/apply.c:1900
2030 #, c-format
2031 msgid "unrecognized binary patch at line %d"
2032 msgstr ""
2034 #: builtin/apply.c:1986
2035 #, c-format
2036 msgid "patch with only garbage at line %d"
2037 msgstr ""
2039 #: builtin/apply.c:2076
2040 #, c-format
2041 msgid "unable to read symlink %s"
2042 msgstr ""
2044 #: builtin/apply.c:2080
2045 #, c-format
2046 msgid "unable to open or read %s"
2047 msgstr ""
2049 #: builtin/apply.c:2688
2050 #, c-format
2051 msgid "invalid start of line: '%c'"
2052 msgstr ""
2054 #: builtin/apply.c:2806
2055 #, c-format
2056 msgid "Hunk #%d succeeded at %d (offset %d line)."
2057 msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
2058 msgstr[0] ""
2059 msgstr[1] ""
2061 #: builtin/apply.c:2818
2062 #, c-format
2063 msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
2064 msgstr ""
2066 #: builtin/apply.c:2824
2067 #, c-format
2068 msgid ""
2069 "while searching for:\n"
2070 "%.*s"
2071 msgstr ""
2073 #: builtin/apply.c:2843
2074 #, c-format
2075 msgid "missing binary patch data for '%s'"
2076 msgstr ""
2078 #: builtin/apply.c:2946
2079 #, c-format
2080 msgid "binary patch does not apply to '%s'"
2081 msgstr ""
2083 #: builtin/apply.c:2952
2084 #, c-format
2085 msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
2086 msgstr ""
2088 #: builtin/apply.c:2973
2089 #, c-format
2090 msgid "patch failed: %s:%ld"
2091 msgstr ""
2093 #: builtin/apply.c:3095
2094 #, c-format
2095 msgid "cannot checkout %s"
2096 msgstr ""
2098 #: builtin/apply.c:3140 builtin/apply.c:3149 builtin/apply.c:3194
2099 #, c-format
2100 msgid "read of %s failed"
2101 msgstr ""
2103 #: builtin/apply.c:3174 builtin/apply.c:3396
2104 #, c-format
2105 msgid "path %s has been renamed/deleted"
2106 msgstr ""
2108 #: builtin/apply.c:3255 builtin/apply.c:3410
2109 #, c-format
2110 msgid "%s: does not exist in index"
2111 msgstr ""
2113 #: builtin/apply.c:3259 builtin/apply.c:3402 builtin/apply.c:3424
2114 #, c-format
2115 msgid "%s: %s"
2116 msgstr ""
2118 #: builtin/apply.c:3264 builtin/apply.c:3418
2119 #, c-format
2120 msgid "%s: does not match index"
2121 msgstr ""
2123 #: builtin/apply.c:3366
2124 msgid "removal patch leaves file contents"
2125 msgstr ""
2127 #: builtin/apply.c:3435
2128 #, c-format
2129 msgid "%s: wrong type"
2130 msgstr ""
2132 #: builtin/apply.c:3437
2133 #, c-format
2134 msgid "%s has type %o, expected %o"
2135 msgstr ""
2137 #: builtin/apply.c:3538
2138 #, c-format
2139 msgid "%s: already exists in index"
2140 msgstr ""
2142 #: builtin/apply.c:3541
2143 #, c-format
2144 msgid "%s: already exists in working directory"
2145 msgstr ""
2147 #: builtin/apply.c:3561
2148 #, c-format
2149 msgid "new mode (%o) of %s does not match old mode (%o)"
2150 msgstr ""
2152 #: builtin/apply.c:3566
2153 #, c-format
2154 msgid "new mode (%o) of %s does not match old mode (%o) of %s"
2155 msgstr ""
2157 #: builtin/apply.c:3574
2158 #, c-format
2159 msgid "%s: patch does not apply"
2160 msgstr ""
2162 #: builtin/apply.c:3587
2163 #, c-format
2164 msgid "Checking patch %s..."
2165 msgstr ""
2167 #: builtin/apply.c:3680 builtin/checkout.c:213 builtin/reset.c:134
2168 #, c-format
2169 msgid "make_cache_entry failed for path '%s'"
2170 msgstr ""
2172 #: builtin/apply.c:3823
2173 #, c-format
2174 msgid "unable to remove %s from index"
2175 msgstr ""
2177 #: builtin/apply.c:3851
2178 #, c-format
2179 msgid "corrupt patch for submodule %s"
2180 msgstr ""
2182 #: builtin/apply.c:3855
2183 #, c-format
2184 msgid "unable to stat newly created file '%s'"
2185 msgstr ""
2187 #: builtin/apply.c:3860
2188 #, c-format
2189 msgid "unable to create backing store for newly created file %s"
2190 msgstr ""
2192 #: builtin/apply.c:3863 builtin/apply.c:3971
2193 #, c-format
2194 msgid "unable to add cache entry for %s"
2195 msgstr ""
2197 #: builtin/apply.c:3896
2198 #, c-format
2199 msgid "closing file '%s'"
2200 msgstr ""
2202 #: builtin/apply.c:3945
2203 #, c-format
2204 msgid "unable to write file '%s' mode %o"
2205 msgstr ""
2207 #: builtin/apply.c:4032
2208 #, c-format
2209 msgid "Applied patch %s cleanly."
2210 msgstr ""
2212 #: builtin/apply.c:4040
2213 msgid "internal error"
2214 msgstr ""
2216 #: builtin/apply.c:4043
2217 #, c-format
2218 msgid "Applying patch %%s with %d reject..."
2219 msgid_plural "Applying patch %%s with %d rejects..."
2220 msgstr[0] ""
2221 msgstr[1] ""
2223 #: builtin/apply.c:4053
2224 #, c-format
2225 msgid "truncating .rej filename to %.*s.rej"
2226 msgstr ""
2228 #: builtin/apply.c:4074
2229 #, c-format
2230 msgid "Hunk #%d applied cleanly."
2231 msgstr ""
2233 #: builtin/apply.c:4077
2234 #, c-format
2235 msgid "Rejected hunk #%d."
2236 msgstr ""
2238 #: builtin/apply.c:4227
2239 msgid "unrecognized input"
2240 msgstr ""
2242 #: builtin/apply.c:4238
2243 msgid "unable to read index file"
2244 msgstr ""
2246 #: builtin/apply.c:4357 builtin/apply.c:4360 builtin/clone.c:90
2247 #: builtin/fetch.c:78
2248 msgid "path"
2249 msgstr ""
2251 #: builtin/apply.c:4358
2252 msgid "don't apply changes matching the given path"
2253 msgstr ""
2255 #: builtin/apply.c:4361
2256 msgid "apply changes matching the given path"
2257 msgstr ""
2259 #: builtin/apply.c:4363
2260 msgid "num"
2261 msgstr ""
2263 #: builtin/apply.c:4364
2264 msgid "remove <num> leading slashes from traditional diff paths"
2265 msgstr ""
2267 #: builtin/apply.c:4367
2268 msgid "ignore additions made by the patch"
2269 msgstr ""
2271 #: builtin/apply.c:4369
2272 msgid "instead of applying the patch, output diffstat for the input"
2273 msgstr ""
2275 #: builtin/apply.c:4373
2276 msgid "show number of added and deleted lines in decimal notation"
2277 msgstr ""
2279 #: builtin/apply.c:4375
2280 msgid "instead of applying the patch, output a summary for the input"
2281 msgstr ""
2283 #: builtin/apply.c:4377
2284 msgid "instead of applying the patch, see if the patch is applicable"
2285 msgstr ""
2287 #: builtin/apply.c:4379
2288 msgid "make sure the patch is applicable to the current index"
2289 msgstr ""
2291 #: builtin/apply.c:4381
2292 msgid "apply a patch without touching the working tree"
2293 msgstr ""
2295 #: builtin/apply.c:4383
2296 msgid "also apply the patch (use with --stat/--summary/--check)"
2297 msgstr ""
2299 #: builtin/apply.c:4385
2300 msgid "attempt three-way merge if a patch does not apply"
2301 msgstr ""
2303 #: builtin/apply.c:4387
2304 msgid "build a temporary index based on embedded index information"
2305 msgstr ""
2307 #: builtin/apply.c:4389 builtin/checkout-index.c:197 builtin/ls-files.c:455
2308 msgid "paths are separated with NUL character"
2309 msgstr ""
2311 #: builtin/apply.c:4392
2312 msgid "ensure at least <n> lines of context match"
2313 msgstr ""
2315 #: builtin/apply.c:4393
2316 msgid "action"
2317 msgstr ""
2319 #: builtin/apply.c:4394
2320 msgid "detect new or modified lines that have whitespace errors"
2321 msgstr ""
2323 #: builtin/apply.c:4397 builtin/apply.c:4400
2324 msgid "ignore changes in whitespace when finding context"
2325 msgstr ""
2327 #: builtin/apply.c:4403
2328 msgid "apply the patch in reverse"
2329 msgstr ""
2331 #: builtin/apply.c:4405
2332 msgid "don't expect at least one line of context"
2333 msgstr ""
2335 #: builtin/apply.c:4407
2336 msgid "leave the rejected hunks in corresponding *.rej files"
2337 msgstr ""
2339 #: builtin/apply.c:4409
2340 msgid "allow overlapping hunks"
2341 msgstr ""
2343 #: builtin/apply.c:4412
2344 msgid "tolerate incorrectly detected missing new-line at the end of file"
2345 msgstr ""
2347 #: builtin/apply.c:4415
2348 msgid "do not trust the line counts in the hunk headers"
2349 msgstr ""
2351 #: builtin/apply.c:4417
2352 msgid "root"
2353 msgstr ""
2355 #: builtin/apply.c:4418
2356 msgid "prepend <root> to all filenames"
2357 msgstr ""
2359 #: builtin/apply.c:4440
2360 msgid "--3way outside a repository"
2361 msgstr ""
2363 #: builtin/apply.c:4448
2364 msgid "--index outside a repository"
2365 msgstr ""
2367 #: builtin/apply.c:4451
2368 msgid "--cached outside a repository"
2369 msgstr ""
2371 #: builtin/apply.c:4467
2372 #, c-format
2373 msgid "can't open patch '%s'"
2374 msgstr ""
2376 #: builtin/apply.c:4481
2377 #, c-format
2378 msgid "squelched %d whitespace error"
2379 msgid_plural "squelched %d whitespace errors"
2380 msgstr[0] ""
2381 msgstr[1] ""
2383 #: builtin/apply.c:4487 builtin/apply.c:4497
2384 #, c-format
2385 msgid "%d line adds whitespace errors."
2386 msgid_plural "%d lines add whitespace errors."
2387 msgstr[0] ""
2388 msgstr[1] ""
2390 #: builtin/archive.c:17
2391 #, c-format
2392 msgid "could not create archive file '%s'"
2393 msgstr ""
2395 #: builtin/archive.c:20
2396 msgid "could not redirect output"
2397 msgstr ""
2399 #: builtin/archive.c:37
2400 msgid "git archive: Remote with no URL"
2401 msgstr ""
2403 #: builtin/archive.c:58
2404 msgid "git archive: expected ACK/NAK, got EOF"
2405 msgstr ""
2407 #: builtin/archive.c:61
2408 #, c-format
2409 msgid "git archive: NACK %s"
2410 msgstr ""
2412 #: builtin/archive.c:63
2413 #, c-format
2414 msgid "remote error: %s"
2415 msgstr ""
2417 #: builtin/archive.c:64
2418 msgid "git archive: protocol error"
2419 msgstr ""
2421 #: builtin/archive.c:68
2422 msgid "git archive: expected a flush"
2423 msgstr ""
2425 #: builtin/bisect--helper.c:7
2426 msgid "git bisect--helper --next-all [--no-checkout]"
2427 msgstr ""
2429 #: builtin/bisect--helper.c:17
2430 msgid "perform 'git bisect next'"
2431 msgstr ""
2433 #: builtin/bisect--helper.c:19
2434 msgid "update BISECT_HEAD instead of checking out the current commit"
2435 msgstr ""
2437 #: builtin/blame.c:27
2438 msgid "git blame [options] [rev-opts] [rev] [--] file"
2439 msgstr ""
2441 #: builtin/blame.c:32
2442 msgid "[rev-opts] are documented in git-rev-list(1)"
2443 msgstr ""
2445 #: builtin/blame.c:2242
2446 msgid "Show blame entries as we find them, incrementally"
2447 msgstr ""
2449 #: builtin/blame.c:2243
2450 msgid "Show blank SHA-1 for boundary commits (Default: off)"
2451 msgstr ""
2453 #: builtin/blame.c:2244
2454 msgid "Do not treat root commits as boundaries (Default: off)"
2455 msgstr ""
2457 #: builtin/blame.c:2245
2458 msgid "Show work cost statistics"
2459 msgstr ""
2461 #: builtin/blame.c:2246
2462 msgid "Show output score for blame entries"
2463 msgstr ""
2465 #: builtin/blame.c:2247
2466 msgid "Show original filename (Default: auto)"
2467 msgstr ""
2469 #: builtin/blame.c:2248
2470 msgid "Show original linenumber (Default: off)"
2471 msgstr ""
2473 #: builtin/blame.c:2249
2474 msgid "Show in a format designed for machine consumption"
2475 msgstr ""
2477 #: builtin/blame.c:2250
2478 msgid "Show porcelain format with per-line commit information"
2479 msgstr ""
2481 #: builtin/blame.c:2251
2482 msgid "Use the same output mode as git-annotate (Default: off)"
2483 msgstr ""
2485 #: builtin/blame.c:2252
2486 msgid "Show raw timestamp (Default: off)"
2487 msgstr ""
2489 #: builtin/blame.c:2253
2490 msgid "Show long commit SHA1 (Default: off)"
2491 msgstr ""
2493 #: builtin/blame.c:2254
2494 msgid "Suppress author name and timestamp (Default: off)"
2495 msgstr ""
2497 #: builtin/blame.c:2255
2498 msgid "Show author email instead of name (Default: off)"
2499 msgstr ""
2501 #: builtin/blame.c:2256
2502 msgid "Ignore whitespace differences"
2503 msgstr ""
2505 #: builtin/blame.c:2257
2506 msgid "Spend extra cycles to find better match"
2507 msgstr ""
2509 #: builtin/blame.c:2258
2510 msgid "Use revisions from <file> instead of calling git-rev-list"
2511 msgstr ""
2513 #: builtin/blame.c:2259
2514 msgid "Use <file>'s contents as the final image"
2515 msgstr ""
2517 #: builtin/blame.c:2260 builtin/blame.c:2261
2518 msgid "score"
2519 msgstr ""
2521 #: builtin/blame.c:2260
2522 msgid "Find line copies within and across files"
2523 msgstr ""
2525 #: builtin/blame.c:2261
2526 msgid "Find line movements within and across files"
2527 msgstr ""
2529 #: builtin/blame.c:2262
2530 msgid "n,m"
2531 msgstr ""
2533 #: builtin/blame.c:2262
2534 msgid "Process only line range n,m, counting from 1"
2535 msgstr ""
2537 #: builtin/branch.c:24
2538 msgid "git branch [options] [-r | -a] [--merged | --no-merged]"
2539 msgstr ""
2541 #: builtin/branch.c:25
2542 msgid "git branch [options] [-l] [-f] <branchname> [<start-point>]"
2543 msgstr ""
2545 #: builtin/branch.c:26
2546 msgid "git branch [options] [-r] (-d | -D) <branchname>..."
2547 msgstr ""
2549 #: builtin/branch.c:27
2550 msgid "git branch [options] (-m | -M) [<oldbranch>] <newbranch>"
2551 msgstr ""
2553 #: builtin/branch.c:150
2554 #, c-format
2555 msgid ""
2556 "deleting branch '%s' that has been merged to\n"
2557 "         '%s', but not yet merged to HEAD."
2558 msgstr ""
2560 #: builtin/branch.c:154
2561 #, c-format
2562 msgid ""
2563 "not deleting branch '%s' that is not yet merged to\n"
2564 "         '%s', even though it is merged to HEAD."
2565 msgstr ""
2567 #: builtin/branch.c:168
2568 #, c-format
2569 msgid "Couldn't look up commit object for '%s'"
2570 msgstr ""
2572 #: builtin/branch.c:172
2573 #, c-format
2574 msgid ""
2575 "The branch '%s' is not fully merged.\n"
2576 "If you are sure you want to delete it, run 'git branch -D %s'."
2577 msgstr ""
2579 #: builtin/branch.c:185
2580 msgid "Update of config-file failed"
2581 msgstr ""
2583 #: builtin/branch.c:213
2584 msgid "cannot use -a with -d"
2585 msgstr ""
2587 #: builtin/branch.c:219
2588 msgid "Couldn't look up commit object for HEAD"
2589 msgstr ""
2591 #: builtin/branch.c:227
2592 #, c-format
2593 msgid "Cannot delete the branch '%s' which you are currently on."
2594 msgstr ""
2596 #: builtin/branch.c:240
2597 #, c-format
2598 msgid "remote branch '%s' not found."
2599 msgstr ""
2601 #: builtin/branch.c:241
2602 #, c-format
2603 msgid "branch '%s' not found."
2604 msgstr ""
2606 #: builtin/branch.c:255
2607 #, c-format
2608 msgid "Error deleting remote branch '%s'"
2609 msgstr ""
2611 #: builtin/branch.c:256
2612 #, c-format
2613 msgid "Error deleting branch '%s'"
2614 msgstr ""
2616 #: builtin/branch.c:263
2617 #, c-format
2618 msgid "Deleted remote branch %s (was %s).\n"
2619 msgstr ""
2621 #: builtin/branch.c:264
2622 #, c-format
2623 msgid "Deleted branch %s (was %s).\n"
2624 msgstr ""
2626 #: builtin/branch.c:366
2627 #, c-format
2628 msgid "branch '%s' does not point at a commit"
2629 msgstr ""
2631 #: builtin/branch.c:454
2632 #, c-format
2633 msgid "[%s: gone]"
2634 msgstr ""
2636 #: builtin/branch.c:459
2637 #, c-format
2638 msgid "[%s]"
2639 msgstr ""
2641 #: builtin/branch.c:464
2642 #, c-format
2643 msgid "[%s: behind %d]"
2644 msgstr ""
2646 #: builtin/branch.c:466
2647 #, c-format
2648 msgid "[behind %d]"
2649 msgstr ""
2651 #: builtin/branch.c:470
2652 #, c-format
2653 msgid "[%s: ahead %d]"
2654 msgstr ""
2656 #: builtin/branch.c:472
2657 #, c-format
2658 msgid "[ahead %d]"
2659 msgstr ""
2661 #: builtin/branch.c:475
2662 #, c-format
2663 msgid "[%s: ahead %d, behind %d]"
2664 msgstr ""
2666 #: builtin/branch.c:478
2667 #, c-format
2668 msgid "[ahead %d, behind %d]"
2669 msgstr ""
2671 #: builtin/branch.c:502
2672 msgid " **** invalid ref ****"
2673 msgstr ""
2675 #: builtin/branch.c:594
2676 #, c-format
2677 msgid "(no branch, rebasing %s)"
2678 msgstr ""
2680 #: builtin/branch.c:597
2681 #, c-format
2682 msgid "(no branch, bisect started on %s)"
2683 msgstr ""
2685 #: builtin/branch.c:600
2686 #, c-format
2687 msgid "(detached from %s)"
2688 msgstr ""
2690 #: builtin/branch.c:603
2691 msgid "(no branch)"
2692 msgstr ""
2694 #: builtin/branch.c:649
2695 #, c-format
2696 msgid "object '%s' does not point to a commit"
2697 msgstr ""
2699 #: builtin/branch.c:681
2700 msgid "some refs could not be read"
2701 msgstr ""
2703 #: builtin/branch.c:694
2704 msgid "cannot rename the current branch while not on any."
2705 msgstr ""
2707 #: builtin/branch.c:704
2708 #, c-format
2709 msgid "Invalid branch name: '%s'"
2710 msgstr ""
2712 #: builtin/branch.c:719
2713 msgid "Branch rename failed"
2714 msgstr ""
2716 #: builtin/branch.c:723
2717 #, c-format
2718 msgid "Renamed a misnamed branch '%s' away"
2719 msgstr ""
2721 #: builtin/branch.c:727
2722 #, c-format
2723 msgid "Branch renamed to %s, but HEAD is not updated!"
2724 msgstr ""
2726 #: builtin/branch.c:734
2727 msgid "Branch is renamed, but update of config-file failed"
2728 msgstr ""
2730 #: builtin/branch.c:749
2731 #, c-format
2732 msgid "malformed object name %s"
2733 msgstr ""
2735 #: builtin/branch.c:773
2736 #, c-format
2737 msgid "could not write branch description template: %s"
2738 msgstr ""
2740 #: builtin/branch.c:803
2741 msgid "Generic options"
2742 msgstr ""
2744 #: builtin/branch.c:805
2745 msgid "show hash and subject, give twice for upstream branch"
2746 msgstr ""
2748 #: builtin/branch.c:806
2749 msgid "suppress informational messages"
2750 msgstr ""
2752 #: builtin/branch.c:807
2753 msgid "set up tracking mode (see git-pull(1))"
2754 msgstr ""
2756 #: builtin/branch.c:809
2757 msgid "change upstream info"
2758 msgstr ""
2760 #: builtin/branch.c:813
2761 msgid "use colored output"
2762 msgstr ""
2764 #: builtin/branch.c:814
2765 msgid "act on remote-tracking branches"
2766 msgstr ""
2768 #: builtin/branch.c:817 builtin/branch.c:823 builtin/branch.c:844
2769 #: builtin/branch.c:850 builtin/commit.c:1494 builtin/commit.c:1495
2770 #: builtin/commit.c:1496 builtin/commit.c:1497 builtin/tag.c:527
2771 #: builtin/tag.c:533
2772 msgid "commit"
2773 msgstr ""
2775 #: builtin/branch.c:818 builtin/branch.c:824
2776 msgid "print only branches that contain the commit"
2777 msgstr ""
2779 #: builtin/branch.c:830
2780 msgid "Specific git-branch actions:"
2781 msgstr ""
2783 #: builtin/branch.c:831
2784 msgid "list both remote-tracking and local branches"
2785 msgstr ""
2787 #: builtin/branch.c:833
2788 msgid "delete fully merged branch"
2789 msgstr ""
2791 #: builtin/branch.c:834
2792 msgid "delete branch (even if not merged)"
2793 msgstr ""
2795 #: builtin/branch.c:835
2796 msgid "move/rename a branch and its reflog"
2797 msgstr ""
2799 #: builtin/branch.c:836
2800 msgid "move/rename a branch, even if target exists"
2801 msgstr ""
2803 #: builtin/branch.c:837
2804 msgid "list branch names"
2805 msgstr ""
2807 #: builtin/branch.c:838
2808 msgid "create the branch's reflog"
2809 msgstr ""
2811 #: builtin/branch.c:840
2812 msgid "edit the description for the branch"
2813 msgstr ""
2815 #: builtin/branch.c:841
2816 msgid "force creation (when already exists)"
2817 msgstr ""
2819 #: builtin/branch.c:844
2820 msgid "print only not merged branches"
2821 msgstr ""
2823 #: builtin/branch.c:850
2824 msgid "print only merged branches"
2825 msgstr ""
2827 #: builtin/branch.c:854
2828 msgid "list branches in columns"
2829 msgstr ""
2831 #: builtin/branch.c:867
2832 msgid "Failed to resolve HEAD as a valid ref."
2833 msgstr ""
2835 #: builtin/branch.c:872 builtin/clone.c:635
2836 msgid "HEAD not found below refs/heads!"
2837 msgstr ""
2839 #: builtin/branch.c:896
2840 msgid "--column and --verbose are incompatible"
2841 msgstr ""
2843 #: builtin/branch.c:902 builtin/branch.c:941
2844 msgid "branch name required"
2845 msgstr ""
2847 #: builtin/branch.c:917
2848 msgid "Cannot give description to detached HEAD"
2849 msgstr ""
2851 #: builtin/branch.c:922
2852 msgid "cannot edit description of more than one branch"
2853 msgstr ""
2855 #: builtin/branch.c:929
2856 #, c-format
2857 msgid "No commit on branch '%s' yet."
2858 msgstr ""
2860 #: builtin/branch.c:932
2861 #, c-format
2862 msgid "No branch named '%s'."
2863 msgstr ""
2865 #: builtin/branch.c:947
2866 msgid "too many branches for a rename operation"
2867 msgstr ""
2869 #: builtin/branch.c:952
2870 msgid "too many branches to set new upstream"
2871 msgstr ""
2873 #: builtin/branch.c:956
2874 #, c-format
2875 msgid ""
2876 "could not set upstream of HEAD to %s when it does not point to any branch."
2877 msgstr ""
2879 #: builtin/branch.c:959 builtin/branch.c:981 builtin/branch.c:1002
2880 #, c-format
2881 msgid "no such branch '%s'"
2882 msgstr ""
2884 #: builtin/branch.c:963
2885 #, c-format
2886 msgid "branch '%s' does not exist"
2887 msgstr ""
2889 #: builtin/branch.c:975
2890 msgid "too many branches to unset upstream"
2891 msgstr ""
2893 #: builtin/branch.c:979
2894 msgid "could not unset upstream of HEAD when it does not point to any branch."
2895 msgstr ""
2897 #: builtin/branch.c:985
2898 #, c-format
2899 msgid "Branch '%s' has no upstream information"
2900 msgstr ""
2902 #: builtin/branch.c:999
2903 msgid "it does not make sense to create 'HEAD' manually"
2904 msgstr ""
2906 #: builtin/branch.c:1005
2907 msgid "-a and -r options to 'git branch' do not make sense with a branch name"
2908 msgstr ""
2910 #: builtin/branch.c:1008
2911 #, c-format
2912 msgid ""
2913 "The --set-upstream flag is deprecated and will be removed. Consider using --"
2914 "track or --set-upstream-to\n"
2915 msgstr ""
2917 #: builtin/branch.c:1025
2918 #, c-format
2919 msgid ""
2920 "\n"
2921 "If you wanted to make '%s' track '%s', do this:\n"
2922 "\n"
2923 msgstr ""
2925 #: builtin/branch.c:1026
2926 #, c-format
2927 msgid "    git branch -d %s\n"
2928 msgstr ""
2930 #: builtin/branch.c:1027
2931 #, c-format
2932 msgid "    git branch --set-upstream-to %s\n"
2933 msgstr ""
2935 #: builtin/bundle.c:47
2936 #, c-format
2937 msgid "%s is okay\n"
2938 msgstr ""
2940 #: builtin/bundle.c:56
2941 msgid "Need a repository to create a bundle."
2942 msgstr ""
2944 #: builtin/bundle.c:60
2945 msgid "Need a repository to unbundle."
2946 msgstr ""
2948 #: builtin/cat-file.c:331
2949 msgid "git cat-file (-t|-s|-e|-p|<type>|--textconv) <object>"
2950 msgstr ""
2952 #: builtin/cat-file.c:332
2953 msgid "git cat-file (--batch|--batch-check) < <list_of_objects>"
2954 msgstr ""
2956 #: builtin/cat-file.c:369
2957 msgid "<type> can be one of: blob, tree, commit, tag"
2958 msgstr ""
2960 #: builtin/cat-file.c:370
2961 msgid "show object type"
2962 msgstr ""
2964 #: builtin/cat-file.c:371
2965 msgid "show object size"
2966 msgstr ""
2968 #: builtin/cat-file.c:373
2969 msgid "exit with zero when there's no error"
2970 msgstr ""
2972 #: builtin/cat-file.c:374
2973 msgid "pretty-print object's content"
2974 msgstr ""
2976 #: builtin/cat-file.c:376
2977 msgid "for blob objects, run textconv on object's content"
2978 msgstr ""
2980 #: builtin/cat-file.c:378
2981 msgid "show info and content of objects fed from the standard input"
2982 msgstr ""
2984 #: builtin/cat-file.c:381
2985 msgid "show info about objects fed from the standard input"
2986 msgstr ""
2988 #: builtin/check-attr.c:11
2989 msgid "git check-attr [-a | --all | attr...] [--] pathname..."
2990 msgstr ""
2992 #: builtin/check-attr.c:12
2993 msgid "git check-attr --stdin [-z] [-a | --all | attr...] < <list-of-paths>"
2994 msgstr ""
2996 #: builtin/check-attr.c:19
2997 msgid "report all attributes set on file"
2998 msgstr ""
3000 #: builtin/check-attr.c:20
3001 msgid "use .gitattributes only from the index"
3002 msgstr ""
3004 #: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-object.c:75
3005 msgid "read file names from stdin"
3006 msgstr ""
3008 #: builtin/check-attr.c:23 builtin/check-ignore.c:24
3009 msgid "terminate input and output records by a NUL character"
3010 msgstr ""
3012 #: builtin/check-ignore.c:18 builtin/checkout.c:1089 builtin/gc.c:271
3013 msgid "suppress progress reporting"
3014 msgstr ""
3016 #: builtin/check-ignore.c:26
3017 msgid "show non-matching input paths"
3018 msgstr ""
3020 #: builtin/check-ignore.c:28
3021 msgid "ignore index when checking"
3022 msgstr ""
3024 #: builtin/check-ignore.c:154
3025 msgid "cannot specify pathnames with --stdin"
3026 msgstr ""
3028 #: builtin/check-ignore.c:157
3029 msgid "-z only makes sense with --stdin"
3030 msgstr ""
3032 #: builtin/check-ignore.c:159
3033 msgid "no path specified"
3034 msgstr ""
3036 #: builtin/check-ignore.c:163
3037 msgid "--quiet is only valid with a single pathname"
3038 msgstr ""
3040 #: builtin/check-ignore.c:165
3041 msgid "cannot have both --quiet and --verbose"
3042 msgstr ""
3044 #: builtin/check-ignore.c:168
3045 msgid "--non-matching is only valid with --verbose"
3046 msgstr ""
3048 #: builtin/check-mailmap.c:8
3049 msgid "git check-mailmap [options] <contact>..."
3050 msgstr ""
3052 #: builtin/check-mailmap.c:13
3053 msgid "also read contacts from stdin"
3054 msgstr ""
3056 #: builtin/check-mailmap.c:24
3057 #, c-format
3058 msgid "unable to parse contact: %s"
3059 msgstr ""
3061 #: builtin/check-mailmap.c:47
3062 msgid "no contacts specified"
3063 msgstr ""
3065 #: builtin/checkout-index.c:126
3066 msgid "git checkout-index [options] [--] [<file>...]"
3067 msgstr ""
3069 #: builtin/checkout-index.c:187
3070 msgid "check out all files in the index"
3071 msgstr ""
3073 #: builtin/checkout-index.c:188
3074 msgid "force overwrite of existing files"
3075 msgstr ""
3077 #: builtin/checkout-index.c:190
3078 msgid "no warning for existing files and files not in index"
3079 msgstr ""
3081 #: builtin/checkout-index.c:192
3082 msgid "don't checkout new files"
3083 msgstr ""
3085 #: builtin/checkout-index.c:194
3086 msgid "update stat information in the index file"
3087 msgstr ""
3089 #: builtin/checkout-index.c:200
3090 msgid "read list of paths from the standard input"
3091 msgstr ""
3093 #: builtin/checkout-index.c:202
3094 msgid "write the content to temporary files"
3095 msgstr ""
3097 #: builtin/checkout-index.c:203 builtin/column.c:30
3098 msgid "string"
3099 msgstr ""
3101 #: builtin/checkout-index.c:204
3102 msgid "when creating files, prepend <string>"
3103 msgstr ""
3105 #: builtin/checkout-index.c:207
3106 msgid "copy out the files from named stage"
3107 msgstr ""
3109 #: builtin/checkout.c:25
3110 msgid "git checkout [options] <branch>"
3111 msgstr ""
3113 #: builtin/checkout.c:26
3114 msgid "git checkout [options] [<branch>] -- <file>..."
3115 msgstr ""
3117 #: builtin/checkout.c:114 builtin/checkout.c:147
3118 #, c-format
3119 msgid "path '%s' does not have our version"
3120 msgstr ""
3122 #: builtin/checkout.c:116 builtin/checkout.c:149
3123 #, c-format
3124 msgid "path '%s' does not have their version"
3125 msgstr ""
3127 #: builtin/checkout.c:132
3128 #, c-format
3129 msgid "path '%s' does not have all necessary versions"
3130 msgstr ""
3132 #: builtin/checkout.c:176
3133 #, c-format
3134 msgid "path '%s' does not have necessary versions"
3135 msgstr ""
3137 #: builtin/checkout.c:193
3138 #, c-format
3139 msgid "path '%s': cannot merge"
3140 msgstr ""
3142 #: builtin/checkout.c:210
3143 #, c-format
3144 msgid "Unable to add merge result for '%s'"
3145 msgstr ""
3147 #: builtin/checkout.c:232 builtin/checkout.c:235 builtin/checkout.c:238
3148 #: builtin/checkout.c:241
3149 #, c-format
3150 msgid "'%s' cannot be used with updating paths"
3151 msgstr ""
3153 #: builtin/checkout.c:244 builtin/checkout.c:247
3154 #, c-format
3155 msgid "'%s' cannot be used with %s"
3156 msgstr ""
3158 #: builtin/checkout.c:250
3159 #, c-format
3160 msgid "Cannot update paths and switch to branch '%s' at the same time."
3161 msgstr ""
3163 #: builtin/checkout.c:261 builtin/checkout.c:450
3164 msgid "corrupt index file"
3165 msgstr ""
3167 #: builtin/checkout.c:321 builtin/checkout.c:328
3168 #, c-format
3169 msgid "path '%s' is unmerged"
3170 msgstr ""
3172 #: builtin/checkout.c:472
3173 msgid "you need to resolve your current index first"
3174 msgstr ""
3176 #: builtin/checkout.c:593
3177 #, c-format
3178 msgid "Can not do reflog for '%s'\n"
3179 msgstr ""
3181 #: builtin/checkout.c:631
3182 msgid "HEAD is now at"
3183 msgstr ""
3185 #: builtin/checkout.c:638
3186 #, c-format
3187 msgid "Reset branch '%s'\n"
3188 msgstr ""
3190 #: builtin/checkout.c:641
3191 #, c-format
3192 msgid "Already on '%s'\n"
3193 msgstr ""
3195 #: builtin/checkout.c:645
3196 #, c-format
3197 msgid "Switched to and reset branch '%s'\n"
3198 msgstr ""
3200 #: builtin/checkout.c:647 builtin/checkout.c:1032
3201 #, c-format
3202 msgid "Switched to a new branch '%s'\n"
3203 msgstr ""
3205 #: builtin/checkout.c:649
3206 #, c-format
3207 msgid "Switched to branch '%s'\n"
3208 msgstr ""
3210 #: builtin/checkout.c:705
3211 #, c-format
3212 msgid " ... and %d more.\n"
3213 msgstr ""
3215 #: builtin/checkout.c:711
3216 #, c-format
3217 msgid ""
3218 "Warning: you are leaving %d commit behind, not connected to\n"
3219 "any of your branches:\n"
3220 "\n"
3221 "%s\n"
3222 msgid_plural ""
3223 "Warning: you are leaving %d commits behind, not connected to\n"
3224 "any of your branches:\n"
3225 "\n"
3226 "%s\n"
3227 msgstr[0] ""
3228 msgstr[1] ""
3230 #: builtin/checkout.c:729
3231 #, c-format
3232 msgid ""
3233 "If you want to keep them by creating a new branch, this may be a good time\n"
3234 "to do so with:\n"
3235 "\n"
3236 " git branch new_branch_name %s\n"
3237 "\n"
3238 msgstr ""
3240 #: builtin/checkout.c:759
3241 msgid "internal error in revision walk"
3242 msgstr ""
3244 #: builtin/checkout.c:763
3245 msgid "Previous HEAD position was"
3246 msgstr ""
3248 #: builtin/checkout.c:790 builtin/checkout.c:1027
3249 msgid "You are on a branch yet to be born"
3250 msgstr ""
3252 #: builtin/checkout.c:934
3253 #, c-format
3254 msgid "only one reference expected, %d given."
3255 msgstr ""
3257 #: builtin/checkout.c:973
3258 #, c-format
3259 msgid "invalid reference: %s"
3260 msgstr ""
3262 #: builtin/checkout.c:1002
3263 #, c-format
3264 msgid "reference is not a tree: %s"
3265 msgstr ""
3267 #: builtin/checkout.c:1041
3268 msgid "paths cannot be used with switching branches"
3269 msgstr ""
3271 #: builtin/checkout.c:1044 builtin/checkout.c:1048
3272 #, c-format
3273 msgid "'%s' cannot be used with switching branches"
3274 msgstr ""
3276 #: builtin/checkout.c:1052 builtin/checkout.c:1055 builtin/checkout.c:1060
3277 #: builtin/checkout.c:1063
3278 #, c-format
3279 msgid "'%s' cannot be used with '%s'"
3280 msgstr ""
3282 #: builtin/checkout.c:1068
3283 #, c-format
3284 msgid "Cannot switch branch to a non-commit '%s'"
3285 msgstr ""
3287 #: builtin/checkout.c:1090 builtin/checkout.c:1092 builtin/clone.c:88
3288 #: builtin/remote.c:159 builtin/remote.c:161
3289 msgid "branch"
3290 msgstr ""
3292 #: builtin/checkout.c:1091
3293 msgid "create and checkout a new branch"
3294 msgstr ""
3296 #: builtin/checkout.c:1093
3297 msgid "create/reset and checkout a branch"
3298 msgstr ""
3300 #: builtin/checkout.c:1094
3301 msgid "create reflog for new branch"
3302 msgstr ""
3304 #: builtin/checkout.c:1095
3305 msgid "detach the HEAD at named commit"
3306 msgstr ""
3308 #: builtin/checkout.c:1096
3309 msgid "set upstream info for new branch"
3310 msgstr ""
3312 #: builtin/checkout.c:1098
3313 msgid "new-branch"
3314 msgstr ""
3316 #: builtin/checkout.c:1098
3317 msgid "new unparented branch"
3318 msgstr ""
3320 #: builtin/checkout.c:1099
3321 msgid "checkout our version for unmerged files"
3322 msgstr ""
3324 #: builtin/checkout.c:1101
3325 msgid "checkout their version for unmerged files"
3326 msgstr ""
3328 #: builtin/checkout.c:1103
3329 msgid "force checkout (throw away local modifications)"
3330 msgstr ""
3332 #: builtin/checkout.c:1104
3333 msgid "perform a 3-way merge with the new branch"
3334 msgstr ""
3336 #: builtin/checkout.c:1105 builtin/merge.c:225
3337 msgid "update ignored files (default)"
3338 msgstr ""
3340 #: builtin/checkout.c:1106 builtin/log.c:1228 parse-options.h:245
3341 msgid "style"
3342 msgstr ""
3344 #: builtin/checkout.c:1107
3345 msgid "conflict style (merge or diff3)"
3346 msgstr ""
3348 #: builtin/checkout.c:1110
3349 msgid "do not limit pathspecs to sparse entries only"
3350 msgstr ""
3352 #: builtin/checkout.c:1112
3353 msgid "second guess 'git checkout no-such-branch'"
3354 msgstr ""
3356 #: builtin/checkout.c:1135
3357 msgid "-b, -B and --orphan are mutually exclusive"
3358 msgstr ""
3360 #: builtin/checkout.c:1152
3361 msgid "--track needs a branch name"
3362 msgstr ""
3364 #: builtin/checkout.c:1159
3365 msgid "Missing branch name; try -b"
3366 msgstr ""
3368 #: builtin/checkout.c:1196
3369 msgid "invalid path specification"
3370 msgstr ""
3372 #: builtin/checkout.c:1203
3373 #, c-format
3374 msgid ""
3375 "Cannot update paths and switch to branch '%s' at the same time.\n"
3376 "Did you intend to checkout '%s' which can not be resolved as commit?"
3377 msgstr ""
3379 #: builtin/checkout.c:1208
3380 #, c-format
3381 msgid "git checkout: --detach does not take a path argument '%s'"
3382 msgstr ""
3384 #: builtin/checkout.c:1212
3385 msgid ""
3386 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
3387 "checking out of the index."
3388 msgstr ""
3390 #: builtin/clean.c:26
3391 msgid ""
3392 "git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
3393 msgstr ""
3395 #: builtin/clean.c:30
3396 #, c-format
3397 msgid "Removing %s\n"
3398 msgstr ""
3400 #: builtin/clean.c:31
3401 #, c-format
3402 msgid "Would remove %s\n"
3403 msgstr ""
3405 #: builtin/clean.c:32
3406 #, c-format
3407 msgid "Skipping repository %s\n"
3408 msgstr ""
3410 #: builtin/clean.c:33
3411 #, c-format
3412 msgid "Would skip repository %s\n"
3413 msgstr ""
3415 #: builtin/clean.c:34
3416 #, c-format
3417 msgid "failed to remove %s"
3418 msgstr ""
3420 #: builtin/clean.c:295
3421 msgid ""
3422 "Prompt help:\n"
3423 "1          - select a numbered item\n"
3424 "foo        - select item based on unique prefix\n"
3425 "           - (empty) select nothing"
3426 msgstr ""
3428 #: builtin/clean.c:299
3429 msgid ""
3430 "Prompt help:\n"
3431 "1          - select a single item\n"
3432 "3-5        - select a range of items\n"
3433 "2-3,6-9    - select multiple ranges\n"
3434 "foo        - select item based on unique prefix\n"
3435 "-...       - unselect specified items\n"
3436 "*          - choose all items\n"
3437 "           - (empty) finish selecting"
3438 msgstr ""
3440 #: builtin/clean.c:517
3441 #, c-format
3442 msgid "Huh (%s)?"
3443 msgstr ""
3445 #: builtin/clean.c:660
3446 #, c-format
3447 msgid "Input ignore patterns>> "
3448 msgstr ""
3450 #: builtin/clean.c:697
3451 #, c-format
3452 msgid "WARNING: Cannot find items matched by: %s"
3453 msgstr ""
3455 #: builtin/clean.c:718
3456 msgid "Select items to delete"
3457 msgstr ""
3459 #: builtin/clean.c:758
3460 #, c-format
3461 msgid "remove %s? "
3462 msgstr ""
3464 #: builtin/clean.c:783
3465 msgid "Bye."
3466 msgstr ""
3468 #: builtin/clean.c:791
3469 msgid ""
3470 "clean               - start cleaning\n"
3471 "filter by pattern   - exclude items from deletion\n"
3472 "select by numbers   - select items to be deleted by numbers\n"
3473 "ask each            - confirm each deletion (like \"rm -i\")\n"
3474 "quit                - stop cleaning\n"
3475 "help                - this screen\n"
3476 "?                   - help for prompt selection"
3477 msgstr ""
3479 #: builtin/clean.c:818
3480 msgid "*** Commands ***"
3481 msgstr ""
3483 #: builtin/clean.c:819
3484 msgid "What now"
3485 msgstr ""
3487 #: builtin/clean.c:827
3488 msgid "Would remove the following item:"
3489 msgid_plural "Would remove the following items:"
3490 msgstr[0] ""
3491 msgstr[1] ""
3493 #: builtin/clean.c:844
3494 msgid "No more files to clean, exiting."
3495 msgstr ""
3497 #: builtin/clean.c:875
3498 msgid "do not print names of files removed"
3499 msgstr ""
3501 #: builtin/clean.c:877
3502 msgid "force"
3503 msgstr ""
3505 #: builtin/clean.c:878
3506 msgid "interactive cleaning"
3507 msgstr ""
3509 #: builtin/clean.c:880
3510 msgid "remove whole directories"
3511 msgstr ""
3513 #: builtin/clean.c:881 builtin/describe.c:415 builtin/grep.c:716
3514 #: builtin/ls-files.c:486 builtin/name-rev.c:314 builtin/show-ref.c:185
3515 msgid "pattern"
3516 msgstr ""
3518 #: builtin/clean.c:882
3519 msgid "add <pattern> to ignore rules"
3520 msgstr ""
3522 #: builtin/clean.c:883
3523 msgid "remove ignored files, too"
3524 msgstr ""
3526 #: builtin/clean.c:885
3527 msgid "remove only ignored files"
3528 msgstr ""
3530 #: builtin/clean.c:903
3531 msgid "-x and -X cannot be used together"
3532 msgstr ""
3534 #: builtin/clean.c:907
3535 msgid ""
3536 "clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
3537 "clean"
3538 msgstr ""
3540 #: builtin/clean.c:910
3541 msgid ""
3542 "clean.requireForce defaults to true and neither -i, -n, nor -f given; "
3543 "refusing to clean"
3544 msgstr ""
3546 #: builtin/clone.c:36
3547 msgid "git clone [options] [--] <repo> [<dir>]"
3548 msgstr ""
3550 #: builtin/clone.c:64 builtin/fetch.c:97 builtin/merge.c:222
3551 #: builtin/push.c:504
3552 msgid "force progress reporting"
3553 msgstr ""
3555 #: builtin/clone.c:66
3556 msgid "don't create a checkout"
3557 msgstr ""
3559 #: builtin/clone.c:67 builtin/clone.c:69 builtin/init-db.c:486
3560 msgid "create a bare repository"
3561 msgstr ""
3563 #: builtin/clone.c:71
3564 msgid "create a mirror repository (implies bare)"
3565 msgstr ""
3567 #: builtin/clone.c:73
3568 msgid "to clone from a local repository"
3569 msgstr ""
3571 #: builtin/clone.c:75
3572 msgid "don't use local hardlinks, always copy"
3573 msgstr ""
3575 #: builtin/clone.c:77
3576 msgid "setup as shared repository"
3577 msgstr ""
3579 #: builtin/clone.c:79 builtin/clone.c:81
3580 msgid "initialize submodules in the clone"
3581 msgstr ""
3583 #: builtin/clone.c:82 builtin/init-db.c:483
3584 msgid "template-directory"
3585 msgstr ""
3587 #: builtin/clone.c:83 builtin/init-db.c:484
3588 msgid "directory from which templates will be used"
3589 msgstr ""
3591 #: builtin/clone.c:85
3592 msgid "reference repository"
3593 msgstr ""
3595 #: builtin/clone.c:86 builtin/column.c:26 builtin/merge-file.c:44
3596 msgid "name"
3597 msgstr ""
3599 #: builtin/clone.c:87
3600 msgid "use <name> instead of 'origin' to track upstream"
3601 msgstr ""
3603 #: builtin/clone.c:89
3604 msgid "checkout <branch> instead of the remote's HEAD"
3605 msgstr ""
3607 #: builtin/clone.c:91
3608 msgid "path to git-upload-pack on the remote"
3609 msgstr ""
3611 #: builtin/clone.c:92 builtin/fetch.c:98 builtin/grep.c:661
3612 msgid "depth"
3613 msgstr ""
3615 #: builtin/clone.c:93
3616 msgid "create a shallow clone of that depth"
3617 msgstr ""
3619 #: builtin/clone.c:95
3620 msgid "clone only one branch, HEAD or --branch"
3621 msgstr ""
3623 #: builtin/clone.c:96 builtin/init-db.c:492
3624 msgid "gitdir"
3625 msgstr ""
3627 #: builtin/clone.c:97 builtin/init-db.c:493
3628 msgid "separate git dir from working tree"
3629 msgstr ""
3631 #: builtin/clone.c:98
3632 msgid "key=value"
3633 msgstr ""
3635 #: builtin/clone.c:99
3636 msgid "set config inside the new repository"
3637 msgstr ""
3639 #: builtin/clone.c:252
3640 #, c-format
3641 msgid "reference repository '%s' is not a local repository."
3642 msgstr ""
3644 #: builtin/clone.c:256
3645 #, c-format
3646 msgid "reference repository '%s' is shallow"
3647 msgstr ""
3649 #: builtin/clone.c:259
3650 #, c-format
3651 msgid "reference repository '%s' is grafted"
3652 msgstr ""
3654 #: builtin/clone.c:321
3655 #, c-format
3656 msgid "failed to create directory '%s'"
3657 msgstr ""
3659 #: builtin/clone.c:323 builtin/diff.c:83
3660 #, c-format
3661 msgid "failed to stat '%s'"
3662 msgstr ""
3664 #: builtin/clone.c:325
3665 #, c-format
3666 msgid "%s exists and is not a directory"
3667 msgstr ""
3669 #: builtin/clone.c:339
3670 #, c-format
3671 msgid "failed to stat %s\n"
3672 msgstr ""
3674 #: builtin/clone.c:361
3675 #, c-format
3676 msgid "failed to create link '%s'"
3677 msgstr ""
3679 #: builtin/clone.c:365
3680 #, c-format
3681 msgid "failed to copy file to '%s'"
3682 msgstr ""
3684 #: builtin/clone.c:388 builtin/clone.c:565
3685 #, c-format
3686 msgid "done.\n"
3687 msgstr ""
3689 #: builtin/clone.c:401
3690 msgid ""
3691 "Clone succeeded, but checkout failed.\n"
3692 "You can inspect what was checked out with 'git status'\n"
3693 "and retry the checkout with 'git checkout -f HEAD'\n"
3694 msgstr ""
3696 #: builtin/clone.c:480
3697 #, c-format
3698 msgid "Could not find remote branch %s to clone."
3699 msgstr ""
3701 #: builtin/clone.c:560
3702 #, c-format
3703 msgid "Checking connectivity... "
3704 msgstr ""
3706 #: builtin/clone.c:563
3707 msgid "remote did not send all necessary objects"
3708 msgstr ""
3710 #: builtin/clone.c:626
3711 msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
3712 msgstr ""
3714 #: builtin/clone.c:657
3715 msgid "unable to checkout working tree"
3716 msgstr ""
3718 #: builtin/clone.c:765
3719 msgid "Too many arguments."
3720 msgstr ""
3722 #: builtin/clone.c:769
3723 msgid "You must specify a repository to clone."
3724 msgstr ""
3726 #: builtin/clone.c:780
3727 #, c-format
3728 msgid "--bare and --origin %s options are incompatible."
3729 msgstr ""
3731 #: builtin/clone.c:783
3732 msgid "--bare and --separate-git-dir are incompatible."
3733 msgstr ""
3735 #: builtin/clone.c:796
3736 #, c-format
3737 msgid "repository '%s' does not exist"
3738 msgstr ""
3740 #: builtin/clone.c:802
3741 msgid "--depth is ignored in local clones; use file:// instead."
3742 msgstr ""
3744 #: builtin/clone.c:805
3745 msgid "source repository is shallow, ignoring --local"
3746 msgstr ""
3748 #: builtin/clone.c:810
3749 msgid "--local is ignored"
3750 msgstr ""
3752 #: builtin/clone.c:814 builtin/fetch.c:1119
3753 #, c-format
3754 msgid "depth %s is not a positive number"
3755 msgstr ""
3757 #: builtin/clone.c:824
3758 #, c-format
3759 msgid "destination path '%s' already exists and is not an empty directory."
3760 msgstr ""
3762 #: builtin/clone.c:834
3763 #, c-format
3764 msgid "working tree '%s' already exists."
3765 msgstr ""
3767 #: builtin/clone.c:847 builtin/clone.c:859
3768 #, c-format
3769 msgid "could not create leading directories of '%s'"
3770 msgstr ""
3772 #: builtin/clone.c:850
3773 #, c-format
3774 msgid "could not create work tree dir '%s'."
3775 msgstr ""
3777 #: builtin/clone.c:869
3778 #, c-format
3779 msgid "Cloning into bare repository '%s'...\n"
3780 msgstr ""
3782 #: builtin/clone.c:871
3783 #, c-format
3784 msgid "Cloning into '%s'...\n"
3785 msgstr ""
3787 #: builtin/clone.c:906
3788 #, c-format
3789 msgid "Don't know how to clone %s"
3790 msgstr ""
3792 #: builtin/clone.c:957 builtin/clone.c:965
3793 #, c-format
3794 msgid "Remote branch %s not found in upstream %s"
3795 msgstr ""
3797 #: builtin/clone.c:968
3798 msgid "You appear to have cloned an empty repository."
3799 msgstr ""
3801 #: builtin/column.c:9
3802 msgid "git column [options]"
3803 msgstr ""
3805 #: builtin/column.c:26
3806 msgid "lookup config vars"
3807 msgstr ""
3809 #: builtin/column.c:27 builtin/column.c:28
3810 msgid "layout to use"
3811 msgstr ""
3813 #: builtin/column.c:29
3814 msgid "Maximum width"
3815 msgstr ""
3817 #: builtin/column.c:30
3818 msgid "Padding space on left border"
3819 msgstr ""
3821 #: builtin/column.c:31
3822 msgid "Padding space on right border"
3823 msgstr ""
3825 #: builtin/column.c:32
3826 msgid "Padding space between columns"
3827 msgstr ""
3829 #: builtin/column.c:51
3830 msgid "--command must be the first argument"
3831 msgstr ""
3833 #: builtin/commit.c:36
3834 msgid "git commit [options] [--] <pathspec>..."
3835 msgstr ""
3837 #: builtin/commit.c:41
3838 msgid "git status [options] [--] <pathspec>..."
3839 msgstr ""
3841 #: builtin/commit.c:46
3842 msgid ""
3843 "Your name and email address were configured automatically based\n"
3844 "on your username and hostname. Please check that they are accurate.\n"
3845 "You can suppress this message by setting them explicitly:\n"
3846 "\n"
3847 "    git config --global user.name \"Your Name\"\n"
3848 "    git config --global user.email you@example.com\n"
3849 "\n"
3850 "After doing this, you may fix the identity used for this commit with:\n"
3851 "\n"
3852 "    git commit --amend --reset-author\n"
3853 msgstr ""
3855 #: builtin/commit.c:58
3856 msgid ""
3857 "You asked to amend the most recent commit, but doing so would make\n"
3858 "it empty. You can repeat your command with --allow-empty, or you can\n"
3859 "remove the commit entirely with \"git reset HEAD^\".\n"
3860 msgstr ""
3862 #: builtin/commit.c:63
3863 msgid ""
3864 "The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
3865 "If you wish to commit it anyway, use:\n"
3866 "\n"
3867 "    git commit --allow-empty\n"
3868 "\n"
3869 msgstr ""
3871 #: builtin/commit.c:70
3872 msgid "Otherwise, please use 'git reset'\n"
3873 msgstr ""
3875 #: builtin/commit.c:73
3876 msgid ""
3877 "If you wish to skip this commit, use:\n"
3878 "\n"
3879 "    git reset\n"
3880 "\n"
3881 "Then \"git cherry-pick --continue\" will resume cherry-picking\n"
3882 "the remaining commits.\n"
3883 msgstr ""
3885 #: builtin/commit.c:288
3886 msgid "failed to unpack HEAD tree object"
3887 msgstr ""
3889 #: builtin/commit.c:330
3890 msgid "unable to create temporary index"
3891 msgstr ""
3893 #: builtin/commit.c:336
3894 msgid "interactive add failed"
3895 msgstr ""
3897 #: builtin/commit.c:369 builtin/commit.c:390 builtin/commit.c:440
3898 msgid "unable to write new_index file"
3899 msgstr ""
3901 #: builtin/commit.c:421
3902 msgid "cannot do a partial commit during a merge."
3903 msgstr ""
3905 #: builtin/commit.c:423
3906 msgid "cannot do a partial commit during a cherry-pick."
3907 msgstr ""
3909 #: builtin/commit.c:433
3910 msgid "cannot read the index"
3911 msgstr ""
3913 #: builtin/commit.c:453
3914 msgid "unable to write temporary index file"
3915 msgstr ""
3917 #: builtin/commit.c:544 builtin/commit.c:550
3918 #, c-format
3919 msgid "invalid commit: %s"
3920 msgstr ""
3922 #: builtin/commit.c:572
3923 msgid "malformed --author parameter"
3924 msgstr ""
3926 #: builtin/commit.c:592
3927 #, c-format
3928 msgid "Malformed ident string: '%s'"
3929 msgstr ""
3931 #: builtin/commit.c:629 builtin/commit.c:663 builtin/commit.c:1014
3932 #, c-format
3933 msgid "could not lookup commit %s"
3934 msgstr ""
3936 #: builtin/commit.c:641 builtin/shortlog.c:273
3937 #, c-format
3938 msgid "(reading log message from standard input)\n"
3939 msgstr ""
3941 #: builtin/commit.c:643
3942 msgid "could not read log from standard input"
3943 msgstr ""
3945 #: builtin/commit.c:647
3946 #, c-format
3947 msgid "could not read log file '%s'"
3948 msgstr ""
3950 #: builtin/commit.c:654
3951 msgid "commit has empty message"
3952 msgstr ""
3954 #: builtin/commit.c:670
3955 msgid "could not read MERGE_MSG"
3956 msgstr ""
3958 #: builtin/commit.c:674
3959 msgid "could not read SQUASH_MSG"
3960 msgstr ""
3962 #: builtin/commit.c:678
3963 #, c-format
3964 msgid "could not read '%s'"
3965 msgstr ""
3967 #: builtin/commit.c:749
3968 msgid "could not write commit template"
3969 msgstr ""
3971 #: builtin/commit.c:764
3972 #, c-format
3973 msgid ""
3974 "\n"
3975 "It looks like you may be committing a merge.\n"
3976 "If this is not correct, please remove the file\n"
3977 "\t%s\n"
3978 "and try again.\n"
3979 msgstr ""
3981 #: builtin/commit.c:769
3982 #, c-format
3983 msgid ""
3984 "\n"
3985 "It looks like you may be committing a cherry-pick.\n"
3986 "If this is not correct, please remove the file\n"
3987 "\t%s\n"
3988 "and try again.\n"
3989 msgstr ""
3991 #: builtin/commit.c:782
3992 #, c-format
3993 msgid ""
3994 "Please enter the commit message for your changes. Lines starting\n"
3995 "with '%c' will be ignored, and an empty message aborts the commit.\n"
3996 msgstr ""
3998 #: builtin/commit.c:789
3999 #, c-format
4000 msgid ""
4001 "Please enter the commit message for your changes. Lines starting\n"
4002 "with '%c' will be kept; you may remove them yourself if you want to.\n"
4003 "An empty message aborts the commit.\n"
4004 msgstr ""
4006 #: builtin/commit.c:802
4007 #, c-format
4008 msgid "%sAuthor:    %s"
4009 msgstr ""
4011 #: builtin/commit.c:809
4012 #, c-format
4013 msgid "%sCommitter: %s"
4014 msgstr ""
4016 #: builtin/commit.c:829
4017 msgid "Cannot read index"
4018 msgstr ""
4020 #: builtin/commit.c:872
4021 msgid "Error building trees"
4022 msgstr ""
4024 #: builtin/commit.c:887 builtin/tag.c:391
4025 #, c-format
4026 msgid "Please supply the message using either -m or -F option.\n"
4027 msgstr ""
4029 #: builtin/commit.c:989
4030 #, c-format
4031 msgid "No existing author found with '%s'"
4032 msgstr ""
4034 #: builtin/commit.c:1004 builtin/commit.c:1244
4035 #, c-format
4036 msgid "Invalid untracked files mode '%s'"
4037 msgstr ""
4039 #: builtin/commit.c:1041
4040 msgid "--long and -z are incompatible"
4041 msgstr ""
4043 #: builtin/commit.c:1071
4044 msgid "Using both --reset-author and --author does not make sense"
4045 msgstr ""
4047 #: builtin/commit.c:1080
4048 msgid "You have nothing to amend."
4049 msgstr ""
4051 #: builtin/commit.c:1083
4052 msgid "You are in the middle of a merge -- cannot amend."
4053 msgstr ""
4055 #: builtin/commit.c:1085
4056 msgid "You are in the middle of a cherry-pick -- cannot amend."
4057 msgstr ""
4059 #: builtin/commit.c:1088
4060 msgid "Options --squash and --fixup cannot be used together"
4061 msgstr ""
4063 #: builtin/commit.c:1098
4064 msgid "Only one of -c/-C/-F/--fixup can be used."
4065 msgstr ""
4067 #: builtin/commit.c:1100
4068 msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
4069 msgstr ""
4071 #: builtin/commit.c:1108
4072 msgid "--reset-author can be used only with -C, -c or --amend."
4073 msgstr ""
4075 #: builtin/commit.c:1125
4076 msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
4077 msgstr ""
4079 #: builtin/commit.c:1127
4080 msgid "No paths with --include/--only does not make sense."
4081 msgstr ""
4083 #: builtin/commit.c:1129
4084 msgid "Clever... amending the last one with dirty index."
4085 msgstr ""
4087 #: builtin/commit.c:1131
4088 msgid "Explicit paths specified without -i or -o; assuming --only paths..."
4089 msgstr ""
4091 #: builtin/commit.c:1143 builtin/tag.c:639
4092 #, c-format
4093 msgid "Invalid cleanup mode %s"
4094 msgstr ""
4096 #: builtin/commit.c:1148
4097 msgid "Paths with -a does not make sense."
4098 msgstr ""
4100 #: builtin/commit.c:1258 builtin/commit.c:1516
4101 msgid "show status concisely"
4102 msgstr ""
4104 #: builtin/commit.c:1260 builtin/commit.c:1518
4105 msgid "show branch information"
4106 msgstr ""
4108 #: builtin/commit.c:1262 builtin/commit.c:1520 builtin/push.c:490
4109 msgid "machine-readable output"
4110 msgstr ""
4112 #: builtin/commit.c:1265 builtin/commit.c:1522
4113 msgid "show status in long format (default)"
4114 msgstr ""
4116 #: builtin/commit.c:1268 builtin/commit.c:1525
4117 msgid "terminate entries with NUL"
4118 msgstr ""
4120 #: builtin/commit.c:1270 builtin/commit.c:1528 builtin/fast-export.c:674
4121 #: builtin/fast-export.c:677 builtin/tag.c:514
4122 msgid "mode"
4123 msgstr ""
4125 #: builtin/commit.c:1271 builtin/commit.c:1528
4126 msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
4127 msgstr ""
4129 #: builtin/commit.c:1274
4130 msgid "show ignored files"
4131 msgstr ""
4133 #: builtin/commit.c:1275 parse-options.h:153
4134 msgid "when"
4135 msgstr ""
4137 #: builtin/commit.c:1276
4138 msgid ""
4139 "ignore changes to submodules, optional when: all, dirty, untracked. "
4140 "(Default: all)"
4141 msgstr ""
4143 #: builtin/commit.c:1278
4144 msgid "list untracked files in columns"
4145 msgstr ""
4147 #: builtin/commit.c:1347
4148 msgid "couldn't look up newly created commit"
4149 msgstr ""
4151 #: builtin/commit.c:1349
4152 msgid "could not parse newly created commit"
4153 msgstr ""
4155 #: builtin/commit.c:1390
4156 msgid "detached HEAD"
4157 msgstr ""
4159 #: builtin/commit.c:1392
4160 msgid " (root-commit)"
4161 msgstr ""
4163 #: builtin/commit.c:1486
4164 msgid "suppress summary after successful commit"
4165 msgstr ""
4167 #: builtin/commit.c:1487
4168 msgid "show diff in commit message template"
4169 msgstr ""
4171 #: builtin/commit.c:1489
4172 msgid "Commit message options"
4173 msgstr ""
4175 #: builtin/commit.c:1490 builtin/tag.c:512
4176 msgid "read message from file"
4177 msgstr ""
4179 #: builtin/commit.c:1491
4180 msgid "author"
4181 msgstr ""
4183 #: builtin/commit.c:1491
4184 msgid "override author for commit"
4185 msgstr ""
4187 #: builtin/commit.c:1492 builtin/gc.c:272
4188 msgid "date"
4189 msgstr ""
4191 #: builtin/commit.c:1492
4192 msgid "override date for commit"
4193 msgstr ""
4195 #: builtin/commit.c:1493 builtin/merge.c:216 builtin/notes.c:409
4196 #: builtin/notes.c:566 builtin/tag.c:510
4197 msgid "message"
4198 msgstr ""
4200 #: builtin/commit.c:1493
4201 msgid "commit message"
4202 msgstr ""
4204 #: builtin/commit.c:1494
4205 msgid "reuse and edit message from specified commit"
4206 msgstr ""
4208 #: builtin/commit.c:1495
4209 msgid "reuse message from specified commit"
4210 msgstr ""
4212 #: builtin/commit.c:1496
4213 msgid "use autosquash formatted message to fixup specified commit"
4214 msgstr ""
4216 #: builtin/commit.c:1497
4217 msgid "use autosquash formatted message to squash specified commit"
4218 msgstr ""
4220 #: builtin/commit.c:1498
4221 msgid "the commit is authored by me now (used with -C/-c/--amend)"
4222 msgstr ""
4224 #: builtin/commit.c:1499 builtin/log.c:1180 builtin/revert.c:86
4225 msgid "add Signed-off-by:"
4226 msgstr ""
4228 #: builtin/commit.c:1500
4229 msgid "use specified template file"
4230 msgstr ""
4232 #: builtin/commit.c:1501
4233 msgid "force edit of commit"
4234 msgstr ""
4236 #: builtin/commit.c:1502
4237 msgid "default"
4238 msgstr ""
4240 #: builtin/commit.c:1502 builtin/tag.c:515
4241 msgid "how to strip spaces and #comments from message"
4242 msgstr ""
4244 #: builtin/commit.c:1503
4245 msgid "include status in commit message template"
4246 msgstr ""
4248 #: builtin/commit.c:1504 builtin/merge.c:223 builtin/revert.c:92
4249 #: builtin/tag.c:516
4250 msgid "key-id"
4251 msgstr ""
4253 #: builtin/commit.c:1505 builtin/merge.c:224 builtin/revert.c:93
4254 msgid "GPG sign commit"
4255 msgstr ""
4257 #: builtin/commit.c:1508
4258 msgid "Commit contents options"
4259 msgstr ""
4261 #: builtin/commit.c:1509
4262 msgid "commit all changed files"
4263 msgstr ""
4265 #: builtin/commit.c:1510
4266 msgid "add specified files to index for commit"
4267 msgstr ""
4269 #: builtin/commit.c:1511
4270 msgid "interactively add files"
4271 msgstr ""
4273 #: builtin/commit.c:1512
4274 msgid "interactively add changes"
4275 msgstr ""
4277 #: builtin/commit.c:1513
4278 msgid "commit only specified files"
4279 msgstr ""
4281 #: builtin/commit.c:1514
4282 msgid "bypass pre-commit hook"
4283 msgstr ""
4285 #: builtin/commit.c:1515
4286 msgid "show what would be committed"
4287 msgstr ""
4289 #: builtin/commit.c:1526
4290 msgid "amend previous commit"
4291 msgstr ""
4293 #: builtin/commit.c:1527
4294 msgid "bypass post-rewrite hook"
4295 msgstr ""
4297 #: builtin/commit.c:1532
4298 msgid "ok to record an empty change"
4299 msgstr ""
4301 #: builtin/commit.c:1534
4302 msgid "ok to record a change with an empty message"
4303 msgstr ""
4305 #: builtin/commit.c:1562
4306 msgid "could not parse HEAD commit"
4307 msgstr ""
4309 #: builtin/commit.c:1601 builtin/merge.c:518
4310 #, c-format
4311 msgid "could not open '%s' for reading"
4312 msgstr ""
4314 #: builtin/commit.c:1608
4315 #, c-format
4316 msgid "Corrupt MERGE_HEAD file (%s)"
4317 msgstr ""
4319 #: builtin/commit.c:1615
4320 msgid "could not read MERGE_MODE"
4321 msgstr ""
4323 #: builtin/commit.c:1634
4324 #, c-format
4325 msgid "could not read commit message: %s"
4326 msgstr ""
4328 #: builtin/commit.c:1645
4329 #, c-format
4330 msgid "Aborting commit; you did not edit the message.\n"
4331 msgstr ""
4333 #: builtin/commit.c:1650
4334 #, c-format
4335 msgid "Aborting commit due to empty commit message.\n"
4336 msgstr ""
4338 #: builtin/commit.c:1665 builtin/merge.c:857 builtin/merge.c:882
4339 msgid "failed to write commit object"
4340 msgstr ""
4342 #: builtin/commit.c:1686
4343 msgid "cannot lock HEAD ref"
4344 msgstr ""
4346 #: builtin/commit.c:1690
4347 msgid "cannot update HEAD ref"
4348 msgstr ""
4350 #: builtin/commit.c:1701
4351 msgid ""
4352 "Repository has been updated, but unable to write\n"
4353 "new_index file. Check that disk is not full or quota is\n"
4354 "not exceeded, and then \"git reset HEAD\" to recover."
4355 msgstr ""
4357 #: builtin/config.c:8
4358 msgid "git config [options]"
4359 msgstr ""
4361 #: builtin/config.c:53
4362 msgid "Config file location"
4363 msgstr ""
4365 #: builtin/config.c:54
4366 msgid "use global config file"
4367 msgstr ""
4369 #: builtin/config.c:55
4370 msgid "use system config file"
4371 msgstr ""
4373 #: builtin/config.c:56
4374 msgid "use repository config file"
4375 msgstr ""
4377 #: builtin/config.c:57
4378 msgid "use given config file"
4379 msgstr ""
4381 #: builtin/config.c:58
4382 msgid "blob-id"
4383 msgstr ""
4385 #: builtin/config.c:58
4386 msgid "read config from given blob object"
4387 msgstr ""
4389 #: builtin/config.c:59
4390 msgid "Action"
4391 msgstr ""
4393 #: builtin/config.c:60
4394 msgid "get value: name [value-regex]"
4395 msgstr ""
4397 #: builtin/config.c:61
4398 msgid "get all values: key [value-regex]"
4399 msgstr ""
4401 #: builtin/config.c:62
4402 msgid "get values for regexp: name-regex [value-regex]"
4403 msgstr ""
4405 #: builtin/config.c:63
4406 msgid "get value specific for the URL: section[.var] URL"
4407 msgstr ""
4409 #: builtin/config.c:64
4410 msgid "replace all matching variables: name value [value_regex]"
4411 msgstr ""
4413 #: builtin/config.c:65
4414 msgid "add a new variable: name value"
4415 msgstr ""
4417 #: builtin/config.c:66
4418 msgid "remove a variable: name [value-regex]"
4419 msgstr ""
4421 #: builtin/config.c:67
4422 msgid "remove all matches: name [value-regex]"
4423 msgstr ""
4425 #: builtin/config.c:68
4426 msgid "rename section: old-name new-name"
4427 msgstr ""
4429 #: builtin/config.c:69
4430 msgid "remove a section: name"
4431 msgstr ""
4433 #: builtin/config.c:70
4434 msgid "list all"
4435 msgstr ""
4437 #: builtin/config.c:71
4438 msgid "open an editor"
4439 msgstr ""
4441 #: builtin/config.c:72 builtin/config.c:73
4442 msgid "slot"
4443 msgstr ""
4445 #: builtin/config.c:72
4446 msgid "find the color configured: [default]"
4447 msgstr ""
4449 #: builtin/config.c:73
4450 msgid "find the color setting: [stdout-is-tty]"
4451 msgstr ""
4453 #: builtin/config.c:74
4454 msgid "Type"
4455 msgstr ""
4457 #: builtin/config.c:75
4458 msgid "value is \"true\" or \"false\""
4459 msgstr ""
4461 #: builtin/config.c:76
4462 msgid "value is decimal number"
4463 msgstr ""
4465 #: builtin/config.c:77
4466 msgid "value is --bool or --int"
4467 msgstr ""
4469 #: builtin/config.c:78
4470 msgid "value is a path (file or directory name)"
4471 msgstr ""
4473 #: builtin/config.c:79
4474 msgid "Other"
4475 msgstr ""
4477 #: builtin/config.c:80
4478 msgid "terminate values with NUL byte"
4479 msgstr ""
4481 #: builtin/config.c:81
4482 msgid "respect include directives on lookup"
4483 msgstr ""
4485 #: builtin/count-objects.c:82
4486 msgid "git count-objects [-v] [-H | --human-readable]"
4487 msgstr ""
4489 #: builtin/count-objects.c:97
4490 msgid "print sizes in human readable format"
4491 msgstr ""
4493 #: builtin/describe.c:16
4494 msgid "git describe [options] <commit-ish>*"
4495 msgstr ""
4497 #: builtin/describe.c:17
4498 msgid "git describe [options] --dirty"
4499 msgstr ""
4501 #: builtin/describe.c:225
4502 #, c-format
4503 msgid "annotated tag %s not available"
4504 msgstr ""
4506 #: builtin/describe.c:229
4507 #, c-format
4508 msgid "annotated tag %s has no embedded name"
4509 msgstr ""
4511 #: builtin/describe.c:231
4512 #, c-format
4513 msgid "tag '%s' is really '%s' here"
4514 msgstr ""
4516 #: builtin/describe.c:258
4517 #, c-format
4518 msgid "Not a valid object name %s"
4519 msgstr ""
4521 #: builtin/describe.c:261
4522 #, c-format
4523 msgid "%s is not a valid '%s' object"
4524 msgstr ""
4526 #: builtin/describe.c:278
4527 #, c-format
4528 msgid "no tag exactly matches '%s'"
4529 msgstr ""
4531 #: builtin/describe.c:280
4532 #, c-format
4533 msgid "searching to describe %s\n"
4534 msgstr ""
4536 #: builtin/describe.c:327
4537 #, c-format
4538 msgid "finished search at %s\n"
4539 msgstr ""
4541 #: builtin/describe.c:354
4542 #, c-format
4543 msgid ""
4544 "No annotated tags can describe '%s'.\n"
4545 "However, there were unannotated tags: try --tags."
4546 msgstr ""
4548 #: builtin/describe.c:358
4549 #, c-format
4550 msgid ""
4551 "No tags can describe '%s'.\n"
4552 "Try --always, or create some tags."
4553 msgstr ""
4555 #: builtin/describe.c:379
4556 #, c-format
4557 msgid "traversed %lu commits\n"
4558 msgstr ""
4560 #: builtin/describe.c:382
4561 #, c-format
4562 msgid ""
4563 "more than %i tags found; listed %i most recent\n"
4564 "gave up search at %s\n"
4565 msgstr ""
4567 #: builtin/describe.c:404
4568 msgid "find the tag that comes after the commit"
4569 msgstr ""
4571 #: builtin/describe.c:405
4572 msgid "debug search strategy on stderr"
4573 msgstr ""
4575 #: builtin/describe.c:406
4576 msgid "use any ref"
4577 msgstr ""
4579 #: builtin/describe.c:407
4580 msgid "use any tag, even unannotated"
4581 msgstr ""
4583 #: builtin/describe.c:408
4584 msgid "always use long format"
4585 msgstr ""
4587 #: builtin/describe.c:409
4588 msgid "only follow first parent"
4589 msgstr ""
4591 #: builtin/describe.c:412
4592 msgid "only output exact matches"
4593 msgstr ""
4595 #: builtin/describe.c:414
4596 msgid "consider <n> most recent tags (default: 10)"
4597 msgstr ""
4599 #: builtin/describe.c:416
4600 msgid "only consider tags matching <pattern>"
4601 msgstr ""
4603 #: builtin/describe.c:418 builtin/name-rev.c:321
4604 msgid "show abbreviated commit object as fallback"
4605 msgstr ""
4607 #: builtin/describe.c:419
4608 msgid "mark"
4609 msgstr ""
4611 #: builtin/describe.c:420
4612 msgid "append <mark> on dirty working tree (default: \"-dirty\")"
4613 msgstr ""
4615 #: builtin/describe.c:438
4616 msgid "--long is incompatible with --abbrev=0"
4617 msgstr ""
4619 #: builtin/describe.c:464
4620 msgid "No names found, cannot describe anything."
4621 msgstr ""
4623 #: builtin/describe.c:484
4624 msgid "--dirty is incompatible with commit-ishes"
4625 msgstr ""
4627 #: builtin/diff.c:85
4628 #, c-format
4629 msgid "'%s': not a regular file or symlink"
4630 msgstr ""
4632 #: builtin/diff.c:236
4633 #, c-format
4634 msgid "invalid option: %s"
4635 msgstr ""
4637 #: builtin/diff.c:357
4638 msgid "Not a git repository"
4639 msgstr ""
4641 #: builtin/diff.c:400
4642 #, c-format
4643 msgid "invalid object '%s' given."
4644 msgstr ""
4646 #: builtin/diff.c:409
4647 #, c-format
4648 msgid "more than two blobs given: '%s'"
4649 msgstr ""
4651 #: builtin/diff.c:416
4652 #, c-format
4653 msgid "unhandled object '%s' given."
4654 msgstr ""
4656 #: builtin/fast-export.c:22
4657 msgid "git fast-export [rev-list-opts]"
4658 msgstr ""
4660 #: builtin/fast-export.c:673
4661 msgid "show progress after <n> objects"
4662 msgstr ""
4664 #: builtin/fast-export.c:675
4665 msgid "select handling of signed tags"
4666 msgstr ""
4668 #: builtin/fast-export.c:678
4669 msgid "select handling of tags that tag filtered objects"
4670 msgstr ""
4672 #: builtin/fast-export.c:681
4673 msgid "Dump marks to this file"
4674 msgstr ""
4676 #: builtin/fast-export.c:683
4677 msgid "Import marks from this file"
4678 msgstr ""
4680 #: builtin/fast-export.c:685
4681 msgid "Fake a tagger when tags lack one"
4682 msgstr ""
4684 #: builtin/fast-export.c:687
4685 msgid "Output full tree for each commit"
4686 msgstr ""
4688 #: builtin/fast-export.c:689
4689 msgid "Use the done feature to terminate the stream"
4690 msgstr ""
4692 #: builtin/fast-export.c:690
4693 msgid "Skip output of blob data"
4694 msgstr ""
4696 #: builtin/fetch.c:20
4697 msgid "git fetch [<options>] [<repository> [<refspec>...]]"
4698 msgstr ""
4700 #: builtin/fetch.c:21
4701 msgid "git fetch [<options>] <group>"
4702 msgstr ""
4704 #: builtin/fetch.c:22
4705 msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
4706 msgstr ""
4708 #: builtin/fetch.c:23
4709 msgid "git fetch --all [<options>]"
4710 msgstr ""
4712 #: builtin/fetch.c:75
4713 msgid "fetch from all remotes"
4714 msgstr ""
4716 #: builtin/fetch.c:77
4717 msgid "append to .git/FETCH_HEAD instead of overwriting"
4718 msgstr ""
4720 #: builtin/fetch.c:79
4721 msgid "path to upload pack on remote end"
4722 msgstr ""
4724 #: builtin/fetch.c:80
4725 msgid "force overwrite of local branch"
4726 msgstr ""
4728 #: builtin/fetch.c:82
4729 msgid "fetch from multiple remotes"
4730 msgstr ""
4732 #: builtin/fetch.c:84
4733 msgid "fetch all tags and associated objects"
4734 msgstr ""
4736 #: builtin/fetch.c:86
4737 msgid "do not fetch all tags (--no-tags)"
4738 msgstr ""
4740 #: builtin/fetch.c:88
4741 msgid "prune remote-tracking branches no longer on remote"
4742 msgstr ""
4744 #: builtin/fetch.c:89
4745 msgid "on-demand"
4746 msgstr ""
4748 #: builtin/fetch.c:90
4749 msgid "control recursive fetching of submodules"
4750 msgstr ""
4752 #: builtin/fetch.c:94
4753 msgid "keep downloaded pack"
4754 msgstr ""
4756 #: builtin/fetch.c:96
4757 msgid "allow updating of HEAD ref"
4758 msgstr ""
4760 #: builtin/fetch.c:99
4761 msgid "deepen history of shallow clone"
4762 msgstr ""
4764 #: builtin/fetch.c:101
4765 msgid "convert to a complete repository"
4766 msgstr ""
4768 #: builtin/fetch.c:103 builtin/log.c:1197
4769 msgid "dir"
4770 msgstr ""
4772 #: builtin/fetch.c:104
4773 msgid "prepend this to submodule path output"
4774 msgstr ""
4776 #: builtin/fetch.c:107
4777 msgid "default mode for recursion"
4778 msgstr ""
4780 #: builtin/fetch.c:109
4781 msgid "accept refs that update .git/shallow"
4782 msgstr ""
4784 #: builtin/fetch.c:347
4785 msgid "Couldn't find remote ref HEAD"
4786 msgstr ""
4788 #: builtin/fetch.c:411
4789 #, c-format
4790 msgid "object %s not found"
4791 msgstr ""
4793 #: builtin/fetch.c:416
4794 msgid "[up to date]"
4795 msgstr ""
4797 #: builtin/fetch.c:430
4798 #, c-format
4799 msgid "! %-*s %-*s -> %s  (can't fetch in current branch)"
4800 msgstr ""
4802 #: builtin/fetch.c:431 builtin/fetch.c:517
4803 msgid "[rejected]"
4804 msgstr ""
4806 #: builtin/fetch.c:442
4807 msgid "[tag update]"
4808 msgstr ""
4810 #: builtin/fetch.c:444 builtin/fetch.c:479 builtin/fetch.c:497
4811 msgid "  (unable to update local ref)"
4812 msgstr ""
4814 #: builtin/fetch.c:462
4815 msgid "[new tag]"
4816 msgstr ""
4818 #: builtin/fetch.c:465
4819 msgid "[new branch]"
4820 msgstr ""
4822 #: builtin/fetch.c:468
4823 msgid "[new ref]"
4824 msgstr ""
4826 #: builtin/fetch.c:513
4827 msgid "unable to update local ref"
4828 msgstr ""
4830 #: builtin/fetch.c:513
4831 msgid "forced update"
4832 msgstr ""
4834 #: builtin/fetch.c:519
4835 msgid "(non-fast-forward)"
4836 msgstr ""
4838 #: builtin/fetch.c:552 builtin/fetch.c:785
4839 #, c-format
4840 msgid "cannot open %s: %s\n"
4841 msgstr ""
4843 #: builtin/fetch.c:561
4844 #, c-format
4845 msgid "%s did not send all necessary objects\n"
4846 msgstr ""
4848 #: builtin/fetch.c:579
4849 #, c-format
4850 msgid "reject %s because shallow roots are not allowed to be updated"
4851 msgstr ""
4853 #: builtin/fetch.c:667 builtin/fetch.c:750
4854 #, c-format
4855 msgid "From %.*s\n"
4856 msgstr ""
4858 #: builtin/fetch.c:678
4859 #, c-format
4860 msgid ""
4861 "some local refs could not be updated; try running\n"
4862 " 'git remote prune %s' to remove any old, conflicting branches"
4863 msgstr ""
4865 #: builtin/fetch.c:730
4866 #, c-format
4867 msgid "   (%s will become dangling)"
4868 msgstr ""
4870 #: builtin/fetch.c:731
4871 #, c-format
4872 msgid "   (%s has become dangling)"
4873 msgstr ""
4875 #: builtin/fetch.c:755
4876 msgid "[deleted]"
4877 msgstr ""
4879 #: builtin/fetch.c:756 builtin/remote.c:1050
4880 msgid "(none)"
4881 msgstr ""
4883 #: builtin/fetch.c:775
4884 #, c-format
4885 msgid "Refusing to fetch into current branch %s of non-bare repository"
4886 msgstr ""
4888 #: builtin/fetch.c:794
4889 #, c-format
4890 msgid "Option \"%s\" value \"%s\" is not valid for %s"
4891 msgstr ""
4893 #: builtin/fetch.c:797
4894 #, c-format
4895 msgid "Option \"%s\" is ignored for %s\n"
4896 msgstr ""
4898 #: builtin/fetch.c:853
4899 #, c-format
4900 msgid "Don't know how to fetch from %s"
4901 msgstr ""
4903 #: builtin/fetch.c:1015
4904 #, c-format
4905 msgid "Fetching %s\n"
4906 msgstr ""
4908 #: builtin/fetch.c:1017 builtin/remote.c:90
4909 #, c-format
4910 msgid "Could not fetch %s"
4911 msgstr ""
4913 #: builtin/fetch.c:1035
4914 msgid ""
4915 "No remote repository specified.  Please, specify either a URL or a\n"
4916 "remote name from which new revisions should be fetched."
4917 msgstr ""
4919 #: builtin/fetch.c:1059
4920 msgid "You need to specify a tag name."
4921 msgstr ""
4923 #: builtin/fetch.c:1107
4924 msgid "--depth and --unshallow cannot be used together"
4925 msgstr ""
4927 #: builtin/fetch.c:1109
4928 msgid "--unshallow on a complete repository does not make sense"
4929 msgstr ""
4931 #: builtin/fetch.c:1132
4932 msgid "fetch --all does not take a repository argument"
4933 msgstr ""
4935 #: builtin/fetch.c:1134
4936 msgid "fetch --all does not make sense with refspecs"
4937 msgstr ""
4939 #: builtin/fetch.c:1145
4940 #, c-format
4941 msgid "No such remote or remote group: %s"
4942 msgstr ""
4944 #: builtin/fetch.c:1153
4945 msgid "Fetching a group and specifying refspecs does not make sense"
4946 msgstr ""
4948 #: builtin/fmt-merge-msg.c:13
4949 msgid "git fmt-merge-msg [-m <message>] [--log[=<n>]|--no-log] [--file <file>]"
4950 msgstr ""
4952 #: builtin/fmt-merge-msg.c:663 builtin/fmt-merge-msg.c:666 builtin/grep.c:700
4953 #: builtin/merge.c:196 builtin/repack.c:175 builtin/repack.c:179
4954 #: builtin/show-branch.c:654 builtin/show-ref.c:178 builtin/tag.c:501
4955 #: parse-options.h:132 parse-options.h:239
4956 msgid "n"
4957 msgstr ""
4959 #: builtin/fmt-merge-msg.c:664
4960 msgid "populate log with at most <n> entries from shortlog"
4961 msgstr ""
4963 #: builtin/fmt-merge-msg.c:667
4964 msgid "alias for --log (deprecated)"
4965 msgstr ""
4967 #: builtin/fmt-merge-msg.c:670
4968 msgid "text"
4969 msgstr ""
4971 #: builtin/fmt-merge-msg.c:671
4972 msgid "use <text> as start of message"
4973 msgstr ""
4975 #: builtin/fmt-merge-msg.c:672
4976 msgid "file to read from"
4977 msgstr ""
4979 #: builtin/for-each-ref.c:1063
4980 msgid "git for-each-ref [options] [<pattern>]"
4981 msgstr ""
4983 #: builtin/for-each-ref.c:1078
4984 msgid "quote placeholders suitably for shells"
4985 msgstr ""
4987 #: builtin/for-each-ref.c:1080
4988 msgid "quote placeholders suitably for perl"
4989 msgstr ""
4991 #: builtin/for-each-ref.c:1082
4992 msgid "quote placeholders suitably for python"
4993 msgstr ""
4995 #: builtin/for-each-ref.c:1084
4996 msgid "quote placeholders suitably for tcl"
4997 msgstr ""
4999 #: builtin/for-each-ref.c:1087
5000 msgid "show only <n> matched refs"
5001 msgstr ""
5003 #: builtin/for-each-ref.c:1088 builtin/replace.c:177
5004 msgid "format"
5005 msgstr ""
5007 #: builtin/for-each-ref.c:1088
5008 msgid "format to use for the output"
5009 msgstr ""
5011 #: builtin/for-each-ref.c:1089
5012 msgid "key"
5013 msgstr ""
5015 #: builtin/for-each-ref.c:1090
5016 msgid "field name to sort on"
5017 msgstr ""
5019 #: builtin/fsck.c:147 builtin/prune.c:172
5020 msgid "Checking connectivity"
5021 msgstr ""
5023 #: builtin/fsck.c:544
5024 msgid "Checking object directories"
5025 msgstr ""
5027 #: builtin/fsck.c:607
5028 msgid "git fsck [options] [<object>...]"
5029 msgstr ""
5031 #: builtin/fsck.c:613
5032 msgid "show unreachable objects"
5033 msgstr ""
5035 #: builtin/fsck.c:614
5036 msgid "show dangling objects"
5037 msgstr ""
5039 #: builtin/fsck.c:615
5040 msgid "report tags"
5041 msgstr ""
5043 #: builtin/fsck.c:616
5044 msgid "report root nodes"
5045 msgstr ""
5047 #: builtin/fsck.c:617
5048 msgid "make index objects head nodes"
5049 msgstr ""
5051 #: builtin/fsck.c:618
5052 msgid "make reflogs head nodes (default)"
5053 msgstr ""
5055 #: builtin/fsck.c:619
5056 msgid "also consider packs and alternate objects"
5057 msgstr ""
5059 #: builtin/fsck.c:620
5060 msgid "enable more strict checking"
5061 msgstr ""
5063 #: builtin/fsck.c:622
5064 msgid "write dangling objects in .git/lost-found"
5065 msgstr ""
5067 #: builtin/fsck.c:623 builtin/prune.c:144
5068 msgid "show progress"
5069 msgstr ""
5071 #: builtin/fsck.c:673
5072 msgid "Checking objects"
5073 msgstr ""
5075 #: builtin/gc.c:24
5076 msgid "git gc [options]"
5077 msgstr ""
5079 #: builtin/gc.c:90
5080 #, c-format
5081 msgid "Invalid %s: '%s'"
5082 msgstr ""
5084 #: builtin/gc.c:117
5085 #, c-format
5086 msgid "insanely long object directory %.*s"
5087 msgstr ""
5089 #: builtin/gc.c:273
5090 msgid "prune unreferenced objects"
5091 msgstr ""
5093 #: builtin/gc.c:275
5094 msgid "be more thorough (increased runtime)"
5095 msgstr ""
5097 #: builtin/gc.c:276
5098 msgid "enable auto-gc mode"
5099 msgstr ""
5101 #: builtin/gc.c:277
5102 msgid "force running gc even if there may be another gc running"
5103 msgstr ""
5105 #: builtin/gc.c:318
5106 #, c-format
5107 msgid "Auto packing the repository in background for optimum performance.\n"
5108 msgstr ""
5110 #: builtin/gc.c:320
5111 #, c-format
5112 msgid "Auto packing the repository for optimum performance.\n"
5113 msgstr ""
5115 #: builtin/gc.c:321
5116 #, c-format
5117 msgid "See \"git help gc\" for manual housekeeping.\n"
5118 msgstr ""
5120 #: builtin/gc.c:336
5121 #, c-format
5122 msgid ""
5123 "gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
5124 msgstr ""
5126 #: builtin/gc.c:361
5127 msgid ""
5128 "There are too many unreachable loose objects; run 'git prune' to remove them."
5129 msgstr ""
5131 #: builtin/grep.c:23
5132 msgid "git grep [options] [-e] <pattern> [<rev>...] [[--] <path>...]"
5133 msgstr ""
5135 #: builtin/grep.c:218
5136 #, c-format
5137 msgid "grep: failed to create thread: %s"
5138 msgstr ""
5140 #: builtin/grep.c:365
5141 #, c-format
5142 msgid "Failed to chdir: %s"
5143 msgstr ""
5145 #: builtin/grep.c:443 builtin/grep.c:478
5146 #, c-format
5147 msgid "unable to read tree (%s)"
5148 msgstr ""
5150 #: builtin/grep.c:493
5151 #, c-format
5152 msgid "unable to grep from object of type %s"
5153 msgstr ""
5155 #: builtin/grep.c:549
5156 #, c-format
5157 msgid "switch `%c' expects a numerical value"
5158 msgstr ""
5160 #: builtin/grep.c:566
5161 #, c-format
5162 msgid "cannot open '%s'"
5163 msgstr ""
5165 #: builtin/grep.c:640
5166 msgid "search in index instead of in the work tree"
5167 msgstr ""
5169 #: builtin/grep.c:642
5170 msgid "find in contents not managed by git"
5171 msgstr ""
5173 #: builtin/grep.c:644
5174 msgid "search in both tracked and untracked files"
5175 msgstr ""
5177 #: builtin/grep.c:646
5178 msgid "search also in ignored files"
5179 msgstr ""
5181 #: builtin/grep.c:649
5182 msgid "show non-matching lines"
5183 msgstr ""
5185 #: builtin/grep.c:651
5186 msgid "case insensitive matching"
5187 msgstr ""
5189 #: builtin/grep.c:653
5190 msgid "match patterns only at word boundaries"
5191 msgstr ""
5193 #: builtin/grep.c:655
5194 msgid "process binary files as text"
5195 msgstr ""
5197 #: builtin/grep.c:657
5198 msgid "don't match patterns in binary files"
5199 msgstr ""
5201 #: builtin/grep.c:660
5202 msgid "process binary files with textconv filters"
5203 msgstr ""
5205 #: builtin/grep.c:662
5206 msgid "descend at most <depth> levels"
5207 msgstr ""
5209 #: builtin/grep.c:666
5210 msgid "use extended POSIX regular expressions"
5211 msgstr ""
5213 #: builtin/grep.c:669
5214 msgid "use basic POSIX regular expressions (default)"
5215 msgstr ""
5217 #: builtin/grep.c:672
5218 msgid "interpret patterns as fixed strings"
5219 msgstr ""
5221 #: builtin/grep.c:675
5222 msgid "use Perl-compatible regular expressions"
5223 msgstr ""
5225 #: builtin/grep.c:678
5226 msgid "show line numbers"
5227 msgstr ""
5229 #: builtin/grep.c:679
5230 msgid "don't show filenames"
5231 msgstr ""
5233 #: builtin/grep.c:680
5234 msgid "show filenames"
5235 msgstr ""
5237 #: builtin/grep.c:682
5238 msgid "show filenames relative to top directory"
5239 msgstr ""
5241 #: builtin/grep.c:684
5242 msgid "show only filenames instead of matching lines"
5243 msgstr ""
5245 #: builtin/grep.c:686
5246 msgid "synonym for --files-with-matches"
5247 msgstr ""
5249 #: builtin/grep.c:689
5250 msgid "show only the names of files without match"
5251 msgstr ""
5253 #: builtin/grep.c:691
5254 msgid "print NUL after filenames"
5255 msgstr ""
5257 #: builtin/grep.c:693
5258 msgid "show the number of matches instead of matching lines"
5259 msgstr ""
5261 #: builtin/grep.c:694
5262 msgid "highlight matches"
5263 msgstr ""
5265 #: builtin/grep.c:696
5266 msgid "print empty line between matches from different files"
5267 msgstr ""
5269 #: builtin/grep.c:698
5270 msgid "show filename only once above matches from same file"
5271 msgstr ""
5273 #: builtin/grep.c:701
5274 msgid "show <n> context lines before and after matches"
5275 msgstr ""
5277 #: builtin/grep.c:704
5278 msgid "show <n> context lines before matches"
5279 msgstr ""
5281 #: builtin/grep.c:706
5282 msgid "show <n> context lines after matches"
5283 msgstr ""
5285 #: builtin/grep.c:707
5286 msgid "shortcut for -C NUM"
5287 msgstr ""
5289 #: builtin/grep.c:710
5290 msgid "show a line with the function name before matches"
5291 msgstr ""
5293 #: builtin/grep.c:712
5294 msgid "show the surrounding function"
5295 msgstr ""
5297 #: builtin/grep.c:715
5298 msgid "read patterns from file"
5299 msgstr ""
5301 #: builtin/grep.c:717
5302 msgid "match <pattern>"
5303 msgstr ""
5305 #: builtin/grep.c:719
5306 msgid "combine patterns specified with -e"
5307 msgstr ""
5309 #: builtin/grep.c:731
5310 msgid "indicate hit with exit status without output"
5311 msgstr ""
5313 #: builtin/grep.c:733
5314 msgid "show only matches from files that match all patterns"
5315 msgstr ""
5317 #: builtin/grep.c:735
5318 msgid "show parse tree for grep expression"
5319 msgstr ""
5321 #: builtin/grep.c:739
5322 msgid "pager"
5323 msgstr ""
5325 #: builtin/grep.c:739
5326 msgid "show matching files in the pager"
5327 msgstr ""
5329 #: builtin/grep.c:742
5330 msgid "allow calling of grep(1) (ignored by this build)"
5331 msgstr ""
5333 #: builtin/grep.c:743 builtin/show-ref.c:187
5334 msgid "show usage"
5335 msgstr ""
5337 #: builtin/grep.c:810
5338 msgid "no pattern given."
5339 msgstr ""
5341 #: builtin/grep.c:868
5342 msgid "--open-files-in-pager only works on the worktree"
5343 msgstr ""
5345 #: builtin/grep.c:891
5346 msgid "--cached or --untracked cannot be used with --no-index."
5347 msgstr ""
5349 #: builtin/grep.c:896
5350 msgid "--no-index or --untracked cannot be used with revs."
5351 msgstr ""
5353 #: builtin/grep.c:899
5354 msgid "--[no-]exclude-standard cannot be used for tracked contents."
5355 msgstr ""
5357 #: builtin/grep.c:907
5358 msgid "both --cached and trees are given."
5359 msgstr ""
5361 #: builtin/hash-object.c:60
5362 msgid ""
5363 "git hash-object [-t <type>] [-w] [--path=<file>|--no-filters] [--stdin] [--] "
5364 "<file>..."
5365 msgstr ""
5367 #: builtin/hash-object.c:61
5368 msgid "git hash-object  --stdin-paths < <list-of-paths>"
5369 msgstr ""
5371 #: builtin/hash-object.c:72 builtin/tag.c:521
5372 msgid "type"
5373 msgstr ""
5375 #: builtin/hash-object.c:72
5376 msgid "object type"
5377 msgstr ""
5379 #: builtin/hash-object.c:73
5380 msgid "write the object into the object database"
5381 msgstr ""
5383 #: builtin/hash-object.c:74
5384 msgid "read the object from stdin"
5385 msgstr ""
5387 #: builtin/hash-object.c:76
5388 msgid "store file as is without filters"
5389 msgstr ""
5391 #: builtin/hash-object.c:77
5392 msgid "process file as it were from this path"
5393 msgstr ""
5395 #: builtin/help.c:41
5396 msgid "print all available commands"
5397 msgstr ""
5399 #: builtin/help.c:42
5400 msgid "print list of useful guides"
5401 msgstr ""
5403 #: builtin/help.c:43
5404 msgid "show man page"
5405 msgstr ""
5407 #: builtin/help.c:44
5408 msgid "show manual in web browser"
5409 msgstr ""
5411 #: builtin/help.c:46
5412 msgid "show info page"
5413 msgstr ""
5415 #: builtin/help.c:52
5416 msgid "git help [--all] [--guides] [--man|--web|--info] [command]"
5417 msgstr ""
5419 #: builtin/help.c:64
5420 #, c-format
5421 msgid "unrecognized help format '%s'"
5422 msgstr ""
5424 #: builtin/help.c:92
5425 msgid "Failed to start emacsclient."
5426 msgstr ""
5428 #: builtin/help.c:105
5429 msgid "Failed to parse emacsclient version."
5430 msgstr ""
5432 #: builtin/help.c:113
5433 #, c-format
5434 msgid "emacsclient version '%d' too old (< 22)."
5435 msgstr ""
5437 #: builtin/help.c:131 builtin/help.c:159 builtin/help.c:168 builtin/help.c:176
5438 #, c-format
5439 msgid "failed to exec '%s': %s"
5440 msgstr ""
5442 #: builtin/help.c:216
5443 #, c-format
5444 msgid ""
5445 "'%s': path for unsupported man viewer.\n"
5446 "Please consider using 'man.<tool>.cmd' instead."
5447 msgstr ""
5449 #: builtin/help.c:228
5450 #, c-format
5451 msgid ""
5452 "'%s': cmd for supported man viewer.\n"
5453 "Please consider using 'man.<tool>.path' instead."
5454 msgstr ""
5456 #: builtin/help.c:353
5457 #, c-format
5458 msgid "'%s': unknown man viewer."
5459 msgstr ""
5461 #: builtin/help.c:370
5462 msgid "no man viewer handled the request"
5463 msgstr ""
5465 #: builtin/help.c:378
5466 msgid "no info viewer handled the request"
5467 msgstr ""
5469 #: builtin/help.c:424
5470 msgid "Defining attributes per path"
5471 msgstr ""
5473 #: builtin/help.c:425
5474 msgid "A Git glossary"
5475 msgstr ""
5477 #: builtin/help.c:426
5478 msgid "Specifies intentionally untracked files to ignore"
5479 msgstr ""
5481 #: builtin/help.c:427
5482 msgid "Defining submodule properties"
5483 msgstr ""
5485 #: builtin/help.c:428
5486 msgid "Specifying revisions and ranges for Git"
5487 msgstr ""
5489 #: builtin/help.c:429
5490 msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
5491 msgstr ""
5493 #: builtin/help.c:430
5494 msgid "An overview of recommended workflows with Git"
5495 msgstr ""
5497 #: builtin/help.c:442
5498 msgid "The common Git guides are:\n"
5499 msgstr ""
5501 #: builtin/help.c:463 builtin/help.c:480
5502 #, c-format
5503 msgid "usage: %s%s"
5504 msgstr ""
5506 #: builtin/help.c:496
5507 #, c-format
5508 msgid "`git %s' is aliased to `%s'"
5509 msgstr ""
5511 #: builtin/index-pack.c:184
5512 #, c-format
5513 msgid "object type mismatch at %s"
5514 msgstr ""
5516 #: builtin/index-pack.c:204
5517 msgid "object of unexpected type"
5518 msgstr ""
5520 #: builtin/index-pack.c:244
5521 #, c-format
5522 msgid "cannot fill %d byte"
5523 msgid_plural "cannot fill %d bytes"
5524 msgstr[0] ""
5525 msgstr[1] ""
5527 #: builtin/index-pack.c:254
5528 msgid "early EOF"
5529 msgstr ""
5531 #: builtin/index-pack.c:255
5532 msgid "read error on input"
5533 msgstr ""
5535 #: builtin/index-pack.c:267
5536 msgid "used more bytes than were available"
5537 msgstr ""
5539 #: builtin/index-pack.c:274
5540 msgid "pack too large for current definition of off_t"
5541 msgstr ""
5543 #: builtin/index-pack.c:290
5544 #, c-format
5545 msgid "unable to create '%s'"
5546 msgstr ""
5548 #: builtin/index-pack.c:295
5549 #, c-format
5550 msgid "cannot open packfile '%s'"
5551 msgstr ""
5553 #: builtin/index-pack.c:309
5554 msgid "pack signature mismatch"
5555 msgstr ""
5557 #: builtin/index-pack.c:311
5558 #, c-format
5559 msgid "pack version %<PRIu32> unsupported"
5560 msgstr ""
5562 #: builtin/index-pack.c:329
5563 #, c-format
5564 msgid "pack has bad object at offset %lu: %s"
5565 msgstr ""
5567 #: builtin/index-pack.c:451
5568 #, c-format
5569 msgid "inflate returned %d"
5570 msgstr ""
5572 #: builtin/index-pack.c:500
5573 msgid "offset value overflow for delta base object"
5574 msgstr ""
5576 #: builtin/index-pack.c:508
5577 msgid "delta base offset is out of bound"
5578 msgstr ""
5580 #: builtin/index-pack.c:516
5581 #, c-format
5582 msgid "unknown object type %d"
5583 msgstr ""
5585 #: builtin/index-pack.c:547
5586 msgid "cannot pread pack file"
5587 msgstr ""
5589 #: builtin/index-pack.c:549
5590 #, c-format
5591 msgid "premature end of pack file, %lu byte missing"
5592 msgid_plural "premature end of pack file, %lu bytes missing"
5593 msgstr[0] ""
5594 msgstr[1] ""
5596 #: builtin/index-pack.c:575
5597 msgid "serious inflate inconsistency"
5598 msgstr ""
5600 #: builtin/index-pack.c:666 builtin/index-pack.c:672 builtin/index-pack.c:695
5601 #: builtin/index-pack.c:729 builtin/index-pack.c:738
5602 #, c-format
5603 msgid "SHA1 COLLISION FOUND WITH %s !"
5604 msgstr ""
5606 #: builtin/index-pack.c:669 builtin/pack-objects.c:162
5607 #: builtin/pack-objects.c:254
5608 #, c-format
5609 msgid "unable to read %s"
5610 msgstr ""
5612 #: builtin/index-pack.c:735
5613 #, c-format
5614 msgid "cannot read existing object %s"
5615 msgstr ""
5617 #: builtin/index-pack.c:749
5618 #, c-format
5619 msgid "invalid blob object %s"
5620 msgstr ""
5622 #: builtin/index-pack.c:763
5623 #, c-format
5624 msgid "invalid %s"
5625 msgstr ""
5627 #: builtin/index-pack.c:766
5628 msgid "Error in object"
5629 msgstr ""
5631 #: builtin/index-pack.c:768
5632 #, c-format
5633 msgid "Not all child objects of %s are reachable"
5634 msgstr ""
5636 #: builtin/index-pack.c:839 builtin/index-pack.c:869
5637 msgid "failed to apply delta"
5638 msgstr ""
5640 #: builtin/index-pack.c:1010
5641 msgid "Receiving objects"
5642 msgstr ""
5644 #: builtin/index-pack.c:1010
5645 msgid "Indexing objects"
5646 msgstr ""
5648 #: builtin/index-pack.c:1036
5649 msgid "pack is corrupted (SHA1 mismatch)"
5650 msgstr ""
5652 #: builtin/index-pack.c:1041
5653 msgid "cannot fstat packfile"
5654 msgstr ""
5656 #: builtin/index-pack.c:1044
5657 msgid "pack has junk at the end"
5658 msgstr ""
5660 #: builtin/index-pack.c:1055
5661 msgid "confusion beyond insanity in parse_pack_objects()"
5662 msgstr ""
5664 #: builtin/index-pack.c:1078
5665 msgid "Resolving deltas"
5666 msgstr ""
5668 #: builtin/index-pack.c:1088
5669 #, c-format
5670 msgid "unable to create thread: %s"
5671 msgstr ""
5673 #: builtin/index-pack.c:1130
5674 msgid "confusion beyond insanity"
5675 msgstr ""
5677 #: builtin/index-pack.c:1138
5678 #, c-format
5679 msgid "completed with %d local objects"
5680 msgstr ""
5682 #: builtin/index-pack.c:1148
5683 #, c-format
5684 msgid "Unexpected tail checksum for %s (disk corruption?)"
5685 msgstr ""
5687 #: builtin/index-pack.c:1152
5688 #, c-format
5689 msgid "pack has %d unresolved delta"
5690 msgid_plural "pack has %d unresolved deltas"
5691 msgstr[0] ""
5692 msgstr[1] ""
5694 #: builtin/index-pack.c:1177
5695 #, c-format
5696 msgid "unable to deflate appended object (%d)"
5697 msgstr ""
5699 #: builtin/index-pack.c:1256
5700 #, c-format
5701 msgid "local object %s is corrupt"
5702 msgstr ""
5704 #: builtin/index-pack.c:1280
5705 msgid "error while closing pack file"
5706 msgstr ""
5708 #: builtin/index-pack.c:1293
5709 #, c-format
5710 msgid "cannot write keep file '%s'"
5711 msgstr ""
5713 #: builtin/index-pack.c:1301
5714 #, c-format
5715 msgid "cannot close written keep file '%s'"
5716 msgstr ""
5718 #: builtin/index-pack.c:1314
5719 msgid "cannot store pack file"
5720 msgstr ""
5722 #: builtin/index-pack.c:1325
5723 msgid "cannot store index file"
5724 msgstr ""
5726 #: builtin/index-pack.c:1358
5727 #, c-format
5728 msgid "bad pack.indexversion=%<PRIu32>"
5729 msgstr ""
5731 #: builtin/index-pack.c:1364
5732 #, c-format
5733 msgid "invalid number of threads specified (%d)"
5734 msgstr ""
5736 #: builtin/index-pack.c:1368 builtin/index-pack.c:1546
5737 #, c-format
5738 msgid "no threads support, ignoring %s"
5739 msgstr ""
5741 #: builtin/index-pack.c:1426
5742 #, c-format
5743 msgid "Cannot open existing pack file '%s'"
5744 msgstr ""
5746 #: builtin/index-pack.c:1428
5747 #, c-format
5748 msgid "Cannot open existing pack idx file for '%s'"
5749 msgstr ""
5751 #: builtin/index-pack.c:1475
5752 #, c-format
5753 msgid "non delta: %d object"
5754 msgid_plural "non delta: %d objects"
5755 msgstr[0] ""
5756 msgstr[1] ""
5758 #: builtin/index-pack.c:1482
5759 #, c-format
5760 msgid "chain length = %d: %lu object"
5761 msgid_plural "chain length = %d: %lu objects"
5762 msgstr[0] ""
5763 msgstr[1] ""
5765 #: builtin/index-pack.c:1510
5766 msgid "Cannot come back to cwd"
5767 msgstr ""
5769 #: builtin/index-pack.c:1558 builtin/index-pack.c:1561
5770 #: builtin/index-pack.c:1573 builtin/index-pack.c:1577
5771 #, c-format
5772 msgid "bad %s"
5773 msgstr ""
5775 #: builtin/index-pack.c:1591
5776 msgid "--fix-thin cannot be used without --stdin"
5777 msgstr ""
5779 #: builtin/index-pack.c:1595 builtin/index-pack.c:1605
5780 #, c-format
5781 msgid "packfile name '%s' does not end with '.pack'"
5782 msgstr ""
5784 #: builtin/index-pack.c:1614
5785 msgid "--verify with no packfile name given"
5786 msgstr ""
5788 #: builtin/init-db.c:35
5789 #, c-format
5790 msgid "Could not make %s writable by group"
5791 msgstr ""
5793 #: builtin/init-db.c:62
5794 #, c-format
5795 msgid "insanely long template name %s"
5796 msgstr ""
5798 #: builtin/init-db.c:67
5799 #, c-format
5800 msgid "cannot stat '%s'"
5801 msgstr ""
5803 #: builtin/init-db.c:73
5804 #, c-format
5805 msgid "cannot stat template '%s'"
5806 msgstr ""
5808 #: builtin/init-db.c:80
5809 #, c-format
5810 msgid "cannot opendir '%s'"
5811 msgstr ""
5813 #: builtin/init-db.c:97
5814 #, c-format
5815 msgid "cannot readlink '%s'"
5816 msgstr ""
5818 #: builtin/init-db.c:99
5819 #, c-format
5820 msgid "insanely long symlink %s"
5821 msgstr ""
5823 #: builtin/init-db.c:102
5824 #, c-format
5825 msgid "cannot symlink '%s' '%s'"
5826 msgstr ""
5828 #: builtin/init-db.c:106
5829 #, c-format
5830 msgid "cannot copy '%s' to '%s'"
5831 msgstr ""
5833 #: builtin/init-db.c:110
5834 #, c-format
5835 msgid "ignoring template %s"
5836 msgstr ""
5838 #: builtin/init-db.c:133
5839 #, c-format
5840 msgid "insanely long template path %s"
5841 msgstr ""
5843 #: builtin/init-db.c:141
5844 #, c-format
5845 msgid "templates not found %s"
5846 msgstr ""
5848 #: builtin/init-db.c:154
5849 #, c-format
5850 msgid "not copying templates of a wrong format version %d from '%s'"
5851 msgstr ""
5853 #: builtin/init-db.c:192
5854 #, c-format
5855 msgid "insane git directory %s"
5856 msgstr ""
5858 #: builtin/init-db.c:323 builtin/init-db.c:326
5859 #, c-format
5860 msgid "%s already exists"
5861 msgstr ""
5863 #: builtin/init-db.c:355
5864 #, c-format
5865 msgid "unable to handle file type %d"
5866 msgstr ""
5868 #: builtin/init-db.c:358
5869 #, c-format
5870 msgid "unable to move %s to %s"
5871 msgstr ""
5873 #. TRANSLATORS: The first '%s' is either "Reinitialized
5874 #. existing" or "Initialized empty", the second " shared" or
5875 #. "", and the last '%s%s' is the verbatim directory name.
5876 #: builtin/init-db.c:418
5877 #, c-format
5878 msgid "%s%s Git repository in %s%s\n"
5879 msgstr ""
5881 #: builtin/init-db.c:419
5882 msgid "Reinitialized existing"
5883 msgstr ""
5885 #: builtin/init-db.c:419
5886 msgid "Initialized empty"
5887 msgstr ""
5889 #: builtin/init-db.c:420
5890 msgid " shared"
5891 msgstr ""
5893 #: builtin/init-db.c:439
5894 msgid "cannot tell cwd"
5895 msgstr ""
5897 #: builtin/init-db.c:465
5898 msgid ""
5899 "git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
5900 "shared[=<permissions>]] [directory]"
5901 msgstr ""
5903 #: builtin/init-db.c:488
5904 msgid "permissions"
5905 msgstr ""
5907 #: builtin/init-db.c:489
5908 msgid "specify that the git repository is to be shared amongst several users"
5909 msgstr ""
5911 #: builtin/init-db.c:491 builtin/prune-packed.c:79 builtin/repack.c:168
5912 msgid "be quiet"
5913 msgstr ""
5915 #: builtin/init-db.c:523 builtin/init-db.c:528
5916 #, c-format
5917 msgid "cannot mkdir %s"
5918 msgstr ""
5920 #: builtin/init-db.c:532
5921 #, c-format
5922 msgid "cannot chdir to %s"
5923 msgstr ""
5925 #: builtin/init-db.c:554
5926 #, c-format
5927 msgid ""
5928 "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
5929 "dir=<directory>)"
5930 msgstr ""
5932 #: builtin/init-db.c:578
5933 msgid "Cannot access current working directory"
5934 msgstr ""
5936 #: builtin/init-db.c:585
5937 #, c-format
5938 msgid "Cannot access work tree '%s'"
5939 msgstr ""
5941 #: builtin/log.c:41
5942 msgid "git log [<options>] [<revision range>] [[--] <path>...]\n"
5943 msgstr ""
5945 #: builtin/log.c:42
5946 msgid "   or: git show [options] <object>..."
5947 msgstr ""
5949 #: builtin/log.c:125
5950 msgid "suppress diff output"
5951 msgstr ""
5953 #: builtin/log.c:126
5954 msgid "show source"
5955 msgstr ""
5957 #: builtin/log.c:127
5958 msgid "Use mail map file"
5959 msgstr ""
5961 #: builtin/log.c:128
5962 msgid "decorate options"
5963 msgstr ""
5965 #: builtin/log.c:231
5966 #, c-format
5967 msgid "Final output: %d %s\n"
5968 msgstr ""
5970 #: builtin/log.c:473 builtin/log.c:565
5971 #, c-format
5972 msgid "Could not read object %s"
5973 msgstr ""
5975 #: builtin/log.c:589
5976 #, c-format
5977 msgid "Unknown type: %d"
5978 msgstr ""
5980 #: builtin/log.c:689
5981 msgid "format.headers without value"
5982 msgstr ""
5984 #: builtin/log.c:771
5985 msgid "name of output directory is too long"
5986 msgstr ""
5988 #: builtin/log.c:787
5989 #, c-format
5990 msgid "Cannot open patch file %s"
5991 msgstr ""
5993 #: builtin/log.c:801
5994 msgid "Need exactly one range."
5995 msgstr ""
5997 #: builtin/log.c:809
5998 msgid "Not a range."
5999 msgstr ""
6001 #: builtin/log.c:911
6002 msgid "Cover letter needs email format"
6003 msgstr ""
6005 #: builtin/log.c:987
6006 #, c-format
6007 msgid "insane in-reply-to: %s"
6008 msgstr ""
6010 #: builtin/log.c:1015
6011 msgid "git format-patch [options] [<since> | <revision range>]"
6012 msgstr ""
6014 #: builtin/log.c:1060
6015 msgid "Two output directories?"
6016 msgstr ""
6018 #: builtin/log.c:1175
6019 msgid "use [PATCH n/m] even with a single patch"
6020 msgstr ""
6022 #: builtin/log.c:1178
6023 msgid "use [PATCH] even with multiple patches"
6024 msgstr ""
6026 #: builtin/log.c:1182
6027 msgid "print patches to standard out"
6028 msgstr ""
6030 #: builtin/log.c:1184
6031 msgid "generate a cover letter"
6032 msgstr ""
6034 #: builtin/log.c:1186
6035 msgid "use simple number sequence for output file names"
6036 msgstr ""
6038 #: builtin/log.c:1187
6039 msgid "sfx"
6040 msgstr ""
6042 #: builtin/log.c:1188
6043 msgid "use <sfx> instead of '.patch'"
6044 msgstr ""
6046 #: builtin/log.c:1190
6047 msgid "start numbering patches at <n> instead of 1"
6048 msgstr ""
6050 #: builtin/log.c:1192
6051 msgid "mark the series as Nth re-roll"
6052 msgstr ""
6054 #: builtin/log.c:1194
6055 msgid "Use [<prefix>] instead of [PATCH]"
6056 msgstr ""
6058 #: builtin/log.c:1197
6059 msgid "store resulting files in <dir>"
6060 msgstr ""
6062 #: builtin/log.c:1200
6063 msgid "don't strip/add [PATCH]"
6064 msgstr ""
6066 #: builtin/log.c:1203
6067 msgid "don't output binary diffs"
6068 msgstr ""
6070 #: builtin/log.c:1205
6071 msgid "don't include a patch matching a commit upstream"
6072 msgstr ""
6074 #: builtin/log.c:1207
6075 msgid "show patch format instead of default (patch + stat)"
6076 msgstr ""
6078 #: builtin/log.c:1209
6079 msgid "Messaging"
6080 msgstr ""
6082 #: builtin/log.c:1210
6083 msgid "header"
6084 msgstr ""
6086 #: builtin/log.c:1211
6087 msgid "add email header"
6088 msgstr ""
6090 #: builtin/log.c:1212 builtin/log.c:1214
6091 msgid "email"
6092 msgstr ""
6094 #: builtin/log.c:1212
6095 msgid "add To: header"
6096 msgstr ""
6098 #: builtin/log.c:1214
6099 msgid "add Cc: header"
6100 msgstr ""
6102 #: builtin/log.c:1216
6103 msgid "ident"
6104 msgstr ""
6106 #: builtin/log.c:1217
6107 msgid "set From address to <ident> (or committer ident if absent)"
6108 msgstr ""
6110 #: builtin/log.c:1219
6111 msgid "message-id"
6112 msgstr ""
6114 #: builtin/log.c:1220
6115 msgid "make first mail a reply to <message-id>"
6116 msgstr ""
6118 #: builtin/log.c:1221 builtin/log.c:1224
6119 msgid "boundary"
6120 msgstr ""
6122 #: builtin/log.c:1222
6123 msgid "attach the patch"
6124 msgstr ""
6126 #: builtin/log.c:1225
6127 msgid "inline the patch"
6128 msgstr ""
6130 #: builtin/log.c:1229
6131 msgid "enable message threading, styles: shallow, deep"
6132 msgstr ""
6134 #: builtin/log.c:1231
6135 msgid "signature"
6136 msgstr ""
6138 #: builtin/log.c:1232
6139 msgid "add a signature"
6140 msgstr ""
6142 #: builtin/log.c:1233
6143 msgid "don't print the patch filenames"
6144 msgstr ""
6146 #: builtin/log.c:1307
6147 #, c-format
6148 msgid "invalid ident line: %s"
6149 msgstr ""
6151 #: builtin/log.c:1322
6152 msgid "-n and -k are mutually exclusive."
6153 msgstr ""
6155 #: builtin/log.c:1324
6156 msgid "--subject-prefix and -k are mutually exclusive."
6157 msgstr ""
6159 #: builtin/log.c:1332
6160 msgid "--name-only does not make sense"
6161 msgstr ""
6163 #: builtin/log.c:1334
6164 msgid "--name-status does not make sense"
6165 msgstr ""
6167 #: builtin/log.c:1336
6168 msgid "--check does not make sense"
6169 msgstr ""
6171 #: builtin/log.c:1359
6172 msgid "standard output, or directory, which one?"
6173 msgstr ""
6175 #: builtin/log.c:1361
6176 #, c-format
6177 msgid "Could not create directory '%s'"
6178 msgstr ""
6180 #: builtin/log.c:1509
6181 msgid "Failed to create output files"
6182 msgstr ""
6184 #: builtin/log.c:1558
6185 msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
6186 msgstr ""
6188 #: builtin/log.c:1613
6189 #, c-format
6190 msgid ""
6191 "Could not find a tracked remote branch, please specify <upstream> manually.\n"
6192 msgstr ""
6194 #: builtin/log.c:1626 builtin/log.c:1628 builtin/log.c:1640
6195 #, c-format
6196 msgid "Unknown commit %s"
6197 msgstr ""
6199 #: builtin/ls-files.c:401
6200 msgid "git ls-files [options] [<file>...]"
6201 msgstr ""
6203 #: builtin/ls-files.c:458
6204 msgid "identify the file status with tags"
6205 msgstr ""
6207 #: builtin/ls-files.c:460
6208 msgid "use lowercase letters for 'assume unchanged' files"
6209 msgstr ""
6211 #: builtin/ls-files.c:462
6212 msgid "show cached files in the output (default)"
6213 msgstr ""
6215 #: builtin/ls-files.c:464
6216 msgid "show deleted files in the output"
6217 msgstr ""
6219 #: builtin/ls-files.c:466
6220 msgid "show modified files in the output"
6221 msgstr ""
6223 #: builtin/ls-files.c:468
6224 msgid "show other files in the output"
6225 msgstr ""
6227 #: builtin/ls-files.c:470
6228 msgid "show ignored files in the output"
6229 msgstr ""
6231 #: builtin/ls-files.c:473
6232 msgid "show staged contents' object name in the output"
6233 msgstr ""
6235 #: builtin/ls-files.c:475
6236 msgid "show files on the filesystem that need to be removed"
6237 msgstr ""
6239 #: builtin/ls-files.c:477
6240 msgid "show 'other' directories' name only"
6241 msgstr ""
6243 #: builtin/ls-files.c:480
6244 msgid "don't show empty directories"
6245 msgstr ""
6247 #: builtin/ls-files.c:483
6248 msgid "show unmerged files in the output"
6249 msgstr ""
6251 #: builtin/ls-files.c:485
6252 msgid "show resolve-undo information"
6253 msgstr ""
6255 #: builtin/ls-files.c:487
6256 msgid "skip files matching pattern"
6257 msgstr ""
6259 #: builtin/ls-files.c:490
6260 msgid "exclude patterns are read from <file>"
6261 msgstr ""
6263 #: builtin/ls-files.c:493
6264 msgid "read additional per-directory exclude patterns in <file>"
6265 msgstr ""
6267 #: builtin/ls-files.c:495
6268 msgid "add the standard git exclusions"
6269 msgstr ""
6271 #: builtin/ls-files.c:498
6272 msgid "make the output relative to the project top directory"
6273 msgstr ""
6275 #: builtin/ls-files.c:501
6276 msgid "if any <file> is not in the index, treat this as an error"
6277 msgstr ""
6279 #: builtin/ls-files.c:502
6280 msgid "tree-ish"
6281 msgstr ""
6283 #: builtin/ls-files.c:503
6284 msgid "pretend that paths removed since <tree-ish> are still present"
6285 msgstr ""
6287 #: builtin/ls-files.c:505
6288 msgid "show debugging data"
6289 msgstr ""
6291 #: builtin/ls-tree.c:28
6292 msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
6293 msgstr ""
6295 #: builtin/ls-tree.c:126
6296 msgid "only show trees"
6297 msgstr ""
6299 #: builtin/ls-tree.c:128
6300 msgid "recurse into subtrees"
6301 msgstr ""
6303 #: builtin/ls-tree.c:130
6304 msgid "show trees when recursing"
6305 msgstr ""
6307 #: builtin/ls-tree.c:133
6308 msgid "terminate entries with NUL byte"
6309 msgstr ""
6311 #: builtin/ls-tree.c:134
6312 msgid "include object size"
6313 msgstr ""
6315 #: builtin/ls-tree.c:136 builtin/ls-tree.c:138
6316 msgid "list only filenames"
6317 msgstr ""
6319 #: builtin/ls-tree.c:141
6320 msgid "use full path names"
6321 msgstr ""
6323 #: builtin/ls-tree.c:143
6324 msgid "list entire tree; not just current directory (implies --full-name)"
6325 msgstr ""
6327 #: builtin/merge.c:43
6328 msgid "git merge [options] [<commit>...]"
6329 msgstr ""
6331 #: builtin/merge.c:44
6332 msgid "git merge [options] <msg> HEAD <commit>"
6333 msgstr ""
6335 #: builtin/merge.c:45
6336 msgid "git merge --abort"
6337 msgstr ""
6339 #: builtin/merge.c:98
6340 msgid "switch `m' requires a value"
6341 msgstr ""
6343 #: builtin/merge.c:135
6344 #, c-format
6345 msgid "Could not find merge strategy '%s'.\n"
6346 msgstr ""
6348 #: builtin/merge.c:136
6349 #, c-format
6350 msgid "Available strategies are:"
6351 msgstr ""
6353 #: builtin/merge.c:141
6354 #, c-format
6355 msgid "Available custom strategies are:"
6356 msgstr ""
6358 #: builtin/merge.c:191
6359 msgid "do not show a diffstat at the end of the merge"
6360 msgstr ""
6362 #: builtin/merge.c:194
6363 msgid "show a diffstat at the end of the merge"
6364 msgstr ""
6366 #: builtin/merge.c:195
6367 msgid "(synonym to --stat)"
6368 msgstr ""
6370 #: builtin/merge.c:197
6371 msgid "add (at most <n>) entries from shortlog to merge commit message"
6372 msgstr ""
6374 #: builtin/merge.c:200
6375 msgid "create a single commit instead of doing a merge"
6376 msgstr ""
6378 #: builtin/merge.c:202
6379 msgid "perform a commit if the merge succeeds (default)"
6380 msgstr ""
6382 #: builtin/merge.c:204
6383 msgid "edit message before committing"
6384 msgstr ""
6386 #: builtin/merge.c:205
6387 msgid "allow fast-forward (default)"
6388 msgstr ""
6390 #: builtin/merge.c:207
6391 msgid "abort if fast-forward is not possible"
6392 msgstr ""
6394 #: builtin/merge.c:211
6395 msgid "Verify that the named commit has a valid GPG signature"
6396 msgstr ""
6398 #: builtin/merge.c:212 builtin/notes.c:742 builtin/revert.c:89
6399 msgid "strategy"
6400 msgstr ""
6402 #: builtin/merge.c:213
6403 msgid "merge strategy to use"
6404 msgstr ""
6406 #: builtin/merge.c:214
6407 msgid "option=value"
6408 msgstr ""
6410 #: builtin/merge.c:215
6411 msgid "option for selected merge strategy"
6412 msgstr ""
6414 #: builtin/merge.c:217
6415 msgid "merge commit message (for a non-fast-forward merge)"
6416 msgstr ""
6418 #: builtin/merge.c:221
6419 msgid "abort the current in-progress merge"
6420 msgstr ""
6422 #: builtin/merge.c:250
6423 msgid "could not run stash."
6424 msgstr ""
6426 #: builtin/merge.c:255
6427 msgid "stash failed"
6428 msgstr ""
6430 #: builtin/merge.c:260
6431 #, c-format
6432 msgid "not a valid object: %s"
6433 msgstr ""
6435 #: builtin/merge.c:279 builtin/merge.c:296
6436 msgid "read-tree failed"
6437 msgstr ""
6439 #: builtin/merge.c:326
6440 msgid " (nothing to squash)"
6441 msgstr ""
6443 #: builtin/merge.c:339
6444 #, c-format
6445 msgid "Squash commit -- not updating HEAD\n"
6446 msgstr ""
6448 #: builtin/merge.c:371
6449 msgid "Writing SQUASH_MSG"
6450 msgstr ""
6452 #: builtin/merge.c:373
6453 msgid "Finishing SQUASH_MSG"
6454 msgstr ""
6456 #: builtin/merge.c:396
6457 #, c-format
6458 msgid "No merge message -- not updating HEAD\n"
6459 msgstr ""
6461 #: builtin/merge.c:446
6462 #, c-format
6463 msgid "'%s' does not point to a commit"
6464 msgstr ""
6466 #: builtin/merge.c:558
6467 #, c-format
6468 msgid "Bad branch.%s.mergeoptions string: %s"
6469 msgstr ""
6471 #: builtin/merge.c:653
6472 msgid "git write-tree failed to write a tree"
6473 msgstr ""
6475 #: builtin/merge.c:681
6476 msgid "Not handling anything other than two heads merge."
6477 msgstr ""
6479 #: builtin/merge.c:695
6480 #, c-format
6481 msgid "Unknown option for merge-recursive: -X%s"
6482 msgstr ""
6484 #: builtin/merge.c:709
6485 #, c-format
6486 msgid "unable to write %s"
6487 msgstr ""
6489 #: builtin/merge.c:798
6490 #, c-format
6491 msgid "Could not read from '%s'"
6492 msgstr ""
6494 #: builtin/merge.c:807
6495 #, c-format
6496 msgid "Not committing merge; use 'git commit' to complete the merge.\n"
6497 msgstr ""
6499 #: builtin/merge.c:813
6500 #, c-format
6501 msgid ""
6502 "Please enter a commit message to explain why this merge is necessary,\n"
6503 "especially if it merges an updated upstream into a topic branch.\n"
6504 "\n"
6505 "Lines starting with '%c' will be ignored, and an empty message aborts\n"
6506 "the commit.\n"
6507 msgstr ""
6509 #: builtin/merge.c:837
6510 msgid "Empty commit message."
6511 msgstr ""
6513 #: builtin/merge.c:849
6514 #, c-format
6515 msgid "Wonderful.\n"
6516 msgstr ""
6518 #: builtin/merge.c:914
6519 #, c-format
6520 msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
6521 msgstr ""
6523 #: builtin/merge.c:930
6524 #, c-format
6525 msgid "'%s' is not a commit"
6526 msgstr ""
6528 #: builtin/merge.c:971
6529 msgid "No current branch."
6530 msgstr ""
6532 #: builtin/merge.c:973
6533 msgid "No remote for the current branch."
6534 msgstr ""
6536 #: builtin/merge.c:975
6537 msgid "No default upstream defined for the current branch."
6538 msgstr ""
6540 #: builtin/merge.c:980
6541 #, c-format
6542 msgid "No remote-tracking branch for %s from %s"
6543 msgstr ""
6545 #: builtin/merge.c:1136
6546 msgid "There is no merge to abort (MERGE_HEAD missing)."
6547 msgstr ""
6549 #: builtin/merge.c:1152 git-pull.sh:31
6550 msgid ""
6551 "You have not concluded your merge (MERGE_HEAD exists).\n"
6552 "Please, commit your changes before you can merge."
6553 msgstr ""
6555 #: builtin/merge.c:1155 git-pull.sh:34
6556 msgid "You have not concluded your merge (MERGE_HEAD exists)."
6557 msgstr ""
6559 #: builtin/merge.c:1159
6560 msgid ""
6561 "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
6562 "Please, commit your changes before you can merge."
6563 msgstr ""
6565 #: builtin/merge.c:1162
6566 msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
6567 msgstr ""
6569 #: builtin/merge.c:1171
6570 msgid "You cannot combine --squash with --no-ff."
6571 msgstr ""
6573 #: builtin/merge.c:1180
6574 msgid "No commit specified and merge.defaultToUpstream not set."
6575 msgstr ""
6577 #: builtin/merge.c:1212
6578 msgid "Can merge only exactly one commit into empty head"
6579 msgstr ""
6581 #: builtin/merge.c:1215
6582 msgid "Squash commit into empty head not supported yet"
6583 msgstr ""
6585 #: builtin/merge.c:1217
6586 msgid "Non-fast-forward commit does not make sense into an empty head"
6587 msgstr ""
6589 #: builtin/merge.c:1222
6590 #, c-format
6591 msgid "%s - not something we can merge"
6592 msgstr ""
6594 #: builtin/merge.c:1273
6595 #, c-format
6596 msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
6597 msgstr ""
6599 #: builtin/merge.c:1276
6600 #, c-format
6601 msgid "Commit %s has a bad GPG signature allegedly by %s."
6602 msgstr ""
6604 #: builtin/merge.c:1279
6605 #, c-format
6606 msgid "Commit %s does not have a GPG signature."
6607 msgstr ""
6609 #: builtin/merge.c:1282
6610 #, c-format
6611 msgid "Commit %s has a good GPG signature by %s\n"
6612 msgstr ""
6614 #: builtin/merge.c:1366
6615 #, c-format
6616 msgid "Updating %s..%s\n"
6617 msgstr ""
6619 #: builtin/merge.c:1405
6620 #, c-format
6621 msgid "Trying really trivial in-index merge...\n"
6622 msgstr ""
6624 #: builtin/merge.c:1412
6625 #, c-format
6626 msgid "Nope.\n"
6627 msgstr ""
6629 #: builtin/merge.c:1444
6630 msgid "Not possible to fast-forward, aborting."
6631 msgstr ""
6633 #: builtin/merge.c:1467 builtin/merge.c:1546
6634 #, c-format
6635 msgid "Rewinding the tree to pristine...\n"
6636 msgstr ""
6638 #: builtin/merge.c:1471
6639 #, c-format
6640 msgid "Trying merge strategy %s...\n"
6641 msgstr ""
6643 #: builtin/merge.c:1537
6644 #, c-format
6645 msgid "No merge strategy handled the merge.\n"
6646 msgstr ""
6648 #: builtin/merge.c:1539
6649 #, c-format
6650 msgid "Merge with strategy %s failed.\n"
6651 msgstr ""
6653 #: builtin/merge.c:1548
6654 #, c-format
6655 msgid "Using the %s to prepare resolving by hand.\n"
6656 msgstr ""
6658 #: builtin/merge.c:1560
6659 #, c-format
6660 msgid "Automatic merge went well; stopped before committing as requested\n"
6661 msgstr ""
6663 #: builtin/merge-base.c:29
6664 msgid "git merge-base [-a|--all] <commit> <commit>..."
6665 msgstr ""
6667 #: builtin/merge-base.c:30
6668 msgid "git merge-base [-a|--all] --octopus <commit>..."
6669 msgstr ""
6671 #: builtin/merge-base.c:31
6672 msgid "git merge-base --independent <commit>..."
6673 msgstr ""
6675 #: builtin/merge-base.c:32
6676 msgid "git merge-base --is-ancestor <commit> <commit>"
6677 msgstr ""
6679 #: builtin/merge-base.c:33
6680 msgid "git merge-base --fork-point <ref> [<commit>]"
6681 msgstr ""
6683 #: builtin/merge-base.c:214
6684 msgid "output all common ancestors"
6685 msgstr ""
6687 #: builtin/merge-base.c:216
6688 msgid "find ancestors for a single n-way merge"
6689 msgstr ""
6691 #: builtin/merge-base.c:218
6692 msgid "list revs not reachable from others"
6693 msgstr ""
6695 #: builtin/merge-base.c:220
6696 msgid "is the first one ancestor of the other?"
6697 msgstr ""
6699 #: builtin/merge-base.c:222
6700 msgid "find where <commit> forked from reflog of <ref>"
6701 msgstr ""
6703 #: builtin/merge-file.c:8
6704 msgid ""
6705 "git merge-file [options] [-L name1 [-L orig [-L name2]]] file1 orig_file "
6706 "file2"
6707 msgstr ""
6709 #: builtin/merge-file.c:33
6710 msgid "send results to standard output"
6711 msgstr ""
6713 #: builtin/merge-file.c:34
6714 msgid "use a diff3 based merge"
6715 msgstr ""
6717 #: builtin/merge-file.c:35
6718 msgid "for conflicts, use our version"
6719 msgstr ""
6721 #: builtin/merge-file.c:37
6722 msgid "for conflicts, use their version"
6723 msgstr ""
6725 #: builtin/merge-file.c:39
6726 msgid "for conflicts, use a union version"
6727 msgstr ""
6729 #: builtin/merge-file.c:42
6730 msgid "for conflicts, use this marker size"
6731 msgstr ""
6733 #: builtin/merge-file.c:43
6734 msgid "do not warn about conflicts"
6735 msgstr ""
6737 #: builtin/merge-file.c:45
6738 msgid "set labels for file1/orig_file/file2"
6739 msgstr ""
6741 #: builtin/mktree.c:64
6742 msgid "git mktree [-z] [--missing] [--batch]"
6743 msgstr ""
6745 #: builtin/mktree.c:150
6746 msgid "input is NUL terminated"
6747 msgstr ""
6749 #: builtin/mktree.c:151 builtin/write-tree.c:24
6750 msgid "allow missing objects"
6751 msgstr ""
6753 #: builtin/mktree.c:152
6754 msgid "allow creation of more than one tree"
6755 msgstr ""
6757 #: builtin/mv.c:15
6758 msgid "git mv [options] <source>... <destination>"
6759 msgstr ""
6761 #: builtin/mv.c:71
6762 msgid "force move/rename even if target exists"
6763 msgstr ""
6765 #: builtin/mv.c:72
6766 msgid "skip move/rename errors"
6767 msgstr ""
6769 #: builtin/mv.c:122
6770 #, c-format
6771 msgid "Checking rename of '%s' to '%s'\n"
6772 msgstr ""
6774 #: builtin/mv.c:126
6775 msgid "bad source"
6776 msgstr ""
6778 #: builtin/mv.c:129
6779 msgid "can not move directory into itself"
6780 msgstr ""
6782 #: builtin/mv.c:132
6783 msgid "cannot move directory over file"
6784 msgstr ""
6786 #: builtin/mv.c:138
6787 #, c-format
6788 msgid "Huh? Directory %s is in index and no submodule?"
6789 msgstr ""
6791 #: builtin/mv.c:140 builtin/rm.c:318
6792 msgid "Please, stage your changes to .gitmodules or stash them to proceed"
6793 msgstr ""
6795 #: builtin/mv.c:156
6796 #, c-format
6797 msgid "Huh? %.*s is in index?"
6798 msgstr ""
6800 #: builtin/mv.c:169
6801 msgid "source directory is empty"
6802 msgstr ""
6804 #: builtin/mv.c:205
6805 msgid "not under version control"
6806 msgstr ""
6808 #: builtin/mv.c:207
6809 msgid "destination exists"
6810 msgstr ""
6812 #: builtin/mv.c:215
6813 #, c-format
6814 msgid "overwriting '%s'"
6815 msgstr ""
6817 #: builtin/mv.c:218
6818 msgid "Cannot overwrite"
6819 msgstr ""
6821 #: builtin/mv.c:221
6822 msgid "multiple sources for the same target"
6823 msgstr ""
6825 #: builtin/mv.c:223
6826 msgid "destination directory does not exist"
6827 msgstr ""
6829 #: builtin/mv.c:243
6830 #, c-format
6831 msgid "%s, source=%s, destination=%s"
6832 msgstr ""
6834 #: builtin/mv.c:253
6835 #, c-format
6836 msgid "Renaming %s to %s\n"
6837 msgstr ""
6839 #: builtin/mv.c:256 builtin/remote.c:726 builtin/repack.c:355
6840 #, c-format
6841 msgid "renaming '%s' failed"
6842 msgstr ""
6844 #: builtin/name-rev.c:258
6845 msgid "git name-rev [options] <commit>..."
6846 msgstr ""
6848 #: builtin/name-rev.c:259
6849 msgid "git name-rev [options] --all"
6850 msgstr ""
6852 #: builtin/name-rev.c:260
6853 msgid "git name-rev [options] --stdin"
6854 msgstr ""
6856 #: builtin/name-rev.c:312
6857 msgid "print only names (no SHA-1)"
6858 msgstr ""
6860 #: builtin/name-rev.c:313
6861 msgid "only use tags to name the commits"
6862 msgstr ""
6864 #: builtin/name-rev.c:315
6865 msgid "only use refs matching <pattern>"
6866 msgstr ""
6868 #: builtin/name-rev.c:317
6869 msgid "list all commits reachable from all refs"
6870 msgstr ""
6872 #: builtin/name-rev.c:318
6873 msgid "read from stdin"
6874 msgstr ""
6876 #: builtin/name-rev.c:319
6877 msgid "allow to print `undefined` names (default)"
6878 msgstr ""
6880 #: builtin/name-rev.c:325
6881 msgid "dereference tags in the input (internal use)"
6882 msgstr ""
6884 #: builtin/notes.c:24
6885 msgid "git notes [--ref <notes_ref>] [list [<object>]]"
6886 msgstr ""
6888 #: builtin/notes.c:25
6889 msgid ""
6890 "git notes [--ref <notes_ref>] add [-f] [-m <msg> | -F <file> | (-c | -C) "
6891 "<object>] [<object>]"
6892 msgstr ""
6894 #: builtin/notes.c:26
6895 msgid "git notes [--ref <notes_ref>] copy [-f] <from-object> <to-object>"
6896 msgstr ""
6898 #: builtin/notes.c:27
6899 msgid ""
6900 "git notes [--ref <notes_ref>] append [-m <msg> | -F <file> | (-c | -C) "
6901 "<object>] [<object>]"
6902 msgstr ""
6904 #: builtin/notes.c:28
6905 msgid "git notes [--ref <notes_ref>] edit [<object>]"
6906 msgstr ""
6908 #: builtin/notes.c:29
6909 msgid "git notes [--ref <notes_ref>] show [<object>]"
6910 msgstr ""
6912 #: builtin/notes.c:30
6913 msgid ""
6914 "git notes [--ref <notes_ref>] merge [-v | -q] [-s <strategy> ] <notes_ref>"
6915 msgstr ""
6917 #: builtin/notes.c:31
6918 msgid "git notes merge --commit [-v | -q]"
6919 msgstr ""
6921 #: builtin/notes.c:32
6922 msgid "git notes merge --abort [-v | -q]"
6923 msgstr ""
6925 #: builtin/notes.c:33
6926 msgid "git notes [--ref <notes_ref>] remove [<object>...]"
6927 msgstr ""
6929 #: builtin/notes.c:34
6930 msgid "git notes [--ref <notes_ref>] prune [-n | -v]"
6931 msgstr ""
6933 #: builtin/notes.c:35
6934 msgid "git notes [--ref <notes_ref>] get-ref"
6935 msgstr ""
6937 #: builtin/notes.c:40
6938 msgid "git notes [list [<object>]]"
6939 msgstr ""
6941 #: builtin/notes.c:45
6942 msgid "git notes add [<options>] [<object>]"
6943 msgstr ""
6945 #: builtin/notes.c:50
6946 msgid "git notes copy [<options>] <from-object> <to-object>"
6947 msgstr ""
6949 #: builtin/notes.c:51
6950 msgid "git notes copy --stdin [<from-object> <to-object>]..."
6951 msgstr ""
6953 #: builtin/notes.c:56
6954 msgid "git notes append [<options>] [<object>]"
6955 msgstr ""
6957 #: builtin/notes.c:61
6958 msgid "git notes edit [<object>]"
6959 msgstr ""
6961 #: builtin/notes.c:66
6962 msgid "git notes show [<object>]"
6963 msgstr ""
6965 #: builtin/notes.c:71
6966 msgid "git notes merge [<options>] <notes_ref>"
6967 msgstr ""
6969 #: builtin/notes.c:72
6970 msgid "git notes merge --commit [<options>]"
6971 msgstr ""
6973 #: builtin/notes.c:73
6974 msgid "git notes merge --abort [<options>]"
6975 msgstr ""
6977 #: builtin/notes.c:78
6978 msgid "git notes remove [<object>]"
6979 msgstr ""
6981 #: builtin/notes.c:83
6982 msgid "git notes prune [<options>]"
6983 msgstr ""
6985 #: builtin/notes.c:88
6986 msgid "git notes get-ref"
6987 msgstr ""
6989 #: builtin/notes.c:137
6990 #, c-format
6991 msgid "unable to start 'show' for object '%s'"
6992 msgstr ""
6994 #: builtin/notes.c:141
6995 msgid "could not read 'show' output"
6996 msgstr ""
6998 #: builtin/notes.c:149
6999 #, c-format
7000 msgid "failed to finish 'show' for object '%s'"
7001 msgstr ""
7003 #: builtin/notes.c:167 builtin/tag.c:373
7004 #, c-format
7005 msgid "could not create file '%s'"
7006 msgstr ""
7008 #: builtin/notes.c:186
7009 msgid "Please supply the note contents using either -m or -F option"
7010 msgstr ""
7012 #: builtin/notes.c:207 builtin/notes.c:848
7013 #, c-format
7014 msgid "Removing note for object %s\n"
7015 msgstr ""
7017 #: builtin/notes.c:212
7018 msgid "unable to write note object"
7019 msgstr ""
7021 #: builtin/notes.c:214
7022 #, c-format
7023 msgid "The note contents has been left in %s"
7024 msgstr ""
7026 #: builtin/notes.c:248 builtin/tag.c:604
7027 #, c-format
7028 msgid "cannot read '%s'"
7029 msgstr ""
7031 #: builtin/notes.c:250 builtin/tag.c:607
7032 #, c-format
7033 msgid "could not open or read '%s'"
7034 msgstr ""
7036 #: builtin/notes.c:269 builtin/notes.c:320 builtin/notes.c:322
7037 #: builtin/notes.c:382 builtin/notes.c:436 builtin/notes.c:519
7038 #: builtin/notes.c:524 builtin/notes.c:599 builtin/notes.c:641
7039 #: builtin/notes.c:843 builtin/tag.c:620
7040 #, c-format
7041 msgid "Failed to resolve '%s' as a valid ref."
7042 msgstr ""
7044 #: builtin/notes.c:272
7045 #, c-format
7046 msgid "Failed to read object '%s'."
7047 msgstr ""
7049 #: builtin/notes.c:276
7050 #, c-format
7051 msgid "Cannot read note data from non-blob object '%s'."
7052 msgstr ""
7054 #: builtin/notes.c:316
7055 #, c-format
7056 msgid "Malformed input line: '%s'."
7057 msgstr ""
7059 #: builtin/notes.c:331
7060 #, c-format
7061 msgid "Failed to copy notes from '%s' to '%s'"
7062 msgstr ""
7064 #: builtin/notes.c:375 builtin/notes.c:429 builtin/notes.c:502
7065 #: builtin/notes.c:514 builtin/notes.c:587 builtin/notes.c:634
7066 #: builtin/notes.c:908
7067 msgid "too many parameters"
7068 msgstr ""
7070 #: builtin/notes.c:388 builtin/notes.c:647
7071 #, c-format
7072 msgid "No note found for object %s."
7073 msgstr ""
7075 #: builtin/notes.c:410 builtin/notes.c:567
7076 msgid "note contents as a string"
7077 msgstr ""
7079 #: builtin/notes.c:413 builtin/notes.c:570
7080 msgid "note contents in a file"
7081 msgstr ""
7083 #: builtin/notes.c:415 builtin/notes.c:418 builtin/notes.c:572
7084 #: builtin/notes.c:575 builtin/tag.c:539
7085 msgid "object"
7086 msgstr ""
7088 #: builtin/notes.c:416 builtin/notes.c:573
7089 msgid "reuse and edit specified note object"
7090 msgstr ""
7092 #: builtin/notes.c:419 builtin/notes.c:576
7093 msgid "reuse specified note object"
7094 msgstr ""
7096 #: builtin/notes.c:421 builtin/notes.c:489
7097 msgid "replace existing notes"
7098 msgstr ""
7100 #: builtin/notes.c:455
7101 #, c-format
7102 msgid ""
7103 "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
7104 "existing notes"
7105 msgstr ""
7107 #: builtin/notes.c:460 builtin/notes.c:537
7108 #, c-format
7109 msgid "Overwriting existing notes for object %s\n"
7110 msgstr ""
7112 #: builtin/notes.c:490
7113 msgid "read objects from stdin"
7114 msgstr ""
7116 #: builtin/notes.c:492
7117 msgid "load rewriting config for <command> (implies --stdin)"
7118 msgstr ""
7120 #: builtin/notes.c:510
7121 msgid "too few parameters"
7122 msgstr ""
7124 #: builtin/notes.c:531
7125 #, c-format
7126 msgid ""
7127 "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
7128 "existing notes"
7129 msgstr ""
7131 #: builtin/notes.c:543
7132 #, c-format
7133 msgid "Missing notes on source object %s. Cannot copy."
7134 msgstr ""
7136 #: builtin/notes.c:592
7137 #, c-format
7138 msgid ""
7139 "The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
7140 "Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
7141 msgstr ""
7143 #: builtin/notes.c:739
7144 msgid "General options"
7145 msgstr ""
7147 #: builtin/notes.c:741
7148 msgid "Merge options"
7149 msgstr ""
7151 #: builtin/notes.c:743
7152 msgid ""
7153 "resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
7154 "cat_sort_uniq)"
7155 msgstr ""
7157 #: builtin/notes.c:745
7158 msgid "Committing unmerged notes"
7159 msgstr ""
7161 #: builtin/notes.c:747
7162 msgid "finalize notes merge by committing unmerged notes"
7163 msgstr ""
7165 #: builtin/notes.c:749
7166 msgid "Aborting notes merge resolution"
7167 msgstr ""
7169 #: builtin/notes.c:751
7170 msgid "abort notes merge"
7171 msgstr ""
7173 #: builtin/notes.c:846
7174 #, c-format
7175 msgid "Object %s has no note\n"
7176 msgstr ""
7178 #: builtin/notes.c:858
7179 msgid "attempt to remove non-existent note is not an error"
7180 msgstr ""
7182 #: builtin/notes.c:861
7183 msgid "read object names from the standard input"
7184 msgstr ""
7186 #: builtin/notes.c:942
7187 msgid "notes-ref"
7188 msgstr ""
7190 #: builtin/notes.c:943
7191 msgid "use notes from <notes_ref>"
7192 msgstr ""
7194 #: builtin/notes.c:978 builtin/remote.c:1593
7195 #, c-format
7196 msgid "Unknown subcommand: %s"
7197 msgstr ""
7199 #: builtin/pack-objects.c:25
7200 msgid "git pack-objects --stdout [options...] [< ref-list | < object-list]"
7201 msgstr ""
7203 #: builtin/pack-objects.c:26
7204 msgid "git pack-objects [options...] base-name [< ref-list | < object-list]"
7205 msgstr ""
7207 #: builtin/pack-objects.c:175 builtin/pack-objects.c:178
7208 #, c-format
7209 msgid "deflate error (%d)"
7210 msgstr ""
7212 #: builtin/pack-objects.c:771
7213 msgid "Writing objects"
7214 msgstr ""
7216 #: builtin/pack-objects.c:1012
7217 msgid "disabling bitmap writing, as some objects are not being packed"
7218 msgstr ""
7220 #: builtin/pack-objects.c:2174
7221 msgid "Compressing objects"
7222 msgstr ""
7224 #: builtin/pack-objects.c:2530
7225 #, c-format
7226 msgid "unsupported index version %s"
7227 msgstr ""
7229 #: builtin/pack-objects.c:2534
7230 #, c-format
7231 msgid "bad index version '%s'"
7232 msgstr ""
7234 #: builtin/pack-objects.c:2557
7235 #, c-format
7236 msgid "option %s does not accept negative form"
7237 msgstr ""
7239 #: builtin/pack-objects.c:2561
7240 #, c-format
7241 msgid "unable to parse value '%s' for option %s"
7242 msgstr ""
7244 #: builtin/pack-objects.c:2580
7245 msgid "do not show progress meter"
7246 msgstr ""
7248 #: builtin/pack-objects.c:2582
7249 msgid "show progress meter"
7250 msgstr ""
7252 #: builtin/pack-objects.c:2584
7253 msgid "show progress meter during object writing phase"
7254 msgstr ""
7256 #: builtin/pack-objects.c:2587
7257 msgid "similar to --all-progress when progress meter is shown"
7258 msgstr ""
7260 #: builtin/pack-objects.c:2588
7261 msgid "version[,offset]"
7262 msgstr ""
7264 #: builtin/pack-objects.c:2589
7265 msgid "write the pack index file in the specified idx format version"
7266 msgstr ""
7268 #: builtin/pack-objects.c:2592
7269 msgid "maximum size of each output pack file"
7270 msgstr ""
7272 #: builtin/pack-objects.c:2594
7273 msgid "ignore borrowed objects from alternate object store"
7274 msgstr ""
7276 #: builtin/pack-objects.c:2596
7277 msgid "ignore packed objects"
7278 msgstr ""
7280 #: builtin/pack-objects.c:2598
7281 msgid "limit pack window by objects"
7282 msgstr ""
7284 #: builtin/pack-objects.c:2600
7285 msgid "limit pack window by memory in addition to object limit"
7286 msgstr ""
7288 #: builtin/pack-objects.c:2602
7289 msgid "maximum length of delta chain allowed in the resulting pack"
7290 msgstr ""
7292 #: builtin/pack-objects.c:2604
7293 msgid "reuse existing deltas"
7294 msgstr ""
7296 #: builtin/pack-objects.c:2606
7297 msgid "reuse existing objects"
7298 msgstr ""
7300 #: builtin/pack-objects.c:2608
7301 msgid "use OFS_DELTA objects"
7302 msgstr ""
7304 #: builtin/pack-objects.c:2610
7305 msgid "use threads when searching for best delta matches"
7306 msgstr ""
7308 #: builtin/pack-objects.c:2612
7309 msgid "do not create an empty pack output"
7310 msgstr ""
7312 #: builtin/pack-objects.c:2614
7313 msgid "read revision arguments from standard input"
7314 msgstr ""
7316 #: builtin/pack-objects.c:2616
7317 msgid "limit the objects to those that are not yet packed"
7318 msgstr ""
7320 #: builtin/pack-objects.c:2619
7321 msgid "include objects reachable from any reference"
7322 msgstr ""
7324 #: builtin/pack-objects.c:2622
7325 msgid "include objects referred by reflog entries"
7326 msgstr ""
7328 #: builtin/pack-objects.c:2625
7329 msgid "output pack to stdout"
7330 msgstr ""
7332 #: builtin/pack-objects.c:2627
7333 msgid "include tag objects that refer to objects to be packed"
7334 msgstr ""
7336 #: builtin/pack-objects.c:2629
7337 msgid "keep unreachable objects"
7338 msgstr ""
7340 #: builtin/pack-objects.c:2630 parse-options.h:140
7341 msgid "time"
7342 msgstr ""
7344 #: builtin/pack-objects.c:2631
7345 msgid "unpack unreachable objects newer than <time>"
7346 msgstr ""
7348 #: builtin/pack-objects.c:2634
7349 msgid "create thin packs"
7350 msgstr ""
7352 #: builtin/pack-objects.c:2636
7353 msgid "ignore packs that have companion .keep file"
7354 msgstr ""
7356 #: builtin/pack-objects.c:2638
7357 msgid "pack compression level"
7358 msgstr ""
7360 #: builtin/pack-objects.c:2640
7361 msgid "do not hide commits by grafts"
7362 msgstr ""
7364 #: builtin/pack-objects.c:2642
7365 msgid "use a bitmap index if available to speed up counting objects"
7366 msgstr ""
7368 #: builtin/pack-objects.c:2644
7369 msgid "write a bitmap index together with the pack index"
7370 msgstr ""
7372 #: builtin/pack-objects.c:2723
7373 msgid "Counting objects"
7374 msgstr ""
7376 #: builtin/pack-refs.c:6
7377 msgid "git pack-refs [options]"
7378 msgstr ""
7380 #: builtin/pack-refs.c:14
7381 msgid "pack everything"
7382 msgstr ""
7384 #: builtin/pack-refs.c:15
7385 msgid "prune loose refs (default)"
7386 msgstr ""
7388 #: builtin/prune-packed.c:7
7389 msgid "git prune-packed [-n|--dry-run] [-q|--quiet]"
7390 msgstr ""
7392 #: builtin/prune-packed.c:49
7393 msgid "Removing duplicate objects"
7394 msgstr ""
7396 #: builtin/prune.c:12
7397 msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"
7398 msgstr ""
7400 #: builtin/prune.c:142
7401 msgid "do not remove, show only"
7402 msgstr ""
7404 #: builtin/prune.c:143
7405 msgid "report pruned objects"
7406 msgstr ""
7408 #: builtin/prune.c:146
7409 msgid "expire objects older than <time>"
7410 msgstr ""
7412 #: builtin/push.c:14
7413 msgid "git push [<options>] [<repository> [<refspec>...]]"
7414 msgstr ""
7416 #: builtin/push.c:85
7417 msgid "tag shorthand without <tag>"
7418 msgstr ""
7420 #: builtin/push.c:95
7421 msgid "--delete only accepts plain target ref names"
7422 msgstr ""
7424 #: builtin/push.c:140
7425 msgid ""
7426 "\n"
7427 "To choose either option permanently, see push.default in 'git help config'."
7428 msgstr ""
7430 #: builtin/push.c:143
7431 #, c-format
7432 msgid ""
7433 "The upstream branch of your current branch does not match\n"
7434 "the name of your current branch.  To push to the upstream branch\n"
7435 "on the remote, use\n"
7436 "\n"
7437 "    git push %s HEAD:%s\n"
7438 "\n"
7439 "To push to the branch of the same name on the remote, use\n"
7440 "\n"
7441 "    git push %s %s\n"
7442 "%s"
7443 msgstr ""
7445 #: builtin/push.c:158
7446 #, c-format
7447 msgid ""
7448 "You are not currently on a branch.\n"
7449 "To push the history leading to the current (detached HEAD)\n"
7450 "state now, use\n"
7451 "\n"
7452 "    git push %s HEAD:<name-of-remote-branch>\n"
7453 msgstr ""
7455 #: builtin/push.c:172
7456 #, c-format
7457 msgid ""
7458 "The current branch %s has no upstream branch.\n"
7459 "To push the current branch and set the remote as upstream, use\n"
7460 "\n"
7461 "    git push --set-upstream %s %s\n"
7462 msgstr ""
7464 #: builtin/push.c:180
7465 #, c-format
7466 msgid "The current branch %s has multiple upstream branches, refusing to push."
7467 msgstr ""
7469 #: builtin/push.c:183
7470 #, c-format
7471 msgid ""
7472 "You are pushing to remote '%s', which is not the upstream of\n"
7473 "your current branch '%s', without telling me what to push\n"
7474 "to update which remote branch."
7475 msgstr ""
7477 #: builtin/push.c:206
7478 msgid ""
7479 "push.default is unset; its implicit value has changed in\n"
7480 "Git 2.0 from 'matching' to 'simple'. To squelch this message\n"
7481 "and maintain the traditional behavior, use:\n"
7482 "\n"
7483 "  git config --global push.default matching\n"
7484 "\n"
7485 "To squelch this message and adopt the new behavior now, use:\n"
7486 "\n"
7487 "  git config --global push.default simple\n"
7488 "\n"
7489 "When push.default is set to 'matching', git will push local branches\n"
7490 "to the remote branches that already exist with the same name.\n"
7491 "\n"
7492 "Since Git 2.0, Git defaults to the more conservative 'simple'\n"
7493 "behavior, which only pushes the current branch to the corresponding\n"
7494 "remote branch that 'git pull' uses to update the current branch.\n"
7495 "\n"
7496 "See 'git help config' and search for 'push.default' for further "
7497 "information.\n"
7498 "(the 'simple' mode was introduced in Git 1.7.11. Use the similar mode\n"
7499 "'current' instead of 'simple' if you sometimes use older versions of Git)"
7500 msgstr ""
7502 #: builtin/push.c:273
7503 msgid ""
7504 "You didn't specify any refspecs to push, and push.default is \"nothing\"."
7505 msgstr ""
7507 #: builtin/push.c:280
7508 msgid ""
7509 "Updates were rejected because the tip of your current branch is behind\n"
7510 "its remote counterpart. Integrate the remote changes (e.g.\n"
7511 "'git pull ...') before pushing again.\n"
7512 "See the 'Note about fast-forwards' in 'git push --help' for details."
7513 msgstr ""
7515 #: builtin/push.c:286
7516 msgid ""
7517 "Updates were rejected because a pushed branch tip is behind its remote\n"
7518 "counterpart. Check out this branch and integrate the remote changes\n"
7519 "(e.g. 'git pull ...') before pushing again.\n"
7520 "See the 'Note about fast-forwards' in 'git push --help' for details."
7521 msgstr ""
7523 #: builtin/push.c:292
7524 msgid ""
7525 "Updates were rejected because the remote contains work that you do\n"
7526 "not have locally. This is usually caused by another repository pushing\n"
7527 "to the same ref. You may want to first integrate the remote changes\n"
7528 "(e.g., 'git pull ...') before pushing again.\n"
7529 "See the 'Note about fast-forwards' in 'git push --help' for details."
7530 msgstr ""
7532 #: builtin/push.c:299
7533 msgid "Updates were rejected because the tag already exists in the remote."
7534 msgstr ""
7536 #: builtin/push.c:302
7537 msgid ""
7538 "You cannot update a remote ref that points at a non-commit object,\n"
7539 "or update a remote ref to make it point at a non-commit object,\n"
7540 "without using the '--force' option.\n"
7541 msgstr ""
7543 #: builtin/push.c:361
7544 #, c-format
7545 msgid "Pushing to %s\n"
7546 msgstr ""
7548 #: builtin/push.c:365
7549 #, c-format
7550 msgid "failed to push some refs to '%s'"
7551 msgstr ""
7553 #: builtin/push.c:395
7554 #, c-format
7555 msgid "bad repository '%s'"
7556 msgstr ""
7558 #: builtin/push.c:396
7559 msgid ""
7560 "No configured push destination.\n"
7561 "Either specify the URL from the command-line or configure a remote "
7562 "repository using\n"
7563 "\n"
7564 "    git remote add <name> <url>\n"
7565 "\n"
7566 "and then push using the remote name\n"
7567 "\n"
7568 "    git push <name>\n"
7569 msgstr ""
7571 #: builtin/push.c:411
7572 msgid "--all and --tags are incompatible"
7573 msgstr ""
7575 #: builtin/push.c:412
7576 msgid "--all can't be combined with refspecs"
7577 msgstr ""
7579 #: builtin/push.c:417
7580 msgid "--mirror and --tags are incompatible"
7581 msgstr ""
7583 #: builtin/push.c:418
7584 msgid "--mirror can't be combined with refspecs"
7585 msgstr ""
7587 #: builtin/push.c:423
7588 msgid "--all and --mirror are incompatible"
7589 msgstr ""
7591 #: builtin/push.c:483
7592 msgid "repository"
7593 msgstr ""
7595 #: builtin/push.c:484
7596 msgid "push all refs"
7597 msgstr ""
7599 #: builtin/push.c:485
7600 msgid "mirror all refs"
7601 msgstr ""
7603 #: builtin/push.c:487
7604 msgid "delete refs"
7605 msgstr ""
7607 #: builtin/push.c:488
7608 msgid "push tags (can't be used with --all or --mirror)"
7609 msgstr ""
7611 #: builtin/push.c:491
7612 msgid "force updates"
7613 msgstr ""
7615 #: builtin/push.c:493
7616 msgid "refname>:<expect"
7617 msgstr ""
7619 #: builtin/push.c:494
7620 msgid "require old value of ref to be at this value"
7621 msgstr ""
7623 #: builtin/push.c:496
7624 msgid "check"
7625 msgstr ""
7627 #: builtin/push.c:497
7628 msgid "control recursive pushing of submodules"
7629 msgstr ""
7631 #: builtin/push.c:499
7632 msgid "use thin pack"
7633 msgstr ""
7635 #: builtin/push.c:500 builtin/push.c:501
7636 msgid "receive pack program"
7637 msgstr ""
7639 #: builtin/push.c:502
7640 msgid "set upstream for git pull/status"
7641 msgstr ""
7643 #: builtin/push.c:505
7644 msgid "prune locally removed refs"
7645 msgstr ""
7647 #: builtin/push.c:507
7648 msgid "bypass pre-push hook"
7649 msgstr ""
7651 #: builtin/push.c:508
7652 msgid "push missing but relevant tags"
7653 msgstr ""
7655 #: builtin/push.c:518
7656 msgid "--delete is incompatible with --all, --mirror and --tags"
7657 msgstr ""
7659 #: builtin/push.c:520
7660 msgid "--delete doesn't make sense without any refs"
7661 msgstr ""
7663 #: builtin/read-tree.c:36
7664 msgid ""
7665 "git read-tree [[-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>] "
7666 "[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
7667 "index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
7668 msgstr ""
7670 #: builtin/read-tree.c:109
7671 msgid "write resulting index to <file>"
7672 msgstr ""
7674 #: builtin/read-tree.c:112
7675 msgid "only empty the index"
7676 msgstr ""
7678 #: builtin/read-tree.c:114
7679 msgid "Merging"
7680 msgstr ""
7682 #: builtin/read-tree.c:116
7683 msgid "perform a merge in addition to a read"
7684 msgstr ""
7686 #: builtin/read-tree.c:118
7687 msgid "3-way merge if no file level merging required"
7688 msgstr ""
7690 #: builtin/read-tree.c:120
7691 msgid "3-way merge in presence of adds and removes"
7692 msgstr ""
7694 #: builtin/read-tree.c:122
7695 msgid "same as -m, but discard unmerged entries"
7696 msgstr ""
7698 #: builtin/read-tree.c:123
7699 msgid "<subdirectory>/"
7700 msgstr ""
7702 #: builtin/read-tree.c:124
7703 msgid "read the tree into the index under <subdirectory>/"
7704 msgstr ""
7706 #: builtin/read-tree.c:127
7707 msgid "update working tree with merge result"
7708 msgstr ""
7710 #: builtin/read-tree.c:129
7711 msgid "gitignore"
7712 msgstr ""
7714 #: builtin/read-tree.c:130
7715 msgid "allow explicitly ignored files to be overwritten"
7716 msgstr ""
7718 #: builtin/read-tree.c:133
7719 msgid "don't check the working tree after merging"
7720 msgstr ""
7722 #: builtin/read-tree.c:134
7723 msgid "don't update the index or the work tree"
7724 msgstr ""
7726 #: builtin/read-tree.c:136
7727 msgid "skip applying sparse checkout filter"
7728 msgstr ""
7730 #: builtin/read-tree.c:138
7731 msgid "debug unpack-trees"
7732 msgstr ""
7734 #: builtin/reflog.c:499
7735 #, c-format
7736 msgid "%s' for '%s' is not a valid timestamp"
7737 msgstr ""
7739 #: builtin/reflog.c:615 builtin/reflog.c:620
7740 #, c-format
7741 msgid "'%s' is not a valid timestamp"
7742 msgstr ""
7744 #: builtin/remote.c:12
7745 msgid "git remote [-v | --verbose]"
7746 msgstr ""
7748 #: builtin/remote.c:13
7749 msgid ""
7750 "git remote add [-t <branch>] [-m <master>] [-f] [--tags|--no-tags] [--"
7751 "mirror=<fetch|push>] <name> <url>"
7752 msgstr ""
7754 #: builtin/remote.c:14 builtin/remote.c:33
7755 msgid "git remote rename <old> <new>"
7756 msgstr ""
7758 #: builtin/remote.c:15 builtin/remote.c:38
7759 msgid "git remote remove <name>"
7760 msgstr ""
7762 #: builtin/remote.c:16
7763 msgid "git remote set-head <name> (-a | --auto | -d | --delete |<branch>)"
7764 msgstr ""
7766 #: builtin/remote.c:17
7767 msgid "git remote [-v | --verbose] show [-n] <name>"
7768 msgstr ""
7770 #: builtin/remote.c:18
7771 msgid "git remote prune [-n | --dry-run] <name>"
7772 msgstr ""
7774 #: builtin/remote.c:19
7775 msgid ""
7776 "git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
7777 msgstr ""
7779 #: builtin/remote.c:20
7780 msgid "git remote set-branches [--add] <name> <branch>..."
7781 msgstr ""
7783 #: builtin/remote.c:21 builtin/remote.c:69
7784 msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
7785 msgstr ""
7787 #: builtin/remote.c:22 builtin/remote.c:70
7788 msgid "git remote set-url --add <name> <newurl>"
7789 msgstr ""
7791 #: builtin/remote.c:23 builtin/remote.c:71
7792 msgid "git remote set-url --delete <name> <url>"
7793 msgstr ""
7795 #: builtin/remote.c:28
7796 msgid "git remote add [<options>] <name> <url>"
7797 msgstr ""
7799 #: builtin/remote.c:43
7800 msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
7801 msgstr ""
7803 #: builtin/remote.c:48
7804 msgid "git remote set-branches <name> <branch>..."
7805 msgstr ""
7807 #: builtin/remote.c:49
7808 msgid "git remote set-branches --add <name> <branch>..."
7809 msgstr ""
7811 #: builtin/remote.c:54
7812 msgid "git remote show [<options>] <name>"
7813 msgstr ""
7815 #: builtin/remote.c:59
7816 msgid "git remote prune [<options>] <name>"
7817 msgstr ""
7819 #: builtin/remote.c:64
7820 msgid "git remote update [<options>] [<group> | <remote>]..."
7821 msgstr ""
7823 #: builtin/remote.c:88
7824 #, c-format
7825 msgid "Updating %s"
7826 msgstr ""
7828 #: builtin/remote.c:120
7829 msgid ""
7830 "--mirror is dangerous and deprecated; please\n"
7831 "\t use --mirror=fetch or --mirror=push instead"
7832 msgstr ""
7834 #: builtin/remote.c:137
7835 #, c-format
7836 msgid "unknown mirror argument: %s"
7837 msgstr ""
7839 #: builtin/remote.c:153
7840 msgid "fetch the remote branches"
7841 msgstr ""
7843 #: builtin/remote.c:155
7844 msgid "import all tags and associated objects when fetching"
7845 msgstr ""
7847 #: builtin/remote.c:158
7848 msgid "or do not fetch any tag at all (--no-tags)"
7849 msgstr ""
7851 #: builtin/remote.c:160
7852 msgid "branch(es) to track"
7853 msgstr ""
7855 #: builtin/remote.c:161
7856 msgid "master branch"
7857 msgstr ""
7859 #: builtin/remote.c:162
7860 msgid "push|fetch"
7861 msgstr ""
7863 #: builtin/remote.c:163
7864 msgid "set up remote as a mirror to push to or fetch from"
7865 msgstr ""
7867 #: builtin/remote.c:175
7868 msgid "specifying a master branch makes no sense with --mirror"
7869 msgstr ""
7871 #: builtin/remote.c:177
7872 msgid "specifying branches to track makes sense only with fetch mirrors"
7873 msgstr ""
7875 #: builtin/remote.c:185 builtin/remote.c:641
7876 #, c-format
7877 msgid "remote %s already exists."
7878 msgstr ""
7880 #: builtin/remote.c:189 builtin/remote.c:645
7881 #, c-format
7882 msgid "'%s' is not a valid remote name"
7883 msgstr ""
7885 #: builtin/remote.c:233
7886 #, c-format
7887 msgid "Could not setup master '%s'"
7888 msgstr ""
7890 #: builtin/remote.c:289
7891 #, c-format
7892 msgid "more than one %s"
7893 msgstr ""
7895 #: builtin/remote.c:334
7896 #, c-format
7897 msgid "Could not get fetch map for refspec %s"
7898 msgstr ""
7900 #: builtin/remote.c:435 builtin/remote.c:443
7901 msgid "(matching)"
7902 msgstr ""
7904 #: builtin/remote.c:447
7905 msgid "(delete)"
7906 msgstr ""
7908 #: builtin/remote.c:590 builtin/remote.c:596 builtin/remote.c:602
7909 #, c-format
7910 msgid "Could not append '%s' to '%s'"
7911 msgstr ""
7913 #: builtin/remote.c:634 builtin/remote.c:787 builtin/remote.c:885
7914 #, c-format
7915 msgid "No such remote: %s"
7916 msgstr ""
7918 #: builtin/remote.c:651
7919 #, c-format
7920 msgid "Could not rename config section '%s' to '%s'"
7921 msgstr ""
7923 #: builtin/remote.c:657 builtin/remote.c:794
7924 #, c-format
7925 msgid "Could not remove config section '%s'"
7926 msgstr ""
7928 #: builtin/remote.c:672
7929 #, c-format
7930 msgid ""
7931 "Not updating non-default fetch refspec\n"
7932 "\t%s\n"
7933 "\tPlease update the configuration manually if necessary."
7934 msgstr ""
7936 #: builtin/remote.c:678
7937 #, c-format
7938 msgid "Could not append '%s'"
7939 msgstr ""
7941 #: builtin/remote.c:689
7942 #, c-format
7943 msgid "Could not set '%s'"
7944 msgstr ""
7946 #: builtin/remote.c:711
7947 #, c-format
7948 msgid "deleting '%s' failed"
7949 msgstr ""
7951 #: builtin/remote.c:745
7952 #, c-format
7953 msgid "creating '%s' failed"
7954 msgstr ""
7956 #: builtin/remote.c:759
7957 #, c-format
7958 msgid "Could not remove branch %s"
7959 msgstr ""
7961 #: builtin/remote.c:829
7962 msgid ""
7963 "Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
7964 "to delete it, use:"
7965 msgid_plural ""
7966 "Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
7967 "to delete them, use:"
7968 msgstr[0] ""
7969 msgstr[1] ""
7971 #: builtin/remote.c:938
7972 #, c-format
7973 msgid " new (next fetch will store in remotes/%s)"
7974 msgstr ""
7976 #: builtin/remote.c:941
7977 msgid " tracked"
7978 msgstr ""
7980 #: builtin/remote.c:943
7981 msgid " stale (use 'git remote prune' to remove)"
7982 msgstr ""
7984 #: builtin/remote.c:945
7985 msgid " ???"
7986 msgstr ""
7988 #: builtin/remote.c:986
7989 #, c-format
7990 msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
7991 msgstr ""
7993 #: builtin/remote.c:993
7994 #, c-format
7995 msgid "rebases onto remote %s"
7996 msgstr ""
7998 #: builtin/remote.c:996
7999 #, c-format
8000 msgid " merges with remote %s"
8001 msgstr ""
8003 #: builtin/remote.c:997
8004 msgid "    and with remote"
8005 msgstr ""
8007 #: builtin/remote.c:999
8008 #, c-format
8009 msgid "merges with remote %s"
8010 msgstr ""
8012 #: builtin/remote.c:1000
8013 msgid "   and with remote"
8014 msgstr ""
8016 #: builtin/remote.c:1046
8017 msgid "create"
8018 msgstr ""
8020 #: builtin/remote.c:1049
8021 msgid "delete"
8022 msgstr ""
8024 #: builtin/remote.c:1053
8025 msgid "up to date"
8026 msgstr ""
8028 #: builtin/remote.c:1056
8029 msgid "fast-forwardable"
8030 msgstr ""
8032 #: builtin/remote.c:1059
8033 msgid "local out of date"
8034 msgstr ""
8036 #: builtin/remote.c:1066
8037 #, c-format
8038 msgid "    %-*s forces to %-*s (%s)"
8039 msgstr ""
8041 #: builtin/remote.c:1069
8042 #, c-format
8043 msgid "    %-*s pushes to %-*s (%s)"
8044 msgstr ""
8046 #: builtin/remote.c:1073
8047 #, c-format
8048 msgid "    %-*s forces to %s"
8049 msgstr ""
8051 #: builtin/remote.c:1076
8052 #, c-format
8053 msgid "    %-*s pushes to %s"
8054 msgstr ""
8056 #: builtin/remote.c:1144
8057 msgid "do not query remotes"
8058 msgstr ""
8060 #: builtin/remote.c:1171
8061 #, c-format
8062 msgid "* remote %s"
8063 msgstr ""
8065 #: builtin/remote.c:1172
8066 #, c-format
8067 msgid "  Fetch URL: %s"
8068 msgstr ""
8070 #: builtin/remote.c:1173 builtin/remote.c:1318
8071 msgid "(no URL)"
8072 msgstr ""
8074 #: builtin/remote.c:1182 builtin/remote.c:1184
8075 #, c-format
8076 msgid "  Push  URL: %s"
8077 msgstr ""
8079 #: builtin/remote.c:1186 builtin/remote.c:1188 builtin/remote.c:1190
8080 #, c-format
8081 msgid "  HEAD branch: %s"
8082 msgstr ""
8084 #: builtin/remote.c:1192
8085 #, c-format
8086 msgid ""
8087 "  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
8088 msgstr ""
8090 #: builtin/remote.c:1204
8091 #, c-format
8092 msgid "  Remote branch:%s"
8093 msgid_plural "  Remote branches:%s"
8094 msgstr[0] ""
8095 msgstr[1] ""
8097 #: builtin/remote.c:1207 builtin/remote.c:1234
8098 msgid " (status not queried)"
8099 msgstr ""
8101 #: builtin/remote.c:1216
8102 msgid "  Local branch configured for 'git pull':"
8103 msgid_plural "  Local branches configured for 'git pull':"
8104 msgstr[0] ""
8105 msgstr[1] ""
8107 #: builtin/remote.c:1224
8108 msgid "  Local refs will be mirrored by 'git push'"
8109 msgstr ""
8111 #: builtin/remote.c:1231
8112 #, c-format
8113 msgid "  Local ref configured for 'git push'%s:"
8114 msgid_plural "  Local refs configured for 'git push'%s:"
8115 msgstr[0] ""
8116 msgstr[1] ""
8118 #: builtin/remote.c:1252
8119 msgid "set refs/remotes/<name>/HEAD according to remote"
8120 msgstr ""
8122 #: builtin/remote.c:1254
8123 msgid "delete refs/remotes/<name>/HEAD"
8124 msgstr ""
8126 #: builtin/remote.c:1269
8127 msgid "Cannot determine remote HEAD"
8128 msgstr ""
8130 #: builtin/remote.c:1271
8131 msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
8132 msgstr ""
8134 #: builtin/remote.c:1281
8135 #, c-format
8136 msgid "Could not delete %s"
8137 msgstr ""
8139 #: builtin/remote.c:1289
8140 #, c-format
8141 msgid "Not a valid ref: %s"
8142 msgstr ""
8144 #: builtin/remote.c:1291
8145 #, c-format
8146 msgid "Could not setup %s"
8147 msgstr ""
8149 #: builtin/remote.c:1307
8150 #, c-format
8151 msgid " %s will become dangling!"
8152 msgstr ""
8154 #: builtin/remote.c:1308
8155 #, c-format
8156 msgid " %s has become dangling!"
8157 msgstr ""
8159 #: builtin/remote.c:1314
8160 #, c-format
8161 msgid "Pruning %s"
8162 msgstr ""
8164 #: builtin/remote.c:1315
8165 #, c-format
8166 msgid "URL: %s"
8167 msgstr ""
8169 #: builtin/remote.c:1328
8170 #, c-format
8171 msgid " * [would prune] %s"
8172 msgstr ""
8174 #: builtin/remote.c:1331
8175 #, c-format
8176 msgid " * [pruned] %s"
8177 msgstr ""
8179 #: builtin/remote.c:1374
8180 msgid "prune remotes after fetching"
8181 msgstr ""
8183 #: builtin/remote.c:1440 builtin/remote.c:1514
8184 #, c-format
8185 msgid "No such remote '%s'"
8186 msgstr ""
8188 #: builtin/remote.c:1460
8189 msgid "add branch"
8190 msgstr ""
8192 #: builtin/remote.c:1467
8193 msgid "no remote specified"
8194 msgstr ""
8196 #: builtin/remote.c:1489
8197 msgid "manipulate push URLs"
8198 msgstr ""
8200 #: builtin/remote.c:1491
8201 msgid "add URL"
8202 msgstr ""
8204 #: builtin/remote.c:1493
8205 msgid "delete URLs"
8206 msgstr ""
8208 #: builtin/remote.c:1500
8209 msgid "--add --delete doesn't make sense"
8210 msgstr ""
8212 #: builtin/remote.c:1540
8213 #, c-format
8214 msgid "Invalid old URL pattern: %s"
8215 msgstr ""
8217 #: builtin/remote.c:1548
8218 #, c-format
8219 msgid "No such URL found: %s"
8220 msgstr ""
8222 #: builtin/remote.c:1550
8223 msgid "Will not delete all non-push URLs"
8224 msgstr ""
8226 #: builtin/remote.c:1564
8227 msgid "be verbose; must be placed before a subcommand"
8228 msgstr ""
8230 #: builtin/repack.c:16
8231 msgid "git repack [options]"
8232 msgstr ""
8234 #: builtin/repack.c:156
8235 msgid "pack everything in a single pack"
8236 msgstr ""
8238 #: builtin/repack.c:158
8239 msgid "same as -a, and turn unreachable objects loose"
8240 msgstr ""
8242 #: builtin/repack.c:161
8243 msgid "remove redundant packs, and run git-prune-packed"
8244 msgstr ""
8246 #: builtin/repack.c:163
8247 msgid "pass --no-reuse-delta to git-pack-objects"
8248 msgstr ""
8250 #: builtin/repack.c:165
8251 msgid "pass --no-reuse-object to git-pack-objects"
8252 msgstr ""
8254 #: builtin/repack.c:167
8255 msgid "do not run git-update-server-info"
8256 msgstr ""
8258 #: builtin/repack.c:170
8259 msgid "pass --local to git-pack-objects"
8260 msgstr ""
8262 #: builtin/repack.c:172
8263 msgid "write bitmap index"
8264 msgstr ""
8266 #: builtin/repack.c:173
8267 msgid "approxidate"
8268 msgstr ""
8270 #: builtin/repack.c:174
8271 msgid "with -A, do not loosen objects older than this"
8272 msgstr ""
8274 #: builtin/repack.c:176
8275 msgid "size of the window used for delta compression"
8276 msgstr ""
8278 #: builtin/repack.c:177 builtin/repack.c:181
8279 msgid "bytes"
8280 msgstr ""
8282 #: builtin/repack.c:178
8283 msgid "same as the above, but limit memory size instead of entries count"
8284 msgstr ""
8286 #: builtin/repack.c:180
8287 msgid "limits the maximum delta depth"
8288 msgstr ""
8290 #: builtin/repack.c:182
8291 msgid "maximum size of each packfile"
8292 msgstr ""
8294 #: builtin/repack.c:184
8295 msgid "repack objects in packs marked with .keep"
8296 msgstr ""
8298 #: builtin/repack.c:371
8299 #, c-format
8300 msgid "removing '%s' failed"
8301 msgstr ""
8303 #: builtin/replace.c:17
8304 msgid "git replace [-f] <object> <replacement>"
8305 msgstr ""
8307 #: builtin/replace.c:18
8308 msgid "git replace -d <object>..."
8309 msgstr ""
8311 #: builtin/replace.c:19
8312 msgid "git replace [--format=<format>] [-l [<pattern>]]"
8313 msgstr ""
8315 #: builtin/replace.c:174
8316 msgid "list replace refs"
8317 msgstr ""
8319 #: builtin/replace.c:175
8320 msgid "delete replace refs"
8321 msgstr ""
8323 #: builtin/replace.c:176
8324 msgid "replace the ref if it exists"
8325 msgstr ""
8327 #: builtin/replace.c:177
8328 msgid "use this format"
8329 msgstr ""
8331 #: builtin/rerere.c:12
8332 msgid "git rerere [clear | forget path... | status | remaining | diff | gc]"
8333 msgstr ""
8335 #: builtin/rerere.c:57
8336 msgid "register clean resolutions in index"
8337 msgstr ""
8339 #: builtin/reset.c:25
8340 msgid ""
8341 "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
8342 msgstr ""
8344 #: builtin/reset.c:26
8345 msgid "git reset [-q] <tree-ish> [--] <paths>..."
8346 msgstr ""
8348 #: builtin/reset.c:27
8349 msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
8350 msgstr ""
8352 #: builtin/reset.c:33
8353 msgid "mixed"
8354 msgstr ""
8356 #: builtin/reset.c:33
8357 msgid "soft"
8358 msgstr ""
8360 #: builtin/reset.c:33
8361 msgid "hard"
8362 msgstr ""
8364 #: builtin/reset.c:33
8365 msgid "merge"
8366 msgstr ""
8368 #: builtin/reset.c:33
8369 msgid "keep"
8370 msgstr ""
8372 #: builtin/reset.c:73
8373 msgid "You do not have a valid HEAD."
8374 msgstr ""
8376 #: builtin/reset.c:75
8377 msgid "Failed to find tree of HEAD."
8378 msgstr ""
8380 #: builtin/reset.c:81
8381 #, c-format
8382 msgid "Failed to find tree of %s."
8383 msgstr ""
8385 #: builtin/reset.c:99
8386 #, c-format
8387 msgid "HEAD is now at %s"
8388 msgstr ""
8390 #: builtin/reset.c:182
8391 #, c-format
8392 msgid "Cannot do a %s reset in the middle of a merge."
8393 msgstr ""
8395 #: builtin/reset.c:273
8396 msgid "be quiet, only report errors"
8397 msgstr ""
8399 #: builtin/reset.c:275
8400 msgid "reset HEAD and index"
8401 msgstr ""
8403 #: builtin/reset.c:276
8404 msgid "reset only HEAD"
8405 msgstr ""
8407 #: builtin/reset.c:278 builtin/reset.c:280
8408 msgid "reset HEAD, index and working tree"
8409 msgstr ""
8411 #: builtin/reset.c:282
8412 msgid "reset HEAD but keep local changes"
8413 msgstr ""
8415 #: builtin/reset.c:285
8416 msgid "record only the fact that removed paths will be added later"
8417 msgstr ""
8419 #: builtin/reset.c:302
8420 #, c-format
8421 msgid "Failed to resolve '%s' as a valid revision."
8422 msgstr ""
8424 #: builtin/reset.c:305 builtin/reset.c:313
8425 #, c-format
8426 msgid "Could not parse object '%s'."
8427 msgstr ""
8429 #: builtin/reset.c:310
8430 #, c-format
8431 msgid "Failed to resolve '%s' as a valid tree."
8432 msgstr ""
8434 #: builtin/reset.c:319
8435 msgid "--patch is incompatible with --{hard,mixed,soft}"
8436 msgstr ""
8438 #: builtin/reset.c:328
8439 msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
8440 msgstr ""
8442 #: builtin/reset.c:330
8443 #, c-format
8444 msgid "Cannot do %s reset with paths."
8445 msgstr ""
8447 #: builtin/reset.c:340
8448 #, c-format
8449 msgid "%s reset is not allowed in a bare repository"
8450 msgstr ""
8452 #: builtin/reset.c:344
8453 msgid "-N can only be used with --mixed"
8454 msgstr ""
8456 #: builtin/reset.c:361
8457 msgid "Unstaged changes after reset:"
8458 msgstr ""
8460 #: builtin/reset.c:367
8461 #, c-format
8462 msgid "Could not reset index file to revision '%s'."
8463 msgstr ""
8465 #: builtin/reset.c:372
8466 msgid "Could not write new index file."
8467 msgstr ""
8469 #: builtin/rev-parse.c:359
8470 msgid "git rev-parse --parseopt [options] -- [<args>...]"
8471 msgstr ""
8473 #: builtin/rev-parse.c:364
8474 msgid "keep the `--` passed as an arg"
8475 msgstr ""
8477 #: builtin/rev-parse.c:366
8478 msgid "stop parsing after the first non-option argument"
8479 msgstr ""
8481 #: builtin/rev-parse.c:369
8482 msgid "output in stuck long form"
8483 msgstr ""
8485 #: builtin/rev-parse.c:497
8486 msgid ""
8487 "git rev-parse --parseopt [options] -- [<args>...]\n"
8488 "   or: git rev-parse --sq-quote [<arg>...]\n"
8489 "   or: git rev-parse [options] [<arg>...]\n"
8490 "\n"
8491 "Run \"git rev-parse --parseopt -h\" for more information on the first usage."
8492 msgstr ""
8494 #: builtin/revert.c:22
8495 msgid "git revert [options] <commit-ish>..."
8496 msgstr ""
8498 #: builtin/revert.c:23
8499 msgid "git revert <subcommand>"
8500 msgstr ""
8502 #: builtin/revert.c:28
8503 msgid "git cherry-pick [options] <commit-ish>..."
8504 msgstr ""
8506 #: builtin/revert.c:29
8507 msgid "git cherry-pick <subcommand>"
8508 msgstr ""
8510 #: builtin/revert.c:71
8511 #, c-format
8512 msgid "%s: %s cannot be used with %s"
8513 msgstr ""
8515 #: builtin/revert.c:80
8516 msgid "end revert or cherry-pick sequence"
8517 msgstr ""
8519 #: builtin/revert.c:81
8520 msgid "resume revert or cherry-pick sequence"
8521 msgstr ""
8523 #: builtin/revert.c:82
8524 msgid "cancel revert or cherry-pick sequence"
8525 msgstr ""
8527 #: builtin/revert.c:83
8528 msgid "don't automatically commit"
8529 msgstr ""
8531 #: builtin/revert.c:84
8532 msgid "edit the commit message"
8533 msgstr ""
8535 #: builtin/revert.c:87
8536 msgid "parent number"
8537 msgstr ""
8539 #: builtin/revert.c:89
8540 msgid "merge strategy"
8541 msgstr ""
8543 #: builtin/revert.c:90
8544 msgid "option"
8545 msgstr ""
8547 #: builtin/revert.c:91
8548 msgid "option for merge strategy"
8549 msgstr ""
8551 #: builtin/revert.c:104
8552 msgid "append commit name"
8553 msgstr ""
8555 #: builtin/revert.c:105
8556 msgid "allow fast-forward"
8557 msgstr ""
8559 #: builtin/revert.c:106
8560 msgid "preserve initially empty commits"
8561 msgstr ""
8563 #: builtin/revert.c:107
8564 msgid "allow commits with empty messages"
8565 msgstr ""
8567 #: builtin/revert.c:108
8568 msgid "keep redundant, empty commits"
8569 msgstr ""
8571 #: builtin/revert.c:112
8572 msgid "program error"
8573 msgstr ""
8575 #: builtin/revert.c:197
8576 msgid "revert failed"
8577 msgstr ""
8579 #: builtin/revert.c:212
8580 msgid "cherry-pick failed"
8581 msgstr ""
8583 #: builtin/rm.c:17
8584 msgid "git rm [options] [--] <file>..."
8585 msgstr ""
8587 #: builtin/rm.c:65
8588 msgid ""
8589 "the following submodule (or one of its nested submodules)\n"
8590 "uses a .git directory:"
8591 msgid_plural ""
8592 "the following submodules (or one of its nested submodules)\n"
8593 "use a .git directory:"
8594 msgstr[0] ""
8595 msgstr[1] ""
8597 #: builtin/rm.c:71
8598 msgid ""
8599 "\n"
8600 "(use 'rm -rf' if you really want to remove it including all of its history)"
8601 msgstr ""
8603 #: builtin/rm.c:231
8604 msgid ""
8605 "the following file has staged content different from both the\n"
8606 "file and the HEAD:"
8607 msgid_plural ""
8608 "the following files have staged content different from both the\n"
8609 "file and the HEAD:"
8610 msgstr[0] ""
8611 msgstr[1] ""
8613 #: builtin/rm.c:236
8614 msgid ""
8615 "\n"
8616 "(use -f to force removal)"
8617 msgstr ""
8619 #: builtin/rm.c:240
8620 msgid "the following file has changes staged in the index:"
8621 msgid_plural "the following files have changes staged in the index:"
8622 msgstr[0] ""
8623 msgstr[1] ""
8625 #: builtin/rm.c:244 builtin/rm.c:255
8626 msgid ""
8627 "\n"
8628 "(use --cached to keep the file, or -f to force removal)"
8629 msgstr ""
8631 #: builtin/rm.c:252
8632 msgid "the following file has local modifications:"
8633 msgid_plural "the following files have local modifications:"
8634 msgstr[0] ""
8635 msgstr[1] ""
8637 #: builtin/rm.c:270
8638 msgid "do not list removed files"
8639 msgstr ""
8641 #: builtin/rm.c:271
8642 msgid "only remove from the index"
8643 msgstr ""
8645 #: builtin/rm.c:272
8646 msgid "override the up-to-date check"
8647 msgstr ""
8649 #: builtin/rm.c:273
8650 msgid "allow recursive removal"
8651 msgstr ""
8653 #: builtin/rm.c:275
8654 msgid "exit with a zero status even if nothing matched"
8655 msgstr ""
8657 #: builtin/rm.c:336
8658 #, c-format
8659 msgid "not removing '%s' recursively without -r"
8660 msgstr ""
8662 #: builtin/rm.c:375
8663 #, c-format
8664 msgid "git rm: unable to remove %s"
8665 msgstr ""
8667 #: builtin/shortlog.c:13
8668 msgid "git shortlog [<options>] [<revision range>] [[--] [<path>...]]"
8669 msgstr ""
8671 #: builtin/shortlog.c:131
8672 #, c-format
8673 msgid "Missing author: %s"
8674 msgstr ""
8676 #: builtin/shortlog.c:230
8677 msgid "sort output according to the number of commits per author"
8678 msgstr ""
8680 #: builtin/shortlog.c:232
8681 msgid "Suppress commit descriptions, only provides commit count"
8682 msgstr ""
8684 #: builtin/shortlog.c:234
8685 msgid "Show the email address of each author"
8686 msgstr ""
8688 #: builtin/shortlog.c:235
8689 msgid "w[,i1[,i2]]"
8690 msgstr ""
8692 #: builtin/shortlog.c:236
8693 msgid "Linewrap output"
8694 msgstr ""
8696 #: builtin/show-branch.c:9
8697 msgid ""
8698 "git show-branch [-a|--all] [-r|--remotes] [--topo-order | --date-order] [--"
8699 "current] [--color[=<when>] | --no-color] [--sparse] [--more=<n> | --list | --"
8700 "independent | --merge-base] [--no-name | --sha1-name] [--topics] [(<rev> | "
8701 "<glob>)...]"
8702 msgstr ""
8704 #: builtin/show-branch.c:10
8705 msgid "git show-branch (-g|--reflog)[=<n>[,<base>]] [--list] [<ref>]"
8706 msgstr ""
8708 #: builtin/show-branch.c:649
8709 msgid "show remote-tracking and local branches"
8710 msgstr ""
8712 #: builtin/show-branch.c:651
8713 msgid "show remote-tracking branches"
8714 msgstr ""
8716 #: builtin/show-branch.c:653
8717 msgid "color '*!+-' corresponding to the branch"
8718 msgstr ""
8720 #: builtin/show-branch.c:655
8721 msgid "show <n> more commits after the common ancestor"
8722 msgstr ""
8724 #: builtin/show-branch.c:657
8725 msgid "synonym to more=-1"
8726 msgstr ""
8728 #: builtin/show-branch.c:658
8729 msgid "suppress naming strings"
8730 msgstr ""
8732 #: builtin/show-branch.c:660
8733 msgid "include the current branch"
8734 msgstr ""
8736 #: builtin/show-branch.c:662
8737 msgid "name commits with their object names"
8738 msgstr ""
8740 #: builtin/show-branch.c:664
8741 msgid "show possible merge bases"
8742 msgstr ""
8744 #: builtin/show-branch.c:666
8745 msgid "show refs unreachable from any other ref"
8746 msgstr ""
8748 #: builtin/show-branch.c:668
8749 msgid "show commits in topological order"
8750 msgstr ""
8752 #: builtin/show-branch.c:671
8753 msgid "show only commits not on the first branch"
8754 msgstr ""
8756 #: builtin/show-branch.c:673
8757 msgid "show merges reachable from only one tip"
8758 msgstr ""
8760 #: builtin/show-branch.c:675
8761 msgid "topologically sort, maintaining date order where possible"
8762 msgstr ""
8764 #: builtin/show-branch.c:678
8765 msgid "<n>[,<base>]"
8766 msgstr ""
8768 #: builtin/show-branch.c:679
8769 msgid "show <n> most recent ref-log entries starting at base"
8770 msgstr ""
8772 #: builtin/show-ref.c:10
8773 msgid ""
8774 "git show-ref [-q|--quiet] [--verify] [--head] [-d|--dereference] [-s|--"
8775 "hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [pattern*] "
8776 msgstr ""
8778 #: builtin/show-ref.c:11
8779 msgid "git show-ref --exclude-existing[=pattern] < ref-list"
8780 msgstr ""
8782 #: builtin/show-ref.c:168
8783 msgid "only show tags (can be combined with heads)"
8784 msgstr ""
8786 #: builtin/show-ref.c:169
8787 msgid "only show heads (can be combined with tags)"
8788 msgstr ""
8790 #: builtin/show-ref.c:170
8791 msgid "stricter reference checking, requires exact ref path"
8792 msgstr ""
8794 #: builtin/show-ref.c:173 builtin/show-ref.c:175
8795 msgid "show the HEAD reference, even if it would be filtered out"
8796 msgstr ""
8798 #: builtin/show-ref.c:177
8799 msgid "dereference tags into object IDs"
8800 msgstr ""
8802 #: builtin/show-ref.c:179
8803 msgid "only show SHA1 hash using <n> digits"
8804 msgstr ""
8806 #: builtin/show-ref.c:183
8807 msgid "do not print results to stdout (useful with --verify)"
8808 msgstr ""
8810 #: builtin/show-ref.c:185
8811 msgid "show refs from stdin that aren't in local repository"
8812 msgstr ""
8814 #: builtin/symbolic-ref.c:7
8815 msgid "git symbolic-ref [options] name [ref]"
8816 msgstr ""
8818 #: builtin/symbolic-ref.c:8
8819 msgid "git symbolic-ref -d [-q] name"
8820 msgstr ""
8822 #: builtin/symbolic-ref.c:40
8823 msgid "suppress error message for non-symbolic (detached) refs"
8824 msgstr ""
8826 #: builtin/symbolic-ref.c:41
8827 msgid "delete symbolic ref"
8828 msgstr ""
8830 #: builtin/symbolic-ref.c:42
8831 msgid "shorten ref output"
8832 msgstr ""
8834 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:255
8835 msgid "reason"
8836 msgstr ""
8838 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:255
8839 msgid "reason of the update"
8840 msgstr ""
8842 #: builtin/tag.c:22
8843 msgid ""
8844 "git tag [-a|-s|-u <key-id>] [-f] [-m <msg>|-F <file>] <tagname> [<head>]"
8845 msgstr ""
8847 #: builtin/tag.c:23
8848 msgid "git tag -d <tagname>..."
8849 msgstr ""
8851 #: builtin/tag.c:24
8852 msgid ""
8853 "git tag -l [-n[<num>]] [--contains <commit>] [--points-at <object>] \n"
8854 "\t\t[<pattern>...]"
8855 msgstr ""
8857 #: builtin/tag.c:26
8858 msgid "git tag -v <tagname>..."
8859 msgstr ""
8861 #: builtin/tag.c:67
8862 #, c-format
8863 msgid "malformed object at '%s'"
8864 msgstr ""
8866 #: builtin/tag.c:239
8867 #, c-format
8868 msgid "tag name too long: %.*s..."
8869 msgstr ""
8871 #: builtin/tag.c:244
8872 #, c-format
8873 msgid "tag '%s' not found."
8874 msgstr ""
8876 #: builtin/tag.c:259
8877 #, c-format
8878 msgid "Deleted tag '%s' (was %s)\n"
8879 msgstr ""
8881 #: builtin/tag.c:271
8882 #, c-format
8883 msgid "could not verify the tag '%s'"
8884 msgstr ""
8886 #: builtin/tag.c:281
8887 #, c-format
8888 msgid ""
8889 "\n"
8890 "Write a tag message\n"
8891 "Lines starting with '%c' will be ignored.\n"
8892 msgstr ""
8894 #: builtin/tag.c:285
8895 #, c-format
8896 msgid ""
8897 "\n"
8898 "Write a tag message\n"
8899 "Lines starting with '%c' will be kept; you may remove them yourself if you "
8900 "want to.\n"
8901 msgstr ""
8903 #: builtin/tag.c:324
8904 msgid "unable to sign the tag"
8905 msgstr ""
8907 #: builtin/tag.c:326
8908 msgid "unable to write tag file"
8909 msgstr ""
8911 #: builtin/tag.c:351
8912 msgid "bad object type."
8913 msgstr ""
8915 #: builtin/tag.c:364
8916 msgid "tag header too big."
8917 msgstr ""
8919 #: builtin/tag.c:400
8920 msgid "no tag message?"
8921 msgstr ""
8923 #: builtin/tag.c:406
8924 #, c-format
8925 msgid "The tag message has been left in %s\n"
8926 msgstr ""
8928 #: builtin/tag.c:455
8929 msgid "switch 'points-at' requires an object"
8930 msgstr ""
8932 #: builtin/tag.c:457
8933 #, c-format
8934 msgid "malformed object name '%s'"
8935 msgstr ""
8937 #: builtin/tag.c:480
8938 #, c-format
8939 msgid "unsupported sort specification %s"
8940 msgstr ""
8942 #: builtin/tag.c:500
8943 msgid "list tag names"
8944 msgstr ""
8946 #: builtin/tag.c:502
8947 msgid "print <n> lines of each tag message"
8948 msgstr ""
8950 #: builtin/tag.c:504
8951 msgid "delete tags"
8952 msgstr ""
8954 #: builtin/tag.c:505
8955 msgid "verify tags"
8956 msgstr ""
8958 #: builtin/tag.c:507
8959 msgid "Tag creation options"
8960 msgstr ""
8962 #: builtin/tag.c:509
8963 msgid "annotated tag, needs a message"
8964 msgstr ""
8966 #: builtin/tag.c:511
8967 msgid "tag message"
8968 msgstr ""
8970 #: builtin/tag.c:513
8971 msgid "annotated and GPG-signed tag"
8972 msgstr ""
8974 #: builtin/tag.c:517
8975 msgid "use another key to sign the tag"
8976 msgstr ""
8978 #: builtin/tag.c:518
8979 msgid "replace the tag if exists"
8980 msgstr ""
8982 #: builtin/tag.c:519
8983 msgid "show tag list in columns"
8984 msgstr ""
8986 #: builtin/tag.c:521
8987 msgid "sort tags"
8988 msgstr ""
8990 #: builtin/tag.c:525
8991 msgid "Tag listing options"
8992 msgstr ""
8994 #: builtin/tag.c:528 builtin/tag.c:534
8995 msgid "print only tags that contain the commit"
8996 msgstr ""
8998 #: builtin/tag.c:540
8999 msgid "print only tags of the object"
9000 msgstr ""
9002 #: builtin/tag.c:566
9003 msgid "--column and -n are incompatible"
9004 msgstr ""
9006 #: builtin/tag.c:578
9007 msgid "--sort and -n are incompatible"
9008 msgstr ""
9010 #: builtin/tag.c:585
9011 msgid "-n option is only allowed with -l."
9012 msgstr ""
9014 #: builtin/tag.c:587
9015 msgid "--contains option is only allowed with -l."
9016 msgstr ""
9018 #: builtin/tag.c:589
9019 msgid "--points-at option is only allowed with -l."
9020 msgstr ""
9022 #: builtin/tag.c:597
9023 msgid "only one -F or -m option is allowed."
9024 msgstr ""
9026 #: builtin/tag.c:617
9027 msgid "too many params"
9028 msgstr ""
9030 #: builtin/tag.c:623
9031 #, c-format
9032 msgid "'%s' is not a valid tag name."
9033 msgstr ""
9035 #: builtin/tag.c:628
9036 #, c-format
9037 msgid "tag '%s' already exists"
9038 msgstr ""
9040 #: builtin/tag.c:646
9041 #, c-format
9042 msgid "%s: cannot lock the ref"
9043 msgstr ""
9045 #: builtin/tag.c:648
9046 #, c-format
9047 msgid "%s: cannot update the ref"
9048 msgstr ""
9050 #: builtin/tag.c:650
9051 #, c-format
9052 msgid "Updated tag '%s' (was %s)\n"
9053 msgstr ""
9055 #: builtin/unpack-objects.c:483
9056 msgid "Unpacking objects"
9057 msgstr ""
9059 #: builtin/update-index.c:399
9060 msgid "git update-index [options] [--] [<file>...]"
9061 msgstr ""
9063 #: builtin/update-index.c:748
9064 msgid "continue refresh even when index needs update"
9065 msgstr ""
9067 #: builtin/update-index.c:751
9068 msgid "refresh: ignore submodules"
9069 msgstr ""
9071 #: builtin/update-index.c:754
9072 msgid "do not ignore new files"
9073 msgstr ""
9075 #: builtin/update-index.c:756
9076 msgid "let files replace directories and vice-versa"
9077 msgstr ""
9079 #: builtin/update-index.c:758
9080 msgid "notice files missing from worktree"
9081 msgstr ""
9083 #: builtin/update-index.c:760
9084 msgid "refresh even if index contains unmerged entries"
9085 msgstr ""
9087 #: builtin/update-index.c:763
9088 msgid "refresh stat information"
9089 msgstr ""
9091 #: builtin/update-index.c:767
9092 msgid "like --refresh, but ignore assume-unchanged setting"
9093 msgstr ""
9095 #: builtin/update-index.c:771
9096 msgid "<mode>,<object>,<path>"
9097 msgstr ""
9099 #: builtin/update-index.c:772
9100 msgid "add the specified entry to the index"
9101 msgstr ""
9103 #: builtin/update-index.c:776
9104 msgid "(+/-)x"
9105 msgstr ""
9107 #: builtin/update-index.c:777
9108 msgid "override the executable bit of the listed files"
9109 msgstr ""
9111 #: builtin/update-index.c:781
9112 msgid "mark files as \"not changing\""
9113 msgstr ""
9115 #: builtin/update-index.c:784
9116 msgid "clear assumed-unchanged bit"
9117 msgstr ""
9119 #: builtin/update-index.c:787
9120 msgid "mark files as \"index-only\""
9121 msgstr ""
9123 #: builtin/update-index.c:790
9124 msgid "clear skip-worktree bit"
9125 msgstr ""
9127 #: builtin/update-index.c:793
9128 msgid "add to index only; do not add content to object database"
9129 msgstr ""
9131 #: builtin/update-index.c:795
9132 msgid "remove named paths even if present in worktree"
9133 msgstr ""
9135 #: builtin/update-index.c:797
9136 msgid "with --stdin: input lines are terminated by null bytes"
9137 msgstr ""
9139 #: builtin/update-index.c:799
9140 msgid "read list of paths to be updated from standard input"
9141 msgstr ""
9143 #: builtin/update-index.c:803
9144 msgid "add entries from standard input to the index"
9145 msgstr ""
9147 #: builtin/update-index.c:807
9148 msgid "repopulate stages #2 and #3 for the listed paths"
9149 msgstr ""
9151 #: builtin/update-index.c:811
9152 msgid "only update entries that differ from HEAD"
9153 msgstr ""
9155 #: builtin/update-index.c:815
9156 msgid "ignore files missing from worktree"
9157 msgstr ""
9159 #: builtin/update-index.c:818
9160 msgid "report actions to standard output"
9161 msgstr ""
9163 #: builtin/update-index.c:820
9164 msgid "(for porcelains) forget saved unresolved conflicts"
9165 msgstr ""
9167 #: builtin/update-index.c:824
9168 msgid "write index in this format"
9169 msgstr ""
9171 #: builtin/update-ref.c:9
9172 msgid "git update-ref [options] -d <refname> [<oldval>]"
9173 msgstr ""
9175 #: builtin/update-ref.c:10
9176 msgid "git update-ref [options]    <refname> <newval> [<oldval>]"
9177 msgstr ""
9179 #: builtin/update-ref.c:11
9180 msgid "git update-ref [options] --stdin [-z]"
9181 msgstr ""
9183 #: builtin/update-ref.c:256
9184 msgid "delete the reference"
9185 msgstr ""
9187 #: builtin/update-ref.c:258
9188 msgid "update <refname> not the one it points to"
9189 msgstr ""
9191 #: builtin/update-ref.c:259
9192 msgid "stdin has NUL-terminated arguments"
9193 msgstr ""
9195 #: builtin/update-ref.c:260
9196 msgid "read updates from stdin"
9197 msgstr ""
9199 #: builtin/update-server-info.c:6
9200 msgid "git update-server-info [--force]"
9201 msgstr ""
9203 #: builtin/update-server-info.c:14
9204 msgid "update the info files from scratch"
9205 msgstr ""
9207 #: builtin/verify-pack.c:56
9208 msgid "git verify-pack [-v|--verbose] [-s|--stat-only] <pack>..."
9209 msgstr ""
9211 #: builtin/verify-pack.c:66
9212 msgid "verbose"
9213 msgstr ""
9215 #: builtin/verify-pack.c:68
9216 msgid "show statistics only"
9217 msgstr ""
9219 #: builtin/verify-tag.c:17
9220 msgid "git verify-tag [-v|--verbose] <tag>..."
9221 msgstr ""
9223 #: builtin/verify-tag.c:73
9224 msgid "print tag contents"
9225 msgstr ""
9227 #: builtin/write-tree.c:13
9228 msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
9229 msgstr ""
9231 #: builtin/write-tree.c:26
9232 msgid "<prefix>/"
9233 msgstr ""
9235 #: builtin/write-tree.c:27
9236 msgid "write tree object for a subdirectory <prefix>"
9237 msgstr ""
9239 #: builtin/write-tree.c:30
9240 msgid "only useful for debugging"
9241 msgstr ""
9243 #: git.c:17
9244 msgid ""
9245 "'git help -a' and 'git help -g' lists available subcommands and some\n"
9246 "concept guides. See 'git help <command>' or 'git help <concept>'\n"
9247 "to read about a specific subcommand or concept."
9248 msgstr ""
9250 #: parse-options.h:143
9251 msgid "expiry-date"
9252 msgstr ""
9254 #: parse-options.h:158
9255 msgid "no-op (backward compatibility)"
9256 msgstr ""
9258 #: parse-options.h:232
9259 msgid "be more verbose"
9260 msgstr ""
9262 #: parse-options.h:234
9263 msgid "be more quiet"
9264 msgstr ""
9266 #: parse-options.h:240
9267 msgid "use <n> digits to display SHA-1s"
9268 msgstr ""
9270 #: common-cmds.h:8
9271 msgid "Add file contents to the index"
9272 msgstr ""
9274 #: common-cmds.h:9
9275 msgid "Find by binary search the change that introduced a bug"
9276 msgstr ""
9278 #: common-cmds.h:10
9279 msgid "List, create, or delete branches"
9280 msgstr ""
9282 #: common-cmds.h:11
9283 msgid "Checkout a branch or paths to the working tree"
9284 msgstr ""
9286 #: common-cmds.h:12
9287 msgid "Clone a repository into a new directory"
9288 msgstr ""
9290 #: common-cmds.h:13
9291 msgid "Record changes to the repository"
9292 msgstr ""
9294 #: common-cmds.h:14
9295 msgid "Show changes between commits, commit and working tree, etc"
9296 msgstr ""
9298 #: common-cmds.h:15
9299 msgid "Download objects and refs from another repository"
9300 msgstr ""
9302 #: common-cmds.h:16
9303 msgid "Print lines matching a pattern"
9304 msgstr ""
9306 #: common-cmds.h:17
9307 msgid "Create an empty Git repository or reinitialize an existing one"
9308 msgstr ""
9310 #: common-cmds.h:18
9311 msgid "Show commit logs"
9312 msgstr ""
9314 #: common-cmds.h:19
9315 msgid "Join two or more development histories together"
9316 msgstr ""
9318 #: common-cmds.h:20
9319 msgid "Move or rename a file, a directory, or a symlink"
9320 msgstr ""
9322 #: common-cmds.h:21
9323 msgid "Fetch from and integrate with another repository or a local branch"
9324 msgstr ""
9326 #: common-cmds.h:22
9327 msgid "Update remote refs along with associated objects"
9328 msgstr ""
9330 #: common-cmds.h:23
9331 msgid "Forward-port local commits to the updated upstream head"
9332 msgstr ""
9334 #: common-cmds.h:24
9335 msgid "Reset current HEAD to the specified state"
9336 msgstr ""
9338 #: common-cmds.h:25
9339 msgid "Remove files from the working tree and from the index"
9340 msgstr ""
9342 #: common-cmds.h:26
9343 msgid "Show various types of objects"
9344 msgstr ""
9346 #: common-cmds.h:27
9347 msgid "Show the working tree status"
9348 msgstr ""
9350 #: common-cmds.h:28
9351 msgid "Create, list, delete or verify a tag object signed with GPG"
9352 msgstr ""
9354 #: git-am.sh:52
9355 msgid "You need to set your committer info first"
9356 msgstr ""
9358 #: git-am.sh:97
9359 msgid ""
9360 "You seem to have moved HEAD since the last 'am' failure.\n"
9361 "Not rewinding to ORIG_HEAD"
9362 msgstr ""
9364 #: git-am.sh:107
9365 #, sh-format
9366 msgid ""
9367 "When you have resolved this problem, run \"$cmdline --continue\".\n"
9368 "If you prefer to skip this patch, run \"$cmdline --skip\" instead.\n"
9369 "To restore the original branch and stop patching, run \"$cmdline --abort\"."
9370 msgstr ""
9372 #: git-am.sh:123
9373 msgid "Cannot fall back to three-way merge."
9374 msgstr ""
9376 #: git-am.sh:139
9377 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
9378 msgstr ""
9380 #: git-am.sh:141
9381 msgid "Using index info to reconstruct a base tree..."
9382 msgstr ""
9384 #: git-am.sh:156
9385 msgid ""
9386 "Did you hand edit your patch?\n"
9387 "It does not apply to blobs recorded in its index."
9388 msgstr ""
9390 #: git-am.sh:165
9391 msgid "Falling back to patching base and 3-way merge..."
9392 msgstr ""
9394 #: git-am.sh:181
9395 msgid "Failed to merge in the changes."
9396 msgstr ""
9398 #: git-am.sh:276
9399 msgid "Only one StGIT patch series can be applied at once"
9400 msgstr ""
9402 #: git-am.sh:363
9403 #, sh-format
9404 msgid "Patch format $patch_format is not supported."
9405 msgstr ""
9407 #: git-am.sh:365
9408 msgid "Patch format detection failed."
9409 msgstr ""
9411 #: git-am.sh:392
9412 msgid ""
9413 "The -b/--binary option has been a no-op for long time, and\n"
9414 "it will be removed. Please do not use it anymore."
9415 msgstr ""
9417 #: git-am.sh:486
9418 #, sh-format
9419 msgid "previous rebase directory $dotest still exists but mbox given."
9420 msgstr ""
9422 #: git-am.sh:491
9423 msgid "Please make up your mind. --skip or --abort?"
9424 msgstr ""
9426 #: git-am.sh:527
9427 #, sh-format
9428 msgid ""
9429 "Stray $dotest directory found.\n"
9430 "Use \"git am --abort\" to remove it."
9431 msgstr ""
9433 #: git-am.sh:535
9434 msgid "Resolve operation not in progress, we are not resuming."
9435 msgstr ""
9437 #: git-am.sh:601
9438 #, sh-format
9439 msgid "Dirty index: cannot apply patches (dirty: $files)"
9440 msgstr ""
9442 #: git-am.sh:705
9443 #, sh-format
9444 msgid ""
9445 "Patch is empty.  Was it split wrong?\n"
9446 "If you would prefer to skip this patch, instead run \"$cmdline --skip\".\n"
9447 "To restore the original branch and stop patching run \"$cmdline --abort\"."
9448 msgstr ""
9450 #: git-am.sh:732
9451 msgid "Patch does not have a valid e-mail address."
9452 msgstr ""
9454 #: git-am.sh:779
9455 msgid "cannot be interactive without stdin connected to a terminal."
9456 msgstr ""
9458 #: git-am.sh:783
9459 msgid "Commit Body is:"
9460 msgstr ""
9462 #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
9463 #. in your translation. The program will only accept English
9464 #. input at this point.
9465 #: git-am.sh:790
9466 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "
9467 msgstr ""
9469 #: git-am.sh:826
9470 #, sh-format
9471 msgid "Applying: $FIRSTLINE"
9472 msgstr ""
9474 #: git-am.sh:847
9475 msgid ""
9476 "No changes - did you forget to use 'git add'?\n"
9477 "If there is nothing left to stage, chances are that something else\n"
9478 "already introduced the same changes; you might want to skip this patch."
9479 msgstr ""
9481 #: git-am.sh:855
9482 msgid ""
9483 "You still have unmerged paths in your index\n"
9484 "did you forget to use 'git add'?"
9485 msgstr ""
9487 #: git-am.sh:871
9488 msgid "No changes -- Patch already applied."
9489 msgstr ""
9491 #: git-am.sh:881
9492 #, sh-format
9493 msgid "Patch failed at $msgnum $FIRSTLINE"
9494 msgstr ""
9496 #: git-am.sh:884
9497 #, sh-format
9498 msgid ""
9499 "The copy of the patch that failed is found in:\n"
9500 "   $dotest/patch"
9501 msgstr ""
9503 #: git-am.sh:902
9504 msgid "applying to an empty history"
9505 msgstr ""
9507 #: git-bisect.sh:48
9508 msgid "You need to start by \"git bisect start\""
9509 msgstr ""
9511 #. TRANSLATORS: Make sure to include [Y] and [n] in your
9512 #. translation. The program will only accept English input
9513 #. at this point.
9514 #: git-bisect.sh:54
9515 msgid "Do you want me to do it for you [Y/n]? "
9516 msgstr ""
9518 #: git-bisect.sh:95
9519 #, sh-format
9520 msgid "unrecognised option: '$arg'"
9521 msgstr ""
9523 #: git-bisect.sh:99
9524 #, sh-format
9525 msgid "'$arg' does not appear to be a valid revision"
9526 msgstr ""
9528 #: git-bisect.sh:117
9529 msgid "Bad HEAD - I need a HEAD"
9530 msgstr ""
9532 #: git-bisect.sh:130
9533 #, sh-format
9534 msgid ""
9535 "Checking out '$start_head' failed. Try 'git bisect reset <validbranch>'."
9536 msgstr ""
9538 #: git-bisect.sh:140
9539 msgid "won't bisect on cg-seek'ed tree"
9540 msgstr ""
9542 #: git-bisect.sh:144
9543 msgid "Bad HEAD - strange symbolic ref"
9544 msgstr ""
9546 #: git-bisect.sh:189
9547 #, sh-format
9548 msgid "Bad bisect_write argument: $state"
9549 msgstr ""
9551 #: git-bisect.sh:218
9552 #, sh-format
9553 msgid "Bad rev input: $arg"
9554 msgstr ""
9556 #: git-bisect.sh:232
9557 msgid "Please call 'bisect_state' with at least one argument."
9558 msgstr ""
9560 #: git-bisect.sh:244
9561 #, sh-format
9562 msgid "Bad rev input: $rev"
9563 msgstr ""
9565 #: git-bisect.sh:250
9566 msgid "'git bisect bad' can take only one argument."
9567 msgstr ""
9569 #: git-bisect.sh:273
9570 msgid "Warning: bisecting only with a bad commit."
9571 msgstr ""
9573 #. TRANSLATORS: Make sure to include [Y] and [n] in your
9574 #. translation. The program will only accept English input
9575 #. at this point.
9576 #: git-bisect.sh:279
9577 msgid "Are you sure [Y/n]? "
9578 msgstr ""
9580 #: git-bisect.sh:289
9581 msgid ""
9582 "You need to give me at least one good and one bad revisions.\n"
9583 "(You can use \"git bisect bad\" and \"git bisect good\" for that.)"
9584 msgstr ""
9586 #: git-bisect.sh:292
9587 msgid ""
9588 "You need to start by \"git bisect start\".\n"
9589 "You then need to give me at least one good and one bad revisions.\n"
9590 "(You can use \"git bisect bad\" and \"git bisect good\" for that.)"
9591 msgstr ""
9593 #: git-bisect.sh:363 git-bisect.sh:490
9594 msgid "We are not bisecting."
9595 msgstr ""
9597 #: git-bisect.sh:370
9598 #, sh-format
9599 msgid "'$invalid' is not a valid commit"
9600 msgstr ""
9602 #: git-bisect.sh:379
9603 #, sh-format
9604 msgid ""
9605 "Could not check out original HEAD '$branch'.\n"
9606 "Try 'git bisect reset <commit>'."
9607 msgstr ""
9609 #: git-bisect.sh:406
9610 msgid "No logfile given"
9611 msgstr ""
9613 #: git-bisect.sh:407
9614 #, sh-format
9615 msgid "cannot read $file for replaying"
9616 msgstr ""
9618 #: git-bisect.sh:424
9619 msgid "?? what are you talking about?"
9620 msgstr ""
9622 #: git-bisect.sh:436
9623 #, sh-format
9624 msgid "running $command"
9625 msgstr ""
9627 #: git-bisect.sh:443
9628 #, sh-format
9629 msgid ""
9630 "bisect run failed:\n"
9631 "exit code $res from '$command' is < 0 or >= 128"
9632 msgstr ""
9634 #: git-bisect.sh:469
9635 msgid "bisect run cannot continue any more"
9636 msgstr ""
9638 #: git-bisect.sh:475
9639 #, sh-format
9640 msgid ""
9641 "bisect run failed:\n"
9642 "'bisect_state $state' exited with error code $res"
9643 msgstr ""
9645 #: git-bisect.sh:482
9646 msgid "bisect run success"
9647 msgstr ""
9649 #: git-pull.sh:21
9650 msgid ""
9651 "Pull is not possible because you have unmerged files.\n"
9652 "Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"
9653 "as appropriate to mark resolution, or use 'git commit -a'."
9654 msgstr ""
9656 #: git-pull.sh:25
9657 msgid "Pull is not possible because you have unmerged files."
9658 msgstr ""
9660 #: git-pull.sh:247
9661 msgid "updating an unborn branch with changes added to the index"
9662 msgstr ""
9664 #: git-pull.sh:271
9665 #, sh-format
9666 msgid ""
9667 "Warning: fetch updated the current branch head.\n"
9668 "Warning: fast-forwarding your working tree from\n"
9669 "Warning: commit $orig_head."
9670 msgstr ""
9672 #: git-pull.sh:296
9673 msgid "Cannot merge multiple branches into empty head"
9674 msgstr ""
9676 #: git-pull.sh:300
9677 msgid "Cannot rebase onto multiple branches"
9678 msgstr ""
9680 #: git-rebase.sh:57
9681 msgid ""
9682 "When you have resolved this problem, run \"git rebase --continue\".\n"
9683 "If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"
9684 "To check out the original branch and stop rebasing, run \"git rebase --abort"
9685 "\"."
9686 msgstr ""
9688 #: git-rebase.sh:164
9689 msgid "Applied autostash."
9690 msgstr ""
9692 #: git-rebase.sh:167
9693 #, sh-format
9694 msgid "Cannot store $stash_sha1"
9695 msgstr ""
9697 #: git-rebase.sh:168
9698 msgid ""
9699 "Applying autostash resulted in conflicts.\n"
9700 "Your changes are safe in the stash.\n"
9701 "You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
9702 msgstr ""
9704 #: git-rebase.sh:207
9705 msgid "The pre-rebase hook refused to rebase."
9706 msgstr ""
9708 #: git-rebase.sh:212
9709 msgid "It looks like git-am is in progress. Cannot rebase."
9710 msgstr ""
9712 #: git-rebase.sh:350
9713 msgid "The --exec option must be used with the --interactive option"
9714 msgstr ""
9716 #: git-rebase.sh:355
9717 msgid "No rebase in progress?"
9718 msgstr ""
9720 #: git-rebase.sh:366
9721 msgid "The --edit-todo action can only be used during interactive rebase."
9722 msgstr ""
9724 #: git-rebase.sh:373
9725 msgid "Cannot read HEAD"
9726 msgstr ""
9728 #: git-rebase.sh:376
9729 msgid ""
9730 "You must edit all merge conflicts and then\n"
9731 "mark them as resolved using git add"
9732 msgstr ""
9734 #: git-rebase.sh:394
9735 #, sh-format
9736 msgid "Could not move back to $head_name"
9737 msgstr ""
9739 #: git-rebase.sh:413
9740 #, sh-format
9741 msgid ""
9742 "It seems that there is already a $state_dir_base directory, and\n"
9743 "I wonder if you are in the middle of another rebase.  If that is the\n"
9744 "case, please try\n"
9745 "\t$cmd_live_rebase\n"
9746 "If that is not the case, please\n"
9747 "\t$cmd_clear_stale_rebase\n"
9748 "and run me again.  I am stopping in case you still have something\n"
9749 "valuable there."
9750 msgstr ""
9752 #: git-rebase.sh:464
9753 #, sh-format
9754 msgid "invalid upstream $upstream_name"
9755 msgstr ""
9757 #: git-rebase.sh:488
9758 #, sh-format
9759 msgid "$onto_name: there are more than one merge bases"
9760 msgstr ""
9762 #: git-rebase.sh:491 git-rebase.sh:495
9763 #, sh-format
9764 msgid "$onto_name: there is no merge base"
9765 msgstr ""
9767 #: git-rebase.sh:500
9768 #, sh-format
9769 msgid "Does not point to a valid commit: $onto_name"
9770 msgstr ""
9772 #: git-rebase.sh:523
9773 #, sh-format
9774 msgid "fatal: no such branch: $branch_name"
9775 msgstr ""
9777 #: git-rebase.sh:556
9778 msgid "Cannot autostash"
9779 msgstr ""
9781 #: git-rebase.sh:561
9782 #, sh-format
9783 msgid "Created autostash: $stash_abbrev"
9784 msgstr ""
9786 #: git-rebase.sh:565
9787 msgid "Please commit or stash them."
9788 msgstr ""
9790 #: git-rebase.sh:585
9791 #, sh-format
9792 msgid "Current branch $branch_name is up to date."
9793 msgstr ""
9795 #: git-rebase.sh:589
9796 #, sh-format
9797 msgid "Current branch $branch_name is up to date, rebase forced."
9798 msgstr ""
9800 #: git-rebase.sh:600
9801 #, sh-format
9802 msgid "Changes from $mb to $onto:"
9803 msgstr ""
9805 #: git-rebase.sh:609
9806 msgid "First, rewinding head to replay your work on top of it..."
9807 msgstr ""
9809 #: git-rebase.sh:619
9810 #, sh-format
9811 msgid "Fast-forwarded $branch_name to $onto_name."
9812 msgstr ""
9814 #: git-stash.sh:51
9815 msgid "git stash clear with parameters is unimplemented"
9816 msgstr ""
9818 #: git-stash.sh:74
9819 msgid "You do not have the initial commit yet"
9820 msgstr ""
9822 #: git-stash.sh:89
9823 msgid "Cannot save the current index state"
9824 msgstr ""
9826 #: git-stash.sh:123 git-stash.sh:136
9827 msgid "Cannot save the current worktree state"
9828 msgstr ""
9830 #: git-stash.sh:140
9831 msgid "No changes selected"
9832 msgstr ""
9834 #: git-stash.sh:143
9835 msgid "Cannot remove temporary index (can't happen)"
9836 msgstr ""
9838 #: git-stash.sh:156
9839 msgid "Cannot record working tree state"
9840 msgstr ""
9842 #: git-stash.sh:190
9843 #, sh-format
9844 msgid "Cannot update $ref_stash with $w_commit"
9845 msgstr ""
9847 #. TRANSLATORS: $option is an invalid option, like
9848 #. `--blah-blah'. The 7 spaces at the beginning of the
9849 #. second line correspond to "error: ". So you should line
9850 #. up the second line with however many characters the
9851 #. translation of "error: " takes in your language. E.g. in
9852 #. English this is:
9854 #. $ git stash save --blah-blah 2>&1 | head -n 2
9855 #. error: unknown option for 'stash save': --blah-blah
9856 #. To provide a message, use git stash save -- '--blah-blah'
9857 #: git-stash.sh:237
9858 #, sh-format
9859 msgid ""
9860 "error: unknown option for 'stash save': $option\n"
9861 "       To provide a message, use git stash save -- '$option'"
9862 msgstr ""
9864 #: git-stash.sh:258
9865 msgid "No local changes to save"
9866 msgstr ""
9868 #: git-stash.sh:262
9869 msgid "Cannot initialize stash"
9870 msgstr ""
9872 #: git-stash.sh:266
9873 msgid "Cannot save the current status"
9874 msgstr ""
9876 #: git-stash.sh:284
9877 msgid "Cannot remove worktree changes"
9878 msgstr ""
9880 #: git-stash.sh:383
9881 msgid "No stash found."
9882 msgstr ""
9884 #: git-stash.sh:390
9885 #, sh-format
9886 msgid "Too many revisions specified: $REV"
9887 msgstr ""
9889 #: git-stash.sh:396
9890 #, sh-format
9891 msgid "$reference is not valid reference"
9892 msgstr ""
9894 #: git-stash.sh:424
9895 #, sh-format
9896 msgid "'$args' is not a stash-like commit"
9897 msgstr ""
9899 #: git-stash.sh:435
9900 #, sh-format
9901 msgid "'$args' is not a stash reference"
9902 msgstr ""
9904 #: git-stash.sh:443
9905 msgid "unable to refresh index"
9906 msgstr ""
9908 #: git-stash.sh:447
9909 msgid "Cannot apply a stash in the middle of a merge"
9910 msgstr ""
9912 #: git-stash.sh:455
9913 msgid "Conflicts in index. Try without --index."
9914 msgstr ""
9916 #: git-stash.sh:457
9917 msgid "Could not save index tree"
9918 msgstr ""
9920 #: git-stash.sh:491
9921 msgid "Cannot unstage modified files"
9922 msgstr ""
9924 #: git-stash.sh:506
9925 msgid "Index was not unstashed."
9926 msgstr ""
9928 #: git-stash.sh:529
9929 #, sh-format
9930 msgid "Dropped ${REV} ($s)"
9931 msgstr ""
9933 #: git-stash.sh:530
9934 #, sh-format
9935 msgid "${REV}: Could not drop stash entry"
9936 msgstr ""
9938 #: git-stash.sh:537
9939 msgid "No branch name specified"
9940 msgstr ""
9942 #: git-stash.sh:609
9943 msgid "(To restore them type \"git stash apply\")"
9944 msgstr ""
9946 #: git-submodule.sh:95
9947 #, sh-format
9948 msgid "cannot strip one component off url '$remoteurl'"
9949 msgstr ""
9951 #: git-submodule.sh:237
9952 #, sh-format
9953 msgid "No submodule mapping found in .gitmodules for path '$sm_path'"
9954 msgstr ""
9956 #: git-submodule.sh:287
9957 #, sh-format
9958 msgid "Clone of '$url' into submodule path '$sm_path' failed"
9959 msgstr ""
9961 #: git-submodule.sh:299
9962 #, sh-format
9963 msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"
9964 msgstr ""
9966 #: git-submodule.sh:409
9967 msgid "Relative path can only be used from the toplevel of the working tree"
9968 msgstr ""
9970 #: git-submodule.sh:419
9971 #, sh-format
9972 msgid "repo URL: '$repo' must be absolute or begin with ./|../"
9973 msgstr ""
9975 #: git-submodule.sh:436
9976 #, sh-format
9977 msgid "'$sm_path' already exists in the index"
9978 msgstr ""
9980 #: git-submodule.sh:440
9981 #, sh-format
9982 msgid ""
9983 "The following path is ignored by one of your .gitignore files:\n"
9984 "$sm_path\n"
9985 "Use -f if you really want to add it."
9986 msgstr ""
9988 #: git-submodule.sh:458
9989 #, sh-format
9990 msgid "Adding existing repo at '$sm_path' to the index"
9991 msgstr ""
9993 #: git-submodule.sh:460
9994 #, sh-format
9995 msgid "'$sm_path' already exists and is not a valid git repo"
9996 msgstr ""
9998 #: git-submodule.sh:468
9999 #, sh-format
10000 msgid "A git directory for '$sm_name' is found locally with remote(s):"
10001 msgstr ""
10003 #: git-submodule.sh:470
10004 #, sh-format
10005 msgid ""
10006 "If you want to reuse this local git directory instead of cloning again from"
10007 msgstr ""
10009 #: git-submodule.sh:472
10010 #, sh-format
10011 msgid ""
10012 "use the '--force' option. If the local git directory is not the correct repo"
10013 msgstr ""
10015 #: git-submodule.sh:473
10016 #, sh-format
10017 msgid ""
10018 "or you are unsure what this means choose another name with the '--name' "
10019 "option."
10020 msgstr ""
10022 #: git-submodule.sh:475
10023 #, sh-format
10024 msgid "Reactivating local git directory for submodule '$sm_name'."
10025 msgstr ""
10027 #: git-submodule.sh:487
10028 #, sh-format
10029 msgid "Unable to checkout submodule '$sm_path'"
10030 msgstr ""
10032 #: git-submodule.sh:492
10033 #, sh-format
10034 msgid "Failed to add submodule '$sm_path'"
10035 msgstr ""
10037 #: git-submodule.sh:501
10038 #, sh-format
10039 msgid "Failed to register submodule '$sm_path'"
10040 msgstr ""
10042 #: git-submodule.sh:545
10043 #, sh-format
10044 msgid "Entering '$prefix$displaypath'"
10045 msgstr ""
10047 #: git-submodule.sh:565
10048 #, sh-format
10049 msgid "Stopping at '$prefix$displaypath'; script returned non-zero status."
10050 msgstr ""
10052 #: git-submodule.sh:611
10053 #, sh-format
10054 msgid "No url found for submodule path '$displaypath' in .gitmodules"
10055 msgstr ""
10057 #: git-submodule.sh:620
10058 #, sh-format
10059 msgid "Failed to register url for submodule path '$displaypath'"
10060 msgstr ""
10062 #: git-submodule.sh:622
10063 #, sh-format
10064 msgid "Submodule '$name' ($url) registered for path '$displaypath'"
10065 msgstr ""
10067 #: git-submodule.sh:639
10068 #, sh-format
10069 msgid "Failed to register update mode for submodule path '$displaypath'"
10070 msgstr ""
10072 #: git-submodule.sh:677
10073 #, sh-format
10074 msgid "Use '.' if you really want to deinitialize all submodules"
10075 msgstr ""
10077 #: git-submodule.sh:694
10078 #, sh-format
10079 msgid "Submodule work tree '$displaypath' contains a .git directory"
10080 msgstr ""
10082 #: git-submodule.sh:695
10083 #, sh-format
10084 msgid ""
10085 "(use 'rm -rf' if you really want to remove it including all of its history)"
10086 msgstr ""
10088 #: git-submodule.sh:701
10089 #, sh-format
10090 msgid ""
10091 "Submodule work tree '$displaypath' contains local modifications; use '-f' to "
10092 "discard them"
10093 msgstr ""
10095 #: git-submodule.sh:704
10096 #, sh-format
10097 msgid "Cleared directory '$displaypath'"
10098 msgstr ""
10100 #: git-submodule.sh:705
10101 #, sh-format
10102 msgid "Could not remove submodule work tree '$displaypath'"
10103 msgstr ""
10105 #: git-submodule.sh:708
10106 #, sh-format
10107 msgid "Could not create empty submodule directory '$displaypath'"
10108 msgstr ""
10110 #: git-submodule.sh:717
10111 #, sh-format
10112 msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"
10113 msgstr ""
10115 #: git-submodule.sh:833
10116 #, sh-format
10117 msgid ""
10118 "Submodule path '$displaypath' not initialized\n"
10119 "Maybe you want to use 'update --init'?"
10120 msgstr ""
10122 #: git-submodule.sh:846
10123 #, sh-format
10124 msgid "Unable to find current revision in submodule path '$displaypath'"
10125 msgstr ""
10127 #: git-submodule.sh:855
10128 #, sh-format
10129 msgid "Unable to fetch in submodule path '$sm_path'"
10130 msgstr ""
10132 #: git-submodule.sh:879
10133 #, sh-format
10134 msgid "Unable to fetch in submodule path '$displaypath'"
10135 msgstr ""
10137 #: git-submodule.sh:893
10138 #, sh-format
10139 msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
10140 msgstr ""
10142 #: git-submodule.sh:894
10143 #, sh-format
10144 msgid "Submodule path '$displaypath': checked out '$sha1'"
10145 msgstr ""
10147 #: git-submodule.sh:898
10148 #, sh-format
10149 msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
10150 msgstr ""
10152 #: git-submodule.sh:899
10153 #, sh-format
10154 msgid "Submodule path '$displaypath': rebased into '$sha1'"
10155 msgstr ""
10157 #: git-submodule.sh:904
10158 #, sh-format
10159 msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
10160 msgstr ""
10162 #: git-submodule.sh:905
10163 #, sh-format
10164 msgid "Submodule path '$displaypath': merged in '$sha1'"
10165 msgstr ""
10167 #: git-submodule.sh:910
10168 #, sh-format
10169 msgid ""
10170 "Execution of '$command $sha1' failed in submodule  path '$prefix$sm_path'"
10171 msgstr ""
10173 #: git-submodule.sh:911
10174 #, sh-format
10175 msgid "Submodule path '$prefix$sm_path': '$command $sha1'"
10176 msgstr ""
10178 #: git-submodule.sh:941
10179 #, sh-format
10180 msgid "Failed to recurse into submodule path '$displaypath'"
10181 msgstr ""
10183 #: git-submodule.sh:1049
10184 msgid "The --cached option cannot be used with the --files option"
10185 msgstr ""
10187 #: git-submodule.sh:1097
10188 #, sh-format
10189 msgid "unexpected mode $mod_dst"
10190 msgstr ""
10192 #: git-submodule.sh:1117
10193 #, sh-format
10194 msgid "  Warn: $display_name doesn't contain commit $sha1_src"
10195 msgstr ""
10197 #: git-submodule.sh:1120
10198 #, sh-format
10199 msgid "  Warn: $display_name doesn't contain commit $sha1_dst"
10200 msgstr ""
10202 #: git-submodule.sh:1123
10203 #, sh-format
10204 msgid "  Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
10205 msgstr ""
10207 #: git-submodule.sh:1148
10208 msgid "blob"
10209 msgstr ""
10211 #: git-submodule.sh:1262
10212 #, sh-format
10213 msgid "Failed to recurse into submodule path '$sm_path'"
10214 msgstr ""
10216 #: git-submodule.sh:1326
10217 #, sh-format
10218 msgid "Synchronizing submodule url for '$displaypath'"
10219 msgstr ""