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