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