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