]> git.ipfire.org Git - thirdparty/git.git/blame - po/git.pot
Merge branch 'en/merge-recursive-directory-rename-fixes'
[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"
045a5486 11"POT-Creation-Date: 2019-10-28 13:19+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
6b0f1a9b 21#: advice.c:109
dce37b66 22#, c-format
9b7388a8 23msgid "%shint: %.*s%s\n"
dce37b66
JX
24msgstr ""
25
6b0f1a9b 26#: advice.c:162
9fa976ff
JX
27msgid "Cherry-picking is not possible because you have unmerged files."
28msgstr ""
29
6b0f1a9b 30#: advice.c:164
9fa976ff
JX
31msgid "Committing is not possible because you have unmerged files."
32msgstr ""
33
6b0f1a9b 34#: advice.c:166
9fa976ff
JX
35msgid "Merging is not possible because you have unmerged files."
36msgstr ""
37
6b0f1a9b 38#: advice.c:168
9fa976ff
JX
39msgid "Pulling is not possible because you have unmerged files."
40msgstr ""
41
6b0f1a9b 42#: advice.c:170
9fa976ff
JX
43msgid "Reverting is not possible because you have unmerged files."
44msgstr ""
45
6b0f1a9b 46#: advice.c:172
9fa976ff
JX
47#, c-format
48msgid "It is not possible to %s because you have unmerged files."
49msgstr ""
50
6b0f1a9b 51#: advice.c:180
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
6b0f1a9b 57#: advice.c:188
9fa976ff
JX
58msgid "Exiting because of an unresolved conflict."
59msgstr ""
60
3d0a05b4 61#: advice.c:193 builtin/merge.c:1332
df0617bf
JX
62msgid "You have not concluded your merge (MERGE_HEAD exists)."
63msgstr ""
64
6b0f1a9b 65#: advice.c:195
f4f2c8f8 66msgid "Please, commit your changes before merging."
df0617bf
JX
67msgstr ""
68
6b0f1a9b 69#: advice.c:196
df0617bf 70msgid "Exiting because of unfinished merge."
cc76011e
JX
71msgstr ""
72
6b0f1a9b 73#: advice.c:202
9fa976ff
JX
74#, c-format
75msgid ""
6b0f1a9b 76"Note: switching to '%s'.\n"
9fa976ff
JX
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"
6b0f1a9b 80"state without impacting any branches by switching back to a branch.\n"
9fa976ff
JX
81"\n"
82"If you want to create a new branch to retain commits you create, you may\n"
6b0f1a9b 83"do so (now or later) by using -c with the switch command. Example:\n"
9fa976ff 84"\n"
6b0f1a9b
JX
85" git switch -c <new-branch-name>\n"
86"\n"
87"Or undo this operation with:\n"
88"\n"
89" git switch -\n"
90"\n"
91"Turn off this advice by setting config variable advice.detachedHead to "
92"false\n"
9fa976ff
JX
93"\n"
94msgstr ""
95
94328cef
JX
96#: alias.c:50
97msgid "cmdline ends with \\"
98msgstr ""
99
100#: alias.c:51
101msgid "unclosed quote"
102msgstr ""
103
6b0f1a9b 104#: apply.c:69
fda7b092
JX
105#, c-format
106msgid "unrecognized whitespace option '%s'"
cc76011e
JX
107msgstr ""
108
6b0f1a9b 109#: apply.c:85
fda7b092
JX
110#, c-format
111msgid "unrecognized whitespace ignore option '%s'"
df0617bf
JX
112msgstr ""
113
6b0f1a9b 114#: apply.c:135
fda7b092 115msgid "--reject and --3way cannot be used together."
cc76011e
JX
116msgstr ""
117
6b0f1a9b 118#: apply.c:137
fda7b092 119msgid "--cached and --3way cannot be used together."
cc76011e
JX
120msgstr ""
121
6b0f1a9b 122#: apply.c:140
fda7b092 123msgid "--3way outside a repository"
727b9576
JX
124msgstr ""
125
6b0f1a9b 126#: apply.c:151
fda7b092 127msgid "--index outside a repository"
cc76011e
JX
128msgstr ""
129
6b0f1a9b 130#: apply.c:154
fda7b092 131msgid "--cached outside a repository"
cc76011e
JX
132msgstr ""
133
6b0f1a9b 134#: apply.c:801
fda7b092
JX
135#, c-format
136msgid "Cannot prepare timestamp regexp %s"
cc76011e
JX
137msgstr ""
138
6b0f1a9b 139#: apply.c:810
fda7b092
JX
140#, c-format
141msgid "regexec returned %d for input: %s"
cc76011e
JX
142msgstr ""
143
6b0f1a9b 144#: apply.c:884
fda7b092
JX
145#, c-format
146msgid "unable to find filename in patch at line %d"
cc76011e
JX
147msgstr ""
148
6b0f1a9b 149#: apply.c:922
fda7b092
JX
150#, c-format
151msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
cc76011e
JX
152msgstr ""
153
6b0f1a9b 154#: apply.c:928
fda7b092
JX
155#, c-format
156msgid "git apply: bad git-diff - inconsistent new filename on line %d"
cc76011e
JX
157msgstr ""
158
6b0f1a9b 159#: apply.c:929
fda7b092
JX
160#, c-format
161msgid "git apply: bad git-diff - inconsistent old filename on line %d"
cc76011e
JX
162msgstr ""
163
6b0f1a9b 164#: apply.c:934
fda7b092
JX
165#, c-format
166msgid "git apply: bad git-diff - expected /dev/null on line %d"
cc76011e
JX
167msgstr ""
168
6b0f1a9b 169#: apply.c:963
5b34e000
JX
170#, c-format
171msgid "invalid mode on line %d: %s"
172msgstr ""
173
6b0f1a9b 174#: apply.c:1282
5b34e000
JX
175#, c-format
176msgid "inconsistent header lines %d and %d"
177msgstr ""
178
3d0a05b4 179#: apply.c:1372
fda7b092
JX
180#, c-format
181msgid ""
182"git diff header lacks filename information when removing %d leading pathname "
183"component (line %d)"
184msgid_plural ""
185"git diff header lacks filename information when removing %d leading pathname "
186"components (line %d)"
187msgstr[0] ""
188msgstr[1] ""
cc76011e 189
3d0a05b4 190#: apply.c:1385
fda7b092
JX
191#, c-format
192msgid "git diff header lacks filename information (line %d)"
cc76011e
JX
193msgstr ""
194
3d0a05b4
JX
195#: apply.c:1481
196#, c-format
197msgid "recount: unexpected line: %.*s"
198msgstr ""
199
200#: apply.c:1550
201#, c-format
202msgid "patch fragment without header at line %d: %.*s"
203msgstr ""
204
205#: apply.c:1753
fda7b092 206msgid "new file depends on old contents"
cc76011e
JX
207msgstr ""
208
3d0a05b4 209#: apply.c:1755
fda7b092 210msgid "deleted file still has contents"
cc76011e
JX
211msgstr ""
212
3d0a05b4 213#: apply.c:1789
fda7b092
JX
214#, c-format
215msgid "corrupt patch at line %d"
cc76011e
JX
216msgstr ""
217
3d0a05b4 218#: apply.c:1826
fda7b092
JX
219#, c-format
220msgid "new file %s depends on old contents"
9fa976ff
JX
221msgstr ""
222
3d0a05b4 223#: apply.c:1828
fda7b092
JX
224#, c-format
225msgid "deleted file %s still has contents"
9fa976ff
JX
226msgstr ""
227
3d0a05b4 228#: apply.c:1831
fda7b092
JX
229#, c-format
230msgid "** warning: file %s becomes empty but is not deleted"
9fa976ff
JX
231msgstr ""
232
3d0a05b4 233#: apply.c:1978
9fa976ff 234#, c-format
fda7b092 235msgid "corrupt binary patch at line %d: %.*s"
9fa976ff
JX
236msgstr ""
237
3d0a05b4 238#: apply.c:2015
9fa976ff 239#, c-format
fda7b092 240msgid "unrecognized binary patch at line %d"
9fa976ff
JX
241msgstr ""
242
3d0a05b4 243#: apply.c:2177
fda7b092
JX
244#, c-format
245msgid "patch with only garbage at line %d"
fe52cd62
JX
246msgstr ""
247
3d0a05b4 248#: apply.c:2263
9fa976ff 249#, c-format
fda7b092 250msgid "unable to read symlink %s"
9fa976ff
JX
251msgstr ""
252
3d0a05b4 253#: apply.c:2267
9fa976ff 254#, c-format
fda7b092 255msgid "unable to open or read %s"
9fa976ff
JX
256msgstr ""
257
3d0a05b4 258#: apply.c:2926
9fa976ff 259#, c-format
fda7b092 260msgid "invalid start of line: '%c'"
9fa976ff
JX
261msgstr ""
262
3d0a05b4 263#: apply.c:3047
9fa976ff 264#, c-format
fda7b092
JX
265msgid "Hunk #%d succeeded at %d (offset %d line)."
266msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
267msgstr[0] ""
268msgstr[1] ""
269
3d0a05b4 270#: apply.c:3059
fda7b092
JX
271#, c-format
272msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
9fa976ff
JX
273msgstr ""
274
3d0a05b4 275#: apply.c:3065
9fa976ff
JX
276#, c-format
277msgid ""
fda7b092
JX
278"while searching for:\n"
279"%.*s"
9fa976ff
JX
280msgstr ""
281
3d0a05b4 282#: apply.c:3087
9fa976ff 283#, c-format
fda7b092 284msgid "missing binary patch data for '%s'"
9fa976ff
JX
285msgstr ""
286
3d0a05b4 287#: apply.c:3095
9fa976ff 288#, c-format
fda7b092 289msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
9fa976ff
JX
290msgstr ""
291
3d0a05b4 292#: apply.c:3142
9fa976ff 293#, c-format
fda7b092 294msgid "cannot apply binary patch to '%s' without full index line"
9fa976ff
JX
295msgstr ""
296
3d0a05b4 297#: apply.c:3152
9fa976ff
JX
298#, c-format
299msgid ""
fda7b092 300"the patch applies to '%s' (%s), which does not match the current contents."
9fa976ff
JX
301msgstr ""
302
3d0a05b4 303#: apply.c:3160
9fa976ff 304#, c-format
fda7b092 305msgid "the patch applies to an empty '%s' but it is not empty"
9fa976ff
JX
306msgstr ""
307
3d0a05b4 308#: apply.c:3178
9fa976ff 309#, c-format
fda7b092 310msgid "the necessary postimage %s for '%s' cannot be read"
9fa976ff
JX
311msgstr ""
312
3d0a05b4 313#: apply.c:3191
9fa976ff 314#, c-format
fda7b092 315msgid "binary patch does not apply to '%s'"
9fa976ff
JX
316msgstr ""
317
3d0a05b4 318#: apply.c:3197
9fa976ff 319#, c-format
fda7b092 320msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
9fa976ff
JX
321msgstr ""
322
3d0a05b4 323#: apply.c:3218
fda7b092
JX
324#, c-format
325msgid "patch failed: %s:%ld"
9fa976ff
JX
326msgstr ""
327
3d0a05b4 328#: apply.c:3341
9fa976ff 329#, c-format
fda7b092 330msgid "cannot checkout %s"
9fa976ff
JX
331msgstr ""
332
3d0a05b4 333#: apply.c:3393 apply.c:3404 apply.c:3450 midx.c:61 setup.c:280
9fa976ff 334#, c-format
fda7b092 335msgid "failed to read %s"
9fa976ff
JX
336msgstr ""
337
3d0a05b4 338#: apply.c:3401
9fa976ff 339#, c-format
fda7b092
JX
340msgid "reading from '%s' beyond a symbolic link"
341msgstr ""
9fa976ff 342
3d0a05b4 343#: apply.c:3430 apply.c:3673
9fa976ff 344#, c-format
fda7b092
JX
345msgid "path %s has been renamed/deleted"
346msgstr ""
9fa976ff 347
3d0a05b4 348#: apply.c:3516 apply.c:3688
9eb3984b 349#, c-format
fda7b092 350msgid "%s: does not exist in index"
9eb3984b
JX
351msgstr ""
352
3d0a05b4 353#: apply.c:3525 apply.c:3696
c6bc7d43 354#, c-format
fda7b092 355msgid "%s: does not match index"
c6bc7d43
JX
356msgstr ""
357
3d0a05b4 358#: apply.c:3560
fda7b092 359msgid "repository lacks the necessary blob to fall back on 3-way merge."
c6bc7d43
JX
360msgstr ""
361
3d0a05b4 362#: apply.c:3563
c6bc7d43 363#, c-format
fda7b092 364msgid "Falling back to three-way merge...\n"
c6bc7d43
JX
365msgstr ""
366
3d0a05b4 367#: apply.c:3579 apply.c:3583
c6bc7d43 368#, c-format
fda7b092 369msgid "cannot read the current contents of '%s'"
c6bc7d43
JX
370msgstr ""
371
3d0a05b4 372#: apply.c:3595
c6bc7d43 373#, c-format
fda7b092 374msgid "Failed to fall back on three-way merge...\n"
c6bc7d43
JX
375msgstr ""
376
3d0a05b4 377#: apply.c:3609
c6bc7d43 378#, c-format
fda7b092 379msgid "Applied patch to '%s' with conflicts.\n"
c6bc7d43
JX
380msgstr ""
381
3d0a05b4 382#: apply.c:3614
c6bc7d43 383#, c-format
fda7b092 384msgid "Applied patch to '%s' cleanly.\n"
c6bc7d43
JX
385msgstr ""
386
3d0a05b4 387#: apply.c:3640
fda7b092 388msgid "removal patch leaves file contents"
c6bc7d43
JX
389msgstr ""
390
3d0a05b4 391#: apply.c:3713
c6bc7d43 392#, c-format
fda7b092 393msgid "%s: wrong type"
c6bc7d43
JX
394msgstr ""
395
3d0a05b4 396#: apply.c:3715
fda7b092
JX
397#, c-format
398msgid "%s has type %o, expected %o"
9eb3984b
JX
399msgstr ""
400
3d0a05b4 401#: apply.c:3866 apply.c:3868 read-cache.c:830 read-cache.c:856
d93ef2a1 402#: read-cache.c:1309
c6bc7d43 403#, c-format
fda7b092 404msgid "invalid path '%s'"
c6bc7d43
JX
405msgstr ""
406
3d0a05b4 407#: apply.c:3924
c6bc7d43 408#, c-format
fda7b092 409msgid "%s: already exists in index"
c6bc7d43
JX
410msgstr ""
411
3d0a05b4 412#: apply.c:3927
c6bc7d43 413#, c-format
fda7b092 414msgid "%s: already exists in working directory"
c6bc7d43
JX
415msgstr ""
416
3d0a05b4 417#: apply.c:3947
fda7b092
JX
418#, c-format
419msgid "new mode (%o) of %s does not match old mode (%o)"
c6bc7d43
JX
420msgstr ""
421
3d0a05b4 422#: apply.c:3952
c138af56 423#, c-format
fda7b092 424msgid "new mode (%o) of %s does not match old mode (%o) of %s"
c138af56
JX
425msgstr ""
426
3d0a05b4 427#: apply.c:3972
c138af56 428#, c-format
fda7b092 429msgid "affected file '%s' is beyond a symbolic link"
c138af56
JX
430msgstr ""
431
3d0a05b4 432#: apply.c:3976
fda7b092
JX
433#, c-format
434msgid "%s: patch does not apply"
c138af56
JX
435msgstr ""
436
3d0a05b4 437#: apply.c:3991
c6bc7d43 438#, c-format
fda7b092 439msgid "Checking patch %s..."
c6bc7d43
JX
440msgstr ""
441
3d0a05b4 442#: apply.c:4083
c6bc7d43 443#, c-format
fda7b092 444msgid "sha1 information is lacking or useless for submodule %s"
c6bc7d43
JX
445msgstr ""
446
3d0a05b4 447#: apply.c:4090
c6bc7d43 448#, c-format
fda7b092 449msgid "mode change for %s, which is not in current HEAD"
c6bc7d43
JX
450msgstr ""
451
3d0a05b4 452#: apply.c:4093
df0617bf 453#, c-format
fda7b092
JX
454msgid "sha1 information is lacking or useless (%s)."
455msgstr ""
456
3d0a05b4 457#: apply.c:4098 builtin/checkout.c:279 builtin/reset.c:143
fda7b092
JX
458#, c-format
459msgid "make_cache_entry failed for path '%s'"
460msgstr ""
461
3d0a05b4 462#: apply.c:4102
fda7b092
JX
463#, c-format
464msgid "could not add %s to temporary index"
465msgstr ""
466
3d0a05b4 467#: apply.c:4112
fda7b092
JX
468#, c-format
469msgid "could not write temporary index to %s"
470msgstr ""
471
3d0a05b4 472#: apply.c:4250
fda7b092
JX
473#, c-format
474msgid "unable to remove %s from index"
475msgstr ""
476
3d0a05b4 477#: apply.c:4284
fda7b092
JX
478#, c-format
479msgid "corrupt patch for submodule %s"
480msgstr ""
481
3d0a05b4 482#: apply.c:4290
fda7b092
JX
483#, c-format
484msgid "unable to stat newly created file '%s'"
485msgstr ""
486
3d0a05b4 487#: apply.c:4298
fda7b092
JX
488#, c-format
489msgid "unable to create backing store for newly created file %s"
490msgstr ""
491
3d0a05b4 492#: apply.c:4304 apply.c:4449
fda7b092
JX
493#, c-format
494msgid "unable to add cache entry for %s"
495msgstr ""
496
3d0a05b4 497#: apply.c:4347
fda7b092
JX
498#, c-format
499msgid "failed to write to '%s'"
500msgstr ""
501
3d0a05b4 502#: apply.c:4351
fda7b092
JX
503#, c-format
504msgid "closing file '%s'"
505msgstr ""
506
3d0a05b4 507#: apply.c:4421
fda7b092
JX
508#, c-format
509msgid "unable to write file '%s' mode %o"
510msgstr ""
511
3d0a05b4 512#: apply.c:4519
fda7b092
JX
513#, c-format
514msgid "Applied patch %s cleanly."
515msgstr ""
516
3d0a05b4 517#: apply.c:4527
fda7b092
JX
518msgid "internal error"
519msgstr ""
520
3d0a05b4 521#: apply.c:4530
fda7b092
JX
522#, c-format
523msgid "Applying patch %%s with %d reject..."
524msgid_plural "Applying patch %%s with %d rejects..."
525msgstr[0] ""
526msgstr[1] ""
527
3d0a05b4 528#: apply.c:4541
fda7b092
JX
529#, c-format
530msgid "truncating .rej filename to %.*s.rej"
531msgstr ""
532
3d0a05b4 533#: apply.c:4549 builtin/fetch.c:898 builtin/fetch.c:1194
fda7b092
JX
534#, c-format
535msgid "cannot open %s"
536msgstr ""
537
3d0a05b4 538#: apply.c:4563
fda7b092
JX
539#, c-format
540msgid "Hunk #%d applied cleanly."
541msgstr ""
542
3d0a05b4 543#: apply.c:4567
fda7b092
JX
544#, c-format
545msgid "Rejected hunk #%d."
546msgstr ""
547
3d0a05b4 548#: apply.c:4686
fda7b092
JX
549#, c-format
550msgid "Skipped patch '%s'."
551msgstr ""
552
3d0a05b4 553#: apply.c:4694
fda7b092
JX
554msgid "unrecognized input"
555msgstr ""
556
3d0a05b4 557#: apply.c:4714
fda7b092
JX
558msgid "unable to read index file"
559msgstr ""
560
3d0a05b4 561#: apply.c:4871
fda7b092
JX
562#, c-format
563msgid "can't open patch '%s': %s"
564msgstr ""
565
3d0a05b4 566#: apply.c:4898
fda7b092
JX
567#, c-format
568msgid "squelched %d whitespace error"
569msgid_plural "squelched %d whitespace errors"
570msgstr[0] ""
571msgstr[1] ""
572
3d0a05b4 573#: apply.c:4904 apply.c:4919
fda7b092
JX
574#, c-format
575msgid "%d line adds whitespace errors."
576msgid_plural "%d lines add whitespace errors."
577msgstr[0] ""
578msgstr[1] ""
579
3d0a05b4 580#: apply.c:4912
fda7b092
JX
581#, c-format
582msgid "%d line applied after fixing whitespace errors."
583msgid_plural "%d lines applied after fixing whitespace errors."
584msgstr[0] ""
585msgstr[1] ""
586
3d0a05b4 587#: apply.c:4928 builtin/add.c:540 builtin/mv.c:301 builtin/rm.c:390
fda7b092
JX
588msgid "Unable to write new index file"
589msgstr ""
590
3d0a05b4
JX
591#: apply.c:4955 apply.c:4958 builtin/am.c:2197 builtin/am.c:2200
592#: builtin/clone.c:122 builtin/fetch.c:143 builtin/merge.c:273
593#: builtin/pull.c:209 builtin/submodule--helper.c:407
6b0f1a9b
JX
594#: builtin/submodule--helper.c:1367 builtin/submodule--helper.c:1370
595#: builtin/submodule--helper.c:1850 builtin/submodule--helper.c:1853
596#: builtin/submodule--helper.c:2092 git-add--interactive.perl:211
fda7b092
JX
597msgid "path"
598msgstr ""
599
3d0a05b4 600#: apply.c:4956
fda7b092
JX
601msgid "don't apply changes matching the given path"
602msgstr ""
603
3d0a05b4 604#: apply.c:4959
fda7b092
JX
605msgid "apply changes matching the given path"
606msgstr ""
607
3d0a05b4 608#: apply.c:4961 builtin/am.c:2206
fda7b092
JX
609msgid "num"
610msgstr ""
611
3d0a05b4 612#: apply.c:4962
fda7b092
JX
613msgid "remove <num> leading slashes from traditional diff paths"
614msgstr ""
615
3d0a05b4 616#: apply.c:4965
fda7b092
JX
617msgid "ignore additions made by the patch"
618msgstr ""
619
3d0a05b4 620#: apply.c:4967
fda7b092
JX
621msgid "instead of applying the patch, output diffstat for the input"
622msgstr ""
623
3d0a05b4 624#: apply.c:4971
fda7b092
JX
625msgid "show number of added and deleted lines in decimal notation"
626msgstr ""
627
3d0a05b4 628#: apply.c:4973
fda7b092
JX
629msgid "instead of applying the patch, output a summary for the input"
630msgstr ""
631
3d0a05b4 632#: apply.c:4975
fda7b092
JX
633msgid "instead of applying the patch, see if the patch is applicable"
634msgstr ""
635
3d0a05b4 636#: apply.c:4977
fda7b092
JX
637msgid "make sure the patch is applicable to the current index"
638msgstr ""
639
3d0a05b4 640#: apply.c:4979
dba9f13c
JX
641msgid "mark new files with `git add --intent-to-add`"
642msgstr ""
643
3d0a05b4 644#: apply.c:4981
fda7b092
JX
645msgid "apply a patch without touching the working tree"
646msgstr ""
647
3d0a05b4 648#: apply.c:4983
fda7b092
JX
649msgid "accept a patch that touches outside the working area"
650msgstr ""
651
3d0a05b4 652#: apply.c:4986
fda7b092
JX
653msgid "also apply the patch (use with --stat/--summary/--check)"
654msgstr ""
655
3d0a05b4 656#: apply.c:4988
fda7b092
JX
657msgid "attempt three-way merge if a patch does not apply"
658msgstr ""
659
3d0a05b4 660#: apply.c:4990
fda7b092
JX
661msgid "build a temporary index based on embedded index information"
662msgstr ""
663
3d0a05b4 664#: apply.c:4993 builtin/checkout-index.c:173 builtin/ls-files.c:524
fda7b092
JX
665msgid "paths are separated with NUL character"
666msgstr ""
667
3d0a05b4 668#: apply.c:4995
fda7b092
JX
669msgid "ensure at least <n> lines of context match"
670msgstr ""
671
3d0a05b4 672#: apply.c:4996 builtin/am.c:2185 builtin/interpret-trailers.c:98
6b0f1a9b 673#: builtin/interpret-trailers.c:100 builtin/interpret-trailers.c:102
3d0a05b4 674#: builtin/pack-objects.c:3310 builtin/rebase.c:1445
fda7b092
JX
675msgid "action"
676msgstr ""
677
3d0a05b4 678#: apply.c:4997
fda7b092
JX
679msgid "detect new or modified lines that have whitespace errors"
680msgstr ""
681
3d0a05b4 682#: apply.c:5000 apply.c:5003
fda7b092
JX
683msgid "ignore changes in whitespace when finding context"
684msgstr ""
685
3d0a05b4 686#: apply.c:5006
fda7b092
JX
687msgid "apply the patch in reverse"
688msgstr ""
689
3d0a05b4 690#: apply.c:5008
fda7b092
JX
691msgid "don't expect at least one line of context"
692msgstr ""
693
3d0a05b4 694#: apply.c:5010
fda7b092
JX
695msgid "leave the rejected hunks in corresponding *.rej files"
696msgstr ""
697
3d0a05b4 698#: apply.c:5012
fda7b092
JX
699msgid "allow overlapping hunks"
700msgstr ""
701
3d0a05b4 702#: apply.c:5013 builtin/add.c:291 builtin/check-ignore.c:22
6b0f1a9b 703#: builtin/commit.c:1337 builtin/count-objects.c:98 builtin/fsck.c:786
3d0a05b4 704#: builtin/log.c:2085 builtin/mv.c:123 builtin/read-tree.c:128
fda7b092
JX
705msgid "be verbose"
706msgstr ""
707
3d0a05b4 708#: apply.c:5015
fda7b092
JX
709msgid "tolerate incorrectly detected missing new-line at the end of file"
710msgstr ""
711
3d0a05b4 712#: apply.c:5018
fda7b092
JX
713msgid "do not trust the line counts in the hunk headers"
714msgstr ""
715
3d0a05b4 716#: apply.c:5020 builtin/am.c:2194
fda7b092
JX
717msgid "root"
718msgstr ""
719
3d0a05b4 720#: apply.c:5021
fda7b092
JX
721msgid "prepend <root> to all filenames"
722msgstr ""
723
dba9f13c 724#: archive.c:14
fda7b092
JX
725msgid "git archive [<options>] <tree-ish> [<path>...]"
726msgstr ""
727
dba9f13c 728#: archive.c:15
fda7b092
JX
729msgid "git archive --list"
730msgstr ""
731
dba9f13c 732#: archive.c:16
fda7b092
JX
733msgid ""
734"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
735msgstr ""
736
dba9f13c 737#: archive.c:17
fda7b092
JX
738msgid "git archive --remote <repo> [--exec <cmd>] --list"
739msgstr ""
740
d93ef2a1 741#: archive.c:372 builtin/add.c:177 builtin/add.c:516 builtin/rm.c:299
fda7b092
JX
742#, c-format
743msgid "pathspec '%s' did not match any files"
744msgstr ""
745
94328cef
JX
746#: archive.c:396
747#, c-format
748msgid "no such ref: %.*s"
749msgstr ""
750
751#: archive.c:401
752#, c-format
753msgid "not a valid object name: %s"
754msgstr ""
755
756#: archive.c:414
757#, c-format
758msgid "not a tree object: %s"
759msgstr ""
760
6b0f1a9b 761#: archive.c:426
94328cef
JX
762msgid "current working directory is untracked"
763msgstr ""
764
6b0f1a9b 765#: archive.c:457
fda7b092
JX
766msgid "fmt"
767msgstr ""
768
6b0f1a9b 769#: archive.c:457
fda7b092
JX
770msgid "archive format"
771msgstr ""
772
3d0a05b4 773#: archive.c:458 builtin/log.c:1581
fda7b092
JX
774msgid "prefix"
775msgstr ""
776
6b0f1a9b 777#: archive.c:459
fda7b092
JX
778msgid "prepend prefix to each pathname in the archive"
779msgstr ""
780
3d0a05b4
JX
781#: archive.c:460 builtin/blame.c:861 builtin/blame.c:873 builtin/blame.c:874
782#: builtin/commit-tree.c:117 builtin/config.c:129 builtin/fast-export.c:1162
783#: builtin/fast-export.c:1164 builtin/fast-export.c:1168 builtin/grep.c:899
784#: builtin/hash-object.c:105 builtin/ls-files.c:560 builtin/ls-files.c:563
785#: builtin/notes.c:412 builtin/notes.c:578 builtin/read-tree.c:123
786#: parse-options.h:186
fda7b092
JX
787msgid "file"
788msgstr ""
789
6b0f1a9b 790#: archive.c:461 builtin/archive.c:90
fda7b092
JX
791msgid "write the archive to this file"
792msgstr ""
793
6b0f1a9b 794#: archive.c:463
fda7b092
JX
795msgid "read .gitattributes in working directory"
796msgstr ""
797
6b0f1a9b 798#: archive.c:464
fda7b092
JX
799msgid "report archived files on stderr"
800msgstr ""
801
6b0f1a9b 802#: archive.c:465
fda7b092
JX
803msgid "store only"
804msgstr ""
805
6b0f1a9b 806#: archive.c:466
fda7b092
JX
807msgid "compress faster"
808msgstr ""
809
6b0f1a9b 810#: archive.c:474
fda7b092
JX
811msgid "compress better"
812msgstr ""
813
6b0f1a9b 814#: archive.c:477
fda7b092
JX
815msgid "list supported archive formats"
816msgstr ""
817
3d0a05b4 818#: archive.c:479 builtin/archive.c:91 builtin/clone.c:112 builtin/clone.c:115
6b0f1a9b 819#: builtin/submodule--helper.c:1379 builtin/submodule--helper.c:1859
fda7b092
JX
820msgid "repo"
821msgstr ""
822
6b0f1a9b 823#: archive.c:480 builtin/archive.c:92
fda7b092
JX
824msgid "retrieve the archive from remote repository <repo>"
825msgstr ""
826
3d0a05b4 827#: archive.c:481 builtin/archive.c:93 builtin/difftool.c:715
94328cef 828#: builtin/notes.c:498
fda7b092
JX
829msgid "command"
830msgstr ""
831
6b0f1a9b 832#: archive.c:482 builtin/archive.c:94
fda7b092
JX
833msgid "path to the remote git-upload-archive command"
834msgstr ""
835
6b0f1a9b 836#: archive.c:489
fda7b092
JX
837msgid "Unexpected option --remote"
838msgstr ""
839
6b0f1a9b 840#: archive.c:491
fda7b092
JX
841msgid "Option --exec can only be used together with --remote"
842msgstr ""
843
6b0f1a9b 844#: archive.c:493
fda7b092
JX
845msgid "Unexpected option --output"
846msgstr ""
847
6b0f1a9b 848#: archive.c:515
fda7b092
JX
849#, c-format
850msgid "Unknown archive format '%s'"
851msgstr ""
852
6b0f1a9b 853#: archive.c:522
fda7b092
JX
854#, c-format
855msgid "Argument not supported for format '%s': -%d"
856msgstr ""
857
12705546 858#: archive-tar.c:125 archive-zip.c:345
dba9f13c
JX
859#, c-format
860msgid "cannot stream blob %s"
861msgstr ""
862
3d0a05b4 863#: archive-tar.c:266 archive-zip.c:363
dba9f13c
JX
864#, c-format
865msgid "unsupported file mode: 0%o (SHA1: %s)"
866msgstr ""
867
3d0a05b4 868#: archive-tar.c:293 archive-zip.c:353
dba9f13c
JX
869#, c-format
870msgid "cannot read %s"
871msgstr ""
872
3d0a05b4 873#: archive-tar.c:465
dba9f13c
JX
874#, c-format
875msgid "unable to start '%s' filter"
876msgstr ""
877
3d0a05b4 878#: archive-tar.c:468
dba9f13c
JX
879msgid "unable to redirect descriptor"
880msgstr ""
881
3d0a05b4 882#: archive-tar.c:475
dba9f13c
JX
883#, c-format
884msgid "'%s' filter reported error"
885msgstr ""
886
12705546 887#: archive-zip.c:314
dba9f13c
JX
888#, c-format
889msgid "path is not valid UTF-8: %s"
890msgstr ""
891
12705546 892#: archive-zip.c:318
dba9f13c
JX
893#, c-format
894msgid "path too long (%d chars, SHA1: %s): %s"
895msgstr ""
896
466c88fa 897#: archive-zip.c:474 builtin/pack-objects.c:230 builtin/pack-objects.c:233
dba9f13c
JX
898#, c-format
899msgid "deflate error (%d)"
900msgstr ""
901
12705546 902#: archive-zip.c:609
dba9f13c
JX
903#, c-format
904msgid "timestamp too large for this system: %<PRIuMAX>"
905msgstr ""
906
3d0a05b4 907#: attr.c:213
dfc182b1
JX
908#, c-format
909msgid "%.*s is not a valid attribute name"
910msgstr ""
911
3d0a05b4 912#: attr.c:370
94328cef
JX
913#, c-format
914msgid "%s not allowed: %s:%d"
915msgstr ""
916
3d0a05b4 917#: attr.c:410
fda7b092
JX
918msgid ""
919"Negative patterns are ignored in git attributes\n"
920"Use '\\!' for literal leading exclamation."
921msgstr ""
922
12705546 923#: bisect.c:468
fda7b092
JX
924#, c-format
925msgid "Badly quoted content in file '%s': %s"
926msgstr ""
927
94328cef 928#: bisect.c:678
fda7b092
JX
929#, c-format
930msgid "We cannot bisect more!\n"
931msgstr ""
932
94328cef 933#: bisect.c:733
fda7b092
JX
934#, c-format
935msgid "Not a valid commit name %s"
936msgstr ""
937
94328cef 938#: bisect.c:758
fda7b092
JX
939#, c-format
940msgid ""
941"The merge base %s is bad.\n"
942"This means the bug has been fixed between %s and [%s].\n"
943msgstr ""
944
94328cef 945#: bisect.c:763
fda7b092
JX
946#, c-format
947msgid ""
948"The merge base %s is new.\n"
949"The property has changed between %s and [%s].\n"
950msgstr ""
951
94328cef 952#: bisect.c:768
fda7b092
JX
953#, c-format
954msgid ""
955"The merge base %s is %s.\n"
956"This means the first '%s' commit is between %s and [%s].\n"
957msgstr ""
958
94328cef 959#: bisect.c:776
fda7b092
JX
960#, c-format
961msgid ""
673bfad0 962"Some %s revs are not ancestors of the %s rev.\n"
fda7b092
JX
963"git bisect cannot work properly in this case.\n"
964"Maybe you mistook %s and %s revs?\n"
965msgstr ""
966
94328cef 967#: bisect.c:789
fda7b092
JX
968#, c-format
969msgid ""
970"the merge base between %s and [%s] must be skipped.\n"
971"So we cannot be sure the first %s commit is between %s and %s.\n"
972"We continue anyway."
973msgstr ""
974
94328cef 975#: bisect.c:822
fda7b092
JX
976#, c-format
977msgid "Bisecting: a merge base must be tested\n"
978msgstr ""
979
94328cef 980#: bisect.c:865
fda7b092
JX
981#, c-format
982msgid "a %s revision is needed"
983msgstr ""
984
6b0f1a9b 985#: bisect.c:884 builtin/notes.c:177 builtin/tag.c:254
fda7b092
JX
986#, c-format
987msgid "could not create file '%s'"
988msgstr ""
989
6b0f1a9b 990#: bisect.c:928 builtin/merge.c:148
fda7b092
JX
991#, c-format
992msgid "could not read file '%s'"
993msgstr ""
994
d93ef2a1 995#: bisect.c:958
fda7b092
JX
996msgid "reading bisect refs failed"
997msgstr ""
998
d93ef2a1 999#: bisect.c:977
fda7b092
JX
1000#, c-format
1001msgid "%s was both %s and %s\n"
1002msgstr ""
1003
d93ef2a1 1004#: bisect.c:985
fda7b092
JX
1005#, c-format
1006msgid ""
1007"No testable commit found.\n"
1008"Maybe you started with bad path parameters?\n"
1009msgstr ""
1010
d93ef2a1 1011#: bisect.c:1004
fda7b092
JX
1012#, c-format
1013msgid "(roughly %d step)"
1014msgid_plural "(roughly %d steps)"
1015msgstr[0] ""
1016msgstr[1] ""
1017
5b34e000
JX
1018#. TRANSLATORS: the last %s will be replaced with "(roughly %d
1019#. steps)" translation.
1020#.
d93ef2a1 1021#: bisect.c:1010
fda7b092
JX
1022#, c-format
1023msgid "Bisecting: %d revision left to test after this %s\n"
1024msgid_plural "Bisecting: %d revisions left to test after this %s\n"
1025msgstr[0] ""
1026msgstr[1] ""
1027
3d0a05b4 1028#: blame.c:2700
5b34e000
JX
1029msgid "--contents and --reverse do not blend well."
1030msgstr ""
1031
3d0a05b4 1032#: blame.c:2714
5b34e000
JX
1033msgid "cannot use --contents with final commit object name"
1034msgstr ""
1035
3d0a05b4 1036#: blame.c:2735
5b34e000
JX
1037msgid "--reverse and --first-parent together require specified latest commit"
1038msgstr ""
1039
3d0a05b4
JX
1040#: blame.c:2744 bundle.c:167 ref-filter.c:2203 remote.c:1941 sequencer.c:1971
1041#: sequencer.c:4305 builtin/commit.c:1020 builtin/log.c:387 builtin/log.c:964
1042#: builtin/log.c:1452 builtin/log.c:1844 builtin/log.c:2134 builtin/merge.c:411
1043#: builtin/pack-objects.c:3128 builtin/pack-objects.c:3143
9b7388a8 1044#: builtin/shortlog.c:192
5b34e000
JX
1045msgid "revision walk setup failed"
1046msgstr ""
1047
3d0a05b4 1048#: blame.c:2762
5b34e000
JX
1049msgid ""
1050"--reverse --first-parent together require range along first-parent chain"
1051msgstr ""
1052
3d0a05b4 1053#: blame.c:2773
5b34e000
JX
1054#, c-format
1055msgid "no such path %s in %s"
1056msgstr ""
1057
3d0a05b4 1058#: blame.c:2784
5b34e000
JX
1059#, c-format
1060msgid "cannot read blob %s for path %s"
1061msgstr ""
1062
d93ef2a1 1063#: branch.c:53
fda7b092
JX
1064#, c-format
1065msgid ""
1066"\n"
1067"After fixing the error cause you may try to fix up\n"
1068"the remote tracking information by invoking\n"
1069"\"git branch --set-upstream-to=%s%s%s\"."
1070msgstr ""
1071
d93ef2a1 1072#: branch.c:67
fda7b092
JX
1073#, c-format
1074msgid "Not setting branch %s as its own upstream."
1075msgstr ""
1076
d93ef2a1 1077#: branch.c:93
fda7b092 1078#, c-format
25eab542 1079msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."
fda7b092
JX
1080msgstr ""
1081
d93ef2a1 1082#: branch.c:94
fda7b092 1083#, c-format
25eab542 1084msgid "Branch '%s' set up to track remote branch '%s' from '%s'."
fda7b092
JX
1085msgstr ""
1086
d93ef2a1 1087#: branch.c:98
fda7b092 1088#, c-format
25eab542 1089msgid "Branch '%s' set up to track local branch '%s' by rebasing."
fda7b092
JX
1090msgstr ""
1091
d93ef2a1 1092#: branch.c:99
fda7b092 1093#, c-format
25eab542 1094msgid "Branch '%s' set up to track local branch '%s'."
fda7b092
JX
1095msgstr ""
1096
d93ef2a1 1097#: branch.c:104
fda7b092 1098#, c-format
25eab542 1099msgid "Branch '%s' set up to track remote ref '%s' by rebasing."
fda7b092
JX
1100msgstr ""
1101
d93ef2a1 1102#: branch.c:105
fda7b092 1103#, c-format
25eab542 1104msgid "Branch '%s' set up to track remote ref '%s'."
fda7b092
JX
1105msgstr ""
1106
d93ef2a1 1107#: branch.c:109
fda7b092 1108#, c-format
25eab542 1109msgid "Branch '%s' set up to track local ref '%s' by rebasing."
fda7b092
JX
1110msgstr ""
1111
d93ef2a1 1112#: branch.c:110
fda7b092 1113#, c-format
25eab542 1114msgid "Branch '%s' set up to track local ref '%s'."
fda7b092
JX
1115msgstr ""
1116
d93ef2a1 1117#: branch.c:119
fda7b092
JX
1118msgid "Unable to write upstream branch configuration"
1119msgstr ""
1120
d93ef2a1 1121#: branch.c:156
fda7b092
JX
1122#, c-format
1123msgid "Not tracking: ambiguous information for ref %s"
1124msgstr ""
1125
d93ef2a1 1126#: branch.c:189
fda7b092
JX
1127#, c-format
1128msgid "'%s' is not a valid branch name."
1129msgstr ""
1130
d93ef2a1 1131#: branch.c:208
fda7b092
JX
1132#, c-format
1133msgid "A branch named '%s' already exists."
1134msgstr ""
1135
d93ef2a1 1136#: branch.c:213
fda7b092
JX
1137msgid "Cannot force update the current branch."
1138msgstr ""
1139
d93ef2a1 1140#: branch.c:233
fda7b092
JX
1141#, c-format
1142msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1143msgstr ""
1144
d93ef2a1 1145#: branch.c:235
fda7b092
JX
1146#, c-format
1147msgid "the requested upstream branch '%s' does not exist"
1148msgstr ""
1149
d93ef2a1 1150#: branch.c:237
fda7b092
JX
1151msgid ""
1152"\n"
1153"If you are planning on basing your work on an upstream\n"
1154"branch that already exists at the remote, you may need to\n"
1155"run \"git fetch\" to retrieve it.\n"
1156"\n"
1157"If you are planning to push out a new local branch that\n"
1158"will track its remote counterpart, you may want to use\n"
1159"\"git push -u\" to set the upstream config as you push."
1160msgstr ""
1161
d93ef2a1 1162#: branch.c:281
fda7b092
JX
1163#, c-format
1164msgid "Not a valid object name: '%s'."
1165msgstr ""
1166
d93ef2a1 1167#: branch.c:301
fda7b092
JX
1168#, c-format
1169msgid "Ambiguous object name: '%s'."
1170msgstr ""
1171
d93ef2a1 1172#: branch.c:306
fda7b092
JX
1173#, c-format
1174msgid "Not a valid branch point: '%s'."
1175msgstr ""
1176
6b0f1a9b 1177#: branch.c:364
fda7b092
JX
1178#, c-format
1179msgid "'%s' is already checked out at '%s'"
df0617bf
JX
1180msgstr ""
1181
6b0f1a9b 1182#: branch.c:387
f517e50d
JX
1183#, c-format
1184msgid "HEAD of working tree %s is not updated"
1185msgstr ""
1186
dba9f13c 1187#: bundle.c:36
822e4a65
JX
1188#, c-format
1189msgid "'%s' does not look like a v2 bundle file"
1190msgstr ""
1191
dba9f13c 1192#: bundle.c:64
822e4a65
JX
1193#, c-format
1194msgid "unrecognized header: %s%s (%d)"
1195msgstr ""
1196
3d0a05b4 1197#: bundle.c:90 rerere.c:480 rerere.c:690 sequencer.c:2221 sequencer.c:2962
6b0f1a9b 1198#: builtin/commit.c:791
822e4a65
JX
1199#, c-format
1200msgid "could not open '%s'"
1201msgstr ""
1202
94328cef 1203#: bundle.c:143
822e4a65
JX
1204msgid "Repository lacks these prerequisite commits:"
1205msgstr ""
1206
6b0f1a9b
JX
1207#: bundle.c:146
1208msgid "need a repository to verify a bundle"
1209msgstr ""
1210
1211#: bundle.c:197
822e4a65 1212#, c-format
c138af56
JX
1213msgid "The bundle contains this ref:"
1214msgid_plural "The bundle contains these %d refs:"
822e4a65
JX
1215msgstr[0] ""
1216msgstr[1] ""
1217
6b0f1a9b 1218#: bundle.c:204
11b90174
JX
1219msgid "The bundle records a complete history."
1220msgstr ""
1221
6b0f1a9b 1222#: bundle.c:206
822e4a65 1223#, c-format
c138af56
JX
1224msgid "The bundle requires this ref:"
1225msgid_plural "The bundle requires these %d refs:"
822e4a65
JX
1226msgstr[0] ""
1227msgstr[1] ""
1228
6b0f1a9b 1229#: bundle.c:272
12705546
JX
1230msgid "unable to dup bundle descriptor"
1231msgstr ""
1232
6b0f1a9b 1233#: bundle.c:279
e3f9cab7 1234msgid "Could not spawn pack-objects"
822e4a65
JX
1235msgstr ""
1236
6b0f1a9b 1237#: bundle.c:290
e3f9cab7 1238msgid "pack-objects died"
822e4a65
JX
1239msgstr ""
1240
6b0f1a9b 1241#: bundle.c:332
e3f9cab7 1242msgid "rev-list died"
822e4a65
JX
1243msgstr ""
1244
6b0f1a9b 1245#: bundle.c:381
e3f9cab7
JX
1246#, c-format
1247msgid "ref '%s' is excluded by the rev-list options"
822e4a65
JX
1248msgstr ""
1249
3d0a05b4 1250#: bundle.c:460 builtin/log.c:202 builtin/log.c:1733 builtin/shortlog.c:306
e3f9cab7
JX
1251#, c-format
1252msgid "unrecognized argument: %s"
822e4a65
JX
1253msgstr ""
1254
6b0f1a9b 1255#: bundle.c:468
e3f9cab7 1256msgid "Refusing to create empty bundle."
822e4a65
JX
1257msgstr ""
1258
6b0f1a9b 1259#: bundle.c:478
822e4a65
JX
1260#, c-format
1261msgid "cannot create '%s'"
1262msgstr ""
1263
6b0f1a9b 1264#: bundle.c:503
822e4a65
JX
1265msgid "index-pack died"
1266msgstr ""
1267
abc8de64 1268#: color.c:296
d07a63e4
JX
1269#, c-format
1270msgid "invalid color value: %.*s"
1271msgstr ""
1272
3d0a05b4
JX
1273#: commit.c:50 sequencer.c:2665 builtin/am.c:354 builtin/am.c:398
1274#: builtin/am.c:1366 builtin/am.c:2009 builtin/replace.c:456
dce37b66
JX
1275#, c-format
1276msgid "could not parse %s"
1277msgstr ""
1278
12705546 1279#: commit.c:52
dce37b66
JX
1280#, c-format
1281msgid "%s %s is not a commit!"
1282msgstr ""
1283
6b0f1a9b 1284#: commit.c:192
9b7388a8
JX
1285msgid ""
1286"Support for <GIT_DIR>/info/grafts is deprecated\n"
1287"and will be removed in a future Git version.\n"
1288"\n"
1289"Please use \"git replace --convert-graft-file\"\n"
1290"to convert the grafts into replace refs.\n"
1291"\n"
1292"Turn this message off by running\n"
1293"\"git config advice.graftFileDeprecated false\""
1294msgstr ""
1295
3d0a05b4 1296#: commit.c:1128
12705546
JX
1297#, c-format
1298msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
1299msgstr ""
1300
3d0a05b4 1301#: commit.c:1131
12705546
JX
1302#, c-format
1303msgid "Commit %s has a bad GPG signature allegedly by %s."
1304msgstr ""
1305
3d0a05b4 1306#: commit.c:1134
12705546
JX
1307#, c-format
1308msgid "Commit %s does not have a GPG signature."
1309msgstr ""
1310
3d0a05b4 1311#: commit.c:1137
12705546
JX
1312#, c-format
1313msgid "Commit %s has a good GPG signature by %s\n"
1314msgstr ""
1315
3d0a05b4 1316#: commit.c:1391
fda7b092
JX
1317msgid ""
1318"Warning: commit message did not conform to UTF-8.\n"
1319"You may want to amend it after fixing the message, or set the config\n"
1320"variable i18n.commitencoding to the encoding your project uses.\n"
1321msgstr ""
1322
6b0f1a9b 1323#: commit-graph.c:127
d93ef2a1 1324msgid "commit-graph file is too small"
dba9f13c
JX
1325msgstr ""
1326
6b0f1a9b 1327#: commit-graph.c:192
dba9f13c 1328#, c-format
d93ef2a1 1329msgid "commit-graph signature %X does not match signature %X"
dba9f13c
JX
1330msgstr ""
1331
6b0f1a9b 1332#: commit-graph.c:199
dba9f13c 1333#, c-format
d93ef2a1 1334msgid "commit-graph version %X does not match version %X"
dba9f13c
JX
1335msgstr ""
1336
6b0f1a9b 1337#: commit-graph.c:206
dba9f13c 1338#, c-format
d93ef2a1 1339msgid "commit-graph hash version %X does not match version %X"
dba9f13c
JX
1340msgstr ""
1341
6b0f1a9b 1342#: commit-graph.c:229
d93ef2a1 1343msgid "commit-graph chunk lookup table entry missing; file may be incomplete"
94328cef
JX
1344msgstr ""
1345
6b0f1a9b 1346#: commit-graph.c:240
dba9f13c 1347#, c-format
d93ef2a1 1348msgid "commit-graph improper chunk offset %08x%08x"
dba9f13c
JX
1349msgstr ""
1350
6b0f1a9b 1351#: commit-graph.c:283
dba9f13c 1352#, c-format
d93ef2a1 1353msgid "commit-graph chunk id %08x appears multiple times"
dba9f13c
JX
1354msgstr ""
1355
6b0f1a9b
JX
1356#: commit-graph.c:347
1357msgid "commit-graph has no base graphs chunk"
1358msgstr ""
1359
1360#: commit-graph.c:357
1361msgid "commit-graph chain does not match"
1362msgstr ""
1363
1364#: commit-graph.c:404
1365#, c-format
1366msgid "invalid commit-graph chain: line '%s' not a hash"
1367msgstr ""
1368
1369#: commit-graph.c:430
1370msgid "unable to find all commit-graph files"
1371msgstr ""
1372
3d0a05b4 1373#: commit-graph.c:561 commit-graph.c:621
6b0f1a9b
JX
1374msgid "invalid commit position. commit-graph is likely corrupt"
1375msgstr ""
1376
3d0a05b4 1377#: commit-graph.c:582
dba9f13c
JX
1378#, c-format
1379msgid "could not find commit %s"
1380msgstr ""
1381
3d0a05b4
JX
1382#: commit-graph.c:855 builtin/am.c:1287
1383#, c-format
1384msgid "unable to parse commit %s"
1385msgstr ""
1386
1387#: commit-graph.c:859
1388#, c-format
1389msgid "unable to get tree for %s"
1390msgstr ""
1391
1392#: commit-graph.c:1017 builtin/pack-objects.c:2641
dba9f13c
JX
1393#, c-format
1394msgid "unable to get type of object %s"
1395msgstr ""
1396
3d0a05b4 1397#: commit-graph.c:1049
94328cef 1398msgid "Loading known commits in commit graph"
12705546
JX
1399msgstr ""
1400
3d0a05b4 1401#: commit-graph.c:1066
94328cef
JX
1402msgid "Expanding reachable commits in commit graph"
1403msgstr ""
1404
3d0a05b4 1405#: commit-graph.c:1085
94328cef 1406msgid "Clearing commit marks in commit graph"
12705546
JX
1407msgstr ""
1408
3d0a05b4 1409#: commit-graph.c:1104
94328cef 1410msgid "Computing commit graph generation numbers"
12705546
JX
1411msgstr ""
1412
3d0a05b4 1413#: commit-graph.c:1179
94328cef
JX
1414#, c-format
1415msgid "Finding commits for commit graph in %d pack"
1416msgid_plural "Finding commits for commit graph in %d packs"
1417msgstr[0] ""
1418msgstr[1] ""
1419
3d0a05b4 1420#: commit-graph.c:1192
dba9f13c
JX
1421#, c-format
1422msgid "error adding pack %s"
1423msgstr ""
1424
3d0a05b4 1425#: commit-graph.c:1196
dba9f13c
JX
1426#, c-format
1427msgid "error opening index for %s"
1428msgstr ""
1429
3d0a05b4 1430#: commit-graph.c:1220
94328cef
JX
1431#, c-format
1432msgid "Finding commits for commit graph from %d ref"
1433msgid_plural "Finding commits for commit graph from %d refs"
1434msgstr[0] ""
1435msgstr[1] ""
1436
3d0a05b4
JX
1437#: commit-graph.c:1240
1438#, c-format
1439msgid "invalid commit object id: %s"
1440msgstr ""
1441
1442#: commit-graph.c:1255
94328cef
JX
1443msgid "Finding commits for commit graph among packed objects"
1444msgstr ""
1445
3d0a05b4 1446#: commit-graph.c:1270
94328cef
JX
1447msgid "Counting distinct commits in commit graph"
1448msgstr ""
1449
3d0a05b4 1450#: commit-graph.c:1300
94328cef
JX
1451msgid "Finding extra edges in commit graph"
1452msgstr ""
1453
3d0a05b4 1454#: commit-graph.c:1346
6b0f1a9b 1455msgid "failed to write correct number of base graph ids"
9b7388a8
JX
1456msgstr ""
1457
3d0a05b4 1458#: commit-graph.c:1379 midx.c:810
9b7388a8 1459#, c-format
dba9f13c
JX
1460msgid "unable to create leading directories of %s"
1461msgstr ""
1462
3d0a05b4 1463#: commit-graph.c:1391 builtin/index-pack.c:306 builtin/repack.c:241
6b0f1a9b
JX
1464#, c-format
1465msgid "unable to create '%s'"
1466msgstr ""
1467
3d0a05b4 1468#: commit-graph.c:1451
94328cef
JX
1469#, c-format
1470msgid "Writing out commit graph in %d pass"
1471msgid_plural "Writing out commit graph in %d passes"
1472msgstr[0] ""
1473msgstr[1] ""
1474
3d0a05b4 1475#: commit-graph.c:1492
6b0f1a9b
JX
1476msgid "unable to open commit-graph chain file"
1477msgstr ""
1478
3d0a05b4 1479#: commit-graph.c:1504
6b0f1a9b
JX
1480msgid "failed to rename base commit-graph file"
1481msgstr ""
1482
3d0a05b4 1483#: commit-graph.c:1524
6b0f1a9b
JX
1484msgid "failed to rename temporary commit-graph file"
1485msgstr ""
1486
3d0a05b4 1487#: commit-graph.c:1635
6b0f1a9b
JX
1488msgid "Scanning merged commits"
1489msgstr ""
1490
3d0a05b4 1491#: commit-graph.c:1646
6b0f1a9b
JX
1492#, c-format
1493msgid "unexpected duplicate commit id %s"
1494msgstr ""
1495
3d0a05b4 1496#: commit-graph.c:1670
6b0f1a9b
JX
1497msgid "Merging commit-graph"
1498msgstr ""
1499
3d0a05b4 1500#: commit-graph.c:1860
6b0f1a9b
JX
1501#, c-format
1502msgid "the commit graph format cannot write %d commits"
1503msgstr ""
1504
3d0a05b4 1505#: commit-graph.c:1871
6b0f1a9b
JX
1506msgid "too many commits to write graph"
1507msgstr ""
1508
3d0a05b4 1509#: commit-graph.c:1961
dba9f13c 1510msgid "the commit-graph file has incorrect checksum and is likely corrupt"
9b7388a8
JX
1511msgstr ""
1512
3d0a05b4 1513#: commit-graph.c:1971
d93ef2a1
JX
1514#, c-format
1515msgid "commit-graph has incorrect OID order: %s then %s"
1516msgstr ""
1517
3d0a05b4 1518#: commit-graph.c:1981 commit-graph.c:1996
d93ef2a1
JX
1519#, c-format
1520msgid "commit-graph has incorrect fanout value: fanout[%d] = %u != %u"
1521msgstr ""
1522
3d0a05b4 1523#: commit-graph.c:1988
d93ef2a1
JX
1524#, c-format
1525msgid "failed to parse commit %s from commit-graph"
1526msgstr ""
1527
3d0a05b4 1528#: commit-graph.c:2006
12705546
JX
1529msgid "Verifying commits in commit graph"
1530msgstr ""
1531
3d0a05b4 1532#: commit-graph.c:2020
d93ef2a1
JX
1533#, c-format
1534msgid "failed to parse commit %s from object database for commit-graph"
1535msgstr ""
1536
3d0a05b4 1537#: commit-graph.c:2027
d93ef2a1
JX
1538#, c-format
1539msgid "root tree OID for commit %s in commit-graph is %s != %s"
1540msgstr ""
1541
3d0a05b4 1542#: commit-graph.c:2037
d93ef2a1
JX
1543#, c-format
1544msgid "commit-graph parent list for commit %s is too long"
1545msgstr ""
1546
3d0a05b4 1547#: commit-graph.c:2046
d93ef2a1
JX
1548#, c-format
1549msgid "commit-graph parent for %s is %s != %s"
1550msgstr ""
1551
3d0a05b4 1552#: commit-graph.c:2059
d93ef2a1
JX
1553#, c-format
1554msgid "commit-graph parent list for commit %s terminates early"
1555msgstr ""
1556
3d0a05b4 1557#: commit-graph.c:2064
d93ef2a1
JX
1558#, c-format
1559msgid ""
1560"commit-graph has generation number zero for commit %s, but non-zero elsewhere"
1561msgstr ""
1562
3d0a05b4 1563#: commit-graph.c:2068
d93ef2a1
JX
1564#, c-format
1565msgid ""
1566"commit-graph has non-zero generation number for commit %s, but zero elsewhere"
1567msgstr ""
1568
3d0a05b4 1569#: commit-graph.c:2083
d93ef2a1
JX
1570#, c-format
1571msgid "commit-graph generation for commit %s is %u != %u"
1572msgstr ""
1573
3d0a05b4 1574#: commit-graph.c:2089
d93ef2a1
JX
1575#, c-format
1576msgid "commit date for commit %s in commit-graph is %<PRIuMAX> != %<PRIuMAX>"
1577msgstr ""
1578
94328cef 1579#: compat/obstack.c:406 compat/obstack.c:408
dce37b66
JX
1580msgid "memory exhausted"
1581msgstr ""
1582
6b0f1a9b 1583#: config.c:124
dba9f13c
JX
1584#, c-format
1585msgid ""
1586"exceeded maximum include depth (%d) while including\n"
1587"\t%s\n"
1588"from\n"
1589"\t%s\n"
98ac7815 1590"This might be due to circular includes."
dba9f13c
JX
1591msgstr ""
1592
6b0f1a9b 1593#: config.c:140
dba9f13c
JX
1594#, c-format
1595msgid "could not expand include path '%s'"
1596msgstr ""
1597
6b0f1a9b 1598#: config.c:151
dba9f13c
JX
1599msgid "relative config includes must come from files"
1600msgstr ""
1601
6b0f1a9b 1602#: config.c:197
dfc182b1
JX
1603msgid "relative config include conditionals must come from files"
1604msgstr ""
1605
466c88fa 1606#: config.c:376
dba9f13c
JX
1607#, c-format
1608msgid "key does not contain a section: %s"
1609msgstr ""
1610
466c88fa 1611#: config.c:382
dba9f13c
JX
1612#, c-format
1613msgid "key does not contain variable name: %s"
1614msgstr ""
1615
3d0a05b4 1616#: config.c:406 sequencer.c:2401
dba9f13c
JX
1617#, c-format
1618msgid "invalid key: %s"
1619msgstr ""
1620
466c88fa 1621#: config.c:412
dba9f13c
JX
1622#, c-format
1623msgid "invalid key (newline): %s"
1624msgstr ""
1625
466c88fa 1626#: config.c:448 config.c:460
dba9f13c
JX
1627#, c-format
1628msgid "bogus config parameter: %s"
1629msgstr ""
1630
466c88fa 1631#: config.c:495
dba9f13c
JX
1632#, c-format
1633msgid "bogus format in %s"
1634msgstr ""
1635
466c88fa 1636#: config.c:821
9fa976ff
JX
1637#, c-format
1638msgid "bad config line %d in blob %s"
1639msgstr ""
1640
466c88fa 1641#: config.c:825
9fa976ff
JX
1642#, c-format
1643msgid "bad config line %d in file %s"
1644msgstr ""
1645
466c88fa 1646#: config.c:829
9fa976ff
JX
1647#, c-format
1648msgid "bad config line %d in standard input"
1649msgstr ""
1650
466c88fa 1651#: config.c:833
9fa976ff
JX
1652#, c-format
1653msgid "bad config line %d in submodule-blob %s"
1654msgstr ""
1655
466c88fa 1656#: config.c:837
9fa976ff
JX
1657#, c-format
1658msgid "bad config line %d in command line %s"
1659msgstr ""
1660
466c88fa 1661#: config.c:841
9fa976ff
JX
1662#, c-format
1663msgid "bad config line %d in %s"
1664msgstr ""
1665
466c88fa 1666#: config.c:978
5bd166d8 1667msgid "out of range"
9fa976ff
JX
1668msgstr ""
1669
466c88fa 1670#: config.c:978
5bd166d8 1671msgid "invalid unit"
9fa976ff
JX
1672msgstr ""
1673
466c88fa 1674#: config.c:979
9fa976ff 1675#, c-format
5bd166d8 1676msgid "bad numeric config value '%s' for '%s': %s"
9fa976ff
JX
1677msgstr ""
1678
466c88fa 1679#: config.c:998
9fa976ff 1680#, c-format
5bd166d8 1681msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
9fa976ff
JX
1682msgstr ""
1683
466c88fa 1684#: config.c:1001
9fa976ff 1685#, c-format
5bd166d8 1686msgid "bad numeric config value '%s' for '%s' in file %s: %s"
9fa976ff
JX
1687msgstr ""
1688
466c88fa 1689#: config.c:1004
9fa976ff 1690#, c-format
5bd166d8 1691msgid "bad numeric config value '%s' for '%s' in standard input: %s"
9fa976ff
JX
1692msgstr ""
1693
466c88fa 1694#: config.c:1007
9fa976ff 1695#, c-format
5bd166d8 1696msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
9fa976ff
JX
1697msgstr ""
1698
466c88fa 1699#: config.c:1010
9fa976ff 1700#, c-format
5bd166d8 1701msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
d07a63e4
JX
1702msgstr ""
1703
466c88fa 1704#: config.c:1013
d07a63e4 1705#, c-format
5bd166d8 1706msgid "bad numeric config value '%s' for '%s' in %s: %s"
d07a63e4
JX
1707msgstr ""
1708
466c88fa 1709#: config.c:1108
d07a63e4
JX
1710#, c-format
1711msgid "failed to expand user dir in: '%s'"
1712msgstr ""
1713
466c88fa 1714#: config.c:1117
18a90722
JX
1715#, c-format
1716msgid "'%s' for '%s' is not a valid timestamp"
1717msgstr ""
1718
466c88fa 1719#: config.c:1208
dba9f13c
JX
1720#, c-format
1721msgid "abbrev length out of range: %d"
1722msgstr ""
1723
466c88fa 1724#: config.c:1222 config.c:1233
d07a63e4
JX
1725#, c-format
1726msgid "bad zlib compression level %d"
1727msgstr ""
1728
466c88fa 1729#: config.c:1325
dba9f13c
JX
1730msgid "core.commentChar should only be one character"
1731msgstr ""
1732
466c88fa 1733#: config.c:1358
d07a63e4
JX
1734#, c-format
1735msgid "invalid mode for object creation: %s"
1736msgstr ""
1737
3d0a05b4 1738#: config.c:1425
dba9f13c
JX
1739#, c-format
1740msgid "malformed value for %s"
1741msgstr ""
1742
3d0a05b4 1743#: config.c:1451
dba9f13c
JX
1744#, c-format
1745msgid "malformed value for %s: %s"
1746msgstr ""
1747
3d0a05b4 1748#: config.c:1452
dba9f13c
JX
1749msgid "must be one of nothing, matching, simple, upstream or current"
1750msgstr ""
1751
3d0a05b4 1752#: config.c:1513 builtin/pack-objects.c:3394
673bfad0
JX
1753#, c-format
1754msgid "bad pack compression level %d"
1755msgstr ""
1756
3d0a05b4 1757#: config.c:1634
dba9f13c
JX
1758#, c-format
1759msgid "unable to load config blob object '%s'"
1760msgstr ""
1761
3d0a05b4 1762#: config.c:1637
dba9f13c
JX
1763#, c-format
1764msgid "reference '%s' does not point to a blob"
1765msgstr ""
1766
3d0a05b4 1767#: config.c:1654
dba9f13c
JX
1768#, c-format
1769msgid "unable to resolve config blob '%s'"
1770msgstr ""
1771
3d0a05b4 1772#: config.c:1684
dba9f13c
JX
1773#, c-format
1774msgid "failed to parse %s"
1775msgstr ""
1776
3d0a05b4 1777#: config.c:1740
d07a63e4
JX
1778msgid "unable to parse command-line config"
1779msgstr ""
1780
3d0a05b4 1781#: config.c:2091
9fa976ff 1782msgid "unknown error occurred while reading the configuration files"
d07a63e4
JX
1783msgstr ""
1784
3d0a05b4 1785#: config.c:2261
dfc182b1
JX
1786#, c-format
1787msgid "Invalid %s: '%s'"
1788msgstr ""
1789
3d0a05b4 1790#: config.c:2306
dfc182b1
JX
1791#, c-format
1792msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1793msgstr ""
1794
3d0a05b4 1795#: config.c:2352
d07a63e4
JX
1796#, c-format
1797msgid "unable to parse '%s' from command-line config"
1798msgstr ""
1799
3d0a05b4 1800#: config.c:2354
d07a63e4
JX
1801#, c-format
1802msgid "bad config variable '%s' in file '%s' at line %d"
1803msgstr ""
1804
3d0a05b4 1805#: config.c:2435
dba9f13c
JX
1806#, c-format
1807msgid "invalid section name '%s'"
1808msgstr ""
1809
3d0a05b4 1810#: config.c:2467
d07a63e4
JX
1811#, c-format
1812msgid "%s has multiple values"
1813msgstr ""
1814
3d0a05b4 1815#: config.c:2496
dba9f13c
JX
1816#, c-format
1817msgid "failed to write new configuration file %s"
1818msgstr ""
1819
3d0a05b4 1820#: config.c:2748 config.c:3072
dba9f13c
JX
1821#, c-format
1822msgid "could not lock config file %s"
1823msgstr ""
1824
3d0a05b4 1825#: config.c:2759
dba9f13c
JX
1826#, c-format
1827msgid "opening %s"
1828msgstr ""
1829
3d0a05b4 1830#: config.c:2794 builtin/config.c:328
dba9f13c
JX
1831#, c-format
1832msgid "invalid pattern: %s"
1833msgstr ""
1834
3d0a05b4 1835#: config.c:2819
dba9f13c
JX
1836#, c-format
1837msgid "invalid config file %s"
1838msgstr ""
1839
3d0a05b4 1840#: config.c:2832 config.c:3085
673bfad0
JX
1841#, c-format
1842msgid "fstat on %s failed"
1843msgstr ""
1844
3d0a05b4 1845#: config.c:2843
dba9f13c
JX
1846#, c-format
1847msgid "unable to mmap '%s'"
1848msgstr ""
1849
3d0a05b4 1850#: config.c:2852 config.c:3090
dba9f13c
JX
1851#, c-format
1852msgid "chmod on %s failed"
1853msgstr ""
1854
3d0a05b4 1855#: config.c:2937 config.c:3187
dba9f13c
JX
1856#, c-format
1857msgid "could not write config file %s"
1858msgstr ""
1859
3d0a05b4 1860#: config.c:2971
f517e50d
JX
1861#, c-format
1862msgid "could not set '%s' to '%s'"
1863msgstr ""
1864
3d0a05b4 1865#: config.c:2973 builtin/remote.c:782
9eb3984b 1866#, c-format
f517e50d 1867msgid "could not unset '%s'"
9eb3984b
JX
1868msgstr ""
1869
3d0a05b4 1870#: config.c:3063
dba9f13c
JX
1871#, c-format
1872msgid "invalid section name: %s"
1873msgstr ""
1874
3d0a05b4 1875#: config.c:3230
dba9f13c
JX
1876#, c-format
1877msgid "missing value for '%s'"
1878msgstr ""
1879
55892712 1880#: connect.c:61
dba9f13c 1881msgid "the remote end hung up upon initial contact"
fda7b092
JX
1882msgstr ""
1883
55892712 1884#: connect.c:63
fda7b092
JX
1885msgid ""
1886"Could not read from remote repository.\n"
1887"\n"
1888"Please make sure you have the correct access rights\n"
1889"and the repository exists."
1890msgstr ""
1891
dba9f13c
JX
1892#: connect.c:81
1893#, c-format
1894msgid "server doesn't support '%s'"
9fa976ff
JX
1895msgstr ""
1896
dba9f13c
JX
1897#: connect.c:103
1898#, c-format
1899msgid "server doesn't support feature '%s'"
dce37b66
JX
1900msgstr ""
1901
dba9f13c
JX
1902#: connect.c:114
1903msgid "expected flush after capabilities"
dce37b66
JX
1904msgstr ""
1905
dba9f13c
JX
1906#: connect.c:233
1907#, c-format
1908msgid "ignoring capabilities after first line '%s'"
dce37b66
JX
1909msgstr ""
1910
dba9f13c
JX
1911#: connect.c:252
1912msgid "protocol error: unexpected capabilities^{}"
abc8de64
JX
1913msgstr ""
1914
dba9f13c 1915#: connect.c:273
abc8de64 1916#, c-format
dba9f13c 1917msgid "protocol error: expected shallow sha-1, got '%s'"
fda7b092
JX
1918msgstr ""
1919
dba9f13c
JX
1920#: connect.c:275
1921msgid "repository on the other end cannot be shallow"
fda7b092
JX
1922msgstr ""
1923
94328cef 1924#: connect.c:313
dba9f13c
JX
1925msgid "invalid packet"
1926msgstr ""
1927
94328cef 1928#: connect.c:333
9b7388a8 1929#, c-format
dba9f13c 1930msgid "protocol error: unexpected '%s'"
9b7388a8
JX
1931msgstr ""
1932
94328cef 1933#: connect.c:441
9b7388a8 1934#, c-format
dba9f13c
JX
1935msgid "invalid ls-refs response: %s"
1936msgstr ""
1937
94328cef 1938#: connect.c:445
dba9f13c 1939msgid "expected flush after ref listing"
9b7388a8
JX
1940msgstr ""
1941
94328cef 1942#: connect.c:544
9b7388a8 1943#, c-format
dba9f13c
JX
1944msgid "protocol '%s' is not supported"
1945msgstr ""
1946
94328cef 1947#: connect.c:595
dba9f13c 1948msgid "unable to set SO_KEEPALIVE on socket"
9b7388a8
JX
1949msgstr ""
1950
94328cef 1951#: connect.c:635 connect.c:698
9b7388a8 1952#, c-format
dba9f13c 1953msgid "Looking up %s ... "
9b7388a8
JX
1954msgstr ""
1955
94328cef 1956#: connect.c:639
9b7388a8 1957#, c-format
dba9f13c 1958msgid "unable to look up %s (port %s) (%s)"
9b7388a8
JX
1959msgstr ""
1960
dba9f13c 1961#. TRANSLATORS: this is the end of "Looking up %s ... "
94328cef 1962#: connect.c:643 connect.c:714
9b7388a8 1963#, c-format
dba9f13c
JX
1964msgid ""
1965"done.\n"
1966"Connecting to %s (port %s) ... "
9b7388a8
JX
1967msgstr ""
1968
94328cef 1969#: connect.c:665 connect.c:742
dba9f13c
JX
1970#, c-format
1971msgid ""
1972"unable to connect to %s:\n"
1973"%s"
9b7388a8
JX
1974msgstr ""
1975
dba9f13c 1976#. TRANSLATORS: this is the end of "Connecting to %s (port %s) ... "
94328cef 1977#: connect.c:671 connect.c:748
dba9f13c 1978msgid "done."
822e4a65
JX
1979msgstr ""
1980
94328cef 1981#: connect.c:702
91d443d0 1982#, c-format
dba9f13c
JX
1983msgid "unable to look up %s (%s)"
1984msgstr ""
91d443d0 1985
94328cef 1986#: connect.c:708
91d443d0 1987#, c-format
dba9f13c
JX
1988msgid "unknown port %s"
1989msgstr ""
91d443d0 1990
3d0a05b4 1991#: connect.c:845 connect.c:1175
91d443d0 1992#, c-format
dba9f13c
JX
1993msgid "strange hostname '%s' blocked"
1994msgstr ""
91d443d0 1995
94328cef 1996#: connect.c:847
91d443d0 1997#, c-format
dba9f13c
JX
1998msgid "strange port '%s' blocked"
1999msgstr ""
91d443d0 2000
94328cef 2001#: connect.c:857
91d443d0 2002#, c-format
dba9f13c
JX
2003msgid "cannot start proxy %s"
2004msgstr ""
2005
3d0a05b4 2006#: connect.c:928
dba9f13c
JX
2007msgid "no path specified; see 'git help pull' for valid url syntax"
2008msgstr ""
2009
3d0a05b4 2010#: connect.c:1123
dba9f13c
JX
2011msgid "ssh variant 'simple' does not support -4"
2012msgstr ""
2013
3d0a05b4 2014#: connect.c:1135
dba9f13c
JX
2015msgid "ssh variant 'simple' does not support -6"
2016msgstr ""
2017
3d0a05b4 2018#: connect.c:1152
dba9f13c
JX
2019msgid "ssh variant 'simple' does not support setting port"
2020msgstr ""
2021
3d0a05b4 2022#: connect.c:1264
dba9f13c
JX
2023#, c-format
2024msgid "strange pathname '%s' blocked"
2025msgstr ""
2026
3d0a05b4 2027#: connect.c:1311
dba9f13c
JX
2028msgid "unable to fork"
2029msgstr ""
2030
3d0a05b4 2031#: connected.c:88 builtin/fsck.c:221 builtin/prune.c:43
dba9f13c
JX
2032msgid "Checking connectivity"
2033msgstr ""
2034
3d0a05b4 2035#: connected.c:100
dba9f13c
JX
2036msgid "Could not run 'git rev-list'"
2037msgstr ""
2038
3d0a05b4 2039#: connected.c:120
dba9f13c
JX
2040msgid "failed write to rev-list"
2041msgstr ""
2042
3d0a05b4 2043#: connected.c:127
dba9f13c
JX
2044msgid "failed to close rev-list's stdin"
2045msgstr ""
2046
3d0a05b4 2047#: convert.c:194
dba9f13c
JX
2048#, c-format
2049msgid "illegal crlf_action %d"
2050msgstr ""
2051
3d0a05b4 2052#: convert.c:207
dba9f13c
JX
2053#, c-format
2054msgid "CRLF would be replaced by LF in %s"
2055msgstr ""
2056
3d0a05b4 2057#: convert.c:209
dba9f13c
JX
2058#, c-format
2059msgid ""
2060"CRLF will be replaced by LF in %s.\n"
2061"The file will have its original line endings in your working directory"
2062msgstr ""
2063
3d0a05b4 2064#: convert.c:217
dba9f13c
JX
2065#, c-format
2066msgid "LF would be replaced by CRLF in %s"
2067msgstr ""
2068
3d0a05b4 2069#: convert.c:219
dba9f13c
JX
2070#, c-format
2071msgid ""
2072"LF will be replaced by CRLF in %s.\n"
2073"The file will have its original line endings in your working directory"
2074msgstr ""
2075
3d0a05b4 2076#: convert.c:280
dba9f13c
JX
2077#, c-format
2078msgid "BOM is prohibited in '%s' if encoded as %s"
2079msgstr ""
2080
3d0a05b4 2081#: convert.c:287
dba9f13c
JX
2082#, c-format
2083msgid ""
2084"The file '%s' contains a byte order mark (BOM). Please use UTF-%s as working-"
2085"tree-encoding."
2086msgstr ""
2087
3d0a05b4 2088#: convert.c:305
dba9f13c
JX
2089#, c-format
2090msgid "BOM is required in '%s' if encoded as %s"
2091msgstr ""
2092
3d0a05b4 2093#: convert.c:307
dba9f13c
JX
2094#, c-format
2095msgid ""
2096"The file '%s' is missing a byte order mark (BOM). Please use UTF-%sBE or UTF-"
2097"%sLE (depending on the byte order) as working-tree-encoding."
2098msgstr ""
2099
3d0a05b4 2100#: convert.c:425 convert.c:496
dba9f13c
JX
2101#, c-format
2102msgid "failed to encode '%s' from %s to %s"
2103msgstr ""
2104
3d0a05b4 2105#: convert.c:468
dba9f13c
JX
2106#, c-format
2107msgid "encoding '%s' from %s to %s and back is not the same"
2108msgstr ""
2109
3d0a05b4 2110#: convert.c:674
dba9f13c
JX
2111#, c-format
2112msgid "cannot fork to run external filter '%s'"
2113msgstr ""
2114
3d0a05b4 2115#: convert.c:694
dba9f13c
JX
2116#, c-format
2117msgid "cannot feed the input to external filter '%s'"
2118msgstr ""
2119
3d0a05b4 2120#: convert.c:701
dba9f13c
JX
2121#, c-format
2122msgid "external filter '%s' failed %d"
2123msgstr ""
2124
3d0a05b4 2125#: convert.c:736 convert.c:739
dba9f13c
JX
2126#, c-format
2127msgid "read from external filter '%s' failed"
2128msgstr ""
2129
3d0a05b4 2130#: convert.c:742 convert.c:797
dba9f13c
JX
2131#, c-format
2132msgid "external filter '%s' failed"
2133msgstr ""
2134
3d0a05b4 2135#: convert.c:845
dba9f13c
JX
2136msgid "unexpected filter type"
2137msgstr ""
2138
3d0a05b4 2139#: convert.c:856
dba9f13c
JX
2140msgid "path name too long for external filter"
2141msgstr ""
2142
3d0a05b4 2143#: convert.c:930
dba9f13c
JX
2144#, c-format
2145msgid ""
2146"external filter '%s' is not available anymore although not all paths have "
2147"been filtered"
2148msgstr ""
2149
3d0a05b4 2150#: convert.c:1229
dba9f13c
JX
2151msgid "true/false are no valid working-tree-encodings"
2152msgstr ""
2153
3d0a05b4 2154#: convert.c:1417 convert.c:1451
dba9f13c
JX
2155#, c-format
2156msgid "%s: clean filter '%s' failed"
2157msgstr ""
2158
3d0a05b4 2159#: convert.c:1495
dba9f13c
JX
2160#, c-format
2161msgid "%s: smudge filter %s failed"
2162msgstr ""
2163
3d0a05b4 2164#: date.c:138
dba9f13c
JX
2165msgid "in the future"
2166msgstr ""
2167
3d0a05b4 2168#: date.c:144
dba9f13c
JX
2169#, c-format
2170msgid "%<PRIuMAX> second ago"
2171msgid_plural "%<PRIuMAX> seconds ago"
2172msgstr[0] ""
2173msgstr[1] ""
2174
3d0a05b4 2175#: date.c:151
dba9f13c
JX
2176#, c-format
2177msgid "%<PRIuMAX> minute ago"
2178msgid_plural "%<PRIuMAX> minutes ago"
2179msgstr[0] ""
2180msgstr[1] ""
2181
3d0a05b4 2182#: date.c:158
dba9f13c
JX
2183#, c-format
2184msgid "%<PRIuMAX> hour ago"
2185msgid_plural "%<PRIuMAX> hours ago"
2186msgstr[0] ""
2187msgstr[1] ""
2188
3d0a05b4 2189#: date.c:165
dba9f13c
JX
2190#, c-format
2191msgid "%<PRIuMAX> day ago"
2192msgid_plural "%<PRIuMAX> days ago"
2193msgstr[0] ""
2194msgstr[1] ""
2195
3d0a05b4 2196#: date.c:171
dba9f13c
JX
2197#, c-format
2198msgid "%<PRIuMAX> week ago"
2199msgid_plural "%<PRIuMAX> weeks ago"
2200msgstr[0] ""
2201msgstr[1] ""
91d443d0 2202
3d0a05b4 2203#: date.c:178
91d443d0
JX
2204#, c-format
2205msgid "%<PRIuMAX> month ago"
2206msgid_plural "%<PRIuMAX> months ago"
2207msgstr[0] ""
2208msgstr[1] ""
2209
3d0a05b4 2210#: date.c:189
91d443d0
JX
2211#, c-format
2212msgid "%<PRIuMAX> year"
2213msgid_plural "%<PRIuMAX> years"
fda7b092
JX
2214msgstr[0] ""
2215msgstr[1] ""
3b6137f2 2216
fda7b092 2217#. TRANSLATORS: "%s" is "<n> years"
3d0a05b4 2218#: date.c:192
91d443d0
JX
2219#, c-format
2220msgid "%s, %<PRIuMAX> month ago"
2221msgid_plural "%s, %<PRIuMAX> months ago"
2222msgstr[0] ""
2223msgstr[1] ""
2224
3d0a05b4 2225#: date.c:197 date.c:202
91d443d0
JX
2226#, c-format
2227msgid "%<PRIuMAX> year ago"
2228msgid_plural "%<PRIuMAX> years ago"
fda7b092
JX
2229msgstr[0] ""
2230msgstr[1] ""
3b6137f2 2231
94328cef 2232#: delta-islands.c:272
12705546
JX
2233msgid "Propagating island marks"
2234msgstr ""
2235
94328cef 2236#: delta-islands.c:290
12705546
JX
2237#, c-format
2238msgid "bad tree object %s"
2239msgstr ""
2240
94328cef 2241#: delta-islands.c:334
12705546
JX
2242#, c-format
2243msgid "failed to load island regex for '%s': %s"
2244msgstr ""
2245
94328cef 2246#: delta-islands.c:390
12705546
JX
2247#, c-format
2248msgid "island regex from config has too many capture groups (max=%d)"
2249msgstr ""
2250
6b0f1a9b 2251#: delta-islands.c:467
12705546
JX
2252#, c-format
2253msgid "Marked %d islands, done.\n"
2254msgstr ""
2255
fda7b092 2256#: diffcore-order.c:24
3b6137f2 2257#, c-format
fda7b092 2258msgid "failed to read orderfile '%s'"
3b6137f2
JX
2259msgstr ""
2260
3d0a05b4 2261#: diffcore-rename.c:543
fda7b092 2262msgid "Performing inexact rename detection"
3b6137f2
JX
2263msgstr ""
2264
d93ef2a1
JX
2265#: diff-no-index.c:238
2266msgid "git diff --no-index [<options>] <path> <path>"
3b6137f2
JX
2267msgstr ""
2268
d93ef2a1
JX
2269#: diff-no-index.c:263
2270msgid ""
2271"Not a git repository. Use --no-index to compare two paths outside a working "
2272"tree"
2273msgstr ""
2274
2275#: diff.c:155
3b6137f2 2276#, c-format
fda7b092 2277msgid " Failed to parse dirstat cut-off percentage '%s'\n"
3b6137f2
JX
2278msgstr ""
2279
d93ef2a1 2280#: diff.c:160
3b6137f2 2281#, c-format
fda7b092 2282msgid " Unknown dirstat parameter '%s'\n"
3b6137f2
JX
2283msgstr ""
2284
d93ef2a1 2285#: diff.c:296
25eab542 2286msgid ""
dba9f13c
JX
2287"color moved setting must be one of 'no', 'default', 'blocks', 'zebra', "
2288"'dimmed-zebra', 'plain'"
25eab542
JX
2289msgstr ""
2290
d93ef2a1 2291#: diff.c:324
dba9f13c 2292#, c-format
94328cef
JX
2293msgid ""
2294"unknown color-moved-ws mode '%s', possible values are 'ignore-space-change', "
2295"'ignore-space-at-eol', 'ignore-all-space', 'allow-indentation-change'"
dba9f13c
JX
2296msgstr ""
2297
d93ef2a1 2298#: diff.c:332
dba9f13c 2299msgid ""
94328cef
JX
2300"color-moved-ws: allow-indentation-change cannot be combined with other "
2301"whitespace modes"
dba9f13c
JX
2302msgstr ""
2303
d93ef2a1 2304#: diff.c:405
3b6137f2 2305#, c-format
fda7b092 2306msgid "Unknown value for 'diff.submodule' config variable: '%s'"
3b6137f2
JX
2307msgstr ""
2308
d93ef2a1 2309#: diff.c:465
3b6137f2 2310#, c-format
fda7b092
JX
2311msgid ""
2312"Found errors in 'diff.dirstat' config variable:\n"
2313"%s"
3b6137f2
JX
2314msgstr ""
2315
3d0a05b4 2316#: diff.c:4218
3b6137f2 2317#, c-format
fda7b092 2318msgid "external diff died, stopping at %s"
3b6137f2
JX
2319msgstr ""
2320
3d0a05b4 2321#: diff.c:4563
fda7b092 2322msgid "--name-only, --name-status, --check and -s are mutually exclusive"
3b6137f2
JX
2323msgstr ""
2324
3d0a05b4 2325#: diff.c:4566
abc8de64
JX
2326msgid "-G, -S and --find-object are mutually exclusive"
2327msgstr ""
2328
3d0a05b4 2329#: diff.c:4644
fda7b092 2330msgid "--follow requires exactly one pathspec"
3b6137f2
JX
2331msgstr ""
2332
3d0a05b4 2333#: diff.c:4692
d93ef2a1
JX
2334#, c-format
2335msgid "invalid --stat value: %s"
2336msgstr ""
2337
3d0a05b4 2338#: diff.c:4697 diff.c:4702 diff.c:4707 diff.c:4712 diff.c:5225
c08fd730 2339#: parse-options.c:199 parse-options.c:203
d93ef2a1
JX
2340#, c-format
2341msgid "%s expects a numerical value"
2342msgstr ""
2343
3d0a05b4 2344#: diff.c:4729
3b6137f2
JX
2345#, c-format
2346msgid ""
fda7b092
JX
2347"Failed to parse --dirstat/-X option parameter:\n"
2348"%s"
3b6137f2
JX
2349msgstr ""
2350
3d0a05b4 2351#: diff.c:4814
3b6137f2 2352#, c-format
d93ef2a1 2353msgid "unknown change class '%c' in --diff-filter=%s"
3b6137f2
JX
2354msgstr ""
2355
3d0a05b4 2356#: diff.c:4838
d93ef2a1
JX
2357#, c-format
2358msgid "unknown value after ws-error-highlight=%.*s"
3b6137f2
JX
2359msgstr ""
2360
3d0a05b4 2361#: diff.c:4852
d93ef2a1
JX
2362#, c-format
2363msgid "unable to resolve '%s'"
3b6137f2
JX
2364msgstr ""
2365
3d0a05b4 2366#: diff.c:4902 diff.c:4908
3b6137f2 2367#, c-format
d93ef2a1 2368msgid "%s expects <n>/<m> form"
3b6137f2
JX
2369msgstr ""
2370
3d0a05b4 2371#: diff.c:4920
dba9f13c 2372#, c-format
d93ef2a1 2373msgid "%s expects a character, got '%s'"
dba9f13c
JX
2374msgstr ""
2375
3d0a05b4 2376#: diff.c:4941
dba9f13c 2377#, c-format
d93ef2a1 2378msgid "bad --color-moved argument: %s"
dba9f13c
JX
2379msgstr ""
2380
3d0a05b4 2381#: diff.c:4960
abc8de64 2382#, c-format
d93ef2a1 2383msgid "invalid mode '%s' in --color-moved-ws"
abc8de64
JX
2384msgstr ""
2385
3d0a05b4 2386#: diff.c:5000
d93ef2a1
JX
2387msgid ""
2388"option diff-algorithm accepts \"myers\", \"minimal\", \"patience\" and "
2389"\"histogram\""
3b6137f2
JX
2390msgstr ""
2391
3d0a05b4 2392#: diff.c:5036 diff.c:5056
d93ef2a1
JX
2393#, c-format
2394msgid "invalid argument to %s"
3b6137f2
JX
2395msgstr ""
2396
3d0a05b4 2397#: diff.c:5194
dba9f13c 2398#, c-format
d93ef2a1 2399msgid "failed to parse --submodule option parameter: '%s'"
dba9f13c
JX
2400msgstr ""
2401
3d0a05b4 2402#: diff.c:5250
dfc182b1 2403#, c-format
d93ef2a1 2404msgid "bad --word-diff argument: %s"
dfc182b1
JX
2405msgstr ""
2406
3d0a05b4 2407#: diff.c:5273
d93ef2a1 2408msgid "Diff output format options"
673bfad0
JX
2409msgstr ""
2410
3d0a05b4 2411#: diff.c:5275 diff.c:5281
d93ef2a1 2412msgid "generate patch"
18a90722
JX
2413msgstr ""
2414
3d0a05b4 2415#: diff.c:5278 builtin/log.c:172
d93ef2a1 2416msgid "suppress diff output"
25eab542
JX
2417msgstr ""
2418
3d0a05b4 2419#: diff.c:5283 diff.c:5397 diff.c:5404
d93ef2a1 2420msgid "<n>"
dfc182b1
JX
2421msgstr ""
2422
3d0a05b4 2423#: diff.c:5284 diff.c:5287
d93ef2a1 2424msgid "generate diffs with <n> lines context"
dba9f13c
JX
2425msgstr ""
2426
3d0a05b4 2427#: diff.c:5289
d93ef2a1 2428msgid "generate the diff in raw format"
dba9f13c
JX
2429msgstr ""
2430
3d0a05b4 2431#: diff.c:5292
d93ef2a1 2432msgid "synonym for '-p --raw'"
dba9f13c
JX
2433msgstr ""
2434
3d0a05b4 2435#: diff.c:5296
d93ef2a1 2436msgid "synonym for '-p --stat'"
abc8de64
JX
2437msgstr ""
2438
3d0a05b4 2439#: diff.c:5300
d93ef2a1 2440msgid "machine friendly --stat"
3b6137f2
JX
2441msgstr ""
2442
3d0a05b4 2443#: diff.c:5303
d93ef2a1 2444msgid "output only the last line of --stat"
94328cef
JX
2445msgstr ""
2446
3d0a05b4 2447#: diff.c:5305 diff.c:5313
d93ef2a1 2448msgid "<param1,param2>..."
3b6137f2
JX
2449msgstr ""
2450
3d0a05b4 2451#: diff.c:5306
d93ef2a1
JX
2452msgid ""
2453"output the distribution of relative amount of changes for each sub-directory"
3b6137f2
JX
2454msgstr ""
2455
3d0a05b4 2456#: diff.c:5310
d93ef2a1 2457msgid "synonym for --dirstat=cumulative"
3b6137f2
JX
2458msgstr ""
2459
3d0a05b4 2460#: diff.c:5314
d93ef2a1 2461msgid "synonym for --dirstat=files,param1,param2..."
3b6137f2
JX
2462msgstr ""
2463
3d0a05b4 2464#: diff.c:5318
d93ef2a1 2465msgid "warn if changes introduce conflict markers or whitespace errors"
3b6137f2
JX
2466msgstr ""
2467
3d0a05b4 2468#: diff.c:5321
d93ef2a1 2469msgid "condensed summary such as creations, renames and mode changes"
3b6137f2
JX
2470msgstr ""
2471
3d0a05b4 2472#: diff.c:5324
d93ef2a1 2473msgid "show only names of changed files"
3b6137f2
JX
2474msgstr ""
2475
3d0a05b4 2476#: diff.c:5327
d93ef2a1 2477msgid "show only names and status of changed files"
3b6137f2
JX
2478msgstr ""
2479
3d0a05b4 2480#: diff.c:5329
d93ef2a1 2481msgid "<width>[,<name-width>[,<count>]]"
3b6137f2
JX
2482msgstr ""
2483
3d0a05b4 2484#: diff.c:5330
d93ef2a1 2485msgid "generate diffstat"
3b6137f2
JX
2486msgstr ""
2487
3d0a05b4 2488#: diff.c:5332 diff.c:5335 diff.c:5338
d93ef2a1 2489msgid "<width>"
3b6137f2
JX
2490msgstr ""
2491
3d0a05b4 2492#: diff.c:5333
d93ef2a1 2493msgid "generate diffstat with a given width"
3b6137f2
JX
2494msgstr ""
2495
3d0a05b4 2496#: diff.c:5336
d93ef2a1 2497msgid "generate diffstat with a given name width"
3b6137f2
JX
2498msgstr ""
2499
3d0a05b4 2500#: diff.c:5339
d93ef2a1 2501msgid "generate diffstat with a given graph width"
3b6137f2
JX
2502msgstr ""
2503
3d0a05b4 2504#: diff.c:5341
d93ef2a1 2505msgid "<count>"
3b6137f2
JX
2506msgstr ""
2507
3d0a05b4 2508#: diff.c:5342
d93ef2a1 2509msgid "generate diffstat with limited lines"
3b6137f2
JX
2510msgstr ""
2511
3d0a05b4 2512#: diff.c:5345
d93ef2a1 2513msgid "generate compact summary in diffstat"
3b6137f2
JX
2514msgstr ""
2515
3d0a05b4 2516#: diff.c:5348
d93ef2a1 2517msgid "output a binary diff that can be applied"
3b6137f2
JX
2518msgstr ""
2519
3d0a05b4 2520#: diff.c:5351
d93ef2a1 2521msgid "show full pre- and post-image object names on the \"index\" lines"
3b6137f2
JX
2522msgstr ""
2523
3d0a05b4 2524#: diff.c:5353
d93ef2a1 2525msgid "show colored diff"
3b6137f2
JX
2526msgstr ""
2527
3d0a05b4 2528#: diff.c:5354
d93ef2a1 2529msgid "<kind>"
3b6137f2
JX
2530msgstr ""
2531
3d0a05b4 2532#: diff.c:5355
d93ef2a1
JX
2533msgid ""
2534"highlight whitespace errors in the 'context', 'old' or 'new' lines in the "
2535"diff"
3b6137f2
JX
2536msgstr ""
2537
3d0a05b4 2538#: diff.c:5358
d93ef2a1
JX
2539msgid ""
2540"do not munge pathnames and use NULs as output field terminators in --raw or "
2541"--numstat"
3b6137f2
JX
2542msgstr ""
2543
3d0a05b4 2544#: diff.c:5361 diff.c:5364 diff.c:5367 diff.c:5473
d93ef2a1 2545msgid "<prefix>"
3b6137f2
JX
2546msgstr ""
2547
3d0a05b4 2548#: diff.c:5362
d93ef2a1 2549msgid "show the given source prefix instead of \"a/\""
28b3cffc
JX
2550msgstr ""
2551
3d0a05b4 2552#: diff.c:5365
386544cd 2553msgid "show the given destination prefix instead of \"b/\""
28b3cffc
JX
2554msgstr ""
2555
3d0a05b4 2556#: diff.c:5368
d93ef2a1 2557msgid "prepend an additional prefix to every line of output"
28b3cffc
JX
2558msgstr ""
2559
3d0a05b4 2560#: diff.c:5371
d93ef2a1 2561msgid "do not show any source or destination prefix"
28b3cffc
JX
2562msgstr ""
2563
3d0a05b4 2564#: diff.c:5374
d93ef2a1 2565msgid "show context between diff hunks up to the specified number of lines"
c138af56
JX
2566msgstr ""
2567
3d0a05b4 2568#: diff.c:5378 diff.c:5383 diff.c:5388
d93ef2a1 2569msgid "<char>"
6f6731e7
JX
2570msgstr ""
2571
3d0a05b4 2572#: diff.c:5379
d93ef2a1 2573msgid "specify the character to indicate a new line instead of '+'"
abc8de64
JX
2574msgstr ""
2575
3d0a05b4 2576#: diff.c:5384
d93ef2a1 2577msgid "specify the character to indicate an old line instead of '-'"
6f6731e7
JX
2578msgstr ""
2579
3d0a05b4 2580#: diff.c:5389
d93ef2a1 2581msgid "specify the character to indicate a context instead of ' '"
6f6731e7
JX
2582msgstr ""
2583
3d0a05b4 2584#: diff.c:5392
d93ef2a1 2585msgid "Diff rename options"
6f6731e7
JX
2586msgstr ""
2587
3d0a05b4 2588#: diff.c:5393
d93ef2a1 2589msgid "<n>[/<m>]"
235537a0
JX
2590msgstr ""
2591
3d0a05b4 2592#: diff.c:5394
d93ef2a1 2593msgid "break complete rewrite changes into pairs of delete and create"
f4f2c8f8
JX
2594msgstr ""
2595
3d0a05b4 2596#: diff.c:5398
d93ef2a1 2597msgid "detect renames"
f4f2c8f8
JX
2598msgstr ""
2599
3d0a05b4 2600#: diff.c:5402
d93ef2a1 2601msgid "omit the preimage for deletes"
9b7388a8
JX
2602msgstr ""
2603
3d0a05b4 2604#: diff.c:5405
d93ef2a1 2605msgid "detect copies"
dba9f13c
JX
2606msgstr ""
2607
3d0a05b4 2608#: diff.c:5409
d93ef2a1 2609msgid "use unmodified files as source to find copies"
dba9f13c
JX
2610msgstr ""
2611
3d0a05b4 2612#: diff.c:5411
d93ef2a1 2613msgid "disable rename detection"
dba9f13c
JX
2614msgstr ""
2615
3d0a05b4 2616#: diff.c:5414
d93ef2a1 2617msgid "use empty blobs as rename source"
dba9f13c
JX
2618msgstr ""
2619
3d0a05b4 2620#: diff.c:5416
d93ef2a1 2621msgid "continue listing the history of a file beyond renames"
12705546
JX
2622msgstr ""
2623
3d0a05b4 2624#: diff.c:5419
d93ef2a1
JX
2625msgid ""
2626"prevent rename/copy detection if the number of rename/copy targets exceeds "
2627"given limit"
12705546
JX
2628msgstr ""
2629
3d0a05b4 2630#: diff.c:5421
d93ef2a1 2631msgid "Diff algorithm options"
dba9f13c
JX
2632msgstr ""
2633
3d0a05b4 2634#: diff.c:5423
d93ef2a1 2635msgid "produce the smallest possible diff"
dba9f13c
JX
2636msgstr ""
2637
3d0a05b4 2638#: diff.c:5426
d93ef2a1 2639msgid "ignore whitespace when comparing lines"
dba9f13c
JX
2640msgstr ""
2641
3d0a05b4 2642#: diff.c:5429
d93ef2a1 2643msgid "ignore changes in amount of whitespace"
dba9f13c
JX
2644msgstr ""
2645
3d0a05b4 2646#: diff.c:5432
d93ef2a1 2647msgid "ignore changes in whitespace at EOL"
727b9576
JX
2648msgstr ""
2649
3d0a05b4 2650#: diff.c:5435
d93ef2a1 2651msgid "ignore carrier-return at the end of line"
dba9f13c
JX
2652msgstr ""
2653
3d0a05b4 2654#: diff.c:5438
d93ef2a1 2655msgid "ignore changes whose lines are all blank"
dfc182b1
JX
2656msgstr ""
2657
3d0a05b4 2658#: diff.c:5441
d93ef2a1 2659msgid "heuristic to shift diff hunk boundaries for easy reading"
dfc182b1
JX
2660msgstr ""
2661
3d0a05b4 2662#: diff.c:5444
d93ef2a1 2663msgid "generate diff using the \"patience diff\" algorithm"
727b9576
JX
2664msgstr ""
2665
3d0a05b4 2666#: diff.c:5448
d93ef2a1 2667msgid "generate diff using the \"histogram diff\" algorithm"
727b9576
JX
2668msgstr ""
2669
3d0a05b4 2670#: diff.c:5450
d93ef2a1 2671msgid "<algorithm>"
727b9576
JX
2672msgstr ""
2673
3d0a05b4 2674#: diff.c:5451
d93ef2a1 2675msgid "choose a diff algorithm"
673bfad0
JX
2676msgstr ""
2677
3d0a05b4 2678#: diff.c:5453
d93ef2a1 2679msgid "<text>"
727b9576
JX
2680msgstr ""
2681
3d0a05b4 2682#: diff.c:5454
d93ef2a1 2683msgid "generate diff using the \"anchored diff\" algorithm"
727b9576
JX
2684msgstr ""
2685
3d0a05b4 2686#: diff.c:5456 diff.c:5465 diff.c:5468
d93ef2a1 2687msgid "<mode>"
727b9576
JX
2688msgstr ""
2689
3d0a05b4 2690#: diff.c:5457
d93ef2a1
JX
2691msgid "show word diff, using <mode> to delimit changed words"
2692msgstr ""
2693
3d0a05b4 2694#: diff.c:5459 diff.c:5462 diff.c:5507
d93ef2a1
JX
2695msgid "<regex>"
2696msgstr ""
2697
3d0a05b4 2698#: diff.c:5460
d93ef2a1
JX
2699msgid "use <regex> to decide what a word is"
2700msgstr ""
2701
3d0a05b4 2702#: diff.c:5463
d93ef2a1
JX
2703msgid "equivalent to --word-diff=color --word-diff-regex=<regex>"
2704msgstr ""
2705
3d0a05b4 2706#: diff.c:5466
c08fd730 2707msgid "moved lines of code are colored differently"
d93ef2a1
JX
2708msgstr ""
2709
3d0a05b4 2710#: diff.c:5469
d93ef2a1
JX
2711msgid "how white spaces are ignored in --color-moved"
2712msgstr ""
2713
3d0a05b4 2714#: diff.c:5472
c08fd730 2715msgid "Other diff options"
d93ef2a1
JX
2716msgstr ""
2717
3d0a05b4 2718#: diff.c:5474
d93ef2a1
JX
2719msgid "when run from subdir, exclude changes outside and show relative paths"
2720msgstr ""
2721
3d0a05b4 2722#: diff.c:5478
d93ef2a1
JX
2723msgid "treat all files as text"
2724msgstr ""
2725
3d0a05b4 2726#: diff.c:5480
d93ef2a1
JX
2727msgid "swap two inputs, reverse the diff"
2728msgstr ""
2729
3d0a05b4 2730#: diff.c:5482
d93ef2a1
JX
2731msgid "exit with 1 if there were differences, 0 otherwise"
2732msgstr ""
2733
3d0a05b4 2734#: diff.c:5484
d93ef2a1
JX
2735msgid "disable all output of the program"
2736msgstr ""
2737
3d0a05b4 2738#: diff.c:5486
d93ef2a1
JX
2739msgid "allow an external diff helper to be executed"
2740msgstr ""
2741
3d0a05b4 2742#: diff.c:5488
d93ef2a1
JX
2743msgid "run external text conversion filters when comparing binary files"
2744msgstr ""
2745
3d0a05b4 2746#: diff.c:5490
d93ef2a1
JX
2747msgid "<when>"
2748msgstr ""
2749
3d0a05b4 2750#: diff.c:5491
d93ef2a1
JX
2751msgid "ignore changes to submodules in the diff generation"
2752msgstr ""
2753
3d0a05b4 2754#: diff.c:5494
d93ef2a1
JX
2755msgid "<format>"
2756msgstr ""
2757
3d0a05b4 2758#: diff.c:5495
d93ef2a1
JX
2759msgid "specify how differences in submodules are shown"
2760msgstr ""
2761
3d0a05b4 2762#: diff.c:5499
d93ef2a1
JX
2763msgid "hide 'git add -N' entries from the index"
2764msgstr ""
2765
3d0a05b4 2766#: diff.c:5502
d93ef2a1
JX
2767msgid "treat 'git add -N' entries as real in the index"
2768msgstr ""
2769
3d0a05b4 2770#: diff.c:5504
d93ef2a1
JX
2771msgid "<string>"
2772msgstr ""
2773
3d0a05b4 2774#: diff.c:5505
d93ef2a1
JX
2775msgid ""
2776"look for differences that change the number of occurrences of the specified "
2777"string"
2778msgstr ""
2779
3d0a05b4 2780#: diff.c:5508
d93ef2a1
JX
2781msgid ""
2782"look for differences that change the number of occurrences of the specified "
2783"regex"
2784msgstr ""
2785
3d0a05b4 2786#: diff.c:5511
d93ef2a1
JX
2787msgid "show all changes in the changeset with -S or -G"
2788msgstr ""
2789
3d0a05b4 2790#: diff.c:5514
d93ef2a1
JX
2791msgid "treat <string> in -S as extended POSIX regular expression"
2792msgstr ""
2793
3d0a05b4 2794#: diff.c:5517
d93ef2a1
JX
2795msgid "control the order in which files appear in the output"
2796msgstr ""
2797
3d0a05b4 2798#: diff.c:5518
d93ef2a1
JX
2799msgid "<object-id>"
2800msgstr ""
2801
3d0a05b4 2802#: diff.c:5519
d93ef2a1
JX
2803msgid ""
2804"look for differences that change the number of occurrences of the specified "
2805"object"
2806msgstr ""
2807
3d0a05b4 2808#: diff.c:5521
d93ef2a1
JX
2809msgid "[(A|C|D|M|R|T|U|X|B)...[*]]"
2810msgstr ""
2811
3d0a05b4 2812#: diff.c:5522
d93ef2a1
JX
2813msgid "select files by diff type"
2814msgstr ""
2815
3d0a05b4 2816#: diff.c:5524
d93ef2a1
JX
2817msgid "<file>"
2818msgstr ""
2819
3d0a05b4 2820#: diff.c:5525
d93ef2a1
JX
2821msgid "Output to a specific file"
2822msgstr ""
2823
3d0a05b4 2824#: diff.c:6180
d93ef2a1
JX
2825msgid "inexact rename detection was skipped due to too many files."
2826msgstr ""
2827
3d0a05b4 2828#: diff.c:6183
d93ef2a1
JX
2829msgid "only found copies from modified paths due to too many files."
2830msgstr ""
2831
3d0a05b4 2832#: diff.c:6186
d93ef2a1
JX
2833#, c-format
2834msgid ""
2835"you may want to set your %s variable to at least %d and retry the command."
2836msgstr ""
2837
3d0a05b4 2838#: dir.c:549
d93ef2a1
JX
2839#, c-format
2840msgid "pathspec '%s' did not match any file(s) known to git"
2841msgstr ""
2842
3d0a05b4 2843#: dir.c:938
d93ef2a1
JX
2844#, c-format
2845msgid "cannot use %s as an exclude file"
2846msgstr ""
2847
3d0a05b4 2848#: dir.c:1877
d93ef2a1
JX
2849#, c-format
2850msgid "could not open directory '%s'"
2851msgstr ""
2852
3d0a05b4 2853#: dir.c:2128
d93ef2a1
JX
2854msgid "failed to get kernel name and information"
2855msgstr ""
2856
3d0a05b4 2857#: dir.c:2252
d93ef2a1
JX
2858msgid "untracked cache is disabled on this system or location"
2859msgstr ""
2860
3d0a05b4 2861#: dir.c:3056
d93ef2a1
JX
2862#, c-format
2863msgid "index file corrupt in repo %s"
2864msgstr ""
2865
3d0a05b4 2866#: dir.c:3101 dir.c:3106
d93ef2a1
JX
2867#, c-format
2868msgid "could not create directories for %s"
2869msgstr ""
2870
3d0a05b4 2871#: dir.c:3135
d93ef2a1
JX
2872#, c-format
2873msgid "could not migrate git directory from '%s' to '%s'"
2874msgstr ""
2875
2876#: editor.c:73
2877#, c-format
2878msgid "hint: Waiting for your editor to close the file...%c"
2879msgstr ""
2880
2881#: entry.c:178
2882msgid "Filtering content"
2883msgstr ""
2884
2885#: entry.c:476
2886#, c-format
2887msgid "could not stat file '%s'"
2888msgstr ""
2889
3d0a05b4 2890#: environment.c:148
d93ef2a1
JX
2891#, c-format
2892msgid "bad git namespace path \"%s\""
2893msgstr ""
2894
3d0a05b4 2895#: environment.c:330
d93ef2a1
JX
2896#, c-format
2897msgid "could not set GIT_DIR to '%s'"
2898msgstr ""
2899
2900#: exec-cmd.c:363
2901#, c-format
2902msgid "too many args to run %s"
2903msgstr ""
2904
3d0a05b4 2905#: fetch-pack.c:150
d93ef2a1
JX
2906msgid "git fetch-pack: expected shallow list"
2907msgstr ""
2908
3d0a05b4 2909#: fetch-pack.c:153
d93ef2a1
JX
2910msgid "git fetch-pack: expected a flush packet after shallow list"
2911msgstr ""
2912
3d0a05b4 2913#: fetch-pack.c:164
d93ef2a1
JX
2914msgid "git fetch-pack: expected ACK/NAK, got a flush packet"
2915msgstr ""
2916
3d0a05b4 2917#: fetch-pack.c:184
d93ef2a1
JX
2918#, c-format
2919msgid "git fetch-pack: expected ACK/NAK, got '%s'"
2920msgstr ""
2921
3d0a05b4 2922#: fetch-pack.c:195
d93ef2a1
JX
2923msgid "unable to write to remote"
2924msgstr ""
2925
3d0a05b4 2926#: fetch-pack.c:257
d93ef2a1
JX
2927msgid "--stateless-rpc requires multi_ack_detailed"
2928msgstr ""
2929
3d0a05b4 2930#: fetch-pack.c:356 fetch-pack.c:1280
d93ef2a1
JX
2931#, c-format
2932msgid "invalid shallow line: %s"
2933msgstr ""
2934
3d0a05b4 2935#: fetch-pack.c:362 fetch-pack.c:1286
d93ef2a1
JX
2936#, c-format
2937msgid "invalid unshallow line: %s"
2938msgstr ""
2939
3d0a05b4 2940#: fetch-pack.c:364 fetch-pack.c:1288
d93ef2a1
JX
2941#, c-format
2942msgid "object not found: %s"
2943msgstr ""
2944
3d0a05b4 2945#: fetch-pack.c:367 fetch-pack.c:1291
d93ef2a1
JX
2946#, c-format
2947msgid "error in object: %s"
2948msgstr ""
2949
3d0a05b4 2950#: fetch-pack.c:369 fetch-pack.c:1293
d93ef2a1
JX
2951#, c-format
2952msgid "no shallow found: %s"
2953msgstr ""
2954
3d0a05b4 2955#: fetch-pack.c:372 fetch-pack.c:1297
d93ef2a1
JX
2956#, c-format
2957msgid "expected shallow/unshallow, got %s"
2958msgstr ""
2959
3d0a05b4 2960#: fetch-pack.c:414
d93ef2a1
JX
2961#, c-format
2962msgid "got %s %d %s"
2963msgstr ""
2964
3d0a05b4 2965#: fetch-pack.c:431
d93ef2a1
JX
2966#, c-format
2967msgid "invalid commit %s"
2968msgstr ""
2969
3d0a05b4 2970#: fetch-pack.c:462
d93ef2a1
JX
2971msgid "giving up"
2972msgstr ""
2973
3d0a05b4 2974#: fetch-pack.c:475 progress.c:312
d93ef2a1
JX
2975msgid "done"
2976msgstr ""
2977
3d0a05b4 2978#: fetch-pack.c:487
d93ef2a1
JX
2979#, c-format
2980msgid "got %s (%d) %s"
2981msgstr ""
2982
3d0a05b4 2983#: fetch-pack.c:533
d93ef2a1
JX
2984#, c-format
2985msgid "Marking %s as complete"
2986msgstr ""
2987
3d0a05b4 2988#: fetch-pack.c:742
d93ef2a1
JX
2989#, c-format
2990msgid "already have %s (%s)"
2991msgstr ""
2992
3d0a05b4 2993#: fetch-pack.c:781
d93ef2a1
JX
2994msgid "fetch-pack: unable to fork off sideband demultiplexer"
2995msgstr ""
2996
3d0a05b4 2997#: fetch-pack.c:789
d93ef2a1
JX
2998msgid "protocol error: bad pack header"
2999msgstr ""
3000
3d0a05b4 3001#: fetch-pack.c:857
d93ef2a1
JX
3002#, c-format
3003msgid "fetch-pack: unable to fork off %s"
3004msgstr ""
3005
3d0a05b4 3006#: fetch-pack.c:873
d93ef2a1
JX
3007#, c-format
3008msgid "%s failed"
3009msgstr ""
3010
3d0a05b4 3011#: fetch-pack.c:875
d93ef2a1
JX
3012msgid "error in sideband demultiplexer"
3013msgstr ""
3014
3d0a05b4 3015#: fetch-pack.c:907
6b0f1a9b
JX
3016#, c-format
3017msgid "Server version is %.*s"
d93ef2a1
JX
3018msgstr ""
3019
3d0a05b4
JX
3020#: fetch-pack.c:912 fetch-pack.c:918 fetch-pack.c:921 fetch-pack.c:927
3021#: fetch-pack.c:931 fetch-pack.c:935 fetch-pack.c:939 fetch-pack.c:943
3022#: fetch-pack.c:947 fetch-pack.c:951 fetch-pack.c:955 fetch-pack.c:959
3023#: fetch-pack.c:965 fetch-pack.c:971 fetch-pack.c:976 fetch-pack.c:981
6b0f1a9b
JX
3024#, c-format
3025msgid "Server supports %s"
d93ef2a1
JX
3026msgstr ""
3027
3d0a05b4 3028#: fetch-pack.c:914
6b0f1a9b 3029msgid "Server does not support shallow clients"
d93ef2a1
JX
3030msgstr ""
3031
3d0a05b4 3032#: fetch-pack.c:974
d93ef2a1
JX
3033msgid "Server does not support --shallow-since"
3034msgstr ""
3035
3d0a05b4 3036#: fetch-pack.c:979
d93ef2a1
JX
3037msgid "Server does not support --shallow-exclude"
3038msgstr ""
3039
3d0a05b4 3040#: fetch-pack.c:983
d93ef2a1
JX
3041msgid "Server does not support --deepen"
3042msgstr ""
3043
3d0a05b4 3044#: fetch-pack.c:1000
d93ef2a1
JX
3045msgid "no common commits"
3046msgstr ""
3047
3d0a05b4 3048#: fetch-pack.c:1012 fetch-pack.c:1468
d93ef2a1
JX
3049msgid "git fetch-pack: fetch failed."
3050msgstr ""
3051
3d0a05b4 3052#: fetch-pack.c:1150
d93ef2a1
JX
3053msgid "Server does not support shallow requests"
3054msgstr ""
3055
6b0f1a9b
JX
3056#: fetch-pack.c:1157
3057msgid "Server supports filter"
3058msgstr ""
3059
3d0a05b4 3060#: fetch-pack.c:1180
d93ef2a1
JX
3061msgid "unable to write request to remote"
3062msgstr ""
3063
3d0a05b4 3064#: fetch-pack.c:1198
d93ef2a1
JX
3065#, c-format
3066msgid "error reading section header '%s'"
3067msgstr ""
3068
3d0a05b4 3069#: fetch-pack.c:1204
d93ef2a1
JX
3070#, c-format
3071msgid "expected '%s', received '%s'"
3072msgstr ""
3073
3d0a05b4 3074#: fetch-pack.c:1243
d93ef2a1
JX
3075#, c-format
3076msgid "unexpected acknowledgment line: '%s'"
3077msgstr ""
3078
3d0a05b4 3079#: fetch-pack.c:1248
d93ef2a1
JX
3080#, c-format
3081msgid "error processing acks: %d"
3082msgstr ""
3083
3d0a05b4 3084#: fetch-pack.c:1258
d93ef2a1
JX
3085msgid "expected packfile to be sent after 'ready'"
3086msgstr ""
3087
3d0a05b4 3088#: fetch-pack.c:1260
d93ef2a1
JX
3089msgid "expected no other sections to be sent after no 'ready'"
3090msgstr ""
3091
3d0a05b4 3092#: fetch-pack.c:1302
d93ef2a1
JX
3093#, c-format
3094msgid "error processing shallow info: %d"
3095msgstr ""
3096
3d0a05b4 3097#: fetch-pack.c:1349
d93ef2a1
JX
3098#, c-format
3099msgid "expected wanted-ref, got '%s'"
3100msgstr ""
3101
3d0a05b4 3102#: fetch-pack.c:1354
d93ef2a1
JX
3103#, c-format
3104msgid "unexpected wanted-ref: '%s'"
3105msgstr ""
3106
3d0a05b4 3107#: fetch-pack.c:1359
d93ef2a1
JX
3108#, c-format
3109msgid "error processing wanted refs: %d"
3110msgstr ""
3111
3d0a05b4 3112#: fetch-pack.c:1693
d93ef2a1
JX
3113msgid "no matching remote head"
3114msgstr ""
3115
3d0a05b4 3116#: fetch-pack.c:1716 builtin/clone.c:685
d93ef2a1
JX
3117msgid "remote did not send all necessary objects"
3118msgstr ""
3119
3d0a05b4 3120#: fetch-pack.c:1743
d93ef2a1
JX
3121#, c-format
3122msgid "no such remote ref %s"
3123msgstr ""
3124
3d0a05b4 3125#: fetch-pack.c:1746
d93ef2a1
JX
3126#, c-format
3127msgid "Server does not allow request for unadvertised object %s"
3128msgstr ""
3129
6b0f1a9b 3130#: gpg-interface.c:321
d93ef2a1
JX
3131msgid "gpg failed to sign the data"
3132msgstr ""
3133
6b0f1a9b 3134#: gpg-interface.c:347
d93ef2a1
JX
3135msgid "could not create temporary file"
3136msgstr ""
3137
6b0f1a9b 3138#: gpg-interface.c:350
d93ef2a1
JX
3139#, c-format
3140msgid "failed writing detached signature to '%s'"
3141msgstr ""
3142
3143#: graph.c:97
3144#, c-format
3145msgid "ignore invalid color '%.*s' in log.graphColors"
3146msgstr ""
3147
045a5486 3148#: grep.c:668
3d0a05b4
JX
3149msgid ""
3150"given pattern contains NULL byte (via -f <file>). This is only supported "
3151"with -P under PCRE v2"
3152msgstr ""
3153
045a5486 3154#: grep.c:2124
d93ef2a1
JX
3155#, c-format
3156msgid "'%s': unable to read %s"
3157msgstr ""
3158
045a5486 3159#: grep.c:2141 setup.c:165 builtin/clone.c:408 builtin/diff.c:82
d93ef2a1
JX
3160#: builtin/rm.c:135
3161#, c-format
3162msgid "failed to stat '%s'"
3163msgstr ""
3164
045a5486 3165#: grep.c:2152
d93ef2a1
JX
3166#, c-format
3167msgid "'%s': short read"
3168msgstr ""
3169
3170#: help.c:23
3171msgid "start a working area (see also: git help tutorial)"
55892712
JX
3172msgstr ""
3173
3174#: help.c:24
3175msgid "work on the current change (see also: git help everyday)"
3176msgstr ""
3177
3178#: help.c:25
3179msgid "examine the history and state (see also: git help revisions)"
3180msgstr ""
3181
3182#: help.c:26
3183msgid "grow, mark and tweak your common history"
3184msgstr ""
3185
3186#: help.c:27
3187msgid "collaborate (see also: git help workflows)"
3188msgstr ""
3189
3190#: help.c:31
3191msgid "Main Porcelain Commands"
3192msgstr ""
3193
3194#: help.c:32
3195msgid "Ancillary Commands / Manipulators"
3196msgstr ""
3197
3198#: help.c:33
3199msgid "Ancillary Commands / Interrogators"
3200msgstr ""
3201
3202#: help.c:34
3203msgid "Interacting with Others"
3204msgstr ""
3205
3206#: help.c:35
3207msgid "Low-level Commands / Manipulators"
3208msgstr ""
3209
3210#: help.c:36
3211msgid "Low-level Commands / Interrogators"
3212msgstr ""
3213
3214#: help.c:37
3215msgid "Low-level Commands / Synching Repositories"
3216msgstr ""
3217
3218#: help.c:38
3219msgid "Low-level Commands / Internal Helpers"
3220msgstr ""
3221
94328cef 3222#: help.c:298
727b9576 3223#, c-format
fda7b092 3224msgid "available git commands in '%s'"
727b9576
JX
3225msgstr ""
3226
94328cef 3227#: help.c:305
fda7b092 3228msgid "git commands available from elsewhere on your $PATH"
727b9576
JX
3229msgstr ""
3230
94328cef 3231#: help.c:314
fda7b092 3232msgid "These are common Git commands used in various situations:"
727b9576
JX
3233msgstr ""
3234
6b0f1a9b 3235#: help.c:363 git.c:98
55892712
JX
3236#, c-format
3237msgid "unsupported command listing type '%s'"
3238msgstr ""
3239
d93ef2a1 3240#: help.c:403
55892712
JX
3241msgid "The common Git guides are:"
3242msgstr ""
3243
d93ef2a1 3244#: help.c:512
12705546
JX
3245msgid "See 'git help <command>' to read about a specific subcommand"
3246msgstr ""
3247
d93ef2a1 3248#: help.c:517
12705546
JX
3249msgid "External commands"
3250msgstr ""
3251
d93ef2a1 3252#: help.c:532
12705546
JX
3253msgid "Command aliases"
3254msgstr ""
3255
d93ef2a1 3256#: help.c:596
9caaf23e 3257#, c-format
df49095a 3258msgid ""
fda7b092
JX
3259"'%s' appears to be a git command, but we were not\n"
3260"able to execute it. Maybe git-%s is broken?"
df49095a
JX
3261msgstr ""
3262
d93ef2a1 3263#: help.c:655
fda7b092 3264msgid "Uh oh. Your system reports no Git commands at all."
d07a63e4
JX
3265msgstr ""
3266
d93ef2a1 3267#: help.c:677
fda7b092 3268#, c-format
5b34e000
JX
3269msgid "WARNING: You called a Git command named '%s', which does not exist."
3270msgstr ""
3271
d93ef2a1 3272#: help.c:682
5b34e000
JX
3273#, c-format
3274msgid "Continuing under the assumption that you meant '%s'."
5e078fcd
JX
3275msgstr ""
3276
d93ef2a1 3277#: help.c:687
5e078fcd 3278#, c-format
5b34e000 3279msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
5e078fcd
JX
3280msgstr ""
3281
d93ef2a1 3282#: help.c:695
5e078fcd 3283#, c-format
fda7b092 3284msgid "git: '%s' is not a git command. See 'git --help'."
5e078fcd
JX
3285msgstr ""
3286
d93ef2a1 3287#: help.c:699
fda7b092
JX
3288msgid ""
3289"\n"
5b34e000 3290"The most similar command is"
fda7b092
JX
3291msgid_plural ""
3292"\n"
5b34e000 3293"The most similar commands are"
fda7b092
JX
3294msgstr[0] ""
3295msgstr[1] ""
3296
d93ef2a1 3297#: help.c:714
5b34e000
JX
3298msgid "git version [<options>]"
3299msgstr ""
3300
3d0a05b4 3301#: help.c:783
df0617bf 3302#, c-format
fda7b092 3303msgid "%s: %s - %s"
df0617bf
JX
3304msgstr ""
3305
3d0a05b4 3306#: help.c:787
5b34e000
JX
3307msgid ""
3308"\n"
3309"Did you mean this?"
3310msgid_plural ""
3311"\n"
3312"Did you mean one of these?"
3313msgstr[0] ""
3314msgstr[1] ""
3315
d93ef2a1 3316#: ident.c:349
fda7b092
JX
3317msgid ""
3318"\n"
3319"*** Please tell me who you are.\n"
3320"\n"
3321"Run\n"
3322"\n"
3323" git config --global user.email \"you@example.com\"\n"
3324" git config --global user.name \"Your Name\"\n"
3325"\n"
3326"to set your account's default identity.\n"
3327"Omit --global to set the identity only in this repository.\n"
3328"\n"
df0617bf
JX
3329msgstr ""
3330
d93ef2a1 3331#: ident.c:379
dfc182b1
JX
3332msgid "no email was given and auto-detection is disabled"
3333msgstr ""
3334
d93ef2a1 3335#: ident.c:384
dfc182b1
JX
3336#, c-format
3337msgid "unable to auto-detect email address (got '%s')"
3338msgstr ""
3339
d93ef2a1 3340#: ident.c:401
dfc182b1
JX
3341msgid "no name was given and auto-detection is disabled"
3342msgstr ""
3343
d93ef2a1
JX
3344#: ident.c:407
3345#, c-format
3346msgid "unable to auto-detect name (got '%s')"
3347msgstr ""
3348
3349#: ident.c:415
3350#, c-format
3351msgid "empty ident name (for <%s>) not allowed"
3352msgstr ""
3353
3354#: ident.c:421
3355#, c-format
3356msgid "name consists only of disallowed characters: %s"
3357msgstr ""
3358
6b0f1a9b 3359#: ident.c:436 builtin/commit.c:611
dfc182b1 3360#, c-format
d93ef2a1 3361msgid "invalid date format: %s"
dfc182b1
JX
3362msgstr ""
3363
3d0a05b4 3364#: list-objects.c:127
dfc182b1 3365#, c-format
d93ef2a1 3366msgid "entry '%s' in tree %s has tree mode, but is not a tree"
dfc182b1
JX
3367msgstr ""
3368
3d0a05b4 3369#: list-objects.c:140
dfc182b1 3370#, c-format
d93ef2a1 3371msgid "entry '%s' in tree %s has blob mode, but is not a blob"
dfc182b1
JX
3372msgstr ""
3373
3d0a05b4 3374#: list-objects.c:375
dfc182b1 3375#, c-format
d93ef2a1 3376msgid "unable to load root tree for commit %s"
dfc182b1
JX
3377msgstr ""
3378
3d0a05b4
JX
3379#: list-objects-filter.c:492
3380#, c-format
3381msgid "unable to access sparse blob in '%s'"
3382msgstr ""
3383
3384#: list-objects-filter.c:495
3385#, c-format
3386msgid "unable to parse sparse filter data in %s"
18a90722
JX
3387msgstr ""
3388
12705546 3389#: list-objects-filter-options.c:58
94328cef 3390msgid "expected 'tree:<depth>'"
12705546
JX
3391msgstr ""
3392
3d0a05b4 3393#: list-objects-filter-options.c:73
386544cd
JX
3394msgid "sparse:path filters support has been dropped"
3395msgstr ""
3396
3d0a05b4 3397#: list-objects-filter-options.c:86
6b0f1a9b
JX
3398#, c-format
3399msgid "invalid filter-spec '%s'"
3400msgstr ""
3401
3d0a05b4
JX
3402#: list-objects-filter-options.c:102
3403#, c-format
3404msgid "must escape char in sub-filter-spec: '%c'"
3405msgstr ""
3406
3407#: list-objects-filter-options.c:144
3408msgid "expected something after combine:"
3409msgstr ""
3410
3411#: list-objects-filter-options.c:226
3412msgid "multiple filter-specs cannot be combined"
18a90722
JX
3413msgstr ""
3414
25eab542 3415#: lockfile.c:151
df0617bf 3416#, c-format
fda7b092
JX
3417msgid ""
3418"Unable to create '%s.lock': %s.\n"
3419"\n"
3420"Another git process seems to be running in this repository, e.g.\n"
3421"an editor opened by 'git commit'. Please make sure all processes\n"
3422"are terminated then try again. If it still fails, a git process\n"
3423"may have crashed in this repository earlier:\n"
3424"remove the file manually to continue."
df0617bf
JX
3425msgstr ""
3426
25eab542 3427#: lockfile.c:159
df0617bf 3428#, c-format
fda7b092 3429msgid "Unable to create '%s.lock': %s"
df0617bf
JX
3430msgstr ""
3431
12705546 3432#: merge.c:41
fda7b092 3433msgid "failed to read the cache"
9eb3984b
JX
3434msgstr ""
3435
3d0a05b4
JX
3436#: merge.c:107 rerere.c:720 builtin/am.c:1874 builtin/am.c:1908
3437#: builtin/checkout.c:537 builtin/checkout.c:796 builtin/clone.c:785
d93ef2a1 3438#: builtin/stash.c:264
fda7b092 3439msgid "unable to write new index file"
9eb3984b
JX
3440msgstr ""
3441
3d0a05b4 3442#: merge-recursive.c:367
fda7b092 3443msgid "(bad commit)\n"
f4f2c8f8
JX
3444msgstr ""
3445
3d0a05b4 3446#: merge-recursive.c:390
9b7388a8
JX
3447#, c-format
3448msgid "add_cacheinfo failed for path '%s'; merge aborting."
3449msgstr ""
3450
3d0a05b4 3451#: merge-recursive.c:399
f1522b27 3452#, c-format
9b7388a8 3453msgid "add_cacheinfo failed to refresh for path '%s'; merge aborting."
f1522b27
JX
3454msgstr ""
3455
3d0a05b4 3456#: merge-recursive.c:885
f4f2c8f8 3457#, c-format
fda7b092 3458msgid "failed to create path '%s'%s"
f4f2c8f8
JX
3459msgstr ""
3460
3d0a05b4 3461#: merge-recursive.c:896
f4f2c8f8 3462#, c-format
fda7b092 3463msgid "Removing %s to make room for subdirectory\n"
f4f2c8f8
JX
3464msgstr ""
3465
3d0a05b4 3466#: merge-recursive.c:910 merge-recursive.c:929
fda7b092 3467msgid ": perhaps a D/F conflict?"
df0617bf
JX
3468msgstr ""
3469
3d0a05b4 3470#: merge-recursive.c:919
f4f2c8f8 3471#, c-format
fda7b092 3472msgid "refusing to lose untracked file at '%s'"
f4f2c8f8
JX
3473msgstr ""
3474
3d0a05b4 3475#: merge-recursive.c:960 builtin/cat-file.c:41
9eb3984b 3476#, c-format
fda7b092 3477msgid "cannot read object %s '%s'"
9eb3984b
JX
3478msgstr ""
3479
3d0a05b4 3480#: merge-recursive.c:965
9eb3984b 3481#, c-format
fda7b092 3482msgid "blob expected for %s '%s'"
9eb3984b
JX
3483msgstr ""
3484
3d0a05b4 3485#: merge-recursive.c:990
f4f2c8f8 3486#, c-format
fda7b092 3487msgid "failed to open '%s': %s"
f4f2c8f8
JX
3488msgstr ""
3489
3d0a05b4 3490#: merge-recursive.c:1001
f4f2c8f8 3491#, c-format
fda7b092 3492msgid "failed to symlink '%s': %s"
f4f2c8f8
JX
3493msgstr ""
3494
3d0a05b4 3495#: merge-recursive.c:1006
f1522b27 3496#, c-format
fda7b092 3497msgid "do not know what to do with %06o %s '%s'"
f1522b27
JX
3498msgstr ""
3499
3d0a05b4 3500#: merge-recursive.c:1199
9b7388a8
JX
3501#, c-format
3502msgid "Failed to merge submodule %s (not checked out)"
3503msgstr ""
3504
3d0a05b4 3505#: merge-recursive.c:1206
9b7388a8
JX
3506#, c-format
3507msgid "Failed to merge submodule %s (commits not present)"
3508msgstr ""
3509
3d0a05b4 3510#: merge-recursive.c:1213
9b7388a8
JX
3511#, c-format
3512msgid "Failed to merge submodule %s (commits don't follow merge-base)"
3513msgstr ""
3514
3d0a05b4 3515#: merge-recursive.c:1221 merge-recursive.c:1233
9b7388a8
JX
3516#, c-format
3517msgid "Fast-forwarding submodule %s to the following commit:"
3518msgstr ""
3519
3d0a05b4 3520#: merge-recursive.c:1224 merge-recursive.c:1236
9b7388a8 3521#, c-format
90d4bec9 3522msgid "Fast-forwarding submodule %s"
9b7388a8
JX
3523msgstr ""
3524
3d0a05b4 3525#: merge-recursive.c:1259
9b7388a8
JX
3526#, c-format
3527msgid "Failed to merge submodule %s (merge following commits not found)"
3528msgstr ""
3529
3d0a05b4 3530#: merge-recursive.c:1263
9b7388a8
JX
3531#, c-format
3532msgid "Failed to merge submodule %s (not fast-forward)"
3533msgstr ""
3534
3d0a05b4 3535#: merge-recursive.c:1264
9b7388a8
JX
3536msgid "Found a possible merge resolution for the submodule:\n"
3537msgstr ""
3538
3d0a05b4 3539#: merge-recursive.c:1267
9b7388a8
JX
3540#, c-format
3541msgid ""
3542"If this is correct simply add it to the index for example\n"
3543"by using:\n"
3544"\n"
3545" git update-index --cacheinfo 160000 %s \"%s\"\n"
3546"\n"
3547"which will accept this suggestion.\n"
3548msgstr ""
3549
3d0a05b4 3550#: merge-recursive.c:1276
9b7388a8
JX
3551#, c-format
3552msgid "Failed to merge submodule %s (multiple merges found)"
3553msgstr ""
3554
3d0a05b4 3555#: merge-recursive.c:1349
fda7b092 3556msgid "Failed to execute internal merge"
f1522b27
JX
3557msgstr ""
3558
3d0a05b4 3559#: merge-recursive.c:1354
9eb3984b 3560#, c-format
fda7b092 3561msgid "Unable to add %s to database"
9eb3984b
JX
3562msgstr ""
3563
3d0a05b4 3564#: merge-recursive.c:1386
9b7388a8
JX
3565#, c-format
3566msgid "Auto-merging %s"
3567msgstr ""
3568
3d0a05b4 3569#: merge-recursive.c:1410
9b7388a8
JX
3570#, c-format
3571msgid "Error: Refusing to lose untracked file at %s; writing to %s instead."
3572msgstr ""
3573
3d0a05b4 3574#: merge-recursive.c:1482
f1522b27 3575#, c-format
fda7b092
JX
3576msgid ""
3577"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
3578"in tree."
f1522b27
JX
3579msgstr ""
3580
3d0a05b4 3581#: merge-recursive.c:1487
dfc182b1
JX
3582#, c-format
3583msgid ""
3584"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
3585"left in tree."
3586msgstr ""
3587
3d0a05b4 3588#: merge-recursive.c:1494
fda7b092
JX
3589#, c-format
3590msgid ""
3591"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
3592"in tree at %s."
f1522b27
JX
3593msgstr ""
3594
3d0a05b4 3595#: merge-recursive.c:1499
dfc182b1
JX
3596#, c-format
3597msgid ""
3598"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
3599"left in tree at %s."
3600msgstr ""
3601
3d0a05b4 3602#: merge-recursive.c:1534
fda7b092 3603msgid "rename"
f1522b27
JX
3604msgstr ""
3605
3d0a05b4 3606#: merge-recursive.c:1534
fda7b092 3607msgid "renamed"
f1522b27
JX
3608msgstr ""
3609
3d0a05b4 3610#: merge-recursive.c:1614 merge-recursive.c:2472 merge-recursive.c:3117
9b7388a8
JX
3611#, c-format
3612msgid "Refusing to lose dirty file at %s"
3613msgstr ""
3614
3d0a05b4 3615#: merge-recursive.c:1624
94328cef
JX
3616#, c-format
3617msgid "Refusing to lose untracked file at %s, even though it's in the way."
3618msgstr ""
3619
3d0a05b4 3620#: merge-recursive.c:1682
94328cef
JX
3621#, c-format
3622msgid "CONFLICT (rename/add): Rename %s->%s in %s. Added %s in %s"
3623msgstr ""
3624
3d0a05b4 3625#: merge-recursive.c:1713
f1522b27 3626#, c-format
fda7b092 3627msgid "%s is a directory in %s adding as %s instead"
f1522b27
JX
3628msgstr ""
3629
3d0a05b4 3630#: merge-recursive.c:1718
9b7388a8
JX
3631#, c-format
3632msgid "Refusing to lose untracked file at %s; adding as %s instead"
3633msgstr ""
3634
3d0a05b4 3635#: merge-recursive.c:1737
f1522b27 3636#, c-format
fda7b092
JX
3637msgid ""
3638"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
3639"\"->\"%s\" in \"%s\"%s"
f1522b27
JX
3640msgstr ""
3641
3d0a05b4 3642#: merge-recursive.c:1742
fda7b092 3643msgid " (left unresolved)"
f4f2c8f8
JX
3644msgstr ""
3645
3d0a05b4 3646#: merge-recursive.c:1851
f1522b27 3647#, c-format
fda7b092 3648msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
f1522b27
JX
3649msgstr ""
3650
3d0a05b4 3651#: merge-recursive.c:2056
9b7388a8
JX
3652#, c-format
3653msgid ""
3654"CONFLICT (directory rename split): Unclear where to place %s because "
3655"directory %s was renamed to multiple other directories, with no destination "
3656"getting a majority of the files."
3657msgstr ""
3658
3d0a05b4 3659#: merge-recursive.c:2088
9b7388a8
JX
3660#, c-format
3661msgid ""
3662"CONFLICT (implicit dir rename): Existing file/dir at %s in the way of "
3663"implicit directory rename(s) putting the following path(s) there: %s."
3664msgstr ""
3665
3d0a05b4 3666#: merge-recursive.c:2098
9b7388a8
JX
3667#, c-format
3668msgid ""
3669"CONFLICT (implicit dir rename): Cannot map more than one path to %s; "
3670"implicit directory renames tried to put these paths there: %s"
3671msgstr ""
3672
3d0a05b4 3673#: merge-recursive.c:2190
9b7388a8
JX
3674#, c-format
3675msgid ""
3676"CONFLICT (rename/rename): Rename directory %s->%s in %s. Rename directory %s-"
3677">%s in %s"
3678msgstr ""
3679
3d0a05b4 3680#: merge-recursive.c:2435
9b7388a8
JX
3681#, c-format
3682msgid ""
3683"WARNING: Avoiding applying %s -> %s rename to %s, because %s itself was "
3684"renamed."
3685msgstr ""
3686
3d0a05b4 3687#: merge-recursive.c:2961
df49095a 3688#, c-format
fda7b092 3689msgid "cannot read object %s"
df49095a
JX
3690msgstr ""
3691
3d0a05b4 3692#: merge-recursive.c:2964
df49095a 3693#, c-format
fda7b092 3694msgid "object %s is not a blob"
df49095a
JX
3695msgstr ""
3696
3d0a05b4 3697#: merge-recursive.c:3028
fda7b092 3698msgid "modify"
df49095a
JX
3699msgstr ""
3700
3d0a05b4 3701#: merge-recursive.c:3028
fda7b092 3702msgid "modified"
64f23b0c
JX
3703msgstr ""
3704
3d0a05b4 3705#: merge-recursive.c:3040
fda7b092 3706msgid "content"
64f23b0c
JX
3707msgstr ""
3708
3d0a05b4 3709#: merge-recursive.c:3044
fda7b092 3710msgid "add/add"
64f23b0c
JX
3711msgstr ""
3712
3d0a05b4 3713#: merge-recursive.c:3067
64f23b0c 3714#, c-format
fda7b092 3715msgid "Skipped %s (merged same as existing)"
64f23b0c
JX
3716msgstr ""
3717
3d0a05b4 3718#: merge-recursive.c:3089 git-submodule.sh:937
fda7b092 3719msgid "submodule"
64f23b0c
JX
3720msgstr ""
3721
3d0a05b4 3722#: merge-recursive.c:3090
64f23b0c 3723#, c-format
fda7b092 3724msgid "CONFLICT (%s): Merge conflict in %s"
64f23b0c
JX
3725msgstr ""
3726
3d0a05b4 3727#: merge-recursive.c:3120
9caaf23e 3728#, c-format
94328cef
JX
3729msgid "Adding as %s instead"
3730msgstr ""
3731
3d0a05b4 3732#: merge-recursive.c:3203
d93ef2a1
JX
3733#, c-format
3734msgid ""
3735"Path updated: %s added in %s inside a directory that was renamed in %s; "
3736"moving it to %s."
3737msgstr ""
3738
3d0a05b4 3739#: merge-recursive.c:3206
d93ef2a1
JX
3740#, c-format
3741msgid ""
3742"CONFLICT (file location): %s added in %s inside a directory that was renamed "
3743"in %s, suggesting it should perhaps be moved to %s."
3744msgstr ""
3745
3d0a05b4 3746#: merge-recursive.c:3210
d93ef2a1
JX
3747#, c-format
3748msgid ""
3749"Path updated: %s renamed to %s in %s, inside a directory that was renamed in "
3750"%s; moving it to %s."
3751msgstr ""
3752
3d0a05b4 3753#: merge-recursive.c:3213
d93ef2a1
JX
3754#, c-format
3755msgid ""
3756"CONFLICT (file location): %s renamed to %s in %s, inside a directory that "
3757"was renamed in %s, suggesting it should perhaps be moved to %s."
3758msgstr ""
3759
3d0a05b4 3760#: merge-recursive.c:3327
94328cef 3761#, c-format
fda7b092 3762msgid "Removing %s"
727b9576
JX
3763msgstr ""
3764
3d0a05b4 3765#: merge-recursive.c:3350
fda7b092 3766msgid "file/directory"
727b9576
JX
3767msgstr ""
3768
3d0a05b4 3769#: merge-recursive.c:3355
fda7b092 3770msgid "directory/file"
f9472e35
JX
3771msgstr ""
3772
3d0a05b4 3773#: merge-recursive.c:3362
dce37b66 3774#, c-format
fda7b092 3775msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
f9472e35
JX
3776msgstr ""
3777
3d0a05b4 3778#: merge-recursive.c:3371
dce37b66 3779#, c-format
fda7b092 3780msgid "Adding %s"
f9472e35
JX
3781msgstr ""
3782
3d0a05b4 3783#: merge-recursive.c:3380
94328cef
JX
3784#, c-format
3785msgid "CONFLICT (add/add): Merge conflict in %s"
3786msgstr ""
3787
3d0a05b4 3788#: merge-recursive.c:3424
25eab542 3789msgid "Already up to date!"
df0617bf
JX
3790msgstr ""
3791
3d0a05b4 3792#: merge-recursive.c:3433
df0617bf 3793#, c-format
fda7b092 3794msgid "merging of trees %s and %s failed"
c2ea1208
JX
3795msgstr ""
3796
3d0a05b4 3797#: merge-recursive.c:3537
fda7b092 3798msgid "Merging:"
28b3cffc
JX
3799msgstr ""
3800
3d0a05b4 3801#: merge-recursive.c:3550
28b3cffc 3802#, c-format
fda7b092
JX
3803msgid "found %u common ancestor:"
3804msgid_plural "found %u common ancestors:"
3805msgstr[0] ""
3806msgstr[1] ""
28b3cffc 3807
3d0a05b4 3808#: merge-recursive.c:3600
fda7b092 3809msgid "merge returned no commit"
d07a63e4
JX
3810msgstr ""
3811
3d0a05b4
JX
3812#: merge-recursive.c:3659
3813#, c-format
3814msgid ""
3815"Your local changes to the following files would be overwritten by merge:\n"
3816" %s"
3817msgstr ""
3818
3819#: merge-recursive.c:3756
fda7b092
JX
3820#, c-format
3821msgid "Could not parse object '%s'"
d07a63e4
JX
3822msgstr ""
3823
3d0a05b4 3824#: merge-recursive.c:3774 builtin/merge.c:694 builtin/merge.c:874
fda7b092 3825msgid "Unable to write index."
dce37b66
JX
3826msgstr ""
3827
3d0a05b4 3828#: midx.c:68
12705546
JX
3829#, c-format
3830msgid "multi-pack-index file %s is too small"
3831msgstr ""
3832
3d0a05b4 3833#: midx.c:84
12705546
JX
3834#, c-format
3835msgid "multi-pack-index signature 0x%08x does not match signature 0x%08x"
3836msgstr ""
3837
3d0a05b4 3838#: midx.c:89
12705546
JX
3839#, c-format
3840msgid "multi-pack-index version %d not recognized"
3841msgstr ""
3842
3d0a05b4 3843#: midx.c:94
12705546
JX
3844#, c-format
3845msgid "hash version %u does not match"
3846msgstr ""
3847
3d0a05b4 3848#: midx.c:108
12705546
JX
3849msgid "invalid chunk offset (too large)"
3850msgstr ""
3851
3d0a05b4 3852#: midx.c:132
12705546
JX
3853msgid "terminating multi-pack-index chunk id appears earlier than expected"
3854msgstr ""
3855
3d0a05b4 3856#: midx.c:145
12705546
JX
3857msgid "multi-pack-index missing required pack-name chunk"
3858msgstr ""
3859
3d0a05b4 3860#: midx.c:147
12705546
JX
3861msgid "multi-pack-index missing required OID fanout chunk"
3862msgstr ""
3863
3d0a05b4 3864#: midx.c:149
12705546
JX
3865msgid "multi-pack-index missing required OID lookup chunk"
3866msgstr ""
3867
3d0a05b4 3868#: midx.c:151
12705546
JX
3869msgid "multi-pack-index missing required object offsets chunk"
3870msgstr ""
3871
3d0a05b4 3872#: midx.c:165
12705546
JX
3873#, c-format
3874msgid "multi-pack-index pack names out of order: '%s' before '%s'"
3875msgstr ""
3876
3d0a05b4 3877#: midx.c:210
12705546 3878#, c-format
36dd6933 3879msgid "bad pack-int-id: %u (%u total packs)"
12705546
JX
3880msgstr ""
3881
3d0a05b4 3882#: midx.c:260
12705546
JX
3883msgid "multi-pack-index stores a 64-bit offset, but off_t is too small"
3884msgstr ""
3885
3d0a05b4 3886#: midx.c:288
12705546
JX
3887msgid "error preparing packfile from multi-pack-index"
3888msgstr ""
3889
3d0a05b4 3890#: midx.c:469
12705546
JX
3891#, c-format
3892msgid "failed to add packfile '%s'"
3893msgstr ""
3894
3d0a05b4 3895#: midx.c:475
12705546
JX
3896#, c-format
3897msgid "failed to open pack-index '%s'"
3898msgstr ""
3899
3d0a05b4 3900#: midx.c:535
12705546
JX
3901#, c-format
3902msgid "failed to locate object %d in packfile"
3903msgstr ""
3904
3d0a05b4 3905#: midx.c:864
6b0f1a9b
JX
3906#, c-format
3907msgid "did not see pack-file %s to drop"
3908msgstr ""
3909
3d0a05b4 3910#: midx.c:1035
12705546
JX
3911#, c-format
3912msgid "failed to clear multi-pack-index at %s"
3913msgstr ""
3914
3d0a05b4 3915#: midx.c:1090
d93ef2a1
JX
3916msgid "Looking for referenced packfiles"
3917msgstr ""
3918
3d0a05b4 3919#: midx.c:1105
12705546
JX
3920#, c-format
3921msgid ""
3922"oid fanout out of order: fanout[%d] = %<PRIx32> > %<PRIx32> = fanout[%d]"
3923msgstr ""
3924
3d0a05b4 3925#: midx.c:1109
d93ef2a1
JX
3926msgid "Verifying OID order in MIDX"
3927msgstr ""
3928
3d0a05b4 3929#: midx.c:1118
12705546
JX
3930#, c-format
3931msgid "oid lookup out of order: oid[%d] = %s >= %s = oid[%d]"
3932msgstr ""
3933
3d0a05b4 3934#: midx.c:1137
d93ef2a1
JX
3935msgid "Sorting objects by packfile"
3936msgstr ""
3937
3d0a05b4 3938#: midx.c:1143
12705546
JX
3939msgid "Verifying object offsets"
3940msgstr ""
3941
3d0a05b4 3942#: midx.c:1159
12705546
JX
3943#, c-format
3944msgid "failed to load pack entry for oid[%d] = %s"
3945msgstr ""
3946
3d0a05b4 3947#: midx.c:1165
12705546
JX
3948#, c-format
3949msgid "failed to load pack-index for packfile %s"
3950msgstr ""
3951
3d0a05b4 3952#: midx.c:1174
12705546
JX
3953#, c-format
3954msgid "incorrect object offset for oid[%d] = %s: %<PRIx64> != %<PRIx64>"
3955msgstr ""
3956
3d0a05b4 3957#: midx.c:1349
6b0f1a9b
JX
3958msgid "could not start pack-objects"
3959msgstr ""
3960
3d0a05b4 3961#: midx.c:1368
6b0f1a9b
JX
3962msgid "could not finish pack-objects"
3963msgstr ""
3964
3d0a05b4 3965#: name-hash.c:537
12705546
JX
3966#, c-format
3967msgid "unable to create lazy_dir thread: %s"
3968msgstr ""
3969
3d0a05b4 3970#: name-hash.c:559
12705546
JX
3971#, c-format
3972msgid "unable to create lazy_name thread: %s"
3973msgstr ""
3974
3d0a05b4 3975#: name-hash.c:565
12705546
JX
3976#, c-format
3977msgid "unable to join lazy_name thread: %s"
3978msgstr ""
3979
94328cef 3980#: notes-merge.c:277
fda7b092
JX
3981#, c-format
3982msgid ""
3983"You have not concluded your previous notes merge (%s exists).\n"
3984"Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
3985"commit/abort the previous merge before you start a new notes merge."
dce37b66
JX
3986msgstr ""
3987
94328cef 3988#: notes-merge.c:284
fda7b092
JX
3989#, c-format
3990msgid "You have not concluded your notes merge (%s exists)."
9fa976ff
JX
3991msgstr ""
3992
94328cef 3993#: notes-utils.c:46
fda7b092 3994msgid "Cannot commit uninitialized/unreferenced notes tree"
2b911f81
JX
3995msgstr ""
3996
94328cef 3997#: notes-utils.c:105
fda7b092
JX
3998#, c-format
3999msgid "Bad notes.rewriteMode value: '%s'"
dce37b66
JX
4000msgstr ""
4001
94328cef 4002#: notes-utils.c:115
dce37b66 4003#, c-format
fda7b092 4004msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
dce37b66
JX
4005msgstr ""
4006
5b34e000
JX
4007#. TRANSLATORS: The first %s is the name of
4008#. the environment variable, the second %s is
4009#. its value.
4010#.
94328cef 4011#: notes-utils.c:145
dce37b66 4012#, c-format
fda7b092 4013msgid "Bad %s value: '%s'"
dce37b66
JX
4014msgstr ""
4015
3d0a05b4 4016#: object.c:53
dba9f13c
JX
4017#, c-format
4018msgid "invalid object type \"%s\""
4019msgstr ""
4020
3d0a05b4 4021#: object.c:173
dba9f13c
JX
4022#, c-format
4023msgid "object %s is a %s, not a %s"
4024msgstr ""
4025
3d0a05b4 4026#: object.c:233
dba9f13c
JX
4027#, c-format
4028msgid "object %s has unknown type id %d"
4029msgstr ""
4030
3d0a05b4 4031#: object.c:246
fda7b092
JX
4032#, c-format
4033msgid "unable to parse object: %s"
dce37b66
JX
4034msgstr ""
4035
3d0a05b4 4036#: object.c:266 object.c:277
dba9f13c 4037#, c-format
94328cef 4038msgid "hash mismatch %s"
dba9f13c
JX
4039msgstr ""
4040
3d0a05b4 4041#: packfile.c:641
25eab542
JX
4042msgid "offset before end of packfile (broken .idx?)"
4043msgstr ""
4044
3d0a05b4 4045#: packfile.c:1887
25eab542
JX
4046#, c-format
4047msgid "offset before start of pack index for %s (corrupt index?)"
4048msgstr ""
4049
3d0a05b4 4050#: packfile.c:1891
25eab542
JX
4051#, c-format
4052msgid "offset beyond end of pack index for %s (truncated index?)"
4053msgstr ""
4054
d93ef2a1 4055#: parse-options.c:38
94328cef
JX
4056#, c-format
4057msgid "%s requires a value"
4058msgstr ""
4059
d93ef2a1 4060#: parse-options.c:73
94328cef
JX
4061#, c-format
4062msgid "%s is incompatible with %s"
4063msgstr ""
4064
d93ef2a1 4065#: parse-options.c:78
94328cef
JX
4066#, c-format
4067msgid "%s : incompatible with something else"
4068msgstr ""
4069
c08fd730 4070#: parse-options.c:92 parse-options.c:96 parse-options.c:319
94328cef
JX
4071#, c-format
4072msgid "%s takes no value"
4073msgstr ""
4074
d93ef2a1 4075#: parse-options.c:94
94328cef
JX
4076#, c-format
4077msgid "%s isn't available"
4078msgstr ""
4079
c08fd730 4080#: parse-options.c:219
94328cef
JX
4081#, c-format
4082msgid "%s expects a non-negative integer value with an optional k/m/g suffix"
4083msgstr ""
4084
c08fd730 4085#: parse-options.c:389
94328cef
JX
4086#, c-format
4087msgid "ambiguous option: %s (could be --%s%s or --%s%s)"
4088msgstr ""
4089
c08fd730 4090#: parse-options.c:423 parse-options.c:431
94328cef
JX
4091#, c-format
4092msgid "did you mean `--%s` (with two dashes ?)"
4093msgstr ""
4094
3d0a05b4 4095#: parse-options.c:860
94328cef
JX
4096#, c-format
4097msgid "unknown option `%s'"
4098msgstr ""
4099
3d0a05b4 4100#: parse-options.c:862
94328cef
JX
4101#, c-format
4102msgid "unknown switch `%c'"
4103msgstr ""
4104
3d0a05b4 4105#: parse-options.c:864
94328cef
JX
4106#, c-format
4107msgid "unknown non-ascii option in string: `%s'"
4108msgstr ""
4109
3d0a05b4 4110#: parse-options.c:888
fda7b092 4111msgid "..."
dce37b66
JX
4112msgstr ""
4113
3d0a05b4 4114#: parse-options.c:907
fda7b092
JX
4115#, c-format
4116msgid "usage: %s"
dce37b66
JX
4117msgstr ""
4118
fda7b092 4119#. TRANSLATORS: the colon here should align with the
5b34e000
JX
4120#. one in "usage: %s" translation.
4121#.
3d0a05b4 4122#: parse-options.c:913
9fa976ff 4123#, c-format
fda7b092 4124msgid " or: %s"
9fa976ff
JX
4125msgstr ""
4126
3d0a05b4 4127#: parse-options.c:916
dce37b66 4128#, c-format
fda7b092 4129msgid " %s"
dce37b66
JX
4130msgstr ""
4131
3d0a05b4 4132#: parse-options.c:955
fda7b092 4133msgid "-NUM"
822e4a65
JX
4134msgstr ""
4135
3d0a05b4 4136#: parse-options.c:969
c08fd730
JX
4137#, c-format
4138msgid "alias of --%s"
4139msgstr ""
4140
4141#: parse-options-cb.c:20 parse-options-cb.c:24
94328cef
JX
4142#, c-format
4143msgid "option `%s' expects a numerical value"
4144msgstr ""
4145
c08fd730 4146#: parse-options-cb.c:41
9b7388a8
JX
4147#, c-format
4148msgid "malformed expiration date '%s'"
4149msgstr ""
4150
c08fd730 4151#: parse-options-cb.c:54
94328cef
JX
4152#, c-format
4153msgid "option `%s' expects \"always\", \"auto\", or \"never\""
4154msgstr ""
4155
c08fd730 4156#: parse-options-cb.c:130 parse-options-cb.c:147
fda7b092
JX
4157#, c-format
4158msgid "malformed object name '%s'"
822e4a65
JX
4159msgstr ""
4160
d93ef2a1 4161#: path.c:897
822e4a65 4162#, c-format
fda7b092 4163msgid "Could not make %s writable by group"
822e4a65
JX
4164msgstr ""
4165
94328cef 4166#: pathspec.c:128
dfc182b1
JX
4167msgid "Escape character '\\' not allowed as last character in attr value"
4168msgstr ""
4169
94328cef 4170#: pathspec.c:146
dfc182b1
JX
4171msgid "Only one 'attr:' specification is allowed."
4172msgstr ""
4173
94328cef 4174#: pathspec.c:149
dfc182b1
JX
4175msgid "attr spec must not be empty"
4176msgstr ""
4177
94328cef 4178#: pathspec.c:192
dfc182b1
JX
4179#, c-format
4180msgid "invalid attribute name %s"
4181msgstr ""
4182
94328cef 4183#: pathspec.c:257
fda7b092 4184msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
822e4a65
JX
4185msgstr ""
4186
94328cef 4187#: pathspec.c:264
fda7b092
JX
4188msgid ""
4189"global 'literal' pathspec setting is incompatible with all other global "
4190"pathspec settings"
dce37b66
JX
4191msgstr ""
4192
94328cef 4193#: pathspec.c:304
fda7b092 4194msgid "invalid parameter for pathspec magic 'prefix'"
dce37b66
JX
4195msgstr ""
4196
94328cef 4197#: pathspec.c:325
dce37b66 4198#, c-format
fda7b092 4199msgid "Invalid pathspec magic '%.*s' in '%s'"
dce37b66
JX
4200msgstr ""
4201
94328cef 4202#: pathspec.c:330
dce37b66 4203#, c-format
fda7b092 4204msgid "Missing ')' at the end of pathspec magic in '%s'"
dce37b66
JX
4205msgstr ""
4206
94328cef 4207#: pathspec.c:368
dce37b66 4208#, c-format
fda7b092 4209msgid "Unimplemented pathspec magic '%c' in '%s'"
dce37b66
JX
4210msgstr ""
4211
94328cef 4212#: pathspec.c:427
dce37b66 4213#, c-format
fda7b092 4214msgid "%s: 'literal' and 'glob' are incompatible"
dce37b66
JX
4215msgstr ""
4216
94328cef 4217#: pathspec.c:440
dce37b66 4218#, c-format
fda7b092 4219msgid "%s: '%s' is outside repository"
dce37b66
JX
4220msgstr ""
4221
94328cef 4222#: pathspec.c:514
dce37b66 4223#, c-format
673bfad0 4224msgid "'%s' (mnemonic: '%c')"
dce37b66
JX
4225msgstr ""
4226
94328cef 4227#: pathspec.c:524
fda7b092
JX
4228#, c-format
4229msgid "%s: pathspec magic not supported by this command: %s"
dce37b66
JX
4230msgstr ""
4231
94328cef 4232#: pathspec.c:591
dce37b66 4233#, c-format
fda7b092 4234msgid "pathspec '%s' is beyond a symbolic link"
dce37b66
JX
4235msgstr ""
4236
d93ef2a1
JX
4237#: pkt-line.c:92
4238msgid "unable to write flush packet"
4239msgstr ""
4240
4241#: pkt-line.c:99
4242msgid "unable to write delim packet"
4243msgstr ""
4244
4245#: pkt-line.c:106
dba9f13c
JX
4246msgid "flush packet write failed"
4247msgstr ""
4248
d93ef2a1 4249#: pkt-line.c:146 pkt-line.c:232
dba9f13c
JX
4250msgid "protocol error: impossibly long line"
4251msgstr ""
4252
d93ef2a1 4253#: pkt-line.c:162 pkt-line.c:164
dba9f13c
JX
4254msgid "packet write with format failed"
4255msgstr ""
4256
d93ef2a1 4257#: pkt-line.c:196
dba9f13c
JX
4258msgid "packet write failed - data exceeds max packet size"
4259msgstr ""
4260
d93ef2a1 4261#: pkt-line.c:203 pkt-line.c:210
dba9f13c
JX
4262msgid "packet write failed"
4263msgstr ""
4264
d93ef2a1 4265#: pkt-line.c:295
dba9f13c
JX
4266msgid "read error"
4267msgstr ""
4268
d93ef2a1 4269#: pkt-line.c:303
dba9f13c
JX
4270msgid "the remote end hung up unexpectedly"
4271msgstr ""
4272
d93ef2a1 4273#: pkt-line.c:331
dba9f13c
JX
4274#, c-format
4275msgid "protocol error: bad line length character: %.4s"
4276msgstr ""
4277
d93ef2a1 4278#: pkt-line.c:341 pkt-line.c:346
dba9f13c
JX
4279#, c-format
4280msgid "protocol error: bad line length %d"
4281msgstr ""
4282
d93ef2a1 4283#: pkt-line.c:362
94328cef
JX
4284#, c-format
4285msgid "remote error: %s"
4286msgstr ""
4287
4288#: preload-index.c:119
12705546
JX
4289msgid "Refreshing index"
4290msgstr ""
4291
94328cef 4292#: preload-index.c:138
12705546
JX
4293#, c-format
4294msgid "unable to create threaded lstat: %s"
4295msgstr ""
4296
d93ef2a1 4297#: pretty.c:966
fda7b092 4298msgid "unable to parse --pretty format"
9fa976ff
JX
4299msgstr ""
4300
3d0a05b4
JX
4301#: promisor-remote.c:25
4302msgid "Remote with no URL"
4303msgstr ""
4304
4305#: promisor-remote.c:61
4306#, c-format
4307msgid "promisor remote name cannot begin with '/': %s"
4308msgstr ""
4309
4310#: range-diff.c:71
dba9f13c
JX
4311msgid "could not start `log`"
4312msgstr ""
4313
3d0a05b4 4314#: range-diff.c:73
dba9f13c
JX
4315msgid "could not read `log` output"
4316msgstr ""
4317
3d0a05b4 4318#: range-diff.c:92 sequencer.c:4985
dba9f13c
JX
4319#, c-format
4320msgid "could not parse commit '%s'"
4321msgstr ""
4322
3d0a05b4 4323#: range-diff.c:118
6b0f1a9b
JX
4324#, c-format
4325msgid "could not parse git header '%.*s'"
4326msgstr ""
4327
3d0a05b4 4328#: range-diff.c:275
dba9f13c
JX
4329msgid "failed to generate diff"
4330msgstr ""
4331
3d0a05b4 4332#: range-diff.c:507 range-diff.c:509
dba9f13c
JX
4333#, c-format
4334msgid "could not parse log for '%s'"
4335msgstr ""
4336
d93ef2a1 4337#: read-cache.c:680
94328cef
JX
4338#, c-format
4339msgid "will not add file alias '%s' ('%s' already exists in index)"
4340msgstr ""
4341
d93ef2a1 4342#: read-cache.c:696
94328cef
JX
4343msgid "cannot create an empty blob in the object database"
4344msgstr ""
4345
d93ef2a1 4346#: read-cache.c:718
94328cef
JX
4347#, c-format
4348msgid "%s: can only add regular files, symbolic links or git-directories"
4349msgstr ""
4350
d93ef2a1
JX
4351#: read-cache.c:723
4352#, c-format
4353msgid "'%s' does not have a commit checked out"
4354msgstr ""
4355
4356#: read-cache.c:775
94328cef
JX
4357#, c-format
4358msgid "unable to index file '%s'"
4359msgstr ""
4360
d93ef2a1 4361#: read-cache.c:794
94328cef
JX
4362#, c-format
4363msgid "unable to add '%s' to index"
4364msgstr ""
4365
d93ef2a1 4366#: read-cache.c:805
94328cef
JX
4367#, c-format
4368msgid "unable to stat '%s'"
4369msgstr ""
4370
d93ef2a1 4371#: read-cache.c:1314
94328cef
JX
4372#, c-format
4373msgid "'%s' appears as both a file and as a directory"
4374msgstr ""
4375
3d0a05b4 4376#: read-cache.c:1520
12705546
JX
4377msgid "Refresh index"
4378msgstr ""
4379
3d0a05b4 4380#: read-cache.c:1635
fda7b092
JX
4381#, c-format
4382msgid ""
4383"index.version set, but the value is invalid.\n"
4384"Using version %i"
9fa976ff
JX
4385msgstr ""
4386
3d0a05b4 4387#: read-cache.c:1645
fda7b092
JX
4388#, c-format
4389msgid ""
4390"GIT_INDEX_VERSION set, but the value is invalid.\n"
4391"Using version %i"
dce37b66
JX
4392msgstr ""
4393
3d0a05b4 4394#: read-cache.c:1701
94328cef
JX
4395#, c-format
4396msgid "bad signature 0x%08x"
4397msgstr ""
4398
3d0a05b4 4399#: read-cache.c:1704
94328cef
JX
4400#, c-format
4401msgid "bad index version %d"
4402msgstr ""
4403
3d0a05b4 4404#: read-cache.c:1713
94328cef
JX
4405msgid "bad index file sha1 signature"
4406msgstr ""
4407
3d0a05b4 4408#: read-cache.c:1743
94328cef
JX
4409#, c-format
4410msgid "index uses %.4s extension, which we do not understand"
4411msgstr ""
4412
3d0a05b4 4413#: read-cache.c:1745
94328cef
JX
4414#, c-format
4415msgid "ignoring %.4s extension"
4416msgstr ""
4417
3d0a05b4 4418#: read-cache.c:1782
94328cef
JX
4419#, c-format
4420msgid "unknown index entry format 0x%08x"
4421msgstr ""
4422
3d0a05b4 4423#: read-cache.c:1798
12705546
JX
4424#, c-format
4425msgid "malformed name field in the index, near path '%s'"
4426msgstr ""
4427
3d0a05b4 4428#: read-cache.c:1855
94328cef
JX
4429msgid "unordered stage entries in index"
4430msgstr ""
4431
3d0a05b4 4432#: read-cache.c:1858
94328cef
JX
4433#, c-format
4434msgid "multiple stage entries for merged file '%s'"
4435msgstr ""
4436
3d0a05b4 4437#: read-cache.c:1861
94328cef
JX
4438#, c-format
4439msgid "unordered stage entries for '%s'"
4440msgstr ""
4441
3d0a05b4
JX
4442#: read-cache.c:1967 read-cache.c:2255 rerere.c:565 rerere.c:599 rerere.c:1111
4443#: builtin/add.c:460 builtin/check-ignore.c:178 builtin/checkout.c:468
4444#: builtin/checkout.c:652 builtin/clean.c:967 builtin/commit.c:347
6b0f1a9b
JX
4445#: builtin/diff-tree.c:120 builtin/grep.c:499 builtin/mv.c:145
4446#: builtin/reset.c:245 builtin/rm.c:271 builtin/submodule--helper.c:330
12705546
JX
4447msgid "index file corrupt"
4448msgstr ""
4449
3d0a05b4 4450#: read-cache.c:2108
12705546
JX
4451#, c-format
4452msgid "unable to create load_cache_entries thread: %s"
4453msgstr ""
4454
3d0a05b4 4455#: read-cache.c:2121
12705546
JX
4456#, c-format
4457msgid "unable to join load_cache_entries thread: %s"
4458msgstr ""
4459
3d0a05b4 4460#: read-cache.c:2154
94328cef
JX
4461#, c-format
4462msgid "%s: index file open failed"
4463msgstr ""
4464
3d0a05b4 4465#: read-cache.c:2158
94328cef
JX
4466#, c-format
4467msgid "%s: cannot stat the open index"
4468msgstr ""
4469
3d0a05b4 4470#: read-cache.c:2162
94328cef
JX
4471#, c-format
4472msgid "%s: index file smaller than expected"
4473msgstr ""
4474
3d0a05b4 4475#: read-cache.c:2166
94328cef
JX
4476#, c-format
4477msgid "%s: unable to map index file"
4478msgstr ""
4479
3d0a05b4 4480#: read-cache.c:2208
12705546
JX
4481#, c-format
4482msgid "unable to create load_index_extensions thread: %s"
4483msgstr ""
4484
3d0a05b4 4485#: read-cache.c:2235
12705546
JX
4486#, c-format
4487msgid "unable to join load_index_extensions thread: %s"
4488msgstr ""
4489
3d0a05b4 4490#: read-cache.c:2267
94328cef
JX
4491#, c-format
4492msgid "could not freshen shared index '%s'"
4493msgstr ""
4494
3d0a05b4 4495#: read-cache.c:2314
94328cef
JX
4496#, c-format
4497msgid "broken index, expect %s in %s, got %s"
4498msgstr ""
4499
3d0a05b4 4500#: read-cache.c:3010 wrapper.c:622 builtin/merge.c:1119
5b34e000
JX
4501#, c-format
4502msgid "could not close '%s'"
4503msgstr ""
4504
3d0a05b4 4505#: read-cache.c:3113 sequencer.c:2296 sequencer.c:3917
dfc182b1 4506#, c-format
28e1aaa4 4507msgid "could not stat '%s'"
dfc182b1
JX
4508msgstr ""
4509
3d0a05b4 4510#: read-cache.c:3126
dfc182b1
JX
4511#, c-format
4512msgid "unable to open git dir: %s"
4513msgstr ""
4514
3d0a05b4 4515#: read-cache.c:3138
dfc182b1
JX
4516#, c-format
4517msgid "unable to unlink: %s"
4518msgstr ""
4519
3d0a05b4 4520#: read-cache.c:3163
94328cef
JX
4521#, c-format
4522msgid "cannot fix permission bits on '%s'"
4523msgstr ""
4524
3d0a05b4 4525#: read-cache.c:3312
94328cef
JX
4526#, c-format
4527msgid "%s: cannot drop to stage #0"
4528msgstr ""
4529
d93ef2a1
JX
4530#: rebase-interactive.c:26
4531#, c-format
4532msgid ""
4533"unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."
4534msgstr ""
4535
4536#: rebase-interactive.c:35
12705546
JX
4537msgid ""
4538"\n"
4539"Commands:\n"
4540"p, pick <commit> = use commit\n"
4541"r, reword <commit> = use commit, but edit the commit message\n"
4542"e, edit <commit> = use commit, but stop for amending\n"
4543"s, squash <commit> = use commit, but meld into previous commit\n"
4544"f, fixup <commit> = like \"squash\", but discard this commit's log message\n"
4545"x, exec <command> = run command (the rest of the line) using shell\n"
4546"b, break = stop here (continue rebase later with 'git rebase --continue')\n"
4547"d, drop <commit> = remove commit\n"
4548"l, label <label> = label current HEAD with a name\n"
4549"t, reset <label> = reset HEAD to a label\n"
4550"m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
4551". create a merge commit using the original merge commit's\n"
4552". message (or the oneline, if no original merge commit was\n"
4553". specified). Use -c <commit> to reword the commit message.\n"
4554"\n"
4555"These lines can be re-ordered; they are executed from top to bottom.\n"
4556msgstr ""
4557
d93ef2a1
JX
4558#: rebase-interactive.c:56
4559#, c-format
4560msgid "Rebase %s onto %s (%d command)"
4561msgid_plural "Rebase %s onto %s (%d commands)"
4562msgstr[0] ""
4563msgstr[1] ""
4564
6b0f1a9b 4565#: rebase-interactive.c:65 git-rebase--preserve-merges.sh:228
12705546
JX
4566msgid ""
4567"\n"
4568"Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
4569msgstr ""
4570
6b0f1a9b 4571#: rebase-interactive.c:68 git-rebase--preserve-merges.sh:232
12705546
JX
4572msgid ""
4573"\n"
4574"If you remove a line here THAT COMMIT WILL BE LOST.\n"
4575msgstr ""
4576
6b0f1a9b 4577#: rebase-interactive.c:74 git-rebase--preserve-merges.sh:871
12705546
JX
4578msgid ""
4579"\n"
4580"You are editing the todo file of an ongoing interactive rebase.\n"
4581"To continue rebase after editing, run:\n"
4582" git rebase --continue\n"
4583"\n"
4584msgstr ""
4585
6b0f1a9b 4586#: rebase-interactive.c:79 git-rebase--preserve-merges.sh:948
12705546
JX
4587msgid ""
4588"\n"
4589"However, if you remove everything, the rebase will be aborted.\n"
4590"\n"
4591msgstr ""
4592
6b0f1a9b 4593#: rebase-interactive.c:85 git-rebase--preserve-merges.sh:955
12705546
JX
4594msgid "Note that empty commits are commented out"
4595msgstr ""
4596
3d0a05b4
JX
4597#: rebase-interactive.c:105 rerere.c:485 rerere.c:692 sequencer.c:3388
4598#: sequencer.c:3414 sequencer.c:5084 builtin/fsck.c:356 builtin/rebase.c:235
12705546 4599#, c-format
d93ef2a1
JX
4600msgid "could not write '%s'"
4601msgstr ""
4602
4603#: rebase-interactive.c:108
4604#, c-format
4605msgid "could not copy '%s' to '%s'."
4606msgstr ""
4607
4608#: rebase-interactive.c:173
4609#, c-format
4610msgid ""
4611"Warning: some commits may have been dropped accidentally.\n"
4612"Dropped commits (newer to older):\n"
4613msgstr ""
4614
4615#: rebase-interactive.c:180
4616#, c-format
4617msgid ""
4618"To avoid this message, use \"drop\" to explicitly remove a commit.\n"
4619"\n"
4620"Use 'git config rebase.missingCommitsCheck' to change the level of "
4621"warnings.\n"
4622"The possible behaviours are: ignore, warn, error.\n"
4623"\n"
12705546
JX
4624msgstr ""
4625
6b0f1a9b 4626#: refs.c:262
dba9f13c
JX
4627#, c-format
4628msgid "%s does not point to a valid object!"
4629msgstr ""
4630
6b0f1a9b 4631#: refs.c:667
dba9f13c
JX
4632#, c-format
4633msgid "ignoring dangling symref %s"
4634msgstr ""
4635
3d0a05b4 4636#: refs.c:669 ref-filter.c:2098
dba9f13c
JX
4637#, c-format
4638msgid "ignoring broken ref %s"
4639msgstr ""
4640
6b0f1a9b 4641#: refs.c:804
dba9f13c
JX
4642#, c-format
4643msgid "could not open '%s' for writing: %s"
4644msgstr ""
4645
6b0f1a9b 4646#: refs.c:814 refs.c:865
dba9f13c
JX
4647#, c-format
4648msgid "could not read ref '%s'"
4649msgstr ""
4650
6b0f1a9b 4651#: refs.c:820
dba9f13c
JX
4652#, c-format
4653msgid "ref '%s' already exists"
4654msgstr ""
4655
6b0f1a9b 4656#: refs.c:825
dba9f13c
JX
4657#, c-format
4658msgid "unexpected object ID when writing '%s'"
4659msgstr ""
4660
3d0a05b4
JX
4661#: refs.c:833 sequencer.c:403 sequencer.c:2647 sequencer.c:2851
4662#: sequencer.c:2865 sequencer.c:3122 sequencer.c:5001 wrapper.c:620
dba9f13c
JX
4663#, c-format
4664msgid "could not write to '%s'"
4665msgstr ""
4666
3d0a05b4
JX
4667#: refs.c:860 wrapper.c:188 wrapper.c:358 builtin/am.c:714
4668#: builtin/rebase.c:1004
dba9f13c
JX
4669#, c-format
4670msgid "could not open '%s' for writing"
4671msgstr ""
4672
6b0f1a9b 4673#: refs.c:867
dba9f13c
JX
4674#, c-format
4675msgid "unexpected object ID when deleting '%s'"
4676msgstr ""
4677
6b0f1a9b 4678#: refs.c:998
dba9f13c
JX
4679#, c-format
4680msgid "log for ref %s has gap after %s"
4681msgstr ""
4682
6b0f1a9b 4683#: refs.c:1004
dba9f13c
JX
4684#, c-format
4685msgid "log for ref %s unexpectedly ended on %s"
4686msgstr ""
4687
6b0f1a9b 4688#: refs.c:1063
dba9f13c
JX
4689#, c-format
4690msgid "log for %s is empty"
4691msgstr ""
4692
6b0f1a9b 4693#: refs.c:1155
dba9f13c
JX
4694#, c-format
4695msgid "refusing to update ref with bad name '%s'"
4696msgstr ""
4697
6b0f1a9b 4698#: refs.c:1231
dba9f13c
JX
4699#, c-format
4700msgid "update_ref failed for ref '%s': %s"
4701msgstr ""
4702
3d0a05b4 4703#: refs.c:2023
dba9f13c
JX
4704#, c-format
4705msgid "multiple updates for ref '%s' not allowed"
4706msgstr ""
4707
3d0a05b4 4708#: refs.c:2055
dba9f13c
JX
4709msgid "ref updates forbidden inside quarantine environment"
4710msgstr ""
4711
3d0a05b4 4712#: refs.c:2151 refs.c:2181
dce37b66 4713#, c-format
dba9f13c 4714msgid "'%s' exists; cannot create '%s'"
dce37b66
JX
4715msgstr ""
4716
3d0a05b4 4717#: refs.c:2157 refs.c:2192
dba9f13c
JX
4718#, c-format
4719msgid "cannot process '%s' and '%s' at the same time"
28e1aaa4
JX
4720msgstr ""
4721
d93ef2a1 4722#: refs/files-backend.c:1234
fda7b092 4723#, c-format
25eab542 4724msgid "could not remove reference %s"
dce37b66
JX
4725msgstr ""
4726
3d0a05b4
JX
4727#: refs/files-backend.c:1248 refs/packed-backend.c:1541
4728#: refs/packed-backend.c:1551
dce37b66 4729#, c-format
25eab542 4730msgid "could not delete reference %s: %s"
dce37b66
JX
4731msgstr ""
4732
3d0a05b4 4733#: refs/files-backend.c:1251 refs/packed-backend.c:1554
dce37b66 4734#, c-format
25eab542 4735msgid "could not delete references: %s"
dce37b66
JX
4736msgstr ""
4737
dba9f13c
JX
4738#: refspec.c:137
4739#, c-format
4740msgid "invalid refspec '%s'"
4741msgstr ""
4742
3d0a05b4 4743#: ref-filter.c:42 wt-status.c:1938
dfc182b1
JX
4744msgid "gone"
4745msgstr ""
4746
6b0f1a9b 4747#: ref-filter.c:43
dfc182b1
JX
4748#, c-format
4749msgid "ahead %d"
4750msgstr ""
4751
6b0f1a9b 4752#: ref-filter.c:44
dfc182b1
JX
4753#, c-format
4754msgid "behind %d"
4755msgstr ""
4756
6b0f1a9b 4757#: ref-filter.c:45
dfc182b1
JX
4758#, c-format
4759msgid "ahead %d, behind %d"
4760msgstr ""
4761
3d0a05b4 4762#: ref-filter.c:165
dce37b66 4763#, c-format
fda7b092 4764msgid "expected format: %%(color:<color>)"
dce37b66
JX
4765msgstr ""
4766
3d0a05b4 4767#: ref-filter.c:167
dce37b66 4768#, c-format
fda7b092 4769msgid "unrecognized color: %%(color:%s)"
dce37b66
JX
4770msgstr ""
4771
3d0a05b4 4772#: ref-filter.c:189
dce37b66 4773#, c-format
dfc182b1 4774msgid "Integer value expected refname:lstrip=%s"
dce37b66
JX
4775msgstr ""
4776
3d0a05b4 4777#: ref-filter.c:193
dfc182b1
JX
4778#, c-format
4779msgid "Integer value expected refname:rstrip=%s"
4780msgstr ""
4781
3d0a05b4 4782#: ref-filter.c:195
dfc182b1
JX
4783#, c-format
4784msgid "unrecognized %%(%s) argument: %s"
4785msgstr ""
4786
3d0a05b4 4787#: ref-filter.c:250
dba9f13c
JX
4788#, c-format
4789msgid "%%(objecttype) does not take arguments"
4790msgstr ""
4791
3d0a05b4 4792#: ref-filter.c:272
94328cef
JX
4793#, c-format
4794msgid "unrecognized %%(objectsize) argument: %s"
4795msgstr ""
4796
3d0a05b4 4797#: ref-filter.c:280
dba9f13c 4798#, c-format
94328cef 4799msgid "%%(deltabase) does not take arguments"
dba9f13c
JX
4800msgstr ""
4801
3d0a05b4 4802#: ref-filter.c:292
dce37b66 4803#, c-format
fda7b092 4804msgid "%%(body) does not take arguments"
dce37b66
JX
4805msgstr ""
4806
3d0a05b4 4807#: ref-filter.c:301
fda7b092
JX
4808#, c-format
4809msgid "%%(subject) does not take arguments"
dce37b66
JX
4810msgstr ""
4811
3d0a05b4 4812#: ref-filter.c:323
673bfad0 4813#, c-format
9c07fab7 4814msgid "unknown %%(trailers) argument: %s"
673bfad0
JX
4815msgstr ""
4816
3d0a05b4 4817#: ref-filter.c:352
fda7b092
JX
4818#, c-format
4819msgid "positive value expected contents:lines=%s"
dce37b66
JX
4820msgstr ""
4821
3d0a05b4 4822#: ref-filter.c:354
dce37b66 4823#, c-format
fda7b092 4824msgid "unrecognized %%(contents) argument: %s"
dce37b66
JX
4825msgstr ""
4826
3d0a05b4 4827#: ref-filter.c:369
dfc182b1
JX
4828#, c-format
4829msgid "positive value expected objectname:short=%s"
4830msgstr ""
4831
3d0a05b4 4832#: ref-filter.c:373
fda7b092
JX
4833#, c-format
4834msgid "unrecognized %%(objectname) argument: %s"
dce37b66
JX
4835msgstr ""
4836
3d0a05b4 4837#: ref-filter.c:403
fda7b092
JX
4838#, c-format
4839msgid "expected format: %%(align:<width>,<position>)"
dce37b66
JX
4840msgstr ""
4841
3d0a05b4 4842#: ref-filter.c:415
fda7b092
JX
4843#, c-format
4844msgid "unrecognized position:%s"
dce37b66
JX
4845msgstr ""
4846
3d0a05b4 4847#: ref-filter.c:422
dce37b66 4848#, c-format
fda7b092 4849msgid "unrecognized width:%s"
dce37b66
JX
4850msgstr ""
4851
3d0a05b4 4852#: ref-filter.c:431
dce37b66 4853#, c-format
fda7b092 4854msgid "unrecognized %%(align) argument: %s"
dce37b66
JX
4855msgstr ""
4856
3d0a05b4 4857#: ref-filter.c:439
fda7b092
JX
4858#, c-format
4859msgid "positive width expected with the %%(align) atom"
dce37b66
JX
4860msgstr ""
4861
3d0a05b4 4862#: ref-filter.c:457
dfc182b1
JX
4863#, c-format
4864msgid "unrecognized %%(if) argument: %s"
4865msgstr ""
4866
3d0a05b4 4867#: ref-filter.c:559
dce37b66 4868#, c-format
fda7b092 4869msgid "malformed field name: %.*s"
dce37b66
JX
4870msgstr ""
4871
3d0a05b4 4872#: ref-filter.c:586
dce37b66 4873#, c-format
fda7b092 4874msgid "unknown field name: %.*s"
dce37b66
JX
4875msgstr ""
4876
3d0a05b4 4877#: ref-filter.c:590
12705546
JX
4878#, c-format
4879msgid ""
4880"not a git repository, but the field '%.*s' requires access to object data"
4881msgstr ""
4882
3d0a05b4 4883#: ref-filter.c:714
dfc182b1
JX
4884#, c-format
4885msgid "format: %%(if) atom used without a %%(then) atom"
4886msgstr ""
4887
3d0a05b4 4888#: ref-filter.c:777
dfc182b1
JX
4889#, c-format
4890msgid "format: %%(then) atom used without an %%(if) atom"
4891msgstr ""
4892
3d0a05b4 4893#: ref-filter.c:779
dfc182b1
JX
4894#, c-format
4895msgid "format: %%(then) atom used more than once"
4896msgstr ""
4897
3d0a05b4 4898#: ref-filter.c:781
dfc182b1
JX
4899#, c-format
4900msgid "format: %%(then) atom used after %%(else)"
4901msgstr ""
4902
3d0a05b4 4903#: ref-filter.c:809
dfc182b1
JX
4904#, c-format
4905msgid "format: %%(else) atom used without an %%(if) atom"
4906msgstr ""
4907
3d0a05b4 4908#: ref-filter.c:811
dfc182b1
JX
4909#, c-format
4910msgid "format: %%(else) atom used without a %%(then) atom"
4911msgstr ""
4912
3d0a05b4 4913#: ref-filter.c:813
dfc182b1
JX
4914#, c-format
4915msgid "format: %%(else) atom used more than once"
4916msgstr ""
4917
3d0a05b4 4918#: ref-filter.c:828
c6bc7d43 4919#, c-format
fda7b092 4920msgid "format: %%(end) atom used without corresponding atom"
c6bc7d43
JX
4921msgstr ""
4922
3d0a05b4 4923#: ref-filter.c:885
c6bc7d43 4924#, c-format
fda7b092 4925msgid "malformed format string %s"
c6bc7d43
JX
4926msgstr ""
4927
3d0a05b4 4928#: ref-filter.c:1488
dfc182b1 4929#, c-format
6b0f1a9b 4930msgid "no branch, rebasing %s"
dfc182b1
JX
4931msgstr ""
4932
3d0a05b4 4933#: ref-filter.c:1491
9b7388a8 4934#, c-format
6b0f1a9b 4935msgid "no branch, rebasing detached HEAD %s"
9b7388a8
JX
4936msgstr ""
4937
3d0a05b4 4938#: ref-filter.c:1494
9fa976ff 4939#, c-format
6b0f1a9b 4940msgid "no branch, bisect started on %s"
9fa976ff
JX
4941msgstr ""
4942
3d0a05b4 4943#: ref-filter.c:1504
6b0f1a9b 4944msgid "no branch"
dfc182b1
JX
4945msgstr ""
4946
3d0a05b4 4947#: ref-filter.c:1540 ref-filter.c:1749
9fa976ff 4948#, c-format
fda7b092 4949msgid "missing object %s for %s"
dce37b66
JX
4950msgstr ""
4951
3d0a05b4 4952#: ref-filter.c:1550
64f23b0c 4953#, c-format
fda7b092 4954msgid "parse_object_buffer failed on %s for %s"
64f23b0c
JX
4955msgstr ""
4956
3d0a05b4 4957#: ref-filter.c:2004
f517e50d 4958#, c-format
fda7b092 4959msgid "malformed object at '%s'"
f517e50d
JX
4960msgstr ""
4961
3d0a05b4 4962#: ref-filter.c:2093
fda7b092
JX
4963#, c-format
4964msgid "ignoring ref with broken name %s"
f517e50d
JX
4965msgstr ""
4966
3d0a05b4 4967#: ref-filter.c:2389
fda7b092
JX
4968#, c-format
4969msgid "format: %%(end) atom missing"
9fa976ff
JX
4970msgstr ""
4971
3d0a05b4 4972#: ref-filter.c:2489
fda7b092 4973#, c-format
94328cef 4974msgid "option `%s' is incompatible with --merged"
9fa976ff
JX
4975msgstr ""
4976
3d0a05b4 4977#: ref-filter.c:2492
9fa976ff 4978#, c-format
94328cef 4979msgid "option `%s' is incompatible with --no-merged"
9fa976ff
JX
4980msgstr ""
4981
3d0a05b4 4982#: ref-filter.c:2502
9fa976ff 4983#, c-format
94328cef 4984msgid "malformed object name %s"
9fa976ff
JX
4985msgstr ""
4986
3d0a05b4 4987#: ref-filter.c:2507
9fa976ff 4988#, c-format
94328cef 4989msgid "option `%s' must point to a commit"
9fa976ff
JX
4990msgstr ""
4991
3d0a05b4 4992#: remote.c:366
94328cef
JX
4993#, c-format
4994msgid "config remote shorthand cannot begin with '/': %s"
f1522b27
JX
4995msgstr ""
4996
3d0a05b4 4997#: remote.c:413
94328cef 4998msgid "more than one receivepack given, using the first"
f1522b27
JX
4999msgstr ""
5000
3d0a05b4 5001#: remote.c:421
94328cef 5002msgid "more than one uploadpack given, using the first"
f1522b27
JX
5003msgstr ""
5004
3d0a05b4 5005#: remote.c:611
fda7b092 5006#, c-format
94328cef 5007msgid "Cannot fetch both %s and %s to %s"
28b3cffc
JX
5008msgstr ""
5009
3d0a05b4 5010#: remote.c:615
94328cef
JX
5011#, c-format
5012msgid "%s usually tracks %s, not %s"
5013msgstr ""
5014
3d0a05b4 5015#: remote.c:619
94328cef
JX
5016#, c-format
5017msgid "%s tracks both %s and %s"
5018msgstr ""
5019
3d0a05b4 5020#: remote.c:687
94328cef
JX
5021#, c-format
5022msgid "key '%s' of pattern had no '*'"
5023msgstr ""
5024
3d0a05b4 5025#: remote.c:697
94328cef
JX
5026#, c-format
5027msgid "value '%s' of pattern has no '*'"
5028msgstr ""
5029
3d0a05b4 5030#: remote.c:1003
94328cef
JX
5031#, c-format
5032msgid "src refspec %s does not match any"
5033msgstr ""
5034
3d0a05b4 5035#: remote.c:1008
94328cef
JX
5036#, c-format
5037msgid "src refspec %s matches more than one"
5038msgstr ""
5039
5040#. TRANSLATORS: "matches '%s'%" is the <dst> part of "git push
5041#. <remote> <src>:<dst>" push, and "being pushed ('%s')" is
5042#. the <src>.
5043#.
3d0a05b4 5044#: remote.c:1023
94328cef
JX
5045#, c-format
5046msgid ""
5047"The destination you provided is not a full refname (i.e.,\n"
5048"starting with \"refs/\"). We tried to guess what you meant by:\n"
5049"\n"
5050"- Looking for a ref that matches '%s' on the remote side.\n"
5051"- Checking if the <src> being pushed ('%s')\n"
5052" is a ref in \"refs/{heads,tags}/\". If so we add a corresponding\n"
5053" refs/{heads,tags}/ prefix on the remote side.\n"
5054"\n"
5055"Neither worked, so we gave up. You must fully qualify the ref."
5056msgstr ""
5057
3d0a05b4 5058#: remote.c:1043
94328cef
JX
5059#, c-format
5060msgid ""
5061"The <src> part of the refspec is a commit object.\n"
5062"Did you mean to create a new branch by pushing to\n"
5063"'%s:refs/heads/%s'?"
5064msgstr ""
5065
3d0a05b4 5066#: remote.c:1048
94328cef
JX
5067#, c-format
5068msgid ""
5069"The <src> part of the refspec is a tag object.\n"
5070"Did you mean to create a new tag by pushing to\n"
5071"'%s:refs/tags/%s'?"
5072msgstr ""
5073
3d0a05b4 5074#: remote.c:1053
94328cef
JX
5075#, c-format
5076msgid ""
5077"The <src> part of the refspec is a tree object.\n"
5078"Did you mean to tag a new tree by pushing to\n"
5079"'%s:refs/tags/%s'?"
5080msgstr ""
5081
3d0a05b4 5082#: remote.c:1058
94328cef
JX
5083#, c-format
5084msgid ""
5085"The <src> part of the refspec is a blob object.\n"
5086"Did you mean to tag a new blob by pushing to\n"
5087"'%s:refs/tags/%s'?"
5088msgstr ""
5089
3d0a05b4 5090#: remote.c:1094
94328cef
JX
5091#, c-format
5092msgid "%s cannot be resolved to branch"
5093msgstr ""
5094
3d0a05b4 5095#: remote.c:1105
94328cef
JX
5096#, c-format
5097msgid "unable to delete '%s': remote ref does not exist"
5098msgstr ""
5099
3d0a05b4 5100#: remote.c:1117
94328cef
JX
5101#, c-format
5102msgid "dst refspec %s matches more than one"
5103msgstr ""
5104
3d0a05b4 5105#: remote.c:1124
94328cef
JX
5106#, c-format
5107msgid "dst ref %s receives from more than one src"
5108msgstr ""
5109
3d0a05b4 5110#: remote.c:1627 remote.c:1728
94328cef
JX
5111msgid "HEAD does not point to a branch"
5112msgstr ""
5113
3d0a05b4 5114#: remote.c:1636
94328cef
JX
5115#, c-format
5116msgid "no such branch: '%s'"
5117msgstr ""
5118
3d0a05b4 5119#: remote.c:1639
94328cef
JX
5120#, c-format
5121msgid "no upstream configured for branch '%s'"
5122msgstr ""
5123
3d0a05b4 5124#: remote.c:1645
fda7b092
JX
5125#, c-format
5126msgid "upstream branch '%s' not stored as a remote-tracking branch"
727b9576
JX
5127msgstr ""
5128
3d0a05b4 5129#: remote.c:1660
727b9576 5130#, c-format
fda7b092 5131msgid "push destination '%s' on remote '%s' has no local tracking branch"
727b9576
JX
5132msgstr ""
5133
3d0a05b4 5134#: remote.c:1672
727b9576 5135#, c-format
fda7b092 5136msgid "branch '%s' has no remote for pushing"
727b9576
JX
5137msgstr ""
5138
3d0a05b4 5139#: remote.c:1682
727b9576 5140#, c-format
fda7b092 5141msgid "push refspecs for '%s' do not include '%s'"
727b9576
JX
5142msgstr ""
5143
3d0a05b4 5144#: remote.c:1695
fda7b092 5145msgid "push has no destination (push.default is 'nothing')"
727b9576
JX
5146msgstr ""
5147
3d0a05b4 5148#: remote.c:1717
fda7b092 5149msgid "cannot resolve 'simple' push to a single destination"
f517e50d
JX
5150msgstr ""
5151
3d0a05b4 5152#: remote.c:1843
94328cef
JX
5153#, c-format
5154msgid "couldn't find remote ref %s"
5155msgstr ""
5156
3d0a05b4 5157#: remote.c:1856
94328cef
JX
5158#, c-format
5159msgid "* Ignoring funny ref '%s' locally"
5160msgstr ""
5161
3d0a05b4 5162#: remote.c:2019
f517e50d 5163#, c-format
fda7b092 5164msgid "Your branch is based on '%s', but the upstream is gone.\n"
f517e50d
JX
5165msgstr ""
5166
3d0a05b4 5167#: remote.c:2023
fda7b092 5168msgid " (use \"git branch --unset-upstream\" to fixup)\n"
f1522b27
JX
5169msgstr ""
5170
3d0a05b4 5171#: remote.c:2026
d07a63e4 5172#, c-format
25eab542 5173msgid "Your branch is up to date with '%s'.\n"
d07a63e4
JX
5174msgstr ""
5175
3d0a05b4 5176#: remote.c:2030
abc8de64
JX
5177#, c-format
5178msgid "Your branch and '%s' refer to different commits.\n"
5179msgstr ""
5180
3d0a05b4 5181#: remote.c:2033
abc8de64
JX
5182#, c-format
5183msgid " (use \"%s\" for details)\n"
5184msgstr ""
5185
3d0a05b4 5186#: remote.c:2037
d07a63e4 5187#, c-format
fda7b092
JX
5188msgid "Your branch is ahead of '%s' by %d commit.\n"
5189msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
5190msgstr[0] ""
5191msgstr[1] ""
5192
3d0a05b4 5193#: remote.c:2043
fda7b092 5194msgid " (use \"git push\" to publish your local commits)\n"
d07a63e4
JX
5195msgstr ""
5196
3d0a05b4 5197#: remote.c:2046
d07a63e4 5198#, c-format
fda7b092
JX
5199msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
5200msgid_plural ""
5201"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
5202msgstr[0] ""
5203msgstr[1] ""
5204
3d0a05b4 5205#: remote.c:2054
fda7b092 5206msgid " (use \"git pull\" to update your local branch)\n"
d07a63e4
JX
5207msgstr ""
5208
3d0a05b4 5209#: remote.c:2057
d07a63e4 5210#, c-format
fda7b092
JX
5211msgid ""
5212"Your branch and '%s' have diverged,\n"
5213"and have %d and %d different commit each, respectively.\n"
5214msgid_plural ""
5215"Your branch and '%s' have diverged,\n"
5216"and have %d and %d different commits each, respectively.\n"
5217msgstr[0] ""
5218msgstr[1] ""
d07a63e4 5219
3d0a05b4 5220#: remote.c:2067
fda7b092 5221msgid " (use \"git pull\" to merge the remote branch into yours)\n"
d07a63e4
JX
5222msgstr ""
5223
3d0a05b4 5224#: remote.c:2250
94328cef
JX
5225#, c-format
5226msgid "cannot parse expected object name '%s'"
5227msgstr ""
5228
12705546 5229#: replace-object.c:21
dba9f13c
JX
5230#, c-format
5231msgid "bad replace ref name: %s"
5232msgstr ""
5233
12705546 5234#: replace-object.c:30
dba9f13c
JX
5235#, c-format
5236msgid "duplicate replace ref: %s"
5237msgstr ""
5238
12705546 5239#: replace-object.c:73
dba9f13c
JX
5240#, c-format
5241msgid "replace depth too high for object %s"
5242msgstr ""
5243
12705546
JX
5244#: rerere.c:217 rerere.c:226 rerere.c:229
5245msgid "corrupt MERGE_RR"
9eb3984b
JX
5246msgstr ""
5247
12705546
JX
5248#: rerere.c:264 rerere.c:269
5249msgid "unable to write rerere record"
9eb3984b
JX
5250msgstr ""
5251
12705546
JX
5252#: rerere.c:495
5253#, c-format
5254msgid "there were errors while writing '%s' (%s)"
9eb3984b
JX
5255msgstr ""
5256
12705546
JX
5257#: rerere.c:498
5258#, c-format
5259msgid "failed to flush '%s'"
5260msgstr ""
5261
5262#: rerere.c:503 rerere.c:1039
5263#, c-format
5264msgid "could not parse conflict hunks in '%s'"
5265msgstr ""
5266
5267#: rerere.c:684
5268#, c-format
5269msgid "failed utime() on '%s'"
5270msgstr ""
5271
5272#: rerere.c:694
5273#, c-format
5274msgid "writing '%s' failed"
5275msgstr ""
5276
5277#: rerere.c:714
5278#, c-format
5279msgid "Staged '%s' using previous resolution."
5280msgstr ""
5281
5282#: rerere.c:753
5283#, c-format
5284msgid "Recorded resolution for '%s'."
5285msgstr ""
5286
5287#: rerere.c:788
5288#, c-format
5289msgid "Resolved '%s' using previous resolution."
5290msgstr ""
5291
5292#: rerere.c:803
5293#, c-format
5294msgid "cannot unlink stray '%s'"
5295msgstr ""
5296
5297#: rerere.c:807
5298#, c-format
5299msgid "Recorded preimage for '%s'"
5300msgstr ""
5301
3d0a05b4 5302#: rerere.c:881 submodule.c:2023 builtin/log.c:1790
6b0f1a9b 5303#: builtin/submodule--helper.c:1418 builtin/submodule--helper.c:1428
12705546
JX
5304#, c-format
5305msgid "could not create directory '%s'"
5306msgstr ""
5307
5308#: rerere.c:1057
5309#, c-format
5310msgid "failed to update conflicted state in '%s'"
5311msgstr ""
5312
5313#: rerere.c:1068 rerere.c:1075
5314#, c-format
5315msgid "no remembered resolution for '%s'"
5316msgstr ""
5317
5318#: rerere.c:1077
5319#, c-format
5320msgid "cannot unlink '%s'"
5321msgstr ""
5322
5323#: rerere.c:1087
5324#, c-format
5325msgid "Updated preimage for '%s'"
5326msgstr ""
5327
5328#: rerere.c:1096
5329#, c-format
5330msgid "Forgot resolution for '%s'\n"
5331msgstr ""
5332
5333#: rerere.c:1199
5334msgid "unable to open rr-cache directory"
5335msgstr ""
5336
3d0a05b4 5337#: revision.c:2509
12705546
JX
5338msgid "your current branch appears to be broken"
5339msgstr ""
5340
3d0a05b4 5341#: revision.c:2512
12705546
JX
5342#, c-format
5343msgid "your current branch '%s' does not have any commits yet"
5344msgstr ""
5345
3d0a05b4 5346#: revision.c:2720
12705546
JX
5347msgid "--first-parent is incompatible with --bisect"
5348msgstr ""
5349
3d0a05b4 5350#: revision.c:2724
d93ef2a1
JX
5351msgid "-L does not yet support diff formats besides -p and -s"
5352msgstr ""
5353
5354#: run-command.c:763
12705546
JX
5355msgid "open /dev/null failed"
5356msgstr ""
5357
d93ef2a1 5358#: run-command.c:1269
12705546
JX
5359#, c-format
5360msgid "cannot create async thread: %s"
5361msgstr ""
5362
d93ef2a1 5363#: run-command.c:1333
18a90722
JX
5364#, c-format
5365msgid ""
5366"The '%s' hook was ignored because it's not set as executable.\n"
5367"You can disable this warning with `git config advice.ignoredHook false`."
5368msgstr ""
5369
3d0a05b4 5370#: send-pack.c:142
abc8de64
JX
5371msgid "unexpected flush packet while reading remote unpack status"
5372msgstr ""
5373
3d0a05b4 5374#: send-pack.c:144
dfc182b1
JX
5375#, c-format
5376msgid "unable to parse remote unpack status: %s"
5377msgstr ""
5378
3d0a05b4 5379#: send-pack.c:146
dfc182b1
JX
5380#, c-format
5381msgid "remote unpack failed: %s"
5382msgstr ""
5383
3d0a05b4 5384#: send-pack.c:307
fda7b092 5385msgid "failed to sign the push certificate"
9fa976ff
JX
5386msgstr ""
5387
3d0a05b4 5388#: send-pack.c:421
fda7b092 5389msgid "the receiving end does not support --signed push"
9fa976ff
JX
5390msgstr ""
5391
3d0a05b4 5392#: send-pack.c:423
9fa976ff 5393msgid ""
fda7b092
JX
5394"not sending a push certificate since the receiving end does not support --"
5395"signed push"
9fa976ff
JX
5396msgstr ""
5397
3d0a05b4 5398#: send-pack.c:435
fda7b092 5399msgid "the receiving end does not support --atomic push"
9fa976ff
JX
5400msgstr ""
5401
3d0a05b4 5402#: send-pack.c:440
fda7b092 5403msgid "the receiving end does not support push options"
9fa976ff
JX
5404msgstr ""
5405
d93ef2a1 5406#: sequencer.c:187
abc8de64
JX
5407#, c-format
5408msgid "invalid commit message cleanup mode '%s'"
5409msgstr ""
5410
d93ef2a1 5411#: sequencer.c:292
9b7388a8
JX
5412#, c-format
5413msgid "could not delete '%s'"
5414msgstr ""
5415
3d0a05b4 5416#: sequencer.c:311 builtin/rebase.c:760 builtin/rebase.c:1676 builtin/rm.c:369
6b0f1a9b
JX
5417#, c-format
5418msgid "could not remove '%s'"
5419msgstr ""
5420
5421#: sequencer.c:321
fda7b092 5422msgid "revert"
df0617bf
JX
5423msgstr ""
5424
6b0f1a9b 5425#: sequencer.c:323
fda7b092 5426msgid "cherry-pick"
f517e50d
JX
5427msgstr ""
5428
6b0f1a9b 5429#: sequencer.c:325
673bfad0
JX
5430msgid "rebase -i"
5431msgstr ""
5432
6b0f1a9b 5433#: sequencer.c:327
673bfad0 5434#, c-format
dba9f13c 5435msgid "unknown action: %d"
673bfad0
JX
5436msgstr ""
5437
6b0f1a9b 5438#: sequencer.c:385
f517e50d 5439msgid ""
fda7b092
JX
5440"after resolving the conflicts, mark the corrected paths\n"
5441"with 'git add <paths>' or 'git rm <paths>'"
f517e50d
JX
5442msgstr ""
5443
6b0f1a9b 5444#: sequencer.c:388
f517e50d 5445msgid ""
fda7b092
JX
5446"after resolving the conflicts, mark the corrected paths\n"
5447"with 'git add <paths>' or 'git rm <paths>'\n"
5448"and commit the result with 'git commit'"
f517e50d
JX
5449msgstr ""
5450
3d0a05b4 5451#: sequencer.c:401 sequencer.c:2847
f517e50d 5452#, c-format
fda7b092 5453msgid "could not lock '%s'"
f517e50d
JX
5454msgstr ""
5455
6b0f1a9b 5456#: sequencer.c:408
f517e50d 5457#, c-format
72351d7d 5458msgid "could not write eol to '%s'"
f517e50d
JX
5459msgstr ""
5460
3d0a05b4
JX
5461#: sequencer.c:413 sequencer.c:2652 sequencer.c:2853 sequencer.c:2867
5462#: sequencer.c:3130
f517e50d 5463#, c-format
abc8de64 5464msgid "failed to finalize '%s'"
f517e50d
JX
5465msgstr ""
5466
3d0a05b4
JX
5467#: sequencer.c:436 sequencer.c:1585 sequencer.c:2672 sequencer.c:3112
5468#: sequencer.c:3221 builtin/am.c:244 builtin/commit.c:763 builtin/merge.c:1117
5469#: builtin/rebase.c:568
f517e50d 5470#, c-format
fda7b092 5471msgid "could not read '%s'"
f517e50d
JX
5472msgstr ""
5473
6b0f1a9b 5474#: sequencer.c:462
f517e50d 5475#, c-format
fda7b092 5476msgid "your local changes would be overwritten by %s."
f517e50d
JX
5477msgstr ""
5478
6b0f1a9b 5479#: sequencer.c:466
fda7b092 5480msgid "commit your changes or stash them to proceed."
f517e50d
JX
5481msgstr ""
5482
6b0f1a9b 5483#: sequencer.c:498
f517e50d 5484#, c-format
fda7b092 5485msgid "%s: fast-forward"
f517e50d
JX
5486msgstr ""
5487
6b0f1a9b 5488#: sequencer.c:537 builtin/tag.c:565
d93ef2a1
JX
5489#, c-format
5490msgid "Invalid cleanup mode %s"
5491msgstr ""
5492
673bfad0 5493#. TRANSLATORS: %s will be "revert", "cherry-pick" or
5b34e000 5494#. "rebase -i".
673bfad0 5495#.
3d0a05b4 5496#: sequencer.c:631
f517e50d 5497#, c-format
fda7b092 5498msgid "%s: Unable to write new index file"
f517e50d
JX
5499msgstr ""
5500
3d0a05b4 5501#: sequencer.c:648
9b7388a8 5502msgid "unable to update cache tree"
f517e50d
JX
5503msgstr ""
5504
3d0a05b4 5505#: sequencer.c:662
9b7388a8 5506msgid "could not resolve HEAD commit"
f517e50d
JX
5507msgstr ""
5508
3d0a05b4 5509#: sequencer.c:742
dba9f13c 5510#, c-format
12705546 5511msgid "no key present in '%.*s'"
dba9f13c
JX
5512msgstr ""
5513
3d0a05b4 5514#: sequencer.c:753
dba9f13c 5515#, c-format
12705546
JX
5516msgid "unable to dequote value of '%s'"
5517msgstr ""
5518
3d0a05b4
JX
5519#: sequencer.c:790 wrapper.c:190 wrapper.c:360 builtin/am.c:705
5520#: builtin/am.c:797 builtin/merge.c:1114 builtin/rebase.c:1046
12705546
JX
5521#, c-format
5522msgid "could not open '%s' for reading"
5523msgstr ""
5524
3d0a05b4 5525#: sequencer.c:800
12705546 5526msgid "'GIT_AUTHOR_NAME' already given"
dba9f13c
JX
5527msgstr ""
5528
3d0a05b4 5529#: sequencer.c:805
12705546
JX
5530msgid "'GIT_AUTHOR_EMAIL' already given"
5531msgstr ""
5532
3d0a05b4 5533#: sequencer.c:810
12705546
JX
5534msgid "'GIT_AUTHOR_DATE' already given"
5535msgstr ""
5536
3d0a05b4 5537#: sequencer.c:814
dba9f13c 5538#, c-format
12705546 5539msgid "unknown variable '%s'"
dba9f13c
JX
5540msgstr ""
5541
3d0a05b4 5542#: sequencer.c:819
12705546
JX
5543msgid "missing 'GIT_AUTHOR_NAME'"
5544msgstr ""
5545
3d0a05b4 5546#: sequencer.c:821
12705546
JX
5547msgid "missing 'GIT_AUTHOR_EMAIL'"
5548msgstr ""
5549
3d0a05b4 5550#: sequencer.c:823
12705546
JX
5551msgid "missing 'GIT_AUTHOR_DATE'"
5552msgstr ""
5553
3d0a05b4 5554#: sequencer.c:872
f517e50d
JX
5555#, c-format
5556msgid ""
fda7b092
JX
5557"you have staged changes in your working tree\n"
5558"If these changes are meant to be squashed into the previous commit, run:\n"
5559"\n"
5560" git commit --amend %s\n"
5561"\n"
5562"If they are meant to go into a new commit, run:\n"
5563"\n"
5564" git commit %s\n"
5565"\n"
5566"In both cases, once you're done, continue with:\n"
5567"\n"
5568" git rebase --continue\n"
f517e50d
JX
5569msgstr ""
5570
3d0a05b4 5571#: sequencer.c:1146
abc8de64
JX
5572msgid "'prepare-commit-msg' hook failed"
5573msgstr ""
5574
3d0a05b4 5575#: sequencer.c:1153
abc8de64
JX
5576msgid ""
5577"Your name and email address were configured automatically based\n"
5578"on your username and hostname. Please check that they are accurate.\n"
5579"You can suppress this message by setting them explicitly. Run the\n"
5580"following command and follow the instructions in your editor to edit\n"
5581"your configuration file:\n"
5582"\n"
5583" git config --global --edit\n"
5584"\n"
5585"After doing this, you may fix the identity used for this commit with:\n"
5586"\n"
5587" git commit --amend --reset-author\n"
5588msgstr ""
5589
3d0a05b4 5590#: sequencer.c:1166
abc8de64
JX
5591msgid ""
5592"Your name and email address were configured automatically based\n"
5593"on your username and hostname. Please check that they are accurate.\n"
5594"You can suppress this message by setting them explicitly:\n"
5595"\n"
5596" git config --global user.name \"Your Name\"\n"
5597" git config --global user.email you@example.com\n"
5598"\n"
5599"After doing this, you may fix the identity used for this commit with:\n"
5600"\n"
5601" git commit --amend --reset-author\n"
5602msgstr ""
5603
3d0a05b4 5604#: sequencer.c:1208
abc8de64
JX
5605msgid "couldn't look up newly created commit"
5606msgstr ""
5607
3d0a05b4 5608#: sequencer.c:1210
abc8de64
JX
5609msgid "could not parse newly created commit"
5610msgstr ""
5611
3d0a05b4 5612#: sequencer.c:1256
abc8de64
JX
5613msgid "unable to resolve HEAD after creating commit"
5614msgstr ""
5615
3d0a05b4 5616#: sequencer.c:1258
abc8de64
JX
5617msgid "detached HEAD"
5618msgstr ""
5619
3d0a05b4 5620#: sequencer.c:1262
abc8de64
JX
5621msgid " (root-commit)"
5622msgstr ""
5623
3d0a05b4 5624#: sequencer.c:1283
abc8de64
JX
5625msgid "could not parse HEAD"
5626msgstr ""
5627
3d0a05b4 5628#: sequencer.c:1285
abc8de64
JX
5629#, c-format
5630msgid "HEAD %s is not a commit!"
5631msgstr ""
5632
3d0a05b4 5633#: sequencer.c:1289 builtin/commit.c:1571
abc8de64
JX
5634msgid "could not parse HEAD commit"
5635msgstr ""
5636
3d0a05b4 5637#: sequencer.c:1341 sequencer.c:1933
abc8de64
JX
5638msgid "unable to parse commit author"
5639msgstr ""
5640
3d0a05b4 5641#: sequencer.c:1352 builtin/am.c:1561 builtin/merge.c:684
abc8de64
JX
5642msgid "git write-tree failed to write a tree"
5643msgstr ""
5644
3d0a05b4 5645#: sequencer.c:1369 sequencer.c:1429
abc8de64
JX
5646#, c-format
5647msgid "unable to read commit message from '%s'"
5648msgstr ""
5649
3d0a05b4
JX
5650#: sequencer.c:1396 builtin/am.c:1583 builtin/commit.c:1670 builtin/merge.c:883
5651#: builtin/merge.c:908
abc8de64
JX
5652msgid "failed to write commit object"
5653msgstr ""
5654
3d0a05b4 5655#: sequencer.c:1456
f517e50d 5656#, c-format
005c62fe 5657msgid "could not parse commit %s"
f517e50d
JX
5658msgstr ""
5659
3d0a05b4 5660#: sequencer.c:1461
f517e50d 5661#, c-format
005c62fe 5662msgid "could not parse parent commit %s"
f517e50d
JX
5663msgstr ""
5664
3d0a05b4 5665#: sequencer.c:1535 sequencer.c:1645
dba9f13c
JX
5666#, c-format
5667msgid "unknown command: %d"
5668msgstr ""
5669
3d0a05b4 5670#: sequencer.c:1592 sequencer.c:1617
673bfad0
JX
5671#, c-format
5672msgid "This is a combination of %d commits."
5673msgstr ""
5674
3d0a05b4 5675#: sequencer.c:1602
673bfad0
JX
5676msgid "need a HEAD to fixup"
5677msgstr ""
5678
3d0a05b4 5679#: sequencer.c:1604 sequencer.c:3157
673bfad0
JX
5680msgid "could not read HEAD"
5681msgstr ""
5682
3d0a05b4 5683#: sequencer.c:1606
673bfad0
JX
5684msgid "could not read HEAD's commit message"
5685msgstr ""
5686
3d0a05b4 5687#: sequencer.c:1612
673bfad0
JX
5688#, c-format
5689msgid "cannot write '%s'"
5690msgstr ""
5691
3d0a05b4 5692#: sequencer.c:1619 git-rebase--preserve-merges.sh:496
673bfad0
JX
5693msgid "This is the 1st commit message:"
5694msgstr ""
5695
3d0a05b4 5696#: sequencer.c:1627
673bfad0
JX
5697#, c-format
5698msgid "could not read commit message of %s"
5699msgstr ""
5700
3d0a05b4 5701#: sequencer.c:1634
673bfad0
JX
5702#, c-format
5703msgid "This is the commit message #%d:"
5704msgstr ""
5705
3d0a05b4 5706#: sequencer.c:1640
673bfad0
JX
5707#, c-format
5708msgid "The commit message #%d will be skipped:"
5709msgstr ""
5710
3d0a05b4 5711#: sequencer.c:1728
fda7b092 5712msgid "your index file is unmerged."
f517e50d
JX
5713msgstr ""
5714
3d0a05b4 5715#: sequencer.c:1735
9b7388a8
JX
5716msgid "cannot fixup root commit"
5717msgstr ""
5718
3d0a05b4 5719#: sequencer.c:1754
f517e50d 5720#, c-format
fda7b092 5721msgid "commit %s is a merge but no -m option was given."
f517e50d
JX
5722msgstr ""
5723
3d0a05b4 5724#: sequencer.c:1762 sequencer.c:1770
f517e50d 5725#, c-format
fda7b092 5726msgid "commit %s does not have parent %d"
f517e50d
JX
5727msgstr ""
5728
3d0a05b4 5729#: sequencer.c:1776
673bfad0
JX
5730#, c-format
5731msgid "cannot get commit message for %s"
5732msgstr ""
5733
fda7b092
JX
5734#. TRANSLATORS: The first %s will be a "todo" command like
5735#. "revert" or "pick", the second %s a SHA1.
3d0a05b4 5736#: sequencer.c:1795
f517e50d 5737#, c-format
fda7b092 5738msgid "%s: cannot parse parent commit %s"
f517e50d
JX
5739msgstr ""
5740
3d0a05b4 5741#: sequencer.c:1860
f517e50d 5742#, c-format
673bfad0 5743msgid "could not rename '%s' to '%s'"
f517e50d
JX
5744msgstr ""
5745
3d0a05b4 5746#: sequencer.c:1915
f517e50d 5747#, c-format
fda7b092 5748msgid "could not revert %s... %s"
f517e50d
JX
5749msgstr ""
5750
3d0a05b4 5751#: sequencer.c:1916
fda7b092
JX
5752#, c-format
5753msgid "could not apply %s... %s"
5e078fcd
JX
5754msgstr ""
5755
3d0a05b4 5756#: sequencer.c:1983
727b9576 5757#, c-format
fda7b092 5758msgid "git %s: failed to read the index"
727b9576
JX
5759msgstr ""
5760
3d0a05b4 5761#: sequencer.c:1990
fda7b092
JX
5762#, c-format
5763msgid "git %s: failed to refresh the index"
727b9576
JX
5764msgstr ""
5765
3d0a05b4 5766#: sequencer.c:2066
005c62fe
JX
5767#, c-format
5768msgid "%s does not accept arguments: '%s'"
5769msgstr ""
5770
3d0a05b4 5771#: sequencer.c:2075
005c62fe
JX
5772#, c-format
5773msgid "missing arguments for %s"
5774msgstr ""
5775
3d0a05b4 5776#: sequencer.c:2112
d93ef2a1
JX
5777#, c-format
5778msgid "could not parse '%.*s'"
5779msgstr ""
5780
3d0a05b4 5781#: sequencer.c:2166
fda7b092
JX
5782#, c-format
5783msgid "invalid line %d: %.*s"
727b9576
JX
5784msgstr ""
5785
3d0a05b4 5786#: sequencer.c:2177
673bfad0
JX
5787#, c-format
5788msgid "cannot '%s' without a previous commit"
727b9576
JX
5789msgstr ""
5790
3d0a05b4 5791#: sequencer.c:2225 builtin/rebase.c:153 builtin/rebase.c:178
d93ef2a1
JX
5792#: builtin/rebase.c:204 builtin/rebase.c:229
5793#, c-format
5794msgid "could not read '%s'."
5795msgstr ""
5796
3d0a05b4 5797#: sequencer.c:2261
6b0f1a9b
JX
5798msgid "cancelling a cherry picking in progress"
5799msgstr ""
5800
3d0a05b4 5801#: sequencer.c:2268
6b0f1a9b
JX
5802msgid "cancelling a revert in progress"
5803msgstr ""
5804
3d0a05b4 5805#: sequencer.c:2302
673bfad0
JX
5806msgid "please fix this using 'git rebase --edit-todo'."
5807msgstr ""
5808
3d0a05b4 5809#: sequencer.c:2304
fda7b092
JX
5810#, c-format
5811msgid "unusable instruction sheet: '%s'"
5812msgstr ""
5813
3d0a05b4 5814#: sequencer.c:2309
673bfad0
JX
5815msgid "no commits parsed."
5816msgstr ""
5817
3d0a05b4 5818#: sequencer.c:2320
fda7b092 5819msgid "cannot cherry-pick during a revert."
727b9576
JX
5820msgstr ""
5821
3d0a05b4 5822#: sequencer.c:2322
fda7b092 5823msgid "cannot revert during a cherry-pick."
9fa976ff
JX
5824msgstr ""
5825
3d0a05b4 5826#: sequencer.c:2404
df0617bf 5827#, c-format
fda7b092 5828msgid "invalid value for %s: %s"
df0617bf
JX
5829msgstr ""
5830
3d0a05b4 5831#: sequencer.c:2491
9b7388a8
JX
5832msgid "unusable squash-onto"
5833msgstr ""
5834
3d0a05b4 5835#: sequencer.c:2507
df0617bf 5836#, c-format
fda7b092 5837msgid "malformed options sheet: '%s'"
df0617bf
JX
5838msgstr ""
5839
3d0a05b4 5840#: sequencer.c:2590 sequencer.c:4308
dba9f13c
JX
5841msgid "empty commit set passed"
5842msgstr ""
5843
3d0a05b4 5844#: sequencer.c:2606
6b0f1a9b
JX
5845msgid "revert is already in progress"
5846msgstr ""
5847
3d0a05b4 5848#: sequencer.c:2608
6b0f1a9b
JX
5849#, c-format
5850msgid "try \"git revert (--continue | %s--abort | --quit)\""
5851msgstr ""
5852
3d0a05b4 5853#: sequencer.c:2611
6b0f1a9b 5854msgid "cherry-pick is already in progress"
46bc4039
JX
5855msgstr ""
5856
3d0a05b4 5857#: sequencer.c:2613
6b0f1a9b
JX
5858#, c-format
5859msgid "try \"git cherry-pick (--continue | %s--abort | --quit)\""
d07a63e4
JX
5860msgstr ""
5861
3d0a05b4 5862#: sequencer.c:2627
64f23b0c 5863#, c-format
fda7b092 5864msgid "could not create sequencer directory '%s'"
64f23b0c
JX
5865msgstr ""
5866
3d0a05b4 5867#: sequencer.c:2642
fda7b092 5868msgid "could not lock HEAD"
64f23b0c
JX
5869msgstr ""
5870
3d0a05b4 5871#: sequencer.c:2702 sequencer.c:4057
fda7b092 5872msgid "no cherry-pick or revert in progress"
dce37b66
JX
5873msgstr ""
5874
3d0a05b4 5875#: sequencer.c:2704 sequencer.c:2715
fda7b092 5876msgid "cannot resolve HEAD"
dce37b66
JX
5877msgstr ""
5878
3d0a05b4 5879#: sequencer.c:2706 sequencer.c:2750
fda7b092 5880msgid "cannot abort from a branch yet to be born"
dce37b66
JX
5881msgstr ""
5882
3d0a05b4 5883#: sequencer.c:2736 builtin/grep.c:736
fda7b092
JX
5884#, c-format
5885msgid "cannot open '%s'"
11b90174
JX
5886msgstr ""
5887
3d0a05b4 5888#: sequencer.c:2738
fda7b092
JX
5889#, c-format
5890msgid "cannot read '%s': %s"
dce37b66
JX
5891msgstr ""
5892
3d0a05b4 5893#: sequencer.c:2739
fda7b092 5894msgid "unexpected end of file"
11b90174
JX
5895msgstr ""
5896
3d0a05b4 5897#: sequencer.c:2745
fda7b092
JX
5898#, c-format
5899msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
dce37b66
JX
5900msgstr ""
5901
3d0a05b4 5902#: sequencer.c:2756
673bfad0
JX
5903msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
5904msgstr ""
5905
3d0a05b4 5906#: sequencer.c:2797
6b0f1a9b
JX
5907msgid "no revert in progress"
5908msgstr ""
5909
3d0a05b4 5910#: sequencer.c:2805
6b0f1a9b
JX
5911msgid "no cherry-pick in progress"
5912msgstr ""
5913
3d0a05b4 5914#: sequencer.c:2815
6b0f1a9b
JX
5915msgid "failed to skip the commit"
5916msgstr ""
5917
3d0a05b4 5918#: sequencer.c:2822
6b0f1a9b
JX
5919msgid "there is nothing to skip"
5920msgstr ""
5921
3d0a05b4 5922#: sequencer.c:2825
6b0f1a9b
JX
5923#, c-format
5924msgid ""
5925"have you committed already?\n"
5926"try \"git %s --continue\""
5927msgstr ""
5928
3d0a05b4 5929#: sequencer.c:2949 sequencer.c:3969
abc8de64
JX
5930#, c-format
5931msgid "could not update %s"
5932msgstr ""
5933
3d0a05b4 5934#: sequencer.c:2987 sequencer.c:3949
673bfad0
JX
5935msgid "cannot read HEAD"
5936msgstr ""
5937
3d0a05b4 5938#: sequencer.c:3004
dba9f13c
JX
5939#, c-format
5940msgid "unable to copy '%s' to '%s'"
5941msgstr ""
5942
3d0a05b4 5943#: sequencer.c:3012
dba9f13c
JX
5944#, c-format
5945msgid ""
5946"You can amend the commit now, with\n"
5947"\n"
5948" git commit --amend %s\n"
5949"\n"
5950"Once you are satisfied with your changes, run\n"
5951"\n"
5952" git rebase --continue\n"
5953msgstr ""
5954
3d0a05b4 5955#: sequencer.c:3022
dba9f13c
JX
5956#, c-format
5957msgid "Could not apply %s... %.*s"
5958msgstr ""
5959
3d0a05b4 5960#: sequencer.c:3029
dba9f13c
JX
5961#, c-format
5962msgid "Could not merge %.*s"
5963msgstr ""
5964
3d0a05b4 5965#: sequencer.c:3043 sequencer.c:3047 builtin/difftool.c:641
673bfad0
JX
5966#, c-format
5967msgid "could not copy '%s' to '%s'"
5968msgstr ""
5969
3d0a05b4
JX
5970#: sequencer.c:3069 sequencer.c:3506 builtin/rebase.c:850 builtin/rebase.c:1613
5971#: builtin/rebase.c:1987 builtin/rebase.c:2031
673bfad0
JX
5972msgid "could not read index"
5973msgstr ""
5974
3d0a05b4 5975#: sequencer.c:3074
673bfad0
JX
5976#, c-format
5977msgid ""
5978"execution failed: %s\n"
5979"%sYou can fix the problem, and then run\n"
5980"\n"
5981" git rebase --continue\n"
5982"\n"
5983msgstr ""
5984
3d0a05b4 5985#: sequencer.c:3080
673bfad0
JX
5986msgid "and made changes to the index and/or the working tree\n"
5987msgstr ""
5988
3d0a05b4 5989#: sequencer.c:3086
673bfad0
JX
5990#, c-format
5991msgid ""
5992"execution succeeded: %s\n"
5993"but left changes to the index and/or the working tree\n"
5994"Commit or stash your changes, and then run\n"
5995"\n"
5996" git rebase --continue\n"
5997"\n"
5998msgstr ""
5999
3d0a05b4 6000#: sequencer.c:3147
dba9f13c
JX
6001#, c-format
6002msgid "illegal label name: '%.*s'"
6003msgstr ""
6004
3d0a05b4 6005#: sequencer.c:3201
9b7388a8
JX
6006msgid "writing fake root commit"
6007msgstr ""
6008
3d0a05b4 6009#: sequencer.c:3206
9b7388a8
JX
6010msgid "writing squash-onto"
6011msgstr ""
6012
3d0a05b4 6013#: sequencer.c:3244 builtin/rebase.c:855 builtin/rebase.c:861
9b7388a8
JX
6014#, c-format
6015msgid "failed to find tree of %s"
6016msgstr ""
6017
3d0a05b4 6018#: sequencer.c:3262 builtin/rebase.c:874
9b7388a8
JX
6019msgid "could not write index"
6020msgstr ""
6021
3d0a05b4 6022#: sequencer.c:3289
dba9f13c
JX
6023#, c-format
6024msgid "could not resolve '%s'"
6025msgstr ""
6026
3d0a05b4 6027#: sequencer.c:3320
9b7388a8
JX
6028msgid "cannot merge without a current revision"
6029msgstr ""
6030
3d0a05b4 6031#: sequencer.c:3342
9b7388a8 6032#, c-format
dba9f13c 6033msgid "unable to parse '%.*s'"
9b7388a8
JX
6034msgstr ""
6035
3d0a05b4 6036#: sequencer.c:3351
dba9f13c
JX
6037#, c-format
6038msgid "nothing to merge: '%.*s'"
6039msgstr ""
6040
3d0a05b4 6041#: sequencer.c:3363
dba9f13c
JX
6042msgid "octopus merge cannot be executed on top of a [new root]"
6043msgstr ""
6044
3d0a05b4 6045#: sequencer.c:3378
9b7388a8
JX
6046#, c-format
6047msgid "could not get commit message of '%s'"
6048msgstr ""
6049
3d0a05b4 6050#: sequencer.c:3538
9b7388a8
JX
6051#, c-format
6052msgid "could not even attempt to merge '%.*s'"
6053msgstr ""
6054
3d0a05b4 6055#: sequencer.c:3554
9b7388a8
JX
6056msgid "merge: Unable to write new index file"
6057msgstr ""
6058
3d0a05b4 6059#: sequencer.c:3623 builtin/rebase.c:712
673bfad0 6060#, c-format
5b34e000 6061msgid "Applied autostash.\n"
673bfad0
JX
6062msgstr ""
6063
3d0a05b4 6064#: sequencer.c:3635
673bfad0
JX
6065#, c-format
6066msgid "cannot store %s"
6067msgstr ""
6068
3d0a05b4 6069#: sequencer.c:3638 builtin/rebase.c:728 git-rebase--preserve-merges.sh:113
673bfad0
JX
6070#, c-format
6071msgid ""
6072"Applying autostash resulted in conflicts.\n"
6073"Your changes are safe in the stash.\n"
6074"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
6075msgstr ""
6076
3d0a05b4 6077#: sequencer.c:3699
12705546
JX
6078#, c-format
6079msgid "could not checkout %s"
6080msgstr ""
6081
3d0a05b4 6082#: sequencer.c:3713
12705546
JX
6083#, c-format
6084msgid "%s: not a valid OID"
6085msgstr ""
6086
3d0a05b4 6087#: sequencer.c:3718 git-rebase--preserve-merges.sh:779
12705546
JX
6088msgid "could not detach HEAD"
6089msgstr ""
6090
3d0a05b4 6091#: sequencer.c:3733
12705546
JX
6092#, c-format
6093msgid "Stopped at HEAD\n"
6094msgstr ""
6095
3d0a05b4 6096#: sequencer.c:3735
12705546
JX
6097#, c-format
6098msgid "Stopped at %s\n"
6099msgstr ""
6100
3d0a05b4 6101#: sequencer.c:3743
9b7388a8
JX
6102#, c-format
6103msgid ""
6104"Could not execute the todo command\n"
6105"\n"
6106" %.*s\n"
6107"It has been rescheduled; To edit the command before continuing, please\n"
6108"edit the todo list first:\n"
6109"\n"
6110" git rebase --edit-todo\n"
6111" git rebase --continue\n"
6112msgstr ""
6113
3d0a05b4 6114#: sequencer.c:3827
673bfad0 6115#, c-format
dfc182b1 6116msgid "Stopped at %s... %.*s\n"
673bfad0
JX
6117msgstr ""
6118
3d0a05b4 6119#: sequencer.c:3898
673bfad0
JX
6120#, c-format
6121msgid "unknown command %d"
6122msgstr ""
6123
3d0a05b4 6124#: sequencer.c:3957
673bfad0
JX
6125msgid "could not read orig-head"
6126msgstr ""
6127
3d0a05b4 6128#: sequencer.c:3962
673bfad0
JX
6129msgid "could not read 'onto'"
6130msgstr ""
6131
3d0a05b4 6132#: sequencer.c:3976
673bfad0
JX
6133#, c-format
6134msgid "could not update HEAD to %s"
6135msgstr ""
6136
3d0a05b4 6137#: sequencer.c:4069
673bfad0
JX
6138msgid "cannot rebase: You have unstaged changes."
6139msgstr ""
6140
3d0a05b4 6141#: sequencer.c:4078
673bfad0
JX
6142msgid "cannot amend non-existing commit"
6143msgstr ""
6144
3d0a05b4 6145#: sequencer.c:4080
673bfad0
JX
6146#, c-format
6147msgid "invalid file: '%s'"
6148msgstr ""
6149
3d0a05b4 6150#: sequencer.c:4082
673bfad0
JX
6151#, c-format
6152msgid "invalid contents: '%s'"
6153msgstr ""
6154
3d0a05b4 6155#: sequencer.c:4085
673bfad0
JX
6156msgid ""
6157"\n"
6158"You have uncommitted changes in your working tree. Please, commit them\n"
6159"first and then run 'git rebase --continue' again."
6160msgstr ""
6161
3d0a05b4 6162#: sequencer.c:4121 sequencer.c:4159
9b7388a8
JX
6163#, c-format
6164msgid "could not write file: '%s'"
6165msgstr ""
6166
3d0a05b4 6167#: sequencer.c:4174
9b7388a8
JX
6168msgid "could not remove CHERRY_PICK_HEAD"
6169msgstr ""
6170
3d0a05b4 6171#: sequencer.c:4181
673bfad0
JX
6172msgid "could not commit staged changes."
6173msgstr ""
6174
3d0a05b4 6175#: sequencer.c:4285
fda7b092
JX
6176#, c-format
6177msgid "%s: can't cherry-pick a %s"
dce37b66
JX
6178msgstr ""
6179
3d0a05b4 6180#: sequencer.c:4289
fda7b092
JX
6181#, c-format
6182msgid "%s: bad revision"
dce37b66
JX
6183msgstr ""
6184
3d0a05b4 6185#: sequencer.c:4324
fda7b092 6186msgid "can't revert as initial commit"
dce37b66
JX
6187msgstr ""
6188
3d0a05b4 6189#: sequencer.c:4774
25eab542
JX
6190msgid "make_script: unhandled options"
6191msgstr ""
6192
3d0a05b4 6193#: sequencer.c:4777
25eab542
JX
6194msgid "make_script: error preparing revisions"
6195msgstr ""
6196
3d0a05b4 6197#: sequencer.c:4935
25eab542
JX
6198msgid ""
6199"You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
6200"continue'.\n"
6201"Or you can abort the rebase with 'git rebase --abort'.\n"
6202msgstr ""
6203
3d0a05b4 6204#: sequencer.c:5047 sequencer.c:5064
12705546
JX
6205msgid "nothing to do"
6206msgstr ""
6207
3d0a05b4 6208#: sequencer.c:5078
12705546
JX
6209msgid "could not skip unnecessary pick commands"
6210msgstr ""
6211
3d0a05b4 6212#: sequencer.c:5166
25eab542
JX
6213msgid "the script was already rearranged."
6214msgstr ""
6215
3d0a05b4 6216#: setup.c:124
abc8de64
JX
6217#, c-format
6218msgid "'%s' is outside repository"
6219msgstr ""
6220
3d0a05b4 6221#: setup.c:174
fda7b092 6222#, c-format
dce37b66 6223msgid ""
fda7b092
JX
6224"%s: no such path in the working tree.\n"
6225"Use 'git <command> -- <path>...' to specify paths that do not exist locally."
dce37b66
JX
6226msgstr ""
6227
3d0a05b4 6228#: setup.c:187
fda7b092
JX
6229#, c-format
6230msgid ""
6231"ambiguous argument '%s': unknown revision or path not in the working tree.\n"
6232"Use '--' to separate paths from revisions, like this:\n"
6233"'git <command> [<revision>...] -- [<file>...]'"
dce37b66
JX
6234msgstr ""
6235
3d0a05b4 6236#: setup.c:236
abc8de64
JX
6237#, c-format
6238msgid "option '%s' must come before non-option arguments"
6239msgstr ""
6240
3d0a05b4 6241#: setup.c:255
dce37b66 6242#, c-format
fda7b092
JX
6243msgid ""
6244"ambiguous argument '%s': both revision and filename\n"
6245"Use '--' to separate paths from revisions, like this:\n"
6246"'git <command> [<revision>...] -- [<file>...]'"
dce37b66
JX
6247msgstr ""
6248
3d0a05b4 6249#: setup.c:391
abc8de64
JX
6250msgid "unable to set up work tree using invalid config"
6251msgstr ""
6252
3d0a05b4 6253#: setup.c:395
abc8de64
JX
6254msgid "this operation must be run in a work tree"
6255msgstr ""
6256
3d0a05b4 6257#: setup.c:541
fda7b092
JX
6258#, c-format
6259msgid "Expected git repo version <= %d, found %d"
dce37b66
JX
6260msgstr ""
6261
3d0a05b4 6262#: setup.c:549
fda7b092 6263msgid "unknown repository extensions found:"
dce37b66
JX
6264msgstr ""
6265
3d0a05b4 6266#: setup.c:568
fda7b092 6267#, c-format
abc8de64 6268msgid "error opening '%s'"
dce37b66
JX
6269msgstr ""
6270
3d0a05b4 6271#: setup.c:570
abc8de64
JX
6272#, c-format
6273msgid "too large to be a .git file: '%s'"
6274msgstr ""
6275
3d0a05b4 6276#: setup.c:572
abc8de64
JX
6277#, c-format
6278msgid "error reading %s"
6279msgstr ""
6280
3d0a05b4 6281#: setup.c:574
abc8de64
JX
6282#, c-format
6283msgid "invalid gitfile format: %s"
6284msgstr ""
6285
3d0a05b4 6286#: setup.c:576
abc8de64
JX
6287#, c-format
6288msgid "no path in gitfile: %s"
6289msgstr ""
6290
3d0a05b4 6291#: setup.c:578
abc8de64
JX
6292#, c-format
6293msgid "not a git repository: %s"
6294msgstr ""
6295
3d0a05b4 6296#: setup.c:677
abc8de64
JX
6297#, c-format
6298msgid "'$%s' too big"
6299msgstr ""
6300
3d0a05b4 6301#: setup.c:691
abc8de64
JX
6302#, c-format
6303msgid "not a git repository: '%s'"
6304msgstr ""
6305
3d0a05b4 6306#: setup.c:720 setup.c:722 setup.c:753
abc8de64
JX
6307#, c-format
6308msgid "cannot chdir to '%s'"
6309msgstr ""
6310
3d0a05b4 6311#: setup.c:725 setup.c:781 setup.c:791 setup.c:830 setup.c:838
abc8de64
JX
6312msgid "cannot come back to cwd"
6313msgstr ""
6314
3d0a05b4 6315#: setup.c:852
abc8de64
JX
6316#, c-format
6317msgid "failed to stat '%*s%s%s'"
dce37b66
JX
6318msgstr ""
6319
3d0a05b4 6320#: setup.c:1090
fda7b092 6321msgid "Unable to read current working directory"
dce37b66
JX
6322msgstr ""
6323
3d0a05b4 6324#: setup.c:1099 setup.c:1105
dba9f13c
JX
6325#, c-format
6326msgid "cannot change to '%s'"
6327msgstr ""
6328
3d0a05b4 6329#: setup.c:1110
94328cef
JX
6330#, c-format
6331msgid "not a git repository (or any of the parent directories): %s"
6332msgstr ""
6333
3d0a05b4 6334#: setup.c:1116
dba9f13c
JX
6335#, c-format
6336msgid ""
6337"not a git repository (or any parent up to mount point %s)\n"
6338"Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
6339msgstr ""
6340
3d0a05b4 6341#: setup.c:1227
dba9f13c
JX
6342#, c-format
6343msgid ""
6344"problem with core.sharedRepository filemode value (0%.3o).\n"
6345"The owner of files must always have read and write permissions."
6346msgstr ""
6347
3d0a05b4 6348#: setup.c:1271
dba9f13c
JX
6349msgid "open /dev/null or dup failed"
6350msgstr ""
6351
3d0a05b4 6352#: setup.c:1286
dba9f13c
JX
6353msgid "fork failed"
6354msgstr ""
6355
3d0a05b4 6356#: setup.c:1291
dba9f13c
JX
6357msgid "setsid failed"
6358msgstr ""
6359
3d0a05b4 6360#: sha1-file.c:452
dba9f13c
JX
6361#, c-format
6362msgid "object directory %s does not exist; check .git/objects/info/alternates"
6363msgstr ""
6364
3d0a05b4 6365#: sha1-file.c:503
dba9f13c
JX
6366#, c-format
6367msgid "unable to normalize alternate object path: %s"
6368msgstr ""
6369
3d0a05b4 6370#: sha1-file.c:575
dba9f13c
JX
6371#, c-format
6372msgid "%s: ignoring alternate object stores, nesting too deep"
6373msgstr ""
6374
3d0a05b4 6375#: sha1-file.c:582
dba9f13c
JX
6376#, c-format
6377msgid "unable to normalize object directory: %s"
6378msgstr ""
6379
3d0a05b4 6380#: sha1-file.c:625
dba9f13c
JX
6381msgid "unable to fdopen alternates lockfile"
6382msgstr ""
6383
3d0a05b4 6384#: sha1-file.c:643
dba9f13c
JX
6385msgid "unable to read alternates file"
6386msgstr ""
6387
3d0a05b4 6388#: sha1-file.c:650
dba9f13c
JX
6389msgid "unable to move new alternates file into place"
6390msgstr ""
6391
3d0a05b4 6392#: sha1-file.c:685
dba9f13c
JX
6393#, c-format
6394msgid "path '%s' does not exist"
6395msgstr ""
6396
3d0a05b4 6397#: sha1-file.c:711
dba9f13c
JX
6398#, c-format
6399msgid "reference repository '%s' as a linked checkout is not supported yet."
6400msgstr ""
6401
3d0a05b4 6402#: sha1-file.c:717
dba9f13c
JX
6403#, c-format
6404msgid "reference repository '%s' is not a local repository."
6405msgstr ""
6406
3d0a05b4 6407#: sha1-file.c:723
dba9f13c
JX
6408#, c-format
6409msgid "reference repository '%s' is shallow"
6410msgstr ""
6411
3d0a05b4 6412#: sha1-file.c:731
dba9f13c
JX
6413#, c-format
6414msgid "reference repository '%s' is grafted"
6415msgstr ""
6416
3d0a05b4 6417#: sha1-file.c:791
6b0f1a9b
JX
6418#, c-format
6419msgid "invalid line while parsing alternate refs: %s"
6420msgstr ""
6421
3d0a05b4 6422#: sha1-file.c:943
dba9f13c
JX
6423#, c-format
6424msgid "attempting to mmap %<PRIuMAX> over limit %<PRIuMAX>"
6425msgstr ""
6426
3d0a05b4 6427#: sha1-file.c:964
dba9f13c
JX
6428msgid "mmap failed"
6429msgstr ""
6430
3d0a05b4 6431#: sha1-file.c:1128
dba9f13c
JX
6432#, c-format
6433msgid "object file %s is empty"
6434msgstr ""
6435
3d0a05b4 6436#: sha1-file.c:1252 sha1-file.c:2392
dba9f13c
JX
6437#, c-format
6438msgid "corrupt loose object '%s'"
6439msgstr ""
6440
3d0a05b4 6441#: sha1-file.c:1254 sha1-file.c:2396
dba9f13c
JX
6442#, c-format
6443msgid "garbage at end of loose object '%s'"
6444msgstr ""
6445
3d0a05b4 6446#: sha1-file.c:1296
dba9f13c
JX
6447msgid "invalid object type"
6448msgstr ""
6449
3d0a05b4 6450#: sha1-file.c:1380
dba9f13c
JX
6451#, c-format
6452msgid "unable to unpack %s header with --allow-unknown-type"
6453msgstr ""
6454
3d0a05b4 6455#: sha1-file.c:1383
dba9f13c
JX
6456#, c-format
6457msgid "unable to unpack %s header"
6458msgstr ""
6459
3d0a05b4 6460#: sha1-file.c:1389
dba9f13c
JX
6461#, c-format
6462msgid "unable to parse %s header with --allow-unknown-type"
6463msgstr ""
6464
3d0a05b4 6465#: sha1-file.c:1392
dba9f13c
JX
6466#, c-format
6467msgid "unable to parse %s header"
6468msgstr ""
6469
3d0a05b4 6470#: sha1-file.c:1584
dba9f13c
JX
6471#, c-format
6472msgid "failed to read object %s"
6473msgstr ""
6474
3d0a05b4 6475#: sha1-file.c:1588
dba9f13c
JX
6476#, c-format
6477msgid "replacement %s not found for %s"
6478msgstr ""
6479
3d0a05b4 6480#: sha1-file.c:1592
dba9f13c
JX
6481#, c-format
6482msgid "loose object %s (stored in %s) is corrupt"
6483msgstr ""
6484
3d0a05b4 6485#: sha1-file.c:1596
dba9f13c
JX
6486#, c-format
6487msgid "packed object %s (stored in %s) is corrupt"
6488msgstr ""
6489
3d0a05b4 6490#: sha1-file.c:1699
dba9f13c 6491#, c-format
94328cef 6492msgid "unable to write file %s"
dba9f13c
JX
6493msgstr ""
6494
3d0a05b4 6495#: sha1-file.c:1706
dba9f13c
JX
6496#, c-format
6497msgid "unable to set permission to '%s'"
6498msgstr ""
6499
3d0a05b4 6500#: sha1-file.c:1713
dba9f13c
JX
6501msgid "file write error"
6502msgstr ""
6503
3d0a05b4 6504#: sha1-file.c:1732
94328cef 6505msgid "error when closing loose object file"
dba9f13c
JX
6506msgstr ""
6507
3d0a05b4 6508#: sha1-file.c:1797
dba9f13c
JX
6509#, c-format
6510msgid "insufficient permission for adding an object to repository database %s"
6511msgstr ""
6512
3d0a05b4 6513#: sha1-file.c:1799
dba9f13c
JX
6514msgid "unable to create temporary file"
6515msgstr ""
6516
3d0a05b4 6517#: sha1-file.c:1823
94328cef 6518msgid "unable to write loose object file"
dba9f13c
JX
6519msgstr ""
6520
3d0a05b4 6521#: sha1-file.c:1829
dba9f13c
JX
6522#, c-format
6523msgid "unable to deflate new object %s (%d)"
6524msgstr ""
6525
3d0a05b4 6526#: sha1-file.c:1833
dba9f13c
JX
6527#, c-format
6528msgid "deflateEnd on object %s failed (%d)"
6529msgstr ""
6530
3d0a05b4 6531#: sha1-file.c:1837
dba9f13c
JX
6532#, c-format
6533msgid "confused by unstable object source data for %s"
6534msgstr ""
6535
3d0a05b4 6536#: sha1-file.c:1847 builtin/pack-objects.c:925
dba9f13c
JX
6537#, c-format
6538msgid "failed utime() on %s"
6539msgstr ""
6540
3d0a05b4 6541#: sha1-file.c:1922
dba9f13c 6542#, c-format
94328cef 6543msgid "cannot read object for %s"
dba9f13c
JX
6544msgstr ""
6545
3d0a05b4 6546#: sha1-file.c:1962
dba9f13c
JX
6547msgid "corrupt commit"
6548msgstr ""
6549
3d0a05b4 6550#: sha1-file.c:1970
dba9f13c
JX
6551msgid "corrupt tag"
6552msgstr ""
6553
3d0a05b4 6554#: sha1-file.c:2069
dba9f13c
JX
6555#, c-format
6556msgid "read error while indexing %s"
6557msgstr ""
6558
3d0a05b4 6559#: sha1-file.c:2072
fda7b092 6560#, c-format
dba9f13c 6561msgid "short read while indexing %s"
dce37b66
JX
6562msgstr ""
6563
3d0a05b4 6564#: sha1-file.c:2145 sha1-file.c:2154
fda7b092 6565#, c-format
dba9f13c 6566msgid "%s: failed to insert into database"
dce37b66
JX
6567msgstr ""
6568
3d0a05b4 6569#: sha1-file.c:2160
fda7b092 6570#, c-format
dba9f13c 6571msgid "%s: unsupported file type"
5e078fcd
JX
6572msgstr ""
6573
3d0a05b4 6574#: sha1-file.c:2184
dba9f13c
JX
6575#, c-format
6576msgid "%s is not a valid object"
abc8de64
JX
6577msgstr ""
6578
3d0a05b4 6579#: sha1-file.c:2186
dba9f13c
JX
6580#, c-format
6581msgid "%s is not a valid '%s' object"
abc8de64
JX
6582msgstr ""
6583
3d0a05b4 6584#: sha1-file.c:2213 builtin/index-pack.c:155
dba9f13c
JX
6585#, c-format
6586msgid "unable to open %s"
abc8de64
JX
6587msgstr ""
6588
3d0a05b4 6589#: sha1-file.c:2403 sha1-file.c:2455
fda7b092 6590#, c-format
94328cef 6591msgid "hash mismatch for %s (expected %s)"
5e078fcd
JX
6592msgstr ""
6593
3d0a05b4 6594#: sha1-file.c:2427
fda7b092 6595#, c-format
dba9f13c 6596msgid "unable to mmap %s"
dce37b66
JX
6597msgstr ""
6598
3d0a05b4 6599#: sha1-file.c:2432
fda7b092 6600#, c-format
dba9f13c 6601msgid "unable to unpack header of %s"
dce37b66
JX
6602msgstr ""
6603
3d0a05b4 6604#: sha1-file.c:2438
fda7b092 6605#, c-format
dba9f13c 6606msgid "unable to parse header of %s"
dce37b66
JX
6607msgstr ""
6608
3d0a05b4 6609#: sha1-file.c:2449
fda7b092 6610#, c-format
dba9f13c 6611msgid "unable to unpack contents of %s"
dce37b66
JX
6612msgstr ""
6613
3d0a05b4 6614#: sha1-name.c:487
fda7b092
JX
6615#, c-format
6616msgid "short SHA1 %s is ambiguous"
dce37b66
JX
6617msgstr ""
6618
3d0a05b4 6619#: sha1-name.c:498
fda7b092 6620msgid "The candidates are:"
dce37b66
JX
6621msgstr ""
6622
3d0a05b4 6623#: sha1-name.c:797
fda7b092
JX
6624msgid ""
6625"Git normally never creates a ref that ends with 40 hex characters\n"
6626"because it will be ignored when you just specify 40-hex. These refs\n"
6627"may be created by mistake. For example,\n"
6628"\n"
6b0f1a9b 6629" git switch -c $br $(git rev-parse ...)\n"
fda7b092
JX
6630"\n"
6631"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
6632"examine these refs and maybe delete them. Turn this message off by\n"
6633"running \"git config advice.objectNameWarning false\""
727b9576
JX
6634msgstr ""
6635
6b0f1a9b 6636#. TRANSLATORS: IEC 80000-13:2008 gibibyte
3d0a05b4 6637#: strbuf.c:822
6b0f1a9b
JX
6638#, c-format
6639msgid "%u.%2.2u GiB"
6640msgstr ""
6641
6642#. TRANSLATORS: IEC 80000-13:2008 gibibyte/second
3d0a05b4 6643#: strbuf.c:824
6b0f1a9b
JX
6644#, c-format
6645msgid "%u.%2.2u GiB/s"
6646msgstr ""
6647
6648#. TRANSLATORS: IEC 80000-13:2008 mebibyte
3d0a05b4 6649#: strbuf.c:832
6b0f1a9b
JX
6650#, c-format
6651msgid "%u.%2.2u MiB"
6652msgstr ""
6653
6654#. TRANSLATORS: IEC 80000-13:2008 mebibyte/second
3d0a05b4 6655#: strbuf.c:834
6b0f1a9b
JX
6656#, c-format
6657msgid "%u.%2.2u MiB/s"
6658msgstr ""
6659
6660#. TRANSLATORS: IEC 80000-13:2008 kibibyte
3d0a05b4 6661#: strbuf.c:841
6b0f1a9b
JX
6662#, c-format
6663msgid "%u.%2.2u KiB"
6664msgstr ""
6665
6666#. TRANSLATORS: IEC 80000-13:2008 kibibyte/second
3d0a05b4 6667#: strbuf.c:843
6b0f1a9b
JX
6668#, c-format
6669msgid "%u.%2.2u KiB/s"
6670msgstr ""
6671
6672#. TRANSLATORS: IEC 80000-13:2008 byte
3d0a05b4 6673#: strbuf.c:849
6b0f1a9b
JX
6674#, c-format
6675msgid "%u byte"
6676msgid_plural "%u bytes"
6677msgstr[0] ""
6678msgstr[1] ""
6679
6680#. TRANSLATORS: IEC 80000-13:2008 byte/second
3d0a05b4 6681#: strbuf.c:851
6b0f1a9b
JX
6682#, c-format
6683msgid "%u byte/s"
6684msgid_plural "%u bytes/s"
6685msgstr[0] ""
6686msgstr[1] ""
6687
94328cef 6688#: submodule.c:114 submodule.c:143
fda7b092 6689msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
727b9576
JX
6690msgstr ""
6691
94328cef 6692#: submodule.c:118 submodule.c:147
fda7b092
JX
6693#, c-format
6694msgid "Could not find section in .gitmodules where path=%s"
df49095a
JX
6695msgstr ""
6696
94328cef 6697#: submodule.c:154
fda7b092
JX
6698#, c-format
6699msgid "Could not remove .gitmodules entry for %s"
11b90174
JX
6700msgstr ""
6701
94328cef 6702#: submodule.c:165
fda7b092 6703msgid "staging updated .gitmodules failed"
9fa976ff
JX
6704msgstr ""
6705
94328cef 6706#: submodule.c:327
5b34e000
JX
6707#, c-format
6708msgid "in unpopulated submodule '%s'"
6709msgstr ""
6710
94328cef 6711#: submodule.c:358
5b34e000
JX
6712#, c-format
6713msgid "Pathspec '%s' is in submodule '%.*s'"
6714msgstr ""
6715
d93ef2a1 6716#: submodule.c:910
25eab542
JX
6717#, c-format
6718msgid "submodule entry '%s' (%s) is a %s, not a commit"
6719msgstr ""
6720
6b0f1a9b 6721#: submodule.c:1147 builtin/branch.c:680 builtin/submodule--helper.c:1989
25eab542
JX
6722msgid "Failed to resolve HEAD as a valid ref."
6723msgstr ""
6724
d93ef2a1 6725#: submodule.c:1481
94328cef
JX
6726#, c-format
6727msgid "Could not access submodule '%s'"
6728msgstr ""
6729
d93ef2a1 6730#: submodule.c:1651
673bfad0 6731#, c-format
dfc182b1 6732msgid "'%s' not recognized as a git repository"
673bfad0
JX
6733msgstr ""
6734
d93ef2a1 6735#: submodule.c:1789
673bfad0 6736#, c-format
dfc182b1 6737msgid "could not start 'git status' in submodule '%s'"
673bfad0
JX
6738msgstr ""
6739
d93ef2a1 6740#: submodule.c:1802
dfc182b1
JX
6741#, c-format
6742msgid "could not run 'git status' in submodule '%s'"
6743msgstr ""
6744
d93ef2a1 6745#: submodule.c:1817
94328cef
JX
6746#, c-format
6747msgid "Could not unset core.worktree setting in submodule '%s'"
6748msgstr ""
6749
d93ef2a1 6750#: submodule.c:1907
dfc182b1
JX
6751#, c-format
6752msgid "submodule '%s' has dirty index"
6753msgstr ""
6754
d93ef2a1 6755#: submodule.c:1959
dba9f13c
JX
6756#, c-format
6757msgid "Submodule '%s' could not be updated."
6758msgstr ""
6759
6b0f1a9b 6760#: submodule.c:2007
673bfad0
JX
6761#, c-format
6762msgid ""
6763"relocate_gitdir for submodule '%s' with more than one worktree not supported"
6764msgstr ""
6765
6b0f1a9b 6766#: submodule.c:2019 submodule.c:2074
673bfad0
JX
6767#, c-format
6768msgid "could not lookup name for submodule '%s'"
6769msgstr ""
6770
6b0f1a9b 6771#: submodule.c:2026
673bfad0
JX
6772#, c-format
6773msgid ""
6774"Migrating git directory of '%s%s' from\n"
6775"'%s' to\n"
6776"'%s'\n"
6777msgstr ""
6778
6b0f1a9b 6779#: submodule.c:2109
673bfad0
JX
6780#, c-format
6781msgid "could not recurse into submodule '%s'"
6782msgstr ""
6783
6b0f1a9b 6784#: submodule.c:2153
dfc182b1
JX
6785msgid "could not start ls-files in .."
6786msgstr ""
6787
6b0f1a9b 6788#: submodule.c:2192
9b7388a8
JX
6789#, c-format
6790msgid "ls-tree returned unexpected return code %d"
dfc182b1
JX
6791msgstr ""
6792
3d0a05b4 6793#: submodule-config.c:236
dfc182b1 6794#, c-format
9b7388a8 6795msgid "ignoring suspicious submodule name: %s"
dfc182b1
JX
6796msgstr ""
6797
3d0a05b4 6798#: submodule-config.c:303
25eab542
JX
6799msgid "negative values not allowed for submodule.fetchjobs"
6800msgstr ""
6801
3d0a05b4 6802#: submodule-config.c:401
12705546
JX
6803#, c-format
6804msgid "ignoring '%s' which may be interpreted as a command-line option: %s"
6805msgstr ""
6806
3d0a05b4 6807#: submodule-config.c:490
fda7b092
JX
6808#, c-format
6809msgid "invalid value for %s"
11b90174
JX
6810msgstr ""
6811
3d0a05b4 6812#: submodule-config.c:761
12705546
JX
6813#, c-format
6814msgid "Could not update .gitmodules entry %s"
6815msgstr ""
6816
25eab542 6817#: trailer.c:238
fda7b092
JX
6818#, c-format
6819msgid "running trailer command '%s' failed"
11b90174
JX
6820msgstr ""
6821
25eab542
JX
6822#: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:553
6823#: trailer.c:557
fda7b092
JX
6824#, c-format
6825msgid "unknown value '%s' for key '%s'"
11b90174
JX
6826msgstr ""
6827
12705546 6828#: trailer.c:539 trailer.c:544 builtin/remote.c:295
fda7b092
JX
6829#, c-format
6830msgid "more than one %s"
11b90174
JX
6831msgstr ""
6832
25eab542 6833#: trailer.c:730
fda7b092
JX
6834#, c-format
6835msgid "empty trailer token in trailer '%.*s'"
11b90174
JX
6836msgstr ""
6837
25eab542 6838#: trailer.c:750
fda7b092
JX
6839#, c-format
6840msgid "could not read input file '%s'"
11b90174
JX
6841msgstr ""
6842
25eab542 6843#: trailer.c:753
fda7b092 6844msgid "could not read from stdin"
df0617bf
JX
6845msgstr ""
6846
3d0a05b4 6847#: trailer.c:1011 wrapper.c:665
df0617bf 6848#, c-format
fda7b092
JX
6849msgid "could not stat %s"
6850msgstr ""
df0617bf 6851
12705546 6852#: trailer.c:1013
df0617bf 6853#, c-format
fda7b092 6854msgid "file %s is not a regular file"
df0617bf
JX
6855msgstr ""
6856
12705546 6857#: trailer.c:1015
fda7b092
JX
6858#, c-format
6859msgid "file %s is not writable by user"
6860msgstr ""
6861
12705546 6862#: trailer.c:1027
fda7b092 6863msgid "could not open temporary file"
df0617bf
JX
6864msgstr ""
6865
12705546 6866#: trailer.c:1067
df0617bf 6867#, c-format
fda7b092
JX
6868msgid "could not rename temporary file to %s"
6869msgstr ""
df0617bf 6870
9b7388a8 6871#: transport.c:116
fda7b092
JX
6872#, c-format
6873msgid "Would set upstream of '%s' to '%s' of '%s'\n"
df0617bf
JX
6874msgstr ""
6875
3d0a05b4 6876#: transport.c:145
dba9f13c
JX
6877#, c-format
6878msgid "could not read bundle '%s'"
6879msgstr ""
6880
3d0a05b4 6881#: transport.c:214
235537a0 6882#, c-format
fda7b092 6883msgid "transport: invalid depth option '%s'"
235537a0
JX
6884msgstr ""
6885
3d0a05b4 6886#: transport.c:266
d93ef2a1
JX
6887msgid "see protocol.version in 'git help config' for more details"
6888msgstr ""
6889
3d0a05b4 6890#: transport.c:267
d93ef2a1
JX
6891msgid "server options require protocol version 2 or later"
6892msgstr ""
6893
3d0a05b4 6894#: transport.c:632
9b7388a8
JX
6895msgid "could not parse transport.color.* config"
6896msgstr ""
6897
3d0a05b4 6898#: transport.c:705
dba9f13c
JX
6899msgid "support for protocol v2 not implemented yet"
6900msgstr ""
6901
3d0a05b4 6902#: transport.c:831
dba9f13c
JX
6903#, c-format
6904msgid "unknown value for config '%s': %s"
6905msgstr ""
6906
3d0a05b4 6907#: transport.c:897
dba9f13c
JX
6908#, c-format
6909msgid "transport '%s' not allowed"
6910msgstr ""
6911
3d0a05b4 6912#: transport.c:949
dba9f13c
JX
6913msgid "git-over-rsync is no longer supported"
6914msgstr ""
6915
3d0a05b4 6916#: transport.c:1044
fda7b092
JX
6917#, c-format
6918msgid ""
6919"The following submodule paths contain changes that can\n"
6920"not be found on any remote:\n"
11b90174
JX
6921msgstr ""
6922
3d0a05b4 6923#: transport.c:1048
fda7b092
JX
6924#, c-format
6925msgid ""
6926"\n"
6927"Please try\n"
6928"\n"
6929"\tgit push --recurse-submodules=on-demand\n"
6930"\n"
6931"or cd to the path and use\n"
6932"\n"
6933"\tgit push\n"
6934"\n"
6935"to push them to a remote.\n"
6936"\n"
11b90174
JX
6937msgstr ""
6938
3d0a05b4 6939#: transport.c:1056
fda7b092 6940msgid "Aborting."
11b90174
JX
6941msgstr ""
6942
3d0a05b4 6943#: transport.c:1201
dba9f13c
JX
6944msgid "failed to push all needed submodules"
6945msgstr ""
6946
3d0a05b4 6947#: transport.c:1345 transport-helper.c:655
dba9f13c
JX
6948msgid "operation not supported by protocol"
6949msgstr ""
6950
3d0a05b4 6951#: transport-helper.c:61 transport-helper.c:90
dba9f13c
JX
6952msgid "full write to remote helper failed"
6953msgstr ""
6954
3d0a05b4 6955#: transport-helper.c:144
dba9f13c
JX
6956#, c-format
6957msgid "unable to find remote helper for '%s'"
6958msgstr ""
6959
3d0a05b4 6960#: transport-helper.c:160 transport-helper.c:569
dba9f13c
JX
6961msgid "can't dup helper output fd"
6962msgstr ""
6963
3d0a05b4 6964#: transport-helper.c:211
dba9f13c
JX
6965#, c-format
6966msgid ""
6967"unknown mandatory capability %s; this remote helper probably needs newer "
6968"version of Git"
6969msgstr ""
6970
3d0a05b4 6971#: transport-helper.c:217
dba9f13c
JX
6972msgid "this remote helper should implement refspec capability"
6973msgstr ""
6974
3d0a05b4 6975#: transport-helper.c:284 transport-helper.c:424
dba9f13c
JX
6976#, c-format
6977msgid "%s unexpectedly said: '%s'"
6978msgstr ""
6979
3d0a05b4 6980#: transport-helper.c:413
dba9f13c
JX
6981#, c-format
6982msgid "%s also locked %s"
6983msgstr ""
6984
3d0a05b4 6985#: transport-helper.c:491
dba9f13c
JX
6986msgid "couldn't run fast-import"
6987msgstr ""
6988
3d0a05b4 6989#: transport-helper.c:514
dba9f13c
JX
6990msgid "error while running fast-import"
6991msgstr ""
6992
045a5486 6993#: transport-helper.c:543 transport-helper.c:1132
dba9f13c
JX
6994#, c-format
6995msgid "could not read ref %s"
6996msgstr ""
6997
3d0a05b4 6998#: transport-helper.c:588
dba9f13c
JX
6999#, c-format
7000msgid "unknown response to connect: %s"
7001msgstr ""
7002
3d0a05b4 7003#: transport-helper.c:610
dba9f13c
JX
7004msgid "setting remote service path not supported by protocol"
7005msgstr ""
7006
3d0a05b4 7007#: transport-helper.c:612
dba9f13c
JX
7008msgid "invalid remote service path"
7009msgstr ""
7010
3d0a05b4 7011#: transport-helper.c:658
dba9f13c
JX
7012#, c-format
7013msgid "can't connect to subservice %s"
7014msgstr ""
7015
3d0a05b4 7016#: transport-helper.c:734
dba9f13c
JX
7017#, c-format
7018msgid "expected ok/error, helper said '%s'"
7019msgstr ""
7020
3d0a05b4 7021#: transport-helper.c:787
dba9f13c
JX
7022#, c-format
7023msgid "helper reported unexpected status of %s"
7024msgstr ""
7025
3d0a05b4 7026#: transport-helper.c:848
dba9f13c
JX
7027#, c-format
7028msgid "helper %s does not support dry-run"
7029msgstr ""
7030
3d0a05b4 7031#: transport-helper.c:851
dba9f13c
JX
7032#, c-format
7033msgid "helper %s does not support --signed"
7034msgstr ""
7035
3d0a05b4 7036#: transport-helper.c:854
dba9f13c
JX
7037#, c-format
7038msgid "helper %s does not support --signed=if-asked"
7039msgstr ""
7040
045a5486
JX
7041#: transport-helper.c:859
7042#, c-format
7043msgid "helper %s does not support --atomic"
7044msgstr ""
7045
7046#: transport-helper.c:865
dba9f13c
JX
7047#, c-format
7048msgid "helper %s does not support 'push-option'"
7049msgstr ""
7050
045a5486 7051#: transport-helper.c:963
dba9f13c
JX
7052msgid "remote-helper doesn't support push; refspec needed"
7053msgstr ""
7054
045a5486 7055#: transport-helper.c:968
dba9f13c
JX
7056#, c-format
7057msgid "helper %s does not support 'force'"
7058msgstr ""
7059
045a5486 7060#: transport-helper.c:1015
dba9f13c
JX
7061msgid "couldn't run fast-export"
7062msgstr ""
7063
045a5486 7064#: transport-helper.c:1020
dba9f13c
JX
7065msgid "error while running fast-export"
7066msgstr ""
7067
045a5486 7068#: transport-helper.c:1045
dba9f13c
JX
7069#, c-format
7070msgid ""
7071"No refs in common and none specified; doing nothing.\n"
7072"Perhaps you should specify a branch such as 'master'.\n"
7073msgstr ""
7074
045a5486 7075#: transport-helper.c:1118
dba9f13c
JX
7076#, c-format
7077msgid "malformed response in ref list: %s"
7078msgstr ""
7079
045a5486 7080#: transport-helper.c:1270
fda7b092 7081#, c-format
dba9f13c 7082msgid "read(%s) failed"
11b90174
JX
7083msgstr ""
7084
045a5486 7085#: transport-helper.c:1297
dba9f13c
JX
7086#, c-format
7087msgid "write(%s) failed"
7088msgstr ""
7089
045a5486 7090#: transport-helper.c:1346
dba9f13c
JX
7091#, c-format
7092msgid "%s thread failed"
7093msgstr ""
7094
045a5486 7095#: transport-helper.c:1350
dba9f13c
JX
7096#, c-format
7097msgid "%s thread failed to join: %s"
7098msgstr ""
7099
045a5486 7100#: transport-helper.c:1369 transport-helper.c:1373
dba9f13c
JX
7101#, c-format
7102msgid "can't start thread for copying data: %s"
7103msgstr ""
7104
045a5486 7105#: transport-helper.c:1410
dba9f13c
JX
7106#, c-format
7107msgid "%s process failed to wait"
7108msgstr ""
7109
045a5486 7110#: transport-helper.c:1414
dba9f13c
JX
7111#, c-format
7112msgid "%s process failed"
7113msgstr ""
7114
045a5486 7115#: transport-helper.c:1432 transport-helper.c:1441
dba9f13c
JX
7116msgid "can't start thread for copying data"
7117msgstr ""
7118
7119#: tree-walk.c:33
fda7b092 7120msgid "too-short tree object"
11b90174
JX
7121msgstr ""
7122
dba9f13c 7123#: tree-walk.c:39
fda7b092 7124msgid "malformed mode in tree entry"
235537a0
JX
7125msgstr ""
7126
dba9f13c 7127#: tree-walk.c:43
fda7b092 7128msgid "empty filename in tree entry"
11b90174
JX
7129msgstr ""
7130
6b0f1a9b 7131#: tree-walk.c:118
fda7b092 7132msgid "too-short tree file"
11b90174
JX
7133msgstr ""
7134
3d0a05b4 7135#: unpack-trees.c:110
235537a0 7136#, c-format
fda7b092
JX
7137msgid ""
7138"Your local changes to the following files would be overwritten by checkout:\n"
7139"%%sPlease commit your changes or stash them before you switch branches."
235537a0
JX
7140msgstr ""
7141
3d0a05b4 7142#: unpack-trees.c:112
fda7b092
JX
7143#, c-format
7144msgid ""
7145"Your local changes to the following files would be overwritten by checkout:\n"
7146"%%s"
11b90174
JX
7147msgstr ""
7148
3d0a05b4 7149#: unpack-trees.c:115
fda7b092
JX
7150#, c-format
7151msgid ""
7152"Your local changes to the following files would be overwritten by merge:\n"
7153"%%sPlease commit your changes or stash them before you merge."
7154msgstr ""
7155
3d0a05b4 7156#: unpack-trees.c:117
fda7b092
JX
7157#, c-format
7158msgid ""
7159"Your local changes to the following files would be overwritten by merge:\n"
7160"%%s"
11b90174
JX
7161msgstr ""
7162
3d0a05b4 7163#: unpack-trees.c:120
fda7b092 7164#, c-format
11b90174 7165msgid ""
fda7b092
JX
7166"Your local changes to the following files would be overwritten by %s:\n"
7167"%%sPlease commit your changes or stash them before you %s."
11b90174
JX
7168msgstr ""
7169
3d0a05b4 7170#: unpack-trees.c:122
727b9576 7171#, c-format
fda7b092
JX
7172msgid ""
7173"Your local changes to the following files would be overwritten by %s:\n"
7174"%%s"
11b90174
JX
7175msgstr ""
7176
3d0a05b4 7177#: unpack-trees.c:127
fda7b092
JX
7178#, c-format
7179msgid ""
673bfad0 7180"Updating the following directories would lose untracked files in them:\n"
fda7b092 7181"%s"
28b3cffc
JX
7182msgstr ""
7183
3d0a05b4 7184#: unpack-trees.c:131
fda7b092
JX
7185#, c-format
7186msgid ""
7187"The following untracked working tree files would be removed by checkout:\n"
7188"%%sPlease move or remove them before you switch branches."
28b3cffc
JX
7189msgstr ""
7190
3d0a05b4 7191#: unpack-trees.c:133
fda7b092
JX
7192#, c-format
7193msgid ""
7194"The following untracked working tree files would be removed by checkout:\n"
7195"%%s"
11b90174
JX
7196msgstr ""
7197
3d0a05b4 7198#: unpack-trees.c:136
235537a0 7199#, c-format
fda7b092
JX
7200msgid ""
7201"The following untracked working tree files would be removed by merge:\n"
7202"%%sPlease move or remove them before you merge."
c138af56
JX
7203msgstr ""
7204
3d0a05b4 7205#: unpack-trees.c:138
fda7b092
JX
7206#, c-format
7207msgid ""
7208"The following untracked working tree files would be removed by merge:\n"
7209"%%s"
235537a0
JX
7210msgstr ""
7211
3d0a05b4 7212#: unpack-trees.c:141
fda7b092
JX
7213#, c-format
7214msgid ""
7215"The following untracked working tree files would be removed by %s:\n"
7216"%%sPlease move or remove them before you %s."
c138af56
JX
7217msgstr ""
7218
3d0a05b4 7219#: unpack-trees.c:143
fda7b092
JX
7220#, c-format
7221msgid ""
7222"The following untracked working tree files would be removed by %s:\n"
7223"%%s"
c138af56
JX
7224msgstr ""
7225
3d0a05b4 7226#: unpack-trees.c:149
c138af56 7227#, c-format
fda7b092
JX
7228msgid ""
7229"The following untracked working tree files would be overwritten by "
7230"checkout:\n"
7231"%%sPlease move or remove them before you switch branches."
c138af56
JX
7232msgstr ""
7233
3d0a05b4 7234#: unpack-trees.c:151
fda7b092
JX
7235#, c-format
7236msgid ""
7237"The following untracked working tree files would be overwritten by "
7238"checkout:\n"
7239"%%s"
11b90174
JX
7240msgstr ""
7241
3d0a05b4 7242#: unpack-trees.c:154
fda7b092
JX
7243#, c-format
7244msgid ""
7245"The following untracked working tree files would be overwritten by merge:\n"
7246"%%sPlease move or remove them before you merge."
11b90174
JX
7247msgstr ""
7248
3d0a05b4 7249#: unpack-trees.c:156
fda7b092
JX
7250#, c-format
7251msgid ""
7252"The following untracked working tree files would be overwritten by merge:\n"
7253"%%s"
dce37b66
JX
7254msgstr ""
7255
3d0a05b4 7256#: unpack-trees.c:159
fda7b092
JX
7257#, c-format
7258msgid ""
7259"The following untracked working tree files would be overwritten by %s:\n"
7260"%%sPlease move or remove them before you %s."
df0617bf
JX
7261msgstr ""
7262
3d0a05b4 7263#: unpack-trees.c:161
fda7b092
JX
7264#, c-format
7265msgid ""
7266"The following untracked working tree files would be overwritten by %s:\n"
7267"%%s"
28b3cffc
JX
7268msgstr ""
7269
3d0a05b4 7270#: unpack-trees.c:169
fda7b092
JX
7271#, c-format
7272msgid "Entry '%s' overlaps with '%s'. Cannot bind."
c138af56
JX
7273msgstr ""
7274
3d0a05b4 7275#: unpack-trees.c:172
fda7b092
JX
7276#, c-format
7277msgid ""
25eab542 7278"Cannot update sparse checkout: the following entries are not up to date:\n"
fda7b092 7279"%s"
c138af56
JX
7280msgstr ""
7281
3d0a05b4 7282#: unpack-trees.c:174
fda7b092
JX
7283#, c-format
7284msgid ""
7285"The following working tree files would be overwritten by sparse checkout "
7286"update:\n"
7287"%s"
dce37b66
JX
7288msgstr ""
7289
3d0a05b4 7290#: unpack-trees.c:176
fda7b092
JX
7291#, c-format
7292msgid ""
7293"The following working tree files would be removed by sparse checkout "
7294"update:\n"
7295"%s"
dce37b66
JX
7296msgstr ""
7297
3d0a05b4 7298#: unpack-trees.c:178
dfc182b1
JX
7299#, c-format
7300msgid ""
7301"Cannot update submodule:\n"
7302"%s"
7303msgstr ""
7304
3d0a05b4 7305#: unpack-trees.c:255
fda7b092
JX
7306#, c-format
7307msgid "Aborting\n"
dce37b66
JX
7308msgstr ""
7309
3d0a05b4 7310#: unpack-trees.c:317
6b0f1a9b 7311msgid "Updating files"
dce37b66
JX
7312msgstr ""
7313
3d0a05b4 7314#: unpack-trees.c:349
12705546
JX
7315msgid ""
7316"the following paths have collided (e.g. case-sensitive paths\n"
7317"on a case-insensitive filesystem) and only one from the same\n"
7318"colliding group is in the working tree:\n"
7319msgstr ""
7320
dfc182b1 7321#: urlmatch.c:163
fda7b092 7322msgid "invalid URL scheme name or missing '://' suffix"
c138af56
JX
7323msgstr ""
7324
dfc182b1 7325#: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
dce37b66 7326#, c-format
fda7b092 7327msgid "invalid %XX escape sequence"
dce37b66
JX
7328msgstr ""
7329
dfc182b1 7330#: urlmatch.c:215
fda7b092 7331msgid "missing host and scheme is not 'file:'"
dce37b66
JX
7332msgstr ""
7333
dfc182b1 7334#: urlmatch.c:232
fda7b092 7335msgid "a 'file:' URL may not have a port number"
dce37b66
JX
7336msgstr ""
7337
dfc182b1 7338#: urlmatch.c:247
fda7b092 7339msgid "invalid characters in host name"
dce37b66
JX
7340msgstr ""
7341
dfc182b1 7342#: urlmatch.c:292 urlmatch.c:303
fda7b092 7343msgid "invalid port number"
dce37b66
JX
7344msgstr ""
7345
dfc182b1 7346#: urlmatch.c:371
fda7b092 7347msgid "invalid '..' path segment"
dce37b66
JX
7348msgstr ""
7349
3d0a05b4 7350#: worktree.c:258 builtin/am.c:2084
cc76011e 7351#, c-format
fda7b092 7352msgid "failed to read '%s'"
dce37b66
JX
7353msgstr ""
7354
6b0f1a9b 7355#: worktree.c:304
abc8de64
JX
7356#, c-format
7357msgid "'%s' at main working tree is not the repository directory"
7358msgstr ""
7359
6b0f1a9b 7360#: worktree.c:315
abc8de64
JX
7361#, c-format
7362msgid "'%s' file does not contain absolute path to the working tree location"
7363msgstr ""
7364
6b0f1a9b 7365#: worktree.c:327
abc8de64
JX
7366#, c-format
7367msgid "'%s' does not exist"
7368msgstr ""
7369
6b0f1a9b 7370#: worktree.c:333
abc8de64
JX
7371#, c-format
7372msgid "'%s' is not a .git file, error code %d"
7373msgstr ""
7374
6b0f1a9b 7375#: worktree.c:341
abc8de64
JX
7376#, c-format
7377msgid "'%s' does not point back to '%s'"
7378msgstr ""
7379
3d0a05b4 7380#: wrapper.c:186 wrapper.c:356
dce37b66 7381#, c-format
fda7b092 7382msgid "could not open '%s' for reading and writing"
dce37b66
JX
7383msgstr ""
7384
3d0a05b4 7385#: wrapper.c:387 wrapper.c:588
cc76011e 7386#, c-format
fda7b092 7387msgid "unable to access '%s'"
dce37b66
JX
7388msgstr ""
7389
3d0a05b4 7390#: wrapper.c:596
fda7b092 7391msgid "unable to get current working directory"
dce37b66
JX
7392msgstr ""
7393
6b0f1a9b 7394#: wt-status.c:158
fda7b092 7395msgid "Unmerged paths:"
a5a41683
JX
7396msgstr ""
7397
6b0f1a9b
JX
7398#: wt-status.c:187 wt-status.c:219
7399msgid " (use \"git restore --staged <file>...\" to unstage)"
7400msgstr ""
7401
7402#: wt-status.c:190 wt-status.c:222
9caaf23e 7403#, c-format
6b0f1a9b 7404msgid " (use \"git restore --source=%s --staged <file>...\" to unstage)"
cc76011e
JX
7405msgstr ""
7406
6b0f1a9b 7407#: wt-status.c:193 wt-status.c:225
fda7b092 7408msgid " (use \"git rm --cached <file>...\" to unstage)"
9caaf23e
JX
7409msgstr ""
7410
6b0f1a9b 7411#: wt-status.c:197
fda7b092 7412msgid " (use \"git add <file>...\" to mark resolution)"
dce37b66
JX
7413msgstr ""
7414
6b0f1a9b 7415#: wt-status.c:199 wt-status.c:203
fda7b092 7416msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"
dce37b66
JX
7417msgstr ""
7418
6b0f1a9b 7419#: wt-status.c:201
fda7b092 7420msgid " (use \"git rm <file>...\" to mark resolution)"
dce37b66
JX
7421msgstr ""
7422
6b0f1a9b 7423#: wt-status.c:211 wt-status.c:1074
fda7b092 7424msgid "Changes to be committed:"
dce37b66
JX
7425msgstr ""
7426
6b0f1a9b 7427#: wt-status.c:234 wt-status.c:1083
fda7b092 7428msgid "Changes not staged for commit:"
dce37b66
JX
7429msgstr ""
7430
6b0f1a9b 7431#: wt-status.c:238
fda7b092 7432msgid " (use \"git add <file>...\" to update what will be committed)"
dce37b66
JX
7433msgstr ""
7434
6b0f1a9b 7435#: wt-status.c:240
fda7b092 7436msgid " (use \"git add/rm <file>...\" to update what will be committed)"
dce37b66
JX
7437msgstr ""
7438
6b0f1a9b 7439#: wt-status.c:241
fda7b092 7440msgid ""
6b0f1a9b 7441" (use \"git restore <file>...\" to discard changes in working directory)"
64f23b0c
JX
7442msgstr ""
7443
6b0f1a9b 7444#: wt-status.c:243
fda7b092 7445msgid " (commit or discard the untracked or modified content in submodules)"
dce37b66
JX
7446msgstr ""
7447
6b0f1a9b 7448#: wt-status.c:254
fda7b092
JX
7449#, c-format
7450msgid " (use \"git %s <file>...\" to include in what will be committed)"
dce37b66
JX
7451msgstr ""
7452
6b0f1a9b 7453#: wt-status.c:268
fda7b092 7454msgid "both deleted:"
dce37b66
JX
7455msgstr ""
7456
6b0f1a9b 7457#: wt-status.c:270
fda7b092 7458msgid "added by us:"
dce37b66
JX
7459msgstr ""
7460
6b0f1a9b 7461#: wt-status.c:272
fda7b092 7462msgid "deleted by them:"
cc76011e
JX
7463msgstr ""
7464
6b0f1a9b 7465#: wt-status.c:274
fda7b092 7466msgid "added by them:"
cc76011e
JX
7467msgstr ""
7468
6b0f1a9b 7469#: wt-status.c:276
fda7b092 7470msgid "deleted by us:"
cc76011e
JX
7471msgstr ""
7472
6b0f1a9b 7473#: wt-status.c:278
fda7b092 7474msgid "both added:"
cc76011e
JX
7475msgstr ""
7476
6b0f1a9b 7477#: wt-status.c:280
fda7b092 7478msgid "both modified:"
cc76011e
JX
7479msgstr ""
7480
6b0f1a9b 7481#: wt-status.c:290
fda7b092 7482msgid "new file:"
cc76011e
JX
7483msgstr ""
7484
6b0f1a9b 7485#: wt-status.c:292
fda7b092 7486msgid "copied:"
cc76011e
JX
7487msgstr ""
7488
6b0f1a9b 7489#: wt-status.c:294
fda7b092 7490msgid "deleted:"
cc76011e
JX
7491msgstr ""
7492
6b0f1a9b 7493#: wt-status.c:296
fda7b092 7494msgid "modified:"
cc76011e
JX
7495msgstr ""
7496
6b0f1a9b 7497#: wt-status.c:298
fda7b092 7498msgid "renamed:"
c6bc7d43
JX
7499msgstr ""
7500
6b0f1a9b 7501#: wt-status.c:300
fda7b092 7502msgid "typechange:"
cc76011e
JX
7503msgstr ""
7504
6b0f1a9b 7505#: wt-status.c:302
fda7b092 7506msgid "unknown:"
cc76011e
JX
7507msgstr ""
7508
6b0f1a9b 7509#: wt-status.c:304
fda7b092 7510msgid "unmerged:"
cc76011e
JX
7511msgstr ""
7512
6b0f1a9b 7513#: wt-status.c:384
fda7b092 7514msgid "new commits, "
9fa976ff
JX
7515msgstr ""
7516
6b0f1a9b 7517#: wt-status.c:386
fda7b092 7518msgid "modified content, "
9fa976ff
JX
7519msgstr ""
7520
6b0f1a9b 7521#: wt-status.c:388
fda7b092 7522msgid "untracked content, "
dce37b66
JX
7523msgstr ""
7524
6b0f1a9b 7525#: wt-status.c:906
5b34e000
JX
7526#, c-format
7527msgid "Your stash currently has %d entry"
7528msgid_plural "Your stash currently has %d entries"
7529msgstr[0] ""
7530msgstr[1] ""
7531
6b0f1a9b 7532#: wt-status.c:938
fda7b092 7533msgid "Submodules changed but not updated:"
dce37b66
JX
7534msgstr ""
7535
6b0f1a9b 7536#: wt-status.c:940
fda7b092 7537msgid "Submodule changes to be committed:"
dce37b66
JX
7538msgstr ""
7539
6b0f1a9b 7540#: wt-status.c:1022
fda7b092 7541msgid ""
25eab542
JX
7542"Do not modify or remove the line above.\n"
7543"Everything below it will be ignored."
dce37b66
JX
7544msgstr ""
7545
6b0f1a9b
JX
7546#: wt-status.c:1114
7547#, c-format
7548msgid ""
7549"\n"
7550"It took %.2f seconds to compute the branch ahead/behind values.\n"
7551"You can use '--no-ahead-behind' to avoid this.\n"
7552msgstr ""
7553
7554#: wt-status.c:1144
fda7b092 7555msgid "You have unmerged paths."
9fa976ff
JX
7556msgstr ""
7557
6b0f1a9b 7558#: wt-status.c:1147
fda7b092 7559msgid " (fix conflicts and run \"git commit\")"
dce37b66
JX
7560msgstr ""
7561
6b0f1a9b 7562#: wt-status.c:1149
fda7b092 7563msgid " (use \"git merge --abort\" to abort the merge)"
dce37b66
JX
7564msgstr ""
7565
6b0f1a9b 7566#: wt-status.c:1153
fda7b092 7567msgid "All conflicts fixed but you are still merging."
dce37b66
JX
7568msgstr ""
7569
6b0f1a9b 7570#: wt-status.c:1156
fda7b092 7571msgid " (use \"git commit\" to conclude merge)"
dce37b66
JX
7572msgstr ""
7573
6b0f1a9b 7574#: wt-status.c:1165
fda7b092 7575msgid "You are in the middle of an am session."
df0617bf
JX
7576msgstr ""
7577
6b0f1a9b 7578#: wt-status.c:1168
fda7b092 7579msgid "The current patch is empty."
df0617bf
JX
7580msgstr ""
7581
6b0f1a9b 7582#: wt-status.c:1172
fda7b092 7583msgid " (fix conflicts and then run \"git am --continue\")"
df0617bf
JX
7584msgstr ""
7585
6b0f1a9b 7586#: wt-status.c:1174
fda7b092 7587msgid " (use \"git am --skip\" to skip this patch)"
df0617bf
JX
7588msgstr ""
7589
6b0f1a9b 7590#: wt-status.c:1176
fda7b092 7591msgid " (use \"git am --abort\" to restore the original branch)"
df0617bf
JX
7592msgstr ""
7593
6b0f1a9b 7594#: wt-status.c:1309
673bfad0
JX
7595msgid "git-rebase-todo is missing."
7596msgstr ""
7597
6b0f1a9b 7598#: wt-status.c:1311
fda7b092 7599msgid "No commands done."
df0617bf
JX
7600msgstr ""
7601
6b0f1a9b 7602#: wt-status.c:1314
df0617bf 7603#, c-format
fda7b092
JX
7604msgid "Last command done (%d command done):"
7605msgid_plural "Last commands done (%d commands done):"
7606msgstr[0] ""
7607msgstr[1] ""
df0617bf 7608
6b0f1a9b 7609#: wt-status.c:1325
fda7b092
JX
7610#, c-format
7611msgid " (see more in file %s)"
df0617bf
JX
7612msgstr ""
7613
6b0f1a9b 7614#: wt-status.c:1330
fda7b092 7615msgid "No commands remaining."
df0617bf
JX
7616msgstr ""
7617
6b0f1a9b 7618#: wt-status.c:1333
fda7b092
JX
7619#, c-format
7620msgid "Next command to do (%d remaining command):"
7621msgid_plural "Next commands to do (%d remaining commands):"
7622msgstr[0] ""
7623msgstr[1] ""
df0617bf 7624
6b0f1a9b 7625#: wt-status.c:1341
fda7b092 7626msgid " (use \"git rebase --edit-todo\" to view and edit)"
df0617bf
JX
7627msgstr ""
7628
6b0f1a9b 7629#: wt-status.c:1353
fda7b092
JX
7630#, c-format
7631msgid "You are currently rebasing branch '%s' on '%s'."
df0617bf
JX
7632msgstr ""
7633
6b0f1a9b 7634#: wt-status.c:1358
fda7b092 7635msgid "You are currently rebasing."
df0617bf
JX
7636msgstr ""
7637
6b0f1a9b 7638#: wt-status.c:1371
fda7b092 7639msgid " (fix conflicts and then run \"git rebase --continue\")"
df0617bf
JX
7640msgstr ""
7641
6b0f1a9b 7642#: wt-status.c:1373
fda7b092 7643msgid " (use \"git rebase --skip\" to skip this patch)"
df0617bf
JX
7644msgstr ""
7645
6b0f1a9b 7646#: wt-status.c:1375
fda7b092 7647msgid " (use \"git rebase --abort\" to check out the original branch)"
df0617bf
JX
7648msgstr ""
7649
6b0f1a9b 7650#: wt-status.c:1382
fda7b092 7651msgid " (all conflicts fixed: run \"git rebase --continue\")"
df0617bf
JX
7652msgstr ""
7653
6b0f1a9b 7654#: wt-status.c:1386
df0617bf 7655#, c-format
fda7b092
JX
7656msgid ""
7657"You are currently splitting a commit while rebasing branch '%s' on '%s'."
df0617bf
JX
7658msgstr ""
7659
6b0f1a9b 7660#: wt-status.c:1391
fda7b092 7661msgid "You are currently splitting a commit during a rebase."
df0617bf
JX
7662msgstr ""
7663
6b0f1a9b 7664#: wt-status.c:1394
fda7b092 7665msgid " (Once your working directory is clean, run \"git rebase --continue\")"
df0617bf
JX
7666msgstr ""
7667
6b0f1a9b 7668#: wt-status.c:1398
df0617bf 7669#, c-format
fda7b092 7670msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
df0617bf
JX
7671msgstr ""
7672
6b0f1a9b 7673#: wt-status.c:1403
fda7b092 7674msgid "You are currently editing a commit during a rebase."
df0617bf
JX
7675msgstr ""
7676
6b0f1a9b 7677#: wt-status.c:1406
fda7b092 7678msgid " (use \"git commit --amend\" to amend the current commit)"
df0617bf
JX
7679msgstr ""
7680
6b0f1a9b 7681#: wt-status.c:1408
df0617bf 7682msgid ""
fda7b092 7683" (use \"git rebase --continue\" once you are satisfied with your changes)"
df0617bf
JX
7684msgstr ""
7685
6b0f1a9b 7686#: wt-status.c:1419
d93ef2a1
JX
7687msgid "Cherry-pick currently in progress."
7688msgstr ""
7689
6b0f1a9b 7690#: wt-status.c:1422
fda7b092
JX
7691#, c-format
7692msgid "You are currently cherry-picking commit %s."
df0617bf
JX
7693msgstr ""
7694
6b0f1a9b 7695#: wt-status.c:1429
fda7b092 7696msgid " (fix conflicts and run \"git cherry-pick --continue\")"
df0617bf
JX
7697msgstr ""
7698
6b0f1a9b 7699#: wt-status.c:1432
d93ef2a1
JX
7700msgid " (run \"git cherry-pick --continue\" to continue)"
7701msgstr ""
7702
6b0f1a9b 7703#: wt-status.c:1435
fda7b092 7704msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"
df0617bf
JX
7705msgstr ""
7706
6b0f1a9b 7707#: wt-status.c:1437
3d0a05b4
JX
7708msgid " (use \"git cherry-pick --skip\" to skip this patch)"
7709msgstr ""
7710
7711#: wt-status.c:1439
fda7b092 7712msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
df0617bf
JX
7713msgstr ""
7714
3d0a05b4 7715#: wt-status.c:1449
d93ef2a1
JX
7716msgid "Revert currently in progress."
7717msgstr ""
7718
3d0a05b4 7719#: wt-status.c:1452
df0617bf 7720#, c-format
fda7b092 7721msgid "You are currently reverting commit %s."
df0617bf
JX
7722msgstr ""
7723
3d0a05b4 7724#: wt-status.c:1458
fda7b092 7725msgid " (fix conflicts and run \"git revert --continue\")"
df0617bf
JX
7726msgstr ""
7727
3d0a05b4 7728#: wt-status.c:1461
d93ef2a1
JX
7729msgid " (run \"git revert --continue\" to continue)"
7730msgstr ""
7731
3d0a05b4 7732#: wt-status.c:1464
fda7b092 7733msgid " (all conflicts fixed: run \"git revert --continue\")"
df0617bf
JX
7734msgstr ""
7735
3d0a05b4
JX
7736#: wt-status.c:1466
7737msgid " (use \"git revert --skip\" to skip this patch)"
7738msgstr ""
7739
7740#: wt-status.c:1468
fda7b092 7741msgid " (use \"git revert --abort\" to cancel the revert operation)"
df0617bf
JX
7742msgstr ""
7743
3d0a05b4 7744#: wt-status.c:1478
df0617bf 7745#, c-format
fda7b092 7746msgid "You are currently bisecting, started from branch '%s'."
df0617bf
JX
7747msgstr ""
7748
3d0a05b4 7749#: wt-status.c:1482
fda7b092 7750msgid "You are currently bisecting."
df0617bf
JX
7751msgstr ""
7752
3d0a05b4 7753#: wt-status.c:1485
fda7b092 7754msgid " (use \"git bisect reset\" to get back to the original branch)"
df0617bf
JX
7755msgstr ""
7756
3d0a05b4 7757#: wt-status.c:1694
fda7b092 7758msgid "On branch "
df0617bf
JX
7759msgstr ""
7760
3d0a05b4 7761#: wt-status.c:1701
fda7b092 7762msgid "interactive rebase in progress; onto "
df0617bf
JX
7763msgstr ""
7764
3d0a05b4 7765#: wt-status.c:1703
fda7b092 7766msgid "rebase in progress; onto "
df0617bf
JX
7767msgstr ""
7768
3d0a05b4 7769#: wt-status.c:1713
fda7b092 7770msgid "Not currently on any branch."
df0617bf
JX
7771msgstr ""
7772
3d0a05b4 7773#: wt-status.c:1730
fda7b092 7774msgid "Initial commit"
df0617bf
JX
7775msgstr ""
7776
3d0a05b4 7777#: wt-status.c:1731
5b34e000
JX
7778msgid "No commits yet"
7779msgstr ""
7780
3d0a05b4 7781#: wt-status.c:1745
fda7b092 7782msgid "Untracked files"
df0617bf
JX
7783msgstr ""
7784
3d0a05b4 7785#: wt-status.c:1747
fda7b092 7786msgid "Ignored files"
df0617bf
JX
7787msgstr ""
7788
3d0a05b4 7789#: wt-status.c:1751
fda7b092
JX
7790#, c-format
7791msgid ""
7792"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
7793"may speed it up, but you have to be careful not to forget to add\n"
7794"new files yourself (see 'git help status')."
df0617bf
JX
7795msgstr ""
7796
3d0a05b4 7797#: wt-status.c:1757
fda7b092
JX
7798#, c-format
7799msgid "Untracked files not listed%s"
df0617bf
JX
7800msgstr ""
7801
3d0a05b4 7802#: wt-status.c:1759
fda7b092 7803msgid " (use -u option to show untracked files)"
df0617bf
JX
7804msgstr ""
7805
3d0a05b4 7806#: wt-status.c:1765
fda7b092 7807msgid "No changes"
df0617bf
JX
7808msgstr ""
7809
3d0a05b4 7810#: wt-status.c:1770
fda7b092
JX
7811#, c-format
7812msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
df0617bf
JX
7813msgstr ""
7814
3d0a05b4 7815#: wt-status.c:1773
fda7b092
JX
7816#, c-format
7817msgid "no changes added to commit\n"
df0617bf
JX
7818msgstr ""
7819
3d0a05b4 7820#: wt-status.c:1776
fda7b092
JX
7821#, c-format
7822msgid ""
7823"nothing added to commit but untracked files present (use \"git add\" to "
7824"track)\n"
df0617bf
JX
7825msgstr ""
7826
3d0a05b4 7827#: wt-status.c:1779
fda7b092
JX
7828#, c-format
7829msgid "nothing added to commit but untracked files present\n"
df0617bf
JX
7830msgstr ""
7831
3d0a05b4 7832#: wt-status.c:1782
fda7b092
JX
7833#, c-format
7834msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
df0617bf
JX
7835msgstr ""
7836
3d0a05b4 7837#: wt-status.c:1785 wt-status.c:1790
fda7b092
JX
7838#, c-format
7839msgid "nothing to commit\n"
df0617bf
JX
7840msgstr ""
7841
3d0a05b4 7842#: wt-status.c:1788
fda7b092
JX
7843#, c-format
7844msgid "nothing to commit (use -u to show untracked files)\n"
df0617bf
JX
7845msgstr ""
7846
3d0a05b4 7847#: wt-status.c:1792
fda7b092
JX
7848#, c-format
7849msgid "nothing to commit, working tree clean\n"
df0617bf
JX
7850msgstr ""
7851
3d0a05b4 7852#: wt-status.c:1905
5b34e000 7853msgid "No commits yet on "
df0617bf
JX
7854msgstr ""
7855
3d0a05b4 7856#: wt-status.c:1909
fda7b092 7857msgid "HEAD (no branch)"
df0617bf
JX
7858msgstr ""
7859
3d0a05b4 7860#: wt-status.c:1940
abc8de64
JX
7861msgid "different"
7862msgstr ""
7863
3d0a05b4 7864#: wt-status.c:1942 wt-status.c:1950
fda7b092 7865msgid "behind "
df0617bf
JX
7866msgstr ""
7867
3d0a05b4 7868#: wt-status.c:1945 wt-status.c:1948
fda7b092 7869msgid "ahead "
df0617bf
JX
7870msgstr ""
7871
fda7b092 7872#. TRANSLATORS: the action is e.g. "pull with rebase"
3d0a05b4 7873#: wt-status.c:2470
fda7b092
JX
7874#, c-format
7875msgid "cannot %s: You have unstaged changes."
df0617bf
JX
7876msgstr ""
7877
3d0a05b4 7878#: wt-status.c:2476
fda7b092 7879msgid "additionally, your index contains uncommitted changes."
df0617bf
JX
7880msgstr ""
7881
3d0a05b4 7882#: wt-status.c:2478
fda7b092
JX
7883#, c-format
7884msgid "cannot %s: Your index contains uncommitted changes."
df0617bf
JX
7885msgstr ""
7886
3d0a05b4
JX
7887#: compat/precompose_utf8.c:58 builtin/clone.c:452
7888#, c-format
7889msgid "failed to unlink '%s'"
7890msgstr ""
7891
94328cef 7892#: builtin/add.c:25
fda7b092 7893msgid "git add [<options>] [--] <pathspec>..."
df0617bf
JX
7894msgstr ""
7895
94328cef 7896#: builtin/add.c:84
fda7b092
JX
7897#, c-format
7898msgid "unexpected diff status %c"
df0617bf
JX
7899msgstr ""
7900
6b0f1a9b 7901#: builtin/add.c:89 builtin/commit.c:288
fda7b092 7902msgid "updating files failed"
df0617bf
JX
7903msgstr ""
7904
94328cef 7905#: builtin/add.c:99
fda7b092
JX
7906#, c-format
7907msgid "remove '%s'\n"
df0617bf
JX
7908msgstr ""
7909
94328cef 7910#: builtin/add.c:174
fda7b092 7911msgid "Unstaged changes after refreshing the index:"
df0617bf
JX
7912msgstr ""
7913
3d0a05b4 7914#: builtin/add.c:234 builtin/rev-parse.c:897
fda7b092 7915msgid "Could not read the index"
df0617bf
JX
7916msgstr ""
7917
94328cef 7918#: builtin/add.c:245
fda7b092
JX
7919#, c-format
7920msgid "Could not open '%s' for writing."
df0617bf
JX
7921msgstr ""
7922
94328cef 7923#: builtin/add.c:249
fda7b092 7924msgid "Could not write patch"
df0617bf
JX
7925msgstr ""
7926
94328cef 7927#: builtin/add.c:252
fda7b092 7928msgid "editing patch failed"
df0617bf
JX
7929msgstr ""
7930
94328cef 7931#: builtin/add.c:255
fda7b092
JX
7932#, c-format
7933msgid "Could not stat '%s'"
df0617bf
JX
7934msgstr ""
7935
94328cef 7936#: builtin/add.c:257
fda7b092 7937msgid "Empty patch. Aborted."
df0617bf
JX
7938msgstr ""
7939
94328cef 7940#: builtin/add.c:262
df0617bf 7941#, c-format
fda7b092 7942msgid "Could not apply '%s'"
df0617bf
JX
7943msgstr ""
7944
94328cef 7945#: builtin/add.c:270
fda7b092 7946msgid "The following paths are ignored by one of your .gitignore files:\n"
df0617bf
JX
7947msgstr ""
7948
3d0a05b4
JX
7949#: builtin/add.c:290 builtin/clean.c:910 builtin/fetch.c:162 builtin/mv.c:124
7950#: builtin/prune-packed.c:56 builtin/pull.c:223 builtin/push.c:547
94328cef 7951#: builtin/remote.c:1345 builtin/rm.c:241 builtin/send-pack.c:165
fda7b092 7952msgid "dry run"
df0617bf
JX
7953msgstr ""
7954
94328cef 7955#: builtin/add.c:293
fda7b092 7956msgid "interactive picking"
6f6731e7
JX
7957msgstr ""
7958
6b0f1a9b 7959#: builtin/add.c:294 builtin/checkout.c:1480 builtin/reset.c:306
fda7b092 7960msgid "select hunks interactively"
dce37b66
JX
7961msgstr ""
7962
94328cef 7963#: builtin/add.c:295
fda7b092 7964msgid "edit current diff and apply"
dce37b66
JX
7965msgstr ""
7966
94328cef 7967#: builtin/add.c:296
fda7b092 7968msgid "allow adding otherwise ignored files"
dce37b66
JX
7969msgstr ""
7970
94328cef 7971#: builtin/add.c:297
fda7b092 7972msgid "update tracked files"
dce37b66
JX
7973msgstr ""
7974
94328cef 7975#: builtin/add.c:298
18a90722
JX
7976msgid "renormalize EOL of tracked files (implies -u)"
7977msgstr ""
7978
94328cef 7979#: builtin/add.c:299
fda7b092 7980msgid "record only the fact that the path will be added later"
dce37b66
JX
7981msgstr ""
7982
94328cef 7983#: builtin/add.c:300
fda7b092 7984msgid "add changes from all tracked and untracked files"
dce37b66
JX
7985msgstr ""
7986
94328cef 7987#: builtin/add.c:303
fda7b092 7988msgid "ignore paths removed in the working tree (same as --no-all)"
93329721
JX
7989msgstr ""
7990
94328cef 7991#: builtin/add.c:305
fda7b092 7992msgid "don't add, only refresh the index"
dce37b66
JX
7993msgstr ""
7994
94328cef 7995#: builtin/add.c:306
fda7b092 7996msgid "just skip files which cannot be added because of errors"
dce37b66
JX
7997msgstr ""
7998
94328cef 7999#: builtin/add.c:307
fda7b092 8000msgid "check if - even missing - files are ignored in dry run"
dce37b66
JX
8001msgstr ""
8002
3d0a05b4 8003#: builtin/add.c:309 builtin/update-index.c:1002
fda7b092
JX
8004msgid "override the executable bit of the listed files"
8005msgstr ""
dce37b66 8006
94328cef 8007#: builtin/add.c:311
5b34e000
JX
8008msgid "warn when adding an embedded repository"
8009msgstr ""
8010
94328cef 8011#: builtin/add.c:326
5b34e000
JX
8012#, c-format
8013msgid ""
8014"You've added another git repository inside your current repository.\n"
8015"Clones of the outer repository will not contain the contents of\n"
8016"the embedded repository and will not know how to obtain it.\n"
8017"If you meant to add a submodule, use:\n"
8018"\n"
8019"\tgit submodule add <url> %s\n"
8020"\n"
8021"If you added this path by mistake, you can remove it from the\n"
8022"index with:\n"
8023"\n"
8024"\tgit rm --cached %s\n"
8025"\n"
8026"See \"git help submodule\" for more information."
8027msgstr ""
8028
94328cef 8029#: builtin/add.c:354
5b34e000
JX
8030#, c-format
8031msgid "adding embedded git repository: %s"
8032msgstr ""
8033
94328cef 8034#: builtin/add.c:372
fda7b092
JX
8035#, c-format
8036msgid "Use -f if you really want to add them.\n"
dce37b66
JX
8037msgstr ""
8038
d93ef2a1 8039#: builtin/add.c:379
fda7b092 8040msgid "adding files failed"
dce37b66
JX
8041msgstr ""
8042
d93ef2a1 8043#: builtin/add.c:419
fda7b092 8044msgid "-A and -u are mutually incompatible"
dce37b66
JX
8045msgstr ""
8046
d93ef2a1 8047#: builtin/add.c:426
fda7b092 8048msgid "Option --ignore-missing can only be used together with --dry-run"
dce37b66
JX
8049msgstr ""
8050
d93ef2a1 8051#: builtin/add.c:430
dce37b66 8052#, c-format
fda7b092 8053msgid "--chmod param '%s' must be either -x or +x"
dce37b66
JX
8054msgstr ""
8055
d93ef2a1 8056#: builtin/add.c:445
dce37b66 8057#, c-format
fda7b092 8058msgid "Nothing specified, nothing added.\n"
dce37b66
JX
8059msgstr ""
8060
d93ef2a1 8061#: builtin/add.c:446
dce37b66 8062#, c-format
fda7b092 8063msgid "Maybe you wanted to say 'git add .'?\n"
dce37b66
JX
8064msgstr ""
8065
3d0a05b4 8066#: builtin/am.c:347
fda7b092 8067msgid "could not parse author script"
dce37b66
JX
8068msgstr ""
8069
3d0a05b4 8070#: builtin/am.c:431
dce37b66 8071#, c-format
fda7b092 8072msgid "'%s' was deleted by the applypatch-msg hook"
dce37b66
JX
8073msgstr ""
8074
3d0a05b4 8075#: builtin/am.c:473
dce37b66 8076#, c-format
fda7b092 8077msgid "Malformed input line: '%s'."
dce37b66
JX
8078msgstr ""
8079
3d0a05b4 8080#: builtin/am.c:511
822e4a65 8081#, c-format
fda7b092 8082msgid "Failed to copy notes from '%s' to '%s'"
dce37b66
JX
8083msgstr ""
8084
3d0a05b4 8085#: builtin/am.c:537
fda7b092
JX
8086msgid "fseek failed"
8087msgstr ""
dce37b66 8088
3d0a05b4 8089#: builtin/am.c:725
822e4a65 8090#, c-format
fda7b092 8091msgid "could not parse patch '%s'"
dce37b66
JX
8092msgstr ""
8093
3d0a05b4 8094#: builtin/am.c:790
fda7b092 8095msgid "Only one StGIT patch series can be applied at once"
dce37b66
JX
8096msgstr ""
8097
3d0a05b4 8098#: builtin/am.c:838
fda7b092 8099msgid "invalid timestamp"
dce37b66
JX
8100msgstr ""
8101
3d0a05b4 8102#: builtin/am.c:843 builtin/am.c:855
fda7b092 8103msgid "invalid Date line"
dce37b66
JX
8104msgstr ""
8105
3d0a05b4 8106#: builtin/am.c:850
fda7b092 8107msgid "invalid timezone offset"
dce37b66
JX
8108msgstr ""
8109
3d0a05b4 8110#: builtin/am.c:943
fda7b092 8111msgid "Patch format detection failed."
dce37b66
JX
8112msgstr ""
8113
3d0a05b4 8114#: builtin/am.c:948 builtin/clone.c:406
dce37b66 8115#, c-format
fda7b092 8116msgid "failed to create directory '%s'"
dce37b66
JX
8117msgstr ""
8118
3d0a05b4 8119#: builtin/am.c:953
fda7b092 8120msgid "Failed to split patches."
c2ea1208
JX
8121msgstr ""
8122
3d0a05b4 8123#: builtin/am.c:1084
822e4a65 8124#, c-format
fda7b092 8125msgid "When you have resolved this problem, run \"%s --continue\"."
dce37b66
JX
8126msgstr ""
8127
3d0a05b4 8128#: builtin/am.c:1085
dce37b66 8129#, c-format
fda7b092 8130msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
dce37b66
JX
8131msgstr ""
8132
3d0a05b4 8133#: builtin/am.c:1086
822e4a65 8134#, c-format
fda7b092 8135msgid "To restore the original branch and stop patching, run \"%s --abort\"."
dce37b66
JX
8136msgstr ""
8137
3d0a05b4 8138#: builtin/am.c:1169
12705546
JX
8139msgid "Patch sent with format=flowed; space at the end of lines might be lost."
8140msgstr ""
8141
3d0a05b4 8142#: builtin/am.c:1197
5b34e000 8143msgid "Patch is empty."
dce37b66
JX
8144msgstr ""
8145
3d0a05b4 8146#: builtin/am.c:1262
dce37b66 8147#, c-format
3d0a05b4 8148msgid "missing author line in commit %s"
dce37b66
JX
8149msgstr ""
8150
3d0a05b4 8151#: builtin/am.c:1265
dce37b66 8152#, c-format
3d0a05b4 8153msgid "invalid ident line: %.*s"
dce37b66
JX
8154msgstr ""
8155
3d0a05b4 8156#: builtin/am.c:1484
fda7b092 8157msgid "Repository lacks necessary blobs to fall back on 3-way merge."
c2ea1208
JX
8158msgstr ""
8159
3d0a05b4 8160#: builtin/am.c:1486
fda7b092 8161msgid "Using index info to reconstruct a base tree..."
dce37b66
JX
8162msgstr ""
8163
3d0a05b4 8164#: builtin/am.c:1505
fda7b092
JX
8165msgid ""
8166"Did you hand edit your patch?\n"
8167"It does not apply to blobs recorded in its index."
0bbe5b48
JX
8168msgstr ""
8169
3d0a05b4 8170#: builtin/am.c:1511
fda7b092 8171msgid "Falling back to patching base and 3-way merge..."
dce37b66
JX
8172msgstr ""
8173
3d0a05b4 8174#: builtin/am.c:1537
fda7b092 8175msgid "Failed to merge in the changes."
75f7b4b9
JX
8176msgstr ""
8177
3d0a05b4 8178#: builtin/am.c:1569
fda7b092 8179msgid "applying to an empty history"
dce37b66
JX
8180msgstr ""
8181
3d0a05b4 8182#: builtin/am.c:1616 builtin/am.c:1620
dce37b66 8183#, c-format
fda7b092 8184msgid "cannot resume: %s does not exist."
dce37b66
JX
8185msgstr ""
8186
3d0a05b4 8187#: builtin/am.c:1638
fda7b092 8188msgid "Commit Body is:"
dce37b66
JX
8189msgstr ""
8190
fda7b092
JX
8191#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
8192#. in your translation. The program will only accept English
8193#. input at this point.
8194#.
3d0a05b4 8195#: builtin/am.c:1648
6b0f1a9b 8196#, c-format
fda7b092 8197msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
dce37b66
JX
8198msgstr ""
8199
3d0a05b4
JX
8200#: builtin/am.c:1695 builtin/commit.c:374
8201msgid "unable to write index file"
8202msgstr ""
8203
8204#: builtin/am.c:1699
822e4a65 8205#, c-format
fda7b092 8206msgid "Dirty index: cannot apply patches (dirty: %s)"
dce37b66
JX
8207msgstr ""
8208
3d0a05b4 8209#: builtin/am.c:1739 builtin/am.c:1807
822e4a65 8210#, c-format
fda7b092 8211msgid "Applying: %.*s"
dce37b66
JX
8212msgstr ""
8213
3d0a05b4 8214#: builtin/am.c:1756
fda7b092 8215msgid "No changes -- Patch already applied."
dce37b66
JX
8216msgstr ""
8217
3d0a05b4 8218#: builtin/am.c:1762
822e4a65 8219#, c-format
fda7b092 8220msgid "Patch failed at %s %.*s"
dce37b66
JX
8221msgstr ""
8222
3d0a05b4 8223#: builtin/am.c:1766
abc8de64 8224msgid "Use 'git am --show-current-patch' to see the failed patch"
dce37b66
JX
8225msgstr ""
8226
3d0a05b4 8227#: builtin/am.c:1810
fda7b092
JX
8228msgid ""
8229"No changes - did you forget to use 'git add'?\n"
8230"If there is nothing left to stage, chances are that something else\n"
8231"already introduced the same changes; you might want to skip this patch."
dce37b66
JX
8232msgstr ""
8233
3d0a05b4 8234#: builtin/am.c:1817
fda7b092
JX
8235msgid ""
8236"You still have unmerged paths in your index.\n"
5b34e000
JX
8237"You should 'git add' each file with resolved conflicts to mark them as "
8238"such.\n"
8239"You might run `git rm` on a file to accept \"deleted by them\" for it."
fda7b092 8240msgstr ""
dce37b66 8241
3d0a05b4 8242#: builtin/am.c:1924 builtin/am.c:1928 builtin/am.c:1940 builtin/reset.c:329
94328cef 8243#: builtin/reset.c:337
dce37b66 8244#, c-format
fda7b092 8245msgid "Could not parse object '%s'."
dce37b66
JX
8246msgstr ""
8247
3d0a05b4 8248#: builtin/am.c:1976
fda7b092 8249msgid "failed to clean index"
f517e50d
JX
8250msgstr ""
8251
3d0a05b4 8252#: builtin/am.c:2020
fda7b092
JX
8253msgid ""
8254"You seem to have moved HEAD since the last 'am' failure.\n"
8255"Not rewinding to ORIG_HEAD"
dce37b66
JX
8256msgstr ""
8257
3d0a05b4 8258#: builtin/am.c:2117
dce37b66 8259#, c-format
fda7b092 8260msgid "Invalid value for --patch-format: %s"
dce37b66
JX
8261msgstr ""
8262
3d0a05b4 8263#: builtin/am.c:2153
fda7b092 8264msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
f517e50d
JX
8265msgstr ""
8266
3d0a05b4 8267#: builtin/am.c:2154
fda7b092 8268msgid "git am [<options>] (--continue | --skip | --abort)"
dce37b66
JX
8269msgstr ""
8270
3d0a05b4 8271#: builtin/am.c:2160
fda7b092 8272msgid "run interactively"
dce37b66
JX
8273msgstr ""
8274
3d0a05b4 8275#: builtin/am.c:2162
fda7b092 8276msgid "historical option -- no-op"
9fa976ff
JX
8277msgstr ""
8278
3d0a05b4 8279#: builtin/am.c:2164
fda7b092 8280msgid "allow fall back on 3way merging if needed"
9fa976ff
JX
8281msgstr ""
8282
3d0a05b4
JX
8283#: builtin/am.c:2165 builtin/init-db.c:494 builtin/prune-packed.c:58
8284#: builtin/repack.c:297 builtin/stash.c:812
fda7b092 8285msgid "be quiet"
9fa976ff
JX
8286msgstr ""
8287
3d0a05b4 8288#: builtin/am.c:2167
fda7b092 8289msgid "add a Signed-off-by line to the commit message"
9fa976ff
JX
8290msgstr ""
8291
3d0a05b4 8292#: builtin/am.c:2170
fda7b092
JX
8293msgid "recode into utf8 (default)"
8294msgstr ""
9fa976ff 8295
3d0a05b4 8296#: builtin/am.c:2172
fda7b092
JX
8297msgid "pass -k flag to git-mailinfo"
8298msgstr ""
9fa976ff 8299
3d0a05b4 8300#: builtin/am.c:2174
fda7b092 8301msgid "pass -b flag to git-mailinfo"
6f6731e7
JX
8302msgstr ""
8303
3d0a05b4 8304#: builtin/am.c:2176
fda7b092 8305msgid "pass -m flag to git-mailinfo"
6f6731e7
JX
8306msgstr ""
8307
3d0a05b4 8308#: builtin/am.c:2178
fda7b092 8309msgid "pass --keep-cr flag to git-mailsplit for mbox format"
6f6731e7
JX
8310msgstr ""
8311
3d0a05b4 8312#: builtin/am.c:2181
fda7b092 8313msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
6f6731e7
JX
8314msgstr ""
8315
3d0a05b4 8316#: builtin/am.c:2184
fda7b092 8317msgid "strip everything before a scissors line"
6f6731e7
JX
8318msgstr ""
8319
3d0a05b4
JX
8320#: builtin/am.c:2186 builtin/am.c:2189 builtin/am.c:2192 builtin/am.c:2195
8321#: builtin/am.c:2198 builtin/am.c:2201 builtin/am.c:2204 builtin/am.c:2207
8322#: builtin/am.c:2213
fda7b092 8323msgid "pass it through git-apply"
6f6731e7
JX
8324msgstr ""
8325
3d0a05b4
JX
8326#: builtin/am.c:2203 builtin/commit.c:1368 builtin/fmt-merge-msg.c:671
8327#: builtin/fmt-merge-msg.c:674 builtin/grep.c:883 builtin/merge.c:249
8328#: builtin/pull.c:160 builtin/pull.c:219 builtin/rebase.c:1442
8329#: builtin/repack.c:308 builtin/repack.c:312 builtin/repack.c:314
6b0f1a9b 8330#: builtin/show-branch.c:650 builtin/show-ref.c:172 builtin/tag.c:403
3d0a05b4 8331#: parse-options.h:150 parse-options.h:171 parse-options.h:312
fda7b092 8332msgid "n"
6f6731e7
JX
8333msgstr ""
8334
3d0a05b4
JX
8335#: builtin/am.c:2209 builtin/branch.c:661 builtin/for-each-ref.c:38
8336#: builtin/replace.c:555 builtin/tag.c:437 builtin/verify-tag.c:38
fda7b092 8337msgid "format"
6f6731e7
JX
8338msgstr ""
8339
3d0a05b4 8340#: builtin/am.c:2210
fda7b092 8341msgid "format the patch(es) are in"
6f6731e7
JX
8342msgstr ""
8343
3d0a05b4 8344#: builtin/am.c:2216
fda7b092 8345msgid "override error message when patch failure occurs"
6f6731e7
JX
8346msgstr ""
8347
3d0a05b4 8348#: builtin/am.c:2218
fda7b092 8349msgid "continue applying patches after resolving a conflict"
c2ea1208
JX
8350msgstr ""
8351
3d0a05b4 8352#: builtin/am.c:2221
fda7b092 8353msgid "synonyms for --continue"
6f6731e7
JX
8354msgstr ""
8355
3d0a05b4 8356#: builtin/am.c:2224
fda7b092 8357msgid "skip the current patch"
0bbe5b48
JX
8358msgstr ""
8359
3d0a05b4 8360#: builtin/am.c:2227
fda7b092 8361msgid "restore the original branch and abort the patching operation."
6f6731e7
JX
8362msgstr ""
8363
3d0a05b4 8364#: builtin/am.c:2230
abc8de64
JX
8365msgid "abort the patching operation but keep HEAD where it is."
8366msgstr ""
8367
3d0a05b4 8368#: builtin/am.c:2233
abc8de64
JX
8369msgid "show the patch being applied."
8370msgstr ""
8371
3d0a05b4 8372#: builtin/am.c:2237
fda7b092 8373msgid "lie about committer date"
6f6731e7
JX
8374msgstr ""
8375
3d0a05b4 8376#: builtin/am.c:2239
fda7b092 8377msgid "use current timestamp for author date"
6f6731e7
JX
8378msgstr ""
8379
3d0a05b4
JX
8380#: builtin/am.c:2241 builtin/commit-tree.c:120 builtin/commit.c:1511
8381#: builtin/merge.c:286 builtin/pull.c:194 builtin/rebase.c:490
8382#: builtin/rebase.c:1483 builtin/revert.c:117 builtin/tag.c:418
fda7b092 8383msgid "key-id"
6f6731e7
JX
8384msgstr ""
8385
3d0a05b4 8386#: builtin/am.c:2242 builtin/rebase.c:491 builtin/rebase.c:1484
fda7b092 8387msgid "GPG-sign commits"
6f6731e7
JX
8388msgstr ""
8389
3d0a05b4 8390#: builtin/am.c:2245
fda7b092 8391msgid "(internal use for git-rebase)"
6f6731e7
JX
8392msgstr ""
8393
3d0a05b4 8394#: builtin/am.c:2263
fda7b092
JX
8395msgid ""
8396"The -b/--binary option has been a no-op for long time, and\n"
8397"it will be removed. Please do not use it anymore."
6f6731e7
JX
8398msgstr ""
8399
3d0a05b4 8400#: builtin/am.c:2270
fda7b092 8401msgid "failed to read the index"
6f6731e7
JX
8402msgstr ""
8403
3d0a05b4 8404#: builtin/am.c:2285
fda7b092
JX
8405#, c-format
8406msgid "previous rebase directory %s still exists but mbox given."
6f6731e7
JX
8407msgstr ""
8408
3d0a05b4 8409#: builtin/am.c:2309
fda7b092
JX
8410#, c-format
8411msgid ""
8412"Stray %s directory found.\n"
8413"Use \"git am --abort\" to remove it."
6f6731e7
JX
8414msgstr ""
8415
3d0a05b4 8416#: builtin/am.c:2315
fda7b092 8417msgid "Resolve operation not in progress, we are not resuming."
6f6731e7
JX
8418msgstr ""
8419
3d0a05b4 8420#: builtin/am.c:2325
6b0f1a9b
JX
8421msgid "interactive mode requires patches on the command line"
8422msgstr ""
8423
fda7b092
JX
8424#: builtin/apply.c:8
8425msgid "git apply [<options>] [<patch>...]"
6f6731e7
JX
8426msgstr ""
8427
822e4a65
JX
8428#: builtin/archive.c:17
8429#, c-format
8430msgid "could not create archive file '%s'"
dce37b66
JX
8431msgstr ""
8432
822e4a65
JX
8433#: builtin/archive.c:20
8434msgid "could not redirect output"
dce37b66
JX
8435msgstr ""
8436
822e4a65
JX
8437#: builtin/archive.c:37
8438msgid "git archive: Remote with no URL"
dce37b66
JX
8439msgstr ""
8440
94328cef 8441#: builtin/archive.c:61
abc8de64 8442msgid "git archive: expected ACK/NAK, got a flush packet"
dce37b66
JX
8443msgstr ""
8444
94328cef 8445#: builtin/archive.c:64
822e4a65
JX
8446#, c-format
8447msgid "git archive: NACK %s"
dce37b66
JX
8448msgstr ""
8449
94328cef 8450#: builtin/archive.c:65
822e4a65 8451msgid "git archive: protocol error"
dce37b66
JX
8452msgstr ""
8453
94328cef 8454#: builtin/archive.c:69
822e4a65 8455msgid "git archive: expected a flush"
dce37b66
JX
8456msgstr ""
8457
94328cef 8458#: builtin/bisect--helper.c:22
cc76011e
JX
8459msgid "git bisect--helper --next-all [--no-checkout]"
8460msgstr ""
8461
94328cef 8462#: builtin/bisect--helper.c:23
18a90722
JX
8463msgid "git bisect--helper --write-terms <bad_term> <good_term>"
8464msgstr ""
8465
94328cef 8466#: builtin/bisect--helper.c:24
18a90722
JX
8467msgid "git bisect--helper --bisect-clean-state"
8468msgstr ""
8469
94328cef
JX
8470#: builtin/bisect--helper.c:25
8471msgid "git bisect--helper --bisect-reset [<commit>]"
8472msgstr ""
8473
8474#: builtin/bisect--helper.c:26
8475msgid ""
8476"git bisect--helper --bisect-write [--no-log] <state> <revision> <good_term> "
8477"<bad_term>"
8478msgstr ""
8479
8480#: builtin/bisect--helper.c:27
8481msgid ""
8482"git bisect--helper --bisect-check-and-set-terms <command> <good_term> "
8483"<bad_term>"
8484msgstr ""
8485
8486#: builtin/bisect--helper.c:28
8487msgid "git bisect--helper --bisect-next-check <good_term> <bad_term> [<term>]"
8488msgstr ""
8489
8490#: builtin/bisect--helper.c:29
8491msgid ""
8492"git bisect--helper --bisect-terms [--term-good | --term-old | --term-bad | --"
8493"term-new]"
8494msgstr ""
8495
8496#: builtin/bisect--helper.c:30
8497msgid ""
8498"git bisect--helper --bisect-start [--term-{old,good}=<term> --term-{new,bad}"
8499"=<term>][--no-checkout] [<bad> [<good>...]] [--] [<paths>...]"
8500msgstr ""
8501
8502#: builtin/bisect--helper.c:86
18a90722
JX
8503#, c-format
8504msgid "'%s' is not a valid term"
8505msgstr ""
8506
94328cef 8507#: builtin/bisect--helper.c:90
18a90722
JX
8508#, c-format
8509msgid "can't use the builtin command '%s' as a term"
8510msgstr ""
8511
94328cef 8512#: builtin/bisect--helper.c:100
18a90722
JX
8513#, c-format
8514msgid "can't change the meaning of the term '%s'"
8515msgstr ""
8516
94328cef 8517#: builtin/bisect--helper.c:111
18a90722
JX
8518msgid "please use two different terms"
8519msgstr ""
8520
94328cef 8521#: builtin/bisect--helper.c:118
18a90722
JX
8522msgid "could not open the file BISECT_TERMS"
8523msgstr ""
8524
94328cef
JX
8525#: builtin/bisect--helper.c:155
8526#, c-format
8527msgid "We are not bisecting.\n"
cc76011e
JX
8528msgstr ""
8529
94328cef
JX
8530#: builtin/bisect--helper.c:163
8531#, c-format
8532msgid "'%s' is not a valid commit"
18a90722
JX
8533msgstr ""
8534
94328cef
JX
8535#: builtin/bisect--helper.c:174
8536#, c-format
7f95bc7a
JX
8537msgid ""
8538"could not check out original HEAD '%s'. Try 'git bisect reset <commit>'."
18a90722
JX
8539msgstr ""
8540
94328cef
JX
8541#: builtin/bisect--helper.c:215
8542#, c-format
8543msgid "Bad bisect_write argument: %s"
18a90722
JX
8544msgstr ""
8545
94328cef
JX
8546#: builtin/bisect--helper.c:220
8547#, c-format
8548msgid "couldn't get the oid of the rev '%s'"
cc76011e
JX
8549msgstr ""
8550
94328cef
JX
8551#: builtin/bisect--helper.c:232
8552#, c-format
8553msgid "couldn't open the file '%s'"
18a90722
JX
8554msgstr ""
8555
94328cef
JX
8556#: builtin/bisect--helper.c:258
8557#, c-format
8558msgid "Invalid command: you're currently in a %s/%s bisect"
18a90722
JX
8559msgstr ""
8560
94328cef
JX
8561#: builtin/bisect--helper.c:285
8562#, c-format
8563msgid ""
8564"You need to give me at least one %s and %s revision.\n"
8565"You can use \"git bisect %s\" and \"git bisect %s\" for that."
cc76011e
JX
8566msgstr ""
8567
94328cef
JX
8568#: builtin/bisect--helper.c:289
8569#, c-format
8570msgid ""
8571"You need to start by \"git bisect start\".\n"
8572"You then need to give me at least one %s and %s revision.\n"
8573"You can use \"git bisect %s\" and \"git bisect %s\" for that."
cc76011e
JX
8574msgstr ""
8575
94328cef 8576#: builtin/bisect--helper.c:321
9b7388a8 8577#, c-format
94328cef 8578msgid "bisecting only with a %s commit"
9b7388a8
JX
8579msgstr ""
8580
94328cef
JX
8581#. TRANSLATORS: Make sure to include [Y] and [n] in your
8582#. translation. The program will only accept English input
8583#. at this point.
8584#.
8585#: builtin/bisect--helper.c:329
8586msgid "Are you sure [Y/n]? "
9b7388a8
JX
8587msgstr ""
8588
94328cef
JX
8589#: builtin/bisect--helper.c:376
8590msgid "no terms defined"
8591msgstr ""
8592
8593#: builtin/bisect--helper.c:379
9b7388a8 8594#, c-format
94328cef
JX
8595msgid ""
8596"Your current terms are %s for the old state\n"
8597"and %s for the new state.\n"
9b7388a8
JX
8598msgstr ""
8599
94328cef
JX
8600#: builtin/bisect--helper.c:389
8601#, c-format
8602msgid ""
8603"invalid argument %s for 'git bisect terms'.\n"
8604"Supported options are: --term-good|--term-old and --term-bad|--term-new."
9b7388a8
JX
8605msgstr ""
8606
94328cef
JX
8607#: builtin/bisect--helper.c:475
8608#, c-format
8609msgid "unrecognized option: '%s'"
cc76011e
JX
8610msgstr ""
8611
94328cef
JX
8612#: builtin/bisect--helper.c:479
8613#, c-format
8614msgid "'%s' does not appear to be a valid revision"
cc76011e
JX
8615msgstr ""
8616
94328cef
JX
8617#: builtin/bisect--helper.c:511
8618msgid "bad HEAD - I need a HEAD"
cc76011e
JX
8619msgstr ""
8620
94328cef
JX
8621#: builtin/bisect--helper.c:526
8622#, c-format
8623msgid "checking out '%s' failed. Try 'git bisect start <valid-branch>'."
cc76011e
JX
8624msgstr ""
8625
94328cef
JX
8626#: builtin/bisect--helper.c:547
8627msgid "won't bisect on cg-seek'ed tree"
8628msgstr ""
8629
8630#: builtin/bisect--helper.c:550
8631msgid "bad HEAD - strange symbolic ref"
8632msgstr ""
8633
6b0f1a9b
JX
8634#: builtin/bisect--helper.c:574
8635#, c-format
8636msgid "invalid ref: '%s'"
8637msgstr ""
8638
8639#: builtin/bisect--helper.c:630
94328cef
JX
8640msgid "perform 'git bisect next'"
8641msgstr ""
8642
6b0f1a9b 8643#: builtin/bisect--helper.c:632
94328cef
JX
8644msgid "write the terms to .git/BISECT_TERMS"
8645msgstr ""
8646
6b0f1a9b 8647#: builtin/bisect--helper.c:634
94328cef
JX
8648msgid "cleanup the bisection state"
8649msgstr ""
8650
6b0f1a9b 8651#: builtin/bisect--helper.c:636
94328cef
JX
8652msgid "check for expected revs"
8653msgstr ""
8654
6b0f1a9b 8655#: builtin/bisect--helper.c:638
94328cef
JX
8656msgid "reset the bisection state"
8657msgstr ""
8658
6b0f1a9b 8659#: builtin/bisect--helper.c:640
94328cef
JX
8660msgid "write out the bisection state in BISECT_LOG"
8661msgstr ""
8662
6b0f1a9b 8663#: builtin/bisect--helper.c:642
94328cef
JX
8664msgid "check and set terms in a bisection state"
8665msgstr ""
8666
6b0f1a9b 8667#: builtin/bisect--helper.c:644
94328cef
JX
8668msgid "check whether bad or good terms exist"
8669msgstr ""
8670
6b0f1a9b 8671#: builtin/bisect--helper.c:646
94328cef
JX
8672msgid "print out the bisect terms"
8673msgstr ""
8674
6b0f1a9b 8675#: builtin/bisect--helper.c:648
94328cef
JX
8676msgid "start the bisect session"
8677msgstr ""
8678
6b0f1a9b 8679#: builtin/bisect--helper.c:650
94328cef
JX
8680msgid "update BISECT_HEAD instead of checking out the current commit"
8681msgstr ""
8682
6b0f1a9b 8683#: builtin/bisect--helper.c:652
7f95bc7a 8684msgid "no log for BISECT_WRITE"
94328cef
JX
8685msgstr ""
8686
6b0f1a9b 8687#: builtin/bisect--helper.c:669
94328cef
JX
8688msgid "--write-terms requires two arguments"
8689msgstr ""
8690
6b0f1a9b 8691#: builtin/bisect--helper.c:673
94328cef
JX
8692msgid "--bisect-clean-state requires no arguments"
8693msgstr ""
8694
6b0f1a9b 8695#: builtin/bisect--helper.c:680
94328cef
JX
8696msgid "--bisect-reset requires either no argument or a commit"
8697msgstr ""
8698
6b0f1a9b 8699#: builtin/bisect--helper.c:684
94328cef
JX
8700msgid "--bisect-write requires either 4 or 5 arguments"
8701msgstr ""
8702
6b0f1a9b 8703#: builtin/bisect--helper.c:690
94328cef
JX
8704msgid "--check-and-set-terms requires 3 arguments"
8705msgstr ""
8706
6b0f1a9b 8707#: builtin/bisect--helper.c:696
94328cef
JX
8708msgid "--bisect-next-check requires 2 or 3 arguments"
8709msgstr ""
8710
6b0f1a9b 8711#: builtin/bisect--helper.c:702
94328cef
JX
8712msgid "--bisect-terms requires 0 or 1 argument"
8713msgstr ""
8714
3d0a05b4 8715#: builtin/blame.c:31
94328cef
JX
8716msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
8717msgstr ""
8718
3d0a05b4 8719#: builtin/blame.c:36
94328cef
JX
8720msgid "<rev-opts> are documented in git-rev-list(1)"
8721msgstr ""
8722
3d0a05b4 8723#: builtin/blame.c:409
94328cef
JX
8724#, c-format
8725msgid "expecting a color: %s"
8726msgstr ""
8727
3d0a05b4 8728#: builtin/blame.c:416
94328cef
JX
8729msgid "must end with a color"
8730msgstr ""
8731
3d0a05b4 8732#: builtin/blame.c:729
94328cef
JX
8733#, c-format
8734msgid "invalid color '%s' in color.blame.repeatedLines"
8735msgstr ""
8736
3d0a05b4 8737#: builtin/blame.c:747
94328cef
JX
8738msgid "invalid value for blame.coloring"
8739msgstr ""
8740
3d0a05b4 8741#: builtin/blame.c:822
6b0f1a9b
JX
8742#, c-format
8743msgid "cannot find revision %s to ignore"
8744msgstr ""
8745
3d0a05b4 8746#: builtin/blame.c:844
94328cef
JX
8747msgid "Show blame entries as we find them, incrementally"
8748msgstr ""
8749
3d0a05b4 8750#: builtin/blame.c:845
94328cef
JX
8751msgid "Show blank SHA-1 for boundary commits (Default: off)"
8752msgstr ""
8753
3d0a05b4 8754#: builtin/blame.c:846
94328cef
JX
8755msgid "Do not treat root commits as boundaries (Default: off)"
8756msgstr ""
8757
3d0a05b4 8758#: builtin/blame.c:847
94328cef
JX
8759msgid "Show work cost statistics"
8760msgstr ""
8761
3d0a05b4 8762#: builtin/blame.c:848
94328cef 8763msgid "Force progress reporting"
9eb3984b
JX
8764msgstr ""
8765
3d0a05b4 8766#: builtin/blame.c:849
cc76011e
JX
8767msgid "Show output score for blame entries"
8768msgstr ""
8769
3d0a05b4 8770#: builtin/blame.c:850
cc76011e
JX
8771msgid "Show original filename (Default: auto)"
8772msgstr ""
8773
3d0a05b4 8774#: builtin/blame.c:851
cc76011e
JX
8775msgid "Show original linenumber (Default: off)"
8776msgstr ""
8777
3d0a05b4 8778#: builtin/blame.c:852
cc76011e
JX
8779msgid "Show in a format designed for machine consumption"
8780msgstr ""
8781
3d0a05b4 8782#: builtin/blame.c:853
cc76011e
JX
8783msgid "Show porcelain format with per-line commit information"
8784msgstr ""
8785
3d0a05b4 8786#: builtin/blame.c:854
cc76011e
JX
8787msgid "Use the same output mode as git-annotate (Default: off)"
8788msgstr ""
8789
3d0a05b4 8790#: builtin/blame.c:855
cc76011e
JX
8791msgid "Show raw timestamp (Default: off)"
8792msgstr ""
8793
3d0a05b4 8794#: builtin/blame.c:856
cc76011e
JX
8795msgid "Show long commit SHA1 (Default: off)"
8796msgstr ""
8797
3d0a05b4 8798#: builtin/blame.c:857
cc76011e
JX
8799msgid "Suppress author name and timestamp (Default: off)"
8800msgstr ""
8801
3d0a05b4 8802#: builtin/blame.c:858
cc76011e
JX
8803msgid "Show author email instead of name (Default: off)"
8804msgstr ""
8805
3d0a05b4 8806#: builtin/blame.c:859
cc76011e
JX
8807msgid "Ignore whitespace differences"
8808msgstr ""
8809
3d0a05b4 8810#: builtin/blame.c:860 builtin/log.c:1630
6b0f1a9b
JX
8811msgid "rev"
8812msgstr ""
8813
3d0a05b4 8814#: builtin/blame.c:860
6b0f1a9b
JX
8815msgid "Ignore <rev> when blaming"
8816msgstr ""
8817
3d0a05b4 8818#: builtin/blame.c:861
6b0f1a9b
JX
8819msgid "Ignore revisions from <file>"
8820msgstr ""
8821
3d0a05b4 8822#: builtin/blame.c:862
9b7388a8
JX
8823msgid "color redundant metadata from previous line differently"
8824msgstr ""
8825
3d0a05b4 8826#: builtin/blame.c:863
9b7388a8
JX
8827msgid "color lines by age"
8828msgstr ""
8829
3d0a05b4 8830#: builtin/blame.c:870
673bfad0 8831msgid "Use an experimental heuristic to improve diffs"
fda7b092
JX
8832msgstr ""
8833
3d0a05b4 8834#: builtin/blame.c:872
cc76011e
JX
8835msgid "Spend extra cycles to find better match"
8836msgstr ""
8837
3d0a05b4 8838#: builtin/blame.c:873
cc76011e
JX
8839msgid "Use revisions from <file> instead of calling git-rev-list"
8840msgstr ""
8841
3d0a05b4 8842#: builtin/blame.c:874
cc76011e
JX
8843msgid "Use <file>'s contents as the final image"
8844msgstr ""
8845
3d0a05b4 8846#: builtin/blame.c:875 builtin/blame.c:876
cc76011e
JX
8847msgid "score"
8848msgstr ""
8849
3d0a05b4 8850#: builtin/blame.c:875
cc76011e
JX
8851msgid "Find line copies within and across files"
8852msgstr ""
8853
3d0a05b4 8854#: builtin/blame.c:876
cc76011e
JX
8855msgid "Find line movements within and across files"
8856msgstr ""
8857
3d0a05b4 8858#: builtin/blame.c:877
cc76011e
JX
8859msgid "n,m"
8860msgstr ""
8861
3d0a05b4 8862#: builtin/blame.c:877
cc76011e
JX
8863msgid "Process only line range n,m, counting from 1"
8864msgstr ""
8865
6b0f1a9b 8866#: builtin/blame.c:929
fda7b092
JX
8867msgid "--progress can't be used with --incremental or porcelain formats"
8868msgstr ""
8869
5b34e000
JX
8870#. TRANSLATORS: This string is used to tell us the
8871#. maximum display width for a relative timestamp in
8872#. "git blame" output. For C locale, "4 years, 11
8873#. months ago", which takes 22 places, is the longest
8874#. among various forms of relative timestamps, but
8875#. your language may need more or fewer display
8876#. columns.
8877#.
6b0f1a9b 8878#: builtin/blame.c:980
fe05e196
JX
8879msgid "4 years, 11 months ago"
8880msgstr ""
8881
6b0f1a9b 8882#: builtin/blame.c:1087
5b34e000
JX
8883#, c-format
8884msgid "file %s has only %lu line"
8885msgid_plural "file %s has only %lu lines"
8886msgstr[0] ""
8887msgstr[1] ""
fda7b092 8888
6b0f1a9b 8889#: builtin/blame.c:1133
5b34e000 8890msgid "Blaming lines"
fda7b092
JX
8891msgstr ""
8892
12705546 8893#: builtin/branch.c:29
5b34e000 8894msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
fda7b092
JX
8895msgstr ""
8896
12705546 8897#: builtin/branch.c:30
5b34e000 8898msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
fda7b092
JX
8899msgstr ""
8900
12705546 8901#: builtin/branch.c:31
c2ea1208 8902msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
cc76011e
JX
8903msgstr ""
8904
12705546 8905#: builtin/branch.c:32
c2ea1208 8906msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
cc76011e
JX
8907msgstr ""
8908
12705546 8909#: builtin/branch.c:33
25eab542 8910msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"
f4f2c8f8
JX
8911msgstr ""
8912
12705546 8913#: builtin/branch.c:34
25eab542
JX
8914msgid "git branch [<options>] [-r | -a] [--points-at]"
8915msgstr ""
8916
12705546 8917#: builtin/branch.c:35
dfc182b1
JX
8918msgid "git branch [<options>] [-r | -a] [--format]"
8919msgstr ""
8920
6b0f1a9b 8921#: builtin/branch.c:154
822e4a65
JX
8922#, c-format
8923msgid ""
8924"deleting branch '%s' that has been merged to\n"
8925" '%s', but not yet merged to HEAD."
dce37b66
JX
8926msgstr ""
8927
6b0f1a9b 8928#: builtin/branch.c:158
dce37b66
JX
8929#, c-format
8930msgid ""
822e4a65
JX
8931"not deleting branch '%s' that is not yet merged to\n"
8932" '%s', even though it is merged to HEAD."
dce37b66
JX
8933msgstr ""
8934
6b0f1a9b 8935#: builtin/branch.c:172
fe52cd62
JX
8936#, c-format
8937msgid "Couldn't look up commit object for '%s'"
8938msgstr ""
8939
6b0f1a9b 8940#: builtin/branch.c:176
fe52cd62
JX
8941#, c-format
8942msgid ""
8943"The branch '%s' is not fully merged.\n"
8944"If you are sure you want to delete it, run 'git branch -D %s'."
8945msgstr ""
8946
6b0f1a9b 8947#: builtin/branch.c:189
fe52cd62
JX
8948msgid "Update of config-file failed"
8949msgstr ""
8950
6b0f1a9b 8951#: builtin/branch.c:220
822e4a65 8952msgid "cannot use -a with -d"
dce37b66
JX
8953msgstr ""
8954
6b0f1a9b 8955#: builtin/branch.c:226
822e4a65 8956msgid "Couldn't look up commit object for HEAD"
dce37b66
JX
8957msgstr ""
8958
6b0f1a9b 8959#: builtin/branch.c:240
822e4a65 8960#, c-format
f517e50d 8961msgid "Cannot delete branch '%s' checked out at '%s'"
dce37b66
JX
8962msgstr ""
8963
6b0f1a9b 8964#: builtin/branch.c:255
822e4a65 8965#, c-format
64f23b0c 8966msgid "remote-tracking branch '%s' not found."
dce37b66
JX
8967msgstr ""
8968
6b0f1a9b 8969#: builtin/branch.c:256
822e4a65
JX
8970#, c-format
8971msgid "branch '%s' not found."
dce37b66
JX
8972msgstr ""
8973
6b0f1a9b 8974#: builtin/branch.c:271
822e4a65 8975#, c-format
64f23b0c 8976msgid "Error deleting remote-tracking branch '%s'"
dce37b66
JX
8977msgstr ""
8978
6b0f1a9b 8979#: builtin/branch.c:272
dce37b66 8980#, c-format
822e4a65 8981msgid "Error deleting branch '%s'"
dce37b66
JX
8982msgstr ""
8983
6b0f1a9b 8984#: builtin/branch.c:279
dce37b66 8985#, c-format
64f23b0c 8986msgid "Deleted remote-tracking branch %s (was %s).\n"
dce37b66
JX
8987msgstr ""
8988
6b0f1a9b 8989#: builtin/branch.c:280
dce37b66 8990#, c-format
822e4a65 8991msgid "Deleted branch %s (was %s).\n"
dce37b66
JX
8992msgstr ""
8993
6b0f1a9b 8994#: builtin/branch.c:429 builtin/tag.c:61
d93ef2a1
JX
8995msgid "unable to parse format string"
8996msgstr ""
8997
6b0f1a9b 8998#: builtin/branch.c:460
d93ef2a1 8999msgid "could not resolve HEAD"
25eab542
JX
9000msgstr ""
9001
6b0f1a9b 9002#: builtin/branch.c:466
f517e50d 9003#, c-format
d93ef2a1
JX
9004msgid "HEAD (%s) points outside of refs/heads/"
9005msgstr ""
9006
6b0f1a9b 9007#: builtin/branch.c:481
d93ef2a1 9008#, c-format
f517e50d
JX
9009msgid "Branch %s is being rebased at %s"
9010msgstr ""
9011
6b0f1a9b 9012#: builtin/branch.c:485
f517e50d
JX
9013#, c-format
9014msgid "Branch %s is being bisected at %s"
9015msgstr ""
9016
6b0f1a9b 9017#: builtin/branch.c:502
25eab542
JX
9018msgid "cannot copy the current branch while not on any."
9019msgstr ""
9020
6b0f1a9b 9021#: builtin/branch.c:504
822e4a65 9022msgid "cannot rename the current branch while not on any."
dce37b66
JX
9023msgstr ""
9024
6b0f1a9b 9025#: builtin/branch.c:515
dce37b66 9026#, c-format
822e4a65 9027msgid "Invalid branch name: '%s'"
dce37b66
JX
9028msgstr ""
9029
6b0f1a9b 9030#: builtin/branch.c:542
822e4a65
JX
9031msgid "Branch rename failed"
9032msgstr ""
9033
6b0f1a9b 9034#: builtin/branch.c:544
25eab542
JX
9035msgid "Branch copy failed"
9036msgstr ""
9037
6b0f1a9b 9038#: builtin/branch.c:548
25eab542 9039#, c-format
18a90722 9040msgid "Created a copy of a misnamed branch '%s'"
25eab542
JX
9041msgstr ""
9042
6b0f1a9b 9043#: builtin/branch.c:551
dce37b66 9044#, c-format
822e4a65 9045msgid "Renamed a misnamed branch '%s' away"
dce37b66
JX
9046msgstr ""
9047
6b0f1a9b 9048#: builtin/branch.c:557
dce37b66 9049#, c-format
822e4a65 9050msgid "Branch renamed to %s, but HEAD is not updated!"
dce37b66
JX
9051msgstr ""
9052
6b0f1a9b 9053#: builtin/branch.c:566
822e4a65
JX
9054msgid "Branch is renamed, but update of config-file failed"
9055msgstr ""
9056
6b0f1a9b 9057#: builtin/branch.c:568
25eab542
JX
9058msgid "Branch is copied, but update of config-file failed"
9059msgstr ""
9060
6b0f1a9b 9061#: builtin/branch.c:584
9fa976ff
JX
9062#, c-format
9063msgid ""
9064"Please edit the description for the branch\n"
9065" %s\n"
9066"Lines starting with '%c' will be stripped.\n"
dce37b66
JX
9067msgstr ""
9068
6b0f1a9b 9069#: builtin/branch.c:618
cc76011e 9070msgid "Generic options"
dce37b66
JX
9071msgstr ""
9072
6b0f1a9b 9073#: builtin/branch.c:620
cc76011e 9074msgid "show hash and subject, give twice for upstream branch"
dce37b66
JX
9075msgstr ""
9076
6b0f1a9b 9077#: builtin/branch.c:621
cc76011e 9078msgid "suppress informational messages"
dce37b66
JX
9079msgstr ""
9080
6b0f1a9b 9081#: builtin/branch.c:622
cc76011e 9082msgid "set up tracking mode (see git-pull(1))"
dce37b66
JX
9083msgstr ""
9084
6b0f1a9b 9085#: builtin/branch.c:624
25eab542 9086msgid "do not use"
dce37b66
JX
9087msgstr ""
9088
3d0a05b4 9089#: builtin/branch.c:626 builtin/rebase.c:486
f517e50d
JX
9090msgid "upstream"
9091msgstr ""
9092
6b0f1a9b 9093#: builtin/branch.c:626
f517e50d
JX
9094msgid "change the upstream info"
9095msgstr ""
9096
6b0f1a9b 9097#: builtin/branch.c:627
fda7b092
JX
9098msgid "Unset the upstream info"
9099msgstr ""
9100
6b0f1a9b 9101#: builtin/branch.c:628
cc76011e 9102msgid "use colored output"
dce37b66
JX
9103msgstr ""
9104
6b0f1a9b 9105#: builtin/branch.c:629
cc76011e 9106msgid "act on remote-tracking branches"
dce37b66
JX
9107msgstr ""
9108
6b0f1a9b 9109#: builtin/branch.c:631 builtin/branch.c:633
cc76011e 9110msgid "print only branches that contain the commit"
dce37b66
JX
9111msgstr ""
9112
6b0f1a9b 9113#: builtin/branch.c:632 builtin/branch.c:634
dfc182b1
JX
9114msgid "print only branches that don't contain the commit"
9115msgstr ""
9116
6b0f1a9b 9117#: builtin/branch.c:637
cc76011e 9118msgid "Specific git-branch actions:"
dce37b66
JX
9119msgstr ""
9120
6b0f1a9b 9121#: builtin/branch.c:638
cc76011e 9122msgid "list both remote-tracking and local branches"
dce37b66
JX
9123msgstr ""
9124
6b0f1a9b 9125#: builtin/branch.c:640
cc76011e 9126msgid "delete fully merged branch"
dce37b66
JX
9127msgstr ""
9128
6b0f1a9b 9129#: builtin/branch.c:641
cc76011e 9130msgid "delete branch (even if not merged)"
dce37b66
JX
9131msgstr ""
9132
6b0f1a9b 9133#: builtin/branch.c:642
cc76011e 9134msgid "move/rename a branch and its reflog"
822e4a65
JX
9135msgstr ""
9136
6b0f1a9b 9137#: builtin/branch.c:643
cc76011e 9138msgid "move/rename a branch, even if target exists"
dce37b66
JX
9139msgstr ""
9140
6b0f1a9b 9141#: builtin/branch.c:644
25eab542
JX
9142msgid "copy a branch and its reflog"
9143msgstr ""
9144
6b0f1a9b 9145#: builtin/branch.c:645
25eab542
JX
9146msgid "copy a branch, even if target exists"
9147msgstr ""
9148
6b0f1a9b 9149#: builtin/branch.c:646
cc76011e 9150msgid "list branch names"
dce37b66
JX
9151msgstr ""
9152
6b0f1a9b 9153#: builtin/branch.c:647
d93ef2a1
JX
9154msgid "show current branch name"
9155msgstr ""
9156
6b0f1a9b 9157#: builtin/branch.c:648
cc76011e 9158msgid "create the branch's reflog"
dce37b66
JX
9159msgstr ""
9160
6b0f1a9b 9161#: builtin/branch.c:650
cc76011e 9162msgid "edit the description for the branch"
dce37b66
JX
9163msgstr ""
9164
6b0f1a9b 9165#: builtin/branch.c:651
beb691f7 9166msgid "force creation, move/rename, deletion"
dce37b66
JX
9167msgstr ""
9168
6b0f1a9b 9169#: builtin/branch.c:652
f4f2c8f8 9170msgid "print only branches that are merged"
dce37b66
JX
9171msgstr ""
9172
6b0f1a9b 9173#: builtin/branch.c:653
f4f2c8f8 9174msgid "print only branches that are not merged"
dce37b66
JX
9175msgstr ""
9176
6b0f1a9b 9177#: builtin/branch.c:654
cc76011e
JX
9178msgid "list branches in columns"
9179msgstr ""
9180
6b0f1a9b 9181#: builtin/branch.c:657 builtin/for-each-ref.c:42 builtin/notes.c:415
94328cef 9182#: builtin/notes.c:418 builtin/notes.c:581 builtin/notes.c:584
6b0f1a9b 9183#: builtin/tag.c:433
f4f2c8f8
JX
9184msgid "object"
9185msgstr ""
9186
6b0f1a9b 9187#: builtin/branch.c:658
f4f2c8f8
JX
9188msgid "print only branches of the object"
9189msgstr ""
9190
6b0f1a9b 9191#: builtin/branch.c:660 builtin/for-each-ref.c:48 builtin/tag.c:440
673bfad0
JX
9192msgid "sorting and filtering are case insensitive"
9193msgstr ""
9194
6b0f1a9b 9195#: builtin/branch.c:661 builtin/for-each-ref.c:38 builtin/tag.c:438
466c88fa 9196#: builtin/verify-tag.c:38
dfc182b1
JX
9197msgid "format to use for the output"
9198msgstr ""
9199
3d0a05b4 9200#: builtin/branch.c:684 builtin/clone.c:760
cc76011e
JX
9201msgid "HEAD not found below refs/heads!"
9202msgstr ""
9203
6b0f1a9b 9204#: builtin/branch.c:708
cc76011e 9205msgid "--column and --verbose are incompatible"
dce37b66
JX
9206msgstr ""
9207
6b0f1a9b 9208#: builtin/branch.c:723 builtin/branch.c:777 builtin/branch.c:786
9caaf23e
JX
9209msgid "branch name required"
9210msgstr ""
9211
6b0f1a9b 9212#: builtin/branch.c:753
9caaf23e
JX
9213msgid "Cannot give description to detached HEAD"
9214msgstr ""
9215
6b0f1a9b 9216#: builtin/branch.c:758
9caaf23e
JX
9217msgid "cannot edit description of more than one branch"
9218msgstr ""
9219
6b0f1a9b 9220#: builtin/branch.c:765
9caaf23e
JX
9221#, c-format
9222msgid "No commit on branch '%s' yet."
9223msgstr ""
9224
6b0f1a9b 9225#: builtin/branch.c:768
9caaf23e
JX
9226#, c-format
9227msgid "No branch named '%s'."
9228msgstr ""
9229
6b0f1a9b 9230#: builtin/branch.c:783
25eab542 9231msgid "too many branches for a copy operation"
9caaf23e
JX
9232msgstr ""
9233
6b0f1a9b 9234#: builtin/branch.c:792
25eab542 9235msgid "too many arguments for a rename operation"
c138af56
JX
9236msgstr ""
9237
6b0f1a9b 9238#: builtin/branch.c:797
25eab542
JX
9239msgid "too many arguments to set new upstream"
9240msgstr ""
9241
6b0f1a9b 9242#: builtin/branch.c:801
c138af56
JX
9243#, c-format
9244msgid ""
9245"could not set upstream of HEAD to %s when it does not point to any branch."
9246msgstr ""
9247
6b0f1a9b 9248#: builtin/branch.c:804 builtin/branch.c:827
c138af56
JX
9249#, c-format
9250msgid "no such branch '%s'"
9251msgstr ""
9252
6b0f1a9b 9253#: builtin/branch.c:808
822e4a65 9254#, c-format
cc76011e 9255msgid "branch '%s' does not exist"
dce37b66
JX
9256msgstr ""
9257
6b0f1a9b 9258#: builtin/branch.c:821
25eab542 9259msgid "too many arguments to unset upstream"
c138af56
JX
9260msgstr ""
9261
6b0f1a9b 9262#: builtin/branch.c:825
c138af56
JX
9263msgid "could not unset upstream of HEAD when it does not point to any branch."
9264msgstr ""
9265
6b0f1a9b 9266#: builtin/branch.c:831
822e4a65 9267#, c-format
cc76011e
JX
9268msgid "Branch '%s' has no upstream information"
9269msgstr ""
9270
6b0f1a9b
JX
9271#: builtin/branch.c:841
9272msgid ""
9273"The -a, and -r, options to 'git branch' do not take a branch name.\n"
9274"Did you mean to use: -a|-r --list <pattern>?"
dce37b66
JX
9275msgstr ""
9276
6b0f1a9b 9277#: builtin/branch.c:845
cc76011e 9278msgid ""
25eab542
JX
9279"the '--set-upstream' option is no longer supported. Please use '--track' or "
9280"'--set-upstream-to' instead."
cc76011e 9281msgstr ""
822e4a65 9282
dfc182b1 9283#: builtin/bundle.c:45
cc76011e
JX
9284#, c-format
9285msgid "%s is okay\n"
dce37b66
JX
9286msgstr ""
9287
dfc182b1 9288#: builtin/bundle.c:58
cc76011e 9289msgid "Need a repository to create a bundle."
dce37b66
JX
9290msgstr ""
9291
dfc182b1 9292#: builtin/bundle.c:62
cc76011e 9293msgid "Need a repository to unbundle."
dce37b66
JX
9294msgstr ""
9295
3d0a05b4 9296#: builtin/cat-file.c:595
64f23b0c 9297msgid ""
fda7b092
JX
9298"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
9299"p | <type> | --textconv | --filters) [--path=<path>] <object>"
dce37b66
JX
9300msgstr ""
9301
3d0a05b4 9302#: builtin/cat-file.c:596
fda7b092
JX
9303msgid ""
9304"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
9305"filters]"
dce37b66
JX
9306msgstr ""
9307
3d0a05b4 9308#: builtin/cat-file.c:617
12705546
JX
9309msgid "only one batch option may be specified"
9310msgstr ""
9311
3d0a05b4 9312#: builtin/cat-file.c:635
cc76011e 9313msgid "<type> can be one of: blob, tree, commit, tag"
dce37b66
JX
9314msgstr ""
9315
3d0a05b4 9316#: builtin/cat-file.c:636
cc76011e 9317msgid "show object type"
dce37b66
JX
9318msgstr ""
9319
3d0a05b4 9320#: builtin/cat-file.c:637
cc76011e 9321msgid "show object size"
dce37b66
JX
9322msgstr ""
9323
3d0a05b4 9324#: builtin/cat-file.c:639
cc76011e 9325msgid "exit with zero when there's no error"
dce37b66
JX
9326msgstr ""
9327
3d0a05b4 9328#: builtin/cat-file.c:640
cc76011e 9329msgid "pretty-print object's content"
dce37b66
JX
9330msgstr ""
9331
3d0a05b4 9332#: builtin/cat-file.c:642
cc76011e 9333msgid "for blob objects, run textconv on object's content"
dce37b66
JX
9334msgstr ""
9335
3d0a05b4 9336#: builtin/cat-file.c:644
fda7b092
JX
9337msgid "for blob objects, run filters on object's content"
9338msgstr ""
9339
3d0a05b4 9340#: builtin/cat-file.c:645 git-submodule.sh:936
fda7b092
JX
9341msgid "blob"
9342msgstr ""
9343
3d0a05b4 9344#: builtin/cat-file.c:646
fda7b092
JX
9345msgid "use a specific path for --textconv/--filters"
9346msgstr ""
9347
3d0a05b4 9348#: builtin/cat-file.c:648
64f23b0c
JX
9349msgid "allow -s and -t to work with broken/corrupt objects"
9350msgstr ""
9351
3d0a05b4 9352#: builtin/cat-file.c:649
df0617bf
JX
9353msgid "buffer --batch output"
9354msgstr ""
9355
3d0a05b4 9356#: builtin/cat-file.c:651
cc76011e 9357msgid "show info and content of objects fed from the standard input"
dce37b66
JX
9358msgstr ""
9359
3d0a05b4 9360#: builtin/cat-file.c:655
cc76011e 9361msgid "show info about objects fed from the standard input"
822e4a65
JX
9362msgstr ""
9363
3d0a05b4 9364#: builtin/cat-file.c:659
64f23b0c
JX
9365msgid "follow in-tree symlinks (used with --batch or --batch-check)"
9366msgstr ""
9367
3d0a05b4 9368#: builtin/cat-file.c:661
df0617bf
JX
9369msgid "show all objects with --batch or --batch-check"
9370msgstr ""
9371
3d0a05b4 9372#: builtin/cat-file.c:663
dba9f13c
JX
9373msgid "do not order --batch-all-objects output"
9374msgstr ""
9375
94328cef 9376#: builtin/check-attr.c:13
c2ea1208 9377msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
dce37b66
JX
9378msgstr ""
9379
94328cef 9380#: builtin/check-attr.c:14
f4f2c8f8 9381msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
dce37b66
JX
9382msgstr ""
9383
94328cef 9384#: builtin/check-attr.c:21
cc76011e 9385msgid "report all attributes set on file"
dce37b66
JX
9386msgstr ""
9387
94328cef 9388#: builtin/check-attr.c:22
cc76011e 9389msgid "use .gitattributes only from the index"
dce37b66
JX
9390msgstr ""
9391
94328cef 9392#: builtin/check-attr.c:23 builtin/check-ignore.c:25 builtin/hash-object.c:102
cc76011e 9393msgid "read file names from stdin"
dce37b66
JX
9394msgstr ""
9395
94328cef 9396#: builtin/check-attr.c:25 builtin/check-ignore.c:27
727b9576 9397msgid "terminate input and output records by a NUL character"
dce37b66
JX
9398msgstr ""
9399
3d0a05b4
JX
9400#: builtin/check-ignore.c:21 builtin/checkout.c:1433 builtin/gc.c:537
9401#: builtin/worktree.c:506
9caaf23e
JX
9402msgid "suppress progress reporting"
9403msgstr ""
9404
94328cef 9405#: builtin/check-ignore.c:29
28b3cffc
JX
9406msgid "show non-matching input paths"
9407msgstr ""
9408
94328cef 9409#: builtin/check-ignore.c:31
727b9576
JX
9410msgid "ignore index when checking"
9411msgstr ""
9412
94328cef 9413#: builtin/check-ignore.c:160
9caaf23e
JX
9414msgid "cannot specify pathnames with --stdin"
9415msgstr ""
9416
94328cef 9417#: builtin/check-ignore.c:163
9caaf23e
JX
9418msgid "-z only makes sense with --stdin"
9419msgstr ""
9420
94328cef 9421#: builtin/check-ignore.c:165
9caaf23e
JX
9422msgid "no path specified"
9423msgstr ""
9424
94328cef 9425#: builtin/check-ignore.c:169
9caaf23e
JX
9426msgid "--quiet is only valid with a single pathname"
9427msgstr ""
9428
94328cef 9429#: builtin/check-ignore.c:171
9caaf23e
JX
9430msgid "cannot have both --quiet and --verbose"
9431msgstr ""
9432
94328cef 9433#: builtin/check-ignore.c:174
28b3cffc
JX
9434msgid "--non-matching is only valid with --verbose"
9435msgstr ""
9436
5b34e000 9437#: builtin/check-mailmap.c:9
c2ea1208 9438msgid "git check-mailmap [<options>] <contact>..."
28b3cffc
JX
9439msgstr ""
9440
5b34e000 9441#: builtin/check-mailmap.c:14
28b3cffc
JX
9442msgid "also read contacts from stdin"
9443msgstr ""
9444
5b34e000 9445#: builtin/check-mailmap.c:25
28b3cffc
JX
9446#, c-format
9447msgid "unable to parse contact: %s"
9448msgstr ""
9449
5b34e000 9450#: builtin/check-mailmap.c:48
28b3cffc
JX
9451msgid "no contacts specified"
9452msgstr ""
9453
94328cef 9454#: builtin/checkout-index.c:131
c2ea1208 9455msgid "git checkout-index [<options>] [--] [<file>...]"
dce37b66
JX
9456msgstr ""
9457
94328cef 9458#: builtin/checkout-index.c:148
9eb3984b
JX
9459msgid "stage should be between 1 and 3 or all"
9460msgstr ""
9461
94328cef 9462#: builtin/checkout-index.c:164
cc76011e 9463msgid "check out all files in the index"
dce37b66
JX
9464msgstr ""
9465
94328cef 9466#: builtin/checkout-index.c:165
cc76011e 9467msgid "force overwrite of existing files"
dce37b66
JX
9468msgstr ""
9469
94328cef 9470#: builtin/checkout-index.c:167
cc76011e 9471msgid "no warning for existing files and files not in index"
dce37b66
JX
9472msgstr ""
9473
94328cef 9474#: builtin/checkout-index.c:169
cc76011e 9475msgid "don't checkout new files"
dce37b66
JX
9476msgstr ""
9477
94328cef 9478#: builtin/checkout-index.c:171
cc76011e 9479msgid "update stat information in the index file"
dce37b66
JX
9480msgstr ""
9481
94328cef 9482#: builtin/checkout-index.c:175
cc76011e 9483msgid "read list of paths from the standard input"
dce37b66
JX
9484msgstr ""
9485
94328cef 9486#: builtin/checkout-index.c:177
cc76011e 9487msgid "write the content to temporary files"
dce37b66
JX
9488msgstr ""
9489
94328cef 9490#: builtin/checkout-index.c:178 builtin/column.c:31
6b0f1a9b
JX
9491#: builtin/submodule--helper.c:1373 builtin/submodule--helper.c:1376
9492#: builtin/submodule--helper.c:1384 builtin/submodule--helper.c:1857
3d0a05b4 9493#: builtin/worktree.c:679
cc76011e 9494msgid "string"
dce37b66
JX
9495msgstr ""
9496
94328cef 9497#: builtin/checkout-index.c:179
cc76011e 9498msgid "when creating files, prepend <string>"
dce37b66
JX
9499msgstr ""
9500
94328cef 9501#: builtin/checkout-index.c:181
cc76011e 9502msgid "copy out the files from named stage"
dce37b66
JX
9503msgstr ""
9504
6b0f1a9b 9505#: builtin/checkout.c:31
c2ea1208 9506msgid "git checkout [<options>] <branch>"
dce37b66
JX
9507msgstr ""
9508
6b0f1a9b 9509#: builtin/checkout.c:32
c2ea1208 9510msgid "git checkout [<options>] [<branch>] -- <file>..."
dce37b66
JX
9511msgstr ""
9512
6b0f1a9b
JX
9513#: builtin/checkout.c:37
9514msgid "git switch [<options>] [<branch>]"
9515msgstr ""
9516
9517#: builtin/checkout.c:42
9518msgid "git restore [<options>] [--source=<branch>] <file>..."
9519msgstr ""
9520
3d0a05b4 9521#: builtin/checkout.c:173 builtin/checkout.c:212
822e4a65 9522#, c-format
cc76011e 9523msgid "path '%s' does not have our version"
dce37b66
JX
9524msgstr ""
9525
3d0a05b4 9526#: builtin/checkout.c:175 builtin/checkout.c:214
dce37b66 9527#, c-format
cc76011e 9528msgid "path '%s' does not have their version"
dce37b66
JX
9529msgstr ""
9530
3d0a05b4 9531#: builtin/checkout.c:191
822e4a65 9532#, c-format
cc76011e 9533msgid "path '%s' does not have all necessary versions"
dce37b66
JX
9534msgstr ""
9535
3d0a05b4 9536#: builtin/checkout.c:241
822e4a65 9537#, c-format
cc76011e 9538msgid "path '%s' does not have necessary versions"
dce37b66
JX
9539msgstr ""
9540
3d0a05b4 9541#: builtin/checkout.c:259
822e4a65 9542#, c-format
cc76011e 9543msgid "path '%s': cannot merge"
dce37b66
JX
9544msgstr ""
9545
3d0a05b4 9546#: builtin/checkout.c:275
cc76011e
JX
9547#, c-format
9548msgid "Unable to add merge result for '%s'"
dce37b66
JX
9549msgstr ""
9550
3d0a05b4 9551#: builtin/checkout.c:375
6b0f1a9b
JX
9552#, c-format
9553msgid "Recreated %d merge conflict"
9554msgid_plural "Recreated %d merge conflicts"
9555msgstr[0] ""
9556msgstr[1] ""
9557
3d0a05b4 9558#: builtin/checkout.c:380
6b0f1a9b
JX
9559#, c-format
9560msgid "Updated %d path from %s"
9561msgid_plural "Updated %d paths from %s"
9562msgstr[0] ""
9563msgstr[1] ""
9564
3d0a05b4 9565#: builtin/checkout.c:387
6b0f1a9b
JX
9566#, c-format
9567msgid "Updated %d path from the index"
9568msgid_plural "Updated %d paths from the index"
9569msgstr[0] ""
9570msgstr[1] ""
9571
3d0a05b4
JX
9572#: builtin/checkout.c:410 builtin/checkout.c:413 builtin/checkout.c:416
9573#: builtin/checkout.c:420
cc76011e
JX
9574#, c-format
9575msgid "'%s' cannot be used with updating paths"
dce37b66
JX
9576msgstr ""
9577
3d0a05b4 9578#: builtin/checkout.c:423 builtin/checkout.c:426
dce37b66 9579#, c-format
cc76011e 9580msgid "'%s' cannot be used with %s"
dce37b66
JX
9581msgstr ""
9582
3d0a05b4 9583#: builtin/checkout.c:430
dce37b66 9584#, c-format
cc76011e 9585msgid "Cannot update paths and switch to branch '%s' at the same time."
dce37b66
JX
9586msgstr ""
9587
3d0a05b4 9588#: builtin/checkout.c:434
dce37b66 9589#, c-format
6b0f1a9b 9590msgid "neither '%s' or '%s' is specified"
dce37b66
JX
9591msgstr ""
9592
3d0a05b4 9593#: builtin/checkout.c:438
94328cef 9594#, c-format
6b0f1a9b
JX
9595msgid "'%s' must be used when '%s' is not specified"
9596msgstr ""
94328cef 9597
3d0a05b4 9598#: builtin/checkout.c:443 builtin/checkout.c:448
94328cef 9599#, c-format
6b0f1a9b
JX
9600msgid "'%s' or '%s' cannot be used with %s"
9601msgstr ""
94328cef 9602
3d0a05b4 9603#: builtin/checkout.c:507 builtin/checkout.c:514
94328cef 9604#, c-format
6b0f1a9b
JX
9605msgid "path '%s' is unmerged"
9606msgstr ""
94328cef 9607
3d0a05b4 9608#: builtin/checkout.c:680
cc76011e 9609msgid "you need to resolve your current index first"
dce37b66
JX
9610msgstr ""
9611
3d0a05b4 9612#: builtin/checkout.c:730
d93ef2a1
JX
9613#, c-format
9614msgid ""
9615"cannot continue with staged changes in the following files:\n"
9616"%s"
9617msgstr ""
9618
6b0f1a9b 9619#: builtin/checkout.c:833
dce37b66 9620#, c-format
df0617bf 9621msgid "Can not do reflog for '%s': %s\n"
dce37b66
JX
9622msgstr ""
9623
6b0f1a9b 9624#: builtin/checkout.c:875
cc76011e
JX
9625msgid "HEAD is now at"
9626msgstr ""
9627
3d0a05b4 9628#: builtin/checkout.c:879 builtin/clone.c:713
f1522b27
JX
9629msgid "unable to update HEAD"
9630msgstr ""
9631
6b0f1a9b 9632#: builtin/checkout.c:883
dce37b66 9633#, c-format
cc76011e 9634msgid "Reset branch '%s'\n"
dce37b66
JX
9635msgstr ""
9636
6b0f1a9b 9637#: builtin/checkout.c:886
dce37b66 9638#, c-format
cc76011e 9639msgid "Already on '%s'\n"
dce37b66
JX
9640msgstr ""
9641
6b0f1a9b 9642#: builtin/checkout.c:890
dce37b66 9643#, c-format
cc76011e 9644msgid "Switched to and reset branch '%s'\n"
dce37b66
JX
9645msgstr ""
9646
6b0f1a9b 9647#: builtin/checkout.c:892 builtin/checkout.c:1289
dce37b66 9648#, c-format
cc76011e 9649msgid "Switched to a new branch '%s'\n"
dce37b66
JX
9650msgstr ""
9651
6b0f1a9b 9652#: builtin/checkout.c:894
cc76011e
JX
9653#, c-format
9654msgid "Switched to branch '%s'\n"
dce37b66
JX
9655msgstr ""
9656
6b0f1a9b 9657#: builtin/checkout.c:945
cc76011e
JX
9658#, c-format
9659msgid " ... and %d more.\n"
dce37b66
JX
9660msgstr ""
9661
6b0f1a9b 9662#: builtin/checkout.c:951
cc76011e 9663#, c-format
822e4a65 9664msgid ""
cc76011e
JX
9665"Warning: you are leaving %d commit behind, not connected to\n"
9666"any of your branches:\n"
822e4a65 9667"\n"
cc76011e
JX
9668"%s\n"
9669msgid_plural ""
9670"Warning: you are leaving %d commits behind, not connected to\n"
9671"any of your branches:\n"
822e4a65 9672"\n"
cc76011e
JX
9673"%s\n"
9674msgstr[0] ""
9675msgstr[1] ""
dce37b66 9676
6b0f1a9b 9677#: builtin/checkout.c:970
cc76011e 9678#, c-format
dce37b66 9679msgid ""
64f23b0c
JX
9680"If you want to keep it by creating a new branch, this may be a good time\n"
9681"to do so with:\n"
9682"\n"
9683" git branch <new-branch-name> %s\n"
9684"\n"
9685msgid_plural ""
cc76011e
JX
9686"If you want to keep them by creating a new branch, this may be a good time\n"
9687"to do so with:\n"
822e4a65 9688"\n"
c2ea1208 9689" git branch <new-branch-name> %s\n"
822e4a65 9690"\n"
64f23b0c
JX
9691msgstr[0] ""
9692msgstr[1] ""
dce37b66 9693
6b0f1a9b 9694#: builtin/checkout.c:1005
cc76011e 9695msgid "internal error in revision walk"
dce37b66
JX
9696msgstr ""
9697
6b0f1a9b 9698#: builtin/checkout.c:1009
cc76011e 9699msgid "Previous HEAD position was"
dce37b66
JX
9700msgstr ""
9701
6b0f1a9b 9702#: builtin/checkout.c:1049 builtin/checkout.c:1284
cc76011e 9703msgid "You are on a branch yet to be born"
dce37b66
JX
9704msgstr ""
9705
6b0f1a9b
JX
9706#: builtin/checkout.c:1176
9707msgid "only one reference expected"
9708msgstr ""
9709
9710#: builtin/checkout.c:1193
727b9576
JX
9711#, c-format
9712msgid "only one reference expected, %d given."
9713msgstr ""
9714
6b0f1a9b 9715#: builtin/checkout.c:1230
94328cef
JX
9716#, c-format
9717msgid ""
9718"'%s' could be both a local file and a tracking branch.\n"
9719"Please use -- (and optionally --no-guess) to disambiguate"
9720msgstr ""
9721
3d0a05b4 9722#: builtin/checkout.c:1243 builtin/worktree.c:290 builtin/worktree.c:455
cc76011e
JX
9723#, c-format
9724msgid "invalid reference: %s"
dce37b66
JX
9725msgstr ""
9726
6b0f1a9b 9727#: builtin/checkout.c:1256 builtin/checkout.c:1618
cc76011e
JX
9728#, c-format
9729msgid "reference is not a tree: %s"
dce37b66
JX
9730msgstr ""
9731
6b0f1a9b
JX
9732#: builtin/checkout.c:1303
9733#, c-format
9734msgid "a branch is expected, got tag '%s'"
dce37b66
JX
9735msgstr ""
9736
6b0f1a9b 9737#: builtin/checkout.c:1305
cc76011e 9738#, c-format
6b0f1a9b 9739msgid "a branch is expected, got remote branch '%s'"
dce37b66
JX
9740msgstr ""
9741
6b0f1a9b 9742#: builtin/checkout.c:1306 builtin/checkout.c:1314
cc76011e 9743#, c-format
6b0f1a9b 9744msgid "a branch is expected, got '%s'"
dce37b66
JX
9745msgstr ""
9746
6b0f1a9b 9747#: builtin/checkout.c:1309
dce37b66 9748#, c-format
6b0f1a9b 9749msgid "a branch is expected, got commit '%s'"
dce37b66
JX
9750msgstr ""
9751
6b0f1a9b
JX
9752#: builtin/checkout.c:1325
9753msgid ""
9754"cannot switch branch while merging\n"
9755"Consider \"git merge --quit\" or \"git worktree add\"."
dce37b66
JX
9756msgstr ""
9757
6b0f1a9b
JX
9758#: builtin/checkout.c:1329
9759msgid ""
9760"cannot switch branch in the middle of an am session\n"
9761"Consider \"git am --quit\" or \"git worktree add\"."
dce37b66
JX
9762msgstr ""
9763
6b0f1a9b
JX
9764#: builtin/checkout.c:1333
9765msgid ""
9766"cannot switch branch while rebasing\n"
9767"Consider \"git rebase --quit\" or \"git worktree add\"."
dce37b66
JX
9768msgstr ""
9769
6b0f1a9b
JX
9770#: builtin/checkout.c:1337
9771msgid ""
9772"cannot switch branch while cherry-picking\n"
9773"Consider \"git cherry-pick --quit\" or \"git worktree add\"."
dce37b66
JX
9774msgstr ""
9775
6b0f1a9b
JX
9776#: builtin/checkout.c:1341
9777msgid ""
9778"cannot switch branch while reverting\n"
9779"Consider \"git revert --quit\" or \"git worktree add\"."
dce37b66
JX
9780msgstr ""
9781
6b0f1a9b
JX
9782#: builtin/checkout.c:1345
9783msgid "you are switching branch while bisecting"
dce37b66
JX
9784msgstr ""
9785
6b0f1a9b
JX
9786#: builtin/checkout.c:1352
9787msgid "paths cannot be used with switching branches"
dce37b66
JX
9788msgstr ""
9789
6b0f1a9b
JX
9790#: builtin/checkout.c:1355 builtin/checkout.c:1359 builtin/checkout.c:1363
9791#, c-format
9792msgid "'%s' cannot be used with switching branches"
dce37b66
JX
9793msgstr ""
9794
6b0f1a9b
JX
9795#: builtin/checkout.c:1367 builtin/checkout.c:1370 builtin/checkout.c:1373
9796#: builtin/checkout.c:1378 builtin/checkout.c:1383
9797#, c-format
9798msgid "'%s' cannot be used with '%s'"
dce37b66
JX
9799msgstr ""
9800
6b0f1a9b
JX
9801#: builtin/checkout.c:1380
9802#, c-format
9803msgid "'%s' cannot take <start-point>"
dce37b66
JX
9804msgstr ""
9805
6b0f1a9b
JX
9806#: builtin/checkout.c:1388
9807#, c-format
9808msgid "Cannot switch branch to a non-commit '%s'"
cd1e7487
JX
9809msgstr ""
9810
6b0f1a9b
JX
9811#: builtin/checkout.c:1395
9812msgid "missing branch or commit argument"
dce37b66
JX
9813msgstr ""
9814
3d0a05b4
JX
9815#: builtin/checkout.c:1437 builtin/clone.c:90 builtin/commit-graph.c:59
9816#: builtin/commit-graph.c:180 builtin/fetch.c:166 builtin/merge.c:285
9817#: builtin/pull.c:138 builtin/push.c:562 builtin/send-pack.c:174
6b0f1a9b 9818msgid "force progress reporting"
dce37b66
JX
9819msgstr ""
9820
6b0f1a9b
JX
9821#: builtin/checkout.c:1438
9822msgid "perform a 3-way merge with the new branch"
9823msgstr ""
9824
3d0a05b4 9825#: builtin/checkout.c:1439 builtin/log.c:1618 parse-options.h:318
cc76011e 9826msgid "style"
dce37b66
JX
9827msgstr ""
9828
6b0f1a9b 9829#: builtin/checkout.c:1440
cc76011e 9830msgid "conflict style (merge or diff3)"
dce37b66
JX
9831msgstr ""
9832
3d0a05b4 9833#: builtin/checkout.c:1452 builtin/worktree.c:503
6b0f1a9b 9834msgid "detach HEAD at named commit"
c6bc7d43
JX
9835msgstr ""
9836
6b0f1a9b
JX
9837#: builtin/checkout.c:1453
9838msgid "set upstream info for new branch"
dce37b66
JX
9839msgstr ""
9840
6b0f1a9b
JX
9841#: builtin/checkout.c:1455
9842msgid "force checkout (throw away local modifications)"
9843msgstr ""
9844
9845#: builtin/checkout.c:1457
9846msgid "new-branch"
9847msgstr ""
9848
9849#: builtin/checkout.c:1457
9850msgid "new unparented branch"
9851msgstr ""
9852
9853#: builtin/checkout.c:1459 builtin/merge.c:288
9854msgid "update ignored files (default)"
9855msgstr ""
9856
9857#: builtin/checkout.c:1462
64f23b0c
JX
9858msgid "do not check if another worktree is holding the given ref"
9859msgstr ""
9860
6b0f1a9b
JX
9861#: builtin/checkout.c:1475
9862msgid "checkout our version for unmerged files"
f4f2c8f8
JX
9863msgstr ""
9864
6b0f1a9b
JX
9865#: builtin/checkout.c:1478
9866msgid "checkout their version for unmerged files"
d93ef2a1
JX
9867msgstr ""
9868
6b0f1a9b
JX
9869#: builtin/checkout.c:1482
9870msgid "do not limit pathspecs to sparse entries only"
9871msgstr ""
9872
9873#: builtin/checkout.c:1533
cc76011e 9874msgid "-b, -B and --orphan are mutually exclusive"
dce37b66
JX
9875msgstr ""
9876
6b0f1a9b 9877#: builtin/checkout.c:1536
d93ef2a1
JX
9878msgid "-p and --overlay are mutually exclusive"
9879msgstr ""
9880
6b0f1a9b 9881#: builtin/checkout.c:1573
cc76011e 9882msgid "--track needs a branch name"
822e4a65
JX
9883msgstr ""
9884
6b0f1a9b 9885#: builtin/checkout.c:1578
dba9f13c 9886msgid "missing branch name; try -b"
dce37b66
JX
9887msgstr ""
9888
6b0f1a9b
JX
9889#: builtin/checkout.c:1611
9890#, c-format
9891msgid "could not resolve %s"
9892msgstr ""
9893
9894#: builtin/checkout.c:1623
9895msgid "you must specify path(s) to restore"
9896msgstr ""
9897
9898#: builtin/checkout.c:1631
cc76011e 9899msgid "invalid path specification"
dce37b66
JX
9900msgstr ""
9901
6b0f1a9b 9902#: builtin/checkout.c:1638
dce37b66 9903#, c-format
5b34e000 9904msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
dce37b66
JX
9905msgstr ""
9906
6b0f1a9b 9907#: builtin/checkout.c:1642
cc76011e
JX
9908#, c-format
9909msgid "git checkout: --detach does not take a path argument '%s'"
dce37b66
JX
9910msgstr ""
9911
6b0f1a9b 9912#: builtin/checkout.c:1646
cc76011e
JX
9913msgid ""
9914"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
9915"checking out of the index."
dce37b66
JX
9916msgstr ""
9917
6b0f1a9b 9918#: builtin/checkout.c:1666
dba9f13c
JX
9919#, c-format
9920msgid ""
9921"'%s' matched more than one remote tracking branch.\n"
9922"We found %d remotes with a reference that matched. So we fell back\n"
9923"on trying to resolve the argument as a path, but failed there too!\n"
9924"\n"
9925"If you meant to check out a remote tracking branch on, e.g. 'origin',\n"
9926"you can do so by fully qualifying the name with the --track option:\n"
9927"\n"
9928" git checkout --track origin/<name>\n"
9929"\n"
9930"If you'd like to always have checkouts of an ambiguous <name> prefer\n"
9931"one remote, e.g. the 'origin' remote, consider setting\n"
9932"checkout.defaultRemote=origin in your config."
9933msgstr ""
9934
3d0a05b4
JX
9935#: builtin/checkout.c:1691 builtin/checkout.c:1693 builtin/checkout.c:1742
9936#: builtin/checkout.c:1744 builtin/clone.c:120 builtin/remote.c:169
9937#: builtin/remote.c:171 builtin/worktree.c:499 builtin/worktree.c:501
6b0f1a9b
JX
9938msgid "branch"
9939msgstr ""
9940
9941#: builtin/checkout.c:1692
9942msgid "create and checkout a new branch"
9943msgstr ""
9944
9945#: builtin/checkout.c:1694
9946msgid "create/reset and checkout a branch"
9947msgstr ""
9948
9949#: builtin/checkout.c:1695
9950msgid "create reflog for new branch"
9951msgstr ""
9952
9953#: builtin/checkout.c:1697
9954msgid "second guess 'git checkout <no-such-branch>' (default)"
9955msgstr ""
9956
9957#: builtin/checkout.c:1698
9958msgid "use overlay mode (default)"
9959msgstr ""
9960
3d0a05b4 9961#: builtin/checkout.c:1743
6b0f1a9b
JX
9962msgid "create and switch to a new branch"
9963msgstr ""
9964
3d0a05b4 9965#: builtin/checkout.c:1745
6b0f1a9b
JX
9966msgid "create/reset and switch to a branch"
9967msgstr ""
9968
3d0a05b4 9969#: builtin/checkout.c:1747
6b0f1a9b
JX
9970msgid "second guess 'git switch <no-such-branch>'"
9971msgstr ""
9972
3d0a05b4 9973#: builtin/checkout.c:1749
6b0f1a9b
JX
9974msgid "throw away local modifications"
9975msgstr ""
9976
3d0a05b4 9977#: builtin/checkout.c:1781
466c88fa 9978msgid "which tree-ish to checkout from"
6b0f1a9b
JX
9979msgstr ""
9980
3d0a05b4 9981#: builtin/checkout.c:1783
6b0f1a9b
JX
9982msgid "restore the index"
9983msgstr ""
9984
3d0a05b4 9985#: builtin/checkout.c:1785
6b0f1a9b
JX
9986msgid "restore the working tree (default)"
9987msgstr ""
9988
3d0a05b4 9989#: builtin/checkout.c:1787
6b0f1a9b
JX
9990msgid "ignore unmerged entries"
9991msgstr ""
9992
3d0a05b4 9993#: builtin/checkout.c:1788
6b0f1a9b
JX
9994msgid "use overlay mode"
9995msgstr ""
9996
94328cef 9997#: builtin/clean.c:28
28b3cffc
JX
9998msgid ""
9999"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
dce37b66
JX
10000msgstr ""
10001
94328cef 10002#: builtin/clean.c:32
46bc4039
JX
10003#, c-format
10004msgid "Removing %s\n"
10005msgstr ""
10006
94328cef 10007#: builtin/clean.c:33
46bc4039
JX
10008#, c-format
10009msgid "Would remove %s\n"
10010msgstr ""
10011
94328cef 10012#: builtin/clean.c:34
46bc4039
JX
10013#, c-format
10014msgid "Skipping repository %s\n"
10015msgstr ""
10016
94328cef 10017#: builtin/clean.c:35
46bc4039
JX
10018#, c-format
10019msgid "Would skip repository %s\n"
10020msgstr ""
10021
94328cef 10022#: builtin/clean.c:36
46bc4039 10023#, c-format
6b0f1a9b
JX
10024msgid "failed to remove %s"
10025msgstr ""
10026
10027#: builtin/clean.c:37
10028#, c-format
10029msgid "could not lstat %s\n"
46bc4039
JX
10030msgstr ""
10031
3d0a05b4 10032#: builtin/clean.c:301 git-add--interactive.perl:593
673bfad0 10033#, c-format
28b3cffc
JX
10034msgid ""
10035"Prompt help:\n"
10036"1 - select a numbered item\n"
10037"foo - select item based on unique prefix\n"
673bfad0 10038" - (empty) select nothing\n"
28b3cffc
JX
10039msgstr ""
10040
3d0a05b4 10041#: builtin/clean.c:305 git-add--interactive.perl:602
673bfad0 10042#, c-format
28b3cffc
JX
10043msgid ""
10044"Prompt help:\n"
10045"1 - select a single item\n"
10046"3-5 - select a range of items\n"
10047"2-3,6-9 - select multiple ranges\n"
10048"foo - select item based on unique prefix\n"
10049"-... - unselect specified items\n"
10050"* - choose all items\n"
673bfad0 10051" - (empty) finish selecting\n"
28b3cffc
JX
10052msgstr ""
10053
3d0a05b4 10054#: builtin/clean.c:521 git-add--interactive.perl:568
6b0f1a9b 10055#: git-add--interactive.perl:573
673bfad0
JX
10056#, c-format, perl-format
10057msgid "Huh (%s)?\n"
28b3cffc
JX
10058msgstr ""
10059
3d0a05b4 10060#: builtin/clean.c:663
28b3cffc
JX
10061#, c-format
10062msgid "Input ignore patterns>> "
10063msgstr ""
10064
3d0a05b4 10065#: builtin/clean.c:700
28b3cffc
JX
10066#, c-format
10067msgid "WARNING: Cannot find items matched by: %s"
10068msgstr ""
10069
3d0a05b4 10070#: builtin/clean.c:721
28b3cffc
JX
10071msgid "Select items to delete"
10072msgstr ""
10073
c2ea1208 10074#. TRANSLATORS: Make sure to keep [y/N] as is
3d0a05b4 10075#: builtin/clean.c:762
28b3cffc 10076#, c-format
c2ea1208 10077msgid "Remove %s [y/N]? "
28b3cffc
JX
10078msgstr ""
10079
3d0a05b4 10080#: builtin/clean.c:787 git-add--interactive.perl:1763
673bfad0
JX
10081#, c-format
10082msgid "Bye.\n"
28b3cffc
JX
10083msgstr ""
10084
3d0a05b4 10085#: builtin/clean.c:795
28b3cffc
JX
10086msgid ""
10087"clean - start cleaning\n"
10088"filter by pattern - exclude items from deletion\n"
10089"select by numbers - select items to be deleted by numbers\n"
10090"ask each - confirm each deletion (like \"rm -i\")\n"
10091"quit - stop cleaning\n"
10092"help - this screen\n"
10093"? - help for prompt selection"
10094msgstr ""
10095
3d0a05b4 10096#: builtin/clean.c:822 git-add--interactive.perl:1849
28b3cffc
JX
10097msgid "*** Commands ***"
10098msgstr ""
10099
3d0a05b4 10100#: builtin/clean.c:823 git-add--interactive.perl:1846
28b3cffc
JX
10101msgid "What now"
10102msgstr ""
10103
3d0a05b4 10104#: builtin/clean.c:831
28b3cffc
JX
10105msgid "Would remove the following item:"
10106msgid_plural "Would remove the following items:"
10107msgstr[0] ""
10108msgstr[1] ""
10109
3d0a05b4 10110#: builtin/clean.c:847
28b3cffc
JX
10111msgid "No more files to clean, exiting."
10112msgstr ""
10113
3d0a05b4 10114#: builtin/clean.c:909
cc76011e 10115msgid "do not print names of files removed"
dce37b66
JX
10116msgstr ""
10117
3d0a05b4 10118#: builtin/clean.c:911
cc76011e 10119msgid "force"
dce37b66
JX
10120msgstr ""
10121
3d0a05b4 10122#: builtin/clean.c:912
28b3cffc
JX
10123msgid "interactive cleaning"
10124msgstr ""
10125
3d0a05b4 10126#: builtin/clean.c:914
cc76011e 10127msgid "remove whole directories"
dce37b66
JX
10128msgstr ""
10129
3d0a05b4
JX
10130#: builtin/clean.c:915 builtin/describe.c:548 builtin/describe.c:550
10131#: builtin/grep.c:901 builtin/log.c:176 builtin/log.c:178
10132#: builtin/ls-files.c:557 builtin/name-rev.c:417 builtin/name-rev.c:419
c08fd730 10133#: builtin/show-ref.c:179
cc76011e 10134msgid "pattern"
dce37b66
JX
10135msgstr ""
10136
3d0a05b4 10137#: builtin/clean.c:916
cc76011e 10138msgid "add <pattern> to ignore rules"
dce37b66
JX
10139msgstr ""
10140
3d0a05b4 10141#: builtin/clean.c:917
cc76011e 10142msgid "remove ignored files, too"
dce37b66
JX
10143msgstr ""
10144
3d0a05b4 10145#: builtin/clean.c:919
cc76011e 10146msgid "remove only ignored files"
dce37b66
JX
10147msgstr ""
10148
3d0a05b4 10149#: builtin/clean.c:937
cc76011e 10150msgid "-x and -X cannot be used together"
dce37b66
JX
10151msgstr ""
10152
3d0a05b4 10153#: builtin/clean.c:941
cc76011e 10154msgid ""
5e078fcd 10155"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
28b3cffc 10156"clean"
dce37b66
JX
10157msgstr ""
10158
3d0a05b4 10159#: builtin/clean.c:944
cc76011e 10160msgid ""
5e078fcd 10161"clean.requireForce defaults to true and neither -i, -n, nor -f given; "
28b3cffc 10162"refusing to clean"
dce37b66
JX
10163msgstr ""
10164
3d0a05b4 10165#: builtin/clone.c:45
c2ea1208 10166msgid "git clone [<options>] [--] <repo> [<dir>]"
dce37b66
JX
10167msgstr ""
10168
3d0a05b4 10169#: builtin/clone.c:92
cc76011e 10170msgid "don't create a checkout"
dce37b66
JX
10171msgstr ""
10172
3d0a05b4 10173#: builtin/clone.c:93 builtin/clone.c:95 builtin/init-db.c:489
cc76011e 10174msgid "create a bare repository"
dce37b66
JX
10175msgstr ""
10176
3d0a05b4 10177#: builtin/clone.c:97
cc76011e 10178msgid "create a mirror repository (implies bare)"
dce37b66
JX
10179msgstr ""
10180
3d0a05b4 10181#: builtin/clone.c:99
cc76011e 10182msgid "to clone from a local repository"
dce37b66
JX
10183msgstr ""
10184
3d0a05b4 10185#: builtin/clone.c:101
cc76011e 10186msgid "don't use local hardlinks, always copy"
dce37b66
JX
10187msgstr ""
10188
3d0a05b4 10189#: builtin/clone.c:103
cc76011e 10190msgid "setup as shared repository"
dce37b66
JX
10191msgstr ""
10192
3d0a05b4 10193#: builtin/clone.c:106
dfc182b1
JX
10194msgid "pathspec"
10195msgstr ""
10196
3d0a05b4 10197#: builtin/clone.c:106
cc76011e 10198msgid "initialize submodules in the clone"
dce37b66
JX
10199msgstr ""
10200
3d0a05b4 10201#: builtin/clone.c:109
f517e50d
JX
10202msgid "number of submodules cloned in parallel"
10203msgstr ""
10204
3d0a05b4 10205#: builtin/clone.c:110 builtin/init-db.c:486
cc76011e 10206msgid "template-directory"
dce37b66
JX
10207msgstr ""
10208
3d0a05b4 10209#: builtin/clone.c:111 builtin/init-db.c:487
cc76011e 10210msgid "directory from which templates will be used"
dce37b66
JX
10211msgstr ""
10212
3d0a05b4 10213#: builtin/clone.c:113 builtin/clone.c:115 builtin/submodule--helper.c:1380
6b0f1a9b 10214#: builtin/submodule--helper.c:1860
cc76011e 10215msgid "reference repository"
dce37b66
JX
10216msgstr ""
10217
3d0a05b4 10218#: builtin/clone.c:117 builtin/submodule--helper.c:1382
6b0f1a9b 10219#: builtin/submodule--helper.c:1862
64f23b0c
JX
10220msgid "use --reference only while cloning"
10221msgstr ""
10222
3d0a05b4
JX
10223#: builtin/clone.c:118 builtin/column.c:27 builtin/merge-file.c:46
10224#: builtin/pack-objects.c:3294 builtin/repack.c:320
cc76011e 10225msgid "name"
dce37b66
JX
10226msgstr ""
10227
3d0a05b4 10228#: builtin/clone.c:119
cc76011e 10229msgid "use <name> instead of 'origin' to track upstream"
dce37b66
JX
10230msgstr ""
10231
3d0a05b4 10232#: builtin/clone.c:121
cc76011e 10233msgid "checkout <branch> instead of the remote's HEAD"
dce37b66
JX
10234msgstr ""
10235
3d0a05b4 10236#: builtin/clone.c:123
cc76011e 10237msgid "path to git-upload-pack on the remote"
dce37b66
JX
10238msgstr ""
10239
3d0a05b4
JX
10240#: builtin/clone.c:124 builtin/fetch.c:167 builtin/grep.c:840
10241#: builtin/pull.c:227
cc76011e 10242msgid "depth"
dce37b66
JX
10243msgstr ""
10244
3d0a05b4 10245#: builtin/clone.c:125
cc76011e 10246msgid "create a shallow clone of that depth"
dce37b66
JX
10247msgstr ""
10248
3d0a05b4 10249#: builtin/clone.c:126 builtin/fetch.c:169 builtin/pack-objects.c:3283
fda7b092
JX
10250msgid "time"
10251msgstr ""
10252
3d0a05b4 10253#: builtin/clone.c:127
fda7b092
JX
10254msgid "create a shallow clone since a specific time"
10255msgstr ""
10256
3d0a05b4
JX
10257#: builtin/clone.c:128 builtin/fetch.c:171 builtin/fetch.c:194
10258#: builtin/rebase.c:1417
fda7b092
JX
10259msgid "revision"
10260msgstr ""
10261
3d0a05b4 10262#: builtin/clone.c:129 builtin/fetch.c:172
673bfad0 10263msgid "deepen history of shallow clone, excluding rev"
fda7b092
JX
10264msgstr ""
10265
3d0a05b4 10266#: builtin/clone.c:131
cc76011e 10267msgid "clone only one branch, HEAD or --branch"
822e4a65
JX
10268msgstr ""
10269
3d0a05b4 10270#: builtin/clone.c:133
5b34e000
JX
10271msgid "don't clone any tags, and make later fetches not to follow them"
10272msgstr ""
10273
3d0a05b4 10274#: builtin/clone.c:135
f517e50d
JX
10275msgid "any cloned submodules will be shallow"
10276msgstr ""
10277
3d0a05b4 10278#: builtin/clone.c:136 builtin/init-db.c:495
cc76011e 10279msgid "gitdir"
dce37b66
JX
10280msgstr ""
10281
3d0a05b4 10282#: builtin/clone.c:137 builtin/init-db.c:496
cc76011e 10283msgid "separate git dir from working tree"
dce37b66
JX
10284msgstr ""
10285
3d0a05b4 10286#: builtin/clone.c:138
cc76011e 10287msgid "key=value"
822e4a65
JX
10288msgstr ""
10289
3d0a05b4 10290#: builtin/clone.c:139
cc76011e 10291msgid "set config inside the new repository"
dce37b66
JX
10292msgstr ""
10293
3d0a05b4
JX
10294#: builtin/clone.c:141 builtin/fetch.c:189 builtin/ls-remote.c:76
10295#: builtin/push.c:572 builtin/send-pack.c:172
d93ef2a1
JX
10296msgid "server-specific"
10297msgstr ""
10298
3d0a05b4
JX
10299#: builtin/clone.c:141 builtin/fetch.c:189 builtin/ls-remote.c:76
10300#: builtin/push.c:572 builtin/send-pack.c:173
d93ef2a1
JX
10301msgid "option to transmit"
10302msgstr ""
10303
3d0a05b4
JX
10304#: builtin/clone.c:142 builtin/fetch.c:190 builtin/pull.c:240
10305#: builtin/push.c:573
9eb3984b
JX
10306msgid "use IPv4 addresses only"
10307msgstr ""
10308
3d0a05b4
JX
10309#: builtin/clone.c:144 builtin/fetch.c:192 builtin/pull.c:243
10310#: builtin/push.c:575
9eb3984b
JX
10311msgid "use IPv6 addresses only"
10312msgstr ""
10313
3d0a05b4 10314#: builtin/clone.c:148
6b0f1a9b
JX
10315msgid "any cloned submodules will use their remote-tracking branch"
10316msgstr ""
10317
3d0a05b4 10318#: builtin/clone.c:284
f1522b27
JX
10319msgid ""
10320"No directory name could be guessed.\n"
10321"Please specify a directory on the command line"
10322msgstr ""
10323
3d0a05b4 10324#: builtin/clone.c:337
df49095a 10325#, c-format
fda7b092 10326msgid "info: Could not add alternate for '%s': %s\n"
df49095a
JX
10327msgstr ""
10328
3d0a05b4 10329#: builtin/clone.c:410
dce37b66 10330#, c-format
cc76011e 10331msgid "%s exists and is not a directory"
dce37b66
JX
10332msgstr ""
10333
3d0a05b4 10334#: builtin/clone.c:427
cc76011e 10335#, c-format
6b0f1a9b 10336msgid "failed to start iterator over '%s'"
822e4a65
JX
10337msgstr ""
10338
3d0a05b4 10339#: builtin/clone.c:457
dce37b66 10340#, c-format
cc76011e 10341msgid "failed to create link '%s'"
dce37b66
JX
10342msgstr ""
10343
3d0a05b4 10344#: builtin/clone.c:461
cc76011e
JX
10345#, c-format
10346msgid "failed to copy file to '%s'"
dce37b66
JX
10347msgstr ""
10348
3d0a05b4 10349#: builtin/clone.c:466
6b0f1a9b
JX
10350#, c-format
10351msgid "failed to iterate over '%s'"
10352msgstr ""
10353
3d0a05b4 10354#: builtin/clone.c:491
cc76011e
JX
10355#, c-format
10356msgid "done.\n"
dce37b66
JX
10357msgstr ""
10358
3d0a05b4 10359#: builtin/clone.c:505
c138af56
JX
10360msgid ""
10361"Clone succeeded, but checkout failed.\n"
10362"You can inspect what was checked out with 'git status'\n"
6b0f1a9b 10363"and retry with 'git restore --source=HEAD :/'\n"
c138af56
JX
10364msgstr ""
10365
3d0a05b4 10366#: builtin/clone.c:582
cc76011e
JX
10367#, c-format
10368msgid "Could not find remote branch %s to clone."
dce37b66
JX
10369msgstr ""
10370
3d0a05b4 10371#: builtin/clone.c:701
f1522b27
JX
10372#, c-format
10373msgid "unable to update %s"
10374msgstr ""
10375
3d0a05b4 10376#: builtin/clone.c:751
cc76011e 10377msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
dce37b66
JX
10378msgstr ""
10379
3d0a05b4 10380#: builtin/clone.c:782
c138af56
JX
10381msgid "unable to checkout working tree"
10382msgstr ""
10383
3d0a05b4 10384#: builtin/clone.c:832
f1522b27
JX
10385msgid "unable to write parameters to config file"
10386msgstr ""
10387
3d0a05b4 10388#: builtin/clone.c:895
beb691f7
JX
10389msgid "cannot repack to clean up"
10390msgstr ""
10391
3d0a05b4 10392#: builtin/clone.c:897
beb691f7
JX
10393msgid "cannot unlink temporary alternates file"
10394msgstr ""
10395
3d0a05b4 10396#: builtin/clone.c:937 builtin/receive-pack.c:1948
cc76011e 10397msgid "Too many arguments."
dce37b66
JX
10398msgstr ""
10399
3d0a05b4 10400#: builtin/clone.c:941
cc76011e 10401msgid "You must specify a repository to clone."
dce37b66
JX
10402msgstr ""
10403
3d0a05b4 10404#: builtin/clone.c:954
cc76011e
JX
10405#, c-format
10406msgid "--bare and --origin %s options are incompatible."
dce37b66
JX
10407msgstr ""
10408
3d0a05b4 10409#: builtin/clone.c:957
46bc4039
JX
10410msgid "--bare and --separate-git-dir are incompatible."
10411msgstr ""
10412
3d0a05b4 10413#: builtin/clone.c:970
cc76011e
JX
10414#, c-format
10415msgid "repository '%s' does not exist"
dce37b66
JX
10416msgstr ""
10417
3d0a05b4 10418#: builtin/clone.c:976 builtin/fetch.c:1790
df49095a
JX
10419#, c-format
10420msgid "depth %s is not a positive number"
10421msgstr ""
10422
3d0a05b4 10423#: builtin/clone.c:986
dce37b66 10424#, c-format
cc76011e 10425msgid "destination path '%s' already exists and is not an empty directory."
dce37b66
JX
10426msgstr ""
10427
3d0a05b4 10428#: builtin/clone.c:996
dce37b66 10429#, c-format
cc76011e 10430msgid "working tree '%s' already exists."
dce37b66
JX
10431msgstr ""
10432
3d0a05b4
JX
10433#: builtin/clone.c:1011 builtin/clone.c:1032 builtin/difftool.c:271
10434#: builtin/log.c:1785 builtin/worktree.c:302 builtin/worktree.c:334
a4156d20
JX
10435#, c-format
10436msgid "could not create leading directories of '%s'"
10437msgstr ""
10438
3d0a05b4 10439#: builtin/clone.c:1016
822e4a65 10440#, c-format
c2ea1208 10441msgid "could not create work tree dir '%s'"
dce37b66
JX
10442msgstr ""
10443
3d0a05b4 10444#: builtin/clone.c:1036
822e4a65 10445#, c-format
cc76011e 10446msgid "Cloning into bare repository '%s'...\n"
dce37b66
JX
10447msgstr ""
10448
3d0a05b4 10449#: builtin/clone.c:1038
dce37b66 10450#, c-format
cc76011e 10451msgid "Cloning into '%s'...\n"
dce37b66
JX
10452msgstr ""
10453
3d0a05b4 10454#: builtin/clone.c:1062
fda7b092
JX
10455msgid ""
10456"clone --recursive is not compatible with both --reference and --reference-if-"
10457"able"
10458msgstr ""
10459
3d0a05b4 10460#: builtin/clone.c:1123
fe05e196
JX
10461msgid "--depth is ignored in local clones; use file:// instead."
10462msgstr ""
10463
3d0a05b4 10464#: builtin/clone.c:1125
fda7b092
JX
10465msgid "--shallow-since is ignored in local clones; use file:// instead."
10466msgstr ""
10467
3d0a05b4 10468#: builtin/clone.c:1127
fda7b092
JX
10469msgid "--shallow-exclude is ignored in local clones; use file:// instead."
10470msgstr ""
10471
3d0a05b4 10472#: builtin/clone.c:1129
abc8de64
JX
10473msgid "--filter is ignored in local clones; use file:// instead."
10474msgstr ""
10475
3d0a05b4 10476#: builtin/clone.c:1132
fe05e196
JX
10477msgid "source repository is shallow, ignoring --local"
10478msgstr ""
10479
3d0a05b4 10480#: builtin/clone.c:1137
fe05e196
JX
10481msgid "--local is ignored"
10482msgstr ""
10483
3d0a05b4 10484#: builtin/clone.c:1212 builtin/clone.c:1220
822e4a65 10485#, c-format
cc76011e 10486msgid "Remote branch %s not found in upstream %s"
dce37b66
JX
10487msgstr ""
10488
3d0a05b4 10489#: builtin/clone.c:1223
cc76011e 10490msgid "You appear to have cloned an empty repository."
dce37b66
JX
10491msgstr ""
10492
5b34e000 10493#: builtin/column.c:10
c2ea1208 10494msgid "git column [<options>]"
dce37b66
JX
10495msgstr ""
10496
5b34e000 10497#: builtin/column.c:27
cc76011e 10498msgid "lookup config vars"
dce37b66
JX
10499msgstr ""
10500
5b34e000 10501#: builtin/column.c:28 builtin/column.c:29
cc76011e 10502msgid "layout to use"
dce37b66
JX
10503msgstr ""
10504
5b34e000 10505#: builtin/column.c:30
cc76011e 10506msgid "Maximum width"
dce37b66
JX
10507msgstr ""
10508
5b34e000 10509#: builtin/column.c:31
cc76011e 10510msgid "Padding space on left border"
dce37b66
JX
10511msgstr ""
10512
5b34e000 10513#: builtin/column.c:32
cc76011e 10514msgid "Padding space on right border"
dce37b66
JX
10515msgstr ""
10516
5b34e000 10517#: builtin/column.c:33
cc76011e 10518msgid "Padding space between columns"
dce37b66
JX
10519msgstr ""
10520
9b7388a8 10521#: builtin/column.c:51
cc76011e 10522msgid "--command must be the first argument"
dce37b66
JX
10523msgstr ""
10524
d93ef2a1
JX
10525#: builtin/commit-tree.c:18
10526msgid ""
10527"git commit-tree [(-p <parent>)...] [-S[<keyid>]] [(-m <message>)...] [(-F "
10528"<file>)...] <tree>"
10529msgstr ""
10530
10531#: builtin/commit-tree.c:31
10532#, c-format
10533msgid "duplicate parent %s ignored"
10534msgstr ""
10535
466c88fa 10536#: builtin/commit-tree.c:56 builtin/commit-tree.c:136 builtin/log.c:525
d93ef2a1
JX
10537#, c-format
10538msgid "not a valid object name %s"
10539msgstr ""
10540
10541#: builtin/commit-tree.c:93
10542#, c-format
10543msgid "git commit-tree: failed to open '%s'"
10544msgstr ""
10545
10546#: builtin/commit-tree.c:96
10547#, c-format
10548msgid "git commit-tree: failed to read '%s'"
10549msgstr ""
10550
10551#: builtin/commit-tree.c:98
10552#, c-format
10553msgid "git commit-tree: failed to close '%s'"
10554msgstr ""
10555
10556#: builtin/commit-tree.c:111
10557msgid "parent"
10558msgstr ""
10559
10560#: builtin/commit-tree.c:112
10561msgid "id of a parent commit object"
10562msgstr ""
10563
6b0f1a9b 10564#: builtin/commit-tree.c:114 builtin/commit.c:1500 builtin/merge.c:270
3d0a05b4 10565#: builtin/notes.c:409 builtin/notes.c:575 builtin/stash.c:1469
6b0f1a9b 10566#: builtin/tag.c:412
d93ef2a1
JX
10567msgid "message"
10568msgstr ""
10569
6b0f1a9b 10570#: builtin/commit-tree.c:115 builtin/commit.c:1500
d93ef2a1
JX
10571msgid "commit message"
10572msgstr ""
10573
10574#: builtin/commit-tree.c:118
10575msgid "read commit log message from file"
10576msgstr ""
10577
6b0f1a9b 10578#: builtin/commit-tree.c:121 builtin/commit.c:1512 builtin/merge.c:287
3d0a05b4 10579#: builtin/pull.c:195 builtin/revert.c:118
d93ef2a1
JX
10580msgid "GPG sign commit"
10581msgstr ""
10582
10583#: builtin/commit-tree.c:133
10584msgid "must give exactly one tree"
10585msgstr ""
10586
10587#: builtin/commit-tree.c:140
10588msgid "git commit-tree: failed to read"
10589msgstr ""
10590
94328cef 10591#: builtin/commit.c:41
c2ea1208 10592msgid "git commit [<options>] [--] <pathspec>..."
dce37b66
JX
10593msgstr ""
10594
94328cef 10595#: builtin/commit.c:46
c2ea1208 10596msgid "git status [<options>] [--] <pathspec>..."
dce37b66
JX
10597msgstr ""
10598
94328cef 10599#: builtin/commit.c:51
cc76011e
JX
10600msgid ""
10601"You asked to amend the most recent commit, but doing so would make\n"
10602"it empty. You can repeat your command with --allow-empty, or you can\n"
10603"remove the commit entirely with \"git reset HEAD^\".\n"
822e4a65
JX
10604msgstr ""
10605
94328cef 10606#: builtin/commit.c:56
dce37b66 10607msgid ""
cc76011e
JX
10608"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
10609"If you wish to commit it anyway, use:\n"
10610"\n"
10611" git commit --allow-empty\n"
10612"\n"
dce37b66
JX
10613msgstr ""
10614
94328cef 10615#: builtin/commit.c:63
6b0f1a9b 10616msgid "Otherwise, please use 'git cherry-pick --skip'\n"
b8ecf239
JX
10617msgstr ""
10618
94328cef 10619#: builtin/commit.c:66
b8ecf239 10620msgid ""
6b0f1a9b
JX
10621"and then use:\n"
10622"\n"
10623" git cherry-pick --continue\n"
10624"\n"
10625"to resume cherry-picking the remaining commits.\n"
b8ecf239
JX
10626"If you wish to skip this commit, use:\n"
10627"\n"
6b0f1a9b 10628" git cherry-pick --skip\n"
b8ecf239 10629"\n"
b8ecf239
JX
10630msgstr ""
10631
6b0f1a9b 10632#: builtin/commit.c:315
cc76011e 10633msgid "failed to unpack HEAD tree object"
822e4a65
JX
10634msgstr ""
10635
6b0f1a9b 10636#: builtin/commit.c:356
cc76011e 10637msgid "unable to create temporary index"
dce37b66
JX
10638msgstr ""
10639
6b0f1a9b 10640#: builtin/commit.c:362
cc76011e 10641msgid "interactive add failed"
dce37b66
JX
10642msgstr ""
10643
6b0f1a9b 10644#: builtin/commit.c:376
d07a63e4
JX
10645msgid "unable to update temporary index"
10646msgstr ""
10647
6b0f1a9b 10648#: builtin/commit.c:378
d07a63e4
JX
10649msgid "Failed to update main cache tree"
10650msgstr ""
10651
6b0f1a9b 10652#: builtin/commit.c:403 builtin/commit.c:426 builtin/commit.c:472
cc76011e 10653msgid "unable to write new_index file"
dce37b66
JX
10654msgstr ""
10655
6b0f1a9b 10656#: builtin/commit.c:455
cc76011e 10657msgid "cannot do a partial commit during a merge."
dce37b66
JX
10658msgstr ""
10659
6b0f1a9b 10660#: builtin/commit.c:457
cc76011e 10661msgid "cannot do a partial commit during a cherry-pick."
dce37b66
JX
10662msgstr ""
10663
6b0f1a9b 10664#: builtin/commit.c:465
cc76011e 10665msgid "cannot read the index"
dce37b66
JX
10666msgstr ""
10667
6b0f1a9b 10668#: builtin/commit.c:484
cc76011e 10669msgid "unable to write temporary index file"
dce37b66
JX
10670msgstr ""
10671
6b0f1a9b 10672#: builtin/commit.c:582
d07a63e4
JX
10673#, c-format
10674msgid "commit '%s' lacks author header"
10675msgstr ""
10676
6b0f1a9b 10677#: builtin/commit.c:584
dce37b66 10678#, c-format
d07a63e4 10679msgid "commit '%s' has malformed author line"
dce37b66
JX
10680msgstr ""
10681
6b0f1a9b 10682#: builtin/commit.c:603
cc76011e 10683msgid "malformed --author parameter"
dce37b66
JX
10684msgstr ""
10685
6b0f1a9b 10686#: builtin/commit.c:656
fe05e196
JX
10687msgid ""
10688"unable to select a comment character that is not used\n"
10689"in the current commit message"
10690msgstr ""
10691
6b0f1a9b 10692#: builtin/commit.c:694 builtin/commit.c:727 builtin/commit.c:1072
cc76011e
JX
10693#, c-format
10694msgid "could not lookup commit %s"
822e4a65
JX
10695msgstr ""
10696
6b0f1a9b 10697#: builtin/commit.c:706 builtin/shortlog.c:319
cc76011e
JX
10698#, c-format
10699msgid "(reading log message from standard input)\n"
822e4a65
JX
10700msgstr ""
10701
6b0f1a9b 10702#: builtin/commit.c:708
cc76011e 10703msgid "could not read log from standard input"
822e4a65
JX
10704msgstr ""
10705
6b0f1a9b 10706#: builtin/commit.c:712
dce37b66 10707#, c-format
cc76011e 10708msgid "could not read log file '%s'"
dce37b66
JX
10709msgstr ""
10710
6b0f1a9b 10711#: builtin/commit.c:743 builtin/commit.c:759
f517e50d 10712msgid "could not read SQUASH_MSG"
dce37b66
JX
10713msgstr ""
10714
6b0f1a9b 10715#: builtin/commit.c:750
f517e50d 10716msgid "could not read MERGE_MSG"
dce37b66
JX
10717msgstr ""
10718
6b0f1a9b 10719#: builtin/commit.c:810
cc76011e
JX
10720msgid "could not write commit template"
10721msgstr ""
10722
6b0f1a9b 10723#: builtin/commit.c:829
dce37b66 10724#, c-format
822e4a65 10725msgid ""
cc76011e
JX
10726"\n"
10727"It looks like you may be committing a merge.\n"
10728"If this is not correct, please remove the file\n"
10729"\t%s\n"
10730"and try again.\n"
dce37b66
JX
10731msgstr ""
10732
6b0f1a9b 10733#: builtin/commit.c:834
822e4a65
JX
10734#, c-format
10735msgid ""
cc76011e
JX
10736"\n"
10737"It looks like you may be committing a cherry-pick.\n"
10738"If this is not correct, please remove the file\n"
10739"\t%s\n"
10740"and try again.\n"
dce37b66
JX
10741msgstr ""
10742
6b0f1a9b 10743#: builtin/commit.c:847
9caaf23e 10744#, c-format
cc76011e
JX
10745msgid ""
10746"Please enter the commit message for your changes. Lines starting\n"
9caaf23e 10747"with '%c' will be ignored, and an empty message aborts the commit.\n"
dce37b66
JX
10748msgstr ""
10749
6b0f1a9b 10750#: builtin/commit.c:855
9caaf23e 10751#, c-format
cc76011e
JX
10752msgid ""
10753"Please enter the commit message for your changes. Lines starting\n"
9caaf23e 10754"with '%c' will be kept; you may remove them yourself if you want to.\n"
cc76011e
JX
10755"An empty message aborts the commit.\n"
10756msgstr ""
10757
6b0f1a9b 10758#: builtin/commit.c:872
fe05e196
JX
10759#, c-format
10760msgid "%sAuthor: %.*s <%.*s>"
10761msgstr ""
10762
6b0f1a9b 10763#: builtin/commit.c:880
822e4a65 10764#, c-format
fe05e196 10765msgid "%sDate: %s"
dce37b66
JX
10766msgstr ""
10767
6b0f1a9b 10768#: builtin/commit.c:887
cc76011e 10769#, c-format
fe05e196 10770msgid "%sCommitter: %.*s <%.*s>"
dce37b66
JX
10771msgstr ""
10772
6b0f1a9b 10773#: builtin/commit.c:905
cc76011e 10774msgid "Cannot read index"
822e4a65
JX
10775msgstr ""
10776
6b0f1a9b 10777#: builtin/commit.c:972
cc76011e 10778msgid "Error building trees"
dce37b66
JX
10779msgstr ""
10780
6b0f1a9b 10781#: builtin/commit.c:986 builtin/tag.c:275
dce37b66 10782#, c-format
cc76011e 10783msgid "Please supply the message using either -m or -F option.\n"
dce37b66
JX
10784msgstr ""
10785
6b0f1a9b 10786#: builtin/commit.c:1030
dce37b66 10787#, c-format
c2ea1208 10788msgid "--author '%s' is not 'Name <email>' and matches no existing author"
dce37b66
JX
10789msgstr ""
10790
6b0f1a9b 10791#: builtin/commit.c:1044
18a90722
JX
10792#, c-format
10793msgid "Invalid ignored mode '%s'"
10794msgstr ""
10795
6b0f1a9b 10796#: builtin/commit.c:1062 builtin/commit.c:1304
cc76011e
JX
10797#, c-format
10798msgid "Invalid untracked files mode '%s'"
dce37b66
JX
10799msgstr ""
10800
6b0f1a9b 10801#: builtin/commit.c:1102
28b3cffc
JX
10802msgid "--long and -z are incompatible"
10803msgstr ""
10804
6b0f1a9b 10805#: builtin/commit.c:1146
cc76011e
JX
10806msgid "Using both --reset-author and --author does not make sense"
10807msgstr ""
822e4a65 10808
6b0f1a9b 10809#: builtin/commit.c:1155
cc76011e 10810msgid "You have nothing to amend."
dce37b66
JX
10811msgstr ""
10812
6b0f1a9b 10813#: builtin/commit.c:1158
cc76011e 10814msgid "You are in the middle of a merge -- cannot amend."
822e4a65
JX
10815msgstr ""
10816
6b0f1a9b 10817#: builtin/commit.c:1160
cc76011e 10818msgid "You are in the middle of a cherry-pick -- cannot amend."
822e4a65
JX
10819msgstr ""
10820
6b0f1a9b 10821#: builtin/commit.c:1163
cc76011e 10822msgid "Options --squash and --fixup cannot be used together"
822e4a65
JX
10823msgstr ""
10824
6b0f1a9b 10825#: builtin/commit.c:1173
cc76011e 10826msgid "Only one of -c/-C/-F/--fixup can be used."
dce37b66
JX
10827msgstr ""
10828
6b0f1a9b 10829#: builtin/commit.c:1175
abc8de64 10830msgid "Option -m cannot be combined with -c/-C/-F."
dce37b66
JX
10831msgstr ""
10832
6b0f1a9b 10833#: builtin/commit.c:1183
cc76011e 10834msgid "--reset-author can be used only with -C, -c or --amend."
822e4a65
JX
10835msgstr ""
10836
6b0f1a9b 10837#: builtin/commit.c:1200
cc76011e 10838msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
dce37b66
JX
10839msgstr ""
10840
6b0f1a9b 10841#: builtin/commit.c:1202
cc76011e 10842msgid "No paths with --include/--only does not make sense."
dce37b66
JX
10843msgstr ""
10844
6b0f1a9b 10845#: builtin/commit.c:1208
dce37b66 10846#, c-format
d93ef2a1 10847msgid "paths '%s ...' with -a does not make sense"
822e4a65
JX
10848msgstr ""
10849
6b0f1a9b 10850#: builtin/commit.c:1339 builtin/commit.c:1523
cc76011e
JX
10851msgid "show status concisely"
10852msgstr ""
822e4a65 10853
6b0f1a9b 10854#: builtin/commit.c:1341 builtin/commit.c:1525
cc76011e 10855msgid "show branch information"
cd1e7487
JX
10856msgstr ""
10857
6b0f1a9b 10858#: builtin/commit.c:1343
5b34e000
JX
10859msgid "show stash information"
10860msgstr ""
10861
6b0f1a9b 10862#: builtin/commit.c:1345 builtin/commit.c:1527
abc8de64
JX
10863msgid "compute full ahead/behind values"
10864msgstr ""
10865
6b0f1a9b 10866#: builtin/commit.c:1347
fda7b092
JX
10867msgid "version"
10868msgstr ""
10869
3d0a05b4
JX
10870#: builtin/commit.c:1347 builtin/commit.c:1529 builtin/push.c:548
10871#: builtin/worktree.c:650
cc76011e 10872msgid "machine-readable output"
dce37b66
JX
10873msgstr ""
10874
6b0f1a9b 10875#: builtin/commit.c:1350 builtin/commit.c:1531
fe52cd62
JX
10876msgid "show status in long format (default)"
10877msgstr ""
10878
6b0f1a9b 10879#: builtin/commit.c:1353 builtin/commit.c:1534
cc76011e 10880msgid "terminate entries with NUL"
dce37b66
JX
10881msgstr ""
10882
6b0f1a9b 10883#: builtin/commit.c:1355 builtin/commit.c:1359 builtin/commit.c:1537
3d0a05b4
JX
10884#: builtin/fast-export.c:1153 builtin/fast-export.c:1156
10885#: builtin/fast-export.c:1159 builtin/rebase.c:1495 parse-options.h:332
cc76011e 10886msgid "mode"
11b90174
JX
10887msgstr ""
10888
6b0f1a9b 10889#: builtin/commit.c:1356 builtin/commit.c:1537
cc76011e 10890msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
dce37b66
JX
10891msgstr ""
10892
6b0f1a9b 10893#: builtin/commit.c:1360
18a90722
JX
10894msgid ""
10895"show ignored files, optional modes: traditional, matching, no. (Default: "
10896"traditional)"
dce37b66
JX
10897msgstr ""
10898
3d0a05b4 10899#: builtin/commit.c:1362 parse-options.h:188
cc76011e 10900msgid "when"
dce37b66
JX
10901msgstr ""
10902
6b0f1a9b 10903#: builtin/commit.c:1363
cc76011e
JX
10904msgid ""
10905"ignore changes to submodules, optional when: all, dirty, untracked. "
10906"(Default: all)"
dce37b66
JX
10907msgstr ""
10908
6b0f1a9b 10909#: builtin/commit.c:1365
cc76011e 10910msgid "list untracked files in columns"
dce37b66
JX
10911msgstr ""
10912
6b0f1a9b 10913#: builtin/commit.c:1366
9b7388a8
JX
10914msgid "do not detect renames"
10915msgstr ""
10916
6b0f1a9b 10917#: builtin/commit.c:1368
9b7388a8
JX
10918msgid "detect renames, optionally set similarity index"
10919msgstr ""
10920
6b0f1a9b 10921#: builtin/commit.c:1388
18a90722
JX
10922msgid "Unsupported combination of ignored and untracked-files arguments"
10923msgstr ""
10924
6b0f1a9b 10925#: builtin/commit.c:1493
cc76011e 10926msgid "suppress summary after successful commit"
dce37b66
JX
10927msgstr ""
10928
6b0f1a9b 10929#: builtin/commit.c:1494
cc76011e 10930msgid "show diff in commit message template"
11b90174
JX
10931msgstr ""
10932
6b0f1a9b 10933#: builtin/commit.c:1496
cc76011e 10934msgid "Commit message options"
822e4a65
JX
10935msgstr ""
10936
6b0f1a9b 10937#: builtin/commit.c:1497 builtin/merge.c:274 builtin/tag.c:414
cc76011e 10938msgid "read message from file"
93329721
JX
10939msgstr ""
10940
6b0f1a9b 10941#: builtin/commit.c:1498
cc76011e 10942msgid "author"
dce37b66
JX
10943msgstr ""
10944
6b0f1a9b 10945#: builtin/commit.c:1498
cc76011e 10946msgid "override author for commit"
dce37b66
JX
10947msgstr ""
10948
3d0a05b4 10949#: builtin/commit.c:1499 builtin/gc.c:538
cc76011e 10950msgid "date"
dce37b66
JX
10951msgstr ""
10952
6b0f1a9b 10953#: builtin/commit.c:1499
cc76011e 10954msgid "override date for commit"
dce37b66
JX
10955msgstr ""
10956
6b0f1a9b
JX
10957#: builtin/commit.c:1501 builtin/commit.c:1502 builtin/commit.c:1503
10958#: builtin/commit.c:1504 parse-options.h:324 ref-filter.h:92
f4f2c8f8
JX
10959msgid "commit"
10960msgstr ""
10961
6b0f1a9b 10962#: builtin/commit.c:1501
cc76011e 10963msgid "reuse and edit message from specified commit"
822e4a65
JX
10964msgstr ""
10965
6b0f1a9b 10966#: builtin/commit.c:1502
cc76011e 10967msgid "reuse message from specified commit"
822e4a65
JX
10968msgstr ""
10969
6b0f1a9b 10970#: builtin/commit.c:1503
cc76011e 10971msgid "use autosquash formatted message to fixup specified commit"
822e4a65
JX
10972msgstr ""
10973
6b0f1a9b 10974#: builtin/commit.c:1504
cc76011e
JX
10975msgid "use autosquash formatted message to squash specified commit"
10976msgstr ""
822e4a65 10977
6b0f1a9b 10978#: builtin/commit.c:1505
cc76011e
JX
10979msgid "the commit is authored by me now (used with -C/-c/--amend)"
10980msgstr ""
822e4a65 10981
3d0a05b4
JX
10982#: builtin/commit.c:1506 builtin/log.c:1565 builtin/merge.c:289
10983#: builtin/pull.c:164 builtin/revert.c:110
cc76011e 10984msgid "add Signed-off-by:"
822e4a65
JX
10985msgstr ""
10986
6b0f1a9b 10987#: builtin/commit.c:1507
cc76011e 10988msgid "use specified template file"
822e4a65
JX
10989msgstr ""
10990
6b0f1a9b 10991#: builtin/commit.c:1508
cc76011e 10992msgid "force edit of commit"
822e4a65
JX
10993msgstr ""
10994
6b0f1a9b 10995#: builtin/commit.c:1510
cc76011e 10996msgid "include status in commit message template"
822e4a65
JX
10997msgstr ""
10998
6b0f1a9b 10999#: builtin/commit.c:1515
cc76011e 11000msgid "Commit contents options"
822e4a65
JX
11001msgstr ""
11002
6b0f1a9b 11003#: builtin/commit.c:1516
cc76011e 11004msgid "commit all changed files"
822e4a65
JX
11005msgstr ""
11006
6b0f1a9b 11007#: builtin/commit.c:1517
cc76011e 11008msgid "add specified files to index for commit"
822e4a65
JX
11009msgstr ""
11010
6b0f1a9b 11011#: builtin/commit.c:1518
cc76011e 11012msgid "interactively add files"
822e4a65
JX
11013msgstr ""
11014
6b0f1a9b 11015#: builtin/commit.c:1519
cc76011e 11016msgid "interactively add changes"
822e4a65
JX
11017msgstr ""
11018
6b0f1a9b 11019#: builtin/commit.c:1520
cc76011e 11020msgid "commit only specified files"
822e4a65
JX
11021msgstr ""
11022
6b0f1a9b 11023#: builtin/commit.c:1521
9fa976ff 11024msgid "bypass pre-commit and commit-msg hooks"
822e4a65
JX
11025msgstr ""
11026
6b0f1a9b 11027#: builtin/commit.c:1522
cc76011e 11028msgid "show what would be committed"
822e4a65
JX
11029msgstr ""
11030
6b0f1a9b 11031#: builtin/commit.c:1535
cc76011e 11032msgid "amend previous commit"
822e4a65
JX
11033msgstr ""
11034
6b0f1a9b 11035#: builtin/commit.c:1536
cc76011e 11036msgid "bypass post-rewrite hook"
822e4a65
JX
11037msgstr ""
11038
6b0f1a9b 11039#: builtin/commit.c:1541
cc76011e 11040msgid "ok to record an empty change"
822e4a65
JX
11041msgstr ""
11042
6b0f1a9b 11043#: builtin/commit.c:1543
cc76011e 11044msgid "ok to record a change with an empty message"
822e4a65
JX
11045msgstr ""
11046
6b0f1a9b 11047#: builtin/commit.c:1616
822e4a65 11048#, c-format
cc76011e 11049msgid "Corrupt MERGE_HEAD file (%s)"
822e4a65
JX
11050msgstr ""
11051
6b0f1a9b 11052#: builtin/commit.c:1623
cc76011e 11053msgid "could not read MERGE_MODE"
822e4a65
JX
11054msgstr ""
11055
6b0f1a9b 11056#: builtin/commit.c:1642
cc76011e
JX
11057#, c-format
11058msgid "could not read commit message: %s"
822e4a65
JX
11059msgstr ""
11060
6b0f1a9b 11061#: builtin/commit.c:1649
cc76011e 11062#, c-format
25eab542 11063msgid "Aborting commit due to empty commit message.\n"
822e4a65
JX
11064msgstr ""
11065
6b0f1a9b 11066#: builtin/commit.c:1654
cc76011e 11067#, c-format
25eab542 11068msgid "Aborting commit; you did not edit the message.\n"
822e4a65
JX
11069msgstr ""
11070
6b0f1a9b 11071#: builtin/commit.c:1688
822e4a65 11072msgid ""
dba9f13c 11073"repository has been updated, but unable to write\n"
d07a63e4 11074"new_index file. Check that disk is not full and quota is\n"
6b0f1a9b 11075"not exceeded, and then \"git restore --staged :/\" to recover."
822e4a65
JX
11076msgstr ""
11077
6b0f1a9b 11078#: builtin/commit-graph.c:11
9b7388a8
JX
11079msgid "git commit-graph [--object-dir <objdir>]"
11080msgstr ""
11081
6b0f1a9b 11082#: builtin/commit-graph.c:12 builtin/commit-graph.c:24
9b7388a8
JX
11083msgid "git commit-graph read [--object-dir <objdir>]"
11084msgstr ""
11085
6b0f1a9b 11086#: builtin/commit-graph.c:13 builtin/commit-graph.c:19
3d0a05b4
JX
11087msgid ""
11088"git commit-graph verify [--object-dir <objdir>] [--shallow] [--[no-]progress]"
dba9f13c
JX
11089msgstr ""
11090
6b0f1a9b 11091#: builtin/commit-graph.c:14 builtin/commit-graph.c:29
9b7388a8 11092msgid ""
6b0f1a9b 11093"git commit-graph write [--object-dir <objdir>] [--append|--split] [--"
3d0a05b4 11094"reachable|--stdin-packs|--stdin-commits] [--[no-]progress] <split options>"
9b7388a8
JX
11095msgstr ""
11096
3d0a05b4
JX
11097#: builtin/commit-graph.c:55 builtin/commit-graph.c:107
11098#: builtin/commit-graph.c:170 builtin/commit-graph.c:254 builtin/fetch.c:178
11099#: builtin/log.c:1585
9b7388a8
JX
11100msgid "dir"
11101msgstr ""
11102
3d0a05b4
JX
11103#: builtin/commit-graph.c:56 builtin/commit-graph.c:108
11104#: builtin/commit-graph.c:171 builtin/commit-graph.c:255
9b7388a8
JX
11105msgid "The object directory to store the graph"
11106msgstr ""
11107
3d0a05b4 11108#: builtin/commit-graph.c:58
6b0f1a9b
JX
11109msgid "if the commit-graph is split, only verify the tip file"
11110msgstr ""
11111
3d0a05b4 11112#: builtin/commit-graph.c:80 builtin/commit-graph.c:125
d93ef2a1
JX
11113#, c-format
11114msgid "Could not open commit-graph '%s'"
11115msgstr ""
11116
3d0a05b4 11117#: builtin/commit-graph.c:173
dba9f13c
JX
11118msgid "start walk at all refs"
11119msgstr ""
11120
3d0a05b4 11121#: builtin/commit-graph.c:175
9b7388a8
JX
11122msgid "scan pack-indexes listed by stdin for commits"
11123msgstr ""
11124
3d0a05b4 11125#: builtin/commit-graph.c:177
9b7388a8
JX
11126msgid "start walk at commits listed by stdin"
11127msgstr ""
11128
3d0a05b4 11129#: builtin/commit-graph.c:179
9b7388a8
JX
11130msgid "include all commits already in the commit-graph file"
11131msgstr ""
11132
3d0a05b4 11133#: builtin/commit-graph.c:182
6b0f1a9b
JX
11134msgid "allow writing an incremental commit-graph file"
11135msgstr ""
11136
3d0a05b4 11137#: builtin/commit-graph.c:184 builtin/commit-graph.c:188
6b0f1a9b
JX
11138msgid "maximum number of commits in a non-base split commit-graph"
11139msgstr ""
11140
3d0a05b4 11141#: builtin/commit-graph.c:186
6b0f1a9b
JX
11142msgid "maximum ratio between two levels of a split commit-graph"
11143msgstr ""
11144
3d0a05b4 11145#: builtin/commit-graph.c:204
dba9f13c 11146msgid "use at most one of --reachable, --stdin-commits, or --stdin-packs"
9b7388a8
JX
11147msgstr ""
11148
12705546 11149#: builtin/config.c:11
c2ea1208 11150msgid "git config [<options>]"
822e4a65
JX
11151msgstr ""
11152
6b0f1a9b 11153#: builtin/config.c:103 builtin/env--helper.c:23
9b7388a8
JX
11154#, c-format
11155msgid "unrecognized --type argument, %s"
11156msgstr ""
11157
12705546 11158#: builtin/config.c:115
dba9f13c
JX
11159msgid "only one type at a time"
11160msgstr ""
11161
12705546 11162#: builtin/config.c:124
cc76011e 11163msgid "Config file location"
822e4a65
JX
11164msgstr ""
11165
12705546 11166#: builtin/config.c:125
cc76011e 11167msgid "use global config file"
822e4a65
JX
11168msgstr ""
11169
12705546 11170#: builtin/config.c:126
cc76011e 11171msgid "use system config file"
822e4a65
JX
11172msgstr ""
11173
12705546 11174#: builtin/config.c:127
cc76011e 11175msgid "use repository config file"
822e4a65
JX
11176msgstr ""
11177
12705546
JX
11178#: builtin/config.c:128
11179msgid "use per-worktree config file"
11180msgstr ""
11181
11182#: builtin/config.c:129
cc76011e 11183msgid "use given config file"
822e4a65
JX
11184msgstr ""
11185
12705546 11186#: builtin/config.c:130
28b3cffc 11187msgid "blob-id"
822e4a65
JX
11188msgstr ""
11189
12705546 11190#: builtin/config.c:130
28b3cffc 11191msgid "read config from given blob object"
822e4a65
JX
11192msgstr ""
11193
12705546 11194#: builtin/config.c:131
28b3cffc 11195msgid "Action"
822e4a65
JX
11196msgstr ""
11197
12705546 11198#: builtin/config.c:132
28b3cffc 11199msgid "get value: name [value-regex]"
822e4a65
JX
11200msgstr ""
11201
12705546 11202#: builtin/config.c:133
28b3cffc 11203msgid "get all values: key [value-regex]"
822e4a65
JX
11204msgstr ""
11205
12705546 11206#: builtin/config.c:134
28b3cffc 11207msgid "get values for regexp: name-regex [value-regex]"
822e4a65
JX
11208msgstr ""
11209
12705546 11210#: builtin/config.c:135
727b9576
JX
11211msgid "get value specific for the URL: section[.var] URL"
11212msgstr ""
11213
12705546 11214#: builtin/config.c:136
28b3cffc 11215msgid "replace all matching variables: name value [value_regex]"
822e4a65
JX
11216msgstr ""
11217
12705546 11218#: builtin/config.c:137
28b3cffc 11219msgid "add a new variable: name value"
822e4a65
JX
11220msgstr ""
11221
12705546 11222#: builtin/config.c:138
28b3cffc 11223msgid "remove a variable: name [value-regex]"
822e4a65
JX
11224msgstr ""
11225
12705546 11226#: builtin/config.c:139
28b3cffc 11227msgid "remove all matches: name [value-regex]"
822e4a65
JX
11228msgstr ""
11229
12705546 11230#: builtin/config.c:140
28b3cffc 11231msgid "rename section: old-name new-name"
822e4a65
JX
11232msgstr ""
11233
12705546 11234#: builtin/config.c:141
28b3cffc
JX
11235msgid "remove a section: name"
11236msgstr ""
11237
12705546 11238#: builtin/config.c:142
28b3cffc
JX
11239msgid "list all"
11240msgstr ""
11241
12705546 11242#: builtin/config.c:143
cc76011e 11243msgid "open an editor"
822e4a65
JX
11244msgstr ""
11245
12705546 11246#: builtin/config.c:144
beb691f7 11247msgid "find the color configured: slot [default]"
822e4a65
JX
11248msgstr ""
11249
12705546 11250#: builtin/config.c:145
beb691f7 11251msgid "find the color setting: slot [stdout-is-tty]"
822e4a65
JX
11252msgstr ""
11253
12705546 11254#: builtin/config.c:146
cc76011e 11255msgid "Type"
822e4a65
JX
11256msgstr ""
11257
6b0f1a9b 11258#: builtin/config.c:147 builtin/env--helper.c:38
9b7388a8
JX
11259msgid "value is given this type"
11260msgstr ""
11261
12705546 11262#: builtin/config.c:148
cc76011e 11263msgid "value is \"true\" or \"false\""
822e4a65
JX
11264msgstr ""
11265
12705546 11266#: builtin/config.c:149
cc76011e 11267msgid "value is decimal number"
822e4a65
JX
11268msgstr ""
11269
12705546 11270#: builtin/config.c:150
cc76011e 11271msgid "value is --bool or --int"
822e4a65
JX
11272msgstr ""
11273
12705546 11274#: builtin/config.c:151
cc76011e 11275msgid "value is a path (file or directory name)"
822e4a65
JX
11276msgstr ""
11277
12705546 11278#: builtin/config.c:152
18a90722
JX
11279msgid "value is an expiry date"
11280msgstr ""
11281
12705546 11282#: builtin/config.c:153
cc76011e 11283msgid "Other"
822e4a65
JX
11284msgstr ""
11285
12705546 11286#: builtin/config.c:154
cc76011e 11287msgid "terminate values with NUL byte"
822e4a65
JX
11288msgstr ""
11289
12705546 11290#: builtin/config.c:155
df0617bf
JX
11291msgid "show variable names only"
11292msgstr ""
11293
12705546 11294#: builtin/config.c:156
cc76011e 11295msgid "respect include directives on lookup"
822e4a65
JX
11296msgstr ""
11297
12705546 11298#: builtin/config.c:157
9eb3984b
JX
11299msgid "show origin of config (file, standard input, blob, command line)"
11300msgstr ""
11301
6b0f1a9b 11302#: builtin/config.c:158 builtin/env--helper.c:40
9b7388a8
JX
11303msgid "value"
11304msgstr ""
11305
12705546 11306#: builtin/config.c:158
9b7388a8
JX
11307msgid "with --get, use default value when missing entry"
11308msgstr ""
11309
94328cef 11310#: builtin/config.c:172
dba9f13c
JX
11311#, c-format
11312msgid "wrong number of arguments, should be %d"
11313msgstr ""
11314
94328cef 11315#: builtin/config.c:174
dba9f13c
JX
11316#, c-format
11317msgid "wrong number of arguments, should be from %d to %d"
11318msgstr ""
11319
94328cef 11320#: builtin/config.c:308
dba9f13c
JX
11321#, c-format
11322msgid "invalid key pattern: %s"
11323msgstr ""
11324
94328cef 11325#: builtin/config.c:344
9b7388a8
JX
11326#, c-format
11327msgid "failed to format default config value: %s"
11328msgstr ""
11329
94328cef 11330#: builtin/config.c:401
dba9f13c
JX
11331#, c-format
11332msgid "cannot parse color '%s'"
11333msgstr ""
11334
94328cef 11335#: builtin/config.c:443
d07a63e4
JX
11336msgid "unable to parse default color value"
11337msgstr ""
11338
94328cef 11339#: builtin/config.c:496 builtin/config.c:742
dba9f13c
JX
11340msgid "not in a git directory"
11341msgstr ""
11342
94328cef 11343#: builtin/config.c:499
dba9f13c
JX
11344msgid "writing to stdin is not supported"
11345msgstr ""
11346
94328cef 11347#: builtin/config.c:502
dba9f13c
JX
11348msgid "writing config blobs is not supported"
11349msgstr ""
11350
94328cef 11351#: builtin/config.c:587
d07a63e4
JX
11352#, c-format
11353msgid ""
11354"# This is Git's per-user configuration file.\n"
64f23b0c 11355"[user]\n"
d07a63e4 11356"# Please adapt and uncomment the following lines:\n"
64f23b0c 11357"#\tname = %s\n"
d07a63e4
JX
11358"#\temail = %s\n"
11359msgstr ""
11360
94328cef 11361#: builtin/config.c:611
dba9f13c
JX
11362msgid "only one config file at a time"
11363msgstr ""
11364
94328cef 11365#: builtin/config.c:616
5b34e000
JX
11366msgid "--local can only be used inside a git repository"
11367msgstr ""
11368
94328cef 11369#: builtin/config.c:619
9b7388a8
JX
11370msgid "--blob can only be used inside a git repository"
11371msgstr ""
11372
94328cef 11373#: builtin/config.c:638
dba9f13c
JX
11374msgid "$HOME not set"
11375msgstr ""
11376
94328cef 11377#: builtin/config.c:658
12705546
JX
11378msgid ""
11379"--worktree cannot be used with multiple working trees unless the config\n"
11380"extension worktreeConfig is enabled. Please read \"CONFIGURATION FILE\"\n"
11381"section in \"git help worktree\" for details"
11382msgstr ""
11383
94328cef 11384#: builtin/config.c:688
dba9f13c
JX
11385msgid "--get-color and variable type are incoherent"
11386msgstr ""
11387
94328cef 11388#: builtin/config.c:693
dba9f13c
JX
11389msgid "only one action at a time"
11390msgstr ""
11391
94328cef 11392#: builtin/config.c:706
dba9f13c
JX
11393msgid "--name-only is only applicable to --list or --get-regexp"
11394msgstr ""
11395
94328cef 11396#: builtin/config.c:712
dba9f13c
JX
11397msgid ""
11398"--show-origin is only applicable to --get, --get-all, --get-regexp, and --"
11399"list"
11400msgstr ""
11401
94328cef 11402#: builtin/config.c:718
dba9f13c
JX
11403msgid "--default is only applicable to --get"
11404msgstr ""
11405
94328cef 11406#: builtin/config.c:731
dba9f13c
JX
11407#, c-format
11408msgid "unable to read config file '%s'"
11409msgstr ""
11410
94328cef 11411#: builtin/config.c:734
dba9f13c
JX
11412msgid "error processing config file(s)"
11413msgstr ""
11414
94328cef 11415#: builtin/config.c:744
dba9f13c
JX
11416msgid "editing stdin is not supported"
11417msgstr ""
11418
94328cef 11419#: builtin/config.c:746
dba9f13c
JX
11420msgid "editing blobs is not supported"
11421msgstr ""
11422
94328cef 11423#: builtin/config.c:760
d07a63e4
JX
11424#, c-format
11425msgid "cannot create configuration file %s"
11426msgstr ""
11427
94328cef 11428#: builtin/config.c:773
fda7b092
JX
11429#, c-format
11430msgid ""
11431"cannot overwrite multiple values with a single value\n"
11432" Use a regexp, --add or --replace-all to change %s."
11433msgstr ""
11434
94328cef 11435#: builtin/config.c:847 builtin/config.c:858
dba9f13c
JX
11436#, c-format
11437msgid "no such section: %s"
11438msgstr ""
11439
9b7388a8 11440#: builtin/count-objects.c:90
c6bc7d43
JX
11441msgid "git count-objects [-v] [-H | --human-readable]"
11442msgstr ""
11443
9b7388a8 11444#: builtin/count-objects.c:100
c6bc7d43 11445msgid "print sizes in human readable format"
822e4a65
JX
11446msgstr ""
11447
3d0a05b4 11448#: builtin/describe.c:26
c2ea1208 11449msgid "git describe [<options>] [<commit-ish>...]"
822e4a65
JX
11450msgstr ""
11451
3d0a05b4 11452#: builtin/describe.c:27
c2ea1208 11453msgid "git describe [<options>] --dirty"
822e4a65
JX
11454msgstr ""
11455
3d0a05b4 11456#: builtin/describe.c:62
dfc182b1
JX
11457msgid "head"
11458msgstr ""
11459
3d0a05b4 11460#: builtin/describe.c:62
dfc182b1
JX
11461msgid "lightweight"
11462msgstr ""
11463
3d0a05b4 11464#: builtin/describe.c:62
dfc182b1
JX
11465msgid "annotated"
11466msgstr ""
11467
3d0a05b4 11468#: builtin/describe.c:275
cc76011e
JX
11469#, c-format
11470msgid "annotated tag %s not available"
822e4a65
JX
11471msgstr ""
11472
3d0a05b4 11473#: builtin/describe.c:279
822e4a65 11474#, c-format
cc76011e 11475msgid "annotated tag %s has no embedded name"
822e4a65
JX
11476msgstr ""
11477
3d0a05b4 11478#: builtin/describe.c:281
cc76011e
JX
11479#, c-format
11480msgid "tag '%s' is really '%s' here"
822e4a65
JX
11481msgstr ""
11482
3d0a05b4 11483#: builtin/describe.c:325
822e4a65 11484#, c-format
cc76011e 11485msgid "no tag exactly matches '%s'"
822e4a65
JX
11486msgstr ""
11487
3d0a05b4 11488#: builtin/describe.c:327
822e4a65 11489#, c-format
18a90722 11490msgid "No exact match on refs or tags, searching to describe\n"
822e4a65
JX
11491msgstr ""
11492
3d0a05b4 11493#: builtin/describe.c:381
cc76011e
JX
11494#, c-format
11495msgid "finished search at %s\n"
822e4a65
JX
11496msgstr ""
11497
3d0a05b4 11498#: builtin/describe.c:407
cc76011e
JX
11499#, c-format
11500msgid ""
11501"No annotated tags can describe '%s'.\n"
11502"However, there were unannotated tags: try --tags."
822e4a65
JX
11503msgstr ""
11504
3d0a05b4 11505#: builtin/describe.c:411
cc76011e
JX
11506#, c-format
11507msgid ""
11508"No tags can describe '%s'.\n"
11509"Try --always, or create some tags."
822e4a65
JX
11510msgstr ""
11511
3d0a05b4 11512#: builtin/describe.c:441
822e4a65 11513#, c-format
cc76011e 11514msgid "traversed %lu commits\n"
822e4a65
JX
11515msgstr ""
11516
3d0a05b4 11517#: builtin/describe.c:444
822e4a65 11518#, c-format
cc76011e
JX
11519msgid ""
11520"more than %i tags found; listed %i most recent\n"
11521"gave up search at %s\n"
822e4a65
JX
11522msgstr ""
11523
3d0a05b4 11524#: builtin/describe.c:512
18a90722
JX
11525#, c-format
11526msgid "describe %s\n"
11527msgstr ""
11528
3d0a05b4 11529#: builtin/describe.c:515
18a90722
JX
11530#, c-format
11531msgid "Not a valid object name %s"
11532msgstr ""
11533
3d0a05b4 11534#: builtin/describe.c:523
18a90722
JX
11535#, c-format
11536msgid "%s is neither a commit nor blob"
11537msgstr ""
11538
3d0a05b4 11539#: builtin/describe.c:537
cc76011e 11540msgid "find the tag that comes after the commit"
822e4a65
JX
11541msgstr ""
11542
3d0a05b4 11543#: builtin/describe.c:538
cc76011e 11544msgid "debug search strategy on stderr"
822e4a65
JX
11545msgstr ""
11546
3d0a05b4 11547#: builtin/describe.c:539
c138af56 11548msgid "use any ref"
822e4a65
JX
11549msgstr ""
11550
3d0a05b4 11551#: builtin/describe.c:540
c138af56 11552msgid "use any tag, even unannotated"
822e4a65
JX
11553msgstr ""
11554
3d0a05b4 11555#: builtin/describe.c:541
cc76011e 11556msgid "always use long format"
822e4a65
JX
11557msgstr ""
11558
3d0a05b4 11559#: builtin/describe.c:542
28b3cffc
JX
11560msgid "only follow first parent"
11561msgstr ""
11562
3d0a05b4 11563#: builtin/describe.c:545
cc76011e 11564msgid "only output exact matches"
822e4a65
JX
11565msgstr ""
11566
3d0a05b4 11567#: builtin/describe.c:547
cc76011e 11568msgid "consider <n> most recent tags (default: 10)"
822e4a65
JX
11569msgstr ""
11570
3d0a05b4 11571#: builtin/describe.c:549
cc76011e 11572msgid "only consider tags matching <pattern>"
822e4a65
JX
11573msgstr ""
11574
3d0a05b4 11575#: builtin/describe.c:551
dfc182b1
JX
11576msgid "do not consider tags matching <pattern>"
11577msgstr ""
11578
3d0a05b4 11579#: builtin/describe.c:553 builtin/name-rev.c:426
cc76011e 11580msgid "show abbreviated commit object as fallback"
822e4a65
JX
11581msgstr ""
11582
3d0a05b4 11583#: builtin/describe.c:554 builtin/describe.c:557
cc76011e 11584msgid "mark"
822e4a65
JX
11585msgstr ""
11586
3d0a05b4 11587#: builtin/describe.c:555
cc76011e 11588msgid "append <mark> on dirty working tree (default: \"-dirty\")"
822e4a65
JX
11589msgstr ""
11590
3d0a05b4 11591#: builtin/describe.c:558
dfc182b1
JX
11592msgid "append <mark> on broken working tree (default: \"-broken\")"
11593msgstr ""
11594
3d0a05b4 11595#: builtin/describe.c:576
cc76011e
JX
11596msgid "--long is incompatible with --abbrev=0"
11597msgstr ""
11598
3d0a05b4 11599#: builtin/describe.c:605
cc76011e
JX
11600msgid "No names found, cannot describe anything."
11601msgstr ""
11602
3d0a05b4 11603#: builtin/describe.c:656
a8a5406a 11604msgid "--dirty is incompatible with commit-ishes"
cc76011e
JX
11605msgstr ""
11606
3d0a05b4 11607#: builtin/describe.c:658
dfc182b1
JX
11608msgid "--broken is incompatible with commit-ishes"
11609msgstr ""
11610
94328cef 11611#: builtin/diff.c:84
822e4a65 11612#, c-format
cc76011e 11613msgid "'%s': not a regular file or symlink"
822e4a65
JX
11614msgstr ""
11615
94328cef 11616#: builtin/diff.c:235
cc76011e
JX
11617#, c-format
11618msgid "invalid option: %s"
822e4a65
JX
11619msgstr ""
11620
d93ef2a1 11621#: builtin/diff.c:350
cc76011e 11622msgid "Not a git repository"
822e4a65
JX
11623msgstr ""
11624
d93ef2a1 11625#: builtin/diff.c:394
cc76011e
JX
11626#, c-format
11627msgid "invalid object '%s' given."
822e4a65
JX
11628msgstr ""
11629
d93ef2a1 11630#: builtin/diff.c:403
cc76011e
JX
11631#, c-format
11632msgid "more than two blobs given: '%s'"
822e4a65
JX
11633msgstr ""
11634
d93ef2a1 11635#: builtin/diff.c:408
cc76011e
JX
11636#, c-format
11637msgid "unhandled object '%s' given."
822e4a65
JX
11638msgstr ""
11639
c08fd730 11640#: builtin/difftool.c:30
673bfad0
JX
11641msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
11642msgstr ""
11643
3d0a05b4 11644#: builtin/difftool.c:260
673bfad0
JX
11645#, c-format
11646msgid "failed: %d"
11647msgstr ""
11648
3d0a05b4 11649#: builtin/difftool.c:302
dfc182b1
JX
11650#, c-format
11651msgid "could not read symlink %s"
11652msgstr ""
11653
3d0a05b4 11654#: builtin/difftool.c:304
dfc182b1
JX
11655#, c-format
11656msgid "could not read symlink file %s"
11657msgstr ""
11658
3d0a05b4 11659#: builtin/difftool.c:312
dfc182b1
JX
11660#, c-format
11661msgid "could not read object %s for symlink %s"
11662msgstr ""
11663
3d0a05b4 11664#: builtin/difftool.c:413
673bfad0
JX
11665msgid ""
11666"combined diff formats('-c' and '--cc') are not supported in\n"
11667"directory diff mode('-d' and '--dir-diff')."
11668msgstr ""
11669
3d0a05b4 11670#: builtin/difftool.c:634
673bfad0
JX
11671#, c-format
11672msgid "both files modified: '%s' and '%s'."
11673msgstr ""
11674
3d0a05b4 11675#: builtin/difftool.c:636
673bfad0
JX
11676msgid "working tree file has been left."
11677msgstr ""
11678
3d0a05b4 11679#: builtin/difftool.c:647
673bfad0
JX
11680#, c-format
11681msgid "temporary files exist in '%s'."
11682msgstr ""
11683
3d0a05b4 11684#: builtin/difftool.c:648
673bfad0
JX
11685msgid "you may want to cleanup or recover these."
11686msgstr ""
11687
3d0a05b4 11688#: builtin/difftool.c:697
673bfad0
JX
11689msgid "use `diff.guitool` instead of `diff.tool`"
11690msgstr ""
11691
3d0a05b4 11692#: builtin/difftool.c:699
673bfad0
JX
11693msgid "perform a full-directory diff"
11694msgstr ""
11695
3d0a05b4 11696#: builtin/difftool.c:701
673bfad0
JX
11697msgid "do not prompt before launching a diff tool"
11698msgstr ""
11699
3d0a05b4 11700#: builtin/difftool.c:706
673bfad0
JX
11701msgid "use symlinks in dir-diff mode"
11702msgstr ""
11703
3d0a05b4 11704#: builtin/difftool.c:707
dba9f13c 11705msgid "tool"
673bfad0
JX
11706msgstr ""
11707
3d0a05b4 11708#: builtin/difftool.c:708
673bfad0
JX
11709msgid "use the specified diff tool"
11710msgstr ""
11711
3d0a05b4 11712#: builtin/difftool.c:710
673bfad0
JX
11713msgid "print a list of diff tools that may be used with `--tool`"
11714msgstr ""
11715
3d0a05b4 11716#: builtin/difftool.c:713
673bfad0
JX
11717msgid ""
11718"make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
11719"code"
11720msgstr ""
11721
3d0a05b4 11722#: builtin/difftool.c:716
673bfad0
JX
11723msgid "specify a custom command for viewing diffs"
11724msgstr ""
11725
3d0a05b4 11726#: builtin/difftool.c:717
d93ef2a1
JX
11727msgid "passed to `diff`"
11728msgstr ""
11729
3d0a05b4 11730#: builtin/difftool.c:732
d93ef2a1
JX
11731msgid "difftool requires worktree or --no-index"
11732msgstr ""
11733
3d0a05b4 11734#: builtin/difftool.c:739
c08fd730
JX
11735msgid "--dir-diff is incompatible with --no-index"
11736msgstr ""
11737
3d0a05b4 11738#: builtin/difftool.c:742
c08fd730
JX
11739msgid "--gui, --tool and --extcmd are mutually exclusive"
11740msgstr ""
11741
3d0a05b4 11742#: builtin/difftool.c:750
673bfad0
JX
11743msgid "no <tool> given for --tool=<tool>"
11744msgstr ""
11745
3d0a05b4 11746#: builtin/difftool.c:757
673bfad0
JX
11747msgid "no <cmd> given for --extcmd=<cmd>"
11748msgstr ""
11749
6b0f1a9b
JX
11750#: builtin/env--helper.c:6
11751msgid "git env--helper --type=[bool|ulong] <options> <env-var>"
11752msgstr ""
11753
11754#: builtin/env--helper.c:37 builtin/hash-object.c:98
11755msgid "type"
11756msgstr ""
11757
11758#: builtin/env--helper.c:41
11759msgid "default for git_env_*(...) to fall back on"
11760msgstr ""
11761
11762#: builtin/env--helper.c:43
11763msgid "be quiet only use git_env_*() value as exit code"
11764msgstr ""
11765
11766#: builtin/env--helper.c:62
11767#, c-format
11768msgid "option `--default' expects a boolean value with `--type=bool`, not `%s`"
11769msgstr ""
11770
11771#: builtin/env--helper.c:77
11772#, c-format
11773msgid ""
11774"option `--default' expects an unsigned long value with `--type=ulong`, not `"
11775"%s`"
11776msgstr ""
11777
dba9f13c 11778#: builtin/fast-export.c:29
cc76011e 11779msgid "git fast-export [rev-list-opts]"
822e4a65
JX
11780msgstr ""
11781
3d0a05b4
JX
11782#: builtin/fast-export.c:852
11783msgid "Error: Cannot export nested tags unless --mark-tags is specified."
11784msgstr ""
11785
11786#: builtin/fast-export.c:1152
cc76011e 11787msgid "show progress after <n> objects"
822e4a65
JX
11788msgstr ""
11789
3d0a05b4 11790#: builtin/fast-export.c:1154
cc76011e 11791msgid "select handling of signed tags"
822e4a65
JX
11792msgstr ""
11793
3d0a05b4 11794#: builtin/fast-export.c:1157
cc76011e 11795msgid "select handling of tags that tag filtered objects"
822e4a65
JX
11796msgstr ""
11797
3d0a05b4 11798#: builtin/fast-export.c:1160
6b0f1a9b
JX
11799msgid "select handling of commit messages in an alternate encoding"
11800msgstr ""
11801
3d0a05b4 11802#: builtin/fast-export.c:1163
cc76011e 11803msgid "Dump marks to this file"
822e4a65
JX
11804msgstr ""
11805
3d0a05b4 11806#: builtin/fast-export.c:1165
cc76011e 11807msgid "Import marks from this file"
822e4a65
JX
11808msgstr ""
11809
3d0a05b4
JX
11810#: builtin/fast-export.c:1169
11811msgid "Import marks from this file if it exists"
11812msgstr ""
11813
11814#: builtin/fast-export.c:1171
cc76011e 11815msgid "Fake a tagger when tags lack one"
822e4a65
JX
11816msgstr ""
11817
3d0a05b4 11818#: builtin/fast-export.c:1173
cc76011e 11819msgid "Output full tree for each commit"
822e4a65
JX
11820msgstr ""
11821
3d0a05b4 11822#: builtin/fast-export.c:1175
cc76011e 11823msgid "Use the done feature to terminate the stream"
822e4a65
JX
11824msgstr ""
11825
3d0a05b4 11826#: builtin/fast-export.c:1176
cc76011e 11827msgid "Skip output of blob data"
822e4a65
JX
11828msgstr ""
11829
3d0a05b4 11830#: builtin/fast-export.c:1177 builtin/log.c:1633
fe05e196
JX
11831msgid "refspec"
11832msgstr ""
11833
3d0a05b4 11834#: builtin/fast-export.c:1178
fe05e196
JX
11835msgid "Apply refspec to exported refs"
11836msgstr ""
11837
3d0a05b4 11838#: builtin/fast-export.c:1179
d07a63e4
JX
11839msgid "anonymize output"
11840msgstr ""
11841
3d0a05b4 11842#: builtin/fast-export.c:1181
94328cef
JX
11843msgid "Reference parents which are not in fast-export stream by object id"
11844msgstr ""
11845
3d0a05b4 11846#: builtin/fast-export.c:1183
94328cef
JX
11847msgid "Show original object ids of blobs/commits"
11848msgstr ""
11849
3d0a05b4
JX
11850#: builtin/fast-export.c:1185
11851msgid "Label tags with mark ids"
11852msgstr ""
11853
11854#: builtin/fast-export.c:1220
11855msgid "Cannot pass both --import-marks and --import-marks-if-exists"
11856msgstr ""
11857
11858#: builtin/fetch.c:34
cc76011e 11859msgid "git fetch [<options>] [<repository> [<refspec>...]]"
822e4a65
JX
11860msgstr ""
11861
3d0a05b4 11862#: builtin/fetch.c:35
cc76011e 11863msgid "git fetch [<options>] <group>"
dce37b66
JX
11864msgstr ""
11865
3d0a05b4 11866#: builtin/fetch.c:36
cc76011e 11867msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
822e4a65
JX
11868msgstr ""
11869
3d0a05b4 11870#: builtin/fetch.c:37
cc76011e 11871msgid "git fetch --all [<options>]"
822e4a65
JX
11872msgstr ""
11873
3d0a05b4
JX
11874#: builtin/fetch.c:115
11875msgid "fetch.parallel cannot be negative"
11876msgstr ""
11877
11878#: builtin/fetch.c:138 builtin/pull.c:204
cc76011e 11879msgid "fetch from all remotes"
822e4a65
JX
11880msgstr ""
11881
3d0a05b4
JX
11882#: builtin/fetch.c:140 builtin/pull.c:248
11883msgid "set upstream for git pull/fetch"
11884msgstr ""
11885
11886#: builtin/fetch.c:142 builtin/pull.c:207
cc76011e 11887msgid "append to .git/FETCH_HEAD instead of overwriting"
822e4a65
JX
11888msgstr ""
11889
3d0a05b4 11890#: builtin/fetch.c:144 builtin/pull.c:210
cc76011e 11891msgid "path to upload pack on remote end"
822e4a65
JX
11892msgstr ""
11893
3d0a05b4 11894#: builtin/fetch.c:145
12705546 11895msgid "force overwrite of local reference"
822e4a65
JX
11896msgstr ""
11897
3d0a05b4 11898#: builtin/fetch.c:147
cc76011e 11899msgid "fetch from multiple remotes"
822e4a65
JX
11900msgstr ""
11901
3d0a05b4 11902#: builtin/fetch.c:149 builtin/pull.c:214
cc76011e 11903msgid "fetch all tags and associated objects"
822e4a65
JX
11904msgstr ""
11905
3d0a05b4 11906#: builtin/fetch.c:151
cc76011e 11907msgid "do not fetch all tags (--no-tags)"
822e4a65
JX
11908msgstr ""
11909
3d0a05b4 11910#: builtin/fetch.c:153
9eb3984b
JX
11911msgid "number of submodules fetched in parallel"
11912msgstr ""
11913
3d0a05b4 11914#: builtin/fetch.c:155 builtin/pull.c:217
cc76011e 11915msgid "prune remote-tracking branches no longer on remote"
822e4a65
JX
11916msgstr ""
11917
3d0a05b4 11918#: builtin/fetch.c:157
abc8de64
JX
11919msgid "prune local tags no longer on remote and clobber changed tags"
11920msgstr ""
11921
3d0a05b4 11922#: builtin/fetch.c:158 builtin/fetch.c:181 builtin/pull.c:141
cc76011e 11923msgid "on-demand"
822e4a65
JX
11924msgstr ""
11925
3d0a05b4 11926#: builtin/fetch.c:159
cc76011e 11927msgid "control recursive fetching of submodules"
822e4a65
JX
11928msgstr ""
11929
3d0a05b4 11930#: builtin/fetch.c:163 builtin/pull.c:225
cc76011e 11931msgid "keep downloaded pack"
822e4a65
JX
11932msgstr ""
11933
3d0a05b4 11934#: builtin/fetch.c:165
cc76011e 11935msgid "allow updating of HEAD ref"
822e4a65
JX
11936msgstr ""
11937
3d0a05b4 11938#: builtin/fetch.c:168 builtin/fetch.c:174 builtin/pull.c:228
cc76011e 11939msgid "deepen history of shallow clone"
822e4a65
JX
11940msgstr ""
11941
3d0a05b4 11942#: builtin/fetch.c:170
fda7b092
JX
11943msgid "deepen history of shallow repository based on time"
11944msgstr ""
11945
3d0a05b4 11946#: builtin/fetch.c:176 builtin/pull.c:231
9caaf23e
JX
11947msgid "convert to a complete repository"
11948msgstr ""
11949
3d0a05b4 11950#: builtin/fetch.c:179
cc76011e 11951msgid "prepend this to submodule path output"
822e4a65
JX
11952msgstr ""
11953
3d0a05b4 11954#: builtin/fetch.c:182
5b34e000
JX
11955msgid ""
11956"default for recursive fetching of submodules (lower priority than config "
11957"files)"
822e4a65
JX
11958msgstr ""
11959
3d0a05b4 11960#: builtin/fetch.c:186 builtin/pull.c:234
df49095a
JX
11961msgid "accept refs that update .git/shallow"
11962msgstr ""
11963
3d0a05b4 11964#: builtin/fetch.c:187 builtin/pull.c:236
fe05e196
JX
11965msgid "refmap"
11966msgstr ""
11967
3d0a05b4 11968#: builtin/fetch.c:188 builtin/pull.c:237
fe05e196
JX
11969msgid "specify fetch refmap"
11970msgstr ""
11971
3d0a05b4 11972#: builtin/fetch.c:195
dba9f13c
JX
11973msgid "report that we have only objects reachable from this object"
11974msgstr ""
11975
3d0a05b4 11976#: builtin/fetch.c:198
6b0f1a9b
JX
11977msgid "run 'gc --auto' after fetching"
11978msgstr ""
11979
3d0a05b4 11980#: builtin/fetch.c:200 builtin/pull.c:246
6b0f1a9b
JX
11981msgid "check for forced-updates on all updated branches"
11982msgstr ""
11983
3d0a05b4 11984#: builtin/fetch.c:510
cc76011e 11985msgid "Couldn't find remote ref HEAD"
822e4a65
JX
11986msgstr ""
11987
3d0a05b4 11988#: builtin/fetch.c:650
9fa976ff
JX
11989#, c-format
11990msgid "configuration fetch.output contains invalid value %s"
11991msgstr ""
11992
3d0a05b4 11993#: builtin/fetch.c:748
822e4a65 11994#, c-format
cc76011e 11995msgid "object %s not found"
dce37b66
JX
11996msgstr ""
11997
3d0a05b4 11998#: builtin/fetch.c:752
cc76011e 11999msgid "[up to date]"
dce37b66
JX
12000msgstr ""
12001
3d0a05b4 12002#: builtin/fetch.c:765 builtin/fetch.c:781 builtin/fetch.c:853
9fa976ff 12003msgid "[rejected]"
dce37b66
JX
12004msgstr ""
12005
3d0a05b4 12006#: builtin/fetch.c:766
9fa976ff 12007msgid "can't fetch in current branch"
822e4a65
JX
12008msgstr ""
12009
3d0a05b4 12010#: builtin/fetch.c:776
cc76011e 12011msgid "[tag update]"
822e4a65
JX
12012msgstr ""
12013
3d0a05b4
JX
12014#: builtin/fetch.c:777 builtin/fetch.c:814 builtin/fetch.c:836
12015#: builtin/fetch.c:848
9fa976ff 12016msgid "unable to update local ref"
822e4a65
JX
12017msgstr ""
12018
3d0a05b4 12019#: builtin/fetch.c:781
12705546
JX
12020msgid "would clobber existing tag"
12021msgstr ""
12022
3d0a05b4 12023#: builtin/fetch.c:803
cc76011e 12024msgid "[new tag]"
822e4a65
JX
12025msgstr ""
12026
3d0a05b4 12027#: builtin/fetch.c:806
cc76011e 12028msgid "[new branch]"
822e4a65
JX
12029msgstr ""
12030
3d0a05b4 12031#: builtin/fetch.c:809
cc76011e 12032msgid "[new ref]"
822e4a65
JX
12033msgstr ""
12034
3d0a05b4 12035#: builtin/fetch.c:848
cc76011e 12036msgid "forced update"
822e4a65
JX
12037msgstr ""
12038
3d0a05b4 12039#: builtin/fetch.c:853
9fa976ff 12040msgid "non-fast-forward"
822e4a65
JX
12041msgstr ""
12042
3d0a05b4 12043#: builtin/fetch.c:874
466c88fa
JX
12044msgid ""
12045"Fetch normally indicates which branches had a forced update,\n"
12046"but that check has been disabled. To re-enable, use '--show-forced-updates'\n"
12047"flag or run 'git config fetch.showForcedUpdates true'."
822e4a65
JX
12048msgstr ""
12049
3d0a05b4 12050#: builtin/fetch.c:878
df49095a 12051#, c-format
466c88fa
JX
12052msgid ""
12053"It took %.2f seconds to check forced updates. You can use\n"
12054"'--no-show-forced-updates' or run 'git config fetch.showForcedUpdates "
12055"false'\n"
12056" to avoid this check.\n"
df49095a
JX
12057msgstr ""
12058
3d0a05b4 12059#: builtin/fetch.c:908
822e4a65 12060#, c-format
466c88fa 12061msgid "%s did not send all necessary objects\n"
822e4a65
JX
12062msgstr ""
12063
3d0a05b4 12064#: builtin/fetch.c:929
822e4a65 12065#, c-format
466c88fa 12066msgid "reject %s because shallow roots are not allowed to be updated"
6b0f1a9b
JX
12067msgstr ""
12068
3d0a05b4 12069#: builtin/fetch.c:1020 builtin/fetch.c:1157
466c88fa
JX
12070#, c-format
12071msgid "From %.*s\n"
6b0f1a9b
JX
12072msgstr ""
12073
3d0a05b4 12074#: builtin/fetch.c:1031
6b0f1a9b
JX
12075#, c-format
12076msgid ""
466c88fa
JX
12077"some local refs could not be updated; try running\n"
12078" 'git remote prune %s' to remove any old, conflicting branches"
6b0f1a9b
JX
12079msgstr ""
12080
3d0a05b4 12081#: builtin/fetch.c:1127
cc76011e
JX
12082#, c-format
12083msgid " (%s will become dangling)"
12084msgstr ""
12085
3d0a05b4 12086#: builtin/fetch.c:1128
cc76011e
JX
12087#, c-format
12088msgid " (%s has become dangling)"
12089msgstr ""
12090
3d0a05b4 12091#: builtin/fetch.c:1160
cc76011e
JX
12092msgid "[deleted]"
12093msgstr ""
12094
3d0a05b4 12095#: builtin/fetch.c:1161 builtin/remote.c:1036
cc76011e
JX
12096msgid "(none)"
12097msgstr ""
12098
3d0a05b4 12099#: builtin/fetch.c:1184
cc76011e
JX
12100#, c-format
12101msgid "Refusing to fetch into current branch %s of non-bare repository"
12102msgstr ""
12103
3d0a05b4 12104#: builtin/fetch.c:1203
cc76011e 12105#, c-format
727b9576 12106msgid "Option \"%s\" value \"%s\" is not valid for %s"
cc76011e
JX
12107msgstr ""
12108
3d0a05b4 12109#: builtin/fetch.c:1206
cc76011e 12110#, c-format
727b9576 12111msgid "Option \"%s\" is ignored for %s\n"
cc76011e
JX
12112msgstr ""
12113
3d0a05b4
JX
12114#: builtin/fetch.c:1414
12115msgid "multiple branch detected, incompatible with --set-upstream"
12116msgstr ""
12117
12118#: builtin/fetch.c:1429
12119msgid "not setting upstream for a remote remote-tracking branch"
12120msgstr ""
12121
12122#: builtin/fetch.c:1431
12123msgid "not setting upstream for a remote tag"
12124msgstr ""
12125
12126#: builtin/fetch.c:1433
12127msgid "unknown branch type"
12128msgstr ""
12129
12130#: builtin/fetch.c:1435
12131msgid ""
12132"no source branch found.\n"
12133"you need to specify exactly one branch with the --set-upstream option."
12134msgstr ""
12135
12136#: builtin/fetch.c:1561 builtin/fetch.c:1623
cc76011e
JX
12137#, c-format
12138msgid "Fetching %s\n"
12139msgstr ""
12140
3d0a05b4 12141#: builtin/fetch.c:1571 builtin/fetch.c:1625 builtin/remote.c:100
cc76011e
JX
12142#, c-format
12143msgid "Could not fetch %s"
12144msgstr ""
12145
3d0a05b4
JX
12146#: builtin/fetch.c:1583
12147#, c-format
12148msgid "could not fetch '%s' (exit code: %d)\n"
abc8de64
JX
12149msgstr ""
12150
3d0a05b4 12151#: builtin/fetch.c:1685
cc76011e
JX
12152msgid ""
12153"No remote repository specified. Please, specify either a URL or a\n"
12154"remote name from which new revisions should be fetched."
12155msgstr ""
12156
3d0a05b4 12157#: builtin/fetch.c:1722
cc76011e
JX
12158msgid "You need to specify a tag name."
12159msgstr ""
12160
3d0a05b4 12161#: builtin/fetch.c:1774
fda7b092
JX
12162msgid "Negative depth in --deepen is not supported"
12163msgstr ""
12164
3d0a05b4 12165#: builtin/fetch.c:1776
fda7b092
JX
12166msgid "--deepen and --depth are mutually exclusive"
12167msgstr ""
12168
3d0a05b4 12169#: builtin/fetch.c:1781
9caaf23e
JX
12170msgid "--depth and --unshallow cannot be used together"
12171msgstr ""
12172
3d0a05b4 12173#: builtin/fetch.c:1783
9caaf23e
JX
12174msgid "--unshallow on a complete repository does not make sense"
12175msgstr ""
12176
3d0a05b4 12177#: builtin/fetch.c:1799
cc76011e
JX
12178msgid "fetch --all does not take a repository argument"
12179msgstr ""
12180
3d0a05b4 12181#: builtin/fetch.c:1801
cc76011e
JX
12182msgid "fetch --all does not make sense with refspecs"
12183msgstr ""
12184
3d0a05b4 12185#: builtin/fetch.c:1810
cc76011e
JX
12186#, c-format
12187msgid "No such remote or remote group: %s"
12188msgstr ""
12189
3d0a05b4 12190#: builtin/fetch.c:1817
cc76011e
JX
12191msgid "Fetching a group and specifying refspecs does not make sense"
12192msgstr ""
12193
3d0a05b4 12194#: builtin/fetch.c:1835
7f95bc7a
JX
12195msgid ""
12196"--filter can only be used with the remote configured in extensions."
12197"partialclone"
12198msgstr ""
12199
12705546 12200#: builtin/fmt-merge-msg.c:18
c2ea1208
JX
12201msgid ""
12202"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
cc76011e
JX
12203msgstr ""
12204
12705546 12205#: builtin/fmt-merge-msg.c:672
cc76011e
JX
12206msgid "populate log with at most <n> entries from shortlog"
12207msgstr ""
12208
12705546 12209#: builtin/fmt-merge-msg.c:675
cc76011e
JX
12210msgid "alias for --log (deprecated)"
12211msgstr ""
12212
94328cef
JX
12213#: builtin/fmt-merge-msg.c:678
12214msgid "text"
12215msgstr ""
12216
12217#: builtin/fmt-merge-msg.c:679
12218msgid "use <text> as start of message"
12219msgstr ""
12220
12221#: builtin/fmt-merge-msg.c:680
12222msgid "file to read from"
12223msgstr ""
12224
12225#: builtin/for-each-ref.c:10
12226msgid "git for-each-ref [<options>] [<pattern>]"
12227msgstr ""
12228
12229#: builtin/for-each-ref.c:11
12230msgid "git for-each-ref [--points-at <object>]"
12231msgstr ""
12232
12233#: builtin/for-each-ref.c:12
12234msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
12235msgstr ""
12236
12237#: builtin/for-each-ref.c:13
12238msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
12239msgstr ""
12240
12241#: builtin/for-each-ref.c:28
12242msgid "quote placeholders suitably for shells"
12243msgstr ""
12244
12245#: builtin/for-each-ref.c:30
12246msgid "quote placeholders suitably for perl"
12247msgstr ""
12248
12249#: builtin/for-each-ref.c:32
12250msgid "quote placeholders suitably for python"
12251msgstr ""
12252
12253#: builtin/for-each-ref.c:34
12254msgid "quote placeholders suitably for Tcl"
12255msgstr ""
12256
12257#: builtin/for-each-ref.c:37
12258msgid "show only <n> matched refs"
12259msgstr ""
12260
6b0f1a9b 12261#: builtin/for-each-ref.c:39 builtin/tag.c:439
94328cef
JX
12262msgid "respect format colors"
12263msgstr ""
12264
d93ef2a1 12265#: builtin/for-each-ref.c:42
94328cef
JX
12266msgid "print only refs which points at the given object"
12267msgstr ""
12268
d93ef2a1 12269#: builtin/for-each-ref.c:44
94328cef
JX
12270msgid "print only refs that are merged"
12271msgstr ""
12272
d93ef2a1 12273#: builtin/for-each-ref.c:45
94328cef
JX
12274msgid "print only refs that are not merged"
12275msgstr ""
12276
d93ef2a1 12277#: builtin/for-each-ref.c:46
94328cef
JX
12278msgid "print only refs which contain the commit"
12279msgstr ""
12280
d93ef2a1 12281#: builtin/for-each-ref.c:47
94328cef
JX
12282msgid "print only refs which don't contain the commit"
12283msgstr ""
12284
12285#: builtin/fsck.c:88 builtin/fsck.c:160 builtin/fsck.c:161
12286msgid "unknown"
12287msgstr ""
12288
12289#. TRANSLATORS: e.g. error in tree 01bfda: <more explanation>
12290#: builtin/fsck.c:120 builtin/fsck.c:136
12291#, c-format
12292msgid "error in %s %s: %s"
12293msgstr ""
12294
12295#. TRANSLATORS: e.g. warning in tree 01bfda: <more explanation>
12296#: builtin/fsck.c:131
12297#, c-format
12298msgid "warning in %s %s: %s"
12299msgstr ""
12300
12301#: builtin/fsck.c:157 builtin/fsck.c:159
12302#, c-format
12303msgid "broken link from %7s %s"
12304msgstr ""
12305
12306#: builtin/fsck.c:168
12307msgid "wrong object type in link"
12308msgstr ""
12309
12310#: builtin/fsck.c:184
12311#, c-format
12312msgid ""
12313"broken link from %7s %s\n"
12314" to %7s %s"
12315msgstr ""
12316
d93ef2a1 12317#: builtin/fsck.c:295
94328cef
JX
12318#, c-format
12319msgid "missing %s %s"
12320msgstr ""
12321
d93ef2a1 12322#: builtin/fsck.c:321
94328cef
JX
12323#, c-format
12324msgid "unreachable %s %s"
12325msgstr ""
12326
d93ef2a1 12327#: builtin/fsck.c:340
94328cef
JX
12328#, c-format
12329msgid "dangling %s %s"
12330msgstr ""
12331
d93ef2a1 12332#: builtin/fsck.c:349
94328cef
JX
12333msgid "could not create lost-found"
12334msgstr ""
12335
d93ef2a1 12336#: builtin/fsck.c:360
94328cef
JX
12337#, c-format
12338msgid "could not finish '%s'"
12339msgstr ""
12340
d93ef2a1 12341#: builtin/fsck.c:377
94328cef
JX
12342#, c-format
12343msgid "Checking %s"
12344msgstr ""
12345
d93ef2a1 12346#: builtin/fsck.c:415
94328cef
JX
12347#, c-format
12348msgid "Checking connectivity (%d objects)"
12349msgstr ""
12350
d93ef2a1 12351#: builtin/fsck.c:434
94328cef
JX
12352#, c-format
12353msgid "Checking %s %s"
12354msgstr ""
12355
d93ef2a1 12356#: builtin/fsck.c:438
94328cef
JX
12357msgid "broken links"
12358msgstr ""
12359
d93ef2a1 12360#: builtin/fsck.c:447
94328cef
JX
12361#, c-format
12362msgid "root %s"
12363msgstr ""
12364
d93ef2a1 12365#: builtin/fsck.c:455
94328cef
JX
12366#, c-format
12367msgid "tagged %s %s (%s) in %s"
12368msgstr ""
12369
d93ef2a1 12370#: builtin/fsck.c:484
94328cef
JX
12371#, c-format
12372msgid "%s: object corrupt or missing"
cc76011e
JX
12373msgstr ""
12374
d93ef2a1 12375#: builtin/fsck.c:509
94328cef
JX
12376#, c-format
12377msgid "%s: invalid reflog entry %s"
cc76011e
JX
12378msgstr ""
12379
d93ef2a1 12380#: builtin/fsck.c:523
94328cef
JX
12381#, c-format
12382msgid "Checking reflog %s->%s"
cc76011e
JX
12383msgstr ""
12384
d93ef2a1 12385#: builtin/fsck.c:557
94328cef
JX
12386#, c-format
12387msgid "%s: invalid sha1 pointer %s"
cc76011e
JX
12388msgstr ""
12389
d93ef2a1 12390#: builtin/fsck.c:564
94328cef
JX
12391#, c-format
12392msgid "%s: not a commit"
f4f2c8f8
JX
12393msgstr ""
12394
d93ef2a1 12395#: builtin/fsck.c:619
94328cef 12396msgid "notice: No default references"
f4f2c8f8
JX
12397msgstr ""
12398
d93ef2a1 12399#: builtin/fsck.c:634
94328cef
JX
12400#, c-format
12401msgid "%s: object corrupt or missing: %s"
f4f2c8f8
JX
12402msgstr ""
12403
d93ef2a1 12404#: builtin/fsck.c:647
94328cef
JX
12405#, c-format
12406msgid "%s: object could not be parsed: %s"
cc76011e
JX
12407msgstr ""
12408
d93ef2a1 12409#: builtin/fsck.c:667
94328cef
JX
12410#, c-format
12411msgid "bad sha1 file: %s"
cc76011e
JX
12412msgstr ""
12413
d93ef2a1 12414#: builtin/fsck.c:682
94328cef 12415msgid "Checking object directory"
cc76011e
JX
12416msgstr ""
12417
d93ef2a1 12418#: builtin/fsck.c:685
94328cef 12419msgid "Checking object directories"
cc76011e
JX
12420msgstr ""
12421
d93ef2a1 12422#: builtin/fsck.c:700
94328cef
JX
12423#, c-format
12424msgid "Checking %s link"
cc76011e
JX
12425msgstr ""
12426
6b0f1a9b 12427#: builtin/fsck.c:705 builtin/index-pack.c:842
94328cef
JX
12428#, c-format
12429msgid "invalid %s"
25eab542
JX
12430msgstr ""
12431
d93ef2a1 12432#: builtin/fsck.c:712
94328cef
JX
12433#, c-format
12434msgid "%s points to something strange (%s)"
cc76011e
JX
12435msgstr ""
12436
d93ef2a1 12437#: builtin/fsck.c:718
94328cef
JX
12438#, c-format
12439msgid "%s: detached HEAD points at nothing"
cc76011e
JX
12440msgstr ""
12441
d93ef2a1 12442#: builtin/fsck.c:722
94328cef
JX
12443#, c-format
12444msgid "notice: %s points to an unborn branch (%s)"
f4f2c8f8
JX
12445msgstr ""
12446
d93ef2a1 12447#: builtin/fsck.c:734
94328cef 12448msgid "Checking cache tree"
f4f2c8f8
JX
12449msgstr ""
12450
d93ef2a1 12451#: builtin/fsck.c:739
94328cef
JX
12452#, c-format
12453msgid "%s: invalid sha1 pointer in cache-tree"
dfc182b1
JX
12454msgstr ""
12455
d93ef2a1 12456#: builtin/fsck.c:750
94328cef 12457msgid "non-tree in cache-tree"
5e078fcd
JX
12458msgstr ""
12459
d93ef2a1 12460#: builtin/fsck.c:781
c2ea1208 12461msgid "git fsck [<options>] [<object>...]"
cc76011e
JX
12462msgstr ""
12463
d93ef2a1 12464#: builtin/fsck.c:787
cc76011e
JX
12465msgid "show unreachable objects"
12466msgstr ""
12467
d93ef2a1 12468#: builtin/fsck.c:788
cc76011e
JX
12469msgid "show dangling objects"
12470msgstr ""
12471
d93ef2a1 12472#: builtin/fsck.c:789
cc76011e
JX
12473msgid "report tags"
12474msgstr ""
12475
d93ef2a1 12476#: builtin/fsck.c:790
cc76011e
JX
12477msgid "report root nodes"
12478msgstr ""
12479
d93ef2a1 12480#: builtin/fsck.c:791
cc76011e
JX
12481msgid "make index objects head nodes"
12482msgstr ""
12483
d93ef2a1 12484#: builtin/fsck.c:792
cc76011e
JX
12485msgid "make reflogs head nodes (default)"
12486msgstr ""
12487
d93ef2a1 12488#: builtin/fsck.c:793
cc76011e
JX
12489msgid "also consider packs and alternate objects"
12490msgstr ""
12491
d93ef2a1 12492#: builtin/fsck.c:794
df0617bf
JX
12493msgid "check only connectivity"
12494msgstr ""
12495
d93ef2a1 12496#: builtin/fsck.c:795
cc76011e
JX
12497msgid "enable more strict checking"
12498msgstr ""
12499
d93ef2a1 12500#: builtin/fsck.c:797
cc76011e
JX
12501msgid "write dangling objects in .git/lost-found"
12502msgstr ""
12503
d93ef2a1 12504#: builtin/fsck.c:798 builtin/prune.c:132
cc76011e
JX
12505msgid "show progress"
12506msgstr ""
12507
d93ef2a1 12508#: builtin/fsck.c:799
9fa976ff
JX
12509msgid "show verbose names for reachable objects"
12510msgstr ""
12511
6b0f1a9b 12512#: builtin/fsck.c:859 builtin/index-pack.c:225
5e078fcd
JX
12513msgid "Checking objects"
12514msgstr ""
12515
d93ef2a1 12516#: builtin/fsck.c:887
94328cef
JX
12517#, c-format
12518msgid "%s: object missing"
12519msgstr ""
12520
d93ef2a1 12521#: builtin/fsck.c:899
94328cef
JX
12522#, c-format
12523msgid "invalid parameter: expected sha1, got '%s'"
12524msgstr ""
12525
3d0a05b4 12526#: builtin/gc.c:35
c2ea1208 12527msgid "git gc [<options>]"
cc76011e
JX
12528msgstr ""
12529
dba9f13c 12530#: builtin/gc.c:90
cc76011e 12531#, c-format
dfc182b1 12532msgid "Failed to fstat %s: %s"
cc76011e
JX
12533msgstr ""
12534
d93ef2a1
JX
12535#: builtin/gc.c:126
12536#, c-format
12537msgid "failed to parse '%s' value '%s'"
12538msgstr ""
12539
3d0a05b4 12540#: builtin/gc.c:475 builtin/init-db.c:55
12705546
JX
12541#, c-format
12542msgid "cannot stat '%s'"
12543msgstr ""
12544
3d0a05b4 12545#: builtin/gc.c:484 builtin/notes.c:240 builtin/tag.c:529
cc76011e 12546#, c-format
12705546 12547msgid "cannot read '%s'"
cc76011e
JX
12548msgstr ""
12549
3d0a05b4 12550#: builtin/gc.c:491
f4f2c8f8
JX
12551#, c-format
12552msgid ""
12553"The last gc run reported the following. Please correct the root cause\n"
12554"and remove %s.\n"
12555"Automatic cleanup will not be performed until the file is removed.\n"
12556"\n"
12557"%s"
12558msgstr ""
12559
3d0a05b4 12560#: builtin/gc.c:539
cc76011e
JX
12561msgid "prune unreferenced objects"
12562msgstr ""
12563
3d0a05b4 12564#: builtin/gc.c:541
cc76011e
JX
12565msgid "be more thorough (increased runtime)"
12566msgstr ""
12567
3d0a05b4 12568#: builtin/gc.c:542
cc76011e
JX
12569msgid "enable auto-gc mode"
12570msgstr ""
12571
3d0a05b4 12572#: builtin/gc.c:545
727b9576
JX
12573msgid "force running gc even if there may be another gc running"
12574msgstr ""
12575
3d0a05b4 12576#: builtin/gc.c:548
9b7388a8
JX
12577msgid "repack all other packs except the largest pack"
12578msgstr ""
12579
3d0a05b4 12580#: builtin/gc.c:565
9b7388a8
JX
12581#, c-format
12582msgid "failed to parse gc.logexpiry value %s"
12583msgstr ""
12584
3d0a05b4 12585#: builtin/gc.c:576
dfc182b1 12586#, c-format
9b7388a8 12587msgid "failed to parse prune expiry value %s"
dfc182b1
JX
12588msgstr ""
12589
3d0a05b4 12590#: builtin/gc.c:596
cc76011e 12591#, c-format
5e078fcd
JX
12592msgid "Auto packing the repository in background for optimum performance.\n"
12593msgstr ""
12594
3d0a05b4 12595#: builtin/gc.c:598
5e078fcd
JX
12596#, c-format
12597msgid "Auto packing the repository for optimum performance.\n"
12598msgstr ""
12599
3d0a05b4 12600#: builtin/gc.c:599
5e078fcd
JX
12601#, c-format
12602msgid "See \"git help gc\" for manual housekeeping.\n"
cc76011e
JX
12603msgstr ""
12604
3d0a05b4 12605#: builtin/gc.c:639
727b9576
JX
12606#, c-format
12607msgid ""
12608"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
12609msgstr ""
12610
3d0a05b4 12611#: builtin/gc.c:694
cc76011e
JX
12612msgid ""
12613"There are too many unreachable loose objects; run 'git prune' to remove them."
12614msgstr ""
12615
94328cef 12616#: builtin/grep.c:29
c2ea1208 12617msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
cc76011e
JX
12618msgstr ""
12619
94328cef 12620#: builtin/grep.c:225
cc76011e
JX
12621#, c-format
12622msgid "grep: failed to create thread: %s"
12623msgstr ""
12624
94328cef 12625#: builtin/grep.c:279
9eb3984b
JX
12626#, c-format
12627msgid "invalid number of threads specified (%d) for %s"
12628msgstr ""
12629
5b34e000
JX
12630#. TRANSLATORS: %s is the configuration
12631#. variable for tweaking threads, currently
12632#. grep.threads
12633#.
6b0f1a9b 12634#: builtin/grep.c:287 builtin/index-pack.c:1534 builtin/index-pack.c:1727
3d0a05b4 12635#: builtin/pack-objects.c:2708
5b34e000
JX
12636#, c-format
12637msgid "no threads support, ignoring %s"
12638msgstr ""
12639
3d0a05b4 12640#: builtin/grep.c:467 builtin/grep.c:592 builtin/grep.c:635
cc76011e
JX
12641#, c-format
12642msgid "unable to read tree (%s)"
12643msgstr ""
12644
3d0a05b4 12645#: builtin/grep.c:650
cc76011e
JX
12646#, c-format
12647msgid "unable to grep from object of type %s"
12648msgstr ""
12649
3d0a05b4 12650#: builtin/grep.c:716
cc76011e
JX
12651#, c-format
12652msgid "switch `%c' expects a numerical value"
12653msgstr ""
12654
3d0a05b4 12655#: builtin/grep.c:815
cc76011e
JX
12656msgid "search in index instead of in the work tree"
12657msgstr ""
12658
3d0a05b4 12659#: builtin/grep.c:817
cc76011e
JX
12660msgid "find in contents not managed by git"
12661msgstr ""
12662
3d0a05b4 12663#: builtin/grep.c:819
cc76011e
JX
12664msgid "search in both tracked and untracked files"
12665msgstr ""
12666
3d0a05b4 12667#: builtin/grep.c:821
c2ea1208 12668msgid "ignore files specified via '.gitignore'"
cc76011e
JX
12669msgstr ""
12670
3d0a05b4 12671#: builtin/grep.c:823
dfc182b1 12672msgid "recursively search in each submodule"
673bfad0
JX
12673msgstr ""
12674
3d0a05b4 12675#: builtin/grep.c:826
cc76011e
JX
12676msgid "show non-matching lines"
12677msgstr ""
12678
3d0a05b4 12679#: builtin/grep.c:828
cc76011e
JX
12680msgid "case insensitive matching"
12681msgstr ""
12682
3d0a05b4 12683#: builtin/grep.c:830
cc76011e
JX
12684msgid "match patterns only at word boundaries"
12685msgstr ""
12686
3d0a05b4 12687#: builtin/grep.c:832
cc76011e
JX
12688msgid "process binary files as text"
12689msgstr ""
12690
3d0a05b4 12691#: builtin/grep.c:834
cc76011e
JX
12692msgid "don't match patterns in binary files"
12693msgstr ""
12694
3d0a05b4 12695#: builtin/grep.c:837
727b9576
JX
12696msgid "process binary files with textconv filters"
12697msgstr ""
12698
3d0a05b4 12699#: builtin/grep.c:839
12705546
JX
12700msgid "search in subdirectories (default)"
12701msgstr ""
12702
3d0a05b4 12703#: builtin/grep.c:841
cc76011e
JX
12704msgid "descend at most <depth> levels"
12705msgstr ""
12706
3d0a05b4 12707#: builtin/grep.c:845
cc76011e
JX
12708msgid "use extended POSIX regular expressions"
12709msgstr ""
12710
3d0a05b4 12711#: builtin/grep.c:848
cc76011e
JX
12712msgid "use basic POSIX regular expressions (default)"
12713msgstr ""
12714
3d0a05b4 12715#: builtin/grep.c:851
cc76011e
JX
12716msgid "interpret patterns as fixed strings"
12717msgstr ""
12718
3d0a05b4 12719#: builtin/grep.c:854
cc76011e
JX
12720msgid "use Perl-compatible regular expressions"
12721msgstr ""
12722
3d0a05b4 12723#: builtin/grep.c:857
cc76011e
JX
12724msgid "show line numbers"
12725msgstr ""
12726
3d0a05b4 12727#: builtin/grep.c:858
dba9f13c
JX
12728msgid "show column number of first match"
12729msgstr ""
12730
3d0a05b4 12731#: builtin/grep.c:859
cc76011e
JX
12732msgid "don't show filenames"
12733msgstr ""
12734
3d0a05b4 12735#: builtin/grep.c:860
cc76011e
JX
12736msgid "show filenames"
12737msgstr ""
12738
3d0a05b4 12739#: builtin/grep.c:862
cc76011e
JX
12740msgid "show filenames relative to top directory"
12741msgstr ""
12742
3d0a05b4 12743#: builtin/grep.c:864
cc76011e
JX
12744msgid "show only filenames instead of matching lines"
12745msgstr ""
12746
3d0a05b4 12747#: builtin/grep.c:866
cc76011e
JX
12748msgid "synonym for --files-with-matches"
12749msgstr ""
12750
3d0a05b4 12751#: builtin/grep.c:869
cc76011e
JX
12752msgid "show only the names of files without match"
12753msgstr ""
12754
3d0a05b4 12755#: builtin/grep.c:871
cc76011e
JX
12756msgid "print NUL after filenames"
12757msgstr ""
12758
3d0a05b4 12759#: builtin/grep.c:874
dba9f13c
JX
12760msgid "show only matching parts of a line"
12761msgstr ""
12762
3d0a05b4 12763#: builtin/grep.c:876
cc76011e
JX
12764msgid "show the number of matches instead of matching lines"
12765msgstr ""
12766
3d0a05b4 12767#: builtin/grep.c:877
cc76011e
JX
12768msgid "highlight matches"
12769msgstr ""
12770
3d0a05b4 12771#: builtin/grep.c:879
cc76011e
JX
12772msgid "print empty line between matches from different files"
12773msgstr ""
12774
3d0a05b4 12775#: builtin/grep.c:881
cc76011e
JX
12776msgid "show filename only once above matches from same file"
12777msgstr ""
12778
3d0a05b4 12779#: builtin/grep.c:884
cc76011e
JX
12780msgid "show <n> context lines before and after matches"
12781msgstr ""
12782
3d0a05b4 12783#: builtin/grep.c:887
cc76011e
JX
12784msgid "show <n> context lines before matches"
12785msgstr ""
12786
3d0a05b4 12787#: builtin/grep.c:889
cc76011e
JX
12788msgid "show <n> context lines after matches"
12789msgstr ""
12790
3d0a05b4 12791#: builtin/grep.c:891
9eb3984b
JX
12792msgid "use <n> worker threads"
12793msgstr ""
12794
3d0a05b4 12795#: builtin/grep.c:892
cc76011e
JX
12796msgid "shortcut for -C NUM"
12797msgstr ""
12798
3d0a05b4 12799#: builtin/grep.c:895
cc76011e
JX
12800msgid "show a line with the function name before matches"
12801msgstr ""
12802
3d0a05b4 12803#: builtin/grep.c:897
cc76011e
JX
12804msgid "show the surrounding function"
12805msgstr ""
12806
3d0a05b4 12807#: builtin/grep.c:900
cc76011e
JX
12808msgid "read patterns from file"
12809msgstr ""
12810
3d0a05b4 12811#: builtin/grep.c:902
cc76011e
JX
12812msgid "match <pattern>"
12813msgstr ""
12814
3d0a05b4 12815#: builtin/grep.c:904
cc76011e
JX
12816msgid "combine patterns specified with -e"
12817msgstr ""
12818
3d0a05b4 12819#: builtin/grep.c:916
cc76011e
JX
12820msgid "indicate hit with exit status without output"
12821msgstr ""
12822
3d0a05b4 12823#: builtin/grep.c:918
cc76011e
JX
12824msgid "show only matches from files that match all patterns"
12825msgstr ""
12826
3d0a05b4 12827#: builtin/grep.c:920
9306b5b9
JX
12828msgid "show parse tree for grep expression"
12829msgstr ""
12830
3d0a05b4 12831#: builtin/grep.c:924
cc76011e
JX
12832msgid "pager"
12833msgstr ""
12834
3d0a05b4 12835#: builtin/grep.c:924
cc76011e
JX
12836msgid "show matching files in the pager"
12837msgstr ""
12838
3d0a05b4 12839#: builtin/grep.c:928
cc76011e
JX
12840msgid "allow calling of grep(1) (ignored by this build)"
12841msgstr ""
12842
3d0a05b4 12843#: builtin/grep.c:992
dba9f13c 12844msgid "no pattern given"
cc76011e
JX
12845msgstr ""
12846
3d0a05b4 12847#: builtin/grep.c:1028
dfc182b1
JX
12848msgid "--no-index or --untracked cannot be used with revs"
12849msgstr ""
12850
3d0a05b4 12851#: builtin/grep.c:1036
dfc182b1
JX
12852#, c-format
12853msgid "unable to resolve revision: %s"
12854msgstr ""
12855
3d0a05b4 12856#: builtin/grep.c:1067
12705546 12857msgid "invalid option combination, ignoring --threads"
9eb3984b
JX
12858msgstr ""
12859
3d0a05b4 12860#: builtin/grep.c:1070 builtin/pack-objects.c:3400
5b34e000
JX
12861msgid "no threads support, ignoring --threads"
12862msgstr ""
12863
3d0a05b4 12864#: builtin/grep.c:1073 builtin/index-pack.c:1531 builtin/pack-objects.c:2705
12705546
JX
12865#, c-format
12866msgid "invalid number of threads specified (%d)"
12867msgstr ""
12868
3d0a05b4 12869#: builtin/grep.c:1096
cc76011e
JX
12870msgid "--open-files-in-pager only works on the worktree"
12871msgstr ""
12872
3d0a05b4 12873#: builtin/grep.c:1119
dba9f13c 12874msgid "option not supported with --recurse-submodules"
673bfad0
JX
12875msgstr ""
12876
3d0a05b4 12877#: builtin/grep.c:1125
dba9f13c 12878msgid "--cached or --untracked cannot be used with --no-index"
cc76011e
JX
12879msgstr ""
12880
3d0a05b4 12881#: builtin/grep.c:1131
dba9f13c 12882msgid "--[no-]exclude-standard cannot be used for tracked contents"
cc76011e
JX
12883msgstr ""
12884
3d0a05b4 12885#: builtin/grep.c:1139
dba9f13c 12886msgid "both --cached and trees are given"
cc76011e
JX
12887msgstr ""
12888
94328cef 12889#: builtin/hash-object.c:85
cc76011e 12890msgid ""
c2ea1208
JX
12891"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
12892"[--] <file>..."
cc76011e
JX
12893msgstr ""
12894
94328cef 12895#: builtin/hash-object.c:86
f4f2c8f8 12896msgid "git hash-object --stdin-paths"
cc76011e
JX
12897msgstr ""
12898
94328cef 12899#: builtin/hash-object.c:98
cc76011e
JX
12900msgid "object type"
12901msgstr ""
12902
94328cef 12903#: builtin/hash-object.c:99
cc76011e
JX
12904msgid "write the object into the object database"
12905msgstr ""
12906
94328cef 12907#: builtin/hash-object.c:101
cc76011e
JX
12908msgid "read the object from stdin"
12909msgstr ""
12910
94328cef 12911#: builtin/hash-object.c:103
cc76011e
JX
12912msgid "store file as is without filters"
12913msgstr ""
12914
94328cef 12915#: builtin/hash-object.c:104
d07a63e4
JX
12916msgid ""
12917"just hash any random garbage to create corrupt objects for debugging Git"
12918msgstr ""
12919
94328cef 12920#: builtin/hash-object.c:105
cc76011e
JX
12921msgid "process file as it were from this path"
12922msgstr ""
12923
dba9f13c 12924#: builtin/help.c:46
cc76011e
JX
12925msgid "print all available commands"
12926msgstr ""
12927
dba9f13c 12928#: builtin/help.c:47
fda7b092
JX
12929msgid "exclude guides"
12930msgstr ""
12931
dba9f13c 12932#: builtin/help.c:48
c6bc7d43
JX
12933msgid "print list of useful guides"
12934msgstr ""
12935
dba9f13c
JX
12936#: builtin/help.c:49
12937msgid "print all configuration variable names"
12938msgstr ""
12939
12940#: builtin/help.c:51
cc76011e
JX
12941msgid "show man page"
12942msgstr ""
12943
dba9f13c 12944#: builtin/help.c:52
cc76011e
JX
12945msgid "show manual in web browser"
12946msgstr ""
12947
dba9f13c 12948#: builtin/help.c:54
cc76011e
JX
12949msgid "show info page"
12950msgstr ""
12951
dba9f13c 12952#: builtin/help.c:56
55892712
JX
12953msgid "print command description"
12954msgstr ""
12955
dba9f13c 12956#: builtin/help.c:61
c2ea1208 12957msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
cc76011e
JX
12958msgstr ""
12959
d93ef2a1 12960#: builtin/help.c:77
cc76011e
JX
12961#, c-format
12962msgid "unrecognized help format '%s'"
12963msgstr ""
12964
d93ef2a1 12965#: builtin/help.c:104
cc76011e
JX
12966msgid "Failed to start emacsclient."
12967msgstr ""
12968
d93ef2a1 12969#: builtin/help.c:117
cc76011e
JX
12970msgid "Failed to parse emacsclient version."
12971msgstr ""
12972
d93ef2a1 12973#: builtin/help.c:125
cc76011e
JX
12974#, c-format
12975msgid "emacsclient version '%d' too old (< 22)."
12976msgstr ""
12977
d93ef2a1 12978#: builtin/help.c:143 builtin/help.c:165 builtin/help.c:175 builtin/help.c:183
cc76011e 12979#, c-format
f517e50d 12980msgid "failed to exec '%s'"
cc76011e
JX
12981msgstr ""
12982
d93ef2a1 12983#: builtin/help.c:221
cc76011e
JX
12984#, c-format
12985msgid ""
12986"'%s': path for unsupported man viewer.\n"
12987"Please consider using 'man.<tool>.cmd' instead."
12988msgstr ""
12989
d93ef2a1 12990#: builtin/help.c:233
cc76011e
JX
12991#, c-format
12992msgid ""
12993"'%s': cmd for supported man viewer.\n"
12994"Please consider using 'man.<tool>.path' instead."
12995msgstr ""
12996
d93ef2a1 12997#: builtin/help.c:350
cc76011e
JX
12998#, c-format
12999msgid "'%s': unknown man viewer."
13000msgstr ""
13001
d93ef2a1 13002#: builtin/help.c:367
cc76011e
JX
13003msgid "no man viewer handled the request"
13004msgstr ""
13005
d93ef2a1 13006#: builtin/help.c:375
cc76011e
JX
13007msgid "no info viewer handled the request"
13008msgstr ""
13009
6b0f1a9b 13010#: builtin/help.c:434 builtin/help.c:445 git.c:336
cc76011e 13011#, c-format
25eab542 13012msgid "'%s' is aliased to '%s'"
cc76011e
JX
13013msgstr ""
13014
6b0f1a9b 13015#: builtin/help.c:448 git.c:365
12705546
JX
13016#, c-format
13017msgid "bad alias.%s string: %s"
13018msgstr ""
13019
d93ef2a1 13020#: builtin/help.c:477 builtin/help.c:507
cc76011e 13021#, c-format
fda7b092 13022msgid "usage: %s%s"
cc76011e
JX
13023msgstr ""
13024
d93ef2a1 13025#: builtin/help.c:491
dba9f13c 13026msgid "'git help config' for more information"
fe05e196
JX
13027msgstr ""
13028
6b0f1a9b 13029#: builtin/index-pack.c:185
cc76011e
JX
13030#, c-format
13031msgid "object type mismatch at %s"
13032msgstr ""
13033
6b0f1a9b 13034#: builtin/index-pack.c:205
fe05e196
JX
13035#, c-format
13036msgid "did not receive expected object %s"
13037msgstr ""
13038
6b0f1a9b 13039#: builtin/index-pack.c:208
fe05e196
JX
13040#, c-format
13041msgid "object %s: expected type %s, found %s"
cc76011e
JX
13042msgstr ""
13043
6b0f1a9b 13044#: builtin/index-pack.c:258
cc76011e
JX
13045#, c-format
13046msgid "cannot fill %d byte"
13047msgid_plural "cannot fill %d bytes"
13048msgstr[0] ""
13049msgstr[1] ""
13050
6b0f1a9b 13051#: builtin/index-pack.c:268
cc76011e
JX
13052msgid "early EOF"
13053msgstr ""
13054
6b0f1a9b 13055#: builtin/index-pack.c:269
cc76011e
JX
13056msgid "read error on input"
13057msgstr ""
13058
6b0f1a9b 13059#: builtin/index-pack.c:281
cc76011e
JX
13060msgid "used more bytes than were available"
13061msgstr ""
13062
466c88fa 13063#: builtin/index-pack.c:288 builtin/pack-objects.c:604
cc76011e
JX
13064msgid "pack too large for current definition of off_t"
13065msgstr ""
13066
6b0f1a9b 13067#: builtin/index-pack.c:291 builtin/unpack-objects.c:94
fda7b092
JX
13068msgid "pack exceeds maximum allowed size"
13069msgstr ""
13070
6b0f1a9b 13071#: builtin/index-pack.c:312
cc76011e
JX
13072#, c-format
13073msgid "cannot open packfile '%s'"
13074msgstr ""
13075
6b0f1a9b 13076#: builtin/index-pack.c:326
cc76011e
JX
13077msgid "pack signature mismatch"
13078msgstr ""
13079
6b0f1a9b 13080#: builtin/index-pack.c:328
cc76011e
JX
13081#, c-format
13082msgid "pack version %<PRIu32> unsupported"
13083msgstr ""
13084
6b0f1a9b 13085#: builtin/index-pack.c:346
cc76011e 13086#, c-format
9fa976ff 13087msgid "pack has bad object at offset %<PRIuMAX>: %s"
cc76011e
JX
13088msgstr ""
13089
6b0f1a9b 13090#: builtin/index-pack.c:466
cc76011e
JX
13091#, c-format
13092msgid "inflate returned %d"
13093msgstr ""
13094
6b0f1a9b 13095#: builtin/index-pack.c:515
cc76011e
JX
13096msgid "offset value overflow for delta base object"
13097msgstr ""
13098
6b0f1a9b 13099#: builtin/index-pack.c:523
cc76011e
JX
13100msgid "delta base offset is out of bound"
13101msgstr ""
13102
6b0f1a9b 13103#: builtin/index-pack.c:531
cc76011e
JX
13104#, c-format
13105msgid "unknown object type %d"
13106msgstr ""
13107
6b0f1a9b 13108#: builtin/index-pack.c:562
cc76011e
JX
13109msgid "cannot pread pack file"
13110msgstr ""
13111
6b0f1a9b 13112#: builtin/index-pack.c:564
cc76011e 13113#, c-format
9fa976ff
JX
13114msgid "premature end of pack file, %<PRIuMAX> byte missing"
13115msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
cc76011e
JX
13116msgstr[0] ""
13117msgstr[1] ""
13118
6b0f1a9b 13119#: builtin/index-pack.c:590
cc76011e
JX
13120msgid "serious inflate inconsistency"
13121msgstr ""
13122
6b0f1a9b
JX
13123#: builtin/index-pack.c:735 builtin/index-pack.c:741 builtin/index-pack.c:764
13124#: builtin/index-pack.c:803 builtin/index-pack.c:812
cc76011e
JX
13125#, c-format
13126msgid "SHA1 COLLISION FOUND WITH %s !"
13127msgstr ""
13128
466c88fa
JX
13129#: builtin/index-pack.c:738 builtin/pack-objects.c:157
13130#: builtin/pack-objects.c:217 builtin/pack-objects.c:311
cc76011e
JX
13131#, c-format
13132msgid "unable to read %s"
13133msgstr ""
13134
6b0f1a9b 13135#: builtin/index-pack.c:801
dfc182b1
JX
13136#, c-format
13137msgid "cannot read existing object info %s"
13138msgstr ""
13139
6b0f1a9b 13140#: builtin/index-pack.c:809
cc76011e
JX
13141#, c-format
13142msgid "cannot read existing object %s"
13143msgstr ""
13144
6b0f1a9b 13145#: builtin/index-pack.c:823
cc76011e
JX
13146#, c-format
13147msgid "invalid blob object %s"
13148msgstr ""
13149
6b0f1a9b 13150#: builtin/index-pack.c:826 builtin/index-pack.c:845
9b7388a8 13151msgid "fsck error in packed object"
cc76011e
JX
13152msgstr ""
13153
6b0f1a9b 13154#: builtin/index-pack.c:847
cc76011e
JX
13155#, c-format
13156msgid "Not all child objects of %s are reachable"
13157msgstr ""
13158
6b0f1a9b 13159#: builtin/index-pack.c:919 builtin/index-pack.c:950
cc76011e
JX
13160msgid "failed to apply delta"
13161msgstr ""
13162
6b0f1a9b 13163#: builtin/index-pack.c:1118
cc76011e
JX
13164msgid "Receiving objects"
13165msgstr ""
13166
6b0f1a9b 13167#: builtin/index-pack.c:1118
cc76011e
JX
13168msgid "Indexing objects"
13169msgstr ""
13170
6b0f1a9b 13171#: builtin/index-pack.c:1152
cc76011e
JX
13172msgid "pack is corrupted (SHA1 mismatch)"
13173msgstr ""
13174
6b0f1a9b 13175#: builtin/index-pack.c:1157
cc76011e
JX
13176msgid "cannot fstat packfile"
13177msgstr ""
13178
6b0f1a9b 13179#: builtin/index-pack.c:1160
cc76011e
JX
13180msgid "pack has junk at the end"
13181msgstr ""
13182
6b0f1a9b 13183#: builtin/index-pack.c:1172
cc76011e
JX
13184msgid "confusion beyond insanity in parse_pack_objects()"
13185msgstr ""
13186
6b0f1a9b 13187#: builtin/index-pack.c:1195
cc76011e
JX
13188msgid "Resolving deltas"
13189msgstr ""
13190
3d0a05b4 13191#: builtin/index-pack.c:1205 builtin/pack-objects.c:2481
cc76011e
JX
13192#, c-format
13193msgid "unable to create thread: %s"
13194msgstr ""
13195
6b0f1a9b 13196#: builtin/index-pack.c:1246
cc76011e
JX
13197msgid "confusion beyond insanity"
13198msgstr ""
13199
6b0f1a9b 13200#: builtin/index-pack.c:1252
cc76011e 13201#, c-format
f517e50d
JX
13202msgid "completed with %d local object"
13203msgid_plural "completed with %d local objects"
13204msgstr[0] ""
13205msgstr[1] ""
cc76011e 13206
6b0f1a9b 13207#: builtin/index-pack.c:1264
cc76011e
JX
13208#, c-format
13209msgid "Unexpected tail checksum for %s (disk corruption?)"
13210msgstr ""
13211
6b0f1a9b 13212#: builtin/index-pack.c:1268
cc76011e
JX
13213#, c-format
13214msgid "pack has %d unresolved delta"
13215msgid_plural "pack has %d unresolved deltas"
13216msgstr[0] ""
13217msgstr[1] ""
13218
6b0f1a9b 13219#: builtin/index-pack.c:1292
cc76011e
JX
13220#, c-format
13221msgid "unable to deflate appended object (%d)"
13222msgstr ""
13223
6b0f1a9b 13224#: builtin/index-pack.c:1388
cc76011e
JX
13225#, c-format
13226msgid "local object %s is corrupt"
13227msgstr ""
13228
6b0f1a9b 13229#: builtin/index-pack.c:1402
abc8de64
JX
13230#, c-format
13231msgid "packfile name '%s' does not end with '.pack'"
cc76011e
JX
13232msgstr ""
13233
6b0f1a9b 13234#: builtin/index-pack.c:1427
cc76011e 13235#, c-format
abc8de64 13236msgid "cannot write %s file '%s'"
cc76011e
JX
13237msgstr ""
13238
6b0f1a9b 13239#: builtin/index-pack.c:1435
cc76011e 13240#, c-format
abc8de64 13241msgid "cannot close written %s file '%s'"
cc76011e
JX
13242msgstr ""
13243
6b0f1a9b 13244#: builtin/index-pack.c:1459
abc8de64
JX
13245msgid "error while closing pack file"
13246msgstr ""
13247
6b0f1a9b 13248#: builtin/index-pack.c:1473
cc76011e
JX
13249msgid "cannot store pack file"
13250msgstr ""
13251
6b0f1a9b 13252#: builtin/index-pack.c:1481
cc76011e
JX
13253msgid "cannot store index file"
13254msgstr ""
13255
3d0a05b4 13256#: builtin/index-pack.c:1525 builtin/pack-objects.c:2716
cc76011e
JX
13257#, c-format
13258msgid "bad pack.indexversion=%<PRIu32>"
13259msgstr ""
13260
6b0f1a9b 13261#: builtin/index-pack.c:1593
cc76011e
JX
13262#, c-format
13263msgid "Cannot open existing pack file '%s'"
13264msgstr ""
13265
6b0f1a9b 13266#: builtin/index-pack.c:1595
cc76011e
JX
13267#, c-format
13268msgid "Cannot open existing pack idx file for '%s'"
13269msgstr ""
13270
6b0f1a9b 13271#: builtin/index-pack.c:1643
cc76011e
JX
13272#, c-format
13273msgid "non delta: %d object"
13274msgid_plural "non delta: %d objects"
13275msgstr[0] ""
13276msgstr[1] ""
13277
6b0f1a9b 13278#: builtin/index-pack.c:1650
cc76011e
JX
13279#, c-format
13280msgid "chain length = %d: %lu object"
13281msgid_plural "chain length = %d: %lu objects"
13282msgstr[0] ""
13283msgstr[1] ""
13284
6b0f1a9b 13285#: builtin/index-pack.c:1689
abc8de64 13286msgid "Cannot come back to cwd"
f517e50d
JX
13287msgstr ""
13288
6b0f1a9b
JX
13289#: builtin/index-pack.c:1738 builtin/index-pack.c:1741
13290#: builtin/index-pack.c:1757 builtin/index-pack.c:1761
cc76011e
JX
13291#, c-format
13292msgid "bad %s"
13293msgstr ""
13294
6b0f1a9b 13295#: builtin/index-pack.c:1777
cc76011e
JX
13296msgid "--fix-thin cannot be used without --stdin"
13297msgstr ""
13298
6b0f1a9b 13299#: builtin/index-pack.c:1779
673bfad0
JX
13300msgid "--stdin requires a git repository"
13301msgstr ""
13302
6b0f1a9b 13303#: builtin/index-pack.c:1785
cc76011e
JX
13304msgid "--verify with no packfile name given"
13305msgstr ""
13306
6b0f1a9b 13307#: builtin/index-pack.c:1833 builtin/unpack-objects.c:580
9b7388a8
JX
13308msgid "fsck error in pack objects"
13309msgstr ""
13310
5b34e000 13311#: builtin/init-db.c:61
cc76011e
JX
13312#, c-format
13313msgid "cannot stat template '%s'"
13314msgstr ""
13315
5b34e000 13316#: builtin/init-db.c:66
cc76011e
JX
13317#, c-format
13318msgid "cannot opendir '%s'"
13319msgstr ""
13320
dba9f13c 13321#: builtin/init-db.c:78
cc76011e
JX
13322#, c-format
13323msgid "cannot readlink '%s'"
13324msgstr ""
13325
dba9f13c 13326#: builtin/init-db.c:80
cc76011e
JX
13327#, c-format
13328msgid "cannot symlink '%s' '%s'"
13329msgstr ""
13330
dba9f13c 13331#: builtin/init-db.c:86
cc76011e
JX
13332#, c-format
13333msgid "cannot copy '%s' to '%s'"
13334msgstr ""
13335
dba9f13c 13336#: builtin/init-db.c:90
cc76011e
JX
13337#, c-format
13338msgid "ignoring template %s"
13339msgstr ""
13340
dba9f13c 13341#: builtin/init-db.c:121
cc76011e 13342#, c-format
55892712 13343msgid "templates not found in %s"
cc76011e
JX
13344msgstr ""
13345
dba9f13c 13346#: builtin/init-db.c:136
cc76011e 13347#, c-format
f517e50d 13348msgid "not copying templates from '%s': %s"
cc76011e
JX
13349msgstr ""
13350
d93ef2a1 13351#: builtin/init-db.c:334
cc76011e 13352#, c-format
fda7b092 13353msgid "unable to handle file type %d"
cc76011e
JX
13354msgstr ""
13355
d93ef2a1 13356#: builtin/init-db.c:337
cc76011e 13357#, c-format
fda7b092 13358msgid "unable to move %s to %s"
cc76011e
JX
13359msgstr ""
13360
d93ef2a1 13361#: builtin/init-db.c:354 builtin/init-db.c:357
cc76011e 13362#, c-format
fda7b092 13363msgid "%s already exists"
cc76011e
JX
13364msgstr ""
13365
d93ef2a1 13366#: builtin/init-db.c:413
cc76011e 13367#, c-format
9fa976ff 13368msgid "Reinitialized existing shared Git repository in %s%s\n"
cc76011e
JX
13369msgstr ""
13370
d93ef2a1 13371#: builtin/init-db.c:414
9fa976ff
JX
13372#, c-format
13373msgid "Reinitialized existing Git repository in %s%s\n"
cc76011e
JX
13374msgstr ""
13375
d93ef2a1 13376#: builtin/init-db.c:418
9fa976ff
JX
13377#, c-format
13378msgid "Initialized empty shared Git repository in %s%s\n"
cc76011e
JX
13379msgstr ""
13380
d93ef2a1 13381#: builtin/init-db.c:419
9fa976ff
JX
13382#, c-format
13383msgid "Initialized empty Git repository in %s%s\n"
cc76011e
JX
13384msgstr ""
13385
d93ef2a1 13386#: builtin/init-db.c:468
cc76011e 13387msgid ""
9caaf23e 13388"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
c2ea1208 13389"shared[=<permissions>]] [<directory>]"
cc76011e
JX
13390msgstr ""
13391
d93ef2a1 13392#: builtin/init-db.c:491
cc76011e
JX
13393msgid "permissions"
13394msgstr ""
13395
d93ef2a1 13396#: builtin/init-db.c:492
cc76011e
JX
13397msgid "specify that the git repository is to be shared amongst several users"
13398msgstr ""
13399
6b0f1a9b 13400#: builtin/init-db.c:529 builtin/init-db.c:534
dba9f13c
JX
13401#, c-format
13402msgid "cannot mkdir %s"
13403msgstr ""
13404
6b0f1a9b 13405#: builtin/init-db.c:538
cc76011e
JX
13406#, c-format
13407msgid "cannot chdir to %s"
13408msgstr ""
13409
6b0f1a9b 13410#: builtin/init-db.c:559
cc76011e
JX
13411#, c-format
13412msgid ""
13413"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
13414"dir=<directory>)"
13415msgstr ""
13416
6b0f1a9b 13417#: builtin/init-db.c:587
cc76011e
JX
13418#, c-format
13419msgid "Cannot access work tree '%s'"
13420msgstr ""
13421
6b0f1a9b 13422#: builtin/interpret-trailers.c:16
d07a63e4 13423msgid ""
9eb3984b
JX
13424"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
13425"<token>[(=|:)<value>])...] [<file>...]"
d07a63e4
JX
13426msgstr ""
13427
6b0f1a9b 13428#: builtin/interpret-trailers.c:95
9eb3984b
JX
13429msgid "edit files in place"
13430msgstr ""
13431
6b0f1a9b 13432#: builtin/interpret-trailers.c:96
d07a63e4
JX
13433msgid "trim empty trailers"
13434msgstr ""
13435
6b0f1a9b 13436#: builtin/interpret-trailers.c:99
25eab542
JX
13437msgid "where to place the new trailer"
13438msgstr ""
13439
6b0f1a9b 13440#: builtin/interpret-trailers.c:101
25eab542
JX
13441msgid "action if trailer already exists"
13442msgstr ""
13443
6b0f1a9b 13444#: builtin/interpret-trailers.c:103
25eab542
JX
13445msgid "action if trailer is missing"
13446msgstr ""
13447
6b0f1a9b 13448#: builtin/interpret-trailers.c:105
25eab542
JX
13449msgid "output only the trailers"
13450msgstr ""
13451
6b0f1a9b 13452#: builtin/interpret-trailers.c:106
25eab542
JX
13453msgid "do not apply config rules"
13454msgstr ""
13455
6b0f1a9b 13456#: builtin/interpret-trailers.c:107
25eab542
JX
13457msgid "join whitespace-continued values"
13458msgstr ""
13459
6b0f1a9b 13460#: builtin/interpret-trailers.c:108
25eab542
JX
13461msgid "set parsing options"
13462msgstr ""
13463
6b0f1a9b 13464#: builtin/interpret-trailers.c:110
12705546
JX
13465msgid "do not treat --- specially"
13466msgstr ""
13467
6b0f1a9b 13468#: builtin/interpret-trailers.c:111
d07a63e4
JX
13469msgid "trailer"
13470msgstr ""
13471
6b0f1a9b 13472#: builtin/interpret-trailers.c:112
d07a63e4
JX
13473msgid "trailer(s) to add"
13474msgstr ""
13475
6b0f1a9b 13476#: builtin/interpret-trailers.c:123
25eab542
JX
13477msgid "--trailer with --only-input does not make sense"
13478msgstr ""
13479
6b0f1a9b 13480#: builtin/interpret-trailers.c:133
9eb3984b
JX
13481msgid "no input file given for in-place editing"
13482msgstr ""
13483
94328cef 13484#: builtin/log.c:55
64f23b0c 13485msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
cc76011e
JX
13486msgstr ""
13487
94328cef 13488#: builtin/log.c:56
c2ea1208 13489msgid "git show [<options>] <object>..."
cc76011e
JX
13490msgstr ""
13491
6b0f1a9b 13492#: builtin/log.c:109
d07a63e4
JX
13493#, c-format
13494msgid "invalid --decorate option: %s"
13495msgstr ""
13496
466c88fa 13497#: builtin/log.c:173
cc76011e
JX
13498msgid "show source"
13499msgstr ""
13500
466c88fa 13501#: builtin/log.c:174
46bc4039
JX
13502msgid "Use mail map file"
13503msgstr ""
13504
466c88fa 13505#: builtin/log.c:176
18a90722
JX
13506msgid "only decorate refs that match <pattern>"
13507msgstr ""
13508
466c88fa 13509#: builtin/log.c:178
18a90722
JX
13510msgid "do not decorate refs that match <pattern>"
13511msgstr ""
13512
466c88fa 13513#: builtin/log.c:179
cc76011e
JX
13514msgid "decorate options"
13515msgstr ""
13516
466c88fa 13517#: builtin/log.c:182
d07a63e4
JX
13518msgid "Process line range n,m in file, counting from 1"
13519msgstr ""
13520
466c88fa 13521#: builtin/log.c:280
cc76011e
JX
13522#, c-format
13523msgid "Final output: %d %s\n"
13524msgstr ""
13525
466c88fa 13526#: builtin/log.c:534
d07a63e4
JX
13527#, c-format
13528msgid "git show %s: bad file"
13529msgstr ""
13530
3d0a05b4 13531#: builtin/log.c:549 builtin/log.c:644
cc76011e 13532#, c-format
d93ef2a1 13533msgid "could not read object %s"
cc76011e
JX
13534msgstr ""
13535
3d0a05b4 13536#: builtin/log.c:669
cc76011e 13537#, c-format
d93ef2a1 13538msgid "unknown type: %d"
cc76011e
JX
13539msgstr ""
13540
3d0a05b4 13541#: builtin/log.c:792
cc76011e
JX
13542msgid "format.headers without value"
13543msgstr ""
13544
3d0a05b4 13545#: builtin/log.c:909
cc76011e
JX
13546msgid "name of output directory is too long"
13547msgstr ""
13548
3d0a05b4 13549#: builtin/log.c:925
cc76011e 13550#, c-format
d93ef2a1
JX
13551msgid "cannot open patch file %s"
13552msgstr ""
13553
3d0a05b4 13554#: builtin/log.c:942
d93ef2a1 13555msgid "need exactly one range"
cc76011e
JX
13556msgstr ""
13557
3d0a05b4 13558#: builtin/log.c:952
d93ef2a1 13559msgid "not a range"
cc76011e
JX
13560msgstr ""
13561
3d0a05b4 13562#: builtin/log.c:1075
d93ef2a1 13563msgid "cover letter needs email format"
cc76011e
JX
13564msgstr ""
13565
3d0a05b4 13566#: builtin/log.c:1081
d93ef2a1 13567msgid "failed to create cover-letter file"
cc76011e
JX
13568msgstr ""
13569
3d0a05b4 13570#: builtin/log.c:1160
cc76011e
JX
13571#, c-format
13572msgid "insane in-reply-to: %s"
13573msgstr ""
13574
3d0a05b4 13575#: builtin/log.c:1187
c2ea1208 13576msgid "git format-patch [<options>] [<since> | <revision-range>]"
cc76011e
JX
13577msgstr ""
13578
3d0a05b4 13579#: builtin/log.c:1245
d93ef2a1 13580msgid "two output directories?"
cc76011e
JX
13581msgstr ""
13582
3d0a05b4 13583#: builtin/log.c:1356 builtin/log.c:2116 builtin/log.c:2118 builtin/log.c:2130
f517e50d 13584#, c-format
d93ef2a1 13585msgid "unknown commit %s"
f517e50d
JX
13586msgstr ""
13587
3d0a05b4 13588#: builtin/log.c:1366 builtin/replace.c:58 builtin/replace.c:207
d93ef2a1 13589#: builtin/replace.c:210
f517e50d 13590#, c-format
d93ef2a1 13591msgid "failed to resolve '%s' as a valid ref"
f517e50d
JX
13592msgstr ""
13593
3d0a05b4 13594#: builtin/log.c:1371
d93ef2a1 13595msgid "could not find exact merge base"
f517e50d
JX
13596msgstr ""
13597
3d0a05b4 13598#: builtin/log.c:1375
f517e50d 13599msgid ""
d93ef2a1 13600"failed to get upstream, if you want to record base commit automatically,\n"
f517e50d 13601"please use git branch --set-upstream-to to track a remote branch.\n"
d93ef2a1 13602"Or you could specify base commit by --base=<base-commit-id> manually"
f517e50d
JX
13603msgstr ""
13604
3d0a05b4 13605#: builtin/log.c:1395
d93ef2a1 13606msgid "failed to find exact merge base"
f517e50d
JX
13607msgstr ""
13608
3d0a05b4 13609#: builtin/log.c:1406
f517e50d
JX
13610msgid "base commit should be the ancestor of revision list"
13611msgstr ""
13612
3d0a05b4 13613#: builtin/log.c:1410
f517e50d
JX
13614msgid "base commit shouldn't be in revision list"
13615msgstr ""
13616
3d0a05b4 13617#: builtin/log.c:1463
f517e50d
JX
13618msgid "cannot get patch id"
13619msgstr ""
13620
3d0a05b4 13621#: builtin/log.c:1515
12705546
JX
13622msgid "failed to infer range-diff ranges"
13623msgstr ""
13624
3d0a05b4 13625#: builtin/log.c:1560
cc76011e
JX
13626msgid "use [PATCH n/m] even with a single patch"
13627msgstr ""
13628
3d0a05b4 13629#: builtin/log.c:1563
cc76011e
JX
13630msgid "use [PATCH] even with multiple patches"
13631msgstr ""
13632
3d0a05b4 13633#: builtin/log.c:1567
cc76011e
JX
13634msgid "print patches to standard out"
13635msgstr ""
13636
3d0a05b4 13637#: builtin/log.c:1569
cc76011e
JX
13638msgid "generate a cover letter"
13639msgstr ""
13640
3d0a05b4 13641#: builtin/log.c:1571
cc76011e
JX
13642msgid "use simple number sequence for output file names"
13643msgstr ""
13644
3d0a05b4 13645#: builtin/log.c:1572
cc76011e
JX
13646msgid "sfx"
13647msgstr ""
13648
3d0a05b4 13649#: builtin/log.c:1573
cc76011e
JX
13650msgid "use <sfx> instead of '.patch'"
13651msgstr ""
13652
3d0a05b4 13653#: builtin/log.c:1575
cc76011e
JX
13654msgid "start numbering patches at <n> instead of 1"
13655msgstr ""
13656
3d0a05b4 13657#: builtin/log.c:1577
46bc4039
JX
13658msgid "mark the series as Nth re-roll"
13659msgstr ""
13660
3d0a05b4 13661#: builtin/log.c:1579
fda7b092
JX
13662msgid "Use [RFC PATCH] instead of [PATCH]"
13663msgstr ""
13664
3d0a05b4 13665#: builtin/log.c:1582
cc76011e
JX
13666msgid "Use [<prefix>] instead of [PATCH]"
13667msgstr ""
13668
3d0a05b4 13669#: builtin/log.c:1585
cc76011e
JX
13670msgid "store resulting files in <dir>"
13671msgstr ""
13672
3d0a05b4 13673#: builtin/log.c:1588
cc76011e
JX
13674msgid "don't strip/add [PATCH]"
13675msgstr ""
13676
3d0a05b4 13677#: builtin/log.c:1591
cc76011e
JX
13678msgid "don't output binary diffs"
13679msgstr ""
13680
3d0a05b4 13681#: builtin/log.c:1593
2c0ca050
JX
13682msgid "output all-zero hash in From header"
13683msgstr ""
13684
3d0a05b4 13685#: builtin/log.c:1595
cc76011e
JX
13686msgid "don't include a patch matching a commit upstream"
13687msgstr ""
13688
3d0a05b4 13689#: builtin/log.c:1597
cc76011e
JX
13690msgid "show patch format instead of default (patch + stat)"
13691msgstr ""
13692
3d0a05b4 13693#: builtin/log.c:1599
cc76011e
JX
13694msgid "Messaging"
13695msgstr ""
13696
3d0a05b4 13697#: builtin/log.c:1600
cc76011e
JX
13698msgid "header"
13699msgstr ""
13700
3d0a05b4 13701#: builtin/log.c:1601
cc76011e
JX
13702msgid "add email header"
13703msgstr ""
13704
3d0a05b4 13705#: builtin/log.c:1602 builtin/log.c:1604
cc76011e
JX
13706msgid "email"
13707msgstr ""
13708
3d0a05b4 13709#: builtin/log.c:1602
cc76011e
JX
13710msgid "add To: header"
13711msgstr ""
13712
3d0a05b4 13713#: builtin/log.c:1604
cc76011e
JX
13714msgid "add Cc: header"
13715msgstr ""
13716
3d0a05b4 13717#: builtin/log.c:1606
28b3cffc
JX
13718msgid "ident"
13719msgstr ""
13720
3d0a05b4 13721#: builtin/log.c:1607
28b3cffc
JX
13722msgid "set From address to <ident> (or committer ident if absent)"
13723msgstr ""
13724
3d0a05b4 13725#: builtin/log.c:1609
cc76011e
JX
13726msgid "message-id"
13727msgstr ""
13728
3d0a05b4 13729#: builtin/log.c:1610
cc76011e
JX
13730msgid "make first mail a reply to <message-id>"
13731msgstr ""
13732
3d0a05b4 13733#: builtin/log.c:1611 builtin/log.c:1614
cc76011e
JX
13734msgid "boundary"
13735msgstr ""
13736
3d0a05b4 13737#: builtin/log.c:1612
cc76011e
JX
13738msgid "attach the patch"
13739msgstr ""
13740
3d0a05b4 13741#: builtin/log.c:1615
cc76011e
JX
13742msgid "inline the patch"
13743msgstr ""
13744
3d0a05b4 13745#: builtin/log.c:1619
cc76011e
JX
13746msgid "enable message threading, styles: shallow, deep"
13747msgstr ""
13748
3d0a05b4 13749#: builtin/log.c:1621
cc76011e
JX
13750msgid "signature"
13751msgstr ""
13752
3d0a05b4 13753#: builtin/log.c:1622
cc76011e
JX
13754msgid "add a signature"
13755msgstr ""
13756
3d0a05b4 13757#: builtin/log.c:1623
f517e50d
JX
13758msgid "base-commit"
13759msgstr ""
13760
3d0a05b4 13761#: builtin/log.c:1624
f517e50d
JX
13762msgid "add prerequisite tree info to the patch series"
13763msgstr ""
13764
3d0a05b4 13765#: builtin/log.c:1626
fe05e196
JX
13766msgid "add a signature from a file"
13767msgstr ""
13768
3d0a05b4 13769#: builtin/log.c:1627
cc76011e
JX
13770msgid "don't print the patch filenames"
13771msgstr ""
13772
3d0a05b4 13773#: builtin/log.c:1629
25eab542
JX
13774msgid "show progress while generating patches"
13775msgstr ""
13776
3d0a05b4 13777#: builtin/log.c:1631
12705546
JX
13778msgid "show changes against <rev> in cover letter or single patch"
13779msgstr ""
13780
3d0a05b4 13781#: builtin/log.c:1634
12705546
JX
13782msgid "show changes against <refspec> in cover letter or single patch"
13783msgstr ""
13784
3d0a05b4 13785#: builtin/log.c:1636
12705546
JX
13786msgid "percentage by which creation is weighted"
13787msgstr ""
13788
3d0a05b4 13789#: builtin/log.c:1711
5b34e000
JX
13790#, c-format
13791msgid "invalid ident line: %s"
13792msgstr ""
13793
3d0a05b4 13794#: builtin/log.c:1726
dba9f13c 13795msgid "-n and -k are mutually exclusive"
cc76011e
JX
13796msgstr ""
13797
3d0a05b4 13798#: builtin/log.c:1728
dba9f13c 13799msgid "--subject-prefix/--rfc and -k are mutually exclusive"
cc76011e
JX
13800msgstr ""
13801
3d0a05b4 13802#: builtin/log.c:1736
cc76011e
JX
13803msgid "--name-only does not make sense"
13804msgstr ""
13805
3d0a05b4 13806#: builtin/log.c:1738
cc76011e
JX
13807msgid "--name-status does not make sense"
13808msgstr ""
13809
3d0a05b4 13810#: builtin/log.c:1740
cc76011e
JX
13811msgid "--check does not make sense"
13812msgstr ""
13813
3d0a05b4 13814#: builtin/log.c:1773
cc76011e
JX
13815msgid "standard output, or directory, which one?"
13816msgstr ""
13817
3d0a05b4 13818#: builtin/log.c:1877
12705546 13819msgid "--interdiff requires --cover-letter or single patch"
fe05e196
JX
13820msgstr ""
13821
3d0a05b4 13822#: builtin/log.c:1881
12705546
JX
13823msgid "Interdiff:"
13824msgstr ""
13825
3d0a05b4 13826#: builtin/log.c:1882
12705546
JX
13827#, c-format
13828msgid "Interdiff against v%d:"
13829msgstr ""
13830
3d0a05b4 13831#: builtin/log.c:1888
12705546
JX
13832msgid "--creation-factor requires --range-diff"
13833msgstr ""
13834
3d0a05b4 13835#: builtin/log.c:1892
12705546
JX
13836msgid "--range-diff requires --cover-letter or single patch"
13837msgstr ""
13838
3d0a05b4 13839#: builtin/log.c:1900
12705546
JX
13840msgid "Range-diff:"
13841msgstr ""
13842
3d0a05b4 13843#: builtin/log.c:1901
12705546
JX
13844#, c-format
13845msgid "Range-diff against v%d:"
13846msgstr ""
13847
3d0a05b4 13848#: builtin/log.c:1912
12705546
JX
13849#, c-format
13850msgid "unable to read signature file '%s'"
13851msgstr ""
13852
3d0a05b4 13853#: builtin/log.c:1948
25eab542
JX
13854msgid "Generating patches"
13855msgstr ""
13856
3d0a05b4 13857#: builtin/log.c:1992
d93ef2a1 13858msgid "failed to create output files"
cc76011e
JX
13859msgstr ""
13860
3d0a05b4 13861#: builtin/log.c:2051
cc76011e
JX
13862msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
13863msgstr ""
13864
3d0a05b4 13865#: builtin/log.c:2105
cc76011e
JX
13866#, c-format
13867msgid ""
13868"Could not find a tracked remote branch, please specify <upstream> manually.\n"
13869msgstr ""
13870
94328cef 13871#: builtin/ls-files.c:470
c2ea1208 13872msgid "git ls-files [<options>] [<file>...]"
cc76011e
JX
13873msgstr ""
13874
94328cef 13875#: builtin/ls-files.c:526
cc76011e
JX
13876msgid "identify the file status with tags"
13877msgstr ""
13878
94328cef 13879#: builtin/ls-files.c:528
cc76011e
JX
13880msgid "use lowercase letters for 'assume unchanged' files"
13881msgstr ""
13882
94328cef 13883#: builtin/ls-files.c:530
18a90722
JX
13884msgid "use lowercase letters for 'fsmonitor clean' files"
13885msgstr ""
13886
94328cef 13887#: builtin/ls-files.c:532
cc76011e
JX
13888msgid "show cached files in the output (default)"
13889msgstr ""
13890
94328cef 13891#: builtin/ls-files.c:534
cc76011e
JX
13892msgid "show deleted files in the output"
13893msgstr ""
13894
94328cef 13895#: builtin/ls-files.c:536
cc76011e
JX
13896msgid "show modified files in the output"
13897msgstr ""
13898
94328cef 13899#: builtin/ls-files.c:538
cc76011e
JX
13900msgid "show other files in the output"
13901msgstr ""
13902
94328cef 13903#: builtin/ls-files.c:540
cc76011e
JX
13904msgid "show ignored files in the output"
13905msgstr ""
13906
94328cef 13907#: builtin/ls-files.c:543
cc76011e
JX
13908msgid "show staged contents' object name in the output"
13909msgstr ""
13910
94328cef 13911#: builtin/ls-files.c:545
cc76011e
JX
13912msgid "show files on the filesystem that need to be removed"
13913msgstr ""
13914
94328cef 13915#: builtin/ls-files.c:547
d07a63e4 13916msgid "show 'other' directories' names only"
cc76011e
JX
13917msgstr ""
13918
94328cef 13919#: builtin/ls-files.c:549
9eb3984b
JX
13920msgid "show line endings of files"
13921msgstr ""
13922
94328cef 13923#: builtin/ls-files.c:551
cc76011e
JX
13924msgid "don't show empty directories"
13925msgstr ""
13926
94328cef 13927#: builtin/ls-files.c:554
cc76011e
JX
13928msgid "show unmerged files in the output"
13929msgstr ""
13930
94328cef 13931#: builtin/ls-files.c:556
cc76011e
JX
13932msgid "show resolve-undo information"
13933msgstr ""
13934
94328cef 13935#: builtin/ls-files.c:558
cc76011e
JX
13936msgid "skip files matching pattern"
13937msgstr ""
13938
94328cef 13939#: builtin/ls-files.c:561
cc76011e
JX
13940msgid "exclude patterns are read from <file>"
13941msgstr ""
13942
94328cef 13943#: builtin/ls-files.c:564
cc76011e
JX
13944msgid "read additional per-directory exclude patterns in <file>"
13945msgstr ""
13946
94328cef 13947#: builtin/ls-files.c:566
cc76011e
JX
13948msgid "add the standard git exclusions"
13949msgstr ""
13950
94328cef 13951#: builtin/ls-files.c:570
cc76011e
JX
13952msgid "make the output relative to the project top directory"
13953msgstr ""
13954
94328cef 13955#: builtin/ls-files.c:573
fda7b092
JX
13956msgid "recurse through submodules"
13957msgstr ""
13958
94328cef 13959#: builtin/ls-files.c:575
cc76011e
JX
13960msgid "if any <file> is not in the index, treat this as an error"
13961msgstr ""
13962
94328cef 13963#: builtin/ls-files.c:576
cc76011e
JX
13964msgid "tree-ish"
13965msgstr ""
13966
94328cef 13967#: builtin/ls-files.c:577
cc76011e
JX
13968msgid "pretend that paths removed since <tree-ish> are still present"
13969msgstr ""
13970
94328cef 13971#: builtin/ls-files.c:579
cc76011e
JX
13972msgid "show debugging data"
13973msgstr ""
13974
9b7388a8 13975#: builtin/ls-remote.c:9
9eb3984b
JX
13976msgid ""
13977"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
13978" [-q | --quiet] [--exit-code] [--get-url]\n"
13979" [--symref] [<repository> [<refs>...]]"
13980msgstr ""
13981
9b7388a8 13982#: builtin/ls-remote.c:59
9eb3984b
JX
13983msgid "do not print remote URL"
13984msgstr ""
13985
3d0a05b4 13986#: builtin/ls-remote.c:60 builtin/ls-remote.c:62 builtin/rebase.c:1488
9eb3984b
JX
13987msgid "exec"
13988msgstr ""
13989
9b7388a8 13990#: builtin/ls-remote.c:61 builtin/ls-remote.c:63
9eb3984b
JX
13991msgid "path of git-upload-pack on the remote host"
13992msgstr ""
13993
9b7388a8 13994#: builtin/ls-remote.c:65
9eb3984b
JX
13995msgid "limit to tags"
13996msgstr ""
13997
9b7388a8 13998#: builtin/ls-remote.c:66
9eb3984b
JX
13999msgid "limit to heads"
14000msgstr ""
14001
9b7388a8 14002#: builtin/ls-remote.c:67
9eb3984b
JX
14003msgid "do not show peeled tags"
14004msgstr ""
14005
9b7388a8 14006#: builtin/ls-remote.c:69
9eb3984b
JX
14007msgid "take url.<base>.insteadOf into account"
14008msgstr ""
14009
d93ef2a1 14010#: builtin/ls-remote.c:72
9eb3984b
JX
14011msgid "exit with exit code 2 if no matching refs are found"
14012msgstr ""
14013
d93ef2a1 14014#: builtin/ls-remote.c:75
9eb3984b
JX
14015msgid "show underlying ref in addition to the object pointed by it"
14016msgstr ""
14017
dba9f13c 14018#: builtin/ls-tree.c:30
cc76011e
JX
14019msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
14020msgstr ""
14021
dba9f13c 14022#: builtin/ls-tree.c:128
cc76011e
JX
14023msgid "only show trees"
14024msgstr ""
14025
dba9f13c 14026#: builtin/ls-tree.c:130
cc76011e
JX
14027msgid "recurse into subtrees"
14028msgstr ""
14029
dba9f13c 14030#: builtin/ls-tree.c:132
cc76011e
JX
14031msgid "show trees when recursing"
14032msgstr ""
14033
dba9f13c 14034#: builtin/ls-tree.c:135
cc76011e
JX
14035msgid "terminate entries with NUL byte"
14036msgstr ""
14037
dba9f13c 14038#: builtin/ls-tree.c:136
cc76011e
JX
14039msgid "include object size"
14040msgstr ""
14041
dba9f13c 14042#: builtin/ls-tree.c:138 builtin/ls-tree.c:140
cc76011e
JX
14043msgid "list only filenames"
14044msgstr ""
14045
dba9f13c 14046#: builtin/ls-tree.c:143
cc76011e
JX
14047msgid "use full path names"
14048msgstr ""
14049
dba9f13c 14050#: builtin/ls-tree.c:145
cc76011e
JX
14051msgid "list entire tree; not just current directory (implies --full-name)"
14052msgstr ""
14053
5b34e000
JX
14054#: builtin/mailsplit.c:241
14055#, c-format
14056msgid "empty mbox: '%s'"
cc76011e
JX
14057msgstr ""
14058
6b0f1a9b 14059#: builtin/merge.c:55
5b34e000 14060msgid "git merge [<options>] [<commit>...]"
cc76011e
JX
14061msgstr ""
14062
6b0f1a9b 14063#: builtin/merge.c:56
5b34e000
JX
14064msgid "git merge --abort"
14065msgstr ""
14066
6b0f1a9b 14067#: builtin/merge.c:57
673bfad0
JX
14068msgid "git merge --continue"
14069msgstr ""
14070
6b0f1a9b 14071#: builtin/merge.c:118
cc76011e
JX
14072msgid "switch `m' requires a value"
14073msgstr ""
14074
6b0f1a9b 14075#: builtin/merge.c:141
cc76011e 14076#, c-format
94328cef 14077msgid "option `%s' requires a value"
cc76011e
JX
14078msgstr ""
14079
6b0f1a9b 14080#: builtin/merge.c:187
cc76011e 14081#, c-format
94328cef
JX
14082msgid "Could not find merge strategy '%s'.\n"
14083msgstr ""
14084
6b0f1a9b 14085#: builtin/merge.c:188
94328cef 14086#, c-format
cc76011e
JX
14087msgid "Available strategies are:"
14088msgstr ""
14089
6b0f1a9b 14090#: builtin/merge.c:193
cc76011e
JX
14091#, c-format
14092msgid "Available custom strategies are:"
14093msgstr ""
14094
3d0a05b4 14095#: builtin/merge.c:244 builtin/pull.c:152
cc76011e
JX
14096msgid "do not show a diffstat at the end of the merge"
14097msgstr ""
14098
3d0a05b4 14099#: builtin/merge.c:247 builtin/pull.c:155
cc76011e
JX
14100msgid "show a diffstat at the end of the merge"
14101msgstr ""
14102
3d0a05b4 14103#: builtin/merge.c:248 builtin/pull.c:158
cc76011e
JX
14104msgid "(synonym to --stat)"
14105msgstr ""
14106
3d0a05b4 14107#: builtin/merge.c:250 builtin/pull.c:161
cc76011e
JX
14108msgid "add (at most <n>) entries from shortlog to merge commit message"
14109msgstr ""
14110
3d0a05b4 14111#: builtin/merge.c:253 builtin/pull.c:167
cc76011e
JX
14112msgid "create a single commit instead of doing a merge"
14113msgstr ""
14114
3d0a05b4 14115#: builtin/merge.c:255 builtin/pull.c:170
cc76011e
JX
14116msgid "perform a commit if the merge succeeds (default)"
14117msgstr ""
14118
3d0a05b4 14119#: builtin/merge.c:257 builtin/pull.c:173
cc76011e
JX
14120msgid "edit message before committing"
14121msgstr ""
14122
6b0f1a9b 14123#: builtin/merge.c:259
cc76011e
JX
14124msgid "allow fast-forward (default)"
14125msgstr ""
14126
3d0a05b4 14127#: builtin/merge.c:261 builtin/pull.c:180
cc76011e
JX
14128msgid "abort if fast-forward is not possible"
14129msgstr ""
14130
3d0a05b4 14131#: builtin/merge.c:265 builtin/pull.c:183
9fa976ff 14132msgid "verify that the named commit has a valid GPG signature"
c138af56
JX
14133msgstr ""
14134
3d0a05b4
JX
14135#: builtin/merge.c:266 builtin/notes.c:787 builtin/pull.c:187
14136#: builtin/rebase.c:493 builtin/rebase.c:1501 builtin/revert.c:114
cc76011e
JX
14137msgid "strategy"
14138msgstr ""
14139
3d0a05b4 14140#: builtin/merge.c:267 builtin/pull.c:188
cc76011e
JX
14141msgid "merge strategy to use"
14142msgstr ""
14143
3d0a05b4 14144#: builtin/merge.c:268 builtin/pull.c:191
cc76011e
JX
14145msgid "option=value"
14146msgstr ""
14147
3d0a05b4 14148#: builtin/merge.c:269 builtin/pull.c:192
cc76011e
JX
14149msgid "option for selected merge strategy"
14150msgstr ""
14151
6b0f1a9b 14152#: builtin/merge.c:271
cc76011e
JX
14153msgid "merge commit message (for a non-fast-forward merge)"
14154msgstr ""
14155
6b0f1a9b 14156#: builtin/merge.c:278
cc76011e
JX
14157msgid "abort the current in-progress merge"
14158msgstr ""
14159
6b0f1a9b
JX
14160#: builtin/merge.c:280
14161msgid "--abort but leave index and working tree alone"
14162msgstr ""
14163
14164#: builtin/merge.c:282
673bfad0
JX
14165msgid "continue the current in-progress merge"
14166msgstr ""
14167
3d0a05b4 14168#: builtin/merge.c:284 builtin/pull.c:199
f517e50d
JX
14169msgid "allow merging unrelated histories"
14170msgstr ""
14171
6b0f1a9b 14172#: builtin/merge.c:290
3d0a05b4 14173msgid "bypass pre-merge-commit and commit-msg hooks"
25eab542
JX
14174msgstr ""
14175
6b0f1a9b 14176#: builtin/merge.c:307
cc76011e
JX
14177msgid "could not run stash."
14178msgstr ""
14179
6b0f1a9b 14180#: builtin/merge.c:312
cc76011e
JX
14181msgid "stash failed"
14182msgstr ""
14183
6b0f1a9b 14184#: builtin/merge.c:317
cc76011e
JX
14185#, c-format
14186msgid "not a valid object: %s"
14187msgstr ""
14188
6b0f1a9b 14189#: builtin/merge.c:339 builtin/merge.c:356
cc76011e
JX
14190msgid "read-tree failed"
14191msgstr ""
14192
6b0f1a9b 14193#: builtin/merge.c:386
cc76011e
JX
14194msgid " (nothing to squash)"
14195msgstr ""
14196
6b0f1a9b 14197#: builtin/merge.c:397
cc76011e
JX
14198#, c-format
14199msgid "Squash commit -- not updating HEAD\n"
14200msgstr ""
14201
6b0f1a9b 14202#: builtin/merge.c:447
cc76011e
JX
14203#, c-format
14204msgid "No merge message -- not updating HEAD\n"
14205msgstr ""
14206
6b0f1a9b 14207#: builtin/merge.c:498
cc76011e
JX
14208#, c-format
14209msgid "'%s' does not point to a commit"
14210msgstr ""
14211
6b0f1a9b 14212#: builtin/merge.c:585
cc76011e
JX
14213#, c-format
14214msgid "Bad branch.%s.mergeoptions string: %s"
14215msgstr ""
14216
3d0a05b4 14217#: builtin/merge.c:705
cc76011e
JX
14218msgid "Not handling anything other than two heads merge."
14219msgstr ""
14220
3d0a05b4 14221#: builtin/merge.c:719
cc76011e
JX
14222#, c-format
14223msgid "Unknown option for merge-recursive: -X%s"
14224msgstr ""
14225
3d0a05b4 14226#: builtin/merge.c:734
cc76011e
JX
14227#, c-format
14228msgid "unable to write %s"
14229msgstr ""
14230
3d0a05b4 14231#: builtin/merge.c:786
cc76011e
JX
14232#, c-format
14233msgid "Could not read from '%s'"
14234msgstr ""
14235
3d0a05b4 14236#: builtin/merge.c:795
cc76011e
JX
14237#, c-format
14238msgid "Not committing merge; use 'git commit' to complete the merge.\n"
14239msgstr ""
14240
3d0a05b4 14241#: builtin/merge.c:801
cc76011e
JX
14242msgid ""
14243"Please enter a commit message to explain why this merge is necessary,\n"
14244"especially if it merges an updated upstream into a topic branch.\n"
14245"\n"
d93ef2a1
JX
14246msgstr ""
14247
3d0a05b4 14248#: builtin/merge.c:806
d93ef2a1
JX
14249msgid "An empty message aborts the commit.\n"
14250msgstr ""
14251
3d0a05b4 14252#: builtin/merge.c:809
d93ef2a1
JX
14253#, c-format
14254msgid ""
9caaf23e 14255"Lines starting with '%c' will be ignored, and an empty message aborts\n"
cc76011e
JX
14256"the commit.\n"
14257msgstr ""
14258
3d0a05b4 14259#: builtin/merge.c:862
cc76011e
JX
14260msgid "Empty commit message."
14261msgstr ""
14262
3d0a05b4 14263#: builtin/merge.c:877
cc76011e
JX
14264#, c-format
14265msgid "Wonderful.\n"
14266msgstr ""
14267
3d0a05b4 14268#: builtin/merge.c:938
cc76011e
JX
14269#, c-format
14270msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
14271msgstr ""
14272
3d0a05b4 14273#: builtin/merge.c:977
cc76011e
JX
14274msgid "No current branch."
14275msgstr ""
14276
3d0a05b4 14277#: builtin/merge.c:979
cc76011e
JX
14278msgid "No remote for the current branch."
14279msgstr ""
14280
3d0a05b4 14281#: builtin/merge.c:981
cc76011e
JX
14282msgid "No default upstream defined for the current branch."
14283msgstr ""
14284
3d0a05b4 14285#: builtin/merge.c:986
cc76011e 14286#, c-format
28b3cffc 14287msgid "No remote-tracking branch for %s from %s"
cc76011e
JX
14288msgstr ""
14289
3d0a05b4 14290#: builtin/merge.c:1043
9fa976ff
JX
14291#, c-format
14292msgid "Bad value '%s' in environment '%s'"
14293msgstr ""
14294
3d0a05b4 14295#: builtin/merge.c:1146
9fa976ff
JX
14296#, c-format
14297msgid "not something we can merge in %s: %s"
14298msgstr ""
14299
3d0a05b4 14300#: builtin/merge.c:1180
9fa976ff
JX
14301msgid "not something we can merge"
14302msgstr ""
14303
3d0a05b4 14304#: builtin/merge.c:1283
673bfad0
JX
14305msgid "--abort expects no arguments"
14306msgstr ""
14307
3d0a05b4 14308#: builtin/merge.c:1287
cc76011e
JX
14309msgid "There is no merge to abort (MERGE_HEAD missing)."
14310msgstr ""
14311
3d0a05b4 14312#: builtin/merge.c:1296
6b0f1a9b
JX
14313msgid "--quit expects no arguments"
14314msgstr ""
14315
3d0a05b4 14316#: builtin/merge.c:1309
673bfad0
JX
14317msgid "--continue expects no arguments"
14318msgstr ""
14319
3d0a05b4 14320#: builtin/merge.c:1313
673bfad0
JX
14321msgid "There is no merge in progress (MERGE_HEAD missing)."
14322msgstr ""
14323
3d0a05b4 14324#: builtin/merge.c:1329
cc76011e
JX
14325msgid ""
14326"You have not concluded your merge (MERGE_HEAD exists).\n"
d07a63e4 14327"Please, commit your changes before you merge."
cc76011e
JX
14328msgstr ""
14329
3d0a05b4 14330#: builtin/merge.c:1336
cc76011e
JX
14331msgid ""
14332"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
d07a63e4 14333"Please, commit your changes before you merge."
cc76011e
JX
14334msgstr ""
14335
3d0a05b4 14336#: builtin/merge.c:1339
cc76011e
JX
14337msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
14338msgstr ""
14339
3d0a05b4 14340#: builtin/merge.c:1353
cc76011e
JX
14341msgid "You cannot combine --squash with --no-ff."
14342msgstr ""
14343
3d0a05b4 14344#: builtin/merge.c:1355
6b0f1a9b 14345msgid "You cannot combine --squash with --commit."
cc76011e
JX
14346msgstr ""
14347
3d0a05b4 14348#: builtin/merge.c:1371
6b0f1a9b
JX
14349msgid "No commit specified and merge.defaultToUpstream not set."
14350msgstr ""
14351
3d0a05b4 14352#: builtin/merge.c:1388
cc76011e
JX
14353msgid "Squash commit into empty head not supported yet"
14354msgstr ""
14355
3d0a05b4 14356#: builtin/merge.c:1390
cc76011e
JX
14357msgid "Non-fast-forward commit does not make sense into an empty head"
14358msgstr ""
14359
3d0a05b4 14360#: builtin/merge.c:1395
28b3cffc
JX
14361#, c-format
14362msgid "%s - not something we can merge"
14363msgstr ""
14364
3d0a05b4 14365#: builtin/merge.c:1397
64f23b0c
JX
14366msgid "Can merge only exactly one commit into empty head"
14367msgstr ""
14368
3d0a05b4 14369#: builtin/merge.c:1476
f517e50d
JX
14370msgid "refusing to merge unrelated histories"
14371msgstr ""
14372
3d0a05b4 14373#: builtin/merge.c:1485
25eab542 14374msgid "Already up to date."
9fa976ff
JX
14375msgstr ""
14376
3d0a05b4 14377#: builtin/merge.c:1495
cc76011e
JX
14378#, c-format
14379msgid "Updating %s..%s\n"
14380msgstr ""
14381
3d0a05b4 14382#: builtin/merge.c:1537
cc76011e
JX
14383#, c-format
14384msgid "Trying really trivial in-index merge...\n"
14385msgstr ""
14386
3d0a05b4 14387#: builtin/merge.c:1544
cc76011e
JX
14388#, c-format
14389msgid "Nope.\n"
14390msgstr ""
14391
3d0a05b4 14392#: builtin/merge.c:1569
25eab542 14393msgid "Already up to date. Yeeah!"
9fa976ff
JX
14394msgstr ""
14395
3d0a05b4 14396#: builtin/merge.c:1575
cc76011e
JX
14397msgid "Not possible to fast-forward, aborting."
14398msgstr ""
14399
3d0a05b4 14400#: builtin/merge.c:1598 builtin/merge.c:1663
cc76011e
JX
14401#, c-format
14402msgid "Rewinding the tree to pristine...\n"
14403msgstr ""
14404
3d0a05b4 14405#: builtin/merge.c:1602
cc76011e
JX
14406#, c-format
14407msgid "Trying merge strategy %s...\n"
14408msgstr ""
14409
3d0a05b4 14410#: builtin/merge.c:1654
cc76011e
JX
14411#, c-format
14412msgid "No merge strategy handled the merge.\n"
14413msgstr ""
14414
3d0a05b4 14415#: builtin/merge.c:1656
cc76011e
JX
14416#, c-format
14417msgid "Merge with strategy %s failed.\n"
14418msgstr ""
14419
3d0a05b4 14420#: builtin/merge.c:1665
cc76011e
JX
14421#, c-format
14422msgid "Using the %s to prepare resolving by hand.\n"
14423msgstr ""
14424
3d0a05b4 14425#: builtin/merge.c:1677
cc76011e
JX
14426#, c-format
14427msgid "Automatic merge went well; stopped before committing as requested\n"
14428msgstr ""
14429
12705546 14430#: builtin/merge-base.c:32
c2ea1208 14431msgid "git merge-base [-a | --all] <commit> <commit>..."
cc76011e
JX
14432msgstr ""
14433
12705546 14434#: builtin/merge-base.c:33
c2ea1208 14435msgid "git merge-base [-a | --all] --octopus <commit>..."
cc76011e
JX
14436msgstr ""
14437
12705546 14438#: builtin/merge-base.c:34
cc76011e
JX
14439msgid "git merge-base --independent <commit>..."
14440msgstr ""
14441
12705546 14442#: builtin/merge-base.c:35
cc76011e
JX
14443msgid "git merge-base --is-ancestor <commit> <commit>"
14444msgstr ""
14445
12705546 14446#: builtin/merge-base.c:36
df49095a
JX
14447msgid "git merge-base --fork-point <ref> [<commit>]"
14448msgstr ""
14449
12705546 14450#: builtin/merge-base.c:153
cc76011e
JX
14451msgid "output all common ancestors"
14452msgstr ""
14453
12705546 14454#: builtin/merge-base.c:155
cc76011e
JX
14455msgid "find ancestors for a single n-way merge"
14456msgstr ""
14457
12705546 14458#: builtin/merge-base.c:157
cc76011e
JX
14459msgid "list revs not reachable from others"
14460msgstr ""
14461
12705546 14462#: builtin/merge-base.c:159
cc76011e
JX
14463msgid "is the first one ancestor of the other?"
14464msgstr ""
14465
12705546 14466#: builtin/merge-base.c:161
df49095a
JX
14467msgid "find where <commit> forked from reflog of <ref>"
14468msgstr ""
14469
5b34e000 14470#: builtin/merge-file.c:9
cc76011e 14471msgid ""
c2ea1208
JX
14472"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
14473"<orig-file> <file2>"
cc76011e
JX
14474msgstr ""
14475
12705546 14476#: builtin/merge-file.c:35
cc76011e
JX
14477msgid "send results to standard output"
14478msgstr ""
14479
12705546 14480#: builtin/merge-file.c:36
cc76011e
JX
14481msgid "use a diff3 based merge"
14482msgstr ""
14483
12705546 14484#: builtin/merge-file.c:37
cc76011e
JX
14485msgid "for conflicts, use our version"
14486msgstr ""
14487
12705546 14488#: builtin/merge-file.c:39
cc76011e
JX
14489msgid "for conflicts, use their version"
14490msgstr ""
14491
12705546 14492#: builtin/merge-file.c:41
cc76011e
JX
14493msgid "for conflicts, use a union version"
14494msgstr ""
14495
12705546 14496#: builtin/merge-file.c:44
cc76011e
JX
14497msgid "for conflicts, use this marker size"
14498msgstr ""
14499
12705546 14500#: builtin/merge-file.c:45
cc76011e
JX
14501msgid "do not warn about conflicts"
14502msgstr ""
14503
12705546 14504#: builtin/merge-file.c:47
c2ea1208 14505msgid "set labels for file1/orig-file/file2"
cc76011e
JX
14506msgstr ""
14507
3d0a05b4 14508#: builtin/merge-recursive.c:47
fda7b092
JX
14509#, c-format
14510msgid "unknown option %s"
14511msgstr ""
14512
3d0a05b4 14513#: builtin/merge-recursive.c:53
fda7b092
JX
14514#, c-format
14515msgid "could not parse object '%s'"
14516msgstr ""
14517
3d0a05b4 14518#: builtin/merge-recursive.c:57
fda7b092
JX
14519#, c-format
14520msgid "cannot handle more than %d base. Ignoring %s."
14521msgid_plural "cannot handle more than %d bases. Ignoring %s."
14522msgstr[0] ""
14523msgstr[1] ""
14524
3d0a05b4 14525#: builtin/merge-recursive.c:65
fda7b092
JX
14526msgid "not handling anything other than two heads merge."
14527msgstr ""
14528
3d0a05b4 14529#: builtin/merge-recursive.c:74 builtin/merge-recursive.c:76
fda7b092
JX
14530#, c-format
14531msgid "could not resolve ref '%s'"
14532msgstr ""
14533
3d0a05b4 14534#: builtin/merge-recursive.c:82
fda7b092
JX
14535#, c-format
14536msgid "Merging %s with %s\n"
14537msgstr ""
14538
dba9f13c 14539#: builtin/mktree.c:66
cc76011e
JX
14540msgid "git mktree [-z] [--missing] [--batch]"
14541msgstr ""
14542
dba9f13c 14543#: builtin/mktree.c:154
cc76011e
JX
14544msgid "input is NUL terminated"
14545msgstr ""
14546
94328cef 14547#: builtin/mktree.c:155 builtin/write-tree.c:26
cc76011e
JX
14548msgid "allow missing objects"
14549msgstr ""
14550
dba9f13c 14551#: builtin/mktree.c:156
cc76011e
JX
14552msgid "allow creation of more than one tree"
14553msgstr ""
14554
d93ef2a1 14555#: builtin/multi-pack-index.c:9
6b0f1a9b
JX
14556msgid ""
14557"git multi-pack-index [--object-dir=<dir>] (write|verify|expire|repack --"
14558"batch-size=<size>)"
12705546
JX
14559msgstr ""
14560
6b0f1a9b 14561#: builtin/multi-pack-index.c:23
12705546
JX
14562msgid "object directory containing set of packfile and pack-index pairs"
14563msgstr ""
14564
6b0f1a9b
JX
14565#: builtin/multi-pack-index.c:25
14566msgid ""
14567"during repack, collect pack-files of smaller size into a batch that is "
14568"larger than this size"
14569msgstr ""
14570
14571#: builtin/multi-pack-index.c:43 builtin/prune-packed.c:67
12705546
JX
14572msgid "too many arguments"
14573msgstr ""
14574
6b0f1a9b
JX
14575#: builtin/multi-pack-index.c:52
14576msgid "--batch-size option is only for 'repack' subcommand"
14577msgstr ""
14578
14579#: builtin/multi-pack-index.c:61
12705546 14580#, c-format
6b0f1a9b 14581msgid "unrecognized subcommand: %s"
12705546
JX
14582msgstr ""
14583
94328cef 14584#: builtin/mv.c:18
c2ea1208 14585msgid "git mv [<options>] <source>... <destination>"
cc76011e
JX
14586msgstr ""
14587
94328cef 14588#: builtin/mv.c:83
d07a63e4
JX
14589#, c-format
14590msgid "Directory %s is in index and no submodule?"
cc76011e
JX
14591msgstr ""
14592
94328cef 14593#: builtin/mv.c:85
d07a63e4 14594msgid "Please stage your changes to .gitmodules or stash them to proceed"
cc76011e
JX
14595msgstr ""
14596
94328cef 14597#: builtin/mv.c:103
cc76011e 14598#, c-format
d07a63e4 14599msgid "%.*s is in index"
cc76011e
JX
14600msgstr ""
14601
94328cef 14602#: builtin/mv.c:125
d07a63e4 14603msgid "force move/rename even if target exists"
cc76011e
JX
14604msgstr ""
14605
94328cef 14606#: builtin/mv.c:127
d07a63e4 14607msgid "skip move/rename errors"
cc76011e
JX
14608msgstr ""
14609
94328cef 14610#: builtin/mv.c:169
d07a63e4
JX
14611#, c-format
14612msgid "destination '%s' is not a directory"
cc76011e
JX
14613msgstr ""
14614
94328cef 14615#: builtin/mv.c:180
727b9576 14616#, c-format
d07a63e4 14617msgid "Checking rename of '%s' to '%s'\n"
727b9576
JX
14618msgstr ""
14619
94328cef 14620#: builtin/mv.c:184
d07a63e4 14621msgid "bad source"
727b9576
JX
14622msgstr ""
14623
94328cef 14624#: builtin/mv.c:187
d07a63e4 14625msgid "can not move directory into itself"
cc76011e
JX
14626msgstr ""
14627
94328cef 14628#: builtin/mv.c:190
d07a63e4
JX
14629msgid "cannot move directory over file"
14630msgstr ""
14631
94328cef 14632#: builtin/mv.c:199
cc76011e
JX
14633msgid "source directory is empty"
14634msgstr ""
14635
94328cef 14636#: builtin/mv.c:224
cc76011e
JX
14637msgid "not under version control"
14638msgstr ""
14639
94328cef 14640#: builtin/mv.c:227
cc76011e
JX
14641msgid "destination exists"
14642msgstr ""
14643
94328cef 14644#: builtin/mv.c:235
cc76011e
JX
14645#, c-format
14646msgid "overwriting '%s'"
14647msgstr ""
14648
94328cef 14649#: builtin/mv.c:238
cc76011e
JX
14650msgid "Cannot overwrite"
14651msgstr ""
14652
94328cef 14653#: builtin/mv.c:241
cc76011e
JX
14654msgid "multiple sources for the same target"
14655msgstr ""
14656
94328cef 14657#: builtin/mv.c:243
df49095a
JX
14658msgid "destination directory does not exist"
14659msgstr ""
14660
94328cef 14661#: builtin/mv.c:250
cc76011e
JX
14662#, c-format
14663msgid "%s, source=%s, destination=%s"
14664msgstr ""
14665
94328cef 14666#: builtin/mv.c:271
cc76011e
JX
14667#, c-format
14668msgid "Renaming %s to %s\n"
14669msgstr ""
14670
3d0a05b4 14671#: builtin/mv.c:277 builtin/remote.c:717 builtin/repack.c:511
cc76011e
JX
14672#, c-format
14673msgid "renaming '%s' failed"
14674msgstr ""
14675
3d0a05b4 14676#: builtin/name-rev.c:356
c2ea1208 14677msgid "git name-rev [<options>] <commit>..."
cc76011e
JX
14678msgstr ""
14679
3d0a05b4 14680#: builtin/name-rev.c:357
c2ea1208 14681msgid "git name-rev [<options>] --all"
cc76011e
JX
14682msgstr ""
14683
3d0a05b4 14684#: builtin/name-rev.c:358
c2ea1208 14685msgid "git name-rev [<options>] --stdin"
cc76011e
JX
14686msgstr ""
14687
3d0a05b4 14688#: builtin/name-rev.c:415
cc76011e
JX
14689msgid "print only names (no SHA-1)"
14690msgstr ""
14691
3d0a05b4 14692#: builtin/name-rev.c:416
cc76011e
JX
14693msgid "only use tags to name the commits"
14694msgstr ""
14695
3d0a05b4 14696#: builtin/name-rev.c:418
cc76011e
JX
14697msgid "only use refs matching <pattern>"
14698msgstr ""
14699
3d0a05b4 14700#: builtin/name-rev.c:420
dfc182b1
JX
14701msgid "ignore refs matching <pattern>"
14702msgstr ""
14703
3d0a05b4 14704#: builtin/name-rev.c:422
cc76011e
JX
14705msgid "list all commits reachable from all refs"
14706msgstr ""
14707
3d0a05b4 14708#: builtin/name-rev.c:423
cc76011e
JX
14709msgid "read from stdin"
14710msgstr ""
14711
3d0a05b4 14712#: builtin/name-rev.c:424
727b9576 14713msgid "allow to print `undefined` names (default)"
cc76011e
JX
14714msgstr ""
14715
3d0a05b4 14716#: builtin/name-rev.c:430
28b3cffc
JX
14717msgid "dereference tags in the input (internal use)"
14718msgstr ""
14719
dba9f13c 14720#: builtin/notes.c:28
c2ea1208 14721msgid "git notes [--ref <notes-ref>] [list [<object>]]"
cc76011e
JX
14722msgstr ""
14723
dba9f13c 14724#: builtin/notes.c:29
cc76011e 14725msgid ""
c2ea1208 14726"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
beb691f7 14727"| (-c | -C) <object>] [<object>]"
cc76011e
JX
14728msgstr ""
14729
dba9f13c 14730#: builtin/notes.c:30
c2ea1208 14731msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
cc76011e
JX
14732msgstr ""
14733
dba9f13c 14734#: builtin/notes.c:31
cc76011e 14735msgid ""
c2ea1208 14736"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
beb691f7 14737"(-c | -C) <object>] [<object>]"
cc76011e
JX
14738msgstr ""
14739
dba9f13c 14740#: builtin/notes.c:32
c2ea1208 14741msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
cc76011e
JX
14742msgstr ""
14743
dba9f13c 14744#: builtin/notes.c:33
c2ea1208 14745msgid "git notes [--ref <notes-ref>] show [<object>]"
cc76011e
JX
14746msgstr ""
14747
dba9f13c 14748#: builtin/notes.c:34
cc76011e 14749msgid ""
c2ea1208 14750"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
cc76011e
JX
14751msgstr ""
14752
dba9f13c 14753#: builtin/notes.c:35
cc76011e
JX
14754msgid "git notes merge --commit [-v | -q]"
14755msgstr ""
14756
dba9f13c 14757#: builtin/notes.c:36
cc76011e
JX
14758msgid "git notes merge --abort [-v | -q]"
14759msgstr ""
14760
dba9f13c 14761#: builtin/notes.c:37
c2ea1208 14762msgid "git notes [--ref <notes-ref>] remove [<object>...]"
cc76011e
JX
14763msgstr ""
14764
dba9f13c 14765#: builtin/notes.c:38
18a90722 14766msgid "git notes [--ref <notes-ref>] prune [-n] [-v]"
cc76011e
JX
14767msgstr ""
14768
dba9f13c 14769#: builtin/notes.c:39
c2ea1208 14770msgid "git notes [--ref <notes-ref>] get-ref"
cc76011e
JX
14771msgstr ""
14772
dba9f13c 14773#: builtin/notes.c:44
cc76011e
JX
14774msgid "git notes [list [<object>]]"
14775msgstr ""
14776
dba9f13c 14777#: builtin/notes.c:49
cc76011e
JX
14778msgid "git notes add [<options>] [<object>]"
14779msgstr ""
14780
dba9f13c 14781#: builtin/notes.c:54
cc76011e
JX
14782msgid "git notes copy [<options>] <from-object> <to-object>"
14783msgstr ""
14784
dba9f13c 14785#: builtin/notes.c:55
cc76011e
JX
14786msgid "git notes copy --stdin [<from-object> <to-object>]..."
14787msgstr ""
14788
dba9f13c 14789#: builtin/notes.c:60
cc76011e
JX
14790msgid "git notes append [<options>] [<object>]"
14791msgstr ""
14792
dba9f13c 14793#: builtin/notes.c:65
cc76011e
JX
14794msgid "git notes edit [<object>]"
14795msgstr ""
14796
dba9f13c 14797#: builtin/notes.c:70
cc76011e
JX
14798msgid "git notes show [<object>]"
14799msgstr ""
14800
dba9f13c 14801#: builtin/notes.c:75
c2ea1208 14802msgid "git notes merge [<options>] <notes-ref>"
cc76011e
JX
14803msgstr ""
14804
dba9f13c 14805#: builtin/notes.c:76
cc76011e
JX
14806msgid "git notes merge --commit [<options>]"
14807msgstr ""
14808
dba9f13c 14809#: builtin/notes.c:77
cc76011e
JX
14810msgid "git notes merge --abort [<options>]"
14811msgstr ""
14812
dba9f13c 14813#: builtin/notes.c:82
cc76011e
JX
14814msgid "git notes remove [<object>]"
14815msgstr ""
14816
dba9f13c 14817#: builtin/notes.c:87
cc76011e
JX
14818msgid "git notes prune [<options>]"
14819msgstr ""
14820
dba9f13c 14821#: builtin/notes.c:92
cc76011e
JX
14822msgid "git notes get-ref"
14823msgstr ""
14824
dba9f13c 14825#: builtin/notes.c:97
9fa976ff
JX
14826msgid "Write/edit the notes for the following object:"
14827msgstr ""
14828
dba9f13c 14829#: builtin/notes.c:150
cc76011e
JX
14830#, c-format
14831msgid "unable to start 'show' for object '%s'"
14832msgstr ""
14833
dba9f13c 14834#: builtin/notes.c:154
9caaf23e 14835msgid "could not read 'show' output"
cc76011e
JX
14836msgstr ""
14837
dba9f13c 14838#: builtin/notes.c:162
cc76011e
JX
14839#, c-format
14840msgid "failed to finish 'show' for object '%s'"
14841msgstr ""
14842
dba9f13c 14843#: builtin/notes.c:197
fda7b092 14844msgid "please supply the note contents using either -m or -F option"
cc76011e
JX
14845msgstr ""
14846
dba9f13c 14847#: builtin/notes.c:206
cc76011e
JX
14848msgid "unable to write note object"
14849msgstr ""
14850
dba9f13c 14851#: builtin/notes.c:208
cc76011e 14852#, c-format
fda7b092 14853msgid "the note contents have been left in %s"
cc76011e
JX
14854msgstr ""
14855
6b0f1a9b 14856#: builtin/notes.c:242 builtin/tag.c:532
cc76011e
JX
14857#, c-format
14858msgid "could not open or read '%s'"
14859msgstr ""
14860
12705546 14861#: builtin/notes.c:263 builtin/notes.c:313 builtin/notes.c:315
94328cef
JX
14862#: builtin/notes.c:383 builtin/notes.c:438 builtin/notes.c:526
14863#: builtin/notes.c:531 builtin/notes.c:610 builtin/notes.c:672
fda7b092
JX
14864#, c-format
14865msgid "failed to resolve '%s' as a valid ref."
14866msgstr ""
14867
12705546 14868#: builtin/notes.c:265
cc76011e 14869#, c-format
fda7b092 14870msgid "failed to read object '%s'."
cc76011e
JX
14871msgstr ""
14872
12705546 14873#: builtin/notes.c:268
5e078fcd 14874#, c-format
fda7b092 14875msgid "cannot read note data from non-blob object '%s'."
5e078fcd
JX
14876msgstr ""
14877
12705546 14878#: builtin/notes.c:309
fda7b092
JX
14879#, c-format
14880msgid "malformed input line: '%s'."
14881msgstr ""
14882
12705546 14883#: builtin/notes.c:324
fda7b092
JX
14884#, c-format
14885msgid "failed to copy notes from '%s' to '%s'"
14886msgstr ""
14887
5b34e000
JX
14888#. TRANSLATORS: the first %s will be replaced by a git
14889#. notes command: 'add', 'merge', 'remove', etc.
14890#.
12705546 14891#: builtin/notes.c:356
fda7b092
JX
14892#, c-format
14893msgid "refusing to %s notes in %s (outside of refs/notes/)"
14894msgstr ""
14895
94328cef
JX
14896#: builtin/notes.c:376 builtin/notes.c:431 builtin/notes.c:509
14897#: builtin/notes.c:521 builtin/notes.c:598 builtin/notes.c:665
14898#: builtin/notes.c:815 builtin/notes.c:963 builtin/notes.c:985
cc76011e
JX
14899msgid "too many parameters"
14900msgstr ""
14901
94328cef 14902#: builtin/notes.c:389 builtin/notes.c:678
cc76011e 14903#, c-format
fda7b092 14904msgid "no note found for object %s."
cc76011e
JX
14905msgstr ""
14906
94328cef 14907#: builtin/notes.c:410 builtin/notes.c:576
cc76011e
JX
14908msgid "note contents as a string"
14909msgstr ""
14910
94328cef 14911#: builtin/notes.c:413 builtin/notes.c:579
cc76011e
JX
14912msgid "note contents in a file"
14913msgstr ""
14914
94328cef 14915#: builtin/notes.c:416 builtin/notes.c:582
cc76011e
JX
14916msgid "reuse and edit specified note object"
14917msgstr ""
14918
94328cef 14919#: builtin/notes.c:419 builtin/notes.c:585
cc76011e
JX
14920msgid "reuse specified note object"
14921msgstr ""
14922
94328cef 14923#: builtin/notes.c:422 builtin/notes.c:588
beb691f7
JX
14924msgid "allow storing empty note"
14925msgstr ""
14926
94328cef 14927#: builtin/notes.c:423 builtin/notes.c:496
cc76011e
JX
14928msgid "replace existing notes"
14929msgstr ""
14930
12705546 14931#: builtin/notes.c:448
cc76011e
JX
14932#, c-format
14933msgid ""
14934"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
14935"existing notes"
14936msgstr ""
14937
94328cef 14938#: builtin/notes.c:463 builtin/notes.c:544
cc76011e
JX
14939#, c-format
14940msgid "Overwriting existing notes for object %s\n"
14941msgstr ""
14942
94328cef 14943#: builtin/notes.c:475 builtin/notes.c:637 builtin/notes.c:902
beb691f7
JX
14944#, c-format
14945msgid "Removing note for object %s\n"
14946msgstr ""
14947
94328cef 14948#: builtin/notes.c:497
cc76011e
JX
14949msgid "read objects from stdin"
14950msgstr ""
14951
94328cef 14952#: builtin/notes.c:499
cc76011e
JX
14953msgid "load rewriting config for <command> (implies --stdin)"
14954msgstr ""
14955
94328cef 14956#: builtin/notes.c:517
cc76011e
JX
14957msgid "too few parameters"
14958msgstr ""
14959
94328cef 14960#: builtin/notes.c:538
cc76011e
JX
14961#, c-format
14962msgid ""
14963"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
14964"existing notes"
14965msgstr ""
14966
94328cef 14967#: builtin/notes.c:550
cc76011e 14968#, c-format
fda7b092 14969msgid "missing notes on source object %s. Cannot copy."
cc76011e
JX
14970msgstr ""
14971
94328cef 14972#: builtin/notes.c:603
cc76011e
JX
14973#, c-format
14974msgid ""
14975"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
14976"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
14977msgstr ""
14978
94328cef 14979#: builtin/notes.c:698
fda7b092
JX
14980msgid "failed to delete ref NOTES_MERGE_PARTIAL"
14981msgstr ""
14982
94328cef 14983#: builtin/notes.c:700
fda7b092
JX
14984msgid "failed to delete ref NOTES_MERGE_REF"
14985msgstr ""
14986
94328cef 14987#: builtin/notes.c:702
fda7b092
JX
14988msgid "failed to remove 'git notes merge' worktree"
14989msgstr ""
14990
94328cef 14991#: builtin/notes.c:722
fda7b092
JX
14992msgid "failed to read ref NOTES_MERGE_PARTIAL"
14993msgstr ""
14994
94328cef 14995#: builtin/notes.c:724
fda7b092
JX
14996msgid "could not find commit from NOTES_MERGE_PARTIAL."
14997msgstr ""
14998
94328cef 14999#: builtin/notes.c:726
fda7b092
JX
15000msgid "could not parse commit from NOTES_MERGE_PARTIAL."
15001msgstr ""
15002
94328cef 15003#: builtin/notes.c:739
fda7b092
JX
15004msgid "failed to resolve NOTES_MERGE_REF"
15005msgstr ""
15006
94328cef 15007#: builtin/notes.c:742
fda7b092
JX
15008msgid "failed to finalize notes merge"
15009msgstr ""
15010
94328cef 15011#: builtin/notes.c:768
9fa976ff
JX
15012#, c-format
15013msgid "unknown notes merge strategy %s"
15014msgstr ""
15015
94328cef 15016#: builtin/notes.c:784
cc76011e
JX
15017msgid "General options"
15018msgstr ""
15019
94328cef 15020#: builtin/notes.c:786
cc76011e
JX
15021msgid "Merge options"
15022msgstr ""
15023
94328cef 15024#: builtin/notes.c:788
cc76011e
JX
15025msgid ""
15026"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
15027"cat_sort_uniq)"
15028msgstr ""
15029
94328cef 15030#: builtin/notes.c:790
cc76011e
JX
15031msgid "Committing unmerged notes"
15032msgstr ""
15033
94328cef 15034#: builtin/notes.c:792
cc76011e
JX
15035msgid "finalize notes merge by committing unmerged notes"
15036msgstr ""
15037
94328cef 15038#: builtin/notes.c:794
cc76011e
JX
15039msgid "Aborting notes merge resolution"
15040msgstr ""
15041
94328cef 15042#: builtin/notes.c:796
cc76011e
JX
15043msgid "abort notes merge"
15044msgstr ""
15045
94328cef 15046#: builtin/notes.c:807
9fa976ff
JX
15047msgid "cannot mix --commit, --abort or -s/--strategy"
15048msgstr ""
15049
94328cef 15050#: builtin/notes.c:812
fda7b092 15051msgid "must specify a notes ref to merge"
9fa976ff
JX
15052msgstr ""
15053
94328cef 15054#: builtin/notes.c:836
9fa976ff 15055#, c-format
fda7b092 15056msgid "unknown -s/--strategy: %s"
9fa976ff
JX
15057msgstr ""
15058
94328cef 15059#: builtin/notes.c:873
df0617bf 15060#, c-format
fda7b092 15061msgid "a notes merge into %s is already in-progress at %s"
df0617bf
JX
15062msgstr ""
15063
94328cef 15064#: builtin/notes.c:876
9fa976ff 15065#, c-format
fda7b092 15066msgid "failed to store link to current notes ref (%s)"
9fa976ff
JX
15067msgstr ""
15068
94328cef 15069#: builtin/notes.c:878
9fa976ff
JX
15070#, c-format
15071msgid ""
15072"Automatic notes merge failed. Fix conflicts in %s and commit the result with "
15073"'git notes merge --commit', or abort the merge with 'git notes merge --"
15074"abort'.\n"
15075msgstr ""
15076
6b0f1a9b 15077#: builtin/notes.c:897 builtin/tag.c:545
d93ef2a1
JX
15078#, c-format
15079msgid "Failed to resolve '%s' as a valid ref."
15080msgstr ""
15081
94328cef 15082#: builtin/notes.c:900
cc76011e
JX
15083#, c-format
15084msgid "Object %s has no note\n"
15085msgstr ""
15086
94328cef 15087#: builtin/notes.c:912
cc76011e
JX
15088msgid "attempt to remove non-existent note is not an error"
15089msgstr ""
15090
94328cef 15091#: builtin/notes.c:915
cc76011e
JX
15092msgid "read object names from the standard input"
15093msgstr ""
15094
3d0a05b4 15095#: builtin/notes.c:954 builtin/prune.c:130 builtin/worktree.c:164
9fa976ff
JX
15096msgid "do not remove, show only"
15097msgstr ""
15098
94328cef 15099#: builtin/notes.c:955
9fa976ff 15100msgid "report pruned notes"
cc76011e
JX
15101msgstr ""
15102
94328cef 15103#: builtin/notes.c:998
9fa976ff
JX
15104msgid "notes-ref"
15105msgstr ""
15106
94328cef 15107#: builtin/notes.c:999
c2ea1208 15108msgid "use notes from <notes-ref>"
cc76011e
JX
15109msgstr ""
15110
3d0a05b4 15111#: builtin/notes.c:1034 builtin/stash.c:1607
cc76011e 15112#, c-format
fda7b092 15113msgid "unknown subcommand: %s"
cc76011e
JX
15114msgstr ""
15115
d93ef2a1 15116#: builtin/pack-objects.c:52
df0617bf
JX
15117msgid ""
15118"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
cc76011e
JX
15119msgstr ""
15120
d93ef2a1 15121#: builtin/pack-objects.c:53
df0617bf
JX
15122msgid ""
15123"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
cc76011e
JX
15124msgstr ""
15125
466c88fa 15126#: builtin/pack-objects.c:428
cc76011e 15127#, c-format
dba9f13c
JX
15128msgid "bad packed object CRC for %s"
15129msgstr ""
15130
466c88fa 15131#: builtin/pack-objects.c:439
dba9f13c
JX
15132#, c-format
15133msgid "corrupt packed object for %s"
15134msgstr ""
15135
466c88fa 15136#: builtin/pack-objects.c:570
dba9f13c
JX
15137#, c-format
15138msgid "recursive delta detected for object %s"
15139msgstr ""
15140
466c88fa 15141#: builtin/pack-objects.c:781
dba9f13c
JX
15142#, c-format
15143msgid "ordered %u objects, expected %<PRIu32>"
15144msgstr ""
15145
466c88fa 15146#: builtin/pack-objects.c:794
dba9f13c
JX
15147#, c-format
15148msgid "packfile is invalid: %s"
15149msgstr ""
15150
466c88fa 15151#: builtin/pack-objects.c:798
dba9f13c
JX
15152#, c-format
15153msgid "unable to open packfile for reuse: %s"
cc76011e
JX
15154msgstr ""
15155
466c88fa 15156#: builtin/pack-objects.c:802
dba9f13c
JX
15157msgid "unable to seek in reused packfile"
15158msgstr ""
15159
466c88fa 15160#: builtin/pack-objects.c:813
dba9f13c
JX
15161msgid "unable to read from reused packfile"
15162msgstr ""
15163
466c88fa 15164#: builtin/pack-objects.c:841
f517e50d
JX
15165msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
15166msgstr ""
15167
466c88fa 15168#: builtin/pack-objects.c:854
5e078fcd
JX
15169msgid "Writing objects"
15170msgstr ""
15171
466c88fa 15172#: builtin/pack-objects.c:917 builtin/update-index.c:89
dba9f13c
JX
15173#, c-format
15174msgid "failed to stat %s"
15175msgstr ""
15176
466c88fa 15177#: builtin/pack-objects.c:970
dba9f13c
JX
15178#, c-format
15179msgid "wrote %<PRIu32> objects while expecting %<PRIu32>"
15180msgstr ""
15181
3d0a05b4 15182#: builtin/pack-objects.c:1164
5e078fcd
JX
15183msgid "disabling bitmap writing, as some objects are not being packed"
15184msgstr ""
15185
3d0a05b4 15186#: builtin/pack-objects.c:1592
dba9f13c
JX
15187#, c-format
15188msgid "delta base offset overflow in pack for %s"
15189msgstr ""
15190
3d0a05b4 15191#: builtin/pack-objects.c:1601
dba9f13c
JX
15192#, c-format
15193msgid "delta base offset out of bound for %s"
15194msgstr ""
15195
3d0a05b4 15196#: builtin/pack-objects.c:1870
9b7388a8
JX
15197msgid "Counting objects"
15198msgstr ""
15199
3d0a05b4 15200#: builtin/pack-objects.c:2000
9b7388a8
JX
15201#, c-format
15202msgid "unable to get size of %s"
15203msgstr ""
15204
3d0a05b4 15205#: builtin/pack-objects.c:2015
9b7388a8
JX
15206#, c-format
15207msgid "unable to parse object header of %s"
15208msgstr ""
15209
3d0a05b4
JX
15210#: builtin/pack-objects.c:2085 builtin/pack-objects.c:2101
15211#: builtin/pack-objects.c:2111
dba9f13c
JX
15212#, c-format
15213msgid "object %s cannot be read"
15214msgstr ""
15215
3d0a05b4 15216#: builtin/pack-objects.c:2088 builtin/pack-objects.c:2115
dba9f13c 15217#, c-format
12705546 15218msgid "object %s inconsistent object length (%<PRIuMAX> vs %<PRIuMAX>)"
dba9f13c
JX
15219msgstr ""
15220
3d0a05b4 15221#: builtin/pack-objects.c:2125
dba9f13c
JX
15222msgid "suboptimal pack - out of memory"
15223msgstr ""
15224
3d0a05b4 15225#: builtin/pack-objects.c:2440
dba9f13c
JX
15226#, c-format
15227msgid "Delta compression using up to %d threads"
15228msgstr ""
15229
3d0a05b4 15230#: builtin/pack-objects.c:2572
dba9f13c
JX
15231#, c-format
15232msgid "unable to pack objects reachable from tag %s"
15233msgstr ""
15234
3d0a05b4 15235#: builtin/pack-objects.c:2659
5e078fcd
JX
15236msgid "Compressing objects"
15237msgstr ""
15238
3d0a05b4 15239#: builtin/pack-objects.c:2665
dba9f13c
JX
15240msgid "inconsistency with delta count"
15241msgstr ""
15242
3d0a05b4 15243#: builtin/pack-objects.c:2742
dba9f13c
JX
15244#, c-format
15245msgid ""
15246"expected edge object ID, got garbage:\n"
15247" %s"
15248msgstr ""
15249
3d0a05b4 15250#: builtin/pack-objects.c:2748
dba9f13c
JX
15251#, c-format
15252msgid ""
15253"expected object ID, got garbage:\n"
15254" %s"
15255msgstr ""
15256
3d0a05b4 15257#: builtin/pack-objects.c:2846
18a90722
JX
15258msgid "invalid value for --missing"
15259msgstr ""
15260
3d0a05b4 15261#: builtin/pack-objects.c:2905 builtin/pack-objects.c:3013
dba9f13c
JX
15262msgid "cannot open pack index"
15263msgstr ""
15264
3d0a05b4 15265#: builtin/pack-objects.c:2936
dba9f13c
JX
15266#, c-format
15267msgid "loose object at %s could not be examined"
15268msgstr ""
15269
3d0a05b4 15270#: builtin/pack-objects.c:3021
dba9f13c
JX
15271msgid "unable to force loose object"
15272msgstr ""
15273
3d0a05b4 15274#: builtin/pack-objects.c:3113
dba9f13c
JX
15275#, c-format
15276msgid "not a rev '%s'"
15277msgstr ""
15278
3d0a05b4 15279#: builtin/pack-objects.c:3116
dba9f13c
JX
15280#, c-format
15281msgid "bad revision '%s'"
15282msgstr ""
15283
3d0a05b4 15284#: builtin/pack-objects.c:3141
dba9f13c
JX
15285msgid "unable to add recent objects"
15286msgstr ""
15287
3d0a05b4 15288#: builtin/pack-objects.c:3194
cc76011e
JX
15289#, c-format
15290msgid "unsupported index version %s"
15291msgstr ""
15292
3d0a05b4 15293#: builtin/pack-objects.c:3198
cc76011e
JX
15294#, c-format
15295msgid "bad index version '%s'"
15296msgstr ""
15297
3d0a05b4 15298#: builtin/pack-objects.c:3228
cc76011e
JX
15299msgid "do not show progress meter"
15300msgstr ""
15301
3d0a05b4 15302#: builtin/pack-objects.c:3230
cc76011e
JX
15303msgid "show progress meter"
15304msgstr ""
15305
3d0a05b4 15306#: builtin/pack-objects.c:3232
cc76011e
JX
15307msgid "show progress meter during object writing phase"
15308msgstr ""
15309
3d0a05b4 15310#: builtin/pack-objects.c:3235
cc76011e
JX
15311msgid "similar to --all-progress when progress meter is shown"
15312msgstr ""
15313
3d0a05b4 15314#: builtin/pack-objects.c:3236
dba9f13c 15315msgid "<version>[,<offset>]"
cc76011e
JX
15316msgstr ""
15317
3d0a05b4 15318#: builtin/pack-objects.c:3237
cc76011e
JX
15319msgid "write the pack index file in the specified idx format version"
15320msgstr ""
15321
3d0a05b4 15322#: builtin/pack-objects.c:3240
cc76011e
JX
15323msgid "maximum size of each output pack file"
15324msgstr ""
15325
3d0a05b4 15326#: builtin/pack-objects.c:3242
cc76011e
JX
15327msgid "ignore borrowed objects from alternate object store"
15328msgstr ""
15329
3d0a05b4 15330#: builtin/pack-objects.c:3244
cc76011e
JX
15331msgid "ignore packed objects"
15332msgstr ""
15333
3d0a05b4 15334#: builtin/pack-objects.c:3246
cc76011e
JX
15335msgid "limit pack window by objects"
15336msgstr ""
15337
3d0a05b4 15338#: builtin/pack-objects.c:3248
cc76011e
JX
15339msgid "limit pack window by memory in addition to object limit"
15340msgstr ""
15341
3d0a05b4 15342#: builtin/pack-objects.c:3250
cc76011e
JX
15343msgid "maximum length of delta chain allowed in the resulting pack"
15344msgstr ""
15345
3d0a05b4 15346#: builtin/pack-objects.c:3252
cc76011e
JX
15347msgid "reuse existing deltas"
15348msgstr ""
15349
3d0a05b4 15350#: builtin/pack-objects.c:3254
cc76011e
JX
15351msgid "reuse existing objects"
15352msgstr ""
15353
3d0a05b4 15354#: builtin/pack-objects.c:3256
cc76011e
JX
15355msgid "use OFS_DELTA objects"
15356msgstr ""
15357
3d0a05b4 15358#: builtin/pack-objects.c:3258
cc76011e
JX
15359msgid "use threads when searching for best delta matches"
15360msgstr ""
15361
3d0a05b4 15362#: builtin/pack-objects.c:3260
cc76011e
JX
15363msgid "do not create an empty pack output"
15364msgstr ""
15365
3d0a05b4 15366#: builtin/pack-objects.c:3262
cc76011e
JX
15367msgid "read revision arguments from standard input"
15368msgstr ""
15369
3d0a05b4 15370#: builtin/pack-objects.c:3264
cc76011e
JX
15371msgid "limit the objects to those that are not yet packed"
15372msgstr ""
15373
3d0a05b4 15374#: builtin/pack-objects.c:3267
cc76011e
JX
15375msgid "include objects reachable from any reference"
15376msgstr ""
15377
3d0a05b4 15378#: builtin/pack-objects.c:3270
cc76011e
JX
15379msgid "include objects referred by reflog entries"
15380msgstr ""
15381
3d0a05b4 15382#: builtin/pack-objects.c:3273
d07a63e4
JX
15383msgid "include objects referred to by the index"
15384msgstr ""
15385
3d0a05b4 15386#: builtin/pack-objects.c:3276
cc76011e
JX
15387msgid "output pack to stdout"
15388msgstr ""
15389
3d0a05b4 15390#: builtin/pack-objects.c:3278
cc76011e
JX
15391msgid "include tag objects that refer to objects to be packed"
15392msgstr ""
15393
3d0a05b4 15394#: builtin/pack-objects.c:3280
cc76011e
JX
15395msgid "keep unreachable objects"
15396msgstr ""
15397
3d0a05b4 15398#: builtin/pack-objects.c:3282
9fa976ff
JX
15399msgid "pack loose unreachable objects"
15400msgstr ""
15401
3d0a05b4 15402#: builtin/pack-objects.c:3284
cc76011e
JX
15403msgid "unpack unreachable objects newer than <time>"
15404msgstr ""
15405
3d0a05b4 15406#: builtin/pack-objects.c:3287
94328cef 15407msgid "use the sparse reachability algorithm"
cc76011e
JX
15408msgstr ""
15409
3d0a05b4 15410#: builtin/pack-objects.c:3289
94328cef 15411msgid "create thin packs"
beb691f7
JX
15412msgstr ""
15413
3d0a05b4 15414#: builtin/pack-objects.c:3291
94328cef 15415msgid "create packs suitable for shallow fetches"
cc76011e
JX
15416msgstr ""
15417
3d0a05b4 15418#: builtin/pack-objects.c:3293
94328cef 15419msgid "ignore packs that have companion .keep file"
9b7388a8
JX
15420msgstr ""
15421
3d0a05b4 15422#: builtin/pack-objects.c:3295
94328cef 15423msgid "ignore this pack"
cc76011e
JX
15424msgstr ""
15425
3d0a05b4 15426#: builtin/pack-objects.c:3297
94328cef 15427msgid "pack compression level"
cc76011e
JX
15428msgstr ""
15429
3d0a05b4 15430#: builtin/pack-objects.c:3299
94328cef 15431msgid "do not hide commits by grafts"
5e078fcd
JX
15432msgstr ""
15433
3d0a05b4 15434#: builtin/pack-objects.c:3301
94328cef
JX
15435msgid "use a bitmap index if available to speed up counting objects"
15436msgstr ""
15437
3d0a05b4 15438#: builtin/pack-objects.c:3303
5e078fcd
JX
15439msgid "write a bitmap index together with the pack index"
15440msgstr ""
15441
3d0a05b4 15442#: builtin/pack-objects.c:3307
466c88fa
JX
15443msgid "write a bitmap index if possible"
15444msgstr ""
15445
3d0a05b4 15446#: builtin/pack-objects.c:3311
dba9f13c
JX
15447msgid "handling for missing objects"
15448msgstr ""
15449
3d0a05b4 15450#: builtin/pack-objects.c:3314
dba9f13c
JX
15451msgid "do not pack objects in promisor packfiles"
15452msgstr ""
15453
3d0a05b4 15454#: builtin/pack-objects.c:3316
12705546
JX
15455msgid "respect islands during delta compression"
15456msgstr ""
15457
3d0a05b4 15458#: builtin/pack-objects.c:3345
dba9f13c
JX
15459#, c-format
15460msgid "delta chain depth %d is too deep, forcing %d"
15461msgstr ""
15462
3d0a05b4 15463#: builtin/pack-objects.c:3350
dba9f13c
JX
15464#, c-format
15465msgid "pack.deltaCacheLimit is too high, forcing %d"
15466msgstr ""
15467
3d0a05b4 15468#: builtin/pack-objects.c:3404
dba9f13c
JX
15469msgid "--max-pack-size cannot be used to build a pack for transfer"
15470msgstr ""
15471
3d0a05b4 15472#: builtin/pack-objects.c:3406
dba9f13c 15473msgid "minimum pack size limit is 1 MiB"
18a90722
JX
15474msgstr ""
15475
3d0a05b4 15476#: builtin/pack-objects.c:3411
dba9f13c 15477msgid "--thin cannot be used to build an indexable pack"
abc8de64
JX
15478msgstr ""
15479
3d0a05b4 15480#: builtin/pack-objects.c:3414
dba9f13c 15481msgid "--keep-unreachable and --unpack-unreachable are incompatible"
9b7388a8
JX
15482msgstr ""
15483
3d0a05b4 15484#: builtin/pack-objects.c:3420
dba9f13c 15485msgid "cannot use --filter without --stdout"
5e078fcd
JX
15486msgstr ""
15487
3d0a05b4 15488#: builtin/pack-objects.c:3481
9b7388a8
JX
15489msgid "Enumerating objects"
15490msgstr ""
15491
3d0a05b4 15492#: builtin/pack-objects.c:3511
dba9f13c
JX
15493#, c-format
15494msgid "Total %<PRIu32> (delta %<PRIu32>), reused %<PRIu32> (delta %<PRIu32>)"
15495msgstr ""
15496
c08fd730 15497#: builtin/pack-refs.c:8
df0617bf
JX
15498msgid "git pack-refs [<options>]"
15499msgstr ""
15500
c08fd730 15501#: builtin/pack-refs.c:16
df0617bf
JX
15502msgid "pack everything"
15503msgstr ""
15504
c08fd730 15505#: builtin/pack-refs.c:17
df0617bf
JX
15506msgid "prune loose refs (default)"
15507msgstr ""
15508
dba9f13c 15509#: builtin/prune-packed.c:9
df0617bf
JX
15510msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
15511msgstr ""
15512
dba9f13c 15513#: builtin/prune-packed.c:42
df0617bf
JX
15514msgid "Removing duplicate objects"
15515msgstr ""
15516
dba9f13c 15517#: builtin/prune.c:12
18a90722 15518msgid "git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"
df0617bf
JX
15519msgstr ""
15520
d93ef2a1 15521#: builtin/prune.c:131
df0617bf
JX
15522msgid "report pruned objects"
15523msgstr ""
15524
d93ef2a1 15525#: builtin/prune.c:134
df0617bf
JX
15526msgid "expire objects older than <time>"
15527msgstr ""
15528
d93ef2a1 15529#: builtin/prune.c:136
abc8de64
JX
15530msgid "limit traversal to objects outside promisor packfiles"
15531msgstr ""
15532
d93ef2a1 15533#: builtin/prune.c:150
f4f2c8f8
JX
15534msgid "cannot prune in a precious-objects repo"
15535msgstr ""
15536
d93ef2a1 15537#: builtin/pull.c:66 builtin/pull.c:68
fda7b092
JX
15538#, c-format
15539msgid "Invalid value for %s: %s"
15540msgstr ""
15541
d93ef2a1 15542#: builtin/pull.c:88
f4f2c8f8 15543msgid "git pull [<options>] [<repository> [<refspec>...]]"
df0617bf
JX
15544msgstr ""
15545
3d0a05b4 15546#: builtin/pull.c:142
5b34e000
JX
15547msgid "control for recursive fetching of submodules"
15548msgstr ""
15549
3d0a05b4 15550#: builtin/pull.c:146
df0617bf
JX
15551msgid "Options related to merging"
15552msgstr ""
15553
3d0a05b4 15554#: builtin/pull.c:149
df0617bf
JX
15555msgid "incorporate changes by rebasing rather than merging"
15556msgstr ""
15557
3d0a05b4 15558#: builtin/pull.c:177 builtin/rebase.c:448 builtin/revert.c:126
df0617bf
JX
15559msgid "allow fast-forward"
15560msgstr ""
15561
3d0a05b4 15562#: builtin/pull.c:186
f517e50d
JX
15563msgid "automatically stash/stash pop before and after rebase"
15564msgstr ""
15565
3d0a05b4 15566#: builtin/pull.c:202
df0617bf
JX
15567msgid "Options related to fetching"
15568msgstr ""
15569
3d0a05b4 15570#: builtin/pull.c:212
12705546
JX
15571msgid "force overwrite of local branch"
15572msgstr ""
15573
3d0a05b4 15574#: builtin/pull.c:220
9eb3984b
JX
15575msgid "number of submodules pulled in parallel"
15576msgstr ""
15577
3d0a05b4 15578#: builtin/pull.c:320
df0617bf
JX
15579#, c-format
15580msgid "Invalid value for pull.ff: %s"
15581msgstr ""
15582
3d0a05b4 15583#: builtin/pull.c:437
df0617bf
JX
15584msgid ""
15585"There is no candidate for rebasing against among the refs that you just "
15586"fetched."
15587msgstr ""
15588
3d0a05b4 15589#: builtin/pull.c:439
df0617bf
JX
15590msgid ""
15591"There are no candidates for merging among the refs that you just fetched."
15592msgstr ""
15593
3d0a05b4 15594#: builtin/pull.c:440
df0617bf
JX
15595msgid ""
15596"Generally this means that you provided a wildcard refspec which had no\n"
15597"matches on the remote end."
15598msgstr ""
15599
3d0a05b4 15600#: builtin/pull.c:443
df0617bf
JX
15601#, c-format
15602msgid ""
15603"You asked to pull from the remote '%s', but did not specify\n"
15604"a branch. Because this is not the default configured remote\n"
15605"for your current branch, you must specify a branch on the command line."
15606msgstr ""
15607
3d0a05b4 15608#: builtin/pull.c:448 builtin/rebase.c:1347 git-parse-remote.sh:73
df0617bf
JX
15609msgid "You are not currently on a branch."
15610msgstr ""
15611
3d0a05b4 15612#: builtin/pull.c:450 builtin/pull.c:465 git-parse-remote.sh:79
df0617bf
JX
15613msgid "Please specify which branch you want to rebase against."
15614msgstr ""
15615
3d0a05b4 15616#: builtin/pull.c:452 builtin/pull.c:467 git-parse-remote.sh:82
df0617bf
JX
15617msgid "Please specify which branch you want to merge with."
15618msgstr ""
15619
3d0a05b4 15620#: builtin/pull.c:453 builtin/pull.c:468
df0617bf 15621msgid "See git-pull(1) for details."
cc76011e
JX
15622msgstr ""
15623
3d0a05b4
JX
15624#: builtin/pull.c:455 builtin/pull.c:461 builtin/pull.c:470
15625#: builtin/rebase.c:1353 git-parse-remote.sh:64
f517e50d
JX
15626msgid "<remote>"
15627msgstr ""
15628
3d0a05b4 15629#: builtin/pull.c:455 builtin/pull.c:470 builtin/pull.c:475
d93ef2a1 15630#: git-parse-remote.sh:65
f517e50d
JX
15631msgid "<branch>"
15632msgstr ""
15633
3d0a05b4 15634#: builtin/pull.c:463 builtin/rebase.c:1345 git-parse-remote.sh:75
df0617bf 15635msgid "There is no tracking information for the current branch."
cc76011e
JX
15636msgstr ""
15637
3d0a05b4 15638#: builtin/pull.c:472 git-parse-remote.sh:95
df0617bf 15639msgid ""
f517e50d 15640"If you wish to set tracking information for this branch you can do so with:"
cc76011e
JX
15641msgstr ""
15642
3d0a05b4 15643#: builtin/pull.c:477
df0617bf
JX
15644#, c-format
15645msgid ""
15646"Your configuration specifies to merge with the ref '%s'\n"
15647"from the remote, but no such ref was fetched."
cc76011e
JX
15648msgstr ""
15649
3d0a05b4 15650#: builtin/pull.c:587
12705546
JX
15651#, c-format
15652msgid "unable to access commit %s"
15653msgstr ""
15654
3d0a05b4 15655#: builtin/pull.c:867
9fa976ff
JX
15656msgid "ignoring --verify-signatures for rebase"
15657msgstr ""
15658
3d0a05b4 15659#: builtin/pull.c:922
f517e50d
JX
15660msgid "--[no-]autostash option is only valid with --rebase."
15661msgstr ""
15662
3d0a05b4 15663#: builtin/pull.c:930
df0617bf 15664msgid "Updating an unborn branch with changes added to the index."
5e078fcd
JX
15665msgstr ""
15666
3d0a05b4 15667#: builtin/pull.c:934
fda7b092
JX
15668msgid "pull with rebase"
15669msgstr ""
15670
3d0a05b4 15671#: builtin/pull.c:935
fda7b092
JX
15672msgid "please commit or stash them."
15673msgstr ""
15674
3d0a05b4 15675#: builtin/pull.c:960
df0617bf
JX
15676#, c-format
15677msgid ""
15678"fetch updated the current branch head.\n"
15679"fast-forwarding your working tree from\n"
15680"commit %s."
cc76011e
JX
15681msgstr ""
15682
3d0a05b4 15683#: builtin/pull.c:966
df0617bf
JX
15684#, c-format
15685msgid ""
15686"Cannot fast-forward your working tree.\n"
15687"After making sure that you saved anything precious from\n"
15688"$ git diff %s\n"
15689"output, run\n"
15690"$ git reset --hard\n"
15691"to recover."
cc76011e
JX
15692msgstr ""
15693
3d0a05b4 15694#: builtin/pull.c:981
df0617bf 15695msgid "Cannot merge multiple branches into empty head."
cc76011e
JX
15696msgstr ""
15697
3d0a05b4 15698#: builtin/pull.c:985
df0617bf 15699msgid "Cannot rebase onto multiple branches."
cc76011e
JX
15700msgstr ""
15701
3d0a05b4 15702#: builtin/pull.c:992
5b34e000
JX
15703msgid "cannot rebase with locally recorded submodule modifications"
15704msgstr ""
15705
9b7388a8 15706#: builtin/push.c:19
cc76011e
JX
15707msgid "git push [<options>] [<repository> [<refspec>...]]"
15708msgstr ""
15709
9b7388a8 15710#: builtin/push.c:111
cc76011e
JX
15711msgid "tag shorthand without <tag>"
15712msgstr ""
15713
9b7388a8 15714#: builtin/push.c:121
cc76011e
JX
15715msgid "--delete only accepts plain target ref names"
15716msgstr ""
15717
94328cef 15718#: builtin/push.c:167
cc76011e
JX
15719msgid ""
15720"\n"
15721"To choose either option permanently, see push.default in 'git help config'."
15722msgstr ""
15723
94328cef 15724#: builtin/push.c:170
cc76011e
JX
15725#, c-format
15726msgid ""
15727"The upstream branch of your current branch does not match\n"
15728"the name of your current branch. To push to the upstream branch\n"
15729"on the remote, use\n"
15730"\n"
15731" git push %s HEAD:%s\n"
15732"\n"
15733"To push to the branch of the same name on the remote, use\n"
15734"\n"
578d8ea3 15735" git push %s HEAD\n"
cc76011e
JX
15736"%s"
15737msgstr ""
15738
94328cef 15739#: builtin/push.c:185
cc76011e
JX
15740#, c-format
15741msgid ""
15742"You are not currently on a branch.\n"
15743"To push the history leading to the current (detached HEAD)\n"
15744"state now, use\n"
15745"\n"
15746" git push %s HEAD:<name-of-remote-branch>\n"
15747msgstr ""
15748
94328cef 15749#: builtin/push.c:199
cc76011e
JX
15750#, c-format
15751msgid ""
15752"The current branch %s has no upstream branch.\n"
15753"To push the current branch and set the remote as upstream, use\n"
15754"\n"
15755" git push --set-upstream %s %s\n"
15756msgstr ""
15757
94328cef 15758#: builtin/push.c:207
cc76011e
JX
15759#, c-format
15760msgid "The current branch %s has multiple upstream branches, refusing to push."
15761msgstr ""
15762
94328cef 15763#: builtin/push.c:210
cc76011e
JX
15764#, c-format
15765msgid ""
15766"You are pushing to remote '%s', which is not the upstream of\n"
15767"your current branch '%s', without telling me what to push\n"
15768"to update which remote branch."
15769msgstr ""
15770
94328cef 15771#: builtin/push.c:269
cc76011e
JX
15772msgid ""
15773"You didn't specify any refspecs to push, and push.default is \"nothing\"."
15774msgstr ""
15775
94328cef 15776#: builtin/push.c:276
cc76011e
JX
15777msgid ""
15778"Updates were rejected because the tip of your current branch is behind\n"
28b3cffc
JX
15779"its remote counterpart. Integrate the remote changes (e.g.\n"
15780"'git pull ...') before pushing again.\n"
cc76011e
JX
15781"See the 'Note about fast-forwards' in 'git push --help' for details."
15782msgstr ""
15783
94328cef 15784#: builtin/push.c:282
cc76011e
JX
15785msgid ""
15786"Updates were rejected because a pushed branch tip is behind its remote\n"
28b3cffc
JX
15787"counterpart. Check out this branch and integrate the remote changes\n"
15788"(e.g. 'git pull ...') before pushing again.\n"
cc76011e
JX
15789"See the 'Note about fast-forwards' in 'git push --help' for details."
15790msgstr ""
15791
94328cef 15792#: builtin/push.c:288
46bc4039 15793msgid ""
9caaf23e
JX
15794"Updates were rejected because the remote contains work that you do\n"
15795"not have locally. This is usually caused by another repository pushing\n"
28b3cffc
JX
15796"to the same ref. You may want to first integrate the remote changes\n"
15797"(e.g., 'git pull ...') before pushing again.\n"
9caaf23e 15798"See the 'Note about fast-forwards' in 'git push --help' for details."
46bc4039
JX
15799msgstr ""
15800
94328cef 15801#: builtin/push.c:295
9caaf23e
JX
15802msgid "Updates were rejected because the tag already exists in the remote."
15803msgstr ""
15804
94328cef 15805#: builtin/push.c:298
9caaf23e
JX
15806msgid ""
15807"You cannot update a remote ref that points at a non-commit object,\n"
15808"or update a remote ref to make it point at a non-commit object,\n"
15809"without using the '--force' option.\n"
15810msgstr ""
15811
94328cef 15812#: builtin/push.c:359
cc76011e
JX
15813#, c-format
15814msgid "Pushing to %s\n"
15815msgstr ""
15816
3d0a05b4 15817#: builtin/push.c:366
cc76011e
JX
15818#, c-format
15819msgid "failed to push some refs to '%s'"
15820msgstr ""
15821
3d0a05b4 15822#: builtin/push.c:541
cc76011e
JX
15823msgid "repository"
15824msgstr ""
15825
3d0a05b4 15826#: builtin/push.c:542 builtin/send-pack.c:164
cc76011e
JX
15827msgid "push all refs"
15828msgstr ""
15829
3d0a05b4 15830#: builtin/push.c:543 builtin/send-pack.c:166
cc76011e
JX
15831msgid "mirror all refs"
15832msgstr ""
15833
3d0a05b4 15834#: builtin/push.c:545
cc76011e
JX
15835msgid "delete refs"
15836msgstr ""
15837
3d0a05b4 15838#: builtin/push.c:546
cc76011e
JX
15839msgid "push tags (can't be used with --all or --mirror)"
15840msgstr ""
15841
3d0a05b4 15842#: builtin/push.c:549 builtin/send-pack.c:167
cc76011e
JX
15843msgid "force updates"
15844msgstr ""
15845
3d0a05b4 15846#: builtin/push.c:551 builtin/send-pack.c:181
dba9f13c 15847msgid "<refname>:<expect>"
727b9576
JX
15848msgstr ""
15849
3d0a05b4 15850#: builtin/push.c:552 builtin/send-pack.c:182
727b9576
JX
15851msgid "require old value of ref to be at this value"
15852msgstr ""
15853
3d0a05b4 15854#: builtin/push.c:555
cc76011e
JX
15855msgid "control recursive pushing of submodules"
15856msgstr ""
15857
3d0a05b4 15858#: builtin/push.c:557 builtin/send-pack.c:175
cc76011e
JX
15859msgid "use thin pack"
15860msgstr ""
15861
3d0a05b4 15862#: builtin/push.c:558 builtin/push.c:559 builtin/send-pack.c:161
9b7388a8 15863#: builtin/send-pack.c:162
cc76011e
JX
15864msgid "receive pack program"
15865msgstr ""
15866
3d0a05b4 15867#: builtin/push.c:560
cc76011e
JX
15868msgid "set upstream for git pull/status"
15869msgstr ""
15870
3d0a05b4 15871#: builtin/push.c:563
cc76011e
JX
15872msgid "prune locally removed refs"
15873msgstr ""
15874
3d0a05b4 15875#: builtin/push.c:565
9caaf23e
JX
15876msgid "bypass pre-push hook"
15877msgstr ""
15878
3d0a05b4 15879#: builtin/push.c:566
c138af56 15880msgid "push missing but relevant tags"
cc76011e
JX
15881msgstr ""
15882
3d0a05b4 15883#: builtin/push.c:569 builtin/send-pack.c:169
d07a63e4
JX
15884msgid "GPG sign the push"
15885msgstr ""
15886
3d0a05b4 15887#: builtin/push.c:571 builtin/send-pack.c:176
c2ea1208
JX
15888msgid "request atomic transaction on remote side"
15889msgstr ""
15890
3d0a05b4 15891#: builtin/push.c:589
9b7388a8 15892msgid "--delete is incompatible with --all, --mirror and --tags"
9fa976ff
JX
15893msgstr ""
15894
3d0a05b4 15895#: builtin/push.c:591
9b7388a8 15896msgid "--delete doesn't make sense without any refs"
9fa976ff
JX
15897msgstr ""
15898
3d0a05b4
JX
15899#: builtin/push.c:611
15900#, c-format
15901msgid "bad repository '%s'"
15902msgstr ""
15903
15904#: builtin/push.c:612
15905msgid ""
15906"No configured push destination.\n"
15907"Either specify the URL from the command-line or configure a remote "
15908"repository using\n"
15909"\n"
15910" git remote add <name> <url>\n"
15911"\n"
15912"and then push using the remote name\n"
15913"\n"
15914" git push <name>\n"
15915msgstr ""
15916
15917#: builtin/push.c:627
d93ef2a1
JX
15918msgid "--all and --tags are incompatible"
15919msgstr ""
15920
3d0a05b4 15921#: builtin/push.c:629
d93ef2a1
JX
15922msgid "--all can't be combined with refspecs"
15923msgstr ""
15924
3d0a05b4 15925#: builtin/push.c:633
d93ef2a1
JX
15926msgid "--mirror and --tags are incompatible"
15927msgstr ""
15928
3d0a05b4 15929#: builtin/push.c:635
d93ef2a1
JX
15930msgid "--mirror can't be combined with refspecs"
15931msgstr ""
15932
3d0a05b4 15933#: builtin/push.c:638
d93ef2a1
JX
15934msgid "--all and --mirror are incompatible"
15935msgstr ""
15936
3d0a05b4 15937#: builtin/push.c:642
d93ef2a1
JX
15938msgid "push options must not have new line characters"
15939msgstr ""
15940
15941#: builtin/range-diff.c:8
15942msgid "git range-diff [<options>] <old-base>..<old-tip> <new-base>..<new-tip>"
15943msgstr ""
15944
15945#: builtin/range-diff.c:9
15946msgid "git range-diff [<options>] <old-tip>...<new-tip>"
15947msgstr ""
15948
15949#: builtin/range-diff.c:10
15950msgid "git range-diff [<options>] <base> <old-tip> <new-tip>"
15951msgstr ""
15952
15953#: builtin/range-diff.c:21
15954msgid "Percentage by which creation is weighted"
15955msgstr ""
15956
15957#: builtin/range-diff.c:23
15958msgid "use simple diff colors"
15959msgstr ""
15960
15961#: builtin/range-diff.c:46 builtin/range-diff.c:50
15962#, c-format
15963msgid "no .. in range: '%s'"
15964msgstr ""
15965
15966#: builtin/range-diff.c:60
15967msgid "single arg format must be symmetric range"
15968msgstr ""
15969
15970#: builtin/range-diff.c:75
15971msgid "need two commit ranges"
15972msgstr ""
15973
15974#: builtin/read-tree.c:41
15975msgid ""
15976"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
15977"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
15978"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
15979msgstr ""
15980
15981#: builtin/read-tree.c:124
15982msgid "write resulting index to <file>"
15983msgstr ""
15984
15985#: builtin/read-tree.c:127
15986msgid "only empty the index"
15987msgstr ""
15988
15989#: builtin/read-tree.c:129
15990msgid "Merging"
15991msgstr ""
15992
15993#: builtin/read-tree.c:131
15994msgid "perform a merge in addition to a read"
15995msgstr ""
15996
15997#: builtin/read-tree.c:133
15998msgid "3-way merge if no file level merging required"
15999msgstr ""
16000
16001#: builtin/read-tree.c:135
16002msgid "3-way merge in presence of adds and removes"
16003msgstr ""
16004
16005#: builtin/read-tree.c:137
16006msgid "same as -m, but discard unmerged entries"
16007msgstr ""
16008
16009#: builtin/read-tree.c:138
16010msgid "<subdirectory>/"
16011msgstr ""
16012
16013#: builtin/read-tree.c:139
16014msgid "read the tree into the index under <subdirectory>/"
16015msgstr ""
16016
16017#: builtin/read-tree.c:142
16018msgid "update working tree with merge result"
16019msgstr ""
16020
16021#: builtin/read-tree.c:144
16022msgid "gitignore"
16023msgstr ""
16024
16025#: builtin/read-tree.c:145
16026msgid "allow explicitly ignored files to be overwritten"
16027msgstr ""
16028
16029#: builtin/read-tree.c:148
16030msgid "don't check the working tree after merging"
16031msgstr ""
16032
16033#: builtin/read-tree.c:149
16034msgid "don't update the index or the work tree"
16035msgstr ""
16036
16037#: builtin/read-tree.c:151
16038msgid "skip applying sparse checkout filter"
16039msgstr ""
16040
16041#: builtin/read-tree.c:153
16042msgid "debug unpack-trees"
16043msgstr ""
16044
16045#: builtin/read-tree.c:157
16046msgid "suppress feedback messages"
16047msgstr ""
16048
16049#: builtin/rebase.c:32
16050msgid ""
3d0a05b4
JX
16051"git rebase [-i] [options] [--exec <cmd>] [--onto <newbase> | --keep-base] "
16052"[<upstream> [<branch>]]"
d93ef2a1
JX
16053msgstr ""
16054
16055#: builtin/rebase.c:34
16056msgid ""
16057"git rebase [-i] [options] [--exec <cmd>] [--onto <newbase>] --root [<branch>]"
16058msgstr ""
16059
16060#: builtin/rebase.c:36
16061msgid "git rebase --continue | --abort | --skip | --edit-todo"
16062msgstr ""
16063
16064#: builtin/rebase.c:158 builtin/rebase.c:182 builtin/rebase.c:209
16065#, c-format
16066msgid "unusable todo list: '%s'"
16067msgstr ""
16068
16069#: builtin/rebase.c:167 builtin/rebase.c:193 builtin/rebase.c:217
16070#, c-format
16071msgid "could not write '%s'."
16072msgstr ""
16073
16074#: builtin/rebase.c:252
16075msgid "no HEAD?"
16076msgstr ""
16077
16078#: builtin/rebase.c:279
16079#, c-format
16080msgid "could not create temporary %s"
16081msgstr ""
16082
16083#: builtin/rebase.c:285
16084msgid "could not mark as interactive"
16085msgstr ""
16086
16087#: builtin/rebase.c:343
16088msgid "could not generate todo list"
16089msgstr ""
16090
3d0a05b4 16091#: builtin/rebase.c:383
d93ef2a1
JX
16092msgid "a base commit must be provided with --upstream or --onto"
16093msgstr ""
16094
3d0a05b4 16095#: builtin/rebase.c:438
d93ef2a1
JX
16096msgid "git rebase--interactive [<options>]"
16097msgstr ""
16098
3d0a05b4 16099#: builtin/rebase.c:450
d93ef2a1
JX
16100msgid "keep empty commits"
16101msgstr ""
16102
3d0a05b4 16103#: builtin/rebase.c:452 builtin/revert.c:128
d93ef2a1 16104msgid "allow commits with empty messages"
c138af56
JX
16105msgstr ""
16106
3d0a05b4 16107#: builtin/rebase.c:453
d93ef2a1 16108msgid "rebase merge commits"
cc76011e
JX
16109msgstr ""
16110
3d0a05b4 16111#: builtin/rebase.c:455
d93ef2a1 16112msgid "keep original branch points of cousins"
9b7388a8
JX
16113msgstr ""
16114
3d0a05b4 16115#: builtin/rebase.c:457
d93ef2a1 16116msgid "move commits that begin with squash!/fixup!"
9b7388a8
JX
16117msgstr ""
16118
3d0a05b4 16119#: builtin/rebase.c:458
d93ef2a1 16120msgid "sign commits"
9b7388a8
JX
16121msgstr ""
16122
3d0a05b4 16123#: builtin/rebase.c:460 builtin/rebase.c:1427
d93ef2a1 16124msgid "display a diffstat of what changed upstream"
9fa976ff
JX
16125msgstr ""
16126
3d0a05b4 16127#: builtin/rebase.c:462
d93ef2a1 16128msgid "continue rebase"
dba9f13c
JX
16129msgstr ""
16130
3d0a05b4 16131#: builtin/rebase.c:464
d93ef2a1 16132msgid "skip commit"
dba9f13c
JX
16133msgstr ""
16134
3d0a05b4 16135#: builtin/rebase.c:465
d93ef2a1 16136msgid "edit the todo list"
dba9f13c
JX
16137msgstr ""
16138
3d0a05b4 16139#: builtin/rebase.c:467
d93ef2a1 16140msgid "show the current patch"
dba9f13c
JX
16141msgstr ""
16142
3d0a05b4 16143#: builtin/rebase.c:470
d93ef2a1 16144msgid "shorten commit ids in the todo list"
dba9f13c
JX
16145msgstr ""
16146
3d0a05b4 16147#: builtin/rebase.c:472
d93ef2a1 16148msgid "expand commit ids in the todo list"
dba9f13c
JX
16149msgstr ""
16150
3d0a05b4 16151#: builtin/rebase.c:474
d93ef2a1 16152msgid "check the todo list"
dba9f13c
JX
16153msgstr ""
16154
3d0a05b4 16155#: builtin/rebase.c:476
d93ef2a1 16156msgid "rearrange fixup/squash lines"
dba9f13c
JX
16157msgstr ""
16158
3d0a05b4 16159#: builtin/rebase.c:478
d93ef2a1 16160msgid "insert exec commands in todo list"
cc76011e
JX
16161msgstr ""
16162
3d0a05b4 16163#: builtin/rebase.c:479
d93ef2a1 16164msgid "onto"
cc76011e
JX
16165msgstr ""
16166
3d0a05b4 16167#: builtin/rebase.c:482
d93ef2a1 16168msgid "restrict-revision"
cc76011e
JX
16169msgstr ""
16170
3d0a05b4 16171#: builtin/rebase.c:482
d93ef2a1 16172msgid "restrict revision"
cc76011e
JX
16173msgstr ""
16174
3d0a05b4 16175#: builtin/rebase.c:484
d93ef2a1 16176msgid "squash-onto"
cc76011e
JX
16177msgstr ""
16178
3d0a05b4 16179#: builtin/rebase.c:485
d93ef2a1 16180msgid "squash onto"
cc76011e
JX
16181msgstr ""
16182
3d0a05b4 16183#: builtin/rebase.c:487
d93ef2a1 16184msgid "the upstream commit"
cc76011e
JX
16185msgstr ""
16186
3d0a05b4 16187#: builtin/rebase.c:489
d93ef2a1 16188msgid "head-name"
cc76011e
JX
16189msgstr ""
16190
3d0a05b4 16191#: builtin/rebase.c:489
d93ef2a1 16192msgid "head name"
cc76011e
JX
16193msgstr ""
16194
3d0a05b4 16195#: builtin/rebase.c:494
d93ef2a1 16196msgid "rebase strategy"
cc76011e
JX
16197msgstr ""
16198
3d0a05b4 16199#: builtin/rebase.c:495
d93ef2a1 16200msgid "strategy-opts"
cc76011e
JX
16201msgstr ""
16202
3d0a05b4 16203#: builtin/rebase.c:496
d93ef2a1 16204msgid "strategy options"
cc76011e
JX
16205msgstr ""
16206
3d0a05b4 16207#: builtin/rebase.c:497
d93ef2a1 16208msgid "switch-to"
cc76011e
JX
16209msgstr ""
16210
3d0a05b4 16211#: builtin/rebase.c:498
d93ef2a1 16212msgid "the branch or commit to checkout"
cc76011e
JX
16213msgstr ""
16214
3d0a05b4 16215#: builtin/rebase.c:499
d93ef2a1 16216msgid "onto-name"
cc76011e
JX
16217msgstr ""
16218
3d0a05b4 16219#: builtin/rebase.c:499
d93ef2a1 16220msgid "onto name"
cc76011e
JX
16221msgstr ""
16222
3d0a05b4 16223#: builtin/rebase.c:500
d93ef2a1 16224msgid "cmd"
cc76011e
JX
16225msgstr ""
16226
3d0a05b4 16227#: builtin/rebase.c:500
d93ef2a1 16228msgid "the command to run"
dfc182b1
JX
16229msgstr ""
16230
3d0a05b4 16231#: builtin/rebase.c:503 builtin/rebase.c:1510
d93ef2a1 16232msgid "automatically re-schedule any `exec` that fails"
9b7388a8
JX
16233msgstr ""
16234
3d0a05b4 16235#: builtin/rebase.c:519
d93ef2a1 16236msgid "--[no-]rebase-cousins has no effect without --rebase-merges"
25eab542
JX
16237msgstr ""
16238
3d0a05b4 16239#: builtin/rebase.c:535
12705546
JX
16240#, c-format
16241msgid "%s requires an interactive rebase"
25eab542
JX
16242msgstr ""
16243
3d0a05b4 16244#: builtin/rebase.c:587
12705546
JX
16245#, c-format
16246msgid "could not get 'onto': '%s'"
25eab542
JX
16247msgstr ""
16248
3d0a05b4 16249#: builtin/rebase.c:602
12705546
JX
16250#, c-format
16251msgid "invalid orig-head: '%s'"
25eab542
JX
16252msgstr ""
16253
3d0a05b4 16254#: builtin/rebase.c:627
12705546
JX
16255#, c-format
16256msgid "ignoring invalid allow_rerere_autoupdate: '%s'"
18a90722
JX
16257msgstr ""
16258
3d0a05b4 16259#: builtin/rebase.c:703
12705546
JX
16260#, c-format
16261msgid "Could not read '%s'"
25eab542
JX
16262msgstr ""
16263
3d0a05b4 16264#: builtin/rebase.c:721
12705546
JX
16265#, c-format
16266msgid "Cannot store %s"
18a90722
JX
16267msgstr ""
16268
3d0a05b4 16269#: builtin/rebase.c:828
94328cef
JX
16270msgid "could not determine HEAD revision"
16271msgstr ""
16272
3d0a05b4 16273#: builtin/rebase.c:951 git-rebase--preserve-merges.sh:81
12705546
JX
16274msgid ""
16275"Resolve all conflicts manually, mark them as resolved with\n"
16276"\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"
16277"You can instead skip this commit: run \"git rebase --skip\".\n"
16278"To abort and get back to the state before \"git rebase\", run \"git rebase --"
16279"abort\"."
9b7388a8
JX
16280msgstr ""
16281
3d0a05b4 16282#: builtin/rebase.c:1032
94328cef
JX
16283#, c-format
16284msgid ""
16285"\n"
16286"git encountered an error while preparing the patches to replay\n"
16287"these revisions:\n"
16288"\n"
16289" %s\n"
16290"\n"
16291"As a result, git cannot rebase them."
f517e50d
JX
16292msgstr ""
16293
3d0a05b4 16294#: builtin/rebase.c:1339
12705546 16295#, c-format
fda7b092 16296msgid ""
12705546
JX
16297"%s\n"
16298"Please specify which branch you want to rebase against.\n"
16299"See git-rebase(1) for details.\n"
fda7b092 16300"\n"
12705546 16301" git rebase '<branch>'\n"
fda7b092 16302"\n"
fda7b092
JX
16303msgstr ""
16304
3d0a05b4 16305#: builtin/rebase.c:1355
12705546 16306#, c-format
fda7b092 16307msgid ""
12705546 16308"If you wish to set tracking information for this branch you can do so with:\n"
fda7b092 16309"\n"
12705546 16310" git branch --set-upstream-to=%s/<branch> %s\n"
fda7b092 16311"\n"
f517e50d
JX
16312msgstr ""
16313
3d0a05b4 16314#: builtin/rebase.c:1385
94328cef
JX
16315msgid "exec commands cannot contain newlines"
16316msgstr ""
16317
3d0a05b4 16318#: builtin/rebase.c:1389
94328cef
JX
16319msgid "empty exec command"
16320msgstr ""
16321
3d0a05b4 16322#: builtin/rebase.c:1418
12705546 16323msgid "rebase onto given branch instead of upstream"
28b3cffc
JX
16324msgstr ""
16325
3d0a05b4
JX
16326#: builtin/rebase.c:1420
16327msgid "use the merge-base of upstream and branch as the current base"
16328msgstr ""
16329
16330#: builtin/rebase.c:1422
12705546 16331msgid "allow pre-rebase hook to run"
cc76011e
JX
16332msgstr ""
16333
3d0a05b4 16334#: builtin/rebase.c:1424
12705546 16335msgid "be quiet. implies --no-stat"
cc76011e
JX
16336msgstr ""
16337
3d0a05b4 16338#: builtin/rebase.c:1430
12705546 16339msgid "do not show diffstat of what changed upstream"
cc76011e
JX
16340msgstr ""
16341
3d0a05b4 16342#: builtin/rebase.c:1433
12705546 16343msgid "add a Signed-off-by: line to each commit"
cc76011e
JX
16344msgstr ""
16345
3d0a05b4 16346#: builtin/rebase.c:1435 builtin/rebase.c:1439 builtin/rebase.c:1441
12705546 16347msgid "passed to 'git am'"
cc76011e
JX
16348msgstr ""
16349
3d0a05b4 16350#: builtin/rebase.c:1443 builtin/rebase.c:1445
12705546 16351msgid "passed to 'git apply'"
cc76011e
JX
16352msgstr ""
16353
3d0a05b4 16354#: builtin/rebase.c:1447 builtin/rebase.c:1450
12705546 16355msgid "cherry-pick all commits, even if unchanged"
cc76011e
JX
16356msgstr ""
16357
3d0a05b4 16358#: builtin/rebase.c:1452
12705546 16359msgid "continue"
cc76011e
JX
16360msgstr ""
16361
3d0a05b4 16362#: builtin/rebase.c:1455
12705546 16363msgid "skip current patch and continue"
f4f2c8f8
JX
16364msgstr ""
16365
3d0a05b4 16366#: builtin/rebase.c:1457
12705546 16367msgid "abort and check out the original branch"
cc76011e
JX
16368msgstr ""
16369
3d0a05b4 16370#: builtin/rebase.c:1460
12705546 16371msgid "abort but keep HEAD where it is"
cc76011e
JX
16372msgstr ""
16373
3d0a05b4 16374#: builtin/rebase.c:1461
12705546 16375msgid "edit the todo list during an interactive rebase"
cc76011e
JX
16376msgstr ""
16377
3d0a05b4 16378#: builtin/rebase.c:1464
12705546 16379msgid "show the patch file being applied or merged"
cc76011e
JX
16380msgstr ""
16381
3d0a05b4 16382#: builtin/rebase.c:1467
12705546 16383msgid "use merging strategies to rebase"
cc76011e
JX
16384msgstr ""
16385
3d0a05b4 16386#: builtin/rebase.c:1471
12705546 16387msgid "let the user edit the list of commits to rebase"
cc76011e
JX
16388msgstr ""
16389
3d0a05b4 16390#: builtin/rebase.c:1475
d93ef2a1 16391msgid "(DEPRECATED) try to recreate merges instead of ignoring them"
cc76011e
JX
16392msgstr ""
16393
3d0a05b4 16394#: builtin/rebase.c:1479
12705546 16395msgid "preserve empty commits during rebase"
cc76011e
JX
16396msgstr ""
16397
3d0a05b4 16398#: builtin/rebase.c:1481
12705546 16399msgid "move commits that begin with squash!/fixup! under -i"
cc76011e
JX
16400msgstr ""
16401
3d0a05b4 16402#: builtin/rebase.c:1487
12705546 16403msgid "automatically stash/stash pop before and after"
cc76011e
JX
16404msgstr ""
16405
3d0a05b4 16406#: builtin/rebase.c:1489
12705546 16407msgid "add exec lines after each commit of the editable list"
cc76011e
JX
16408msgstr ""
16409
3d0a05b4 16410#: builtin/rebase.c:1493
12705546 16411msgid "allow rebasing commits with empty messages"
cc76011e
JX
16412msgstr ""
16413
3d0a05b4 16414#: builtin/rebase.c:1496
12705546 16415msgid "try to rebase merges instead of skipping them"
cc76011e
JX
16416msgstr ""
16417
3d0a05b4 16418#: builtin/rebase.c:1499
12705546 16419msgid "use 'merge-base --fork-point' to refine upstream"
cc76011e
JX
16420msgstr ""
16421
3d0a05b4 16422#: builtin/rebase.c:1501
12705546 16423msgid "use the given merge strategy"
cc76011e
JX
16424msgstr ""
16425
3d0a05b4 16426#: builtin/rebase.c:1503 builtin/revert.c:115
12705546 16427msgid "option"
cc76011e
JX
16428msgstr ""
16429
3d0a05b4 16430#: builtin/rebase.c:1504
12705546 16431msgid "pass the argument through to the merge strategy"
cc76011e
JX
16432msgstr ""
16433
3d0a05b4 16434#: builtin/rebase.c:1507
12705546 16435msgid "rebase all reachable commits up to the root(s)"
cc76011e
JX
16436msgstr ""
16437
3d0a05b4 16438#: builtin/rebase.c:1524
d93ef2a1
JX
16439msgid ""
16440"the rebase.useBuiltin support has been removed!\n"
16441"See its entry in 'git help config' for details."
94328cef
JX
16442msgstr ""
16443
3d0a05b4 16444#: builtin/rebase.c:1530
d93ef2a1 16445msgid "It looks like 'git am' is in progress. Cannot rebase."
cc76011e
JX
16446msgstr ""
16447
3d0a05b4 16448#: builtin/rebase.c:1571
d93ef2a1
JX
16449msgid ""
16450"git rebase --preserve-merges is deprecated. Use --rebase-merges instead."
cc76011e
JX
16451msgstr ""
16452
3d0a05b4
JX
16453#: builtin/rebase.c:1576
16454msgid "cannot combine '--keep-base' with '--onto'"
16455msgstr ""
16456
16457#: builtin/rebase.c:1578
16458msgid "cannot combine '--keep-base' with '--root'"
16459msgstr ""
16460
16461#: builtin/rebase.c:1582
12705546 16462msgid "No rebase in progress?"
cc76011e
JX
16463msgstr ""
16464
3d0a05b4 16465#: builtin/rebase.c:1586
12705546 16466msgid "The --edit-todo action can only be used during interactive rebase."
cc76011e
JX
16467msgstr ""
16468
3d0a05b4 16469#: builtin/rebase.c:1609
12705546 16470msgid "Cannot read HEAD"
cc76011e
JX
16471msgstr ""
16472
3d0a05b4 16473#: builtin/rebase.c:1621
12705546
JX
16474msgid ""
16475"You must edit all merge conflicts and then\n"
16476"mark them as resolved using git add"
cc76011e
JX
16477msgstr ""
16478
3d0a05b4 16479#: builtin/rebase.c:1640
12705546 16480msgid "could not discard worktree changes"
cc76011e
JX
16481msgstr ""
16482
3d0a05b4 16483#: builtin/rebase.c:1659
cc76011e 16484#, c-format
12705546 16485msgid "could not move back to %s"
cc76011e
JX
16486msgstr ""
16487
3d0a05b4 16488#: builtin/rebase.c:1704
12705546
JX
16489#, c-format
16490msgid ""
16491"It seems that there is already a %s directory, and\n"
16492"I wonder if you are in the middle of another rebase. If that is the\n"
16493"case, please try\n"
16494"\t%s\n"
16495"If that is not the case, please\n"
16496"\t%s\n"
16497"and run me again. I am stopping in case you still have something\n"
16498"valuable there.\n"
16499msgstr ""
16500
3d0a05b4 16501#: builtin/rebase.c:1725
12705546
JX
16502msgid "switch `C' expects a numerical value"
16503msgstr ""
16504
3d0a05b4 16505#: builtin/rebase.c:1766
12705546
JX
16506#, c-format
16507msgid "Unknown mode: %s"
16508msgstr ""
16509
3d0a05b4 16510#: builtin/rebase.c:1788
12705546
JX
16511msgid "--strategy requires --merge or --interactive"
16512msgstr ""
16513
3d0a05b4 16514#: builtin/rebase.c:1828
6b0f1a9b
JX
16515msgid "--reschedule-failed-exec requires --exec or --interactive"
16516msgstr ""
16517
3d0a05b4 16518#: builtin/rebase.c:1840
94328cef
JX
16519msgid "cannot combine am options with either interactive or merge options"
16520msgstr ""
16521
3d0a05b4 16522#: builtin/rebase.c:1859
94328cef 16523msgid "cannot combine '--preserve-merges' with '--rebase-merges'"
12705546
JX
16524msgstr ""
16525
3d0a05b4 16526#: builtin/rebase.c:1863
94328cef
JX
16527msgid ""
16528"error: cannot combine '--preserve-merges' with '--reschedule-failed-exec'"
12705546
JX
16529msgstr ""
16530
3d0a05b4 16531#: builtin/rebase.c:1887
12705546
JX
16532#, c-format
16533msgid "invalid upstream '%s'"
16534msgstr ""
16535
3d0a05b4 16536#: builtin/rebase.c:1893
12705546
JX
16537msgid "Could not create new root commit"
16538msgstr ""
16539
3d0a05b4
JX
16540#: builtin/rebase.c:1919
16541#, c-format
16542msgid "'%s': need exactly one merge base with branch"
16543msgstr ""
16544
16545#: builtin/rebase.c:1922
12705546
JX
16546#, c-format
16547msgid "'%s': need exactly one merge base"
16548msgstr ""
16549
3d0a05b4 16550#: builtin/rebase.c:1930
12705546
JX
16551#, c-format
16552msgid "Does not point to a valid commit '%s'"
16553msgstr ""
16554
3d0a05b4 16555#: builtin/rebase.c:1955
12705546
JX
16556#, c-format
16557msgid "fatal: no such branch/commit '%s'"
16558msgstr ""
16559
3d0a05b4 16560#: builtin/rebase.c:1963 builtin/submodule--helper.c:38
6b0f1a9b 16561#: builtin/submodule--helper.c:1934
12705546
JX
16562#, c-format
16563msgid "No such ref: %s"
16564msgstr ""
16565
3d0a05b4 16566#: builtin/rebase.c:1974
12705546
JX
16567msgid "Could not resolve HEAD to a revision"
16568msgstr ""
16569
3d0a05b4 16570#: builtin/rebase.c:2012
d93ef2a1 16571msgid "Cannot autostash"
12705546
JX
16572msgstr ""
16573
3d0a05b4 16574#: builtin/rebase.c:2015
d93ef2a1
JX
16575#, c-format
16576msgid "Unexpected stash response: '%s'"
12705546
JX
16577msgstr ""
16578
3d0a05b4 16579#: builtin/rebase.c:2021
d93ef2a1
JX
16580#, c-format
16581msgid "Could not create directory for '%s'"
12705546
JX
16582msgstr ""
16583
3d0a05b4 16584#: builtin/rebase.c:2024
d93ef2a1
JX
16585#, c-format
16586msgid "Created autostash: %s\n"
12705546
JX
16587msgstr ""
16588
3d0a05b4 16589#: builtin/rebase.c:2027
d93ef2a1 16590msgid "could not reset --hard"
12705546
JX
16591msgstr ""
16592
3d0a05b4 16593#: builtin/rebase.c:2036
d93ef2a1 16594msgid "Please commit or stash them."
12705546
JX
16595msgstr ""
16596
3d0a05b4 16597#: builtin/rebase.c:2063
d93ef2a1
JX
16598#, c-format
16599msgid "could not parse '%s'"
12705546
JX
16600msgstr ""
16601
3d0a05b4 16602#: builtin/rebase.c:2076
d93ef2a1
JX
16603#, c-format
16604msgid "could not switch to %s"
12705546
JX
16605msgstr ""
16606
3d0a05b4 16607#: builtin/rebase.c:2087
d93ef2a1 16608msgid "HEAD is up to date."
12705546
JX
16609msgstr ""
16610
3d0a05b4 16611#: builtin/rebase.c:2089
d93ef2a1
JX
16612#, c-format
16613msgid "Current branch %s is up to date.\n"
12705546
JX
16614msgstr ""
16615
3d0a05b4 16616#: builtin/rebase.c:2097
d93ef2a1 16617msgid "HEAD is up to date, rebase forced."
12705546
JX
16618msgstr ""
16619
3d0a05b4 16620#: builtin/rebase.c:2099
d93ef2a1
JX
16621#, c-format
16622msgid "Current branch %s is up to date, rebase forced.\n"
12705546
JX
16623msgstr ""
16624
3d0a05b4 16625#: builtin/rebase.c:2107
d93ef2a1 16626msgid "The pre-rebase hook refused to rebase."
12705546
JX
16627msgstr ""
16628
3d0a05b4 16629#: builtin/rebase.c:2114
d93ef2a1
JX
16630#, c-format
16631msgid "Changes to %s:\n"
12705546
JX
16632msgstr ""
16633
3d0a05b4 16634#: builtin/rebase.c:2117
d93ef2a1
JX
16635#, c-format
16636msgid "Changes from %s to %s:\n"
12705546
JX
16637msgstr ""
16638
3d0a05b4 16639#: builtin/rebase.c:2142
d93ef2a1
JX
16640#, c-format
16641msgid "First, rewinding head to replay your work on top of it...\n"
12705546
JX
16642msgstr ""
16643
3d0a05b4 16644#: builtin/rebase.c:2151
d93ef2a1 16645msgid "Could not detach HEAD"
12705546
JX
16646msgstr ""
16647
3d0a05b4 16648#: builtin/rebase.c:2160
d93ef2a1
JX
16649#, c-format
16650msgid "Fast-forwarded %s to %s.\n"
12705546
JX
16651msgstr ""
16652
6b0f1a9b 16653#: builtin/receive-pack.c:32
12705546
JX
16654msgid "git receive-pack <git-dir>"
16655msgstr ""
16656
3d0a05b4 16657#: builtin/receive-pack.c:830
12705546
JX
16658msgid ""
16659"By default, updating the current branch in a non-bare repository\n"
16660"is denied, because it will make the index and work tree inconsistent\n"
16661"with what you pushed, and will require 'git reset --hard' to match\n"
16662"the work tree to HEAD.\n"
16663"\n"
16664"You can set the 'receive.denyCurrentBranch' configuration variable\n"
16665"to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
16666"its current branch; however, this is not recommended unless you\n"
16667"arranged to update its work tree to match what you pushed in some\n"
16668"other way.\n"
16669"\n"
16670"To squelch this message and still keep the default behaviour, set\n"
16671"'receive.denyCurrentBranch' configuration variable to 'refuse'."
16672msgstr ""
16673
3d0a05b4 16674#: builtin/receive-pack.c:850
12705546
JX
16675msgid ""
16676"By default, deleting the current branch is denied, because the next\n"
16677"'git clone' won't result in any file checked out, causing confusion.\n"
16678"\n"
16679"You can set 'receive.denyDeleteCurrent' configuration variable to\n"
16680"'warn' or 'ignore' in the remote repository to allow deleting the\n"
16681"current branch, with or without a warning message.\n"
16682"\n"
16683"To squelch this message, you can set it to 'refuse'."
16684msgstr ""
16685
3d0a05b4 16686#: builtin/receive-pack.c:1936
12705546
JX
16687msgid "quiet"
16688msgstr ""
16689
3d0a05b4 16690#: builtin/receive-pack.c:1950
12705546
JX
16691msgid "You must specify a directory."
16692msgstr ""
16693
94328cef
JX
16694#: builtin/reflog.c:17
16695msgid ""
16696"git reflog expire [--expire=<time>] [--expire-unreachable=<time>] [--"
16697"rewrite] [--updateref] [--stale-fix] [--dry-run | -n] [--verbose] [--all] "
16698"<refs>..."
16699msgstr ""
16700
16701#: builtin/reflog.c:22
16702msgid ""
16703"git reflog delete [--rewrite] [--updateref] [--dry-run | -n] [--verbose] "
16704"<refs>..."
16705msgstr ""
16706
16707#: builtin/reflog.c:25
16708msgid "git reflog exists <ref>"
16709msgstr ""
16710
16711#: builtin/reflog.c:567 builtin/reflog.c:572
12705546
JX
16712#, c-format
16713msgid "'%s' is not a valid timestamp"
16714msgstr ""
16715
94328cef
JX
16716#: builtin/reflog.c:605
16717#, c-format
16718msgid "Marking reachable objects..."
16719msgstr ""
16720
16721#: builtin/reflog.c:643
16722#, c-format
16723msgid "%s points nowhere!"
16724msgstr ""
16725
16726#: builtin/reflog.c:695
16727msgid "no reflog specified to delete"
16728msgstr ""
16729
16730#: builtin/reflog.c:704
16731#, c-format
16732msgid "not a reflog: %s"
16733msgstr ""
16734
16735#: builtin/reflog.c:709
16736#, c-format
16737msgid "no reflog for '%s'"
16738msgstr ""
16739
16740#: builtin/reflog.c:755
16741#, c-format
16742msgid "invalid ref format: %s"
16743msgstr ""
16744
16745#: builtin/reflog.c:764
16746msgid "git reflog [ show | expire | delete | exists ]"
16747msgstr ""
16748
12705546
JX
16749#: builtin/remote.c:16
16750msgid "git remote [-v | --verbose]"
16751msgstr ""
16752
16753#: builtin/remote.c:17
16754msgid ""
16755"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
16756"mirror=<fetch|push>] <name> <url>"
16757msgstr ""
16758
16759#: builtin/remote.c:18 builtin/remote.c:38
16760msgid "git remote rename <old> <new>"
16761msgstr ""
16762
16763#: builtin/remote.c:19 builtin/remote.c:43
16764msgid "git remote remove <name>"
16765msgstr ""
16766
16767#: builtin/remote.c:20 builtin/remote.c:48
16768msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
16769msgstr ""
16770
16771#: builtin/remote.c:21
16772msgid "git remote [-v | --verbose] show [-n] <name>"
16773msgstr ""
16774
16775#: builtin/remote.c:22
16776msgid "git remote prune [-n | --dry-run] <name>"
16777msgstr ""
16778
16779#: builtin/remote.c:23
16780msgid ""
16781"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
16782msgstr ""
16783
16784#: builtin/remote.c:24
16785msgid "git remote set-branches [--add] <name> <branch>..."
16786msgstr ""
16787
16788#: builtin/remote.c:25 builtin/remote.c:74
16789msgid "git remote get-url [--push] [--all] <name>"
16790msgstr ""
16791
16792#: builtin/remote.c:26 builtin/remote.c:79
16793msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
16794msgstr ""
16795
16796#: builtin/remote.c:27 builtin/remote.c:80
16797msgid "git remote set-url --add <name> <newurl>"
16798msgstr ""
16799
16800#: builtin/remote.c:28 builtin/remote.c:81
16801msgid "git remote set-url --delete <name> <url>"
16802msgstr ""
16803
16804#: builtin/remote.c:33
16805msgid "git remote add [<options>] <name> <url>"
16806msgstr ""
16807
16808#: builtin/remote.c:53
16809msgid "git remote set-branches <name> <branch>..."
16810msgstr ""
16811
16812#: builtin/remote.c:54
16813msgid "git remote set-branches --add <name> <branch>..."
16814msgstr ""
16815
16816#: builtin/remote.c:59
16817msgid "git remote show [<options>] <name>"
16818msgstr ""
16819
16820#: builtin/remote.c:64
16821msgid "git remote prune [<options>] <name>"
16822msgstr ""
16823
16824#: builtin/remote.c:69
16825msgid "git remote update [<options>] [<group> | <remote>]..."
16826msgstr ""
16827
16828#: builtin/remote.c:98
16829#, c-format
16830msgid "Updating %s"
16831msgstr ""
16832
16833#: builtin/remote.c:130
16834msgid ""
16835"--mirror is dangerous and deprecated; please\n"
16836"\t use --mirror=fetch or --mirror=push instead"
16837msgstr ""
16838
16839#: builtin/remote.c:147
16840#, c-format
16841msgid "unknown mirror argument: %s"
16842msgstr ""
16843
16844#: builtin/remote.c:163
16845msgid "fetch the remote branches"
16846msgstr ""
16847
16848#: builtin/remote.c:165
16849msgid "import all tags and associated objects when fetching"
16850msgstr ""
16851
16852#: builtin/remote.c:168
16853msgid "or do not fetch any tag at all (--no-tags)"
16854msgstr ""
16855
16856#: builtin/remote.c:170
16857msgid "branch(es) to track"
16858msgstr ""
16859
16860#: builtin/remote.c:171
16861msgid "master branch"
16862msgstr ""
16863
16864#: builtin/remote.c:173
16865msgid "set up remote as a mirror to push to or fetch from"
16866msgstr ""
16867
16868#: builtin/remote.c:185
16869msgid "specifying a master branch makes no sense with --mirror"
16870msgstr ""
16871
16872#: builtin/remote.c:187
16873msgid "specifying branches to track makes sense only with fetch mirrors"
16874msgstr ""
16875
16876#: builtin/remote.c:194 builtin/remote.c:636
16877#, c-format
16878msgid "remote %s already exists."
16879msgstr ""
16880
16881#: builtin/remote.c:198 builtin/remote.c:640
16882#, c-format
16883msgid "'%s' is not a valid remote name"
16884msgstr ""
16885
16886#: builtin/remote.c:238
16887#, c-format
16888msgid "Could not setup master '%s'"
16889msgstr ""
16890
16891#: builtin/remote.c:344
16892#, c-format
16893msgid "Could not get fetch map for refspec %s"
16894msgstr ""
16895
16896#: builtin/remote.c:443 builtin/remote.c:451
16897msgid "(matching)"
16898msgstr ""
16899
16900#: builtin/remote.c:455
16901msgid "(delete)"
16902msgstr ""
16903
16904#: builtin/remote.c:629 builtin/remote.c:765 builtin/remote.c:864
16905#, c-format
16906msgid "No such remote: '%s'"
16907msgstr ""
16908
16909#: builtin/remote.c:646
16910#, c-format
16911msgid "Could not rename config section '%s' to '%s'"
16912msgstr ""
16913
16914#: builtin/remote.c:666
cc76011e
JX
16915#, c-format
16916msgid ""
16917"Not updating non-default fetch refspec\n"
16918"\t%s\n"
16919"\tPlease update the configuration manually if necessary."
16920msgstr ""
16921
12705546 16922#: builtin/remote.c:702
cc76011e
JX
16923#, c-format
16924msgid "deleting '%s' failed"
16925msgstr ""
16926
12705546 16927#: builtin/remote.c:736
cc76011e
JX
16928#, c-format
16929msgid "creating '%s' failed"
16930msgstr ""
16931
12705546 16932#: builtin/remote.c:802
cc76011e
JX
16933msgid ""
16934"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
16935"to delete it, use:"
16936msgid_plural ""
16937"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
16938"to delete them, use:"
16939msgstr[0] ""
16940msgstr[1] ""
16941
12705546 16942#: builtin/remote.c:816
9eb3984b
JX
16943#, c-format
16944msgid "Could not remove config section '%s'"
16945msgstr ""
16946
12705546 16947#: builtin/remote.c:917
cc76011e
JX
16948#, c-format
16949msgid " new (next fetch will store in remotes/%s)"
16950msgstr ""
16951
12705546 16952#: builtin/remote.c:920
cc76011e
JX
16953msgid " tracked"
16954msgstr ""
16955
12705546 16956#: builtin/remote.c:922
cc76011e
JX
16957msgid " stale (use 'git remote prune' to remove)"
16958msgstr ""
16959
12705546 16960#: builtin/remote.c:924
cc76011e
JX
16961msgid " ???"
16962msgstr ""
16963
12705546 16964#: builtin/remote.c:965
cc76011e
JX
16965#, c-format
16966msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
16967msgstr ""
16968
12705546 16969#: builtin/remote.c:974
cc76011e 16970#, c-format
9eb3984b 16971msgid "rebases interactively onto remote %s"
cc76011e
JX
16972msgstr ""
16973
12705546 16974#: builtin/remote.c:976
9b7388a8
JX
16975#, c-format
16976msgid "rebases interactively (with merges) onto remote %s"
16977msgstr ""
16978
12705546 16979#: builtin/remote.c:979
cc76011e 16980#, c-format
9fa976ff 16981msgid "rebases onto remote %s"
822e4a65
JX
16982msgstr ""
16983
12705546 16984#: builtin/remote.c:983
9fa976ff
JX
16985#, c-format
16986msgid " merges with remote %s"
cc76011e
JX
16987msgstr ""
16988
12705546 16989#: builtin/remote.c:986
822e4a65 16990#, c-format
cc76011e 16991msgid "merges with remote %s"
822e4a65
JX
16992msgstr ""
16993
12705546 16994#: builtin/remote.c:989
9fa976ff
JX
16995#, c-format
16996msgid "%-*s and with remote %s\n"
cc76011e
JX
16997msgstr ""
16998
12705546 16999#: builtin/remote.c:1032
cc76011e
JX
17000msgid "create"
17001msgstr ""
17002
12705546 17003#: builtin/remote.c:1035
cc76011e
JX
17004msgid "delete"
17005msgstr ""
17006
12705546 17007#: builtin/remote.c:1039
cc76011e
JX
17008msgid "up to date"
17009msgstr ""
17010
12705546 17011#: builtin/remote.c:1042
cc76011e
JX
17012msgid "fast-forwardable"
17013msgstr ""
17014
12705546 17015#: builtin/remote.c:1045
cc76011e
JX
17016msgid "local out of date"
17017msgstr ""
17018
12705546 17019#: builtin/remote.c:1052
822e4a65 17020#, c-format
cc76011e 17021msgid " %-*s forces to %-*s (%s)"
822e4a65
JX
17022msgstr ""
17023
12705546 17024#: builtin/remote.c:1055
822e4a65 17025#, c-format
cc76011e 17026msgid " %-*s pushes to %-*s (%s)"
822e4a65
JX
17027msgstr ""
17028
12705546 17029#: builtin/remote.c:1059
cc76011e
JX
17030#, c-format
17031msgid " %-*s forces to %s"
822e4a65
JX
17032msgstr ""
17033
12705546 17034#: builtin/remote.c:1062
822e4a65 17035#, c-format
cc76011e 17036msgid " %-*s pushes to %s"
822e4a65
JX
17037msgstr ""
17038
12705546 17039#: builtin/remote.c:1130
cc76011e
JX
17040msgid "do not query remotes"
17041msgstr ""
17042
12705546 17043#: builtin/remote.c:1157
822e4a65 17044#, c-format
cc76011e 17045msgid "* remote %s"
822e4a65
JX
17046msgstr ""
17047
12705546 17048#: builtin/remote.c:1158
822e4a65 17049#, c-format
cc76011e 17050msgid " Fetch URL: %s"
822e4a65
JX
17051msgstr ""
17052
12705546 17053#: builtin/remote.c:1159 builtin/remote.c:1175 builtin/remote.c:1314
cc76011e
JX
17054msgid "(no URL)"
17055msgstr ""
17056
5b34e000
JX
17057#. TRANSLATORS: the colon ':' should align
17058#. with the one in " Fetch URL: %s"
17059#. translation.
17060#.
12705546 17061#: builtin/remote.c:1173 builtin/remote.c:1175
822e4a65 17062#, c-format
cc76011e 17063msgid " Push URL: %s"
822e4a65
JX
17064msgstr ""
17065
12705546 17066#: builtin/remote.c:1177 builtin/remote.c:1179 builtin/remote.c:1181
822e4a65 17067#, c-format
cc76011e 17068msgid " HEAD branch: %s"
822e4a65
JX
17069msgstr ""
17070
12705546 17071#: builtin/remote.c:1177
9fa976ff
JX
17072msgid "(not queried)"
17073msgstr ""
17074
12705546 17075#: builtin/remote.c:1179
9fa976ff
JX
17076msgid "(unknown)"
17077msgstr ""
17078
12705546 17079#: builtin/remote.c:1183
11b90174 17080#, c-format
cc76011e
JX
17081msgid ""
17082" HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
11b90174
JX
17083msgstr ""
17084
12705546 17085#: builtin/remote.c:1195
822e4a65 17086#, c-format
cc76011e
JX
17087msgid " Remote branch:%s"
17088msgid_plural " Remote branches:%s"
17089msgstr[0] ""
17090msgstr[1] ""
17091
12705546 17092#: builtin/remote.c:1198 builtin/remote.c:1224
cc76011e 17093msgid " (status not queried)"
822e4a65
JX
17094msgstr ""
17095
12705546 17096#: builtin/remote.c:1207
cc76011e
JX
17097msgid " Local branch configured for 'git pull':"
17098msgid_plural " Local branches configured for 'git pull':"
17099msgstr[0] ""
17100msgstr[1] ""
17101
12705546 17102#: builtin/remote.c:1215
cc76011e
JX
17103msgid " Local refs will be mirrored by 'git push'"
17104msgstr ""
17105
12705546 17106#: builtin/remote.c:1221
822e4a65 17107#, c-format
cc76011e
JX
17108msgid " Local ref configured for 'git push'%s:"
17109msgid_plural " Local refs configured for 'git push'%s:"
17110msgstr[0] ""
17111msgstr[1] ""
17112
12705546 17113#: builtin/remote.c:1242
cc76011e 17114msgid "set refs/remotes/<name>/HEAD according to remote"
822e4a65
JX
17115msgstr ""
17116
12705546 17117#: builtin/remote.c:1244
cc76011e
JX
17118msgid "delete refs/remotes/<name>/HEAD"
17119msgstr ""
17120
12705546 17121#: builtin/remote.c:1259
cc76011e
JX
17122msgid "Cannot determine remote HEAD"
17123msgstr ""
17124
12705546 17125#: builtin/remote.c:1261
cc76011e
JX
17126msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
17127msgstr ""
17128
12705546 17129#: builtin/remote.c:1271
822e4a65 17130#, c-format
cc76011e 17131msgid "Could not delete %s"
822e4a65
JX
17132msgstr ""
17133
12705546 17134#: builtin/remote.c:1279
822e4a65 17135#, c-format
cc76011e 17136msgid "Not a valid ref: %s"
822e4a65
JX
17137msgstr ""
17138
12705546 17139#: builtin/remote.c:1281
cc76011e
JX
17140#, c-format
17141msgid "Could not setup %s"
822e4a65
JX
17142msgstr ""
17143
12705546 17144#: builtin/remote.c:1299
cc76011e
JX
17145#, c-format
17146msgid " %s will become dangling!"
822e4a65
JX
17147msgstr ""
17148
12705546 17149#: builtin/remote.c:1300
cc76011e
JX
17150#, c-format
17151msgid " %s has become dangling!"
822e4a65
JX
17152msgstr ""
17153
12705546 17154#: builtin/remote.c:1310
822e4a65 17155#, c-format
cc76011e 17156msgid "Pruning %s"
822e4a65
JX
17157msgstr ""
17158
12705546 17159#: builtin/remote.c:1311
822e4a65 17160#, c-format
cc76011e 17161msgid "URL: %s"
822e4a65
JX
17162msgstr ""
17163
12705546 17164#: builtin/remote.c:1327
822e4a65 17165#, c-format
cc76011e 17166msgid " * [would prune] %s"
822e4a65
JX
17167msgstr ""
17168
12705546 17169#: builtin/remote.c:1330
822e4a65 17170#, c-format
cc76011e 17171msgid " * [pruned] %s"
822e4a65
JX
17172msgstr ""
17173
12705546 17174#: builtin/remote.c:1375
cc76011e
JX
17175msgid "prune remotes after fetching"
17176msgstr ""
17177
12705546 17178#: builtin/remote.c:1438 builtin/remote.c:1492 builtin/remote.c:1560
822e4a65 17179#, c-format
cc76011e 17180msgid "No such remote '%s'"
822e4a65
JX
17181msgstr ""
17182
12705546 17183#: builtin/remote.c:1454
cc76011e 17184msgid "add branch"
ccfca8dc
JX
17185msgstr ""
17186
12705546 17187#: builtin/remote.c:1461
cc76011e 17188msgid "no remote specified"
822e4a65
JX
17189msgstr ""
17190
12705546 17191#: builtin/remote.c:1478
f4f2c8f8
JX
17192msgid "query push URLs rather than fetch URLs"
17193msgstr ""
17194
12705546 17195#: builtin/remote.c:1480
f4f2c8f8
JX
17196msgid "return all URLs"
17197msgstr ""
17198
12705546 17199#: builtin/remote.c:1508
f4f2c8f8
JX
17200#, c-format
17201msgid "no URLs configured for remote '%s'"
17202msgstr ""
17203
12705546 17204#: builtin/remote.c:1534
cc76011e
JX
17205msgid "manipulate push URLs"
17206msgstr ""
17207
12705546 17208#: builtin/remote.c:1536
cc76011e
JX
17209msgid "add URL"
17210msgstr ""
17211
12705546 17212#: builtin/remote.c:1538
cc76011e
JX
17213msgid "delete URLs"
17214msgstr ""
17215
12705546 17216#: builtin/remote.c:1545
cc76011e
JX
17217msgid "--add --delete doesn't make sense"
17218msgstr ""
17219
12705546 17220#: builtin/remote.c:1584
cc76011e
JX
17221#, c-format
17222msgid "Invalid old URL pattern: %s"
17223msgstr ""
17224
12705546 17225#: builtin/remote.c:1592
cc76011e
JX
17226#, c-format
17227msgid "No such URL found: %s"
17228msgstr ""
17229
12705546 17230#: builtin/remote.c:1594
cc76011e
JX
17231msgid "Will not delete all non-push URLs"
17232msgstr ""
17233
12705546 17234#: builtin/remote.c:1610
cc76011e
JX
17235msgid "be verbose; must be placed before a subcommand"
17236msgstr ""
17237
12705546 17238#: builtin/remote.c:1641
fda7b092
JX
17239#, c-format
17240msgid "Unknown subcommand: %s"
17241msgstr ""
17242
3d0a05b4 17243#: builtin/repack.c:23
c2ea1208 17244msgid "git repack [<options>]"
727b9576
JX
17245msgstr ""
17246
3d0a05b4 17247#: builtin/repack.c:28
673bfad0
JX
17248msgid ""
17249"Incremental repacks are incompatible with bitmap indexes. Use\n"
17250"--no-write-bitmap-index or disable the pack.writebitmaps configuration."
17251msgstr ""
17252
3d0a05b4 17253#: builtin/repack.c:191
94328cef
JX
17254msgid "could not start pack-objects to repack promisor objects"
17255msgstr ""
17256
3d0a05b4 17257#: builtin/repack.c:230 builtin/repack.c:409
94328cef
JX
17258msgid "repack: Expecting full hex object ID lines only from pack-objects."
17259msgstr ""
17260
3d0a05b4 17261#: builtin/repack.c:247
94328cef
JX
17262msgid "could not finish pack-objects to repack promisor objects"
17263msgstr ""
17264
3d0a05b4 17265#: builtin/repack.c:285
727b9576
JX
17266msgid "pack everything in a single pack"
17267msgstr ""
17268
3d0a05b4 17269#: builtin/repack.c:287
727b9576
JX
17270msgid "same as -a, and turn unreachable objects loose"
17271msgstr ""
17272
3d0a05b4 17273#: builtin/repack.c:290
727b9576
JX
17274msgid "remove redundant packs, and run git-prune-packed"
17275msgstr ""
17276
3d0a05b4 17277#: builtin/repack.c:292
727b9576
JX
17278msgid "pass --no-reuse-delta to git-pack-objects"
17279msgstr ""
17280
3d0a05b4 17281#: builtin/repack.c:294
727b9576
JX
17282msgid "pass --no-reuse-object to git-pack-objects"
17283msgstr ""
17284
3d0a05b4 17285#: builtin/repack.c:296
727b9576
JX
17286msgid "do not run git-update-server-info"
17287msgstr ""
17288
3d0a05b4 17289#: builtin/repack.c:299
727b9576
JX
17290msgid "pass --local to git-pack-objects"
17291msgstr ""
17292
3d0a05b4 17293#: builtin/repack.c:301
5e078fcd
JX
17294msgid "write bitmap index"
17295msgstr ""
17296
3d0a05b4 17297#: builtin/repack.c:303
12705546
JX
17298msgid "pass --delta-islands to git-pack-objects"
17299msgstr ""
17300
3d0a05b4 17301#: builtin/repack.c:304
727b9576
JX
17302msgid "approxidate"
17303msgstr ""
17304
3d0a05b4 17305#: builtin/repack.c:305
727b9576
JX
17306msgid "with -A, do not loosen objects older than this"
17307msgstr ""
17308
3d0a05b4 17309#: builtin/repack.c:307
9fa976ff
JX
17310msgid "with -a, repack unreachable objects"
17311msgstr ""
17312
3d0a05b4 17313#: builtin/repack.c:309
727b9576
JX
17314msgid "size of the window used for delta compression"
17315msgstr ""
17316
3d0a05b4 17317#: builtin/repack.c:310 builtin/repack.c:316
d57b24b6
JX
17318msgid "bytes"
17319msgstr ""
17320
3d0a05b4 17321#: builtin/repack.c:311
727b9576
JX
17322msgid "same as the above, but limit memory size instead of entries count"
17323msgstr ""
17324
3d0a05b4 17325#: builtin/repack.c:313
727b9576
JX
17326msgid "limits the maximum delta depth"
17327msgstr ""
17328
3d0a05b4 17329#: builtin/repack.c:315
5b34e000
JX
17330msgid "limits the maximum number of threads"
17331msgstr ""
17332
3d0a05b4 17333#: builtin/repack.c:317
727b9576
JX
17334msgid "maximum size of each packfile"
17335msgstr ""
17336
3d0a05b4 17337#: builtin/repack.c:319
5e078fcd
JX
17338msgid "repack objects in packs marked with .keep"
17339msgstr ""
17340
3d0a05b4 17341#: builtin/repack.c:321
9b7388a8
JX
17342msgid "do not repack this pack"
17343msgstr ""
17344
3d0a05b4 17345#: builtin/repack.c:331
f4f2c8f8
JX
17346msgid "cannot delete packs in a precious-objects repo"
17347msgstr ""
17348
3d0a05b4 17349#: builtin/repack.c:335
9fa976ff
JX
17350msgid "--keep-unreachable and -A are incompatible"
17351msgstr ""
17352
3d0a05b4 17353#: builtin/repack.c:418
94328cef
JX
17354msgid "Nothing new to pack."
17355msgstr ""
17356
3d0a05b4 17357#: builtin/repack.c:479
94328cef
JX
17358#, c-format
17359msgid ""
17360"WARNING: Some packs in use have been renamed by\n"
17361"WARNING: prefixing old- to their name, in order to\n"
17362"WARNING: replace them with the new version of the\n"
17363"WARNING: file. But the operation failed, and the\n"
17364"WARNING: attempt to rename them back to their\n"
17365"WARNING: original names also failed.\n"
17366"WARNING: Please rename them in %s manually:\n"
17367msgstr ""
17368
3d0a05b4 17369#: builtin/repack.c:527
727b9576 17370#, c-format
9fa976ff 17371msgid "failed to remove '%s'"
727b9576
JX
17372msgstr ""
17373
9b7388a8 17374#: builtin/replace.c:22
cc76011e
JX
17375msgid "git replace [-f] <object> <replacement>"
17376msgstr ""
17377
9b7388a8 17378#: builtin/replace.c:23
fe05e196
JX
17379msgid "git replace [-f] --edit <object>"
17380msgstr ""
17381
9b7388a8 17382#: builtin/replace.c:24
fe05e196
JX
17383msgid "git replace [-f] --graft <commit> [<parent>...]"
17384msgstr ""
17385
9b7388a8
JX
17386#: builtin/replace.c:25
17387msgid "git replace [-f] --convert-graft-file"
17388msgstr ""
17389
17390#: builtin/replace.c:26
cc76011e
JX
17391msgid "git replace -d <object>..."
17392msgstr ""
17393
9b7388a8 17394#: builtin/replace.c:27
df49095a 17395msgid "git replace [--format=<format>] [-l [<pattern>]]"
822e4a65
JX
17396msgstr ""
17397
d93ef2a1 17398#: builtin/replace.c:90
dba9f13c
JX
17399#, c-format
17400msgid ""
17401"invalid replace format '%s'\n"
17402"valid formats are 'short', 'medium' and 'long'"
17403msgstr ""
17404
d93ef2a1 17405#: builtin/replace.c:125
dba9f13c
JX
17406#, c-format
17407msgid "replace ref '%s' not found"
17408msgstr ""
17409
d93ef2a1 17410#: builtin/replace.c:141
dba9f13c
JX
17411#, c-format
17412msgid "Deleted replace ref '%s'"
17413msgstr ""
17414
d93ef2a1 17415#: builtin/replace.c:153
dba9f13c
JX
17416#, c-format
17417msgid "'%s' is not a valid ref name"
17418msgstr ""
17419
d93ef2a1 17420#: builtin/replace.c:158
dba9f13c
JX
17421#, c-format
17422msgid "replace ref '%s' already exists"
17423msgstr ""
17424
d93ef2a1 17425#: builtin/replace.c:178
dba9f13c
JX
17426#, c-format
17427msgid ""
17428"Objects must be of the same type.\n"
17429"'%s' points to a replaced object of type '%s'\n"
17430"while '%s' points to a replacement object of type '%s'."
17431msgstr ""
17432
d93ef2a1 17433#: builtin/replace.c:229
fe05e196 17434#, c-format
dba9f13c
JX
17435msgid "unable to open %s for writing"
17436msgstr ""
17437
d93ef2a1 17438#: builtin/replace.c:242
dba9f13c
JX
17439msgid "cat-file reported failure"
17440msgstr ""
17441
d93ef2a1 17442#: builtin/replace.c:258
dba9f13c
JX
17443#, c-format
17444msgid "unable to open %s for reading"
17445msgstr ""
17446
d93ef2a1 17447#: builtin/replace.c:272
dba9f13c
JX
17448msgid "unable to spawn mktree"
17449msgstr ""
17450
d93ef2a1 17451#: builtin/replace.c:276
dba9f13c
JX
17452msgid "unable to read from mktree"
17453msgstr ""
17454
d93ef2a1 17455#: builtin/replace.c:285
dba9f13c
JX
17456msgid "mktree reported failure"
17457msgstr ""
17458
d93ef2a1 17459#: builtin/replace.c:289
dba9f13c
JX
17460msgid "mktree did not return an object name"
17461msgstr ""
17462
d93ef2a1 17463#: builtin/replace.c:298
dba9f13c
JX
17464#, c-format
17465msgid "unable to fstat %s"
17466msgstr ""
17467
d93ef2a1 17468#: builtin/replace.c:303
dba9f13c
JX
17469msgid "unable to write object to database"
17470msgstr ""
17471
3d0a05b4
JX
17472#: builtin/replace.c:322 builtin/replace.c:378 builtin/replace.c:423
17473#: builtin/replace.c:453
dba9f13c
JX
17474#, c-format
17475msgid "not a valid object name: '%s'"
17476msgstr ""
17477
d93ef2a1 17478#: builtin/replace.c:326
dba9f13c
JX
17479#, c-format
17480msgid "unable to get object type for %s"
17481msgstr ""
17482
d93ef2a1 17483#: builtin/replace.c:342
dba9f13c
JX
17484msgid "editing object file failed"
17485msgstr ""
17486
d93ef2a1 17487#: builtin/replace.c:351
dba9f13c
JX
17488#, c-format
17489msgid "new object is the same as the old one: '%s'"
fe05e196
JX
17490msgstr ""
17491
3d0a05b4 17492#: builtin/replace.c:384
d93ef2a1
JX
17493#, c-format
17494msgid "could not parse %s as a commit"
17495msgstr ""
17496
3d0a05b4 17497#: builtin/replace.c:415
fe05e196
JX
17498#, c-format
17499msgid "bad mergetag in commit '%s'"
17500msgstr ""
17501
3d0a05b4 17502#: builtin/replace.c:417
fe05e196
JX
17503#, c-format
17504msgid "malformed mergetag in commit '%s'"
17505msgstr ""
17506
3d0a05b4 17507#: builtin/replace.c:429
fe05e196
JX
17508#, c-format
17509msgid ""
17510"original commit '%s' contains mergetag '%s' that is discarded; use --edit "
17511"instead of --graft"
17512msgstr ""
17513
3d0a05b4 17514#: builtin/replace.c:468
fe05e196 17515#, c-format
dba9f13c 17516msgid "the original commit '%s' has a gpg signature"
fe05e196
JX
17517msgstr ""
17518
3d0a05b4 17519#: builtin/replace.c:469
fe05e196
JX
17520msgid "the signature will be removed in the replacement commit!"
17521msgstr ""
17522
3d0a05b4 17523#: builtin/replace.c:479
fe05e196
JX
17524#, c-format
17525msgid "could not write replacement commit for: '%s'"
17526msgstr ""
17527
3d0a05b4 17528#: builtin/replace.c:487
dba9f13c
JX
17529#, c-format
17530msgid "graft for '%s' unnecessary"
17531msgstr ""
17532
3d0a05b4 17533#: builtin/replace.c:491
dba9f13c
JX
17534#, c-format
17535msgid "new commit is the same as the old one: '%s'"
17536msgstr ""
17537
3d0a05b4 17538#: builtin/replace.c:526
9b7388a8
JX
17539#, c-format
17540msgid ""
17541"could not convert the following graft(s):\n"
17542"%s"
17543msgstr ""
17544
3d0a05b4 17545#: builtin/replace.c:547
cc76011e 17546msgid "list replace refs"
822e4a65
JX
17547msgstr ""
17548
3d0a05b4 17549#: builtin/replace.c:548
cc76011e 17550msgid "delete replace refs"
822e4a65
JX
17551msgstr ""
17552
3d0a05b4 17553#: builtin/replace.c:549
fe05e196
JX
17554msgid "edit existing object"
17555msgstr ""
17556
3d0a05b4 17557#: builtin/replace.c:550
fe05e196
JX
17558msgid "change a commit's parents"
17559msgstr ""
17560
3d0a05b4 17561#: builtin/replace.c:551
9b7388a8
JX
17562msgid "convert existing graft file"
17563msgstr ""
17564
3d0a05b4 17565#: builtin/replace.c:552
cc76011e 17566msgid "replace the ref if it exists"
822e4a65
JX
17567msgstr ""
17568
3d0a05b4 17569#: builtin/replace.c:554
fe05e196
JX
17570msgid "do not pretty-print contents for --edit"
17571msgstr ""
17572
3d0a05b4 17573#: builtin/replace.c:555
df49095a
JX
17574msgid "use this format"
17575msgstr ""
17576
3d0a05b4 17577#: builtin/replace.c:568
dba9f13c
JX
17578msgid "--format cannot be used when not listing"
17579msgstr ""
17580
3d0a05b4 17581#: builtin/replace.c:576
dba9f13c
JX
17582msgid "-f only makes sense when writing a replacement"
17583msgstr ""
17584
3d0a05b4 17585#: builtin/replace.c:580
dba9f13c
JX
17586msgid "--raw only makes sense with --edit"
17587msgstr ""
17588
3d0a05b4 17589#: builtin/replace.c:586
dba9f13c
JX
17590msgid "-d needs at least one argument"
17591msgstr ""
17592
3d0a05b4 17593#: builtin/replace.c:592
dba9f13c
JX
17594msgid "bad number of arguments"
17595msgstr ""
17596
3d0a05b4 17597#: builtin/replace.c:598
dba9f13c
JX
17598msgid "-e needs exactly one argument"
17599msgstr ""
17600
3d0a05b4 17601#: builtin/replace.c:604
dba9f13c
JX
17602msgid "-g needs at least one argument"
17603msgstr ""
17604
3d0a05b4 17605#: builtin/replace.c:610
dba9f13c
JX
17606msgid "--convert-graft-file takes no argument"
17607msgstr ""
17608
3d0a05b4 17609#: builtin/replace.c:616
dba9f13c
JX
17610msgid "only one pattern can be given with -l"
17611msgstr ""
17612
5b34e000 17613#: builtin/rerere.c:13
c2ea1208 17614msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
822e4a65
JX
17615msgstr ""
17616
12705546 17617#: builtin/rerere.c:60
cc76011e 17618msgid "register clean resolutions in index"
822e4a65
JX
17619msgstr ""
17620
12705546
JX
17621#: builtin/rerere.c:79
17622msgid "'git rerere forget' without paths is deprecated"
17623msgstr ""
17624
94328cef 17625#: builtin/rerere.c:113
12705546
JX
17626#, c-format
17627msgid "unable to generate diff for '%s'"
17628msgstr ""
17629
94328cef 17630#: builtin/reset.c:32
822e4a65 17631msgid ""
cc76011e 17632"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
822e4a65
JX
17633msgstr ""
17634
94328cef 17635#: builtin/reset.c:33
fda7b092 17636msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
822e4a65
JX
17637msgstr ""
17638
94328cef 17639#: builtin/reset.c:34
46bc4039 17640msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
822e4a65
JX
17641msgstr ""
17642
94328cef 17643#: builtin/reset.c:40
cc76011e 17644msgid "mixed"
dce37b66
JX
17645msgstr ""
17646
94328cef 17647#: builtin/reset.c:40
cc76011e 17648msgid "soft"
dce37b66
JX
17649msgstr ""
17650
94328cef 17651#: builtin/reset.c:40
cc76011e 17652msgid "hard"
dce37b66
JX
17653msgstr ""
17654
94328cef 17655#: builtin/reset.c:40
cc76011e 17656msgid "merge"
dce37b66
JX
17657msgstr ""
17658
94328cef 17659#: builtin/reset.c:40
cc76011e 17660msgid "keep"
dce37b66
JX
17661msgstr ""
17662
94328cef 17663#: builtin/reset.c:81
cc76011e 17664msgid "You do not have a valid HEAD."
dce37b66
JX
17665msgstr ""
17666
94328cef 17667#: builtin/reset.c:83
cc76011e 17668msgid "Failed to find tree of HEAD."
dce37b66
JX
17669msgstr ""
17670
94328cef 17671#: builtin/reset.c:89
822e4a65 17672#, c-format
cc76011e 17673msgid "Failed to find tree of %s."
dce37b66
JX
17674msgstr ""
17675
3d0a05b4
JX
17676#: builtin/reset.c:114
17677#, c-format
17678msgid "HEAD is now at %s"
17679msgstr ""
17680
94328cef 17681#: builtin/reset.c:193
dce37b66 17682#, c-format
cc76011e 17683msgid "Cannot do a %s reset in the middle of a merge."
dce37b66
JX
17684msgstr ""
17685
3d0a05b4
JX
17686#: builtin/reset.c:293 builtin/stash.c:520 builtin/stash.c:595
17687#: builtin/stash.c:619
cc76011e 17688msgid "be quiet, only report errors"
dce37b66
JX
17689msgstr ""
17690
94328cef 17691#: builtin/reset.c:295
cc76011e 17692msgid "reset HEAD and index"
dce37b66
JX
17693msgstr ""
17694
94328cef 17695#: builtin/reset.c:296
cc76011e 17696msgid "reset only HEAD"
dce37b66
JX
17697msgstr ""
17698
94328cef 17699#: builtin/reset.c:298 builtin/reset.c:300
cc76011e 17700msgid "reset HEAD, index and working tree"
822e4a65
JX
17701msgstr ""
17702
94328cef 17703#: builtin/reset.c:302
cc76011e 17704msgid "reset HEAD but keep local changes"
dce37b66
JX
17705msgstr ""
17706
94328cef 17707#: builtin/reset.c:308
5e078fcd
JX
17708msgid "record only the fact that removed paths will be added later"
17709msgstr ""
17710
94328cef 17711#: builtin/reset.c:326
46bc4039
JX
17712#, c-format
17713msgid "Failed to resolve '%s' as a valid revision."
17714msgstr ""
17715
94328cef 17716#: builtin/reset.c:334
46bc4039
JX
17717#, c-format
17718msgid "Failed to resolve '%s' as a valid tree."
17719msgstr ""
17720
94328cef 17721#: builtin/reset.c:343
cc76011e 17722msgid "--patch is incompatible with --{hard,mixed,soft}"
dce37b66
JX
17723msgstr ""
17724
d93ef2a1 17725#: builtin/reset.c:353
cc76011e 17726msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
dce37b66
JX
17727msgstr ""
17728
d93ef2a1 17729#: builtin/reset.c:355
dce37b66 17730#, c-format
cc76011e 17731msgid "Cannot do %s reset with paths."
dce37b66
JX
17732msgstr ""
17733
d93ef2a1 17734#: builtin/reset.c:370
822e4a65 17735#, c-format
cc76011e 17736msgid "%s reset is not allowed in a bare repository"
dce37b66
JX
17737msgstr ""
17738
d93ef2a1 17739#: builtin/reset.c:374
5e078fcd
JX
17740msgid "-N can only be used with --mixed"
17741msgstr ""
17742
d93ef2a1 17743#: builtin/reset.c:395
727b9576 17744msgid "Unstaged changes after reset:"
dce37b66
JX
17745msgstr ""
17746
d93ef2a1 17747#: builtin/reset.c:398
12705546
JX
17748#, c-format
17749msgid ""
17750"\n"
17751"It took %.2f seconds to enumerate unstaged changes after reset. You can\n"
17752"use '--quiet' to avoid this. Set the config setting reset.quiet to true\n"
17753"to make this the default.\n"
17754msgstr ""
17755
d93ef2a1 17756#: builtin/reset.c:408
727b9576
JX
17757#, c-format
17758msgid "Could not reset index file to revision '%s'."
46bc4039
JX
17759msgstr ""
17760
d93ef2a1 17761#: builtin/reset.c:412
46bc4039
JX
17762msgid "Could not write new index file."
17763msgstr ""
17764
3d0a05b4 17765#: builtin/rev-list.c:411
abc8de64
JX
17766msgid "cannot combine --exclude-promisor-objects and --missing"
17767msgstr ""
17768
3d0a05b4 17769#: builtin/rev-list.c:472
18a90722
JX
17770msgid "object filtering requires --objects"
17771msgstr ""
17772
3d0a05b4 17773#: builtin/rev-list.c:522
df0617bf
JX
17774msgid "rev-list does not support display of notes"
17775msgstr ""
17776
3d0a05b4 17777#: builtin/rev-list.c:525
18a90722
JX
17778msgid "cannot combine --use-bitmap-index with object filtering"
17779msgstr ""
17780
94328cef 17781#: builtin/rev-parse.c:408
c2ea1208 17782msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
dce37b66
JX
17783msgstr ""
17784
94328cef 17785#: builtin/rev-parse.c:413
cc76011e 17786msgid "keep the `--` passed as an arg"
dce37b66
JX
17787msgstr ""
17788
94328cef 17789#: builtin/rev-parse.c:415
cc76011e 17790msgid "stop parsing after the first non-option argument"
dce37b66
JX
17791msgstr ""
17792
94328cef 17793#: builtin/rev-parse.c:418
df49095a
JX
17794msgid "output in stuck long form"
17795msgstr ""
17796
94328cef 17797#: builtin/rev-parse.c:551
822e4a65 17798msgid ""
c2ea1208 17799"git rev-parse --parseopt [<options>] -- [<args>...]\n"
cc76011e 17800" or: git rev-parse --sq-quote [<arg>...]\n"
c2ea1208 17801" or: git rev-parse [<options>] [<arg>...]\n"
cc76011e
JX
17802"\n"
17803"Run \"git rev-parse --parseopt -h\" for more information on the first usage."
dce37b66
JX
17804msgstr ""
17805
dba9f13c 17806#: builtin/revert.c:24
c2ea1208 17807msgid "git revert [<options>] <commit-ish>..."
dce37b66
JX
17808msgstr ""
17809
dba9f13c 17810#: builtin/revert.c:25
cc76011e 17811msgid "git revert <subcommand>"
dce37b66
JX
17812msgstr ""
17813
dba9f13c 17814#: builtin/revert.c:30
c2ea1208 17815msgid "git cherry-pick [<options>] <commit-ish>..."
dce37b66
JX
17816msgstr ""
17817
dba9f13c 17818#: builtin/revert.c:31
cc76011e 17819msgid "git cherry-pick <subcommand>"
dce37b66
JX
17820msgstr ""
17821
94328cef
JX
17822#: builtin/revert.c:72
17823#, c-format
17824msgid "option `%s' expects a number greater than zero"
17825msgstr ""
17826
17827#: builtin/revert.c:92
dce37b66 17828#, c-format
cc76011e 17829msgid "%s: %s cannot be used with %s"
dce37b66
JX
17830msgstr ""
17831
d93ef2a1 17832#: builtin/revert.c:102
cc76011e 17833msgid "end revert or cherry-pick sequence"
dce37b66
JX
17834msgstr ""
17835
d93ef2a1 17836#: builtin/revert.c:103
cc76011e 17837msgid "resume revert or cherry-pick sequence"
dce37b66
JX
17838msgstr ""
17839
d93ef2a1 17840#: builtin/revert.c:104
cc76011e 17841msgid "cancel revert or cherry-pick sequence"
dce37b66
JX
17842msgstr ""
17843
6b0f1a9b
JX
17844#: builtin/revert.c:105
17845msgid "skip current commit and continue"
dce37b66
JX
17846msgstr ""
17847
d93ef2a1 17848#: builtin/revert.c:107
6b0f1a9b
JX
17849msgid "don't automatically commit"
17850msgstr ""
17851
17852#: builtin/revert.c:108
cc76011e 17853msgid "edit the commit message"
dce37b66
JX
17854msgstr ""
17855
6b0f1a9b 17856#: builtin/revert.c:111
dfc182b1 17857msgid "parent-number"
dce37b66
JX
17858msgstr ""
17859
6b0f1a9b 17860#: builtin/revert.c:112
dfc182b1
JX
17861msgid "select mainline parent"
17862msgstr ""
17863
6b0f1a9b 17864#: builtin/revert.c:114
cc76011e 17865msgid "merge strategy"
dce37b66
JX
17866msgstr ""
17867
6b0f1a9b 17868#: builtin/revert.c:116
cc76011e 17869msgid "option for merge strategy"
dce37b66
JX
17870msgstr ""
17871
6b0f1a9b 17872#: builtin/revert.c:125
cc76011e 17873msgid "append commit name"
dce37b66
JX
17874msgstr ""
17875
6b0f1a9b 17876#: builtin/revert.c:127
cc76011e 17877msgid "preserve initially empty commits"
1d4ac88d
JX
17878msgstr ""
17879
6b0f1a9b 17880#: builtin/revert.c:129
cc76011e 17881msgid "keep redundant, empty commits"
1d4ac88d
JX
17882msgstr ""
17883
6b0f1a9b 17884#: builtin/revert.c:232
cc76011e 17885msgid "revert failed"
dce37b66
JX
17886msgstr ""
17887
6b0f1a9b 17888#: builtin/revert.c:245
cc76011e 17889msgid "cherry-pick failed"
dce37b66
JX
17890msgstr ""
17891
94328cef 17892#: builtin/rm.c:19
c2ea1208 17893msgid "git rm [<options>] [--] <file>..."
dce37b66
JX
17894msgstr ""
17895
94328cef 17896#: builtin/rm.c:207
dce37b66 17897msgid ""
28b3cffc
JX
17898"the following file has staged content different from both the\n"
17899"file and the HEAD:"
17900msgid_plural ""
17901"the following files have staged content different from both the\n"
17902"file and the HEAD:"
17903msgstr[0] ""
17904msgstr[1] ""
dce37b66 17905
94328cef 17906#: builtin/rm.c:212
cc76011e 17907msgid ""
28b3cffc
JX
17908"\n"
17909"(use -f to force removal)"
822e4a65
JX
17910msgstr ""
17911
94328cef 17912#: builtin/rm.c:216
28b3cffc
JX
17913msgid "the following file has changes staged in the index:"
17914msgid_plural "the following files have changes staged in the index:"
17915msgstr[0] ""
17916msgstr[1] ""
17917
94328cef 17918#: builtin/rm.c:220 builtin/rm.c:229
cc76011e 17919msgid ""
28b3cffc 17920"\n"
cc76011e
JX
17921"(use --cached to keep the file, or -f to force removal)"
17922msgstr ""
822e4a65 17923
94328cef 17924#: builtin/rm.c:226
28b3cffc
JX
17925msgid "the following file has local modifications:"
17926msgid_plural "the following files have local modifications:"
17927msgstr[0] ""
17928msgstr[1] ""
17929
94328cef 17930#: builtin/rm.c:242
cc76011e 17931msgid "do not list removed files"
dce37b66
JX
17932msgstr ""
17933
94328cef 17934#: builtin/rm.c:243
cc76011e 17935msgid "only remove from the index"
cd1e7487
JX
17936msgstr ""
17937
94328cef 17938#: builtin/rm.c:244
cc76011e 17939msgid "override the up-to-date check"
cd1e7487
JX
17940msgstr ""
17941
94328cef 17942#: builtin/rm.c:245
cc76011e 17943msgid "allow recursive removal"
dce37b66
JX
17944msgstr ""
17945
94328cef 17946#: builtin/rm.c:247
cc76011e 17947msgid "exit with a zero status even if nothing matched"
cd1e7487
JX
17948msgstr ""
17949
94328cef 17950#: builtin/rm.c:289
dba9f13c
JX
17951msgid "please stage your changes to .gitmodules or stash them to proceed"
17952msgstr ""
17953
94328cef 17954#: builtin/rm.c:307
dce37b66 17955#, c-format
cc76011e 17956msgid "not removing '%s' recursively without -r"
dce37b66
JX
17957msgstr ""
17958
94328cef 17959#: builtin/rm.c:346
dce37b66 17960#, c-format
cc76011e 17961msgid "git rm: unable to remove %s"
dce37b66
JX
17962msgstr ""
17963
9b7388a8 17964#: builtin/send-pack.c:20
df0617bf
JX
17965msgid ""
17966"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
17967"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
17968"[<ref>...]\n"
17969" --all and explicit <ref> specification are mutually exclusive."
17970msgstr ""
17971
9b7388a8 17972#: builtin/send-pack.c:163
df0617bf
JX
17973msgid "remote name"
17974msgstr ""
17975
9b7388a8 17976#: builtin/send-pack.c:177
df0617bf
JX
17977msgid "use stateless RPC protocol"
17978msgstr ""
17979
9b7388a8 17980#: builtin/send-pack.c:178
df0617bf
JX
17981msgid "read refs from stdin"
17982msgstr ""
17983
9b7388a8 17984#: builtin/send-pack.c:179
df0617bf
JX
17985msgid "print status from remote helper"
17986msgstr ""
17987
5b34e000 17988#: builtin/shortlog.c:14
9b7388a8
JX
17989msgid "git shortlog [<options>] [<revision-range>] [[--] <path>...]"
17990msgstr ""
17991
17992#: builtin/shortlog.c:15
17993msgid "git log --pretty=short | git shortlog [<options>]"
dce37b66
JX
17994msgstr ""
17995
9b7388a8 17996#: builtin/shortlog.c:264
673bfad0
JX
17997msgid "Group by committer rather than author"
17998msgstr ""
17999
9b7388a8 18000#: builtin/shortlog.c:266
cc76011e 18001msgid "sort output according to the number of commits per author"
dce37b66
JX
18002msgstr ""
18003
9b7388a8 18004#: builtin/shortlog.c:268
cc76011e 18005msgid "Suppress commit descriptions, only provides commit count"
dce37b66
JX
18006msgstr ""
18007
9b7388a8 18008#: builtin/shortlog.c:270
cc76011e 18009msgid "Show the email address of each author"
dce37b66
JX
18010msgstr ""
18011
9b7388a8 18012#: builtin/shortlog.c:271
dba9f13c 18013msgid "<w>[,<i1>[,<i2>]]"
dce37b66
JX
18014msgstr ""
18015
9b7388a8 18016#: builtin/shortlog.c:272
cc76011e 18017msgid "Linewrap output"
dce37b66
JX
18018msgstr ""
18019
94328cef 18020#: builtin/shortlog.c:301
9b7388a8
JX
18021msgid "too many arguments given outside repository"
18022msgstr ""
18023
dba9f13c 18024#: builtin/show-branch.c:13
cc76011e 18025msgid ""
c2ea1208 18026"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
1e607449
JX
18027"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
18028"\t\t[--more=<n> | --list | --independent | --merge-base]\n"
18029"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
dce37b66
JX
18030msgstr ""
18031
dba9f13c 18032#: builtin/show-branch.c:17
c2ea1208 18033msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
822e4a65
JX
18034msgstr ""
18035
dba9f13c 18036#: builtin/show-branch.c:395
fda7b092
JX
18037#, c-format
18038msgid "ignoring %s; cannot handle more than %d ref"
18039msgid_plural "ignoring %s; cannot handle more than %d refs"
18040msgstr[0] ""
18041msgstr[1] ""
18042
6b0f1a9b 18043#: builtin/show-branch.c:548
fda7b092
JX
18044#, c-format
18045msgid "no matching refs with %s"
18046msgstr ""
18047
6b0f1a9b 18048#: builtin/show-branch.c:645
cc76011e 18049msgid "show remote-tracking and local branches"
dce37b66
JX
18050msgstr ""
18051
6b0f1a9b 18052#: builtin/show-branch.c:647
cc76011e 18053msgid "show remote-tracking branches"
dce37b66
JX
18054msgstr ""
18055
6b0f1a9b 18056#: builtin/show-branch.c:649
cc76011e 18057msgid "color '*!+-' corresponding to the branch"
dce37b66
JX
18058msgstr ""
18059
6b0f1a9b 18060#: builtin/show-branch.c:651
cc76011e 18061msgid "show <n> more commits after the common ancestor"
dce37b66
JX
18062msgstr ""
18063
6b0f1a9b 18064#: builtin/show-branch.c:653
cc76011e 18065msgid "synonym to more=-1"
822e4a65
JX
18066msgstr ""
18067
6b0f1a9b 18068#: builtin/show-branch.c:654
cc76011e 18069msgid "suppress naming strings"
dce37b66
JX
18070msgstr ""
18071
6b0f1a9b 18072#: builtin/show-branch.c:656
cc76011e 18073msgid "include the current branch"
dce37b66
JX
18074msgstr ""
18075
6b0f1a9b 18076#: builtin/show-branch.c:658
cc76011e 18077msgid "name commits with their object names"
dce37b66
JX
18078msgstr ""
18079
6b0f1a9b 18080#: builtin/show-branch.c:660
cc76011e 18081msgid "show possible merge bases"
dce37b66
JX
18082msgstr ""
18083
6b0f1a9b 18084#: builtin/show-branch.c:662
cc76011e 18085msgid "show refs unreachable from any other ref"
dce37b66
JX
18086msgstr ""
18087
6b0f1a9b 18088#: builtin/show-branch.c:664
cc76011e 18089msgid "show commits in topological order"
dce37b66
JX
18090msgstr ""
18091
6b0f1a9b 18092#: builtin/show-branch.c:667
cc76011e 18093msgid "show only commits not on the first branch"
dce37b66
JX
18094msgstr ""
18095
6b0f1a9b 18096#: builtin/show-branch.c:669
cc76011e 18097msgid "show merges reachable from only one tip"
dce37b66
JX
18098msgstr ""
18099
6b0f1a9b 18100#: builtin/show-branch.c:671
28b3cffc 18101msgid "topologically sort, maintaining date order where possible"
dce37b66
JX
18102msgstr ""
18103
6b0f1a9b 18104#: builtin/show-branch.c:674
cc76011e 18105msgid "<n>[,<base>]"
dce37b66
JX
18106msgstr ""
18107
6b0f1a9b 18108#: builtin/show-branch.c:675
cc76011e 18109msgid "show <n> most recent ref-log entries starting at base"
dce37b66
JX
18110msgstr ""
18111
6b0f1a9b 18112#: builtin/show-branch.c:711
fda7b092
JX
18113msgid ""
18114"--reflog is incompatible with --all, --remotes, --independent or --merge-base"
18115msgstr ""
18116
6b0f1a9b 18117#: builtin/show-branch.c:735
fda7b092
JX
18118msgid "no branches given, and HEAD is not valid"
18119msgstr ""
18120
6b0f1a9b 18121#: builtin/show-branch.c:738
fda7b092
JX
18122msgid "--reflog option needs one branch name"
18123msgstr ""
18124
6b0f1a9b 18125#: builtin/show-branch.c:741
fda7b092
JX
18126#, c-format
18127msgid "only %d entry can be shown at one time."
18128msgid_plural "only %d entries can be shown at one time."
18129msgstr[0] ""
18130msgstr[1] ""
18131
6b0f1a9b 18132#: builtin/show-branch.c:745
fda7b092
JX
18133#, c-format
18134msgid "no such ref %s"
18135msgstr ""
18136
6b0f1a9b 18137#: builtin/show-branch.c:831
fda7b092
JX
18138#, c-format
18139msgid "cannot handle more than %d rev."
18140msgid_plural "cannot handle more than %d revs."
18141msgstr[0] ""
18142msgstr[1] ""
18143
6b0f1a9b 18144#: builtin/show-branch.c:835
fda7b092
JX
18145#, c-format
18146msgid "'%s' is not a valid ref."
18147msgstr ""
18148
6b0f1a9b 18149#: builtin/show-branch.c:838
fda7b092
JX
18150#, c-format
18151msgid "cannot find commit %s (%s)"
18152msgstr ""
18153
c08fd730 18154#: builtin/show-ref.c:12
cc76011e 18155msgid ""
c2ea1208
JX
18156"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
18157"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
dce37b66
JX
18158msgstr ""
18159
c08fd730 18160#: builtin/show-ref.c:13
f4f2c8f8 18161msgid "git show-ref --exclude-existing[=<pattern>]"
dce37b66
JX
18162msgstr ""
18163
c08fd730 18164#: builtin/show-ref.c:162
cc76011e 18165msgid "only show tags (can be combined with heads)"
dce37b66
JX
18166msgstr ""
18167
c08fd730 18168#: builtin/show-ref.c:163
cc76011e 18169msgid "only show heads (can be combined with tags)"
dce37b66
JX
18170msgstr ""
18171
c08fd730 18172#: builtin/show-ref.c:164
cc76011e 18173msgid "stricter reference checking, requires exact ref path"
dce37b66
JX
18174msgstr ""
18175
c08fd730 18176#: builtin/show-ref.c:167 builtin/show-ref.c:169
28b3cffc 18177msgid "show the HEAD reference, even if it would be filtered out"
dce37b66
JX
18178msgstr ""
18179
c08fd730 18180#: builtin/show-ref.c:171
cc76011e 18181msgid "dereference tags into object IDs"
dce37b66
JX
18182msgstr ""
18183
c08fd730 18184#: builtin/show-ref.c:173
cc76011e 18185msgid "only show SHA1 hash using <n> digits"
dce37b66
JX
18186msgstr ""
18187
c08fd730 18188#: builtin/show-ref.c:177
cc76011e 18189msgid "do not print results to stdout (useful with --verify)"
dce37b66
JX
18190msgstr ""
18191
c08fd730 18192#: builtin/show-ref.c:179
cc76011e 18193msgid "show refs from stdin that aren't in local repository"
dce37b66
JX
18194msgstr ""
18195
d93ef2a1
JX
18196#: builtin/stash.c:22 builtin/stash.c:37
18197msgid "git stash list [<options>]"
18198msgstr ""
18199
18200#: builtin/stash.c:23 builtin/stash.c:42
18201msgid "git stash show [<options>] [<stash>]"
18202msgstr ""
18203
18204#: builtin/stash.c:24 builtin/stash.c:47
18205msgid "git stash drop [-q|--quiet] [<stash>]"
18206msgstr ""
18207
18208#: builtin/stash.c:25
18209msgid "git stash ( pop | apply ) [--index] [-q|--quiet] [<stash>]"
18210msgstr ""
18211
18212#: builtin/stash.c:26 builtin/stash.c:62
18213msgid "git stash branch <branchname> [<stash>]"
18214msgstr ""
18215
18216#: builtin/stash.c:27 builtin/stash.c:67
18217msgid "git stash clear"
18218msgstr ""
18219
18220#: builtin/stash.c:28 builtin/stash.c:77
18221msgid ""
18222"git stash [push [-p|--patch] [-k|--[no-]keep-index] [-q|--quiet]\n"
18223" [-u|--include-untracked] [-a|--all] [-m|--message <message>]\n"
18224" [--] [<pathspec>...]]"
18225msgstr ""
18226
18227#: builtin/stash.c:31 builtin/stash.c:84
18228msgid ""
18229"git stash save [-p|--patch] [-k|--[no-]keep-index] [-q|--quiet]\n"
18230" [-u|--include-untracked] [-a|--all] [<message>]"
18231msgstr ""
18232
18233#: builtin/stash.c:52
18234msgid "git stash pop [--index] [-q|--quiet] [<stash>]"
18235msgstr ""
18236
18237#: builtin/stash.c:57
18238msgid "git stash apply [--index] [-q|--quiet] [<stash>]"
18239msgstr ""
18240
18241#: builtin/stash.c:72
18242msgid "git stash store [-m|--message <message>] [-q|--quiet] <commit>"
18243msgstr ""
18244
18245#: builtin/stash.c:127
18246#, c-format
18247msgid "'%s' is not a stash-like commit"
18248msgstr ""
18249
18250#: builtin/stash.c:147
18251#, c-format
18252msgid "Too many revisions specified:%s"
18253msgstr ""
18254
18255#: builtin/stash.c:161 git-legacy-stash.sh:548
18256msgid "No stash entries found."
18257msgstr ""
18258
18259#: builtin/stash.c:175
18260#, c-format
18261msgid "%s is not a valid reference"
18262msgstr ""
18263
18264#: builtin/stash.c:224 git-legacy-stash.sh:75
18265msgid "git stash clear with parameters is unimplemented"
18266msgstr ""
18267
18268#: builtin/stash.c:403
18269msgid "cannot apply a stash in the middle of a merge"
18270msgstr ""
18271
18272#: builtin/stash.c:414
18273#, c-format
18274msgid "could not generate diff %s^!."
18275msgstr ""
18276
18277#: builtin/stash.c:421
18278msgid "conflicts in index.Try without --index."
18279msgstr ""
18280
18281#: builtin/stash.c:427
18282msgid "could not save index tree"
18283msgstr ""
18284
3d0a05b4 18285#: builtin/stash.c:436
d93ef2a1
JX
18286msgid "could not restore untracked files from stash"
18287msgstr ""
18288
3d0a05b4 18289#: builtin/stash.c:450
d93ef2a1
JX
18290#, c-format
18291msgid "Merging %s with %s"
18292msgstr ""
18293
3d0a05b4 18294#: builtin/stash.c:460 git-legacy-stash.sh:680
d93ef2a1
JX
18295msgid "Index was not unstashed."
18296msgstr ""
18297
3d0a05b4 18298#: builtin/stash.c:522 builtin/stash.c:621
d93ef2a1
JX
18299msgid "attempt to recreate the index"
18300msgstr ""
18301
3d0a05b4 18302#: builtin/stash.c:555
d93ef2a1
JX
18303#, c-format
18304msgid "Dropped %s (%s)"
18305msgstr ""
18306
3d0a05b4 18307#: builtin/stash.c:558
d93ef2a1
JX
18308#, c-format
18309msgid "%s: Could not drop stash entry"
18310msgstr ""
18311
3d0a05b4 18312#: builtin/stash.c:583
d93ef2a1
JX
18313#, c-format
18314msgid "'%s' is not a stash reference"
18315msgstr ""
18316
3d0a05b4 18317#: builtin/stash.c:633 git-legacy-stash.sh:694
d93ef2a1
JX
18318msgid "The stash entry is kept in case you need it again."
18319msgstr ""
18320
3d0a05b4 18321#: builtin/stash.c:656 git-legacy-stash.sh:712
d93ef2a1
JX
18322msgid "No branch name specified"
18323msgstr ""
18324
3d0a05b4 18325#: builtin/stash.c:796 builtin/stash.c:833
d93ef2a1
JX
18326#, c-format
18327msgid "Cannot update %s with %s"
18328msgstr ""
18329
3d0a05b4 18330#: builtin/stash.c:814 builtin/stash.c:1470 builtin/stash.c:1506
d93ef2a1
JX
18331msgid "stash message"
18332msgstr ""
18333
3d0a05b4 18334#: builtin/stash.c:824
d93ef2a1
JX
18335msgid "\"git stash store\" requires one <commit> argument"
18336msgstr ""
18337
3d0a05b4 18338#: builtin/stash.c:1046 git-legacy-stash.sh:217
d93ef2a1
JX
18339msgid "No changes selected"
18340msgstr ""
18341
3d0a05b4 18342#: builtin/stash.c:1145 git-legacy-stash.sh:150
d93ef2a1
JX
18343msgid "You do not have the initial commit yet"
18344msgstr ""
18345
3d0a05b4 18346#: builtin/stash.c:1172 git-legacy-stash.sh:165
d93ef2a1
JX
18347msgid "Cannot save the current index state"
18348msgstr ""
18349
3d0a05b4 18350#: builtin/stash.c:1181 git-legacy-stash.sh:180
d93ef2a1
JX
18351msgid "Cannot save the untracked files"
18352msgstr ""
18353
3d0a05b4 18354#: builtin/stash.c:1192 builtin/stash.c:1201 git-legacy-stash.sh:200
d93ef2a1
JX
18355#: git-legacy-stash.sh:213
18356msgid "Cannot save the current worktree state"
18357msgstr ""
18358
3d0a05b4 18359#: builtin/stash.c:1229 git-legacy-stash.sh:233
d93ef2a1
JX
18360msgid "Cannot record working tree state"
18361msgstr ""
18362
3d0a05b4 18363#: builtin/stash.c:1278 git-legacy-stash.sh:337
d93ef2a1
JX
18364msgid "Can't use --patch and --include-untracked or --all at the same time"
18365msgstr ""
18366
3d0a05b4 18367#: builtin/stash.c:1294
d93ef2a1
JX
18368msgid "Did you forget to 'git add'?"
18369msgstr ""
18370
3d0a05b4 18371#: builtin/stash.c:1309 git-legacy-stash.sh:345
d93ef2a1
JX
18372msgid "No local changes to save"
18373msgstr ""
18374
3d0a05b4 18375#: builtin/stash.c:1316 git-legacy-stash.sh:350
d93ef2a1
JX
18376msgid "Cannot initialize stash"
18377msgstr ""
18378
3d0a05b4 18379#: builtin/stash.c:1331 git-legacy-stash.sh:354
d93ef2a1
JX
18380msgid "Cannot save the current status"
18381msgstr ""
18382
3d0a05b4 18383#: builtin/stash.c:1336
d93ef2a1
JX
18384#, c-format
18385msgid "Saved working directory and index state %s"
18386msgstr ""
18387
3d0a05b4 18388#: builtin/stash.c:1426 git-legacy-stash.sh:384
d93ef2a1
JX
18389msgid "Cannot remove worktree changes"
18390msgstr ""
18391
3d0a05b4 18392#: builtin/stash.c:1461 builtin/stash.c:1497
d93ef2a1
JX
18393msgid "keep index"
18394msgstr ""
18395
3d0a05b4 18396#: builtin/stash.c:1463 builtin/stash.c:1499
d93ef2a1
JX
18397msgid "stash in patch mode"
18398msgstr ""
18399
3d0a05b4 18400#: builtin/stash.c:1464 builtin/stash.c:1500
d93ef2a1
JX
18401msgid "quiet mode"
18402msgstr ""
18403
3d0a05b4 18404#: builtin/stash.c:1466 builtin/stash.c:1502
d93ef2a1
JX
18405msgid "include untracked files in stash"
18406msgstr ""
18407
3d0a05b4 18408#: builtin/stash.c:1468 builtin/stash.c:1504
d93ef2a1
JX
18409msgid "include ignore files"
18410msgstr ""
18411
3d0a05b4 18412#: builtin/stash.c:1564
d93ef2a1
JX
18413#, c-format
18414msgid "could not exec %s"
18415msgstr ""
18416
5b34e000 18417#: builtin/stripspace.c:18
f4f2c8f8
JX
18418msgid "git stripspace [-s | --strip-comments]"
18419msgstr ""
18420
5b34e000 18421#: builtin/stripspace.c:19
f4f2c8f8
JX
18422msgid "git stripspace [-c | --comment-lines]"
18423msgstr ""
18424
94328cef 18425#: builtin/stripspace.c:37
f4f2c8f8
JX
18426msgid "skip and remove all lines starting with comment character"
18427msgstr ""
18428
94328cef 18429#: builtin/stripspace.c:40
9eb3984b 18430msgid "prepend comment character and space to each line"
f4f2c8f8
JX
18431msgstr ""
18432
6b0f1a9b 18433#: builtin/submodule--helper.c:45 builtin/submodule--helper.c:1943
f517e50d
JX
18434#, c-format
18435msgid "Expecting a full ref name, got %s"
18436msgstr ""
18437
94328cef 18438#: builtin/submodule--helper.c:62
abc8de64
JX
18439msgid "submodule--helper print-default-remote takes no arguments"
18440msgstr ""
18441
94328cef 18442#: builtin/submodule--helper.c:100
f517e50d
JX
18443#, c-format
18444msgid "cannot strip one component off url '%s'"
18445msgstr ""
18446
6b0f1a9b 18447#: builtin/submodule--helper.c:408 builtin/submodule--helper.c:1368
f4f2c8f8
JX
18448msgid "alternative anchor for relative paths"
18449msgstr ""
18450
94328cef 18451#: builtin/submodule--helper.c:413
f4f2c8f8
JX
18452msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
18453msgstr ""
18454
6b0f1a9b
JX
18455#: builtin/submodule--helper.c:470 builtin/submodule--helper.c:628
18456#: builtin/submodule--helper.c:651
f517e50d
JX
18457#, c-format
18458msgid "No url found for submodule path '%s' in .gitmodules"
18459msgstr ""
18460
94328cef 18461#: builtin/submodule--helper.c:522
dba9f13c
JX
18462#, c-format
18463msgid "Entering '%s'\n"
18464msgstr ""
18465
94328cef 18466#: builtin/submodule--helper.c:525
dba9f13c
JX
18467#, c-format
18468msgid ""
18469"run_command returned non-zero status for %s\n"
18470"."
18471msgstr ""
18472
6b0f1a9b 18473#: builtin/submodule--helper.c:547
dba9f13c
JX
18474#, c-format
18475msgid ""
98ac7815
JX
18476"run_command returned non-zero status while recursing in the nested "
18477"submodules of %s\n"
dba9f13c
JX
18478"."
18479msgstr ""
18480
6b0f1a9b 18481#: builtin/submodule--helper.c:563
dba9f13c
JX
18482msgid "Suppress output of entering each submodule command"
18483msgstr ""
18484
6b0f1a9b 18485#: builtin/submodule--helper.c:565 builtin/submodule--helper.c:1050
dba9f13c
JX
18486msgid "Recurse into nested submodules"
18487msgstr ""
18488
6b0f1a9b 18489#: builtin/submodule--helper.c:570
d93ef2a1 18490msgid "git submodule--helper foreach [--quiet] [--recursive] [--] <command>"
dba9f13c
JX
18491msgstr ""
18492
6b0f1a9b 18493#: builtin/submodule--helper.c:597
dfc182b1
JX
18494#, c-format
18495msgid ""
12705546 18496"could not look up configuration '%s'. Assuming this repository is its own "
dfc182b1
JX
18497"authoritative upstream."
18498msgstr ""
18499
6b0f1a9b 18500#: builtin/submodule--helper.c:665
f517e50d
JX
18501#, c-format
18502msgid "Failed to register url for submodule path '%s'"
18503msgstr ""
18504
6b0f1a9b 18505#: builtin/submodule--helper.c:669
f517e50d
JX
18506#, c-format
18507msgid "Submodule '%s' (%s) registered for path '%s'\n"
18508msgstr ""
18509
6b0f1a9b 18510#: builtin/submodule--helper.c:679
f517e50d
JX
18511#, c-format
18512msgid "warning: command update mode suggested for submodule '%s'\n"
18513msgstr ""
18514
6b0f1a9b 18515#: builtin/submodule--helper.c:686
f517e50d
JX
18516#, c-format
18517msgid "Failed to register update mode for submodule path '%s'"
18518msgstr ""
18519
6b0f1a9b 18520#: builtin/submodule--helper.c:708
f517e50d
JX
18521msgid "Suppress output for initializing a submodule"
18522msgstr ""
18523
6b0f1a9b 18524#: builtin/submodule--helper.c:713
d93ef2a1 18525msgid "git submodule--helper init [<options>] [<path>]"
f517e50d
JX
18526msgstr ""
18527
6b0f1a9b 18528#: builtin/submodule--helper.c:785 builtin/submodule--helper.c:911
18a90722
JX
18529#, c-format
18530msgid "no submodule mapping found in .gitmodules for path '%s'"
f4f2c8f8
JX
18531msgstr ""
18532
6b0f1a9b 18533#: builtin/submodule--helper.c:824
f4f2c8f8 18534#, c-format
18a90722
JX
18535msgid "could not resolve HEAD ref inside the submodule '%s'"
18536msgstr ""
18537
6b0f1a9b 18538#: builtin/submodule--helper.c:851 builtin/submodule--helper.c:1020
18a90722
JX
18539#, c-format
18540msgid "failed to recurse into submodule '%s'"
18541msgstr ""
18542
6b0f1a9b 18543#: builtin/submodule--helper.c:875 builtin/submodule--helper.c:1186
18a90722
JX
18544msgid "Suppress submodule status output"
18545msgstr ""
18546
6b0f1a9b 18547#: builtin/submodule--helper.c:876
18a90722
JX
18548msgid ""
18549"Use commit stored in the index instead of the one stored in the submodule "
18550"HEAD"
18551msgstr ""
18552
6b0f1a9b 18553#: builtin/submodule--helper.c:877
18a90722
JX
18554msgid "recurse into nested submodules"
18555msgstr ""
18556
6b0f1a9b 18557#: builtin/submodule--helper.c:882
18a90722
JX
18558msgid "git submodule status [--quiet] [--cached] [--recursive] [<path>...]"
18559msgstr ""
18560
6b0f1a9b 18561#: builtin/submodule--helper.c:906
18a90722 18562msgid "git submodule--helper name <path>"
f4f2c8f8
JX
18563msgstr ""
18564
6b0f1a9b 18565#: builtin/submodule--helper.c:970
abc8de64
JX
18566#, c-format
18567msgid "Synchronizing submodule url for '%s'\n"
18568msgstr ""
18569
6b0f1a9b 18570#: builtin/submodule--helper.c:976
abc8de64
JX
18571#, c-format
18572msgid "failed to register url for submodule path '%s'"
18573msgstr ""
18574
6b0f1a9b 18575#: builtin/submodule--helper.c:990
abc8de64
JX
18576#, c-format
18577msgid "failed to get the default remote for submodule '%s'"
18578msgstr ""
18579
6b0f1a9b 18580#: builtin/submodule--helper.c:1001
abc8de64
JX
18581#, c-format
18582msgid "failed to update remote for submodule '%s'"
18583msgstr ""
18584
6b0f1a9b 18585#: builtin/submodule--helper.c:1048
abc8de64
JX
18586msgid "Suppress output of synchronizing submodule url"
18587msgstr ""
18588
6b0f1a9b 18589#: builtin/submodule--helper.c:1055
abc8de64
JX
18590msgid "git submodule--helper sync [--quiet] [--recursive] [<path>]"
18591msgstr ""
18592
6b0f1a9b 18593#: builtin/submodule--helper.c:1109
abc8de64
JX
18594#, c-format
18595msgid ""
18596"Submodule work tree '%s' contains a .git directory (use 'rm -rf' if you "
18597"really want to remove it including all of its history)"
18598msgstr ""
18599
6b0f1a9b 18600#: builtin/submodule--helper.c:1121
abc8de64
JX
18601#, c-format
18602msgid ""
18603"Submodule work tree '%s' contains local modifications; use '-f' to discard "
18604"them"
18605msgstr ""
18606
6b0f1a9b 18607#: builtin/submodule--helper.c:1129
abc8de64
JX
18608#, c-format
18609msgid "Cleared directory '%s'\n"
18610msgstr ""
18611
6b0f1a9b 18612#: builtin/submodule--helper.c:1131
abc8de64
JX
18613#, c-format
18614msgid "Could not remove submodule work tree '%s'\n"
18615msgstr ""
18616
6b0f1a9b 18617#: builtin/submodule--helper.c:1142
abc8de64
JX
18618#, c-format
18619msgid "could not create empty submodule directory %s"
18620msgstr ""
18621
6b0f1a9b 18622#: builtin/submodule--helper.c:1158
abc8de64
JX
18623#, c-format
18624msgid "Submodule '%s' (%s) unregistered for path '%s'\n"
18625msgstr ""
18626
6b0f1a9b 18627#: builtin/submodule--helper.c:1187
abc8de64
JX
18628msgid "Remove submodule working trees even if they contain local changes"
18629msgstr ""
18630
6b0f1a9b 18631#: builtin/submodule--helper.c:1188
abc8de64
JX
18632msgid "Unregister all submodules"
18633msgstr ""
18634
6b0f1a9b 18635#: builtin/submodule--helper.c:1193
abc8de64
JX
18636msgid ""
18637"git submodule deinit [--quiet] [-f | --force] [--all | [--] [<path>...]]"
18638msgstr ""
18639
6b0f1a9b 18640#: builtin/submodule--helper.c:1207
abc8de64
JX
18641msgid "Use '--all' if you really want to deinitialize all submodules"
18642msgstr ""
18643
6b0f1a9b 18644#: builtin/submodule--helper.c:1302 builtin/submodule--helper.c:1305
fda7b092
JX
18645#, c-format
18646msgid "submodule '%s' cannot add alternate: %s"
18647msgstr ""
18648
6b0f1a9b 18649#: builtin/submodule--helper.c:1341
fda7b092
JX
18650#, c-format
18651msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
18652msgstr ""
18653
6b0f1a9b 18654#: builtin/submodule--helper.c:1348
fda7b092
JX
18655#, c-format
18656msgid "Value '%s' for submodule.alternateLocation is not recognized"
18657msgstr ""
18658
6b0f1a9b 18659#: builtin/submodule--helper.c:1371
f4f2c8f8
JX
18660msgid "where the new submodule will be cloned to"
18661msgstr ""
18662
6b0f1a9b 18663#: builtin/submodule--helper.c:1374
f4f2c8f8
JX
18664msgid "name of the new submodule"
18665msgstr ""
18666
6b0f1a9b 18667#: builtin/submodule--helper.c:1377
f4f2c8f8
JX
18668msgid "url where to clone the submodule from"
18669msgstr ""
18670
6b0f1a9b 18671#: builtin/submodule--helper.c:1385
f4f2c8f8
JX
18672msgid "depth for shallow clones"
18673msgstr ""
18674
6b0f1a9b 18675#: builtin/submodule--helper.c:1388 builtin/submodule--helper.c:1872
fda7b092
JX
18676msgid "force cloning progress"
18677msgstr ""
18678
6b0f1a9b 18679#: builtin/submodule--helper.c:1393
f4f2c8f8
JX
18680msgid ""
18681"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
f517e50d 18682"<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
f4f2c8f8
JX
18683msgstr ""
18684
6b0f1a9b 18685#: builtin/submodule--helper.c:1424
f4f2c8f8
JX
18686#, c-format
18687msgid "clone of '%s' into submodule path '%s' failed"
18688msgstr ""
18689
6b0f1a9b 18690#: builtin/submodule--helper.c:1438
f4f2c8f8
JX
18691#, c-format
18692msgid "could not get submodule directory for '%s'"
18693msgstr ""
18694
6b0f1a9b 18695#: builtin/submodule--helper.c:1474
12705546
JX
18696#, c-format
18697msgid "Invalid update mode '%s' for submodule path '%s'"
18698msgstr ""
18699
6b0f1a9b 18700#: builtin/submodule--helper.c:1478
12705546
JX
18701#, c-format
18702msgid "Invalid update mode '%s' configured for submodule path '%s'"
18703msgstr ""
18704
6b0f1a9b 18705#: builtin/submodule--helper.c:1571
f517e50d
JX
18706#, c-format
18707msgid "Submodule path '%s' not initialized"
18708msgstr ""
18709
6b0f1a9b 18710#: builtin/submodule--helper.c:1575
f517e50d
JX
18711msgid "Maybe you want to use 'update --init'?"
18712msgstr ""
18713
6b0f1a9b 18714#: builtin/submodule--helper.c:1605
f517e50d
JX
18715#, c-format
18716msgid "Skipping unmerged submodule %s"
18717msgstr ""
18718
6b0f1a9b 18719#: builtin/submodule--helper.c:1634
f517e50d
JX
18720#, c-format
18721msgid "Skipping submodule '%s'"
18722msgstr ""
18723
6b0f1a9b 18724#: builtin/submodule--helper.c:1778
9fa976ff
JX
18725#, c-format
18726msgid "Failed to clone '%s'. Retry scheduled"
18727msgstr ""
18728
6b0f1a9b 18729#: builtin/submodule--helper.c:1789
9fa976ff
JX
18730#, c-format
18731msgid "Failed to clone '%s' a second time, aborting"
18732msgstr ""
18733
6b0f1a9b 18734#: builtin/submodule--helper.c:1851 builtin/submodule--helper.c:2093
f517e50d
JX
18735msgid "path into the working tree"
18736msgstr ""
18737
6b0f1a9b 18738#: builtin/submodule--helper.c:1854
f517e50d
JX
18739msgid "path into the working tree, across nested submodule boundaries"
18740msgstr ""
18741
6b0f1a9b 18742#: builtin/submodule--helper.c:1858
f517e50d
JX
18743msgid "rebase, merge, checkout or none"
18744msgstr ""
18745
6b0f1a9b 18746#: builtin/submodule--helper.c:1864
f517e50d
JX
18747msgid "Create a shallow clone truncated to the specified number of revisions"
18748msgstr ""
18749
6b0f1a9b 18750#: builtin/submodule--helper.c:1867
f517e50d
JX
18751msgid "parallel jobs"
18752msgstr ""
18753
6b0f1a9b 18754#: builtin/submodule--helper.c:1869
9fa976ff
JX
18755msgid "whether the initial clone should follow the shallow recommendation"
18756msgstr ""
18757
6b0f1a9b 18758#: builtin/submodule--helper.c:1870
f517e50d
JX
18759msgid "don't print cloning progress"
18760msgstr ""
18761
6b0f1a9b 18762#: builtin/submodule--helper.c:1877
3d0a05b4 18763msgid "git submodule--helper update-clone [--prefix=<path>] [<path>...]"
f517e50d
JX
18764msgstr ""
18765
6b0f1a9b 18766#: builtin/submodule--helper.c:1890
f517e50d
JX
18767msgid "bad value for update parameter"
18768msgstr ""
18769
6b0f1a9b 18770#: builtin/submodule--helper.c:1938
9fa976ff
JX
18771#, c-format
18772msgid ""
18773"Submodule (%s) branch configured to inherit branch from superproject, but "
18774"the superproject is not on any branch"
18775msgstr ""
18776
6b0f1a9b 18777#: builtin/submodule--helper.c:2061
12705546
JX
18778#, c-format
18779msgid "could not get a repository handle for submodule '%s'"
18780msgstr ""
18781
6b0f1a9b 18782#: builtin/submodule--helper.c:2094
673bfad0
JX
18783msgid "recurse into submodules"
18784msgstr ""
18785
6b0f1a9b 18786#: builtin/submodule--helper.c:2100
d93ef2a1 18787msgid "git submodule--helper absorb-git-dirs [<options>] [<path>...]"
673bfad0
JX
18788msgstr ""
18789
94328cef 18790#: builtin/submodule--helper.c:2156
12705546
JX
18791msgid "check if it is safe to write to the .gitmodules file"
18792msgstr ""
18793
d93ef2a1
JX
18794#: builtin/submodule--helper.c:2159
18795msgid "unset the config in the .gitmodules file"
18796msgstr ""
18797
18798#: builtin/submodule--helper.c:2164
18799msgid "git submodule--helper config <name> [<value>]"
18800msgstr ""
18801
18802#: builtin/submodule--helper.c:2165
18803msgid "git submodule--helper config --unset <name>"
12705546
JX
18804msgstr ""
18805
d93ef2a1 18806#: builtin/submodule--helper.c:2166
12705546
JX
18807msgid "git submodule--helper config --check-writeable"
18808msgstr ""
18809
d93ef2a1 18810#: builtin/submodule--helper.c:2185 git-submodule.sh:171
12705546
JX
18811#, sh-format
18812msgid "please make sure that the .gitmodules file is in the working tree"
18813msgstr ""
18814
3d0a05b4 18815#: builtin/submodule--helper.c:2235 git.c:433 git.c:683
673bfad0
JX
18816#, c-format
18817msgid "%s doesn't support --super-prefix"
18818msgstr ""
18819
d93ef2a1 18820#: builtin/submodule--helper.c:2241
f4f2c8f8 18821#, c-format
f517e50d 18822msgid "'%s' is not a valid submodule--helper subcommand"
f4f2c8f8
JX
18823msgstr ""
18824
5b34e000 18825#: builtin/symbolic-ref.c:8
c2ea1208 18826msgid "git symbolic-ref [<options>] <name> [<ref>]"
cc76011e
JX
18827msgstr ""
18828
5b34e000 18829#: builtin/symbolic-ref.c:9
c2ea1208 18830msgid "git symbolic-ref -d [-q] <name>"
fe52cd62
JX
18831msgstr ""
18832
25eab542 18833#: builtin/symbolic-ref.c:40
cc76011e
JX
18834msgid "suppress error message for non-symbolic (detached) refs"
18835msgstr ""
18836
25eab542 18837#: builtin/symbolic-ref.c:41
fe52cd62
JX
18838msgid "delete symbolic ref"
18839msgstr ""
18840
25eab542 18841#: builtin/symbolic-ref.c:42
cc76011e
JX
18842msgid "shorten ref output"
18843msgstr ""
18844
dba9f13c 18845#: builtin/symbolic-ref.c:43 builtin/update-ref.c:363
cc76011e
JX
18846msgid "reason"
18847msgstr ""
18848
dba9f13c 18849#: builtin/symbolic-ref.c:43 builtin/update-ref.c:363
cc76011e
JX
18850msgid "reason of the update"
18851msgstr ""
18852
dba9f13c 18853#: builtin/tag.c:25
dce37b66 18854msgid ""
d93ef2a1
JX
18855"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>]\n"
18856"\t\t<tagname> [<head>]"
dce37b66
JX
18857msgstr ""
18858
d93ef2a1 18859#: builtin/tag.c:27
cc76011e 18860msgid "git tag -d <tagname>..."
dce37b66
JX
18861msgstr ""
18862
d93ef2a1 18863#: builtin/tag.c:28
cc76011e 18864msgid ""
dfc182b1
JX
18865"git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
18866"points-at <object>]\n"
f4f2c8f8 18867"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
dce37b66
JX
18868msgstr ""
18869
d93ef2a1 18870#: builtin/tag.c:30
673bfad0 18871msgid "git tag -v [--format=<format>] <tagname>..."
dce37b66
JX
18872msgstr ""
18873
6b0f1a9b 18874#: builtin/tag.c:89
dce37b66
JX
18875#, c-format
18876msgid "tag '%s' not found."
18877msgstr ""
18878
6b0f1a9b 18879#: builtin/tag.c:105
dce37b66
JX
18880#, c-format
18881msgid "Deleted tag '%s' (was %s)\n"
18882msgstr ""
18883
6b0f1a9b 18884#: builtin/tag.c:135
9caaf23e 18885#, c-format
dce37b66
JX
18886msgid ""
18887"\n"
fe05e196
JX
18888"Write a message for tag:\n"
18889" %s\n"
9caaf23e 18890"Lines starting with '%c' will be ignored.\n"
dce37b66
JX
18891msgstr ""
18892
6b0f1a9b 18893#: builtin/tag.c:139
9caaf23e 18894#, c-format
dce37b66
JX
18895msgid ""
18896"\n"
fe05e196
JX
18897"Write a message for tag:\n"
18898" %s\n"
9caaf23e 18899"Lines starting with '%c' will be kept; you may remove them yourself if you "
dce37b66 18900"want to.\n"
dce37b66
JX
18901msgstr ""
18902
6b0f1a9b 18903#: builtin/tag.c:198
dce37b66
JX
18904msgid "unable to sign the tag"
18905msgstr ""
18906
6b0f1a9b 18907#: builtin/tag.c:200
dce37b66
JX
18908msgid "unable to write tag file"
18909msgstr ""
18910
6b0f1a9b 18911#: builtin/tag.c:216
d93ef2a1
JX
18912#, c-format
18913msgid ""
c08fd730 18914"You have created a nested tag. The object referred to by your new tag is\n"
d93ef2a1
JX
18915"already a tag. If you meant to tag the object that it points to, use:\n"
18916"\n"
18917"\tgit tag -f %s %s^{}"
18918msgstr ""
18919
6b0f1a9b 18920#: builtin/tag.c:232
dce37b66
JX
18921msgid "bad object type."
18922msgstr ""
18923
6b0f1a9b 18924#: builtin/tag.c:284
dce37b66
JX
18925msgid "no tag message?"
18926msgstr ""
18927
6b0f1a9b 18928#: builtin/tag.c:291
dce37b66
JX
18929#, c-format
18930msgid "The tag message has been left in %s\n"
18931msgstr ""
18932
6b0f1a9b 18933#: builtin/tag.c:402
cc76011e
JX
18934msgid "list tag names"
18935msgstr ""
18936
6b0f1a9b 18937#: builtin/tag.c:404
cc76011e
JX
18938msgid "print <n> lines of each tag message"
18939msgstr ""
18940
6b0f1a9b 18941#: builtin/tag.c:406
cc76011e
JX
18942msgid "delete tags"
18943msgstr ""
18944
6b0f1a9b 18945#: builtin/tag.c:407
cc76011e
JX
18946msgid "verify tags"
18947msgstr ""
18948
6b0f1a9b 18949#: builtin/tag.c:409
cc76011e
JX
18950msgid "Tag creation options"
18951msgstr ""
18952
6b0f1a9b 18953#: builtin/tag.c:411
cc76011e
JX
18954msgid "annotated tag, needs a message"
18955msgstr ""
18956
6b0f1a9b 18957#: builtin/tag.c:413
cc76011e
JX
18958msgid "tag message"
18959msgstr ""
18960
6b0f1a9b 18961#: builtin/tag.c:415
abc8de64
JX
18962msgid "force edit of tag message"
18963msgstr ""
18964
6b0f1a9b 18965#: builtin/tag.c:416
cc76011e
JX
18966msgid "annotated and GPG-signed tag"
18967msgstr ""
18968
6b0f1a9b 18969#: builtin/tag.c:419
cc76011e
JX
18970msgid "use another key to sign the tag"
18971msgstr ""
18972
6b0f1a9b 18973#: builtin/tag.c:420
cc76011e
JX
18974msgid "replace the tag if exists"
18975msgstr ""
18976
6b0f1a9b 18977#: builtin/tag.c:421 builtin/update-ref.c:369
80d1b481 18978msgid "create a reflog"
df0617bf
JX
18979msgstr ""
18980
6b0f1a9b 18981#: builtin/tag.c:423
c2ea1208 18982msgid "Tag listing options"
cc76011e
JX
18983msgstr ""
18984
6b0f1a9b 18985#: builtin/tag.c:424
c2ea1208 18986msgid "show tag list in columns"
5e078fcd
JX
18987msgstr ""
18988
6b0f1a9b 18989#: builtin/tag.c:425 builtin/tag.c:427
f4f2c8f8 18990msgid "print only tags that contain the commit"
cc76011e
JX
18991msgstr ""
18992
6b0f1a9b 18993#: builtin/tag.c:426 builtin/tag.c:428
dfc182b1
JX
18994msgid "print only tags that don't contain the commit"
18995msgstr ""
18996
6b0f1a9b 18997#: builtin/tag.c:429
f4f2c8f8 18998msgid "print only tags that are merged"
cc76011e
JX
18999msgstr ""
19000
6b0f1a9b 19001#: builtin/tag.c:430
f4f2c8f8 19002msgid "print only tags that are not merged"
cc76011e
JX
19003msgstr ""
19004
6b0f1a9b 19005#: builtin/tag.c:434
f4f2c8f8 19006msgid "print only tags of the object"
822e4a65
JX
19007msgstr ""
19008
6b0f1a9b 19009#: builtin/tag.c:482
f4f2c8f8 19010msgid "--column and -n are incompatible"
5e078fcd
JX
19011msgstr ""
19012
6b0f1a9b 19013#: builtin/tag.c:504
dfc182b1
JX
19014msgid "-n option is only allowed in list mode"
19015msgstr ""
19016
6b0f1a9b 19017#: builtin/tag.c:506
dfc182b1 19018msgid "--contains option is only allowed in list mode"
dce37b66
JX
19019msgstr ""
19020
6b0f1a9b 19021#: builtin/tag.c:508
dfc182b1 19022msgid "--no-contains option is only allowed in list mode"
dce37b66
JX
19023msgstr ""
19024
6b0f1a9b 19025#: builtin/tag.c:510
dfc182b1 19026msgid "--points-at option is only allowed in list mode"
1d4ac88d
JX
19027msgstr ""
19028
6b0f1a9b 19029#: builtin/tag.c:512
dfc182b1 19030msgid "--merged and --no-merged options are only allowed in list mode"
f4f2c8f8
JX
19031msgstr ""
19032
6b0f1a9b 19033#: builtin/tag.c:523
dce37b66
JX
19034msgid "only one -F or -m option is allowed."
19035msgstr ""
19036
6b0f1a9b 19037#: builtin/tag.c:542
dce37b66
JX
19038msgid "too many params"
19039msgstr ""
19040
6b0f1a9b 19041#: builtin/tag.c:548
dce37b66
JX
19042#, c-format
19043msgid "'%s' is not a valid tag name."
19044msgstr ""
19045
6b0f1a9b 19046#: builtin/tag.c:553
dce37b66
JX
19047#, c-format
19048msgid "tag '%s' already exists"
19049msgstr ""
19050
6b0f1a9b 19051#: builtin/tag.c:584
dce37b66
JX
19052#, c-format
19053msgid "Updated tag '%s' (was %s)\n"
19054msgstr ""
19055
dba9f13c 19056#: builtin/unpack-objects.c:500
5e078fcd
JX
19057msgid "Unpacking objects"
19058msgstr ""
19059
94328cef 19060#: builtin/update-index.c:83
64f23b0c
JX
19061#, c-format
19062msgid "failed to create directory %s"
19063msgstr ""
19064
94328cef 19065#: builtin/update-index.c:99
64f23b0c
JX
19066#, c-format
19067msgid "failed to create file %s"
19068msgstr ""
19069
94328cef 19070#: builtin/update-index.c:107
64f23b0c
JX
19071#, c-format
19072msgid "failed to delete file %s"
19073msgstr ""
19074
94328cef 19075#: builtin/update-index.c:114 builtin/update-index.c:220
64f23b0c
JX
19076#, c-format
19077msgid "failed to delete directory %s"
19078msgstr ""
19079
94328cef 19080#: builtin/update-index.c:139
64f23b0c 19081#, c-format
9eb3984b 19082msgid "Testing mtime in '%s' "
64f23b0c
JX
19083msgstr ""
19084
94328cef 19085#: builtin/update-index.c:153
64f23b0c
JX
19086msgid "directory stat info does not change after adding a new file"
19087msgstr ""
19088
94328cef 19089#: builtin/update-index.c:166
64f23b0c
JX
19090msgid "directory stat info does not change after adding a new directory"
19091msgstr ""
19092
94328cef 19093#: builtin/update-index.c:179
64f23b0c
JX
19094msgid "directory stat info changes after updating a file"
19095msgstr ""
19096
94328cef 19097#: builtin/update-index.c:190
64f23b0c
JX
19098msgid "directory stat info changes after adding a file inside subdirectory"
19099msgstr ""
19100
94328cef 19101#: builtin/update-index.c:201
64f23b0c
JX
19102msgid "directory stat info does not change after deleting a file"
19103msgstr ""
19104
94328cef 19105#: builtin/update-index.c:214
64f23b0c
JX
19106msgid "directory stat info does not change after deleting a directory"
19107msgstr ""
19108
94328cef 19109#: builtin/update-index.c:221
64f23b0c
JX
19110msgid " OK"
19111msgstr ""
19112
94328cef 19113#: builtin/update-index.c:589
c2ea1208 19114msgid "git update-index [<options>] [--] [<file>...]"
822e4a65
JX
19115msgstr ""
19116
3d0a05b4 19117#: builtin/update-index.c:972
cc76011e 19118msgid "continue refresh even when index needs update"
6f6731e7
JX
19119msgstr ""
19120
3d0a05b4 19121#: builtin/update-index.c:975
cc76011e 19122msgid "refresh: ignore submodules"
6f6731e7
JX
19123msgstr ""
19124
3d0a05b4 19125#: builtin/update-index.c:978
cc76011e 19126msgid "do not ignore new files"
6f6731e7
JX
19127msgstr ""
19128
3d0a05b4 19129#: builtin/update-index.c:980
cc76011e
JX
19130msgid "let files replace directories and vice-versa"
19131msgstr ""
19132
3d0a05b4 19133#: builtin/update-index.c:982
cc76011e
JX
19134msgid "notice files missing from worktree"
19135msgstr ""
19136
3d0a05b4 19137#: builtin/update-index.c:984
cc76011e
JX
19138msgid "refresh even if index contains unmerged entries"
19139msgstr ""
19140
3d0a05b4 19141#: builtin/update-index.c:987
cc76011e
JX
19142msgid "refresh stat information"
19143msgstr ""
19144
3d0a05b4 19145#: builtin/update-index.c:991
cc76011e
JX
19146msgid "like --refresh, but ignore assume-unchanged setting"
19147msgstr ""
19148
3d0a05b4 19149#: builtin/update-index.c:995
5e078fcd 19150msgid "<mode>,<object>,<path>"
cc76011e
JX
19151msgstr ""
19152
3d0a05b4 19153#: builtin/update-index.c:996
cc76011e
JX
19154msgid "add the specified entry to the index"
19155msgstr ""
19156
3d0a05b4 19157#: builtin/update-index.c:1006
9fa976ff 19158msgid "mark files as \"not changing\""
cc76011e
JX
19159msgstr ""
19160
3d0a05b4 19161#: builtin/update-index.c:1009
cc76011e
JX
19162msgid "clear assumed-unchanged bit"
19163msgstr ""
19164
3d0a05b4 19165#: builtin/update-index.c:1012
cc76011e
JX
19166msgid "mark files as \"index-only\""
19167msgstr ""
19168
3d0a05b4 19169#: builtin/update-index.c:1015
cc76011e
JX
19170msgid "clear skip-worktree bit"
19171msgstr ""
19172
3d0a05b4 19173#: builtin/update-index.c:1018
cc76011e
JX
19174msgid "add to index only; do not add content to object database"
19175msgstr ""
19176
3d0a05b4 19177#: builtin/update-index.c:1020
cc76011e
JX
19178msgid "remove named paths even if present in worktree"
19179msgstr ""
19180
3d0a05b4 19181#: builtin/update-index.c:1022
cc76011e
JX
19182msgid "with --stdin: input lines are terminated by null bytes"
19183msgstr ""
19184
3d0a05b4 19185#: builtin/update-index.c:1024
cc76011e
JX
19186msgid "read list of paths to be updated from standard input"
19187msgstr ""
19188
3d0a05b4 19189#: builtin/update-index.c:1028
cc76011e
JX
19190msgid "add entries from standard input to the index"
19191msgstr ""
19192
3d0a05b4 19193#: builtin/update-index.c:1032
cc76011e
JX
19194msgid "repopulate stages #2 and #3 for the listed paths"
19195msgstr ""
19196
3d0a05b4 19197#: builtin/update-index.c:1036
cc76011e
JX
19198msgid "only update entries that differ from HEAD"
19199msgstr ""
19200
3d0a05b4 19201#: builtin/update-index.c:1040
cc76011e
JX
19202msgid "ignore files missing from worktree"
19203msgstr ""
19204
3d0a05b4 19205#: builtin/update-index.c:1043
cc76011e
JX
19206msgid "report actions to standard output"
19207msgstr ""
19208
3d0a05b4 19209#: builtin/update-index.c:1045
cc76011e
JX
19210msgid "(for porcelains) forget saved unresolved conflicts"
19211msgstr ""
19212
3d0a05b4 19213#: builtin/update-index.c:1049
cc76011e
JX
19214msgid "write index in this format"
19215msgstr ""
19216
3d0a05b4 19217#: builtin/update-index.c:1051
fe05e196
JX
19218msgid "enable or disable split index"
19219msgstr ""
19220
3d0a05b4 19221#: builtin/update-index.c:1053
64f23b0c
JX
19222msgid "enable/disable untracked cache"
19223msgstr ""
19224
3d0a05b4 19225#: builtin/update-index.c:1055
9eb3984b
JX
19226msgid "test if the filesystem supports untracked cache"
19227msgstr ""
19228
3d0a05b4 19229#: builtin/update-index.c:1057
64f23b0c
JX
19230msgid "enable untracked cache without testing the filesystem"
19231msgstr ""
19232
3d0a05b4 19233#: builtin/update-index.c:1059
18a90722
JX
19234msgid "write out the index even if is not flagged as changed"
19235msgstr ""
19236
3d0a05b4 19237#: builtin/update-index.c:1061
18a90722
JX
19238msgid "enable or disable file system monitor"
19239msgstr ""
19240
3d0a05b4 19241#: builtin/update-index.c:1063
18a90722
JX
19242msgid "mark files as fsmonitor valid"
19243msgstr ""
19244
3d0a05b4 19245#: builtin/update-index.c:1066
18a90722
JX
19246msgid "clear fsmonitor valid bit"
19247msgstr ""
19248
3d0a05b4 19249#: builtin/update-index.c:1169
dfc182b1
JX
19250msgid ""
19251"core.splitIndex is set to false; remove or change it, if you really want to "
19252"enable split index"
19253msgstr ""
19254
3d0a05b4 19255#: builtin/update-index.c:1178
dfc182b1
JX
19256msgid ""
19257"core.splitIndex is set to true; remove or change it, if you really want to "
19258"disable split index"
19259msgstr ""
19260
3d0a05b4 19261#: builtin/update-index.c:1190
fda7b092
JX
19262msgid ""
19263"core.untrackedCache is set to true; remove or change it, if you really want "
19264"to disable the untracked cache"
19265msgstr ""
19266
3d0a05b4 19267#: builtin/update-index.c:1194
9eb3984b
JX
19268msgid "Untracked cache disabled"
19269msgstr ""
19270
3d0a05b4 19271#: builtin/update-index.c:1202
fda7b092
JX
19272msgid ""
19273"core.untrackedCache is set to false; remove or change it, if you really want "
19274"to enable the untracked cache"
19275msgstr ""
19276
3d0a05b4 19277#: builtin/update-index.c:1206
9eb3984b
JX
19278#, c-format
19279msgid "Untracked cache enabled for '%s'"
19280msgstr ""
19281
3d0a05b4 19282#: builtin/update-index.c:1214
18a90722
JX
19283msgid "core.fsmonitor is unset; set it if you really want to enable fsmonitor"
19284msgstr ""
19285
3d0a05b4 19286#: builtin/update-index.c:1218
18a90722
JX
19287msgid "fsmonitor enabled"
19288msgstr ""
19289
3d0a05b4 19290#: builtin/update-index.c:1221
18a90722
JX
19291msgid ""
19292"core.fsmonitor is set; remove it if you really want to disable fsmonitor"
19293msgstr ""
19294
3d0a05b4 19295#: builtin/update-index.c:1225
18a90722
JX
19296msgid "fsmonitor disabled"
19297msgstr ""
19298
5b34e000 19299#: builtin/update-ref.c:10
c2ea1208 19300msgid "git update-ref [<options>] -d <refname> [<old-val>]"
cc76011e
JX
19301msgstr ""
19302
5b34e000 19303#: builtin/update-ref.c:11
c2ea1208 19304msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"
cc76011e
JX
19305msgstr ""
19306
5b34e000 19307#: builtin/update-ref.c:12
c2ea1208 19308msgid "git update-ref [<options>] --stdin [-z]"
727b9576
JX
19309msgstr ""
19310
dba9f13c 19311#: builtin/update-ref.c:364
cc76011e
JX
19312msgid "delete the reference"
19313msgstr ""
19314
dba9f13c 19315#: builtin/update-ref.c:366
cc76011e
JX
19316msgid "update <refname> not the one it points to"
19317msgstr ""
19318
dba9f13c 19319#: builtin/update-ref.c:367
727b9576
JX
19320msgid "stdin has NUL-terminated arguments"
19321msgstr ""
19322
dba9f13c 19323#: builtin/update-ref.c:368
727b9576
JX
19324msgid "read updates from stdin"
19325msgstr ""
19326
5b34e000 19327#: builtin/update-server-info.c:7
cc76011e
JX
19328msgid "git update-server-info [--force]"
19329msgstr ""
19330
5b34e000 19331#: builtin/update-server-info.c:15
cc76011e
JX
19332msgid "update the info files from scratch"
19333msgstr ""
19334
9b7388a8
JX
19335#: builtin/upload-pack.c:11
19336msgid "git upload-pack [<options>] <dir>"
19337msgstr ""
19338
d93ef2a1
JX
19339#: builtin/upload-pack.c:23 t/helper/test-serve-v2.c:17
19340msgid "quit after a single request/response exchange"
19341msgstr ""
19342
9b7388a8
JX
19343#: builtin/upload-pack.c:25
19344msgid "exit immediately after initial ref advertisement"
19345msgstr ""
19346
19347#: builtin/upload-pack.c:27
19348msgid "do not try <directory>/.git/ if <directory> is no Git directory"
19349msgstr ""
19350
19351#: builtin/upload-pack.c:29
19352msgid "interrupt transfer after <n> seconds of inactivity"
19353msgstr ""
19354
466c88fa 19355#: builtin/verify-commit.c:19
c2ea1208 19356msgid "git verify-commit [-v | --verbose] <commit>..."
fe05e196
JX
19357msgstr ""
19358
466c88fa 19359#: builtin/verify-commit.c:68
fe05e196
JX
19360msgid "print commit contents"
19361msgstr ""
19362
466c88fa 19363#: builtin/verify-commit.c:69 builtin/verify-tag.c:37
df0617bf
JX
19364msgid "print raw gpg status output"
19365msgstr ""
19366
5b34e000 19367#: builtin/verify-pack.c:55
c2ea1208 19368msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
cc76011e
JX
19369msgstr ""
19370
5b34e000 19371#: builtin/verify-pack.c:65
cc76011e
JX
19372msgid "verbose"
19373msgstr ""
19374
5b34e000 19375#: builtin/verify-pack.c:67
cc76011e
JX
19376msgid "show statistics only"
19377msgstr ""
19378
466c88fa 19379#: builtin/verify-tag.c:18
673bfad0 19380msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
cc76011e
JX
19381msgstr ""
19382
466c88fa 19383#: builtin/verify-tag.c:36
cc76011e
JX
19384msgid "print tag contents"
19385msgstr ""
19386
3d0a05b4 19387#: builtin/worktree.c:17
abc8de64 19388msgid "git worktree add [<options>] <path> [<commit-ish>]"
a4156d20
JX
19389msgstr ""
19390
3d0a05b4 19391#: builtin/worktree.c:18
9fa976ff 19392msgid "git worktree list [<options>]"
a4156d20
JX
19393msgstr ""
19394
3d0a05b4 19395#: builtin/worktree.c:19
9fa976ff
JX
19396msgid "git worktree lock [<options>] <path>"
19397msgstr ""
19398
3d0a05b4 19399#: builtin/worktree.c:20
abc8de64 19400msgid "git worktree move <worktree> <new-path>"
9fa976ff
JX
19401msgstr ""
19402
3d0a05b4 19403#: builtin/worktree.c:21
abc8de64
JX
19404msgid "git worktree prune [<options>]"
19405msgstr ""
19406
3d0a05b4 19407#: builtin/worktree.c:22
abc8de64
JX
19408msgid "git worktree remove [<options>] <worktree>"
19409msgstr ""
19410
3d0a05b4 19411#: builtin/worktree.c:23
9fa976ff 19412msgid "git worktree unlock <path>"
f4f2c8f8
JX
19413msgstr ""
19414
3d0a05b4 19415#: builtin/worktree.c:60 builtin/worktree.c:898
12705546
JX
19416#, c-format
19417msgid "failed to delete '%s'"
19418msgstr ""
19419
3d0a05b4 19420#: builtin/worktree.c:79
a4156d20
JX
19421#, c-format
19422msgid "Removing worktrees/%s: not a valid directory"
19423msgstr ""
19424
3d0a05b4 19425#: builtin/worktree.c:85
a4156d20
JX
19426#, c-format
19427msgid "Removing worktrees/%s: gitdir file does not exist"
19428msgstr ""
19429
3d0a05b4 19430#: builtin/worktree.c:90 builtin/worktree.c:99
a4156d20
JX
19431#, c-format
19432msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
19433msgstr ""
19434
3d0a05b4 19435#: builtin/worktree.c:109
25eab542
JX
19436#, c-format
19437msgid ""
19438"Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "
19439"%<PRIuMAX>)"
19440msgstr ""
19441
3d0a05b4 19442#: builtin/worktree.c:117
a4156d20
JX
19443#, c-format
19444msgid "Removing worktrees/%s: invalid gitdir file"
19445msgstr ""
19446
3d0a05b4 19447#: builtin/worktree.c:126
a4156d20
JX
19448#, c-format
19449msgid "Removing worktrees/%s: gitdir file points to non-existent location"
19450msgstr ""
19451
3d0a05b4 19452#: builtin/worktree.c:165
a4d94835
JX
19453msgid "report pruned working trees"
19454msgstr ""
19455
3d0a05b4 19456#: builtin/worktree.c:167
a4d94835
JX
19457msgid "expire working trees older than <time>"
19458msgstr ""
19459
3d0a05b4 19460#: builtin/worktree.c:234
a4156d20
JX
19461#, c-format
19462msgid "'%s' already exists"
19463msgstr ""
19464
3d0a05b4 19465#: builtin/worktree.c:251
12705546
JX
19466#, c-format
19467msgid "unable to re-add worktree '%s'"
19468msgstr ""
19469
3d0a05b4 19470#: builtin/worktree.c:256
12705546
JX
19471#, c-format
19472msgid ""
19473"'%s' is a missing but locked worktree;\n"
19474"use 'add -f -f' to override, or 'unlock' and 'prune' or 'remove' to clear"
19475msgstr ""
19476
3d0a05b4 19477#: builtin/worktree.c:258
12705546
JX
19478#, c-format
19479msgid ""
19480"'%s' is a missing but already registered worktree;\n"
19481"use 'add -f' to override, or 'prune' or 'remove' to clear"
19482msgstr ""
19483
3d0a05b4 19484#: builtin/worktree.c:308
a4156d20
JX
19485#, c-format
19486msgid "could not create directory of '%s'"
19487msgstr ""
19488
3d0a05b4 19489#: builtin/worktree.c:439 builtin/worktree.c:445
9b7388a8
JX
19490#, c-format
19491msgid "Preparing worktree (new branch '%s')"
19492msgstr ""
19493
3d0a05b4 19494#: builtin/worktree.c:441
9b7388a8
JX
19495#, c-format
19496msgid "Preparing worktree (resetting branch '%s'; was at %s)"
19497msgstr ""
19498
3d0a05b4 19499#: builtin/worktree.c:450
9b7388a8
JX
19500#, c-format
19501msgid "Preparing worktree (checking out '%s')"
19502msgstr ""
19503
3d0a05b4 19504#: builtin/worktree.c:456
a4156d20 19505#, c-format
9b7388a8 19506msgid "Preparing worktree (detached HEAD %s)"
a4156d20
JX
19507msgstr ""
19508
3d0a05b4 19509#: builtin/worktree.c:497
a4156d20
JX
19510msgid "checkout <branch> even if already checked out in other worktree"
19511msgstr ""
19512
3d0a05b4 19513#: builtin/worktree.c:500
a4156d20
JX
19514msgid "create a new branch"
19515msgstr ""
19516
3d0a05b4 19517#: builtin/worktree.c:502
9fa976ff 19518msgid "create or reset a branch"
a4156d20
JX
19519msgstr ""
19520
3d0a05b4 19521#: builtin/worktree.c:504
f517e50d
JX
19522msgid "populate the new working tree"
19523msgstr ""
19524
3d0a05b4 19525#: builtin/worktree.c:505
28e1aaa4
JX
19526msgid "keep the new working tree locked"
19527msgstr ""
19528
3d0a05b4 19529#: builtin/worktree.c:508
18a90722
JX
19530msgid "set up tracking mode (see git-branch(1))"
19531msgstr ""
19532
3d0a05b4 19533#: builtin/worktree.c:511
18a90722
JX
19534msgid "try to match the new branch name with a remote-tracking branch"
19535msgstr ""
19536
3d0a05b4 19537#: builtin/worktree.c:519
df0617bf 19538msgid "-b, -B, and --detach are mutually exclusive"
a4156d20
JX
19539msgstr ""
19540
3d0a05b4 19541#: builtin/worktree.c:580
18a90722
JX
19542msgid "--[no-]track can only be used if a new branch is created"
19543msgstr ""
19544
3d0a05b4 19545#: builtin/worktree.c:680
9fa976ff
JX
19546msgid "reason for locking"
19547msgstr ""
19548
3d0a05b4
JX
19549#: builtin/worktree.c:692 builtin/worktree.c:725 builtin/worktree.c:799
19550#: builtin/worktree.c:926
9fa976ff
JX
19551#, c-format
19552msgid "'%s' is not a working tree"
19553msgstr ""
19554
3d0a05b4 19555#: builtin/worktree.c:694 builtin/worktree.c:727
9fa976ff
JX
19556msgid "The main working tree cannot be locked or unlocked"
19557msgstr ""
19558
3d0a05b4 19559#: builtin/worktree.c:699
9fa976ff
JX
19560#, c-format
19561msgid "'%s' is already locked, reason: %s"
19562msgstr ""
19563
3d0a05b4 19564#: builtin/worktree.c:701
9fa976ff
JX
19565#, c-format
19566msgid "'%s' is already locked"
19567msgstr ""
19568
3d0a05b4 19569#: builtin/worktree.c:729
9fa976ff
JX
19570#, c-format
19571msgid "'%s' is not locked"
19572msgstr ""
19573
3d0a05b4 19574#: builtin/worktree.c:770
abc8de64
JX
19575msgid "working trees containing submodules cannot be moved or removed"
19576msgstr ""
19577
3d0a05b4 19578#: builtin/worktree.c:778
12705546
JX
19579msgid "force move even if worktree is dirty or locked"
19580msgstr ""
19581
3d0a05b4 19582#: builtin/worktree.c:801 builtin/worktree.c:928
abc8de64
JX
19583#, c-format
19584msgid "'%s' is a main working tree"
19585msgstr ""
19586
3d0a05b4 19587#: builtin/worktree.c:806
abc8de64
JX
19588#, c-format
19589msgid "could not figure out destination name from '%s'"
19590msgstr ""
19591
3d0a05b4 19592#: builtin/worktree.c:812
abc8de64
JX
19593#, c-format
19594msgid "target '%s' already exists"
19595msgstr ""
19596
3d0a05b4 19597#: builtin/worktree.c:820
abc8de64 19598#, c-format
12705546
JX
19599msgid ""
19600"cannot move a locked working tree, lock reason: %s\n"
19601"use 'move -f -f' to override or unlock first"
abc8de64
JX
19602msgstr ""
19603
3d0a05b4 19604#: builtin/worktree.c:822
12705546
JX
19605msgid ""
19606"cannot move a locked working tree;\n"
19607"use 'move -f -f' to override or unlock first"
abc8de64
JX
19608msgstr ""
19609
3d0a05b4 19610#: builtin/worktree.c:825
abc8de64
JX
19611#, c-format
19612msgid "validation failed, cannot move working tree: %s"
19613msgstr ""
19614
3d0a05b4 19615#: builtin/worktree.c:830
abc8de64
JX
19616#, c-format
19617msgid "failed to move '%s' to '%s'"
19618msgstr ""
19619
3d0a05b4 19620#: builtin/worktree.c:878
abc8de64
JX
19621#, c-format
19622msgid "failed to run 'git status' on '%s'"
19623msgstr ""
19624
3d0a05b4 19625#: builtin/worktree.c:882
abc8de64 19626#, c-format
3d0a05b4 19627msgid "'%s' contains modified or untracked files, use --force to delete it"
abc8de64
JX
19628msgstr ""
19629
3d0a05b4 19630#: builtin/worktree.c:887
abc8de64
JX
19631#, c-format
19632msgid "failed to run 'git status' on '%s', code %d"
19633msgstr ""
19634
3d0a05b4 19635#: builtin/worktree.c:910
12705546 19636msgid "force removal even if worktree is dirty or locked"
abc8de64
JX
19637msgstr ""
19638
3d0a05b4 19639#: builtin/worktree.c:933
abc8de64 19640#, c-format
12705546
JX
19641msgid ""
19642"cannot remove a locked working tree, lock reason: %s\n"
19643"use 'remove -f -f' to override or unlock first"
abc8de64
JX
19644msgstr ""
19645
3d0a05b4 19646#: builtin/worktree.c:935
12705546
JX
19647msgid ""
19648"cannot remove a locked working tree;\n"
19649"use 'remove -f -f' to override or unlock first"
abc8de64
JX
19650msgstr ""
19651
3d0a05b4 19652#: builtin/worktree.c:938
abc8de64
JX
19653#, c-format
19654msgid "validation failed, cannot remove working tree: %s"
19655msgstr ""
19656
94328cef 19657#: builtin/write-tree.c:15
cc76011e
JX
19658msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
19659msgstr ""
19660
94328cef 19661#: builtin/write-tree.c:28
cc76011e
JX
19662msgid "<prefix>/"
19663msgstr ""
19664
94328cef 19665#: builtin/write-tree.c:29
cc76011e
JX
19666msgid "write tree object for a subdirectory <prefix>"
19667msgstr ""
19668
94328cef 19669#: builtin/write-tree.c:31
cc76011e
JX
19670msgid "only useful for debugging"
19671msgstr ""
19672
3d0a05b4
JX
19673#: fast-import.c:3118
19674#, c-format
19675msgid "Expected 'mark' command, got %s"
19676msgstr ""
19677
19678#: fast-import.c:3123
19679#, c-format
19680msgid "Expected 'to' command, got %s"
19681msgstr ""
19682
94328cef 19683#: credential-cache--daemon.c:223
fda7b092
JX
19684#, c-format
19685msgid ""
19686"The permissions on your socket directory are too loose; other\n"
19687"users may be able to read your cached credentials. Consider running:\n"
19688"\n"
19689"\tchmod 0700 %s"
19690msgstr ""
19691
94328cef 19692#: credential-cache--daemon.c:272
d07a63e4
JX
19693msgid "print debugging messages to stderr"
19694msgstr ""
19695
12705546
JX
19696#: t/helper/test-reach.c:152
19697#, c-format
19698msgid "commit %s is not marked reachable"
19699msgstr ""
19700
19701#: t/helper/test-reach.c:162
19702msgid "too many commits marked reachable"
19703msgstr ""
19704
d93ef2a1
JX
19705#: t/helper/test-serve-v2.c:7
19706msgid "test-tool serve-v2 [<options>]"
19707msgstr ""
19708
19709#: t/helper/test-serve-v2.c:19
19710msgid "exit immediately after advertising capabilities"
19711msgstr ""
19712
55892712 19713#: git.c:27
abc8de64
JX
19714msgid ""
19715"git [--version] [--help] [-C <path>] [-c <name>=<value>]\n"
19716" [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n"
9b7388a8
JX
19717" [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--"
19718"bare]\n"
abc8de64
JX
19719" [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]\n"
19720" <command> [<args>]"
19721msgstr ""
19722
55892712 19723#: git.c:34
c6bc7d43 19724msgid ""
d07a63e4 19725"'git help -a' and 'git help -g' list available subcommands and some\n"
c6bc7d43 19726"concept guides. See 'git help <command>' or 'git help <concept>'\n"
6b0f1a9b
JX
19727"to read about a specific subcommand or concept.\n"
19728"See 'git help git' for an overview of the system."
6f6731e7
JX
19729msgstr ""
19730
6b0f1a9b 19731#: git.c:186
abc8de64
JX
19732#, c-format
19733msgid "no directory given for --git-dir\n"
19734msgstr ""
19735
6b0f1a9b 19736#: git.c:200
abc8de64
JX
19737#, c-format
19738msgid "no namespace given for --namespace\n"
19739msgstr ""
19740
6b0f1a9b 19741#: git.c:214
abc8de64
JX
19742#, c-format
19743msgid "no directory given for --work-tree\n"
19744msgstr ""
19745
6b0f1a9b 19746#: git.c:228
abc8de64
JX
19747#, c-format
19748msgid "no prefix given for --super-prefix\n"
19749msgstr ""
19750
6b0f1a9b 19751#: git.c:250
abc8de64
JX
19752#, c-format
19753msgid "-c expects a configuration string\n"
19754msgstr ""
19755
6b0f1a9b 19756#: git.c:288
abc8de64
JX
19757#, c-format
19758msgid "no directory given for -C\n"
19759msgstr ""
19760
6b0f1a9b 19761#: git.c:314
abc8de64
JX
19762#, c-format
19763msgid "unknown option: %s\n"
19764msgstr ""
19765
6b0f1a9b 19766#: git.c:360
94328cef
JX
19767#, c-format
19768msgid "while expanding alias '%s': '%s'"
19769msgstr ""
19770
6b0f1a9b 19771#: git.c:369
94328cef
JX
19772#, c-format
19773msgid ""
19774"alias '%s' changes environment variables.\n"
19775"You can use '!git' in the alias to do this"
19776msgstr ""
19777
3d0a05b4 19778#: git.c:376
94328cef
JX
19779#, c-format
19780msgid "empty alias for %s"
19781msgstr ""
19782
3d0a05b4 19783#: git.c:379
94328cef
JX
19784#, c-format
19785msgid "recursive alias: %s"
19786msgstr ""
19787
3d0a05b4 19788#: git.c:459
94328cef
JX
19789msgid "write failure on standard output"
19790msgstr ""
19791
3d0a05b4 19792#: git.c:461
94328cef
JX
19793msgid "unknown write failure on standard output"
19794msgstr ""
19795
3d0a05b4 19796#: git.c:463
94328cef
JX
19797msgid "close failed on standard output"
19798msgstr ""
19799
3d0a05b4 19800#: git.c:792
12705546
JX
19801#, c-format
19802msgid "alias loop detected: expansion of '%s' does not terminate:%s"
19803msgstr ""
19804
3d0a05b4 19805#: git.c:842
94328cef
JX
19806#, c-format
19807msgid "cannot handle %s as a builtin"
19808msgstr ""
19809
3d0a05b4 19810#: git.c:855
94328cef
JX
19811#, c-format
19812msgid ""
19813"usage: %s\n"
19814"\n"
19815msgstr ""
19816
3d0a05b4 19817#: git.c:875
abc8de64
JX
19818#, c-format
19819msgid "expansion of alias '%s' failed; '%s' is not a git command\n"
19820msgstr ""
19821
3d0a05b4 19822#: git.c:887
abc8de64
JX
19823#, c-format
19824msgid "failed to run command '%s': %s\n"
19825msgstr ""
19826
94328cef 19827#: http.c:378
28e1aaa4
JX
19828#, c-format
19829msgid "negative value for http.postbuffer; defaulting to %d"
19830msgstr ""
19831
94328cef 19832#: http.c:399
fda7b092
JX
19833msgid "Delegation control is not supported with cURL < 7.22.0"
19834msgstr ""
19835
94328cef 19836#: http.c:408
9eb3984b
JX
19837msgid "Public key pinning not supported with cURL < 7.44.0"
19838msgstr ""
19839
3d0a05b4 19840#: http.c:878
36dd6933 19841msgid "CURLSSLOPT_NO_REVOKE not supported with cURL < 7.44.0"
12705546
JX
19842msgstr ""
19843
3d0a05b4 19844#: http.c:951
12705546
JX
19845msgid "Protocol restrictions not supported with cURL < 7.19.4"
19846msgstr ""
19847
3d0a05b4 19848#: http.c:1088
12705546
JX
19849#, c-format
19850msgid "Unsupported SSL backend '%s'. Supported SSL backends:"
19851msgstr ""
19852
3d0a05b4 19853#: http.c:1095
12705546
JX
19854#, c-format
19855msgid "Could not set SSL backend to '%s': cURL was built without SSL backends"
19856msgstr ""
19857
3d0a05b4 19858#: http.c:1099
12705546
JX
19859#, c-format
19860msgid "Could not set SSL backend to '%s': already set"
19861msgstr ""
19862
3d0a05b4 19863#: http.c:1968
673bfad0
JX
19864#, c-format
19865msgid ""
19866"unable to update url base from redirection:\n"
19867" asked for: %s\n"
19868" redirect: %s"
19869msgstr ""
19870
045a5486 19871#: remote-curl.c:166
d93ef2a1
JX
19872#, c-format
19873msgid "invalid quoting in push-option value: '%s'"
19874msgstr ""
19875
045a5486 19876#: remote-curl.c:263
d93ef2a1
JX
19877#, c-format
19878msgid "%sinfo/refs not valid: is this a git repository?"
19879msgstr ""
19880
045a5486 19881#: remote-curl.c:364
d93ef2a1
JX
19882msgid "invalid server response; expected service, got flush packet"
19883msgstr ""
19884
045a5486 19885#: remote-curl.c:395
d93ef2a1
JX
19886#, c-format
19887msgid "invalid server response; got '%s'"
19888msgstr ""
19889
045a5486 19890#: remote-curl.c:455
d93ef2a1
JX
19891#, c-format
19892msgid "repository '%s' not found"
19893msgstr ""
19894
045a5486 19895#: remote-curl.c:459
d93ef2a1
JX
19896#, c-format
19897msgid "Authentication failed for '%s'"
19898msgstr ""
19899
045a5486 19900#: remote-curl.c:463
d93ef2a1
JX
19901#, c-format
19902msgid "unable to access '%s': %s"
19903msgstr ""
19904
045a5486 19905#: remote-curl.c:469
673bfad0
JX
19906#, c-format
19907msgid "redirecting to %s"
19908msgstr ""
19909
045a5486 19910#: remote-curl.c:593
d93ef2a1
JX
19911msgid "shouldn't have EOF when not gentle on EOF"
19912msgstr ""
19913
045a5486 19914#: remote-curl.c:673
d93ef2a1
JX
19915msgid "unable to rewind rpc post data - try increasing http.postBuffer"
19916msgstr ""
19917
045a5486 19918#: remote-curl.c:733
d93ef2a1
JX
19919#, c-format
19920msgid "RPC failed; %s"
19921msgstr ""
19922
045a5486 19923#: remote-curl.c:773
d93ef2a1
JX
19924msgid "cannot handle pushes this big"
19925msgstr ""
19926
045a5486 19927#: remote-curl.c:888
d93ef2a1
JX
19928#, c-format
19929msgid "cannot deflate request; zlib deflate error %d"
19930msgstr ""
19931
045a5486 19932#: remote-curl.c:892
d93ef2a1
JX
19933#, c-format
19934msgid "cannot deflate request; zlib end error %d"
19935msgstr ""
19936
045a5486 19937#: remote-curl.c:1023
d93ef2a1
JX
19938msgid "dumb http transport does not support shallow capabilities"
19939msgstr ""
19940
045a5486 19941#: remote-curl.c:1037
d93ef2a1
JX
19942msgid "fetch failed."
19943msgstr ""
19944
045a5486 19945#: remote-curl.c:1085
d93ef2a1
JX
19946msgid "cannot fetch by sha1 over smart http"
19947msgstr ""
19948
045a5486 19949#: remote-curl.c:1129 remote-curl.c:1135
d93ef2a1 19950#, c-format
386544cd 19951msgid "protocol error: expected sha/ref, got '%s'"
d93ef2a1
JX
19952msgstr ""
19953
045a5486 19954#: remote-curl.c:1147 remote-curl.c:1261
d93ef2a1
JX
19955#, c-format
19956msgid "http transport does not support %s"
19957msgstr ""
19958
045a5486 19959#: remote-curl.c:1183
d93ef2a1
JX
19960msgid "git-http-push failed"
19961msgstr ""
19962
045a5486 19963#: remote-curl.c:1367
d93ef2a1
JX
19964msgid "remote-curl: usage: git remote-curl <remote> [<url>]"
19965msgstr ""
19966
045a5486 19967#: remote-curl.c:1399
d93ef2a1
JX
19968msgid "remote-curl: error reading command stream from git"
19969msgstr ""
19970
045a5486 19971#: remote-curl.c:1406
d93ef2a1
JX
19972msgid "remote-curl: fetch attempted without a local repo"
19973msgstr ""
19974
045a5486 19975#: remote-curl.c:1446
d93ef2a1
JX
19976#, c-format
19977msgid "remote-curl: unknown command '%s' from git"
19978msgstr ""
19979
3d0a05b4 19980#: list-objects-filter-options.h:85
d93ef2a1
JX
19981msgid "args"
19982msgstr ""
19983
3d0a05b4 19984#: list-objects-filter-options.h:86
d93ef2a1 19985msgid "object filtering"
64f23b0c
JX
19986msgstr ""
19987
3d0a05b4 19988#: parse-options.h:179
d93ef2a1
JX
19989msgid "expiry-date"
19990msgstr ""
19991
3d0a05b4 19992#: parse-options.h:193
55892712 19993msgid "no-op (backward compatibility)"
64f23b0c
JX
19994msgstr ""
19995
6b0f1a9b 19996#: parse-options.h:305
55892712 19997msgid "be more verbose"
64f23b0c
JX
19998msgstr ""
19999
6b0f1a9b 20000#: parse-options.h:307
55892712 20001msgid "be more quiet"
64f23b0c
JX
20002msgstr ""
20003
6b0f1a9b 20004#: parse-options.h:313
55892712 20005msgid "use <n> digits to display SHA-1s"
64f23b0c
JX
20006msgstr ""
20007
6b0f1a9b 20008#: parse-options.h:332
d93ef2a1
JX
20009msgid "how to strip spaces and #comments from message"
20010msgstr ""
20011
20012#: ref-filter.h:101
20013msgid "key"
20014msgstr ""
20015
20016#: ref-filter.h:101
20017msgid "field name to sort on"
20018msgstr ""
20019
20020#: rerere.h:44
20021msgid "update the index with reused conflict resolution if possible"
20022msgstr ""
20023
466c88fa 20024#: wt-status.h:67
6b0f1a9b
JX
20025msgid "HEAD detached at "
20026msgstr ""
20027
466c88fa 20028#: wt-status.h:68
6b0f1a9b
JX
20029msgid "HEAD detached from "
20030msgstr ""
20031
55892712 20032#: command-list.h:50
822e4a65
JX
20033msgid "Add file contents to the index"
20034msgstr ""
20035
55892712
JX
20036#: command-list.h:51
20037msgid "Apply a series of patches from a mailbox"
20038msgstr ""
20039
20040#: command-list.h:52
20041msgid "Annotate file lines with commit information"
20042msgstr ""
20043
20044#: command-list.h:53
20045msgid "Apply a patch to files and/or to the index"
20046msgstr ""
20047
20048#: command-list.h:54
12705546 20049msgid "Import a GNU Arch repository into Git"
55892712
JX
20050msgstr ""
20051
20052#: command-list.h:55
20053msgid "Create an archive of files from a named tree"
20054msgstr ""
20055
20056#: command-list.h:56
df0617bf 20057msgid "Use binary search to find the commit that introduced a bug"
822e4a65
JX
20058msgstr ""
20059
55892712
JX
20060#: command-list.h:57
20061msgid "Show what revision and author last modified each line of a file"
20062msgstr ""
20063
20064#: command-list.h:58
822e4a65
JX
20065msgid "List, create, or delete branches"
20066msgstr ""
20067
55892712
JX
20068#: command-list.h:59
20069msgid "Move objects and refs by archive"
20070msgstr ""
20071
20072#: command-list.h:60
20073msgid "Provide content or type and size information for repository objects"
20074msgstr ""
20075
20076#: command-list.h:61
20077msgid "Display gitattributes information"
20078msgstr ""
20079
20080#: command-list.h:62
20081msgid "Debug gitignore / exclude files"
20082msgstr ""
20083
20084#: command-list.h:63
20085msgid "Show canonical names and email addresses of contacts"
20086msgstr ""
20087
20088#: command-list.h:64
a4156d20 20089msgid "Switch branches or restore working tree files"
822e4a65
JX
20090msgstr ""
20091
55892712
JX
20092#: command-list.h:65
20093msgid "Copy files from the index to the working tree"
20094msgstr ""
20095
20096#: command-list.h:66
20097msgid "Ensures that a reference name is well formed"
20098msgstr ""
20099
20100#: command-list.h:67
20101msgid "Find commits yet to be applied to upstream"
20102msgstr ""
20103
20104#: command-list.h:68
20105msgid "Apply the changes introduced by some existing commits"
20106msgstr ""
20107
20108#: command-list.h:69
20109msgid "Graphical alternative to git-commit"
20110msgstr ""
20111
20112#: command-list.h:70
20113msgid "Remove untracked files from the working tree"
20114msgstr ""
20115
20116#: command-list.h:71
822e4a65
JX
20117msgid "Clone a repository into a new directory"
20118msgstr ""
20119
55892712
JX
20120#: command-list.h:72
20121msgid "Display data in columns"
20122msgstr ""
20123
20124#: command-list.h:73
822e4a65
JX
20125msgid "Record changes to the repository"
20126msgstr ""
20127
55892712 20128#: command-list.h:74
12705546 20129msgid "Write and verify Git commit-graph files"
55892712
JX
20130msgstr ""
20131
20132#: command-list.h:75
20133msgid "Create a new commit object"
20134msgstr ""
20135
20136#: command-list.h:76
20137msgid "Get and set repository or global options"
20138msgstr ""
20139
20140#: command-list.h:77
20141msgid "Count unpacked number of objects and their disk consumption"
20142msgstr ""
20143
20144#: command-list.h:78
20145msgid "Retrieve and store user credentials"
20146msgstr ""
20147
20148#: command-list.h:79
20149msgid "Helper to temporarily store passwords in memory"
20150msgstr ""
20151
20152#: command-list.h:80
20153msgid "Helper to store credentials on disk"
20154msgstr ""
20155
20156#: command-list.h:81
20157msgid "Export a single commit to a CVS checkout"
20158msgstr ""
20159
20160#: command-list.h:82
20161msgid "Salvage your data out of another SCM people love to hate"
20162msgstr ""
20163
20164#: command-list.h:83
20165msgid "A CVS server emulator for Git"
20166msgstr ""
20167
20168#: command-list.h:84
20169msgid "A really simple server for Git repositories"
20170msgstr ""
20171
20172#: command-list.h:85
20173msgid "Give an object a human readable name based on an available ref"
20174msgstr ""
20175
20176#: command-list.h:86
822e4a65
JX
20177msgid "Show changes between commits, commit and working tree, etc"
20178msgstr ""
20179
55892712
JX
20180#: command-list.h:87
20181msgid "Compares files in the working tree and the index"
20182msgstr ""
20183
20184#: command-list.h:88
20185msgid "Compare a tree to the working tree or index"
20186msgstr ""
20187
20188#: command-list.h:89
20189msgid "Compares the content and mode of blobs found via two tree objects"
20190msgstr ""
20191
20192#: command-list.h:90
20193msgid "Show changes using common diff tools"
20194msgstr ""
20195
20196#: command-list.h:91
20197msgid "Git data exporter"
20198msgstr ""
20199
20200#: command-list.h:92
20201msgid "Backend for fast Git data importers"
20202msgstr ""
20203
20204#: command-list.h:93
822e4a65
JX
20205msgid "Download objects and refs from another repository"
20206msgstr ""
20207
55892712
JX
20208#: command-list.h:94
20209msgid "Receive missing objects from another repository"
20210msgstr ""
20211
20212#: command-list.h:95
20213msgid "Rewrite branches"
20214msgstr ""
20215
20216#: command-list.h:96
20217msgid "Produce a merge commit message"
20218msgstr ""
20219
20220#: command-list.h:97
20221msgid "Output information on each ref"
20222msgstr ""
20223
20224#: command-list.h:98
20225msgid "Prepare patches for e-mail submission"
20226msgstr ""
20227
20228#: command-list.h:99
20229msgid "Verifies the connectivity and validity of the objects in the database"
20230msgstr ""
20231
20232#: command-list.h:100
20233msgid "Cleanup unnecessary files and optimize the local repository"
20234msgstr ""
20235
20236#: command-list.h:101
20237msgid "Extract commit ID from an archive created using git-archive"
20238msgstr ""
20239
20240#: command-list.h:102
822e4a65
JX
20241msgid "Print lines matching a pattern"
20242msgstr ""
20243
55892712
JX
20244#: command-list.h:103
20245msgid "A portable graphical interface to Git"
20246msgstr ""
20247
20248#: command-list.h:104
20249msgid "Compute object ID and optionally creates a blob from a file"
20250msgstr ""
20251
20252#: command-list.h:105
20253msgid "Display help information about Git"
20254msgstr ""
20255
20256#: command-list.h:106
20257msgid "Server side implementation of Git over HTTP"
20258msgstr ""
20259
20260#: command-list.h:107
20261msgid "Download from a remote Git repository via HTTP"
20262msgstr ""
20263
20264#: command-list.h:108
20265msgid "Push objects over HTTP/DAV to another repository"
20266msgstr ""
20267
20268#: command-list.h:109
20269msgid "Send a collection of patches from stdin to an IMAP folder"
20270msgstr ""
20271
20272#: command-list.h:110
20273msgid "Build pack index file for an existing packed archive"
20274msgstr ""
20275
20276#: command-list.h:111
9caaf23e 20277msgid "Create an empty Git repository or reinitialize an existing one"
822e4a65
JX
20278msgstr ""
20279
55892712
JX
20280#: command-list.h:112
20281msgid "Instantly browse your working repository in gitweb"
20282msgstr ""
20283
20284#: command-list.h:113
d93ef2a1 20285msgid "Add or parse structured information in commit messages"
55892712
JX
20286msgstr ""
20287
20288#: command-list.h:114
20289msgid "The Git repository browser"
20290msgstr ""
20291
20292#: command-list.h:115
822e4a65
JX
20293msgid "Show commit logs"
20294msgstr ""
20295
55892712
JX
20296#: command-list.h:116
20297msgid "Show information about files in the index and the working tree"
20298msgstr ""
20299
20300#: command-list.h:117
20301msgid "List references in a remote repository"
20302msgstr ""
20303
20304#: command-list.h:118
20305msgid "List the contents of a tree object"
20306msgstr ""
20307
20308#: command-list.h:119
20309msgid "Extracts patch and authorship from a single e-mail message"
20310msgstr ""
20311
20312#: command-list.h:120
20313msgid "Simple UNIX mbox splitter program"
20314msgstr ""
20315
20316#: command-list.h:121
822e4a65
JX
20317msgid "Join two or more development histories together"
20318msgstr ""
20319
55892712
JX
20320#: command-list.h:122
20321msgid "Find as good common ancestors as possible for a merge"
20322msgstr ""
20323
20324#: command-list.h:123
20325msgid "Run a three-way file merge"
20326msgstr ""
20327
20328#: command-list.h:124
20329msgid "Run a merge for files needing merging"
20330msgstr ""
20331
20332#: command-list.h:125
20333msgid "The standard helper program to use with git-merge-index"
20334msgstr ""
20335
20336#: command-list.h:126
20337msgid "Run merge conflict resolution tools to resolve merge conflicts"
20338msgstr ""
20339
20340#: command-list.h:127
20341msgid "Show three-way merge without touching index"
20342msgstr ""
20343
20344#: command-list.h:128
12705546 20345msgid "Write and verify multi-pack-indexes"
55892712
JX
20346msgstr ""
20347
20348#: command-list.h:129
12705546 20349msgid "Creates a tag object"
55892712
JX
20350msgstr ""
20351
20352#: command-list.h:130
12705546 20353msgid "Build a tree-object from ls-tree formatted text"
822e4a65
JX
20354msgstr ""
20355
55892712 20356#: command-list.h:131
12705546 20357msgid "Move or rename a file, a directory, or a symlink"
55892712
JX
20358msgstr ""
20359
20360#: command-list.h:132
12705546 20361msgid "Find symbolic names for given revs"
55892712
JX
20362msgstr ""
20363
20364#: command-list.h:133
12705546 20365msgid "Add or inspect object notes"
55892712
JX
20366msgstr ""
20367
20368#: command-list.h:134
12705546 20369msgid "Import from and submit to Perforce repositories"
55892712
JX
20370msgstr ""
20371
20372#: command-list.h:135
12705546 20373msgid "Create a packed archive of objects"
55892712
JX
20374msgstr ""
20375
20376#: command-list.h:136
12705546 20377msgid "Find redundant pack files"
55892712
JX
20378msgstr ""
20379
20380#: command-list.h:137
12705546 20381msgid "Pack heads and tags for efficient repository access"
55892712
JX
20382msgstr ""
20383
20384#: command-list.h:138
12705546 20385msgid "Routines to help parsing remote repository access parameters"
55892712
JX
20386msgstr ""
20387
20388#: command-list.h:139
12705546 20389msgid "Compute unique ID for a patch"
55892712
JX
20390msgstr ""
20391
20392#: command-list.h:140
12705546 20393msgid "Prune all unreachable objects from the object database"
55892712
JX
20394msgstr ""
20395
20396#: command-list.h:141
12705546 20397msgid "Remove extra objects that are already in pack files"
822e4a65
JX
20398msgstr ""
20399
55892712 20400#: command-list.h:142
12705546 20401msgid "Fetch from and integrate with another repository or a local branch"
822e4a65
JX
20402msgstr ""
20403
55892712 20404#: command-list.h:143
12705546 20405msgid "Update remote refs along with associated objects"
55892712
JX
20406msgstr ""
20407
20408#: command-list.h:144
12705546 20409msgid "Applies a quilt patchset onto the current branch"
55892712
JX
20410msgstr ""
20411
20412#: command-list.h:145
12705546 20413msgid "Compare two commit ranges (e.g. two versions of a branch)"
822e4a65
JX
20414msgstr ""
20415
55892712 20416#: command-list.h:146
12705546 20417msgid "Reads tree information into the index"
55892712
JX
20418msgstr ""
20419
20420#: command-list.h:147
12705546 20421msgid "Reapply commits on top of another base tip"
55892712
JX
20422msgstr ""
20423
20424#: command-list.h:148
12705546 20425msgid "Receive what is pushed into the repository"
55892712
JX
20426msgstr ""
20427
20428#: command-list.h:149
12705546 20429msgid "Manage reflog information"
55892712
JX
20430msgstr ""
20431
20432#: command-list.h:150
12705546 20433msgid "Manage set of tracked repositories"
55892712
JX
20434msgstr ""
20435
20436#: command-list.h:151
12705546 20437msgid "Pack unpacked objects in a repository"
55892712
JX
20438msgstr ""
20439
20440#: command-list.h:152
12705546 20441msgid "Create, list, delete refs to replace objects"
55892712
JX
20442msgstr ""
20443
20444#: command-list.h:153
12705546 20445msgid "Generates a summary of pending changes"
822e4a65
JX
20446msgstr ""
20447
55892712 20448#: command-list.h:154
12705546 20449msgid "Reuse recorded resolution of conflicted merges"
55892712
JX
20450msgstr ""
20451
20452#: command-list.h:155
12705546 20453msgid "Reset current HEAD to the specified state"
55892712
JX
20454msgstr ""
20455
20456#: command-list.h:156
6b0f1a9b 20457msgid "Restore working tree files"
55892712
JX
20458msgstr ""
20459
20460#: command-list.h:157
6b0f1a9b 20461msgid "Revert some existing commits"
822e4a65
JX
20462msgstr ""
20463
55892712 20464#: command-list.h:158
6b0f1a9b 20465msgid "Lists commit objects in reverse chronological order"
55892712
JX
20466msgstr ""
20467
20468#: command-list.h:159
6b0f1a9b 20469msgid "Pick out and massage parameters"
55892712
JX
20470msgstr ""
20471
20472#: command-list.h:160
6b0f1a9b 20473msgid "Remove files from the working tree and from the index"
55892712
JX
20474msgstr ""
20475
20476#: command-list.h:161
6b0f1a9b 20477msgid "Send a collection of patches as emails"
55892712
JX
20478msgstr ""
20479
20480#: command-list.h:162
6b0f1a9b 20481msgid "Push objects over Git protocol to another repository"
822e4a65
JX
20482msgstr ""
20483
55892712 20484#: command-list.h:163
6b0f1a9b 20485msgid "Restricted login shell for Git-only SSH access"
55892712
JX
20486msgstr ""
20487
20488#: command-list.h:164
6b0f1a9b 20489msgid "Summarize 'git log' output"
12705546
JX
20490msgstr ""
20491
20492#: command-list.h:165
6b0f1a9b 20493msgid "Show various types of objects"
55892712
JX
20494msgstr ""
20495
12705546 20496#: command-list.h:166
6b0f1a9b 20497msgid "Show branches and their commits"
55892712
JX
20498msgstr ""
20499
12705546 20500#: command-list.h:167
6b0f1a9b 20501msgid "Show packed archive index"
55892712
JX
20502msgstr ""
20503
12705546 20504#: command-list.h:168
6b0f1a9b 20505msgid "List references in a local repository"
55892712
JX
20506msgstr ""
20507
12705546 20508#: command-list.h:169
6b0f1a9b 20509msgid "Git's i18n setup code for shell scripts"
55892712
JX
20510msgstr ""
20511
12705546 20512#: command-list.h:170
6b0f1a9b 20513msgid "Common Git shell script setup code"
55892712
JX
20514msgstr ""
20515
12705546 20516#: command-list.h:171
6b0f1a9b 20517msgid "Stash the changes in a dirty working directory away"
822e4a65
JX
20518msgstr ""
20519
12705546 20520#: command-list.h:172
6b0f1a9b 20521msgid "Add file contents to the staging area"
55892712
JX
20522msgstr ""
20523
12705546 20524#: command-list.h:173
6b0f1a9b 20525msgid "Show the working tree status"
55892712
JX
20526msgstr ""
20527
12705546 20528#: command-list.h:174
6b0f1a9b 20529msgid "Remove unnecessary whitespace"
55892712
JX
20530msgstr ""
20531
12705546 20532#: command-list.h:175
6b0f1a9b 20533msgid "Initialize, update or inspect submodules"
55892712
JX
20534msgstr ""
20535
12705546 20536#: command-list.h:176
6b0f1a9b 20537msgid "Bidirectional operation between a Subversion repository and Git"
822e4a65
JX
20538msgstr ""
20539
12705546 20540#: command-list.h:177
6b0f1a9b 20541msgid "Switch branches"
d07a63e4
JX
20542msgstr ""
20543
12705546 20544#: command-list.h:178
6b0f1a9b 20545msgid "Read, modify and delete symbolic refs"
d07a63e4
JX
20546msgstr ""
20547
12705546 20548#: command-list.h:179
6b0f1a9b 20549msgid "Create, list, delete or verify a tag object signed with GPG"
d07a63e4
JX
20550msgstr ""
20551
12705546 20552#: command-list.h:180
6b0f1a9b 20553msgid "Creates a temporary file with a blob's contents"
d07a63e4
JX
20554msgstr ""
20555
12705546 20556#: command-list.h:181
6b0f1a9b 20557msgid "Unpack objects from a packed archive"
55892712
JX
20558msgstr ""
20559
12705546 20560#: command-list.h:182
6b0f1a9b 20561msgid "Register file contents in the working tree to the index"
55892712
JX
20562msgstr ""
20563
12705546 20564#: command-list.h:183
6b0f1a9b 20565msgid "Update the object name stored in a ref safely"
55892712
JX
20566msgstr ""
20567
12705546 20568#: command-list.h:184
6b0f1a9b 20569msgid "Update auxiliary info file to help dumb servers"
55892712
JX
20570msgstr ""
20571
12705546 20572#: command-list.h:185
6b0f1a9b 20573msgid "Send archive back to git-archive"
55892712
JX
20574msgstr ""
20575
12705546 20576#: command-list.h:186
6b0f1a9b 20577msgid "Send objects packed back to git-fetch-pack"
55892712
JX
20578msgstr ""
20579
12705546 20580#: command-list.h:187
6b0f1a9b 20581msgid "Show a Git logical variable"
55892712
JX
20582msgstr ""
20583
12705546 20584#: command-list.h:188
6b0f1a9b 20585msgid "Check the GPG signature of commits"
55892712
JX
20586msgstr ""
20587
12705546 20588#: command-list.h:189
6b0f1a9b 20589msgid "Validate packed Git archive files"
55892712
JX
20590msgstr ""
20591
12705546 20592#: command-list.h:190
6b0f1a9b 20593msgid "Check the GPG signature of tags"
55892712
JX
20594msgstr ""
20595
12705546 20596#: command-list.h:191
6b0f1a9b 20597msgid "Git web interface (web frontend to Git repositories)"
55892712
JX
20598msgstr ""
20599
12705546 20600#: command-list.h:192
6b0f1a9b 20601msgid "Show logs with difference each commit introduces"
55892712
JX
20602msgstr ""
20603
12705546 20604#: command-list.h:193
6b0f1a9b 20605msgid "Manage multiple working trees"
55892712
JX
20606msgstr ""
20607
12705546 20608#: command-list.h:194
6b0f1a9b 20609msgid "Create a tree object from the current index"
55892712
JX
20610msgstr ""
20611
12705546 20612#: command-list.h:195
6b0f1a9b 20613msgid "Defining attributes per path"
55892712
JX
20614msgstr ""
20615
12705546 20616#: command-list.h:196
6b0f1a9b 20617msgid "Git command-line interface and conventions"
55892712
JX
20618msgstr ""
20619
12705546 20620#: command-list.h:197
6b0f1a9b 20621msgid "A Git core tutorial for developers"
55892712
JX
20622msgstr ""
20623
12705546 20624#: command-list.h:198
6b0f1a9b 20625msgid "Git for CVS users"
55892712
JX
20626msgstr ""
20627
12705546 20628#: command-list.h:199
6b0f1a9b 20629msgid "Tweaking diff output"
55892712
JX
20630msgstr ""
20631
12705546 20632#: command-list.h:200
6b0f1a9b 20633msgid "A useful minimum set of commands for Everyday Git"
55892712
JX
20634msgstr ""
20635
12705546 20636#: command-list.h:201
6b0f1a9b 20637msgid "A Git Glossary"
55892712
JX
20638msgstr ""
20639
12705546 20640#: command-list.h:202
6b0f1a9b 20641msgid "Hooks used by Git"
55892712
JX
20642msgstr ""
20643
12705546 20644#: command-list.h:203
6b0f1a9b 20645msgid "Specifies intentionally untracked files to ignore"
55892712
JX
20646msgstr ""
20647
12705546 20648#: command-list.h:204
6b0f1a9b 20649msgid "Defining submodule properties"
55892712
JX
20650msgstr ""
20651
12705546 20652#: command-list.h:205
6b0f1a9b 20653msgid "Git namespaces"
55892712
JX
20654msgstr ""
20655
12705546 20656#: command-list.h:206
6b0f1a9b 20657msgid "Git Repository Layout"
55892712
JX
20658msgstr ""
20659
12705546 20660#: command-list.h:207
6b0f1a9b 20661msgid "Specifying revisions and ranges for Git"
dba9f13c
JX
20662msgstr ""
20663
12705546 20664#: command-list.h:208
6b0f1a9b
JX
20665msgid "A tutorial introduction to Git: part two"
20666msgstr ""
20667
20668#: command-list.h:209
20669msgid "A tutorial introduction to Git"
20670msgstr ""
20671
20672#: command-list.h:210
55892712 20673msgid "An overview of recommended workflows with Git"
d07a63e4
JX
20674msgstr ""
20675
9fa976ff 20676#: git-bisect.sh:54
7256fd7c
JX
20677msgid "You need to start by \"git bisect start\""
20678msgstr ""
20679
dce37b66
JX
20680#. TRANSLATORS: Make sure to include [Y] and [n] in your
20681#. translation. The program will only accept English input
20682#. at this point.
9fa976ff 20683#: git-bisect.sh:60
dce37b66
JX
20684msgid "Do you want me to do it for you [Y/n]? "
20685msgstr ""
20686
94328cef 20687#: git-bisect.sh:101
dce37b66
JX
20688#, sh-format
20689msgid "Bad rev input: $arg"
20690msgstr ""
20691
94328cef 20692#: git-bisect.sh:121
9fa976ff
JX
20693#, sh-format
20694msgid "Bad rev input: $bisected_head"
dce37b66
JX
20695msgstr ""
20696
94328cef 20697#: git-bisect.sh:130
dce37b66
JX
20698#, sh-format
20699msgid "Bad rev input: $rev"
20700msgstr ""
20701
94328cef 20702#: git-bisect.sh:139
df0617bf
JX
20703#, sh-format
20704msgid "'git bisect $TERM_BAD' can take only one argument."
dce37b66
JX
20705msgstr ""
20706
94328cef 20707#: git-bisect.sh:209
dce37b66
JX
20708msgid "No logfile given"
20709msgstr ""
20710
94328cef 20711#: git-bisect.sh:210
dce37b66
JX
20712#, sh-format
20713msgid "cannot read $file for replaying"
20714msgstr ""
20715
94328cef 20716#: git-bisect.sh:232
dce37b66
JX
20717msgid "?? what are you talking about?"
20718msgstr ""
20719
94328cef 20720#: git-bisect.sh:241
18a90722
JX
20721msgid "bisect run failed: no command provided."
20722msgstr ""
20723
94328cef 20724#: git-bisect.sh:246
7256fd7c
JX
20725#, sh-format
20726msgid "running $command"
20727msgstr ""
20728
94328cef 20729#: git-bisect.sh:253
7256fd7c
JX
20730#, sh-format
20731msgid ""
20732"bisect run failed:\n"
20733"exit code $res from '$command' is < 0 or >= 128"
20734msgstr ""
20735
94328cef 20736#: git-bisect.sh:279
7256fd7c
JX
20737msgid "bisect run cannot continue any more"
20738msgstr ""
20739
94328cef 20740#: git-bisect.sh:285
7256fd7c
JX
20741#, sh-format
20742msgid ""
20743"bisect run failed:\n"
20744"'bisect_state $state' exited with error code $res"
20745msgstr ""
20746
94328cef 20747#: git-bisect.sh:292
7256fd7c 20748msgid "bisect run success"
dce37b66
JX
20749msgstr ""
20750
94328cef
JX
20751#: git-bisect.sh:300
20752msgid "We are not bisecting."
f4f2c8f8
JX
20753msgstr ""
20754
9fa976ff
JX
20755#: git-merge-octopus.sh:46
20756msgid ""
20757"Error: Your local changes to the following files would be overwritten by "
20758"merge"
20759msgstr ""
20760
20761#: git-merge-octopus.sh:61
20762msgid "Automated merge did not work."
20763msgstr ""
20764
20765#: git-merge-octopus.sh:62
fda7b092 20766msgid "Should not be doing an octopus."
9fa976ff
JX
20767msgstr ""
20768
20769#: git-merge-octopus.sh:73
20770#, sh-format
20771msgid "Unable to find common commit with $pretty_name"
20772msgstr ""
20773
20774#: git-merge-octopus.sh:77
20775#, sh-format
25eab542 20776msgid "Already up to date with $pretty_name"
9fa976ff
JX
20777msgstr ""
20778
20779#: git-merge-octopus.sh:89
20780#, sh-format
20781msgid "Fast-forwarding to: $pretty_name"
20782msgstr ""
20783
20784#: git-merge-octopus.sh:97
20785#, sh-format
20786msgid "Trying simple merge with $pretty_name"
20787msgstr ""
20788
20789#: git-merge-octopus.sh:102
20790msgid "Simple merge did not work, trying automatic merge."
20791msgstr ""
20792
d93ef2a1 20793#: git-legacy-stash.sh:220
dce37b66
JX
20794msgid "Cannot remove temporary index (can't happen)"
20795msgstr ""
20796
d93ef2a1 20797#: git-legacy-stash.sh:271
28b3cffc
JX
20798#, sh-format
20799msgid "Cannot update $ref_stash with $w_commit"
20800msgstr ""
20801
d93ef2a1 20802#: git-legacy-stash.sh:323
7256fd7c 20803#, sh-format
18a90722 20804msgid "error: unknown option for 'stash push': $option"
7256fd7c
JX
20805msgstr ""
20806
d93ef2a1 20807#: git-legacy-stash.sh:355
9fa976ff
JX
20808#, sh-format
20809msgid "Saved working directory and index state $stash_msg"
20810msgstr ""
20811
d93ef2a1 20812#: git-legacy-stash.sh:535
64f23b0c
JX
20813#, sh-format
20814msgid "unknown option: $opt"
20815msgstr ""
20816
d93ef2a1 20817#: git-legacy-stash.sh:555
dce37b66
JX
20818#, sh-format
20819msgid "Too many revisions specified: $REV"
20820msgstr ""
20821
d93ef2a1 20822#: git-legacy-stash.sh:570
dce37b66 20823#, sh-format
d07a63e4 20824msgid "$reference is not a valid reference"
dce37b66
JX
20825msgstr ""
20826
d93ef2a1 20827#: git-legacy-stash.sh:598
dce37b66
JX
20828#, sh-format
20829msgid "'$args' is not a stash-like commit"
20830msgstr ""
20831
d93ef2a1 20832#: git-legacy-stash.sh:609
dce37b66
JX
20833#, sh-format
20834msgid "'$args' is not a stash reference"
20835msgstr ""
20836
d93ef2a1 20837#: git-legacy-stash.sh:617
dce37b66
JX
20838msgid "unable to refresh index"
20839msgstr ""
20840
d93ef2a1 20841#: git-legacy-stash.sh:621
dce37b66
JX
20842msgid "Cannot apply a stash in the middle of a merge"
20843msgstr ""
20844
d93ef2a1 20845#: git-legacy-stash.sh:629
dce37b66
JX
20846msgid "Conflicts in index. Try without --index."
20847msgstr ""
20848
d93ef2a1 20849#: git-legacy-stash.sh:631
dce37b66
JX
20850msgid "Could not save index tree"
20851msgstr ""
20852
d93ef2a1 20853#: git-legacy-stash.sh:640
5b34e000 20854msgid "Could not restore untracked files from stash entry"
fda7b092
JX
20855msgstr ""
20856
d93ef2a1 20857#: git-legacy-stash.sh:665
dce37b66
JX
20858msgid "Cannot unstage modified files"
20859msgstr ""
20860
d93ef2a1 20861#: git-legacy-stash.sh:703
dce37b66
JX
20862#, sh-format
20863msgid "Dropped ${REV} ($s)"
20864msgstr ""
20865
d93ef2a1 20866#: git-legacy-stash.sh:704
dce37b66
JX
20867#, sh-format
20868msgid "${REV}: Could not drop stash entry"
20869msgstr ""
20870
d93ef2a1 20871#: git-legacy-stash.sh:791
dce37b66
JX
20872msgid "(To restore them type \"git stash apply\")"
20873msgstr ""
20874
d93ef2a1 20875#: git-submodule.sh:200
28b3cffc
JX
20876msgid "Relative path can only be used from the toplevel of the working tree"
20877msgstr ""
20878
d93ef2a1 20879#: git-submodule.sh:210
dce37b66
JX
20880#, sh-format
20881msgid "repo URL: '$repo' must be absolute or begin with ./|../"
20882msgstr ""
20883
d93ef2a1 20884#: git-submodule.sh:229
dce37b66 20885#, sh-format
cd1e7487 20886msgid "'$sm_path' already exists in the index"
dce37b66
JX
20887msgstr ""
20888
d93ef2a1 20889#: git-submodule.sh:232
673bfad0
JX
20890#, sh-format
20891msgid "'$sm_path' already exists in the index and is not a submodule"
20892msgstr ""
20893
d93ef2a1
JX
20894#: git-submodule.sh:239
20895#, sh-format
20896msgid "'$sm_path' does not have a commit checked out"
20897msgstr ""
20898
20899#: git-submodule.sh:245
7256fd7c
JX
20900#, sh-format
20901msgid ""
20902"The following path is ignored by one of your .gitignore files:\n"
20903"$sm_path\n"
20904"Use -f if you really want to add it."
20905msgstr ""
20906
d93ef2a1 20907#: git-submodule.sh:268
7256fd7c
JX
20908#, sh-format
20909msgid "Adding existing repo at '$sm_path' to the index"
20910msgstr ""
20911
d93ef2a1 20912#: git-submodule.sh:270
dce37b66 20913#, sh-format
cd1e7487 20914msgid "'$sm_path' already exists and is not a valid git repo"
dce37b66
JX
20915msgstr ""
20916
d93ef2a1 20917#: git-submodule.sh:278
fe52cd62
JX
20918#, sh-format
20919msgid "A git directory for '$sm_name' is found locally with remote(s):"
20920msgstr ""
20921
d93ef2a1 20922#: git-submodule.sh:280
fe52cd62
JX
20923#, sh-format
20924msgid ""
9fa976ff
JX
20925"If you want to reuse this local git directory instead of cloning again from\n"
20926" $realrepo\n"
20927"use the '--force' option. If the local git directory is not the correct "
20928"repo\n"
fe52cd62
JX
20929"or you are unsure what this means choose another name with the '--name' "
20930"option."
20931msgstr ""
20932
d93ef2a1 20933#: git-submodule.sh:286
fe52cd62
JX
20934#, sh-format
20935msgid "Reactivating local git directory for submodule '$sm_name'."
20936msgstr ""
20937
d93ef2a1 20938#: git-submodule.sh:298
dce37b66 20939#, sh-format
cd1e7487 20940msgid "Unable to checkout submodule '$sm_path'"
dce37b66
JX
20941msgstr ""
20942
d93ef2a1 20943#: git-submodule.sh:303
dce37b66 20944#, sh-format
cd1e7487 20945msgid "Failed to add submodule '$sm_path'"
dce37b66
JX
20946msgstr ""
20947
d93ef2a1 20948#: git-submodule.sh:312
dce37b66 20949#, sh-format
cd1e7487 20950msgid "Failed to register submodule '$sm_path'"
dce37b66
JX
20951msgstr ""
20952
d93ef2a1 20953#: git-submodule.sh:573
dce37b66 20954#, sh-format
28b3cffc 20955msgid "Unable to find current revision in submodule path '$displaypath'"
dce37b66
JX
20956msgstr ""
20957
d93ef2a1 20958#: git-submodule.sh:583
dce37b66 20959#, sh-format
cd1e7487 20960msgid "Unable to fetch in submodule path '$sm_path'"
dce37b66
JX
20961msgstr ""
20962
d93ef2a1 20963#: git-submodule.sh:588
9fa976ff
JX
20964#, sh-format
20965msgid ""
20966"Unable to find current ${remote_name}/${branch} revision in submodule path "
20967"'$sm_path'"
20968msgstr ""
20969
d93ef2a1 20970#: git-submodule.sh:606
dce37b66 20971#, sh-format
d93ef2a1
JX
20972msgid ""
20973"Unable to fetch in submodule path '$displaypath'; trying to directly fetch "
20974"$sha1:"
dce37b66
JX
20975msgstr ""
20976
d93ef2a1 20977#: git-submodule.sh:612
9fa976ff
JX
20978#, sh-format
20979msgid ""
20980"Fetched in submodule path '$displaypath', but it did not contain $sha1. "
20981"Direct fetching of that commit failed."
20982msgstr ""
20983
d93ef2a1 20984#: git-submodule.sh:619
5e078fcd
JX
20985#, sh-format
20986msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
20987msgstr ""
20988
d93ef2a1 20989#: git-submodule.sh:620
dce37b66 20990#, sh-format
5e078fcd
JX
20991msgid "Submodule path '$displaypath': checked out '$sha1'"
20992msgstr ""
20993
d93ef2a1 20994#: git-submodule.sh:624
5e078fcd 20995#, sh-format
28b3cffc 20996msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
dce37b66
JX
20997msgstr ""
20998
d93ef2a1 20999#: git-submodule.sh:625
dce37b66 21000#, sh-format
28b3cffc 21001msgid "Submodule path '$displaypath': rebased into '$sha1'"
dce37b66
JX
21002msgstr ""
21003
d93ef2a1 21004#: git-submodule.sh:630
dce37b66 21005#, sh-format
28b3cffc 21006msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
dce37b66
JX
21007msgstr ""
21008
d93ef2a1 21009#: git-submodule.sh:631
dce37b66 21010#, sh-format
28b3cffc 21011msgid "Submodule path '$displaypath': merged in '$sha1'"
dce37b66
JX
21012msgstr ""
21013
d93ef2a1 21014#: git-submodule.sh:636
dce37b66 21015#, sh-format
f517e50d 21016msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
dce37b66
JX
21017msgstr ""
21018
d93ef2a1 21019#: git-submodule.sh:637
dce37b66 21020#, sh-format
f517e50d 21021msgid "Submodule path '$displaypath': '$command $sha1'"
dce37b66
JX
21022msgstr ""
21023
d93ef2a1 21024#: git-submodule.sh:668
28b3cffc
JX
21025#, sh-format
21026msgid "Failed to recurse into submodule path '$displaypath'"
21027msgstr ""
21028
d93ef2a1 21029#: git-submodule.sh:830
3b6137f2 21030msgid "The --cached option cannot be used with the --files option"
7256fd7c
JX
21031msgstr ""
21032
d93ef2a1 21033#: git-submodule.sh:882
7256fd7c
JX
21034#, sh-format
21035msgid "unexpected mode $mod_dst"
dce37b66
JX
21036msgstr ""
21037
d93ef2a1 21038#: git-submodule.sh:902
dce37b66 21039#, sh-format
28b3cffc 21040msgid " Warn: $display_name doesn't contain commit $sha1_src"
dce37b66
JX
21041msgstr ""
21042
d93ef2a1 21043#: git-submodule.sh:905
dce37b66 21044#, sh-format
28b3cffc 21045msgid " Warn: $display_name doesn't contain commit $sha1_dst"
dce37b66
JX
21046msgstr ""
21047
d93ef2a1 21048#: git-submodule.sh:908
dce37b66 21049#, sh-format
28b3cffc 21050msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
dce37b66
JX
21051msgstr ""
21052
f517e50d
JX
21053#: git-parse-remote.sh:89
21054#, sh-format
21055msgid "See git-${cmd}(1) for details."
21056msgstr ""
9fa976ff 21057
6b0f1a9b
JX
21058#: git-rebase--preserve-merges.sh:109
21059msgid "Applied autostash."
21060msgstr ""
21061
21062#: git-rebase--preserve-merges.sh:112
21063#, sh-format
21064msgid "Cannot store $stash_sha1"
21065msgstr ""
21066
21067#: git-rebase--preserve-merges.sh:191
dba9f13c
JX
21068#, sh-format
21069msgid "Rebasing ($new_count/$total)"
21070msgstr ""
21071
6b0f1a9b 21072#: git-rebase--preserve-merges.sh:207
dba9f13c
JX
21073msgid ""
21074"\n"
21075"Commands:\n"
21076"p, pick <commit> = use commit\n"
21077"r, reword <commit> = use commit, but edit the commit message\n"
21078"e, edit <commit> = use commit, but stop for amending\n"
21079"s, squash <commit> = use commit, but meld into previous commit\n"
21080"f, fixup <commit> = like \"squash\", but discard this commit's log message\n"
21081"x, exec <commit> = run command (the rest of the line) using shell\n"
21082"d, drop <commit> = remove commit\n"
21083"l, label <label> = label current HEAD with a name\n"
21084"t, reset <label> = reset HEAD to a label\n"
21085"m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
21086". create a merge commit using the original merge commit's\n"
21087". message (or the oneline, if no original merge commit was\n"
21088". specified). Use -c <commit> to reword the commit message.\n"
21089"\n"
21090"These lines can be re-ordered; they are executed from top to bottom.\n"
21091msgstr ""
21092
6b0f1a9b 21093#: git-rebase--preserve-merges.sh:270
9fa976ff
JX
21094#, sh-format
21095msgid ""
21096"You can amend the commit now, with\n"
21097"\n"
21098"\tgit commit --amend $gpg_sign_opt_quoted\n"
21099"\n"
21100"Once you are satisfied with your changes, run\n"
21101"\n"
21102"\tgit rebase --continue"
21103msgstr ""
21104
6b0f1a9b 21105#: git-rebase--preserve-merges.sh:295
9fa976ff
JX
21106#, sh-format
21107msgid "$sha1: not a commit that can be picked"
21108msgstr ""
21109
6b0f1a9b 21110#: git-rebase--preserve-merges.sh:334
9fa976ff
JX
21111#, sh-format
21112msgid "Invalid commit name: $sha1"
21113msgstr ""
21114
6b0f1a9b 21115#: git-rebase--preserve-merges.sh:364
9fa976ff
JX
21116msgid "Cannot write current commit's replacement sha1"
21117msgstr ""
21118
6b0f1a9b 21119#: git-rebase--preserve-merges.sh:415
9fa976ff
JX
21120#, sh-format
21121msgid "Fast-forward to $sha1"
21122msgstr ""
21123
6b0f1a9b 21124#: git-rebase--preserve-merges.sh:417
9fa976ff
JX
21125#, sh-format
21126msgid "Cannot fast-forward to $sha1"
21127msgstr ""
21128
6b0f1a9b 21129#: git-rebase--preserve-merges.sh:426
9fa976ff
JX
21130#, sh-format
21131msgid "Cannot move HEAD to $first_parent"
21132msgstr ""
21133
6b0f1a9b 21134#: git-rebase--preserve-merges.sh:431
9fa976ff
JX
21135#, sh-format
21136msgid "Refusing to squash a merge: $sha1"
21137msgstr ""
21138
6b0f1a9b 21139#: git-rebase--preserve-merges.sh:449
9fa976ff
JX
21140#, sh-format
21141msgid "Error redoing merge $sha1"
21142msgstr ""
21143
6b0f1a9b 21144#: git-rebase--preserve-merges.sh:458
9fa976ff
JX
21145#, sh-format
21146msgid "Could not pick $sha1"
21147msgstr ""
21148
6b0f1a9b 21149#: git-rebase--preserve-merges.sh:467
5bd166d8
JX
21150#, sh-format
21151msgid "This is the commit message #${n}:"
9fa976ff
JX
21152msgstr ""
21153
6b0f1a9b 21154#: git-rebase--preserve-merges.sh:472
9fa976ff 21155#, sh-format
5bd166d8 21156msgid "The commit message #${n} will be skipped:"
9fa976ff
JX
21157msgstr ""
21158
6b0f1a9b 21159#: git-rebase--preserve-merges.sh:483
9fa976ff 21160#, sh-format
9fa976ff
JX
21161msgid "This is a combination of $count commit."
21162msgid_plural "This is a combination of $count commits."
21163msgstr[0] ""
21164msgstr[1] ""
21165
6b0f1a9b 21166#: git-rebase--preserve-merges.sh:492
9fa976ff
JX
21167#, sh-format
21168msgid "Cannot write $fixup_msg"
21169msgstr ""
21170
6b0f1a9b 21171#: git-rebase--preserve-merges.sh:495
673bfad0 21172msgid "This is a combination of 2 commits."
5bd166d8
JX
21173msgstr ""
21174
6b0f1a9b
JX
21175#: git-rebase--preserve-merges.sh:536 git-rebase--preserve-merges.sh:579
21176#: git-rebase--preserve-merges.sh:582
9fa976ff
JX
21177#, sh-format
21178msgid "Could not apply $sha1... $rest"
21179msgstr ""
21180
6b0f1a9b 21181#: git-rebase--preserve-merges.sh:611
9fa976ff
JX
21182#, sh-format
21183msgid ""
21184"Could not amend commit after successfully picking $sha1... $rest\n"
21185"This is most likely due to an empty commit message, or the pre-commit hook\n"
21186"failed. If the pre-commit hook failed, you may need to resolve the issue "
21187"before\n"
21188"you are able to reword the commit."
21189msgstr ""
21190
6b0f1a9b 21191#: git-rebase--preserve-merges.sh:626
9fa976ff
JX
21192#, sh-format
21193msgid "Stopped at $sha1_abbrev... $rest"
21194msgstr ""
21195
6b0f1a9b 21196#: git-rebase--preserve-merges.sh:641
9fa976ff
JX
21197#, sh-format
21198msgid "Cannot '$squash_style' without a previous commit"
21199msgstr ""
21200
6b0f1a9b 21201#: git-rebase--preserve-merges.sh:683
9fa976ff
JX
21202#, sh-format
21203msgid "Executing: $rest"
21204msgstr ""
21205
6b0f1a9b 21206#: git-rebase--preserve-merges.sh:691
9fa976ff
JX
21207#, sh-format
21208msgid "Execution failed: $rest"
21209msgstr ""
21210
6b0f1a9b 21211#: git-rebase--preserve-merges.sh:693
9fa976ff
JX
21212msgid "and made changes to the index and/or the working tree"
21213msgstr ""
21214
6b0f1a9b 21215#: git-rebase--preserve-merges.sh:695
9fa976ff
JX
21216msgid ""
21217"You can fix the problem, and then run\n"
21218"\n"
21219"\tgit rebase --continue"
21220msgstr ""
21221
21222#. TRANSLATORS: after these lines is a command to be issued by the user
6b0f1a9b 21223#: git-rebase--preserve-merges.sh:708
9fa976ff
JX
21224#, sh-format
21225msgid ""
21226"Execution succeeded: $rest\n"
21227"but left changes to the index and/or the working tree\n"
21228"Commit or stash your changes, and then run\n"
21229"\n"
21230"\tgit rebase --continue"
21231msgstr ""
21232
6b0f1a9b 21233#: git-rebase--preserve-merges.sh:719
9fa976ff
JX
21234#, sh-format
21235msgid "Unknown command: $command $sha1 $rest"
21236msgstr ""
21237
6b0f1a9b 21238#: git-rebase--preserve-merges.sh:720
9fa976ff
JX
21239msgid "Please fix this using 'git rebase --edit-todo'."
21240msgstr ""
21241
6b0f1a9b 21242#: git-rebase--preserve-merges.sh:755
9fa976ff
JX
21243#, sh-format
21244msgid "Successfully rebased and updated $head_name."
21245msgstr ""
21246
6b0f1a9b 21247#: git-rebase--preserve-merges.sh:812
9fa976ff
JX
21248msgid "Could not remove CHERRY_PICK_HEAD"
21249msgstr ""
21250
6b0f1a9b 21251#: git-rebase--preserve-merges.sh:817
9fa976ff
JX
21252#, sh-format
21253msgid ""
21254"You have staged changes in your working tree.\n"
21255"If these changes are meant to be\n"
21256"squashed into the previous commit, run:\n"
21257"\n"
21258" git commit --amend $gpg_sign_opt_quoted\n"
21259"\n"
21260"If they are meant to go into a new commit, run:\n"
21261"\n"
21262" git commit $gpg_sign_opt_quoted\n"
21263"\n"
fda7b092 21264"In both cases, once you're done, continue with:\n"
9fa976ff
JX
21265"\n"
21266" git rebase --continue\n"
21267msgstr ""
21268
6b0f1a9b 21269#: git-rebase--preserve-merges.sh:834
9fa976ff
JX
21270msgid "Error trying to find the author identity to amend commit"
21271msgstr ""
21272
6b0f1a9b 21273#: git-rebase--preserve-merges.sh:839
9fa976ff
JX
21274msgid ""
21275"You have uncommitted changes in your working tree. Please commit them\n"
21276"first and then run 'git rebase --continue' again."
21277msgstr ""
21278
6b0f1a9b 21279#: git-rebase--preserve-merges.sh:844 git-rebase--preserve-merges.sh:848
9fa976ff
JX
21280msgid "Could not commit staged changes."
21281msgstr ""
21282
6b0f1a9b 21283#: git-rebase--preserve-merges.sh:879 git-rebase--preserve-merges.sh:965
12705546
JX
21284msgid "Could not execute editor"
21285msgstr ""
21286
6b0f1a9b 21287#: git-rebase--preserve-merges.sh:900
12705546
JX
21288#, sh-format
21289msgid "Could not checkout $switch_to"
21290msgstr ""
21291
6b0f1a9b 21292#: git-rebase--preserve-merges.sh:907
12705546
JX
21293msgid "No HEAD?"
21294msgstr ""
21295
6b0f1a9b 21296#: git-rebase--preserve-merges.sh:908
12705546
JX
21297#, sh-format
21298msgid "Could not create temporary $state_dir"
21299msgstr ""
21300
6b0f1a9b 21301#: git-rebase--preserve-merges.sh:911
12705546 21302msgid "Could not mark as interactive"
9b7388a8
JX
21303msgstr ""
21304
6b0f1a9b 21305#: git-rebase--preserve-merges.sh:943
12705546
JX
21306#, sh-format
21307msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
21308msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
21309msgstr[0] ""
21310msgstr[1] ""
21311
6b0f1a9b 21312#: git-rebase--preserve-merges.sh:997 git-rebase--preserve-merges.sh:1002
9b7388a8
JX
21313msgid "Could not init rewritten commits"
21314msgstr ""
21315
9fa976ff
JX
21316#: git-sh-setup.sh:89 git-sh-setup.sh:94
21317#, sh-format
21318msgid "usage: $dashless $USAGE"
21319msgstr ""
21320
d93ef2a1 21321#: git-sh-setup.sh:191
9fa976ff
JX
21322#, sh-format
21323msgid "Cannot chdir to $cdup, the toplevel of the working tree"
21324msgstr ""
21325
d93ef2a1 21326#: git-sh-setup.sh:200 git-sh-setup.sh:207
9fa976ff
JX
21327#, sh-format
21328msgid "fatal: $program_name cannot be used without a working tree."
21329msgstr ""
21330
d93ef2a1 21331#: git-sh-setup.sh:221
9fa976ff
JX
21332msgid "Cannot rebase: You have unstaged changes."
21333msgstr ""
21334
d93ef2a1 21335#: git-sh-setup.sh:224
9fa976ff
JX
21336msgid "Cannot rewrite branches: You have unstaged changes."
21337msgstr ""
21338
d93ef2a1 21339#: git-sh-setup.sh:227
fda7b092
JX
21340msgid "Cannot pull with rebase: You have unstaged changes."
21341msgstr ""
21342
d93ef2a1 21343#: git-sh-setup.sh:230
9fa976ff
JX
21344#, sh-format
21345msgid "Cannot $action: You have unstaged changes."
21346msgstr ""
21347
d93ef2a1 21348#: git-sh-setup.sh:243
9fa976ff
JX
21349msgid "Cannot rebase: Your index contains uncommitted changes."
21350msgstr ""
21351
d93ef2a1 21352#: git-sh-setup.sh:246
fda7b092
JX
21353msgid "Cannot pull with rebase: Your index contains uncommitted changes."
21354msgstr ""
21355
d93ef2a1 21356#: git-sh-setup.sh:249
9fa976ff
JX
21357#, sh-format
21358msgid "Cannot $action: Your index contains uncommitted changes."
21359msgstr ""
21360
d93ef2a1 21361#: git-sh-setup.sh:253
fda7b092
JX
21362msgid "Additionally, your index contains uncommitted changes."
21363msgstr ""
21364
d93ef2a1 21365#: git-sh-setup.sh:373
9fa976ff
JX
21366msgid "You need to run this command from the toplevel of the working tree."
21367msgstr ""
21368
d93ef2a1 21369#: git-sh-setup.sh:378
9fa976ff
JX
21370msgid "Unable to determine absolute path of git directory"
21371msgstr ""
673bfad0
JX
21372
21373#. TRANSLATORS: you can adjust this to align "git add -i" status menu
6b0f1a9b 21374#: git-add--interactive.perl:210
673bfad0
JX
21375#, perl-format
21376msgid "%12s %12s %s"
21377msgstr ""
21378
6b0f1a9b 21379#: git-add--interactive.perl:211
673bfad0
JX
21380msgid "staged"
21381msgstr ""
21382
6b0f1a9b 21383#: git-add--interactive.perl:211
673bfad0
JX
21384msgid "unstaged"
21385msgstr ""
21386
6b0f1a9b 21387#: git-add--interactive.perl:267 git-add--interactive.perl:292
673bfad0
JX
21388msgid "binary"
21389msgstr ""
21390
6b0f1a9b 21391#: git-add--interactive.perl:276 git-add--interactive.perl:330
673bfad0
JX
21392msgid "nothing"
21393msgstr ""
21394
6b0f1a9b 21395#: git-add--interactive.perl:312 git-add--interactive.perl:327
673bfad0
JX
21396msgid "unchanged"
21397msgstr ""
21398
6b0f1a9b 21399#: git-add--interactive.perl:623
673bfad0
JX
21400#, perl-format
21401msgid "added %d path\n"
21402msgid_plural "added %d paths\n"
21403msgstr[0] ""
21404msgstr[1] ""
21405
6b0f1a9b 21406#: git-add--interactive.perl:626
673bfad0
JX
21407#, perl-format
21408msgid "updated %d path\n"
21409msgid_plural "updated %d paths\n"
21410msgstr[0] ""
21411msgstr[1] ""
21412
6b0f1a9b 21413#: git-add--interactive.perl:629
673bfad0
JX
21414#, perl-format
21415msgid "reverted %d path\n"
21416msgid_plural "reverted %d paths\n"
21417msgstr[0] ""
21418msgstr[1] ""
21419
6b0f1a9b 21420#: git-add--interactive.perl:632
673bfad0
JX
21421#, perl-format
21422msgid "touched %d path\n"
21423msgid_plural "touched %d paths\n"
21424msgstr[0] ""
21425msgstr[1] ""
21426
6b0f1a9b 21427#: git-add--interactive.perl:641
673bfad0
JX
21428msgid "Update"
21429msgstr ""
21430
6b0f1a9b 21431#: git-add--interactive.perl:653
673bfad0
JX
21432msgid "Revert"
21433msgstr ""
21434
6b0f1a9b 21435#: git-add--interactive.perl:676
673bfad0
JX
21436#, perl-format
21437msgid "note: %s is untracked now.\n"
21438msgstr ""
21439
6b0f1a9b 21440#: git-add--interactive.perl:687
673bfad0
JX
21441msgid "Add untracked"
21442msgstr ""
21443
6b0f1a9b 21444#: git-add--interactive.perl:693
673bfad0
JX
21445msgid "No untracked files.\n"
21446msgstr ""
21447
6b0f1a9b 21448#: git-add--interactive.perl:1051
673bfad0
JX
21449msgid ""
21450"If the patch applies cleanly, the edited hunk will immediately be\n"
21451"marked for staging."
21452msgstr ""
21453
6b0f1a9b 21454#: git-add--interactive.perl:1054
673bfad0
JX
21455msgid ""
21456"If the patch applies cleanly, the edited hunk will immediately be\n"
21457"marked for stashing."
21458msgstr ""
21459
6b0f1a9b 21460#: git-add--interactive.perl:1057
673bfad0
JX
21461msgid ""
21462"If the patch applies cleanly, the edited hunk will immediately be\n"
21463"marked for unstaging."
21464msgstr ""
21465
6b0f1a9b
JX
21466#: git-add--interactive.perl:1060 git-add--interactive.perl:1069
21467#: git-add--interactive.perl:1075
673bfad0
JX
21468msgid ""
21469"If the patch applies cleanly, the edited hunk will immediately be\n"
21470"marked for applying."
21471msgstr ""
21472
6b0f1a9b
JX
21473#: git-add--interactive.perl:1063 git-add--interactive.perl:1066
21474#: git-add--interactive.perl:1072
673bfad0
JX
21475msgid ""
21476"If the patch applies cleanly, the edited hunk will immediately be\n"
21477"marked for discarding."
21478msgstr ""
21479
6b0f1a9b 21480#: git-add--interactive.perl:1109
673bfad0
JX
21481#, perl-format
21482msgid "failed to open hunk edit file for writing: %s"
21483msgstr ""
21484
6b0f1a9b 21485#: git-add--interactive.perl:1110
673bfad0
JX
21486msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
21487msgstr ""
21488
6b0f1a9b 21489#: git-add--interactive.perl:1116
673bfad0
JX
21490#, perl-format
21491msgid ""
21492"---\n"
21493"To remove '%s' lines, make them ' ' lines (context).\n"
21494"To remove '%s' lines, delete them.\n"
21495"Lines starting with %s will be removed.\n"
21496msgstr ""
21497
21498#. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
6b0f1a9b 21499#: git-add--interactive.perl:1124
673bfad0
JX
21500msgid ""
21501"If it does not apply cleanly, you will be given an opportunity to\n"
21502"edit again. If all lines of the hunk are removed, then the edit is\n"
21503"aborted and the hunk is left unchanged.\n"
21504msgstr ""
21505
6b0f1a9b 21506#: git-add--interactive.perl:1138
673bfad0
JX
21507#, perl-format
21508msgid "failed to open hunk edit file for reading: %s"
21509msgstr ""
21510
21511#. TRANSLATORS: do not translate [y/n]
21512#. The program will only accept that input
21513#. at this point.
21514#. Consider translating (saying "no" discards!) as
21515#. (saying "n" for "no" discards!) if the translation
21516#. of the word "no" does not start with n.
6b0f1a9b 21517#: git-add--interactive.perl:1237
673bfad0
JX
21518msgid ""
21519"Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
21520msgstr ""
21521
6b0f1a9b 21522#: git-add--interactive.perl:1246
673bfad0
JX
21523msgid ""
21524"y - stage this hunk\n"
21525"n - do not stage this hunk\n"
21526"q - quit; do not stage this hunk or any of the remaining ones\n"
21527"a - stage this hunk and all later hunks in the file\n"
21528"d - do not stage this hunk or any of the later hunks in the file"
21529msgstr ""
21530
6b0f1a9b 21531#: git-add--interactive.perl:1252
673bfad0
JX
21532msgid ""
21533"y - stash this hunk\n"
21534"n - do not stash this hunk\n"
21535"q - quit; do not stash this hunk or any of the remaining ones\n"
21536"a - stash this hunk and all later hunks in the file\n"
21537"d - do not stash this hunk or any of the later hunks in the file"
21538msgstr ""
21539
6b0f1a9b 21540#: git-add--interactive.perl:1258
673bfad0
JX
21541msgid ""
21542"y - unstage this hunk\n"
21543"n - do not unstage this hunk\n"
21544"q - quit; do not unstage this hunk or any of the remaining ones\n"
21545"a - unstage this hunk and all later hunks in the file\n"
21546"d - do not unstage this hunk or any of the later hunks in the file"
21547msgstr ""
21548
6b0f1a9b 21549#: git-add--interactive.perl:1264
673bfad0
JX
21550msgid ""
21551"y - apply this hunk to index\n"
21552"n - do not apply this hunk to index\n"
21553"q - quit; do not apply this hunk or any of the remaining ones\n"
21554"a - apply this hunk and all later hunks in the file\n"
21555"d - do not apply this hunk or any of the later hunks in the file"
21556msgstr ""
21557
6b0f1a9b 21558#: git-add--interactive.perl:1270 git-add--interactive.perl:1288
673bfad0
JX
21559msgid ""
21560"y - discard this hunk from worktree\n"
21561"n - do not discard this hunk from worktree\n"
21562"q - quit; do not discard this hunk or any of the remaining ones\n"
21563"a - discard this hunk and all later hunks in the file\n"
21564"d - do not discard this hunk or any of the later hunks in the file"
21565msgstr ""
21566
6b0f1a9b 21567#: git-add--interactive.perl:1276
673bfad0
JX
21568msgid ""
21569"y - discard this hunk from index and worktree\n"
21570"n - do not discard this hunk from index and worktree\n"
21571"q - quit; do not discard this hunk or any of the remaining ones\n"
21572"a - discard this hunk and all later hunks in the file\n"
21573"d - do not discard this hunk or any of the later hunks in the file"
21574msgstr ""
21575
6b0f1a9b 21576#: git-add--interactive.perl:1282
673bfad0
JX
21577msgid ""
21578"y - apply this hunk to index and worktree\n"
21579"n - do not apply this hunk to index and worktree\n"
21580"q - quit; do not apply this hunk or any of the remaining ones\n"
21581"a - apply this hunk and all later hunks in the file\n"
21582"d - do not apply this hunk or any of the later hunks in the file"
21583msgstr ""
21584
6b0f1a9b
JX
21585#: git-add--interactive.perl:1294
21586msgid ""
21587"y - apply this hunk to worktree\n"
21588"n - do not apply this hunk to worktree\n"
21589"q - quit; do not apply this hunk or any of the remaining ones\n"
21590"a - apply this hunk and all later hunks in the file\n"
21591"d - do not apply this hunk or any of the later hunks in the file"
21592msgstr ""
21593
21594#: git-add--interactive.perl:1309
673bfad0
JX
21595msgid ""
21596"g - select a hunk to go to\n"
21597"/ - search for a hunk matching the given regex\n"
21598"j - leave this hunk undecided, see next undecided hunk\n"
21599"J - leave this hunk undecided, see next hunk\n"
21600"k - leave this hunk undecided, see previous undecided hunk\n"
21601"K - leave this hunk undecided, see previous hunk\n"
21602"s - split the current hunk into smaller hunks\n"
21603"e - manually edit the current hunk\n"
21604"? - print help\n"
21605msgstr ""
21606
6b0f1a9b 21607#: git-add--interactive.perl:1340
673bfad0
JX
21608msgid "The selected hunks do not apply to the index!\n"
21609msgstr ""
21610
6b0f1a9b 21611#: git-add--interactive.perl:1341
673bfad0
JX
21612msgid "Apply them to the worktree anyway? "
21613msgstr ""
21614
6b0f1a9b 21615#: git-add--interactive.perl:1344
673bfad0
JX
21616msgid "Nothing was applied.\n"
21617msgstr ""
21618
6b0f1a9b 21619#: git-add--interactive.perl:1355
673bfad0
JX
21620#, perl-format
21621msgid "ignoring unmerged: %s\n"
21622msgstr ""
21623
6b0f1a9b 21624#: git-add--interactive.perl:1364
673bfad0
JX
21625msgid "Only binary files changed.\n"
21626msgstr ""
21627
6b0f1a9b 21628#: git-add--interactive.perl:1366
673bfad0
JX
21629msgid "No changes.\n"
21630msgstr ""
21631
6b0f1a9b 21632#: git-add--interactive.perl:1374
673bfad0
JX
21633msgid "Patch update"
21634msgstr ""
21635
6b0f1a9b 21636#: git-add--interactive.perl:1426
673bfad0 21637#, perl-format
abc8de64 21638msgid "Stage mode change [y,n,q,a,d%s,?]? "
673bfad0
JX
21639msgstr ""
21640
6b0f1a9b 21641#: git-add--interactive.perl:1427
673bfad0 21642#, perl-format
abc8de64 21643msgid "Stage deletion [y,n,q,a,d%s,?]? "
673bfad0
JX
21644msgstr ""
21645
6b0f1a9b 21646#: git-add--interactive.perl:1428
673bfad0 21647#, perl-format
abc8de64 21648msgid "Stage this hunk [y,n,q,a,d%s,?]? "
673bfad0
JX
21649msgstr ""
21650
6b0f1a9b 21651#: git-add--interactive.perl:1431
673bfad0 21652#, perl-format
abc8de64 21653msgid "Stash mode change [y,n,q,a,d%s,?]? "
673bfad0
JX
21654msgstr ""
21655
6b0f1a9b 21656#: git-add--interactive.perl:1432
673bfad0 21657#, perl-format
abc8de64 21658msgid "Stash deletion [y,n,q,a,d%s,?]? "
673bfad0
JX
21659msgstr ""
21660
6b0f1a9b 21661#: git-add--interactive.perl:1433
673bfad0 21662#, perl-format
abc8de64 21663msgid "Stash this hunk [y,n,q,a,d%s,?]? "
673bfad0
JX
21664msgstr ""
21665
6b0f1a9b 21666#: git-add--interactive.perl:1436
673bfad0 21667#, perl-format
abc8de64 21668msgid "Unstage mode change [y,n,q,a,d%s,?]? "
673bfad0
JX
21669msgstr ""
21670
6b0f1a9b 21671#: git-add--interactive.perl:1437
673bfad0 21672#, perl-format
abc8de64 21673msgid "Unstage deletion [y,n,q,a,d%s,?]? "
673bfad0
JX
21674msgstr ""
21675
6b0f1a9b 21676#: git-add--interactive.perl:1438
673bfad0 21677#, perl-format
abc8de64 21678msgid "Unstage this hunk [y,n,q,a,d%s,?]? "
673bfad0
JX
21679msgstr ""
21680
6b0f1a9b 21681#: git-add--interactive.perl:1441
673bfad0 21682#, perl-format
abc8de64 21683msgid "Apply mode change to index [y,n,q,a,d%s,?]? "
673bfad0
JX
21684msgstr ""
21685
6b0f1a9b 21686#: git-add--interactive.perl:1442
673bfad0 21687#, perl-format
abc8de64 21688msgid "Apply deletion to index [y,n,q,a,d%s,?]? "
673bfad0
JX
21689msgstr ""
21690
6b0f1a9b 21691#: git-add--interactive.perl:1443
673bfad0 21692#, perl-format
abc8de64 21693msgid "Apply this hunk to index [y,n,q,a,d%s,?]? "
673bfad0
JX
21694msgstr ""
21695
6b0f1a9b 21696#: git-add--interactive.perl:1446 git-add--interactive.perl:1461
673bfad0 21697#, perl-format
abc8de64 21698msgid "Discard mode change from worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
21699msgstr ""
21700
6b0f1a9b 21701#: git-add--interactive.perl:1447 git-add--interactive.perl:1462
673bfad0 21702#, perl-format
abc8de64 21703msgid "Discard deletion from worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
21704msgstr ""
21705
6b0f1a9b 21706#: git-add--interactive.perl:1448 git-add--interactive.perl:1463
673bfad0 21707#, perl-format
abc8de64 21708msgid "Discard this hunk from worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
21709msgstr ""
21710
6b0f1a9b 21711#: git-add--interactive.perl:1451
673bfad0 21712#, perl-format
abc8de64 21713msgid "Discard mode change from index and worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
21714msgstr ""
21715
6b0f1a9b 21716#: git-add--interactive.perl:1452
673bfad0 21717#, perl-format
abc8de64 21718msgid "Discard deletion from index and worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
21719msgstr ""
21720
6b0f1a9b 21721#: git-add--interactive.perl:1453
673bfad0 21722#, perl-format
abc8de64 21723msgid "Discard this hunk from index and worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
21724msgstr ""
21725
6b0f1a9b 21726#: git-add--interactive.perl:1456
673bfad0 21727#, perl-format
abc8de64 21728msgid "Apply mode change to index and worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
21729msgstr ""
21730
6b0f1a9b 21731#: git-add--interactive.perl:1457
673bfad0 21732#, perl-format
abc8de64 21733msgid "Apply deletion to index and worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
21734msgstr ""
21735
6b0f1a9b 21736#: git-add--interactive.perl:1458
673bfad0 21737#, perl-format
abc8de64 21738msgid "Apply this hunk to index and worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
21739msgstr ""
21740
6b0f1a9b
JX
21741#: git-add--interactive.perl:1466
21742#, perl-format
21743msgid "Apply mode change to worktree [y,n,q,a,d%s,?]? "
21744msgstr ""
21745
21746#: git-add--interactive.perl:1467
21747#, perl-format
21748msgid "Apply deletion to worktree [y,n,q,a,d%s,?]? "
21749msgstr ""
21750
21751#: git-add--interactive.perl:1468
21752#, perl-format
21753msgid "Apply this hunk to worktree [y,n,q,a,d%s,?]? "
21754msgstr ""
21755
21756#: git-add--interactive.perl:1568
abc8de64
JX
21757msgid "No other hunks to goto\n"
21758msgstr ""
21759
6b0f1a9b 21760#: git-add--interactive.perl:1575
673bfad0
JX
21761msgid "go to which hunk (<ret> to see more)? "
21762msgstr ""
21763
6b0f1a9b 21764#: git-add--interactive.perl:1577
673bfad0
JX
21765msgid "go to which hunk? "
21766msgstr ""
21767
6b0f1a9b 21768#: git-add--interactive.perl:1586
673bfad0
JX
21769#, perl-format
21770msgid "Invalid number: '%s'\n"
21771msgstr ""
21772
6b0f1a9b 21773#: git-add--interactive.perl:1591
673bfad0
JX
21774#, perl-format
21775msgid "Sorry, only %d hunk available.\n"
21776msgid_plural "Sorry, only %d hunks available.\n"
21777msgstr[0] ""
21778msgstr[1] ""
21779
6b0f1a9b 21780#: git-add--interactive.perl:1617
abc8de64
JX
21781msgid "No other hunks to search\n"
21782msgstr ""
21783
6b0f1a9b 21784#: git-add--interactive.perl:1621
673bfad0
JX
21785msgid "search for regex? "
21786msgstr ""
21787
6b0f1a9b 21788#: git-add--interactive.perl:1634
673bfad0
JX
21789#, perl-format
21790msgid "Malformed search regexp %s: %s\n"
21791msgstr ""
21792
6b0f1a9b 21793#: git-add--interactive.perl:1644
673bfad0
JX
21794msgid "No hunk matches the given pattern\n"
21795msgstr ""
21796
6b0f1a9b 21797#: git-add--interactive.perl:1656 git-add--interactive.perl:1678
673bfad0
JX
21798msgid "No previous hunk\n"
21799msgstr ""
21800
6b0f1a9b 21801#: git-add--interactive.perl:1665 git-add--interactive.perl:1684
673bfad0
JX
21802msgid "No next hunk\n"
21803msgstr ""
21804
6b0f1a9b 21805#: git-add--interactive.perl:1690
abc8de64
JX
21806msgid "Sorry, cannot split this hunk\n"
21807msgstr ""
21808
6b0f1a9b 21809#: git-add--interactive.perl:1696
673bfad0
JX
21810#, perl-format
21811msgid "Split into %d hunk.\n"
21812msgid_plural "Split into %d hunks.\n"
21813msgstr[0] ""
21814msgstr[1] ""
21815
6b0f1a9b 21816#: git-add--interactive.perl:1706
abc8de64
JX
21817msgid "Sorry, cannot edit this hunk\n"
21818msgstr ""
21819
6b0f1a9b 21820#: git-add--interactive.perl:1752
673bfad0
JX
21821msgid "Review diff"
21822msgstr ""
21823
21824#. TRANSLATORS: please do not translate the command names
21825#. 'status', 'update', 'revert', etc.
6b0f1a9b 21826#: git-add--interactive.perl:1771
673bfad0
JX
21827msgid ""
21828"status - show paths with changes\n"
21829"update - add working tree state to the staged set of changes\n"
21830"revert - revert staged set of changes back to the HEAD version\n"
21831"patch - pick hunks and update selectively\n"
dfc182b1 21832"diff - view diff between HEAD and index\n"
673bfad0
JX
21833"add untracked - add contents of untracked files to the staged set of "
21834"changes\n"
21835msgstr ""
21836
6b0f1a9b
JX
21837#: git-add--interactive.perl:1788 git-add--interactive.perl:1793
21838#: git-add--interactive.perl:1796 git-add--interactive.perl:1803
21839#: git-add--interactive.perl:1806 git-add--interactive.perl:1813
21840#: git-add--interactive.perl:1817 git-add--interactive.perl:1823
673bfad0
JX
21841msgid "missing --"
21842msgstr ""
21843
6b0f1a9b 21844#: git-add--interactive.perl:1819
673bfad0
JX
21845#, perl-format
21846msgid "unknown --patch mode: %s"
21847msgstr ""
21848
6b0f1a9b 21849#: git-add--interactive.perl:1825 git-add--interactive.perl:1831
673bfad0
JX
21850#, perl-format
21851msgid "invalid argument %s, expecting --"
21852msgstr ""
21853
12705546 21854#: git-send-email.perl:138
673bfad0
JX
21855msgid "local zone differs from GMT by a non-minute interval\n"
21856msgstr ""
21857
12705546 21858#: git-send-email.perl:145 git-send-email.perl:151
673bfad0
JX
21859msgid "local time offset greater than or equal to 24 hours\n"
21860msgstr ""
21861
6b0f1a9b 21862#: git-send-email.perl:223 git-send-email.perl:229
673bfad0
JX
21863msgid "the editor exited uncleanly, aborting everything"
21864msgstr ""
21865
6b0f1a9b 21866#: git-send-email.perl:310
673bfad0
JX
21867#, perl-format
21868msgid ""
21869"'%s' contains an intermediate version of the email you were composing.\n"
21870msgstr ""
21871
6b0f1a9b 21872#: git-send-email.perl:315
673bfad0
JX
21873#, perl-format
21874msgid "'%s.final' contains the composed email.\n"
21875msgstr ""
21876
6b0f1a9b 21877#: git-send-email.perl:408
673bfad0
JX
21878msgid "--dump-aliases incompatible with other options\n"
21879msgstr ""
21880
6b0f1a9b 21881#: git-send-email.perl:481 git-send-email.perl:683
673bfad0
JX
21882msgid "Cannot run git format-patch from outside a repository\n"
21883msgstr ""
21884
6b0f1a9b 21885#: git-send-email.perl:484
abc8de64
JX
21886msgid ""
21887"`batch-size` and `relogin` must be specified together (via command-line or "
21888"configuration option)\n"
21889msgstr ""
21890
6b0f1a9b 21891#: git-send-email.perl:497
673bfad0
JX
21892#, perl-format
21893msgid "Unknown --suppress-cc field: '%s'\n"
21894msgstr ""
21895
6b0f1a9b 21896#: git-send-email.perl:528
673bfad0
JX
21897#, perl-format
21898msgid "Unknown --confirm setting: '%s'\n"
21899msgstr ""
21900
6b0f1a9b 21901#: git-send-email.perl:556
673bfad0
JX
21902#, perl-format
21903msgid "warning: sendmail alias with quotes is not supported: %s\n"
21904msgstr ""
21905
6b0f1a9b 21906#: git-send-email.perl:558
673bfad0
JX
21907#, perl-format
21908msgid "warning: `:include:` not supported: %s\n"
21909msgstr ""
21910
6b0f1a9b 21911#: git-send-email.perl:560
673bfad0
JX
21912#, perl-format
21913msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
21914msgstr ""
21915
6b0f1a9b 21916#: git-send-email.perl:565
673bfad0
JX
21917#, perl-format
21918msgid "warning: sendmail line is not recognized: %s\n"
21919msgstr ""
21920
6b0f1a9b 21921#: git-send-email.perl:649
673bfad0
JX
21922#, perl-format
21923msgid ""
21924"File '%s' exists but it could also be the range of commits\n"
21925"to produce patches for. Please disambiguate by...\n"
21926"\n"
21927" * Saying \"./%s\" if you mean a file; or\n"
21928" * Giving --format-patch option if you mean a range.\n"
21929msgstr ""
21930
6b0f1a9b 21931#: git-send-email.perl:670
673bfad0
JX
21932#, perl-format
21933msgid "Failed to opendir %s: %s"
21934msgstr ""
21935
6b0f1a9b 21936#: git-send-email.perl:694
673bfad0
JX
21937#, perl-format
21938msgid ""
21939"fatal: %s: %s\n"
21940"warning: no patches were sent\n"
21941msgstr ""
21942
6b0f1a9b 21943#: git-send-email.perl:705
673bfad0
JX
21944msgid ""
21945"\n"
21946"No patch files specified!\n"
21947"\n"
21948msgstr ""
21949
6b0f1a9b 21950#: git-send-email.perl:718
673bfad0
JX
21951#, perl-format
21952msgid "No subject line in %s?"
21953msgstr ""
21954
6b0f1a9b 21955#: git-send-email.perl:728
673bfad0
JX
21956#, perl-format
21957msgid "Failed to open for writing %s: %s"
21958msgstr ""
21959
6b0f1a9b 21960#: git-send-email.perl:739
673bfad0
JX
21961msgid ""
21962"Lines beginning in \"GIT:\" will be removed.\n"
21963"Consider including an overall diffstat or table of contents\n"
21964"for the patch you are writing.\n"
21965"\n"
21966"Clear the body content if you don't wish to send a summary.\n"
21967msgstr ""
21968
6b0f1a9b 21969#: git-send-email.perl:763
673bfad0
JX
21970#, perl-format
21971msgid "Failed to open %s: %s"
21972msgstr ""
21973
6b0f1a9b 21974#: git-send-email.perl:780
abc8de64
JX
21975#, perl-format
21976msgid "Failed to open %s.final: %s"
673bfad0
JX
21977msgstr ""
21978
6b0f1a9b 21979#: git-send-email.perl:823
673bfad0
JX
21980msgid "Summary email is empty, skipping it\n"
21981msgstr ""
21982
21983#. TRANSLATORS: please keep [y/N] as is.
6b0f1a9b 21984#: git-send-email.perl:858
673bfad0
JX
21985#, perl-format
21986msgid "Are you sure you want to use <%s> [y/N]? "
21987msgstr ""
21988
6b0f1a9b 21989#: git-send-email.perl:913
673bfad0
JX
21990msgid ""
21991"The following files are 8bit, but do not declare a Content-Transfer-"
21992"Encoding.\n"
21993msgstr ""
21994
6b0f1a9b 21995#: git-send-email.perl:918
673bfad0
JX
21996msgid "Which 8bit encoding should I declare [UTF-8]? "
21997msgstr ""
21998
6b0f1a9b 21999#: git-send-email.perl:926
673bfad0
JX
22000#, perl-format
22001msgid ""
22002"Refusing to send because the patch\n"
22003"\t%s\n"
22004"has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
22005"want to send.\n"
22006msgstr ""
22007
6b0f1a9b 22008#: git-send-email.perl:945
673bfad0
JX
22009msgid "To whom should the emails be sent (if anyone)?"
22010msgstr ""
22011
6b0f1a9b 22012#: git-send-email.perl:963
673bfad0
JX
22013#, perl-format
22014msgid "fatal: alias '%s' expands to itself\n"
22015msgstr ""
22016
6b0f1a9b 22017#: git-send-email.perl:975
673bfad0
JX
22018msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
22019msgstr ""
22020
6b0f1a9b 22021#: git-send-email.perl:1033 git-send-email.perl:1041
673bfad0
JX
22022#, perl-format
22023msgid "error: unable to extract a valid address from: %s\n"
22024msgstr ""
22025
22026#. TRANSLATORS: Make sure to include [q] [d] [e] in your
22027#. translation. The program will only accept English input
22028#. at this point.
6b0f1a9b 22029#: git-send-email.perl:1045
673bfad0
JX
22030msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
22031msgstr ""
22032
6b0f1a9b 22033#: git-send-email.perl:1362
673bfad0
JX
22034#, perl-format
22035msgid "CA path \"%s\" does not exist"
22036msgstr ""
22037
6b0f1a9b 22038#: git-send-email.perl:1445
673bfad0
JX
22039msgid ""
22040" The Cc list above has been expanded by additional\n"
22041" addresses found in the patch commit message. By default\n"
22042" send-email prompts before sending whenever this occurs.\n"
22043" This behavior is controlled by the sendemail.confirm\n"
22044" configuration setting.\n"
22045"\n"
22046" For additional information, run 'git send-email --help'.\n"
22047" To retain the current behavior, but squelch this message,\n"
22048" run 'git config --global sendemail.confirm auto'.\n"
22049"\n"
22050msgstr ""
22051
9b7388a8 22052#. TRANSLATORS: Make sure to include [y] [n] [e] [q] [a] in your
673bfad0
JX
22053#. translation. The program will only accept English input
22054#. at this point.
6b0f1a9b 22055#: git-send-email.perl:1460
9b7388a8 22056msgid "Send this email? ([y]es|[n]o|[e]dit|[q]uit|[a]ll): "
673bfad0
JX
22057msgstr ""
22058
6b0f1a9b 22059#: git-send-email.perl:1463
673bfad0
JX
22060msgid "Send this email reply required"
22061msgstr ""
22062
6b0f1a9b 22063#: git-send-email.perl:1491
673bfad0
JX
22064msgid "The required SMTP server is not properly defined."
22065msgstr ""
22066
6b0f1a9b 22067#: git-send-email.perl:1538
673bfad0
JX
22068#, perl-format
22069msgid "Server does not support STARTTLS! %s"
22070msgstr ""
22071
6b0f1a9b 22072#: git-send-email.perl:1543 git-send-email.perl:1547
5b34e000
JX
22073#, perl-format
22074msgid "STARTTLS failed! %s"
22075msgstr ""
22076
6b0f1a9b 22077#: git-send-email.perl:1556
673bfad0
JX
22078msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
22079msgstr ""
22080
6b0f1a9b 22081#: git-send-email.perl:1574
673bfad0
JX
22082#, perl-format
22083msgid "Failed to send %s\n"
22084msgstr ""
22085
6b0f1a9b 22086#: git-send-email.perl:1577
673bfad0
JX
22087#, perl-format
22088msgid "Dry-Sent %s\n"
22089msgstr ""
22090
6b0f1a9b 22091#: git-send-email.perl:1577
673bfad0
JX
22092#, perl-format
22093msgid "Sent %s\n"
22094msgstr ""
22095
6b0f1a9b 22096#: git-send-email.perl:1579
673bfad0
JX
22097msgid "Dry-OK. Log says:\n"
22098msgstr ""
22099
6b0f1a9b 22100#: git-send-email.perl:1579
673bfad0
JX
22101msgid "OK. Log says:\n"
22102msgstr ""
22103
6b0f1a9b 22104#: git-send-email.perl:1591
673bfad0
JX
22105msgid "Result: "
22106msgstr ""
22107
6b0f1a9b 22108#: git-send-email.perl:1594
673bfad0
JX
22109msgid "Result: OK\n"
22110msgstr ""
22111
6b0f1a9b 22112#: git-send-email.perl:1612
673bfad0
JX
22113#, perl-format
22114msgid "can't open file %s"
22115msgstr ""
22116
6b0f1a9b 22117#: git-send-email.perl:1659 git-send-email.perl:1679
673bfad0
JX
22118#, perl-format
22119msgid "(mbox) Adding cc: %s from line '%s'\n"
22120msgstr ""
22121
6b0f1a9b 22122#: git-send-email.perl:1665
673bfad0
JX
22123#, perl-format
22124msgid "(mbox) Adding to: %s from line '%s'\n"
22125msgstr ""
22126
6b0f1a9b 22127#: git-send-email.perl:1718
673bfad0
JX
22128#, perl-format
22129msgid "(non-mbox) Adding cc: %s from line '%s'\n"
22130msgstr ""
22131
6b0f1a9b 22132#: git-send-email.perl:1753
673bfad0
JX
22133#, perl-format
22134msgid "(body) Adding cc: %s from line '%s'\n"
22135msgstr ""
22136
6b0f1a9b 22137#: git-send-email.perl:1864
673bfad0
JX
22138#, perl-format
22139msgid "(%s) Could not execute '%s'"
22140msgstr ""
22141
6b0f1a9b 22142#: git-send-email.perl:1871
673bfad0
JX
22143#, perl-format
22144msgid "(%s) Adding %s: %s from: '%s'\n"
22145msgstr ""
22146
6b0f1a9b 22147#: git-send-email.perl:1875
673bfad0
JX
22148#, perl-format
22149msgid "(%s) failed to close pipe to '%s'"
22150msgstr ""
22151
6b0f1a9b 22152#: git-send-email.perl:1905
673bfad0
JX
22153msgid "cannot send message as 7bit"
22154msgstr ""
22155
6b0f1a9b 22156#: git-send-email.perl:1913
673bfad0
JX
22157msgid "invalid transfer encoding"
22158msgstr ""
22159
6b0f1a9b 22160#: git-send-email.perl:1954 git-send-email.perl:2006 git-send-email.perl:2016
673bfad0
JX
22161#, perl-format
22162msgid "unable to open %s: %s\n"
22163msgstr ""
22164
6b0f1a9b 22165#: git-send-email.perl:1957
673bfad0
JX
22166#, perl-format
22167msgid "%s: patch contains a line longer than 998 characters"
22168msgstr ""
22169
6b0f1a9b 22170#: git-send-email.perl:1974
673bfad0
JX
22171#, perl-format
22172msgid "Skipping %s with backup suffix '%s'.\n"
22173msgstr ""
22174
22175#. TRANSLATORS: please keep "[y|N]" as is.
6b0f1a9b 22176#: git-send-email.perl:1978
673bfad0
JX
22177#, perl-format
22178msgid "Do you really want to send %s? [y|N]: "
22179msgstr ""