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