Merge branch 'rs/simple-cleanups' into maint
[git.git] / po / git.pot
blob91fa5a1be687e7abce8f43f045d7f2d71e6566b1
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: 2015-01-21 14:21+0800\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "Language: \n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=CHARSET\n"
18 "Content-Transfer-Encoding: 8bit\n"
19 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
21 #: advice.c:55
22 #, c-format
23 msgid "hint: %.*s\n"
24 msgstr ""
26 #: advice.c:88
27 msgid ""
28 "Fix them up in the work tree, and then use 'git add/rm <file>'\n"
29 "as appropriate to mark resolution and make a commit."
30 msgstr ""
32 #: archive.c:11
33 msgid "git archive [options] <tree-ish> [<path>...]"
34 msgstr ""
36 #: archive.c:12
37 msgid "git archive --list"
38 msgstr ""
40 #: archive.c:13
41 msgid ""
42 "git archive --remote <repo> [--exec <cmd>] [options] <tree-ish> [<path>...]"
43 msgstr ""
45 #: archive.c:14
46 msgid "git archive --remote <repo> [--exec <cmd>] --list"
47 msgstr ""
49 #: archive.c:342 builtin/add.c:137 builtin/add.c:427 builtin/rm.c:328
50 #, c-format
51 msgid "pathspec '%s' did not match any files"
52 msgstr ""
54 #: archive.c:427
55 msgid "fmt"
56 msgstr ""
58 #: archive.c:427
59 msgid "archive format"
60 msgstr ""
62 #: archive.c:428 builtin/log.c:1204
63 msgid "prefix"
64 msgstr ""
66 #: archive.c:429
67 msgid "prepend prefix to each pathname in the archive"
68 msgstr ""
70 #: archive.c:430 builtin/archive.c:88 builtin/blame.c:2517
71 #: builtin/blame.c:2518 builtin/config.c:57 builtin/fast-export.c:986
72 #: builtin/fast-export.c:988 builtin/grep.c:712 builtin/hash-object.c:101
73 #: builtin/ls-files.c:489 builtin/ls-files.c:492 builtin/notes.c:394
74 #: builtin/notes.c:557 builtin/read-tree.c:109 parse-options.h:151
75 msgid "file"
76 msgstr ""
78 #: archive.c:431 builtin/archive.c:89
79 msgid "write the archive to this file"
80 msgstr ""
82 #: archive.c:433
83 msgid "read .gitattributes in working directory"
84 msgstr ""
86 #: archive.c:434
87 msgid "report archived files on stderr"
88 msgstr ""
90 #: archive.c:435
91 msgid "store only"
92 msgstr ""
94 #: archive.c:436
95 msgid "compress faster"
96 msgstr ""
98 #: archive.c:444
99 msgid "compress better"
100 msgstr ""
102 #: archive.c:447
103 msgid "list supported archive formats"
104 msgstr ""
106 #: archive.c:449 builtin/archive.c:90 builtin/clone.c:86
107 msgid "repo"
108 msgstr ""
110 #: archive.c:450 builtin/archive.c:91
111 msgid "retrieve the archive from remote repository <repo>"
112 msgstr ""
114 #: archive.c:451 builtin/archive.c:92 builtin/notes.c:478
115 msgid "command"
116 msgstr ""
118 #: archive.c:452 builtin/archive.c:93
119 msgid "path to the remote git-upload-archive command"
120 msgstr ""
122 #: attr.c:258
123 msgid ""
124 "Negative patterns are ignored in git attributes\n"
125 "Use '\\!' for literal leading exclamation."
126 msgstr ""
128 #: branch.c:60
129 #, c-format
130 msgid "Not setting branch %s as its own upstream."
131 msgstr ""
133 #: branch.c:83
134 #, c-format
135 msgid "Branch %s set up to track remote branch %s from %s by rebasing."
136 msgstr ""
138 #: branch.c:84
139 #, c-format
140 msgid "Branch %s set up to track remote branch %s from %s."
141 msgstr ""
143 #: branch.c:88
144 #, c-format
145 msgid "Branch %s set up to track local branch %s by rebasing."
146 msgstr ""
148 #: branch.c:89
149 #, c-format
150 msgid "Branch %s set up to track local branch %s."
151 msgstr ""
153 #: branch.c:94
154 #, c-format
155 msgid "Branch %s set up to track remote ref %s by rebasing."
156 msgstr ""
158 #: branch.c:95
159 #, c-format
160 msgid "Branch %s set up to track remote ref %s."
161 msgstr ""
163 #: branch.c:99
164 #, c-format
165 msgid "Branch %s set up to track local ref %s by rebasing."
166 msgstr ""
168 #: branch.c:100
169 #, c-format
170 msgid "Branch %s set up to track local ref %s."
171 msgstr ""
173 #: branch.c:133
174 #, c-format
175 msgid "Not tracking: ambiguous information for ref %s"
176 msgstr ""
178 #: branch.c:162
179 #, c-format
180 msgid "'%s' is not a valid branch name."
181 msgstr ""
183 #: branch.c:167
184 #, c-format
185 msgid "A branch named '%s' already exists."
186 msgstr ""
188 #: branch.c:175
189 msgid "Cannot force update the current branch."
190 msgstr ""
192 #: branch.c:195
193 #, c-format
194 msgid "Cannot setup tracking information; starting point '%s' is not a branch."
195 msgstr ""
197 #: branch.c:197
198 #, c-format
199 msgid "the requested upstream branch '%s' does not exist"
200 msgstr ""
202 #: branch.c:199
203 msgid ""
204 "\n"
205 "If you are planning on basing your work on an upstream\n"
206 "branch that already exists at the remote, you may need to\n"
207 "run \"git fetch\" to retrieve it.\n"
208 "\n"
209 "If you are planning to push out a new local branch that\n"
210 "will track its remote counterpart, you may want to use\n"
211 "\"git push -u\" to set the upstream config as you push."
212 msgstr ""
214 #: branch.c:243
215 #, c-format
216 msgid "Not a valid object name: '%s'."
217 msgstr ""
219 #: branch.c:263
220 #, c-format
221 msgid "Ambiguous object name: '%s'."
222 msgstr ""
224 #: branch.c:268
225 #, c-format
226 msgid "Not a valid branch point: '%s'."
227 msgstr ""
229 #: bundle.c:34
230 #, c-format
231 msgid "'%s' does not look like a v2 bundle file"
232 msgstr ""
234 #: bundle.c:61
235 #, c-format
236 msgid "unrecognized header: %s%s (%d)"
237 msgstr ""
239 #: bundle.c:87 builtin/commit.c:770
240 #, c-format
241 msgid "could not open '%s'"
242 msgstr ""
244 #: bundle.c:139
245 msgid "Repository lacks these prerequisite commits:"
246 msgstr ""
248 #: bundle.c:163 sequencer.c:645 sequencer.c:1100 builtin/blame.c:2706
249 #: builtin/branch.c:652 builtin/commit.c:1049 builtin/log.c:330
250 #: builtin/log.c:823 builtin/log.c:1432 builtin/log.c:1669 builtin/merge.c:358
251 #: builtin/shortlog.c:158
252 msgid "revision walk setup failed"
253 msgstr ""
255 #: bundle.c:185
256 #, c-format
257 msgid "The bundle contains this ref:"
258 msgid_plural "The bundle contains these %d refs:"
259 msgstr[0] ""
260 msgstr[1] ""
262 #: bundle.c:192
263 msgid "The bundle records a complete history."
264 msgstr ""
266 #: bundle.c:194
267 #, c-format
268 msgid "The bundle requires this ref:"
269 msgid_plural "The bundle requires these %d refs:"
270 msgstr[0] ""
271 msgstr[1] ""
273 #: bundle.c:251
274 msgid "Could not spawn pack-objects"
275 msgstr ""
277 #: bundle.c:269
278 msgid "pack-objects died"
279 msgstr ""
281 #: bundle.c:309
282 msgid "rev-list died"
283 msgstr ""
285 #: bundle.c:358
286 #, c-format
287 msgid "ref '%s' is excluded by the rev-list options"
288 msgstr ""
290 #: bundle.c:438 builtin/log.c:153 builtin/log.c:1342 builtin/shortlog.c:261
291 #, c-format
292 msgid "unrecognized argument: %s"
293 msgstr ""
295 #: bundle.c:444
296 msgid "Refusing to create empty bundle."
297 msgstr ""
299 #: bundle.c:454
300 #, c-format
301 msgid "cannot create '%s'"
302 msgstr ""
304 #: bundle.c:475
305 msgid "index-pack died"
306 msgstr ""
308 #: color.c:260
309 #, c-format
310 msgid "invalid color value: %.*s"
311 msgstr ""
313 #: commit.c:40
314 #, c-format
315 msgid "could not parse %s"
316 msgstr ""
318 #: commit.c:42
319 #, c-format
320 msgid "%s %s is not a commit!"
321 msgstr ""
323 #: compat/obstack.c:406 compat/obstack.c:408
324 msgid "memory exhausted"
325 msgstr ""
327 #: config.c:469 config.c:471
328 #, c-format
329 msgid "bad config file line %d in %s"
330 msgstr ""
332 #: config.c:587
333 #, c-format
334 msgid "bad numeric config value '%s' for '%s' in %s: %s"
335 msgstr ""
337 #: config.c:589
338 #, c-format
339 msgid "bad numeric config value '%s' for '%s': %s"
340 msgstr ""
342 #: config.c:674
343 #, c-format
344 msgid "failed to expand user dir in: '%s'"
345 msgstr ""
347 #: config.c:752 config.c:763
348 #, c-format
349 msgid "bad zlib compression level %d"
350 msgstr ""
352 #: config.c:885
353 #, c-format
354 msgid "invalid mode for object creation: %s"
355 msgstr ""
357 #: config.c:1211
358 msgid "unable to parse command-line config"
359 msgstr ""
361 #: config.c:1272
362 msgid "unknown error occured while reading the configuration files"
363 msgstr ""
365 #: config.c:1596
366 #, c-format
367 msgid "unable to parse '%s' from command-line config"
368 msgstr ""
370 #: config.c:1598
371 #, c-format
372 msgid "bad config variable '%s' in file '%s' at line %d"
373 msgstr ""
375 #: config.c:1657
376 #, c-format
377 msgid "%s has multiple values"
378 msgstr ""
380 #: connected.c:69
381 msgid "Could not run 'git rev-list'"
382 msgstr ""
384 #: connected.c:89
385 #, c-format
386 msgid "failed write to rev-list: %s"
387 msgstr ""
389 #: connected.c:97
390 #, c-format
391 msgid "failed to close rev-list's stdin: %s"
392 msgstr ""
394 #: date.c:95
395 msgid "in the future"
396 msgstr ""
398 #: date.c:101
399 #, c-format
400 msgid "%lu second ago"
401 msgid_plural "%lu seconds ago"
402 msgstr[0] ""
403 msgstr[1] ""
405 #: date.c:108
406 #, c-format
407 msgid "%lu minute ago"
408 msgid_plural "%lu minutes ago"
409 msgstr[0] ""
410 msgstr[1] ""
412 #: date.c:115
413 #, c-format
414 msgid "%lu hour ago"
415 msgid_plural "%lu hours ago"
416 msgstr[0] ""
417 msgstr[1] ""
419 #: date.c:122
420 #, c-format
421 msgid "%lu day ago"
422 msgid_plural "%lu days ago"
423 msgstr[0] ""
424 msgstr[1] ""
426 #: date.c:128
427 #, c-format
428 msgid "%lu week ago"
429 msgid_plural "%lu weeks ago"
430 msgstr[0] ""
431 msgstr[1] ""
433 #: date.c:135
434 #, c-format
435 msgid "%lu month ago"
436 msgid_plural "%lu months ago"
437 msgstr[0] ""
438 msgstr[1] ""
440 #: date.c:146
441 #, c-format
442 msgid "%lu year"
443 msgid_plural "%lu years"
444 msgstr[0] ""
445 msgstr[1] ""
447 #. TRANSLATORS: "%s" is "<n> years"
448 #: date.c:149
449 #, c-format
450 msgid "%s, %lu month ago"
451 msgid_plural "%s, %lu months ago"
452 msgstr[0] ""
453 msgstr[1] ""
455 #: date.c:154 date.c:159
456 #, c-format
457 msgid "%lu year ago"
458 msgid_plural "%lu years ago"
459 msgstr[0] ""
460 msgstr[1] ""
462 #: diffcore-order.c:24
463 #, c-format
464 msgid "failed to read orderfile '%s'"
465 msgstr ""
467 #: diffcore-rename.c:516
468 msgid "Performing inexact rename detection"
469 msgstr ""
471 #: diff.c:114
472 #, c-format
473 msgid "  Failed to parse dirstat cut-off percentage '%s'\n"
474 msgstr ""
476 #: diff.c:119
477 #, c-format
478 msgid "  Unknown dirstat parameter '%s'\n"
479 msgstr ""
481 #: diff.c:214
482 #, c-format
483 msgid "Unknown value for 'diff.submodule' config variable: '%s'"
484 msgstr ""
486 #: diff.c:266
487 #, c-format
488 msgid ""
489 "Found errors in 'diff.dirstat' config variable:\n"
490 "%s"
491 msgstr ""
493 #: diff.c:2957
494 #, c-format
495 msgid "external diff died, stopping at %s"
496 msgstr ""
498 #: diff.c:3352
499 msgid "--follow requires exactly one pathspec"
500 msgstr ""
502 #: diff.c:3515
503 #, c-format
504 msgid ""
505 "Failed to parse --dirstat/-X option parameter:\n"
506 "%s"
507 msgstr ""
509 #: diff.c:3529
510 #, c-format
511 msgid "Failed to parse --submodule option parameter: '%s'"
512 msgstr ""
514 #: gpg-interface.c:129 gpg-interface.c:200
515 msgid "could not run gpg."
516 msgstr ""
518 #: gpg-interface.c:141
519 msgid "gpg did not accept the data"
520 msgstr ""
522 #: gpg-interface.c:152
523 msgid "gpg failed to sign the data"
524 msgstr ""
526 #: gpg-interface.c:185
527 #, c-format
528 msgid "could not create temporary file '%s': %s"
529 msgstr ""
531 #: gpg-interface.c:188
532 #, c-format
533 msgid "failed writing detached signature to '%s': %s"
534 msgstr ""
536 #: grep.c:1718
537 #, c-format
538 msgid "'%s': unable to read %s"
539 msgstr ""
541 #: grep.c:1735
542 #, c-format
543 msgid "'%s': %s"
544 msgstr ""
546 #: grep.c:1746
547 #, c-format
548 msgid "'%s': short read %s"
549 msgstr ""
551 #: help.c:207
552 #, c-format
553 msgid "available git commands in '%s'"
554 msgstr ""
556 #: help.c:214
557 msgid "git commands available from elsewhere on your $PATH"
558 msgstr ""
560 #: help.c:230
561 msgid "The most commonly used git commands are:"
562 msgstr ""
564 #: help.c:289
565 #, c-format
566 msgid ""
567 "'%s' appears to be a git command, but we were not\n"
568 "able to execute it. Maybe git-%s is broken?"
569 msgstr ""
571 #: help.c:346
572 msgid "Uh oh. Your system reports no Git commands at all."
573 msgstr ""
575 #: help.c:368
576 #, c-format
577 msgid ""
578 "WARNING: You called a Git command named '%s', which does not exist.\n"
579 "Continuing under the assumption that you meant '%s'"
580 msgstr ""
582 #: help.c:373
583 #, c-format
584 msgid "in %0.1f seconds automatically..."
585 msgstr ""
587 #: help.c:380
588 #, c-format
589 msgid "git: '%s' is not a git command. See 'git --help'."
590 msgstr ""
592 #: help.c:384 help.c:444
593 msgid ""
594 "\n"
595 "Did you mean this?"
596 msgid_plural ""
597 "\n"
598 "Did you mean one of these?"
599 msgstr[0] ""
600 msgstr[1] ""
602 #: help.c:440
603 #, c-format
604 msgid "%s: %s - %s"
605 msgstr ""
607 #: lockfile.c:283
608 msgid "BUG: reopen a lockfile that is still open"
609 msgstr ""
611 #: lockfile.c:285
612 msgid "BUG: reopen a lockfile that has been committed"
613 msgstr ""
615 #: merge.c:41
616 msgid "failed to read the cache"
617 msgstr ""
619 #: merge.c:94 builtin/checkout.c:374 builtin/checkout.c:580
620 #: builtin/clone.c:662
621 msgid "unable to write new index file"
622 msgstr ""
624 #: merge-recursive.c:189
625 #, c-format
626 msgid "(bad commit)\n"
627 msgstr ""
629 #: merge-recursive.c:209
630 #, c-format
631 msgid "addinfo_cache failed for path '%s'"
632 msgstr ""
634 #: merge-recursive.c:270
635 msgid "error building trees"
636 msgstr ""
638 #: merge-recursive.c:688
639 #, c-format
640 msgid "failed to create path '%s'%s"
641 msgstr ""
643 #: merge-recursive.c:699
644 #, c-format
645 msgid "Removing %s to make room for subdirectory\n"
646 msgstr ""
648 #: merge-recursive.c:713 merge-recursive.c:734
649 msgid ": perhaps a D/F conflict?"
650 msgstr ""
652 #: merge-recursive.c:724
653 #, c-format
654 msgid "refusing to lose untracked file at '%s'"
655 msgstr ""
657 #: merge-recursive.c:764
658 #, c-format
659 msgid "cannot read object %s '%s'"
660 msgstr ""
662 #: merge-recursive.c:766
663 #, c-format
664 msgid "blob expected for %s '%s'"
665 msgstr ""
667 #: merge-recursive.c:789 builtin/clone.c:321
668 #, c-format
669 msgid "failed to open '%s'"
670 msgstr ""
672 #: merge-recursive.c:797
673 #, c-format
674 msgid "failed to symlink '%s'"
675 msgstr ""
677 #: merge-recursive.c:800
678 #, c-format
679 msgid "do not know what to do with %06o %s '%s'"
680 msgstr ""
682 #: merge-recursive.c:938
683 msgid "Failed to execute internal merge"
684 msgstr ""
686 #: merge-recursive.c:942
687 #, c-format
688 msgid "Unable to add %s to database"
689 msgstr ""
691 #: merge-recursive.c:958
692 msgid "unsupported object type in the tree"
693 msgstr ""
695 #: merge-recursive.c:1033 merge-recursive.c:1047
696 #, c-format
697 msgid ""
698 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
699 "in tree."
700 msgstr ""
702 #: merge-recursive.c:1039 merge-recursive.c:1052
703 #, c-format
704 msgid ""
705 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
706 "in tree at %s."
707 msgstr ""
709 #: merge-recursive.c:1093
710 msgid "rename"
711 msgstr ""
713 #: merge-recursive.c:1093
714 msgid "renamed"
715 msgstr ""
717 #: merge-recursive.c:1149
718 #, c-format
719 msgid "%s is a directory in %s adding as %s instead"
720 msgstr ""
722 #: merge-recursive.c:1171
723 #, c-format
724 msgid ""
725 "CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
726 "\"->\"%s\" in \"%s\"%s"
727 msgstr ""
729 #: merge-recursive.c:1176
730 msgid " (left unresolved)"
731 msgstr ""
733 #: merge-recursive.c:1230
734 #, c-format
735 msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
736 msgstr ""
738 #: merge-recursive.c:1260
739 #, c-format
740 msgid "Renaming %s to %s and %s to %s instead"
741 msgstr ""
743 #: merge-recursive.c:1459
744 #, c-format
745 msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
746 msgstr ""
748 #: merge-recursive.c:1469
749 #, c-format
750 msgid "Adding merged %s"
751 msgstr ""
753 #: merge-recursive.c:1474 merge-recursive.c:1672
754 #, c-format
755 msgid "Adding as %s instead"
756 msgstr ""
758 #: merge-recursive.c:1525
759 #, c-format
760 msgid "cannot read object %s"
761 msgstr ""
763 #: merge-recursive.c:1528
764 #, c-format
765 msgid "object %s is not a blob"
766 msgstr ""
768 #: merge-recursive.c:1576
769 msgid "modify"
770 msgstr ""
772 #: merge-recursive.c:1576
773 msgid "modified"
774 msgstr ""
776 #: merge-recursive.c:1586
777 msgid "content"
778 msgstr ""
780 #: merge-recursive.c:1593
781 msgid "add/add"
782 msgstr ""
784 #: merge-recursive.c:1627
785 #, c-format
786 msgid "Skipped %s (merged same as existing)"
787 msgstr ""
789 #: merge-recursive.c:1641
790 #, c-format
791 msgid "Auto-merging %s"
792 msgstr ""
794 #: merge-recursive.c:1645 git-submodule.sh:1150
795 msgid "submodule"
796 msgstr ""
798 #: merge-recursive.c:1646
799 #, c-format
800 msgid "CONFLICT (%s): Merge conflict in %s"
801 msgstr ""
803 #: merge-recursive.c:1732
804 #, c-format
805 msgid "Removing %s"
806 msgstr ""
808 #: merge-recursive.c:1757
809 msgid "file/directory"
810 msgstr ""
812 #: merge-recursive.c:1763
813 msgid "directory/file"
814 msgstr ""
816 #: merge-recursive.c:1768
817 #, c-format
818 msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
819 msgstr ""
821 #: merge-recursive.c:1778
822 #, c-format
823 msgid "Adding %s"
824 msgstr ""
826 #: merge-recursive.c:1795
827 msgid "Fatal merge failure, shouldn't happen."
828 msgstr ""
830 #: merge-recursive.c:1814
831 msgid "Already up-to-date!"
832 msgstr ""
834 #: merge-recursive.c:1823
835 #, c-format
836 msgid "merging of trees %s and %s failed"
837 msgstr ""
839 #: merge-recursive.c:1853
840 #, c-format
841 msgid "Unprocessed path??? %s"
842 msgstr ""
844 #: merge-recursive.c:1898
845 msgid "Merging:"
846 msgstr ""
848 #: merge-recursive.c:1911
849 #, c-format
850 msgid "found %u common ancestor:"
851 msgid_plural "found %u common ancestors:"
852 msgstr[0] ""
853 msgstr[1] ""
855 #: merge-recursive.c:1948
856 msgid "merge returned no commit"
857 msgstr ""
859 #: merge-recursive.c:2005
860 #, c-format
861 msgid "Could not parse object '%s'"
862 msgstr ""
864 #: merge-recursive.c:2016 builtin/merge.c:667
865 msgid "Unable to write index."
866 msgstr ""
868 #: notes-utils.c:41
869 msgid "Cannot commit uninitialized/unreferenced notes tree"
870 msgstr ""
872 #: notes-utils.c:82
873 #, c-format
874 msgid "Bad notes.rewriteMode value: '%s'"
875 msgstr ""
877 #: notes-utils.c:92
878 #, c-format
879 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
880 msgstr ""
882 #. TRANSLATORS: The first %s is the name of the
883 #. environment variable, the second %s is its value
884 #: notes-utils.c:119
885 #, c-format
886 msgid "Bad %s value: '%s'"
887 msgstr ""
889 #: object.c:241
890 #, c-format
891 msgid "unable to parse object: %s"
892 msgstr ""
894 #: parse-options.c:546
895 msgid "..."
896 msgstr ""
898 #: parse-options.c:564
899 #, c-format
900 msgid "usage: %s"
901 msgstr ""
903 #. TRANSLATORS: the colon here should align with the
904 #. one in "usage: %s" translation
905 #: parse-options.c:568
906 #, c-format
907 msgid "   or: %s"
908 msgstr ""
910 #: parse-options.c:571
911 #, c-format
912 msgid "    %s"
913 msgstr ""
915 #: parse-options.c:605
916 msgid "-NUM"
917 msgstr ""
919 #: pathspec.c:133
920 msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
921 msgstr ""
923 #: pathspec.c:143
924 msgid ""
925 "global 'literal' pathspec setting is incompatible with all other global "
926 "pathspec settings"
927 msgstr ""
929 #: pathspec.c:177
930 msgid "invalid parameter for pathspec magic 'prefix'"
931 msgstr ""
933 #: pathspec.c:183
934 #, c-format
935 msgid "Invalid pathspec magic '%.*s' in '%s'"
936 msgstr ""
938 #: pathspec.c:187
939 #, c-format
940 msgid "Missing ')' at the end of pathspec magic in '%s'"
941 msgstr ""
943 #: pathspec.c:205
944 #, c-format
945 msgid "Unimplemented pathspec magic '%c' in '%s'"
946 msgstr ""
948 #: pathspec.c:230
949 #, c-format
950 msgid "%s: 'literal' and 'glob' are incompatible"
951 msgstr ""
953 #: pathspec.c:241
954 #, c-format
955 msgid "%s: '%s' is outside repository"
956 msgstr ""
958 #: pathspec.c:291
959 #, c-format
960 msgid "Pathspec '%s' is in submodule '%.*s'"
961 msgstr ""
963 #: pathspec.c:353
964 #, c-format
965 msgid "%s: pathspec magic not supported by this command: %s"
966 msgstr ""
968 #: pathspec.c:432
969 #, c-format
970 msgid "pathspec '%s' is beyond a symbolic link"
971 msgstr ""
973 #: pathspec.c:441
974 msgid ""
975 "There is nothing to exclude from by :(exclude) patterns.\n"
976 "Perhaps you forgot to add either ':/' or '.' ?"
977 msgstr ""
979 #: pretty.c:968
980 msgid "unable to parse --pretty format"
981 msgstr ""
983 #: progress.c:225
984 msgid "done"
985 msgstr ""
987 #: read-cache.c:1267
988 #, c-format
989 msgid ""
990 "index.version set, but the value is invalid.\n"
991 "Using version %i"
992 msgstr ""
994 #: read-cache.c:1277
995 #, c-format
996 msgid ""
997 "GIT_INDEX_VERSION set, but the value is invalid.\n"
998 "Using version %i"
999 msgstr ""
1001 #: remote.c:782
1002 #, c-format
1003 msgid "Cannot fetch both %s and %s to %s"
1004 msgstr ""
1006 #: remote.c:786
1007 #, c-format
1008 msgid "%s usually tracks %s, not %s"
1009 msgstr ""
1011 #: remote.c:790
1012 #, c-format
1013 msgid "%s tracks both %s and %s"
1014 msgstr ""
1016 #: remote.c:798
1017 msgid "Internal error"
1018 msgstr ""
1020 #: remote.c:1980
1021 #, c-format
1022 msgid "Your branch is based on '%s', but the upstream is gone.\n"
1023 msgstr ""
1025 #: remote.c:1984
1026 msgid "  (use \"git branch --unset-upstream\" to fixup)\n"
1027 msgstr ""
1029 #: remote.c:1987
1030 #, c-format
1031 msgid "Your branch is up-to-date with '%s'.\n"
1032 msgstr ""
1034 #: remote.c:1991
1035 #, c-format
1036 msgid "Your branch is ahead of '%s' by %d commit.\n"
1037 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
1038 msgstr[0] ""
1039 msgstr[1] ""
1041 #: remote.c:1997
1042 msgid "  (use \"git push\" to publish your local commits)\n"
1043 msgstr ""
1045 #: remote.c:2000
1046 #, c-format
1047 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
1048 msgid_plural ""
1049 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
1050 msgstr[0] ""
1051 msgstr[1] ""
1053 #: remote.c:2008
1054 msgid "  (use \"git pull\" to update your local branch)\n"
1055 msgstr ""
1057 #: remote.c:2011
1058 #, c-format
1059 msgid ""
1060 "Your branch and '%s' have diverged,\n"
1061 "and have %d and %d different commit each, respectively.\n"
1062 msgid_plural ""
1063 "Your branch and '%s' have diverged,\n"
1064 "and have %d and %d different commits each, respectively.\n"
1065 msgstr[0] ""
1066 msgstr[1] ""
1068 #: remote.c:2021
1069 msgid "  (use \"git pull\" to merge the remote branch into yours)\n"
1070 msgstr ""
1072 #: run-command.c:87
1073 msgid "open /dev/null failed"
1074 msgstr ""
1076 #: run-command.c:89
1077 #, c-format
1078 msgid "dup2(%d,%d) failed"
1079 msgstr ""
1081 #: send-pack.c:268
1082 msgid "failed to sign the push certificate"
1083 msgstr ""
1085 #: send-pack.c:325
1086 msgid "the receiving end does not support --signed push"
1087 msgstr ""
1089 #: sequencer.c:172 builtin/merge.c:782 builtin/merge.c:893 builtin/merge.c:995
1090 #: builtin/merge.c:1005
1091 #, c-format
1092 msgid "Could not open '%s' for writing"
1093 msgstr ""
1095 #: sequencer.c:174 builtin/merge.c:344 builtin/merge.c:785 builtin/merge.c:997
1096 #: builtin/merge.c:1010
1097 #, c-format
1098 msgid "Could not write to '%s'"
1099 msgstr ""
1101 #: sequencer.c:195
1102 msgid ""
1103 "after resolving the conflicts, mark the corrected paths\n"
1104 "with 'git add <paths>' or 'git rm <paths>'"
1105 msgstr ""
1107 #: sequencer.c:198
1108 msgid ""
1109 "after resolving the conflicts, mark the corrected paths\n"
1110 "with 'git add <paths>' or 'git rm <paths>'\n"
1111 "and commit the result with 'git commit'"
1112 msgstr ""
1114 #: sequencer.c:211 sequencer.c:856 sequencer.c:939
1115 #, c-format
1116 msgid "Could not write to %s"
1117 msgstr ""
1119 #: sequencer.c:214
1120 #, c-format
1121 msgid "Error wrapping up %s"
1122 msgstr ""
1124 #: sequencer.c:229
1125 msgid "Your local changes would be overwritten by cherry-pick."
1126 msgstr ""
1128 #: sequencer.c:231
1129 msgid "Your local changes would be overwritten by revert."
1130 msgstr ""
1132 #: sequencer.c:234
1133 msgid "Commit your changes or stash them to proceed."
1134 msgstr ""
1136 #. TRANSLATORS: %s will be "revert" or "cherry-pick"
1137 #: sequencer.c:321
1138 #, c-format
1139 msgid "%s: Unable to write new index file"
1140 msgstr ""
1142 #: sequencer.c:339
1143 msgid "Could not resolve HEAD commit\n"
1144 msgstr ""
1146 #: sequencer.c:359
1147 msgid "Unable to update cache tree\n"
1148 msgstr ""
1150 #: sequencer.c:406
1151 #, c-format
1152 msgid "Could not parse commit %s\n"
1153 msgstr ""
1155 #: sequencer.c:411
1156 #, c-format
1157 msgid "Could not parse parent commit %s\n"
1158 msgstr ""
1160 #: sequencer.c:477
1161 msgid "Your index file is unmerged."
1162 msgstr ""
1164 #: sequencer.c:496
1165 #, c-format
1166 msgid "Commit %s is a merge but no -m option was given."
1167 msgstr ""
1169 #: sequencer.c:504
1170 #, c-format
1171 msgid "Commit %s does not have parent %d"
1172 msgstr ""
1174 #: sequencer.c:508
1175 #, c-format
1176 msgid "Mainline was specified but commit %s is not a merge."
1177 msgstr ""
1179 #. TRANSLATORS: The first %s will be "revert" or
1180 #. "cherry-pick", the second %s a SHA1
1181 #: sequencer.c:521
1182 #, c-format
1183 msgid "%s: cannot parse parent commit %s"
1184 msgstr ""
1186 #: sequencer.c:525
1187 #, c-format
1188 msgid "Cannot get commit message for %s"
1189 msgstr ""
1191 #: sequencer.c:611
1192 #, c-format
1193 msgid "could not revert %s... %s"
1194 msgstr ""
1196 #: sequencer.c:612
1197 #, c-format
1198 msgid "could not apply %s... %s"
1199 msgstr ""
1201 #: sequencer.c:648
1202 msgid "empty commit set passed"
1203 msgstr ""
1205 #: sequencer.c:656
1206 #, c-format
1207 msgid "git %s: failed to read the index"
1208 msgstr ""
1210 #: sequencer.c:660
1211 #, c-format
1212 msgid "git %s: failed to refresh the index"
1213 msgstr ""
1215 #: sequencer.c:720
1216 #, c-format
1217 msgid "Cannot %s during a %s"
1218 msgstr ""
1220 #: sequencer.c:742
1221 #, c-format
1222 msgid "Could not parse line %d."
1223 msgstr ""
1225 #: sequencer.c:747
1226 msgid "No commits parsed."
1227 msgstr ""
1229 #: sequencer.c:760
1230 #, c-format
1231 msgid "Could not open %s"
1232 msgstr ""
1234 #: sequencer.c:764
1235 #, c-format
1236 msgid "Could not read %s."
1237 msgstr ""
1239 #: sequencer.c:771
1240 #, c-format
1241 msgid "Unusable instruction sheet: %s"
1242 msgstr ""
1244 #: sequencer.c:801
1245 #, c-format
1246 msgid "Invalid key: %s"
1247 msgstr ""
1249 #: sequencer.c:804
1250 #, c-format
1251 msgid "Invalid value for %s: %s"
1252 msgstr ""
1254 #: sequencer.c:816
1255 #, c-format
1256 msgid "Malformed options sheet: %s"
1257 msgstr ""
1259 #: sequencer.c:837
1260 msgid "a cherry-pick or revert is already in progress"
1261 msgstr ""
1263 #: sequencer.c:838
1264 msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
1265 msgstr ""
1267 #: sequencer.c:842
1268 #, c-format
1269 msgid "Could not create sequencer directory %s"
1270 msgstr ""
1272 #: sequencer.c:858 sequencer.c:943
1273 #, c-format
1274 msgid "Error wrapping up %s."
1275 msgstr ""
1277 #: sequencer.c:877 sequencer.c:1013
1278 msgid "no cherry-pick or revert in progress"
1279 msgstr ""
1281 #: sequencer.c:879
1282 msgid "cannot resolve HEAD"
1283 msgstr ""
1285 #: sequencer.c:881
1286 msgid "cannot abort from a branch yet to be born"
1287 msgstr ""
1289 #: sequencer.c:903 builtin/apply.c:4128
1290 #, c-format
1291 msgid "cannot open %s: %s"
1292 msgstr ""
1294 #: sequencer.c:906
1295 #, c-format
1296 msgid "cannot read %s: %s"
1297 msgstr ""
1299 #: sequencer.c:907
1300 msgid "unexpected end of file"
1301 msgstr ""
1303 #: sequencer.c:913
1304 #, c-format
1305 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
1306 msgstr ""
1308 #: sequencer.c:936
1309 #, c-format
1310 msgid "Could not format %s."
1311 msgstr ""
1313 #: sequencer.c:1081
1314 #, c-format
1315 msgid "%s: can't cherry-pick a %s"
1316 msgstr ""
1318 #: sequencer.c:1084
1319 #, c-format
1320 msgid "%s: bad revision"
1321 msgstr ""
1323 #: sequencer.c:1118
1324 msgid "Can't revert as initial commit"
1325 msgstr ""
1327 #: sequencer.c:1119
1328 msgid "Can't cherry-pick into empty head"
1329 msgstr ""
1331 #: sha1_name.c:440
1332 msgid ""
1333 "Git normally never creates a ref that ends with 40 hex characters\n"
1334 "because it will be ignored when you just specify 40-hex. These refs\n"
1335 "may be created by mistake. For example,\n"
1336 "\n"
1337 "  git checkout -b $br $(git rev-parse ...)\n"
1338 "\n"
1339 "where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
1340 "examine these refs and maybe delete them. Turn this message off by\n"
1341 "running \"git config advice.objectNameWarning false\""
1342 msgstr ""
1344 #: sha1_name.c:1068
1345 msgid "HEAD does not point to a branch"
1346 msgstr ""
1348 #: sha1_name.c:1071
1349 #, c-format
1350 msgid "No such branch: '%s'"
1351 msgstr ""
1353 #: sha1_name.c:1073
1354 #, c-format
1355 msgid "No upstream configured for branch '%s'"
1356 msgstr ""
1358 #: sha1_name.c:1077
1359 #, c-format
1360 msgid "Upstream branch '%s' not stored as a remote-tracking branch"
1361 msgstr ""
1363 #: submodule.c:64 submodule.c:98
1364 msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
1365 msgstr ""
1367 #: submodule.c:68 submodule.c:102
1368 #, c-format
1369 msgid "Could not find section in .gitmodules where path=%s"
1370 msgstr ""
1372 #: submodule.c:76
1373 #, c-format
1374 msgid "Could not update .gitmodules entry %s"
1375 msgstr ""
1377 #: submodule.c:109
1378 #, c-format
1379 msgid "Could not remove .gitmodules entry for %s"
1380 msgstr ""
1382 #: submodule.c:120
1383 msgid "staging updated .gitmodules failed"
1384 msgstr ""
1386 #: submodule.c:1111 builtin/init-db.c:371
1387 #, c-format
1388 msgid "Could not create git link %s"
1389 msgstr ""
1391 #: submodule.c:1122
1392 #, c-format
1393 msgid "Could not set core.worktree in %s"
1394 msgstr ""
1396 #: trailer.c:500 trailer.c:504 trailer.c:508 trailer.c:562 trailer.c:566
1397 #: trailer.c:570
1398 #, c-format
1399 msgid "unknown value '%s' for key '%s'"
1400 msgstr ""
1402 #: trailer.c:552 trailer.c:557 builtin/remote.c:290
1403 #, c-format
1404 msgid "more than one %s"
1405 msgstr ""
1407 #: trailer.c:590
1408 #, c-format
1409 msgid "empty trailer token in trailer '%.*s'"
1410 msgstr ""
1412 #: trailer.c:710
1413 #, c-format
1414 msgid "could not read input file '%s'"
1415 msgstr ""
1417 #: trailer.c:713
1418 msgid "could not read from stdin"
1419 msgstr ""
1421 #: unpack-trees.c:202
1422 msgid "Checking out files"
1423 msgstr ""
1425 #: urlmatch.c:120
1426 msgid "invalid URL scheme name or missing '://' suffix"
1427 msgstr ""
1429 #: urlmatch.c:144 urlmatch.c:297 urlmatch.c:356
1430 #, c-format
1431 msgid "invalid %XX escape sequence"
1432 msgstr ""
1434 #: urlmatch.c:172
1435 msgid "missing host and scheme is not 'file:'"
1436 msgstr ""
1438 #: urlmatch.c:189
1439 msgid "a 'file:' URL may not have a port number"
1440 msgstr ""
1442 #: urlmatch.c:199
1443 msgid "invalid characters in host name"
1444 msgstr ""
1446 #: urlmatch.c:244 urlmatch.c:255
1447 msgid "invalid port number"
1448 msgstr ""
1450 #: urlmatch.c:322
1451 msgid "invalid '..' path segment"
1452 msgstr ""
1454 #: wrapper.c:509
1455 #, c-format
1456 msgid "unable to access '%s': %s"
1457 msgstr ""
1459 #: wrapper.c:530
1460 #, c-format
1461 msgid "unable to access '%s'"
1462 msgstr ""
1464 #: wrapper.c:541
1465 #, c-format
1466 msgid "unable to look up current user in the passwd file: %s"
1467 msgstr ""
1469 #: wrapper.c:542
1470 msgid "no such user"
1471 msgstr ""
1473 #: wrapper.c:550
1474 msgid "unable to get current working directory"
1475 msgstr ""
1477 #: wt-status.c:150
1478 msgid "Unmerged paths:"
1479 msgstr ""
1481 #: wt-status.c:177 wt-status.c:204
1482 #, c-format
1483 msgid "  (use \"git reset %s <file>...\" to unstage)"
1484 msgstr ""
1486 #: wt-status.c:179 wt-status.c:206
1487 msgid "  (use \"git rm --cached <file>...\" to unstage)"
1488 msgstr ""
1490 #: wt-status.c:183
1491 msgid "  (use \"git add <file>...\" to mark resolution)"
1492 msgstr ""
1494 #: wt-status.c:185 wt-status.c:189
1495 msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
1496 msgstr ""
1498 #: wt-status.c:187
1499 msgid "  (use \"git rm <file>...\" to mark resolution)"
1500 msgstr ""
1502 #: wt-status.c:198
1503 msgid "Changes to be committed:"
1504 msgstr ""
1506 #: wt-status.c:216
1507 msgid "Changes not staged for commit:"
1508 msgstr ""
1510 #: wt-status.c:220
1511 msgid "  (use \"git add <file>...\" to update what will be committed)"
1512 msgstr ""
1514 #: wt-status.c:222
1515 msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
1516 msgstr ""
1518 #: wt-status.c:223
1519 msgid ""
1520 "  (use \"git checkout -- <file>...\" to discard changes in working directory)"
1521 msgstr ""
1523 #: wt-status.c:225
1524 msgid "  (commit or discard the untracked or modified content in submodules)"
1525 msgstr ""
1527 #: wt-status.c:237
1528 #, c-format
1529 msgid "  (use \"git %s <file>...\" to include in what will be committed)"
1530 msgstr ""
1532 #: wt-status.c:252
1533 msgid "both deleted:"
1534 msgstr ""
1536 #: wt-status.c:254
1537 msgid "added by us:"
1538 msgstr ""
1540 #: wt-status.c:256
1541 msgid "deleted by them:"
1542 msgstr ""
1544 #: wt-status.c:258
1545 msgid "added by them:"
1546 msgstr ""
1548 #: wt-status.c:260
1549 msgid "deleted by us:"
1550 msgstr ""
1552 #: wt-status.c:262
1553 msgid "both added:"
1554 msgstr ""
1556 #: wt-status.c:264
1557 msgid "both modified:"
1558 msgstr ""
1560 #: wt-status.c:266
1561 #, c-format
1562 msgid "bug: unhandled unmerged status %x"
1563 msgstr ""
1565 #: wt-status.c:274
1566 msgid "new file:"
1567 msgstr ""
1569 #: wt-status.c:276
1570 msgid "copied:"
1571 msgstr ""
1573 #: wt-status.c:278
1574 msgid "deleted:"
1575 msgstr ""
1577 #: wt-status.c:280
1578 msgid "modified:"
1579 msgstr ""
1581 #: wt-status.c:282
1582 msgid "renamed:"
1583 msgstr ""
1585 #: wt-status.c:284
1586 msgid "typechange:"
1587 msgstr ""
1589 #: wt-status.c:286
1590 msgid "unknown:"
1591 msgstr ""
1593 #: wt-status.c:288
1594 msgid "unmerged:"
1595 msgstr ""
1597 #: wt-status.c:370
1598 msgid "new commits, "
1599 msgstr ""
1601 #: wt-status.c:372
1602 msgid "modified content, "
1603 msgstr ""
1605 #: wt-status.c:374
1606 msgid "untracked content, "
1607 msgstr ""
1609 #: wt-status.c:391
1610 #, c-format
1611 msgid "bug: unhandled diff status %c"
1612 msgstr ""
1614 #: wt-status.c:758
1615 msgid "Submodules changed but not updated:"
1616 msgstr ""
1618 #: wt-status.c:760
1619 msgid "Submodule changes to be committed:"
1620 msgstr ""
1622 #: wt-status.c:839
1623 msgid ""
1624 "Do not touch the line above.\n"
1625 "Everything below will be removed."
1626 msgstr ""
1628 #: wt-status.c:930
1629 msgid "You have unmerged paths."
1630 msgstr ""
1632 #: wt-status.c:933
1633 msgid "  (fix conflicts and run \"git commit\")"
1634 msgstr ""
1636 #: wt-status.c:936
1637 msgid "All conflicts fixed but you are still merging."
1638 msgstr ""
1640 #: wt-status.c:939
1641 msgid "  (use \"git commit\" to conclude merge)"
1642 msgstr ""
1644 #: wt-status.c:949
1645 msgid "You are in the middle of an am session."
1646 msgstr ""
1648 #: wt-status.c:952
1649 msgid "The current patch is empty."
1650 msgstr ""
1652 #: wt-status.c:956
1653 msgid "  (fix conflicts and then run \"git am --continue\")"
1654 msgstr ""
1656 #: wt-status.c:958
1657 msgid "  (use \"git am --skip\" to skip this patch)"
1658 msgstr ""
1660 #: wt-status.c:960
1661 msgid "  (use \"git am --abort\" to restore the original branch)"
1662 msgstr ""
1664 #: wt-status.c:1020 wt-status.c:1037
1665 #, c-format
1666 msgid "You are currently rebasing branch '%s' on '%s'."
1667 msgstr ""
1669 #: wt-status.c:1025 wt-status.c:1042
1670 msgid "You are currently rebasing."
1671 msgstr ""
1673 #: wt-status.c:1028
1674 msgid "  (fix conflicts and then run \"git rebase --continue\")"
1675 msgstr ""
1677 #: wt-status.c:1030
1678 msgid "  (use \"git rebase --skip\" to skip this patch)"
1679 msgstr ""
1681 #: wt-status.c:1032
1682 msgid "  (use \"git rebase --abort\" to check out the original branch)"
1683 msgstr ""
1685 #: wt-status.c:1045
1686 msgid "  (all conflicts fixed: run \"git rebase --continue\")"
1687 msgstr ""
1689 #: wt-status.c:1049
1690 #, c-format
1691 msgid ""
1692 "You are currently splitting a commit while rebasing branch '%s' on '%s'."
1693 msgstr ""
1695 #: wt-status.c:1054
1696 msgid "You are currently splitting a commit during a rebase."
1697 msgstr ""
1699 #: wt-status.c:1057
1700 msgid "  (Once your working directory is clean, run \"git rebase --continue\")"
1701 msgstr ""
1703 #: wt-status.c:1061
1704 #, c-format
1705 msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
1706 msgstr ""
1708 #: wt-status.c:1066
1709 msgid "You are currently editing a commit during a rebase."
1710 msgstr ""
1712 #: wt-status.c:1069
1713 msgid "  (use \"git commit --amend\" to amend the current commit)"
1714 msgstr ""
1716 #: wt-status.c:1071
1717 msgid ""
1718 "  (use \"git rebase --continue\" once you are satisfied with your changes)"
1719 msgstr ""
1721 #: wt-status.c:1081
1722 #, c-format
1723 msgid "You are currently cherry-picking commit %s."
1724 msgstr ""
1726 #: wt-status.c:1086
1727 msgid "  (fix conflicts and run \"git cherry-pick --continue\")"
1728 msgstr ""
1730 #: wt-status.c:1089
1731 msgid "  (all conflicts fixed: run \"git cherry-pick --continue\")"
1732 msgstr ""
1734 #: wt-status.c:1091
1735 msgid "  (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
1736 msgstr ""
1738 #: wt-status.c:1100
1739 #, c-format
1740 msgid "You are currently reverting commit %s."
1741 msgstr ""
1743 #: wt-status.c:1105
1744 msgid "  (fix conflicts and run \"git revert --continue\")"
1745 msgstr ""
1747 #: wt-status.c:1108
1748 msgid "  (all conflicts fixed: run \"git revert --continue\")"
1749 msgstr ""
1751 #: wt-status.c:1110
1752 msgid "  (use \"git revert --abort\" to cancel the revert operation)"
1753 msgstr ""
1755 #: wt-status.c:1121
1756 #, c-format
1757 msgid "You are currently bisecting, started from branch '%s'."
1758 msgstr ""
1760 #: wt-status.c:1125
1761 msgid "You are currently bisecting."
1762 msgstr ""
1764 #: wt-status.c:1128
1765 msgid "  (use \"git bisect reset\" to get back to the original branch)"
1766 msgstr ""
1768 #: wt-status.c:1303
1769 msgid "On branch "
1770 msgstr ""
1772 #: wt-status.c:1310
1773 msgid "rebase in progress; onto "
1774 msgstr ""
1776 #: wt-status.c:1317
1777 msgid "HEAD detached at "
1778 msgstr ""
1780 #: wt-status.c:1319
1781 msgid "HEAD detached from "
1782 msgstr ""
1784 #: wt-status.c:1322
1785 msgid "Not currently on any branch."
1786 msgstr ""
1788 #: wt-status.c:1339
1789 msgid "Initial commit"
1790 msgstr ""
1792 #: wt-status.c:1353
1793 msgid "Untracked files"
1794 msgstr ""
1796 #: wt-status.c:1355
1797 msgid "Ignored files"
1798 msgstr ""
1800 #: wt-status.c:1359
1801 #, c-format
1802 msgid ""
1803 "It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
1804 "may speed it up, but you have to be careful not to forget to add\n"
1805 "new files yourself (see 'git help status')."
1806 msgstr ""
1808 #: wt-status.c:1365
1809 #, c-format
1810 msgid "Untracked files not listed%s"
1811 msgstr ""
1813 #: wt-status.c:1367
1814 msgid " (use -u option to show untracked files)"
1815 msgstr ""
1817 #: wt-status.c:1373
1818 msgid "No changes"
1819 msgstr ""
1821 #: wt-status.c:1378
1822 #, c-format
1823 msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
1824 msgstr ""
1826 #: wt-status.c:1381
1827 #, c-format
1828 msgid "no changes added to commit\n"
1829 msgstr ""
1831 #: wt-status.c:1384
1832 #, c-format
1833 msgid ""
1834 "nothing added to commit but untracked files present (use \"git add\" to "
1835 "track)\n"
1836 msgstr ""
1838 #: wt-status.c:1387
1839 #, c-format
1840 msgid "nothing added to commit but untracked files present\n"
1841 msgstr ""
1843 #: wt-status.c:1390
1844 #, c-format
1845 msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
1846 msgstr ""
1848 #: wt-status.c:1393 wt-status.c:1398
1849 #, c-format
1850 msgid "nothing to commit\n"
1851 msgstr ""
1853 #: wt-status.c:1396
1854 #, c-format
1855 msgid "nothing to commit (use -u to show untracked files)\n"
1856 msgstr ""
1858 #: wt-status.c:1400
1859 #, c-format
1860 msgid "nothing to commit, working directory clean\n"
1861 msgstr ""
1863 #: wt-status.c:1509
1864 msgid "HEAD (no branch)"
1865 msgstr ""
1867 #: wt-status.c:1515
1868 msgid "Initial commit on "
1869 msgstr ""
1871 #: wt-status.c:1547
1872 msgid "gone"
1873 msgstr ""
1875 #: wt-status.c:1549 wt-status.c:1557
1876 msgid "behind "
1877 msgstr ""
1879 #: compat/precompose_utf8.c:55 builtin/clone.c:360
1880 #, c-format
1881 msgid "failed to unlink '%s'"
1882 msgstr ""
1884 #: builtin/add.c:22
1885 msgid "git add [options] [--] <pathspec>..."
1886 msgstr ""
1888 #: builtin/add.c:65
1889 #, c-format
1890 msgid "unexpected diff status %c"
1891 msgstr ""
1893 #: builtin/add.c:70 builtin/commit.c:275
1894 msgid "updating files failed"
1895 msgstr ""
1897 #: builtin/add.c:80
1898 #, c-format
1899 msgid "remove '%s'\n"
1900 msgstr ""
1902 #: builtin/add.c:134
1903 msgid "Unstaged changes after refreshing the index:"
1904 msgstr ""
1906 #: builtin/add.c:194 builtin/rev-parse.c:785
1907 msgid "Could not read the index"
1908 msgstr ""
1910 #: builtin/add.c:205
1911 #, c-format
1912 msgid "Could not open '%s' for writing."
1913 msgstr ""
1915 #: builtin/add.c:209
1916 msgid "Could not write patch"
1917 msgstr ""
1919 #: builtin/add.c:214
1920 #, c-format
1921 msgid "Could not stat '%s'"
1922 msgstr ""
1924 #: builtin/add.c:216
1925 msgid "Empty patch. Aborted."
1926 msgstr ""
1928 #: builtin/add.c:221
1929 #, c-format
1930 msgid "Could not apply '%s'"
1931 msgstr ""
1933 #: builtin/add.c:231
1934 msgid "The following paths are ignored by one of your .gitignore files:\n"
1935 msgstr ""
1937 #: builtin/add.c:248 builtin/clean.c:875 builtin/fetch.c:108 builtin/mv.c:110
1938 #: builtin/prune-packed.c:55 builtin/push.c:499 builtin/remote.c:1372
1939 #: builtin/rm.c:269
1940 msgid "dry run"
1941 msgstr ""
1943 #: builtin/add.c:249 builtin/apply.c:4415 builtin/check-ignore.c:19
1944 #: builtin/commit.c:1326 builtin/count-objects.c:63 builtin/fsck.c:608
1945 #: builtin/log.c:1617 builtin/mv.c:109 builtin/read-tree.c:114
1946 msgid "be verbose"
1947 msgstr ""
1949 #: builtin/add.c:251
1950 msgid "interactive picking"
1951 msgstr ""
1953 #: builtin/add.c:252 builtin/checkout.c:1126 builtin/reset.c:286
1954 msgid "select hunks interactively"
1955 msgstr ""
1957 #: builtin/add.c:253
1958 msgid "edit current diff and apply"
1959 msgstr ""
1961 #: builtin/add.c:254
1962 msgid "allow adding otherwise ignored files"
1963 msgstr ""
1965 #: builtin/add.c:255
1966 msgid "update tracked files"
1967 msgstr ""
1969 #: builtin/add.c:256
1970 msgid "record only the fact that the path will be added later"
1971 msgstr ""
1973 #: builtin/add.c:257
1974 msgid "add changes from all tracked and untracked files"
1975 msgstr ""
1977 #: builtin/add.c:260
1978 msgid "ignore paths removed in the working tree (same as --no-all)"
1979 msgstr ""
1981 #: builtin/add.c:262
1982 msgid "don't add, only refresh the index"
1983 msgstr ""
1985 #: builtin/add.c:263
1986 msgid "just skip files which cannot be added because of errors"
1987 msgstr ""
1989 #: builtin/add.c:264
1990 msgid "check if - even missing - files are ignored in dry run"
1991 msgstr ""
1993 #: builtin/add.c:286
1994 #, c-format
1995 msgid "Use -f if you really want to add them.\n"
1996 msgstr ""
1998 #: builtin/add.c:293
1999 msgid "adding files failed"
2000 msgstr ""
2002 #: builtin/add.c:329
2003 msgid "-A and -u are mutually incompatible"
2004 msgstr ""
2006 #: builtin/add.c:336
2007 msgid "Option --ignore-missing can only be used together with --dry-run"
2008 msgstr ""
2010 #: builtin/add.c:357
2011 #, c-format
2012 msgid "Nothing specified, nothing added.\n"
2013 msgstr ""
2015 #: builtin/add.c:358
2016 #, c-format
2017 msgid "Maybe you wanted to say 'git add .'?\n"
2018 msgstr ""
2020 #: builtin/add.c:363 builtin/check-ignore.c:172 builtin/clean.c:919
2021 #: builtin/commit.c:333 builtin/mv.c:130 builtin/reset.c:235 builtin/rm.c:299
2022 msgid "index file corrupt"
2023 msgstr ""
2025 #: builtin/add.c:446 builtin/apply.c:4510 builtin/mv.c:279 builtin/rm.c:431
2026 msgid "Unable to write new index file"
2027 msgstr ""
2029 #: builtin/apply.c:58
2030 msgid "git apply [options] [<patch>...]"
2031 msgstr ""
2033 #: builtin/apply.c:111
2034 #, c-format
2035 msgid "unrecognized whitespace option '%s'"
2036 msgstr ""
2038 #: builtin/apply.c:126
2039 #, c-format
2040 msgid "unrecognized whitespace ignore option '%s'"
2041 msgstr ""
2043 #: builtin/apply.c:826
2044 #, c-format
2045 msgid "Cannot prepare timestamp regexp %s"
2046 msgstr ""
2048 #: builtin/apply.c:835
2049 #, c-format
2050 msgid "regexec returned %d for input: %s"
2051 msgstr ""
2053 #: builtin/apply.c:916
2054 #, c-format
2055 msgid "unable to find filename in patch at line %d"
2056 msgstr ""
2058 #: builtin/apply.c:948
2059 #, c-format
2060 msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
2061 msgstr ""
2063 #: builtin/apply.c:952
2064 #, c-format
2065 msgid "git apply: bad git-diff - inconsistent new filename on line %d"
2066 msgstr ""
2068 #: builtin/apply.c:953
2069 #, c-format
2070 msgid "git apply: bad git-diff - inconsistent old filename on line %d"
2071 msgstr ""
2073 #: builtin/apply.c:960
2074 #, c-format
2075 msgid "git apply: bad git-diff - expected /dev/null on line %d"
2076 msgstr ""
2078 #: builtin/apply.c:1423
2079 #, c-format
2080 msgid "recount: unexpected line: %.*s"
2081 msgstr ""
2083 #: builtin/apply.c:1480
2084 #, c-format
2085 msgid "patch fragment without header at line %d: %.*s"
2086 msgstr ""
2088 #: builtin/apply.c:1497
2089 #, c-format
2090 msgid ""
2091 "git diff header lacks filename information when removing %d leading pathname "
2092 "component (line %d)"
2093 msgid_plural ""
2094 "git diff header lacks filename information when removing %d leading pathname "
2095 "components (line %d)"
2096 msgstr[0] ""
2097 msgstr[1] ""
2099 #: builtin/apply.c:1657
2100 msgid "new file depends on old contents"
2101 msgstr ""
2103 #: builtin/apply.c:1659
2104 msgid "deleted file still has contents"
2105 msgstr ""
2107 #: builtin/apply.c:1685
2108 #, c-format
2109 msgid "corrupt patch at line %d"
2110 msgstr ""
2112 #: builtin/apply.c:1721
2113 #, c-format
2114 msgid "new file %s depends on old contents"
2115 msgstr ""
2117 #: builtin/apply.c:1723
2118 #, c-format
2119 msgid "deleted file %s still has contents"
2120 msgstr ""
2122 #: builtin/apply.c:1726
2123 #, c-format
2124 msgid "** warning: file %s becomes empty but is not deleted"
2125 msgstr ""
2127 #: builtin/apply.c:1872
2128 #, c-format
2129 msgid "corrupt binary patch at line %d: %.*s"
2130 msgstr ""
2132 #: builtin/apply.c:1901
2133 #, c-format
2134 msgid "unrecognized binary patch at line %d"
2135 msgstr ""
2137 #: builtin/apply.c:2052
2138 #, c-format
2139 msgid "patch with only garbage at line %d"
2140 msgstr ""
2142 #: builtin/apply.c:2142
2143 #, c-format
2144 msgid "unable to read symlink %s"
2145 msgstr ""
2147 #: builtin/apply.c:2146
2148 #, c-format
2149 msgid "unable to open or read %s"
2150 msgstr ""
2152 #: builtin/apply.c:2754
2153 #, c-format
2154 msgid "invalid start of line: '%c'"
2155 msgstr ""
2157 #: builtin/apply.c:2872
2158 #, c-format
2159 msgid "Hunk #%d succeeded at %d (offset %d line)."
2160 msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
2161 msgstr[0] ""
2162 msgstr[1] ""
2164 #: builtin/apply.c:2884
2165 #, c-format
2166 msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
2167 msgstr ""
2169 #: builtin/apply.c:2890
2170 #, c-format
2171 msgid ""
2172 "while searching for:\n"
2173 "%.*s"
2174 msgstr ""
2176 #: builtin/apply.c:2909
2177 #, c-format
2178 msgid "missing binary patch data for '%s'"
2179 msgstr ""
2181 #: builtin/apply.c:3010
2182 #, c-format
2183 msgid "binary patch does not apply to '%s'"
2184 msgstr ""
2186 #: builtin/apply.c:3016
2187 #, c-format
2188 msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
2189 msgstr ""
2191 #: builtin/apply.c:3037
2192 #, c-format
2193 msgid "patch failed: %s:%ld"
2194 msgstr ""
2196 #: builtin/apply.c:3161
2197 #, c-format
2198 msgid "cannot checkout %s"
2199 msgstr ""
2201 #: builtin/apply.c:3206 builtin/apply.c:3215 builtin/apply.c:3260
2202 #, c-format
2203 msgid "read of %s failed"
2204 msgstr ""
2206 #: builtin/apply.c:3240 builtin/apply.c:3462
2207 #, c-format
2208 msgid "path %s has been renamed/deleted"
2209 msgstr ""
2211 #: builtin/apply.c:3321 builtin/apply.c:3476
2212 #, c-format
2213 msgid "%s: does not exist in index"
2214 msgstr ""
2216 #: builtin/apply.c:3325 builtin/apply.c:3468 builtin/apply.c:3490
2217 #, c-format
2218 msgid "%s: %s"
2219 msgstr ""
2221 #: builtin/apply.c:3330 builtin/apply.c:3484
2222 #, c-format
2223 msgid "%s: does not match index"
2224 msgstr ""
2226 #: builtin/apply.c:3432
2227 msgid "removal patch leaves file contents"
2228 msgstr ""
2230 #: builtin/apply.c:3501
2231 #, c-format
2232 msgid "%s: wrong type"
2233 msgstr ""
2235 #: builtin/apply.c:3503
2236 #, c-format
2237 msgid "%s has type %o, expected %o"
2238 msgstr ""
2240 #: builtin/apply.c:3604
2241 #, c-format
2242 msgid "%s: already exists in index"
2243 msgstr ""
2245 #: builtin/apply.c:3607
2246 #, c-format
2247 msgid "%s: already exists in working directory"
2248 msgstr ""
2250 #: builtin/apply.c:3627
2251 #, c-format
2252 msgid "new mode (%o) of %s does not match old mode (%o)"
2253 msgstr ""
2255 #: builtin/apply.c:3632
2256 #, c-format
2257 msgid "new mode (%o) of %s does not match old mode (%o) of %s"
2258 msgstr ""
2260 #: builtin/apply.c:3640
2261 #, c-format
2262 msgid "%s: patch does not apply"
2263 msgstr ""
2265 #: builtin/apply.c:3653
2266 #, c-format
2267 msgid "Checking patch %s..."
2268 msgstr ""
2270 #: builtin/apply.c:3746 builtin/checkout.c:231 builtin/reset.c:135
2271 #, c-format
2272 msgid "make_cache_entry failed for path '%s'"
2273 msgstr ""
2275 #: builtin/apply.c:3889
2276 #, c-format
2277 msgid "unable to remove %s from index"
2278 msgstr ""
2280 #: builtin/apply.c:3918
2281 #, c-format
2282 msgid "corrupt patch for submodule %s"
2283 msgstr ""
2285 #: builtin/apply.c:3922
2286 #, c-format
2287 msgid "unable to stat newly created file '%s'"
2288 msgstr ""
2290 #: builtin/apply.c:3927
2291 #, c-format
2292 msgid "unable to create backing store for newly created file %s"
2293 msgstr ""
2295 #: builtin/apply.c:3930 builtin/apply.c:4038
2296 #, c-format
2297 msgid "unable to add cache entry for %s"
2298 msgstr ""
2300 #: builtin/apply.c:3963
2301 #, c-format
2302 msgid "closing file '%s'"
2303 msgstr ""
2305 #: builtin/apply.c:4012
2306 #, c-format
2307 msgid "unable to write file '%s' mode %o"
2308 msgstr ""
2310 #: builtin/apply.c:4099
2311 #, c-format
2312 msgid "Applied patch %s cleanly."
2313 msgstr ""
2315 #: builtin/apply.c:4107
2316 msgid "internal error"
2317 msgstr ""
2319 #: builtin/apply.c:4110
2320 #, c-format
2321 msgid "Applying patch %%s with %d reject..."
2322 msgid_plural "Applying patch %%s with %d rejects..."
2323 msgstr[0] ""
2324 msgstr[1] ""
2326 #: builtin/apply.c:4120
2327 #, c-format
2328 msgid "truncating .rej filename to %.*s.rej"
2329 msgstr ""
2331 #: builtin/apply.c:4141
2332 #, c-format
2333 msgid "Hunk #%d applied cleanly."
2334 msgstr ""
2336 #: builtin/apply.c:4144
2337 #, c-format
2338 msgid "Rejected hunk #%d."
2339 msgstr ""
2341 #: builtin/apply.c:4234
2342 msgid "unrecognized input"
2343 msgstr ""
2345 #: builtin/apply.c:4245
2346 msgid "unable to read index file"
2347 msgstr ""
2349 #: builtin/apply.c:4362 builtin/apply.c:4365 builtin/clone.c:92
2350 #: builtin/fetch.c:93
2351 msgid "path"
2352 msgstr ""
2354 #: builtin/apply.c:4363
2355 msgid "don't apply changes matching the given path"
2356 msgstr ""
2358 #: builtin/apply.c:4366
2359 msgid "apply changes matching the given path"
2360 msgstr ""
2362 #: builtin/apply.c:4368
2363 msgid "num"
2364 msgstr ""
2366 #: builtin/apply.c:4369
2367 msgid "remove <num> leading slashes from traditional diff paths"
2368 msgstr ""
2370 #: builtin/apply.c:4372
2371 msgid "ignore additions made by the patch"
2372 msgstr ""
2374 #: builtin/apply.c:4374
2375 msgid "instead of applying the patch, output diffstat for the input"
2376 msgstr ""
2378 #: builtin/apply.c:4378
2379 msgid "show number of added and deleted lines in decimal notation"
2380 msgstr ""
2382 #: builtin/apply.c:4380
2383 msgid "instead of applying the patch, output a summary for the input"
2384 msgstr ""
2386 #: builtin/apply.c:4382
2387 msgid "instead of applying the patch, see if the patch is applicable"
2388 msgstr ""
2390 #: builtin/apply.c:4384
2391 msgid "make sure the patch is applicable to the current index"
2392 msgstr ""
2394 #: builtin/apply.c:4386
2395 msgid "apply a patch without touching the working tree"
2396 msgstr ""
2398 #: builtin/apply.c:4388
2399 msgid "also apply the patch (use with --stat/--summary/--check)"
2400 msgstr ""
2402 #: builtin/apply.c:4390
2403 msgid "attempt three-way merge if a patch does not apply"
2404 msgstr ""
2406 #: builtin/apply.c:4392
2407 msgid "build a temporary index based on embedded index information"
2408 msgstr ""
2410 #: builtin/apply.c:4394 builtin/checkout-index.c:198 builtin/ls-files.c:455
2411 msgid "paths are separated with NUL character"
2412 msgstr ""
2414 #: builtin/apply.c:4397
2415 msgid "ensure at least <n> lines of context match"
2416 msgstr ""
2418 #: builtin/apply.c:4398
2419 msgid "action"
2420 msgstr ""
2422 #: builtin/apply.c:4399
2423 msgid "detect new or modified lines that have whitespace errors"
2424 msgstr ""
2426 #: builtin/apply.c:4402 builtin/apply.c:4405
2427 msgid "ignore changes in whitespace when finding context"
2428 msgstr ""
2430 #: builtin/apply.c:4408
2431 msgid "apply the patch in reverse"
2432 msgstr ""
2434 #: builtin/apply.c:4410
2435 msgid "don't expect at least one line of context"
2436 msgstr ""
2438 #: builtin/apply.c:4412
2439 msgid "leave the rejected hunks in corresponding *.rej files"
2440 msgstr ""
2442 #: builtin/apply.c:4414
2443 msgid "allow overlapping hunks"
2444 msgstr ""
2446 #: builtin/apply.c:4417
2447 msgid "tolerate incorrectly detected missing new-line at the end of file"
2448 msgstr ""
2450 #: builtin/apply.c:4420
2451 msgid "do not trust the line counts in the hunk headers"
2452 msgstr ""
2454 #: builtin/apply.c:4422
2455 msgid "root"
2456 msgstr ""
2458 #: builtin/apply.c:4423
2459 msgid "prepend <root> to all filenames"
2460 msgstr ""
2462 #: builtin/apply.c:4445
2463 msgid "--3way outside a repository"
2464 msgstr ""
2466 #: builtin/apply.c:4453
2467 msgid "--index outside a repository"
2468 msgstr ""
2470 #: builtin/apply.c:4456
2471 msgid "--cached outside a repository"
2472 msgstr ""
2474 #: builtin/apply.c:4472
2475 #, c-format
2476 msgid "can't open patch '%s'"
2477 msgstr ""
2479 #: builtin/apply.c:4486
2480 #, c-format
2481 msgid "squelched %d whitespace error"
2482 msgid_plural "squelched %d whitespace errors"
2483 msgstr[0] ""
2484 msgstr[1] ""
2486 #: builtin/apply.c:4492 builtin/apply.c:4502
2487 #, c-format
2488 msgid "%d line adds whitespace errors."
2489 msgid_plural "%d lines add whitespace errors."
2490 msgstr[0] ""
2491 msgstr[1] ""
2493 #: builtin/archive.c:17
2494 #, c-format
2495 msgid "could not create archive file '%s'"
2496 msgstr ""
2498 #: builtin/archive.c:20
2499 msgid "could not redirect output"
2500 msgstr ""
2502 #: builtin/archive.c:37
2503 msgid "git archive: Remote with no URL"
2504 msgstr ""
2506 #: builtin/archive.c:58
2507 msgid "git archive: expected ACK/NAK, got EOF"
2508 msgstr ""
2510 #: builtin/archive.c:61
2511 #, c-format
2512 msgid "git archive: NACK %s"
2513 msgstr ""
2515 #: builtin/archive.c:63
2516 #, c-format
2517 msgid "remote error: %s"
2518 msgstr ""
2520 #: builtin/archive.c:64
2521 msgid "git archive: protocol error"
2522 msgstr ""
2524 #: builtin/archive.c:68
2525 msgid "git archive: expected a flush"
2526 msgstr ""
2528 #: builtin/bisect--helper.c:7
2529 msgid "git bisect--helper --next-all [--no-checkout]"
2530 msgstr ""
2532 #: builtin/bisect--helper.c:17
2533 msgid "perform 'git bisect next'"
2534 msgstr ""
2536 #: builtin/bisect--helper.c:19
2537 msgid "update BISECT_HEAD instead of checking out the current commit"
2538 msgstr ""
2540 #: builtin/blame.c:30
2541 msgid "git blame [options] [rev-opts] [rev] [--] file"
2542 msgstr ""
2544 #: builtin/blame.c:35
2545 msgid "[rev-opts] are documented in git-rev-list(1)"
2546 msgstr ""
2548 #: builtin/blame.c:2501
2549 msgid "Show blame entries as we find them, incrementally"
2550 msgstr ""
2552 #: builtin/blame.c:2502
2553 msgid "Show blank SHA-1 for boundary commits (Default: off)"
2554 msgstr ""
2556 #: builtin/blame.c:2503
2557 msgid "Do not treat root commits as boundaries (Default: off)"
2558 msgstr ""
2560 #: builtin/blame.c:2504
2561 msgid "Show work cost statistics"
2562 msgstr ""
2564 #: builtin/blame.c:2505
2565 msgid "Show output score for blame entries"
2566 msgstr ""
2568 #: builtin/blame.c:2506
2569 msgid "Show original filename (Default: auto)"
2570 msgstr ""
2572 #: builtin/blame.c:2507
2573 msgid "Show original linenumber (Default: off)"
2574 msgstr ""
2576 #: builtin/blame.c:2508
2577 msgid "Show in a format designed for machine consumption"
2578 msgstr ""
2580 #: builtin/blame.c:2509
2581 msgid "Show porcelain format with per-line commit information"
2582 msgstr ""
2584 #: builtin/blame.c:2510
2585 msgid "Use the same output mode as git-annotate (Default: off)"
2586 msgstr ""
2588 #: builtin/blame.c:2511
2589 msgid "Show raw timestamp (Default: off)"
2590 msgstr ""
2592 #: builtin/blame.c:2512
2593 msgid "Show long commit SHA1 (Default: off)"
2594 msgstr ""
2596 #: builtin/blame.c:2513
2597 msgid "Suppress author name and timestamp (Default: off)"
2598 msgstr ""
2600 #: builtin/blame.c:2514
2601 msgid "Show author email instead of name (Default: off)"
2602 msgstr ""
2604 #: builtin/blame.c:2515
2605 msgid "Ignore whitespace differences"
2606 msgstr ""
2608 #: builtin/blame.c:2516
2609 msgid "Spend extra cycles to find better match"
2610 msgstr ""
2612 #: builtin/blame.c:2517
2613 msgid "Use revisions from <file> instead of calling git-rev-list"
2614 msgstr ""
2616 #: builtin/blame.c:2518
2617 msgid "Use <file>'s contents as the final image"
2618 msgstr ""
2620 #: builtin/blame.c:2519 builtin/blame.c:2520
2621 msgid "score"
2622 msgstr ""
2624 #: builtin/blame.c:2519
2625 msgid "Find line copies within and across files"
2626 msgstr ""
2628 #: builtin/blame.c:2520
2629 msgid "Find line movements within and across files"
2630 msgstr ""
2632 #: builtin/blame.c:2521
2633 msgid "n,m"
2634 msgstr ""
2636 #: builtin/blame.c:2521
2637 msgid "Process only line range n,m, counting from 1"
2638 msgstr ""
2640 #. TRANSLATORS: This string is used to tell us the maximum
2641 #. display width for a relative timestamp in "git blame"
2642 #. output.  For C locale, "4 years, 11 months ago", which
2643 #. takes 22 places, is the longest among various forms of
2644 #. relative timestamps, but your language may need more or
2645 #. fewer display columns.
2646 #: builtin/blame.c:2602
2647 msgid "4 years, 11 months ago"
2648 msgstr ""
2650 #: builtin/branch.c:24
2651 msgid "git branch [options] [-r | -a] [--merged | --no-merged]"
2652 msgstr ""
2654 #: builtin/branch.c:25
2655 msgid "git branch [options] [-l] [-f] <branchname> [<start-point>]"
2656 msgstr ""
2658 #: builtin/branch.c:26
2659 msgid "git branch [options] [-r] (-d | -D) <branchname>..."
2660 msgstr ""
2662 #: builtin/branch.c:27
2663 msgid "git branch [options] (-m | -M) [<oldbranch>] <newbranch>"
2664 msgstr ""
2666 #: builtin/branch.c:152
2667 #, c-format
2668 msgid ""
2669 "deleting branch '%s' that has been merged to\n"
2670 "         '%s', but not yet merged to HEAD."
2671 msgstr ""
2673 #: builtin/branch.c:156
2674 #, c-format
2675 msgid ""
2676 "not deleting branch '%s' that is not yet merged to\n"
2677 "         '%s', even though it is merged to HEAD."
2678 msgstr ""
2680 #: builtin/branch.c:170
2681 #, c-format
2682 msgid "Couldn't look up commit object for '%s'"
2683 msgstr ""
2685 #: builtin/branch.c:174
2686 #, c-format
2687 msgid ""
2688 "The branch '%s' is not fully merged.\n"
2689 "If you are sure you want to delete it, run 'git branch -D %s'."
2690 msgstr ""
2692 #: builtin/branch.c:187
2693 msgid "Update of config-file failed"
2694 msgstr ""
2696 #: builtin/branch.c:215
2697 msgid "cannot use -a with -d"
2698 msgstr ""
2700 #: builtin/branch.c:221
2701 msgid "Couldn't look up commit object for HEAD"
2702 msgstr ""
2704 #: builtin/branch.c:229
2705 #, c-format
2706 msgid "Cannot delete the branch '%s' which you are currently on."
2707 msgstr ""
2709 #: builtin/branch.c:245
2710 #, c-format
2711 msgid "remote branch '%s' not found."
2712 msgstr ""
2714 #: builtin/branch.c:246
2715 #, c-format
2716 msgid "branch '%s' not found."
2717 msgstr ""
2719 #: builtin/branch.c:260
2720 #, c-format
2721 msgid "Error deleting remote branch '%s'"
2722 msgstr ""
2724 #: builtin/branch.c:261
2725 #, c-format
2726 msgid "Error deleting branch '%s'"
2727 msgstr ""
2729 #: builtin/branch.c:268
2730 #, c-format
2731 msgid "Deleted remote branch %s (was %s).\n"
2732 msgstr ""
2734 #: builtin/branch.c:269
2735 #, c-format
2736 msgid "Deleted branch %s (was %s).\n"
2737 msgstr ""
2739 #: builtin/branch.c:370
2740 #, c-format
2741 msgid "branch '%s' does not point at a commit"
2742 msgstr ""
2744 #: builtin/branch.c:459
2745 #, c-format
2746 msgid "[%s: gone]"
2747 msgstr ""
2749 #: builtin/branch.c:464
2750 #, c-format
2751 msgid "[%s]"
2752 msgstr ""
2754 #: builtin/branch.c:469
2755 #, c-format
2756 msgid "[%s: behind %d]"
2757 msgstr ""
2759 #: builtin/branch.c:471
2760 #, c-format
2761 msgid "[behind %d]"
2762 msgstr ""
2764 #: builtin/branch.c:475
2765 #, c-format
2766 msgid "[%s: ahead %d]"
2767 msgstr ""
2769 #: builtin/branch.c:477
2770 #, c-format
2771 msgid "[ahead %d]"
2772 msgstr ""
2774 #: builtin/branch.c:480
2775 #, c-format
2776 msgid "[%s: ahead %d, behind %d]"
2777 msgstr ""
2779 #: builtin/branch.c:483
2780 #, c-format
2781 msgid "[ahead %d, behind %d]"
2782 msgstr ""
2784 #: builtin/branch.c:496
2785 msgid " **** invalid ref ****"
2786 msgstr ""
2788 #: builtin/branch.c:587
2789 #, c-format
2790 msgid "(no branch, rebasing %s)"
2791 msgstr ""
2793 #: builtin/branch.c:590
2794 #, c-format
2795 msgid "(no branch, bisect started on %s)"
2796 msgstr ""
2798 #: builtin/branch.c:593
2799 #, c-format
2800 msgid "(detached from %s)"
2801 msgstr ""
2803 #: builtin/branch.c:596
2804 msgid "(no branch)"
2805 msgstr ""
2807 #: builtin/branch.c:643
2808 #, c-format
2809 msgid "object '%s' does not point to a commit"
2810 msgstr ""
2812 #: builtin/branch.c:691
2813 msgid "some refs could not be read"
2814 msgstr ""
2816 #: builtin/branch.c:704
2817 msgid "cannot rename the current branch while not on any."
2818 msgstr ""
2820 #: builtin/branch.c:714
2821 #, c-format
2822 msgid "Invalid branch name: '%s'"
2823 msgstr ""
2825 #: builtin/branch.c:729
2826 msgid "Branch rename failed"
2827 msgstr ""
2829 #: builtin/branch.c:733
2830 #, c-format
2831 msgid "Renamed a misnamed branch '%s' away"
2832 msgstr ""
2834 #: builtin/branch.c:737
2835 #, c-format
2836 msgid "Branch renamed to %s, but HEAD is not updated!"
2837 msgstr ""
2839 #: builtin/branch.c:744
2840 msgid "Branch is renamed, but update of config-file failed"
2841 msgstr ""
2843 #: builtin/branch.c:759
2844 #, c-format
2845 msgid "malformed object name %s"
2846 msgstr ""
2848 #: builtin/branch.c:783
2849 #, c-format
2850 msgid "could not write branch description template: %s"
2851 msgstr ""
2853 #: builtin/branch.c:813
2854 msgid "Generic options"
2855 msgstr ""
2857 #: builtin/branch.c:815
2858 msgid "show hash and subject, give twice for upstream branch"
2859 msgstr ""
2861 #: builtin/branch.c:816
2862 msgid "suppress informational messages"
2863 msgstr ""
2865 #: builtin/branch.c:817
2866 msgid "set up tracking mode (see git-pull(1))"
2867 msgstr ""
2869 #: builtin/branch.c:819
2870 msgid "change upstream info"
2871 msgstr ""
2873 #: builtin/branch.c:823
2874 msgid "use colored output"
2875 msgstr ""
2877 #: builtin/branch.c:824
2878 msgid "act on remote-tracking branches"
2879 msgstr ""
2881 #: builtin/branch.c:827 builtin/branch.c:833 builtin/branch.c:854
2882 #: builtin/branch.c:860 builtin/commit.c:1586 builtin/commit.c:1587
2883 #: builtin/commit.c:1588 builtin/commit.c:1589 builtin/tag.c:616
2884 #: builtin/tag.c:622
2885 msgid "commit"
2886 msgstr ""
2888 #: builtin/branch.c:828 builtin/branch.c:834
2889 msgid "print only branches that contain the commit"
2890 msgstr ""
2892 #: builtin/branch.c:840
2893 msgid "Specific git-branch actions:"
2894 msgstr ""
2896 #: builtin/branch.c:841
2897 msgid "list both remote-tracking and local branches"
2898 msgstr ""
2900 #: builtin/branch.c:843
2901 msgid "delete fully merged branch"
2902 msgstr ""
2904 #: builtin/branch.c:844
2905 msgid "delete branch (even if not merged)"
2906 msgstr ""
2908 #: builtin/branch.c:845
2909 msgid "move/rename a branch and its reflog"
2910 msgstr ""
2912 #: builtin/branch.c:846
2913 msgid "move/rename a branch, even if target exists"
2914 msgstr ""
2916 #: builtin/branch.c:847
2917 msgid "list branch names"
2918 msgstr ""
2920 #: builtin/branch.c:848
2921 msgid "create the branch's reflog"
2922 msgstr ""
2924 #: builtin/branch.c:850
2925 msgid "edit the description for the branch"
2926 msgstr ""
2928 #: builtin/branch.c:851
2929 msgid "force creation, move/rename, deletion"
2930 msgstr ""
2932 #: builtin/branch.c:854
2933 msgid "print only not merged branches"
2934 msgstr ""
2936 #: builtin/branch.c:860
2937 msgid "print only merged branches"
2938 msgstr ""
2940 #: builtin/branch.c:864
2941 msgid "list branches in columns"
2942 msgstr ""
2944 #: builtin/branch.c:877
2945 msgid "Failed to resolve HEAD as a valid ref."
2946 msgstr ""
2948 #: builtin/branch.c:881 builtin/clone.c:637
2949 msgid "HEAD not found below refs/heads!"
2950 msgstr ""
2952 #: builtin/branch.c:903
2953 msgid "--column and --verbose are incompatible"
2954 msgstr ""
2956 #: builtin/branch.c:914 builtin/branch.c:953
2957 msgid "branch name required"
2958 msgstr ""
2960 #: builtin/branch.c:929
2961 msgid "Cannot give description to detached HEAD"
2962 msgstr ""
2964 #: builtin/branch.c:934
2965 msgid "cannot edit description of more than one branch"
2966 msgstr ""
2968 #: builtin/branch.c:941
2969 #, c-format
2970 msgid "No commit on branch '%s' yet."
2971 msgstr ""
2973 #: builtin/branch.c:944
2974 #, c-format
2975 msgid "No branch named '%s'."
2976 msgstr ""
2978 #: builtin/branch.c:959
2979 msgid "too many branches for a rename operation"
2980 msgstr ""
2982 #: builtin/branch.c:964
2983 msgid "too many branches to set new upstream"
2984 msgstr ""
2986 #: builtin/branch.c:968
2987 #, c-format
2988 msgid ""
2989 "could not set upstream of HEAD to %s when it does not point to any branch."
2990 msgstr ""
2992 #: builtin/branch.c:971 builtin/branch.c:993 builtin/branch.c:1014
2993 #, c-format
2994 msgid "no such branch '%s'"
2995 msgstr ""
2997 #: builtin/branch.c:975
2998 #, c-format
2999 msgid "branch '%s' does not exist"
3000 msgstr ""
3002 #: builtin/branch.c:987
3003 msgid "too many branches to unset upstream"
3004 msgstr ""
3006 #: builtin/branch.c:991
3007 msgid "could not unset upstream of HEAD when it does not point to any branch."
3008 msgstr ""
3010 #: builtin/branch.c:997
3011 #, c-format
3012 msgid "Branch '%s' has no upstream information"
3013 msgstr ""
3015 #: builtin/branch.c:1011
3016 msgid "it does not make sense to create 'HEAD' manually"
3017 msgstr ""
3019 #: builtin/branch.c:1017
3020 msgid "-a and -r options to 'git branch' do not make sense with a branch name"
3021 msgstr ""
3023 #: builtin/branch.c:1020
3024 #, c-format
3025 msgid ""
3026 "The --set-upstream flag is deprecated and will be removed. Consider using --"
3027 "track or --set-upstream-to\n"
3028 msgstr ""
3030 #: builtin/branch.c:1037
3031 #, c-format
3032 msgid ""
3033 "\n"
3034 "If you wanted to make '%s' track '%s', do this:\n"
3035 "\n"
3036 msgstr ""
3038 #: builtin/branch.c:1038
3039 #, c-format
3040 msgid "    git branch -d %s\n"
3041 msgstr ""
3043 #: builtin/branch.c:1039
3044 #, c-format
3045 msgid "    git branch --set-upstream-to %s\n"
3046 msgstr ""
3048 #: builtin/bundle.c:47
3049 #, c-format
3050 msgid "%s is okay\n"
3051 msgstr ""
3053 #: builtin/bundle.c:56
3054 msgid "Need a repository to create a bundle."
3055 msgstr ""
3057 #: builtin/bundle.c:60
3058 msgid "Need a repository to unbundle."
3059 msgstr ""
3061 #: builtin/cat-file.c:328
3062 msgid "git cat-file (-t|-s|-e|-p|<type>|--textconv) <object>"
3063 msgstr ""
3065 #: builtin/cat-file.c:329
3066 msgid "git cat-file (--batch|--batch-check) < <list_of_objects>"
3067 msgstr ""
3069 #: builtin/cat-file.c:366
3070 msgid "<type> can be one of: blob, tree, commit, tag"
3071 msgstr ""
3073 #: builtin/cat-file.c:367
3074 msgid "show object type"
3075 msgstr ""
3077 #: builtin/cat-file.c:368
3078 msgid "show object size"
3079 msgstr ""
3081 #: builtin/cat-file.c:370
3082 msgid "exit with zero when there's no error"
3083 msgstr ""
3085 #: builtin/cat-file.c:371
3086 msgid "pretty-print object's content"
3087 msgstr ""
3089 #: builtin/cat-file.c:373
3090 msgid "for blob objects, run textconv on object's content"
3091 msgstr ""
3093 #: builtin/cat-file.c:375
3094 msgid "show info and content of objects fed from the standard input"
3095 msgstr ""
3097 #: builtin/cat-file.c:378
3098 msgid "show info about objects fed from the standard input"
3099 msgstr ""
3101 #: builtin/check-attr.c:11
3102 msgid "git check-attr [-a | --all | attr...] [--] pathname..."
3103 msgstr ""
3105 #: builtin/check-attr.c:12
3106 msgid "git check-attr --stdin [-z] [-a | --all | attr...] < <list-of-paths>"
3107 msgstr ""
3109 #: builtin/check-attr.c:19
3110 msgid "report all attributes set on file"
3111 msgstr ""
3113 #: builtin/check-attr.c:20
3114 msgid "use .gitattributes only from the index"
3115 msgstr ""
3117 #: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-object.c:98
3118 msgid "read file names from stdin"
3119 msgstr ""
3121 #: builtin/check-attr.c:23 builtin/check-ignore.c:24
3122 msgid "terminate input and output records by a NUL character"
3123 msgstr ""
3125 #: builtin/check-ignore.c:18 builtin/checkout.c:1107 builtin/gc.c:274
3126 msgid "suppress progress reporting"
3127 msgstr ""
3129 #: builtin/check-ignore.c:26
3130 msgid "show non-matching input paths"
3131 msgstr ""
3133 #: builtin/check-ignore.c:28
3134 msgid "ignore index when checking"
3135 msgstr ""
3137 #: builtin/check-ignore.c:154
3138 msgid "cannot specify pathnames with --stdin"
3139 msgstr ""
3141 #: builtin/check-ignore.c:157
3142 msgid "-z only makes sense with --stdin"
3143 msgstr ""
3145 #: builtin/check-ignore.c:159
3146 msgid "no path specified"
3147 msgstr ""
3149 #: builtin/check-ignore.c:163
3150 msgid "--quiet is only valid with a single pathname"
3151 msgstr ""
3153 #: builtin/check-ignore.c:165
3154 msgid "cannot have both --quiet and --verbose"
3155 msgstr ""
3157 #: builtin/check-ignore.c:168
3158 msgid "--non-matching is only valid with --verbose"
3159 msgstr ""
3161 #: builtin/check-mailmap.c:8
3162 msgid "git check-mailmap [options] <contact>..."
3163 msgstr ""
3165 #: builtin/check-mailmap.c:13
3166 msgid "also read contacts from stdin"
3167 msgstr ""
3169 #: builtin/check-mailmap.c:24
3170 #, c-format
3171 msgid "unable to parse contact: %s"
3172 msgstr ""
3174 #: builtin/check-mailmap.c:47
3175 msgid "no contacts specified"
3176 msgstr ""
3178 #: builtin/checkout-index.c:126
3179 msgid "git checkout-index [options] [--] [<file>...]"
3180 msgstr ""
3182 #: builtin/checkout-index.c:188
3183 msgid "check out all files in the index"
3184 msgstr ""
3186 #: builtin/checkout-index.c:189
3187 msgid "force overwrite of existing files"
3188 msgstr ""
3190 #: builtin/checkout-index.c:191
3191 msgid "no warning for existing files and files not in index"
3192 msgstr ""
3194 #: builtin/checkout-index.c:193
3195 msgid "don't checkout new files"
3196 msgstr ""
3198 #: builtin/checkout-index.c:195
3199 msgid "update stat information in the index file"
3200 msgstr ""
3202 #: builtin/checkout-index.c:201
3203 msgid "read list of paths from the standard input"
3204 msgstr ""
3206 #: builtin/checkout-index.c:203
3207 msgid "write the content to temporary files"
3208 msgstr ""
3210 #: builtin/checkout-index.c:204 builtin/column.c:30
3211 msgid "string"
3212 msgstr ""
3214 #: builtin/checkout-index.c:205
3215 msgid "when creating files, prepend <string>"
3216 msgstr ""
3218 #: builtin/checkout-index.c:208
3219 msgid "copy out the files from named stage"
3220 msgstr ""
3222 #: builtin/checkout.c:25
3223 msgid "git checkout [options] <branch>"
3224 msgstr ""
3226 #: builtin/checkout.c:26
3227 msgid "git checkout [options] [<branch>] -- <file>..."
3228 msgstr ""
3230 #: builtin/checkout.c:132 builtin/checkout.c:165
3231 #, c-format
3232 msgid "path '%s' does not have our version"
3233 msgstr ""
3235 #: builtin/checkout.c:134 builtin/checkout.c:167
3236 #, c-format
3237 msgid "path '%s' does not have their version"
3238 msgstr ""
3240 #: builtin/checkout.c:150
3241 #, c-format
3242 msgid "path '%s' does not have all necessary versions"
3243 msgstr ""
3245 #: builtin/checkout.c:194
3246 #, c-format
3247 msgid "path '%s' does not have necessary versions"
3248 msgstr ""
3250 #: builtin/checkout.c:211
3251 #, c-format
3252 msgid "path '%s': cannot merge"
3253 msgstr ""
3255 #: builtin/checkout.c:228
3256 #, c-format
3257 msgid "Unable to add merge result for '%s'"
3258 msgstr ""
3260 #: builtin/checkout.c:249 builtin/checkout.c:252 builtin/checkout.c:255
3261 #: builtin/checkout.c:258
3262 #, c-format
3263 msgid "'%s' cannot be used with updating paths"
3264 msgstr ""
3266 #: builtin/checkout.c:261 builtin/checkout.c:264
3267 #, c-format
3268 msgid "'%s' cannot be used with %s"
3269 msgstr ""
3271 #: builtin/checkout.c:267
3272 #, c-format
3273 msgid "Cannot update paths and switch to branch '%s' at the same time."
3274 msgstr ""
3276 #: builtin/checkout.c:278 builtin/checkout.c:467
3277 msgid "corrupt index file"
3278 msgstr ""
3280 #: builtin/checkout.c:338 builtin/checkout.c:345
3281 #, c-format
3282 msgid "path '%s' is unmerged"
3283 msgstr ""
3285 #: builtin/checkout.c:489
3286 msgid "you need to resolve your current index first"
3287 msgstr ""
3289 #: builtin/checkout.c:615
3290 #, c-format
3291 msgid "Can not do reflog for '%s'\n"
3292 msgstr ""
3294 #: builtin/checkout.c:653
3295 msgid "HEAD is now at"
3296 msgstr ""
3298 #: builtin/checkout.c:660
3299 #, c-format
3300 msgid "Reset branch '%s'\n"
3301 msgstr ""
3303 #: builtin/checkout.c:663
3304 #, c-format
3305 msgid "Already on '%s'\n"
3306 msgstr ""
3308 #: builtin/checkout.c:667
3309 #, c-format
3310 msgid "Switched to and reset branch '%s'\n"
3311 msgstr ""
3313 #: builtin/checkout.c:669 builtin/checkout.c:1050
3314 #, c-format
3315 msgid "Switched to a new branch '%s'\n"
3316 msgstr ""
3318 #: builtin/checkout.c:671
3319 #, c-format
3320 msgid "Switched to branch '%s'\n"
3321 msgstr ""
3323 #: builtin/checkout.c:723
3324 #, c-format
3325 msgid " ... and %d more.\n"
3326 msgstr ""
3328 #: builtin/checkout.c:729
3329 #, c-format
3330 msgid ""
3331 "Warning: you are leaving %d commit behind, not connected to\n"
3332 "any of your branches:\n"
3333 "\n"
3334 "%s\n"
3335 msgid_plural ""
3336 "Warning: you are leaving %d commits behind, not connected to\n"
3337 "any of your branches:\n"
3338 "\n"
3339 "%s\n"
3340 msgstr[0] ""
3341 msgstr[1] ""
3343 #: builtin/checkout.c:747
3344 #, c-format
3345 msgid ""
3346 "If you want to keep them by creating a new branch, this may be a good time\n"
3347 "to do so with:\n"
3348 "\n"
3349 " git branch new_branch_name %s\n"
3350 "\n"
3351 msgstr ""
3353 #: builtin/checkout.c:777
3354 msgid "internal error in revision walk"
3355 msgstr ""
3357 #: builtin/checkout.c:781
3358 msgid "Previous HEAD position was"
3359 msgstr ""
3361 #: builtin/checkout.c:808 builtin/checkout.c:1045
3362 msgid "You are on a branch yet to be born"
3363 msgstr ""
3365 #: builtin/checkout.c:952
3366 #, c-format
3367 msgid "only one reference expected, %d given."
3368 msgstr ""
3370 #: builtin/checkout.c:991
3371 #, c-format
3372 msgid "invalid reference: %s"
3373 msgstr ""
3375 #: builtin/checkout.c:1020
3376 #, c-format
3377 msgid "reference is not a tree: %s"
3378 msgstr ""
3380 #: builtin/checkout.c:1059
3381 msgid "paths cannot be used with switching branches"
3382 msgstr ""
3384 #: builtin/checkout.c:1062 builtin/checkout.c:1066
3385 #, c-format
3386 msgid "'%s' cannot be used with switching branches"
3387 msgstr ""
3389 #: builtin/checkout.c:1070 builtin/checkout.c:1073 builtin/checkout.c:1078
3390 #: builtin/checkout.c:1081
3391 #, c-format
3392 msgid "'%s' cannot be used with '%s'"
3393 msgstr ""
3395 #: builtin/checkout.c:1086
3396 #, c-format
3397 msgid "Cannot switch branch to a non-commit '%s'"
3398 msgstr ""
3400 #: builtin/checkout.c:1108 builtin/checkout.c:1110 builtin/clone.c:90
3401 #: builtin/remote.c:159 builtin/remote.c:161
3402 msgid "branch"
3403 msgstr ""
3405 #: builtin/checkout.c:1109
3406 msgid "create and checkout a new branch"
3407 msgstr ""
3409 #: builtin/checkout.c:1111
3410 msgid "create/reset and checkout a branch"
3411 msgstr ""
3413 #: builtin/checkout.c:1112
3414 msgid "create reflog for new branch"
3415 msgstr ""
3417 #: builtin/checkout.c:1113
3418 msgid "detach the HEAD at named commit"
3419 msgstr ""
3421 #: builtin/checkout.c:1114
3422 msgid "set upstream info for new branch"
3423 msgstr ""
3425 #: builtin/checkout.c:1116
3426 msgid "new-branch"
3427 msgstr ""
3429 #: builtin/checkout.c:1116
3430 msgid "new unparented branch"
3431 msgstr ""
3433 #: builtin/checkout.c:1117
3434 msgid "checkout our version for unmerged files"
3435 msgstr ""
3437 #: builtin/checkout.c:1119
3438 msgid "checkout their version for unmerged files"
3439 msgstr ""
3441 #: builtin/checkout.c:1121
3442 msgid "force checkout (throw away local modifications)"
3443 msgstr ""
3445 #: builtin/checkout.c:1122
3446 msgid "perform a 3-way merge with the new branch"
3447 msgstr ""
3449 #: builtin/checkout.c:1123 builtin/merge.c:227
3450 msgid "update ignored files (default)"
3451 msgstr ""
3453 #: builtin/checkout.c:1124 builtin/log.c:1239 parse-options.h:245
3454 msgid "style"
3455 msgstr ""
3457 #: builtin/checkout.c:1125
3458 msgid "conflict style (merge or diff3)"
3459 msgstr ""
3461 #: builtin/checkout.c:1128
3462 msgid "do not limit pathspecs to sparse entries only"
3463 msgstr ""
3465 #: builtin/checkout.c:1130
3466 msgid "second guess 'git checkout no-such-branch'"
3467 msgstr ""
3469 #: builtin/checkout.c:1153
3470 msgid "-b, -B and --orphan are mutually exclusive"
3471 msgstr ""
3473 #: builtin/checkout.c:1170
3474 msgid "--track needs a branch name"
3475 msgstr ""
3477 #: builtin/checkout.c:1175
3478 msgid "Missing branch name; try -b"
3479 msgstr ""
3481 #: builtin/checkout.c:1212
3482 msgid "invalid path specification"
3483 msgstr ""
3485 #: builtin/checkout.c:1219
3486 #, c-format
3487 msgid ""
3488 "Cannot update paths and switch to branch '%s' at the same time.\n"
3489 "Did you intend to checkout '%s' which can not be resolved as commit?"
3490 msgstr ""
3492 #: builtin/checkout.c:1224
3493 #, c-format
3494 msgid "git checkout: --detach does not take a path argument '%s'"
3495 msgstr ""
3497 #: builtin/checkout.c:1228
3498 msgid ""
3499 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
3500 "checking out of the index."
3501 msgstr ""
3503 #: builtin/clean.c:26
3504 msgid ""
3505 "git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
3506 msgstr ""
3508 #: builtin/clean.c:30
3509 #, c-format
3510 msgid "Removing %s\n"
3511 msgstr ""
3513 #: builtin/clean.c:31
3514 #, c-format
3515 msgid "Would remove %s\n"
3516 msgstr ""
3518 #: builtin/clean.c:32
3519 #, c-format
3520 msgid "Skipping repository %s\n"
3521 msgstr ""
3523 #: builtin/clean.c:33
3524 #, c-format
3525 msgid "Would skip repository %s\n"
3526 msgstr ""
3528 #: builtin/clean.c:34
3529 #, c-format
3530 msgid "failed to remove %s"
3531 msgstr ""
3533 #: builtin/clean.c:295
3534 msgid ""
3535 "Prompt help:\n"
3536 "1          - select a numbered item\n"
3537 "foo        - select item based on unique prefix\n"
3538 "           - (empty) select nothing"
3539 msgstr ""
3541 #: builtin/clean.c:299
3542 msgid ""
3543 "Prompt help:\n"
3544 "1          - select a single item\n"
3545 "3-5        - select a range of items\n"
3546 "2-3,6-9    - select multiple ranges\n"
3547 "foo        - select item based on unique prefix\n"
3548 "-...       - unselect specified items\n"
3549 "*          - choose all items\n"
3550 "           - (empty) finish selecting"
3551 msgstr ""
3553 #: builtin/clean.c:517
3554 #, c-format
3555 msgid "Huh (%s)?"
3556 msgstr ""
3558 #: builtin/clean.c:659
3559 #, c-format
3560 msgid "Input ignore patterns>> "
3561 msgstr ""
3563 #: builtin/clean.c:696
3564 #, c-format
3565 msgid "WARNING: Cannot find items matched by: %s"
3566 msgstr ""
3568 #: builtin/clean.c:717
3569 msgid "Select items to delete"
3570 msgstr ""
3572 #: builtin/clean.c:757
3573 #, c-format
3574 msgid "remove %s? "
3575 msgstr ""
3577 #: builtin/clean.c:782
3578 msgid "Bye."
3579 msgstr ""
3581 #: builtin/clean.c:790
3582 msgid ""
3583 "clean               - start cleaning\n"
3584 "filter by pattern   - exclude items from deletion\n"
3585 "select by numbers   - select items to be deleted by numbers\n"
3586 "ask each            - confirm each deletion (like \"rm -i\")\n"
3587 "quit                - stop cleaning\n"
3588 "help                - this screen\n"
3589 "?                   - help for prompt selection"
3590 msgstr ""
3592 #: builtin/clean.c:817
3593 msgid "*** Commands ***"
3594 msgstr ""
3596 #: builtin/clean.c:818
3597 msgid "What now"
3598 msgstr ""
3600 #: builtin/clean.c:826
3601 msgid "Would remove the following item:"
3602 msgid_plural "Would remove the following items:"
3603 msgstr[0] ""
3604 msgstr[1] ""
3606 #: builtin/clean.c:843
3607 msgid "No more files to clean, exiting."
3608 msgstr ""
3610 #: builtin/clean.c:874
3611 msgid "do not print names of files removed"
3612 msgstr ""
3614 #: builtin/clean.c:876
3615 msgid "force"
3616 msgstr ""
3618 #: builtin/clean.c:877
3619 msgid "interactive cleaning"
3620 msgstr ""
3622 #: builtin/clean.c:879
3623 msgid "remove whole directories"
3624 msgstr ""
3626 #: builtin/clean.c:880 builtin/describe.c:407 builtin/grep.c:714
3627 #: builtin/ls-files.c:486 builtin/name-rev.c:311 builtin/show-ref.c:185
3628 msgid "pattern"
3629 msgstr ""
3631 #: builtin/clean.c:881
3632 msgid "add <pattern> to ignore rules"
3633 msgstr ""
3635 #: builtin/clean.c:882
3636 msgid "remove ignored files, too"
3637 msgstr ""
3639 #: builtin/clean.c:884
3640 msgid "remove only ignored files"
3641 msgstr ""
3643 #: builtin/clean.c:902
3644 msgid "-x and -X cannot be used together"
3645 msgstr ""
3647 #: builtin/clean.c:906
3648 msgid ""
3649 "clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
3650 "clean"
3651 msgstr ""
3653 #: builtin/clean.c:909
3654 msgid ""
3655 "clean.requireForce defaults to true and neither -i, -n, nor -f given; "
3656 "refusing to clean"
3657 msgstr ""
3659 #: builtin/clone.c:37
3660 msgid "git clone [options] [--] <repo> [<dir>]"
3661 msgstr ""
3663 #: builtin/clone.c:66 builtin/fetch.c:112 builtin/merge.c:224
3664 #: builtin/push.c:514
3665 msgid "force progress reporting"
3666 msgstr ""
3668 #: builtin/clone.c:68
3669 msgid "don't create a checkout"
3670 msgstr ""
3672 #: builtin/clone.c:69 builtin/clone.c:71 builtin/init-db.c:496
3673 msgid "create a bare repository"
3674 msgstr ""
3676 #: builtin/clone.c:73
3677 msgid "create a mirror repository (implies bare)"
3678 msgstr ""
3680 #: builtin/clone.c:75
3681 msgid "to clone from a local repository"
3682 msgstr ""
3684 #: builtin/clone.c:77
3685 msgid "don't use local hardlinks, always copy"
3686 msgstr ""
3688 #: builtin/clone.c:79
3689 msgid "setup as shared repository"
3690 msgstr ""
3692 #: builtin/clone.c:81 builtin/clone.c:83
3693 msgid "initialize submodules in the clone"
3694 msgstr ""
3696 #: builtin/clone.c:84 builtin/init-db.c:493
3697 msgid "template-directory"
3698 msgstr ""
3700 #: builtin/clone.c:85 builtin/init-db.c:494
3701 msgid "directory from which templates will be used"
3702 msgstr ""
3704 #: builtin/clone.c:87
3705 msgid "reference repository"
3706 msgstr ""
3708 #: builtin/clone.c:88 builtin/column.c:26 builtin/merge-file.c:44
3709 msgid "name"
3710 msgstr ""
3712 #: builtin/clone.c:89
3713 msgid "use <name> instead of 'origin' to track upstream"
3714 msgstr ""
3716 #: builtin/clone.c:91
3717 msgid "checkout <branch> instead of the remote's HEAD"
3718 msgstr ""
3720 #: builtin/clone.c:93
3721 msgid "path to git-upload-pack on the remote"
3722 msgstr ""
3724 #: builtin/clone.c:94 builtin/fetch.c:113 builtin/grep.c:659
3725 msgid "depth"
3726 msgstr ""
3728 #: builtin/clone.c:95
3729 msgid "create a shallow clone of that depth"
3730 msgstr ""
3732 #: builtin/clone.c:97
3733 msgid "clone only one branch, HEAD or --branch"
3734 msgstr ""
3736 #: builtin/clone.c:99
3737 msgid "use --reference only while cloning"
3738 msgstr ""
3740 #: builtin/clone.c:100 builtin/init-db.c:502
3741 msgid "gitdir"
3742 msgstr ""
3744 #: builtin/clone.c:101 builtin/init-db.c:503
3745 msgid "separate git dir from working tree"
3746 msgstr ""
3748 #: builtin/clone.c:102
3749 msgid "key=value"
3750 msgstr ""
3752 #: builtin/clone.c:103
3753 msgid "set config inside the new repository"
3754 msgstr ""
3756 #: builtin/clone.c:256
3757 #, c-format
3758 msgid "reference repository '%s' is not a local repository."
3759 msgstr ""
3761 #: builtin/clone.c:260
3762 #, c-format
3763 msgid "reference repository '%s' is shallow"
3764 msgstr ""
3766 #: builtin/clone.c:263
3767 #, c-format
3768 msgid "reference repository '%s' is grafted"
3769 msgstr ""
3771 #: builtin/clone.c:325
3772 #, c-format
3773 msgid "failed to create directory '%s'"
3774 msgstr ""
3776 #: builtin/clone.c:327 builtin/diff.c:84
3777 #, c-format
3778 msgid "failed to stat '%s'"
3779 msgstr ""
3781 #: builtin/clone.c:329
3782 #, c-format
3783 msgid "%s exists and is not a directory"
3784 msgstr ""
3786 #: builtin/clone.c:343
3787 #, c-format
3788 msgid "failed to stat %s\n"
3789 msgstr ""
3791 #: builtin/clone.c:365
3792 #, c-format
3793 msgid "failed to create link '%s'"
3794 msgstr ""
3796 #: builtin/clone.c:369
3797 #, c-format
3798 msgid "failed to copy file to '%s'"
3799 msgstr ""
3801 #: builtin/clone.c:392 builtin/clone.c:566
3802 #, c-format
3803 msgid "done.\n"
3804 msgstr ""
3806 #: builtin/clone.c:404
3807 msgid ""
3808 "Clone succeeded, but checkout failed.\n"
3809 "You can inspect what was checked out with 'git status'\n"
3810 "and retry the checkout with 'git checkout -f HEAD'\n"
3811 msgstr ""
3813 #: builtin/clone.c:481
3814 #, c-format
3815 msgid "Could not find remote branch %s to clone."
3816 msgstr ""
3818 #: builtin/clone.c:561
3819 #, c-format
3820 msgid "Checking connectivity... "
3821 msgstr ""
3823 #: builtin/clone.c:564
3824 msgid "remote did not send all necessary objects"
3825 msgstr ""
3827 #: builtin/clone.c:628
3828 msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
3829 msgstr ""
3831 #: builtin/clone.c:659
3832 msgid "unable to checkout working tree"
3833 msgstr ""
3835 #: builtin/clone.c:746
3836 msgid "cannot repack to clean up"
3837 msgstr ""
3839 #: builtin/clone.c:748
3840 msgid "cannot unlink temporary alternates file"
3841 msgstr ""
3843 #: builtin/clone.c:778
3844 msgid "Too many arguments."
3845 msgstr ""
3847 #: builtin/clone.c:782
3848 msgid "You must specify a repository to clone."
3849 msgstr ""
3851 #: builtin/clone.c:793
3852 #, c-format
3853 msgid "--bare and --origin %s options are incompatible."
3854 msgstr ""
3856 #: builtin/clone.c:796
3857 msgid "--bare and --separate-git-dir are incompatible."
3858 msgstr ""
3860 #: builtin/clone.c:809
3861 #, c-format
3862 msgid "repository '%s' does not exist"
3863 msgstr ""
3865 #: builtin/clone.c:815 builtin/fetch.c:1155
3866 #, c-format
3867 msgid "depth %s is not a positive number"
3868 msgstr ""
3870 #: builtin/clone.c:825
3871 #, c-format
3872 msgid "destination path '%s' already exists and is not an empty directory."
3873 msgstr ""
3875 #: builtin/clone.c:835
3876 #, c-format
3877 msgid "working tree '%s' already exists."
3878 msgstr ""
3880 #: builtin/clone.c:848 builtin/clone.c:860
3881 #, c-format
3882 msgid "could not create leading directories of '%s'"
3883 msgstr ""
3885 #: builtin/clone.c:851
3886 #, c-format
3887 msgid "could not create work tree dir '%s'."
3888 msgstr ""
3890 #: builtin/clone.c:870
3891 #, c-format
3892 msgid "Cloning into bare repository '%s'...\n"
3893 msgstr ""
3895 #: builtin/clone.c:872
3896 #, c-format
3897 msgid "Cloning into '%s'...\n"
3898 msgstr ""
3900 #: builtin/clone.c:897
3901 msgid "--dissociate given, but there is no --reference"
3902 msgstr ""
3904 #: builtin/clone.c:912
3905 msgid "--depth is ignored in local clones; use file:// instead."
3906 msgstr ""
3908 #: builtin/clone.c:915
3909 msgid "source repository is shallow, ignoring --local"
3910 msgstr ""
3912 #: builtin/clone.c:920
3913 msgid "--local is ignored"
3914 msgstr ""
3916 #: builtin/clone.c:924
3917 #, c-format
3918 msgid "Don't know how to clone %s"
3919 msgstr ""
3921 #: builtin/clone.c:975 builtin/clone.c:983
3922 #, c-format
3923 msgid "Remote branch %s not found in upstream %s"
3924 msgstr ""
3926 #: builtin/clone.c:986
3927 msgid "You appear to have cloned an empty repository."
3928 msgstr ""
3930 #: builtin/column.c:9
3931 msgid "git column [options]"
3932 msgstr ""
3934 #: builtin/column.c:26
3935 msgid "lookup config vars"
3936 msgstr ""
3938 #: builtin/column.c:27 builtin/column.c:28
3939 msgid "layout to use"
3940 msgstr ""
3942 #: builtin/column.c:29
3943 msgid "Maximum width"
3944 msgstr ""
3946 #: builtin/column.c:30
3947 msgid "Padding space on left border"
3948 msgstr ""
3950 #: builtin/column.c:31
3951 msgid "Padding space on right border"
3952 msgstr ""
3954 #: builtin/column.c:32
3955 msgid "Padding space between columns"
3956 msgstr ""
3958 #: builtin/column.c:51
3959 msgid "--command must be the first argument"
3960 msgstr ""
3962 #: builtin/commit.c:37
3963 msgid "git commit [options] [--] <pathspec>..."
3964 msgstr ""
3966 #: builtin/commit.c:42
3967 msgid "git status [options] [--] <pathspec>..."
3968 msgstr ""
3970 #: builtin/commit.c:47
3971 msgid ""
3972 "Your name and email address were configured automatically based\n"
3973 "on your username and hostname. Please check that they are accurate.\n"
3974 "You can suppress this message by setting them explicitly. Run the\n"
3975 "following command and follow the instructions in your editor to edit\n"
3976 "your configuration file:\n"
3977 "\n"
3978 "    git config --global --edit\n"
3979 "\n"
3980 "After doing this, you may fix the identity used for this commit with:\n"
3981 "\n"
3982 "    git commit --amend --reset-author\n"
3983 msgstr ""
3985 #: builtin/commit.c:60
3986 msgid ""
3987 "Your name and email address were configured automatically based\n"
3988 "on your username and hostname. Please check that they are accurate.\n"
3989 "You can suppress this message by setting them explicitly:\n"
3990 "\n"
3991 "    git config --global user.name \"Your Name\"\n"
3992 "    git config --global user.email you@example.com\n"
3993 "\n"
3994 "After doing this, you may fix the identity used for this commit with:\n"
3995 "\n"
3996 "    git commit --amend --reset-author\n"
3997 msgstr ""
3999 #: builtin/commit.c:72
4000 msgid ""
4001 "You asked to amend the most recent commit, but doing so would make\n"
4002 "it empty. You can repeat your command with --allow-empty, or you can\n"
4003 "remove the commit entirely with \"git reset HEAD^\".\n"
4004 msgstr ""
4006 #: builtin/commit.c:77
4007 msgid ""
4008 "The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
4009 "If you wish to commit it anyway, use:\n"
4010 "\n"
4011 "    git commit --allow-empty\n"
4012 "\n"
4013 msgstr ""
4015 #: builtin/commit.c:84
4016 msgid "Otherwise, please use 'git reset'\n"
4017 msgstr ""
4019 #: builtin/commit.c:87
4020 msgid ""
4021 "If you wish to skip this commit, use:\n"
4022 "\n"
4023 "    git reset\n"
4024 "\n"
4025 "Then \"git cherry-pick --continue\" will resume cherry-picking\n"
4026 "the remaining commits.\n"
4027 msgstr ""
4029 #: builtin/commit.c:302
4030 msgid "failed to unpack HEAD tree object"
4031 msgstr ""
4033 #: builtin/commit.c:342
4034 msgid "unable to create temporary index"
4035 msgstr ""
4037 #: builtin/commit.c:348
4038 msgid "interactive add failed"
4039 msgstr ""
4041 #: builtin/commit.c:359
4042 msgid "unable to write index file"
4043 msgstr ""
4045 #: builtin/commit.c:361
4046 msgid "unable to update temporary index"
4047 msgstr ""
4049 #: builtin/commit.c:363
4050 msgid "Failed to update main cache tree"
4051 msgstr ""
4053 #: builtin/commit.c:387 builtin/commit.c:412 builtin/commit.c:461
4054 msgid "unable to write new_index file"
4055 msgstr ""
4057 #: builtin/commit.c:443
4058 msgid "cannot do a partial commit during a merge."
4059 msgstr ""
4061 #: builtin/commit.c:445
4062 msgid "cannot do a partial commit during a cherry-pick."
4063 msgstr ""
4065 #: builtin/commit.c:454
4066 msgid "cannot read the index"
4067 msgstr ""
4069 #: builtin/commit.c:473
4070 msgid "unable to write temporary index file"
4071 msgstr ""
4073 #: builtin/commit.c:584
4074 #, c-format
4075 msgid "commit '%s' lacks author header"
4076 msgstr ""
4078 #: builtin/commit.c:586
4079 #, c-format
4080 msgid "commit '%s' has malformed author line"
4081 msgstr ""
4083 #: builtin/commit.c:605
4084 msgid "malformed --author parameter"
4085 msgstr ""
4087 #: builtin/commit.c:613
4088 #, c-format
4089 msgid "invalid date format: %s"
4090 msgstr ""
4092 #: builtin/commit.c:657
4093 msgid ""
4094 "unable to select a comment character that is not used\n"
4095 "in the current commit message"
4096 msgstr ""
4098 #: builtin/commit.c:694 builtin/commit.c:727 builtin/commit.c:1084
4099 #, c-format
4100 msgid "could not lookup commit %s"
4101 msgstr ""
4103 #: builtin/commit.c:706 builtin/shortlog.c:273
4104 #, c-format
4105 msgid "(reading log message from standard input)\n"
4106 msgstr ""
4108 #: builtin/commit.c:708
4109 msgid "could not read log from standard input"
4110 msgstr ""
4112 #: builtin/commit.c:712
4113 #, c-format
4114 msgid "could not read log file '%s'"
4115 msgstr ""
4117 #: builtin/commit.c:734
4118 msgid "could not read MERGE_MSG"
4119 msgstr ""
4121 #: builtin/commit.c:738
4122 msgid "could not read SQUASH_MSG"
4123 msgstr ""
4125 #: builtin/commit.c:742
4126 #, c-format
4127 msgid "could not read '%s'"
4128 msgstr ""
4130 #: builtin/commit.c:789
4131 msgid "could not write commit template"
4132 msgstr ""
4134 #: builtin/commit.c:807
4135 #, c-format
4136 msgid ""
4137 "\n"
4138 "It looks like you may be committing a merge.\n"
4139 "If this is not correct, please remove the file\n"
4140 "\t%s\n"
4141 "and try again.\n"
4142 msgstr ""
4144 #: builtin/commit.c:812
4145 #, c-format
4146 msgid ""
4147 "\n"
4148 "It looks like you may be committing a cherry-pick.\n"
4149 "If this is not correct, please remove the file\n"
4150 "\t%s\n"
4151 "and try again.\n"
4152 msgstr ""
4154 #: builtin/commit.c:825
4155 #, c-format
4156 msgid ""
4157 "Please enter the commit message for your changes. Lines starting\n"
4158 "with '%c' will be ignored, and an empty message aborts the commit.\n"
4159 msgstr ""
4161 #: builtin/commit.c:832
4162 #, c-format
4163 msgid ""
4164 "Please enter the commit message for your changes. Lines starting\n"
4165 "with '%c' will be kept; you may remove them yourself if you want to.\n"
4166 "An empty message aborts the commit.\n"
4167 msgstr ""
4169 #: builtin/commit.c:852
4170 #, c-format
4171 msgid "%sAuthor:    %.*s <%.*s>"
4172 msgstr ""
4174 #: builtin/commit.c:860
4175 #, c-format
4176 msgid "%sDate:      %s"
4177 msgstr ""
4179 #: builtin/commit.c:867
4180 #, c-format
4181 msgid "%sCommitter: %.*s <%.*s>"
4182 msgstr ""
4184 #: builtin/commit.c:885
4185 msgid "Cannot read index"
4186 msgstr ""
4188 #: builtin/commit.c:942
4189 msgid "Error building trees"
4190 msgstr ""
4192 #: builtin/commit.c:957 builtin/tag.c:495
4193 #, c-format
4194 msgid "Please supply the message using either -m or -F option.\n"
4195 msgstr ""
4197 #: builtin/commit.c:1059
4198 #, c-format
4199 msgid "No existing author found with '%s'"
4200 msgstr ""
4202 #: builtin/commit.c:1074 builtin/commit.c:1314
4203 #, c-format
4204 msgid "Invalid untracked files mode '%s'"
4205 msgstr ""
4207 #: builtin/commit.c:1111
4208 msgid "--long and -z are incompatible"
4209 msgstr ""
4211 #: builtin/commit.c:1141
4212 msgid "Using both --reset-author and --author does not make sense"
4213 msgstr ""
4215 #: builtin/commit.c:1150
4216 msgid "You have nothing to amend."
4217 msgstr ""
4219 #: builtin/commit.c:1153
4220 msgid "You are in the middle of a merge -- cannot amend."
4221 msgstr ""
4223 #: builtin/commit.c:1155
4224 msgid "You are in the middle of a cherry-pick -- cannot amend."
4225 msgstr ""
4227 #: builtin/commit.c:1158
4228 msgid "Options --squash and --fixup cannot be used together"
4229 msgstr ""
4231 #: builtin/commit.c:1168
4232 msgid "Only one of -c/-C/-F/--fixup can be used."
4233 msgstr ""
4235 #: builtin/commit.c:1170
4236 msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
4237 msgstr ""
4239 #: builtin/commit.c:1178
4240 msgid "--reset-author can be used only with -C, -c or --amend."
4241 msgstr ""
4243 #: builtin/commit.c:1195
4244 msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
4245 msgstr ""
4247 #: builtin/commit.c:1197
4248 msgid "No paths with --include/--only does not make sense."
4249 msgstr ""
4251 #: builtin/commit.c:1199
4252 msgid "Clever... amending the last one with dirty index."
4253 msgstr ""
4255 #: builtin/commit.c:1201
4256 msgid "Explicit paths specified without -i or -o; assuming --only paths..."
4257 msgstr ""
4259 #: builtin/commit.c:1213 builtin/tag.c:728
4260 #, c-format
4261 msgid "Invalid cleanup mode %s"
4262 msgstr ""
4264 #: builtin/commit.c:1218
4265 msgid "Paths with -a does not make sense."
4266 msgstr ""
4268 #: builtin/commit.c:1328 builtin/commit.c:1608
4269 msgid "show status concisely"
4270 msgstr ""
4272 #: builtin/commit.c:1330 builtin/commit.c:1610
4273 msgid "show branch information"
4274 msgstr ""
4276 #: builtin/commit.c:1332 builtin/commit.c:1612 builtin/push.c:500
4277 msgid "machine-readable output"
4278 msgstr ""
4280 #: builtin/commit.c:1335 builtin/commit.c:1614
4281 msgid "show status in long format (default)"
4282 msgstr ""
4284 #: builtin/commit.c:1338 builtin/commit.c:1617
4285 msgid "terminate entries with NUL"
4286 msgstr ""
4288 #: builtin/commit.c:1340 builtin/commit.c:1620 builtin/fast-export.c:980
4289 #: builtin/fast-export.c:983 builtin/tag.c:603
4290 msgid "mode"
4291 msgstr ""
4293 #: builtin/commit.c:1341 builtin/commit.c:1620
4294 msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
4295 msgstr ""
4297 #: builtin/commit.c:1344
4298 msgid "show ignored files"
4299 msgstr ""
4301 #: builtin/commit.c:1345 parse-options.h:153
4302 msgid "when"
4303 msgstr ""
4305 #: builtin/commit.c:1346
4306 msgid ""
4307 "ignore changes to submodules, optional when: all, dirty, untracked. "
4308 "(Default: all)"
4309 msgstr ""
4311 #: builtin/commit.c:1348
4312 msgid "list untracked files in columns"
4313 msgstr ""
4315 #: builtin/commit.c:1435
4316 msgid "couldn't look up newly created commit"
4317 msgstr ""
4319 #: builtin/commit.c:1437
4320 msgid "could not parse newly created commit"
4321 msgstr ""
4323 #: builtin/commit.c:1482
4324 msgid "detached HEAD"
4325 msgstr ""
4327 #: builtin/commit.c:1485
4328 msgid " (root-commit)"
4329 msgstr ""
4331 #: builtin/commit.c:1578
4332 msgid "suppress summary after successful commit"
4333 msgstr ""
4335 #: builtin/commit.c:1579
4336 msgid "show diff in commit message template"
4337 msgstr ""
4339 #: builtin/commit.c:1581
4340 msgid "Commit message options"
4341 msgstr ""
4343 #: builtin/commit.c:1582 builtin/tag.c:601
4344 msgid "read message from file"
4345 msgstr ""
4347 #: builtin/commit.c:1583
4348 msgid "author"
4349 msgstr ""
4351 #: builtin/commit.c:1583
4352 msgid "override author for commit"
4353 msgstr ""
4355 #: builtin/commit.c:1584 builtin/gc.c:275
4356 msgid "date"
4357 msgstr ""
4359 #: builtin/commit.c:1584
4360 msgid "override date for commit"
4361 msgstr ""
4363 #: builtin/commit.c:1585 builtin/merge.c:218 builtin/notes.c:391
4364 #: builtin/notes.c:554 builtin/tag.c:599
4365 msgid "message"
4366 msgstr ""
4368 #: builtin/commit.c:1585
4369 msgid "commit message"
4370 msgstr ""
4372 #: builtin/commit.c:1586
4373 msgid "reuse and edit message from specified commit"
4374 msgstr ""
4376 #: builtin/commit.c:1587
4377 msgid "reuse message from specified commit"
4378 msgstr ""
4380 #: builtin/commit.c:1588
4381 msgid "use autosquash formatted message to fixup specified commit"
4382 msgstr ""
4384 #: builtin/commit.c:1589
4385 msgid "use autosquash formatted message to squash specified commit"
4386 msgstr ""
4388 #: builtin/commit.c:1590
4389 msgid "the commit is authored by me now (used with -C/-c/--amend)"
4390 msgstr ""
4392 #: builtin/commit.c:1591 builtin/log.c:1191 builtin/revert.c:86
4393 msgid "add Signed-off-by:"
4394 msgstr ""
4396 #: builtin/commit.c:1592
4397 msgid "use specified template file"
4398 msgstr ""
4400 #: builtin/commit.c:1593
4401 msgid "force edit of commit"
4402 msgstr ""
4404 #: builtin/commit.c:1594
4405 msgid "default"
4406 msgstr ""
4408 #: builtin/commit.c:1594 builtin/tag.c:604
4409 msgid "how to strip spaces and #comments from message"
4410 msgstr ""
4412 #: builtin/commit.c:1595
4413 msgid "include status in commit message template"
4414 msgstr ""
4416 #: builtin/commit.c:1596 builtin/merge.c:225 builtin/revert.c:92
4417 #: builtin/tag.c:605
4418 msgid "key-id"
4419 msgstr ""
4421 #: builtin/commit.c:1597 builtin/merge.c:226 builtin/revert.c:93
4422 msgid "GPG sign commit"
4423 msgstr ""
4425 #: builtin/commit.c:1600
4426 msgid "Commit contents options"
4427 msgstr ""
4429 #: builtin/commit.c:1601
4430 msgid "commit all changed files"
4431 msgstr ""
4433 #: builtin/commit.c:1602
4434 msgid "add specified files to index for commit"
4435 msgstr ""
4437 #: builtin/commit.c:1603
4438 msgid "interactively add files"
4439 msgstr ""
4441 #: builtin/commit.c:1604
4442 msgid "interactively add changes"
4443 msgstr ""
4445 #: builtin/commit.c:1605
4446 msgid "commit only specified files"
4447 msgstr ""
4449 #: builtin/commit.c:1606
4450 msgid "bypass pre-commit hook"
4451 msgstr ""
4453 #: builtin/commit.c:1607
4454 msgid "show what would be committed"
4455 msgstr ""
4457 #: builtin/commit.c:1618
4458 msgid "amend previous commit"
4459 msgstr ""
4461 #: builtin/commit.c:1619
4462 msgid "bypass post-rewrite hook"
4463 msgstr ""
4465 #: builtin/commit.c:1624
4466 msgid "ok to record an empty change"
4467 msgstr ""
4469 #: builtin/commit.c:1626
4470 msgid "ok to record a change with an empty message"
4471 msgstr ""
4473 #: builtin/commit.c:1655
4474 msgid "could not parse HEAD commit"
4475 msgstr ""
4477 #: builtin/commit.c:1694 builtin/merge.c:519
4478 #, c-format
4479 msgid "could not open '%s' for reading"
4480 msgstr ""
4482 #: builtin/commit.c:1701
4483 #, c-format
4484 msgid "Corrupt MERGE_HEAD file (%s)"
4485 msgstr ""
4487 #: builtin/commit.c:1708
4488 msgid "could not read MERGE_MODE"
4489 msgstr ""
4491 #: builtin/commit.c:1727
4492 #, c-format
4493 msgid "could not read commit message: %s"
4494 msgstr ""
4496 #: builtin/commit.c:1738
4497 #, c-format
4498 msgid "Aborting commit; you did not edit the message.\n"
4499 msgstr ""
4501 #: builtin/commit.c:1743
4502 #, c-format
4503 msgid "Aborting commit due to empty commit message.\n"
4504 msgstr ""
4506 #: builtin/commit.c:1758 builtin/merge.c:851 builtin/merge.c:876
4507 msgid "failed to write commit object"
4508 msgstr ""
4510 #: builtin/commit.c:1791
4511 msgid ""
4512 "Repository has been updated, but unable to write\n"
4513 "new_index file. Check that disk is not full and quota is\n"
4514 "not exceeded, and then \"git reset HEAD\" to recover."
4515 msgstr ""
4517 #: builtin/config.c:8
4518 msgid "git config [options]"
4519 msgstr ""
4521 #: builtin/config.c:53
4522 msgid "Config file location"
4523 msgstr ""
4525 #: builtin/config.c:54
4526 msgid "use global config file"
4527 msgstr ""
4529 #: builtin/config.c:55
4530 msgid "use system config file"
4531 msgstr ""
4533 #: builtin/config.c:56
4534 msgid "use repository config file"
4535 msgstr ""
4537 #: builtin/config.c:57
4538 msgid "use given config file"
4539 msgstr ""
4541 #: builtin/config.c:58
4542 msgid "blob-id"
4543 msgstr ""
4545 #: builtin/config.c:58
4546 msgid "read config from given blob object"
4547 msgstr ""
4549 #: builtin/config.c:59
4550 msgid "Action"
4551 msgstr ""
4553 #: builtin/config.c:60
4554 msgid "get value: name [value-regex]"
4555 msgstr ""
4557 #: builtin/config.c:61
4558 msgid "get all values: key [value-regex]"
4559 msgstr ""
4561 #: builtin/config.c:62
4562 msgid "get values for regexp: name-regex [value-regex]"
4563 msgstr ""
4565 #: builtin/config.c:63
4566 msgid "get value specific for the URL: section[.var] URL"
4567 msgstr ""
4569 #: builtin/config.c:64
4570 msgid "replace all matching variables: name value [value_regex]"
4571 msgstr ""
4573 #: builtin/config.c:65
4574 msgid "add a new variable: name value"
4575 msgstr ""
4577 #: builtin/config.c:66
4578 msgid "remove a variable: name [value-regex]"
4579 msgstr ""
4581 #: builtin/config.c:67
4582 msgid "remove all matches: name [value-regex]"
4583 msgstr ""
4585 #: builtin/config.c:68
4586 msgid "rename section: old-name new-name"
4587 msgstr ""
4589 #: builtin/config.c:69
4590 msgid "remove a section: name"
4591 msgstr ""
4593 #: builtin/config.c:70
4594 msgid "list all"
4595 msgstr ""
4597 #: builtin/config.c:71
4598 msgid "open an editor"
4599 msgstr ""
4601 #: builtin/config.c:72
4602 msgid "find the color configured: slot [default]"
4603 msgstr ""
4605 #: builtin/config.c:73
4606 msgid "find the color setting: slot [stdout-is-tty]"
4607 msgstr ""
4609 #: builtin/config.c:74
4610 msgid "Type"
4611 msgstr ""
4613 #: builtin/config.c:75
4614 msgid "value is \"true\" or \"false\""
4615 msgstr ""
4617 #: builtin/config.c:76
4618 msgid "value is decimal number"
4619 msgstr ""
4621 #: builtin/config.c:77
4622 msgid "value is --bool or --int"
4623 msgstr ""
4625 #: builtin/config.c:78
4626 msgid "value is a path (file or directory name)"
4627 msgstr ""
4629 #: builtin/config.c:79
4630 msgid "Other"
4631 msgstr ""
4633 #: builtin/config.c:80
4634 msgid "terminate values with NUL byte"
4635 msgstr ""
4637 #: builtin/config.c:81
4638 msgid "respect include directives on lookup"
4639 msgstr ""
4641 #: builtin/config.c:316
4642 msgid "unable to parse default color value"
4643 msgstr ""
4645 #: builtin/config.c:457
4646 #, c-format
4647 msgid ""
4648 "# This is Git's per-user configuration file.\n"
4649 "[core]\n"
4650 "# Please adapt and uncomment the following lines:\n"
4651 "#\tuser = %s\n"
4652 "#\temail = %s\n"
4653 msgstr ""
4655 #: builtin/config.c:589
4656 #, c-format
4657 msgid "cannot create configuration file %s"
4658 msgstr ""
4660 #: builtin/count-objects.c:55
4661 msgid "git count-objects [-v] [-H | --human-readable]"
4662 msgstr ""
4664 #: builtin/count-objects.c:65
4665 msgid "print sizes in human readable format"
4666 msgstr ""
4668 #: builtin/describe.c:17
4669 msgid "git describe [options] <commit-ish>*"
4670 msgstr ""
4672 #: builtin/describe.c:18
4673 msgid "git describe [options] --dirty"
4674 msgstr ""
4676 #: builtin/describe.c:217
4677 #, c-format
4678 msgid "annotated tag %s not available"
4679 msgstr ""
4681 #: builtin/describe.c:221
4682 #, c-format
4683 msgid "annotated tag %s has no embedded name"
4684 msgstr ""
4686 #: builtin/describe.c:223
4687 #, c-format
4688 msgid "tag '%s' is really '%s' here"
4689 msgstr ""
4691 #: builtin/describe.c:250 builtin/log.c:452
4692 #, c-format
4693 msgid "Not a valid object name %s"
4694 msgstr ""
4696 #: builtin/describe.c:253
4697 #, c-format
4698 msgid "%s is not a valid '%s' object"
4699 msgstr ""
4701 #: builtin/describe.c:270
4702 #, c-format
4703 msgid "no tag exactly matches '%s'"
4704 msgstr ""
4706 #: builtin/describe.c:272
4707 #, c-format
4708 msgid "searching to describe %s\n"
4709 msgstr ""
4711 #: builtin/describe.c:319
4712 #, c-format
4713 msgid "finished search at %s\n"
4714 msgstr ""
4716 #: builtin/describe.c:346
4717 #, c-format
4718 msgid ""
4719 "No annotated tags can describe '%s'.\n"
4720 "However, there were unannotated tags: try --tags."
4721 msgstr ""
4723 #: builtin/describe.c:350
4724 #, c-format
4725 msgid ""
4726 "No tags can describe '%s'.\n"
4727 "Try --always, or create some tags."
4728 msgstr ""
4730 #: builtin/describe.c:371
4731 #, c-format
4732 msgid "traversed %lu commits\n"
4733 msgstr ""
4735 #: builtin/describe.c:374
4736 #, c-format
4737 msgid ""
4738 "more than %i tags found; listed %i most recent\n"
4739 "gave up search at %s\n"
4740 msgstr ""
4742 #: builtin/describe.c:396
4743 msgid "find the tag that comes after the commit"
4744 msgstr ""
4746 #: builtin/describe.c:397
4747 msgid "debug search strategy on stderr"
4748 msgstr ""
4750 #: builtin/describe.c:398
4751 msgid "use any ref"
4752 msgstr ""
4754 #: builtin/describe.c:399
4755 msgid "use any tag, even unannotated"
4756 msgstr ""
4758 #: builtin/describe.c:400
4759 msgid "always use long format"
4760 msgstr ""
4762 #: builtin/describe.c:401
4763 msgid "only follow first parent"
4764 msgstr ""
4766 #: builtin/describe.c:404
4767 msgid "only output exact matches"
4768 msgstr ""
4770 #: builtin/describe.c:406
4771 msgid "consider <n> most recent tags (default: 10)"
4772 msgstr ""
4774 #: builtin/describe.c:408
4775 msgid "only consider tags matching <pattern>"
4776 msgstr ""
4778 #: builtin/describe.c:410 builtin/name-rev.c:318
4779 msgid "show abbreviated commit object as fallback"
4780 msgstr ""
4782 #: builtin/describe.c:411
4783 msgid "mark"
4784 msgstr ""
4786 #: builtin/describe.c:412
4787 msgid "append <mark> on dirty working tree (default: \"-dirty\")"
4788 msgstr ""
4790 #: builtin/describe.c:430
4791 msgid "--long is incompatible with --abbrev=0"
4792 msgstr ""
4794 #: builtin/describe.c:456
4795 msgid "No names found, cannot describe anything."
4796 msgstr ""
4798 #: builtin/describe.c:476
4799 msgid "--dirty is incompatible with commit-ishes"
4800 msgstr ""
4802 #: builtin/diff.c:86
4803 #, c-format
4804 msgid "'%s': not a regular file or symlink"
4805 msgstr ""
4807 #: builtin/diff.c:237
4808 #, c-format
4809 msgid "invalid option: %s"
4810 msgstr ""
4812 #: builtin/diff.c:358
4813 msgid "Not a git repository"
4814 msgstr ""
4816 #: builtin/diff.c:401
4817 #, c-format
4818 msgid "invalid object '%s' given."
4819 msgstr ""
4821 #: builtin/diff.c:410
4822 #, c-format
4823 msgid "more than two blobs given: '%s'"
4824 msgstr ""
4826 #: builtin/diff.c:417
4827 #, c-format
4828 msgid "unhandled object '%s' given."
4829 msgstr ""
4831 #: builtin/fast-export.c:24
4832 msgid "git fast-export [rev-list-opts]"
4833 msgstr ""
4835 #: builtin/fast-export.c:979
4836 msgid "show progress after <n> objects"
4837 msgstr ""
4839 #: builtin/fast-export.c:981
4840 msgid "select handling of signed tags"
4841 msgstr ""
4843 #: builtin/fast-export.c:984
4844 msgid "select handling of tags that tag filtered objects"
4845 msgstr ""
4847 #: builtin/fast-export.c:987
4848 msgid "Dump marks to this file"
4849 msgstr ""
4851 #: builtin/fast-export.c:989
4852 msgid "Import marks from this file"
4853 msgstr ""
4855 #: builtin/fast-export.c:991
4856 msgid "Fake a tagger when tags lack one"
4857 msgstr ""
4859 #: builtin/fast-export.c:993
4860 msgid "Output full tree for each commit"
4861 msgstr ""
4863 #: builtin/fast-export.c:995
4864 msgid "Use the done feature to terminate the stream"
4865 msgstr ""
4867 #: builtin/fast-export.c:996
4868 msgid "Skip output of blob data"
4869 msgstr ""
4871 #: builtin/fast-export.c:997
4872 msgid "refspec"
4873 msgstr ""
4875 #: builtin/fast-export.c:998
4876 msgid "Apply refspec to exported refs"
4877 msgstr ""
4879 #: builtin/fast-export.c:999
4880 msgid "anonymize output"
4881 msgstr ""
4883 #: builtin/fetch.c:20
4884 msgid "git fetch [<options>] [<repository> [<refspec>...]]"
4885 msgstr ""
4887 #: builtin/fetch.c:21
4888 msgid "git fetch [<options>] <group>"
4889 msgstr ""
4891 #: builtin/fetch.c:22
4892 msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
4893 msgstr ""
4895 #: builtin/fetch.c:23
4896 msgid "git fetch --all [<options>]"
4897 msgstr ""
4899 #: builtin/fetch.c:90
4900 msgid "fetch from all remotes"
4901 msgstr ""
4903 #: builtin/fetch.c:92
4904 msgid "append to .git/FETCH_HEAD instead of overwriting"
4905 msgstr ""
4907 #: builtin/fetch.c:94
4908 msgid "path to upload pack on remote end"
4909 msgstr ""
4911 #: builtin/fetch.c:95
4912 msgid "force overwrite of local branch"
4913 msgstr ""
4915 #: builtin/fetch.c:97
4916 msgid "fetch from multiple remotes"
4917 msgstr ""
4919 #: builtin/fetch.c:99
4920 msgid "fetch all tags and associated objects"
4921 msgstr ""
4923 #: builtin/fetch.c:101
4924 msgid "do not fetch all tags (--no-tags)"
4925 msgstr ""
4927 #: builtin/fetch.c:103
4928 msgid "prune remote-tracking branches no longer on remote"
4929 msgstr ""
4931 #: builtin/fetch.c:104
4932 msgid "on-demand"
4933 msgstr ""
4935 #: builtin/fetch.c:105
4936 msgid "control recursive fetching of submodules"
4937 msgstr ""
4939 #: builtin/fetch.c:109
4940 msgid "keep downloaded pack"
4941 msgstr ""
4943 #: builtin/fetch.c:111
4944 msgid "allow updating of HEAD ref"
4945 msgstr ""
4947 #: builtin/fetch.c:114
4948 msgid "deepen history of shallow clone"
4949 msgstr ""
4951 #: builtin/fetch.c:116
4952 msgid "convert to a complete repository"
4953 msgstr ""
4955 #: builtin/fetch.c:118 builtin/log.c:1208
4956 msgid "dir"
4957 msgstr ""
4959 #: builtin/fetch.c:119
4960 msgid "prepend this to submodule path output"
4961 msgstr ""
4963 #: builtin/fetch.c:122
4964 msgid "default mode for recursion"
4965 msgstr ""
4967 #: builtin/fetch.c:124
4968 msgid "accept refs that update .git/shallow"
4969 msgstr ""
4971 #: builtin/fetch.c:125
4972 msgid "refmap"
4973 msgstr ""
4975 #: builtin/fetch.c:126
4976 msgid "specify fetch refmap"
4977 msgstr ""
4979 #: builtin/fetch.c:376
4980 msgid "Couldn't find remote ref HEAD"
4981 msgstr ""
4983 #: builtin/fetch.c:454
4984 #, c-format
4985 msgid "object %s not found"
4986 msgstr ""
4988 #: builtin/fetch.c:459
4989 msgid "[up to date]"
4990 msgstr ""
4992 #: builtin/fetch.c:473
4993 #, c-format
4994 msgid "! %-*s %-*s -> %s  (can't fetch in current branch)"
4995 msgstr ""
4997 #: builtin/fetch.c:474 builtin/fetch.c:560
4998 msgid "[rejected]"
4999 msgstr ""
5001 #: builtin/fetch.c:485
5002 msgid "[tag update]"
5003 msgstr ""
5005 #: builtin/fetch.c:487 builtin/fetch.c:522 builtin/fetch.c:540
5006 msgid "  (unable to update local ref)"
5007 msgstr ""
5009 #: builtin/fetch.c:505
5010 msgid "[new tag]"
5011 msgstr ""
5013 #: builtin/fetch.c:508
5014 msgid "[new branch]"
5015 msgstr ""
5017 #: builtin/fetch.c:511
5018 msgid "[new ref]"
5019 msgstr ""
5021 #: builtin/fetch.c:556
5022 msgid "unable to update local ref"
5023 msgstr ""
5025 #: builtin/fetch.c:556
5026 msgid "forced update"
5027 msgstr ""
5029 #: builtin/fetch.c:562
5030 msgid "(non-fast-forward)"
5031 msgstr ""
5033 #: builtin/fetch.c:595 builtin/fetch.c:828
5034 #, c-format
5035 msgid "cannot open %s: %s\n"
5036 msgstr ""
5038 #: builtin/fetch.c:604
5039 #, c-format
5040 msgid "%s did not send all necessary objects\n"
5041 msgstr ""
5043 #: builtin/fetch.c:622
5044 #, c-format
5045 msgid "reject %s because shallow roots are not allowed to be updated"
5046 msgstr ""
5048 #: builtin/fetch.c:710 builtin/fetch.c:793
5049 #, c-format
5050 msgid "From %.*s\n"
5051 msgstr ""
5053 #: builtin/fetch.c:721
5054 #, c-format
5055 msgid ""
5056 "some local refs could not be updated; try running\n"
5057 " 'git remote prune %s' to remove any old, conflicting branches"
5058 msgstr ""
5060 #: builtin/fetch.c:773
5061 #, c-format
5062 msgid "   (%s will become dangling)"
5063 msgstr ""
5065 #: builtin/fetch.c:774
5066 #, c-format
5067 msgid "   (%s has become dangling)"
5068 msgstr ""
5070 #: builtin/fetch.c:798
5071 msgid "[deleted]"
5072 msgstr ""
5074 #: builtin/fetch.c:799 builtin/remote.c:1060
5075 msgid "(none)"
5076 msgstr ""
5078 #: builtin/fetch.c:818
5079 #, c-format
5080 msgid "Refusing to fetch into current branch %s of non-bare repository"
5081 msgstr ""
5083 #: builtin/fetch.c:837
5084 #, c-format
5085 msgid "Option \"%s\" value \"%s\" is not valid for %s"
5086 msgstr ""
5088 #: builtin/fetch.c:840
5089 #, c-format
5090 msgid "Option \"%s\" is ignored for %s\n"
5091 msgstr ""
5093 #: builtin/fetch.c:896
5094 #, c-format
5095 msgid "Don't know how to fetch from %s"
5096 msgstr ""
5098 #: builtin/fetch.c:1058
5099 #, c-format
5100 msgid "Fetching %s\n"
5101 msgstr ""
5103 #: builtin/fetch.c:1060 builtin/remote.c:90
5104 #, c-format
5105 msgid "Could not fetch %s"
5106 msgstr ""
5108 #: builtin/fetch.c:1078
5109 msgid ""
5110 "No remote repository specified.  Please, specify either a URL or a\n"
5111 "remote name from which new revisions should be fetched."
5112 msgstr ""
5114 #: builtin/fetch.c:1101
5115 msgid "You need to specify a tag name."
5116 msgstr ""
5118 #: builtin/fetch.c:1143
5119 msgid "--depth and --unshallow cannot be used together"
5120 msgstr ""
5122 #: builtin/fetch.c:1145
5123 msgid "--unshallow on a complete repository does not make sense"
5124 msgstr ""
5126 #: builtin/fetch.c:1168
5127 msgid "fetch --all does not take a repository argument"
5128 msgstr ""
5130 #: builtin/fetch.c:1170
5131 msgid "fetch --all does not make sense with refspecs"
5132 msgstr ""
5134 #: builtin/fetch.c:1181
5135 #, c-format
5136 msgid "No such remote or remote group: %s"
5137 msgstr ""
5139 #: builtin/fetch.c:1189
5140 msgid "Fetching a group and specifying refspecs does not make sense"
5141 msgstr ""
5143 #: builtin/fmt-merge-msg.c:13
5144 msgid "git fmt-merge-msg [-m <message>] [--log[=<n>]|--no-log] [--file <file>]"
5145 msgstr ""
5147 #: builtin/fmt-merge-msg.c:662 builtin/fmt-merge-msg.c:665 builtin/grep.c:698
5148 #: builtin/merge.c:198 builtin/repack.c:178 builtin/repack.c:182
5149 #: builtin/show-branch.c:657 builtin/show-ref.c:178 builtin/tag.c:590
5150 #: parse-options.h:132 parse-options.h:239
5151 msgid "n"
5152 msgstr ""
5154 #: builtin/fmt-merge-msg.c:663
5155 msgid "populate log with at most <n> entries from shortlog"
5156 msgstr ""
5158 #: builtin/fmt-merge-msg.c:666
5159 msgid "alias for --log (deprecated)"
5160 msgstr ""
5162 #: builtin/fmt-merge-msg.c:669
5163 msgid "text"
5164 msgstr ""
5166 #: builtin/fmt-merge-msg.c:670
5167 msgid "use <text> as start of message"
5168 msgstr ""
5170 #: builtin/fmt-merge-msg.c:671
5171 msgid "file to read from"
5172 msgstr ""
5174 #: builtin/for-each-ref.c:676
5175 msgid "unable to parse format"
5176 msgstr ""
5178 #: builtin/for-each-ref.c:1064
5179 msgid "git for-each-ref [options] [<pattern>]"
5180 msgstr ""
5182 #: builtin/for-each-ref.c:1079
5183 msgid "quote placeholders suitably for shells"
5184 msgstr ""
5186 #: builtin/for-each-ref.c:1081
5187 msgid "quote placeholders suitably for perl"
5188 msgstr ""
5190 #: builtin/for-each-ref.c:1083
5191 msgid "quote placeholders suitably for python"
5192 msgstr ""
5194 #: builtin/for-each-ref.c:1085
5195 msgid "quote placeholders suitably for Tcl"
5196 msgstr ""
5198 #: builtin/for-each-ref.c:1088
5199 msgid "show only <n> matched refs"
5200 msgstr ""
5202 #: builtin/for-each-ref.c:1089 builtin/replace.c:438
5203 msgid "format"
5204 msgstr ""
5206 #: builtin/for-each-ref.c:1089
5207 msgid "format to use for the output"
5208 msgstr ""
5210 #: builtin/for-each-ref.c:1090
5211 msgid "key"
5212 msgstr ""
5214 #: builtin/for-each-ref.c:1091
5215 msgid "field name to sort on"
5216 msgstr ""
5218 #: builtin/fsck.c:147 builtin/prune.c:136
5219 msgid "Checking connectivity"
5220 msgstr ""
5222 #: builtin/fsck.c:540
5223 msgid "Checking object directories"
5224 msgstr ""
5226 #: builtin/fsck.c:603
5227 msgid "git fsck [options] [<object>...]"
5228 msgstr ""
5230 #: builtin/fsck.c:609
5231 msgid "show unreachable objects"
5232 msgstr ""
5234 #: builtin/fsck.c:610
5235 msgid "show dangling objects"
5236 msgstr ""
5238 #: builtin/fsck.c:611
5239 msgid "report tags"
5240 msgstr ""
5242 #: builtin/fsck.c:612
5243 msgid "report root nodes"
5244 msgstr ""
5246 #: builtin/fsck.c:613
5247 msgid "make index objects head nodes"
5248 msgstr ""
5250 #: builtin/fsck.c:614
5251 msgid "make reflogs head nodes (default)"
5252 msgstr ""
5254 #: builtin/fsck.c:615
5255 msgid "also consider packs and alternate objects"
5256 msgstr ""
5258 #: builtin/fsck.c:616
5259 msgid "enable more strict checking"
5260 msgstr ""
5262 #: builtin/fsck.c:618
5263 msgid "write dangling objects in .git/lost-found"
5264 msgstr ""
5266 #: builtin/fsck.c:619 builtin/prune.c:108
5267 msgid "show progress"
5268 msgstr ""
5270 #: builtin/fsck.c:669
5271 msgid "Checking objects"
5272 msgstr ""
5274 #: builtin/gc.c:24
5275 msgid "git gc [options]"
5276 msgstr ""
5278 #: builtin/gc.c:79
5279 #, c-format
5280 msgid "Invalid gc.pruneexpire: '%s'"
5281 msgstr ""
5283 #: builtin/gc.c:107
5284 #, c-format
5285 msgid "insanely long object directory %.*s"
5286 msgstr ""
5288 #: builtin/gc.c:276
5289 msgid "prune unreferenced objects"
5290 msgstr ""
5292 #: builtin/gc.c:278
5293 msgid "be more thorough (increased runtime)"
5294 msgstr ""
5296 #: builtin/gc.c:279
5297 msgid "enable auto-gc mode"
5298 msgstr ""
5300 #: builtin/gc.c:280
5301 msgid "force running gc even if there may be another gc running"
5302 msgstr ""
5304 #: builtin/gc.c:321
5305 #, c-format
5306 msgid "Auto packing the repository in background for optimum performance.\n"
5307 msgstr ""
5309 #: builtin/gc.c:323
5310 #, c-format
5311 msgid "Auto packing the repository for optimum performance.\n"
5312 msgstr ""
5314 #: builtin/gc.c:324
5315 #, c-format
5316 msgid "See \"git help gc\" for manual housekeeping.\n"
5317 msgstr ""
5319 #: builtin/gc.c:342
5320 #, c-format
5321 msgid ""
5322 "gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
5323 msgstr ""
5325 #: builtin/gc.c:364
5326 msgid ""
5327 "There are too many unreachable loose objects; run 'git prune' to remove them."
5328 msgstr ""
5330 #: builtin/grep.c:23
5331 msgid "git grep [options] [-e] <pattern> [<rev>...] [[--] <path>...]"
5332 msgstr ""
5334 #: builtin/grep.c:218
5335 #, c-format
5336 msgid "grep: failed to create thread: %s"
5337 msgstr ""
5339 #: builtin/grep.c:441 builtin/grep.c:476
5340 #, c-format
5341 msgid "unable to read tree (%s)"
5342 msgstr ""
5344 #: builtin/grep.c:491
5345 #, c-format
5346 msgid "unable to grep from object of type %s"
5347 msgstr ""
5349 #: builtin/grep.c:547
5350 #, c-format
5351 msgid "switch `%c' expects a numerical value"
5352 msgstr ""
5354 #: builtin/grep.c:564
5355 #, c-format
5356 msgid "cannot open '%s'"
5357 msgstr ""
5359 #: builtin/grep.c:638
5360 msgid "search in index instead of in the work tree"
5361 msgstr ""
5363 #: builtin/grep.c:640
5364 msgid "find in contents not managed by git"
5365 msgstr ""
5367 #: builtin/grep.c:642
5368 msgid "search in both tracked and untracked files"
5369 msgstr ""
5371 #: builtin/grep.c:644
5372 msgid "search also in ignored files"
5373 msgstr ""
5375 #: builtin/grep.c:647
5376 msgid "show non-matching lines"
5377 msgstr ""
5379 #: builtin/grep.c:649
5380 msgid "case insensitive matching"
5381 msgstr ""
5383 #: builtin/grep.c:651
5384 msgid "match patterns only at word boundaries"
5385 msgstr ""
5387 #: builtin/grep.c:653
5388 msgid "process binary files as text"
5389 msgstr ""
5391 #: builtin/grep.c:655
5392 msgid "don't match patterns in binary files"
5393 msgstr ""
5395 #: builtin/grep.c:658
5396 msgid "process binary files with textconv filters"
5397 msgstr ""
5399 #: builtin/grep.c:660
5400 msgid "descend at most <depth> levels"
5401 msgstr ""
5403 #: builtin/grep.c:664
5404 msgid "use extended POSIX regular expressions"
5405 msgstr ""
5407 #: builtin/grep.c:667
5408 msgid "use basic POSIX regular expressions (default)"
5409 msgstr ""
5411 #: builtin/grep.c:670
5412 msgid "interpret patterns as fixed strings"
5413 msgstr ""
5415 #: builtin/grep.c:673
5416 msgid "use Perl-compatible regular expressions"
5417 msgstr ""
5419 #: builtin/grep.c:676
5420 msgid "show line numbers"
5421 msgstr ""
5423 #: builtin/grep.c:677
5424 msgid "don't show filenames"
5425 msgstr ""
5427 #: builtin/grep.c:678
5428 msgid "show filenames"
5429 msgstr ""
5431 #: builtin/grep.c:680
5432 msgid "show filenames relative to top directory"
5433 msgstr ""
5435 #: builtin/grep.c:682
5436 msgid "show only filenames instead of matching lines"
5437 msgstr ""
5439 #: builtin/grep.c:684
5440 msgid "synonym for --files-with-matches"
5441 msgstr ""
5443 #: builtin/grep.c:687
5444 msgid "show only the names of files without match"
5445 msgstr ""
5447 #: builtin/grep.c:689
5448 msgid "print NUL after filenames"
5449 msgstr ""
5451 #: builtin/grep.c:691
5452 msgid "show the number of matches instead of matching lines"
5453 msgstr ""
5455 #: builtin/grep.c:692
5456 msgid "highlight matches"
5457 msgstr ""
5459 #: builtin/grep.c:694
5460 msgid "print empty line between matches from different files"
5461 msgstr ""
5463 #: builtin/grep.c:696
5464 msgid "show filename only once above matches from same file"
5465 msgstr ""
5467 #: builtin/grep.c:699
5468 msgid "show <n> context lines before and after matches"
5469 msgstr ""
5471 #: builtin/grep.c:702
5472 msgid "show <n> context lines before matches"
5473 msgstr ""
5475 #: builtin/grep.c:704
5476 msgid "show <n> context lines after matches"
5477 msgstr ""
5479 #: builtin/grep.c:705
5480 msgid "shortcut for -C NUM"
5481 msgstr ""
5483 #: builtin/grep.c:708
5484 msgid "show a line with the function name before matches"
5485 msgstr ""
5487 #: builtin/grep.c:710
5488 msgid "show the surrounding function"
5489 msgstr ""
5491 #: builtin/grep.c:713
5492 msgid "read patterns from file"
5493 msgstr ""
5495 #: builtin/grep.c:715
5496 msgid "match <pattern>"
5497 msgstr ""
5499 #: builtin/grep.c:717
5500 msgid "combine patterns specified with -e"
5501 msgstr ""
5503 #: builtin/grep.c:729
5504 msgid "indicate hit with exit status without output"
5505 msgstr ""
5507 #: builtin/grep.c:731
5508 msgid "show only matches from files that match all patterns"
5509 msgstr ""
5511 #: builtin/grep.c:733
5512 msgid "show parse tree for grep expression"
5513 msgstr ""
5515 #: builtin/grep.c:737
5516 msgid "pager"
5517 msgstr ""
5519 #: builtin/grep.c:737
5520 msgid "show matching files in the pager"
5521 msgstr ""
5523 #: builtin/grep.c:740
5524 msgid "allow calling of grep(1) (ignored by this build)"
5525 msgstr ""
5527 #: builtin/grep.c:741 builtin/show-ref.c:187
5528 msgid "show usage"
5529 msgstr ""
5531 #: builtin/grep.c:808
5532 msgid "no pattern given."
5533 msgstr ""
5535 #: builtin/grep.c:866
5536 msgid "--open-files-in-pager only works on the worktree"
5537 msgstr ""
5539 #: builtin/grep.c:892
5540 msgid "--cached or --untracked cannot be used with --no-index."
5541 msgstr ""
5543 #: builtin/grep.c:897
5544 msgid "--no-index or --untracked cannot be used with revs."
5545 msgstr ""
5547 #: builtin/grep.c:900
5548 msgid "--[no-]exclude-standard cannot be used for tracked contents."
5549 msgstr ""
5551 #: builtin/grep.c:908
5552 msgid "both --cached and trees are given."
5553 msgstr ""
5555 #: builtin/hash-object.c:82
5556 msgid ""
5557 "git hash-object [-t <type>] [-w] [--path=<file>|--no-filters] [--stdin] [--] "
5558 "<file>..."
5559 msgstr ""
5561 #: builtin/hash-object.c:83
5562 msgid "git hash-object  --stdin-paths < <list-of-paths>"
5563 msgstr ""
5565 #: builtin/hash-object.c:94 builtin/tag.c:610
5566 msgid "type"
5567 msgstr ""
5569 #: builtin/hash-object.c:94
5570 msgid "object type"
5571 msgstr ""
5573 #: builtin/hash-object.c:95
5574 msgid "write the object into the object database"
5575 msgstr ""
5577 #: builtin/hash-object.c:97
5578 msgid "read the object from stdin"
5579 msgstr ""
5581 #: builtin/hash-object.c:99
5582 msgid "store file as is without filters"
5583 msgstr ""
5585 #: builtin/hash-object.c:100
5586 msgid ""
5587 "just hash any random garbage to create corrupt objects for debugging Git"
5588 msgstr ""
5590 #: builtin/hash-object.c:101
5591 msgid "process file as it were from this path"
5592 msgstr ""
5594 #: builtin/help.c:41
5595 msgid "print all available commands"
5596 msgstr ""
5598 #: builtin/help.c:42
5599 msgid "print list of useful guides"
5600 msgstr ""
5602 #: builtin/help.c:43
5603 msgid "show man page"
5604 msgstr ""
5606 #: builtin/help.c:44
5607 msgid "show manual in web browser"
5608 msgstr ""
5610 #: builtin/help.c:46
5611 msgid "show info page"
5612 msgstr ""
5614 #: builtin/help.c:52
5615 msgid "git help [--all] [--guides] [--man|--web|--info] [command]"
5616 msgstr ""
5618 #: builtin/help.c:64
5619 #, c-format
5620 msgid "unrecognized help format '%s'"
5621 msgstr ""
5623 #: builtin/help.c:91
5624 msgid "Failed to start emacsclient."
5625 msgstr ""
5627 #: builtin/help.c:104
5628 msgid "Failed to parse emacsclient version."
5629 msgstr ""
5631 #: builtin/help.c:112
5632 #, c-format
5633 msgid "emacsclient version '%d' too old (< 22)."
5634 msgstr ""
5636 #: builtin/help.c:130 builtin/help.c:158 builtin/help.c:167 builtin/help.c:175
5637 #, c-format
5638 msgid "failed to exec '%s': %s"
5639 msgstr ""
5641 #: builtin/help.c:215
5642 #, c-format
5643 msgid ""
5644 "'%s': path for unsupported man viewer.\n"
5645 "Please consider using 'man.<tool>.cmd' instead."
5646 msgstr ""
5648 #: builtin/help.c:227
5649 #, c-format
5650 msgid ""
5651 "'%s': cmd for supported man viewer.\n"
5652 "Please consider using 'man.<tool>.path' instead."
5653 msgstr ""
5655 #: builtin/help.c:354
5656 #, c-format
5657 msgid "'%s': unknown man viewer."
5658 msgstr ""
5660 #: builtin/help.c:371
5661 msgid "no man viewer handled the request"
5662 msgstr ""
5664 #: builtin/help.c:379
5665 msgid "no info viewer handled the request"
5666 msgstr ""
5668 #: builtin/help.c:428
5669 msgid "Defining attributes per path"
5670 msgstr ""
5672 #: builtin/help.c:429
5673 msgid "Everyday Git With 20 Commands Or So"
5674 msgstr ""
5676 #: builtin/help.c:430
5677 msgid "A Git glossary"
5678 msgstr ""
5680 #: builtin/help.c:431
5681 msgid "Specifies intentionally untracked files to ignore"
5682 msgstr ""
5684 #: builtin/help.c:432
5685 msgid "Defining submodule properties"
5686 msgstr ""
5688 #: builtin/help.c:433
5689 msgid "Specifying revisions and ranges for Git"
5690 msgstr ""
5692 #: builtin/help.c:434
5693 msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
5694 msgstr ""
5696 #: builtin/help.c:435
5697 msgid "An overview of recommended workflows with Git"
5698 msgstr ""
5700 #: builtin/help.c:447
5701 msgid "The common Git guides are:\n"
5702 msgstr ""
5704 #: builtin/help.c:468 builtin/help.c:485
5705 #, c-format
5706 msgid "usage: %s%s"
5707 msgstr ""
5709 #: builtin/help.c:501
5710 #, c-format
5711 msgid "`git %s' is aliased to `%s'"
5712 msgstr ""
5714 #: builtin/index-pack.c:150
5715 #, c-format
5716 msgid "unable to open %s"
5717 msgstr ""
5719 #: builtin/index-pack.c:200
5720 #, c-format
5721 msgid "object type mismatch at %s"
5722 msgstr ""
5724 #: builtin/index-pack.c:220
5725 #, c-format
5726 msgid "did not receive expected object %s"
5727 msgstr ""
5729 #: builtin/index-pack.c:223
5730 #, c-format
5731 msgid "object %s: expected type %s, found %s"
5732 msgstr ""
5734 #: builtin/index-pack.c:265
5735 #, c-format
5736 msgid "cannot fill %d byte"
5737 msgid_plural "cannot fill %d bytes"
5738 msgstr[0] ""
5739 msgstr[1] ""
5741 #: builtin/index-pack.c:275
5742 msgid "early EOF"
5743 msgstr ""
5745 #: builtin/index-pack.c:276
5746 msgid "read error on input"
5747 msgstr ""
5749 #: builtin/index-pack.c:288
5750 msgid "used more bytes than were available"
5751 msgstr ""
5753 #: builtin/index-pack.c:295
5754 msgid "pack too large for current definition of off_t"
5755 msgstr ""
5757 #: builtin/index-pack.c:311
5758 #, c-format
5759 msgid "unable to create '%s'"
5760 msgstr ""
5762 #: builtin/index-pack.c:316
5763 #, c-format
5764 msgid "cannot open packfile '%s'"
5765 msgstr ""
5767 #: builtin/index-pack.c:330
5768 msgid "pack signature mismatch"
5769 msgstr ""
5771 #: builtin/index-pack.c:332
5772 #, c-format
5773 msgid "pack version %<PRIu32> unsupported"
5774 msgstr ""
5776 #: builtin/index-pack.c:350
5777 #, c-format
5778 msgid "pack has bad object at offset %lu: %s"
5779 msgstr ""
5781 #: builtin/index-pack.c:471
5782 #, c-format
5783 msgid "inflate returned %d"
5784 msgstr ""
5786 #: builtin/index-pack.c:520
5787 msgid "offset value overflow for delta base object"
5788 msgstr ""
5790 #: builtin/index-pack.c:528
5791 msgid "delta base offset is out of bound"
5792 msgstr ""
5794 #: builtin/index-pack.c:536
5795 #, c-format
5796 msgid "unknown object type %d"
5797 msgstr ""
5799 #: builtin/index-pack.c:567
5800 msgid "cannot pread pack file"
5801 msgstr ""
5803 #: builtin/index-pack.c:569
5804 #, c-format
5805 msgid "premature end of pack file, %lu byte missing"
5806 msgid_plural "premature end of pack file, %lu bytes missing"
5807 msgstr[0] ""
5808 msgstr[1] ""
5810 #: builtin/index-pack.c:595
5811 msgid "serious inflate inconsistency"
5812 msgstr ""
5814 #: builtin/index-pack.c:686 builtin/index-pack.c:692 builtin/index-pack.c:715
5815 #: builtin/index-pack.c:749 builtin/index-pack.c:758
5816 #, c-format
5817 msgid "SHA1 COLLISION FOUND WITH %s !"
5818 msgstr ""
5820 #: builtin/index-pack.c:689 builtin/pack-objects.c:164
5821 #: builtin/pack-objects.c:256
5822 #, c-format
5823 msgid "unable to read %s"
5824 msgstr ""
5826 #: builtin/index-pack.c:755
5827 #, c-format
5828 msgid "cannot read existing object %s"
5829 msgstr ""
5831 #: builtin/index-pack.c:769
5832 #, c-format
5833 msgid "invalid blob object %s"
5834 msgstr ""
5836 #: builtin/index-pack.c:783
5837 #, c-format
5838 msgid "invalid %s"
5839 msgstr ""
5841 #: builtin/index-pack.c:787
5842 msgid "Error in object"
5843 msgstr ""
5845 #: builtin/index-pack.c:789
5846 #, c-format
5847 msgid "Not all child objects of %s are reachable"
5848 msgstr ""
5850 #: builtin/index-pack.c:861 builtin/index-pack.c:890
5851 msgid "failed to apply delta"
5852 msgstr ""
5854 #: builtin/index-pack.c:1055
5855 msgid "Receiving objects"
5856 msgstr ""
5858 #: builtin/index-pack.c:1055
5859 msgid "Indexing objects"
5860 msgstr ""
5862 #: builtin/index-pack.c:1081
5863 msgid "pack is corrupted (SHA1 mismatch)"
5864 msgstr ""
5866 #: builtin/index-pack.c:1086
5867 msgid "cannot fstat packfile"
5868 msgstr ""
5870 #: builtin/index-pack.c:1089
5871 msgid "pack has junk at the end"
5872 msgstr ""
5874 #: builtin/index-pack.c:1100
5875 msgid "confusion beyond insanity in parse_pack_objects()"
5876 msgstr ""
5878 #: builtin/index-pack.c:1123
5879 msgid "Resolving deltas"
5880 msgstr ""
5882 #: builtin/index-pack.c:1133
5883 #, c-format
5884 msgid "unable to create thread: %s"
5885 msgstr ""
5887 #: builtin/index-pack.c:1175
5888 msgid "confusion beyond insanity"
5889 msgstr ""
5891 #: builtin/index-pack.c:1181
5892 #, c-format
5893 msgid "completed with %d local objects"
5894 msgstr ""
5896 #: builtin/index-pack.c:1191
5897 #, c-format
5898 msgid "Unexpected tail checksum for %s (disk corruption?)"
5899 msgstr ""
5901 #: builtin/index-pack.c:1195
5902 #, c-format
5903 msgid "pack has %d unresolved delta"
5904 msgid_plural "pack has %d unresolved deltas"
5905 msgstr[0] ""
5906 msgstr[1] ""
5908 #: builtin/index-pack.c:1220
5909 #, c-format
5910 msgid "unable to deflate appended object (%d)"
5911 msgstr ""
5913 #: builtin/index-pack.c:1299
5914 #, c-format
5915 msgid "local object %s is corrupt"
5916 msgstr ""
5918 #: builtin/index-pack.c:1323
5919 msgid "error while closing pack file"
5920 msgstr ""
5922 #: builtin/index-pack.c:1336
5923 #, c-format
5924 msgid "cannot write keep file '%s'"
5925 msgstr ""
5927 #: builtin/index-pack.c:1344
5928 #, c-format
5929 msgid "cannot close written keep file '%s'"
5930 msgstr ""
5932 #: builtin/index-pack.c:1357
5933 msgid "cannot store pack file"
5934 msgstr ""
5936 #: builtin/index-pack.c:1368
5937 msgid "cannot store index file"
5938 msgstr ""
5940 #: builtin/index-pack.c:1401
5941 #, c-format
5942 msgid "bad pack.indexversion=%<PRIu32>"
5943 msgstr ""
5945 #: builtin/index-pack.c:1407
5946 #, c-format
5947 msgid "invalid number of threads specified (%d)"
5948 msgstr ""
5950 #: builtin/index-pack.c:1411 builtin/index-pack.c:1590
5951 #, c-format
5952 msgid "no threads support, ignoring %s"
5953 msgstr ""
5955 #: builtin/index-pack.c:1469
5956 #, c-format
5957 msgid "Cannot open existing pack file '%s'"
5958 msgstr ""
5960 #: builtin/index-pack.c:1471
5961 #, c-format
5962 msgid "Cannot open existing pack idx file for '%s'"
5963 msgstr ""
5965 #: builtin/index-pack.c:1518
5966 #, c-format
5967 msgid "non delta: %d object"
5968 msgid_plural "non delta: %d objects"
5969 msgstr[0] ""
5970 msgstr[1] ""
5972 #: builtin/index-pack.c:1525
5973 #, c-format
5974 msgid "chain length = %d: %lu object"
5975 msgid_plural "chain length = %d: %lu objects"
5976 msgstr[0] ""
5977 msgstr[1] ""
5979 #: builtin/index-pack.c:1554
5980 msgid "Cannot come back to cwd"
5981 msgstr ""
5983 #: builtin/index-pack.c:1602 builtin/index-pack.c:1605
5984 #: builtin/index-pack.c:1617 builtin/index-pack.c:1621
5985 #, c-format
5986 msgid "bad %s"
5987 msgstr ""
5989 #: builtin/index-pack.c:1635
5990 msgid "--fix-thin cannot be used without --stdin"
5991 msgstr ""
5993 #: builtin/index-pack.c:1639 builtin/index-pack.c:1648
5994 #, c-format
5995 msgid "packfile name '%s' does not end with '.pack'"
5996 msgstr ""
5998 #: builtin/index-pack.c:1656
5999 msgid "--verify with no packfile name given"
6000 msgstr ""
6002 #: builtin/init-db.c:35
6003 #, c-format
6004 msgid "Could not make %s writable by group"
6005 msgstr ""
6007 #: builtin/init-db.c:62
6008 #, c-format
6009 msgid "insanely long template name %s"
6010 msgstr ""
6012 #: builtin/init-db.c:67
6013 #, c-format
6014 msgid "cannot stat '%s'"
6015 msgstr ""
6017 #: builtin/init-db.c:73
6018 #, c-format
6019 msgid "cannot stat template '%s'"
6020 msgstr ""
6022 #: builtin/init-db.c:80
6023 #, c-format
6024 msgid "cannot opendir '%s'"
6025 msgstr ""
6027 #: builtin/init-db.c:97
6028 #, c-format
6029 msgid "cannot readlink '%s'"
6030 msgstr ""
6032 #: builtin/init-db.c:99
6033 #, c-format
6034 msgid "insanely long symlink %s"
6035 msgstr ""
6037 #: builtin/init-db.c:102
6038 #, c-format
6039 msgid "cannot symlink '%s' '%s'"
6040 msgstr ""
6042 #: builtin/init-db.c:106
6043 #, c-format
6044 msgid "cannot copy '%s' to '%s'"
6045 msgstr ""
6047 #: builtin/init-db.c:110
6048 #, c-format
6049 msgid "ignoring template %s"
6050 msgstr ""
6052 #: builtin/init-db.c:136
6053 #, c-format
6054 msgid "insanely long template path %s"
6055 msgstr ""
6057 #: builtin/init-db.c:144
6058 #, c-format
6059 msgid "templates not found %s"
6060 msgstr ""
6062 #: builtin/init-db.c:157
6063 #, c-format
6064 msgid "not copying templates of a wrong format version %d from '%s'"
6065 msgstr ""
6067 #: builtin/init-db.c:197
6068 #, c-format
6069 msgid "insane git directory %s"
6070 msgstr ""
6072 #: builtin/init-db.c:331 builtin/init-db.c:334
6073 #, c-format
6074 msgid "%s already exists"
6075 msgstr ""
6077 #: builtin/init-db.c:363
6078 #, c-format
6079 msgid "unable to handle file type %d"
6080 msgstr ""
6082 #: builtin/init-db.c:366
6083 #, c-format
6084 msgid "unable to move %s to %s"
6085 msgstr ""
6087 #. TRANSLATORS: The first '%s' is either "Reinitialized
6088 #. existing" or "Initialized empty", the second " shared" or
6089 #. "", and the last '%s%s' is the verbatim directory name.
6090 #: builtin/init-db.c:426
6091 #, c-format
6092 msgid "%s%s Git repository in %s%s\n"
6093 msgstr ""
6095 #: builtin/init-db.c:427
6096 msgid "Reinitialized existing"
6097 msgstr ""
6099 #: builtin/init-db.c:427
6100 msgid "Initialized empty"
6101 msgstr ""
6103 #: builtin/init-db.c:428
6104 msgid " shared"
6105 msgstr ""
6107 #: builtin/init-db.c:475
6108 msgid ""
6109 "git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
6110 "shared[=<permissions>]] [directory]"
6111 msgstr ""
6113 #: builtin/init-db.c:498
6114 msgid "permissions"
6115 msgstr ""
6117 #: builtin/init-db.c:499
6118 msgid "specify that the git repository is to be shared amongst several users"
6119 msgstr ""
6121 #: builtin/init-db.c:501 builtin/prune-packed.c:57 builtin/repack.c:171
6122 msgid "be quiet"
6123 msgstr ""
6125 #: builtin/init-db.c:533 builtin/init-db.c:538
6126 #, c-format
6127 msgid "cannot mkdir %s"
6128 msgstr ""
6130 #: builtin/init-db.c:542
6131 #, c-format
6132 msgid "cannot chdir to %s"
6133 msgstr ""
6135 #: builtin/init-db.c:563
6136 #, c-format
6137 msgid ""
6138 "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
6139 "dir=<directory>)"
6140 msgstr ""
6142 #: builtin/init-db.c:591
6143 #, c-format
6144 msgid "Cannot access work tree '%s'"
6145 msgstr ""
6147 #: builtin/interpret-trailers.c:15
6148 msgid ""
6149 "git interpret-trailers [--trim-empty] [(--trailer <token>[(=|:)<value>])...] "
6150 "[<file>...]"
6151 msgstr ""
6153 #: builtin/interpret-trailers.c:25
6154 msgid "trim empty trailers"
6155 msgstr ""
6157 #: builtin/interpret-trailers.c:26
6158 msgid "trailer"
6159 msgstr ""
6161 #: builtin/interpret-trailers.c:27
6162 msgid "trailer(s) to add"
6163 msgstr ""
6165 #: builtin/log.c:41
6166 msgid "git log [<options>] [<revision range>] [[--] <path>...]"
6167 msgstr ""
6169 #: builtin/log.c:42
6170 msgid "git show [options] <object>..."
6171 msgstr ""
6173 #: builtin/log.c:81
6174 #, c-format
6175 msgid "invalid --decorate option: %s"
6176 msgstr ""
6178 #: builtin/log.c:127
6179 msgid "suppress diff output"
6180 msgstr ""
6182 #: builtin/log.c:128
6183 msgid "show source"
6184 msgstr ""
6186 #: builtin/log.c:129
6187 msgid "Use mail map file"
6188 msgstr ""
6190 #: builtin/log.c:130
6191 msgid "decorate options"
6192 msgstr ""
6194 #: builtin/log.c:133
6195 msgid "Process line range n,m in file, counting from 1"
6196 msgstr ""
6198 #: builtin/log.c:229
6199 #, c-format
6200 msgid "Final output: %d %s\n"
6201 msgstr ""
6203 #: builtin/log.c:458
6204 #, c-format
6205 msgid "git show %s: bad file"
6206 msgstr ""
6208 #: builtin/log.c:472 builtin/log.c:564
6209 #, c-format
6210 msgid "Could not read object %s"
6211 msgstr ""
6213 #: builtin/log.c:588
6214 #, c-format
6215 msgid "Unknown type: %d"
6216 msgstr ""
6218 #: builtin/log.c:689
6219 msgid "format.headers without value"
6220 msgstr ""
6222 #: builtin/log.c:773
6223 msgid "name of output directory is too long"
6224 msgstr ""
6226 #: builtin/log.c:789
6227 #, c-format
6228 msgid "Cannot open patch file %s"
6229 msgstr ""
6231 #: builtin/log.c:803
6232 msgid "Need exactly one range."
6233 msgstr ""
6235 #: builtin/log.c:811
6236 msgid "Not a range."
6237 msgstr ""
6239 #: builtin/log.c:919
6240 msgid "Cover letter needs email format"
6241 msgstr ""
6243 #: builtin/log.c:998
6244 #, c-format
6245 msgid "insane in-reply-to: %s"
6246 msgstr ""
6248 #: builtin/log.c:1026
6249 msgid "git format-patch [options] [<since> | <revision range>]"
6250 msgstr ""
6252 #: builtin/log.c:1071
6253 msgid "Two output directories?"
6254 msgstr ""
6256 #: builtin/log.c:1186
6257 msgid "use [PATCH n/m] even with a single patch"
6258 msgstr ""
6260 #: builtin/log.c:1189
6261 msgid "use [PATCH] even with multiple patches"
6262 msgstr ""
6264 #: builtin/log.c:1193
6265 msgid "print patches to standard out"
6266 msgstr ""
6268 #: builtin/log.c:1195
6269 msgid "generate a cover letter"
6270 msgstr ""
6272 #: builtin/log.c:1197
6273 msgid "use simple number sequence for output file names"
6274 msgstr ""
6276 #: builtin/log.c:1198
6277 msgid "sfx"
6278 msgstr ""
6280 #: builtin/log.c:1199
6281 msgid "use <sfx> instead of '.patch'"
6282 msgstr ""
6284 #: builtin/log.c:1201
6285 msgid "start numbering patches at <n> instead of 1"
6286 msgstr ""
6288 #: builtin/log.c:1203
6289 msgid "mark the series as Nth re-roll"
6290 msgstr ""
6292 #: builtin/log.c:1205
6293 msgid "Use [<prefix>] instead of [PATCH]"
6294 msgstr ""
6296 #: builtin/log.c:1208
6297 msgid "store resulting files in <dir>"
6298 msgstr ""
6300 #: builtin/log.c:1211
6301 msgid "don't strip/add [PATCH]"
6302 msgstr ""
6304 #: builtin/log.c:1214
6305 msgid "don't output binary diffs"
6306 msgstr ""
6308 #: builtin/log.c:1216
6309 msgid "don't include a patch matching a commit upstream"
6310 msgstr ""
6312 #: builtin/log.c:1218
6313 msgid "show patch format instead of default (patch + stat)"
6314 msgstr ""
6316 #: builtin/log.c:1220
6317 msgid "Messaging"
6318 msgstr ""
6320 #: builtin/log.c:1221
6321 msgid "header"
6322 msgstr ""
6324 #: builtin/log.c:1222
6325 msgid "add email header"
6326 msgstr ""
6328 #: builtin/log.c:1223 builtin/log.c:1225
6329 msgid "email"
6330 msgstr ""
6332 #: builtin/log.c:1223
6333 msgid "add To: header"
6334 msgstr ""
6336 #: builtin/log.c:1225
6337 msgid "add Cc: header"
6338 msgstr ""
6340 #: builtin/log.c:1227
6341 msgid "ident"
6342 msgstr ""
6344 #: builtin/log.c:1228
6345 msgid "set From address to <ident> (or committer ident if absent)"
6346 msgstr ""
6348 #: builtin/log.c:1230
6349 msgid "message-id"
6350 msgstr ""
6352 #: builtin/log.c:1231
6353 msgid "make first mail a reply to <message-id>"
6354 msgstr ""
6356 #: builtin/log.c:1232 builtin/log.c:1235
6357 msgid "boundary"
6358 msgstr ""
6360 #: builtin/log.c:1233
6361 msgid "attach the patch"
6362 msgstr ""
6364 #: builtin/log.c:1236
6365 msgid "inline the patch"
6366 msgstr ""
6368 #: builtin/log.c:1240
6369 msgid "enable message threading, styles: shallow, deep"
6370 msgstr ""
6372 #: builtin/log.c:1242
6373 msgid "signature"
6374 msgstr ""
6376 #: builtin/log.c:1243
6377 msgid "add a signature"
6378 msgstr ""
6380 #: builtin/log.c:1245
6381 msgid "add a signature from a file"
6382 msgstr ""
6384 #: builtin/log.c:1246
6385 msgid "don't print the patch filenames"
6386 msgstr ""
6388 #: builtin/log.c:1320
6389 #, c-format
6390 msgid "invalid ident line: %s"
6391 msgstr ""
6393 #: builtin/log.c:1335
6394 msgid "-n and -k are mutually exclusive."
6395 msgstr ""
6397 #: builtin/log.c:1337
6398 msgid "--subject-prefix and -k are mutually exclusive."
6399 msgstr ""
6401 #: builtin/log.c:1345
6402 msgid "--name-only does not make sense"
6403 msgstr ""
6405 #: builtin/log.c:1347
6406 msgid "--name-status does not make sense"
6407 msgstr ""
6409 #: builtin/log.c:1349
6410 msgid "--check does not make sense"
6411 msgstr ""
6413 #: builtin/log.c:1372
6414 msgid "standard output, or directory, which one?"
6415 msgstr ""
6417 #: builtin/log.c:1374
6418 #, c-format
6419 msgid "Could not create directory '%s'"
6420 msgstr ""
6422 #: builtin/log.c:1472
6423 #, c-format
6424 msgid "unable to read signature file '%s'"
6425 msgstr ""
6427 #: builtin/log.c:1535
6428 msgid "Failed to create output files"
6429 msgstr ""
6431 #: builtin/log.c:1583
6432 msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
6433 msgstr ""
6435 #: builtin/log.c:1638
6436 #, c-format
6437 msgid ""
6438 "Could not find a tracked remote branch, please specify <upstream> manually.\n"
6439 msgstr ""
6441 #: builtin/log.c:1651 builtin/log.c:1653 builtin/log.c:1665
6442 #, c-format
6443 msgid "Unknown commit %s"
6444 msgstr ""
6446 #: builtin/ls-files.c:401
6447 msgid "git ls-files [options] [<file>...]"
6448 msgstr ""
6450 #: builtin/ls-files.c:458
6451 msgid "identify the file status with tags"
6452 msgstr ""
6454 #: builtin/ls-files.c:460
6455 msgid "use lowercase letters for 'assume unchanged' files"
6456 msgstr ""
6458 #: builtin/ls-files.c:462
6459 msgid "show cached files in the output (default)"
6460 msgstr ""
6462 #: builtin/ls-files.c:464
6463 msgid "show deleted files in the output"
6464 msgstr ""
6466 #: builtin/ls-files.c:466
6467 msgid "show modified files in the output"
6468 msgstr ""
6470 #: builtin/ls-files.c:468
6471 msgid "show other files in the output"
6472 msgstr ""
6474 #: builtin/ls-files.c:470
6475 msgid "show ignored files in the output"
6476 msgstr ""
6478 #: builtin/ls-files.c:473
6479 msgid "show staged contents' object name in the output"
6480 msgstr ""
6482 #: builtin/ls-files.c:475
6483 msgid "show files on the filesystem that need to be removed"
6484 msgstr ""
6486 #: builtin/ls-files.c:477
6487 msgid "show 'other' directories' names only"
6488 msgstr ""
6490 #: builtin/ls-files.c:480
6491 msgid "don't show empty directories"
6492 msgstr ""
6494 #: builtin/ls-files.c:483
6495 msgid "show unmerged files in the output"
6496 msgstr ""
6498 #: builtin/ls-files.c:485
6499 msgid "show resolve-undo information"
6500 msgstr ""
6502 #: builtin/ls-files.c:487
6503 msgid "skip files matching pattern"
6504 msgstr ""
6506 #: builtin/ls-files.c:490
6507 msgid "exclude patterns are read from <file>"
6508 msgstr ""
6510 #: builtin/ls-files.c:493
6511 msgid "read additional per-directory exclude patterns in <file>"
6512 msgstr ""
6514 #: builtin/ls-files.c:495
6515 msgid "add the standard git exclusions"
6516 msgstr ""
6518 #: builtin/ls-files.c:498
6519 msgid "make the output relative to the project top directory"
6520 msgstr ""
6522 #: builtin/ls-files.c:501
6523 msgid "if any <file> is not in the index, treat this as an error"
6524 msgstr ""
6526 #: builtin/ls-files.c:502
6527 msgid "tree-ish"
6528 msgstr ""
6530 #: builtin/ls-files.c:503
6531 msgid "pretend that paths removed since <tree-ish> are still present"
6532 msgstr ""
6534 #: builtin/ls-files.c:505
6535 msgid "show debugging data"
6536 msgstr ""
6538 #: builtin/ls-tree.c:28
6539 msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
6540 msgstr ""
6542 #: builtin/ls-tree.c:127
6543 msgid "only show trees"
6544 msgstr ""
6546 #: builtin/ls-tree.c:129
6547 msgid "recurse into subtrees"
6548 msgstr ""
6550 #: builtin/ls-tree.c:131
6551 msgid "show trees when recursing"
6552 msgstr ""
6554 #: builtin/ls-tree.c:134
6555 msgid "terminate entries with NUL byte"
6556 msgstr ""
6558 #: builtin/ls-tree.c:135
6559 msgid "include object size"
6560 msgstr ""
6562 #: builtin/ls-tree.c:137 builtin/ls-tree.c:139
6563 msgid "list only filenames"
6564 msgstr ""
6566 #: builtin/ls-tree.c:142
6567 msgid "use full path names"
6568 msgstr ""
6570 #: builtin/ls-tree.c:144
6571 msgid "list entire tree; not just current directory (implies --full-name)"
6572 msgstr ""
6574 #: builtin/merge.c:45
6575 msgid "git merge [options] [<commit>...]"
6576 msgstr ""
6578 #: builtin/merge.c:46
6579 msgid "git merge [options] <msg> HEAD <commit>"
6580 msgstr ""
6582 #: builtin/merge.c:47
6583 msgid "git merge --abort"
6584 msgstr ""
6586 #: builtin/merge.c:100
6587 msgid "switch `m' requires a value"
6588 msgstr ""
6590 #: builtin/merge.c:137
6591 #, c-format
6592 msgid "Could not find merge strategy '%s'.\n"
6593 msgstr ""
6595 #: builtin/merge.c:138
6596 #, c-format
6597 msgid "Available strategies are:"
6598 msgstr ""
6600 #: builtin/merge.c:143
6601 #, c-format
6602 msgid "Available custom strategies are:"
6603 msgstr ""
6605 #: builtin/merge.c:193
6606 msgid "do not show a diffstat at the end of the merge"
6607 msgstr ""
6609 #: builtin/merge.c:196
6610 msgid "show a diffstat at the end of the merge"
6611 msgstr ""
6613 #: builtin/merge.c:197
6614 msgid "(synonym to --stat)"
6615 msgstr ""
6617 #: builtin/merge.c:199
6618 msgid "add (at most <n>) entries from shortlog to merge commit message"
6619 msgstr ""
6621 #: builtin/merge.c:202
6622 msgid "create a single commit instead of doing a merge"
6623 msgstr ""
6625 #: builtin/merge.c:204
6626 msgid "perform a commit if the merge succeeds (default)"
6627 msgstr ""
6629 #: builtin/merge.c:206
6630 msgid "edit message before committing"
6631 msgstr ""
6633 #: builtin/merge.c:207
6634 msgid "allow fast-forward (default)"
6635 msgstr ""
6637 #: builtin/merge.c:209
6638 msgid "abort if fast-forward is not possible"
6639 msgstr ""
6641 #: builtin/merge.c:213
6642 msgid "Verify that the named commit has a valid GPG signature"
6643 msgstr ""
6645 #: builtin/merge.c:214 builtin/notes.c:753 builtin/revert.c:89
6646 msgid "strategy"
6647 msgstr ""
6649 #: builtin/merge.c:215
6650 msgid "merge strategy to use"
6651 msgstr ""
6653 #: builtin/merge.c:216
6654 msgid "option=value"
6655 msgstr ""
6657 #: builtin/merge.c:217
6658 msgid "option for selected merge strategy"
6659 msgstr ""
6661 #: builtin/merge.c:219
6662 msgid "merge commit message (for a non-fast-forward merge)"
6663 msgstr ""
6665 #: builtin/merge.c:223
6666 msgid "abort the current in-progress merge"
6667 msgstr ""
6669 #: builtin/merge.c:251
6670 msgid "could not run stash."
6671 msgstr ""
6673 #: builtin/merge.c:256
6674 msgid "stash failed"
6675 msgstr ""
6677 #: builtin/merge.c:261
6678 #, c-format
6679 msgid "not a valid object: %s"
6680 msgstr ""
6682 #: builtin/merge.c:280 builtin/merge.c:297
6683 msgid "read-tree failed"
6684 msgstr ""
6686 #: builtin/merge.c:327
6687 msgid " (nothing to squash)"
6688 msgstr ""
6690 #: builtin/merge.c:340
6691 #, c-format
6692 msgid "Squash commit -- not updating HEAD\n"
6693 msgstr ""
6695 #: builtin/merge.c:372
6696 msgid "Writing SQUASH_MSG"
6697 msgstr ""
6699 #: builtin/merge.c:374
6700 msgid "Finishing SQUASH_MSG"
6701 msgstr ""
6703 #: builtin/merge.c:397
6704 #, c-format
6705 msgid "No merge message -- not updating HEAD\n"
6706 msgstr ""
6708 #: builtin/merge.c:447
6709 #, c-format
6710 msgid "'%s' does not point to a commit"
6711 msgstr ""
6713 #: builtin/merge.c:559
6714 #, c-format
6715 msgid "Bad branch.%s.mergeoptions string: %s"
6716 msgstr ""
6718 #: builtin/merge.c:654
6719 msgid "git write-tree failed to write a tree"
6720 msgstr ""
6722 #: builtin/merge.c:678
6723 msgid "Not handling anything other than two heads merge."
6724 msgstr ""
6726 #: builtin/merge.c:692
6727 #, c-format
6728 msgid "Unknown option for merge-recursive: -X%s"
6729 msgstr ""
6731 #: builtin/merge.c:705
6732 #, c-format
6733 msgid "unable to write %s"
6734 msgstr ""
6736 #: builtin/merge.c:794
6737 #, c-format
6738 msgid "Could not read from '%s'"
6739 msgstr ""
6741 #: builtin/merge.c:803
6742 #, c-format
6743 msgid "Not committing merge; use 'git commit' to complete the merge.\n"
6744 msgstr ""
6746 #: builtin/merge.c:809
6747 #, c-format
6748 msgid ""
6749 "Please enter a commit message to explain why this merge is necessary,\n"
6750 "especially if it merges an updated upstream into a topic branch.\n"
6751 "\n"
6752 "Lines starting with '%c' will be ignored, and an empty message aborts\n"
6753 "the commit.\n"
6754 msgstr ""
6756 #: builtin/merge.c:833
6757 msgid "Empty commit message."
6758 msgstr ""
6760 #: builtin/merge.c:845
6761 #, c-format
6762 msgid "Wonderful.\n"
6763 msgstr ""
6765 #: builtin/merge.c:900
6766 #, c-format
6767 msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
6768 msgstr ""
6770 #: builtin/merge.c:916
6771 #, c-format
6772 msgid "'%s' is not a commit"
6773 msgstr ""
6775 #: builtin/merge.c:957
6776 msgid "No current branch."
6777 msgstr ""
6779 #: builtin/merge.c:959
6780 msgid "No remote for the current branch."
6781 msgstr ""
6783 #: builtin/merge.c:961
6784 msgid "No default upstream defined for the current branch."
6785 msgstr ""
6787 #: builtin/merge.c:966
6788 #, c-format
6789 msgid "No remote-tracking branch for %s from %s"
6790 msgstr ""
6792 #: builtin/merge.c:1122
6793 msgid "There is no merge to abort (MERGE_HEAD missing)."
6794 msgstr ""
6796 #: builtin/merge.c:1138
6797 msgid ""
6798 "You have not concluded your merge (MERGE_HEAD exists).\n"
6799 "Please, commit your changes before you merge."
6800 msgstr ""
6802 #: builtin/merge.c:1141 git-pull.sh:34
6803 msgid "You have not concluded your merge (MERGE_HEAD exists)."
6804 msgstr ""
6806 #: builtin/merge.c:1145
6807 msgid ""
6808 "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
6809 "Please, commit your changes before you merge."
6810 msgstr ""
6812 #: builtin/merge.c:1148
6813 msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
6814 msgstr ""
6816 #: builtin/merge.c:1157
6817 msgid "You cannot combine --squash with --no-ff."
6818 msgstr ""
6820 #: builtin/merge.c:1166
6821 msgid "No commit specified and merge.defaultToUpstream not set."
6822 msgstr ""
6824 #: builtin/merge.c:1198
6825 msgid "Can merge only exactly one commit into empty head"
6826 msgstr ""
6828 #: builtin/merge.c:1201
6829 msgid "Squash commit into empty head not supported yet"
6830 msgstr ""
6832 #: builtin/merge.c:1203
6833 msgid "Non-fast-forward commit does not make sense into an empty head"
6834 msgstr ""
6836 #: builtin/merge.c:1208
6837 #, c-format
6838 msgid "%s - not something we can merge"
6839 msgstr ""
6841 #: builtin/merge.c:1259
6842 #, c-format
6843 msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
6844 msgstr ""
6846 #: builtin/merge.c:1262
6847 #, c-format
6848 msgid "Commit %s has a bad GPG signature allegedly by %s."
6849 msgstr ""
6851 #: builtin/merge.c:1265
6852 #, c-format
6853 msgid "Commit %s does not have a GPG signature."
6854 msgstr ""
6856 #: builtin/merge.c:1268
6857 #, c-format
6858 msgid "Commit %s has a good GPG signature by %s\n"
6859 msgstr ""
6861 #: builtin/merge.c:1349
6862 #, c-format
6863 msgid "Updating %s..%s\n"
6864 msgstr ""
6866 #: builtin/merge.c:1388
6867 #, c-format
6868 msgid "Trying really trivial in-index merge...\n"
6869 msgstr ""
6871 #: builtin/merge.c:1395
6872 #, c-format
6873 msgid "Nope.\n"
6874 msgstr ""
6876 #: builtin/merge.c:1427
6877 msgid "Not possible to fast-forward, aborting."
6878 msgstr ""
6880 #: builtin/merge.c:1450 builtin/merge.c:1529
6881 #, c-format
6882 msgid "Rewinding the tree to pristine...\n"
6883 msgstr ""
6885 #: builtin/merge.c:1454
6886 #, c-format
6887 msgid "Trying merge strategy %s...\n"
6888 msgstr ""
6890 #: builtin/merge.c:1520
6891 #, c-format
6892 msgid "No merge strategy handled the merge.\n"
6893 msgstr ""
6895 #: builtin/merge.c:1522
6896 #, c-format
6897 msgid "Merge with strategy %s failed.\n"
6898 msgstr ""
6900 #: builtin/merge.c:1531
6901 #, c-format
6902 msgid "Using the %s to prepare resolving by hand.\n"
6903 msgstr ""
6905 #: builtin/merge.c:1543
6906 #, c-format
6907 msgid "Automatic merge went well; stopped before committing as requested\n"
6908 msgstr ""
6910 #: builtin/merge-base.c:29
6911 msgid "git merge-base [-a|--all] <commit> <commit>..."
6912 msgstr ""
6914 #: builtin/merge-base.c:30
6915 msgid "git merge-base [-a|--all] --octopus <commit>..."
6916 msgstr ""
6918 #: builtin/merge-base.c:31
6919 msgid "git merge-base --independent <commit>..."
6920 msgstr ""
6922 #: builtin/merge-base.c:32
6923 msgid "git merge-base --is-ancestor <commit> <commit>"
6924 msgstr ""
6926 #: builtin/merge-base.c:33
6927 msgid "git merge-base --fork-point <ref> [<commit>]"
6928 msgstr ""
6930 #: builtin/merge-base.c:214
6931 msgid "output all common ancestors"
6932 msgstr ""
6934 #: builtin/merge-base.c:216
6935 msgid "find ancestors for a single n-way merge"
6936 msgstr ""
6938 #: builtin/merge-base.c:218
6939 msgid "list revs not reachable from others"
6940 msgstr ""
6942 #: builtin/merge-base.c:220
6943 msgid "is the first one ancestor of the other?"
6944 msgstr ""
6946 #: builtin/merge-base.c:222
6947 msgid "find where <commit> forked from reflog of <ref>"
6948 msgstr ""
6950 #: builtin/merge-file.c:8
6951 msgid ""
6952 "git merge-file [options] [-L name1 [-L orig [-L name2]]] file1 orig_file "
6953 "file2"
6954 msgstr ""
6956 #: builtin/merge-file.c:33
6957 msgid "send results to standard output"
6958 msgstr ""
6960 #: builtin/merge-file.c:34
6961 msgid "use a diff3 based merge"
6962 msgstr ""
6964 #: builtin/merge-file.c:35
6965 msgid "for conflicts, use our version"
6966 msgstr ""
6968 #: builtin/merge-file.c:37
6969 msgid "for conflicts, use their version"
6970 msgstr ""
6972 #: builtin/merge-file.c:39
6973 msgid "for conflicts, use a union version"
6974 msgstr ""
6976 #: builtin/merge-file.c:42
6977 msgid "for conflicts, use this marker size"
6978 msgstr ""
6980 #: builtin/merge-file.c:43
6981 msgid "do not warn about conflicts"
6982 msgstr ""
6984 #: builtin/merge-file.c:45
6985 msgid "set labels for file1/orig_file/file2"
6986 msgstr ""
6988 #: builtin/mktree.c:64
6989 msgid "git mktree [-z] [--missing] [--batch]"
6990 msgstr ""
6992 #: builtin/mktree.c:150
6993 msgid "input is NUL terminated"
6994 msgstr ""
6996 #: builtin/mktree.c:151 builtin/write-tree.c:24
6997 msgid "allow missing objects"
6998 msgstr ""
7000 #: builtin/mktree.c:152
7001 msgid "allow creation of more than one tree"
7002 msgstr ""
7004 #: builtin/mv.c:15
7005 msgid "git mv [options] <source>... <destination>"
7006 msgstr ""
7008 #: builtin/mv.c:69
7009 #, c-format
7010 msgid "Directory %s is in index and no submodule?"
7011 msgstr ""
7013 #: builtin/mv.c:71
7014 msgid "Please stage your changes to .gitmodules or stash them to proceed"
7015 msgstr ""
7017 #: builtin/mv.c:89
7018 #, c-format
7019 msgid "%.*s is in index"
7020 msgstr ""
7022 #: builtin/mv.c:111
7023 msgid "force move/rename even if target exists"
7024 msgstr ""
7026 #: builtin/mv.c:112
7027 msgid "skip move/rename errors"
7028 msgstr ""
7030 #: builtin/mv.c:151
7031 #, c-format
7032 msgid "destination '%s' is not a directory"
7033 msgstr ""
7035 #: builtin/mv.c:162
7036 #, c-format
7037 msgid "Checking rename of '%s' to '%s'\n"
7038 msgstr ""
7040 #: builtin/mv.c:166
7041 msgid "bad source"
7042 msgstr ""
7044 #: builtin/mv.c:169
7045 msgid "can not move directory into itself"
7046 msgstr ""
7048 #: builtin/mv.c:172
7049 msgid "cannot move directory over file"
7050 msgstr ""
7052 #: builtin/mv.c:181
7053 msgid "source directory is empty"
7054 msgstr ""
7056 #: builtin/mv.c:206
7057 msgid "not under version control"
7058 msgstr ""
7060 #: builtin/mv.c:209
7061 msgid "destination exists"
7062 msgstr ""
7064 #: builtin/mv.c:217
7065 #, c-format
7066 msgid "overwriting '%s'"
7067 msgstr ""
7069 #: builtin/mv.c:220
7070 msgid "Cannot overwrite"
7071 msgstr ""
7073 #: builtin/mv.c:223
7074 msgid "multiple sources for the same target"
7075 msgstr ""
7077 #: builtin/mv.c:225
7078 msgid "destination directory does not exist"
7079 msgstr ""
7081 #: builtin/mv.c:232
7082 #, c-format
7083 msgid "%s, source=%s, destination=%s"
7084 msgstr ""
7086 #: builtin/mv.c:253
7087 #, c-format
7088 msgid "Renaming %s to %s\n"
7089 msgstr ""
7091 #: builtin/mv.c:256 builtin/remote.c:728 builtin/repack.c:355
7092 #, c-format
7093 msgid "renaming '%s' failed"
7094 msgstr ""
7096 #: builtin/name-rev.c:255
7097 msgid "git name-rev [options] <commit>..."
7098 msgstr ""
7100 #: builtin/name-rev.c:256
7101 msgid "git name-rev [options] --all"
7102 msgstr ""
7104 #: builtin/name-rev.c:257
7105 msgid "git name-rev [options] --stdin"
7106 msgstr ""
7108 #: builtin/name-rev.c:309
7109 msgid "print only names (no SHA-1)"
7110 msgstr ""
7112 #: builtin/name-rev.c:310
7113 msgid "only use tags to name the commits"
7114 msgstr ""
7116 #: builtin/name-rev.c:312
7117 msgid "only use refs matching <pattern>"
7118 msgstr ""
7120 #: builtin/name-rev.c:314
7121 msgid "list all commits reachable from all refs"
7122 msgstr ""
7124 #: builtin/name-rev.c:315
7125 msgid "read from stdin"
7126 msgstr ""
7128 #: builtin/name-rev.c:316
7129 msgid "allow to print `undefined` names (default)"
7130 msgstr ""
7132 #: builtin/name-rev.c:322
7133 msgid "dereference tags in the input (internal use)"
7134 msgstr ""
7136 #: builtin/notes.c:24
7137 msgid "git notes [--ref <notes_ref>] [list [<object>]]"
7138 msgstr ""
7140 #: builtin/notes.c:25
7141 msgid ""
7142 "git notes [--ref <notes_ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
7143 "| (-c | -C) <object>] [<object>]"
7144 msgstr ""
7146 #: builtin/notes.c:26
7147 msgid "git notes [--ref <notes_ref>] copy [-f] <from-object> <to-object>"
7148 msgstr ""
7150 #: builtin/notes.c:27
7151 msgid ""
7152 "git notes [--ref <notes_ref>] append [--allow-empty] [-m <msg> | -F <file> | "
7153 "(-c | -C) <object>] [<object>]"
7154 msgstr ""
7156 #: builtin/notes.c:28
7157 msgid "git notes [--ref <notes_ref>] edit [--allow-empty] [<object>]"
7158 msgstr ""
7160 #: builtin/notes.c:29
7161 msgid "git notes [--ref <notes_ref>] show [<object>]"
7162 msgstr ""
7164 #: builtin/notes.c:30
7165 msgid ""
7166 "git notes [--ref <notes_ref>] merge [-v | -q] [-s <strategy> ] <notes_ref>"
7167 msgstr ""
7169 #: builtin/notes.c:31
7170 msgid "git notes merge --commit [-v | -q]"
7171 msgstr ""
7173 #: builtin/notes.c:32
7174 msgid "git notes merge --abort [-v | -q]"
7175 msgstr ""
7177 #: builtin/notes.c:33
7178 msgid "git notes [--ref <notes_ref>] remove [<object>...]"
7179 msgstr ""
7181 #: builtin/notes.c:34
7182 msgid "git notes [--ref <notes_ref>] prune [-n | -v]"
7183 msgstr ""
7185 #: builtin/notes.c:35
7186 msgid "git notes [--ref <notes_ref>] get-ref"
7187 msgstr ""
7189 #: builtin/notes.c:40
7190 msgid "git notes [list [<object>]]"
7191 msgstr ""
7193 #: builtin/notes.c:45
7194 msgid "git notes add [<options>] [<object>]"
7195 msgstr ""
7197 #: builtin/notes.c:50
7198 msgid "git notes copy [<options>] <from-object> <to-object>"
7199 msgstr ""
7201 #: builtin/notes.c:51
7202 msgid "git notes copy --stdin [<from-object> <to-object>]..."
7203 msgstr ""
7205 #: builtin/notes.c:56
7206 msgid "git notes append [<options>] [<object>]"
7207 msgstr ""
7209 #: builtin/notes.c:61
7210 msgid "git notes edit [<object>]"
7211 msgstr ""
7213 #: builtin/notes.c:66
7214 msgid "git notes show [<object>]"
7215 msgstr ""
7217 #: builtin/notes.c:71
7218 msgid "git notes merge [<options>] <notes_ref>"
7219 msgstr ""
7221 #: builtin/notes.c:72
7222 msgid "git notes merge --commit [<options>]"
7223 msgstr ""
7225 #: builtin/notes.c:73
7226 msgid "git notes merge --abort [<options>]"
7227 msgstr ""
7229 #: builtin/notes.c:78
7230 msgid "git notes remove [<object>]"
7231 msgstr ""
7233 #: builtin/notes.c:83
7234 msgid "git notes prune [<options>]"
7235 msgstr ""
7237 #: builtin/notes.c:88
7238 msgid "git notes get-ref"
7239 msgstr ""
7241 #: builtin/notes.c:146
7242 #, c-format
7243 msgid "unable to start 'show' for object '%s'"
7244 msgstr ""
7246 #: builtin/notes.c:150
7247 msgid "could not read 'show' output"
7248 msgstr ""
7250 #: builtin/notes.c:158
7251 #, c-format
7252 msgid "failed to finish 'show' for object '%s'"
7253 msgstr ""
7255 #: builtin/notes.c:173 builtin/tag.c:477
7256 #, c-format
7257 msgid "could not create file '%s'"
7258 msgstr ""
7260 #: builtin/notes.c:192
7261 msgid "Please supply the note contents using either -m or -F option"
7262 msgstr ""
7264 #: builtin/notes.c:201
7265 msgid "unable to write note object"
7266 msgstr ""
7268 #: builtin/notes.c:203
7269 #, c-format
7270 msgid "The note contents have been left in %s"
7271 msgstr ""
7273 #: builtin/notes.c:231 builtin/tag.c:693
7274 #, c-format
7275 msgid "cannot read '%s'"
7276 msgstr ""
7278 #: builtin/notes.c:233 builtin/tag.c:696
7279 #, c-format
7280 msgid "could not open or read '%s'"
7281 msgstr ""
7283 #: builtin/notes.c:252 builtin/notes.c:303 builtin/notes.c:305
7284 #: builtin/notes.c:365 builtin/notes.c:420 builtin/notes.c:506
7285 #: builtin/notes.c:511 builtin/notes.c:589 builtin/notes.c:652
7286 #: builtin/notes.c:854 builtin/tag.c:709
7287 #, c-format
7288 msgid "Failed to resolve '%s' as a valid ref."
7289 msgstr ""
7291 #: builtin/notes.c:255
7292 #, c-format
7293 msgid "Failed to read object '%s'."
7294 msgstr ""
7296 #: builtin/notes.c:259
7297 #, c-format
7298 msgid "Cannot read note data from non-blob object '%s'."
7299 msgstr ""
7301 #: builtin/notes.c:299
7302 #, c-format
7303 msgid "Malformed input line: '%s'."
7304 msgstr ""
7306 #: builtin/notes.c:314
7307 #, c-format
7308 msgid "Failed to copy notes from '%s' to '%s'"
7309 msgstr ""
7311 #: builtin/notes.c:358 builtin/notes.c:413 builtin/notes.c:489
7312 #: builtin/notes.c:501 builtin/notes.c:577 builtin/notes.c:645
7313 #: builtin/notes.c:919
7314 msgid "too many parameters"
7315 msgstr ""
7317 #: builtin/notes.c:371 builtin/notes.c:658
7318 #, c-format
7319 msgid "No note found for object %s."
7320 msgstr ""
7322 #: builtin/notes.c:392 builtin/notes.c:555
7323 msgid "note contents as a string"
7324 msgstr ""
7326 #: builtin/notes.c:395 builtin/notes.c:558
7327 msgid "note contents in a file"
7328 msgstr ""
7330 #: builtin/notes.c:397 builtin/notes.c:400 builtin/notes.c:560
7331 #: builtin/notes.c:563 builtin/tag.c:628
7332 msgid "object"
7333 msgstr ""
7335 #: builtin/notes.c:398 builtin/notes.c:561
7336 msgid "reuse and edit specified note object"
7337 msgstr ""
7339 #: builtin/notes.c:401 builtin/notes.c:564
7340 msgid "reuse specified note object"
7341 msgstr ""
7343 #: builtin/notes.c:404 builtin/notes.c:567
7344 msgid "allow storing empty note"
7345 msgstr ""
7347 #: builtin/notes.c:405 builtin/notes.c:476
7348 msgid "replace existing notes"
7349 msgstr ""
7351 #: builtin/notes.c:430
7352 #, c-format
7353 msgid ""
7354 "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
7355 "existing notes"
7356 msgstr ""
7358 #: builtin/notes.c:445 builtin/notes.c:524
7359 #, c-format
7360 msgid "Overwriting existing notes for object %s\n"
7361 msgstr ""
7363 #: builtin/notes.c:456 builtin/notes.c:617 builtin/notes.c:859
7364 #, c-format
7365 msgid "Removing note for object %s\n"
7366 msgstr ""
7368 #: builtin/notes.c:477
7369 msgid "read objects from stdin"
7370 msgstr ""
7372 #: builtin/notes.c:479
7373 msgid "load rewriting config for <command> (implies --stdin)"
7374 msgstr ""
7376 #: builtin/notes.c:497
7377 msgid "too few parameters"
7378 msgstr ""
7380 #: builtin/notes.c:518
7381 #, c-format
7382 msgid ""
7383 "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
7384 "existing notes"
7385 msgstr ""
7387 #: builtin/notes.c:530
7388 #, c-format
7389 msgid "Missing notes on source object %s. Cannot copy."
7390 msgstr ""
7392 #: builtin/notes.c:582
7393 #, c-format
7394 msgid ""
7395 "The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
7396 "Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
7397 msgstr ""
7399 #: builtin/notes.c:750
7400 msgid "General options"
7401 msgstr ""
7403 #: builtin/notes.c:752
7404 msgid "Merge options"
7405 msgstr ""
7407 #: builtin/notes.c:754
7408 msgid ""
7409 "resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
7410 "cat_sort_uniq)"
7411 msgstr ""
7413 #: builtin/notes.c:756
7414 msgid "Committing unmerged notes"
7415 msgstr ""
7417 #: builtin/notes.c:758
7418 msgid "finalize notes merge by committing unmerged notes"
7419 msgstr ""
7421 #: builtin/notes.c:760
7422 msgid "Aborting notes merge resolution"
7423 msgstr ""
7425 #: builtin/notes.c:762
7426 msgid "abort notes merge"
7427 msgstr ""
7429 #: builtin/notes.c:857
7430 #, c-format
7431 msgid "Object %s has no note\n"
7432 msgstr ""
7434 #: builtin/notes.c:869
7435 msgid "attempt to remove non-existent note is not an error"
7436 msgstr ""
7438 #: builtin/notes.c:872
7439 msgid "read object names from the standard input"
7440 msgstr ""
7442 #: builtin/notes.c:953
7443 msgid "notes-ref"
7444 msgstr ""
7446 #: builtin/notes.c:954
7447 msgid "use notes from <notes_ref>"
7448 msgstr ""
7450 #: builtin/notes.c:989 builtin/remote.c:1621
7451 #, c-format
7452 msgid "Unknown subcommand: %s"
7453 msgstr ""
7455 #: builtin/pack-objects.c:28
7456 msgid "git pack-objects --stdout [options...] [< ref-list | < object-list]"
7457 msgstr ""
7459 #: builtin/pack-objects.c:29
7460 msgid "git pack-objects [options...] base-name [< ref-list | < object-list]"
7461 msgstr ""
7463 #: builtin/pack-objects.c:177 builtin/pack-objects.c:180
7464 #, c-format
7465 msgid "deflate error (%d)"
7466 msgstr ""
7468 #: builtin/pack-objects.c:773
7469 msgid "Writing objects"
7470 msgstr ""
7472 #: builtin/pack-objects.c:1015
7473 msgid "disabling bitmap writing, as some objects are not being packed"
7474 msgstr ""
7476 #: builtin/pack-objects.c:2175
7477 msgid "Compressing objects"
7478 msgstr ""
7480 #: builtin/pack-objects.c:2572
7481 #, c-format
7482 msgid "unsupported index version %s"
7483 msgstr ""
7485 #: builtin/pack-objects.c:2576
7486 #, c-format
7487 msgid "bad index version '%s'"
7488 msgstr ""
7490 #: builtin/pack-objects.c:2599
7491 #, c-format
7492 msgid "option %s does not accept negative form"
7493 msgstr ""
7495 #: builtin/pack-objects.c:2603
7496 #, c-format
7497 msgid "unable to parse value '%s' for option %s"
7498 msgstr ""
7500 #: builtin/pack-objects.c:2623
7501 msgid "do not show progress meter"
7502 msgstr ""
7504 #: builtin/pack-objects.c:2625
7505 msgid "show progress meter"
7506 msgstr ""
7508 #: builtin/pack-objects.c:2627
7509 msgid "show progress meter during object writing phase"
7510 msgstr ""
7512 #: builtin/pack-objects.c:2630
7513 msgid "similar to --all-progress when progress meter is shown"
7514 msgstr ""
7516 #: builtin/pack-objects.c:2631
7517 msgid "version[,offset]"
7518 msgstr ""
7520 #: builtin/pack-objects.c:2632
7521 msgid "write the pack index file in the specified idx format version"
7522 msgstr ""
7524 #: builtin/pack-objects.c:2635
7525 msgid "maximum size of each output pack file"
7526 msgstr ""
7528 #: builtin/pack-objects.c:2637
7529 msgid "ignore borrowed objects from alternate object store"
7530 msgstr ""
7532 #: builtin/pack-objects.c:2639
7533 msgid "ignore packed objects"
7534 msgstr ""
7536 #: builtin/pack-objects.c:2641
7537 msgid "limit pack window by objects"
7538 msgstr ""
7540 #: builtin/pack-objects.c:2643
7541 msgid "limit pack window by memory in addition to object limit"
7542 msgstr ""
7544 #: builtin/pack-objects.c:2645
7545 msgid "maximum length of delta chain allowed in the resulting pack"
7546 msgstr ""
7548 #: builtin/pack-objects.c:2647
7549 msgid "reuse existing deltas"
7550 msgstr ""
7552 #: builtin/pack-objects.c:2649
7553 msgid "reuse existing objects"
7554 msgstr ""
7556 #: builtin/pack-objects.c:2651
7557 msgid "use OFS_DELTA objects"
7558 msgstr ""
7560 #: builtin/pack-objects.c:2653
7561 msgid "use threads when searching for best delta matches"
7562 msgstr ""
7564 #: builtin/pack-objects.c:2655
7565 msgid "do not create an empty pack output"
7566 msgstr ""
7568 #: builtin/pack-objects.c:2657
7569 msgid "read revision arguments from standard input"
7570 msgstr ""
7572 #: builtin/pack-objects.c:2659
7573 msgid "limit the objects to those that are not yet packed"
7574 msgstr ""
7576 #: builtin/pack-objects.c:2662
7577 msgid "include objects reachable from any reference"
7578 msgstr ""
7580 #: builtin/pack-objects.c:2665
7581 msgid "include objects referred by reflog entries"
7582 msgstr ""
7584 #: builtin/pack-objects.c:2668
7585 msgid "include objects referred to by the index"
7586 msgstr ""
7588 #: builtin/pack-objects.c:2671
7589 msgid "output pack to stdout"
7590 msgstr ""
7592 #: builtin/pack-objects.c:2673
7593 msgid "include tag objects that refer to objects to be packed"
7594 msgstr ""
7596 #: builtin/pack-objects.c:2675
7597 msgid "keep unreachable objects"
7598 msgstr ""
7600 #: builtin/pack-objects.c:2676 parse-options.h:140
7601 msgid "time"
7602 msgstr ""
7604 #: builtin/pack-objects.c:2677
7605 msgid "unpack unreachable objects newer than <time>"
7606 msgstr ""
7608 #: builtin/pack-objects.c:2680
7609 msgid "create thin packs"
7610 msgstr ""
7612 #: builtin/pack-objects.c:2682
7613 msgid "create packs suitable for shallow fetches"
7614 msgstr ""
7616 #: builtin/pack-objects.c:2684
7617 msgid "ignore packs that have companion .keep file"
7618 msgstr ""
7620 #: builtin/pack-objects.c:2686
7621 msgid "pack compression level"
7622 msgstr ""
7624 #: builtin/pack-objects.c:2688
7625 msgid "do not hide commits by grafts"
7626 msgstr ""
7628 #: builtin/pack-objects.c:2690
7629 msgid "use a bitmap index if available to speed up counting objects"
7630 msgstr ""
7632 #: builtin/pack-objects.c:2692
7633 msgid "write a bitmap index together with the pack index"
7634 msgstr ""
7636 #: builtin/pack-objects.c:2783
7637 msgid "Counting objects"
7638 msgstr ""
7640 #: builtin/pack-refs.c:6
7641 msgid "git pack-refs [options]"
7642 msgstr ""
7644 #: builtin/pack-refs.c:14
7645 msgid "pack everything"
7646 msgstr ""
7648 #: builtin/pack-refs.c:15
7649 msgid "prune loose refs (default)"
7650 msgstr ""
7652 #: builtin/prune-packed.c:7
7653 msgid "git prune-packed [-n|--dry-run] [-q|--quiet]"
7654 msgstr ""
7656 #: builtin/prune-packed.c:40
7657 msgid "Removing duplicate objects"
7658 msgstr ""
7660 #: builtin/prune.c:12
7661 msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"
7662 msgstr ""
7664 #: builtin/prune.c:106
7665 msgid "do not remove, show only"
7666 msgstr ""
7668 #: builtin/prune.c:107
7669 msgid "report pruned objects"
7670 msgstr ""
7672 #: builtin/prune.c:110
7673 msgid "expire objects older than <time>"
7674 msgstr ""
7676 #: builtin/push.c:14
7677 msgid "git push [<options>] [<repository> [<refspec>...]]"
7678 msgstr ""
7680 #: builtin/push.c:85
7681 msgid "tag shorthand without <tag>"
7682 msgstr ""
7684 #: builtin/push.c:95
7685 msgid "--delete only accepts plain target ref names"
7686 msgstr ""
7688 #: builtin/push.c:139
7689 msgid ""
7690 "\n"
7691 "To choose either option permanently, see push.default in 'git help config'."
7692 msgstr ""
7694 #: builtin/push.c:142
7695 #, c-format
7696 msgid ""
7697 "The upstream branch of your current branch does not match\n"
7698 "the name of your current branch.  To push to the upstream branch\n"
7699 "on the remote, use\n"
7700 "\n"
7701 "    git push %s HEAD:%s\n"
7702 "\n"
7703 "To push to the branch of the same name on the remote, use\n"
7704 "\n"
7705 "    git push %s %s\n"
7706 "%s"
7707 msgstr ""
7709 #: builtin/push.c:157
7710 #, c-format
7711 msgid ""
7712 "You are not currently on a branch.\n"
7713 "To push the history leading to the current (detached HEAD)\n"
7714 "state now, use\n"
7715 "\n"
7716 "    git push %s HEAD:<name-of-remote-branch>\n"
7717 msgstr ""
7719 #: builtin/push.c:171
7720 #, c-format
7721 msgid ""
7722 "The current branch %s has no upstream branch.\n"
7723 "To push the current branch and set the remote as upstream, use\n"
7724 "\n"
7725 "    git push --set-upstream %s %s\n"
7726 msgstr ""
7728 #: builtin/push.c:179
7729 #, c-format
7730 msgid "The current branch %s has multiple upstream branches, refusing to push."
7731 msgstr ""
7733 #: builtin/push.c:182
7734 #, c-format
7735 msgid ""
7736 "You are pushing to remote '%s', which is not the upstream of\n"
7737 "your current branch '%s', without telling me what to push\n"
7738 "to update which remote branch."
7739 msgstr ""
7741 #: builtin/push.c:205
7742 msgid ""
7743 "push.default is unset; its implicit value has changed in\n"
7744 "Git 2.0 from 'matching' to 'simple'. To squelch this message\n"
7745 "and maintain the traditional behavior, use:\n"
7746 "\n"
7747 "  git config --global push.default matching\n"
7748 "\n"
7749 "To squelch this message and adopt the new behavior now, use:\n"
7750 "\n"
7751 "  git config --global push.default simple\n"
7752 "\n"
7753 "When push.default is set to 'matching', git will push local branches\n"
7754 "to the remote branches that already exist with the same name.\n"
7755 "\n"
7756 "Since Git 2.0, Git defaults to the more conservative 'simple'\n"
7757 "behavior, which only pushes the current branch to the corresponding\n"
7758 "remote branch that 'git pull' uses to update the current branch.\n"
7759 "\n"
7760 "See 'git help config' and search for 'push.default' for further "
7761 "information.\n"
7762 "(the 'simple' mode was introduced in Git 1.7.11. Use the similar mode\n"
7763 "'current' instead of 'simple' if you sometimes use older versions of Git)"
7764 msgstr ""
7766 #: builtin/push.c:272
7767 msgid ""
7768 "You didn't specify any refspecs to push, and push.default is \"nothing\"."
7769 msgstr ""
7771 #: builtin/push.c:279
7772 msgid ""
7773 "Updates were rejected because the tip of your current branch is behind\n"
7774 "its remote counterpart. Integrate the remote changes (e.g.\n"
7775 "'git pull ...') before pushing again.\n"
7776 "See the 'Note about fast-forwards' in 'git push --help' for details."
7777 msgstr ""
7779 #: builtin/push.c:285
7780 msgid ""
7781 "Updates were rejected because a pushed branch tip is behind its remote\n"
7782 "counterpart. Check out this branch and integrate the remote changes\n"
7783 "(e.g. 'git pull ...') before pushing again.\n"
7784 "See the 'Note about fast-forwards' in 'git push --help' for details."
7785 msgstr ""
7787 #: builtin/push.c:291
7788 msgid ""
7789 "Updates were rejected because the remote contains work that you do\n"
7790 "not have locally. This is usually caused by another repository pushing\n"
7791 "to the same ref. You may want to first integrate the remote changes\n"
7792 "(e.g., 'git pull ...') before pushing again.\n"
7793 "See the 'Note about fast-forwards' in 'git push --help' for details."
7794 msgstr ""
7796 #: builtin/push.c:298
7797 msgid "Updates were rejected because the tag already exists in the remote."
7798 msgstr ""
7800 #: builtin/push.c:301
7801 msgid ""
7802 "You cannot update a remote ref that points at a non-commit object,\n"
7803 "or update a remote ref to make it point at a non-commit object,\n"
7804 "without using the '--force' option.\n"
7805 msgstr ""
7807 #: builtin/push.c:360
7808 #, c-format
7809 msgid "Pushing to %s\n"
7810 msgstr ""
7812 #: builtin/push.c:364
7813 #, c-format
7814 msgid "failed to push some refs to '%s'"
7815 msgstr ""
7817 #: builtin/push.c:394
7818 #, c-format
7819 msgid "bad repository '%s'"
7820 msgstr ""
7822 #: builtin/push.c:395
7823 msgid ""
7824 "No configured push destination.\n"
7825 "Either specify the URL from the command-line or configure a remote "
7826 "repository using\n"
7827 "\n"
7828 "    git remote add <name> <url>\n"
7829 "\n"
7830 "and then push using the remote name\n"
7831 "\n"
7832 "    git push <name>\n"
7833 msgstr ""
7835 #: builtin/push.c:410
7836 msgid "--all and --tags are incompatible"
7837 msgstr ""
7839 #: builtin/push.c:411
7840 msgid "--all can't be combined with refspecs"
7841 msgstr ""
7843 #: builtin/push.c:416
7844 msgid "--mirror and --tags are incompatible"
7845 msgstr ""
7847 #: builtin/push.c:417
7848 msgid "--mirror can't be combined with refspecs"
7849 msgstr ""
7851 #: builtin/push.c:422
7852 msgid "--all and --mirror are incompatible"
7853 msgstr ""
7855 #: builtin/push.c:493
7856 msgid "repository"
7857 msgstr ""
7859 #: builtin/push.c:494
7860 msgid "push all refs"
7861 msgstr ""
7863 #: builtin/push.c:495
7864 msgid "mirror all refs"
7865 msgstr ""
7867 #: builtin/push.c:497
7868 msgid "delete refs"
7869 msgstr ""
7871 #: builtin/push.c:498
7872 msgid "push tags (can't be used with --all or --mirror)"
7873 msgstr ""
7875 #: builtin/push.c:501
7876 msgid "force updates"
7877 msgstr ""
7879 #: builtin/push.c:503
7880 msgid "refname>:<expect"
7881 msgstr ""
7883 #: builtin/push.c:504
7884 msgid "require old value of ref to be at this value"
7885 msgstr ""
7887 #: builtin/push.c:507
7888 msgid "control recursive pushing of submodules"
7889 msgstr ""
7891 #: builtin/push.c:509
7892 msgid "use thin pack"
7893 msgstr ""
7895 #: builtin/push.c:510 builtin/push.c:511
7896 msgid "receive pack program"
7897 msgstr ""
7899 #: builtin/push.c:512
7900 msgid "set upstream for git pull/status"
7901 msgstr ""
7903 #: builtin/push.c:515
7904 msgid "prune locally removed refs"
7905 msgstr ""
7907 #: builtin/push.c:517
7908 msgid "bypass pre-push hook"
7909 msgstr ""
7911 #: builtin/push.c:518
7912 msgid "push missing but relevant tags"
7913 msgstr ""
7915 #: builtin/push.c:520
7916 msgid "GPG sign the push"
7917 msgstr ""
7919 #: builtin/push.c:529
7920 msgid "--delete is incompatible with --all, --mirror and --tags"
7921 msgstr ""
7923 #: builtin/push.c:531
7924 msgid "--delete doesn't make sense without any refs"
7925 msgstr ""
7927 #: builtin/read-tree.c:37
7928 msgid ""
7929 "git read-tree [[-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>] "
7930 "[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
7931 "index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
7932 msgstr ""
7934 #: builtin/read-tree.c:110
7935 msgid "write resulting index to <file>"
7936 msgstr ""
7938 #: builtin/read-tree.c:113
7939 msgid "only empty the index"
7940 msgstr ""
7942 #: builtin/read-tree.c:115
7943 msgid "Merging"
7944 msgstr ""
7946 #: builtin/read-tree.c:117
7947 msgid "perform a merge in addition to a read"
7948 msgstr ""
7950 #: builtin/read-tree.c:119
7951 msgid "3-way merge if no file level merging required"
7952 msgstr ""
7954 #: builtin/read-tree.c:121
7955 msgid "3-way merge in presence of adds and removes"
7956 msgstr ""
7958 #: builtin/read-tree.c:123
7959 msgid "same as -m, but discard unmerged entries"
7960 msgstr ""
7962 #: builtin/read-tree.c:124
7963 msgid "<subdirectory>/"
7964 msgstr ""
7966 #: builtin/read-tree.c:125
7967 msgid "read the tree into the index under <subdirectory>/"
7968 msgstr ""
7970 #: builtin/read-tree.c:128
7971 msgid "update working tree with merge result"
7972 msgstr ""
7974 #: builtin/read-tree.c:130
7975 msgid "gitignore"
7976 msgstr ""
7978 #: builtin/read-tree.c:131
7979 msgid "allow explicitly ignored files to be overwritten"
7980 msgstr ""
7982 #: builtin/read-tree.c:134
7983 msgid "don't check the working tree after merging"
7984 msgstr ""
7986 #: builtin/read-tree.c:135
7987 msgid "don't update the index or the work tree"
7988 msgstr ""
7990 #: builtin/read-tree.c:137
7991 msgid "skip applying sparse checkout filter"
7992 msgstr ""
7994 #: builtin/read-tree.c:139
7995 msgid "debug unpack-trees"
7996 msgstr ""
7998 #: builtin/reflog.c:499
7999 #, c-format
8000 msgid "%s' for '%s' is not a valid timestamp"
8001 msgstr ""
8003 #: builtin/reflog.c:615 builtin/reflog.c:620
8004 #, c-format
8005 msgid "'%s' is not a valid timestamp"
8006 msgstr ""
8008 #: builtin/remote.c:12
8009 msgid "git remote [-v | --verbose]"
8010 msgstr ""
8012 #: builtin/remote.c:13
8013 msgid ""
8014 "git remote add [-t <branch>] [-m <master>] [-f] [--tags|--no-tags] [--"
8015 "mirror=<fetch|push>] <name> <url>"
8016 msgstr ""
8018 #: builtin/remote.c:14 builtin/remote.c:33
8019 msgid "git remote rename <old> <new>"
8020 msgstr ""
8022 #: builtin/remote.c:15 builtin/remote.c:38
8023 msgid "git remote remove <name>"
8024 msgstr ""
8026 #: builtin/remote.c:16
8027 msgid "git remote set-head <name> (-a | --auto | -d | --delete |<branch>)"
8028 msgstr ""
8030 #: builtin/remote.c:17
8031 msgid "git remote [-v | --verbose] show [-n] <name>"
8032 msgstr ""
8034 #: builtin/remote.c:18
8035 msgid "git remote prune [-n | --dry-run] <name>"
8036 msgstr ""
8038 #: builtin/remote.c:19
8039 msgid ""
8040 "git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
8041 msgstr ""
8043 #: builtin/remote.c:20
8044 msgid "git remote set-branches [--add] <name> <branch>..."
8045 msgstr ""
8047 #: builtin/remote.c:21 builtin/remote.c:69
8048 msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
8049 msgstr ""
8051 #: builtin/remote.c:22 builtin/remote.c:70
8052 msgid "git remote set-url --add <name> <newurl>"
8053 msgstr ""
8055 #: builtin/remote.c:23 builtin/remote.c:71
8056 msgid "git remote set-url --delete <name> <url>"
8057 msgstr ""
8059 #: builtin/remote.c:28
8060 msgid "git remote add [<options>] <name> <url>"
8061 msgstr ""
8063 #: builtin/remote.c:43
8064 msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
8065 msgstr ""
8067 #: builtin/remote.c:48
8068 msgid "git remote set-branches <name> <branch>..."
8069 msgstr ""
8071 #: builtin/remote.c:49
8072 msgid "git remote set-branches --add <name> <branch>..."
8073 msgstr ""
8075 #: builtin/remote.c:54
8076 msgid "git remote show [<options>] <name>"
8077 msgstr ""
8079 #: builtin/remote.c:59
8080 msgid "git remote prune [<options>] <name>"
8081 msgstr ""
8083 #: builtin/remote.c:64
8084 msgid "git remote update [<options>] [<group> | <remote>]..."
8085 msgstr ""
8087 #: builtin/remote.c:88
8088 #, c-format
8089 msgid "Updating %s"
8090 msgstr ""
8092 #: builtin/remote.c:120
8093 msgid ""
8094 "--mirror is dangerous and deprecated; please\n"
8095 "\t use --mirror=fetch or --mirror=push instead"
8096 msgstr ""
8098 #: builtin/remote.c:137
8099 #, c-format
8100 msgid "unknown mirror argument: %s"
8101 msgstr ""
8103 #: builtin/remote.c:153
8104 msgid "fetch the remote branches"
8105 msgstr ""
8107 #: builtin/remote.c:155
8108 msgid "import all tags and associated objects when fetching"
8109 msgstr ""
8111 #: builtin/remote.c:158
8112 msgid "or do not fetch any tag at all (--no-tags)"
8113 msgstr ""
8115 #: builtin/remote.c:160
8116 msgid "branch(es) to track"
8117 msgstr ""
8119 #: builtin/remote.c:161
8120 msgid "master branch"
8121 msgstr ""
8123 #: builtin/remote.c:162
8124 msgid "push|fetch"
8125 msgstr ""
8127 #: builtin/remote.c:163
8128 msgid "set up remote as a mirror to push to or fetch from"
8129 msgstr ""
8131 #: builtin/remote.c:175
8132 msgid "specifying a master branch makes no sense with --mirror"
8133 msgstr ""
8135 #: builtin/remote.c:177
8136 msgid "specifying branches to track makes sense only with fetch mirrors"
8137 msgstr ""
8139 #: builtin/remote.c:187 builtin/remote.c:643
8140 #, c-format
8141 msgid "remote %s already exists."
8142 msgstr ""
8144 #: builtin/remote.c:191 builtin/remote.c:647
8145 #, c-format
8146 msgid "'%s' is not a valid remote name"
8147 msgstr ""
8149 #: builtin/remote.c:235
8150 #, c-format
8151 msgid "Could not setup master '%s'"
8152 msgstr ""
8154 #: builtin/remote.c:335
8155 #, c-format
8156 msgid "Could not get fetch map for refspec %s"
8157 msgstr ""
8159 #: builtin/remote.c:436 builtin/remote.c:444
8160 msgid "(matching)"
8161 msgstr ""
8163 #: builtin/remote.c:448
8164 msgid "(delete)"
8165 msgstr ""
8167 #: builtin/remote.c:592 builtin/remote.c:598 builtin/remote.c:604
8168 #, c-format
8169 msgid "Could not append '%s' to '%s'"
8170 msgstr ""
8172 #: builtin/remote.c:636 builtin/remote.c:795 builtin/remote.c:895
8173 #, c-format
8174 msgid "No such remote: %s"
8175 msgstr ""
8177 #: builtin/remote.c:653
8178 #, c-format
8179 msgid "Could not rename config section '%s' to '%s'"
8180 msgstr ""
8182 #: builtin/remote.c:659 builtin/remote.c:847
8183 #, c-format
8184 msgid "Could not remove config section '%s'"
8185 msgstr ""
8187 #: builtin/remote.c:674
8188 #, c-format
8189 msgid ""
8190 "Not updating non-default fetch refspec\n"
8191 "\t%s\n"
8192 "\tPlease update the configuration manually if necessary."
8193 msgstr ""
8195 #: builtin/remote.c:680
8196 #, c-format
8197 msgid "Could not append '%s'"
8198 msgstr ""
8200 #: builtin/remote.c:691
8201 #, c-format
8202 msgid "Could not set '%s'"
8203 msgstr ""
8205 #: builtin/remote.c:713
8206 #, c-format
8207 msgid "deleting '%s' failed"
8208 msgstr ""
8210 #: builtin/remote.c:747
8211 #, c-format
8212 msgid "creating '%s' failed"
8213 msgstr ""
8215 #: builtin/remote.c:766
8216 #, c-format
8217 msgid "Could not remove branch %s"
8218 msgstr ""
8220 #: builtin/remote.c:833
8221 msgid ""
8222 "Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
8223 "to delete it, use:"
8224 msgid_plural ""
8225 "Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
8226 "to delete them, use:"
8227 msgstr[0] ""
8228 msgstr[1] ""
8230 #: builtin/remote.c:948
8231 #, c-format
8232 msgid " new (next fetch will store in remotes/%s)"
8233 msgstr ""
8235 #: builtin/remote.c:951
8236 msgid " tracked"
8237 msgstr ""
8239 #: builtin/remote.c:953
8240 msgid " stale (use 'git remote prune' to remove)"
8241 msgstr ""
8243 #: builtin/remote.c:955
8244 msgid " ???"
8245 msgstr ""
8247 #: builtin/remote.c:996
8248 #, c-format
8249 msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
8250 msgstr ""
8252 #: builtin/remote.c:1003
8253 #, c-format
8254 msgid "rebases onto remote %s"
8255 msgstr ""
8257 #: builtin/remote.c:1006
8258 #, c-format
8259 msgid " merges with remote %s"
8260 msgstr ""
8262 #: builtin/remote.c:1007
8263 msgid "    and with remote"
8264 msgstr ""
8266 #: builtin/remote.c:1009
8267 #, c-format
8268 msgid "merges with remote %s"
8269 msgstr ""
8271 #: builtin/remote.c:1010
8272 msgid "   and with remote"
8273 msgstr ""
8275 #: builtin/remote.c:1056
8276 msgid "create"
8277 msgstr ""
8279 #: builtin/remote.c:1059
8280 msgid "delete"
8281 msgstr ""
8283 #: builtin/remote.c:1063
8284 msgid "up to date"
8285 msgstr ""
8287 #: builtin/remote.c:1066
8288 msgid "fast-forwardable"
8289 msgstr ""
8291 #: builtin/remote.c:1069
8292 msgid "local out of date"
8293 msgstr ""
8295 #: builtin/remote.c:1076
8296 #, c-format
8297 msgid "    %-*s forces to %-*s (%s)"
8298 msgstr ""
8300 #: builtin/remote.c:1079
8301 #, c-format
8302 msgid "    %-*s pushes to %-*s (%s)"
8303 msgstr ""
8305 #: builtin/remote.c:1083
8306 #, c-format
8307 msgid "    %-*s forces to %s"
8308 msgstr ""
8310 #: builtin/remote.c:1086
8311 #, c-format
8312 msgid "    %-*s pushes to %s"
8313 msgstr ""
8315 #: builtin/remote.c:1154
8316 msgid "do not query remotes"
8317 msgstr ""
8319 #: builtin/remote.c:1181
8320 #, c-format
8321 msgid "* remote %s"
8322 msgstr ""
8324 #: builtin/remote.c:1182
8325 #, c-format
8326 msgid "  Fetch URL: %s"
8327 msgstr ""
8329 #: builtin/remote.c:1183 builtin/remote.c:1334
8330 msgid "(no URL)"
8331 msgstr ""
8333 #: builtin/remote.c:1192 builtin/remote.c:1194
8334 #, c-format
8335 msgid "  Push  URL: %s"
8336 msgstr ""
8338 #: builtin/remote.c:1196 builtin/remote.c:1198 builtin/remote.c:1200
8339 #, c-format
8340 msgid "  HEAD branch: %s"
8341 msgstr ""
8343 #: builtin/remote.c:1202
8344 #, c-format
8345 msgid ""
8346 "  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
8347 msgstr ""
8349 #: builtin/remote.c:1214
8350 #, c-format
8351 msgid "  Remote branch:%s"
8352 msgid_plural "  Remote branches:%s"
8353 msgstr[0] ""
8354 msgstr[1] ""
8356 #: builtin/remote.c:1217 builtin/remote.c:1244
8357 msgid " (status not queried)"
8358 msgstr ""
8360 #: builtin/remote.c:1226
8361 msgid "  Local branch configured for 'git pull':"
8362 msgid_plural "  Local branches configured for 'git pull':"
8363 msgstr[0] ""
8364 msgstr[1] ""
8366 #: builtin/remote.c:1234
8367 msgid "  Local refs will be mirrored by 'git push'"
8368 msgstr ""
8370 #: builtin/remote.c:1241
8371 #, c-format
8372 msgid "  Local ref configured for 'git push'%s:"
8373 msgid_plural "  Local refs configured for 'git push'%s:"
8374 msgstr[0] ""
8375 msgstr[1] ""
8377 #: builtin/remote.c:1262
8378 msgid "set refs/remotes/<name>/HEAD according to remote"
8379 msgstr ""
8381 #: builtin/remote.c:1264
8382 msgid "delete refs/remotes/<name>/HEAD"
8383 msgstr ""
8385 #: builtin/remote.c:1279
8386 msgid "Cannot determine remote HEAD"
8387 msgstr ""
8389 #: builtin/remote.c:1281
8390 msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
8391 msgstr ""
8393 #: builtin/remote.c:1291
8394 #, c-format
8395 msgid "Could not delete %s"
8396 msgstr ""
8398 #: builtin/remote.c:1299
8399 #, c-format
8400 msgid "Not a valid ref: %s"
8401 msgstr ""
8403 #: builtin/remote.c:1301
8404 #, c-format
8405 msgid "Could not setup %s"
8406 msgstr ""
8408 #: builtin/remote.c:1319
8409 #, c-format
8410 msgid " %s will become dangling!"
8411 msgstr ""
8413 #: builtin/remote.c:1320
8414 #, c-format
8415 msgid " %s has become dangling!"
8416 msgstr ""
8418 #: builtin/remote.c:1330
8419 #, c-format
8420 msgid "Pruning %s"
8421 msgstr ""
8423 #: builtin/remote.c:1331
8424 #, c-format
8425 msgid "URL: %s"
8426 msgstr ""
8428 #: builtin/remote.c:1354
8429 #, c-format
8430 msgid " * [would prune] %s"
8431 msgstr ""
8433 #: builtin/remote.c:1357
8434 #, c-format
8435 msgid " * [pruned] %s"
8436 msgstr ""
8438 #: builtin/remote.c:1402
8439 msgid "prune remotes after fetching"
8440 msgstr ""
8442 #: builtin/remote.c:1468 builtin/remote.c:1542
8443 #, c-format
8444 msgid "No such remote '%s'"
8445 msgstr ""
8447 #: builtin/remote.c:1488
8448 msgid "add branch"
8449 msgstr ""
8451 #: builtin/remote.c:1495
8452 msgid "no remote specified"
8453 msgstr ""
8455 #: builtin/remote.c:1517
8456 msgid "manipulate push URLs"
8457 msgstr ""
8459 #: builtin/remote.c:1519
8460 msgid "add URL"
8461 msgstr ""
8463 #: builtin/remote.c:1521
8464 msgid "delete URLs"
8465 msgstr ""
8467 #: builtin/remote.c:1528
8468 msgid "--add --delete doesn't make sense"
8469 msgstr ""
8471 #: builtin/remote.c:1568
8472 #, c-format
8473 msgid "Invalid old URL pattern: %s"
8474 msgstr ""
8476 #: builtin/remote.c:1576
8477 #, c-format
8478 msgid "No such URL found: %s"
8479 msgstr ""
8481 #: builtin/remote.c:1578
8482 msgid "Will not delete all non-push URLs"
8483 msgstr ""
8485 #: builtin/remote.c:1592
8486 msgid "be verbose; must be placed before a subcommand"
8487 msgstr ""
8489 #: builtin/repack.c:17
8490 msgid "git repack [options]"
8491 msgstr ""
8493 #: builtin/repack.c:159
8494 msgid "pack everything in a single pack"
8495 msgstr ""
8497 #: builtin/repack.c:161
8498 msgid "same as -a, and turn unreachable objects loose"
8499 msgstr ""
8501 #: builtin/repack.c:164
8502 msgid "remove redundant packs, and run git-prune-packed"
8503 msgstr ""
8505 #: builtin/repack.c:166
8506 msgid "pass --no-reuse-delta to git-pack-objects"
8507 msgstr ""
8509 #: builtin/repack.c:168
8510 msgid "pass --no-reuse-object to git-pack-objects"
8511 msgstr ""
8513 #: builtin/repack.c:170
8514 msgid "do not run git-update-server-info"
8515 msgstr ""
8517 #: builtin/repack.c:173
8518 msgid "pass --local to git-pack-objects"
8519 msgstr ""
8521 #: builtin/repack.c:175
8522 msgid "write bitmap index"
8523 msgstr ""
8525 #: builtin/repack.c:176
8526 msgid "approxidate"
8527 msgstr ""
8529 #: builtin/repack.c:177
8530 msgid "with -A, do not loosen objects older than this"
8531 msgstr ""
8533 #: builtin/repack.c:179
8534 msgid "size of the window used for delta compression"
8535 msgstr ""
8537 #: builtin/repack.c:180 builtin/repack.c:184
8538 msgid "bytes"
8539 msgstr ""
8541 #: builtin/repack.c:181
8542 msgid "same as the above, but limit memory size instead of entries count"
8543 msgstr ""
8545 #: builtin/repack.c:183
8546 msgid "limits the maximum delta depth"
8547 msgstr ""
8549 #: builtin/repack.c:185
8550 msgid "maximum size of each packfile"
8551 msgstr ""
8553 #: builtin/repack.c:187
8554 msgid "repack objects in packs marked with .keep"
8555 msgstr ""
8557 #: builtin/repack.c:371
8558 #, c-format
8559 msgid "removing '%s' failed"
8560 msgstr ""
8562 #: builtin/replace.c:19
8563 msgid "git replace [-f] <object> <replacement>"
8564 msgstr ""
8566 #: builtin/replace.c:20
8567 msgid "git replace [-f] --edit <object>"
8568 msgstr ""
8570 #: builtin/replace.c:21
8571 msgid "git replace [-f] --graft <commit> [<parent>...]"
8572 msgstr ""
8574 #: builtin/replace.c:22
8575 msgid "git replace -d <object>..."
8576 msgstr ""
8578 #: builtin/replace.c:23
8579 msgid "git replace [--format=<format>] [-l [<pattern>]]"
8580 msgstr ""
8582 #: builtin/replace.c:325 builtin/replace.c:363 builtin/replace.c:391
8583 #, c-format
8584 msgid "Not a valid object name: '%s'"
8585 msgstr ""
8587 #: builtin/replace.c:355
8588 #, c-format
8589 msgid "bad mergetag in commit '%s'"
8590 msgstr ""
8592 #: builtin/replace.c:357
8593 #, c-format
8594 msgid "malformed mergetag in commit '%s'"
8595 msgstr ""
8597 #: builtin/replace.c:368
8598 #, c-format
8599 msgid ""
8600 "original commit '%s' contains mergetag '%s' that is discarded; use --edit "
8601 "instead of --graft"
8602 msgstr ""
8604 #: builtin/replace.c:401
8605 #, c-format
8606 msgid "the original commit '%s' has a gpg signature."
8607 msgstr ""
8609 #: builtin/replace.c:402
8610 msgid "the signature will be removed in the replacement commit!"
8611 msgstr ""
8613 #: builtin/replace.c:408
8614 #, c-format
8615 msgid "could not write replacement commit for: '%s'"
8616 msgstr ""
8618 #: builtin/replace.c:432
8619 msgid "list replace refs"
8620 msgstr ""
8622 #: builtin/replace.c:433
8623 msgid "delete replace refs"
8624 msgstr ""
8626 #: builtin/replace.c:434
8627 msgid "edit existing object"
8628 msgstr ""
8630 #: builtin/replace.c:435
8631 msgid "change a commit's parents"
8632 msgstr ""
8634 #: builtin/replace.c:436
8635 msgid "replace the ref if it exists"
8636 msgstr ""
8638 #: builtin/replace.c:437
8639 msgid "do not pretty-print contents for --edit"
8640 msgstr ""
8642 #: builtin/replace.c:438
8643 msgid "use this format"
8644 msgstr ""
8646 #: builtin/rerere.c:12
8647 msgid "git rerere [clear | forget path... | status | remaining | diff | gc]"
8648 msgstr ""
8650 #: builtin/rerere.c:57
8651 msgid "register clean resolutions in index"
8652 msgstr ""
8654 #: builtin/reset.c:26
8655 msgid ""
8656 "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
8657 msgstr ""
8659 #: builtin/reset.c:27
8660 msgid "git reset [-q] <tree-ish> [--] <paths>..."
8661 msgstr ""
8663 #: builtin/reset.c:28
8664 msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
8665 msgstr ""
8667 #: builtin/reset.c:34
8668 msgid "mixed"
8669 msgstr ""
8671 #: builtin/reset.c:34
8672 msgid "soft"
8673 msgstr ""
8675 #: builtin/reset.c:34
8676 msgid "hard"
8677 msgstr ""
8679 #: builtin/reset.c:34
8680 msgid "merge"
8681 msgstr ""
8683 #: builtin/reset.c:34
8684 msgid "keep"
8685 msgstr ""
8687 #: builtin/reset.c:74
8688 msgid "You do not have a valid HEAD."
8689 msgstr ""
8691 #: builtin/reset.c:76
8692 msgid "Failed to find tree of HEAD."
8693 msgstr ""
8695 #: builtin/reset.c:82
8696 #, c-format
8697 msgid "Failed to find tree of %s."
8698 msgstr ""
8700 #: builtin/reset.c:100
8701 #, c-format
8702 msgid "HEAD is now at %s"
8703 msgstr ""
8705 #: builtin/reset.c:183
8706 #, c-format
8707 msgid "Cannot do a %s reset in the middle of a merge."
8708 msgstr ""
8710 #: builtin/reset.c:276
8711 msgid "be quiet, only report errors"
8712 msgstr ""
8714 #: builtin/reset.c:278
8715 msgid "reset HEAD and index"
8716 msgstr ""
8718 #: builtin/reset.c:279
8719 msgid "reset only HEAD"
8720 msgstr ""
8722 #: builtin/reset.c:281 builtin/reset.c:283
8723 msgid "reset HEAD, index and working tree"
8724 msgstr ""
8726 #: builtin/reset.c:285
8727 msgid "reset HEAD but keep local changes"
8728 msgstr ""
8730 #: builtin/reset.c:288
8731 msgid "record only the fact that removed paths will be added later"
8732 msgstr ""
8734 #: builtin/reset.c:305
8735 #, c-format
8736 msgid "Failed to resolve '%s' as a valid revision."
8737 msgstr ""
8739 #: builtin/reset.c:308 builtin/reset.c:316
8740 #, c-format
8741 msgid "Could not parse object '%s'."
8742 msgstr ""
8744 #: builtin/reset.c:313
8745 #, c-format
8746 msgid "Failed to resolve '%s' as a valid tree."
8747 msgstr ""
8749 #: builtin/reset.c:322
8750 msgid "--patch is incompatible with --{hard,mixed,soft}"
8751 msgstr ""
8753 #: builtin/reset.c:331
8754 msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
8755 msgstr ""
8757 #: builtin/reset.c:333
8758 #, c-format
8759 msgid "Cannot do %s reset with paths."
8760 msgstr ""
8762 #: builtin/reset.c:343
8763 #, c-format
8764 msgid "%s reset is not allowed in a bare repository"
8765 msgstr ""
8767 #: builtin/reset.c:347
8768 msgid "-N can only be used with --mixed"
8769 msgstr ""
8771 #: builtin/reset.c:364
8772 msgid "Unstaged changes after reset:"
8773 msgstr ""
8775 #: builtin/reset.c:370
8776 #, c-format
8777 msgid "Could not reset index file to revision '%s'."
8778 msgstr ""
8780 #: builtin/reset.c:374
8781 msgid "Could not write new index file."
8782 msgstr ""
8784 #: builtin/rev-parse.c:361
8785 msgid "git rev-parse --parseopt [options] -- [<args>...]"
8786 msgstr ""
8788 #: builtin/rev-parse.c:366
8789 msgid "keep the `--` passed as an arg"
8790 msgstr ""
8792 #: builtin/rev-parse.c:368
8793 msgid "stop parsing after the first non-option argument"
8794 msgstr ""
8796 #: builtin/rev-parse.c:371
8797 msgid "output in stuck long form"
8798 msgstr ""
8800 #: builtin/rev-parse.c:499
8801 msgid ""
8802 "git rev-parse --parseopt [options] -- [<args>...]\n"
8803 "   or: git rev-parse --sq-quote [<arg>...]\n"
8804 "   or: git rev-parse [options] [<arg>...]\n"
8805 "\n"
8806 "Run \"git rev-parse --parseopt -h\" for more information on the first usage."
8807 msgstr ""
8809 #: builtin/revert.c:22
8810 msgid "git revert [options] <commit-ish>..."
8811 msgstr ""
8813 #: builtin/revert.c:23
8814 msgid "git revert <subcommand>"
8815 msgstr ""
8817 #: builtin/revert.c:28
8818 msgid "git cherry-pick [options] <commit-ish>..."
8819 msgstr ""
8821 #: builtin/revert.c:29
8822 msgid "git cherry-pick <subcommand>"
8823 msgstr ""
8825 #: builtin/revert.c:71
8826 #, c-format
8827 msgid "%s: %s cannot be used with %s"
8828 msgstr ""
8830 #: builtin/revert.c:80
8831 msgid "end revert or cherry-pick sequence"
8832 msgstr ""
8834 #: builtin/revert.c:81
8835 msgid "resume revert or cherry-pick sequence"
8836 msgstr ""
8838 #: builtin/revert.c:82
8839 msgid "cancel revert or cherry-pick sequence"
8840 msgstr ""
8842 #: builtin/revert.c:83
8843 msgid "don't automatically commit"
8844 msgstr ""
8846 #: builtin/revert.c:84
8847 msgid "edit the commit message"
8848 msgstr ""
8850 #: builtin/revert.c:87
8851 msgid "parent number"
8852 msgstr ""
8854 #: builtin/revert.c:89
8855 msgid "merge strategy"
8856 msgstr ""
8858 #: builtin/revert.c:90
8859 msgid "option"
8860 msgstr ""
8862 #: builtin/revert.c:91
8863 msgid "option for merge strategy"
8864 msgstr ""
8866 #: builtin/revert.c:104
8867 msgid "append commit name"
8868 msgstr ""
8870 #: builtin/revert.c:105
8871 msgid "allow fast-forward"
8872 msgstr ""
8874 #: builtin/revert.c:106
8875 msgid "preserve initially empty commits"
8876 msgstr ""
8878 #: builtin/revert.c:107
8879 msgid "allow commits with empty messages"
8880 msgstr ""
8882 #: builtin/revert.c:108
8883 msgid "keep redundant, empty commits"
8884 msgstr ""
8886 #: builtin/revert.c:112
8887 msgid "program error"
8888 msgstr ""
8890 #: builtin/revert.c:197
8891 msgid "revert failed"
8892 msgstr ""
8894 #: builtin/revert.c:212
8895 msgid "cherry-pick failed"
8896 msgstr ""
8898 #: builtin/rm.c:17
8899 msgid "git rm [options] [--] <file>..."
8900 msgstr ""
8902 #: builtin/rm.c:65
8903 msgid ""
8904 "the following submodule (or one of its nested submodules)\n"
8905 "uses a .git directory:"
8906 msgid_plural ""
8907 "the following submodules (or one of their nested submodules)\n"
8908 "use a .git directory:"
8909 msgstr[0] ""
8910 msgstr[1] ""
8912 #: builtin/rm.c:71
8913 msgid ""
8914 "\n"
8915 "(use 'rm -rf' if you really want to remove it including all of its history)"
8916 msgstr ""
8918 #: builtin/rm.c:231
8919 msgid ""
8920 "the following file has staged content different from both the\n"
8921 "file and the HEAD:"
8922 msgid_plural ""
8923 "the following files have staged content different from both the\n"
8924 "file and the HEAD:"
8925 msgstr[0] ""
8926 msgstr[1] ""
8928 #: builtin/rm.c:236
8929 msgid ""
8930 "\n"
8931 "(use -f to force removal)"
8932 msgstr ""
8934 #: builtin/rm.c:240
8935 msgid "the following file has changes staged in the index:"
8936 msgid_plural "the following files have changes staged in the index:"
8937 msgstr[0] ""
8938 msgstr[1] ""
8940 #: builtin/rm.c:244 builtin/rm.c:255
8941 msgid ""
8942 "\n"
8943 "(use --cached to keep the file, or -f to force removal)"
8944 msgstr ""
8946 #: builtin/rm.c:252
8947 msgid "the following file has local modifications:"
8948 msgid_plural "the following files have local modifications:"
8949 msgstr[0] ""
8950 msgstr[1] ""
8952 #: builtin/rm.c:270
8953 msgid "do not list removed files"
8954 msgstr ""
8956 #: builtin/rm.c:271
8957 msgid "only remove from the index"
8958 msgstr ""
8960 #: builtin/rm.c:272
8961 msgid "override the up-to-date check"
8962 msgstr ""
8964 #: builtin/rm.c:273
8965 msgid "allow recursive removal"
8966 msgstr ""
8968 #: builtin/rm.c:275
8969 msgid "exit with a zero status even if nothing matched"
8970 msgstr ""
8972 #: builtin/rm.c:318
8973 msgid "Please, stage your changes to .gitmodules or stash them to proceed"
8974 msgstr ""
8976 #: builtin/rm.c:336
8977 #, c-format
8978 msgid "not removing '%s' recursively without -r"
8979 msgstr ""
8981 #: builtin/rm.c:375
8982 #, c-format
8983 msgid "git rm: unable to remove %s"
8984 msgstr ""
8986 #: builtin/shortlog.c:13
8987 msgid "git shortlog [<options>] [<revision range>] [[--] [<path>...]]"
8988 msgstr ""
8990 #: builtin/shortlog.c:131
8991 #, c-format
8992 msgid "Missing author: %s"
8993 msgstr ""
8995 #: builtin/shortlog.c:230
8996 msgid "sort output according to the number of commits per author"
8997 msgstr ""
8999 #: builtin/shortlog.c:232
9000 msgid "Suppress commit descriptions, only provides commit count"
9001 msgstr ""
9003 #: builtin/shortlog.c:234
9004 msgid "Show the email address of each author"
9005 msgstr ""
9007 #: builtin/shortlog.c:235
9008 msgid "w[,i1[,i2]]"
9009 msgstr ""
9011 #: builtin/shortlog.c:236
9012 msgid "Linewrap output"
9013 msgstr ""
9015 #: builtin/show-branch.c:9
9016 msgid ""
9017 "git show-branch [-a|--all] [-r|--remotes] [--topo-order | --date-order]\n"
9018 "\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
9019 "\t\t[--more=<n> | --list | --independent | --merge-base]\n"
9020 "\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
9021 msgstr ""
9023 #: builtin/show-branch.c:13
9024 msgid "git show-branch (-g|--reflog)[=<n>[,<base>]] [--list] [<ref>]"
9025 msgstr ""
9027 #: builtin/show-branch.c:652
9028 msgid "show remote-tracking and local branches"
9029 msgstr ""
9031 #: builtin/show-branch.c:654
9032 msgid "show remote-tracking branches"
9033 msgstr ""
9035 #: builtin/show-branch.c:656
9036 msgid "color '*!+-' corresponding to the branch"
9037 msgstr ""
9039 #: builtin/show-branch.c:658
9040 msgid "show <n> more commits after the common ancestor"
9041 msgstr ""
9043 #: builtin/show-branch.c:660
9044 msgid "synonym to more=-1"
9045 msgstr ""
9047 #: builtin/show-branch.c:661
9048 msgid "suppress naming strings"
9049 msgstr ""
9051 #: builtin/show-branch.c:663
9052 msgid "include the current branch"
9053 msgstr ""
9055 #: builtin/show-branch.c:665
9056 msgid "name commits with their object names"
9057 msgstr ""
9059 #: builtin/show-branch.c:667
9060 msgid "show possible merge bases"
9061 msgstr ""
9063 #: builtin/show-branch.c:669
9064 msgid "show refs unreachable from any other ref"
9065 msgstr ""
9067 #: builtin/show-branch.c:671
9068 msgid "show commits in topological order"
9069 msgstr ""
9071 #: builtin/show-branch.c:674
9072 msgid "show only commits not on the first branch"
9073 msgstr ""
9075 #: builtin/show-branch.c:676
9076 msgid "show merges reachable from only one tip"
9077 msgstr ""
9079 #: builtin/show-branch.c:678
9080 msgid "topologically sort, maintaining date order where possible"
9081 msgstr ""
9083 #: builtin/show-branch.c:681
9084 msgid "<n>[,<base>]"
9085 msgstr ""
9087 #: builtin/show-branch.c:682
9088 msgid "show <n> most recent ref-log entries starting at base"
9089 msgstr ""
9091 #: builtin/show-ref.c:10
9092 msgid ""
9093 "git show-ref [-q|--quiet] [--verify] [--head] [-d|--dereference] [-s|--"
9094 "hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [pattern*] "
9095 msgstr ""
9097 #: builtin/show-ref.c:11
9098 msgid "git show-ref --exclude-existing[=pattern] < ref-list"
9099 msgstr ""
9101 #: builtin/show-ref.c:168
9102 msgid "only show tags (can be combined with heads)"
9103 msgstr ""
9105 #: builtin/show-ref.c:169
9106 msgid "only show heads (can be combined with tags)"
9107 msgstr ""
9109 #: builtin/show-ref.c:170
9110 msgid "stricter reference checking, requires exact ref path"
9111 msgstr ""
9113 #: builtin/show-ref.c:173 builtin/show-ref.c:175
9114 msgid "show the HEAD reference, even if it would be filtered out"
9115 msgstr ""
9117 #: builtin/show-ref.c:177
9118 msgid "dereference tags into object IDs"
9119 msgstr ""
9121 #: builtin/show-ref.c:179
9122 msgid "only show SHA1 hash using <n> digits"
9123 msgstr ""
9125 #: builtin/show-ref.c:183
9126 msgid "do not print results to stdout (useful with --verify)"
9127 msgstr ""
9129 #: builtin/show-ref.c:185
9130 msgid "show refs from stdin that aren't in local repository"
9131 msgstr ""
9133 #: builtin/symbolic-ref.c:7
9134 msgid "git symbolic-ref [options] name [ref]"
9135 msgstr ""
9137 #: builtin/symbolic-ref.c:8
9138 msgid "git symbolic-ref -d [-q] name"
9139 msgstr ""
9141 #: builtin/symbolic-ref.c:40
9142 msgid "suppress error message for non-symbolic (detached) refs"
9143 msgstr ""
9145 #: builtin/symbolic-ref.c:41
9146 msgid "delete symbolic ref"
9147 msgstr ""
9149 #: builtin/symbolic-ref.c:42
9150 msgid "shorten ref output"
9151 msgstr ""
9153 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:358
9154 msgid "reason"
9155 msgstr ""
9157 #: builtin/symbolic-ref.c:43 builtin/update-ref.c:358
9158 msgid "reason of the update"
9159 msgstr ""
9161 #: builtin/tag.c:22
9162 msgid ""
9163 "git tag [-a|-s|-u <key-id>] [-f] [-m <msg>|-F <file>] <tagname> [<head>]"
9164 msgstr ""
9166 #: builtin/tag.c:23
9167 msgid "git tag -d <tagname>..."
9168 msgstr ""
9170 #: builtin/tag.c:24
9171 msgid ""
9172 "git tag -l [-n[<num>]] [--contains <commit>] [--points-at <object>] \n"
9173 "\t\t[<pattern>...]"
9174 msgstr ""
9176 #: builtin/tag.c:26
9177 msgid "git tag -v <tagname>..."
9178 msgstr ""
9180 #: builtin/tag.c:69
9181 #, c-format
9182 msgid "malformed object at '%s'"
9183 msgstr ""
9185 #: builtin/tag.c:301
9186 #, c-format
9187 msgid "tag name too long: %.*s..."
9188 msgstr ""
9190 #: builtin/tag.c:306
9191 #, c-format
9192 msgid "tag '%s' not found."
9193 msgstr ""
9195 #: builtin/tag.c:321
9196 #, c-format
9197 msgid "Deleted tag '%s' (was %s)\n"
9198 msgstr ""
9200 #: builtin/tag.c:333
9201 #, c-format
9202 msgid "could not verify the tag '%s'"
9203 msgstr ""
9205 #: builtin/tag.c:343
9206 #, c-format
9207 msgid ""
9208 "\n"
9209 "Write a message for tag:\n"
9210 "  %s\n"
9211 "Lines starting with '%c' will be ignored.\n"
9212 msgstr ""
9214 #: builtin/tag.c:347
9215 #, c-format
9216 msgid ""
9217 "\n"
9218 "Write a message for tag:\n"
9219 "  %s\n"
9220 "Lines starting with '%c' will be kept; you may remove them yourself if you "
9221 "want to.\n"
9222 msgstr ""
9224 #: builtin/tag.c:371
9225 #, c-format
9226 msgid "unsupported sort specification '%s'"
9227 msgstr ""
9229 #: builtin/tag.c:373
9230 #, c-format
9231 msgid "unsupported sort specification '%s' in variable '%s'"
9232 msgstr ""
9234 #: builtin/tag.c:428
9235 msgid "unable to sign the tag"
9236 msgstr ""
9238 #: builtin/tag.c:430
9239 msgid "unable to write tag file"
9240 msgstr ""
9242 #: builtin/tag.c:455
9243 msgid "bad object type."
9244 msgstr ""
9246 #: builtin/tag.c:468
9247 msgid "tag header too big."
9248 msgstr ""
9250 #: builtin/tag.c:504
9251 msgid "no tag message?"
9252 msgstr ""
9254 #: builtin/tag.c:510
9255 #, c-format
9256 msgid "The tag message has been left in %s\n"
9257 msgstr ""
9259 #: builtin/tag.c:559
9260 msgid "switch 'points-at' requires an object"
9261 msgstr ""
9263 #: builtin/tag.c:561
9264 #, c-format
9265 msgid "malformed object name '%s'"
9266 msgstr ""
9268 #: builtin/tag.c:589
9269 msgid "list tag names"
9270 msgstr ""
9272 #: builtin/tag.c:591
9273 msgid "print <n> lines of each tag message"
9274 msgstr ""
9276 #: builtin/tag.c:593
9277 msgid "delete tags"
9278 msgstr ""
9280 #: builtin/tag.c:594
9281 msgid "verify tags"
9282 msgstr ""
9284 #: builtin/tag.c:596
9285 msgid "Tag creation options"
9286 msgstr ""
9288 #: builtin/tag.c:598
9289 msgid "annotated tag, needs a message"
9290 msgstr ""
9292 #: builtin/tag.c:600
9293 msgid "tag message"
9294 msgstr ""
9296 #: builtin/tag.c:602
9297 msgid "annotated and GPG-signed tag"
9298 msgstr ""
9300 #: builtin/tag.c:606
9301 msgid "use another key to sign the tag"
9302 msgstr ""
9304 #: builtin/tag.c:607
9305 msgid "replace the tag if exists"
9306 msgstr ""
9308 #: builtin/tag.c:608
9309 msgid "show tag list in columns"
9310 msgstr ""
9312 #: builtin/tag.c:610
9313 msgid "sort tags"
9314 msgstr ""
9316 #: builtin/tag.c:614
9317 msgid "Tag listing options"
9318 msgstr ""
9320 #: builtin/tag.c:617 builtin/tag.c:623
9321 msgid "print only tags that contain the commit"
9322 msgstr ""
9324 #: builtin/tag.c:629
9325 msgid "print only tags of the object"
9326 msgstr ""
9328 #: builtin/tag.c:655
9329 msgid "--column and -n are incompatible"
9330 msgstr ""
9332 #: builtin/tag.c:667
9333 msgid "--sort and -n are incompatible"
9334 msgstr ""
9336 #: builtin/tag.c:674
9337 msgid "-n option is only allowed with -l."
9338 msgstr ""
9340 #: builtin/tag.c:676
9341 msgid "--contains option is only allowed with -l."
9342 msgstr ""
9344 #: builtin/tag.c:678
9345 msgid "--points-at option is only allowed with -l."
9346 msgstr ""
9348 #: builtin/tag.c:686
9349 msgid "only one -F or -m option is allowed."
9350 msgstr ""
9352 #: builtin/tag.c:706
9353 msgid "too many params"
9354 msgstr ""
9356 #: builtin/tag.c:712
9357 #, c-format
9358 msgid "'%s' is not a valid tag name."
9359 msgstr ""
9361 #: builtin/tag.c:717
9362 #, c-format
9363 msgid "tag '%s' already exists"
9364 msgstr ""
9366 #: builtin/tag.c:741
9367 #, c-format
9368 msgid "Updated tag '%s' (was %s)\n"
9369 msgstr ""
9371 #: builtin/unpack-objects.c:489
9372 msgid "Unpacking objects"
9373 msgstr ""
9375 #: builtin/update-index.c:403
9376 msgid "git update-index [options] [--] [<file>...]"
9377 msgstr ""
9379 #: builtin/update-index.c:756
9380 msgid "continue refresh even when index needs update"
9381 msgstr ""
9383 #: builtin/update-index.c:759
9384 msgid "refresh: ignore submodules"
9385 msgstr ""
9387 #: builtin/update-index.c:762
9388 msgid "do not ignore new files"
9389 msgstr ""
9391 #: builtin/update-index.c:764
9392 msgid "let files replace directories and vice-versa"
9393 msgstr ""
9395 #: builtin/update-index.c:766
9396 msgid "notice files missing from worktree"
9397 msgstr ""
9399 #: builtin/update-index.c:768
9400 msgid "refresh even if index contains unmerged entries"
9401 msgstr ""
9403 #: builtin/update-index.c:771
9404 msgid "refresh stat information"
9405 msgstr ""
9407 #: builtin/update-index.c:775
9408 msgid "like --refresh, but ignore assume-unchanged setting"
9409 msgstr ""
9411 #: builtin/update-index.c:779
9412 msgid "<mode>,<object>,<path>"
9413 msgstr ""
9415 #: builtin/update-index.c:780
9416 msgid "add the specified entry to the index"
9417 msgstr ""
9419 #: builtin/update-index.c:784
9420 msgid "(+/-)x"
9421 msgstr ""
9423 #: builtin/update-index.c:785
9424 msgid "override the executable bit of the listed files"
9425 msgstr ""
9427 #: builtin/update-index.c:789
9428 msgid "mark files as \"not changing\""
9429 msgstr ""
9431 #: builtin/update-index.c:792
9432 msgid "clear assumed-unchanged bit"
9433 msgstr ""
9435 #: builtin/update-index.c:795
9436 msgid "mark files as \"index-only\""
9437 msgstr ""
9439 #: builtin/update-index.c:798
9440 msgid "clear skip-worktree bit"
9441 msgstr ""
9443 #: builtin/update-index.c:801
9444 msgid "add to index only; do not add content to object database"
9445 msgstr ""
9447 #: builtin/update-index.c:803
9448 msgid "remove named paths even if present in worktree"
9449 msgstr ""
9451 #: builtin/update-index.c:805
9452 msgid "with --stdin: input lines are terminated by null bytes"
9453 msgstr ""
9455 #: builtin/update-index.c:807
9456 msgid "read list of paths to be updated from standard input"
9457 msgstr ""
9459 #: builtin/update-index.c:811
9460 msgid "add entries from standard input to the index"
9461 msgstr ""
9463 #: builtin/update-index.c:815
9464 msgid "repopulate stages #2 and #3 for the listed paths"
9465 msgstr ""
9467 #: builtin/update-index.c:819
9468 msgid "only update entries that differ from HEAD"
9469 msgstr ""
9471 #: builtin/update-index.c:823
9472 msgid "ignore files missing from worktree"
9473 msgstr ""
9475 #: builtin/update-index.c:826
9476 msgid "report actions to standard output"
9477 msgstr ""
9479 #: builtin/update-index.c:828
9480 msgid "(for porcelains) forget saved unresolved conflicts"
9481 msgstr ""
9483 #: builtin/update-index.c:832
9484 msgid "write index in this format"
9485 msgstr ""
9487 #: builtin/update-index.c:834
9488 msgid "enable or disable split index"
9489 msgstr ""
9491 #: builtin/update-ref.c:9
9492 msgid "git update-ref [options] -d <refname> [<oldval>]"
9493 msgstr ""
9495 #: builtin/update-ref.c:10
9496 msgid "git update-ref [options]    <refname> <newval> [<oldval>]"
9497 msgstr ""
9499 #: builtin/update-ref.c:11
9500 msgid "git update-ref [options] --stdin [-z]"
9501 msgstr ""
9503 #: builtin/update-ref.c:359
9504 msgid "delete the reference"
9505 msgstr ""
9507 #: builtin/update-ref.c:361
9508 msgid "update <refname> not the one it points to"
9509 msgstr ""
9511 #: builtin/update-ref.c:362
9512 msgid "stdin has NUL-terminated arguments"
9513 msgstr ""
9515 #: builtin/update-ref.c:363
9516 msgid "read updates from stdin"
9517 msgstr ""
9519 #: builtin/update-server-info.c:6
9520 msgid "git update-server-info [--force]"
9521 msgstr ""
9523 #: builtin/update-server-info.c:14
9524 msgid "update the info files from scratch"
9525 msgstr ""
9527 #: builtin/verify-commit.c:17
9528 msgid "git verify-commit [-v|--verbose] <commit>..."
9529 msgstr ""
9531 #: builtin/verify-commit.c:75
9532 msgid "print commit contents"
9533 msgstr ""
9535 #: builtin/verify-pack.c:54
9536 msgid "git verify-pack [-v|--verbose] [-s|--stat-only] <pack>..."
9537 msgstr ""
9539 #: builtin/verify-pack.c:64
9540 msgid "verbose"
9541 msgstr ""
9543 #: builtin/verify-pack.c:66
9544 msgid "show statistics only"
9545 msgstr ""
9547 #: builtin/verify-tag.c:17
9548 msgid "git verify-tag [-v|--verbose] <tag>..."
9549 msgstr ""
9551 #: builtin/verify-tag.c:73
9552 msgid "print tag contents"
9553 msgstr ""
9555 #: builtin/write-tree.c:13
9556 msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
9557 msgstr ""
9559 #: builtin/write-tree.c:26
9560 msgid "<prefix>/"
9561 msgstr ""
9563 #: builtin/write-tree.c:27
9564 msgid "write tree object for a subdirectory <prefix>"
9565 msgstr ""
9567 #: builtin/write-tree.c:30
9568 msgid "only useful for debugging"
9569 msgstr ""
9571 #: credential-cache--daemon.c:267
9572 msgid "print debugging messages to stderr"
9573 msgstr ""
9575 #: git.c:14
9576 msgid ""
9577 "'git help -a' and 'git help -g' list available subcommands and some\n"
9578 "concept guides. See 'git help <command>' or 'git help <concept>'\n"
9579 "to read about a specific subcommand or concept."
9580 msgstr ""
9582 #: common-cmds.h:8
9583 msgid "Add file contents to the index"
9584 msgstr ""
9586 #: common-cmds.h:9
9587 msgid "Find by binary search the change that introduced a bug"
9588 msgstr ""
9590 #: common-cmds.h:10
9591 msgid "List, create, or delete branches"
9592 msgstr ""
9594 #: common-cmds.h:11
9595 msgid "Checkout a branch or paths to the working tree"
9596 msgstr ""
9598 #: common-cmds.h:12
9599 msgid "Clone a repository into a new directory"
9600 msgstr ""
9602 #: common-cmds.h:13
9603 msgid "Record changes to the repository"
9604 msgstr ""
9606 #: common-cmds.h:14
9607 msgid "Show changes between commits, commit and working tree, etc"
9608 msgstr ""
9610 #: common-cmds.h:15
9611 msgid "Download objects and refs from another repository"
9612 msgstr ""
9614 #: common-cmds.h:16
9615 msgid "Print lines matching a pattern"
9616 msgstr ""
9618 #: common-cmds.h:17
9619 msgid "Create an empty Git repository or reinitialize an existing one"
9620 msgstr ""
9622 #: common-cmds.h:18
9623 msgid "Show commit logs"
9624 msgstr ""
9626 #: common-cmds.h:19
9627 msgid "Join two or more development histories together"
9628 msgstr ""
9630 #: common-cmds.h:20
9631 msgid "Move or rename a file, a directory, or a symlink"
9632 msgstr ""
9634 #: common-cmds.h:21
9635 msgid "Fetch from and integrate with another repository or a local branch"
9636 msgstr ""
9638 #: common-cmds.h:22
9639 msgid "Update remote refs along with associated objects"
9640 msgstr ""
9642 #: common-cmds.h:23
9643 msgid "Forward-port local commits to the updated upstream head"
9644 msgstr ""
9646 #: common-cmds.h:24
9647 msgid "Reset current HEAD to the specified state"
9648 msgstr ""
9650 #: common-cmds.h:25
9651 msgid "Remove files from the working tree and from the index"
9652 msgstr ""
9654 #: common-cmds.h:26
9655 msgid "Show various types of objects"
9656 msgstr ""
9658 #: common-cmds.h:27
9659 msgid "Show the working tree status"
9660 msgstr ""
9662 #: common-cmds.h:28
9663 msgid "Create, list, delete or verify a tag object signed with GPG"
9664 msgstr ""
9666 #: parse-options.h:143
9667 msgid "expiry-date"
9668 msgstr ""
9670 #: parse-options.h:158
9671 msgid "no-op (backward compatibility)"
9672 msgstr ""
9674 #: parse-options.h:232
9675 msgid "be more verbose"
9676 msgstr ""
9678 #: parse-options.h:234
9679 msgid "be more quiet"
9680 msgstr ""
9682 #: parse-options.h:240
9683 msgid "use <n> digits to display SHA-1s"
9684 msgstr ""
9686 #: rerere.h:27
9687 msgid "update the index with reused conflict resolution if possible"
9688 msgstr ""
9690 #: git-am.sh:53
9691 msgid "You need to set your committer info first"
9692 msgstr ""
9694 #: git-am.sh:98
9695 msgid ""
9696 "You seem to have moved HEAD since the last 'am' failure.\n"
9697 "Not rewinding to ORIG_HEAD"
9698 msgstr ""
9700 #: git-am.sh:108
9701 #, sh-format
9702 msgid ""
9703 "When you have resolved this problem, run \"$cmdline --continue\".\n"
9704 "If you prefer to skip this patch, run \"$cmdline --skip\" instead.\n"
9705 "To restore the original branch and stop patching, run \"$cmdline --abort\"."
9706 msgstr ""
9708 #: git-am.sh:124
9709 msgid "Cannot fall back to three-way merge."
9710 msgstr ""
9712 #: git-am.sh:140
9713 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
9714 msgstr ""
9716 #: git-am.sh:142
9717 msgid "Using index info to reconstruct a base tree..."
9718 msgstr ""
9720 #: git-am.sh:157
9721 msgid ""
9722 "Did you hand edit your patch?\n"
9723 "It does not apply to blobs recorded in its index."
9724 msgstr ""
9726 #: git-am.sh:166
9727 msgid "Falling back to patching base and 3-way merge..."
9728 msgstr ""
9730 #: git-am.sh:182
9731 msgid "Failed to merge in the changes."
9732 msgstr ""
9734 #: git-am.sh:277
9735 msgid "Only one StGIT patch series can be applied at once"
9736 msgstr ""
9738 #: git-am.sh:364
9739 #, sh-format
9740 msgid "Patch format $patch_format is not supported."
9741 msgstr ""
9743 #: git-am.sh:366
9744 msgid "Patch format detection failed."
9745 msgstr ""
9747 #: git-am.sh:398
9748 msgid ""
9749 "The -b/--binary option has been a no-op for long time, and\n"
9750 "it will be removed. Please do not use it anymore."
9751 msgstr ""
9753 #: git-am.sh:496
9754 #, sh-format
9755 msgid "previous rebase directory $dotest still exists but mbox given."
9756 msgstr ""
9758 #: git-am.sh:501
9759 msgid "Please make up your mind. --skip or --abort?"
9760 msgstr ""
9762 #: git-am.sh:537
9763 #, sh-format
9764 msgid ""
9765 "Stray $dotest directory found.\n"
9766 "Use \"git am --abort\" to remove it."
9767 msgstr ""
9769 #: git-am.sh:545
9770 msgid "Resolve operation not in progress, we are not resuming."
9771 msgstr ""
9773 #: git-am.sh:612
9774 #, sh-format
9775 msgid "Dirty index: cannot apply patches (dirty: $files)"
9776 msgstr ""
9778 #: git-am.sh:722
9779 #, sh-format
9780 msgid ""
9781 "Patch is empty.  Was it split wrong?\n"
9782 "If you would prefer to skip this patch, instead run \"$cmdline --skip\".\n"
9783 "To restore the original branch and stop patching run \"$cmdline --abort\"."
9784 msgstr ""
9786 #: git-am.sh:749
9787 msgid "Patch does not have a valid e-mail address."
9788 msgstr ""
9790 #: git-am.sh:796
9791 msgid "cannot be interactive without stdin connected to a terminal."
9792 msgstr ""
9794 #: git-am.sh:800
9795 msgid "Commit Body is:"
9796 msgstr ""
9798 #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
9799 #. in your translation. The program will only accept English
9800 #. input at this point.
9801 #: git-am.sh:807
9802 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "
9803 msgstr ""
9805 #: git-am.sh:843
9806 #, sh-format
9807 msgid "Applying: $FIRSTLINE"
9808 msgstr ""
9810 #: git-am.sh:864
9811 msgid ""
9812 "No changes - did you forget to use 'git add'?\n"
9813 "If there is nothing left to stage, chances are that something else\n"
9814 "already introduced the same changes; you might want to skip this patch."
9815 msgstr ""
9817 #: git-am.sh:872
9818 msgid ""
9819 "You still have unmerged paths in your index\n"
9820 "did you forget to use 'git add'?"
9821 msgstr ""
9823 #: git-am.sh:888
9824 msgid "No changes -- Patch already applied."
9825 msgstr ""
9827 #: git-am.sh:898
9828 #, sh-format
9829 msgid "Patch failed at $msgnum $FIRSTLINE"
9830 msgstr ""
9832 #: git-am.sh:901
9833 #, sh-format
9834 msgid ""
9835 "The copy of the patch that failed is found in:\n"
9836 "   $dotest/patch"
9837 msgstr ""
9839 #: git-am.sh:919
9840 msgid "applying to an empty history"
9841 msgstr ""
9843 #: git-bisect.sh:48
9844 msgid "You need to start by \"git bisect start\""
9845 msgstr ""
9847 #. TRANSLATORS: Make sure to include [Y] and [n] in your
9848 #. translation. The program will only accept English input
9849 #. at this point.
9850 #: git-bisect.sh:54
9851 msgid "Do you want me to do it for you [Y/n]? "
9852 msgstr ""
9854 #: git-bisect.sh:95
9855 #, sh-format
9856 msgid "unrecognised option: '$arg'"
9857 msgstr ""
9859 #: git-bisect.sh:99
9860 #, sh-format
9861 msgid "'$arg' does not appear to be a valid revision"
9862 msgstr ""
9864 #: git-bisect.sh:117
9865 msgid "Bad HEAD - I need a HEAD"
9866 msgstr ""
9868 #: git-bisect.sh:130
9869 #, sh-format
9870 msgid ""
9871 "Checking out '$start_head' failed. Try 'git bisect reset <validbranch>'."
9872 msgstr ""
9874 #: git-bisect.sh:140
9875 msgid "won't bisect on cg-seek'ed tree"
9876 msgstr ""
9878 #: git-bisect.sh:144
9879 msgid "Bad HEAD - strange symbolic ref"
9880 msgstr ""
9882 #: git-bisect.sh:189
9883 #, sh-format
9884 msgid "Bad bisect_write argument: $state"
9885 msgstr ""
9887 #: git-bisect.sh:218
9888 #, sh-format
9889 msgid "Bad rev input: $arg"
9890 msgstr ""
9892 #: git-bisect.sh:232
9893 msgid "Please call 'bisect_state' with at least one argument."
9894 msgstr ""
9896 #: git-bisect.sh:244
9897 #, sh-format
9898 msgid "Bad rev input: $rev"
9899 msgstr ""
9901 #: git-bisect.sh:253
9902 msgid "'git bisect bad' can take only one argument."
9903 msgstr ""
9905 #: git-bisect.sh:276
9906 msgid "Warning: bisecting only with a bad commit."
9907 msgstr ""
9909 #. TRANSLATORS: Make sure to include [Y] and [n] in your
9910 #. translation. The program will only accept English input
9911 #. at this point.
9912 #: git-bisect.sh:282
9913 msgid "Are you sure [Y/n]? "
9914 msgstr ""
9916 #: git-bisect.sh:292
9917 msgid ""
9918 "You need to give me at least one good and one bad revision.\n"
9919 "(You can use \"git bisect bad\" and \"git bisect good\" for that.)"
9920 msgstr ""
9922 #: git-bisect.sh:295
9923 msgid ""
9924 "You need to start by \"git bisect start\".\n"
9925 "You then need to give me at least one good and one bad revision.\n"
9926 "(You can use \"git bisect bad\" and \"git bisect good\" for that.)"
9927 msgstr ""
9929 #: git-bisect.sh:366 git-bisect.sh:493
9930 msgid "We are not bisecting."
9931 msgstr ""
9933 #: git-bisect.sh:373
9934 #, sh-format
9935 msgid "'$invalid' is not a valid commit"
9936 msgstr ""
9938 #: git-bisect.sh:382
9939 #, sh-format
9940 msgid ""
9941 "Could not check out original HEAD '$branch'.\n"
9942 "Try 'git bisect reset <commit>'."
9943 msgstr ""
9945 #: git-bisect.sh:409
9946 msgid "No logfile given"
9947 msgstr ""
9949 #: git-bisect.sh:410
9950 #, sh-format
9951 msgid "cannot read $file for replaying"
9952 msgstr ""
9954 #: git-bisect.sh:427
9955 msgid "?? what are you talking about?"
9956 msgstr ""
9958 #: git-bisect.sh:439
9959 #, sh-format
9960 msgid "running $command"
9961 msgstr ""
9963 #: git-bisect.sh:446
9964 #, sh-format
9965 msgid ""
9966 "bisect run failed:\n"
9967 "exit code $res from '$command' is < 0 or >= 128"
9968 msgstr ""
9970 #: git-bisect.sh:472
9971 msgid "bisect run cannot continue any more"
9972 msgstr ""
9974 #: git-bisect.sh:478
9975 #, sh-format
9976 msgid ""
9977 "bisect run failed:\n"
9978 "'bisect_state $state' exited with error code $res"
9979 msgstr ""
9981 #: git-bisect.sh:485
9982 msgid "bisect run success"
9983 msgstr ""
9985 #: git-pull.sh:21
9986 msgid ""
9987 "Pull is not possible because you have unmerged files.\n"
9988 "Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"
9989 "as appropriate to mark resolution and make a commit."
9990 msgstr ""
9992 #: git-pull.sh:25
9993 msgid "Pull is not possible because you have unmerged files."
9994 msgstr ""
9996 #: git-pull.sh:31
9997 msgid ""
9998 "You have not concluded your merge (MERGE_HEAD exists).\n"
9999 "Please, commit your changes before you can merge."
10000 msgstr ""
10002 #: git-pull.sh:245
10003 msgid "updating an unborn branch with changes added to the index"
10004 msgstr ""
10006 #: git-pull.sh:269
10007 #, sh-format
10008 msgid ""
10009 "Warning: fetch updated the current branch head.\n"
10010 "Warning: fast-forwarding your working tree from\n"
10011 "Warning: commit $orig_head."
10012 msgstr ""
10014 #: git-pull.sh:294
10015 msgid "Cannot merge multiple branches into empty head"
10016 msgstr ""
10018 #: git-pull.sh:298
10019 msgid "Cannot rebase onto multiple branches"
10020 msgstr ""
10022 #: git-rebase.sh:57
10023 msgid ""
10024 "When you have resolved this problem, run \"git rebase --continue\".\n"
10025 "If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"
10026 "To check out the original branch and stop rebasing, run \"git rebase --abort"
10027 "\"."
10028 msgstr ""
10030 #: git-rebase.sh:165
10031 msgid "Applied autostash."
10032 msgstr ""
10034 #: git-rebase.sh:168
10035 #, sh-format
10036 msgid "Cannot store $stash_sha1"
10037 msgstr ""
10039 #: git-rebase.sh:169
10040 msgid ""
10041 "Applying autostash resulted in conflicts.\n"
10042 "Your changes are safe in the stash.\n"
10043 "You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
10044 msgstr ""
10046 #: git-rebase.sh:208
10047 msgid "The pre-rebase hook refused to rebase."
10048 msgstr ""
10050 #: git-rebase.sh:213
10051 msgid "It looks like git-am is in progress. Cannot rebase."
10052 msgstr ""
10054 #: git-rebase.sh:351
10055 msgid "The --exec option must be used with the --interactive option"
10056 msgstr ""
10058 #: git-rebase.sh:356
10059 msgid "No rebase in progress?"
10060 msgstr ""
10062 #: git-rebase.sh:367
10063 msgid "The --edit-todo action can only be used during interactive rebase."
10064 msgstr ""
10066 #: git-rebase.sh:374
10067 msgid "Cannot read HEAD"
10068 msgstr ""
10070 #: git-rebase.sh:377
10071 msgid ""
10072 "You must edit all merge conflicts and then\n"
10073 "mark them as resolved using git add"
10074 msgstr ""
10076 #: git-rebase.sh:395
10077 #, sh-format
10078 msgid "Could not move back to $head_name"
10079 msgstr ""
10081 #: git-rebase.sh:414
10082 #, sh-format
10083 msgid ""
10084 "It seems that there is already a $state_dir_base directory, and\n"
10085 "I wonder if you are in the middle of another rebase.  If that is the\n"
10086 "case, please try\n"
10087 "\t$cmd_live_rebase\n"
10088 "If that is not the case, please\n"
10089 "\t$cmd_clear_stale_rebase\n"
10090 "and run me again.  I am stopping in case you still have something\n"
10091 "valuable there."
10092 msgstr ""
10094 #: git-rebase.sh:465
10095 #, sh-format
10096 msgid "invalid upstream $upstream_name"
10097 msgstr ""
10099 #: git-rebase.sh:489
10100 #, sh-format
10101 msgid "$onto_name: there are more than one merge bases"
10102 msgstr ""
10104 #: git-rebase.sh:492 git-rebase.sh:496
10105 #, sh-format
10106 msgid "$onto_name: there is no merge base"
10107 msgstr ""
10109 #: git-rebase.sh:501
10110 #, sh-format
10111 msgid "Does not point to a valid commit: $onto_name"
10112 msgstr ""
10114 #: git-rebase.sh:524
10115 #, sh-format
10116 msgid "fatal: no such branch: $branch_name"
10117 msgstr ""
10119 #: git-rebase.sh:557
10120 msgid "Cannot autostash"
10121 msgstr ""
10123 #: git-rebase.sh:562
10124 #, sh-format
10125 msgid "Created autostash: $stash_abbrev"
10126 msgstr ""
10128 #: git-rebase.sh:566
10129 msgid "Please commit or stash them."
10130 msgstr ""
10132 #: git-rebase.sh:586
10133 #, sh-format
10134 msgid "Current branch $branch_name is up to date."
10135 msgstr ""
10137 #: git-rebase.sh:590
10138 #, sh-format
10139 msgid "Current branch $branch_name is up to date, rebase forced."
10140 msgstr ""
10142 #: git-rebase.sh:601
10143 #, sh-format
10144 msgid "Changes from $mb to $onto:"
10145 msgstr ""
10147 #: git-rebase.sh:610
10148 msgid "First, rewinding head to replay your work on top of it..."
10149 msgstr ""
10151 #: git-rebase.sh:620
10152 #, sh-format
10153 msgid "Fast-forwarded $branch_name to $onto_name."
10154 msgstr ""
10156 #: git-stash.sh:51
10157 msgid "git stash clear with parameters is unimplemented"
10158 msgstr ""
10160 #: git-stash.sh:74
10161 msgid "You do not have the initial commit yet"
10162 msgstr ""
10164 #: git-stash.sh:89
10165 msgid "Cannot save the current index state"
10166 msgstr ""
10168 #: git-stash.sh:124 git-stash.sh:137
10169 msgid "Cannot save the current worktree state"
10170 msgstr ""
10172 #: git-stash.sh:141
10173 msgid "No changes selected"
10174 msgstr ""
10176 #: git-stash.sh:144
10177 msgid "Cannot remove temporary index (can't happen)"
10178 msgstr ""
10180 #: git-stash.sh:157
10181 msgid "Cannot record working tree state"
10182 msgstr ""
10184 #: git-stash.sh:191
10185 #, sh-format
10186 msgid "Cannot update $ref_stash with $w_commit"
10187 msgstr ""
10189 #. TRANSLATORS: $option is an invalid option, like
10190 #. `--blah-blah'. The 7 spaces at the beginning of the
10191 #. second line correspond to "error: ". So you should line
10192 #. up the second line with however many characters the
10193 #. translation of "error: " takes in your language. E.g. in
10194 #. English this is:
10196 #. $ git stash save --blah-blah 2>&1 | head -n 2
10197 #. error: unknown option for 'stash save': --blah-blah
10198 #. To provide a message, use git stash save -- '--blah-blah'
10199 #: git-stash.sh:238
10200 #, sh-format
10201 msgid ""
10202 "error: unknown option for 'stash save': $option\n"
10203 "       To provide a message, use git stash save -- '$option'"
10204 msgstr ""
10206 #: git-stash.sh:259
10207 msgid "No local changes to save"
10208 msgstr ""
10210 #: git-stash.sh:263
10211 msgid "Cannot initialize stash"
10212 msgstr ""
10214 #: git-stash.sh:267
10215 msgid "Cannot save the current status"
10216 msgstr ""
10218 #: git-stash.sh:285
10219 msgid "Cannot remove worktree changes"
10220 msgstr ""
10222 #: git-stash.sh:384
10223 msgid "No stash found."
10224 msgstr ""
10226 #: git-stash.sh:391
10227 #, sh-format
10228 msgid "Too many revisions specified: $REV"
10229 msgstr ""
10231 #: git-stash.sh:397
10232 #, sh-format
10233 msgid "$reference is not a valid reference"
10234 msgstr ""
10236 #: git-stash.sh:425
10237 #, sh-format
10238 msgid "'$args' is not a stash-like commit"
10239 msgstr ""
10241 #: git-stash.sh:436
10242 #, sh-format
10243 msgid "'$args' is not a stash reference"
10244 msgstr ""
10246 #: git-stash.sh:444
10247 msgid "unable to refresh index"
10248 msgstr ""
10250 #: git-stash.sh:448
10251 msgid "Cannot apply a stash in the middle of a merge"
10252 msgstr ""
10254 #: git-stash.sh:456
10255 msgid "Conflicts in index. Try without --index."
10256 msgstr ""
10258 #: git-stash.sh:458
10259 msgid "Could not save index tree"
10260 msgstr ""
10262 #: git-stash.sh:492
10263 msgid "Cannot unstage modified files"
10264 msgstr ""
10266 #: git-stash.sh:507
10267 msgid "Index was not unstashed."
10268 msgstr ""
10270 #: git-stash.sh:530
10271 #, sh-format
10272 msgid "Dropped ${REV} ($s)"
10273 msgstr ""
10275 #: git-stash.sh:531
10276 #, sh-format
10277 msgid "${REV}: Could not drop stash entry"
10278 msgstr ""
10280 #: git-stash.sh:539
10281 msgid "No branch name specified"
10282 msgstr ""
10284 #: git-stash.sh:611
10285 msgid "(To restore them type \"git stash apply\")"
10286 msgstr ""
10288 #: git-submodule.sh:95
10289 #, sh-format
10290 msgid "cannot strip one component off url '$remoteurl'"
10291 msgstr ""
10293 #: git-submodule.sh:237
10294 #, sh-format
10295 msgid "No submodule mapping found in .gitmodules for path '$sm_path'"
10296 msgstr ""
10298 #: git-submodule.sh:287
10299 #, sh-format
10300 msgid "Clone of '$url' into submodule path '$sm_path' failed"
10301 msgstr ""
10303 #: git-submodule.sh:296
10304 #, sh-format
10305 msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"
10306 msgstr ""
10308 #: git-submodule.sh:406
10309 msgid "Relative path can only be used from the toplevel of the working tree"
10310 msgstr ""
10312 #: git-submodule.sh:416
10313 #, sh-format
10314 msgid "repo URL: '$repo' must be absolute or begin with ./|../"
10315 msgstr ""
10317 #: git-submodule.sh:433
10318 #, sh-format
10319 msgid "'$sm_path' already exists in the index"
10320 msgstr ""
10322 #: git-submodule.sh:437
10323 #, sh-format
10324 msgid ""
10325 "The following path is ignored by one of your .gitignore files:\n"
10326 "$sm_path\n"
10327 "Use -f if you really want to add it."
10328 msgstr ""
10330 #: git-submodule.sh:455
10331 #, sh-format
10332 msgid "Adding existing repo at '$sm_path' to the index"
10333 msgstr ""
10335 #: git-submodule.sh:457
10336 #, sh-format
10337 msgid "'$sm_path' already exists and is not a valid git repo"
10338 msgstr ""
10340 #: git-submodule.sh:465
10341 #, sh-format
10342 msgid "A git directory for '$sm_name' is found locally with remote(s):"
10343 msgstr ""
10345 #: git-submodule.sh:467
10346 #, sh-format
10347 msgid ""
10348 "If you want to reuse this local git directory instead of cloning again from"
10349 msgstr ""
10351 #: git-submodule.sh:469
10352 #, sh-format
10353 msgid ""
10354 "use the '--force' option. If the local git directory is not the correct repo"
10355 msgstr ""
10357 #: git-submodule.sh:470
10358 #, sh-format
10359 msgid ""
10360 "or you are unsure what this means choose another name with the '--name' "
10361 "option."
10362 msgstr ""
10364 #: git-submodule.sh:472
10365 #, sh-format
10366 msgid "Reactivating local git directory for submodule '$sm_name'."
10367 msgstr ""
10369 #: git-submodule.sh:484
10370 #, sh-format
10371 msgid "Unable to checkout submodule '$sm_path'"
10372 msgstr ""
10374 #: git-submodule.sh:489
10375 #, sh-format
10376 msgid "Failed to add submodule '$sm_path'"
10377 msgstr ""
10379 #: git-submodule.sh:498
10380 #, sh-format
10381 msgid "Failed to register submodule '$sm_path'"
10382 msgstr ""
10384 #: git-submodule.sh:542
10385 #, sh-format
10386 msgid "Entering '$prefix$displaypath'"
10387 msgstr ""
10389 #: git-submodule.sh:562
10390 #, sh-format
10391 msgid "Stopping at '$prefix$displaypath'; script returned non-zero status."
10392 msgstr ""
10394 #: git-submodule.sh:608
10395 #, sh-format
10396 msgid "No url found for submodule path '$displaypath' in .gitmodules"
10397 msgstr ""
10399 #: git-submodule.sh:617
10400 #, sh-format
10401 msgid "Failed to register url for submodule path '$displaypath'"
10402 msgstr ""
10404 #: git-submodule.sh:619
10405 #, sh-format
10406 msgid "Submodule '$name' ($url) registered for path '$displaypath'"
10407 msgstr ""
10409 #: git-submodule.sh:636
10410 #, sh-format
10411 msgid "Failed to register update mode for submodule path '$displaypath'"
10412 msgstr ""
10414 #: git-submodule.sh:674
10415 #, sh-format
10416 msgid "Use '.' if you really want to deinitialize all submodules"
10417 msgstr ""
10419 #: git-submodule.sh:691
10420 #, sh-format
10421 msgid "Submodule work tree '$displaypath' contains a .git directory"
10422 msgstr ""
10424 #: git-submodule.sh:692
10425 #, sh-format
10426 msgid ""
10427 "(use 'rm -rf' if you really want to remove it including all of its history)"
10428 msgstr ""
10430 #: git-submodule.sh:698
10431 #, sh-format
10432 msgid ""
10433 "Submodule work tree '$displaypath' contains local modifications; use '-f' to "
10434 "discard them"
10435 msgstr ""
10437 #: git-submodule.sh:701
10438 #, sh-format
10439 msgid "Cleared directory '$displaypath'"
10440 msgstr ""
10442 #: git-submodule.sh:702
10443 #, sh-format
10444 msgid "Could not remove submodule work tree '$displaypath'"
10445 msgstr ""
10447 #: git-submodule.sh:705
10448 #, sh-format
10449 msgid "Could not create empty submodule directory '$displaypath'"
10450 msgstr ""
10452 #: git-submodule.sh:714
10453 #, sh-format
10454 msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"
10455 msgstr ""
10457 #: git-submodule.sh:830
10458 #, sh-format
10459 msgid ""
10460 "Submodule path '$displaypath' not initialized\n"
10461 "Maybe you want to use 'update --init'?"
10462 msgstr ""
10464 #: git-submodule.sh:843
10465 #, sh-format
10466 msgid "Unable to find current revision in submodule path '$displaypath'"
10467 msgstr ""
10469 #: git-submodule.sh:852
10470 #, sh-format
10471 msgid "Unable to fetch in submodule path '$sm_path'"
10472 msgstr ""
10474 #: git-submodule.sh:876
10475 #, sh-format
10476 msgid "Unable to fetch in submodule path '$displaypath'"
10477 msgstr ""
10479 #: git-submodule.sh:890
10480 #, sh-format
10481 msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
10482 msgstr ""
10484 #: git-submodule.sh:891
10485 #, sh-format
10486 msgid "Submodule path '$displaypath': checked out '$sha1'"
10487 msgstr ""
10489 #: git-submodule.sh:895
10490 #, sh-format
10491 msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
10492 msgstr ""
10494 #: git-submodule.sh:896
10495 #, sh-format
10496 msgid "Submodule path '$displaypath': rebased into '$sha1'"
10497 msgstr ""
10499 #: git-submodule.sh:901
10500 #, sh-format
10501 msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
10502 msgstr ""
10504 #: git-submodule.sh:902
10505 #, sh-format
10506 msgid "Submodule path '$displaypath': merged in '$sha1'"
10507 msgstr ""
10509 #: git-submodule.sh:907
10510 #, sh-format
10511 msgid ""
10512 "Execution of '$command $sha1' failed in submodule  path '$prefix$sm_path'"
10513 msgstr ""
10515 #: git-submodule.sh:908
10516 #, sh-format
10517 msgid "Submodule path '$prefix$sm_path': '$command $sha1'"
10518 msgstr ""
10520 #: git-submodule.sh:938
10521 #, sh-format
10522 msgid "Failed to recurse into submodule path '$displaypath'"
10523 msgstr ""
10525 #: git-submodule.sh:1046
10526 msgid "The --cached option cannot be used with the --files option"
10527 msgstr ""
10529 #: git-submodule.sh:1098
10530 #, sh-format
10531 msgid "unexpected mode $mod_dst"
10532 msgstr ""
10534 #: git-submodule.sh:1118
10535 #, sh-format
10536 msgid "  Warn: $display_name doesn't contain commit $sha1_src"
10537 msgstr ""
10539 #: git-submodule.sh:1121
10540 #, sh-format
10541 msgid "  Warn: $display_name doesn't contain commit $sha1_dst"
10542 msgstr ""
10544 #: git-submodule.sh:1124
10545 #, sh-format
10546 msgid "  Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
10547 msgstr ""
10549 #: git-submodule.sh:1149
10550 msgid "blob"
10551 msgstr ""
10553 #: git-submodule.sh:1267
10554 #, sh-format
10555 msgid "Failed to recurse into submodule path '$sm_path'"
10556 msgstr ""
10558 #: git-submodule.sh:1331
10559 #, sh-format
10560 msgid "Synchronizing submodule url for '$displaypath'"
10561 msgstr ""