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