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