]> git.ipfire.org Git - thirdparty/git.git/blame - po/git.pot
l10n: git.pot: v2.20.0 round 3 (5 new, 3 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"
578d8ea3 11"POT-Creation-Date: 2018-12-02 10:55+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
12705546 21#: advice.c:99
dce37b66 22#, c-format
9b7388a8 23msgid "%shint: %.*s%s\n"
dce37b66
JX
24msgstr ""
25
12705546 26#: advice.c:152
9fa976ff
JX
27msgid "Cherry-picking is not possible because you have unmerged files."
28msgstr ""
29
12705546 30#: advice.c:154
9fa976ff
JX
31msgid "Committing is not possible because you have unmerged files."
32msgstr ""
33
12705546 34#: advice.c:156
9fa976ff
JX
35msgid "Merging is not possible because you have unmerged files."
36msgstr ""
37
12705546 38#: advice.c:158
9fa976ff
JX
39msgid "Pulling is not possible because you have unmerged files."
40msgstr ""
41
12705546 42#: advice.c:160
9fa976ff
JX
43msgid "Reverting is not possible because you have unmerged files."
44msgstr ""
45
12705546 46#: advice.c:162
9fa976ff
JX
47#, c-format
48msgid "It is not possible to %s because you have unmerged files."
49msgstr ""
50
12705546 51#: advice.c:170
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
12705546 57#: advice.c:178
9fa976ff
JX
58msgid "Exiting because of an unresolved conflict."
59msgstr ""
60
12705546 61#: advice.c:183 builtin/merge.c:1289
df0617bf
JX
62msgid "You have not concluded your merge (MERGE_HEAD exists)."
63msgstr ""
64
12705546 65#: advice.c:185
f4f2c8f8 66msgid "Please, commit your changes before merging."
df0617bf
JX
67msgstr ""
68
12705546 69#: advice.c:186
df0617bf 70msgid "Exiting because of unfinished merge."
cc76011e
JX
71msgstr ""
72
12705546 73#: advice.c:192
9fa976ff
JX
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
dba9f13c 89#: apply.c:59
fda7b092
JX
90#, c-format
91msgid "unrecognized whitespace option '%s'"
cc76011e
JX
92msgstr ""
93
dba9f13c 94#: apply.c:75
fda7b092
JX
95#, c-format
96msgid "unrecognized whitespace ignore option '%s'"
df0617bf
JX
97msgstr ""
98
dba9f13c 99#: apply.c:125
fda7b092 100msgid "--reject and --3way cannot be used together."
cc76011e
JX
101msgstr ""
102
dba9f13c 103#: apply.c:127
fda7b092 104msgid "--cached and --3way cannot be used together."
cc76011e
JX
105msgstr ""
106
dba9f13c 107#: apply.c:130
fda7b092 108msgid "--3way outside a repository"
727b9576
JX
109msgstr ""
110
dba9f13c 111#: apply.c:141
fda7b092 112msgid "--index outside a repository"
cc76011e
JX
113msgstr ""
114
dba9f13c 115#: apply.c:144
fda7b092 116msgid "--cached outside a repository"
cc76011e
JX
117msgstr ""
118
dba9f13c 119#: apply.c:826
fda7b092
JX
120#, c-format
121msgid "Cannot prepare timestamp regexp %s"
cc76011e
JX
122msgstr ""
123
dba9f13c 124#: apply.c:835
fda7b092
JX
125#, c-format
126msgid "regexec returned %d for input: %s"
cc76011e
JX
127msgstr ""
128
dba9f13c 129#: apply.c:909
fda7b092
JX
130#, c-format
131msgid "unable to find filename in patch at line %d"
cc76011e
JX
132msgstr ""
133
dba9f13c 134#: apply.c:947
fda7b092
JX
135#, c-format
136msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
cc76011e
JX
137msgstr ""
138
dba9f13c 139#: apply.c:953
fda7b092
JX
140#, c-format
141msgid "git apply: bad git-diff - inconsistent new filename on line %d"
cc76011e
JX
142msgstr ""
143
dba9f13c 144#: apply.c:954
fda7b092
JX
145#, c-format
146msgid "git apply: bad git-diff - inconsistent old filename on line %d"
cc76011e
JX
147msgstr ""
148
dba9f13c 149#: apply.c:959
fda7b092
JX
150#, c-format
151msgid "git apply: bad git-diff - expected /dev/null on line %d"
cc76011e
JX
152msgstr ""
153
dba9f13c 154#: apply.c:988
5b34e000
JX
155#, c-format
156msgid "invalid mode on line %d: %s"
157msgstr ""
158
12705546 159#: apply.c:1307
5b34e000
JX
160#, c-format
161msgid "inconsistent header lines %d and %d"
162msgstr ""
163
12705546 164#: apply.c:1479
fda7b092
JX
165#, c-format
166msgid "recount: unexpected line: %.*s"
cc76011e
JX
167msgstr ""
168
12705546 169#: apply.c:1548
fda7b092
JX
170#, c-format
171msgid "patch fragment without header at line %d: %.*s"
cc76011e
JX
172msgstr ""
173
12705546 174#: apply.c:1568
fda7b092
JX
175#, c-format
176msgid ""
177"git diff header lacks filename information when removing %d leading pathname "
178"component (line %d)"
179msgid_plural ""
180"git diff header lacks filename information when removing %d leading pathname "
181"components (line %d)"
182msgstr[0] ""
183msgstr[1] ""
cc76011e 184
12705546 185#: apply.c:1581
fda7b092
JX
186#, c-format
187msgid "git diff header lacks filename information (line %d)"
cc76011e
JX
188msgstr ""
189
12705546 190#: apply.c:1769
fda7b092 191msgid "new file depends on old contents"
cc76011e
JX
192msgstr ""
193
12705546 194#: apply.c:1771
fda7b092 195msgid "deleted file still has contents"
cc76011e
JX
196msgstr ""
197
12705546 198#: apply.c:1805
fda7b092
JX
199#, c-format
200msgid "corrupt patch at line %d"
cc76011e
JX
201msgstr ""
202
12705546 203#: apply.c:1842
fda7b092
JX
204#, c-format
205msgid "new file %s depends on old contents"
9fa976ff
JX
206msgstr ""
207
12705546 208#: apply.c:1844
fda7b092
JX
209#, c-format
210msgid "deleted file %s still has contents"
9fa976ff
JX
211msgstr ""
212
12705546 213#: apply.c:1847
fda7b092
JX
214#, c-format
215msgid "** warning: file %s becomes empty but is not deleted"
9fa976ff
JX
216msgstr ""
217
12705546 218#: apply.c:1994
9fa976ff 219#, c-format
fda7b092 220msgid "corrupt binary patch at line %d: %.*s"
9fa976ff
JX
221msgstr ""
222
12705546 223#: apply.c:2031
9fa976ff 224#, c-format
fda7b092 225msgid "unrecognized binary patch at line %d"
9fa976ff
JX
226msgstr ""
227
12705546 228#: apply.c:2193
fda7b092
JX
229#, c-format
230msgid "patch with only garbage at line %d"
fe52cd62
JX
231msgstr ""
232
12705546 233#: apply.c:2279
9fa976ff 234#, c-format
fda7b092 235msgid "unable to read symlink %s"
9fa976ff
JX
236msgstr ""
237
12705546 238#: apply.c:2283
9fa976ff 239#, c-format
fda7b092 240msgid "unable to open or read %s"
9fa976ff
JX
241msgstr ""
242
12705546 243#: apply.c:2942
9fa976ff 244#, c-format
fda7b092 245msgid "invalid start of line: '%c'"
9fa976ff
JX
246msgstr ""
247
12705546 248#: apply.c:3063
9fa976ff 249#, c-format
fda7b092
JX
250msgid "Hunk #%d succeeded at %d (offset %d line)."
251msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
252msgstr[0] ""
253msgstr[1] ""
254
12705546 255#: apply.c:3075
fda7b092
JX
256#, c-format
257msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
9fa976ff
JX
258msgstr ""
259
12705546 260#: apply.c:3081
9fa976ff
JX
261#, c-format
262msgid ""
fda7b092
JX
263"while searching for:\n"
264"%.*s"
9fa976ff
JX
265msgstr ""
266
12705546 267#: apply.c:3103
9fa976ff 268#, c-format
fda7b092 269msgid "missing binary patch data for '%s'"
9fa976ff
JX
270msgstr ""
271
12705546 272#: apply.c:3111
9fa976ff 273#, c-format
fda7b092 274msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
9fa976ff
JX
275msgstr ""
276
12705546 277#: apply.c:3158
9fa976ff 278#, c-format
fda7b092 279msgid "cannot apply binary patch to '%s' without full index line"
9fa976ff
JX
280msgstr ""
281
12705546 282#: apply.c:3168
9fa976ff
JX
283#, c-format
284msgid ""
fda7b092 285"the patch applies to '%s' (%s), which does not match the current contents."
9fa976ff
JX
286msgstr ""
287
12705546 288#: apply.c:3176
9fa976ff 289#, c-format
fda7b092 290msgid "the patch applies to an empty '%s' but it is not empty"
9fa976ff
JX
291msgstr ""
292
12705546 293#: apply.c:3194
9fa976ff 294#, c-format
fda7b092 295msgid "the necessary postimage %s for '%s' cannot be read"
9fa976ff
JX
296msgstr ""
297
12705546 298#: apply.c:3207
9fa976ff 299#, c-format
fda7b092 300msgid "binary patch does not apply to '%s'"
9fa976ff
JX
301msgstr ""
302
12705546 303#: apply.c:3213
9fa976ff 304#, c-format
fda7b092 305msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
9fa976ff
JX
306msgstr ""
307
12705546 308#: apply.c:3234
fda7b092
JX
309#, c-format
310msgid "patch failed: %s:%ld"
9fa976ff
JX
311msgstr ""
312
12705546 313#: apply.c:3356
9fa976ff 314#, c-format
fda7b092 315msgid "cannot checkout %s"
9fa976ff
JX
316msgstr ""
317
12705546 318#: apply.c:3408 apply.c:3419 apply.c:3465 midx.c:58 setup.c:278
9fa976ff 319#, c-format
fda7b092 320msgid "failed to read %s"
9fa976ff
JX
321msgstr ""
322
12705546 323#: apply.c:3416
9fa976ff 324#, c-format
fda7b092
JX
325msgid "reading from '%s' beyond a symbolic link"
326msgstr ""
9fa976ff 327
12705546 328#: apply.c:3445 apply.c:3688
9fa976ff 329#, c-format
fda7b092
JX
330msgid "path %s has been renamed/deleted"
331msgstr ""
9fa976ff 332
12705546 333#: apply.c:3531 apply.c:3703
9eb3984b 334#, c-format
fda7b092 335msgid "%s: does not exist in index"
9eb3984b
JX
336msgstr ""
337
12705546 338#: apply.c:3540 apply.c:3711
c6bc7d43 339#, c-format
fda7b092 340msgid "%s: does not match index"
c6bc7d43
JX
341msgstr ""
342
12705546 343#: apply.c:3575
fda7b092 344msgid "repository lacks the necessary blob to fall back on 3-way merge."
c6bc7d43
JX
345msgstr ""
346
12705546 347#: apply.c:3578
c6bc7d43 348#, c-format
fda7b092 349msgid "Falling back to three-way merge...\n"
c6bc7d43
JX
350msgstr ""
351
12705546 352#: apply.c:3594 apply.c:3598
c6bc7d43 353#, c-format
fda7b092 354msgid "cannot read the current contents of '%s'"
c6bc7d43
JX
355msgstr ""
356
12705546 357#: apply.c:3610
c6bc7d43 358#, c-format
fda7b092 359msgid "Failed to fall back on three-way merge...\n"
c6bc7d43
JX
360msgstr ""
361
12705546 362#: apply.c:3624
c6bc7d43 363#, c-format
fda7b092 364msgid "Applied patch to '%s' with conflicts.\n"
c6bc7d43
JX
365msgstr ""
366
12705546 367#: apply.c:3629
c6bc7d43 368#, c-format
fda7b092 369msgid "Applied patch to '%s' cleanly.\n"
c6bc7d43
JX
370msgstr ""
371
12705546 372#: apply.c:3655
fda7b092 373msgid "removal patch leaves file contents"
c6bc7d43
JX
374msgstr ""
375
12705546 376#: apply.c:3728
c6bc7d43 377#, c-format
fda7b092 378msgid "%s: wrong type"
c6bc7d43
JX
379msgstr ""
380
12705546 381#: apply.c:3730
fda7b092
JX
382#, c-format
383msgid "%s has type %o, expected %o"
9eb3984b
JX
384msgstr ""
385
12705546 386#: apply.c:3881 apply.c:3883
c6bc7d43 387#, c-format
fda7b092 388msgid "invalid path '%s'"
c6bc7d43
JX
389msgstr ""
390
12705546 391#: apply.c:3939
c6bc7d43 392#, c-format
fda7b092 393msgid "%s: already exists in index"
c6bc7d43
JX
394msgstr ""
395
12705546 396#: apply.c:3942
c6bc7d43 397#, c-format
fda7b092 398msgid "%s: already exists in working directory"
c6bc7d43
JX
399msgstr ""
400
12705546 401#: apply.c:3962
fda7b092
JX
402#, c-format
403msgid "new mode (%o) of %s does not match old mode (%o)"
c6bc7d43
JX
404msgstr ""
405
12705546 406#: apply.c:3967
c138af56 407#, c-format
fda7b092 408msgid "new mode (%o) of %s does not match old mode (%o) of %s"
c138af56
JX
409msgstr ""
410
12705546 411#: apply.c:3987
c138af56 412#, c-format
fda7b092 413msgid "affected file '%s' is beyond a symbolic link"
c138af56
JX
414msgstr ""
415
12705546 416#: apply.c:3991
fda7b092
JX
417#, c-format
418msgid "%s: patch does not apply"
c138af56
JX
419msgstr ""
420
12705546 421#: apply.c:4006
c6bc7d43 422#, c-format
fda7b092 423msgid "Checking patch %s..."
c6bc7d43
JX
424msgstr ""
425
12705546 426#: apply.c:4098
c6bc7d43 427#, c-format
fda7b092 428msgid "sha1 information is lacking or useless for submodule %s"
c6bc7d43
JX
429msgstr ""
430
12705546 431#: apply.c:4105
c6bc7d43 432#, c-format
fda7b092 433msgid "mode change for %s, which is not in current HEAD"
c6bc7d43
JX
434msgstr ""
435
12705546 436#: apply.c:4108
df0617bf 437#, c-format
fda7b092
JX
438msgid "sha1 information is lacking or useless (%s)."
439msgstr ""
440
12705546 441#: apply.c:4113 builtin/checkout.c:244 builtin/reset.c:142
fda7b092
JX
442#, c-format
443msgid "make_cache_entry failed for path '%s'"
444msgstr ""
445
12705546 446#: apply.c:4117
fda7b092
JX
447#, c-format
448msgid "could not add %s to temporary index"
449msgstr ""
450
12705546 451#: apply.c:4127
fda7b092
JX
452#, c-format
453msgid "could not write temporary index to %s"
454msgstr ""
455
12705546 456#: apply.c:4265
fda7b092
JX
457#, c-format
458msgid "unable to remove %s from index"
459msgstr ""
460
12705546 461#: apply.c:4299
fda7b092
JX
462#, c-format
463msgid "corrupt patch for submodule %s"
464msgstr ""
465
12705546 466#: apply.c:4305
fda7b092
JX
467#, c-format
468msgid "unable to stat newly created file '%s'"
469msgstr ""
470
12705546 471#: apply.c:4313
fda7b092
JX
472#, c-format
473msgid "unable to create backing store for newly created file %s"
474msgstr ""
475
12705546 476#: apply.c:4319 apply.c:4464
fda7b092
JX
477#, c-format
478msgid "unable to add cache entry for %s"
479msgstr ""
480
12705546 481#: apply.c:4362
fda7b092
JX
482#, c-format
483msgid "failed to write to '%s'"
484msgstr ""
485
12705546 486#: apply.c:4366
fda7b092
JX
487#, c-format
488msgid "closing file '%s'"
489msgstr ""
490
12705546 491#: apply.c:4436
fda7b092
JX
492#, c-format
493msgid "unable to write file '%s' mode %o"
494msgstr ""
495
12705546 496#: apply.c:4534
fda7b092
JX
497#, c-format
498msgid "Applied patch %s cleanly."
499msgstr ""
500
12705546 501#: apply.c:4542
fda7b092
JX
502msgid "internal error"
503msgstr ""
504
12705546 505#: apply.c:4545
fda7b092
JX
506#, c-format
507msgid "Applying patch %%s with %d reject..."
508msgid_plural "Applying patch %%s with %d rejects..."
509msgstr[0] ""
510msgstr[1] ""
511
12705546 512#: apply.c:4556
fda7b092
JX
513#, c-format
514msgid "truncating .rej filename to %.*s.rej"
515msgstr ""
516
12705546 517#: apply.c:4564 builtin/fetch.c:843 builtin/fetch.c:1122
fda7b092
JX
518#, c-format
519msgid "cannot open %s"
520msgstr ""
521
12705546 522#: apply.c:4578
fda7b092
JX
523#, c-format
524msgid "Hunk #%d applied cleanly."
525msgstr ""
526
12705546 527#: apply.c:4582
fda7b092
JX
528#, c-format
529msgid "Rejected hunk #%d."
530msgstr ""
531
12705546 532#: apply.c:4692
fda7b092
JX
533#, c-format
534msgid "Skipped patch '%s'."
535msgstr ""
536
12705546 537#: apply.c:4700
fda7b092
JX
538msgid "unrecognized input"
539msgstr ""
540
12705546 541#: apply.c:4719
fda7b092
JX
542msgid "unable to read index file"
543msgstr ""
544
12705546 545#: apply.c:4874
fda7b092
JX
546#, c-format
547msgid "can't open patch '%s': %s"
548msgstr ""
549
12705546 550#: apply.c:4901
fda7b092
JX
551#, c-format
552msgid "squelched %d whitespace error"
553msgid_plural "squelched %d whitespace errors"
554msgstr[0] ""
555msgstr[1] ""
556
12705546 557#: apply.c:4907 apply.c:4922
fda7b092
JX
558#, c-format
559msgid "%d line adds whitespace errors."
560msgid_plural "%d lines add whitespace errors."
561msgstr[0] ""
562msgstr[1] ""
563
12705546 564#: apply.c:4915
fda7b092
JX
565#, c-format
566msgid "%d line applied after fixing whitespace errors."
567msgid_plural "%d lines applied after fixing whitespace errors."
568msgstr[0] ""
569msgstr[1] ""
570
12705546 571#: apply.c:4931 builtin/add.c:538 builtin/mv.c:300 builtin/rm.c:389
fda7b092
JX
572msgid "Unable to write new index file"
573msgstr ""
574
12705546
JX
575#: apply.c:4958 apply.c:4961 builtin/am.c:2209 builtin/am.c:2212
576#: builtin/clone.c:121 builtin/fetch.c:118 builtin/merge.c:262
577#: builtin/pull.c:199 builtin/submodule--helper.c:406
578#: builtin/submodule--helper.c:1362 builtin/submodule--helper.c:1365
579#: builtin/submodule--helper.c:1846 builtin/submodule--helper.c:1849
580#: builtin/submodule--helper.c:2088 git-add--interactive.perl:197
fda7b092
JX
581msgid "path"
582msgstr ""
583
12705546 584#: apply.c:4959
fda7b092
JX
585msgid "don't apply changes matching the given path"
586msgstr ""
587
12705546 588#: apply.c:4962
fda7b092
JX
589msgid "apply changes matching the given path"
590msgstr ""
591
12705546 592#: apply.c:4964 builtin/am.c:2218
fda7b092
JX
593msgid "num"
594msgstr ""
595
12705546 596#: apply.c:4965
fda7b092
JX
597msgid "remove <num> leading slashes from traditional diff paths"
598msgstr ""
599
12705546 600#: apply.c:4968
fda7b092
JX
601msgid "ignore additions made by the patch"
602msgstr ""
603
12705546 604#: apply.c:4970
fda7b092
JX
605msgid "instead of applying the patch, output diffstat for the input"
606msgstr ""
607
12705546 608#: apply.c:4974
fda7b092
JX
609msgid "show number of added and deleted lines in decimal notation"
610msgstr ""
611
12705546 612#: apply.c:4976
fda7b092
JX
613msgid "instead of applying the patch, output a summary for the input"
614msgstr ""
615
12705546 616#: apply.c:4978
fda7b092
JX
617msgid "instead of applying the patch, see if the patch is applicable"
618msgstr ""
619
12705546 620#: apply.c:4980
fda7b092
JX
621msgid "make sure the patch is applicable to the current index"
622msgstr ""
623
12705546 624#: apply.c:4982
dba9f13c
JX
625msgid "mark new files with `git add --intent-to-add`"
626msgstr ""
627
12705546 628#: apply.c:4984
fda7b092
JX
629msgid "apply a patch without touching the working tree"
630msgstr ""
631
12705546 632#: apply.c:4986
fda7b092
JX
633msgid "accept a patch that touches outside the working area"
634msgstr ""
635
12705546 636#: apply.c:4989
fda7b092
JX
637msgid "also apply the patch (use with --stat/--summary/--check)"
638msgstr ""
639
12705546 640#: apply.c:4991
fda7b092
JX
641msgid "attempt three-way merge if a patch does not apply"
642msgstr ""
643
12705546 644#: apply.c:4993
fda7b092
JX
645msgid "build a temporary index based on embedded index information"
646msgstr ""
647
12705546 648#: apply.c:4996 builtin/checkout-index.c:170 builtin/ls-files.c:523
fda7b092
JX
649msgid "paths are separated with NUL character"
650msgstr ""
651
12705546 652#: apply.c:4998
fda7b092
JX
653msgid "ensure at least <n> lines of context match"
654msgstr ""
655
12705546
JX
656#: apply.c:4999 builtin/am.c:2197 builtin/interpret-trailers.c:97
657#: builtin/interpret-trailers.c:99 builtin/interpret-trailers.c:101
578d8ea3 658#: builtin/pack-objects.c:3312 builtin/rebase.c:857
fda7b092
JX
659msgid "action"
660msgstr ""
661
12705546 662#: apply.c:5000
fda7b092
JX
663msgid "detect new or modified lines that have whitespace errors"
664msgstr ""
665
12705546 666#: apply.c:5003 apply.c:5006
fda7b092
JX
667msgid "ignore changes in whitespace when finding context"
668msgstr ""
669
12705546 670#: apply.c:5009
fda7b092
JX
671msgid "apply the patch in reverse"
672msgstr ""
673
12705546 674#: apply.c:5011
fda7b092
JX
675msgid "don't expect at least one line of context"
676msgstr ""
677
12705546 678#: apply.c:5013
fda7b092
JX
679msgid "leave the rejected hunks in corresponding *.rej files"
680msgstr ""
681
12705546 682#: apply.c:5015
fda7b092
JX
683msgid "allow overlapping hunks"
684msgstr ""
685
12705546
JX
686#: apply.c:5016 builtin/add.c:290 builtin/check-ignore.c:21
687#: builtin/commit.c:1309 builtin/count-objects.c:98 builtin/fsck.c:698
688#: builtin/log.c:2023 builtin/mv.c:122 builtin/read-tree.c:127
689#: builtin/rebase--interactive.c:157
fda7b092
JX
690msgid "be verbose"
691msgstr ""
692
12705546 693#: apply.c:5018
fda7b092
JX
694msgid "tolerate incorrectly detected missing new-line at the end of file"
695msgstr ""
696
12705546 697#: apply.c:5021
fda7b092
JX
698msgid "do not trust the line counts in the hunk headers"
699msgstr ""
700
12705546 701#: apply.c:5023 builtin/am.c:2206
fda7b092
JX
702msgid "root"
703msgstr ""
704
12705546 705#: apply.c:5024
fda7b092
JX
706msgid "prepend <root> to all filenames"
707msgstr ""
708
dba9f13c 709#: archive.c:14
fda7b092
JX
710msgid "git archive [<options>] <tree-ish> [<path>...]"
711msgstr ""
712
dba9f13c 713#: archive.c:15
fda7b092
JX
714msgid "git archive --list"
715msgstr ""
716
dba9f13c 717#: archive.c:16
fda7b092
JX
718msgid ""
719"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
720msgstr ""
721
dba9f13c 722#: archive.c:17
fda7b092
JX
723msgid "git archive --remote <repo> [--exec <cmd>] --list"
724msgstr ""
725
12705546 726#: archive.c:370 builtin/add.c:176 builtin/add.c:514 builtin/rm.c:298
fda7b092
JX
727#, c-format
728msgid "pathspec '%s' did not match any files"
729msgstr ""
730
12705546 731#: archive.c:453
fda7b092
JX
732msgid "fmt"
733msgstr ""
734
12705546 735#: archive.c:453
fda7b092
JX
736msgid "archive format"
737msgstr ""
738
12705546 739#: archive.c:454 builtin/log.c:1536
fda7b092
JX
740msgid "prefix"
741msgstr ""
742
12705546 743#: archive.c:455
fda7b092
JX
744msgid "prepend prefix to each pathname in the archive"
745msgstr ""
746
12705546
JX
747#: archive.c:456 builtin/blame.c:820 builtin/blame.c:821 builtin/config.c:129
748#: builtin/fast-export.c:1013 builtin/fast-export.c:1015 builtin/grep.c:884
749#: builtin/hash-object.c:104 builtin/ls-files.c:559 builtin/ls-files.c:562
750#: builtin/notes.c:412 builtin/notes.c:575 builtin/read-tree.c:122
751#: parse-options.h:162
fda7b092
JX
752msgid "file"
753msgstr ""
754
12705546 755#: archive.c:457 builtin/archive.c:89
fda7b092
JX
756msgid "write the archive to this file"
757msgstr ""
758
12705546 759#: archive.c:459
fda7b092
JX
760msgid "read .gitattributes in working directory"
761msgstr ""
762
12705546 763#: archive.c:460
fda7b092
JX
764msgid "report archived files on stderr"
765msgstr ""
766
12705546 767#: archive.c:461
fda7b092
JX
768msgid "store only"
769msgstr ""
770
12705546 771#: archive.c:462
fda7b092
JX
772msgid "compress faster"
773msgstr ""
774
12705546 775#: archive.c:470
fda7b092
JX
776msgid "compress better"
777msgstr ""
778
12705546 779#: archive.c:473
fda7b092
JX
780msgid "list supported archive formats"
781msgstr ""
782
12705546
JX
783#: archive.c:475 builtin/archive.c:90 builtin/clone.c:111 builtin/clone.c:114
784#: builtin/submodule--helper.c:1374 builtin/submodule--helper.c:1855
fda7b092
JX
785msgid "repo"
786msgstr ""
787
12705546 788#: archive.c:476 builtin/archive.c:91
fda7b092
JX
789msgid "retrieve the archive from remote repository <repo>"
790msgstr ""
791
12705546
JX
792#: archive.c:477 builtin/archive.c:92 builtin/difftool.c:714
793#: builtin/notes.c:496
fda7b092
JX
794msgid "command"
795msgstr ""
796
12705546 797#: archive.c:478 builtin/archive.c:93
fda7b092
JX
798msgid "path to the remote git-upload-archive command"
799msgstr ""
800
12705546 801#: archive.c:485
fda7b092
JX
802msgid "Unexpected option --remote"
803msgstr ""
804
12705546 805#: archive.c:487
fda7b092
JX
806msgid "Option --exec can only be used together with --remote"
807msgstr ""
808
12705546 809#: archive.c:489
fda7b092
JX
810msgid "Unexpected option --output"
811msgstr ""
812
12705546 813#: archive.c:511
fda7b092
JX
814#, c-format
815msgid "Unknown archive format '%s'"
816msgstr ""
817
12705546 818#: archive.c:518
fda7b092
JX
819#, c-format
820msgid "Argument not supported for format '%s': -%d"
821msgstr ""
822
12705546 823#: archive-tar.c:125 archive-zip.c:345
dba9f13c
JX
824#, c-format
825msgid "cannot stream blob %s"
826msgstr ""
827
12705546 828#: archive-tar.c:260 archive-zip.c:363
dba9f13c
JX
829#, c-format
830msgid "unsupported file mode: 0%o (SHA1: %s)"
831msgstr ""
832
12705546 833#: archive-tar.c:287 archive-zip.c:353
dba9f13c
JX
834#, c-format
835msgid "cannot read %s"
836msgstr ""
837
838#: archive-tar.c:458
839#, c-format
840msgid "unable to start '%s' filter"
841msgstr ""
842
843#: archive-tar.c:461
844msgid "unable to redirect descriptor"
845msgstr ""
846
847#: archive-tar.c:468
848#, c-format
849msgid "'%s' filter reported error"
850msgstr ""
851
12705546 852#: archive-zip.c:314
dba9f13c
JX
853#, c-format
854msgid "path is not valid UTF-8: %s"
855msgstr ""
856
12705546 857#: archive-zip.c:318
dba9f13c
JX
858#, c-format
859msgid "path too long (%d chars, SHA1: %s): %s"
860msgstr ""
861
12705546 862#: archive-zip.c:474 builtin/pack-objects.c:224 builtin/pack-objects.c:227
dba9f13c
JX
863#, c-format
864msgid "deflate error (%d)"
865msgstr ""
866
12705546 867#: archive-zip.c:609
dba9f13c
JX
868#, c-format
869msgid "timestamp too large for this system: %<PRIuMAX>"
870msgstr ""
871
12705546 872#: attr.c:212
dfc182b1
JX
873#, c-format
874msgid "%.*s is not a valid attribute name"
875msgstr ""
876
12705546 877#: attr.c:409
fda7b092
JX
878msgid ""
879"Negative patterns are ignored in git attributes\n"
880"Use '\\!' for literal leading exclamation."
881msgstr ""
882
12705546 883#: bisect.c:468
fda7b092
JX
884#, c-format
885msgid "Badly quoted content in file '%s': %s"
886msgstr ""
887
12705546 888#: bisect.c:676
fda7b092
JX
889#, c-format
890msgid "We cannot bisect more!\n"
891msgstr ""
892
12705546 893#: bisect.c:730
fda7b092
JX
894#, c-format
895msgid "Not a valid commit name %s"
896msgstr ""
897
12705546 898#: bisect.c:754
fda7b092
JX
899#, c-format
900msgid ""
901"The merge base %s is bad.\n"
902"This means the bug has been fixed between %s and [%s].\n"
903msgstr ""
904
12705546 905#: bisect.c:759
fda7b092
JX
906#, c-format
907msgid ""
908"The merge base %s is new.\n"
909"The property has changed between %s and [%s].\n"
910msgstr ""
911
12705546 912#: bisect.c:764
fda7b092
JX
913#, c-format
914msgid ""
915"The merge base %s is %s.\n"
916"This means the first '%s' commit is between %s and [%s].\n"
917msgstr ""
918
12705546 919#: bisect.c:772
fda7b092
JX
920#, c-format
921msgid ""
673bfad0 922"Some %s revs are not ancestors of the %s rev.\n"
fda7b092
JX
923"git bisect cannot work properly in this case.\n"
924"Maybe you mistook %s and %s revs?\n"
925msgstr ""
926
12705546 927#: bisect.c:785
fda7b092
JX
928#, c-format
929msgid ""
930"the merge base between %s and [%s] must be skipped.\n"
931"So we cannot be sure the first %s commit is between %s and %s.\n"
932"We continue anyway."
933msgstr ""
934
12705546 935#: bisect.c:818
fda7b092
JX
936#, c-format
937msgid "Bisecting: a merge base must be tested\n"
938msgstr ""
939
12705546 940#: bisect.c:858
fda7b092
JX
941#, c-format
942msgid "a %s revision is needed"
943msgstr ""
944
12705546 945#: bisect.c:877 builtin/notes.c:177 builtin/tag.c:237
fda7b092
JX
946#, c-format
947msgid "could not create file '%s'"
948msgstr ""
949
12705546 950#: bisect.c:928 builtin/merge.c:138
fda7b092
JX
951#, c-format
952msgid "could not read file '%s'"
953msgstr ""
954
12705546 955#: bisect.c:958
fda7b092
JX
956msgid "reading bisect refs failed"
957msgstr ""
958
12705546 959#: bisect.c:977
fda7b092
JX
960#, c-format
961msgid "%s was both %s and %s\n"
962msgstr ""
963
12705546 964#: bisect.c:985
fda7b092
JX
965#, c-format
966msgid ""
967"No testable commit found.\n"
968"Maybe you started with bad path parameters?\n"
969msgstr ""
970
12705546 971#: bisect.c:1004
fda7b092
JX
972#, c-format
973msgid "(roughly %d step)"
974msgid_plural "(roughly %d steps)"
975msgstr[0] ""
976msgstr[1] ""
977
5b34e000
JX
978#. TRANSLATORS: the last %s will be replaced with "(roughly %d
979#. steps)" translation.
980#.
12705546 981#: bisect.c:1010
fda7b092
JX
982#, c-format
983msgid "Bisecting: %d revision left to test after this %s\n"
984msgid_plural "Bisecting: %d revisions left to test after this %s\n"
985msgstr[0] ""
986msgstr[1] ""
987
12705546 988#: blame.c:1787
5b34e000
JX
989msgid "--contents and --reverse do not blend well."
990msgstr ""
991
12705546 992#: blame.c:1801
5b34e000
JX
993msgid "cannot use --contents with final commit object name"
994msgstr ""
995
12705546 996#: blame.c:1822
5b34e000
JX
997msgid "--reverse and --first-parent together require specified latest commit"
998msgstr ""
999
12705546
JX
1000#: blame.c:1831 bundle.c:162 ref-filter.c:2046 sequencer.c:1963
1001#: sequencer.c:4002 builtin/commit.c:1001 builtin/log.c:377 builtin/log.c:932
1002#: builtin/log.c:1407 builtin/log.c:1783 builtin/log.c:2072 builtin/merge.c:406
36dd6933 1003#: builtin/pack-objects.c:3137 builtin/pack-objects.c:3152
9b7388a8 1004#: builtin/shortlog.c:192
5b34e000
JX
1005msgid "revision walk setup failed"
1006msgstr ""
1007
12705546 1008#: blame.c:1849
5b34e000
JX
1009msgid ""
1010"--reverse --first-parent together require range along first-parent chain"
1011msgstr ""
1012
12705546 1013#: blame.c:1860
5b34e000
JX
1014#, c-format
1015msgid "no such path %s in %s"
1016msgstr ""
1017
12705546 1018#: blame.c:1871
5b34e000
JX
1019#, c-format
1020msgid "cannot read blob %s for path %s"
1021msgstr ""
1022
98ac7815 1023#: branch.c:52
fda7b092
JX
1024#, c-format
1025msgid ""
1026"\n"
1027"After fixing the error cause you may try to fix up\n"
1028"the remote tracking information by invoking\n"
1029"\"git branch --set-upstream-to=%s%s%s\"."
1030msgstr ""
1031
98ac7815 1032#: branch.c:66
fda7b092
JX
1033#, c-format
1034msgid "Not setting branch %s as its own upstream."
1035msgstr ""
1036
98ac7815 1037#: branch.c:92
fda7b092 1038#, c-format
25eab542 1039msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."
fda7b092
JX
1040msgstr ""
1041
98ac7815 1042#: branch.c:93
fda7b092 1043#, c-format
25eab542 1044msgid "Branch '%s' set up to track remote branch '%s' from '%s'."
fda7b092
JX
1045msgstr ""
1046
98ac7815 1047#: branch.c:97
fda7b092 1048#, c-format
25eab542 1049msgid "Branch '%s' set up to track local branch '%s' by rebasing."
fda7b092
JX
1050msgstr ""
1051
98ac7815 1052#: branch.c:98
fda7b092 1053#, c-format
25eab542 1054msgid "Branch '%s' set up to track local branch '%s'."
fda7b092
JX
1055msgstr ""
1056
98ac7815 1057#: branch.c:103
fda7b092 1058#, c-format
25eab542 1059msgid "Branch '%s' set up to track remote ref '%s' by rebasing."
fda7b092
JX
1060msgstr ""
1061
98ac7815 1062#: branch.c:104
fda7b092 1063#, c-format
25eab542 1064msgid "Branch '%s' set up to track remote ref '%s'."
fda7b092
JX
1065msgstr ""
1066
98ac7815 1067#: branch.c:108
fda7b092 1068#, c-format
25eab542 1069msgid "Branch '%s' set up to track local ref '%s' by rebasing."
fda7b092
JX
1070msgstr ""
1071
98ac7815 1072#: branch.c:109
fda7b092 1073#, c-format
25eab542 1074msgid "Branch '%s' set up to track local ref '%s'."
fda7b092
JX
1075msgstr ""
1076
98ac7815 1077#: branch.c:118
fda7b092
JX
1078msgid "Unable to write upstream branch configuration"
1079msgstr ""
1080
98ac7815 1081#: branch.c:155
fda7b092
JX
1082#, c-format
1083msgid "Not tracking: ambiguous information for ref %s"
1084msgstr ""
1085
98ac7815 1086#: branch.c:188
fda7b092
JX
1087#, c-format
1088msgid "'%s' is not a valid branch name."
1089msgstr ""
1090
98ac7815 1091#: branch.c:207
fda7b092
JX
1092#, c-format
1093msgid "A branch named '%s' already exists."
1094msgstr ""
1095
98ac7815 1096#: branch.c:212
fda7b092
JX
1097msgid "Cannot force update the current branch."
1098msgstr ""
1099
98ac7815 1100#: branch.c:232
fda7b092
JX
1101#, c-format
1102msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1103msgstr ""
1104
98ac7815 1105#: branch.c:234
fda7b092
JX
1106#, c-format
1107msgid "the requested upstream branch '%s' does not exist"
1108msgstr ""
1109
98ac7815 1110#: branch.c:236
fda7b092
JX
1111msgid ""
1112"\n"
1113"If you are planning on basing your work on an upstream\n"
1114"branch that already exists at the remote, you may need to\n"
1115"run \"git fetch\" to retrieve it.\n"
1116"\n"
1117"If you are planning to push out a new local branch that\n"
1118"will track its remote counterpart, you may want to use\n"
1119"\"git push -u\" to set the upstream config as you push."
1120msgstr ""
1121
98ac7815 1122#: branch.c:279
fda7b092
JX
1123#, c-format
1124msgid "Not a valid object name: '%s'."
1125msgstr ""
1126
98ac7815 1127#: branch.c:299
fda7b092
JX
1128#, c-format
1129msgid "Ambiguous object name: '%s'."
1130msgstr ""
1131
98ac7815 1132#: branch.c:304
fda7b092
JX
1133#, c-format
1134msgid "Not a valid branch point: '%s'."
1135msgstr ""
1136
98ac7815 1137#: branch.c:358
fda7b092
JX
1138#, c-format
1139msgid "'%s' is already checked out at '%s'"
df0617bf
JX
1140msgstr ""
1141
98ac7815 1142#: branch.c:381
f517e50d
JX
1143#, c-format
1144msgid "HEAD of working tree %s is not updated"
1145msgstr ""
1146
dba9f13c 1147#: bundle.c:36
822e4a65
JX
1148#, c-format
1149msgid "'%s' does not look like a v2 bundle file"
1150msgstr ""
1151
dba9f13c 1152#: bundle.c:64
822e4a65
JX
1153#, c-format
1154msgid "unrecognized header: %s%s (%d)"
1155msgstr ""
1156
12705546
JX
1157#: bundle.c:90 rerere.c:480 rerere.c:690 sequencer.c:2182 sequencer.c:2722
1158#: builtin/commit.c:774
822e4a65
JX
1159#, c-format
1160msgid "could not open '%s'"
1161msgstr ""
1162
dba9f13c 1163#: bundle.c:141
822e4a65
JX
1164msgid "Repository lacks these prerequisite commits:"
1165msgstr ""
1166
dba9f13c 1167#: bundle.c:192
822e4a65 1168#, c-format
c138af56
JX
1169msgid "The bundle contains this ref:"
1170msgid_plural "The bundle contains these %d refs:"
822e4a65
JX
1171msgstr[0] ""
1172msgstr[1] ""
1173
dba9f13c 1174#: bundle.c:199
11b90174
JX
1175msgid "The bundle records a complete history."
1176msgstr ""
1177
dba9f13c 1178#: bundle.c:201
822e4a65 1179#, c-format
c138af56
JX
1180msgid "The bundle requires this ref:"
1181msgid_plural "The bundle requires these %d refs:"
822e4a65
JX
1182msgstr[0] ""
1183msgstr[1] ""
1184
12705546
JX
1185#: bundle.c:267
1186msgid "unable to dup bundle descriptor"
1187msgstr ""
1188
1189#: bundle.c:274
e3f9cab7 1190msgid "Could not spawn pack-objects"
822e4a65
JX
1191msgstr ""
1192
12705546 1193#: bundle.c:285
e3f9cab7 1194msgid "pack-objects died"
822e4a65
JX
1195msgstr ""
1196
12705546 1197#: bundle.c:327
e3f9cab7 1198msgid "rev-list died"
822e4a65
JX
1199msgstr ""
1200
12705546 1201#: bundle.c:376
e3f9cab7
JX
1202#, c-format
1203msgid "ref '%s' is excluded by the rev-list options"
822e4a65
JX
1204msgstr ""
1205
12705546 1206#: bundle.c:456 builtin/log.c:192 builtin/log.c:1688 builtin/shortlog.c:304
e3f9cab7
JX
1207#, c-format
1208msgid "unrecognized argument: %s"
822e4a65
JX
1209msgstr ""
1210
12705546 1211#: bundle.c:464
e3f9cab7 1212msgid "Refusing to create empty bundle."
822e4a65
JX
1213msgstr ""
1214
12705546 1215#: bundle.c:474
822e4a65
JX
1216#, c-format
1217msgid "cannot create '%s'"
1218msgstr ""
1219
12705546 1220#: bundle.c:498
822e4a65
JX
1221msgid "index-pack died"
1222msgstr ""
1223
abc8de64 1224#: color.c:296
d07a63e4
JX
1225#, c-format
1226msgid "invalid color value: %.*s"
1227msgstr ""
1228
12705546
JX
1229#: commit.c:50 sequencer.c:2528 builtin/am.c:370 builtin/am.c:414
1230#: builtin/am.c:1390 builtin/am.c:2025 builtin/replace.c:376
9b7388a8 1231#: builtin/replace.c:448
dce37b66
JX
1232#, c-format
1233msgid "could not parse %s"
1234msgstr ""
1235
12705546 1236#: commit.c:52
dce37b66
JX
1237#, c-format
1238msgid "%s %s is not a commit!"
1239msgstr ""
1240
12705546 1241#: commit.c:193
9b7388a8
JX
1242msgid ""
1243"Support for <GIT_DIR>/info/grafts is deprecated\n"
1244"and will be removed in a future Git version.\n"
1245"\n"
1246"Please use \"git replace --convert-graft-file\"\n"
1247"to convert the grafts into replace refs.\n"
1248"\n"
1249"Turn this message off by running\n"
1250"\"git config advice.graftFileDeprecated false\""
1251msgstr ""
1252
12705546
JX
1253#: commit.c:1115
1254#, c-format
1255msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
1256msgstr ""
1257
1258#: commit.c:1118
1259#, c-format
1260msgid "Commit %s has a bad GPG signature allegedly by %s."
1261msgstr ""
1262
1263#: commit.c:1121
1264#, c-format
1265msgid "Commit %s does not have a GPG signature."
1266msgstr ""
1267
1268#: commit.c:1124
1269#, c-format
1270msgid "Commit %s has a good GPG signature by %s\n"
1271msgstr ""
1272
1273#: commit.c:1378
fda7b092
JX
1274msgid ""
1275"Warning: commit message did not conform to UTF-8.\n"
1276"You may want to amend it after fixing the message, or set the config\n"
1277"variable i18n.commitencoding to the encoding your project uses.\n"
1278msgstr ""
1279
12705546 1280#: commit-graph.c:108
dba9f13c
JX
1281#, c-format
1282msgid "graph file %s is too small"
1283msgstr ""
1284
12705546 1285#: commit-graph.c:115
dba9f13c
JX
1286#, c-format
1287msgid "graph signature %X does not match signature %X"
1288msgstr ""
1289
12705546 1290#: commit-graph.c:122
dba9f13c
JX
1291#, c-format
1292msgid "graph version %X does not match version %X"
1293msgstr ""
1294
12705546 1295#: commit-graph.c:129
dba9f13c
JX
1296#, c-format
1297msgid "hash version %X does not match version %X"
1298msgstr ""
1299
12705546 1300#: commit-graph.c:153
dba9f13c
JX
1301#, c-format
1302msgid "improper chunk offset %08x%08x"
1303msgstr ""
1304
12705546 1305#: commit-graph.c:189
dba9f13c
JX
1306#, c-format
1307msgid "chunk id %08x appears multiple times"
1308msgstr ""
1309
12705546 1310#: commit-graph.c:308
dba9f13c
JX
1311#, c-format
1312msgid "could not find commit %s"
1313msgstr ""
1314
12705546 1315#: commit-graph.c:617 builtin/pack-objects.c:2652
dba9f13c
JX
1316#, c-format
1317msgid "unable to get type of object %s"
1318msgstr ""
1319
12705546
JX
1320#: commit-graph.c:651
1321msgid "Annotating commits in commit graph"
1322msgstr ""
1323
1324#: commit-graph.c:691
1325msgid "Computing commit graph generation numbers"
1326msgstr ""
1327
1328#: commit-graph.c:803 commit-graph.c:826 commit-graph.c:852
1329msgid "Finding commits for commit graph"
1330msgstr ""
1331
1332#: commit-graph.c:812
dba9f13c
JX
1333#, c-format
1334msgid "error adding pack %s"
1335msgstr ""
1336
12705546 1337#: commit-graph.c:814
dba9f13c
JX
1338#, c-format
1339msgid "error opening index for %s"
1340msgstr ""
1341
12705546 1342#: commit-graph.c:868
9b7388a8
JX
1343#, c-format
1344msgid "the commit graph format cannot write %d commits"
1345msgstr ""
1346
12705546 1347#: commit-graph.c:895
9b7388a8
JX
1348msgid "too many commits to write graph"
1349msgstr ""
1350
12705546 1351#: commit-graph.c:902 midx.c:769
9b7388a8 1352#, c-format
dba9f13c
JX
1353msgid "unable to create leading directories of %s"
1354msgstr ""
1355
12705546 1356#: commit-graph.c:1002
dba9f13c 1357msgid "the commit-graph file has incorrect checksum and is likely corrupt"
9b7388a8
JX
1358msgstr ""
1359
12705546
JX
1360#: commit-graph.c:1046
1361msgid "Verifying commits in commit graph"
1362msgstr ""
1363
18a90722 1364#: compat/obstack.c:405 compat/obstack.c:407
dce37b66
JX
1365msgid "memory exhausted"
1366msgstr ""
1367
dba9f13c
JX
1368#: config.c:123
1369#, c-format
1370msgid ""
1371"exceeded maximum include depth (%d) while including\n"
1372"\t%s\n"
1373"from\n"
1374"\t%s\n"
98ac7815 1375"This might be due to circular includes."
dba9f13c
JX
1376msgstr ""
1377
1378#: config.c:139
1379#, c-format
1380msgid "could not expand include path '%s'"
1381msgstr ""
1382
1383#: config.c:150
1384msgid "relative config includes must come from files"
1385msgstr ""
1386
1387#: config.c:190
dfc182b1
JX
1388msgid "relative config include conditionals must come from files"
1389msgstr ""
1390
dba9f13c
JX
1391#: config.c:348
1392#, c-format
1393msgid "key does not contain a section: %s"
1394msgstr ""
1395
1396#: config.c:354
1397#, c-format
1398msgid "key does not contain variable name: %s"
1399msgstr ""
1400
12705546 1401#: config.c:378 sequencer.c:2296
dba9f13c
JX
1402#, c-format
1403msgid "invalid key: %s"
1404msgstr ""
1405
1406#: config.c:384
1407#, c-format
1408msgid "invalid key (newline): %s"
1409msgstr ""
1410
1411#: config.c:420 config.c:432
1412#, c-format
1413msgid "bogus config parameter: %s"
1414msgstr ""
1415
1416#: config.c:467
1417#, c-format
1418msgid "bogus format in %s"
1419msgstr ""
1420
1421#: config.c:793
9fa976ff
JX
1422#, c-format
1423msgid "bad config line %d in blob %s"
1424msgstr ""
1425
dba9f13c 1426#: config.c:797
9fa976ff
JX
1427#, c-format
1428msgid "bad config line %d in file %s"
1429msgstr ""
1430
dba9f13c 1431#: config.c:801
9fa976ff
JX
1432#, c-format
1433msgid "bad config line %d in standard input"
1434msgstr ""
1435
dba9f13c 1436#: config.c:805
9fa976ff
JX
1437#, c-format
1438msgid "bad config line %d in submodule-blob %s"
1439msgstr ""
1440
dba9f13c 1441#: config.c:809
9fa976ff
JX
1442#, c-format
1443msgid "bad config line %d in command line %s"
1444msgstr ""
1445
dba9f13c 1446#: config.c:813
9fa976ff
JX
1447#, c-format
1448msgid "bad config line %d in %s"
1449msgstr ""
1450
dba9f13c 1451#: config.c:952
5bd166d8 1452msgid "out of range"
9fa976ff
JX
1453msgstr ""
1454
dba9f13c 1455#: config.c:952
5bd166d8 1456msgid "invalid unit"
9fa976ff
JX
1457msgstr ""
1458
dba9f13c 1459#: config.c:958
9fa976ff 1460#, c-format
5bd166d8 1461msgid "bad numeric config value '%s' for '%s': %s"
9fa976ff
JX
1462msgstr ""
1463
dba9f13c 1464#: config.c:963
9fa976ff 1465#, c-format
5bd166d8 1466msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
9fa976ff
JX
1467msgstr ""
1468
dba9f13c 1469#: config.c:966
9fa976ff 1470#, c-format
5bd166d8 1471msgid "bad numeric config value '%s' for '%s' in file %s: %s"
9fa976ff
JX
1472msgstr ""
1473
dba9f13c 1474#: config.c:969
9fa976ff 1475#, c-format
5bd166d8 1476msgid "bad numeric config value '%s' for '%s' in standard input: %s"
9fa976ff
JX
1477msgstr ""
1478
dba9f13c 1479#: config.c:972
9fa976ff 1480#, c-format
5bd166d8 1481msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
9fa976ff
JX
1482msgstr ""
1483
dba9f13c 1484#: config.c:975
9fa976ff 1485#, c-format
5bd166d8 1486msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
d07a63e4
JX
1487msgstr ""
1488
dba9f13c 1489#: config.c:978
d07a63e4 1490#, c-format
5bd166d8 1491msgid "bad numeric config value '%s' for '%s' in %s: %s"
d07a63e4
JX
1492msgstr ""
1493
dba9f13c 1494#: config.c:1073
d07a63e4
JX
1495#, c-format
1496msgid "failed to expand user dir in: '%s'"
1497msgstr ""
1498
dba9f13c 1499#: config.c:1082
18a90722
JX
1500#, c-format
1501msgid "'%s' for '%s' is not a valid timestamp"
1502msgstr ""
1503
dba9f13c
JX
1504#: config.c:1173
1505#, c-format
1506msgid "abbrev length out of range: %d"
1507msgstr ""
1508
1509#: config.c:1187 config.c:1198
d07a63e4
JX
1510#, c-format
1511msgid "bad zlib compression level %d"
1512msgstr ""
1513
dba9f13c
JX
1514#: config.c:1290
1515msgid "core.commentChar should only be one character"
1516msgstr ""
1517
1518#: config.c:1323
d07a63e4
JX
1519#, c-format
1520msgid "invalid mode for object creation: %s"
1521msgstr ""
1522
12705546 1523#: config.c:1395
dba9f13c
JX
1524#, c-format
1525msgid "malformed value for %s"
1526msgstr ""
1527
12705546 1528#: config.c:1421
dba9f13c
JX
1529#, c-format
1530msgid "malformed value for %s: %s"
1531msgstr ""
1532
12705546 1533#: config.c:1422
dba9f13c
JX
1534msgid "must be one of nothing, matching, simple, upstream or current"
1535msgstr ""
1536
36dd6933 1537#: config.c:1481 builtin/pack-objects.c:3391
673bfad0
JX
1538#, c-format
1539msgid "bad pack compression level %d"
1540msgstr ""
1541
12705546 1542#: config.c:1602
dba9f13c
JX
1543#, c-format
1544msgid "unable to load config blob object '%s'"
1545msgstr ""
1546
12705546 1547#: config.c:1605
dba9f13c
JX
1548#, c-format
1549msgid "reference '%s' does not point to a blob"
1550msgstr ""
1551
12705546 1552#: config.c:1622
dba9f13c
JX
1553#, c-format
1554msgid "unable to resolve config blob '%s'"
1555msgstr ""
1556
12705546 1557#: config.c:1652
dba9f13c
JX
1558#, c-format
1559msgid "failed to parse %s"
1560msgstr ""
1561
12705546 1562#: config.c:1705
d07a63e4
JX
1563msgid "unable to parse command-line config"
1564msgstr ""
1565
12705546 1566#: config.c:2037
9fa976ff 1567msgid "unknown error occurred while reading the configuration files"
d07a63e4
JX
1568msgstr ""
1569
12705546 1570#: config.c:2207
dfc182b1
JX
1571#, c-format
1572msgid "Invalid %s: '%s'"
1573msgstr ""
1574
12705546 1575#: config.c:2250
dfc182b1
JX
1576#, c-format
1577msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1578msgstr ""
1579
12705546 1580#: config.c:2276
dfc182b1
JX
1581#, c-format
1582msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1583msgstr ""
1584
36dd6933 1585#: config.c:2322
d07a63e4
JX
1586#, c-format
1587msgid "unable to parse '%s' from command-line config"
1588msgstr ""
1589
36dd6933 1590#: config.c:2324
d07a63e4
JX
1591#, c-format
1592msgid "bad config variable '%s' in file '%s' at line %d"
1593msgstr ""
1594
36dd6933 1595#: config.c:2405
dba9f13c
JX
1596#, c-format
1597msgid "invalid section name '%s'"
1598msgstr ""
1599
36dd6933 1600#: config.c:2437
d07a63e4
JX
1601#, c-format
1602msgid "%s has multiple values"
1603msgstr ""
1604
36dd6933 1605#: config.c:2466
dba9f13c
JX
1606#, c-format
1607msgid "failed to write new configuration file %s"
1608msgstr ""
1609
36dd6933 1610#: config.c:2717 config.c:3041
dba9f13c
JX
1611#, c-format
1612msgid "could not lock config file %s"
1613msgstr ""
1614
36dd6933 1615#: config.c:2728
dba9f13c
JX
1616#, c-format
1617msgid "opening %s"
1618msgstr ""
1619
36dd6933 1620#: config.c:2763 builtin/config.c:327
dba9f13c
JX
1621#, c-format
1622msgid "invalid pattern: %s"
1623msgstr ""
1624
36dd6933 1625#: config.c:2788
dba9f13c
JX
1626#, c-format
1627msgid "invalid config file %s"
1628msgstr ""
1629
36dd6933 1630#: config.c:2801 config.c:3054
673bfad0
JX
1631#, c-format
1632msgid "fstat on %s failed"
1633msgstr ""
1634
36dd6933 1635#: config.c:2812
dba9f13c
JX
1636#, c-format
1637msgid "unable to mmap '%s'"
1638msgstr ""
1639
36dd6933 1640#: config.c:2821 config.c:3059
dba9f13c
JX
1641#, c-format
1642msgid "chmod on %s failed"
1643msgstr ""
1644
36dd6933 1645#: config.c:2906 config.c:3156
dba9f13c
JX
1646#, c-format
1647msgid "could not write config file %s"
1648msgstr ""
1649
36dd6933 1650#: config.c:2940
f517e50d
JX
1651#, c-format
1652msgid "could not set '%s' to '%s'"
1653msgstr ""
1654
36dd6933 1655#: config.c:2942 builtin/remote.c:782
9eb3984b 1656#, c-format
f517e50d 1657msgid "could not unset '%s'"
9eb3984b
JX
1658msgstr ""
1659
36dd6933 1660#: config.c:3032
dba9f13c
JX
1661#, c-format
1662msgid "invalid section name: %s"
1663msgstr ""
1664
36dd6933 1665#: config.c:3199
dba9f13c
JX
1666#, c-format
1667msgid "missing value for '%s'"
1668msgstr ""
1669
55892712 1670#: connect.c:61
dba9f13c 1671msgid "the remote end hung up upon initial contact"
fda7b092
JX
1672msgstr ""
1673
55892712 1674#: connect.c:63
fda7b092
JX
1675msgid ""
1676"Could not read from remote repository.\n"
1677"\n"
1678"Please make sure you have the correct access rights\n"
1679"and the repository exists."
1680msgstr ""
1681
dba9f13c
JX
1682#: connect.c:81
1683#, c-format
1684msgid "server doesn't support '%s'"
9fa976ff
JX
1685msgstr ""
1686
dba9f13c
JX
1687#: connect.c:103
1688#, c-format
1689msgid "server doesn't support feature '%s'"
dce37b66
JX
1690msgstr ""
1691
dba9f13c
JX
1692#: connect.c:114
1693msgid "expected flush after capabilities"
dce37b66
JX
1694msgstr ""
1695
dba9f13c
JX
1696#: connect.c:233
1697#, c-format
1698msgid "ignoring capabilities after first line '%s'"
dce37b66
JX
1699msgstr ""
1700
dba9f13c
JX
1701#: connect.c:252
1702msgid "protocol error: unexpected capabilities^{}"
abc8de64
JX
1703msgstr ""
1704
dba9f13c 1705#: connect.c:273
abc8de64 1706#, c-format
dba9f13c 1707msgid "protocol error: expected shallow sha-1, got '%s'"
fda7b092
JX
1708msgstr ""
1709
dba9f13c
JX
1710#: connect.c:275
1711msgid "repository on the other end cannot be shallow"
fda7b092
JX
1712msgstr ""
1713
12705546 1714#: connect.c:310 fetch-pack.c:182 builtin/archive.c:63
fda7b092 1715#, c-format
dba9f13c 1716msgid "remote error: %s"
fda7b092
JX
1717msgstr ""
1718
dba9f13c
JX
1719#: connect.c:316
1720msgid "invalid packet"
1721msgstr ""
1722
1723#: connect.c:336
9b7388a8 1724#, c-format
dba9f13c 1725msgid "protocol error: unexpected '%s'"
9b7388a8
JX
1726msgstr ""
1727
dba9f13c 1728#: connect.c:444
9b7388a8 1729#, c-format
dba9f13c
JX
1730msgid "invalid ls-refs response: %s"
1731msgstr ""
1732
1733#: connect.c:448
1734msgid "expected flush after ref listing"
9b7388a8
JX
1735msgstr ""
1736
dba9f13c 1737#: connect.c:547
9b7388a8 1738#, c-format
dba9f13c
JX
1739msgid "protocol '%s' is not supported"
1740msgstr ""
1741
1742#: connect.c:598
1743msgid "unable to set SO_KEEPALIVE on socket"
9b7388a8
JX
1744msgstr ""
1745
dba9f13c 1746#: connect.c:638 connect.c:701
9b7388a8 1747#, c-format
dba9f13c 1748msgid "Looking up %s ... "
9b7388a8
JX
1749msgstr ""
1750
dba9f13c 1751#: connect.c:642
9b7388a8 1752#, c-format
dba9f13c 1753msgid "unable to look up %s (port %s) (%s)"
9b7388a8
JX
1754msgstr ""
1755
dba9f13c
JX
1756#. TRANSLATORS: this is the end of "Looking up %s ... "
1757#: connect.c:646 connect.c:717
9b7388a8 1758#, c-format
dba9f13c
JX
1759msgid ""
1760"done.\n"
1761"Connecting to %s (port %s) ... "
9b7388a8
JX
1762msgstr ""
1763
dba9f13c
JX
1764#: connect.c:668 connect.c:745
1765#, c-format
1766msgid ""
1767"unable to connect to %s:\n"
1768"%s"
9b7388a8
JX
1769msgstr ""
1770
dba9f13c
JX
1771#. TRANSLATORS: this is the end of "Connecting to %s (port %s) ... "
1772#: connect.c:674 connect.c:751
1773msgid "done."
822e4a65
JX
1774msgstr ""
1775
dba9f13c 1776#: connect.c:705
91d443d0 1777#, c-format
dba9f13c
JX
1778msgid "unable to look up %s (%s)"
1779msgstr ""
91d443d0 1780
dba9f13c 1781#: connect.c:711
91d443d0 1782#, c-format
dba9f13c
JX
1783msgid "unknown port %s"
1784msgstr ""
91d443d0 1785
dba9f13c 1786#: connect.c:848 connect.c:1174
91d443d0 1787#, c-format
dba9f13c
JX
1788msgid "strange hostname '%s' blocked"
1789msgstr ""
91d443d0 1790
dba9f13c 1791#: connect.c:850
91d443d0 1792#, c-format
dba9f13c
JX
1793msgid "strange port '%s' blocked"
1794msgstr ""
91d443d0 1795
dba9f13c 1796#: connect.c:860
91d443d0 1797#, c-format
dba9f13c
JX
1798msgid "cannot start proxy %s"
1799msgstr ""
1800
1801#: connect.c:927
1802msgid "no path specified; see 'git help pull' for valid url syntax"
1803msgstr ""
1804
1805#: connect.c:1122
1806msgid "ssh variant 'simple' does not support -4"
1807msgstr ""
1808
1809#: connect.c:1134
1810msgid "ssh variant 'simple' does not support -6"
1811msgstr ""
1812
1813#: connect.c:1151
1814msgid "ssh variant 'simple' does not support setting port"
1815msgstr ""
1816
1817#: connect.c:1262
1818#, c-format
1819msgid "strange pathname '%s' blocked"
1820msgstr ""
1821
1822#: connect.c:1307
1823msgid "unable to fork"
1824msgstr ""
1825
12705546 1826#: connected.c:68 builtin/fsck.c:202 builtin/prune.c:147
dba9f13c
JX
1827msgid "Checking connectivity"
1828msgstr ""
1829
1830#: connected.c:80
1831msgid "Could not run 'git rev-list'"
1832msgstr ""
1833
1834#: connected.c:100
1835msgid "failed write to rev-list"
1836msgstr ""
1837
1838#: connected.c:107
1839msgid "failed to close rev-list's stdin"
1840msgstr ""
1841
1842#: convert.c:194
1843#, c-format
1844msgid "illegal crlf_action %d"
1845msgstr ""
1846
1847#: convert.c:207
1848#, c-format
1849msgid "CRLF would be replaced by LF in %s"
1850msgstr ""
1851
1852#: convert.c:209
1853#, c-format
1854msgid ""
1855"CRLF will be replaced by LF in %s.\n"
1856"The file will have its original line endings in your working directory"
1857msgstr ""
1858
1859#: convert.c:217
1860#, c-format
1861msgid "LF would be replaced by CRLF in %s"
1862msgstr ""
1863
1864#: convert.c:219
1865#, c-format
1866msgid ""
1867"LF will be replaced by CRLF in %s.\n"
1868"The file will have its original line endings in your working directory"
1869msgstr ""
1870
1871#: convert.c:280
1872#, c-format
1873msgid "BOM is prohibited in '%s' if encoded as %s"
1874msgstr ""
1875
1876#: convert.c:287
1877#, c-format
1878msgid ""
1879"The file '%s' contains a byte order mark (BOM). Please use UTF-%s as working-"
1880"tree-encoding."
1881msgstr ""
1882
1883#: convert.c:305
1884#, c-format
1885msgid "BOM is required in '%s' if encoded as %s"
1886msgstr ""
1887
1888#: convert.c:307
1889#, c-format
1890msgid ""
1891"The file '%s' is missing a byte order mark (BOM). Please use UTF-%sBE or UTF-"
1892"%sLE (depending on the byte order) as working-tree-encoding."
1893msgstr ""
1894
1895#: convert.c:425 convert.c:496
1896#, c-format
1897msgid "failed to encode '%s' from %s to %s"
1898msgstr ""
1899
1900#: convert.c:468
1901#, c-format
1902msgid "encoding '%s' from %s to %s and back is not the same"
1903msgstr ""
1904
1905#: convert.c:674
1906#, c-format
1907msgid "cannot fork to run external filter '%s'"
1908msgstr ""
1909
1910#: convert.c:694
1911#, c-format
1912msgid "cannot feed the input to external filter '%s'"
1913msgstr ""
1914
1915#: convert.c:701
1916#, c-format
1917msgid "external filter '%s' failed %d"
1918msgstr ""
1919
1920#: convert.c:736 convert.c:739
1921#, c-format
1922msgid "read from external filter '%s' failed"
1923msgstr ""
1924
1925#: convert.c:742 convert.c:796
1926#, c-format
1927msgid "external filter '%s' failed"
1928msgstr ""
1929
1930#: convert.c:844
1931msgid "unexpected filter type"
1932msgstr ""
1933
1934#: convert.c:855
1935msgid "path name too long for external filter"
1936msgstr ""
1937
1938#: convert.c:929
1939#, c-format
1940msgid ""
1941"external filter '%s' is not available anymore although not all paths have "
1942"been filtered"
1943msgstr ""
1944
1945#: convert.c:1228
1946msgid "true/false are no valid working-tree-encodings"
1947msgstr ""
1948
12705546 1949#: convert.c:1398 convert.c:1432
dba9f13c
JX
1950#, c-format
1951msgid "%s: clean filter '%s' failed"
1952msgstr ""
1953
12705546 1954#: convert.c:1476
dba9f13c
JX
1955#, c-format
1956msgid "%s: smudge filter %s failed"
1957msgstr ""
1958
1959#: date.c:116
1960msgid "in the future"
1961msgstr ""
1962
1963#: date.c:122
1964#, c-format
1965msgid "%<PRIuMAX> second ago"
1966msgid_plural "%<PRIuMAX> seconds ago"
1967msgstr[0] ""
1968msgstr[1] ""
1969
1970#: date.c:129
1971#, c-format
1972msgid "%<PRIuMAX> minute ago"
1973msgid_plural "%<PRIuMAX> minutes ago"
1974msgstr[0] ""
1975msgstr[1] ""
1976
1977#: date.c:136
1978#, c-format
1979msgid "%<PRIuMAX> hour ago"
1980msgid_plural "%<PRIuMAX> hours ago"
1981msgstr[0] ""
1982msgstr[1] ""
1983
1984#: date.c:143
1985#, c-format
1986msgid "%<PRIuMAX> day ago"
1987msgid_plural "%<PRIuMAX> days ago"
1988msgstr[0] ""
1989msgstr[1] ""
1990
1991#: date.c:149
1992#, c-format
1993msgid "%<PRIuMAX> week ago"
1994msgid_plural "%<PRIuMAX> weeks ago"
1995msgstr[0] ""
1996msgstr[1] ""
91d443d0
JX
1997
1998#: date.c:156
1999#, c-format
2000msgid "%<PRIuMAX> month ago"
2001msgid_plural "%<PRIuMAX> months ago"
2002msgstr[0] ""
2003msgstr[1] ""
2004
2005#: date.c:167
2006#, c-format
2007msgid "%<PRIuMAX> year"
2008msgid_plural "%<PRIuMAX> years"
fda7b092
JX
2009msgstr[0] ""
2010msgstr[1] ""
3b6137f2 2011
fda7b092 2012#. TRANSLATORS: "%s" is "<n> years"
5b34e000 2013#: date.c:170
91d443d0
JX
2014#, c-format
2015msgid "%s, %<PRIuMAX> month ago"
2016msgid_plural "%s, %<PRIuMAX> months ago"
2017msgstr[0] ""
2018msgstr[1] ""
2019
2020#: date.c:175 date.c:180
2021#, c-format
2022msgid "%<PRIuMAX> year ago"
2023msgid_plural "%<PRIuMAX> years ago"
fda7b092
JX
2024msgstr[0] ""
2025msgstr[1] ""
3b6137f2 2026
12705546
JX
2027#: delta-islands.c:268
2028msgid "Propagating island marks"
2029msgstr ""
2030
2031#: delta-islands.c:286
2032#, c-format
2033msgid "bad tree object %s"
2034msgstr ""
2035
2036#: delta-islands.c:330
2037#, c-format
2038msgid "failed to load island regex for '%s': %s"
2039msgstr ""
2040
2041#: delta-islands.c:386
2042#, c-format
2043msgid "island regex from config has too many capture groups (max=%d)"
2044msgstr ""
2045
2046#: delta-islands.c:462
2047#, c-format
2048msgid "Marked %d islands, done.\n"
2049msgstr ""
2050
fda7b092 2051#: diffcore-order.c:24
3b6137f2 2052#, c-format
fda7b092 2053msgid "failed to read orderfile '%s'"
3b6137f2
JX
2054msgstr ""
2055
12705546 2056#: diffcore-rename.c:544
fda7b092 2057msgid "Performing inexact rename detection"
3b6137f2
JX
2058msgstr ""
2059
dba9f13c 2060#: diff.c:108
3b6137f2 2061#, c-format
fda7b092 2062msgid "option '%s' requires a value"
3b6137f2
JX
2063msgstr ""
2064
dba9f13c 2065#: diff.c:158
3b6137f2 2066#, c-format
fda7b092 2067msgid " Failed to parse dirstat cut-off percentage '%s'\n"
3b6137f2
JX
2068msgstr ""
2069
dba9f13c 2070#: diff.c:163
3b6137f2 2071#, c-format
fda7b092 2072msgid " Unknown dirstat parameter '%s'\n"
3b6137f2
JX
2073msgstr ""
2074
dba9f13c 2075#: diff.c:291
25eab542 2076msgid ""
dba9f13c
JX
2077"color moved setting must be one of 'no', 'default', 'blocks', 'zebra', "
2078"'dimmed-zebra', 'plain'"
25eab542
JX
2079msgstr ""
2080
dba9f13c
JX
2081#: diff.c:316
2082#, c-format
2083msgid "ignoring unknown color-moved-ws mode '%s'"
2084msgstr ""
2085
2086#: diff.c:323
2087msgid ""
2088"color-moved-ws: allow-indentation-change cannot be combined with other white "
2089"space modes"
2090msgstr ""
2091
2092#: diff.c:394
3b6137f2 2093#, c-format
fda7b092 2094msgid "Unknown value for 'diff.submodule' config variable: '%s'"
3b6137f2
JX
2095msgstr ""
2096
dba9f13c 2097#: diff.c:454
3b6137f2 2098#, c-format
fda7b092
JX
2099msgid ""
2100"Found errors in 'diff.dirstat' config variable:\n"
2101"%s"
3b6137f2
JX
2102msgstr ""
2103
12705546 2104#: diff.c:4140
3b6137f2 2105#, c-format
fda7b092 2106msgid "external diff died, stopping at %s"
3b6137f2
JX
2107msgstr ""
2108
12705546 2109#: diff.c:4482
fda7b092 2110msgid "--name-only, --name-status, --check and -s are mutually exclusive"
3b6137f2
JX
2111msgstr ""
2112
12705546 2113#: diff.c:4485
abc8de64
JX
2114msgid "-G, -S and --find-object are mutually exclusive"
2115msgstr ""
2116
12705546 2117#: diff.c:4563
fda7b092 2118msgid "--follow requires exactly one pathspec"
3b6137f2
JX
2119msgstr ""
2120
12705546 2121#: diff.c:4729
3b6137f2
JX
2122#, c-format
2123msgid ""
fda7b092
JX
2124"Failed to parse --dirstat/-X option parameter:\n"
2125"%s"
3b6137f2
JX
2126msgstr ""
2127
12705546 2128#: diff.c:4743
3b6137f2 2129#, c-format
fda7b092 2130msgid "Failed to parse --submodule option parameter: '%s'"
3b6137f2
JX
2131msgstr ""
2132
12705546 2133#: diff.c:5823
fda7b092 2134msgid "inexact rename detection was skipped due to too many files."
3b6137f2
JX
2135msgstr ""
2136
12705546 2137#: diff.c:5826
fda7b092 2138msgid "only found copies from modified paths due to too many files."
3b6137f2
JX
2139msgstr ""
2140
12705546 2141#: diff.c:5829
3b6137f2 2142#, c-format
fda7b092
JX
2143msgid ""
2144"you may want to set your %s variable to at least %d and retry the command."
3b6137f2
JX
2145msgstr ""
2146
12705546 2147#: dir.c:576
dba9f13c
JX
2148#, c-format
2149msgid "pathspec '%s' did not match any file(s) known to git"
2150msgstr ""
2151
12705546 2152#: dir.c:965
dba9f13c
JX
2153#, c-format
2154msgid "cannot use %s as an exclude file"
2155msgstr ""
2156
12705546 2157#: dir.c:1880
abc8de64
JX
2158#, c-format
2159msgid "could not open directory '%s'"
2160msgstr ""
2161
12705546 2162#: dir.c:2122
fda7b092 2163msgid "failed to get kernel name and information"
3b6137f2
JX
2164msgstr ""
2165
12705546 2166#: dir.c:2246
dba9f13c 2167msgid "untracked cache is disabled on this system or location"
3b6137f2
JX
2168msgstr ""
2169
12705546 2170#: dir.c:3047
dba9f13c
JX
2171#, c-format
2172msgid "index file corrupt in repo %s"
2173msgstr ""
2174
12705546 2175#: dir.c:3092 dir.c:3097
dfc182b1
JX
2176#, c-format
2177msgid "could not create directories for %s"
2178msgstr ""
2179
12705546 2180#: dir.c:3126
673bfad0
JX
2181#, c-format
2182msgid "could not migrate git directory from '%s' to '%s'"
2183msgstr ""
2184
12705546 2185#: editor.c:73
18a90722
JX
2186#, c-format
2187msgid "hint: Waiting for your editor to close the file...%c"
2188msgstr ""
2189
dba9f13c 2190#: entry.c:178
25eab542
JX
2191msgid "Filtering content"
2192msgstr ""
2193
12705546 2194#: entry.c:465
dfc182b1
JX
2195#, c-format
2196msgid "could not stat file '%s'"
2197msgstr ""
2198
dba9f13c
JX
2199#: environment.c:150
2200#, c-format
2201msgid "bad git namespace path \"%s\""
2202msgstr ""
2203
2204#: environment.c:332
2205#, c-format
2206msgid "could not set GIT_DIR to '%s'"
2207msgstr ""
2208
2209#: exec-cmd.c:361
2210#, c-format
2211msgid "too many args to run %s"
2212msgstr ""
2213
abc8de64
JX
2214#: fetch-object.c:17
2215msgid "Remote with no URL"
2216msgstr ""
2217
12705546 2218#: fetch-pack.c:151
fda7b092 2219msgid "git fetch-pack: expected shallow list"
3b6137f2
JX
2220msgstr ""
2221
12705546 2222#: fetch-pack.c:163
abc8de64 2223msgid "git fetch-pack: expected ACK/NAK, got a flush packet"
3b6137f2
JX
2224msgstr ""
2225
12705546 2226#: fetch-pack.c:183
3b6137f2 2227#, c-format
c091ffbe 2228msgid "git fetch-pack: expected ACK/NAK, got '%s'"
3b6137f2
JX
2229msgstr ""
2230
12705546 2231#: fetch-pack.c:253
fda7b092 2232msgid "--stateless-rpc requires multi_ack_detailed"
3b6137f2
JX
2233msgstr ""
2234
12705546 2235#: fetch-pack.c:347 fetch-pack.c:1277
3b6137f2 2236#, c-format
fda7b092 2237msgid "invalid shallow line: %s"
3b6137f2
JX
2238msgstr ""
2239
12705546 2240#: fetch-pack.c:353 fetch-pack.c:1283
3b6137f2 2241#, c-format
fda7b092 2242msgid "invalid unshallow line: %s"
3b6137f2
JX
2243msgstr ""
2244
12705546 2245#: fetch-pack.c:355 fetch-pack.c:1285
3b6137f2 2246#, c-format
fda7b092 2247msgid "object not found: %s"
3b6137f2
JX
2248msgstr ""
2249
12705546 2250#: fetch-pack.c:358 fetch-pack.c:1288
fda7b092
JX
2251#, c-format
2252msgid "error in object: %s"
3b6137f2
JX
2253msgstr ""
2254
12705546 2255#: fetch-pack.c:360 fetch-pack.c:1290
fda7b092
JX
2256#, c-format
2257msgid "no shallow found: %s"
3b6137f2
JX
2258msgstr ""
2259
12705546 2260#: fetch-pack.c:363 fetch-pack.c:1293
fda7b092
JX
2261#, c-format
2262msgid "expected shallow/unshallow, got %s"
3b6137f2
JX
2263msgstr ""
2264
12705546 2265#: fetch-pack.c:404
fda7b092
JX
2266#, c-format
2267msgid "got %s %d %s"
3b6137f2
JX
2268msgstr ""
2269
12705546 2270#: fetch-pack.c:421
3b6137f2 2271#, c-format
fda7b092 2272msgid "invalid commit %s"
3b6137f2
JX
2273msgstr ""
2274
12705546 2275#: fetch-pack.c:452
fda7b092 2276msgid "giving up"
3b6137f2
JX
2277msgstr ""
2278
12705546 2279#: fetch-pack.c:464 progress.c:229
fda7b092 2280msgid "done"
3b6137f2
JX
2281msgstr ""
2282
12705546 2283#: fetch-pack.c:476
3b6137f2 2284#, c-format
fda7b092 2285msgid "got %s (%d) %s"
3b6137f2
JX
2286msgstr ""
2287
12705546 2288#: fetch-pack.c:522
3b6137f2 2289#, c-format
fda7b092 2290msgid "Marking %s as complete"
3b6137f2
JX
2291msgstr ""
2292
dba9f13c 2293#: fetch-pack.c:764
fda7b092
JX
2294#, c-format
2295msgid "already have %s (%s)"
3b6137f2
JX
2296msgstr ""
2297
dba9f13c 2298#: fetch-pack.c:803
fda7b092 2299msgid "fetch-pack: unable to fork off sideband demultiplexer"
3b6137f2
JX
2300msgstr ""
2301
dba9f13c 2302#: fetch-pack.c:811
fda7b092 2303msgid "protocol error: bad pack header"
3b6137f2
JX
2304msgstr ""
2305
dba9f13c 2306#: fetch-pack.c:879
3b6137f2 2307#, c-format
fda7b092 2308msgid "fetch-pack: unable to fork off %s"
3b6137f2
JX
2309msgstr ""
2310
dba9f13c 2311#: fetch-pack.c:895
3b6137f2 2312#, c-format
fda7b092 2313msgid "%s failed"
3b6137f2
JX
2314msgstr ""
2315
dba9f13c 2316#: fetch-pack.c:897
fda7b092 2317msgid "error in sideband demultiplexer"
3b6137f2
JX
2318msgstr ""
2319
dba9f13c 2320#: fetch-pack.c:926
fda7b092 2321msgid "Server does not support shallow clients"
3b6137f2
JX
2322msgstr ""
2323
dba9f13c 2324#: fetch-pack.c:930
fda7b092 2325msgid "Server supports multi_ack_detailed"
3b6137f2
JX
2326msgstr ""
2327
dba9f13c 2328#: fetch-pack.c:933
fda7b092 2329msgid "Server supports no-done"
3b6137f2
JX
2330msgstr ""
2331
dba9f13c 2332#: fetch-pack.c:939
fda7b092 2333msgid "Server supports multi_ack"
28b3cffc
JX
2334msgstr ""
2335
dba9f13c 2336#: fetch-pack.c:943
fda7b092 2337msgid "Server supports side-band-64k"
28b3cffc
JX
2338msgstr ""
2339
dba9f13c 2340#: fetch-pack.c:947
fda7b092 2341msgid "Server supports side-band"
28b3cffc
JX
2342msgstr ""
2343
dba9f13c 2344#: fetch-pack.c:951
fda7b092 2345msgid "Server supports allow-tip-sha1-in-want"
28b3cffc
JX
2346msgstr ""
2347
dba9f13c 2348#: fetch-pack.c:955
fda7b092 2349msgid "Server supports allow-reachable-sha1-in-want"
c138af56
JX
2350msgstr ""
2351
dba9f13c 2352#: fetch-pack.c:965
fda7b092 2353msgid "Server supports ofs-delta"
6f6731e7
JX
2354msgstr ""
2355
12705546 2356#: fetch-pack.c:971 fetch-pack.c:1158
abc8de64
JX
2357msgid "Server supports filter"
2358msgstr ""
2359
dba9f13c 2360#: fetch-pack.c:979
6f6731e7 2361#, c-format
fda7b092 2362msgid "Server version is %.*s"
6f6731e7
JX
2363msgstr ""
2364
dba9f13c 2365#: fetch-pack.c:985
fda7b092 2366msgid "Server does not support --shallow-since"
6f6731e7
JX
2367msgstr ""
2368
dba9f13c 2369#: fetch-pack.c:989
fda7b092 2370msgid "Server does not support --shallow-exclude"
6f6731e7
JX
2371msgstr ""
2372
dba9f13c 2373#: fetch-pack.c:991
fda7b092 2374msgid "Server does not support --deepen"
235537a0
JX
2375msgstr ""
2376
12705546 2377#: fetch-pack.c:1008
fda7b092 2378msgid "no common commits"
f4f2c8f8
JX
2379msgstr ""
2380
12705546 2381#: fetch-pack.c:1020 fetch-pack.c:1418
fda7b092 2382msgid "git fetch-pack: fetch failed."
f4f2c8f8
JX
2383msgstr ""
2384
12705546 2385#: fetch-pack.c:1153
9b7388a8
JX
2386msgid "Server does not support shallow requests"
2387msgstr ""
2388
12705546 2389#: fetch-pack.c:1199
dba9f13c
JX
2390#, c-format
2391msgid "error reading section header '%s'"
2392msgstr ""
2393
12705546 2394#: fetch-pack.c:1205
dba9f13c
JX
2395#, c-format
2396msgid "expected '%s', received '%s'"
2397msgstr ""
2398
12705546 2399#: fetch-pack.c:1244
dba9f13c
JX
2400#, c-format
2401msgid "unexpected acknowledgment line: '%s'"
2402msgstr ""
2403
12705546 2404#: fetch-pack.c:1249
dba9f13c
JX
2405#, c-format
2406msgid "error processing acks: %d"
2407msgstr ""
2408
12705546
JX
2409#: fetch-pack.c:1259
2410msgid "expected packfile to be sent after 'ready'"
2411msgstr ""
2412
2413#: fetch-pack.c:1261
2414msgid "expected no other sections to be sent after no 'ready'"
2415msgstr ""
2416
2417#: fetch-pack.c:1298
dba9f13c
JX
2418#, c-format
2419msgid "error processing shallow info: %d"
2420msgstr ""
2421
12705546 2422#: fetch-pack.c:1314
dba9f13c
JX
2423#, c-format
2424msgid "expected wanted-ref, got '%s'"
2425msgstr ""
2426
12705546 2427#: fetch-pack.c:1324
dba9f13c
JX
2428#, c-format
2429msgid "unexpected wanted-ref: '%s'"
2430msgstr ""
2431
12705546 2432#: fetch-pack.c:1328
dba9f13c
JX
2433#, c-format
2434msgid "error processing wanted refs: %d"
2435msgstr ""
2436
12705546 2437#: fetch-pack.c:1642
fda7b092 2438msgid "no matching remote head"
727b9576
JX
2439msgstr ""
2440
12705546 2441#: fetch-pack.c:1660 builtin/clone.c:664
dba9f13c
JX
2442msgid "remote did not send all necessary objects"
2443msgstr ""
2444
12705546 2445#: fetch-pack.c:1686
dfc182b1
JX
2446#, c-format
2447msgid "no such remote ref %s"
2448msgstr ""
2449
12705546 2450#: fetch-pack.c:1689
dfc182b1
JX
2451#, c-format
2452msgid "Server does not allow request for unadvertised object %s"
2453msgstr ""
2454
12705546 2455#: gpg-interface.c:318
fda7b092 2456msgid "gpg failed to sign the data"
727b9576
JX
2457msgstr ""
2458
12705546 2459#: gpg-interface.c:344
fda7b092 2460msgid "could not create temporary file"
727b9576
JX
2461msgstr ""
2462
12705546 2463#: gpg-interface.c:347
727b9576 2464#, c-format
fda7b092 2465msgid "failed writing detached signature to '%s'"
727b9576
JX
2466msgstr ""
2467
5b34e000 2468#: graph.c:97
673bfad0
JX
2469#, c-format
2470msgid "ignore invalid color '%.*s' in log.graphColors"
2471msgstr ""
2472
12705546 2473#: grep.c:2113
727b9576 2474#, c-format
fda7b092 2475msgid "'%s': unable to read %s"
727b9576
JX
2476msgstr ""
2477
12705546 2478#: grep.c:2130 setup.c:164 builtin/clone.c:410 builtin/diff.c:81
abc8de64 2479#: builtin/rm.c:134
727b9576 2480#, c-format
fda7b092 2481msgid "failed to stat '%s'"
727b9576
JX
2482msgstr ""
2483
12705546 2484#: grep.c:2141
727b9576 2485#, c-format
fda7b092 2486msgid "'%s': short read"
727b9576
JX
2487msgstr ""
2488
55892712
JX
2489#: help.c:23
2490msgid "start a working area (see also: git help tutorial)"
2491msgstr ""
2492
2493#: help.c:24
2494msgid "work on the current change (see also: git help everyday)"
2495msgstr ""
2496
2497#: help.c:25
2498msgid "examine the history and state (see also: git help revisions)"
2499msgstr ""
2500
2501#: help.c:26
2502msgid "grow, mark and tweak your common history"
2503msgstr ""
2504
2505#: help.c:27
2506msgid "collaborate (see also: git help workflows)"
2507msgstr ""
2508
2509#: help.c:31
2510msgid "Main Porcelain Commands"
2511msgstr ""
2512
2513#: help.c:32
2514msgid "Ancillary Commands / Manipulators"
2515msgstr ""
2516
2517#: help.c:33
2518msgid "Ancillary Commands / Interrogators"
2519msgstr ""
2520
2521#: help.c:34
2522msgid "Interacting with Others"
2523msgstr ""
2524
2525#: help.c:35
2526msgid "Low-level Commands / Manipulators"
2527msgstr ""
2528
2529#: help.c:36
2530msgid "Low-level Commands / Interrogators"
2531msgstr ""
2532
2533#: help.c:37
2534msgid "Low-level Commands / Synching Repositories"
2535msgstr ""
2536
2537#: help.c:38
2538msgid "Low-level Commands / Internal Helpers"
2539msgstr ""
2540
12705546 2541#: help.c:296
727b9576 2542#, c-format
fda7b092 2543msgid "available git commands in '%s'"
727b9576
JX
2544msgstr ""
2545
12705546 2546#: help.c:303
fda7b092 2547msgid "git commands available from elsewhere on your $PATH"
727b9576
JX
2548msgstr ""
2549
12705546 2550#: help.c:312
fda7b092 2551msgid "These are common Git commands used in various situations:"
727b9576
JX
2552msgstr ""
2553
12705546 2554#: help.c:361 git.c:90
55892712
JX
2555#, c-format
2556msgid "unsupported command listing type '%s'"
2557msgstr ""
2558
12705546 2559#: help.c:408
55892712
JX
2560msgid "The common Git guides are:"
2561msgstr ""
2562
12705546
JX
2563#: help.c:517
2564msgid "See 'git help <command>' to read about a specific subcommand"
2565msgstr ""
2566
2567#: help.c:522
2568msgid "External commands"
2569msgstr ""
2570
2571#: help.c:530
2572msgid "Command aliases"
2573msgstr ""
2574
2575#: help.c:594
9caaf23e 2576#, c-format
df49095a 2577msgid ""
fda7b092
JX
2578"'%s' appears to be a git command, but we were not\n"
2579"able to execute it. Maybe git-%s is broken?"
df49095a
JX
2580msgstr ""
2581
12705546 2582#: help.c:653
fda7b092 2583msgid "Uh oh. Your system reports no Git commands at all."
d07a63e4
JX
2584msgstr ""
2585
12705546 2586#: help.c:675
fda7b092 2587#, c-format
5b34e000
JX
2588msgid "WARNING: You called a Git command named '%s', which does not exist."
2589msgstr ""
2590
12705546 2591#: help.c:680
5b34e000
JX
2592#, c-format
2593msgid "Continuing under the assumption that you meant '%s'."
5e078fcd
JX
2594msgstr ""
2595
12705546 2596#: help.c:685
5e078fcd 2597#, c-format
5b34e000 2598msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
5e078fcd
JX
2599msgstr ""
2600
12705546 2601#: help.c:693
5e078fcd 2602#, c-format
fda7b092 2603msgid "git: '%s' is not a git command. See 'git --help'."
5e078fcd
JX
2604msgstr ""
2605
12705546 2606#: help.c:697
fda7b092
JX
2607msgid ""
2608"\n"
5b34e000 2609"The most similar command is"
fda7b092
JX
2610msgid_plural ""
2611"\n"
5b34e000 2612"The most similar commands are"
fda7b092
JX
2613msgstr[0] ""
2614msgstr[1] ""
2615
12705546 2616#: help.c:712
5b34e000
JX
2617msgid "git version [<options>]"
2618msgstr ""
2619
12705546 2620#: help.c:780
df0617bf 2621#, c-format
fda7b092 2622msgid "%s: %s - %s"
df0617bf
JX
2623msgstr ""
2624
12705546 2625#: help.c:784
5b34e000
JX
2626msgid ""
2627"\n"
2628"Did you mean this?"
2629msgid_plural ""
2630"\n"
2631"Did you mean one of these?"
2632msgstr[0] ""
2633msgstr[1] ""
2634
12705546 2635#: ident.c:345
fda7b092
JX
2636msgid ""
2637"\n"
2638"*** Please tell me who you are.\n"
2639"\n"
2640"Run\n"
2641"\n"
2642" git config --global user.email \"you@example.com\"\n"
2643" git config --global user.name \"Your Name\"\n"
2644"\n"
2645"to set your account's default identity.\n"
2646"Omit --global to set the identity only in this repository.\n"
2647"\n"
df0617bf
JX
2648msgstr ""
2649
12705546 2650#: ident.c:369
dfc182b1
JX
2651msgid "no email was given and auto-detection is disabled"
2652msgstr ""
2653
12705546 2654#: ident.c:374
dfc182b1
JX
2655#, c-format
2656msgid "unable to auto-detect email address (got '%s')"
2657msgstr ""
2658
12705546 2659#: ident.c:384
dfc182b1
JX
2660msgid "no name was given and auto-detection is disabled"
2661msgstr ""
2662
12705546 2663#: ident.c:390
dfc182b1
JX
2664#, c-format
2665msgid "unable to auto-detect name (got '%s')"
2666msgstr ""
2667
12705546 2668#: ident.c:398
dfc182b1
JX
2669#, c-format
2670msgid "empty ident name (for <%s>) not allowed"
2671msgstr ""
2672
12705546 2673#: ident.c:404
dfc182b1
JX
2674#, c-format
2675msgid "name consists only of disallowed characters: %s"
2676msgstr ""
2677
12705546 2678#: ident.c:419 builtin/commit.c:606
dfc182b1
JX
2679#, c-format
2680msgid "invalid date format: %s"
2681msgstr ""
2682
12705546 2683#: list-objects-filter-options.c:35
abc8de64 2684msgid "multiple filter-specs cannot be combined"
18a90722
JX
2685msgstr ""
2686
12705546
JX
2687#: list-objects-filter-options.c:58
2688msgid "only 'tree:0' is supported"
2689msgstr ""
2690
2691#: list-objects-filter-options.c:137
abc8de64 2692msgid "cannot change partial clone promisor remote"
18a90722
JX
2693msgstr ""
2694
25eab542 2695#: lockfile.c:151
df0617bf 2696#, c-format
fda7b092
JX
2697msgid ""
2698"Unable to create '%s.lock': %s.\n"
2699"\n"
2700"Another git process seems to be running in this repository, e.g.\n"
2701"an editor opened by 'git commit'. Please make sure all processes\n"
2702"are terminated then try again. If it still fails, a git process\n"
2703"may have crashed in this repository earlier:\n"
2704"remove the file manually to continue."
df0617bf
JX
2705msgstr ""
2706
25eab542 2707#: lockfile.c:159
df0617bf 2708#, c-format
fda7b092 2709msgid "Unable to create '%s.lock': %s"
df0617bf
JX
2710msgstr ""
2711
12705546 2712#: merge.c:41
fda7b092 2713msgid "failed to read the cache"
9eb3984b
JX
2714msgstr ""
2715
12705546
JX
2716#: merge.c:107 rerere.c:720 builtin/am.c:1899 builtin/am.c:1933
2717#: builtin/checkout.c:387 builtin/checkout.c:708 builtin/clone.c:764
fda7b092 2718msgid "unable to write new index file"
9eb3984b
JX
2719msgstr ""
2720
12705546 2721#: merge-recursive.c:323
fda7b092 2722msgid "(bad commit)\n"
f4f2c8f8
JX
2723msgstr ""
2724
12705546 2725#: merge-recursive.c:345
9b7388a8
JX
2726#, c-format
2727msgid "add_cacheinfo failed for path '%s'; merge aborting."
2728msgstr ""
2729
12705546 2730#: merge-recursive.c:353
f1522b27 2731#, c-format
9b7388a8 2732msgid "add_cacheinfo failed to refresh for path '%s'; merge aborting."
f1522b27
JX
2733msgstr ""
2734
12705546 2735#: merge-recursive.c:435
fda7b092 2736msgid "error building trees"
f1522b27
JX
2737msgstr ""
2738
12705546 2739#: merge-recursive.c:906
f4f2c8f8 2740#, c-format
fda7b092 2741msgid "failed to create path '%s'%s"
f4f2c8f8
JX
2742msgstr ""
2743
12705546 2744#: merge-recursive.c:917
f4f2c8f8 2745#, c-format
fda7b092 2746msgid "Removing %s to make room for subdirectory\n"
f4f2c8f8
JX
2747msgstr ""
2748
12705546 2749#: merge-recursive.c:931 merge-recursive.c:950
fda7b092 2750msgid ": perhaps a D/F conflict?"
df0617bf
JX
2751msgstr ""
2752
12705546 2753#: merge-recursive.c:940
f4f2c8f8 2754#, c-format
fda7b092 2755msgid "refusing to lose untracked file at '%s'"
f4f2c8f8
JX
2756msgstr ""
2757
12705546 2758#: merge-recursive.c:982 builtin/cat-file.c:39
9eb3984b 2759#, c-format
fda7b092 2760msgid "cannot read object %s '%s'"
9eb3984b
JX
2761msgstr ""
2762
12705546 2763#: merge-recursive.c:984
9eb3984b 2764#, c-format
fda7b092 2765msgid "blob expected for %s '%s'"
9eb3984b
JX
2766msgstr ""
2767
12705546 2768#: merge-recursive.c:1008
f4f2c8f8 2769#, c-format
fda7b092 2770msgid "failed to open '%s': %s"
f4f2c8f8
JX
2771msgstr ""
2772
12705546 2773#: merge-recursive.c:1019
f4f2c8f8 2774#, c-format
fda7b092 2775msgid "failed to symlink '%s': %s"
f4f2c8f8
JX
2776msgstr ""
2777
12705546 2778#: merge-recursive.c:1024
f1522b27 2779#, c-format
fda7b092 2780msgid "do not know what to do with %06o %s '%s'"
f1522b27
JX
2781msgstr ""
2782
12705546 2783#: merge-recursive.c:1212
9b7388a8
JX
2784#, c-format
2785msgid "Failed to merge submodule %s (not checked out)"
2786msgstr ""
2787
12705546 2788#: merge-recursive.c:1219
9b7388a8
JX
2789#, c-format
2790msgid "Failed to merge submodule %s (commits not present)"
2791msgstr ""
2792
12705546 2793#: merge-recursive.c:1226
9b7388a8
JX
2794#, c-format
2795msgid "Failed to merge submodule %s (commits don't follow merge-base)"
2796msgstr ""
2797
12705546 2798#: merge-recursive.c:1234 merge-recursive.c:1246
9b7388a8
JX
2799#, c-format
2800msgid "Fast-forwarding submodule %s to the following commit:"
2801msgstr ""
2802
12705546 2803#: merge-recursive.c:1237 merge-recursive.c:1249
9b7388a8 2804#, c-format
90d4bec9 2805msgid "Fast-forwarding submodule %s"
9b7388a8
JX
2806msgstr ""
2807
12705546 2808#: merge-recursive.c:1271
9b7388a8
JX
2809#, c-format
2810msgid "Failed to merge submodule %s (merge following commits not found)"
2811msgstr ""
2812
12705546 2813#: merge-recursive.c:1275
9b7388a8
JX
2814#, c-format
2815msgid "Failed to merge submodule %s (not fast-forward)"
2816msgstr ""
2817
12705546 2818#: merge-recursive.c:1276
9b7388a8
JX
2819msgid "Found a possible merge resolution for the submodule:\n"
2820msgstr ""
2821
12705546 2822#: merge-recursive.c:1279
9b7388a8
JX
2823#, c-format
2824msgid ""
2825"If this is correct simply add it to the index for example\n"
2826"by using:\n"
2827"\n"
2828" git update-index --cacheinfo 160000 %s \"%s\"\n"
2829"\n"
2830"which will accept this suggestion.\n"
2831msgstr ""
2832
12705546 2833#: merge-recursive.c:1288
9b7388a8
JX
2834#, c-format
2835msgid "Failed to merge submodule %s (multiple merges found)"
2836msgstr ""
2837
12705546 2838#: merge-recursive.c:1358
fda7b092 2839msgid "Failed to execute internal merge"
f1522b27
JX
2840msgstr ""
2841
12705546 2842#: merge-recursive.c:1363
9eb3984b 2843#, c-format
fda7b092 2844msgid "Unable to add %s to database"
9eb3984b
JX
2845msgstr ""
2846
12705546 2847#: merge-recursive.c:1395
9b7388a8
JX
2848#, c-format
2849msgid "Auto-merging %s"
2850msgstr ""
2851
12705546 2852#: merge-recursive.c:1416
9b7388a8
JX
2853#, c-format
2854msgid "Error: Refusing to lose untracked file at %s; writing to %s instead."
2855msgstr ""
2856
12705546 2857#: merge-recursive.c:1483
f1522b27 2858#, c-format
fda7b092
JX
2859msgid ""
2860"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2861"in tree."
f1522b27
JX
2862msgstr ""
2863
12705546 2864#: merge-recursive.c:1488
dfc182b1
JX
2865#, c-format
2866msgid ""
2867"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2868"left in tree."
2869msgstr ""
2870
12705546 2871#: merge-recursive.c:1495
fda7b092
JX
2872#, c-format
2873msgid ""
2874"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2875"in tree at %s."
f1522b27
JX
2876msgstr ""
2877
12705546 2878#: merge-recursive.c:1500
dfc182b1
JX
2879#, c-format
2880msgid ""
2881"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2882"left in tree at %s."
2883msgstr ""
2884
12705546 2885#: merge-recursive.c:1534
fda7b092 2886msgid "rename"
f1522b27
JX
2887msgstr ""
2888
12705546 2889#: merge-recursive.c:1534
fda7b092 2890msgid "renamed"
f1522b27
JX
2891msgstr ""
2892
12705546
JX
2893#: merge-recursive.c:1588 merge-recursive.c:1737 merge-recursive.c:2369
2894#: merge-recursive.c:3124
9b7388a8
JX
2895#, c-format
2896msgid "Refusing to lose dirty file at %s"
2897msgstr ""
2898
12705546 2899#: merge-recursive.c:1602
f1522b27 2900#, c-format
fda7b092 2901msgid "%s is a directory in %s adding as %s instead"
f1522b27
JX
2902msgstr ""
2903
12705546 2904#: merge-recursive.c:1607
9b7388a8
JX
2905#, c-format
2906msgid "Refusing to lose untracked file at %s; adding as %s instead"
2907msgstr ""
2908
12705546 2909#: merge-recursive.c:1633
f1522b27 2910#, c-format
fda7b092
JX
2911msgid ""
2912"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
2913"\"->\"%s\" in \"%s\"%s"
f1522b27
JX
2914msgstr ""
2915
12705546 2916#: merge-recursive.c:1638
fda7b092 2917msgid " (left unresolved)"
f4f2c8f8
JX
2918msgstr ""
2919
12705546 2920#: merge-recursive.c:1699
f1522b27 2921#, c-format
fda7b092 2922msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
f1522b27
JX
2923msgstr ""
2924
12705546 2925#: merge-recursive.c:1734
f1522b27 2926#, c-format
fda7b092 2927msgid "Renaming %s to %s and %s to %s instead"
f1522b27
JX
2928msgstr ""
2929
12705546 2930#: merge-recursive.c:1746
9b7388a8
JX
2931#, c-format
2932msgid "Refusing to lose untracked file at %s, even though it's in the way."
2933msgstr ""
2934
12705546 2935#: merge-recursive.c:1952
9b7388a8
JX
2936#, c-format
2937msgid ""
2938"CONFLICT (directory rename split): Unclear where to place %s because "
2939"directory %s was renamed to multiple other directories, with no destination "
2940"getting a majority of the files."
2941msgstr ""
2942
12705546 2943#: merge-recursive.c:1984
9b7388a8
JX
2944#, c-format
2945msgid ""
2946"CONFLICT (implicit dir rename): Existing file/dir at %s in the way of "
2947"implicit directory rename(s) putting the following path(s) there: %s."
2948msgstr ""
2949
12705546 2950#: merge-recursive.c:1994
9b7388a8
JX
2951#, c-format
2952msgid ""
2953"CONFLICT (implicit dir rename): Cannot map more than one path to %s; "
2954"implicit directory renames tried to put these paths there: %s"
2955msgstr ""
2956
12705546 2957#: merge-recursive.c:2086
9b7388a8
JX
2958#, c-format
2959msgid ""
2960"CONFLICT (rename/rename): Rename directory %s->%s in %s. Rename directory %s-"
2961">%s in %s"
2962msgstr ""
2963
12705546 2964#: merge-recursive.c:2331
9b7388a8
JX
2965#, c-format
2966msgid ""
2967"WARNING: Avoiding applying %s -> %s rename to %s, because %s itself was "
2968"renamed."
2969msgstr ""
2970
12705546 2971#: merge-recursive.c:2737
f4f2c8f8 2972#, c-format
fda7b092 2973msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
f4f2c8f8
JX
2974msgstr ""
2975
12705546 2976#: merge-recursive.c:2763
f4f2c8f8 2977#, c-format
fda7b092 2978msgid "Adding merged %s"
f4f2c8f8
JX
2979msgstr ""
2980
12705546 2981#: merge-recursive.c:2770 merge-recursive.c:3127
df49095a 2982#, c-format
fda7b092 2983msgid "Adding as %s instead"
df49095a
JX
2984msgstr ""
2985
12705546 2986#: merge-recursive.c:2934
df49095a 2987#, c-format
fda7b092 2988msgid "cannot read object %s"
df49095a
JX
2989msgstr ""
2990
12705546 2991#: merge-recursive.c:2937
df49095a 2992#, c-format
fda7b092 2993msgid "object %s is not a blob"
df49095a
JX
2994msgstr ""
2995
12705546 2996#: merge-recursive.c:3006
fda7b092 2997msgid "modify"
df49095a
JX
2998msgstr ""
2999
12705546 3000#: merge-recursive.c:3006
fda7b092 3001msgid "modified"
64f23b0c
JX
3002msgstr ""
3003
12705546 3004#: merge-recursive.c:3017
fda7b092 3005msgid "content"
64f23b0c
JX
3006msgstr ""
3007
12705546 3008#: merge-recursive.c:3024
fda7b092 3009msgid "add/add"
64f23b0c
JX
3010msgstr ""
3011
12705546 3012#: merge-recursive.c:3071
64f23b0c 3013#, c-format
fda7b092 3014msgid "Skipped %s (merged same as existing)"
64f23b0c
JX
3015msgstr ""
3016
12705546 3017#: merge-recursive.c:3093 git-submodule.sh:858
fda7b092 3018msgid "submodule"
64f23b0c
JX
3019msgstr ""
3020
12705546 3021#: merge-recursive.c:3094
64f23b0c 3022#, c-format
fda7b092 3023msgid "CONFLICT (%s): Merge conflict in %s"
64f23b0c
JX
3024msgstr ""
3025
12705546 3026#: merge-recursive.c:3216
9caaf23e 3027#, c-format
fda7b092 3028msgid "Removing %s"
727b9576
JX
3029msgstr ""
3030
12705546 3031#: merge-recursive.c:3242
fda7b092 3032msgid "file/directory"
727b9576
JX
3033msgstr ""
3034
12705546 3035#: merge-recursive.c:3248
fda7b092 3036msgid "directory/file"
f9472e35
JX
3037msgstr ""
3038
12705546 3039#: merge-recursive.c:3255
dce37b66 3040#, c-format
fda7b092 3041msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
f9472e35
JX
3042msgstr ""
3043
12705546 3044#: merge-recursive.c:3264
dce37b66 3045#, c-format
fda7b092 3046msgid "Adding %s"
f9472e35
JX
3047msgstr ""
3048
12705546 3049#: merge-recursive.c:3300
005c62fe 3050#, c-format
dba9f13c
JX
3051msgid ""
3052"Your local changes to the following files would be overwritten by merge:\n"
3053" %s"
005c62fe
JX
3054msgstr ""
3055
12705546 3056#: merge-recursive.c:3311
25eab542 3057msgid "Already up to date!"
df0617bf
JX
3058msgstr ""
3059
12705546 3060#: merge-recursive.c:3320
df0617bf 3061#, c-format
fda7b092 3062msgid "merging of trees %s and %s failed"
c2ea1208
JX
3063msgstr ""
3064
12705546 3065#: merge-recursive.c:3419
fda7b092 3066msgid "Merging:"
28b3cffc
JX
3067msgstr ""
3068
12705546 3069#: merge-recursive.c:3432
28b3cffc 3070#, c-format
fda7b092
JX
3071msgid "found %u common ancestor:"
3072msgid_plural "found %u common ancestors:"
3073msgstr[0] ""
3074msgstr[1] ""
28b3cffc 3075
12705546 3076#: merge-recursive.c:3471
fda7b092 3077msgid "merge returned no commit"
d07a63e4
JX
3078msgstr ""
3079
12705546 3080#: merge-recursive.c:3537
fda7b092
JX
3081#, c-format
3082msgid "Could not parse object '%s'"
d07a63e4
JX
3083msgstr ""
3084
12705546 3085#: merge-recursive.c:3553 builtin/merge.c:691 builtin/merge.c:849
fda7b092 3086msgid "Unable to write index."
dce37b66
JX
3087msgstr ""
3088
12705546
JX
3089#: midx.c:65
3090#, c-format
3091msgid "multi-pack-index file %s is too small"
3092msgstr ""
3093
3094#: midx.c:81
3095#, c-format
3096msgid "multi-pack-index signature 0x%08x does not match signature 0x%08x"
3097msgstr ""
3098
3099#: midx.c:86
3100#, c-format
3101msgid "multi-pack-index version %d not recognized"
3102msgstr ""
3103
3104#: midx.c:91
3105#, c-format
3106msgid "hash version %u does not match"
3107msgstr ""
3108
3109#: midx.c:105
3110msgid "invalid chunk offset (too large)"
3111msgstr ""
3112
3113#: midx.c:129
3114msgid "terminating multi-pack-index chunk id appears earlier than expected"
3115msgstr ""
3116
3117#: midx.c:142
3118msgid "multi-pack-index missing required pack-name chunk"
3119msgstr ""
3120
3121#: midx.c:144
3122msgid "multi-pack-index missing required OID fanout chunk"
3123msgstr ""
3124
3125#: midx.c:146
3126msgid "multi-pack-index missing required OID lookup chunk"
3127msgstr ""
3128
3129#: midx.c:148
3130msgid "multi-pack-index missing required object offsets chunk"
3131msgstr ""
3132
3133#: midx.c:162
3134#, c-format
3135msgid "multi-pack-index pack names out of order: '%s' before '%s'"
3136msgstr ""
3137
3138#: midx.c:205
3139#, c-format
36dd6933 3140msgid "bad pack-int-id: %u (%u total packs)"
12705546
JX
3141msgstr ""
3142
3143#: midx.c:246
3144msgid "multi-pack-index stores a 64-bit offset, but off_t is too small"
3145msgstr ""
3146
3147#: midx.c:271
3148msgid "error preparing packfile from multi-pack-index"
3149msgstr ""
3150
3151#: midx.c:407
3152#, c-format
3153msgid "failed to add packfile '%s'"
3154msgstr ""
3155
3156#: midx.c:413
3157#, c-format
3158msgid "failed to open pack-index '%s'"
3159msgstr ""
3160
3161#: midx.c:507
3162#, c-format
3163msgid "failed to locate object %d in packfile"
3164msgstr ""
3165
3166#: midx.c:943
3167#, c-format
3168msgid "failed to clear multi-pack-index at %s"
3169msgstr ""
3170
3171#: midx.c:981
3172#, c-format
3173msgid ""
3174"oid fanout out of order: fanout[%d] = %<PRIx32> > %<PRIx32> = fanout[%d]"
3175msgstr ""
3176
3177#: midx.c:992
3178#, c-format
3179msgid "oid lookup out of order: oid[%d] = %s >= %s = oid[%d]"
3180msgstr ""
3181
3182#: midx.c:996
3183msgid "Verifying object offsets"
3184msgstr ""
3185
3186#: midx.c:1004
3187#, c-format
3188msgid "failed to load pack entry for oid[%d] = %s"
3189msgstr ""
3190
3191#: midx.c:1010
3192#, c-format
3193msgid "failed to load pack-index for packfile %s"
3194msgstr ""
3195
3196#: midx.c:1019
3197#, c-format
3198msgid "incorrect object offset for oid[%d] = %s: %<PRIx64> != %<PRIx64>"
3199msgstr ""
3200
3201#: name-hash.c:532
3202#, c-format
3203msgid "unable to create lazy_dir thread: %s"
3204msgstr ""
3205
3206#: name-hash.c:554
3207#, c-format
3208msgid "unable to create lazy_name thread: %s"
3209msgstr ""
3210
3211#: name-hash.c:560
3212#, c-format
3213msgid "unable to join lazy_name thread: %s"
3214msgstr ""
3215
3216#: notes-merge.c:275
fda7b092
JX
3217#, c-format
3218msgid ""
3219"You have not concluded your previous notes merge (%s exists).\n"
3220"Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
3221"commit/abort the previous merge before you start a new notes merge."
dce37b66
JX
3222msgstr ""
3223
12705546 3224#: notes-merge.c:282
fda7b092
JX
3225#, c-format
3226msgid "You have not concluded your notes merge (%s exists)."
9fa976ff
JX
3227msgstr ""
3228
dba9f13c 3229#: notes-utils.c:45
fda7b092 3230msgid "Cannot commit uninitialized/unreferenced notes tree"
2b911f81
JX
3231msgstr ""
3232
dba9f13c 3233#: notes-utils.c:104
fda7b092
JX
3234#, c-format
3235msgid "Bad notes.rewriteMode value: '%s'"
dce37b66
JX
3236msgstr ""
3237
dba9f13c 3238#: notes-utils.c:114
dce37b66 3239#, c-format
fda7b092 3240msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
dce37b66
JX
3241msgstr ""
3242
5b34e000
JX
3243#. TRANSLATORS: The first %s is the name of
3244#. the environment variable, the second %s is
3245#. its value.
3246#.
dba9f13c 3247#: notes-utils.c:144
dce37b66 3248#, c-format
fda7b092 3249msgid "Bad %s value: '%s'"
dce37b66
JX
3250msgstr ""
3251
dba9f13c
JX
3252#: object.c:54
3253#, c-format
3254msgid "invalid object type \"%s\""
3255msgstr ""
3256
3257#: object.c:173
3258#, c-format
3259msgid "object %s is a %s, not a %s"
3260msgstr ""
3261
3262#: object.c:233
3263#, c-format
3264msgid "object %s has unknown type id %d"
3265msgstr ""
3266
3267#: object.c:246
fda7b092
JX
3268#, c-format
3269msgid "unable to parse object: %s"
dce37b66
JX
3270msgstr ""
3271
dba9f13c
JX
3272#: object.c:266 object.c:277
3273#, c-format
3274msgid "sha1 mismatch %s"
3275msgstr ""
3276
12705546 3277#: packfile.c:607
25eab542
JX
3278msgid "offset before end of packfile (broken .idx?)"
3279msgstr ""
3280
12705546 3281#: packfile.c:1864
25eab542
JX
3282#, c-format
3283msgid "offset before start of pack index for %s (corrupt index?)"
3284msgstr ""
3285
12705546 3286#: packfile.c:1868
25eab542
JX
3287#, c-format
3288msgid "offset beyond end of pack index for %s (truncated index?)"
3289msgstr ""
3290
dba9f13c 3291#: parse-options.c:672
fda7b092 3292msgid "..."
dce37b66
JX
3293msgstr ""
3294
dba9f13c 3295#: parse-options.c:691
fda7b092
JX
3296#, c-format
3297msgid "usage: %s"
dce37b66
JX
3298msgstr ""
3299
fda7b092 3300#. TRANSLATORS: the colon here should align with the
5b34e000
JX
3301#. one in "usage: %s" translation.
3302#.
dba9f13c 3303#: parse-options.c:697
9fa976ff 3304#, c-format
fda7b092 3305msgid " or: %s"
9fa976ff
JX
3306msgstr ""
3307
dba9f13c 3308#: parse-options.c:700
dce37b66 3309#, c-format
fda7b092 3310msgid " %s"
dce37b66
JX
3311msgstr ""
3312
dba9f13c 3313#: parse-options.c:739
fda7b092 3314msgid "-NUM"
822e4a65
JX
3315msgstr ""
3316
12705546 3317#: parse-options-cb.c:37
9b7388a8
JX
3318#, c-format
3319msgid "malformed expiration date '%s'"
3320msgstr ""
3321
12705546 3322#: parse-options-cb.c:109
fda7b092
JX
3323#, c-format
3324msgid "malformed object name '%s'"
822e4a65
JX
3325msgstr ""
3326
12705546 3327#: path.c:894
822e4a65 3328#, c-format
fda7b092 3329msgid "Could not make %s writable by group"
822e4a65
JX
3330msgstr ""
3331
5b34e000 3332#: pathspec.c:129
dfc182b1
JX
3333msgid "Escape character '\\' not allowed as last character in attr value"
3334msgstr ""
3335
5b34e000 3336#: pathspec.c:147
dfc182b1
JX
3337msgid "Only one 'attr:' specification is allowed."
3338msgstr ""
3339
5b34e000 3340#: pathspec.c:150
dfc182b1
JX
3341msgid "attr spec must not be empty"
3342msgstr ""
3343
5b34e000 3344#: pathspec.c:193
dfc182b1
JX
3345#, c-format
3346msgid "invalid attribute name %s"
3347msgstr ""
3348
5b34e000 3349#: pathspec.c:258
fda7b092 3350msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
822e4a65
JX
3351msgstr ""
3352
5b34e000 3353#: pathspec.c:265
fda7b092
JX
3354msgid ""
3355"global 'literal' pathspec setting is incompatible with all other global "
3356"pathspec settings"
dce37b66
JX
3357msgstr ""
3358
5b34e000 3359#: pathspec.c:305
fda7b092 3360msgid "invalid parameter for pathspec magic 'prefix'"
dce37b66
JX
3361msgstr ""
3362
5b34e000 3363#: pathspec.c:326
dce37b66 3364#, c-format
fda7b092 3365msgid "Invalid pathspec magic '%.*s' in '%s'"
dce37b66
JX
3366msgstr ""
3367
5b34e000 3368#: pathspec.c:331
dce37b66 3369#, c-format
fda7b092 3370msgid "Missing ')' at the end of pathspec magic in '%s'"
dce37b66
JX
3371msgstr ""
3372
5b34e000 3373#: pathspec.c:369
dce37b66 3374#, c-format
fda7b092 3375msgid "Unimplemented pathspec magic '%c' in '%s'"
dce37b66
JX
3376msgstr ""
3377
5b34e000 3378#: pathspec.c:428
dce37b66 3379#, c-format
fda7b092 3380msgid "%s: 'literal' and 'glob' are incompatible"
dce37b66
JX
3381msgstr ""
3382
5b34e000 3383#: pathspec.c:441
dce37b66 3384#, c-format
fda7b092 3385msgid "%s: '%s' is outside repository"
dce37b66
JX
3386msgstr ""
3387
5b34e000 3388#: pathspec.c:515
dce37b66 3389#, c-format
673bfad0 3390msgid "'%s' (mnemonic: '%c')"
dce37b66
JX
3391msgstr ""
3392
5b34e000 3393#: pathspec.c:525
fda7b092
JX
3394#, c-format
3395msgid "%s: pathspec magic not supported by this command: %s"
dce37b66
JX
3396msgstr ""
3397
18a90722 3398#: pathspec.c:592
dce37b66 3399#, c-format
fda7b092 3400msgid "pathspec '%s' is beyond a symbolic link"
dce37b66
JX
3401msgstr ""
3402
dba9f13c
JX
3403#: pkt-line.c:104
3404msgid "flush packet write failed"
3405msgstr ""
3406
3407#: pkt-line.c:142 pkt-line.c:228
3408msgid "protocol error: impossibly long line"
3409msgstr ""
3410
3411#: pkt-line.c:158 pkt-line.c:160
3412msgid "packet write with format failed"
3413msgstr ""
3414
3415#: pkt-line.c:192
3416msgid "packet write failed - data exceeds max packet size"
3417msgstr ""
3418
3419#: pkt-line.c:199 pkt-line.c:206
3420msgid "packet write failed"
3421msgstr ""
3422
3423#: pkt-line.c:291
3424msgid "read error"
3425msgstr ""
3426
3427#: pkt-line.c:299
3428msgid "the remote end hung up unexpectedly"
3429msgstr ""
3430
3431#: pkt-line.c:327
3432#, c-format
3433msgid "protocol error: bad line length character: %.4s"
3434msgstr ""
3435
3436#: pkt-line.c:337 pkt-line.c:342
3437#, c-format
3438msgid "protocol error: bad line length %d"
3439msgstr ""
3440
12705546
JX
3441#: preload-index.c:118
3442msgid "Refreshing index"
3443msgstr ""
3444
3445#: preload-index.c:137
3446#, c-format
3447msgid "unable to create threaded lstat: %s"
3448msgstr ""
3449
25eab542 3450#: pretty.c:962
fda7b092 3451msgid "unable to parse --pretty format"
9fa976ff
JX
3452msgstr ""
3453
12705546 3454#: range-diff.c:56
dba9f13c
JX
3455msgid "could not start `log`"
3456msgstr ""
3457
12705546 3458#: range-diff.c:59
dba9f13c
JX
3459msgid "could not read `log` output"
3460msgstr ""
3461
12705546 3462#: range-diff.c:74 sequencer.c:4764
dba9f13c
JX
3463#, c-format
3464msgid "could not parse commit '%s'"
3465msgstr ""
3466
12705546 3467#: range-diff.c:224
dba9f13c
JX
3468msgid "failed to generate diff"
3469msgstr ""
3470
12705546 3471#: range-diff.c:455 range-diff.c:457
dba9f13c
JX
3472#, c-format
3473msgid "could not parse log for '%s'"
3474msgstr ""
3475
12705546
JX
3476#: read-cache.c:1490
3477msgid "Refresh index"
3478msgstr ""
3479
3480#: read-cache.c:1604
fda7b092
JX
3481#, c-format
3482msgid ""
3483"index.version set, but the value is invalid.\n"
3484"Using version %i"
9fa976ff
JX
3485msgstr ""
3486
12705546 3487#: read-cache.c:1614
fda7b092
JX
3488#, c-format
3489msgid ""
3490"GIT_INDEX_VERSION set, but the value is invalid.\n"
3491"Using version %i"
dce37b66
JX
3492msgstr ""
3493
12705546
JX
3494#: read-cache.c:1792
3495#, c-format
3496msgid "malformed name field in the index, near path '%s'"
3497msgstr ""
3498
3499#: read-cache.c:1960 rerere.c:565 rerere.c:599 rerere.c:1111 builtin/add.c:458
3500#: builtin/check-ignore.c:177 builtin/checkout.c:289 builtin/checkout.c:585
3501#: builtin/checkout.c:953 builtin/clean.c:954 builtin/commit.c:343
3502#: builtin/diff-tree.c:115 builtin/grep.c:489 builtin/mv.c:144
3503#: builtin/reset.c:244 builtin/rm.c:270 builtin/submodule--helper.c:329
3504msgid "index file corrupt"
3505msgstr ""
3506
3507#: read-cache.c:2101
3508#, c-format
3509msgid "unable to create load_cache_entries thread: %s"
3510msgstr ""
3511
3512#: read-cache.c:2114
3513#, c-format
3514msgid "unable to join load_cache_entries thread: %s"
3515msgstr ""
3516
36dd6933 3517#: read-cache.c:2201
12705546
JX
3518#, c-format
3519msgid "unable to create load_index_extensions thread: %s"
3520msgstr ""
3521
36dd6933 3522#: read-cache.c:2228
12705546
JX
3523#, c-format
3524msgid "unable to join load_index_extensions thread: %s"
3525msgstr ""
3526
36dd6933 3527#: read-cache.c:2982 sequencer.c:4727 wrapper.c:658 builtin/merge.c:1086
5b34e000
JX
3528#, c-format
3529msgid "could not close '%s'"
3530msgstr ""
3531
36dd6933 3532#: read-cache.c:3055 sequencer.c:2203 sequencer.c:3592
dfc182b1 3533#, c-format
28e1aaa4 3534msgid "could not stat '%s'"
dfc182b1
JX
3535msgstr ""
3536
36dd6933 3537#: read-cache.c:3068
dfc182b1
JX
3538#, c-format
3539msgid "unable to open git dir: %s"
3540msgstr ""
3541
36dd6933 3542#: read-cache.c:3080
dfc182b1
JX
3543#, c-format
3544msgid "unable to unlink: %s"
3545msgstr ""
3546
12705546
JX
3547#: rebase-interactive.c:10
3548msgid ""
3549"\n"
3550"Commands:\n"
3551"p, pick <commit> = use commit\n"
3552"r, reword <commit> = use commit, but edit the commit message\n"
3553"e, edit <commit> = use commit, but stop for amending\n"
3554"s, squash <commit> = use commit, but meld into previous commit\n"
3555"f, fixup <commit> = like \"squash\", but discard this commit's log message\n"
3556"x, exec <command> = run command (the rest of the line) using shell\n"
3557"b, break = stop here (continue rebase later with 'git rebase --continue')\n"
3558"d, drop <commit> = remove commit\n"
3559"l, label <label> = label current HEAD with a name\n"
3560"t, reset <label> = reset HEAD to a label\n"
3561"m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
3562". create a merge commit using the original merge commit's\n"
3563". message (or the oneline, if no original merge commit was\n"
3564". specified). Use -c <commit> to reword the commit message.\n"
3565"\n"
3566"These lines can be re-ordered; they are executed from top to bottom.\n"
3567msgstr ""
3568
3569#: rebase-interactive.c:31 git-rebase--preserve-merges.sh:173
3570msgid ""
3571"\n"
3572"Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
3573msgstr ""
3574
3575#: rebase-interactive.c:34 git-rebase--preserve-merges.sh:177
3576msgid ""
3577"\n"
3578"If you remove a line here THAT COMMIT WILL BE LOST.\n"
3579msgstr ""
3580
3581#: rebase-interactive.c:40 git-rebase--preserve-merges.sh:816
3582msgid ""
3583"\n"
3584"You are editing the todo file of an ongoing interactive rebase.\n"
3585"To continue rebase after editing, run:\n"
3586" git rebase --continue\n"
3587"\n"
3588msgstr ""
3589
3590#: rebase-interactive.c:45 git-rebase--preserve-merges.sh:893
3591msgid ""
3592"\n"
3593"However, if you remove everything, the rebase will be aborted.\n"
3594"\n"
3595msgstr ""
3596
3597#: rebase-interactive.c:51 git-rebase--preserve-merges.sh:900
3598msgid "Note that empty commits are commented out"
3599msgstr ""
3600
3601#: rebase-interactive.c:62 rebase-interactive.c:75 sequencer.c:2186
3602#: sequencer.c:4505 sequencer.c:4561 sequencer.c:4836
3603#, c-format
3604msgid "could not read '%s'."
3605msgstr ""
3606
dba9f13c
JX
3607#: refs.c:192
3608#, c-format
3609msgid "%s does not point to a valid object!"
3610msgstr ""
3611
12705546 3612#: refs.c:583
dba9f13c
JX
3613#, c-format
3614msgid "ignoring dangling symref %s"
3615msgstr ""
3616
12705546 3617#: refs.c:585 ref-filter.c:1951
dba9f13c
JX
3618#, c-format
3619msgid "ignoring broken ref %s"
3620msgstr ""
3621
12705546 3622#: refs.c:711
dba9f13c
JX
3623#, c-format
3624msgid "could not open '%s' for writing: %s"
3625msgstr ""
3626
12705546 3627#: refs.c:721 refs.c:772
dba9f13c
JX
3628#, c-format
3629msgid "could not read ref '%s'"
3630msgstr ""
3631
12705546 3632#: refs.c:727
dba9f13c
JX
3633#, c-format
3634msgid "ref '%s' already exists"
3635msgstr ""
3636
12705546 3637#: refs.c:732
dba9f13c
JX
3638#, c-format
3639msgid "unexpected object ID when writing '%s'"
3640msgstr ""
3641
12705546
JX
3642#: refs.c:740 sequencer.c:394 sequencer.c:2510 sequencer.c:2636
3643#: sequencer.c:2650 sequencer.c:2877 sequencer.c:4725 sequencer.c:4788
dba9f13c
JX
3644#: wrapper.c:656
3645#, c-format
3646msgid "could not write to '%s'"
3647msgstr ""
3648
12705546
JX
3649#: refs.c:767 sequencer.c:4723 sequencer.c:4782 wrapper.c:225 wrapper.c:395
3650#: builtin/am.c:728
dba9f13c
JX
3651#, c-format
3652msgid "could not open '%s' for writing"
3653msgstr ""
3654
12705546 3655#: refs.c:774
dba9f13c
JX
3656#, c-format
3657msgid "unexpected object ID when deleting '%s'"
3658msgstr ""
3659
12705546 3660#: refs.c:905
dba9f13c
JX
3661#, c-format
3662msgid "log for ref %s has gap after %s"
3663msgstr ""
3664
12705546 3665#: refs.c:911
dba9f13c
JX
3666#, c-format
3667msgid "log for ref %s unexpectedly ended on %s"
3668msgstr ""
3669
12705546 3670#: refs.c:969
dba9f13c
JX
3671#, c-format
3672msgid "log for %s is empty"
3673msgstr ""
3674
12705546 3675#: refs.c:1061
dba9f13c
JX
3676#, c-format
3677msgid "refusing to update ref with bad name '%s'"
3678msgstr ""
3679
12705546 3680#: refs.c:1137
dba9f13c
JX
3681#, c-format
3682msgid "update_ref failed for ref '%s': %s"
3683msgstr ""
3684
12705546 3685#: refs.c:1911
dba9f13c
JX
3686#, c-format
3687msgid "multiple updates for ref '%s' not allowed"
3688msgstr ""
3689
12705546 3690#: refs.c:1943
dba9f13c
JX
3691msgid "ref updates forbidden inside quarantine environment"
3692msgstr ""
3693
12705546 3694#: refs.c:2039 refs.c:2069
dce37b66 3695#, c-format
dba9f13c 3696msgid "'%s' exists; cannot create '%s'"
dce37b66
JX
3697msgstr ""
3698
12705546 3699#: refs.c:2045 refs.c:2080
dba9f13c
JX
3700#, c-format
3701msgid "cannot process '%s' and '%s' at the same time"
28e1aaa4
JX
3702msgstr ""
3703
36dd6933 3704#: refs/files-backend.c:1228
fda7b092 3705#, c-format
25eab542 3706msgid "could not remove reference %s"
dce37b66
JX
3707msgstr ""
3708
36dd6933 3709#: refs/files-backend.c:1242 refs/packed-backend.c:1532
dba9f13c 3710#: refs/packed-backend.c:1542
dce37b66 3711#, c-format
25eab542 3712msgid "could not delete reference %s: %s"
dce37b66
JX
3713msgstr ""
3714
36dd6933 3715#: refs/files-backend.c:1245 refs/packed-backend.c:1545
dce37b66 3716#, c-format
25eab542 3717msgid "could not delete references: %s"
dce37b66
JX
3718msgstr ""
3719
dba9f13c
JX
3720#: refspec.c:137
3721#, c-format
3722msgid "invalid refspec '%s'"
3723msgstr ""
3724
12705546 3725#: ref-filter.c:39 wt-status.c:1855
dfc182b1
JX
3726msgid "gone"
3727msgstr ""
3728
12705546 3729#: ref-filter.c:40
dfc182b1
JX
3730#, c-format
3731msgid "ahead %d"
3732msgstr ""
3733
12705546 3734#: ref-filter.c:41
dfc182b1
JX
3735#, c-format
3736msgid "behind %d"
3737msgstr ""
3738
12705546 3739#: ref-filter.c:42
dfc182b1
JX
3740#, c-format
3741msgid "ahead %d, behind %d"
3742msgstr ""
3743
12705546 3744#: ref-filter.c:138
dce37b66 3745#, c-format
fda7b092 3746msgid "expected format: %%(color:<color>)"
dce37b66
JX
3747msgstr ""
3748
12705546 3749#: ref-filter.c:140
dce37b66 3750#, c-format
fda7b092 3751msgid "unrecognized color: %%(color:%s)"
dce37b66
JX
3752msgstr ""
3753
12705546 3754#: ref-filter.c:162
dce37b66 3755#, c-format
dfc182b1 3756msgid "Integer value expected refname:lstrip=%s"
dce37b66
JX
3757msgstr ""
3758
12705546 3759#: ref-filter.c:166
dfc182b1
JX
3760#, c-format
3761msgid "Integer value expected refname:rstrip=%s"
3762msgstr ""
3763
12705546 3764#: ref-filter.c:168
dfc182b1
JX
3765#, c-format
3766msgid "unrecognized %%(%s) argument: %s"
3767msgstr ""
3768
12705546 3769#: ref-filter.c:223
dba9f13c
JX
3770#, c-format
3771msgid "%%(objecttype) does not take arguments"
3772msgstr ""
3773
12705546 3774#: ref-filter.c:235
dba9f13c
JX
3775#, c-format
3776msgid "%%(objectsize) does not take arguments"
3777msgstr ""
3778
12705546 3779#: ref-filter.c:247
dce37b66 3780#, c-format
fda7b092 3781msgid "%%(body) does not take arguments"
dce37b66
JX
3782msgstr ""
3783
12705546 3784#: ref-filter.c:256
fda7b092
JX
3785#, c-format
3786msgid "%%(subject) does not take arguments"
dce37b66
JX
3787msgstr ""
3788
12705546 3789#: ref-filter.c:278
673bfad0 3790#, c-format
9c07fab7 3791msgid "unknown %%(trailers) argument: %s"
673bfad0
JX
3792msgstr ""
3793
12705546 3794#: ref-filter.c:307
fda7b092
JX
3795#, c-format
3796msgid "positive value expected contents:lines=%s"
dce37b66
JX
3797msgstr ""
3798
12705546 3799#: ref-filter.c:309
dce37b66 3800#, c-format
fda7b092 3801msgid "unrecognized %%(contents) argument: %s"
dce37b66
JX
3802msgstr ""
3803
12705546 3804#: ref-filter.c:324
dfc182b1
JX
3805#, c-format
3806msgid "positive value expected objectname:short=%s"
3807msgstr ""
3808
12705546 3809#: ref-filter.c:328
fda7b092
JX
3810#, c-format
3811msgid "unrecognized %%(objectname) argument: %s"
dce37b66
JX
3812msgstr ""
3813
12705546 3814#: ref-filter.c:358
fda7b092
JX
3815#, c-format
3816msgid "expected format: %%(align:<width>,<position>)"
dce37b66
JX
3817msgstr ""
3818
12705546 3819#: ref-filter.c:370
fda7b092
JX
3820#, c-format
3821msgid "unrecognized position:%s"
dce37b66
JX
3822msgstr ""
3823
12705546 3824#: ref-filter.c:377
dce37b66 3825#, c-format
fda7b092 3826msgid "unrecognized width:%s"
dce37b66
JX
3827msgstr ""
3828
12705546 3829#: ref-filter.c:386
dce37b66 3830#, c-format
fda7b092 3831msgid "unrecognized %%(align) argument: %s"
dce37b66
JX
3832msgstr ""
3833
12705546 3834#: ref-filter.c:394
fda7b092
JX
3835#, c-format
3836msgid "positive width expected with the %%(align) atom"
dce37b66
JX
3837msgstr ""
3838
12705546 3839#: ref-filter.c:412
dfc182b1
JX
3840#, c-format
3841msgid "unrecognized %%(if) argument: %s"
3842msgstr ""
3843
12705546 3844#: ref-filter.c:508
dce37b66 3845#, c-format
fda7b092 3846msgid "malformed field name: %.*s"
dce37b66
JX
3847msgstr ""
3848
12705546 3849#: ref-filter.c:535
dce37b66 3850#, c-format
fda7b092 3851msgid "unknown field name: %.*s"
dce37b66
JX
3852msgstr ""
3853
12705546
JX
3854#: ref-filter.c:539
3855#, c-format
3856msgid ""
3857"not a git repository, but the field '%.*s' requires access to object data"
3858msgstr ""
3859
3860#: ref-filter.c:663
dfc182b1
JX
3861#, c-format
3862msgid "format: %%(if) atom used without a %%(then) atom"
3863msgstr ""
3864
12705546 3865#: ref-filter.c:726
dfc182b1
JX
3866#, c-format
3867msgid "format: %%(then) atom used without an %%(if) atom"
3868msgstr ""
3869
12705546 3870#: ref-filter.c:728
dfc182b1
JX
3871#, c-format
3872msgid "format: %%(then) atom used more than once"
3873msgstr ""
3874
12705546 3875#: ref-filter.c:730
dfc182b1
JX
3876#, c-format
3877msgid "format: %%(then) atom used after %%(else)"
3878msgstr ""
3879
12705546 3880#: ref-filter.c:758
dfc182b1
JX
3881#, c-format
3882msgid "format: %%(else) atom used without an %%(if) atom"
3883msgstr ""
3884
12705546 3885#: ref-filter.c:760
dfc182b1
JX
3886#, c-format
3887msgid "format: %%(else) atom used without a %%(then) atom"
3888msgstr ""
3889
12705546 3890#: ref-filter.c:762
dfc182b1
JX
3891#, c-format
3892msgid "format: %%(else) atom used more than once"
3893msgstr ""
3894
12705546 3895#: ref-filter.c:777
c6bc7d43 3896#, c-format
fda7b092 3897msgid "format: %%(end) atom used without corresponding atom"
c6bc7d43
JX
3898msgstr ""
3899
12705546 3900#: ref-filter.c:834
c6bc7d43 3901#, c-format
fda7b092 3902msgid "malformed format string %s"
c6bc7d43
JX
3903msgstr ""
3904
12705546 3905#: ref-filter.c:1424
dfc182b1
JX
3906#, c-format
3907msgid "(no branch, rebasing %s)"
3908msgstr ""
3909
12705546 3910#: ref-filter.c:1427
9b7388a8
JX
3911#, c-format
3912msgid "(no branch, rebasing detached HEAD %s)"
3913msgstr ""
3914
12705546 3915#: ref-filter.c:1430
dfc182b1
JX
3916#, c-format
3917msgid "(no branch, bisect started on %s)"
dce37b66
JX
3918msgstr ""
3919
5b34e000
JX
3920#. TRANSLATORS: make sure this matches "HEAD
3921#. detached at " in wt-status.c
3922#.
12705546 3923#: ref-filter.c:1438
9fa976ff 3924#, c-format
dfc182b1 3925msgid "(HEAD detached at %s)"
9fa976ff
JX
3926msgstr ""
3927
5b34e000
JX
3928#. TRANSLATORS: make sure this matches "HEAD
3929#. detached from " in wt-status.c
3930#.
12705546 3931#: ref-filter.c:1445
9fa976ff 3932#, c-format
dfc182b1 3933msgid "(HEAD detached from %s)"
9fa976ff
JX
3934msgstr ""
3935
12705546 3936#: ref-filter.c:1449
dfc182b1
JX
3937msgid "(no branch)"
3938msgstr ""
3939
12705546 3940#: ref-filter.c:1483 ref-filter.c:1638
9fa976ff 3941#, c-format
fda7b092 3942msgid "missing object %s for %s"
dce37b66
JX
3943msgstr ""
3944
12705546 3945#: ref-filter.c:1491
64f23b0c 3946#, c-format
fda7b092 3947msgid "parse_object_buffer failed on %s for %s"
64f23b0c
JX
3948msgstr ""
3949
12705546 3950#: ref-filter.c:1857
f517e50d 3951#, c-format
fda7b092 3952msgid "malformed object at '%s'"
f517e50d
JX
3953msgstr ""
3954
12705546 3955#: ref-filter.c:1946
fda7b092
JX
3956#, c-format
3957msgid "ignoring ref with broken name %s"
f517e50d
JX
3958msgstr ""
3959
12705546 3960#: ref-filter.c:2232
fda7b092
JX
3961#, c-format
3962msgid "format: %%(end) atom missing"
9fa976ff
JX
3963msgstr ""
3964
12705546 3965#: ref-filter.c:2338
fda7b092
JX
3966#, c-format
3967msgid "malformed object name %s"
9fa976ff
JX
3968msgstr ""
3969
12705546 3970#: remote.c:607
9fa976ff 3971#, c-format
fda7b092 3972msgid "Cannot fetch both %s and %s to %s"
9fa976ff
JX
3973msgstr ""
3974
12705546 3975#: remote.c:611
9fa976ff 3976#, c-format
fda7b092 3977msgid "%s usually tracks %s, not %s"
9fa976ff
JX
3978msgstr ""
3979
12705546 3980#: remote.c:615
9fa976ff 3981#, c-format
fda7b092 3982msgid "%s tracks both %s and %s"
9fa976ff
JX
3983msgstr ""
3984
12705546 3985#: remote.c:623
fda7b092 3986msgid "Internal error"
f1522b27
JX
3987msgstr ""
3988
12705546 3989#: remote.c:1569 remote.c:1670
fda7b092 3990msgid "HEAD does not point to a branch"
f1522b27
JX
3991msgstr ""
3992
12705546 3993#: remote.c:1578
f1522b27 3994#, c-format
fda7b092 3995msgid "no such branch: '%s'"
f1522b27
JX
3996msgstr ""
3997
12705546 3998#: remote.c:1581
fda7b092
JX
3999#, c-format
4000msgid "no upstream configured for branch '%s'"
28b3cffc
JX
4001msgstr ""
4002
12705546 4003#: remote.c:1587
fda7b092
JX
4004#, c-format
4005msgid "upstream branch '%s' not stored as a remote-tracking branch"
727b9576
JX
4006msgstr ""
4007
12705546 4008#: remote.c:1602
727b9576 4009#, c-format
fda7b092 4010msgid "push destination '%s' on remote '%s' has no local tracking branch"
727b9576
JX
4011msgstr ""
4012
12705546 4013#: remote.c:1614
727b9576 4014#, c-format
fda7b092 4015msgid "branch '%s' has no remote for pushing"
727b9576
JX
4016msgstr ""
4017
12705546 4018#: remote.c:1624
727b9576 4019#, c-format
fda7b092 4020msgid "push refspecs for '%s' do not include '%s'"
727b9576
JX
4021msgstr ""
4022
12705546 4023#: remote.c:1637
fda7b092 4024msgid "push has no destination (push.default is 'nothing')"
727b9576
JX
4025msgstr ""
4026
12705546 4027#: remote.c:1659
fda7b092 4028msgid "cannot resolve 'simple' push to a single destination"
f517e50d
JX
4029msgstr ""
4030
12705546 4031#: remote.c:1935
f517e50d 4032#, c-format
fda7b092 4033msgid "Your branch is based on '%s', but the upstream is gone.\n"
f517e50d
JX
4034msgstr ""
4035
12705546 4036#: remote.c:1939
fda7b092 4037msgid " (use \"git branch --unset-upstream\" to fixup)\n"
f1522b27
JX
4038msgstr ""
4039
12705546 4040#: remote.c:1942
d07a63e4 4041#, c-format
25eab542 4042msgid "Your branch is up to date with '%s'.\n"
d07a63e4
JX
4043msgstr ""
4044
12705546 4045#: remote.c:1946
abc8de64
JX
4046#, c-format
4047msgid "Your branch and '%s' refer to different commits.\n"
4048msgstr ""
4049
12705546 4050#: remote.c:1949
abc8de64
JX
4051#, c-format
4052msgid " (use \"%s\" for details)\n"
4053msgstr ""
4054
12705546 4055#: remote.c:1953
d07a63e4 4056#, c-format
fda7b092
JX
4057msgid "Your branch is ahead of '%s' by %d commit.\n"
4058msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
4059msgstr[0] ""
4060msgstr[1] ""
4061
12705546 4062#: remote.c:1959
fda7b092 4063msgid " (use \"git push\" to publish your local commits)\n"
d07a63e4
JX
4064msgstr ""
4065
12705546 4066#: remote.c:1962
d07a63e4 4067#, c-format
fda7b092
JX
4068msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
4069msgid_plural ""
4070"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
4071msgstr[0] ""
4072msgstr[1] ""
4073
12705546 4074#: remote.c:1970
fda7b092 4075msgid " (use \"git pull\" to update your local branch)\n"
d07a63e4
JX
4076msgstr ""
4077
12705546 4078#: remote.c:1973
d07a63e4 4079#, c-format
fda7b092
JX
4080msgid ""
4081"Your branch and '%s' have diverged,\n"
4082"and have %d and %d different commit each, respectively.\n"
4083msgid_plural ""
4084"Your branch and '%s' have diverged,\n"
4085"and have %d and %d different commits each, respectively.\n"
4086msgstr[0] ""
4087msgstr[1] ""
d07a63e4 4088
12705546 4089#: remote.c:1983
fda7b092 4090msgid " (use \"git pull\" to merge the remote branch into yours)\n"
d07a63e4
JX
4091msgstr ""
4092
12705546 4093#: replace-object.c:21
dba9f13c
JX
4094#, c-format
4095msgid "bad replace ref name: %s"
4096msgstr ""
4097
12705546 4098#: replace-object.c:30
dba9f13c
JX
4099#, c-format
4100msgid "duplicate replace ref: %s"
4101msgstr ""
4102
12705546 4103#: replace-object.c:73
dba9f13c
JX
4104#, c-format
4105msgid "replace depth too high for object %s"
4106msgstr ""
4107
12705546
JX
4108#: rerere.c:217 rerere.c:226 rerere.c:229
4109msgid "corrupt MERGE_RR"
9eb3984b
JX
4110msgstr ""
4111
12705546
JX
4112#: rerere.c:264 rerere.c:269
4113msgid "unable to write rerere record"
9eb3984b
JX
4114msgstr ""
4115
12705546
JX
4116#: rerere.c:485 rerere.c:692 sequencer.c:3136 sequencer.c:3162
4117#, c-format
4118msgid "could not write '%s'"
9eb3984b
JX
4119msgstr ""
4120
12705546
JX
4121#: rerere.c:495
4122#, c-format
4123msgid "there were errors while writing '%s' (%s)"
9eb3984b
JX
4124msgstr ""
4125
12705546
JX
4126#: rerere.c:498
4127#, c-format
4128msgid "failed to flush '%s'"
4129msgstr ""
4130
4131#: rerere.c:503 rerere.c:1039
4132#, c-format
4133msgid "could not parse conflict hunks in '%s'"
4134msgstr ""
4135
4136#: rerere.c:684
4137#, c-format
4138msgid "failed utime() on '%s'"
4139msgstr ""
4140
4141#: rerere.c:694
4142#, c-format
4143msgid "writing '%s' failed"
4144msgstr ""
4145
4146#: rerere.c:714
4147#, c-format
4148msgid "Staged '%s' using previous resolution."
4149msgstr ""
4150
4151#: rerere.c:753
4152#, c-format
4153msgid "Recorded resolution for '%s'."
4154msgstr ""
4155
4156#: rerere.c:788
4157#, c-format
4158msgid "Resolved '%s' using previous resolution."
4159msgstr ""
4160
4161#: rerere.c:803
4162#, c-format
4163msgid "cannot unlink stray '%s'"
4164msgstr ""
4165
4166#: rerere.c:807
4167#, c-format
4168msgid "Recorded preimage for '%s'"
4169msgstr ""
4170
4171#: rerere.c:881 submodule.c:1763 builtin/submodule--helper.c:1413
4172#: builtin/submodule--helper.c:1423
4173#, c-format
4174msgid "could not create directory '%s'"
4175msgstr ""
4176
4177#: rerere.c:1057
4178#, c-format
4179msgid "failed to update conflicted state in '%s'"
4180msgstr ""
4181
4182#: rerere.c:1068 rerere.c:1075
4183#, c-format
4184msgid "no remembered resolution for '%s'"
4185msgstr ""
4186
4187#: rerere.c:1077
4188#, c-format
4189msgid "cannot unlink '%s'"
4190msgstr ""
4191
4192#: rerere.c:1087
4193#, c-format
4194msgid "Updated preimage for '%s'"
4195msgstr ""
4196
4197#: rerere.c:1096
4198#, c-format
4199msgid "Forgot resolution for '%s'\n"
4200msgstr ""
4201
4202#: rerere.c:1199
4203msgid "unable to open rr-cache directory"
4204msgstr ""
4205
4206#: revision.c:2324
4207msgid "your current branch appears to be broken"
4208msgstr ""
4209
4210#: revision.c:2327
4211#, c-format
4212msgid "your current branch '%s' does not have any commits yet"
4213msgstr ""
4214
4215#: revision.c:2523
4216msgid "--first-parent is incompatible with --bisect"
4217msgstr ""
4218
4219#: run-command.c:740
4220msgid "open /dev/null failed"
4221msgstr ""
4222
4223#: run-command.c:1229
4224#, c-format
4225msgid "cannot create async thread: %s"
4226msgstr ""
4227
4228#: run-command.c:1293
18a90722
JX
4229#, c-format
4230msgid ""
4231"The '%s' hook was ignored because it's not set as executable.\n"
4232"You can disable this warning with `git config advice.ignoredHook false`."
4233msgstr ""
4234
dba9f13c 4235#: send-pack.c:142
abc8de64
JX
4236msgid "unexpected flush packet while reading remote unpack status"
4237msgstr ""
4238
dba9f13c 4239#: send-pack.c:144
dfc182b1
JX
4240#, c-format
4241msgid "unable to parse remote unpack status: %s"
4242msgstr ""
4243
dba9f13c 4244#: send-pack.c:146
dfc182b1
JX
4245#, c-format
4246msgid "remote unpack failed: %s"
4247msgstr ""
4248
12705546 4249#: send-pack.c:308
fda7b092 4250msgid "failed to sign the push certificate"
9fa976ff
JX
4251msgstr ""
4252
12705546 4253#: send-pack.c:421
fda7b092 4254msgid "the receiving end does not support --signed push"
9fa976ff
JX
4255msgstr ""
4256
12705546 4257#: send-pack.c:423
9fa976ff 4258msgid ""
fda7b092
JX
4259"not sending a push certificate since the receiving end does not support --"
4260"signed push"
9fa976ff
JX
4261msgstr ""
4262
12705546 4263#: send-pack.c:435
fda7b092 4264msgid "the receiving end does not support --atomic push"
9fa976ff
JX
4265msgstr ""
4266
12705546 4267#: send-pack.c:440
fda7b092 4268msgid "the receiving end does not support push options"
9fa976ff
JX
4269msgstr ""
4270
12705546 4271#: sequencer.c:183
abc8de64
JX
4272#, c-format
4273msgid "invalid commit message cleanup mode '%s'"
4274msgstr ""
4275
12705546 4276#: sequencer.c:287
9b7388a8
JX
4277#, c-format
4278msgid "could not delete '%s'"
4279msgstr ""
4280
12705546 4281#: sequencer.c:313
fda7b092 4282msgid "revert"
df0617bf
JX
4283msgstr ""
4284
12705546 4285#: sequencer.c:315
fda7b092 4286msgid "cherry-pick"
f517e50d
JX
4287msgstr ""
4288
12705546 4289#: sequencer.c:317
673bfad0
JX
4290msgid "rebase -i"
4291msgstr ""
4292
12705546 4293#: sequencer.c:319
673bfad0 4294#, c-format
dba9f13c 4295msgid "unknown action: %d"
673bfad0
JX
4296msgstr ""
4297
12705546 4298#: sequencer.c:376
f517e50d 4299msgid ""
fda7b092
JX
4300"after resolving the conflicts, mark the corrected paths\n"
4301"with 'git add <paths>' or 'git rm <paths>'"
f517e50d
JX
4302msgstr ""
4303
12705546 4304#: sequencer.c:379
f517e50d 4305msgid ""
fda7b092
JX
4306"after resolving the conflicts, mark the corrected paths\n"
4307"with 'git add <paths>' or 'git rm <paths>'\n"
4308"and commit the result with 'git commit'"
f517e50d
JX
4309msgstr ""
4310
12705546 4311#: sequencer.c:392 sequencer.c:2632
f517e50d 4312#, c-format
fda7b092 4313msgid "could not lock '%s'"
f517e50d
JX
4314msgstr ""
4315
12705546 4316#: sequencer.c:399
f517e50d 4317#, c-format
72351d7d 4318msgid "could not write eol to '%s'"
f517e50d
JX
4319msgstr ""
4320
12705546
JX
4321#: sequencer.c:404 sequencer.c:2515 sequencer.c:2638 sequencer.c:2652
4322#: sequencer.c:2885
f517e50d 4323#, c-format
abc8de64 4324msgid "failed to finalize '%s'"
f517e50d
JX
4325msgstr ""
4326
12705546
JX
4327#: sequencer.c:427 sequencer.c:921 sequencer.c:1594 sequencer.c:2535
4328#: sequencer.c:2867 sequencer.c:2974 builtin/am.c:260 builtin/commit.c:746
4329#: builtin/merge.c:1084 builtin/rebase.c:152
f517e50d 4330#, c-format
fda7b092 4331msgid "could not read '%s'"
f517e50d
JX
4332msgstr ""
4333
12705546 4334#: sequencer.c:453
f517e50d 4335#, c-format
fda7b092 4336msgid "your local changes would be overwritten by %s."
f517e50d
JX
4337msgstr ""
4338
12705546 4339#: sequencer.c:457
fda7b092 4340msgid "commit your changes or stash them to proceed."
f517e50d
JX
4341msgstr ""
4342
12705546 4343#: sequencer.c:486
f517e50d 4344#, c-format
fda7b092 4345msgid "%s: fast-forward"
f517e50d
JX
4346msgstr ""
4347
673bfad0 4348#. TRANSLATORS: %s will be "revert", "cherry-pick" or
5b34e000 4349#. "rebase -i".
673bfad0 4350#.
12705546 4351#: sequencer.c:575
f517e50d 4352#, c-format
fda7b092 4353msgid "%s: Unable to write new index file"
f517e50d
JX
4354msgstr ""
4355
12705546 4356#: sequencer.c:591
9b7388a8 4357msgid "unable to update cache tree"
f517e50d
JX
4358msgstr ""
4359
12705546 4360#: sequencer.c:604
9b7388a8 4361msgid "could not resolve HEAD commit"
f517e50d
JX
4362msgstr ""
4363
12705546 4364#: sequencer.c:684
dba9f13c 4365#, c-format
12705546 4366msgid "no key present in '%.*s'"
dba9f13c
JX
4367msgstr ""
4368
12705546 4369#: sequencer.c:695
dba9f13c 4370#, c-format
12705546
JX
4371msgid "unable to dequote value of '%s'"
4372msgstr ""
4373
4374#: sequencer.c:732 wrapper.c:227 wrapper.c:397 builtin/am.c:719
4375#: builtin/am.c:811 builtin/merge.c:1081
4376#, c-format
4377msgid "could not open '%s' for reading"
4378msgstr ""
4379
4380#: sequencer.c:742
4381msgid "'GIT_AUTHOR_NAME' already given"
dba9f13c
JX
4382msgstr ""
4383
dba9f13c 4384#: sequencer.c:747
12705546
JX
4385msgid "'GIT_AUTHOR_EMAIL' already given"
4386msgstr ""
4387
4388#: sequencer.c:752
4389msgid "'GIT_AUTHOR_DATE' already given"
4390msgstr ""
4391
4392#: sequencer.c:756
dba9f13c 4393#, c-format
12705546 4394msgid "unknown variable '%s'"
dba9f13c
JX
4395msgstr ""
4396
4397#: sequencer.c:761
12705546
JX
4398msgid "missing 'GIT_AUTHOR_NAME'"
4399msgstr ""
4400
4401#: sequencer.c:763
4402msgid "missing 'GIT_AUTHOR_EMAIL'"
4403msgstr ""
4404
4405#: sequencer.c:765
4406msgid "missing 'GIT_AUTHOR_DATE'"
4407msgstr ""
4408
4409#: sequencer.c:825
4410#, c-format
4411msgid "invalid date format '%s' in '%s'"
4412msgstr ""
4413
4414#: sequencer.c:842
f517e50d
JX
4415#, c-format
4416msgid ""
fda7b092
JX
4417"you have staged changes in your working tree\n"
4418"If these changes are meant to be squashed into the previous commit, run:\n"
4419"\n"
4420" git commit --amend %s\n"
4421"\n"
4422"If they are meant to go into a new commit, run:\n"
4423"\n"
4424" git commit %s\n"
4425"\n"
4426"In both cases, once you're done, continue with:\n"
4427"\n"
4428" git rebase --continue\n"
f517e50d
JX
4429msgstr ""
4430
12705546 4431#: sequencer.c:935
9b7388a8
JX
4432msgid "writing root commit"
4433msgstr ""
4434
12705546 4435#: sequencer.c:1142
abc8de64
JX
4436msgid "'prepare-commit-msg' hook failed"
4437msgstr ""
4438
12705546 4439#: sequencer.c:1149
abc8de64
JX
4440msgid ""
4441"Your name and email address were configured automatically based\n"
4442"on your username and hostname. Please check that they are accurate.\n"
4443"You can suppress this message by setting them explicitly. Run the\n"
4444"following command and follow the instructions in your editor to edit\n"
4445"your configuration file:\n"
4446"\n"
4447" git config --global --edit\n"
4448"\n"
4449"After doing this, you may fix the identity used for this commit with:\n"
4450"\n"
4451" git commit --amend --reset-author\n"
4452msgstr ""
4453
12705546 4454#: sequencer.c:1162
abc8de64
JX
4455msgid ""
4456"Your name and email address were configured automatically based\n"
4457"on your username and hostname. Please check that they are accurate.\n"
4458"You can suppress this message by setting them explicitly:\n"
4459"\n"
4460" git config --global user.name \"Your Name\"\n"
4461" git config --global user.email you@example.com\n"
4462"\n"
4463"After doing this, you may fix the identity used for this commit with:\n"
4464"\n"
4465" git commit --amend --reset-author\n"
4466msgstr ""
4467
12705546 4468#: sequencer.c:1202
abc8de64
JX
4469msgid "couldn't look up newly created commit"
4470msgstr ""
4471
12705546 4472#: sequencer.c:1204
abc8de64
JX
4473msgid "could not parse newly created commit"
4474msgstr ""
4475
12705546 4476#: sequencer.c:1250
abc8de64
JX
4477msgid "unable to resolve HEAD after creating commit"
4478msgstr ""
4479
12705546 4480#: sequencer.c:1252
abc8de64
JX
4481msgid "detached HEAD"
4482msgstr ""
4483
12705546 4484#: sequencer.c:1256
abc8de64
JX
4485msgid " (root-commit)"
4486msgstr ""
4487
12705546 4488#: sequencer.c:1277
abc8de64
JX
4489msgid "could not parse HEAD"
4490msgstr ""
4491
12705546 4492#: sequencer.c:1279
abc8de64
JX
4493#, c-format
4494msgid "HEAD %s is not a commit!"
4495msgstr ""
4496
12705546 4497#: sequencer.c:1283 builtin/commit.c:1543
abc8de64
JX
4498msgid "could not parse HEAD commit"
4499msgstr ""
4500
12705546 4501#: sequencer.c:1334 sequencer.c:1934
abc8de64
JX
4502msgid "unable to parse commit author"
4503msgstr ""
4504
12705546 4505#: sequencer.c:1344 builtin/am.c:1585 builtin/merge.c:677
abc8de64
JX
4506msgid "git write-tree failed to write a tree"
4507msgstr ""
4508
12705546 4509#: sequencer.c:1361 sequencer.c:1416
abc8de64
JX
4510#, c-format
4511msgid "unable to read commit message from '%s'"
4512msgstr ""
4513
12705546
JX
4514#: sequencer.c:1383 builtin/am.c:1606 builtin/commit.c:1646 builtin/merge.c:858
4515#: builtin/merge.c:883
abc8de64
JX
4516msgid "failed to write commit object"
4517msgstr ""
4518
12705546 4519#: sequencer.c:1443
f517e50d 4520#, c-format
005c62fe 4521msgid "could not parse commit %s"
f517e50d
JX
4522msgstr ""
4523
12705546 4524#: sequencer.c:1448
f517e50d 4525#, c-format
005c62fe 4526msgid "could not parse parent commit %s"
f517e50d
JX
4527msgstr ""
4528
12705546 4529#: sequencer.c:1546 sequencer.c:1654
dba9f13c
JX
4530#, c-format
4531msgid "unknown command: %d"
4532msgstr ""
4533
12705546 4534#: sequencer.c:1601 sequencer.c:1626
673bfad0
JX
4535#, c-format
4536msgid "This is a combination of %d commits."
4537msgstr ""
4538
12705546 4539#: sequencer.c:1611 sequencer.c:4744
673bfad0
JX
4540msgid "need a HEAD to fixup"
4541msgstr ""
4542
12705546 4543#: sequencer.c:1613 sequencer.c:2912
673bfad0
JX
4544msgid "could not read HEAD"
4545msgstr ""
4546
12705546 4547#: sequencer.c:1615
673bfad0
JX
4548msgid "could not read HEAD's commit message"
4549msgstr ""
4550
12705546 4551#: sequencer.c:1621
673bfad0
JX
4552#, c-format
4553msgid "cannot write '%s'"
4554msgstr ""
4555
12705546 4556#: sequencer.c:1628 git-rebase--preserve-merges.sh:441
673bfad0
JX
4557msgid "This is the 1st commit message:"
4558msgstr ""
4559
12705546 4560#: sequencer.c:1636
673bfad0
JX
4561#, c-format
4562msgid "could not read commit message of %s"
4563msgstr ""
4564
12705546 4565#: sequencer.c:1643
673bfad0
JX
4566#, c-format
4567msgid "This is the commit message #%d:"
4568msgstr ""
4569
12705546 4570#: sequencer.c:1649
673bfad0
JX
4571#, c-format
4572msgid "The commit message #%d will be skipped:"
4573msgstr ""
4574
12705546 4575#: sequencer.c:1732
fda7b092 4576msgid "your index file is unmerged."
f517e50d
JX
4577msgstr ""
4578
12705546 4579#: sequencer.c:1739
9b7388a8
JX
4580msgid "cannot fixup root commit"
4581msgstr ""
4582
12705546 4583#: sequencer.c:1758
f517e50d 4584#, c-format
fda7b092 4585msgid "commit %s is a merge but no -m option was given."
f517e50d
JX
4586msgstr ""
4587
12705546 4588#: sequencer.c:1766
f517e50d 4589#, c-format
fda7b092 4590msgid "commit %s does not have parent %d"
f517e50d
JX
4591msgstr ""
4592
12705546 4593#: sequencer.c:1770
f517e50d 4594#, c-format
fda7b092 4595msgid "mainline was specified but commit %s is not a merge."
f517e50d
JX
4596msgstr ""
4597
12705546 4598#: sequencer.c:1776
673bfad0
JX
4599#, c-format
4600msgid "cannot get commit message for %s"
4601msgstr ""
4602
fda7b092
JX
4603#. TRANSLATORS: The first %s will be a "todo" command like
4604#. "revert" or "pick", the second %s a SHA1.
12705546 4605#: sequencer.c:1795
f517e50d 4606#, c-format
fda7b092 4607msgid "%s: cannot parse parent commit %s"
f517e50d
JX
4608msgstr ""
4609
12705546 4610#: sequencer.c:1860
f517e50d 4611#, c-format
673bfad0 4612msgid "could not rename '%s' to '%s'"
f517e50d
JX
4613msgstr ""
4614
12705546 4615#: sequencer.c:1915
f517e50d 4616#, c-format
fda7b092 4617msgid "could not revert %s... %s"
f517e50d
JX
4618msgstr ""
4619
12705546 4620#: sequencer.c:1916
fda7b092
JX
4621#, c-format
4622msgid "could not apply %s... %s"
5e078fcd
JX
4623msgstr ""
4624
12705546 4625#: sequencer.c:1974
727b9576 4626#, c-format
fda7b092 4627msgid "git %s: failed to read the index"
727b9576
JX
4628msgstr ""
4629
12705546 4630#: sequencer.c:1981
fda7b092
JX
4631#, c-format
4632msgid "git %s: failed to refresh the index"
727b9576
JX
4633msgstr ""
4634
12705546 4635#: sequencer.c:2062
005c62fe
JX
4636#, c-format
4637msgid "%s does not accept arguments: '%s'"
4638msgstr ""
4639
12705546 4640#: sequencer.c:2071
005c62fe
JX
4641#, c-format
4642msgid "missing arguments for %s"
4643msgstr ""
4644
12705546 4645#: sequencer.c:2130
fda7b092
JX
4646#, c-format
4647msgid "invalid line %d: %.*s"
727b9576
JX
4648msgstr ""
4649
12705546 4650#: sequencer.c:2138
673bfad0
JX
4651#, c-format
4652msgid "cannot '%s' without a previous commit"
727b9576
JX
4653msgstr ""
4654
12705546 4655#: sequencer.c:2209
673bfad0
JX
4656msgid "please fix this using 'git rebase --edit-todo'."
4657msgstr ""
4658
12705546 4659#: sequencer.c:2211
fda7b092
JX
4660#, c-format
4661msgid "unusable instruction sheet: '%s'"
4662msgstr ""
4663
12705546 4664#: sequencer.c:2216
673bfad0
JX
4665msgid "no commits parsed."
4666msgstr ""
4667
12705546 4668#: sequencer.c:2227
fda7b092 4669msgid "cannot cherry-pick during a revert."
727b9576
JX
4670msgstr ""
4671
12705546 4672#: sequencer.c:2229
fda7b092 4673msgid "cannot revert during a cherry-pick."
9fa976ff
JX
4674msgstr ""
4675
12705546 4676#: sequencer.c:2299
df0617bf 4677#, c-format
fda7b092 4678msgid "invalid value for %s: %s"
df0617bf
JX
4679msgstr ""
4680
12705546 4681#: sequencer.c:2380
9b7388a8
JX
4682msgid "unusable squash-onto"
4683msgstr ""
4684
12705546 4685#: sequencer.c:2396
df0617bf 4686#, c-format
fda7b092 4687msgid "malformed options sheet: '%s'"
df0617bf
JX
4688msgstr ""
4689
12705546 4690#: sequencer.c:2479 sequencer.c:4005
dba9f13c
JX
4691msgid "empty commit set passed"
4692msgstr ""
4693
12705546 4694#: sequencer.c:2487
fda7b092 4695msgid "a cherry-pick or revert is already in progress"
46bc4039
JX
4696msgstr ""
4697
12705546 4698#: sequencer.c:2488
fda7b092 4699msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
d07a63e4
JX
4700msgstr ""
4701
12705546 4702#: sequencer.c:2491
64f23b0c 4703#, c-format
fda7b092 4704msgid "could not create sequencer directory '%s'"
64f23b0c
JX
4705msgstr ""
4706
12705546 4707#: sequencer.c:2505
fda7b092 4708msgid "could not lock HEAD"
64f23b0c
JX
4709msgstr ""
4710
12705546 4711#: sequencer.c:2560 sequencer.c:3761
fda7b092 4712msgid "no cherry-pick or revert in progress"
dce37b66
JX
4713msgstr ""
4714
12705546 4715#: sequencer.c:2562
fda7b092 4716msgid "cannot resolve HEAD"
dce37b66
JX
4717msgstr ""
4718
12705546 4719#: sequencer.c:2564 sequencer.c:2599
fda7b092 4720msgid "cannot abort from a branch yet to be born"
dce37b66
JX
4721msgstr ""
4722
12705546 4723#: sequencer.c:2585 builtin/grep.c:721
fda7b092
JX
4724#, c-format
4725msgid "cannot open '%s'"
11b90174
JX
4726msgstr ""
4727
12705546 4728#: sequencer.c:2587
fda7b092
JX
4729#, c-format
4730msgid "cannot read '%s': %s"
dce37b66
JX
4731msgstr ""
4732
12705546 4733#: sequencer.c:2588
fda7b092 4734msgid "unexpected end of file"
11b90174
JX
4735msgstr ""
4736
12705546 4737#: sequencer.c:2594
fda7b092
JX
4738#, c-format
4739msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
dce37b66
JX
4740msgstr ""
4741
12705546 4742#: sequencer.c:2605
673bfad0
JX
4743msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
4744msgstr ""
4745
12705546 4746#: sequencer.c:2709 sequencer.c:3679
abc8de64
JX
4747#, c-format
4748msgid "could not update %s"
4749msgstr ""
4750
12705546 4751#: sequencer.c:2747 sequencer.c:3659
673bfad0
JX
4752msgid "cannot read HEAD"
4753msgstr ""
4754
12705546 4755#: sequencer.c:2762
dba9f13c
JX
4756#, c-format
4757msgid "unable to copy '%s' to '%s'"
4758msgstr ""
4759
12705546 4760#: sequencer.c:2770
dba9f13c
JX
4761#, c-format
4762msgid ""
4763"You can amend the commit now, with\n"
4764"\n"
4765" git commit --amend %s\n"
4766"\n"
4767"Once you are satisfied with your changes, run\n"
4768"\n"
4769" git rebase --continue\n"
4770msgstr ""
4771
12705546 4772#: sequencer.c:2780
dba9f13c
JX
4773#, c-format
4774msgid "Could not apply %s... %.*s"
4775msgstr ""
4776
12705546 4777#: sequencer.c:2787
dba9f13c
JX
4778#, c-format
4779msgid "Could not merge %.*s"
4780msgstr ""
4781
12705546 4782#: sequencer.c:2798 sequencer.c:2802 builtin/difftool.c:640
673bfad0
JX
4783#, c-format
4784msgid "could not copy '%s' to '%s'"
4785msgstr ""
4786
578d8ea3
JX
4787#: sequencer.c:2824 sequencer.c:3242 builtin/rebase.c:580 builtin/rebase.c:1019
4788#: builtin/rebase.c:1372 builtin/rebase.c:1426
673bfad0
JX
4789msgid "could not read index"
4790msgstr ""
4791
12705546 4792#: sequencer.c:2829
673bfad0
JX
4793#, c-format
4794msgid ""
4795"execution failed: %s\n"
4796"%sYou can fix the problem, and then run\n"
4797"\n"
4798" git rebase --continue\n"
4799"\n"
4800msgstr ""
4801
12705546 4802#: sequencer.c:2835
673bfad0
JX
4803msgid "and made changes to the index and/or the working tree\n"
4804msgstr ""
4805
12705546 4806#: sequencer.c:2841
673bfad0
JX
4807#, c-format
4808msgid ""
4809"execution succeeded: %s\n"
4810"but left changes to the index and/or the working tree\n"
4811"Commit or stash your changes, and then run\n"
4812"\n"
4813" git rebase --continue\n"
4814"\n"
4815msgstr ""
4816
12705546 4817#: sequencer.c:2902
dba9f13c
JX
4818#, c-format
4819msgid "illegal label name: '%.*s'"
4820msgstr ""
4821
12705546 4822#: sequencer.c:2954
9b7388a8
JX
4823msgid "writing fake root commit"
4824msgstr ""
4825
12705546 4826#: sequencer.c:2959
9b7388a8
JX
4827msgid "writing squash-onto"
4828msgstr ""
4829
36dd6933 4830#: sequencer.c:2997 builtin/rebase.c:585 builtin/rebase.c:591
9b7388a8
JX
4831#, c-format
4832msgid "failed to find tree of %s"
4833msgstr ""
4834
36dd6933 4835#: sequencer.c:3015 builtin/rebase.c:604
9b7388a8
JX
4836msgid "could not write index"
4837msgstr ""
4838
12705546 4839#: sequencer.c:3042
dba9f13c
JX
4840#, c-format
4841msgid "could not resolve '%s'"
4842msgstr ""
4843
12705546 4844#: sequencer.c:3068
9b7388a8
JX
4845msgid "cannot merge without a current revision"
4846msgstr ""
4847
12705546 4848#: sequencer.c:3090
9b7388a8 4849#, c-format
dba9f13c 4850msgid "unable to parse '%.*s'"
9b7388a8
JX
4851msgstr ""
4852
12705546 4853#: sequencer.c:3099
dba9f13c
JX
4854#, c-format
4855msgid "nothing to merge: '%.*s'"
4856msgstr ""
4857
12705546 4858#: sequencer.c:3111
dba9f13c
JX
4859msgid "octopus merge cannot be executed on top of a [new root]"
4860msgstr ""
4861
12705546 4862#: sequencer.c:3126
9b7388a8
JX
4863#, c-format
4864msgid "could not get commit message of '%s'"
4865msgstr ""
4866
12705546 4867#: sequencer.c:3274
9b7388a8
JX
4868#, c-format
4869msgid "could not even attempt to merge '%.*s'"
4870msgstr ""
4871
12705546 4872#: sequencer.c:3290
9b7388a8
JX
4873msgid "merge: Unable to write new index file"
4874msgstr ""
4875
12705546 4876#: sequencer.c:3358 builtin/rebase.c:268
673bfad0 4877#, c-format
5b34e000 4878msgid "Applied autostash.\n"
673bfad0
JX
4879msgstr ""
4880
12705546 4881#: sequencer.c:3370
673bfad0
JX
4882#, c-format
4883msgid "cannot store %s"
4884msgstr ""
4885
12705546 4886#: sequencer.c:3373 builtin/rebase.c:284
673bfad0
JX
4887#, c-format
4888msgid ""
4889"Applying autostash resulted in conflicts.\n"
4890"Your changes are safe in the stash.\n"
4891"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
4892msgstr ""
4893
12705546
JX
4894#: sequencer.c:3427
4895#, c-format
4896msgid "could not checkout %s"
4897msgstr ""
4898
4899#: sequencer.c:3441
4900#, c-format
4901msgid "%s: not a valid OID"
4902msgstr ""
4903
4904#: sequencer.c:3446 git-rebase--preserve-merges.sh:724
4905msgid "could not detach HEAD"
4906msgstr ""
4907
4908#: sequencer.c:3461
4909#, c-format
4910msgid "Stopped at HEAD\n"
4911msgstr ""
4912
4913#: sequencer.c:3463
4914#, c-format
4915msgid "Stopped at %s\n"
4916msgstr ""
4917
4918#: sequencer.c:3471
9b7388a8
JX
4919#, c-format
4920msgid ""
4921"Could not execute the todo command\n"
4922"\n"
4923" %.*s\n"
4924"It has been rescheduled; To edit the command before continuing, please\n"
4925"edit the todo list first:\n"
4926"\n"
4927" git rebase --edit-todo\n"
4928" git rebase --continue\n"
4929msgstr ""
4930
12705546 4931#: sequencer.c:3543
673bfad0 4932#, c-format
dfc182b1 4933msgid "Stopped at %s... %.*s\n"
673bfad0
JX
4934msgstr ""
4935
12705546 4936#: sequencer.c:3622
673bfad0
JX
4937#, c-format
4938msgid "unknown command %d"
4939msgstr ""
4940
12705546 4941#: sequencer.c:3667
673bfad0
JX
4942msgid "could not read orig-head"
4943msgstr ""
4944
12705546 4945#: sequencer.c:3672 sequencer.c:4741
673bfad0
JX
4946msgid "could not read 'onto'"
4947msgstr ""
4948
12705546 4949#: sequencer.c:3686
673bfad0
JX
4950#, c-format
4951msgid "could not update HEAD to %s"
4952msgstr ""
4953
12705546 4954#: sequencer.c:3772
673bfad0
JX
4955msgid "cannot rebase: You have unstaged changes."
4956msgstr ""
4957
12705546 4958#: sequencer.c:3781
673bfad0
JX
4959msgid "cannot amend non-existing commit"
4960msgstr ""
4961
12705546 4962#: sequencer.c:3783
673bfad0
JX
4963#, c-format
4964msgid "invalid file: '%s'"
4965msgstr ""
4966
12705546 4967#: sequencer.c:3785
673bfad0
JX
4968#, c-format
4969msgid "invalid contents: '%s'"
4970msgstr ""
4971
12705546 4972#: sequencer.c:3788
673bfad0
JX
4973msgid ""
4974"\n"
4975"You have uncommitted changes in your working tree. Please, commit them\n"
4976"first and then run 'git rebase --continue' again."
4977msgstr ""
4978
12705546 4979#: sequencer.c:3824 sequencer.c:3862
9b7388a8
JX
4980#, c-format
4981msgid "could not write file: '%s'"
4982msgstr ""
4983
12705546 4984#: sequencer.c:3877
9b7388a8
JX
4985msgid "could not remove CHERRY_PICK_HEAD"
4986msgstr ""
4987
12705546 4988#: sequencer.c:3884
673bfad0
JX
4989msgid "could not commit staged changes."
4990msgstr ""
4991
12705546 4992#: sequencer.c:3982
fda7b092
JX
4993#, c-format
4994msgid "%s: can't cherry-pick a %s"
dce37b66
JX
4995msgstr ""
4996
12705546 4997#: sequencer.c:3986
fda7b092
JX
4998#, c-format
4999msgid "%s: bad revision"
dce37b66
JX
5000msgstr ""
5001
12705546 5002#: sequencer.c:4021
fda7b092 5003msgid "can't revert as initial commit"
dce37b66
JX
5004msgstr ""
5005
12705546 5006#: sequencer.c:4466
25eab542
JX
5007msgid "make_script: unhandled options"
5008msgstr ""
5009
12705546 5010#: sequencer.c:4469
25eab542
JX
5011msgid "make_script: error preparing revisions"
5012msgstr ""
5013
12705546 5014#: sequencer.c:4509 sequencer.c:4565 sequencer.c:4840
25eab542
JX
5015#, c-format
5016msgid "unusable todo list: '%s'"
5017msgstr ""
5018
12705546 5019#: sequencer.c:4620
25eab542 5020#, c-format
9c07fab7
JX
5021msgid ""
5022"unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."
25eab542
JX
5023msgstr ""
5024
12705546 5025#: sequencer.c:4690
25eab542
JX
5026#, c-format
5027msgid ""
5028"Warning: some commits may have been dropped accidentally.\n"
5029"Dropped commits (newer to older):\n"
5030msgstr ""
5031
12705546 5032#: sequencer.c:4697
25eab542
JX
5033#, c-format
5034msgid ""
5035"To avoid this message, use \"drop\" to explicitly remove a commit.\n"
5036"\n"
5037"Use 'git config rebase.missingCommitsCheck' to change the level of "
5038"warnings.\n"
5039"The possible behaviours are: ignore, warn, error.\n"
5040"\n"
5041msgstr ""
5042
12705546 5043#: sequencer.c:4710
25eab542
JX
5044#, c-format
5045msgid ""
5046"You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
5047"continue'.\n"
5048"Or you can abort the rebase with 'git rebase --abort'.\n"
5049msgstr ""
5050
12705546
JX
5051#: sequencer.c:4848 sequencer.c:4886
5052msgid "nothing to do"
5053msgstr ""
5054
5055#: sequencer.c:4852
5056#, c-format
5057msgid "Rebase %s onto %s (%d command)"
5058msgid_plural "Rebase %s onto %s (%d commands)"
5059msgstr[0] ""
5060msgstr[1] ""
5061
5062#: sequencer.c:4864
5063#, c-format
5064msgid "could not copy '%s' to '%s'."
5065msgstr ""
5066
5067#: sequencer.c:4868 sequencer.c:4897
5068msgid "could not transform the todo list"
5069msgstr ""
5070
5071#: sequencer.c:4900
5072msgid "could not skip unnecessary pick commands"
5073msgstr ""
5074
5075#: sequencer.c:4983
25eab542
JX
5076msgid "the script was already rearranged."
5077msgstr ""
5078
9b7388a8 5079#: setup.c:123
abc8de64
JX
5080#, c-format
5081msgid "'%s' is outside repository"
5082msgstr ""
5083
9b7388a8 5084#: setup.c:172
fda7b092 5085#, c-format
dce37b66 5086msgid ""
fda7b092
JX
5087"%s: no such path in the working tree.\n"
5088"Use 'git <command> -- <path>...' to specify paths that do not exist locally."
dce37b66
JX
5089msgstr ""
5090
9b7388a8 5091#: setup.c:185
fda7b092
JX
5092#, c-format
5093msgid ""
5094"ambiguous argument '%s': unknown revision or path not in the working tree.\n"
5095"Use '--' to separate paths from revisions, like this:\n"
5096"'git <command> [<revision>...] -- [<file>...]'"
dce37b66
JX
5097msgstr ""
5098
9b7388a8 5099#: setup.c:234
abc8de64
JX
5100#, c-format
5101msgid "option '%s' must come before non-option arguments"
5102msgstr ""
5103
9b7388a8 5104#: setup.c:253
dce37b66 5105#, c-format
fda7b092
JX
5106msgid ""
5107"ambiguous argument '%s': both revision and filename\n"
5108"Use '--' to separate paths from revisions, like this:\n"
5109"'git <command> [<revision>...] -- [<file>...]'"
dce37b66
JX
5110msgstr ""
5111
9b7388a8 5112#: setup.c:389
abc8de64
JX
5113msgid "unable to set up work tree using invalid config"
5114msgstr ""
5115
9b7388a8 5116#: setup.c:393
abc8de64
JX
5117msgid "this operation must be run in a work tree"
5118msgstr ""
5119
12705546 5120#: setup.c:527
fda7b092
JX
5121#, c-format
5122msgid "Expected git repo version <= %d, found %d"
dce37b66
JX
5123msgstr ""
5124
12705546 5125#: setup.c:535
fda7b092 5126msgid "unknown repository extensions found:"
dce37b66
JX
5127msgstr ""
5128
12705546 5129#: setup.c:554
fda7b092 5130#, c-format
abc8de64 5131msgid "error opening '%s'"
dce37b66
JX
5132msgstr ""
5133
12705546 5134#: setup.c:556
abc8de64
JX
5135#, c-format
5136msgid "too large to be a .git file: '%s'"
5137msgstr ""
5138
12705546 5139#: setup.c:558
abc8de64
JX
5140#, c-format
5141msgid "error reading %s"
5142msgstr ""
5143
12705546 5144#: setup.c:560
abc8de64
JX
5145#, c-format
5146msgid "invalid gitfile format: %s"
5147msgstr ""
5148
12705546 5149#: setup.c:562
abc8de64
JX
5150#, c-format
5151msgid "no path in gitfile: %s"
5152msgstr ""
5153
12705546 5154#: setup.c:564
abc8de64
JX
5155#, c-format
5156msgid "not a git repository: %s"
5157msgstr ""
5158
12705546 5159#: setup.c:663
abc8de64
JX
5160#, c-format
5161msgid "'$%s' too big"
5162msgstr ""
5163
12705546 5164#: setup.c:677
abc8de64
JX
5165#, c-format
5166msgid "not a git repository: '%s'"
5167msgstr ""
5168
12705546 5169#: setup.c:706 setup.c:708 setup.c:739
abc8de64
JX
5170#, c-format
5171msgid "cannot chdir to '%s'"
5172msgstr ""
5173
12705546 5174#: setup.c:711 setup.c:767 setup.c:777 setup.c:816 setup.c:824 setup.c:839
abc8de64
JX
5175msgid "cannot come back to cwd"
5176msgstr ""
5177
12705546 5178#: setup.c:837
abc8de64
JX
5179#, c-format
5180msgid "not a git repository (or any of the parent directories): %s"
5181msgstr ""
5182
12705546 5183#: setup.c:848
abc8de64
JX
5184#, c-format
5185msgid "failed to stat '%*s%s%s'"
dce37b66
JX
5186msgstr ""
5187
12705546 5188#: setup.c:1078
fda7b092 5189msgid "Unable to read current working directory"
dce37b66
JX
5190msgstr ""
5191
12705546 5192#: setup.c:1090 setup.c:1096
dba9f13c
JX
5193#, c-format
5194msgid "cannot change to '%s'"
5195msgstr ""
5196
12705546 5197#: setup.c:1109
dba9f13c
JX
5198#, c-format
5199msgid ""
5200"not a git repository (or any parent up to mount point %s)\n"
5201"Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
5202msgstr ""
5203
12705546 5204#: setup.c:1192
dba9f13c
JX
5205#, c-format
5206msgid ""
5207"problem with core.sharedRepository filemode value (0%.3o).\n"
5208"The owner of files must always have read and write permissions."
5209msgstr ""
5210
12705546 5211#: setup.c:1235
dba9f13c
JX
5212msgid "open /dev/null or dup failed"
5213msgstr ""
5214
12705546 5215#: setup.c:1250
dba9f13c
JX
5216msgid "fork failed"
5217msgstr ""
5218
12705546 5219#: setup.c:1255
dba9f13c
JX
5220msgid "setsid failed"
5221msgstr ""
5222
5223#: sha1-file.c:381
5224#, c-format
5225msgid "object directory %s does not exist; check .git/objects/info/alternates"
5226msgstr ""
5227
5228#: sha1-file.c:432
5229#, c-format
5230msgid "unable to normalize alternate object path: %s"
5231msgstr ""
5232
5233#: sha1-file.c:503
5234#, c-format
5235msgid "%s: ignoring alternate object stores, nesting too deep"
5236msgstr ""
5237
5238#: sha1-file.c:510
5239#, c-format
5240msgid "unable to normalize object directory: %s"
5241msgstr ""
5242
5243#: sha1-file.c:565
5244msgid "unable to fdopen alternates lockfile"
5245msgstr ""
5246
5247#: sha1-file.c:583
5248msgid "unable to read alternates file"
5249msgstr ""
5250
5251#: sha1-file.c:590
5252msgid "unable to move new alternates file into place"
5253msgstr ""
5254
5255#: sha1-file.c:625
5256#, c-format
5257msgid "path '%s' does not exist"
5258msgstr ""
5259
5260#: sha1-file.c:651
5261#, c-format
5262msgid "reference repository '%s' as a linked checkout is not supported yet."
5263msgstr ""
5264
5265#: sha1-file.c:657
5266#, c-format
5267msgid "reference repository '%s' is not a local repository."
5268msgstr ""
5269
5270#: sha1-file.c:663
5271#, c-format
5272msgid "reference repository '%s' is shallow"
5273msgstr ""
5274
5275#: sha1-file.c:671
5276#, c-format
5277msgid "reference repository '%s' is grafted"
5278msgstr ""
5279
5280#: sha1-file.c:781
5281#, c-format
5282msgid "attempting to mmap %<PRIuMAX> over limit %<PRIuMAX>"
5283msgstr ""
5284
5285#: sha1-file.c:806
5286msgid "mmap failed"
5287msgstr ""
5288
5289#: sha1-file.c:973
5290#, c-format
5291msgid "object file %s is empty"
5292msgstr ""
5293
12705546 5294#: sha1-file.c:1093 sha1-file.c:2215
dba9f13c
JX
5295#, c-format
5296msgid "corrupt loose object '%s'"
5297msgstr ""
5298
12705546 5299#: sha1-file.c:1095 sha1-file.c:2219
dba9f13c
JX
5300#, c-format
5301msgid "garbage at end of loose object '%s'"
5302msgstr ""
5303
5304#: sha1-file.c:1137
5305msgid "invalid object type"
5306msgstr ""
5307
5308#: sha1-file.c:1219
5309#, c-format
5310msgid "unable to unpack %s header with --allow-unknown-type"
5311msgstr ""
5312
5313#: sha1-file.c:1222
5314#, c-format
5315msgid "unable to unpack %s header"
5316msgstr ""
5317
5318#: sha1-file.c:1228
5319#, c-format
5320msgid "unable to parse %s header with --allow-unknown-type"
5321msgstr ""
5322
5323#: sha1-file.c:1231
5324#, c-format
5325msgid "unable to parse %s header"
5326msgstr ""
5327
5328#: sha1-file.c:1422
5329#, c-format
5330msgid "failed to read object %s"
5331msgstr ""
5332
5333#: sha1-file.c:1426
5334#, c-format
5335msgid "replacement %s not found for %s"
5336msgstr ""
5337
5338#: sha1-file.c:1430
5339#, c-format
5340msgid "loose object %s (stored in %s) is corrupt"
5341msgstr ""
5342
5343#: sha1-file.c:1434
5344#, c-format
5345msgid "packed object %s (stored in %s) is corrupt"
5346msgstr ""
5347
5348#: sha1-file.c:1536
5349#, c-format
5350msgid "unable to write sha1 filename %s"
5351msgstr ""
5352
5353#: sha1-file.c:1543
5354#, c-format
5355msgid "unable to set permission to '%s'"
5356msgstr ""
5357
5358#: sha1-file.c:1550
5359msgid "file write error"
5360msgstr ""
5361
5362#: sha1-file.c:1569
5363msgid "error when closing sha1 file"
5364msgstr ""
5365
5366#: sha1-file.c:1635
5367#, c-format
5368msgid "insufficient permission for adding an object to repository database %s"
5369msgstr ""
5370
5371#: sha1-file.c:1637
5372msgid "unable to create temporary file"
5373msgstr ""
5374
5375#: sha1-file.c:1661
5376msgid "unable to write sha1 file"
5377msgstr ""
5378
5379#: sha1-file.c:1667
5380#, c-format
5381msgid "unable to deflate new object %s (%d)"
5382msgstr ""
5383
5384#: sha1-file.c:1671
5385#, c-format
5386msgid "deflateEnd on object %s failed (%d)"
5387msgstr ""
5388
5389#: sha1-file.c:1675
5390#, c-format
5391msgid "confused by unstable object source data for %s"
5392msgstr ""
5393
12705546 5394#: sha1-file.c:1685 builtin/pack-objects.c:918
dba9f13c
JX
5395#, c-format
5396msgid "failed utime() on %s"
5397msgstr ""
5398
5399#: sha1-file.c:1760
5400#, c-format
5401msgid "cannot read sha1_file for %s"
5402msgstr ""
5403
5404#: sha1-file.c:1805
5405msgid "corrupt commit"
5406msgstr ""
5407
5408#: sha1-file.c:1813
5409msgid "corrupt tag"
5410msgstr ""
5411
12705546 5412#: sha1-file.c:1912
dba9f13c
JX
5413#, c-format
5414msgid "read error while indexing %s"
5415msgstr ""
5416
12705546 5417#: sha1-file.c:1915
fda7b092 5418#, c-format
dba9f13c 5419msgid "short read while indexing %s"
dce37b66
JX
5420msgstr ""
5421
12705546 5422#: sha1-file.c:1988 sha1-file.c:1997
fda7b092 5423#, c-format
dba9f13c 5424msgid "%s: failed to insert into database"
dce37b66
JX
5425msgstr ""
5426
12705546 5427#: sha1-file.c:2003
fda7b092 5428#, c-format
dba9f13c 5429msgid "%s: unsupported file type"
5e078fcd
JX
5430msgstr ""
5431
12705546 5432#: sha1-file.c:2027
dba9f13c
JX
5433#, c-format
5434msgid "%s is not a valid object"
abc8de64
JX
5435msgstr ""
5436
12705546 5437#: sha1-file.c:2029
dba9f13c
JX
5438#, c-format
5439msgid "%s is not a valid '%s' object"
abc8de64
JX
5440msgstr ""
5441
12705546 5442#: sha1-file.c:2056 builtin/index-pack.c:154
dba9f13c
JX
5443#, c-format
5444msgid "unable to open %s"
abc8de64
JX
5445msgstr ""
5446
12705546 5447#: sha1-file.c:2226 sha1-file.c:2278
fda7b092 5448#, c-format
dba9f13c 5449msgid "sha1 mismatch for %s (expected %s)"
5e078fcd
JX
5450msgstr ""
5451
12705546 5452#: sha1-file.c:2250
fda7b092 5453#, c-format
dba9f13c 5454msgid "unable to mmap %s"
dce37b66
JX
5455msgstr ""
5456
12705546 5457#: sha1-file.c:2255
fda7b092 5458#, c-format
dba9f13c 5459msgid "unable to unpack header of %s"
dce37b66
JX
5460msgstr ""
5461
12705546 5462#: sha1-file.c:2261
fda7b092 5463#, c-format
dba9f13c 5464msgid "unable to parse header of %s"
dce37b66
JX
5465msgstr ""
5466
12705546 5467#: sha1-file.c:2272
fda7b092 5468#, c-format
dba9f13c 5469msgid "unable to unpack contents of %s"
dce37b66
JX
5470msgstr ""
5471
12705546 5472#: sha1-name.c:476
fda7b092
JX
5473#, c-format
5474msgid "short SHA1 %s is ambiguous"
dce37b66
JX
5475msgstr ""
5476
12705546 5477#: sha1-name.c:487
fda7b092 5478msgid "The candidates are:"
dce37b66
JX
5479msgstr ""
5480
12705546 5481#: sha1-name.c:770
fda7b092
JX
5482msgid ""
5483"Git normally never creates a ref that ends with 40 hex characters\n"
5484"because it will be ignored when you just specify 40-hex. These refs\n"
5485"may be created by mistake. For example,\n"
5486"\n"
5487" git checkout -b $br $(git rev-parse ...)\n"
5488"\n"
5489"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
5490"examine these refs and maybe delete them. Turn this message off by\n"
5491"running \"git config advice.objectNameWarning false\""
727b9576
JX
5492msgstr ""
5493
12705546 5494#: submodule.c:116 submodule.c:145
fda7b092 5495msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
727b9576
JX
5496msgstr ""
5497
12705546 5498#: submodule.c:120 submodule.c:149
fda7b092
JX
5499#, c-format
5500msgid "Could not find section in .gitmodules where path=%s"
df49095a
JX
5501msgstr ""
5502
12705546 5503#: submodule.c:156
fda7b092
JX
5504#, c-format
5505msgid "Could not remove .gitmodules entry for %s"
11b90174
JX
5506msgstr ""
5507
12705546 5508#: submodule.c:167
fda7b092 5509msgid "staging updated .gitmodules failed"
9fa976ff
JX
5510msgstr ""
5511
12705546 5512#: submodule.c:329
5b34e000
JX
5513#, c-format
5514msgid "in unpopulated submodule '%s'"
5515msgstr ""
5516
12705546 5517#: submodule.c:360
5b34e000
JX
5518#, c-format
5519msgid "Pathspec '%s' is in submodule '%.*s'"
5520msgstr ""
5521
12705546 5522#: submodule.c:857
25eab542
JX
5523#, c-format
5524msgid "submodule entry '%s' (%s) is a %s, not a commit"
5525msgstr ""
5526
12705546 5527#: submodule.c:1097 builtin/branch.c:656 builtin/submodule--helper.c:1985
25eab542
JX
5528msgid "Failed to resolve HEAD as a valid ref."
5529msgstr ""
5530
12705546 5531#: submodule.c:1404
673bfad0 5532#, c-format
dfc182b1 5533msgid "'%s' not recognized as a git repository"
673bfad0
JX
5534msgstr ""
5535
12705546 5536#: submodule.c:1542
673bfad0 5537#, c-format
dfc182b1 5538msgid "could not start 'git status' in submodule '%s'"
673bfad0
JX
5539msgstr ""
5540
12705546 5541#: submodule.c:1555
dfc182b1
JX
5542#, c-format
5543msgid "could not run 'git status' in submodule '%s'"
5544msgstr ""
5545
12705546 5546#: submodule.c:1648
dfc182b1
JX
5547#, c-format
5548msgid "submodule '%s' has dirty index"
5549msgstr ""
5550
12705546 5551#: submodule.c:1700
dba9f13c
JX
5552#, c-format
5553msgid "Submodule '%s' could not be updated."
5554msgstr ""
5555
12705546 5556#: submodule.c:1747
673bfad0
JX
5557#, c-format
5558msgid ""
5559"relocate_gitdir for submodule '%s' with more than one worktree not supported"
5560msgstr ""
5561
12705546 5562#: submodule.c:1759 submodule.c:1815
673bfad0
JX
5563#, c-format
5564msgid "could not lookup name for submodule '%s'"
5565msgstr ""
5566
12705546 5567#: submodule.c:1766
673bfad0
JX
5568#, c-format
5569msgid ""
5570"Migrating git directory of '%s%s' from\n"
5571"'%s' to\n"
5572"'%s'\n"
5573msgstr ""
5574
12705546 5575#: submodule.c:1850
673bfad0
JX
5576#, c-format
5577msgid "could not recurse into submodule '%s'"
5578msgstr ""
5579
12705546 5580#: submodule.c:1894
dfc182b1
JX
5581msgid "could not start ls-files in .."
5582msgstr ""
5583
12705546 5584#: submodule.c:1933
9b7388a8
JX
5585#, c-format
5586msgid "ls-tree returned unexpected return code %d"
dfc182b1
JX
5587msgstr ""
5588
12705546 5589#: submodule-config.c:232
dfc182b1 5590#, c-format
9b7388a8 5591msgid "ignoring suspicious submodule name: %s"
dfc182b1
JX
5592msgstr ""
5593
12705546 5594#: submodule-config.c:296
25eab542
JX
5595msgid "negative values not allowed for submodule.fetchjobs"
5596msgstr ""
5597
12705546
JX
5598#: submodule-config.c:390
5599#, c-format
5600msgid "ignoring '%s' which may be interpreted as a command-line option: %s"
5601msgstr ""
5602
5603#: submodule-config.c:479
fda7b092
JX
5604#, c-format
5605msgid "invalid value for %s"
11b90174
JX
5606msgstr ""
5607
12705546
JX
5608#: submodule-config.c:754
5609#, c-format
5610msgid "Could not update .gitmodules entry %s"
5611msgstr ""
5612
25eab542 5613#: trailer.c:238
fda7b092
JX
5614#, c-format
5615msgid "running trailer command '%s' failed"
11b90174
JX
5616msgstr ""
5617
25eab542
JX
5618#: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:553
5619#: trailer.c:557
fda7b092
JX
5620#, c-format
5621msgid "unknown value '%s' for key '%s'"
11b90174
JX
5622msgstr ""
5623
12705546 5624#: trailer.c:539 trailer.c:544 builtin/remote.c:295
fda7b092
JX
5625#, c-format
5626msgid "more than one %s"
11b90174
JX
5627msgstr ""
5628
25eab542 5629#: trailer.c:730
fda7b092
JX
5630#, c-format
5631msgid "empty trailer token in trailer '%.*s'"
11b90174
JX
5632msgstr ""
5633
25eab542 5634#: trailer.c:750
fda7b092
JX
5635#, c-format
5636msgid "could not read input file '%s'"
11b90174
JX
5637msgstr ""
5638
25eab542 5639#: trailer.c:753
fda7b092 5640msgid "could not read from stdin"
df0617bf
JX
5641msgstr ""
5642
12705546 5643#: trailer.c:1011 builtin/am.c:47
df0617bf 5644#, c-format
fda7b092
JX
5645msgid "could not stat %s"
5646msgstr ""
df0617bf 5647
12705546 5648#: trailer.c:1013
df0617bf 5649#, c-format
fda7b092 5650msgid "file %s is not a regular file"
df0617bf
JX
5651msgstr ""
5652
12705546 5653#: trailer.c:1015
fda7b092
JX
5654#, c-format
5655msgid "file %s is not writable by user"
5656msgstr ""
5657
12705546 5658#: trailer.c:1027
fda7b092 5659msgid "could not open temporary file"
df0617bf
JX
5660msgstr ""
5661
12705546 5662#: trailer.c:1067
df0617bf 5663#, c-format
fda7b092
JX
5664msgid "could not rename temporary file to %s"
5665msgstr ""
df0617bf 5666
9b7388a8 5667#: transport.c:116
fda7b092
JX
5668#, c-format
5669msgid "Would set upstream of '%s' to '%s' of '%s'\n"
df0617bf
JX
5670msgstr ""
5671
dba9f13c
JX
5672#: transport.c:142
5673#, c-format
5674msgid "could not read bundle '%s'"
5675msgstr ""
5676
9b7388a8 5677#: transport.c:208
235537a0 5678#, c-format
fda7b092 5679msgid "transport: invalid depth option '%s'"
235537a0
JX
5680msgstr ""
5681
12705546 5682#: transport.c:616
9b7388a8
JX
5683msgid "could not parse transport.color.* config"
5684msgstr ""
5685
12705546 5686#: transport.c:689
dba9f13c
JX
5687msgid "support for protocol v2 not implemented yet"
5688msgstr ""
5689
12705546 5690#: transport.c:816
dba9f13c
JX
5691#, c-format
5692msgid "unknown value for config '%s': %s"
5693msgstr ""
5694
12705546 5695#: transport.c:882
dba9f13c
JX
5696#, c-format
5697msgid "transport '%s' not allowed"
5698msgstr ""
5699
12705546 5700#: transport.c:936
dba9f13c
JX
5701msgid "git-over-rsync is no longer supported"
5702msgstr ""
5703
12705546 5704#: transport.c:1031
fda7b092
JX
5705#, c-format
5706msgid ""
5707"The following submodule paths contain changes that can\n"
5708"not be found on any remote:\n"
11b90174
JX
5709msgstr ""
5710
12705546 5711#: transport.c:1035
fda7b092
JX
5712#, c-format
5713msgid ""
5714"\n"
5715"Please try\n"
5716"\n"
5717"\tgit push --recurse-submodules=on-demand\n"
5718"\n"
5719"or cd to the path and use\n"
5720"\n"
5721"\tgit push\n"
5722"\n"
5723"to push them to a remote.\n"
5724"\n"
11b90174
JX
5725msgstr ""
5726
12705546 5727#: transport.c:1043
fda7b092 5728msgid "Aborting."
11b90174
JX
5729msgstr ""
5730
12705546 5731#: transport.c:1182
dba9f13c
JX
5732msgid "failed to push all needed submodules"
5733msgstr ""
5734
12705546 5735#: transport.c:1315 transport-helper.c:643
dba9f13c
JX
5736msgid "operation not supported by protocol"
5737msgstr ""
5738
12705546 5739#: transport.c:1419
dba9f13c
JX
5740#, c-format
5741msgid "invalid line while parsing alternate refs: %s"
5742msgstr ""
5743
5744#: transport-helper.c:51 transport-helper.c:80
5745msgid "full write to remote helper failed"
5746msgstr ""
5747
5748#: transport-helper.c:132
5749#, c-format
5750msgid "unable to find remote helper for '%s'"
5751msgstr ""
5752
5753#: transport-helper.c:148 transport-helper.c:557
5754msgid "can't dup helper output fd"
5755msgstr ""
5756
5757#: transport-helper.c:199
5758#, c-format
5759msgid ""
5760"unknown mandatory capability %s; this remote helper probably needs newer "
5761"version of Git"
5762msgstr ""
5763
5764#: transport-helper.c:205
5765msgid "this remote helper should implement refspec capability"
5766msgstr ""
5767
5768#: transport-helper.c:272 transport-helper.c:412
5769#, c-format
5770msgid "%s unexpectedly said: '%s'"
5771msgstr ""
5772
5773#: transport-helper.c:401
5774#, c-format
5775msgid "%s also locked %s"
5776msgstr ""
5777
5778#: transport-helper.c:479
5779msgid "couldn't run fast-import"
5780msgstr ""
5781
5782#: transport-helper.c:502
5783msgid "error while running fast-import"
5784msgstr ""
5785
5786#: transport-helper.c:531 transport-helper.c:1091
5787#, c-format
5788msgid "could not read ref %s"
5789msgstr ""
5790
5791#: transport-helper.c:576
5792#, c-format
5793msgid "unknown response to connect: %s"
5794msgstr ""
5795
5796#: transport-helper.c:598
5797msgid "setting remote service path not supported by protocol"
5798msgstr ""
5799
5800#: transport-helper.c:600
5801msgid "invalid remote service path"
5802msgstr ""
5803
5804#: transport-helper.c:646
5805#, c-format
5806msgid "can't connect to subservice %s"
5807msgstr ""
5808
5809#: transport-helper.c:713
5810#, c-format
5811msgid "expected ok/error, helper said '%s'"
5812msgstr ""
5813
5814#: transport-helper.c:766
5815#, c-format
5816msgid "helper reported unexpected status of %s"
5817msgstr ""
5818
5819#: transport-helper.c:827
5820#, c-format
5821msgid "helper %s does not support dry-run"
5822msgstr ""
5823
5824#: transport-helper.c:830
5825#, c-format
5826msgid "helper %s does not support --signed"
5827msgstr ""
5828
5829#: transport-helper.c:833
5830#, c-format
5831msgid "helper %s does not support --signed=if-asked"
5832msgstr ""
5833
5834#: transport-helper.c:840
5835#, c-format
5836msgid "helper %s does not support 'push-option'"
5837msgstr ""
5838
5839#: transport-helper.c:932
5840msgid "remote-helper doesn't support push; refspec needed"
5841msgstr ""
5842
5843#: transport-helper.c:937
5844#, c-format
5845msgid "helper %s does not support 'force'"
5846msgstr ""
5847
5848#: transport-helper.c:984
5849msgid "couldn't run fast-export"
5850msgstr ""
5851
5852#: transport-helper.c:989
5853msgid "error while running fast-export"
5854msgstr ""
5855
5856#: transport-helper.c:1014
5857#, c-format
5858msgid ""
5859"No refs in common and none specified; doing nothing.\n"
5860"Perhaps you should specify a branch such as 'master'.\n"
5861msgstr ""
5862
5863#: transport-helper.c:1077
5864#, c-format
5865msgid "malformed response in ref list: %s"
5866msgstr ""
5867
12705546 5868#: transport-helper.c:1231
fda7b092 5869#, c-format
dba9f13c 5870msgid "read(%s) failed"
11b90174
JX
5871msgstr ""
5872
12705546 5873#: transport-helper.c:1258
dba9f13c
JX
5874#, c-format
5875msgid "write(%s) failed"
5876msgstr ""
5877
12705546 5878#: transport-helper.c:1307
dba9f13c
JX
5879#, c-format
5880msgid "%s thread failed"
5881msgstr ""
5882
12705546 5883#: transport-helper.c:1311
dba9f13c
JX
5884#, c-format
5885msgid "%s thread failed to join: %s"
5886msgstr ""
5887
12705546 5888#: transport-helper.c:1330 transport-helper.c:1334
dba9f13c
JX
5889#, c-format
5890msgid "can't start thread for copying data: %s"
5891msgstr ""
5892
12705546 5893#: transport-helper.c:1371
dba9f13c
JX
5894#, c-format
5895msgid "%s process failed to wait"
5896msgstr ""
5897
12705546 5898#: transport-helper.c:1375
dba9f13c
JX
5899#, c-format
5900msgid "%s process failed"
5901msgstr ""
5902
12705546 5903#: transport-helper.c:1393 transport-helper.c:1402
dba9f13c
JX
5904msgid "can't start thread for copying data"
5905msgstr ""
5906
5907#: tree-walk.c:33
fda7b092 5908msgid "too-short tree object"
11b90174
JX
5909msgstr ""
5910
dba9f13c 5911#: tree-walk.c:39
fda7b092 5912msgid "malformed mode in tree entry"
235537a0
JX
5913msgstr ""
5914
dba9f13c 5915#: tree-walk.c:43
fda7b092 5916msgid "empty filename in tree entry"
11b90174
JX
5917msgstr ""
5918
dba9f13c 5919#: tree-walk.c:115
fda7b092 5920msgid "too-short tree file"
11b90174
JX
5921msgstr ""
5922
dba9f13c 5923#: unpack-trees.c:112
235537a0 5924#, c-format
fda7b092
JX
5925msgid ""
5926"Your local changes to the following files would be overwritten by checkout:\n"
5927"%%sPlease commit your changes or stash them before you switch branches."
235537a0
JX
5928msgstr ""
5929
dba9f13c 5930#: unpack-trees.c:114
fda7b092
JX
5931#, c-format
5932msgid ""
5933"Your local changes to the following files would be overwritten by checkout:\n"
5934"%%s"
11b90174
JX
5935msgstr ""
5936
dba9f13c 5937#: unpack-trees.c:117
fda7b092
JX
5938#, c-format
5939msgid ""
5940"Your local changes to the following files would be overwritten by merge:\n"
5941"%%sPlease commit your changes or stash them before you merge."
5942msgstr ""
5943
dba9f13c 5944#: unpack-trees.c:119
fda7b092
JX
5945#, c-format
5946msgid ""
5947"Your local changes to the following files would be overwritten by merge:\n"
5948"%%s"
11b90174
JX
5949msgstr ""
5950
dba9f13c 5951#: unpack-trees.c:122
fda7b092 5952#, c-format
11b90174 5953msgid ""
fda7b092
JX
5954"Your local changes to the following files would be overwritten by %s:\n"
5955"%%sPlease commit your changes or stash them before you %s."
11b90174
JX
5956msgstr ""
5957
dba9f13c 5958#: unpack-trees.c:124
727b9576 5959#, c-format
fda7b092
JX
5960msgid ""
5961"Your local changes to the following files would be overwritten by %s:\n"
5962"%%s"
11b90174
JX
5963msgstr ""
5964
dba9f13c 5965#: unpack-trees.c:129
fda7b092
JX
5966#, c-format
5967msgid ""
673bfad0 5968"Updating the following directories would lose untracked files in them:\n"
fda7b092 5969"%s"
28b3cffc
JX
5970msgstr ""
5971
dba9f13c 5972#: unpack-trees.c:133
fda7b092
JX
5973#, c-format
5974msgid ""
5975"The following untracked working tree files would be removed by checkout:\n"
5976"%%sPlease move or remove them before you switch branches."
28b3cffc
JX
5977msgstr ""
5978
dba9f13c 5979#: unpack-trees.c:135
fda7b092
JX
5980#, c-format
5981msgid ""
5982"The following untracked working tree files would be removed by checkout:\n"
5983"%%s"
11b90174
JX
5984msgstr ""
5985
dba9f13c 5986#: unpack-trees.c:138
235537a0 5987#, c-format
fda7b092
JX
5988msgid ""
5989"The following untracked working tree files would be removed by merge:\n"
5990"%%sPlease move or remove them before you merge."
c138af56
JX
5991msgstr ""
5992
dba9f13c 5993#: unpack-trees.c:140
fda7b092
JX
5994#, c-format
5995msgid ""
5996"The following untracked working tree files would be removed by merge:\n"
5997"%%s"
235537a0
JX
5998msgstr ""
5999
dba9f13c 6000#: unpack-trees.c:143
fda7b092
JX
6001#, c-format
6002msgid ""
6003"The following untracked working tree files would be removed by %s:\n"
6004"%%sPlease move or remove them before you %s."
c138af56
JX
6005msgstr ""
6006
dba9f13c 6007#: unpack-trees.c:145
fda7b092
JX
6008#, c-format
6009msgid ""
6010"The following untracked working tree files would be removed by %s:\n"
6011"%%s"
c138af56
JX
6012msgstr ""
6013
dba9f13c 6014#: unpack-trees.c:151
c138af56 6015#, c-format
fda7b092
JX
6016msgid ""
6017"The following untracked working tree files would be overwritten by "
6018"checkout:\n"
6019"%%sPlease move or remove them before you switch branches."
c138af56
JX
6020msgstr ""
6021
dba9f13c 6022#: unpack-trees.c:153
fda7b092
JX
6023#, c-format
6024msgid ""
6025"The following untracked working tree files would be overwritten by "
6026"checkout:\n"
6027"%%s"
11b90174
JX
6028msgstr ""
6029
dba9f13c 6030#: unpack-trees.c:156
fda7b092
JX
6031#, c-format
6032msgid ""
6033"The following untracked working tree files would be overwritten by merge:\n"
6034"%%sPlease move or remove them before you merge."
11b90174
JX
6035msgstr ""
6036
dba9f13c 6037#: unpack-trees.c:158
fda7b092
JX
6038#, c-format
6039msgid ""
6040"The following untracked working tree files would be overwritten by merge:\n"
6041"%%s"
dce37b66
JX
6042msgstr ""
6043
dba9f13c 6044#: unpack-trees.c:161
fda7b092
JX
6045#, c-format
6046msgid ""
6047"The following untracked working tree files would be overwritten by %s:\n"
6048"%%sPlease move or remove them before you %s."
df0617bf
JX
6049msgstr ""
6050
dba9f13c 6051#: unpack-trees.c:163
fda7b092
JX
6052#, c-format
6053msgid ""
6054"The following untracked working tree files would be overwritten by %s:\n"
6055"%%s"
28b3cffc
JX
6056msgstr ""
6057
dba9f13c 6058#: unpack-trees.c:171
fda7b092
JX
6059#, c-format
6060msgid "Entry '%s' overlaps with '%s'. Cannot bind."
c138af56
JX
6061msgstr ""
6062
dba9f13c 6063#: unpack-trees.c:174
fda7b092
JX
6064#, c-format
6065msgid ""
25eab542 6066"Cannot update sparse checkout: the following entries are not up to date:\n"
fda7b092 6067"%s"
c138af56
JX
6068msgstr ""
6069
dba9f13c 6070#: unpack-trees.c:176
fda7b092
JX
6071#, c-format
6072msgid ""
6073"The following working tree files would be overwritten by sparse checkout "
6074"update:\n"
6075"%s"
dce37b66
JX
6076msgstr ""
6077
dba9f13c 6078#: unpack-trees.c:178
fda7b092
JX
6079#, c-format
6080msgid ""
6081"The following working tree files would be removed by sparse checkout "
6082"update:\n"
6083"%s"
dce37b66
JX
6084msgstr ""
6085
dba9f13c 6086#: unpack-trees.c:180
dfc182b1
JX
6087#, c-format
6088msgid ""
6089"Cannot update submodule:\n"
6090"%s"
6091msgstr ""
6092
dba9f13c 6093#: unpack-trees.c:254
fda7b092
JX
6094#, c-format
6095msgid "Aborting\n"
dce37b66
JX
6096msgstr ""
6097
dba9f13c 6098#: unpack-trees.c:336
fda7b092 6099msgid "Checking out files"
dce37b66
JX
6100msgstr ""
6101
12705546
JX
6102#: unpack-trees.c:368
6103msgid ""
6104"the following paths have collided (e.g. case-sensitive paths\n"
6105"on a case-insensitive filesystem) and only one from the same\n"
6106"colliding group is in the working tree:\n"
6107msgstr ""
6108
dfc182b1 6109#: urlmatch.c:163
fda7b092 6110msgid "invalid URL scheme name or missing '://' suffix"
c138af56
JX
6111msgstr ""
6112
dfc182b1 6113#: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
dce37b66 6114#, c-format
fda7b092 6115msgid "invalid %XX escape sequence"
dce37b66
JX
6116msgstr ""
6117
dfc182b1 6118#: urlmatch.c:215
fda7b092 6119msgid "missing host and scheme is not 'file:'"
dce37b66
JX
6120msgstr ""
6121
dfc182b1 6122#: urlmatch.c:232
fda7b092 6123msgid "a 'file:' URL may not have a port number"
dce37b66
JX
6124msgstr ""
6125
dfc182b1 6126#: urlmatch.c:247
fda7b092 6127msgid "invalid characters in host name"
dce37b66
JX
6128msgstr ""
6129
dfc182b1 6130#: urlmatch.c:292 urlmatch.c:303
fda7b092 6131msgid "invalid port number"
dce37b66
JX
6132msgstr ""
6133
dfc182b1 6134#: urlmatch.c:371
fda7b092 6135msgid "invalid '..' path segment"
dce37b66
JX
6136msgstr ""
6137
12705546 6138#: worktree.c:249 builtin/am.c:2100
cc76011e 6139#, c-format
fda7b092 6140msgid "failed to read '%s'"
dce37b66
JX
6141msgstr ""
6142
12705546 6143#: worktree.c:295
abc8de64
JX
6144#, c-format
6145msgid "'%s' at main working tree is not the repository directory"
6146msgstr ""
6147
12705546 6148#: worktree.c:306
abc8de64
JX
6149#, c-format
6150msgid "'%s' file does not contain absolute path to the working tree location"
6151msgstr ""
6152
12705546 6153#: worktree.c:318
abc8de64
JX
6154#, c-format
6155msgid "'%s' does not exist"
6156msgstr ""
6157
12705546 6158#: worktree.c:324
abc8de64
JX
6159#, c-format
6160msgid "'%s' is not a .git file, error code %d"
6161msgstr ""
6162
12705546 6163#: worktree.c:332
abc8de64
JX
6164#, c-format
6165msgid "'%s' does not point back to '%s'"
6166msgstr ""
6167
5b34e000 6168#: wrapper.c:223 wrapper.c:393
dce37b66 6169#, c-format
fda7b092 6170msgid "could not open '%s' for reading and writing"
dce37b66
JX
6171msgstr ""
6172
5b34e000 6173#: wrapper.c:424 wrapper.c:624
cc76011e 6174#, c-format
fda7b092 6175msgid "unable to access '%s'"
dce37b66
JX
6176msgstr ""
6177
5b34e000 6178#: wrapper.c:632
fda7b092 6179msgid "unable to get current working directory"
dce37b66
JX
6180msgstr ""
6181
9b7388a8 6182#: wt-status.c:154
fda7b092 6183msgid "Unmerged paths:"
a5a41683
JX
6184msgstr ""
6185
9b7388a8 6186#: wt-status.c:181 wt-status.c:208
9caaf23e 6187#, c-format
fda7b092 6188msgid " (use \"git reset %s <file>...\" to unstage)"
cc76011e
JX
6189msgstr ""
6190
9b7388a8 6191#: wt-status.c:183 wt-status.c:210
fda7b092 6192msgid " (use \"git rm --cached <file>...\" to unstage)"
9caaf23e
JX
6193msgstr ""
6194
9b7388a8 6195#: wt-status.c:187
fda7b092 6196msgid " (use \"git add <file>...\" to mark resolution)"
dce37b66
JX
6197msgstr ""
6198
9b7388a8 6199#: wt-status.c:189 wt-status.c:193
fda7b092 6200msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"
dce37b66
JX
6201msgstr ""
6202
9b7388a8 6203#: wt-status.c:191
fda7b092 6204msgid " (use \"git rm <file>...\" to mark resolution)"
dce37b66
JX
6205msgstr ""
6206
12705546 6207#: wt-status.c:202 wt-status.c:1042
fda7b092 6208msgid "Changes to be committed:"
dce37b66
JX
6209msgstr ""
6210
12705546 6211#: wt-status.c:220 wt-status.c:1051
fda7b092 6212msgid "Changes not staged for commit:"
dce37b66
JX
6213msgstr ""
6214
9b7388a8 6215#: wt-status.c:224
fda7b092 6216msgid " (use \"git add <file>...\" to update what will be committed)"
dce37b66
JX
6217msgstr ""
6218
9b7388a8 6219#: wt-status.c:226
fda7b092 6220msgid " (use \"git add/rm <file>...\" to update what will be committed)"
dce37b66
JX
6221msgstr ""
6222
9b7388a8 6223#: wt-status.c:227
fda7b092
JX
6224msgid ""
6225" (use \"git checkout -- <file>...\" to discard changes in working directory)"
64f23b0c
JX
6226msgstr ""
6227
9b7388a8 6228#: wt-status.c:229
fda7b092 6229msgid " (commit or discard the untracked or modified content in submodules)"
dce37b66
JX
6230msgstr ""
6231
9b7388a8 6232#: wt-status.c:241
fda7b092
JX
6233#, c-format
6234msgid " (use \"git %s <file>...\" to include in what will be committed)"
dce37b66
JX
6235msgstr ""
6236
9b7388a8 6237#: wt-status.c:256
fda7b092 6238msgid "both deleted:"
dce37b66
JX
6239msgstr ""
6240
9b7388a8 6241#: wt-status.c:258
fda7b092 6242msgid "added by us:"
dce37b66
JX
6243msgstr ""
6244
9b7388a8 6245#: wt-status.c:260
fda7b092 6246msgid "deleted by them:"
cc76011e
JX
6247msgstr ""
6248
9b7388a8 6249#: wt-status.c:262
fda7b092 6250msgid "added by them:"
cc76011e
JX
6251msgstr ""
6252
9b7388a8 6253#: wt-status.c:264
fda7b092 6254msgid "deleted by us:"
cc76011e
JX
6255msgstr ""
6256
9b7388a8 6257#: wt-status.c:266
fda7b092 6258msgid "both added:"
cc76011e
JX
6259msgstr ""
6260
9b7388a8 6261#: wt-status.c:268
fda7b092 6262msgid "both modified:"
cc76011e
JX
6263msgstr ""
6264
9b7388a8 6265#: wt-status.c:278
fda7b092 6266msgid "new file:"
cc76011e
JX
6267msgstr ""
6268
9b7388a8 6269#: wt-status.c:280
fda7b092 6270msgid "copied:"
cc76011e
JX
6271msgstr ""
6272
9b7388a8 6273#: wt-status.c:282
fda7b092 6274msgid "deleted:"
cc76011e
JX
6275msgstr ""
6276
9b7388a8 6277#: wt-status.c:284
fda7b092 6278msgid "modified:"
cc76011e
JX
6279msgstr ""
6280
9b7388a8 6281#: wt-status.c:286
fda7b092 6282msgid "renamed:"
c6bc7d43
JX
6283msgstr ""
6284
9b7388a8 6285#: wt-status.c:288
fda7b092 6286msgid "typechange:"
cc76011e
JX
6287msgstr ""
6288
9b7388a8 6289#: wt-status.c:290
fda7b092 6290msgid "unknown:"
cc76011e
JX
6291msgstr ""
6292
9b7388a8 6293#: wt-status.c:292
fda7b092 6294msgid "unmerged:"
cc76011e
JX
6295msgstr ""
6296
9b7388a8 6297#: wt-status.c:372
fda7b092 6298msgid "new commits, "
9fa976ff
JX
6299msgstr ""
6300
9b7388a8 6301#: wt-status.c:374
fda7b092 6302msgid "modified content, "
9fa976ff
JX
6303msgstr ""
6304
9b7388a8 6305#: wt-status.c:376
fda7b092 6306msgid "untracked content, "
dce37b66
JX
6307msgstr ""
6308
12705546 6309#: wt-status.c:880
5b34e000
JX
6310#, c-format
6311msgid "Your stash currently has %d entry"
6312msgid_plural "Your stash currently has %d entries"
6313msgstr[0] ""
6314msgstr[1] ""
6315
12705546 6316#: wt-status.c:912
fda7b092 6317msgid "Submodules changed but not updated:"
dce37b66
JX
6318msgstr ""
6319
12705546 6320#: wt-status.c:914
fda7b092 6321msgid "Submodule changes to be committed:"
dce37b66
JX
6322msgstr ""
6323
12705546 6324#: wt-status.c:996
fda7b092 6325msgid ""
25eab542
JX
6326"Do not modify or remove the line above.\n"
6327"Everything below it will be ignored."
dce37b66
JX
6328msgstr ""
6329
12705546 6330#: wt-status.c:1097
fda7b092 6331msgid "You have unmerged paths."
9fa976ff
JX
6332msgstr ""
6333
12705546 6334#: wt-status.c:1100
fda7b092 6335msgid " (fix conflicts and run \"git commit\")"
dce37b66
JX
6336msgstr ""
6337
12705546 6338#: wt-status.c:1102
fda7b092 6339msgid " (use \"git merge --abort\" to abort the merge)"
dce37b66
JX
6340msgstr ""
6341
12705546 6342#: wt-status.c:1106
fda7b092 6343msgid "All conflicts fixed but you are still merging."
dce37b66
JX
6344msgstr ""
6345
12705546 6346#: wt-status.c:1109
fda7b092 6347msgid " (use \"git commit\" to conclude merge)"
dce37b66
JX
6348msgstr ""
6349
12705546 6350#: wt-status.c:1118
fda7b092 6351msgid "You are in the middle of an am session."
df0617bf
JX
6352msgstr ""
6353
12705546 6354#: wt-status.c:1121
fda7b092 6355msgid "The current patch is empty."
df0617bf
JX
6356msgstr ""
6357
12705546 6358#: wt-status.c:1125
fda7b092 6359msgid " (fix conflicts and then run \"git am --continue\")"
df0617bf
JX
6360msgstr ""
6361
12705546 6362#: wt-status.c:1127
fda7b092 6363msgid " (use \"git am --skip\" to skip this patch)"
df0617bf
JX
6364msgstr ""
6365
12705546 6366#: wt-status.c:1129
fda7b092 6367msgid " (use \"git am --abort\" to restore the original branch)"
df0617bf
JX
6368msgstr ""
6369
12705546 6370#: wt-status.c:1260
673bfad0
JX
6371msgid "git-rebase-todo is missing."
6372msgstr ""
6373
12705546 6374#: wt-status.c:1262
fda7b092 6375msgid "No commands done."
df0617bf
JX
6376msgstr ""
6377
12705546 6378#: wt-status.c:1265
df0617bf 6379#, c-format
fda7b092
JX
6380msgid "Last command done (%d command done):"
6381msgid_plural "Last commands done (%d commands done):"
6382msgstr[0] ""
6383msgstr[1] ""
df0617bf 6384
12705546 6385#: wt-status.c:1276
fda7b092
JX
6386#, c-format
6387msgid " (see more in file %s)"
df0617bf
JX
6388msgstr ""
6389
12705546 6390#: wt-status.c:1281
fda7b092 6391msgid "No commands remaining."
df0617bf
JX
6392msgstr ""
6393
12705546 6394#: wt-status.c:1284
fda7b092
JX
6395#, c-format
6396msgid "Next command to do (%d remaining command):"
6397msgid_plural "Next commands to do (%d remaining commands):"
6398msgstr[0] ""
6399msgstr[1] ""
df0617bf 6400
12705546 6401#: wt-status.c:1292
fda7b092 6402msgid " (use \"git rebase --edit-todo\" to view and edit)"
df0617bf
JX
6403msgstr ""
6404
12705546 6405#: wt-status.c:1304
fda7b092
JX
6406#, c-format
6407msgid "You are currently rebasing branch '%s' on '%s'."
df0617bf
JX
6408msgstr ""
6409
12705546 6410#: wt-status.c:1309
fda7b092 6411msgid "You are currently rebasing."
df0617bf
JX
6412msgstr ""
6413
12705546 6414#: wt-status.c:1322
fda7b092 6415msgid " (fix conflicts and then run \"git rebase --continue\")"
df0617bf
JX
6416msgstr ""
6417
12705546 6418#: wt-status.c:1324
fda7b092 6419msgid " (use \"git rebase --skip\" to skip this patch)"
df0617bf
JX
6420msgstr ""
6421
12705546 6422#: wt-status.c:1326
fda7b092 6423msgid " (use \"git rebase --abort\" to check out the original branch)"
df0617bf
JX
6424msgstr ""
6425
12705546 6426#: wt-status.c:1333
fda7b092 6427msgid " (all conflicts fixed: run \"git rebase --continue\")"
df0617bf
JX
6428msgstr ""
6429
12705546 6430#: wt-status.c:1337
df0617bf 6431#, c-format
fda7b092
JX
6432msgid ""
6433"You are currently splitting a commit while rebasing branch '%s' on '%s'."
df0617bf
JX
6434msgstr ""
6435
12705546 6436#: wt-status.c:1342
fda7b092 6437msgid "You are currently splitting a commit during a rebase."
df0617bf
JX
6438msgstr ""
6439
12705546 6440#: wt-status.c:1345
fda7b092 6441msgid " (Once your working directory is clean, run \"git rebase --continue\")"
df0617bf
JX
6442msgstr ""
6443
12705546 6444#: wt-status.c:1349
df0617bf 6445#, c-format
fda7b092 6446msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
df0617bf
JX
6447msgstr ""
6448
12705546 6449#: wt-status.c:1354
fda7b092 6450msgid "You are currently editing a commit during a rebase."
df0617bf
JX
6451msgstr ""
6452
12705546 6453#: wt-status.c:1357
fda7b092 6454msgid " (use \"git commit --amend\" to amend the current commit)"
df0617bf
JX
6455msgstr ""
6456
12705546 6457#: wt-status.c:1359
df0617bf 6458msgid ""
fda7b092 6459" (use \"git rebase --continue\" once you are satisfied with your changes)"
df0617bf
JX
6460msgstr ""
6461
12705546 6462#: wt-status.c:1368
fda7b092
JX
6463#, c-format
6464msgid "You are currently cherry-picking commit %s."
df0617bf
JX
6465msgstr ""
6466
12705546 6467#: wt-status.c:1373
fda7b092 6468msgid " (fix conflicts and run \"git cherry-pick --continue\")"
df0617bf
JX
6469msgstr ""
6470
12705546 6471#: wt-status.c:1376
fda7b092 6472msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"
df0617bf
JX
6473msgstr ""
6474
12705546 6475#: wt-status.c:1378
fda7b092 6476msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
df0617bf
JX
6477msgstr ""
6478
12705546 6479#: wt-status.c:1386
df0617bf 6480#, c-format
fda7b092 6481msgid "You are currently reverting commit %s."
df0617bf
JX
6482msgstr ""
6483
12705546 6484#: wt-status.c:1391
fda7b092 6485msgid " (fix conflicts and run \"git revert --continue\")"
df0617bf
JX
6486msgstr ""
6487
12705546 6488#: wt-status.c:1394
fda7b092 6489msgid " (all conflicts fixed: run \"git revert --continue\")"
df0617bf
JX
6490msgstr ""
6491
12705546 6492#: wt-status.c:1396
fda7b092 6493msgid " (use \"git revert --abort\" to cancel the revert operation)"
df0617bf
JX
6494msgstr ""
6495
12705546 6496#: wt-status.c:1406
df0617bf 6497#, c-format
fda7b092 6498msgid "You are currently bisecting, started from branch '%s'."
df0617bf
JX
6499msgstr ""
6500
12705546 6501#: wt-status.c:1410
fda7b092 6502msgid "You are currently bisecting."
df0617bf
JX
6503msgstr ""
6504
12705546 6505#: wt-status.c:1413
fda7b092 6506msgid " (use \"git bisect reset\" to get back to the original branch)"
df0617bf
JX
6507msgstr ""
6508
12705546 6509#: wt-status.c:1611
fda7b092 6510msgid "On branch "
df0617bf
JX
6511msgstr ""
6512
12705546 6513#: wt-status.c:1618
fda7b092 6514msgid "interactive rebase in progress; onto "
df0617bf
JX
6515msgstr ""
6516
12705546 6517#: wt-status.c:1620
fda7b092 6518msgid "rebase in progress; onto "
df0617bf
JX
6519msgstr ""
6520
12705546 6521#: wt-status.c:1625
fda7b092 6522msgid "HEAD detached at "
df0617bf
JX
6523msgstr ""
6524
12705546 6525#: wt-status.c:1627
fda7b092 6526msgid "HEAD detached from "
df0617bf
JX
6527msgstr ""
6528
12705546 6529#: wt-status.c:1630
fda7b092 6530msgid "Not currently on any branch."
df0617bf
JX
6531msgstr ""
6532
12705546 6533#: wt-status.c:1647
fda7b092 6534msgid "Initial commit"
df0617bf
JX
6535msgstr ""
6536
12705546 6537#: wt-status.c:1648
5b34e000
JX
6538msgid "No commits yet"
6539msgstr ""
6540
12705546 6541#: wt-status.c:1662
fda7b092 6542msgid "Untracked files"
df0617bf
JX
6543msgstr ""
6544
12705546 6545#: wt-status.c:1664
fda7b092 6546msgid "Ignored files"
df0617bf
JX
6547msgstr ""
6548
12705546 6549#: wt-status.c:1668
fda7b092
JX
6550#, c-format
6551msgid ""
6552"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
6553"may speed it up, but you have to be careful not to forget to add\n"
6554"new files yourself (see 'git help status')."
df0617bf
JX
6555msgstr ""
6556
12705546 6557#: wt-status.c:1674
fda7b092
JX
6558#, c-format
6559msgid "Untracked files not listed%s"
df0617bf
JX
6560msgstr ""
6561
12705546 6562#: wt-status.c:1676
fda7b092 6563msgid " (use -u option to show untracked files)"
df0617bf
JX
6564msgstr ""
6565
12705546 6566#: wt-status.c:1682
fda7b092 6567msgid "No changes"
df0617bf
JX
6568msgstr ""
6569
12705546 6570#: wt-status.c:1687
fda7b092
JX
6571#, c-format
6572msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
df0617bf
JX
6573msgstr ""
6574
12705546 6575#: wt-status.c:1690
fda7b092
JX
6576#, c-format
6577msgid "no changes added to commit\n"
df0617bf
JX
6578msgstr ""
6579
12705546 6580#: wt-status.c:1693
fda7b092
JX
6581#, c-format
6582msgid ""
6583"nothing added to commit but untracked files present (use \"git add\" to "
6584"track)\n"
df0617bf
JX
6585msgstr ""
6586
12705546 6587#: wt-status.c:1696
fda7b092
JX
6588#, c-format
6589msgid "nothing added to commit but untracked files present\n"
df0617bf
JX
6590msgstr ""
6591
12705546 6592#: wt-status.c:1699
fda7b092
JX
6593#, c-format
6594msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
df0617bf
JX
6595msgstr ""
6596
12705546 6597#: wt-status.c:1702 wt-status.c:1707
fda7b092
JX
6598#, c-format
6599msgid "nothing to commit\n"
df0617bf
JX
6600msgstr ""
6601
12705546 6602#: wt-status.c:1705
fda7b092
JX
6603#, c-format
6604msgid "nothing to commit (use -u to show untracked files)\n"
df0617bf
JX
6605msgstr ""
6606
12705546 6607#: wt-status.c:1709
fda7b092
JX
6608#, c-format
6609msgid "nothing to commit, working tree clean\n"
df0617bf
JX
6610msgstr ""
6611
12705546 6612#: wt-status.c:1822
5b34e000 6613msgid "No commits yet on "
df0617bf
JX
6614msgstr ""
6615
12705546 6616#: wt-status.c:1826
fda7b092 6617msgid "HEAD (no branch)"
df0617bf
JX
6618msgstr ""
6619
12705546 6620#: wt-status.c:1857
abc8de64
JX
6621msgid "different"
6622msgstr ""
6623
12705546 6624#: wt-status.c:1859 wt-status.c:1867
fda7b092 6625msgid "behind "
df0617bf
JX
6626msgstr ""
6627
12705546 6628#: wt-status.c:1862 wt-status.c:1865
fda7b092 6629msgid "ahead "
df0617bf
JX
6630msgstr ""
6631
fda7b092 6632#. TRANSLATORS: the action is e.g. "pull with rebase"
12705546 6633#: wt-status.c:2374
fda7b092
JX
6634#, c-format
6635msgid "cannot %s: You have unstaged changes."
df0617bf
JX
6636msgstr ""
6637
12705546 6638#: wt-status.c:2380
fda7b092 6639msgid "additionally, your index contains uncommitted changes."
df0617bf
JX
6640msgstr ""
6641
12705546 6642#: wt-status.c:2382
fda7b092
JX
6643#, c-format
6644msgid "cannot %s: Your index contains uncommitted changes."
df0617bf
JX
6645msgstr ""
6646
5b34e000 6647#: builtin/add.c:24
fda7b092 6648msgid "git add [<options>] [--] <pathspec>..."
df0617bf
JX
6649msgstr ""
6650
18a90722 6651#: builtin/add.c:83
fda7b092
JX
6652#, c-format
6653msgid "unexpected diff status %c"
df0617bf
JX
6654msgstr ""
6655
12705546 6656#: builtin/add.c:88 builtin/commit.c:284
fda7b092 6657msgid "updating files failed"
df0617bf
JX
6658msgstr ""
6659
18a90722 6660#: builtin/add.c:98
fda7b092
JX
6661#, c-format
6662msgid "remove '%s'\n"
df0617bf
JX
6663msgstr ""
6664
18a90722 6665#: builtin/add.c:173
fda7b092 6666msgid "Unstaged changes after refreshing the index:"
df0617bf
JX
6667msgstr ""
6668
12705546 6669#: builtin/add.c:233 builtin/rev-parse.c:895
fda7b092 6670msgid "Could not read the index"
df0617bf
JX
6671msgstr ""
6672
18a90722 6673#: builtin/add.c:244
fda7b092
JX
6674#, c-format
6675msgid "Could not open '%s' for writing."
df0617bf
JX
6676msgstr ""
6677
18a90722 6678#: builtin/add.c:248
fda7b092 6679msgid "Could not write patch"
df0617bf
JX
6680msgstr ""
6681
18a90722 6682#: builtin/add.c:251
fda7b092 6683msgid "editing patch failed"
df0617bf
JX
6684msgstr ""
6685
18a90722 6686#: builtin/add.c:254
fda7b092
JX
6687#, c-format
6688msgid "Could not stat '%s'"
df0617bf
JX
6689msgstr ""
6690
18a90722 6691#: builtin/add.c:256
fda7b092 6692msgid "Empty patch. Aborted."
df0617bf
JX
6693msgstr ""
6694
18a90722 6695#: builtin/add.c:261
df0617bf 6696#, c-format
fda7b092 6697msgid "Could not apply '%s'"
df0617bf
JX
6698msgstr ""
6699
9b7388a8 6700#: builtin/add.c:269
fda7b092 6701msgid "The following paths are ignored by one of your .gitignore files:\n"
df0617bf
JX
6702msgstr ""
6703
12705546
JX
6704#: builtin/add.c:289 builtin/clean.c:907 builtin/fetch.c:137 builtin/mv.c:123
6705#: builtin/prune-packed.c:56 builtin/pull.c:213 builtin/push.c:557
6706#: builtin/remote.c:1345 builtin/rm.c:240 builtin/send-pack.c:165
fda7b092 6707msgid "dry run"
df0617bf
JX
6708msgstr ""
6709
9b7388a8 6710#: builtin/add.c:292
fda7b092 6711msgid "interactive picking"
6f6731e7
JX
6712msgstr ""
6713
12705546 6714#: builtin/add.c:293 builtin/checkout.c:1258 builtin/reset.c:305
fda7b092 6715msgid "select hunks interactively"
dce37b66
JX
6716msgstr ""
6717
9b7388a8 6718#: builtin/add.c:294
fda7b092 6719msgid "edit current diff and apply"
dce37b66
JX
6720msgstr ""
6721
9b7388a8 6722#: builtin/add.c:295
fda7b092 6723msgid "allow adding otherwise ignored files"
dce37b66
JX
6724msgstr ""
6725
9b7388a8 6726#: builtin/add.c:296
fda7b092 6727msgid "update tracked files"
dce37b66
JX
6728msgstr ""
6729
9b7388a8 6730#: builtin/add.c:297
18a90722
JX
6731msgid "renormalize EOL of tracked files (implies -u)"
6732msgstr ""
6733
9b7388a8 6734#: builtin/add.c:298
fda7b092 6735msgid "record only the fact that the path will be added later"
dce37b66
JX
6736msgstr ""
6737
9b7388a8 6738#: builtin/add.c:299
fda7b092 6739msgid "add changes from all tracked and untracked files"
dce37b66
JX
6740msgstr ""
6741
9b7388a8 6742#: builtin/add.c:302
fda7b092 6743msgid "ignore paths removed in the working tree (same as --no-all)"
93329721
JX
6744msgstr ""
6745
9b7388a8 6746#: builtin/add.c:304
fda7b092 6747msgid "don't add, only refresh the index"
dce37b66
JX
6748msgstr ""
6749
9b7388a8 6750#: builtin/add.c:305
fda7b092 6751msgid "just skip files which cannot be added because of errors"
dce37b66
JX
6752msgstr ""
6753
9b7388a8 6754#: builtin/add.c:306
fda7b092 6755msgid "check if - even missing - files are ignored in dry run"
dce37b66
JX
6756msgstr ""
6757
12705546 6758#: builtin/add.c:308 builtin/update-index.c:990
fda7b092
JX
6759msgid "override the executable bit of the listed files"
6760msgstr ""
dce37b66 6761
dba9f13c 6762#: builtin/add.c:310
5b34e000
JX
6763msgid "warn when adding an embedded repository"
6764msgstr ""
6765
dba9f13c 6766#: builtin/add.c:325
5b34e000
JX
6767#, c-format
6768msgid ""
6769"You've added another git repository inside your current repository.\n"
6770"Clones of the outer repository will not contain the contents of\n"
6771"the embedded repository and will not know how to obtain it.\n"
6772"If you meant to add a submodule, use:\n"
6773"\n"
6774"\tgit submodule add <url> %s\n"
6775"\n"
6776"If you added this path by mistake, you can remove it from the\n"
6777"index with:\n"
6778"\n"
6779"\tgit rm --cached %s\n"
6780"\n"
6781"See \"git help submodule\" for more information."
6782msgstr ""
6783
dba9f13c 6784#: builtin/add.c:353
5b34e000
JX
6785#, c-format
6786msgid "adding embedded git repository: %s"
6787msgstr ""
6788
dba9f13c 6789#: builtin/add.c:371
fda7b092
JX
6790#, c-format
6791msgid "Use -f if you really want to add them.\n"
dce37b66
JX
6792msgstr ""
6793
dba9f13c 6794#: builtin/add.c:379
fda7b092 6795msgid "adding files failed"
dce37b66
JX
6796msgstr ""
6797
dba9f13c 6798#: builtin/add.c:417
fda7b092 6799msgid "-A and -u are mutually incompatible"
dce37b66
JX
6800msgstr ""
6801
dba9f13c 6802#: builtin/add.c:424
fda7b092 6803msgid "Option --ignore-missing can only be used together with --dry-run"
dce37b66
JX
6804msgstr ""
6805
dba9f13c 6806#: builtin/add.c:428
dce37b66 6807#, c-format
fda7b092 6808msgid "--chmod param '%s' must be either -x or +x"
dce37b66
JX
6809msgstr ""
6810
dba9f13c 6811#: builtin/add.c:443
dce37b66 6812#, c-format
fda7b092 6813msgid "Nothing specified, nothing added.\n"
dce37b66
JX
6814msgstr ""
6815
dba9f13c 6816#: builtin/add.c:444
dce37b66 6817#, c-format
fda7b092 6818msgid "Maybe you wanted to say 'git add .'?\n"
dce37b66
JX
6819msgstr ""
6820
12705546 6821#: builtin/am.c:363
fda7b092 6822msgid "could not parse author script"
dce37b66
JX
6823msgstr ""
6824
12705546 6825#: builtin/am.c:447
dce37b66 6826#, c-format
fda7b092 6827msgid "'%s' was deleted by the applypatch-msg hook"
dce37b66
JX
6828msgstr ""
6829
12705546 6830#: builtin/am.c:488
dce37b66 6831#, c-format
fda7b092 6832msgid "Malformed input line: '%s'."
dce37b66
JX
6833msgstr ""
6834
12705546 6835#: builtin/am.c:525
822e4a65 6836#, c-format
fda7b092 6837msgid "Failed to copy notes from '%s' to '%s'"
dce37b66
JX
6838msgstr ""
6839
12705546 6840#: builtin/am.c:551
fda7b092
JX
6841msgid "fseek failed"
6842msgstr ""
dce37b66 6843
12705546 6844#: builtin/am.c:739
822e4a65 6845#, c-format
fda7b092 6846msgid "could not parse patch '%s'"
dce37b66
JX
6847msgstr ""
6848
12705546 6849#: builtin/am.c:804
fda7b092 6850msgid "Only one StGIT patch series can be applied at once"
dce37b66
JX
6851msgstr ""
6852
12705546 6853#: builtin/am.c:852
fda7b092 6854msgid "invalid timestamp"
dce37b66
JX
6855msgstr ""
6856
12705546 6857#: builtin/am.c:857 builtin/am.c:869
fda7b092 6858msgid "invalid Date line"
dce37b66
JX
6859msgstr ""
6860
12705546 6861#: builtin/am.c:864
fda7b092 6862msgid "invalid timezone offset"
dce37b66
JX
6863msgstr ""
6864
12705546 6865#: builtin/am.c:957
fda7b092 6866msgid "Patch format detection failed."
dce37b66
JX
6867msgstr ""
6868
12705546 6869#: builtin/am.c:962 builtin/clone.c:408
dce37b66 6870#, c-format
fda7b092 6871msgid "failed to create directory '%s'"
dce37b66
JX
6872msgstr ""
6873
12705546 6874#: builtin/am.c:967
fda7b092 6875msgid "Failed to split patches."
c2ea1208
JX
6876msgstr ""
6877
12705546 6878#: builtin/am.c:1097 builtin/commit.c:369
fda7b092 6879msgid "unable to write index file"
dce37b66
JX
6880msgstr ""
6881
12705546 6882#: builtin/am.c:1111
822e4a65 6883#, c-format
fda7b092 6884msgid "When you have resolved this problem, run \"%s --continue\"."
dce37b66
JX
6885msgstr ""
6886
12705546 6887#: builtin/am.c:1112
dce37b66 6888#, c-format
fda7b092 6889msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
dce37b66
JX
6890msgstr ""
6891
12705546 6892#: builtin/am.c:1113
822e4a65 6893#, c-format
fda7b092 6894msgid "To restore the original branch and stop patching, run \"%s --abort\"."
dce37b66
JX
6895msgstr ""
6896
12705546
JX
6897#: builtin/am.c:1196
6898msgid "Patch sent with format=flowed; space at the end of lines might be lost."
6899msgstr ""
6900
6901#: builtin/am.c:1224
5b34e000 6902msgid "Patch is empty."
dce37b66
JX
6903msgstr ""
6904
12705546 6905#: builtin/am.c:1290
dce37b66 6906#, c-format
5b34e000 6907msgid "invalid ident line: %.*s"
dce37b66
JX
6908msgstr ""
6909
12705546 6910#: builtin/am.c:1312
dce37b66 6911#, c-format
fda7b092 6912msgid "unable to parse commit %s"
dce37b66
JX
6913msgstr ""
6914
12705546 6915#: builtin/am.c:1508
fda7b092 6916msgid "Repository lacks necessary blobs to fall back on 3-way merge."
c2ea1208
JX
6917msgstr ""
6918
12705546 6919#: builtin/am.c:1510
fda7b092 6920msgid "Using index info to reconstruct a base tree..."
dce37b66
JX
6921msgstr ""
6922
12705546 6923#: builtin/am.c:1529
fda7b092
JX
6924msgid ""
6925"Did you hand edit your patch?\n"
6926"It does not apply to blobs recorded in its index."
0bbe5b48
JX
6927msgstr ""
6928
12705546 6929#: builtin/am.c:1535
fda7b092 6930msgid "Falling back to patching base and 3-way merge..."
dce37b66
JX
6931msgstr ""
6932
12705546 6933#: builtin/am.c:1561
fda7b092 6934msgid "Failed to merge in the changes."
75f7b4b9
JX
6935msgstr ""
6936
12705546 6937#: builtin/am.c:1593
fda7b092 6938msgid "applying to an empty history"
dce37b66
JX
6939msgstr ""
6940
12705546 6941#: builtin/am.c:1639 builtin/am.c:1643
dce37b66 6942#, c-format
fda7b092 6943msgid "cannot resume: %s does not exist."
dce37b66
JX
6944msgstr ""
6945
12705546 6946#: builtin/am.c:1659
fda7b092 6947msgid "cannot be interactive without stdin connected to a terminal."
dce37b66
JX
6948msgstr ""
6949
12705546 6950#: builtin/am.c:1664
fda7b092 6951msgid "Commit Body is:"
dce37b66
JX
6952msgstr ""
6953
fda7b092
JX
6954#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
6955#. in your translation. The program will only accept English
6956#. input at this point.
6957#.
12705546 6958#: builtin/am.c:1674
fda7b092 6959msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
dce37b66
JX
6960msgstr ""
6961
12705546 6962#: builtin/am.c:1724
822e4a65 6963#, c-format
fda7b092 6964msgid "Dirty index: cannot apply patches (dirty: %s)"
dce37b66
JX
6965msgstr ""
6966
12705546 6967#: builtin/am.c:1764 builtin/am.c:1832
822e4a65 6968#, c-format
fda7b092 6969msgid "Applying: %.*s"
dce37b66
JX
6970msgstr ""
6971
12705546 6972#: builtin/am.c:1781
fda7b092 6973msgid "No changes -- Patch already applied."
dce37b66
JX
6974msgstr ""
6975
12705546 6976#: builtin/am.c:1787
822e4a65 6977#, c-format
fda7b092 6978msgid "Patch failed at %s %.*s"
dce37b66
JX
6979msgstr ""
6980
12705546 6981#: builtin/am.c:1791
abc8de64 6982msgid "Use 'git am --show-current-patch' to see the failed patch"
dce37b66
JX
6983msgstr ""
6984
12705546 6985#: builtin/am.c:1835
fda7b092
JX
6986msgid ""
6987"No changes - did you forget to use 'git add'?\n"
6988"If there is nothing left to stage, chances are that something else\n"
6989"already introduced the same changes; you might want to skip this patch."
dce37b66
JX
6990msgstr ""
6991
12705546 6992#: builtin/am.c:1842
fda7b092
JX
6993msgid ""
6994"You still have unmerged paths in your index.\n"
5b34e000
JX
6995"You should 'git add' each file with resolved conflicts to mark them as "
6996"such.\n"
6997"You might run `git rm` on a file to accept \"deleted by them\" for it."
fda7b092 6998msgstr ""
dce37b66 6999
12705546
JX
7000#: builtin/am.c:1949 builtin/am.c:1953 builtin/am.c:1965 builtin/reset.c:328
7001#: builtin/reset.c:336
dce37b66 7002#, c-format
fda7b092 7003msgid "Could not parse object '%s'."
dce37b66
JX
7004msgstr ""
7005
12705546 7006#: builtin/am.c:2001
fda7b092 7007msgid "failed to clean index"
f517e50d
JX
7008msgstr ""
7009
12705546 7010#: builtin/am.c:2036
fda7b092
JX
7011msgid ""
7012"You seem to have moved HEAD since the last 'am' failure.\n"
7013"Not rewinding to ORIG_HEAD"
dce37b66
JX
7014msgstr ""
7015
12705546 7016#: builtin/am.c:2129
dce37b66 7017#, c-format
fda7b092 7018msgid "Invalid value for --patch-format: %s"
dce37b66
JX
7019msgstr ""
7020
12705546 7021#: builtin/am.c:2165
fda7b092 7022msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
f517e50d
JX
7023msgstr ""
7024
12705546 7025#: builtin/am.c:2166
fda7b092 7026msgid "git am [<options>] (--continue | --skip | --abort)"
dce37b66
JX
7027msgstr ""
7028
12705546 7029#: builtin/am.c:2172
fda7b092 7030msgid "run interactively"
dce37b66
JX
7031msgstr ""
7032
12705546 7033#: builtin/am.c:2174
fda7b092 7034msgid "historical option -- no-op"
9fa976ff
JX
7035msgstr ""
7036
12705546 7037#: builtin/am.c:2176
fda7b092 7038msgid "allow fall back on 3way merging if needed"
9fa976ff
JX
7039msgstr ""
7040
12705546
JX
7041#: builtin/am.c:2177 builtin/init-db.c:486 builtin/prune-packed.c:58
7042#: builtin/repack.c:306
fda7b092 7043msgid "be quiet"
9fa976ff
JX
7044msgstr ""
7045
12705546 7046#: builtin/am.c:2179
fda7b092 7047msgid "add a Signed-off-by line to the commit message"
9fa976ff
JX
7048msgstr ""
7049
12705546 7050#: builtin/am.c:2182
fda7b092
JX
7051msgid "recode into utf8 (default)"
7052msgstr ""
9fa976ff 7053
12705546 7054#: builtin/am.c:2184
fda7b092
JX
7055msgid "pass -k flag to git-mailinfo"
7056msgstr ""
9fa976ff 7057
12705546 7058#: builtin/am.c:2186
fda7b092 7059msgid "pass -b flag to git-mailinfo"
6f6731e7
JX
7060msgstr ""
7061
12705546 7062#: builtin/am.c:2188
fda7b092 7063msgid "pass -m flag to git-mailinfo"
6f6731e7
JX
7064msgstr ""
7065
12705546 7066#: builtin/am.c:2190
fda7b092 7067msgid "pass --keep-cr flag to git-mailsplit for mbox format"
6f6731e7
JX
7068msgstr ""
7069
12705546 7070#: builtin/am.c:2193
fda7b092 7071msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
6f6731e7
JX
7072msgstr ""
7073
12705546 7074#: builtin/am.c:2196
fda7b092 7075msgid "strip everything before a scissors line"
6f6731e7
JX
7076msgstr ""
7077
12705546
JX
7078#: builtin/am.c:2198 builtin/am.c:2201 builtin/am.c:2204 builtin/am.c:2207
7079#: builtin/am.c:2210 builtin/am.c:2213 builtin/am.c:2216 builtin/am.c:2219
7080#: builtin/am.c:2225
fda7b092 7081msgid "pass it through git-apply"
6f6731e7
JX
7082msgstr ""
7083
12705546
JX
7084#: builtin/am.c:2215 builtin/commit.c:1340 builtin/fmt-merge-msg.c:671
7085#: builtin/fmt-merge-msg.c:674 builtin/grep.c:868 builtin/merge.c:239
578d8ea3 7086#: builtin/pull.c:151 builtin/pull.c:209 builtin/rebase.c:854
12705546
JX
7087#: builtin/repack.c:317 builtin/repack.c:321 builtin/repack.c:323
7088#: builtin/show-branch.c:651 builtin/show-ref.c:171 builtin/tag.c:386
7089#: parse-options.h:144 parse-options.h:146 parse-options.h:268
fda7b092 7090msgid "n"
6f6731e7
JX
7091msgstr ""
7092
12705546 7093#: builtin/am.c:2221 builtin/branch.c:637 builtin/for-each-ref.c:38
578d8ea3 7094#: builtin/replace.c:544 builtin/tag.c:422 builtin/verify-tag.c:39
fda7b092 7095msgid "format"
6f6731e7
JX
7096msgstr ""
7097
12705546 7098#: builtin/am.c:2222
fda7b092 7099msgid "format the patch(es) are in"
6f6731e7
JX
7100msgstr ""
7101
12705546 7102#: builtin/am.c:2228
fda7b092 7103msgid "override error message when patch failure occurs"
6f6731e7
JX
7104msgstr ""
7105
12705546 7106#: builtin/am.c:2230
fda7b092 7107msgid "continue applying patches after resolving a conflict"
c2ea1208
JX
7108msgstr ""
7109
12705546 7110#: builtin/am.c:2233
fda7b092 7111msgid "synonyms for --continue"
6f6731e7
JX
7112msgstr ""
7113
12705546 7114#: builtin/am.c:2236
fda7b092 7115msgid "skip the current patch"
0bbe5b48
JX
7116msgstr ""
7117
12705546 7118#: builtin/am.c:2239
fda7b092 7119msgid "restore the original branch and abort the patching operation."
6f6731e7
JX
7120msgstr ""
7121
12705546 7122#: builtin/am.c:2242
abc8de64
JX
7123msgid "abort the patching operation but keep HEAD where it is."
7124msgstr ""
7125
12705546 7126#: builtin/am.c:2245
abc8de64
JX
7127msgid "show the patch being applied."
7128msgstr ""
7129
12705546 7130#: builtin/am.c:2249
fda7b092 7131msgid "lie about committer date"
6f6731e7
JX
7132msgstr ""
7133
12705546 7134#: builtin/am.c:2251
fda7b092 7135msgid "use current timestamp for author date"
6f6731e7
JX
7136msgstr ""
7137
12705546 7138#: builtin/am.c:2253 builtin/commit.c:1483 builtin/merge.c:273
578d8ea3 7139#: builtin/pull.c:184 builtin/rebase.c:898 builtin/rebase--interactive.c:183
12705546 7140#: builtin/revert.c:113 builtin/tag.c:402
fda7b092 7141msgid "key-id"
6f6731e7
JX
7142msgstr ""
7143
578d8ea3 7144#: builtin/am.c:2254 builtin/rebase.c:899 builtin/rebase--interactive.c:184
fda7b092 7145msgid "GPG-sign commits"
6f6731e7
JX
7146msgstr ""
7147
12705546 7148#: builtin/am.c:2257
fda7b092 7149msgid "(internal use for git-rebase)"
6f6731e7
JX
7150msgstr ""
7151
12705546 7152#: builtin/am.c:2275
fda7b092
JX
7153msgid ""
7154"The -b/--binary option has been a no-op for long time, and\n"
7155"it will be removed. Please do not use it anymore."
6f6731e7
JX
7156msgstr ""
7157
12705546 7158#: builtin/am.c:2282
fda7b092 7159msgid "failed to read the index"
6f6731e7
JX
7160msgstr ""
7161
12705546 7162#: builtin/am.c:2297
fda7b092
JX
7163#, c-format
7164msgid "previous rebase directory %s still exists but mbox given."
6f6731e7
JX
7165msgstr ""
7166
12705546 7167#: builtin/am.c:2321
fda7b092
JX
7168#, c-format
7169msgid ""
7170"Stray %s directory found.\n"
7171"Use \"git am --abort\" to remove it."
6f6731e7
JX
7172msgstr ""
7173
12705546 7174#: builtin/am.c:2327
fda7b092 7175msgid "Resolve operation not in progress, we are not resuming."
6f6731e7
JX
7176msgstr ""
7177
fda7b092
JX
7178#: builtin/apply.c:8
7179msgid "git apply [<options>] [<patch>...]"
6f6731e7
JX
7180msgstr ""
7181
822e4a65
JX
7182#: builtin/archive.c:17
7183#, c-format
7184msgid "could not create archive file '%s'"
dce37b66
JX
7185msgstr ""
7186
822e4a65
JX
7187#: builtin/archive.c:20
7188msgid "could not redirect output"
dce37b66
JX
7189msgstr ""
7190
822e4a65
JX
7191#: builtin/archive.c:37
7192msgid "git archive: Remote with no URL"
dce37b66
JX
7193msgstr ""
7194
822e4a65 7195#: builtin/archive.c:58
abc8de64 7196msgid "git archive: expected ACK/NAK, got a flush packet"
dce37b66
JX
7197msgstr ""
7198
c138af56 7199#: builtin/archive.c:61
822e4a65
JX
7200#, c-format
7201msgid "git archive: NACK %s"
dce37b66
JX
7202msgstr ""
7203
c138af56 7204#: builtin/archive.c:64
822e4a65 7205msgid "git archive: protocol error"
dce37b66
JX
7206msgstr ""
7207
c138af56 7208#: builtin/archive.c:68
822e4a65 7209msgid "git archive: expected a flush"
dce37b66
JX
7210msgstr ""
7211
18a90722 7212#: builtin/bisect--helper.c:12
cc76011e
JX
7213msgid "git bisect--helper --next-all [--no-checkout]"
7214msgstr ""
7215
18a90722
JX
7216#: builtin/bisect--helper.c:13
7217msgid "git bisect--helper --write-terms <bad_term> <good_term>"
7218msgstr ""
7219
7220#: builtin/bisect--helper.c:14
7221msgid "git bisect--helper --bisect-clean-state"
7222msgstr ""
7223
7224#: builtin/bisect--helper.c:46
7225#, c-format
7226msgid "'%s' is not a valid term"
7227msgstr ""
7228
7229#: builtin/bisect--helper.c:50
7230#, c-format
7231msgid "can't use the builtin command '%s' as a term"
7232msgstr ""
7233
7234#: builtin/bisect--helper.c:60
7235#, c-format
7236msgid "can't change the meaning of the term '%s'"
7237msgstr ""
7238
7239#: builtin/bisect--helper.c:71
7240msgid "please use two different terms"
7241msgstr ""
7242
7243#: builtin/bisect--helper.c:78
7244msgid "could not open the file BISECT_TERMS"
7245msgstr ""
7246
7247#: builtin/bisect--helper.c:120
cc76011e
JX
7248msgid "perform 'git bisect next'"
7249msgstr ""
7250
18a90722
JX
7251#: builtin/bisect--helper.c:122
7252msgid "write the terms to .git/BISECT_TERMS"
7253msgstr ""
7254
7255#: builtin/bisect--helper.c:124
7256msgid "cleanup the bisection state"
7257msgstr ""
7258
7259#: builtin/bisect--helper.c:126
7260msgid "check for expected revs"
7261msgstr ""
7262
7263#: builtin/bisect--helper.c:128
cc76011e
JX
7264msgid "update BISECT_HEAD instead of checking out the current commit"
7265msgstr ""
7266
18a90722
JX
7267#: builtin/bisect--helper.c:143
7268msgid "--write-terms requires two arguments"
7269msgstr ""
7270
7271#: builtin/bisect--helper.c:147
7272msgid "--bisect-clean-state requires no arguments"
7273msgstr ""
7274
dba9f13c 7275#: builtin/blame.c:31
64f23b0c 7276msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
cc76011e
JX
7277msgstr ""
7278
dba9f13c 7279#: builtin/blame.c:36
c2ea1208 7280msgid "<rev-opts> are documented in git-rev-list(1)"
cc76011e
JX
7281msgstr ""
7282
dba9f13c 7283#: builtin/blame.c:406
9b7388a8
JX
7284#, c-format
7285msgid "expecting a color: %s"
7286msgstr ""
7287
dba9f13c 7288#: builtin/blame.c:413
9b7388a8
JX
7289msgid "must end with a color"
7290msgstr ""
7291
dba9f13c 7292#: builtin/blame.c:700
9b7388a8
JX
7293#, c-format
7294msgid "invalid color '%s' in color.blame.repeatedLines"
7295msgstr ""
7296
dba9f13c 7297#: builtin/blame.c:718
9b7388a8
JX
7298msgid "invalid value for blame.coloring"
7299msgstr ""
7300
12705546 7301#: builtin/blame.c:793
cc76011e
JX
7302msgid "Show blame entries as we find them, incrementally"
7303msgstr ""
7304
12705546 7305#: builtin/blame.c:794
cc76011e
JX
7306msgid "Show blank SHA-1 for boundary commits (Default: off)"
7307msgstr ""
7308
12705546 7309#: builtin/blame.c:795
cc76011e
JX
7310msgid "Do not treat root commits as boundaries (Default: off)"
7311msgstr ""
7312
12705546 7313#: builtin/blame.c:796
cc76011e
JX
7314msgid "Show work cost statistics"
7315msgstr ""
7316
12705546 7317#: builtin/blame.c:797
9eb3984b
JX
7318msgid "Force progress reporting"
7319msgstr ""
7320
12705546 7321#: builtin/blame.c:798
cc76011e
JX
7322msgid "Show output score for blame entries"
7323msgstr ""
7324
12705546 7325#: builtin/blame.c:799
cc76011e
JX
7326msgid "Show original filename (Default: auto)"
7327msgstr ""
7328
12705546 7329#: builtin/blame.c:800
cc76011e
JX
7330msgid "Show original linenumber (Default: off)"
7331msgstr ""
7332
12705546 7333#: builtin/blame.c:801
cc76011e
JX
7334msgid "Show in a format designed for machine consumption"
7335msgstr ""
7336
12705546 7337#: builtin/blame.c:802
cc76011e
JX
7338msgid "Show porcelain format with per-line commit information"
7339msgstr ""
7340
12705546 7341#: builtin/blame.c:803
cc76011e
JX
7342msgid "Use the same output mode as git-annotate (Default: off)"
7343msgstr ""
7344
12705546 7345#: builtin/blame.c:804
cc76011e
JX
7346msgid "Show raw timestamp (Default: off)"
7347msgstr ""
7348
12705546 7349#: builtin/blame.c:805
cc76011e
JX
7350msgid "Show long commit SHA1 (Default: off)"
7351msgstr ""
7352
12705546 7353#: builtin/blame.c:806
cc76011e
JX
7354msgid "Suppress author name and timestamp (Default: off)"
7355msgstr ""
7356
12705546 7357#: builtin/blame.c:807
cc76011e
JX
7358msgid "Show author email instead of name (Default: off)"
7359msgstr ""
7360
12705546 7361#: builtin/blame.c:808
cc76011e
JX
7362msgid "Ignore whitespace differences"
7363msgstr ""
7364
12705546 7365#: builtin/blame.c:809
9b7388a8
JX
7366msgid "color redundant metadata from previous line differently"
7367msgstr ""
7368
12705546 7369#: builtin/blame.c:810
9b7388a8
JX
7370msgid "color lines by age"
7371msgstr ""
7372
12705546 7373#: builtin/blame.c:817
673bfad0 7374msgid "Use an experimental heuristic to improve diffs"
fda7b092
JX
7375msgstr ""
7376
12705546 7377#: builtin/blame.c:819
cc76011e
JX
7378msgid "Spend extra cycles to find better match"
7379msgstr ""
7380
12705546 7381#: builtin/blame.c:820
cc76011e
JX
7382msgid "Use revisions from <file> instead of calling git-rev-list"
7383msgstr ""
7384
12705546 7385#: builtin/blame.c:821
cc76011e
JX
7386msgid "Use <file>'s contents as the final image"
7387msgstr ""
7388
12705546 7389#: builtin/blame.c:822 builtin/blame.c:823
cc76011e
JX
7390msgid "score"
7391msgstr ""
7392
12705546 7393#: builtin/blame.c:822
cc76011e
JX
7394msgid "Find line copies within and across files"
7395msgstr ""
7396
12705546 7397#: builtin/blame.c:823
cc76011e
JX
7398msgid "Find line movements within and across files"
7399msgstr ""
7400
12705546 7401#: builtin/blame.c:824
cc76011e
JX
7402msgid "n,m"
7403msgstr ""
7404
12705546 7405#: builtin/blame.c:824
cc76011e
JX
7406msgid "Process only line range n,m, counting from 1"
7407msgstr ""
7408
12705546 7409#: builtin/blame.c:873
fda7b092
JX
7410msgid "--progress can't be used with --incremental or porcelain formats"
7411msgstr ""
7412
5b34e000
JX
7413#. TRANSLATORS: This string is used to tell us the
7414#. maximum display width for a relative timestamp in
7415#. "git blame" output. For C locale, "4 years, 11
7416#. months ago", which takes 22 places, is the longest
7417#. among various forms of relative timestamps, but
7418#. your language may need more or fewer display
7419#. columns.
7420#.
12705546 7421#: builtin/blame.c:924
fe05e196
JX
7422msgid "4 years, 11 months ago"
7423msgstr ""
7424
12705546 7425#: builtin/blame.c:1011
5b34e000
JX
7426#, c-format
7427msgid "file %s has only %lu line"
7428msgid_plural "file %s has only %lu lines"
7429msgstr[0] ""
7430msgstr[1] ""
fda7b092 7431
12705546 7432#: builtin/blame.c:1057
5b34e000 7433msgid "Blaming lines"
fda7b092
JX
7434msgstr ""
7435
12705546 7436#: builtin/branch.c:29
5b34e000 7437msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
fda7b092
JX
7438msgstr ""
7439
12705546 7440#: builtin/branch.c:30
5b34e000 7441msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
fda7b092
JX
7442msgstr ""
7443
12705546 7444#: builtin/branch.c:31
c2ea1208 7445msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
cc76011e
JX
7446msgstr ""
7447
12705546 7448#: builtin/branch.c:32
c2ea1208 7449msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
cc76011e
JX
7450msgstr ""
7451
12705546 7452#: builtin/branch.c:33
25eab542 7453msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"
f4f2c8f8
JX
7454msgstr ""
7455
12705546 7456#: builtin/branch.c:34
25eab542
JX
7457msgid "git branch [<options>] [-r | -a] [--points-at]"
7458msgstr ""
7459
12705546 7460#: builtin/branch.c:35
dfc182b1
JX
7461msgid "git branch [<options>] [-r | -a] [--format]"
7462msgstr ""
7463
98ac7815 7464#: builtin/branch.c:151
822e4a65
JX
7465#, c-format
7466msgid ""
7467"deleting branch '%s' that has been merged to\n"
7468" '%s', but not yet merged to HEAD."
dce37b66
JX
7469msgstr ""
7470
98ac7815 7471#: builtin/branch.c:155
dce37b66
JX
7472#, c-format
7473msgid ""
822e4a65
JX
7474"not deleting branch '%s' that is not yet merged to\n"
7475" '%s', even though it is merged to HEAD."
dce37b66
JX
7476msgstr ""
7477
98ac7815 7478#: builtin/branch.c:169
fe52cd62
JX
7479#, c-format
7480msgid "Couldn't look up commit object for '%s'"
7481msgstr ""
7482
98ac7815 7483#: builtin/branch.c:173
fe52cd62
JX
7484#, c-format
7485msgid ""
7486"The branch '%s' is not fully merged.\n"
7487"If you are sure you want to delete it, run 'git branch -D %s'."
7488msgstr ""
7489
98ac7815 7490#: builtin/branch.c:186
fe52cd62
JX
7491msgid "Update of config-file failed"
7492msgstr ""
7493
98ac7815 7494#: builtin/branch.c:217
822e4a65 7495msgid "cannot use -a with -d"
dce37b66
JX
7496msgstr ""
7497
98ac7815 7498#: builtin/branch.c:223
822e4a65 7499msgid "Couldn't look up commit object for HEAD"
dce37b66
JX
7500msgstr ""
7501
98ac7815 7502#: builtin/branch.c:237
822e4a65 7503#, c-format
f517e50d 7504msgid "Cannot delete branch '%s' checked out at '%s'"
dce37b66
JX
7505msgstr ""
7506
98ac7815 7507#: builtin/branch.c:252
822e4a65 7508#, c-format
64f23b0c 7509msgid "remote-tracking branch '%s' not found."
dce37b66
JX
7510msgstr ""
7511
98ac7815 7512#: builtin/branch.c:253
822e4a65
JX
7513#, c-format
7514msgid "branch '%s' not found."
dce37b66
JX
7515msgstr ""
7516
98ac7815 7517#: builtin/branch.c:268
822e4a65 7518#, c-format
64f23b0c 7519msgid "Error deleting remote-tracking branch '%s'"
dce37b66
JX
7520msgstr ""
7521
98ac7815 7522#: builtin/branch.c:269
dce37b66 7523#, c-format
822e4a65 7524msgid "Error deleting branch '%s'"
dce37b66
JX
7525msgstr ""
7526
98ac7815 7527#: builtin/branch.c:276
dce37b66 7528#, c-format
64f23b0c 7529msgid "Deleted remote-tracking branch %s (was %s).\n"
dce37b66
JX
7530msgstr ""
7531
98ac7815 7532#: builtin/branch.c:277
dce37b66 7533#, c-format
822e4a65 7534msgid "Deleted branch %s (was %s).\n"
dce37b66
JX
7535msgstr ""
7536
98ac7815 7537#: builtin/branch.c:421 builtin/tag.c:59
25eab542
JX
7538msgid "unable to parse format string"
7539msgstr ""
7540
98ac7815 7541#: builtin/branch.c:458
f517e50d
JX
7542#, c-format
7543msgid "Branch %s is being rebased at %s"
7544msgstr ""
7545
98ac7815 7546#: builtin/branch.c:462
f517e50d
JX
7547#, c-format
7548msgid "Branch %s is being bisected at %s"
7549msgstr ""
7550
98ac7815 7551#: builtin/branch.c:479
25eab542
JX
7552msgid "cannot copy the current branch while not on any."
7553msgstr ""
7554
98ac7815 7555#: builtin/branch.c:481
822e4a65 7556msgid "cannot rename the current branch while not on any."
dce37b66
JX
7557msgstr ""
7558
98ac7815 7559#: builtin/branch.c:492
dce37b66 7560#, c-format
822e4a65 7561msgid "Invalid branch name: '%s'"
dce37b66
JX
7562msgstr ""
7563
98ac7815 7564#: builtin/branch.c:519
822e4a65
JX
7565msgid "Branch rename failed"
7566msgstr ""
7567
98ac7815 7568#: builtin/branch.c:521
25eab542
JX
7569msgid "Branch copy failed"
7570msgstr ""
7571
98ac7815 7572#: builtin/branch.c:525
25eab542 7573#, c-format
18a90722 7574msgid "Created a copy of a misnamed branch '%s'"
25eab542
JX
7575msgstr ""
7576
98ac7815 7577#: builtin/branch.c:528
dce37b66 7578#, c-format
822e4a65 7579msgid "Renamed a misnamed branch '%s' away"
dce37b66
JX
7580msgstr ""
7581
98ac7815 7582#: builtin/branch.c:534
dce37b66 7583#, c-format
822e4a65 7584msgid "Branch renamed to %s, but HEAD is not updated!"
dce37b66
JX
7585msgstr ""
7586
98ac7815 7587#: builtin/branch.c:543
822e4a65
JX
7588msgid "Branch is renamed, but update of config-file failed"
7589msgstr ""
7590
98ac7815 7591#: builtin/branch.c:545
25eab542
JX
7592msgid "Branch is copied, but update of config-file failed"
7593msgstr ""
7594
98ac7815 7595#: builtin/branch.c:561
9fa976ff
JX
7596#, c-format
7597msgid ""
7598"Please edit the description for the branch\n"
7599" %s\n"
7600"Lines starting with '%c' will be stripped.\n"
dce37b66
JX
7601msgstr ""
7602
12705546 7603#: builtin/branch.c:594
cc76011e 7604msgid "Generic options"
dce37b66
JX
7605msgstr ""
7606
12705546 7607#: builtin/branch.c:596
cc76011e 7608msgid "show hash and subject, give twice for upstream branch"
dce37b66
JX
7609msgstr ""
7610
12705546 7611#: builtin/branch.c:597
cc76011e 7612msgid "suppress informational messages"
dce37b66
JX
7613msgstr ""
7614
12705546 7615#: builtin/branch.c:598
cc76011e 7616msgid "set up tracking mode (see git-pull(1))"
dce37b66
JX
7617msgstr ""
7618
12705546 7619#: builtin/branch.c:600
25eab542 7620msgid "do not use"
dce37b66
JX
7621msgstr ""
7622
12705546 7623#: builtin/branch.c:602 builtin/rebase--interactive.c:180
f517e50d
JX
7624msgid "upstream"
7625msgstr ""
7626
12705546 7627#: builtin/branch.c:602
f517e50d
JX
7628msgid "change the upstream info"
7629msgstr ""
7630
12705546 7631#: builtin/branch.c:603
fda7b092
JX
7632msgid "Unset the upstream info"
7633msgstr ""
7634
12705546 7635#: builtin/branch.c:604
cc76011e 7636msgid "use colored output"
dce37b66
JX
7637msgstr ""
7638
12705546 7639#: builtin/branch.c:605
cc76011e 7640msgid "act on remote-tracking branches"
dce37b66
JX
7641msgstr ""
7642
12705546 7643#: builtin/branch.c:607 builtin/branch.c:609
cc76011e 7644msgid "print only branches that contain the commit"
dce37b66
JX
7645msgstr ""
7646
12705546 7647#: builtin/branch.c:608 builtin/branch.c:610
dfc182b1
JX
7648msgid "print only branches that don't contain the commit"
7649msgstr ""
7650
12705546 7651#: builtin/branch.c:613
cc76011e 7652msgid "Specific git-branch actions:"
dce37b66
JX
7653msgstr ""
7654
12705546 7655#: builtin/branch.c:614
cc76011e 7656msgid "list both remote-tracking and local branches"
dce37b66
JX
7657msgstr ""
7658
12705546 7659#: builtin/branch.c:616
cc76011e 7660msgid "delete fully merged branch"
dce37b66
JX
7661msgstr ""
7662
12705546 7663#: builtin/branch.c:617
cc76011e 7664msgid "delete branch (even if not merged)"
dce37b66
JX
7665msgstr ""
7666
12705546 7667#: builtin/branch.c:618
cc76011e 7668msgid "move/rename a branch and its reflog"
822e4a65
JX
7669msgstr ""
7670
12705546 7671#: builtin/branch.c:619
cc76011e 7672msgid "move/rename a branch, even if target exists"
dce37b66
JX
7673msgstr ""
7674
12705546 7675#: builtin/branch.c:620
25eab542
JX
7676msgid "copy a branch and its reflog"
7677msgstr ""
7678
12705546 7679#: builtin/branch.c:621
25eab542
JX
7680msgid "copy a branch, even if target exists"
7681msgstr ""
7682
12705546 7683#: builtin/branch.c:622
cc76011e 7684msgid "list branch names"
dce37b66
JX
7685msgstr ""
7686
12705546 7687#: builtin/branch.c:623
cc76011e 7688msgid "create the branch's reflog"
dce37b66
JX
7689msgstr ""
7690
12705546 7691#: builtin/branch.c:625
cc76011e 7692msgid "edit the description for the branch"
dce37b66
JX
7693msgstr ""
7694
12705546 7695#: builtin/branch.c:626
beb691f7 7696msgid "force creation, move/rename, deletion"
dce37b66
JX
7697msgstr ""
7698
12705546 7699#: builtin/branch.c:627
f4f2c8f8 7700msgid "print only branches that are merged"
dce37b66
JX
7701msgstr ""
7702
12705546 7703#: builtin/branch.c:628
f4f2c8f8 7704msgid "print only branches that are not merged"
dce37b66
JX
7705msgstr ""
7706
12705546 7707#: builtin/branch.c:629
cc76011e
JX
7708msgid "list branches in columns"
7709msgstr ""
7710
12705546
JX
7711#: builtin/branch.c:630 builtin/for-each-ref.c:40 builtin/ls-remote.c:70
7712#: builtin/tag.c:415
f4f2c8f8
JX
7713msgid "key"
7714msgstr ""
7715
12705546
JX
7716#: builtin/branch.c:631 builtin/for-each-ref.c:41 builtin/ls-remote.c:71
7717#: builtin/tag.c:416
f4f2c8f8
JX
7718msgid "field name to sort on"
7719msgstr ""
7720
12705546
JX
7721#: builtin/branch.c:633 builtin/for-each-ref.c:43 builtin/notes.c:415
7722#: builtin/notes.c:418 builtin/notes.c:578 builtin/notes.c:581
7723#: builtin/tag.c:418
f4f2c8f8
JX
7724msgid "object"
7725msgstr ""
7726
12705546 7727#: builtin/branch.c:634
f4f2c8f8
JX
7728msgid "print only branches of the object"
7729msgstr ""
7730
12705546 7731#: builtin/branch.c:636 builtin/for-each-ref.c:49 builtin/tag.c:425
673bfad0
JX
7732msgid "sorting and filtering are case insensitive"
7733msgstr ""
7734
12705546 7735#: builtin/branch.c:637 builtin/for-each-ref.c:38 builtin/tag.c:423
5b34e000 7736#: builtin/verify-tag.c:39
dfc182b1
JX
7737msgid "format to use for the output"
7738msgstr ""
7739
12705546 7740#: builtin/branch.c:660 builtin/clone.c:739
cc76011e
JX
7741msgid "HEAD not found below refs/heads!"
7742msgstr ""
7743
12705546 7744#: builtin/branch.c:683
cc76011e 7745msgid "--column and --verbose are incompatible"
dce37b66
JX
7746msgstr ""
7747
12705546 7748#: builtin/branch.c:698 builtin/branch.c:749 builtin/branch.c:758
9caaf23e
JX
7749msgid "branch name required"
7750msgstr ""
7751
12705546 7752#: builtin/branch.c:725
9caaf23e
JX
7753msgid "Cannot give description to detached HEAD"
7754msgstr ""
7755
12705546 7756#: builtin/branch.c:730
9caaf23e
JX
7757msgid "cannot edit description of more than one branch"
7758msgstr ""
7759
12705546 7760#: builtin/branch.c:737
9caaf23e
JX
7761#, c-format
7762msgid "No commit on branch '%s' yet."
7763msgstr ""
7764
12705546 7765#: builtin/branch.c:740
9caaf23e
JX
7766#, c-format
7767msgid "No branch named '%s'."
7768msgstr ""
7769
12705546 7770#: builtin/branch.c:755
25eab542 7771msgid "too many branches for a copy operation"
9caaf23e
JX
7772msgstr ""
7773
12705546 7774#: builtin/branch.c:764
25eab542 7775msgid "too many arguments for a rename operation"
c138af56
JX
7776msgstr ""
7777
12705546 7778#: builtin/branch.c:769
25eab542
JX
7779msgid "too many arguments to set new upstream"
7780msgstr ""
7781
12705546 7782#: builtin/branch.c:773
c138af56
JX
7783#, c-format
7784msgid ""
7785"could not set upstream of HEAD to %s when it does not point to any branch."
7786msgstr ""
7787
12705546 7788#: builtin/branch.c:776 builtin/branch.c:798
c138af56
JX
7789#, c-format
7790msgid "no such branch '%s'"
7791msgstr ""
7792
12705546 7793#: builtin/branch.c:780
822e4a65 7794#, c-format
cc76011e 7795msgid "branch '%s' does not exist"
dce37b66
JX
7796msgstr ""
7797
12705546 7798#: builtin/branch.c:792
25eab542 7799msgid "too many arguments to unset upstream"
c138af56
JX
7800msgstr ""
7801
12705546 7802#: builtin/branch.c:796
c138af56
JX
7803msgid "could not unset upstream of HEAD when it does not point to any branch."
7804msgstr ""
7805
12705546 7806#: builtin/branch.c:802
822e4a65 7807#, c-format
cc76011e
JX
7808msgid "Branch '%s' has no upstream information"
7809msgstr ""
7810
12705546 7811#: builtin/branch.c:812
cc76011e 7812msgid "-a and -r options to 'git branch' do not make sense with a branch name"
dce37b66
JX
7813msgstr ""
7814
12705546 7815#: builtin/branch.c:815
cc76011e 7816msgid ""
25eab542
JX
7817"the '--set-upstream' option is no longer supported. Please use '--track' or "
7818"'--set-upstream-to' instead."
cc76011e 7819msgstr ""
822e4a65 7820
dfc182b1 7821#: builtin/bundle.c:45
cc76011e
JX
7822#, c-format
7823msgid "%s is okay\n"
dce37b66
JX
7824msgstr ""
7825
dfc182b1 7826#: builtin/bundle.c:58
cc76011e 7827msgid "Need a repository to create a bundle."
dce37b66
JX
7828msgstr ""
7829
dfc182b1 7830#: builtin/bundle.c:62
cc76011e 7831msgid "Need a repository to unbundle."
dce37b66
JX
7832msgstr ""
7833
12705546 7834#: builtin/cat-file.c:587
64f23b0c 7835msgid ""
fda7b092
JX
7836"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
7837"p | <type> | --textconv | --filters) [--path=<path>] <object>"
dce37b66
JX
7838msgstr ""
7839
12705546 7840#: builtin/cat-file.c:588
fda7b092
JX
7841msgid ""
7842"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
7843"filters]"
dce37b66
JX
7844msgstr ""
7845
12705546
JX
7846#: builtin/cat-file.c:609
7847msgid "only one batch option may be specified"
7848msgstr ""
7849
7850#: builtin/cat-file.c:627
cc76011e 7851msgid "<type> can be one of: blob, tree, commit, tag"
dce37b66
JX
7852msgstr ""
7853
12705546 7854#: builtin/cat-file.c:628
cc76011e 7855msgid "show object type"
dce37b66
JX
7856msgstr ""
7857
12705546 7858#: builtin/cat-file.c:629
cc76011e 7859msgid "show object size"
dce37b66
JX
7860msgstr ""
7861
12705546 7862#: builtin/cat-file.c:631
cc76011e 7863msgid "exit with zero when there's no error"
dce37b66
JX
7864msgstr ""
7865
12705546 7866#: builtin/cat-file.c:632
cc76011e 7867msgid "pretty-print object's content"
dce37b66
JX
7868msgstr ""
7869
12705546 7870#: builtin/cat-file.c:634
cc76011e 7871msgid "for blob objects, run textconv on object's content"
dce37b66
JX
7872msgstr ""
7873
12705546 7874#: builtin/cat-file.c:636
fda7b092
JX
7875msgid "for blob objects, run filters on object's content"
7876msgstr ""
7877
12705546 7878#: builtin/cat-file.c:637 git-submodule.sh:857
fda7b092
JX
7879msgid "blob"
7880msgstr ""
7881
12705546 7882#: builtin/cat-file.c:638
fda7b092
JX
7883msgid "use a specific path for --textconv/--filters"
7884msgstr ""
7885
12705546 7886#: builtin/cat-file.c:640
64f23b0c
JX
7887msgid "allow -s and -t to work with broken/corrupt objects"
7888msgstr ""
7889
12705546 7890#: builtin/cat-file.c:641
df0617bf
JX
7891msgid "buffer --batch output"
7892msgstr ""
7893
12705546 7894#: builtin/cat-file.c:643
cc76011e 7895msgid "show info and content of objects fed from the standard input"
dce37b66
JX
7896msgstr ""
7897
12705546 7898#: builtin/cat-file.c:647
cc76011e 7899msgid "show info about objects fed from the standard input"
822e4a65
JX
7900msgstr ""
7901
12705546 7902#: builtin/cat-file.c:651
64f23b0c
JX
7903msgid "follow in-tree symlinks (used with --batch or --batch-check)"
7904msgstr ""
7905
12705546 7906#: builtin/cat-file.c:653
df0617bf
JX
7907msgid "show all objects with --batch or --batch-check"
7908msgstr ""
7909
12705546 7910#: builtin/cat-file.c:655
dba9f13c
JX
7911msgid "do not order --batch-all-objects output"
7912msgstr ""
7913
5b34e000 7914#: builtin/check-attr.c:12
c2ea1208 7915msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
dce37b66
JX
7916msgstr ""
7917
5b34e000 7918#: builtin/check-attr.c:13
f4f2c8f8 7919msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
dce37b66
JX
7920msgstr ""
7921
5b34e000 7922#: builtin/check-attr.c:20
cc76011e 7923msgid "report all attributes set on file"
dce37b66
JX
7924msgstr ""
7925
5b34e000 7926#: builtin/check-attr.c:21
cc76011e 7927msgid "use .gitattributes only from the index"
dce37b66
JX
7928msgstr ""
7929
dba9f13c 7930#: builtin/check-attr.c:22 builtin/check-ignore.c:24 builtin/hash-object.c:101
cc76011e 7931msgid "read file names from stdin"
dce37b66
JX
7932msgstr ""
7933
5b34e000 7934#: builtin/check-attr.c:24 builtin/check-ignore.c:26
727b9576 7935msgid "terminate input and output records by a NUL character"
dce37b66
JX
7936msgstr ""
7937
12705546
JX
7938#: builtin/check-ignore.c:20 builtin/checkout.c:1234 builtin/gc.c:517
7939#: builtin/worktree.c:495
9caaf23e
JX
7940msgid "suppress progress reporting"
7941msgstr ""
7942
5b34e000 7943#: builtin/check-ignore.c:28
28b3cffc
JX
7944msgid "show non-matching input paths"
7945msgstr ""
7946
5b34e000 7947#: builtin/check-ignore.c:30
727b9576
JX
7948msgid "ignore index when checking"
7949msgstr ""
7950
abc8de64 7951#: builtin/check-ignore.c:159
9caaf23e
JX
7952msgid "cannot specify pathnames with --stdin"
7953msgstr ""
7954
abc8de64 7955#: builtin/check-ignore.c:162
9caaf23e
JX
7956msgid "-z only makes sense with --stdin"
7957msgstr ""
7958
abc8de64 7959#: builtin/check-ignore.c:164
9caaf23e
JX
7960msgid "no path specified"
7961msgstr ""
7962
abc8de64 7963#: builtin/check-ignore.c:168
9caaf23e
JX
7964msgid "--quiet is only valid with a single pathname"
7965msgstr ""
7966
abc8de64 7967#: builtin/check-ignore.c:170
9caaf23e
JX
7968msgid "cannot have both --quiet and --verbose"
7969msgstr ""
7970
abc8de64 7971#: builtin/check-ignore.c:173
28b3cffc
JX
7972msgid "--non-matching is only valid with --verbose"
7973msgstr ""
7974
5b34e000 7975#: builtin/check-mailmap.c:9
c2ea1208 7976msgid "git check-mailmap [<options>] <contact>..."
28b3cffc
JX
7977msgstr ""
7978
5b34e000 7979#: builtin/check-mailmap.c:14
28b3cffc
JX
7980msgid "also read contacts from stdin"
7981msgstr ""
7982
5b34e000 7983#: builtin/check-mailmap.c:25
28b3cffc
JX
7984#, c-format
7985msgid "unable to parse contact: %s"
7986msgstr ""
7987
5b34e000 7988#: builtin/check-mailmap.c:48
28b3cffc
JX
7989msgid "no contacts specified"
7990msgstr ""
7991
5b34e000 7992#: builtin/checkout-index.c:128
c2ea1208 7993msgid "git checkout-index [<options>] [--] [<file>...]"
dce37b66
JX
7994msgstr ""
7995
12705546 7996#: builtin/checkout-index.c:145
9eb3984b
JX
7997msgid "stage should be between 1 and 3 or all"
7998msgstr ""
7999
12705546 8000#: builtin/checkout-index.c:161
cc76011e 8001msgid "check out all files in the index"
dce37b66
JX
8002msgstr ""
8003
12705546 8004#: builtin/checkout-index.c:162
cc76011e 8005msgid "force overwrite of existing files"
dce37b66
JX
8006msgstr ""
8007
12705546 8008#: builtin/checkout-index.c:164
cc76011e 8009msgid "no warning for existing files and files not in index"
dce37b66
JX
8010msgstr ""
8011
12705546 8012#: builtin/checkout-index.c:166
cc76011e 8013msgid "don't checkout new files"
dce37b66
JX
8014msgstr ""
8015
12705546 8016#: builtin/checkout-index.c:168
cc76011e 8017msgid "update stat information in the index file"
dce37b66
JX
8018msgstr ""
8019
12705546 8020#: builtin/checkout-index.c:172
cc76011e 8021msgid "read list of paths from the standard input"
dce37b66
JX
8022msgstr ""
8023
12705546 8024#: builtin/checkout-index.c:174
cc76011e 8025msgid "write the content to temporary files"
dce37b66
JX
8026msgstr ""
8027
12705546
JX
8028#: builtin/checkout-index.c:175 builtin/column.c:31
8029#: builtin/submodule--helper.c:1368 builtin/submodule--helper.c:1371
8030#: builtin/submodule--helper.c:1379 builtin/submodule--helper.c:1853
8031#: builtin/worktree.c:668
cc76011e 8032msgid "string"
dce37b66
JX
8033msgstr ""
8034
12705546 8035#: builtin/checkout-index.c:176
cc76011e 8036msgid "when creating files, prepend <string>"
dce37b66
JX
8037msgstr ""
8038
12705546 8039#: builtin/checkout-index.c:178
cc76011e 8040msgid "copy out the files from named stage"
dce37b66
JX
8041msgstr ""
8042
12705546 8043#: builtin/checkout.c:31
c2ea1208 8044msgid "git checkout [<options>] <branch>"
dce37b66
JX
8045msgstr ""
8046
12705546 8047#: builtin/checkout.c:32
c2ea1208 8048msgid "git checkout [<options>] [<branch>] -- <file>..."
dce37b66
JX
8049msgstr ""
8050
12705546 8051#: builtin/checkout.c:144 builtin/checkout.c:177
822e4a65 8052#, c-format
cc76011e 8053msgid "path '%s' does not have our version"
dce37b66
JX
8054msgstr ""
8055
12705546 8056#: builtin/checkout.c:146 builtin/checkout.c:179
dce37b66 8057#, c-format
cc76011e 8058msgid "path '%s' does not have their version"
dce37b66
JX
8059msgstr ""
8060
12705546 8061#: builtin/checkout.c:162
822e4a65 8062#, c-format
cc76011e 8063msgid "path '%s' does not have all necessary versions"
dce37b66
JX
8064msgstr ""
8065
12705546 8066#: builtin/checkout.c:206
822e4a65 8067#, c-format
cc76011e 8068msgid "path '%s' does not have necessary versions"
dce37b66
JX
8069msgstr ""
8070
12705546 8071#: builtin/checkout.c:224
822e4a65 8072#, c-format
cc76011e 8073msgid "path '%s': cannot merge"
dce37b66
JX
8074msgstr ""
8075
12705546 8076#: builtin/checkout.c:240
cc76011e
JX
8077#, c-format
8078msgid "Unable to add merge result for '%s'"
dce37b66
JX
8079msgstr ""
8080
12705546
JX
8081#: builtin/checkout.c:262 builtin/checkout.c:265 builtin/checkout.c:268
8082#: builtin/checkout.c:271
cc76011e
JX
8083#, c-format
8084msgid "'%s' cannot be used with updating paths"
dce37b66
JX
8085msgstr ""
8086
12705546 8087#: builtin/checkout.c:274 builtin/checkout.c:277
dce37b66 8088#, c-format
cc76011e 8089msgid "'%s' cannot be used with %s"
dce37b66
JX
8090msgstr ""
8091
12705546 8092#: builtin/checkout.c:280
dce37b66 8093#, c-format
cc76011e 8094msgid "Cannot update paths and switch to branch '%s' at the same time."
dce37b66
JX
8095msgstr ""
8096
12705546 8097#: builtin/checkout.c:349 builtin/checkout.c:356
dce37b66 8098#, c-format
cc76011e 8099msgid "path '%s' is unmerged"
dce37b66
JX
8100msgstr ""
8101
12705546 8102#: builtin/checkout.c:608
cc76011e 8103msgid "you need to resolve your current index first"
dce37b66
JX
8104msgstr ""
8105
12705546 8106#: builtin/checkout.c:745
dce37b66 8107#, c-format
df0617bf 8108msgid "Can not do reflog for '%s': %s\n"
dce37b66
JX
8109msgstr ""
8110
12705546 8111#: builtin/checkout.c:786
cc76011e
JX
8112msgid "HEAD is now at"
8113msgstr ""
8114
12705546 8115#: builtin/checkout.c:790 builtin/clone.c:692
f1522b27
JX
8116msgid "unable to update HEAD"
8117msgstr ""
8118
12705546 8119#: builtin/checkout.c:794
dce37b66 8120#, c-format
cc76011e 8121msgid "Reset branch '%s'\n"
dce37b66
JX
8122msgstr ""
8123
12705546 8124#: builtin/checkout.c:797
dce37b66 8125#, c-format
cc76011e 8126msgid "Already on '%s'\n"
dce37b66
JX
8127msgstr ""
8128
12705546 8129#: builtin/checkout.c:801
dce37b66 8130#, c-format
cc76011e 8131msgid "Switched to and reset branch '%s'\n"
dce37b66
JX
8132msgstr ""
8133
12705546 8134#: builtin/checkout.c:803 builtin/checkout.c:1166
dce37b66 8135#, c-format
cc76011e 8136msgid "Switched to a new branch '%s'\n"
dce37b66
JX
8137msgstr ""
8138
12705546 8139#: builtin/checkout.c:805
cc76011e
JX
8140#, c-format
8141msgid "Switched to branch '%s'\n"
dce37b66
JX
8142msgstr ""
8143
12705546 8144#: builtin/checkout.c:856
cc76011e
JX
8145#, c-format
8146msgid " ... and %d more.\n"
dce37b66
JX
8147msgstr ""
8148
12705546 8149#: builtin/checkout.c:862
cc76011e 8150#, c-format
822e4a65 8151msgid ""
cc76011e
JX
8152"Warning: you are leaving %d commit behind, not connected to\n"
8153"any of your branches:\n"
822e4a65 8154"\n"
cc76011e
JX
8155"%s\n"
8156msgid_plural ""
8157"Warning: you are leaving %d commits behind, not connected to\n"
8158"any of your branches:\n"
822e4a65 8159"\n"
cc76011e
JX
8160"%s\n"
8161msgstr[0] ""
8162msgstr[1] ""
dce37b66 8163
12705546 8164#: builtin/checkout.c:881
cc76011e 8165#, c-format
dce37b66 8166msgid ""
64f23b0c
JX
8167"If you want to keep it by creating a new branch, this may be a good time\n"
8168"to do so with:\n"
8169"\n"
8170" git branch <new-branch-name> %s\n"
8171"\n"
8172msgid_plural ""
cc76011e
JX
8173"If you want to keep them by creating a new branch, this may be a good time\n"
8174"to do so with:\n"
822e4a65 8175"\n"
c2ea1208 8176" git branch <new-branch-name> %s\n"
822e4a65 8177"\n"
64f23b0c
JX
8178msgstr[0] ""
8179msgstr[1] ""
dce37b66 8180
12705546 8181#: builtin/checkout.c:913
cc76011e 8182msgid "internal error in revision walk"
dce37b66
JX
8183msgstr ""
8184
12705546 8185#: builtin/checkout.c:917
cc76011e 8186msgid "Previous HEAD position was"
dce37b66
JX
8187msgstr ""
8188
12705546 8189#: builtin/checkout.c:945 builtin/checkout.c:1161
cc76011e 8190msgid "You are on a branch yet to be born"
dce37b66
JX
8191msgstr ""
8192
12705546 8193#: builtin/checkout.c:1066
727b9576
JX
8194#, c-format
8195msgid "only one reference expected, %d given."
8196msgstr ""
8197
12705546 8198#: builtin/checkout.c:1107 builtin/worktree.c:289 builtin/worktree.c:444
cc76011e
JX
8199#, c-format
8200msgid "invalid reference: %s"
dce37b66
JX
8201msgstr ""
8202
12705546 8203#: builtin/checkout.c:1136
cc76011e
JX
8204#, c-format
8205msgid "reference is not a tree: %s"
dce37b66
JX
8206msgstr ""
8207
12705546 8208#: builtin/checkout.c:1175
cc76011e 8209msgid "paths cannot be used with switching branches"
dce37b66
JX
8210msgstr ""
8211
12705546 8212#: builtin/checkout.c:1178 builtin/checkout.c:1182
cc76011e
JX
8213#, c-format
8214msgid "'%s' cannot be used with switching branches"
dce37b66
JX
8215msgstr ""
8216
12705546
JX
8217#: builtin/checkout.c:1186 builtin/checkout.c:1189 builtin/checkout.c:1194
8218#: builtin/checkout.c:1197
cc76011e
JX
8219#, c-format
8220msgid "'%s' cannot be used with '%s'"
dce37b66
JX
8221msgstr ""
8222
12705546 8223#: builtin/checkout.c:1202
dce37b66 8224#, c-format
cc76011e 8225msgid "Cannot switch branch to a non-commit '%s'"
dce37b66
JX
8226msgstr ""
8227
12705546
JX
8228#: builtin/checkout.c:1235 builtin/checkout.c:1237 builtin/clone.c:119
8229#: builtin/remote.c:169 builtin/remote.c:171 builtin/worktree.c:488
8230#: builtin/worktree.c:490
cc76011e 8231msgid "branch"
dce37b66
JX
8232msgstr ""
8233
12705546 8234#: builtin/checkout.c:1236
cc76011e 8235msgid "create and checkout a new branch"
dce37b66
JX
8236msgstr ""
8237
12705546 8238#: builtin/checkout.c:1238
cc76011e 8239msgid "create/reset and checkout a branch"
dce37b66
JX
8240msgstr ""
8241
12705546 8242#: builtin/checkout.c:1239
cc76011e 8243msgid "create reflog for new branch"
dce37b66
JX
8244msgstr ""
8245
12705546 8246#: builtin/checkout.c:1240 builtin/worktree.c:492
9fa976ff 8247msgid "detach HEAD at named commit"
dce37b66
JX
8248msgstr ""
8249
12705546 8250#: builtin/checkout.c:1241
cc76011e 8251msgid "set upstream info for new branch"
dce37b66
JX
8252msgstr ""
8253
12705546 8254#: builtin/checkout.c:1243
5e078fcd 8255msgid "new-branch"
dce37b66
JX
8256msgstr ""
8257
12705546 8258#: builtin/checkout.c:1243
cc76011e 8259msgid "new unparented branch"
dce37b66
JX
8260msgstr ""
8261
12705546 8262#: builtin/checkout.c:1245
cc76011e 8263msgid "checkout our version for unmerged files"
dce37b66
JX
8264msgstr ""
8265
12705546 8266#: builtin/checkout.c:1248
cc76011e 8267msgid "checkout their version for unmerged files"
dce37b66
JX
8268msgstr ""
8269
12705546 8270#: builtin/checkout.c:1250
cc76011e 8271msgid "force checkout (throw away local modifications)"
cd1e7487
JX
8272msgstr ""
8273
12705546 8274#: builtin/checkout.c:1252
cc76011e 8275msgid "perform a 3-way merge with the new branch"
dce37b66
JX
8276msgstr ""
8277
12705546 8278#: builtin/checkout.c:1254 builtin/merge.c:275
cc76011e 8279msgid "update ignored files (default)"
dce37b66
JX
8280msgstr ""
8281
12705546 8282#: builtin/checkout.c:1256 builtin/log.c:1573 parse-options.h:274
cc76011e 8283msgid "style"
dce37b66
JX
8284msgstr ""
8285
12705546 8286#: builtin/checkout.c:1257
cc76011e 8287msgid "conflict style (merge or diff3)"
dce37b66
JX
8288msgstr ""
8289
12705546 8290#: builtin/checkout.c:1260
c6bc7d43
JX
8291msgid "do not limit pathspecs to sparse entries only"
8292msgstr ""
8293
12705546 8294#: builtin/checkout.c:1262
c2ea1208 8295msgid "second guess 'git checkout <no-such-branch>'"
dce37b66
JX
8296msgstr ""
8297
12705546 8298#: builtin/checkout.c:1264
64f23b0c
JX
8299msgid "do not check if another worktree is holding the given ref"
8300msgstr ""
8301
12705546
JX
8302#: builtin/checkout.c:1268 builtin/clone.c:86 builtin/fetch.c:141
8303#: builtin/merge.c:272 builtin/pull.c:129 builtin/push.c:572
9b7388a8 8304#: builtin/send-pack.c:174
f4f2c8f8
JX
8305msgid "force progress reporting"
8306msgstr ""
8307
12705546 8308#: builtin/checkout.c:1298
cc76011e 8309msgid "-b, -B and --orphan are mutually exclusive"
dce37b66
JX
8310msgstr ""
8311
12705546 8312#: builtin/checkout.c:1315
cc76011e 8313msgid "--track needs a branch name"
822e4a65
JX
8314msgstr ""
8315
12705546 8316#: builtin/checkout.c:1320
dba9f13c 8317msgid "missing branch name; try -b"
dce37b66
JX
8318msgstr ""
8319
12705546 8320#: builtin/checkout.c:1357
cc76011e 8321msgid "invalid path specification"
dce37b66
JX
8322msgstr ""
8323
12705546 8324#: builtin/checkout.c:1364
dce37b66 8325#, c-format
5b34e000 8326msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
dce37b66
JX
8327msgstr ""
8328
12705546 8329#: builtin/checkout.c:1368
cc76011e
JX
8330#, c-format
8331msgid "git checkout: --detach does not take a path argument '%s'"
dce37b66
JX
8332msgstr ""
8333
12705546 8334#: builtin/checkout.c:1372
cc76011e
JX
8335msgid ""
8336"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
8337"checking out of the index."
dce37b66
JX
8338msgstr ""
8339
12705546 8340#: builtin/checkout.c:1392
dba9f13c
JX
8341#, c-format
8342msgid ""
8343"'%s' matched more than one remote tracking branch.\n"
8344"We found %d remotes with a reference that matched. So we fell back\n"
8345"on trying to resolve the argument as a path, but failed there too!\n"
8346"\n"
8347"If you meant to check out a remote tracking branch on, e.g. 'origin',\n"
8348"you can do so by fully qualifying the name with the --track option:\n"
8349"\n"
8350" git checkout --track origin/<name>\n"
8351"\n"
8352"If you'd like to always have checkouts of an ambiguous <name> prefer\n"
8353"one remote, e.g. the 'origin' remote, consider setting\n"
8354"checkout.defaultRemote=origin in your config."
8355msgstr ""
8356
8357#: builtin/clean.c:27
28b3cffc
JX
8358msgid ""
8359"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
dce37b66
JX
8360msgstr ""
8361
dba9f13c 8362#: builtin/clean.c:31
46bc4039
JX
8363#, c-format
8364msgid "Removing %s\n"
8365msgstr ""
8366
dba9f13c 8367#: builtin/clean.c:32
46bc4039
JX
8368#, c-format
8369msgid "Would remove %s\n"
8370msgstr ""
8371
dba9f13c 8372#: builtin/clean.c:33
46bc4039
JX
8373#, c-format
8374msgid "Skipping repository %s\n"
8375msgstr ""
8376
dba9f13c 8377#: builtin/clean.c:34
46bc4039
JX
8378#, c-format
8379msgid "Would skip repository %s\n"
8380msgstr ""
8381
dba9f13c 8382#: builtin/clean.c:35
46bc4039
JX
8383#, c-format
8384msgid "failed to remove %s"
8385msgstr ""
8386
12705546 8387#: builtin/clean.c:298 git-add--interactive.perl:579
673bfad0 8388#, c-format
28b3cffc
JX
8389msgid ""
8390"Prompt help:\n"
8391"1 - select a numbered item\n"
8392"foo - select item based on unique prefix\n"
673bfad0 8393" - (empty) select nothing\n"
28b3cffc
JX
8394msgstr ""
8395
12705546 8396#: builtin/clean.c:302 git-add--interactive.perl:588
673bfad0 8397#, c-format
28b3cffc
JX
8398msgid ""
8399"Prompt help:\n"
8400"1 - select a single item\n"
8401"3-5 - select a range of items\n"
8402"2-3,6-9 - select multiple ranges\n"
8403"foo - select item based on unique prefix\n"
8404"-... - unselect specified items\n"
8405"* - choose all items\n"
673bfad0 8406" - (empty) finish selecting\n"
28b3cffc
JX
8407msgstr ""
8408
12705546 8409#: builtin/clean.c:518 git-add--interactive.perl:554
9b7388a8 8410#: git-add--interactive.perl:559
673bfad0
JX
8411#, c-format, perl-format
8412msgid "Huh (%s)?\n"
28b3cffc
JX
8413msgstr ""
8414
12705546 8415#: builtin/clean.c:660
28b3cffc
JX
8416#, c-format
8417msgid "Input ignore patterns>> "
8418msgstr ""
8419
12705546 8420#: builtin/clean.c:697
28b3cffc
JX
8421#, c-format
8422msgid "WARNING: Cannot find items matched by: %s"
8423msgstr ""
8424
12705546 8425#: builtin/clean.c:718
28b3cffc
JX
8426msgid "Select items to delete"
8427msgstr ""
8428
c2ea1208 8429#. TRANSLATORS: Make sure to keep [y/N] as is
12705546 8430#: builtin/clean.c:759
28b3cffc 8431#, c-format
c2ea1208 8432msgid "Remove %s [y/N]? "
28b3cffc
JX
8433msgstr ""
8434
12705546 8435#: builtin/clean.c:784 git-add--interactive.perl:1717
673bfad0
JX
8436#, c-format
8437msgid "Bye.\n"
28b3cffc
JX
8438msgstr ""
8439
12705546 8440#: builtin/clean.c:792
28b3cffc
JX
8441msgid ""
8442"clean - start cleaning\n"
8443"filter by pattern - exclude items from deletion\n"
8444"select by numbers - select items to be deleted by numbers\n"
8445"ask each - confirm each deletion (like \"rm -i\")\n"
8446"quit - stop cleaning\n"
8447"help - this screen\n"
8448"? - help for prompt selection"
8449msgstr ""
8450
12705546 8451#: builtin/clean.c:819 git-add--interactive.perl:1793
28b3cffc
JX
8452msgid "*** Commands ***"
8453msgstr ""
8454
12705546 8455#: builtin/clean.c:820 git-add--interactive.perl:1790
28b3cffc
JX
8456msgid "What now"
8457msgstr ""
8458
12705546 8459#: builtin/clean.c:828
28b3cffc
JX
8460msgid "Would remove the following item:"
8461msgid_plural "Would remove the following items:"
8462msgstr[0] ""
8463msgstr[1] ""
8464
12705546 8465#: builtin/clean.c:844
28b3cffc
JX
8466msgid "No more files to clean, exiting."
8467msgstr ""
8468
12705546 8469#: builtin/clean.c:906
cc76011e 8470msgid "do not print names of files removed"
dce37b66
JX
8471msgstr ""
8472
12705546 8473#: builtin/clean.c:908
cc76011e 8474msgid "force"
dce37b66
JX
8475msgstr ""
8476
12705546 8477#: builtin/clean.c:909
28b3cffc
JX
8478msgid "interactive cleaning"
8479msgstr ""
8480
12705546 8481#: builtin/clean.c:911
cc76011e 8482msgid "remove whole directories"
dce37b66
JX
8483msgstr ""
8484
12705546
JX
8485#: builtin/clean.c:912 builtin/describe.c:545 builtin/describe.c:547
8486#: builtin/grep.c:886 builtin/log.c:166 builtin/log.c:168
8487#: builtin/ls-files.c:556 builtin/name-rev.c:415 builtin/name-rev.c:417
8488#: builtin/show-ref.c:178
cc76011e 8489msgid "pattern"
dce37b66
JX
8490msgstr ""
8491
12705546 8492#: builtin/clean.c:913
cc76011e 8493msgid "add <pattern> to ignore rules"
dce37b66
JX
8494msgstr ""
8495
12705546 8496#: builtin/clean.c:914
cc76011e 8497msgid "remove ignored files, too"
dce37b66
JX
8498msgstr ""
8499
12705546 8500#: builtin/clean.c:916
cc76011e 8501msgid "remove only ignored files"
dce37b66
JX
8502msgstr ""
8503
12705546 8504#: builtin/clean.c:934
cc76011e 8505msgid "-x and -X cannot be used together"
dce37b66
JX
8506msgstr ""
8507
12705546 8508#: builtin/clean.c:938
cc76011e 8509msgid ""
5e078fcd 8510"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
28b3cffc 8511"clean"
dce37b66
JX
8512msgstr ""
8513
12705546 8514#: builtin/clean.c:941
cc76011e 8515msgid ""
5e078fcd 8516"clean.requireForce defaults to true and neither -i, -n, nor -f given; "
28b3cffc 8517"refusing to clean"
dce37b66
JX
8518msgstr ""
8519
dba9f13c 8520#: builtin/clone.c:43
c2ea1208 8521msgid "git clone [<options>] [--] <repo> [<dir>]"
dce37b66
JX
8522msgstr ""
8523
dba9f13c 8524#: builtin/clone.c:88
cc76011e 8525msgid "don't create a checkout"
dce37b66
JX
8526msgstr ""
8527
12705546 8528#: builtin/clone.c:89 builtin/clone.c:91 builtin/init-db.c:481
cc76011e 8529msgid "create a bare repository"
dce37b66
JX
8530msgstr ""
8531
dba9f13c 8532#: builtin/clone.c:93
cc76011e 8533msgid "create a mirror repository (implies bare)"
dce37b66
JX
8534msgstr ""
8535
dba9f13c 8536#: builtin/clone.c:95
cc76011e 8537msgid "to clone from a local repository"
dce37b66
JX
8538msgstr ""
8539
dba9f13c 8540#: builtin/clone.c:97
cc76011e 8541msgid "don't use local hardlinks, always copy"
dce37b66
JX
8542msgstr ""
8543
dba9f13c 8544#: builtin/clone.c:99
cc76011e 8545msgid "setup as shared repository"
dce37b66
JX
8546msgstr ""
8547
dba9f13c 8548#: builtin/clone.c:101 builtin/clone.c:105
dfc182b1
JX
8549msgid "pathspec"
8550msgstr ""
8551
dba9f13c 8552#: builtin/clone.c:101 builtin/clone.c:105
cc76011e 8553msgid "initialize submodules in the clone"
dce37b66
JX
8554msgstr ""
8555
dba9f13c 8556#: builtin/clone.c:108
f517e50d
JX
8557msgid "number of submodules cloned in parallel"
8558msgstr ""
8559
12705546 8560#: builtin/clone.c:109 builtin/init-db.c:478
cc76011e 8561msgid "template-directory"
dce37b66
JX
8562msgstr ""
8563
12705546 8564#: builtin/clone.c:110 builtin/init-db.c:479
cc76011e 8565msgid "directory from which templates will be used"
dce37b66
JX
8566msgstr ""
8567
12705546
JX
8568#: builtin/clone.c:112 builtin/clone.c:114 builtin/submodule--helper.c:1375
8569#: builtin/submodule--helper.c:1856
cc76011e 8570msgid "reference repository"
dce37b66
JX
8571msgstr ""
8572
12705546
JX
8573#: builtin/clone.c:116 builtin/submodule--helper.c:1377
8574#: builtin/submodule--helper.c:1858
64f23b0c
JX
8575msgid "use --reference only while cloning"
8576msgstr ""
8577
12705546 8578#: builtin/clone.c:117 builtin/column.c:27 builtin/merge-file.c:46
36dd6933 8579#: builtin/pack-objects.c:3301 builtin/repack.c:329
cc76011e 8580msgid "name"
dce37b66
JX
8581msgstr ""
8582
dba9f13c 8583#: builtin/clone.c:118
cc76011e 8584msgid "use <name> instead of 'origin' to track upstream"
dce37b66
JX
8585msgstr ""
8586
dba9f13c 8587#: builtin/clone.c:120
cc76011e 8588msgid "checkout <branch> instead of the remote's HEAD"
dce37b66
JX
8589msgstr ""
8590
dba9f13c 8591#: builtin/clone.c:122
cc76011e 8592msgid "path to git-upload-pack on the remote"
dce37b66
JX
8593msgstr ""
8594
12705546
JX
8595#: builtin/clone.c:123 builtin/fetch.c:142 builtin/grep.c:825
8596#: builtin/pull.c:217
cc76011e 8597msgid "depth"
dce37b66
JX
8598msgstr ""
8599
dba9f13c 8600#: builtin/clone.c:124
cc76011e 8601msgid "create a shallow clone of that depth"
dce37b66
JX
8602msgstr ""
8603
36dd6933 8604#: builtin/clone.c:125 builtin/fetch.c:144 builtin/pack-objects.c:3292
fda7b092
JX
8605msgid "time"
8606msgstr ""
8607
dba9f13c 8608#: builtin/clone.c:126
fda7b092
JX
8609msgid "create a shallow clone since a specific time"
8610msgstr ""
8611
12705546 8612#: builtin/clone.c:127 builtin/fetch.c:146 builtin/fetch.c:169
578d8ea3 8613#: builtin/rebase.c:831
fda7b092
JX
8614msgid "revision"
8615msgstr ""
8616
12705546 8617#: builtin/clone.c:128 builtin/fetch.c:147
673bfad0 8618msgid "deepen history of shallow clone, excluding rev"
fda7b092
JX
8619msgstr ""
8620
dba9f13c 8621#: builtin/clone.c:130
cc76011e 8622msgid "clone only one branch, HEAD or --branch"
822e4a65
JX
8623msgstr ""
8624
dba9f13c 8625#: builtin/clone.c:132
5b34e000
JX
8626msgid "don't clone any tags, and make later fetches not to follow them"
8627msgstr ""
8628
dba9f13c 8629#: builtin/clone.c:134
f517e50d
JX
8630msgid "any cloned submodules will be shallow"
8631msgstr ""
8632
12705546 8633#: builtin/clone.c:135 builtin/init-db.c:487
cc76011e 8634msgid "gitdir"
dce37b66
JX
8635msgstr ""
8636
12705546 8637#: builtin/clone.c:136 builtin/init-db.c:488
cc76011e 8638msgid "separate git dir from working tree"
dce37b66
JX
8639msgstr ""
8640
dba9f13c 8641#: builtin/clone.c:137
cc76011e 8642msgid "key=value"
822e4a65
JX
8643msgstr ""
8644
dba9f13c 8645#: builtin/clone.c:138
cc76011e 8646msgid "set config inside the new repository"
dce37b66
JX
8647msgstr ""
8648
12705546 8649#: builtin/clone.c:139 builtin/fetch.c:165 builtin/pull.c:230
9b7388a8 8650#: builtin/push.c:583
9eb3984b
JX
8651msgid "use IPv4 addresses only"
8652msgstr ""
8653
12705546 8654#: builtin/clone.c:141 builtin/fetch.c:167 builtin/pull.c:233
9b7388a8 8655#: builtin/push.c:585
9eb3984b
JX
8656msgid "use IPv6 addresses only"
8657msgstr ""
8658
dba9f13c 8659#: builtin/clone.c:279
f1522b27
JX
8660msgid ""
8661"No directory name could be guessed.\n"
8662"Please specify a directory on the command line"
8663msgstr ""
8664
dba9f13c 8665#: builtin/clone.c:332
df49095a 8666#, c-format
fda7b092 8667msgid "info: Could not add alternate for '%s': %s\n"
df49095a
JX
8668msgstr ""
8669
dba9f13c 8670#: builtin/clone.c:404
9fa976ff
JX
8671#, c-format
8672msgid "failed to open '%s'"
8673msgstr ""
8674
dba9f13c 8675#: builtin/clone.c:412
dce37b66 8676#, c-format
cc76011e 8677msgid "%s exists and is not a directory"
dce37b66
JX
8678msgstr ""
8679
dba9f13c 8680#: builtin/clone.c:426
cc76011e
JX
8681#, c-format
8682msgid "failed to stat %s\n"
822e4a65
JX
8683msgstr ""
8684
12705546
JX
8685#: builtin/clone.c:443
8686#, c-format
8687msgid "failed to unlink '%s'"
8688msgstr ""
8689
dba9f13c 8690#: builtin/clone.c:448
dce37b66 8691#, c-format
cc76011e 8692msgid "failed to create link '%s'"
dce37b66
JX
8693msgstr ""
8694
dba9f13c 8695#: builtin/clone.c:452
cc76011e
JX
8696#, c-format
8697msgid "failed to copy file to '%s'"
dce37b66
JX
8698msgstr ""
8699
dba9f13c 8700#: builtin/clone.c:478
cc76011e
JX
8701#, c-format
8702msgid "done.\n"
dce37b66
JX
8703msgstr ""
8704
dba9f13c 8705#: builtin/clone.c:492
c138af56
JX
8706msgid ""
8707"Clone succeeded, but checkout failed.\n"
8708"You can inspect what was checked out with 'git status'\n"
8709"and retry the checkout with 'git checkout -f HEAD'\n"
8710msgstr ""
8711
dba9f13c 8712#: builtin/clone.c:569
cc76011e
JX
8713#, c-format
8714msgid "Could not find remote branch %s to clone."
dce37b66
JX
8715msgstr ""
8716
dba9f13c 8717#: builtin/clone.c:680
f1522b27
JX
8718#, c-format
8719msgid "unable to update %s"
8720msgstr ""
8721
dba9f13c 8722#: builtin/clone.c:730
cc76011e 8723msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
dce37b66
JX
8724msgstr ""
8725
12705546 8726#: builtin/clone.c:761
c138af56
JX
8727msgid "unable to checkout working tree"
8728msgstr ""
8729
12705546 8730#: builtin/clone.c:806
f1522b27
JX
8731msgid "unable to write parameters to config file"
8732msgstr ""
8733
12705546 8734#: builtin/clone.c:869
beb691f7
JX
8735msgid "cannot repack to clean up"
8736msgstr ""
8737
12705546 8738#: builtin/clone.c:871
beb691f7
JX
8739msgid "cannot unlink temporary alternates file"
8740msgstr ""
8741
12705546 8742#: builtin/clone.c:911 builtin/receive-pack.c:1941
cc76011e 8743msgid "Too many arguments."
dce37b66
JX
8744msgstr ""
8745
12705546 8746#: builtin/clone.c:915
cc76011e 8747msgid "You must specify a repository to clone."
dce37b66
JX
8748msgstr ""
8749
12705546 8750#: builtin/clone.c:928
cc76011e
JX
8751#, c-format
8752msgid "--bare and --origin %s options are incompatible."
dce37b66
JX
8753msgstr ""
8754
12705546 8755#: builtin/clone.c:931
46bc4039
JX
8756msgid "--bare and --separate-git-dir are incompatible."
8757msgstr ""
8758
12705546 8759#: builtin/clone.c:944
cc76011e
JX
8760#, c-format
8761msgid "repository '%s' does not exist"
dce37b66
JX
8762msgstr ""
8763
12705546 8764#: builtin/clone.c:950 builtin/fetch.c:1606
df49095a
JX
8765#, c-format
8766msgid "depth %s is not a positive number"
8767msgstr ""
8768
12705546 8769#: builtin/clone.c:960
dce37b66 8770#, c-format
cc76011e 8771msgid "destination path '%s' already exists and is not an empty directory."
dce37b66
JX
8772msgstr ""
8773
12705546 8774#: builtin/clone.c:970
dce37b66 8775#, c-format
cc76011e 8776msgid "working tree '%s' already exists."
dce37b66
JX
8777msgstr ""
8778
12705546
JX
8779#: builtin/clone.c:985 builtin/clone.c:1006 builtin/difftool.c:271
8780#: builtin/worktree.c:295 builtin/worktree.c:325
a4156d20
JX
8781#, c-format
8782msgid "could not create leading directories of '%s'"
8783msgstr ""
8784
12705546 8785#: builtin/clone.c:990
822e4a65 8786#, c-format
c2ea1208 8787msgid "could not create work tree dir '%s'"
dce37b66
JX
8788msgstr ""
8789
12705546 8790#: builtin/clone.c:1010
822e4a65 8791#, c-format
cc76011e 8792msgid "Cloning into bare repository '%s'...\n"
dce37b66
JX
8793msgstr ""
8794
12705546 8795#: builtin/clone.c:1012
dce37b66 8796#, c-format
cc76011e 8797msgid "Cloning into '%s'...\n"
dce37b66
JX
8798msgstr ""
8799
12705546 8800#: builtin/clone.c:1036
fda7b092
JX
8801msgid ""
8802"clone --recursive is not compatible with both --reference and --reference-if-"
8803"able"
8804msgstr ""
8805
12705546 8806#: builtin/clone.c:1097
fe05e196
JX
8807msgid "--depth is ignored in local clones; use file:// instead."
8808msgstr ""
8809
12705546 8810#: builtin/clone.c:1099
fda7b092
JX
8811msgid "--shallow-since is ignored in local clones; use file:// instead."
8812msgstr ""
8813
12705546 8814#: builtin/clone.c:1101
fda7b092
JX
8815msgid "--shallow-exclude is ignored in local clones; use file:// instead."
8816msgstr ""
8817
12705546 8818#: builtin/clone.c:1103
abc8de64
JX
8819msgid "--filter is ignored in local clones; use file:// instead."
8820msgstr ""
8821
12705546 8822#: builtin/clone.c:1106
fe05e196
JX
8823msgid "source repository is shallow, ignoring --local"
8824msgstr ""
8825
12705546 8826#: builtin/clone.c:1111
fe05e196
JX
8827msgid "--local is ignored"
8828msgstr ""
8829
12705546 8830#: builtin/clone.c:1181 builtin/clone.c:1189
822e4a65 8831#, c-format
cc76011e 8832msgid "Remote branch %s not found in upstream %s"
dce37b66
JX
8833msgstr ""
8834
12705546 8835#: builtin/clone.c:1192
cc76011e 8836msgid "You appear to have cloned an empty repository."
dce37b66
JX
8837msgstr ""
8838
5b34e000 8839#: builtin/column.c:10
c2ea1208 8840msgid "git column [<options>]"
dce37b66
JX
8841msgstr ""
8842
5b34e000 8843#: builtin/column.c:27
cc76011e 8844msgid "lookup config vars"
dce37b66
JX
8845msgstr ""
8846
5b34e000 8847#: builtin/column.c:28 builtin/column.c:29
cc76011e 8848msgid "layout to use"
dce37b66
JX
8849msgstr ""
8850
5b34e000 8851#: builtin/column.c:30
cc76011e 8852msgid "Maximum width"
dce37b66
JX
8853msgstr ""
8854
5b34e000 8855#: builtin/column.c:31
cc76011e 8856msgid "Padding space on left border"
dce37b66
JX
8857msgstr ""
8858
5b34e000 8859#: builtin/column.c:32
cc76011e 8860msgid "Padding space on right border"
dce37b66
JX
8861msgstr ""
8862
5b34e000 8863#: builtin/column.c:33
cc76011e 8864msgid "Padding space between columns"
dce37b66
JX
8865msgstr ""
8866
9b7388a8 8867#: builtin/column.c:51
cc76011e 8868msgid "--command must be the first argument"
dce37b66
JX
8869msgstr ""
8870
12705546 8871#: builtin/commit.c:40
c2ea1208 8872msgid "git commit [<options>] [--] <pathspec>..."
dce37b66
JX
8873msgstr ""
8874
12705546 8875#: builtin/commit.c:45
c2ea1208 8876msgid "git status [<options>] [--] <pathspec>..."
dce37b66
JX
8877msgstr ""
8878
12705546 8879#: builtin/commit.c:50
cc76011e
JX
8880msgid ""
8881"You asked to amend the most recent commit, but doing so would make\n"
8882"it empty. You can repeat your command with --allow-empty, or you can\n"
8883"remove the commit entirely with \"git reset HEAD^\".\n"
822e4a65
JX
8884msgstr ""
8885
12705546 8886#: builtin/commit.c:55
dce37b66 8887msgid ""
cc76011e
JX
8888"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
8889"If you wish to commit it anyway, use:\n"
8890"\n"
8891" git commit --allow-empty\n"
8892"\n"
dce37b66
JX
8893msgstr ""
8894
12705546 8895#: builtin/commit.c:62
b8ecf239
JX
8896msgid "Otherwise, please use 'git reset'\n"
8897msgstr ""
8898
12705546 8899#: builtin/commit.c:65
b8ecf239
JX
8900msgid ""
8901"If you wish to skip this commit, use:\n"
8902"\n"
8903" git reset\n"
8904"\n"
8905"Then \"git cherry-pick --continue\" will resume cherry-picking\n"
8906"the remaining commits.\n"
8907msgstr ""
8908
12705546 8909#: builtin/commit.c:311
cc76011e 8910msgid "failed to unpack HEAD tree object"
822e4a65
JX
8911msgstr ""
8912
12705546 8913#: builtin/commit.c:352
cc76011e 8914msgid "unable to create temporary index"
dce37b66
JX
8915msgstr ""
8916
12705546 8917#: builtin/commit.c:358
cc76011e 8918msgid "interactive add failed"
dce37b66
JX
8919msgstr ""
8920
12705546 8921#: builtin/commit.c:371
d07a63e4
JX
8922msgid "unable to update temporary index"
8923msgstr ""
8924
12705546 8925#: builtin/commit.c:373
d07a63e4
JX
8926msgid "Failed to update main cache tree"
8927msgstr ""
8928
12705546 8929#: builtin/commit.c:398 builtin/commit.c:421 builtin/commit.c:467
cc76011e 8930msgid "unable to write new_index file"
dce37b66
JX
8931msgstr ""
8932
12705546 8933#: builtin/commit.c:450
cc76011e 8934msgid "cannot do a partial commit during a merge."
dce37b66
JX
8935msgstr ""
8936
12705546 8937#: builtin/commit.c:452
cc76011e 8938msgid "cannot do a partial commit during a cherry-pick."
dce37b66
JX
8939msgstr ""
8940
12705546 8941#: builtin/commit.c:460
cc76011e 8942msgid "cannot read the index"
dce37b66
JX
8943msgstr ""
8944
12705546 8945#: builtin/commit.c:479
cc76011e 8946msgid "unable to write temporary index file"
dce37b66
JX
8947msgstr ""
8948
12705546 8949#: builtin/commit.c:577
d07a63e4
JX
8950#, c-format
8951msgid "commit '%s' lacks author header"
8952msgstr ""
8953
12705546 8954#: builtin/commit.c:579
dce37b66 8955#, c-format
d07a63e4 8956msgid "commit '%s' has malformed author line"
dce37b66
JX
8957msgstr ""
8958
12705546 8959#: builtin/commit.c:598
cc76011e 8960msgid "malformed --author parameter"
dce37b66
JX
8961msgstr ""
8962
12705546 8963#: builtin/commit.c:650
fe05e196
JX
8964msgid ""
8965"unable to select a comment character that is not used\n"
8966"in the current commit message"
8967msgstr ""
8968
12705546 8969#: builtin/commit.c:687 builtin/commit.c:720 builtin/commit.c:1049
cc76011e
JX
8970#, c-format
8971msgid "could not lookup commit %s"
822e4a65
JX
8972msgstr ""
8973
12705546 8974#: builtin/commit.c:699 builtin/shortlog.c:317
cc76011e
JX
8975#, c-format
8976msgid "(reading log message from standard input)\n"
822e4a65
JX
8977msgstr ""
8978
12705546 8979#: builtin/commit.c:701
cc76011e 8980msgid "could not read log from standard input"
822e4a65
JX
8981msgstr ""
8982
12705546 8983#: builtin/commit.c:705
dce37b66 8984#, c-format
cc76011e 8985msgid "could not read log file '%s'"
dce37b66
JX
8986msgstr ""
8987
12705546 8988#: builtin/commit.c:734 builtin/commit.c:742
f517e50d 8989msgid "could not read SQUASH_MSG"
dce37b66
JX
8990msgstr ""
8991
12705546 8992#: builtin/commit.c:739
f517e50d 8993msgid "could not read MERGE_MSG"
dce37b66
JX
8994msgstr ""
8995
12705546 8996#: builtin/commit.c:793
cc76011e
JX
8997msgid "could not write commit template"
8998msgstr ""
8999
12705546 9000#: builtin/commit.c:811
dce37b66 9001#, c-format
822e4a65 9002msgid ""
cc76011e
JX
9003"\n"
9004"It looks like you may be committing a merge.\n"
9005"If this is not correct, please remove the file\n"
9006"\t%s\n"
9007"and try again.\n"
dce37b66
JX
9008msgstr ""
9009
12705546 9010#: builtin/commit.c:816
822e4a65
JX
9011#, c-format
9012msgid ""
cc76011e
JX
9013"\n"
9014"It looks like you may be committing a cherry-pick.\n"
9015"If this is not correct, please remove the file\n"
9016"\t%s\n"
9017"and try again.\n"
dce37b66
JX
9018msgstr ""
9019
12705546 9020#: builtin/commit.c:829
9caaf23e 9021#, c-format
cc76011e
JX
9022msgid ""
9023"Please enter the commit message for your changes. Lines starting\n"
9caaf23e 9024"with '%c' will be ignored, and an empty message aborts the commit.\n"
dce37b66
JX
9025msgstr ""
9026
12705546 9027#: builtin/commit.c:837
9caaf23e 9028#, c-format
cc76011e
JX
9029msgid ""
9030"Please enter the commit message for your changes. Lines starting\n"
9caaf23e 9031"with '%c' will be kept; you may remove them yourself if you want to.\n"
cc76011e
JX
9032"An empty message aborts the commit.\n"
9033msgstr ""
9034
12705546 9035#: builtin/commit.c:854
fe05e196
JX
9036#, c-format
9037msgid "%sAuthor: %.*s <%.*s>"
9038msgstr ""
9039
12705546 9040#: builtin/commit.c:862
822e4a65 9041#, c-format
fe05e196 9042msgid "%sDate: %s"
dce37b66
JX
9043msgstr ""
9044
12705546 9045#: builtin/commit.c:869
cc76011e 9046#, c-format
fe05e196 9047msgid "%sCommitter: %.*s <%.*s>"
dce37b66
JX
9048msgstr ""
9049
12705546 9050#: builtin/commit.c:887
cc76011e 9051msgid "Cannot read index"
822e4a65
JX
9052msgstr ""
9053
12705546 9054#: builtin/commit.c:953
cc76011e 9055msgid "Error building trees"
dce37b66
JX
9056msgstr ""
9057
12705546 9058#: builtin/commit.c:967 builtin/tag.c:258
dce37b66 9059#, c-format
cc76011e 9060msgid "Please supply the message using either -m or -F option.\n"
dce37b66
JX
9061msgstr ""
9062
12705546 9063#: builtin/commit.c:1011
dce37b66 9064#, c-format
c2ea1208 9065msgid "--author '%s' is not 'Name <email>' and matches no existing author"
dce37b66
JX
9066msgstr ""
9067
12705546 9068#: builtin/commit.c:1025
18a90722
JX
9069#, c-format
9070msgid "Invalid ignored mode '%s'"
9071msgstr ""
9072
12705546 9073#: builtin/commit.c:1039 builtin/commit.c:1276
cc76011e
JX
9074#, c-format
9075msgid "Invalid untracked files mode '%s'"
dce37b66
JX
9076msgstr ""
9077
12705546 9078#: builtin/commit.c:1077
28b3cffc
JX
9079msgid "--long and -z are incompatible"
9080msgstr ""
9081
12705546 9082#: builtin/commit.c:1110
cc76011e
JX
9083msgid "Using both --reset-author and --author does not make sense"
9084msgstr ""
822e4a65 9085
12705546 9086#: builtin/commit.c:1119
cc76011e 9087msgid "You have nothing to amend."
dce37b66
JX
9088msgstr ""
9089
12705546 9090#: builtin/commit.c:1122
cc76011e 9091msgid "You are in the middle of a merge -- cannot amend."
822e4a65
JX
9092msgstr ""
9093
12705546 9094#: builtin/commit.c:1124
cc76011e 9095msgid "You are in the middle of a cherry-pick -- cannot amend."
822e4a65
JX
9096msgstr ""
9097
12705546 9098#: builtin/commit.c:1127
cc76011e 9099msgid "Options --squash and --fixup cannot be used together"
822e4a65
JX
9100msgstr ""
9101
12705546 9102#: builtin/commit.c:1137
cc76011e 9103msgid "Only one of -c/-C/-F/--fixup can be used."
dce37b66
JX
9104msgstr ""
9105
12705546 9106#: builtin/commit.c:1139
abc8de64 9107msgid "Option -m cannot be combined with -c/-C/-F."
dce37b66
JX
9108msgstr ""
9109
12705546 9110#: builtin/commit.c:1147
cc76011e 9111msgid "--reset-author can be used only with -C, -c or --amend."
822e4a65
JX
9112msgstr ""
9113
12705546 9114#: builtin/commit.c:1164
cc76011e 9115msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
dce37b66
JX
9116msgstr ""
9117
12705546 9118#: builtin/commit.c:1166
cc76011e 9119msgid "No paths with --include/--only does not make sense."
dce37b66
JX
9120msgstr ""
9121
12705546 9122#: builtin/commit.c:1180 builtin/tag.c:546
dce37b66 9123#, c-format
cc76011e 9124msgid "Invalid cleanup mode %s"
dce37b66
JX
9125msgstr ""
9126
12705546 9127#: builtin/commit.c:1185
cc76011e 9128msgid "Paths with -a does not make sense."
822e4a65
JX
9129msgstr ""
9130
12705546 9131#: builtin/commit.c:1311 builtin/commit.c:1495
cc76011e
JX
9132msgid "show status concisely"
9133msgstr ""
822e4a65 9134
12705546 9135#: builtin/commit.c:1313 builtin/commit.c:1497
cc76011e 9136msgid "show branch information"
cd1e7487
JX
9137msgstr ""
9138
12705546 9139#: builtin/commit.c:1315
5b34e000
JX
9140msgid "show stash information"
9141msgstr ""
9142
12705546 9143#: builtin/commit.c:1317 builtin/commit.c:1499
abc8de64
JX
9144msgid "compute full ahead/behind values"
9145msgstr ""
9146
12705546 9147#: builtin/commit.c:1319
fda7b092
JX
9148msgid "version"
9149msgstr ""
9150
12705546
JX
9151#: builtin/commit.c:1319 builtin/commit.c:1501 builtin/push.c:558
9152#: builtin/worktree.c:639
cc76011e 9153msgid "machine-readable output"
dce37b66
JX
9154msgstr ""
9155
12705546 9156#: builtin/commit.c:1322 builtin/commit.c:1503
fe52cd62
JX
9157msgid "show status in long format (default)"
9158msgstr ""
9159
12705546 9160#: builtin/commit.c:1325 builtin/commit.c:1506
cc76011e 9161msgid "terminate entries with NUL"
dce37b66
JX
9162msgstr ""
9163
12705546 9164#: builtin/commit.c:1327 builtin/commit.c:1331 builtin/commit.c:1509
578d8ea3 9165#: builtin/fast-export.c:1007 builtin/fast-export.c:1010 builtin/rebase.c:910
12705546 9166#: builtin/tag.c:400
cc76011e 9167msgid "mode"
11b90174
JX
9168msgstr ""
9169
12705546 9170#: builtin/commit.c:1328 builtin/commit.c:1509
cc76011e 9171msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
dce37b66
JX
9172msgstr ""
9173
12705546 9174#: builtin/commit.c:1332
18a90722
JX
9175msgid ""
9176"show ignored files, optional modes: traditional, matching, no. (Default: "
9177"traditional)"
dce37b66
JX
9178msgstr ""
9179
12705546 9180#: builtin/commit.c:1334 parse-options.h:164
cc76011e 9181msgid "when"
dce37b66
JX
9182msgstr ""
9183
12705546 9184#: builtin/commit.c:1335
cc76011e
JX
9185msgid ""
9186"ignore changes to submodules, optional when: all, dirty, untracked. "
9187"(Default: all)"
dce37b66
JX
9188msgstr ""
9189
12705546 9190#: builtin/commit.c:1337
cc76011e 9191msgid "list untracked files in columns"
dce37b66
JX
9192msgstr ""
9193
12705546 9194#: builtin/commit.c:1338
9b7388a8
JX
9195msgid "do not detect renames"
9196msgstr ""
9197
12705546 9198#: builtin/commit.c:1340
9b7388a8
JX
9199msgid "detect renames, optionally set similarity index"
9200msgstr ""
9201
12705546 9202#: builtin/commit.c:1360
18a90722
JX
9203msgid "Unsupported combination of ignored and untracked-files arguments"
9204msgstr ""
9205
12705546 9206#: builtin/commit.c:1465
cc76011e 9207msgid "suppress summary after successful commit"
dce37b66
JX
9208msgstr ""
9209
12705546 9210#: builtin/commit.c:1466
cc76011e 9211msgid "show diff in commit message template"
11b90174
JX
9212msgstr ""
9213
12705546 9214#: builtin/commit.c:1468
cc76011e 9215msgid "Commit message options"
822e4a65
JX
9216msgstr ""
9217
12705546 9218#: builtin/commit.c:1469 builtin/merge.c:263 builtin/tag.c:397
cc76011e 9219msgid "read message from file"
93329721
JX
9220msgstr ""
9221
12705546 9222#: builtin/commit.c:1470
cc76011e 9223msgid "author"
dce37b66
JX
9224msgstr ""
9225
12705546 9226#: builtin/commit.c:1470
cc76011e 9227msgid "override author for commit"
dce37b66
JX
9228msgstr ""
9229
12705546 9230#: builtin/commit.c:1471 builtin/gc.c:518
cc76011e 9231msgid "date"
dce37b66
JX
9232msgstr ""
9233
12705546 9234#: builtin/commit.c:1471
cc76011e 9235msgid "override date for commit"
dce37b66
JX
9236msgstr ""
9237
12705546
JX
9238#: builtin/commit.c:1472 builtin/merge.c:259 builtin/notes.c:409
9239#: builtin/notes.c:572 builtin/tag.c:395
cc76011e 9240msgid "message"
dce37b66
JX
9241msgstr ""
9242
12705546 9243#: builtin/commit.c:1472
cc76011e 9244msgid "commit message"
822e4a65
JX
9245msgstr ""
9246
12705546
JX
9247#: builtin/commit.c:1473 builtin/commit.c:1474 builtin/commit.c:1475
9248#: builtin/commit.c:1476 ref-filter.h:92 parse-options.h:280
f4f2c8f8
JX
9249msgid "commit"
9250msgstr ""
9251
12705546 9252#: builtin/commit.c:1473
cc76011e 9253msgid "reuse and edit message from specified commit"
822e4a65
JX
9254msgstr ""
9255
12705546 9256#: builtin/commit.c:1474
cc76011e 9257msgid "reuse message from specified commit"
822e4a65
JX
9258msgstr ""
9259
12705546 9260#: builtin/commit.c:1475
cc76011e 9261msgid "use autosquash formatted message to fixup specified commit"
822e4a65
JX
9262msgstr ""
9263
12705546 9264#: builtin/commit.c:1476
cc76011e
JX
9265msgid "use autosquash formatted message to squash specified commit"
9266msgstr ""
822e4a65 9267
12705546 9268#: builtin/commit.c:1477
cc76011e
JX
9269msgid "the commit is authored by me now (used with -C/-c/--amend)"
9270msgstr ""
822e4a65 9271
12705546
JX
9272#: builtin/commit.c:1478 builtin/log.c:1520 builtin/merge.c:276
9273#: builtin/pull.c:155 builtin/revert.c:106
cc76011e 9274msgid "add Signed-off-by:"
822e4a65
JX
9275msgstr ""
9276
12705546 9277#: builtin/commit.c:1479
cc76011e 9278msgid "use specified template file"
822e4a65
JX
9279msgstr ""
9280
12705546 9281#: builtin/commit.c:1480
cc76011e 9282msgid "force edit of commit"
822e4a65
JX
9283msgstr ""
9284
12705546 9285#: builtin/commit.c:1481
cc76011e 9286msgid "default"
822e4a65
JX
9287msgstr ""
9288
12705546 9289#: builtin/commit.c:1481 builtin/tag.c:401
cc76011e 9290msgid "how to strip spaces and #comments from message"
822e4a65
JX
9291msgstr ""
9292
12705546 9293#: builtin/commit.c:1482
cc76011e 9294msgid "include status in commit message template"
822e4a65
JX
9295msgstr ""
9296
12705546 9297#: builtin/commit.c:1484 builtin/merge.c:274 builtin/pull.c:185
dba9f13c 9298#: builtin/revert.c:114
cc76011e 9299msgid "GPG sign commit"
822e4a65
JX
9300msgstr ""
9301
12705546 9302#: builtin/commit.c:1487
cc76011e 9303msgid "Commit contents options"
822e4a65
JX
9304msgstr ""
9305
12705546 9306#: builtin/commit.c:1488
cc76011e 9307msgid "commit all changed files"
822e4a65
JX
9308msgstr ""
9309
12705546 9310#: builtin/commit.c:1489
cc76011e 9311msgid "add specified files to index for commit"
822e4a65
JX
9312msgstr ""
9313
12705546 9314#: builtin/commit.c:1490
cc76011e 9315msgid "interactively add files"
822e4a65
JX
9316msgstr ""
9317
12705546 9318#: builtin/commit.c:1491
cc76011e 9319msgid "interactively add changes"
822e4a65
JX
9320msgstr ""
9321
12705546 9322#: builtin/commit.c:1492
cc76011e 9323msgid "commit only specified files"
822e4a65
JX
9324msgstr ""
9325
12705546 9326#: builtin/commit.c:1493
9fa976ff 9327msgid "bypass pre-commit and commit-msg hooks"
822e4a65
JX
9328msgstr ""
9329
12705546 9330#: builtin/commit.c:1494
cc76011e 9331msgid "show what would be committed"
822e4a65
JX
9332msgstr ""
9333
12705546 9334#: builtin/commit.c:1507
cc76011e 9335msgid "amend previous commit"
822e4a65
JX
9336msgstr ""
9337
12705546 9338#: builtin/commit.c:1508
cc76011e 9339msgid "bypass post-rewrite hook"
822e4a65
JX
9340msgstr ""
9341
12705546 9342#: builtin/commit.c:1513
cc76011e 9343msgid "ok to record an empty change"
822e4a65
JX
9344msgstr ""
9345
12705546 9346#: builtin/commit.c:1515
cc76011e 9347msgid "ok to record a change with an empty message"
822e4a65
JX
9348msgstr ""
9349
12705546 9350#: builtin/commit.c:1588
822e4a65 9351#, c-format
cc76011e 9352msgid "Corrupt MERGE_HEAD file (%s)"
822e4a65
JX
9353msgstr ""
9354
12705546 9355#: builtin/commit.c:1595
cc76011e 9356msgid "could not read MERGE_MODE"
822e4a65
JX
9357msgstr ""
9358
12705546 9359#: builtin/commit.c:1614
cc76011e
JX
9360#, c-format
9361msgid "could not read commit message: %s"
822e4a65
JX
9362msgstr ""
9363
12705546 9364#: builtin/commit.c:1625
cc76011e 9365#, c-format
25eab542 9366msgid "Aborting commit due to empty commit message.\n"
822e4a65
JX
9367msgstr ""
9368
12705546 9369#: builtin/commit.c:1630
cc76011e 9370#, c-format
25eab542 9371msgid "Aborting commit; you did not edit the message.\n"
822e4a65
JX
9372msgstr ""
9373
12705546 9374#: builtin/commit.c:1665
822e4a65 9375msgid ""
dba9f13c 9376"repository has been updated, but unable to write\n"
d07a63e4 9377"new_index file. Check that disk is not full and quota is\n"
cc76011e 9378"not exceeded, and then \"git reset HEAD\" to recover."
822e4a65
JX
9379msgstr ""
9380
dba9f13c 9381#: builtin/commit-graph.c:10
9b7388a8
JX
9382msgid "git commit-graph [--object-dir <objdir>]"
9383msgstr ""
9384
dba9f13c 9385#: builtin/commit-graph.c:11 builtin/commit-graph.c:23
9b7388a8
JX
9386msgid "git commit-graph read [--object-dir <objdir>]"
9387msgstr ""
9388
dba9f13c
JX
9389#: builtin/commit-graph.c:12 builtin/commit-graph.c:18
9390msgid "git commit-graph verify [--object-dir <objdir>]"
9391msgstr ""
9392
9393#: builtin/commit-graph.c:13 builtin/commit-graph.c:28
9b7388a8 9394msgid ""
dba9f13c
JX
9395"git commit-graph write [--object-dir <objdir>] [--append] [--reachable|--"
9396"stdin-packs|--stdin-commits]"
9b7388a8
JX
9397msgstr ""
9398
12705546
JX
9399#: builtin/commit-graph.c:48 builtin/commit-graph.c:78
9400#: builtin/commit-graph.c:132 builtin/commit-graph.c:190 builtin/fetch.c:153
9401#: builtin/log.c:1540
9b7388a8
JX
9402msgid "dir"
9403msgstr ""
9404
12705546
JX
9405#: builtin/commit-graph.c:49 builtin/commit-graph.c:79
9406#: builtin/commit-graph.c:133 builtin/commit-graph.c:191
9b7388a8
JX
9407msgid "The object directory to store the graph"
9408msgstr ""
9409
12705546 9410#: builtin/commit-graph.c:135
dba9f13c
JX
9411msgid "start walk at all refs"
9412msgstr ""
9413
12705546 9414#: builtin/commit-graph.c:137
9b7388a8
JX
9415msgid "scan pack-indexes listed by stdin for commits"
9416msgstr ""
9417
12705546 9418#: builtin/commit-graph.c:139
9b7388a8
JX
9419msgid "start walk at commits listed by stdin"
9420msgstr ""
9421
12705546 9422#: builtin/commit-graph.c:141
9b7388a8
JX
9423msgid "include all commits already in the commit-graph file"
9424msgstr ""
9425
12705546 9426#: builtin/commit-graph.c:150
dba9f13c 9427msgid "use at most one of --reachable, --stdin-commits, or --stdin-packs"
9b7388a8
JX
9428msgstr ""
9429
12705546 9430#: builtin/config.c:11
c2ea1208 9431msgid "git config [<options>]"
822e4a65
JX
9432msgstr ""
9433
12705546 9434#: builtin/config.c:103
9b7388a8
JX
9435#, c-format
9436msgid "unrecognized --type argument, %s"
9437msgstr ""
9438
12705546 9439#: builtin/config.c:115
dba9f13c
JX
9440msgid "only one type at a time"
9441msgstr ""
9442
12705546 9443#: builtin/config.c:124
cc76011e 9444msgid "Config file location"
822e4a65
JX
9445msgstr ""
9446
12705546 9447#: builtin/config.c:125
cc76011e 9448msgid "use global config file"
822e4a65
JX
9449msgstr ""
9450
12705546 9451#: builtin/config.c:126
cc76011e 9452msgid "use system config file"
822e4a65
JX
9453msgstr ""
9454
12705546 9455#: builtin/config.c:127
cc76011e 9456msgid "use repository config file"
822e4a65
JX
9457msgstr ""
9458
12705546
JX
9459#: builtin/config.c:128
9460msgid "use per-worktree config file"
9461msgstr ""
9462
9463#: builtin/config.c:129
cc76011e 9464msgid "use given config file"
822e4a65
JX
9465msgstr ""
9466
12705546 9467#: builtin/config.c:130
28b3cffc 9468msgid "blob-id"
822e4a65
JX
9469msgstr ""
9470
12705546 9471#: builtin/config.c:130
28b3cffc 9472msgid "read config from given blob object"
822e4a65
JX
9473msgstr ""
9474
12705546 9475#: builtin/config.c:131
28b3cffc 9476msgid "Action"
822e4a65
JX
9477msgstr ""
9478
12705546 9479#: builtin/config.c:132
28b3cffc 9480msgid "get value: name [value-regex]"
822e4a65
JX
9481msgstr ""
9482
12705546 9483#: builtin/config.c:133
28b3cffc 9484msgid "get all values: key [value-regex]"
822e4a65
JX
9485msgstr ""
9486
12705546 9487#: builtin/config.c:134
28b3cffc 9488msgid "get values for regexp: name-regex [value-regex]"
822e4a65
JX
9489msgstr ""
9490
12705546 9491#: builtin/config.c:135
727b9576
JX
9492msgid "get value specific for the URL: section[.var] URL"
9493msgstr ""
9494
12705546 9495#: builtin/config.c:136
28b3cffc 9496msgid "replace all matching variables: name value [value_regex]"
822e4a65
JX
9497msgstr ""
9498
12705546 9499#: builtin/config.c:137
28b3cffc 9500msgid "add a new variable: name value"
822e4a65
JX
9501msgstr ""
9502
12705546 9503#: builtin/config.c:138
28b3cffc 9504msgid "remove a variable: name [value-regex]"
822e4a65
JX
9505msgstr ""
9506
12705546 9507#: builtin/config.c:139
28b3cffc 9508msgid "remove all matches: name [value-regex]"
822e4a65
JX
9509msgstr ""
9510
12705546 9511#: builtin/config.c:140
28b3cffc 9512msgid "rename section: old-name new-name"
822e4a65
JX
9513msgstr ""
9514
12705546 9515#: builtin/config.c:141
28b3cffc
JX
9516msgid "remove a section: name"
9517msgstr ""
9518
12705546 9519#: builtin/config.c:142
28b3cffc
JX
9520msgid "list all"
9521msgstr ""
9522
12705546 9523#: builtin/config.c:143
cc76011e 9524msgid "open an editor"
822e4a65
JX
9525msgstr ""
9526
12705546 9527#: builtin/config.c:144
beb691f7 9528msgid "find the color configured: slot [default]"
822e4a65
JX
9529msgstr ""
9530
12705546 9531#: builtin/config.c:145
beb691f7 9532msgid "find the color setting: slot [stdout-is-tty]"
822e4a65
JX
9533msgstr ""
9534
12705546 9535#: builtin/config.c:146
cc76011e 9536msgid "Type"
822e4a65
JX
9537msgstr ""
9538
12705546 9539#: builtin/config.c:147
9b7388a8
JX
9540msgid "value is given this type"
9541msgstr ""
9542
12705546 9543#: builtin/config.c:148
cc76011e 9544msgid "value is \"true\" or \"false\""
822e4a65
JX
9545msgstr ""
9546
12705546 9547#: builtin/config.c:149
cc76011e 9548msgid "value is decimal number"
822e4a65
JX
9549msgstr ""
9550
12705546 9551#: builtin/config.c:150
cc76011e 9552msgid "value is --bool or --int"
822e4a65
JX
9553msgstr ""
9554
12705546 9555#: builtin/config.c:151
cc76011e 9556msgid "value is a path (file or directory name)"
822e4a65
JX
9557msgstr ""
9558
12705546 9559#: builtin/config.c:152
18a90722
JX
9560msgid "value is an expiry date"
9561msgstr ""
9562
12705546 9563#: builtin/config.c:153
cc76011e 9564msgid "Other"
822e4a65
JX
9565msgstr ""
9566
12705546 9567#: builtin/config.c:154
cc76011e 9568msgid "terminate values with NUL byte"
822e4a65
JX
9569msgstr ""
9570
12705546 9571#: builtin/config.c:155
df0617bf
JX
9572msgid "show variable names only"
9573msgstr ""
9574
12705546 9575#: builtin/config.c:156
cc76011e 9576msgid "respect include directives on lookup"
822e4a65
JX
9577msgstr ""
9578
12705546 9579#: builtin/config.c:157
9eb3984b
JX
9580msgid "show origin of config (file, standard input, blob, command line)"
9581msgstr ""
9582
12705546 9583#: builtin/config.c:158
9b7388a8
JX
9584msgid "value"
9585msgstr ""
9586
12705546 9587#: builtin/config.c:158
9b7388a8
JX
9588msgid "with --get, use default value when missing entry"
9589msgstr ""
9590
12705546 9591#: builtin/config.c:171
dba9f13c
JX
9592#, c-format
9593msgid "wrong number of arguments, should be %d"
9594msgstr ""
9595
12705546 9596#: builtin/config.c:173
dba9f13c
JX
9597#, c-format
9598msgid "wrong number of arguments, should be from %d to %d"
9599msgstr ""
9600
12705546 9601#: builtin/config.c:307
dba9f13c
JX
9602#, c-format
9603msgid "invalid key pattern: %s"
9604msgstr ""
9605
12705546 9606#: builtin/config.c:343
9b7388a8
JX
9607#, c-format
9608msgid "failed to format default config value: %s"
9609msgstr ""
9610
12705546 9611#: builtin/config.c:400
dba9f13c
JX
9612#, c-format
9613msgid "cannot parse color '%s'"
9614msgstr ""
9615
12705546 9616#: builtin/config.c:442
d07a63e4
JX
9617msgid "unable to parse default color value"
9618msgstr ""
9619
12705546 9620#: builtin/config.c:495 builtin/config.c:741
dba9f13c
JX
9621msgid "not in a git directory"
9622msgstr ""
9623
12705546 9624#: builtin/config.c:498
dba9f13c
JX
9625msgid "writing to stdin is not supported"
9626msgstr ""
9627
12705546 9628#: builtin/config.c:501
dba9f13c
JX
9629msgid "writing config blobs is not supported"
9630msgstr ""
9631
12705546 9632#: builtin/config.c:586
d07a63e4
JX
9633#, c-format
9634msgid ""
9635"# This is Git's per-user configuration file.\n"
64f23b0c 9636"[user]\n"
d07a63e4 9637"# Please adapt and uncomment the following lines:\n"
64f23b0c 9638"#\tname = %s\n"
d07a63e4
JX
9639"#\temail = %s\n"
9640msgstr ""
9641
12705546 9642#: builtin/config.c:610
dba9f13c
JX
9643msgid "only one config file at a time"
9644msgstr ""
9645
12705546 9646#: builtin/config.c:615
5b34e000
JX
9647msgid "--local can only be used inside a git repository"
9648msgstr ""
9649
12705546 9650#: builtin/config.c:618
9b7388a8
JX
9651msgid "--blob can only be used inside a git repository"
9652msgstr ""
9653
12705546 9654#: builtin/config.c:637
dba9f13c
JX
9655msgid "$HOME not set"
9656msgstr ""
9657
12705546
JX
9658#: builtin/config.c:657
9659msgid ""
9660"--worktree cannot be used with multiple working trees unless the config\n"
9661"extension worktreeConfig is enabled. Please read \"CONFIGURATION FILE\"\n"
9662"section in \"git help worktree\" for details"
9663msgstr ""
9664
9665#: builtin/config.c:687
dba9f13c
JX
9666msgid "--get-color and variable type are incoherent"
9667msgstr ""
9668
12705546 9669#: builtin/config.c:692
dba9f13c
JX
9670msgid "only one action at a time"
9671msgstr ""
9672
12705546 9673#: builtin/config.c:705
dba9f13c
JX
9674msgid "--name-only is only applicable to --list or --get-regexp"
9675msgstr ""
9676
12705546 9677#: builtin/config.c:711
dba9f13c
JX
9678msgid ""
9679"--show-origin is only applicable to --get, --get-all, --get-regexp, and --"
9680"list"
9681msgstr ""
9682
12705546 9683#: builtin/config.c:717
dba9f13c
JX
9684msgid "--default is only applicable to --get"
9685msgstr ""
9686
12705546 9687#: builtin/config.c:730
dba9f13c
JX
9688#, c-format
9689msgid "unable to read config file '%s'"
9690msgstr ""
9691
12705546 9692#: builtin/config.c:733
dba9f13c
JX
9693msgid "error processing config file(s)"
9694msgstr ""
9695
12705546 9696#: builtin/config.c:743
dba9f13c
JX
9697msgid "editing stdin is not supported"
9698msgstr ""
9699
12705546 9700#: builtin/config.c:745
dba9f13c
JX
9701msgid "editing blobs is not supported"
9702msgstr ""
9703
12705546 9704#: builtin/config.c:759
d07a63e4
JX
9705#, c-format
9706msgid "cannot create configuration file %s"
9707msgstr ""
9708
12705546 9709#: builtin/config.c:772
fda7b092
JX
9710#, c-format
9711msgid ""
9712"cannot overwrite multiple values with a single value\n"
9713" Use a regexp, --add or --replace-all to change %s."
9714msgstr ""
9715
12705546 9716#: builtin/config.c:846 builtin/config.c:857
dba9f13c
JX
9717#, c-format
9718msgid "no such section: %s"
9719msgstr ""
9720
9b7388a8 9721#: builtin/count-objects.c:90
c6bc7d43
JX
9722msgid "git count-objects [-v] [-H | --human-readable]"
9723msgstr ""
9724
9b7388a8 9725#: builtin/count-objects.c:100
c6bc7d43 9726msgid "print sizes in human readable format"
822e4a65
JX
9727msgstr ""
9728
dba9f13c 9729#: builtin/describe.c:26
c2ea1208 9730msgid "git describe [<options>] [<commit-ish>...]"
822e4a65
JX
9731msgstr ""
9732
dba9f13c 9733#: builtin/describe.c:27
c2ea1208 9734msgid "git describe [<options>] --dirty"
822e4a65
JX
9735msgstr ""
9736
dba9f13c 9737#: builtin/describe.c:62
dfc182b1
JX
9738msgid "head"
9739msgstr ""
9740
dba9f13c 9741#: builtin/describe.c:62
dfc182b1
JX
9742msgid "lightweight"
9743msgstr ""
9744
dba9f13c 9745#: builtin/describe.c:62
dfc182b1
JX
9746msgid "annotated"
9747msgstr ""
9748
dba9f13c 9749#: builtin/describe.c:272
cc76011e
JX
9750#, c-format
9751msgid "annotated tag %s not available"
822e4a65
JX
9752msgstr ""
9753
dba9f13c 9754#: builtin/describe.c:276
822e4a65 9755#, c-format
cc76011e 9756msgid "annotated tag %s has no embedded name"
822e4a65
JX
9757msgstr ""
9758
dba9f13c 9759#: builtin/describe.c:278
cc76011e
JX
9760#, c-format
9761msgid "tag '%s' is really '%s' here"
822e4a65
JX
9762msgstr ""
9763
dba9f13c 9764#: builtin/describe.c:322
822e4a65 9765#, c-format
cc76011e 9766msgid "no tag exactly matches '%s'"
822e4a65
JX
9767msgstr ""
9768
dba9f13c 9769#: builtin/describe.c:324
822e4a65 9770#, c-format
18a90722 9771msgid "No exact match on refs or tags, searching to describe\n"
822e4a65
JX
9772msgstr ""
9773
dba9f13c 9774#: builtin/describe.c:378
cc76011e
JX
9775#, c-format
9776msgid "finished search at %s\n"
822e4a65
JX
9777msgstr ""
9778
dba9f13c 9779#: builtin/describe.c:404
cc76011e
JX
9780#, c-format
9781msgid ""
9782"No annotated tags can describe '%s'.\n"
9783"However, there were unannotated tags: try --tags."
822e4a65
JX
9784msgstr ""
9785
dba9f13c 9786#: builtin/describe.c:408
cc76011e
JX
9787#, c-format
9788msgid ""
9789"No tags can describe '%s'.\n"
9790"Try --always, or create some tags."
822e4a65
JX
9791msgstr ""
9792
dba9f13c 9793#: builtin/describe.c:438
822e4a65 9794#, c-format
cc76011e 9795msgid "traversed %lu commits\n"
822e4a65
JX
9796msgstr ""
9797
dba9f13c 9798#: builtin/describe.c:441
822e4a65 9799#, c-format
cc76011e
JX
9800msgid ""
9801"more than %i tags found; listed %i most recent\n"
9802"gave up search at %s\n"
822e4a65
JX
9803msgstr ""
9804
dba9f13c 9805#: builtin/describe.c:509
18a90722
JX
9806#, c-format
9807msgid "describe %s\n"
9808msgstr ""
9809
12705546 9810#: builtin/describe.c:512 builtin/log.c:513
18a90722
JX
9811#, c-format
9812msgid "Not a valid object name %s"
9813msgstr ""
9814
dba9f13c 9815#: builtin/describe.c:520
18a90722
JX
9816#, c-format
9817msgid "%s is neither a commit nor blob"
9818msgstr ""
9819
dba9f13c 9820#: builtin/describe.c:534
cc76011e 9821msgid "find the tag that comes after the commit"
822e4a65
JX
9822msgstr ""
9823
dba9f13c 9824#: builtin/describe.c:535
cc76011e 9825msgid "debug search strategy on stderr"
822e4a65
JX
9826msgstr ""
9827
dba9f13c 9828#: builtin/describe.c:536
c138af56 9829msgid "use any ref"
822e4a65
JX
9830msgstr ""
9831
dba9f13c 9832#: builtin/describe.c:537
c138af56 9833msgid "use any tag, even unannotated"
822e4a65
JX
9834msgstr ""
9835
dba9f13c 9836#: builtin/describe.c:538
cc76011e 9837msgid "always use long format"
822e4a65
JX
9838msgstr ""
9839
dba9f13c 9840#: builtin/describe.c:539
28b3cffc
JX
9841msgid "only follow first parent"
9842msgstr ""
9843
dba9f13c 9844#: builtin/describe.c:542
cc76011e 9845msgid "only output exact matches"
822e4a65
JX
9846msgstr ""
9847
dba9f13c 9848#: builtin/describe.c:544
cc76011e 9849msgid "consider <n> most recent tags (default: 10)"
822e4a65
JX
9850msgstr ""
9851
dba9f13c 9852#: builtin/describe.c:546
cc76011e 9853msgid "only consider tags matching <pattern>"
822e4a65
JX
9854msgstr ""
9855
dba9f13c 9856#: builtin/describe.c:548
dfc182b1
JX
9857msgid "do not consider tags matching <pattern>"
9858msgstr ""
9859
dba9f13c 9860#: builtin/describe.c:550 builtin/name-rev.c:424
cc76011e 9861msgid "show abbreviated commit object as fallback"
822e4a65
JX
9862msgstr ""
9863
dba9f13c 9864#: builtin/describe.c:551 builtin/describe.c:554
cc76011e 9865msgid "mark"
822e4a65
JX
9866msgstr ""
9867
dba9f13c 9868#: builtin/describe.c:552
cc76011e 9869msgid "append <mark> on dirty working tree (default: \"-dirty\")"
822e4a65
JX
9870msgstr ""
9871
dba9f13c 9872#: builtin/describe.c:555
dfc182b1
JX
9873msgid "append <mark> on broken working tree (default: \"-broken\")"
9874msgstr ""
9875
dba9f13c 9876#: builtin/describe.c:573
cc76011e
JX
9877msgid "--long is incompatible with --abbrev=0"
9878msgstr ""
9879
dba9f13c 9880#: builtin/describe.c:602
cc76011e
JX
9881msgid "No names found, cannot describe anything."
9882msgstr ""
9883
dba9f13c 9884#: builtin/describe.c:652
a8a5406a 9885msgid "--dirty is incompatible with commit-ishes"
cc76011e
JX
9886msgstr ""
9887
dba9f13c 9888#: builtin/describe.c:654
dfc182b1
JX
9889msgid "--broken is incompatible with commit-ishes"
9890msgstr ""
9891
a4d94835 9892#: builtin/diff.c:83
822e4a65 9893#, c-format
cc76011e 9894msgid "'%s': not a regular file or symlink"
822e4a65
JX
9895msgstr ""
9896
18a90722 9897#: builtin/diff.c:234
cc76011e
JX
9898#, c-format
9899msgid "invalid option: %s"
822e4a65
JX
9900msgstr ""
9901
dba9f13c 9902#: builtin/diff.c:363
cc76011e 9903msgid "Not a git repository"
822e4a65
JX
9904msgstr ""
9905
dba9f13c 9906#: builtin/diff.c:407
cc76011e
JX
9907#, c-format
9908msgid "invalid object '%s' given."
822e4a65
JX
9909msgstr ""
9910
dba9f13c 9911#: builtin/diff.c:416
cc76011e
JX
9912#, c-format
9913msgid "more than two blobs given: '%s'"
822e4a65
JX
9914msgstr ""
9915
dba9f13c 9916#: builtin/diff.c:421
cc76011e
JX
9917#, c-format
9918msgid "unhandled object '%s' given."
822e4a65
JX
9919msgstr ""
9920
dba9f13c 9921#: builtin/difftool.c:30
673bfad0
JX
9922msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
9923msgstr ""
9924
dba9f13c 9925#: builtin/difftool.c:260
673bfad0
JX
9926#, c-format
9927msgid "failed: %d"
9928msgstr ""
9929
dba9f13c 9930#: builtin/difftool.c:302
dfc182b1
JX
9931#, c-format
9932msgid "could not read symlink %s"
9933msgstr ""
9934
dba9f13c 9935#: builtin/difftool.c:304
dfc182b1
JX
9936#, c-format
9937msgid "could not read symlink file %s"
9938msgstr ""
9939
dba9f13c 9940#: builtin/difftool.c:312
dfc182b1
JX
9941#, c-format
9942msgid "could not read object %s for symlink %s"
9943msgstr ""
9944
dba9f13c 9945#: builtin/difftool.c:413
673bfad0
JX
9946msgid ""
9947"combined diff formats('-c' and '--cc') are not supported in\n"
9948"directory diff mode('-d' and '--dir-diff')."
9949msgstr ""
9950
dba9f13c 9951#: builtin/difftool.c:633
673bfad0
JX
9952#, c-format
9953msgid "both files modified: '%s' and '%s'."
9954msgstr ""
9955
dba9f13c 9956#: builtin/difftool.c:635
673bfad0
JX
9957msgid "working tree file has been left."
9958msgstr ""
9959
dba9f13c 9960#: builtin/difftool.c:646
673bfad0
JX
9961#, c-format
9962msgid "temporary files exist in '%s'."
9963msgstr ""
9964
dba9f13c 9965#: builtin/difftool.c:647
673bfad0
JX
9966msgid "you may want to cleanup or recover these."
9967msgstr ""
9968
dba9f13c 9969#: builtin/difftool.c:696
673bfad0
JX
9970msgid "use `diff.guitool` instead of `diff.tool`"
9971msgstr ""
9972
dba9f13c 9973#: builtin/difftool.c:698
673bfad0
JX
9974msgid "perform a full-directory diff"
9975msgstr ""
9976
dba9f13c 9977#: builtin/difftool.c:700
673bfad0
JX
9978msgid "do not prompt before launching a diff tool"
9979msgstr ""
9980
dba9f13c 9981#: builtin/difftool.c:705
673bfad0
JX
9982msgid "use symlinks in dir-diff mode"
9983msgstr ""
9984
dba9f13c
JX
9985#: builtin/difftool.c:706
9986msgid "tool"
673bfad0
JX
9987msgstr ""
9988
dba9f13c 9989#: builtin/difftool.c:707
673bfad0
JX
9990msgid "use the specified diff tool"
9991msgstr ""
9992
dba9f13c 9993#: builtin/difftool.c:709
673bfad0
JX
9994msgid "print a list of diff tools that may be used with `--tool`"
9995msgstr ""
9996
dba9f13c 9997#: builtin/difftool.c:712
673bfad0
JX
9998msgid ""
9999"make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
10000"code"
10001msgstr ""
10002
dba9f13c 10003#: builtin/difftool.c:715
673bfad0
JX
10004msgid "specify a custom command for viewing diffs"
10005msgstr ""
10006
dba9f13c 10007#: builtin/difftool.c:739
673bfad0
JX
10008msgid "no <tool> given for --tool=<tool>"
10009msgstr ""
10010
dba9f13c 10011#: builtin/difftool.c:746
673bfad0
JX
10012msgid "no <cmd> given for --extcmd=<cmd>"
10013msgstr ""
10014
dba9f13c 10015#: builtin/fast-export.c:29
cc76011e 10016msgid "git fast-export [rev-list-opts]"
822e4a65
JX
10017msgstr ""
10018
dba9f13c 10019#: builtin/fast-export.c:1006
cc76011e 10020msgid "show progress after <n> objects"
822e4a65
JX
10021msgstr ""
10022
dba9f13c 10023#: builtin/fast-export.c:1008
cc76011e 10024msgid "select handling of signed tags"
822e4a65
JX
10025msgstr ""
10026
dba9f13c 10027#: builtin/fast-export.c:1011
cc76011e 10028msgid "select handling of tags that tag filtered objects"
822e4a65
JX
10029msgstr ""
10030
dba9f13c 10031#: builtin/fast-export.c:1014
cc76011e 10032msgid "Dump marks to this file"
822e4a65
JX
10033msgstr ""
10034
dba9f13c 10035#: builtin/fast-export.c:1016
cc76011e 10036msgid "Import marks from this file"
822e4a65
JX
10037msgstr ""
10038
dba9f13c 10039#: builtin/fast-export.c:1018
cc76011e 10040msgid "Fake a tagger when tags lack one"
822e4a65
JX
10041msgstr ""
10042
dba9f13c 10043#: builtin/fast-export.c:1020
cc76011e 10044msgid "Output full tree for each commit"
822e4a65
JX
10045msgstr ""
10046
dba9f13c 10047#: builtin/fast-export.c:1022
cc76011e 10048msgid "Use the done feature to terminate the stream"
822e4a65
JX
10049msgstr ""
10050
dba9f13c 10051#: builtin/fast-export.c:1023
cc76011e 10052msgid "Skip output of blob data"
822e4a65
JX
10053msgstr ""
10054
12705546 10055#: builtin/fast-export.c:1024 builtin/log.c:1588
fe05e196
JX
10056msgid "refspec"
10057msgstr ""
10058
dba9f13c 10059#: builtin/fast-export.c:1025
fe05e196
JX
10060msgid "Apply refspec to exported refs"
10061msgstr ""
10062
dba9f13c 10063#: builtin/fast-export.c:1026
d07a63e4
JX
10064msgid "anonymize output"
10065msgstr ""
10066
12705546 10067#: builtin/fetch.c:28
cc76011e 10068msgid "git fetch [<options>] [<repository> [<refspec>...]]"
822e4a65
JX
10069msgstr ""
10070
12705546 10071#: builtin/fetch.c:29
cc76011e 10072msgid "git fetch [<options>] <group>"
dce37b66
JX
10073msgstr ""
10074
12705546 10075#: builtin/fetch.c:30
cc76011e 10076msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
822e4a65
JX
10077msgstr ""
10078
12705546 10079#: builtin/fetch.c:31
cc76011e 10080msgid "git fetch --all [<options>]"
822e4a65
JX
10081msgstr ""
10082
12705546 10083#: builtin/fetch.c:115 builtin/pull.c:194
cc76011e 10084msgid "fetch from all remotes"
822e4a65
JX
10085msgstr ""
10086
12705546 10087#: builtin/fetch.c:117 builtin/pull.c:197
cc76011e 10088msgid "append to .git/FETCH_HEAD instead of overwriting"
822e4a65
JX
10089msgstr ""
10090
12705546 10091#: builtin/fetch.c:119 builtin/pull.c:200
cc76011e 10092msgid "path to upload pack on remote end"
822e4a65
JX
10093msgstr ""
10094
12705546
JX
10095#: builtin/fetch.c:120
10096msgid "force overwrite of local reference"
822e4a65
JX
10097msgstr ""
10098
12705546 10099#: builtin/fetch.c:122
cc76011e 10100msgid "fetch from multiple remotes"
822e4a65
JX
10101msgstr ""
10102
12705546 10103#: builtin/fetch.c:124 builtin/pull.c:204
cc76011e 10104msgid "fetch all tags and associated objects"
822e4a65
JX
10105msgstr ""
10106
12705546 10107#: builtin/fetch.c:126
cc76011e 10108msgid "do not fetch all tags (--no-tags)"
822e4a65
JX
10109msgstr ""
10110
12705546 10111#: builtin/fetch.c:128
9eb3984b
JX
10112msgid "number of submodules fetched in parallel"
10113msgstr ""
10114
12705546 10115#: builtin/fetch.c:130 builtin/pull.c:207
cc76011e 10116msgid "prune remote-tracking branches no longer on remote"
822e4a65
JX
10117msgstr ""
10118
12705546 10119#: builtin/fetch.c:132
abc8de64
JX
10120msgid "prune local tags no longer on remote and clobber changed tags"
10121msgstr ""
10122
12705546 10123#: builtin/fetch.c:133 builtin/fetch.c:156 builtin/pull.c:132
cc76011e 10124msgid "on-demand"
822e4a65
JX
10125msgstr ""
10126
12705546 10127#: builtin/fetch.c:134
cc76011e 10128msgid "control recursive fetching of submodules"
822e4a65
JX
10129msgstr ""
10130
12705546 10131#: builtin/fetch.c:138 builtin/pull.c:215
cc76011e 10132msgid "keep downloaded pack"
822e4a65
JX
10133msgstr ""
10134
12705546 10135#: builtin/fetch.c:140
cc76011e 10136msgid "allow updating of HEAD ref"
822e4a65
JX
10137msgstr ""
10138
12705546 10139#: builtin/fetch.c:143 builtin/fetch.c:149 builtin/pull.c:218
cc76011e 10140msgid "deepen history of shallow clone"
822e4a65
JX
10141msgstr ""
10142
12705546 10143#: builtin/fetch.c:145
fda7b092
JX
10144msgid "deepen history of shallow repository based on time"
10145msgstr ""
10146
12705546 10147#: builtin/fetch.c:151 builtin/pull.c:221
9caaf23e
JX
10148msgid "convert to a complete repository"
10149msgstr ""
10150
12705546 10151#: builtin/fetch.c:154
cc76011e 10152msgid "prepend this to submodule path output"
822e4a65
JX
10153msgstr ""
10154
12705546 10155#: builtin/fetch.c:157
5b34e000
JX
10156msgid ""
10157"default for recursive fetching of submodules (lower priority than config "
10158"files)"
822e4a65
JX
10159msgstr ""
10160
12705546 10161#: builtin/fetch.c:161 builtin/pull.c:224
df49095a
JX
10162msgid "accept refs that update .git/shallow"
10163msgstr ""
10164
12705546 10165#: builtin/fetch.c:162 builtin/pull.c:226
fe05e196
JX
10166msgid "refmap"
10167msgstr ""
10168
12705546 10169#: builtin/fetch.c:163 builtin/pull.c:227
fe05e196
JX
10170msgid "specify fetch refmap"
10171msgstr ""
10172
12705546 10173#: builtin/fetch.c:164 builtin/ls-remote.c:77 builtin/push.c:582
9b7388a8
JX
10174#: builtin/send-pack.c:172
10175msgid "server-specific"
10176msgstr ""
10177
12705546 10178#: builtin/fetch.c:164 builtin/ls-remote.c:77 builtin/push.c:582
9b7388a8
JX
10179#: builtin/send-pack.c:173
10180msgid "option to transmit"
10181msgstr ""
10182
12705546 10183#: builtin/fetch.c:170
dba9f13c
JX
10184msgid "report that we have only objects reachable from this object"
10185msgstr ""
10186
12705546 10187#: builtin/fetch.c:470
cc76011e 10188msgid "Couldn't find remote ref HEAD"
822e4a65
JX
10189msgstr ""
10190
12705546 10191#: builtin/fetch.c:609
9fa976ff
JX
10192#, c-format
10193msgid "configuration fetch.output contains invalid value %s"
10194msgstr ""
10195
12705546 10196#: builtin/fetch.c:702
822e4a65 10197#, c-format
cc76011e 10198msgid "object %s not found"
dce37b66
JX
10199msgstr ""
10200
12705546 10201#: builtin/fetch.c:706
cc76011e 10202msgid "[up to date]"
dce37b66
JX
10203msgstr ""
10204
12705546 10205#: builtin/fetch.c:719 builtin/fetch.c:735 builtin/fetch.c:807
9fa976ff 10206msgid "[rejected]"
dce37b66
JX
10207msgstr ""
10208
12705546 10209#: builtin/fetch.c:720
9fa976ff 10210msgid "can't fetch in current branch"
822e4a65
JX
10211msgstr ""
10212
12705546 10213#: builtin/fetch.c:730
cc76011e 10214msgid "[tag update]"
822e4a65
JX
10215msgstr ""
10216
12705546
JX
10217#: builtin/fetch.c:731 builtin/fetch.c:771 builtin/fetch.c:787
10218#: builtin/fetch.c:802
9fa976ff 10219msgid "unable to update local ref"
822e4a65
JX
10220msgstr ""
10221
12705546
JX
10222#: builtin/fetch.c:735
10223msgid "would clobber existing tag"
10224msgstr ""
10225
10226#: builtin/fetch.c:757
cc76011e 10227msgid "[new tag]"
822e4a65
JX
10228msgstr ""
10229
12705546 10230#: builtin/fetch.c:760
cc76011e 10231msgid "[new branch]"
822e4a65
JX
10232msgstr ""
10233
12705546 10234#: builtin/fetch.c:763
cc76011e 10235msgid "[new ref]"
822e4a65
JX
10236msgstr ""
10237
12705546 10238#: builtin/fetch.c:802
cc76011e 10239msgid "forced update"
822e4a65
JX
10240msgstr ""
10241
12705546 10242#: builtin/fetch.c:807
9fa976ff 10243msgid "non-fast-forward"
822e4a65
JX
10244msgstr ""
10245
12705546 10246#: builtin/fetch.c:853
822e4a65 10247#, c-format
cc76011e 10248msgid "%s did not send all necessary objects\n"
822e4a65
JX
10249msgstr ""
10250
12705546 10251#: builtin/fetch.c:874
df49095a
JX
10252#, c-format
10253msgid "reject %s because shallow roots are not allowed to be updated"
10254msgstr ""
10255
12705546 10256#: builtin/fetch.c:963 builtin/fetch.c:1085
822e4a65 10257#, c-format
cc76011e 10258msgid "From %.*s\n"
822e4a65
JX
10259msgstr ""
10260
12705546 10261#: builtin/fetch.c:974
822e4a65 10262#, c-format
cc76011e
JX
10263msgid ""
10264"some local refs could not be updated; try running\n"
10265" 'git remote prune %s' to remove any old, conflicting branches"
822e4a65
JX
10266msgstr ""
10267
12705546 10268#: builtin/fetch.c:1055
cc76011e
JX
10269#, c-format
10270msgid " (%s will become dangling)"
10271msgstr ""
10272
12705546 10273#: builtin/fetch.c:1056
cc76011e
JX
10274#, c-format
10275msgid " (%s has become dangling)"
10276msgstr ""
10277
12705546 10278#: builtin/fetch.c:1088
cc76011e
JX
10279msgid "[deleted]"
10280msgstr ""
10281
12705546 10282#: builtin/fetch.c:1089 builtin/remote.c:1036
cc76011e
JX
10283msgid "(none)"
10284msgstr ""
10285
12705546 10286#: builtin/fetch.c:1112
cc76011e
JX
10287#, c-format
10288msgid "Refusing to fetch into current branch %s of non-bare repository"
10289msgstr ""
10290
12705546 10291#: builtin/fetch.c:1131
cc76011e 10292#, c-format
727b9576 10293msgid "Option \"%s\" value \"%s\" is not valid for %s"
cc76011e
JX
10294msgstr ""
10295
12705546 10296#: builtin/fetch.c:1134
cc76011e 10297#, c-format
727b9576 10298msgid "Option \"%s\" is ignored for %s\n"
cc76011e
JX
10299msgstr ""
10300
12705546 10301#: builtin/fetch.c:1433
cc76011e
JX
10302#, c-format
10303msgid "Fetching %s\n"
10304msgstr ""
10305
12705546 10306#: builtin/fetch.c:1435 builtin/remote.c:100
cc76011e
JX
10307#, c-format
10308msgid "Could not fetch %s"
10309msgstr ""
10310
12705546 10311#: builtin/fetch.c:1481 builtin/fetch.c:1649
abc8de64
JX
10312msgid ""
10313"--filter can only be used with the remote configured in core.partialClone"
10314msgstr ""
10315
12705546 10316#: builtin/fetch.c:1504
cc76011e
JX
10317msgid ""
10318"No remote repository specified. Please, specify either a URL or a\n"
10319"remote name from which new revisions should be fetched."
10320msgstr ""
10321
12705546 10322#: builtin/fetch.c:1541
cc76011e
JX
10323msgid "You need to specify a tag name."
10324msgstr ""
10325
12705546 10326#: builtin/fetch.c:1590
fda7b092
JX
10327msgid "Negative depth in --deepen is not supported"
10328msgstr ""
10329
12705546 10330#: builtin/fetch.c:1592
fda7b092
JX
10331msgid "--deepen and --depth are mutually exclusive"
10332msgstr ""
10333
12705546 10334#: builtin/fetch.c:1597
9caaf23e
JX
10335msgid "--depth and --unshallow cannot be used together"
10336msgstr ""
10337
12705546 10338#: builtin/fetch.c:1599
9caaf23e
JX
10339msgid "--unshallow on a complete repository does not make sense"
10340msgstr ""
10341
12705546 10342#: builtin/fetch.c:1615
cc76011e
JX
10343msgid "fetch --all does not take a repository argument"
10344msgstr ""
10345
12705546 10346#: builtin/fetch.c:1617
cc76011e
JX
10347msgid "fetch --all does not make sense with refspecs"
10348msgstr ""
10349
12705546 10350#: builtin/fetch.c:1626
cc76011e
JX
10351#, c-format
10352msgid "No such remote or remote group: %s"
10353msgstr ""
10354
12705546 10355#: builtin/fetch.c:1633
cc76011e
JX
10356msgid "Fetching a group and specifying refspecs does not make sense"
10357msgstr ""
10358
12705546 10359#: builtin/fmt-merge-msg.c:18
c2ea1208
JX
10360msgid ""
10361"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
cc76011e
JX
10362msgstr ""
10363
12705546 10364#: builtin/fmt-merge-msg.c:672
cc76011e
JX
10365msgid "populate log with at most <n> entries from shortlog"
10366msgstr ""
10367
12705546 10368#: builtin/fmt-merge-msg.c:675
cc76011e
JX
10369msgid "alias for --log (deprecated)"
10370msgstr ""
10371
12705546 10372#: builtin/fmt-merge-msg.c:678
cc76011e
JX
10373msgid "text"
10374msgstr ""
10375
12705546 10376#: builtin/fmt-merge-msg.c:679
cc76011e
JX
10377msgid "use <text> as start of message"
10378msgstr ""
10379
12705546 10380#: builtin/fmt-merge-msg.c:680
cc76011e
JX
10381msgid "file to read from"
10382msgstr ""
10383
5b34e000 10384#: builtin/for-each-ref.c:10
c2ea1208 10385msgid "git for-each-ref [<options>] [<pattern>]"
cc76011e
JX
10386msgstr ""
10387
5b34e000 10388#: builtin/for-each-ref.c:11
f4f2c8f8
JX
10389msgid "git for-each-ref [--points-at <object>]"
10390msgstr ""
10391
5b34e000 10392#: builtin/for-each-ref.c:12
dfc182b1 10393msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
f4f2c8f8
JX
10394msgstr ""
10395
5b34e000 10396#: builtin/for-each-ref.c:13
dfc182b1 10397msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
f4f2c8f8
JX
10398msgstr ""
10399
5b34e000 10400#: builtin/for-each-ref.c:28
cc76011e
JX
10401msgid "quote placeholders suitably for shells"
10402msgstr ""
10403
5b34e000 10404#: builtin/for-each-ref.c:30
cc76011e
JX
10405msgid "quote placeholders suitably for perl"
10406msgstr ""
10407
5b34e000 10408#: builtin/for-each-ref.c:32
cc76011e
JX
10409msgid "quote placeholders suitably for python"
10410msgstr ""
10411
5b34e000 10412#: builtin/for-each-ref.c:34
beb691f7 10413msgid "quote placeholders suitably for Tcl"
cc76011e
JX
10414msgstr ""
10415
5b34e000 10416#: builtin/for-each-ref.c:37
cc76011e
JX
10417msgid "show only <n> matched refs"
10418msgstr ""
10419
12705546 10420#: builtin/for-each-ref.c:39 builtin/tag.c:424
25eab542
JX
10421msgid "respect format colors"
10422msgstr ""
10423
10424#: builtin/for-each-ref.c:43
f4f2c8f8 10425msgid "print only refs which points at the given object"
cc76011e
JX
10426msgstr ""
10427
25eab542 10428#: builtin/for-each-ref.c:45
f4f2c8f8 10429msgid "print only refs that are merged"
cc76011e
JX
10430msgstr ""
10431
25eab542 10432#: builtin/for-each-ref.c:46
f4f2c8f8
JX
10433msgid "print only refs that are not merged"
10434msgstr ""
10435
25eab542 10436#: builtin/for-each-ref.c:47
f4f2c8f8
JX
10437msgid "print only refs which contain the commit"
10438msgstr ""
10439
25eab542 10440#: builtin/for-each-ref.c:48
dfc182b1
JX
10441msgid "print only refs which don't contain the commit"
10442msgstr ""
10443
12705546 10444#: builtin/fsck.c:598
5e078fcd
JX
10445msgid "Checking object directories"
10446msgstr ""
10447
12705546 10448#: builtin/fsck.c:693
c2ea1208 10449msgid "git fsck [<options>] [<object>...]"
cc76011e
JX
10450msgstr ""
10451
12705546 10452#: builtin/fsck.c:699
cc76011e
JX
10453msgid "show unreachable objects"
10454msgstr ""
10455
12705546 10456#: builtin/fsck.c:700
cc76011e
JX
10457msgid "show dangling objects"
10458msgstr ""
10459
12705546 10460#: builtin/fsck.c:701
cc76011e
JX
10461msgid "report tags"
10462msgstr ""
10463
12705546 10464#: builtin/fsck.c:702
cc76011e
JX
10465msgid "report root nodes"
10466msgstr ""
10467
12705546 10468#: builtin/fsck.c:703
cc76011e
JX
10469msgid "make index objects head nodes"
10470msgstr ""
10471
12705546 10472#: builtin/fsck.c:704
cc76011e
JX
10473msgid "make reflogs head nodes (default)"
10474msgstr ""
10475
12705546 10476#: builtin/fsck.c:705
cc76011e
JX
10477msgid "also consider packs and alternate objects"
10478msgstr ""
10479
12705546 10480#: builtin/fsck.c:706
df0617bf
JX
10481msgid "check only connectivity"
10482msgstr ""
10483
12705546 10484#: builtin/fsck.c:707
cc76011e
JX
10485msgid "enable more strict checking"
10486msgstr ""
10487
12705546 10488#: builtin/fsck.c:709
cc76011e
JX
10489msgid "write dangling objects in .git/lost-found"
10490msgstr ""
10491
12705546 10492#: builtin/fsck.c:710 builtin/prune.c:110
cc76011e
JX
10493msgid "show progress"
10494msgstr ""
10495
12705546 10496#: builtin/fsck.c:711
9fa976ff
JX
10497msgid "show verbose names for reachable objects"
10498msgstr ""
10499
12705546 10500#: builtin/fsck.c:776
5e078fcd
JX
10501msgid "Checking objects"
10502msgstr ""
10503
dba9f13c 10504#: builtin/gc.c:34
c2ea1208 10505msgid "git gc [<options>]"
cc76011e
JX
10506msgstr ""
10507
dba9f13c 10508#: builtin/gc.c:90
cc76011e 10509#, c-format
dfc182b1 10510msgid "Failed to fstat %s: %s"
cc76011e
JX
10511msgstr ""
10512
12705546
JX
10513#: builtin/gc.c:461 builtin/init-db.c:55
10514#, c-format
10515msgid "cannot stat '%s'"
10516msgstr ""
10517
10518#: builtin/gc.c:470 builtin/notes.c:240 builtin/tag.c:510
cc76011e 10519#, c-format
12705546 10520msgid "cannot read '%s'"
cc76011e
JX
10521msgstr ""
10522
12705546 10523#: builtin/gc.c:477
f4f2c8f8
JX
10524#, c-format
10525msgid ""
10526"The last gc run reported the following. Please correct the root cause\n"
10527"and remove %s.\n"
10528"Automatic cleanup will not be performed until the file is removed.\n"
10529"\n"
10530"%s"
10531msgstr ""
10532
12705546 10533#: builtin/gc.c:519
cc76011e
JX
10534msgid "prune unreferenced objects"
10535msgstr ""
10536
12705546 10537#: builtin/gc.c:521
cc76011e
JX
10538msgid "be more thorough (increased runtime)"
10539msgstr ""
10540
12705546 10541#: builtin/gc.c:522
cc76011e
JX
10542msgid "enable auto-gc mode"
10543msgstr ""
10544
12705546 10545#: builtin/gc.c:525
727b9576
JX
10546msgid "force running gc even if there may be another gc running"
10547msgstr ""
10548
12705546 10549#: builtin/gc.c:528
9b7388a8
JX
10550msgid "repack all other packs except the largest pack"
10551msgstr ""
10552
12705546 10553#: builtin/gc.c:545
9b7388a8
JX
10554#, c-format
10555msgid "failed to parse gc.logexpiry value %s"
10556msgstr ""
10557
12705546 10558#: builtin/gc.c:556
dfc182b1 10559#, c-format
9b7388a8 10560msgid "failed to parse prune expiry value %s"
dfc182b1
JX
10561msgstr ""
10562
12705546 10563#: builtin/gc.c:576
cc76011e 10564#, c-format
5e078fcd
JX
10565msgid "Auto packing the repository in background for optimum performance.\n"
10566msgstr ""
10567
12705546 10568#: builtin/gc.c:578
5e078fcd
JX
10569#, c-format
10570msgid "Auto packing the repository for optimum performance.\n"
10571msgstr ""
10572
12705546 10573#: builtin/gc.c:579
5e078fcd
JX
10574#, c-format
10575msgid "See \"git help gc\" for manual housekeeping.\n"
cc76011e
JX
10576msgstr ""
10577
12705546 10578#: builtin/gc.c:619
727b9576
JX
10579#, c-format
10580msgid ""
10581"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
10582msgstr ""
10583
12705546 10584#: builtin/gc.c:670
cc76011e
JX
10585msgid ""
10586"There are too many unreachable loose objects; run 'git prune' to remove them."
10587msgstr ""
10588
9b7388a8 10589#: builtin/grep.c:28
c2ea1208 10590msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
cc76011e
JX
10591msgstr ""
10592
12705546 10593#: builtin/grep.c:224
cc76011e
JX
10594#, c-format
10595msgid "grep: failed to create thread: %s"
10596msgstr ""
10597
12705546 10598#: builtin/grep.c:278
9eb3984b
JX
10599#, c-format
10600msgid "invalid number of threads specified (%d) for %s"
10601msgstr ""
10602
5b34e000
JX
10603#. TRANSLATORS: %s is the configuration
10604#. variable for tweaking threads, currently
10605#. grep.threads
10606#.
12705546
JX
10607#: builtin/grep.c:286 builtin/index-pack.c:1506 builtin/index-pack.c:1697
10608#: builtin/pack-objects.c:2719
5b34e000
JX
10609#, c-format
10610msgid "no threads support, ignoring %s"
10611msgstr ""
10612
12705546 10613#: builtin/grep.c:458 builtin/grep.c:579 builtin/grep.c:620
cc76011e
JX
10614#, c-format
10615msgid "unable to read tree (%s)"
10616msgstr ""
10617
12705546 10618#: builtin/grep.c:635
cc76011e
JX
10619#, c-format
10620msgid "unable to grep from object of type %s"
10621msgstr ""
10622
12705546 10623#: builtin/grep.c:701
cc76011e
JX
10624#, c-format
10625msgid "switch `%c' expects a numerical value"
10626msgstr ""
10627
12705546 10628#: builtin/grep.c:800
cc76011e
JX
10629msgid "search in index instead of in the work tree"
10630msgstr ""
10631
12705546 10632#: builtin/grep.c:802
cc76011e
JX
10633msgid "find in contents not managed by git"
10634msgstr ""
10635
12705546 10636#: builtin/grep.c:804
cc76011e
JX
10637msgid "search in both tracked and untracked files"
10638msgstr ""
10639
12705546 10640#: builtin/grep.c:806
c2ea1208 10641msgid "ignore files specified via '.gitignore'"
cc76011e
JX
10642msgstr ""
10643
12705546 10644#: builtin/grep.c:808
dfc182b1 10645msgid "recursively search in each submodule"
673bfad0
JX
10646msgstr ""
10647
12705546 10648#: builtin/grep.c:811
cc76011e
JX
10649msgid "show non-matching lines"
10650msgstr ""
10651
12705546 10652#: builtin/grep.c:813
cc76011e
JX
10653msgid "case insensitive matching"
10654msgstr ""
10655
12705546 10656#: builtin/grep.c:815
cc76011e
JX
10657msgid "match patterns only at word boundaries"
10658msgstr ""
10659
12705546 10660#: builtin/grep.c:817
cc76011e
JX
10661msgid "process binary files as text"
10662msgstr ""
10663
12705546 10664#: builtin/grep.c:819
cc76011e
JX
10665msgid "don't match patterns in binary files"
10666msgstr ""
10667
12705546 10668#: builtin/grep.c:822
727b9576
JX
10669msgid "process binary files with textconv filters"
10670msgstr ""
10671
12705546
JX
10672#: builtin/grep.c:824
10673msgid "search in subdirectories (default)"
10674msgstr ""
10675
10676#: builtin/grep.c:826
cc76011e
JX
10677msgid "descend at most <depth> levels"
10678msgstr ""
10679
12705546 10680#: builtin/grep.c:830
cc76011e
JX
10681msgid "use extended POSIX regular expressions"
10682msgstr ""
10683
12705546 10684#: builtin/grep.c:833
cc76011e
JX
10685msgid "use basic POSIX regular expressions (default)"
10686msgstr ""
10687
12705546 10688#: builtin/grep.c:836
cc76011e
JX
10689msgid "interpret patterns as fixed strings"
10690msgstr ""
10691
12705546 10692#: builtin/grep.c:839
cc76011e
JX
10693msgid "use Perl-compatible regular expressions"
10694msgstr ""
10695
12705546 10696#: builtin/grep.c:842
cc76011e
JX
10697msgid "show line numbers"
10698msgstr ""
10699
12705546 10700#: builtin/grep.c:843
dba9f13c
JX
10701msgid "show column number of first match"
10702msgstr ""
10703
12705546 10704#: builtin/grep.c:844
cc76011e
JX
10705msgid "don't show filenames"
10706msgstr ""
10707
12705546 10708#: builtin/grep.c:845
cc76011e
JX
10709msgid "show filenames"
10710msgstr ""
10711
12705546 10712#: builtin/grep.c:847
cc76011e
JX
10713msgid "show filenames relative to top directory"
10714msgstr ""
10715
12705546 10716#: builtin/grep.c:849
cc76011e
JX
10717msgid "show only filenames instead of matching lines"
10718msgstr ""
10719
12705546 10720#: builtin/grep.c:851
cc76011e
JX
10721msgid "synonym for --files-with-matches"
10722msgstr ""
10723
12705546 10724#: builtin/grep.c:854
cc76011e
JX
10725msgid "show only the names of files without match"
10726msgstr ""
10727
12705546 10728#: builtin/grep.c:856
cc76011e
JX
10729msgid "print NUL after filenames"
10730msgstr ""
10731
12705546 10732#: builtin/grep.c:859
dba9f13c
JX
10733msgid "show only matching parts of a line"
10734msgstr ""
10735
12705546 10736#: builtin/grep.c:861
cc76011e
JX
10737msgid "show the number of matches instead of matching lines"
10738msgstr ""
10739
12705546 10740#: builtin/grep.c:862
cc76011e
JX
10741msgid "highlight matches"
10742msgstr ""
10743
12705546 10744#: builtin/grep.c:864
cc76011e
JX
10745msgid "print empty line between matches from different files"
10746msgstr ""
10747
12705546 10748#: builtin/grep.c:866
cc76011e
JX
10749msgid "show filename only once above matches from same file"
10750msgstr ""
10751
12705546 10752#: builtin/grep.c:869
cc76011e
JX
10753msgid "show <n> context lines before and after matches"
10754msgstr ""
10755
12705546 10756#: builtin/grep.c:872
cc76011e
JX
10757msgid "show <n> context lines before matches"
10758msgstr ""
10759
12705546 10760#: builtin/grep.c:874
cc76011e
JX
10761msgid "show <n> context lines after matches"
10762msgstr ""
10763
12705546 10764#: builtin/grep.c:876
9eb3984b
JX
10765msgid "use <n> worker threads"
10766msgstr ""
10767
12705546 10768#: builtin/grep.c:877
cc76011e
JX
10769msgid "shortcut for -C NUM"
10770msgstr ""
10771
12705546 10772#: builtin/grep.c:880
cc76011e
JX
10773msgid "show a line with the function name before matches"
10774msgstr ""
10775
12705546 10776#: builtin/grep.c:882
cc76011e
JX
10777msgid "show the surrounding function"
10778msgstr ""
10779
12705546 10780#: builtin/grep.c:885
cc76011e
JX
10781msgid "read patterns from file"
10782msgstr ""
10783
12705546 10784#: builtin/grep.c:887
cc76011e
JX
10785msgid "match <pattern>"
10786msgstr ""
10787
12705546 10788#: builtin/grep.c:889
cc76011e
JX
10789msgid "combine patterns specified with -e"
10790msgstr ""
10791
12705546 10792#: builtin/grep.c:901
cc76011e
JX
10793msgid "indicate hit with exit status without output"
10794msgstr ""
10795
12705546 10796#: builtin/grep.c:903
cc76011e
JX
10797msgid "show only matches from files that match all patterns"
10798msgstr ""
10799
12705546 10800#: builtin/grep.c:905
9306b5b9
JX
10801msgid "show parse tree for grep expression"
10802msgstr ""
10803
12705546 10804#: builtin/grep.c:909
cc76011e
JX
10805msgid "pager"
10806msgstr ""
10807
12705546 10808#: builtin/grep.c:909
cc76011e
JX
10809msgid "show matching files in the pager"
10810msgstr ""
10811
12705546 10812#: builtin/grep.c:913
cc76011e
JX
10813msgid "allow calling of grep(1) (ignored by this build)"
10814msgstr ""
10815
12705546 10816#: builtin/grep.c:977
dba9f13c 10817msgid "no pattern given"
cc76011e
JX
10818msgstr ""
10819
12705546 10820#: builtin/grep.c:1013
dfc182b1
JX
10821msgid "--no-index or --untracked cannot be used with revs"
10822msgstr ""
10823
12705546 10824#: builtin/grep.c:1020
dfc182b1
JX
10825#, c-format
10826msgid "unable to resolve revision: %s"
10827msgstr ""
10828
12705546
JX
10829#: builtin/grep.c:1051
10830msgid "invalid option combination, ignoring --threads"
9eb3984b
JX
10831msgstr ""
10832
36dd6933 10833#: builtin/grep.c:1054 builtin/pack-objects.c:3397
5b34e000
JX
10834msgid "no threads support, ignoring --threads"
10835msgstr ""
10836
12705546
JX
10837#: builtin/grep.c:1057 builtin/index-pack.c:1503 builtin/pack-objects.c:2716
10838#, c-format
10839msgid "invalid number of threads specified (%d)"
10840msgstr ""
10841
10842#: builtin/grep.c:1080
cc76011e
JX
10843msgid "--open-files-in-pager only works on the worktree"
10844msgstr ""
10845
12705546 10846#: builtin/grep.c:1103
dba9f13c 10847msgid "option not supported with --recurse-submodules"
673bfad0
JX
10848msgstr ""
10849
12705546 10850#: builtin/grep.c:1109
dba9f13c 10851msgid "--cached or --untracked cannot be used with --no-index"
cc76011e
JX
10852msgstr ""
10853
12705546 10854#: builtin/grep.c:1115
dba9f13c 10855msgid "--[no-]exclude-standard cannot be used for tracked contents"
cc76011e
JX
10856msgstr ""
10857
12705546 10858#: builtin/grep.c:1123
dba9f13c 10859msgid "both --cached and trees are given"
cc76011e
JX
10860msgstr ""
10861
dba9f13c 10862#: builtin/hash-object.c:84
cc76011e 10863msgid ""
c2ea1208
JX
10864"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
10865"[--] <file>..."
cc76011e
JX
10866msgstr ""
10867
dba9f13c 10868#: builtin/hash-object.c:85
f4f2c8f8 10869msgid "git hash-object --stdin-paths"
cc76011e
JX
10870msgstr ""
10871
dba9f13c 10872#: builtin/hash-object.c:97
cc76011e
JX
10873msgid "type"
10874msgstr ""
10875
dba9f13c 10876#: builtin/hash-object.c:97
cc76011e
JX
10877msgid "object type"
10878msgstr ""
10879
dba9f13c 10880#: builtin/hash-object.c:98
cc76011e
JX
10881msgid "write the object into the object database"
10882msgstr ""
10883
dba9f13c 10884#: builtin/hash-object.c:100
cc76011e
JX
10885msgid "read the object from stdin"
10886msgstr ""
10887
dba9f13c 10888#: builtin/hash-object.c:102
cc76011e
JX
10889msgid "store file as is without filters"
10890msgstr ""
10891
dba9f13c 10892#: builtin/hash-object.c:103
d07a63e4
JX
10893msgid ""
10894"just hash any random garbage to create corrupt objects for debugging Git"
10895msgstr ""
10896
dba9f13c 10897#: builtin/hash-object.c:104
cc76011e
JX
10898msgid "process file as it were from this path"
10899msgstr ""
10900
dba9f13c 10901#: builtin/help.c:46
cc76011e
JX
10902msgid "print all available commands"
10903msgstr ""
10904
dba9f13c 10905#: builtin/help.c:47
fda7b092
JX
10906msgid "exclude guides"
10907msgstr ""
10908
dba9f13c 10909#: builtin/help.c:48
c6bc7d43
JX
10910msgid "print list of useful guides"
10911msgstr ""
10912
dba9f13c
JX
10913#: builtin/help.c:49
10914msgid "print all configuration variable names"
10915msgstr ""
10916
10917#: builtin/help.c:51
cc76011e
JX
10918msgid "show man page"
10919msgstr ""
10920
dba9f13c 10921#: builtin/help.c:52
cc76011e
JX
10922msgid "show manual in web browser"
10923msgstr ""
10924
dba9f13c 10925#: builtin/help.c:54
cc76011e
JX
10926msgid "show info page"
10927msgstr ""
10928
dba9f13c 10929#: builtin/help.c:56
55892712
JX
10930msgid "print command description"
10931msgstr ""
10932
dba9f13c 10933#: builtin/help.c:61
c2ea1208 10934msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
cc76011e
JX
10935msgstr ""
10936
dba9f13c 10937#: builtin/help.c:73
cc76011e
JX
10938#, c-format
10939msgid "unrecognized help format '%s'"
10940msgstr ""
10941
dba9f13c 10942#: builtin/help.c:100
cc76011e
JX
10943msgid "Failed to start emacsclient."
10944msgstr ""
10945
dba9f13c 10946#: builtin/help.c:113
cc76011e
JX
10947msgid "Failed to parse emacsclient version."
10948msgstr ""
10949
dba9f13c 10950#: builtin/help.c:121
cc76011e
JX
10951#, c-format
10952msgid "emacsclient version '%d' too old (< 22)."
10953msgstr ""
10954
dba9f13c 10955#: builtin/help.c:139 builtin/help.c:161 builtin/help.c:171 builtin/help.c:179
cc76011e 10956#, c-format
f517e50d 10957msgid "failed to exec '%s'"
cc76011e
JX
10958msgstr ""
10959
dba9f13c 10960#: builtin/help.c:217
cc76011e
JX
10961#, c-format
10962msgid ""
10963"'%s': path for unsupported man viewer.\n"
10964"Please consider using 'man.<tool>.cmd' instead."
10965msgstr ""
10966
dba9f13c 10967#: builtin/help.c:229
cc76011e
JX
10968#, c-format
10969msgid ""
10970"'%s': cmd for supported man viewer.\n"
10971"Please consider using 'man.<tool>.path' instead."
10972msgstr ""
10973
dba9f13c 10974#: builtin/help.c:346
cc76011e
JX
10975#, c-format
10976msgid "'%s': unknown man viewer."
10977msgstr ""
10978
dba9f13c 10979#: builtin/help.c:363
cc76011e
JX
10980msgid "no man viewer handled the request"
10981msgstr ""
10982
dba9f13c 10983#: builtin/help.c:371
cc76011e
JX
10984msgid "no info viewer handled the request"
10985msgstr ""
10986
12705546 10987#: builtin/help.c:430 builtin/help.c:441 git.c:322
cc76011e 10988#, c-format
25eab542 10989msgid "'%s' is aliased to '%s'"
cc76011e
JX
10990msgstr ""
10991
12705546
JX
10992#: builtin/help.c:444
10993#, c-format
10994msgid "bad alias.%s string: %s"
10995msgstr ""
10996
10997#: builtin/help.c:473 builtin/help.c:503
cc76011e 10998#, c-format
fda7b092 10999msgid "usage: %s%s"
cc76011e
JX
11000msgstr ""
11001
12705546 11002#: builtin/help.c:487
dba9f13c 11003msgid "'git help config' for more information"
fe05e196
JX
11004msgstr ""
11005
12705546 11006#: builtin/index-pack.c:184
cc76011e
JX
11007#, c-format
11008msgid "object type mismatch at %s"
11009msgstr ""
11010
12705546 11011#: builtin/index-pack.c:204
fe05e196
JX
11012#, c-format
11013msgid "did not receive expected object %s"
11014msgstr ""
11015
12705546 11016#: builtin/index-pack.c:207
fe05e196
JX
11017#, c-format
11018msgid "object %s: expected type %s, found %s"
cc76011e
JX
11019msgstr ""
11020
12705546 11021#: builtin/index-pack.c:249
cc76011e
JX
11022#, c-format
11023msgid "cannot fill %d byte"
11024msgid_plural "cannot fill %d bytes"
11025msgstr[0] ""
11026msgstr[1] ""
11027
12705546 11028#: builtin/index-pack.c:259
cc76011e
JX
11029msgid "early EOF"
11030msgstr ""
11031
12705546 11032#: builtin/index-pack.c:260
cc76011e
JX
11033msgid "read error on input"
11034msgstr ""
11035
12705546 11036#: builtin/index-pack.c:272
cc76011e
JX
11037msgid "used more bytes than were available"
11038msgstr ""
11039
12705546 11040#: builtin/index-pack.c:279 builtin/pack-objects.c:598
cc76011e
JX
11041msgid "pack too large for current definition of off_t"
11042msgstr ""
11043
12705546 11044#: builtin/index-pack.c:282 builtin/unpack-objects.c:94
fda7b092
JX
11045msgid "pack exceeds maximum allowed size"
11046msgstr ""
11047
12705546 11048#: builtin/index-pack.c:297
cc76011e
JX
11049#, c-format
11050msgid "unable to create '%s'"
11051msgstr ""
11052
12705546 11053#: builtin/index-pack.c:303
cc76011e
JX
11054#, c-format
11055msgid "cannot open packfile '%s'"
11056msgstr ""
11057
12705546 11058#: builtin/index-pack.c:317
cc76011e
JX
11059msgid "pack signature mismatch"
11060msgstr ""
11061
12705546 11062#: builtin/index-pack.c:319
cc76011e
JX
11063#, c-format
11064msgid "pack version %<PRIu32> unsupported"
11065msgstr ""
11066
12705546 11067#: builtin/index-pack.c:337
cc76011e 11068#, c-format
9fa976ff 11069msgid "pack has bad object at offset %<PRIuMAX>: %s"
cc76011e
JX
11070msgstr ""
11071
12705546 11072#: builtin/index-pack.c:457
cc76011e
JX
11073#, c-format
11074msgid "inflate returned %d"
11075msgstr ""
11076
12705546 11077#: builtin/index-pack.c:506
cc76011e
JX
11078msgid "offset value overflow for delta base object"
11079msgstr ""
11080
12705546 11081#: builtin/index-pack.c:514
cc76011e
JX
11082msgid "delta base offset is out of bound"
11083msgstr ""
11084
12705546 11085#: builtin/index-pack.c:522
cc76011e
JX
11086#, c-format
11087msgid "unknown object type %d"
11088msgstr ""
11089
12705546 11090#: builtin/index-pack.c:553
cc76011e
JX
11091msgid "cannot pread pack file"
11092msgstr ""
11093
12705546 11094#: builtin/index-pack.c:555
cc76011e 11095#, c-format
9fa976ff
JX
11096msgid "premature end of pack file, %<PRIuMAX> byte missing"
11097msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
cc76011e
JX
11098msgstr[0] ""
11099msgstr[1] ""
11100
12705546 11101#: builtin/index-pack.c:581
cc76011e
JX
11102msgid "serious inflate inconsistency"
11103msgstr ""
11104
12705546
JX
11105#: builtin/index-pack.c:726 builtin/index-pack.c:732 builtin/index-pack.c:755
11106#: builtin/index-pack.c:794 builtin/index-pack.c:803
cc76011e
JX
11107#, c-format
11108msgid "SHA1 COLLISION FOUND WITH %s !"
11109msgstr ""
11110
12705546
JX
11111#: builtin/index-pack.c:729 builtin/pack-objects.c:151
11112#: builtin/pack-objects.c:211 builtin/pack-objects.c:305
cc76011e
JX
11113#, c-format
11114msgid "unable to read %s"
11115msgstr ""
11116
12705546 11117#: builtin/index-pack.c:792
dfc182b1
JX
11118#, c-format
11119msgid "cannot read existing object info %s"
11120msgstr ""
11121
12705546 11122#: builtin/index-pack.c:800
cc76011e
JX
11123#, c-format
11124msgid "cannot read existing object %s"
11125msgstr ""
11126
12705546 11127#: builtin/index-pack.c:814
cc76011e
JX
11128#, c-format
11129msgid "invalid blob object %s"
11130msgstr ""
11131
12705546 11132#: builtin/index-pack.c:817 builtin/index-pack.c:836
9b7388a8 11133msgid "fsck error in packed object"
cc76011e
JX
11134msgstr ""
11135
12705546 11136#: builtin/index-pack.c:833
9b7388a8
JX
11137#, c-format
11138msgid "invalid %s"
cc76011e
JX
11139msgstr ""
11140
12705546 11141#: builtin/index-pack.c:838
cc76011e
JX
11142#, c-format
11143msgid "Not all child objects of %s are reachable"
11144msgstr ""
11145
12705546 11146#: builtin/index-pack.c:910 builtin/index-pack.c:941
cc76011e
JX
11147msgid "failed to apply delta"
11148msgstr ""
11149
12705546 11150#: builtin/index-pack.c:1109
cc76011e
JX
11151msgid "Receiving objects"
11152msgstr ""
11153
12705546 11154#: builtin/index-pack.c:1109
cc76011e
JX
11155msgid "Indexing objects"
11156msgstr ""
11157
12705546 11158#: builtin/index-pack.c:1143
cc76011e
JX
11159msgid "pack is corrupted (SHA1 mismatch)"
11160msgstr ""
11161
12705546 11162#: builtin/index-pack.c:1148
cc76011e
JX
11163msgid "cannot fstat packfile"
11164msgstr ""
11165
12705546 11166#: builtin/index-pack.c:1151
cc76011e
JX
11167msgid "pack has junk at the end"
11168msgstr ""
11169
12705546 11170#: builtin/index-pack.c:1163
cc76011e
JX
11171msgid "confusion beyond insanity in parse_pack_objects()"
11172msgstr ""
11173
12705546 11174#: builtin/index-pack.c:1186
cc76011e
JX
11175msgid "Resolving deltas"
11176msgstr ""
11177
12705546 11178#: builtin/index-pack.c:1196 builtin/pack-objects.c:2492
cc76011e
JX
11179#, c-format
11180msgid "unable to create thread: %s"
11181msgstr ""
11182
12705546 11183#: builtin/index-pack.c:1237
cc76011e
JX
11184msgid "confusion beyond insanity"
11185msgstr ""
11186
12705546 11187#: builtin/index-pack.c:1243
cc76011e 11188#, c-format
f517e50d
JX
11189msgid "completed with %d local object"
11190msgid_plural "completed with %d local objects"
11191msgstr[0] ""
11192msgstr[1] ""
cc76011e 11193
12705546 11194#: builtin/index-pack.c:1255
cc76011e
JX
11195#, c-format
11196msgid "Unexpected tail checksum for %s (disk corruption?)"
11197msgstr ""
11198
12705546 11199#: builtin/index-pack.c:1259
cc76011e
JX
11200#, c-format
11201msgid "pack has %d unresolved delta"
11202msgid_plural "pack has %d unresolved deltas"
11203msgstr[0] ""
11204msgstr[1] ""
11205
12705546 11206#: builtin/index-pack.c:1283
cc76011e
JX
11207#, c-format
11208msgid "unable to deflate appended object (%d)"
11209msgstr ""
11210
12705546 11211#: builtin/index-pack.c:1360
cc76011e
JX
11212#, c-format
11213msgid "local object %s is corrupt"
11214msgstr ""
11215
12705546 11216#: builtin/index-pack.c:1374
abc8de64
JX
11217#, c-format
11218msgid "packfile name '%s' does not end with '.pack'"
cc76011e
JX
11219msgstr ""
11220
12705546 11221#: builtin/index-pack.c:1399
cc76011e 11222#, c-format
abc8de64 11223msgid "cannot write %s file '%s'"
cc76011e
JX
11224msgstr ""
11225
12705546 11226#: builtin/index-pack.c:1407
cc76011e 11227#, c-format
abc8de64 11228msgid "cannot close written %s file '%s'"
cc76011e
JX
11229msgstr ""
11230
12705546 11231#: builtin/index-pack.c:1431
abc8de64
JX
11232msgid "error while closing pack file"
11233msgstr ""
11234
12705546 11235#: builtin/index-pack.c:1445
cc76011e
JX
11236msgid "cannot store pack file"
11237msgstr ""
11238
12705546 11239#: builtin/index-pack.c:1453
cc76011e
JX
11240msgid "cannot store index file"
11241msgstr ""
11242
12705546 11243#: builtin/index-pack.c:1497 builtin/pack-objects.c:2727
cc76011e
JX
11244#, c-format
11245msgid "bad pack.indexversion=%<PRIu32>"
11246msgstr ""
11247
12705546 11248#: builtin/index-pack.c:1565
cc76011e
JX
11249#, c-format
11250msgid "Cannot open existing pack file '%s'"
11251msgstr ""
11252
12705546 11253#: builtin/index-pack.c:1567
cc76011e
JX
11254#, c-format
11255msgid "Cannot open existing pack idx file for '%s'"
11256msgstr ""
11257
12705546 11258#: builtin/index-pack.c:1615
cc76011e
JX
11259#, c-format
11260msgid "non delta: %d object"
11261msgid_plural "non delta: %d objects"
11262msgstr[0] ""
11263msgstr[1] ""
11264
12705546 11265#: builtin/index-pack.c:1622
cc76011e
JX
11266#, c-format
11267msgid "chain length = %d: %lu object"
11268msgid_plural "chain length = %d: %lu objects"
11269msgstr[0] ""
11270msgstr[1] ""
11271
12705546 11272#: builtin/index-pack.c:1659
abc8de64 11273msgid "Cannot come back to cwd"
f517e50d
JX
11274msgstr ""
11275
12705546
JX
11276#: builtin/index-pack.c:1708 builtin/index-pack.c:1711
11277#: builtin/index-pack.c:1727 builtin/index-pack.c:1731
cc76011e
JX
11278#, c-format
11279msgid "bad %s"
11280msgstr ""
11281
12705546 11282#: builtin/index-pack.c:1747
cc76011e
JX
11283msgid "--fix-thin cannot be used without --stdin"
11284msgstr ""
11285
12705546 11286#: builtin/index-pack.c:1749
673bfad0
JX
11287msgid "--stdin requires a git repository"
11288msgstr ""
11289
12705546 11290#: builtin/index-pack.c:1755
cc76011e
JX
11291msgid "--verify with no packfile name given"
11292msgstr ""
11293
12705546 11294#: builtin/index-pack.c:1803 builtin/unpack-objects.c:580
9b7388a8
JX
11295msgid "fsck error in pack objects"
11296msgstr ""
11297
5b34e000 11298#: builtin/init-db.c:61
cc76011e
JX
11299#, c-format
11300msgid "cannot stat template '%s'"
11301msgstr ""
11302
5b34e000 11303#: builtin/init-db.c:66
cc76011e
JX
11304#, c-format
11305msgid "cannot opendir '%s'"
11306msgstr ""
11307
dba9f13c 11308#: builtin/init-db.c:78
cc76011e
JX
11309#, c-format
11310msgid "cannot readlink '%s'"
11311msgstr ""
11312
dba9f13c 11313#: builtin/init-db.c:80
cc76011e
JX
11314#, c-format
11315msgid "cannot symlink '%s' '%s'"
11316msgstr ""
11317
dba9f13c 11318#: builtin/init-db.c:86
cc76011e
JX
11319#, c-format
11320msgid "cannot copy '%s' to '%s'"
11321msgstr ""
11322
dba9f13c 11323#: builtin/init-db.c:90
cc76011e
JX
11324#, c-format
11325msgid "ignoring template %s"
11326msgstr ""
11327
dba9f13c 11328#: builtin/init-db.c:121
cc76011e 11329#, c-format
55892712 11330msgid "templates not found in %s"
cc76011e
JX
11331msgstr ""
11332
dba9f13c 11333#: builtin/init-db.c:136
cc76011e 11334#, c-format
f517e50d 11335msgid "not copying templates from '%s': %s"
cc76011e
JX
11336msgstr ""
11337
dba9f13c 11338#: builtin/init-db.c:329
cc76011e 11339#, c-format
fda7b092 11340msgid "unable to handle file type %d"
cc76011e
JX
11341msgstr ""
11342
dba9f13c 11343#: builtin/init-db.c:332
cc76011e 11344#, c-format
fda7b092 11345msgid "unable to move %s to %s"
cc76011e
JX
11346msgstr ""
11347
dba9f13c 11348#: builtin/init-db.c:349 builtin/init-db.c:352
cc76011e 11349#, c-format
fda7b092 11350msgid "%s already exists"
cc76011e
JX
11351msgstr ""
11352
dba9f13c 11353#: builtin/init-db.c:405
cc76011e 11354#, c-format
9fa976ff 11355msgid "Reinitialized existing shared Git repository in %s%s\n"
cc76011e
JX
11356msgstr ""
11357
dba9f13c 11358#: builtin/init-db.c:406
9fa976ff
JX
11359#, c-format
11360msgid "Reinitialized existing Git repository in %s%s\n"
cc76011e
JX
11361msgstr ""
11362
dba9f13c 11363#: builtin/init-db.c:410
9fa976ff
JX
11364#, c-format
11365msgid "Initialized empty shared Git repository in %s%s\n"
cc76011e
JX
11366msgstr ""
11367
dba9f13c 11368#: builtin/init-db.c:411
9fa976ff
JX
11369#, c-format
11370msgid "Initialized empty Git repository in %s%s\n"
cc76011e
JX
11371msgstr ""
11372
12705546 11373#: builtin/init-db.c:460
cc76011e 11374msgid ""
9caaf23e 11375"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
c2ea1208 11376"shared[=<permissions>]] [<directory>]"
cc76011e
JX
11377msgstr ""
11378
12705546 11379#: builtin/init-db.c:483
cc76011e
JX
11380msgid "permissions"
11381msgstr ""
11382
12705546 11383#: builtin/init-db.c:484
cc76011e
JX
11384msgid "specify that the git repository is to be shared amongst several users"
11385msgstr ""
11386
12705546 11387#: builtin/init-db.c:518 builtin/init-db.c:523
dba9f13c
JX
11388#, c-format
11389msgid "cannot mkdir %s"
11390msgstr ""
11391
12705546 11392#: builtin/init-db.c:527
cc76011e
JX
11393#, c-format
11394msgid "cannot chdir to %s"
11395msgstr ""
11396
12705546 11397#: builtin/init-db.c:548
cc76011e
JX
11398#, c-format
11399msgid ""
11400"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
11401"dir=<directory>)"
11402msgstr ""
11403
12705546 11404#: builtin/init-db.c:576
cc76011e
JX
11405#, c-format
11406msgid "Cannot access work tree '%s'"
11407msgstr ""
11408
d07a63e4
JX
11409#: builtin/interpret-trailers.c:15
11410msgid ""
9eb3984b
JX
11411"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
11412"<token>[(=|:)<value>])...] [<file>...]"
d07a63e4
JX
11413msgstr ""
11414
12705546 11415#: builtin/interpret-trailers.c:94
9eb3984b
JX
11416msgid "edit files in place"
11417msgstr ""
11418
12705546 11419#: builtin/interpret-trailers.c:95
d07a63e4
JX
11420msgid "trim empty trailers"
11421msgstr ""
11422
12705546 11423#: builtin/interpret-trailers.c:98
25eab542
JX
11424msgid "where to place the new trailer"
11425msgstr ""
11426
12705546 11427#: builtin/interpret-trailers.c:100
25eab542
JX
11428msgid "action if trailer already exists"
11429msgstr ""
11430
12705546 11431#: builtin/interpret-trailers.c:102
25eab542
JX
11432msgid "action if trailer is missing"
11433msgstr ""
11434
12705546 11435#: builtin/interpret-trailers.c:104
25eab542
JX
11436msgid "output only the trailers"
11437msgstr ""
11438
12705546 11439#: builtin/interpret-trailers.c:105
25eab542
JX
11440msgid "do not apply config rules"
11441msgstr ""
11442
12705546 11443#: builtin/interpret-trailers.c:106
25eab542
JX
11444msgid "join whitespace-continued values"
11445msgstr ""
11446
12705546 11447#: builtin/interpret-trailers.c:107
25eab542
JX
11448msgid "set parsing options"
11449msgstr ""
11450
12705546
JX
11451#: builtin/interpret-trailers.c:109
11452msgid "do not treat --- specially"
11453msgstr ""
11454
11455#: builtin/interpret-trailers.c:110
d07a63e4
JX
11456msgid "trailer"
11457msgstr ""
11458
12705546 11459#: builtin/interpret-trailers.c:111
d07a63e4
JX
11460msgid "trailer(s) to add"
11461msgstr ""
11462
12705546 11463#: builtin/interpret-trailers.c:120
25eab542
JX
11464msgid "--trailer with --only-input does not make sense"
11465msgstr ""
11466
12705546 11467#: builtin/interpret-trailers.c:130
9eb3984b
JX
11468msgid "no input file given for in-place editing"
11469msgstr ""
11470
12705546 11471#: builtin/log.c:54
64f23b0c 11472msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
cc76011e
JX
11473msgstr ""
11474
12705546 11475#: builtin/log.c:55
c2ea1208 11476msgid "git show [<options>] <object>..."
cc76011e
JX
11477msgstr ""
11478
12705546 11479#: builtin/log.c:99
d07a63e4
JX
11480#, c-format
11481msgid "invalid --decorate option: %s"
11482msgstr ""
11483
12705546 11484#: builtin/log.c:162
cc76011e
JX
11485msgid "suppress diff output"
11486msgstr ""
11487
12705546 11488#: builtin/log.c:163
cc76011e
JX
11489msgid "show source"
11490msgstr ""
11491
12705546 11492#: builtin/log.c:164
46bc4039
JX
11493msgid "Use mail map file"
11494msgstr ""
11495
12705546 11496#: builtin/log.c:166
18a90722
JX
11497msgid "only decorate refs that match <pattern>"
11498msgstr ""
11499
12705546 11500#: builtin/log.c:168
18a90722
JX
11501msgid "do not decorate refs that match <pattern>"
11502msgstr ""
11503
12705546 11504#: builtin/log.c:169
cc76011e
JX
11505msgid "decorate options"
11506msgstr ""
11507
12705546 11508#: builtin/log.c:172
d07a63e4
JX
11509msgid "Process line range n,m in file, counting from 1"
11510msgstr ""
11511
12705546 11512#: builtin/log.c:270
cc76011e
JX
11513#, c-format
11514msgid "Final output: %d %s\n"
11515msgstr ""
11516
12705546 11517#: builtin/log.c:522
d07a63e4
JX
11518#, c-format
11519msgid "git show %s: bad file"
11520msgstr ""
11521
12705546 11522#: builtin/log.c:537 builtin/log.c:631
cc76011e
JX
11523#, c-format
11524msgid "Could not read object %s"
11525msgstr ""
11526
12705546 11527#: builtin/log.c:655
cc76011e
JX
11528#, c-format
11529msgid "Unknown type: %d"
11530msgstr ""
11531
12705546 11532#: builtin/log.c:776
cc76011e
JX
11533msgid "format.headers without value"
11534msgstr ""
11535
12705546 11536#: builtin/log.c:877
cc76011e
JX
11537msgid "name of output directory is too long"
11538msgstr ""
11539
12705546 11540#: builtin/log.c:893
cc76011e
JX
11541#, c-format
11542msgid "Cannot open patch file %s"
11543msgstr ""
11544
12705546 11545#: builtin/log.c:910
cc76011e
JX
11546msgid "Need exactly one range."
11547msgstr ""
11548
12705546 11549#: builtin/log.c:920
cc76011e
JX
11550msgid "Not a range."
11551msgstr ""
11552
12705546 11553#: builtin/log.c:1043
cc76011e
JX
11554msgid "Cover letter needs email format"
11555msgstr ""
11556
12705546 11557#: builtin/log.c:1119
cc76011e
JX
11558#, c-format
11559msgid "insane in-reply-to: %s"
11560msgstr ""
11561
12705546 11562#: builtin/log.c:1146
c2ea1208 11563msgid "git format-patch [<options>] [<since> | <revision-range>]"
cc76011e
JX
11564msgstr ""
11565
12705546 11566#: builtin/log.c:1204
cc76011e
JX
11567msgid "Two output directories?"
11568msgstr ""
11569
12705546 11570#: builtin/log.c:1311 builtin/log.c:2054 builtin/log.c:2056 builtin/log.c:2068
f517e50d
JX
11571#, c-format
11572msgid "Unknown commit %s"
11573msgstr ""
11574
12705546 11575#: builtin/log.c:1321 builtin/notes.c:894 builtin/tag.c:526
f517e50d
JX
11576#, c-format
11577msgid "Failed to resolve '%s' as a valid ref."
11578msgstr ""
11579
12705546 11580#: builtin/log.c:1326
f517e50d
JX
11581msgid "Could not find exact merge base."
11582msgstr ""
11583
12705546 11584#: builtin/log.c:1330
f517e50d
JX
11585msgid ""
11586"Failed to get upstream, if you want to record base commit automatically,\n"
11587"please use git branch --set-upstream-to to track a remote branch.\n"
11588"Or you could specify base commit by --base=<base-commit-id> manually."
11589msgstr ""
11590
12705546 11591#: builtin/log.c:1350
f517e50d
JX
11592msgid "Failed to find exact merge base"
11593msgstr ""
11594
12705546 11595#: builtin/log.c:1361
f517e50d
JX
11596msgid "base commit should be the ancestor of revision list"
11597msgstr ""
11598
12705546 11599#: builtin/log.c:1365
f517e50d
JX
11600msgid "base commit shouldn't be in revision list"
11601msgstr ""
11602
12705546 11603#: builtin/log.c:1418
f517e50d
JX
11604msgid "cannot get patch id"
11605msgstr ""
11606
12705546
JX
11607#: builtin/log.c:1470
11608msgid "failed to infer range-diff ranges"
11609msgstr ""
11610
11611#: builtin/log.c:1515
cc76011e
JX
11612msgid "use [PATCH n/m] even with a single patch"
11613msgstr ""
11614
12705546 11615#: builtin/log.c:1518
cc76011e
JX
11616msgid "use [PATCH] even with multiple patches"
11617msgstr ""
11618
12705546 11619#: builtin/log.c:1522
cc76011e
JX
11620msgid "print patches to standard out"
11621msgstr ""
11622
12705546 11623#: builtin/log.c:1524
cc76011e
JX
11624msgid "generate a cover letter"
11625msgstr ""
11626
12705546 11627#: builtin/log.c:1526
cc76011e
JX
11628msgid "use simple number sequence for output file names"
11629msgstr ""
11630
12705546 11631#: builtin/log.c:1527
cc76011e
JX
11632msgid "sfx"
11633msgstr ""
11634
12705546 11635#: builtin/log.c:1528
cc76011e
JX
11636msgid "use <sfx> instead of '.patch'"
11637msgstr ""
11638
12705546 11639#: builtin/log.c:1530
cc76011e
JX
11640msgid "start numbering patches at <n> instead of 1"
11641msgstr ""
11642
12705546 11643#: builtin/log.c:1532
46bc4039
JX
11644msgid "mark the series as Nth re-roll"
11645msgstr ""
11646
12705546 11647#: builtin/log.c:1534
fda7b092
JX
11648msgid "Use [RFC PATCH] instead of [PATCH]"
11649msgstr ""
11650
12705546 11651#: builtin/log.c:1537
cc76011e
JX
11652msgid "Use [<prefix>] instead of [PATCH]"
11653msgstr ""
11654
12705546 11655#: builtin/log.c:1540
cc76011e
JX
11656msgid "store resulting files in <dir>"
11657msgstr ""
11658
12705546 11659#: builtin/log.c:1543
cc76011e
JX
11660msgid "don't strip/add [PATCH]"
11661msgstr ""
11662
12705546 11663#: builtin/log.c:1546
cc76011e
JX
11664msgid "don't output binary diffs"
11665msgstr ""
11666
12705546 11667#: builtin/log.c:1548
2c0ca050
JX
11668msgid "output all-zero hash in From header"
11669msgstr ""
11670
12705546 11671#: builtin/log.c:1550
cc76011e
JX
11672msgid "don't include a patch matching a commit upstream"
11673msgstr ""
11674
12705546 11675#: builtin/log.c:1552
cc76011e
JX
11676msgid "show patch format instead of default (patch + stat)"
11677msgstr ""
11678
12705546 11679#: builtin/log.c:1554
cc76011e
JX
11680msgid "Messaging"
11681msgstr ""
11682
12705546 11683#: builtin/log.c:1555
cc76011e
JX
11684msgid "header"
11685msgstr ""
11686
12705546 11687#: builtin/log.c:1556
cc76011e
JX
11688msgid "add email header"
11689msgstr ""
11690
12705546 11691#: builtin/log.c:1557 builtin/log.c:1559
cc76011e
JX
11692msgid "email"
11693msgstr ""
11694
12705546 11695#: builtin/log.c:1557
cc76011e
JX
11696msgid "add To: header"
11697msgstr ""
11698
12705546 11699#: builtin/log.c:1559
cc76011e
JX
11700msgid "add Cc: header"
11701msgstr ""
11702
12705546 11703#: builtin/log.c:1561
28b3cffc
JX
11704msgid "ident"
11705msgstr ""
11706
12705546 11707#: builtin/log.c:1562
28b3cffc
JX
11708msgid "set From address to <ident> (or committer ident if absent)"
11709msgstr ""
11710
12705546 11711#: builtin/log.c:1564
cc76011e
JX
11712msgid "message-id"
11713msgstr ""
11714
12705546 11715#: builtin/log.c:1565
cc76011e
JX
11716msgid "make first mail a reply to <message-id>"
11717msgstr ""
11718
12705546 11719#: builtin/log.c:1566 builtin/log.c:1569
cc76011e
JX
11720msgid "boundary"
11721msgstr ""
11722
12705546 11723#: builtin/log.c:1567
cc76011e
JX
11724msgid "attach the patch"
11725msgstr ""
11726
12705546 11727#: builtin/log.c:1570
cc76011e
JX
11728msgid "inline the patch"
11729msgstr ""
11730
12705546 11731#: builtin/log.c:1574
cc76011e
JX
11732msgid "enable message threading, styles: shallow, deep"
11733msgstr ""
11734
12705546 11735#: builtin/log.c:1576
cc76011e
JX
11736msgid "signature"
11737msgstr ""
11738
12705546 11739#: builtin/log.c:1577
cc76011e
JX
11740msgid "add a signature"
11741msgstr ""
11742
12705546 11743#: builtin/log.c:1578
f517e50d
JX
11744msgid "base-commit"
11745msgstr ""
11746
12705546 11747#: builtin/log.c:1579
f517e50d
JX
11748msgid "add prerequisite tree info to the patch series"
11749msgstr ""
11750
12705546 11751#: builtin/log.c:1581
fe05e196
JX
11752msgid "add a signature from a file"
11753msgstr ""
11754
12705546 11755#: builtin/log.c:1582
cc76011e
JX
11756msgid "don't print the patch filenames"
11757msgstr ""
11758
12705546 11759#: builtin/log.c:1584
25eab542
JX
11760msgid "show progress while generating patches"
11761msgstr ""
11762
12705546
JX
11763#: builtin/log.c:1585
11764msgid "rev"
11765msgstr ""
11766
11767#: builtin/log.c:1586
11768msgid "show changes against <rev> in cover letter or single patch"
11769msgstr ""
11770
11771#: builtin/log.c:1589
11772msgid "show changes against <refspec> in cover letter or single patch"
11773msgstr ""
11774
11775#: builtin/log.c:1591
11776msgid "percentage by which creation is weighted"
11777msgstr ""
11778
11779#: builtin/log.c:1666
5b34e000
JX
11780#, c-format
11781msgid "invalid ident line: %s"
11782msgstr ""
11783
12705546 11784#: builtin/log.c:1681
dba9f13c 11785msgid "-n and -k are mutually exclusive"
cc76011e
JX
11786msgstr ""
11787
12705546 11788#: builtin/log.c:1683
dba9f13c 11789msgid "--subject-prefix/--rfc and -k are mutually exclusive"
cc76011e
JX
11790msgstr ""
11791
12705546 11792#: builtin/log.c:1691
cc76011e
JX
11793msgid "--name-only does not make sense"
11794msgstr ""
11795
12705546 11796#: builtin/log.c:1693
cc76011e
JX
11797msgid "--name-status does not make sense"
11798msgstr ""
11799
12705546 11800#: builtin/log.c:1695
cc76011e
JX
11801msgid "--check does not make sense"
11802msgstr ""
11803
12705546 11804#: builtin/log.c:1727
cc76011e
JX
11805msgid "standard output, or directory, which one?"
11806msgstr ""
11807
12705546 11808#: builtin/log.c:1729
cc76011e
JX
11809#, c-format
11810msgid "Could not create directory '%s'"
11811msgstr ""
11812
12705546
JX
11813#: builtin/log.c:1816
11814msgid "--interdiff requires --cover-letter or single patch"
fe05e196
JX
11815msgstr ""
11816
12705546
JX
11817#: builtin/log.c:1820
11818msgid "Interdiff:"
11819msgstr ""
11820
11821#: builtin/log.c:1821
11822#, c-format
11823msgid "Interdiff against v%d:"
11824msgstr ""
11825
11826#: builtin/log.c:1827
11827msgid "--creation-factor requires --range-diff"
11828msgstr ""
11829
11830#: builtin/log.c:1831
11831msgid "--range-diff requires --cover-letter or single patch"
11832msgstr ""
11833
11834#: builtin/log.c:1839
11835msgid "Range-diff:"
11836msgstr ""
11837
11838#: builtin/log.c:1840
11839#, c-format
11840msgid "Range-diff against v%d:"
11841msgstr ""
11842
11843#: builtin/log.c:1851
11844#, c-format
11845msgid "unable to read signature file '%s'"
11846msgstr ""
11847
11848#: builtin/log.c:1887
25eab542
JX
11849msgid "Generating patches"
11850msgstr ""
11851
12705546 11852#: builtin/log.c:1931
cc76011e
JX
11853msgid "Failed to create output files"
11854msgstr ""
11855
12705546 11856#: builtin/log.c:1989
cc76011e
JX
11857msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
11858msgstr ""
11859
12705546 11860#: builtin/log.c:2043
cc76011e
JX
11861#, c-format
11862msgid ""
11863"Could not find a tracked remote branch, please specify <upstream> manually.\n"
11864msgstr ""
11865
dba9f13c 11866#: builtin/ls-files.c:469
c2ea1208 11867msgid "git ls-files [<options>] [<file>...]"
cc76011e
JX
11868msgstr ""
11869
12705546 11870#: builtin/ls-files.c:525
cc76011e
JX
11871msgid "identify the file status with tags"
11872msgstr ""
11873
12705546 11874#: builtin/ls-files.c:527
cc76011e
JX
11875msgid "use lowercase letters for 'assume unchanged' files"
11876msgstr ""
11877
12705546 11878#: builtin/ls-files.c:529
18a90722
JX
11879msgid "use lowercase letters for 'fsmonitor clean' files"
11880msgstr ""
11881
12705546 11882#: builtin/ls-files.c:531
cc76011e
JX
11883msgid "show cached files in the output (default)"
11884msgstr ""
11885
12705546 11886#: builtin/ls-files.c:533
cc76011e
JX
11887msgid "show deleted files in the output"
11888msgstr ""
11889
12705546 11890#: builtin/ls-files.c:535
cc76011e
JX
11891msgid "show modified files in the output"
11892msgstr ""
11893
12705546 11894#: builtin/ls-files.c:537
cc76011e
JX
11895msgid "show other files in the output"
11896msgstr ""
11897
12705546 11898#: builtin/ls-files.c:539
cc76011e
JX
11899msgid "show ignored files in the output"
11900msgstr ""
11901
12705546 11902#: builtin/ls-files.c:542
cc76011e
JX
11903msgid "show staged contents' object name in the output"
11904msgstr ""
11905
12705546 11906#: builtin/ls-files.c:544
cc76011e
JX
11907msgid "show files on the filesystem that need to be removed"
11908msgstr ""
11909
12705546 11910#: builtin/ls-files.c:546
d07a63e4 11911msgid "show 'other' directories' names only"
cc76011e
JX
11912msgstr ""
11913
12705546 11914#: builtin/ls-files.c:548
9eb3984b
JX
11915msgid "show line endings of files"
11916msgstr ""
11917
12705546 11918#: builtin/ls-files.c:550
cc76011e
JX
11919msgid "don't show empty directories"
11920msgstr ""
11921
12705546 11922#: builtin/ls-files.c:553
cc76011e
JX
11923msgid "show unmerged files in the output"
11924msgstr ""
11925
12705546 11926#: builtin/ls-files.c:555
cc76011e
JX
11927msgid "show resolve-undo information"
11928msgstr ""
11929
12705546 11930#: builtin/ls-files.c:557
cc76011e
JX
11931msgid "skip files matching pattern"
11932msgstr ""
11933
12705546 11934#: builtin/ls-files.c:560
cc76011e
JX
11935msgid "exclude patterns are read from <file>"
11936msgstr ""
11937
12705546 11938#: builtin/ls-files.c:563
cc76011e
JX
11939msgid "read additional per-directory exclude patterns in <file>"
11940msgstr ""
11941
12705546 11942#: builtin/ls-files.c:565
cc76011e
JX
11943msgid "add the standard git exclusions"
11944msgstr ""
11945
12705546 11946#: builtin/ls-files.c:569
cc76011e
JX
11947msgid "make the output relative to the project top directory"
11948msgstr ""
11949
12705546 11950#: builtin/ls-files.c:572
fda7b092
JX
11951msgid "recurse through submodules"
11952msgstr ""
11953
12705546 11954#: builtin/ls-files.c:574
cc76011e
JX
11955msgid "if any <file> is not in the index, treat this as an error"
11956msgstr ""
11957
12705546 11958#: builtin/ls-files.c:575
cc76011e
JX
11959msgid "tree-ish"
11960msgstr ""
11961
12705546 11962#: builtin/ls-files.c:576
cc76011e
JX
11963msgid "pretend that paths removed since <tree-ish> are still present"
11964msgstr ""
11965
12705546 11966#: builtin/ls-files.c:578
cc76011e
JX
11967msgid "show debugging data"
11968msgstr ""
11969
9b7388a8 11970#: builtin/ls-remote.c:9
9eb3984b
JX
11971msgid ""
11972"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
11973" [-q | --quiet] [--exit-code] [--get-url]\n"
11974" [--symref] [<repository> [<refs>...]]"
11975msgstr ""
11976
9b7388a8 11977#: builtin/ls-remote.c:59
9eb3984b
JX
11978msgid "do not print remote URL"
11979msgstr ""
11980
578d8ea3 11981#: builtin/ls-remote.c:60 builtin/ls-remote.c:62 builtin/rebase.c:903
9eb3984b
JX
11982msgid "exec"
11983msgstr ""
11984
9b7388a8 11985#: builtin/ls-remote.c:61 builtin/ls-remote.c:63
9eb3984b
JX
11986msgid "path of git-upload-pack on the remote host"
11987msgstr ""
11988
9b7388a8 11989#: builtin/ls-remote.c:65
9eb3984b
JX
11990msgid "limit to tags"
11991msgstr ""
11992
9b7388a8 11993#: builtin/ls-remote.c:66
9eb3984b
JX
11994msgid "limit to heads"
11995msgstr ""
11996
9b7388a8 11997#: builtin/ls-remote.c:67
9eb3984b
JX
11998msgid "do not show peeled tags"
11999msgstr ""
12000
9b7388a8 12001#: builtin/ls-remote.c:69
9eb3984b
JX
12002msgid "take url.<base>.insteadOf into account"
12003msgstr ""
12004
9b7388a8 12005#: builtin/ls-remote.c:73
9eb3984b
JX
12006msgid "exit with exit code 2 if no matching refs are found"
12007msgstr ""
12008
9b7388a8 12009#: builtin/ls-remote.c:76
9eb3984b
JX
12010msgid "show underlying ref in addition to the object pointed by it"
12011msgstr ""
12012
dba9f13c 12013#: builtin/ls-tree.c:30
cc76011e
JX
12014msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
12015msgstr ""
12016
dba9f13c 12017#: builtin/ls-tree.c:128
cc76011e
JX
12018msgid "only show trees"
12019msgstr ""
12020
dba9f13c 12021#: builtin/ls-tree.c:130
cc76011e
JX
12022msgid "recurse into subtrees"
12023msgstr ""
12024
dba9f13c 12025#: builtin/ls-tree.c:132
cc76011e
JX
12026msgid "show trees when recursing"
12027msgstr ""
12028
dba9f13c 12029#: builtin/ls-tree.c:135
cc76011e
JX
12030msgid "terminate entries with NUL byte"
12031msgstr ""
12032
dba9f13c 12033#: builtin/ls-tree.c:136
cc76011e
JX
12034msgid "include object size"
12035msgstr ""
12036
dba9f13c 12037#: builtin/ls-tree.c:138 builtin/ls-tree.c:140
cc76011e
JX
12038msgid "list only filenames"
12039msgstr ""
12040
dba9f13c 12041#: builtin/ls-tree.c:143
cc76011e
JX
12042msgid "use full path names"
12043msgstr ""
12044
dba9f13c 12045#: builtin/ls-tree.c:145
cc76011e
JX
12046msgid "list entire tree; not just current directory (implies --full-name)"
12047msgstr ""
12048
5b34e000
JX
12049#: builtin/mailsplit.c:241
12050#, c-format
12051msgid "empty mbox: '%s'"
cc76011e
JX
12052msgstr ""
12053
12705546 12054#: builtin/merge.c:52
5b34e000 12055msgid "git merge [<options>] [<commit>...]"
cc76011e
JX
12056msgstr ""
12057
12705546 12058#: builtin/merge.c:53
5b34e000
JX
12059msgid "git merge --abort"
12060msgstr ""
12061
12705546 12062#: builtin/merge.c:54
673bfad0
JX
12063msgid "git merge --continue"
12064msgstr ""
12065
12705546 12066#: builtin/merge.c:111
cc76011e
JX
12067msgid "switch `m' requires a value"
12068msgstr ""
12069
12705546 12070#: builtin/merge.c:177
cc76011e
JX
12071#, c-format
12072msgid "Could not find merge strategy '%s'.\n"
12073msgstr ""
12074
12705546 12075#: builtin/merge.c:178
cc76011e
JX
12076#, c-format
12077msgid "Available strategies are:"
12078msgstr ""
12079
12705546 12080#: builtin/merge.c:183
cc76011e
JX
12081#, c-format
12082msgid "Available custom strategies are:"
12083msgstr ""
12084
12705546 12085#: builtin/merge.c:234 builtin/pull.c:143
cc76011e
JX
12086msgid "do not show a diffstat at the end of the merge"
12087msgstr ""
12088
12705546 12089#: builtin/merge.c:237 builtin/pull.c:146
cc76011e
JX
12090msgid "show a diffstat at the end of the merge"
12091msgstr ""
12092
12705546 12093#: builtin/merge.c:238 builtin/pull.c:149
cc76011e
JX
12094msgid "(synonym to --stat)"
12095msgstr ""
12096
12705546 12097#: builtin/merge.c:240 builtin/pull.c:152
cc76011e
JX
12098msgid "add (at most <n>) entries from shortlog to merge commit message"
12099msgstr ""
12100
12705546 12101#: builtin/merge.c:243 builtin/pull.c:158
cc76011e
JX
12102msgid "create a single commit instead of doing a merge"
12103msgstr ""
12104
12705546 12105#: builtin/merge.c:245 builtin/pull.c:161
cc76011e
JX
12106msgid "perform a commit if the merge succeeds (default)"
12107msgstr ""
12108
12705546 12109#: builtin/merge.c:247 builtin/pull.c:164
cc76011e
JX
12110msgid "edit message before committing"
12111msgstr ""
12112
12705546 12113#: builtin/merge.c:248
cc76011e
JX
12114msgid "allow fast-forward (default)"
12115msgstr ""
12116
12705546 12117#: builtin/merge.c:250 builtin/pull.c:170
cc76011e
JX
12118msgid "abort if fast-forward is not possible"
12119msgstr ""
12120
12705546 12121#: builtin/merge.c:254 builtin/pull.c:173
9fa976ff 12122msgid "verify that the named commit has a valid GPG signature"
c138af56
JX
12123msgstr ""
12124
12705546 12125#: builtin/merge.c:255 builtin/notes.c:784 builtin/pull.c:177
578d8ea3 12126#: builtin/rebase.c:916 builtin/rebase--interactive.c:186 builtin/revert.c:110
cc76011e
JX
12127msgid "strategy"
12128msgstr ""
12129
12705546 12130#: builtin/merge.c:256 builtin/pull.c:178
cc76011e
JX
12131msgid "merge strategy to use"
12132msgstr ""
12133
12705546 12134#: builtin/merge.c:257 builtin/pull.c:181
cc76011e
JX
12135msgid "option=value"
12136msgstr ""
12137
12705546 12138#: builtin/merge.c:258 builtin/pull.c:182
cc76011e
JX
12139msgid "option for selected merge strategy"
12140msgstr ""
12141
12705546 12142#: builtin/merge.c:260
cc76011e
JX
12143msgid "merge commit message (for a non-fast-forward merge)"
12144msgstr ""
12145
12705546 12146#: builtin/merge.c:267
cc76011e
JX
12147msgid "abort the current in-progress merge"
12148msgstr ""
12149
12705546 12150#: builtin/merge.c:269
673bfad0
JX
12151msgid "continue the current in-progress merge"
12152msgstr ""
12153
12705546 12154#: builtin/merge.c:271 builtin/pull.c:189
f517e50d
JX
12155msgid "allow merging unrelated histories"
12156msgstr ""
12157
12705546 12158#: builtin/merge.c:277
25eab542
JX
12159msgid "verify commit-msg hook"
12160msgstr ""
12161
12705546 12162#: builtin/merge.c:302
cc76011e
JX
12163msgid "could not run stash."
12164msgstr ""
12165
12705546 12166#: builtin/merge.c:307
cc76011e
JX
12167msgid "stash failed"
12168msgstr ""
12169
12705546 12170#: builtin/merge.c:312
cc76011e
JX
12171#, c-format
12172msgid "not a valid object: %s"
12173msgstr ""
12174
12705546 12175#: builtin/merge.c:334 builtin/merge.c:351
cc76011e
JX
12176msgid "read-tree failed"
12177msgstr ""
12178
12705546 12179#: builtin/merge.c:381
cc76011e
JX
12180msgid " (nothing to squash)"
12181msgstr ""
12182
12705546 12183#: builtin/merge.c:392
cc76011e
JX
12184#, c-format
12185msgid "Squash commit -- not updating HEAD\n"
12186msgstr ""
12187
12705546 12188#: builtin/merge.c:442
cc76011e
JX
12189#, c-format
12190msgid "No merge message -- not updating HEAD\n"
12191msgstr ""
12192
12705546 12193#: builtin/merge.c:493
cc76011e
JX
12194#, c-format
12195msgid "'%s' does not point to a commit"
12196msgstr ""
12197
12705546 12198#: builtin/merge.c:580
cc76011e
JX
12199#, c-format
12200msgid "Bad branch.%s.mergeoptions string: %s"
12201msgstr ""
12202
12705546 12203#: builtin/merge.c:701
cc76011e
JX
12204msgid "Not handling anything other than two heads merge."
12205msgstr ""
12206
12705546 12207#: builtin/merge.c:715
cc76011e
JX
12208#, c-format
12209msgid "Unknown option for merge-recursive: -X%s"
12210msgstr ""
12211
12705546 12212#: builtin/merge.c:730
cc76011e
JX
12213#, c-format
12214msgid "unable to write %s"
12215msgstr ""
12216
12705546 12217#: builtin/merge.c:782
cc76011e
JX
12218#, c-format
12219msgid "Could not read from '%s'"
12220msgstr ""
12221
12705546 12222#: builtin/merge.c:791
cc76011e
JX
12223#, c-format
12224msgid "Not committing merge; use 'git commit' to complete the merge.\n"
12225msgstr ""
12226
12705546 12227#: builtin/merge.c:797
9caaf23e 12228#, c-format
cc76011e
JX
12229msgid ""
12230"Please enter a commit message to explain why this merge is necessary,\n"
12231"especially if it merges an updated upstream into a topic branch.\n"
12232"\n"
9caaf23e 12233"Lines starting with '%c' will be ignored, and an empty message aborts\n"
cc76011e
JX
12234"the commit.\n"
12235msgstr ""
12236
12705546 12237#: builtin/merge.c:833
cc76011e
JX
12238msgid "Empty commit message."
12239msgstr ""
12240
12705546 12241#: builtin/merge.c:852
cc76011e
JX
12242#, c-format
12243msgid "Wonderful.\n"
12244msgstr ""
12245
12705546 12246#: builtin/merge.c:905
cc76011e
JX
12247#, c-format
12248msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
12249msgstr ""
12250
12705546 12251#: builtin/merge.c:944
cc76011e
JX
12252msgid "No current branch."
12253msgstr ""
12254
12705546 12255#: builtin/merge.c:946
cc76011e
JX
12256msgid "No remote for the current branch."
12257msgstr ""
12258
12705546 12259#: builtin/merge.c:948
cc76011e
JX
12260msgid "No default upstream defined for the current branch."
12261msgstr ""
12262
12705546 12263#: builtin/merge.c:953
cc76011e 12264#, c-format
28b3cffc 12265msgid "No remote-tracking branch for %s from %s"
cc76011e
JX
12266msgstr ""
12267
12705546 12268#: builtin/merge.c:1010
9fa976ff
JX
12269#, c-format
12270msgid "Bad value '%s' in environment '%s'"
12271msgstr ""
12272
12705546 12273#: builtin/merge.c:1113
9fa976ff
JX
12274#, c-format
12275msgid "not something we can merge in %s: %s"
12276msgstr ""
12277
12705546 12278#: builtin/merge.c:1147
9fa976ff
JX
12279msgid "not something we can merge"
12280msgstr ""
12281
12705546 12282#: builtin/merge.c:1250
673bfad0
JX
12283msgid "--abort expects no arguments"
12284msgstr ""
12285
12705546 12286#: builtin/merge.c:1254
cc76011e
JX
12287msgid "There is no merge to abort (MERGE_HEAD missing)."
12288msgstr ""
12289
12705546 12290#: builtin/merge.c:1266
673bfad0
JX
12291msgid "--continue expects no arguments"
12292msgstr ""
12293
12705546 12294#: builtin/merge.c:1270
673bfad0
JX
12295msgid "There is no merge in progress (MERGE_HEAD missing)."
12296msgstr ""
12297
12705546 12298#: builtin/merge.c:1286
cc76011e
JX
12299msgid ""
12300"You have not concluded your merge (MERGE_HEAD exists).\n"
d07a63e4 12301"Please, commit your changes before you merge."
cc76011e
JX
12302msgstr ""
12303
12705546 12304#: builtin/merge.c:1293
cc76011e
JX
12305msgid ""
12306"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
d07a63e4 12307"Please, commit your changes before you merge."
cc76011e
JX
12308msgstr ""
12309
12705546 12310#: builtin/merge.c:1296
cc76011e
JX
12311msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
12312msgstr ""
12313
12705546 12314#: builtin/merge.c:1305
cc76011e
JX
12315msgid "You cannot combine --squash with --no-ff."
12316msgstr ""
12317
12705546 12318#: builtin/merge.c:1313
cc76011e
JX
12319msgid "No commit specified and merge.defaultToUpstream not set."
12320msgstr ""
12321
12705546 12322#: builtin/merge.c:1330
cc76011e
JX
12323msgid "Squash commit into empty head not supported yet"
12324msgstr ""
12325
12705546 12326#: builtin/merge.c:1332
cc76011e
JX
12327msgid "Non-fast-forward commit does not make sense into an empty head"
12328msgstr ""
12329
12705546 12330#: builtin/merge.c:1337
28b3cffc
JX
12331#, c-format
12332msgid "%s - not something we can merge"
12333msgstr ""
12334
12705546 12335#: builtin/merge.c:1339
64f23b0c
JX
12336msgid "Can merge only exactly one commit into empty head"
12337msgstr ""
12338
12705546 12339#: builtin/merge.c:1421
f517e50d
JX
12340msgid "refusing to merge unrelated histories"
12341msgstr ""
12342
12705546 12343#: builtin/merge.c:1430
25eab542 12344msgid "Already up to date."
9fa976ff
JX
12345msgstr ""
12346
12705546 12347#: builtin/merge.c:1440
cc76011e
JX
12348#, c-format
12349msgid "Updating %s..%s\n"
12350msgstr ""
12351
12705546 12352#: builtin/merge.c:1482
cc76011e
JX
12353#, c-format
12354msgid "Trying really trivial in-index merge...\n"
12355msgstr ""
12356
12705546 12357#: builtin/merge.c:1489
cc76011e
JX
12358#, c-format
12359msgid "Nope.\n"
12360msgstr ""
12361
12705546 12362#: builtin/merge.c:1514
25eab542 12363msgid "Already up to date. Yeeah!"
9fa976ff
JX
12364msgstr ""
12365
12705546 12366#: builtin/merge.c:1520
cc76011e
JX
12367msgid "Not possible to fast-forward, aborting."
12368msgstr ""
12369
12705546 12370#: builtin/merge.c:1543 builtin/merge.c:1622
cc76011e
JX
12371#, c-format
12372msgid "Rewinding the tree to pristine...\n"
12373msgstr ""
12374
12705546 12375#: builtin/merge.c:1547
cc76011e
JX
12376#, c-format
12377msgid "Trying merge strategy %s...\n"
12378msgstr ""
12379
12705546 12380#: builtin/merge.c:1613
cc76011e
JX
12381#, c-format
12382msgid "No merge strategy handled the merge.\n"
12383msgstr ""
12384
12705546 12385#: builtin/merge.c:1615
cc76011e
JX
12386#, c-format
12387msgid "Merge with strategy %s failed.\n"
12388msgstr ""
12389
12705546 12390#: builtin/merge.c:1624
cc76011e
JX
12391#, c-format
12392msgid "Using the %s to prepare resolving by hand.\n"
12393msgstr ""
12394
12705546 12395#: builtin/merge.c:1636
cc76011e
JX
12396#, c-format
12397msgid "Automatic merge went well; stopped before committing as requested\n"
12398msgstr ""
12399
12705546 12400#: builtin/merge-base.c:32
c2ea1208 12401msgid "git merge-base [-a | --all] <commit> <commit>..."
cc76011e
JX
12402msgstr ""
12403
12705546 12404#: builtin/merge-base.c:33
c2ea1208 12405msgid "git merge-base [-a | --all] --octopus <commit>..."
cc76011e
JX
12406msgstr ""
12407
12705546 12408#: builtin/merge-base.c:34
cc76011e
JX
12409msgid "git merge-base --independent <commit>..."
12410msgstr ""
12411
12705546 12412#: builtin/merge-base.c:35
cc76011e
JX
12413msgid "git merge-base --is-ancestor <commit> <commit>"
12414msgstr ""
12415
12705546 12416#: builtin/merge-base.c:36
df49095a
JX
12417msgid "git merge-base --fork-point <ref> [<commit>]"
12418msgstr ""
12419
12705546 12420#: builtin/merge-base.c:153
cc76011e
JX
12421msgid "output all common ancestors"
12422msgstr ""
12423
12705546 12424#: builtin/merge-base.c:155
cc76011e
JX
12425msgid "find ancestors for a single n-way merge"
12426msgstr ""
12427
12705546 12428#: builtin/merge-base.c:157
cc76011e
JX
12429msgid "list revs not reachable from others"
12430msgstr ""
12431
12705546 12432#: builtin/merge-base.c:159
cc76011e
JX
12433msgid "is the first one ancestor of the other?"
12434msgstr ""
12435
12705546 12436#: builtin/merge-base.c:161
df49095a
JX
12437msgid "find where <commit> forked from reflog of <ref>"
12438msgstr ""
12439
5b34e000 12440#: builtin/merge-file.c:9
cc76011e 12441msgid ""
c2ea1208
JX
12442"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
12443"<orig-file> <file2>"
cc76011e
JX
12444msgstr ""
12445
12705546 12446#: builtin/merge-file.c:35
cc76011e
JX
12447msgid "send results to standard output"
12448msgstr ""
12449
12705546 12450#: builtin/merge-file.c:36
cc76011e
JX
12451msgid "use a diff3 based merge"
12452msgstr ""
12453
12705546 12454#: builtin/merge-file.c:37
cc76011e
JX
12455msgid "for conflicts, use our version"
12456msgstr ""
12457
12705546 12458#: builtin/merge-file.c:39
cc76011e
JX
12459msgid "for conflicts, use their version"
12460msgstr ""
12461
12705546 12462#: builtin/merge-file.c:41
cc76011e
JX
12463msgid "for conflicts, use a union version"
12464msgstr ""
12465
12705546 12466#: builtin/merge-file.c:44
cc76011e
JX
12467msgid "for conflicts, use this marker size"
12468msgstr ""
12469
12705546 12470#: builtin/merge-file.c:45
cc76011e
JX
12471msgid "do not warn about conflicts"
12472msgstr ""
12473
12705546 12474#: builtin/merge-file.c:47
c2ea1208 12475msgid "set labels for file1/orig-file/file2"
cc76011e
JX
12476msgstr ""
12477
fda7b092
JX
12478#: builtin/merge-recursive.c:45
12479#, c-format
12480msgid "unknown option %s"
12481msgstr ""
12482
12483#: builtin/merge-recursive.c:51
12484#, c-format
12485msgid "could not parse object '%s'"
12486msgstr ""
12487
12488#: builtin/merge-recursive.c:55
12489#, c-format
12490msgid "cannot handle more than %d base. Ignoring %s."
12491msgid_plural "cannot handle more than %d bases. Ignoring %s."
12492msgstr[0] ""
12493msgstr[1] ""
12494
12495#: builtin/merge-recursive.c:63
12496msgid "not handling anything other than two heads merge."
12497msgstr ""
12498
12499#: builtin/merge-recursive.c:69 builtin/merge-recursive.c:71
12500#, c-format
12501msgid "could not resolve ref '%s'"
12502msgstr ""
12503
12504#: builtin/merge-recursive.c:77
12505#, c-format
12506msgid "Merging %s with %s\n"
12507msgstr ""
12508
dba9f13c 12509#: builtin/mktree.c:66
cc76011e
JX
12510msgid "git mktree [-z] [--missing] [--batch]"
12511msgstr ""
12512
dba9f13c 12513#: builtin/mktree.c:154
cc76011e
JX
12514msgid "input is NUL terminated"
12515msgstr ""
12516
dba9f13c 12517#: builtin/mktree.c:155 builtin/write-tree.c:25
cc76011e
JX
12518msgid "allow missing objects"
12519msgstr ""
12520
dba9f13c 12521#: builtin/mktree.c:156
cc76011e
JX
12522msgid "allow creation of more than one tree"
12523msgstr ""
12524
12705546
JX
12525#: builtin/multi-pack-index.c:8
12526msgid "git multi-pack-index [--object-dir=<dir>] (write|verify)"
12527msgstr ""
12528
12529#: builtin/multi-pack-index.c:21
12530msgid "object directory containing set of packfile and pack-index pairs"
12531msgstr ""
12532
12533#: builtin/multi-pack-index.c:39
12534msgid "too many arguments"
12535msgstr ""
12536
12537#: builtin/multi-pack-index.c:48
12538#, c-format
12539msgid "unrecognized verb: %s"
12540msgstr ""
12541
5b34e000 12542#: builtin/mv.c:17
c2ea1208 12543msgid "git mv [<options>] <source>... <destination>"
cc76011e
JX
12544msgstr ""
12545
9b7388a8 12546#: builtin/mv.c:82
d07a63e4
JX
12547#, c-format
12548msgid "Directory %s is in index and no submodule?"
cc76011e
JX
12549msgstr ""
12550
dba9f13c 12551#: builtin/mv.c:84
d07a63e4 12552msgid "Please stage your changes to .gitmodules or stash them to proceed"
cc76011e
JX
12553msgstr ""
12554
9b7388a8 12555#: builtin/mv.c:102
cc76011e 12556#, c-format
d07a63e4 12557msgid "%.*s is in index"
cc76011e
JX
12558msgstr ""
12559
9b7388a8 12560#: builtin/mv.c:124
d07a63e4 12561msgid "force move/rename even if target exists"
cc76011e
JX
12562msgstr ""
12563
9b7388a8 12564#: builtin/mv.c:126
d07a63e4 12565msgid "skip move/rename errors"
cc76011e
JX
12566msgstr ""
12567
abc8de64 12568#: builtin/mv.c:168
d07a63e4
JX
12569#, c-format
12570msgid "destination '%s' is not a directory"
cc76011e
JX
12571msgstr ""
12572
abc8de64 12573#: builtin/mv.c:179
727b9576 12574#, c-format
d07a63e4 12575msgid "Checking rename of '%s' to '%s'\n"
727b9576
JX
12576msgstr ""
12577
abc8de64 12578#: builtin/mv.c:183
d07a63e4 12579msgid "bad source"
727b9576
JX
12580msgstr ""
12581
abc8de64 12582#: builtin/mv.c:186
d07a63e4 12583msgid "can not move directory into itself"
cc76011e
JX
12584msgstr ""
12585
abc8de64 12586#: builtin/mv.c:189
d07a63e4
JX
12587msgid "cannot move directory over file"
12588msgstr ""
12589
abc8de64 12590#: builtin/mv.c:198
cc76011e
JX
12591msgid "source directory is empty"
12592msgstr ""
12593
abc8de64 12594#: builtin/mv.c:223
cc76011e
JX
12595msgid "not under version control"
12596msgstr ""
12597
abc8de64 12598#: builtin/mv.c:226
cc76011e
JX
12599msgid "destination exists"
12600msgstr ""
12601
abc8de64 12602#: builtin/mv.c:234
cc76011e
JX
12603#, c-format
12604msgid "overwriting '%s'"
12605msgstr ""
12606
abc8de64 12607#: builtin/mv.c:237
cc76011e
JX
12608msgid "Cannot overwrite"
12609msgstr ""
12610
abc8de64 12611#: builtin/mv.c:240
cc76011e
JX
12612msgid "multiple sources for the same target"
12613msgstr ""
12614
abc8de64 12615#: builtin/mv.c:242
df49095a
JX
12616msgid "destination directory does not exist"
12617msgstr ""
12618
abc8de64 12619#: builtin/mv.c:249
cc76011e
JX
12620#, c-format
12621msgid "%s, source=%s, destination=%s"
12622msgstr ""
12623
abc8de64 12624#: builtin/mv.c:270
cc76011e
JX
12625#, c-format
12626msgid "Renaming %s to %s\n"
12627msgstr ""
12628
12705546 12629#: builtin/mv.c:276 builtin/remote.c:717 builtin/repack.c:511
cc76011e
JX
12630#, c-format
12631msgid "renaming '%s' failed"
12632msgstr ""
12633
dba9f13c 12634#: builtin/name-rev.c:355
c2ea1208 12635msgid "git name-rev [<options>] <commit>..."
cc76011e
JX
12636msgstr ""
12637
dba9f13c 12638#: builtin/name-rev.c:356
c2ea1208 12639msgid "git name-rev [<options>] --all"
cc76011e
JX
12640msgstr ""
12641
dba9f13c 12642#: builtin/name-rev.c:357
c2ea1208 12643msgid "git name-rev [<options>] --stdin"
cc76011e
JX
12644msgstr ""
12645
dba9f13c 12646#: builtin/name-rev.c:413
cc76011e
JX
12647msgid "print only names (no SHA-1)"
12648msgstr ""
12649
dba9f13c 12650#: builtin/name-rev.c:414
cc76011e
JX
12651msgid "only use tags to name the commits"
12652msgstr ""
12653
dba9f13c 12654#: builtin/name-rev.c:416
cc76011e
JX
12655msgid "only use refs matching <pattern>"
12656msgstr ""
12657
dba9f13c 12658#: builtin/name-rev.c:418
dfc182b1
JX
12659msgid "ignore refs matching <pattern>"
12660msgstr ""
12661
dba9f13c 12662#: builtin/name-rev.c:420
cc76011e
JX
12663msgid "list all commits reachable from all refs"
12664msgstr ""
12665
dba9f13c 12666#: builtin/name-rev.c:421
cc76011e
JX
12667msgid "read from stdin"
12668msgstr ""
12669
dba9f13c 12670#: builtin/name-rev.c:422
727b9576 12671msgid "allow to print `undefined` names (default)"
cc76011e
JX
12672msgstr ""
12673
dba9f13c 12674#: builtin/name-rev.c:428
28b3cffc
JX
12675msgid "dereference tags in the input (internal use)"
12676msgstr ""
12677
dba9f13c 12678#: builtin/notes.c:28
c2ea1208 12679msgid "git notes [--ref <notes-ref>] [list [<object>]]"
cc76011e
JX
12680msgstr ""
12681
dba9f13c 12682#: builtin/notes.c:29
cc76011e 12683msgid ""
c2ea1208 12684"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
beb691f7 12685"| (-c | -C) <object>] [<object>]"
cc76011e
JX
12686msgstr ""
12687
dba9f13c 12688#: builtin/notes.c:30
c2ea1208 12689msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
cc76011e
JX
12690msgstr ""
12691
dba9f13c 12692#: builtin/notes.c:31
cc76011e 12693msgid ""
c2ea1208 12694"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
beb691f7 12695"(-c | -C) <object>] [<object>]"
cc76011e
JX
12696msgstr ""
12697
dba9f13c 12698#: builtin/notes.c:32
c2ea1208 12699msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
cc76011e
JX
12700msgstr ""
12701
dba9f13c 12702#: builtin/notes.c:33
c2ea1208 12703msgid "git notes [--ref <notes-ref>] show [<object>]"
cc76011e
JX
12704msgstr ""
12705
dba9f13c 12706#: builtin/notes.c:34
cc76011e 12707msgid ""
c2ea1208 12708"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
cc76011e
JX
12709msgstr ""
12710
dba9f13c 12711#: builtin/notes.c:35
cc76011e
JX
12712msgid "git notes merge --commit [-v | -q]"
12713msgstr ""
12714
dba9f13c 12715#: builtin/notes.c:36
cc76011e
JX
12716msgid "git notes merge --abort [-v | -q]"
12717msgstr ""
12718
dba9f13c 12719#: builtin/notes.c:37
c2ea1208 12720msgid "git notes [--ref <notes-ref>] remove [<object>...]"
cc76011e
JX
12721msgstr ""
12722
dba9f13c 12723#: builtin/notes.c:38
18a90722 12724msgid "git notes [--ref <notes-ref>] prune [-n] [-v]"
cc76011e
JX
12725msgstr ""
12726
dba9f13c 12727#: builtin/notes.c:39
c2ea1208 12728msgid "git notes [--ref <notes-ref>] get-ref"
cc76011e
JX
12729msgstr ""
12730
dba9f13c 12731#: builtin/notes.c:44
cc76011e
JX
12732msgid "git notes [list [<object>]]"
12733msgstr ""
12734
dba9f13c 12735#: builtin/notes.c:49
cc76011e
JX
12736msgid "git notes add [<options>] [<object>]"
12737msgstr ""
12738
dba9f13c 12739#: builtin/notes.c:54
cc76011e
JX
12740msgid "git notes copy [<options>] <from-object> <to-object>"
12741msgstr ""
12742
dba9f13c 12743#: builtin/notes.c:55
cc76011e
JX
12744msgid "git notes copy --stdin [<from-object> <to-object>]..."
12745msgstr ""
12746
dba9f13c 12747#: builtin/notes.c:60
cc76011e
JX
12748msgid "git notes append [<options>] [<object>]"
12749msgstr ""
12750
dba9f13c 12751#: builtin/notes.c:65
cc76011e
JX
12752msgid "git notes edit [<object>]"
12753msgstr ""
12754
dba9f13c 12755#: builtin/notes.c:70
cc76011e
JX
12756msgid "git notes show [<object>]"
12757msgstr ""
12758
dba9f13c 12759#: builtin/notes.c:75
c2ea1208 12760msgid "git notes merge [<options>] <notes-ref>"
cc76011e
JX
12761msgstr ""
12762
dba9f13c 12763#: builtin/notes.c:76
cc76011e
JX
12764msgid "git notes merge --commit [<options>]"
12765msgstr ""
12766
dba9f13c 12767#: builtin/notes.c:77
cc76011e
JX
12768msgid "git notes merge --abort [<options>]"
12769msgstr ""
12770
dba9f13c 12771#: builtin/notes.c:82
cc76011e
JX
12772msgid "git notes remove [<object>]"
12773msgstr ""
12774
dba9f13c 12775#: builtin/notes.c:87
cc76011e
JX
12776msgid "git notes prune [<options>]"
12777msgstr ""
12778
dba9f13c 12779#: builtin/notes.c:92
cc76011e
JX
12780msgid "git notes get-ref"
12781msgstr ""
12782
dba9f13c 12783#: builtin/notes.c:97
9fa976ff
JX
12784msgid "Write/edit the notes for the following object:"
12785msgstr ""
12786
dba9f13c 12787#: builtin/notes.c:150
cc76011e
JX
12788#, c-format
12789msgid "unable to start 'show' for object '%s'"
12790msgstr ""
12791
dba9f13c 12792#: builtin/notes.c:154
9caaf23e 12793msgid "could not read 'show' output"
cc76011e
JX
12794msgstr ""
12795
dba9f13c 12796#: builtin/notes.c:162
cc76011e
JX
12797#, c-format
12798msgid "failed to finish 'show' for object '%s'"
12799msgstr ""
12800
dba9f13c 12801#: builtin/notes.c:197
fda7b092 12802msgid "please supply the note contents using either -m or -F option"
cc76011e
JX
12803msgstr ""
12804
dba9f13c 12805#: builtin/notes.c:206
cc76011e
JX
12806msgid "unable to write note object"
12807msgstr ""
12808
dba9f13c 12809#: builtin/notes.c:208
cc76011e 12810#, c-format
fda7b092 12811msgid "the note contents have been left in %s"
cc76011e
JX
12812msgstr ""
12813
12705546 12814#: builtin/notes.c:242 builtin/tag.c:513
cc76011e
JX
12815#, c-format
12816msgid "could not open or read '%s'"
12817msgstr ""
12818
12705546
JX
12819#: builtin/notes.c:263 builtin/notes.c:313 builtin/notes.c:315
12820#: builtin/notes.c:383 builtin/notes.c:438 builtin/notes.c:524
12821#: builtin/notes.c:529 builtin/notes.c:607 builtin/notes.c:669
fda7b092
JX
12822#, c-format
12823msgid "failed to resolve '%s' as a valid ref."
12824msgstr ""
12825
12705546 12826#: builtin/notes.c:265
cc76011e 12827#, c-format
fda7b092 12828msgid "failed to read object '%s'."
cc76011e
JX
12829msgstr ""
12830
12705546 12831#: builtin/notes.c:268
5e078fcd 12832#, c-format
fda7b092 12833msgid "cannot read note data from non-blob object '%s'."
5e078fcd
JX
12834msgstr ""
12835
12705546 12836#: builtin/notes.c:309
fda7b092
JX
12837#, c-format
12838msgid "malformed input line: '%s'."
12839msgstr ""
12840
12705546 12841#: builtin/notes.c:324
fda7b092
JX
12842#, c-format
12843msgid "failed to copy notes from '%s' to '%s'"
12844msgstr ""
12845
5b34e000
JX
12846#. TRANSLATORS: the first %s will be replaced by a git
12847#. notes command: 'add', 'merge', 'remove', etc.
12848#.
12705546 12849#: builtin/notes.c:356
fda7b092
JX
12850#, c-format
12851msgid "refusing to %s notes in %s (outside of refs/notes/)"
12852msgstr ""
12853
12705546
JX
12854#: builtin/notes.c:376 builtin/notes.c:431 builtin/notes.c:507
12855#: builtin/notes.c:519 builtin/notes.c:595 builtin/notes.c:662
12856#: builtin/notes.c:812 builtin/notes.c:959 builtin/notes.c:980
cc76011e
JX
12857msgid "too many parameters"
12858msgstr ""
12859
12705546 12860#: builtin/notes.c:389 builtin/notes.c:675
cc76011e 12861#, c-format
fda7b092 12862msgid "no note found for object %s."
cc76011e
JX
12863msgstr ""
12864
12705546 12865#: builtin/notes.c:410 builtin/notes.c:573
cc76011e
JX
12866msgid "note contents as a string"
12867msgstr ""
12868
12705546 12869#: builtin/notes.c:413 builtin/notes.c:576
cc76011e
JX
12870msgid "note contents in a file"
12871msgstr ""
12872
12705546 12873#: builtin/notes.c:416 builtin/notes.c:579
cc76011e
JX
12874msgid "reuse and edit specified note object"
12875msgstr ""
12876
12705546 12877#: builtin/notes.c:419 builtin/notes.c:582
cc76011e
JX
12878msgid "reuse specified note object"
12879msgstr ""
12880
12705546 12881#: builtin/notes.c:422 builtin/notes.c:585
beb691f7
JX
12882msgid "allow storing empty note"
12883msgstr ""
12884
12705546 12885#: builtin/notes.c:423 builtin/notes.c:494
cc76011e
JX
12886msgid "replace existing notes"
12887msgstr ""
12888
12705546 12889#: builtin/notes.c:448
cc76011e
JX
12890#, c-format
12891msgid ""
12892"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
12893"existing notes"
12894msgstr ""
12895
12705546 12896#: builtin/notes.c:463 builtin/notes.c:542
cc76011e
JX
12897#, c-format
12898msgid "Overwriting existing notes for object %s\n"
12899msgstr ""
12900
12705546 12901#: builtin/notes.c:474 builtin/notes.c:634 builtin/notes.c:899
beb691f7
JX
12902#, c-format
12903msgid "Removing note for object %s\n"
12904msgstr ""
12905
12705546 12906#: builtin/notes.c:495
cc76011e
JX
12907msgid "read objects from stdin"
12908msgstr ""
12909
12705546 12910#: builtin/notes.c:497
cc76011e
JX
12911msgid "load rewriting config for <command> (implies --stdin)"
12912msgstr ""
12913
12705546 12914#: builtin/notes.c:515
cc76011e
JX
12915msgid "too few parameters"
12916msgstr ""
12917
12705546 12918#: builtin/notes.c:536
cc76011e
JX
12919#, c-format
12920msgid ""
12921"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
12922"existing notes"
12923msgstr ""
12924
12705546 12925#: builtin/notes.c:548
cc76011e 12926#, c-format
fda7b092 12927msgid "missing notes on source object %s. Cannot copy."
cc76011e
JX
12928msgstr ""
12929
12705546 12930#: builtin/notes.c:600
cc76011e
JX
12931#, c-format
12932msgid ""
12933"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
12934"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
12935msgstr ""
12936
12705546 12937#: builtin/notes.c:695
fda7b092
JX
12938msgid "failed to delete ref NOTES_MERGE_PARTIAL"
12939msgstr ""
12940
12705546 12941#: builtin/notes.c:697
fda7b092
JX
12942msgid "failed to delete ref NOTES_MERGE_REF"
12943msgstr ""
12944
12705546 12945#: builtin/notes.c:699
fda7b092
JX
12946msgid "failed to remove 'git notes merge' worktree"
12947msgstr ""
12948
12705546 12949#: builtin/notes.c:719
fda7b092
JX
12950msgid "failed to read ref NOTES_MERGE_PARTIAL"
12951msgstr ""
12952
12705546 12953#: builtin/notes.c:721
fda7b092
JX
12954msgid "could not find commit from NOTES_MERGE_PARTIAL."
12955msgstr ""
12956
12705546 12957#: builtin/notes.c:723
fda7b092
JX
12958msgid "could not parse commit from NOTES_MERGE_PARTIAL."
12959msgstr ""
12960
12705546 12961#: builtin/notes.c:736
fda7b092
JX
12962msgid "failed to resolve NOTES_MERGE_REF"
12963msgstr ""
12964
12705546 12965#: builtin/notes.c:739
fda7b092
JX
12966msgid "failed to finalize notes merge"
12967msgstr ""
12968
12705546 12969#: builtin/notes.c:765
9fa976ff
JX
12970#, c-format
12971msgid "unknown notes merge strategy %s"
12972msgstr ""
12973
12705546 12974#: builtin/notes.c:781
cc76011e
JX
12975msgid "General options"
12976msgstr ""
12977
12705546 12978#: builtin/notes.c:783
cc76011e
JX
12979msgid "Merge options"
12980msgstr ""
12981
12705546 12982#: builtin/notes.c:785
cc76011e
JX
12983msgid ""
12984"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
12985"cat_sort_uniq)"
12986msgstr ""
12987
12705546 12988#: builtin/notes.c:787
cc76011e
JX
12989msgid "Committing unmerged notes"
12990msgstr ""
12991
12705546 12992#: builtin/notes.c:789
cc76011e
JX
12993msgid "finalize notes merge by committing unmerged notes"
12994msgstr ""
12995
12705546 12996#: builtin/notes.c:791
cc76011e
JX
12997msgid "Aborting notes merge resolution"
12998msgstr ""
12999
12705546 13000#: builtin/notes.c:793
cc76011e
JX
13001msgid "abort notes merge"
13002msgstr ""
13003
12705546 13004#: builtin/notes.c:804
9fa976ff
JX
13005msgid "cannot mix --commit, --abort or -s/--strategy"
13006msgstr ""
13007
12705546 13008#: builtin/notes.c:809
fda7b092 13009msgid "must specify a notes ref to merge"
9fa976ff
JX
13010msgstr ""
13011
12705546 13012#: builtin/notes.c:833
9fa976ff 13013#, c-format
fda7b092 13014msgid "unknown -s/--strategy: %s"
9fa976ff
JX
13015msgstr ""
13016
12705546 13017#: builtin/notes.c:870
df0617bf 13018#, c-format
fda7b092 13019msgid "a notes merge into %s is already in-progress at %s"
df0617bf
JX
13020msgstr ""
13021
12705546 13022#: builtin/notes.c:873
9fa976ff 13023#, c-format
fda7b092 13024msgid "failed to store link to current notes ref (%s)"
9fa976ff
JX
13025msgstr ""
13026
12705546 13027#: builtin/notes.c:875
9fa976ff
JX
13028#, c-format
13029msgid ""
13030"Automatic notes merge failed. Fix conflicts in %s and commit the result with "
13031"'git notes merge --commit', or abort the merge with 'git notes merge --"
13032"abort'.\n"
13033msgstr ""
13034
12705546 13035#: builtin/notes.c:897
cc76011e
JX
13036#, c-format
13037msgid "Object %s has no note\n"
13038msgstr ""
13039
12705546 13040#: builtin/notes.c:909
cc76011e
JX
13041msgid "attempt to remove non-existent note is not an error"
13042msgstr ""
13043
12705546 13044#: builtin/notes.c:912
cc76011e
JX
13045msgid "read object names from the standard input"
13046msgstr ""
13047
12705546 13048#: builtin/notes.c:950 builtin/prune.c:108 builtin/worktree.c:164
9fa976ff
JX
13049msgid "do not remove, show only"
13050msgstr ""
13051
12705546 13052#: builtin/notes.c:951
9fa976ff 13053msgid "report pruned notes"
cc76011e
JX
13054msgstr ""
13055
12705546 13056#: builtin/notes.c:993
9fa976ff
JX
13057msgid "notes-ref"
13058msgstr ""
13059
12705546 13060#: builtin/notes.c:994
c2ea1208 13061msgid "use notes from <notes-ref>"
cc76011e
JX
13062msgstr ""
13063
12705546 13064#: builtin/notes.c:1029
cc76011e 13065#, c-format
fda7b092 13066msgid "unknown subcommand: %s"
cc76011e
JX
13067msgstr ""
13068
12705546 13069#: builtin/pack-objects.c:51
df0617bf
JX
13070msgid ""
13071"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
cc76011e
JX
13072msgstr ""
13073
12705546 13074#: builtin/pack-objects.c:52
df0617bf
JX
13075msgid ""
13076"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
cc76011e
JX
13077msgstr ""
13078
12705546 13079#: builtin/pack-objects.c:422
cc76011e 13080#, c-format
dba9f13c
JX
13081msgid "bad packed object CRC for %s"
13082msgstr ""
13083
12705546 13084#: builtin/pack-objects.c:433
dba9f13c
JX
13085#, c-format
13086msgid "corrupt packed object for %s"
13087msgstr ""
13088
12705546 13089#: builtin/pack-objects.c:564
dba9f13c
JX
13090#, c-format
13091msgid "recursive delta detected for object %s"
13092msgstr ""
13093
12705546 13094#: builtin/pack-objects.c:775
dba9f13c
JX
13095#, c-format
13096msgid "ordered %u objects, expected %<PRIu32>"
13097msgstr ""
13098
12705546 13099#: builtin/pack-objects.c:788
dba9f13c
JX
13100#, c-format
13101msgid "packfile is invalid: %s"
13102msgstr ""
13103
12705546 13104#: builtin/pack-objects.c:792
dba9f13c
JX
13105#, c-format
13106msgid "unable to open packfile for reuse: %s"
cc76011e
JX
13107msgstr ""
13108
12705546 13109#: builtin/pack-objects.c:796
dba9f13c
JX
13110msgid "unable to seek in reused packfile"
13111msgstr ""
13112
12705546 13113#: builtin/pack-objects.c:807
dba9f13c
JX
13114msgid "unable to read from reused packfile"
13115msgstr ""
13116
12705546 13117#: builtin/pack-objects.c:835
f517e50d
JX
13118msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
13119msgstr ""
13120
12705546 13121#: builtin/pack-objects.c:848
5e078fcd
JX
13122msgid "Writing objects"
13123msgstr ""
13124
12705546 13125#: builtin/pack-objects.c:910 builtin/update-index.c:88
dba9f13c
JX
13126#, c-format
13127msgid "failed to stat %s"
13128msgstr ""
13129
12705546 13130#: builtin/pack-objects.c:963
dba9f13c
JX
13131#, c-format
13132msgid "wrote %<PRIu32> objects while expecting %<PRIu32>"
13133msgstr ""
13134
12705546 13135#: builtin/pack-objects.c:1157
5e078fcd
JX
13136msgid "disabling bitmap writing, as some objects are not being packed"
13137msgstr ""
13138
12705546 13139#: builtin/pack-objects.c:1585
dba9f13c
JX
13140#, c-format
13141msgid "delta base offset overflow in pack for %s"
13142msgstr ""
13143
12705546 13144#: builtin/pack-objects.c:1594
dba9f13c
JX
13145#, c-format
13146msgid "delta base offset out of bound for %s"
13147msgstr ""
13148
12705546 13149#: builtin/pack-objects.c:1863
9b7388a8
JX
13150msgid "Counting objects"
13151msgstr ""
13152
12705546 13153#: builtin/pack-objects.c:1998
9b7388a8
JX
13154#, c-format
13155msgid "unable to get size of %s"
13156msgstr ""
13157
12705546 13158#: builtin/pack-objects.c:2013
9b7388a8
JX
13159#, c-format
13160msgid "unable to parse object header of %s"
13161msgstr ""
13162
12705546
JX
13163#: builtin/pack-objects.c:2083 builtin/pack-objects.c:2099
13164#: builtin/pack-objects.c:2109
dba9f13c
JX
13165#, c-format
13166msgid "object %s cannot be read"
13167msgstr ""
13168
12705546 13169#: builtin/pack-objects.c:2086 builtin/pack-objects.c:2113
dba9f13c 13170#, c-format
12705546 13171msgid "object %s inconsistent object length (%<PRIuMAX> vs %<PRIuMAX>)"
dba9f13c
JX
13172msgstr ""
13173
12705546 13174#: builtin/pack-objects.c:2123
dba9f13c
JX
13175msgid "suboptimal pack - out of memory"
13176msgstr ""
13177
12705546 13178#: builtin/pack-objects.c:2451
dba9f13c
JX
13179#, c-format
13180msgid "Delta compression using up to %d threads"
13181msgstr ""
13182
12705546 13183#: builtin/pack-objects.c:2583
dba9f13c
JX
13184#, c-format
13185msgid "unable to pack objects reachable from tag %s"
13186msgstr ""
13187
12705546 13188#: builtin/pack-objects.c:2670
5e078fcd
JX
13189msgid "Compressing objects"
13190msgstr ""
13191
12705546 13192#: builtin/pack-objects.c:2676
dba9f13c
JX
13193msgid "inconsistency with delta count"
13194msgstr ""
13195
12705546 13196#: builtin/pack-objects.c:2753
dba9f13c
JX
13197#, c-format
13198msgid ""
13199"expected edge object ID, got garbage:\n"
13200" %s"
13201msgstr ""
13202
12705546 13203#: builtin/pack-objects.c:2759
dba9f13c
JX
13204#, c-format
13205msgid ""
13206"expected object ID, got garbage:\n"
13207" %s"
13208msgstr ""
13209
36dd6933 13210#: builtin/pack-objects.c:2857
18a90722
JX
13211msgid "invalid value for --missing"
13212msgstr ""
13213
36dd6933 13214#: builtin/pack-objects.c:2916 builtin/pack-objects.c:3024
dba9f13c
JX
13215msgid "cannot open pack index"
13216msgstr ""
13217
36dd6933 13218#: builtin/pack-objects.c:2947
dba9f13c
JX
13219#, c-format
13220msgid "loose object at %s could not be examined"
13221msgstr ""
13222
36dd6933 13223#: builtin/pack-objects.c:3032
dba9f13c
JX
13224msgid "unable to force loose object"
13225msgstr ""
13226
36dd6933 13227#: builtin/pack-objects.c:3122
dba9f13c
JX
13228#, c-format
13229msgid "not a rev '%s'"
13230msgstr ""
13231
36dd6933 13232#: builtin/pack-objects.c:3125
dba9f13c
JX
13233#, c-format
13234msgid "bad revision '%s'"
13235msgstr ""
13236
36dd6933 13237#: builtin/pack-objects.c:3150
dba9f13c
JX
13238msgid "unable to add recent objects"
13239msgstr ""
13240
36dd6933 13241#: builtin/pack-objects.c:3203
cc76011e
JX
13242#, c-format
13243msgid "unsupported index version %s"
13244msgstr ""
13245
36dd6933 13246#: builtin/pack-objects.c:3207
cc76011e
JX
13247#, c-format
13248msgid "bad index version '%s'"
13249msgstr ""
13250
36dd6933 13251#: builtin/pack-objects.c:3237
cc76011e
JX
13252msgid "do not show progress meter"
13253msgstr ""
13254
36dd6933 13255#: builtin/pack-objects.c:3239
cc76011e
JX
13256msgid "show progress meter"
13257msgstr ""
13258
36dd6933 13259#: builtin/pack-objects.c:3241
cc76011e
JX
13260msgid "show progress meter during object writing phase"
13261msgstr ""
13262
36dd6933 13263#: builtin/pack-objects.c:3244
cc76011e
JX
13264msgid "similar to --all-progress when progress meter is shown"
13265msgstr ""
13266
36dd6933 13267#: builtin/pack-objects.c:3245
dba9f13c 13268msgid "<version>[,<offset>]"
cc76011e
JX
13269msgstr ""
13270
36dd6933 13271#: builtin/pack-objects.c:3246
cc76011e
JX
13272msgid "write the pack index file in the specified idx format version"
13273msgstr ""
13274
36dd6933 13275#: builtin/pack-objects.c:3249
cc76011e
JX
13276msgid "maximum size of each output pack file"
13277msgstr ""
13278
36dd6933 13279#: builtin/pack-objects.c:3251
cc76011e
JX
13280msgid "ignore borrowed objects from alternate object store"
13281msgstr ""
13282
36dd6933 13283#: builtin/pack-objects.c:3253
cc76011e
JX
13284msgid "ignore packed objects"
13285msgstr ""
13286
36dd6933 13287#: builtin/pack-objects.c:3255
cc76011e
JX
13288msgid "limit pack window by objects"
13289msgstr ""
13290
36dd6933 13291#: builtin/pack-objects.c:3257
cc76011e
JX
13292msgid "limit pack window by memory in addition to object limit"
13293msgstr ""
13294
36dd6933 13295#: builtin/pack-objects.c:3259
cc76011e
JX
13296msgid "maximum length of delta chain allowed in the resulting pack"
13297msgstr ""
13298
36dd6933 13299#: builtin/pack-objects.c:3261
cc76011e
JX
13300msgid "reuse existing deltas"
13301msgstr ""
13302
36dd6933 13303#: builtin/pack-objects.c:3263
cc76011e
JX
13304msgid "reuse existing objects"
13305msgstr ""
13306
36dd6933 13307#: builtin/pack-objects.c:3265
cc76011e
JX
13308msgid "use OFS_DELTA objects"
13309msgstr ""
13310
36dd6933 13311#: builtin/pack-objects.c:3267
cc76011e
JX
13312msgid "use threads when searching for best delta matches"
13313msgstr ""
13314
36dd6933 13315#: builtin/pack-objects.c:3269
cc76011e
JX
13316msgid "do not create an empty pack output"
13317msgstr ""
13318
36dd6933 13319#: builtin/pack-objects.c:3271
cc76011e
JX
13320msgid "read revision arguments from standard input"
13321msgstr ""
13322
36dd6933 13323#: builtin/pack-objects.c:3273
cc76011e
JX
13324msgid "limit the objects to those that are not yet packed"
13325msgstr ""
13326
36dd6933 13327#: builtin/pack-objects.c:3276
cc76011e
JX
13328msgid "include objects reachable from any reference"
13329msgstr ""
13330
36dd6933 13331#: builtin/pack-objects.c:3279
cc76011e
JX
13332msgid "include objects referred by reflog entries"
13333msgstr ""
13334
36dd6933 13335#: builtin/pack-objects.c:3282
d07a63e4
JX
13336msgid "include objects referred to by the index"
13337msgstr ""
13338
36dd6933 13339#: builtin/pack-objects.c:3285
cc76011e
JX
13340msgid "output pack to stdout"
13341msgstr ""
13342
36dd6933 13343#: builtin/pack-objects.c:3287
cc76011e
JX
13344msgid "include tag objects that refer to objects to be packed"
13345msgstr ""
13346
36dd6933 13347#: builtin/pack-objects.c:3289
cc76011e
JX
13348msgid "keep unreachable objects"
13349msgstr ""
13350
36dd6933 13351#: builtin/pack-objects.c:3291
9fa976ff
JX
13352msgid "pack loose unreachable objects"
13353msgstr ""
13354
36dd6933 13355#: builtin/pack-objects.c:3293
cc76011e
JX
13356msgid "unpack unreachable objects newer than <time>"
13357msgstr ""
13358
36dd6933 13359#: builtin/pack-objects.c:3296
cc76011e
JX
13360msgid "create thin packs"
13361msgstr ""
13362
36dd6933 13363#: builtin/pack-objects.c:3298
beb691f7
JX
13364msgid "create packs suitable for shallow fetches"
13365msgstr ""
13366
36dd6933 13367#: builtin/pack-objects.c:3300
cc76011e
JX
13368msgid "ignore packs that have companion .keep file"
13369msgstr ""
13370
36dd6933 13371#: builtin/pack-objects.c:3302
9b7388a8
JX
13372msgid "ignore this pack"
13373msgstr ""
13374
36dd6933 13375#: builtin/pack-objects.c:3304
cc76011e
JX
13376msgid "pack compression level"
13377msgstr ""
13378
36dd6933 13379#: builtin/pack-objects.c:3306
cc76011e
JX
13380msgid "do not hide commits by grafts"
13381msgstr ""
13382
36dd6933 13383#: builtin/pack-objects.c:3308
5e078fcd
JX
13384msgid "use a bitmap index if available to speed up counting objects"
13385msgstr ""
13386
36dd6933 13387#: builtin/pack-objects.c:3310
5e078fcd
JX
13388msgid "write a bitmap index together with the pack index"
13389msgstr ""
13390
36dd6933 13391#: builtin/pack-objects.c:3313
dba9f13c
JX
13392msgid "handling for missing objects"
13393msgstr ""
13394
36dd6933 13395#: builtin/pack-objects.c:3316
dba9f13c
JX
13396msgid "do not pack objects in promisor packfiles"
13397msgstr ""
13398
36dd6933 13399#: builtin/pack-objects.c:3318
12705546
JX
13400msgid "respect islands during delta compression"
13401msgstr ""
13402
36dd6933 13403#: builtin/pack-objects.c:3342
dba9f13c
JX
13404#, c-format
13405msgid "delta chain depth %d is too deep, forcing %d"
13406msgstr ""
13407
36dd6933 13408#: builtin/pack-objects.c:3347
dba9f13c
JX
13409#, c-format
13410msgid "pack.deltaCacheLimit is too high, forcing %d"
13411msgstr ""
13412
36dd6933 13413#: builtin/pack-objects.c:3401
dba9f13c
JX
13414msgid "--max-pack-size cannot be used to build a pack for transfer"
13415msgstr ""
13416
36dd6933 13417#: builtin/pack-objects.c:3403
dba9f13c 13418msgid "minimum pack size limit is 1 MiB"
18a90722
JX
13419msgstr ""
13420
36dd6933 13421#: builtin/pack-objects.c:3408
dba9f13c 13422msgid "--thin cannot be used to build an indexable pack"
abc8de64
JX
13423msgstr ""
13424
36dd6933 13425#: builtin/pack-objects.c:3411
dba9f13c 13426msgid "--keep-unreachable and --unpack-unreachable are incompatible"
9b7388a8
JX
13427msgstr ""
13428
36dd6933 13429#: builtin/pack-objects.c:3417
dba9f13c 13430msgid "cannot use --filter without --stdout"
5e078fcd
JX
13431msgstr ""
13432
36dd6933 13433#: builtin/pack-objects.c:3476
9b7388a8
JX
13434msgid "Enumerating objects"
13435msgstr ""
13436
36dd6933 13437#: builtin/pack-objects.c:3495
dba9f13c
JX
13438#, c-format
13439msgid "Total %<PRIu32> (delta %<PRIu32>), reused %<PRIu32> (delta %<PRIu32>)"
13440msgstr ""
13441
9b7388a8 13442#: builtin/pack-refs.c:7
df0617bf
JX
13443msgid "git pack-refs [<options>]"
13444msgstr ""
13445
9b7388a8 13446#: builtin/pack-refs.c:15
df0617bf
JX
13447msgid "pack everything"
13448msgstr ""
13449
9b7388a8 13450#: builtin/pack-refs.c:16
df0617bf
JX
13451msgid "prune loose refs (default)"
13452msgstr ""
13453
dba9f13c 13454#: builtin/prune-packed.c:9
df0617bf
JX
13455msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
13456msgstr ""
13457
dba9f13c 13458#: builtin/prune-packed.c:42
df0617bf
JX
13459msgid "Removing duplicate objects"
13460msgstr ""
13461
dba9f13c 13462#: builtin/prune.c:12
18a90722 13463msgid "git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"
df0617bf
JX
13464msgstr ""
13465
dba9f13c 13466#: builtin/prune.c:109
df0617bf
JX
13467msgid "report pruned objects"
13468msgstr ""
13469
dba9f13c 13470#: builtin/prune.c:112
df0617bf
JX
13471msgid "expire objects older than <time>"
13472msgstr ""
13473
dba9f13c 13474#: builtin/prune.c:114
abc8de64
JX
13475msgid "limit traversal to objects outside promisor packfiles"
13476msgstr ""
13477
12705546 13478#: builtin/prune.c:129
f4f2c8f8
JX
13479msgid "cannot prune in a precious-objects repo"
13480msgstr ""
13481
12705546 13482#: builtin/pull.c:60 builtin/pull.c:62
fda7b092
JX
13483#, c-format
13484msgid "Invalid value for %s: %s"
13485msgstr ""
13486
12705546 13487#: builtin/pull.c:82
f4f2c8f8 13488msgid "git pull [<options>] [<repository> [<refspec>...]]"
df0617bf
JX
13489msgstr ""
13490
12705546 13491#: builtin/pull.c:133
5b34e000
JX
13492msgid "control for recursive fetching of submodules"
13493msgstr ""
13494
12705546 13495#: builtin/pull.c:137
df0617bf
JX
13496msgid "Options related to merging"
13497msgstr ""
13498
12705546 13499#: builtin/pull.c:140
df0617bf
JX
13500msgid "incorporate changes by rebasing rather than merging"
13501msgstr ""
13502
12705546 13503#: builtin/pull.c:167 builtin/rebase--interactive.c:147 builtin/revert.c:122
df0617bf
JX
13504msgid "allow fast-forward"
13505msgstr ""
13506
12705546 13507#: builtin/pull.c:176
f517e50d
JX
13508msgid "automatically stash/stash pop before and after rebase"
13509msgstr ""
13510
12705546 13511#: builtin/pull.c:192
df0617bf
JX
13512msgid "Options related to fetching"
13513msgstr ""
13514
12705546
JX
13515#: builtin/pull.c:202
13516msgid "force overwrite of local branch"
13517msgstr ""
13518
13519#: builtin/pull.c:210
9eb3984b
JX
13520msgid "number of submodules pulled in parallel"
13521msgstr ""
13522
12705546 13523#: builtin/pull.c:305
df0617bf
JX
13524#, c-format
13525msgid "Invalid value for pull.ff: %s"
13526msgstr ""
13527
12705546 13528#: builtin/pull.c:421
df0617bf
JX
13529msgid ""
13530"There is no candidate for rebasing against among the refs that you just "
13531"fetched."
13532msgstr ""
13533
12705546 13534#: builtin/pull.c:423
df0617bf
JX
13535msgid ""
13536"There are no candidates for merging among the refs that you just fetched."
13537msgstr ""
13538
12705546 13539#: builtin/pull.c:424
df0617bf
JX
13540msgid ""
13541"Generally this means that you provided a wildcard refspec which had no\n"
13542"matches on the remote end."
13543msgstr ""
13544
12705546 13545#: builtin/pull.c:427
df0617bf
JX
13546#, c-format
13547msgid ""
13548"You asked to pull from the remote '%s', but did not specify\n"
13549"a branch. Because this is not the default configured remote\n"
13550"for your current branch, you must specify a branch on the command line."
13551msgstr ""
13552
36dd6933 13553#: builtin/pull.c:432 builtin/rebase.c:761 git-parse-remote.sh:73
df0617bf
JX
13554msgid "You are not currently on a branch."
13555msgstr ""
13556
12705546 13557#: builtin/pull.c:434 builtin/pull.c:449 git-parse-remote.sh:79
df0617bf
JX
13558msgid "Please specify which branch you want to rebase against."
13559msgstr ""
13560
12705546 13561#: builtin/pull.c:436 builtin/pull.c:451 git-parse-remote.sh:82
df0617bf
JX
13562msgid "Please specify which branch you want to merge with."
13563msgstr ""
13564
12705546 13565#: builtin/pull.c:437 builtin/pull.c:452
df0617bf 13566msgid "See git-pull(1) for details."
cc76011e
JX
13567msgstr ""
13568
12705546 13569#: builtin/pull.c:439 builtin/pull.c:445 builtin/pull.c:454
36dd6933 13570#: builtin/rebase.c:767 git-parse-remote.sh:64
f517e50d
JX
13571msgid "<remote>"
13572msgstr ""
13573
12705546 13574#: builtin/pull.c:439 builtin/pull.c:454 builtin/pull.c:459
36dd6933 13575#: git-legacy-rebase.sh:556 git-parse-remote.sh:65
f517e50d
JX
13576msgid "<branch>"
13577msgstr ""
13578
36dd6933 13579#: builtin/pull.c:447 builtin/rebase.c:759 git-parse-remote.sh:75
df0617bf 13580msgid "There is no tracking information for the current branch."
cc76011e
JX
13581msgstr ""
13582
12705546 13583#: builtin/pull.c:456 git-parse-remote.sh:95
df0617bf 13584msgid ""
f517e50d 13585"If you wish to set tracking information for this branch you can do so with:"
cc76011e
JX
13586msgstr ""
13587
12705546 13588#: builtin/pull.c:461
df0617bf
JX
13589#, c-format
13590msgid ""
13591"Your configuration specifies to merge with the ref '%s'\n"
13592"from the remote, but no such ref was fetched."
cc76011e
JX
13593msgstr ""
13594
12705546
JX
13595#: builtin/pull.c:565
13596#, c-format
13597msgid "unable to access commit %s"
13598msgstr ""
13599
13600#: builtin/pull.c:843
9fa976ff
JX
13601msgid "ignoring --verify-signatures for rebase"
13602msgstr ""
13603
12705546 13604#: builtin/pull.c:891
f517e50d
JX
13605msgid "--[no-]autostash option is only valid with --rebase."
13606msgstr ""
13607
12705546 13608#: builtin/pull.c:899
df0617bf 13609msgid "Updating an unborn branch with changes added to the index."
5e078fcd
JX
13610msgstr ""
13611
12705546 13612#: builtin/pull.c:902
fda7b092
JX
13613msgid "pull with rebase"
13614msgstr ""
13615
12705546 13616#: builtin/pull.c:903
fda7b092
JX
13617msgid "please commit or stash them."
13618msgstr ""
13619
12705546 13620#: builtin/pull.c:928
df0617bf
JX
13621#, c-format
13622msgid ""
13623"fetch updated the current branch head.\n"
13624"fast-forwarding your working tree from\n"
13625"commit %s."
cc76011e
JX
13626msgstr ""
13627
12705546 13628#: builtin/pull.c:934
df0617bf
JX
13629#, c-format
13630msgid ""
13631"Cannot fast-forward your working tree.\n"
13632"After making sure that you saved anything precious from\n"
13633"$ git diff %s\n"
13634"output, run\n"
13635"$ git reset --hard\n"
13636"to recover."
cc76011e
JX
13637msgstr ""
13638
12705546 13639#: builtin/pull.c:949
df0617bf 13640msgid "Cannot merge multiple branches into empty head."
cc76011e
JX
13641msgstr ""
13642
12705546 13643#: builtin/pull.c:953
df0617bf 13644msgid "Cannot rebase onto multiple branches."
cc76011e
JX
13645msgstr ""
13646
12705546 13647#: builtin/pull.c:960
5b34e000
JX
13648msgid "cannot rebase with locally recorded submodule modifications"
13649msgstr ""
13650
9b7388a8 13651#: builtin/push.c:19
cc76011e
JX
13652msgid "git push [<options>] [<repository> [<refspec>...]]"
13653msgstr ""
13654
9b7388a8 13655#: builtin/push.c:111
cc76011e
JX
13656msgid "tag shorthand without <tag>"
13657msgstr ""
13658
9b7388a8 13659#: builtin/push.c:121
cc76011e
JX
13660msgid "--delete only accepts plain target ref names"
13661msgstr ""
13662
9b7388a8 13663#: builtin/push.c:165
cc76011e
JX
13664msgid ""
13665"\n"
13666"To choose either option permanently, see push.default in 'git help config'."
13667msgstr ""
13668
9b7388a8 13669#: builtin/push.c:168
cc76011e
JX
13670#, c-format
13671msgid ""
13672"The upstream branch of your current branch does not match\n"
13673"the name of your current branch. To push to the upstream branch\n"
13674"on the remote, use\n"
13675"\n"
13676" git push %s HEAD:%s\n"
13677"\n"
13678"To push to the branch of the same name on the remote, use\n"
13679"\n"
578d8ea3 13680" git push %s HEAD\n"
cc76011e
JX
13681"%s"
13682msgstr ""
13683
9b7388a8 13684#: builtin/push.c:183
cc76011e
JX
13685#, c-format
13686msgid ""
13687"You are not currently on a branch.\n"
13688"To push the history leading to the current (detached HEAD)\n"
13689"state now, use\n"
13690"\n"
13691" git push %s HEAD:<name-of-remote-branch>\n"
13692msgstr ""
13693
9b7388a8 13694#: builtin/push.c:197
cc76011e
JX
13695#, c-format
13696msgid ""
13697"The current branch %s has no upstream branch.\n"
13698"To push the current branch and set the remote as upstream, use\n"
13699"\n"
13700" git push --set-upstream %s %s\n"
13701msgstr ""
13702
9b7388a8 13703#: builtin/push.c:205
cc76011e
JX
13704#, c-format
13705msgid "The current branch %s has multiple upstream branches, refusing to push."
13706msgstr ""
13707
9b7388a8 13708#: builtin/push.c:208
cc76011e
JX
13709#, c-format
13710msgid ""
13711"You are pushing to remote '%s', which is not the upstream of\n"
13712"your current branch '%s', without telling me what to push\n"
13713"to update which remote branch."
13714msgstr ""
13715
9b7388a8 13716#: builtin/push.c:267
cc76011e
JX
13717msgid ""
13718"You didn't specify any refspecs to push, and push.default is \"nothing\"."
13719msgstr ""
13720
9b7388a8 13721#: builtin/push.c:274
cc76011e
JX
13722msgid ""
13723"Updates were rejected because the tip of your current branch is behind\n"
28b3cffc
JX
13724"its remote counterpart. Integrate the remote changes (e.g.\n"
13725"'git pull ...') before pushing again.\n"
cc76011e
JX
13726"See the 'Note about fast-forwards' in 'git push --help' for details."
13727msgstr ""
13728
9b7388a8 13729#: builtin/push.c:280
cc76011e
JX
13730msgid ""
13731"Updates were rejected because a pushed branch tip is behind its remote\n"
28b3cffc
JX
13732"counterpart. Check out this branch and integrate the remote changes\n"
13733"(e.g. 'git pull ...') before pushing again.\n"
cc76011e
JX
13734"See the 'Note about fast-forwards' in 'git push --help' for details."
13735msgstr ""
13736
9b7388a8 13737#: builtin/push.c:286
46bc4039 13738msgid ""
9caaf23e
JX
13739"Updates were rejected because the remote contains work that you do\n"
13740"not have locally. This is usually caused by another repository pushing\n"
28b3cffc
JX
13741"to the same ref. You may want to first integrate the remote changes\n"
13742"(e.g., 'git pull ...') before pushing again.\n"
9caaf23e 13743"See the 'Note about fast-forwards' in 'git push --help' for details."
46bc4039
JX
13744msgstr ""
13745
9b7388a8 13746#: builtin/push.c:293
9caaf23e
JX
13747msgid "Updates were rejected because the tag already exists in the remote."
13748msgstr ""
13749
9b7388a8 13750#: builtin/push.c:296
9caaf23e
JX
13751msgid ""
13752"You cannot update a remote ref that points at a non-commit object,\n"
13753"or update a remote ref to make it point at a non-commit object,\n"
13754"without using the '--force' option.\n"
13755msgstr ""
13756
9b7388a8 13757#: builtin/push.c:357
cc76011e
JX
13758#, c-format
13759msgid "Pushing to %s\n"
13760msgstr ""
13761
9b7388a8 13762#: builtin/push.c:361
cc76011e
JX
13763#, c-format
13764msgid "failed to push some refs to '%s'"
13765msgstr ""
13766
9b7388a8 13767#: builtin/push.c:395
cc76011e
JX
13768#, c-format
13769msgid "bad repository '%s'"
13770msgstr ""
13771
9b7388a8 13772#: builtin/push.c:396
cc76011e
JX
13773msgid ""
13774"No configured push destination.\n"
13775"Either specify the URL from the command-line or configure a remote "
13776"repository using\n"
13777"\n"
13778" git remote add <name> <url>\n"
13779"\n"
13780"and then push using the remote name\n"
13781"\n"
13782" git push <name>\n"
13783msgstr ""
13784
9b7388a8 13785#: builtin/push.c:551
cc76011e
JX
13786msgid "repository"
13787msgstr ""
13788
9b7388a8 13789#: builtin/push.c:552 builtin/send-pack.c:164
cc76011e
JX
13790msgid "push all refs"
13791msgstr ""
13792
9b7388a8 13793#: builtin/push.c:553 builtin/send-pack.c:166
cc76011e
JX
13794msgid "mirror all refs"
13795msgstr ""
13796
9b7388a8 13797#: builtin/push.c:555
cc76011e
JX
13798msgid "delete refs"
13799msgstr ""
13800
9b7388a8 13801#: builtin/push.c:556
cc76011e
JX
13802msgid "push tags (can't be used with --all or --mirror)"
13803msgstr ""
13804
9b7388a8 13805#: builtin/push.c:559 builtin/send-pack.c:167
cc76011e
JX
13806msgid "force updates"
13807msgstr ""
13808
9b7388a8 13809#: builtin/push.c:561 builtin/send-pack.c:181
dba9f13c 13810msgid "<refname>:<expect>"
727b9576
JX
13811msgstr ""
13812
9b7388a8 13813#: builtin/push.c:562 builtin/send-pack.c:182
727b9576
JX
13814msgid "require old value of ref to be at this value"
13815msgstr ""
13816
9b7388a8 13817#: builtin/push.c:565
cc76011e
JX
13818msgid "control recursive pushing of submodules"
13819msgstr ""
13820
9b7388a8 13821#: builtin/push.c:567 builtin/send-pack.c:175
cc76011e
JX
13822msgid "use thin pack"
13823msgstr ""
13824
9b7388a8
JX
13825#: builtin/push.c:568 builtin/push.c:569 builtin/send-pack.c:161
13826#: builtin/send-pack.c:162
cc76011e
JX
13827msgid "receive pack program"
13828msgstr ""
13829
9b7388a8 13830#: builtin/push.c:570
cc76011e
JX
13831msgid "set upstream for git pull/status"
13832msgstr ""
13833
9b7388a8 13834#: builtin/push.c:573
cc76011e
JX
13835msgid "prune locally removed refs"
13836msgstr ""
13837
9b7388a8 13838#: builtin/push.c:575
9caaf23e
JX
13839msgid "bypass pre-push hook"
13840msgstr ""
13841
9b7388a8 13842#: builtin/push.c:576
c138af56 13843msgid "push missing but relevant tags"
cc76011e
JX
13844msgstr ""
13845
9b7388a8 13846#: builtin/push.c:579 builtin/send-pack.c:169
d07a63e4
JX
13847msgid "GPG sign the push"
13848msgstr ""
13849
9b7388a8 13850#: builtin/push.c:581 builtin/send-pack.c:176
c2ea1208
JX
13851msgid "request atomic transaction on remote side"
13852msgstr ""
13853
9b7388a8
JX
13854#: builtin/push.c:599
13855msgid "--delete is incompatible with --all, --mirror and --tags"
9fa976ff
JX
13856msgstr ""
13857
9b7388a8
JX
13858#: builtin/push.c:601
13859msgid "--delete doesn't make sense without any refs"
9fa976ff
JX
13860msgstr ""
13861
9b7388a8
JX
13862#: builtin/push.c:604
13863msgid "--all and --tags are incompatible"
c138af56
JX
13864msgstr ""
13865
9b7388a8
JX
13866#: builtin/push.c:606
13867msgid "--all can't be combined with refspecs"
cc76011e
JX
13868msgstr ""
13869
9b7388a8
JX
13870#: builtin/push.c:610
13871msgid "--mirror and --tags are incompatible"
13872msgstr ""
13873
13874#: builtin/push.c:612
13875msgid "--mirror can't be combined with refspecs"
13876msgstr ""
13877
13878#: builtin/push.c:615
13879msgid "--all and --mirror are incompatible"
13880msgstr ""
13881
13882#: builtin/push.c:634
9fa976ff
JX
13883msgid "push options must not have new line characters"
13884msgstr ""
13885
dba9f13c
JX
13886#: builtin/range-diff.c:8
13887msgid "git range-diff [<options>] <old-base>..<old-tip> <new-base>..<new-tip>"
13888msgstr ""
13889
13890#: builtin/range-diff.c:9
13891msgid "git range-diff [<options>] <old-tip>...<new-tip>"
13892msgstr ""
13893
13894#: builtin/range-diff.c:10
13895msgid "git range-diff [<options>] <base> <old-tip> <new-tip>"
13896msgstr ""
13897
12705546 13898#: builtin/range-diff.c:21
dba9f13c
JX
13899msgid "Percentage by which creation is weighted"
13900msgstr ""
13901
12705546 13902#: builtin/range-diff.c:23
98ac7815 13903msgid "use simple diff colors"
dba9f13c
JX
13904msgstr ""
13905
12705546 13906#: builtin/range-diff.c:61 builtin/range-diff.c:65
dba9f13c
JX
13907#, c-format
13908msgid "no .. in range: '%s'"
13909msgstr ""
13910
12705546 13911#: builtin/range-diff.c:75
dba9f13c
JX
13912msgid "single arg format must be symmetric range"
13913msgstr ""
13914
12705546 13915#: builtin/range-diff.c:90
dba9f13c
JX
13916msgid "need two commit ranges"
13917msgstr ""
13918
dfc182b1 13919#: builtin/read-tree.c:40
cc76011e 13920msgid ""
df0617bf 13921"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
cc76011e
JX
13922"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
13923"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
13924msgstr ""
13925
12705546 13926#: builtin/read-tree.c:123
cc76011e
JX
13927msgid "write resulting index to <file>"
13928msgstr ""
13929
12705546 13930#: builtin/read-tree.c:126
cc76011e
JX
13931msgid "only empty the index"
13932msgstr ""
13933
12705546 13934#: builtin/read-tree.c:128
cc76011e
JX
13935msgid "Merging"
13936msgstr ""
13937
12705546 13938#: builtin/read-tree.c:130
cc76011e
JX
13939msgid "perform a merge in addition to a read"
13940msgstr ""
13941
12705546 13942#: builtin/read-tree.c:132
cc76011e
JX
13943msgid "3-way merge if no file level merging required"
13944msgstr ""
13945
12705546 13946#: builtin/read-tree.c:134
cc76011e
JX
13947msgid "3-way merge in presence of adds and removes"
13948msgstr ""
13949
12705546 13950#: builtin/read-tree.c:136
cc76011e
JX
13951msgid "same as -m, but discard unmerged entries"
13952msgstr ""
13953
12705546 13954#: builtin/read-tree.c:137
cc76011e
JX
13955msgid "<subdirectory>/"
13956msgstr ""
13957
12705546 13958#: builtin/read-tree.c:138
cc76011e
JX
13959msgid "read the tree into the index under <subdirectory>/"
13960msgstr ""
13961
12705546 13962#: builtin/read-tree.c:141
cc76011e
JX
13963msgid "update working tree with merge result"
13964msgstr ""
13965
12705546 13966#: builtin/read-tree.c:143
cc76011e
JX
13967msgid "gitignore"
13968msgstr ""
13969
12705546 13970#: builtin/read-tree.c:144
cc76011e
JX
13971msgid "allow explicitly ignored files to be overwritten"
13972msgstr ""
13973
12705546 13974#: builtin/read-tree.c:147
cc76011e
JX
13975msgid "don't check the working tree after merging"
13976msgstr ""
13977
12705546 13978#: builtin/read-tree.c:148
cc76011e
JX
13979msgid "don't update the index or the work tree"
13980msgstr ""
13981
12705546 13982#: builtin/read-tree.c:150
cc76011e
JX
13983msgid "skip applying sparse checkout filter"
13984msgstr ""
13985
12705546 13986#: builtin/read-tree.c:152
cc76011e
JX
13987msgid "debug unpack-trees"
13988msgstr ""
13989
12705546
JX
13990#: builtin/rebase.c:29
13991msgid ""
13992"git rebase [-i] [options] [--exec <cmd>] [--onto <newbase>] [<upstream>] "
13993"[<branch>]"
dfc182b1
JX
13994msgstr ""
13995
12705546
JX
13996#: builtin/rebase.c:31
13997msgid ""
13998"git rebase [-i] [options] [--exec <cmd>] [--onto <newbase>] --root [<branch>]"
9b7388a8
JX
13999msgstr ""
14000
12705546
JX
14001#: builtin/rebase.c:33
14002msgid "git rebase --continue | --abort | --skip | --edit-todo"
25eab542
JX
14003msgstr ""
14004
12705546
JX
14005#: builtin/rebase.c:119
14006#, c-format
14007msgid "%s requires an interactive rebase"
25eab542
JX
14008msgstr ""
14009
12705546
JX
14010#: builtin/rebase.c:171
14011#, c-format
14012msgid "could not get 'onto': '%s'"
25eab542
JX
14013msgstr ""
14014
12705546
JX
14015#: builtin/rebase.c:186
14016#, c-format
14017msgid "invalid orig-head: '%s'"
25eab542
JX
14018msgstr ""
14019
12705546
JX
14020#: builtin/rebase.c:214
14021#, c-format
14022msgid "ignoring invalid allow_rerere_autoupdate: '%s'"
18a90722
JX
14023msgstr ""
14024
12705546
JX
14025#: builtin/rebase.c:259
14026#, c-format
14027msgid "Could not read '%s'"
25eab542
JX
14028msgstr ""
14029
12705546
JX
14030#: builtin/rebase.c:277
14031#, c-format
14032msgid "Cannot store %s"
18a90722
JX
14033msgstr ""
14034
12705546
JX
14035#: builtin/rebase.c:337
14036msgid ""
14037"Resolve all conflicts manually, mark them as resolved with\n"
14038"\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"
14039"You can instead skip this commit: run \"git rebase --skip\".\n"
14040"To abort and get back to the state before \"git rebase\", run \"git rebase --"
14041"abort\"."
9b7388a8
JX
14042msgstr ""
14043
12705546
JX
14044#: builtin/rebase.c:561
14045msgid "could not determine HEAD revision"
f517e50d
JX
14046msgstr ""
14047
36dd6933 14048#: builtin/rebase.c:753
12705546 14049#, c-format
fda7b092 14050msgid ""
12705546
JX
14051"%s\n"
14052"Please specify which branch you want to rebase against.\n"
14053"See git-rebase(1) for details.\n"
fda7b092 14054"\n"
12705546 14055" git rebase '<branch>'\n"
fda7b092 14056"\n"
fda7b092
JX
14057msgstr ""
14058
36dd6933 14059#: builtin/rebase.c:769
12705546 14060#, c-format
fda7b092 14061msgid ""
12705546 14062"If you wish to set tracking information for this branch you can do so with:\n"
fda7b092 14063"\n"
12705546 14064" git branch --set-upstream-to=%s/<branch> %s\n"
fda7b092 14065"\n"
f517e50d
JX
14066msgstr ""
14067
578d8ea3 14068#: builtin/rebase.c:832
12705546 14069msgid "rebase onto given branch instead of upstream"
28b3cffc
JX
14070msgstr ""
14071
578d8ea3 14072#: builtin/rebase.c:834
12705546 14073msgid "allow pre-rebase hook to run"
cc76011e
JX
14074msgstr ""
14075
578d8ea3 14076#: builtin/rebase.c:836
12705546 14077msgid "be quiet. implies --no-stat"
cc76011e
JX
14078msgstr ""
14079
578d8ea3 14080#: builtin/rebase.c:839
12705546 14081msgid "display a diffstat of what changed upstream"
cc76011e
JX
14082msgstr ""
14083
578d8ea3 14084#: builtin/rebase.c:842
12705546 14085msgid "do not show diffstat of what changed upstream"
cc76011e
JX
14086msgstr ""
14087
578d8ea3 14088#: builtin/rebase.c:845
12705546 14089msgid "add a Signed-off-by: line to each commit"
cc76011e
JX
14090msgstr ""
14091
578d8ea3 14092#: builtin/rebase.c:847 builtin/rebase.c:851 builtin/rebase.c:853
12705546 14093msgid "passed to 'git am'"
cc76011e
JX
14094msgstr ""
14095
578d8ea3 14096#: builtin/rebase.c:855 builtin/rebase.c:857
12705546 14097msgid "passed to 'git apply'"
cc76011e
JX
14098msgstr ""
14099
578d8ea3 14100#: builtin/rebase.c:859 builtin/rebase.c:862
12705546 14101msgid "cherry-pick all commits, even if unchanged"
cc76011e
JX
14102msgstr ""
14103
578d8ea3 14104#: builtin/rebase.c:864
12705546 14105msgid "continue"
cc76011e
JX
14106msgstr ""
14107
578d8ea3 14108#: builtin/rebase.c:867
12705546 14109msgid "skip current patch and continue"
f4f2c8f8
JX
14110msgstr ""
14111
578d8ea3 14112#: builtin/rebase.c:869
12705546 14113msgid "abort and check out the original branch"
cc76011e
JX
14114msgstr ""
14115
578d8ea3 14116#: builtin/rebase.c:872
12705546 14117msgid "abort but keep HEAD where it is"
cc76011e
JX
14118msgstr ""
14119
578d8ea3 14120#: builtin/rebase.c:873
12705546 14121msgid "edit the todo list during an interactive rebase"
cc76011e
JX
14122msgstr ""
14123
578d8ea3 14124#: builtin/rebase.c:876
12705546 14125msgid "show the patch file being applied or merged"
cc76011e
JX
14126msgstr ""
14127
578d8ea3 14128#: builtin/rebase.c:879
12705546 14129msgid "use merging strategies to rebase"
cc76011e
JX
14130msgstr ""
14131
578d8ea3 14132#: builtin/rebase.c:883
12705546 14133msgid "let the user edit the list of commits to rebase"
cc76011e
JX
14134msgstr ""
14135
578d8ea3 14136#: builtin/rebase.c:887
12705546 14137msgid "try to recreate merges instead of ignoring them"
cc76011e
JX
14138msgstr ""
14139
578d8ea3
JX
14140#: builtin/rebase.c:891
14141msgid "allow rerere to update index with resolved conflict"
cc76011e
JX
14142msgstr ""
14143
578d8ea3 14144#: builtin/rebase.c:894
12705546 14145msgid "preserve empty commits during rebase"
cc76011e
JX
14146msgstr ""
14147
578d8ea3 14148#: builtin/rebase.c:896
12705546 14149msgid "move commits that begin with squash!/fixup! under -i"
cc76011e
JX
14150msgstr ""
14151
578d8ea3 14152#: builtin/rebase.c:902
12705546 14153msgid "automatically stash/stash pop before and after"
cc76011e
JX
14154msgstr ""
14155
578d8ea3 14156#: builtin/rebase.c:904
12705546 14157msgid "add exec lines after each commit of the editable list"
cc76011e
JX
14158msgstr ""
14159
578d8ea3 14160#: builtin/rebase.c:908
12705546 14161msgid "allow rebasing commits with empty messages"
cc76011e
JX
14162msgstr ""
14163
578d8ea3 14164#: builtin/rebase.c:911
12705546 14165msgid "try to rebase merges instead of skipping them"
cc76011e
JX
14166msgstr ""
14167
578d8ea3 14168#: builtin/rebase.c:914
12705546 14169msgid "use 'merge-base --fork-point' to refine upstream"
cc76011e
JX
14170msgstr ""
14171
578d8ea3 14172#: builtin/rebase.c:916
12705546 14173msgid "use the given merge strategy"
cc76011e
JX
14174msgstr ""
14175
578d8ea3 14176#: builtin/rebase.c:918 builtin/revert.c:111
12705546 14177msgid "option"
cc76011e
JX
14178msgstr ""
14179
578d8ea3 14180#: builtin/rebase.c:919
12705546 14181msgid "pass the argument through to the merge strategy"
cc76011e
JX
14182msgstr ""
14183
578d8ea3 14184#: builtin/rebase.c:922
12705546 14185msgid "rebase all reachable commits up to the root(s)"
cc76011e
JX
14186msgstr ""
14187
578d8ea3 14188#: builtin/rebase.c:938
12705546
JX
14189#, c-format
14190msgid "could not exec %s"
cc76011e
JX
14191msgstr ""
14192
578d8ea3 14193#: builtin/rebase.c:956 git-legacy-rebase.sh:213
12705546 14194msgid "It looks like 'git am' is in progress. Cannot rebase."
cc76011e
JX
14195msgstr ""
14196
578d8ea3 14197#: builtin/rebase.c:997 git-legacy-rebase.sh:395
12705546 14198msgid "No rebase in progress?"
cc76011e
JX
14199msgstr ""
14200
578d8ea3 14201#: builtin/rebase.c:1001 git-legacy-rebase.sh:406
12705546 14202msgid "The --edit-todo action can only be used during interactive rebase."
cc76011e
JX
14203msgstr ""
14204
578d8ea3 14205#: builtin/rebase.c:1015 git-legacy-rebase.sh:413
12705546 14206msgid "Cannot read HEAD"
cc76011e
JX
14207msgstr ""
14208
578d8ea3 14209#: builtin/rebase.c:1028 git-legacy-rebase.sh:416
12705546
JX
14210msgid ""
14211"You must edit all merge conflicts and then\n"
14212"mark them as resolved using git add"
cc76011e
JX
14213msgstr ""
14214
578d8ea3 14215#: builtin/rebase.c:1047
12705546 14216msgid "could not discard worktree changes"
cc76011e
JX
14217msgstr ""
14218
578d8ea3 14219#: builtin/rebase.c:1066
cc76011e 14220#, c-format
12705546 14221msgid "could not move back to %s"
cc76011e
JX
14222msgstr ""
14223
578d8ea3 14224#: builtin/rebase.c:1077 builtin/rm.c:368
cc76011e 14225#, c-format
12705546 14226msgid "could not remove '%s'"
cc76011e
JX
14227msgstr ""
14228
578d8ea3 14229#: builtin/rebase.c:1103
12705546
JX
14230#, c-format
14231msgid ""
14232"It seems that there is already a %s directory, and\n"
14233"I wonder if you are in the middle of another rebase. If that is the\n"
14234"case, please try\n"
14235"\t%s\n"
14236"If that is not the case, please\n"
14237"\t%s\n"
14238"and run me again. I am stopping in case you still have something\n"
14239"valuable there.\n"
14240msgstr ""
14241
578d8ea3 14242#: builtin/rebase.c:1124
12705546
JX
14243msgid "switch `C' expects a numerical value"
14244msgstr ""
14245
578d8ea3 14246#: builtin/rebase.c:1161
12705546
JX
14247#, c-format
14248msgid "Unknown mode: %s"
14249msgstr ""
14250
578d8ea3 14251#: builtin/rebase.c:1183
12705546
JX
14252msgid "--strategy requires --merge or --interactive"
14253msgstr ""
14254
578d8ea3 14255#: builtin/rebase.c:1226
12705546
JX
14256#, c-format
14257msgid ""
14258"error: cannot combine interactive options (--interactive, --exec, --rebase-"
14259"merges, --preserve-merges, --keep-empty, --root + --onto) with am options "
14260"(%s)"
14261msgstr ""
14262
578d8ea3 14263#: builtin/rebase.c:1231
12705546
JX
14264#, c-format
14265msgid ""
14266"error: cannot combine merge options (--merge, --strategy, --strategy-option) "
14267"with am options (%s)"
14268msgstr ""
14269
578d8ea3 14270#: builtin/rebase.c:1251 git-legacy-rebase.sh:536
12705546
JX
14271msgid "error: cannot combine '--preserve-merges' with '--rebase-merges'"
14272msgstr ""
14273
578d8ea3 14274#: builtin/rebase.c:1256 git-legacy-rebase.sh:542
12705546
JX
14275msgid "error: cannot combine '--rebase-merges' with '--strategy-option'"
14276msgstr ""
14277
578d8ea3 14278#: builtin/rebase.c:1259 git-legacy-rebase.sh:544
12705546
JX
14279msgid "error: cannot combine '--rebase-merges' with '--strategy'"
14280msgstr ""
14281
578d8ea3 14282#: builtin/rebase.c:1283
12705546
JX
14283#, c-format
14284msgid "invalid upstream '%s'"
14285msgstr ""
14286
578d8ea3 14287#: builtin/rebase.c:1289
12705546
JX
14288msgid "Could not create new root commit"
14289msgstr ""
14290
578d8ea3 14291#: builtin/rebase.c:1307
12705546
JX
14292#, c-format
14293msgid "'%s': need exactly one merge base"
14294msgstr ""
14295
578d8ea3 14296#: builtin/rebase.c:1314
12705546
JX
14297#, c-format
14298msgid "Does not point to a valid commit '%s'"
14299msgstr ""
14300
578d8ea3 14301#: builtin/rebase.c:1339
12705546
JX
14302#, c-format
14303msgid "fatal: no such branch/commit '%s'"
14304msgstr ""
14305
578d8ea3 14306#: builtin/rebase.c:1347 builtin/submodule--helper.c:37
12705546
JX
14307#: builtin/submodule--helper.c:1930
14308#, c-format
14309msgid "No such ref: %s"
14310msgstr ""
14311
578d8ea3 14312#: builtin/rebase.c:1359
12705546
JX
14313msgid "Could not resolve HEAD to a revision"
14314msgstr ""
14315
578d8ea3 14316#: builtin/rebase.c:1399 git-legacy-rebase.sh:665
12705546
JX
14317msgid "Cannot autostash"
14318msgstr ""
14319
578d8ea3 14320#: builtin/rebase.c:1402
12705546
JX
14321#, c-format
14322msgid "Unexpected stash response: '%s'"
14323msgstr ""
14324
578d8ea3 14325#: builtin/rebase.c:1408
12705546
JX
14326#, c-format
14327msgid "Could not create directory for '%s'"
14328msgstr ""
14329
578d8ea3 14330#: builtin/rebase.c:1411
12705546
JX
14331#, c-format
14332msgid "Created autostash: %s\n"
14333msgstr ""
14334
578d8ea3 14335#: builtin/rebase.c:1414
12705546
JX
14336msgid "could not reset --hard"
14337msgstr ""
14338
578d8ea3 14339#: builtin/rebase.c:1415 builtin/reset.c:113
12705546
JX
14340#, c-format
14341msgid "HEAD is now at %s"
14342msgstr ""
14343
578d8ea3 14344#: builtin/rebase.c:1431 git-legacy-rebase.sh:674
12705546
JX
14345msgid "Please commit or stash them."
14346msgstr ""
14347
578d8ea3 14348#: builtin/rebase.c:1458
12705546
JX
14349#, c-format
14350msgid "could not parse '%s'"
14351msgstr ""
14352
578d8ea3 14353#: builtin/rebase.c:1470
12705546
JX
14354#, c-format
14355msgid "could not switch to %s"
14356msgstr ""
14357
578d8ea3 14358#: builtin/rebase.c:1481 git-legacy-rebase.sh:697
12705546
JX
14359#, sh-format
14360msgid "HEAD is up to date."
14361msgstr ""
14362
578d8ea3 14363#: builtin/rebase.c:1483
12705546
JX
14364#, c-format
14365msgid "Current branch %s is up to date.\n"
14366msgstr ""
14367
578d8ea3 14368#: builtin/rebase.c:1491 git-legacy-rebase.sh:707
12705546
JX
14369#, sh-format
14370msgid "HEAD is up to date, rebase forced."
14371msgstr ""
14372
578d8ea3 14373#: builtin/rebase.c:1493
12705546
JX
14374#, c-format
14375msgid "Current branch %s is up to date, rebase forced.\n"
14376msgstr ""
14377
578d8ea3 14378#: builtin/rebase.c:1501 git-legacy-rebase.sh:208
12705546
JX
14379msgid "The pre-rebase hook refused to rebase."
14380msgstr ""
14381
578d8ea3
JX
14382#: builtin/rebase.c:1508
14383#, c-format
14384msgid "Changes to %s:\n"
14385msgstr ""
14386
14387#: builtin/rebase.c:1511
12705546
JX
14388#, c-format
14389msgid "Changes from %s to %s:\n"
14390msgstr ""
14391
578d8ea3 14392#: builtin/rebase.c:1536
12705546
JX
14393#, c-format
14394msgid "First, rewinding head to replay your work on top of it...\n"
14395msgstr ""
14396
578d8ea3 14397#: builtin/rebase.c:1543
12705546
JX
14398msgid "Could not detach HEAD"
14399msgstr ""
14400
578d8ea3 14401#: builtin/rebase.c:1552
12705546 14402#, c-format
578d8ea3 14403msgid "Fast-forwarded %s to %s.\n"
12705546
JX
14404msgstr ""
14405
14406#: builtin/rebase--interactive.c:24
14407msgid "no HEAD?"
14408msgstr ""
14409
14410#: builtin/rebase--interactive.c:51
14411#, c-format
14412msgid "could not create temporary %s"
14413msgstr ""
14414
14415#: builtin/rebase--interactive.c:57
14416msgid "could not mark as interactive"
14417msgstr ""
14418
14419#: builtin/rebase--interactive.c:101
14420#, c-format
14421msgid "could not open %s"
14422msgstr ""
14423
14424#: builtin/rebase--interactive.c:114
14425msgid "could not generate todo list"
14426msgstr ""
14427
14428#: builtin/rebase--interactive.c:129
14429msgid "git rebase--interactive [<options>]"
14430msgstr ""
14431
14432#: builtin/rebase--interactive.c:148
14433msgid "keep empty commits"
14434msgstr ""
14435
14436#: builtin/rebase--interactive.c:150 builtin/revert.c:124
14437msgid "allow commits with empty messages"
14438msgstr ""
14439
14440#: builtin/rebase--interactive.c:151
14441msgid "rebase merge commits"
14442msgstr ""
14443
14444#: builtin/rebase--interactive.c:153
14445msgid "keep original branch points of cousins"
14446msgstr ""
14447
14448#: builtin/rebase--interactive.c:155
14449msgid "move commits that begin with squash!/fixup!"
14450msgstr ""
14451
14452#: builtin/rebase--interactive.c:156
14453msgid "sign commits"
14454msgstr ""
14455
14456#: builtin/rebase--interactive.c:158
14457msgid "continue rebase"
14458msgstr ""
14459
14460#: builtin/rebase--interactive.c:160
14461msgid "skip commit"
14462msgstr ""
14463
14464#: builtin/rebase--interactive.c:161
14465msgid "edit the todo list"
14466msgstr ""
14467
14468#: builtin/rebase--interactive.c:163
14469msgid "show the current patch"
14470msgstr ""
14471
14472#: builtin/rebase--interactive.c:166
14473msgid "shorten commit ids in the todo list"
14474msgstr ""
14475
14476#: builtin/rebase--interactive.c:168
14477msgid "expand commit ids in the todo list"
14478msgstr ""
14479
14480#: builtin/rebase--interactive.c:170
14481msgid "check the todo list"
14482msgstr ""
14483
14484#: builtin/rebase--interactive.c:172
14485msgid "rearrange fixup/squash lines"
14486msgstr ""
14487
14488#: builtin/rebase--interactive.c:174
14489msgid "insert exec commands in todo list"
14490msgstr ""
14491
14492#: builtin/rebase--interactive.c:175
14493msgid "onto"
14494msgstr ""
14495
14496#: builtin/rebase--interactive.c:177
14497msgid "restrict-revision"
14498msgstr ""
14499
14500#: builtin/rebase--interactive.c:177
14501msgid "restrict revision"
14502msgstr ""
14503
14504#: builtin/rebase--interactive.c:178
14505msgid "squash-onto"
14506msgstr ""
14507
14508#: builtin/rebase--interactive.c:179
14509msgid "squash onto"
14510msgstr ""
14511
14512#: builtin/rebase--interactive.c:181
14513msgid "the upstream commit"
14514msgstr ""
14515
14516#: builtin/rebase--interactive.c:182
14517msgid "head-name"
14518msgstr ""
14519
14520#: builtin/rebase--interactive.c:182
14521msgid "head name"
14522msgstr ""
14523
14524#: builtin/rebase--interactive.c:187
14525msgid "rebase strategy"
14526msgstr ""
14527
14528#: builtin/rebase--interactive.c:188
14529msgid "strategy-opts"
14530msgstr ""
14531
14532#: builtin/rebase--interactive.c:189
14533msgid "strategy options"
14534msgstr ""
14535
14536#: builtin/rebase--interactive.c:190
14537msgid "switch-to"
14538msgstr ""
14539
14540#: builtin/rebase--interactive.c:191
14541msgid "the branch or commit to checkout"
14542msgstr ""
14543
14544#: builtin/rebase--interactive.c:192
14545msgid "onto-name"
14546msgstr ""
14547
14548#: builtin/rebase--interactive.c:192
14549msgid "onto name"
14550msgstr ""
14551
14552#: builtin/rebase--interactive.c:193
14553msgid "cmd"
14554msgstr ""
14555
14556#: builtin/rebase--interactive.c:193
14557msgid "the command to run"
14558msgstr ""
14559
14560#: builtin/rebase--interactive.c:220
14561msgid "--[no-]rebase-cousins has no effect without --rebase-merges"
14562msgstr ""
14563
14564#: builtin/rebase--interactive.c:226
14565msgid "a base commit must be provided with --upstream or --onto"
14566msgstr ""
14567
14568#: builtin/receive-pack.c:33
14569msgid "git receive-pack <git-dir>"
14570msgstr ""
14571
14572#: builtin/receive-pack.c:830
14573msgid ""
14574"By default, updating the current branch in a non-bare repository\n"
14575"is denied, because it will make the index and work tree inconsistent\n"
14576"with what you pushed, and will require 'git reset --hard' to match\n"
14577"the work tree to HEAD.\n"
14578"\n"
14579"You can set the 'receive.denyCurrentBranch' configuration variable\n"
14580"to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
14581"its current branch; however, this is not recommended unless you\n"
14582"arranged to update its work tree to match what you pushed in some\n"
14583"other way.\n"
14584"\n"
14585"To squelch this message and still keep the default behaviour, set\n"
14586"'receive.denyCurrentBranch' configuration variable to 'refuse'."
14587msgstr ""
14588
14589#: builtin/receive-pack.c:850
14590msgid ""
14591"By default, deleting the current branch is denied, because the next\n"
14592"'git clone' won't result in any file checked out, causing confusion.\n"
14593"\n"
14594"You can set 'receive.denyDeleteCurrent' configuration variable to\n"
14595"'warn' or 'ignore' in the remote repository to allow deleting the\n"
14596"current branch, with or without a warning message.\n"
14597"\n"
14598"To squelch this message, you can set it to 'refuse'."
14599msgstr ""
14600
14601#: builtin/receive-pack.c:1929
14602msgid "quiet"
14603msgstr ""
14604
14605#: builtin/receive-pack.c:1943
14606msgid "You must specify a directory."
14607msgstr ""
14608
14609#: builtin/reflog.c:563 builtin/reflog.c:568
14610#, c-format
14611msgid "'%s' is not a valid timestamp"
14612msgstr ""
14613
14614#: builtin/remote.c:16
14615msgid "git remote [-v | --verbose]"
14616msgstr ""
14617
14618#: builtin/remote.c:17
14619msgid ""
14620"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
14621"mirror=<fetch|push>] <name> <url>"
14622msgstr ""
14623
14624#: builtin/remote.c:18 builtin/remote.c:38
14625msgid "git remote rename <old> <new>"
14626msgstr ""
14627
14628#: builtin/remote.c:19 builtin/remote.c:43
14629msgid "git remote remove <name>"
14630msgstr ""
14631
14632#: builtin/remote.c:20 builtin/remote.c:48
14633msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
14634msgstr ""
14635
14636#: builtin/remote.c:21
14637msgid "git remote [-v | --verbose] show [-n] <name>"
14638msgstr ""
14639
14640#: builtin/remote.c:22
14641msgid "git remote prune [-n | --dry-run] <name>"
14642msgstr ""
14643
14644#: builtin/remote.c:23
14645msgid ""
14646"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
14647msgstr ""
14648
14649#: builtin/remote.c:24
14650msgid "git remote set-branches [--add] <name> <branch>..."
14651msgstr ""
14652
14653#: builtin/remote.c:25 builtin/remote.c:74
14654msgid "git remote get-url [--push] [--all] <name>"
14655msgstr ""
14656
14657#: builtin/remote.c:26 builtin/remote.c:79
14658msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
14659msgstr ""
14660
14661#: builtin/remote.c:27 builtin/remote.c:80
14662msgid "git remote set-url --add <name> <newurl>"
14663msgstr ""
14664
14665#: builtin/remote.c:28 builtin/remote.c:81
14666msgid "git remote set-url --delete <name> <url>"
14667msgstr ""
14668
14669#: builtin/remote.c:33
14670msgid "git remote add [<options>] <name> <url>"
14671msgstr ""
14672
14673#: builtin/remote.c:53
14674msgid "git remote set-branches <name> <branch>..."
14675msgstr ""
14676
14677#: builtin/remote.c:54
14678msgid "git remote set-branches --add <name> <branch>..."
14679msgstr ""
14680
14681#: builtin/remote.c:59
14682msgid "git remote show [<options>] <name>"
14683msgstr ""
14684
14685#: builtin/remote.c:64
14686msgid "git remote prune [<options>] <name>"
14687msgstr ""
14688
14689#: builtin/remote.c:69
14690msgid "git remote update [<options>] [<group> | <remote>]..."
14691msgstr ""
14692
14693#: builtin/remote.c:98
14694#, c-format
14695msgid "Updating %s"
14696msgstr ""
14697
14698#: builtin/remote.c:130
14699msgid ""
14700"--mirror is dangerous and deprecated; please\n"
14701"\t use --mirror=fetch or --mirror=push instead"
14702msgstr ""
14703
14704#: builtin/remote.c:147
14705#, c-format
14706msgid "unknown mirror argument: %s"
14707msgstr ""
14708
14709#: builtin/remote.c:163
14710msgid "fetch the remote branches"
14711msgstr ""
14712
14713#: builtin/remote.c:165
14714msgid "import all tags and associated objects when fetching"
14715msgstr ""
14716
14717#: builtin/remote.c:168
14718msgid "or do not fetch any tag at all (--no-tags)"
14719msgstr ""
14720
14721#: builtin/remote.c:170
14722msgid "branch(es) to track"
14723msgstr ""
14724
14725#: builtin/remote.c:171
14726msgid "master branch"
14727msgstr ""
14728
14729#: builtin/remote.c:173
14730msgid "set up remote as a mirror to push to or fetch from"
14731msgstr ""
14732
14733#: builtin/remote.c:185
14734msgid "specifying a master branch makes no sense with --mirror"
14735msgstr ""
14736
14737#: builtin/remote.c:187
14738msgid "specifying branches to track makes sense only with fetch mirrors"
14739msgstr ""
14740
14741#: builtin/remote.c:194 builtin/remote.c:636
14742#, c-format
14743msgid "remote %s already exists."
14744msgstr ""
14745
14746#: builtin/remote.c:198 builtin/remote.c:640
14747#, c-format
14748msgid "'%s' is not a valid remote name"
14749msgstr ""
14750
14751#: builtin/remote.c:238
14752#, c-format
14753msgid "Could not setup master '%s'"
14754msgstr ""
14755
14756#: builtin/remote.c:344
14757#, c-format
14758msgid "Could not get fetch map for refspec %s"
14759msgstr ""
14760
14761#: builtin/remote.c:443 builtin/remote.c:451
14762msgid "(matching)"
14763msgstr ""
14764
14765#: builtin/remote.c:455
14766msgid "(delete)"
14767msgstr ""
14768
14769#: builtin/remote.c:629 builtin/remote.c:765 builtin/remote.c:864
14770#, c-format
14771msgid "No such remote: '%s'"
14772msgstr ""
14773
14774#: builtin/remote.c:646
14775#, c-format
14776msgid "Could not rename config section '%s' to '%s'"
14777msgstr ""
14778
14779#: builtin/remote.c:666
cc76011e
JX
14780#, c-format
14781msgid ""
14782"Not updating non-default fetch refspec\n"
14783"\t%s\n"
14784"\tPlease update the configuration manually if necessary."
14785msgstr ""
14786
12705546 14787#: builtin/remote.c:702
cc76011e
JX
14788#, c-format
14789msgid "deleting '%s' failed"
14790msgstr ""
14791
12705546 14792#: builtin/remote.c:736
cc76011e
JX
14793#, c-format
14794msgid "creating '%s' failed"
14795msgstr ""
14796
12705546 14797#: builtin/remote.c:802
cc76011e
JX
14798msgid ""
14799"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
14800"to delete it, use:"
14801msgid_plural ""
14802"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
14803"to delete them, use:"
14804msgstr[0] ""
14805msgstr[1] ""
14806
12705546 14807#: builtin/remote.c:816
9eb3984b
JX
14808#, c-format
14809msgid "Could not remove config section '%s'"
14810msgstr ""
14811
12705546 14812#: builtin/remote.c:917
cc76011e
JX
14813#, c-format
14814msgid " new (next fetch will store in remotes/%s)"
14815msgstr ""
14816
12705546 14817#: builtin/remote.c:920
cc76011e
JX
14818msgid " tracked"
14819msgstr ""
14820
12705546 14821#: builtin/remote.c:922
cc76011e
JX
14822msgid " stale (use 'git remote prune' to remove)"
14823msgstr ""
14824
12705546 14825#: builtin/remote.c:924
cc76011e
JX
14826msgid " ???"
14827msgstr ""
14828
12705546 14829#: builtin/remote.c:965
cc76011e
JX
14830#, c-format
14831msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
14832msgstr ""
14833
12705546 14834#: builtin/remote.c:974
cc76011e 14835#, c-format
9eb3984b 14836msgid "rebases interactively onto remote %s"
cc76011e
JX
14837msgstr ""
14838
12705546 14839#: builtin/remote.c:976
9b7388a8
JX
14840#, c-format
14841msgid "rebases interactively (with merges) onto remote %s"
14842msgstr ""
14843
12705546 14844#: builtin/remote.c:979
cc76011e 14845#, c-format
9fa976ff 14846msgid "rebases onto remote %s"
822e4a65
JX
14847msgstr ""
14848
12705546 14849#: builtin/remote.c:983
9fa976ff
JX
14850#, c-format
14851msgid " merges with remote %s"
cc76011e
JX
14852msgstr ""
14853
12705546 14854#: builtin/remote.c:986
822e4a65 14855#, c-format
cc76011e 14856msgid "merges with remote %s"
822e4a65
JX
14857msgstr ""
14858
12705546 14859#: builtin/remote.c:989
9fa976ff
JX
14860#, c-format
14861msgid "%-*s and with remote %s\n"
cc76011e
JX
14862msgstr ""
14863
12705546 14864#: builtin/remote.c:1032
cc76011e
JX
14865msgid "create"
14866msgstr ""
14867
12705546 14868#: builtin/remote.c:1035
cc76011e
JX
14869msgid "delete"
14870msgstr ""
14871
12705546 14872#: builtin/remote.c:1039
cc76011e
JX
14873msgid "up to date"
14874msgstr ""
14875
12705546 14876#: builtin/remote.c:1042
cc76011e
JX
14877msgid "fast-forwardable"
14878msgstr ""
14879
12705546 14880#: builtin/remote.c:1045
cc76011e
JX
14881msgid "local out of date"
14882msgstr ""
14883
12705546 14884#: builtin/remote.c:1052
822e4a65 14885#, c-format
cc76011e 14886msgid " %-*s forces to %-*s (%s)"
822e4a65
JX
14887msgstr ""
14888
12705546 14889#: builtin/remote.c:1055
822e4a65 14890#, c-format
cc76011e 14891msgid " %-*s pushes to %-*s (%s)"
822e4a65
JX
14892msgstr ""
14893
12705546 14894#: builtin/remote.c:1059
cc76011e
JX
14895#, c-format
14896msgid " %-*s forces to %s"
822e4a65
JX
14897msgstr ""
14898
12705546 14899#: builtin/remote.c:1062
822e4a65 14900#, c-format
cc76011e 14901msgid " %-*s pushes to %s"
822e4a65
JX
14902msgstr ""
14903
12705546 14904#: builtin/remote.c:1130
cc76011e
JX
14905msgid "do not query remotes"
14906msgstr ""
14907
12705546 14908#: builtin/remote.c:1157
822e4a65 14909#, c-format
cc76011e 14910msgid "* remote %s"
822e4a65
JX
14911msgstr ""
14912
12705546 14913#: builtin/remote.c:1158
822e4a65 14914#, c-format
cc76011e 14915msgid " Fetch URL: %s"
822e4a65
JX
14916msgstr ""
14917
12705546 14918#: builtin/remote.c:1159 builtin/remote.c:1175 builtin/remote.c:1314
cc76011e
JX
14919msgid "(no URL)"
14920msgstr ""
14921
5b34e000
JX
14922#. TRANSLATORS: the colon ':' should align
14923#. with the one in " Fetch URL: %s"
14924#. translation.
14925#.
12705546 14926#: builtin/remote.c:1173 builtin/remote.c:1175
822e4a65 14927#, c-format
cc76011e 14928msgid " Push URL: %s"
822e4a65
JX
14929msgstr ""
14930
12705546 14931#: builtin/remote.c:1177 builtin/remote.c:1179 builtin/remote.c:1181
822e4a65 14932#, c-format
cc76011e 14933msgid " HEAD branch: %s"
822e4a65
JX
14934msgstr ""
14935
12705546 14936#: builtin/remote.c:1177
9fa976ff
JX
14937msgid "(not queried)"
14938msgstr ""
14939
12705546 14940#: builtin/remote.c:1179
9fa976ff
JX
14941msgid "(unknown)"
14942msgstr ""
14943
12705546 14944#: builtin/remote.c:1183
11b90174 14945#, c-format
cc76011e
JX
14946msgid ""
14947" HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
11b90174
JX
14948msgstr ""
14949
12705546 14950#: builtin/remote.c:1195
822e4a65 14951#, c-format
cc76011e
JX
14952msgid " Remote branch:%s"
14953msgid_plural " Remote branches:%s"
14954msgstr[0] ""
14955msgstr[1] ""
14956
12705546 14957#: builtin/remote.c:1198 builtin/remote.c:1224
cc76011e 14958msgid " (status not queried)"
822e4a65
JX
14959msgstr ""
14960
12705546 14961#: builtin/remote.c:1207
cc76011e
JX
14962msgid " Local branch configured for 'git pull':"
14963msgid_plural " Local branches configured for 'git pull':"
14964msgstr[0] ""
14965msgstr[1] ""
14966
12705546 14967#: builtin/remote.c:1215
cc76011e
JX
14968msgid " Local refs will be mirrored by 'git push'"
14969msgstr ""
14970
12705546 14971#: builtin/remote.c:1221
822e4a65 14972#, c-format
cc76011e
JX
14973msgid " Local ref configured for 'git push'%s:"
14974msgid_plural " Local refs configured for 'git push'%s:"
14975msgstr[0] ""
14976msgstr[1] ""
14977
12705546 14978#: builtin/remote.c:1242
cc76011e 14979msgid "set refs/remotes/<name>/HEAD according to remote"
822e4a65
JX
14980msgstr ""
14981
12705546 14982#: builtin/remote.c:1244
cc76011e
JX
14983msgid "delete refs/remotes/<name>/HEAD"
14984msgstr ""
14985
12705546 14986#: builtin/remote.c:1259
cc76011e
JX
14987msgid "Cannot determine remote HEAD"
14988msgstr ""
14989
12705546 14990#: builtin/remote.c:1261
cc76011e
JX
14991msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
14992msgstr ""
14993
12705546 14994#: builtin/remote.c:1271
822e4a65 14995#, c-format
cc76011e 14996msgid "Could not delete %s"
822e4a65
JX
14997msgstr ""
14998
12705546 14999#: builtin/remote.c:1279
822e4a65 15000#, c-format
cc76011e 15001msgid "Not a valid ref: %s"
822e4a65
JX
15002msgstr ""
15003
12705546 15004#: builtin/remote.c:1281
cc76011e
JX
15005#, c-format
15006msgid "Could not setup %s"
822e4a65
JX
15007msgstr ""
15008
12705546 15009#: builtin/remote.c:1299
cc76011e
JX
15010#, c-format
15011msgid " %s will become dangling!"
822e4a65
JX
15012msgstr ""
15013
12705546 15014#: builtin/remote.c:1300
cc76011e
JX
15015#, c-format
15016msgid " %s has become dangling!"
822e4a65
JX
15017msgstr ""
15018
12705546 15019#: builtin/remote.c:1310
822e4a65 15020#, c-format
cc76011e 15021msgid "Pruning %s"
822e4a65
JX
15022msgstr ""
15023
12705546 15024#: builtin/remote.c:1311
822e4a65 15025#, c-format
cc76011e 15026msgid "URL: %s"
822e4a65
JX
15027msgstr ""
15028
12705546 15029#: builtin/remote.c:1327
822e4a65 15030#, c-format
cc76011e 15031msgid " * [would prune] %s"
822e4a65
JX
15032msgstr ""
15033
12705546 15034#: builtin/remote.c:1330
822e4a65 15035#, c-format
cc76011e 15036msgid " * [pruned] %s"
822e4a65
JX
15037msgstr ""
15038
12705546 15039#: builtin/remote.c:1375
cc76011e
JX
15040msgid "prune remotes after fetching"
15041msgstr ""
15042
12705546 15043#: builtin/remote.c:1438 builtin/remote.c:1492 builtin/remote.c:1560
822e4a65 15044#, c-format
cc76011e 15045msgid "No such remote '%s'"
822e4a65
JX
15046msgstr ""
15047
12705546 15048#: builtin/remote.c:1454
cc76011e 15049msgid "add branch"
ccfca8dc
JX
15050msgstr ""
15051
12705546 15052#: builtin/remote.c:1461
cc76011e 15053msgid "no remote specified"
822e4a65
JX
15054msgstr ""
15055
12705546 15056#: builtin/remote.c:1478
f4f2c8f8
JX
15057msgid "query push URLs rather than fetch URLs"
15058msgstr ""
15059
12705546 15060#: builtin/remote.c:1480
f4f2c8f8
JX
15061msgid "return all URLs"
15062msgstr ""
15063
12705546 15064#: builtin/remote.c:1508
f4f2c8f8
JX
15065#, c-format
15066msgid "no URLs configured for remote '%s'"
15067msgstr ""
15068
12705546 15069#: builtin/remote.c:1534
cc76011e
JX
15070msgid "manipulate push URLs"
15071msgstr ""
15072
12705546 15073#: builtin/remote.c:1536
cc76011e
JX
15074msgid "add URL"
15075msgstr ""
15076
12705546 15077#: builtin/remote.c:1538
cc76011e
JX
15078msgid "delete URLs"
15079msgstr ""
15080
12705546 15081#: builtin/remote.c:1545
cc76011e
JX
15082msgid "--add --delete doesn't make sense"
15083msgstr ""
15084
12705546 15085#: builtin/remote.c:1584
cc76011e
JX
15086#, c-format
15087msgid "Invalid old URL pattern: %s"
15088msgstr ""
15089
12705546 15090#: builtin/remote.c:1592
cc76011e
JX
15091#, c-format
15092msgid "No such URL found: %s"
15093msgstr ""
15094
12705546 15095#: builtin/remote.c:1594
cc76011e
JX
15096msgid "Will not delete all non-push URLs"
15097msgstr ""
15098
12705546 15099#: builtin/remote.c:1610
cc76011e
JX
15100msgid "be verbose; must be placed before a subcommand"
15101msgstr ""
15102
12705546 15103#: builtin/remote.c:1641
fda7b092
JX
15104#, c-format
15105msgid "Unknown subcommand: %s"
15106msgstr ""
15107
12705546 15108#: builtin/repack.c:22
c2ea1208 15109msgid "git repack [<options>]"
727b9576
JX
15110msgstr ""
15111
12705546 15112#: builtin/repack.c:27
673bfad0
JX
15113msgid ""
15114"Incremental repacks are incompatible with bitmap indexes. Use\n"
15115"--no-write-bitmap-index or disable the pack.writebitmaps configuration."
15116msgstr ""
15117
12705546 15118#: builtin/repack.c:294
727b9576
JX
15119msgid "pack everything in a single pack"
15120msgstr ""
15121
12705546 15122#: builtin/repack.c:296
727b9576
JX
15123msgid "same as -a, and turn unreachable objects loose"
15124msgstr ""
15125
12705546 15126#: builtin/repack.c:299
727b9576
JX
15127msgid "remove redundant packs, and run git-prune-packed"
15128msgstr ""
15129
12705546 15130#: builtin/repack.c:301
727b9576
JX
15131msgid "pass --no-reuse-delta to git-pack-objects"
15132msgstr ""
15133
12705546 15134#: builtin/repack.c:303
727b9576
JX
15135msgid "pass --no-reuse-object to git-pack-objects"
15136msgstr ""
15137
12705546 15138#: builtin/repack.c:305
727b9576
JX
15139msgid "do not run git-update-server-info"
15140msgstr ""
15141
12705546 15142#: builtin/repack.c:308
727b9576
JX
15143msgid "pass --local to git-pack-objects"
15144msgstr ""
15145
12705546 15146#: builtin/repack.c:310
5e078fcd
JX
15147msgid "write bitmap index"
15148msgstr ""
15149
12705546
JX
15150#: builtin/repack.c:312
15151msgid "pass --delta-islands to git-pack-objects"
15152msgstr ""
15153
15154#: builtin/repack.c:313
727b9576
JX
15155msgid "approxidate"
15156msgstr ""
15157
12705546 15158#: builtin/repack.c:314
727b9576
JX
15159msgid "with -A, do not loosen objects older than this"
15160msgstr ""
15161
12705546 15162#: builtin/repack.c:316
9fa976ff
JX
15163msgid "with -a, repack unreachable objects"
15164msgstr ""
15165
12705546 15166#: builtin/repack.c:318
727b9576
JX
15167msgid "size of the window used for delta compression"
15168msgstr ""
15169
12705546 15170#: builtin/repack.c:319 builtin/repack.c:325
d57b24b6
JX
15171msgid "bytes"
15172msgstr ""
15173
12705546 15174#: builtin/repack.c:320
727b9576
JX
15175msgid "same as the above, but limit memory size instead of entries count"
15176msgstr ""
15177
12705546 15178#: builtin/repack.c:322
727b9576
JX
15179msgid "limits the maximum delta depth"
15180msgstr ""
15181
12705546 15182#: builtin/repack.c:324
5b34e000
JX
15183msgid "limits the maximum number of threads"
15184msgstr ""
15185
12705546 15186#: builtin/repack.c:326
727b9576
JX
15187msgid "maximum size of each packfile"
15188msgstr ""
15189
12705546 15190#: builtin/repack.c:328
5e078fcd
JX
15191msgid "repack objects in packs marked with .keep"
15192msgstr ""
15193
12705546 15194#: builtin/repack.c:330
9b7388a8
JX
15195msgid "do not repack this pack"
15196msgstr ""
15197
12705546 15198#: builtin/repack.c:340
f4f2c8f8
JX
15199msgid "cannot delete packs in a precious-objects repo"
15200msgstr ""
15201
12705546 15202#: builtin/repack.c:344
9fa976ff
JX
15203msgid "--keep-unreachable and -A are incompatible"
15204msgstr ""
15205
12705546 15206#: builtin/repack.c:527
727b9576 15207#, c-format
9fa976ff 15208msgid "failed to remove '%s'"
727b9576
JX
15209msgstr ""
15210
9b7388a8 15211#: builtin/replace.c:22
cc76011e
JX
15212msgid "git replace [-f] <object> <replacement>"
15213msgstr ""
15214
9b7388a8 15215#: builtin/replace.c:23
fe05e196
JX
15216msgid "git replace [-f] --edit <object>"
15217msgstr ""
15218
9b7388a8 15219#: builtin/replace.c:24
fe05e196
JX
15220msgid "git replace [-f] --graft <commit> [<parent>...]"
15221msgstr ""
15222
9b7388a8
JX
15223#: builtin/replace.c:25
15224msgid "git replace [-f] --convert-graft-file"
15225msgstr ""
15226
15227#: builtin/replace.c:26
cc76011e
JX
15228msgid "git replace -d <object>..."
15229msgstr ""
15230
9b7388a8 15231#: builtin/replace.c:27
df49095a 15232msgid "git replace [--format=<format>] [-l [<pattern>]]"
822e4a65
JX
15233msgstr ""
15234
12705546 15235#: builtin/replace.c:58 builtin/replace.c:203 builtin/replace.c:206
dba9f13c
JX
15236#, c-format
15237msgid "failed to resolve '%s' as a valid ref"
15238msgstr ""
15239
15240#: builtin/replace.c:86
15241#, c-format
15242msgid ""
15243"invalid replace format '%s'\n"
15244"valid formats are 'short', 'medium' and 'long'"
15245msgstr ""
15246
15247#: builtin/replace.c:121
15248#, c-format
15249msgid "replace ref '%s' not found"
15250msgstr ""
15251
15252#: builtin/replace.c:137
15253#, c-format
15254msgid "Deleted replace ref '%s'"
15255msgstr ""
15256
15257#: builtin/replace.c:149
15258#, c-format
15259msgid "'%s' is not a valid ref name"
15260msgstr ""
15261
15262#: builtin/replace.c:154
15263#, c-format
15264msgid "replace ref '%s' already exists"
15265msgstr ""
15266
15267#: builtin/replace.c:174
15268#, c-format
15269msgid ""
15270"Objects must be of the same type.\n"
15271"'%s' points to a replaced object of type '%s'\n"
15272"while '%s' points to a replacement object of type '%s'."
15273msgstr ""
15274
15275#: builtin/replace.c:225
fe05e196 15276#, c-format
dba9f13c
JX
15277msgid "unable to open %s for writing"
15278msgstr ""
15279
15280#: builtin/replace.c:238
15281msgid "cat-file reported failure"
15282msgstr ""
15283
15284#: builtin/replace.c:254
15285#, c-format
15286msgid "unable to open %s for reading"
15287msgstr ""
15288
15289#: builtin/replace.c:268
15290msgid "unable to spawn mktree"
15291msgstr ""
15292
15293#: builtin/replace.c:272
15294msgid "unable to read from mktree"
15295msgstr ""
15296
15297#: builtin/replace.c:281
15298msgid "mktree reported failure"
15299msgstr ""
15300
15301#: builtin/replace.c:285
15302msgid "mktree did not return an object name"
15303msgstr ""
15304
15305#: builtin/replace.c:294
15306#, c-format
15307msgid "unable to fstat %s"
15308msgstr ""
15309
15310#: builtin/replace.c:299
15311msgid "unable to write object to database"
15312msgstr ""
15313
15314#: builtin/replace.c:318 builtin/replace.c:371 builtin/replace.c:415
15315#: builtin/replace.c:445
15316#, c-format
15317msgid "not a valid object name: '%s'"
15318msgstr ""
15319
15320#: builtin/replace.c:322
15321#, c-format
15322msgid "unable to get object type for %s"
15323msgstr ""
15324
15325#: builtin/replace.c:338
15326msgid "editing object file failed"
15327msgstr ""
15328
15329#: builtin/replace.c:347
15330#, c-format
15331msgid "new object is the same as the old one: '%s'"
fe05e196
JX
15332msgstr ""
15333
9b7388a8 15334#: builtin/replace.c:407
fe05e196
JX
15335#, c-format
15336msgid "bad mergetag in commit '%s'"
15337msgstr ""
15338
9b7388a8 15339#: builtin/replace.c:409
fe05e196
JX
15340#, c-format
15341msgid "malformed mergetag in commit '%s'"
15342msgstr ""
15343
9b7388a8 15344#: builtin/replace.c:421
fe05e196
JX
15345#, c-format
15346msgid ""
15347"original commit '%s' contains mergetag '%s' that is discarded; use --edit "
15348"instead of --graft"
15349msgstr ""
15350
9b7388a8 15351#: builtin/replace.c:460
fe05e196 15352#, c-format
dba9f13c 15353msgid "the original commit '%s' has a gpg signature"
fe05e196
JX
15354msgstr ""
15355
9b7388a8 15356#: builtin/replace.c:461
fe05e196
JX
15357msgid "the signature will be removed in the replacement commit!"
15358msgstr ""
15359
9b7388a8 15360#: builtin/replace.c:471
fe05e196
JX
15361#, c-format
15362msgid "could not write replacement commit for: '%s'"
15363msgstr ""
15364
dba9f13c
JX
15365#: builtin/replace.c:479
15366#, c-format
15367msgid "graft for '%s' unnecessary"
15368msgstr ""
15369
15370#: builtin/replace.c:482
15371#, c-format
15372msgid "new commit is the same as the old one: '%s'"
15373msgstr ""
15374
578d8ea3 15375#: builtin/replace.c:515
9b7388a8
JX
15376#, c-format
15377msgid ""
15378"could not convert the following graft(s):\n"
15379"%s"
15380msgstr ""
15381
578d8ea3 15382#: builtin/replace.c:536
cc76011e 15383msgid "list replace refs"
822e4a65
JX
15384msgstr ""
15385
578d8ea3 15386#: builtin/replace.c:537
cc76011e 15387msgid "delete replace refs"
822e4a65
JX
15388msgstr ""
15389
578d8ea3 15390#: builtin/replace.c:538
fe05e196
JX
15391msgid "edit existing object"
15392msgstr ""
15393
578d8ea3 15394#: builtin/replace.c:539
fe05e196
JX
15395msgid "change a commit's parents"
15396msgstr ""
15397
578d8ea3 15398#: builtin/replace.c:540
9b7388a8
JX
15399msgid "convert existing graft file"
15400msgstr ""
15401
578d8ea3 15402#: builtin/replace.c:541
cc76011e 15403msgid "replace the ref if it exists"
822e4a65
JX
15404msgstr ""
15405
578d8ea3 15406#: builtin/replace.c:543
fe05e196
JX
15407msgid "do not pretty-print contents for --edit"
15408msgstr ""
15409
578d8ea3 15410#: builtin/replace.c:544
df49095a
JX
15411msgid "use this format"
15412msgstr ""
15413
578d8ea3 15414#: builtin/replace.c:557
dba9f13c
JX
15415msgid "--format cannot be used when not listing"
15416msgstr ""
15417
578d8ea3 15418#: builtin/replace.c:565
dba9f13c
JX
15419msgid "-f only makes sense when writing a replacement"
15420msgstr ""
15421
578d8ea3 15422#: builtin/replace.c:569
dba9f13c
JX
15423msgid "--raw only makes sense with --edit"
15424msgstr ""
15425
578d8ea3 15426#: builtin/replace.c:575
dba9f13c
JX
15427msgid "-d needs at least one argument"
15428msgstr ""
15429
578d8ea3 15430#: builtin/replace.c:581
dba9f13c
JX
15431msgid "bad number of arguments"
15432msgstr ""
15433
578d8ea3 15434#: builtin/replace.c:587
dba9f13c
JX
15435msgid "-e needs exactly one argument"
15436msgstr ""
15437
578d8ea3 15438#: builtin/replace.c:593
dba9f13c
JX
15439msgid "-g needs at least one argument"
15440msgstr ""
15441
578d8ea3 15442#: builtin/replace.c:599
dba9f13c
JX
15443msgid "--convert-graft-file takes no argument"
15444msgstr ""
15445
578d8ea3 15446#: builtin/replace.c:605
dba9f13c
JX
15447msgid "only one pattern can be given with -l"
15448msgstr ""
15449
5b34e000 15450#: builtin/rerere.c:13
c2ea1208 15451msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
822e4a65
JX
15452msgstr ""
15453
12705546 15454#: builtin/rerere.c:60
cc76011e 15455msgid "register clean resolutions in index"
822e4a65
JX
15456msgstr ""
15457
12705546
JX
15458#: builtin/rerere.c:79
15459msgid "'git rerere forget' without paths is deprecated"
15460msgstr ""
15461
15462#: builtin/rerere.c:111
15463#, c-format
15464msgid "unable to generate diff for '%s'"
15465msgstr ""
15466
15467#: builtin/reset.c:31
822e4a65 15468msgid ""
cc76011e 15469"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
822e4a65
JX
15470msgstr ""
15471
12705546 15472#: builtin/reset.c:32
fda7b092 15473msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
822e4a65
JX
15474msgstr ""
15475
12705546 15476#: builtin/reset.c:33
46bc4039 15477msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
822e4a65
JX
15478msgstr ""
15479
12705546 15480#: builtin/reset.c:39
cc76011e 15481msgid "mixed"
dce37b66
JX
15482msgstr ""
15483
12705546 15484#: builtin/reset.c:39
cc76011e 15485msgid "soft"
dce37b66
JX
15486msgstr ""
15487
12705546 15488#: builtin/reset.c:39
cc76011e 15489msgid "hard"
dce37b66
JX
15490msgstr ""
15491
12705546 15492#: builtin/reset.c:39
cc76011e 15493msgid "merge"
dce37b66
JX
15494msgstr ""
15495
12705546 15496#: builtin/reset.c:39
cc76011e 15497msgid "keep"
dce37b66
JX
15498msgstr ""
15499
12705546 15500#: builtin/reset.c:80
cc76011e 15501msgid "You do not have a valid HEAD."
dce37b66
JX
15502msgstr ""
15503
12705546 15504#: builtin/reset.c:82
cc76011e 15505msgid "Failed to find tree of HEAD."
dce37b66
JX
15506msgstr ""
15507
12705546 15508#: builtin/reset.c:88
822e4a65 15509#, c-format
cc76011e 15510msgid "Failed to find tree of %s."
dce37b66
JX
15511msgstr ""
15512
12705546 15513#: builtin/reset.c:192
dce37b66 15514#, c-format
cc76011e 15515msgid "Cannot do a %s reset in the middle of a merge."
dce37b66
JX
15516msgstr ""
15517
12705546 15518#: builtin/reset.c:292
cc76011e 15519msgid "be quiet, only report errors"
dce37b66
JX
15520msgstr ""
15521
12705546 15522#: builtin/reset.c:294
cc76011e 15523msgid "reset HEAD and index"
dce37b66
JX
15524msgstr ""
15525
12705546 15526#: builtin/reset.c:295
cc76011e 15527msgid "reset only HEAD"
dce37b66
JX
15528msgstr ""
15529
12705546 15530#: builtin/reset.c:297 builtin/reset.c:299
cc76011e 15531msgid "reset HEAD, index and working tree"
822e4a65
JX
15532msgstr ""
15533
12705546 15534#: builtin/reset.c:301
cc76011e 15535msgid "reset HEAD but keep local changes"
dce37b66
JX
15536msgstr ""
15537
12705546 15538#: builtin/reset.c:307
5e078fcd
JX
15539msgid "record only the fact that removed paths will be added later"
15540msgstr ""
15541
12705546 15542#: builtin/reset.c:325
46bc4039
JX
15543#, c-format
15544msgid "Failed to resolve '%s' as a valid revision."
15545msgstr ""
15546
12705546 15547#: builtin/reset.c:333
46bc4039
JX
15548#, c-format
15549msgid "Failed to resolve '%s' as a valid tree."
15550msgstr ""
15551
12705546 15552#: builtin/reset.c:342
cc76011e 15553msgid "--patch is incompatible with --{hard,mixed,soft}"
dce37b66
JX
15554msgstr ""
15555
12705546 15556#: builtin/reset.c:351
cc76011e 15557msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
dce37b66
JX
15558msgstr ""
15559
12705546 15560#: builtin/reset.c:353
dce37b66 15561#, c-format
cc76011e 15562msgid "Cannot do %s reset with paths."
dce37b66
JX
15563msgstr ""
15564
12705546 15565#: builtin/reset.c:363
822e4a65 15566#, c-format
cc76011e 15567msgid "%s reset is not allowed in a bare repository"
dce37b66
JX
15568msgstr ""
15569
12705546 15570#: builtin/reset.c:367
5e078fcd
JX
15571msgid "-N can only be used with --mixed"
15572msgstr ""
15573
12705546 15574#: builtin/reset.c:387
727b9576 15575msgid "Unstaged changes after reset:"
dce37b66
JX
15576msgstr ""
15577
12705546
JX
15578#: builtin/reset.c:390
15579#, c-format
15580msgid ""
15581"\n"
15582"It took %.2f seconds to enumerate unstaged changes after reset. You can\n"
15583"use '--quiet' to avoid this. Set the config setting reset.quiet to true\n"
15584"to make this the default.\n"
15585msgstr ""
15586
15587#: builtin/reset.c:400
727b9576
JX
15588#, c-format
15589msgid "Could not reset index file to revision '%s'."
46bc4039
JX
15590msgstr ""
15591
12705546 15592#: builtin/reset.c:404
46bc4039
JX
15593msgid "Could not write new index file."
15594msgstr ""
15595
12705546 15596#: builtin/rev-list.c:403
abc8de64
JX
15597msgid "cannot combine --exclude-promisor-objects and --missing"
15598msgstr ""
15599
12705546 15600#: builtin/rev-list.c:461
18a90722
JX
15601msgid "object filtering requires --objects"
15602msgstr ""
15603
12705546 15604#: builtin/rev-list.c:464
18a90722
JX
15605#, c-format
15606msgid "invalid sparse value '%s'"
15607msgstr ""
15608
12705546 15609#: builtin/rev-list.c:505
df0617bf
JX
15610msgid "rev-list does not support display of notes"
15611msgstr ""
15612
12705546 15613#: builtin/rev-list.c:508
18a90722
JX
15614msgid "cannot combine --use-bitmap-index with object filtering"
15615msgstr ""
15616
12705546 15617#: builtin/rev-parse.c:407
c2ea1208 15618msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
dce37b66
JX
15619msgstr ""
15620
12705546 15621#: builtin/rev-parse.c:412
cc76011e 15622msgid "keep the `--` passed as an arg"
dce37b66
JX
15623msgstr ""
15624
12705546 15625#: builtin/rev-parse.c:414
cc76011e 15626msgid "stop parsing after the first non-option argument"
dce37b66
JX
15627msgstr ""
15628
12705546 15629#: builtin/rev-parse.c:417
df49095a
JX
15630msgid "output in stuck long form"
15631msgstr ""
15632
12705546 15633#: builtin/rev-parse.c:550
822e4a65 15634msgid ""
c2ea1208 15635"git rev-parse --parseopt [<options>] -- [<args>...]\n"
cc76011e 15636" or: git rev-parse --sq-quote [<arg>...]\n"
c2ea1208 15637" or: git rev-parse [<options>] [<arg>...]\n"
cc76011e
JX
15638"\n"
15639"Run \"git rev-parse --parseopt -h\" for more information on the first usage."
dce37b66
JX
15640msgstr ""
15641
dba9f13c 15642#: builtin/revert.c:24
c2ea1208 15643msgid "git revert [<options>] <commit-ish>..."
dce37b66
JX
15644msgstr ""
15645
dba9f13c 15646#: builtin/revert.c:25
cc76011e 15647msgid "git revert <subcommand>"
dce37b66
JX
15648msgstr ""
15649
dba9f13c 15650#: builtin/revert.c:30
c2ea1208 15651msgid "git cherry-pick [<options>] <commit-ish>..."
dce37b66
JX
15652msgstr ""
15653
dba9f13c 15654#: builtin/revert.c:31
cc76011e 15655msgid "git cherry-pick <subcommand>"
dce37b66
JX
15656msgstr ""
15657
dba9f13c 15658#: builtin/revert.c:91
dce37b66 15659#, c-format
cc76011e 15660msgid "%s: %s cannot be used with %s"
dce37b66
JX
15661msgstr ""
15662
dba9f13c 15663#: builtin/revert.c:100
cc76011e 15664msgid "end revert or cherry-pick sequence"
dce37b66
JX
15665msgstr ""
15666
dba9f13c 15667#: builtin/revert.c:101
cc76011e 15668msgid "resume revert or cherry-pick sequence"
dce37b66
JX
15669msgstr ""
15670
dba9f13c 15671#: builtin/revert.c:102
cc76011e 15672msgid "cancel revert or cherry-pick sequence"
dce37b66
JX
15673msgstr ""
15674
dba9f13c 15675#: builtin/revert.c:103
cc76011e 15676msgid "don't automatically commit"
dce37b66
JX
15677msgstr ""
15678
dba9f13c 15679#: builtin/revert.c:104
cc76011e 15680msgid "edit the commit message"
dce37b66
JX
15681msgstr ""
15682
dba9f13c 15683#: builtin/revert.c:107
dfc182b1 15684msgid "parent-number"
dce37b66
JX
15685msgstr ""
15686
dba9f13c 15687#: builtin/revert.c:108
dfc182b1
JX
15688msgid "select mainline parent"
15689msgstr ""
15690
dba9f13c 15691#: builtin/revert.c:110
cc76011e 15692msgid "merge strategy"
dce37b66
JX
15693msgstr ""
15694
dba9f13c 15695#: builtin/revert.c:112
cc76011e 15696msgid "option for merge strategy"
dce37b66
JX
15697msgstr ""
15698
dba9f13c 15699#: builtin/revert.c:121
cc76011e 15700msgid "append commit name"
dce37b66
JX
15701msgstr ""
15702
dba9f13c 15703#: builtin/revert.c:123
cc76011e 15704msgid "preserve initially empty commits"
1d4ac88d
JX
15705msgstr ""
15706
dba9f13c 15707#: builtin/revert.c:125
cc76011e 15708msgid "keep redundant, empty commits"
1d4ac88d
JX
15709msgstr ""
15710
dba9f13c 15711#: builtin/revert.c:219
cc76011e 15712msgid "revert failed"
dce37b66
JX
15713msgstr ""
15714
dba9f13c 15715#: builtin/revert.c:232
cc76011e 15716msgid "cherry-pick failed"
dce37b66
JX
15717msgstr ""
15718
5b34e000 15719#: builtin/rm.c:18
c2ea1208 15720msgid "git rm [<options>] [--] <file>..."
dce37b66
JX
15721msgstr ""
15722
5b34e000 15723#: builtin/rm.c:206
dce37b66 15724msgid ""
28b3cffc
JX
15725"the following file has staged content different from both the\n"
15726"file and the HEAD:"
15727msgid_plural ""
15728"the following files have staged content different from both the\n"
15729"file and the HEAD:"
15730msgstr[0] ""
15731msgstr[1] ""
dce37b66 15732
5b34e000 15733#: builtin/rm.c:211
cc76011e 15734msgid ""
28b3cffc
JX
15735"\n"
15736"(use -f to force removal)"
822e4a65
JX
15737msgstr ""
15738
5b34e000 15739#: builtin/rm.c:215
28b3cffc
JX
15740msgid "the following file has changes staged in the index:"
15741msgid_plural "the following files have changes staged in the index:"
15742msgstr[0] ""
15743msgstr[1] ""
15744
5b34e000 15745#: builtin/rm.c:219 builtin/rm.c:228
cc76011e 15746msgid ""
28b3cffc 15747"\n"
cc76011e
JX
15748"(use --cached to keep the file, or -f to force removal)"
15749msgstr ""
822e4a65 15750
5b34e000 15751#: builtin/rm.c:225
28b3cffc
JX
15752msgid "the following file has local modifications:"
15753msgid_plural "the following files have local modifications:"
15754msgstr[0] ""
15755msgstr[1] ""
15756
9b7388a8 15757#: builtin/rm.c:241
cc76011e 15758msgid "do not list removed files"
dce37b66
JX
15759msgstr ""
15760
9b7388a8 15761#: builtin/rm.c:242
cc76011e 15762msgid "only remove from the index"
cd1e7487
JX
15763msgstr ""
15764
9b7388a8 15765#: builtin/rm.c:243
cc76011e 15766msgid "override the up-to-date check"
cd1e7487
JX
15767msgstr ""
15768
9b7388a8 15769#: builtin/rm.c:244
cc76011e 15770msgid "allow recursive removal"
dce37b66
JX
15771msgstr ""
15772
9b7388a8 15773#: builtin/rm.c:246
cc76011e 15774msgid "exit with a zero status even if nothing matched"
cd1e7487
JX
15775msgstr ""
15776
dba9f13c
JX
15777#: builtin/rm.c:288
15778msgid "please stage your changes to .gitmodules or stash them to proceed"
15779msgstr ""
15780
9b7388a8 15781#: builtin/rm.c:306
dce37b66 15782#, c-format
cc76011e 15783msgid "not removing '%s' recursively without -r"
dce37b66
JX
15784msgstr ""
15785
9b7388a8 15786#: builtin/rm.c:345
dce37b66 15787#, c-format
cc76011e 15788msgid "git rm: unable to remove %s"
dce37b66
JX
15789msgstr ""
15790
9b7388a8 15791#: builtin/send-pack.c:20
df0617bf
JX
15792msgid ""
15793"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
15794"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
15795"[<ref>...]\n"
15796" --all and explicit <ref> specification are mutually exclusive."
15797msgstr ""
15798
9b7388a8 15799#: builtin/send-pack.c:163
df0617bf
JX
15800msgid "remote name"
15801msgstr ""
15802
9b7388a8 15803#: builtin/send-pack.c:177
df0617bf
JX
15804msgid "use stateless RPC protocol"
15805msgstr ""
15806
9b7388a8 15807#: builtin/send-pack.c:178
df0617bf
JX
15808msgid "read refs from stdin"
15809msgstr ""
15810
9b7388a8 15811#: builtin/send-pack.c:179
df0617bf
JX
15812msgid "print status from remote helper"
15813msgstr ""
15814
9b7388a8
JX
15815#: builtin/serve.c:7
15816msgid "git serve [<options>]"
15817msgstr ""
15818
15819#: builtin/serve.c:17 builtin/upload-pack.c:23
15820msgid "quit after a single request/response exchange"
15821msgstr ""
15822
15823#: builtin/serve.c:19
15824msgid "exit immediately after advertising capabilities"
15825msgstr ""
15826
5b34e000 15827#: builtin/shortlog.c:14
9b7388a8
JX
15828msgid "git shortlog [<options>] [<revision-range>] [[--] <path>...]"
15829msgstr ""
15830
15831#: builtin/shortlog.c:15
15832msgid "git log --pretty=short | git shortlog [<options>]"
dce37b66
JX
15833msgstr ""
15834
9b7388a8 15835#: builtin/shortlog.c:264
673bfad0
JX
15836msgid "Group by committer rather than author"
15837msgstr ""
15838
9b7388a8 15839#: builtin/shortlog.c:266
cc76011e 15840msgid "sort output according to the number of commits per author"
dce37b66
JX
15841msgstr ""
15842
9b7388a8 15843#: builtin/shortlog.c:268
cc76011e 15844msgid "Suppress commit descriptions, only provides commit count"
dce37b66
JX
15845msgstr ""
15846
9b7388a8 15847#: builtin/shortlog.c:270
cc76011e 15848msgid "Show the email address of each author"
dce37b66
JX
15849msgstr ""
15850
9b7388a8 15851#: builtin/shortlog.c:271
dba9f13c 15852msgid "<w>[,<i1>[,<i2>]]"
dce37b66
JX
15853msgstr ""
15854
9b7388a8 15855#: builtin/shortlog.c:272
cc76011e 15856msgid "Linewrap output"
dce37b66
JX
15857msgstr ""
15858
dba9f13c 15859#: builtin/shortlog.c:299
9b7388a8
JX
15860msgid "too many arguments given outside repository"
15861msgstr ""
15862
dba9f13c 15863#: builtin/show-branch.c:13
cc76011e 15864msgid ""
c2ea1208 15865"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
1e607449
JX
15866"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
15867"\t\t[--more=<n> | --list | --independent | --merge-base]\n"
15868"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
dce37b66
JX
15869msgstr ""
15870
dba9f13c 15871#: builtin/show-branch.c:17
c2ea1208 15872msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
822e4a65
JX
15873msgstr ""
15874
dba9f13c 15875#: builtin/show-branch.c:395
fda7b092
JX
15876#, c-format
15877msgid "ignoring %s; cannot handle more than %d ref"
15878msgid_plural "ignoring %s; cannot handle more than %d refs"
15879msgstr[0] ""
15880msgstr[1] ""
15881
dba9f13c 15882#: builtin/show-branch.c:549
fda7b092
JX
15883#, c-format
15884msgid "no matching refs with %s"
15885msgstr ""
15886
12705546 15887#: builtin/show-branch.c:646
cc76011e 15888msgid "show remote-tracking and local branches"
dce37b66
JX
15889msgstr ""
15890
12705546 15891#: builtin/show-branch.c:648
cc76011e 15892msgid "show remote-tracking branches"
dce37b66
JX
15893msgstr ""
15894
12705546 15895#: builtin/show-branch.c:650
cc76011e 15896msgid "color '*!+-' corresponding to the branch"
dce37b66
JX
15897msgstr ""
15898
12705546 15899#: builtin/show-branch.c:652
cc76011e 15900msgid "show <n> more commits after the common ancestor"
dce37b66
JX
15901msgstr ""
15902
12705546 15903#: builtin/show-branch.c:654
cc76011e 15904msgid "synonym to more=-1"
822e4a65
JX
15905msgstr ""
15906
12705546 15907#: builtin/show-branch.c:655
cc76011e 15908msgid "suppress naming strings"
dce37b66
JX
15909msgstr ""
15910
12705546 15911#: builtin/show-branch.c:657
cc76011e 15912msgid "include the current branch"
dce37b66
JX
15913msgstr ""
15914
12705546 15915#: builtin/show-branch.c:659
cc76011e 15916msgid "name commits with their object names"
dce37b66
JX
15917msgstr ""
15918
12705546 15919#: builtin/show-branch.c:661
cc76011e 15920msgid "show possible merge bases"
dce37b66
JX
15921msgstr ""
15922
12705546 15923#: builtin/show-branch.c:663
cc76011e 15924msgid "show refs unreachable from any other ref"
dce37b66
JX
15925msgstr ""
15926
12705546 15927#: builtin/show-branch.c:665
cc76011e 15928msgid "show commits in topological order"
dce37b66
JX
15929msgstr ""
15930
12705546 15931#: builtin/show-branch.c:668
cc76011e 15932msgid "show only commits not on the first branch"
dce37b66
JX
15933msgstr ""
15934
12705546 15935#: builtin/show-branch.c:670
cc76011e 15936msgid "show merges reachable from only one tip"
dce37b66
JX
15937msgstr ""
15938
12705546 15939#: builtin/show-branch.c:672
28b3cffc 15940msgid "topologically sort, maintaining date order where possible"
dce37b66
JX
15941msgstr ""
15942
12705546 15943#: builtin/show-branch.c:675
cc76011e 15944msgid "<n>[,<base>]"
dce37b66
JX
15945msgstr ""
15946
12705546 15947#: builtin/show-branch.c:676
cc76011e 15948msgid "show <n> most recent ref-log entries starting at base"
dce37b66
JX
15949msgstr ""
15950
12705546 15951#: builtin/show-branch.c:712
fda7b092
JX
15952msgid ""
15953"--reflog is incompatible with --all, --remotes, --independent or --merge-base"
15954msgstr ""
15955
12705546 15956#: builtin/show-branch.c:736
fda7b092
JX
15957msgid "no branches given, and HEAD is not valid"
15958msgstr ""
15959
12705546 15960#: builtin/show-branch.c:739
fda7b092
JX
15961msgid "--reflog option needs one branch name"
15962msgstr ""
15963
12705546 15964#: builtin/show-branch.c:742
fda7b092
JX
15965#, c-format
15966msgid "only %d entry can be shown at one time."
15967msgid_plural "only %d entries can be shown at one time."
15968msgstr[0] ""
15969msgstr[1] ""
15970
12705546 15971#: builtin/show-branch.c:746
fda7b092
JX
15972#, c-format
15973msgid "no such ref %s"
15974msgstr ""
15975
12705546 15976#: builtin/show-branch.c:830
fda7b092
JX
15977#, c-format
15978msgid "cannot handle more than %d rev."
15979msgid_plural "cannot handle more than %d revs."
15980msgstr[0] ""
15981msgstr[1] ""
15982
12705546 15983#: builtin/show-branch.c:834
fda7b092
JX
15984#, c-format
15985msgid "'%s' is not a valid ref."
15986msgstr ""
15987
12705546 15988#: builtin/show-branch.c:837
fda7b092
JX
15989#, c-format
15990msgid "cannot find commit %s (%s)"
15991msgstr ""
15992
dba9f13c 15993#: builtin/show-ref.c:11
cc76011e 15994msgid ""
c2ea1208
JX
15995"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
15996"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
dce37b66
JX
15997msgstr ""
15998
dba9f13c 15999#: builtin/show-ref.c:12
f4f2c8f8 16000msgid "git show-ref --exclude-existing[=<pattern>]"
dce37b66
JX
16001msgstr ""
16002
12705546 16003#: builtin/show-ref.c:161
cc76011e 16004msgid "only show tags (can be combined with heads)"
dce37b66
JX
16005msgstr ""
16006
12705546 16007#: builtin/show-ref.c:162
cc76011e 16008msgid "only show heads (can be combined with tags)"
dce37b66
JX
16009msgstr ""
16010
12705546 16011#: builtin/show-ref.c:163
cc76011e 16012msgid "stricter reference checking, requires exact ref path"
dce37b66
JX
16013msgstr ""
16014
12705546 16015#: builtin/show-ref.c:166 builtin/show-ref.c:168
28b3cffc 16016msgid "show the HEAD reference, even if it would be filtered out"
dce37b66
JX
16017msgstr ""
16018
12705546 16019#: builtin/show-ref.c:170
cc76011e 16020msgid "dereference tags into object IDs"
dce37b66
JX
16021msgstr ""
16022
12705546 16023#: builtin/show-ref.c:172
cc76011e 16024msgid "only show SHA1 hash using <n> digits"
dce37b66
JX
16025msgstr ""
16026
12705546 16027#: builtin/show-ref.c:176
cc76011e 16028msgid "do not print results to stdout (useful with --verify)"
dce37b66
JX
16029msgstr ""
16030
12705546 16031#: builtin/show-ref.c:178
cc76011e 16032msgid "show refs from stdin that aren't in local repository"
dce37b66
JX
16033msgstr ""
16034
5b34e000 16035#: builtin/stripspace.c:18
f4f2c8f8
JX
16036msgid "git stripspace [-s | --strip-comments]"
16037msgstr ""
16038
5b34e000 16039#: builtin/stripspace.c:19
f4f2c8f8
JX
16040msgid "git stripspace [-c | --comment-lines]"
16041msgstr ""
16042
5b34e000 16043#: builtin/stripspace.c:36
f4f2c8f8
JX
16044msgid "skip and remove all lines starting with comment character"
16045msgstr ""
16046
5b34e000 16047#: builtin/stripspace.c:39
9eb3984b 16048msgid "prepend comment character and space to each line"
f4f2c8f8
JX
16049msgstr ""
16050
12705546 16051#: builtin/submodule--helper.c:44 builtin/submodule--helper.c:1939
f517e50d
JX
16052#, c-format
16053msgid "Expecting a full ref name, got %s"
16054msgstr ""
16055
9b7388a8 16056#: builtin/submodule--helper.c:61
abc8de64
JX
16057msgid "submodule--helper print-default-remote takes no arguments"
16058msgstr ""
16059
dba9f13c 16060#: builtin/submodule--helper.c:99
f517e50d
JX
16061#, c-format
16062msgid "cannot strip one component off url '%s'"
16063msgstr ""
16064
12705546 16065#: builtin/submodule--helper.c:407 builtin/submodule--helper.c:1363
f4f2c8f8
JX
16066msgid "alternative anchor for relative paths"
16067msgstr ""
16068
dba9f13c 16069#: builtin/submodule--helper.c:412
f4f2c8f8
JX
16070msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
16071msgstr ""
16072
12705546
JX
16073#: builtin/submodule--helper.c:469 builtin/submodule--helper.c:626
16074#: builtin/submodule--helper.c:649
f517e50d
JX
16075#, c-format
16076msgid "No url found for submodule path '%s' in .gitmodules"
16077msgstr ""
16078
dba9f13c
JX
16079#: builtin/submodule--helper.c:521
16080#, c-format
16081msgid "Entering '%s'\n"
16082msgstr ""
16083
16084#: builtin/submodule--helper.c:524
16085#, c-format
16086msgid ""
16087"run_command returned non-zero status for %s\n"
16088"."
16089msgstr ""
16090
16091#: builtin/submodule--helper.c:545
16092#, c-format
16093msgid ""
98ac7815
JX
16094"run_command returned non-zero status while recursing in the nested "
16095"submodules of %s\n"
dba9f13c
JX
16096"."
16097msgstr ""
16098
16099#: builtin/submodule--helper.c:561
16100msgid "Suppress output of entering each submodule command"
16101msgstr ""
16102
12705546 16103#: builtin/submodule--helper.c:563 builtin/submodule--helper.c:1048
dba9f13c
JX
16104msgid "Recurse into nested submodules"
16105msgstr ""
16106
16107#: builtin/submodule--helper.c:568
16108msgid "git submodule--helper foreach [--quiet] [--recursive] <command>"
16109msgstr ""
16110
12705546 16111#: builtin/submodule--helper.c:595
dfc182b1
JX
16112#, c-format
16113msgid ""
12705546 16114"could not look up configuration '%s'. Assuming this repository is its own "
dfc182b1
JX
16115"authoritative upstream."
16116msgstr ""
16117
12705546 16118#: builtin/submodule--helper.c:663
f517e50d
JX
16119#, c-format
16120msgid "Failed to register url for submodule path '%s'"
16121msgstr ""
16122
12705546 16123#: builtin/submodule--helper.c:667
f517e50d
JX
16124#, c-format
16125msgid "Submodule '%s' (%s) registered for path '%s'\n"
16126msgstr ""
16127
12705546 16128#: builtin/submodule--helper.c:677
f517e50d
JX
16129#, c-format
16130msgid "warning: command update mode suggested for submodule '%s'\n"
16131msgstr ""
16132
12705546 16133#: builtin/submodule--helper.c:684
f517e50d
JX
16134#, c-format
16135msgid "Failed to register update mode for submodule path '%s'"
16136msgstr ""
16137
12705546 16138#: builtin/submodule--helper.c:706
f517e50d
JX
16139msgid "Suppress output for initializing a submodule"
16140msgstr ""
16141
12705546 16142#: builtin/submodule--helper.c:711
f517e50d
JX
16143msgid "git submodule--helper init [<path>]"
16144msgstr ""
16145
12705546 16146#: builtin/submodule--helper.c:783 builtin/submodule--helper.c:909
18a90722
JX
16147#, c-format
16148msgid "no submodule mapping found in .gitmodules for path '%s'"
f4f2c8f8
JX
16149msgstr ""
16150
12705546 16151#: builtin/submodule--helper.c:822
f4f2c8f8 16152#, c-format
18a90722
JX
16153msgid "could not resolve HEAD ref inside the submodule '%s'"
16154msgstr ""
16155
12705546 16156#: builtin/submodule--helper.c:849 builtin/submodule--helper.c:1018
18a90722
JX
16157#, c-format
16158msgid "failed to recurse into submodule '%s'"
16159msgstr ""
16160
12705546 16161#: builtin/submodule--helper.c:873 builtin/submodule--helper.c:1182
18a90722
JX
16162msgid "Suppress submodule status output"
16163msgstr ""
16164
12705546 16165#: builtin/submodule--helper.c:874
18a90722
JX
16166msgid ""
16167"Use commit stored in the index instead of the one stored in the submodule "
16168"HEAD"
16169msgstr ""
16170
12705546 16171#: builtin/submodule--helper.c:875
18a90722
JX
16172msgid "recurse into nested submodules"
16173msgstr ""
16174
12705546 16175#: builtin/submodule--helper.c:880
18a90722
JX
16176msgid "git submodule status [--quiet] [--cached] [--recursive] [<path>...]"
16177msgstr ""
16178
12705546 16179#: builtin/submodule--helper.c:904
18a90722 16180msgid "git submodule--helper name <path>"
f4f2c8f8
JX
16181msgstr ""
16182
12705546 16183#: builtin/submodule--helper.c:968
abc8de64
JX
16184#, c-format
16185msgid "Synchronizing submodule url for '%s'\n"
16186msgstr ""
16187
12705546 16188#: builtin/submodule--helper.c:974
abc8de64
JX
16189#, c-format
16190msgid "failed to register url for submodule path '%s'"
16191msgstr ""
16192
12705546 16193#: builtin/submodule--helper.c:988
abc8de64
JX
16194#, c-format
16195msgid "failed to get the default remote for submodule '%s'"
16196msgstr ""
16197
12705546 16198#: builtin/submodule--helper.c:999
abc8de64
JX
16199#, c-format
16200msgid "failed to update remote for submodule '%s'"
16201msgstr ""
16202
12705546 16203#: builtin/submodule--helper.c:1046
abc8de64
JX
16204msgid "Suppress output of synchronizing submodule url"
16205msgstr ""
16206
12705546 16207#: builtin/submodule--helper.c:1053
abc8de64
JX
16208msgid "git submodule--helper sync [--quiet] [--recursive] [<path>]"
16209msgstr ""
16210
12705546 16211#: builtin/submodule--helper.c:1107
abc8de64
JX
16212#, c-format
16213msgid ""
16214"Submodule work tree '%s' contains a .git directory (use 'rm -rf' if you "
16215"really want to remove it including all of its history)"
16216msgstr ""
16217
12705546 16218#: builtin/submodule--helper.c:1119
abc8de64
JX
16219#, c-format
16220msgid ""
16221"Submodule work tree '%s' contains local modifications; use '-f' to discard "
16222"them"
16223msgstr ""
16224
12705546 16225#: builtin/submodule--helper.c:1127
abc8de64
JX
16226#, c-format
16227msgid "Cleared directory '%s'\n"
16228msgstr ""
16229
12705546 16230#: builtin/submodule--helper.c:1129
abc8de64
JX
16231#, c-format
16232msgid "Could not remove submodule work tree '%s'\n"
16233msgstr ""
16234
12705546 16235#: builtin/submodule--helper.c:1138
abc8de64
JX
16236#, c-format
16237msgid "could not create empty submodule directory %s"
16238msgstr ""
16239
12705546 16240#: builtin/submodule--helper.c:1154
abc8de64
JX
16241#, c-format
16242msgid "Submodule '%s' (%s) unregistered for path '%s'\n"
16243msgstr ""
16244
12705546 16245#: builtin/submodule--helper.c:1183
abc8de64
JX
16246msgid "Remove submodule working trees even if they contain local changes"
16247msgstr ""
16248
12705546 16249#: builtin/submodule--helper.c:1184
abc8de64
JX
16250msgid "Unregister all submodules"
16251msgstr ""
16252
12705546 16253#: builtin/submodule--helper.c:1189
abc8de64
JX
16254msgid ""
16255"git submodule deinit [--quiet] [-f | --force] [--all | [--] [<path>...]]"
16256msgstr ""
16257
12705546 16258#: builtin/submodule--helper.c:1203
abc8de64
JX
16259msgid "Use '--all' if you really want to deinitialize all submodules"
16260msgstr ""
16261
12705546 16262#: builtin/submodule--helper.c:1297 builtin/submodule--helper.c:1300
fda7b092
JX
16263#, c-format
16264msgid "submodule '%s' cannot add alternate: %s"
16265msgstr ""
16266
12705546 16267#: builtin/submodule--helper.c:1336
fda7b092
JX
16268#, c-format
16269msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
16270msgstr ""
16271
12705546 16272#: builtin/submodule--helper.c:1343
fda7b092
JX
16273#, c-format
16274msgid "Value '%s' for submodule.alternateLocation is not recognized"
16275msgstr ""
16276
12705546 16277#: builtin/submodule--helper.c:1366
f4f2c8f8
JX
16278msgid "where the new submodule will be cloned to"
16279msgstr ""
16280
12705546 16281#: builtin/submodule--helper.c:1369
f4f2c8f8
JX
16282msgid "name of the new submodule"
16283msgstr ""
16284
12705546 16285#: builtin/submodule--helper.c:1372
f4f2c8f8
JX
16286msgid "url where to clone the submodule from"
16287msgstr ""
16288
12705546 16289#: builtin/submodule--helper.c:1380
f4f2c8f8
JX
16290msgid "depth for shallow clones"
16291msgstr ""
16292
12705546 16293#: builtin/submodule--helper.c:1383 builtin/submodule--helper.c:1868
fda7b092
JX
16294msgid "force cloning progress"
16295msgstr ""
16296
12705546 16297#: builtin/submodule--helper.c:1388
f4f2c8f8
JX
16298msgid ""
16299"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
f517e50d 16300"<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
f4f2c8f8
JX
16301msgstr ""
16302
12705546 16303#: builtin/submodule--helper.c:1419
f4f2c8f8
JX
16304#, c-format
16305msgid "clone of '%s' into submodule path '%s' failed"
16306msgstr ""
16307
12705546 16308#: builtin/submodule--helper.c:1433
f4f2c8f8
JX
16309#, c-format
16310msgid "could not get submodule directory for '%s'"
16311msgstr ""
16312
12705546
JX
16313#: builtin/submodule--helper.c:1469
16314#, c-format
16315msgid "Invalid update mode '%s' for submodule path '%s'"
16316msgstr ""
16317
16318#: builtin/submodule--helper.c:1473
16319#, c-format
16320msgid "Invalid update mode '%s' configured for submodule path '%s'"
16321msgstr ""
16322
16323#: builtin/submodule--helper.c:1566
f517e50d
JX
16324#, c-format
16325msgid "Submodule path '%s' not initialized"
16326msgstr ""
16327
12705546 16328#: builtin/submodule--helper.c:1570
f517e50d
JX
16329msgid "Maybe you want to use 'update --init'?"
16330msgstr ""
16331
12705546 16332#: builtin/submodule--helper.c:1600
f517e50d
JX
16333#, c-format
16334msgid "Skipping unmerged submodule %s"
16335msgstr ""
16336
12705546 16337#: builtin/submodule--helper.c:1629
f517e50d
JX
16338#, c-format
16339msgid "Skipping submodule '%s'"
16340msgstr ""
16341
12705546 16342#: builtin/submodule--helper.c:1773
9fa976ff
JX
16343#, c-format
16344msgid "Failed to clone '%s'. Retry scheduled"
16345msgstr ""
16346
12705546 16347#: builtin/submodule--helper.c:1784
9fa976ff
JX
16348#, c-format
16349msgid "Failed to clone '%s' a second time, aborting"
16350msgstr ""
16351
12705546 16352#: builtin/submodule--helper.c:1847 builtin/submodule--helper.c:2089
f517e50d
JX
16353msgid "path into the working tree"
16354msgstr ""
16355
12705546 16356#: builtin/submodule--helper.c:1850
f517e50d
JX
16357msgid "path into the working tree, across nested submodule boundaries"
16358msgstr ""
16359
12705546 16360#: builtin/submodule--helper.c:1854
f517e50d
JX
16361msgid "rebase, merge, checkout or none"
16362msgstr ""
16363
12705546 16364#: builtin/submodule--helper.c:1860
f517e50d
JX
16365msgid "Create a shallow clone truncated to the specified number of revisions"
16366msgstr ""
16367
12705546 16368#: builtin/submodule--helper.c:1863
f517e50d
JX
16369msgid "parallel jobs"
16370msgstr ""
16371
12705546 16372#: builtin/submodule--helper.c:1865
9fa976ff
JX
16373msgid "whether the initial clone should follow the shallow recommendation"
16374msgstr ""
16375
12705546 16376#: builtin/submodule--helper.c:1866
f517e50d
JX
16377msgid "don't print cloning progress"
16378msgstr ""
16379
12705546 16380#: builtin/submodule--helper.c:1873
f517e50d
JX
16381msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
16382msgstr ""
16383
12705546 16384#: builtin/submodule--helper.c:1886
f517e50d
JX
16385msgid "bad value for update parameter"
16386msgstr ""
16387
12705546 16388#: builtin/submodule--helper.c:1934
9fa976ff
JX
16389#, c-format
16390msgid ""
16391"Submodule (%s) branch configured to inherit branch from superproject, but "
16392"the superproject is not on any branch"
16393msgstr ""
16394
12705546
JX
16395#: builtin/submodule--helper.c:2057
16396#, c-format
16397msgid "could not get a repository handle for submodule '%s'"
16398msgstr ""
16399
16400#: builtin/submodule--helper.c:2090
673bfad0
JX
16401msgid "recurse into submodules"
16402msgstr ""
16403
12705546 16404#: builtin/submodule--helper.c:2096
673bfad0
JX
16405msgid "git submodule--helper embed-git-dir [<path>...]"
16406msgstr ""
16407
12705546
JX
16408#: builtin/submodule--helper.c:2152
16409msgid "check if it is safe to write to the .gitmodules file"
16410msgstr ""
16411
16412#: builtin/submodule--helper.c:2157
16413msgid "git submodule--helper config name [value]"
16414msgstr ""
16415
16416#: builtin/submodule--helper.c:2158
16417msgid "git submodule--helper config --check-writeable"
16418msgstr ""
16419
16420#: builtin/submodule--helper.c:2175 git-submodule.sh:169
16421#, sh-format
16422msgid "please make sure that the .gitmodules file is in the working tree"
16423msgstr ""
16424
16425#: builtin/submodule--helper.c:2225
673bfad0
JX
16426#, c-format
16427msgid "%s doesn't support --super-prefix"
16428msgstr ""
16429
12705546 16430#: builtin/submodule--helper.c:2231
f4f2c8f8 16431#, c-format
f517e50d 16432msgid "'%s' is not a valid submodule--helper subcommand"
f4f2c8f8
JX
16433msgstr ""
16434
5b34e000 16435#: builtin/symbolic-ref.c:8
c2ea1208 16436msgid "git symbolic-ref [<options>] <name> [<ref>]"
cc76011e
JX
16437msgstr ""
16438
5b34e000 16439#: builtin/symbolic-ref.c:9
c2ea1208 16440msgid "git symbolic-ref -d [-q] <name>"
fe52cd62
JX
16441msgstr ""
16442
25eab542 16443#: builtin/symbolic-ref.c:40
cc76011e
JX
16444msgid "suppress error message for non-symbolic (detached) refs"
16445msgstr ""
16446
25eab542 16447#: builtin/symbolic-ref.c:41
fe52cd62
JX
16448msgid "delete symbolic ref"
16449msgstr ""
16450
25eab542 16451#: builtin/symbolic-ref.c:42
cc76011e
JX
16452msgid "shorten ref output"
16453msgstr ""
16454
dba9f13c 16455#: builtin/symbolic-ref.c:43 builtin/update-ref.c:363
cc76011e
JX
16456msgid "reason"
16457msgstr ""
16458
dba9f13c 16459#: builtin/symbolic-ref.c:43 builtin/update-ref.c:363
cc76011e
JX
16460msgid "reason of the update"
16461msgstr ""
16462
dba9f13c 16463#: builtin/tag.c:25
dce37b66 16464msgid ""
c2ea1208
JX
16465"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
16466"[<head>]"
dce37b66
JX
16467msgstr ""
16468
dba9f13c 16469#: builtin/tag.c:26
cc76011e 16470msgid "git tag -d <tagname>..."
dce37b66
JX
16471msgstr ""
16472
dba9f13c 16473#: builtin/tag.c:27
cc76011e 16474msgid ""
dfc182b1
JX
16475"git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
16476"points-at <object>]\n"
f4f2c8f8 16477"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
dce37b66
JX
16478msgstr ""
16479
dba9f13c 16480#: builtin/tag.c:29
673bfad0 16481msgid "git tag -v [--format=<format>] <tagname>..."
dce37b66
JX
16482msgstr ""
16483
dba9f13c 16484#: builtin/tag.c:87
dce37b66
JX
16485#, c-format
16486msgid "tag '%s' not found."
16487msgstr ""
16488
dba9f13c 16489#: builtin/tag.c:103
dce37b66
JX
16490#, c-format
16491msgid "Deleted tag '%s' (was %s)\n"
16492msgstr ""
16493
dba9f13c 16494#: builtin/tag.c:133
9caaf23e 16495#, c-format
dce37b66
JX
16496msgid ""
16497"\n"
fe05e196
JX
16498"Write a message for tag:\n"
16499" %s\n"
9caaf23e 16500"Lines starting with '%c' will be ignored.\n"
dce37b66
JX
16501msgstr ""
16502
dba9f13c 16503#: builtin/tag.c:137
9caaf23e 16504#, c-format
dce37b66
JX
16505msgid ""
16506"\n"
fe05e196
JX
16507"Write a message for tag:\n"
16508" %s\n"
9caaf23e 16509"Lines starting with '%c' will be kept; you may remove them yourself if you "
dce37b66 16510"want to.\n"
dce37b66
JX
16511msgstr ""
16512
dba9f13c 16513#: builtin/tag.c:191
dce37b66
JX
16514msgid "unable to sign the tag"
16515msgstr ""
16516
dba9f13c 16517#: builtin/tag.c:193
dce37b66
JX
16518msgid "unable to write tag file"
16519msgstr ""
16520
dba9f13c 16521#: builtin/tag.c:218
dce37b66
JX
16522msgid "bad object type."
16523msgstr ""
16524
dba9f13c 16525#: builtin/tag.c:267
dce37b66
JX
16526msgid "no tag message?"
16527msgstr ""
16528
dba9f13c 16529#: builtin/tag.c:274
dce37b66
JX
16530#, c-format
16531msgid "The tag message has been left in %s\n"
16532msgstr ""
16533
12705546 16534#: builtin/tag.c:385
cc76011e
JX
16535msgid "list tag names"
16536msgstr ""
16537
12705546 16538#: builtin/tag.c:387
cc76011e
JX
16539msgid "print <n> lines of each tag message"
16540msgstr ""
16541
12705546 16542#: builtin/tag.c:389
cc76011e
JX
16543msgid "delete tags"
16544msgstr ""
16545
12705546 16546#: builtin/tag.c:390
cc76011e
JX
16547msgid "verify tags"
16548msgstr ""
16549
12705546 16550#: builtin/tag.c:392
cc76011e
JX
16551msgid "Tag creation options"
16552msgstr ""
16553
12705546 16554#: builtin/tag.c:394
cc76011e
JX
16555msgid "annotated tag, needs a message"
16556msgstr ""
16557
12705546 16558#: builtin/tag.c:396
cc76011e
JX
16559msgid "tag message"
16560msgstr ""
16561
12705546 16562#: builtin/tag.c:398
abc8de64
JX
16563msgid "force edit of tag message"
16564msgstr ""
16565
12705546 16566#: builtin/tag.c:399
cc76011e
JX
16567msgid "annotated and GPG-signed tag"
16568msgstr ""
16569
12705546 16570#: builtin/tag.c:403
cc76011e
JX
16571msgid "use another key to sign the tag"
16572msgstr ""
16573
12705546 16574#: builtin/tag.c:404
cc76011e
JX
16575msgid "replace the tag if exists"
16576msgstr ""
16577
12705546 16578#: builtin/tag.c:405 builtin/update-ref.c:369
80d1b481 16579msgid "create a reflog"
df0617bf
JX
16580msgstr ""
16581
12705546 16582#: builtin/tag.c:407
c2ea1208 16583msgid "Tag listing options"
cc76011e
JX
16584msgstr ""
16585
12705546 16586#: builtin/tag.c:408
c2ea1208 16587msgid "show tag list in columns"
5e078fcd
JX
16588msgstr ""
16589
12705546 16590#: builtin/tag.c:409 builtin/tag.c:411
f4f2c8f8 16591msgid "print only tags that contain the commit"
cc76011e
JX
16592msgstr ""
16593
12705546 16594#: builtin/tag.c:410 builtin/tag.c:412
dfc182b1
JX
16595msgid "print only tags that don't contain the commit"
16596msgstr ""
16597
12705546 16598#: builtin/tag.c:413
f4f2c8f8 16599msgid "print only tags that are merged"
cc76011e
JX
16600msgstr ""
16601
12705546 16602#: builtin/tag.c:414
f4f2c8f8 16603msgid "print only tags that are not merged"
cc76011e
JX
16604msgstr ""
16605
12705546 16606#: builtin/tag.c:419
f4f2c8f8 16607msgid "print only tags of the object"
822e4a65
JX
16608msgstr ""
16609
12705546 16610#: builtin/tag.c:463
f4f2c8f8 16611msgid "--column and -n are incompatible"
5e078fcd
JX
16612msgstr ""
16613
12705546 16614#: builtin/tag.c:485
dfc182b1
JX
16615msgid "-n option is only allowed in list mode"
16616msgstr ""
16617
12705546 16618#: builtin/tag.c:487
dfc182b1 16619msgid "--contains option is only allowed in list mode"
dce37b66
JX
16620msgstr ""
16621
12705546 16622#: builtin/tag.c:489
dfc182b1 16623msgid "--no-contains option is only allowed in list mode"
dce37b66
JX
16624msgstr ""
16625
12705546 16626#: builtin/tag.c:491
dfc182b1 16627msgid "--points-at option is only allowed in list mode"
1d4ac88d
JX
16628msgstr ""
16629
12705546 16630#: builtin/tag.c:493
dfc182b1 16631msgid "--merged and --no-merged options are only allowed in list mode"
f4f2c8f8
JX
16632msgstr ""
16633
12705546 16634#: builtin/tag.c:504
dce37b66
JX
16635msgid "only one -F or -m option is allowed."
16636msgstr ""
16637
12705546 16638#: builtin/tag.c:523
dce37b66
JX
16639msgid "too many params"
16640msgstr ""
16641
12705546 16642#: builtin/tag.c:529
dce37b66
JX
16643#, c-format
16644msgid "'%s' is not a valid tag name."
16645msgstr ""
16646
12705546 16647#: builtin/tag.c:534
dce37b66
JX
16648#, c-format
16649msgid "tag '%s' already exists"
16650msgstr ""
16651
12705546 16652#: builtin/tag.c:565
dce37b66
JX
16653#, c-format
16654msgid "Updated tag '%s' (was %s)\n"
16655msgstr ""
16656
dba9f13c 16657#: builtin/unpack-objects.c:500
5e078fcd
JX
16658msgid "Unpacking objects"
16659msgstr ""
16660
18a90722 16661#: builtin/update-index.c:82
64f23b0c
JX
16662#, c-format
16663msgid "failed to create directory %s"
16664msgstr ""
16665
18a90722 16666#: builtin/update-index.c:98
64f23b0c
JX
16667#, c-format
16668msgid "failed to create file %s"
16669msgstr ""
16670
18a90722 16671#: builtin/update-index.c:106
64f23b0c
JX
16672#, c-format
16673msgid "failed to delete file %s"
16674msgstr ""
16675
18a90722 16676#: builtin/update-index.c:113 builtin/update-index.c:219
64f23b0c
JX
16677#, c-format
16678msgid "failed to delete directory %s"
16679msgstr ""
16680
18a90722 16681#: builtin/update-index.c:138
64f23b0c 16682#, c-format
9eb3984b 16683msgid "Testing mtime in '%s' "
64f23b0c
JX
16684msgstr ""
16685
18a90722 16686#: builtin/update-index.c:152
64f23b0c
JX
16687msgid "directory stat info does not change after adding a new file"
16688msgstr ""
16689
18a90722 16690#: builtin/update-index.c:165
64f23b0c
JX
16691msgid "directory stat info does not change after adding a new directory"
16692msgstr ""
16693
18a90722 16694#: builtin/update-index.c:178
64f23b0c
JX
16695msgid "directory stat info changes after updating a file"
16696msgstr ""
16697
18a90722 16698#: builtin/update-index.c:189
64f23b0c
JX
16699msgid "directory stat info changes after adding a file inside subdirectory"
16700msgstr ""
16701
18a90722 16702#: builtin/update-index.c:200
64f23b0c
JX
16703msgid "directory stat info does not change after deleting a file"
16704msgstr ""
16705
18a90722 16706#: builtin/update-index.c:213
64f23b0c
JX
16707msgid "directory stat info does not change after deleting a directory"
16708msgstr ""
16709
18a90722 16710#: builtin/update-index.c:220
64f23b0c
JX
16711msgid " OK"
16712msgstr ""
16713
dba9f13c 16714#: builtin/update-index.c:588
c2ea1208 16715msgid "git update-index [<options>] [--] [<file>...]"
822e4a65
JX
16716msgstr ""
16717
12705546 16718#: builtin/update-index.c:961
cc76011e 16719msgid "continue refresh even when index needs update"
6f6731e7
JX
16720msgstr ""
16721
12705546 16722#: builtin/update-index.c:964
cc76011e 16723msgid "refresh: ignore submodules"
6f6731e7
JX
16724msgstr ""
16725
12705546 16726#: builtin/update-index.c:967
cc76011e 16727msgid "do not ignore new files"
6f6731e7
JX
16728msgstr ""
16729
12705546 16730#: builtin/update-index.c:969
cc76011e
JX
16731msgid "let files replace directories and vice-versa"
16732msgstr ""
16733
12705546 16734#: builtin/update-index.c:971
cc76011e
JX
16735msgid "notice files missing from worktree"
16736msgstr ""
16737
12705546 16738#: builtin/update-index.c:973
cc76011e
JX
16739msgid "refresh even if index contains unmerged entries"
16740msgstr ""
16741
12705546 16742#: builtin/update-index.c:976
cc76011e
JX
16743msgid "refresh stat information"
16744msgstr ""
16745
12705546 16746#: builtin/update-index.c:980
cc76011e
JX
16747msgid "like --refresh, but ignore assume-unchanged setting"
16748msgstr ""
16749
12705546 16750#: builtin/update-index.c:984
5e078fcd 16751msgid "<mode>,<object>,<path>"
cc76011e
JX
16752msgstr ""
16753
12705546 16754#: builtin/update-index.c:985
cc76011e
JX
16755msgid "add the specified entry to the index"
16756msgstr ""
16757
12705546 16758#: builtin/update-index.c:994
9fa976ff 16759msgid "mark files as \"not changing\""
cc76011e
JX
16760msgstr ""
16761
12705546 16762#: builtin/update-index.c:997
cc76011e
JX
16763msgid "clear assumed-unchanged bit"
16764msgstr ""
16765
12705546 16766#: builtin/update-index.c:1000
cc76011e
JX
16767msgid "mark files as \"index-only\""
16768msgstr ""
16769
12705546 16770#: builtin/update-index.c:1003
cc76011e
JX
16771msgid "clear skip-worktree bit"
16772msgstr ""
16773
12705546 16774#: builtin/update-index.c:1006
cc76011e
JX
16775msgid "add to index only; do not add content to object database"
16776msgstr ""
16777
12705546 16778#: builtin/update-index.c:1008
cc76011e
JX
16779msgid "remove named paths even if present in worktree"
16780msgstr ""
16781
12705546 16782#: builtin/update-index.c:1010
cc76011e
JX
16783msgid "with --stdin: input lines are terminated by null bytes"
16784msgstr ""
16785
12705546 16786#: builtin/update-index.c:1012
cc76011e
JX
16787msgid "read list of paths to be updated from standard input"
16788msgstr ""
16789
12705546 16790#: builtin/update-index.c:1016
cc76011e
JX
16791msgid "add entries from standard input to the index"
16792msgstr ""
16793
12705546 16794#: builtin/update-index.c:1020
cc76011e
JX
16795msgid "repopulate stages #2 and #3 for the listed paths"
16796msgstr ""
16797
12705546 16798#: builtin/update-index.c:1024
cc76011e
JX
16799msgid "only update entries that differ from HEAD"
16800msgstr ""
16801
12705546 16802#: builtin/update-index.c:1028
cc76011e
JX
16803msgid "ignore files missing from worktree"
16804msgstr ""
16805
12705546 16806#: builtin/update-index.c:1031
cc76011e
JX
16807msgid "report actions to standard output"
16808msgstr ""
16809
12705546 16810#: builtin/update-index.c:1033
cc76011e
JX
16811msgid "(for porcelains) forget saved unresolved conflicts"
16812msgstr ""
16813
12705546 16814#: builtin/update-index.c:1037
cc76011e
JX
16815msgid "write index in this format"
16816msgstr ""
16817
12705546 16818#: builtin/update-index.c:1039
fe05e196
JX
16819msgid "enable or disable split index"
16820msgstr ""
16821
12705546 16822#: builtin/update-index.c:1041
64f23b0c
JX
16823msgid "enable/disable untracked cache"
16824msgstr ""
16825
12705546 16826#: builtin/update-index.c:1043
9eb3984b
JX
16827msgid "test if the filesystem supports untracked cache"
16828msgstr ""
16829
12705546 16830#: builtin/update-index.c:1045
64f23b0c
JX
16831msgid "enable untracked cache without testing the filesystem"
16832msgstr ""
16833
12705546 16834#: builtin/update-index.c:1047
18a90722
JX
16835msgid "write out the index even if is not flagged as changed"
16836msgstr ""
16837
12705546 16838#: builtin/update-index.c:1049
18a90722
JX
16839msgid "enable or disable file system monitor"
16840msgstr ""
16841
12705546 16842#: builtin/update-index.c:1051
18a90722
JX
16843msgid "mark files as fsmonitor valid"
16844msgstr ""
16845
12705546 16846#: builtin/update-index.c:1054
18a90722
JX
16847msgid "clear fsmonitor valid bit"
16848msgstr ""
16849
12705546 16850#: builtin/update-index.c:1153
dfc182b1
JX
16851msgid ""
16852"core.splitIndex is set to false; remove or change it, if you really want to "
16853"enable split index"
16854msgstr ""
16855
12705546 16856#: builtin/update-index.c:1162
dfc182b1
JX
16857msgid ""
16858"core.splitIndex is set to true; remove or change it, if you really want to "
16859"disable split index"
16860msgstr ""
16861
12705546 16862#: builtin/update-index.c:1173
fda7b092
JX
16863msgid ""
16864"core.untrackedCache is set to true; remove or change it, if you really want "
16865"to disable the untracked cache"
16866msgstr ""
16867
12705546 16868#: builtin/update-index.c:1177
9eb3984b
JX
16869msgid "Untracked cache disabled"
16870msgstr ""
16871
12705546 16872#: builtin/update-index.c:1185
fda7b092
JX
16873msgid ""
16874"core.untrackedCache is set to false; remove or change it, if you really want "
16875"to enable the untracked cache"
16876msgstr ""
16877
12705546 16878#: builtin/update-index.c:1189
9eb3984b
JX
16879#, c-format
16880msgid "Untracked cache enabled for '%s'"
16881msgstr ""
16882
12705546 16883#: builtin/update-index.c:1197
18a90722
JX
16884msgid "core.fsmonitor is unset; set it if you really want to enable fsmonitor"
16885msgstr ""
16886
12705546 16887#: builtin/update-index.c:1201
18a90722
JX
16888msgid "fsmonitor enabled"
16889msgstr ""
16890
12705546 16891#: builtin/update-index.c:1204
18a90722
JX
16892msgid ""
16893"core.fsmonitor is set; remove it if you really want to disable fsmonitor"
16894msgstr ""
16895
12705546 16896#: builtin/update-index.c:1208
18a90722
JX
16897msgid "fsmonitor disabled"
16898msgstr ""
16899
5b34e000 16900#: builtin/update-ref.c:10
c2ea1208 16901msgid "git update-ref [<options>] -d <refname> [<old-val>]"
cc76011e
JX
16902msgstr ""
16903
5b34e000 16904#: builtin/update-ref.c:11
c2ea1208 16905msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"
cc76011e
JX
16906msgstr ""
16907
5b34e000 16908#: builtin/update-ref.c:12
c2ea1208 16909msgid "git update-ref [<options>] --stdin [-z]"
727b9576
JX
16910msgstr ""
16911
dba9f13c 16912#: builtin/update-ref.c:364
cc76011e
JX
16913msgid "delete the reference"
16914msgstr ""
16915
dba9f13c 16916#: builtin/update-ref.c:366
cc76011e
JX
16917msgid "update <refname> not the one it points to"
16918msgstr ""
16919
dba9f13c 16920#: builtin/update-ref.c:367
727b9576
JX
16921msgid "stdin has NUL-terminated arguments"
16922msgstr ""
16923
dba9f13c 16924#: builtin/update-ref.c:368
727b9576
JX
16925msgid "read updates from stdin"
16926msgstr ""
16927
5b34e000 16928#: builtin/update-server-info.c:7
cc76011e
JX
16929msgid "git update-server-info [--force]"
16930msgstr ""
16931
5b34e000 16932#: builtin/update-server-info.c:15
cc76011e
JX
16933msgid "update the info files from scratch"
16934msgstr ""
16935
9b7388a8
JX
16936#: builtin/upload-pack.c:11
16937msgid "git upload-pack [<options>] <dir>"
16938msgstr ""
16939
16940#: builtin/upload-pack.c:25
16941msgid "exit immediately after initial ref advertisement"
16942msgstr ""
16943
16944#: builtin/upload-pack.c:27
16945msgid "do not try <directory>/.git/ if <directory> is no Git directory"
16946msgstr ""
16947
16948#: builtin/upload-pack.c:29
16949msgid "interrupt transfer after <n> seconds of inactivity"
16950msgstr ""
16951
dba9f13c 16952#: builtin/verify-commit.c:20
c2ea1208 16953msgid "git verify-commit [-v | --verbose] <commit>..."
fe05e196
JX
16954msgstr ""
16955
dba9f13c 16956#: builtin/verify-commit.c:76
fe05e196
JX
16957msgid "print commit contents"
16958msgstr ""
16959
dba9f13c 16960#: builtin/verify-commit.c:77 builtin/verify-tag.c:38
df0617bf
JX
16961msgid "print raw gpg status output"
16962msgstr ""
16963
5b34e000 16964#: builtin/verify-pack.c:55
c2ea1208 16965msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
cc76011e
JX
16966msgstr ""
16967
5b34e000 16968#: builtin/verify-pack.c:65
cc76011e
JX
16969msgid "verbose"
16970msgstr ""
16971
5b34e000 16972#: builtin/verify-pack.c:67
cc76011e
JX
16973msgid "show statistics only"
16974msgstr ""
16975
5b34e000 16976#: builtin/verify-tag.c:19
673bfad0 16977msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
cc76011e
JX
16978msgstr ""
16979
5b34e000 16980#: builtin/verify-tag.c:37
cc76011e
JX
16981msgid "print tag contents"
16982msgstr ""
16983
18a90722 16984#: builtin/worktree.c:17
abc8de64 16985msgid "git worktree add [<options>] <path> [<commit-ish>]"
a4156d20
JX
16986msgstr ""
16987
18a90722 16988#: builtin/worktree.c:18
9fa976ff 16989msgid "git worktree list [<options>]"
a4156d20
JX
16990msgstr ""
16991
18a90722 16992#: builtin/worktree.c:19
9fa976ff
JX
16993msgid "git worktree lock [<options>] <path>"
16994msgstr ""
16995
18a90722 16996#: builtin/worktree.c:20
abc8de64 16997msgid "git worktree move <worktree> <new-path>"
9fa976ff
JX
16998msgstr ""
16999
18a90722 17000#: builtin/worktree.c:21
abc8de64
JX
17001msgid "git worktree prune [<options>]"
17002msgstr ""
17003
17004#: builtin/worktree.c:22
17005msgid "git worktree remove [<options>] <worktree>"
17006msgstr ""
17007
17008#: builtin/worktree.c:23
9fa976ff 17009msgid "git worktree unlock <path>"
f4f2c8f8
JX
17010msgstr ""
17011
12705546
JX
17012#: builtin/worktree.c:60 builtin/worktree.c:871
17013#, c-format
17014msgid "failed to delete '%s'"
17015msgstr ""
17016
17017#: builtin/worktree.c:79
a4156d20
JX
17018#, c-format
17019msgid "Removing worktrees/%s: not a valid directory"
17020msgstr ""
17021
12705546 17022#: builtin/worktree.c:85
a4156d20
JX
17023#, c-format
17024msgid "Removing worktrees/%s: gitdir file does not exist"
17025msgstr ""
17026
12705546 17027#: builtin/worktree.c:90 builtin/worktree.c:99
a4156d20
JX
17028#, c-format
17029msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
17030msgstr ""
17031
12705546 17032#: builtin/worktree.c:109
25eab542
JX
17033#, c-format
17034msgid ""
17035"Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "
17036"%<PRIuMAX>)"
17037msgstr ""
17038
12705546 17039#: builtin/worktree.c:117
a4156d20
JX
17040#, c-format
17041msgid "Removing worktrees/%s: invalid gitdir file"
17042msgstr ""
17043
12705546 17044#: builtin/worktree.c:126
a4156d20
JX
17045#, c-format
17046msgid "Removing worktrees/%s: gitdir file points to non-existent location"
17047msgstr ""
17048
12705546 17049#: builtin/worktree.c:165
a4d94835
JX
17050msgid "report pruned working trees"
17051msgstr ""
17052
12705546 17053#: builtin/worktree.c:167
a4d94835
JX
17054msgid "expire working trees older than <time>"
17055msgstr ""
17056
12705546 17057#: builtin/worktree.c:234
a4156d20
JX
17058#, c-format
17059msgid "'%s' already exists"
17060msgstr ""
17061
12705546
JX
17062#: builtin/worktree.c:251
17063#, c-format
17064msgid "unable to re-add worktree '%s'"
17065msgstr ""
17066
17067#: builtin/worktree.c:256
17068#, c-format
17069msgid ""
17070"'%s' is a missing but locked worktree;\n"
17071"use 'add -f -f' to override, or 'unlock' and 'prune' or 'remove' to clear"
17072msgstr ""
17073
17074#: builtin/worktree.c:258
17075#, c-format
17076msgid ""
17077"'%s' is a missing but already registered worktree;\n"
17078"use 'add -f' to override, or 'prune' or 'remove' to clear"
17079msgstr ""
17080
17081#: builtin/worktree.c:309
a4156d20
JX
17082#, c-format
17083msgid "could not create directory of '%s'"
17084msgstr ""
17085
12705546 17086#: builtin/worktree.c:428 builtin/worktree.c:434
9b7388a8
JX
17087#, c-format
17088msgid "Preparing worktree (new branch '%s')"
17089msgstr ""
17090
12705546 17091#: builtin/worktree.c:430
9b7388a8
JX
17092#, c-format
17093msgid "Preparing worktree (resetting branch '%s'; was at %s)"
17094msgstr ""
17095
12705546 17096#: builtin/worktree.c:439
9b7388a8
JX
17097#, c-format
17098msgid "Preparing worktree (checking out '%s')"
17099msgstr ""
17100
12705546 17101#: builtin/worktree.c:445
a4156d20 17102#, c-format
9b7388a8 17103msgid "Preparing worktree (detached HEAD %s)"
a4156d20
JX
17104msgstr ""
17105
12705546 17106#: builtin/worktree.c:486
a4156d20
JX
17107msgid "checkout <branch> even if already checked out in other worktree"
17108msgstr ""
17109
12705546 17110#: builtin/worktree.c:489
a4156d20
JX
17111msgid "create a new branch"
17112msgstr ""
17113
12705546 17114#: builtin/worktree.c:491
9fa976ff 17115msgid "create or reset a branch"
a4156d20
JX
17116msgstr ""
17117
12705546 17118#: builtin/worktree.c:493
f517e50d
JX
17119msgid "populate the new working tree"
17120msgstr ""
17121
12705546 17122#: builtin/worktree.c:494
28e1aaa4
JX
17123msgid "keep the new working tree locked"
17124msgstr ""
17125
12705546 17126#: builtin/worktree.c:497
18a90722
JX
17127msgid "set up tracking mode (see git-branch(1))"
17128msgstr ""
17129
12705546 17130#: builtin/worktree.c:500
18a90722
JX
17131msgid "try to match the new branch name with a remote-tracking branch"
17132msgstr ""
17133
12705546 17134#: builtin/worktree.c:508
df0617bf 17135msgid "-b, -B, and --detach are mutually exclusive"
a4156d20
JX
17136msgstr ""
17137
12705546 17138#: builtin/worktree.c:569
18a90722
JX
17139msgid "--[no-]track can only be used if a new branch is created"
17140msgstr ""
17141
12705546 17142#: builtin/worktree.c:669
9fa976ff
JX
17143msgid "reason for locking"
17144msgstr ""
17145
12705546
JX
17146#: builtin/worktree.c:681 builtin/worktree.c:714 builtin/worktree.c:772
17147#: builtin/worktree.c:899
9fa976ff
JX
17148#, c-format
17149msgid "'%s' is not a working tree"
17150msgstr ""
17151
12705546 17152#: builtin/worktree.c:683 builtin/worktree.c:716
9fa976ff
JX
17153msgid "The main working tree cannot be locked or unlocked"
17154msgstr ""
17155
12705546 17156#: builtin/worktree.c:688
9fa976ff
JX
17157#, c-format
17158msgid "'%s' is already locked, reason: %s"
17159msgstr ""
17160
12705546 17161#: builtin/worktree.c:690
9fa976ff
JX
17162#, c-format
17163msgid "'%s' is already locked"
17164msgstr ""
17165
12705546 17166#: builtin/worktree.c:718
9fa976ff
JX
17167#, c-format
17168msgid "'%s' is not locked"
17169msgstr ""
17170
12705546 17171#: builtin/worktree.c:743
abc8de64
JX
17172msgid "working trees containing submodules cannot be moved or removed"
17173msgstr ""
17174
12705546
JX
17175#: builtin/worktree.c:751
17176msgid "force move even if worktree is dirty or locked"
17177msgstr ""
17178
17179#: builtin/worktree.c:774 builtin/worktree.c:901
abc8de64
JX
17180#, c-format
17181msgid "'%s' is a main working tree"
17182msgstr ""
17183
12705546 17184#: builtin/worktree.c:779
abc8de64
JX
17185#, c-format
17186msgid "could not figure out destination name from '%s'"
17187msgstr ""
17188
12705546 17189#: builtin/worktree.c:785
abc8de64
JX
17190#, c-format
17191msgid "target '%s' already exists"
17192msgstr ""
17193
12705546 17194#: builtin/worktree.c:793
abc8de64 17195#, c-format
12705546
JX
17196msgid ""
17197"cannot move a locked working tree, lock reason: %s\n"
17198"use 'move -f -f' to override or unlock first"
abc8de64
JX
17199msgstr ""
17200
12705546
JX
17201#: builtin/worktree.c:795
17202msgid ""
17203"cannot move a locked working tree;\n"
17204"use 'move -f -f' to override or unlock first"
abc8de64
JX
17205msgstr ""
17206
12705546 17207#: builtin/worktree.c:798
abc8de64
JX
17208#, c-format
17209msgid "validation failed, cannot move working tree: %s"
17210msgstr ""
17211
12705546 17212#: builtin/worktree.c:803
abc8de64
JX
17213#, c-format
17214msgid "failed to move '%s' to '%s'"
17215msgstr ""
17216
12705546 17217#: builtin/worktree.c:851
abc8de64
JX
17218#, c-format
17219msgid "failed to run 'git status' on '%s'"
17220msgstr ""
17221
12705546 17222#: builtin/worktree.c:855
abc8de64
JX
17223#, c-format
17224msgid "'%s' is dirty, use --force to delete it"
17225msgstr ""
17226
12705546 17227#: builtin/worktree.c:860
abc8de64
JX
17228#, c-format
17229msgid "failed to run 'git status' on '%s', code %d"
17230msgstr ""
17231
12705546
JX
17232#: builtin/worktree.c:883
17233msgid "force removal even if worktree is dirty or locked"
abc8de64
JX
17234msgstr ""
17235
12705546 17236#: builtin/worktree.c:906
abc8de64 17237#, c-format
12705546
JX
17238msgid ""
17239"cannot remove a locked working tree, lock reason: %s\n"
17240"use 'remove -f -f' to override or unlock first"
abc8de64
JX
17241msgstr ""
17242
12705546
JX
17243#: builtin/worktree.c:908
17244msgid ""
17245"cannot remove a locked working tree;\n"
17246"use 'remove -f -f' to override or unlock first"
abc8de64
JX
17247msgstr ""
17248
12705546 17249#: builtin/worktree.c:911
abc8de64
JX
17250#, c-format
17251msgid "validation failed, cannot remove working tree: %s"
17252msgstr ""
17253
5b34e000 17254#: builtin/write-tree.c:14
cc76011e
JX
17255msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
17256msgstr ""
17257
5b34e000 17258#: builtin/write-tree.c:27
cc76011e
JX
17259msgid "<prefix>/"
17260msgstr ""
17261
5b34e000 17262#: builtin/write-tree.c:28
cc76011e
JX
17263msgid "write tree object for a subdirectory <prefix>"
17264msgstr ""
17265
dba9f13c 17266#: builtin/write-tree.c:30
cc76011e
JX
17267msgid "only useful for debugging"
17268msgstr ""
17269
25eab542 17270#: credential-cache--daemon.c:222
fda7b092
JX
17271#, c-format
17272msgid ""
17273"The permissions on your socket directory are too loose; other\n"
17274"users may be able to read your cached credentials. Consider running:\n"
17275"\n"
17276"\tchmod 0700 %s"
17277msgstr ""
17278
25eab542 17279#: credential-cache--daemon.c:271
d07a63e4
JX
17280msgid "print debugging messages to stderr"
17281msgstr ""
17282
12705546
JX
17283#: t/helper/test-reach.c:152
17284#, c-format
17285msgid "commit %s is not marked reachable"
17286msgstr ""
17287
17288#: t/helper/test-reach.c:162
17289msgid "too many commits marked reachable"
17290msgstr ""
17291
55892712 17292#: git.c:27
abc8de64
JX
17293msgid ""
17294"git [--version] [--help] [-C <path>] [-c <name>=<value>]\n"
17295" [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n"
9b7388a8
JX
17296" [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--"
17297"bare]\n"
abc8de64
JX
17298" [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]\n"
17299" <command> [<args>]"
17300msgstr ""
17301
55892712 17302#: git.c:34
c6bc7d43 17303msgid ""
d07a63e4 17304"'git help -a' and 'git help -g' list available subcommands and some\n"
c6bc7d43
JX
17305"concept guides. See 'git help <command>' or 'git help <concept>'\n"
17306"to read about a specific subcommand or concept."
6f6731e7
JX
17307msgstr ""
17308
55892712 17309#: git.c:173
abc8de64
JX
17310#, c-format
17311msgid "no directory given for --git-dir\n"
17312msgstr ""
17313
55892712 17314#: git.c:187
abc8de64
JX
17315#, c-format
17316msgid "no namespace given for --namespace\n"
17317msgstr ""
17318
55892712 17319#: git.c:201
abc8de64
JX
17320#, c-format
17321msgid "no directory given for --work-tree\n"
17322msgstr ""
17323
55892712 17324#: git.c:215
abc8de64
JX
17325#, c-format
17326msgid "no prefix given for --super-prefix\n"
17327msgstr ""
17328
55892712 17329#: git.c:237
abc8de64
JX
17330#, c-format
17331msgid "-c expects a configuration string\n"
17332msgstr ""
17333
55892712 17334#: git.c:275
abc8de64
JX
17335#, c-format
17336msgid "no directory given for -C\n"
17337msgstr ""
17338
55892712 17339#: git.c:300
abc8de64
JX
17340#, c-format
17341msgid "unknown option: %s\n"
17342msgstr ""
17343
12705546
JX
17344#: git.c:719
17345#, c-format
17346msgid "alias loop detected: expansion of '%s' does not terminate:%s"
17347msgstr ""
17348
17349#: git.c:802
abc8de64
JX
17350#, c-format
17351msgid "expansion of alias '%s' failed; '%s' is not a git command\n"
17352msgstr ""
17353
12705546 17354#: git.c:814
abc8de64
JX
17355#, c-format
17356msgid "failed to run command '%s': %s\n"
17357msgstr ""
17358
12705546 17359#: http.c:374
28e1aaa4
JX
17360#, c-format
17361msgid "negative value for http.postbuffer; defaulting to %d"
17362msgstr ""
17363
12705546 17364#: http.c:395
fda7b092
JX
17365msgid "Delegation control is not supported with cURL < 7.22.0"
17366msgstr ""
17367
12705546 17368#: http.c:404
9eb3984b
JX
17369msgid "Public key pinning not supported with cURL < 7.44.0"
17370msgstr ""
17371
12705546 17372#: http.c:837
36dd6933 17373msgid "CURLSSLOPT_NO_REVOKE not supported with cURL < 7.44.0"
12705546
JX
17374msgstr ""
17375
17376#: http.c:910
17377msgid "Protocol restrictions not supported with cURL < 7.19.4"
17378msgstr ""
17379
17380#: http.c:1046
17381#, c-format
17382msgid "Unsupported SSL backend '%s'. Supported SSL backends:"
17383msgstr ""
17384
17385#: http.c:1053
17386#, c-format
17387msgid "Could not set SSL backend to '%s': cURL was built without SSL backends"
17388msgstr ""
17389
17390#: http.c:1057
17391#, c-format
17392msgid "Could not set SSL backend to '%s': already set"
17393msgstr ""
17394
17395#: http.c:1921
673bfad0
JX
17396#, c-format
17397msgid ""
17398"unable to update url base from redirection:\n"
17399" asked for: %s\n"
17400" redirect: %s"
17401msgstr ""
17402
9b7388a8 17403#: remote-curl.c:401
673bfad0
JX
17404#, c-format
17405msgid "redirecting to %s"
17406msgstr ""
17407
12705546 17408#: list-objects-filter-options.h:60
18a90722
JX
17409msgid "args"
17410msgstr ""
17411
12705546 17412#: list-objects-filter-options.h:61
18a90722
JX
17413msgid "object filtering"
17414msgstr ""
17415
12705546 17416#: parse-options.h:154
55892712 17417msgid "expiry-date"
64f23b0c
JX
17418msgstr ""
17419
12705546 17420#: parse-options.h:169
55892712 17421msgid "no-op (backward compatibility)"
64f23b0c
JX
17422msgstr ""
17423
12705546 17424#: parse-options.h:261
55892712 17425msgid "be more verbose"
64f23b0c
JX
17426msgstr ""
17427
12705546 17428#: parse-options.h:263
55892712 17429msgid "be more quiet"
64f23b0c
JX
17430msgstr ""
17431
12705546 17432#: parse-options.h:269
55892712 17433msgid "use <n> digits to display SHA-1s"
64f23b0c
JX
17434msgstr ""
17435
55892712 17436#: command-list.h:50
822e4a65
JX
17437msgid "Add file contents to the index"
17438msgstr ""
17439
55892712
JX
17440#: command-list.h:51
17441msgid "Apply a series of patches from a mailbox"
17442msgstr ""
17443
17444#: command-list.h:52
17445msgid "Annotate file lines with commit information"
17446msgstr ""
17447
17448#: command-list.h:53
17449msgid "Apply a patch to files and/or to the index"
17450msgstr ""
17451
17452#: command-list.h:54
12705546 17453msgid "Import a GNU Arch repository into Git"
55892712
JX
17454msgstr ""
17455
17456#: command-list.h:55
17457msgid "Create an archive of files from a named tree"
17458msgstr ""
17459
17460#: command-list.h:56
df0617bf 17461msgid "Use binary search to find the commit that introduced a bug"
822e4a65
JX
17462msgstr ""
17463
55892712
JX
17464#: command-list.h:57
17465msgid "Show what revision and author last modified each line of a file"
17466msgstr ""
17467
17468#: command-list.h:58
822e4a65
JX
17469msgid "List, create, or delete branches"
17470msgstr ""
17471
55892712
JX
17472#: command-list.h:59
17473msgid "Move objects and refs by archive"
17474msgstr ""
17475
17476#: command-list.h:60
17477msgid "Provide content or type and size information for repository objects"
17478msgstr ""
17479
17480#: command-list.h:61
17481msgid "Display gitattributes information"
17482msgstr ""
17483
17484#: command-list.h:62
17485msgid "Debug gitignore / exclude files"
17486msgstr ""
17487
17488#: command-list.h:63
17489msgid "Show canonical names and email addresses of contacts"
17490msgstr ""
17491
17492#: command-list.h:64
a4156d20 17493msgid "Switch branches or restore working tree files"
822e4a65
JX
17494msgstr ""
17495
55892712
JX
17496#: command-list.h:65
17497msgid "Copy files from the index to the working tree"
17498msgstr ""
17499
17500#: command-list.h:66
17501msgid "Ensures that a reference name is well formed"
17502msgstr ""
17503
17504#: command-list.h:67
17505msgid "Find commits yet to be applied to upstream"
17506msgstr ""
17507
17508#: command-list.h:68
17509msgid "Apply the changes introduced by some existing commits"
17510msgstr ""
17511
17512#: command-list.h:69
17513msgid "Graphical alternative to git-commit"
17514msgstr ""
17515
17516#: command-list.h:70
17517msgid "Remove untracked files from the working tree"
17518msgstr ""
17519
17520#: command-list.h:71
822e4a65
JX
17521msgid "Clone a repository into a new directory"
17522msgstr ""
17523
55892712
JX
17524#: command-list.h:72
17525msgid "Display data in columns"
17526msgstr ""
17527
17528#: command-list.h:73
822e4a65
JX
17529msgid "Record changes to the repository"
17530msgstr ""
17531
55892712 17532#: command-list.h:74
12705546 17533msgid "Write and verify Git commit-graph files"
55892712
JX
17534msgstr ""
17535
17536#: command-list.h:75
17537msgid "Create a new commit object"
17538msgstr ""
17539
17540#: command-list.h:76
17541msgid "Get and set repository or global options"
17542msgstr ""
17543
17544#: command-list.h:77
17545msgid "Count unpacked number of objects and their disk consumption"
17546msgstr ""
17547
17548#: command-list.h:78
17549msgid "Retrieve and store user credentials"
17550msgstr ""
17551
17552#: command-list.h:79
17553msgid "Helper to temporarily store passwords in memory"
17554msgstr ""
17555
17556#: command-list.h:80
17557msgid "Helper to store credentials on disk"
17558msgstr ""
17559
17560#: command-list.h:81
17561msgid "Export a single commit to a CVS checkout"
17562msgstr ""
17563
17564#: command-list.h:82
17565msgid "Salvage your data out of another SCM people love to hate"
17566msgstr ""
17567
17568#: command-list.h:83
17569msgid "A CVS server emulator for Git"
17570msgstr ""
17571
17572#: command-list.h:84
17573msgid "A really simple server for Git repositories"
17574msgstr ""
17575
17576#: command-list.h:85
17577msgid "Give an object a human readable name based on an available ref"
17578msgstr ""
17579
17580#: command-list.h:86
822e4a65
JX
17581msgid "Show changes between commits, commit and working tree, etc"
17582msgstr ""
17583
55892712
JX
17584#: command-list.h:87
17585msgid "Compares files in the working tree and the index"
17586msgstr ""
17587
17588#: command-list.h:88
17589msgid "Compare a tree to the working tree or index"
17590msgstr ""
17591
17592#: command-list.h:89
17593msgid "Compares the content and mode of blobs found via two tree objects"
17594msgstr ""
17595
17596#: command-list.h:90
17597msgid "Show changes using common diff tools"
17598msgstr ""
17599
17600#: command-list.h:91
17601msgid "Git data exporter"
17602msgstr ""
17603
17604#: command-list.h:92
17605msgid "Backend for fast Git data importers"
17606msgstr ""
17607
17608#: command-list.h:93
822e4a65
JX
17609msgid "Download objects and refs from another repository"
17610msgstr ""
17611
55892712
JX
17612#: command-list.h:94
17613msgid "Receive missing objects from another repository"
17614msgstr ""
17615
17616#: command-list.h:95
17617msgid "Rewrite branches"
17618msgstr ""
17619
17620#: command-list.h:96
17621msgid "Produce a merge commit message"
17622msgstr ""
17623
17624#: command-list.h:97
17625msgid "Output information on each ref"
17626msgstr ""
17627
17628#: command-list.h:98
17629msgid "Prepare patches for e-mail submission"
17630msgstr ""
17631
17632#: command-list.h:99
17633msgid "Verifies the connectivity and validity of the objects in the database"
17634msgstr ""
17635
17636#: command-list.h:100
17637msgid "Cleanup unnecessary files and optimize the local repository"
17638msgstr ""
17639
17640#: command-list.h:101
17641msgid "Extract commit ID from an archive created using git-archive"
17642msgstr ""
17643
17644#: command-list.h:102
822e4a65
JX
17645msgid "Print lines matching a pattern"
17646msgstr ""
17647
55892712
JX
17648#: command-list.h:103
17649msgid "A portable graphical interface to Git"
17650msgstr ""
17651
17652#: command-list.h:104
17653msgid "Compute object ID and optionally creates a blob from a file"
17654msgstr ""
17655
17656#: command-list.h:105
17657msgid "Display help information about Git"
17658msgstr ""
17659
17660#: command-list.h:106
17661msgid "Server side implementation of Git over HTTP"
17662msgstr ""
17663
17664#: command-list.h:107
17665msgid "Download from a remote Git repository via HTTP"
17666msgstr ""
17667
17668#: command-list.h:108
17669msgid "Push objects over HTTP/DAV to another repository"
17670msgstr ""
17671
17672#: command-list.h:109
17673msgid "Send a collection of patches from stdin to an IMAP folder"
17674msgstr ""
17675
17676#: command-list.h:110
17677msgid "Build pack index file for an existing packed archive"
17678msgstr ""
17679
17680#: command-list.h:111
9caaf23e 17681msgid "Create an empty Git repository or reinitialize an existing one"
822e4a65
JX
17682msgstr ""
17683
55892712
JX
17684#: command-list.h:112
17685msgid "Instantly browse your working repository in gitweb"
17686msgstr ""
17687
17688#: command-list.h:113
17689msgid "add or parse structured information in commit messages"
17690msgstr ""
17691
17692#: command-list.h:114
17693msgid "The Git repository browser"
17694msgstr ""
17695
17696#: command-list.h:115
822e4a65
JX
17697msgid "Show commit logs"
17698msgstr ""
17699
55892712
JX
17700#: command-list.h:116
17701msgid "Show information about files in the index and the working tree"
17702msgstr ""
17703
17704#: command-list.h:117
17705msgid "List references in a remote repository"
17706msgstr ""
17707
17708#: command-list.h:118
17709msgid "List the contents of a tree object"
17710msgstr ""
17711
17712#: command-list.h:119
17713msgid "Extracts patch and authorship from a single e-mail message"
17714msgstr ""
17715
17716#: command-list.h:120
17717msgid "Simple UNIX mbox splitter program"
17718msgstr ""
17719
17720#: command-list.h:121
822e4a65
JX
17721msgid "Join two or more development histories together"
17722msgstr ""
17723
55892712
JX
17724#: command-list.h:122
17725msgid "Find as good common ancestors as possible for a merge"
17726msgstr ""
17727
17728#: command-list.h:123
17729msgid "Run a three-way file merge"
17730msgstr ""
17731
17732#: command-list.h:124
17733msgid "Run a merge for files needing merging"
17734msgstr ""
17735
17736#: command-list.h:125
17737msgid "The standard helper program to use with git-merge-index"
17738msgstr ""
17739
17740#: command-list.h:126
17741msgid "Run merge conflict resolution tools to resolve merge conflicts"
17742msgstr ""
17743
17744#: command-list.h:127
17745msgid "Show three-way merge without touching index"
17746msgstr ""
17747
17748#: command-list.h:128
12705546 17749msgid "Write and verify multi-pack-indexes"
55892712
JX
17750msgstr ""
17751
17752#: command-list.h:129
12705546 17753msgid "Creates a tag object"
55892712
JX
17754msgstr ""
17755
17756#: command-list.h:130
12705546 17757msgid "Build a tree-object from ls-tree formatted text"
822e4a65
JX
17758msgstr ""
17759
55892712 17760#: command-list.h:131
12705546 17761msgid "Move or rename a file, a directory, or a symlink"
55892712
JX
17762msgstr ""
17763
17764#: command-list.h:132
12705546 17765msgid "Find symbolic names for given revs"
55892712
JX
17766msgstr ""
17767
17768#: command-list.h:133
12705546 17769msgid "Add or inspect object notes"
55892712
JX
17770msgstr ""
17771
17772#: command-list.h:134
12705546 17773msgid "Import from and submit to Perforce repositories"
55892712
JX
17774msgstr ""
17775
17776#: command-list.h:135
12705546 17777msgid "Create a packed archive of objects"
55892712
JX
17778msgstr ""
17779
17780#: command-list.h:136
12705546 17781msgid "Find redundant pack files"
55892712
JX
17782msgstr ""
17783
17784#: command-list.h:137
12705546 17785msgid "Pack heads and tags for efficient repository access"
55892712
JX
17786msgstr ""
17787
17788#: command-list.h:138
12705546 17789msgid "Routines to help parsing remote repository access parameters"
55892712
JX
17790msgstr ""
17791
17792#: command-list.h:139
12705546 17793msgid "Compute unique ID for a patch"
55892712
JX
17794msgstr ""
17795
17796#: command-list.h:140
12705546 17797msgid "Prune all unreachable objects from the object database"
55892712
JX
17798msgstr ""
17799
17800#: command-list.h:141
12705546 17801msgid "Remove extra objects that are already in pack files"
822e4a65
JX
17802msgstr ""
17803
55892712 17804#: command-list.h:142
12705546 17805msgid "Fetch from and integrate with another repository or a local branch"
822e4a65
JX
17806msgstr ""
17807
55892712 17808#: command-list.h:143
12705546 17809msgid "Update remote refs along with associated objects"
55892712
JX
17810msgstr ""
17811
17812#: command-list.h:144
12705546 17813msgid "Applies a quilt patchset onto the current branch"
55892712
JX
17814msgstr ""
17815
17816#: command-list.h:145
12705546 17817msgid "Compare two commit ranges (e.g. two versions of a branch)"
822e4a65
JX
17818msgstr ""
17819
55892712 17820#: command-list.h:146
12705546 17821msgid "Reads tree information into the index"
55892712
JX
17822msgstr ""
17823
17824#: command-list.h:147
12705546 17825msgid "Reapply commits on top of another base tip"
55892712
JX
17826msgstr ""
17827
17828#: command-list.h:148
12705546 17829msgid "Receive what is pushed into the repository"
55892712
JX
17830msgstr ""
17831
17832#: command-list.h:149
12705546 17833msgid "Manage reflog information"
55892712
JX
17834msgstr ""
17835
17836#: command-list.h:150
12705546 17837msgid "Manage set of tracked repositories"
55892712
JX
17838msgstr ""
17839
17840#: command-list.h:151
12705546 17841msgid "Pack unpacked objects in a repository"
55892712
JX
17842msgstr ""
17843
17844#: command-list.h:152
12705546 17845msgid "Create, list, delete refs to replace objects"
55892712
JX
17846msgstr ""
17847
17848#: command-list.h:153
12705546 17849msgid "Generates a summary of pending changes"
822e4a65
JX
17850msgstr ""
17851
55892712 17852#: command-list.h:154
12705546 17853msgid "Reuse recorded resolution of conflicted merges"
55892712
JX
17854msgstr ""
17855
17856#: command-list.h:155
12705546 17857msgid "Reset current HEAD to the specified state"
55892712
JX
17858msgstr ""
17859
17860#: command-list.h:156
12705546 17861msgid "Revert some existing commits"
55892712
JX
17862msgstr ""
17863
17864#: command-list.h:157
12705546 17865msgid "Lists commit objects in reverse chronological order"
822e4a65
JX
17866msgstr ""
17867
55892712 17868#: command-list.h:158
12705546 17869msgid "Pick out and massage parameters"
55892712
JX
17870msgstr ""
17871
17872#: command-list.h:159
12705546 17873msgid "Remove files from the working tree and from the index"
55892712
JX
17874msgstr ""
17875
17876#: command-list.h:160
12705546 17877msgid "Send a collection of patches as emails"
55892712
JX
17878msgstr ""
17879
17880#: command-list.h:161
12705546 17881msgid "Push objects over Git protocol to another repository"
55892712
JX
17882msgstr ""
17883
17884#: command-list.h:162
12705546 17885msgid "Restricted login shell for Git-only SSH access"
822e4a65
JX
17886msgstr ""
17887
55892712 17888#: command-list.h:163
12705546 17889msgid "Summarize 'git log' output"
55892712
JX
17890msgstr ""
17891
17892#: command-list.h:164
12705546
JX
17893msgid "Show various types of objects"
17894msgstr ""
17895
17896#: command-list.h:165
dba9f13c 17897msgid "Show branches and their commits"
55892712
JX
17898msgstr ""
17899
12705546 17900#: command-list.h:166
dba9f13c 17901msgid "Show packed archive index"
55892712
JX
17902msgstr ""
17903
12705546 17904#: command-list.h:167
dba9f13c 17905msgid "List references in a local repository"
55892712
JX
17906msgstr ""
17907
12705546 17908#: command-list.h:168
dba9f13c 17909msgid "Git's i18n setup code for shell scripts"
55892712
JX
17910msgstr ""
17911
12705546 17912#: command-list.h:169
dba9f13c 17913msgid "Common Git shell script setup code"
55892712
JX
17914msgstr ""
17915
12705546 17916#: command-list.h:170
dba9f13c 17917msgid "Stash the changes in a dirty working directory away"
55892712
JX
17918msgstr ""
17919
12705546 17920#: command-list.h:171
dba9f13c 17921msgid "Add file contents to the staging area"
822e4a65
JX
17922msgstr ""
17923
12705546 17924#: command-list.h:172
dba9f13c 17925msgid "Show the working tree status"
55892712
JX
17926msgstr ""
17927
12705546 17928#: command-list.h:173
dba9f13c 17929msgid "Remove unnecessary whitespace"
55892712
JX
17930msgstr ""
17931
12705546 17932#: command-list.h:174
dba9f13c 17933msgid "Initialize, update or inspect submodules"
55892712
JX
17934msgstr ""
17935
12705546 17936#: command-list.h:175
dba9f13c 17937msgid "Bidirectional operation between a Subversion repository and Git"
55892712
JX
17938msgstr ""
17939
12705546 17940#: command-list.h:176
dba9f13c 17941msgid "Read, modify and delete symbolic refs"
822e4a65
JX
17942msgstr ""
17943
12705546 17944#: command-list.h:177
dba9f13c 17945msgid "Create, list, delete or verify a tag object signed with GPG"
d07a63e4
JX
17946msgstr ""
17947
12705546 17948#: command-list.h:178
dba9f13c 17949msgid "Creates a temporary file with a blob's contents"
d07a63e4
JX
17950msgstr ""
17951
12705546 17952#: command-list.h:179
dba9f13c 17953msgid "Unpack objects from a packed archive"
d07a63e4
JX
17954msgstr ""
17955
12705546 17956#: command-list.h:180
dba9f13c 17957msgid "Register file contents in the working tree to the index"
d07a63e4
JX
17958msgstr ""
17959
12705546 17960#: command-list.h:181
dba9f13c 17961msgid "Update the object name stored in a ref safely"
55892712
JX
17962msgstr ""
17963
12705546 17964#: command-list.h:182
dba9f13c 17965msgid "Update auxiliary info file to help dumb servers"
55892712
JX
17966msgstr ""
17967
12705546 17968#: command-list.h:183
dba9f13c 17969msgid "Send archive back to git-archive"
55892712
JX
17970msgstr ""
17971
12705546 17972#: command-list.h:184
dba9f13c 17973msgid "Send objects packed back to git-fetch-pack"
55892712
JX
17974msgstr ""
17975
12705546 17976#: command-list.h:185
dba9f13c 17977msgid "Show a Git logical variable"
55892712
JX
17978msgstr ""
17979
12705546 17980#: command-list.h:186
dba9f13c 17981msgid "Check the GPG signature of commits"
55892712
JX
17982msgstr ""
17983
12705546 17984#: command-list.h:187
dba9f13c 17985msgid "Validate packed Git archive files"
55892712
JX
17986msgstr ""
17987
12705546 17988#: command-list.h:188
dba9f13c 17989msgid "Check the GPG signature of tags"
55892712
JX
17990msgstr ""
17991
12705546 17992#: command-list.h:189
dba9f13c 17993msgid "Git web interface (web frontend to Git repositories)"
55892712
JX
17994msgstr ""
17995
12705546 17996#: command-list.h:190
dba9f13c 17997msgid "Show logs with difference each commit introduces"
55892712
JX
17998msgstr ""
17999
12705546 18000#: command-list.h:191
dba9f13c 18001msgid "Manage multiple working trees"
55892712
JX
18002msgstr ""
18003
12705546 18004#: command-list.h:192
dba9f13c 18005msgid "Create a tree object from the current index"
55892712
JX
18006msgstr ""
18007
12705546 18008#: command-list.h:193
dba9f13c 18009msgid "Defining attributes per path"
55892712
JX
18010msgstr ""
18011
12705546 18012#: command-list.h:194
dba9f13c 18013msgid "Git command-line interface and conventions"
55892712
JX
18014msgstr ""
18015
12705546 18016#: command-list.h:195
dba9f13c 18017msgid "A Git core tutorial for developers"
55892712
JX
18018msgstr ""
18019
12705546 18020#: command-list.h:196
dba9f13c 18021msgid "Git for CVS users"
55892712
JX
18022msgstr ""
18023
12705546 18024#: command-list.h:197
dba9f13c 18025msgid "Tweaking diff output"
55892712
JX
18026msgstr ""
18027
12705546 18028#: command-list.h:198
dba9f13c 18029msgid "A useful minimum set of commands for Everyday Git"
55892712
JX
18030msgstr ""
18031
12705546 18032#: command-list.h:199
dba9f13c 18033msgid "A Git Glossary"
55892712
JX
18034msgstr ""
18035
12705546 18036#: command-list.h:200
dba9f13c 18037msgid "Hooks used by Git"
55892712
JX
18038msgstr ""
18039
12705546 18040#: command-list.h:201
dba9f13c 18041msgid "Specifies intentionally untracked files to ignore"
55892712
JX
18042msgstr ""
18043
12705546 18044#: command-list.h:202
dba9f13c 18045msgid "Defining submodule properties"
55892712
JX
18046msgstr ""
18047
12705546 18048#: command-list.h:203
dba9f13c 18049msgid "Git namespaces"
55892712
JX
18050msgstr ""
18051
12705546 18052#: command-list.h:204
dba9f13c 18053msgid "Git Repository Layout"
55892712
JX
18054msgstr ""
18055
12705546 18056#: command-list.h:205
dba9f13c 18057msgid "Specifying revisions and ranges for Git"
55892712
JX
18058msgstr ""
18059
12705546 18060#: command-list.h:206
dba9f13c 18061msgid "A tutorial introduction to Git: part two"
55892712
JX
18062msgstr ""
18063
12705546 18064#: command-list.h:207
dba9f13c
JX
18065msgid "A tutorial introduction to Git"
18066msgstr ""
18067
12705546 18068#: command-list.h:208
55892712 18069msgid "An overview of recommended workflows with Git"
d07a63e4
JX
18070msgstr ""
18071
12705546 18072#: rerere.h:44
d07a63e4
JX
18073msgid "update the index with reused conflict resolution if possible"
18074msgstr ""
18075
9fa976ff 18076#: git-bisect.sh:54
7256fd7c
JX
18077msgid "You need to start by \"git bisect start\""
18078msgstr ""
18079
dce37b66
JX
18080#. TRANSLATORS: Make sure to include [Y] and [n] in your
18081#. translation. The program will only accept English input
18082#. at this point.
9fa976ff 18083#: git-bisect.sh:60
dce37b66
JX
18084msgid "Do you want me to do it for you [Y/n]? "
18085msgstr ""
18086
9fa976ff 18087#: git-bisect.sh:121
dce37b66
JX
18088#, sh-format
18089msgid "unrecognised option: '$arg'"
18090msgstr ""
18091
9fa976ff 18092#: git-bisect.sh:125
dce37b66
JX
18093#, sh-format
18094msgid "'$arg' does not appear to be a valid revision"
18095msgstr ""
18096
9fa976ff 18097#: git-bisect.sh:154
dce37b66
JX
18098msgid "Bad HEAD - I need a HEAD"
18099msgstr ""
18100
9fa976ff 18101#: git-bisect.sh:167
dce37b66
JX
18102#, sh-format
18103msgid ""
c2ea1208 18104"Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
dce37b66
JX
18105msgstr ""
18106
9fa976ff 18107#: git-bisect.sh:177
df49095a 18108msgid "won't bisect on cg-seek'ed tree"
dce37b66
JX
18109msgstr ""
18110
9fa976ff 18111#: git-bisect.sh:181
dce37b66
JX
18112msgid "Bad HEAD - strange symbolic ref"
18113msgstr ""
18114
9fa976ff 18115#: git-bisect.sh:233
dce37b66
JX
18116#, sh-format
18117msgid "Bad bisect_write argument: $state"
18118msgstr ""
18119
18a90722 18120#: git-bisect.sh:246
dce37b66
JX
18121#, sh-format
18122msgid "Bad rev input: $arg"
18123msgstr ""
18124
18a90722 18125#: git-bisect.sh:265
9fa976ff
JX
18126#, sh-format
18127msgid "Bad rev input: $bisected_head"
dce37b66
JX
18128msgstr ""
18129
18a90722 18130#: git-bisect.sh:274
dce37b66
JX
18131#, sh-format
18132msgid "Bad rev input: $rev"
18133msgstr ""
18134
18a90722 18135#: git-bisect.sh:283
df0617bf
JX
18136#, sh-format
18137msgid "'git bisect $TERM_BAD' can take only one argument."
dce37b66
JX
18138msgstr ""
18139
18a90722 18140#: git-bisect.sh:306
df0617bf
JX
18141#, sh-format
18142msgid "Warning: bisecting only with a $TERM_BAD commit."
7256fd7c
JX
18143msgstr ""
18144
dce37b66
JX
18145#. TRANSLATORS: Make sure to include [Y] and [n] in your
18146#. translation. The program will only accept English input
18147#. at this point.
18a90722 18148#: git-bisect.sh:312
dce37b66
JX
18149msgid "Are you sure [Y/n]? "
18150msgstr ""
18151
18a90722 18152#: git-bisect.sh:324
df0617bf 18153#, sh-format
7256fd7c 18154msgid ""
df0617bf
JX
18155"You need to give me at least one $bad_syn and one $good_syn revision.\n"
18156"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
7256fd7c
JX
18157msgstr ""
18158
18a90722 18159#: git-bisect.sh:327
df0617bf 18160#, sh-format
7256fd7c
JX
18161msgid ""
18162"You need to start by \"git bisect start\".\n"
df0617bf
JX
18163"You then need to give me at least one $good_syn and one $bad_syn revision.\n"
18164"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
7256fd7c
JX
18165msgstr ""
18166
18a90722 18167#: git-bisect.sh:398 git-bisect.sh:512
7256fd7c
JX
18168msgid "We are not bisecting."
18169msgstr ""
18170
18a90722 18171#: git-bisect.sh:405
dce37b66
JX
18172#, sh-format
18173msgid "'$invalid' is not a valid commit"
18174msgstr ""
18175
18a90722 18176#: git-bisect.sh:414
dce37b66
JX
18177#, sh-format
18178msgid ""
18179"Could not check out original HEAD '$branch'.\n"
18180"Try 'git bisect reset <commit>'."
18181msgstr ""
18182
18a90722 18183#: git-bisect.sh:422
dce37b66
JX
18184msgid "No logfile given"
18185msgstr ""
18186
18a90722 18187#: git-bisect.sh:423
dce37b66
JX
18188#, sh-format
18189msgid "cannot read $file for replaying"
18190msgstr ""
18191
18a90722 18192#: git-bisect.sh:444
dce37b66
JX
18193msgid "?? what are you talking about?"
18194msgstr ""
18195
18a90722
JX
18196#: git-bisect.sh:453
18197msgid "bisect run failed: no command provided."
18198msgstr ""
18199
18200#: git-bisect.sh:458
7256fd7c
JX
18201#, sh-format
18202msgid "running $command"
18203msgstr ""
18204
18a90722 18205#: git-bisect.sh:465
7256fd7c
JX
18206#, sh-format
18207msgid ""
18208"bisect run failed:\n"
18209"exit code $res from '$command' is < 0 or >= 128"
18210msgstr ""
18211
18a90722 18212#: git-bisect.sh:491
7256fd7c
JX
18213msgid "bisect run cannot continue any more"
18214msgstr ""
18215
18a90722 18216#: git-bisect.sh:497
7256fd7c
JX
18217#, sh-format
18218msgid ""
18219"bisect run failed:\n"
18220"'bisect_state $state' exited with error code $res"
18221msgstr ""
18222
18a90722 18223#: git-bisect.sh:504
7256fd7c 18224msgid "bisect run success"
dce37b66
JX
18225msgstr ""
18226
18a90722 18227#: git-bisect.sh:533
7256fd7c 18228#, sh-format
df0617bf 18229msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
dce37b66
JX
18230msgstr ""
18231
18a90722 18232#: git-bisect.sh:567
f4f2c8f8
JX
18233msgid "no terms defined"
18234msgstr ""
18235
18a90722 18236#: git-bisect.sh:584
f4f2c8f8
JX
18237#, sh-format
18238msgid ""
18239"invalid argument $arg for 'git bisect terms'.\n"
18240"Supported options are: --term-good|--term-old and --term-bad|--term-new."
18241msgstr ""
18242
9fa976ff
JX
18243#: git-merge-octopus.sh:46
18244msgid ""
18245"Error: Your local changes to the following files would be overwritten by "
18246"merge"
18247msgstr ""
18248
18249#: git-merge-octopus.sh:61
18250msgid "Automated merge did not work."
18251msgstr ""
18252
18253#: git-merge-octopus.sh:62
fda7b092 18254msgid "Should not be doing an octopus."
9fa976ff
JX
18255msgstr ""
18256
18257#: git-merge-octopus.sh:73
18258#, sh-format
18259msgid "Unable to find common commit with $pretty_name"
18260msgstr ""
18261
18262#: git-merge-octopus.sh:77
18263#, sh-format
25eab542 18264msgid "Already up to date with $pretty_name"
9fa976ff
JX
18265msgstr ""
18266
18267#: git-merge-octopus.sh:89
18268#, sh-format
18269msgid "Fast-forwarding to: $pretty_name"
18270msgstr ""
18271
18272#: git-merge-octopus.sh:97
18273#, sh-format
18274msgid "Trying simple merge with $pretty_name"
18275msgstr ""
18276
18277#: git-merge-octopus.sh:102
18278msgid "Simple merge did not work, trying automatic merge."
18279msgstr ""
18280
36dd6933 18281#: git-legacy-rebase.sh:434
9fa976ff
JX
18282#, sh-format
18283msgid "Could not move back to $head_name"
18284msgstr ""
18285
36dd6933 18286#: git-legacy-rebase.sh:460
3b6137f2
JX
18287#, sh-format
18288msgid ""
18289"It seems that there is already a $state_dir_base directory, and\n"
18290"I wonder if you are in the middle of another rebase. If that is the\n"
18291"case, please try\n"
18292"\t$cmd_live_rebase\n"
18293"If that is not the case, please\n"
18294"\t$cmd_clear_stale_rebase\n"
18295"and run me again. I am stopping in case you still have something\n"
18296"valuable there."
18297msgstr ""
18298
36dd6933 18299#: git-legacy-rebase.sh:525
9b7388a8
JX
18300msgid "error: cannot combine '--signoff' with '--preserve-merges'"
18301msgstr ""
18302
36dd6933 18303#: git-legacy-rebase.sh:570
3b6137f2 18304#, sh-format
18a90722 18305msgid "invalid upstream '$upstream_name'"
3b6137f2
JX
18306msgstr ""
18307
36dd6933 18308#: git-legacy-rebase.sh:594
3b6137f2
JX
18309#, sh-format
18310msgid "$onto_name: there are more than one merge bases"
18311msgstr ""
18312
36dd6933 18313#: git-legacy-rebase.sh:597 git-legacy-rebase.sh:601
3b6137f2
JX
18314#, sh-format
18315msgid "$onto_name: there is no merge base"
18316msgstr ""
18317
36dd6933 18318#: git-legacy-rebase.sh:606
3b6137f2
JX
18319#, sh-format
18320msgid "Does not point to a valid commit: $onto_name"
18321msgstr ""
18322
36dd6933 18323#: git-legacy-rebase.sh:632
3b6137f2 18324#, sh-format
18a90722 18325msgid "fatal: no such branch/commit '$branch_name'"
3b6137f2
JX
18326msgstr ""
18327
36dd6933 18328#: git-legacy-rebase.sh:670
28b3cffc
JX
18329#, sh-format
18330msgid "Created autostash: $stash_abbrev"
18331msgstr ""
18332
36dd6933 18333#: git-legacy-rebase.sh:699
3b6137f2
JX
18334#, sh-format
18335msgid "Current branch $branch_name is up to date."
18336msgstr ""
18337
36dd6933 18338#: git-legacy-rebase.sh:709
3b6137f2
JX
18339#, sh-format
18340msgid "Current branch $branch_name is up to date, rebase forced."
18341msgstr ""
18342
578d8ea3
JX
18343#: git-legacy-rebase.sh:723
18344#, sh-format
18345msgid "Changes to $onto:"
18346msgstr ""
18347
18348#: git-legacy-rebase.sh:725
3b6137f2
JX
18349#, sh-format
18350msgid "Changes from $mb to $onto:"
18351msgstr ""
18352
578d8ea3 18353#: git-legacy-rebase.sh:736
3b6137f2
JX
18354msgid "First, rewinding head to replay your work on top of it..."
18355msgstr ""
18356
578d8ea3 18357#: git-legacy-rebase.sh:746
3b6137f2
JX
18358#, sh-format
18359msgid "Fast-forwarded $branch_name to $onto_name."
18360msgstr ""
18361
25eab542 18362#: git-stash.sh:61
dce37b66
JX
18363msgid "git stash clear with parameters is unimplemented"
18364msgstr ""
18365
18a90722 18366#: git-stash.sh:108
dce37b66
JX
18367msgid "You do not have the initial commit yet"
18368msgstr ""
18369
18a90722 18370#: git-stash.sh:123
dce37b66
JX
18371msgid "Cannot save the current index state"
18372msgstr ""
18373
18a90722 18374#: git-stash.sh:138
fda7b092
JX
18375msgid "Cannot save the untracked files"
18376msgstr ""
18377
18a90722 18378#: git-stash.sh:158 git-stash.sh:171
dce37b66
JX
18379msgid "Cannot save the current worktree state"
18380msgstr ""
18381
18a90722 18382#: git-stash.sh:175
dce37b66
JX
18383msgid "No changes selected"
18384msgstr ""
18385
18a90722 18386#: git-stash.sh:178
dce37b66
JX
18387msgid "Cannot remove temporary index (can't happen)"
18388msgstr ""
18389
18a90722 18390#: git-stash.sh:191
dce37b66
JX
18391msgid "Cannot record working tree state"
18392msgstr ""
18393
18a90722 18394#: git-stash.sh:229
28b3cffc
JX
18395#, sh-format
18396msgid "Cannot update $ref_stash with $w_commit"
18397msgstr ""
18398
18a90722 18399#: git-stash.sh:281
7256fd7c 18400#, sh-format
18a90722 18401msgid "error: unknown option for 'stash push': $option"
7256fd7c
JX
18402msgstr ""
18403
18a90722 18404#: git-stash.sh:295
fda7b092
JX
18405msgid "Can't use --patch and --include-untracked or --all at the same time"
18406msgstr ""
18407
18a90722 18408#: git-stash.sh:303
dce37b66
JX
18409msgid "No local changes to save"
18410msgstr ""
18411
18a90722 18412#: git-stash.sh:308
dce37b66
JX
18413msgid "Cannot initialize stash"
18414msgstr ""
18415
18a90722 18416#: git-stash.sh:312
dce37b66
JX
18417msgid "Cannot save the current status"
18418msgstr ""
18419
18a90722 18420#: git-stash.sh:313
9fa976ff
JX
18421#, sh-format
18422msgid "Saved working directory and index state $stash_msg"
18423msgstr ""
18424
9b7388a8 18425#: git-stash.sh:342
dce37b66
JX
18426msgid "Cannot remove worktree changes"
18427msgstr ""
18428
9b7388a8 18429#: git-stash.sh:490
64f23b0c
JX
18430#, sh-format
18431msgid "unknown option: $opt"
18432msgstr ""
18433
9b7388a8 18434#: git-stash.sh:503
5b34e000 18435msgid "No stash entries found."
dce37b66
JX
18436msgstr ""
18437
9b7388a8 18438#: git-stash.sh:510
dce37b66
JX
18439#, sh-format
18440msgid "Too many revisions specified: $REV"
18441msgstr ""
18442
9b7388a8 18443#: git-stash.sh:525
dce37b66 18444#, sh-format
d07a63e4 18445msgid "$reference is not a valid reference"
dce37b66
JX
18446msgstr ""
18447
9b7388a8 18448#: git-stash.sh:553
dce37b66
JX
18449#, sh-format
18450msgid "'$args' is not a stash-like commit"
18451msgstr ""
18452
9b7388a8 18453#: git-stash.sh:564
dce37b66
JX
18454#, sh-format
18455msgid "'$args' is not a stash reference"
18456msgstr ""
18457
9b7388a8 18458#: git-stash.sh:572
dce37b66
JX
18459msgid "unable to refresh index"
18460msgstr ""
18461
9b7388a8 18462#: git-stash.sh:576
dce37b66
JX
18463msgid "Cannot apply a stash in the middle of a merge"
18464msgstr ""
18465
9b7388a8 18466#: git-stash.sh:584
dce37b66
JX
18467msgid "Conflicts in index. Try without --index."
18468msgstr ""
18469
9b7388a8 18470#: git-stash.sh:586
dce37b66
JX
18471msgid "Could not save index tree"
18472msgstr ""
18473
9b7388a8 18474#: git-stash.sh:595
5b34e000 18475msgid "Could not restore untracked files from stash entry"
fda7b092
JX
18476msgstr ""
18477
9b7388a8 18478#: git-stash.sh:620
dce37b66
JX
18479msgid "Cannot unstage modified files"
18480msgstr ""
18481
9b7388a8 18482#: git-stash.sh:635
7256fd7c
JX
18483msgid "Index was not unstashed."
18484msgstr ""
18485
9b7388a8 18486#: git-stash.sh:649
5b34e000 18487msgid "The stash entry is kept in case you need it again."
9fa976ff
JX
18488msgstr ""
18489
9b7388a8 18490#: git-stash.sh:658
dce37b66
JX
18491#, sh-format
18492msgid "Dropped ${REV} ($s)"
18493msgstr ""
18494
9b7388a8 18495#: git-stash.sh:659
dce37b66
JX
18496#, sh-format
18497msgid "${REV}: Could not drop stash entry"
18498msgstr ""
18499
9b7388a8 18500#: git-stash.sh:667
dce37b66
JX
18501msgid "No branch name specified"
18502msgstr ""
18503
9b7388a8 18504#: git-stash.sh:746
dce37b66
JX
18505msgid "(To restore them type \"git stash apply\")"
18506msgstr ""
18507
12705546 18508#: git-submodule.sh:198
28b3cffc
JX
18509msgid "Relative path can only be used from the toplevel of the working tree"
18510msgstr ""
18511
12705546 18512#: git-submodule.sh:208
dce37b66
JX
18513#, sh-format
18514msgid "repo URL: '$repo' must be absolute or begin with ./|../"
18515msgstr ""
18516
12705546 18517#: git-submodule.sh:227
dce37b66 18518#, sh-format
cd1e7487 18519msgid "'$sm_path' already exists in the index"
dce37b66
JX
18520msgstr ""
18521
12705546 18522#: git-submodule.sh:230
673bfad0
JX
18523#, sh-format
18524msgid "'$sm_path' already exists in the index and is not a submodule"
18525msgstr ""
18526
12705546 18527#: git-submodule.sh:236
7256fd7c
JX
18528#, sh-format
18529msgid ""
18530"The following path is ignored by one of your .gitignore files:\n"
18531"$sm_path\n"
18532"Use -f if you really want to add it."
18533msgstr ""
18534
12705546 18535#: git-submodule.sh:259
7256fd7c
JX
18536#, sh-format
18537msgid "Adding existing repo at '$sm_path' to the index"
18538msgstr ""
18539
12705546 18540#: git-submodule.sh:261
dce37b66 18541#, sh-format
cd1e7487 18542msgid "'$sm_path' already exists and is not a valid git repo"
dce37b66
JX
18543msgstr ""
18544
12705546 18545#: git-submodule.sh:269
fe52cd62
JX
18546#, sh-format
18547msgid "A git directory for '$sm_name' is found locally with remote(s):"
18548msgstr ""
18549
12705546 18550#: git-submodule.sh:271
fe52cd62
JX
18551#, sh-format
18552msgid ""
9fa976ff
JX
18553"If you want to reuse this local git directory instead of cloning again from\n"
18554" $realrepo\n"
18555"use the '--force' option. If the local git directory is not the correct "
18556"repo\n"
fe52cd62
JX
18557"or you are unsure what this means choose another name with the '--name' "
18558"option."
18559msgstr ""
18560
12705546 18561#: git-submodule.sh:277
fe52cd62
JX
18562#, sh-format
18563msgid "Reactivating local git directory for submodule '$sm_name'."
18564msgstr ""
18565
12705546 18566#: git-submodule.sh:289
dce37b66 18567#, sh-format
cd1e7487 18568msgid "Unable to checkout submodule '$sm_path'"
dce37b66
JX
18569msgstr ""
18570
12705546 18571#: git-submodule.sh:294
dce37b66 18572#, sh-format
cd1e7487 18573msgid "Failed to add submodule '$sm_path'"
dce37b66
JX
18574msgstr ""
18575
12705546 18576#: git-submodule.sh:303
dce37b66 18577#, sh-format
cd1e7487 18578msgid "Failed to register submodule '$sm_path'"
dce37b66
JX
18579msgstr ""
18580
12705546 18581#: git-submodule.sh:563
dce37b66 18582#, sh-format
28b3cffc 18583msgid "Unable to find current revision in submodule path '$displaypath'"
dce37b66
JX
18584msgstr ""
18585
12705546 18586#: git-submodule.sh:573
dce37b66 18587#, sh-format
cd1e7487 18588msgid "Unable to fetch in submodule path '$sm_path'"
dce37b66
JX
18589msgstr ""
18590
12705546 18591#: git-submodule.sh:578
9fa976ff
JX
18592#, sh-format
18593msgid ""
18594"Unable to find current ${remote_name}/${branch} revision in submodule path "
18595"'$sm_path'"
18596msgstr ""
18597
12705546 18598#: git-submodule.sh:596
dce37b66 18599#, sh-format
28b3cffc 18600msgid "Unable to fetch in submodule path '$displaypath'"
dce37b66
JX
18601msgstr ""
18602
12705546 18603#: git-submodule.sh:602
9fa976ff
JX
18604#, sh-format
18605msgid ""
18606"Fetched in submodule path '$displaypath', but it did not contain $sha1. "
18607"Direct fetching of that commit failed."
18608msgstr ""
18609
12705546 18610#: git-submodule.sh:609
5e078fcd
JX
18611#, sh-format
18612msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
18613msgstr ""
18614
12705546 18615#: git-submodule.sh:610
dce37b66 18616#, sh-format
5e078fcd
JX
18617msgid "Submodule path '$displaypath': checked out '$sha1'"
18618msgstr ""
18619
12705546 18620#: git-submodule.sh:614
5e078fcd 18621#, sh-format
28b3cffc 18622msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
dce37b66
JX
18623msgstr ""
18624
12705546 18625#: git-submodule.sh:615
dce37b66 18626#, sh-format
28b3cffc 18627msgid "Submodule path '$displaypath': rebased into '$sha1'"
dce37b66
JX
18628msgstr ""
18629
12705546 18630#: git-submodule.sh:620
dce37b66 18631#, sh-format
28b3cffc 18632msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
dce37b66
JX
18633msgstr ""
18634
12705546 18635#: git-submodule.sh:621
dce37b66 18636#, sh-format
28b3cffc 18637msgid "Submodule path '$displaypath': merged in '$sha1'"
dce37b66
JX
18638msgstr ""
18639
12705546 18640#: git-submodule.sh:626
dce37b66 18641#, sh-format
f517e50d 18642msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
dce37b66
JX
18643msgstr ""
18644
12705546 18645#: git-submodule.sh:627
dce37b66 18646#, sh-format
f517e50d 18647msgid "Submodule path '$displaypath': '$command $sha1'"
dce37b66
JX
18648msgstr ""
18649
12705546 18650#: git-submodule.sh:658
28b3cffc
JX
18651#, sh-format
18652msgid "Failed to recurse into submodule path '$displaypath'"
18653msgstr ""
18654
12705546 18655#: git-submodule.sh:754
3b6137f2 18656msgid "The --cached option cannot be used with the --files option"
7256fd7c
JX
18657msgstr ""
18658
12705546 18659#: git-submodule.sh:806
7256fd7c
JX
18660#, sh-format
18661msgid "unexpected mode $mod_dst"
dce37b66
JX
18662msgstr ""
18663
12705546 18664#: git-submodule.sh:826
dce37b66 18665#, sh-format
28b3cffc 18666msgid " Warn: $display_name doesn't contain commit $sha1_src"
dce37b66
JX
18667msgstr ""
18668
12705546 18669#: git-submodule.sh:829
dce37b66 18670#, sh-format
28b3cffc 18671msgid " Warn: $display_name doesn't contain commit $sha1_dst"
dce37b66
JX
18672msgstr ""
18673
12705546 18674#: git-submodule.sh:832
dce37b66 18675#, sh-format
28b3cffc 18676msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
dce37b66
JX
18677msgstr ""
18678
f517e50d
JX
18679#: git-parse-remote.sh:89
18680#, sh-format
18681msgid "See git-${cmd}(1) for details."
18682msgstr ""
9fa976ff 18683
dba9f13c
JX
18684#: git-rebase--preserve-merges.sh:136
18685#, sh-format
18686msgid "Rebasing ($new_count/$total)"
18687msgstr ""
18688
18689#: git-rebase--preserve-merges.sh:152
18690msgid ""
18691"\n"
18692"Commands:\n"
18693"p, pick <commit> = use commit\n"
18694"r, reword <commit> = use commit, but edit the commit message\n"
18695"e, edit <commit> = use commit, but stop for amending\n"
18696"s, squash <commit> = use commit, but meld into previous commit\n"
18697"f, fixup <commit> = like \"squash\", but discard this commit's log message\n"
18698"x, exec <commit> = run command (the rest of the line) using shell\n"
18699"d, drop <commit> = remove commit\n"
18700"l, label <label> = label current HEAD with a name\n"
18701"t, reset <label> = reset HEAD to a label\n"
18702"m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
18703". create a merge commit using the original merge commit's\n"
18704". message (or the oneline, if no original merge commit was\n"
18705". specified). Use -c <commit> to reword the commit message.\n"
18706"\n"
18707"These lines can be re-ordered; they are executed from top to bottom.\n"
18708msgstr ""
18709
18710#: git-rebase--preserve-merges.sh:215
9fa976ff
JX
18711#, sh-format
18712msgid ""
18713"You can amend the commit now, with\n"
18714"\n"
18715"\tgit commit --amend $gpg_sign_opt_quoted\n"
18716"\n"
18717"Once you are satisfied with your changes, run\n"
18718"\n"
18719"\tgit rebase --continue"
18720msgstr ""
18721
dba9f13c 18722#: git-rebase--preserve-merges.sh:240
9fa976ff
JX
18723#, sh-format
18724msgid "$sha1: not a commit that can be picked"
18725msgstr ""
18726
dba9f13c 18727#: git-rebase--preserve-merges.sh:279
9fa976ff
JX
18728#, sh-format
18729msgid "Invalid commit name: $sha1"
18730msgstr ""
18731
dba9f13c 18732#: git-rebase--preserve-merges.sh:309
9fa976ff
JX
18733msgid "Cannot write current commit's replacement sha1"
18734msgstr ""
18735
dba9f13c 18736#: git-rebase--preserve-merges.sh:360
9fa976ff
JX
18737#, sh-format
18738msgid "Fast-forward to $sha1"
18739msgstr ""
18740
dba9f13c 18741#: git-rebase--preserve-merges.sh:362
9fa976ff
JX
18742#, sh-format
18743msgid "Cannot fast-forward to $sha1"
18744msgstr ""
18745
dba9f13c 18746#: git-rebase--preserve-merges.sh:371
9fa976ff
JX
18747#, sh-format
18748msgid "Cannot move HEAD to $first_parent"
18749msgstr ""
18750
dba9f13c 18751#: git-rebase--preserve-merges.sh:376
9fa976ff
JX
18752#, sh-format
18753msgid "Refusing to squash a merge: $sha1"
18754msgstr ""
18755
dba9f13c 18756#: git-rebase--preserve-merges.sh:394
9fa976ff
JX
18757#, sh-format
18758msgid "Error redoing merge $sha1"
18759msgstr ""
18760
dba9f13c 18761#: git-rebase--preserve-merges.sh:403
9fa976ff
JX
18762#, sh-format
18763msgid "Could not pick $sha1"
18764msgstr ""
18765
dba9f13c 18766#: git-rebase--preserve-merges.sh:412
5bd166d8
JX
18767#, sh-format
18768msgid "This is the commit message #${n}:"
9fa976ff
JX
18769msgstr ""
18770
dba9f13c 18771#: git-rebase--preserve-merges.sh:417
9fa976ff 18772#, sh-format
5bd166d8 18773msgid "The commit message #${n} will be skipped:"
9fa976ff
JX
18774msgstr ""
18775
dba9f13c 18776#: git-rebase--preserve-merges.sh:428
9fa976ff 18777#, sh-format
9fa976ff
JX
18778msgid "This is a combination of $count commit."
18779msgid_plural "This is a combination of $count commits."
18780msgstr[0] ""
18781msgstr[1] ""
18782
dba9f13c 18783#: git-rebase--preserve-merges.sh:437
9fa976ff
JX
18784#, sh-format
18785msgid "Cannot write $fixup_msg"
18786msgstr ""
18787
dba9f13c 18788#: git-rebase--preserve-merges.sh:440
673bfad0 18789msgid "This is a combination of 2 commits."
5bd166d8
JX
18790msgstr ""
18791
dba9f13c
JX
18792#: git-rebase--preserve-merges.sh:481 git-rebase--preserve-merges.sh:524
18793#: git-rebase--preserve-merges.sh:527
9fa976ff
JX
18794#, sh-format
18795msgid "Could not apply $sha1... $rest"
18796msgstr ""
18797
dba9f13c 18798#: git-rebase--preserve-merges.sh:556
9fa976ff
JX
18799#, sh-format
18800msgid ""
18801"Could not amend commit after successfully picking $sha1... $rest\n"
18802"This is most likely due to an empty commit message, or the pre-commit hook\n"
18803"failed. If the pre-commit hook failed, you may need to resolve the issue "
18804"before\n"
18805"you are able to reword the commit."
18806msgstr ""
18807
dba9f13c 18808#: git-rebase--preserve-merges.sh:571
9fa976ff
JX
18809#, sh-format
18810msgid "Stopped at $sha1_abbrev... $rest"
18811msgstr ""
18812
dba9f13c 18813#: git-rebase--preserve-merges.sh:586
9fa976ff
JX
18814#, sh-format
18815msgid "Cannot '$squash_style' without a previous commit"
18816msgstr ""
18817
dba9f13c 18818#: git-rebase--preserve-merges.sh:628
9fa976ff
JX
18819#, sh-format
18820msgid "Executing: $rest"
18821msgstr ""
18822
dba9f13c 18823#: git-rebase--preserve-merges.sh:636
9fa976ff
JX
18824#, sh-format
18825msgid "Execution failed: $rest"
18826msgstr ""
18827
dba9f13c 18828#: git-rebase--preserve-merges.sh:638
9fa976ff
JX
18829msgid "and made changes to the index and/or the working tree"
18830msgstr ""
18831
dba9f13c 18832#: git-rebase--preserve-merges.sh:640
9fa976ff
JX
18833msgid ""
18834"You can fix the problem, and then run\n"
18835"\n"
18836"\tgit rebase --continue"
18837msgstr ""
18838
18839#. TRANSLATORS: after these lines is a command to be issued by the user
dba9f13c 18840#: git-rebase--preserve-merges.sh:653
9fa976ff
JX
18841#, sh-format
18842msgid ""
18843"Execution succeeded: $rest\n"
18844"but left changes to the index and/or the working tree\n"
18845"Commit or stash your changes, and then run\n"
18846"\n"
18847"\tgit rebase --continue"
18848msgstr ""
18849
dba9f13c 18850#: git-rebase--preserve-merges.sh:664
9fa976ff
JX
18851#, sh-format
18852msgid "Unknown command: $command $sha1 $rest"
18853msgstr ""
18854
dba9f13c 18855#: git-rebase--preserve-merges.sh:665
9fa976ff
JX
18856msgid "Please fix this using 'git rebase --edit-todo'."
18857msgstr ""
18858
dba9f13c 18859#: git-rebase--preserve-merges.sh:700
9fa976ff
JX
18860#, sh-format
18861msgid "Successfully rebased and updated $head_name."
18862msgstr ""
18863
dba9f13c 18864#: git-rebase--preserve-merges.sh:757
9fa976ff
JX
18865msgid "Could not remove CHERRY_PICK_HEAD"
18866msgstr ""
18867
dba9f13c 18868#: git-rebase--preserve-merges.sh:762
9fa976ff
JX
18869#, sh-format
18870msgid ""
18871"You have staged changes in your working tree.\n"
18872"If these changes are meant to be\n"
18873"squashed into the previous commit, run:\n"
18874"\n"
18875" git commit --amend $gpg_sign_opt_quoted\n"
18876"\n"
18877"If they are meant to go into a new commit, run:\n"
18878"\n"
18879" git commit $gpg_sign_opt_quoted\n"
18880"\n"
fda7b092 18881"In both cases, once you're done, continue with:\n"
9fa976ff
JX
18882"\n"
18883" git rebase --continue\n"
18884msgstr ""
18885
dba9f13c 18886#: git-rebase--preserve-merges.sh:779
9fa976ff
JX
18887msgid "Error trying to find the author identity to amend commit"
18888msgstr ""
18889
dba9f13c 18890#: git-rebase--preserve-merges.sh:784
9fa976ff
JX
18891msgid ""
18892"You have uncommitted changes in your working tree. Please commit them\n"
18893"first and then run 'git rebase --continue' again."
18894msgstr ""
18895
dba9f13c 18896#: git-rebase--preserve-merges.sh:789 git-rebase--preserve-merges.sh:793
9fa976ff
JX
18897msgid "Could not commit staged changes."
18898msgstr ""
18899
12705546
JX
18900#: git-rebase--preserve-merges.sh:824 git-rebase--preserve-merges.sh:910
18901msgid "Could not execute editor"
18902msgstr ""
18903
18904#: git-rebase--preserve-merges.sh:845
18905#, sh-format
18906msgid "Could not checkout $switch_to"
18907msgstr ""
18908
18909#: git-rebase--preserve-merges.sh:852
18910msgid "No HEAD?"
18911msgstr ""
18912
18913#: git-rebase--preserve-merges.sh:853
18914#, sh-format
18915msgid "Could not create temporary $state_dir"
18916msgstr ""
18917
18918#: git-rebase--preserve-merges.sh:856
18919msgid "Could not mark as interactive"
9b7388a8
JX
18920msgstr ""
18921
12705546
JX
18922#: git-rebase--preserve-merges.sh:888
18923#, sh-format
18924msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
18925msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
18926msgstr[0] ""
18927msgstr[1] ""
18928
dba9f13c 18929#: git-rebase--preserve-merges.sh:942 git-rebase--preserve-merges.sh:947
9b7388a8
JX
18930msgid "Could not init rewritten commits"
18931msgstr ""
18932
9fa976ff
JX
18933#: git-sh-setup.sh:89 git-sh-setup.sh:94
18934#, sh-format
18935msgid "usage: $dashless $USAGE"
18936msgstr ""
18937
18938#: git-sh-setup.sh:190
18939#, sh-format
18940msgid "Cannot chdir to $cdup, the toplevel of the working tree"
18941msgstr ""
18942
18943#: git-sh-setup.sh:199 git-sh-setup.sh:206
18944#, sh-format
18945msgid "fatal: $program_name cannot be used without a working tree."
18946msgstr ""
18947
18948#: git-sh-setup.sh:220
18949msgid "Cannot rebase: You have unstaged changes."
18950msgstr ""
18951
18952#: git-sh-setup.sh:223
18953msgid "Cannot rewrite branches: You have unstaged changes."
18954msgstr ""
18955
fda7b092
JX
18956#: git-sh-setup.sh:226
18957msgid "Cannot pull with rebase: You have unstaged changes."
18958msgstr ""
18959
9fa976ff
JX
18960#: git-sh-setup.sh:229
18961#, sh-format
18962msgid "Cannot $action: You have unstaged changes."
18963msgstr ""
18964
18965#: git-sh-setup.sh:242
18966msgid "Cannot rebase: Your index contains uncommitted changes."
18967msgstr ""
18968
fda7b092
JX
18969#: git-sh-setup.sh:245
18970msgid "Cannot pull with rebase: Your index contains uncommitted changes."
18971msgstr ""
18972
9fa976ff
JX
18973#: git-sh-setup.sh:248
18974#, sh-format
18975msgid "Cannot $action: Your index contains uncommitted changes."
18976msgstr ""
18977
fda7b092
JX
18978#: git-sh-setup.sh:252
18979msgid "Additionally, your index contains uncommitted changes."
18980msgstr ""
18981
9fa976ff
JX
18982#: git-sh-setup.sh:372
18983msgid "You need to run this command from the toplevel of the working tree."
18984msgstr ""
18985
18986#: git-sh-setup.sh:377
18987msgid "Unable to determine absolute path of git directory"
18988msgstr ""
673bfad0
JX
18989
18990#. TRANSLATORS: you can adjust this to align "git add -i" status menu
5b34e000 18991#: git-add--interactive.perl:196
673bfad0
JX
18992#, perl-format
18993msgid "%12s %12s %s"
18994msgstr ""
18995
5b34e000 18996#: git-add--interactive.perl:197
673bfad0
JX
18997msgid "staged"
18998msgstr ""
18999
5b34e000 19000#: git-add--interactive.perl:197
673bfad0
JX
19001msgid "unstaged"
19002msgstr ""
19003
9b7388a8 19004#: git-add--interactive.perl:253 git-add--interactive.perl:278
673bfad0
JX
19005msgid "binary"
19006msgstr ""
19007
9b7388a8 19008#: git-add--interactive.perl:262 git-add--interactive.perl:316
673bfad0
JX
19009msgid "nothing"
19010msgstr ""
19011
9b7388a8 19012#: git-add--interactive.perl:298 git-add--interactive.perl:313
673bfad0
JX
19013msgid "unchanged"
19014msgstr ""
19015
9b7388a8 19016#: git-add--interactive.perl:609
673bfad0
JX
19017#, perl-format
19018msgid "added %d path\n"
19019msgid_plural "added %d paths\n"
19020msgstr[0] ""
19021msgstr[1] ""
19022
9b7388a8 19023#: git-add--interactive.perl:612
673bfad0
JX
19024#, perl-format
19025msgid "updated %d path\n"
19026msgid_plural "updated %d paths\n"
19027msgstr[0] ""
19028msgstr[1] ""
19029
9b7388a8 19030#: git-add--interactive.perl:615
673bfad0
JX
19031#, perl-format
19032msgid "reverted %d path\n"
19033msgid_plural "reverted %d paths\n"
19034msgstr[0] ""
19035msgstr[1] ""
19036
9b7388a8 19037#: git-add--interactive.perl:618
673bfad0
JX
19038#, perl-format
19039msgid "touched %d path\n"
19040msgid_plural "touched %d paths\n"
19041msgstr[0] ""
19042msgstr[1] ""
19043
9b7388a8 19044#: git-add--interactive.perl:627
673bfad0
JX
19045msgid "Update"
19046msgstr ""
19047
9b7388a8 19048#: git-add--interactive.perl:639
673bfad0
JX
19049msgid "Revert"
19050msgstr ""
19051
9b7388a8 19052#: git-add--interactive.perl:662
673bfad0
JX
19053#, perl-format
19054msgid "note: %s is untracked now.\n"
19055msgstr ""
19056
9b7388a8 19057#: git-add--interactive.perl:673
673bfad0
JX
19058msgid "Add untracked"
19059msgstr ""
19060
9b7388a8 19061#: git-add--interactive.perl:679
673bfad0
JX
19062msgid "No untracked files.\n"
19063msgstr ""
19064
9b7388a8 19065#: git-add--interactive.perl:1033
673bfad0
JX
19066msgid ""
19067"If the patch applies cleanly, the edited hunk will immediately be\n"
19068"marked for staging."
19069msgstr ""
19070
9b7388a8 19071#: git-add--interactive.perl:1036
673bfad0
JX
19072msgid ""
19073"If the patch applies cleanly, the edited hunk will immediately be\n"
19074"marked for stashing."
19075msgstr ""
19076
9b7388a8 19077#: git-add--interactive.perl:1039
673bfad0
JX
19078msgid ""
19079"If the patch applies cleanly, the edited hunk will immediately be\n"
19080"marked for unstaging."
19081msgstr ""
19082
9b7388a8 19083#: git-add--interactive.perl:1042 git-add--interactive.perl:1051
673bfad0
JX
19084msgid ""
19085"If the patch applies cleanly, the edited hunk will immediately be\n"
19086"marked for applying."
19087msgstr ""
19088
9b7388a8 19089#: git-add--interactive.perl:1045 git-add--interactive.perl:1048
673bfad0
JX
19090msgid ""
19091"If the patch applies cleanly, the edited hunk will immediately be\n"
19092"marked for discarding."
19093msgstr ""
19094
9b7388a8 19095#: git-add--interactive.perl:1085
673bfad0
JX
19096#, perl-format
19097msgid "failed to open hunk edit file for writing: %s"
19098msgstr ""
19099
9b7388a8 19100#: git-add--interactive.perl:1086
673bfad0
JX
19101msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
19102msgstr ""
19103
9b7388a8 19104#: git-add--interactive.perl:1092
673bfad0
JX
19105#, perl-format
19106msgid ""
19107"---\n"
19108"To remove '%s' lines, make them ' ' lines (context).\n"
19109"To remove '%s' lines, delete them.\n"
19110"Lines starting with %s will be removed.\n"
19111msgstr ""
19112
19113#. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
9b7388a8 19114#: git-add--interactive.perl:1100
673bfad0
JX
19115msgid ""
19116"If it does not apply cleanly, you will be given an opportunity to\n"
19117"edit again. If all lines of the hunk are removed, then the edit is\n"
19118"aborted and the hunk is left unchanged.\n"
19119msgstr ""
19120
9b7388a8 19121#: git-add--interactive.perl:1114
673bfad0
JX
19122#, perl-format
19123msgid "failed to open hunk edit file for reading: %s"
19124msgstr ""
19125
19126#. TRANSLATORS: do not translate [y/n]
19127#. The program will only accept that input
19128#. at this point.
19129#. Consider translating (saying "no" discards!) as
19130#. (saying "n" for "no" discards!) if the translation
19131#. of the word "no" does not start with n.
9b7388a8 19132#: git-add--interactive.perl:1213
673bfad0
JX
19133msgid ""
19134"Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
19135msgstr ""
19136
9b7388a8 19137#: git-add--interactive.perl:1222
673bfad0
JX
19138msgid ""
19139"y - stage this hunk\n"
19140"n - do not stage this hunk\n"
19141"q - quit; do not stage this hunk or any of the remaining ones\n"
19142"a - stage this hunk and all later hunks in the file\n"
19143"d - do not stage this hunk or any of the later hunks in the file"
19144msgstr ""
19145
9b7388a8 19146#: git-add--interactive.perl:1228
673bfad0
JX
19147msgid ""
19148"y - stash this hunk\n"
19149"n - do not stash this hunk\n"
19150"q - quit; do not stash this hunk or any of the remaining ones\n"
19151"a - stash this hunk and all later hunks in the file\n"
19152"d - do not stash this hunk or any of the later hunks in the file"
19153msgstr ""
19154
9b7388a8 19155#: git-add--interactive.perl:1234
673bfad0
JX
19156msgid ""
19157"y - unstage this hunk\n"
19158"n - do not unstage this hunk\n"
19159"q - quit; do not unstage this hunk or any of the remaining ones\n"
19160"a - unstage this hunk and all later hunks in the file\n"
19161"d - do not unstage this hunk or any of the later hunks in the file"
19162msgstr ""
19163
9b7388a8 19164#: git-add--interactive.perl:1240
673bfad0
JX
19165msgid ""
19166"y - apply this hunk to index\n"
19167"n - do not apply this hunk to index\n"
19168"q - quit; do not apply this hunk or any of the remaining ones\n"
19169"a - apply this hunk and all later hunks in the file\n"
19170"d - do not apply this hunk or any of the later hunks in the file"
19171msgstr ""
19172
9b7388a8 19173#: git-add--interactive.perl:1246
673bfad0
JX
19174msgid ""
19175"y - discard this hunk from worktree\n"
19176"n - do not discard this hunk from worktree\n"
19177"q - quit; do not discard this hunk or any of the remaining ones\n"
19178"a - discard this hunk and all later hunks in the file\n"
19179"d - do not discard this hunk or any of the later hunks in the file"
19180msgstr ""
19181
9b7388a8 19182#: git-add--interactive.perl:1252
673bfad0
JX
19183msgid ""
19184"y - discard this hunk from index and worktree\n"
19185"n - do not discard this hunk from index and worktree\n"
19186"q - quit; do not discard this hunk or any of the remaining ones\n"
19187"a - discard this hunk and all later hunks in the file\n"
19188"d - do not discard this hunk or any of the later hunks in the file"
19189msgstr ""
19190
9b7388a8 19191#: git-add--interactive.perl:1258
673bfad0
JX
19192msgid ""
19193"y - apply this hunk to index and worktree\n"
19194"n - do not apply this hunk to index and worktree\n"
19195"q - quit; do not apply this hunk or any of the remaining ones\n"
19196"a - apply this hunk and all later hunks in the file\n"
19197"d - do not apply this hunk or any of the later hunks in the file"
19198msgstr ""
19199
9b7388a8 19200#: git-add--interactive.perl:1273
673bfad0
JX
19201msgid ""
19202"g - select a hunk to go to\n"
19203"/ - search for a hunk matching the given regex\n"
19204"j - leave this hunk undecided, see next undecided hunk\n"
19205"J - leave this hunk undecided, see next hunk\n"
19206"k - leave this hunk undecided, see previous undecided hunk\n"
19207"K - leave this hunk undecided, see previous hunk\n"
19208"s - split the current hunk into smaller hunks\n"
19209"e - manually edit the current hunk\n"
19210"? - print help\n"
19211msgstr ""
19212
9b7388a8 19213#: git-add--interactive.perl:1304
673bfad0
JX
19214msgid "The selected hunks do not apply to the index!\n"
19215msgstr ""
19216
9b7388a8 19217#: git-add--interactive.perl:1305
673bfad0
JX
19218msgid "Apply them to the worktree anyway? "
19219msgstr ""
19220
9b7388a8 19221#: git-add--interactive.perl:1308
673bfad0
JX
19222msgid "Nothing was applied.\n"
19223msgstr ""
19224
9b7388a8 19225#: git-add--interactive.perl:1319
673bfad0
JX
19226#, perl-format
19227msgid "ignoring unmerged: %s\n"
19228msgstr ""
19229
9b7388a8 19230#: git-add--interactive.perl:1328
673bfad0
JX
19231msgid "Only binary files changed.\n"
19232msgstr ""
19233
9b7388a8 19234#: git-add--interactive.perl:1330
673bfad0
JX
19235msgid "No changes.\n"
19236msgstr ""
19237
9b7388a8 19238#: git-add--interactive.perl:1338
673bfad0
JX
19239msgid "Patch update"
19240msgstr ""
19241
9b7388a8 19242#: git-add--interactive.perl:1390
673bfad0 19243#, perl-format
abc8de64 19244msgid "Stage mode change [y,n,q,a,d%s,?]? "
673bfad0
JX
19245msgstr ""
19246
9b7388a8 19247#: git-add--interactive.perl:1391
673bfad0 19248#, perl-format
abc8de64 19249msgid "Stage deletion [y,n,q,a,d%s,?]? "
673bfad0
JX
19250msgstr ""
19251
9b7388a8 19252#: git-add--interactive.perl:1392
673bfad0 19253#, perl-format
abc8de64 19254msgid "Stage this hunk [y,n,q,a,d%s,?]? "
673bfad0
JX
19255msgstr ""
19256
9b7388a8 19257#: git-add--interactive.perl:1395
673bfad0 19258#, perl-format
abc8de64 19259msgid "Stash mode change [y,n,q,a,d%s,?]? "
673bfad0
JX
19260msgstr ""
19261
9b7388a8 19262#: git-add--interactive.perl:1396
673bfad0 19263#, perl-format
abc8de64 19264msgid "Stash deletion [y,n,q,a,d%s,?]? "
673bfad0
JX
19265msgstr ""
19266
9b7388a8 19267#: git-add--interactive.perl:1397
673bfad0 19268#, perl-format
abc8de64 19269msgid "Stash this hunk [y,n,q,a,d%s,?]? "
673bfad0
JX
19270msgstr ""
19271
9b7388a8 19272#: git-add--interactive.perl:1400
673bfad0 19273#, perl-format
abc8de64 19274msgid "Unstage mode change [y,n,q,a,d%s,?]? "
673bfad0
JX
19275msgstr ""
19276
9b7388a8 19277#: git-add--interactive.perl:1401
673bfad0 19278#, perl-format
abc8de64 19279msgid "Unstage deletion [y,n,q,a,d%s,?]? "
673bfad0
JX
19280msgstr ""
19281
9b7388a8 19282#: git-add--interactive.perl:1402
673bfad0 19283#, perl-format
abc8de64 19284msgid "Unstage this hunk [y,n,q,a,d%s,?]? "
673bfad0
JX
19285msgstr ""
19286
9b7388a8 19287#: git-add--interactive.perl:1405
673bfad0 19288#, perl-format
abc8de64 19289msgid "Apply mode change to index [y,n,q,a,d%s,?]? "
673bfad0
JX
19290msgstr ""
19291
9b7388a8 19292#: git-add--interactive.perl:1406
673bfad0 19293#, perl-format
abc8de64 19294msgid "Apply deletion to index [y,n,q,a,d%s,?]? "
673bfad0
JX
19295msgstr ""
19296
9b7388a8 19297#: git-add--interactive.perl:1407
673bfad0 19298#, perl-format
abc8de64 19299msgid "Apply this hunk to index [y,n,q,a,d%s,?]? "
673bfad0
JX
19300msgstr ""
19301
9b7388a8 19302#: git-add--interactive.perl:1410
673bfad0 19303#, perl-format
abc8de64 19304msgid "Discard mode change from worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
19305msgstr ""
19306
9b7388a8 19307#: git-add--interactive.perl:1411
673bfad0 19308#, perl-format
abc8de64 19309msgid "Discard deletion from worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
19310msgstr ""
19311
9b7388a8 19312#: git-add--interactive.perl:1412
673bfad0 19313#, perl-format
abc8de64 19314msgid "Discard this hunk from worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
19315msgstr ""
19316
9b7388a8 19317#: git-add--interactive.perl:1415
673bfad0 19318#, perl-format
abc8de64 19319msgid "Discard mode change from index and worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
19320msgstr ""
19321
9b7388a8 19322#: git-add--interactive.perl:1416
673bfad0 19323#, perl-format
abc8de64 19324msgid "Discard deletion from index and worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
19325msgstr ""
19326
9b7388a8 19327#: git-add--interactive.perl:1417
673bfad0 19328#, perl-format
abc8de64 19329msgid "Discard this hunk from index and worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
19330msgstr ""
19331
9b7388a8 19332#: git-add--interactive.perl:1420
673bfad0 19333#, perl-format
abc8de64 19334msgid "Apply mode change to index and worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
19335msgstr ""
19336
9b7388a8 19337#: git-add--interactive.perl:1421
673bfad0 19338#, perl-format
abc8de64 19339msgid "Apply deletion to index and worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
19340msgstr ""
19341
9b7388a8 19342#: git-add--interactive.perl:1422
673bfad0 19343#, perl-format
abc8de64 19344msgid "Apply this hunk to index and worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
19345msgstr ""
19346
9b7388a8 19347#: git-add--interactive.perl:1522
abc8de64
JX
19348msgid "No other hunks to goto\n"
19349msgstr ""
19350
9b7388a8 19351#: git-add--interactive.perl:1529
673bfad0
JX
19352msgid "go to which hunk (<ret> to see more)? "
19353msgstr ""
19354
9b7388a8 19355#: git-add--interactive.perl:1531
673bfad0
JX
19356msgid "go to which hunk? "
19357msgstr ""
19358
9b7388a8 19359#: git-add--interactive.perl:1540
673bfad0
JX
19360#, perl-format
19361msgid "Invalid number: '%s'\n"
19362msgstr ""
19363
9b7388a8 19364#: git-add--interactive.perl:1545
673bfad0
JX
19365#, perl-format
19366msgid "Sorry, only %d hunk available.\n"
19367msgid_plural "Sorry, only %d hunks available.\n"
19368msgstr[0] ""
19369msgstr[1] ""
19370
9b7388a8 19371#: git-add--interactive.perl:1571
abc8de64
JX
19372msgid "No other hunks to search\n"
19373msgstr ""
19374
9b7388a8 19375#: git-add--interactive.perl:1575
673bfad0
JX
19376msgid "search for regex? "
19377msgstr ""
19378
9b7388a8 19379#: git-add--interactive.perl:1588
673bfad0
JX
19380#, perl-format
19381msgid "Malformed search regexp %s: %s\n"
19382msgstr ""
19383
9b7388a8 19384#: git-add--interactive.perl:1598
673bfad0
JX
19385msgid "No hunk matches the given pattern\n"
19386msgstr ""
19387
9b7388a8 19388#: git-add--interactive.perl:1610 git-add--interactive.perl:1632
673bfad0
JX
19389msgid "No previous hunk\n"
19390msgstr ""
19391
9b7388a8 19392#: git-add--interactive.perl:1619 git-add--interactive.perl:1638
673bfad0
JX
19393msgid "No next hunk\n"
19394msgstr ""
19395
9b7388a8 19396#: git-add--interactive.perl:1644
abc8de64
JX
19397msgid "Sorry, cannot split this hunk\n"
19398msgstr ""
19399
9b7388a8 19400#: git-add--interactive.perl:1650
673bfad0
JX
19401#, perl-format
19402msgid "Split into %d hunk.\n"
19403msgid_plural "Split into %d hunks.\n"
19404msgstr[0] ""
19405msgstr[1] ""
19406
9b7388a8 19407#: git-add--interactive.perl:1660
abc8de64
JX
19408msgid "Sorry, cannot edit this hunk\n"
19409msgstr ""
19410
9b7388a8 19411#: git-add--interactive.perl:1706
673bfad0
JX
19412msgid "Review diff"
19413msgstr ""
19414
19415#. TRANSLATORS: please do not translate the command names
19416#. 'status', 'update', 'revert', etc.
9b7388a8 19417#: git-add--interactive.perl:1725
673bfad0
JX
19418msgid ""
19419"status - show paths with changes\n"
19420"update - add working tree state to the staged set of changes\n"
19421"revert - revert staged set of changes back to the HEAD version\n"
19422"patch - pick hunks and update selectively\n"
dfc182b1 19423"diff - view diff between HEAD and index\n"
673bfad0
JX
19424"add untracked - add contents of untracked files to the staged set of "
19425"changes\n"
19426msgstr ""
19427
9b7388a8
JX
19428#: git-add--interactive.perl:1742 git-add--interactive.perl:1747
19429#: git-add--interactive.perl:1750 git-add--interactive.perl:1757
19430#: git-add--interactive.perl:1761 git-add--interactive.perl:1767
673bfad0
JX
19431msgid "missing --"
19432msgstr ""
19433
9b7388a8 19434#: git-add--interactive.perl:1763
673bfad0
JX
19435#, perl-format
19436msgid "unknown --patch mode: %s"
19437msgstr ""
19438
9b7388a8 19439#: git-add--interactive.perl:1769 git-add--interactive.perl:1775
673bfad0
JX
19440#, perl-format
19441msgid "invalid argument %s, expecting --"
19442msgstr ""
19443
12705546 19444#: git-send-email.perl:138
673bfad0
JX
19445msgid "local zone differs from GMT by a non-minute interval\n"
19446msgstr ""
19447
12705546 19448#: git-send-email.perl:145 git-send-email.perl:151
673bfad0
JX
19449msgid "local time offset greater than or equal to 24 hours\n"
19450msgstr ""
19451
12705546 19452#: git-send-email.perl:219 git-send-email.perl:225
673bfad0
JX
19453msgid "the editor exited uncleanly, aborting everything"
19454msgstr ""
19455
12705546 19456#: git-send-email.perl:302
673bfad0
JX
19457#, perl-format
19458msgid ""
19459"'%s' contains an intermediate version of the email you were composing.\n"
19460msgstr ""
19461
12705546 19462#: git-send-email.perl:307
673bfad0
JX
19463#, perl-format
19464msgid "'%s.final' contains the composed email.\n"
19465msgstr ""
19466
12705546 19467#: git-send-email.perl:326
673bfad0
JX
19468msgid "--dump-aliases incompatible with other options\n"
19469msgstr ""
19470
12705546 19471#: git-send-email.perl:395 git-send-email.perl:650
673bfad0
JX
19472msgid "Cannot run git format-patch from outside a repository\n"
19473msgstr ""
19474
12705546 19475#: git-send-email.perl:398
abc8de64
JX
19476msgid ""
19477"`batch-size` and `relogin` must be specified together (via command-line or "
19478"configuration option)\n"
19479msgstr ""
19480
12705546 19481#: git-send-email.perl:468
673bfad0
JX
19482#, perl-format
19483msgid "Unknown --suppress-cc field: '%s'\n"
19484msgstr ""
19485
12705546 19486#: git-send-email.perl:497
673bfad0
JX
19487#, perl-format
19488msgid "Unknown --confirm setting: '%s'\n"
19489msgstr ""
19490
12705546 19491#: git-send-email.perl:525
673bfad0
JX
19492#, perl-format
19493msgid "warning: sendmail alias with quotes is not supported: %s\n"
19494msgstr ""
19495
12705546 19496#: git-send-email.perl:527
673bfad0
JX
19497#, perl-format
19498msgid "warning: `:include:` not supported: %s\n"
19499msgstr ""
19500
12705546 19501#: git-send-email.perl:529
673bfad0
JX
19502#, perl-format
19503msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
19504msgstr ""
19505
12705546 19506#: git-send-email.perl:534
673bfad0
JX
19507#, perl-format
19508msgid "warning: sendmail line is not recognized: %s\n"
19509msgstr ""
19510
12705546 19511#: git-send-email.perl:616
673bfad0
JX
19512#, perl-format
19513msgid ""
19514"File '%s' exists but it could also be the range of commits\n"
19515"to produce patches for. Please disambiguate by...\n"
19516"\n"
19517" * Saying \"./%s\" if you mean a file; or\n"
19518" * Giving --format-patch option if you mean a range.\n"
19519msgstr ""
19520
12705546 19521#: git-send-email.perl:637
673bfad0
JX
19522#, perl-format
19523msgid "Failed to opendir %s: %s"
19524msgstr ""
19525
12705546 19526#: git-send-email.perl:661
673bfad0
JX
19527#, perl-format
19528msgid ""
19529"fatal: %s: %s\n"
19530"warning: no patches were sent\n"
19531msgstr ""
19532
12705546 19533#: git-send-email.perl:672
673bfad0
JX
19534msgid ""
19535"\n"
19536"No patch files specified!\n"
19537"\n"
19538msgstr ""
19539
12705546 19540#: git-send-email.perl:685
673bfad0
JX
19541#, perl-format
19542msgid "No subject line in %s?"
19543msgstr ""
19544
12705546 19545#: git-send-email.perl:695
673bfad0
JX
19546#, perl-format
19547msgid "Failed to open for writing %s: %s"
19548msgstr ""
19549
12705546 19550#: git-send-email.perl:706
673bfad0
JX
19551msgid ""
19552"Lines beginning in \"GIT:\" will be removed.\n"
19553"Consider including an overall diffstat or table of contents\n"
19554"for the patch you are writing.\n"
19555"\n"
19556"Clear the body content if you don't wish to send a summary.\n"
19557msgstr ""
19558
12705546 19559#: git-send-email.perl:730
673bfad0
JX
19560#, perl-format
19561msgid "Failed to open %s: %s"
19562msgstr ""
19563
12705546 19564#: git-send-email.perl:747
abc8de64
JX
19565#, perl-format
19566msgid "Failed to open %s.final: %s"
673bfad0
JX
19567msgstr ""
19568
12705546 19569#: git-send-email.perl:790
673bfad0
JX
19570msgid "Summary email is empty, skipping it\n"
19571msgstr ""
19572
19573#. TRANSLATORS: please keep [y/N] as is.
12705546 19574#: git-send-email.perl:825
673bfad0
JX
19575#, perl-format
19576msgid "Are you sure you want to use <%s> [y/N]? "
19577msgstr ""
19578
12705546 19579#: git-send-email.perl:880
673bfad0
JX
19580msgid ""
19581"The following files are 8bit, but do not declare a Content-Transfer-"
19582"Encoding.\n"
19583msgstr ""
19584
12705546 19585#: git-send-email.perl:885
673bfad0
JX
19586msgid "Which 8bit encoding should I declare [UTF-8]? "
19587msgstr ""
19588
12705546 19589#: git-send-email.perl:893
673bfad0
JX
19590#, perl-format
19591msgid ""
19592"Refusing to send because the patch\n"
19593"\t%s\n"
19594"has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
19595"want to send.\n"
19596msgstr ""
19597
12705546 19598#: git-send-email.perl:912
673bfad0
JX
19599msgid "To whom should the emails be sent (if anyone)?"
19600msgstr ""
19601
12705546 19602#: git-send-email.perl:930
673bfad0
JX
19603#, perl-format
19604msgid "fatal: alias '%s' expands to itself\n"
19605msgstr ""
19606
12705546 19607#: git-send-email.perl:942
673bfad0
JX
19608msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
19609msgstr ""
19610
12705546 19611#: git-send-email.perl:1000 git-send-email.perl:1008
673bfad0
JX
19612#, perl-format
19613msgid "error: unable to extract a valid address from: %s\n"
19614msgstr ""
19615
19616#. TRANSLATORS: Make sure to include [q] [d] [e] in your
19617#. translation. The program will only accept English input
19618#. at this point.
12705546 19619#: git-send-email.perl:1012
673bfad0
JX
19620msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
19621msgstr ""
19622
12705546 19623#: git-send-email.perl:1329
673bfad0
JX
19624#, perl-format
19625msgid "CA path \"%s\" does not exist"
19626msgstr ""
19627
12705546 19628#: git-send-email.perl:1412
673bfad0
JX
19629msgid ""
19630" The Cc list above has been expanded by additional\n"
19631" addresses found in the patch commit message. By default\n"
19632" send-email prompts before sending whenever this occurs.\n"
19633" This behavior is controlled by the sendemail.confirm\n"
19634" configuration setting.\n"
19635"\n"
19636" For additional information, run 'git send-email --help'.\n"
19637" To retain the current behavior, but squelch this message,\n"
19638" run 'git config --global sendemail.confirm auto'.\n"
19639"\n"
19640msgstr ""
19641
9b7388a8 19642#. TRANSLATORS: Make sure to include [y] [n] [e] [q] [a] in your
673bfad0
JX
19643#. translation. The program will only accept English input
19644#. at this point.
12705546 19645#: git-send-email.perl:1427
9b7388a8 19646msgid "Send this email? ([y]es|[n]o|[e]dit|[q]uit|[a]ll): "
673bfad0
JX
19647msgstr ""
19648
12705546 19649#: git-send-email.perl:1430
673bfad0
JX
19650msgid "Send this email reply required"
19651msgstr ""
19652
12705546 19653#: git-send-email.perl:1458
673bfad0
JX
19654msgid "The required SMTP server is not properly defined."
19655msgstr ""
19656
12705546 19657#: git-send-email.perl:1505
673bfad0
JX
19658#, perl-format
19659msgid "Server does not support STARTTLS! %s"
19660msgstr ""
19661
12705546 19662#: git-send-email.perl:1510 git-send-email.perl:1514
5b34e000
JX
19663#, perl-format
19664msgid "STARTTLS failed! %s"
19665msgstr ""
19666
12705546 19667#: git-send-email.perl:1523
673bfad0
JX
19668msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
19669msgstr ""
19670
12705546 19671#: git-send-email.perl:1541
673bfad0
JX
19672#, perl-format
19673msgid "Failed to send %s\n"
19674msgstr ""
19675
12705546 19676#: git-send-email.perl:1544
673bfad0
JX
19677#, perl-format
19678msgid "Dry-Sent %s\n"
19679msgstr ""
19680
12705546 19681#: git-send-email.perl:1544
673bfad0
JX
19682#, perl-format
19683msgid "Sent %s\n"
19684msgstr ""
19685
12705546 19686#: git-send-email.perl:1546
673bfad0
JX
19687msgid "Dry-OK. Log says:\n"
19688msgstr ""
19689
12705546 19690#: git-send-email.perl:1546
673bfad0
JX
19691msgid "OK. Log says:\n"
19692msgstr ""
19693
12705546 19694#: git-send-email.perl:1558
673bfad0
JX
19695msgid "Result: "
19696msgstr ""
19697
12705546 19698#: git-send-email.perl:1561
673bfad0
JX
19699msgid "Result: OK\n"
19700msgstr ""
19701
12705546 19702#: git-send-email.perl:1579
673bfad0
JX
19703#, perl-format
19704msgid "can't open file %s"
19705msgstr ""
19706
12705546 19707#: git-send-email.perl:1626 git-send-email.perl:1646
673bfad0
JX
19708#, perl-format
19709msgid "(mbox) Adding cc: %s from line '%s'\n"
19710msgstr ""
19711
12705546 19712#: git-send-email.perl:1632
673bfad0
JX
19713#, perl-format
19714msgid "(mbox) Adding to: %s from line '%s'\n"
19715msgstr ""
19716
12705546 19717#: git-send-email.perl:1685
673bfad0
JX
19718#, perl-format
19719msgid "(non-mbox) Adding cc: %s from line '%s'\n"
19720msgstr ""
19721
12705546 19722#: git-send-email.perl:1720
673bfad0
JX
19723#, perl-format
19724msgid "(body) Adding cc: %s from line '%s'\n"
19725msgstr ""
19726
12705546 19727#: git-send-email.perl:1831
673bfad0
JX
19728#, perl-format
19729msgid "(%s) Could not execute '%s'"
19730msgstr ""
19731
12705546 19732#: git-send-email.perl:1838
673bfad0
JX
19733#, perl-format
19734msgid "(%s) Adding %s: %s from: '%s'\n"
19735msgstr ""
19736
12705546 19737#: git-send-email.perl:1842
673bfad0
JX
19738#, perl-format
19739msgid "(%s) failed to close pipe to '%s'"
19740msgstr ""
19741
12705546 19742#: git-send-email.perl:1872
673bfad0
JX
19743msgid "cannot send message as 7bit"
19744msgstr ""
19745
12705546 19746#: git-send-email.perl:1880
673bfad0
JX
19747msgid "invalid transfer encoding"
19748msgstr ""
19749
12705546 19750#: git-send-email.perl:1921 git-send-email.perl:1973 git-send-email.perl:1983
673bfad0
JX
19751#, perl-format
19752msgid "unable to open %s: %s\n"
19753msgstr ""
19754
12705546 19755#: git-send-email.perl:1924
673bfad0
JX
19756#, perl-format
19757msgid "%s: patch contains a line longer than 998 characters"
19758msgstr ""
19759
12705546 19760#: git-send-email.perl:1941
673bfad0
JX
19761#, perl-format
19762msgid "Skipping %s with backup suffix '%s'.\n"
19763msgstr ""
19764
19765#. TRANSLATORS: please keep "[y|N]" as is.
12705546 19766#: git-send-email.perl:1945
673bfad0
JX
19767#, perl-format
19768msgid "Do you really want to send %s? [y|N]: "
19769msgstr ""