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