]> git.ipfire.org Git - thirdparty/git.git/blame - po/git.pot
l10n: git.pot: v2.13.0 round 2 (4 new, 7 removed)
[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"
28e1aaa4 11"POT-Creation-Date: 2017-05-05 09:35+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
5e078fcd 21#: advice.c:55
dce37b66
JX
22#, c-format
23msgid "hint: %.*s\n"
24msgstr ""
25
9fa976ff
JX
26#: advice.c:83
27msgid "Cherry-picking is not possible because you have unmerged files."
28msgstr ""
29
30#: advice.c:85
31msgid "Committing is not possible because you have unmerged files."
32msgstr ""
33
34#: advice.c:87
35msgid "Merging is not possible because you have unmerged files."
36msgstr ""
37
38#: advice.c:89
39msgid "Pulling is not possible because you have unmerged files."
40msgstr ""
41
42#: advice.c:91
43msgid "Reverting is not possible because you have unmerged files."
44msgstr ""
45
46#: advice.c:93
47#, c-format
48msgid "It is not possible to %s because you have unmerged files."
49msgstr ""
50
51#: advice.c:101
dce37b66 52msgid ""
fe05e196 53"Fix them up in the work tree, and then use 'git add/rm <file>'\n"
d07a63e4 54"as appropriate to mark resolution and make a commit."
dce37b66
JX
55msgstr ""
56
9fa976ff
JX
57#: advice.c:109
58msgid "Exiting because of an unresolved conflict."
59msgstr ""
60
dfc182b1 61#: advice.c:114 builtin/merge.c:1185
df0617bf
JX
62msgid "You have not concluded your merge (MERGE_HEAD exists)."
63msgstr ""
64
9fa976ff 65#: advice.c:116
f4f2c8f8 66msgid "Please, commit your changes before merging."
df0617bf
JX
67msgstr ""
68
9fa976ff 69#: advice.c:117
df0617bf 70msgid "Exiting because of unfinished merge."
cc76011e
JX
71msgstr ""
72
9fa976ff
JX
73#: advice.c:123
74#, c-format
75msgid ""
76"Note: checking out '%s'.\n"
77"\n"
78"You are in 'detached HEAD' state. You can look around, make experimental\n"
79"changes and commit them, and you can discard any commits you make in this\n"
80"state without impacting any branches by performing another checkout.\n"
81"\n"
82"If you want to create a new branch to retain commits you create, you may\n"
83"do so (now or later) by using -b with the checkout command again. Example:\n"
84"\n"
85" git checkout -b <new-branch-name>\n"
86"\n"
87msgstr ""
88
fda7b092
JX
89#: apply.c:57
90#, c-format
91msgid "unrecognized whitespace option '%s'"
cc76011e
JX
92msgstr ""
93
fda7b092
JX
94#: apply.c:73
95#, c-format
96msgid "unrecognized whitespace ignore option '%s'"
df0617bf
JX
97msgstr ""
98
fda7b092
JX
99#: apply.c:125
100msgid "--reject and --3way cannot be used together."
cc76011e
JX
101msgstr ""
102
fda7b092
JX
103#: apply.c:127
104msgid "--cached and --3way cannot be used together."
cc76011e
JX
105msgstr ""
106
fda7b092
JX
107#: apply.c:130
108msgid "--3way outside a repository"
727b9576
JX
109msgstr ""
110
fda7b092
JX
111#: apply.c:141
112msgid "--index outside a repository"
cc76011e
JX
113msgstr ""
114
fda7b092
JX
115#: apply.c:144
116msgid "--cached outside a repository"
cc76011e
JX
117msgstr ""
118
fda7b092
JX
119#: apply.c:845
120#, c-format
121msgid "Cannot prepare timestamp regexp %s"
cc76011e
JX
122msgstr ""
123
fda7b092
JX
124#: apply.c:854
125#, c-format
126msgid "regexec returned %d for input: %s"
cc76011e
JX
127msgstr ""
128
fda7b092
JX
129#: apply.c:938
130#, c-format
131msgid "unable to find filename in patch at line %d"
cc76011e
JX
132msgstr ""
133
fda7b092
JX
134#: apply.c:977
135#, c-format
136msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
cc76011e
JX
137msgstr ""
138
fda7b092
JX
139#: apply.c:983
140#, c-format
141msgid "git apply: bad git-diff - inconsistent new filename on line %d"
cc76011e
JX
142msgstr ""
143
fda7b092
JX
144#: apply.c:984
145#, c-format
146msgid "git apply: bad git-diff - inconsistent old filename on line %d"
cc76011e
JX
147msgstr ""
148
fda7b092
JX
149#: apply.c:990
150#, c-format
151msgid "git apply: bad git-diff - expected /dev/null on line %d"
cc76011e
JX
152msgstr ""
153
fda7b092
JX
154#: apply.c:1488
155#, c-format
156msgid "recount: unexpected line: %.*s"
cc76011e
JX
157msgstr ""
158
fda7b092
JX
159#: apply.c:1557
160#, c-format
161msgid "patch fragment without header at line %d: %.*s"
cc76011e
JX
162msgstr ""
163
fda7b092
JX
164#: apply.c:1577
165#, c-format
166msgid ""
167"git diff header lacks filename information when removing %d leading pathname "
168"component (line %d)"
169msgid_plural ""
170"git diff header lacks filename information when removing %d leading pathname "
171"components (line %d)"
172msgstr[0] ""
173msgstr[1] ""
cc76011e 174
fda7b092
JX
175#: apply.c:1589
176#, c-format
177msgid "git diff header lacks filename information (line %d)"
cc76011e
JX
178msgstr ""
179
fda7b092
JX
180#: apply.c:1759
181msgid "new file depends on old contents"
cc76011e
JX
182msgstr ""
183
fda7b092
JX
184#: apply.c:1761
185msgid "deleted file still has contents"
cc76011e
JX
186msgstr ""
187
fda7b092
JX
188#: apply.c:1795
189#, c-format
190msgid "corrupt patch at line %d"
cc76011e
JX
191msgstr ""
192
fda7b092
JX
193#: apply.c:1832
194#, c-format
195msgid "new file %s depends on old contents"
9fa976ff
JX
196msgstr ""
197
fda7b092
JX
198#: apply.c:1834
199#, c-format
200msgid "deleted file %s still has contents"
9fa976ff
JX
201msgstr ""
202
fda7b092
JX
203#: apply.c:1837
204#, c-format
205msgid "** warning: file %s becomes empty but is not deleted"
9fa976ff
JX
206msgstr ""
207
fda7b092 208#: apply.c:1984
9fa976ff 209#, c-format
fda7b092 210msgid "corrupt binary patch at line %d: %.*s"
9fa976ff
JX
211msgstr ""
212
fda7b092 213#: apply.c:2021
9fa976ff 214#, c-format
fda7b092 215msgid "unrecognized binary patch at line %d"
9fa976ff
JX
216msgstr ""
217
fda7b092
JX
218#: apply.c:2182
219#, c-format
220msgid "patch with only garbage at line %d"
fe52cd62
JX
221msgstr ""
222
a4d94835 223#: apply.c:2265
9fa976ff 224#, c-format
fda7b092 225msgid "unable to read symlink %s"
9fa976ff
JX
226msgstr ""
227
a4d94835 228#: apply.c:2269
9fa976ff 229#, c-format
fda7b092 230msgid "unable to open or read %s"
9fa976ff
JX
231msgstr ""
232
a4d94835 233#: apply.c:2922
9fa976ff 234#, c-format
fda7b092 235msgid "invalid start of line: '%c'"
9fa976ff
JX
236msgstr ""
237
a4d94835 238#: apply.c:3041
9fa976ff 239#, c-format
fda7b092
JX
240msgid "Hunk #%d succeeded at %d (offset %d line)."
241msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
242msgstr[0] ""
243msgstr[1] ""
244
a4d94835 245#: apply.c:3053
fda7b092
JX
246#, c-format
247msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
9fa976ff
JX
248msgstr ""
249
a4d94835 250#: apply.c:3059
9fa976ff
JX
251#, c-format
252msgid ""
fda7b092
JX
253"while searching for:\n"
254"%.*s"
9fa976ff
JX
255msgstr ""
256
a4d94835 257#: apply.c:3081
9fa976ff 258#, c-format
fda7b092 259msgid "missing binary patch data for '%s'"
9fa976ff
JX
260msgstr ""
261
a4d94835 262#: apply.c:3089
9fa976ff 263#, c-format
fda7b092 264msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
9fa976ff
JX
265msgstr ""
266
a4d94835 267#: apply.c:3135
9fa976ff 268#, c-format
fda7b092 269msgid "cannot apply binary patch to '%s' without full index line"
9fa976ff
JX
270msgstr ""
271
a4d94835 272#: apply.c:3145
9fa976ff
JX
273#, c-format
274msgid ""
fda7b092 275"the patch applies to '%s' (%s), which does not match the current contents."
9fa976ff
JX
276msgstr ""
277
a4d94835 278#: apply.c:3153
9fa976ff 279#, c-format
fda7b092 280msgid "the patch applies to an empty '%s' but it is not empty"
9fa976ff
JX
281msgstr ""
282
a4d94835 283#: apply.c:3171
9fa976ff 284#, c-format
fda7b092 285msgid "the necessary postimage %s for '%s' cannot be read"
9fa976ff
JX
286msgstr ""
287
a4d94835 288#: apply.c:3184
9fa976ff 289#, c-format
fda7b092 290msgid "binary patch does not apply to '%s'"
9fa976ff
JX
291msgstr ""
292
a4d94835 293#: apply.c:3190
9fa976ff 294#, c-format
fda7b092 295msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
9fa976ff
JX
296msgstr ""
297
a4d94835 298#: apply.c:3211
fda7b092
JX
299#, c-format
300msgid "patch failed: %s:%ld"
9fa976ff
JX
301msgstr ""
302
a4d94835 303#: apply.c:3333
9fa976ff 304#, c-format
fda7b092 305msgid "cannot checkout %s"
9fa976ff
JX
306msgstr ""
307
dfc182b1 308#: apply.c:3381 apply.c:3392 apply.c:3438 setup.c:253
9fa976ff 309#, c-format
fda7b092 310msgid "failed to read %s"
9fa976ff
JX
311msgstr ""
312
a4d94835 313#: apply.c:3389
9fa976ff 314#, c-format
fda7b092
JX
315msgid "reading from '%s' beyond a symbolic link"
316msgstr ""
9fa976ff 317
a4d94835 318#: apply.c:3418 apply.c:3658
9fa976ff 319#, c-format
fda7b092
JX
320msgid "path %s has been renamed/deleted"
321msgstr ""
9fa976ff 322
a4d94835 323#: apply.c:3501 apply.c:3672
9eb3984b 324#, c-format
fda7b092 325msgid "%s: does not exist in index"
9eb3984b
JX
326msgstr ""
327
a4d94835 328#: apply.c:3510 apply.c:3680
c6bc7d43 329#, c-format
fda7b092 330msgid "%s: does not match index"
c6bc7d43
JX
331msgstr ""
332
a4d94835 333#: apply.c:3545
fda7b092 334msgid "repository lacks the necessary blob to fall back on 3-way merge."
c6bc7d43
JX
335msgstr ""
336
a4d94835 337#: apply.c:3548
c6bc7d43 338#, c-format
fda7b092 339msgid "Falling back to three-way merge...\n"
c6bc7d43
JX
340msgstr ""
341
a4d94835 342#: apply.c:3564 apply.c:3568
c6bc7d43 343#, c-format
fda7b092 344msgid "cannot read the current contents of '%s'"
c6bc7d43
JX
345msgstr ""
346
a4d94835 347#: apply.c:3580
c6bc7d43 348#, c-format
fda7b092 349msgid "Failed to fall back on three-way merge...\n"
c6bc7d43
JX
350msgstr ""
351
a4d94835 352#: apply.c:3594
c6bc7d43 353#, c-format
fda7b092 354msgid "Applied patch to '%s' with conflicts.\n"
c6bc7d43
JX
355msgstr ""
356
a4d94835 357#: apply.c:3599
c6bc7d43 358#, c-format
fda7b092 359msgid "Applied patch to '%s' cleanly.\n"
c6bc7d43
JX
360msgstr ""
361
a4d94835 362#: apply.c:3625
fda7b092 363msgid "removal patch leaves file contents"
c6bc7d43
JX
364msgstr ""
365
a4d94835 366#: apply.c:3697
c6bc7d43 367#, c-format
fda7b092 368msgid "%s: wrong type"
c6bc7d43
JX
369msgstr ""
370
a4d94835 371#: apply.c:3699
fda7b092
JX
372#, c-format
373msgid "%s has type %o, expected %o"
9eb3984b
JX
374msgstr ""
375
a4d94835 376#: apply.c:3850 apply.c:3852
c6bc7d43 377#, c-format
fda7b092 378msgid "invalid path '%s'"
c6bc7d43
JX
379msgstr ""
380
a4d94835 381#: apply.c:3908
c6bc7d43 382#, c-format
fda7b092 383msgid "%s: already exists in index"
c6bc7d43
JX
384msgstr ""
385
a4d94835 386#: apply.c:3911
c6bc7d43 387#, c-format
fda7b092 388msgid "%s: already exists in working directory"
c6bc7d43
JX
389msgstr ""
390
a4d94835 391#: apply.c:3931
fda7b092
JX
392#, c-format
393msgid "new mode (%o) of %s does not match old mode (%o)"
c6bc7d43
JX
394msgstr ""
395
a4d94835 396#: apply.c:3936
c138af56 397#, c-format
fda7b092 398msgid "new mode (%o) of %s does not match old mode (%o) of %s"
c138af56
JX
399msgstr ""
400
a4d94835 401#: apply.c:3956
c138af56 402#, c-format
fda7b092 403msgid "affected file '%s' is beyond a symbolic link"
c138af56
JX
404msgstr ""
405
a4d94835 406#: apply.c:3960
fda7b092
JX
407#, c-format
408msgid "%s: patch does not apply"
c138af56
JX
409msgstr ""
410
a4d94835 411#: apply.c:3975
c6bc7d43 412#, c-format
fda7b092 413msgid "Checking patch %s..."
c6bc7d43
JX
414msgstr ""
415
a4d94835 416#: apply.c:4066
c6bc7d43 417#, c-format
fda7b092 418msgid "sha1 information is lacking or useless for submodule %s"
c6bc7d43
JX
419msgstr ""
420
a4d94835 421#: apply.c:4073
c6bc7d43 422#, c-format
fda7b092 423msgid "mode change for %s, which is not in current HEAD"
c6bc7d43
JX
424msgstr ""
425
a4d94835 426#: apply.c:4076
df0617bf 427#, c-format
fda7b092
JX
428msgid "sha1 information is lacking or useless (%s)."
429msgstr ""
430
dfc182b1 431#: apply.c:4081 builtin/checkout.c:252 builtin/reset.c:135
fda7b092
JX
432#, c-format
433msgid "make_cache_entry failed for path '%s'"
434msgstr ""
435
a4d94835 436#: apply.c:4085
fda7b092
JX
437#, c-format
438msgid "could not add %s to temporary index"
439msgstr ""
440
a4d94835 441#: apply.c:4095
fda7b092
JX
442#, c-format
443msgid "could not write temporary index to %s"
444msgstr ""
445
a4d94835 446#: apply.c:4233
fda7b092
JX
447#, c-format
448msgid "unable to remove %s from index"
449msgstr ""
450
a4d94835 451#: apply.c:4268
fda7b092
JX
452#, c-format
453msgid "corrupt patch for submodule %s"
454msgstr ""
455
a4d94835 456#: apply.c:4274
fda7b092
JX
457#, c-format
458msgid "unable to stat newly created file '%s'"
459msgstr ""
460
a4d94835 461#: apply.c:4282
fda7b092
JX
462#, c-format
463msgid "unable to create backing store for newly created file %s"
464msgstr ""
465
a4d94835 466#: apply.c:4288 apply.c:4432
fda7b092
JX
467#, c-format
468msgid "unable to add cache entry for %s"
469msgstr ""
470
a4d94835 471#: apply.c:4329
fda7b092
JX
472#, c-format
473msgid "failed to write to '%s'"
474msgstr ""
475
a4d94835 476#: apply.c:4333
fda7b092
JX
477#, c-format
478msgid "closing file '%s'"
479msgstr ""
480
a4d94835 481#: apply.c:4403
fda7b092
JX
482#, c-format
483msgid "unable to write file '%s' mode %o"
484msgstr ""
485
a4d94835 486#: apply.c:4501
fda7b092
JX
487#, c-format
488msgid "Applied patch %s cleanly."
489msgstr ""
490
a4d94835 491#: apply.c:4509
fda7b092
JX
492msgid "internal error"
493msgstr ""
494
a4d94835 495#: apply.c:4512
fda7b092
JX
496#, c-format
497msgid "Applying patch %%s with %d reject..."
498msgid_plural "Applying patch %%s with %d rejects..."
499msgstr[0] ""
500msgstr[1] ""
501
a4d94835 502#: apply.c:4523
fda7b092
JX
503#, c-format
504msgid "truncating .rej filename to %.*s.rej"
505msgstr ""
506
dfc182b1 507#: apply.c:4531 builtin/fetch.c:739 builtin/fetch.c:988
fda7b092
JX
508#, c-format
509msgid "cannot open %s"
510msgstr ""
511
a4d94835 512#: apply.c:4545
fda7b092
JX
513#, c-format
514msgid "Hunk #%d applied cleanly."
515msgstr ""
516
a4d94835 517#: apply.c:4549
fda7b092
JX
518#, c-format
519msgid "Rejected hunk #%d."
520msgstr ""
521
a4d94835 522#: apply.c:4659
fda7b092
JX
523#, c-format
524msgid "Skipped patch '%s'."
525msgstr ""
526
a4d94835 527#: apply.c:4667
fda7b092
JX
528msgid "unrecognized input"
529msgstr ""
530
a4d94835 531#: apply.c:4686
fda7b092
JX
532msgid "unable to read index file"
533msgstr ""
534
dfc182b1 535#: apply.c:4823
fda7b092
JX
536#, c-format
537msgid "can't open patch '%s': %s"
538msgstr ""
539
dfc182b1 540#: apply.c:4850
fda7b092
JX
541#, c-format
542msgid "squelched %d whitespace error"
543msgid_plural "squelched %d whitespace errors"
544msgstr[0] ""
545msgstr[1] ""
546
dfc182b1 547#: apply.c:4856 apply.c:4871
fda7b092
JX
548#, c-format
549msgid "%d line adds whitespace errors."
550msgid_plural "%d lines add whitespace errors."
551msgstr[0] ""
552msgstr[1] ""
553
dfc182b1 554#: apply.c:4864
fda7b092
JX
555#, c-format
556msgid "%d line applied after fixing whitespace errors."
557msgid_plural "%d lines applied after fixing whitespace errors."
558msgstr[0] ""
559msgstr[1] ""
560
dfc182b1 561#: apply.c:4880 builtin/add.c:463 builtin/mv.c:298 builtin/rm.c:391
fda7b092
JX
562msgid "Unable to write new index file"
563msgstr ""
564
28e1aaa4 565#: apply.c:4911 apply.c:4914 builtin/am.c:2276 builtin/am.c:2279
dfc182b1
JX
566#: builtin/clone.c:113 builtin/fetch.c:98 builtin/pull.c:180
567#: builtin/submodule--helper.c:304 builtin/submodule--helper.c:629
568#: builtin/submodule--helper.c:632 builtin/submodule--helper.c:973
569#: builtin/submodule--helper.c:976 builtin/submodule--helper.c:1161
673bfad0 570#: git-add--interactive.perl:239
fda7b092
JX
571msgid "path"
572msgstr ""
573
dfc182b1 574#: apply.c:4912
fda7b092
JX
575msgid "don't apply changes matching the given path"
576msgstr ""
577
dfc182b1 578#: apply.c:4915
fda7b092
JX
579msgid "apply changes matching the given path"
580msgstr ""
581
28e1aaa4 582#: apply.c:4917 builtin/am.c:2285
fda7b092
JX
583msgid "num"
584msgstr ""
585
dfc182b1 586#: apply.c:4918
fda7b092
JX
587msgid "remove <num> leading slashes from traditional diff paths"
588msgstr ""
589
dfc182b1 590#: apply.c:4921
fda7b092
JX
591msgid "ignore additions made by the patch"
592msgstr ""
593
dfc182b1 594#: apply.c:4923
fda7b092
JX
595msgid "instead of applying the patch, output diffstat for the input"
596msgstr ""
597
dfc182b1 598#: apply.c:4927
fda7b092
JX
599msgid "show number of added and deleted lines in decimal notation"
600msgstr ""
601
dfc182b1 602#: apply.c:4929
fda7b092
JX
603msgid "instead of applying the patch, output a summary for the input"
604msgstr ""
605
dfc182b1 606#: apply.c:4931
fda7b092
JX
607msgid "instead of applying the patch, see if the patch is applicable"
608msgstr ""
609
dfc182b1 610#: apply.c:4933
fda7b092
JX
611msgid "make sure the patch is applicable to the current index"
612msgstr ""
613
dfc182b1 614#: apply.c:4935
fda7b092
JX
615msgid "apply a patch without touching the working tree"
616msgstr ""
617
dfc182b1 618#: apply.c:4937
fda7b092
JX
619msgid "accept a patch that touches outside the working area"
620msgstr ""
621
dfc182b1 622#: apply.c:4939
fda7b092
JX
623msgid "also apply the patch (use with --stat/--summary/--check)"
624msgstr ""
625
dfc182b1 626#: apply.c:4941
fda7b092
JX
627msgid "attempt three-way merge if a patch does not apply"
628msgstr ""
629
dfc182b1 630#: apply.c:4943
fda7b092
JX
631msgid "build a temporary index based on embedded index information"
632msgstr ""
633
28e1aaa4 634#: apply.c:4946 builtin/checkout-index.c:169 builtin/ls-files.c:515
fda7b092
JX
635msgid "paths are separated with NUL character"
636msgstr ""
637
dfc182b1 638#: apply.c:4948
fda7b092
JX
639msgid "ensure at least <n> lines of context match"
640msgstr ""
641
28e1aaa4 642#: apply.c:4949 builtin/am.c:2264
fda7b092
JX
643msgid "action"
644msgstr ""
645
dfc182b1 646#: apply.c:4950
fda7b092
JX
647msgid "detect new or modified lines that have whitespace errors"
648msgstr ""
649
dfc182b1 650#: apply.c:4953 apply.c:4956
fda7b092
JX
651msgid "ignore changes in whitespace when finding context"
652msgstr ""
653
dfc182b1 654#: apply.c:4959
fda7b092
JX
655msgid "apply the patch in reverse"
656msgstr ""
657
dfc182b1 658#: apply.c:4961
fda7b092
JX
659msgid "don't expect at least one line of context"
660msgstr ""
661
dfc182b1 662#: apply.c:4963
fda7b092
JX
663msgid "leave the rejected hunks in corresponding *.rej files"
664msgstr ""
665
dfc182b1 666#: apply.c:4965
fda7b092
JX
667msgid "allow overlapping hunks"
668msgstr ""
669
dfc182b1 670#: apply.c:4966 builtin/add.c:267 builtin/check-ignore.c:19
673bfad0 671#: builtin/commit.c:1337 builtin/count-objects.c:94 builtin/fsck.c:651
dfc182b1 672#: builtin/log.c:1867 builtin/mv.c:122 builtin/read-tree.c:134
fda7b092
JX
673msgid "be verbose"
674msgstr ""
675
dfc182b1 676#: apply.c:4968
fda7b092
JX
677msgid "tolerate incorrectly detected missing new-line at the end of file"
678msgstr ""
679
dfc182b1 680#: apply.c:4971
fda7b092
JX
681msgid "do not trust the line counts in the hunk headers"
682msgstr ""
683
28e1aaa4 684#: apply.c:4973 builtin/am.c:2273
fda7b092
JX
685msgid "root"
686msgstr ""
687
dfc182b1 688#: apply.c:4974
fda7b092
JX
689msgid "prepend <root> to all filenames"
690msgstr ""
691
692#: archive.c:12
693msgid "git archive [<options>] <tree-ish> [<path>...]"
694msgstr ""
695
696#: archive.c:13
697msgid "git archive --list"
698msgstr ""
699
700#: archive.c:14
701msgid ""
702"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
703msgstr ""
704
705#: archive.c:15
706msgid "git archive --remote <repo> [--exec <cmd>] --list"
707msgstr ""
708
dfc182b1 709#: archive.c:332 builtin/add.c:152 builtin/add.c:442 builtin/rm.c:300
fda7b092
JX
710#, c-format
711msgid "pathspec '%s' did not match any files"
712msgstr ""
713
dfc182b1 714#: archive.c:417
fda7b092
JX
715msgid "fmt"
716msgstr ""
717
dfc182b1 718#: archive.c:417
fda7b092
JX
719msgid "archive format"
720msgstr ""
721
dfc182b1 722#: archive.c:418 builtin/log.c:1436
fda7b092
JX
723msgid "prefix"
724msgstr ""
725
dfc182b1 726#: archive.c:419
fda7b092
JX
727msgid "prepend prefix to each pathname in the archive"
728msgstr ""
729
28e1aaa4 730#: archive.c:420 builtin/blame.c:2598 builtin/blame.c:2599 builtin/config.c:60
dfc182b1 731#: builtin/fast-export.c:987 builtin/fast-export.c:989 builtin/grep.c:1061
28e1aaa4 732#: builtin/hash-object.c:101 builtin/ls-files.c:549 builtin/ls-files.c:552
dfc182b1 733#: builtin/notes.c:401 builtin/notes.c:564 builtin/read-tree.c:129
72351d7d 734#: parse-options.h:153
fda7b092
JX
735msgid "file"
736msgstr ""
737
dfc182b1 738#: archive.c:421 builtin/archive.c:89
fda7b092
JX
739msgid "write the archive to this file"
740msgstr ""
741
dfc182b1 742#: archive.c:423
fda7b092
JX
743msgid "read .gitattributes in working directory"
744msgstr ""
745
dfc182b1 746#: archive.c:424
fda7b092
JX
747msgid "report archived files on stderr"
748msgstr ""
749
dfc182b1 750#: archive.c:425
fda7b092
JX
751msgid "store only"
752msgstr ""
753
dfc182b1 754#: archive.c:426
fda7b092
JX
755msgid "compress faster"
756msgstr ""
757
dfc182b1 758#: archive.c:434
fda7b092
JX
759msgid "compress better"
760msgstr ""
761
dfc182b1 762#: archive.c:437
fda7b092
JX
763msgid "list supported archive formats"
764msgstr ""
765
dfc182b1
JX
766#: archive.c:439 builtin/archive.c:90 builtin/clone.c:103 builtin/clone.c:106
767#: builtin/submodule--helper.c:641 builtin/submodule--helper.c:982
fda7b092
JX
768msgid "repo"
769msgstr ""
770
dfc182b1 771#: archive.c:440 builtin/archive.c:91
fda7b092
JX
772msgid "retrieve the archive from remote repository <repo>"
773msgstr ""
774
dfc182b1 775#: archive.c:441 builtin/archive.c:92 builtin/notes.c:485
fda7b092
JX
776msgid "command"
777msgstr ""
778
dfc182b1 779#: archive.c:442 builtin/archive.c:93
fda7b092
JX
780msgid "path to the remote git-upload-archive command"
781msgstr ""
782
dfc182b1 783#: archive.c:449
fda7b092
JX
784msgid "Unexpected option --remote"
785msgstr ""
786
dfc182b1 787#: archive.c:451
fda7b092
JX
788msgid "Option --exec can only be used together with --remote"
789msgstr ""
790
dfc182b1 791#: archive.c:453
fda7b092
JX
792msgid "Unexpected option --output"
793msgstr ""
794
dfc182b1 795#: archive.c:475
fda7b092
JX
796#, c-format
797msgid "Unknown archive format '%s'"
798msgstr ""
799
dfc182b1 800#: archive.c:482
fda7b092
JX
801#, c-format
802msgid "Argument not supported for format '%s': -%d"
803msgstr ""
804
dfc182b1
JX
805#: attr.c:212
806#, c-format
807msgid "%.*s is not a valid attribute name"
808msgstr ""
809
810#: attr.c:408
fda7b092
JX
811msgid ""
812"Negative patterns are ignored in git attributes\n"
813"Use '\\!' for literal leading exclamation."
814msgstr ""
815
28e1aaa4 816#: bisect.c:444
fda7b092
JX
817#, c-format
818msgid "Could not open file '%s'"
819msgstr ""
820
28e1aaa4 821#: bisect.c:449
fda7b092
JX
822#, c-format
823msgid "Badly quoted content in file '%s': %s"
824msgstr ""
825
28e1aaa4 826#: bisect.c:657
fda7b092
JX
827#, c-format
828msgid "We cannot bisect more!\n"
829msgstr ""
830
28e1aaa4 831#: bisect.c:710
fda7b092
JX
832#, c-format
833msgid "Not a valid commit name %s"
834msgstr ""
835
28e1aaa4 836#: bisect.c:734
fda7b092
JX
837#, c-format
838msgid ""
839"The merge base %s is bad.\n"
840"This means the bug has been fixed between %s and [%s].\n"
841msgstr ""
842
28e1aaa4 843#: bisect.c:739
fda7b092
JX
844#, c-format
845msgid ""
846"The merge base %s is new.\n"
847"The property has changed between %s and [%s].\n"
848msgstr ""
849
28e1aaa4 850#: bisect.c:744
fda7b092
JX
851#, c-format
852msgid ""
853"The merge base %s is %s.\n"
854"This means the first '%s' commit is between %s and [%s].\n"
855msgstr ""
856
28e1aaa4 857#: bisect.c:752
fda7b092
JX
858#, c-format
859msgid ""
673bfad0 860"Some %s revs are not ancestors of the %s rev.\n"
fda7b092
JX
861"git bisect cannot work properly in this case.\n"
862"Maybe you mistook %s and %s revs?\n"
863msgstr ""
864
28e1aaa4 865#: bisect.c:765
fda7b092
JX
866#, c-format
867msgid ""
868"the merge base between %s and [%s] must be skipped.\n"
869"So we cannot be sure the first %s commit is between %s and %s.\n"
870"We continue anyway."
871msgstr ""
872
28e1aaa4 873#: bisect.c:800
fda7b092
JX
874#, c-format
875msgid "Bisecting: a merge base must be tested\n"
876msgstr ""
877
28e1aaa4 878#: bisect.c:851
fda7b092
JX
879#, c-format
880msgid "a %s revision is needed"
881msgstr ""
882
28e1aaa4 883#: bisect.c:868 builtin/notes.c:174 builtin/tag.c:255
fda7b092
JX
884#, c-format
885msgid "could not create file '%s'"
886msgstr ""
887
28e1aaa4 888#: bisect.c:919
fda7b092
JX
889#, c-format
890msgid "could not read file '%s'"
891msgstr ""
892
28e1aaa4 893#: bisect.c:949
fda7b092
JX
894msgid "reading bisect refs failed"
895msgstr ""
896
28e1aaa4 897#: bisect.c:969
fda7b092
JX
898#, c-format
899msgid "%s was both %s and %s\n"
900msgstr ""
901
28e1aaa4 902#: bisect.c:977
fda7b092
JX
903#, c-format
904msgid ""
905"No testable commit found.\n"
906"Maybe you started with bad path parameters?\n"
907msgstr ""
908
28e1aaa4 909#: bisect.c:996
fda7b092
JX
910#, c-format
911msgid "(roughly %d step)"
912msgid_plural "(roughly %d steps)"
913msgstr[0] ""
914msgstr[1] ""
915
916#. TRANSLATORS: the last %s will be replaced with
917#. "(roughly %d steps)" translation
28e1aaa4 918#: bisect.c:1000
fda7b092
JX
919#, c-format
920msgid "Bisecting: %d revision left to test after this %s\n"
921msgid_plural "Bisecting: %d revisions left to test after this %s\n"
922msgstr[0] ""
923msgstr[1] ""
924
925#: branch.c:53
926#, c-format
927msgid ""
928"\n"
929"After fixing the error cause you may try to fix up\n"
930"the remote tracking information by invoking\n"
931"\"git branch --set-upstream-to=%s%s%s\"."
932msgstr ""
933
934#: branch.c:67
935#, c-format
936msgid "Not setting branch %s as its own upstream."
937msgstr ""
938
939#: branch.c:93
940#, c-format
941msgid "Branch %s set up to track remote branch %s from %s by rebasing."
942msgstr ""
943
944#: branch.c:94
945#, c-format
946msgid "Branch %s set up to track remote branch %s from %s."
947msgstr ""
948
949#: branch.c:98
950#, c-format
951msgid "Branch %s set up to track local branch %s by rebasing."
952msgstr ""
953
954#: branch.c:99
955#, c-format
956msgid "Branch %s set up to track local branch %s."
957msgstr ""
958
959#: branch.c:104
960#, c-format
961msgid "Branch %s set up to track remote ref %s by rebasing."
962msgstr ""
963
964#: branch.c:105
965#, c-format
966msgid "Branch %s set up to track remote ref %s."
967msgstr ""
968
969#: branch.c:109
970#, c-format
971msgid "Branch %s set up to track local ref %s by rebasing."
972msgstr ""
973
974#: branch.c:110
975#, c-format
976msgid "Branch %s set up to track local ref %s."
977msgstr ""
978
979#: branch.c:119
980msgid "Unable to write upstream branch configuration"
981msgstr ""
982
983#: branch.c:156
984#, c-format
985msgid "Not tracking: ambiguous information for ref %s"
986msgstr ""
987
988#: branch.c:185
989#, c-format
990msgid "'%s' is not a valid branch name."
991msgstr ""
992
993#: branch.c:190
994#, c-format
995msgid "A branch named '%s' already exists."
996msgstr ""
997
998#: branch.c:198
999msgid "Cannot force update the current branch."
1000msgstr ""
1001
1002#: branch.c:218
1003#, c-format
1004msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1005msgstr ""
1006
1007#: branch.c:220
1008#, c-format
1009msgid "the requested upstream branch '%s' does not exist"
1010msgstr ""
1011
1012#: branch.c:222
1013msgid ""
1014"\n"
1015"If you are planning on basing your work on an upstream\n"
1016"branch that already exists at the remote, you may need to\n"
1017"run \"git fetch\" to retrieve it.\n"
1018"\n"
1019"If you are planning to push out a new local branch that\n"
1020"will track its remote counterpart, you may want to use\n"
1021"\"git push -u\" to set the upstream config as you push."
1022msgstr ""
1023
c091ffbe 1024#: branch.c:265
fda7b092
JX
1025#, c-format
1026msgid "Not a valid object name: '%s'."
1027msgstr ""
1028
c091ffbe 1029#: branch.c:285
fda7b092
JX
1030#, c-format
1031msgid "Ambiguous object name: '%s'."
1032msgstr ""
1033
c091ffbe 1034#: branch.c:290
fda7b092
JX
1035#, c-format
1036msgid "Not a valid branch point: '%s'."
1037msgstr ""
1038
c091ffbe 1039#: branch.c:344
fda7b092
JX
1040#, c-format
1041msgid "'%s' is already checked out at '%s'"
df0617bf
JX
1042msgstr ""
1043
dfc182b1 1044#: branch.c:364
f517e50d
JX
1045#, c-format
1046msgid "HEAD of working tree %s is not updated"
1047msgstr ""
1048
d07a63e4 1049#: bundle.c:34
822e4a65
JX
1050#, c-format
1051msgid "'%s' does not look like a v2 bundle file"
1052msgstr ""
1053
d07a63e4 1054#: bundle.c:61
822e4a65
JX
1055#, c-format
1056msgid "unrecognized header: %s%s (%d)"
1057msgstr ""
1058
28e1aaa4 1059#: bundle.c:87 sequencer.c:1341 sequencer.c:1767 builtin/commit.c:777
822e4a65
JX
1060#, c-format
1061msgid "could not open '%s'"
1062msgstr ""
1063
d07a63e4 1064#: bundle.c:139
822e4a65
JX
1065msgid "Repository lacks these prerequisite commits:"
1066msgstr ""
1067
28e1aaa4 1068#: bundle.c:163 ref-filter.c:1852 sequencer.c:1162 sequencer.c:2321
dfc182b1
JX
1069#: builtin/blame.c:2811 builtin/commit.c:1061 builtin/log.c:353
1070#: builtin/log.c:897 builtin/log.c:1347 builtin/log.c:1673 builtin/log.c:1916
1071#: builtin/merge.c:359 builtin/shortlog.c:176
822e4a65
JX
1072msgid "revision walk setup failed"
1073msgstr ""
1074
d07a63e4 1075#: bundle.c:185
822e4a65 1076#, c-format
c138af56
JX
1077msgid "The bundle contains this ref:"
1078msgid_plural "The bundle contains these %d refs:"
822e4a65
JX
1079msgstr[0] ""
1080msgstr[1] ""
1081
d07a63e4 1082#: bundle.c:192
11b90174
JX
1083msgid "The bundle records a complete history."
1084msgstr ""
1085
d07a63e4 1086#: bundle.c:194
822e4a65 1087#, c-format
c138af56
JX
1088msgid "The bundle requires this ref:"
1089msgid_plural "The bundle requires these %d refs:"
822e4a65
JX
1090msgstr[0] ""
1091msgstr[1] ""
1092
df0617bf 1093#: bundle.c:253
e3f9cab7 1094msgid "Could not spawn pack-objects"
822e4a65
JX
1095msgstr ""
1096
df0617bf 1097#: bundle.c:264
e3f9cab7 1098msgid "pack-objects died"
822e4a65
JX
1099msgstr ""
1100
df0617bf 1101#: bundle.c:304
e3f9cab7 1102msgid "rev-list died"
822e4a65
JX
1103msgstr ""
1104
df0617bf 1105#: bundle.c:353
e3f9cab7
JX
1106#, c-format
1107msgid "ref '%s' is excluded by the rev-list options"
822e4a65
JX
1108msgstr ""
1109
dfc182b1 1110#: bundle.c:443 builtin/log.c:170 builtin/log.c:1579 builtin/shortlog.c:281
e3f9cab7
JX
1111#, c-format
1112msgid "unrecognized argument: %s"
822e4a65
JX
1113msgstr ""
1114
f517e50d 1115#: bundle.c:451
e3f9cab7 1116msgid "Refusing to create empty bundle."
822e4a65
JX
1117msgstr ""
1118
f517e50d 1119#: bundle.c:463
822e4a65
JX
1120#, c-format
1121msgid "cannot create '%s'"
1122msgstr ""
1123
f517e50d 1124#: bundle.c:491
822e4a65
JX
1125msgid "index-pack died"
1126msgstr ""
1127
673bfad0 1128#: color.c:300
d07a63e4
JX
1129#, c-format
1130msgid "invalid color value: %.*s"
1131msgstr ""
1132
28e1aaa4
JX
1133#: commit.c:40 sequencer.c:1579 builtin/am.c:419 builtin/am.c:455
1134#: builtin/am.c:1489 builtin/am.c:2126
dce37b66
JX
1135#, c-format
1136msgid "could not parse %s"
1137msgstr ""
1138
fe05e196 1139#: commit.c:42
dce37b66
JX
1140#, c-format
1141msgid "%s %s is not a commit!"
1142msgstr ""
1143
dfc182b1 1144#: commit.c:1511
fda7b092
JX
1145msgid ""
1146"Warning: commit message did not conform to UTF-8.\n"
1147"You may want to amend it after fixing the message, or set the config\n"
1148"variable i18n.commitencoding to the encoding your project uses.\n"
1149msgstr ""
1150
dce37b66
JX
1151#: compat/obstack.c:406 compat/obstack.c:408
1152msgid "memory exhausted"
1153msgstr ""
1154
dfc182b1
JX
1155#: config.c:191
1156msgid "relative config include conditionals must come from files"
1157msgstr ""
1158
28e1aaa4 1159#: config.c:711
9fa976ff
JX
1160#, c-format
1161msgid "bad config line %d in blob %s"
1162msgstr ""
1163
28e1aaa4 1164#: config.c:715
9fa976ff
JX
1165#, c-format
1166msgid "bad config line %d in file %s"
1167msgstr ""
1168
28e1aaa4 1169#: config.c:719
9fa976ff
JX
1170#, c-format
1171msgid "bad config line %d in standard input"
1172msgstr ""
1173
28e1aaa4 1174#: config.c:723
9fa976ff
JX
1175#, c-format
1176msgid "bad config line %d in submodule-blob %s"
1177msgstr ""
1178
28e1aaa4 1179#: config.c:727
9fa976ff
JX
1180#, c-format
1181msgid "bad config line %d in command line %s"
1182msgstr ""
1183
28e1aaa4 1184#: config.c:731
9fa976ff
JX
1185#, c-format
1186msgid "bad config line %d in %s"
1187msgstr ""
1188
28e1aaa4 1189#: config.c:859
5bd166d8 1190msgid "out of range"
9fa976ff
JX
1191msgstr ""
1192
28e1aaa4 1193#: config.c:859
5bd166d8 1194msgid "invalid unit"
9fa976ff
JX
1195msgstr ""
1196
28e1aaa4 1197#: config.c:865
9fa976ff 1198#, c-format
5bd166d8 1199msgid "bad numeric config value '%s' for '%s': %s"
9fa976ff
JX
1200msgstr ""
1201
28e1aaa4 1202#: config.c:870
9fa976ff 1203#, c-format
5bd166d8 1204msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
9fa976ff
JX
1205msgstr ""
1206
28e1aaa4 1207#: config.c:873
9fa976ff 1208#, c-format
5bd166d8 1209msgid "bad numeric config value '%s' for '%s' in file %s: %s"
9fa976ff
JX
1210msgstr ""
1211
28e1aaa4 1212#: config.c:876
9fa976ff 1213#, c-format
5bd166d8 1214msgid "bad numeric config value '%s' for '%s' in standard input: %s"
9fa976ff
JX
1215msgstr ""
1216
28e1aaa4 1217#: config.c:879
9fa976ff 1218#, c-format
5bd166d8 1219msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
9fa976ff
JX
1220msgstr ""
1221
28e1aaa4 1222#: config.c:882
9fa976ff 1223#, c-format
5bd166d8 1224msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
d07a63e4
JX
1225msgstr ""
1226
28e1aaa4 1227#: config.c:885
d07a63e4 1228#, c-format
5bd166d8 1229msgid "bad numeric config value '%s' for '%s' in %s: %s"
d07a63e4
JX
1230msgstr ""
1231
28e1aaa4 1232#: config.c:980
d07a63e4
JX
1233#, c-format
1234msgid "failed to expand user dir in: '%s'"
1235msgstr ""
1236
28e1aaa4 1237#: config.c:1075 config.c:1086
d07a63e4
JX
1238#, c-format
1239msgid "bad zlib compression level %d"
1240msgstr ""
1241
28e1aaa4 1242#: config.c:1203
d07a63e4
JX
1243#, c-format
1244msgid "invalid mode for object creation: %s"
1245msgstr ""
1246
28e1aaa4 1247#: config.c:1359
673bfad0
JX
1248#, c-format
1249msgid "bad pack compression level %d"
1250msgstr ""
1251
28e1aaa4 1252#: config.c:1557
d07a63e4
JX
1253msgid "unable to parse command-line config"
1254msgstr ""
1255
28e1aaa4 1256#: config.c:1611
9fa976ff 1257msgid "unknown error occurred while reading the configuration files"
d07a63e4
JX
1258msgstr ""
1259
28e1aaa4 1260#: config.c:1970
dfc182b1
JX
1261#, c-format
1262msgid "Invalid %s: '%s'"
1263msgstr ""
1264
28e1aaa4 1265#: config.c:1991
dfc182b1
JX
1266#, c-format
1267msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1268msgstr ""
1269
28e1aaa4 1270#: config.c:2017
dfc182b1
JX
1271#, c-format
1272msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1273msgstr ""
1274
28e1aaa4 1275#: config.c:2028
d07a63e4
JX
1276#, c-format
1277msgid "unable to parse '%s' from command-line config"
1278msgstr ""
1279
28e1aaa4 1280#: config.c:2030
d07a63e4
JX
1281#, c-format
1282msgid "bad config variable '%s' in file '%s' at line %d"
1283msgstr ""
1284
28e1aaa4 1285#: config.c:2089
d07a63e4
JX
1286#, c-format
1287msgid "%s has multiple values"
1288msgstr ""
1289
28e1aaa4 1290#: config.c:2423 config.c:2648
673bfad0
JX
1291#, c-format
1292msgid "fstat on %s failed"
1293msgstr ""
1294
28e1aaa4 1295#: config.c:2541
f517e50d
JX
1296#, c-format
1297msgid "could not set '%s' to '%s'"
1298msgstr ""
1299
28e1aaa4 1300#: config.c:2543 builtin/remote.c:774
9eb3984b 1301#, c-format
f517e50d 1302msgid "could not unset '%s'"
9eb3984b
JX
1303msgstr ""
1304
fda7b092
JX
1305#: connect.c:49
1306msgid "The remote end hung up upon initial contact"
1307msgstr ""
1308
1309#: connect.c:51
1310msgid ""
1311"Could not read from remote repository.\n"
1312"\n"
1313"Please make sure you have the correct access rights\n"
1314"and the repository exists."
1315msgstr ""
1316
673bfad0 1317#: connected.c:63 builtin/fsck.c:190 builtin/prune.c:140
9fa976ff
JX
1318msgid "Checking connectivity"
1319msgstr ""
1320
fda7b092 1321#: connected.c:75
dce37b66
JX
1322msgid "Could not run 'git rev-list'"
1323msgstr ""
1324
fda7b092 1325#: connected.c:95
f517e50d 1326msgid "failed write to rev-list"
dce37b66
JX
1327msgstr ""
1328
fda7b092 1329#: connected.c:102
f517e50d 1330msgid "failed to close rev-list's stdin"
dce37b66
JX
1331msgstr ""
1332
fda7b092
JX
1333#: convert.c:201
1334#, c-format
1335msgid ""
1336"CRLF will be replaced by LF in %s.\n"
1337"The file will have its original line endings in your working directory."
1338msgstr ""
1339
1340#: convert.c:205
1341#, c-format
1342msgid "CRLF would be replaced by LF in %s."
1343msgstr ""
1344
1345#: convert.c:211
1346#, c-format
1347msgid ""
1348"LF will be replaced by CRLF in %s.\n"
1349"The file will have its original line endings in your working directory."
1350msgstr ""
1351
1352#: convert.c:215
1353#, c-format
1354msgid "LF would be replaced by CRLF in %s"
1355msgstr ""
1356
9fa976ff 1357#: date.c:97
822e4a65
JX
1358msgid "in the future"
1359msgstr ""
1360
9fa976ff 1361#: date.c:103
822e4a65
JX
1362#, c-format
1363msgid "%lu second ago"
1364msgid_plural "%lu seconds ago"
1365msgstr[0] ""
1366msgstr[1] ""
1367
9fa976ff 1368#: date.c:110
822e4a65
JX
1369#, c-format
1370msgid "%lu minute ago"
1371msgid_plural "%lu minutes ago"
1372msgstr[0] ""
1373msgstr[1] ""
1374
9fa976ff 1375#: date.c:117
822e4a65
JX
1376#, c-format
1377msgid "%lu hour ago"
1378msgid_plural "%lu hours ago"
1379msgstr[0] ""
1380msgstr[1] ""
1381
9fa976ff 1382#: date.c:124
822e4a65
JX
1383#, c-format
1384msgid "%lu day ago"
1385msgid_plural "%lu days ago"
1386msgstr[0] ""
1387msgstr[1] ""
1388
9fa976ff 1389#: date.c:130
822e4a65
JX
1390#, c-format
1391msgid "%lu week ago"
1392msgid_plural "%lu weeks ago"
1393msgstr[0] ""
1394msgstr[1] ""
1395
9fa976ff 1396#: date.c:137
822e4a65
JX
1397#, c-format
1398msgid "%lu month ago"
1399msgid_plural "%lu months ago"
1400msgstr[0] ""
1401msgstr[1] ""
1402
fda7b092 1403#: date.c:148
3b6137f2 1404#, c-format
fda7b092
JX
1405msgid "%lu year"
1406msgid_plural "%lu years"
1407msgstr[0] ""
1408msgstr[1] ""
3b6137f2 1409
fda7b092
JX
1410#. TRANSLATORS: "%s" is "<n> years"
1411#: date.c:151
1412#, c-format
1413msgid "%s, %lu month ago"
1414msgid_plural "%s, %lu months ago"
1415msgstr[0] ""
1416msgstr[1] ""
3b6137f2 1417
fda7b092 1418#: date.c:156 date.c:161
3b6137f2 1419#, c-format
fda7b092
JX
1420msgid "%lu year ago"
1421msgid_plural "%lu years ago"
1422msgstr[0] ""
1423msgstr[1] ""
3b6137f2 1424
fda7b092 1425#: diffcore-order.c:24
3b6137f2 1426#, c-format
fda7b092 1427msgid "failed to read orderfile '%s'"
3b6137f2
JX
1428msgstr ""
1429
c091ffbe 1430#: diffcore-rename.c:536
fda7b092 1431msgid "Performing inexact rename detection"
3b6137f2
JX
1432msgstr ""
1433
fda7b092 1434#: diff.c:62
3b6137f2 1435#, c-format
fda7b092 1436msgid "option '%s' requires a value"
3b6137f2
JX
1437msgstr ""
1438
fda7b092 1439#: diff.c:124
3b6137f2 1440#, c-format
fda7b092 1441msgid " Failed to parse dirstat cut-off percentage '%s'\n"
3b6137f2
JX
1442msgstr ""
1443
fda7b092 1444#: diff.c:129
3b6137f2 1445#, c-format
fda7b092 1446msgid " Unknown dirstat parameter '%s'\n"
3b6137f2
JX
1447msgstr ""
1448
673bfad0 1449#: diff.c:281
3b6137f2 1450#, c-format
fda7b092 1451msgid "Unknown value for 'diff.submodule' config variable: '%s'"
3b6137f2
JX
1452msgstr ""
1453
673bfad0 1454#: diff.c:344
3b6137f2 1455#, c-format
fda7b092
JX
1456msgid ""
1457"Found errors in 'diff.dirstat' config variable:\n"
1458"%s"
3b6137f2
JX
1459msgstr ""
1460
dfc182b1 1461#: diff.c:3102
3b6137f2 1462#, c-format
fda7b092 1463msgid "external diff died, stopping at %s"
3b6137f2
JX
1464msgstr ""
1465
dfc182b1 1466#: diff.c:3428
fda7b092 1467msgid "--name-only, --name-status, --check and -s are mutually exclusive"
3b6137f2
JX
1468msgstr ""
1469
dfc182b1 1470#: diff.c:3518
fda7b092 1471msgid "--follow requires exactly one pathspec"
3b6137f2
JX
1472msgstr ""
1473
dfc182b1 1474#: diff.c:3681
3b6137f2
JX
1475#, c-format
1476msgid ""
fda7b092
JX
1477"Failed to parse --dirstat/-X option parameter:\n"
1478"%s"
3b6137f2
JX
1479msgstr ""
1480
dfc182b1 1481#: diff.c:3695
3b6137f2 1482#, c-format
fda7b092 1483msgid "Failed to parse --submodule option parameter: '%s'"
3b6137f2
JX
1484msgstr ""
1485
dfc182b1 1486#: diff.c:4719
fda7b092 1487msgid "inexact rename detection was skipped due to too many files."
3b6137f2
JX
1488msgstr ""
1489
dfc182b1 1490#: diff.c:4722
fda7b092 1491msgid "only found copies from modified paths due to too many files."
3b6137f2
JX
1492msgstr ""
1493
dfc182b1 1494#: diff.c:4725
3b6137f2 1495#, c-format
fda7b092
JX
1496msgid ""
1497"you may want to set your %s variable to at least %d and retry the command."
3b6137f2
JX
1498msgstr ""
1499
dfc182b1 1500#: dir.c:1899
fda7b092 1501msgid "failed to get kernel name and information"
3b6137f2
JX
1502msgstr ""
1503
dfc182b1 1504#: dir.c:2018
fda7b092 1505msgid "Untracked cache is disabled on this system or location."
3b6137f2
JX
1506msgstr ""
1507
dfc182b1
JX
1508#: dir.c:2776 dir.c:2781
1509#, c-format
1510msgid "could not create directories for %s"
1511msgstr ""
1512
1513#: dir.c:2806
673bfad0
JX
1514#, c-format
1515msgid "could not migrate git directory from '%s' to '%s'"
1516msgstr ""
1517
dfc182b1
JX
1518#: entry.c:280
1519#, c-format
1520msgid "could not stat file '%s'"
1521msgstr ""
1522
1523#: fetch-pack.c:249
fda7b092 1524msgid "git fetch-pack: expected shallow list"
3b6137f2
JX
1525msgstr ""
1526
dfc182b1 1527#: fetch-pack.c:261
fda7b092 1528msgid "git fetch-pack: expected ACK/NAK, got EOF"
3b6137f2
JX
1529msgstr ""
1530
28e1aaa4
JX
1531#: fetch-pack.c:280 builtin/archive.c:63
1532#, c-format
1533msgid "remote error: %s"
1534msgstr ""
1535
1536#: fetch-pack.c:281
3b6137f2 1537#, c-format
c091ffbe 1538msgid "git fetch-pack: expected ACK/NAK, got '%s'"
3b6137f2
JX
1539msgstr ""
1540
28e1aaa4 1541#: fetch-pack.c:333
fda7b092 1542msgid "--stateless-rpc requires multi_ack_detailed"
3b6137f2
JX
1543msgstr ""
1544
28e1aaa4 1545#: fetch-pack.c:419
3b6137f2 1546#, c-format
fda7b092 1547msgid "invalid shallow line: %s"
3b6137f2
JX
1548msgstr ""
1549
28e1aaa4 1550#: fetch-pack.c:425
3b6137f2 1551#, c-format
fda7b092 1552msgid "invalid unshallow line: %s"
3b6137f2
JX
1553msgstr ""
1554
28e1aaa4 1555#: fetch-pack.c:427
3b6137f2 1556#, c-format
fda7b092 1557msgid "object not found: %s"
3b6137f2
JX
1558msgstr ""
1559
28e1aaa4 1560#: fetch-pack.c:430
fda7b092
JX
1561#, c-format
1562msgid "error in object: %s"
3b6137f2
JX
1563msgstr ""
1564
28e1aaa4 1565#: fetch-pack.c:432
fda7b092
JX
1566#, c-format
1567msgid "no shallow found: %s"
3b6137f2
JX
1568msgstr ""
1569
28e1aaa4 1570#: fetch-pack.c:435
fda7b092
JX
1571#, c-format
1572msgid "expected shallow/unshallow, got %s"
3b6137f2
JX
1573msgstr ""
1574
28e1aaa4 1575#: fetch-pack.c:474
fda7b092
JX
1576#, c-format
1577msgid "got %s %d %s"
3b6137f2
JX
1578msgstr ""
1579
28e1aaa4 1580#: fetch-pack.c:488
3b6137f2 1581#, c-format
fda7b092 1582msgid "invalid commit %s"
3b6137f2
JX
1583msgstr ""
1584
28e1aaa4 1585#: fetch-pack.c:521
fda7b092 1586msgid "giving up"
3b6137f2
JX
1587msgstr ""
1588
28e1aaa4 1589#: fetch-pack.c:531 progress.c:235
fda7b092 1590msgid "done"
3b6137f2
JX
1591msgstr ""
1592
28e1aaa4 1593#: fetch-pack.c:543
3b6137f2 1594#, c-format
fda7b092 1595msgid "got %s (%d) %s"
3b6137f2
JX
1596msgstr ""
1597
28e1aaa4 1598#: fetch-pack.c:589
3b6137f2 1599#, c-format
fda7b092 1600msgid "Marking %s as complete"
3b6137f2
JX
1601msgstr ""
1602
28e1aaa4 1603#: fetch-pack.c:737
fda7b092
JX
1604#, c-format
1605msgid "already have %s (%s)"
3b6137f2
JX
1606msgstr ""
1607
28e1aaa4 1608#: fetch-pack.c:775
fda7b092 1609msgid "fetch-pack: unable to fork off sideband demultiplexer"
3b6137f2
JX
1610msgstr ""
1611
28e1aaa4 1612#: fetch-pack.c:783
fda7b092 1613msgid "protocol error: bad pack header"
3b6137f2
JX
1614msgstr ""
1615
28e1aaa4 1616#: fetch-pack.c:839
3b6137f2 1617#, c-format
fda7b092 1618msgid "fetch-pack: unable to fork off %s"
3b6137f2
JX
1619msgstr ""
1620
28e1aaa4 1621#: fetch-pack.c:855
3b6137f2 1622#, c-format
fda7b092 1623msgid "%s failed"
3b6137f2
JX
1624msgstr ""
1625
28e1aaa4 1626#: fetch-pack.c:857
fda7b092 1627msgid "error in sideband demultiplexer"
3b6137f2
JX
1628msgstr ""
1629
28e1aaa4 1630#: fetch-pack.c:884
fda7b092 1631msgid "Server does not support shallow clients"
3b6137f2
JX
1632msgstr ""
1633
28e1aaa4 1634#: fetch-pack.c:888
fda7b092 1635msgid "Server supports multi_ack_detailed"
3b6137f2
JX
1636msgstr ""
1637
28e1aaa4 1638#: fetch-pack.c:891
fda7b092 1639msgid "Server supports no-done"
3b6137f2
JX
1640msgstr ""
1641
28e1aaa4 1642#: fetch-pack.c:897
fda7b092 1643msgid "Server supports multi_ack"
28b3cffc
JX
1644msgstr ""
1645
28e1aaa4 1646#: fetch-pack.c:901
fda7b092 1647msgid "Server supports side-band-64k"
28b3cffc
JX
1648msgstr ""
1649
28e1aaa4 1650#: fetch-pack.c:905
fda7b092 1651msgid "Server supports side-band"
28b3cffc
JX
1652msgstr ""
1653
28e1aaa4 1654#: fetch-pack.c:909
fda7b092 1655msgid "Server supports allow-tip-sha1-in-want"
28b3cffc
JX
1656msgstr ""
1657
28e1aaa4 1658#: fetch-pack.c:913
fda7b092 1659msgid "Server supports allow-reachable-sha1-in-want"
c138af56
JX
1660msgstr ""
1661
28e1aaa4 1662#: fetch-pack.c:923
fda7b092 1663msgid "Server supports ofs-delta"
6f6731e7
JX
1664msgstr ""
1665
28e1aaa4 1666#: fetch-pack.c:930
6f6731e7 1667#, c-format
fda7b092 1668msgid "Server version is %.*s"
6f6731e7
JX
1669msgstr ""
1670
28e1aaa4 1671#: fetch-pack.c:936
fda7b092 1672msgid "Server does not support --shallow-since"
6f6731e7
JX
1673msgstr ""
1674
28e1aaa4 1675#: fetch-pack.c:940
fda7b092 1676msgid "Server does not support --shallow-exclude"
6f6731e7
JX
1677msgstr ""
1678
28e1aaa4 1679#: fetch-pack.c:942
fda7b092 1680msgid "Server does not support --deepen"
235537a0
JX
1681msgstr ""
1682
28e1aaa4 1683#: fetch-pack.c:953
fda7b092 1684msgid "no common commits"
f4f2c8f8
JX
1685msgstr ""
1686
28e1aaa4 1687#: fetch-pack.c:965
fda7b092 1688msgid "git fetch-pack: fetch failed."
f4f2c8f8
JX
1689msgstr ""
1690
28e1aaa4 1691#: fetch-pack.c:1127
fda7b092 1692msgid "no matching remote head"
727b9576
JX
1693msgstr ""
1694
28e1aaa4 1695#: fetch-pack.c:1149
dfc182b1
JX
1696#, c-format
1697msgid "no such remote ref %s"
1698msgstr ""
1699
28e1aaa4 1700#: fetch-pack.c:1152
dfc182b1
JX
1701#, c-format
1702msgid "Server does not allow request for unadvertised object %s"
1703msgstr ""
1704
fda7b092
JX
1705#: gpg-interface.c:185
1706msgid "gpg failed to sign the data"
727b9576
JX
1707msgstr ""
1708
fda7b092
JX
1709#: gpg-interface.c:215
1710msgid "could not create temporary file"
727b9576
JX
1711msgstr ""
1712
fda7b092 1713#: gpg-interface.c:217
727b9576 1714#, c-format
fda7b092 1715msgid "failed writing detached signature to '%s'"
727b9576
JX
1716msgstr ""
1717
673bfad0
JX
1718#: graph.c:96
1719#, c-format
1720msgid "ignore invalid color '%.*s' in log.graphColors"
1721msgstr ""
1722
dfc182b1 1723#: grep.c:1796
727b9576 1724#, c-format
fda7b092 1725msgid "'%s': unable to read %s"
727b9576
JX
1726msgstr ""
1727
dfc182b1 1728#: grep.c:1813 builtin/clone.c:399 builtin/diff.c:81 builtin/rm.c:133
727b9576 1729#, c-format
fda7b092 1730msgid "failed to stat '%s'"
727b9576
JX
1731msgstr ""
1732
dfc182b1 1733#: grep.c:1824
727b9576 1734#, c-format
fda7b092 1735msgid "'%s': short read"
727b9576
JX
1736msgstr ""
1737
673bfad0 1738#: help.c:218
727b9576 1739#, c-format
fda7b092 1740msgid "available git commands in '%s'"
727b9576
JX
1741msgstr ""
1742
673bfad0 1743#: help.c:225
fda7b092 1744msgid "git commands available from elsewhere on your $PATH"
727b9576
JX
1745msgstr ""
1746
673bfad0 1747#: help.c:256
fda7b092 1748msgid "These are common Git commands used in various situations:"
727b9576
JX
1749msgstr ""
1750
673bfad0 1751#: help.c:321
9caaf23e 1752#, c-format
df49095a 1753msgid ""
fda7b092
JX
1754"'%s' appears to be a git command, but we were not\n"
1755"able to execute it. Maybe git-%s is broken?"
df49095a
JX
1756msgstr ""
1757
673bfad0 1758#: help.c:376
fda7b092 1759msgid "Uh oh. Your system reports no Git commands at all."
d07a63e4
JX
1760msgstr ""
1761
673bfad0 1762#: help.c:398
fda7b092
JX
1763#, c-format
1764msgid ""
1765"WARNING: You called a Git command named '%s', which does not exist.\n"
1766"Continuing under the assumption that you meant '%s'"
5e078fcd
JX
1767msgstr ""
1768
673bfad0 1769#: help.c:403
5e078fcd 1770#, c-format
fda7b092 1771msgid "in %0.1f seconds automatically..."
5e078fcd
JX
1772msgstr ""
1773
673bfad0 1774#: help.c:410
5e078fcd 1775#, c-format
fda7b092 1776msgid "git: '%s' is not a git command. See 'git --help'."
5e078fcd
JX
1777msgstr ""
1778
673bfad0 1779#: help.c:414 help.c:480
fda7b092
JX
1780msgid ""
1781"\n"
1782"Did you mean this?"
1783msgid_plural ""
1784"\n"
1785"Did you mean one of these?"
1786msgstr[0] ""
1787msgstr[1] ""
1788
673bfad0 1789#: help.c:476
df0617bf 1790#, c-format
fda7b092 1791msgid "%s: %s - %s"
df0617bf
JX
1792msgstr ""
1793
dfc182b1 1794#: ident.c:343
fda7b092
JX
1795msgid ""
1796"\n"
1797"*** Please tell me who you are.\n"
1798"\n"
1799"Run\n"
1800"\n"
1801" git config --global user.email \"you@example.com\"\n"
1802" git config --global user.name \"Your Name\"\n"
1803"\n"
1804"to set your account's default identity.\n"
1805"Omit --global to set the identity only in this repository.\n"
1806"\n"
df0617bf
JX
1807msgstr ""
1808
dfc182b1
JX
1809#: ident.c:367
1810msgid "no email was given and auto-detection is disabled"
1811msgstr ""
1812
1813#: ident.c:372
1814#, c-format
1815msgid "unable to auto-detect email address (got '%s')"
1816msgstr ""
1817
1818#: ident.c:382
1819msgid "no name was given and auto-detection is disabled"
1820msgstr ""
1821
1822#: ident.c:388
1823#, c-format
1824msgid "unable to auto-detect name (got '%s')"
1825msgstr ""
1826
1827#: ident.c:396
1828#, c-format
1829msgid "empty ident name (for <%s>) not allowed"
1830msgstr ""
1831
1832#: ident.c:402
1833#, c-format
1834msgid "name consists only of disallowed characters: %s"
1835msgstr ""
1836
1837#: ident.c:417 builtin/commit.c:611
1838#, c-format
1839msgid "invalid date format: %s"
1840msgstr ""
1841
fda7b092 1842#: lockfile.c:152
df0617bf 1843#, c-format
fda7b092
JX
1844msgid ""
1845"Unable to create '%s.lock': %s.\n"
1846"\n"
1847"Another git process seems to be running in this repository, e.g.\n"
1848"an editor opened by 'git commit'. Please make sure all processes\n"
1849"are terminated then try again. If it still fails, a git process\n"
1850"may have crashed in this repository earlier:\n"
1851"remove the file manually to continue."
df0617bf
JX
1852msgstr ""
1853
fda7b092 1854#: lockfile.c:160
df0617bf 1855#, c-format
fda7b092 1856msgid "Unable to create '%s.lock': %s"
df0617bf
JX
1857msgstr ""
1858
fda7b092
JX
1859#: merge.c:41
1860msgid "failed to read the cache"
9eb3984b
JX
1861msgstr ""
1862
28e1aaa4 1863#: merge.c:96 builtin/am.c:1999 builtin/am.c:2034 builtin/checkout.c:393
dfc182b1 1864#: builtin/checkout.c:607 builtin/clone.c:749
fda7b092 1865msgid "unable to write new index file"
9eb3984b
JX
1866msgstr ""
1867
fda7b092
JX
1868#: merge-recursive.c:209
1869msgid "(bad commit)\n"
f4f2c8f8
JX
1870msgstr ""
1871
673bfad0 1872#: merge-recursive.c:231 merge-recursive.c:239
f1522b27 1873#, c-format
fda7b092 1874msgid "addinfo_cache failed for path '%s'"
f1522b27
JX
1875msgstr ""
1876
673bfad0 1877#: merge-recursive.c:303
fda7b092 1878msgid "error building trees"
f1522b27
JX
1879msgstr ""
1880
673bfad0 1881#: merge-recursive.c:727
f4f2c8f8 1882#, c-format
fda7b092 1883msgid "failed to create path '%s'%s"
f4f2c8f8
JX
1884msgstr ""
1885
673bfad0 1886#: merge-recursive.c:738
f4f2c8f8 1887#, c-format
fda7b092 1888msgid "Removing %s to make room for subdirectory\n"
f4f2c8f8
JX
1889msgstr ""
1890
673bfad0 1891#: merge-recursive.c:752 merge-recursive.c:771
fda7b092 1892msgid ": perhaps a D/F conflict?"
df0617bf
JX
1893msgstr ""
1894
673bfad0 1895#: merge-recursive.c:761
f4f2c8f8 1896#, c-format
fda7b092 1897msgid "refusing to lose untracked file at '%s'"
f4f2c8f8
JX
1898msgstr ""
1899
673bfad0 1900#: merge-recursive.c:803 builtin/cat-file.c:34
9eb3984b 1901#, c-format
fda7b092 1902msgid "cannot read object %s '%s'"
9eb3984b
JX
1903msgstr ""
1904
673bfad0 1905#: merge-recursive.c:805
9eb3984b 1906#, c-format
fda7b092 1907msgid "blob expected for %s '%s'"
9eb3984b
JX
1908msgstr ""
1909
673bfad0 1910#: merge-recursive.c:829
f4f2c8f8 1911#, c-format
fda7b092 1912msgid "failed to open '%s': %s"
f4f2c8f8
JX
1913msgstr ""
1914
673bfad0 1915#: merge-recursive.c:840
f4f2c8f8 1916#, c-format
fda7b092 1917msgid "failed to symlink '%s': %s"
f4f2c8f8
JX
1918msgstr ""
1919
673bfad0 1920#: merge-recursive.c:845
f1522b27 1921#, c-format
fda7b092 1922msgid "do not know what to do with %06o %s '%s'"
f1522b27
JX
1923msgstr ""
1924
673bfad0 1925#: merge-recursive.c:985
fda7b092 1926msgid "Failed to execute internal merge"
f1522b27
JX
1927msgstr ""
1928
673bfad0 1929#: merge-recursive.c:989
9eb3984b 1930#, c-format
fda7b092 1931msgid "Unable to add %s to database"
9eb3984b
JX
1932msgstr ""
1933
dfc182b1 1934#: merge-recursive.c:1092
f1522b27 1935#, c-format
fda7b092
JX
1936msgid ""
1937"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
1938"in tree."
f1522b27
JX
1939msgstr ""
1940
dfc182b1
JX
1941#: merge-recursive.c:1097
1942#, c-format
1943msgid ""
1944"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
1945"left in tree."
1946msgstr ""
1947
1948#: merge-recursive.c:1104
fda7b092
JX
1949#, c-format
1950msgid ""
1951"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
1952"in tree at %s."
f1522b27
JX
1953msgstr ""
1954
dfc182b1
JX
1955#: merge-recursive.c:1109
1956#, c-format
1957msgid ""
1958"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
1959"left in tree at %s."
1960msgstr ""
1961
1962#: merge-recursive.c:1143
fda7b092 1963msgid "rename"
f1522b27
JX
1964msgstr ""
1965
dfc182b1 1966#: merge-recursive.c:1143
fda7b092 1967msgid "renamed"
f1522b27
JX
1968msgstr ""
1969
dfc182b1 1970#: merge-recursive.c:1200
f1522b27 1971#, c-format
fda7b092 1972msgid "%s is a directory in %s adding as %s instead"
f1522b27
JX
1973msgstr ""
1974
dfc182b1 1975#: merge-recursive.c:1225
f1522b27 1976#, c-format
fda7b092
JX
1977msgid ""
1978"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
1979"\"->\"%s\" in \"%s\"%s"
f1522b27
JX
1980msgstr ""
1981
dfc182b1 1982#: merge-recursive.c:1230
fda7b092 1983msgid " (left unresolved)"
f4f2c8f8
JX
1984msgstr ""
1985
dfc182b1 1986#: merge-recursive.c:1292
f1522b27 1987#, c-format
fda7b092 1988msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
f1522b27
JX
1989msgstr ""
1990
dfc182b1 1991#: merge-recursive.c:1325
f1522b27 1992#, c-format
fda7b092 1993msgid "Renaming %s to %s and %s to %s instead"
f1522b27
JX
1994msgstr ""
1995
dfc182b1 1996#: merge-recursive.c:1528
f4f2c8f8 1997#, c-format
fda7b092 1998msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
f4f2c8f8
JX
1999msgstr ""
2000
dfc182b1 2001#: merge-recursive.c:1543
f4f2c8f8 2002#, c-format
fda7b092 2003msgid "Adding merged %s"
f4f2c8f8
JX
2004msgstr ""
2005
dfc182b1 2006#: merge-recursive.c:1550 merge-recursive.c:1780
df49095a 2007#, c-format
fda7b092 2008msgid "Adding as %s instead"
df49095a
JX
2009msgstr ""
2010
dfc182b1 2011#: merge-recursive.c:1607
df49095a 2012#, c-format
fda7b092 2013msgid "cannot read object %s"
df49095a
JX
2014msgstr ""
2015
dfc182b1 2016#: merge-recursive.c:1610
df49095a 2017#, c-format
fda7b092 2018msgid "object %s is not a blob"
df49095a
JX
2019msgstr ""
2020
dfc182b1 2021#: merge-recursive.c:1679
fda7b092 2022msgid "modify"
df49095a
JX
2023msgstr ""
2024
dfc182b1 2025#: merge-recursive.c:1679
fda7b092 2026msgid "modified"
64f23b0c
JX
2027msgstr ""
2028
dfc182b1 2029#: merge-recursive.c:1689
fda7b092 2030msgid "content"
64f23b0c
JX
2031msgstr ""
2032
dfc182b1 2033#: merge-recursive.c:1696
fda7b092 2034msgid "add/add"
64f23b0c
JX
2035msgstr ""
2036
dfc182b1 2037#: merge-recursive.c:1732
64f23b0c 2038#, c-format
fda7b092 2039msgid "Skipped %s (merged same as existing)"
64f23b0c
JX
2040msgstr ""
2041
dfc182b1 2042#: merge-recursive.c:1746
64f23b0c 2043#, c-format
fda7b092 2044msgid "Auto-merging %s"
64f23b0c
JX
2045msgstr ""
2046
dfc182b1 2047#: merge-recursive.c:1750 git-submodule.sh:944
fda7b092 2048msgid "submodule"
64f23b0c
JX
2049msgstr ""
2050
dfc182b1 2051#: merge-recursive.c:1751
64f23b0c 2052#, c-format
fda7b092 2053msgid "CONFLICT (%s): Merge conflict in %s"
64f23b0c
JX
2054msgstr ""
2055
dfc182b1 2056#: merge-recursive.c:1845
9caaf23e 2057#, c-format
fda7b092 2058msgid "Removing %s"
727b9576
JX
2059msgstr ""
2060
dfc182b1 2061#: merge-recursive.c:1871
fda7b092 2062msgid "file/directory"
727b9576
JX
2063msgstr ""
2064
dfc182b1 2065#: merge-recursive.c:1877
fda7b092 2066msgid "directory/file"
f9472e35
JX
2067msgstr ""
2068
dfc182b1 2069#: merge-recursive.c:1883
dce37b66 2070#, c-format
fda7b092 2071msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
f9472e35
JX
2072msgstr ""
2073
dfc182b1 2074#: merge-recursive.c:1892
dce37b66 2075#, c-format
fda7b092 2076msgid "Adding %s"
f9472e35
JX
2077msgstr ""
2078
dfc182b1 2079#: merge-recursive.c:1929
fda7b092 2080msgid "Already up-to-date!"
df0617bf
JX
2081msgstr ""
2082
dfc182b1 2083#: merge-recursive.c:1938
df0617bf 2084#, c-format
fda7b092 2085msgid "merging of trees %s and %s failed"
c2ea1208
JX
2086msgstr ""
2087
dfc182b1 2088#: merge-recursive.c:2021
fda7b092 2089msgid "Merging:"
28b3cffc
JX
2090msgstr ""
2091
dfc182b1 2092#: merge-recursive.c:2034
28b3cffc 2093#, c-format
fda7b092
JX
2094msgid "found %u common ancestor:"
2095msgid_plural "found %u common ancestors:"
2096msgstr[0] ""
2097msgstr[1] ""
28b3cffc 2098
dfc182b1 2099#: merge-recursive.c:2073
fda7b092 2100msgid "merge returned no commit"
d07a63e4
JX
2101msgstr ""
2102
dfc182b1 2103#: merge-recursive.c:2136
fda7b092
JX
2104#, c-format
2105msgid "Could not parse object '%s'"
d07a63e4
JX
2106msgstr ""
2107
dfc182b1 2108#: merge-recursive.c:2150 builtin/merge.c:645 builtin/merge.c:792
fda7b092 2109msgid "Unable to write index."
dce37b66
JX
2110msgstr ""
2111
fda7b092
JX
2112#: notes-merge.c:273
2113#, c-format
2114msgid ""
2115"You have not concluded your previous notes merge (%s exists).\n"
2116"Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
2117"commit/abort the previous merge before you start a new notes merge."
dce37b66
JX
2118msgstr ""
2119
fda7b092
JX
2120#: notes-merge.c:280
2121#, c-format
2122msgid "You have not concluded your notes merge (%s exists)."
9fa976ff
JX
2123msgstr ""
2124
fda7b092
JX
2125#: notes-utils.c:41
2126msgid "Cannot commit uninitialized/unreferenced notes tree"
2b911f81
JX
2127msgstr ""
2128
fda7b092
JX
2129#: notes-utils.c:100
2130#, c-format
2131msgid "Bad notes.rewriteMode value: '%s'"
dce37b66
JX
2132msgstr ""
2133
fda7b092 2134#: notes-utils.c:110
dce37b66 2135#, c-format
fda7b092 2136msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
dce37b66
JX
2137msgstr ""
2138
fda7b092
JX
2139#. TRANSLATORS: The first %s is the name of the
2140#. environment variable, the second %s is its value
2141#: notes-utils.c:137
dce37b66 2142#, c-format
fda7b092 2143msgid "Bad %s value: '%s'"
dce37b66
JX
2144msgstr ""
2145
a4d94835 2146#: object.c:240
fda7b092
JX
2147#, c-format
2148msgid "unable to parse object: %s"
dce37b66
JX
2149msgstr ""
2150
fda7b092
JX
2151#: parse-options.c:572
2152msgid "..."
dce37b66
JX
2153msgstr ""
2154
fda7b092
JX
2155#: parse-options.c:590
2156#, c-format
2157msgid "usage: %s"
dce37b66
JX
2158msgstr ""
2159
fda7b092
JX
2160#. TRANSLATORS: the colon here should align with the
2161#. one in "usage: %s" translation
2162#: parse-options.c:594
9fa976ff 2163#, c-format
fda7b092 2164msgid " or: %s"
9fa976ff
JX
2165msgstr ""
2166
fda7b092 2167#: parse-options.c:597
dce37b66 2168#, c-format
fda7b092 2169msgid " %s"
dce37b66
JX
2170msgstr ""
2171
fda7b092
JX
2172#: parse-options.c:631
2173msgid "-NUM"
822e4a65
JX
2174msgstr ""
2175
fda7b092
JX
2176#: parse-options-cb.c:108
2177#, c-format
2178msgid "malformed object name '%s'"
822e4a65
JX
2179msgstr ""
2180
28e1aaa4 2181#: path.c:810
822e4a65 2182#, c-format
fda7b092 2183msgid "Could not make %s writable by group"
822e4a65
JX
2184msgstr ""
2185
dfc182b1
JX
2186#: pathspec.c:125
2187msgid "Escape character '\\' not allowed as last character in attr value"
2188msgstr ""
2189
2190#: pathspec.c:143
2191msgid "Only one 'attr:' specification is allowed."
2192msgstr ""
2193
2194#: pathspec.c:146
2195msgid "attr spec must not be empty"
2196msgstr ""
2197
2198#: pathspec.c:189
2199#, c-format
2200msgid "invalid attribute name %s"
2201msgstr ""
2202
2203#: pathspec.c:254
fda7b092 2204msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
822e4a65
JX
2205msgstr ""
2206
dfc182b1 2207#: pathspec.c:261
fda7b092
JX
2208msgid ""
2209"global 'literal' pathspec setting is incompatible with all other global "
2210"pathspec settings"
dce37b66
JX
2211msgstr ""
2212
dfc182b1 2213#: pathspec.c:301
fda7b092 2214msgid "invalid parameter for pathspec magic 'prefix'"
dce37b66
JX
2215msgstr ""
2216
dfc182b1 2217#: pathspec.c:322
dce37b66 2218#, c-format
fda7b092 2219msgid "Invalid pathspec magic '%.*s' in '%s'"
dce37b66
JX
2220msgstr ""
2221
dfc182b1 2222#: pathspec.c:327
dce37b66 2223#, c-format
fda7b092 2224msgid "Missing ')' at the end of pathspec magic in '%s'"
dce37b66
JX
2225msgstr ""
2226
dfc182b1 2227#: pathspec.c:365
dce37b66 2228#, c-format
fda7b092 2229msgid "Unimplemented pathspec magic '%c' in '%s'"
dce37b66
JX
2230msgstr ""
2231
dfc182b1 2232#: pathspec.c:421 pathspec.c:443
673bfad0
JX
2233#, c-format
2234msgid "Pathspec '%s' is in submodule '%.*s'"
2235msgstr ""
2236
dfc182b1 2237#: pathspec.c:483
dce37b66 2238#, c-format
fda7b092 2239msgid "%s: 'literal' and 'glob' are incompatible"
dce37b66
JX
2240msgstr ""
2241
dfc182b1 2242#: pathspec.c:496
dce37b66 2243#, c-format
fda7b092 2244msgid "%s: '%s' is outside repository"
dce37b66
JX
2245msgstr ""
2246
dfc182b1 2247#: pathspec.c:584
dce37b66 2248#, c-format
673bfad0 2249msgid "'%s' (mnemonic: '%c')"
dce37b66
JX
2250msgstr ""
2251
dfc182b1 2252#: pathspec.c:594
fda7b092
JX
2253#, c-format
2254msgid "%s: pathspec magic not supported by this command: %s"
dce37b66
JX
2255msgstr ""
2256
dfc182b1 2257#: pathspec.c:644
fda7b092
JX
2258msgid ""
2259"empty strings as pathspecs will be made invalid in upcoming releases. please "
2260"use . instead if you meant to match all paths"
dce37b66
JX
2261msgstr ""
2262
dfc182b1 2263#: pathspec.c:668
dce37b66 2264#, c-format
fda7b092 2265msgid "pathspec '%s' is beyond a symbolic link"
dce37b66
JX
2266msgstr ""
2267
673bfad0 2268#: pretty.c:982
fda7b092 2269msgid "unable to parse --pretty format"
9fa976ff
JX
2270msgstr ""
2271
28e1aaa4 2272#: read-cache.c:1442
fda7b092
JX
2273#, c-format
2274msgid ""
2275"index.version set, but the value is invalid.\n"
2276"Using version %i"
9fa976ff
JX
2277msgstr ""
2278
28e1aaa4 2279#: read-cache.c:1452
fda7b092
JX
2280#, c-format
2281msgid ""
2282"GIT_INDEX_VERSION set, but the value is invalid.\n"
2283"Using version %i"
dce37b66
JX
2284msgstr ""
2285
28e1aaa4 2286#: read-cache.c:2375 sequencer.c:1350 sequencer.c:2048
dfc182b1 2287#, c-format
28e1aaa4 2288msgid "could not stat '%s'"
dfc182b1
JX
2289msgstr ""
2290
28e1aaa4 2291#: read-cache.c:2388
dfc182b1
JX
2292#, c-format
2293msgid "unable to open git dir: %s"
2294msgstr ""
2295
28e1aaa4 2296#: read-cache.c:2400
dfc182b1
JX
2297#, c-format
2298msgid "unable to unlink: %s"
2299msgstr ""
2300
28e1aaa4 2301#: refs.c:620 builtin/merge.c:844
dce37b66 2302#, c-format
fda7b092 2303msgid "Could not open '%s' for writing"
dce37b66
JX
2304msgstr ""
2305
28e1aaa4
JX
2306#: refs.c:1667
2307msgid "ref updates forbidden inside quarantine environment"
2308msgstr ""
2309
2310#: refs/files-backend.c:1631
fda7b092
JX
2311#, c-format
2312msgid "could not delete reference %s: %s"
dce37b66
JX
2313msgstr ""
2314
28e1aaa4 2315#: refs/files-backend.c:1634
dce37b66 2316#, c-format
fda7b092 2317msgid "could not delete references: %s"
dce37b66
JX
2318msgstr ""
2319
28e1aaa4 2320#: refs/files-backend.c:1643
dce37b66 2321#, c-format
fda7b092 2322msgid "could not remove reference %s"
dce37b66
JX
2323msgstr ""
2324
dfc182b1
JX
2325#: ref-filter.c:35 wt-status.c:1780
2326msgid "gone"
2327msgstr ""
2328
2329#: ref-filter.c:36
2330#, c-format
2331msgid "ahead %d"
2332msgstr ""
2333
2334#: ref-filter.c:37
2335#, c-format
2336msgid "behind %d"
2337msgstr ""
2338
2339#: ref-filter.c:38
2340#, c-format
2341msgid "ahead %d, behind %d"
2342msgstr ""
2343
2344#: ref-filter.c:104
dce37b66 2345#, c-format
fda7b092 2346msgid "expected format: %%(color:<color>)"
dce37b66
JX
2347msgstr ""
2348
dfc182b1 2349#: ref-filter.c:106
dce37b66 2350#, c-format
fda7b092 2351msgid "unrecognized color: %%(color:%s)"
dce37b66
JX
2352msgstr ""
2353
dfc182b1 2354#: ref-filter.c:120
dce37b66 2355#, c-format
dfc182b1 2356msgid "Integer value expected refname:lstrip=%s"
dce37b66
JX
2357msgstr ""
2358
dfc182b1
JX
2359#: ref-filter.c:124
2360#, c-format
2361msgid "Integer value expected refname:rstrip=%s"
2362msgstr ""
2363
2364#: ref-filter.c:126
2365#, c-format
2366msgid "unrecognized %%(%s) argument: %s"
2367msgstr ""
2368
2369#: ref-filter.c:166
dce37b66 2370#, c-format
fda7b092 2371msgid "%%(body) does not take arguments"
dce37b66
JX
2372msgstr ""
2373
dfc182b1 2374#: ref-filter.c:173
fda7b092
JX
2375#, c-format
2376msgid "%%(subject) does not take arguments"
dce37b66
JX
2377msgstr ""
2378
dfc182b1 2379#: ref-filter.c:180
673bfad0
JX
2380#, c-format
2381msgid "%%(trailers) does not take arguments"
2382msgstr ""
2383
dfc182b1 2384#: ref-filter.c:199
fda7b092
JX
2385#, c-format
2386msgid "positive value expected contents:lines=%s"
dce37b66
JX
2387msgstr ""
2388
dfc182b1 2389#: ref-filter.c:201
dce37b66 2390#, c-format
fda7b092 2391msgid "unrecognized %%(contents) argument: %s"
dce37b66
JX
2392msgstr ""
2393
dfc182b1
JX
2394#: ref-filter.c:214
2395#, c-format
2396msgid "positive value expected objectname:short=%s"
2397msgstr ""
2398
2399#: ref-filter.c:218
fda7b092
JX
2400#, c-format
2401msgid "unrecognized %%(objectname) argument: %s"
dce37b66
JX
2402msgstr ""
2403
dfc182b1 2404#: ref-filter.c:245
fda7b092
JX
2405#, c-format
2406msgid "expected format: %%(align:<width>,<position>)"
dce37b66
JX
2407msgstr ""
2408
dfc182b1 2409#: ref-filter.c:257
fda7b092
JX
2410#, c-format
2411msgid "unrecognized position:%s"
dce37b66
JX
2412msgstr ""
2413
dfc182b1 2414#: ref-filter.c:261
dce37b66 2415#, c-format
fda7b092 2416msgid "unrecognized width:%s"
dce37b66
JX
2417msgstr ""
2418
dfc182b1 2419#: ref-filter.c:267
dce37b66 2420#, c-format
fda7b092 2421msgid "unrecognized %%(align) argument: %s"
dce37b66
JX
2422msgstr ""
2423
dfc182b1 2424#: ref-filter.c:271
fda7b092
JX
2425#, c-format
2426msgid "positive width expected with the %%(align) atom"
dce37b66
JX
2427msgstr ""
2428
dfc182b1
JX
2429#: ref-filter.c:286
2430#, c-format
2431msgid "unrecognized %%(if) argument: %s"
2432msgstr ""
2433
2434#: ref-filter.c:371
dce37b66 2435#, c-format
fda7b092 2436msgid "malformed field name: %.*s"
dce37b66
JX
2437msgstr ""
2438
dfc182b1 2439#: ref-filter.c:397
dce37b66 2440#, c-format
fda7b092 2441msgid "unknown field name: %.*s"
dce37b66
JX
2442msgstr ""
2443
dfc182b1
JX
2444#: ref-filter.c:501
2445#, c-format
2446msgid "format: %%(if) atom used without a %%(then) atom"
2447msgstr ""
2448
2449#: ref-filter.c:561
2450#, c-format
2451msgid "format: %%(then) atom used without an %%(if) atom"
2452msgstr ""
2453
2454#: ref-filter.c:563
2455#, c-format
2456msgid "format: %%(then) atom used more than once"
2457msgstr ""
2458
2459#: ref-filter.c:565
2460#, c-format
2461msgid "format: %%(then) atom used after %%(else)"
2462msgstr ""
2463
2464#: ref-filter.c:591
2465#, c-format
2466msgid "format: %%(else) atom used without an %%(if) atom"
2467msgstr ""
2468
2469#: ref-filter.c:593
2470#, c-format
2471msgid "format: %%(else) atom used without a %%(then) atom"
2472msgstr ""
2473
2474#: ref-filter.c:595
2475#, c-format
2476msgid "format: %%(else) atom used more than once"
2477msgstr ""
2478
2479#: ref-filter.c:608
c6bc7d43 2480#, c-format
fda7b092 2481msgid "format: %%(end) atom used without corresponding atom"
c6bc7d43
JX
2482msgstr ""
2483
dfc182b1 2484#: ref-filter.c:663
c6bc7d43 2485#, c-format
fda7b092 2486msgid "malformed format string %s"
c6bc7d43
JX
2487msgstr ""
2488
dfc182b1
JX
2489#: ref-filter.c:1247
2490#, c-format
2491msgid "(no branch, rebasing %s)"
2492msgstr ""
2493
2494#: ref-filter.c:1250
2495#, c-format
2496msgid "(no branch, bisect started on %s)"
dce37b66
JX
2497msgstr ""
2498
dfc182b1
JX
2499#. TRANSLATORS: make sure this matches
2500#. "HEAD detached at " in wt-status.c
2501#: ref-filter.c:1256
9fa976ff 2502#, c-format
dfc182b1 2503msgid "(HEAD detached at %s)"
9fa976ff
JX
2504msgstr ""
2505
dfc182b1
JX
2506#. TRANSLATORS: make sure this matches
2507#. "HEAD detached from " in wt-status.c
2508#: ref-filter.c:1261
9fa976ff 2509#, c-format
dfc182b1 2510msgid "(HEAD detached from %s)"
9fa976ff
JX
2511msgstr ""
2512
dfc182b1
JX
2513#: ref-filter.c:1265
2514msgid "(no branch)"
2515msgstr ""
2516
2517#: ref-filter.c:1420 ref-filter.c:1451
9fa976ff 2518#, c-format
fda7b092 2519msgid "missing object %s for %s"
dce37b66
JX
2520msgstr ""
2521
dfc182b1 2522#: ref-filter.c:1423 ref-filter.c:1454
64f23b0c 2523#, c-format
fda7b092 2524msgid "parse_object_buffer failed on %s for %s"
64f23b0c
JX
2525msgstr ""
2526
dfc182b1 2527#: ref-filter.c:1692
f517e50d 2528#, c-format
fda7b092 2529msgid "malformed object at '%s'"
f517e50d
JX
2530msgstr ""
2531
dfc182b1 2532#: ref-filter.c:1759
fda7b092
JX
2533#, c-format
2534msgid "ignoring ref with broken name %s"
f517e50d
JX
2535msgstr ""
2536
dfc182b1 2537#: ref-filter.c:1764
9fa976ff 2538#, c-format
fda7b092 2539msgid "ignoring broken ref %s"
9fa976ff
JX
2540msgstr ""
2541
dfc182b1 2542#: ref-filter.c:2028
fda7b092
JX
2543#, c-format
2544msgid "format: %%(end) atom missing"
9fa976ff
JX
2545msgstr ""
2546
dfc182b1 2547#: ref-filter.c:2109
fda7b092
JX
2548#, c-format
2549msgid "malformed object name %s"
9fa976ff
JX
2550msgstr ""
2551
673bfad0 2552#: remote.c:754
9fa976ff 2553#, c-format
fda7b092 2554msgid "Cannot fetch both %s and %s to %s"
9fa976ff
JX
2555msgstr ""
2556
673bfad0 2557#: remote.c:758
9fa976ff 2558#, c-format
fda7b092 2559msgid "%s usually tracks %s, not %s"
9fa976ff
JX
2560msgstr ""
2561
673bfad0 2562#: remote.c:762
9fa976ff 2563#, c-format
fda7b092 2564msgid "%s tracks both %s and %s"
9fa976ff
JX
2565msgstr ""
2566
673bfad0 2567#: remote.c:770
fda7b092 2568msgid "Internal error"
f1522b27
JX
2569msgstr ""
2570
673bfad0 2571#: remote.c:1685 remote.c:1787
fda7b092 2572msgid "HEAD does not point to a branch"
f1522b27
JX
2573msgstr ""
2574
673bfad0 2575#: remote.c:1694
f1522b27 2576#, c-format
fda7b092 2577msgid "no such branch: '%s'"
f1522b27
JX
2578msgstr ""
2579
673bfad0 2580#: remote.c:1697
fda7b092
JX
2581#, c-format
2582msgid "no upstream configured for branch '%s'"
28b3cffc
JX
2583msgstr ""
2584
673bfad0 2585#: remote.c:1703
fda7b092
JX
2586#, c-format
2587msgid "upstream branch '%s' not stored as a remote-tracking branch"
727b9576
JX
2588msgstr ""
2589
673bfad0 2590#: remote.c:1718
727b9576 2591#, c-format
fda7b092 2592msgid "push destination '%s' on remote '%s' has no local tracking branch"
727b9576
JX
2593msgstr ""
2594
673bfad0 2595#: remote.c:1730
727b9576 2596#, c-format
fda7b092 2597msgid "branch '%s' has no remote for pushing"
727b9576
JX
2598msgstr ""
2599
673bfad0 2600#: remote.c:1741
727b9576 2601#, c-format
fda7b092 2602msgid "push refspecs for '%s' do not include '%s'"
727b9576
JX
2603msgstr ""
2604
673bfad0 2605#: remote.c:1754
fda7b092 2606msgid "push has no destination (push.default is 'nothing')"
727b9576
JX
2607msgstr ""
2608
673bfad0 2609#: remote.c:1776
fda7b092 2610msgid "cannot resolve 'simple' push to a single destination"
f517e50d
JX
2611msgstr ""
2612
673bfad0 2613#: remote.c:2081
f517e50d 2614#, c-format
fda7b092 2615msgid "Your branch is based on '%s', but the upstream is gone.\n"
f517e50d
JX
2616msgstr ""
2617
673bfad0 2618#: remote.c:2085
fda7b092 2619msgid " (use \"git branch --unset-upstream\" to fixup)\n"
f1522b27
JX
2620msgstr ""
2621
673bfad0 2622#: remote.c:2088
d07a63e4 2623#, c-format
fda7b092 2624msgid "Your branch is up-to-date with '%s'.\n"
d07a63e4
JX
2625msgstr ""
2626
673bfad0 2627#: remote.c:2092
d07a63e4 2628#, c-format
fda7b092
JX
2629msgid "Your branch is ahead of '%s' by %d commit.\n"
2630msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
2631msgstr[0] ""
2632msgstr[1] ""
2633
673bfad0 2634#: remote.c:2098
fda7b092 2635msgid " (use \"git push\" to publish your local commits)\n"
d07a63e4
JX
2636msgstr ""
2637
673bfad0 2638#: remote.c:2101
d07a63e4 2639#, c-format
fda7b092
JX
2640msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
2641msgid_plural ""
2642"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
2643msgstr[0] ""
2644msgstr[1] ""
2645
673bfad0 2646#: remote.c:2109
fda7b092 2647msgid " (use \"git pull\" to update your local branch)\n"
d07a63e4
JX
2648msgstr ""
2649
673bfad0 2650#: remote.c:2112
d07a63e4 2651#, c-format
fda7b092
JX
2652msgid ""
2653"Your branch and '%s' have diverged,\n"
2654"and have %d and %d different commit each, respectively.\n"
2655msgid_plural ""
2656"Your branch and '%s' have diverged,\n"
2657"and have %d and %d different commits each, respectively.\n"
2658msgstr[0] ""
2659msgstr[1] ""
d07a63e4 2660
673bfad0 2661#: remote.c:2122
fda7b092 2662msgid " (use \"git pull\" to merge the remote branch into yours)\n"
d07a63e4
JX
2663msgstr ""
2664
fda7b092
JX
2665#: revision.c:2158
2666msgid "your current branch appears to be broken"
9eb3984b
JX
2667msgstr ""
2668
fda7b092 2669#: revision.c:2161
9eb3984b 2670#, c-format
fda7b092 2671msgid "your current branch '%s' does not have any commits yet"
9eb3984b
JX
2672msgstr ""
2673
fda7b092
JX
2674#: revision.c:2355
2675msgid "--first-parent is incompatible with --bisect"
9eb3984b
JX
2676msgstr ""
2677
673bfad0 2678#: run-command.c:125
fda7b092 2679msgid "open /dev/null failed"
9eb3984b
JX
2680msgstr ""
2681
673bfad0 2682#: run-command.c:127
9eb3984b 2683#, c-format
fda7b092 2684msgid "dup2(%d,%d) failed"
9eb3984b
JX
2685msgstr ""
2686
dfc182b1
JX
2687#: send-pack.c:150
2688#, c-format
2689msgid "unable to parse remote unpack status: %s"
2690msgstr ""
2691
2692#: send-pack.c:152
2693#, c-format
2694msgid "remote unpack failed: %s"
2695msgstr ""
2696
2697#: send-pack.c:315
fda7b092 2698msgid "failed to sign the push certificate"
9fa976ff
JX
2699msgstr ""
2700
dfc182b1 2701#: send-pack.c:428
fda7b092 2702msgid "the receiving end does not support --signed push"
9fa976ff
JX
2703msgstr ""
2704
dfc182b1 2705#: send-pack.c:430
9fa976ff 2706msgid ""
fda7b092
JX
2707"not sending a push certificate since the receiving end does not support --"
2708"signed push"
9fa976ff
JX
2709msgstr ""
2710
dfc182b1 2711#: send-pack.c:442
fda7b092 2712msgid "the receiving end does not support --atomic push"
9fa976ff
JX
2713msgstr ""
2714
dfc182b1 2715#: send-pack.c:447
fda7b092 2716msgid "the receiving end does not support push options"
9fa976ff
JX
2717msgstr ""
2718
673bfad0 2719#: sequencer.c:215
fda7b092 2720msgid "revert"
df0617bf
JX
2721msgstr ""
2722
673bfad0 2723#: sequencer.c:217
fda7b092 2724msgid "cherry-pick"
f517e50d
JX
2725msgstr ""
2726
673bfad0
JX
2727#: sequencer.c:219
2728msgid "rebase -i"
2729msgstr ""
2730
2731#: sequencer.c:221
2732#, c-format
2733msgid "Unknown action: %d"
2734msgstr ""
2735
2736#: sequencer.c:278
f517e50d 2737msgid ""
fda7b092
JX
2738"after resolving the conflicts, mark the corrected paths\n"
2739"with 'git add <paths>' or 'git rm <paths>'"
f517e50d
JX
2740msgstr ""
2741
673bfad0 2742#: sequencer.c:281
f517e50d 2743msgid ""
fda7b092
JX
2744"after resolving the conflicts, mark the corrected paths\n"
2745"with 'git add <paths>' or 'git rm <paths>'\n"
2746"and commit the result with 'git commit'"
f517e50d
JX
2747msgstr ""
2748
28e1aaa4 2749#: sequencer.c:294 sequencer.c:1682
f517e50d 2750#, c-format
fda7b092 2751msgid "could not lock '%s'"
f517e50d
JX
2752msgstr ""
2753
28e1aaa4 2754#: sequencer.c:297 sequencer.c:1560 sequencer.c:1687 sequencer.c:1701
f517e50d 2755#, c-format
fda7b092 2756msgid "could not write to '%s'"
f517e50d
JX
2757msgstr ""
2758
673bfad0 2759#: sequencer.c:301
f517e50d 2760#, c-format
72351d7d 2761msgid "could not write eol to '%s'"
f517e50d
JX
2762msgstr ""
2763
28e1aaa4 2764#: sequencer.c:305 sequencer.c:1565 sequencer.c:1689
f517e50d 2765#, c-format
fda7b092 2766msgid "failed to finalize '%s'."
f517e50d
JX
2767msgstr ""
2768
28e1aaa4 2769#: sequencer.c:329 sequencer.c:814 sequencer.c:1586 builtin/am.c:257
dfc182b1 2770#: builtin/commit.c:749 builtin/merge.c:1018
f517e50d 2771#, c-format
fda7b092 2772msgid "could not read '%s'"
f517e50d
JX
2773msgstr ""
2774
673bfad0 2775#: sequencer.c:355
f517e50d 2776#, c-format
fda7b092 2777msgid "your local changes would be overwritten by %s."
f517e50d
JX
2778msgstr ""
2779
673bfad0 2780#: sequencer.c:359
fda7b092 2781msgid "commit your changes or stash them to proceed."
f517e50d
JX
2782msgstr ""
2783
673bfad0 2784#: sequencer.c:388
f517e50d 2785#, c-format
fda7b092 2786msgid "%s: fast-forward"
f517e50d
JX
2787msgstr ""
2788
673bfad0
JX
2789#. TRANSLATORS: %s will be "revert", "cherry-pick" or
2790#. * "rebase -i".
2791#.
2792#: sequencer.c:470
f517e50d 2793#, c-format
fda7b092 2794msgid "%s: Unable to write new index file"
f517e50d
JX
2795msgstr ""
2796
673bfad0 2797#: sequencer.c:489
fda7b092 2798msgid "could not resolve HEAD commit\n"
f517e50d
JX
2799msgstr ""
2800
673bfad0 2801#: sequencer.c:509
fda7b092 2802msgid "unable to update cache tree\n"
f517e50d
JX
2803msgstr ""
2804
673bfad0 2805#: sequencer.c:592
f517e50d
JX
2806#, c-format
2807msgid ""
fda7b092
JX
2808"you have staged changes in your working tree\n"
2809"If these changes are meant to be squashed into the previous commit, run:\n"
2810"\n"
2811" git commit --amend %s\n"
2812"\n"
2813"If they are meant to go into a new commit, run:\n"
2814"\n"
2815" git commit %s\n"
2816"\n"
2817"In both cases, once you're done, continue with:\n"
2818"\n"
2819" git rebase --continue\n"
f517e50d
JX
2820msgstr ""
2821
dfc182b1 2822#: sequencer.c:694
f517e50d 2823#, c-format
fda7b092 2824msgid "could not parse commit %s\n"
f517e50d
JX
2825msgstr ""
2826
dfc182b1 2827#: sequencer.c:699
f517e50d 2828#, c-format
fda7b092 2829msgid "could not parse parent commit %s\n"
f517e50d
JX
2830msgstr ""
2831
dfc182b1 2832#: sequencer.c:821
673bfad0
JX
2833#, c-format
2834msgid ""
2835"unexpected 1st line of squash message:\n"
2836"\n"
2837"\t%.*s"
2838msgstr ""
2839
dfc182b1 2840#: sequencer.c:827
673bfad0
JX
2841#, c-format
2842msgid ""
2843"invalid 1st line of squash message:\n"
2844"\n"
2845"\t%.*s"
2846msgstr ""
2847
dfc182b1 2848#: sequencer.c:833 sequencer.c:858
673bfad0
JX
2849#, c-format
2850msgid "This is a combination of %d commits."
2851msgstr ""
2852
dfc182b1 2853#: sequencer.c:842
673bfad0
JX
2854msgid "need a HEAD to fixup"
2855msgstr ""
2856
dfc182b1 2857#: sequencer.c:844
673bfad0
JX
2858msgid "could not read HEAD"
2859msgstr ""
2860
dfc182b1 2861#: sequencer.c:846
673bfad0
JX
2862msgid "could not read HEAD's commit message"
2863msgstr ""
2864
dfc182b1 2865#: sequencer.c:852
673bfad0
JX
2866#, c-format
2867msgid "cannot write '%s'"
2868msgstr ""
2869
dfc182b1 2870#: sequencer.c:861 git-rebase--interactive.sh:445
673bfad0
JX
2871msgid "This is the 1st commit message:"
2872msgstr ""
2873
dfc182b1 2874#: sequencer.c:869
673bfad0
JX
2875#, c-format
2876msgid "could not read commit message of %s"
2877msgstr ""
2878
dfc182b1 2879#: sequencer.c:876
673bfad0
JX
2880#, c-format
2881msgid "This is the commit message #%d:"
2882msgstr ""
2883
dfc182b1 2884#: sequencer.c:881
673bfad0
JX
2885#, c-format
2886msgid "The commit message #%d will be skipped:"
2887msgstr ""
2888
dfc182b1 2889#: sequencer.c:886
673bfad0
JX
2890#, c-format
2891msgid "unknown command: %d"
2892msgstr ""
2893
dfc182b1 2894#: sequencer.c:952
fda7b092 2895msgid "your index file is unmerged."
f517e50d
JX
2896msgstr ""
2897
dfc182b1 2898#: sequencer.c:970
f517e50d 2899#, c-format
fda7b092 2900msgid "commit %s is a merge but no -m option was given."
f517e50d
JX
2901msgstr ""
2902
dfc182b1 2903#: sequencer.c:978
f517e50d 2904#, c-format
fda7b092 2905msgid "commit %s does not have parent %d"
f517e50d
JX
2906msgstr ""
2907
dfc182b1 2908#: sequencer.c:982
f517e50d 2909#, c-format
fda7b092 2910msgid "mainline was specified but commit %s is not a merge."
f517e50d
JX
2911msgstr ""
2912
dfc182b1 2913#: sequencer.c:988
673bfad0
JX
2914#, c-format
2915msgid "cannot get commit message for %s"
2916msgstr ""
2917
fda7b092
JX
2918#. TRANSLATORS: The first %s will be a "todo" command like
2919#. "revert" or "pick", the second %s a SHA1.
dfc182b1 2920#: sequencer.c:1009
f517e50d 2921#, c-format
fda7b092 2922msgid "%s: cannot parse parent commit %s"
f517e50d
JX
2923msgstr ""
2924
28e1aaa4 2925#: sequencer.c:1071 sequencer.c:1827
f517e50d 2926#, c-format
673bfad0 2927msgid "could not rename '%s' to '%s'"
f517e50d
JX
2928msgstr ""
2929
dfc182b1 2930#: sequencer.c:1122
f517e50d 2931#, c-format
fda7b092 2932msgid "could not revert %s... %s"
f517e50d
JX
2933msgstr ""
2934
dfc182b1 2935#: sequencer.c:1123
fda7b092
JX
2936#, c-format
2937msgid "could not apply %s... %s"
5e078fcd
JX
2938msgstr ""
2939
dfc182b1 2940#: sequencer.c:1165
fda7b092 2941msgid "empty commit set passed"
727b9576
JX
2942msgstr ""
2943
dfc182b1 2944#: sequencer.c:1175
727b9576 2945#, c-format
fda7b092 2946msgid "git %s: failed to read the index"
727b9576
JX
2947msgstr ""
2948
dfc182b1 2949#: sequencer.c:1182
fda7b092
JX
2950#, c-format
2951msgid "git %s: failed to refresh the index"
727b9576
JX
2952msgstr ""
2953
28e1aaa4 2954#: sequencer.c:1303
fda7b092
JX
2955#, c-format
2956msgid "invalid line %d: %.*s"
727b9576
JX
2957msgstr ""
2958
28e1aaa4 2959#: sequencer.c:1311
673bfad0
JX
2960#, c-format
2961msgid "cannot '%s' without a previous commit"
727b9576
JX
2962msgstr ""
2963
28e1aaa4 2964#: sequencer.c:1344
fda7b092
JX
2965#, c-format
2966msgid "could not read '%s'."
727b9576
JX
2967msgstr ""
2968
28e1aaa4 2969#: sequencer.c:1356
673bfad0
JX
2970msgid "please fix this using 'git rebase --edit-todo'."
2971msgstr ""
2972
28e1aaa4 2973#: sequencer.c:1358
fda7b092
JX
2974#, c-format
2975msgid "unusable instruction sheet: '%s'"
2976msgstr ""
2977
28e1aaa4 2978#: sequencer.c:1363
673bfad0
JX
2979msgid "no commits parsed."
2980msgstr ""
2981
28e1aaa4 2982#: sequencer.c:1374
fda7b092 2983msgid "cannot cherry-pick during a revert."
727b9576
JX
2984msgstr ""
2985
28e1aaa4 2986#: sequencer.c:1376
fda7b092 2987msgid "cannot revert during a cherry-pick."
9fa976ff
JX
2988msgstr ""
2989
28e1aaa4 2990#: sequencer.c:1439
df0617bf 2991#, c-format
fda7b092 2992msgid "invalid key: %s"
df0617bf
JX
2993msgstr ""
2994
28e1aaa4 2995#: sequencer.c:1442
df0617bf 2996#, c-format
fda7b092 2997msgid "invalid value for %s: %s"
df0617bf
JX
2998msgstr ""
2999
28e1aaa4 3000#: sequencer.c:1499
df0617bf 3001#, c-format
fda7b092 3002msgid "malformed options sheet: '%s'"
df0617bf
JX
3003msgstr ""
3004
28e1aaa4 3005#: sequencer.c:1537
fda7b092 3006msgid "a cherry-pick or revert is already in progress"
46bc4039
JX
3007msgstr ""
3008
28e1aaa4 3009#: sequencer.c:1538
fda7b092 3010msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
d07a63e4
JX
3011msgstr ""
3012
28e1aaa4 3013#: sequencer.c:1541
64f23b0c 3014#, c-format
fda7b092 3015msgid "could not create sequencer directory '%s'"
64f23b0c
JX
3016msgstr ""
3017
28e1aaa4 3018#: sequencer.c:1555
fda7b092 3019msgid "could not lock HEAD"
64f23b0c
JX
3020msgstr ""
3021
28e1aaa4 3022#: sequencer.c:1611 sequencer.c:2181
fda7b092 3023msgid "no cherry-pick or revert in progress"
dce37b66
JX
3024msgstr ""
3025
28e1aaa4 3026#: sequencer.c:1613
fda7b092 3027msgid "cannot resolve HEAD"
dce37b66
JX
3028msgstr ""
3029
28e1aaa4 3030#: sequencer.c:1615 sequencer.c:1649
fda7b092 3031msgid "cannot abort from a branch yet to be born"
dce37b66
JX
3032msgstr ""
3033
28e1aaa4 3034#: sequencer.c:1635 builtin/grep.c:910
fda7b092
JX
3035#, c-format
3036msgid "cannot open '%s'"
11b90174
JX
3037msgstr ""
3038
28e1aaa4 3039#: sequencer.c:1637
fda7b092
JX
3040#, c-format
3041msgid "cannot read '%s': %s"
dce37b66
JX
3042msgstr ""
3043
28e1aaa4 3044#: sequencer.c:1638
fda7b092 3045msgid "unexpected end of file"
11b90174
JX
3046msgstr ""
3047
28e1aaa4 3048#: sequencer.c:1644
fda7b092
JX
3049#, c-format
3050msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
dce37b66
JX
3051msgstr ""
3052
28e1aaa4 3053#: sequencer.c:1655
673bfad0
JX
3054msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
3055msgstr ""
3056
28e1aaa4 3057#: sequencer.c:1792 sequencer.c:2080
673bfad0
JX
3058msgid "cannot read HEAD"
3059msgstr ""
3060
28e1aaa4 3061#: sequencer.c:1832 builtin/difftool.c:616
673bfad0
JX
3062#, c-format
3063msgid "could not copy '%s' to '%s'"
3064msgstr ""
3065
28e1aaa4 3066#: sequencer.c:1848
673bfad0
JX
3067msgid "could not read index"
3068msgstr ""
3069
28e1aaa4 3070#: sequencer.c:1853
673bfad0
JX
3071#, c-format
3072msgid ""
3073"execution failed: %s\n"
3074"%sYou can fix the problem, and then run\n"
3075"\n"
3076" git rebase --continue\n"
3077"\n"
3078msgstr ""
3079
28e1aaa4 3080#: sequencer.c:1859
673bfad0
JX
3081msgid "and made changes to the index and/or the working tree\n"
3082msgstr ""
3083
28e1aaa4 3084#: sequencer.c:1865
673bfad0
JX
3085#, c-format
3086msgid ""
3087"execution succeeded: %s\n"
3088"but left changes to the index and/or the working tree\n"
3089"Commit or stash your changes, and then run\n"
3090"\n"
3091" git rebase --continue\n"
3092"\n"
3093msgstr ""
3094
28e1aaa4 3095#: sequencer.c:1920 git-rebase.sh:169
673bfad0
JX
3096#, c-format
3097msgid "Applied autostash."
3098msgstr ""
3099
28e1aaa4 3100#: sequencer.c:1932
673bfad0
JX
3101#, c-format
3102msgid "cannot store %s"
3103msgstr ""
3104
28e1aaa4 3105#: sequencer.c:1934 git-rebase.sh:173
673bfad0
JX
3106#, c-format
3107msgid ""
3108"Applying autostash resulted in conflicts.\n"
3109"Your changes are safe in the stash.\n"
3110"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
3111msgstr ""
3112
28e1aaa4 3113#: sequencer.c:2016
673bfad0 3114#, c-format
dfc182b1 3115msgid "Stopped at %s... %.*s\n"
673bfad0
JX
3116msgstr ""
3117
28e1aaa4 3118#: sequencer.c:2058
673bfad0
JX
3119#, c-format
3120msgid "unknown command %d"
3121msgstr ""
3122
28e1aaa4 3123#: sequencer.c:2088
673bfad0
JX
3124msgid "could not read orig-head"
3125msgstr ""
3126
28e1aaa4 3127#: sequencer.c:2092
673bfad0
JX
3128msgid "could not read 'onto'"
3129msgstr ""
3130
28e1aaa4 3131#: sequencer.c:2099
673bfad0
JX
3132#, c-format
3133msgid "could not update %s"
3134msgstr ""
3135
28e1aaa4 3136#: sequencer.c:2106
673bfad0
JX
3137#, c-format
3138msgid "could not update HEAD to %s"
3139msgstr ""
3140
28e1aaa4 3141#: sequencer.c:2190
673bfad0
JX
3142msgid "cannot rebase: You have unstaged changes."
3143msgstr ""
3144
28e1aaa4 3145#: sequencer.c:2195
673bfad0
JX
3146msgid "could not remove CHERRY_PICK_HEAD"
3147msgstr ""
3148
28e1aaa4 3149#: sequencer.c:2204
673bfad0
JX
3150msgid "cannot amend non-existing commit"
3151msgstr ""
3152
28e1aaa4 3153#: sequencer.c:2206
673bfad0
JX
3154#, c-format
3155msgid "invalid file: '%s'"
3156msgstr ""
3157
28e1aaa4 3158#: sequencer.c:2208
673bfad0
JX
3159#, c-format
3160msgid "invalid contents: '%s'"
3161msgstr ""
3162
28e1aaa4 3163#: sequencer.c:2211
673bfad0
JX
3164msgid ""
3165"\n"
3166"You have uncommitted changes in your working tree. Please, commit them\n"
3167"first and then run 'git rebase --continue' again."
3168msgstr ""
3169
28e1aaa4 3170#: sequencer.c:2221
673bfad0
JX
3171msgid "could not commit staged changes."
3172msgstr ""
3173
28e1aaa4 3174#: sequencer.c:2301
fda7b092
JX
3175#, c-format
3176msgid "%s: can't cherry-pick a %s"
dce37b66
JX
3177msgstr ""
3178
28e1aaa4 3179#: sequencer.c:2305
fda7b092
JX
3180#, c-format
3181msgid "%s: bad revision"
dce37b66
JX
3182msgstr ""
3183
28e1aaa4 3184#: sequencer.c:2338
fda7b092 3185msgid "can't revert as initial commit"
dce37b66
JX
3186msgstr ""
3187
dfc182b1 3188#: setup.c:165
fda7b092 3189#, c-format
dce37b66 3190msgid ""
fda7b092
JX
3191"%s: no such path in the working tree.\n"
3192"Use 'git <command> -- <path>...' to specify paths that do not exist locally."
dce37b66
JX
3193msgstr ""
3194
dfc182b1 3195#: setup.c:178
fda7b092
JX
3196#, c-format
3197msgid ""
3198"ambiguous argument '%s': unknown revision or path not in the working tree.\n"
3199"Use '--' to separate paths from revisions, like this:\n"
3200"'git <command> [<revision>...] -- [<file>...]'"
dce37b66
JX
3201msgstr ""
3202
dfc182b1 3203#: setup.c:228
dce37b66 3204#, c-format
fda7b092
JX
3205msgid ""
3206"ambiguous argument '%s': both revision and filename\n"
3207"Use '--' to separate paths from revisions, like this:\n"
3208"'git <command> [<revision>...] -- [<file>...]'"
dce37b66
JX
3209msgstr ""
3210
dfc182b1 3211#: setup.c:475
fda7b092
JX
3212#, c-format
3213msgid "Expected git repo version <= %d, found %d"
dce37b66
JX
3214msgstr ""
3215
dfc182b1 3216#: setup.c:483
fda7b092 3217msgid "unknown repository extensions found:"
dce37b66
JX
3218msgstr ""
3219
dfc182b1 3220#: setup.c:776
fda7b092
JX
3221#, c-format
3222msgid "Not a git repository (or any of the parent directories): %s"
dce37b66
JX
3223msgstr ""
3224
dfc182b1 3225#: setup.c:778 builtin/index-pack.c:1646
fda7b092 3226msgid "Cannot come back to cwd"
dce37b66
JX
3227msgstr ""
3228
dfc182b1 3229#: setup.c:1010
fda7b092 3230msgid "Unable to read current working directory"
dce37b66
JX
3231msgstr ""
3232
dfc182b1 3233#: setup.c:1022 setup.c:1028
fda7b092 3234#, c-format
dfc182b1 3235msgid "Cannot change to '%s'"
dce37b66
JX
3236msgstr ""
3237
dfc182b1 3238#: setup.c:1041
fda7b092 3239#, c-format
dfc182b1
JX
3240msgid ""
3241"Not a git repository (or any parent up to mount point %s)\n"
3242"Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
dce37b66
JX
3243msgstr ""
3244
dfc182b1 3245#: setup.c:1106
fda7b092
JX
3246#, c-format
3247msgid ""
3248"Problem with core.sharedRepository filemode value (0%.3o).\n"
3249"The owner of files must always have read and write permissions."
5e078fcd
JX
3250msgstr ""
3251
dfc182b1 3252#: sha1_file.c:559
fda7b092
JX
3253#, c-format
3254msgid "path '%s' does not exist"
5e078fcd
JX
3255msgstr ""
3256
dfc182b1 3257#: sha1_file.c:585
fda7b092
JX
3258#, c-format
3259msgid "reference repository '%s' as a linked checkout is not supported yet."
dce37b66
JX
3260msgstr ""
3261
dfc182b1 3262#: sha1_file.c:591
fda7b092
JX
3263#, c-format
3264msgid "reference repository '%s' is not a local repository."
dce37b66
JX
3265msgstr ""
3266
dfc182b1 3267#: sha1_file.c:597
fda7b092
JX
3268#, c-format
3269msgid "reference repository '%s' is shallow"
dce37b66
JX
3270msgstr ""
3271
dfc182b1 3272#: sha1_file.c:605
fda7b092
JX
3273#, c-format
3274msgid "reference repository '%s' is grafted"
dce37b66
JX
3275msgstr ""
3276
dfc182b1 3277#: sha1_file.c:1245
fda7b092 3278msgid "offset before end of packfile (broken .idx?)"
dce37b66
JX
3279msgstr ""
3280
dfc182b1 3281#: sha1_file.c:2721
fda7b092
JX
3282#, c-format
3283msgid "offset before start of pack index for %s (corrupt index?)"
dce37b66
JX
3284msgstr ""
3285
dfc182b1 3286#: sha1_file.c:2725
fda7b092
JX
3287#, c-format
3288msgid "offset beyond end of pack index for %s (truncated index?)"
dce37b66
JX
3289msgstr ""
3290
dfc182b1 3291#: sha1_name.c:409
fda7b092
JX
3292#, c-format
3293msgid "short SHA1 %s is ambiguous"
dce37b66
JX
3294msgstr ""
3295
dfc182b1 3296#: sha1_name.c:420
fda7b092 3297msgid "The candidates are:"
dce37b66
JX
3298msgstr ""
3299
dfc182b1 3300#: sha1_name.c:580
fda7b092
JX
3301msgid ""
3302"Git normally never creates a ref that ends with 40 hex characters\n"
3303"because it will be ignored when you just specify 40-hex. These refs\n"
3304"may be created by mistake. For example,\n"
3305"\n"
3306" git checkout -b $br $(git rev-parse ...)\n"
3307"\n"
3308"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
3309"examine these refs and maybe delete them. Turn this message off by\n"
3310"running \"git config advice.objectNameWarning false\""
727b9576
JX
3311msgstr ""
3312
dfc182b1 3313#: submodule.c:67 submodule.c:101
fda7b092 3314msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
727b9576
JX
3315msgstr ""
3316
dfc182b1 3317#: submodule.c:71 submodule.c:105
fda7b092
JX
3318#, c-format
3319msgid "Could not find section in .gitmodules where path=%s"
df49095a
JX
3320msgstr ""
3321
dfc182b1 3322#: submodule.c:79
fda7b092
JX
3323#, c-format
3324msgid "Could not update .gitmodules entry %s"
11b90174
JX
3325msgstr ""
3326
dfc182b1 3327#: submodule.c:112
fda7b092
JX
3328#, c-format
3329msgid "Could not remove .gitmodules entry for %s"
11b90174
JX
3330msgstr ""
3331
dfc182b1 3332#: submodule.c:123
fda7b092 3333msgid "staging updated .gitmodules failed"
9fa976ff
JX
3334msgstr ""
3335
dfc182b1 3336#: submodule.c:161
fda7b092 3337msgid "negative values not allowed for submodule.fetchJobs"
11b90174
JX
3338msgstr ""
3339
dfc182b1 3340#: submodule.c:1194
673bfad0 3341#, c-format
dfc182b1 3342msgid "'%s' not recognized as a git repository"
673bfad0
JX
3343msgstr ""
3344
dfc182b1 3345#: submodule.c:1332
673bfad0 3346#, c-format
dfc182b1 3347msgid "could not start 'git status' in submodule '%s'"
673bfad0
JX
3348msgstr ""
3349
dfc182b1
JX
3350#: submodule.c:1345
3351#, c-format
3352msgid "could not run 'git status' in submodule '%s'"
3353msgstr ""
3354
3355#: submodule.c:1421
3356#, c-format
3357msgid "submodule '%s' has dirty index"
3358msgstr ""
3359
28e1aaa4 3360#: submodule.c:1678
673bfad0
JX
3361#, c-format
3362msgid ""
3363"relocate_gitdir for submodule '%s' with more than one worktree not supported"
3364msgstr ""
3365
28e1aaa4 3366#: submodule.c:1690 submodule.c:1746
673bfad0
JX
3367#, c-format
3368msgid "could not lookup name for submodule '%s'"
3369msgstr ""
3370
28e1aaa4 3371#: submodule.c:1694 builtin/submodule--helper.c:678
dfc182b1 3372#: builtin/submodule--helper.c:688
673bfad0
JX
3373#, c-format
3374msgid "could not create directory '%s'"
3375msgstr ""
3376
28e1aaa4 3377#: submodule.c:1697
673bfad0
JX
3378#, c-format
3379msgid ""
3380"Migrating git directory of '%s%s' from\n"
3381"'%s' to\n"
3382"'%s'\n"
3383msgstr ""
3384
28e1aaa4 3385#: submodule.c:1781
673bfad0
JX
3386#, c-format
3387msgid "could not recurse into submodule '%s'"
3388msgstr ""
3389
28e1aaa4 3390#: submodule.c:1825
dfc182b1
JX
3391msgid "could not start ls-files in .."
3392msgstr ""
3393
28e1aaa4 3394#: submodule.c:1845
dfc182b1
JX
3395msgid "BUG: returned path string doesn't match cwd?"
3396msgstr ""
3397
28e1aaa4 3398#: submodule.c:1864
dfc182b1
JX
3399#, c-format
3400msgid "ls-tree returned unexpected return code %d"
3401msgstr ""
3402
3403#: submodule-config.c:380
fda7b092
JX
3404#, c-format
3405msgid "invalid value for %s"
11b90174
JX
3406msgstr ""
3407
673bfad0 3408#: trailer.c:240
fda7b092
JX
3409#, c-format
3410msgid "running trailer command '%s' failed"
11b90174
JX
3411msgstr ""
3412
673bfad0
JX
3413#: trailer.c:473 trailer.c:477 trailer.c:481 trailer.c:535 trailer.c:539
3414#: trailer.c:543
fda7b092
JX
3415#, c-format
3416msgid "unknown value '%s' for key '%s'"
11b90174
JX
3417msgstr ""
3418
673bfad0 3419#: trailer.c:525 trailer.c:530 builtin/remote.c:289
fda7b092
JX
3420#, c-format
3421msgid "more than one %s"
11b90174
JX
3422msgstr ""
3423
673bfad0 3424#: trailer.c:702
fda7b092
JX
3425#, c-format
3426msgid "empty trailer token in trailer '%.*s'"
11b90174
JX
3427msgstr ""
3428
673bfad0 3429#: trailer.c:722
fda7b092
JX
3430#, c-format
3431msgid "could not read input file '%s'"
11b90174
JX
3432msgstr ""
3433
673bfad0 3434#: trailer.c:725
fda7b092 3435msgid "could not read from stdin"
df0617bf
JX
3436msgstr ""
3437
673bfad0 3438#: trailer.c:949 builtin/am.c:44
df0617bf 3439#, c-format
fda7b092
JX
3440msgid "could not stat %s"
3441msgstr ""
df0617bf 3442
673bfad0 3443#: trailer.c:951
df0617bf 3444#, c-format
fda7b092 3445msgid "file %s is not a regular file"
df0617bf
JX
3446msgstr ""
3447
673bfad0 3448#: trailer.c:953
fda7b092
JX
3449#, c-format
3450msgid "file %s is not writable by user"
3451msgstr ""
3452
673bfad0 3453#: trailer.c:965
fda7b092 3454msgid "could not open temporary file"
df0617bf
JX
3455msgstr ""
3456
673bfad0 3457#: trailer.c:1001
df0617bf 3458#, c-format
fda7b092
JX
3459msgid "could not rename temporary file to %s"
3460msgstr ""
df0617bf 3461
fda7b092
JX
3462#: transport.c:62
3463#, c-format
3464msgid "Would set upstream of '%s' to '%s' of '%s'\n"
df0617bf
JX
3465msgstr ""
3466
fda7b092 3467#: transport.c:151
235537a0 3468#, c-format
fda7b092 3469msgid "transport: invalid depth option '%s'"
235537a0
JX
3470msgstr ""
3471
dfc182b1 3472#: transport.c:889
fda7b092
JX
3473#, c-format
3474msgid ""
3475"The following submodule paths contain changes that can\n"
3476"not be found on any remote:\n"
11b90174
JX
3477msgstr ""
3478
dfc182b1 3479#: transport.c:893
fda7b092
JX
3480#, c-format
3481msgid ""
3482"\n"
3483"Please try\n"
3484"\n"
3485"\tgit push --recurse-submodules=on-demand\n"
3486"\n"
3487"or cd to the path and use\n"
3488"\n"
3489"\tgit push\n"
3490"\n"
3491"to push them to a remote.\n"
3492"\n"
11b90174
JX
3493msgstr ""
3494
dfc182b1 3495#: transport.c:901
fda7b092 3496msgid "Aborting."
11b90174
JX
3497msgstr ""
3498
dfc182b1 3499#: transport-helper.c:1080
fda7b092
JX
3500#, c-format
3501msgid "Could not read ref %s"
11b90174
JX
3502msgstr ""
3503
fda7b092
JX
3504#: tree-walk.c:31
3505msgid "too-short tree object"
11b90174
JX
3506msgstr ""
3507
fda7b092
JX
3508#: tree-walk.c:37
3509msgid "malformed mode in tree entry"
235537a0
JX
3510msgstr ""
3511
fda7b092
JX
3512#: tree-walk.c:41
3513msgid "empty filename in tree entry"
11b90174
JX
3514msgstr ""
3515
fda7b092
JX
3516#: tree-walk.c:113
3517msgid "too-short tree file"
11b90174
JX
3518msgstr ""
3519
dfc182b1 3520#: unpack-trees.c:104
235537a0 3521#, c-format
fda7b092
JX
3522msgid ""
3523"Your local changes to the following files would be overwritten by checkout:\n"
3524"%%sPlease commit your changes or stash them before you switch branches."
235537a0
JX
3525msgstr ""
3526
dfc182b1 3527#: unpack-trees.c:106
fda7b092
JX
3528#, c-format
3529msgid ""
3530"Your local changes to the following files would be overwritten by checkout:\n"
3531"%%s"
11b90174
JX
3532msgstr ""
3533
dfc182b1 3534#: unpack-trees.c:109
fda7b092
JX
3535#, c-format
3536msgid ""
3537"Your local changes to the following files would be overwritten by merge:\n"
3538"%%sPlease commit your changes or stash them before you merge."
3539msgstr ""
3540
dfc182b1 3541#: unpack-trees.c:111
fda7b092
JX
3542#, c-format
3543msgid ""
3544"Your local changes to the following files would be overwritten by merge:\n"
3545"%%s"
11b90174
JX
3546msgstr ""
3547
dfc182b1 3548#: unpack-trees.c:114
fda7b092 3549#, c-format
11b90174 3550msgid ""
fda7b092
JX
3551"Your local changes to the following files would be overwritten by %s:\n"
3552"%%sPlease commit your changes or stash them before you %s."
11b90174
JX
3553msgstr ""
3554
dfc182b1 3555#: unpack-trees.c:116
727b9576 3556#, c-format
fda7b092
JX
3557msgid ""
3558"Your local changes to the following files would be overwritten by %s:\n"
3559"%%s"
11b90174
JX
3560msgstr ""
3561
dfc182b1 3562#: unpack-trees.c:121
fda7b092
JX
3563#, c-format
3564msgid ""
673bfad0 3565"Updating the following directories would lose untracked files in them:\n"
fda7b092 3566"%s"
28b3cffc
JX
3567msgstr ""
3568
dfc182b1 3569#: unpack-trees.c:125
fda7b092
JX
3570#, c-format
3571msgid ""
3572"The following untracked working tree files would be removed by checkout:\n"
3573"%%sPlease move or remove them before you switch branches."
28b3cffc
JX
3574msgstr ""
3575
dfc182b1 3576#: unpack-trees.c:127
fda7b092
JX
3577#, c-format
3578msgid ""
3579"The following untracked working tree files would be removed by checkout:\n"
3580"%%s"
11b90174
JX
3581msgstr ""
3582
dfc182b1 3583#: unpack-trees.c:130
235537a0 3584#, c-format
fda7b092
JX
3585msgid ""
3586"The following untracked working tree files would be removed by merge:\n"
3587"%%sPlease move or remove them before you merge."
c138af56
JX
3588msgstr ""
3589
dfc182b1 3590#: unpack-trees.c:132
fda7b092
JX
3591#, c-format
3592msgid ""
3593"The following untracked working tree files would be removed by merge:\n"
3594"%%s"
235537a0
JX
3595msgstr ""
3596
dfc182b1 3597#: unpack-trees.c:135
fda7b092
JX
3598#, c-format
3599msgid ""
3600"The following untracked working tree files would be removed by %s:\n"
3601"%%sPlease move or remove them before you %s."
c138af56
JX
3602msgstr ""
3603
dfc182b1 3604#: unpack-trees.c:137
fda7b092
JX
3605#, c-format
3606msgid ""
3607"The following untracked working tree files would be removed by %s:\n"
3608"%%s"
c138af56
JX
3609msgstr ""
3610
dfc182b1 3611#: unpack-trees.c:142
c138af56 3612#, c-format
fda7b092
JX
3613msgid ""
3614"The following untracked working tree files would be overwritten by "
3615"checkout:\n"
3616"%%sPlease move or remove them before you switch branches."
c138af56
JX
3617msgstr ""
3618
dfc182b1 3619#: unpack-trees.c:144
fda7b092
JX
3620#, c-format
3621msgid ""
3622"The following untracked working tree files would be overwritten by "
3623"checkout:\n"
3624"%%s"
11b90174
JX
3625msgstr ""
3626
dfc182b1 3627#: unpack-trees.c:147
fda7b092
JX
3628#, c-format
3629msgid ""
3630"The following untracked working tree files would be overwritten by merge:\n"
3631"%%sPlease move or remove them before you merge."
11b90174
JX
3632msgstr ""
3633
dfc182b1 3634#: unpack-trees.c:149
fda7b092
JX
3635#, c-format
3636msgid ""
3637"The following untracked working tree files would be overwritten by merge:\n"
3638"%%s"
dce37b66
JX
3639msgstr ""
3640
dfc182b1 3641#: unpack-trees.c:152
fda7b092
JX
3642#, c-format
3643msgid ""
3644"The following untracked working tree files would be overwritten by %s:\n"
3645"%%sPlease move or remove them before you %s."
df0617bf
JX
3646msgstr ""
3647
dfc182b1 3648#: unpack-trees.c:154
fda7b092
JX
3649#, c-format
3650msgid ""
3651"The following untracked working tree files would be overwritten by %s:\n"
3652"%%s"
28b3cffc
JX
3653msgstr ""
3654
dfc182b1 3655#: unpack-trees.c:161
fda7b092
JX
3656#, c-format
3657msgid "Entry '%s' overlaps with '%s'. Cannot bind."
c138af56
JX
3658msgstr ""
3659
dfc182b1 3660#: unpack-trees.c:164
fda7b092
JX
3661#, c-format
3662msgid ""
3663"Cannot update sparse checkout: the following entries are not up-to-date:\n"
3664"%s"
c138af56
JX
3665msgstr ""
3666
dfc182b1 3667#: unpack-trees.c:166
fda7b092
JX
3668#, c-format
3669msgid ""
3670"The following working tree files would be overwritten by sparse checkout "
3671"update:\n"
3672"%s"
dce37b66
JX
3673msgstr ""
3674
dfc182b1 3675#: unpack-trees.c:168
fda7b092
JX
3676#, c-format
3677msgid ""
3678"The following working tree files would be removed by sparse checkout "
3679"update:\n"
3680"%s"
dce37b66
JX
3681msgstr ""
3682
dfc182b1
JX
3683#: unpack-trees.c:170
3684#, c-format
3685msgid ""
3686"Cannot update submodule:\n"
3687"%s"
3688msgstr ""
3689
3690#: unpack-trees.c:247
fda7b092
JX
3691#, c-format
3692msgid "Aborting\n"
dce37b66
JX
3693msgstr ""
3694
dfc182b1
JX
3695#: unpack-trees.c:272
3696#, c-format
3697msgid "submodule update strategy not supported for submodule '%s'"
3698msgstr ""
3699
3700#: unpack-trees.c:340
fda7b092 3701msgid "Checking out files"
dce37b66
JX
3702msgstr ""
3703
dfc182b1 3704#: urlmatch.c:163
fda7b092 3705msgid "invalid URL scheme name or missing '://' suffix"
c138af56
JX
3706msgstr ""
3707
dfc182b1 3708#: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
dce37b66 3709#, c-format
fda7b092 3710msgid "invalid %XX escape sequence"
dce37b66
JX
3711msgstr ""
3712
dfc182b1 3713#: urlmatch.c:215
fda7b092 3714msgid "missing host and scheme is not 'file:'"
dce37b66
JX
3715msgstr ""
3716
dfc182b1 3717#: urlmatch.c:232
fda7b092 3718msgid "a 'file:' URL may not have a port number"
dce37b66
JX
3719msgstr ""
3720
dfc182b1 3721#: urlmatch.c:247
fda7b092 3722msgid "invalid characters in host name"
dce37b66
JX
3723msgstr ""
3724
dfc182b1 3725#: urlmatch.c:292 urlmatch.c:303
fda7b092 3726msgid "invalid port number"
dce37b66
JX
3727msgstr ""
3728
dfc182b1 3729#: urlmatch.c:371
fda7b092 3730msgid "invalid '..' path segment"
dce37b66
JX
3731msgstr ""
3732
dfc182b1 3733#: worktree.c:285
cc76011e 3734#, c-format
fda7b092 3735msgid "failed to read '%s'"
dce37b66
JX
3736msgstr ""
3737
fda7b092 3738#: wrapper.c:222 wrapper.c:392
dce37b66 3739#, c-format
fda7b092 3740msgid "could not open '%s' for reading and writing"
dce37b66
JX
3741msgstr ""
3742
fda7b092 3743#: wrapper.c:224 wrapper.c:394 builtin/am.c:766
cc76011e 3744#, c-format
fda7b092 3745msgid "could not open '%s' for writing"
dce37b66
JX
3746msgstr ""
3747
28e1aaa4
JX
3748#: wrapper.c:226 wrapper.c:396 builtin/am.c:318 builtin/am.c:757
3749#: builtin/am.c:849 builtin/commit.c:1700 builtin/merge.c:1015
fda7b092 3750#: builtin/pull.c:341
cc76011e 3751#, c-format
fda7b092 3752msgid "could not open '%s' for reading"
dce37b66
JX
3753msgstr ""
3754
dfc182b1 3755#: wrapper.c:581 wrapper.c:602
cc76011e 3756#, c-format
fda7b092 3757msgid "unable to access '%s'"
dce37b66
JX
3758msgstr ""
3759
dfc182b1 3760#: wrapper.c:610
fda7b092 3761msgid "unable to get current working directory"
dce37b66
JX
3762msgstr ""
3763
dfc182b1 3764#: wrapper.c:634
fda7b092
JX
3765#, c-format
3766msgid "could not write to %s"
727b9576
JX
3767msgstr ""
3768
dfc182b1 3769#: wrapper.c:636
fda7b092
JX
3770#, c-format
3771msgid "could not close %s"
dce37b66
JX
3772msgstr ""
3773
fda7b092
JX
3774#: wt-status.c:151
3775msgid "Unmerged paths:"
a5a41683
JX
3776msgstr ""
3777
fda7b092 3778#: wt-status.c:178 wt-status.c:205
9caaf23e 3779#, c-format
fda7b092 3780msgid " (use \"git reset %s <file>...\" to unstage)"
cc76011e
JX
3781msgstr ""
3782
fda7b092
JX
3783#: wt-status.c:180 wt-status.c:207
3784msgid " (use \"git rm --cached <file>...\" to unstage)"
9caaf23e
JX
3785msgstr ""
3786
fda7b092
JX
3787#: wt-status.c:184
3788msgid " (use \"git add <file>...\" to mark resolution)"
dce37b66
JX
3789msgstr ""
3790
fda7b092
JX
3791#: wt-status.c:186 wt-status.c:190
3792msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"
dce37b66
JX
3793msgstr ""
3794
fda7b092
JX
3795#: wt-status.c:188
3796msgid " (use \"git rm <file>...\" to mark resolution)"
dce37b66
JX
3797msgstr ""
3798
dfc182b1 3799#: wt-status.c:199 wt-status.c:958
fda7b092 3800msgid "Changes to be committed:"
dce37b66
JX
3801msgstr ""
3802
dfc182b1 3803#: wt-status.c:217 wt-status.c:967
fda7b092 3804msgid "Changes not staged for commit:"
dce37b66
JX
3805msgstr ""
3806
fda7b092
JX
3807#: wt-status.c:221
3808msgid " (use \"git add <file>...\" to update what will be committed)"
dce37b66
JX
3809msgstr ""
3810
fda7b092
JX
3811#: wt-status.c:223
3812msgid " (use \"git add/rm <file>...\" to update what will be committed)"
dce37b66
JX
3813msgstr ""
3814
fda7b092
JX
3815#: wt-status.c:224
3816msgid ""
3817" (use \"git checkout -- <file>...\" to discard changes in working directory)"
64f23b0c
JX
3818msgstr ""
3819
fda7b092
JX
3820#: wt-status.c:226
3821msgid " (commit or discard the untracked or modified content in submodules)"
dce37b66
JX
3822msgstr ""
3823
fda7b092
JX
3824#: wt-status.c:238
3825#, c-format
3826msgid " (use \"git %s <file>...\" to include in what will be committed)"
dce37b66
JX
3827msgstr ""
3828
fda7b092
JX
3829#: wt-status.c:253
3830msgid "both deleted:"
dce37b66
JX
3831msgstr ""
3832
fda7b092
JX
3833#: wt-status.c:255
3834msgid "added by us:"
dce37b66
JX
3835msgstr ""
3836
fda7b092
JX
3837#: wt-status.c:257
3838msgid "deleted by them:"
cc76011e
JX
3839msgstr ""
3840
fda7b092
JX
3841#: wt-status.c:259
3842msgid "added by them:"
cc76011e
JX
3843msgstr ""
3844
fda7b092
JX
3845#: wt-status.c:261
3846msgid "deleted by us:"
cc76011e
JX
3847msgstr ""
3848
fda7b092
JX
3849#: wt-status.c:263
3850msgid "both added:"
cc76011e
JX
3851msgstr ""
3852
fda7b092
JX
3853#: wt-status.c:265
3854msgid "both modified:"
cc76011e
JX
3855msgstr ""
3856
fda7b092
JX
3857#: wt-status.c:275
3858msgid "new file:"
cc76011e
JX
3859msgstr ""
3860
fda7b092
JX
3861#: wt-status.c:277
3862msgid "copied:"
cc76011e
JX
3863msgstr ""
3864
fda7b092
JX
3865#: wt-status.c:279
3866msgid "deleted:"
cc76011e
JX
3867msgstr ""
3868
fda7b092
JX
3869#: wt-status.c:281
3870msgid "modified:"
cc76011e
JX
3871msgstr ""
3872
fda7b092
JX
3873#: wt-status.c:283
3874msgid "renamed:"
c6bc7d43
JX
3875msgstr ""
3876
fda7b092
JX
3877#: wt-status.c:285
3878msgid "typechange:"
cc76011e
JX
3879msgstr ""
3880
fda7b092
JX
3881#: wt-status.c:287
3882msgid "unknown:"
cc76011e
JX
3883msgstr ""
3884
fda7b092
JX
3885#: wt-status.c:289
3886msgid "unmerged:"
cc76011e
JX
3887msgstr ""
3888
fda7b092
JX
3889#: wt-status.c:371
3890msgid "new commits, "
9fa976ff
JX
3891msgstr ""
3892
fda7b092
JX
3893#: wt-status.c:373
3894msgid "modified content, "
9fa976ff
JX
3895msgstr ""
3896
fda7b092
JX
3897#: wt-status.c:375
3898msgid "untracked content, "
dce37b66
JX
3899msgstr ""
3900
dfc182b1 3901#: wt-status.c:831
fda7b092 3902msgid "Submodules changed but not updated:"
dce37b66
JX
3903msgstr ""
3904
dfc182b1 3905#: wt-status.c:833
fda7b092 3906msgid "Submodule changes to be committed:"
dce37b66
JX
3907msgstr ""
3908
dfc182b1 3909#: wt-status.c:914
fda7b092
JX
3910msgid ""
3911"Do not touch the line above.\n"
3912"Everything below will be removed."
dce37b66
JX
3913msgstr ""
3914
dfc182b1 3915#: wt-status.c:1026
fda7b092 3916msgid "You have unmerged paths."
9fa976ff
JX
3917msgstr ""
3918
dfc182b1 3919#: wt-status.c:1029
fda7b092 3920msgid " (fix conflicts and run \"git commit\")"
dce37b66
JX
3921msgstr ""
3922
dfc182b1 3923#: wt-status.c:1031
fda7b092 3924msgid " (use \"git merge --abort\" to abort the merge)"
dce37b66
JX
3925msgstr ""
3926
dfc182b1 3927#: wt-status.c:1036
fda7b092 3928msgid "All conflicts fixed but you are still merging."
dce37b66
JX
3929msgstr ""
3930
dfc182b1 3931#: wt-status.c:1039
fda7b092 3932msgid " (use \"git commit\" to conclude merge)"
dce37b66
JX
3933msgstr ""
3934
dfc182b1 3935#: wt-status.c:1049
fda7b092 3936msgid "You are in the middle of an am session."
df0617bf
JX
3937msgstr ""
3938
dfc182b1 3939#: wt-status.c:1052
fda7b092 3940msgid "The current patch is empty."
df0617bf
JX
3941msgstr ""
3942
dfc182b1 3943#: wt-status.c:1056
fda7b092 3944msgid " (fix conflicts and then run \"git am --continue\")"
df0617bf
JX
3945msgstr ""
3946
dfc182b1 3947#: wt-status.c:1058
fda7b092 3948msgid " (use \"git am --skip\" to skip this patch)"
df0617bf
JX
3949msgstr ""
3950
dfc182b1 3951#: wt-status.c:1060
fda7b092 3952msgid " (use \"git am --abort\" to restore the original branch)"
df0617bf
JX
3953msgstr ""
3954
dfc182b1 3955#: wt-status.c:1189
673bfad0
JX
3956msgid "git-rebase-todo is missing."
3957msgstr ""
3958
dfc182b1 3959#: wt-status.c:1191
fda7b092 3960msgid "No commands done."
df0617bf
JX
3961msgstr ""
3962
dfc182b1 3963#: wt-status.c:1194
df0617bf 3964#, c-format
fda7b092
JX
3965msgid "Last command done (%d command done):"
3966msgid_plural "Last commands done (%d commands done):"
3967msgstr[0] ""
3968msgstr[1] ""
df0617bf 3969
dfc182b1 3970#: wt-status.c:1205
fda7b092
JX
3971#, c-format
3972msgid " (see more in file %s)"
df0617bf
JX
3973msgstr ""
3974
dfc182b1 3975#: wt-status.c:1210
fda7b092 3976msgid "No commands remaining."
df0617bf
JX
3977msgstr ""
3978
dfc182b1 3979#: wt-status.c:1213
fda7b092
JX
3980#, c-format
3981msgid "Next command to do (%d remaining command):"
3982msgid_plural "Next commands to do (%d remaining commands):"
3983msgstr[0] ""
3984msgstr[1] ""
df0617bf 3985
dfc182b1 3986#: wt-status.c:1221
fda7b092 3987msgid " (use \"git rebase --edit-todo\" to view and edit)"
df0617bf
JX
3988msgstr ""
3989
dfc182b1 3990#: wt-status.c:1234
fda7b092
JX
3991#, c-format
3992msgid "You are currently rebasing branch '%s' on '%s'."
df0617bf
JX
3993msgstr ""
3994
dfc182b1 3995#: wt-status.c:1239
fda7b092 3996msgid "You are currently rebasing."
df0617bf
JX
3997msgstr ""
3998
dfc182b1 3999#: wt-status.c:1253
fda7b092 4000msgid " (fix conflicts and then run \"git rebase --continue\")"
df0617bf
JX
4001msgstr ""
4002
dfc182b1 4003#: wt-status.c:1255
fda7b092 4004msgid " (use \"git rebase --skip\" to skip this patch)"
df0617bf
JX
4005msgstr ""
4006
dfc182b1 4007#: wt-status.c:1257
fda7b092 4008msgid " (use \"git rebase --abort\" to check out the original branch)"
df0617bf
JX
4009msgstr ""
4010
dfc182b1 4011#: wt-status.c:1263
fda7b092 4012msgid " (all conflicts fixed: run \"git rebase --continue\")"
df0617bf
JX
4013msgstr ""
4014
dfc182b1 4015#: wt-status.c:1267
df0617bf 4016#, c-format
fda7b092
JX
4017msgid ""
4018"You are currently splitting a commit while rebasing branch '%s' on '%s'."
df0617bf
JX
4019msgstr ""
4020
dfc182b1 4021#: wt-status.c:1272
fda7b092 4022msgid "You are currently splitting a commit during a rebase."
df0617bf
JX
4023msgstr ""
4024
dfc182b1 4025#: wt-status.c:1275
fda7b092 4026msgid " (Once your working directory is clean, run \"git rebase --continue\")"
df0617bf
JX
4027msgstr ""
4028
dfc182b1 4029#: wt-status.c:1279
df0617bf 4030#, c-format
fda7b092 4031msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
df0617bf
JX
4032msgstr ""
4033
dfc182b1 4034#: wt-status.c:1284
fda7b092 4035msgid "You are currently editing a commit during a rebase."
df0617bf
JX
4036msgstr ""
4037
dfc182b1 4038#: wt-status.c:1287
fda7b092 4039msgid " (use \"git commit --amend\" to amend the current commit)"
df0617bf
JX
4040msgstr ""
4041
dfc182b1 4042#: wt-status.c:1289
df0617bf 4043msgid ""
fda7b092 4044" (use \"git rebase --continue\" once you are satisfied with your changes)"
df0617bf
JX
4045msgstr ""
4046
dfc182b1 4047#: wt-status.c:1299
fda7b092
JX
4048#, c-format
4049msgid "You are currently cherry-picking commit %s."
df0617bf
JX
4050msgstr ""
4051
dfc182b1 4052#: wt-status.c:1304
fda7b092 4053msgid " (fix conflicts and run \"git cherry-pick --continue\")"
df0617bf
JX
4054msgstr ""
4055
dfc182b1 4056#: wt-status.c:1307
fda7b092 4057msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"
df0617bf
JX
4058msgstr ""
4059
dfc182b1 4060#: wt-status.c:1309
fda7b092 4061msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
df0617bf
JX
4062msgstr ""
4063
dfc182b1 4064#: wt-status.c:1318
df0617bf 4065#, c-format
fda7b092 4066msgid "You are currently reverting commit %s."
df0617bf
JX
4067msgstr ""
4068
dfc182b1 4069#: wt-status.c:1323
fda7b092 4070msgid " (fix conflicts and run \"git revert --continue\")"
df0617bf
JX
4071msgstr ""
4072
dfc182b1 4073#: wt-status.c:1326
fda7b092 4074msgid " (all conflicts fixed: run \"git revert --continue\")"
df0617bf
JX
4075msgstr ""
4076
dfc182b1 4077#: wt-status.c:1328
fda7b092 4078msgid " (use \"git revert --abort\" to cancel the revert operation)"
df0617bf
JX
4079msgstr ""
4080
dfc182b1 4081#: wt-status.c:1339
df0617bf 4082#, c-format
fda7b092 4083msgid "You are currently bisecting, started from branch '%s'."
df0617bf
JX
4084msgstr ""
4085
dfc182b1 4086#: wt-status.c:1343
fda7b092 4087msgid "You are currently bisecting."
df0617bf
JX
4088msgstr ""
4089
dfc182b1 4090#: wt-status.c:1346
fda7b092 4091msgid " (use \"git bisect reset\" to get back to the original branch)"
df0617bf
JX
4092msgstr ""
4093
dfc182b1 4094#: wt-status.c:1543
fda7b092 4095msgid "On branch "
df0617bf
JX
4096msgstr ""
4097
dfc182b1 4098#: wt-status.c:1549
fda7b092 4099msgid "interactive rebase in progress; onto "
df0617bf
JX
4100msgstr ""
4101
dfc182b1 4102#: wt-status.c:1551
fda7b092 4103msgid "rebase in progress; onto "
df0617bf
JX
4104msgstr ""
4105
dfc182b1 4106#: wt-status.c:1556
fda7b092 4107msgid "HEAD detached at "
df0617bf
JX
4108msgstr ""
4109
dfc182b1 4110#: wt-status.c:1558
fda7b092 4111msgid "HEAD detached from "
df0617bf
JX
4112msgstr ""
4113
dfc182b1 4114#: wt-status.c:1561
fda7b092 4115msgid "Not currently on any branch."
df0617bf
JX
4116msgstr ""
4117
dfc182b1 4118#: wt-status.c:1579
fda7b092 4119msgid "Initial commit"
df0617bf
JX
4120msgstr ""
4121
dfc182b1 4122#: wt-status.c:1593
fda7b092 4123msgid "Untracked files"
df0617bf
JX
4124msgstr ""
4125
dfc182b1 4126#: wt-status.c:1595
fda7b092 4127msgid "Ignored files"
df0617bf
JX
4128msgstr ""
4129
dfc182b1 4130#: wt-status.c:1599
fda7b092
JX
4131#, c-format
4132msgid ""
4133"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
4134"may speed it up, but you have to be careful not to forget to add\n"
4135"new files yourself (see 'git help status')."
df0617bf
JX
4136msgstr ""
4137
dfc182b1 4138#: wt-status.c:1605
fda7b092
JX
4139#, c-format
4140msgid "Untracked files not listed%s"
df0617bf
JX
4141msgstr ""
4142
dfc182b1 4143#: wt-status.c:1607
fda7b092 4144msgid " (use -u option to show untracked files)"
df0617bf
JX
4145msgstr ""
4146
dfc182b1 4147#: wt-status.c:1613
fda7b092 4148msgid "No changes"
df0617bf
JX
4149msgstr ""
4150
dfc182b1 4151#: wt-status.c:1618
fda7b092
JX
4152#, c-format
4153msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
df0617bf
JX
4154msgstr ""
4155
dfc182b1 4156#: wt-status.c:1621
fda7b092
JX
4157#, c-format
4158msgid "no changes added to commit\n"
df0617bf
JX
4159msgstr ""
4160
dfc182b1 4161#: wt-status.c:1624
fda7b092
JX
4162#, c-format
4163msgid ""
4164"nothing added to commit but untracked files present (use \"git add\" to "
4165"track)\n"
df0617bf
JX
4166msgstr ""
4167
dfc182b1 4168#: wt-status.c:1627
fda7b092
JX
4169#, c-format
4170msgid "nothing added to commit but untracked files present\n"
df0617bf
JX
4171msgstr ""
4172
dfc182b1 4173#: wt-status.c:1630
fda7b092
JX
4174#, c-format
4175msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
df0617bf
JX
4176msgstr ""
4177
dfc182b1 4178#: wt-status.c:1633 wt-status.c:1638
fda7b092
JX
4179#, c-format
4180msgid "nothing to commit\n"
df0617bf
JX
4181msgstr ""
4182
dfc182b1 4183#: wt-status.c:1636
fda7b092
JX
4184#, c-format
4185msgid "nothing to commit (use -u to show untracked files)\n"
df0617bf
JX
4186msgstr ""
4187
dfc182b1 4188#: wt-status.c:1640
fda7b092
JX
4189#, c-format
4190msgid "nothing to commit, working tree clean\n"
df0617bf
JX
4191msgstr ""
4192
dfc182b1 4193#: wt-status.c:1749
fda7b092 4194msgid "Initial commit on "
df0617bf
JX
4195msgstr ""
4196
dfc182b1 4197#: wt-status.c:1753
fda7b092 4198msgid "HEAD (no branch)"
df0617bf
JX
4199msgstr ""
4200
dfc182b1 4201#: wt-status.c:1782 wt-status.c:1790
fda7b092 4202msgid "behind "
df0617bf
JX
4203msgstr ""
4204
dfc182b1 4205#: wt-status.c:1785 wt-status.c:1788
fda7b092 4206msgid "ahead "
df0617bf
JX
4207msgstr ""
4208
fda7b092 4209#. TRANSLATORS: the action is e.g. "pull with rebase"
dfc182b1 4210#: wt-status.c:2280
fda7b092
JX
4211#, c-format
4212msgid "cannot %s: You have unstaged changes."
df0617bf
JX
4213msgstr ""
4214
dfc182b1 4215#: wt-status.c:2286
fda7b092 4216msgid "additionally, your index contains uncommitted changes."
df0617bf
JX
4217msgstr ""
4218
dfc182b1 4219#: wt-status.c:2288
fda7b092
JX
4220#, c-format
4221msgid "cannot %s: Your index contains uncommitted changes."
df0617bf
JX
4222msgstr ""
4223
dfc182b1 4224#: compat/precompose_utf8.c:57 builtin/clone.c:432
fda7b092
JX
4225#, c-format
4226msgid "failed to unlink '%s'"
df0617bf
JX
4227msgstr ""
4228
fda7b092
JX
4229#: builtin/add.c:22
4230msgid "git add [<options>] [--] <pathspec>..."
df0617bf
JX
4231msgstr ""
4232
fda7b092
JX
4233#: builtin/add.c:80
4234#, c-format
4235msgid "unexpected diff status %c"
df0617bf
JX
4236msgstr ""
4237
fda7b092
JX
4238#: builtin/add.c:85 builtin/commit.c:291
4239msgid "updating files failed"
df0617bf
JX
4240msgstr ""
4241
fda7b092
JX
4242#: builtin/add.c:95
4243#, c-format
4244msgid "remove '%s'\n"
df0617bf
JX
4245msgstr ""
4246
fda7b092
JX
4247#: builtin/add.c:149
4248msgid "Unstaged changes after refreshing the index:"
df0617bf
JX
4249msgstr ""
4250
dfc182b1 4251#: builtin/add.c:209 builtin/rev-parse.c:872
fda7b092 4252msgid "Could not read the index"
df0617bf
JX
4253msgstr ""
4254
fda7b092
JX
4255#: builtin/add.c:220
4256#, c-format
4257msgid "Could not open '%s' for writing."
df0617bf
JX
4258msgstr ""
4259
fda7b092
JX
4260#: builtin/add.c:224
4261msgid "Could not write patch"
df0617bf
JX
4262msgstr ""
4263
fda7b092
JX
4264#: builtin/add.c:227
4265msgid "editing patch failed"
df0617bf
JX
4266msgstr ""
4267
fda7b092
JX
4268#: builtin/add.c:230
4269#, c-format
4270msgid "Could not stat '%s'"
df0617bf
JX
4271msgstr ""
4272
fda7b092
JX
4273#: builtin/add.c:232
4274msgid "Empty patch. Aborted."
df0617bf
JX
4275msgstr ""
4276
fda7b092 4277#: builtin/add.c:237
df0617bf 4278#, c-format
fda7b092 4279msgid "Could not apply '%s'"
df0617bf
JX
4280msgstr ""
4281
fda7b092
JX
4282#: builtin/add.c:247
4283msgid "The following paths are ignored by one of your .gitignore files:\n"
df0617bf
JX
4284msgstr ""
4285
dfc182b1 4286#: builtin/add.c:266 builtin/clean.c:876 builtin/fetch.c:115 builtin/mv.c:123
673bfad0 4287#: builtin/prune-packed.c:55 builtin/pull.c:198 builtin/push.c:524
dfc182b1 4288#: builtin/remote.c:1328 builtin/rm.c:241 builtin/send-pack.c:163
fda7b092 4289msgid "dry run"
df0617bf
JX
4290msgstr ""
4291
fda7b092
JX
4292#: builtin/add.c:269
4293msgid "interactive picking"
6f6731e7
JX
4294msgstr ""
4295
dfc182b1 4296#: builtin/add.c:270 builtin/checkout.c:1177 builtin/reset.c:286
fda7b092 4297msgid "select hunks interactively"
dce37b66
JX
4298msgstr ""
4299
fda7b092
JX
4300#: builtin/add.c:271
4301msgid "edit current diff and apply"
dce37b66
JX
4302msgstr ""
4303
fda7b092
JX
4304#: builtin/add.c:272
4305msgid "allow adding otherwise ignored files"
dce37b66
JX
4306msgstr ""
4307
fda7b092
JX
4308#: builtin/add.c:273
4309msgid "update tracked files"
dce37b66
JX
4310msgstr ""
4311
fda7b092
JX
4312#: builtin/add.c:274
4313msgid "record only the fact that the path will be added later"
dce37b66
JX
4314msgstr ""
4315
fda7b092
JX
4316#: builtin/add.c:275
4317msgid "add changes from all tracked and untracked files"
dce37b66
JX
4318msgstr ""
4319
fda7b092
JX
4320#: builtin/add.c:278
4321msgid "ignore paths removed in the working tree (same as --no-all)"
93329721
JX
4322msgstr ""
4323
fda7b092
JX
4324#: builtin/add.c:280
4325msgid "don't add, only refresh the index"
dce37b66
JX
4326msgstr ""
4327
fda7b092
JX
4328#: builtin/add.c:281
4329msgid "just skip files which cannot be added because of errors"
dce37b66
JX
4330msgstr ""
4331
fda7b092
JX
4332#: builtin/add.c:282
4333msgid "check if - even missing - files are ignored in dry run"
dce37b66
JX
4334msgstr ""
4335
dfc182b1 4336#: builtin/add.c:283 builtin/update-index.c:951
fda7b092 4337msgid "(+/-)x"
dce37b66
JX
4338msgstr ""
4339
dfc182b1 4340#: builtin/add.c:283 builtin/update-index.c:952
fda7b092
JX
4341msgid "override the executable bit of the listed files"
4342msgstr ""
dce37b66 4343
fda7b092
JX
4344#: builtin/add.c:305
4345#, c-format
4346msgid "Use -f if you really want to add them.\n"
dce37b66
JX
4347msgstr ""
4348
fda7b092
JX
4349#: builtin/add.c:312
4350msgid "adding files failed"
dce37b66
JX
4351msgstr ""
4352
fda7b092
JX
4353#: builtin/add.c:348
4354msgid "-A and -u are mutually incompatible"
dce37b66
JX
4355msgstr ""
4356
fda7b092
JX
4357#: builtin/add.c:355
4358msgid "Option --ignore-missing can only be used together with --dry-run"
dce37b66
JX
4359msgstr ""
4360
fda7b092 4361#: builtin/add.c:359
dce37b66 4362#, c-format
fda7b092 4363msgid "--chmod param '%s' must be either -x or +x"
dce37b66
JX
4364msgstr ""
4365
fda7b092 4366#: builtin/add.c:374
dce37b66 4367#, c-format
fda7b092 4368msgid "Nothing specified, nothing added.\n"
dce37b66
JX
4369msgstr ""
4370
fda7b092 4371#: builtin/add.c:375
dce37b66 4372#, c-format
fda7b092 4373msgid "Maybe you wanted to say 'git add .'?\n"
dce37b66
JX
4374msgstr ""
4375
dfc182b1
JX
4376#: builtin/add.c:380 builtin/check-ignore.c:172 builtin/checkout.c:298
4377#: builtin/checkout.c:491 builtin/clean.c:920 builtin/commit.c:350
673bfad0 4378#: builtin/mv.c:143 builtin/reset.c:235 builtin/rm.c:271
fda7b092
JX
4379#: builtin/submodule--helper.c:244
4380msgid "index file corrupt"
dce37b66
JX
4381msgstr ""
4382
28e1aaa4 4383#: builtin/am.c:412
fda7b092 4384msgid "could not parse author script"
dce37b66
JX
4385msgstr ""
4386
28e1aaa4 4387#: builtin/am.c:489
dce37b66 4388#, c-format
fda7b092 4389msgid "'%s' was deleted by the applypatch-msg hook"
dce37b66
JX
4390msgstr ""
4391
28e1aaa4 4392#: builtin/am.c:530
dce37b66 4393#, c-format
fda7b092 4394msgid "Malformed input line: '%s'."
dce37b66
JX
4395msgstr ""
4396
28e1aaa4 4397#: builtin/am.c:567
822e4a65 4398#, c-format
fda7b092 4399msgid "Failed to copy notes from '%s' to '%s'"
dce37b66
JX
4400msgstr ""
4401
28e1aaa4 4402#: builtin/am.c:593
fda7b092
JX
4403msgid "fseek failed"
4404msgstr ""
dce37b66 4405
28e1aaa4 4406#: builtin/am.c:777
822e4a65 4407#, c-format
fda7b092 4408msgid "could not parse patch '%s'"
dce37b66
JX
4409msgstr ""
4410
28e1aaa4 4411#: builtin/am.c:842
fda7b092 4412msgid "Only one StGIT patch series can be applied at once"
dce37b66
JX
4413msgstr ""
4414
28e1aaa4 4415#: builtin/am.c:889
fda7b092 4416msgid "invalid timestamp"
dce37b66
JX
4417msgstr ""
4418
28e1aaa4 4419#: builtin/am.c:892 builtin/am.c:900
fda7b092 4420msgid "invalid Date line"
dce37b66
JX
4421msgstr ""
4422
28e1aaa4 4423#: builtin/am.c:897
fda7b092 4424msgid "invalid timezone offset"
dce37b66
JX
4425msgstr ""
4426
28e1aaa4 4427#: builtin/am.c:986
fda7b092 4428msgid "Patch format detection failed."
dce37b66
JX
4429msgstr ""
4430
28e1aaa4 4431#: builtin/am.c:991 builtin/clone.c:397
dce37b66 4432#, c-format
fda7b092 4433msgid "failed to create directory '%s'"
dce37b66
JX
4434msgstr ""
4435
28e1aaa4 4436#: builtin/am.c:995
fda7b092 4437msgid "Failed to split patches."
c2ea1208
JX
4438msgstr ""
4439
28e1aaa4 4440#: builtin/am.c:1127 builtin/commit.c:376
fda7b092 4441msgid "unable to write index file"
dce37b66
JX
4442msgstr ""
4443
28e1aaa4 4444#: builtin/am.c:1178
822e4a65 4445#, c-format
fda7b092 4446msgid "When you have resolved this problem, run \"%s --continue\"."
dce37b66
JX
4447msgstr ""
4448
28e1aaa4 4449#: builtin/am.c:1179
dce37b66 4450#, c-format
fda7b092 4451msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
dce37b66
JX
4452msgstr ""
4453
28e1aaa4 4454#: builtin/am.c:1180
822e4a65 4455#, c-format
fda7b092 4456msgid "To restore the original branch and stop patching, run \"%s --abort\"."
dce37b66
JX
4457msgstr ""
4458
28e1aaa4 4459#: builtin/am.c:1315
fda7b092 4460msgid "Patch is empty. Was it split wrong?"
dce37b66
JX
4461msgstr ""
4462
28e1aaa4 4463#: builtin/am.c:1386 builtin/log.c:1557
dce37b66 4464#, c-format
fda7b092 4465msgid "invalid ident line: %s"
dce37b66
JX
4466msgstr ""
4467
28e1aaa4 4468#: builtin/am.c:1413
dce37b66 4469#, c-format
fda7b092 4470msgid "unable to parse commit %s"
dce37b66
JX
4471msgstr ""
4472
28e1aaa4 4473#: builtin/am.c:1606
fda7b092 4474msgid "Repository lacks necessary blobs to fall back on 3-way merge."
c2ea1208
JX
4475msgstr ""
4476
28e1aaa4 4477#: builtin/am.c:1608
fda7b092 4478msgid "Using index info to reconstruct a base tree..."
dce37b66
JX
4479msgstr ""
4480
28e1aaa4 4481#: builtin/am.c:1627
fda7b092
JX
4482msgid ""
4483"Did you hand edit your patch?\n"
4484"It does not apply to blobs recorded in its index."
0bbe5b48
JX
4485msgstr ""
4486
28e1aaa4 4487#: builtin/am.c:1633
fda7b092 4488msgid "Falling back to patching base and 3-way merge..."
dce37b66
JX
4489msgstr ""
4490
28e1aaa4 4491#: builtin/am.c:1658
fda7b092 4492msgid "Failed to merge in the changes."
75f7b4b9
JX
4493msgstr ""
4494
28e1aaa4 4495#: builtin/am.c:1682 builtin/merge.c:631
fda7b092 4496msgid "git write-tree failed to write a tree"
c2ea1208
JX
4497msgstr ""
4498
28e1aaa4 4499#: builtin/am.c:1689
fda7b092 4500msgid "applying to an empty history"
dce37b66
JX
4501msgstr ""
4502
28e1aaa4 4503#: builtin/am.c:1702 builtin/commit.c:1764 builtin/merge.c:802
673bfad0 4504#: builtin/merge.c:827
fda7b092 4505msgid "failed to write commit object"
dce37b66
JX
4506msgstr ""
4507
28e1aaa4 4508#: builtin/am.c:1735 builtin/am.c:1739
dce37b66 4509#, c-format
fda7b092 4510msgid "cannot resume: %s does not exist."
dce37b66
JX
4511msgstr ""
4512
28e1aaa4 4513#: builtin/am.c:1755
fda7b092 4514msgid "cannot be interactive without stdin connected to a terminal."
dce37b66
JX
4515msgstr ""
4516
28e1aaa4 4517#: builtin/am.c:1760
fda7b092 4518msgid "Commit Body is:"
dce37b66
JX
4519msgstr ""
4520
fda7b092
JX
4521#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
4522#. in your translation. The program will only accept English
4523#. input at this point.
4524#.
28e1aaa4 4525#: builtin/am.c:1770
fda7b092 4526msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
dce37b66
JX
4527msgstr ""
4528
28e1aaa4 4529#: builtin/am.c:1820
822e4a65 4530#, c-format
fda7b092 4531msgid "Dirty index: cannot apply patches (dirty: %s)"
dce37b66
JX
4532msgstr ""
4533
28e1aaa4 4534#: builtin/am.c:1860 builtin/am.c:1932
822e4a65 4535#, c-format
fda7b092 4536msgid "Applying: %.*s"
dce37b66
JX
4537msgstr ""
4538
28e1aaa4 4539#: builtin/am.c:1876
fda7b092 4540msgid "No changes -- Patch already applied."
dce37b66
JX
4541msgstr ""
4542
28e1aaa4 4543#: builtin/am.c:1884
822e4a65 4544#, c-format
fda7b092 4545msgid "Patch failed at %s %.*s"
dce37b66
JX
4546msgstr ""
4547
28e1aaa4 4548#: builtin/am.c:1890
dce37b66 4549#, c-format
fda7b092 4550msgid "The copy of the patch that failed is found in: %s"
dce37b66
JX
4551msgstr ""
4552
28e1aaa4 4553#: builtin/am.c:1935
fda7b092
JX
4554msgid ""
4555"No changes - did you forget to use 'git add'?\n"
4556"If there is nothing left to stage, chances are that something else\n"
4557"already introduced the same changes; you might want to skip this patch."
dce37b66
JX
4558msgstr ""
4559
28e1aaa4 4560#: builtin/am.c:1942
fda7b092
JX
4561msgid ""
4562"You still have unmerged paths in your index.\n"
4563"Did you forget to use 'git add'?"
4564msgstr ""
dce37b66 4565
28e1aaa4 4566#: builtin/am.c:2050 builtin/am.c:2054 builtin/am.c:2066 builtin/reset.c:308
fda7b092 4567#: builtin/reset.c:316
dce37b66 4568#, c-format
fda7b092 4569msgid "Could not parse object '%s'."
dce37b66
JX
4570msgstr ""
4571
28e1aaa4 4572#: builtin/am.c:2102
fda7b092 4573msgid "failed to clean index"
f517e50d
JX
4574msgstr ""
4575
28e1aaa4 4576#: builtin/am.c:2136
fda7b092
JX
4577msgid ""
4578"You seem to have moved HEAD since the last 'am' failure.\n"
4579"Not rewinding to ORIG_HEAD"
dce37b66
JX
4580msgstr ""
4581
28e1aaa4 4582#: builtin/am.c:2199
dce37b66 4583#, c-format
fda7b092 4584msgid "Invalid value for --patch-format: %s"
dce37b66
JX
4585msgstr ""
4586
28e1aaa4 4587#: builtin/am.c:2232
fda7b092 4588msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
f517e50d
JX
4589msgstr ""
4590
28e1aaa4 4591#: builtin/am.c:2233
fda7b092 4592msgid "git am [<options>] (--continue | --skip | --abort)"
dce37b66
JX
4593msgstr ""
4594
28e1aaa4 4595#: builtin/am.c:2239
fda7b092 4596msgid "run interactively"
dce37b66
JX
4597msgstr ""
4598
28e1aaa4 4599#: builtin/am.c:2241
fda7b092 4600msgid "historical option -- no-op"
9fa976ff
JX
4601msgstr ""
4602
28e1aaa4 4603#: builtin/am.c:2243
fda7b092 4604msgid "allow fall back on 3way merging if needed"
9fa976ff
JX
4605msgstr ""
4606
28e1aaa4 4607#: builtin/am.c:2244 builtin/init-db.c:483 builtin/prune-packed.c:57
673bfad0 4608#: builtin/repack.c:178
fda7b092 4609msgid "be quiet"
9fa976ff
JX
4610msgstr ""
4611
28e1aaa4 4612#: builtin/am.c:2246
fda7b092 4613msgid "add a Signed-off-by line to the commit message"
9fa976ff
JX
4614msgstr ""
4615
28e1aaa4 4616#: builtin/am.c:2249
fda7b092
JX
4617msgid "recode into utf8 (default)"
4618msgstr ""
9fa976ff 4619
28e1aaa4 4620#: builtin/am.c:2251
fda7b092
JX
4621msgid "pass -k flag to git-mailinfo"
4622msgstr ""
9fa976ff 4623
28e1aaa4 4624#: builtin/am.c:2253
fda7b092 4625msgid "pass -b flag to git-mailinfo"
6f6731e7
JX
4626msgstr ""
4627
28e1aaa4 4628#: builtin/am.c:2255
fda7b092 4629msgid "pass -m flag to git-mailinfo"
6f6731e7
JX
4630msgstr ""
4631
28e1aaa4 4632#: builtin/am.c:2257
fda7b092 4633msgid "pass --keep-cr flag to git-mailsplit for mbox format"
6f6731e7
JX
4634msgstr ""
4635
28e1aaa4 4636#: builtin/am.c:2260
fda7b092 4637msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
6f6731e7
JX
4638msgstr ""
4639
28e1aaa4 4640#: builtin/am.c:2263
fda7b092 4641msgid "strip everything before a scissors line"
6f6731e7
JX
4642msgstr ""
4643
28e1aaa4
JX
4644#: builtin/am.c:2265 builtin/am.c:2268 builtin/am.c:2271 builtin/am.c:2274
4645#: builtin/am.c:2277 builtin/am.c:2280 builtin/am.c:2283 builtin/am.c:2286
4646#: builtin/am.c:2292
fda7b092 4647msgid "pass it through git-apply"
6f6731e7
JX
4648msgstr ""
4649
28e1aaa4 4650#: builtin/am.c:2282 builtin/fmt-merge-msg.c:662 builtin/fmt-merge-msg.c:665
dfc182b1 4651#: builtin/grep.c:1045 builtin/merge.c:201 builtin/pull.c:135
673bfad0 4652#: builtin/pull.c:194 builtin/repack.c:187 builtin/repack.c:191
dfc182b1 4653#: builtin/show-branch.c:637 builtin/show-ref.c:169 builtin/tag.c:398
fda7b092
JX
4654#: parse-options.h:132 parse-options.h:134 parse-options.h:245
4655msgid "n"
6f6731e7
JX
4656msgstr ""
4657
28e1aaa4
JX
4658#: builtin/am.c:2288 builtin/branch.c:592 builtin/for-each-ref.c:37
4659#: builtin/replace.c:443 builtin/tag.c:433 builtin/verify-tag.c:38
fda7b092 4660msgid "format"
6f6731e7
JX
4661msgstr ""
4662
28e1aaa4 4663#: builtin/am.c:2289
fda7b092 4664msgid "format the patch(es) are in"
6f6731e7
JX
4665msgstr ""
4666
28e1aaa4 4667#: builtin/am.c:2295
fda7b092 4668msgid "override error message when patch failure occurs"
6f6731e7
JX
4669msgstr ""
4670
28e1aaa4 4671#: builtin/am.c:2297
fda7b092 4672msgid "continue applying patches after resolving a conflict"
c2ea1208
JX
4673msgstr ""
4674
28e1aaa4 4675#: builtin/am.c:2300
fda7b092 4676msgid "synonyms for --continue"
6f6731e7
JX
4677msgstr ""
4678
28e1aaa4 4679#: builtin/am.c:2303
fda7b092 4680msgid "skip the current patch"
0bbe5b48
JX
4681msgstr ""
4682
28e1aaa4 4683#: builtin/am.c:2306
fda7b092 4684msgid "restore the original branch and abort the patching operation."
6f6731e7
JX
4685msgstr ""
4686
28e1aaa4 4687#: builtin/am.c:2310
fda7b092 4688msgid "lie about committer date"
6f6731e7
JX
4689msgstr ""
4690
28e1aaa4 4691#: builtin/am.c:2312
fda7b092 4692msgid "use current timestamp for author date"
6f6731e7
JX
4693msgstr ""
4694
28e1aaa4 4695#: builtin/am.c:2314 builtin/commit.c:1600 builtin/merge.c:232
dfc182b1 4696#: builtin/pull.c:165 builtin/revert.c:111 builtin/tag.c:413
fda7b092 4697msgid "key-id"
6f6731e7
JX
4698msgstr ""
4699
28e1aaa4 4700#: builtin/am.c:2315
fda7b092 4701msgid "GPG-sign commits"
6f6731e7
JX
4702msgstr ""
4703
28e1aaa4 4704#: builtin/am.c:2318
fda7b092 4705msgid "(internal use for git-rebase)"
6f6731e7
JX
4706msgstr ""
4707
28e1aaa4 4708#: builtin/am.c:2333
fda7b092
JX
4709msgid ""
4710"The -b/--binary option has been a no-op for long time, and\n"
4711"it will be removed. Please do not use it anymore."
6f6731e7
JX
4712msgstr ""
4713
28e1aaa4 4714#: builtin/am.c:2340
fda7b092 4715msgid "failed to read the index"
6f6731e7
JX
4716msgstr ""
4717
28e1aaa4 4718#: builtin/am.c:2355
fda7b092
JX
4719#, c-format
4720msgid "previous rebase directory %s still exists but mbox given."
6f6731e7
JX
4721msgstr ""
4722
28e1aaa4 4723#: builtin/am.c:2379
fda7b092
JX
4724#, c-format
4725msgid ""
4726"Stray %s directory found.\n"
4727"Use \"git am --abort\" to remove it."
6f6731e7
JX
4728msgstr ""
4729
28e1aaa4 4730#: builtin/am.c:2385
fda7b092 4731msgid "Resolve operation not in progress, we are not resuming."
6f6731e7
JX
4732msgstr ""
4733
fda7b092
JX
4734#: builtin/apply.c:8
4735msgid "git apply [<options>] [<patch>...]"
6f6731e7
JX
4736msgstr ""
4737
822e4a65
JX
4738#: builtin/archive.c:17
4739#, c-format
4740msgid "could not create archive file '%s'"
dce37b66
JX
4741msgstr ""
4742
822e4a65
JX
4743#: builtin/archive.c:20
4744msgid "could not redirect output"
dce37b66
JX
4745msgstr ""
4746
822e4a65
JX
4747#: builtin/archive.c:37
4748msgid "git archive: Remote with no URL"
dce37b66
JX
4749msgstr ""
4750
822e4a65
JX
4751#: builtin/archive.c:58
4752msgid "git archive: expected ACK/NAK, got EOF"
dce37b66
JX
4753msgstr ""
4754
c138af56 4755#: builtin/archive.c:61
822e4a65
JX
4756#, c-format
4757msgid "git archive: NACK %s"
dce37b66
JX
4758msgstr ""
4759
c138af56 4760#: builtin/archive.c:64
822e4a65 4761msgid "git archive: protocol error"
dce37b66
JX
4762msgstr ""
4763
c138af56 4764#: builtin/archive.c:68
822e4a65 4765msgid "git archive: expected a flush"
dce37b66
JX
4766msgstr ""
4767
cc76011e
JX
4768#: builtin/bisect--helper.c:7
4769msgid "git bisect--helper --next-all [--no-checkout]"
4770msgstr ""
4771
4772#: builtin/bisect--helper.c:17
4773msgid "perform 'git bisect next'"
4774msgstr ""
4775
4776#: builtin/bisect--helper.c:19
4777msgid "update BISECT_HEAD instead of checking out the current commit"
4778msgstr ""
4779
9eb3984b 4780#: builtin/blame.c:33
64f23b0c 4781msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
cc76011e
JX
4782msgstr ""
4783
9eb3984b 4784#: builtin/blame.c:38
c2ea1208 4785msgid "<rev-opts> are documented in git-rev-list(1)"
cc76011e
JX
4786msgstr ""
4787
dfc182b1 4788#: builtin/blame.c:1777
9eb3984b
JX
4789msgid "Blaming lines"
4790msgstr ""
4791
dfc182b1 4792#: builtin/blame.c:2573
cc76011e
JX
4793msgid "Show blame entries as we find them, incrementally"
4794msgstr ""
4795
dfc182b1 4796#: builtin/blame.c:2574
cc76011e
JX
4797msgid "Show blank SHA-1 for boundary commits (Default: off)"
4798msgstr ""
4799
dfc182b1 4800#: builtin/blame.c:2575
cc76011e
JX
4801msgid "Do not treat root commits as boundaries (Default: off)"
4802msgstr ""
4803
dfc182b1 4804#: builtin/blame.c:2576
cc76011e
JX
4805msgid "Show work cost statistics"
4806msgstr ""
4807
dfc182b1 4808#: builtin/blame.c:2577
9eb3984b
JX
4809msgid "Force progress reporting"
4810msgstr ""
4811
dfc182b1 4812#: builtin/blame.c:2578
cc76011e
JX
4813msgid "Show output score for blame entries"
4814msgstr ""
4815
dfc182b1 4816#: builtin/blame.c:2579
cc76011e
JX
4817msgid "Show original filename (Default: auto)"
4818msgstr ""
4819
dfc182b1 4820#: builtin/blame.c:2580
cc76011e
JX
4821msgid "Show original linenumber (Default: off)"
4822msgstr ""
4823
dfc182b1 4824#: builtin/blame.c:2581
cc76011e
JX
4825msgid "Show in a format designed for machine consumption"
4826msgstr ""
4827
dfc182b1 4828#: builtin/blame.c:2582
cc76011e
JX
4829msgid "Show porcelain format with per-line commit information"
4830msgstr ""
4831
dfc182b1 4832#: builtin/blame.c:2583
cc76011e
JX
4833msgid "Use the same output mode as git-annotate (Default: off)"
4834msgstr ""
4835
dfc182b1 4836#: builtin/blame.c:2584
cc76011e
JX
4837msgid "Show raw timestamp (Default: off)"
4838msgstr ""
4839
dfc182b1 4840#: builtin/blame.c:2585
cc76011e
JX
4841msgid "Show long commit SHA1 (Default: off)"
4842msgstr ""
4843
dfc182b1 4844#: builtin/blame.c:2586
cc76011e
JX
4845msgid "Suppress author name and timestamp (Default: off)"
4846msgstr ""
4847
dfc182b1 4848#: builtin/blame.c:2587
cc76011e
JX
4849msgid "Show author email instead of name (Default: off)"
4850msgstr ""
4851
dfc182b1 4852#: builtin/blame.c:2588
cc76011e
JX
4853msgid "Ignore whitespace differences"
4854msgstr ""
4855
dfc182b1 4856#: builtin/blame.c:2595
673bfad0 4857msgid "Use an experimental heuristic to improve diffs"
fda7b092
JX
4858msgstr ""
4859
dfc182b1 4860#: builtin/blame.c:2597
cc76011e
JX
4861msgid "Spend extra cycles to find better match"
4862msgstr ""
4863
dfc182b1 4864#: builtin/blame.c:2598
cc76011e
JX
4865msgid "Use revisions from <file> instead of calling git-rev-list"
4866msgstr ""
4867
dfc182b1 4868#: builtin/blame.c:2599
cc76011e
JX
4869msgid "Use <file>'s contents as the final image"
4870msgstr ""
4871
dfc182b1 4872#: builtin/blame.c:2600 builtin/blame.c:2601
cc76011e
JX
4873msgid "score"
4874msgstr ""
4875
dfc182b1 4876#: builtin/blame.c:2600
cc76011e
JX
4877msgid "Find line copies within and across files"
4878msgstr ""
4879
dfc182b1 4880#: builtin/blame.c:2601
cc76011e
JX
4881msgid "Find line movements within and across files"
4882msgstr ""
4883
dfc182b1 4884#: builtin/blame.c:2602
cc76011e
JX
4885msgid "n,m"
4886msgstr ""
4887
dfc182b1 4888#: builtin/blame.c:2602
cc76011e
JX
4889msgid "Process only line range n,m, counting from 1"
4890msgstr ""
4891
dfc182b1 4892#: builtin/blame.c:2649
fda7b092
JX
4893msgid "--progress can't be used with --incremental or porcelain formats"
4894msgstr ""
4895
fe05e196
JX
4896#. TRANSLATORS: This string is used to tell us the maximum
4897#. display width for a relative timestamp in "git blame"
4898#. output. For C locale, "4 years, 11 months ago", which
4899#. takes 22 places, is the longest among various forms of
4900#. relative timestamps, but your language may need more or
4901#. fewer display columns.
dfc182b1 4902#: builtin/blame.c:2697
fe05e196
JX
4903msgid "4 years, 11 months ago"
4904msgstr ""
4905
dfc182b1 4906#: builtin/blame.c:2777
fda7b092
JX
4907msgid "--contents and --reverse do not blend well."
4908msgstr ""
4909
dfc182b1 4910#: builtin/blame.c:2797
fda7b092
JX
4911msgid "cannot use --contents with final commit object name"
4912msgstr ""
4913
dfc182b1 4914#: builtin/blame.c:2802
fda7b092
JX
4915msgid "--reverse and --first-parent together require specified latest commit"
4916msgstr ""
4917
dfc182b1 4918#: builtin/blame.c:2829
fda7b092
JX
4919msgid ""
4920"--reverse --first-parent together require range along first-parent chain"
4921msgstr ""
4922
dfc182b1 4923#: builtin/blame.c:2840
fda7b092
JX
4924#, c-format
4925msgid "no such path %s in %s"
4926msgstr ""
4927
dfc182b1 4928#: builtin/blame.c:2851
fda7b092
JX
4929#, c-format
4930msgid "cannot read blob %s for path %s"
4931msgstr ""
4932
dfc182b1 4933#: builtin/blame.c:2870
fda7b092
JX
4934#, c-format
4935msgid "file %s has only %lu line"
4936msgid_plural "file %s has only %lu lines"
4937msgstr[0] ""
4938msgstr[1] ""
4939
f517e50d 4940#: builtin/branch.c:26
c2ea1208 4941msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
cc76011e
JX
4942msgstr ""
4943
f517e50d 4944#: builtin/branch.c:27
c2ea1208 4945msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
cc76011e
JX
4946msgstr ""
4947
f517e50d 4948#: builtin/branch.c:28
c2ea1208 4949msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
cc76011e
JX
4950msgstr ""
4951
f517e50d 4952#: builtin/branch.c:29
c2ea1208 4953msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
cc76011e
JX
4954msgstr ""
4955
f517e50d 4956#: builtin/branch.c:30
f4f2c8f8
JX
4957msgid "git branch [<options>] [-r | -a] [--points-at]"
4958msgstr ""
4959
dfc182b1
JX
4960#: builtin/branch.c:31
4961msgid "git branch [<options>] [-r | -a] [--format]"
4962msgstr ""
4963
4964#: builtin/branch.c:144
822e4a65
JX
4965#, c-format
4966msgid ""
4967"deleting branch '%s' that has been merged to\n"
4968" '%s', but not yet merged to HEAD."
dce37b66
JX
4969msgstr ""
4970
dfc182b1 4971#: builtin/branch.c:148
dce37b66
JX
4972#, c-format
4973msgid ""
822e4a65
JX
4974"not deleting branch '%s' that is not yet merged to\n"
4975" '%s', even though it is merged to HEAD."
dce37b66
JX
4976msgstr ""
4977
dfc182b1 4978#: builtin/branch.c:162
fe52cd62
JX
4979#, c-format
4980msgid "Couldn't look up commit object for '%s'"
4981msgstr ""
4982
dfc182b1 4983#: builtin/branch.c:166
fe52cd62
JX
4984#, c-format
4985msgid ""
4986"The branch '%s' is not fully merged.\n"
4987"If you are sure you want to delete it, run 'git branch -D %s'."
4988msgstr ""
4989
dfc182b1 4990#: builtin/branch.c:179
fe52cd62
JX
4991msgid "Update of config-file failed"
4992msgstr ""
4993
dfc182b1 4994#: builtin/branch.c:210
822e4a65 4995msgid "cannot use -a with -d"
dce37b66
JX
4996msgstr ""
4997
dfc182b1 4998#: builtin/branch.c:216
822e4a65 4999msgid "Couldn't look up commit object for HEAD"
dce37b66
JX
5000msgstr ""
5001
dfc182b1 5002#: builtin/branch.c:230
822e4a65 5003#, c-format
f517e50d 5004msgid "Cannot delete branch '%s' checked out at '%s'"
dce37b66
JX
5005msgstr ""
5006
dfc182b1 5007#: builtin/branch.c:245
822e4a65 5008#, c-format
64f23b0c 5009msgid "remote-tracking branch '%s' not found."
dce37b66
JX
5010msgstr ""
5011
dfc182b1 5012#: builtin/branch.c:246
822e4a65
JX
5013#, c-format
5014msgid "branch '%s' not found."
dce37b66
JX
5015msgstr ""
5016
dfc182b1 5017#: builtin/branch.c:261
822e4a65 5018#, c-format
64f23b0c 5019msgid "Error deleting remote-tracking branch '%s'"
dce37b66
JX
5020msgstr ""
5021
dfc182b1 5022#: builtin/branch.c:262
dce37b66 5023#, c-format
822e4a65 5024msgid "Error deleting branch '%s'"
dce37b66
JX
5025msgstr ""
5026
dfc182b1 5027#: builtin/branch.c:269
dce37b66 5028#, c-format
64f23b0c 5029msgid "Deleted remote-tracking branch %s (was %s).\n"
dce37b66
JX
5030msgstr ""
5031
dfc182b1 5032#: builtin/branch.c:270
dce37b66 5033#, c-format
822e4a65 5034msgid "Deleted branch %s (was %s).\n"
dce37b66
JX
5035msgstr ""
5036
dfc182b1 5037#: builtin/branch.c:441
f517e50d
JX
5038#, c-format
5039msgid "Branch %s is being rebased at %s"
5040msgstr ""
5041
dfc182b1 5042#: builtin/branch.c:445
f517e50d
JX
5043#, c-format
5044msgid "Branch %s is being bisected at %s"
5045msgstr ""
5046
dfc182b1 5047#: builtin/branch.c:460
822e4a65 5048msgid "cannot rename the current branch while not on any."
dce37b66
JX
5049msgstr ""
5050
dfc182b1 5051#: builtin/branch.c:470
dce37b66 5052#, c-format
822e4a65 5053msgid "Invalid branch name: '%s'"
dce37b66
JX
5054msgstr ""
5055
dfc182b1 5056#: builtin/branch.c:487
822e4a65
JX
5057msgid "Branch rename failed"
5058msgstr ""
5059
dfc182b1 5060#: builtin/branch.c:490
dce37b66 5061#, c-format
822e4a65 5062msgid "Renamed a misnamed branch '%s' away"
dce37b66
JX
5063msgstr ""
5064
dfc182b1 5065#: builtin/branch.c:493
dce37b66 5066#, c-format
822e4a65 5067msgid "Branch renamed to %s, but HEAD is not updated!"
dce37b66
JX
5068msgstr ""
5069
dfc182b1 5070#: builtin/branch.c:502
822e4a65
JX
5071msgid "Branch is renamed, but update of config-file failed"
5072msgstr ""
5073
dfc182b1 5074#: builtin/branch.c:518
9fa976ff
JX
5075#, c-format
5076msgid ""
5077"Please edit the description for the branch\n"
5078" %s\n"
5079"Lines starting with '%c' will be stripped.\n"
dce37b66
JX
5080msgstr ""
5081
dfc182b1 5082#: builtin/branch.c:551
cc76011e 5083msgid "Generic options"
dce37b66
JX
5084msgstr ""
5085
dfc182b1 5086#: builtin/branch.c:553
cc76011e 5087msgid "show hash and subject, give twice for upstream branch"
dce37b66
JX
5088msgstr ""
5089
dfc182b1 5090#: builtin/branch.c:554
cc76011e 5091msgid "suppress informational messages"
dce37b66
JX
5092msgstr ""
5093
dfc182b1 5094#: builtin/branch.c:555
cc76011e 5095msgid "set up tracking mode (see git-pull(1))"
dce37b66
JX
5096msgstr ""
5097
dfc182b1 5098#: builtin/branch.c:557
cc76011e 5099msgid "change upstream info"
dce37b66
JX
5100msgstr ""
5101
dfc182b1 5102#: builtin/branch.c:559
f517e50d
JX
5103msgid "upstream"
5104msgstr ""
5105
dfc182b1 5106#: builtin/branch.c:559
f517e50d
JX
5107msgid "change the upstream info"
5108msgstr ""
5109
dfc182b1 5110#: builtin/branch.c:560
fda7b092
JX
5111msgid "Unset the upstream info"
5112msgstr ""
5113
dfc182b1 5114#: builtin/branch.c:561
cc76011e 5115msgid "use colored output"
dce37b66
JX
5116msgstr ""
5117
dfc182b1 5118#: builtin/branch.c:562
cc76011e 5119msgid "act on remote-tracking branches"
dce37b66
JX
5120msgstr ""
5121
dfc182b1 5122#: builtin/branch.c:564 builtin/branch.c:566
cc76011e 5123msgid "print only branches that contain the commit"
dce37b66
JX
5124msgstr ""
5125
dfc182b1
JX
5126#: builtin/branch.c:565 builtin/branch.c:567
5127msgid "print only branches that don't contain the commit"
5128msgstr ""
5129
5130#: builtin/branch.c:570
cc76011e 5131msgid "Specific git-branch actions:"
dce37b66
JX
5132msgstr ""
5133
dfc182b1 5134#: builtin/branch.c:571
cc76011e 5135msgid "list both remote-tracking and local branches"
dce37b66
JX
5136msgstr ""
5137
dfc182b1 5138#: builtin/branch.c:573
cc76011e 5139msgid "delete fully merged branch"
dce37b66
JX
5140msgstr ""
5141
dfc182b1 5142#: builtin/branch.c:574
cc76011e 5143msgid "delete branch (even if not merged)"
dce37b66
JX
5144msgstr ""
5145
dfc182b1 5146#: builtin/branch.c:575
cc76011e 5147msgid "move/rename a branch and its reflog"
822e4a65
JX
5148msgstr ""
5149
dfc182b1 5150#: builtin/branch.c:576
cc76011e 5151msgid "move/rename a branch, even if target exists"
dce37b66
JX
5152msgstr ""
5153
dfc182b1 5154#: builtin/branch.c:577
cc76011e 5155msgid "list branch names"
dce37b66
JX
5156msgstr ""
5157
dfc182b1 5158#: builtin/branch.c:578
cc76011e 5159msgid "create the branch's reflog"
dce37b66
JX
5160msgstr ""
5161
dfc182b1 5162#: builtin/branch.c:580
cc76011e 5163msgid "edit the description for the branch"
dce37b66
JX
5164msgstr ""
5165
dfc182b1 5166#: builtin/branch.c:581
beb691f7 5167msgid "force creation, move/rename, deletion"
dce37b66
JX
5168msgstr ""
5169
dfc182b1 5170#: builtin/branch.c:582
f4f2c8f8 5171msgid "print only branches that are merged"
dce37b66
JX
5172msgstr ""
5173
dfc182b1 5174#: builtin/branch.c:583
f4f2c8f8 5175msgid "print only branches that are not merged"
dce37b66
JX
5176msgstr ""
5177
dfc182b1 5178#: builtin/branch.c:584
cc76011e
JX
5179msgid "list branches in columns"
5180msgstr ""
5181
dfc182b1 5182#: builtin/branch.c:585 builtin/for-each-ref.c:38 builtin/tag.c:426
f4f2c8f8
JX
5183msgid "key"
5184msgstr ""
5185
dfc182b1 5186#: builtin/branch.c:586 builtin/for-each-ref.c:39 builtin/tag.c:427
f4f2c8f8
JX
5187msgid "field name to sort on"
5188msgstr ""
5189
dfc182b1 5190#: builtin/branch.c:588 builtin/for-each-ref.c:41 builtin/notes.c:404
fda7b092 5191#: builtin/notes.c:407 builtin/notes.c:567 builtin/notes.c:570
dfc182b1 5192#: builtin/tag.c:429
f4f2c8f8
JX
5193msgid "object"
5194msgstr ""
5195
dfc182b1 5196#: builtin/branch.c:589
f4f2c8f8
JX
5197msgid "print only branches of the object"
5198msgstr ""
5199
dfc182b1 5200#: builtin/branch.c:591 builtin/for-each-ref.c:47 builtin/tag.c:434
673bfad0
JX
5201msgid "sorting and filtering are case insensitive"
5202msgstr ""
5203
dfc182b1
JX
5204#: builtin/branch.c:592 builtin/for-each-ref.c:37 builtin/tag.c:433
5205#: builtin/verify-tag.c:38
5206msgid "format to use for the output"
5207msgstr ""
5208
5209#: builtin/branch.c:611
cc76011e
JX
5210msgid "Failed to resolve HEAD as a valid ref."
5211msgstr ""
5212
dfc182b1 5213#: builtin/branch.c:615 builtin/clone.c:724
cc76011e
JX
5214msgid "HEAD not found below refs/heads!"
5215msgstr ""
5216
dfc182b1 5217#: builtin/branch.c:638
cc76011e 5218msgid "--column and --verbose are incompatible"
dce37b66
JX
5219msgstr ""
5220
dfc182b1 5221#: builtin/branch.c:649 builtin/branch.c:701
9caaf23e
JX
5222msgid "branch name required"
5223msgstr ""
5224
dfc182b1 5225#: builtin/branch.c:677
9caaf23e
JX
5226msgid "Cannot give description to detached HEAD"
5227msgstr ""
5228
dfc182b1 5229#: builtin/branch.c:682
9caaf23e
JX
5230msgid "cannot edit description of more than one branch"
5231msgstr ""
5232
dfc182b1 5233#: builtin/branch.c:689
9caaf23e
JX
5234#, c-format
5235msgid "No commit on branch '%s' yet."
5236msgstr ""
5237
dfc182b1 5238#: builtin/branch.c:692
9caaf23e
JX
5239#, c-format
5240msgid "No branch named '%s'."
5241msgstr ""
5242
dfc182b1 5243#: builtin/branch.c:707
9caaf23e
JX
5244msgid "too many branches for a rename operation"
5245msgstr ""
5246
dfc182b1 5247#: builtin/branch.c:712
c138af56
JX
5248msgid "too many branches to set new upstream"
5249msgstr ""
5250
dfc182b1 5251#: builtin/branch.c:716
c138af56
JX
5252#, c-format
5253msgid ""
5254"could not set upstream of HEAD to %s when it does not point to any branch."
5255msgstr ""
5256
dfc182b1 5257#: builtin/branch.c:719 builtin/branch.c:741 builtin/branch.c:762
c138af56
JX
5258#, c-format
5259msgid "no such branch '%s'"
5260msgstr ""
5261
dfc182b1 5262#: builtin/branch.c:723
822e4a65 5263#, c-format
cc76011e 5264msgid "branch '%s' does not exist"
dce37b66
JX
5265msgstr ""
5266
dfc182b1 5267#: builtin/branch.c:735
c138af56
JX
5268msgid "too many branches to unset upstream"
5269msgstr ""
5270
dfc182b1 5271#: builtin/branch.c:739
c138af56
JX
5272msgid "could not unset upstream of HEAD when it does not point to any branch."
5273msgstr ""
5274
dfc182b1 5275#: builtin/branch.c:745
822e4a65 5276#, c-format
cc76011e
JX
5277msgid "Branch '%s' has no upstream information"
5278msgstr ""
5279
dfc182b1 5280#: builtin/branch.c:759
c138af56
JX
5281msgid "it does not make sense to create 'HEAD' manually"
5282msgstr ""
5283
dfc182b1 5284#: builtin/branch.c:765
cc76011e 5285msgid "-a and -r options to 'git branch' do not make sense with a branch name"
dce37b66
JX
5286msgstr ""
5287
dfc182b1 5288#: builtin/branch.c:768
dce37b66 5289#, c-format
cc76011e
JX
5290msgid ""
5291"The --set-upstream flag is deprecated and will be removed. Consider using --"
5292"track or --set-upstream-to\n"
dce37b66
JX
5293msgstr ""
5294
dfc182b1 5295#: builtin/branch.c:785
822e4a65
JX
5296#, c-format
5297msgid ""
822e4a65 5298"\n"
cc76011e 5299"If you wanted to make '%s' track '%s', do this:\n"
822e4a65 5300"\n"
cc76011e 5301msgstr ""
822e4a65 5302
dfc182b1 5303#: builtin/bundle.c:45
cc76011e
JX
5304#, c-format
5305msgid "%s is okay\n"
dce37b66
JX
5306msgstr ""
5307
dfc182b1 5308#: builtin/bundle.c:58
cc76011e 5309msgid "Need a repository to create a bundle."
dce37b66
JX
5310msgstr ""
5311
dfc182b1 5312#: builtin/bundle.c:62
cc76011e 5313msgid "Need a repository to unbundle."
dce37b66
JX
5314msgstr ""
5315
fda7b092 5316#: builtin/cat-file.c:513
64f23b0c 5317msgid ""
fda7b092
JX
5318"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
5319"p | <type> | --textconv | --filters) [--path=<path>] <object>"
dce37b66
JX
5320msgstr ""
5321
fda7b092
JX
5322#: builtin/cat-file.c:514
5323msgid ""
5324"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
5325"filters]"
dce37b66
JX
5326msgstr ""
5327
fda7b092 5328#: builtin/cat-file.c:551
cc76011e 5329msgid "<type> can be one of: blob, tree, commit, tag"
dce37b66
JX
5330msgstr ""
5331
fda7b092 5332#: builtin/cat-file.c:552
cc76011e 5333msgid "show object type"
dce37b66
JX
5334msgstr ""
5335
fda7b092 5336#: builtin/cat-file.c:553
cc76011e 5337msgid "show object size"
dce37b66
JX
5338msgstr ""
5339
fda7b092 5340#: builtin/cat-file.c:555
cc76011e 5341msgid "exit with zero when there's no error"
dce37b66
JX
5342msgstr ""
5343
fda7b092 5344#: builtin/cat-file.c:556
cc76011e 5345msgid "pretty-print object's content"
dce37b66
JX
5346msgstr ""
5347
fda7b092 5348#: builtin/cat-file.c:558
cc76011e 5349msgid "for blob objects, run textconv on object's content"
dce37b66
JX
5350msgstr ""
5351
fda7b092
JX
5352#: builtin/cat-file.c:560
5353msgid "for blob objects, run filters on object's content"
5354msgstr ""
5355
dfc182b1 5356#: builtin/cat-file.c:561 git-submodule.sh:943
fda7b092
JX
5357msgid "blob"
5358msgstr ""
5359
5360#: builtin/cat-file.c:562
5361msgid "use a specific path for --textconv/--filters"
5362msgstr ""
5363
5364#: builtin/cat-file.c:564
64f23b0c
JX
5365msgid "allow -s and -t to work with broken/corrupt objects"
5366msgstr ""
5367
fda7b092 5368#: builtin/cat-file.c:565
df0617bf
JX
5369msgid "buffer --batch output"
5370msgstr ""
5371
fda7b092 5372#: builtin/cat-file.c:567
cc76011e 5373msgid "show info and content of objects fed from the standard input"
dce37b66
JX
5374msgstr ""
5375
fda7b092 5376#: builtin/cat-file.c:570
cc76011e 5377msgid "show info about objects fed from the standard input"
822e4a65
JX
5378msgstr ""
5379
fda7b092 5380#: builtin/cat-file.c:573
64f23b0c
JX
5381msgid "follow in-tree symlinks (used with --batch or --batch-check)"
5382msgstr ""
5383
fda7b092 5384#: builtin/cat-file.c:575
df0617bf
JX
5385msgid "show all objects with --batch or --batch-check"
5386msgstr ""
5387
cc76011e 5388#: builtin/check-attr.c:11
c2ea1208 5389msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
dce37b66
JX
5390msgstr ""
5391
cc76011e 5392#: builtin/check-attr.c:12
f4f2c8f8 5393msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
dce37b66
JX
5394msgstr ""
5395
cc76011e
JX
5396#: builtin/check-attr.c:19
5397msgid "report all attributes set on file"
dce37b66
JX
5398msgstr ""
5399
cc76011e
JX
5400#: builtin/check-attr.c:20
5401msgid "use .gitattributes only from the index"
dce37b66
JX
5402msgstr ""
5403
fda7b092 5404#: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-object.c:98
cc76011e 5405msgid "read file names from stdin"
dce37b66
JX
5406msgstr ""
5407
9caaf23e 5408#: builtin/check-attr.c:23 builtin/check-ignore.c:24
727b9576 5409msgid "terminate input and output records by a NUL character"
dce37b66
JX
5410msgstr ""
5411
28e1aaa4 5412#: builtin/check-ignore.c:18 builtin/checkout.c:1158 builtin/gc.c:356
9caaf23e
JX
5413msgid "suppress progress reporting"
5414msgstr ""
5415
28b3cffc
JX
5416#: builtin/check-ignore.c:26
5417msgid "show non-matching input paths"
5418msgstr ""
5419
727b9576
JX
5420#: builtin/check-ignore.c:28
5421msgid "ignore index when checking"
5422msgstr ""
5423
5424#: builtin/check-ignore.c:154
9caaf23e
JX
5425msgid "cannot specify pathnames with --stdin"
5426msgstr ""
5427
727b9576 5428#: builtin/check-ignore.c:157
9caaf23e
JX
5429msgid "-z only makes sense with --stdin"
5430msgstr ""
5431
727b9576 5432#: builtin/check-ignore.c:159
9caaf23e
JX
5433msgid "no path specified"
5434msgstr ""
5435
727b9576 5436#: builtin/check-ignore.c:163
9caaf23e
JX
5437msgid "--quiet is only valid with a single pathname"
5438msgstr ""
5439
727b9576 5440#: builtin/check-ignore.c:165
9caaf23e
JX
5441msgid "cannot have both --quiet and --verbose"
5442msgstr ""
5443
727b9576 5444#: builtin/check-ignore.c:168
28b3cffc
JX
5445msgid "--non-matching is only valid with --verbose"
5446msgstr ""
5447
5448#: builtin/check-mailmap.c:8
c2ea1208 5449msgid "git check-mailmap [<options>] <contact>..."
28b3cffc
JX
5450msgstr ""
5451
5452#: builtin/check-mailmap.c:13
5453msgid "also read contacts from stdin"
5454msgstr ""
5455
5456#: builtin/check-mailmap.c:24
5457#, c-format
5458msgid "unable to parse contact: %s"
5459msgstr ""
5460
5461#: builtin/check-mailmap.c:47
5462msgid "no contacts specified"
5463msgstr ""
5464
9eb3984b 5465#: builtin/checkout-index.c:127
c2ea1208 5466msgid "git checkout-index [<options>] [--] [<file>...]"
dce37b66
JX
5467msgstr ""
5468
9eb3984b
JX
5469#: builtin/checkout-index.c:144
5470msgid "stage should be between 1 and 3 or all"
5471msgstr ""
5472
5473#: builtin/checkout-index.c:160
cc76011e 5474msgid "check out all files in the index"
dce37b66
JX
5475msgstr ""
5476
9eb3984b 5477#: builtin/checkout-index.c:161
cc76011e 5478msgid "force overwrite of existing files"
dce37b66
JX
5479msgstr ""
5480
9eb3984b 5481#: builtin/checkout-index.c:163
cc76011e 5482msgid "no warning for existing files and files not in index"
dce37b66
JX
5483msgstr ""
5484
9eb3984b 5485#: builtin/checkout-index.c:165
cc76011e 5486msgid "don't checkout new files"
dce37b66
JX
5487msgstr ""
5488
9eb3984b 5489#: builtin/checkout-index.c:167
cc76011e 5490msgid "update stat information in the index file"
dce37b66
JX
5491msgstr ""
5492
9eb3984b 5493#: builtin/checkout-index.c:171
cc76011e 5494msgid "read list of paths from the standard input"
dce37b66
JX
5495msgstr ""
5496
9eb3984b 5497#: builtin/checkout-index.c:173
cc76011e 5498msgid "write the content to temporary files"
dce37b66
JX
5499msgstr ""
5500
9eb3984b 5501#: builtin/checkout-index.c:174 builtin/column.c:30
dfc182b1
JX
5502#: builtin/submodule--helper.c:635 builtin/submodule--helper.c:638
5503#: builtin/submodule--helper.c:644 builtin/submodule--helper.c:980
28e1aaa4 5504#: builtin/worktree.c:477
cc76011e 5505msgid "string"
dce37b66
JX
5506msgstr ""
5507
9eb3984b 5508#: builtin/checkout-index.c:175
cc76011e 5509msgid "when creating files, prepend <string>"
dce37b66
JX
5510msgstr ""
5511
9eb3984b 5512#: builtin/checkout-index.c:177
cc76011e 5513msgid "copy out the files from named stage"
dce37b66
JX
5514msgstr ""
5515
dfc182b1 5516#: builtin/checkout.c:27
c2ea1208 5517msgid "git checkout [<options>] <branch>"
dce37b66
JX
5518msgstr ""
5519
dfc182b1 5520#: builtin/checkout.c:28
c2ea1208 5521msgid "git checkout [<options>] [<branch>] -- <file>..."
dce37b66
JX
5522msgstr ""
5523
dfc182b1 5524#: builtin/checkout.c:153 builtin/checkout.c:186
822e4a65 5525#, c-format
cc76011e 5526msgid "path '%s' does not have our version"
dce37b66
JX
5527msgstr ""
5528
dfc182b1 5529#: builtin/checkout.c:155 builtin/checkout.c:188
dce37b66 5530#, c-format
cc76011e 5531msgid "path '%s' does not have their version"
dce37b66
JX
5532msgstr ""
5533
dfc182b1 5534#: builtin/checkout.c:171
822e4a65 5535#, c-format
cc76011e 5536msgid "path '%s' does not have all necessary versions"
dce37b66
JX
5537msgstr ""
5538
dfc182b1 5539#: builtin/checkout.c:215
822e4a65 5540#, c-format
cc76011e 5541msgid "path '%s' does not have necessary versions"
dce37b66
JX
5542msgstr ""
5543
dfc182b1 5544#: builtin/checkout.c:232
822e4a65 5545#, c-format
cc76011e 5546msgid "path '%s': cannot merge"
dce37b66
JX
5547msgstr ""
5548
dfc182b1 5549#: builtin/checkout.c:249
cc76011e
JX
5550#, c-format
5551msgid "Unable to add merge result for '%s'"
dce37b66
JX
5552msgstr ""
5553
dfc182b1
JX
5554#: builtin/checkout.c:269 builtin/checkout.c:272 builtin/checkout.c:275
5555#: builtin/checkout.c:278
cc76011e
JX
5556#, c-format
5557msgid "'%s' cannot be used with updating paths"
dce37b66
JX
5558msgstr ""
5559
dfc182b1 5560#: builtin/checkout.c:281 builtin/checkout.c:284
dce37b66 5561#, c-format
cc76011e 5562msgid "'%s' cannot be used with %s"
dce37b66
JX
5563msgstr ""
5564
dfc182b1 5565#: builtin/checkout.c:287
dce37b66 5566#, c-format
cc76011e 5567msgid "Cannot update paths and switch to branch '%s' at the same time."
dce37b66
JX
5568msgstr ""
5569
dfc182b1 5570#: builtin/checkout.c:358 builtin/checkout.c:365
dce37b66 5571#, c-format
cc76011e 5572msgid "path '%s' is unmerged"
dce37b66
JX
5573msgstr ""
5574
dfc182b1 5575#: builtin/checkout.c:513
cc76011e 5576msgid "you need to resolve your current index first"
dce37b66
JX
5577msgstr ""
5578
dfc182b1 5579#: builtin/checkout.c:644
dce37b66 5580#, c-format
df0617bf 5581msgid "Can not do reflog for '%s': %s\n"
dce37b66
JX
5582msgstr ""
5583
dfc182b1 5584#: builtin/checkout.c:685
cc76011e
JX
5585msgid "HEAD is now at"
5586msgstr ""
5587
dfc182b1 5588#: builtin/checkout.c:689 builtin/clone.c:678
f1522b27
JX
5589msgid "unable to update HEAD"
5590msgstr ""
5591
dfc182b1 5592#: builtin/checkout.c:693
dce37b66 5593#, c-format
cc76011e 5594msgid "Reset branch '%s'\n"
dce37b66
JX
5595msgstr ""
5596
dfc182b1 5597#: builtin/checkout.c:696
dce37b66 5598#, c-format
cc76011e 5599msgid "Already on '%s'\n"
dce37b66
JX
5600msgstr ""
5601
dfc182b1 5602#: builtin/checkout.c:700
dce37b66 5603#, c-format
cc76011e 5604msgid "Switched to and reset branch '%s'\n"
dce37b66
JX
5605msgstr ""
5606
dfc182b1 5607#: builtin/checkout.c:702 builtin/checkout.c:1090
dce37b66 5608#, c-format
cc76011e 5609msgid "Switched to a new branch '%s'\n"
dce37b66
JX
5610msgstr ""
5611
dfc182b1 5612#: builtin/checkout.c:704
cc76011e
JX
5613#, c-format
5614msgid "Switched to branch '%s'\n"
dce37b66
JX
5615msgstr ""
5616
dfc182b1 5617#: builtin/checkout.c:755
cc76011e
JX
5618#, c-format
5619msgid " ... and %d more.\n"
dce37b66
JX
5620msgstr ""
5621
dfc182b1 5622#: builtin/checkout.c:761
cc76011e 5623#, c-format
822e4a65 5624msgid ""
cc76011e
JX
5625"Warning: you are leaving %d commit behind, not connected to\n"
5626"any of your branches:\n"
822e4a65 5627"\n"
cc76011e
JX
5628"%s\n"
5629msgid_plural ""
5630"Warning: you are leaving %d commits behind, not connected to\n"
5631"any of your branches:\n"
822e4a65 5632"\n"
cc76011e
JX
5633"%s\n"
5634msgstr[0] ""
5635msgstr[1] ""
dce37b66 5636
dfc182b1 5637#: builtin/checkout.c:780
cc76011e 5638#, c-format
dce37b66 5639msgid ""
64f23b0c
JX
5640"If you want to keep it by creating a new branch, this may be a good time\n"
5641"to do so with:\n"
5642"\n"
5643" git branch <new-branch-name> %s\n"
5644"\n"
5645msgid_plural ""
cc76011e
JX
5646"If you want to keep them by creating a new branch, this may be a good time\n"
5647"to do so with:\n"
822e4a65 5648"\n"
c2ea1208 5649" git branch <new-branch-name> %s\n"
822e4a65 5650"\n"
64f23b0c
JX
5651msgstr[0] ""
5652msgstr[1] ""
dce37b66 5653
dfc182b1 5654#: builtin/checkout.c:816
cc76011e 5655msgid "internal error in revision walk"
dce37b66
JX
5656msgstr ""
5657
dfc182b1 5658#: builtin/checkout.c:820
cc76011e 5659msgid "Previous HEAD position was"
dce37b66
JX
5660msgstr ""
5661
dfc182b1 5662#: builtin/checkout.c:847 builtin/checkout.c:1085
cc76011e 5663msgid "You are on a branch yet to be born"
dce37b66
JX
5664msgstr ""
5665
dfc182b1 5666#: builtin/checkout.c:991
727b9576
JX
5667#, c-format
5668msgid "only one reference expected, %d given."
5669msgstr ""
5670
dfc182b1 5671#: builtin/checkout.c:1031 builtin/worktree.c:214
cc76011e
JX
5672#, c-format
5673msgid "invalid reference: %s"
dce37b66
JX
5674msgstr ""
5675
dfc182b1 5676#: builtin/checkout.c:1060
cc76011e
JX
5677#, c-format
5678msgid "reference is not a tree: %s"
dce37b66
JX
5679msgstr ""
5680
dfc182b1 5681#: builtin/checkout.c:1099
cc76011e 5682msgid "paths cannot be used with switching branches"
dce37b66
JX
5683msgstr ""
5684
dfc182b1 5685#: builtin/checkout.c:1102 builtin/checkout.c:1106
cc76011e
JX
5686#, c-format
5687msgid "'%s' cannot be used with switching branches"
dce37b66
JX
5688msgstr ""
5689
dfc182b1
JX
5690#: builtin/checkout.c:1110 builtin/checkout.c:1113 builtin/checkout.c:1118
5691#: builtin/checkout.c:1121
cc76011e
JX
5692#, c-format
5693msgid "'%s' cannot be used with '%s'"
dce37b66
JX
5694msgstr ""
5695
dfc182b1 5696#: builtin/checkout.c:1126
dce37b66 5697#, c-format
cc76011e 5698msgid "Cannot switch branch to a non-commit '%s'"
dce37b66
JX
5699msgstr ""
5700
dfc182b1 5701#: builtin/checkout.c:1159 builtin/checkout.c:1161 builtin/clone.c:111
28e1aaa4
JX
5702#: builtin/remote.c:165 builtin/remote.c:167 builtin/worktree.c:329
5703#: builtin/worktree.c:331
cc76011e 5704msgid "branch"
dce37b66
JX
5705msgstr ""
5706
dfc182b1 5707#: builtin/checkout.c:1160
cc76011e 5708msgid "create and checkout a new branch"
dce37b66
JX
5709msgstr ""
5710
dfc182b1 5711#: builtin/checkout.c:1162
cc76011e 5712msgid "create/reset and checkout a branch"
dce37b66
JX
5713msgstr ""
5714
dfc182b1 5715#: builtin/checkout.c:1163
cc76011e 5716msgid "create reflog for new branch"
dce37b66
JX
5717msgstr ""
5718
28e1aaa4 5719#: builtin/checkout.c:1164 builtin/worktree.c:333
9fa976ff 5720msgid "detach HEAD at named commit"
dce37b66
JX
5721msgstr ""
5722
dfc182b1 5723#: builtin/checkout.c:1165
cc76011e 5724msgid "set upstream info for new branch"
dce37b66
JX
5725msgstr ""
5726
dfc182b1 5727#: builtin/checkout.c:1167
5e078fcd 5728msgid "new-branch"
dce37b66
JX
5729msgstr ""
5730
dfc182b1 5731#: builtin/checkout.c:1167
cc76011e 5732msgid "new unparented branch"
dce37b66
JX
5733msgstr ""
5734
dfc182b1 5735#: builtin/checkout.c:1168
cc76011e 5736msgid "checkout our version for unmerged files"
dce37b66
JX
5737msgstr ""
5738
dfc182b1 5739#: builtin/checkout.c:1170
cc76011e 5740msgid "checkout their version for unmerged files"
dce37b66
JX
5741msgstr ""
5742
dfc182b1 5743#: builtin/checkout.c:1172
cc76011e 5744msgid "force checkout (throw away local modifications)"
cd1e7487
JX
5745msgstr ""
5746
dfc182b1 5747#: builtin/checkout.c:1173
cc76011e 5748msgid "perform a 3-way merge with the new branch"
dce37b66
JX
5749msgstr ""
5750
dfc182b1 5751#: builtin/checkout.c:1174 builtin/merge.c:234
cc76011e 5752msgid "update ignored files (default)"
dce37b66
JX
5753msgstr ""
5754
dfc182b1 5755#: builtin/checkout.c:1175 builtin/log.c:1473 parse-options.h:251
cc76011e 5756msgid "style"
dce37b66
JX
5757msgstr ""
5758
dfc182b1 5759#: builtin/checkout.c:1176
cc76011e 5760msgid "conflict style (merge or diff3)"
dce37b66
JX
5761msgstr ""
5762
dfc182b1 5763#: builtin/checkout.c:1179
c6bc7d43
JX
5764msgid "do not limit pathspecs to sparse entries only"
5765msgstr ""
5766
dfc182b1 5767#: builtin/checkout.c:1181
c2ea1208 5768msgid "second guess 'git checkout <no-such-branch>'"
dce37b66
JX
5769msgstr ""
5770
dfc182b1 5771#: builtin/checkout.c:1183
64f23b0c
JX
5772msgid "do not check if another worktree is holding the given ref"
5773msgstr ""
5774
dfc182b1
JX
5775#: builtin/checkout.c:1187 builtin/clone.c:78 builtin/fetch.c:119
5776#: builtin/merge.c:231 builtin/pull.c:117 builtin/push.c:539
5777#: builtin/send-pack.c:172
f4f2c8f8
JX
5778msgid "force progress reporting"
5779msgstr ""
5780
dfc182b1 5781#: builtin/checkout.c:1224
cc76011e 5782msgid "-b, -B and --orphan are mutually exclusive"
dce37b66
JX
5783msgstr ""
5784
dfc182b1 5785#: builtin/checkout.c:1241
cc76011e 5786msgid "--track needs a branch name"
822e4a65
JX
5787msgstr ""
5788
dfc182b1 5789#: builtin/checkout.c:1246
cc76011e 5790msgid "Missing branch name; try -b"
dce37b66
JX
5791msgstr ""
5792
dfc182b1 5793#: builtin/checkout.c:1282
cc76011e 5794msgid "invalid path specification"
dce37b66
JX
5795msgstr ""
5796
dfc182b1 5797#: builtin/checkout.c:1289
dce37b66 5798#, c-format
cc76011e
JX
5799msgid ""
5800"Cannot update paths and switch to branch '%s' at the same time.\n"
5801"Did you intend to checkout '%s' which can not be resolved as commit?"
dce37b66
JX
5802msgstr ""
5803
dfc182b1 5804#: builtin/checkout.c:1294
cc76011e
JX
5805#, c-format
5806msgid "git checkout: --detach does not take a path argument '%s'"
dce37b66
JX
5807msgstr ""
5808
dfc182b1 5809#: builtin/checkout.c:1298
cc76011e
JX
5810msgid ""
5811"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
5812"checking out of the index."
dce37b66
JX
5813msgstr ""
5814
df0617bf 5815#: builtin/clean.c:25
28b3cffc
JX
5816msgid ""
5817"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
dce37b66
JX
5818msgstr ""
5819
df0617bf 5820#: builtin/clean.c:29
46bc4039
JX
5821#, c-format
5822msgid "Removing %s\n"
5823msgstr ""
5824
df0617bf 5825#: builtin/clean.c:30
46bc4039
JX
5826#, c-format
5827msgid "Would remove %s\n"
5828msgstr ""
5829
df0617bf 5830#: builtin/clean.c:31
46bc4039
JX
5831#, c-format
5832msgid "Skipping repository %s\n"
5833msgstr ""
5834
df0617bf 5835#: builtin/clean.c:32
46bc4039
JX
5836#, c-format
5837msgid "Would skip repository %s\n"
5838msgstr ""
5839
df0617bf 5840#: builtin/clean.c:33
46bc4039
JX
5841#, c-format
5842msgid "failed to remove %s"
5843msgstr ""
5844
dfc182b1 5845#: builtin/clean.c:297 git-add--interactive.perl:614
673bfad0 5846#, c-format
28b3cffc
JX
5847msgid ""
5848"Prompt help:\n"
5849"1 - select a numbered item\n"
5850"foo - select item based on unique prefix\n"
673bfad0 5851" - (empty) select nothing\n"
28b3cffc
JX
5852msgstr ""
5853
dfc182b1 5854#: builtin/clean.c:301 git-add--interactive.perl:623
673bfad0 5855#, c-format
28b3cffc
JX
5856msgid ""
5857"Prompt help:\n"
5858"1 - select a single item\n"
5859"3-5 - select a range of items\n"
5860"2-3,6-9 - select multiple ranges\n"
5861"foo - select item based on unique prefix\n"
5862"-... - unselect specified items\n"
5863"* - choose all items\n"
673bfad0 5864" - (empty) finish selecting\n"
28b3cffc
JX
5865msgstr ""
5866
dfc182b1
JX
5867#: builtin/clean.c:517 git-add--interactive.perl:589
5868#: git-add--interactive.perl:594
673bfad0
JX
5869#, c-format, perl-format
5870msgid "Huh (%s)?\n"
28b3cffc
JX
5871msgstr ""
5872
dfc182b1 5873#: builtin/clean.c:659
28b3cffc
JX
5874#, c-format
5875msgid "Input ignore patterns>> "
5876msgstr ""
5877
dfc182b1 5878#: builtin/clean.c:696
28b3cffc
JX
5879#, c-format
5880msgid "WARNING: Cannot find items matched by: %s"
5881msgstr ""
5882
dfc182b1 5883#: builtin/clean.c:717
28b3cffc
JX
5884msgid "Select items to delete"
5885msgstr ""
5886
c2ea1208 5887#. TRANSLATORS: Make sure to keep [y/N] as is
dfc182b1 5888#: builtin/clean.c:758
28b3cffc 5889#, c-format
c2ea1208 5890msgid "Remove %s [y/N]? "
28b3cffc
JX
5891msgstr ""
5892
dfc182b1 5893#: builtin/clean.c:783 git-add--interactive.perl:1660
673bfad0
JX
5894#, c-format
5895msgid "Bye.\n"
28b3cffc
JX
5896msgstr ""
5897
dfc182b1 5898#: builtin/clean.c:791
28b3cffc
JX
5899msgid ""
5900"clean - start cleaning\n"
5901"filter by pattern - exclude items from deletion\n"
5902"select by numbers - select items to be deleted by numbers\n"
5903"ask each - confirm each deletion (like \"rm -i\")\n"
5904"quit - stop cleaning\n"
5905"help - this screen\n"
5906"? - help for prompt selection"
5907msgstr ""
5908
dfc182b1 5909#: builtin/clean.c:818 git-add--interactive.perl:1736
28b3cffc
JX
5910msgid "*** Commands ***"
5911msgstr ""
5912
dfc182b1 5913#: builtin/clean.c:819 git-add--interactive.perl:1733
28b3cffc
JX
5914msgid "What now"
5915msgstr ""
5916
dfc182b1 5917#: builtin/clean.c:827
28b3cffc
JX
5918msgid "Would remove the following item:"
5919msgid_plural "Would remove the following items:"
5920msgstr[0] ""
5921msgstr[1] ""
5922
dfc182b1 5923#: builtin/clean.c:844
28b3cffc
JX
5924msgid "No more files to clean, exiting."
5925msgstr ""
5926
dfc182b1 5927#: builtin/clean.c:875
cc76011e 5928msgid "do not print names of files removed"
dce37b66
JX
5929msgstr ""
5930
dfc182b1 5931#: builtin/clean.c:877
cc76011e 5932msgid "force"
dce37b66
JX
5933msgstr ""
5934
dfc182b1 5935#: builtin/clean.c:878
28b3cffc
JX
5936msgid "interactive cleaning"
5937msgstr ""
5938
dfc182b1 5939#: builtin/clean.c:880
cc76011e 5940msgid "remove whole directories"
dce37b66
JX
5941msgstr ""
5942
dfc182b1 5943#: builtin/clean.c:881 builtin/describe.c:449 builtin/describe.c:451
28e1aaa4 5944#: builtin/grep.c:1063 builtin/ls-files.c:546 builtin/name-rev.c:348
dfc182b1 5945#: builtin/name-rev.c:350 builtin/show-ref.c:176
cc76011e 5946msgid "pattern"
dce37b66
JX
5947msgstr ""
5948
dfc182b1 5949#: builtin/clean.c:882
cc76011e 5950msgid "add <pattern> to ignore rules"
dce37b66
JX
5951msgstr ""
5952
dfc182b1 5953#: builtin/clean.c:883
cc76011e 5954msgid "remove ignored files, too"
dce37b66
JX
5955msgstr ""
5956
dfc182b1 5957#: builtin/clean.c:885
cc76011e 5958msgid "remove only ignored files"
dce37b66
JX
5959msgstr ""
5960
dfc182b1 5961#: builtin/clean.c:903
cc76011e 5962msgid "-x and -X cannot be used together"
dce37b66
JX
5963msgstr ""
5964
dfc182b1 5965#: builtin/clean.c:907
cc76011e 5966msgid ""
5e078fcd 5967"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
28b3cffc 5968"clean"
dce37b66
JX
5969msgstr ""
5970
dfc182b1 5971#: builtin/clean.c:910
cc76011e 5972msgid ""
5e078fcd 5973"clean.requireForce defaults to true and neither -i, -n, nor -f given; "
28b3cffc 5974"refusing to clean"
dce37b66
JX
5975msgstr ""
5976
d07a63e4 5977#: builtin/clone.c:37
c2ea1208 5978msgid "git clone [<options>] [--] <repo> [<dir>]"
dce37b66
JX
5979msgstr ""
5980
dfc182b1 5981#: builtin/clone.c:80
cc76011e 5982msgid "don't create a checkout"
dce37b66
JX
5983msgstr ""
5984
dfc182b1 5985#: builtin/clone.c:81 builtin/clone.c:83 builtin/init-db.c:478
cc76011e 5986msgid "create a bare repository"
dce37b66
JX
5987msgstr ""
5988
dfc182b1 5989#: builtin/clone.c:85
cc76011e 5990msgid "create a mirror repository (implies bare)"
dce37b66
JX
5991msgstr ""
5992
dfc182b1 5993#: builtin/clone.c:87
cc76011e 5994msgid "to clone from a local repository"
dce37b66
JX
5995msgstr ""
5996
dfc182b1 5997#: builtin/clone.c:89
cc76011e 5998msgid "don't use local hardlinks, always copy"
dce37b66
JX
5999msgstr ""
6000
dfc182b1 6001#: builtin/clone.c:91
cc76011e 6002msgid "setup as shared repository"
dce37b66
JX
6003msgstr ""
6004
dfc182b1
JX
6005#: builtin/clone.c:93 builtin/clone.c:97
6006msgid "pathspec"
6007msgstr ""
6008
6009#: builtin/clone.c:93 builtin/clone.c:97
cc76011e 6010msgid "initialize submodules in the clone"
dce37b66
JX
6011msgstr ""
6012
dfc182b1 6013#: builtin/clone.c:100
f517e50d
JX
6014msgid "number of submodules cloned in parallel"
6015msgstr ""
6016
dfc182b1 6017#: builtin/clone.c:101 builtin/init-db.c:475
cc76011e 6018msgid "template-directory"
dce37b66
JX
6019msgstr ""
6020
dfc182b1 6021#: builtin/clone.c:102 builtin/init-db.c:476
cc76011e 6022msgid "directory from which templates will be used"
dce37b66
JX
6023msgstr ""
6024
dfc182b1
JX
6025#: builtin/clone.c:104 builtin/clone.c:106 builtin/submodule--helper.c:642
6026#: builtin/submodule--helper.c:983
cc76011e 6027msgid "reference repository"
dce37b66
JX
6028msgstr ""
6029
dfc182b1 6030#: builtin/clone.c:108
64f23b0c
JX
6031msgid "use --reference only while cloning"
6032msgstr ""
6033
dfc182b1 6034#: builtin/clone.c:109 builtin/column.c:26 builtin/merge-file.c:43
cc76011e 6035msgid "name"
dce37b66
JX
6036msgstr ""
6037
dfc182b1 6038#: builtin/clone.c:110
cc76011e 6039msgid "use <name> instead of 'origin' to track upstream"
dce37b66
JX
6040msgstr ""
6041
dfc182b1 6042#: builtin/clone.c:112
cc76011e 6043msgid "checkout <branch> instead of the remote's HEAD"
dce37b66
JX
6044msgstr ""
6045
dfc182b1 6046#: builtin/clone.c:114
cc76011e 6047msgid "path to git-upload-pack on the remote"
dce37b66
JX
6048msgstr ""
6049
dfc182b1 6050#: builtin/clone.c:115 builtin/fetch.c:120 builtin/grep.c:1006
fda7b092 6051#: builtin/pull.c:202
cc76011e 6052msgid "depth"
dce37b66
JX
6053msgstr ""
6054
dfc182b1 6055#: builtin/clone.c:116
cc76011e 6056msgid "create a shallow clone of that depth"
dce37b66
JX
6057msgstr ""
6058
dfc182b1 6059#: builtin/clone.c:117 builtin/fetch.c:122 builtin/pack-objects.c:2918
fda7b092
JX
6060#: parse-options.h:142
6061msgid "time"
6062msgstr ""
6063
dfc182b1 6064#: builtin/clone.c:118
fda7b092
JX
6065msgid "create a shallow clone since a specific time"
6066msgstr ""
6067
dfc182b1 6068#: builtin/clone.c:119 builtin/fetch.c:124
fda7b092
JX
6069msgid "revision"
6070msgstr ""
6071
dfc182b1 6072#: builtin/clone.c:120 builtin/fetch.c:125
673bfad0 6073msgid "deepen history of shallow clone, excluding rev"
fda7b092
JX
6074msgstr ""
6075
dfc182b1 6076#: builtin/clone.c:122
cc76011e 6077msgid "clone only one branch, HEAD or --branch"
822e4a65
JX
6078msgstr ""
6079
dfc182b1 6080#: builtin/clone.c:124
f517e50d
JX
6081msgid "any cloned submodules will be shallow"
6082msgstr ""
6083
dfc182b1 6084#: builtin/clone.c:125 builtin/init-db.c:484
cc76011e 6085msgid "gitdir"
dce37b66
JX
6086msgstr ""
6087
dfc182b1 6088#: builtin/clone.c:126 builtin/init-db.c:485
cc76011e 6089msgid "separate git dir from working tree"
dce37b66
JX
6090msgstr ""
6091
dfc182b1 6092#: builtin/clone.c:127
cc76011e 6093msgid "key=value"
822e4a65
JX
6094msgstr ""
6095
dfc182b1 6096#: builtin/clone.c:128
cc76011e 6097msgid "set config inside the new repository"
dce37b66
JX
6098msgstr ""
6099
dfc182b1 6100#: builtin/clone.c:129 builtin/fetch.c:140 builtin/push.c:550
9eb3984b
JX
6101msgid "use IPv4 addresses only"
6102msgstr ""
6103
dfc182b1 6104#: builtin/clone.c:131 builtin/fetch.c:142 builtin/push.c:552
9eb3984b
JX
6105msgid "use IPv6 addresses only"
6106msgstr ""
6107
dfc182b1 6108#: builtin/clone.c:268
f1522b27
JX
6109msgid ""
6110"No directory name could be guessed.\n"
6111"Please specify a directory on the command line"
6112msgstr ""
6113
dfc182b1 6114#: builtin/clone.c:321
df49095a 6115#, c-format
fda7b092 6116msgid "info: Could not add alternate for '%s': %s\n"
df49095a
JX
6117msgstr ""
6118
dfc182b1 6119#: builtin/clone.c:393
9fa976ff
JX
6120#, c-format
6121msgid "failed to open '%s'"
6122msgstr ""
6123
dfc182b1 6124#: builtin/clone.c:401
dce37b66 6125#, c-format
cc76011e 6126msgid "%s exists and is not a directory"
dce37b66
JX
6127msgstr ""
6128
dfc182b1 6129#: builtin/clone.c:415
cc76011e
JX
6130#, c-format
6131msgid "failed to stat %s\n"
822e4a65
JX
6132msgstr ""
6133
dfc182b1 6134#: builtin/clone.c:437
dce37b66 6135#, c-format
cc76011e 6136msgid "failed to create link '%s'"
dce37b66
JX
6137msgstr ""
6138
dfc182b1 6139#: builtin/clone.c:441
cc76011e
JX
6140#, c-format
6141msgid "failed to copy file to '%s'"
dce37b66
JX
6142msgstr ""
6143
dfc182b1 6144#: builtin/clone.c:466
cc76011e
JX
6145#, c-format
6146msgid "done.\n"
dce37b66
JX
6147msgstr ""
6148
dfc182b1 6149#: builtin/clone.c:478
c138af56
JX
6150msgid ""
6151"Clone succeeded, but checkout failed.\n"
6152"You can inspect what was checked out with 'git status'\n"
6153"and retry the checkout with 'git checkout -f HEAD'\n"
6154msgstr ""
6155
dfc182b1 6156#: builtin/clone.c:555
cc76011e
JX
6157#, c-format
6158msgid "Could not find remote branch %s to clone."
dce37b66
JX
6159msgstr ""
6160
dfc182b1 6161#: builtin/clone.c:650
c138af56
JX
6162msgid "remote did not send all necessary objects"
6163msgstr ""
6164
dfc182b1 6165#: builtin/clone.c:666
f1522b27
JX
6166#, c-format
6167msgid "unable to update %s"
6168msgstr ""
6169
dfc182b1 6170#: builtin/clone.c:715
cc76011e 6171msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
dce37b66
JX
6172msgstr ""
6173
dfc182b1 6174#: builtin/clone.c:746
c138af56
JX
6175msgid "unable to checkout working tree"
6176msgstr ""
6177
dfc182b1 6178#: builtin/clone.c:786
f1522b27
JX
6179msgid "unable to write parameters to config file"
6180msgstr ""
6181
dfc182b1 6182#: builtin/clone.c:849
beb691f7
JX
6183msgid "cannot repack to clean up"
6184msgstr ""
6185
dfc182b1 6186#: builtin/clone.c:851
beb691f7
JX
6187msgid "cannot unlink temporary alternates file"
6188msgstr ""
6189
28e1aaa4 6190#: builtin/clone.c:884 builtin/receive-pack.c:1900
cc76011e 6191msgid "Too many arguments."
dce37b66
JX
6192msgstr ""
6193
dfc182b1 6194#: builtin/clone.c:888
cc76011e 6195msgid "You must specify a repository to clone."
dce37b66
JX
6196msgstr ""
6197
dfc182b1 6198#: builtin/clone.c:901
cc76011e
JX
6199#, c-format
6200msgid "--bare and --origin %s options are incompatible."
dce37b66
JX
6201msgstr ""
6202
dfc182b1 6203#: builtin/clone.c:904
46bc4039
JX
6204msgid "--bare and --separate-git-dir are incompatible."
6205msgstr ""
6206
dfc182b1 6207#: builtin/clone.c:917
cc76011e
JX
6208#, c-format
6209msgid "repository '%s' does not exist"
dce37b66
JX
6210msgstr ""
6211
dfc182b1 6212#: builtin/clone.c:923 builtin/fetch.c:1337
df49095a
JX
6213#, c-format
6214msgid "depth %s is not a positive number"
6215msgstr ""
6216
dfc182b1 6217#: builtin/clone.c:933
dce37b66 6218#, c-format
cc76011e 6219msgid "destination path '%s' already exists and is not an empty directory."
dce37b66
JX
6220msgstr ""
6221
dfc182b1 6222#: builtin/clone.c:943
dce37b66 6223#, c-format
cc76011e 6224msgid "working tree '%s' already exists."
dce37b66
JX
6225msgstr ""
6226
dfc182b1 6227#: builtin/clone.c:958 builtin/clone.c:969 builtin/difftool.c:252
28e1aaa4 6228#: builtin/worktree.c:221 builtin/worktree.c:251
a4156d20
JX
6229#, c-format
6230msgid "could not create leading directories of '%s'"
6231msgstr ""
6232
dfc182b1 6233#: builtin/clone.c:961
822e4a65 6234#, c-format
c2ea1208 6235msgid "could not create work tree dir '%s'"
dce37b66
JX
6236msgstr ""
6237
dfc182b1 6238#: builtin/clone.c:973
822e4a65 6239#, c-format
cc76011e 6240msgid "Cloning into bare repository '%s'...\n"
dce37b66
JX
6241msgstr ""
6242
dfc182b1 6243#: builtin/clone.c:975
dce37b66 6244#, c-format
cc76011e 6245msgid "Cloning into '%s'...\n"
dce37b66
JX
6246msgstr ""
6247
dfc182b1 6248#: builtin/clone.c:999
fda7b092
JX
6249msgid ""
6250"clone --recursive is not compatible with both --reference and --reference-if-"
6251"able"
6252msgstr ""
6253
dfc182b1 6254#: builtin/clone.c:1055
fe05e196
JX
6255msgid "--depth is ignored in local clones; use file:// instead."
6256msgstr ""
6257
dfc182b1 6258#: builtin/clone.c:1057
fda7b092
JX
6259msgid "--shallow-since is ignored in local clones; use file:// instead."
6260msgstr ""
6261
dfc182b1 6262#: builtin/clone.c:1059
fda7b092
JX
6263msgid "--shallow-exclude is ignored in local clones; use file:// instead."
6264msgstr ""
6265
dfc182b1 6266#: builtin/clone.c:1062
fe05e196
JX
6267msgid "source repository is shallow, ignoring --local"
6268msgstr ""
6269
dfc182b1 6270#: builtin/clone.c:1067
fe05e196
JX
6271msgid "--local is ignored"
6272msgstr ""
6273
dfc182b1 6274#: builtin/clone.c:1071
822e4a65 6275#, c-format
cc76011e 6276msgid "Don't know how to clone %s"
dce37b66
JX
6277msgstr ""
6278
dfc182b1 6279#: builtin/clone.c:1126 builtin/clone.c:1134
822e4a65 6280#, c-format
cc76011e 6281msgid "Remote branch %s not found in upstream %s"
dce37b66
JX
6282msgstr ""
6283
dfc182b1 6284#: builtin/clone.c:1137
cc76011e 6285msgid "You appear to have cloned an empty repository."
dce37b66
JX
6286msgstr ""
6287
cc76011e 6288#: builtin/column.c:9
c2ea1208 6289msgid "git column [<options>]"
dce37b66
JX
6290msgstr ""
6291
cc76011e
JX
6292#: builtin/column.c:26
6293msgid "lookup config vars"
dce37b66
JX
6294msgstr ""
6295
cc76011e
JX
6296#: builtin/column.c:27 builtin/column.c:28
6297msgid "layout to use"
dce37b66
JX
6298msgstr ""
6299
cc76011e
JX
6300#: builtin/column.c:29
6301msgid "Maximum width"
dce37b66
JX
6302msgstr ""
6303
cc76011e
JX
6304#: builtin/column.c:30
6305msgid "Padding space on left border"
dce37b66
JX
6306msgstr ""
6307
cc76011e
JX
6308#: builtin/column.c:31
6309msgid "Padding space on right border"
dce37b66
JX
6310msgstr ""
6311
cc76011e
JX
6312#: builtin/column.c:32
6313msgid "Padding space between columns"
dce37b66
JX
6314msgstr ""
6315
cc76011e
JX
6316#: builtin/column.c:51
6317msgid "--command must be the first argument"
dce37b66
JX
6318msgstr ""
6319
f4f2c8f8 6320#: builtin/commit.c:38
c2ea1208 6321msgid "git commit [<options>] [--] <pathspec>..."
dce37b66
JX
6322msgstr ""
6323
f4f2c8f8 6324#: builtin/commit.c:43
c2ea1208 6325msgid "git status [<options>] [--] <pathspec>..."
dce37b66
JX
6326msgstr ""
6327
f4f2c8f8 6328#: builtin/commit.c:48
d07a63e4
JX
6329msgid ""
6330"Your name and email address were configured automatically based\n"
6331"on your username and hostname. Please check that they are accurate.\n"
6332"You can suppress this message by setting them explicitly. Run the\n"
6333"following command and follow the instructions in your editor to edit\n"
6334"your configuration file:\n"
6335"\n"
6336" git config --global --edit\n"
6337"\n"
6338"After doing this, you may fix the identity used for this commit with:\n"
6339"\n"
6340" git commit --amend --reset-author\n"
6341msgstr ""
6342
f4f2c8f8 6343#: builtin/commit.c:61
cc76011e
JX
6344msgid ""
6345"Your name and email address were configured automatically based\n"
6346"on your username and hostname. Please check that they are accurate.\n"
6347"You can suppress this message by setting them explicitly:\n"
6348"\n"
6349" git config --global user.name \"Your Name\"\n"
6350" git config --global user.email you@example.com\n"
6351"\n"
6352"After doing this, you may fix the identity used for this commit with:\n"
6353"\n"
6354" git commit --amend --reset-author\n"
dce37b66
JX
6355msgstr ""
6356
f4f2c8f8 6357#: builtin/commit.c:73
cc76011e
JX
6358msgid ""
6359"You asked to amend the most recent commit, but doing so would make\n"
6360"it empty. You can repeat your command with --allow-empty, or you can\n"
6361"remove the commit entirely with \"git reset HEAD^\".\n"
822e4a65
JX
6362msgstr ""
6363
f4f2c8f8 6364#: builtin/commit.c:78
dce37b66 6365msgid ""
cc76011e
JX
6366"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
6367"If you wish to commit it anyway, use:\n"
6368"\n"
6369" git commit --allow-empty\n"
6370"\n"
dce37b66
JX
6371msgstr ""
6372
f4f2c8f8 6373#: builtin/commit.c:85
b8ecf239
JX
6374msgid "Otherwise, please use 'git reset'\n"
6375msgstr ""
6376
f4f2c8f8 6377#: builtin/commit.c:88
b8ecf239
JX
6378msgid ""
6379"If you wish to skip this commit, use:\n"
6380"\n"
6381" git reset\n"
6382"\n"
6383"Then \"git cherry-pick --continue\" will resume cherry-picking\n"
6384"the remaining commits.\n"
6385msgstr ""
6386
fda7b092 6387#: builtin/commit.c:318
cc76011e 6388msgid "failed to unpack HEAD tree object"
822e4a65
JX
6389msgstr ""
6390
fda7b092 6391#: builtin/commit.c:359
cc76011e 6392msgid "unable to create temporary index"
dce37b66
JX
6393msgstr ""
6394
fda7b092 6395#: builtin/commit.c:365
cc76011e 6396msgid "interactive add failed"
dce37b66
JX
6397msgstr ""
6398
fda7b092 6399#: builtin/commit.c:378
d07a63e4
JX
6400msgid "unable to update temporary index"
6401msgstr ""
6402
fda7b092 6403#: builtin/commit.c:380
d07a63e4
JX
6404msgid "Failed to update main cache tree"
6405msgstr ""
6406
fda7b092 6407#: builtin/commit.c:404 builtin/commit.c:427 builtin/commit.c:476
cc76011e 6408msgid "unable to write new_index file"
dce37b66
JX
6409msgstr ""
6410
fda7b092 6411#: builtin/commit.c:458
cc76011e 6412msgid "cannot do a partial commit during a merge."
dce37b66
JX
6413msgstr ""
6414
fda7b092 6415#: builtin/commit.c:460
cc76011e 6416msgid "cannot do a partial commit during a cherry-pick."
dce37b66
JX
6417msgstr ""
6418
fda7b092 6419#: builtin/commit.c:469
cc76011e 6420msgid "cannot read the index"
dce37b66
JX
6421msgstr ""
6422
fda7b092 6423#: builtin/commit.c:488
cc76011e 6424msgid "unable to write temporary index file"
dce37b66
JX
6425msgstr ""
6426
fda7b092 6427#: builtin/commit.c:582
d07a63e4
JX
6428#, c-format
6429msgid "commit '%s' lacks author header"
6430msgstr ""
6431
fda7b092 6432#: builtin/commit.c:584
dce37b66 6433#, c-format
d07a63e4 6434msgid "commit '%s' has malformed author line"
dce37b66
JX
6435msgstr ""
6436
fda7b092 6437#: builtin/commit.c:603
cc76011e 6438msgid "malformed --author parameter"
dce37b66
JX
6439msgstr ""
6440
fda7b092 6441#: builtin/commit.c:655
fe05e196
JX
6442msgid ""
6443"unable to select a comment character that is not used\n"
6444"in the current commit message"
6445msgstr ""
6446
fda7b092 6447#: builtin/commit.c:692 builtin/commit.c:725 builtin/commit.c:1096
cc76011e
JX
6448#, c-format
6449msgid "could not lookup commit %s"
822e4a65
JX
6450msgstr ""
6451
dfc182b1 6452#: builtin/commit.c:704 builtin/shortlog.c:294
cc76011e
JX
6453#, c-format
6454msgid "(reading log message from standard input)\n"
822e4a65
JX
6455msgstr ""
6456
fda7b092 6457#: builtin/commit.c:706
cc76011e 6458msgid "could not read log from standard input"
822e4a65
JX
6459msgstr ""
6460
fda7b092 6461#: builtin/commit.c:710
dce37b66 6462#, c-format
cc76011e 6463msgid "could not read log file '%s'"
dce37b66
JX
6464msgstr ""
6465
fda7b092 6466#: builtin/commit.c:737 builtin/commit.c:745
f517e50d 6467msgid "could not read SQUASH_MSG"
dce37b66
JX
6468msgstr ""
6469
fda7b092 6470#: builtin/commit.c:742
f517e50d 6471msgid "could not read MERGE_MSG"
dce37b66
JX
6472msgstr ""
6473
fda7b092 6474#: builtin/commit.c:796
cc76011e
JX
6475msgid "could not write commit template"
6476msgstr ""
6477
fda7b092 6478#: builtin/commit.c:814
dce37b66 6479#, c-format
822e4a65 6480msgid ""
cc76011e
JX
6481"\n"
6482"It looks like you may be committing a merge.\n"
6483"If this is not correct, please remove the file\n"
6484"\t%s\n"
6485"and try again.\n"
dce37b66
JX
6486msgstr ""
6487
fda7b092 6488#: builtin/commit.c:819
822e4a65
JX
6489#, c-format
6490msgid ""
cc76011e
JX
6491"\n"
6492"It looks like you may be committing a cherry-pick.\n"
6493"If this is not correct, please remove the file\n"
6494"\t%s\n"
6495"and try again.\n"
dce37b66
JX
6496msgstr ""
6497
fda7b092 6498#: builtin/commit.c:832
9caaf23e 6499#, c-format
cc76011e
JX
6500msgid ""
6501"Please enter the commit message for your changes. Lines starting\n"
9caaf23e 6502"with '%c' will be ignored, and an empty message aborts the commit.\n"
dce37b66
JX
6503msgstr ""
6504
fda7b092 6505#: builtin/commit.c:839
9caaf23e 6506#, c-format
cc76011e
JX
6507msgid ""
6508"Please enter the commit message for your changes. Lines starting\n"
9caaf23e 6509"with '%c' will be kept; you may remove them yourself if you want to.\n"
cc76011e
JX
6510"An empty message aborts the commit.\n"
6511msgstr ""
6512
fda7b092 6513#: builtin/commit.c:859
fe05e196
JX
6514#, c-format
6515msgid "%sAuthor: %.*s <%.*s>"
6516msgstr ""
6517
fda7b092 6518#: builtin/commit.c:867
822e4a65 6519#, c-format
fe05e196 6520msgid "%sDate: %s"
dce37b66
JX
6521msgstr ""
6522
fda7b092 6523#: builtin/commit.c:874
cc76011e 6524#, c-format
fe05e196 6525msgid "%sCommitter: %.*s <%.*s>"
dce37b66
JX
6526msgstr ""
6527
fda7b092 6528#: builtin/commit.c:892
cc76011e 6529msgid "Cannot read index"
822e4a65
JX
6530msgstr ""
6531
fda7b092 6532#: builtin/commit.c:954
cc76011e 6533msgid "Error building trees"
dce37b66
JX
6534msgstr ""
6535
dfc182b1 6536#: builtin/commit.c:968 builtin/tag.c:273
dce37b66 6537#, c-format
cc76011e 6538msgid "Please supply the message using either -m or -F option.\n"
dce37b66
JX
6539msgstr ""
6540
fda7b092 6541#: builtin/commit.c:1071
dce37b66 6542#, c-format
c2ea1208 6543msgid "--author '%s' is not 'Name <email>' and matches no existing author"
dce37b66
JX
6544msgstr ""
6545
673bfad0 6546#: builtin/commit.c:1086 builtin/commit.c:1325
cc76011e
JX
6547#, c-format
6548msgid "Invalid untracked files mode '%s'"
dce37b66
JX
6549msgstr ""
6550
fda7b092 6551#: builtin/commit.c:1124
28b3cffc
JX
6552msgid "--long and -z are incompatible"
6553msgstr ""
6554
fda7b092 6555#: builtin/commit.c:1154
cc76011e
JX
6556msgid "Using both --reset-author and --author does not make sense"
6557msgstr ""
822e4a65 6558
fda7b092 6559#: builtin/commit.c:1163
cc76011e 6560msgid "You have nothing to amend."
dce37b66
JX
6561msgstr ""
6562
fda7b092 6563#: builtin/commit.c:1166
cc76011e 6564msgid "You are in the middle of a merge -- cannot amend."
822e4a65
JX
6565msgstr ""
6566
fda7b092 6567#: builtin/commit.c:1168
cc76011e 6568msgid "You are in the middle of a cherry-pick -- cannot amend."
822e4a65
JX
6569msgstr ""
6570
fda7b092 6571#: builtin/commit.c:1171
cc76011e 6572msgid "Options --squash and --fixup cannot be used together"
822e4a65
JX
6573msgstr ""
6574
fda7b092 6575#: builtin/commit.c:1181
cc76011e 6576msgid "Only one of -c/-C/-F/--fixup can be used."
dce37b66
JX
6577msgstr ""
6578
fda7b092 6579#: builtin/commit.c:1183
cc76011e 6580msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
dce37b66
JX
6581msgstr ""
6582
fda7b092 6583#: builtin/commit.c:1191
cc76011e 6584msgid "--reset-author can be used only with -C, -c or --amend."
822e4a65
JX
6585msgstr ""
6586
fda7b092 6587#: builtin/commit.c:1208
cc76011e 6588msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
dce37b66
JX
6589msgstr ""
6590
fda7b092 6591#: builtin/commit.c:1210
cc76011e 6592msgid "No paths with --include/--only does not make sense."
dce37b66
JX
6593msgstr ""
6594
fda7b092 6595#: builtin/commit.c:1212
5e078fcd 6596msgid "Explicit paths specified without -i or -o; assuming --only paths..."
dce37b66
JX
6597msgstr ""
6598
dfc182b1 6599#: builtin/commit.c:1224 builtin/tag.c:551
dce37b66 6600#, c-format
cc76011e 6601msgid "Invalid cleanup mode %s"
dce37b66
JX
6602msgstr ""
6603
673bfad0 6604#: builtin/commit.c:1229
cc76011e 6605msgid "Paths with -a does not make sense."
822e4a65
JX
6606msgstr ""
6607
673bfad0 6608#: builtin/commit.c:1339 builtin/commit.c:1612
cc76011e
JX
6609msgid "show status concisely"
6610msgstr ""
822e4a65 6611
673bfad0 6612#: builtin/commit.c:1341 builtin/commit.c:1614
cc76011e 6613msgid "show branch information"
cd1e7487
JX
6614msgstr ""
6615
673bfad0 6616#: builtin/commit.c:1343
fda7b092
JX
6617msgid "version"
6618msgstr ""
6619
673bfad0 6620#: builtin/commit.c:1343 builtin/commit.c:1616 builtin/push.c:525
28e1aaa4 6621#: builtin/worktree.c:448
cc76011e 6622msgid "machine-readable output"
dce37b66
JX
6623msgstr ""
6624
673bfad0 6625#: builtin/commit.c:1346 builtin/commit.c:1618
fe52cd62
JX
6626msgid "show status in long format (default)"
6627msgstr ""
6628
673bfad0 6629#: builtin/commit.c:1349 builtin/commit.c:1621
cc76011e 6630msgid "terminate entries with NUL"
dce37b66
JX
6631msgstr ""
6632
673bfad0 6633#: builtin/commit.c:1351 builtin/commit.c:1624 builtin/fast-export.c:981
dfc182b1 6634#: builtin/fast-export.c:984 builtin/tag.c:411
cc76011e 6635msgid "mode"
11b90174
JX
6636msgstr ""
6637
673bfad0 6638#: builtin/commit.c:1352 builtin/commit.c:1624
cc76011e 6639msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
dce37b66
JX
6640msgstr ""
6641
673bfad0 6642#: builtin/commit.c:1355
cc76011e 6643msgid "show ignored files"
dce37b66
JX
6644msgstr ""
6645
673bfad0 6646#: builtin/commit.c:1356 parse-options.h:155
cc76011e 6647msgid "when"
dce37b66
JX
6648msgstr ""
6649
673bfad0 6650#: builtin/commit.c:1357
cc76011e
JX
6651msgid ""
6652"ignore changes to submodules, optional when: all, dirty, untracked. "
6653"(Default: all)"
dce37b66
JX
6654msgstr ""
6655
673bfad0 6656#: builtin/commit.c:1359
cc76011e 6657msgid "list untracked files in columns"
dce37b66
JX
6658msgstr ""
6659
673bfad0 6660#: builtin/commit.c:1435
cc76011e 6661msgid "couldn't look up newly created commit"
dce37b66
JX
6662msgstr ""
6663
673bfad0 6664#: builtin/commit.c:1437
cc76011e 6665msgid "could not parse newly created commit"
dce37b66
JX
6666msgstr ""
6667
673bfad0 6668#: builtin/commit.c:1482
cc76011e 6669msgid "detached HEAD"
dce37b66
JX
6670msgstr ""
6671
673bfad0 6672#: builtin/commit.c:1485
cc76011e 6673msgid " (root-commit)"
dce37b66
JX
6674msgstr ""
6675
673bfad0 6676#: builtin/commit.c:1582
cc76011e 6677msgid "suppress summary after successful commit"
dce37b66
JX
6678msgstr ""
6679
673bfad0 6680#: builtin/commit.c:1583
cc76011e 6681msgid "show diff in commit message template"
11b90174
JX
6682msgstr ""
6683
673bfad0 6684#: builtin/commit.c:1585
cc76011e 6685msgid "Commit message options"
822e4a65
JX
6686msgstr ""
6687
dfc182b1 6688#: builtin/commit.c:1586 builtin/tag.c:409
cc76011e 6689msgid "read message from file"
93329721
JX
6690msgstr ""
6691
673bfad0 6692#: builtin/commit.c:1587
cc76011e 6693msgid "author"
dce37b66
JX
6694msgstr ""
6695
673bfad0 6696#: builtin/commit.c:1587
cc76011e 6697msgid "override author for commit"
dce37b66
JX
6698msgstr ""
6699
28e1aaa4 6700#: builtin/commit.c:1588 builtin/gc.c:357
cc76011e 6701msgid "date"
dce37b66
JX
6702msgstr ""
6703
673bfad0 6704#: builtin/commit.c:1588
cc76011e 6705msgid "override date for commit"
dce37b66
JX
6706msgstr ""
6707
dfc182b1
JX
6708#: builtin/commit.c:1589 builtin/merge.c:221 builtin/notes.c:398
6709#: builtin/notes.c:561 builtin/tag.c:407
cc76011e 6710msgid "message"
dce37b66
JX
6711msgstr ""
6712
673bfad0 6713#: builtin/commit.c:1589
cc76011e 6714msgid "commit message"
822e4a65
JX
6715msgstr ""
6716
673bfad0 6717#: builtin/commit.c:1590 builtin/commit.c:1591 builtin/commit.c:1592
dfc182b1 6718#: builtin/commit.c:1593 parse-options.h:257 ref-filter.h:77
f4f2c8f8
JX
6719msgid "commit"
6720msgstr ""
6721
673bfad0 6722#: builtin/commit.c:1590
cc76011e 6723msgid "reuse and edit message from specified commit"
822e4a65
JX
6724msgstr ""
6725
673bfad0 6726#: builtin/commit.c:1591
cc76011e 6727msgid "reuse message from specified commit"
822e4a65
JX
6728msgstr ""
6729
673bfad0 6730#: builtin/commit.c:1592
cc76011e 6731msgid "use autosquash formatted message to fixup specified commit"
822e4a65
JX
6732msgstr ""
6733
673bfad0 6734#: builtin/commit.c:1593
cc76011e
JX
6735msgid "use autosquash formatted message to squash specified commit"
6736msgstr ""
822e4a65 6737
673bfad0 6738#: builtin/commit.c:1594
cc76011e
JX
6739msgid "the commit is authored by me now (used with -C/-c/--amend)"
6740msgstr ""
822e4a65 6741
dfc182b1 6742#: builtin/commit.c:1595 builtin/log.c:1420 builtin/revert.c:104
cc76011e 6743msgid "add Signed-off-by:"
822e4a65
JX
6744msgstr ""
6745
673bfad0 6746#: builtin/commit.c:1596
cc76011e 6747msgid "use specified template file"
822e4a65
JX
6748msgstr ""
6749
673bfad0 6750#: builtin/commit.c:1597
cc76011e 6751msgid "force edit of commit"
822e4a65
JX
6752msgstr ""
6753
673bfad0 6754#: builtin/commit.c:1598
cc76011e 6755msgid "default"
822e4a65
JX
6756msgstr ""
6757
dfc182b1 6758#: builtin/commit.c:1598 builtin/tag.c:412
cc76011e 6759msgid "how to strip spaces and #comments from message"
822e4a65
JX
6760msgstr ""
6761
673bfad0 6762#: builtin/commit.c:1599
cc76011e 6763msgid "include status in commit message template"
822e4a65
JX
6764msgstr ""
6765
dfc182b1
JX
6766#: builtin/commit.c:1601 builtin/merge.c:233 builtin/pull.c:166
6767#: builtin/revert.c:112
cc76011e 6768msgid "GPG sign commit"
822e4a65
JX
6769msgstr ""
6770
673bfad0 6771#: builtin/commit.c:1604
cc76011e 6772msgid "Commit contents options"
822e4a65
JX
6773msgstr ""
6774
673bfad0 6775#: builtin/commit.c:1605
cc76011e 6776msgid "commit all changed files"
822e4a65
JX
6777msgstr ""
6778
673bfad0 6779#: builtin/commit.c:1606
cc76011e 6780msgid "add specified files to index for commit"
822e4a65
JX
6781msgstr ""
6782
673bfad0 6783#: builtin/commit.c:1607
cc76011e 6784msgid "interactively add files"
822e4a65
JX
6785msgstr ""
6786
673bfad0 6787#: builtin/commit.c:1608
cc76011e 6788msgid "interactively add changes"
822e4a65
JX
6789msgstr ""
6790
673bfad0 6791#: builtin/commit.c:1609
cc76011e 6792msgid "commit only specified files"
822e4a65
JX
6793msgstr ""
6794
673bfad0 6795#: builtin/commit.c:1610
9fa976ff 6796msgid "bypass pre-commit and commit-msg hooks"
822e4a65
JX
6797msgstr ""
6798
673bfad0 6799#: builtin/commit.c:1611
cc76011e 6800msgid "show what would be committed"
822e4a65
JX
6801msgstr ""
6802
673bfad0 6803#: builtin/commit.c:1622
cc76011e 6804msgid "amend previous commit"
822e4a65
JX
6805msgstr ""
6806
673bfad0 6807#: builtin/commit.c:1623
cc76011e 6808msgid "bypass post-rewrite hook"
822e4a65
JX
6809msgstr ""
6810
673bfad0 6811#: builtin/commit.c:1628
cc76011e 6812msgid "ok to record an empty change"
822e4a65
JX
6813msgstr ""
6814
673bfad0 6815#: builtin/commit.c:1630
cc76011e 6816msgid "ok to record a change with an empty message"
822e4a65
JX
6817msgstr ""
6818
673bfad0 6819#: builtin/commit.c:1659
cc76011e 6820msgid "could not parse HEAD commit"
822e4a65
JX
6821msgstr ""
6822
673bfad0 6823#: builtin/commit.c:1707
822e4a65 6824#, c-format
cc76011e 6825msgid "Corrupt MERGE_HEAD file (%s)"
822e4a65
JX
6826msgstr ""
6827
673bfad0 6828#: builtin/commit.c:1714
cc76011e 6829msgid "could not read MERGE_MODE"
822e4a65
JX
6830msgstr ""
6831
673bfad0 6832#: builtin/commit.c:1733
cc76011e
JX
6833#, c-format
6834msgid "could not read commit message: %s"
822e4a65
JX
6835msgstr ""
6836
673bfad0 6837#: builtin/commit.c:1744
cc76011e
JX
6838#, c-format
6839msgid "Aborting commit; you did not edit the message.\n"
822e4a65
JX
6840msgstr ""
6841
673bfad0 6842#: builtin/commit.c:1749
cc76011e
JX
6843#, c-format
6844msgid "Aborting commit due to empty commit message.\n"
822e4a65
JX
6845msgstr ""
6846
673bfad0 6847#: builtin/commit.c:1797
822e4a65 6848msgid ""
cc76011e 6849"Repository has been updated, but unable to write\n"
d07a63e4 6850"new_index file. Check that disk is not full and quota is\n"
cc76011e 6851"not exceeded, and then \"git reset HEAD\" to recover."
822e4a65
JX
6852msgstr ""
6853
9eb3984b 6854#: builtin/config.c:9
c2ea1208 6855msgid "git config [<options>]"
822e4a65
JX
6856msgstr ""
6857
28e1aaa4 6858#: builtin/config.c:56
cc76011e 6859msgid "Config file location"
822e4a65
JX
6860msgstr ""
6861
28e1aaa4 6862#: builtin/config.c:57
cc76011e 6863msgid "use global config file"
822e4a65
JX
6864msgstr ""
6865
28e1aaa4 6866#: builtin/config.c:58
cc76011e 6867msgid "use system config file"
822e4a65
JX
6868msgstr ""
6869
28e1aaa4 6870#: builtin/config.c:59
cc76011e 6871msgid "use repository config file"
822e4a65
JX
6872msgstr ""
6873
28e1aaa4 6874#: builtin/config.c:60
cc76011e 6875msgid "use given config file"
822e4a65
JX
6876msgstr ""
6877
28e1aaa4 6878#: builtin/config.c:61
28b3cffc 6879msgid "blob-id"
822e4a65
JX
6880msgstr ""
6881
28e1aaa4 6882#: builtin/config.c:61
28b3cffc 6883msgid "read config from given blob object"
822e4a65
JX
6884msgstr ""
6885
28e1aaa4 6886#: builtin/config.c:62
28b3cffc 6887msgid "Action"
822e4a65
JX
6888msgstr ""
6889
28e1aaa4 6890#: builtin/config.c:63
28b3cffc 6891msgid "get value: name [value-regex]"
822e4a65
JX
6892msgstr ""
6893
28e1aaa4 6894#: builtin/config.c:64
28b3cffc 6895msgid "get all values: key [value-regex]"
822e4a65
JX
6896msgstr ""
6897
28e1aaa4 6898#: builtin/config.c:65
28b3cffc 6899msgid "get values for regexp: name-regex [value-regex]"
822e4a65
JX
6900msgstr ""
6901
28e1aaa4 6902#: builtin/config.c:66
727b9576
JX
6903msgid "get value specific for the URL: section[.var] URL"
6904msgstr ""
6905
28e1aaa4 6906#: builtin/config.c:67
28b3cffc 6907msgid "replace all matching variables: name value [value_regex]"
822e4a65
JX
6908msgstr ""
6909
28e1aaa4 6910#: builtin/config.c:68
28b3cffc 6911msgid "add a new variable: name value"
822e4a65
JX
6912msgstr ""
6913
28e1aaa4 6914#: builtin/config.c:69
28b3cffc 6915msgid "remove a variable: name [value-regex]"
822e4a65
JX
6916msgstr ""
6917
28e1aaa4 6918#: builtin/config.c:70
28b3cffc 6919msgid "remove all matches: name [value-regex]"
822e4a65
JX
6920msgstr ""
6921
28e1aaa4 6922#: builtin/config.c:71
28b3cffc 6923msgid "rename section: old-name new-name"
822e4a65
JX
6924msgstr ""
6925
28e1aaa4 6926#: builtin/config.c:72
28b3cffc
JX
6927msgid "remove a section: name"
6928msgstr ""
6929
28e1aaa4 6930#: builtin/config.c:73
28b3cffc
JX
6931msgid "list all"
6932msgstr ""
6933
28e1aaa4 6934#: builtin/config.c:74
cc76011e 6935msgid "open an editor"
822e4a65
JX
6936msgstr ""
6937
28e1aaa4 6938#: builtin/config.c:75
beb691f7 6939msgid "find the color configured: slot [default]"
822e4a65
JX
6940msgstr ""
6941
28e1aaa4 6942#: builtin/config.c:76
beb691f7 6943msgid "find the color setting: slot [stdout-is-tty]"
822e4a65
JX
6944msgstr ""
6945
28e1aaa4 6946#: builtin/config.c:77
cc76011e 6947msgid "Type"
822e4a65
JX
6948msgstr ""
6949
28e1aaa4 6950#: builtin/config.c:78
cc76011e 6951msgid "value is \"true\" or \"false\""
822e4a65
JX
6952msgstr ""
6953
28e1aaa4 6954#: builtin/config.c:79
cc76011e 6955msgid "value is decimal number"
822e4a65
JX
6956msgstr ""
6957
28e1aaa4 6958#: builtin/config.c:80
cc76011e 6959msgid "value is --bool or --int"
822e4a65
JX
6960msgstr ""
6961
28e1aaa4 6962#: builtin/config.c:81
cc76011e 6963msgid "value is a path (file or directory name)"
822e4a65
JX
6964msgstr ""
6965
28e1aaa4 6966#: builtin/config.c:82
cc76011e 6967msgid "Other"
822e4a65
JX
6968msgstr ""
6969
28e1aaa4 6970#: builtin/config.c:83
cc76011e 6971msgid "terminate values with NUL byte"
822e4a65
JX
6972msgstr ""
6973
28e1aaa4 6974#: builtin/config.c:84
df0617bf
JX
6975msgid "show variable names only"
6976msgstr ""
6977
28e1aaa4 6978#: builtin/config.c:85
cc76011e 6979msgid "respect include directives on lookup"
822e4a65
JX
6980msgstr ""
6981
28e1aaa4 6982#: builtin/config.c:86
9eb3984b
JX
6983msgid "show origin of config (file, standard input, blob, command line)"
6984msgstr ""
6985
28e1aaa4 6986#: builtin/config.c:328
d07a63e4
JX
6987msgid "unable to parse default color value"
6988msgstr ""
6989
28e1aaa4 6990#: builtin/config.c:472
d07a63e4
JX
6991#, c-format
6992msgid ""
6993"# This is Git's per-user configuration file.\n"
64f23b0c 6994"[user]\n"
d07a63e4 6995"# Please adapt and uncomment the following lines:\n"
64f23b0c 6996"#\tname = %s\n"
d07a63e4
JX
6997"#\temail = %s\n"
6998msgstr ""
6999
28e1aaa4 7000#: builtin/config.c:615
d07a63e4
JX
7001#, c-format
7002msgid "cannot create configuration file %s"
7003msgstr ""
7004
28e1aaa4 7005#: builtin/config.c:627
fda7b092
JX
7006#, c-format
7007msgid ""
7008"cannot overwrite multiple values with a single value\n"
7009" Use a regexp, --add or --replace-all to change %s."
7010msgstr ""
7011
7012#: builtin/count-objects.c:86
c6bc7d43
JX
7013msgid "git count-objects [-v] [-H | --human-readable]"
7014msgstr ""
7015
fda7b092 7016#: builtin/count-objects.c:96
c6bc7d43 7017msgid "print sizes in human readable format"
822e4a65
JX
7018msgstr ""
7019
dfc182b1 7020#: builtin/describe.c:18
c2ea1208 7021msgid "git describe [<options>] [<commit-ish>...]"
822e4a65
JX
7022msgstr ""
7023
dfc182b1 7024#: builtin/describe.c:19
c2ea1208 7025msgid "git describe [<options>] --dirty"
822e4a65
JX
7026msgstr ""
7027
dfc182b1
JX
7028#: builtin/describe.c:53
7029msgid "head"
7030msgstr ""
7031
7032#: builtin/describe.c:53
7033msgid "lightweight"
7034msgstr ""
7035
7036#: builtin/describe.c:53
7037msgid "annotated"
7038msgstr ""
7039
7040#: builtin/describe.c:250
cc76011e
JX
7041#, c-format
7042msgid "annotated tag %s not available"
822e4a65
JX
7043msgstr ""
7044
dfc182b1 7045#: builtin/describe.c:254
822e4a65 7046#, c-format
cc76011e 7047msgid "annotated tag %s has no embedded name"
822e4a65
JX
7048msgstr ""
7049
dfc182b1 7050#: builtin/describe.c:256
cc76011e
JX
7051#, c-format
7052msgid "tag '%s' is really '%s' here"
822e4a65
JX
7053msgstr ""
7054
dfc182b1 7055#: builtin/describe.c:283 builtin/log.c:487
cc76011e
JX
7056#, c-format
7057msgid "Not a valid object name %s"
822e4a65
JX
7058msgstr ""
7059
dfc182b1 7060#: builtin/describe.c:286
822e4a65 7061#, c-format
cc76011e 7062msgid "%s is not a valid '%s' object"
822e4a65
JX
7063msgstr ""
7064
dfc182b1 7065#: builtin/describe.c:303
822e4a65 7066#, c-format
cc76011e 7067msgid "no tag exactly matches '%s'"
822e4a65
JX
7068msgstr ""
7069
dfc182b1 7070#: builtin/describe.c:305
822e4a65 7071#, c-format
cc76011e 7072msgid "searching to describe %s\n"
822e4a65
JX
7073msgstr ""
7074
dfc182b1 7075#: builtin/describe.c:352
cc76011e
JX
7076#, c-format
7077msgid "finished search at %s\n"
822e4a65
JX
7078msgstr ""
7079
dfc182b1 7080#: builtin/describe.c:379
cc76011e
JX
7081#, c-format
7082msgid ""
7083"No annotated tags can describe '%s'.\n"
7084"However, there were unannotated tags: try --tags."
822e4a65
JX
7085msgstr ""
7086
dfc182b1 7087#: builtin/describe.c:383
cc76011e
JX
7088#, c-format
7089msgid ""
7090"No tags can describe '%s'.\n"
7091"Try --always, or create some tags."
822e4a65
JX
7092msgstr ""
7093
dfc182b1 7094#: builtin/describe.c:413
822e4a65 7095#, c-format
cc76011e 7096msgid "traversed %lu commits\n"
822e4a65
JX
7097msgstr ""
7098
dfc182b1 7099#: builtin/describe.c:416
822e4a65 7100#, c-format
cc76011e
JX
7101msgid ""
7102"more than %i tags found; listed %i most recent\n"
7103"gave up search at %s\n"
822e4a65
JX
7104msgstr ""
7105
dfc182b1 7106#: builtin/describe.c:438
cc76011e 7107msgid "find the tag that comes after the commit"
822e4a65
JX
7108msgstr ""
7109
dfc182b1 7110#: builtin/describe.c:439
cc76011e 7111msgid "debug search strategy on stderr"
822e4a65
JX
7112msgstr ""
7113
dfc182b1 7114#: builtin/describe.c:440
c138af56 7115msgid "use any ref"
822e4a65
JX
7116msgstr ""
7117
dfc182b1 7118#: builtin/describe.c:441
c138af56 7119msgid "use any tag, even unannotated"
822e4a65
JX
7120msgstr ""
7121
dfc182b1 7122#: builtin/describe.c:442
cc76011e 7123msgid "always use long format"
822e4a65
JX
7124msgstr ""
7125
dfc182b1 7126#: builtin/describe.c:443
28b3cffc
JX
7127msgid "only follow first parent"
7128msgstr ""
7129
dfc182b1 7130#: builtin/describe.c:446
cc76011e 7131msgid "only output exact matches"
822e4a65
JX
7132msgstr ""
7133
dfc182b1 7134#: builtin/describe.c:448
cc76011e 7135msgid "consider <n> most recent tags (default: 10)"
822e4a65
JX
7136msgstr ""
7137
dfc182b1 7138#: builtin/describe.c:450
cc76011e 7139msgid "only consider tags matching <pattern>"
822e4a65
JX
7140msgstr ""
7141
dfc182b1
JX
7142#: builtin/describe.c:452
7143msgid "do not consider tags matching <pattern>"
7144msgstr ""
7145
7146#: builtin/describe.c:454 builtin/name-rev.c:357
cc76011e 7147msgid "show abbreviated commit object as fallback"
822e4a65
JX
7148msgstr ""
7149
dfc182b1 7150#: builtin/describe.c:455 builtin/describe.c:458
cc76011e 7151msgid "mark"
822e4a65
JX
7152msgstr ""
7153
dfc182b1 7154#: builtin/describe.c:456
cc76011e 7155msgid "append <mark> on dirty working tree (default: \"-dirty\")"
822e4a65
JX
7156msgstr ""
7157
dfc182b1
JX
7158#: builtin/describe.c:459
7159msgid "append <mark> on broken working tree (default: \"-broken\")"
7160msgstr ""
7161
7162#: builtin/describe.c:477
cc76011e
JX
7163msgid "--long is incompatible with --abbrev=0"
7164msgstr ""
7165
dfc182b1 7166#: builtin/describe.c:506
cc76011e
JX
7167msgid "No names found, cannot describe anything."
7168msgstr ""
7169
dfc182b1 7170#: builtin/describe.c:549
a8a5406a 7171msgid "--dirty is incompatible with commit-ishes"
cc76011e
JX
7172msgstr ""
7173
dfc182b1
JX
7174#: builtin/describe.c:551
7175msgid "--broken is incompatible with commit-ishes"
7176msgstr ""
7177
a4d94835 7178#: builtin/diff.c:83
822e4a65 7179#, c-format
cc76011e 7180msgid "'%s': not a regular file or symlink"
822e4a65
JX
7181msgstr ""
7182
a4d94835 7183#: builtin/diff.c:234
cc76011e
JX
7184#, c-format
7185msgid "invalid option: %s"
822e4a65
JX
7186msgstr ""
7187
a4d94835 7188#: builtin/diff.c:358
cc76011e 7189msgid "Not a git repository"
822e4a65
JX
7190msgstr ""
7191
a4d94835 7192#: builtin/diff.c:401
cc76011e
JX
7193#, c-format
7194msgid "invalid object '%s' given."
822e4a65
JX
7195msgstr ""
7196
a4d94835 7197#: builtin/diff.c:410
cc76011e
JX
7198#, c-format
7199msgid "more than two blobs given: '%s'"
822e4a65
JX
7200msgstr ""
7201
a4d94835 7202#: builtin/diff.c:417
cc76011e
JX
7203#, c-format
7204msgid "unhandled object '%s' given."
822e4a65
JX
7205msgstr ""
7206
673bfad0
JX
7207#: builtin/difftool.c:28
7208msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
7209msgstr ""
7210
7211#: builtin/difftool.c:241
7212#, c-format
7213msgid "failed: %d"
7214msgstr ""
7215
dfc182b1
JX
7216#: builtin/difftool.c:283
7217#, c-format
7218msgid "could not read symlink %s"
7219msgstr ""
7220
7221#: builtin/difftool.c:285
7222#, c-format
7223msgid "could not read symlink file %s"
7224msgstr ""
7225
7226#: builtin/difftool.c:293
7227#, c-format
7228msgid "could not read object %s for symlink %s"
7229msgstr ""
7230
7231#: builtin/difftool.c:395
673bfad0
JX
7232msgid ""
7233"combined diff formats('-c' and '--cc') are not supported in\n"
7234"directory diff mode('-d' and '--dir-diff')."
7235msgstr ""
7236
dfc182b1 7237#: builtin/difftool.c:609
673bfad0
JX
7238#, c-format
7239msgid "both files modified: '%s' and '%s'."
7240msgstr ""
7241
dfc182b1 7242#: builtin/difftool.c:611
673bfad0
JX
7243msgid "working tree file has been left."
7244msgstr ""
7245
dfc182b1 7246#: builtin/difftool.c:622
673bfad0
JX
7247#, c-format
7248msgid "temporary files exist in '%s'."
7249msgstr ""
7250
dfc182b1 7251#: builtin/difftool.c:623
673bfad0
JX
7252msgid "you may want to cleanup or recover these."
7253msgstr ""
7254
dfc182b1 7255#: builtin/difftool.c:669
673bfad0
JX
7256msgid "use `diff.guitool` instead of `diff.tool`"
7257msgstr ""
7258
dfc182b1 7259#: builtin/difftool.c:671
673bfad0
JX
7260msgid "perform a full-directory diff"
7261msgstr ""
7262
dfc182b1 7263#: builtin/difftool.c:673
673bfad0
JX
7264msgid "do not prompt before launching a diff tool"
7265msgstr ""
7266
dfc182b1 7267#: builtin/difftool.c:679
673bfad0
JX
7268msgid "use symlinks in dir-diff mode"
7269msgstr ""
7270
dfc182b1 7271#: builtin/difftool.c:680
673bfad0
JX
7272msgid "<tool>"
7273msgstr ""
7274
dfc182b1 7275#: builtin/difftool.c:681
673bfad0
JX
7276msgid "use the specified diff tool"
7277msgstr ""
7278
dfc182b1 7279#: builtin/difftool.c:683
673bfad0
JX
7280msgid "print a list of diff tools that may be used with `--tool`"
7281msgstr ""
7282
dfc182b1 7283#: builtin/difftool.c:686
673bfad0
JX
7284msgid ""
7285"make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
7286"code"
7287msgstr ""
7288
dfc182b1 7289#: builtin/difftool.c:688
673bfad0
JX
7290msgid "<command>"
7291msgstr ""
7292
dfc182b1 7293#: builtin/difftool.c:689
673bfad0
JX
7294msgid "specify a custom command for viewing diffs"
7295msgstr ""
7296
dfc182b1 7297#: builtin/difftool.c:713
673bfad0
JX
7298msgid "no <tool> given for --tool=<tool>"
7299msgstr ""
7300
dfc182b1 7301#: builtin/difftool.c:720
673bfad0
JX
7302msgid "no <cmd> given for --extcmd=<cmd>"
7303msgstr ""
7304
df0617bf 7305#: builtin/fast-export.c:25
cc76011e 7306msgid "git fast-export [rev-list-opts]"
822e4a65
JX
7307msgstr ""
7308
df0617bf 7309#: builtin/fast-export.c:980
cc76011e 7310msgid "show progress after <n> objects"
822e4a65
JX
7311msgstr ""
7312
df0617bf 7313#: builtin/fast-export.c:982
cc76011e 7314msgid "select handling of signed tags"
822e4a65
JX
7315msgstr ""
7316
df0617bf 7317#: builtin/fast-export.c:985
cc76011e 7318msgid "select handling of tags that tag filtered objects"
822e4a65
JX
7319msgstr ""
7320
df0617bf 7321#: builtin/fast-export.c:988
cc76011e 7322msgid "Dump marks to this file"
822e4a65
JX
7323msgstr ""
7324
df0617bf 7325#: builtin/fast-export.c:990
cc76011e 7326msgid "Import marks from this file"
822e4a65
JX
7327msgstr ""
7328
df0617bf 7329#: builtin/fast-export.c:992
cc76011e 7330msgid "Fake a tagger when tags lack one"
822e4a65
JX
7331msgstr ""
7332
df0617bf 7333#: builtin/fast-export.c:994
cc76011e 7334msgid "Output full tree for each commit"
822e4a65
JX
7335msgstr ""
7336
df0617bf 7337#: builtin/fast-export.c:996
cc76011e 7338msgid "Use the done feature to terminate the stream"
822e4a65
JX
7339msgstr ""
7340
df0617bf 7341#: builtin/fast-export.c:997
cc76011e 7342msgid "Skip output of blob data"
822e4a65
JX
7343msgstr ""
7344
df0617bf 7345#: builtin/fast-export.c:998
fe05e196
JX
7346msgid "refspec"
7347msgstr ""
7348
df0617bf 7349#: builtin/fast-export.c:999
fe05e196
JX
7350msgid "Apply refspec to exported refs"
7351msgstr ""
7352
df0617bf 7353#: builtin/fast-export.c:1000
d07a63e4
JX
7354msgid "anonymize output"
7355msgstr ""
7356
9fa976ff 7357#: builtin/fetch.c:21
cc76011e 7358msgid "git fetch [<options>] [<repository> [<refspec>...]]"
822e4a65
JX
7359msgstr ""
7360
9fa976ff 7361#: builtin/fetch.c:22
cc76011e 7362msgid "git fetch [<options>] <group>"
dce37b66
JX
7363msgstr ""
7364
9fa976ff 7365#: builtin/fetch.c:23
cc76011e 7366msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
822e4a65
JX
7367msgstr ""
7368
9fa976ff 7369#: builtin/fetch.c:24
cc76011e 7370msgid "git fetch --all [<options>]"
822e4a65
JX
7371msgstr ""
7372
fda7b092 7373#: builtin/fetch.c:95 builtin/pull.c:175
cc76011e 7374msgid "fetch from all remotes"
822e4a65
JX
7375msgstr ""
7376
fda7b092 7377#: builtin/fetch.c:97 builtin/pull.c:178
cc76011e 7378msgid "append to .git/FETCH_HEAD instead of overwriting"
822e4a65
JX
7379msgstr ""
7380
fda7b092 7381#: builtin/fetch.c:99 builtin/pull.c:181
cc76011e 7382msgid "path to upload pack on remote end"
822e4a65
JX
7383msgstr ""
7384
fda7b092 7385#: builtin/fetch.c:100 builtin/pull.c:183
cc76011e 7386msgid "force overwrite of local branch"
822e4a65
JX
7387msgstr ""
7388
fda7b092 7389#: builtin/fetch.c:102
cc76011e 7390msgid "fetch from multiple remotes"
822e4a65
JX
7391msgstr ""
7392
fda7b092 7393#: builtin/fetch.c:104 builtin/pull.c:185
cc76011e 7394msgid "fetch all tags and associated objects"
822e4a65
JX
7395msgstr ""
7396
fda7b092 7397#: builtin/fetch.c:106
cc76011e 7398msgid "do not fetch all tags (--no-tags)"
822e4a65
JX
7399msgstr ""
7400
fda7b092 7401#: builtin/fetch.c:108
9eb3984b
JX
7402msgid "number of submodules fetched in parallel"
7403msgstr ""
7404
fda7b092 7405#: builtin/fetch.c:110 builtin/pull.c:188
cc76011e 7406msgid "prune remote-tracking branches no longer on remote"
822e4a65
JX
7407msgstr ""
7408
fda7b092 7409#: builtin/fetch.c:111 builtin/pull.c:191
cc76011e 7410msgid "on-demand"
822e4a65
JX
7411msgstr ""
7412
fda7b092 7413#: builtin/fetch.c:112 builtin/pull.c:192
cc76011e 7414msgid "control recursive fetching of submodules"
822e4a65
JX
7415msgstr ""
7416
fda7b092 7417#: builtin/fetch.c:116 builtin/pull.c:200
cc76011e 7418msgid "keep downloaded pack"
822e4a65
JX
7419msgstr ""
7420
fda7b092 7421#: builtin/fetch.c:118
cc76011e 7422msgid "allow updating of HEAD ref"
822e4a65
JX
7423msgstr ""
7424
fda7b092 7425#: builtin/fetch.c:121 builtin/fetch.c:127 builtin/pull.c:203
cc76011e 7426msgid "deepen history of shallow clone"
822e4a65
JX
7427msgstr ""
7428
fda7b092
JX
7429#: builtin/fetch.c:123
7430msgid "deepen history of shallow repository based on time"
7431msgstr ""
7432
7433#: builtin/fetch.c:129 builtin/pull.c:206
9caaf23e
JX
7434msgid "convert to a complete repository"
7435msgstr ""
7436
dfc182b1 7437#: builtin/fetch.c:131 builtin/log.c:1440
cc76011e 7438msgid "dir"
822e4a65
JX
7439msgstr ""
7440
fda7b092 7441#: builtin/fetch.c:132
cc76011e 7442msgid "prepend this to submodule path output"
822e4a65
JX
7443msgstr ""
7444
fda7b092 7445#: builtin/fetch.c:135
cc76011e 7446msgid "default mode for recursion"
822e4a65
JX
7447msgstr ""
7448
fda7b092 7449#: builtin/fetch.c:137 builtin/pull.c:209
df49095a
JX
7450msgid "accept refs that update .git/shallow"
7451msgstr ""
7452
fda7b092 7453#: builtin/fetch.c:138 builtin/pull.c:211
fe05e196
JX
7454msgid "refmap"
7455msgstr ""
7456
fda7b092 7457#: builtin/fetch.c:139 builtin/pull.c:212
fe05e196
JX
7458msgid "specify fetch refmap"
7459msgstr ""
7460
673bfad0 7461#: builtin/fetch.c:395
cc76011e 7462msgid "Couldn't find remote ref HEAD"
822e4a65
JX
7463msgstr ""
7464
dfc182b1 7465#: builtin/fetch.c:513
9fa976ff
JX
7466#, c-format
7467msgid "configuration fetch.output contains invalid value %s"
7468msgstr ""
7469
dfc182b1 7470#: builtin/fetch.c:606
822e4a65 7471#, c-format
cc76011e 7472msgid "object %s not found"
dce37b66
JX
7473msgstr ""
7474
dfc182b1 7475#: builtin/fetch.c:610
cc76011e 7476msgid "[up to date]"
dce37b66
JX
7477msgstr ""
7478
dfc182b1 7479#: builtin/fetch.c:623 builtin/fetch.c:703
9fa976ff 7480msgid "[rejected]"
dce37b66
JX
7481msgstr ""
7482
dfc182b1 7483#: builtin/fetch.c:624
9fa976ff 7484msgid "can't fetch in current branch"
822e4a65
JX
7485msgstr ""
7486
dfc182b1 7487#: builtin/fetch.c:633
cc76011e 7488msgid "[tag update]"
822e4a65
JX
7489msgstr ""
7490
dfc182b1
JX
7491#: builtin/fetch.c:634 builtin/fetch.c:667 builtin/fetch.c:683
7492#: builtin/fetch.c:698
9fa976ff 7493msgid "unable to update local ref"
822e4a65
JX
7494msgstr ""
7495
dfc182b1 7496#: builtin/fetch.c:653
cc76011e 7497msgid "[new tag]"
822e4a65
JX
7498msgstr ""
7499
dfc182b1 7500#: builtin/fetch.c:656
cc76011e 7501msgid "[new branch]"
822e4a65
JX
7502msgstr ""
7503
dfc182b1 7504#: builtin/fetch.c:659
cc76011e 7505msgid "[new ref]"
822e4a65
JX
7506msgstr ""
7507
dfc182b1 7508#: builtin/fetch.c:698
cc76011e 7509msgid "forced update"
822e4a65
JX
7510msgstr ""
7511
dfc182b1 7512#: builtin/fetch.c:703
9fa976ff 7513msgid "non-fast-forward"
822e4a65
JX
7514msgstr ""
7515
dfc182b1 7516#: builtin/fetch.c:748
822e4a65 7517#, c-format
cc76011e 7518msgid "%s did not send all necessary objects\n"
822e4a65
JX
7519msgstr ""
7520
dfc182b1 7521#: builtin/fetch.c:768
df49095a
JX
7522#, c-format
7523msgid "reject %s because shallow roots are not allowed to be updated"
7524msgstr ""
7525
dfc182b1 7526#: builtin/fetch.c:855 builtin/fetch.c:951
822e4a65 7527#, c-format
cc76011e 7528msgid "From %.*s\n"
822e4a65
JX
7529msgstr ""
7530
dfc182b1 7531#: builtin/fetch.c:866
822e4a65 7532#, c-format
cc76011e
JX
7533msgid ""
7534"some local refs could not be updated; try running\n"
7535" 'git remote prune %s' to remove any old, conflicting branches"
822e4a65
JX
7536msgstr ""
7537
dfc182b1 7538#: builtin/fetch.c:921
cc76011e
JX
7539#, c-format
7540msgid " (%s will become dangling)"
7541msgstr ""
7542
dfc182b1 7543#: builtin/fetch.c:922
cc76011e
JX
7544#, c-format
7545msgid " (%s has become dangling)"
7546msgstr ""
7547
dfc182b1 7548#: builtin/fetch.c:954
cc76011e
JX
7549msgid "[deleted]"
7550msgstr ""
7551
dfc182b1 7552#: builtin/fetch.c:955 builtin/remote.c:1022
cc76011e
JX
7553msgid "(none)"
7554msgstr ""
7555
dfc182b1 7556#: builtin/fetch.c:978
cc76011e
JX
7557#, c-format
7558msgid "Refusing to fetch into current branch %s of non-bare repository"
7559msgstr ""
7560
dfc182b1 7561#: builtin/fetch.c:997
cc76011e 7562#, c-format
727b9576 7563msgid "Option \"%s\" value \"%s\" is not valid for %s"
cc76011e
JX
7564msgstr ""
7565
dfc182b1 7566#: builtin/fetch.c:1000
cc76011e 7567#, c-format
727b9576 7568msgid "Option \"%s\" is ignored for %s\n"
cc76011e
JX
7569msgstr ""
7570
dfc182b1 7571#: builtin/fetch.c:1076
cc76011e 7572#, c-format
727b9576 7573msgid "Don't know how to fetch from %s"
cc76011e
JX
7574msgstr ""
7575
dfc182b1 7576#: builtin/fetch.c:1236
cc76011e
JX
7577#, c-format
7578msgid "Fetching %s\n"
7579msgstr ""
7580
dfc182b1 7581#: builtin/fetch.c:1238 builtin/remote.c:96
cc76011e
JX
7582#, c-format
7583msgid "Could not fetch %s"
7584msgstr ""
7585
dfc182b1 7586#: builtin/fetch.c:1256
cc76011e
JX
7587msgid ""
7588"No remote repository specified. Please, specify either a URL or a\n"
7589"remote name from which new revisions should be fetched."
7590msgstr ""
7591
dfc182b1 7592#: builtin/fetch.c:1279
cc76011e
JX
7593msgid "You need to specify a tag name."
7594msgstr ""
7595
dfc182b1 7596#: builtin/fetch.c:1321
fda7b092
JX
7597msgid "Negative depth in --deepen is not supported"
7598msgstr ""
7599
dfc182b1 7600#: builtin/fetch.c:1323
fda7b092
JX
7601msgid "--deepen and --depth are mutually exclusive"
7602msgstr ""
7603
dfc182b1 7604#: builtin/fetch.c:1328
9caaf23e
JX
7605msgid "--depth and --unshallow cannot be used together"
7606msgstr ""
7607
dfc182b1 7608#: builtin/fetch.c:1330
9caaf23e
JX
7609msgid "--unshallow on a complete repository does not make sense"
7610msgstr ""
7611
dfc182b1 7612#: builtin/fetch.c:1352
cc76011e
JX
7613msgid "fetch --all does not take a repository argument"
7614msgstr ""
7615
dfc182b1 7616#: builtin/fetch.c:1354
cc76011e
JX
7617msgid "fetch --all does not make sense with refspecs"
7618msgstr ""
7619
dfc182b1 7620#: builtin/fetch.c:1365
cc76011e
JX
7621#, c-format
7622msgid "No such remote or remote group: %s"
7623msgstr ""
7624
dfc182b1 7625#: builtin/fetch.c:1373
cc76011e
JX
7626msgid "Fetching a group and specifying refspecs does not make sense"
7627msgstr ""
7628
df0617bf 7629#: builtin/fmt-merge-msg.c:14
c2ea1208
JX
7630msgid ""
7631"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
cc76011e
JX
7632msgstr ""
7633
fda7b092 7634#: builtin/fmt-merge-msg.c:663
cc76011e
JX
7635msgid "populate log with at most <n> entries from shortlog"
7636msgstr ""
7637
fda7b092 7638#: builtin/fmt-merge-msg.c:666
cc76011e
JX
7639msgid "alias for --log (deprecated)"
7640msgstr ""
7641
fda7b092 7642#: builtin/fmt-merge-msg.c:669
cc76011e
JX
7643msgid "text"
7644msgstr ""
7645
fda7b092 7646#: builtin/fmt-merge-msg.c:670
cc76011e
JX
7647msgid "use <text> as start of message"
7648msgstr ""
7649
fda7b092 7650#: builtin/fmt-merge-msg.c:671
cc76011e
JX
7651msgid "file to read from"
7652msgstr ""
7653
df0617bf 7654#: builtin/for-each-ref.c:9
c2ea1208 7655msgid "git for-each-ref [<options>] [<pattern>]"
cc76011e
JX
7656msgstr ""
7657
f4f2c8f8
JX
7658#: builtin/for-each-ref.c:10
7659msgid "git for-each-ref [--points-at <object>]"
7660msgstr ""
7661
7662#: builtin/for-each-ref.c:11
dfc182b1 7663msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
f4f2c8f8
JX
7664msgstr ""
7665
7666#: builtin/for-each-ref.c:12
dfc182b1 7667msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
f4f2c8f8
JX
7668msgstr ""
7669
7670#: builtin/for-each-ref.c:27
cc76011e
JX
7671msgid "quote placeholders suitably for shells"
7672msgstr ""
7673
f4f2c8f8 7674#: builtin/for-each-ref.c:29
cc76011e
JX
7675msgid "quote placeholders suitably for perl"
7676msgstr ""
7677
f4f2c8f8 7678#: builtin/for-each-ref.c:31
cc76011e
JX
7679msgid "quote placeholders suitably for python"
7680msgstr ""
7681
f4f2c8f8 7682#: builtin/for-each-ref.c:33
beb691f7 7683msgid "quote placeholders suitably for Tcl"
cc76011e
JX
7684msgstr ""
7685
f4f2c8f8 7686#: builtin/for-each-ref.c:36
cc76011e
JX
7687msgid "show only <n> matched refs"
7688msgstr ""
7689
f4f2c8f8
JX
7690#: builtin/for-each-ref.c:41
7691msgid "print only refs which points at the given object"
cc76011e
JX
7692msgstr ""
7693
f4f2c8f8
JX
7694#: builtin/for-each-ref.c:43
7695msgid "print only refs that are merged"
cc76011e
JX
7696msgstr ""
7697
f4f2c8f8
JX
7698#: builtin/for-each-ref.c:44
7699msgid "print only refs that are not merged"
7700msgstr ""
7701
7702#: builtin/for-each-ref.c:45
7703msgid "print only refs which contain the commit"
7704msgstr ""
7705
dfc182b1
JX
7706#: builtin/for-each-ref.c:46
7707msgid "print only refs which don't contain the commit"
7708msgstr ""
7709
673bfad0 7710#: builtin/fsck.c:554
5e078fcd
JX
7711msgid "Checking object directories"
7712msgstr ""
7713
673bfad0 7714#: builtin/fsck.c:646
c2ea1208 7715msgid "git fsck [<options>] [<object>...]"
cc76011e
JX
7716msgstr ""
7717
673bfad0 7718#: builtin/fsck.c:652
cc76011e
JX
7719msgid "show unreachable objects"
7720msgstr ""
7721
673bfad0 7722#: builtin/fsck.c:653
cc76011e
JX
7723msgid "show dangling objects"
7724msgstr ""
7725
673bfad0 7726#: builtin/fsck.c:654
cc76011e
JX
7727msgid "report tags"
7728msgstr ""
7729
673bfad0 7730#: builtin/fsck.c:655
cc76011e
JX
7731msgid "report root nodes"
7732msgstr ""
7733
673bfad0 7734#: builtin/fsck.c:656
cc76011e
JX
7735msgid "make index objects head nodes"
7736msgstr ""
7737
673bfad0 7738#: builtin/fsck.c:657
cc76011e
JX
7739msgid "make reflogs head nodes (default)"
7740msgstr ""
7741
673bfad0 7742#: builtin/fsck.c:658
cc76011e
JX
7743msgid "also consider packs and alternate objects"
7744msgstr ""
7745
673bfad0 7746#: builtin/fsck.c:659
df0617bf
JX
7747msgid "check only connectivity"
7748msgstr ""
7749
673bfad0 7750#: builtin/fsck.c:660
cc76011e
JX
7751msgid "enable more strict checking"
7752msgstr ""
7753
673bfad0 7754#: builtin/fsck.c:662
cc76011e
JX
7755msgid "write dangling objects in .git/lost-found"
7756msgstr ""
7757
673bfad0 7758#: builtin/fsck.c:663 builtin/prune.c:107
cc76011e
JX
7759msgid "show progress"
7760msgstr ""
7761
673bfad0 7762#: builtin/fsck.c:664
9fa976ff
JX
7763msgid "show verbose names for reachable objects"
7764msgstr ""
7765
673bfad0 7766#: builtin/fsck.c:725
5e078fcd
JX
7767msgid "Checking objects"
7768msgstr ""
7769
df0617bf 7770#: builtin/gc.c:25
c2ea1208 7771msgid "git gc [<options>]"
cc76011e
JX
7772msgstr ""
7773
dfc182b1 7774#: builtin/gc.c:78
cc76011e 7775#, c-format
dfc182b1 7776msgid "Failed to fstat %s: %s"
cc76011e
JX
7777msgstr ""
7778
28e1aaa4 7779#: builtin/gc.c:310
cc76011e 7780#, c-format
dfc182b1 7781msgid "Can't stat %s"
cc76011e
JX
7782msgstr ""
7783
28e1aaa4 7784#: builtin/gc.c:319
f4f2c8f8
JX
7785#, c-format
7786msgid ""
7787"The last gc run reported the following. Please correct the root cause\n"
7788"and remove %s.\n"
7789"Automatic cleanup will not be performed until the file is removed.\n"
7790"\n"
7791"%s"
7792msgstr ""
7793
28e1aaa4 7794#: builtin/gc.c:358
cc76011e
JX
7795msgid "prune unreferenced objects"
7796msgstr ""
7797
28e1aaa4 7798#: builtin/gc.c:360
cc76011e
JX
7799msgid "be more thorough (increased runtime)"
7800msgstr ""
7801
28e1aaa4 7802#: builtin/gc.c:361
cc76011e
JX
7803msgid "enable auto-gc mode"
7804msgstr ""
7805
28e1aaa4 7806#: builtin/gc.c:362
727b9576
JX
7807msgid "force running gc even if there may be another gc running"
7808msgstr ""
7809
28e1aaa4 7810#: builtin/gc.c:379
dfc182b1
JX
7811#, c-format
7812msgid "Failed to parse gc.logexpiry value %s"
7813msgstr ""
7814
28e1aaa4 7815#: builtin/gc.c:407
cc76011e 7816#, c-format
5e078fcd
JX
7817msgid "Auto packing the repository in background for optimum performance.\n"
7818msgstr ""
7819
28e1aaa4 7820#: builtin/gc.c:409
5e078fcd
JX
7821#, c-format
7822msgid "Auto packing the repository for optimum performance.\n"
7823msgstr ""
7824
28e1aaa4 7825#: builtin/gc.c:410
5e078fcd
JX
7826#, c-format
7827msgid "See \"git help gc\" for manual housekeeping.\n"
cc76011e
JX
7828msgstr ""
7829
28e1aaa4 7830#: builtin/gc.c:431
727b9576
JX
7831#, c-format
7832msgid ""
7833"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
7834msgstr ""
7835
28e1aaa4 7836#: builtin/gc.c:475
cc76011e
JX
7837msgid ""
7838"There are too many unreachable loose objects; run 'git prune' to remove them."
7839msgstr ""
7840
673bfad0 7841#: builtin/grep.c:25
c2ea1208 7842msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
cc76011e
JX
7843msgstr ""
7844
673bfad0 7845#: builtin/grep.c:232
cc76011e
JX
7846#, c-format
7847msgid "grep: failed to create thread: %s"
7848msgstr ""
7849
673bfad0 7850#: builtin/grep.c:290
9eb3984b
JX
7851#, c-format
7852msgid "invalid number of threads specified (%d) for %s"
7853msgstr ""
7854
dfc182b1 7855#: builtin/grep.c:769 builtin/grep.c:810
cc76011e
JX
7856#, c-format
7857msgid "unable to read tree (%s)"
7858msgstr ""
7859
dfc182b1 7860#: builtin/grep.c:829
cc76011e
JX
7861#, c-format
7862msgid "unable to grep from object of type %s"
7863msgstr ""
7864
dfc182b1 7865#: builtin/grep.c:893
cc76011e
JX
7866#, c-format
7867msgid "switch `%c' expects a numerical value"
7868msgstr ""
7869
dfc182b1 7870#: builtin/grep.c:980
cc76011e
JX
7871msgid "search in index instead of in the work tree"
7872msgstr ""
7873
dfc182b1 7874#: builtin/grep.c:982
cc76011e
JX
7875msgid "find in contents not managed by git"
7876msgstr ""
7877
dfc182b1 7878#: builtin/grep.c:984
cc76011e
JX
7879msgid "search in both tracked and untracked files"
7880msgstr ""
7881
dfc182b1 7882#: builtin/grep.c:986
c2ea1208 7883msgid "ignore files specified via '.gitignore'"
cc76011e
JX
7884msgstr ""
7885
dfc182b1
JX
7886#: builtin/grep.c:988
7887msgid "recursively search in each submodule"
673bfad0
JX
7888msgstr ""
7889
dfc182b1 7890#: builtin/grep.c:990
673bfad0
JX
7891msgid "basename"
7892msgstr ""
7893
dfc182b1 7894#: builtin/grep.c:991
673bfad0
JX
7895msgid "prepend parent project's basename to output"
7896msgstr ""
7897
dfc182b1 7898#: builtin/grep.c:994
cc76011e
JX
7899msgid "show non-matching lines"
7900msgstr ""
7901
dfc182b1 7902#: builtin/grep.c:996
cc76011e
JX
7903msgid "case insensitive matching"
7904msgstr ""
7905
dfc182b1 7906#: builtin/grep.c:998
cc76011e
JX
7907msgid "match patterns only at word boundaries"
7908msgstr ""
7909
dfc182b1 7910#: builtin/grep.c:1000
cc76011e
JX
7911msgid "process binary files as text"
7912msgstr ""
7913
dfc182b1 7914#: builtin/grep.c:1002
cc76011e
JX
7915msgid "don't match patterns in binary files"
7916msgstr ""
7917
dfc182b1 7918#: builtin/grep.c:1005
727b9576
JX
7919msgid "process binary files with textconv filters"
7920msgstr ""
7921
dfc182b1 7922#: builtin/grep.c:1007
cc76011e
JX
7923msgid "descend at most <depth> levels"
7924msgstr ""
7925
dfc182b1 7926#: builtin/grep.c:1011
cc76011e
JX
7927msgid "use extended POSIX regular expressions"
7928msgstr ""
7929
dfc182b1 7930#: builtin/grep.c:1014
cc76011e
JX
7931msgid "use basic POSIX regular expressions (default)"
7932msgstr ""
7933
dfc182b1 7934#: builtin/grep.c:1017
cc76011e
JX
7935msgid "interpret patterns as fixed strings"
7936msgstr ""
7937
dfc182b1 7938#: builtin/grep.c:1020
cc76011e
JX
7939msgid "use Perl-compatible regular expressions"
7940msgstr ""
7941
dfc182b1 7942#: builtin/grep.c:1023
cc76011e
JX
7943msgid "show line numbers"
7944msgstr ""
7945
dfc182b1 7946#: builtin/grep.c:1024
cc76011e
JX
7947msgid "don't show filenames"
7948msgstr ""
7949
dfc182b1 7950#: builtin/grep.c:1025
cc76011e
JX
7951msgid "show filenames"
7952msgstr ""
7953
dfc182b1 7954#: builtin/grep.c:1027
cc76011e
JX
7955msgid "show filenames relative to top directory"
7956msgstr ""
7957
dfc182b1 7958#: builtin/grep.c:1029
cc76011e
JX
7959msgid "show only filenames instead of matching lines"
7960msgstr ""
7961
dfc182b1 7962#: builtin/grep.c:1031
cc76011e
JX
7963msgid "synonym for --files-with-matches"
7964msgstr ""
7965
dfc182b1 7966#: builtin/grep.c:1034
cc76011e
JX
7967msgid "show only the names of files without match"
7968msgstr ""
7969
dfc182b1 7970#: builtin/grep.c:1036
cc76011e
JX
7971msgid "print NUL after filenames"
7972msgstr ""
7973
dfc182b1 7974#: builtin/grep.c:1038
cc76011e
JX
7975msgid "show the number of matches instead of matching lines"
7976msgstr ""
7977
dfc182b1 7978#: builtin/grep.c:1039
cc76011e
JX
7979msgid "highlight matches"
7980msgstr ""
7981
dfc182b1 7982#: builtin/grep.c:1041
cc76011e
JX
7983msgid "print empty line between matches from different files"
7984msgstr ""
7985
dfc182b1 7986#: builtin/grep.c:1043
cc76011e
JX
7987msgid "show filename only once above matches from same file"
7988msgstr ""
7989
dfc182b1 7990#: builtin/grep.c:1046
cc76011e
JX
7991msgid "show <n> context lines before and after matches"
7992msgstr ""
7993
dfc182b1 7994#: builtin/grep.c:1049
cc76011e
JX
7995msgid "show <n> context lines before matches"
7996msgstr ""
7997
dfc182b1 7998#: builtin/grep.c:1051
cc76011e
JX
7999msgid "show <n> context lines after matches"
8000msgstr ""
8001
dfc182b1 8002#: builtin/grep.c:1053
9eb3984b
JX
8003msgid "use <n> worker threads"
8004msgstr ""
8005
dfc182b1 8006#: builtin/grep.c:1054
cc76011e
JX
8007msgid "shortcut for -C NUM"
8008msgstr ""
8009
dfc182b1 8010#: builtin/grep.c:1057
cc76011e
JX
8011msgid "show a line with the function name before matches"
8012msgstr ""
8013
dfc182b1 8014#: builtin/grep.c:1059
cc76011e
JX
8015msgid "show the surrounding function"
8016msgstr ""
8017
dfc182b1 8018#: builtin/grep.c:1062
cc76011e
JX
8019msgid "read patterns from file"
8020msgstr ""
8021
dfc182b1 8022#: builtin/grep.c:1064
cc76011e
JX
8023msgid "match <pattern>"
8024msgstr ""
8025
dfc182b1 8026#: builtin/grep.c:1066
cc76011e
JX
8027msgid "combine patterns specified with -e"
8028msgstr ""
8029
dfc182b1 8030#: builtin/grep.c:1078
cc76011e
JX
8031msgid "indicate hit with exit status without output"
8032msgstr ""
8033
dfc182b1 8034#: builtin/grep.c:1080
cc76011e
JX
8035msgid "show only matches from files that match all patterns"
8036msgstr ""
8037
dfc182b1 8038#: builtin/grep.c:1082
9306b5b9
JX
8039msgid "show parse tree for grep expression"
8040msgstr ""
8041
dfc182b1 8042#: builtin/grep.c:1086
cc76011e
JX
8043msgid "pager"
8044msgstr ""
8045
dfc182b1 8046#: builtin/grep.c:1086
cc76011e
JX
8047msgid "show matching files in the pager"
8048msgstr ""
8049
dfc182b1 8050#: builtin/grep.c:1089
cc76011e
JX
8051msgid "allow calling of grep(1) (ignored by this build)"
8052msgstr ""
8053
dfc182b1 8054#: builtin/grep.c:1153
cc76011e
JX
8055msgid "no pattern given."
8056msgstr ""
8057
dfc182b1
JX
8058#: builtin/grep.c:1189
8059msgid "--no-index or --untracked cannot be used with revs"
8060msgstr ""
8061
8062#: builtin/grep.c:1195
8063#, c-format
8064msgid "unable to resolve revision: %s"
8065msgstr ""
8066
8067#: builtin/grep.c:1228 builtin/index-pack.c:1485
9eb3984b
JX
8068#, c-format
8069msgid "invalid number of threads specified (%d)"
8070msgstr ""
8071
dfc182b1 8072#: builtin/grep.c:1251
cc76011e
JX
8073msgid "--open-files-in-pager only works on the worktree"
8074msgstr ""
8075
dfc182b1 8076#: builtin/grep.c:1274
673bfad0
JX
8077msgid "option not supported with --recurse-submodules."
8078msgstr ""
8079
dfc182b1 8080#: builtin/grep.c:1280
cc76011e
JX
8081msgid "--cached or --untracked cannot be used with --no-index."
8082msgstr ""
8083
dfc182b1 8084#: builtin/grep.c:1286
cc76011e
JX
8085msgid "--[no-]exclude-standard cannot be used for tracked contents."
8086msgstr ""
8087
dfc182b1 8088#: builtin/grep.c:1294
cc76011e
JX
8089msgid "both --cached and trees are given."
8090msgstr ""
8091
9eb3984b 8092#: builtin/hash-object.c:81
cc76011e 8093msgid ""
c2ea1208
JX
8094"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
8095"[--] <file>..."
cc76011e
JX
8096msgstr ""
8097
9eb3984b 8098#: builtin/hash-object.c:82
f4f2c8f8 8099msgid "git hash-object --stdin-paths"
cc76011e
JX
8100msgstr ""
8101
fda7b092 8102#: builtin/hash-object.c:94
cc76011e
JX
8103msgid "type"
8104msgstr ""
8105
fda7b092 8106#: builtin/hash-object.c:94
cc76011e
JX
8107msgid "object type"
8108msgstr ""
8109
fda7b092 8110#: builtin/hash-object.c:95
cc76011e
JX
8111msgid "write the object into the object database"
8112msgstr ""
8113
fda7b092 8114#: builtin/hash-object.c:97
cc76011e
JX
8115msgid "read the object from stdin"
8116msgstr ""
8117
fda7b092 8118#: builtin/hash-object.c:99
cc76011e
JX
8119msgid "store file as is without filters"
8120msgstr ""
8121
fda7b092 8122#: builtin/hash-object.c:100
d07a63e4
JX
8123msgid ""
8124"just hash any random garbage to create corrupt objects for debugging Git"
8125msgstr ""
8126
fda7b092 8127#: builtin/hash-object.c:101
cc76011e
JX
8128msgid "process file as it were from this path"
8129msgstr ""
8130
fda7b092 8131#: builtin/help.c:42
cc76011e
JX
8132msgid "print all available commands"
8133msgstr ""
8134
fda7b092
JX
8135#: builtin/help.c:43
8136msgid "exclude guides"
8137msgstr ""
8138
8139#: builtin/help.c:44
c6bc7d43
JX
8140msgid "print list of useful guides"
8141msgstr ""
8142
fda7b092 8143#: builtin/help.c:45
cc76011e
JX
8144msgid "show man page"
8145msgstr ""
8146
fda7b092 8147#: builtin/help.c:46
cc76011e
JX
8148msgid "show manual in web browser"
8149msgstr ""
8150
fda7b092 8151#: builtin/help.c:48
cc76011e
JX
8152msgid "show info page"
8153msgstr ""
8154
fda7b092 8155#: builtin/help.c:54
c2ea1208 8156msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
cc76011e
JX
8157msgstr ""
8158
fda7b092 8159#: builtin/help.c:66
cc76011e
JX
8160#, c-format
8161msgid "unrecognized help format '%s'"
8162msgstr ""
8163
fda7b092 8164#: builtin/help.c:93
cc76011e
JX
8165msgid "Failed to start emacsclient."
8166msgstr ""
8167
fda7b092 8168#: builtin/help.c:106
cc76011e
JX
8169msgid "Failed to parse emacsclient version."
8170msgstr ""
8171
fda7b092 8172#: builtin/help.c:114
cc76011e
JX
8173#, c-format
8174msgid "emacsclient version '%d' too old (< 22)."
8175msgstr ""
8176
fda7b092 8177#: builtin/help.c:132 builtin/help.c:153 builtin/help.c:162 builtin/help.c:170
cc76011e 8178#, c-format
f517e50d 8179msgid "failed to exec '%s'"
cc76011e
JX
8180msgstr ""
8181
fda7b092 8182#: builtin/help.c:207
cc76011e
JX
8183#, c-format
8184msgid ""
8185"'%s': path for unsupported man viewer.\n"
8186"Please consider using 'man.<tool>.cmd' instead."
8187msgstr ""
8188
fda7b092 8189#: builtin/help.c:219
cc76011e
JX
8190#, c-format
8191msgid ""
8192"'%s': cmd for supported man viewer.\n"
8193"Please consider using 'man.<tool>.path' instead."
8194msgstr ""
8195
fda7b092 8196#: builtin/help.c:336
cc76011e
JX
8197#, c-format
8198msgid "'%s': unknown man viewer."
8199msgstr ""
8200
fda7b092 8201#: builtin/help.c:353
cc76011e
JX
8202msgid "no man viewer handled the request"
8203msgstr ""
8204
fda7b092 8205#: builtin/help.c:361
cc76011e
JX
8206msgid "no info viewer handled the request"
8207msgstr ""
8208
fda7b092 8209#: builtin/help.c:403
c6bc7d43
JX
8210msgid "Defining attributes per path"
8211msgstr ""
8212
fda7b092 8213#: builtin/help.c:404
d07a63e4
JX
8214msgid "Everyday Git With 20 Commands Or So"
8215msgstr ""
8216
fda7b092 8217#: builtin/help.c:405
c6bc7d43
JX
8218msgid "A Git glossary"
8219msgstr ""
8220
fda7b092 8221#: builtin/help.c:406
c6bc7d43
JX
8222msgid "Specifies intentionally untracked files to ignore"
8223msgstr ""
8224
fda7b092 8225#: builtin/help.c:407
c6bc7d43
JX
8226msgid "Defining submodule properties"
8227msgstr ""
8228
fda7b092 8229#: builtin/help.c:408
c6bc7d43
JX
8230msgid "Specifying revisions and ranges for Git"
8231msgstr ""
8232
fda7b092 8233#: builtin/help.c:409
c6bc7d43
JX
8234msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
8235msgstr ""
8236
fda7b092 8237#: builtin/help.c:410
c6bc7d43
JX
8238msgid "An overview of recommended workflows with Git"
8239msgstr ""
8240
fda7b092 8241#: builtin/help.c:422
c6bc7d43
JX
8242msgid "The common Git guides are:\n"
8243msgstr ""
8244
fda7b092 8245#: builtin/help.c:440
cc76011e 8246#, c-format
fda7b092 8247msgid "`git %s' is aliased to `%s'"
cc76011e
JX
8248msgstr ""
8249
fda7b092 8250#: builtin/help.c:462 builtin/help.c:479
cc76011e 8251#, c-format
fda7b092 8252msgid "usage: %s%s"
cc76011e
JX
8253msgstr ""
8254
fda7b092 8255#: builtin/index-pack.c:154
fe05e196
JX
8256#, c-format
8257msgid "unable to open %s"
8258msgstr ""
8259
fda7b092 8260#: builtin/index-pack.c:204
cc76011e
JX
8261#, c-format
8262msgid "object type mismatch at %s"
8263msgstr ""
8264
fda7b092 8265#: builtin/index-pack.c:224
fe05e196
JX
8266#, c-format
8267msgid "did not receive expected object %s"
8268msgstr ""
8269
fda7b092 8270#: builtin/index-pack.c:227
fe05e196
JX
8271#, c-format
8272msgid "object %s: expected type %s, found %s"
cc76011e
JX
8273msgstr ""
8274
fda7b092 8275#: builtin/index-pack.c:269
cc76011e
JX
8276#, c-format
8277msgid "cannot fill %d byte"
8278msgid_plural "cannot fill %d bytes"
8279msgstr[0] ""
8280msgstr[1] ""
8281
fda7b092 8282#: builtin/index-pack.c:279
cc76011e
JX
8283msgid "early EOF"
8284msgstr ""
8285
fda7b092 8286#: builtin/index-pack.c:280
cc76011e
JX
8287msgid "read error on input"
8288msgstr ""
8289
fda7b092 8290#: builtin/index-pack.c:292
cc76011e
JX
8291msgid "used more bytes than were available"
8292msgstr ""
8293
fda7b092 8294#: builtin/index-pack.c:299
cc76011e
JX
8295msgid "pack too large for current definition of off_t"
8296msgstr ""
8297
fda7b092
JX
8298#: builtin/index-pack.c:302 builtin/unpack-objects.c:92
8299msgid "pack exceeds maximum allowed size"
8300msgstr ""
8301
8302#: builtin/index-pack.c:317
cc76011e
JX
8303#, c-format
8304msgid "unable to create '%s'"
8305msgstr ""
8306
dfc182b1 8307#: builtin/index-pack.c:323
cc76011e
JX
8308#, c-format
8309msgid "cannot open packfile '%s'"
8310msgstr ""
8311
dfc182b1 8312#: builtin/index-pack.c:337
cc76011e
JX
8313msgid "pack signature mismatch"
8314msgstr ""
8315
dfc182b1 8316#: builtin/index-pack.c:339
cc76011e
JX
8317#, c-format
8318msgid "pack version %<PRIu32> unsupported"
8319msgstr ""
8320
dfc182b1 8321#: builtin/index-pack.c:357
cc76011e 8322#, c-format
9fa976ff 8323msgid "pack has bad object at offset %<PRIuMAX>: %s"
cc76011e
JX
8324msgstr ""
8325
dfc182b1 8326#: builtin/index-pack.c:479
cc76011e
JX
8327#, c-format
8328msgid "inflate returned %d"
8329msgstr ""
8330
dfc182b1 8331#: builtin/index-pack.c:528
cc76011e
JX
8332msgid "offset value overflow for delta base object"
8333msgstr ""
8334
dfc182b1 8335#: builtin/index-pack.c:536
cc76011e
JX
8336msgid "delta base offset is out of bound"
8337msgstr ""
8338
dfc182b1 8339#: builtin/index-pack.c:544
cc76011e
JX
8340#, c-format
8341msgid "unknown object type %d"
8342msgstr ""
8343
dfc182b1 8344#: builtin/index-pack.c:575
cc76011e
JX
8345msgid "cannot pread pack file"
8346msgstr ""
8347
dfc182b1 8348#: builtin/index-pack.c:577
cc76011e 8349#, c-format
9fa976ff
JX
8350msgid "premature end of pack file, %<PRIuMAX> byte missing"
8351msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
cc76011e
JX
8352msgstr[0] ""
8353msgstr[1] ""
8354
dfc182b1 8355#: builtin/index-pack.c:603
cc76011e
JX
8356msgid "serious inflate inconsistency"
8357msgstr ""
8358
dfc182b1
JX
8359#: builtin/index-pack.c:749 builtin/index-pack.c:755 builtin/index-pack.c:778
8360#: builtin/index-pack.c:816 builtin/index-pack.c:825
cc76011e
JX
8361#, c-format
8362msgid "SHA1 COLLISION FOUND WITH %s !"
8363msgstr ""
8364
dfc182b1
JX
8365#: builtin/index-pack.c:752 builtin/pack-objects.c:164
8366#: builtin/pack-objects.c:257
cc76011e
JX
8367#, c-format
8368msgid "unable to read %s"
8369msgstr ""
8370
dfc182b1
JX
8371#: builtin/index-pack.c:814
8372#, c-format
8373msgid "cannot read existing object info %s"
8374msgstr ""
8375
8376#: builtin/index-pack.c:822
cc76011e
JX
8377#, c-format
8378msgid "cannot read existing object %s"
8379msgstr ""
8380
dfc182b1 8381#: builtin/index-pack.c:836
cc76011e
JX
8382#, c-format
8383msgid "invalid blob object %s"
8384msgstr ""
8385
dfc182b1 8386#: builtin/index-pack.c:850
cc76011e
JX
8387#, c-format
8388msgid "invalid %s"
8389msgstr ""
8390
dfc182b1 8391#: builtin/index-pack.c:853
cc76011e
JX
8392msgid "Error in object"
8393msgstr ""
8394
dfc182b1 8395#: builtin/index-pack.c:855
cc76011e
JX
8396#, c-format
8397msgid "Not all child objects of %s are reachable"
8398msgstr ""
8399
dfc182b1 8400#: builtin/index-pack.c:927 builtin/index-pack.c:958
cc76011e
JX
8401msgid "failed to apply delta"
8402msgstr ""
8403
dfc182b1 8404#: builtin/index-pack.c:1128
cc76011e
JX
8405msgid "Receiving objects"
8406msgstr ""
8407
dfc182b1 8408#: builtin/index-pack.c:1128
cc76011e
JX
8409msgid "Indexing objects"
8410msgstr ""
8411
dfc182b1 8412#: builtin/index-pack.c:1160
cc76011e
JX
8413msgid "pack is corrupted (SHA1 mismatch)"
8414msgstr ""
8415
dfc182b1 8416#: builtin/index-pack.c:1165
cc76011e
JX
8417msgid "cannot fstat packfile"
8418msgstr ""
8419
dfc182b1 8420#: builtin/index-pack.c:1168
cc76011e
JX
8421msgid "pack has junk at the end"
8422msgstr ""
8423
dfc182b1 8424#: builtin/index-pack.c:1179
cc76011e
JX
8425msgid "confusion beyond insanity in parse_pack_objects()"
8426msgstr ""
8427
dfc182b1 8428#: builtin/index-pack.c:1202
cc76011e
JX
8429msgid "Resolving deltas"
8430msgstr ""
8431
dfc182b1 8432#: builtin/index-pack.c:1213
cc76011e
JX
8433#, c-format
8434msgid "unable to create thread: %s"
8435msgstr ""
8436
dfc182b1 8437#: builtin/index-pack.c:1255
cc76011e
JX
8438msgid "confusion beyond insanity"
8439msgstr ""
8440
dfc182b1 8441#: builtin/index-pack.c:1261
cc76011e 8442#, c-format
f517e50d
JX
8443msgid "completed with %d local object"
8444msgid_plural "completed with %d local objects"
8445msgstr[0] ""
8446msgstr[1] ""
cc76011e 8447
dfc182b1 8448#: builtin/index-pack.c:1273
cc76011e
JX
8449#, c-format
8450msgid "Unexpected tail checksum for %s (disk corruption?)"
8451msgstr ""
8452
dfc182b1 8453#: builtin/index-pack.c:1277
cc76011e
JX
8454#, c-format
8455msgid "pack has %d unresolved delta"
8456msgid_plural "pack has %d unresolved deltas"
8457msgstr[0] ""
8458msgstr[1] ""
8459
dfc182b1 8460#: builtin/index-pack.c:1301
cc76011e
JX
8461#, c-format
8462msgid "unable to deflate appended object (%d)"
8463msgstr ""
8464
dfc182b1 8465#: builtin/index-pack.c:1377
cc76011e
JX
8466#, c-format
8467msgid "local object %s is corrupt"
8468msgstr ""
8469
dfc182b1 8470#: builtin/index-pack.c:1403
cc76011e
JX
8471msgid "error while closing pack file"
8472msgstr ""
8473
dfc182b1 8474#: builtin/index-pack.c:1415
cc76011e
JX
8475#, c-format
8476msgid "cannot write keep file '%s'"
8477msgstr ""
8478
dfc182b1 8479#: builtin/index-pack.c:1423
cc76011e
JX
8480#, c-format
8481msgid "cannot close written keep file '%s'"
8482msgstr ""
8483
dfc182b1 8484#: builtin/index-pack.c:1433
cc76011e
JX
8485msgid "cannot store pack file"
8486msgstr ""
8487
dfc182b1 8488#: builtin/index-pack.c:1441
cc76011e
JX
8489msgid "cannot store index file"
8490msgstr ""
8491
dfc182b1 8492#: builtin/index-pack.c:1479
cc76011e
JX
8493#, c-format
8494msgid "bad pack.indexversion=%<PRIu32>"
8495msgstr ""
8496
dfc182b1 8497#: builtin/index-pack.c:1489 builtin/index-pack.c:1686
cc76011e
JX
8498#, c-format
8499msgid "no threads support, ignoring %s"
8500msgstr ""
8501
dfc182b1 8502#: builtin/index-pack.c:1547
cc76011e
JX
8503#, c-format
8504msgid "Cannot open existing pack file '%s'"
8505msgstr ""
8506
dfc182b1 8507#: builtin/index-pack.c:1549
cc76011e
JX
8508#, c-format
8509msgid "Cannot open existing pack idx file for '%s'"
8510msgstr ""
8511
dfc182b1 8512#: builtin/index-pack.c:1596
cc76011e
JX
8513#, c-format
8514msgid "non delta: %d object"
8515msgid_plural "non delta: %d objects"
8516msgstr[0] ""
8517msgstr[1] ""
8518
dfc182b1 8519#: builtin/index-pack.c:1603
cc76011e
JX
8520#, c-format
8521msgid "chain length = %d: %lu object"
8522msgid_plural "chain length = %d: %lu objects"
8523msgstr[0] ""
8524msgstr[1] ""
8525
dfc182b1 8526#: builtin/index-pack.c:1616
f517e50d
JX
8527#, c-format
8528msgid "packfile name '%s' does not end with '.pack'"
8529msgstr ""
8530
dfc182b1
JX
8531#: builtin/index-pack.c:1698 builtin/index-pack.c:1701
8532#: builtin/index-pack.c:1717 builtin/index-pack.c:1721
cc76011e
JX
8533#, c-format
8534msgid "bad %s"
8535msgstr ""
8536
dfc182b1 8537#: builtin/index-pack.c:1737
cc76011e
JX
8538msgid "--fix-thin cannot be used without --stdin"
8539msgstr ""
8540
dfc182b1 8541#: builtin/index-pack.c:1739
673bfad0
JX
8542msgid "--stdin requires a git repository"
8543msgstr ""
8544
dfc182b1 8545#: builtin/index-pack.c:1747
cc76011e
JX
8546msgid "--verify with no packfile name given"
8547msgstr ""
8548
fda7b092 8549#: builtin/init-db.c:54
cc76011e
JX
8550#, c-format
8551msgid "cannot stat '%s'"
8552msgstr ""
8553
fda7b092 8554#: builtin/init-db.c:60
cc76011e
JX
8555#, c-format
8556msgid "cannot stat template '%s'"
8557msgstr ""
8558
fda7b092 8559#: builtin/init-db.c:65
cc76011e
JX
8560#, c-format
8561msgid "cannot opendir '%s'"
8562msgstr ""
8563
fda7b092 8564#: builtin/init-db.c:76
cc76011e
JX
8565#, c-format
8566msgid "cannot readlink '%s'"
8567msgstr ""
8568
fda7b092 8569#: builtin/init-db.c:78
cc76011e
JX
8570#, c-format
8571msgid "cannot symlink '%s' '%s'"
8572msgstr ""
8573
fda7b092 8574#: builtin/init-db.c:84
cc76011e
JX
8575#, c-format
8576msgid "cannot copy '%s' to '%s'"
8577msgstr ""
8578
fda7b092 8579#: builtin/init-db.c:88
cc76011e
JX
8580#, c-format
8581msgid "ignoring template %s"
8582msgstr ""
8583
fda7b092 8584#: builtin/init-db.c:119
cc76011e
JX
8585#, c-format
8586msgid "templates not found %s"
8587msgstr ""
8588
fda7b092 8589#: builtin/init-db.c:134
cc76011e 8590#, c-format
f517e50d 8591msgid "not copying templates from '%s': %s"
cc76011e
JX
8592msgstr ""
8593
fda7b092 8594#: builtin/init-db.c:327
cc76011e 8595#, c-format
fda7b092 8596msgid "unable to handle file type %d"
cc76011e
JX
8597msgstr ""
8598
fda7b092 8599#: builtin/init-db.c:330
cc76011e 8600#, c-format
fda7b092 8601msgid "unable to move %s to %s"
cc76011e
JX
8602msgstr ""
8603
fda7b092 8604#: builtin/init-db.c:347 builtin/init-db.c:350
cc76011e 8605#, c-format
fda7b092 8606msgid "%s already exists"
cc76011e
JX
8607msgstr ""
8608
fda7b092 8609#: builtin/init-db.c:403
cc76011e 8610#, c-format
9fa976ff 8611msgid "Reinitialized existing shared Git repository in %s%s\n"
cc76011e
JX
8612msgstr ""
8613
fda7b092 8614#: builtin/init-db.c:404
9fa976ff
JX
8615#, c-format
8616msgid "Reinitialized existing Git repository in %s%s\n"
cc76011e
JX
8617msgstr ""
8618
fda7b092 8619#: builtin/init-db.c:408
9fa976ff
JX
8620#, c-format
8621msgid "Initialized empty shared Git repository in %s%s\n"
cc76011e
JX
8622msgstr ""
8623
fda7b092 8624#: builtin/init-db.c:409
9fa976ff
JX
8625#, c-format
8626msgid "Initialized empty Git repository in %s%s\n"
cc76011e
JX
8627msgstr ""
8628
fda7b092 8629#: builtin/init-db.c:457
cc76011e 8630msgid ""
9caaf23e 8631"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
c2ea1208 8632"shared[=<permissions>]] [<directory>]"
cc76011e
JX
8633msgstr ""
8634
fda7b092 8635#: builtin/init-db.c:480
cc76011e
JX
8636msgid "permissions"
8637msgstr ""
8638
fda7b092 8639#: builtin/init-db.c:481
cc76011e
JX
8640msgid "specify that the git repository is to be shared amongst several users"
8641msgstr ""
8642
fda7b092 8643#: builtin/init-db.c:515 builtin/init-db.c:520
cc76011e
JX
8644#, c-format
8645msgid "cannot mkdir %s"
8646msgstr ""
8647
fda7b092 8648#: builtin/init-db.c:524
cc76011e
JX
8649#, c-format
8650msgid "cannot chdir to %s"
8651msgstr ""
8652
fda7b092 8653#: builtin/init-db.c:545
cc76011e
JX
8654#, c-format
8655msgid ""
8656"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
8657"dir=<directory>)"
8658msgstr ""
8659
fda7b092 8660#: builtin/init-db.c:573
cc76011e
JX
8661#, c-format
8662msgid "Cannot access work tree '%s'"
8663msgstr ""
8664
d07a63e4
JX
8665#: builtin/interpret-trailers.c:15
8666msgid ""
9eb3984b
JX
8667"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
8668"<token>[(=|:)<value>])...] [<file>...]"
d07a63e4
JX
8669msgstr ""
8670
9eb3984b
JX
8671#: builtin/interpret-trailers.c:26
8672msgid "edit files in place"
8673msgstr ""
8674
8675#: builtin/interpret-trailers.c:27
d07a63e4
JX
8676msgid "trim empty trailers"
8677msgstr ""
8678
9eb3984b 8679#: builtin/interpret-trailers.c:28
d07a63e4
JX
8680msgid "trailer"
8681msgstr ""
8682
9eb3984b 8683#: builtin/interpret-trailers.c:29
d07a63e4
JX
8684msgid "trailer(s) to add"
8685msgstr ""
8686
9eb3984b
JX
8687#: builtin/interpret-trailers.c:42
8688msgid "no input file given for in-place editing"
8689msgstr ""
8690
9fa976ff 8691#: builtin/log.c:44
64f23b0c 8692msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
cc76011e
JX
8693msgstr ""
8694
9fa976ff 8695#: builtin/log.c:45
c2ea1208 8696msgid "git show [<options>] <object>..."
cc76011e
JX
8697msgstr ""
8698
dfc182b1 8699#: builtin/log.c:89
d07a63e4
JX
8700#, c-format
8701msgid "invalid --decorate option: %s"
8702msgstr ""
8703
dfc182b1 8704#: builtin/log.c:144
cc76011e
JX
8705msgid "suppress diff output"
8706msgstr ""
8707
dfc182b1 8708#: builtin/log.c:145
cc76011e
JX
8709msgid "show source"
8710msgstr ""
8711
dfc182b1 8712#: builtin/log.c:146
46bc4039
JX
8713msgid "Use mail map file"
8714msgstr ""
8715
dfc182b1 8716#: builtin/log.c:147
cc76011e
JX
8717msgid "decorate options"
8718msgstr ""
8719
dfc182b1 8720#: builtin/log.c:150
d07a63e4
JX
8721msgid "Process line range n,m in file, counting from 1"
8722msgstr ""
8723
dfc182b1 8724#: builtin/log.c:246
cc76011e
JX
8725#, c-format
8726msgid "Final output: %d %s\n"
8727msgstr ""
8728
dfc182b1 8729#: builtin/log.c:493
d07a63e4
JX
8730#, c-format
8731msgid "git show %s: bad file"
8732msgstr ""
8733
dfc182b1 8734#: builtin/log.c:507 builtin/log.c:601
cc76011e
JX
8735#, c-format
8736msgid "Could not read object %s"
8737msgstr ""
8738
dfc182b1 8739#: builtin/log.c:625
cc76011e
JX
8740#, c-format
8741msgid "Unknown type: %d"
8742msgstr ""
8743
dfc182b1 8744#: builtin/log.c:746
cc76011e
JX
8745msgid "format.headers without value"
8746msgstr ""
8747
dfc182b1 8748#: builtin/log.c:846
cc76011e
JX
8749msgid "name of output directory is too long"
8750msgstr ""
8751
dfc182b1 8752#: builtin/log.c:861
cc76011e
JX
8753#, c-format
8754msgid "Cannot open patch file %s"
8755msgstr ""
8756
dfc182b1 8757#: builtin/log.c:875
cc76011e
JX
8758msgid "Need exactly one range."
8759msgstr ""
8760
dfc182b1 8761#: builtin/log.c:885
cc76011e
JX
8762msgid "Not a range."
8763msgstr ""
8764
dfc182b1 8765#: builtin/log.c:991
cc76011e
JX
8766msgid "Cover letter needs email format"
8767msgstr ""
8768
dfc182b1 8769#: builtin/log.c:1071
cc76011e
JX
8770#, c-format
8771msgid "insane in-reply-to: %s"
8772msgstr ""
8773
dfc182b1 8774#: builtin/log.c:1098
c2ea1208 8775msgid "git format-patch [<options>] [<since> | <revision-range>]"
cc76011e
JX
8776msgstr ""
8777
dfc182b1 8778#: builtin/log.c:1148
cc76011e
JX
8779msgid "Two output directories?"
8780msgstr ""
8781
dfc182b1 8782#: builtin/log.c:1255 builtin/log.c:1898 builtin/log.c:1900 builtin/log.c:1912
f517e50d
JX
8783#, c-format
8784msgid "Unknown commit %s"
8785msgstr ""
8786
dfc182b1 8787#: builtin/log.c:1265 builtin/notes.c:883 builtin/tag.c:532
f517e50d
JX
8788#, c-format
8789msgid "Failed to resolve '%s' as a valid ref."
8790msgstr ""
8791
dfc182b1 8792#: builtin/log.c:1270
f517e50d
JX
8793msgid "Could not find exact merge base."
8794msgstr ""
8795
dfc182b1 8796#: builtin/log.c:1274
f517e50d
JX
8797msgid ""
8798"Failed to get upstream, if you want to record base commit automatically,\n"
8799"please use git branch --set-upstream-to to track a remote branch.\n"
8800"Or you could specify base commit by --base=<base-commit-id> manually."
8801msgstr ""
8802
dfc182b1 8803#: builtin/log.c:1294
f517e50d
JX
8804msgid "Failed to find exact merge base"
8805msgstr ""
8806
dfc182b1 8807#: builtin/log.c:1305
f517e50d
JX
8808msgid "base commit should be the ancestor of revision list"
8809msgstr ""
8810
dfc182b1 8811#: builtin/log.c:1309
f517e50d
JX
8812msgid "base commit shouldn't be in revision list"
8813msgstr ""
8814
dfc182b1 8815#: builtin/log.c:1358
f517e50d
JX
8816msgid "cannot get patch id"
8817msgstr ""
8818
dfc182b1 8819#: builtin/log.c:1415
cc76011e
JX
8820msgid "use [PATCH n/m] even with a single patch"
8821msgstr ""
8822
dfc182b1 8823#: builtin/log.c:1418
cc76011e
JX
8824msgid "use [PATCH] even with multiple patches"
8825msgstr ""
8826
dfc182b1 8827#: builtin/log.c:1422
cc76011e
JX
8828msgid "print patches to standard out"
8829msgstr ""
8830
dfc182b1 8831#: builtin/log.c:1424
cc76011e
JX
8832msgid "generate a cover letter"
8833msgstr ""
8834
dfc182b1 8835#: builtin/log.c:1426
cc76011e
JX
8836msgid "use simple number sequence for output file names"
8837msgstr ""
8838
dfc182b1 8839#: builtin/log.c:1427
cc76011e
JX
8840msgid "sfx"
8841msgstr ""
8842
dfc182b1 8843#: builtin/log.c:1428
cc76011e
JX
8844msgid "use <sfx> instead of '.patch'"
8845msgstr ""
8846
dfc182b1 8847#: builtin/log.c:1430
cc76011e
JX
8848msgid "start numbering patches at <n> instead of 1"
8849msgstr ""
8850
dfc182b1 8851#: builtin/log.c:1432
46bc4039
JX
8852msgid "mark the series as Nth re-roll"
8853msgstr ""
8854
dfc182b1 8855#: builtin/log.c:1434
fda7b092
JX
8856msgid "Use [RFC PATCH] instead of [PATCH]"
8857msgstr ""
8858
dfc182b1 8859#: builtin/log.c:1437
cc76011e
JX
8860msgid "Use [<prefix>] instead of [PATCH]"
8861msgstr ""
8862
dfc182b1 8863#: builtin/log.c:1440
cc76011e
JX
8864msgid "store resulting files in <dir>"
8865msgstr ""
8866
dfc182b1 8867#: builtin/log.c:1443
cc76011e
JX
8868msgid "don't strip/add [PATCH]"
8869msgstr ""
8870
dfc182b1 8871#: builtin/log.c:1446
cc76011e
JX
8872msgid "don't output binary diffs"
8873msgstr ""
8874
dfc182b1 8875#: builtin/log.c:1448
2c0ca050
JX
8876msgid "output all-zero hash in From header"
8877msgstr ""
8878
dfc182b1 8879#: builtin/log.c:1450
cc76011e
JX
8880msgid "don't include a patch matching a commit upstream"
8881msgstr ""
8882
dfc182b1 8883#: builtin/log.c:1452
cc76011e
JX
8884msgid "show patch format instead of default (patch + stat)"
8885msgstr ""
8886
dfc182b1 8887#: builtin/log.c:1454
cc76011e
JX
8888msgid "Messaging"
8889msgstr ""
8890
dfc182b1 8891#: builtin/log.c:1455
cc76011e
JX
8892msgid "header"
8893msgstr ""
8894
dfc182b1 8895#: builtin/log.c:1456
cc76011e
JX
8896msgid "add email header"
8897msgstr ""
8898
dfc182b1 8899#: builtin/log.c:1457 builtin/log.c:1459
cc76011e
JX
8900msgid "email"
8901msgstr ""
8902
dfc182b1 8903#: builtin/log.c:1457
cc76011e
JX
8904msgid "add To: header"
8905msgstr ""
8906
dfc182b1 8907#: builtin/log.c:1459
cc76011e
JX
8908msgid "add Cc: header"
8909msgstr ""
8910
dfc182b1 8911#: builtin/log.c:1461
28b3cffc
JX
8912msgid "ident"
8913msgstr ""
8914
dfc182b1 8915#: builtin/log.c:1462
28b3cffc
JX
8916msgid "set From address to <ident> (or committer ident if absent)"
8917msgstr ""
8918
dfc182b1 8919#: builtin/log.c:1464
cc76011e
JX
8920msgid "message-id"
8921msgstr ""
8922
dfc182b1 8923#: builtin/log.c:1465
cc76011e
JX
8924msgid "make first mail a reply to <message-id>"
8925msgstr ""
8926
dfc182b1 8927#: builtin/log.c:1466 builtin/log.c:1469
cc76011e
JX
8928msgid "boundary"
8929msgstr ""
8930
dfc182b1 8931#: builtin/log.c:1467
cc76011e
JX
8932msgid "attach the patch"
8933msgstr ""
8934
dfc182b1 8935#: builtin/log.c:1470
cc76011e
JX
8936msgid "inline the patch"
8937msgstr ""
8938
dfc182b1 8939#: builtin/log.c:1474
cc76011e
JX
8940msgid "enable message threading, styles: shallow, deep"
8941msgstr ""
8942
dfc182b1 8943#: builtin/log.c:1476
cc76011e
JX
8944msgid "signature"
8945msgstr ""
8946
dfc182b1 8947#: builtin/log.c:1477
cc76011e
JX
8948msgid "add a signature"
8949msgstr ""
8950
dfc182b1 8951#: builtin/log.c:1478
f517e50d
JX
8952msgid "base-commit"
8953msgstr ""
8954
dfc182b1 8955#: builtin/log.c:1479
f517e50d
JX
8956msgid "add prerequisite tree info to the patch series"
8957msgstr ""
8958
dfc182b1 8959#: builtin/log.c:1481
fe05e196
JX
8960msgid "add a signature from a file"
8961msgstr ""
8962
dfc182b1 8963#: builtin/log.c:1482
cc76011e
JX
8964msgid "don't print the patch filenames"
8965msgstr ""
8966
dfc182b1 8967#: builtin/log.c:1572
cc76011e
JX
8968msgid "-n and -k are mutually exclusive."
8969msgstr ""
8970
dfc182b1 8971#: builtin/log.c:1574
fda7b092 8972msgid "--subject-prefix/--rfc and -k are mutually exclusive."
cc76011e
JX
8973msgstr ""
8974
dfc182b1 8975#: builtin/log.c:1582
cc76011e
JX
8976msgid "--name-only does not make sense"
8977msgstr ""
8978
dfc182b1 8979#: builtin/log.c:1584
cc76011e
JX
8980msgid "--name-status does not make sense"
8981msgstr ""
8982
dfc182b1 8983#: builtin/log.c:1586
cc76011e
JX
8984msgid "--check does not make sense"
8985msgstr ""
8986
dfc182b1 8987#: builtin/log.c:1616
cc76011e
JX
8988msgid "standard output, or directory, which one?"
8989msgstr ""
8990
dfc182b1 8991#: builtin/log.c:1618
cc76011e
JX
8992#, c-format
8993msgid "Could not create directory '%s'"
8994msgstr ""
8995
dfc182b1 8996#: builtin/log.c:1712
fe05e196
JX
8997#, c-format
8998msgid "unable to read signature file '%s'"
8999msgstr ""
9000
dfc182b1 9001#: builtin/log.c:1784
cc76011e
JX
9002msgid "Failed to create output files"
9003msgstr ""
9004
dfc182b1 9005#: builtin/log.c:1833
cc76011e
JX
9006msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
9007msgstr ""
9008
dfc182b1 9009#: builtin/log.c:1887
cc76011e
JX
9010#, c-format
9011msgid ""
9012"Could not find a tracked remote branch, please specify <upstream> manually.\n"
9013msgstr ""
9014
28e1aaa4 9015#: builtin/ls-files.c:468
c2ea1208 9016msgid "git ls-files [<options>] [<file>...]"
cc76011e
JX
9017msgstr ""
9018
28e1aaa4 9019#: builtin/ls-files.c:517
cc76011e
JX
9020msgid "identify the file status with tags"
9021msgstr ""
9022
28e1aaa4 9023#: builtin/ls-files.c:519
cc76011e
JX
9024msgid "use lowercase letters for 'assume unchanged' files"
9025msgstr ""
9026
28e1aaa4 9027#: builtin/ls-files.c:521
cc76011e
JX
9028msgid "show cached files in the output (default)"
9029msgstr ""
9030
28e1aaa4 9031#: builtin/ls-files.c:523
cc76011e
JX
9032msgid "show deleted files in the output"
9033msgstr ""
9034
28e1aaa4 9035#: builtin/ls-files.c:525
cc76011e
JX
9036msgid "show modified files in the output"
9037msgstr ""
9038
28e1aaa4 9039#: builtin/ls-files.c:527
cc76011e
JX
9040msgid "show other files in the output"
9041msgstr ""
9042
28e1aaa4 9043#: builtin/ls-files.c:529
cc76011e
JX
9044msgid "show ignored files in the output"
9045msgstr ""
9046
28e1aaa4 9047#: builtin/ls-files.c:532
cc76011e
JX
9048msgid "show staged contents' object name in the output"
9049msgstr ""
9050
28e1aaa4 9051#: builtin/ls-files.c:534
cc76011e
JX
9052msgid "show files on the filesystem that need to be removed"
9053msgstr ""
9054
28e1aaa4 9055#: builtin/ls-files.c:536
d07a63e4 9056msgid "show 'other' directories' names only"
cc76011e
JX
9057msgstr ""
9058
28e1aaa4 9059#: builtin/ls-files.c:538
9eb3984b
JX
9060msgid "show line endings of files"
9061msgstr ""
9062
28e1aaa4 9063#: builtin/ls-files.c:540
cc76011e
JX
9064msgid "don't show empty directories"
9065msgstr ""
9066
28e1aaa4 9067#: builtin/ls-files.c:543
cc76011e
JX
9068msgid "show unmerged files in the output"
9069msgstr ""
9070
28e1aaa4 9071#: builtin/ls-files.c:545
cc76011e
JX
9072msgid "show resolve-undo information"
9073msgstr ""
9074
28e1aaa4 9075#: builtin/ls-files.c:547
cc76011e
JX
9076msgid "skip files matching pattern"
9077msgstr ""
9078
28e1aaa4 9079#: builtin/ls-files.c:550
cc76011e
JX
9080msgid "exclude patterns are read from <file>"
9081msgstr ""
9082
28e1aaa4 9083#: builtin/ls-files.c:553
cc76011e
JX
9084msgid "read additional per-directory exclude patterns in <file>"
9085msgstr ""
9086
28e1aaa4 9087#: builtin/ls-files.c:555
cc76011e
JX
9088msgid "add the standard git exclusions"
9089msgstr ""
9090
28e1aaa4 9091#: builtin/ls-files.c:558
cc76011e
JX
9092msgid "make the output relative to the project top directory"
9093msgstr ""
9094
28e1aaa4 9095#: builtin/ls-files.c:561
fda7b092
JX
9096msgid "recurse through submodules"
9097msgstr ""
9098
28e1aaa4 9099#: builtin/ls-files.c:563
cc76011e
JX
9100msgid "if any <file> is not in the index, treat this as an error"
9101msgstr ""
9102
28e1aaa4 9103#: builtin/ls-files.c:564
cc76011e
JX
9104msgid "tree-ish"
9105msgstr ""
9106
28e1aaa4 9107#: builtin/ls-files.c:565
cc76011e
JX
9108msgid "pretend that paths removed since <tree-ish> are still present"
9109msgstr ""
9110
28e1aaa4 9111#: builtin/ls-files.c:567
cc76011e
JX
9112msgid "show debugging data"
9113msgstr ""
9114
9eb3984b
JX
9115#: builtin/ls-remote.c:7
9116msgid ""
9117"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
9118" [-q | --quiet] [--exit-code] [--get-url]\n"
9119" [--symref] [<repository> [<refs>...]]"
9120msgstr ""
9121
dfc182b1 9122#: builtin/ls-remote.c:52
9eb3984b
JX
9123msgid "do not print remote URL"
9124msgstr ""
9125
dfc182b1 9126#: builtin/ls-remote.c:53 builtin/ls-remote.c:55
9eb3984b
JX
9127msgid "exec"
9128msgstr ""
9129
dfc182b1 9130#: builtin/ls-remote.c:54 builtin/ls-remote.c:56
9eb3984b
JX
9131msgid "path of git-upload-pack on the remote host"
9132msgstr ""
9133
dfc182b1 9134#: builtin/ls-remote.c:58
9eb3984b
JX
9135msgid "limit to tags"
9136msgstr ""
9137
dfc182b1 9138#: builtin/ls-remote.c:59
9eb3984b
JX
9139msgid "limit to heads"
9140msgstr ""
9141
dfc182b1 9142#: builtin/ls-remote.c:60
9eb3984b
JX
9143msgid "do not show peeled tags"
9144msgstr ""
9145
dfc182b1 9146#: builtin/ls-remote.c:62
9eb3984b
JX
9147msgid "take url.<base>.insteadOf into account"
9148msgstr ""
9149
dfc182b1 9150#: builtin/ls-remote.c:64
9eb3984b
JX
9151msgid "exit with exit code 2 if no matching refs are found"
9152msgstr ""
9153
dfc182b1 9154#: builtin/ls-remote.c:66
9eb3984b
JX
9155msgid "show underlying ref in addition to the object pointed by it"
9156msgstr ""
9157
727b9576 9158#: builtin/ls-tree.c:28
cc76011e
JX
9159msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
9160msgstr ""
9161
673bfad0 9162#: builtin/ls-tree.c:126
cc76011e
JX
9163msgid "only show trees"
9164msgstr ""
9165
673bfad0 9166#: builtin/ls-tree.c:128
cc76011e
JX
9167msgid "recurse into subtrees"
9168msgstr ""
9169
673bfad0 9170#: builtin/ls-tree.c:130
cc76011e
JX
9171msgid "show trees when recursing"
9172msgstr ""
9173
673bfad0 9174#: builtin/ls-tree.c:133
cc76011e
JX
9175msgid "terminate entries with NUL byte"
9176msgstr ""
9177
673bfad0 9178#: builtin/ls-tree.c:134
cc76011e
JX
9179msgid "include object size"
9180msgstr ""
9181
673bfad0 9182#: builtin/ls-tree.c:136 builtin/ls-tree.c:138
cc76011e
JX
9183msgid "list only filenames"
9184msgstr ""
9185
673bfad0 9186#: builtin/ls-tree.c:141
cc76011e
JX
9187msgid "use full path names"
9188msgstr ""
9189
673bfad0 9190#: builtin/ls-tree.c:143
cc76011e
JX
9191msgid "list entire tree; not just current directory (implies --full-name)"
9192msgstr ""
9193
9fa976ff 9194#: builtin/merge.c:46
c2ea1208 9195msgid "git merge [<options>] [<commit>...]"
cc76011e
JX
9196msgstr ""
9197
9fa976ff 9198#: builtin/merge.c:47
cc76011e
JX
9199msgid "git merge --abort"
9200msgstr ""
9201
dfc182b1 9202#: builtin/merge.c:48
673bfad0
JX
9203msgid "git merge --continue"
9204msgstr ""
9205
dfc182b1 9206#: builtin/merge.c:103
cc76011e
JX
9207msgid "switch `m' requires a value"
9208msgstr ""
9209
dfc182b1 9210#: builtin/merge.c:140
cc76011e
JX
9211#, c-format
9212msgid "Could not find merge strategy '%s'.\n"
9213msgstr ""
9214
dfc182b1 9215#: builtin/merge.c:141
cc76011e
JX
9216#, c-format
9217msgid "Available strategies are:"
9218msgstr ""
9219
dfc182b1 9220#: builtin/merge.c:146
cc76011e
JX
9221#, c-format
9222msgid "Available custom strategies are:"
9223msgstr ""
9224
dfc182b1 9225#: builtin/merge.c:196 builtin/pull.c:127
cc76011e
JX
9226msgid "do not show a diffstat at the end of the merge"
9227msgstr ""
9228
dfc182b1 9229#: builtin/merge.c:199 builtin/pull.c:130
cc76011e
JX
9230msgid "show a diffstat at the end of the merge"
9231msgstr ""
9232
dfc182b1 9233#: builtin/merge.c:200 builtin/pull.c:133
cc76011e
JX
9234msgid "(synonym to --stat)"
9235msgstr ""
9236
dfc182b1 9237#: builtin/merge.c:202 builtin/pull.c:136
cc76011e
JX
9238msgid "add (at most <n>) entries from shortlog to merge commit message"
9239msgstr ""
9240
dfc182b1 9241#: builtin/merge.c:205 builtin/pull.c:139
cc76011e
JX
9242msgid "create a single commit instead of doing a merge"
9243msgstr ""
9244
dfc182b1 9245#: builtin/merge.c:207 builtin/pull.c:142
cc76011e
JX
9246msgid "perform a commit if the merge succeeds (default)"
9247msgstr ""
9248
dfc182b1 9249#: builtin/merge.c:209 builtin/pull.c:145
cc76011e
JX
9250msgid "edit message before committing"
9251msgstr ""
9252
dfc182b1 9253#: builtin/merge.c:210
cc76011e
JX
9254msgid "allow fast-forward (default)"
9255msgstr ""
9256
dfc182b1 9257#: builtin/merge.c:212 builtin/pull.c:151
cc76011e
JX
9258msgid "abort if fast-forward is not possible"
9259msgstr ""
9260
dfc182b1 9261#: builtin/merge.c:216 builtin/pull.c:154
9fa976ff 9262msgid "verify that the named commit has a valid GPG signature"
c138af56
JX
9263msgstr ""
9264
dfc182b1
JX
9265#: builtin/merge.c:217 builtin/notes.c:773 builtin/pull.c:158
9266#: builtin/revert.c:108
cc76011e
JX
9267msgid "strategy"
9268msgstr ""
9269
dfc182b1 9270#: builtin/merge.c:218 builtin/pull.c:159
cc76011e
JX
9271msgid "merge strategy to use"
9272msgstr ""
9273
dfc182b1 9274#: builtin/merge.c:219 builtin/pull.c:162
cc76011e
JX
9275msgid "option=value"
9276msgstr ""
9277
dfc182b1 9278#: builtin/merge.c:220 builtin/pull.c:163
cc76011e
JX
9279msgid "option for selected merge strategy"
9280msgstr ""
9281
dfc182b1 9282#: builtin/merge.c:222
cc76011e
JX
9283msgid "merge commit message (for a non-fast-forward merge)"
9284msgstr ""
9285
dfc182b1 9286#: builtin/merge.c:226
cc76011e
JX
9287msgid "abort the current in-progress merge"
9288msgstr ""
9289
dfc182b1 9290#: builtin/merge.c:228
673bfad0
JX
9291msgid "continue the current in-progress merge"
9292msgstr ""
9293
dfc182b1 9294#: builtin/merge.c:230 builtin/pull.c:170
f517e50d
JX
9295msgid "allow merging unrelated histories"
9296msgstr ""
9297
dfc182b1 9298#: builtin/merge.c:258
cc76011e
JX
9299msgid "could not run stash."
9300msgstr ""
9301
dfc182b1 9302#: builtin/merge.c:263
cc76011e
JX
9303msgid "stash failed"
9304msgstr ""
9305
dfc182b1 9306#: builtin/merge.c:268
cc76011e
JX
9307#, c-format
9308msgid "not a valid object: %s"
9309msgstr ""
9310
dfc182b1 9311#: builtin/merge.c:287 builtin/merge.c:304
cc76011e
JX
9312msgid "read-tree failed"
9313msgstr ""
9314
dfc182b1 9315#: builtin/merge.c:334
cc76011e
JX
9316msgid " (nothing to squash)"
9317msgstr ""
9318
dfc182b1 9319#: builtin/merge.c:345
cc76011e
JX
9320#, c-format
9321msgid "Squash commit -- not updating HEAD\n"
9322msgstr ""
9323
dfc182b1 9324#: builtin/merge.c:395
cc76011e
JX
9325#, c-format
9326msgid "No merge message -- not updating HEAD\n"
9327msgstr ""
9328
dfc182b1 9329#: builtin/merge.c:446
cc76011e
JX
9330#, c-format
9331msgid "'%s' does not point to a commit"
9332msgstr ""
9333
dfc182b1 9334#: builtin/merge.c:536
cc76011e
JX
9335#, c-format
9336msgid "Bad branch.%s.mergeoptions string: %s"
9337msgstr ""
9338
673bfad0 9339#: builtin/merge.c:656
cc76011e
JX
9340msgid "Not handling anything other than two heads merge."
9341msgstr ""
9342
673bfad0 9343#: builtin/merge.c:670
cc76011e
JX
9344#, c-format
9345msgid "Unknown option for merge-recursive: -X%s"
9346msgstr ""
9347
673bfad0 9348#: builtin/merge.c:685
cc76011e
JX
9349#, c-format
9350msgid "unable to write %s"
9351msgstr ""
9352
673bfad0 9353#: builtin/merge.c:737
cc76011e
JX
9354#, c-format
9355msgid "Could not read from '%s'"
9356msgstr ""
9357
673bfad0 9358#: builtin/merge.c:746
cc76011e
JX
9359#, c-format
9360msgid "Not committing merge; use 'git commit' to complete the merge.\n"
9361msgstr ""
9362
673bfad0 9363#: builtin/merge.c:752
9caaf23e 9364#, c-format
cc76011e
JX
9365msgid ""
9366"Please enter a commit message to explain why this merge is necessary,\n"
9367"especially if it merges an updated upstream into a topic branch.\n"
9368"\n"
9caaf23e 9369"Lines starting with '%c' will be ignored, and an empty message aborts\n"
cc76011e
JX
9370"the commit.\n"
9371msgstr ""
9372
673bfad0 9373#: builtin/merge.c:776
cc76011e
JX
9374msgid "Empty commit message."
9375msgstr ""
9376
673bfad0 9377#: builtin/merge.c:796
cc76011e
JX
9378#, c-format
9379msgid "Wonderful.\n"
9380msgstr ""
9381
673bfad0 9382#: builtin/merge.c:851
cc76011e
JX
9383#, c-format
9384msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
9385msgstr ""
9386
dfc182b1 9387#: builtin/merge.c:890
cc76011e
JX
9388msgid "No current branch."
9389msgstr ""
9390
dfc182b1 9391#: builtin/merge.c:892
cc76011e
JX
9392msgid "No remote for the current branch."
9393msgstr ""
9394
dfc182b1 9395#: builtin/merge.c:894
cc76011e
JX
9396msgid "No default upstream defined for the current branch."
9397msgstr ""
9398
dfc182b1 9399#: builtin/merge.c:899
cc76011e 9400#, c-format
28b3cffc 9401msgid "No remote-tracking branch for %s from %s"
cc76011e
JX
9402msgstr ""
9403
dfc182b1 9404#: builtin/merge.c:946
9fa976ff
JX
9405#, c-format
9406msgid "Bad value '%s' in environment '%s'"
9407msgstr ""
9408
dfc182b1 9409#: builtin/merge.c:1020
64f23b0c
JX
9410#, c-format
9411msgid "could not close '%s'"
9412msgstr ""
9413
dfc182b1 9414#: builtin/merge.c:1047
9fa976ff
JX
9415#, c-format
9416msgid "not something we can merge in %s: %s"
9417msgstr ""
9418
dfc182b1 9419#: builtin/merge.c:1081
9fa976ff
JX
9420msgid "not something we can merge"
9421msgstr ""
9422
dfc182b1 9423#: builtin/merge.c:1146
673bfad0
JX
9424msgid "--abort expects no arguments"
9425msgstr ""
9426
dfc182b1 9427#: builtin/merge.c:1150
cc76011e
JX
9428msgid "There is no merge to abort (MERGE_HEAD missing)."
9429msgstr ""
9430
dfc182b1 9431#: builtin/merge.c:1162
673bfad0
JX
9432msgid "--continue expects no arguments"
9433msgstr ""
9434
dfc182b1 9435#: builtin/merge.c:1166
673bfad0
JX
9436msgid "There is no merge in progress (MERGE_HEAD missing)."
9437msgstr ""
9438
dfc182b1 9439#: builtin/merge.c:1182
cc76011e
JX
9440msgid ""
9441"You have not concluded your merge (MERGE_HEAD exists).\n"
d07a63e4 9442"Please, commit your changes before you merge."
cc76011e
JX
9443msgstr ""
9444
dfc182b1 9445#: builtin/merge.c:1189
cc76011e
JX
9446msgid ""
9447"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
d07a63e4 9448"Please, commit your changes before you merge."
cc76011e
JX
9449msgstr ""
9450
dfc182b1 9451#: builtin/merge.c:1192
cc76011e
JX
9452msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
9453msgstr ""
9454
dfc182b1 9455#: builtin/merge.c:1201
cc76011e
JX
9456msgid "You cannot combine --squash with --no-ff."
9457msgstr ""
9458
dfc182b1 9459#: builtin/merge.c:1209
cc76011e
JX
9460msgid "No commit specified and merge.defaultToUpstream not set."
9461msgstr ""
9462
dfc182b1 9463#: builtin/merge.c:1226
cc76011e
JX
9464msgid "Squash commit into empty head not supported yet"
9465msgstr ""
9466
dfc182b1 9467#: builtin/merge.c:1228
cc76011e
JX
9468msgid "Non-fast-forward commit does not make sense into an empty head"
9469msgstr ""
9470
dfc182b1 9471#: builtin/merge.c:1233
28b3cffc
JX
9472#, c-format
9473msgid "%s - not something we can merge"
9474msgstr ""
9475
dfc182b1 9476#: builtin/merge.c:1235
64f23b0c
JX
9477msgid "Can merge only exactly one commit into empty head"
9478msgstr ""
9479
dfc182b1 9480#: builtin/merge.c:1269
c138af56
JX
9481#, c-format
9482msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
9483msgstr ""
9484
dfc182b1 9485#: builtin/merge.c:1272
c138af56
JX
9486#, c-format
9487msgid "Commit %s has a bad GPG signature allegedly by %s."
9488msgstr ""
9489
dfc182b1 9490#: builtin/merge.c:1275
c138af56
JX
9491#, c-format
9492msgid "Commit %s does not have a GPG signature."
9493msgstr ""
9494
dfc182b1 9495#: builtin/merge.c:1278
c138af56
JX
9496#, c-format
9497msgid "Commit %s has a good GPG signature by %s\n"
9498msgstr ""
9499
dfc182b1 9500#: builtin/merge.c:1340
f517e50d
JX
9501msgid "refusing to merge unrelated histories"
9502msgstr ""
9503
dfc182b1 9504#: builtin/merge.c:1349
9fa976ff
JX
9505msgid "Already up-to-date."
9506msgstr ""
9507
dfc182b1 9508#: builtin/merge.c:1359
cc76011e
JX
9509#, c-format
9510msgid "Updating %s..%s\n"
9511msgstr ""
9512
dfc182b1 9513#: builtin/merge.c:1400
cc76011e
JX
9514#, c-format
9515msgid "Trying really trivial in-index merge...\n"
9516msgstr ""
9517
dfc182b1 9518#: builtin/merge.c:1407
cc76011e
JX
9519#, c-format
9520msgid "Nope.\n"
9521msgstr ""
9522
dfc182b1 9523#: builtin/merge.c:1432
9fa976ff
JX
9524msgid "Already up-to-date. Yeeah!"
9525msgstr ""
9526
dfc182b1 9527#: builtin/merge.c:1438
cc76011e
JX
9528msgid "Not possible to fast-forward, aborting."
9529msgstr ""
9530
dfc182b1 9531#: builtin/merge.c:1461 builtin/merge.c:1540
cc76011e
JX
9532#, c-format
9533msgid "Rewinding the tree to pristine...\n"
9534msgstr ""
9535
dfc182b1 9536#: builtin/merge.c:1465
cc76011e
JX
9537#, c-format
9538msgid "Trying merge strategy %s...\n"
9539msgstr ""
9540
dfc182b1 9541#: builtin/merge.c:1531
cc76011e
JX
9542#, c-format
9543msgid "No merge strategy handled the merge.\n"
9544msgstr ""
9545
dfc182b1 9546#: builtin/merge.c:1533
cc76011e
JX
9547#, c-format
9548msgid "Merge with strategy %s failed.\n"
9549msgstr ""
9550
dfc182b1 9551#: builtin/merge.c:1542
cc76011e
JX
9552#, c-format
9553msgid "Using the %s to prepare resolving by hand.\n"
9554msgstr ""
9555
dfc182b1 9556#: builtin/merge.c:1554
cc76011e
JX
9557#, c-format
9558msgid "Automatic merge went well; stopped before committing as requested\n"
9559msgstr ""
9560
df49095a 9561#: builtin/merge-base.c:29
c2ea1208 9562msgid "git merge-base [-a | --all] <commit> <commit>..."
cc76011e
JX
9563msgstr ""
9564
df49095a 9565#: builtin/merge-base.c:30
c2ea1208 9566msgid "git merge-base [-a | --all] --octopus <commit>..."
cc76011e
JX
9567msgstr ""
9568
df49095a 9569#: builtin/merge-base.c:31
cc76011e
JX
9570msgid "git merge-base --independent <commit>..."
9571msgstr ""
9572
df49095a 9573#: builtin/merge-base.c:32
cc76011e
JX
9574msgid "git merge-base --is-ancestor <commit> <commit>"
9575msgstr ""
9576
df49095a
JX
9577#: builtin/merge-base.c:33
9578msgid "git merge-base --fork-point <ref> [<commit>]"
9579msgstr ""
9580
fda7b092 9581#: builtin/merge-base.c:217
cc76011e
JX
9582msgid "output all common ancestors"
9583msgstr ""
9584
fda7b092 9585#: builtin/merge-base.c:219
cc76011e
JX
9586msgid "find ancestors for a single n-way merge"
9587msgstr ""
9588
fda7b092 9589#: builtin/merge-base.c:221
cc76011e
JX
9590msgid "list revs not reachable from others"
9591msgstr ""
9592
fda7b092 9593#: builtin/merge-base.c:223
cc76011e
JX
9594msgid "is the first one ancestor of the other?"
9595msgstr ""
9596
fda7b092 9597#: builtin/merge-base.c:225
df49095a
JX
9598msgid "find where <commit> forked from reflog of <ref>"
9599msgstr ""
9600
cc76011e
JX
9601#: builtin/merge-file.c:8
9602msgid ""
c2ea1208
JX
9603"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
9604"<orig-file> <file2>"
cc76011e
JX
9605msgstr ""
9606
dfc182b1 9607#: builtin/merge-file.c:32
cc76011e
JX
9608msgid "send results to standard output"
9609msgstr ""
9610
dfc182b1 9611#: builtin/merge-file.c:33
cc76011e
JX
9612msgid "use a diff3 based merge"
9613msgstr ""
9614
dfc182b1 9615#: builtin/merge-file.c:34
cc76011e
JX
9616msgid "for conflicts, use our version"
9617msgstr ""
9618
dfc182b1 9619#: builtin/merge-file.c:36
cc76011e
JX
9620msgid "for conflicts, use their version"
9621msgstr ""
9622
dfc182b1 9623#: builtin/merge-file.c:38
cc76011e
JX
9624msgid "for conflicts, use a union version"
9625msgstr ""
9626
dfc182b1 9627#: builtin/merge-file.c:41
cc76011e
JX
9628msgid "for conflicts, use this marker size"
9629msgstr ""
9630
dfc182b1 9631#: builtin/merge-file.c:42
cc76011e
JX
9632msgid "do not warn about conflicts"
9633msgstr ""
9634
dfc182b1 9635#: builtin/merge-file.c:44
c2ea1208 9636msgid "set labels for file1/orig-file/file2"
cc76011e
JX
9637msgstr ""
9638
fda7b092
JX
9639#: builtin/merge-recursive.c:45
9640#, c-format
9641msgid "unknown option %s"
9642msgstr ""
9643
9644#: builtin/merge-recursive.c:51
9645#, c-format
9646msgid "could not parse object '%s'"
9647msgstr ""
9648
9649#: builtin/merge-recursive.c:55
9650#, c-format
9651msgid "cannot handle more than %d base. Ignoring %s."
9652msgid_plural "cannot handle more than %d bases. Ignoring %s."
9653msgstr[0] ""
9654msgstr[1] ""
9655
9656#: builtin/merge-recursive.c:63
9657msgid "not handling anything other than two heads merge."
9658msgstr ""
9659
9660#: builtin/merge-recursive.c:69 builtin/merge-recursive.c:71
9661#, c-format
9662msgid "could not resolve ref '%s'"
9663msgstr ""
9664
9665#: builtin/merge-recursive.c:77
9666#, c-format
9667msgid "Merging %s with %s\n"
9668msgstr ""
9669
9eb3984b 9670#: builtin/mktree.c:65
cc76011e
JX
9671msgid "git mktree [-z] [--missing] [--batch]"
9672msgstr ""
9673
9eb3984b 9674#: builtin/mktree.c:152
cc76011e
JX
9675msgid "input is NUL terminated"
9676msgstr ""
9677
9eb3984b 9678#: builtin/mktree.c:153 builtin/write-tree.c:24
cc76011e
JX
9679msgid "allow missing objects"
9680msgstr ""
9681
9eb3984b 9682#: builtin/mktree.c:154
cc76011e
JX
9683msgid "allow creation of more than one tree"
9684msgstr ""
9685
673bfad0 9686#: builtin/mv.c:16
c2ea1208 9687msgid "git mv [<options>] <source>... <destination>"
cc76011e
JX
9688msgstr ""
9689
673bfad0 9690#: builtin/mv.c:82
d07a63e4
JX
9691#, c-format
9692msgid "Directory %s is in index and no submodule?"
cc76011e
JX
9693msgstr ""
9694
673bfad0 9695#: builtin/mv.c:84 builtin/rm.c:290
d07a63e4 9696msgid "Please stage your changes to .gitmodules or stash them to proceed"
cc76011e
JX
9697msgstr ""
9698
673bfad0 9699#: builtin/mv.c:102
cc76011e 9700#, c-format
d07a63e4 9701msgid "%.*s is in index"
cc76011e
JX
9702msgstr ""
9703
673bfad0 9704#: builtin/mv.c:124
d07a63e4 9705msgid "force move/rename even if target exists"
cc76011e
JX
9706msgstr ""
9707
673bfad0 9708#: builtin/mv.c:125
d07a63e4 9709msgid "skip move/rename errors"
cc76011e
JX
9710msgstr ""
9711
673bfad0 9712#: builtin/mv.c:167
d07a63e4
JX
9713#, c-format
9714msgid "destination '%s' is not a directory"
cc76011e
JX
9715msgstr ""
9716
673bfad0 9717#: builtin/mv.c:178
727b9576 9718#, c-format
d07a63e4 9719msgid "Checking rename of '%s' to '%s'\n"
727b9576
JX
9720msgstr ""
9721
673bfad0 9722#: builtin/mv.c:182
d07a63e4 9723msgid "bad source"
727b9576
JX
9724msgstr ""
9725
673bfad0 9726#: builtin/mv.c:185
d07a63e4 9727msgid "can not move directory into itself"
cc76011e
JX
9728msgstr ""
9729
673bfad0 9730#: builtin/mv.c:188
d07a63e4
JX
9731msgid "cannot move directory over file"
9732msgstr ""
9733
673bfad0 9734#: builtin/mv.c:197
cc76011e
JX
9735msgid "source directory is empty"
9736msgstr ""
9737
673bfad0 9738#: builtin/mv.c:222
cc76011e
JX
9739msgid "not under version control"
9740msgstr ""
9741
673bfad0 9742#: builtin/mv.c:225
cc76011e
JX
9743msgid "destination exists"
9744msgstr ""
9745
673bfad0 9746#: builtin/mv.c:233
cc76011e
JX
9747#, c-format
9748msgid "overwriting '%s'"
9749msgstr ""
9750
673bfad0 9751#: builtin/mv.c:236
cc76011e
JX
9752msgid "Cannot overwrite"
9753msgstr ""
9754
673bfad0 9755#: builtin/mv.c:239
cc76011e
JX
9756msgid "multiple sources for the same target"
9757msgstr ""
9758
673bfad0 9759#: builtin/mv.c:241
df49095a
JX
9760msgid "destination directory does not exist"
9761msgstr ""
9762
673bfad0 9763#: builtin/mv.c:248
cc76011e
JX
9764#, c-format
9765msgid "%s, source=%s, destination=%s"
9766msgstr ""
9767
673bfad0 9768#: builtin/mv.c:269
cc76011e
JX
9769#, c-format
9770msgid "Renaming %s to %s\n"
9771msgstr ""
9772
673bfad0 9773#: builtin/mv.c:275 builtin/remote.c:710 builtin/repack.c:384
cc76011e
JX
9774#, c-format
9775msgid "renaming '%s' failed"
9776msgstr ""
9777
dfc182b1 9778#: builtin/name-rev.c:289
c2ea1208 9779msgid "git name-rev [<options>] <commit>..."
cc76011e
JX
9780msgstr ""
9781
dfc182b1 9782#: builtin/name-rev.c:290
c2ea1208 9783msgid "git name-rev [<options>] --all"
cc76011e
JX
9784msgstr ""
9785
dfc182b1 9786#: builtin/name-rev.c:291
c2ea1208 9787msgid "git name-rev [<options>] --stdin"
cc76011e
JX
9788msgstr ""
9789
dfc182b1 9790#: builtin/name-rev.c:346
cc76011e
JX
9791msgid "print only names (no SHA-1)"
9792msgstr ""
9793
dfc182b1 9794#: builtin/name-rev.c:347
cc76011e
JX
9795msgid "only use tags to name the commits"
9796msgstr ""
9797
dfc182b1 9798#: builtin/name-rev.c:349
cc76011e
JX
9799msgid "only use refs matching <pattern>"
9800msgstr ""
9801
dfc182b1
JX
9802#: builtin/name-rev.c:351
9803msgid "ignore refs matching <pattern>"
9804msgstr ""
9805
9806#: builtin/name-rev.c:353
cc76011e
JX
9807msgid "list all commits reachable from all refs"
9808msgstr ""
9809
dfc182b1 9810#: builtin/name-rev.c:354
cc76011e
JX
9811msgid "read from stdin"
9812msgstr ""
9813
dfc182b1 9814#: builtin/name-rev.c:355
727b9576 9815msgid "allow to print `undefined` names (default)"
cc76011e
JX
9816msgstr ""
9817
dfc182b1 9818#: builtin/name-rev.c:361
28b3cffc
JX
9819msgid "dereference tags in the input (internal use)"
9820msgstr ""
9821
df0617bf 9822#: builtin/notes.c:25
c2ea1208 9823msgid "git notes [--ref <notes-ref>] [list [<object>]]"
cc76011e
JX
9824msgstr ""
9825
df0617bf 9826#: builtin/notes.c:26
cc76011e 9827msgid ""
c2ea1208 9828"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
beb691f7 9829"| (-c | -C) <object>] [<object>]"
cc76011e
JX
9830msgstr ""
9831
df0617bf 9832#: builtin/notes.c:27
c2ea1208 9833msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
cc76011e
JX
9834msgstr ""
9835
df0617bf 9836#: builtin/notes.c:28
cc76011e 9837msgid ""
c2ea1208 9838"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
beb691f7 9839"(-c | -C) <object>] [<object>]"
cc76011e
JX
9840msgstr ""
9841
df0617bf 9842#: builtin/notes.c:29
c2ea1208 9843msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
cc76011e
JX
9844msgstr ""
9845
df0617bf 9846#: builtin/notes.c:30
c2ea1208 9847msgid "git notes [--ref <notes-ref>] show [<object>]"
cc76011e
JX
9848msgstr ""
9849
df0617bf 9850#: builtin/notes.c:31
cc76011e 9851msgid ""
c2ea1208 9852"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
cc76011e
JX
9853msgstr ""
9854
df0617bf 9855#: builtin/notes.c:32
cc76011e
JX
9856msgid "git notes merge --commit [-v | -q]"
9857msgstr ""
9858
df0617bf 9859#: builtin/notes.c:33
cc76011e
JX
9860msgid "git notes merge --abort [-v | -q]"
9861msgstr ""
9862
df0617bf 9863#: builtin/notes.c:34
c2ea1208 9864msgid "git notes [--ref <notes-ref>] remove [<object>...]"
cc76011e
JX
9865msgstr ""
9866
df0617bf 9867#: builtin/notes.c:35
c2ea1208 9868msgid "git notes [--ref <notes-ref>] prune [-n | -v]"
cc76011e
JX
9869msgstr ""
9870
df0617bf 9871#: builtin/notes.c:36
c2ea1208 9872msgid "git notes [--ref <notes-ref>] get-ref"
cc76011e
JX
9873msgstr ""
9874
df0617bf 9875#: builtin/notes.c:41
cc76011e
JX
9876msgid "git notes [list [<object>]]"
9877msgstr ""
9878
df0617bf 9879#: builtin/notes.c:46
cc76011e
JX
9880msgid "git notes add [<options>] [<object>]"
9881msgstr ""
9882
df0617bf 9883#: builtin/notes.c:51
cc76011e
JX
9884msgid "git notes copy [<options>] <from-object> <to-object>"
9885msgstr ""
9886
df0617bf 9887#: builtin/notes.c:52
cc76011e
JX
9888msgid "git notes copy --stdin [<from-object> <to-object>]..."
9889msgstr ""
9890
df0617bf 9891#: builtin/notes.c:57
cc76011e
JX
9892msgid "git notes append [<options>] [<object>]"
9893msgstr ""
9894
df0617bf 9895#: builtin/notes.c:62
cc76011e
JX
9896msgid "git notes edit [<object>]"
9897msgstr ""
9898
df0617bf 9899#: builtin/notes.c:67
cc76011e
JX
9900msgid "git notes show [<object>]"
9901msgstr ""
9902
df0617bf 9903#: builtin/notes.c:72
c2ea1208 9904msgid "git notes merge [<options>] <notes-ref>"
cc76011e
JX
9905msgstr ""
9906
df0617bf 9907#: builtin/notes.c:73
cc76011e
JX
9908msgid "git notes merge --commit [<options>]"
9909msgstr ""
9910
df0617bf 9911#: builtin/notes.c:74
cc76011e
JX
9912msgid "git notes merge --abort [<options>]"
9913msgstr ""
9914
df0617bf 9915#: builtin/notes.c:79
cc76011e
JX
9916msgid "git notes remove [<object>]"
9917msgstr ""
9918
df0617bf 9919#: builtin/notes.c:84
cc76011e
JX
9920msgid "git notes prune [<options>]"
9921msgstr ""
9922
df0617bf 9923#: builtin/notes.c:89
cc76011e
JX
9924msgid "git notes get-ref"
9925msgstr ""
9926
9fa976ff
JX
9927#: builtin/notes.c:94
9928msgid "Write/edit the notes for the following object:"
9929msgstr ""
9930
df0617bf 9931#: builtin/notes.c:147
cc76011e
JX
9932#, c-format
9933msgid "unable to start 'show' for object '%s'"
9934msgstr ""
9935
df0617bf 9936#: builtin/notes.c:151
9caaf23e 9937msgid "could not read 'show' output"
cc76011e
JX
9938msgstr ""
9939
df0617bf 9940#: builtin/notes.c:159
cc76011e
JX
9941#, c-format
9942msgid "failed to finish 'show' for object '%s'"
9943msgstr ""
9944
9fa976ff 9945#: builtin/notes.c:194
fda7b092 9946msgid "please supply the note contents using either -m or -F option"
cc76011e
JX
9947msgstr ""
9948
9fa976ff 9949#: builtin/notes.c:203
cc76011e
JX
9950msgid "unable to write note object"
9951msgstr ""
9952
9fa976ff 9953#: builtin/notes.c:205
cc76011e 9954#, c-format
fda7b092 9955msgid "the note contents have been left in %s"
cc76011e
JX
9956msgstr ""
9957
dfc182b1 9958#: builtin/notes.c:233 builtin/tag.c:516
cc76011e
JX
9959#, c-format
9960msgid "cannot read '%s'"
9961msgstr ""
9962
dfc182b1 9963#: builtin/notes.c:235 builtin/tag.c:519
cc76011e
JX
9964#, c-format
9965msgid "could not open or read '%s'"
9966msgstr ""
9967
fda7b092
JX
9968#: builtin/notes.c:254 builtin/notes.c:305 builtin/notes.c:307
9969#: builtin/notes.c:372 builtin/notes.c:427 builtin/notes.c:513
dfc182b1 9970#: builtin/notes.c:518 builtin/notes.c:596 builtin/notes.c:658
fda7b092
JX
9971#, c-format
9972msgid "failed to resolve '%s' as a valid ref."
9973msgstr ""
9974
9fa976ff 9975#: builtin/notes.c:257
cc76011e 9976#, c-format
fda7b092 9977msgid "failed to read object '%s'."
cc76011e
JX
9978msgstr ""
9979
9fa976ff 9980#: builtin/notes.c:261
5e078fcd 9981#, c-format
fda7b092 9982msgid "cannot read note data from non-blob object '%s'."
5e078fcd
JX
9983msgstr ""
9984
fda7b092
JX
9985#: builtin/notes.c:301
9986#, c-format
9987msgid "malformed input line: '%s'."
9988msgstr ""
9989
9990#: builtin/notes.c:316
9991#, c-format
9992msgid "failed to copy notes from '%s' to '%s'"
9993msgstr ""
9994
9995#. TRANSLATORS: the first %s will be replaced by a
9996#. git notes command: 'add', 'merge', 'remove', etc.
9997#: builtin/notes.c:345
9998#, c-format
9999msgid "refusing to %s notes in %s (outside of refs/notes/)"
10000msgstr ""
10001
10002#: builtin/notes.c:365 builtin/notes.c:420 builtin/notes.c:496
dfc182b1
JX
10003#: builtin/notes.c:508 builtin/notes.c:584 builtin/notes.c:651
10004#: builtin/notes.c:801 builtin/notes.c:948 builtin/notes.c:969
cc76011e
JX
10005msgid "too many parameters"
10006msgstr ""
10007
dfc182b1 10008#: builtin/notes.c:378 builtin/notes.c:664
cc76011e 10009#, c-format
fda7b092 10010msgid "no note found for object %s."
cc76011e
JX
10011msgstr ""
10012
fda7b092 10013#: builtin/notes.c:399 builtin/notes.c:562
cc76011e
JX
10014msgid "note contents as a string"
10015msgstr ""
10016
fda7b092 10017#: builtin/notes.c:402 builtin/notes.c:565
cc76011e
JX
10018msgid "note contents in a file"
10019msgstr ""
10020
fda7b092 10021#: builtin/notes.c:405 builtin/notes.c:568
cc76011e
JX
10022msgid "reuse and edit specified note object"
10023msgstr ""
10024
fda7b092 10025#: builtin/notes.c:408 builtin/notes.c:571
cc76011e
JX
10026msgid "reuse specified note object"
10027msgstr ""
10028
fda7b092 10029#: builtin/notes.c:411 builtin/notes.c:574
beb691f7
JX
10030msgid "allow storing empty note"
10031msgstr ""
10032
fda7b092 10033#: builtin/notes.c:412 builtin/notes.c:483
cc76011e
JX
10034msgid "replace existing notes"
10035msgstr ""
10036
fda7b092 10037#: builtin/notes.c:437
cc76011e
JX
10038#, c-format
10039msgid ""
10040"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
10041"existing notes"
10042msgstr ""
10043
fda7b092 10044#: builtin/notes.c:452 builtin/notes.c:531
cc76011e
JX
10045#, c-format
10046msgid "Overwriting existing notes for object %s\n"
10047msgstr ""
10048
dfc182b1 10049#: builtin/notes.c:463 builtin/notes.c:623 builtin/notes.c:888
beb691f7
JX
10050#, c-format
10051msgid "Removing note for object %s\n"
10052msgstr ""
10053
fda7b092 10054#: builtin/notes.c:484
cc76011e
JX
10055msgid "read objects from stdin"
10056msgstr ""
10057
fda7b092 10058#: builtin/notes.c:486
cc76011e
JX
10059msgid "load rewriting config for <command> (implies --stdin)"
10060msgstr ""
10061
fda7b092 10062#: builtin/notes.c:504
cc76011e
JX
10063msgid "too few parameters"
10064msgstr ""
10065
fda7b092 10066#: builtin/notes.c:525
cc76011e
JX
10067#, c-format
10068msgid ""
10069"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
10070"existing notes"
10071msgstr ""
10072
fda7b092 10073#: builtin/notes.c:537
cc76011e 10074#, c-format
fda7b092 10075msgid "missing notes on source object %s. Cannot copy."
cc76011e
JX
10076msgstr ""
10077
fda7b092 10078#: builtin/notes.c:589
cc76011e
JX
10079#, c-format
10080msgid ""
10081"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
10082"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
10083msgstr ""
10084
dfc182b1 10085#: builtin/notes.c:684
fda7b092
JX
10086msgid "failed to delete ref NOTES_MERGE_PARTIAL"
10087msgstr ""
10088
dfc182b1 10089#: builtin/notes.c:686
fda7b092
JX
10090msgid "failed to delete ref NOTES_MERGE_REF"
10091msgstr ""
10092
dfc182b1 10093#: builtin/notes.c:688
fda7b092
JX
10094msgid "failed to remove 'git notes merge' worktree"
10095msgstr ""
10096
dfc182b1 10097#: builtin/notes.c:708
fda7b092
JX
10098msgid "failed to read ref NOTES_MERGE_PARTIAL"
10099msgstr ""
10100
dfc182b1 10101#: builtin/notes.c:710
fda7b092
JX
10102msgid "could not find commit from NOTES_MERGE_PARTIAL."
10103msgstr ""
10104
dfc182b1 10105#: builtin/notes.c:712
fda7b092
JX
10106msgid "could not parse commit from NOTES_MERGE_PARTIAL."
10107msgstr ""
10108
dfc182b1 10109#: builtin/notes.c:725
fda7b092
JX
10110msgid "failed to resolve NOTES_MERGE_REF"
10111msgstr ""
10112
dfc182b1 10113#: builtin/notes.c:728
fda7b092
JX
10114msgid "failed to finalize notes merge"
10115msgstr ""
10116
dfc182b1 10117#: builtin/notes.c:754
9fa976ff
JX
10118#, c-format
10119msgid "unknown notes merge strategy %s"
10120msgstr ""
10121
dfc182b1 10122#: builtin/notes.c:770
cc76011e
JX
10123msgid "General options"
10124msgstr ""
10125
dfc182b1 10126#: builtin/notes.c:772
cc76011e
JX
10127msgid "Merge options"
10128msgstr ""
10129
dfc182b1 10130#: builtin/notes.c:774
cc76011e
JX
10131msgid ""
10132"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
10133"cat_sort_uniq)"
10134msgstr ""
10135
dfc182b1 10136#: builtin/notes.c:776
cc76011e
JX
10137msgid "Committing unmerged notes"
10138msgstr ""
10139
dfc182b1 10140#: builtin/notes.c:778
cc76011e
JX
10141msgid "finalize notes merge by committing unmerged notes"
10142msgstr ""
10143
dfc182b1 10144#: builtin/notes.c:780
cc76011e
JX
10145msgid "Aborting notes merge resolution"
10146msgstr ""
10147
dfc182b1 10148#: builtin/notes.c:782
cc76011e
JX
10149msgid "abort notes merge"
10150msgstr ""
10151
dfc182b1 10152#: builtin/notes.c:793
9fa976ff
JX
10153msgid "cannot mix --commit, --abort or -s/--strategy"
10154msgstr ""
10155
dfc182b1 10156#: builtin/notes.c:798
fda7b092 10157msgid "must specify a notes ref to merge"
9fa976ff
JX
10158msgstr ""
10159
dfc182b1 10160#: builtin/notes.c:822
9fa976ff 10161#, c-format
fda7b092 10162msgid "unknown -s/--strategy: %s"
9fa976ff
JX
10163msgstr ""
10164
dfc182b1 10165#: builtin/notes.c:859
df0617bf 10166#, c-format
fda7b092 10167msgid "a notes merge into %s is already in-progress at %s"
df0617bf
JX
10168msgstr ""
10169
dfc182b1 10170#: builtin/notes.c:862
9fa976ff 10171#, c-format
fda7b092 10172msgid "failed to store link to current notes ref (%s)"
9fa976ff
JX
10173msgstr ""
10174
dfc182b1 10175#: builtin/notes.c:864
9fa976ff
JX
10176#, c-format
10177msgid ""
10178"Automatic notes merge failed. Fix conflicts in %s and commit the result with "
10179"'git notes merge --commit', or abort the merge with 'git notes merge --"
10180"abort'.\n"
10181msgstr ""
10182
dfc182b1 10183#: builtin/notes.c:886
cc76011e
JX
10184#, c-format
10185msgid "Object %s has no note\n"
10186msgstr ""
10187
dfc182b1 10188#: builtin/notes.c:898
cc76011e
JX
10189msgid "attempt to remove non-existent note is not an error"
10190msgstr ""
10191
dfc182b1 10192#: builtin/notes.c:901
cc76011e
JX
10193msgid "read object names from the standard input"
10194msgstr ""
10195
dfc182b1 10196#: builtin/notes.c:939 builtin/prune.c:105 builtin/worktree.c:127
9fa976ff
JX
10197msgid "do not remove, show only"
10198msgstr ""
10199
dfc182b1 10200#: builtin/notes.c:940
9fa976ff 10201msgid "report pruned notes"
cc76011e
JX
10202msgstr ""
10203
dfc182b1 10204#: builtin/notes.c:982
9fa976ff
JX
10205msgid "notes-ref"
10206msgstr ""
10207
dfc182b1 10208#: builtin/notes.c:983
c2ea1208 10209msgid "use notes from <notes-ref>"
cc76011e
JX
10210msgstr ""
10211
dfc182b1 10212#: builtin/notes.c:1018
cc76011e 10213#, c-format
fda7b092 10214msgid "unknown subcommand: %s"
cc76011e
JX
10215msgstr ""
10216
fda7b092 10217#: builtin/pack-objects.c:29
df0617bf
JX
10218msgid ""
10219"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
cc76011e
JX
10220msgstr ""
10221
fda7b092 10222#: builtin/pack-objects.c:30
df0617bf
JX
10223msgid ""
10224"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
cc76011e
JX
10225msgstr ""
10226
673bfad0 10227#: builtin/pack-objects.c:177 builtin/pack-objects.c:180
cc76011e
JX
10228#, c-format
10229msgid "deflate error (%d)"
10230msgstr ""
10231
dfc182b1 10232#: builtin/pack-objects.c:770
f517e50d
JX
10233msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
10234msgstr ""
10235
dfc182b1 10236#: builtin/pack-objects.c:783
5e078fcd
JX
10237msgid "Writing objects"
10238msgstr ""
10239
dfc182b1 10240#: builtin/pack-objects.c:1063
5e078fcd
JX
10241msgid "disabling bitmap writing, as some objects are not being packed"
10242msgstr ""
10243
dfc182b1 10244#: builtin/pack-objects.c:2426
5e078fcd
JX
10245msgid "Compressing objects"
10246msgstr ""
10247
dfc182b1 10248#: builtin/pack-objects.c:2829
cc76011e
JX
10249#, c-format
10250msgid "unsupported index version %s"
10251msgstr ""
10252
dfc182b1 10253#: builtin/pack-objects.c:2833
cc76011e
JX
10254#, c-format
10255msgid "bad index version '%s'"
10256msgstr ""
10257
dfc182b1 10258#: builtin/pack-objects.c:2863
cc76011e
JX
10259msgid "do not show progress meter"
10260msgstr ""
10261
dfc182b1 10262#: builtin/pack-objects.c:2865
cc76011e
JX
10263msgid "show progress meter"
10264msgstr ""
10265
dfc182b1 10266#: builtin/pack-objects.c:2867
cc76011e
JX
10267msgid "show progress meter during object writing phase"
10268msgstr ""
10269
dfc182b1 10270#: builtin/pack-objects.c:2870
cc76011e
JX
10271msgid "similar to --all-progress when progress meter is shown"
10272msgstr ""
10273
dfc182b1 10274#: builtin/pack-objects.c:2871
cc76011e
JX
10275msgid "version[,offset]"
10276msgstr ""
10277
dfc182b1 10278#: builtin/pack-objects.c:2872
cc76011e
JX
10279msgid "write the pack index file in the specified idx format version"
10280msgstr ""
10281
dfc182b1 10282#: builtin/pack-objects.c:2875
cc76011e
JX
10283msgid "maximum size of each output pack file"
10284msgstr ""
10285
dfc182b1 10286#: builtin/pack-objects.c:2877
cc76011e
JX
10287msgid "ignore borrowed objects from alternate object store"
10288msgstr ""
10289
dfc182b1 10290#: builtin/pack-objects.c:2879
cc76011e
JX
10291msgid "ignore packed objects"
10292msgstr ""
10293
dfc182b1 10294#: builtin/pack-objects.c:2881
cc76011e
JX
10295msgid "limit pack window by objects"
10296msgstr ""
10297
dfc182b1 10298#: builtin/pack-objects.c:2883
cc76011e
JX
10299msgid "limit pack window by memory in addition to object limit"
10300msgstr ""
10301
dfc182b1 10302#: builtin/pack-objects.c:2885
cc76011e
JX
10303msgid "maximum length of delta chain allowed in the resulting pack"
10304msgstr ""
10305
dfc182b1 10306#: builtin/pack-objects.c:2887
cc76011e
JX
10307msgid "reuse existing deltas"
10308msgstr ""
10309
dfc182b1 10310#: builtin/pack-objects.c:2889
cc76011e
JX
10311msgid "reuse existing objects"
10312msgstr ""
10313
dfc182b1 10314#: builtin/pack-objects.c:2891
cc76011e
JX
10315msgid "use OFS_DELTA objects"
10316msgstr ""
10317
dfc182b1 10318#: builtin/pack-objects.c:2893
cc76011e
JX
10319msgid "use threads when searching for best delta matches"
10320msgstr ""
10321
dfc182b1 10322#: builtin/pack-objects.c:2895
cc76011e
JX
10323msgid "do not create an empty pack output"
10324msgstr ""
10325
dfc182b1 10326#: builtin/pack-objects.c:2897
cc76011e
JX
10327msgid "read revision arguments from standard input"
10328msgstr ""
10329
dfc182b1 10330#: builtin/pack-objects.c:2899
cc76011e
JX
10331msgid "limit the objects to those that are not yet packed"
10332msgstr ""
10333
dfc182b1 10334#: builtin/pack-objects.c:2902
cc76011e
JX
10335msgid "include objects reachable from any reference"
10336msgstr ""
10337
dfc182b1 10338#: builtin/pack-objects.c:2905
cc76011e
JX
10339msgid "include objects referred by reflog entries"
10340msgstr ""
10341
dfc182b1 10342#: builtin/pack-objects.c:2908
d07a63e4
JX
10343msgid "include objects referred to by the index"
10344msgstr ""
10345
dfc182b1 10346#: builtin/pack-objects.c:2911
cc76011e
JX
10347msgid "output pack to stdout"
10348msgstr ""
10349
dfc182b1 10350#: builtin/pack-objects.c:2913
cc76011e
JX
10351msgid "include tag objects that refer to objects to be packed"
10352msgstr ""
10353
dfc182b1 10354#: builtin/pack-objects.c:2915
cc76011e
JX
10355msgid "keep unreachable objects"
10356msgstr ""
10357
dfc182b1 10358#: builtin/pack-objects.c:2917
9fa976ff
JX
10359msgid "pack loose unreachable objects"
10360msgstr ""
10361
dfc182b1 10362#: builtin/pack-objects.c:2919
cc76011e
JX
10363msgid "unpack unreachable objects newer than <time>"
10364msgstr ""
10365
dfc182b1 10366#: builtin/pack-objects.c:2922
cc76011e
JX
10367msgid "create thin packs"
10368msgstr ""
10369
dfc182b1 10370#: builtin/pack-objects.c:2924
beb691f7
JX
10371msgid "create packs suitable for shallow fetches"
10372msgstr ""
10373
dfc182b1 10374#: builtin/pack-objects.c:2926
cc76011e
JX
10375msgid "ignore packs that have companion .keep file"
10376msgstr ""
10377
dfc182b1 10378#: builtin/pack-objects.c:2928
cc76011e
JX
10379msgid "pack compression level"
10380msgstr ""
10381
dfc182b1 10382#: builtin/pack-objects.c:2930
cc76011e
JX
10383msgid "do not hide commits by grafts"
10384msgstr ""
10385
dfc182b1 10386#: builtin/pack-objects.c:2932
5e078fcd
JX
10387msgid "use a bitmap index if available to speed up counting objects"
10388msgstr ""
10389
dfc182b1 10390#: builtin/pack-objects.c:2934
5e078fcd
JX
10391msgid "write a bitmap index together with the pack index"
10392msgstr ""
10393
dfc182b1 10394#: builtin/pack-objects.c:3061
5e078fcd
JX
10395msgid "Counting objects"
10396msgstr ""
10397
df0617bf
JX
10398#: builtin/pack-refs.c:6
10399msgid "git pack-refs [<options>]"
10400msgstr ""
10401
10402#: builtin/pack-refs.c:14
10403msgid "pack everything"
10404msgstr ""
10405
10406#: builtin/pack-refs.c:15
10407msgid "prune loose refs (default)"
10408msgstr ""
10409
10410#: builtin/prune-packed.c:7
10411msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
10412msgstr ""
10413
10414#: builtin/prune-packed.c:40
10415msgid "Removing duplicate objects"
10416msgstr ""
10417
10418#: builtin/prune.c:11
10419msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"
10420msgstr ""
10421
a4d94835 10422#: builtin/prune.c:106
df0617bf
JX
10423msgid "report pruned objects"
10424msgstr ""
10425
a4d94835 10426#: builtin/prune.c:109
df0617bf
JX
10427msgid "expire objects older than <time>"
10428msgstr ""
10429
f4f2c8f8
JX
10430#: builtin/prune.c:123
10431msgid "cannot prune in a precious-objects repo"
10432msgstr ""
10433
fda7b092
JX
10434#: builtin/pull.c:51 builtin/pull.c:53
10435#, c-format
10436msgid "Invalid value for %s: %s"
10437msgstr ""
10438
10439#: builtin/pull.c:73
f4f2c8f8 10440msgid "git pull [<options>] [<repository> [<refspec>...]]"
df0617bf
JX
10441msgstr ""
10442
fda7b092 10443#: builtin/pull.c:121
df0617bf
JX
10444msgid "Options related to merging"
10445msgstr ""
10446
fda7b092 10447#: builtin/pull.c:124
df0617bf
JX
10448msgid "incorporate changes by rebasing rather than merging"
10449msgstr ""
10450
dfc182b1 10451#: builtin/pull.c:148 builtin/rebase--helper.c:18 builtin/revert.c:120
df0617bf
JX
10452msgid "allow fast-forward"
10453msgstr ""
10454
fda7b092 10455#: builtin/pull.c:157
f517e50d
JX
10456msgid "automatically stash/stash pop before and after rebase"
10457msgstr ""
10458
fda7b092 10459#: builtin/pull.c:173
df0617bf
JX
10460msgid "Options related to fetching"
10461msgstr ""
10462
fda7b092 10463#: builtin/pull.c:195
9eb3984b
JX
10464msgid "number of submodules pulled in parallel"
10465msgstr ""
10466
fda7b092 10467#: builtin/pull.c:284
df0617bf
JX
10468#, c-format
10469msgid "Invalid value for pull.ff: %s"
10470msgstr ""
10471
fda7b092 10472#: builtin/pull.c:397
df0617bf
JX
10473msgid ""
10474"There is no candidate for rebasing against among the refs that you just "
10475"fetched."
10476msgstr ""
10477
fda7b092 10478#: builtin/pull.c:399
df0617bf
JX
10479msgid ""
10480"There are no candidates for merging among the refs that you just fetched."
10481msgstr ""
10482
fda7b092 10483#: builtin/pull.c:400
df0617bf
JX
10484msgid ""
10485"Generally this means that you provided a wildcard refspec which had no\n"
10486"matches on the remote end."
10487msgstr ""
10488
fda7b092 10489#: builtin/pull.c:403
df0617bf
JX
10490#, c-format
10491msgid ""
10492"You asked to pull from the remote '%s', but did not specify\n"
10493"a branch. Because this is not the default configured remote\n"
10494"for your current branch, you must specify a branch on the command line."
10495msgstr ""
10496
fda7b092 10497#: builtin/pull.c:408 git-parse-remote.sh:73
df0617bf
JX
10498msgid "You are not currently on a branch."
10499msgstr ""
10500
fda7b092 10501#: builtin/pull.c:410 builtin/pull.c:425 git-parse-remote.sh:79
df0617bf
JX
10502msgid "Please specify which branch you want to rebase against."
10503msgstr ""
10504
fda7b092 10505#: builtin/pull.c:412 builtin/pull.c:427 git-parse-remote.sh:82
df0617bf
JX
10506msgid "Please specify which branch you want to merge with."
10507msgstr ""
10508
fda7b092 10509#: builtin/pull.c:413 builtin/pull.c:428
df0617bf 10510msgid "See git-pull(1) for details."
cc76011e
JX
10511msgstr ""
10512
fda7b092 10513#: builtin/pull.c:415 builtin/pull.c:421 builtin/pull.c:430
f517e50d
JX
10514#: git-parse-remote.sh:64
10515msgid "<remote>"
10516msgstr ""
10517
28e1aaa4 10518#: builtin/pull.c:415 builtin/pull.c:430 builtin/pull.c:435 git-rebase.sh:456
f517e50d
JX
10519#: git-parse-remote.sh:65
10520msgid "<branch>"
10521msgstr ""
10522
fda7b092 10523#: builtin/pull.c:423 git-parse-remote.sh:75
df0617bf 10524msgid "There is no tracking information for the current branch."
cc76011e
JX
10525msgstr ""
10526
fda7b092 10527#: builtin/pull.c:432 git-parse-remote.sh:95
df0617bf 10528msgid ""
f517e50d 10529"If you wish to set tracking information for this branch you can do so with:"
cc76011e
JX
10530msgstr ""
10531
fda7b092 10532#: builtin/pull.c:437
df0617bf
JX
10533#, c-format
10534msgid ""
10535"Your configuration specifies to merge with the ref '%s'\n"
10536"from the remote, but no such ref was fetched."
cc76011e
JX
10537msgstr ""
10538
fda7b092 10539#: builtin/pull.c:754
9fa976ff
JX
10540msgid "ignoring --verify-signatures for rebase"
10541msgstr ""
10542
fda7b092 10543#: builtin/pull.c:801
f517e50d
JX
10544msgid "--[no-]autostash option is only valid with --rebase."
10545msgstr ""
10546
fda7b092 10547#: builtin/pull.c:809
df0617bf 10548msgid "Updating an unborn branch with changes added to the index."
5e078fcd
JX
10549msgstr ""
10550
fda7b092
JX
10551#: builtin/pull.c:812
10552msgid "pull with rebase"
10553msgstr ""
10554
10555#: builtin/pull.c:813
10556msgid "please commit or stash them."
10557msgstr ""
10558
10559#: builtin/pull.c:838
df0617bf
JX
10560#, c-format
10561msgid ""
10562"fetch updated the current branch head.\n"
10563"fast-forwarding your working tree from\n"
10564"commit %s."
cc76011e
JX
10565msgstr ""
10566
fda7b092 10567#: builtin/pull.c:843
df0617bf
JX
10568#, c-format
10569msgid ""
10570"Cannot fast-forward your working tree.\n"
10571"After making sure that you saved anything precious from\n"
10572"$ git diff %s\n"
10573"output, run\n"
10574"$ git reset --hard\n"
10575"to recover."
cc76011e
JX
10576msgstr ""
10577
fda7b092 10578#: builtin/pull.c:858
df0617bf 10579msgid "Cannot merge multiple branches into empty head."
cc76011e
JX
10580msgstr ""
10581
fda7b092 10582#: builtin/pull.c:862
df0617bf 10583msgid "Cannot rebase onto multiple branches."
cc76011e
JX
10584msgstr ""
10585
2c0ca050 10586#: builtin/push.c:16
cc76011e
JX
10587msgid "git push [<options>] [<repository> [<refspec>...]]"
10588msgstr ""
10589
9eb3984b 10590#: builtin/push.c:89
cc76011e
JX
10591msgid "tag shorthand without <tag>"
10592msgstr ""
10593
9eb3984b 10594#: builtin/push.c:99
cc76011e
JX
10595msgid "--delete only accepts plain target ref names"
10596msgstr ""
10597
9eb3984b 10598#: builtin/push.c:143
cc76011e
JX
10599msgid ""
10600"\n"
10601"To choose either option permanently, see push.default in 'git help config'."
10602msgstr ""
10603
9eb3984b 10604#: builtin/push.c:146
cc76011e
JX
10605#, c-format
10606msgid ""
10607"The upstream branch of your current branch does not match\n"
10608"the name of your current branch. To push to the upstream branch\n"
10609"on the remote, use\n"
10610"\n"
10611" git push %s HEAD:%s\n"
10612"\n"
10613"To push to the branch of the same name on the remote, use\n"
10614"\n"
10615" git push %s %s\n"
10616"%s"
10617msgstr ""
10618
9eb3984b 10619#: builtin/push.c:161
cc76011e
JX
10620#, c-format
10621msgid ""
10622"You are not currently on a branch.\n"
10623"To push the history leading to the current (detached HEAD)\n"
10624"state now, use\n"
10625"\n"
10626" git push %s HEAD:<name-of-remote-branch>\n"
10627msgstr ""
10628
9eb3984b 10629#: builtin/push.c:175
cc76011e
JX
10630#, c-format
10631msgid ""
10632"The current branch %s has no upstream branch.\n"
10633"To push the current branch and set the remote as upstream, use\n"
10634"\n"
10635" git push --set-upstream %s %s\n"
10636msgstr ""
10637
9eb3984b 10638#: builtin/push.c:183
cc76011e
JX
10639#, c-format
10640msgid "The current branch %s has multiple upstream branches, refusing to push."
10641msgstr ""
10642
9eb3984b 10643#: builtin/push.c:186
cc76011e
JX
10644#, c-format
10645msgid ""
10646"You are pushing to remote '%s', which is not the upstream of\n"
10647"your current branch '%s', without telling me what to push\n"
10648"to update which remote branch."
10649msgstr ""
10650
673bfad0 10651#: builtin/push.c:245
cc76011e
JX
10652msgid ""
10653"You didn't specify any refspecs to push, and push.default is \"nothing\"."
10654msgstr ""
10655
673bfad0 10656#: builtin/push.c:252
cc76011e
JX
10657msgid ""
10658"Updates were rejected because the tip of your current branch is behind\n"
28b3cffc
JX
10659"its remote counterpart. Integrate the remote changes (e.g.\n"
10660"'git pull ...') before pushing again.\n"
cc76011e
JX
10661"See the 'Note about fast-forwards' in 'git push --help' for details."
10662msgstr ""
10663
673bfad0 10664#: builtin/push.c:258
cc76011e
JX
10665msgid ""
10666"Updates were rejected because a pushed branch tip is behind its remote\n"
28b3cffc
JX
10667"counterpart. Check out this branch and integrate the remote changes\n"
10668"(e.g. 'git pull ...') before pushing again.\n"
cc76011e
JX
10669"See the 'Note about fast-forwards' in 'git push --help' for details."
10670msgstr ""
10671
673bfad0 10672#: builtin/push.c:264
46bc4039 10673msgid ""
9caaf23e
JX
10674"Updates were rejected because the remote contains work that you do\n"
10675"not have locally. This is usually caused by another repository pushing\n"
28b3cffc
JX
10676"to the same ref. You may want to first integrate the remote changes\n"
10677"(e.g., 'git pull ...') before pushing again.\n"
9caaf23e 10678"See the 'Note about fast-forwards' in 'git push --help' for details."
46bc4039
JX
10679msgstr ""
10680
673bfad0 10681#: builtin/push.c:271
9caaf23e
JX
10682msgid "Updates were rejected because the tag already exists in the remote."
10683msgstr ""
10684
673bfad0 10685#: builtin/push.c:274
9caaf23e
JX
10686msgid ""
10687"You cannot update a remote ref that points at a non-commit object,\n"
10688"or update a remote ref to make it point at a non-commit object,\n"
10689"without using the '--force' option.\n"
10690msgstr ""
10691
673bfad0 10692#: builtin/push.c:334
cc76011e
JX
10693#, c-format
10694msgid "Pushing to %s\n"
10695msgstr ""
10696
673bfad0 10697#: builtin/push.c:338
cc76011e
JX
10698#, c-format
10699msgid "failed to push some refs to '%s'"
10700msgstr ""
10701
673bfad0 10702#: builtin/push.c:369
cc76011e
JX
10703#, c-format
10704msgid "bad repository '%s'"
10705msgstr ""
10706
673bfad0 10707#: builtin/push.c:370
cc76011e
JX
10708msgid ""
10709"No configured push destination.\n"
10710"Either specify the URL from the command-line or configure a remote "
10711"repository using\n"
10712"\n"
10713" git remote add <name> <url>\n"
10714"\n"
10715"and then push using the remote name\n"
10716"\n"
10717" git push <name>\n"
10718msgstr ""
10719
673bfad0 10720#: builtin/push.c:388
cc76011e
JX
10721msgid "--all and --tags are incompatible"
10722msgstr ""
10723
673bfad0 10724#: builtin/push.c:389
cc76011e
JX
10725msgid "--all can't be combined with refspecs"
10726msgstr ""
10727
673bfad0 10728#: builtin/push.c:394
cc76011e
JX
10729msgid "--mirror and --tags are incompatible"
10730msgstr ""
10731
673bfad0 10732#: builtin/push.c:395
cc76011e
JX
10733msgid "--mirror can't be combined with refspecs"
10734msgstr ""
10735
673bfad0 10736#: builtin/push.c:400
cc76011e
JX
10737msgid "--all and --mirror are incompatible"
10738msgstr ""
10739
673bfad0 10740#: builtin/push.c:518
cc76011e
JX
10741msgid "repository"
10742msgstr ""
10743
dfc182b1 10744#: builtin/push.c:519 builtin/send-pack.c:162
cc76011e
JX
10745msgid "push all refs"
10746msgstr ""
10747
dfc182b1 10748#: builtin/push.c:520 builtin/send-pack.c:164
cc76011e
JX
10749msgid "mirror all refs"
10750msgstr ""
10751
673bfad0 10752#: builtin/push.c:522
cc76011e
JX
10753msgid "delete refs"
10754msgstr ""
10755
673bfad0 10756#: builtin/push.c:523
cc76011e
JX
10757msgid "push tags (can't be used with --all or --mirror)"
10758msgstr ""
10759
dfc182b1 10760#: builtin/push.c:526 builtin/send-pack.c:165
cc76011e
JX
10761msgid "force updates"
10762msgstr ""
10763
dfc182b1 10764#: builtin/push.c:528 builtin/send-pack.c:179
727b9576
JX
10765msgid "refname>:<expect"
10766msgstr ""
10767
dfc182b1 10768#: builtin/push.c:529 builtin/send-pack.c:180
727b9576
JX
10769msgid "require old value of ref to be at this value"
10770msgstr ""
10771
673bfad0 10772#: builtin/push.c:532
cc76011e
JX
10773msgid "control recursive pushing of submodules"
10774msgstr ""
10775
dfc182b1 10776#: builtin/push.c:534 builtin/send-pack.c:173
cc76011e
JX
10777msgid "use thin pack"
10778msgstr ""
10779
dfc182b1
JX
10780#: builtin/push.c:535 builtin/push.c:536 builtin/send-pack.c:159
10781#: builtin/send-pack.c:160
cc76011e
JX
10782msgid "receive pack program"
10783msgstr ""
10784
673bfad0 10785#: builtin/push.c:537
cc76011e
JX
10786msgid "set upstream for git pull/status"
10787msgstr ""
10788
673bfad0 10789#: builtin/push.c:540
cc76011e
JX
10790msgid "prune locally removed refs"
10791msgstr ""
10792
673bfad0 10793#: builtin/push.c:542
9caaf23e
JX
10794msgid "bypass pre-push hook"
10795msgstr ""
10796
673bfad0 10797#: builtin/push.c:543
c138af56 10798msgid "push missing but relevant tags"
cc76011e
JX
10799msgstr ""
10800
dfc182b1 10801#: builtin/push.c:546 builtin/send-pack.c:167
d07a63e4
JX
10802msgid "GPG sign the push"
10803msgstr ""
10804
dfc182b1 10805#: builtin/push.c:548 builtin/send-pack.c:174
c2ea1208
JX
10806msgid "request atomic transaction on remote side"
10807msgstr ""
10808
dfc182b1 10809#: builtin/push.c:549 builtin/send-pack.c:170
9fa976ff
JX
10810msgid "server-specific"
10811msgstr ""
10812
dfc182b1 10813#: builtin/push.c:549 builtin/send-pack.c:171
9fa976ff
JX
10814msgid "option to transmit"
10815msgstr ""
10816
673bfad0 10817#: builtin/push.c:563
c138af56
JX
10818msgid "--delete is incompatible with --all, --mirror and --tags"
10819msgstr ""
10820
673bfad0 10821#: builtin/push.c:565
cc76011e
JX
10822msgid "--delete doesn't make sense without any refs"
10823msgstr ""
10824
673bfad0 10825#: builtin/push.c:584
9fa976ff
JX
10826msgid "push options must not have new line characters"
10827msgstr ""
10828
dfc182b1 10829#: builtin/read-tree.c:40
cc76011e 10830msgid ""
df0617bf 10831"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
cc76011e
JX
10832"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
10833"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
10834msgstr ""
10835
dfc182b1 10836#: builtin/read-tree.c:130
cc76011e
JX
10837msgid "write resulting index to <file>"
10838msgstr ""
10839
dfc182b1 10840#: builtin/read-tree.c:133
cc76011e
JX
10841msgid "only empty the index"
10842msgstr ""
10843
dfc182b1 10844#: builtin/read-tree.c:135
cc76011e
JX
10845msgid "Merging"
10846msgstr ""
10847
dfc182b1 10848#: builtin/read-tree.c:137
cc76011e
JX
10849msgid "perform a merge in addition to a read"
10850msgstr ""
10851
dfc182b1 10852#: builtin/read-tree.c:139
cc76011e
JX
10853msgid "3-way merge if no file level merging required"
10854msgstr ""
10855
dfc182b1 10856#: builtin/read-tree.c:141
cc76011e
JX
10857msgid "3-way merge in presence of adds and removes"
10858msgstr ""
10859
dfc182b1 10860#: builtin/read-tree.c:143
cc76011e
JX
10861msgid "same as -m, but discard unmerged entries"
10862msgstr ""
10863
dfc182b1 10864#: builtin/read-tree.c:144
cc76011e
JX
10865msgid "<subdirectory>/"
10866msgstr ""
10867
dfc182b1 10868#: builtin/read-tree.c:145
cc76011e
JX
10869msgid "read the tree into the index under <subdirectory>/"
10870msgstr ""
10871
dfc182b1 10872#: builtin/read-tree.c:148
cc76011e
JX
10873msgid "update working tree with merge result"
10874msgstr ""
10875
dfc182b1 10876#: builtin/read-tree.c:150
cc76011e
JX
10877msgid "gitignore"
10878msgstr ""
10879
dfc182b1 10880#: builtin/read-tree.c:151
cc76011e
JX
10881msgid "allow explicitly ignored files to be overwritten"
10882msgstr ""
10883
dfc182b1 10884#: builtin/read-tree.c:154
cc76011e
JX
10885msgid "don't check the working tree after merging"
10886msgstr ""
10887
dfc182b1 10888#: builtin/read-tree.c:155
cc76011e
JX
10889msgid "don't update the index or the work tree"
10890msgstr ""
10891
dfc182b1 10892#: builtin/read-tree.c:157
cc76011e
JX
10893msgid "skip applying sparse checkout filter"
10894msgstr ""
10895
dfc182b1 10896#: builtin/read-tree.c:159
cc76011e
JX
10897msgid "debug unpack-trees"
10898msgstr ""
10899
dfc182b1
JX
10900#: builtin/rebase--helper.c:7
10901msgid "git rebase--helper [<options>]"
10902msgstr ""
10903
10904#: builtin/rebase--helper.c:19
10905msgid "continue rebase"
10906msgstr ""
10907
10908#: builtin/rebase--helper.c:21
10909msgid "abort rebase"
10910msgstr ""
10911
10912#: builtin/receive-pack.c:27
f517e50d
JX
10913msgid "git receive-pack <git-dir>"
10914msgstr ""
10915
28e1aaa4 10916#: builtin/receive-pack.c:795
fda7b092
JX
10917msgid ""
10918"By default, updating the current branch in a non-bare repository\n"
10919"is denied, because it will make the index and work tree inconsistent\n"
10920"with what you pushed, and will require 'git reset --hard' to match\n"
10921"the work tree to HEAD.\n"
10922"\n"
673bfad0
JX
10923"You can set the 'receive.denyCurrentBranch' configuration variable\n"
10924"to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
fda7b092
JX
10925"its current branch; however, this is not recommended unless you\n"
10926"arranged to update its work tree to match what you pushed in some\n"
10927"other way.\n"
10928"\n"
10929"To squelch this message and still keep the default behaviour, set\n"
10930"'receive.denyCurrentBranch' configuration variable to 'refuse'."
10931msgstr ""
10932
28e1aaa4 10933#: builtin/receive-pack.c:815
fda7b092
JX
10934msgid ""
10935"By default, deleting the current branch is denied, because the next\n"
10936"'git clone' won't result in any file checked out, causing confusion.\n"
10937"\n"
10938"You can set 'receive.denyDeleteCurrent' configuration variable to\n"
10939"'warn' or 'ignore' in the remote repository to allow deleting the\n"
10940"current branch, with or without a warning message.\n"
10941"\n"
10942"To squelch this message, you can set it to 'refuse'."
10943msgstr ""
10944
28e1aaa4 10945#: builtin/receive-pack.c:1888
f517e50d
JX
10946msgid "quiet"
10947msgstr ""
10948
28e1aaa4 10949#: builtin/receive-pack.c:1902
f517e50d
JX
10950msgid "You must specify a directory."
10951msgstr ""
10952
9eb3984b 10953#: builtin/reflog.c:423
28b3cffc 10954#, c-format
df0617bf 10955msgid "'%s' for '%s' is not a valid timestamp"
28b3cffc
JX
10956msgstr ""
10957
9eb3984b 10958#: builtin/reflog.c:540 builtin/reflog.c:545
28b3cffc
JX
10959#, c-format
10960msgid "'%s' is not a valid timestamp"
10961msgstr ""
10962
df49095a 10963#: builtin/remote.c:12
cc76011e
JX
10964msgid "git remote [-v | --verbose]"
10965msgstr ""
10966
df49095a 10967#: builtin/remote.c:13
cc76011e 10968msgid ""
c2ea1208 10969"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
cc76011e
JX
10970"mirror=<fetch|push>] <name> <url>"
10971msgstr ""
10972
f4f2c8f8 10973#: builtin/remote.c:14 builtin/remote.c:34
cc76011e
JX
10974msgid "git remote rename <old> <new>"
10975msgstr ""
10976
f4f2c8f8 10977#: builtin/remote.c:15 builtin/remote.c:39
cc76011e
JX
10978msgid "git remote remove <name>"
10979msgstr ""
10980
f4f2c8f8 10981#: builtin/remote.c:16 builtin/remote.c:44
c2ea1208 10982msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
cc76011e
JX
10983msgstr ""
10984
df49095a 10985#: builtin/remote.c:17
cc76011e
JX
10986msgid "git remote [-v | --verbose] show [-n] <name>"
10987msgstr ""
10988
df49095a 10989#: builtin/remote.c:18
cc76011e
JX
10990msgid "git remote prune [-n | --dry-run] <name>"
10991msgstr ""
10992
df49095a 10993#: builtin/remote.c:19
cc76011e
JX
10994msgid ""
10995"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
10996msgstr ""
10997
df49095a 10998#: builtin/remote.c:20
cc76011e
JX
10999msgid "git remote set-branches [--add] <name> <branch>..."
11000msgstr ""
11001
f4f2c8f8
JX
11002#: builtin/remote.c:21 builtin/remote.c:70
11003msgid "git remote get-url [--push] [--all] <name>"
11004msgstr ""
11005
11006#: builtin/remote.c:22 builtin/remote.c:75
cc76011e
JX
11007msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
11008msgstr ""
11009
f4f2c8f8 11010#: builtin/remote.c:23 builtin/remote.c:76
cc76011e
JX
11011msgid "git remote set-url --add <name> <newurl>"
11012msgstr ""
11013
f4f2c8f8 11014#: builtin/remote.c:24 builtin/remote.c:77
cc76011e
JX
11015msgid "git remote set-url --delete <name> <url>"
11016msgstr ""
11017
f4f2c8f8 11018#: builtin/remote.c:29
cc76011e
JX
11019msgid "git remote add [<options>] <name> <url>"
11020msgstr ""
11021
f4f2c8f8 11022#: builtin/remote.c:49
cc76011e
JX
11023msgid "git remote set-branches <name> <branch>..."
11024msgstr ""
11025
f4f2c8f8 11026#: builtin/remote.c:50
cc76011e
JX
11027msgid "git remote set-branches --add <name> <branch>..."
11028msgstr ""
11029
f4f2c8f8 11030#: builtin/remote.c:55
cc76011e
JX
11031msgid "git remote show [<options>] <name>"
11032msgstr ""
11033
f4f2c8f8 11034#: builtin/remote.c:60
cc76011e
JX
11035msgid "git remote prune [<options>] <name>"
11036msgstr ""
11037
f4f2c8f8 11038#: builtin/remote.c:65
cc76011e
JX
11039msgid "git remote update [<options>] [<group> | <remote>]..."
11040msgstr ""
11041
f4f2c8f8 11042#: builtin/remote.c:94
cc76011e
JX
11043#, c-format
11044msgid "Updating %s"
11045msgstr ""
11046
f4f2c8f8 11047#: builtin/remote.c:126
cc76011e
JX
11048msgid ""
11049"--mirror is dangerous and deprecated; please\n"
11050"\t use --mirror=fetch or --mirror=push instead"
11051msgstr ""
11052
f4f2c8f8 11053#: builtin/remote.c:143
cc76011e
JX
11054#, c-format
11055msgid "unknown mirror argument: %s"
11056msgstr ""
11057
f4f2c8f8 11058#: builtin/remote.c:159
cc76011e
JX
11059msgid "fetch the remote branches"
11060msgstr ""
11061
f4f2c8f8 11062#: builtin/remote.c:161
cc76011e
JX
11063msgid "import all tags and associated objects when fetching"
11064msgstr ""
11065
f4f2c8f8 11066#: builtin/remote.c:164
cc76011e
JX
11067msgid "or do not fetch any tag at all (--no-tags)"
11068msgstr ""
11069
f4f2c8f8 11070#: builtin/remote.c:166
cc76011e
JX
11071msgid "branch(es) to track"
11072msgstr ""
11073
f4f2c8f8 11074#: builtin/remote.c:167
cc76011e
JX
11075msgid "master branch"
11076msgstr ""
11077
f4f2c8f8 11078#: builtin/remote.c:168
cc76011e
JX
11079msgid "push|fetch"
11080msgstr ""
11081
f4f2c8f8 11082#: builtin/remote.c:169
cc76011e
JX
11083msgid "set up remote as a mirror to push to or fetch from"
11084msgstr ""
11085
f4f2c8f8 11086#: builtin/remote.c:181
cc76011e
JX
11087msgid "specifying a master branch makes no sense with --mirror"
11088msgstr ""
11089
f4f2c8f8 11090#: builtin/remote.c:183
cc76011e
JX
11091msgid "specifying branches to track makes sense only with fetch mirrors"
11092msgstr ""
11093
9fa976ff 11094#: builtin/remote.c:190 builtin/remote.c:629
cc76011e
JX
11095#, c-format
11096msgid "remote %s already exists."
11097msgstr ""
11098
9fa976ff 11099#: builtin/remote.c:194 builtin/remote.c:633
cc76011e
JX
11100#, c-format
11101msgid "'%s' is not a valid remote name"
11102msgstr ""
11103
9eb3984b 11104#: builtin/remote.c:234
cc76011e
JX
11105#, c-format
11106msgid "Could not setup master '%s'"
11107msgstr ""
11108
9eb3984b 11109#: builtin/remote.c:336
cc76011e
JX
11110#, c-format
11111msgid "Could not get fetch map for refspec %s"
11112msgstr ""
11113
9eb3984b 11114#: builtin/remote.c:437 builtin/remote.c:445
cc76011e
JX
11115msgid "(matching)"
11116msgstr ""
11117
9eb3984b 11118#: builtin/remote.c:449
cc76011e
JX
11119msgid "(delete)"
11120msgstr ""
11121
dfc182b1 11122#: builtin/remote.c:622 builtin/remote.c:757 builtin/remote.c:856
cc76011e
JX
11123#, c-format
11124msgid "No such remote: %s"
11125msgstr ""
11126
9fa976ff 11127#: builtin/remote.c:639
cc76011e
JX
11128#, c-format
11129msgid "Could not rename config section '%s' to '%s'"
11130msgstr ""
11131
9fa976ff 11132#: builtin/remote.c:659
cc76011e
JX
11133#, c-format
11134msgid ""
11135"Not updating non-default fetch refspec\n"
11136"\t%s\n"
11137"\tPlease update the configuration manually if necessary."
11138msgstr ""
11139
9fa976ff 11140#: builtin/remote.c:695
cc76011e
JX
11141#, c-format
11142msgid "deleting '%s' failed"
11143msgstr ""
11144
9fa976ff 11145#: builtin/remote.c:729
cc76011e
JX
11146#, c-format
11147msgid "creating '%s' failed"
11148msgstr ""
11149
dfc182b1 11150#: builtin/remote.c:794
cc76011e
JX
11151msgid ""
11152"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
11153"to delete it, use:"
11154msgid_plural ""
11155"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
11156"to delete them, use:"
11157msgstr[0] ""
11158msgstr[1] ""
11159
dfc182b1 11160#: builtin/remote.c:808
9eb3984b
JX
11161#, c-format
11162msgid "Could not remove config section '%s'"
11163msgstr ""
11164
dfc182b1 11165#: builtin/remote.c:909
cc76011e
JX
11166#, c-format
11167msgid " new (next fetch will store in remotes/%s)"
11168msgstr ""
11169
dfc182b1 11170#: builtin/remote.c:912
cc76011e
JX
11171msgid " tracked"
11172msgstr ""
11173
dfc182b1 11174#: builtin/remote.c:914
cc76011e
JX
11175msgid " stale (use 'git remote prune' to remove)"
11176msgstr ""
11177
dfc182b1 11178#: builtin/remote.c:916
cc76011e
JX
11179msgid " ???"
11180msgstr ""
11181
dfc182b1 11182#: builtin/remote.c:957
cc76011e
JX
11183#, c-format
11184msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
11185msgstr ""
11186
dfc182b1 11187#: builtin/remote.c:965
cc76011e 11188#, c-format
9eb3984b 11189msgid "rebases interactively onto remote %s"
cc76011e
JX
11190msgstr ""
11191
dfc182b1 11192#: builtin/remote.c:966
cc76011e 11193#, c-format
9fa976ff 11194msgid "rebases onto remote %s"
822e4a65
JX
11195msgstr ""
11196
dfc182b1 11197#: builtin/remote.c:969
9fa976ff
JX
11198#, c-format
11199msgid " merges with remote %s"
cc76011e
JX
11200msgstr ""
11201
dfc182b1 11202#: builtin/remote.c:972
822e4a65 11203#, c-format
cc76011e 11204msgid "merges with remote %s"
822e4a65
JX
11205msgstr ""
11206
dfc182b1 11207#: builtin/remote.c:975
9fa976ff
JX
11208#, c-format
11209msgid "%-*s and with remote %s\n"
cc76011e
JX
11210msgstr ""
11211
dfc182b1 11212#: builtin/remote.c:1018
cc76011e
JX
11213msgid "create"
11214msgstr ""
11215
dfc182b1 11216#: builtin/remote.c:1021
cc76011e
JX
11217msgid "delete"
11218msgstr ""
11219
dfc182b1 11220#: builtin/remote.c:1025
cc76011e
JX
11221msgid "up to date"
11222msgstr ""
11223
dfc182b1 11224#: builtin/remote.c:1028
cc76011e
JX
11225msgid "fast-forwardable"
11226msgstr ""
11227
dfc182b1 11228#: builtin/remote.c:1031
cc76011e
JX
11229msgid "local out of date"
11230msgstr ""
11231
dfc182b1 11232#: builtin/remote.c:1038
822e4a65 11233#, c-format
cc76011e 11234msgid " %-*s forces to %-*s (%s)"
822e4a65
JX
11235msgstr ""
11236
dfc182b1 11237#: builtin/remote.c:1041
822e4a65 11238#, c-format
cc76011e 11239msgid " %-*s pushes to %-*s (%s)"
822e4a65
JX
11240msgstr ""
11241
dfc182b1 11242#: builtin/remote.c:1045
cc76011e
JX
11243#, c-format
11244msgid " %-*s forces to %s"
822e4a65
JX
11245msgstr ""
11246
dfc182b1 11247#: builtin/remote.c:1048
822e4a65 11248#, c-format
cc76011e 11249msgid " %-*s pushes to %s"
822e4a65
JX
11250msgstr ""
11251
dfc182b1 11252#: builtin/remote.c:1116
cc76011e
JX
11253msgid "do not query remotes"
11254msgstr ""
11255
dfc182b1 11256#: builtin/remote.c:1143
822e4a65 11257#, c-format
cc76011e 11258msgid "* remote %s"
822e4a65
JX
11259msgstr ""
11260
dfc182b1 11261#: builtin/remote.c:1144
822e4a65 11262#, c-format
cc76011e 11263msgid " Fetch URL: %s"
822e4a65
JX
11264msgstr ""
11265
dfc182b1 11266#: builtin/remote.c:1145 builtin/remote.c:1158 builtin/remote.c:1297
cc76011e
JX
11267msgid "(no URL)"
11268msgstr ""
11269
f517e50d
JX
11270#. TRANSLATORS: the colon ':' should align with
11271#. the one in " Fetch URL: %s" translation
dfc182b1 11272#: builtin/remote.c:1156 builtin/remote.c:1158
822e4a65 11273#, c-format
cc76011e 11274msgid " Push URL: %s"
822e4a65
JX
11275msgstr ""
11276
dfc182b1 11277#: builtin/remote.c:1160 builtin/remote.c:1162 builtin/remote.c:1164
822e4a65 11278#, c-format
cc76011e 11279msgid " HEAD branch: %s"
822e4a65
JX
11280msgstr ""
11281
dfc182b1 11282#: builtin/remote.c:1160
9fa976ff
JX
11283msgid "(not queried)"
11284msgstr ""
11285
dfc182b1 11286#: builtin/remote.c:1162
9fa976ff
JX
11287msgid "(unknown)"
11288msgstr ""
11289
dfc182b1 11290#: builtin/remote.c:1166
11b90174 11291#, c-format
cc76011e
JX
11292msgid ""
11293" HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
11b90174
JX
11294msgstr ""
11295
dfc182b1 11296#: builtin/remote.c:1178
822e4a65 11297#, c-format
cc76011e
JX
11298msgid " Remote branch:%s"
11299msgid_plural " Remote branches:%s"
11300msgstr[0] ""
11301msgstr[1] ""
11302
dfc182b1 11303#: builtin/remote.c:1181 builtin/remote.c:1207
cc76011e 11304msgid " (status not queried)"
822e4a65
JX
11305msgstr ""
11306
dfc182b1 11307#: builtin/remote.c:1190
cc76011e
JX
11308msgid " Local branch configured for 'git pull':"
11309msgid_plural " Local branches configured for 'git pull':"
11310msgstr[0] ""
11311msgstr[1] ""
11312
dfc182b1 11313#: builtin/remote.c:1198
cc76011e
JX
11314msgid " Local refs will be mirrored by 'git push'"
11315msgstr ""
11316
dfc182b1 11317#: builtin/remote.c:1204
822e4a65 11318#, c-format
cc76011e
JX
11319msgid " Local ref configured for 'git push'%s:"
11320msgid_plural " Local refs configured for 'git push'%s:"
11321msgstr[0] ""
11322msgstr[1] ""
11323
dfc182b1 11324#: builtin/remote.c:1225
cc76011e 11325msgid "set refs/remotes/<name>/HEAD according to remote"
822e4a65
JX
11326msgstr ""
11327
dfc182b1 11328#: builtin/remote.c:1227
cc76011e
JX
11329msgid "delete refs/remotes/<name>/HEAD"
11330msgstr ""
11331
dfc182b1 11332#: builtin/remote.c:1242
cc76011e
JX
11333msgid "Cannot determine remote HEAD"
11334msgstr ""
11335
dfc182b1 11336#: builtin/remote.c:1244
cc76011e
JX
11337msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
11338msgstr ""
11339
dfc182b1 11340#: builtin/remote.c:1254
822e4a65 11341#, c-format
cc76011e 11342msgid "Could not delete %s"
822e4a65
JX
11343msgstr ""
11344
dfc182b1 11345#: builtin/remote.c:1262
822e4a65 11346#, c-format
cc76011e 11347msgid "Not a valid ref: %s"
822e4a65
JX
11348msgstr ""
11349
dfc182b1 11350#: builtin/remote.c:1264
cc76011e
JX
11351#, c-format
11352msgid "Could not setup %s"
822e4a65
JX
11353msgstr ""
11354
dfc182b1 11355#: builtin/remote.c:1282
cc76011e
JX
11356#, c-format
11357msgid " %s will become dangling!"
822e4a65
JX
11358msgstr ""
11359
dfc182b1 11360#: builtin/remote.c:1283
cc76011e
JX
11361#, c-format
11362msgid " %s has become dangling!"
822e4a65
JX
11363msgstr ""
11364
dfc182b1 11365#: builtin/remote.c:1293
822e4a65 11366#, c-format
cc76011e 11367msgid "Pruning %s"
822e4a65
JX
11368msgstr ""
11369
dfc182b1 11370#: builtin/remote.c:1294
822e4a65 11371#, c-format
cc76011e 11372msgid "URL: %s"
822e4a65
JX
11373msgstr ""
11374
dfc182b1 11375#: builtin/remote.c:1310
822e4a65 11376#, c-format
cc76011e 11377msgid " * [would prune] %s"
822e4a65
JX
11378msgstr ""
11379
dfc182b1 11380#: builtin/remote.c:1313
822e4a65 11381#, c-format
cc76011e 11382msgid " * [pruned] %s"
822e4a65
JX
11383msgstr ""
11384
dfc182b1 11385#: builtin/remote.c:1358
cc76011e
JX
11386msgid "prune remotes after fetching"
11387msgstr ""
11388
dfc182b1 11389#: builtin/remote.c:1421 builtin/remote.c:1475 builtin/remote.c:1543
822e4a65 11390#, c-format
cc76011e 11391msgid "No such remote '%s'"
822e4a65
JX
11392msgstr ""
11393
dfc182b1 11394#: builtin/remote.c:1437
cc76011e 11395msgid "add branch"
ccfca8dc
JX
11396msgstr ""
11397
dfc182b1 11398#: builtin/remote.c:1444
cc76011e 11399msgid "no remote specified"
822e4a65
JX
11400msgstr ""
11401
dfc182b1 11402#: builtin/remote.c:1461
f4f2c8f8
JX
11403msgid "query push URLs rather than fetch URLs"
11404msgstr ""
11405
dfc182b1 11406#: builtin/remote.c:1463
f4f2c8f8
JX
11407msgid "return all URLs"
11408msgstr ""
11409
dfc182b1 11410#: builtin/remote.c:1491
f4f2c8f8
JX
11411#, c-format
11412msgid "no URLs configured for remote '%s'"
11413msgstr ""
11414
dfc182b1 11415#: builtin/remote.c:1517
cc76011e
JX
11416msgid "manipulate push URLs"
11417msgstr ""
11418
dfc182b1 11419#: builtin/remote.c:1519
cc76011e
JX
11420msgid "add URL"
11421msgstr ""
11422
dfc182b1 11423#: builtin/remote.c:1521
cc76011e
JX
11424msgid "delete URLs"
11425msgstr ""
11426
dfc182b1 11427#: builtin/remote.c:1528
cc76011e
JX
11428msgid "--add --delete doesn't make sense"
11429msgstr ""
11430
dfc182b1 11431#: builtin/remote.c:1569
cc76011e
JX
11432#, c-format
11433msgid "Invalid old URL pattern: %s"
11434msgstr ""
11435
dfc182b1 11436#: builtin/remote.c:1577
cc76011e
JX
11437#, c-format
11438msgid "No such URL found: %s"
11439msgstr ""
11440
dfc182b1 11441#: builtin/remote.c:1579
cc76011e
JX
11442msgid "Will not delete all non-push URLs"
11443msgstr ""
11444
dfc182b1 11445#: builtin/remote.c:1593
cc76011e
JX
11446msgid "be verbose; must be placed before a subcommand"
11447msgstr ""
11448
dfc182b1 11449#: builtin/remote.c:1624
fda7b092
JX
11450#, c-format
11451msgid "Unknown subcommand: %s"
11452msgstr ""
11453
fe05e196 11454#: builtin/repack.c:17
c2ea1208 11455msgid "git repack [<options>]"
727b9576
JX
11456msgstr ""
11457
673bfad0
JX
11458#: builtin/repack.c:22
11459msgid ""
11460"Incremental repacks are incompatible with bitmap indexes. Use\n"
11461"--no-write-bitmap-index or disable the pack.writebitmaps configuration."
11462msgstr ""
11463
11464#: builtin/repack.c:166
727b9576
JX
11465msgid "pack everything in a single pack"
11466msgstr ""
11467
673bfad0 11468#: builtin/repack.c:168
727b9576
JX
11469msgid "same as -a, and turn unreachable objects loose"
11470msgstr ""
11471
673bfad0 11472#: builtin/repack.c:171
727b9576
JX
11473msgid "remove redundant packs, and run git-prune-packed"
11474msgstr ""
11475
673bfad0 11476#: builtin/repack.c:173
727b9576
JX
11477msgid "pass --no-reuse-delta to git-pack-objects"
11478msgstr ""
11479
673bfad0 11480#: builtin/repack.c:175
727b9576
JX
11481msgid "pass --no-reuse-object to git-pack-objects"
11482msgstr ""
11483
673bfad0 11484#: builtin/repack.c:177
727b9576
JX
11485msgid "do not run git-update-server-info"
11486msgstr ""
11487
673bfad0 11488#: builtin/repack.c:180
727b9576
JX
11489msgid "pass --local to git-pack-objects"
11490msgstr ""
11491
673bfad0 11492#: builtin/repack.c:182
5e078fcd
JX
11493msgid "write bitmap index"
11494msgstr ""
11495
673bfad0 11496#: builtin/repack.c:183
727b9576
JX
11497msgid "approxidate"
11498msgstr ""
11499
673bfad0 11500#: builtin/repack.c:184
727b9576
JX
11501msgid "with -A, do not loosen objects older than this"
11502msgstr ""
11503
673bfad0 11504#: builtin/repack.c:186
9fa976ff
JX
11505msgid "with -a, repack unreachable objects"
11506msgstr ""
11507
673bfad0 11508#: builtin/repack.c:188
727b9576
JX
11509msgid "size of the window used for delta compression"
11510msgstr ""
11511
673bfad0 11512#: builtin/repack.c:189 builtin/repack.c:193
d57b24b6
JX
11513msgid "bytes"
11514msgstr ""
11515
673bfad0 11516#: builtin/repack.c:190
727b9576
JX
11517msgid "same as the above, but limit memory size instead of entries count"
11518msgstr ""
11519
673bfad0 11520#: builtin/repack.c:192
727b9576
JX
11521msgid "limits the maximum delta depth"
11522msgstr ""
11523
673bfad0 11524#: builtin/repack.c:194
727b9576
JX
11525msgid "maximum size of each packfile"
11526msgstr ""
11527
673bfad0 11528#: builtin/repack.c:196
5e078fcd
JX
11529msgid "repack objects in packs marked with .keep"
11530msgstr ""
11531
673bfad0 11532#: builtin/repack.c:206
f4f2c8f8
JX
11533msgid "cannot delete packs in a precious-objects repo"
11534msgstr ""
11535
673bfad0 11536#: builtin/repack.c:210
9fa976ff
JX
11537msgid "--keep-unreachable and -A are incompatible"
11538msgstr ""
11539
673bfad0 11540#: builtin/repack.c:400 builtin/worktree.c:115
727b9576 11541#, c-format
9fa976ff 11542msgid "failed to remove '%s'"
727b9576
JX
11543msgstr ""
11544
fe05e196 11545#: builtin/replace.c:19
cc76011e
JX
11546msgid "git replace [-f] <object> <replacement>"
11547msgstr ""
11548
fe05e196
JX
11549#: builtin/replace.c:20
11550msgid "git replace [-f] --edit <object>"
11551msgstr ""
11552
11553#: builtin/replace.c:21
11554msgid "git replace [-f] --graft <commit> [<parent>...]"
11555msgstr ""
11556
11557#: builtin/replace.c:22
cc76011e
JX
11558msgid "git replace -d <object>..."
11559msgstr ""
11560
fe05e196 11561#: builtin/replace.c:23
df49095a 11562msgid "git replace [--format=<format>] [-l [<pattern>]]"
822e4a65
JX
11563msgstr ""
11564
28e1aaa4 11565#: builtin/replace.c:330 builtin/replace.c:368 builtin/replace.c:396
fe05e196
JX
11566#, c-format
11567msgid "Not a valid object name: '%s'"
11568msgstr ""
11569
28e1aaa4 11570#: builtin/replace.c:360
fe05e196
JX
11571#, c-format
11572msgid "bad mergetag in commit '%s'"
11573msgstr ""
11574
28e1aaa4 11575#: builtin/replace.c:362
fe05e196
JX
11576#, c-format
11577msgid "malformed mergetag in commit '%s'"
11578msgstr ""
11579
28e1aaa4 11580#: builtin/replace.c:373
fe05e196
JX
11581#, c-format
11582msgid ""
11583"original commit '%s' contains mergetag '%s' that is discarded; use --edit "
11584"instead of --graft"
11585msgstr ""
11586
28e1aaa4 11587#: builtin/replace.c:406
fe05e196
JX
11588#, c-format
11589msgid "the original commit '%s' has a gpg signature."
11590msgstr ""
11591
28e1aaa4 11592#: builtin/replace.c:407
fe05e196
JX
11593msgid "the signature will be removed in the replacement commit!"
11594msgstr ""
11595
28e1aaa4 11596#: builtin/replace.c:413
fe05e196
JX
11597#, c-format
11598msgid "could not write replacement commit for: '%s'"
11599msgstr ""
11600
28e1aaa4 11601#: builtin/replace.c:437
cc76011e 11602msgid "list replace refs"
822e4a65
JX
11603msgstr ""
11604
28e1aaa4 11605#: builtin/replace.c:438
cc76011e 11606msgid "delete replace refs"
822e4a65
JX
11607msgstr ""
11608
28e1aaa4 11609#: builtin/replace.c:439
fe05e196
JX
11610msgid "edit existing object"
11611msgstr ""
11612
28e1aaa4 11613#: builtin/replace.c:440
fe05e196
JX
11614msgid "change a commit's parents"
11615msgstr ""
11616
28e1aaa4 11617#: builtin/replace.c:441
cc76011e 11618msgid "replace the ref if it exists"
822e4a65
JX
11619msgstr ""
11620
28e1aaa4 11621#: builtin/replace.c:442
fe05e196
JX
11622msgid "do not pretty-print contents for --edit"
11623msgstr ""
11624
28e1aaa4 11625#: builtin/replace.c:443
df49095a
JX
11626msgid "use this format"
11627msgstr ""
11628
727b9576 11629#: builtin/rerere.c:12
c2ea1208 11630msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
822e4a65
JX
11631msgstr ""
11632
f4f2c8f8 11633#: builtin/rerere.c:58
cc76011e 11634msgid "register clean resolutions in index"
822e4a65
JX
11635msgstr ""
11636
d07a63e4 11637#: builtin/reset.c:26
822e4a65 11638msgid ""
cc76011e 11639"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
822e4a65
JX
11640msgstr ""
11641
d07a63e4 11642#: builtin/reset.c:27
fda7b092 11643msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
822e4a65
JX
11644msgstr ""
11645
d07a63e4 11646#: builtin/reset.c:28
46bc4039 11647msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
822e4a65
JX
11648msgstr ""
11649
d07a63e4 11650#: builtin/reset.c:34
cc76011e 11651msgid "mixed"
dce37b66
JX
11652msgstr ""
11653
d07a63e4 11654#: builtin/reset.c:34
cc76011e 11655msgid "soft"
dce37b66
JX
11656msgstr ""
11657
d07a63e4 11658#: builtin/reset.c:34
cc76011e 11659msgid "hard"
dce37b66
JX
11660msgstr ""
11661
d07a63e4 11662#: builtin/reset.c:34
cc76011e 11663msgid "merge"
dce37b66
JX
11664msgstr ""
11665
d07a63e4 11666#: builtin/reset.c:34
cc76011e 11667msgid "keep"
dce37b66
JX
11668msgstr ""
11669
d07a63e4 11670#: builtin/reset.c:74
cc76011e 11671msgid "You do not have a valid HEAD."
dce37b66
JX
11672msgstr ""
11673
d07a63e4 11674#: builtin/reset.c:76
cc76011e 11675msgid "Failed to find tree of HEAD."
dce37b66
JX
11676msgstr ""
11677
d07a63e4 11678#: builtin/reset.c:82
822e4a65 11679#, c-format
cc76011e 11680msgid "Failed to find tree of %s."
dce37b66
JX
11681msgstr ""
11682
d07a63e4 11683#: builtin/reset.c:100
cc76011e
JX
11684#, c-format
11685msgid "HEAD is now at %s"
dce37b66
JX
11686msgstr ""
11687
d07a63e4 11688#: builtin/reset.c:183
dce37b66 11689#, c-format
cc76011e 11690msgid "Cannot do a %s reset in the middle of a merge."
dce37b66
JX
11691msgstr ""
11692
d07a63e4 11693#: builtin/reset.c:276
cc76011e 11694msgid "be quiet, only report errors"
dce37b66
JX
11695msgstr ""
11696
d07a63e4 11697#: builtin/reset.c:278
cc76011e 11698msgid "reset HEAD and index"
dce37b66
JX
11699msgstr ""
11700
d07a63e4 11701#: builtin/reset.c:279
cc76011e 11702msgid "reset only HEAD"
dce37b66
JX
11703msgstr ""
11704
d07a63e4 11705#: builtin/reset.c:281 builtin/reset.c:283
cc76011e 11706msgid "reset HEAD, index and working tree"
822e4a65
JX
11707msgstr ""
11708
d07a63e4 11709#: builtin/reset.c:285
cc76011e 11710msgid "reset HEAD but keep local changes"
dce37b66
JX
11711msgstr ""
11712
d07a63e4 11713#: builtin/reset.c:288
5e078fcd
JX
11714msgid "record only the fact that removed paths will be added later"
11715msgstr ""
11716
d07a63e4 11717#: builtin/reset.c:305
46bc4039
JX
11718#, c-format
11719msgid "Failed to resolve '%s' as a valid revision."
11720msgstr ""
11721
d07a63e4 11722#: builtin/reset.c:313
46bc4039
JX
11723#, c-format
11724msgid "Failed to resolve '%s' as a valid tree."
11725msgstr ""
11726
d07a63e4 11727#: builtin/reset.c:322
cc76011e 11728msgid "--patch is incompatible with --{hard,mixed,soft}"
dce37b66
JX
11729msgstr ""
11730
d07a63e4 11731#: builtin/reset.c:331
cc76011e 11732msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
dce37b66
JX
11733msgstr ""
11734
d07a63e4 11735#: builtin/reset.c:333
dce37b66 11736#, c-format
cc76011e 11737msgid "Cannot do %s reset with paths."
dce37b66
JX
11738msgstr ""
11739
d07a63e4 11740#: builtin/reset.c:343
822e4a65 11741#, c-format
cc76011e 11742msgid "%s reset is not allowed in a bare repository"
dce37b66
JX
11743msgstr ""
11744
d07a63e4 11745#: builtin/reset.c:347
5e078fcd
JX
11746msgid "-N can only be used with --mixed"
11747msgstr ""
11748
d07a63e4 11749#: builtin/reset.c:364
727b9576 11750msgid "Unstaged changes after reset:"
dce37b66
JX
11751msgstr ""
11752
d07a63e4 11753#: builtin/reset.c:370
727b9576
JX
11754#, c-format
11755msgid "Could not reset index file to revision '%s'."
46bc4039
JX
11756msgstr ""
11757
d07a63e4 11758#: builtin/reset.c:374
46bc4039
JX
11759msgid "Could not write new index file."
11760msgstr ""
11761
fda7b092 11762#: builtin/rev-list.c:354
df0617bf
JX
11763msgid "rev-list does not support display of notes"
11764msgstr ""
11765
dfc182b1 11766#: builtin/rev-parse.c:393
c2ea1208 11767msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
dce37b66
JX
11768msgstr ""
11769
dfc182b1 11770#: builtin/rev-parse.c:398
cc76011e 11771msgid "keep the `--` passed as an arg"
dce37b66
JX
11772msgstr ""
11773
dfc182b1 11774#: builtin/rev-parse.c:400
cc76011e 11775msgid "stop parsing after the first non-option argument"
dce37b66
JX
11776msgstr ""
11777
dfc182b1 11778#: builtin/rev-parse.c:403
df49095a
JX
11779msgid "output in stuck long form"
11780msgstr ""
11781
dfc182b1 11782#: builtin/rev-parse.c:534
822e4a65 11783msgid ""
c2ea1208 11784"git rev-parse --parseopt [<options>] -- [<args>...]\n"
cc76011e 11785" or: git rev-parse --sq-quote [<arg>...]\n"
c2ea1208 11786" or: git rev-parse [<options>] [<arg>...]\n"
cc76011e
JX
11787"\n"
11788"Run \"git rev-parse --parseopt -h\" for more information on the first usage."
dce37b66
JX
11789msgstr ""
11790
cc76011e 11791#: builtin/revert.c:22
c2ea1208 11792msgid "git revert [<options>] <commit-ish>..."
dce37b66
JX
11793msgstr ""
11794
cc76011e
JX
11795#: builtin/revert.c:23
11796msgid "git revert <subcommand>"
dce37b66
JX
11797msgstr ""
11798
cc76011e 11799#: builtin/revert.c:28
c2ea1208 11800msgid "git cherry-pick [<options>] <commit-ish>..."
dce37b66
JX
11801msgstr ""
11802
cc76011e
JX
11803#: builtin/revert.c:29
11804msgid "git cherry-pick <subcommand>"
dce37b66
JX
11805msgstr ""
11806
dfc182b1 11807#: builtin/revert.c:89
dce37b66 11808#, c-format
cc76011e 11809msgid "%s: %s cannot be used with %s"
dce37b66
JX
11810msgstr ""
11811
dfc182b1 11812#: builtin/revert.c:98
cc76011e 11813msgid "end revert or cherry-pick sequence"
dce37b66
JX
11814msgstr ""
11815
dfc182b1 11816#: builtin/revert.c:99
cc76011e 11817msgid "resume revert or cherry-pick sequence"
dce37b66
JX
11818msgstr ""
11819
dfc182b1 11820#: builtin/revert.c:100
cc76011e 11821msgid "cancel revert or cherry-pick sequence"
dce37b66
JX
11822msgstr ""
11823
dfc182b1 11824#: builtin/revert.c:101
cc76011e 11825msgid "don't automatically commit"
dce37b66
JX
11826msgstr ""
11827
dfc182b1 11828#: builtin/revert.c:102
cc76011e 11829msgid "edit the commit message"
dce37b66
JX
11830msgstr ""
11831
dfc182b1
JX
11832#: builtin/revert.c:105
11833msgid "parent-number"
dce37b66
JX
11834msgstr ""
11835
dfc182b1
JX
11836#: builtin/revert.c:106
11837msgid "select mainline parent"
11838msgstr ""
11839
11840#: builtin/revert.c:108
cc76011e 11841msgid "merge strategy"
dce37b66
JX
11842msgstr ""
11843
dfc182b1 11844#: builtin/revert.c:109
cc76011e 11845msgid "option"
dce37b66
JX
11846msgstr ""
11847
dfc182b1 11848#: builtin/revert.c:110
cc76011e 11849msgid "option for merge strategy"
dce37b66
JX
11850msgstr ""
11851
dfc182b1 11852#: builtin/revert.c:119
cc76011e 11853msgid "append commit name"
dce37b66
JX
11854msgstr ""
11855
dfc182b1 11856#: builtin/revert.c:121
cc76011e 11857msgid "preserve initially empty commits"
1d4ac88d
JX
11858msgstr ""
11859
dfc182b1 11860#: builtin/revert.c:122
cc76011e 11861msgid "allow commits with empty messages"
1d4ac88d
JX
11862msgstr ""
11863
dfc182b1 11864#: builtin/revert.c:123
cc76011e 11865msgid "keep redundant, empty commits"
1d4ac88d
JX
11866msgstr ""
11867
dfc182b1 11868#: builtin/revert.c:211
cc76011e 11869msgid "revert failed"
dce37b66
JX
11870msgstr ""
11871
dfc182b1 11872#: builtin/revert.c:224
cc76011e 11873msgid "cherry-pick failed"
dce37b66
JX
11874msgstr ""
11875
727b9576 11876#: builtin/rm.c:17
c2ea1208 11877msgid "git rm [<options>] [--] <file>..."
dce37b66
JX
11878msgstr ""
11879
673bfad0 11880#: builtin/rm.c:205
dce37b66 11881msgid ""
28b3cffc
JX
11882"the following file has staged content different from both the\n"
11883"file and the HEAD:"
11884msgid_plural ""
11885"the following files have staged content different from both the\n"
11886"file and the HEAD:"
11887msgstr[0] ""
11888msgstr[1] ""
dce37b66 11889
673bfad0 11890#: builtin/rm.c:210
cc76011e 11891msgid ""
28b3cffc
JX
11892"\n"
11893"(use -f to force removal)"
822e4a65
JX
11894msgstr ""
11895
673bfad0 11896#: builtin/rm.c:214
28b3cffc
JX
11897msgid "the following file has changes staged in the index:"
11898msgid_plural "the following files have changes staged in the index:"
11899msgstr[0] ""
11900msgstr[1] ""
11901
673bfad0 11902#: builtin/rm.c:218 builtin/rm.c:227
cc76011e 11903msgid ""
28b3cffc 11904"\n"
cc76011e
JX
11905"(use --cached to keep the file, or -f to force removal)"
11906msgstr ""
822e4a65 11907
673bfad0 11908#: builtin/rm.c:224
28b3cffc
JX
11909msgid "the following file has local modifications:"
11910msgid_plural "the following files have local modifications:"
11911msgstr[0] ""
11912msgstr[1] ""
11913
673bfad0 11914#: builtin/rm.c:242
cc76011e 11915msgid "do not list removed files"
dce37b66
JX
11916msgstr ""
11917
673bfad0 11918#: builtin/rm.c:243
cc76011e 11919msgid "only remove from the index"
cd1e7487
JX
11920msgstr ""
11921
673bfad0 11922#: builtin/rm.c:244
cc76011e 11923msgid "override the up-to-date check"
cd1e7487
JX
11924msgstr ""
11925
673bfad0 11926#: builtin/rm.c:245
cc76011e 11927msgid "allow recursive removal"
dce37b66
JX
11928msgstr ""
11929
673bfad0 11930#: builtin/rm.c:247
cc76011e 11931msgid "exit with a zero status even if nothing matched"
cd1e7487
JX
11932msgstr ""
11933
673bfad0 11934#: builtin/rm.c:308
dce37b66 11935#, c-format
cc76011e 11936msgid "not removing '%s' recursively without -r"
dce37b66
JX
11937msgstr ""
11938
673bfad0 11939#: builtin/rm.c:347
dce37b66 11940#, c-format
cc76011e 11941msgid "git rm: unable to remove %s"
dce37b66
JX
11942msgstr ""
11943
673bfad0
JX
11944#: builtin/rm.c:370
11945#, c-format
11946msgid "could not remove '%s'"
11947msgstr ""
11948
df0617bf
JX
11949#: builtin/send-pack.c:18
11950msgid ""
11951"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
11952"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
11953"[<ref>...]\n"
11954" --all and explicit <ref> specification are mutually exclusive."
11955msgstr ""
11956
dfc182b1 11957#: builtin/send-pack.c:161
df0617bf
JX
11958msgid "remote name"
11959msgstr ""
11960
dfc182b1 11961#: builtin/send-pack.c:175
df0617bf
JX
11962msgid "use stateless RPC protocol"
11963msgstr ""
11964
dfc182b1 11965#: builtin/send-pack.c:176
df0617bf
JX
11966msgid "read refs from stdin"
11967msgstr ""
11968
dfc182b1 11969#: builtin/send-pack.c:177
df0617bf
JX
11970msgid "print status from remote helper"
11971msgstr ""
11972
cc76011e 11973#: builtin/shortlog.c:13
c2ea1208 11974msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"
dce37b66
JX
11975msgstr ""
11976
dfc182b1 11977#: builtin/shortlog.c:248
673bfad0
JX
11978msgid "Group by committer rather than author"
11979msgstr ""
11980
dfc182b1 11981#: builtin/shortlog.c:250
cc76011e 11982msgid "sort output according to the number of commits per author"
dce37b66
JX
11983msgstr ""
11984
dfc182b1 11985#: builtin/shortlog.c:252
cc76011e 11986msgid "Suppress commit descriptions, only provides commit count"
dce37b66
JX
11987msgstr ""
11988
dfc182b1 11989#: builtin/shortlog.c:254
cc76011e 11990msgid "Show the email address of each author"
dce37b66
JX
11991msgstr ""
11992
dfc182b1 11993#: builtin/shortlog.c:255
cc76011e 11994msgid "w[,i1[,i2]]"
dce37b66
JX
11995msgstr ""
11996
dfc182b1 11997#: builtin/shortlog.c:256
cc76011e 11998msgid "Linewrap output"
dce37b66
JX
11999msgstr ""
12000
f4f2c8f8 12001#: builtin/show-branch.c:10
cc76011e 12002msgid ""
c2ea1208 12003"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
1e607449
JX
12004"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
12005"\t\t[--more=<n> | --list | --independent | --merge-base]\n"
12006"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
dce37b66
JX
12007msgstr ""
12008
f4f2c8f8 12009#: builtin/show-branch.c:14
c2ea1208 12010msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
822e4a65
JX
12011msgstr ""
12012
dfc182b1 12013#: builtin/show-branch.c:374
fda7b092
JX
12014#, c-format
12015msgid "ignoring %s; cannot handle more than %d ref"
12016msgid_plural "ignoring %s; cannot handle more than %d refs"
12017msgstr[0] ""
12018msgstr[1] ""
12019
dfc182b1 12020#: builtin/show-branch.c:536
fda7b092
JX
12021#, c-format
12022msgid "no matching refs with %s"
12023msgstr ""
12024
dfc182b1 12025#: builtin/show-branch.c:632
cc76011e 12026msgid "show remote-tracking and local branches"
dce37b66
JX
12027msgstr ""
12028
dfc182b1 12029#: builtin/show-branch.c:634
cc76011e 12030msgid "show remote-tracking branches"
dce37b66
JX
12031msgstr ""
12032
dfc182b1 12033#: builtin/show-branch.c:636
cc76011e 12034msgid "color '*!+-' corresponding to the branch"
dce37b66
JX
12035msgstr ""
12036
dfc182b1 12037#: builtin/show-branch.c:638
cc76011e 12038msgid "show <n> more commits after the common ancestor"
dce37b66
JX
12039msgstr ""
12040
dfc182b1 12041#: builtin/show-branch.c:640
cc76011e 12042msgid "synonym to more=-1"
822e4a65
JX
12043msgstr ""
12044
dfc182b1 12045#: builtin/show-branch.c:641
cc76011e 12046msgid "suppress naming strings"
dce37b66
JX
12047msgstr ""
12048
dfc182b1 12049#: builtin/show-branch.c:643
cc76011e 12050msgid "include the current branch"
dce37b66
JX
12051msgstr ""
12052
dfc182b1 12053#: builtin/show-branch.c:645
cc76011e 12054msgid "name commits with their object names"
dce37b66
JX
12055msgstr ""
12056
dfc182b1 12057#: builtin/show-branch.c:647
cc76011e 12058msgid "show possible merge bases"
dce37b66
JX
12059msgstr ""
12060
dfc182b1 12061#: builtin/show-branch.c:649
cc76011e 12062msgid "show refs unreachable from any other ref"
dce37b66
JX
12063msgstr ""
12064
dfc182b1 12065#: builtin/show-branch.c:651
cc76011e 12066msgid "show commits in topological order"
dce37b66
JX
12067msgstr ""
12068
dfc182b1 12069#: builtin/show-branch.c:654
cc76011e 12070msgid "show only commits not on the first branch"
dce37b66
JX
12071msgstr ""
12072
dfc182b1 12073#: builtin/show-branch.c:656
cc76011e 12074msgid "show merges reachable from only one tip"
dce37b66
JX
12075msgstr ""
12076
dfc182b1 12077#: builtin/show-branch.c:658
28b3cffc 12078msgid "topologically sort, maintaining date order where possible"
dce37b66
JX
12079msgstr ""
12080
dfc182b1 12081#: builtin/show-branch.c:661
cc76011e 12082msgid "<n>[,<base>]"
dce37b66
JX
12083msgstr ""
12084
dfc182b1 12085#: builtin/show-branch.c:662
cc76011e 12086msgid "show <n> most recent ref-log entries starting at base"
dce37b66
JX
12087msgstr ""
12088
dfc182b1 12089#: builtin/show-branch.c:696
fda7b092
JX
12090msgid ""
12091"--reflog is incompatible with --all, --remotes, --independent or --merge-base"
12092msgstr ""
12093
dfc182b1 12094#: builtin/show-branch.c:720
fda7b092
JX
12095msgid "no branches given, and HEAD is not valid"
12096msgstr ""
12097
dfc182b1 12098#: builtin/show-branch.c:723
fda7b092
JX
12099msgid "--reflog option needs one branch name"
12100msgstr ""
12101
dfc182b1 12102#: builtin/show-branch.c:726
fda7b092
JX
12103#, c-format
12104msgid "only %d entry can be shown at one time."
12105msgid_plural "only %d entries can be shown at one time."
12106msgstr[0] ""
12107msgstr[1] ""
12108
dfc182b1 12109#: builtin/show-branch.c:730
fda7b092
JX
12110#, c-format
12111msgid "no such ref %s"
12112msgstr ""
12113
dfc182b1 12114#: builtin/show-branch.c:814
fda7b092
JX
12115#, c-format
12116msgid "cannot handle more than %d rev."
12117msgid_plural "cannot handle more than %d revs."
12118msgstr[0] ""
12119msgstr[1] ""
12120
dfc182b1 12121#: builtin/show-branch.c:818
fda7b092
JX
12122#, c-format
12123msgid "'%s' is not a valid ref."
12124msgstr ""
12125
dfc182b1 12126#: builtin/show-branch.c:821
fda7b092
JX
12127#, c-format
12128msgid "cannot find commit %s (%s)"
12129msgstr ""
12130
cc76011e
JX
12131#: builtin/show-ref.c:10
12132msgid ""
c2ea1208
JX
12133"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
12134"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
dce37b66
JX
12135msgstr ""
12136
cc76011e 12137#: builtin/show-ref.c:11
f4f2c8f8 12138msgid "git show-ref --exclude-existing[=<pattern>]"
dce37b66
JX
12139msgstr ""
12140
673bfad0 12141#: builtin/show-ref.c:159
cc76011e 12142msgid "only show tags (can be combined with heads)"
dce37b66
JX
12143msgstr ""
12144
673bfad0 12145#: builtin/show-ref.c:160
cc76011e 12146msgid "only show heads (can be combined with tags)"
dce37b66
JX
12147msgstr ""
12148
673bfad0 12149#: builtin/show-ref.c:161
cc76011e 12150msgid "stricter reference checking, requires exact ref path"
dce37b66
JX
12151msgstr ""
12152
673bfad0 12153#: builtin/show-ref.c:164 builtin/show-ref.c:166
28b3cffc 12154msgid "show the HEAD reference, even if it would be filtered out"
dce37b66
JX
12155msgstr ""
12156
673bfad0 12157#: builtin/show-ref.c:168
cc76011e 12158msgid "dereference tags into object IDs"
dce37b66
JX
12159msgstr ""
12160
673bfad0 12161#: builtin/show-ref.c:170
cc76011e 12162msgid "only show SHA1 hash using <n> digits"
dce37b66
JX
12163msgstr ""
12164
673bfad0 12165#: builtin/show-ref.c:174
cc76011e 12166msgid "do not print results to stdout (useful with --verify)"
dce37b66
JX
12167msgstr ""
12168
673bfad0 12169#: builtin/show-ref.c:176
cc76011e 12170msgid "show refs from stdin that aren't in local repository"
dce37b66
JX
12171msgstr ""
12172
f4f2c8f8
JX
12173#: builtin/stripspace.c:17
12174msgid "git stripspace [-s | --strip-comments]"
12175msgstr ""
12176
12177#: builtin/stripspace.c:18
12178msgid "git stripspace [-c | --comment-lines]"
12179msgstr ""
12180
12181#: builtin/stripspace.c:35
12182msgid "skip and remove all lines starting with comment character"
12183msgstr ""
12184
12185#: builtin/stripspace.c:38
9eb3984b 12186msgid "prepend comment character and space to each line"
f4f2c8f8
JX
12187msgstr ""
12188
dfc182b1 12189#: builtin/submodule--helper.c:24 builtin/submodule--helper.c:1075
f517e50d
JX
12190#, c-format
12191msgid "No such ref: %s"
12192msgstr ""
12193
dfc182b1 12194#: builtin/submodule--helper.c:31 builtin/submodule--helper.c:1084
f517e50d
JX
12195#, c-format
12196msgid "Expecting a full ref name, got %s"
12197msgstr ""
12198
12199#: builtin/submodule--helper.c:71
12200#, c-format
12201msgid "cannot strip one component off url '%s'"
12202msgstr ""
12203
dfc182b1 12204#: builtin/submodule--helper.c:305 builtin/submodule--helper.c:630
f4f2c8f8
JX
12205msgid "alternative anchor for relative paths"
12206msgstr ""
12207
dfc182b1 12208#: builtin/submodule--helper.c:310
f4f2c8f8
JX
12209msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
12210msgstr ""
12211
28e1aaa4 12212#: builtin/submodule--helper.c:356 builtin/submodule--helper.c:380
f517e50d
JX
12213#, c-format
12214msgid "No url found for submodule path '%s' in .gitmodules"
12215msgstr ""
12216
dfc182b1
JX
12217#: builtin/submodule--helper.c:395
12218#, c-format
12219msgid ""
12220"could not lookup configuration '%s'. Assuming this repository is its own "
12221"authoritative upstream."
12222msgstr ""
12223
12224#: builtin/submodule--helper.c:406
f517e50d
JX
12225#, c-format
12226msgid "Failed to register url for submodule path '%s'"
12227msgstr ""
12228
dfc182b1 12229#: builtin/submodule--helper.c:410
f517e50d
JX
12230#, c-format
12231msgid "Submodule '%s' (%s) registered for path '%s'\n"
12232msgstr ""
12233
dfc182b1 12234#: builtin/submodule--helper.c:420
f517e50d
JX
12235#, c-format
12236msgid "warning: command update mode suggested for submodule '%s'\n"
12237msgstr ""
12238
dfc182b1 12239#: builtin/submodule--helper.c:427
f517e50d
JX
12240#, c-format
12241msgid "Failed to register update mode for submodule path '%s'"
12242msgstr ""
12243
dfc182b1 12244#: builtin/submodule--helper.c:443
f517e50d
JX
12245msgid "Suppress output for initializing a submodule"
12246msgstr ""
12247
dfc182b1 12248#: builtin/submodule--helper.c:448
f517e50d
JX
12249msgid "git submodule--helper init [<path>]"
12250msgstr ""
12251
dfc182b1 12252#: builtin/submodule--helper.c:476
f4f2c8f8
JX
12253msgid "git submodule--helper name <path>"
12254msgstr ""
12255
dfc182b1 12256#: builtin/submodule--helper.c:482
f4f2c8f8
JX
12257#, c-format
12258msgid "no submodule mapping found in .gitmodules for path '%s'"
12259msgstr ""
12260
dfc182b1 12261#: builtin/submodule--helper.c:565 builtin/submodule--helper.c:568
fda7b092
JX
12262#, c-format
12263msgid "submodule '%s' cannot add alternate: %s"
12264msgstr ""
12265
dfc182b1 12266#: builtin/submodule--helper.c:604
fda7b092
JX
12267#, c-format
12268msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
12269msgstr ""
12270
dfc182b1 12271#: builtin/submodule--helper.c:611
fda7b092
JX
12272#, c-format
12273msgid "Value '%s' for submodule.alternateLocation is not recognized"
12274msgstr ""
12275
dfc182b1 12276#: builtin/submodule--helper.c:633
f4f2c8f8
JX
12277msgid "where the new submodule will be cloned to"
12278msgstr ""
12279
dfc182b1 12280#: builtin/submodule--helper.c:636
f4f2c8f8
JX
12281msgid "name of the new submodule"
12282msgstr ""
12283
dfc182b1 12284#: builtin/submodule--helper.c:639
f4f2c8f8
JX
12285msgid "url where to clone the submodule from"
12286msgstr ""
12287
dfc182b1 12288#: builtin/submodule--helper.c:645
f4f2c8f8
JX
12289msgid "depth for shallow clones"
12290msgstr ""
12291
dfc182b1 12292#: builtin/submodule--helper.c:648 builtin/submodule--helper.c:993
fda7b092
JX
12293msgid "force cloning progress"
12294msgstr ""
12295
dfc182b1 12296#: builtin/submodule--helper.c:653
f4f2c8f8
JX
12297msgid ""
12298"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
f517e50d 12299"<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
f4f2c8f8
JX
12300msgstr ""
12301
dfc182b1 12302#: builtin/submodule--helper.c:684
f4f2c8f8
JX
12303#, c-format
12304msgid "clone of '%s' into submodule path '%s' failed"
12305msgstr ""
12306
dfc182b1 12307#: builtin/submodule--helper.c:699
f4f2c8f8
JX
12308#, c-format
12309msgid "could not get submodule directory for '%s'"
12310msgstr ""
12311
dfc182b1 12312#: builtin/submodule--helper.c:764
f517e50d
JX
12313#, c-format
12314msgid "Submodule path '%s' not initialized"
12315msgstr ""
12316
dfc182b1 12317#: builtin/submodule--helper.c:768
f517e50d
JX
12318msgid "Maybe you want to use 'update --init'?"
12319msgstr ""
12320
dfc182b1 12321#: builtin/submodule--helper.c:793
f517e50d
JX
12322#, c-format
12323msgid "Skipping unmerged submodule %s"
12324msgstr ""
12325
dfc182b1 12326#: builtin/submodule--helper.c:814
f517e50d
JX
12327#, c-format
12328msgid "Skipping submodule '%s'"
12329msgstr ""
12330
dfc182b1 12331#: builtin/submodule--helper.c:942
9fa976ff
JX
12332#, c-format
12333msgid "Failed to clone '%s'. Retry scheduled"
12334msgstr ""
12335
dfc182b1 12336#: builtin/submodule--helper.c:953
9fa976ff
JX
12337#, c-format
12338msgid "Failed to clone '%s' a second time, aborting"
12339msgstr ""
12340
dfc182b1 12341#: builtin/submodule--helper.c:974 builtin/submodule--helper.c:1162
f517e50d
JX
12342msgid "path into the working tree"
12343msgstr ""
12344
dfc182b1 12345#: builtin/submodule--helper.c:977
f517e50d
JX
12346msgid "path into the working tree, across nested submodule boundaries"
12347msgstr ""
12348
dfc182b1 12349#: builtin/submodule--helper.c:981
f517e50d
JX
12350msgid "rebase, merge, checkout or none"
12351msgstr ""
12352
dfc182b1 12353#: builtin/submodule--helper.c:985
f517e50d
JX
12354msgid "Create a shallow clone truncated to the specified number of revisions"
12355msgstr ""
12356
dfc182b1 12357#: builtin/submodule--helper.c:988
f517e50d
JX
12358msgid "parallel jobs"
12359msgstr ""
12360
dfc182b1 12361#: builtin/submodule--helper.c:990
9fa976ff
JX
12362msgid "whether the initial clone should follow the shallow recommendation"
12363msgstr ""
12364
dfc182b1 12365#: builtin/submodule--helper.c:991
f517e50d
JX
12366msgid "don't print cloning progress"
12367msgstr ""
12368
dfc182b1 12369#: builtin/submodule--helper.c:998
f517e50d
JX
12370msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
12371msgstr ""
12372
dfc182b1 12373#: builtin/submodule--helper.c:1008
f517e50d
JX
12374msgid "bad value for update parameter"
12375msgstr ""
12376
dfc182b1 12377#: builtin/submodule--helper.c:1079
9fa976ff
JX
12378#, c-format
12379msgid ""
12380"Submodule (%s) branch configured to inherit branch from superproject, but "
12381"the superproject is not on any branch"
12382msgstr ""
12383
dfc182b1 12384#: builtin/submodule--helper.c:1163
673bfad0
JX
12385msgid "recurse into submodules"
12386msgstr ""
12387
dfc182b1 12388#: builtin/submodule--helper.c:1169
673bfad0
JX
12389msgid "git submodule--helper embed-git-dir [<path>...]"
12390msgstr ""
12391
dfc182b1 12392#: builtin/submodule--helper.c:1226
f517e50d 12393msgid "submodule--helper subcommand must be called with a subcommand"
f4f2c8f8
JX
12394msgstr ""
12395
dfc182b1 12396#: builtin/submodule--helper.c:1233
673bfad0
JX
12397#, c-format
12398msgid "%s doesn't support --super-prefix"
12399msgstr ""
12400
dfc182b1 12401#: builtin/submodule--helper.c:1239
f4f2c8f8 12402#, c-format
f517e50d 12403msgid "'%s' is not a valid submodule--helper subcommand"
f4f2c8f8
JX
12404msgstr ""
12405
cc76011e 12406#: builtin/symbolic-ref.c:7
c2ea1208 12407msgid "git symbolic-ref [<options>] <name> [<ref>]"
cc76011e
JX
12408msgstr ""
12409
fe52cd62 12410#: builtin/symbolic-ref.c:8
c2ea1208 12411msgid "git symbolic-ref -d [-q] <name>"
fe52cd62
JX
12412msgstr ""
12413
12414#: builtin/symbolic-ref.c:40
cc76011e
JX
12415msgid "suppress error message for non-symbolic (detached) refs"
12416msgstr ""
12417
fe52cd62
JX
12418#: builtin/symbolic-ref.c:41
12419msgid "delete symbolic ref"
12420msgstr ""
12421
12422#: builtin/symbolic-ref.c:42
cc76011e
JX
12423msgid "shorten ref output"
12424msgstr ""
12425
df0617bf 12426#: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
cc76011e
JX
12427msgid "reason"
12428msgstr ""
12429
df0617bf 12430#: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
cc76011e
JX
12431msgid "reason of the update"
12432msgstr ""
12433
f4f2c8f8 12434#: builtin/tag.c:23
dce37b66 12435msgid ""
c2ea1208
JX
12436"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
12437"[<head>]"
dce37b66
JX
12438msgstr ""
12439
f4f2c8f8 12440#: builtin/tag.c:24
cc76011e 12441msgid "git tag -d <tagname>..."
dce37b66
JX
12442msgstr ""
12443
f4f2c8f8 12444#: builtin/tag.c:25
cc76011e 12445msgid ""
dfc182b1
JX
12446"git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
12447"points-at <object>]\n"
f4f2c8f8 12448"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
dce37b66
JX
12449msgstr ""
12450
f4f2c8f8 12451#: builtin/tag.c:27
673bfad0 12452msgid "git tag -v [--format=<format>] <tagname>..."
dce37b66
JX
12453msgstr ""
12454
dfc182b1 12455#: builtin/tag.c:83
dce37b66
JX
12456#, c-format
12457msgid "tag '%s' not found."
12458msgstr ""
12459
dfc182b1 12460#: builtin/tag.c:99
dce37b66
JX
12461#, c-format
12462msgid "Deleted tag '%s' (was %s)\n"
12463msgstr ""
12464
dfc182b1 12465#: builtin/tag.c:128
9caaf23e 12466#, c-format
dce37b66
JX
12467msgid ""
12468"\n"
fe05e196
JX
12469"Write a message for tag:\n"
12470" %s\n"
9caaf23e 12471"Lines starting with '%c' will be ignored.\n"
dce37b66
JX
12472msgstr ""
12473
dfc182b1 12474#: builtin/tag.c:132
9caaf23e 12475#, c-format
dce37b66
JX
12476msgid ""
12477"\n"
fe05e196
JX
12478"Write a message for tag:\n"
12479" %s\n"
9caaf23e 12480"Lines starting with '%c' will be kept; you may remove them yourself if you "
dce37b66 12481"want to.\n"
dce37b66
JX
12482msgstr ""
12483
dfc182b1 12484#: builtin/tag.c:210
dce37b66
JX
12485msgid "unable to sign the tag"
12486msgstr ""
12487
dfc182b1 12488#: builtin/tag.c:212
dce37b66
JX
12489msgid "unable to write tag file"
12490msgstr ""
12491
dfc182b1 12492#: builtin/tag.c:236
dce37b66
JX
12493msgid "bad object type."
12494msgstr ""
12495
dfc182b1 12496#: builtin/tag.c:282
dce37b66
JX
12497msgid "no tag message?"
12498msgstr ""
12499
dfc182b1 12500#: builtin/tag.c:289
dce37b66
JX
12501#, c-format
12502msgid "The tag message has been left in %s\n"
12503msgstr ""
12504
dfc182b1 12505#: builtin/tag.c:397
cc76011e
JX
12506msgid "list tag names"
12507msgstr ""
12508
dfc182b1 12509#: builtin/tag.c:399
cc76011e
JX
12510msgid "print <n> lines of each tag message"
12511msgstr ""
12512
dfc182b1 12513#: builtin/tag.c:401
cc76011e
JX
12514msgid "delete tags"
12515msgstr ""
12516
dfc182b1 12517#: builtin/tag.c:402
cc76011e
JX
12518msgid "verify tags"
12519msgstr ""
12520
dfc182b1 12521#: builtin/tag.c:404
cc76011e
JX
12522msgid "Tag creation options"
12523msgstr ""
12524
dfc182b1 12525#: builtin/tag.c:406
cc76011e
JX
12526msgid "annotated tag, needs a message"
12527msgstr ""
12528
dfc182b1 12529#: builtin/tag.c:408
cc76011e
JX
12530msgid "tag message"
12531msgstr ""
12532
dfc182b1 12533#: builtin/tag.c:410
cc76011e
JX
12534msgid "annotated and GPG-signed tag"
12535msgstr ""
12536
dfc182b1 12537#: builtin/tag.c:414
cc76011e
JX
12538msgid "use another key to sign the tag"
12539msgstr ""
12540
dfc182b1 12541#: builtin/tag.c:415
cc76011e
JX
12542msgid "replace the tag if exists"
12543msgstr ""
12544
dfc182b1 12545#: builtin/tag.c:416 builtin/update-ref.c:368
80d1b481 12546msgid "create a reflog"
df0617bf
JX
12547msgstr ""
12548
dfc182b1 12549#: builtin/tag.c:418
c2ea1208 12550msgid "Tag listing options"
cc76011e
JX
12551msgstr ""
12552
dfc182b1 12553#: builtin/tag.c:419
c2ea1208 12554msgid "show tag list in columns"
5e078fcd
JX
12555msgstr ""
12556
dfc182b1 12557#: builtin/tag.c:420 builtin/tag.c:422
f4f2c8f8 12558msgid "print only tags that contain the commit"
cc76011e
JX
12559msgstr ""
12560
dfc182b1
JX
12561#: builtin/tag.c:421 builtin/tag.c:423
12562msgid "print only tags that don't contain the commit"
12563msgstr ""
12564
12565#: builtin/tag.c:424
f4f2c8f8 12566msgid "print only tags that are merged"
cc76011e
JX
12567msgstr ""
12568
dfc182b1 12569#: builtin/tag.c:425
f4f2c8f8 12570msgid "print only tags that are not merged"
cc76011e
JX
12571msgstr ""
12572
dfc182b1 12573#: builtin/tag.c:430
f4f2c8f8 12574msgid "print only tags of the object"
822e4a65
JX
12575msgstr ""
12576
dfc182b1 12577#: builtin/tag.c:469
f4f2c8f8 12578msgid "--column and -n are incompatible"
5e078fcd
JX
12579msgstr ""
12580
dfc182b1
JX
12581#: builtin/tag.c:491
12582msgid "-n option is only allowed in list mode"
12583msgstr ""
12584
12585#: builtin/tag.c:493
12586msgid "--contains option is only allowed in list mode"
dce37b66
JX
12587msgstr ""
12588
dfc182b1
JX
12589#: builtin/tag.c:495
12590msgid "--no-contains option is only allowed in list mode"
dce37b66
JX
12591msgstr ""
12592
dfc182b1
JX
12593#: builtin/tag.c:497
12594msgid "--points-at option is only allowed in list mode"
1d4ac88d
JX
12595msgstr ""
12596
dfc182b1
JX
12597#: builtin/tag.c:499
12598msgid "--merged and --no-merged options are only allowed in list mode"
f4f2c8f8
JX
12599msgstr ""
12600
dfc182b1 12601#: builtin/tag.c:510
dce37b66
JX
12602msgid "only one -F or -m option is allowed."
12603msgstr ""
12604
dfc182b1 12605#: builtin/tag.c:529
dce37b66
JX
12606msgid "too many params"
12607msgstr ""
12608
dfc182b1 12609#: builtin/tag.c:535
dce37b66
JX
12610#, c-format
12611msgid "'%s' is not a valid tag name."
12612msgstr ""
12613
dfc182b1 12614#: builtin/tag.c:540
dce37b66
JX
12615#, c-format
12616msgid "tag '%s' already exists"
12617msgstr ""
12618
dfc182b1 12619#: builtin/tag.c:570
dce37b66
JX
12620#, c-format
12621msgid "Updated tag '%s' (was %s)\n"
12622msgstr ""
12623
fda7b092 12624#: builtin/unpack-objects.c:493
5e078fcd
JX
12625msgid "Unpacking objects"
12626msgstr ""
12627
9eb3984b 12628#: builtin/update-index.c:79
64f23b0c
JX
12629#, c-format
12630msgid "failed to create directory %s"
12631msgstr ""
12632
9eb3984b 12633#: builtin/update-index.c:85
64f23b0c
JX
12634#, c-format
12635msgid "failed to stat %s"
12636msgstr ""
12637
9eb3984b 12638#: builtin/update-index.c:95
64f23b0c
JX
12639#, c-format
12640msgid "failed to create file %s"
12641msgstr ""
12642
9eb3984b 12643#: builtin/update-index.c:103
64f23b0c
JX
12644#, c-format
12645msgid "failed to delete file %s"
12646msgstr ""
12647
dfc182b1 12648#: builtin/update-index.c:110 builtin/update-index.c:216
64f23b0c
JX
12649#, c-format
12650msgid "failed to delete directory %s"
12651msgstr ""
12652
dfc182b1 12653#: builtin/update-index.c:135
64f23b0c 12654#, c-format
9eb3984b 12655msgid "Testing mtime in '%s' "
64f23b0c
JX
12656msgstr ""
12657
dfc182b1 12658#: builtin/update-index.c:149
64f23b0c
JX
12659msgid "directory stat info does not change after adding a new file"
12660msgstr ""
12661
dfc182b1 12662#: builtin/update-index.c:162
64f23b0c
JX
12663msgid "directory stat info does not change after adding a new directory"
12664msgstr ""
12665
dfc182b1 12666#: builtin/update-index.c:175
64f23b0c
JX
12667msgid "directory stat info changes after updating a file"
12668msgstr ""
12669
dfc182b1 12670#: builtin/update-index.c:186
64f23b0c
JX
12671msgid "directory stat info changes after adding a file inside subdirectory"
12672msgstr ""
12673
dfc182b1 12674#: builtin/update-index.c:197
64f23b0c
JX
12675msgid "directory stat info does not change after deleting a file"
12676msgstr ""
12677
dfc182b1 12678#: builtin/update-index.c:210
64f23b0c
JX
12679msgid "directory stat info does not change after deleting a directory"
12680msgstr ""
12681
dfc182b1 12682#: builtin/update-index.c:217
64f23b0c
JX
12683msgid " OK"
12684msgstr ""
12685
dfc182b1 12686#: builtin/update-index.c:568
c2ea1208 12687msgid "git update-index [<options>] [--] [<file>...]"
822e4a65
JX
12688msgstr ""
12689
dfc182b1 12690#: builtin/update-index.c:923
cc76011e 12691msgid "continue refresh even when index needs update"
6f6731e7
JX
12692msgstr ""
12693
dfc182b1 12694#: builtin/update-index.c:926
cc76011e 12695msgid "refresh: ignore submodules"
6f6731e7
JX
12696msgstr ""
12697
dfc182b1 12698#: builtin/update-index.c:929
cc76011e 12699msgid "do not ignore new files"
6f6731e7
JX
12700msgstr ""
12701
dfc182b1 12702#: builtin/update-index.c:931
cc76011e
JX
12703msgid "let files replace directories and vice-versa"
12704msgstr ""
12705
dfc182b1 12706#: builtin/update-index.c:933
cc76011e
JX
12707msgid "notice files missing from worktree"
12708msgstr ""
12709
dfc182b1 12710#: builtin/update-index.c:935
cc76011e
JX
12711msgid "refresh even if index contains unmerged entries"
12712msgstr ""
12713
dfc182b1 12714#: builtin/update-index.c:938
cc76011e
JX
12715msgid "refresh stat information"
12716msgstr ""
12717
dfc182b1 12718#: builtin/update-index.c:942
cc76011e
JX
12719msgid "like --refresh, but ignore assume-unchanged setting"
12720msgstr ""
12721
dfc182b1 12722#: builtin/update-index.c:946
5e078fcd 12723msgid "<mode>,<object>,<path>"
cc76011e
JX
12724msgstr ""
12725
dfc182b1 12726#: builtin/update-index.c:947
cc76011e
JX
12727msgid "add the specified entry to the index"
12728msgstr ""
12729
dfc182b1 12730#: builtin/update-index.c:956
9fa976ff 12731msgid "mark files as \"not changing\""
cc76011e
JX
12732msgstr ""
12733
dfc182b1 12734#: builtin/update-index.c:959
cc76011e
JX
12735msgid "clear assumed-unchanged bit"
12736msgstr ""
12737
dfc182b1 12738#: builtin/update-index.c:962
cc76011e
JX
12739msgid "mark files as \"index-only\""
12740msgstr ""
12741
dfc182b1 12742#: builtin/update-index.c:965
cc76011e
JX
12743msgid "clear skip-worktree bit"
12744msgstr ""
12745
dfc182b1 12746#: builtin/update-index.c:968
cc76011e
JX
12747msgid "add to index only; do not add content to object database"
12748msgstr ""
12749
dfc182b1 12750#: builtin/update-index.c:970
cc76011e
JX
12751msgid "remove named paths even if present in worktree"
12752msgstr ""
12753
dfc182b1 12754#: builtin/update-index.c:972
cc76011e
JX
12755msgid "with --stdin: input lines are terminated by null bytes"
12756msgstr ""
12757
dfc182b1 12758#: builtin/update-index.c:974
cc76011e
JX
12759msgid "read list of paths to be updated from standard input"
12760msgstr ""
12761
dfc182b1 12762#: builtin/update-index.c:978
cc76011e
JX
12763msgid "add entries from standard input to the index"
12764msgstr ""
12765
dfc182b1 12766#: builtin/update-index.c:982
cc76011e
JX
12767msgid "repopulate stages #2 and #3 for the listed paths"
12768msgstr ""
12769
dfc182b1 12770#: builtin/update-index.c:986
cc76011e
JX
12771msgid "only update entries that differ from HEAD"
12772msgstr ""
12773
dfc182b1 12774#: builtin/update-index.c:990
cc76011e
JX
12775msgid "ignore files missing from worktree"
12776msgstr ""
12777
dfc182b1 12778#: builtin/update-index.c:993
cc76011e
JX
12779msgid "report actions to standard output"
12780msgstr ""
12781
dfc182b1 12782#: builtin/update-index.c:995
cc76011e
JX
12783msgid "(for porcelains) forget saved unresolved conflicts"
12784msgstr ""
12785
dfc182b1 12786#: builtin/update-index.c:999
cc76011e
JX
12787msgid "write index in this format"
12788msgstr ""
12789
dfc182b1 12790#: builtin/update-index.c:1001
fe05e196
JX
12791msgid "enable or disable split index"
12792msgstr ""
12793
dfc182b1 12794#: builtin/update-index.c:1003
64f23b0c
JX
12795msgid "enable/disable untracked cache"
12796msgstr ""
12797
dfc182b1 12798#: builtin/update-index.c:1005
9eb3984b
JX
12799msgid "test if the filesystem supports untracked cache"
12800msgstr ""
12801
dfc182b1 12802#: builtin/update-index.c:1007
64f23b0c
JX
12803msgid "enable untracked cache without testing the filesystem"
12804msgstr ""
12805
dfc182b1
JX
12806#: builtin/update-index.c:1107
12807msgid ""
12808"core.splitIndex is set to false; remove or change it, if you really want to "
12809"enable split index"
12810msgstr ""
12811
12812#: builtin/update-index.c:1116
12813msgid ""
12814"core.splitIndex is set to true; remove or change it, if you really want to "
12815"disable split index"
12816msgstr ""
12817
12818#: builtin/update-index.c:1127
fda7b092
JX
12819msgid ""
12820"core.untrackedCache is set to true; remove or change it, if you really want "
12821"to disable the untracked cache"
12822msgstr ""
12823
dfc182b1 12824#: builtin/update-index.c:1131
9eb3984b
JX
12825msgid "Untracked cache disabled"
12826msgstr ""
12827
dfc182b1 12828#: builtin/update-index.c:1139
fda7b092
JX
12829msgid ""
12830"core.untrackedCache is set to false; remove or change it, if you really want "
12831"to enable the untracked cache"
12832msgstr ""
12833
dfc182b1 12834#: builtin/update-index.c:1143
9eb3984b
JX
12835#, c-format
12836msgid "Untracked cache enabled for '%s'"
12837msgstr ""
12838
727b9576 12839#: builtin/update-ref.c:9
c2ea1208 12840msgid "git update-ref [<options>] -d <refname> [<old-val>]"
cc76011e
JX
12841msgstr ""
12842
727b9576 12843#: builtin/update-ref.c:10
c2ea1208 12844msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"
cc76011e
JX
12845msgstr ""
12846
727b9576 12847#: builtin/update-ref.c:11
c2ea1208 12848msgid "git update-ref [<options>] --stdin [-z]"
727b9576
JX
12849msgstr ""
12850
df0617bf 12851#: builtin/update-ref.c:363
cc76011e
JX
12852msgid "delete the reference"
12853msgstr ""
12854
df0617bf 12855#: builtin/update-ref.c:365
cc76011e
JX
12856msgid "update <refname> not the one it points to"
12857msgstr ""
12858
df0617bf 12859#: builtin/update-ref.c:366
727b9576
JX
12860msgid "stdin has NUL-terminated arguments"
12861msgstr ""
12862
df0617bf 12863#: builtin/update-ref.c:367
727b9576
JX
12864msgid "read updates from stdin"
12865msgstr ""
12866
cc76011e
JX
12867#: builtin/update-server-info.c:6
12868msgid "git update-server-info [--force]"
12869msgstr ""
12870
12871#: builtin/update-server-info.c:14
12872msgid "update the info files from scratch"
12873msgstr ""
12874
fe05e196 12875#: builtin/verify-commit.c:17
c2ea1208 12876msgid "git verify-commit [-v | --verbose] <commit>..."
fe05e196
JX
12877msgstr ""
12878
df0617bf 12879#: builtin/verify-commit.c:72
fe05e196
JX
12880msgid "print commit contents"
12881msgstr ""
12882
673bfad0 12883#: builtin/verify-commit.c:73 builtin/verify-tag.c:37
df0617bf
JX
12884msgid "print raw gpg status output"
12885msgstr ""
12886
d07a63e4 12887#: builtin/verify-pack.c:54
c2ea1208 12888msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
cc76011e
JX
12889msgstr ""
12890
d07a63e4 12891#: builtin/verify-pack.c:64
cc76011e
JX
12892msgid "verbose"
12893msgstr ""
12894
d07a63e4 12895#: builtin/verify-pack.c:66
cc76011e
JX
12896msgid "show statistics only"
12897msgstr ""
12898
673bfad0
JX
12899#: builtin/verify-tag.c:18
12900msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
cc76011e
JX
12901msgstr ""
12902
673bfad0 12903#: builtin/verify-tag.c:36
cc76011e
JX
12904msgid "print tag contents"
12905msgstr ""
12906
f4f2c8f8
JX
12907#: builtin/worktree.c:15
12908msgid "git worktree add [<options>] <path> [<branch>]"
a4156d20
JX
12909msgstr ""
12910
f4f2c8f8 12911#: builtin/worktree.c:16
9fa976ff 12912msgid "git worktree list [<options>]"
a4156d20
JX
12913msgstr ""
12914
f4f2c8f8 12915#: builtin/worktree.c:17
9fa976ff
JX
12916msgid "git worktree lock [<options>] <path>"
12917msgstr ""
12918
12919#: builtin/worktree.c:18
12920msgid "git worktree prune [<options>]"
12921msgstr ""
12922
12923#: builtin/worktree.c:19
12924msgid "git worktree unlock <path>"
f4f2c8f8
JX
12925msgstr ""
12926
28e1aaa4 12927#: builtin/worktree.c:43
a4156d20
JX
12928#, c-format
12929msgid "Removing worktrees/%s: not a valid directory"
12930msgstr ""
12931
28e1aaa4 12932#: builtin/worktree.c:49
a4156d20
JX
12933#, c-format
12934msgid "Removing worktrees/%s: gitdir file does not exist"
12935msgstr ""
12936
28e1aaa4 12937#: builtin/worktree.c:54
a4156d20
JX
12938#, c-format
12939msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
12940msgstr ""
12941
28e1aaa4 12942#: builtin/worktree.c:65
a4156d20
JX
12943#, c-format
12944msgid "Removing worktrees/%s: invalid gitdir file"
12945msgstr ""
12946
28e1aaa4 12947#: builtin/worktree.c:81
a4156d20
JX
12948#, c-format
12949msgid "Removing worktrees/%s: gitdir file points to non-existent location"
12950msgstr ""
12951
a4d94835
JX
12952#: builtin/worktree.c:128
12953msgid "report pruned working trees"
12954msgstr ""
12955
12956#: builtin/worktree.c:130
12957msgid "expire working trees older than <time>"
12958msgstr ""
12959
9fa976ff 12960#: builtin/worktree.c:204
a4156d20
JX
12961#, c-format
12962msgid "'%s' already exists"
12963msgstr ""
12964
28e1aaa4 12965#: builtin/worktree.c:235
a4156d20
JX
12966#, c-format
12967msgid "could not create directory of '%s'"
12968msgstr ""
12969
28e1aaa4 12970#: builtin/worktree.c:274
a4156d20 12971#, c-format
df0617bf 12972msgid "Preparing %s (identifier %s)"
a4156d20
JX
12973msgstr ""
12974
28e1aaa4 12975#: builtin/worktree.c:328
a4156d20
JX
12976msgid "checkout <branch> even if already checked out in other worktree"
12977msgstr ""
12978
28e1aaa4 12979#: builtin/worktree.c:330
a4156d20
JX
12980msgid "create a new branch"
12981msgstr ""
12982
28e1aaa4 12983#: builtin/worktree.c:332
9fa976ff 12984msgid "create or reset a branch"
a4156d20
JX
12985msgstr ""
12986
28e1aaa4 12987#: builtin/worktree.c:334
f517e50d
JX
12988msgid "populate the new working tree"
12989msgstr ""
12990
28e1aaa4
JX
12991#: builtin/worktree.c:335
12992msgid "keep the new working tree locked"
12993msgstr ""
12994
12995#: builtin/worktree.c:343
df0617bf 12996msgid "-b, -B, and --detach are mutually exclusive"
a4156d20
JX
12997msgstr ""
12998
28e1aaa4 12999#: builtin/worktree.c:478
9fa976ff
JX
13000msgid "reason for locking"
13001msgstr ""
13002
28e1aaa4 13003#: builtin/worktree.c:490 builtin/worktree.c:523
9fa976ff
JX
13004#, c-format
13005msgid "'%s' is not a working tree"
13006msgstr ""
13007
28e1aaa4 13008#: builtin/worktree.c:492 builtin/worktree.c:525
9fa976ff
JX
13009msgid "The main working tree cannot be locked or unlocked"
13010msgstr ""
13011
28e1aaa4 13012#: builtin/worktree.c:497
9fa976ff
JX
13013#, c-format
13014msgid "'%s' is already locked, reason: %s"
13015msgstr ""
13016
28e1aaa4 13017#: builtin/worktree.c:499
9fa976ff
JX
13018#, c-format
13019msgid "'%s' is already locked"
13020msgstr ""
13021
28e1aaa4 13022#: builtin/worktree.c:527
9fa976ff
JX
13023#, c-format
13024msgid "'%s' is not locked"
13025msgstr ""
13026
cc76011e
JX
13027#: builtin/write-tree.c:13
13028msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
13029msgstr ""
13030
13031#: builtin/write-tree.c:26
13032msgid "<prefix>/"
13033msgstr ""
13034
13035#: builtin/write-tree.c:27
13036msgid "write tree object for a subdirectory <prefix>"
13037msgstr ""
13038
13039#: builtin/write-tree.c:30
13040msgid "only useful for debugging"
13041msgstr ""
13042
fda7b092 13043#: upload-pack.c:22
9fa976ff
JX
13044msgid "git upload-pack [<options>] <dir>"
13045msgstr ""
13046
dfc182b1 13047#: upload-pack.c:1040
9fa976ff
JX
13048msgid "quit after a single request/response exchange"
13049msgstr ""
13050
dfc182b1 13051#: upload-pack.c:1042
9fa976ff
JX
13052msgid "exit immediately after initial ref advertisement"
13053msgstr ""
13054
dfc182b1 13055#: upload-pack.c:1044
9fa976ff
JX
13056msgid "do not try <directory>/.git/ if <directory> is no Git directory"
13057msgstr ""
13058
dfc182b1 13059#: upload-pack.c:1046
9fa976ff
JX
13060msgid "interrupt transfer after <n> seconds of inactivity"
13061msgstr ""
13062
fda7b092
JX
13063#: credential-cache--daemon.c:223
13064#, c-format
13065msgid ""
13066"The permissions on your socket directory are too loose; other\n"
13067"users may be able to read your cached credentials. Consider running:\n"
13068"\n"
13069"\tchmod 0700 %s"
13070msgstr ""
13071
f517e50d 13072#: credential-cache--daemon.c:271
d07a63e4
JX
13073msgid "print debugging messages to stderr"
13074msgstr ""
13075
105979f7 13076#: git.c:14
c6bc7d43 13077msgid ""
d07a63e4 13078"'git help -a' and 'git help -g' list available subcommands and some\n"
c6bc7d43
JX
13079"concept guides. See 'git help <command>' or 'git help <concept>'\n"
13080"to read about a specific subcommand or concept."
6f6731e7
JX
13081msgstr ""
13082
28e1aaa4
JX
13083#: http.c:336
13084#, c-format
13085msgid "negative value for http.postbuffer; defaulting to %d"
13086msgstr ""
13087
13088#: http.c:357
fda7b092
JX
13089msgid "Delegation control is not supported with cURL < 7.22.0"
13090msgstr ""
13091
28e1aaa4 13092#: http.c:366
9eb3984b
JX
13093msgid "Public key pinning not supported with cURL < 7.44.0"
13094msgstr ""
13095
28e1aaa4 13096#: http.c:1766
673bfad0
JX
13097#, c-format
13098msgid ""
13099"unable to update url base from redirection:\n"
13100" asked for: %s\n"
13101" redirect: %s"
13102msgstr ""
13103
dfc182b1 13104#: remote-curl.c:323
673bfad0
JX
13105#, c-format
13106msgid "redirecting to %s"
13107msgstr ""
13108
df0617bf 13109#: common-cmds.h:9
64f23b0c
JX
13110msgid "start a working area (see also: git help tutorial)"
13111msgstr ""
13112
df0617bf 13113#: common-cmds.h:10
64f23b0c
JX
13114msgid "work on the current change (see also: git help everyday)"
13115msgstr ""
13116
df0617bf 13117#: common-cmds.h:11
64f23b0c
JX
13118msgid "examine the history and state (see also: git help revisions)"
13119msgstr ""
13120
df0617bf 13121#: common-cmds.h:12
64f23b0c
JX
13122msgid "grow, mark and tweak your common history"
13123msgstr ""
13124
df0617bf 13125#: common-cmds.h:13
64f23b0c
JX
13126msgid "collaborate (see also: git help workflows)"
13127msgstr ""
13128
df0617bf 13129#: common-cmds.h:17
822e4a65
JX
13130msgid "Add file contents to the index"
13131msgstr ""
13132
df0617bf
JX
13133#: common-cmds.h:18
13134msgid "Use binary search to find the commit that introduced a bug"
822e4a65
JX
13135msgstr ""
13136
df0617bf 13137#: common-cmds.h:19
822e4a65
JX
13138msgid "List, create, or delete branches"
13139msgstr ""
13140
df0617bf 13141#: common-cmds.h:20
a4156d20 13142msgid "Switch branches or restore working tree files"
822e4a65
JX
13143msgstr ""
13144
df0617bf 13145#: common-cmds.h:21
822e4a65
JX
13146msgid "Clone a repository into a new directory"
13147msgstr ""
13148
df0617bf 13149#: common-cmds.h:22
822e4a65
JX
13150msgid "Record changes to the repository"
13151msgstr ""
13152
df0617bf 13153#: common-cmds.h:23
822e4a65
JX
13154msgid "Show changes between commits, commit and working tree, etc"
13155msgstr ""
13156
df0617bf 13157#: common-cmds.h:24
822e4a65
JX
13158msgid "Download objects and refs from another repository"
13159msgstr ""
13160
df0617bf 13161#: common-cmds.h:25
822e4a65
JX
13162msgid "Print lines matching a pattern"
13163msgstr ""
13164
df0617bf 13165#: common-cmds.h:26
9caaf23e 13166msgid "Create an empty Git repository or reinitialize an existing one"
822e4a65
JX
13167msgstr ""
13168
df0617bf 13169#: common-cmds.h:27
822e4a65
JX
13170msgid "Show commit logs"
13171msgstr ""
13172
df0617bf 13173#: common-cmds.h:28
822e4a65
JX
13174msgid "Join two or more development histories together"
13175msgstr ""
13176
df0617bf 13177#: common-cmds.h:29
822e4a65
JX
13178msgid "Move or rename a file, a directory, or a symlink"
13179msgstr ""
13180
df0617bf 13181#: common-cmds.h:30
28b3cffc 13182msgid "Fetch from and integrate with another repository or a local branch"
822e4a65
JX
13183msgstr ""
13184
df0617bf 13185#: common-cmds.h:31
822e4a65
JX
13186msgid "Update remote refs along with associated objects"
13187msgstr ""
13188
df0617bf 13189#: common-cmds.h:32
f1522b27 13190msgid "Reapply commits on top of another base tip"
822e4a65
JX
13191msgstr ""
13192
df0617bf 13193#: common-cmds.h:33
822e4a65
JX
13194msgid "Reset current HEAD to the specified state"
13195msgstr ""
13196
df0617bf 13197#: common-cmds.h:34
822e4a65
JX
13198msgid "Remove files from the working tree and from the index"
13199msgstr ""
13200
df0617bf 13201#: common-cmds.h:35
822e4a65
JX
13202msgid "Show various types of objects"
13203msgstr ""
13204
df0617bf 13205#: common-cmds.h:36
822e4a65
JX
13206msgid "Show the working tree status"
13207msgstr ""
13208
df0617bf 13209#: common-cmds.h:37
822e4a65
JX
13210msgid "Create, list, delete or verify a tag object signed with GPG"
13211msgstr ""
13212
df0617bf 13213#: parse-options.h:145
d07a63e4
JX
13214msgid "expiry-date"
13215msgstr ""
13216
df0617bf 13217#: parse-options.h:160
d07a63e4
JX
13218msgid "no-op (backward compatibility)"
13219msgstr ""
13220
fda7b092 13221#: parse-options.h:238
d07a63e4
JX
13222msgid "be more verbose"
13223msgstr ""
13224
fda7b092 13225#: parse-options.h:240
d07a63e4
JX
13226msgid "be more quiet"
13227msgstr ""
13228
fda7b092 13229#: parse-options.h:246
d07a63e4
JX
13230msgid "use <n> digits to display SHA-1s"
13231msgstr ""
13232
f517e50d 13233#: rerere.h:40
d07a63e4
JX
13234msgid "update the index with reused conflict resolution if possible"
13235msgstr ""
13236
9fa976ff 13237#: git-bisect.sh:54
7256fd7c
JX
13238msgid "You need to start by \"git bisect start\""
13239msgstr ""
13240
dce37b66
JX
13241#. TRANSLATORS: Make sure to include [Y] and [n] in your
13242#. translation. The program will only accept English input
13243#. at this point.
9fa976ff 13244#: git-bisect.sh:60
dce37b66
JX
13245msgid "Do you want me to do it for you [Y/n]? "
13246msgstr ""
13247
9fa976ff 13248#: git-bisect.sh:121
dce37b66
JX
13249#, sh-format
13250msgid "unrecognised option: '$arg'"
13251msgstr ""
13252
9fa976ff 13253#: git-bisect.sh:125
dce37b66
JX
13254#, sh-format
13255msgid "'$arg' does not appear to be a valid revision"
13256msgstr ""
13257
9fa976ff 13258#: git-bisect.sh:154
dce37b66
JX
13259msgid "Bad HEAD - I need a HEAD"
13260msgstr ""
13261
9fa976ff 13262#: git-bisect.sh:167
dce37b66
JX
13263#, sh-format
13264msgid ""
c2ea1208 13265"Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
dce37b66
JX
13266msgstr ""
13267
9fa976ff 13268#: git-bisect.sh:177
df49095a 13269msgid "won't bisect on cg-seek'ed tree"
dce37b66
JX
13270msgstr ""
13271
9fa976ff 13272#: git-bisect.sh:181
dce37b66
JX
13273msgid "Bad HEAD - strange symbolic ref"
13274msgstr ""
13275
9fa976ff 13276#: git-bisect.sh:233
dce37b66
JX
13277#, sh-format
13278msgid "Bad bisect_write argument: $state"
13279msgstr ""
13280
9fa976ff 13281#: git-bisect.sh:262
dce37b66
JX
13282#, sh-format
13283msgid "Bad rev input: $arg"
13284msgstr ""
13285
9fa976ff
JX
13286#: git-bisect.sh:281
13287#, sh-format
13288msgid "Bad rev input: $bisected_head"
dce37b66
JX
13289msgstr ""
13290
f4f2c8f8 13291#: git-bisect.sh:290
dce37b66
JX
13292#, sh-format
13293msgid "Bad rev input: $rev"
13294msgstr ""
13295
f4f2c8f8 13296#: git-bisect.sh:299
df0617bf
JX
13297#, sh-format
13298msgid "'git bisect $TERM_BAD' can take only one argument."
dce37b66
JX
13299msgstr ""
13300
f4f2c8f8 13301#: git-bisect.sh:322
df0617bf
JX
13302#, sh-format
13303msgid "Warning: bisecting only with a $TERM_BAD commit."
7256fd7c
JX
13304msgstr ""
13305
dce37b66
JX
13306#. TRANSLATORS: Make sure to include [Y] and [n] in your
13307#. translation. The program will only accept English input
13308#. at this point.
f4f2c8f8 13309#: git-bisect.sh:328
dce37b66
JX
13310msgid "Are you sure [Y/n]? "
13311msgstr ""
13312
f4f2c8f8 13313#: git-bisect.sh:340
df0617bf 13314#, sh-format
7256fd7c 13315msgid ""
df0617bf
JX
13316"You need to give me at least one $bad_syn and one $good_syn revision.\n"
13317"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
7256fd7c
JX
13318msgstr ""
13319
f4f2c8f8 13320#: git-bisect.sh:343
df0617bf 13321#, sh-format
7256fd7c
JX
13322msgid ""
13323"You need to start by \"git bisect start\".\n"
df0617bf
JX
13324"You then need to give me at least one $good_syn and one $bad_syn revision.\n"
13325"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
7256fd7c
JX
13326msgstr ""
13327
f4f2c8f8 13328#: git-bisect.sh:414 git-bisect.sh:546
7256fd7c
JX
13329msgid "We are not bisecting."
13330msgstr ""
13331
f4f2c8f8 13332#: git-bisect.sh:421
dce37b66
JX
13333#, sh-format
13334msgid "'$invalid' is not a valid commit"
13335msgstr ""
13336
f4f2c8f8 13337#: git-bisect.sh:430
dce37b66
JX
13338#, sh-format
13339msgid ""
13340"Could not check out original HEAD '$branch'.\n"
13341"Try 'git bisect reset <commit>'."
13342msgstr ""
13343
f4f2c8f8 13344#: git-bisect.sh:458
dce37b66
JX
13345msgid "No logfile given"
13346msgstr ""
13347
f4f2c8f8 13348#: git-bisect.sh:459
dce37b66
JX
13349#, sh-format
13350msgid "cannot read $file for replaying"
13351msgstr ""
13352
f4f2c8f8 13353#: git-bisect.sh:480
dce37b66
JX
13354msgid "?? what are you talking about?"
13355msgstr ""
13356
f4f2c8f8 13357#: git-bisect.sh:492
7256fd7c
JX
13358#, sh-format
13359msgid "running $command"
13360msgstr ""
13361
f4f2c8f8 13362#: git-bisect.sh:499
7256fd7c
JX
13363#, sh-format
13364msgid ""
13365"bisect run failed:\n"
13366"exit code $res from '$command' is < 0 or >= 128"
13367msgstr ""
13368
f4f2c8f8 13369#: git-bisect.sh:525
7256fd7c
JX
13370msgid "bisect run cannot continue any more"
13371msgstr ""
13372
f4f2c8f8 13373#: git-bisect.sh:531
7256fd7c
JX
13374#, sh-format
13375msgid ""
13376"bisect run failed:\n"
13377"'bisect_state $state' exited with error code $res"
13378msgstr ""
13379
f4f2c8f8 13380#: git-bisect.sh:538
7256fd7c 13381msgid "bisect run success"
dce37b66
JX
13382msgstr ""
13383
f4f2c8f8
JX
13384#: git-bisect.sh:565
13385msgid "please use two different terms"
13386msgstr ""
13387
13388#: git-bisect.sh:575
13389#, sh-format
13390msgid "'$term' is not a valid term"
13391msgstr ""
13392
13393#: git-bisect.sh:578
13394#, sh-format
13395msgid "can't use the builtin command '$term' as a term"
13396msgstr ""
13397
13398#: git-bisect.sh:587 git-bisect.sh:593
13399#, sh-format
13400msgid "can't change the meaning of term '$term'"
13401msgstr ""
13402
13403#: git-bisect.sh:606
7256fd7c 13404#, sh-format
df0617bf 13405msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
dce37b66
JX
13406msgstr ""
13407
f4f2c8f8
JX
13408#: git-bisect.sh:636
13409msgid "no terms defined"
13410msgstr ""
13411
13412#: git-bisect.sh:653
13413#, sh-format
13414msgid ""
13415"invalid argument $arg for 'git bisect terms'.\n"
13416"Supported options are: --term-good|--term-old and --term-bad|--term-new."
13417msgstr ""
13418
9fa976ff
JX
13419#: git-merge-octopus.sh:46
13420msgid ""
13421"Error: Your local changes to the following files would be overwritten by "
13422"merge"
13423msgstr ""
13424
13425#: git-merge-octopus.sh:61
13426msgid "Automated merge did not work."
13427msgstr ""
13428
13429#: git-merge-octopus.sh:62
fda7b092 13430msgid "Should not be doing an octopus."
9fa976ff
JX
13431msgstr ""
13432
13433#: git-merge-octopus.sh:73
13434#, sh-format
13435msgid "Unable to find common commit with $pretty_name"
13436msgstr ""
13437
13438#: git-merge-octopus.sh:77
13439#, sh-format
13440msgid "Already up-to-date with $pretty_name"
13441msgstr ""
13442
13443#: git-merge-octopus.sh:89
13444#, sh-format
13445msgid "Fast-forwarding to: $pretty_name"
13446msgstr ""
13447
13448#: git-merge-octopus.sh:97
13449#, sh-format
13450msgid "Trying simple merge with $pretty_name"
13451msgstr ""
13452
13453#: git-merge-octopus.sh:102
13454msgid "Simple merge did not work, trying automatic merge."
13455msgstr ""
13456
28e1aaa4 13457#: git-rebase.sh:58
3b6137f2
JX
13458msgid ""
13459"When you have resolved this problem, run \"git rebase --continue\".\n"
13460"If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"
13461"To check out the original branch and stop rebasing, run \"git rebase --abort"
13462"\"."
13463msgstr ""
13464
28e1aaa4 13465#: git-rebase.sh:158 git-rebase.sh:397
9fa976ff
JX
13466#, sh-format
13467msgid "Could not move back to $head_name"
13468msgstr ""
13469
28e1aaa4 13470#: git-rebase.sh:172
28b3cffc
JX
13471#, sh-format
13472msgid "Cannot store $stash_sha1"
13473msgstr ""
13474
28e1aaa4 13475#: git-rebase.sh:212
3b6137f2
JX
13476msgid "The pre-rebase hook refused to rebase."
13477msgstr ""
13478
28e1aaa4 13479#: git-rebase.sh:217
3b6137f2
JX
13480msgid "It looks like git-am is in progress. Cannot rebase."
13481msgstr ""
13482
28e1aaa4 13483#: git-rebase.sh:358
3b6137f2
JX
13484msgid "No rebase in progress?"
13485msgstr ""
13486
28e1aaa4 13487#: git-rebase.sh:369
9306b5b9
JX
13488msgid "The --edit-todo action can only be used during interactive rebase."
13489msgstr ""
13490
28e1aaa4 13491#: git-rebase.sh:376
3b6137f2
JX
13492msgid "Cannot read HEAD"
13493msgstr ""
13494
28e1aaa4 13495#: git-rebase.sh:379
3b6137f2
JX
13496msgid ""
13497"You must edit all merge conflicts and then\n"
13498"mark them as resolved using git add"
13499msgstr ""
13500
28e1aaa4 13501#: git-rebase.sh:419
3b6137f2
JX
13502#, sh-format
13503msgid ""
13504"It seems that there is already a $state_dir_base directory, and\n"
13505"I wonder if you are in the middle of another rebase. If that is the\n"
13506"case, please try\n"
13507"\t$cmd_live_rebase\n"
13508"If that is not the case, please\n"
13509"\t$cmd_clear_stale_rebase\n"
13510"and run me again. I am stopping in case you still have something\n"
13511"valuable there."
13512msgstr ""
13513
28e1aaa4 13514#: git-rebase.sh:470
3b6137f2
JX
13515#, sh-format
13516msgid "invalid upstream $upstream_name"
13517msgstr ""
13518
28e1aaa4 13519#: git-rebase.sh:494
3b6137f2
JX
13520#, sh-format
13521msgid "$onto_name: there are more than one merge bases"
13522msgstr ""
13523
28e1aaa4 13524#: git-rebase.sh:497 git-rebase.sh:501
3b6137f2
JX
13525#, sh-format
13526msgid "$onto_name: there is no merge base"
13527msgstr ""
13528
28e1aaa4 13529#: git-rebase.sh:506
3b6137f2
JX
13530#, sh-format
13531msgid "Does not point to a valid commit: $onto_name"
13532msgstr ""
13533
28e1aaa4 13534#: git-rebase.sh:529
3b6137f2
JX
13535#, sh-format
13536msgid "fatal: no such branch: $branch_name"
13537msgstr ""
13538
28e1aaa4 13539#: git-rebase.sh:562
28b3cffc
JX
13540msgid "Cannot autostash"
13541msgstr ""
13542
28e1aaa4 13543#: git-rebase.sh:567
28b3cffc
JX
13544#, sh-format
13545msgid "Created autostash: $stash_abbrev"
13546msgstr ""
13547
28e1aaa4 13548#: git-rebase.sh:571
3b6137f2
JX
13549msgid "Please commit or stash them."
13550msgstr ""
13551
28e1aaa4 13552#: git-rebase.sh:591
3b6137f2
JX
13553#, sh-format
13554msgid "Current branch $branch_name is up to date."
13555msgstr ""
13556
28e1aaa4 13557#: git-rebase.sh:595
3b6137f2
JX
13558#, sh-format
13559msgid "Current branch $branch_name is up to date, rebase forced."
13560msgstr ""
13561
28e1aaa4 13562#: git-rebase.sh:606
3b6137f2
JX
13563#, sh-format
13564msgid "Changes from $mb to $onto:"
13565msgstr ""
13566
28e1aaa4 13567#: git-rebase.sh:615
3b6137f2
JX
13568msgid "First, rewinding head to replay your work on top of it..."
13569msgstr ""
13570
28e1aaa4 13571#: git-rebase.sh:625
3b6137f2
JX
13572#, sh-format
13573msgid "Fast-forwarded $branch_name to $onto_name."
13574msgstr ""
13575
dfc182b1 13576#: git-stash.sh:53
dce37b66
JX
13577msgid "git stash clear with parameters is unimplemented"
13578msgstr ""
13579
dfc182b1 13580#: git-stash.sh:94
dce37b66
JX
13581msgid "You do not have the initial commit yet"
13582msgstr ""
13583
dfc182b1 13584#: git-stash.sh:109
dce37b66
JX
13585msgid "Cannot save the current index state"
13586msgstr ""
13587
dfc182b1 13588#: git-stash.sh:124
fda7b092
JX
13589msgid "Cannot save the untracked files"
13590msgstr ""
13591
dfc182b1 13592#: git-stash.sh:144 git-stash.sh:157
dce37b66
JX
13593msgid "Cannot save the current worktree state"
13594msgstr ""
13595
dfc182b1 13596#: git-stash.sh:161
dce37b66
JX
13597msgid "No changes selected"
13598msgstr ""
13599
dfc182b1 13600#: git-stash.sh:164
dce37b66
JX
13601msgid "Cannot remove temporary index (can't happen)"
13602msgstr ""
13603
dfc182b1 13604#: git-stash.sh:177
dce37b66
JX
13605msgid "Cannot record working tree state"
13606msgstr ""
13607
dfc182b1 13608#: git-stash.sh:209
28b3cffc
JX
13609#, sh-format
13610msgid "Cannot update $ref_stash with $w_commit"
13611msgstr ""
13612
7256fd7c
JX
13613#. TRANSLATORS: $option is an invalid option, like
13614#. `--blah-blah'. The 7 spaces at the beginning of the
13615#. second line correspond to "error: ". So you should line
13616#. up the second line with however many characters the
13617#. translation of "error: " takes in your language. E.g. in
13618#. English this is:
13619#.
13620#. $ git stash save --blah-blah 2>&1 | head -n 2
13621#. error: unknown option for 'stash save': --blah-blah
13622#. To provide a message, use git stash save -- '--blah-blah'
dfc182b1 13623#: git-stash.sh:265
7256fd7c
JX
13624#, sh-format
13625msgid ""
13626"error: unknown option for 'stash save': $option\n"
13627" To provide a message, use git stash save -- '$option'"
13628msgstr ""
13629
dfc182b1 13630#: git-stash.sh:278
fda7b092
JX
13631msgid "Can't use --patch and --include-untracked or --all at the same time"
13632msgstr ""
13633
dfc182b1 13634#: git-stash.sh:286
dce37b66
JX
13635msgid "No local changes to save"
13636msgstr ""
13637
dfc182b1 13638#: git-stash.sh:291
dce37b66
JX
13639msgid "Cannot initialize stash"
13640msgstr ""
13641
dfc182b1 13642#: git-stash.sh:295
dce37b66
JX
13643msgid "Cannot save the current status"
13644msgstr ""
13645
dfc182b1 13646#: git-stash.sh:296
9fa976ff
JX
13647#, sh-format
13648msgid "Saved working directory and index state $stash_msg"
13649msgstr ""
13650
dfc182b1 13651#: git-stash.sh:323
dce37b66
JX
13652msgid "Cannot remove worktree changes"
13653msgstr ""
13654
dfc182b1 13655#: git-stash.sh:471
64f23b0c
JX
13656#, sh-format
13657msgid "unknown option: $opt"
13658msgstr ""
13659
dfc182b1 13660#: git-stash.sh:484
dce37b66
JX
13661msgid "No stash found."
13662msgstr ""
13663
dfc182b1 13664#: git-stash.sh:491
dce37b66
JX
13665#, sh-format
13666msgid "Too many revisions specified: $REV"
13667msgstr ""
13668
dfc182b1 13669#: git-stash.sh:506
dce37b66 13670#, sh-format
d07a63e4 13671msgid "$reference is not a valid reference"
dce37b66
JX
13672msgstr ""
13673
dfc182b1 13674#: git-stash.sh:534
dce37b66
JX
13675#, sh-format
13676msgid "'$args' is not a stash-like commit"
13677msgstr ""
13678
dfc182b1 13679#: git-stash.sh:545
dce37b66
JX
13680#, sh-format
13681msgid "'$args' is not a stash reference"
13682msgstr ""
13683
dfc182b1 13684#: git-stash.sh:553
dce37b66
JX
13685msgid "unable to refresh index"
13686msgstr ""
13687
dfc182b1 13688#: git-stash.sh:557
dce37b66
JX
13689msgid "Cannot apply a stash in the middle of a merge"
13690msgstr ""
13691
dfc182b1 13692#: git-stash.sh:565
dce37b66
JX
13693msgid "Conflicts in index. Try without --index."
13694msgstr ""
13695
dfc182b1 13696#: git-stash.sh:567
dce37b66
JX
13697msgid "Could not save index tree"
13698msgstr ""
13699
dfc182b1 13700#: git-stash.sh:576
fda7b092
JX
13701msgid "Could not restore untracked files from stash"
13702msgstr ""
13703
dfc182b1 13704#: git-stash.sh:601
dce37b66
JX
13705msgid "Cannot unstage modified files"
13706msgstr ""
13707
dfc182b1 13708#: git-stash.sh:616
7256fd7c
JX
13709msgid "Index was not unstashed."
13710msgstr ""
13711
dfc182b1 13712#: git-stash.sh:630
9fa976ff
JX
13713msgid "The stash is kept in case you need it again."
13714msgstr ""
13715
dfc182b1 13716#: git-stash.sh:639
dce37b66
JX
13717#, sh-format
13718msgid "Dropped ${REV} ($s)"
13719msgstr ""
13720
dfc182b1 13721#: git-stash.sh:640
dce37b66
JX
13722#, sh-format
13723msgid "${REV}: Could not drop stash entry"
13724msgstr ""
13725
dfc182b1 13726#: git-stash.sh:648
dce37b66
JX
13727msgid "No branch name specified"
13728msgstr ""
13729
dfc182b1 13730#: git-stash.sh:727
dce37b66
JX
13731msgid "(To restore them type \"git stash apply\")"
13732msgstr ""
13733
673bfad0 13734#: git-submodule.sh:181
28b3cffc
JX
13735msgid "Relative path can only be used from the toplevel of the working tree"
13736msgstr ""
13737
673bfad0 13738#: git-submodule.sh:191
dce37b66
JX
13739#, sh-format
13740msgid "repo URL: '$repo' must be absolute or begin with ./|../"
13741msgstr ""
13742
673bfad0 13743#: git-submodule.sh:210
dce37b66 13744#, sh-format
cd1e7487 13745msgid "'$sm_path' already exists in the index"
dce37b66
JX
13746msgstr ""
13747
673bfad0
JX
13748#: git-submodule.sh:213
13749#, sh-format
13750msgid "'$sm_path' already exists in the index and is not a submodule"
13751msgstr ""
13752
13753#: git-submodule.sh:218
7256fd7c
JX
13754#, sh-format
13755msgid ""
13756"The following path is ignored by one of your .gitignore files:\n"
13757"$sm_path\n"
13758"Use -f if you really want to add it."
13759msgstr ""
13760
673bfad0 13761#: git-submodule.sh:236
7256fd7c
JX
13762#, sh-format
13763msgid "Adding existing repo at '$sm_path' to the index"
13764msgstr ""
13765
673bfad0 13766#: git-submodule.sh:238
dce37b66 13767#, sh-format
cd1e7487 13768msgid "'$sm_path' already exists and is not a valid git repo"
dce37b66
JX
13769msgstr ""
13770
673bfad0 13771#: git-submodule.sh:246
fe52cd62
JX
13772#, sh-format
13773msgid "A git directory for '$sm_name' is found locally with remote(s):"
13774msgstr ""
13775
673bfad0 13776#: git-submodule.sh:248
fe52cd62
JX
13777#, sh-format
13778msgid ""
9fa976ff
JX
13779"If you want to reuse this local git directory instead of cloning again from\n"
13780" $realrepo\n"
13781"use the '--force' option. If the local git directory is not the correct "
13782"repo\n"
fe52cd62
JX
13783"or you are unsure what this means choose another name with the '--name' "
13784"option."
13785msgstr ""
13786
673bfad0 13787#: git-submodule.sh:254
fe52cd62
JX
13788#, sh-format
13789msgid "Reactivating local git directory for submodule '$sm_name'."
13790msgstr ""
13791
673bfad0 13792#: git-submodule.sh:266
dce37b66 13793#, sh-format
cd1e7487 13794msgid "Unable to checkout submodule '$sm_path'"
dce37b66
JX
13795msgstr ""
13796
673bfad0 13797#: git-submodule.sh:271
dce37b66 13798#, sh-format
cd1e7487 13799msgid "Failed to add submodule '$sm_path'"
dce37b66
JX
13800msgstr ""
13801
673bfad0 13802#: git-submodule.sh:280
dce37b66 13803#, sh-format
cd1e7487 13804msgid "Failed to register submodule '$sm_path'"
dce37b66
JX
13805msgstr ""
13806
dfc182b1 13807#: git-submodule.sh:341
dce37b66 13808#, sh-format
f517e50d 13809msgid "Entering '$displaypath'"
dce37b66
JX
13810msgstr ""
13811
dfc182b1 13812#: git-submodule.sh:361
dce37b66 13813#, sh-format
f517e50d 13814msgid "Stopping at '$displaypath'; script returned non-zero status."
dce37b66
JX
13815msgstr ""
13816
dfc182b1 13817#: git-submodule.sh:432
dce37b66 13818#, sh-format
f517e50d 13819msgid "pathspec and --all are incompatible"
dce37b66
JX
13820msgstr ""
13821
dfc182b1 13822#: git-submodule.sh:437
c138af56 13823#, sh-format
f517e50d 13824msgid "Use '--all' if you really want to deinitialize all submodules"
c138af56
JX
13825msgstr ""
13826
dfc182b1 13827#: git-submodule.sh:457
c138af56
JX
13828#, sh-format
13829msgid ""
9fa976ff 13830"Submodule work tree '$displaypath' contains a .git directory\n"
c138af56
JX
13831"(use 'rm -rf' if you really want to remove it including all of its history)"
13832msgstr ""
13833
dfc182b1 13834#: git-submodule.sh:465
dce37b66
JX
13835#, sh-format
13836msgid ""
28b3cffc 13837"Submodule work tree '$displaypath' contains local modifications; use '-f' to "
c138af56
JX
13838"discard them"
13839msgstr ""
13840
dfc182b1 13841#: git-submodule.sh:468
c138af56 13842#, sh-format
28b3cffc 13843msgid "Cleared directory '$displaypath'"
c138af56
JX
13844msgstr ""
13845
dfc182b1 13846#: git-submodule.sh:469
c138af56 13847#, sh-format
28b3cffc 13848msgid "Could not remove submodule work tree '$displaypath'"
c138af56
JX
13849msgstr ""
13850
dfc182b1 13851#: git-submodule.sh:472
c138af56 13852#, sh-format
28b3cffc 13853msgid "Could not create empty submodule directory '$displaypath'"
c138af56
JX
13854msgstr ""
13855
dfc182b1 13856#: git-submodule.sh:481
c138af56 13857#, sh-format
28b3cffc 13858msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"
c138af56
JX
13859msgstr ""
13860
dfc182b1 13861#: git-submodule.sh:637
dce37b66 13862#, sh-format
28b3cffc 13863msgid "Unable to find current revision in submodule path '$displaypath'"
dce37b66
JX
13864msgstr ""
13865
dfc182b1 13866#: git-submodule.sh:647
dce37b66 13867#, sh-format
cd1e7487 13868msgid "Unable to fetch in submodule path '$sm_path'"
dce37b66
JX
13869msgstr ""
13870
dfc182b1 13871#: git-submodule.sh:652
9fa976ff
JX
13872#, sh-format
13873msgid ""
13874"Unable to find current ${remote_name}/${branch} revision in submodule path "
13875"'$sm_path'"
13876msgstr ""
13877
dfc182b1 13878#: git-submodule.sh:670
dce37b66 13879#, sh-format
28b3cffc 13880msgid "Unable to fetch in submodule path '$displaypath'"
dce37b66
JX
13881msgstr ""
13882
dfc182b1 13883#: git-submodule.sh:676
9fa976ff
JX
13884#, sh-format
13885msgid ""
13886"Fetched in submodule path '$displaypath', but it did not contain $sha1. "
13887"Direct fetching of that commit failed."
13888msgstr ""
13889
dfc182b1 13890#: git-submodule.sh:683
5e078fcd
JX
13891#, sh-format
13892msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
13893msgstr ""
13894
dfc182b1 13895#: git-submodule.sh:684
dce37b66 13896#, sh-format
5e078fcd
JX
13897msgid "Submodule path '$displaypath': checked out '$sha1'"
13898msgstr ""
13899
dfc182b1 13900#: git-submodule.sh:688
5e078fcd 13901#, sh-format
28b3cffc 13902msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
dce37b66
JX
13903msgstr ""
13904
dfc182b1 13905#: git-submodule.sh:689
dce37b66 13906#, sh-format
28b3cffc 13907msgid "Submodule path '$displaypath': rebased into '$sha1'"
dce37b66
JX
13908msgstr ""
13909
dfc182b1 13910#: git-submodule.sh:694
dce37b66 13911#, sh-format
28b3cffc 13912msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
dce37b66
JX
13913msgstr ""
13914
dfc182b1 13915#: git-submodule.sh:695
dce37b66 13916#, sh-format
28b3cffc 13917msgid "Submodule path '$displaypath': merged in '$sha1'"
dce37b66
JX
13918msgstr ""
13919
dfc182b1 13920#: git-submodule.sh:700
dce37b66 13921#, sh-format
f517e50d 13922msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
dce37b66
JX
13923msgstr ""
13924
dfc182b1 13925#: git-submodule.sh:701
dce37b66 13926#, sh-format
f517e50d 13927msgid "Submodule path '$displaypath': '$command $sha1'"
dce37b66
JX
13928msgstr ""
13929
dfc182b1 13930#: git-submodule.sh:732
28b3cffc
JX
13931#, sh-format
13932msgid "Failed to recurse into submodule path '$displaypath'"
13933msgstr ""
13934
dfc182b1 13935#: git-submodule.sh:840
3b6137f2 13936msgid "The --cached option cannot be used with the --files option"
7256fd7c
JX
13937msgstr ""
13938
dfc182b1 13939#: git-submodule.sh:892
7256fd7c
JX
13940#, sh-format
13941msgid "unexpected mode $mod_dst"
dce37b66
JX
13942msgstr ""
13943
dfc182b1 13944#: git-submodule.sh:912
dce37b66 13945#, sh-format
28b3cffc 13946msgid " Warn: $display_name doesn't contain commit $sha1_src"
dce37b66
JX
13947msgstr ""
13948
dfc182b1 13949#: git-submodule.sh:915
dce37b66 13950#, sh-format
28b3cffc 13951msgid " Warn: $display_name doesn't contain commit $sha1_dst"
dce37b66
JX
13952msgstr ""
13953
dfc182b1 13954#: git-submodule.sh:918
dce37b66 13955#, sh-format
28b3cffc 13956msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
dce37b66
JX
13957msgstr ""
13958
dfc182b1 13959#: git-submodule.sh:1064
c138af56
JX
13960#, sh-format
13961msgid "Failed to recurse into submodule path '$sm_path'"
13962msgstr ""
13963
dfc182b1 13964#: git-submodule.sh:1136
dce37b66 13965#, sh-format
28b3cffc 13966msgid "Synchronizing submodule url for '$displaypath'"
dce37b66 13967msgstr ""
f517e50d
JX
13968
13969#: git-parse-remote.sh:89
13970#, sh-format
13971msgid "See git-${cmd}(1) for details."
13972msgstr ""
9fa976ff 13973
72351d7d 13974#: git-rebase--interactive.sh:140
9fa976ff
JX
13975#, sh-format
13976msgid "Rebasing ($new_count/$total)"
13977msgstr ""
13978
72351d7d 13979#: git-rebase--interactive.sh:156
9fa976ff
JX
13980msgid ""
13981"\n"
13982"Commands:\n"
13983" p, pick = use commit\n"
13984" r, reword = use commit, but edit the commit message\n"
13985" e, edit = use commit, but stop for amending\n"
13986" s, squash = use commit, but meld into previous commit\n"
13987" f, fixup = like \"squash\", but discard this commit's log message\n"
13988" x, exec = run command (the rest of the line) using shell\n"
13989" d, drop = remove commit\n"
13990"\n"
13991"These lines can be re-ordered; they are executed from top to bottom.\n"
13992msgstr ""
13993
72351d7d 13994#: git-rebase--interactive.sh:171
9fa976ff
JX
13995msgid ""
13996"\n"
13997"Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
13998msgstr ""
13999
72351d7d 14000#: git-rebase--interactive.sh:175
9fa976ff
JX
14001msgid ""
14002"\n"
14003"If you remove a line here THAT COMMIT WILL BE LOST.\n"
14004msgstr ""
14005
72351d7d 14006#: git-rebase--interactive.sh:211
9fa976ff
JX
14007#, sh-format
14008msgid ""
14009"You can amend the commit now, with\n"
14010"\n"
14011"\tgit commit --amend $gpg_sign_opt_quoted\n"
14012"\n"
14013"Once you are satisfied with your changes, run\n"
14014"\n"
14015"\tgit rebase --continue"
14016msgstr ""
14017
72351d7d 14018#: git-rebase--interactive.sh:236
9fa976ff
JX
14019#, sh-format
14020msgid "$sha1: not a commit that can be picked"
14021msgstr ""
14022
72351d7d 14023#: git-rebase--interactive.sh:275
9fa976ff
JX
14024#, sh-format
14025msgid "Invalid commit name: $sha1"
14026msgstr ""
14027
72351d7d 14028#: git-rebase--interactive.sh:317
9fa976ff
JX
14029msgid "Cannot write current commit's replacement sha1"
14030msgstr ""
14031
72351d7d 14032#: git-rebase--interactive.sh:369
9fa976ff
JX
14033#, sh-format
14034msgid "Fast-forward to $sha1"
14035msgstr ""
14036
72351d7d 14037#: git-rebase--interactive.sh:371
9fa976ff
JX
14038#, sh-format
14039msgid "Cannot fast-forward to $sha1"
14040msgstr ""
14041
72351d7d 14042#: git-rebase--interactive.sh:380
9fa976ff
JX
14043#, sh-format
14044msgid "Cannot move HEAD to $first_parent"
14045msgstr ""
14046
72351d7d 14047#: git-rebase--interactive.sh:385
9fa976ff
JX
14048#, sh-format
14049msgid "Refusing to squash a merge: $sha1"
14050msgstr ""
14051
72351d7d 14052#: git-rebase--interactive.sh:399
9fa976ff
JX
14053#, sh-format
14054msgid "Error redoing merge $sha1"
14055msgstr ""
14056
72351d7d 14057#: git-rebase--interactive.sh:407
9fa976ff
JX
14058#, sh-format
14059msgid "Could not pick $sha1"
14060msgstr ""
14061
72351d7d 14062#: git-rebase--interactive.sh:416
5bd166d8
JX
14063#, sh-format
14064msgid "This is the commit message #${n}:"
9fa976ff
JX
14065msgstr ""
14066
72351d7d 14067#: git-rebase--interactive.sh:421
9fa976ff 14068#, sh-format
5bd166d8 14069msgid "The commit message #${n} will be skipped:"
9fa976ff
JX
14070msgstr ""
14071
72351d7d 14072#: git-rebase--interactive.sh:432
9fa976ff 14073#, sh-format
9fa976ff
JX
14074msgid "This is a combination of $count commit."
14075msgid_plural "This is a combination of $count commits."
14076msgstr[0] ""
14077msgstr[1] ""
14078
673bfad0 14079#: git-rebase--interactive.sh:441
9fa976ff
JX
14080#, sh-format
14081msgid "Cannot write $fixup_msg"
14082msgstr ""
14083
72351d7d 14084#: git-rebase--interactive.sh:444
673bfad0 14085msgid "This is a combination of 2 commits."
5bd166d8
JX
14086msgstr ""
14087
673bfad0
JX
14088#: git-rebase--interactive.sh:485 git-rebase--interactive.sh:528
14089#: git-rebase--interactive.sh:531
9fa976ff
JX
14090#, sh-format
14091msgid "Could not apply $sha1... $rest"
14092msgstr ""
14093
673bfad0 14094#: git-rebase--interactive.sh:559
9fa976ff
JX
14095#, sh-format
14096msgid ""
14097"Could not amend commit after successfully picking $sha1... $rest\n"
14098"This is most likely due to an empty commit message, or the pre-commit hook\n"
14099"failed. If the pre-commit hook failed, you may need to resolve the issue "
14100"before\n"
14101"you are able to reword the commit."
14102msgstr ""
14103
673bfad0 14104#: git-rebase--interactive.sh:574
9fa976ff
JX
14105#, sh-format
14106msgid "Stopped at $sha1_abbrev... $rest"
14107msgstr ""
14108
673bfad0 14109#: git-rebase--interactive.sh:589
9fa976ff
JX
14110#, sh-format
14111msgid "Cannot '$squash_style' without a previous commit"
14112msgstr ""
14113
673bfad0 14114#: git-rebase--interactive.sh:631
9fa976ff
JX
14115#, sh-format
14116msgid "Executing: $rest"
14117msgstr ""
14118
673bfad0 14119#: git-rebase--interactive.sh:639
9fa976ff
JX
14120#, sh-format
14121msgid "Execution failed: $rest"
14122msgstr ""
14123
673bfad0 14124#: git-rebase--interactive.sh:641
9fa976ff
JX
14125msgid "and made changes to the index and/or the working tree"
14126msgstr ""
14127
673bfad0 14128#: git-rebase--interactive.sh:643
9fa976ff
JX
14129msgid ""
14130"You can fix the problem, and then run\n"
14131"\n"
14132"\tgit rebase --continue"
14133msgstr ""
14134
14135#. TRANSLATORS: after these lines is a command to be issued by the user
673bfad0 14136#: git-rebase--interactive.sh:656
9fa976ff
JX
14137#, sh-format
14138msgid ""
14139"Execution succeeded: $rest\n"
14140"but left changes to the index and/or the working tree\n"
14141"Commit or stash your changes, and then run\n"
14142"\n"
14143"\tgit rebase --continue"
14144msgstr ""
14145
673bfad0 14146#: git-rebase--interactive.sh:667
9fa976ff
JX
14147#, sh-format
14148msgid "Unknown command: $command $sha1 $rest"
14149msgstr ""
14150
673bfad0 14151#: git-rebase--interactive.sh:668
9fa976ff
JX
14152msgid "Please fix this using 'git rebase --edit-todo'."
14153msgstr ""
14154
673bfad0 14155#: git-rebase--interactive.sh:703
9fa976ff
JX
14156#, sh-format
14157msgid "Successfully rebased and updated $head_name."
14158msgstr ""
14159
673bfad0 14160#: git-rebase--interactive.sh:750
9fa976ff
JX
14161msgid "Could not skip unnecessary pick commands"
14162msgstr ""
14163
673bfad0 14164#: git-rebase--interactive.sh:908
9fa976ff
JX
14165#, sh-format
14166msgid ""
14167"Warning: the SHA-1 is missing or isn't a commit in the following line:\n"
14168" - $line"
14169msgstr ""
14170
673bfad0 14171#: git-rebase--interactive.sh:941
9fa976ff
JX
14172#, sh-format
14173msgid ""
14174"Warning: the command isn't recognized in the following line:\n"
14175" - $line"
14176msgstr ""
14177
673bfad0 14178#: git-rebase--interactive.sh:980
9fa976ff
JX
14179msgid "could not detach HEAD"
14180msgstr ""
14181
673bfad0 14182#: git-rebase--interactive.sh:1018
9fa976ff
JX
14183msgid ""
14184"Warning: some commits may have been dropped accidentally.\n"
14185"Dropped commits (newer to older):"
14186msgstr ""
14187
673bfad0 14188#: git-rebase--interactive.sh:1026
9fa976ff
JX
14189msgid ""
14190"To avoid this message, use \"drop\" to explicitly remove a commit.\n"
14191"\n"
14192"Use 'git config rebase.missingCommitsCheck' to change the level of "
14193"warnings.\n"
14194"The possible behaviours are: ignore, warn, error."
14195msgstr ""
14196
673bfad0 14197#: git-rebase--interactive.sh:1037
9fa976ff
JX
14198#, sh-format
14199msgid ""
14200"Unrecognized setting $check_level for option rebase.missingCommitsCheck. "
14201"Ignoring."
14202msgstr ""
14203
673bfad0 14204#: git-rebase--interactive.sh:1054
fda7b092
JX
14205msgid ""
14206"You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
14207"continue'."
9fa976ff
JX
14208msgstr ""
14209
673bfad0 14210#: git-rebase--interactive.sh:1055
9fa976ff
JX
14211msgid "Or you can abort the rebase with 'git rebase --abort'."
14212msgstr ""
14213
dfc182b1 14214#: git-rebase--interactive.sh:1083
9fa976ff
JX
14215msgid "Could not remove CHERRY_PICK_HEAD"
14216msgstr ""
14217
dfc182b1 14218#: git-rebase--interactive.sh:1088
9fa976ff
JX
14219#, sh-format
14220msgid ""
14221"You have staged changes in your working tree.\n"
14222"If these changes are meant to be\n"
14223"squashed into the previous commit, run:\n"
14224"\n"
14225" git commit --amend $gpg_sign_opt_quoted\n"
14226"\n"
14227"If they are meant to go into a new commit, run:\n"
14228"\n"
14229" git commit $gpg_sign_opt_quoted\n"
14230"\n"
fda7b092 14231"In both cases, once you're done, continue with:\n"
9fa976ff
JX
14232"\n"
14233" git rebase --continue\n"
14234msgstr ""
14235
dfc182b1 14236#: git-rebase--interactive.sh:1105
9fa976ff
JX
14237msgid "Error trying to find the author identity to amend commit"
14238msgstr ""
14239
dfc182b1 14240#: git-rebase--interactive.sh:1110
9fa976ff
JX
14241msgid ""
14242"You have uncommitted changes in your working tree. Please commit them\n"
14243"first and then run 'git rebase --continue' again."
14244msgstr ""
14245
dfc182b1 14246#: git-rebase--interactive.sh:1115 git-rebase--interactive.sh:1119
9fa976ff
JX
14247msgid "Could not commit staged changes."
14248msgstr ""
14249
dfc182b1 14250#: git-rebase--interactive.sh:1147
9fa976ff
JX
14251msgid ""
14252"\n"
14253"You are editing the todo file of an ongoing interactive rebase.\n"
14254"To continue rebase after editing, run:\n"
14255" git rebase --continue\n"
14256"\n"
14257msgstr ""
14258
dfc182b1 14259#: git-rebase--interactive.sh:1155 git-rebase--interactive.sh:1313
9fa976ff
JX
14260msgid "Could not execute editor"
14261msgstr ""
14262
dfc182b1 14263#: git-rebase--interactive.sh:1168
9fa976ff
JX
14264#, sh-format
14265msgid "Could not checkout $switch_to"
14266msgstr ""
14267
dfc182b1 14268#: git-rebase--interactive.sh:1173
9fa976ff
JX
14269msgid "No HEAD?"
14270msgstr ""
14271
dfc182b1 14272#: git-rebase--interactive.sh:1174
9fa976ff
JX
14273#, sh-format
14274msgid "Could not create temporary $state_dir"
14275msgstr ""
14276
dfc182b1 14277#: git-rebase--interactive.sh:1176
9fa976ff
JX
14278msgid "Could not mark as interactive"
14279msgstr ""
14280
dfc182b1 14281#: git-rebase--interactive.sh:1186 git-rebase--interactive.sh:1191
9fa976ff
JX
14282msgid "Could not init rewritten commits"
14283msgstr ""
14284
dfc182b1 14285#: git-rebase--interactive.sh:1291
9fa976ff
JX
14286#, sh-format
14287msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
14288msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
14289msgstr[0] ""
14290msgstr[1] ""
14291
dfc182b1 14292#: git-rebase--interactive.sh:1296
9fa976ff
JX
14293msgid ""
14294"\n"
14295"However, if you remove everything, the rebase will be aborted.\n"
14296"\n"
14297msgstr ""
14298
dfc182b1 14299#: git-rebase--interactive.sh:1303
9fa976ff
JX
14300msgid "Note that empty commits are commented out"
14301msgstr ""
14302
14303#: git-sh-setup.sh:89 git-sh-setup.sh:94
14304#, sh-format
14305msgid "usage: $dashless $USAGE"
14306msgstr ""
14307
14308#: git-sh-setup.sh:190
14309#, sh-format
14310msgid "Cannot chdir to $cdup, the toplevel of the working tree"
14311msgstr ""
14312
14313#: git-sh-setup.sh:199 git-sh-setup.sh:206
14314#, sh-format
14315msgid "fatal: $program_name cannot be used without a working tree."
14316msgstr ""
14317
14318#: git-sh-setup.sh:220
14319msgid "Cannot rebase: You have unstaged changes."
14320msgstr ""
14321
14322#: git-sh-setup.sh:223
14323msgid "Cannot rewrite branches: You have unstaged changes."
14324msgstr ""
14325
fda7b092
JX
14326#: git-sh-setup.sh:226
14327msgid "Cannot pull with rebase: You have unstaged changes."
14328msgstr ""
14329
9fa976ff
JX
14330#: git-sh-setup.sh:229
14331#, sh-format
14332msgid "Cannot $action: You have unstaged changes."
14333msgstr ""
14334
14335#: git-sh-setup.sh:242
14336msgid "Cannot rebase: Your index contains uncommitted changes."
14337msgstr ""
14338
fda7b092
JX
14339#: git-sh-setup.sh:245
14340msgid "Cannot pull with rebase: Your index contains uncommitted changes."
14341msgstr ""
14342
9fa976ff
JX
14343#: git-sh-setup.sh:248
14344#, sh-format
14345msgid "Cannot $action: Your index contains uncommitted changes."
14346msgstr ""
14347
fda7b092
JX
14348#: git-sh-setup.sh:252
14349msgid "Additionally, your index contains uncommitted changes."
14350msgstr ""
14351
9fa976ff
JX
14352#: git-sh-setup.sh:372
14353msgid "You need to run this command from the toplevel of the working tree."
14354msgstr ""
14355
14356#: git-sh-setup.sh:377
14357msgid "Unable to determine absolute path of git directory"
14358msgstr ""
673bfad0
JX
14359
14360#. TRANSLATORS: you can adjust this to align "git add -i" status menu
14361#: git-add--interactive.perl:238
14362#, perl-format
14363msgid "%12s %12s %s"
14364msgstr ""
14365
14366#: git-add--interactive.perl:239
14367msgid "staged"
14368msgstr ""
14369
14370#: git-add--interactive.perl:239
14371msgid "unstaged"
14372msgstr ""
14373
dfc182b1 14374#: git-add--interactive.perl:288 git-add--interactive.perl:313
673bfad0
JX
14375msgid "binary"
14376msgstr ""
14377
dfc182b1 14378#: git-add--interactive.perl:297 git-add--interactive.perl:351
673bfad0
JX
14379msgid "nothing"
14380msgstr ""
14381
dfc182b1 14382#: git-add--interactive.perl:333 git-add--interactive.perl:348
673bfad0
JX
14383msgid "unchanged"
14384msgstr ""
14385
dfc182b1 14386#: git-add--interactive.perl:644
673bfad0
JX
14387#, perl-format
14388msgid "added %d path\n"
14389msgid_plural "added %d paths\n"
14390msgstr[0] ""
14391msgstr[1] ""
14392
dfc182b1 14393#: git-add--interactive.perl:647
673bfad0
JX
14394#, perl-format
14395msgid "updated %d path\n"
14396msgid_plural "updated %d paths\n"
14397msgstr[0] ""
14398msgstr[1] ""
14399
dfc182b1 14400#: git-add--interactive.perl:650
673bfad0
JX
14401#, perl-format
14402msgid "reverted %d path\n"
14403msgid_plural "reverted %d paths\n"
14404msgstr[0] ""
14405msgstr[1] ""
14406
dfc182b1 14407#: git-add--interactive.perl:653
673bfad0
JX
14408#, perl-format
14409msgid "touched %d path\n"
14410msgid_plural "touched %d paths\n"
14411msgstr[0] ""
14412msgstr[1] ""
14413
dfc182b1 14414#: git-add--interactive.perl:662
673bfad0
JX
14415msgid "Update"
14416msgstr ""
14417
dfc182b1 14418#: git-add--interactive.perl:674
673bfad0
JX
14419msgid "Revert"
14420msgstr ""
14421
dfc182b1 14422#: git-add--interactive.perl:697
673bfad0
JX
14423#, perl-format
14424msgid "note: %s is untracked now.\n"
14425msgstr ""
14426
dfc182b1 14427#: git-add--interactive.perl:708
673bfad0
JX
14428msgid "Add untracked"
14429msgstr ""
14430
dfc182b1 14431#: git-add--interactive.perl:714
673bfad0
JX
14432msgid "No untracked files.\n"
14433msgstr ""
14434
dfc182b1 14435#: git-add--interactive.perl:1030
673bfad0
JX
14436msgid ""
14437"If the patch applies cleanly, the edited hunk will immediately be\n"
14438"marked for staging."
14439msgstr ""
14440
dfc182b1 14441#: git-add--interactive.perl:1033
673bfad0
JX
14442msgid ""
14443"If the patch applies cleanly, the edited hunk will immediately be\n"
14444"marked for stashing."
14445msgstr ""
14446
dfc182b1 14447#: git-add--interactive.perl:1036
673bfad0
JX
14448msgid ""
14449"If the patch applies cleanly, the edited hunk will immediately be\n"
14450"marked for unstaging."
14451msgstr ""
14452
dfc182b1 14453#: git-add--interactive.perl:1039 git-add--interactive.perl:1048
673bfad0
JX
14454msgid ""
14455"If the patch applies cleanly, the edited hunk will immediately be\n"
14456"marked for applying."
14457msgstr ""
14458
dfc182b1 14459#: git-add--interactive.perl:1042 git-add--interactive.perl:1045
673bfad0
JX
14460msgid ""
14461"If the patch applies cleanly, the edited hunk will immediately be\n"
14462"marked for discarding."
14463msgstr ""
14464
dfc182b1 14465#: git-add--interactive.perl:1058
673bfad0
JX
14466#, perl-format
14467msgid "failed to open hunk edit file for writing: %s"
14468msgstr ""
14469
dfc182b1 14470#: git-add--interactive.perl:1059
673bfad0
JX
14471msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
14472msgstr ""
14473
dfc182b1 14474#: git-add--interactive.perl:1065
673bfad0
JX
14475#, perl-format
14476msgid ""
14477"---\n"
14478"To remove '%s' lines, make them ' ' lines (context).\n"
14479"To remove '%s' lines, delete them.\n"
14480"Lines starting with %s will be removed.\n"
14481msgstr ""
14482
14483#. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
dfc182b1 14484#: git-add--interactive.perl:1073
673bfad0
JX
14485msgid ""
14486"If it does not apply cleanly, you will be given an opportunity to\n"
14487"edit again. If all lines of the hunk are removed, then the edit is\n"
14488"aborted and the hunk is left unchanged.\n"
14489msgstr ""
14490
dfc182b1 14491#: git-add--interactive.perl:1087
673bfad0
JX
14492#, perl-format
14493msgid "failed to open hunk edit file for reading: %s"
14494msgstr ""
14495
14496#. TRANSLATORS: do not translate [y/n]
14497#. The program will only accept that input
14498#. at this point.
14499#. Consider translating (saying "no" discards!) as
14500#. (saying "n" for "no" discards!) if the translation
14501#. of the word "no" does not start with n.
dfc182b1 14502#: git-add--interactive.perl:1178
673bfad0
JX
14503msgid ""
14504"Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
14505msgstr ""
14506
dfc182b1 14507#: git-add--interactive.perl:1187
673bfad0
JX
14508msgid ""
14509"y - stage this hunk\n"
14510"n - do not stage this hunk\n"
14511"q - quit; do not stage this hunk or any of the remaining ones\n"
14512"a - stage this hunk and all later hunks in the file\n"
14513"d - do not stage this hunk or any of the later hunks in the file"
14514msgstr ""
14515
dfc182b1 14516#: git-add--interactive.perl:1193
673bfad0
JX
14517msgid ""
14518"y - stash this hunk\n"
14519"n - do not stash this hunk\n"
14520"q - quit; do not stash this hunk or any of the remaining ones\n"
14521"a - stash this hunk and all later hunks in the file\n"
14522"d - do not stash this hunk or any of the later hunks in the file"
14523msgstr ""
14524
dfc182b1 14525#: git-add--interactive.perl:1199
673bfad0
JX
14526msgid ""
14527"y - unstage this hunk\n"
14528"n - do not unstage this hunk\n"
14529"q - quit; do not unstage this hunk or any of the remaining ones\n"
14530"a - unstage this hunk and all later hunks in the file\n"
14531"d - do not unstage this hunk or any of the later hunks in the file"
14532msgstr ""
14533
dfc182b1 14534#: git-add--interactive.perl:1205
673bfad0
JX
14535msgid ""
14536"y - apply this hunk to index\n"
14537"n - do not apply this hunk to index\n"
14538"q - quit; do not apply this hunk or any of the remaining ones\n"
14539"a - apply this hunk and all later hunks in the file\n"
14540"d - do not apply this hunk or any of the later hunks in the file"
14541msgstr ""
14542
dfc182b1 14543#: git-add--interactive.perl:1211
673bfad0
JX
14544msgid ""
14545"y - discard this hunk from worktree\n"
14546"n - do not discard this hunk from worktree\n"
14547"q - quit; do not discard this hunk or any of the remaining ones\n"
14548"a - discard this hunk and all later hunks in the file\n"
14549"d - do not discard this hunk or any of the later hunks in the file"
14550msgstr ""
14551
dfc182b1 14552#: git-add--interactive.perl:1217
673bfad0
JX
14553msgid ""
14554"y - discard this hunk from index and worktree\n"
14555"n - do not discard this hunk from index and worktree\n"
14556"q - quit; do not discard this hunk or any of the remaining ones\n"
14557"a - discard this hunk and all later hunks in the file\n"
14558"d - do not discard this hunk or any of the later hunks in the file"
14559msgstr ""
14560
dfc182b1 14561#: git-add--interactive.perl:1223
673bfad0
JX
14562msgid ""
14563"y - apply this hunk to index and worktree\n"
14564"n - do not apply this hunk to index and worktree\n"
14565"q - quit; do not apply this hunk or any of the remaining ones\n"
14566"a - apply this hunk and all later hunks in the file\n"
14567"d - do not apply this hunk or any of the later hunks in the file"
14568msgstr ""
14569
dfc182b1 14570#: git-add--interactive.perl:1232
673bfad0
JX
14571msgid ""
14572"g - select a hunk to go to\n"
14573"/ - search for a hunk matching the given regex\n"
14574"j - leave this hunk undecided, see next undecided hunk\n"
14575"J - leave this hunk undecided, see next hunk\n"
14576"k - leave this hunk undecided, see previous undecided hunk\n"
14577"K - leave this hunk undecided, see previous hunk\n"
14578"s - split the current hunk into smaller hunks\n"
14579"e - manually edit the current hunk\n"
14580"? - print help\n"
14581msgstr ""
14582
dfc182b1 14583#: git-add--interactive.perl:1263
673bfad0
JX
14584msgid "The selected hunks do not apply to the index!\n"
14585msgstr ""
14586
dfc182b1 14587#: git-add--interactive.perl:1264
673bfad0
JX
14588msgid "Apply them to the worktree anyway? "
14589msgstr ""
14590
dfc182b1 14591#: git-add--interactive.perl:1267
673bfad0
JX
14592msgid "Nothing was applied.\n"
14593msgstr ""
14594
dfc182b1 14595#: git-add--interactive.perl:1278
673bfad0
JX
14596#, perl-format
14597msgid "ignoring unmerged: %s\n"
14598msgstr ""
14599
dfc182b1 14600#: git-add--interactive.perl:1287
673bfad0
JX
14601msgid "Only binary files changed.\n"
14602msgstr ""
14603
dfc182b1 14604#: git-add--interactive.perl:1289
673bfad0
JX
14605msgid "No changes.\n"
14606msgstr ""
14607
dfc182b1 14608#: git-add--interactive.perl:1297
673bfad0
JX
14609msgid "Patch update"
14610msgstr ""
14611
dfc182b1 14612#: git-add--interactive.perl:1349
673bfad0
JX
14613#, perl-format
14614msgid "Stage mode change [y,n,q,a,d,/%s,?]? "
14615msgstr ""
14616
dfc182b1 14617#: git-add--interactive.perl:1350
673bfad0
JX
14618#, perl-format
14619msgid "Stage deletion [y,n,q,a,d,/%s,?]? "
14620msgstr ""
14621
dfc182b1 14622#: git-add--interactive.perl:1351
673bfad0
JX
14623#, perl-format
14624msgid "Stage this hunk [y,n,q,a,d,/%s,?]? "
14625msgstr ""
14626
dfc182b1 14627#: git-add--interactive.perl:1354
673bfad0
JX
14628#, perl-format
14629msgid "Stash mode change [y,n,q,a,d,/%s,?]? "
14630msgstr ""
14631
dfc182b1 14632#: git-add--interactive.perl:1355
673bfad0
JX
14633#, perl-format
14634msgid "Stash deletion [y,n,q,a,d,/%s,?]? "
14635msgstr ""
14636
dfc182b1 14637#: git-add--interactive.perl:1356
673bfad0
JX
14638#, perl-format
14639msgid "Stash this hunk [y,n,q,a,d,/%s,?]? "
14640msgstr ""
14641
dfc182b1 14642#: git-add--interactive.perl:1359
673bfad0
JX
14643#, perl-format
14644msgid "Unstage mode change [y,n,q,a,d,/%s,?]? "
14645msgstr ""
14646
dfc182b1 14647#: git-add--interactive.perl:1360
673bfad0
JX
14648#, perl-format
14649msgid "Unstage deletion [y,n,q,a,d,/%s,?]? "
14650msgstr ""
14651
dfc182b1 14652#: git-add--interactive.perl:1361
673bfad0
JX
14653#, perl-format
14654msgid "Unstage this hunk [y,n,q,a,d,/%s,?]? "
14655msgstr ""
14656
dfc182b1 14657#: git-add--interactive.perl:1364
673bfad0
JX
14658#, perl-format
14659msgid "Apply mode change to index [y,n,q,a,d,/%s,?]? "
14660msgstr ""
14661
dfc182b1 14662#: git-add--interactive.perl:1365
673bfad0
JX
14663#, perl-format
14664msgid "Apply deletion to index [y,n,q,a,d,/%s,?]? "
14665msgstr ""
14666
dfc182b1 14667#: git-add--interactive.perl:1366
673bfad0
JX
14668#, perl-format
14669msgid "Apply this hunk to index [y,n,q,a,d,/%s,?]? "
14670msgstr ""
14671
dfc182b1 14672#: git-add--interactive.perl:1369
673bfad0
JX
14673#, perl-format
14674msgid "Discard mode change from worktree [y,n,q,a,d,/%s,?]? "
14675msgstr ""
14676
dfc182b1 14677#: git-add--interactive.perl:1370
673bfad0
JX
14678#, perl-format
14679msgid "Discard deletion from worktree [y,n,q,a,d,/%s,?]? "
14680msgstr ""
14681
dfc182b1 14682#: git-add--interactive.perl:1371
673bfad0
JX
14683#, perl-format
14684msgid "Discard this hunk from worktree [y,n,q,a,d,/%s,?]? "
14685msgstr ""
14686
dfc182b1 14687#: git-add--interactive.perl:1374
673bfad0
JX
14688#, perl-format
14689msgid "Discard mode change from index and worktree [y,n,q,a,d,/%s,?]? "
14690msgstr ""
14691
dfc182b1 14692#: git-add--interactive.perl:1375
673bfad0
JX
14693#, perl-format
14694msgid "Discard deletion from index and worktree [y,n,q,a,d,/%s,?]? "
14695msgstr ""
14696
dfc182b1 14697#: git-add--interactive.perl:1376
673bfad0
JX
14698#, perl-format
14699msgid "Discard this hunk from index and worktree [y,n,q,a,d,/%s,?]? "
14700msgstr ""
14701
dfc182b1 14702#: git-add--interactive.perl:1379
673bfad0
JX
14703#, perl-format
14704msgid "Apply mode change to index and worktree [y,n,q,a,d,/%s,?]? "
14705msgstr ""
14706
dfc182b1 14707#: git-add--interactive.perl:1380
673bfad0
JX
14708#, perl-format
14709msgid "Apply deletion to index and worktree [y,n,q,a,d,/%s,?]? "
14710msgstr ""
14711
dfc182b1 14712#: git-add--interactive.perl:1381
673bfad0
JX
14713#, perl-format
14714msgid "Apply this hunk to index and worktree [y,n,q,a,d,/%s,?]? "
14715msgstr ""
14716
dfc182b1 14717#: git-add--interactive.perl:1484
673bfad0
JX
14718msgid "go to which hunk (<ret> to see more)? "
14719msgstr ""
14720
dfc182b1 14721#: git-add--interactive.perl:1486
673bfad0
JX
14722msgid "go to which hunk? "
14723msgstr ""
14724
dfc182b1 14725#: git-add--interactive.perl:1495
673bfad0
JX
14726#, perl-format
14727msgid "Invalid number: '%s'\n"
14728msgstr ""
14729
dfc182b1 14730#: git-add--interactive.perl:1500
673bfad0
JX
14731#, perl-format
14732msgid "Sorry, only %d hunk available.\n"
14733msgid_plural "Sorry, only %d hunks available.\n"
14734msgstr[0] ""
14735msgstr[1] ""
14736
dfc182b1 14737#: git-add--interactive.perl:1526
673bfad0
JX
14738msgid "search for regex? "
14739msgstr ""
14740
dfc182b1 14741#: git-add--interactive.perl:1539
673bfad0
JX
14742#, perl-format
14743msgid "Malformed search regexp %s: %s\n"
14744msgstr ""
14745
dfc182b1 14746#: git-add--interactive.perl:1549
673bfad0
JX
14747msgid "No hunk matches the given pattern\n"
14748msgstr ""
14749
dfc182b1 14750#: git-add--interactive.perl:1561 git-add--interactive.perl:1583
673bfad0
JX
14751msgid "No previous hunk\n"
14752msgstr ""
14753
dfc182b1 14754#: git-add--interactive.perl:1570 git-add--interactive.perl:1589
673bfad0
JX
14755msgid "No next hunk\n"
14756msgstr ""
14757
dfc182b1 14758#: git-add--interactive.perl:1597
673bfad0
JX
14759#, perl-format
14760msgid "Split into %d hunk.\n"
14761msgid_plural "Split into %d hunks.\n"
14762msgstr[0] ""
14763msgstr[1] ""
14764
dfc182b1 14765#: git-add--interactive.perl:1649
673bfad0
JX
14766msgid "Review diff"
14767msgstr ""
14768
14769#. TRANSLATORS: please do not translate the command names
14770#. 'status', 'update', 'revert', etc.
dfc182b1 14771#: git-add--interactive.perl:1668
673bfad0
JX
14772msgid ""
14773"status - show paths with changes\n"
14774"update - add working tree state to the staged set of changes\n"
14775"revert - revert staged set of changes back to the HEAD version\n"
14776"patch - pick hunks and update selectively\n"
dfc182b1 14777"diff - view diff between HEAD and index\n"
673bfad0
JX
14778"add untracked - add contents of untracked files to the staged set of "
14779"changes\n"
14780msgstr ""
14781
dfc182b1
JX
14782#: git-add--interactive.perl:1685 git-add--interactive.perl:1690
14783#: git-add--interactive.perl:1693 git-add--interactive.perl:1700
14784#: git-add--interactive.perl:1704 git-add--interactive.perl:1710
673bfad0
JX
14785msgid "missing --"
14786msgstr ""
14787
dfc182b1 14788#: git-add--interactive.perl:1706
673bfad0
JX
14789#, perl-format
14790msgid "unknown --patch mode: %s"
14791msgstr ""
14792
dfc182b1 14793#: git-add--interactive.perl:1712 git-add--interactive.perl:1718
673bfad0
JX
14794#, perl-format
14795msgid "invalid argument %s, expecting --"
14796msgstr ""
14797
14798#: git-send-email.perl:121
14799msgid "local zone differs from GMT by a non-minute interval\n"
14800msgstr ""
14801
14802#: git-send-email.perl:128 git-send-email.perl:134
14803msgid "local time offset greater than or equal to 24 hours\n"
14804msgstr ""
14805
14806#: git-send-email.perl:202 git-send-email.perl:208
14807msgid "the editor exited uncleanly, aborting everything"
14808msgstr ""
14809
14810#: git-send-email.perl:282
14811#, perl-format
14812msgid ""
14813"'%s' contains an intermediate version of the email you were composing.\n"
14814msgstr ""
14815
14816#: git-send-email.perl:287
14817#, perl-format
14818msgid "'%s.final' contains the composed email.\n"
14819msgstr ""
14820
14821#: git-send-email.perl:305
14822msgid "--dump-aliases incompatible with other options\n"
14823msgstr ""
14824
14825#: git-send-email.perl:368 git-send-email.perl:623
14826msgid "Cannot run git format-patch from outside a repository\n"
14827msgstr ""
14828
14829#: git-send-email.perl:437
14830#, perl-format
14831msgid "Unknown --suppress-cc field: '%s'\n"
14832msgstr ""
14833
14834#: git-send-email.perl:466
14835#, perl-format
14836msgid "Unknown --confirm setting: '%s'\n"
14837msgstr ""
14838
14839#: git-send-email.perl:498
14840#, perl-format
14841msgid "warning: sendmail alias with quotes is not supported: %s\n"
14842msgstr ""
14843
14844#: git-send-email.perl:500
14845#, perl-format
14846msgid "warning: `:include:` not supported: %s\n"
14847msgstr ""
14848
14849#: git-send-email.perl:502
14850#, perl-format
14851msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
14852msgstr ""
14853
14854#: git-send-email.perl:507
14855#, perl-format
14856msgid "warning: sendmail line is not recognized: %s\n"
14857msgstr ""
14858
14859#: git-send-email.perl:589
14860#, perl-format
14861msgid ""
14862"File '%s' exists but it could also be the range of commits\n"
14863"to produce patches for. Please disambiguate by...\n"
14864"\n"
14865" * Saying \"./%s\" if you mean a file; or\n"
14866" * Giving --format-patch option if you mean a range.\n"
14867msgstr ""
14868
14869#: git-send-email.perl:610
14870#, perl-format
14871msgid "Failed to opendir %s: %s"
14872msgstr ""
14873
14874#: git-send-email.perl:634
14875#, perl-format
14876msgid ""
14877"fatal: %s: %s\n"
14878"warning: no patches were sent\n"
14879msgstr ""
14880
14881#: git-send-email.perl:645
14882msgid ""
14883"\n"
14884"No patch files specified!\n"
14885"\n"
14886msgstr ""
14887
14888#: git-send-email.perl:658
14889#, perl-format
14890msgid "No subject line in %s?"
14891msgstr ""
14892
14893#: git-send-email.perl:668
14894#, perl-format
14895msgid "Failed to open for writing %s: %s"
14896msgstr ""
14897
14898#: git-send-email.perl:678
14899msgid ""
14900"Lines beginning in \"GIT:\" will be removed.\n"
14901"Consider including an overall diffstat or table of contents\n"
14902"for the patch you are writing.\n"
14903"\n"
14904"Clear the body content if you don't wish to send a summary.\n"
14905msgstr ""
14906
14907#: git-send-email.perl:701
14908#, perl-format
14909msgid "Failed to open %s.final: %s"
14910msgstr ""
14911
14912#: git-send-email.perl:704
14913#, perl-format
14914msgid "Failed to open %s: %s"
14915msgstr ""
14916
14917#: git-send-email.perl:739
14918msgid "To/Cc/Bcc fields are not interpreted yet, they have been ignored\n"
14919msgstr ""
14920
14921#: git-send-email.perl:748
14922msgid "Summary email is empty, skipping it\n"
14923msgstr ""
14924
14925#. TRANSLATORS: please keep [y/N] as is.
14926#: git-send-email.perl:780
14927#, perl-format
14928msgid "Are you sure you want to use <%s> [y/N]? "
14929msgstr ""
14930
14931#: git-send-email.perl:809
14932msgid ""
14933"The following files are 8bit, but do not declare a Content-Transfer-"
14934"Encoding.\n"
14935msgstr ""
14936
14937#: git-send-email.perl:814
14938msgid "Which 8bit encoding should I declare [UTF-8]? "
14939msgstr ""
14940
14941#: git-send-email.perl:822
14942#, perl-format
14943msgid ""
14944"Refusing to send because the patch\n"
14945"\t%s\n"
14946"has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
14947"want to send.\n"
14948msgstr ""
14949
14950#: git-send-email.perl:841
14951msgid "To whom should the emails be sent (if anyone)?"
14952msgstr ""
14953
14954#: git-send-email.perl:859
14955#, perl-format
14956msgid "fatal: alias '%s' expands to itself\n"
14957msgstr ""
14958
14959#: git-send-email.perl:871
14960msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
14961msgstr ""
14962
14963#: git-send-email.perl:921 git-send-email.perl:929
14964#, perl-format
14965msgid "error: unable to extract a valid address from: %s\n"
14966msgstr ""
14967
14968#. TRANSLATORS: Make sure to include [q] [d] [e] in your
14969#. translation. The program will only accept English input
14970#. at this point.
14971#: git-send-email.perl:933
14972msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
14973msgstr ""
14974
14975#: git-send-email.perl:1234
14976#, perl-format
14977msgid "CA path \"%s\" does not exist"
14978msgstr ""
14979
14980#: git-send-email.perl:1309
14981msgid ""
14982" The Cc list above has been expanded by additional\n"
14983" addresses found in the patch commit message. By default\n"
14984" send-email prompts before sending whenever this occurs.\n"
14985" This behavior is controlled by the sendemail.confirm\n"
14986" configuration setting.\n"
14987"\n"
14988" For additional information, run 'git send-email --help'.\n"
14989" To retain the current behavior, but squelch this message,\n"
14990" run 'git config --global sendemail.confirm auto'.\n"
14991"\n"
14992msgstr ""
14993
14994#. TRANSLATORS: Make sure to include [y] [n] [q] [a] in your
14995#. translation. The program will only accept English input
14996#. at this point.
14997#: git-send-email.perl:1324
14998msgid "Send this email? ([y]es|[n]o|[q]uit|[a]ll): "
14999msgstr ""
15000
15001#: git-send-email.perl:1327
15002msgid "Send this email reply required"
15003msgstr ""
15004
15005#: git-send-email.perl:1353
15006msgid "The required SMTP server is not properly defined."
15007msgstr ""
15008
15009#: git-send-email.perl:1397
15010#, perl-format
15011msgid "Server does not support STARTTLS! %s"
15012msgstr ""
15013
15014#: git-send-email.perl:1403
15015msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
15016msgstr ""
15017
15018#: git-send-email.perl:1421
15019#, perl-format
15020msgid "Failed to send %s\n"
15021msgstr ""
15022
15023#: git-send-email.perl:1424
15024#, perl-format
15025msgid "Dry-Sent %s\n"
15026msgstr ""
15027
15028#: git-send-email.perl:1424
15029#, perl-format
15030msgid "Sent %s\n"
15031msgstr ""
15032
15033#: git-send-email.perl:1426
15034msgid "Dry-OK. Log says:\n"
15035msgstr ""
15036
15037#: git-send-email.perl:1426
15038msgid "OK. Log says:\n"
15039msgstr ""
15040
15041#: git-send-email.perl:1438
15042msgid "Result: "
15043msgstr ""
15044
15045#: git-send-email.perl:1441
15046msgid "Result: OK\n"
15047msgstr ""
15048
15049#: git-send-email.perl:1454
15050#, perl-format
15051msgid "can't open file %s"
15052msgstr ""
15053
15054#: git-send-email.perl:1501 git-send-email.perl:1521
15055#, perl-format
15056msgid "(mbox) Adding cc: %s from line '%s'\n"
15057msgstr ""
15058
15059#: git-send-email.perl:1507
15060#, perl-format
15061msgid "(mbox) Adding to: %s from line '%s'\n"
15062msgstr ""
15063
15064#: git-send-email.perl:1555
15065#, perl-format
15066msgid "(non-mbox) Adding cc: %s from line '%s'\n"
15067msgstr ""
15068
15069#: git-send-email.perl:1578
15070#, perl-format
15071msgid "(body) Adding cc: %s from line '%s'\n"
15072msgstr ""
15073
15074#: git-send-email.perl:1676
15075#, perl-format
15076msgid "(%s) Could not execute '%s'"
15077msgstr ""
15078
15079#: git-send-email.perl:1683
15080#, perl-format
15081msgid "(%s) Adding %s: %s from: '%s'\n"
15082msgstr ""
15083
15084#: git-send-email.perl:1687
15085#, perl-format
15086msgid "(%s) failed to close pipe to '%s'"
15087msgstr ""
15088
15089#: git-send-email.perl:1714
15090msgid "cannot send message as 7bit"
15091msgstr ""
15092
15093#: git-send-email.perl:1722
15094msgid "invalid transfer encoding"
15095msgstr ""
15096
15097#: git-send-email.perl:1741 git-send-email.perl:1792 git-send-email.perl:1802
15098#, perl-format
15099msgid "unable to open %s: %s\n"
15100msgstr ""
15101
15102#: git-send-email.perl:1744
15103#, perl-format
15104msgid "%s: patch contains a line longer than 998 characters"
15105msgstr ""
15106
15107#: git-send-email.perl:1760
15108#, perl-format
15109msgid "Skipping %s with backup suffix '%s'.\n"
15110msgstr ""
15111
15112#. TRANSLATORS: please keep "[y|N]" as is.
15113#: git-send-email.perl:1764
15114#, perl-format
15115msgid "Do you really want to send %s? [y|N]: "
15116msgstr ""