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