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