]> git.ipfire.org Git - thirdparty/git.git/blame - po/git.pot
Merge tag 'v2.24.0-rc1' of github.com:git/git into master
[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"
3d0a05b4 11"POT-Creation-Date: 2019-10-21 19:55+0800\n"
dce37b66
JX
12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14"Language-Team: LANGUAGE <LL@li.org>\n"
15"Language: \n"
16"MIME-Version: 1.0\n"
17"Content-Type: text/plain; charset=CHARSET\n"
18"Content-Transfer-Encoding: 8bit\n"
19"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
20
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
3d0a05b4
JX
3148#: grep.c:627
3149msgid ""
3150"given pattern contains NULL byte (via -f <file>). This is only supported "
3151"with -P under PCRE v2"
3152msgstr ""
3153
3154#: grep.c:2083
d93ef2a1
JX
3155#, c-format
3156msgid "'%s': unable to read %s"
3157msgstr ""
3158
3d0a05b4 3159#: grep.c:2100 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
3d0a05b4 3165#: grep.c:2111
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
3d0a05b4 6993#: transport-helper.c:543 transport-helper.c:1128
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
3d0a05b4 7041#: transport-helper.c:861
dba9f13c
JX
7042#, c-format
7043msgid "helper %s does not support 'push-option'"
7044msgstr ""
7045
3d0a05b4 7046#: transport-helper.c:959
dba9f13c
JX
7047msgid "remote-helper doesn't support push; refspec needed"
7048msgstr ""
7049
3d0a05b4 7050#: transport-helper.c:964
dba9f13c
JX
7051#, c-format
7052msgid "helper %s does not support 'force'"
7053msgstr ""
7054
3d0a05b4 7055#: transport-helper.c:1011
dba9f13c
JX
7056msgid "couldn't run fast-export"
7057msgstr ""
7058
3d0a05b4 7059#: transport-helper.c:1016
dba9f13c
JX
7060msgid "error while running fast-export"
7061msgstr ""
7062
3d0a05b4 7063#: transport-helper.c:1041
dba9f13c
JX
7064#, c-format
7065msgid ""
7066"No refs in common and none specified; doing nothing.\n"
7067"Perhaps you should specify a branch such as 'master'.\n"
7068msgstr ""
7069
3d0a05b4 7070#: transport-helper.c:1114
dba9f13c
JX
7071#, c-format
7072msgid "malformed response in ref list: %s"
7073msgstr ""
7074
3d0a05b4 7075#: transport-helper.c:1266
fda7b092 7076#, c-format
dba9f13c 7077msgid "read(%s) failed"
11b90174
JX
7078msgstr ""
7079
3d0a05b4 7080#: transport-helper.c:1293
dba9f13c
JX
7081#, c-format
7082msgid "write(%s) failed"
7083msgstr ""
7084
3d0a05b4 7085#: transport-helper.c:1342
dba9f13c
JX
7086#, c-format
7087msgid "%s thread failed"
7088msgstr ""
7089
3d0a05b4 7090#: transport-helper.c:1346
dba9f13c
JX
7091#, c-format
7092msgid "%s thread failed to join: %s"
7093msgstr ""
7094
3d0a05b4 7095#: transport-helper.c:1365 transport-helper.c:1369
dba9f13c
JX
7096#, c-format
7097msgid "can't start thread for copying data: %s"
7098msgstr ""
7099
3d0a05b4 7100#: transport-helper.c:1406
dba9f13c
JX
7101#, c-format
7102msgid "%s process failed to wait"
7103msgstr ""
7104
3d0a05b4 7105#: transport-helper.c:1410
dba9f13c
JX
7106#, c-format
7107msgid "%s process failed"
7108msgstr ""
7109
3d0a05b4 7110#: transport-helper.c:1428 transport-helper.c:1437
dba9f13c
JX
7111msgid "can't start thread for copying data"
7112msgstr ""
7113
7114#: tree-walk.c:33
fda7b092 7115msgid "too-short tree object"
11b90174
JX
7116msgstr ""
7117
dba9f13c 7118#: tree-walk.c:39
fda7b092 7119msgid "malformed mode in tree entry"
235537a0
JX
7120msgstr ""
7121
dba9f13c 7122#: tree-walk.c:43
fda7b092 7123msgid "empty filename in tree entry"
11b90174
JX
7124msgstr ""
7125
6b0f1a9b 7126#: tree-walk.c:118
fda7b092 7127msgid "too-short tree file"
11b90174
JX
7128msgstr ""
7129
3d0a05b4 7130#: unpack-trees.c:110
235537a0 7131#, c-format
fda7b092
JX
7132msgid ""
7133"Your local changes to the following files would be overwritten by checkout:\n"
7134"%%sPlease commit your changes or stash them before you switch branches."
235537a0
JX
7135msgstr ""
7136
3d0a05b4 7137#: unpack-trees.c:112
fda7b092
JX
7138#, c-format
7139msgid ""
7140"Your local changes to the following files would be overwritten by checkout:\n"
7141"%%s"
11b90174
JX
7142msgstr ""
7143
3d0a05b4 7144#: unpack-trees.c:115
fda7b092
JX
7145#, c-format
7146msgid ""
7147"Your local changes to the following files would be overwritten by merge:\n"
7148"%%sPlease commit your changes or stash them before you merge."
7149msgstr ""
7150
3d0a05b4 7151#: unpack-trees.c:117
fda7b092
JX
7152#, c-format
7153msgid ""
7154"Your local changes to the following files would be overwritten by merge:\n"
7155"%%s"
11b90174
JX
7156msgstr ""
7157
3d0a05b4 7158#: unpack-trees.c:120
fda7b092 7159#, c-format
11b90174 7160msgid ""
fda7b092
JX
7161"Your local changes to the following files would be overwritten by %s:\n"
7162"%%sPlease commit your changes or stash them before you %s."
11b90174
JX
7163msgstr ""
7164
3d0a05b4 7165#: unpack-trees.c:122
727b9576 7166#, c-format
fda7b092
JX
7167msgid ""
7168"Your local changes to the following files would be overwritten by %s:\n"
7169"%%s"
11b90174
JX
7170msgstr ""
7171
3d0a05b4 7172#: unpack-trees.c:127
fda7b092
JX
7173#, c-format
7174msgid ""
673bfad0 7175"Updating the following directories would lose untracked files in them:\n"
fda7b092 7176"%s"
28b3cffc
JX
7177msgstr ""
7178
3d0a05b4 7179#: unpack-trees.c:131
fda7b092
JX
7180#, c-format
7181msgid ""
7182"The following untracked working tree files would be removed by checkout:\n"
7183"%%sPlease move or remove them before you switch branches."
28b3cffc
JX
7184msgstr ""
7185
3d0a05b4 7186#: unpack-trees.c:133
fda7b092
JX
7187#, c-format
7188msgid ""
7189"The following untracked working tree files would be removed by checkout:\n"
7190"%%s"
11b90174
JX
7191msgstr ""
7192
3d0a05b4 7193#: unpack-trees.c:136
235537a0 7194#, c-format
fda7b092
JX
7195msgid ""
7196"The following untracked working tree files would be removed by merge:\n"
7197"%%sPlease move or remove them before you merge."
c138af56
JX
7198msgstr ""
7199
3d0a05b4 7200#: unpack-trees.c:138
fda7b092
JX
7201#, c-format
7202msgid ""
7203"The following untracked working tree files would be removed by merge:\n"
7204"%%s"
235537a0
JX
7205msgstr ""
7206
3d0a05b4 7207#: unpack-trees.c:141
fda7b092
JX
7208#, c-format
7209msgid ""
7210"The following untracked working tree files would be removed by %s:\n"
7211"%%sPlease move or remove them before you %s."
c138af56
JX
7212msgstr ""
7213
3d0a05b4 7214#: unpack-trees.c:143
fda7b092
JX
7215#, c-format
7216msgid ""
7217"The following untracked working tree files would be removed by %s:\n"
7218"%%s"
c138af56
JX
7219msgstr ""
7220
3d0a05b4 7221#: unpack-trees.c:149
c138af56 7222#, c-format
fda7b092
JX
7223msgid ""
7224"The following untracked working tree files would be overwritten by "
7225"checkout:\n"
7226"%%sPlease move or remove them before you switch branches."
c138af56
JX
7227msgstr ""
7228
3d0a05b4 7229#: unpack-trees.c:151
fda7b092
JX
7230#, c-format
7231msgid ""
7232"The following untracked working tree files would be overwritten by "
7233"checkout:\n"
7234"%%s"
11b90174
JX
7235msgstr ""
7236
3d0a05b4 7237#: unpack-trees.c:154
fda7b092
JX
7238#, c-format
7239msgid ""
7240"The following untracked working tree files would be overwritten by merge:\n"
7241"%%sPlease move or remove them before you merge."
11b90174
JX
7242msgstr ""
7243
3d0a05b4 7244#: unpack-trees.c:156
fda7b092
JX
7245#, c-format
7246msgid ""
7247"The following untracked working tree files would be overwritten by merge:\n"
7248"%%s"
dce37b66
JX
7249msgstr ""
7250
3d0a05b4 7251#: unpack-trees.c:159
fda7b092
JX
7252#, c-format
7253msgid ""
7254"The following untracked working tree files would be overwritten by %s:\n"
7255"%%sPlease move or remove them before you %s."
df0617bf
JX
7256msgstr ""
7257
3d0a05b4 7258#: unpack-trees.c:161
fda7b092
JX
7259#, c-format
7260msgid ""
7261"The following untracked working tree files would be overwritten by %s:\n"
7262"%%s"
28b3cffc
JX
7263msgstr ""
7264
3d0a05b4 7265#: unpack-trees.c:169
fda7b092
JX
7266#, c-format
7267msgid "Entry '%s' overlaps with '%s'. Cannot bind."
c138af56
JX
7268msgstr ""
7269
3d0a05b4 7270#: unpack-trees.c:172
fda7b092
JX
7271#, c-format
7272msgid ""
25eab542 7273"Cannot update sparse checkout: the following entries are not up to date:\n"
fda7b092 7274"%s"
c138af56
JX
7275msgstr ""
7276
3d0a05b4 7277#: unpack-trees.c:174
fda7b092
JX
7278#, c-format
7279msgid ""
7280"The following working tree files would be overwritten by sparse checkout "
7281"update:\n"
7282"%s"
dce37b66
JX
7283msgstr ""
7284
3d0a05b4 7285#: unpack-trees.c:176
fda7b092
JX
7286#, c-format
7287msgid ""
7288"The following working tree files would be removed by sparse checkout "
7289"update:\n"
7290"%s"
dce37b66
JX
7291msgstr ""
7292
3d0a05b4 7293#: unpack-trees.c:178
dfc182b1
JX
7294#, c-format
7295msgid ""
7296"Cannot update submodule:\n"
7297"%s"
7298msgstr ""
7299
3d0a05b4 7300#: unpack-trees.c:255
fda7b092
JX
7301#, c-format
7302msgid "Aborting\n"
dce37b66
JX
7303msgstr ""
7304
3d0a05b4 7305#: unpack-trees.c:317
6b0f1a9b 7306msgid "Updating files"
dce37b66
JX
7307msgstr ""
7308
3d0a05b4 7309#: unpack-trees.c:349
12705546
JX
7310msgid ""
7311"the following paths have collided (e.g. case-sensitive paths\n"
7312"on a case-insensitive filesystem) and only one from the same\n"
7313"colliding group is in the working tree:\n"
7314msgstr ""
7315
dfc182b1 7316#: urlmatch.c:163
fda7b092 7317msgid "invalid URL scheme name or missing '://' suffix"
c138af56
JX
7318msgstr ""
7319
dfc182b1 7320#: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
dce37b66 7321#, c-format
fda7b092 7322msgid "invalid %XX escape sequence"
dce37b66
JX
7323msgstr ""
7324
dfc182b1 7325#: urlmatch.c:215
fda7b092 7326msgid "missing host and scheme is not 'file:'"
dce37b66
JX
7327msgstr ""
7328
dfc182b1 7329#: urlmatch.c:232
fda7b092 7330msgid "a 'file:' URL may not have a port number"
dce37b66
JX
7331msgstr ""
7332
dfc182b1 7333#: urlmatch.c:247
fda7b092 7334msgid "invalid characters in host name"
dce37b66
JX
7335msgstr ""
7336
dfc182b1 7337#: urlmatch.c:292 urlmatch.c:303
fda7b092 7338msgid "invalid port number"
dce37b66
JX
7339msgstr ""
7340
dfc182b1 7341#: urlmatch.c:371
fda7b092 7342msgid "invalid '..' path segment"
dce37b66
JX
7343msgstr ""
7344
3d0a05b4 7345#: worktree.c:258 builtin/am.c:2084
cc76011e 7346#, c-format
fda7b092 7347msgid "failed to read '%s'"
dce37b66
JX
7348msgstr ""
7349
6b0f1a9b 7350#: worktree.c:304
abc8de64
JX
7351#, c-format
7352msgid "'%s' at main working tree is not the repository directory"
7353msgstr ""
7354
6b0f1a9b 7355#: worktree.c:315
abc8de64
JX
7356#, c-format
7357msgid "'%s' file does not contain absolute path to the working tree location"
7358msgstr ""
7359
6b0f1a9b 7360#: worktree.c:327
abc8de64
JX
7361#, c-format
7362msgid "'%s' does not exist"
7363msgstr ""
7364
6b0f1a9b 7365#: worktree.c:333
abc8de64
JX
7366#, c-format
7367msgid "'%s' is not a .git file, error code %d"
7368msgstr ""
7369
6b0f1a9b 7370#: worktree.c:341
abc8de64
JX
7371#, c-format
7372msgid "'%s' does not point back to '%s'"
7373msgstr ""
7374
3d0a05b4 7375#: wrapper.c:186 wrapper.c:356
dce37b66 7376#, c-format
fda7b092 7377msgid "could not open '%s' for reading and writing"
dce37b66
JX
7378msgstr ""
7379
3d0a05b4 7380#: wrapper.c:387 wrapper.c:588
cc76011e 7381#, c-format
fda7b092 7382msgid "unable to access '%s'"
dce37b66
JX
7383msgstr ""
7384
3d0a05b4 7385#: wrapper.c:596
fda7b092 7386msgid "unable to get current working directory"
dce37b66
JX
7387msgstr ""
7388
6b0f1a9b 7389#: wt-status.c:158
fda7b092 7390msgid "Unmerged paths:"
a5a41683
JX
7391msgstr ""
7392
6b0f1a9b
JX
7393#: wt-status.c:187 wt-status.c:219
7394msgid " (use \"git restore --staged <file>...\" to unstage)"
7395msgstr ""
7396
7397#: wt-status.c:190 wt-status.c:222
9caaf23e 7398#, c-format
6b0f1a9b 7399msgid " (use \"git restore --source=%s --staged <file>...\" to unstage)"
cc76011e
JX
7400msgstr ""
7401
6b0f1a9b 7402#: wt-status.c:193 wt-status.c:225
fda7b092 7403msgid " (use \"git rm --cached <file>...\" to unstage)"
9caaf23e
JX
7404msgstr ""
7405
6b0f1a9b 7406#: wt-status.c:197
fda7b092 7407msgid " (use \"git add <file>...\" to mark resolution)"
dce37b66
JX
7408msgstr ""
7409
6b0f1a9b 7410#: wt-status.c:199 wt-status.c:203
fda7b092 7411msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"
dce37b66
JX
7412msgstr ""
7413
6b0f1a9b 7414#: wt-status.c:201
fda7b092 7415msgid " (use \"git rm <file>...\" to mark resolution)"
dce37b66
JX
7416msgstr ""
7417
6b0f1a9b 7418#: wt-status.c:211 wt-status.c:1074
fda7b092 7419msgid "Changes to be committed:"
dce37b66
JX
7420msgstr ""
7421
6b0f1a9b 7422#: wt-status.c:234 wt-status.c:1083
fda7b092 7423msgid "Changes not staged for commit:"
dce37b66
JX
7424msgstr ""
7425
6b0f1a9b 7426#: wt-status.c:238
fda7b092 7427msgid " (use \"git add <file>...\" to update what will be committed)"
dce37b66
JX
7428msgstr ""
7429
6b0f1a9b 7430#: wt-status.c:240
fda7b092 7431msgid " (use \"git add/rm <file>...\" to update what will be committed)"
dce37b66
JX
7432msgstr ""
7433
6b0f1a9b 7434#: wt-status.c:241
fda7b092 7435msgid ""
6b0f1a9b 7436" (use \"git restore <file>...\" to discard changes in working directory)"
64f23b0c
JX
7437msgstr ""
7438
6b0f1a9b 7439#: wt-status.c:243
fda7b092 7440msgid " (commit or discard the untracked or modified content in submodules)"
dce37b66
JX
7441msgstr ""
7442
6b0f1a9b 7443#: wt-status.c:254
fda7b092
JX
7444#, c-format
7445msgid " (use \"git %s <file>...\" to include in what will be committed)"
dce37b66
JX
7446msgstr ""
7447
6b0f1a9b 7448#: wt-status.c:268
fda7b092 7449msgid "both deleted:"
dce37b66
JX
7450msgstr ""
7451
6b0f1a9b 7452#: wt-status.c:270
fda7b092 7453msgid "added by us:"
dce37b66
JX
7454msgstr ""
7455
6b0f1a9b 7456#: wt-status.c:272
fda7b092 7457msgid "deleted by them:"
cc76011e
JX
7458msgstr ""
7459
6b0f1a9b 7460#: wt-status.c:274
fda7b092 7461msgid "added by them:"
cc76011e
JX
7462msgstr ""
7463
6b0f1a9b 7464#: wt-status.c:276
fda7b092 7465msgid "deleted by us:"
cc76011e
JX
7466msgstr ""
7467
6b0f1a9b 7468#: wt-status.c:278
fda7b092 7469msgid "both added:"
cc76011e
JX
7470msgstr ""
7471
6b0f1a9b 7472#: wt-status.c:280
fda7b092 7473msgid "both modified:"
cc76011e
JX
7474msgstr ""
7475
6b0f1a9b 7476#: wt-status.c:290
fda7b092 7477msgid "new file:"
cc76011e
JX
7478msgstr ""
7479
6b0f1a9b 7480#: wt-status.c:292
fda7b092 7481msgid "copied:"
cc76011e
JX
7482msgstr ""
7483
6b0f1a9b 7484#: wt-status.c:294
fda7b092 7485msgid "deleted:"
cc76011e
JX
7486msgstr ""
7487
6b0f1a9b 7488#: wt-status.c:296
fda7b092 7489msgid "modified:"
cc76011e
JX
7490msgstr ""
7491
6b0f1a9b 7492#: wt-status.c:298
fda7b092 7493msgid "renamed:"
c6bc7d43
JX
7494msgstr ""
7495
6b0f1a9b 7496#: wt-status.c:300
fda7b092 7497msgid "typechange:"
cc76011e
JX
7498msgstr ""
7499
6b0f1a9b 7500#: wt-status.c:302
fda7b092 7501msgid "unknown:"
cc76011e
JX
7502msgstr ""
7503
6b0f1a9b 7504#: wt-status.c:304
fda7b092 7505msgid "unmerged:"
cc76011e
JX
7506msgstr ""
7507
6b0f1a9b 7508#: wt-status.c:384
fda7b092 7509msgid "new commits, "
9fa976ff
JX
7510msgstr ""
7511
6b0f1a9b 7512#: wt-status.c:386
fda7b092 7513msgid "modified content, "
9fa976ff
JX
7514msgstr ""
7515
6b0f1a9b 7516#: wt-status.c:388
fda7b092 7517msgid "untracked content, "
dce37b66
JX
7518msgstr ""
7519
6b0f1a9b 7520#: wt-status.c:906
5b34e000
JX
7521#, c-format
7522msgid "Your stash currently has %d entry"
7523msgid_plural "Your stash currently has %d entries"
7524msgstr[0] ""
7525msgstr[1] ""
7526
6b0f1a9b 7527#: wt-status.c:938
fda7b092 7528msgid "Submodules changed but not updated:"
dce37b66
JX
7529msgstr ""
7530
6b0f1a9b 7531#: wt-status.c:940
fda7b092 7532msgid "Submodule changes to be committed:"
dce37b66
JX
7533msgstr ""
7534
6b0f1a9b 7535#: wt-status.c:1022
fda7b092 7536msgid ""
25eab542
JX
7537"Do not modify or remove the line above.\n"
7538"Everything below it will be ignored."
dce37b66
JX
7539msgstr ""
7540
6b0f1a9b
JX
7541#: wt-status.c:1114
7542#, c-format
7543msgid ""
7544"\n"
7545"It took %.2f seconds to compute the branch ahead/behind values.\n"
7546"You can use '--no-ahead-behind' to avoid this.\n"
7547msgstr ""
7548
7549#: wt-status.c:1144
fda7b092 7550msgid "You have unmerged paths."
9fa976ff
JX
7551msgstr ""
7552
6b0f1a9b 7553#: wt-status.c:1147
fda7b092 7554msgid " (fix conflicts and run \"git commit\")"
dce37b66
JX
7555msgstr ""
7556
6b0f1a9b 7557#: wt-status.c:1149
fda7b092 7558msgid " (use \"git merge --abort\" to abort the merge)"
dce37b66
JX
7559msgstr ""
7560
6b0f1a9b 7561#: wt-status.c:1153
fda7b092 7562msgid "All conflicts fixed but you are still merging."
dce37b66
JX
7563msgstr ""
7564
6b0f1a9b 7565#: wt-status.c:1156
fda7b092 7566msgid " (use \"git commit\" to conclude merge)"
dce37b66
JX
7567msgstr ""
7568
6b0f1a9b 7569#: wt-status.c:1165
fda7b092 7570msgid "You are in the middle of an am session."
df0617bf
JX
7571msgstr ""
7572
6b0f1a9b 7573#: wt-status.c:1168
fda7b092 7574msgid "The current patch is empty."
df0617bf
JX
7575msgstr ""
7576
6b0f1a9b 7577#: wt-status.c:1172
fda7b092 7578msgid " (fix conflicts and then run \"git am --continue\")"
df0617bf
JX
7579msgstr ""
7580
6b0f1a9b 7581#: wt-status.c:1174
fda7b092 7582msgid " (use \"git am --skip\" to skip this patch)"
df0617bf
JX
7583msgstr ""
7584
6b0f1a9b 7585#: wt-status.c:1176
fda7b092 7586msgid " (use \"git am --abort\" to restore the original branch)"
df0617bf
JX
7587msgstr ""
7588
6b0f1a9b 7589#: wt-status.c:1309
673bfad0
JX
7590msgid "git-rebase-todo is missing."
7591msgstr ""
7592
6b0f1a9b 7593#: wt-status.c:1311
fda7b092 7594msgid "No commands done."
df0617bf
JX
7595msgstr ""
7596
6b0f1a9b 7597#: wt-status.c:1314
df0617bf 7598#, c-format
fda7b092
JX
7599msgid "Last command done (%d command done):"
7600msgid_plural "Last commands done (%d commands done):"
7601msgstr[0] ""
7602msgstr[1] ""
df0617bf 7603
6b0f1a9b 7604#: wt-status.c:1325
fda7b092
JX
7605#, c-format
7606msgid " (see more in file %s)"
df0617bf
JX
7607msgstr ""
7608
6b0f1a9b 7609#: wt-status.c:1330
fda7b092 7610msgid "No commands remaining."
df0617bf
JX
7611msgstr ""
7612
6b0f1a9b 7613#: wt-status.c:1333
fda7b092
JX
7614#, c-format
7615msgid "Next command to do (%d remaining command):"
7616msgid_plural "Next commands to do (%d remaining commands):"
7617msgstr[0] ""
7618msgstr[1] ""
df0617bf 7619
6b0f1a9b 7620#: wt-status.c:1341
fda7b092 7621msgid " (use \"git rebase --edit-todo\" to view and edit)"
df0617bf
JX
7622msgstr ""
7623
6b0f1a9b 7624#: wt-status.c:1353
fda7b092
JX
7625#, c-format
7626msgid "You are currently rebasing branch '%s' on '%s'."
df0617bf
JX
7627msgstr ""
7628
6b0f1a9b 7629#: wt-status.c:1358
fda7b092 7630msgid "You are currently rebasing."
df0617bf
JX
7631msgstr ""
7632
6b0f1a9b 7633#: wt-status.c:1371
fda7b092 7634msgid " (fix conflicts and then run \"git rebase --continue\")"
df0617bf
JX
7635msgstr ""
7636
6b0f1a9b 7637#: wt-status.c:1373
fda7b092 7638msgid " (use \"git rebase --skip\" to skip this patch)"
df0617bf
JX
7639msgstr ""
7640
6b0f1a9b 7641#: wt-status.c:1375
fda7b092 7642msgid " (use \"git rebase --abort\" to check out the original branch)"
df0617bf
JX
7643msgstr ""
7644
6b0f1a9b 7645#: wt-status.c:1382
fda7b092 7646msgid " (all conflicts fixed: run \"git rebase --continue\")"
df0617bf
JX
7647msgstr ""
7648
6b0f1a9b 7649#: wt-status.c:1386
df0617bf 7650#, c-format
fda7b092
JX
7651msgid ""
7652"You are currently splitting a commit while rebasing branch '%s' on '%s'."
df0617bf
JX
7653msgstr ""
7654
6b0f1a9b 7655#: wt-status.c:1391
fda7b092 7656msgid "You are currently splitting a commit during a rebase."
df0617bf
JX
7657msgstr ""
7658
6b0f1a9b 7659#: wt-status.c:1394
fda7b092 7660msgid " (Once your working directory is clean, run \"git rebase --continue\")"
df0617bf
JX
7661msgstr ""
7662
6b0f1a9b 7663#: wt-status.c:1398
df0617bf 7664#, c-format
fda7b092 7665msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
df0617bf
JX
7666msgstr ""
7667
6b0f1a9b 7668#: wt-status.c:1403
fda7b092 7669msgid "You are currently editing a commit during a rebase."
df0617bf
JX
7670msgstr ""
7671
6b0f1a9b 7672#: wt-status.c:1406
fda7b092 7673msgid " (use \"git commit --amend\" to amend the current commit)"
df0617bf
JX
7674msgstr ""
7675
6b0f1a9b 7676#: wt-status.c:1408
df0617bf 7677msgid ""
fda7b092 7678" (use \"git rebase --continue\" once you are satisfied with your changes)"
df0617bf
JX
7679msgstr ""
7680
6b0f1a9b 7681#: wt-status.c:1419
d93ef2a1
JX
7682msgid "Cherry-pick currently in progress."
7683msgstr ""
7684
6b0f1a9b 7685#: wt-status.c:1422
fda7b092
JX
7686#, c-format
7687msgid "You are currently cherry-picking commit %s."
df0617bf
JX
7688msgstr ""
7689
6b0f1a9b 7690#: wt-status.c:1429
fda7b092 7691msgid " (fix conflicts and run \"git cherry-pick --continue\")"
df0617bf
JX
7692msgstr ""
7693
6b0f1a9b 7694#: wt-status.c:1432
d93ef2a1
JX
7695msgid " (run \"git cherry-pick --continue\" to continue)"
7696msgstr ""
7697
6b0f1a9b 7698#: wt-status.c:1435
fda7b092 7699msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"
df0617bf
JX
7700msgstr ""
7701
6b0f1a9b 7702#: wt-status.c:1437
3d0a05b4
JX
7703msgid " (use \"git cherry-pick --skip\" to skip this patch)"
7704msgstr ""
7705
7706#: wt-status.c:1439
fda7b092 7707msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
df0617bf
JX
7708msgstr ""
7709
3d0a05b4 7710#: wt-status.c:1449
d93ef2a1
JX
7711msgid "Revert currently in progress."
7712msgstr ""
7713
3d0a05b4 7714#: wt-status.c:1452
df0617bf 7715#, c-format
fda7b092 7716msgid "You are currently reverting commit %s."
df0617bf
JX
7717msgstr ""
7718
3d0a05b4 7719#: wt-status.c:1458
fda7b092 7720msgid " (fix conflicts and run \"git revert --continue\")"
df0617bf
JX
7721msgstr ""
7722
3d0a05b4 7723#: wt-status.c:1461
d93ef2a1
JX
7724msgid " (run \"git revert --continue\" to continue)"
7725msgstr ""
7726
3d0a05b4 7727#: wt-status.c:1464
fda7b092 7728msgid " (all conflicts fixed: run \"git revert --continue\")"
df0617bf
JX
7729msgstr ""
7730
3d0a05b4
JX
7731#: wt-status.c:1466
7732msgid " (use \"git revert --skip\" to skip this patch)"
7733msgstr ""
7734
7735#: wt-status.c:1468
fda7b092 7736msgid " (use \"git revert --abort\" to cancel the revert operation)"
df0617bf
JX
7737msgstr ""
7738
3d0a05b4 7739#: wt-status.c:1478
df0617bf 7740#, c-format
fda7b092 7741msgid "You are currently bisecting, started from branch '%s'."
df0617bf
JX
7742msgstr ""
7743
3d0a05b4 7744#: wt-status.c:1482
fda7b092 7745msgid "You are currently bisecting."
df0617bf
JX
7746msgstr ""
7747
3d0a05b4 7748#: wt-status.c:1485
fda7b092 7749msgid " (use \"git bisect reset\" to get back to the original branch)"
df0617bf
JX
7750msgstr ""
7751
3d0a05b4 7752#: wt-status.c:1694
fda7b092 7753msgid "On branch "
df0617bf
JX
7754msgstr ""
7755
3d0a05b4 7756#: wt-status.c:1701
fda7b092 7757msgid "interactive rebase in progress; onto "
df0617bf
JX
7758msgstr ""
7759
3d0a05b4 7760#: wt-status.c:1703
fda7b092 7761msgid "rebase in progress; onto "
df0617bf
JX
7762msgstr ""
7763
3d0a05b4 7764#: wt-status.c:1713
fda7b092 7765msgid "Not currently on any branch."
df0617bf
JX
7766msgstr ""
7767
3d0a05b4 7768#: wt-status.c:1730
fda7b092 7769msgid "Initial commit"
df0617bf
JX
7770msgstr ""
7771
3d0a05b4 7772#: wt-status.c:1731
5b34e000
JX
7773msgid "No commits yet"
7774msgstr ""
7775
3d0a05b4 7776#: wt-status.c:1745
fda7b092 7777msgid "Untracked files"
df0617bf
JX
7778msgstr ""
7779
3d0a05b4 7780#: wt-status.c:1747
fda7b092 7781msgid "Ignored files"
df0617bf
JX
7782msgstr ""
7783
3d0a05b4 7784#: wt-status.c:1751
fda7b092
JX
7785#, c-format
7786msgid ""
7787"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
7788"may speed it up, but you have to be careful not to forget to add\n"
7789"new files yourself (see 'git help status')."
df0617bf
JX
7790msgstr ""
7791
3d0a05b4 7792#: wt-status.c:1757
fda7b092
JX
7793#, c-format
7794msgid "Untracked files not listed%s"
df0617bf
JX
7795msgstr ""
7796
3d0a05b4 7797#: wt-status.c:1759
fda7b092 7798msgid " (use -u option to show untracked files)"
df0617bf
JX
7799msgstr ""
7800
3d0a05b4 7801#: wt-status.c:1765
fda7b092 7802msgid "No changes"
df0617bf
JX
7803msgstr ""
7804
3d0a05b4 7805#: wt-status.c:1770
fda7b092
JX
7806#, c-format
7807msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
df0617bf
JX
7808msgstr ""
7809
3d0a05b4 7810#: wt-status.c:1773
fda7b092
JX
7811#, c-format
7812msgid "no changes added to commit\n"
df0617bf
JX
7813msgstr ""
7814
3d0a05b4 7815#: wt-status.c:1776
fda7b092
JX
7816#, c-format
7817msgid ""
7818"nothing added to commit but untracked files present (use \"git add\" to "
7819"track)\n"
df0617bf
JX
7820msgstr ""
7821
3d0a05b4 7822#: wt-status.c:1779
fda7b092
JX
7823#, c-format
7824msgid "nothing added to commit but untracked files present\n"
df0617bf
JX
7825msgstr ""
7826
3d0a05b4 7827#: wt-status.c:1782
fda7b092
JX
7828#, c-format
7829msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
df0617bf
JX
7830msgstr ""
7831
3d0a05b4 7832#: wt-status.c:1785 wt-status.c:1790
fda7b092
JX
7833#, c-format
7834msgid "nothing to commit\n"
df0617bf
JX
7835msgstr ""
7836
3d0a05b4 7837#: wt-status.c:1788
fda7b092
JX
7838#, c-format
7839msgid "nothing to commit (use -u to show untracked files)\n"
df0617bf
JX
7840msgstr ""
7841
3d0a05b4 7842#: wt-status.c:1792
fda7b092
JX
7843#, c-format
7844msgid "nothing to commit, working tree clean\n"
df0617bf
JX
7845msgstr ""
7846
3d0a05b4 7847#: wt-status.c:1905
5b34e000 7848msgid "No commits yet on "
df0617bf
JX
7849msgstr ""
7850
3d0a05b4 7851#: wt-status.c:1909
fda7b092 7852msgid "HEAD (no branch)"
df0617bf
JX
7853msgstr ""
7854
3d0a05b4 7855#: wt-status.c:1940
abc8de64
JX
7856msgid "different"
7857msgstr ""
7858
3d0a05b4 7859#: wt-status.c:1942 wt-status.c:1950
fda7b092 7860msgid "behind "
df0617bf
JX
7861msgstr ""
7862
3d0a05b4 7863#: wt-status.c:1945 wt-status.c:1948
fda7b092 7864msgid "ahead "
df0617bf
JX
7865msgstr ""
7866
fda7b092 7867#. TRANSLATORS: the action is e.g. "pull with rebase"
3d0a05b4 7868#: wt-status.c:2470
fda7b092
JX
7869#, c-format
7870msgid "cannot %s: You have unstaged changes."
df0617bf
JX
7871msgstr ""
7872
3d0a05b4 7873#: wt-status.c:2476
fda7b092 7874msgid "additionally, your index contains uncommitted changes."
df0617bf
JX
7875msgstr ""
7876
3d0a05b4 7877#: wt-status.c:2478
fda7b092
JX
7878#, c-format
7879msgid "cannot %s: Your index contains uncommitted changes."
df0617bf
JX
7880msgstr ""
7881
3d0a05b4
JX
7882#: compat/precompose_utf8.c:58 builtin/clone.c:452
7883#, c-format
7884msgid "failed to unlink '%s'"
7885msgstr ""
7886
94328cef 7887#: builtin/add.c:25
fda7b092 7888msgid "git add [<options>] [--] <pathspec>..."
df0617bf
JX
7889msgstr ""
7890
94328cef 7891#: builtin/add.c:84
fda7b092
JX
7892#, c-format
7893msgid "unexpected diff status %c"
df0617bf
JX
7894msgstr ""
7895
6b0f1a9b 7896#: builtin/add.c:89 builtin/commit.c:288
fda7b092 7897msgid "updating files failed"
df0617bf
JX
7898msgstr ""
7899
94328cef 7900#: builtin/add.c:99
fda7b092
JX
7901#, c-format
7902msgid "remove '%s'\n"
df0617bf
JX
7903msgstr ""
7904
94328cef 7905#: builtin/add.c:174
fda7b092 7906msgid "Unstaged changes after refreshing the index:"
df0617bf
JX
7907msgstr ""
7908
3d0a05b4 7909#: builtin/add.c:234 builtin/rev-parse.c:897
fda7b092 7910msgid "Could not read the index"
df0617bf
JX
7911msgstr ""
7912
94328cef 7913#: builtin/add.c:245
fda7b092
JX
7914#, c-format
7915msgid "Could not open '%s' for writing."
df0617bf
JX
7916msgstr ""
7917
94328cef 7918#: builtin/add.c:249
fda7b092 7919msgid "Could not write patch"
df0617bf
JX
7920msgstr ""
7921
94328cef 7922#: builtin/add.c:252
fda7b092 7923msgid "editing patch failed"
df0617bf
JX
7924msgstr ""
7925
94328cef 7926#: builtin/add.c:255
fda7b092
JX
7927#, c-format
7928msgid "Could not stat '%s'"
df0617bf
JX
7929msgstr ""
7930
94328cef 7931#: builtin/add.c:257
fda7b092 7932msgid "Empty patch. Aborted."
df0617bf
JX
7933msgstr ""
7934
94328cef 7935#: builtin/add.c:262
df0617bf 7936#, c-format
fda7b092 7937msgid "Could not apply '%s'"
df0617bf
JX
7938msgstr ""
7939
94328cef 7940#: builtin/add.c:270
fda7b092 7941msgid "The following paths are ignored by one of your .gitignore files:\n"
df0617bf
JX
7942msgstr ""
7943
3d0a05b4
JX
7944#: builtin/add.c:290 builtin/clean.c:910 builtin/fetch.c:162 builtin/mv.c:124
7945#: builtin/prune-packed.c:56 builtin/pull.c:223 builtin/push.c:547
94328cef 7946#: builtin/remote.c:1345 builtin/rm.c:241 builtin/send-pack.c:165
fda7b092 7947msgid "dry run"
df0617bf
JX
7948msgstr ""
7949
94328cef 7950#: builtin/add.c:293
fda7b092 7951msgid "interactive picking"
6f6731e7
JX
7952msgstr ""
7953
6b0f1a9b 7954#: builtin/add.c:294 builtin/checkout.c:1480 builtin/reset.c:306
fda7b092 7955msgid "select hunks interactively"
dce37b66
JX
7956msgstr ""
7957
94328cef 7958#: builtin/add.c:295
fda7b092 7959msgid "edit current diff and apply"
dce37b66
JX
7960msgstr ""
7961
94328cef 7962#: builtin/add.c:296
fda7b092 7963msgid "allow adding otherwise ignored files"
dce37b66
JX
7964msgstr ""
7965
94328cef 7966#: builtin/add.c:297
fda7b092 7967msgid "update tracked files"
dce37b66
JX
7968msgstr ""
7969
94328cef 7970#: builtin/add.c:298
18a90722
JX
7971msgid "renormalize EOL of tracked files (implies -u)"
7972msgstr ""
7973
94328cef 7974#: builtin/add.c:299
fda7b092 7975msgid "record only the fact that the path will be added later"
dce37b66
JX
7976msgstr ""
7977
94328cef 7978#: builtin/add.c:300
fda7b092 7979msgid "add changes from all tracked and untracked files"
dce37b66
JX
7980msgstr ""
7981
94328cef 7982#: builtin/add.c:303
fda7b092 7983msgid "ignore paths removed in the working tree (same as --no-all)"
93329721
JX
7984msgstr ""
7985
94328cef 7986#: builtin/add.c:305
fda7b092 7987msgid "don't add, only refresh the index"
dce37b66
JX
7988msgstr ""
7989
94328cef 7990#: builtin/add.c:306
fda7b092 7991msgid "just skip files which cannot be added because of errors"
dce37b66
JX
7992msgstr ""
7993
94328cef 7994#: builtin/add.c:307
fda7b092 7995msgid "check if - even missing - files are ignored in dry run"
dce37b66
JX
7996msgstr ""
7997
3d0a05b4 7998#: builtin/add.c:309 builtin/update-index.c:1002
fda7b092
JX
7999msgid "override the executable bit of the listed files"
8000msgstr ""
dce37b66 8001
94328cef 8002#: builtin/add.c:311
5b34e000
JX
8003msgid "warn when adding an embedded repository"
8004msgstr ""
8005
94328cef 8006#: builtin/add.c:326
5b34e000
JX
8007#, c-format
8008msgid ""
8009"You've added another git repository inside your current repository.\n"
8010"Clones of the outer repository will not contain the contents of\n"
8011"the embedded repository and will not know how to obtain it.\n"
8012"If you meant to add a submodule, use:\n"
8013"\n"
8014"\tgit submodule add <url> %s\n"
8015"\n"
8016"If you added this path by mistake, you can remove it from the\n"
8017"index with:\n"
8018"\n"
8019"\tgit rm --cached %s\n"
8020"\n"
8021"See \"git help submodule\" for more information."
8022msgstr ""
8023
94328cef 8024#: builtin/add.c:354
5b34e000
JX
8025#, c-format
8026msgid "adding embedded git repository: %s"
8027msgstr ""
8028
94328cef 8029#: builtin/add.c:372
fda7b092
JX
8030#, c-format
8031msgid "Use -f if you really want to add them.\n"
dce37b66
JX
8032msgstr ""
8033
d93ef2a1 8034#: builtin/add.c:379
fda7b092 8035msgid "adding files failed"
dce37b66
JX
8036msgstr ""
8037
d93ef2a1 8038#: builtin/add.c:419
fda7b092 8039msgid "-A and -u are mutually incompatible"
dce37b66
JX
8040msgstr ""
8041
d93ef2a1 8042#: builtin/add.c:426
fda7b092 8043msgid "Option --ignore-missing can only be used together with --dry-run"
dce37b66
JX
8044msgstr ""
8045
d93ef2a1 8046#: builtin/add.c:430
dce37b66 8047#, c-format
fda7b092 8048msgid "--chmod param '%s' must be either -x or +x"
dce37b66
JX
8049msgstr ""
8050
d93ef2a1 8051#: builtin/add.c:445
dce37b66 8052#, c-format
fda7b092 8053msgid "Nothing specified, nothing added.\n"
dce37b66
JX
8054msgstr ""
8055
d93ef2a1 8056#: builtin/add.c:446
dce37b66 8057#, c-format
fda7b092 8058msgid "Maybe you wanted to say 'git add .'?\n"
dce37b66
JX
8059msgstr ""
8060
3d0a05b4 8061#: builtin/am.c:347
fda7b092 8062msgid "could not parse author script"
dce37b66
JX
8063msgstr ""
8064
3d0a05b4 8065#: builtin/am.c:431
dce37b66 8066#, c-format
fda7b092 8067msgid "'%s' was deleted by the applypatch-msg hook"
dce37b66
JX
8068msgstr ""
8069
3d0a05b4 8070#: builtin/am.c:473
dce37b66 8071#, c-format
fda7b092 8072msgid "Malformed input line: '%s'."
dce37b66
JX
8073msgstr ""
8074
3d0a05b4 8075#: builtin/am.c:511
822e4a65 8076#, c-format
fda7b092 8077msgid "Failed to copy notes from '%s' to '%s'"
dce37b66
JX
8078msgstr ""
8079
3d0a05b4 8080#: builtin/am.c:537
fda7b092
JX
8081msgid "fseek failed"
8082msgstr ""
dce37b66 8083
3d0a05b4 8084#: builtin/am.c:725
822e4a65 8085#, c-format
fda7b092 8086msgid "could not parse patch '%s'"
dce37b66
JX
8087msgstr ""
8088
3d0a05b4 8089#: builtin/am.c:790
fda7b092 8090msgid "Only one StGIT patch series can be applied at once"
dce37b66
JX
8091msgstr ""
8092
3d0a05b4 8093#: builtin/am.c:838
fda7b092 8094msgid "invalid timestamp"
dce37b66
JX
8095msgstr ""
8096
3d0a05b4 8097#: builtin/am.c:843 builtin/am.c:855
fda7b092 8098msgid "invalid Date line"
dce37b66
JX
8099msgstr ""
8100
3d0a05b4 8101#: builtin/am.c:850
fda7b092 8102msgid "invalid timezone offset"
dce37b66
JX
8103msgstr ""
8104
3d0a05b4 8105#: builtin/am.c:943
fda7b092 8106msgid "Patch format detection failed."
dce37b66
JX
8107msgstr ""
8108
3d0a05b4 8109#: builtin/am.c:948 builtin/clone.c:406
dce37b66 8110#, c-format
fda7b092 8111msgid "failed to create directory '%s'"
dce37b66
JX
8112msgstr ""
8113
3d0a05b4 8114#: builtin/am.c:953
fda7b092 8115msgid "Failed to split patches."
c2ea1208
JX
8116msgstr ""
8117
3d0a05b4 8118#: builtin/am.c:1084
822e4a65 8119#, c-format
fda7b092 8120msgid "When you have resolved this problem, run \"%s --continue\"."
dce37b66
JX
8121msgstr ""
8122
3d0a05b4 8123#: builtin/am.c:1085
dce37b66 8124#, c-format
fda7b092 8125msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
dce37b66
JX
8126msgstr ""
8127
3d0a05b4 8128#: builtin/am.c:1086
822e4a65 8129#, c-format
fda7b092 8130msgid "To restore the original branch and stop patching, run \"%s --abort\"."
dce37b66
JX
8131msgstr ""
8132
3d0a05b4 8133#: builtin/am.c:1169
12705546
JX
8134msgid "Patch sent with format=flowed; space at the end of lines might be lost."
8135msgstr ""
8136
3d0a05b4 8137#: builtin/am.c:1197
5b34e000 8138msgid "Patch is empty."
dce37b66
JX
8139msgstr ""
8140
3d0a05b4 8141#: builtin/am.c:1262
dce37b66 8142#, c-format
3d0a05b4 8143msgid "missing author line in commit %s"
dce37b66
JX
8144msgstr ""
8145
3d0a05b4 8146#: builtin/am.c:1265
dce37b66 8147#, c-format
3d0a05b4 8148msgid "invalid ident line: %.*s"
dce37b66
JX
8149msgstr ""
8150
3d0a05b4 8151#: builtin/am.c:1484
fda7b092 8152msgid "Repository lacks necessary blobs to fall back on 3-way merge."
c2ea1208
JX
8153msgstr ""
8154
3d0a05b4 8155#: builtin/am.c:1486
fda7b092 8156msgid "Using index info to reconstruct a base tree..."
dce37b66
JX
8157msgstr ""
8158
3d0a05b4 8159#: builtin/am.c:1505
fda7b092
JX
8160msgid ""
8161"Did you hand edit your patch?\n"
8162"It does not apply to blobs recorded in its index."
0bbe5b48
JX
8163msgstr ""
8164
3d0a05b4 8165#: builtin/am.c:1511
fda7b092 8166msgid "Falling back to patching base and 3-way merge..."
dce37b66
JX
8167msgstr ""
8168
3d0a05b4 8169#: builtin/am.c:1537
fda7b092 8170msgid "Failed to merge in the changes."
75f7b4b9
JX
8171msgstr ""
8172
3d0a05b4 8173#: builtin/am.c:1569
fda7b092 8174msgid "applying to an empty history"
dce37b66
JX
8175msgstr ""
8176
3d0a05b4 8177#: builtin/am.c:1616 builtin/am.c:1620
dce37b66 8178#, c-format
fda7b092 8179msgid "cannot resume: %s does not exist."
dce37b66
JX
8180msgstr ""
8181
3d0a05b4 8182#: builtin/am.c:1638
fda7b092 8183msgid "Commit Body is:"
dce37b66
JX
8184msgstr ""
8185
fda7b092
JX
8186#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
8187#. in your translation. The program will only accept English
8188#. input at this point.
8189#.
3d0a05b4 8190#: builtin/am.c:1648
6b0f1a9b 8191#, c-format
fda7b092 8192msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
dce37b66
JX
8193msgstr ""
8194
3d0a05b4
JX
8195#: builtin/am.c:1695 builtin/commit.c:374
8196msgid "unable to write index file"
8197msgstr ""
8198
8199#: builtin/am.c:1699
822e4a65 8200#, c-format
fda7b092 8201msgid "Dirty index: cannot apply patches (dirty: %s)"
dce37b66
JX
8202msgstr ""
8203
3d0a05b4 8204#: builtin/am.c:1739 builtin/am.c:1807
822e4a65 8205#, c-format
fda7b092 8206msgid "Applying: %.*s"
dce37b66
JX
8207msgstr ""
8208
3d0a05b4 8209#: builtin/am.c:1756
fda7b092 8210msgid "No changes -- Patch already applied."
dce37b66
JX
8211msgstr ""
8212
3d0a05b4 8213#: builtin/am.c:1762
822e4a65 8214#, c-format
fda7b092 8215msgid "Patch failed at %s %.*s"
dce37b66
JX
8216msgstr ""
8217
3d0a05b4 8218#: builtin/am.c:1766
abc8de64 8219msgid "Use 'git am --show-current-patch' to see the failed patch"
dce37b66
JX
8220msgstr ""
8221
3d0a05b4 8222#: builtin/am.c:1810
fda7b092
JX
8223msgid ""
8224"No changes - did you forget to use 'git add'?\n"
8225"If there is nothing left to stage, chances are that something else\n"
8226"already introduced the same changes; you might want to skip this patch."
dce37b66
JX
8227msgstr ""
8228
3d0a05b4 8229#: builtin/am.c:1817
fda7b092
JX
8230msgid ""
8231"You still have unmerged paths in your index.\n"
5b34e000
JX
8232"You should 'git add' each file with resolved conflicts to mark them as "
8233"such.\n"
8234"You might run `git rm` on a file to accept \"deleted by them\" for it."
fda7b092 8235msgstr ""
dce37b66 8236
3d0a05b4 8237#: builtin/am.c:1924 builtin/am.c:1928 builtin/am.c:1940 builtin/reset.c:329
94328cef 8238#: builtin/reset.c:337
dce37b66 8239#, c-format
fda7b092 8240msgid "Could not parse object '%s'."
dce37b66
JX
8241msgstr ""
8242
3d0a05b4 8243#: builtin/am.c:1976
fda7b092 8244msgid "failed to clean index"
f517e50d
JX
8245msgstr ""
8246
3d0a05b4 8247#: builtin/am.c:2020
fda7b092
JX
8248msgid ""
8249"You seem to have moved HEAD since the last 'am' failure.\n"
8250"Not rewinding to ORIG_HEAD"
dce37b66
JX
8251msgstr ""
8252
3d0a05b4 8253#: builtin/am.c:2117
dce37b66 8254#, c-format
fda7b092 8255msgid "Invalid value for --patch-format: %s"
dce37b66
JX
8256msgstr ""
8257
3d0a05b4 8258#: builtin/am.c:2153
fda7b092 8259msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
f517e50d
JX
8260msgstr ""
8261
3d0a05b4 8262#: builtin/am.c:2154
fda7b092 8263msgid "git am [<options>] (--continue | --skip | --abort)"
dce37b66
JX
8264msgstr ""
8265
3d0a05b4 8266#: builtin/am.c:2160
fda7b092 8267msgid "run interactively"
dce37b66
JX
8268msgstr ""
8269
3d0a05b4 8270#: builtin/am.c:2162
fda7b092 8271msgid "historical option -- no-op"
9fa976ff
JX
8272msgstr ""
8273
3d0a05b4 8274#: builtin/am.c:2164
fda7b092 8275msgid "allow fall back on 3way merging if needed"
9fa976ff
JX
8276msgstr ""
8277
3d0a05b4
JX
8278#: builtin/am.c:2165 builtin/init-db.c:494 builtin/prune-packed.c:58
8279#: builtin/repack.c:297 builtin/stash.c:812
fda7b092 8280msgid "be quiet"
9fa976ff
JX
8281msgstr ""
8282
3d0a05b4 8283#: builtin/am.c:2167
fda7b092 8284msgid "add a Signed-off-by line to the commit message"
9fa976ff
JX
8285msgstr ""
8286
3d0a05b4 8287#: builtin/am.c:2170
fda7b092
JX
8288msgid "recode into utf8 (default)"
8289msgstr ""
9fa976ff 8290
3d0a05b4 8291#: builtin/am.c:2172
fda7b092
JX
8292msgid "pass -k flag to git-mailinfo"
8293msgstr ""
9fa976ff 8294
3d0a05b4 8295#: builtin/am.c:2174
fda7b092 8296msgid "pass -b flag to git-mailinfo"
6f6731e7
JX
8297msgstr ""
8298
3d0a05b4 8299#: builtin/am.c:2176
fda7b092 8300msgid "pass -m flag to git-mailinfo"
6f6731e7
JX
8301msgstr ""
8302
3d0a05b4 8303#: builtin/am.c:2178
fda7b092 8304msgid "pass --keep-cr flag to git-mailsplit for mbox format"
6f6731e7
JX
8305msgstr ""
8306
3d0a05b4 8307#: builtin/am.c:2181
fda7b092 8308msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
6f6731e7
JX
8309msgstr ""
8310
3d0a05b4 8311#: builtin/am.c:2184
fda7b092 8312msgid "strip everything before a scissors line"
6f6731e7
JX
8313msgstr ""
8314
3d0a05b4
JX
8315#: builtin/am.c:2186 builtin/am.c:2189 builtin/am.c:2192 builtin/am.c:2195
8316#: builtin/am.c:2198 builtin/am.c:2201 builtin/am.c:2204 builtin/am.c:2207
8317#: builtin/am.c:2213
fda7b092 8318msgid "pass it through git-apply"
6f6731e7
JX
8319msgstr ""
8320
3d0a05b4
JX
8321#: builtin/am.c:2203 builtin/commit.c:1368 builtin/fmt-merge-msg.c:671
8322#: builtin/fmt-merge-msg.c:674 builtin/grep.c:883 builtin/merge.c:249
8323#: builtin/pull.c:160 builtin/pull.c:219 builtin/rebase.c:1442
8324#: builtin/repack.c:308 builtin/repack.c:312 builtin/repack.c:314
6b0f1a9b 8325#: builtin/show-branch.c:650 builtin/show-ref.c:172 builtin/tag.c:403
3d0a05b4 8326#: parse-options.h:150 parse-options.h:171 parse-options.h:312
fda7b092 8327msgid "n"
6f6731e7
JX
8328msgstr ""
8329
3d0a05b4
JX
8330#: builtin/am.c:2209 builtin/branch.c:661 builtin/for-each-ref.c:38
8331#: builtin/replace.c:555 builtin/tag.c:437 builtin/verify-tag.c:38
fda7b092 8332msgid "format"
6f6731e7
JX
8333msgstr ""
8334
3d0a05b4 8335#: builtin/am.c:2210
fda7b092 8336msgid "format the patch(es) are in"
6f6731e7
JX
8337msgstr ""
8338
3d0a05b4 8339#: builtin/am.c:2216
fda7b092 8340msgid "override error message when patch failure occurs"
6f6731e7
JX
8341msgstr ""
8342
3d0a05b4 8343#: builtin/am.c:2218
fda7b092 8344msgid "continue applying patches after resolving a conflict"
c2ea1208
JX
8345msgstr ""
8346
3d0a05b4 8347#: builtin/am.c:2221
fda7b092 8348msgid "synonyms for --continue"
6f6731e7
JX
8349msgstr ""
8350
3d0a05b4 8351#: builtin/am.c:2224
fda7b092 8352msgid "skip the current patch"
0bbe5b48
JX
8353msgstr ""
8354
3d0a05b4 8355#: builtin/am.c:2227
fda7b092 8356msgid "restore the original branch and abort the patching operation."
6f6731e7
JX
8357msgstr ""
8358
3d0a05b4 8359#: builtin/am.c:2230
abc8de64
JX
8360msgid "abort the patching operation but keep HEAD where it is."
8361msgstr ""
8362
3d0a05b4 8363#: builtin/am.c:2233
abc8de64
JX
8364msgid "show the patch being applied."
8365msgstr ""
8366
3d0a05b4 8367#: builtin/am.c:2237
fda7b092 8368msgid "lie about committer date"
6f6731e7
JX
8369msgstr ""
8370
3d0a05b4 8371#: builtin/am.c:2239
fda7b092 8372msgid "use current timestamp for author date"
6f6731e7
JX
8373msgstr ""
8374
3d0a05b4
JX
8375#: builtin/am.c:2241 builtin/commit-tree.c:120 builtin/commit.c:1511
8376#: builtin/merge.c:286 builtin/pull.c:194 builtin/rebase.c:490
8377#: builtin/rebase.c:1483 builtin/revert.c:117 builtin/tag.c:418
fda7b092 8378msgid "key-id"
6f6731e7
JX
8379msgstr ""
8380
3d0a05b4 8381#: builtin/am.c:2242 builtin/rebase.c:491 builtin/rebase.c:1484
fda7b092 8382msgid "GPG-sign commits"
6f6731e7
JX
8383msgstr ""
8384
3d0a05b4 8385#: builtin/am.c:2245
fda7b092 8386msgid "(internal use for git-rebase)"
6f6731e7
JX
8387msgstr ""
8388
3d0a05b4 8389#: builtin/am.c:2263
fda7b092
JX
8390msgid ""
8391"The -b/--binary option has been a no-op for long time, and\n"
8392"it will be removed. Please do not use it anymore."
6f6731e7
JX
8393msgstr ""
8394
3d0a05b4 8395#: builtin/am.c:2270
fda7b092 8396msgid "failed to read the index"
6f6731e7
JX
8397msgstr ""
8398
3d0a05b4 8399#: builtin/am.c:2285
fda7b092
JX
8400#, c-format
8401msgid "previous rebase directory %s still exists but mbox given."
6f6731e7
JX
8402msgstr ""
8403
3d0a05b4 8404#: builtin/am.c:2309
fda7b092
JX
8405#, c-format
8406msgid ""
8407"Stray %s directory found.\n"
8408"Use \"git am --abort\" to remove it."
6f6731e7
JX
8409msgstr ""
8410
3d0a05b4 8411#: builtin/am.c:2315
fda7b092 8412msgid "Resolve operation not in progress, we are not resuming."
6f6731e7
JX
8413msgstr ""
8414
3d0a05b4 8415#: builtin/am.c:2325
6b0f1a9b
JX
8416msgid "interactive mode requires patches on the command line"
8417msgstr ""
8418
fda7b092
JX
8419#: builtin/apply.c:8
8420msgid "git apply [<options>] [<patch>...]"
6f6731e7
JX
8421msgstr ""
8422
822e4a65
JX
8423#: builtin/archive.c:17
8424#, c-format
8425msgid "could not create archive file '%s'"
dce37b66
JX
8426msgstr ""
8427
822e4a65
JX
8428#: builtin/archive.c:20
8429msgid "could not redirect output"
dce37b66
JX
8430msgstr ""
8431
822e4a65
JX
8432#: builtin/archive.c:37
8433msgid "git archive: Remote with no URL"
dce37b66
JX
8434msgstr ""
8435
94328cef 8436#: builtin/archive.c:61
abc8de64 8437msgid "git archive: expected ACK/NAK, got a flush packet"
dce37b66
JX
8438msgstr ""
8439
94328cef 8440#: builtin/archive.c:64
822e4a65
JX
8441#, c-format
8442msgid "git archive: NACK %s"
dce37b66
JX
8443msgstr ""
8444
94328cef 8445#: builtin/archive.c:65
822e4a65 8446msgid "git archive: protocol error"
dce37b66
JX
8447msgstr ""
8448
94328cef 8449#: builtin/archive.c:69
822e4a65 8450msgid "git archive: expected a flush"
dce37b66
JX
8451msgstr ""
8452
94328cef 8453#: builtin/bisect--helper.c:22
cc76011e
JX
8454msgid "git bisect--helper --next-all [--no-checkout]"
8455msgstr ""
8456
94328cef 8457#: builtin/bisect--helper.c:23
18a90722
JX
8458msgid "git bisect--helper --write-terms <bad_term> <good_term>"
8459msgstr ""
8460
94328cef 8461#: builtin/bisect--helper.c:24
18a90722
JX
8462msgid "git bisect--helper --bisect-clean-state"
8463msgstr ""
8464
94328cef
JX
8465#: builtin/bisect--helper.c:25
8466msgid "git bisect--helper --bisect-reset [<commit>]"
8467msgstr ""
8468
8469#: builtin/bisect--helper.c:26
8470msgid ""
8471"git bisect--helper --bisect-write [--no-log] <state> <revision> <good_term> "
8472"<bad_term>"
8473msgstr ""
8474
8475#: builtin/bisect--helper.c:27
8476msgid ""
8477"git bisect--helper --bisect-check-and-set-terms <command> <good_term> "
8478"<bad_term>"
8479msgstr ""
8480
8481#: builtin/bisect--helper.c:28
8482msgid "git bisect--helper --bisect-next-check <good_term> <bad_term> [<term>]"
8483msgstr ""
8484
8485#: builtin/bisect--helper.c:29
8486msgid ""
8487"git bisect--helper --bisect-terms [--term-good | --term-old | --term-bad | --"
8488"term-new]"
8489msgstr ""
8490
8491#: builtin/bisect--helper.c:30
8492msgid ""
8493"git bisect--helper --bisect-start [--term-{old,good}=<term> --term-{new,bad}"
8494"=<term>][--no-checkout] [<bad> [<good>...]] [--] [<paths>...]"
8495msgstr ""
8496
8497#: builtin/bisect--helper.c:86
18a90722
JX
8498#, c-format
8499msgid "'%s' is not a valid term"
8500msgstr ""
8501
94328cef 8502#: builtin/bisect--helper.c:90
18a90722
JX
8503#, c-format
8504msgid "can't use the builtin command '%s' as a term"
8505msgstr ""
8506
94328cef 8507#: builtin/bisect--helper.c:100
18a90722
JX
8508#, c-format
8509msgid "can't change the meaning of the term '%s'"
8510msgstr ""
8511
94328cef 8512#: builtin/bisect--helper.c:111
18a90722
JX
8513msgid "please use two different terms"
8514msgstr ""
8515
94328cef 8516#: builtin/bisect--helper.c:118
18a90722
JX
8517msgid "could not open the file BISECT_TERMS"
8518msgstr ""
8519
94328cef
JX
8520#: builtin/bisect--helper.c:155
8521#, c-format
8522msgid "We are not bisecting.\n"
cc76011e
JX
8523msgstr ""
8524
94328cef
JX
8525#: builtin/bisect--helper.c:163
8526#, c-format
8527msgid "'%s' is not a valid commit"
18a90722
JX
8528msgstr ""
8529
94328cef
JX
8530#: builtin/bisect--helper.c:174
8531#, c-format
7f95bc7a
JX
8532msgid ""
8533"could not check out original HEAD '%s'. Try 'git bisect reset <commit>'."
18a90722
JX
8534msgstr ""
8535
94328cef
JX
8536#: builtin/bisect--helper.c:215
8537#, c-format
8538msgid "Bad bisect_write argument: %s"
18a90722
JX
8539msgstr ""
8540
94328cef
JX
8541#: builtin/bisect--helper.c:220
8542#, c-format
8543msgid "couldn't get the oid of the rev '%s'"
cc76011e
JX
8544msgstr ""
8545
94328cef
JX
8546#: builtin/bisect--helper.c:232
8547#, c-format
8548msgid "couldn't open the file '%s'"
18a90722
JX
8549msgstr ""
8550
94328cef
JX
8551#: builtin/bisect--helper.c:258
8552#, c-format
8553msgid "Invalid command: you're currently in a %s/%s bisect"
18a90722
JX
8554msgstr ""
8555
94328cef
JX
8556#: builtin/bisect--helper.c:285
8557#, c-format
8558msgid ""
8559"You need to give me at least one %s and %s revision.\n"
8560"You can use \"git bisect %s\" and \"git bisect %s\" for that."
cc76011e
JX
8561msgstr ""
8562
94328cef
JX
8563#: builtin/bisect--helper.c:289
8564#, c-format
8565msgid ""
8566"You need to start by \"git bisect start\".\n"
8567"You then need to give me at least one %s and %s revision.\n"
8568"You can use \"git bisect %s\" and \"git bisect %s\" for that."
cc76011e
JX
8569msgstr ""
8570
94328cef 8571#: builtin/bisect--helper.c:321
9b7388a8 8572#, c-format
94328cef 8573msgid "bisecting only with a %s commit"
9b7388a8
JX
8574msgstr ""
8575
94328cef
JX
8576#. TRANSLATORS: Make sure to include [Y] and [n] in your
8577#. translation. The program will only accept English input
8578#. at this point.
8579#.
8580#: builtin/bisect--helper.c:329
8581msgid "Are you sure [Y/n]? "
9b7388a8
JX
8582msgstr ""
8583
94328cef
JX
8584#: builtin/bisect--helper.c:376
8585msgid "no terms defined"
8586msgstr ""
8587
8588#: builtin/bisect--helper.c:379
9b7388a8 8589#, c-format
94328cef
JX
8590msgid ""
8591"Your current terms are %s for the old state\n"
8592"and %s for the new state.\n"
9b7388a8
JX
8593msgstr ""
8594
94328cef
JX
8595#: builtin/bisect--helper.c:389
8596#, c-format
8597msgid ""
8598"invalid argument %s for 'git bisect terms'.\n"
8599"Supported options are: --term-good|--term-old and --term-bad|--term-new."
9b7388a8
JX
8600msgstr ""
8601
94328cef
JX
8602#: builtin/bisect--helper.c:475
8603#, c-format
8604msgid "unrecognized option: '%s'"
cc76011e
JX
8605msgstr ""
8606
94328cef
JX
8607#: builtin/bisect--helper.c:479
8608#, c-format
8609msgid "'%s' does not appear to be a valid revision"
cc76011e
JX
8610msgstr ""
8611
94328cef
JX
8612#: builtin/bisect--helper.c:511
8613msgid "bad HEAD - I need a HEAD"
cc76011e
JX
8614msgstr ""
8615
94328cef
JX
8616#: builtin/bisect--helper.c:526
8617#, c-format
8618msgid "checking out '%s' failed. Try 'git bisect start <valid-branch>'."
cc76011e
JX
8619msgstr ""
8620
94328cef
JX
8621#: builtin/bisect--helper.c:547
8622msgid "won't bisect on cg-seek'ed tree"
8623msgstr ""
8624
8625#: builtin/bisect--helper.c:550
8626msgid "bad HEAD - strange symbolic ref"
8627msgstr ""
8628
6b0f1a9b
JX
8629#: builtin/bisect--helper.c:574
8630#, c-format
8631msgid "invalid ref: '%s'"
8632msgstr ""
8633
8634#: builtin/bisect--helper.c:630
94328cef
JX
8635msgid "perform 'git bisect next'"
8636msgstr ""
8637
6b0f1a9b 8638#: builtin/bisect--helper.c:632
94328cef
JX
8639msgid "write the terms to .git/BISECT_TERMS"
8640msgstr ""
8641
6b0f1a9b 8642#: builtin/bisect--helper.c:634
94328cef
JX
8643msgid "cleanup the bisection state"
8644msgstr ""
8645
6b0f1a9b 8646#: builtin/bisect--helper.c:636
94328cef
JX
8647msgid "check for expected revs"
8648msgstr ""
8649
6b0f1a9b 8650#: builtin/bisect--helper.c:638
94328cef
JX
8651msgid "reset the bisection state"
8652msgstr ""
8653
6b0f1a9b 8654#: builtin/bisect--helper.c:640
94328cef
JX
8655msgid "write out the bisection state in BISECT_LOG"
8656msgstr ""
8657
6b0f1a9b 8658#: builtin/bisect--helper.c:642
94328cef
JX
8659msgid "check and set terms in a bisection state"
8660msgstr ""
8661
6b0f1a9b 8662#: builtin/bisect--helper.c:644
94328cef
JX
8663msgid "check whether bad or good terms exist"
8664msgstr ""
8665
6b0f1a9b 8666#: builtin/bisect--helper.c:646
94328cef
JX
8667msgid "print out the bisect terms"
8668msgstr ""
8669
6b0f1a9b 8670#: builtin/bisect--helper.c:648
94328cef
JX
8671msgid "start the bisect session"
8672msgstr ""
8673
6b0f1a9b 8674#: builtin/bisect--helper.c:650
94328cef
JX
8675msgid "update BISECT_HEAD instead of checking out the current commit"
8676msgstr ""
8677
6b0f1a9b 8678#: builtin/bisect--helper.c:652
7f95bc7a 8679msgid "no log for BISECT_WRITE"
94328cef
JX
8680msgstr ""
8681
6b0f1a9b 8682#: builtin/bisect--helper.c:669
94328cef
JX
8683msgid "--write-terms requires two arguments"
8684msgstr ""
8685
6b0f1a9b 8686#: builtin/bisect--helper.c:673
94328cef
JX
8687msgid "--bisect-clean-state requires no arguments"
8688msgstr ""
8689
6b0f1a9b 8690#: builtin/bisect--helper.c:680
94328cef
JX
8691msgid "--bisect-reset requires either no argument or a commit"
8692msgstr ""
8693
6b0f1a9b 8694#: builtin/bisect--helper.c:684
94328cef
JX
8695msgid "--bisect-write requires either 4 or 5 arguments"
8696msgstr ""
8697
6b0f1a9b 8698#: builtin/bisect--helper.c:690
94328cef
JX
8699msgid "--check-and-set-terms requires 3 arguments"
8700msgstr ""
8701
6b0f1a9b 8702#: builtin/bisect--helper.c:696
94328cef
JX
8703msgid "--bisect-next-check requires 2 or 3 arguments"
8704msgstr ""
8705
6b0f1a9b 8706#: builtin/bisect--helper.c:702
94328cef
JX
8707msgid "--bisect-terms requires 0 or 1 argument"
8708msgstr ""
8709
3d0a05b4 8710#: builtin/blame.c:31
94328cef
JX
8711msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
8712msgstr ""
8713
3d0a05b4 8714#: builtin/blame.c:36
94328cef
JX
8715msgid "<rev-opts> are documented in git-rev-list(1)"
8716msgstr ""
8717
3d0a05b4 8718#: builtin/blame.c:409
94328cef
JX
8719#, c-format
8720msgid "expecting a color: %s"
8721msgstr ""
8722
3d0a05b4 8723#: builtin/blame.c:416
94328cef
JX
8724msgid "must end with a color"
8725msgstr ""
8726
3d0a05b4 8727#: builtin/blame.c:729
94328cef
JX
8728#, c-format
8729msgid "invalid color '%s' in color.blame.repeatedLines"
8730msgstr ""
8731
3d0a05b4 8732#: builtin/blame.c:747
94328cef
JX
8733msgid "invalid value for blame.coloring"
8734msgstr ""
8735
3d0a05b4 8736#: builtin/blame.c:822
6b0f1a9b
JX
8737#, c-format
8738msgid "cannot find revision %s to ignore"
8739msgstr ""
8740
3d0a05b4 8741#: builtin/blame.c:844
94328cef
JX
8742msgid "Show blame entries as we find them, incrementally"
8743msgstr ""
8744
3d0a05b4 8745#: builtin/blame.c:845
94328cef
JX
8746msgid "Show blank SHA-1 for boundary commits (Default: off)"
8747msgstr ""
8748
3d0a05b4 8749#: builtin/blame.c:846
94328cef
JX
8750msgid "Do not treat root commits as boundaries (Default: off)"
8751msgstr ""
8752
3d0a05b4 8753#: builtin/blame.c:847
94328cef
JX
8754msgid "Show work cost statistics"
8755msgstr ""
8756
3d0a05b4 8757#: builtin/blame.c:848
94328cef 8758msgid "Force progress reporting"
9eb3984b
JX
8759msgstr ""
8760
3d0a05b4 8761#: builtin/blame.c:849
cc76011e
JX
8762msgid "Show output score for blame entries"
8763msgstr ""
8764
3d0a05b4 8765#: builtin/blame.c:850
cc76011e
JX
8766msgid "Show original filename (Default: auto)"
8767msgstr ""
8768
3d0a05b4 8769#: builtin/blame.c:851
cc76011e
JX
8770msgid "Show original linenumber (Default: off)"
8771msgstr ""
8772
3d0a05b4 8773#: builtin/blame.c:852
cc76011e
JX
8774msgid "Show in a format designed for machine consumption"
8775msgstr ""
8776
3d0a05b4 8777#: builtin/blame.c:853
cc76011e
JX
8778msgid "Show porcelain format with per-line commit information"
8779msgstr ""
8780
3d0a05b4 8781#: builtin/blame.c:854
cc76011e
JX
8782msgid "Use the same output mode as git-annotate (Default: off)"
8783msgstr ""
8784
3d0a05b4 8785#: builtin/blame.c:855
cc76011e
JX
8786msgid "Show raw timestamp (Default: off)"
8787msgstr ""
8788
3d0a05b4 8789#: builtin/blame.c:856
cc76011e
JX
8790msgid "Show long commit SHA1 (Default: off)"
8791msgstr ""
8792
3d0a05b4 8793#: builtin/blame.c:857
cc76011e
JX
8794msgid "Suppress author name and timestamp (Default: off)"
8795msgstr ""
8796
3d0a05b4 8797#: builtin/blame.c:858
cc76011e
JX
8798msgid "Show author email instead of name (Default: off)"
8799msgstr ""
8800
3d0a05b4 8801#: builtin/blame.c:859
cc76011e
JX
8802msgid "Ignore whitespace differences"
8803msgstr ""
8804
3d0a05b4 8805#: builtin/blame.c:860 builtin/log.c:1630
6b0f1a9b
JX
8806msgid "rev"
8807msgstr ""
8808
3d0a05b4 8809#: builtin/blame.c:860
6b0f1a9b
JX
8810msgid "Ignore <rev> when blaming"
8811msgstr ""
8812
3d0a05b4 8813#: builtin/blame.c:861
6b0f1a9b
JX
8814msgid "Ignore revisions from <file>"
8815msgstr ""
8816
3d0a05b4 8817#: builtin/blame.c:862
9b7388a8
JX
8818msgid "color redundant metadata from previous line differently"
8819msgstr ""
8820
3d0a05b4 8821#: builtin/blame.c:863
9b7388a8
JX
8822msgid "color lines by age"
8823msgstr ""
8824
3d0a05b4 8825#: builtin/blame.c:870
673bfad0 8826msgid "Use an experimental heuristic to improve diffs"
fda7b092
JX
8827msgstr ""
8828
3d0a05b4 8829#: builtin/blame.c:872
cc76011e
JX
8830msgid "Spend extra cycles to find better match"
8831msgstr ""
8832
3d0a05b4 8833#: builtin/blame.c:873
cc76011e
JX
8834msgid "Use revisions from <file> instead of calling git-rev-list"
8835msgstr ""
8836
3d0a05b4 8837#: builtin/blame.c:874
cc76011e
JX
8838msgid "Use <file>'s contents as the final image"
8839msgstr ""
8840
3d0a05b4 8841#: builtin/blame.c:875 builtin/blame.c:876
cc76011e
JX
8842msgid "score"
8843msgstr ""
8844
3d0a05b4 8845#: builtin/blame.c:875
cc76011e
JX
8846msgid "Find line copies within and across files"
8847msgstr ""
8848
3d0a05b4 8849#: builtin/blame.c:876
cc76011e
JX
8850msgid "Find line movements within and across files"
8851msgstr ""
8852
3d0a05b4 8853#: builtin/blame.c:877
cc76011e
JX
8854msgid "n,m"
8855msgstr ""
8856
3d0a05b4 8857#: builtin/blame.c:877
cc76011e
JX
8858msgid "Process only line range n,m, counting from 1"
8859msgstr ""
8860
6b0f1a9b 8861#: builtin/blame.c:929
fda7b092
JX
8862msgid "--progress can't be used with --incremental or porcelain formats"
8863msgstr ""
8864
5b34e000
JX
8865#. TRANSLATORS: This string is used to tell us the
8866#. maximum display width for a relative timestamp in
8867#. "git blame" output. For C locale, "4 years, 11
8868#. months ago", which takes 22 places, is the longest
8869#. among various forms of relative timestamps, but
8870#. your language may need more or fewer display
8871#. columns.
8872#.
6b0f1a9b 8873#: builtin/blame.c:980
fe05e196
JX
8874msgid "4 years, 11 months ago"
8875msgstr ""
8876
6b0f1a9b 8877#: builtin/blame.c:1087
5b34e000
JX
8878#, c-format
8879msgid "file %s has only %lu line"
8880msgid_plural "file %s has only %lu lines"
8881msgstr[0] ""
8882msgstr[1] ""
fda7b092 8883
6b0f1a9b 8884#: builtin/blame.c:1133
5b34e000 8885msgid "Blaming lines"
fda7b092
JX
8886msgstr ""
8887
12705546 8888#: builtin/branch.c:29
5b34e000 8889msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
fda7b092
JX
8890msgstr ""
8891
12705546 8892#: builtin/branch.c:30
5b34e000 8893msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
fda7b092
JX
8894msgstr ""
8895
12705546 8896#: builtin/branch.c:31
c2ea1208 8897msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
cc76011e
JX
8898msgstr ""
8899
12705546 8900#: builtin/branch.c:32
c2ea1208 8901msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
cc76011e
JX
8902msgstr ""
8903
12705546 8904#: builtin/branch.c:33
25eab542 8905msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"
f4f2c8f8
JX
8906msgstr ""
8907
12705546 8908#: builtin/branch.c:34
25eab542
JX
8909msgid "git branch [<options>] [-r | -a] [--points-at]"
8910msgstr ""
8911
12705546 8912#: builtin/branch.c:35
dfc182b1
JX
8913msgid "git branch [<options>] [-r | -a] [--format]"
8914msgstr ""
8915
6b0f1a9b 8916#: builtin/branch.c:154
822e4a65
JX
8917#, c-format
8918msgid ""
8919"deleting branch '%s' that has been merged to\n"
8920" '%s', but not yet merged to HEAD."
dce37b66
JX
8921msgstr ""
8922
6b0f1a9b 8923#: builtin/branch.c:158
dce37b66
JX
8924#, c-format
8925msgid ""
822e4a65
JX
8926"not deleting branch '%s' that is not yet merged to\n"
8927" '%s', even though it is merged to HEAD."
dce37b66
JX
8928msgstr ""
8929
6b0f1a9b 8930#: builtin/branch.c:172
fe52cd62
JX
8931#, c-format
8932msgid "Couldn't look up commit object for '%s'"
8933msgstr ""
8934
6b0f1a9b 8935#: builtin/branch.c:176
fe52cd62
JX
8936#, c-format
8937msgid ""
8938"The branch '%s' is not fully merged.\n"
8939"If you are sure you want to delete it, run 'git branch -D %s'."
8940msgstr ""
8941
6b0f1a9b 8942#: builtin/branch.c:189
fe52cd62
JX
8943msgid "Update of config-file failed"
8944msgstr ""
8945
6b0f1a9b 8946#: builtin/branch.c:220
822e4a65 8947msgid "cannot use -a with -d"
dce37b66
JX
8948msgstr ""
8949
6b0f1a9b 8950#: builtin/branch.c:226
822e4a65 8951msgid "Couldn't look up commit object for HEAD"
dce37b66
JX
8952msgstr ""
8953
6b0f1a9b 8954#: builtin/branch.c:240
822e4a65 8955#, c-format
f517e50d 8956msgid "Cannot delete branch '%s' checked out at '%s'"
dce37b66
JX
8957msgstr ""
8958
6b0f1a9b 8959#: builtin/branch.c:255
822e4a65 8960#, c-format
64f23b0c 8961msgid "remote-tracking branch '%s' not found."
dce37b66
JX
8962msgstr ""
8963
6b0f1a9b 8964#: builtin/branch.c:256
822e4a65
JX
8965#, c-format
8966msgid "branch '%s' not found."
dce37b66
JX
8967msgstr ""
8968
6b0f1a9b 8969#: builtin/branch.c:271
822e4a65 8970#, c-format
64f23b0c 8971msgid "Error deleting remote-tracking branch '%s'"
dce37b66
JX
8972msgstr ""
8973
6b0f1a9b 8974#: builtin/branch.c:272
dce37b66 8975#, c-format
822e4a65 8976msgid "Error deleting branch '%s'"
dce37b66
JX
8977msgstr ""
8978
6b0f1a9b 8979#: builtin/branch.c:279
dce37b66 8980#, c-format
64f23b0c 8981msgid "Deleted remote-tracking branch %s (was %s).\n"
dce37b66
JX
8982msgstr ""
8983
6b0f1a9b 8984#: builtin/branch.c:280
dce37b66 8985#, c-format
822e4a65 8986msgid "Deleted branch %s (was %s).\n"
dce37b66
JX
8987msgstr ""
8988
6b0f1a9b 8989#: builtin/branch.c:429 builtin/tag.c:61
d93ef2a1
JX
8990msgid "unable to parse format string"
8991msgstr ""
8992
6b0f1a9b 8993#: builtin/branch.c:460
d93ef2a1 8994msgid "could not resolve HEAD"
25eab542
JX
8995msgstr ""
8996
6b0f1a9b 8997#: builtin/branch.c:466
f517e50d 8998#, c-format
d93ef2a1
JX
8999msgid "HEAD (%s) points outside of refs/heads/"
9000msgstr ""
9001
6b0f1a9b 9002#: builtin/branch.c:481
d93ef2a1 9003#, c-format
f517e50d
JX
9004msgid "Branch %s is being rebased at %s"
9005msgstr ""
9006
6b0f1a9b 9007#: builtin/branch.c:485
f517e50d
JX
9008#, c-format
9009msgid "Branch %s is being bisected at %s"
9010msgstr ""
9011
6b0f1a9b 9012#: builtin/branch.c:502
25eab542
JX
9013msgid "cannot copy the current branch while not on any."
9014msgstr ""
9015
6b0f1a9b 9016#: builtin/branch.c:504
822e4a65 9017msgid "cannot rename the current branch while not on any."
dce37b66
JX
9018msgstr ""
9019
6b0f1a9b 9020#: builtin/branch.c:515
dce37b66 9021#, c-format
822e4a65 9022msgid "Invalid branch name: '%s'"
dce37b66
JX
9023msgstr ""
9024
6b0f1a9b 9025#: builtin/branch.c:542
822e4a65
JX
9026msgid "Branch rename failed"
9027msgstr ""
9028
6b0f1a9b 9029#: builtin/branch.c:544
25eab542
JX
9030msgid "Branch copy failed"
9031msgstr ""
9032
6b0f1a9b 9033#: builtin/branch.c:548
25eab542 9034#, c-format
18a90722 9035msgid "Created a copy of a misnamed branch '%s'"
25eab542
JX
9036msgstr ""
9037
6b0f1a9b 9038#: builtin/branch.c:551
dce37b66 9039#, c-format
822e4a65 9040msgid "Renamed a misnamed branch '%s' away"
dce37b66
JX
9041msgstr ""
9042
6b0f1a9b 9043#: builtin/branch.c:557
dce37b66 9044#, c-format
822e4a65 9045msgid "Branch renamed to %s, but HEAD is not updated!"
dce37b66
JX
9046msgstr ""
9047
6b0f1a9b 9048#: builtin/branch.c:566
822e4a65
JX
9049msgid "Branch is renamed, but update of config-file failed"
9050msgstr ""
9051
6b0f1a9b 9052#: builtin/branch.c:568
25eab542
JX
9053msgid "Branch is copied, but update of config-file failed"
9054msgstr ""
9055
6b0f1a9b 9056#: builtin/branch.c:584
9fa976ff
JX
9057#, c-format
9058msgid ""
9059"Please edit the description for the branch\n"
9060" %s\n"
9061"Lines starting with '%c' will be stripped.\n"
dce37b66
JX
9062msgstr ""
9063
6b0f1a9b 9064#: builtin/branch.c:618
cc76011e 9065msgid "Generic options"
dce37b66
JX
9066msgstr ""
9067
6b0f1a9b 9068#: builtin/branch.c:620
cc76011e 9069msgid "show hash and subject, give twice for upstream branch"
dce37b66
JX
9070msgstr ""
9071
6b0f1a9b 9072#: builtin/branch.c:621
cc76011e 9073msgid "suppress informational messages"
dce37b66
JX
9074msgstr ""
9075
6b0f1a9b 9076#: builtin/branch.c:622
cc76011e 9077msgid "set up tracking mode (see git-pull(1))"
dce37b66
JX
9078msgstr ""
9079
6b0f1a9b 9080#: builtin/branch.c:624
25eab542 9081msgid "do not use"
dce37b66
JX
9082msgstr ""
9083
3d0a05b4 9084#: builtin/branch.c:626 builtin/rebase.c:486
f517e50d
JX
9085msgid "upstream"
9086msgstr ""
9087
6b0f1a9b 9088#: builtin/branch.c:626
f517e50d
JX
9089msgid "change the upstream info"
9090msgstr ""
9091
6b0f1a9b 9092#: builtin/branch.c:627
fda7b092
JX
9093msgid "Unset the upstream info"
9094msgstr ""
9095
6b0f1a9b 9096#: builtin/branch.c:628
cc76011e 9097msgid "use colored output"
dce37b66
JX
9098msgstr ""
9099
6b0f1a9b 9100#: builtin/branch.c:629
cc76011e 9101msgid "act on remote-tracking branches"
dce37b66
JX
9102msgstr ""
9103
6b0f1a9b 9104#: builtin/branch.c:631 builtin/branch.c:633
cc76011e 9105msgid "print only branches that contain the commit"
dce37b66
JX
9106msgstr ""
9107
6b0f1a9b 9108#: builtin/branch.c:632 builtin/branch.c:634
dfc182b1
JX
9109msgid "print only branches that don't contain the commit"
9110msgstr ""
9111
6b0f1a9b 9112#: builtin/branch.c:637
cc76011e 9113msgid "Specific git-branch actions:"
dce37b66
JX
9114msgstr ""
9115
6b0f1a9b 9116#: builtin/branch.c:638
cc76011e 9117msgid "list both remote-tracking and local branches"
dce37b66
JX
9118msgstr ""
9119
6b0f1a9b 9120#: builtin/branch.c:640
cc76011e 9121msgid "delete fully merged branch"
dce37b66
JX
9122msgstr ""
9123
6b0f1a9b 9124#: builtin/branch.c:641
cc76011e 9125msgid "delete branch (even if not merged)"
dce37b66
JX
9126msgstr ""
9127
6b0f1a9b 9128#: builtin/branch.c:642
cc76011e 9129msgid "move/rename a branch and its reflog"
822e4a65
JX
9130msgstr ""
9131
6b0f1a9b 9132#: builtin/branch.c:643
cc76011e 9133msgid "move/rename a branch, even if target exists"
dce37b66
JX
9134msgstr ""
9135
6b0f1a9b 9136#: builtin/branch.c:644
25eab542
JX
9137msgid "copy a branch and its reflog"
9138msgstr ""
9139
6b0f1a9b 9140#: builtin/branch.c:645
25eab542
JX
9141msgid "copy a branch, even if target exists"
9142msgstr ""
9143
6b0f1a9b 9144#: builtin/branch.c:646
cc76011e 9145msgid "list branch names"
dce37b66
JX
9146msgstr ""
9147
6b0f1a9b 9148#: builtin/branch.c:647
d93ef2a1
JX
9149msgid "show current branch name"
9150msgstr ""
9151
6b0f1a9b 9152#: builtin/branch.c:648
cc76011e 9153msgid "create the branch's reflog"
dce37b66
JX
9154msgstr ""
9155
6b0f1a9b 9156#: builtin/branch.c:650
cc76011e 9157msgid "edit the description for the branch"
dce37b66
JX
9158msgstr ""
9159
6b0f1a9b 9160#: builtin/branch.c:651
beb691f7 9161msgid "force creation, move/rename, deletion"
dce37b66
JX
9162msgstr ""
9163
6b0f1a9b 9164#: builtin/branch.c:652
f4f2c8f8 9165msgid "print only branches that are merged"
dce37b66
JX
9166msgstr ""
9167
6b0f1a9b 9168#: builtin/branch.c:653
f4f2c8f8 9169msgid "print only branches that are not merged"
dce37b66
JX
9170msgstr ""
9171
6b0f1a9b 9172#: builtin/branch.c:654
cc76011e
JX
9173msgid "list branches in columns"
9174msgstr ""
9175
6b0f1a9b 9176#: builtin/branch.c:657 builtin/for-each-ref.c:42 builtin/notes.c:415
94328cef 9177#: builtin/notes.c:418 builtin/notes.c:581 builtin/notes.c:584
6b0f1a9b 9178#: builtin/tag.c:433
f4f2c8f8
JX
9179msgid "object"
9180msgstr ""
9181
6b0f1a9b 9182#: builtin/branch.c:658
f4f2c8f8
JX
9183msgid "print only branches of the object"
9184msgstr ""
9185
6b0f1a9b 9186#: builtin/branch.c:660 builtin/for-each-ref.c:48 builtin/tag.c:440
673bfad0
JX
9187msgid "sorting and filtering are case insensitive"
9188msgstr ""
9189
6b0f1a9b 9190#: builtin/branch.c:661 builtin/for-each-ref.c:38 builtin/tag.c:438
466c88fa 9191#: builtin/verify-tag.c:38
dfc182b1
JX
9192msgid "format to use for the output"
9193msgstr ""
9194
3d0a05b4 9195#: builtin/branch.c:684 builtin/clone.c:760
cc76011e
JX
9196msgid "HEAD not found below refs/heads!"
9197msgstr ""
9198
6b0f1a9b 9199#: builtin/branch.c:708
cc76011e 9200msgid "--column and --verbose are incompatible"
dce37b66
JX
9201msgstr ""
9202
6b0f1a9b 9203#: builtin/branch.c:723 builtin/branch.c:777 builtin/branch.c:786
9caaf23e
JX
9204msgid "branch name required"
9205msgstr ""
9206
6b0f1a9b 9207#: builtin/branch.c:753
9caaf23e
JX
9208msgid "Cannot give description to detached HEAD"
9209msgstr ""
9210
6b0f1a9b 9211#: builtin/branch.c:758
9caaf23e
JX
9212msgid "cannot edit description of more than one branch"
9213msgstr ""
9214
6b0f1a9b 9215#: builtin/branch.c:765
9caaf23e
JX
9216#, c-format
9217msgid "No commit on branch '%s' yet."
9218msgstr ""
9219
6b0f1a9b 9220#: builtin/branch.c:768
9caaf23e
JX
9221#, c-format
9222msgid "No branch named '%s'."
9223msgstr ""
9224
6b0f1a9b 9225#: builtin/branch.c:783
25eab542 9226msgid "too many branches for a copy operation"
9caaf23e
JX
9227msgstr ""
9228
6b0f1a9b 9229#: builtin/branch.c:792
25eab542 9230msgid "too many arguments for a rename operation"
c138af56
JX
9231msgstr ""
9232
6b0f1a9b 9233#: builtin/branch.c:797
25eab542
JX
9234msgid "too many arguments to set new upstream"
9235msgstr ""
9236
6b0f1a9b 9237#: builtin/branch.c:801
c138af56
JX
9238#, c-format
9239msgid ""
9240"could not set upstream of HEAD to %s when it does not point to any branch."
9241msgstr ""
9242
6b0f1a9b 9243#: builtin/branch.c:804 builtin/branch.c:827
c138af56
JX
9244#, c-format
9245msgid "no such branch '%s'"
9246msgstr ""
9247
6b0f1a9b 9248#: builtin/branch.c:808
822e4a65 9249#, c-format
cc76011e 9250msgid "branch '%s' does not exist"
dce37b66
JX
9251msgstr ""
9252
6b0f1a9b 9253#: builtin/branch.c:821
25eab542 9254msgid "too many arguments to unset upstream"
c138af56
JX
9255msgstr ""
9256
6b0f1a9b 9257#: builtin/branch.c:825
c138af56
JX
9258msgid "could not unset upstream of HEAD when it does not point to any branch."
9259msgstr ""
9260
6b0f1a9b 9261#: builtin/branch.c:831
822e4a65 9262#, c-format
cc76011e
JX
9263msgid "Branch '%s' has no upstream information"
9264msgstr ""
9265
6b0f1a9b
JX
9266#: builtin/branch.c:841
9267msgid ""
9268"The -a, and -r, options to 'git branch' do not take a branch name.\n"
9269"Did you mean to use: -a|-r --list <pattern>?"
dce37b66
JX
9270msgstr ""
9271
6b0f1a9b 9272#: builtin/branch.c:845
cc76011e 9273msgid ""
25eab542
JX
9274"the '--set-upstream' option is no longer supported. Please use '--track' or "
9275"'--set-upstream-to' instead."
cc76011e 9276msgstr ""
822e4a65 9277
dfc182b1 9278#: builtin/bundle.c:45
cc76011e
JX
9279#, c-format
9280msgid "%s is okay\n"
dce37b66
JX
9281msgstr ""
9282
dfc182b1 9283#: builtin/bundle.c:58
cc76011e 9284msgid "Need a repository to create a bundle."
dce37b66
JX
9285msgstr ""
9286
dfc182b1 9287#: builtin/bundle.c:62
cc76011e 9288msgid "Need a repository to unbundle."
dce37b66
JX
9289msgstr ""
9290
3d0a05b4 9291#: builtin/cat-file.c:595
64f23b0c 9292msgid ""
fda7b092
JX
9293"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
9294"p | <type> | --textconv | --filters) [--path=<path>] <object>"
dce37b66
JX
9295msgstr ""
9296
3d0a05b4 9297#: builtin/cat-file.c:596
fda7b092
JX
9298msgid ""
9299"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
9300"filters]"
dce37b66
JX
9301msgstr ""
9302
3d0a05b4 9303#: builtin/cat-file.c:617
12705546
JX
9304msgid "only one batch option may be specified"
9305msgstr ""
9306
3d0a05b4 9307#: builtin/cat-file.c:635
cc76011e 9308msgid "<type> can be one of: blob, tree, commit, tag"
dce37b66
JX
9309msgstr ""
9310
3d0a05b4 9311#: builtin/cat-file.c:636
cc76011e 9312msgid "show object type"
dce37b66
JX
9313msgstr ""
9314
3d0a05b4 9315#: builtin/cat-file.c:637
cc76011e 9316msgid "show object size"
dce37b66
JX
9317msgstr ""
9318
3d0a05b4 9319#: builtin/cat-file.c:639
cc76011e 9320msgid "exit with zero when there's no error"
dce37b66
JX
9321msgstr ""
9322
3d0a05b4 9323#: builtin/cat-file.c:640
cc76011e 9324msgid "pretty-print object's content"
dce37b66
JX
9325msgstr ""
9326
3d0a05b4 9327#: builtin/cat-file.c:642
cc76011e 9328msgid "for blob objects, run textconv on object's content"
dce37b66
JX
9329msgstr ""
9330
3d0a05b4 9331#: builtin/cat-file.c:644
fda7b092
JX
9332msgid "for blob objects, run filters on object's content"
9333msgstr ""
9334
3d0a05b4 9335#: builtin/cat-file.c:645 git-submodule.sh:936
fda7b092
JX
9336msgid "blob"
9337msgstr ""
9338
3d0a05b4 9339#: builtin/cat-file.c:646
fda7b092
JX
9340msgid "use a specific path for --textconv/--filters"
9341msgstr ""
9342
3d0a05b4 9343#: builtin/cat-file.c:648
64f23b0c
JX
9344msgid "allow -s and -t to work with broken/corrupt objects"
9345msgstr ""
9346
3d0a05b4 9347#: builtin/cat-file.c:649
df0617bf
JX
9348msgid "buffer --batch output"
9349msgstr ""
9350
3d0a05b4 9351#: builtin/cat-file.c:651
cc76011e 9352msgid "show info and content of objects fed from the standard input"
dce37b66
JX
9353msgstr ""
9354
3d0a05b4 9355#: builtin/cat-file.c:655
cc76011e 9356msgid "show info about objects fed from the standard input"
822e4a65
JX
9357msgstr ""
9358
3d0a05b4 9359#: builtin/cat-file.c:659
64f23b0c
JX
9360msgid "follow in-tree symlinks (used with --batch or --batch-check)"
9361msgstr ""
9362
3d0a05b4 9363#: builtin/cat-file.c:661
df0617bf
JX
9364msgid "show all objects with --batch or --batch-check"
9365msgstr ""
9366
3d0a05b4 9367#: builtin/cat-file.c:663
dba9f13c
JX
9368msgid "do not order --batch-all-objects output"
9369msgstr ""
9370
94328cef 9371#: builtin/check-attr.c:13
c2ea1208 9372msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
dce37b66
JX
9373msgstr ""
9374
94328cef 9375#: builtin/check-attr.c:14
f4f2c8f8 9376msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
dce37b66
JX
9377msgstr ""
9378
94328cef 9379#: builtin/check-attr.c:21
cc76011e 9380msgid "report all attributes set on file"
dce37b66
JX
9381msgstr ""
9382
94328cef 9383#: builtin/check-attr.c:22
cc76011e 9384msgid "use .gitattributes only from the index"
dce37b66
JX
9385msgstr ""
9386
94328cef 9387#: builtin/check-attr.c:23 builtin/check-ignore.c:25 builtin/hash-object.c:102
cc76011e 9388msgid "read file names from stdin"
dce37b66
JX
9389msgstr ""
9390
94328cef 9391#: builtin/check-attr.c:25 builtin/check-ignore.c:27
727b9576 9392msgid "terminate input and output records by a NUL character"
dce37b66
JX
9393msgstr ""
9394
3d0a05b4
JX
9395#: builtin/check-ignore.c:21 builtin/checkout.c:1433 builtin/gc.c:537
9396#: builtin/worktree.c:506
9caaf23e
JX
9397msgid "suppress progress reporting"
9398msgstr ""
9399
94328cef 9400#: builtin/check-ignore.c:29
28b3cffc
JX
9401msgid "show non-matching input paths"
9402msgstr ""
9403
94328cef 9404#: builtin/check-ignore.c:31
727b9576
JX
9405msgid "ignore index when checking"
9406msgstr ""
9407
94328cef 9408#: builtin/check-ignore.c:160
9caaf23e
JX
9409msgid "cannot specify pathnames with --stdin"
9410msgstr ""
9411
94328cef 9412#: builtin/check-ignore.c:163
9caaf23e
JX
9413msgid "-z only makes sense with --stdin"
9414msgstr ""
9415
94328cef 9416#: builtin/check-ignore.c:165
9caaf23e
JX
9417msgid "no path specified"
9418msgstr ""
9419
94328cef 9420#: builtin/check-ignore.c:169
9caaf23e
JX
9421msgid "--quiet is only valid with a single pathname"
9422msgstr ""
9423
94328cef 9424#: builtin/check-ignore.c:171
9caaf23e
JX
9425msgid "cannot have both --quiet and --verbose"
9426msgstr ""
9427
94328cef 9428#: builtin/check-ignore.c:174
28b3cffc
JX
9429msgid "--non-matching is only valid with --verbose"
9430msgstr ""
9431
5b34e000 9432#: builtin/check-mailmap.c:9
c2ea1208 9433msgid "git check-mailmap [<options>] <contact>..."
28b3cffc
JX
9434msgstr ""
9435
5b34e000 9436#: builtin/check-mailmap.c:14
28b3cffc
JX
9437msgid "also read contacts from stdin"
9438msgstr ""
9439
5b34e000 9440#: builtin/check-mailmap.c:25
28b3cffc
JX
9441#, c-format
9442msgid "unable to parse contact: %s"
9443msgstr ""
9444
5b34e000 9445#: builtin/check-mailmap.c:48
28b3cffc
JX
9446msgid "no contacts specified"
9447msgstr ""
9448
94328cef 9449#: builtin/checkout-index.c:131
c2ea1208 9450msgid "git checkout-index [<options>] [--] [<file>...]"
dce37b66
JX
9451msgstr ""
9452
94328cef 9453#: builtin/checkout-index.c:148
9eb3984b
JX
9454msgid "stage should be between 1 and 3 or all"
9455msgstr ""
9456
94328cef 9457#: builtin/checkout-index.c:164
cc76011e 9458msgid "check out all files in the index"
dce37b66
JX
9459msgstr ""
9460
94328cef 9461#: builtin/checkout-index.c:165
cc76011e 9462msgid "force overwrite of existing files"
dce37b66
JX
9463msgstr ""
9464
94328cef 9465#: builtin/checkout-index.c:167
cc76011e 9466msgid "no warning for existing files and files not in index"
dce37b66
JX
9467msgstr ""
9468
94328cef 9469#: builtin/checkout-index.c:169
cc76011e 9470msgid "don't checkout new files"
dce37b66
JX
9471msgstr ""
9472
94328cef 9473#: builtin/checkout-index.c:171
cc76011e 9474msgid "update stat information in the index file"
dce37b66
JX
9475msgstr ""
9476
94328cef 9477#: builtin/checkout-index.c:175
cc76011e 9478msgid "read list of paths from the standard input"
dce37b66
JX
9479msgstr ""
9480
94328cef 9481#: builtin/checkout-index.c:177
cc76011e 9482msgid "write the content to temporary files"
dce37b66
JX
9483msgstr ""
9484
94328cef 9485#: builtin/checkout-index.c:178 builtin/column.c:31
6b0f1a9b
JX
9486#: builtin/submodule--helper.c:1373 builtin/submodule--helper.c:1376
9487#: builtin/submodule--helper.c:1384 builtin/submodule--helper.c:1857
3d0a05b4 9488#: builtin/worktree.c:679
cc76011e 9489msgid "string"
dce37b66
JX
9490msgstr ""
9491
94328cef 9492#: builtin/checkout-index.c:179
cc76011e 9493msgid "when creating files, prepend <string>"
dce37b66
JX
9494msgstr ""
9495
94328cef 9496#: builtin/checkout-index.c:181
cc76011e 9497msgid "copy out the files from named stage"
dce37b66
JX
9498msgstr ""
9499
6b0f1a9b 9500#: builtin/checkout.c:31
c2ea1208 9501msgid "git checkout [<options>] <branch>"
dce37b66
JX
9502msgstr ""
9503
6b0f1a9b 9504#: builtin/checkout.c:32
c2ea1208 9505msgid "git checkout [<options>] [<branch>] -- <file>..."
dce37b66
JX
9506msgstr ""
9507
6b0f1a9b
JX
9508#: builtin/checkout.c:37
9509msgid "git switch [<options>] [<branch>]"
9510msgstr ""
9511
9512#: builtin/checkout.c:42
9513msgid "git restore [<options>] [--source=<branch>] <file>..."
9514msgstr ""
9515
3d0a05b4 9516#: builtin/checkout.c:173 builtin/checkout.c:212
822e4a65 9517#, c-format
cc76011e 9518msgid "path '%s' does not have our version"
dce37b66
JX
9519msgstr ""
9520
3d0a05b4 9521#: builtin/checkout.c:175 builtin/checkout.c:214
dce37b66 9522#, c-format
cc76011e 9523msgid "path '%s' does not have their version"
dce37b66
JX
9524msgstr ""
9525
3d0a05b4 9526#: builtin/checkout.c:191
822e4a65 9527#, c-format
cc76011e 9528msgid "path '%s' does not have all necessary versions"
dce37b66
JX
9529msgstr ""
9530
3d0a05b4 9531#: builtin/checkout.c:241
822e4a65 9532#, c-format
cc76011e 9533msgid "path '%s' does not have necessary versions"
dce37b66
JX
9534msgstr ""
9535
3d0a05b4 9536#: builtin/checkout.c:259
822e4a65 9537#, c-format
cc76011e 9538msgid "path '%s': cannot merge"
dce37b66
JX
9539msgstr ""
9540
3d0a05b4 9541#: builtin/checkout.c:275
cc76011e
JX
9542#, c-format
9543msgid "Unable to add merge result for '%s'"
dce37b66
JX
9544msgstr ""
9545
3d0a05b4 9546#: builtin/checkout.c:375
6b0f1a9b
JX
9547#, c-format
9548msgid "Recreated %d merge conflict"
9549msgid_plural "Recreated %d merge conflicts"
9550msgstr[0] ""
9551msgstr[1] ""
9552
3d0a05b4 9553#: builtin/checkout.c:380
6b0f1a9b
JX
9554#, c-format
9555msgid "Updated %d path from %s"
9556msgid_plural "Updated %d paths from %s"
9557msgstr[0] ""
9558msgstr[1] ""
9559
3d0a05b4 9560#: builtin/checkout.c:387
6b0f1a9b
JX
9561#, c-format
9562msgid "Updated %d path from the index"
9563msgid_plural "Updated %d paths from the index"
9564msgstr[0] ""
9565msgstr[1] ""
9566
3d0a05b4
JX
9567#: builtin/checkout.c:410 builtin/checkout.c:413 builtin/checkout.c:416
9568#: builtin/checkout.c:420
cc76011e
JX
9569#, c-format
9570msgid "'%s' cannot be used with updating paths"
dce37b66
JX
9571msgstr ""
9572
3d0a05b4 9573#: builtin/checkout.c:423 builtin/checkout.c:426
dce37b66 9574#, c-format
cc76011e 9575msgid "'%s' cannot be used with %s"
dce37b66
JX
9576msgstr ""
9577
3d0a05b4 9578#: builtin/checkout.c:430
dce37b66 9579#, c-format
cc76011e 9580msgid "Cannot update paths and switch to branch '%s' at the same time."
dce37b66
JX
9581msgstr ""
9582
3d0a05b4 9583#: builtin/checkout.c:434
dce37b66 9584#, c-format
6b0f1a9b 9585msgid "neither '%s' or '%s' is specified"
dce37b66
JX
9586msgstr ""
9587
3d0a05b4 9588#: builtin/checkout.c:438
94328cef 9589#, c-format
6b0f1a9b
JX
9590msgid "'%s' must be used when '%s' is not specified"
9591msgstr ""
94328cef 9592
3d0a05b4 9593#: builtin/checkout.c:443 builtin/checkout.c:448
94328cef 9594#, c-format
6b0f1a9b
JX
9595msgid "'%s' or '%s' cannot be used with %s"
9596msgstr ""
94328cef 9597
3d0a05b4 9598#: builtin/checkout.c:507 builtin/checkout.c:514
94328cef 9599#, c-format
6b0f1a9b
JX
9600msgid "path '%s' is unmerged"
9601msgstr ""
94328cef 9602
3d0a05b4 9603#: builtin/checkout.c:680
cc76011e 9604msgid "you need to resolve your current index first"
dce37b66
JX
9605msgstr ""
9606
3d0a05b4 9607#: builtin/checkout.c:730
d93ef2a1
JX
9608#, c-format
9609msgid ""
9610"cannot continue with staged changes in the following files:\n"
9611"%s"
9612msgstr ""
9613
6b0f1a9b 9614#: builtin/checkout.c:833
dce37b66 9615#, c-format
df0617bf 9616msgid "Can not do reflog for '%s': %s\n"
dce37b66
JX
9617msgstr ""
9618
6b0f1a9b 9619#: builtin/checkout.c:875
cc76011e
JX
9620msgid "HEAD is now at"
9621msgstr ""
9622
3d0a05b4 9623#: builtin/checkout.c:879 builtin/clone.c:713
f1522b27
JX
9624msgid "unable to update HEAD"
9625msgstr ""
9626
6b0f1a9b 9627#: builtin/checkout.c:883
dce37b66 9628#, c-format
cc76011e 9629msgid "Reset branch '%s'\n"
dce37b66
JX
9630msgstr ""
9631
6b0f1a9b 9632#: builtin/checkout.c:886
dce37b66 9633#, c-format
cc76011e 9634msgid "Already on '%s'\n"
dce37b66
JX
9635msgstr ""
9636
6b0f1a9b 9637#: builtin/checkout.c:890
dce37b66 9638#, c-format
cc76011e 9639msgid "Switched to and reset branch '%s'\n"
dce37b66
JX
9640msgstr ""
9641
6b0f1a9b 9642#: builtin/checkout.c:892 builtin/checkout.c:1289
dce37b66 9643#, c-format
cc76011e 9644msgid "Switched to a new branch '%s'\n"
dce37b66
JX
9645msgstr ""
9646
6b0f1a9b 9647#: builtin/checkout.c:894
cc76011e
JX
9648#, c-format
9649msgid "Switched to branch '%s'\n"
dce37b66
JX
9650msgstr ""
9651
6b0f1a9b 9652#: builtin/checkout.c:945
cc76011e
JX
9653#, c-format
9654msgid " ... and %d more.\n"
dce37b66
JX
9655msgstr ""
9656
6b0f1a9b 9657#: builtin/checkout.c:951
cc76011e 9658#, c-format
822e4a65 9659msgid ""
cc76011e
JX
9660"Warning: you are leaving %d commit behind, not connected to\n"
9661"any of your branches:\n"
822e4a65 9662"\n"
cc76011e
JX
9663"%s\n"
9664msgid_plural ""
9665"Warning: you are leaving %d commits behind, not connected to\n"
9666"any of your branches:\n"
822e4a65 9667"\n"
cc76011e
JX
9668"%s\n"
9669msgstr[0] ""
9670msgstr[1] ""
dce37b66 9671
6b0f1a9b 9672#: builtin/checkout.c:970
cc76011e 9673#, c-format
dce37b66 9674msgid ""
64f23b0c
JX
9675"If you want to keep it by creating a new branch, this may be a good time\n"
9676"to do so with:\n"
9677"\n"
9678" git branch <new-branch-name> %s\n"
9679"\n"
9680msgid_plural ""
cc76011e
JX
9681"If you want to keep them by creating a new branch, this may be a good time\n"
9682"to do so with:\n"
822e4a65 9683"\n"
c2ea1208 9684" git branch <new-branch-name> %s\n"
822e4a65 9685"\n"
64f23b0c
JX
9686msgstr[0] ""
9687msgstr[1] ""
dce37b66 9688
6b0f1a9b 9689#: builtin/checkout.c:1005
cc76011e 9690msgid "internal error in revision walk"
dce37b66
JX
9691msgstr ""
9692
6b0f1a9b 9693#: builtin/checkout.c:1009
cc76011e 9694msgid "Previous HEAD position was"
dce37b66
JX
9695msgstr ""
9696
6b0f1a9b 9697#: builtin/checkout.c:1049 builtin/checkout.c:1284
cc76011e 9698msgid "You are on a branch yet to be born"
dce37b66
JX
9699msgstr ""
9700
6b0f1a9b
JX
9701#: builtin/checkout.c:1176
9702msgid "only one reference expected"
9703msgstr ""
9704
9705#: builtin/checkout.c:1193
727b9576
JX
9706#, c-format
9707msgid "only one reference expected, %d given."
9708msgstr ""
9709
6b0f1a9b 9710#: builtin/checkout.c:1230
94328cef
JX
9711#, c-format
9712msgid ""
9713"'%s' could be both a local file and a tracking branch.\n"
9714"Please use -- (and optionally --no-guess) to disambiguate"
9715msgstr ""
9716
3d0a05b4 9717#: builtin/checkout.c:1243 builtin/worktree.c:290 builtin/worktree.c:455
cc76011e
JX
9718#, c-format
9719msgid "invalid reference: %s"
dce37b66
JX
9720msgstr ""
9721
6b0f1a9b 9722#: builtin/checkout.c:1256 builtin/checkout.c:1618
cc76011e
JX
9723#, c-format
9724msgid "reference is not a tree: %s"
dce37b66
JX
9725msgstr ""
9726
6b0f1a9b
JX
9727#: builtin/checkout.c:1303
9728#, c-format
9729msgid "a branch is expected, got tag '%s'"
dce37b66
JX
9730msgstr ""
9731
6b0f1a9b 9732#: builtin/checkout.c:1305
cc76011e 9733#, c-format
6b0f1a9b 9734msgid "a branch is expected, got remote branch '%s'"
dce37b66
JX
9735msgstr ""
9736
6b0f1a9b 9737#: builtin/checkout.c:1306 builtin/checkout.c:1314
cc76011e 9738#, c-format
6b0f1a9b 9739msgid "a branch is expected, got '%s'"
dce37b66
JX
9740msgstr ""
9741
6b0f1a9b 9742#: builtin/checkout.c:1309
dce37b66 9743#, c-format
6b0f1a9b 9744msgid "a branch is expected, got commit '%s'"
dce37b66
JX
9745msgstr ""
9746
6b0f1a9b
JX
9747#: builtin/checkout.c:1325
9748msgid ""
9749"cannot switch branch while merging\n"
9750"Consider \"git merge --quit\" or \"git worktree add\"."
dce37b66
JX
9751msgstr ""
9752
6b0f1a9b
JX
9753#: builtin/checkout.c:1329
9754msgid ""
9755"cannot switch branch in the middle of an am session\n"
9756"Consider \"git am --quit\" or \"git worktree add\"."
dce37b66
JX
9757msgstr ""
9758
6b0f1a9b
JX
9759#: builtin/checkout.c:1333
9760msgid ""
9761"cannot switch branch while rebasing\n"
9762"Consider \"git rebase --quit\" or \"git worktree add\"."
dce37b66
JX
9763msgstr ""
9764
6b0f1a9b
JX
9765#: builtin/checkout.c:1337
9766msgid ""
9767"cannot switch branch while cherry-picking\n"
9768"Consider \"git cherry-pick --quit\" or \"git worktree add\"."
dce37b66
JX
9769msgstr ""
9770
6b0f1a9b
JX
9771#: builtin/checkout.c:1341
9772msgid ""
9773"cannot switch branch while reverting\n"
9774"Consider \"git revert --quit\" or \"git worktree add\"."
dce37b66
JX
9775msgstr ""
9776
6b0f1a9b
JX
9777#: builtin/checkout.c:1345
9778msgid "you are switching branch while bisecting"
dce37b66
JX
9779msgstr ""
9780
6b0f1a9b
JX
9781#: builtin/checkout.c:1352
9782msgid "paths cannot be used with switching branches"
dce37b66
JX
9783msgstr ""
9784
6b0f1a9b
JX
9785#: builtin/checkout.c:1355 builtin/checkout.c:1359 builtin/checkout.c:1363
9786#, c-format
9787msgid "'%s' cannot be used with switching branches"
dce37b66
JX
9788msgstr ""
9789
6b0f1a9b
JX
9790#: builtin/checkout.c:1367 builtin/checkout.c:1370 builtin/checkout.c:1373
9791#: builtin/checkout.c:1378 builtin/checkout.c:1383
9792#, c-format
9793msgid "'%s' cannot be used with '%s'"
dce37b66
JX
9794msgstr ""
9795
6b0f1a9b
JX
9796#: builtin/checkout.c:1380
9797#, c-format
9798msgid "'%s' cannot take <start-point>"
dce37b66
JX
9799msgstr ""
9800
6b0f1a9b
JX
9801#: builtin/checkout.c:1388
9802#, c-format
9803msgid "Cannot switch branch to a non-commit '%s'"
cd1e7487
JX
9804msgstr ""
9805
6b0f1a9b
JX
9806#: builtin/checkout.c:1395
9807msgid "missing branch or commit argument"
dce37b66
JX
9808msgstr ""
9809
3d0a05b4
JX
9810#: builtin/checkout.c:1437 builtin/clone.c:90 builtin/commit-graph.c:59
9811#: builtin/commit-graph.c:180 builtin/fetch.c:166 builtin/merge.c:285
9812#: builtin/pull.c:138 builtin/push.c:562 builtin/send-pack.c:174
6b0f1a9b 9813msgid "force progress reporting"
dce37b66
JX
9814msgstr ""
9815
6b0f1a9b
JX
9816#: builtin/checkout.c:1438
9817msgid "perform a 3-way merge with the new branch"
9818msgstr ""
9819
3d0a05b4 9820#: builtin/checkout.c:1439 builtin/log.c:1618 parse-options.h:318
cc76011e 9821msgid "style"
dce37b66
JX
9822msgstr ""
9823
6b0f1a9b 9824#: builtin/checkout.c:1440
cc76011e 9825msgid "conflict style (merge or diff3)"
dce37b66
JX
9826msgstr ""
9827
3d0a05b4 9828#: builtin/checkout.c:1452 builtin/worktree.c:503
6b0f1a9b 9829msgid "detach HEAD at named commit"
c6bc7d43
JX
9830msgstr ""
9831
6b0f1a9b
JX
9832#: builtin/checkout.c:1453
9833msgid "set upstream info for new branch"
dce37b66
JX
9834msgstr ""
9835
6b0f1a9b
JX
9836#: builtin/checkout.c:1455
9837msgid "force checkout (throw away local modifications)"
9838msgstr ""
9839
9840#: builtin/checkout.c:1457
9841msgid "new-branch"
9842msgstr ""
9843
9844#: builtin/checkout.c:1457
9845msgid "new unparented branch"
9846msgstr ""
9847
9848#: builtin/checkout.c:1459 builtin/merge.c:288
9849msgid "update ignored files (default)"
9850msgstr ""
9851
9852#: builtin/checkout.c:1462
64f23b0c
JX
9853msgid "do not check if another worktree is holding the given ref"
9854msgstr ""
9855
6b0f1a9b
JX
9856#: builtin/checkout.c:1475
9857msgid "checkout our version for unmerged files"
f4f2c8f8
JX
9858msgstr ""
9859
6b0f1a9b
JX
9860#: builtin/checkout.c:1478
9861msgid "checkout their version for unmerged files"
d93ef2a1
JX
9862msgstr ""
9863
6b0f1a9b
JX
9864#: builtin/checkout.c:1482
9865msgid "do not limit pathspecs to sparse entries only"
9866msgstr ""
9867
9868#: builtin/checkout.c:1533
cc76011e 9869msgid "-b, -B and --orphan are mutually exclusive"
dce37b66
JX
9870msgstr ""
9871
6b0f1a9b 9872#: builtin/checkout.c:1536
d93ef2a1
JX
9873msgid "-p and --overlay are mutually exclusive"
9874msgstr ""
9875
6b0f1a9b 9876#: builtin/checkout.c:1573
cc76011e 9877msgid "--track needs a branch name"
822e4a65
JX
9878msgstr ""
9879
6b0f1a9b 9880#: builtin/checkout.c:1578
dba9f13c 9881msgid "missing branch name; try -b"
dce37b66
JX
9882msgstr ""
9883
6b0f1a9b
JX
9884#: builtin/checkout.c:1611
9885#, c-format
9886msgid "could not resolve %s"
9887msgstr ""
9888
9889#: builtin/checkout.c:1623
9890msgid "you must specify path(s) to restore"
9891msgstr ""
9892
9893#: builtin/checkout.c:1631
cc76011e 9894msgid "invalid path specification"
dce37b66
JX
9895msgstr ""
9896
6b0f1a9b 9897#: builtin/checkout.c:1638
dce37b66 9898#, c-format
5b34e000 9899msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
dce37b66
JX
9900msgstr ""
9901
6b0f1a9b 9902#: builtin/checkout.c:1642
cc76011e
JX
9903#, c-format
9904msgid "git checkout: --detach does not take a path argument '%s'"
dce37b66
JX
9905msgstr ""
9906
6b0f1a9b 9907#: builtin/checkout.c:1646
cc76011e
JX
9908msgid ""
9909"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
9910"checking out of the index."
dce37b66
JX
9911msgstr ""
9912
6b0f1a9b 9913#: builtin/checkout.c:1666
dba9f13c
JX
9914#, c-format
9915msgid ""
9916"'%s' matched more than one remote tracking branch.\n"
9917"We found %d remotes with a reference that matched. So we fell back\n"
9918"on trying to resolve the argument as a path, but failed there too!\n"
9919"\n"
9920"If you meant to check out a remote tracking branch on, e.g. 'origin',\n"
9921"you can do so by fully qualifying the name with the --track option:\n"
9922"\n"
9923" git checkout --track origin/<name>\n"
9924"\n"
9925"If you'd like to always have checkouts of an ambiguous <name> prefer\n"
9926"one remote, e.g. the 'origin' remote, consider setting\n"
9927"checkout.defaultRemote=origin in your config."
9928msgstr ""
9929
3d0a05b4
JX
9930#: builtin/checkout.c:1691 builtin/checkout.c:1693 builtin/checkout.c:1742
9931#: builtin/checkout.c:1744 builtin/clone.c:120 builtin/remote.c:169
9932#: builtin/remote.c:171 builtin/worktree.c:499 builtin/worktree.c:501
6b0f1a9b
JX
9933msgid "branch"
9934msgstr ""
9935
9936#: builtin/checkout.c:1692
9937msgid "create and checkout a new branch"
9938msgstr ""
9939
9940#: builtin/checkout.c:1694
9941msgid "create/reset and checkout a branch"
9942msgstr ""
9943
9944#: builtin/checkout.c:1695
9945msgid "create reflog for new branch"
9946msgstr ""
9947
9948#: builtin/checkout.c:1697
9949msgid "second guess 'git checkout <no-such-branch>' (default)"
9950msgstr ""
9951
9952#: builtin/checkout.c:1698
9953msgid "use overlay mode (default)"
9954msgstr ""
9955
3d0a05b4 9956#: builtin/checkout.c:1743
6b0f1a9b
JX
9957msgid "create and switch to a new branch"
9958msgstr ""
9959
3d0a05b4 9960#: builtin/checkout.c:1745
6b0f1a9b
JX
9961msgid "create/reset and switch to a branch"
9962msgstr ""
9963
3d0a05b4 9964#: builtin/checkout.c:1747
6b0f1a9b
JX
9965msgid "second guess 'git switch <no-such-branch>'"
9966msgstr ""
9967
3d0a05b4 9968#: builtin/checkout.c:1749
6b0f1a9b
JX
9969msgid "throw away local modifications"
9970msgstr ""
9971
3d0a05b4 9972#: builtin/checkout.c:1781
466c88fa 9973msgid "which tree-ish to checkout from"
6b0f1a9b
JX
9974msgstr ""
9975
3d0a05b4 9976#: builtin/checkout.c:1783
6b0f1a9b
JX
9977msgid "restore the index"
9978msgstr ""
9979
3d0a05b4 9980#: builtin/checkout.c:1785
6b0f1a9b
JX
9981msgid "restore the working tree (default)"
9982msgstr ""
9983
3d0a05b4 9984#: builtin/checkout.c:1787
6b0f1a9b
JX
9985msgid "ignore unmerged entries"
9986msgstr ""
9987
3d0a05b4 9988#: builtin/checkout.c:1788
6b0f1a9b
JX
9989msgid "use overlay mode"
9990msgstr ""
9991
94328cef 9992#: builtin/clean.c:28
28b3cffc
JX
9993msgid ""
9994"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
dce37b66
JX
9995msgstr ""
9996
94328cef 9997#: builtin/clean.c:32
46bc4039
JX
9998#, c-format
9999msgid "Removing %s\n"
10000msgstr ""
10001
94328cef 10002#: builtin/clean.c:33
46bc4039
JX
10003#, c-format
10004msgid "Would remove %s\n"
10005msgstr ""
10006
94328cef 10007#: builtin/clean.c:34
46bc4039
JX
10008#, c-format
10009msgid "Skipping repository %s\n"
10010msgstr ""
10011
94328cef 10012#: builtin/clean.c:35
46bc4039
JX
10013#, c-format
10014msgid "Would skip repository %s\n"
10015msgstr ""
10016
94328cef 10017#: builtin/clean.c:36
46bc4039 10018#, c-format
6b0f1a9b
JX
10019msgid "failed to remove %s"
10020msgstr ""
10021
10022#: builtin/clean.c:37
10023#, c-format
10024msgid "could not lstat %s\n"
46bc4039
JX
10025msgstr ""
10026
3d0a05b4 10027#: builtin/clean.c:301 git-add--interactive.perl:593
673bfad0 10028#, c-format
28b3cffc
JX
10029msgid ""
10030"Prompt help:\n"
10031"1 - select a numbered item\n"
10032"foo - select item based on unique prefix\n"
673bfad0 10033" - (empty) select nothing\n"
28b3cffc
JX
10034msgstr ""
10035
3d0a05b4 10036#: builtin/clean.c:305 git-add--interactive.perl:602
673bfad0 10037#, c-format
28b3cffc
JX
10038msgid ""
10039"Prompt help:\n"
10040"1 - select a single item\n"
10041"3-5 - select a range of items\n"
10042"2-3,6-9 - select multiple ranges\n"
10043"foo - select item based on unique prefix\n"
10044"-... - unselect specified items\n"
10045"* - choose all items\n"
673bfad0 10046" - (empty) finish selecting\n"
28b3cffc
JX
10047msgstr ""
10048
3d0a05b4 10049#: builtin/clean.c:521 git-add--interactive.perl:568
6b0f1a9b 10050#: git-add--interactive.perl:573
673bfad0
JX
10051#, c-format, perl-format
10052msgid "Huh (%s)?\n"
28b3cffc
JX
10053msgstr ""
10054
3d0a05b4 10055#: builtin/clean.c:663
28b3cffc
JX
10056#, c-format
10057msgid "Input ignore patterns>> "
10058msgstr ""
10059
3d0a05b4 10060#: builtin/clean.c:700
28b3cffc
JX
10061#, c-format
10062msgid "WARNING: Cannot find items matched by: %s"
10063msgstr ""
10064
3d0a05b4 10065#: builtin/clean.c:721
28b3cffc
JX
10066msgid "Select items to delete"
10067msgstr ""
10068
c2ea1208 10069#. TRANSLATORS: Make sure to keep [y/N] as is
3d0a05b4 10070#: builtin/clean.c:762
28b3cffc 10071#, c-format
c2ea1208 10072msgid "Remove %s [y/N]? "
28b3cffc
JX
10073msgstr ""
10074
3d0a05b4 10075#: builtin/clean.c:787 git-add--interactive.perl:1763
673bfad0
JX
10076#, c-format
10077msgid "Bye.\n"
28b3cffc
JX
10078msgstr ""
10079
3d0a05b4 10080#: builtin/clean.c:795
28b3cffc
JX
10081msgid ""
10082"clean - start cleaning\n"
10083"filter by pattern - exclude items from deletion\n"
10084"select by numbers - select items to be deleted by numbers\n"
10085"ask each - confirm each deletion (like \"rm -i\")\n"
10086"quit - stop cleaning\n"
10087"help - this screen\n"
10088"? - help for prompt selection"
10089msgstr ""
10090
3d0a05b4 10091#: builtin/clean.c:822 git-add--interactive.perl:1849
28b3cffc
JX
10092msgid "*** Commands ***"
10093msgstr ""
10094
3d0a05b4 10095#: builtin/clean.c:823 git-add--interactive.perl:1846
28b3cffc
JX
10096msgid "What now"
10097msgstr ""
10098
3d0a05b4 10099#: builtin/clean.c:831
28b3cffc
JX
10100msgid "Would remove the following item:"
10101msgid_plural "Would remove the following items:"
10102msgstr[0] ""
10103msgstr[1] ""
10104
3d0a05b4 10105#: builtin/clean.c:847
28b3cffc
JX
10106msgid "No more files to clean, exiting."
10107msgstr ""
10108
3d0a05b4 10109#: builtin/clean.c:909
cc76011e 10110msgid "do not print names of files removed"
dce37b66
JX
10111msgstr ""
10112
3d0a05b4 10113#: builtin/clean.c:911
cc76011e 10114msgid "force"
dce37b66
JX
10115msgstr ""
10116
3d0a05b4 10117#: builtin/clean.c:912
28b3cffc
JX
10118msgid "interactive cleaning"
10119msgstr ""
10120
3d0a05b4 10121#: builtin/clean.c:914
cc76011e 10122msgid "remove whole directories"
dce37b66
JX
10123msgstr ""
10124
3d0a05b4
JX
10125#: builtin/clean.c:915 builtin/describe.c:548 builtin/describe.c:550
10126#: builtin/grep.c:901 builtin/log.c:176 builtin/log.c:178
10127#: builtin/ls-files.c:557 builtin/name-rev.c:417 builtin/name-rev.c:419
c08fd730 10128#: builtin/show-ref.c:179
cc76011e 10129msgid "pattern"
dce37b66
JX
10130msgstr ""
10131
3d0a05b4 10132#: builtin/clean.c:916
cc76011e 10133msgid "add <pattern> to ignore rules"
dce37b66
JX
10134msgstr ""
10135
3d0a05b4 10136#: builtin/clean.c:917
cc76011e 10137msgid "remove ignored files, too"
dce37b66
JX
10138msgstr ""
10139
3d0a05b4 10140#: builtin/clean.c:919
cc76011e 10141msgid "remove only ignored files"
dce37b66
JX
10142msgstr ""
10143
3d0a05b4 10144#: builtin/clean.c:937
cc76011e 10145msgid "-x and -X cannot be used together"
dce37b66
JX
10146msgstr ""
10147
3d0a05b4 10148#: builtin/clean.c:941
cc76011e 10149msgid ""
5e078fcd 10150"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
28b3cffc 10151"clean"
dce37b66
JX
10152msgstr ""
10153
3d0a05b4 10154#: builtin/clean.c:944
cc76011e 10155msgid ""
5e078fcd 10156"clean.requireForce defaults to true and neither -i, -n, nor -f given; "
28b3cffc 10157"refusing to clean"
dce37b66
JX
10158msgstr ""
10159
3d0a05b4 10160#: builtin/clone.c:45
c2ea1208 10161msgid "git clone [<options>] [--] <repo> [<dir>]"
dce37b66
JX
10162msgstr ""
10163
3d0a05b4 10164#: builtin/clone.c:92
cc76011e 10165msgid "don't create a checkout"
dce37b66
JX
10166msgstr ""
10167
3d0a05b4 10168#: builtin/clone.c:93 builtin/clone.c:95 builtin/init-db.c:489
cc76011e 10169msgid "create a bare repository"
dce37b66
JX
10170msgstr ""
10171
3d0a05b4 10172#: builtin/clone.c:97
cc76011e 10173msgid "create a mirror repository (implies bare)"
dce37b66
JX
10174msgstr ""
10175
3d0a05b4 10176#: builtin/clone.c:99
cc76011e 10177msgid "to clone from a local repository"
dce37b66
JX
10178msgstr ""
10179
3d0a05b4 10180#: builtin/clone.c:101
cc76011e 10181msgid "don't use local hardlinks, always copy"
dce37b66
JX
10182msgstr ""
10183
3d0a05b4 10184#: builtin/clone.c:103
cc76011e 10185msgid "setup as shared repository"
dce37b66
JX
10186msgstr ""
10187
3d0a05b4 10188#: builtin/clone.c:106
dfc182b1
JX
10189msgid "pathspec"
10190msgstr ""
10191
3d0a05b4 10192#: builtin/clone.c:106
cc76011e 10193msgid "initialize submodules in the clone"
dce37b66
JX
10194msgstr ""
10195
3d0a05b4 10196#: builtin/clone.c:109
f517e50d
JX
10197msgid "number of submodules cloned in parallel"
10198msgstr ""
10199
3d0a05b4 10200#: builtin/clone.c:110 builtin/init-db.c:486
cc76011e 10201msgid "template-directory"
dce37b66
JX
10202msgstr ""
10203
3d0a05b4 10204#: builtin/clone.c:111 builtin/init-db.c:487
cc76011e 10205msgid "directory from which templates will be used"
dce37b66
JX
10206msgstr ""
10207
3d0a05b4 10208#: builtin/clone.c:113 builtin/clone.c:115 builtin/submodule--helper.c:1380
6b0f1a9b 10209#: builtin/submodule--helper.c:1860
cc76011e 10210msgid "reference repository"
dce37b66
JX
10211msgstr ""
10212
3d0a05b4 10213#: builtin/clone.c:117 builtin/submodule--helper.c:1382
6b0f1a9b 10214#: builtin/submodule--helper.c:1862
64f23b0c
JX
10215msgid "use --reference only while cloning"
10216msgstr ""
10217
3d0a05b4
JX
10218#: builtin/clone.c:118 builtin/column.c:27 builtin/merge-file.c:46
10219#: builtin/pack-objects.c:3294 builtin/repack.c:320
cc76011e 10220msgid "name"
dce37b66
JX
10221msgstr ""
10222
3d0a05b4 10223#: builtin/clone.c:119
cc76011e 10224msgid "use <name> instead of 'origin' to track upstream"
dce37b66
JX
10225msgstr ""
10226
3d0a05b4 10227#: builtin/clone.c:121
cc76011e 10228msgid "checkout <branch> instead of the remote's HEAD"
dce37b66
JX
10229msgstr ""
10230
3d0a05b4 10231#: builtin/clone.c:123
cc76011e 10232msgid "path to git-upload-pack on the remote"
dce37b66
JX
10233msgstr ""
10234
3d0a05b4
JX
10235#: builtin/clone.c:124 builtin/fetch.c:167 builtin/grep.c:840
10236#: builtin/pull.c:227
cc76011e 10237msgid "depth"
dce37b66
JX
10238msgstr ""
10239
3d0a05b4 10240#: builtin/clone.c:125
cc76011e 10241msgid "create a shallow clone of that depth"
dce37b66
JX
10242msgstr ""
10243
3d0a05b4 10244#: builtin/clone.c:126 builtin/fetch.c:169 builtin/pack-objects.c:3283
fda7b092
JX
10245msgid "time"
10246msgstr ""
10247
3d0a05b4 10248#: builtin/clone.c:127
fda7b092
JX
10249msgid "create a shallow clone since a specific time"
10250msgstr ""
10251
3d0a05b4
JX
10252#: builtin/clone.c:128 builtin/fetch.c:171 builtin/fetch.c:194
10253#: builtin/rebase.c:1417
fda7b092
JX
10254msgid "revision"
10255msgstr ""
10256
3d0a05b4 10257#: builtin/clone.c:129 builtin/fetch.c:172
673bfad0 10258msgid "deepen history of shallow clone, excluding rev"
fda7b092
JX
10259msgstr ""
10260
3d0a05b4 10261#: builtin/clone.c:131
cc76011e 10262msgid "clone only one branch, HEAD or --branch"
822e4a65
JX
10263msgstr ""
10264
3d0a05b4 10265#: builtin/clone.c:133
5b34e000
JX
10266msgid "don't clone any tags, and make later fetches not to follow them"
10267msgstr ""
10268
3d0a05b4 10269#: builtin/clone.c:135
f517e50d
JX
10270msgid "any cloned submodules will be shallow"
10271msgstr ""
10272
3d0a05b4 10273#: builtin/clone.c:136 builtin/init-db.c:495
cc76011e 10274msgid "gitdir"
dce37b66
JX
10275msgstr ""
10276
3d0a05b4 10277#: builtin/clone.c:137 builtin/init-db.c:496
cc76011e 10278msgid "separate git dir from working tree"
dce37b66
JX
10279msgstr ""
10280
3d0a05b4 10281#: builtin/clone.c:138
cc76011e 10282msgid "key=value"
822e4a65
JX
10283msgstr ""
10284
3d0a05b4 10285#: builtin/clone.c:139
cc76011e 10286msgid "set config inside the new repository"
dce37b66
JX
10287msgstr ""
10288
3d0a05b4
JX
10289#: builtin/clone.c:141 builtin/fetch.c:189 builtin/ls-remote.c:76
10290#: builtin/push.c:572 builtin/send-pack.c:172
d93ef2a1
JX
10291msgid "server-specific"
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:173
d93ef2a1
JX
10296msgid "option to transmit"
10297msgstr ""
10298
3d0a05b4
JX
10299#: builtin/clone.c:142 builtin/fetch.c:190 builtin/pull.c:240
10300#: builtin/push.c:573
9eb3984b
JX
10301msgid "use IPv4 addresses only"
10302msgstr ""
10303
3d0a05b4
JX
10304#: builtin/clone.c:144 builtin/fetch.c:192 builtin/pull.c:243
10305#: builtin/push.c:575
9eb3984b
JX
10306msgid "use IPv6 addresses only"
10307msgstr ""
10308
3d0a05b4 10309#: builtin/clone.c:148
6b0f1a9b
JX
10310msgid "any cloned submodules will use their remote-tracking branch"
10311msgstr ""
10312
3d0a05b4 10313#: builtin/clone.c:284
f1522b27
JX
10314msgid ""
10315"No directory name could be guessed.\n"
10316"Please specify a directory on the command line"
10317msgstr ""
10318
3d0a05b4 10319#: builtin/clone.c:337
df49095a 10320#, c-format
fda7b092 10321msgid "info: Could not add alternate for '%s': %s\n"
df49095a
JX
10322msgstr ""
10323
3d0a05b4 10324#: builtin/clone.c:410
dce37b66 10325#, c-format
cc76011e 10326msgid "%s exists and is not a directory"
dce37b66
JX
10327msgstr ""
10328
3d0a05b4 10329#: builtin/clone.c:427
cc76011e 10330#, c-format
6b0f1a9b 10331msgid "failed to start iterator over '%s'"
822e4a65
JX
10332msgstr ""
10333
3d0a05b4 10334#: builtin/clone.c:457
dce37b66 10335#, c-format
cc76011e 10336msgid "failed to create link '%s'"
dce37b66
JX
10337msgstr ""
10338
3d0a05b4 10339#: builtin/clone.c:461
cc76011e
JX
10340#, c-format
10341msgid "failed to copy file to '%s'"
dce37b66
JX
10342msgstr ""
10343
3d0a05b4 10344#: builtin/clone.c:466
6b0f1a9b
JX
10345#, c-format
10346msgid "failed to iterate over '%s'"
10347msgstr ""
10348
3d0a05b4 10349#: builtin/clone.c:491
cc76011e
JX
10350#, c-format
10351msgid "done.\n"
dce37b66
JX
10352msgstr ""
10353
3d0a05b4 10354#: builtin/clone.c:505
c138af56
JX
10355msgid ""
10356"Clone succeeded, but checkout failed.\n"
10357"You can inspect what was checked out with 'git status'\n"
6b0f1a9b 10358"and retry with 'git restore --source=HEAD :/'\n"
c138af56
JX
10359msgstr ""
10360
3d0a05b4 10361#: builtin/clone.c:582
cc76011e
JX
10362#, c-format
10363msgid "Could not find remote branch %s to clone."
dce37b66
JX
10364msgstr ""
10365
3d0a05b4 10366#: builtin/clone.c:701
f1522b27
JX
10367#, c-format
10368msgid "unable to update %s"
10369msgstr ""
10370
3d0a05b4 10371#: builtin/clone.c:751
cc76011e 10372msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
dce37b66
JX
10373msgstr ""
10374
3d0a05b4 10375#: builtin/clone.c:782
c138af56
JX
10376msgid "unable to checkout working tree"
10377msgstr ""
10378
3d0a05b4 10379#: builtin/clone.c:832
f1522b27
JX
10380msgid "unable to write parameters to config file"
10381msgstr ""
10382
3d0a05b4 10383#: builtin/clone.c:895
beb691f7
JX
10384msgid "cannot repack to clean up"
10385msgstr ""
10386
3d0a05b4 10387#: builtin/clone.c:897
beb691f7
JX
10388msgid "cannot unlink temporary alternates file"
10389msgstr ""
10390
3d0a05b4 10391#: builtin/clone.c:937 builtin/receive-pack.c:1948
cc76011e 10392msgid "Too many arguments."
dce37b66
JX
10393msgstr ""
10394
3d0a05b4 10395#: builtin/clone.c:941
cc76011e 10396msgid "You must specify a repository to clone."
dce37b66
JX
10397msgstr ""
10398
3d0a05b4 10399#: builtin/clone.c:954
cc76011e
JX
10400#, c-format
10401msgid "--bare and --origin %s options are incompatible."
dce37b66
JX
10402msgstr ""
10403
3d0a05b4 10404#: builtin/clone.c:957
46bc4039
JX
10405msgid "--bare and --separate-git-dir are incompatible."
10406msgstr ""
10407
3d0a05b4 10408#: builtin/clone.c:970
cc76011e
JX
10409#, c-format
10410msgid "repository '%s' does not exist"
dce37b66
JX
10411msgstr ""
10412
3d0a05b4 10413#: builtin/clone.c:976 builtin/fetch.c:1790
df49095a
JX
10414#, c-format
10415msgid "depth %s is not a positive number"
10416msgstr ""
10417
3d0a05b4 10418#: builtin/clone.c:986
dce37b66 10419#, c-format
cc76011e 10420msgid "destination path '%s' already exists and is not an empty directory."
dce37b66
JX
10421msgstr ""
10422
3d0a05b4 10423#: builtin/clone.c:996
dce37b66 10424#, c-format
cc76011e 10425msgid "working tree '%s' already exists."
dce37b66
JX
10426msgstr ""
10427
3d0a05b4
JX
10428#: builtin/clone.c:1011 builtin/clone.c:1032 builtin/difftool.c:271
10429#: builtin/log.c:1785 builtin/worktree.c:302 builtin/worktree.c:334
a4156d20
JX
10430#, c-format
10431msgid "could not create leading directories of '%s'"
10432msgstr ""
10433
3d0a05b4 10434#: builtin/clone.c:1016
822e4a65 10435#, c-format
c2ea1208 10436msgid "could not create work tree dir '%s'"
dce37b66
JX
10437msgstr ""
10438
3d0a05b4 10439#: builtin/clone.c:1036
822e4a65 10440#, c-format
cc76011e 10441msgid "Cloning into bare repository '%s'...\n"
dce37b66
JX
10442msgstr ""
10443
3d0a05b4 10444#: builtin/clone.c:1038
dce37b66 10445#, c-format
cc76011e 10446msgid "Cloning into '%s'...\n"
dce37b66
JX
10447msgstr ""
10448
3d0a05b4 10449#: builtin/clone.c:1062
fda7b092
JX
10450msgid ""
10451"clone --recursive is not compatible with both --reference and --reference-if-"
10452"able"
10453msgstr ""
10454
3d0a05b4 10455#: builtin/clone.c:1123
fe05e196
JX
10456msgid "--depth is ignored in local clones; use file:// instead."
10457msgstr ""
10458
3d0a05b4 10459#: builtin/clone.c:1125
fda7b092
JX
10460msgid "--shallow-since is ignored in local clones; use file:// instead."
10461msgstr ""
10462
3d0a05b4 10463#: builtin/clone.c:1127
fda7b092
JX
10464msgid "--shallow-exclude is ignored in local clones; use file:// instead."
10465msgstr ""
10466
3d0a05b4 10467#: builtin/clone.c:1129
abc8de64
JX
10468msgid "--filter is ignored in local clones; use file:// instead."
10469msgstr ""
10470
3d0a05b4 10471#: builtin/clone.c:1132
fe05e196
JX
10472msgid "source repository is shallow, ignoring --local"
10473msgstr ""
10474
3d0a05b4 10475#: builtin/clone.c:1137
fe05e196
JX
10476msgid "--local is ignored"
10477msgstr ""
10478
3d0a05b4 10479#: builtin/clone.c:1212 builtin/clone.c:1220
822e4a65 10480#, c-format
cc76011e 10481msgid "Remote branch %s not found in upstream %s"
dce37b66
JX
10482msgstr ""
10483
3d0a05b4 10484#: builtin/clone.c:1223
cc76011e 10485msgid "You appear to have cloned an empty repository."
dce37b66
JX
10486msgstr ""
10487
5b34e000 10488#: builtin/column.c:10
c2ea1208 10489msgid "git column [<options>]"
dce37b66
JX
10490msgstr ""
10491
5b34e000 10492#: builtin/column.c:27
cc76011e 10493msgid "lookup config vars"
dce37b66
JX
10494msgstr ""
10495
5b34e000 10496#: builtin/column.c:28 builtin/column.c:29
cc76011e 10497msgid "layout to use"
dce37b66
JX
10498msgstr ""
10499
5b34e000 10500#: builtin/column.c:30
cc76011e 10501msgid "Maximum width"
dce37b66
JX
10502msgstr ""
10503
5b34e000 10504#: builtin/column.c:31
cc76011e 10505msgid "Padding space on left border"
dce37b66
JX
10506msgstr ""
10507
5b34e000 10508#: builtin/column.c:32
cc76011e 10509msgid "Padding space on right border"
dce37b66
JX
10510msgstr ""
10511
5b34e000 10512#: builtin/column.c:33
cc76011e 10513msgid "Padding space between columns"
dce37b66
JX
10514msgstr ""
10515
9b7388a8 10516#: builtin/column.c:51
cc76011e 10517msgid "--command must be the first argument"
dce37b66
JX
10518msgstr ""
10519
d93ef2a1
JX
10520#: builtin/commit-tree.c:18
10521msgid ""
10522"git commit-tree [(-p <parent>)...] [-S[<keyid>]] [(-m <message>)...] [(-F "
10523"<file>)...] <tree>"
10524msgstr ""
10525
10526#: builtin/commit-tree.c:31
10527#, c-format
10528msgid "duplicate parent %s ignored"
10529msgstr ""
10530
466c88fa 10531#: builtin/commit-tree.c:56 builtin/commit-tree.c:136 builtin/log.c:525
d93ef2a1
JX
10532#, c-format
10533msgid "not a valid object name %s"
10534msgstr ""
10535
10536#: builtin/commit-tree.c:93
10537#, c-format
10538msgid "git commit-tree: failed to open '%s'"
10539msgstr ""
10540
10541#: builtin/commit-tree.c:96
10542#, c-format
10543msgid "git commit-tree: failed to read '%s'"
10544msgstr ""
10545
10546#: builtin/commit-tree.c:98
10547#, c-format
10548msgid "git commit-tree: failed to close '%s'"
10549msgstr ""
10550
10551#: builtin/commit-tree.c:111
10552msgid "parent"
10553msgstr ""
10554
10555#: builtin/commit-tree.c:112
10556msgid "id of a parent commit object"
10557msgstr ""
10558
6b0f1a9b 10559#: builtin/commit-tree.c:114 builtin/commit.c:1500 builtin/merge.c:270
3d0a05b4 10560#: builtin/notes.c:409 builtin/notes.c:575 builtin/stash.c:1469
6b0f1a9b 10561#: builtin/tag.c:412
d93ef2a1
JX
10562msgid "message"
10563msgstr ""
10564
6b0f1a9b 10565#: builtin/commit-tree.c:115 builtin/commit.c:1500
d93ef2a1
JX
10566msgid "commit message"
10567msgstr ""
10568
10569#: builtin/commit-tree.c:118
10570msgid "read commit log message from file"
10571msgstr ""
10572
6b0f1a9b 10573#: builtin/commit-tree.c:121 builtin/commit.c:1512 builtin/merge.c:287
3d0a05b4 10574#: builtin/pull.c:195 builtin/revert.c:118
d93ef2a1
JX
10575msgid "GPG sign commit"
10576msgstr ""
10577
10578#: builtin/commit-tree.c:133
10579msgid "must give exactly one tree"
10580msgstr ""
10581
10582#: builtin/commit-tree.c:140
10583msgid "git commit-tree: failed to read"
10584msgstr ""
10585
94328cef 10586#: builtin/commit.c:41
c2ea1208 10587msgid "git commit [<options>] [--] <pathspec>..."
dce37b66
JX
10588msgstr ""
10589
94328cef 10590#: builtin/commit.c:46
c2ea1208 10591msgid "git status [<options>] [--] <pathspec>..."
dce37b66
JX
10592msgstr ""
10593
94328cef 10594#: builtin/commit.c:51
cc76011e
JX
10595msgid ""
10596"You asked to amend the most recent commit, but doing so would make\n"
10597"it empty. You can repeat your command with --allow-empty, or you can\n"
10598"remove the commit entirely with \"git reset HEAD^\".\n"
822e4a65
JX
10599msgstr ""
10600
94328cef 10601#: builtin/commit.c:56
dce37b66 10602msgid ""
cc76011e
JX
10603"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
10604"If you wish to commit it anyway, use:\n"
10605"\n"
10606" git commit --allow-empty\n"
10607"\n"
dce37b66
JX
10608msgstr ""
10609
94328cef 10610#: builtin/commit.c:63
6b0f1a9b 10611msgid "Otherwise, please use 'git cherry-pick --skip'\n"
b8ecf239
JX
10612msgstr ""
10613
94328cef 10614#: builtin/commit.c:66
b8ecf239 10615msgid ""
6b0f1a9b
JX
10616"and then use:\n"
10617"\n"
10618" git cherry-pick --continue\n"
10619"\n"
10620"to resume cherry-picking the remaining commits.\n"
b8ecf239
JX
10621"If you wish to skip this commit, use:\n"
10622"\n"
6b0f1a9b 10623" git cherry-pick --skip\n"
b8ecf239 10624"\n"
b8ecf239
JX
10625msgstr ""
10626
6b0f1a9b 10627#: builtin/commit.c:315
cc76011e 10628msgid "failed to unpack HEAD tree object"
822e4a65
JX
10629msgstr ""
10630
6b0f1a9b 10631#: builtin/commit.c:356
cc76011e 10632msgid "unable to create temporary index"
dce37b66
JX
10633msgstr ""
10634
6b0f1a9b 10635#: builtin/commit.c:362
cc76011e 10636msgid "interactive add failed"
dce37b66
JX
10637msgstr ""
10638
6b0f1a9b 10639#: builtin/commit.c:376
d07a63e4
JX
10640msgid "unable to update temporary index"
10641msgstr ""
10642
6b0f1a9b 10643#: builtin/commit.c:378
d07a63e4
JX
10644msgid "Failed to update main cache tree"
10645msgstr ""
10646
6b0f1a9b 10647#: builtin/commit.c:403 builtin/commit.c:426 builtin/commit.c:472
cc76011e 10648msgid "unable to write new_index file"
dce37b66
JX
10649msgstr ""
10650
6b0f1a9b 10651#: builtin/commit.c:455
cc76011e 10652msgid "cannot do a partial commit during a merge."
dce37b66
JX
10653msgstr ""
10654
6b0f1a9b 10655#: builtin/commit.c:457
cc76011e 10656msgid "cannot do a partial commit during a cherry-pick."
dce37b66
JX
10657msgstr ""
10658
6b0f1a9b 10659#: builtin/commit.c:465
cc76011e 10660msgid "cannot read the index"
dce37b66
JX
10661msgstr ""
10662
6b0f1a9b 10663#: builtin/commit.c:484
cc76011e 10664msgid "unable to write temporary index file"
dce37b66
JX
10665msgstr ""
10666
6b0f1a9b 10667#: builtin/commit.c:582
d07a63e4
JX
10668#, c-format
10669msgid "commit '%s' lacks author header"
10670msgstr ""
10671
6b0f1a9b 10672#: builtin/commit.c:584
dce37b66 10673#, c-format
d07a63e4 10674msgid "commit '%s' has malformed author line"
dce37b66
JX
10675msgstr ""
10676
6b0f1a9b 10677#: builtin/commit.c:603
cc76011e 10678msgid "malformed --author parameter"
dce37b66
JX
10679msgstr ""
10680
6b0f1a9b 10681#: builtin/commit.c:656
fe05e196
JX
10682msgid ""
10683"unable to select a comment character that is not used\n"
10684"in the current commit message"
10685msgstr ""
10686
6b0f1a9b 10687#: builtin/commit.c:694 builtin/commit.c:727 builtin/commit.c:1072
cc76011e
JX
10688#, c-format
10689msgid "could not lookup commit %s"
822e4a65
JX
10690msgstr ""
10691
6b0f1a9b 10692#: builtin/commit.c:706 builtin/shortlog.c:319
cc76011e
JX
10693#, c-format
10694msgid "(reading log message from standard input)\n"
822e4a65
JX
10695msgstr ""
10696
6b0f1a9b 10697#: builtin/commit.c:708
cc76011e 10698msgid "could not read log from standard input"
822e4a65
JX
10699msgstr ""
10700
6b0f1a9b 10701#: builtin/commit.c:712
dce37b66 10702#, c-format
cc76011e 10703msgid "could not read log file '%s'"
dce37b66
JX
10704msgstr ""
10705
6b0f1a9b 10706#: builtin/commit.c:743 builtin/commit.c:759
f517e50d 10707msgid "could not read SQUASH_MSG"
dce37b66
JX
10708msgstr ""
10709
6b0f1a9b 10710#: builtin/commit.c:750
f517e50d 10711msgid "could not read MERGE_MSG"
dce37b66
JX
10712msgstr ""
10713
6b0f1a9b 10714#: builtin/commit.c:810
cc76011e
JX
10715msgid "could not write commit template"
10716msgstr ""
10717
6b0f1a9b 10718#: builtin/commit.c:829
dce37b66 10719#, c-format
822e4a65 10720msgid ""
cc76011e
JX
10721"\n"
10722"It looks like you may be committing a merge.\n"
10723"If this is not correct, please remove the file\n"
10724"\t%s\n"
10725"and try again.\n"
dce37b66
JX
10726msgstr ""
10727
6b0f1a9b 10728#: builtin/commit.c:834
822e4a65
JX
10729#, c-format
10730msgid ""
cc76011e
JX
10731"\n"
10732"It looks like you may be committing a cherry-pick.\n"
10733"If this is not correct, please remove the file\n"
10734"\t%s\n"
10735"and try again.\n"
dce37b66
JX
10736msgstr ""
10737
6b0f1a9b 10738#: builtin/commit.c:847
9caaf23e 10739#, c-format
cc76011e
JX
10740msgid ""
10741"Please enter the commit message for your changes. Lines starting\n"
9caaf23e 10742"with '%c' will be ignored, and an empty message aborts the commit.\n"
dce37b66
JX
10743msgstr ""
10744
6b0f1a9b 10745#: builtin/commit.c:855
9caaf23e 10746#, c-format
cc76011e
JX
10747msgid ""
10748"Please enter the commit message for your changes. Lines starting\n"
9caaf23e 10749"with '%c' will be kept; you may remove them yourself if you want to.\n"
cc76011e
JX
10750"An empty message aborts the commit.\n"
10751msgstr ""
10752
6b0f1a9b 10753#: builtin/commit.c:872
fe05e196
JX
10754#, c-format
10755msgid "%sAuthor: %.*s <%.*s>"
10756msgstr ""
10757
6b0f1a9b 10758#: builtin/commit.c:880
822e4a65 10759#, c-format
fe05e196 10760msgid "%sDate: %s"
dce37b66
JX
10761msgstr ""
10762
6b0f1a9b 10763#: builtin/commit.c:887
cc76011e 10764#, c-format
fe05e196 10765msgid "%sCommitter: %.*s <%.*s>"
dce37b66
JX
10766msgstr ""
10767
6b0f1a9b 10768#: builtin/commit.c:905
cc76011e 10769msgid "Cannot read index"
822e4a65
JX
10770msgstr ""
10771
6b0f1a9b 10772#: builtin/commit.c:972
cc76011e 10773msgid "Error building trees"
dce37b66
JX
10774msgstr ""
10775
6b0f1a9b 10776#: builtin/commit.c:986 builtin/tag.c:275
dce37b66 10777#, c-format
cc76011e 10778msgid "Please supply the message using either -m or -F option.\n"
dce37b66
JX
10779msgstr ""
10780
6b0f1a9b 10781#: builtin/commit.c:1030
dce37b66 10782#, c-format
c2ea1208 10783msgid "--author '%s' is not 'Name <email>' and matches no existing author"
dce37b66
JX
10784msgstr ""
10785
6b0f1a9b 10786#: builtin/commit.c:1044
18a90722
JX
10787#, c-format
10788msgid "Invalid ignored mode '%s'"
10789msgstr ""
10790
6b0f1a9b 10791#: builtin/commit.c:1062 builtin/commit.c:1304
cc76011e
JX
10792#, c-format
10793msgid "Invalid untracked files mode '%s'"
dce37b66
JX
10794msgstr ""
10795
6b0f1a9b 10796#: builtin/commit.c:1102
28b3cffc
JX
10797msgid "--long and -z are incompatible"
10798msgstr ""
10799
6b0f1a9b 10800#: builtin/commit.c:1146
cc76011e
JX
10801msgid "Using both --reset-author and --author does not make sense"
10802msgstr ""
822e4a65 10803
6b0f1a9b 10804#: builtin/commit.c:1155
cc76011e 10805msgid "You have nothing to amend."
dce37b66
JX
10806msgstr ""
10807
6b0f1a9b 10808#: builtin/commit.c:1158
cc76011e 10809msgid "You are in the middle of a merge -- cannot amend."
822e4a65
JX
10810msgstr ""
10811
6b0f1a9b 10812#: builtin/commit.c:1160
cc76011e 10813msgid "You are in the middle of a cherry-pick -- cannot amend."
822e4a65
JX
10814msgstr ""
10815
6b0f1a9b 10816#: builtin/commit.c:1163
cc76011e 10817msgid "Options --squash and --fixup cannot be used together"
822e4a65
JX
10818msgstr ""
10819
6b0f1a9b 10820#: builtin/commit.c:1173
cc76011e 10821msgid "Only one of -c/-C/-F/--fixup can be used."
dce37b66
JX
10822msgstr ""
10823
6b0f1a9b 10824#: builtin/commit.c:1175
abc8de64 10825msgid "Option -m cannot be combined with -c/-C/-F."
dce37b66
JX
10826msgstr ""
10827
6b0f1a9b 10828#: builtin/commit.c:1183
cc76011e 10829msgid "--reset-author can be used only with -C, -c or --amend."
822e4a65
JX
10830msgstr ""
10831
6b0f1a9b 10832#: builtin/commit.c:1200
cc76011e 10833msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
dce37b66
JX
10834msgstr ""
10835
6b0f1a9b 10836#: builtin/commit.c:1202
cc76011e 10837msgid "No paths with --include/--only does not make sense."
dce37b66
JX
10838msgstr ""
10839
6b0f1a9b 10840#: builtin/commit.c:1208
dce37b66 10841#, c-format
d93ef2a1 10842msgid "paths '%s ...' with -a does not make sense"
822e4a65
JX
10843msgstr ""
10844
6b0f1a9b 10845#: builtin/commit.c:1339 builtin/commit.c:1523
cc76011e
JX
10846msgid "show status concisely"
10847msgstr ""
822e4a65 10848
6b0f1a9b 10849#: builtin/commit.c:1341 builtin/commit.c:1525
cc76011e 10850msgid "show branch information"
cd1e7487
JX
10851msgstr ""
10852
6b0f1a9b 10853#: builtin/commit.c:1343
5b34e000
JX
10854msgid "show stash information"
10855msgstr ""
10856
6b0f1a9b 10857#: builtin/commit.c:1345 builtin/commit.c:1527
abc8de64
JX
10858msgid "compute full ahead/behind values"
10859msgstr ""
10860
6b0f1a9b 10861#: builtin/commit.c:1347
fda7b092
JX
10862msgid "version"
10863msgstr ""
10864
3d0a05b4
JX
10865#: builtin/commit.c:1347 builtin/commit.c:1529 builtin/push.c:548
10866#: builtin/worktree.c:650
cc76011e 10867msgid "machine-readable output"
dce37b66
JX
10868msgstr ""
10869
6b0f1a9b 10870#: builtin/commit.c:1350 builtin/commit.c:1531
fe52cd62
JX
10871msgid "show status in long format (default)"
10872msgstr ""
10873
6b0f1a9b 10874#: builtin/commit.c:1353 builtin/commit.c:1534
cc76011e 10875msgid "terminate entries with NUL"
dce37b66
JX
10876msgstr ""
10877
6b0f1a9b 10878#: builtin/commit.c:1355 builtin/commit.c:1359 builtin/commit.c:1537
3d0a05b4
JX
10879#: builtin/fast-export.c:1153 builtin/fast-export.c:1156
10880#: builtin/fast-export.c:1159 builtin/rebase.c:1495 parse-options.h:332
cc76011e 10881msgid "mode"
11b90174
JX
10882msgstr ""
10883
6b0f1a9b 10884#: builtin/commit.c:1356 builtin/commit.c:1537
cc76011e 10885msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
dce37b66
JX
10886msgstr ""
10887
6b0f1a9b 10888#: builtin/commit.c:1360
18a90722
JX
10889msgid ""
10890"show ignored files, optional modes: traditional, matching, no. (Default: "
10891"traditional)"
dce37b66
JX
10892msgstr ""
10893
3d0a05b4 10894#: builtin/commit.c:1362 parse-options.h:188
cc76011e 10895msgid "when"
dce37b66
JX
10896msgstr ""
10897
6b0f1a9b 10898#: builtin/commit.c:1363
cc76011e
JX
10899msgid ""
10900"ignore changes to submodules, optional when: all, dirty, untracked. "
10901"(Default: all)"
dce37b66
JX
10902msgstr ""
10903
6b0f1a9b 10904#: builtin/commit.c:1365
cc76011e 10905msgid "list untracked files in columns"
dce37b66
JX
10906msgstr ""
10907
6b0f1a9b 10908#: builtin/commit.c:1366
9b7388a8
JX
10909msgid "do not detect renames"
10910msgstr ""
10911
6b0f1a9b 10912#: builtin/commit.c:1368
9b7388a8
JX
10913msgid "detect renames, optionally set similarity index"
10914msgstr ""
10915
6b0f1a9b 10916#: builtin/commit.c:1388
18a90722
JX
10917msgid "Unsupported combination of ignored and untracked-files arguments"
10918msgstr ""
10919
6b0f1a9b 10920#: builtin/commit.c:1493
cc76011e 10921msgid "suppress summary after successful commit"
dce37b66
JX
10922msgstr ""
10923
6b0f1a9b 10924#: builtin/commit.c:1494
cc76011e 10925msgid "show diff in commit message template"
11b90174
JX
10926msgstr ""
10927
6b0f1a9b 10928#: builtin/commit.c:1496
cc76011e 10929msgid "Commit message options"
822e4a65
JX
10930msgstr ""
10931
6b0f1a9b 10932#: builtin/commit.c:1497 builtin/merge.c:274 builtin/tag.c:414
cc76011e 10933msgid "read message from file"
93329721
JX
10934msgstr ""
10935
6b0f1a9b 10936#: builtin/commit.c:1498
cc76011e 10937msgid "author"
dce37b66
JX
10938msgstr ""
10939
6b0f1a9b 10940#: builtin/commit.c:1498
cc76011e 10941msgid "override author for commit"
dce37b66
JX
10942msgstr ""
10943
3d0a05b4 10944#: builtin/commit.c:1499 builtin/gc.c:538
cc76011e 10945msgid "date"
dce37b66
JX
10946msgstr ""
10947
6b0f1a9b 10948#: builtin/commit.c:1499
cc76011e 10949msgid "override date for commit"
dce37b66
JX
10950msgstr ""
10951
6b0f1a9b
JX
10952#: builtin/commit.c:1501 builtin/commit.c:1502 builtin/commit.c:1503
10953#: builtin/commit.c:1504 parse-options.h:324 ref-filter.h:92
f4f2c8f8
JX
10954msgid "commit"
10955msgstr ""
10956
6b0f1a9b 10957#: builtin/commit.c:1501
cc76011e 10958msgid "reuse and edit message from specified commit"
822e4a65
JX
10959msgstr ""
10960
6b0f1a9b 10961#: builtin/commit.c:1502
cc76011e 10962msgid "reuse message from specified commit"
822e4a65
JX
10963msgstr ""
10964
6b0f1a9b 10965#: builtin/commit.c:1503
cc76011e 10966msgid "use autosquash formatted message to fixup specified commit"
822e4a65
JX
10967msgstr ""
10968
6b0f1a9b 10969#: builtin/commit.c:1504
cc76011e
JX
10970msgid "use autosquash formatted message to squash specified commit"
10971msgstr ""
822e4a65 10972
6b0f1a9b 10973#: builtin/commit.c:1505
cc76011e
JX
10974msgid "the commit is authored by me now (used with -C/-c/--amend)"
10975msgstr ""
822e4a65 10976
3d0a05b4
JX
10977#: builtin/commit.c:1506 builtin/log.c:1565 builtin/merge.c:289
10978#: builtin/pull.c:164 builtin/revert.c:110
cc76011e 10979msgid "add Signed-off-by:"
822e4a65
JX
10980msgstr ""
10981
6b0f1a9b 10982#: builtin/commit.c:1507
cc76011e 10983msgid "use specified template file"
822e4a65
JX
10984msgstr ""
10985
6b0f1a9b 10986#: builtin/commit.c:1508
cc76011e 10987msgid "force edit of commit"
822e4a65
JX
10988msgstr ""
10989
6b0f1a9b 10990#: builtin/commit.c:1510
cc76011e 10991msgid "include status in commit message template"
822e4a65
JX
10992msgstr ""
10993
6b0f1a9b 10994#: builtin/commit.c:1515
cc76011e 10995msgid "Commit contents options"
822e4a65
JX
10996msgstr ""
10997
6b0f1a9b 10998#: builtin/commit.c:1516
cc76011e 10999msgid "commit all changed files"
822e4a65
JX
11000msgstr ""
11001
6b0f1a9b 11002#: builtin/commit.c:1517
cc76011e 11003msgid "add specified files to index for commit"
822e4a65
JX
11004msgstr ""
11005
6b0f1a9b 11006#: builtin/commit.c:1518
cc76011e 11007msgid "interactively add files"
822e4a65
JX
11008msgstr ""
11009
6b0f1a9b 11010#: builtin/commit.c:1519
cc76011e 11011msgid "interactively add changes"
822e4a65
JX
11012msgstr ""
11013
6b0f1a9b 11014#: builtin/commit.c:1520
cc76011e 11015msgid "commit only specified files"
822e4a65
JX
11016msgstr ""
11017
6b0f1a9b 11018#: builtin/commit.c:1521
9fa976ff 11019msgid "bypass pre-commit and commit-msg hooks"
822e4a65
JX
11020msgstr ""
11021
6b0f1a9b 11022#: builtin/commit.c:1522
cc76011e 11023msgid "show what would be committed"
822e4a65
JX
11024msgstr ""
11025
6b0f1a9b 11026#: builtin/commit.c:1535
cc76011e 11027msgid "amend previous commit"
822e4a65
JX
11028msgstr ""
11029
6b0f1a9b 11030#: builtin/commit.c:1536
cc76011e 11031msgid "bypass post-rewrite hook"
822e4a65
JX
11032msgstr ""
11033
6b0f1a9b 11034#: builtin/commit.c:1541
cc76011e 11035msgid "ok to record an empty change"
822e4a65
JX
11036msgstr ""
11037
6b0f1a9b 11038#: builtin/commit.c:1543
cc76011e 11039msgid "ok to record a change with an empty message"
822e4a65
JX
11040msgstr ""
11041
6b0f1a9b 11042#: builtin/commit.c:1616
822e4a65 11043#, c-format
cc76011e 11044msgid "Corrupt MERGE_HEAD file (%s)"
822e4a65
JX
11045msgstr ""
11046
6b0f1a9b 11047#: builtin/commit.c:1623
cc76011e 11048msgid "could not read MERGE_MODE"
822e4a65
JX
11049msgstr ""
11050
6b0f1a9b 11051#: builtin/commit.c:1642
cc76011e
JX
11052#, c-format
11053msgid "could not read commit message: %s"
822e4a65
JX
11054msgstr ""
11055
6b0f1a9b 11056#: builtin/commit.c:1649
cc76011e 11057#, c-format
25eab542 11058msgid "Aborting commit due to empty commit message.\n"
822e4a65
JX
11059msgstr ""
11060
6b0f1a9b 11061#: builtin/commit.c:1654
cc76011e 11062#, c-format
25eab542 11063msgid "Aborting commit; you did not edit the message.\n"
822e4a65
JX
11064msgstr ""
11065
6b0f1a9b 11066#: builtin/commit.c:1688
822e4a65 11067msgid ""
dba9f13c 11068"repository has been updated, but unable to write\n"
d07a63e4 11069"new_index file. Check that disk is not full and quota is\n"
6b0f1a9b 11070"not exceeded, and then \"git restore --staged :/\" to recover."
822e4a65
JX
11071msgstr ""
11072
6b0f1a9b 11073#: builtin/commit-graph.c:11
9b7388a8
JX
11074msgid "git commit-graph [--object-dir <objdir>]"
11075msgstr ""
11076
6b0f1a9b 11077#: builtin/commit-graph.c:12 builtin/commit-graph.c:24
9b7388a8
JX
11078msgid "git commit-graph read [--object-dir <objdir>]"
11079msgstr ""
11080
6b0f1a9b 11081#: builtin/commit-graph.c:13 builtin/commit-graph.c:19
3d0a05b4
JX
11082msgid ""
11083"git commit-graph verify [--object-dir <objdir>] [--shallow] [--[no-]progress]"
dba9f13c
JX
11084msgstr ""
11085
6b0f1a9b 11086#: builtin/commit-graph.c:14 builtin/commit-graph.c:29
9b7388a8 11087msgid ""
6b0f1a9b 11088"git commit-graph write [--object-dir <objdir>] [--append|--split] [--"
3d0a05b4 11089"reachable|--stdin-packs|--stdin-commits] [--[no-]progress] <split options>"
9b7388a8
JX
11090msgstr ""
11091
3d0a05b4
JX
11092#: builtin/commit-graph.c:55 builtin/commit-graph.c:107
11093#: builtin/commit-graph.c:170 builtin/commit-graph.c:254 builtin/fetch.c:178
11094#: builtin/log.c:1585
9b7388a8
JX
11095msgid "dir"
11096msgstr ""
11097
3d0a05b4
JX
11098#: builtin/commit-graph.c:56 builtin/commit-graph.c:108
11099#: builtin/commit-graph.c:171 builtin/commit-graph.c:255
9b7388a8
JX
11100msgid "The object directory to store the graph"
11101msgstr ""
11102
3d0a05b4 11103#: builtin/commit-graph.c:58
6b0f1a9b
JX
11104msgid "if the commit-graph is split, only verify the tip file"
11105msgstr ""
11106
3d0a05b4 11107#: builtin/commit-graph.c:80 builtin/commit-graph.c:125
d93ef2a1
JX
11108#, c-format
11109msgid "Could not open commit-graph '%s'"
11110msgstr ""
11111
3d0a05b4 11112#: builtin/commit-graph.c:173
dba9f13c
JX
11113msgid "start walk at all refs"
11114msgstr ""
11115
3d0a05b4 11116#: builtin/commit-graph.c:175
9b7388a8
JX
11117msgid "scan pack-indexes listed by stdin for commits"
11118msgstr ""
11119
3d0a05b4 11120#: builtin/commit-graph.c:177
9b7388a8
JX
11121msgid "start walk at commits listed by stdin"
11122msgstr ""
11123
3d0a05b4 11124#: builtin/commit-graph.c:179
9b7388a8
JX
11125msgid "include all commits already in the commit-graph file"
11126msgstr ""
11127
3d0a05b4 11128#: builtin/commit-graph.c:182
6b0f1a9b
JX
11129msgid "allow writing an incremental commit-graph file"
11130msgstr ""
11131
3d0a05b4 11132#: builtin/commit-graph.c:184 builtin/commit-graph.c:188
6b0f1a9b
JX
11133msgid "maximum number of commits in a non-base split commit-graph"
11134msgstr ""
11135
3d0a05b4 11136#: builtin/commit-graph.c:186
6b0f1a9b
JX
11137msgid "maximum ratio between two levels of a split commit-graph"
11138msgstr ""
11139
3d0a05b4 11140#: builtin/commit-graph.c:204
dba9f13c 11141msgid "use at most one of --reachable, --stdin-commits, or --stdin-packs"
9b7388a8
JX
11142msgstr ""
11143
12705546 11144#: builtin/config.c:11
c2ea1208 11145msgid "git config [<options>]"
822e4a65
JX
11146msgstr ""
11147
6b0f1a9b 11148#: builtin/config.c:103 builtin/env--helper.c:23
9b7388a8
JX
11149#, c-format
11150msgid "unrecognized --type argument, %s"
11151msgstr ""
11152
12705546 11153#: builtin/config.c:115
dba9f13c
JX
11154msgid "only one type at a time"
11155msgstr ""
11156
12705546 11157#: builtin/config.c:124
cc76011e 11158msgid "Config file location"
822e4a65
JX
11159msgstr ""
11160
12705546 11161#: builtin/config.c:125
cc76011e 11162msgid "use global config file"
822e4a65
JX
11163msgstr ""
11164
12705546 11165#: builtin/config.c:126
cc76011e 11166msgid "use system config file"
822e4a65
JX
11167msgstr ""
11168
12705546 11169#: builtin/config.c:127
cc76011e 11170msgid "use repository config file"
822e4a65
JX
11171msgstr ""
11172
12705546
JX
11173#: builtin/config.c:128
11174msgid "use per-worktree config file"
11175msgstr ""
11176
11177#: builtin/config.c:129
cc76011e 11178msgid "use given config file"
822e4a65
JX
11179msgstr ""
11180
12705546 11181#: builtin/config.c:130
28b3cffc 11182msgid "blob-id"
822e4a65
JX
11183msgstr ""
11184
12705546 11185#: builtin/config.c:130
28b3cffc 11186msgid "read config from given blob object"
822e4a65
JX
11187msgstr ""
11188
12705546 11189#: builtin/config.c:131
28b3cffc 11190msgid "Action"
822e4a65
JX
11191msgstr ""
11192
12705546 11193#: builtin/config.c:132
28b3cffc 11194msgid "get value: name [value-regex]"
822e4a65
JX
11195msgstr ""
11196
12705546 11197#: builtin/config.c:133
28b3cffc 11198msgid "get all values: key [value-regex]"
822e4a65
JX
11199msgstr ""
11200
12705546 11201#: builtin/config.c:134
28b3cffc 11202msgid "get values for regexp: name-regex [value-regex]"
822e4a65
JX
11203msgstr ""
11204
12705546 11205#: builtin/config.c:135
727b9576
JX
11206msgid "get value specific for the URL: section[.var] URL"
11207msgstr ""
11208
12705546 11209#: builtin/config.c:136
28b3cffc 11210msgid "replace all matching variables: name value [value_regex]"
822e4a65
JX
11211msgstr ""
11212
12705546 11213#: builtin/config.c:137
28b3cffc 11214msgid "add a new variable: name value"
822e4a65
JX
11215msgstr ""
11216
12705546 11217#: builtin/config.c:138
28b3cffc 11218msgid "remove a variable: name [value-regex]"
822e4a65
JX
11219msgstr ""
11220
12705546 11221#: builtin/config.c:139
28b3cffc 11222msgid "remove all matches: name [value-regex]"
822e4a65
JX
11223msgstr ""
11224
12705546 11225#: builtin/config.c:140
28b3cffc 11226msgid "rename section: old-name new-name"
822e4a65
JX
11227msgstr ""
11228
12705546 11229#: builtin/config.c:141
28b3cffc
JX
11230msgid "remove a section: name"
11231msgstr ""
11232
12705546 11233#: builtin/config.c:142
28b3cffc
JX
11234msgid "list all"
11235msgstr ""
11236
12705546 11237#: builtin/config.c:143
cc76011e 11238msgid "open an editor"
822e4a65
JX
11239msgstr ""
11240
12705546 11241#: builtin/config.c:144
beb691f7 11242msgid "find the color configured: slot [default]"
822e4a65
JX
11243msgstr ""
11244
12705546 11245#: builtin/config.c:145
beb691f7 11246msgid "find the color setting: slot [stdout-is-tty]"
822e4a65
JX
11247msgstr ""
11248
12705546 11249#: builtin/config.c:146
cc76011e 11250msgid "Type"
822e4a65
JX
11251msgstr ""
11252
6b0f1a9b 11253#: builtin/config.c:147 builtin/env--helper.c:38
9b7388a8
JX
11254msgid "value is given this type"
11255msgstr ""
11256
12705546 11257#: builtin/config.c:148
cc76011e 11258msgid "value is \"true\" or \"false\""
822e4a65
JX
11259msgstr ""
11260
12705546 11261#: builtin/config.c:149
cc76011e 11262msgid "value is decimal number"
822e4a65
JX
11263msgstr ""
11264
12705546 11265#: builtin/config.c:150
cc76011e 11266msgid "value is --bool or --int"
822e4a65
JX
11267msgstr ""
11268
12705546 11269#: builtin/config.c:151
cc76011e 11270msgid "value is a path (file or directory name)"
822e4a65
JX
11271msgstr ""
11272
12705546 11273#: builtin/config.c:152
18a90722
JX
11274msgid "value is an expiry date"
11275msgstr ""
11276
12705546 11277#: builtin/config.c:153
cc76011e 11278msgid "Other"
822e4a65
JX
11279msgstr ""
11280
12705546 11281#: builtin/config.c:154
cc76011e 11282msgid "terminate values with NUL byte"
822e4a65
JX
11283msgstr ""
11284
12705546 11285#: builtin/config.c:155
df0617bf
JX
11286msgid "show variable names only"
11287msgstr ""
11288
12705546 11289#: builtin/config.c:156
cc76011e 11290msgid "respect include directives on lookup"
822e4a65
JX
11291msgstr ""
11292
12705546 11293#: builtin/config.c:157
9eb3984b
JX
11294msgid "show origin of config (file, standard input, blob, command line)"
11295msgstr ""
11296
6b0f1a9b 11297#: builtin/config.c:158 builtin/env--helper.c:40
9b7388a8
JX
11298msgid "value"
11299msgstr ""
11300
12705546 11301#: builtin/config.c:158
9b7388a8
JX
11302msgid "with --get, use default value when missing entry"
11303msgstr ""
11304
94328cef 11305#: builtin/config.c:172
dba9f13c
JX
11306#, c-format
11307msgid "wrong number of arguments, should be %d"
11308msgstr ""
11309
94328cef 11310#: builtin/config.c:174
dba9f13c
JX
11311#, c-format
11312msgid "wrong number of arguments, should be from %d to %d"
11313msgstr ""
11314
94328cef 11315#: builtin/config.c:308
dba9f13c
JX
11316#, c-format
11317msgid "invalid key pattern: %s"
11318msgstr ""
11319
94328cef 11320#: builtin/config.c:344
9b7388a8
JX
11321#, c-format
11322msgid "failed to format default config value: %s"
11323msgstr ""
11324
94328cef 11325#: builtin/config.c:401
dba9f13c
JX
11326#, c-format
11327msgid "cannot parse color '%s'"
11328msgstr ""
11329
94328cef 11330#: builtin/config.c:443
d07a63e4
JX
11331msgid "unable to parse default color value"
11332msgstr ""
11333
94328cef 11334#: builtin/config.c:496 builtin/config.c:742
dba9f13c
JX
11335msgid "not in a git directory"
11336msgstr ""
11337
94328cef 11338#: builtin/config.c:499
dba9f13c
JX
11339msgid "writing to stdin is not supported"
11340msgstr ""
11341
94328cef 11342#: builtin/config.c:502
dba9f13c
JX
11343msgid "writing config blobs is not supported"
11344msgstr ""
11345
94328cef 11346#: builtin/config.c:587
d07a63e4
JX
11347#, c-format
11348msgid ""
11349"# This is Git's per-user configuration file.\n"
64f23b0c 11350"[user]\n"
d07a63e4 11351"# Please adapt and uncomment the following lines:\n"
64f23b0c 11352"#\tname = %s\n"
d07a63e4
JX
11353"#\temail = %s\n"
11354msgstr ""
11355
94328cef 11356#: builtin/config.c:611
dba9f13c
JX
11357msgid "only one config file at a time"
11358msgstr ""
11359
94328cef 11360#: builtin/config.c:616
5b34e000
JX
11361msgid "--local can only be used inside a git repository"
11362msgstr ""
11363
94328cef 11364#: builtin/config.c:619
9b7388a8
JX
11365msgid "--blob can only be used inside a git repository"
11366msgstr ""
11367
94328cef 11368#: builtin/config.c:638
dba9f13c
JX
11369msgid "$HOME not set"
11370msgstr ""
11371
94328cef 11372#: builtin/config.c:658
12705546
JX
11373msgid ""
11374"--worktree cannot be used with multiple working trees unless the config\n"
11375"extension worktreeConfig is enabled. Please read \"CONFIGURATION FILE\"\n"
11376"section in \"git help worktree\" for details"
11377msgstr ""
11378
94328cef 11379#: builtin/config.c:688
dba9f13c
JX
11380msgid "--get-color and variable type are incoherent"
11381msgstr ""
11382
94328cef 11383#: builtin/config.c:693
dba9f13c
JX
11384msgid "only one action at a time"
11385msgstr ""
11386
94328cef 11387#: builtin/config.c:706
dba9f13c
JX
11388msgid "--name-only is only applicable to --list or --get-regexp"
11389msgstr ""
11390
94328cef 11391#: builtin/config.c:712
dba9f13c
JX
11392msgid ""
11393"--show-origin is only applicable to --get, --get-all, --get-regexp, and --"
11394"list"
11395msgstr ""
11396
94328cef 11397#: builtin/config.c:718
dba9f13c
JX
11398msgid "--default is only applicable to --get"
11399msgstr ""
11400
94328cef 11401#: builtin/config.c:731
dba9f13c
JX
11402#, c-format
11403msgid "unable to read config file '%s'"
11404msgstr ""
11405
94328cef 11406#: builtin/config.c:734
dba9f13c
JX
11407msgid "error processing config file(s)"
11408msgstr ""
11409
94328cef 11410#: builtin/config.c:744
dba9f13c
JX
11411msgid "editing stdin is not supported"
11412msgstr ""
11413
94328cef 11414#: builtin/config.c:746
dba9f13c
JX
11415msgid "editing blobs is not supported"
11416msgstr ""
11417
94328cef 11418#: builtin/config.c:760
d07a63e4
JX
11419#, c-format
11420msgid "cannot create configuration file %s"
11421msgstr ""
11422
94328cef 11423#: builtin/config.c:773
fda7b092
JX
11424#, c-format
11425msgid ""
11426"cannot overwrite multiple values with a single value\n"
11427" Use a regexp, --add or --replace-all to change %s."
11428msgstr ""
11429
94328cef 11430#: builtin/config.c:847 builtin/config.c:858
dba9f13c
JX
11431#, c-format
11432msgid "no such section: %s"
11433msgstr ""
11434
9b7388a8 11435#: builtin/count-objects.c:90
c6bc7d43
JX
11436msgid "git count-objects [-v] [-H | --human-readable]"
11437msgstr ""
11438
9b7388a8 11439#: builtin/count-objects.c:100
c6bc7d43 11440msgid "print sizes in human readable format"
822e4a65
JX
11441msgstr ""
11442
3d0a05b4 11443#: builtin/describe.c:26
c2ea1208 11444msgid "git describe [<options>] [<commit-ish>...]"
822e4a65
JX
11445msgstr ""
11446
3d0a05b4 11447#: builtin/describe.c:27
c2ea1208 11448msgid "git describe [<options>] --dirty"
822e4a65
JX
11449msgstr ""
11450
3d0a05b4 11451#: builtin/describe.c:62
dfc182b1
JX
11452msgid "head"
11453msgstr ""
11454
3d0a05b4 11455#: builtin/describe.c:62
dfc182b1
JX
11456msgid "lightweight"
11457msgstr ""
11458
3d0a05b4 11459#: builtin/describe.c:62
dfc182b1
JX
11460msgid "annotated"
11461msgstr ""
11462
3d0a05b4 11463#: builtin/describe.c:275
cc76011e
JX
11464#, c-format
11465msgid "annotated tag %s not available"
822e4a65
JX
11466msgstr ""
11467
3d0a05b4 11468#: builtin/describe.c:279
822e4a65 11469#, c-format
cc76011e 11470msgid "annotated tag %s has no embedded name"
822e4a65
JX
11471msgstr ""
11472
3d0a05b4 11473#: builtin/describe.c:281
cc76011e
JX
11474#, c-format
11475msgid "tag '%s' is really '%s' here"
822e4a65
JX
11476msgstr ""
11477
3d0a05b4 11478#: builtin/describe.c:325
822e4a65 11479#, c-format
cc76011e 11480msgid "no tag exactly matches '%s'"
822e4a65
JX
11481msgstr ""
11482
3d0a05b4 11483#: builtin/describe.c:327
822e4a65 11484#, c-format
18a90722 11485msgid "No exact match on refs or tags, searching to describe\n"
822e4a65
JX
11486msgstr ""
11487
3d0a05b4 11488#: builtin/describe.c:381
cc76011e
JX
11489#, c-format
11490msgid "finished search at %s\n"
822e4a65
JX
11491msgstr ""
11492
3d0a05b4 11493#: builtin/describe.c:407
cc76011e
JX
11494#, c-format
11495msgid ""
11496"No annotated tags can describe '%s'.\n"
11497"However, there were unannotated tags: try --tags."
822e4a65
JX
11498msgstr ""
11499
3d0a05b4 11500#: builtin/describe.c:411
cc76011e
JX
11501#, c-format
11502msgid ""
11503"No tags can describe '%s'.\n"
11504"Try --always, or create some tags."
822e4a65
JX
11505msgstr ""
11506
3d0a05b4 11507#: builtin/describe.c:441
822e4a65 11508#, c-format
cc76011e 11509msgid "traversed %lu commits\n"
822e4a65
JX
11510msgstr ""
11511
3d0a05b4 11512#: builtin/describe.c:444
822e4a65 11513#, c-format
cc76011e
JX
11514msgid ""
11515"more than %i tags found; listed %i most recent\n"
11516"gave up search at %s\n"
822e4a65
JX
11517msgstr ""
11518
3d0a05b4 11519#: builtin/describe.c:512
18a90722
JX
11520#, c-format
11521msgid "describe %s\n"
11522msgstr ""
11523
3d0a05b4 11524#: builtin/describe.c:515
18a90722
JX
11525#, c-format
11526msgid "Not a valid object name %s"
11527msgstr ""
11528
3d0a05b4 11529#: builtin/describe.c:523
18a90722
JX
11530#, c-format
11531msgid "%s is neither a commit nor blob"
11532msgstr ""
11533
3d0a05b4 11534#: builtin/describe.c:537
cc76011e 11535msgid "find the tag that comes after the commit"
822e4a65
JX
11536msgstr ""
11537
3d0a05b4 11538#: builtin/describe.c:538
cc76011e 11539msgid "debug search strategy on stderr"
822e4a65
JX
11540msgstr ""
11541
3d0a05b4 11542#: builtin/describe.c:539
c138af56 11543msgid "use any ref"
822e4a65
JX
11544msgstr ""
11545
3d0a05b4 11546#: builtin/describe.c:540
c138af56 11547msgid "use any tag, even unannotated"
822e4a65
JX
11548msgstr ""
11549
3d0a05b4 11550#: builtin/describe.c:541
cc76011e 11551msgid "always use long format"
822e4a65
JX
11552msgstr ""
11553
3d0a05b4 11554#: builtin/describe.c:542
28b3cffc
JX
11555msgid "only follow first parent"
11556msgstr ""
11557
3d0a05b4 11558#: builtin/describe.c:545
cc76011e 11559msgid "only output exact matches"
822e4a65
JX
11560msgstr ""
11561
3d0a05b4 11562#: builtin/describe.c:547
cc76011e 11563msgid "consider <n> most recent tags (default: 10)"
822e4a65
JX
11564msgstr ""
11565
3d0a05b4 11566#: builtin/describe.c:549
cc76011e 11567msgid "only consider tags matching <pattern>"
822e4a65
JX
11568msgstr ""
11569
3d0a05b4 11570#: builtin/describe.c:551
dfc182b1
JX
11571msgid "do not consider tags matching <pattern>"
11572msgstr ""
11573
3d0a05b4 11574#: builtin/describe.c:553 builtin/name-rev.c:426
cc76011e 11575msgid "show abbreviated commit object as fallback"
822e4a65
JX
11576msgstr ""
11577
3d0a05b4 11578#: builtin/describe.c:554 builtin/describe.c:557
cc76011e 11579msgid "mark"
822e4a65
JX
11580msgstr ""
11581
3d0a05b4 11582#: builtin/describe.c:555
cc76011e 11583msgid "append <mark> on dirty working tree (default: \"-dirty\")"
822e4a65
JX
11584msgstr ""
11585
3d0a05b4 11586#: builtin/describe.c:558
dfc182b1
JX
11587msgid "append <mark> on broken working tree (default: \"-broken\")"
11588msgstr ""
11589
3d0a05b4 11590#: builtin/describe.c:576
cc76011e
JX
11591msgid "--long is incompatible with --abbrev=0"
11592msgstr ""
11593
3d0a05b4 11594#: builtin/describe.c:605
cc76011e
JX
11595msgid "No names found, cannot describe anything."
11596msgstr ""
11597
3d0a05b4 11598#: builtin/describe.c:656
a8a5406a 11599msgid "--dirty is incompatible with commit-ishes"
cc76011e
JX
11600msgstr ""
11601
3d0a05b4 11602#: builtin/describe.c:658
dfc182b1
JX
11603msgid "--broken is incompatible with commit-ishes"
11604msgstr ""
11605
94328cef 11606#: builtin/diff.c:84
822e4a65 11607#, c-format
cc76011e 11608msgid "'%s': not a regular file or symlink"
822e4a65
JX
11609msgstr ""
11610
94328cef 11611#: builtin/diff.c:235
cc76011e
JX
11612#, c-format
11613msgid "invalid option: %s"
822e4a65
JX
11614msgstr ""
11615
d93ef2a1 11616#: builtin/diff.c:350
cc76011e 11617msgid "Not a git repository"
822e4a65
JX
11618msgstr ""
11619
d93ef2a1 11620#: builtin/diff.c:394
cc76011e
JX
11621#, c-format
11622msgid "invalid object '%s' given."
822e4a65
JX
11623msgstr ""
11624
d93ef2a1 11625#: builtin/diff.c:403
cc76011e
JX
11626#, c-format
11627msgid "more than two blobs given: '%s'"
822e4a65
JX
11628msgstr ""
11629
d93ef2a1 11630#: builtin/diff.c:408
cc76011e
JX
11631#, c-format
11632msgid "unhandled object '%s' given."
822e4a65
JX
11633msgstr ""
11634
c08fd730 11635#: builtin/difftool.c:30
673bfad0
JX
11636msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
11637msgstr ""
11638
3d0a05b4 11639#: builtin/difftool.c:260
673bfad0
JX
11640#, c-format
11641msgid "failed: %d"
11642msgstr ""
11643
3d0a05b4 11644#: builtin/difftool.c:302
dfc182b1
JX
11645#, c-format
11646msgid "could not read symlink %s"
11647msgstr ""
11648
3d0a05b4 11649#: builtin/difftool.c:304
dfc182b1
JX
11650#, c-format
11651msgid "could not read symlink file %s"
11652msgstr ""
11653
3d0a05b4 11654#: builtin/difftool.c:312
dfc182b1
JX
11655#, c-format
11656msgid "could not read object %s for symlink %s"
11657msgstr ""
11658
3d0a05b4 11659#: builtin/difftool.c:413
673bfad0
JX
11660msgid ""
11661"combined diff formats('-c' and '--cc') are not supported in\n"
11662"directory diff mode('-d' and '--dir-diff')."
11663msgstr ""
11664
3d0a05b4 11665#: builtin/difftool.c:634
673bfad0
JX
11666#, c-format
11667msgid "both files modified: '%s' and '%s'."
11668msgstr ""
11669
3d0a05b4 11670#: builtin/difftool.c:636
673bfad0
JX
11671msgid "working tree file has been left."
11672msgstr ""
11673
3d0a05b4 11674#: builtin/difftool.c:647
673bfad0
JX
11675#, c-format
11676msgid "temporary files exist in '%s'."
11677msgstr ""
11678
3d0a05b4 11679#: builtin/difftool.c:648
673bfad0
JX
11680msgid "you may want to cleanup or recover these."
11681msgstr ""
11682
3d0a05b4 11683#: builtin/difftool.c:697
673bfad0
JX
11684msgid "use `diff.guitool` instead of `diff.tool`"
11685msgstr ""
11686
3d0a05b4 11687#: builtin/difftool.c:699
673bfad0
JX
11688msgid "perform a full-directory diff"
11689msgstr ""
11690
3d0a05b4 11691#: builtin/difftool.c:701
673bfad0
JX
11692msgid "do not prompt before launching a diff tool"
11693msgstr ""
11694
3d0a05b4 11695#: builtin/difftool.c:706
673bfad0
JX
11696msgid "use symlinks in dir-diff mode"
11697msgstr ""
11698
3d0a05b4 11699#: builtin/difftool.c:707
dba9f13c 11700msgid "tool"
673bfad0
JX
11701msgstr ""
11702
3d0a05b4 11703#: builtin/difftool.c:708
673bfad0
JX
11704msgid "use the specified diff tool"
11705msgstr ""
11706
3d0a05b4 11707#: builtin/difftool.c:710
673bfad0
JX
11708msgid "print a list of diff tools that may be used with `--tool`"
11709msgstr ""
11710
3d0a05b4 11711#: builtin/difftool.c:713
673bfad0
JX
11712msgid ""
11713"make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
11714"code"
11715msgstr ""
11716
3d0a05b4 11717#: builtin/difftool.c:716
673bfad0
JX
11718msgid "specify a custom command for viewing diffs"
11719msgstr ""
11720
3d0a05b4 11721#: builtin/difftool.c:717
d93ef2a1
JX
11722msgid "passed to `diff`"
11723msgstr ""
11724
3d0a05b4 11725#: builtin/difftool.c:732
d93ef2a1
JX
11726msgid "difftool requires worktree or --no-index"
11727msgstr ""
11728
3d0a05b4 11729#: builtin/difftool.c:739
c08fd730
JX
11730msgid "--dir-diff is incompatible with --no-index"
11731msgstr ""
11732
3d0a05b4 11733#: builtin/difftool.c:742
c08fd730
JX
11734msgid "--gui, --tool and --extcmd are mutually exclusive"
11735msgstr ""
11736
3d0a05b4 11737#: builtin/difftool.c:750
673bfad0
JX
11738msgid "no <tool> given for --tool=<tool>"
11739msgstr ""
11740
3d0a05b4 11741#: builtin/difftool.c:757
673bfad0
JX
11742msgid "no <cmd> given for --extcmd=<cmd>"
11743msgstr ""
11744
6b0f1a9b
JX
11745#: builtin/env--helper.c:6
11746msgid "git env--helper --type=[bool|ulong] <options> <env-var>"
11747msgstr ""
11748
11749#: builtin/env--helper.c:37 builtin/hash-object.c:98
11750msgid "type"
11751msgstr ""
11752
11753#: builtin/env--helper.c:41
11754msgid "default for git_env_*(...) to fall back on"
11755msgstr ""
11756
11757#: builtin/env--helper.c:43
11758msgid "be quiet only use git_env_*() value as exit code"
11759msgstr ""
11760
11761#: builtin/env--helper.c:62
11762#, c-format
11763msgid "option `--default' expects a boolean value with `--type=bool`, not `%s`"
11764msgstr ""
11765
11766#: builtin/env--helper.c:77
11767#, c-format
11768msgid ""
11769"option `--default' expects an unsigned long value with `--type=ulong`, not `"
11770"%s`"
11771msgstr ""
11772
dba9f13c 11773#: builtin/fast-export.c:29
cc76011e 11774msgid "git fast-export [rev-list-opts]"
822e4a65
JX
11775msgstr ""
11776
3d0a05b4
JX
11777#: builtin/fast-export.c:852
11778msgid "Error: Cannot export nested tags unless --mark-tags is specified."
11779msgstr ""
11780
11781#: builtin/fast-export.c:1152
cc76011e 11782msgid "show progress after <n> objects"
822e4a65
JX
11783msgstr ""
11784
3d0a05b4 11785#: builtin/fast-export.c:1154
cc76011e 11786msgid "select handling of signed tags"
822e4a65
JX
11787msgstr ""
11788
3d0a05b4 11789#: builtin/fast-export.c:1157
cc76011e 11790msgid "select handling of tags that tag filtered objects"
822e4a65
JX
11791msgstr ""
11792
3d0a05b4 11793#: builtin/fast-export.c:1160
6b0f1a9b
JX
11794msgid "select handling of commit messages in an alternate encoding"
11795msgstr ""
11796
3d0a05b4 11797#: builtin/fast-export.c:1163
cc76011e 11798msgid "Dump marks to this file"
822e4a65
JX
11799msgstr ""
11800
3d0a05b4 11801#: builtin/fast-export.c:1165
cc76011e 11802msgid "Import marks from this file"
822e4a65
JX
11803msgstr ""
11804
3d0a05b4
JX
11805#: builtin/fast-export.c:1169
11806msgid "Import marks from this file if it exists"
11807msgstr ""
11808
11809#: builtin/fast-export.c:1171
cc76011e 11810msgid "Fake a tagger when tags lack one"
822e4a65
JX
11811msgstr ""
11812
3d0a05b4 11813#: builtin/fast-export.c:1173
cc76011e 11814msgid "Output full tree for each commit"
822e4a65
JX
11815msgstr ""
11816
3d0a05b4 11817#: builtin/fast-export.c:1175
cc76011e 11818msgid "Use the done feature to terminate the stream"
822e4a65
JX
11819msgstr ""
11820
3d0a05b4 11821#: builtin/fast-export.c:1176
cc76011e 11822msgid "Skip output of blob data"
822e4a65
JX
11823msgstr ""
11824
3d0a05b4 11825#: builtin/fast-export.c:1177 builtin/log.c:1633
fe05e196
JX
11826msgid "refspec"
11827msgstr ""
11828
3d0a05b4 11829#: builtin/fast-export.c:1178
fe05e196
JX
11830msgid "Apply refspec to exported refs"
11831msgstr ""
11832
3d0a05b4 11833#: builtin/fast-export.c:1179
d07a63e4
JX
11834msgid "anonymize output"
11835msgstr ""
11836
3d0a05b4 11837#: builtin/fast-export.c:1181
94328cef
JX
11838msgid "Reference parents which are not in fast-export stream by object id"
11839msgstr ""
11840
3d0a05b4 11841#: builtin/fast-export.c:1183
94328cef
JX
11842msgid "Show original object ids of blobs/commits"
11843msgstr ""
11844
3d0a05b4
JX
11845#: builtin/fast-export.c:1185
11846msgid "Label tags with mark ids"
11847msgstr ""
11848
11849#: builtin/fast-export.c:1220
11850msgid "Cannot pass both --import-marks and --import-marks-if-exists"
11851msgstr ""
11852
11853#: builtin/fetch.c:34
cc76011e 11854msgid "git fetch [<options>] [<repository> [<refspec>...]]"
822e4a65
JX
11855msgstr ""
11856
3d0a05b4 11857#: builtin/fetch.c:35
cc76011e 11858msgid "git fetch [<options>] <group>"
dce37b66
JX
11859msgstr ""
11860
3d0a05b4 11861#: builtin/fetch.c:36
cc76011e 11862msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
822e4a65
JX
11863msgstr ""
11864
3d0a05b4 11865#: builtin/fetch.c:37
cc76011e 11866msgid "git fetch --all [<options>]"
822e4a65
JX
11867msgstr ""
11868
3d0a05b4
JX
11869#: builtin/fetch.c:115
11870msgid "fetch.parallel cannot be negative"
11871msgstr ""
11872
11873#: builtin/fetch.c:138 builtin/pull.c:204
cc76011e 11874msgid "fetch from all remotes"
822e4a65
JX
11875msgstr ""
11876
3d0a05b4
JX
11877#: builtin/fetch.c:140 builtin/pull.c:248
11878msgid "set upstream for git pull/fetch"
11879msgstr ""
11880
11881#: builtin/fetch.c:142 builtin/pull.c:207
cc76011e 11882msgid "append to .git/FETCH_HEAD instead of overwriting"
822e4a65
JX
11883msgstr ""
11884
3d0a05b4 11885#: builtin/fetch.c:144 builtin/pull.c:210
cc76011e 11886msgid "path to upload pack on remote end"
822e4a65
JX
11887msgstr ""
11888
3d0a05b4 11889#: builtin/fetch.c:145
12705546 11890msgid "force overwrite of local reference"
822e4a65
JX
11891msgstr ""
11892
3d0a05b4 11893#: builtin/fetch.c:147
cc76011e 11894msgid "fetch from multiple remotes"
822e4a65
JX
11895msgstr ""
11896
3d0a05b4 11897#: builtin/fetch.c:149 builtin/pull.c:214
cc76011e 11898msgid "fetch all tags and associated objects"
822e4a65
JX
11899msgstr ""
11900
3d0a05b4 11901#: builtin/fetch.c:151
cc76011e 11902msgid "do not fetch all tags (--no-tags)"
822e4a65
JX
11903msgstr ""
11904
3d0a05b4 11905#: builtin/fetch.c:153
9eb3984b
JX
11906msgid "number of submodules fetched in parallel"
11907msgstr ""
11908
3d0a05b4 11909#: builtin/fetch.c:155 builtin/pull.c:217
cc76011e 11910msgid "prune remote-tracking branches no longer on remote"
822e4a65
JX
11911msgstr ""
11912
3d0a05b4 11913#: builtin/fetch.c:157
abc8de64
JX
11914msgid "prune local tags no longer on remote and clobber changed tags"
11915msgstr ""
11916
3d0a05b4 11917#: builtin/fetch.c:158 builtin/fetch.c:181 builtin/pull.c:141
cc76011e 11918msgid "on-demand"
822e4a65
JX
11919msgstr ""
11920
3d0a05b4 11921#: builtin/fetch.c:159
cc76011e 11922msgid "control recursive fetching of submodules"
822e4a65
JX
11923msgstr ""
11924
3d0a05b4 11925#: builtin/fetch.c:163 builtin/pull.c:225
cc76011e 11926msgid "keep downloaded pack"
822e4a65
JX
11927msgstr ""
11928
3d0a05b4 11929#: builtin/fetch.c:165
cc76011e 11930msgid "allow updating of HEAD ref"
822e4a65
JX
11931msgstr ""
11932
3d0a05b4 11933#: builtin/fetch.c:168 builtin/fetch.c:174 builtin/pull.c:228
cc76011e 11934msgid "deepen history of shallow clone"
822e4a65
JX
11935msgstr ""
11936
3d0a05b4 11937#: builtin/fetch.c:170
fda7b092
JX
11938msgid "deepen history of shallow repository based on time"
11939msgstr ""
11940
3d0a05b4 11941#: builtin/fetch.c:176 builtin/pull.c:231
9caaf23e
JX
11942msgid "convert to a complete repository"
11943msgstr ""
11944
3d0a05b4 11945#: builtin/fetch.c:179
cc76011e 11946msgid "prepend this to submodule path output"
822e4a65
JX
11947msgstr ""
11948
3d0a05b4 11949#: builtin/fetch.c:182
5b34e000
JX
11950msgid ""
11951"default for recursive fetching of submodules (lower priority than config "
11952"files)"
822e4a65
JX
11953msgstr ""
11954
3d0a05b4 11955#: builtin/fetch.c:186 builtin/pull.c:234
df49095a
JX
11956msgid "accept refs that update .git/shallow"
11957msgstr ""
11958
3d0a05b4 11959#: builtin/fetch.c:187 builtin/pull.c:236
fe05e196
JX
11960msgid "refmap"
11961msgstr ""
11962
3d0a05b4 11963#: builtin/fetch.c:188 builtin/pull.c:237
fe05e196
JX
11964msgid "specify fetch refmap"
11965msgstr ""
11966
3d0a05b4 11967#: builtin/fetch.c:195
dba9f13c
JX
11968msgid "report that we have only objects reachable from this object"
11969msgstr ""
11970
3d0a05b4 11971#: builtin/fetch.c:198
6b0f1a9b
JX
11972msgid "run 'gc --auto' after fetching"
11973msgstr ""
11974
3d0a05b4 11975#: builtin/fetch.c:200 builtin/pull.c:246
6b0f1a9b
JX
11976msgid "check for forced-updates on all updated branches"
11977msgstr ""
11978
3d0a05b4 11979#: builtin/fetch.c:510
cc76011e 11980msgid "Couldn't find remote ref HEAD"
822e4a65
JX
11981msgstr ""
11982
3d0a05b4 11983#: builtin/fetch.c:650
9fa976ff
JX
11984#, c-format
11985msgid "configuration fetch.output contains invalid value %s"
11986msgstr ""
11987
3d0a05b4 11988#: builtin/fetch.c:748
822e4a65 11989#, c-format
cc76011e 11990msgid "object %s not found"
dce37b66
JX
11991msgstr ""
11992
3d0a05b4 11993#: builtin/fetch.c:752
cc76011e 11994msgid "[up to date]"
dce37b66
JX
11995msgstr ""
11996
3d0a05b4 11997#: builtin/fetch.c:765 builtin/fetch.c:781 builtin/fetch.c:853
9fa976ff 11998msgid "[rejected]"
dce37b66
JX
11999msgstr ""
12000
3d0a05b4 12001#: builtin/fetch.c:766
9fa976ff 12002msgid "can't fetch in current branch"
822e4a65
JX
12003msgstr ""
12004
3d0a05b4 12005#: builtin/fetch.c:776
cc76011e 12006msgid "[tag update]"
822e4a65
JX
12007msgstr ""
12008
3d0a05b4
JX
12009#: builtin/fetch.c:777 builtin/fetch.c:814 builtin/fetch.c:836
12010#: builtin/fetch.c:848
9fa976ff 12011msgid "unable to update local ref"
822e4a65
JX
12012msgstr ""
12013
3d0a05b4 12014#: builtin/fetch.c:781
12705546
JX
12015msgid "would clobber existing tag"
12016msgstr ""
12017
3d0a05b4 12018#: builtin/fetch.c:803
cc76011e 12019msgid "[new tag]"
822e4a65
JX
12020msgstr ""
12021
3d0a05b4 12022#: builtin/fetch.c:806
cc76011e 12023msgid "[new branch]"
822e4a65
JX
12024msgstr ""
12025
3d0a05b4 12026#: builtin/fetch.c:809
cc76011e 12027msgid "[new ref]"
822e4a65
JX
12028msgstr ""
12029
3d0a05b4 12030#: builtin/fetch.c:848
cc76011e 12031msgid "forced update"
822e4a65
JX
12032msgstr ""
12033
3d0a05b4 12034#: builtin/fetch.c:853
9fa976ff 12035msgid "non-fast-forward"
822e4a65
JX
12036msgstr ""
12037
3d0a05b4 12038#: builtin/fetch.c:874
466c88fa
JX
12039msgid ""
12040"Fetch normally indicates which branches had a forced update,\n"
12041"but that check has been disabled. To re-enable, use '--show-forced-updates'\n"
12042"flag or run 'git config fetch.showForcedUpdates true'."
822e4a65
JX
12043msgstr ""
12044
3d0a05b4 12045#: builtin/fetch.c:878
df49095a 12046#, c-format
466c88fa
JX
12047msgid ""
12048"It took %.2f seconds to check forced updates. You can use\n"
12049"'--no-show-forced-updates' or run 'git config fetch.showForcedUpdates "
12050"false'\n"
12051" to avoid this check.\n"
df49095a
JX
12052msgstr ""
12053
3d0a05b4 12054#: builtin/fetch.c:908
822e4a65 12055#, c-format
466c88fa 12056msgid "%s did not send all necessary objects\n"
822e4a65
JX
12057msgstr ""
12058
3d0a05b4 12059#: builtin/fetch.c:929
822e4a65 12060#, c-format
466c88fa 12061msgid "reject %s because shallow roots are not allowed to be updated"
6b0f1a9b
JX
12062msgstr ""
12063
3d0a05b4 12064#: builtin/fetch.c:1020 builtin/fetch.c:1157
466c88fa
JX
12065#, c-format
12066msgid "From %.*s\n"
6b0f1a9b
JX
12067msgstr ""
12068
3d0a05b4 12069#: builtin/fetch.c:1031
6b0f1a9b
JX
12070#, c-format
12071msgid ""
466c88fa
JX
12072"some local refs could not be updated; try running\n"
12073" 'git remote prune %s' to remove any old, conflicting branches"
6b0f1a9b
JX
12074msgstr ""
12075
3d0a05b4 12076#: builtin/fetch.c:1127
cc76011e
JX
12077#, c-format
12078msgid " (%s will become dangling)"
12079msgstr ""
12080
3d0a05b4 12081#: builtin/fetch.c:1128
cc76011e
JX
12082#, c-format
12083msgid " (%s has become dangling)"
12084msgstr ""
12085
3d0a05b4 12086#: builtin/fetch.c:1160
cc76011e
JX
12087msgid "[deleted]"
12088msgstr ""
12089
3d0a05b4 12090#: builtin/fetch.c:1161 builtin/remote.c:1036
cc76011e
JX
12091msgid "(none)"
12092msgstr ""
12093
3d0a05b4 12094#: builtin/fetch.c:1184
cc76011e
JX
12095#, c-format
12096msgid "Refusing to fetch into current branch %s of non-bare repository"
12097msgstr ""
12098
3d0a05b4 12099#: builtin/fetch.c:1203
cc76011e 12100#, c-format
727b9576 12101msgid "Option \"%s\" value \"%s\" is not valid for %s"
cc76011e
JX
12102msgstr ""
12103
3d0a05b4 12104#: builtin/fetch.c:1206
cc76011e 12105#, c-format
727b9576 12106msgid "Option \"%s\" is ignored for %s\n"
cc76011e
JX
12107msgstr ""
12108
3d0a05b4
JX
12109#: builtin/fetch.c:1414
12110msgid "multiple branch detected, incompatible with --set-upstream"
12111msgstr ""
12112
12113#: builtin/fetch.c:1429
12114msgid "not setting upstream for a remote remote-tracking branch"
12115msgstr ""
12116
12117#: builtin/fetch.c:1431
12118msgid "not setting upstream for a remote tag"
12119msgstr ""
12120
12121#: builtin/fetch.c:1433
12122msgid "unknown branch type"
12123msgstr ""
12124
12125#: builtin/fetch.c:1435
12126msgid ""
12127"no source branch found.\n"
12128"you need to specify exactly one branch with the --set-upstream option."
12129msgstr ""
12130
12131#: builtin/fetch.c:1561 builtin/fetch.c:1623
cc76011e
JX
12132#, c-format
12133msgid "Fetching %s\n"
12134msgstr ""
12135
3d0a05b4 12136#: builtin/fetch.c:1571 builtin/fetch.c:1625 builtin/remote.c:100
cc76011e
JX
12137#, c-format
12138msgid "Could not fetch %s"
12139msgstr ""
12140
3d0a05b4
JX
12141#: builtin/fetch.c:1583
12142#, c-format
12143msgid "could not fetch '%s' (exit code: %d)\n"
abc8de64
JX
12144msgstr ""
12145
3d0a05b4 12146#: builtin/fetch.c:1685
cc76011e
JX
12147msgid ""
12148"No remote repository specified. Please, specify either a URL or a\n"
12149"remote name from which new revisions should be fetched."
12150msgstr ""
12151
3d0a05b4 12152#: builtin/fetch.c:1722
cc76011e
JX
12153msgid "You need to specify a tag name."
12154msgstr ""
12155
3d0a05b4 12156#: builtin/fetch.c:1774
fda7b092
JX
12157msgid "Negative depth in --deepen is not supported"
12158msgstr ""
12159
3d0a05b4 12160#: builtin/fetch.c:1776
fda7b092
JX
12161msgid "--deepen and --depth are mutually exclusive"
12162msgstr ""
12163
3d0a05b4 12164#: builtin/fetch.c:1781
9caaf23e
JX
12165msgid "--depth and --unshallow cannot be used together"
12166msgstr ""
12167
3d0a05b4 12168#: builtin/fetch.c:1783
9caaf23e
JX
12169msgid "--unshallow on a complete repository does not make sense"
12170msgstr ""
12171
3d0a05b4 12172#: builtin/fetch.c:1799
cc76011e
JX
12173msgid "fetch --all does not take a repository argument"
12174msgstr ""
12175
3d0a05b4 12176#: builtin/fetch.c:1801
cc76011e
JX
12177msgid "fetch --all does not make sense with refspecs"
12178msgstr ""
12179
3d0a05b4 12180#: builtin/fetch.c:1810
cc76011e
JX
12181#, c-format
12182msgid "No such remote or remote group: %s"
12183msgstr ""
12184
3d0a05b4 12185#: builtin/fetch.c:1817
cc76011e
JX
12186msgid "Fetching a group and specifying refspecs does not make sense"
12187msgstr ""
12188
3d0a05b4 12189#: builtin/fetch.c:1835
7f95bc7a
JX
12190msgid ""
12191"--filter can only be used with the remote configured in extensions."
12192"partialclone"
12193msgstr ""
12194
12705546 12195#: builtin/fmt-merge-msg.c:18
c2ea1208
JX
12196msgid ""
12197"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
cc76011e
JX
12198msgstr ""
12199
12705546 12200#: builtin/fmt-merge-msg.c:672
cc76011e
JX
12201msgid "populate log with at most <n> entries from shortlog"
12202msgstr ""
12203
12705546 12204#: builtin/fmt-merge-msg.c:675
cc76011e
JX
12205msgid "alias for --log (deprecated)"
12206msgstr ""
12207
94328cef
JX
12208#: builtin/fmt-merge-msg.c:678
12209msgid "text"
12210msgstr ""
12211
12212#: builtin/fmt-merge-msg.c:679
12213msgid "use <text> as start of message"
12214msgstr ""
12215
12216#: builtin/fmt-merge-msg.c:680
12217msgid "file to read from"
12218msgstr ""
12219
12220#: builtin/for-each-ref.c:10
12221msgid "git for-each-ref [<options>] [<pattern>]"
12222msgstr ""
12223
12224#: builtin/for-each-ref.c:11
12225msgid "git for-each-ref [--points-at <object>]"
12226msgstr ""
12227
12228#: builtin/for-each-ref.c:12
12229msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
12230msgstr ""
12231
12232#: builtin/for-each-ref.c:13
12233msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
12234msgstr ""
12235
12236#: builtin/for-each-ref.c:28
12237msgid "quote placeholders suitably for shells"
12238msgstr ""
12239
12240#: builtin/for-each-ref.c:30
12241msgid "quote placeholders suitably for perl"
12242msgstr ""
12243
12244#: builtin/for-each-ref.c:32
12245msgid "quote placeholders suitably for python"
12246msgstr ""
12247
12248#: builtin/for-each-ref.c:34
12249msgid "quote placeholders suitably for Tcl"
12250msgstr ""
12251
12252#: builtin/for-each-ref.c:37
12253msgid "show only <n> matched refs"
12254msgstr ""
12255
6b0f1a9b 12256#: builtin/for-each-ref.c:39 builtin/tag.c:439
94328cef
JX
12257msgid "respect format colors"
12258msgstr ""
12259
d93ef2a1 12260#: builtin/for-each-ref.c:42
94328cef
JX
12261msgid "print only refs which points at the given object"
12262msgstr ""
12263
d93ef2a1 12264#: builtin/for-each-ref.c:44
94328cef
JX
12265msgid "print only refs that are merged"
12266msgstr ""
12267
d93ef2a1 12268#: builtin/for-each-ref.c:45
94328cef
JX
12269msgid "print only refs that are not merged"
12270msgstr ""
12271
d93ef2a1 12272#: builtin/for-each-ref.c:46
94328cef
JX
12273msgid "print only refs which contain the commit"
12274msgstr ""
12275
d93ef2a1 12276#: builtin/for-each-ref.c:47
94328cef
JX
12277msgid "print only refs which don't contain the commit"
12278msgstr ""
12279
12280#: builtin/fsck.c:88 builtin/fsck.c:160 builtin/fsck.c:161
12281msgid "unknown"
12282msgstr ""
12283
12284#. TRANSLATORS: e.g. error in tree 01bfda: <more explanation>
12285#: builtin/fsck.c:120 builtin/fsck.c:136
12286#, c-format
12287msgid "error in %s %s: %s"
12288msgstr ""
12289
12290#. TRANSLATORS: e.g. warning in tree 01bfda: <more explanation>
12291#: builtin/fsck.c:131
12292#, c-format
12293msgid "warning in %s %s: %s"
12294msgstr ""
12295
12296#: builtin/fsck.c:157 builtin/fsck.c:159
12297#, c-format
12298msgid "broken link from %7s %s"
12299msgstr ""
12300
12301#: builtin/fsck.c:168
12302msgid "wrong object type in link"
12303msgstr ""
12304
12305#: builtin/fsck.c:184
12306#, c-format
12307msgid ""
12308"broken link from %7s %s\n"
12309" to %7s %s"
12310msgstr ""
12311
d93ef2a1 12312#: builtin/fsck.c:295
94328cef
JX
12313#, c-format
12314msgid "missing %s %s"
12315msgstr ""
12316
d93ef2a1 12317#: builtin/fsck.c:321
94328cef
JX
12318#, c-format
12319msgid "unreachable %s %s"
12320msgstr ""
12321
d93ef2a1 12322#: builtin/fsck.c:340
94328cef
JX
12323#, c-format
12324msgid "dangling %s %s"
12325msgstr ""
12326
d93ef2a1 12327#: builtin/fsck.c:349
94328cef
JX
12328msgid "could not create lost-found"
12329msgstr ""
12330
d93ef2a1 12331#: builtin/fsck.c:360
94328cef
JX
12332#, c-format
12333msgid "could not finish '%s'"
12334msgstr ""
12335
d93ef2a1 12336#: builtin/fsck.c:377
94328cef
JX
12337#, c-format
12338msgid "Checking %s"
12339msgstr ""
12340
d93ef2a1 12341#: builtin/fsck.c:415
94328cef
JX
12342#, c-format
12343msgid "Checking connectivity (%d objects)"
12344msgstr ""
12345
d93ef2a1 12346#: builtin/fsck.c:434
94328cef
JX
12347#, c-format
12348msgid "Checking %s %s"
12349msgstr ""
12350
d93ef2a1 12351#: builtin/fsck.c:438
94328cef
JX
12352msgid "broken links"
12353msgstr ""
12354
d93ef2a1 12355#: builtin/fsck.c:447
94328cef
JX
12356#, c-format
12357msgid "root %s"
12358msgstr ""
12359
d93ef2a1 12360#: builtin/fsck.c:455
94328cef
JX
12361#, c-format
12362msgid "tagged %s %s (%s) in %s"
12363msgstr ""
12364
d93ef2a1 12365#: builtin/fsck.c:484
94328cef
JX
12366#, c-format
12367msgid "%s: object corrupt or missing"
cc76011e
JX
12368msgstr ""
12369
d93ef2a1 12370#: builtin/fsck.c:509
94328cef
JX
12371#, c-format
12372msgid "%s: invalid reflog entry %s"
cc76011e
JX
12373msgstr ""
12374
d93ef2a1 12375#: builtin/fsck.c:523
94328cef
JX
12376#, c-format
12377msgid "Checking reflog %s->%s"
cc76011e
JX
12378msgstr ""
12379
d93ef2a1 12380#: builtin/fsck.c:557
94328cef
JX
12381#, c-format
12382msgid "%s: invalid sha1 pointer %s"
cc76011e
JX
12383msgstr ""
12384
d93ef2a1 12385#: builtin/fsck.c:564
94328cef
JX
12386#, c-format
12387msgid "%s: not a commit"
f4f2c8f8
JX
12388msgstr ""
12389
d93ef2a1 12390#: builtin/fsck.c:619
94328cef 12391msgid "notice: No default references"
f4f2c8f8
JX
12392msgstr ""
12393
d93ef2a1 12394#: builtin/fsck.c:634
94328cef
JX
12395#, c-format
12396msgid "%s: object corrupt or missing: %s"
f4f2c8f8
JX
12397msgstr ""
12398
d93ef2a1 12399#: builtin/fsck.c:647
94328cef
JX
12400#, c-format
12401msgid "%s: object could not be parsed: %s"
cc76011e
JX
12402msgstr ""
12403
d93ef2a1 12404#: builtin/fsck.c:667
94328cef
JX
12405#, c-format
12406msgid "bad sha1 file: %s"
cc76011e
JX
12407msgstr ""
12408
d93ef2a1 12409#: builtin/fsck.c:682
94328cef 12410msgid "Checking object directory"
cc76011e
JX
12411msgstr ""
12412
d93ef2a1 12413#: builtin/fsck.c:685
94328cef 12414msgid "Checking object directories"
cc76011e
JX
12415msgstr ""
12416
d93ef2a1 12417#: builtin/fsck.c:700
94328cef
JX
12418#, c-format
12419msgid "Checking %s link"
cc76011e
JX
12420msgstr ""
12421
6b0f1a9b 12422#: builtin/fsck.c:705 builtin/index-pack.c:842
94328cef
JX
12423#, c-format
12424msgid "invalid %s"
25eab542
JX
12425msgstr ""
12426
d93ef2a1 12427#: builtin/fsck.c:712
94328cef
JX
12428#, c-format
12429msgid "%s points to something strange (%s)"
cc76011e
JX
12430msgstr ""
12431
d93ef2a1 12432#: builtin/fsck.c:718
94328cef
JX
12433#, c-format
12434msgid "%s: detached HEAD points at nothing"
cc76011e
JX
12435msgstr ""
12436
d93ef2a1 12437#: builtin/fsck.c:722
94328cef
JX
12438#, c-format
12439msgid "notice: %s points to an unborn branch (%s)"
f4f2c8f8
JX
12440msgstr ""
12441
d93ef2a1 12442#: builtin/fsck.c:734
94328cef 12443msgid "Checking cache tree"
f4f2c8f8
JX
12444msgstr ""
12445
d93ef2a1 12446#: builtin/fsck.c:739
94328cef
JX
12447#, c-format
12448msgid "%s: invalid sha1 pointer in cache-tree"
dfc182b1
JX
12449msgstr ""
12450
d93ef2a1 12451#: builtin/fsck.c:750
94328cef 12452msgid "non-tree in cache-tree"
5e078fcd
JX
12453msgstr ""
12454
d93ef2a1 12455#: builtin/fsck.c:781
c2ea1208 12456msgid "git fsck [<options>] [<object>...]"
cc76011e
JX
12457msgstr ""
12458
d93ef2a1 12459#: builtin/fsck.c:787
cc76011e
JX
12460msgid "show unreachable objects"
12461msgstr ""
12462
d93ef2a1 12463#: builtin/fsck.c:788
cc76011e
JX
12464msgid "show dangling objects"
12465msgstr ""
12466
d93ef2a1 12467#: builtin/fsck.c:789
cc76011e
JX
12468msgid "report tags"
12469msgstr ""
12470
d93ef2a1 12471#: builtin/fsck.c:790
cc76011e
JX
12472msgid "report root nodes"
12473msgstr ""
12474
d93ef2a1 12475#: builtin/fsck.c:791
cc76011e
JX
12476msgid "make index objects head nodes"
12477msgstr ""
12478
d93ef2a1 12479#: builtin/fsck.c:792
cc76011e
JX
12480msgid "make reflogs head nodes (default)"
12481msgstr ""
12482
d93ef2a1 12483#: builtin/fsck.c:793
cc76011e
JX
12484msgid "also consider packs and alternate objects"
12485msgstr ""
12486
d93ef2a1 12487#: builtin/fsck.c:794
df0617bf
JX
12488msgid "check only connectivity"
12489msgstr ""
12490
d93ef2a1 12491#: builtin/fsck.c:795
cc76011e
JX
12492msgid "enable more strict checking"
12493msgstr ""
12494
d93ef2a1 12495#: builtin/fsck.c:797
cc76011e
JX
12496msgid "write dangling objects in .git/lost-found"
12497msgstr ""
12498
d93ef2a1 12499#: builtin/fsck.c:798 builtin/prune.c:132
cc76011e
JX
12500msgid "show progress"
12501msgstr ""
12502
d93ef2a1 12503#: builtin/fsck.c:799
9fa976ff
JX
12504msgid "show verbose names for reachable objects"
12505msgstr ""
12506
6b0f1a9b 12507#: builtin/fsck.c:859 builtin/index-pack.c:225
5e078fcd
JX
12508msgid "Checking objects"
12509msgstr ""
12510
d93ef2a1 12511#: builtin/fsck.c:887
94328cef
JX
12512#, c-format
12513msgid "%s: object missing"
12514msgstr ""
12515
d93ef2a1 12516#: builtin/fsck.c:899
94328cef
JX
12517#, c-format
12518msgid "invalid parameter: expected sha1, got '%s'"
12519msgstr ""
12520
3d0a05b4 12521#: builtin/gc.c:35
c2ea1208 12522msgid "git gc [<options>]"
cc76011e
JX
12523msgstr ""
12524
dba9f13c 12525#: builtin/gc.c:90
cc76011e 12526#, c-format
dfc182b1 12527msgid "Failed to fstat %s: %s"
cc76011e
JX
12528msgstr ""
12529
d93ef2a1
JX
12530#: builtin/gc.c:126
12531#, c-format
12532msgid "failed to parse '%s' value '%s'"
12533msgstr ""
12534
3d0a05b4 12535#: builtin/gc.c:475 builtin/init-db.c:55
12705546
JX
12536#, c-format
12537msgid "cannot stat '%s'"
12538msgstr ""
12539
3d0a05b4 12540#: builtin/gc.c:484 builtin/notes.c:240 builtin/tag.c:529
cc76011e 12541#, c-format
12705546 12542msgid "cannot read '%s'"
cc76011e
JX
12543msgstr ""
12544
3d0a05b4 12545#: builtin/gc.c:491
f4f2c8f8
JX
12546#, c-format
12547msgid ""
12548"The last gc run reported the following. Please correct the root cause\n"
12549"and remove %s.\n"
12550"Automatic cleanup will not be performed until the file is removed.\n"
12551"\n"
12552"%s"
12553msgstr ""
12554
3d0a05b4 12555#: builtin/gc.c:539
cc76011e
JX
12556msgid "prune unreferenced objects"
12557msgstr ""
12558
3d0a05b4 12559#: builtin/gc.c:541
cc76011e
JX
12560msgid "be more thorough (increased runtime)"
12561msgstr ""
12562
3d0a05b4 12563#: builtin/gc.c:542
cc76011e
JX
12564msgid "enable auto-gc mode"
12565msgstr ""
12566
3d0a05b4 12567#: builtin/gc.c:545
727b9576
JX
12568msgid "force running gc even if there may be another gc running"
12569msgstr ""
12570
3d0a05b4 12571#: builtin/gc.c:548
9b7388a8
JX
12572msgid "repack all other packs except the largest pack"
12573msgstr ""
12574
3d0a05b4 12575#: builtin/gc.c:565
9b7388a8
JX
12576#, c-format
12577msgid "failed to parse gc.logexpiry value %s"
12578msgstr ""
12579
3d0a05b4 12580#: builtin/gc.c:576
dfc182b1 12581#, c-format
9b7388a8 12582msgid "failed to parse prune expiry value %s"
dfc182b1
JX
12583msgstr ""
12584
3d0a05b4 12585#: builtin/gc.c:596
cc76011e 12586#, c-format
5e078fcd
JX
12587msgid "Auto packing the repository in background for optimum performance.\n"
12588msgstr ""
12589
3d0a05b4 12590#: builtin/gc.c:598
5e078fcd
JX
12591#, c-format
12592msgid "Auto packing the repository for optimum performance.\n"
12593msgstr ""
12594
3d0a05b4 12595#: builtin/gc.c:599
5e078fcd
JX
12596#, c-format
12597msgid "See \"git help gc\" for manual housekeeping.\n"
cc76011e
JX
12598msgstr ""
12599
3d0a05b4 12600#: builtin/gc.c:639
727b9576
JX
12601#, c-format
12602msgid ""
12603"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
12604msgstr ""
12605
3d0a05b4 12606#: builtin/gc.c:694
cc76011e
JX
12607msgid ""
12608"There are too many unreachable loose objects; run 'git prune' to remove them."
12609msgstr ""
12610
94328cef 12611#: builtin/grep.c:29
c2ea1208 12612msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
cc76011e
JX
12613msgstr ""
12614
94328cef 12615#: builtin/grep.c:225
cc76011e
JX
12616#, c-format
12617msgid "grep: failed to create thread: %s"
12618msgstr ""
12619
94328cef 12620#: builtin/grep.c:279
9eb3984b
JX
12621#, c-format
12622msgid "invalid number of threads specified (%d) for %s"
12623msgstr ""
12624
5b34e000
JX
12625#. TRANSLATORS: %s is the configuration
12626#. variable for tweaking threads, currently
12627#. grep.threads
12628#.
6b0f1a9b 12629#: builtin/grep.c:287 builtin/index-pack.c:1534 builtin/index-pack.c:1727
3d0a05b4 12630#: builtin/pack-objects.c:2708
5b34e000
JX
12631#, c-format
12632msgid "no threads support, ignoring %s"
12633msgstr ""
12634
3d0a05b4 12635#: builtin/grep.c:467 builtin/grep.c:592 builtin/grep.c:635
cc76011e
JX
12636#, c-format
12637msgid "unable to read tree (%s)"
12638msgstr ""
12639
3d0a05b4 12640#: builtin/grep.c:650
cc76011e
JX
12641#, c-format
12642msgid "unable to grep from object of type %s"
12643msgstr ""
12644
3d0a05b4 12645#: builtin/grep.c:716
cc76011e
JX
12646#, c-format
12647msgid "switch `%c' expects a numerical value"
12648msgstr ""
12649
3d0a05b4 12650#: builtin/grep.c:815
cc76011e
JX
12651msgid "search in index instead of in the work tree"
12652msgstr ""
12653
3d0a05b4 12654#: builtin/grep.c:817
cc76011e
JX
12655msgid "find in contents not managed by git"
12656msgstr ""
12657
3d0a05b4 12658#: builtin/grep.c:819
cc76011e
JX
12659msgid "search in both tracked and untracked files"
12660msgstr ""
12661
3d0a05b4 12662#: builtin/grep.c:821
c2ea1208 12663msgid "ignore files specified via '.gitignore'"
cc76011e
JX
12664msgstr ""
12665
3d0a05b4 12666#: builtin/grep.c:823
dfc182b1 12667msgid "recursively search in each submodule"
673bfad0
JX
12668msgstr ""
12669
3d0a05b4 12670#: builtin/grep.c:826
cc76011e
JX
12671msgid "show non-matching lines"
12672msgstr ""
12673
3d0a05b4 12674#: builtin/grep.c:828
cc76011e
JX
12675msgid "case insensitive matching"
12676msgstr ""
12677
3d0a05b4 12678#: builtin/grep.c:830
cc76011e
JX
12679msgid "match patterns only at word boundaries"
12680msgstr ""
12681
3d0a05b4 12682#: builtin/grep.c:832
cc76011e
JX
12683msgid "process binary files as text"
12684msgstr ""
12685
3d0a05b4 12686#: builtin/grep.c:834
cc76011e
JX
12687msgid "don't match patterns in binary files"
12688msgstr ""
12689
3d0a05b4 12690#: builtin/grep.c:837
727b9576
JX
12691msgid "process binary files with textconv filters"
12692msgstr ""
12693
3d0a05b4 12694#: builtin/grep.c:839
12705546
JX
12695msgid "search in subdirectories (default)"
12696msgstr ""
12697
3d0a05b4 12698#: builtin/grep.c:841
cc76011e
JX
12699msgid "descend at most <depth> levels"
12700msgstr ""
12701
3d0a05b4 12702#: builtin/grep.c:845
cc76011e
JX
12703msgid "use extended POSIX regular expressions"
12704msgstr ""
12705
3d0a05b4 12706#: builtin/grep.c:848
cc76011e
JX
12707msgid "use basic POSIX regular expressions (default)"
12708msgstr ""
12709
3d0a05b4 12710#: builtin/grep.c:851
cc76011e
JX
12711msgid "interpret patterns as fixed strings"
12712msgstr ""
12713
3d0a05b4 12714#: builtin/grep.c:854
cc76011e
JX
12715msgid "use Perl-compatible regular expressions"
12716msgstr ""
12717
3d0a05b4 12718#: builtin/grep.c:857
cc76011e
JX
12719msgid "show line numbers"
12720msgstr ""
12721
3d0a05b4 12722#: builtin/grep.c:858
dba9f13c
JX
12723msgid "show column number of first match"
12724msgstr ""
12725
3d0a05b4 12726#: builtin/grep.c:859
cc76011e
JX
12727msgid "don't show filenames"
12728msgstr ""
12729
3d0a05b4 12730#: builtin/grep.c:860
cc76011e
JX
12731msgid "show filenames"
12732msgstr ""
12733
3d0a05b4 12734#: builtin/grep.c:862
cc76011e
JX
12735msgid "show filenames relative to top directory"
12736msgstr ""
12737
3d0a05b4 12738#: builtin/grep.c:864
cc76011e
JX
12739msgid "show only filenames instead of matching lines"
12740msgstr ""
12741
3d0a05b4 12742#: builtin/grep.c:866
cc76011e
JX
12743msgid "synonym for --files-with-matches"
12744msgstr ""
12745
3d0a05b4 12746#: builtin/grep.c:869
cc76011e
JX
12747msgid "show only the names of files without match"
12748msgstr ""
12749
3d0a05b4 12750#: builtin/grep.c:871
cc76011e
JX
12751msgid "print NUL after filenames"
12752msgstr ""
12753
3d0a05b4 12754#: builtin/grep.c:874
dba9f13c
JX
12755msgid "show only matching parts of a line"
12756msgstr ""
12757
3d0a05b4 12758#: builtin/grep.c:876
cc76011e
JX
12759msgid "show the number of matches instead of matching lines"
12760msgstr ""
12761
3d0a05b4 12762#: builtin/grep.c:877
cc76011e
JX
12763msgid "highlight matches"
12764msgstr ""
12765
3d0a05b4 12766#: builtin/grep.c:879
cc76011e
JX
12767msgid "print empty line between matches from different files"
12768msgstr ""
12769
3d0a05b4 12770#: builtin/grep.c:881
cc76011e
JX
12771msgid "show filename only once above matches from same file"
12772msgstr ""
12773
3d0a05b4 12774#: builtin/grep.c:884
cc76011e
JX
12775msgid "show <n> context lines before and after matches"
12776msgstr ""
12777
3d0a05b4 12778#: builtin/grep.c:887
cc76011e
JX
12779msgid "show <n> context lines before matches"
12780msgstr ""
12781
3d0a05b4 12782#: builtin/grep.c:889
cc76011e
JX
12783msgid "show <n> context lines after matches"
12784msgstr ""
12785
3d0a05b4 12786#: builtin/grep.c:891
9eb3984b
JX
12787msgid "use <n> worker threads"
12788msgstr ""
12789
3d0a05b4 12790#: builtin/grep.c:892
cc76011e
JX
12791msgid "shortcut for -C NUM"
12792msgstr ""
12793
3d0a05b4 12794#: builtin/grep.c:895
cc76011e
JX
12795msgid "show a line with the function name before matches"
12796msgstr ""
12797
3d0a05b4 12798#: builtin/grep.c:897
cc76011e
JX
12799msgid "show the surrounding function"
12800msgstr ""
12801
3d0a05b4 12802#: builtin/grep.c:900
cc76011e
JX
12803msgid "read patterns from file"
12804msgstr ""
12805
3d0a05b4 12806#: builtin/grep.c:902
cc76011e
JX
12807msgid "match <pattern>"
12808msgstr ""
12809
3d0a05b4 12810#: builtin/grep.c:904
cc76011e
JX
12811msgid "combine patterns specified with -e"
12812msgstr ""
12813
3d0a05b4 12814#: builtin/grep.c:916
cc76011e
JX
12815msgid "indicate hit with exit status without output"
12816msgstr ""
12817
3d0a05b4 12818#: builtin/grep.c:918
cc76011e
JX
12819msgid "show only matches from files that match all patterns"
12820msgstr ""
12821
3d0a05b4 12822#: builtin/grep.c:920
9306b5b9
JX
12823msgid "show parse tree for grep expression"
12824msgstr ""
12825
3d0a05b4 12826#: builtin/grep.c:924
cc76011e
JX
12827msgid "pager"
12828msgstr ""
12829
3d0a05b4 12830#: builtin/grep.c:924
cc76011e
JX
12831msgid "show matching files in the pager"
12832msgstr ""
12833
3d0a05b4 12834#: builtin/grep.c:928
cc76011e
JX
12835msgid "allow calling of grep(1) (ignored by this build)"
12836msgstr ""
12837
3d0a05b4 12838#: builtin/grep.c:992
dba9f13c 12839msgid "no pattern given"
cc76011e
JX
12840msgstr ""
12841
3d0a05b4 12842#: builtin/grep.c:1028
dfc182b1
JX
12843msgid "--no-index or --untracked cannot be used with revs"
12844msgstr ""
12845
3d0a05b4 12846#: builtin/grep.c:1036
dfc182b1
JX
12847#, c-format
12848msgid "unable to resolve revision: %s"
12849msgstr ""
12850
3d0a05b4 12851#: builtin/grep.c:1067
12705546 12852msgid "invalid option combination, ignoring --threads"
9eb3984b
JX
12853msgstr ""
12854
3d0a05b4 12855#: builtin/grep.c:1070 builtin/pack-objects.c:3400
5b34e000
JX
12856msgid "no threads support, ignoring --threads"
12857msgstr ""
12858
3d0a05b4 12859#: builtin/grep.c:1073 builtin/index-pack.c:1531 builtin/pack-objects.c:2705
12705546
JX
12860#, c-format
12861msgid "invalid number of threads specified (%d)"
12862msgstr ""
12863
3d0a05b4 12864#: builtin/grep.c:1096
cc76011e
JX
12865msgid "--open-files-in-pager only works on the worktree"
12866msgstr ""
12867
3d0a05b4 12868#: builtin/grep.c:1119
dba9f13c 12869msgid "option not supported with --recurse-submodules"
673bfad0
JX
12870msgstr ""
12871
3d0a05b4 12872#: builtin/grep.c:1125
dba9f13c 12873msgid "--cached or --untracked cannot be used with --no-index"
cc76011e
JX
12874msgstr ""
12875
3d0a05b4 12876#: builtin/grep.c:1131
dba9f13c 12877msgid "--[no-]exclude-standard cannot be used for tracked contents"
cc76011e
JX
12878msgstr ""
12879
3d0a05b4 12880#: builtin/grep.c:1139
dba9f13c 12881msgid "both --cached and trees are given"
cc76011e
JX
12882msgstr ""
12883
94328cef 12884#: builtin/hash-object.c:85
cc76011e 12885msgid ""
c2ea1208
JX
12886"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
12887"[--] <file>..."
cc76011e
JX
12888msgstr ""
12889
94328cef 12890#: builtin/hash-object.c:86
f4f2c8f8 12891msgid "git hash-object --stdin-paths"
cc76011e
JX
12892msgstr ""
12893
94328cef 12894#: builtin/hash-object.c:98
cc76011e
JX
12895msgid "object type"
12896msgstr ""
12897
94328cef 12898#: builtin/hash-object.c:99
cc76011e
JX
12899msgid "write the object into the object database"
12900msgstr ""
12901
94328cef 12902#: builtin/hash-object.c:101
cc76011e
JX
12903msgid "read the object from stdin"
12904msgstr ""
12905
94328cef 12906#: builtin/hash-object.c:103
cc76011e
JX
12907msgid "store file as is without filters"
12908msgstr ""
12909
94328cef 12910#: builtin/hash-object.c:104
d07a63e4
JX
12911msgid ""
12912"just hash any random garbage to create corrupt objects for debugging Git"
12913msgstr ""
12914
94328cef 12915#: builtin/hash-object.c:105
cc76011e
JX
12916msgid "process file as it were from this path"
12917msgstr ""
12918
dba9f13c 12919#: builtin/help.c:46
cc76011e
JX
12920msgid "print all available commands"
12921msgstr ""
12922
dba9f13c 12923#: builtin/help.c:47
fda7b092
JX
12924msgid "exclude guides"
12925msgstr ""
12926
dba9f13c 12927#: builtin/help.c:48
c6bc7d43
JX
12928msgid "print list of useful guides"
12929msgstr ""
12930
dba9f13c
JX
12931#: builtin/help.c:49
12932msgid "print all configuration variable names"
12933msgstr ""
12934
12935#: builtin/help.c:51
cc76011e
JX
12936msgid "show man page"
12937msgstr ""
12938
dba9f13c 12939#: builtin/help.c:52
cc76011e
JX
12940msgid "show manual in web browser"
12941msgstr ""
12942
dba9f13c 12943#: builtin/help.c:54
cc76011e
JX
12944msgid "show info page"
12945msgstr ""
12946
dba9f13c 12947#: builtin/help.c:56
55892712
JX
12948msgid "print command description"
12949msgstr ""
12950
dba9f13c 12951#: builtin/help.c:61
c2ea1208 12952msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
cc76011e
JX
12953msgstr ""
12954
d93ef2a1 12955#: builtin/help.c:77
cc76011e
JX
12956#, c-format
12957msgid "unrecognized help format '%s'"
12958msgstr ""
12959
d93ef2a1 12960#: builtin/help.c:104
cc76011e
JX
12961msgid "Failed to start emacsclient."
12962msgstr ""
12963
d93ef2a1 12964#: builtin/help.c:117
cc76011e
JX
12965msgid "Failed to parse emacsclient version."
12966msgstr ""
12967
d93ef2a1 12968#: builtin/help.c:125
cc76011e
JX
12969#, c-format
12970msgid "emacsclient version '%d' too old (< 22)."
12971msgstr ""
12972
d93ef2a1 12973#: builtin/help.c:143 builtin/help.c:165 builtin/help.c:175 builtin/help.c:183
cc76011e 12974#, c-format
f517e50d 12975msgid "failed to exec '%s'"
cc76011e
JX
12976msgstr ""
12977
d93ef2a1 12978#: builtin/help.c:221
cc76011e
JX
12979#, c-format
12980msgid ""
12981"'%s': path for unsupported man viewer.\n"
12982"Please consider using 'man.<tool>.cmd' instead."
12983msgstr ""
12984
d93ef2a1 12985#: builtin/help.c:233
cc76011e
JX
12986#, c-format
12987msgid ""
12988"'%s': cmd for supported man viewer.\n"
12989"Please consider using 'man.<tool>.path' instead."
12990msgstr ""
12991
d93ef2a1 12992#: builtin/help.c:350
cc76011e
JX
12993#, c-format
12994msgid "'%s': unknown man viewer."
12995msgstr ""
12996
d93ef2a1 12997#: builtin/help.c:367
cc76011e
JX
12998msgid "no man viewer handled the request"
12999msgstr ""
13000
d93ef2a1 13001#: builtin/help.c:375
cc76011e
JX
13002msgid "no info viewer handled the request"
13003msgstr ""
13004
6b0f1a9b 13005#: builtin/help.c:434 builtin/help.c:445 git.c:336
cc76011e 13006#, c-format
25eab542 13007msgid "'%s' is aliased to '%s'"
cc76011e
JX
13008msgstr ""
13009
6b0f1a9b 13010#: builtin/help.c:448 git.c:365
12705546
JX
13011#, c-format
13012msgid "bad alias.%s string: %s"
13013msgstr ""
13014
d93ef2a1 13015#: builtin/help.c:477 builtin/help.c:507
cc76011e 13016#, c-format
fda7b092 13017msgid "usage: %s%s"
cc76011e
JX
13018msgstr ""
13019
d93ef2a1 13020#: builtin/help.c:491
dba9f13c 13021msgid "'git help config' for more information"
fe05e196
JX
13022msgstr ""
13023
6b0f1a9b 13024#: builtin/index-pack.c:185
cc76011e
JX
13025#, c-format
13026msgid "object type mismatch at %s"
13027msgstr ""
13028
6b0f1a9b 13029#: builtin/index-pack.c:205
fe05e196
JX
13030#, c-format
13031msgid "did not receive expected object %s"
13032msgstr ""
13033
6b0f1a9b 13034#: builtin/index-pack.c:208
fe05e196
JX
13035#, c-format
13036msgid "object %s: expected type %s, found %s"
cc76011e
JX
13037msgstr ""
13038
6b0f1a9b 13039#: builtin/index-pack.c:258
cc76011e
JX
13040#, c-format
13041msgid "cannot fill %d byte"
13042msgid_plural "cannot fill %d bytes"
13043msgstr[0] ""
13044msgstr[1] ""
13045
6b0f1a9b 13046#: builtin/index-pack.c:268
cc76011e
JX
13047msgid "early EOF"
13048msgstr ""
13049
6b0f1a9b 13050#: builtin/index-pack.c:269
cc76011e
JX
13051msgid "read error on input"
13052msgstr ""
13053
6b0f1a9b 13054#: builtin/index-pack.c:281
cc76011e
JX
13055msgid "used more bytes than were available"
13056msgstr ""
13057
466c88fa 13058#: builtin/index-pack.c:288 builtin/pack-objects.c:604
cc76011e
JX
13059msgid "pack too large for current definition of off_t"
13060msgstr ""
13061
6b0f1a9b 13062#: builtin/index-pack.c:291 builtin/unpack-objects.c:94
fda7b092
JX
13063msgid "pack exceeds maximum allowed size"
13064msgstr ""
13065
6b0f1a9b 13066#: builtin/index-pack.c:312
cc76011e
JX
13067#, c-format
13068msgid "cannot open packfile '%s'"
13069msgstr ""
13070
6b0f1a9b 13071#: builtin/index-pack.c:326
cc76011e
JX
13072msgid "pack signature mismatch"
13073msgstr ""
13074
6b0f1a9b 13075#: builtin/index-pack.c:328
cc76011e
JX
13076#, c-format
13077msgid "pack version %<PRIu32> unsupported"
13078msgstr ""
13079
6b0f1a9b 13080#: builtin/index-pack.c:346
cc76011e 13081#, c-format
9fa976ff 13082msgid "pack has bad object at offset %<PRIuMAX>: %s"
cc76011e
JX
13083msgstr ""
13084
6b0f1a9b 13085#: builtin/index-pack.c:466
cc76011e
JX
13086#, c-format
13087msgid "inflate returned %d"
13088msgstr ""
13089
6b0f1a9b 13090#: builtin/index-pack.c:515
cc76011e
JX
13091msgid "offset value overflow for delta base object"
13092msgstr ""
13093
6b0f1a9b 13094#: builtin/index-pack.c:523
cc76011e
JX
13095msgid "delta base offset is out of bound"
13096msgstr ""
13097
6b0f1a9b 13098#: builtin/index-pack.c:531
cc76011e
JX
13099#, c-format
13100msgid "unknown object type %d"
13101msgstr ""
13102
6b0f1a9b 13103#: builtin/index-pack.c:562
cc76011e
JX
13104msgid "cannot pread pack file"
13105msgstr ""
13106
6b0f1a9b 13107#: builtin/index-pack.c:564
cc76011e 13108#, c-format
9fa976ff
JX
13109msgid "premature end of pack file, %<PRIuMAX> byte missing"
13110msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
cc76011e
JX
13111msgstr[0] ""
13112msgstr[1] ""
13113
6b0f1a9b 13114#: builtin/index-pack.c:590
cc76011e
JX
13115msgid "serious inflate inconsistency"
13116msgstr ""
13117
6b0f1a9b
JX
13118#: builtin/index-pack.c:735 builtin/index-pack.c:741 builtin/index-pack.c:764
13119#: builtin/index-pack.c:803 builtin/index-pack.c:812
cc76011e
JX
13120#, c-format
13121msgid "SHA1 COLLISION FOUND WITH %s !"
13122msgstr ""
13123
466c88fa
JX
13124#: builtin/index-pack.c:738 builtin/pack-objects.c:157
13125#: builtin/pack-objects.c:217 builtin/pack-objects.c:311
cc76011e
JX
13126#, c-format
13127msgid "unable to read %s"
13128msgstr ""
13129
6b0f1a9b 13130#: builtin/index-pack.c:801
dfc182b1
JX
13131#, c-format
13132msgid "cannot read existing object info %s"
13133msgstr ""
13134
6b0f1a9b 13135#: builtin/index-pack.c:809
cc76011e
JX
13136#, c-format
13137msgid "cannot read existing object %s"
13138msgstr ""
13139
6b0f1a9b 13140#: builtin/index-pack.c:823
cc76011e
JX
13141#, c-format
13142msgid "invalid blob object %s"
13143msgstr ""
13144
6b0f1a9b 13145#: builtin/index-pack.c:826 builtin/index-pack.c:845
9b7388a8 13146msgid "fsck error in packed object"
cc76011e
JX
13147msgstr ""
13148
6b0f1a9b 13149#: builtin/index-pack.c:847
cc76011e
JX
13150#, c-format
13151msgid "Not all child objects of %s are reachable"
13152msgstr ""
13153
6b0f1a9b 13154#: builtin/index-pack.c:919 builtin/index-pack.c:950
cc76011e
JX
13155msgid "failed to apply delta"
13156msgstr ""
13157
6b0f1a9b 13158#: builtin/index-pack.c:1118
cc76011e
JX
13159msgid "Receiving objects"
13160msgstr ""
13161
6b0f1a9b 13162#: builtin/index-pack.c:1118
cc76011e
JX
13163msgid "Indexing objects"
13164msgstr ""
13165
6b0f1a9b 13166#: builtin/index-pack.c:1152
cc76011e
JX
13167msgid "pack is corrupted (SHA1 mismatch)"
13168msgstr ""
13169
6b0f1a9b 13170#: builtin/index-pack.c:1157
cc76011e
JX
13171msgid "cannot fstat packfile"
13172msgstr ""
13173
6b0f1a9b 13174#: builtin/index-pack.c:1160
cc76011e
JX
13175msgid "pack has junk at the end"
13176msgstr ""
13177
6b0f1a9b 13178#: builtin/index-pack.c:1172
cc76011e
JX
13179msgid "confusion beyond insanity in parse_pack_objects()"
13180msgstr ""
13181
6b0f1a9b 13182#: builtin/index-pack.c:1195
cc76011e
JX
13183msgid "Resolving deltas"
13184msgstr ""
13185
3d0a05b4 13186#: builtin/index-pack.c:1205 builtin/pack-objects.c:2481
cc76011e
JX
13187#, c-format
13188msgid "unable to create thread: %s"
13189msgstr ""
13190
6b0f1a9b 13191#: builtin/index-pack.c:1246
cc76011e
JX
13192msgid "confusion beyond insanity"
13193msgstr ""
13194
6b0f1a9b 13195#: builtin/index-pack.c:1252
cc76011e 13196#, c-format
f517e50d
JX
13197msgid "completed with %d local object"
13198msgid_plural "completed with %d local objects"
13199msgstr[0] ""
13200msgstr[1] ""
cc76011e 13201
6b0f1a9b 13202#: builtin/index-pack.c:1264
cc76011e
JX
13203#, c-format
13204msgid "Unexpected tail checksum for %s (disk corruption?)"
13205msgstr ""
13206
6b0f1a9b 13207#: builtin/index-pack.c:1268
cc76011e
JX
13208#, c-format
13209msgid "pack has %d unresolved delta"
13210msgid_plural "pack has %d unresolved deltas"
13211msgstr[0] ""
13212msgstr[1] ""
13213
6b0f1a9b 13214#: builtin/index-pack.c:1292
cc76011e
JX
13215#, c-format
13216msgid "unable to deflate appended object (%d)"
13217msgstr ""
13218
6b0f1a9b 13219#: builtin/index-pack.c:1388
cc76011e
JX
13220#, c-format
13221msgid "local object %s is corrupt"
13222msgstr ""
13223
6b0f1a9b 13224#: builtin/index-pack.c:1402
abc8de64
JX
13225#, c-format
13226msgid "packfile name '%s' does not end with '.pack'"
cc76011e
JX
13227msgstr ""
13228
6b0f1a9b 13229#: builtin/index-pack.c:1427
cc76011e 13230#, c-format
abc8de64 13231msgid "cannot write %s file '%s'"
cc76011e
JX
13232msgstr ""
13233
6b0f1a9b 13234#: builtin/index-pack.c:1435
cc76011e 13235#, c-format
abc8de64 13236msgid "cannot close written %s file '%s'"
cc76011e
JX
13237msgstr ""
13238
6b0f1a9b 13239#: builtin/index-pack.c:1459
abc8de64
JX
13240msgid "error while closing pack file"
13241msgstr ""
13242
6b0f1a9b 13243#: builtin/index-pack.c:1473
cc76011e
JX
13244msgid "cannot store pack file"
13245msgstr ""
13246
6b0f1a9b 13247#: builtin/index-pack.c:1481
cc76011e
JX
13248msgid "cannot store index file"
13249msgstr ""
13250
3d0a05b4 13251#: builtin/index-pack.c:1525 builtin/pack-objects.c:2716
cc76011e
JX
13252#, c-format
13253msgid "bad pack.indexversion=%<PRIu32>"
13254msgstr ""
13255
6b0f1a9b 13256#: builtin/index-pack.c:1593
cc76011e
JX
13257#, c-format
13258msgid "Cannot open existing pack file '%s'"
13259msgstr ""
13260
6b0f1a9b 13261#: builtin/index-pack.c:1595
cc76011e
JX
13262#, c-format
13263msgid "Cannot open existing pack idx file for '%s'"
13264msgstr ""
13265
6b0f1a9b 13266#: builtin/index-pack.c:1643
cc76011e
JX
13267#, c-format
13268msgid "non delta: %d object"
13269msgid_plural "non delta: %d objects"
13270msgstr[0] ""
13271msgstr[1] ""
13272
6b0f1a9b 13273#: builtin/index-pack.c:1650
cc76011e
JX
13274#, c-format
13275msgid "chain length = %d: %lu object"
13276msgid_plural "chain length = %d: %lu objects"
13277msgstr[0] ""
13278msgstr[1] ""
13279
6b0f1a9b 13280#: builtin/index-pack.c:1689
abc8de64 13281msgid "Cannot come back to cwd"
f517e50d
JX
13282msgstr ""
13283
6b0f1a9b
JX
13284#: builtin/index-pack.c:1738 builtin/index-pack.c:1741
13285#: builtin/index-pack.c:1757 builtin/index-pack.c:1761
cc76011e
JX
13286#, c-format
13287msgid "bad %s"
13288msgstr ""
13289
6b0f1a9b 13290#: builtin/index-pack.c:1777
cc76011e
JX
13291msgid "--fix-thin cannot be used without --stdin"
13292msgstr ""
13293
6b0f1a9b 13294#: builtin/index-pack.c:1779
673bfad0
JX
13295msgid "--stdin requires a git repository"
13296msgstr ""
13297
6b0f1a9b 13298#: builtin/index-pack.c:1785
cc76011e
JX
13299msgid "--verify with no packfile name given"
13300msgstr ""
13301
6b0f1a9b 13302#: builtin/index-pack.c:1833 builtin/unpack-objects.c:580
9b7388a8
JX
13303msgid "fsck error in pack objects"
13304msgstr ""
13305
5b34e000 13306#: builtin/init-db.c:61
cc76011e
JX
13307#, c-format
13308msgid "cannot stat template '%s'"
13309msgstr ""
13310
5b34e000 13311#: builtin/init-db.c:66
cc76011e
JX
13312#, c-format
13313msgid "cannot opendir '%s'"
13314msgstr ""
13315
dba9f13c 13316#: builtin/init-db.c:78
cc76011e
JX
13317#, c-format
13318msgid "cannot readlink '%s'"
13319msgstr ""
13320
dba9f13c 13321#: builtin/init-db.c:80
cc76011e
JX
13322#, c-format
13323msgid "cannot symlink '%s' '%s'"
13324msgstr ""
13325
dba9f13c 13326#: builtin/init-db.c:86
cc76011e
JX
13327#, c-format
13328msgid "cannot copy '%s' to '%s'"
13329msgstr ""
13330
dba9f13c 13331#: builtin/init-db.c:90
cc76011e
JX
13332#, c-format
13333msgid "ignoring template %s"
13334msgstr ""
13335
dba9f13c 13336#: builtin/init-db.c:121
cc76011e 13337#, c-format
55892712 13338msgid "templates not found in %s"
cc76011e
JX
13339msgstr ""
13340
dba9f13c 13341#: builtin/init-db.c:136
cc76011e 13342#, c-format
f517e50d 13343msgid "not copying templates from '%s': %s"
cc76011e
JX
13344msgstr ""
13345
d93ef2a1 13346#: builtin/init-db.c:334
cc76011e 13347#, c-format
fda7b092 13348msgid "unable to handle file type %d"
cc76011e
JX
13349msgstr ""
13350
d93ef2a1 13351#: builtin/init-db.c:337
cc76011e 13352#, c-format
fda7b092 13353msgid "unable to move %s to %s"
cc76011e
JX
13354msgstr ""
13355
d93ef2a1 13356#: builtin/init-db.c:354 builtin/init-db.c:357
cc76011e 13357#, c-format
fda7b092 13358msgid "%s already exists"
cc76011e
JX
13359msgstr ""
13360
d93ef2a1 13361#: builtin/init-db.c:413
cc76011e 13362#, c-format
9fa976ff 13363msgid "Reinitialized existing shared Git repository in %s%s\n"
cc76011e
JX
13364msgstr ""
13365
d93ef2a1 13366#: builtin/init-db.c:414
9fa976ff
JX
13367#, c-format
13368msgid "Reinitialized existing Git repository in %s%s\n"
cc76011e
JX
13369msgstr ""
13370
d93ef2a1 13371#: builtin/init-db.c:418
9fa976ff
JX
13372#, c-format
13373msgid "Initialized empty shared Git repository in %s%s\n"
cc76011e
JX
13374msgstr ""
13375
d93ef2a1 13376#: builtin/init-db.c:419
9fa976ff
JX
13377#, c-format
13378msgid "Initialized empty Git repository in %s%s\n"
cc76011e
JX
13379msgstr ""
13380
d93ef2a1 13381#: builtin/init-db.c:468
cc76011e 13382msgid ""
9caaf23e 13383"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
c2ea1208 13384"shared[=<permissions>]] [<directory>]"
cc76011e
JX
13385msgstr ""
13386
d93ef2a1 13387#: builtin/init-db.c:491
cc76011e
JX
13388msgid "permissions"
13389msgstr ""
13390
d93ef2a1 13391#: builtin/init-db.c:492
cc76011e
JX
13392msgid "specify that the git repository is to be shared amongst several users"
13393msgstr ""
13394
6b0f1a9b 13395#: builtin/init-db.c:529 builtin/init-db.c:534
dba9f13c
JX
13396#, c-format
13397msgid "cannot mkdir %s"
13398msgstr ""
13399
6b0f1a9b 13400#: builtin/init-db.c:538
cc76011e
JX
13401#, c-format
13402msgid "cannot chdir to %s"
13403msgstr ""
13404
6b0f1a9b 13405#: builtin/init-db.c:559
cc76011e
JX
13406#, c-format
13407msgid ""
13408"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
13409"dir=<directory>)"
13410msgstr ""
13411
6b0f1a9b 13412#: builtin/init-db.c:587
cc76011e
JX
13413#, c-format
13414msgid "Cannot access work tree '%s'"
13415msgstr ""
13416
6b0f1a9b 13417#: builtin/interpret-trailers.c:16
d07a63e4 13418msgid ""
9eb3984b
JX
13419"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
13420"<token>[(=|:)<value>])...] [<file>...]"
d07a63e4
JX
13421msgstr ""
13422
6b0f1a9b 13423#: builtin/interpret-trailers.c:95
9eb3984b
JX
13424msgid "edit files in place"
13425msgstr ""
13426
6b0f1a9b 13427#: builtin/interpret-trailers.c:96
d07a63e4
JX
13428msgid "trim empty trailers"
13429msgstr ""
13430
6b0f1a9b 13431#: builtin/interpret-trailers.c:99
25eab542
JX
13432msgid "where to place the new trailer"
13433msgstr ""
13434
6b0f1a9b 13435#: builtin/interpret-trailers.c:101
25eab542
JX
13436msgid "action if trailer already exists"
13437msgstr ""
13438
6b0f1a9b 13439#: builtin/interpret-trailers.c:103
25eab542
JX
13440msgid "action if trailer is missing"
13441msgstr ""
13442
6b0f1a9b 13443#: builtin/interpret-trailers.c:105
25eab542
JX
13444msgid "output only the trailers"
13445msgstr ""
13446
6b0f1a9b 13447#: builtin/interpret-trailers.c:106
25eab542
JX
13448msgid "do not apply config rules"
13449msgstr ""
13450
6b0f1a9b 13451#: builtin/interpret-trailers.c:107
25eab542
JX
13452msgid "join whitespace-continued values"
13453msgstr ""
13454
6b0f1a9b 13455#: builtin/interpret-trailers.c:108
25eab542
JX
13456msgid "set parsing options"
13457msgstr ""
13458
6b0f1a9b 13459#: builtin/interpret-trailers.c:110
12705546
JX
13460msgid "do not treat --- specially"
13461msgstr ""
13462
6b0f1a9b 13463#: builtin/interpret-trailers.c:111
d07a63e4
JX
13464msgid "trailer"
13465msgstr ""
13466
6b0f1a9b 13467#: builtin/interpret-trailers.c:112
d07a63e4
JX
13468msgid "trailer(s) to add"
13469msgstr ""
13470
6b0f1a9b 13471#: builtin/interpret-trailers.c:123
25eab542
JX
13472msgid "--trailer with --only-input does not make sense"
13473msgstr ""
13474
6b0f1a9b 13475#: builtin/interpret-trailers.c:133
9eb3984b
JX
13476msgid "no input file given for in-place editing"
13477msgstr ""
13478
94328cef 13479#: builtin/log.c:55
64f23b0c 13480msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
cc76011e
JX
13481msgstr ""
13482
94328cef 13483#: builtin/log.c:56
c2ea1208 13484msgid "git show [<options>] <object>..."
cc76011e
JX
13485msgstr ""
13486
6b0f1a9b 13487#: builtin/log.c:109
d07a63e4
JX
13488#, c-format
13489msgid "invalid --decorate option: %s"
13490msgstr ""
13491
466c88fa 13492#: builtin/log.c:173
cc76011e
JX
13493msgid "show source"
13494msgstr ""
13495
466c88fa 13496#: builtin/log.c:174
46bc4039
JX
13497msgid "Use mail map file"
13498msgstr ""
13499
466c88fa 13500#: builtin/log.c:176
18a90722
JX
13501msgid "only decorate refs that match <pattern>"
13502msgstr ""
13503
466c88fa 13504#: builtin/log.c:178
18a90722
JX
13505msgid "do not decorate refs that match <pattern>"
13506msgstr ""
13507
466c88fa 13508#: builtin/log.c:179
cc76011e
JX
13509msgid "decorate options"
13510msgstr ""
13511
466c88fa 13512#: builtin/log.c:182
d07a63e4
JX
13513msgid "Process line range n,m in file, counting from 1"
13514msgstr ""
13515
466c88fa 13516#: builtin/log.c:280
cc76011e
JX
13517#, c-format
13518msgid "Final output: %d %s\n"
13519msgstr ""
13520
466c88fa 13521#: builtin/log.c:534
d07a63e4
JX
13522#, c-format
13523msgid "git show %s: bad file"
13524msgstr ""
13525
3d0a05b4 13526#: builtin/log.c:549 builtin/log.c:644
cc76011e 13527#, c-format
d93ef2a1 13528msgid "could not read object %s"
cc76011e
JX
13529msgstr ""
13530
3d0a05b4 13531#: builtin/log.c:669
cc76011e 13532#, c-format
d93ef2a1 13533msgid "unknown type: %d"
cc76011e
JX
13534msgstr ""
13535
3d0a05b4 13536#: builtin/log.c:792
cc76011e
JX
13537msgid "format.headers without value"
13538msgstr ""
13539
3d0a05b4 13540#: builtin/log.c:909
cc76011e
JX
13541msgid "name of output directory is too long"
13542msgstr ""
13543
3d0a05b4 13544#: builtin/log.c:925
cc76011e 13545#, c-format
d93ef2a1
JX
13546msgid "cannot open patch file %s"
13547msgstr ""
13548
3d0a05b4 13549#: builtin/log.c:942
d93ef2a1 13550msgid "need exactly one range"
cc76011e
JX
13551msgstr ""
13552
3d0a05b4 13553#: builtin/log.c:952
d93ef2a1 13554msgid "not a range"
cc76011e
JX
13555msgstr ""
13556
3d0a05b4 13557#: builtin/log.c:1075
d93ef2a1 13558msgid "cover letter needs email format"
cc76011e
JX
13559msgstr ""
13560
3d0a05b4 13561#: builtin/log.c:1081
d93ef2a1 13562msgid "failed to create cover-letter file"
cc76011e
JX
13563msgstr ""
13564
3d0a05b4 13565#: builtin/log.c:1160
cc76011e
JX
13566#, c-format
13567msgid "insane in-reply-to: %s"
13568msgstr ""
13569
3d0a05b4 13570#: builtin/log.c:1187
c2ea1208 13571msgid "git format-patch [<options>] [<since> | <revision-range>]"
cc76011e
JX
13572msgstr ""
13573
3d0a05b4 13574#: builtin/log.c:1245
d93ef2a1 13575msgid "two output directories?"
cc76011e
JX
13576msgstr ""
13577
3d0a05b4 13578#: builtin/log.c:1356 builtin/log.c:2116 builtin/log.c:2118 builtin/log.c:2130
f517e50d 13579#, c-format
d93ef2a1 13580msgid "unknown commit %s"
f517e50d
JX
13581msgstr ""
13582
3d0a05b4 13583#: builtin/log.c:1366 builtin/replace.c:58 builtin/replace.c:207
d93ef2a1 13584#: builtin/replace.c:210
f517e50d 13585#, c-format
d93ef2a1 13586msgid "failed to resolve '%s' as a valid ref"
f517e50d
JX
13587msgstr ""
13588
3d0a05b4 13589#: builtin/log.c:1371
d93ef2a1 13590msgid "could not find exact merge base"
f517e50d
JX
13591msgstr ""
13592
3d0a05b4 13593#: builtin/log.c:1375
f517e50d 13594msgid ""
d93ef2a1 13595"failed to get upstream, if you want to record base commit automatically,\n"
f517e50d 13596"please use git branch --set-upstream-to to track a remote branch.\n"
d93ef2a1 13597"Or you could specify base commit by --base=<base-commit-id> manually"
f517e50d
JX
13598msgstr ""
13599
3d0a05b4 13600#: builtin/log.c:1395
d93ef2a1 13601msgid "failed to find exact merge base"
f517e50d
JX
13602msgstr ""
13603
3d0a05b4 13604#: builtin/log.c:1406
f517e50d
JX
13605msgid "base commit should be the ancestor of revision list"
13606msgstr ""
13607
3d0a05b4 13608#: builtin/log.c:1410
f517e50d
JX
13609msgid "base commit shouldn't be in revision list"
13610msgstr ""
13611
3d0a05b4 13612#: builtin/log.c:1463
f517e50d
JX
13613msgid "cannot get patch id"
13614msgstr ""
13615
3d0a05b4 13616#: builtin/log.c:1515
12705546
JX
13617msgid "failed to infer range-diff ranges"
13618msgstr ""
13619
3d0a05b4 13620#: builtin/log.c:1560
cc76011e
JX
13621msgid "use [PATCH n/m] even with a single patch"
13622msgstr ""
13623
3d0a05b4 13624#: builtin/log.c:1563
cc76011e
JX
13625msgid "use [PATCH] even with multiple patches"
13626msgstr ""
13627
3d0a05b4 13628#: builtin/log.c:1567
cc76011e
JX
13629msgid "print patches to standard out"
13630msgstr ""
13631
3d0a05b4 13632#: builtin/log.c:1569
cc76011e
JX
13633msgid "generate a cover letter"
13634msgstr ""
13635
3d0a05b4 13636#: builtin/log.c:1571
cc76011e
JX
13637msgid "use simple number sequence for output file names"
13638msgstr ""
13639
3d0a05b4 13640#: builtin/log.c:1572
cc76011e
JX
13641msgid "sfx"
13642msgstr ""
13643
3d0a05b4 13644#: builtin/log.c:1573
cc76011e
JX
13645msgid "use <sfx> instead of '.patch'"
13646msgstr ""
13647
3d0a05b4 13648#: builtin/log.c:1575
cc76011e
JX
13649msgid "start numbering patches at <n> instead of 1"
13650msgstr ""
13651
3d0a05b4 13652#: builtin/log.c:1577
46bc4039
JX
13653msgid "mark the series as Nth re-roll"
13654msgstr ""
13655
3d0a05b4 13656#: builtin/log.c:1579
fda7b092
JX
13657msgid "Use [RFC PATCH] instead of [PATCH]"
13658msgstr ""
13659
3d0a05b4 13660#: builtin/log.c:1582
cc76011e
JX
13661msgid "Use [<prefix>] instead of [PATCH]"
13662msgstr ""
13663
3d0a05b4 13664#: builtin/log.c:1585
cc76011e
JX
13665msgid "store resulting files in <dir>"
13666msgstr ""
13667
3d0a05b4 13668#: builtin/log.c:1588
cc76011e
JX
13669msgid "don't strip/add [PATCH]"
13670msgstr ""
13671
3d0a05b4 13672#: builtin/log.c:1591
cc76011e
JX
13673msgid "don't output binary diffs"
13674msgstr ""
13675
3d0a05b4 13676#: builtin/log.c:1593
2c0ca050
JX
13677msgid "output all-zero hash in From header"
13678msgstr ""
13679
3d0a05b4 13680#: builtin/log.c:1595
cc76011e
JX
13681msgid "don't include a patch matching a commit upstream"
13682msgstr ""
13683
3d0a05b4 13684#: builtin/log.c:1597
cc76011e
JX
13685msgid "show patch format instead of default (patch + stat)"
13686msgstr ""
13687
3d0a05b4 13688#: builtin/log.c:1599
cc76011e
JX
13689msgid "Messaging"
13690msgstr ""
13691
3d0a05b4 13692#: builtin/log.c:1600
cc76011e
JX
13693msgid "header"
13694msgstr ""
13695
3d0a05b4 13696#: builtin/log.c:1601
cc76011e
JX
13697msgid "add email header"
13698msgstr ""
13699
3d0a05b4 13700#: builtin/log.c:1602 builtin/log.c:1604
cc76011e
JX
13701msgid "email"
13702msgstr ""
13703
3d0a05b4 13704#: builtin/log.c:1602
cc76011e
JX
13705msgid "add To: header"
13706msgstr ""
13707
3d0a05b4 13708#: builtin/log.c:1604
cc76011e
JX
13709msgid "add Cc: header"
13710msgstr ""
13711
3d0a05b4 13712#: builtin/log.c:1606
28b3cffc
JX
13713msgid "ident"
13714msgstr ""
13715
3d0a05b4 13716#: builtin/log.c:1607
28b3cffc
JX
13717msgid "set From address to <ident> (or committer ident if absent)"
13718msgstr ""
13719
3d0a05b4 13720#: builtin/log.c:1609
cc76011e
JX
13721msgid "message-id"
13722msgstr ""
13723
3d0a05b4 13724#: builtin/log.c:1610
cc76011e
JX
13725msgid "make first mail a reply to <message-id>"
13726msgstr ""
13727
3d0a05b4 13728#: builtin/log.c:1611 builtin/log.c:1614
cc76011e
JX
13729msgid "boundary"
13730msgstr ""
13731
3d0a05b4 13732#: builtin/log.c:1612
cc76011e
JX
13733msgid "attach the patch"
13734msgstr ""
13735
3d0a05b4 13736#: builtin/log.c:1615
cc76011e
JX
13737msgid "inline the patch"
13738msgstr ""
13739
3d0a05b4 13740#: builtin/log.c:1619
cc76011e
JX
13741msgid "enable message threading, styles: shallow, deep"
13742msgstr ""
13743
3d0a05b4 13744#: builtin/log.c:1621
cc76011e
JX
13745msgid "signature"
13746msgstr ""
13747
3d0a05b4 13748#: builtin/log.c:1622
cc76011e
JX
13749msgid "add a signature"
13750msgstr ""
13751
3d0a05b4 13752#: builtin/log.c:1623
f517e50d
JX
13753msgid "base-commit"
13754msgstr ""
13755
3d0a05b4 13756#: builtin/log.c:1624
f517e50d
JX
13757msgid "add prerequisite tree info to the patch series"
13758msgstr ""
13759
3d0a05b4 13760#: builtin/log.c:1626
fe05e196
JX
13761msgid "add a signature from a file"
13762msgstr ""
13763
3d0a05b4 13764#: builtin/log.c:1627
cc76011e
JX
13765msgid "don't print the patch filenames"
13766msgstr ""
13767
3d0a05b4 13768#: builtin/log.c:1629
25eab542
JX
13769msgid "show progress while generating patches"
13770msgstr ""
13771
3d0a05b4 13772#: builtin/log.c:1631
12705546
JX
13773msgid "show changes against <rev> in cover letter or single patch"
13774msgstr ""
13775
3d0a05b4 13776#: builtin/log.c:1634
12705546
JX
13777msgid "show changes against <refspec> in cover letter or single patch"
13778msgstr ""
13779
3d0a05b4 13780#: builtin/log.c:1636
12705546
JX
13781msgid "percentage by which creation is weighted"
13782msgstr ""
13783
3d0a05b4 13784#: builtin/log.c:1711
5b34e000
JX
13785#, c-format
13786msgid "invalid ident line: %s"
13787msgstr ""
13788
3d0a05b4 13789#: builtin/log.c:1726
dba9f13c 13790msgid "-n and -k are mutually exclusive"
cc76011e
JX
13791msgstr ""
13792
3d0a05b4 13793#: builtin/log.c:1728
dba9f13c 13794msgid "--subject-prefix/--rfc and -k are mutually exclusive"
cc76011e
JX
13795msgstr ""
13796
3d0a05b4 13797#: builtin/log.c:1736
cc76011e
JX
13798msgid "--name-only does not make sense"
13799msgstr ""
13800
3d0a05b4 13801#: builtin/log.c:1738
cc76011e
JX
13802msgid "--name-status does not make sense"
13803msgstr ""
13804
3d0a05b4 13805#: builtin/log.c:1740
cc76011e
JX
13806msgid "--check does not make sense"
13807msgstr ""
13808
3d0a05b4 13809#: builtin/log.c:1773
cc76011e
JX
13810msgid "standard output, or directory, which one?"
13811msgstr ""
13812
3d0a05b4 13813#: builtin/log.c:1877
12705546 13814msgid "--interdiff requires --cover-letter or single patch"
fe05e196
JX
13815msgstr ""
13816
3d0a05b4 13817#: builtin/log.c:1881
12705546
JX
13818msgid "Interdiff:"
13819msgstr ""
13820
3d0a05b4 13821#: builtin/log.c:1882
12705546
JX
13822#, c-format
13823msgid "Interdiff against v%d:"
13824msgstr ""
13825
3d0a05b4 13826#: builtin/log.c:1888
12705546
JX
13827msgid "--creation-factor requires --range-diff"
13828msgstr ""
13829
3d0a05b4 13830#: builtin/log.c:1892
12705546
JX
13831msgid "--range-diff requires --cover-letter or single patch"
13832msgstr ""
13833
3d0a05b4 13834#: builtin/log.c:1900
12705546
JX
13835msgid "Range-diff:"
13836msgstr ""
13837
3d0a05b4 13838#: builtin/log.c:1901
12705546
JX
13839#, c-format
13840msgid "Range-diff against v%d:"
13841msgstr ""
13842
3d0a05b4 13843#: builtin/log.c:1912
12705546
JX
13844#, c-format
13845msgid "unable to read signature file '%s'"
13846msgstr ""
13847
3d0a05b4 13848#: builtin/log.c:1948
25eab542
JX
13849msgid "Generating patches"
13850msgstr ""
13851
3d0a05b4 13852#: builtin/log.c:1992
d93ef2a1 13853msgid "failed to create output files"
cc76011e
JX
13854msgstr ""
13855
3d0a05b4 13856#: builtin/log.c:2051
cc76011e
JX
13857msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
13858msgstr ""
13859
3d0a05b4 13860#: builtin/log.c:2105
cc76011e
JX
13861#, c-format
13862msgid ""
13863"Could not find a tracked remote branch, please specify <upstream> manually.\n"
13864msgstr ""
13865
94328cef 13866#: builtin/ls-files.c:470
c2ea1208 13867msgid "git ls-files [<options>] [<file>...]"
cc76011e
JX
13868msgstr ""
13869
94328cef 13870#: builtin/ls-files.c:526
cc76011e
JX
13871msgid "identify the file status with tags"
13872msgstr ""
13873
94328cef 13874#: builtin/ls-files.c:528
cc76011e
JX
13875msgid "use lowercase letters for 'assume unchanged' files"
13876msgstr ""
13877
94328cef 13878#: builtin/ls-files.c:530
18a90722
JX
13879msgid "use lowercase letters for 'fsmonitor clean' files"
13880msgstr ""
13881
94328cef 13882#: builtin/ls-files.c:532
cc76011e
JX
13883msgid "show cached files in the output (default)"
13884msgstr ""
13885
94328cef 13886#: builtin/ls-files.c:534
cc76011e
JX
13887msgid "show deleted files in the output"
13888msgstr ""
13889
94328cef 13890#: builtin/ls-files.c:536
cc76011e
JX
13891msgid "show modified files in the output"
13892msgstr ""
13893
94328cef 13894#: builtin/ls-files.c:538
cc76011e
JX
13895msgid "show other files in the output"
13896msgstr ""
13897
94328cef 13898#: builtin/ls-files.c:540
cc76011e
JX
13899msgid "show ignored files in the output"
13900msgstr ""
13901
94328cef 13902#: builtin/ls-files.c:543
cc76011e
JX
13903msgid "show staged contents' object name in the output"
13904msgstr ""
13905
94328cef 13906#: builtin/ls-files.c:545
cc76011e
JX
13907msgid "show files on the filesystem that need to be removed"
13908msgstr ""
13909
94328cef 13910#: builtin/ls-files.c:547
d07a63e4 13911msgid "show 'other' directories' names only"
cc76011e
JX
13912msgstr ""
13913
94328cef 13914#: builtin/ls-files.c:549
9eb3984b
JX
13915msgid "show line endings of files"
13916msgstr ""
13917
94328cef 13918#: builtin/ls-files.c:551
cc76011e
JX
13919msgid "don't show empty directories"
13920msgstr ""
13921
94328cef 13922#: builtin/ls-files.c:554
cc76011e
JX
13923msgid "show unmerged files in the output"
13924msgstr ""
13925
94328cef 13926#: builtin/ls-files.c:556
cc76011e
JX
13927msgid "show resolve-undo information"
13928msgstr ""
13929
94328cef 13930#: builtin/ls-files.c:558
cc76011e
JX
13931msgid "skip files matching pattern"
13932msgstr ""
13933
94328cef 13934#: builtin/ls-files.c:561
cc76011e
JX
13935msgid "exclude patterns are read from <file>"
13936msgstr ""
13937
94328cef 13938#: builtin/ls-files.c:564
cc76011e
JX
13939msgid "read additional per-directory exclude patterns in <file>"
13940msgstr ""
13941
94328cef 13942#: builtin/ls-files.c:566
cc76011e
JX
13943msgid "add the standard git exclusions"
13944msgstr ""
13945
94328cef 13946#: builtin/ls-files.c:570
cc76011e
JX
13947msgid "make the output relative to the project top directory"
13948msgstr ""
13949
94328cef 13950#: builtin/ls-files.c:573
fda7b092
JX
13951msgid "recurse through submodules"
13952msgstr ""
13953
94328cef 13954#: builtin/ls-files.c:575
cc76011e
JX
13955msgid "if any <file> is not in the index, treat this as an error"
13956msgstr ""
13957
94328cef 13958#: builtin/ls-files.c:576
cc76011e
JX
13959msgid "tree-ish"
13960msgstr ""
13961
94328cef 13962#: builtin/ls-files.c:577
cc76011e
JX
13963msgid "pretend that paths removed since <tree-ish> are still present"
13964msgstr ""
13965
94328cef 13966#: builtin/ls-files.c:579
cc76011e
JX
13967msgid "show debugging data"
13968msgstr ""
13969
9b7388a8 13970#: builtin/ls-remote.c:9
9eb3984b
JX
13971msgid ""
13972"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
13973" [-q | --quiet] [--exit-code] [--get-url]\n"
13974" [--symref] [<repository> [<refs>...]]"
13975msgstr ""
13976
9b7388a8 13977#: builtin/ls-remote.c:59
9eb3984b
JX
13978msgid "do not print remote URL"
13979msgstr ""
13980
3d0a05b4 13981#: builtin/ls-remote.c:60 builtin/ls-remote.c:62 builtin/rebase.c:1488
9eb3984b
JX
13982msgid "exec"
13983msgstr ""
13984
9b7388a8 13985#: builtin/ls-remote.c:61 builtin/ls-remote.c:63
9eb3984b
JX
13986msgid "path of git-upload-pack on the remote host"
13987msgstr ""
13988
9b7388a8 13989#: builtin/ls-remote.c:65
9eb3984b
JX
13990msgid "limit to tags"
13991msgstr ""
13992
9b7388a8 13993#: builtin/ls-remote.c:66
9eb3984b
JX
13994msgid "limit to heads"
13995msgstr ""
13996
9b7388a8 13997#: builtin/ls-remote.c:67
9eb3984b
JX
13998msgid "do not show peeled tags"
13999msgstr ""
14000
9b7388a8 14001#: builtin/ls-remote.c:69
9eb3984b
JX
14002msgid "take url.<base>.insteadOf into account"
14003msgstr ""
14004
d93ef2a1 14005#: builtin/ls-remote.c:72
9eb3984b
JX
14006msgid "exit with exit code 2 if no matching refs are found"
14007msgstr ""
14008
d93ef2a1 14009#: builtin/ls-remote.c:75
9eb3984b
JX
14010msgid "show underlying ref in addition to the object pointed by it"
14011msgstr ""
14012
dba9f13c 14013#: builtin/ls-tree.c:30
cc76011e
JX
14014msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
14015msgstr ""
14016
dba9f13c 14017#: builtin/ls-tree.c:128
cc76011e
JX
14018msgid "only show trees"
14019msgstr ""
14020
dba9f13c 14021#: builtin/ls-tree.c:130
cc76011e
JX
14022msgid "recurse into subtrees"
14023msgstr ""
14024
dba9f13c 14025#: builtin/ls-tree.c:132
cc76011e
JX
14026msgid "show trees when recursing"
14027msgstr ""
14028
dba9f13c 14029#: builtin/ls-tree.c:135
cc76011e
JX
14030msgid "terminate entries with NUL byte"
14031msgstr ""
14032
dba9f13c 14033#: builtin/ls-tree.c:136
cc76011e
JX
14034msgid "include object size"
14035msgstr ""
14036
dba9f13c 14037#: builtin/ls-tree.c:138 builtin/ls-tree.c:140
cc76011e
JX
14038msgid "list only filenames"
14039msgstr ""
14040
dba9f13c 14041#: builtin/ls-tree.c:143
cc76011e
JX
14042msgid "use full path names"
14043msgstr ""
14044
dba9f13c 14045#: builtin/ls-tree.c:145
cc76011e
JX
14046msgid "list entire tree; not just current directory (implies --full-name)"
14047msgstr ""
14048
5b34e000
JX
14049#: builtin/mailsplit.c:241
14050#, c-format
14051msgid "empty mbox: '%s'"
cc76011e
JX
14052msgstr ""
14053
6b0f1a9b 14054#: builtin/merge.c:55
5b34e000 14055msgid "git merge [<options>] [<commit>...]"
cc76011e
JX
14056msgstr ""
14057
6b0f1a9b 14058#: builtin/merge.c:56
5b34e000
JX
14059msgid "git merge --abort"
14060msgstr ""
14061
6b0f1a9b 14062#: builtin/merge.c:57
673bfad0
JX
14063msgid "git merge --continue"
14064msgstr ""
14065
6b0f1a9b 14066#: builtin/merge.c:118
cc76011e
JX
14067msgid "switch `m' requires a value"
14068msgstr ""
14069
6b0f1a9b 14070#: builtin/merge.c:141
cc76011e 14071#, c-format
94328cef 14072msgid "option `%s' requires a value"
cc76011e
JX
14073msgstr ""
14074
6b0f1a9b 14075#: builtin/merge.c:187
cc76011e 14076#, c-format
94328cef
JX
14077msgid "Could not find merge strategy '%s'.\n"
14078msgstr ""
14079
6b0f1a9b 14080#: builtin/merge.c:188
94328cef 14081#, c-format
cc76011e
JX
14082msgid "Available strategies are:"
14083msgstr ""
14084
6b0f1a9b 14085#: builtin/merge.c:193
cc76011e
JX
14086#, c-format
14087msgid "Available custom strategies are:"
14088msgstr ""
14089
3d0a05b4 14090#: builtin/merge.c:244 builtin/pull.c:152
cc76011e
JX
14091msgid "do not show a diffstat at the end of the merge"
14092msgstr ""
14093
3d0a05b4 14094#: builtin/merge.c:247 builtin/pull.c:155
cc76011e
JX
14095msgid "show a diffstat at the end of the merge"
14096msgstr ""
14097
3d0a05b4 14098#: builtin/merge.c:248 builtin/pull.c:158
cc76011e
JX
14099msgid "(synonym to --stat)"
14100msgstr ""
14101
3d0a05b4 14102#: builtin/merge.c:250 builtin/pull.c:161
cc76011e
JX
14103msgid "add (at most <n>) entries from shortlog to merge commit message"
14104msgstr ""
14105
3d0a05b4 14106#: builtin/merge.c:253 builtin/pull.c:167
cc76011e
JX
14107msgid "create a single commit instead of doing a merge"
14108msgstr ""
14109
3d0a05b4 14110#: builtin/merge.c:255 builtin/pull.c:170
cc76011e
JX
14111msgid "perform a commit if the merge succeeds (default)"
14112msgstr ""
14113
3d0a05b4 14114#: builtin/merge.c:257 builtin/pull.c:173
cc76011e
JX
14115msgid "edit message before committing"
14116msgstr ""
14117
6b0f1a9b 14118#: builtin/merge.c:259
cc76011e
JX
14119msgid "allow fast-forward (default)"
14120msgstr ""
14121
3d0a05b4 14122#: builtin/merge.c:261 builtin/pull.c:180
cc76011e
JX
14123msgid "abort if fast-forward is not possible"
14124msgstr ""
14125
3d0a05b4 14126#: builtin/merge.c:265 builtin/pull.c:183
9fa976ff 14127msgid "verify that the named commit has a valid GPG signature"
c138af56
JX
14128msgstr ""
14129
3d0a05b4
JX
14130#: builtin/merge.c:266 builtin/notes.c:787 builtin/pull.c:187
14131#: builtin/rebase.c:493 builtin/rebase.c:1501 builtin/revert.c:114
cc76011e
JX
14132msgid "strategy"
14133msgstr ""
14134
3d0a05b4 14135#: builtin/merge.c:267 builtin/pull.c:188
cc76011e
JX
14136msgid "merge strategy to use"
14137msgstr ""
14138
3d0a05b4 14139#: builtin/merge.c:268 builtin/pull.c:191
cc76011e
JX
14140msgid "option=value"
14141msgstr ""
14142
3d0a05b4 14143#: builtin/merge.c:269 builtin/pull.c:192
cc76011e
JX
14144msgid "option for selected merge strategy"
14145msgstr ""
14146
6b0f1a9b 14147#: builtin/merge.c:271
cc76011e
JX
14148msgid "merge commit message (for a non-fast-forward merge)"
14149msgstr ""
14150
6b0f1a9b 14151#: builtin/merge.c:278
cc76011e
JX
14152msgid "abort the current in-progress merge"
14153msgstr ""
14154
6b0f1a9b
JX
14155#: builtin/merge.c:280
14156msgid "--abort but leave index and working tree alone"
14157msgstr ""
14158
14159#: builtin/merge.c:282
673bfad0
JX
14160msgid "continue the current in-progress merge"
14161msgstr ""
14162
3d0a05b4 14163#: builtin/merge.c:284 builtin/pull.c:199
f517e50d
JX
14164msgid "allow merging unrelated histories"
14165msgstr ""
14166
6b0f1a9b 14167#: builtin/merge.c:290
3d0a05b4 14168msgid "bypass pre-merge-commit and commit-msg hooks"
25eab542
JX
14169msgstr ""
14170
6b0f1a9b 14171#: builtin/merge.c:307
cc76011e
JX
14172msgid "could not run stash."
14173msgstr ""
14174
6b0f1a9b 14175#: builtin/merge.c:312
cc76011e
JX
14176msgid "stash failed"
14177msgstr ""
14178
6b0f1a9b 14179#: builtin/merge.c:317
cc76011e
JX
14180#, c-format
14181msgid "not a valid object: %s"
14182msgstr ""
14183
6b0f1a9b 14184#: builtin/merge.c:339 builtin/merge.c:356
cc76011e
JX
14185msgid "read-tree failed"
14186msgstr ""
14187
6b0f1a9b 14188#: builtin/merge.c:386
cc76011e
JX
14189msgid " (nothing to squash)"
14190msgstr ""
14191
6b0f1a9b 14192#: builtin/merge.c:397
cc76011e
JX
14193#, c-format
14194msgid "Squash commit -- not updating HEAD\n"
14195msgstr ""
14196
6b0f1a9b 14197#: builtin/merge.c:447
cc76011e
JX
14198#, c-format
14199msgid "No merge message -- not updating HEAD\n"
14200msgstr ""
14201
6b0f1a9b 14202#: builtin/merge.c:498
cc76011e
JX
14203#, c-format
14204msgid "'%s' does not point to a commit"
14205msgstr ""
14206
6b0f1a9b 14207#: builtin/merge.c:585
cc76011e
JX
14208#, c-format
14209msgid "Bad branch.%s.mergeoptions string: %s"
14210msgstr ""
14211
3d0a05b4 14212#: builtin/merge.c:705
cc76011e
JX
14213msgid "Not handling anything other than two heads merge."
14214msgstr ""
14215
3d0a05b4 14216#: builtin/merge.c:719
cc76011e
JX
14217#, c-format
14218msgid "Unknown option for merge-recursive: -X%s"
14219msgstr ""
14220
3d0a05b4 14221#: builtin/merge.c:734
cc76011e
JX
14222#, c-format
14223msgid "unable to write %s"
14224msgstr ""
14225
3d0a05b4 14226#: builtin/merge.c:786
cc76011e
JX
14227#, c-format
14228msgid "Could not read from '%s'"
14229msgstr ""
14230
3d0a05b4 14231#: builtin/merge.c:795
cc76011e
JX
14232#, c-format
14233msgid "Not committing merge; use 'git commit' to complete the merge.\n"
14234msgstr ""
14235
3d0a05b4 14236#: builtin/merge.c:801
cc76011e
JX
14237msgid ""
14238"Please enter a commit message to explain why this merge is necessary,\n"
14239"especially if it merges an updated upstream into a topic branch.\n"
14240"\n"
d93ef2a1
JX
14241msgstr ""
14242
3d0a05b4 14243#: builtin/merge.c:806
d93ef2a1
JX
14244msgid "An empty message aborts the commit.\n"
14245msgstr ""
14246
3d0a05b4 14247#: builtin/merge.c:809
d93ef2a1
JX
14248#, c-format
14249msgid ""
9caaf23e 14250"Lines starting with '%c' will be ignored, and an empty message aborts\n"
cc76011e
JX
14251"the commit.\n"
14252msgstr ""
14253
3d0a05b4 14254#: builtin/merge.c:862
cc76011e
JX
14255msgid "Empty commit message."
14256msgstr ""
14257
3d0a05b4 14258#: builtin/merge.c:877
cc76011e
JX
14259#, c-format
14260msgid "Wonderful.\n"
14261msgstr ""
14262
3d0a05b4 14263#: builtin/merge.c:938
cc76011e
JX
14264#, c-format
14265msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
14266msgstr ""
14267
3d0a05b4 14268#: builtin/merge.c:977
cc76011e
JX
14269msgid "No current branch."
14270msgstr ""
14271
3d0a05b4 14272#: builtin/merge.c:979
cc76011e
JX
14273msgid "No remote for the current branch."
14274msgstr ""
14275
3d0a05b4 14276#: builtin/merge.c:981
cc76011e
JX
14277msgid "No default upstream defined for the current branch."
14278msgstr ""
14279
3d0a05b4 14280#: builtin/merge.c:986
cc76011e 14281#, c-format
28b3cffc 14282msgid "No remote-tracking branch for %s from %s"
cc76011e
JX
14283msgstr ""
14284
3d0a05b4 14285#: builtin/merge.c:1043
9fa976ff
JX
14286#, c-format
14287msgid "Bad value '%s' in environment '%s'"
14288msgstr ""
14289
3d0a05b4 14290#: builtin/merge.c:1146
9fa976ff
JX
14291#, c-format
14292msgid "not something we can merge in %s: %s"
14293msgstr ""
14294
3d0a05b4 14295#: builtin/merge.c:1180
9fa976ff
JX
14296msgid "not something we can merge"
14297msgstr ""
14298
3d0a05b4 14299#: builtin/merge.c:1283
673bfad0
JX
14300msgid "--abort expects no arguments"
14301msgstr ""
14302
3d0a05b4 14303#: builtin/merge.c:1287
cc76011e
JX
14304msgid "There is no merge to abort (MERGE_HEAD missing)."
14305msgstr ""
14306
3d0a05b4 14307#: builtin/merge.c:1296
6b0f1a9b
JX
14308msgid "--quit expects no arguments"
14309msgstr ""
14310
3d0a05b4 14311#: builtin/merge.c:1309
673bfad0
JX
14312msgid "--continue expects no arguments"
14313msgstr ""
14314
3d0a05b4 14315#: builtin/merge.c:1313
673bfad0
JX
14316msgid "There is no merge in progress (MERGE_HEAD missing)."
14317msgstr ""
14318
3d0a05b4 14319#: builtin/merge.c:1329
cc76011e
JX
14320msgid ""
14321"You have not concluded your merge (MERGE_HEAD exists).\n"
d07a63e4 14322"Please, commit your changes before you merge."
cc76011e
JX
14323msgstr ""
14324
3d0a05b4 14325#: builtin/merge.c:1336
cc76011e
JX
14326msgid ""
14327"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
d07a63e4 14328"Please, commit your changes before you merge."
cc76011e
JX
14329msgstr ""
14330
3d0a05b4 14331#: builtin/merge.c:1339
cc76011e
JX
14332msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
14333msgstr ""
14334
3d0a05b4 14335#: builtin/merge.c:1353
cc76011e
JX
14336msgid "You cannot combine --squash with --no-ff."
14337msgstr ""
14338
3d0a05b4 14339#: builtin/merge.c:1355
6b0f1a9b 14340msgid "You cannot combine --squash with --commit."
cc76011e
JX
14341msgstr ""
14342
3d0a05b4 14343#: builtin/merge.c:1371
6b0f1a9b
JX
14344msgid "No commit specified and merge.defaultToUpstream not set."
14345msgstr ""
14346
3d0a05b4 14347#: builtin/merge.c:1388
cc76011e
JX
14348msgid "Squash commit into empty head not supported yet"
14349msgstr ""
14350
3d0a05b4 14351#: builtin/merge.c:1390
cc76011e
JX
14352msgid "Non-fast-forward commit does not make sense into an empty head"
14353msgstr ""
14354
3d0a05b4 14355#: builtin/merge.c:1395
28b3cffc
JX
14356#, c-format
14357msgid "%s - not something we can merge"
14358msgstr ""
14359
3d0a05b4 14360#: builtin/merge.c:1397
64f23b0c
JX
14361msgid "Can merge only exactly one commit into empty head"
14362msgstr ""
14363
3d0a05b4 14364#: builtin/merge.c:1476
f517e50d
JX
14365msgid "refusing to merge unrelated histories"
14366msgstr ""
14367
3d0a05b4 14368#: builtin/merge.c:1485
25eab542 14369msgid "Already up to date."
9fa976ff
JX
14370msgstr ""
14371
3d0a05b4 14372#: builtin/merge.c:1495
cc76011e
JX
14373#, c-format
14374msgid "Updating %s..%s\n"
14375msgstr ""
14376
3d0a05b4 14377#: builtin/merge.c:1537
cc76011e
JX
14378#, c-format
14379msgid "Trying really trivial in-index merge...\n"
14380msgstr ""
14381
3d0a05b4 14382#: builtin/merge.c:1544
cc76011e
JX
14383#, c-format
14384msgid "Nope.\n"
14385msgstr ""
14386
3d0a05b4 14387#: builtin/merge.c:1569
25eab542 14388msgid "Already up to date. Yeeah!"
9fa976ff
JX
14389msgstr ""
14390
3d0a05b4 14391#: builtin/merge.c:1575
cc76011e
JX
14392msgid "Not possible to fast-forward, aborting."
14393msgstr ""
14394
3d0a05b4 14395#: builtin/merge.c:1598 builtin/merge.c:1663
cc76011e
JX
14396#, c-format
14397msgid "Rewinding the tree to pristine...\n"
14398msgstr ""
14399
3d0a05b4 14400#: builtin/merge.c:1602
cc76011e
JX
14401#, c-format
14402msgid "Trying merge strategy %s...\n"
14403msgstr ""
14404
3d0a05b4 14405#: builtin/merge.c:1654
cc76011e
JX
14406#, c-format
14407msgid "No merge strategy handled the merge.\n"
14408msgstr ""
14409
3d0a05b4 14410#: builtin/merge.c:1656
cc76011e
JX
14411#, c-format
14412msgid "Merge with strategy %s failed.\n"
14413msgstr ""
14414
3d0a05b4 14415#: builtin/merge.c:1665
cc76011e
JX
14416#, c-format
14417msgid "Using the %s to prepare resolving by hand.\n"
14418msgstr ""
14419
3d0a05b4 14420#: builtin/merge.c:1677
cc76011e
JX
14421#, c-format
14422msgid "Automatic merge went well; stopped before committing as requested\n"
14423msgstr ""
14424
12705546 14425#: builtin/merge-base.c:32
c2ea1208 14426msgid "git merge-base [-a | --all] <commit> <commit>..."
cc76011e
JX
14427msgstr ""
14428
12705546 14429#: builtin/merge-base.c:33
c2ea1208 14430msgid "git merge-base [-a | --all] --octopus <commit>..."
cc76011e
JX
14431msgstr ""
14432
12705546 14433#: builtin/merge-base.c:34
cc76011e
JX
14434msgid "git merge-base --independent <commit>..."
14435msgstr ""
14436
12705546 14437#: builtin/merge-base.c:35
cc76011e
JX
14438msgid "git merge-base --is-ancestor <commit> <commit>"
14439msgstr ""
14440
12705546 14441#: builtin/merge-base.c:36
df49095a
JX
14442msgid "git merge-base --fork-point <ref> [<commit>]"
14443msgstr ""
14444
12705546 14445#: builtin/merge-base.c:153
cc76011e
JX
14446msgid "output all common ancestors"
14447msgstr ""
14448
12705546 14449#: builtin/merge-base.c:155
cc76011e
JX
14450msgid "find ancestors for a single n-way merge"
14451msgstr ""
14452
12705546 14453#: builtin/merge-base.c:157
cc76011e
JX
14454msgid "list revs not reachable from others"
14455msgstr ""
14456
12705546 14457#: builtin/merge-base.c:159
cc76011e
JX
14458msgid "is the first one ancestor of the other?"
14459msgstr ""
14460
12705546 14461#: builtin/merge-base.c:161
df49095a
JX
14462msgid "find where <commit> forked from reflog of <ref>"
14463msgstr ""
14464
5b34e000 14465#: builtin/merge-file.c:9
cc76011e 14466msgid ""
c2ea1208
JX
14467"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
14468"<orig-file> <file2>"
cc76011e
JX
14469msgstr ""
14470
12705546 14471#: builtin/merge-file.c:35
cc76011e
JX
14472msgid "send results to standard output"
14473msgstr ""
14474
12705546 14475#: builtin/merge-file.c:36
cc76011e
JX
14476msgid "use a diff3 based merge"
14477msgstr ""
14478
12705546 14479#: builtin/merge-file.c:37
cc76011e
JX
14480msgid "for conflicts, use our version"
14481msgstr ""
14482
12705546 14483#: builtin/merge-file.c:39
cc76011e
JX
14484msgid "for conflicts, use their version"
14485msgstr ""
14486
12705546 14487#: builtin/merge-file.c:41
cc76011e
JX
14488msgid "for conflicts, use a union version"
14489msgstr ""
14490
12705546 14491#: builtin/merge-file.c:44
cc76011e
JX
14492msgid "for conflicts, use this marker size"
14493msgstr ""
14494
12705546 14495#: builtin/merge-file.c:45
cc76011e
JX
14496msgid "do not warn about conflicts"
14497msgstr ""
14498
12705546 14499#: builtin/merge-file.c:47
c2ea1208 14500msgid "set labels for file1/orig-file/file2"
cc76011e
JX
14501msgstr ""
14502
3d0a05b4 14503#: builtin/merge-recursive.c:47
fda7b092
JX
14504#, c-format
14505msgid "unknown option %s"
14506msgstr ""
14507
3d0a05b4 14508#: builtin/merge-recursive.c:53
fda7b092
JX
14509#, c-format
14510msgid "could not parse object '%s'"
14511msgstr ""
14512
3d0a05b4 14513#: builtin/merge-recursive.c:57
fda7b092
JX
14514#, c-format
14515msgid "cannot handle more than %d base. Ignoring %s."
14516msgid_plural "cannot handle more than %d bases. Ignoring %s."
14517msgstr[0] ""
14518msgstr[1] ""
14519
3d0a05b4 14520#: builtin/merge-recursive.c:65
fda7b092
JX
14521msgid "not handling anything other than two heads merge."
14522msgstr ""
14523
3d0a05b4 14524#: builtin/merge-recursive.c:74 builtin/merge-recursive.c:76
fda7b092
JX
14525#, c-format
14526msgid "could not resolve ref '%s'"
14527msgstr ""
14528
3d0a05b4 14529#: builtin/merge-recursive.c:82
fda7b092
JX
14530#, c-format
14531msgid "Merging %s with %s\n"
14532msgstr ""
14533
dba9f13c 14534#: builtin/mktree.c:66
cc76011e
JX
14535msgid "git mktree [-z] [--missing] [--batch]"
14536msgstr ""
14537
dba9f13c 14538#: builtin/mktree.c:154
cc76011e
JX
14539msgid "input is NUL terminated"
14540msgstr ""
14541
94328cef 14542#: builtin/mktree.c:155 builtin/write-tree.c:26
cc76011e
JX
14543msgid "allow missing objects"
14544msgstr ""
14545
dba9f13c 14546#: builtin/mktree.c:156
cc76011e
JX
14547msgid "allow creation of more than one tree"
14548msgstr ""
14549
d93ef2a1 14550#: builtin/multi-pack-index.c:9
6b0f1a9b
JX
14551msgid ""
14552"git multi-pack-index [--object-dir=<dir>] (write|verify|expire|repack --"
14553"batch-size=<size>)"
12705546
JX
14554msgstr ""
14555
6b0f1a9b 14556#: builtin/multi-pack-index.c:23
12705546
JX
14557msgid "object directory containing set of packfile and pack-index pairs"
14558msgstr ""
14559
6b0f1a9b
JX
14560#: builtin/multi-pack-index.c:25
14561msgid ""
14562"during repack, collect pack-files of smaller size into a batch that is "
14563"larger than this size"
14564msgstr ""
14565
14566#: builtin/multi-pack-index.c:43 builtin/prune-packed.c:67
12705546
JX
14567msgid "too many arguments"
14568msgstr ""
14569
6b0f1a9b
JX
14570#: builtin/multi-pack-index.c:52
14571msgid "--batch-size option is only for 'repack' subcommand"
14572msgstr ""
14573
14574#: builtin/multi-pack-index.c:61
12705546 14575#, c-format
6b0f1a9b 14576msgid "unrecognized subcommand: %s"
12705546
JX
14577msgstr ""
14578
94328cef 14579#: builtin/mv.c:18
c2ea1208 14580msgid "git mv [<options>] <source>... <destination>"
cc76011e
JX
14581msgstr ""
14582
94328cef 14583#: builtin/mv.c:83
d07a63e4
JX
14584#, c-format
14585msgid "Directory %s is in index and no submodule?"
cc76011e
JX
14586msgstr ""
14587
94328cef 14588#: builtin/mv.c:85
d07a63e4 14589msgid "Please stage your changes to .gitmodules or stash them to proceed"
cc76011e
JX
14590msgstr ""
14591
94328cef 14592#: builtin/mv.c:103
cc76011e 14593#, c-format
d07a63e4 14594msgid "%.*s is in index"
cc76011e
JX
14595msgstr ""
14596
94328cef 14597#: builtin/mv.c:125
d07a63e4 14598msgid "force move/rename even if target exists"
cc76011e
JX
14599msgstr ""
14600
94328cef 14601#: builtin/mv.c:127
d07a63e4 14602msgid "skip move/rename errors"
cc76011e
JX
14603msgstr ""
14604
94328cef 14605#: builtin/mv.c:169
d07a63e4
JX
14606#, c-format
14607msgid "destination '%s' is not a directory"
cc76011e
JX
14608msgstr ""
14609
94328cef 14610#: builtin/mv.c:180
727b9576 14611#, c-format
d07a63e4 14612msgid "Checking rename of '%s' to '%s'\n"
727b9576
JX
14613msgstr ""
14614
94328cef 14615#: builtin/mv.c:184
d07a63e4 14616msgid "bad source"
727b9576
JX
14617msgstr ""
14618
94328cef 14619#: builtin/mv.c:187
d07a63e4 14620msgid "can not move directory into itself"
cc76011e
JX
14621msgstr ""
14622
94328cef 14623#: builtin/mv.c:190
d07a63e4
JX
14624msgid "cannot move directory over file"
14625msgstr ""
14626
94328cef 14627#: builtin/mv.c:199
cc76011e
JX
14628msgid "source directory is empty"
14629msgstr ""
14630
94328cef 14631#: builtin/mv.c:224
cc76011e
JX
14632msgid "not under version control"
14633msgstr ""
14634
94328cef 14635#: builtin/mv.c:227
cc76011e
JX
14636msgid "destination exists"
14637msgstr ""
14638
94328cef 14639#: builtin/mv.c:235
cc76011e
JX
14640#, c-format
14641msgid "overwriting '%s'"
14642msgstr ""
14643
94328cef 14644#: builtin/mv.c:238
cc76011e
JX
14645msgid "Cannot overwrite"
14646msgstr ""
14647
94328cef 14648#: builtin/mv.c:241
cc76011e
JX
14649msgid "multiple sources for the same target"
14650msgstr ""
14651
94328cef 14652#: builtin/mv.c:243
df49095a
JX
14653msgid "destination directory does not exist"
14654msgstr ""
14655
94328cef 14656#: builtin/mv.c:250
cc76011e
JX
14657#, c-format
14658msgid "%s, source=%s, destination=%s"
14659msgstr ""
14660
94328cef 14661#: builtin/mv.c:271
cc76011e
JX
14662#, c-format
14663msgid "Renaming %s to %s\n"
14664msgstr ""
14665
3d0a05b4 14666#: builtin/mv.c:277 builtin/remote.c:717 builtin/repack.c:511
cc76011e
JX
14667#, c-format
14668msgid "renaming '%s' failed"
14669msgstr ""
14670
3d0a05b4 14671#: builtin/name-rev.c:356
c2ea1208 14672msgid "git name-rev [<options>] <commit>..."
cc76011e
JX
14673msgstr ""
14674
3d0a05b4 14675#: builtin/name-rev.c:357
c2ea1208 14676msgid "git name-rev [<options>] --all"
cc76011e
JX
14677msgstr ""
14678
3d0a05b4 14679#: builtin/name-rev.c:358
c2ea1208 14680msgid "git name-rev [<options>] --stdin"
cc76011e
JX
14681msgstr ""
14682
3d0a05b4 14683#: builtin/name-rev.c:415
cc76011e
JX
14684msgid "print only names (no SHA-1)"
14685msgstr ""
14686
3d0a05b4 14687#: builtin/name-rev.c:416
cc76011e
JX
14688msgid "only use tags to name the commits"
14689msgstr ""
14690
3d0a05b4 14691#: builtin/name-rev.c:418
cc76011e
JX
14692msgid "only use refs matching <pattern>"
14693msgstr ""
14694
3d0a05b4 14695#: builtin/name-rev.c:420
dfc182b1
JX
14696msgid "ignore refs matching <pattern>"
14697msgstr ""
14698
3d0a05b4 14699#: builtin/name-rev.c:422
cc76011e
JX
14700msgid "list all commits reachable from all refs"
14701msgstr ""
14702
3d0a05b4 14703#: builtin/name-rev.c:423
cc76011e
JX
14704msgid "read from stdin"
14705msgstr ""
14706
3d0a05b4 14707#: builtin/name-rev.c:424
727b9576 14708msgid "allow to print `undefined` names (default)"
cc76011e
JX
14709msgstr ""
14710
3d0a05b4 14711#: builtin/name-rev.c:430
28b3cffc
JX
14712msgid "dereference tags in the input (internal use)"
14713msgstr ""
14714
dba9f13c 14715#: builtin/notes.c:28
c2ea1208 14716msgid "git notes [--ref <notes-ref>] [list [<object>]]"
cc76011e
JX
14717msgstr ""
14718
dba9f13c 14719#: builtin/notes.c:29
cc76011e 14720msgid ""
c2ea1208 14721"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
beb691f7 14722"| (-c | -C) <object>] [<object>]"
cc76011e
JX
14723msgstr ""
14724
dba9f13c 14725#: builtin/notes.c:30
c2ea1208 14726msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
cc76011e
JX
14727msgstr ""
14728
dba9f13c 14729#: builtin/notes.c:31
cc76011e 14730msgid ""
c2ea1208 14731"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
beb691f7 14732"(-c | -C) <object>] [<object>]"
cc76011e
JX
14733msgstr ""
14734
dba9f13c 14735#: builtin/notes.c:32
c2ea1208 14736msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
cc76011e
JX
14737msgstr ""
14738
dba9f13c 14739#: builtin/notes.c:33
c2ea1208 14740msgid "git notes [--ref <notes-ref>] show [<object>]"
cc76011e
JX
14741msgstr ""
14742
dba9f13c 14743#: builtin/notes.c:34
cc76011e 14744msgid ""
c2ea1208 14745"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
cc76011e
JX
14746msgstr ""
14747
dba9f13c 14748#: builtin/notes.c:35
cc76011e
JX
14749msgid "git notes merge --commit [-v | -q]"
14750msgstr ""
14751
dba9f13c 14752#: builtin/notes.c:36
cc76011e
JX
14753msgid "git notes merge --abort [-v | -q]"
14754msgstr ""
14755
dba9f13c 14756#: builtin/notes.c:37
c2ea1208 14757msgid "git notes [--ref <notes-ref>] remove [<object>...]"
cc76011e
JX
14758msgstr ""
14759
dba9f13c 14760#: builtin/notes.c:38
18a90722 14761msgid "git notes [--ref <notes-ref>] prune [-n] [-v]"
cc76011e
JX
14762msgstr ""
14763
dba9f13c 14764#: builtin/notes.c:39
c2ea1208 14765msgid "git notes [--ref <notes-ref>] get-ref"
cc76011e
JX
14766msgstr ""
14767
dba9f13c 14768#: builtin/notes.c:44
cc76011e
JX
14769msgid "git notes [list [<object>]]"
14770msgstr ""
14771
dba9f13c 14772#: builtin/notes.c:49
cc76011e
JX
14773msgid "git notes add [<options>] [<object>]"
14774msgstr ""
14775
dba9f13c 14776#: builtin/notes.c:54
cc76011e
JX
14777msgid "git notes copy [<options>] <from-object> <to-object>"
14778msgstr ""
14779
dba9f13c 14780#: builtin/notes.c:55
cc76011e
JX
14781msgid "git notes copy --stdin [<from-object> <to-object>]..."
14782msgstr ""
14783
dba9f13c 14784#: builtin/notes.c:60
cc76011e
JX
14785msgid "git notes append [<options>] [<object>]"
14786msgstr ""
14787
dba9f13c 14788#: builtin/notes.c:65
cc76011e
JX
14789msgid "git notes edit [<object>]"
14790msgstr ""
14791
dba9f13c 14792#: builtin/notes.c:70
cc76011e
JX
14793msgid "git notes show [<object>]"
14794msgstr ""
14795
dba9f13c 14796#: builtin/notes.c:75
c2ea1208 14797msgid "git notes merge [<options>] <notes-ref>"
cc76011e
JX
14798msgstr ""
14799
dba9f13c 14800#: builtin/notes.c:76
cc76011e
JX
14801msgid "git notes merge --commit [<options>]"
14802msgstr ""
14803
dba9f13c 14804#: builtin/notes.c:77
cc76011e
JX
14805msgid "git notes merge --abort [<options>]"
14806msgstr ""
14807
dba9f13c 14808#: builtin/notes.c:82
cc76011e
JX
14809msgid "git notes remove [<object>]"
14810msgstr ""
14811
dba9f13c 14812#: builtin/notes.c:87
cc76011e
JX
14813msgid "git notes prune [<options>]"
14814msgstr ""
14815
dba9f13c 14816#: builtin/notes.c:92
cc76011e
JX
14817msgid "git notes get-ref"
14818msgstr ""
14819
dba9f13c 14820#: builtin/notes.c:97
9fa976ff
JX
14821msgid "Write/edit the notes for the following object:"
14822msgstr ""
14823
dba9f13c 14824#: builtin/notes.c:150
cc76011e
JX
14825#, c-format
14826msgid "unable to start 'show' for object '%s'"
14827msgstr ""
14828
dba9f13c 14829#: builtin/notes.c:154
9caaf23e 14830msgid "could not read 'show' output"
cc76011e
JX
14831msgstr ""
14832
dba9f13c 14833#: builtin/notes.c:162
cc76011e
JX
14834#, c-format
14835msgid "failed to finish 'show' for object '%s'"
14836msgstr ""
14837
dba9f13c 14838#: builtin/notes.c:197
fda7b092 14839msgid "please supply the note contents using either -m or -F option"
cc76011e
JX
14840msgstr ""
14841
dba9f13c 14842#: builtin/notes.c:206
cc76011e
JX
14843msgid "unable to write note object"
14844msgstr ""
14845
dba9f13c 14846#: builtin/notes.c:208
cc76011e 14847#, c-format
fda7b092 14848msgid "the note contents have been left in %s"
cc76011e
JX
14849msgstr ""
14850
6b0f1a9b 14851#: builtin/notes.c:242 builtin/tag.c:532
cc76011e
JX
14852#, c-format
14853msgid "could not open or read '%s'"
14854msgstr ""
14855
12705546 14856#: builtin/notes.c:263 builtin/notes.c:313 builtin/notes.c:315
94328cef
JX
14857#: builtin/notes.c:383 builtin/notes.c:438 builtin/notes.c:526
14858#: builtin/notes.c:531 builtin/notes.c:610 builtin/notes.c:672
fda7b092
JX
14859#, c-format
14860msgid "failed to resolve '%s' as a valid ref."
14861msgstr ""
14862
12705546 14863#: builtin/notes.c:265
cc76011e 14864#, c-format
fda7b092 14865msgid "failed to read object '%s'."
cc76011e
JX
14866msgstr ""
14867
12705546 14868#: builtin/notes.c:268
5e078fcd 14869#, c-format
fda7b092 14870msgid "cannot read note data from non-blob object '%s'."
5e078fcd
JX
14871msgstr ""
14872
12705546 14873#: builtin/notes.c:309
fda7b092
JX
14874#, c-format
14875msgid "malformed input line: '%s'."
14876msgstr ""
14877
12705546 14878#: builtin/notes.c:324
fda7b092
JX
14879#, c-format
14880msgid "failed to copy notes from '%s' to '%s'"
14881msgstr ""
14882
5b34e000
JX
14883#. TRANSLATORS: the first %s will be replaced by a git
14884#. notes command: 'add', 'merge', 'remove', etc.
14885#.
12705546 14886#: builtin/notes.c:356
fda7b092
JX
14887#, c-format
14888msgid "refusing to %s notes in %s (outside of refs/notes/)"
14889msgstr ""
14890
94328cef
JX
14891#: builtin/notes.c:376 builtin/notes.c:431 builtin/notes.c:509
14892#: builtin/notes.c:521 builtin/notes.c:598 builtin/notes.c:665
14893#: builtin/notes.c:815 builtin/notes.c:963 builtin/notes.c:985
cc76011e
JX
14894msgid "too many parameters"
14895msgstr ""
14896
94328cef 14897#: builtin/notes.c:389 builtin/notes.c:678
cc76011e 14898#, c-format
fda7b092 14899msgid "no note found for object %s."
cc76011e
JX
14900msgstr ""
14901
94328cef 14902#: builtin/notes.c:410 builtin/notes.c:576
cc76011e
JX
14903msgid "note contents as a string"
14904msgstr ""
14905
94328cef 14906#: builtin/notes.c:413 builtin/notes.c:579
cc76011e
JX
14907msgid "note contents in a file"
14908msgstr ""
14909
94328cef 14910#: builtin/notes.c:416 builtin/notes.c:582
cc76011e
JX
14911msgid "reuse and edit specified note object"
14912msgstr ""
14913
94328cef 14914#: builtin/notes.c:419 builtin/notes.c:585
cc76011e
JX
14915msgid "reuse specified note object"
14916msgstr ""
14917
94328cef 14918#: builtin/notes.c:422 builtin/notes.c:588
beb691f7
JX
14919msgid "allow storing empty note"
14920msgstr ""
14921
94328cef 14922#: builtin/notes.c:423 builtin/notes.c:496
cc76011e
JX
14923msgid "replace existing notes"
14924msgstr ""
14925
12705546 14926#: builtin/notes.c:448
cc76011e
JX
14927#, c-format
14928msgid ""
14929"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
14930"existing notes"
14931msgstr ""
14932
94328cef 14933#: builtin/notes.c:463 builtin/notes.c:544
cc76011e
JX
14934#, c-format
14935msgid "Overwriting existing notes for object %s\n"
14936msgstr ""
14937
94328cef 14938#: builtin/notes.c:475 builtin/notes.c:637 builtin/notes.c:902
beb691f7
JX
14939#, c-format
14940msgid "Removing note for object %s\n"
14941msgstr ""
14942
94328cef 14943#: builtin/notes.c:497
cc76011e
JX
14944msgid "read objects from stdin"
14945msgstr ""
14946
94328cef 14947#: builtin/notes.c:499
cc76011e
JX
14948msgid "load rewriting config for <command> (implies --stdin)"
14949msgstr ""
14950
94328cef 14951#: builtin/notes.c:517
cc76011e
JX
14952msgid "too few parameters"
14953msgstr ""
14954
94328cef 14955#: builtin/notes.c:538
cc76011e
JX
14956#, c-format
14957msgid ""
14958"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
14959"existing notes"
14960msgstr ""
14961
94328cef 14962#: builtin/notes.c:550
cc76011e 14963#, c-format
fda7b092 14964msgid "missing notes on source object %s. Cannot copy."
cc76011e
JX
14965msgstr ""
14966
94328cef 14967#: builtin/notes.c:603
cc76011e
JX
14968#, c-format
14969msgid ""
14970"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
14971"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
14972msgstr ""
14973
94328cef 14974#: builtin/notes.c:698
fda7b092
JX
14975msgid "failed to delete ref NOTES_MERGE_PARTIAL"
14976msgstr ""
14977
94328cef 14978#: builtin/notes.c:700
fda7b092
JX
14979msgid "failed to delete ref NOTES_MERGE_REF"
14980msgstr ""
14981
94328cef 14982#: builtin/notes.c:702
fda7b092
JX
14983msgid "failed to remove 'git notes merge' worktree"
14984msgstr ""
14985
94328cef 14986#: builtin/notes.c:722
fda7b092
JX
14987msgid "failed to read ref NOTES_MERGE_PARTIAL"
14988msgstr ""
14989
94328cef 14990#: builtin/notes.c:724
fda7b092
JX
14991msgid "could not find commit from NOTES_MERGE_PARTIAL."
14992msgstr ""
14993
94328cef 14994#: builtin/notes.c:726
fda7b092
JX
14995msgid "could not parse commit from NOTES_MERGE_PARTIAL."
14996msgstr ""
14997
94328cef 14998#: builtin/notes.c:739
fda7b092
JX
14999msgid "failed to resolve NOTES_MERGE_REF"
15000msgstr ""
15001
94328cef 15002#: builtin/notes.c:742
fda7b092
JX
15003msgid "failed to finalize notes merge"
15004msgstr ""
15005
94328cef 15006#: builtin/notes.c:768
9fa976ff
JX
15007#, c-format
15008msgid "unknown notes merge strategy %s"
15009msgstr ""
15010
94328cef 15011#: builtin/notes.c:784
cc76011e
JX
15012msgid "General options"
15013msgstr ""
15014
94328cef 15015#: builtin/notes.c:786
cc76011e
JX
15016msgid "Merge options"
15017msgstr ""
15018
94328cef 15019#: builtin/notes.c:788
cc76011e
JX
15020msgid ""
15021"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
15022"cat_sort_uniq)"
15023msgstr ""
15024
94328cef 15025#: builtin/notes.c:790
cc76011e
JX
15026msgid "Committing unmerged notes"
15027msgstr ""
15028
94328cef 15029#: builtin/notes.c:792
cc76011e
JX
15030msgid "finalize notes merge by committing unmerged notes"
15031msgstr ""
15032
94328cef 15033#: builtin/notes.c:794
cc76011e
JX
15034msgid "Aborting notes merge resolution"
15035msgstr ""
15036
94328cef 15037#: builtin/notes.c:796
cc76011e
JX
15038msgid "abort notes merge"
15039msgstr ""
15040
94328cef 15041#: builtin/notes.c:807
9fa976ff
JX
15042msgid "cannot mix --commit, --abort or -s/--strategy"
15043msgstr ""
15044
94328cef 15045#: builtin/notes.c:812
fda7b092 15046msgid "must specify a notes ref to merge"
9fa976ff
JX
15047msgstr ""
15048
94328cef 15049#: builtin/notes.c:836
9fa976ff 15050#, c-format
fda7b092 15051msgid "unknown -s/--strategy: %s"
9fa976ff
JX
15052msgstr ""
15053
94328cef 15054#: builtin/notes.c:873
df0617bf 15055#, c-format
fda7b092 15056msgid "a notes merge into %s is already in-progress at %s"
df0617bf
JX
15057msgstr ""
15058
94328cef 15059#: builtin/notes.c:876
9fa976ff 15060#, c-format
fda7b092 15061msgid "failed to store link to current notes ref (%s)"
9fa976ff
JX
15062msgstr ""
15063
94328cef 15064#: builtin/notes.c:878
9fa976ff
JX
15065#, c-format
15066msgid ""
15067"Automatic notes merge failed. Fix conflicts in %s and commit the result with "
15068"'git notes merge --commit', or abort the merge with 'git notes merge --"
15069"abort'.\n"
15070msgstr ""
15071
6b0f1a9b 15072#: builtin/notes.c:897 builtin/tag.c:545
d93ef2a1
JX
15073#, c-format
15074msgid "Failed to resolve '%s' as a valid ref."
15075msgstr ""
15076
94328cef 15077#: builtin/notes.c:900
cc76011e
JX
15078#, c-format
15079msgid "Object %s has no note\n"
15080msgstr ""
15081
94328cef 15082#: builtin/notes.c:912
cc76011e
JX
15083msgid "attempt to remove non-existent note is not an error"
15084msgstr ""
15085
94328cef 15086#: builtin/notes.c:915
cc76011e
JX
15087msgid "read object names from the standard input"
15088msgstr ""
15089
3d0a05b4 15090#: builtin/notes.c:954 builtin/prune.c:130 builtin/worktree.c:164
9fa976ff
JX
15091msgid "do not remove, show only"
15092msgstr ""
15093
94328cef 15094#: builtin/notes.c:955
9fa976ff 15095msgid "report pruned notes"
cc76011e
JX
15096msgstr ""
15097
94328cef 15098#: builtin/notes.c:998
9fa976ff
JX
15099msgid "notes-ref"
15100msgstr ""
15101
94328cef 15102#: builtin/notes.c:999
c2ea1208 15103msgid "use notes from <notes-ref>"
cc76011e
JX
15104msgstr ""
15105
3d0a05b4 15106#: builtin/notes.c:1034 builtin/stash.c:1607
cc76011e 15107#, c-format
fda7b092 15108msgid "unknown subcommand: %s"
cc76011e
JX
15109msgstr ""
15110
d93ef2a1 15111#: builtin/pack-objects.c:52
df0617bf
JX
15112msgid ""
15113"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
cc76011e
JX
15114msgstr ""
15115
d93ef2a1 15116#: builtin/pack-objects.c:53
df0617bf
JX
15117msgid ""
15118"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
cc76011e
JX
15119msgstr ""
15120
466c88fa 15121#: builtin/pack-objects.c:428
cc76011e 15122#, c-format
dba9f13c
JX
15123msgid "bad packed object CRC for %s"
15124msgstr ""
15125
466c88fa 15126#: builtin/pack-objects.c:439
dba9f13c
JX
15127#, c-format
15128msgid "corrupt packed object for %s"
15129msgstr ""
15130
466c88fa 15131#: builtin/pack-objects.c:570
dba9f13c
JX
15132#, c-format
15133msgid "recursive delta detected for object %s"
15134msgstr ""
15135
466c88fa 15136#: builtin/pack-objects.c:781
dba9f13c
JX
15137#, c-format
15138msgid "ordered %u objects, expected %<PRIu32>"
15139msgstr ""
15140
466c88fa 15141#: builtin/pack-objects.c:794
dba9f13c
JX
15142#, c-format
15143msgid "packfile is invalid: %s"
15144msgstr ""
15145
466c88fa 15146#: builtin/pack-objects.c:798
dba9f13c
JX
15147#, c-format
15148msgid "unable to open packfile for reuse: %s"
cc76011e
JX
15149msgstr ""
15150
466c88fa 15151#: builtin/pack-objects.c:802
dba9f13c
JX
15152msgid "unable to seek in reused packfile"
15153msgstr ""
15154
466c88fa 15155#: builtin/pack-objects.c:813
dba9f13c
JX
15156msgid "unable to read from reused packfile"
15157msgstr ""
15158
466c88fa 15159#: builtin/pack-objects.c:841
f517e50d
JX
15160msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
15161msgstr ""
15162
466c88fa 15163#: builtin/pack-objects.c:854
5e078fcd
JX
15164msgid "Writing objects"
15165msgstr ""
15166
466c88fa 15167#: builtin/pack-objects.c:917 builtin/update-index.c:89
dba9f13c
JX
15168#, c-format
15169msgid "failed to stat %s"
15170msgstr ""
15171
466c88fa 15172#: builtin/pack-objects.c:970
dba9f13c
JX
15173#, c-format
15174msgid "wrote %<PRIu32> objects while expecting %<PRIu32>"
15175msgstr ""
15176
3d0a05b4 15177#: builtin/pack-objects.c:1164
5e078fcd
JX
15178msgid "disabling bitmap writing, as some objects are not being packed"
15179msgstr ""
15180
3d0a05b4 15181#: builtin/pack-objects.c:1592
dba9f13c
JX
15182#, c-format
15183msgid "delta base offset overflow in pack for %s"
15184msgstr ""
15185
3d0a05b4 15186#: builtin/pack-objects.c:1601
dba9f13c
JX
15187#, c-format
15188msgid "delta base offset out of bound for %s"
15189msgstr ""
15190
3d0a05b4 15191#: builtin/pack-objects.c:1870
9b7388a8
JX
15192msgid "Counting objects"
15193msgstr ""
15194
3d0a05b4 15195#: builtin/pack-objects.c:2000
9b7388a8
JX
15196#, c-format
15197msgid "unable to get size of %s"
15198msgstr ""
15199
3d0a05b4 15200#: builtin/pack-objects.c:2015
9b7388a8
JX
15201#, c-format
15202msgid "unable to parse object header of %s"
15203msgstr ""
15204
3d0a05b4
JX
15205#: builtin/pack-objects.c:2085 builtin/pack-objects.c:2101
15206#: builtin/pack-objects.c:2111
dba9f13c
JX
15207#, c-format
15208msgid "object %s cannot be read"
15209msgstr ""
15210
3d0a05b4 15211#: builtin/pack-objects.c:2088 builtin/pack-objects.c:2115
dba9f13c 15212#, c-format
12705546 15213msgid "object %s inconsistent object length (%<PRIuMAX> vs %<PRIuMAX>)"
dba9f13c
JX
15214msgstr ""
15215
3d0a05b4 15216#: builtin/pack-objects.c:2125
dba9f13c
JX
15217msgid "suboptimal pack - out of memory"
15218msgstr ""
15219
3d0a05b4 15220#: builtin/pack-objects.c:2440
dba9f13c
JX
15221#, c-format
15222msgid "Delta compression using up to %d threads"
15223msgstr ""
15224
3d0a05b4 15225#: builtin/pack-objects.c:2572
dba9f13c
JX
15226#, c-format
15227msgid "unable to pack objects reachable from tag %s"
15228msgstr ""
15229
3d0a05b4 15230#: builtin/pack-objects.c:2659
5e078fcd
JX
15231msgid "Compressing objects"
15232msgstr ""
15233
3d0a05b4 15234#: builtin/pack-objects.c:2665
dba9f13c
JX
15235msgid "inconsistency with delta count"
15236msgstr ""
15237
3d0a05b4 15238#: builtin/pack-objects.c:2742
dba9f13c
JX
15239#, c-format
15240msgid ""
15241"expected edge object ID, got garbage:\n"
15242" %s"
15243msgstr ""
15244
3d0a05b4 15245#: builtin/pack-objects.c:2748
dba9f13c
JX
15246#, c-format
15247msgid ""
15248"expected object ID, got garbage:\n"
15249" %s"
15250msgstr ""
15251
3d0a05b4 15252#: builtin/pack-objects.c:2846
18a90722
JX
15253msgid "invalid value for --missing"
15254msgstr ""
15255
3d0a05b4 15256#: builtin/pack-objects.c:2905 builtin/pack-objects.c:3013
dba9f13c
JX
15257msgid "cannot open pack index"
15258msgstr ""
15259
3d0a05b4 15260#: builtin/pack-objects.c:2936
dba9f13c
JX
15261#, c-format
15262msgid "loose object at %s could not be examined"
15263msgstr ""
15264
3d0a05b4 15265#: builtin/pack-objects.c:3021
dba9f13c
JX
15266msgid "unable to force loose object"
15267msgstr ""
15268
3d0a05b4 15269#: builtin/pack-objects.c:3113
dba9f13c
JX
15270#, c-format
15271msgid "not a rev '%s'"
15272msgstr ""
15273
3d0a05b4 15274#: builtin/pack-objects.c:3116
dba9f13c
JX
15275#, c-format
15276msgid "bad revision '%s'"
15277msgstr ""
15278
3d0a05b4 15279#: builtin/pack-objects.c:3141
dba9f13c
JX
15280msgid "unable to add recent objects"
15281msgstr ""
15282
3d0a05b4 15283#: builtin/pack-objects.c:3194
cc76011e
JX
15284#, c-format
15285msgid "unsupported index version %s"
15286msgstr ""
15287
3d0a05b4 15288#: builtin/pack-objects.c:3198
cc76011e
JX
15289#, c-format
15290msgid "bad index version '%s'"
15291msgstr ""
15292
3d0a05b4 15293#: builtin/pack-objects.c:3228
cc76011e
JX
15294msgid "do not show progress meter"
15295msgstr ""
15296
3d0a05b4 15297#: builtin/pack-objects.c:3230
cc76011e
JX
15298msgid "show progress meter"
15299msgstr ""
15300
3d0a05b4 15301#: builtin/pack-objects.c:3232
cc76011e
JX
15302msgid "show progress meter during object writing phase"
15303msgstr ""
15304
3d0a05b4 15305#: builtin/pack-objects.c:3235
cc76011e
JX
15306msgid "similar to --all-progress when progress meter is shown"
15307msgstr ""
15308
3d0a05b4 15309#: builtin/pack-objects.c:3236
dba9f13c 15310msgid "<version>[,<offset>]"
cc76011e
JX
15311msgstr ""
15312
3d0a05b4 15313#: builtin/pack-objects.c:3237
cc76011e
JX
15314msgid "write the pack index file in the specified idx format version"
15315msgstr ""
15316
3d0a05b4 15317#: builtin/pack-objects.c:3240
cc76011e
JX
15318msgid "maximum size of each output pack file"
15319msgstr ""
15320
3d0a05b4 15321#: builtin/pack-objects.c:3242
cc76011e
JX
15322msgid "ignore borrowed objects from alternate object store"
15323msgstr ""
15324
3d0a05b4 15325#: builtin/pack-objects.c:3244
cc76011e
JX
15326msgid "ignore packed objects"
15327msgstr ""
15328
3d0a05b4 15329#: builtin/pack-objects.c:3246
cc76011e
JX
15330msgid "limit pack window by objects"
15331msgstr ""
15332
3d0a05b4 15333#: builtin/pack-objects.c:3248
cc76011e
JX
15334msgid "limit pack window by memory in addition to object limit"
15335msgstr ""
15336
3d0a05b4 15337#: builtin/pack-objects.c:3250
cc76011e
JX
15338msgid "maximum length of delta chain allowed in the resulting pack"
15339msgstr ""
15340
3d0a05b4 15341#: builtin/pack-objects.c:3252
cc76011e
JX
15342msgid "reuse existing deltas"
15343msgstr ""
15344
3d0a05b4 15345#: builtin/pack-objects.c:3254
cc76011e
JX
15346msgid "reuse existing objects"
15347msgstr ""
15348
3d0a05b4 15349#: builtin/pack-objects.c:3256
cc76011e
JX
15350msgid "use OFS_DELTA objects"
15351msgstr ""
15352
3d0a05b4 15353#: builtin/pack-objects.c:3258
cc76011e
JX
15354msgid "use threads when searching for best delta matches"
15355msgstr ""
15356
3d0a05b4 15357#: builtin/pack-objects.c:3260
cc76011e
JX
15358msgid "do not create an empty pack output"
15359msgstr ""
15360
3d0a05b4 15361#: builtin/pack-objects.c:3262
cc76011e
JX
15362msgid "read revision arguments from standard input"
15363msgstr ""
15364
3d0a05b4 15365#: builtin/pack-objects.c:3264
cc76011e
JX
15366msgid "limit the objects to those that are not yet packed"
15367msgstr ""
15368
3d0a05b4 15369#: builtin/pack-objects.c:3267
cc76011e
JX
15370msgid "include objects reachable from any reference"
15371msgstr ""
15372
3d0a05b4 15373#: builtin/pack-objects.c:3270
cc76011e
JX
15374msgid "include objects referred by reflog entries"
15375msgstr ""
15376
3d0a05b4 15377#: builtin/pack-objects.c:3273
d07a63e4
JX
15378msgid "include objects referred to by the index"
15379msgstr ""
15380
3d0a05b4 15381#: builtin/pack-objects.c:3276
cc76011e
JX
15382msgid "output pack to stdout"
15383msgstr ""
15384
3d0a05b4 15385#: builtin/pack-objects.c:3278
cc76011e
JX
15386msgid "include tag objects that refer to objects to be packed"
15387msgstr ""
15388
3d0a05b4 15389#: builtin/pack-objects.c:3280
cc76011e
JX
15390msgid "keep unreachable objects"
15391msgstr ""
15392
3d0a05b4 15393#: builtin/pack-objects.c:3282
9fa976ff
JX
15394msgid "pack loose unreachable objects"
15395msgstr ""
15396
3d0a05b4 15397#: builtin/pack-objects.c:3284
cc76011e
JX
15398msgid "unpack unreachable objects newer than <time>"
15399msgstr ""
15400
3d0a05b4 15401#: builtin/pack-objects.c:3287
94328cef 15402msgid "use the sparse reachability algorithm"
cc76011e
JX
15403msgstr ""
15404
3d0a05b4 15405#: builtin/pack-objects.c:3289
94328cef 15406msgid "create thin packs"
beb691f7
JX
15407msgstr ""
15408
3d0a05b4 15409#: builtin/pack-objects.c:3291
94328cef 15410msgid "create packs suitable for shallow fetches"
cc76011e
JX
15411msgstr ""
15412
3d0a05b4 15413#: builtin/pack-objects.c:3293
94328cef 15414msgid "ignore packs that have companion .keep file"
9b7388a8
JX
15415msgstr ""
15416
3d0a05b4 15417#: builtin/pack-objects.c:3295
94328cef 15418msgid "ignore this pack"
cc76011e
JX
15419msgstr ""
15420
3d0a05b4 15421#: builtin/pack-objects.c:3297
94328cef 15422msgid "pack compression level"
cc76011e
JX
15423msgstr ""
15424
3d0a05b4 15425#: builtin/pack-objects.c:3299
94328cef 15426msgid "do not hide commits by grafts"
5e078fcd
JX
15427msgstr ""
15428
3d0a05b4 15429#: builtin/pack-objects.c:3301
94328cef
JX
15430msgid "use a bitmap index if available to speed up counting objects"
15431msgstr ""
15432
3d0a05b4 15433#: builtin/pack-objects.c:3303
5e078fcd
JX
15434msgid "write a bitmap index together with the pack index"
15435msgstr ""
15436
3d0a05b4 15437#: builtin/pack-objects.c:3307
466c88fa
JX
15438msgid "write a bitmap index if possible"
15439msgstr ""
15440
3d0a05b4 15441#: builtin/pack-objects.c:3311
dba9f13c
JX
15442msgid "handling for missing objects"
15443msgstr ""
15444
3d0a05b4 15445#: builtin/pack-objects.c:3314
dba9f13c
JX
15446msgid "do not pack objects in promisor packfiles"
15447msgstr ""
15448
3d0a05b4 15449#: builtin/pack-objects.c:3316
12705546
JX
15450msgid "respect islands during delta compression"
15451msgstr ""
15452
3d0a05b4 15453#: builtin/pack-objects.c:3345
dba9f13c
JX
15454#, c-format
15455msgid "delta chain depth %d is too deep, forcing %d"
15456msgstr ""
15457
3d0a05b4 15458#: builtin/pack-objects.c:3350
dba9f13c
JX
15459#, c-format
15460msgid "pack.deltaCacheLimit is too high, forcing %d"
15461msgstr ""
15462
3d0a05b4 15463#: builtin/pack-objects.c:3404
dba9f13c
JX
15464msgid "--max-pack-size cannot be used to build a pack for transfer"
15465msgstr ""
15466
3d0a05b4 15467#: builtin/pack-objects.c:3406
dba9f13c 15468msgid "minimum pack size limit is 1 MiB"
18a90722
JX
15469msgstr ""
15470
3d0a05b4 15471#: builtin/pack-objects.c:3411
dba9f13c 15472msgid "--thin cannot be used to build an indexable pack"
abc8de64
JX
15473msgstr ""
15474
3d0a05b4 15475#: builtin/pack-objects.c:3414
dba9f13c 15476msgid "--keep-unreachable and --unpack-unreachable are incompatible"
9b7388a8
JX
15477msgstr ""
15478
3d0a05b4 15479#: builtin/pack-objects.c:3420
dba9f13c 15480msgid "cannot use --filter without --stdout"
5e078fcd
JX
15481msgstr ""
15482
3d0a05b4 15483#: builtin/pack-objects.c:3481
9b7388a8
JX
15484msgid "Enumerating objects"
15485msgstr ""
15486
3d0a05b4 15487#: builtin/pack-objects.c:3511
dba9f13c
JX
15488#, c-format
15489msgid "Total %<PRIu32> (delta %<PRIu32>), reused %<PRIu32> (delta %<PRIu32>)"
15490msgstr ""
15491
c08fd730 15492#: builtin/pack-refs.c:8
df0617bf
JX
15493msgid "git pack-refs [<options>]"
15494msgstr ""
15495
c08fd730 15496#: builtin/pack-refs.c:16
df0617bf
JX
15497msgid "pack everything"
15498msgstr ""
15499
c08fd730 15500#: builtin/pack-refs.c:17
df0617bf
JX
15501msgid "prune loose refs (default)"
15502msgstr ""
15503
dba9f13c 15504#: builtin/prune-packed.c:9
df0617bf
JX
15505msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
15506msgstr ""
15507
dba9f13c 15508#: builtin/prune-packed.c:42
df0617bf
JX
15509msgid "Removing duplicate objects"
15510msgstr ""
15511
dba9f13c 15512#: builtin/prune.c:12
18a90722 15513msgid "git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"
df0617bf
JX
15514msgstr ""
15515
d93ef2a1 15516#: builtin/prune.c:131
df0617bf
JX
15517msgid "report pruned objects"
15518msgstr ""
15519
d93ef2a1 15520#: builtin/prune.c:134
df0617bf
JX
15521msgid "expire objects older than <time>"
15522msgstr ""
15523
d93ef2a1 15524#: builtin/prune.c:136
abc8de64
JX
15525msgid "limit traversal to objects outside promisor packfiles"
15526msgstr ""
15527
d93ef2a1 15528#: builtin/prune.c:150
f4f2c8f8
JX
15529msgid "cannot prune in a precious-objects repo"
15530msgstr ""
15531
d93ef2a1 15532#: builtin/pull.c:66 builtin/pull.c:68
fda7b092
JX
15533#, c-format
15534msgid "Invalid value for %s: %s"
15535msgstr ""
15536
d93ef2a1 15537#: builtin/pull.c:88
f4f2c8f8 15538msgid "git pull [<options>] [<repository> [<refspec>...]]"
df0617bf
JX
15539msgstr ""
15540
3d0a05b4 15541#: builtin/pull.c:142
5b34e000
JX
15542msgid "control for recursive fetching of submodules"
15543msgstr ""
15544
3d0a05b4 15545#: builtin/pull.c:146
df0617bf
JX
15546msgid "Options related to merging"
15547msgstr ""
15548
3d0a05b4 15549#: builtin/pull.c:149
df0617bf
JX
15550msgid "incorporate changes by rebasing rather than merging"
15551msgstr ""
15552
3d0a05b4 15553#: builtin/pull.c:177 builtin/rebase.c:448 builtin/revert.c:126
df0617bf
JX
15554msgid "allow fast-forward"
15555msgstr ""
15556
3d0a05b4 15557#: builtin/pull.c:186
f517e50d
JX
15558msgid "automatically stash/stash pop before and after rebase"
15559msgstr ""
15560
3d0a05b4 15561#: builtin/pull.c:202
df0617bf
JX
15562msgid "Options related to fetching"
15563msgstr ""
15564
3d0a05b4 15565#: builtin/pull.c:212
12705546
JX
15566msgid "force overwrite of local branch"
15567msgstr ""
15568
3d0a05b4 15569#: builtin/pull.c:220
9eb3984b
JX
15570msgid "number of submodules pulled in parallel"
15571msgstr ""
15572
3d0a05b4 15573#: builtin/pull.c:320
df0617bf
JX
15574#, c-format
15575msgid "Invalid value for pull.ff: %s"
15576msgstr ""
15577
3d0a05b4 15578#: builtin/pull.c:437
df0617bf
JX
15579msgid ""
15580"There is no candidate for rebasing against among the refs that you just "
15581"fetched."
15582msgstr ""
15583
3d0a05b4 15584#: builtin/pull.c:439
df0617bf
JX
15585msgid ""
15586"There are no candidates for merging among the refs that you just fetched."
15587msgstr ""
15588
3d0a05b4 15589#: builtin/pull.c:440
df0617bf
JX
15590msgid ""
15591"Generally this means that you provided a wildcard refspec which had no\n"
15592"matches on the remote end."
15593msgstr ""
15594
3d0a05b4 15595#: builtin/pull.c:443
df0617bf
JX
15596#, c-format
15597msgid ""
15598"You asked to pull from the remote '%s', but did not specify\n"
15599"a branch. Because this is not the default configured remote\n"
15600"for your current branch, you must specify a branch on the command line."
15601msgstr ""
15602
3d0a05b4 15603#: builtin/pull.c:448 builtin/rebase.c:1347 git-parse-remote.sh:73
df0617bf
JX
15604msgid "You are not currently on a branch."
15605msgstr ""
15606
3d0a05b4 15607#: builtin/pull.c:450 builtin/pull.c:465 git-parse-remote.sh:79
df0617bf
JX
15608msgid "Please specify which branch you want to rebase against."
15609msgstr ""
15610
3d0a05b4 15611#: builtin/pull.c:452 builtin/pull.c:467 git-parse-remote.sh:82
df0617bf
JX
15612msgid "Please specify which branch you want to merge with."
15613msgstr ""
15614
3d0a05b4 15615#: builtin/pull.c:453 builtin/pull.c:468
df0617bf 15616msgid "See git-pull(1) for details."
cc76011e
JX
15617msgstr ""
15618
3d0a05b4
JX
15619#: builtin/pull.c:455 builtin/pull.c:461 builtin/pull.c:470
15620#: builtin/rebase.c:1353 git-parse-remote.sh:64
f517e50d
JX
15621msgid "<remote>"
15622msgstr ""
15623
3d0a05b4 15624#: builtin/pull.c:455 builtin/pull.c:470 builtin/pull.c:475
d93ef2a1 15625#: git-parse-remote.sh:65
f517e50d
JX
15626msgid "<branch>"
15627msgstr ""
15628
3d0a05b4 15629#: builtin/pull.c:463 builtin/rebase.c:1345 git-parse-remote.sh:75
df0617bf 15630msgid "There is no tracking information for the current branch."
cc76011e
JX
15631msgstr ""
15632
3d0a05b4 15633#: builtin/pull.c:472 git-parse-remote.sh:95
df0617bf 15634msgid ""
f517e50d 15635"If you wish to set tracking information for this branch you can do so with:"
cc76011e
JX
15636msgstr ""
15637
3d0a05b4 15638#: builtin/pull.c:477
df0617bf
JX
15639#, c-format
15640msgid ""
15641"Your configuration specifies to merge with the ref '%s'\n"
15642"from the remote, but no such ref was fetched."
cc76011e
JX
15643msgstr ""
15644
3d0a05b4 15645#: builtin/pull.c:587
12705546
JX
15646#, c-format
15647msgid "unable to access commit %s"
15648msgstr ""
15649
3d0a05b4 15650#: builtin/pull.c:867
9fa976ff
JX
15651msgid "ignoring --verify-signatures for rebase"
15652msgstr ""
15653
3d0a05b4 15654#: builtin/pull.c:922
f517e50d
JX
15655msgid "--[no-]autostash option is only valid with --rebase."
15656msgstr ""
15657
3d0a05b4 15658#: builtin/pull.c:930
df0617bf 15659msgid "Updating an unborn branch with changes added to the index."
5e078fcd
JX
15660msgstr ""
15661
3d0a05b4 15662#: builtin/pull.c:934
fda7b092
JX
15663msgid "pull with rebase"
15664msgstr ""
15665
3d0a05b4 15666#: builtin/pull.c:935
fda7b092
JX
15667msgid "please commit or stash them."
15668msgstr ""
15669
3d0a05b4 15670#: builtin/pull.c:960
df0617bf
JX
15671#, c-format
15672msgid ""
15673"fetch updated the current branch head.\n"
15674"fast-forwarding your working tree from\n"
15675"commit %s."
cc76011e
JX
15676msgstr ""
15677
3d0a05b4 15678#: builtin/pull.c:966
df0617bf
JX
15679#, c-format
15680msgid ""
15681"Cannot fast-forward your working tree.\n"
15682"After making sure that you saved anything precious from\n"
15683"$ git diff %s\n"
15684"output, run\n"
15685"$ git reset --hard\n"
15686"to recover."
cc76011e
JX
15687msgstr ""
15688
3d0a05b4 15689#: builtin/pull.c:981
df0617bf 15690msgid "Cannot merge multiple branches into empty head."
cc76011e
JX
15691msgstr ""
15692
3d0a05b4 15693#: builtin/pull.c:985
df0617bf 15694msgid "Cannot rebase onto multiple branches."
cc76011e
JX
15695msgstr ""
15696
3d0a05b4 15697#: builtin/pull.c:992
5b34e000
JX
15698msgid "cannot rebase with locally recorded submodule modifications"
15699msgstr ""
15700
9b7388a8 15701#: builtin/push.c:19
cc76011e
JX
15702msgid "git push [<options>] [<repository> [<refspec>...]]"
15703msgstr ""
15704
9b7388a8 15705#: builtin/push.c:111
cc76011e
JX
15706msgid "tag shorthand without <tag>"
15707msgstr ""
15708
9b7388a8 15709#: builtin/push.c:121
cc76011e
JX
15710msgid "--delete only accepts plain target ref names"
15711msgstr ""
15712
94328cef 15713#: builtin/push.c:167
cc76011e
JX
15714msgid ""
15715"\n"
15716"To choose either option permanently, see push.default in 'git help config'."
15717msgstr ""
15718
94328cef 15719#: builtin/push.c:170
cc76011e
JX
15720#, c-format
15721msgid ""
15722"The upstream branch of your current branch does not match\n"
15723"the name of your current branch. To push to the upstream branch\n"
15724"on the remote, use\n"
15725"\n"
15726" git push %s HEAD:%s\n"
15727"\n"
15728"To push to the branch of the same name on the remote, use\n"
15729"\n"
578d8ea3 15730" git push %s HEAD\n"
cc76011e
JX
15731"%s"
15732msgstr ""
15733
94328cef 15734#: builtin/push.c:185
cc76011e
JX
15735#, c-format
15736msgid ""
15737"You are not currently on a branch.\n"
15738"To push the history leading to the current (detached HEAD)\n"
15739"state now, use\n"
15740"\n"
15741" git push %s HEAD:<name-of-remote-branch>\n"
15742msgstr ""
15743
94328cef 15744#: builtin/push.c:199
cc76011e
JX
15745#, c-format
15746msgid ""
15747"The current branch %s has no upstream branch.\n"
15748"To push the current branch and set the remote as upstream, use\n"
15749"\n"
15750" git push --set-upstream %s %s\n"
15751msgstr ""
15752
94328cef 15753#: builtin/push.c:207
cc76011e
JX
15754#, c-format
15755msgid "The current branch %s has multiple upstream branches, refusing to push."
15756msgstr ""
15757
94328cef 15758#: builtin/push.c:210
cc76011e
JX
15759#, c-format
15760msgid ""
15761"You are pushing to remote '%s', which is not the upstream of\n"
15762"your current branch '%s', without telling me what to push\n"
15763"to update which remote branch."
15764msgstr ""
15765
94328cef 15766#: builtin/push.c:269
cc76011e
JX
15767msgid ""
15768"You didn't specify any refspecs to push, and push.default is \"nothing\"."
15769msgstr ""
15770
94328cef 15771#: builtin/push.c:276
cc76011e
JX
15772msgid ""
15773"Updates were rejected because the tip of your current branch is behind\n"
28b3cffc
JX
15774"its remote counterpart. Integrate the remote changes (e.g.\n"
15775"'git pull ...') before pushing again.\n"
cc76011e
JX
15776"See the 'Note about fast-forwards' in 'git push --help' for details."
15777msgstr ""
15778
94328cef 15779#: builtin/push.c:282
cc76011e
JX
15780msgid ""
15781"Updates were rejected because a pushed branch tip is behind its remote\n"
28b3cffc
JX
15782"counterpart. Check out this branch and integrate the remote changes\n"
15783"(e.g. 'git pull ...') before pushing again.\n"
cc76011e
JX
15784"See the 'Note about fast-forwards' in 'git push --help' for details."
15785msgstr ""
15786
94328cef 15787#: builtin/push.c:288
46bc4039 15788msgid ""
9caaf23e
JX
15789"Updates were rejected because the remote contains work that you do\n"
15790"not have locally. This is usually caused by another repository pushing\n"
28b3cffc
JX
15791"to the same ref. You may want to first integrate the remote changes\n"
15792"(e.g., 'git pull ...') before pushing again.\n"
9caaf23e 15793"See the 'Note about fast-forwards' in 'git push --help' for details."
46bc4039
JX
15794msgstr ""
15795
94328cef 15796#: builtin/push.c:295
9caaf23e
JX
15797msgid "Updates were rejected because the tag already exists in the remote."
15798msgstr ""
15799
94328cef 15800#: builtin/push.c:298
9caaf23e
JX
15801msgid ""
15802"You cannot update a remote ref that points at a non-commit object,\n"
15803"or update a remote ref to make it point at a non-commit object,\n"
15804"without using the '--force' option.\n"
15805msgstr ""
15806
94328cef 15807#: builtin/push.c:359
cc76011e
JX
15808#, c-format
15809msgid "Pushing to %s\n"
15810msgstr ""
15811
3d0a05b4 15812#: builtin/push.c:366
cc76011e
JX
15813#, c-format
15814msgid "failed to push some refs to '%s'"
15815msgstr ""
15816
3d0a05b4 15817#: builtin/push.c:541
cc76011e
JX
15818msgid "repository"
15819msgstr ""
15820
3d0a05b4 15821#: builtin/push.c:542 builtin/send-pack.c:164
cc76011e
JX
15822msgid "push all refs"
15823msgstr ""
15824
3d0a05b4 15825#: builtin/push.c:543 builtin/send-pack.c:166
cc76011e
JX
15826msgid "mirror all refs"
15827msgstr ""
15828
3d0a05b4 15829#: builtin/push.c:545
cc76011e
JX
15830msgid "delete refs"
15831msgstr ""
15832
3d0a05b4 15833#: builtin/push.c:546
cc76011e
JX
15834msgid "push tags (can't be used with --all or --mirror)"
15835msgstr ""
15836
3d0a05b4 15837#: builtin/push.c:549 builtin/send-pack.c:167
cc76011e
JX
15838msgid "force updates"
15839msgstr ""
15840
3d0a05b4 15841#: builtin/push.c:551 builtin/send-pack.c:181
dba9f13c 15842msgid "<refname>:<expect>"
727b9576
JX
15843msgstr ""
15844
3d0a05b4 15845#: builtin/push.c:552 builtin/send-pack.c:182
727b9576
JX
15846msgid "require old value of ref to be at this value"
15847msgstr ""
15848
3d0a05b4 15849#: builtin/push.c:555
cc76011e
JX
15850msgid "control recursive pushing of submodules"
15851msgstr ""
15852
3d0a05b4 15853#: builtin/push.c:557 builtin/send-pack.c:175
cc76011e
JX
15854msgid "use thin pack"
15855msgstr ""
15856
3d0a05b4 15857#: builtin/push.c:558 builtin/push.c:559 builtin/send-pack.c:161
9b7388a8 15858#: builtin/send-pack.c:162
cc76011e
JX
15859msgid "receive pack program"
15860msgstr ""
15861
3d0a05b4 15862#: builtin/push.c:560
cc76011e
JX
15863msgid "set upstream for git pull/status"
15864msgstr ""
15865
3d0a05b4 15866#: builtin/push.c:563
cc76011e
JX
15867msgid "prune locally removed refs"
15868msgstr ""
15869
3d0a05b4 15870#: builtin/push.c:565
9caaf23e
JX
15871msgid "bypass pre-push hook"
15872msgstr ""
15873
3d0a05b4 15874#: builtin/push.c:566
c138af56 15875msgid "push missing but relevant tags"
cc76011e
JX
15876msgstr ""
15877
3d0a05b4 15878#: builtin/push.c:569 builtin/send-pack.c:169
d07a63e4
JX
15879msgid "GPG sign the push"
15880msgstr ""
15881
3d0a05b4 15882#: builtin/push.c:571 builtin/send-pack.c:176
c2ea1208
JX
15883msgid "request atomic transaction on remote side"
15884msgstr ""
15885
3d0a05b4 15886#: builtin/push.c:589
9b7388a8 15887msgid "--delete is incompatible with --all, --mirror and --tags"
9fa976ff
JX
15888msgstr ""
15889
3d0a05b4 15890#: builtin/push.c:591
9b7388a8 15891msgid "--delete doesn't make sense without any refs"
9fa976ff
JX
15892msgstr ""
15893
3d0a05b4
JX
15894#: builtin/push.c:611
15895#, c-format
15896msgid "bad repository '%s'"
15897msgstr ""
15898
15899#: builtin/push.c:612
15900msgid ""
15901"No configured push destination.\n"
15902"Either specify the URL from the command-line or configure a remote "
15903"repository using\n"
15904"\n"
15905" git remote add <name> <url>\n"
15906"\n"
15907"and then push using the remote name\n"
15908"\n"
15909" git push <name>\n"
15910msgstr ""
15911
15912#: builtin/push.c:627
d93ef2a1
JX
15913msgid "--all and --tags are incompatible"
15914msgstr ""
15915
3d0a05b4 15916#: builtin/push.c:629
d93ef2a1
JX
15917msgid "--all can't be combined with refspecs"
15918msgstr ""
15919
3d0a05b4 15920#: builtin/push.c:633
d93ef2a1
JX
15921msgid "--mirror and --tags are incompatible"
15922msgstr ""
15923
3d0a05b4 15924#: builtin/push.c:635
d93ef2a1
JX
15925msgid "--mirror can't be combined with refspecs"
15926msgstr ""
15927
3d0a05b4 15928#: builtin/push.c:638
d93ef2a1
JX
15929msgid "--all and --mirror are incompatible"
15930msgstr ""
15931
3d0a05b4 15932#: builtin/push.c:642
d93ef2a1
JX
15933msgid "push options must not have new line characters"
15934msgstr ""
15935
15936#: builtin/range-diff.c:8
15937msgid "git range-diff [<options>] <old-base>..<old-tip> <new-base>..<new-tip>"
15938msgstr ""
15939
15940#: builtin/range-diff.c:9
15941msgid "git range-diff [<options>] <old-tip>...<new-tip>"
15942msgstr ""
15943
15944#: builtin/range-diff.c:10
15945msgid "git range-diff [<options>] <base> <old-tip> <new-tip>"
15946msgstr ""
15947
15948#: builtin/range-diff.c:21
15949msgid "Percentage by which creation is weighted"
15950msgstr ""
15951
15952#: builtin/range-diff.c:23
15953msgid "use simple diff colors"
15954msgstr ""
15955
15956#: builtin/range-diff.c:46 builtin/range-diff.c:50
15957#, c-format
15958msgid "no .. in range: '%s'"
15959msgstr ""
15960
15961#: builtin/range-diff.c:60
15962msgid "single arg format must be symmetric range"
15963msgstr ""
15964
15965#: builtin/range-diff.c:75
15966msgid "need two commit ranges"
15967msgstr ""
15968
15969#: builtin/read-tree.c:41
15970msgid ""
15971"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
15972"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
15973"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
15974msgstr ""
15975
15976#: builtin/read-tree.c:124
15977msgid "write resulting index to <file>"
15978msgstr ""
15979
15980#: builtin/read-tree.c:127
15981msgid "only empty the index"
15982msgstr ""
15983
15984#: builtin/read-tree.c:129
15985msgid "Merging"
15986msgstr ""
15987
15988#: builtin/read-tree.c:131
15989msgid "perform a merge in addition to a read"
15990msgstr ""
15991
15992#: builtin/read-tree.c:133
15993msgid "3-way merge if no file level merging required"
15994msgstr ""
15995
15996#: builtin/read-tree.c:135
15997msgid "3-way merge in presence of adds and removes"
15998msgstr ""
15999
16000#: builtin/read-tree.c:137
16001msgid "same as -m, but discard unmerged entries"
16002msgstr ""
16003
16004#: builtin/read-tree.c:138
16005msgid "<subdirectory>/"
16006msgstr ""
16007
16008#: builtin/read-tree.c:139
16009msgid "read the tree into the index under <subdirectory>/"
16010msgstr ""
16011
16012#: builtin/read-tree.c:142
16013msgid "update working tree with merge result"
16014msgstr ""
16015
16016#: builtin/read-tree.c:144
16017msgid "gitignore"
16018msgstr ""
16019
16020#: builtin/read-tree.c:145
16021msgid "allow explicitly ignored files to be overwritten"
16022msgstr ""
16023
16024#: builtin/read-tree.c:148
16025msgid "don't check the working tree after merging"
16026msgstr ""
16027
16028#: builtin/read-tree.c:149
16029msgid "don't update the index or the work tree"
16030msgstr ""
16031
16032#: builtin/read-tree.c:151
16033msgid "skip applying sparse checkout filter"
16034msgstr ""
16035
16036#: builtin/read-tree.c:153
16037msgid "debug unpack-trees"
16038msgstr ""
16039
16040#: builtin/read-tree.c:157
16041msgid "suppress feedback messages"
16042msgstr ""
16043
16044#: builtin/rebase.c:32
16045msgid ""
3d0a05b4
JX
16046"git rebase [-i] [options] [--exec <cmd>] [--onto <newbase> | --keep-base] "
16047"[<upstream> [<branch>]]"
d93ef2a1
JX
16048msgstr ""
16049
16050#: builtin/rebase.c:34
16051msgid ""
16052"git rebase [-i] [options] [--exec <cmd>] [--onto <newbase>] --root [<branch>]"
16053msgstr ""
16054
16055#: builtin/rebase.c:36
16056msgid "git rebase --continue | --abort | --skip | --edit-todo"
16057msgstr ""
16058
16059#: builtin/rebase.c:158 builtin/rebase.c:182 builtin/rebase.c:209
16060#, c-format
16061msgid "unusable todo list: '%s'"
16062msgstr ""
16063
16064#: builtin/rebase.c:167 builtin/rebase.c:193 builtin/rebase.c:217
16065#, c-format
16066msgid "could not write '%s'."
16067msgstr ""
16068
16069#: builtin/rebase.c:252
16070msgid "no HEAD?"
16071msgstr ""
16072
16073#: builtin/rebase.c:279
16074#, c-format
16075msgid "could not create temporary %s"
16076msgstr ""
16077
16078#: builtin/rebase.c:285
16079msgid "could not mark as interactive"
16080msgstr ""
16081
16082#: builtin/rebase.c:343
16083msgid "could not generate todo list"
16084msgstr ""
16085
3d0a05b4 16086#: builtin/rebase.c:383
d93ef2a1
JX
16087msgid "a base commit must be provided with --upstream or --onto"
16088msgstr ""
16089
3d0a05b4 16090#: builtin/rebase.c:438
d93ef2a1
JX
16091msgid "git rebase--interactive [<options>]"
16092msgstr ""
16093
3d0a05b4 16094#: builtin/rebase.c:450
d93ef2a1
JX
16095msgid "keep empty commits"
16096msgstr ""
16097
3d0a05b4 16098#: builtin/rebase.c:452 builtin/revert.c:128
d93ef2a1 16099msgid "allow commits with empty messages"
c138af56
JX
16100msgstr ""
16101
3d0a05b4 16102#: builtin/rebase.c:453
d93ef2a1 16103msgid "rebase merge commits"
cc76011e
JX
16104msgstr ""
16105
3d0a05b4 16106#: builtin/rebase.c:455
d93ef2a1 16107msgid "keep original branch points of cousins"
9b7388a8
JX
16108msgstr ""
16109
3d0a05b4 16110#: builtin/rebase.c:457
d93ef2a1 16111msgid "move commits that begin with squash!/fixup!"
9b7388a8
JX
16112msgstr ""
16113
3d0a05b4 16114#: builtin/rebase.c:458
d93ef2a1 16115msgid "sign commits"
9b7388a8
JX
16116msgstr ""
16117
3d0a05b4 16118#: builtin/rebase.c:460 builtin/rebase.c:1427
d93ef2a1 16119msgid "display a diffstat of what changed upstream"
9fa976ff
JX
16120msgstr ""
16121
3d0a05b4 16122#: builtin/rebase.c:462
d93ef2a1 16123msgid "continue rebase"
dba9f13c
JX
16124msgstr ""
16125
3d0a05b4 16126#: builtin/rebase.c:464
d93ef2a1 16127msgid "skip commit"
dba9f13c
JX
16128msgstr ""
16129
3d0a05b4 16130#: builtin/rebase.c:465
d93ef2a1 16131msgid "edit the todo list"
dba9f13c
JX
16132msgstr ""
16133
3d0a05b4 16134#: builtin/rebase.c:467
d93ef2a1 16135msgid "show the current patch"
dba9f13c
JX
16136msgstr ""
16137
3d0a05b4 16138#: builtin/rebase.c:470
d93ef2a1 16139msgid "shorten commit ids in the todo list"
dba9f13c
JX
16140msgstr ""
16141
3d0a05b4 16142#: builtin/rebase.c:472
d93ef2a1 16143msgid "expand commit ids in the todo list"
dba9f13c
JX
16144msgstr ""
16145
3d0a05b4 16146#: builtin/rebase.c:474
d93ef2a1 16147msgid "check the todo list"
dba9f13c
JX
16148msgstr ""
16149
3d0a05b4 16150#: builtin/rebase.c:476
d93ef2a1 16151msgid "rearrange fixup/squash lines"
dba9f13c
JX
16152msgstr ""
16153
3d0a05b4 16154#: builtin/rebase.c:478
d93ef2a1 16155msgid "insert exec commands in todo list"
cc76011e
JX
16156msgstr ""
16157
3d0a05b4 16158#: builtin/rebase.c:479
d93ef2a1 16159msgid "onto"
cc76011e
JX
16160msgstr ""
16161
3d0a05b4 16162#: builtin/rebase.c:482
d93ef2a1 16163msgid "restrict-revision"
cc76011e
JX
16164msgstr ""
16165
3d0a05b4 16166#: builtin/rebase.c:482
d93ef2a1 16167msgid "restrict revision"
cc76011e
JX
16168msgstr ""
16169
3d0a05b4 16170#: builtin/rebase.c:484
d93ef2a1 16171msgid "squash-onto"
cc76011e
JX
16172msgstr ""
16173
3d0a05b4 16174#: builtin/rebase.c:485
d93ef2a1 16175msgid "squash onto"
cc76011e
JX
16176msgstr ""
16177
3d0a05b4 16178#: builtin/rebase.c:487
d93ef2a1 16179msgid "the upstream commit"
cc76011e
JX
16180msgstr ""
16181
3d0a05b4 16182#: builtin/rebase.c:489
d93ef2a1 16183msgid "head-name"
cc76011e
JX
16184msgstr ""
16185
3d0a05b4 16186#: builtin/rebase.c:489
d93ef2a1 16187msgid "head name"
cc76011e
JX
16188msgstr ""
16189
3d0a05b4 16190#: builtin/rebase.c:494
d93ef2a1 16191msgid "rebase strategy"
cc76011e
JX
16192msgstr ""
16193
3d0a05b4 16194#: builtin/rebase.c:495
d93ef2a1 16195msgid "strategy-opts"
cc76011e
JX
16196msgstr ""
16197
3d0a05b4 16198#: builtin/rebase.c:496
d93ef2a1 16199msgid "strategy options"
cc76011e
JX
16200msgstr ""
16201
3d0a05b4 16202#: builtin/rebase.c:497
d93ef2a1 16203msgid "switch-to"
cc76011e
JX
16204msgstr ""
16205
3d0a05b4 16206#: builtin/rebase.c:498
d93ef2a1 16207msgid "the branch or commit to checkout"
cc76011e
JX
16208msgstr ""
16209
3d0a05b4 16210#: builtin/rebase.c:499
d93ef2a1 16211msgid "onto-name"
cc76011e
JX
16212msgstr ""
16213
3d0a05b4 16214#: builtin/rebase.c:499
d93ef2a1 16215msgid "onto name"
cc76011e
JX
16216msgstr ""
16217
3d0a05b4 16218#: builtin/rebase.c:500
d93ef2a1 16219msgid "cmd"
cc76011e
JX
16220msgstr ""
16221
3d0a05b4 16222#: builtin/rebase.c:500
d93ef2a1 16223msgid "the command to run"
dfc182b1
JX
16224msgstr ""
16225
3d0a05b4 16226#: builtin/rebase.c:503 builtin/rebase.c:1510
d93ef2a1 16227msgid "automatically re-schedule any `exec` that fails"
9b7388a8
JX
16228msgstr ""
16229
3d0a05b4 16230#: builtin/rebase.c:519
d93ef2a1 16231msgid "--[no-]rebase-cousins has no effect without --rebase-merges"
25eab542
JX
16232msgstr ""
16233
3d0a05b4 16234#: builtin/rebase.c:535
12705546
JX
16235#, c-format
16236msgid "%s requires an interactive rebase"
25eab542
JX
16237msgstr ""
16238
3d0a05b4 16239#: builtin/rebase.c:587
12705546
JX
16240#, c-format
16241msgid "could not get 'onto': '%s'"
25eab542
JX
16242msgstr ""
16243
3d0a05b4 16244#: builtin/rebase.c:602
12705546
JX
16245#, c-format
16246msgid "invalid orig-head: '%s'"
25eab542
JX
16247msgstr ""
16248
3d0a05b4 16249#: builtin/rebase.c:627
12705546
JX
16250#, c-format
16251msgid "ignoring invalid allow_rerere_autoupdate: '%s'"
18a90722
JX
16252msgstr ""
16253
3d0a05b4 16254#: builtin/rebase.c:703
12705546
JX
16255#, c-format
16256msgid "Could not read '%s'"
25eab542
JX
16257msgstr ""
16258
3d0a05b4 16259#: builtin/rebase.c:721
12705546
JX
16260#, c-format
16261msgid "Cannot store %s"
18a90722
JX
16262msgstr ""
16263
3d0a05b4 16264#: builtin/rebase.c:828
94328cef
JX
16265msgid "could not determine HEAD revision"
16266msgstr ""
16267
3d0a05b4 16268#: builtin/rebase.c:951 git-rebase--preserve-merges.sh:81
12705546
JX
16269msgid ""
16270"Resolve all conflicts manually, mark them as resolved with\n"
16271"\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"
16272"You can instead skip this commit: run \"git rebase --skip\".\n"
16273"To abort and get back to the state before \"git rebase\", run \"git rebase --"
16274"abort\"."
9b7388a8
JX
16275msgstr ""
16276
3d0a05b4 16277#: builtin/rebase.c:1032
94328cef
JX
16278#, c-format
16279msgid ""
16280"\n"
16281"git encountered an error while preparing the patches to replay\n"
16282"these revisions:\n"
16283"\n"
16284" %s\n"
16285"\n"
16286"As a result, git cannot rebase them."
f517e50d
JX
16287msgstr ""
16288
3d0a05b4 16289#: builtin/rebase.c:1339
12705546 16290#, c-format
fda7b092 16291msgid ""
12705546
JX
16292"%s\n"
16293"Please specify which branch you want to rebase against.\n"
16294"See git-rebase(1) for details.\n"
fda7b092 16295"\n"
12705546 16296" git rebase '<branch>'\n"
fda7b092 16297"\n"
fda7b092
JX
16298msgstr ""
16299
3d0a05b4 16300#: builtin/rebase.c:1355
12705546 16301#, c-format
fda7b092 16302msgid ""
12705546 16303"If you wish to set tracking information for this branch you can do so with:\n"
fda7b092 16304"\n"
12705546 16305" git branch --set-upstream-to=%s/<branch> %s\n"
fda7b092 16306"\n"
f517e50d
JX
16307msgstr ""
16308
3d0a05b4 16309#: builtin/rebase.c:1385
94328cef
JX
16310msgid "exec commands cannot contain newlines"
16311msgstr ""
16312
3d0a05b4 16313#: builtin/rebase.c:1389
94328cef
JX
16314msgid "empty exec command"
16315msgstr ""
16316
3d0a05b4 16317#: builtin/rebase.c:1418
12705546 16318msgid "rebase onto given branch instead of upstream"
28b3cffc
JX
16319msgstr ""
16320
3d0a05b4
JX
16321#: builtin/rebase.c:1420
16322msgid "use the merge-base of upstream and branch as the current base"
16323msgstr ""
16324
16325#: builtin/rebase.c:1422
12705546 16326msgid "allow pre-rebase hook to run"
cc76011e
JX
16327msgstr ""
16328
3d0a05b4 16329#: builtin/rebase.c:1424
12705546 16330msgid "be quiet. implies --no-stat"
cc76011e
JX
16331msgstr ""
16332
3d0a05b4 16333#: builtin/rebase.c:1430
12705546 16334msgid "do not show diffstat of what changed upstream"
cc76011e
JX
16335msgstr ""
16336
3d0a05b4 16337#: builtin/rebase.c:1433
12705546 16338msgid "add a Signed-off-by: line to each commit"
cc76011e
JX
16339msgstr ""
16340
3d0a05b4 16341#: builtin/rebase.c:1435 builtin/rebase.c:1439 builtin/rebase.c:1441
12705546 16342msgid "passed to 'git am'"
cc76011e
JX
16343msgstr ""
16344
3d0a05b4 16345#: builtin/rebase.c:1443 builtin/rebase.c:1445
12705546 16346msgid "passed to 'git apply'"
cc76011e
JX
16347msgstr ""
16348
3d0a05b4 16349#: builtin/rebase.c:1447 builtin/rebase.c:1450
12705546 16350msgid "cherry-pick all commits, even if unchanged"
cc76011e
JX
16351msgstr ""
16352
3d0a05b4 16353#: builtin/rebase.c:1452
12705546 16354msgid "continue"
cc76011e
JX
16355msgstr ""
16356
3d0a05b4 16357#: builtin/rebase.c:1455
12705546 16358msgid "skip current patch and continue"
f4f2c8f8
JX
16359msgstr ""
16360
3d0a05b4 16361#: builtin/rebase.c:1457
12705546 16362msgid "abort and check out the original branch"
cc76011e
JX
16363msgstr ""
16364
3d0a05b4 16365#: builtin/rebase.c:1460
12705546 16366msgid "abort but keep HEAD where it is"
cc76011e
JX
16367msgstr ""
16368
3d0a05b4 16369#: builtin/rebase.c:1461
12705546 16370msgid "edit the todo list during an interactive rebase"
cc76011e
JX
16371msgstr ""
16372
3d0a05b4 16373#: builtin/rebase.c:1464
12705546 16374msgid "show the patch file being applied or merged"
cc76011e
JX
16375msgstr ""
16376
3d0a05b4 16377#: builtin/rebase.c:1467
12705546 16378msgid "use merging strategies to rebase"
cc76011e
JX
16379msgstr ""
16380
3d0a05b4 16381#: builtin/rebase.c:1471
12705546 16382msgid "let the user edit the list of commits to rebase"
cc76011e
JX
16383msgstr ""
16384
3d0a05b4 16385#: builtin/rebase.c:1475
d93ef2a1 16386msgid "(DEPRECATED) try to recreate merges instead of ignoring them"
cc76011e
JX
16387msgstr ""
16388
3d0a05b4 16389#: builtin/rebase.c:1479
12705546 16390msgid "preserve empty commits during rebase"
cc76011e
JX
16391msgstr ""
16392
3d0a05b4 16393#: builtin/rebase.c:1481
12705546 16394msgid "move commits that begin with squash!/fixup! under -i"
cc76011e
JX
16395msgstr ""
16396
3d0a05b4 16397#: builtin/rebase.c:1487
12705546 16398msgid "automatically stash/stash pop before and after"
cc76011e
JX
16399msgstr ""
16400
3d0a05b4 16401#: builtin/rebase.c:1489
12705546 16402msgid "add exec lines after each commit of the editable list"
cc76011e
JX
16403msgstr ""
16404
3d0a05b4 16405#: builtin/rebase.c:1493
12705546 16406msgid "allow rebasing commits with empty messages"
cc76011e
JX
16407msgstr ""
16408
3d0a05b4 16409#: builtin/rebase.c:1496
12705546 16410msgid "try to rebase merges instead of skipping them"
cc76011e
JX
16411msgstr ""
16412
3d0a05b4 16413#: builtin/rebase.c:1499
12705546 16414msgid "use 'merge-base --fork-point' to refine upstream"
cc76011e
JX
16415msgstr ""
16416
3d0a05b4 16417#: builtin/rebase.c:1501
12705546 16418msgid "use the given merge strategy"
cc76011e
JX
16419msgstr ""
16420
3d0a05b4 16421#: builtin/rebase.c:1503 builtin/revert.c:115
12705546 16422msgid "option"
cc76011e
JX
16423msgstr ""
16424
3d0a05b4 16425#: builtin/rebase.c:1504
12705546 16426msgid "pass the argument through to the merge strategy"
cc76011e
JX
16427msgstr ""
16428
3d0a05b4 16429#: builtin/rebase.c:1507
12705546 16430msgid "rebase all reachable commits up to the root(s)"
cc76011e
JX
16431msgstr ""
16432
3d0a05b4 16433#: builtin/rebase.c:1524
d93ef2a1
JX
16434msgid ""
16435"the rebase.useBuiltin support has been removed!\n"
16436"See its entry in 'git help config' for details."
94328cef
JX
16437msgstr ""
16438
3d0a05b4 16439#: builtin/rebase.c:1530
d93ef2a1 16440msgid "It looks like 'git am' is in progress. Cannot rebase."
cc76011e
JX
16441msgstr ""
16442
3d0a05b4 16443#: builtin/rebase.c:1571
d93ef2a1
JX
16444msgid ""
16445"git rebase --preserve-merges is deprecated. Use --rebase-merges instead."
cc76011e
JX
16446msgstr ""
16447
3d0a05b4
JX
16448#: builtin/rebase.c:1576
16449msgid "cannot combine '--keep-base' with '--onto'"
16450msgstr ""
16451
16452#: builtin/rebase.c:1578
16453msgid "cannot combine '--keep-base' with '--root'"
16454msgstr ""
16455
16456#: builtin/rebase.c:1582
12705546 16457msgid "No rebase in progress?"
cc76011e
JX
16458msgstr ""
16459
3d0a05b4 16460#: builtin/rebase.c:1586
12705546 16461msgid "The --edit-todo action can only be used during interactive rebase."
cc76011e
JX
16462msgstr ""
16463
3d0a05b4 16464#: builtin/rebase.c:1609
12705546 16465msgid "Cannot read HEAD"
cc76011e
JX
16466msgstr ""
16467
3d0a05b4 16468#: builtin/rebase.c:1621
12705546
JX
16469msgid ""
16470"You must edit all merge conflicts and then\n"
16471"mark them as resolved using git add"
cc76011e
JX
16472msgstr ""
16473
3d0a05b4 16474#: builtin/rebase.c:1640
12705546 16475msgid "could not discard worktree changes"
cc76011e
JX
16476msgstr ""
16477
3d0a05b4 16478#: builtin/rebase.c:1659
cc76011e 16479#, c-format
12705546 16480msgid "could not move back to %s"
cc76011e
JX
16481msgstr ""
16482
3d0a05b4 16483#: builtin/rebase.c:1704
12705546
JX
16484#, c-format
16485msgid ""
16486"It seems that there is already a %s directory, and\n"
16487"I wonder if you are in the middle of another rebase. If that is the\n"
16488"case, please try\n"
16489"\t%s\n"
16490"If that is not the case, please\n"
16491"\t%s\n"
16492"and run me again. I am stopping in case you still have something\n"
16493"valuable there.\n"
16494msgstr ""
16495
3d0a05b4 16496#: builtin/rebase.c:1725
12705546
JX
16497msgid "switch `C' expects a numerical value"
16498msgstr ""
16499
3d0a05b4 16500#: builtin/rebase.c:1766
12705546
JX
16501#, c-format
16502msgid "Unknown mode: %s"
16503msgstr ""
16504
3d0a05b4 16505#: builtin/rebase.c:1788
12705546
JX
16506msgid "--strategy requires --merge or --interactive"
16507msgstr ""
16508
3d0a05b4 16509#: builtin/rebase.c:1828
6b0f1a9b
JX
16510msgid "--reschedule-failed-exec requires --exec or --interactive"
16511msgstr ""
16512
3d0a05b4 16513#: builtin/rebase.c:1840
94328cef
JX
16514msgid "cannot combine am options with either interactive or merge options"
16515msgstr ""
16516
3d0a05b4 16517#: builtin/rebase.c:1859
94328cef 16518msgid "cannot combine '--preserve-merges' with '--rebase-merges'"
12705546
JX
16519msgstr ""
16520
3d0a05b4 16521#: builtin/rebase.c:1863
94328cef
JX
16522msgid ""
16523"error: cannot combine '--preserve-merges' with '--reschedule-failed-exec'"
12705546
JX
16524msgstr ""
16525
3d0a05b4 16526#: builtin/rebase.c:1887
12705546
JX
16527#, c-format
16528msgid "invalid upstream '%s'"
16529msgstr ""
16530
3d0a05b4 16531#: builtin/rebase.c:1893
12705546
JX
16532msgid "Could not create new root commit"
16533msgstr ""
16534
3d0a05b4
JX
16535#: builtin/rebase.c:1919
16536#, c-format
16537msgid "'%s': need exactly one merge base with branch"
16538msgstr ""
16539
16540#: builtin/rebase.c:1922
12705546
JX
16541#, c-format
16542msgid "'%s': need exactly one merge base"
16543msgstr ""
16544
3d0a05b4 16545#: builtin/rebase.c:1930
12705546
JX
16546#, c-format
16547msgid "Does not point to a valid commit '%s'"
16548msgstr ""
16549
3d0a05b4 16550#: builtin/rebase.c:1955
12705546
JX
16551#, c-format
16552msgid "fatal: no such branch/commit '%s'"
16553msgstr ""
16554
3d0a05b4 16555#: builtin/rebase.c:1963 builtin/submodule--helper.c:38
6b0f1a9b 16556#: builtin/submodule--helper.c:1934
12705546
JX
16557#, c-format
16558msgid "No such ref: %s"
16559msgstr ""
16560
3d0a05b4 16561#: builtin/rebase.c:1974
12705546
JX
16562msgid "Could not resolve HEAD to a revision"
16563msgstr ""
16564
3d0a05b4 16565#: builtin/rebase.c:2012
d93ef2a1 16566msgid "Cannot autostash"
12705546
JX
16567msgstr ""
16568
3d0a05b4 16569#: builtin/rebase.c:2015
d93ef2a1
JX
16570#, c-format
16571msgid "Unexpected stash response: '%s'"
12705546
JX
16572msgstr ""
16573
3d0a05b4 16574#: builtin/rebase.c:2021
d93ef2a1
JX
16575#, c-format
16576msgid "Could not create directory for '%s'"
12705546
JX
16577msgstr ""
16578
3d0a05b4 16579#: builtin/rebase.c:2024
d93ef2a1
JX
16580#, c-format
16581msgid "Created autostash: %s\n"
12705546
JX
16582msgstr ""
16583
3d0a05b4 16584#: builtin/rebase.c:2027
d93ef2a1 16585msgid "could not reset --hard"
12705546
JX
16586msgstr ""
16587
3d0a05b4 16588#: builtin/rebase.c:2036
d93ef2a1 16589msgid "Please commit or stash them."
12705546
JX
16590msgstr ""
16591
3d0a05b4 16592#: builtin/rebase.c:2063
d93ef2a1
JX
16593#, c-format
16594msgid "could not parse '%s'"
12705546
JX
16595msgstr ""
16596
3d0a05b4 16597#: builtin/rebase.c:2076
d93ef2a1
JX
16598#, c-format
16599msgid "could not switch to %s"
12705546
JX
16600msgstr ""
16601
3d0a05b4 16602#: builtin/rebase.c:2087
d93ef2a1 16603msgid "HEAD is up to date."
12705546
JX
16604msgstr ""
16605
3d0a05b4 16606#: builtin/rebase.c:2089
d93ef2a1
JX
16607#, c-format
16608msgid "Current branch %s is up to date.\n"
12705546
JX
16609msgstr ""
16610
3d0a05b4 16611#: builtin/rebase.c:2097
d93ef2a1 16612msgid "HEAD is up to date, rebase forced."
12705546
JX
16613msgstr ""
16614
3d0a05b4 16615#: builtin/rebase.c:2099
d93ef2a1
JX
16616#, c-format
16617msgid "Current branch %s is up to date, rebase forced.\n"
12705546
JX
16618msgstr ""
16619
3d0a05b4 16620#: builtin/rebase.c:2107
d93ef2a1 16621msgid "The pre-rebase hook refused to rebase."
12705546
JX
16622msgstr ""
16623
3d0a05b4 16624#: builtin/rebase.c:2114
d93ef2a1
JX
16625#, c-format
16626msgid "Changes to %s:\n"
12705546
JX
16627msgstr ""
16628
3d0a05b4 16629#: builtin/rebase.c:2117
d93ef2a1
JX
16630#, c-format
16631msgid "Changes from %s to %s:\n"
12705546
JX
16632msgstr ""
16633
3d0a05b4 16634#: builtin/rebase.c:2142
d93ef2a1
JX
16635#, c-format
16636msgid "First, rewinding head to replay your work on top of it...\n"
12705546
JX
16637msgstr ""
16638
3d0a05b4 16639#: builtin/rebase.c:2151
d93ef2a1 16640msgid "Could not detach HEAD"
12705546
JX
16641msgstr ""
16642
3d0a05b4 16643#: builtin/rebase.c:2160
d93ef2a1
JX
16644#, c-format
16645msgid "Fast-forwarded %s to %s.\n"
12705546
JX
16646msgstr ""
16647
6b0f1a9b 16648#: builtin/receive-pack.c:32
12705546
JX
16649msgid "git receive-pack <git-dir>"
16650msgstr ""
16651
3d0a05b4 16652#: builtin/receive-pack.c:830
12705546
JX
16653msgid ""
16654"By default, updating the current branch in a non-bare repository\n"
16655"is denied, because it will make the index and work tree inconsistent\n"
16656"with what you pushed, and will require 'git reset --hard' to match\n"
16657"the work tree to HEAD.\n"
16658"\n"
16659"You can set the 'receive.denyCurrentBranch' configuration variable\n"
16660"to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
16661"its current branch; however, this is not recommended unless you\n"
16662"arranged to update its work tree to match what you pushed in some\n"
16663"other way.\n"
16664"\n"
16665"To squelch this message and still keep the default behaviour, set\n"
16666"'receive.denyCurrentBranch' configuration variable to 'refuse'."
16667msgstr ""
16668
3d0a05b4 16669#: builtin/receive-pack.c:850
12705546
JX
16670msgid ""
16671"By default, deleting the current branch is denied, because the next\n"
16672"'git clone' won't result in any file checked out, causing confusion.\n"
16673"\n"
16674"You can set 'receive.denyDeleteCurrent' configuration variable to\n"
16675"'warn' or 'ignore' in the remote repository to allow deleting the\n"
16676"current branch, with or without a warning message.\n"
16677"\n"
16678"To squelch this message, you can set it to 'refuse'."
16679msgstr ""
16680
3d0a05b4 16681#: builtin/receive-pack.c:1936
12705546
JX
16682msgid "quiet"
16683msgstr ""
16684
3d0a05b4 16685#: builtin/receive-pack.c:1950
12705546
JX
16686msgid "You must specify a directory."
16687msgstr ""
16688
94328cef
JX
16689#: builtin/reflog.c:17
16690msgid ""
16691"git reflog expire [--expire=<time>] [--expire-unreachable=<time>] [--"
16692"rewrite] [--updateref] [--stale-fix] [--dry-run | -n] [--verbose] [--all] "
16693"<refs>..."
16694msgstr ""
16695
16696#: builtin/reflog.c:22
16697msgid ""
16698"git reflog delete [--rewrite] [--updateref] [--dry-run | -n] [--verbose] "
16699"<refs>..."
16700msgstr ""
16701
16702#: builtin/reflog.c:25
16703msgid "git reflog exists <ref>"
16704msgstr ""
16705
16706#: builtin/reflog.c:567 builtin/reflog.c:572
12705546
JX
16707#, c-format
16708msgid "'%s' is not a valid timestamp"
16709msgstr ""
16710
94328cef
JX
16711#: builtin/reflog.c:605
16712#, c-format
16713msgid "Marking reachable objects..."
16714msgstr ""
16715
16716#: builtin/reflog.c:643
16717#, c-format
16718msgid "%s points nowhere!"
16719msgstr ""
16720
16721#: builtin/reflog.c:695
16722msgid "no reflog specified to delete"
16723msgstr ""
16724
16725#: builtin/reflog.c:704
16726#, c-format
16727msgid "not a reflog: %s"
16728msgstr ""
16729
16730#: builtin/reflog.c:709
16731#, c-format
16732msgid "no reflog for '%s'"
16733msgstr ""
16734
16735#: builtin/reflog.c:755
16736#, c-format
16737msgid "invalid ref format: %s"
16738msgstr ""
16739
16740#: builtin/reflog.c:764
16741msgid "git reflog [ show | expire | delete | exists ]"
16742msgstr ""
16743
12705546
JX
16744#: builtin/remote.c:16
16745msgid "git remote [-v | --verbose]"
16746msgstr ""
16747
16748#: builtin/remote.c:17
16749msgid ""
16750"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
16751"mirror=<fetch|push>] <name> <url>"
16752msgstr ""
16753
16754#: builtin/remote.c:18 builtin/remote.c:38
16755msgid "git remote rename <old> <new>"
16756msgstr ""
16757
16758#: builtin/remote.c:19 builtin/remote.c:43
16759msgid "git remote remove <name>"
16760msgstr ""
16761
16762#: builtin/remote.c:20 builtin/remote.c:48
16763msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
16764msgstr ""
16765
16766#: builtin/remote.c:21
16767msgid "git remote [-v | --verbose] show [-n] <name>"
16768msgstr ""
16769
16770#: builtin/remote.c:22
16771msgid "git remote prune [-n | --dry-run] <name>"
16772msgstr ""
16773
16774#: builtin/remote.c:23
16775msgid ""
16776"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
16777msgstr ""
16778
16779#: builtin/remote.c:24
16780msgid "git remote set-branches [--add] <name> <branch>..."
16781msgstr ""
16782
16783#: builtin/remote.c:25 builtin/remote.c:74
16784msgid "git remote get-url [--push] [--all] <name>"
16785msgstr ""
16786
16787#: builtin/remote.c:26 builtin/remote.c:79
16788msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
16789msgstr ""
16790
16791#: builtin/remote.c:27 builtin/remote.c:80
16792msgid "git remote set-url --add <name> <newurl>"
16793msgstr ""
16794
16795#: builtin/remote.c:28 builtin/remote.c:81
16796msgid "git remote set-url --delete <name> <url>"
16797msgstr ""
16798
16799#: builtin/remote.c:33
16800msgid "git remote add [<options>] <name> <url>"
16801msgstr ""
16802
16803#: builtin/remote.c:53
16804msgid "git remote set-branches <name> <branch>..."
16805msgstr ""
16806
16807#: builtin/remote.c:54
16808msgid "git remote set-branches --add <name> <branch>..."
16809msgstr ""
16810
16811#: builtin/remote.c:59
16812msgid "git remote show [<options>] <name>"
16813msgstr ""
16814
16815#: builtin/remote.c:64
16816msgid "git remote prune [<options>] <name>"
16817msgstr ""
16818
16819#: builtin/remote.c:69
16820msgid "git remote update [<options>] [<group> | <remote>]..."
16821msgstr ""
16822
16823#: builtin/remote.c:98
16824#, c-format
16825msgid "Updating %s"
16826msgstr ""
16827
16828#: builtin/remote.c:130
16829msgid ""
16830"--mirror is dangerous and deprecated; please\n"
16831"\t use --mirror=fetch or --mirror=push instead"
16832msgstr ""
16833
16834#: builtin/remote.c:147
16835#, c-format
16836msgid "unknown mirror argument: %s"
16837msgstr ""
16838
16839#: builtin/remote.c:163
16840msgid "fetch the remote branches"
16841msgstr ""
16842
16843#: builtin/remote.c:165
16844msgid "import all tags and associated objects when fetching"
16845msgstr ""
16846
16847#: builtin/remote.c:168
16848msgid "or do not fetch any tag at all (--no-tags)"
16849msgstr ""
16850
16851#: builtin/remote.c:170
16852msgid "branch(es) to track"
16853msgstr ""
16854
16855#: builtin/remote.c:171
16856msgid "master branch"
16857msgstr ""
16858
16859#: builtin/remote.c:173
16860msgid "set up remote as a mirror to push to or fetch from"
16861msgstr ""
16862
16863#: builtin/remote.c:185
16864msgid "specifying a master branch makes no sense with --mirror"
16865msgstr ""
16866
16867#: builtin/remote.c:187
16868msgid "specifying branches to track makes sense only with fetch mirrors"
16869msgstr ""
16870
16871#: builtin/remote.c:194 builtin/remote.c:636
16872#, c-format
16873msgid "remote %s already exists."
16874msgstr ""
16875
16876#: builtin/remote.c:198 builtin/remote.c:640
16877#, c-format
16878msgid "'%s' is not a valid remote name"
16879msgstr ""
16880
16881#: builtin/remote.c:238
16882#, c-format
16883msgid "Could not setup master '%s'"
16884msgstr ""
16885
16886#: builtin/remote.c:344
16887#, c-format
16888msgid "Could not get fetch map for refspec %s"
16889msgstr ""
16890
16891#: builtin/remote.c:443 builtin/remote.c:451
16892msgid "(matching)"
16893msgstr ""
16894
16895#: builtin/remote.c:455
16896msgid "(delete)"
16897msgstr ""
16898
16899#: builtin/remote.c:629 builtin/remote.c:765 builtin/remote.c:864
16900#, c-format
16901msgid "No such remote: '%s'"
16902msgstr ""
16903
16904#: builtin/remote.c:646
16905#, c-format
16906msgid "Could not rename config section '%s' to '%s'"
16907msgstr ""
16908
16909#: builtin/remote.c:666
cc76011e
JX
16910#, c-format
16911msgid ""
16912"Not updating non-default fetch refspec\n"
16913"\t%s\n"
16914"\tPlease update the configuration manually if necessary."
16915msgstr ""
16916
12705546 16917#: builtin/remote.c:702
cc76011e
JX
16918#, c-format
16919msgid "deleting '%s' failed"
16920msgstr ""
16921
12705546 16922#: builtin/remote.c:736
cc76011e
JX
16923#, c-format
16924msgid "creating '%s' failed"
16925msgstr ""
16926
12705546 16927#: builtin/remote.c:802
cc76011e
JX
16928msgid ""
16929"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
16930"to delete it, use:"
16931msgid_plural ""
16932"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
16933"to delete them, use:"
16934msgstr[0] ""
16935msgstr[1] ""
16936
12705546 16937#: builtin/remote.c:816
9eb3984b
JX
16938#, c-format
16939msgid "Could not remove config section '%s'"
16940msgstr ""
16941
12705546 16942#: builtin/remote.c:917
cc76011e
JX
16943#, c-format
16944msgid " new (next fetch will store in remotes/%s)"
16945msgstr ""
16946
12705546 16947#: builtin/remote.c:920
cc76011e
JX
16948msgid " tracked"
16949msgstr ""
16950
12705546 16951#: builtin/remote.c:922
cc76011e
JX
16952msgid " stale (use 'git remote prune' to remove)"
16953msgstr ""
16954
12705546 16955#: builtin/remote.c:924
cc76011e
JX
16956msgid " ???"
16957msgstr ""
16958
12705546 16959#: builtin/remote.c:965
cc76011e
JX
16960#, c-format
16961msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
16962msgstr ""
16963
12705546 16964#: builtin/remote.c:974
cc76011e 16965#, c-format
9eb3984b 16966msgid "rebases interactively onto remote %s"
cc76011e
JX
16967msgstr ""
16968
12705546 16969#: builtin/remote.c:976
9b7388a8
JX
16970#, c-format
16971msgid "rebases interactively (with merges) onto remote %s"
16972msgstr ""
16973
12705546 16974#: builtin/remote.c:979
cc76011e 16975#, c-format
9fa976ff 16976msgid "rebases onto remote %s"
822e4a65
JX
16977msgstr ""
16978
12705546 16979#: builtin/remote.c:983
9fa976ff
JX
16980#, c-format
16981msgid " merges with remote %s"
cc76011e
JX
16982msgstr ""
16983
12705546 16984#: builtin/remote.c:986
822e4a65 16985#, c-format
cc76011e 16986msgid "merges with remote %s"
822e4a65
JX
16987msgstr ""
16988
12705546 16989#: builtin/remote.c:989
9fa976ff
JX
16990#, c-format
16991msgid "%-*s and with remote %s\n"
cc76011e
JX
16992msgstr ""
16993
12705546 16994#: builtin/remote.c:1032
cc76011e
JX
16995msgid "create"
16996msgstr ""
16997
12705546 16998#: builtin/remote.c:1035
cc76011e
JX
16999msgid "delete"
17000msgstr ""
17001
12705546 17002#: builtin/remote.c:1039
cc76011e
JX
17003msgid "up to date"
17004msgstr ""
17005
12705546 17006#: builtin/remote.c:1042
cc76011e
JX
17007msgid "fast-forwardable"
17008msgstr ""
17009
12705546 17010#: builtin/remote.c:1045
cc76011e
JX
17011msgid "local out of date"
17012msgstr ""
17013
12705546 17014#: builtin/remote.c:1052
822e4a65 17015#, c-format
cc76011e 17016msgid " %-*s forces to %-*s (%s)"
822e4a65
JX
17017msgstr ""
17018
12705546 17019#: builtin/remote.c:1055
822e4a65 17020#, c-format
cc76011e 17021msgid " %-*s pushes to %-*s (%s)"
822e4a65
JX
17022msgstr ""
17023
12705546 17024#: builtin/remote.c:1059
cc76011e
JX
17025#, c-format
17026msgid " %-*s forces to %s"
822e4a65
JX
17027msgstr ""
17028
12705546 17029#: builtin/remote.c:1062
822e4a65 17030#, c-format
cc76011e 17031msgid " %-*s pushes to %s"
822e4a65
JX
17032msgstr ""
17033
12705546 17034#: builtin/remote.c:1130
cc76011e
JX
17035msgid "do not query remotes"
17036msgstr ""
17037
12705546 17038#: builtin/remote.c:1157
822e4a65 17039#, c-format
cc76011e 17040msgid "* remote %s"
822e4a65
JX
17041msgstr ""
17042
12705546 17043#: builtin/remote.c:1158
822e4a65 17044#, c-format
cc76011e 17045msgid " Fetch URL: %s"
822e4a65
JX
17046msgstr ""
17047
12705546 17048#: builtin/remote.c:1159 builtin/remote.c:1175 builtin/remote.c:1314
cc76011e
JX
17049msgid "(no URL)"
17050msgstr ""
17051
5b34e000
JX
17052#. TRANSLATORS: the colon ':' should align
17053#. with the one in " Fetch URL: %s"
17054#. translation.
17055#.
12705546 17056#: builtin/remote.c:1173 builtin/remote.c:1175
822e4a65 17057#, c-format
cc76011e 17058msgid " Push URL: %s"
822e4a65
JX
17059msgstr ""
17060
12705546 17061#: builtin/remote.c:1177 builtin/remote.c:1179 builtin/remote.c:1181
822e4a65 17062#, c-format
cc76011e 17063msgid " HEAD branch: %s"
822e4a65
JX
17064msgstr ""
17065
12705546 17066#: builtin/remote.c:1177
9fa976ff
JX
17067msgid "(not queried)"
17068msgstr ""
17069
12705546 17070#: builtin/remote.c:1179
9fa976ff
JX
17071msgid "(unknown)"
17072msgstr ""
17073
12705546 17074#: builtin/remote.c:1183
11b90174 17075#, c-format
cc76011e
JX
17076msgid ""
17077" HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
11b90174
JX
17078msgstr ""
17079
12705546 17080#: builtin/remote.c:1195
822e4a65 17081#, c-format
cc76011e
JX
17082msgid " Remote branch:%s"
17083msgid_plural " Remote branches:%s"
17084msgstr[0] ""
17085msgstr[1] ""
17086
12705546 17087#: builtin/remote.c:1198 builtin/remote.c:1224
cc76011e 17088msgid " (status not queried)"
822e4a65
JX
17089msgstr ""
17090
12705546 17091#: builtin/remote.c:1207
cc76011e
JX
17092msgid " Local branch configured for 'git pull':"
17093msgid_plural " Local branches configured for 'git pull':"
17094msgstr[0] ""
17095msgstr[1] ""
17096
12705546 17097#: builtin/remote.c:1215
cc76011e
JX
17098msgid " Local refs will be mirrored by 'git push'"
17099msgstr ""
17100
12705546 17101#: builtin/remote.c:1221
822e4a65 17102#, c-format
cc76011e
JX
17103msgid " Local ref configured for 'git push'%s:"
17104msgid_plural " Local refs configured for 'git push'%s:"
17105msgstr[0] ""
17106msgstr[1] ""
17107
12705546 17108#: builtin/remote.c:1242
cc76011e 17109msgid "set refs/remotes/<name>/HEAD according to remote"
822e4a65
JX
17110msgstr ""
17111
12705546 17112#: builtin/remote.c:1244
cc76011e
JX
17113msgid "delete refs/remotes/<name>/HEAD"
17114msgstr ""
17115
12705546 17116#: builtin/remote.c:1259
cc76011e
JX
17117msgid "Cannot determine remote HEAD"
17118msgstr ""
17119
12705546 17120#: builtin/remote.c:1261
cc76011e
JX
17121msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
17122msgstr ""
17123
12705546 17124#: builtin/remote.c:1271
822e4a65 17125#, c-format
cc76011e 17126msgid "Could not delete %s"
822e4a65
JX
17127msgstr ""
17128
12705546 17129#: builtin/remote.c:1279
822e4a65 17130#, c-format
cc76011e 17131msgid "Not a valid ref: %s"
822e4a65
JX
17132msgstr ""
17133
12705546 17134#: builtin/remote.c:1281
cc76011e
JX
17135#, c-format
17136msgid "Could not setup %s"
822e4a65
JX
17137msgstr ""
17138
12705546 17139#: builtin/remote.c:1299
cc76011e
JX
17140#, c-format
17141msgid " %s will become dangling!"
822e4a65
JX
17142msgstr ""
17143
12705546 17144#: builtin/remote.c:1300
cc76011e
JX
17145#, c-format
17146msgid " %s has become dangling!"
822e4a65
JX
17147msgstr ""
17148
12705546 17149#: builtin/remote.c:1310
822e4a65 17150#, c-format
cc76011e 17151msgid "Pruning %s"
822e4a65
JX
17152msgstr ""
17153
12705546 17154#: builtin/remote.c:1311
822e4a65 17155#, c-format
cc76011e 17156msgid "URL: %s"
822e4a65
JX
17157msgstr ""
17158
12705546 17159#: builtin/remote.c:1327
822e4a65 17160#, c-format
cc76011e 17161msgid " * [would prune] %s"
822e4a65
JX
17162msgstr ""
17163
12705546 17164#: builtin/remote.c:1330
822e4a65 17165#, c-format
cc76011e 17166msgid " * [pruned] %s"
822e4a65
JX
17167msgstr ""
17168
12705546 17169#: builtin/remote.c:1375
cc76011e
JX
17170msgid "prune remotes after fetching"
17171msgstr ""
17172
12705546 17173#: builtin/remote.c:1438 builtin/remote.c:1492 builtin/remote.c:1560
822e4a65 17174#, c-format
cc76011e 17175msgid "No such remote '%s'"
822e4a65
JX
17176msgstr ""
17177
12705546 17178#: builtin/remote.c:1454
cc76011e 17179msgid "add branch"
ccfca8dc
JX
17180msgstr ""
17181
12705546 17182#: builtin/remote.c:1461
cc76011e 17183msgid "no remote specified"
822e4a65
JX
17184msgstr ""
17185
12705546 17186#: builtin/remote.c:1478
f4f2c8f8
JX
17187msgid "query push URLs rather than fetch URLs"
17188msgstr ""
17189
12705546 17190#: builtin/remote.c:1480
f4f2c8f8
JX
17191msgid "return all URLs"
17192msgstr ""
17193
12705546 17194#: builtin/remote.c:1508
f4f2c8f8
JX
17195#, c-format
17196msgid "no URLs configured for remote '%s'"
17197msgstr ""
17198
12705546 17199#: builtin/remote.c:1534
cc76011e
JX
17200msgid "manipulate push URLs"
17201msgstr ""
17202
12705546 17203#: builtin/remote.c:1536
cc76011e
JX
17204msgid "add URL"
17205msgstr ""
17206
12705546 17207#: builtin/remote.c:1538
cc76011e
JX
17208msgid "delete URLs"
17209msgstr ""
17210
12705546 17211#: builtin/remote.c:1545
cc76011e
JX
17212msgid "--add --delete doesn't make sense"
17213msgstr ""
17214
12705546 17215#: builtin/remote.c:1584
cc76011e
JX
17216#, c-format
17217msgid "Invalid old URL pattern: %s"
17218msgstr ""
17219
12705546 17220#: builtin/remote.c:1592
cc76011e
JX
17221#, c-format
17222msgid "No such URL found: %s"
17223msgstr ""
17224
12705546 17225#: builtin/remote.c:1594
cc76011e
JX
17226msgid "Will not delete all non-push URLs"
17227msgstr ""
17228
12705546 17229#: builtin/remote.c:1610
cc76011e
JX
17230msgid "be verbose; must be placed before a subcommand"
17231msgstr ""
17232
12705546 17233#: builtin/remote.c:1641
fda7b092
JX
17234#, c-format
17235msgid "Unknown subcommand: %s"
17236msgstr ""
17237
3d0a05b4 17238#: builtin/repack.c:23
c2ea1208 17239msgid "git repack [<options>]"
727b9576
JX
17240msgstr ""
17241
3d0a05b4 17242#: builtin/repack.c:28
673bfad0
JX
17243msgid ""
17244"Incremental repacks are incompatible with bitmap indexes. Use\n"
17245"--no-write-bitmap-index or disable the pack.writebitmaps configuration."
17246msgstr ""
17247
3d0a05b4 17248#: builtin/repack.c:191
94328cef
JX
17249msgid "could not start pack-objects to repack promisor objects"
17250msgstr ""
17251
3d0a05b4 17252#: builtin/repack.c:230 builtin/repack.c:409
94328cef
JX
17253msgid "repack: Expecting full hex object ID lines only from pack-objects."
17254msgstr ""
17255
3d0a05b4 17256#: builtin/repack.c:247
94328cef
JX
17257msgid "could not finish pack-objects to repack promisor objects"
17258msgstr ""
17259
3d0a05b4 17260#: builtin/repack.c:285
727b9576
JX
17261msgid "pack everything in a single pack"
17262msgstr ""
17263
3d0a05b4 17264#: builtin/repack.c:287
727b9576
JX
17265msgid "same as -a, and turn unreachable objects loose"
17266msgstr ""
17267
3d0a05b4 17268#: builtin/repack.c:290
727b9576
JX
17269msgid "remove redundant packs, and run git-prune-packed"
17270msgstr ""
17271
3d0a05b4 17272#: builtin/repack.c:292
727b9576
JX
17273msgid "pass --no-reuse-delta to git-pack-objects"
17274msgstr ""
17275
3d0a05b4 17276#: builtin/repack.c:294
727b9576
JX
17277msgid "pass --no-reuse-object to git-pack-objects"
17278msgstr ""
17279
3d0a05b4 17280#: builtin/repack.c:296
727b9576
JX
17281msgid "do not run git-update-server-info"
17282msgstr ""
17283
3d0a05b4 17284#: builtin/repack.c:299
727b9576
JX
17285msgid "pass --local to git-pack-objects"
17286msgstr ""
17287
3d0a05b4 17288#: builtin/repack.c:301
5e078fcd
JX
17289msgid "write bitmap index"
17290msgstr ""
17291
3d0a05b4 17292#: builtin/repack.c:303
12705546
JX
17293msgid "pass --delta-islands to git-pack-objects"
17294msgstr ""
17295
3d0a05b4 17296#: builtin/repack.c:304
727b9576
JX
17297msgid "approxidate"
17298msgstr ""
17299
3d0a05b4 17300#: builtin/repack.c:305
727b9576
JX
17301msgid "with -A, do not loosen objects older than this"
17302msgstr ""
17303
3d0a05b4 17304#: builtin/repack.c:307
9fa976ff
JX
17305msgid "with -a, repack unreachable objects"
17306msgstr ""
17307
3d0a05b4 17308#: builtin/repack.c:309
727b9576
JX
17309msgid "size of the window used for delta compression"
17310msgstr ""
17311
3d0a05b4 17312#: builtin/repack.c:310 builtin/repack.c:316
d57b24b6
JX
17313msgid "bytes"
17314msgstr ""
17315
3d0a05b4 17316#: builtin/repack.c:311
727b9576
JX
17317msgid "same as the above, but limit memory size instead of entries count"
17318msgstr ""
17319
3d0a05b4 17320#: builtin/repack.c:313
727b9576
JX
17321msgid "limits the maximum delta depth"
17322msgstr ""
17323
3d0a05b4 17324#: builtin/repack.c:315
5b34e000
JX
17325msgid "limits the maximum number of threads"
17326msgstr ""
17327
3d0a05b4 17328#: builtin/repack.c:317
727b9576
JX
17329msgid "maximum size of each packfile"
17330msgstr ""
17331
3d0a05b4 17332#: builtin/repack.c:319
5e078fcd
JX
17333msgid "repack objects in packs marked with .keep"
17334msgstr ""
17335
3d0a05b4 17336#: builtin/repack.c:321
9b7388a8
JX
17337msgid "do not repack this pack"
17338msgstr ""
17339
3d0a05b4 17340#: builtin/repack.c:331
f4f2c8f8
JX
17341msgid "cannot delete packs in a precious-objects repo"
17342msgstr ""
17343
3d0a05b4 17344#: builtin/repack.c:335
9fa976ff
JX
17345msgid "--keep-unreachable and -A are incompatible"
17346msgstr ""
17347
3d0a05b4 17348#: builtin/repack.c:418
94328cef
JX
17349msgid "Nothing new to pack."
17350msgstr ""
17351
3d0a05b4 17352#: builtin/repack.c:479
94328cef
JX
17353#, c-format
17354msgid ""
17355"WARNING: Some packs in use have been renamed by\n"
17356"WARNING: prefixing old- to their name, in order to\n"
17357"WARNING: replace them with the new version of the\n"
17358"WARNING: file. But the operation failed, and the\n"
17359"WARNING: attempt to rename them back to their\n"
17360"WARNING: original names also failed.\n"
17361"WARNING: Please rename them in %s manually:\n"
17362msgstr ""
17363
3d0a05b4 17364#: builtin/repack.c:527
727b9576 17365#, c-format
9fa976ff 17366msgid "failed to remove '%s'"
727b9576
JX
17367msgstr ""
17368
9b7388a8 17369#: builtin/replace.c:22
cc76011e
JX
17370msgid "git replace [-f] <object> <replacement>"
17371msgstr ""
17372
9b7388a8 17373#: builtin/replace.c:23
fe05e196
JX
17374msgid "git replace [-f] --edit <object>"
17375msgstr ""
17376
9b7388a8 17377#: builtin/replace.c:24
fe05e196
JX
17378msgid "git replace [-f] --graft <commit> [<parent>...]"
17379msgstr ""
17380
9b7388a8
JX
17381#: builtin/replace.c:25
17382msgid "git replace [-f] --convert-graft-file"
17383msgstr ""
17384
17385#: builtin/replace.c:26
cc76011e
JX
17386msgid "git replace -d <object>..."
17387msgstr ""
17388
9b7388a8 17389#: builtin/replace.c:27
df49095a 17390msgid "git replace [--format=<format>] [-l [<pattern>]]"
822e4a65
JX
17391msgstr ""
17392
d93ef2a1 17393#: builtin/replace.c:90
dba9f13c
JX
17394#, c-format
17395msgid ""
17396"invalid replace format '%s'\n"
17397"valid formats are 'short', 'medium' and 'long'"
17398msgstr ""
17399
d93ef2a1 17400#: builtin/replace.c:125
dba9f13c
JX
17401#, c-format
17402msgid "replace ref '%s' not found"
17403msgstr ""
17404
d93ef2a1 17405#: builtin/replace.c:141
dba9f13c
JX
17406#, c-format
17407msgid "Deleted replace ref '%s'"
17408msgstr ""
17409
d93ef2a1 17410#: builtin/replace.c:153
dba9f13c
JX
17411#, c-format
17412msgid "'%s' is not a valid ref name"
17413msgstr ""
17414
d93ef2a1 17415#: builtin/replace.c:158
dba9f13c
JX
17416#, c-format
17417msgid "replace ref '%s' already exists"
17418msgstr ""
17419
d93ef2a1 17420#: builtin/replace.c:178
dba9f13c
JX
17421#, c-format
17422msgid ""
17423"Objects must be of the same type.\n"
17424"'%s' points to a replaced object of type '%s'\n"
17425"while '%s' points to a replacement object of type '%s'."
17426msgstr ""
17427
d93ef2a1 17428#: builtin/replace.c:229
fe05e196 17429#, c-format
dba9f13c
JX
17430msgid "unable to open %s for writing"
17431msgstr ""
17432
d93ef2a1 17433#: builtin/replace.c:242
dba9f13c
JX
17434msgid "cat-file reported failure"
17435msgstr ""
17436
d93ef2a1 17437#: builtin/replace.c:258
dba9f13c
JX
17438#, c-format
17439msgid "unable to open %s for reading"
17440msgstr ""
17441
d93ef2a1 17442#: builtin/replace.c:272
dba9f13c
JX
17443msgid "unable to spawn mktree"
17444msgstr ""
17445
d93ef2a1 17446#: builtin/replace.c:276
dba9f13c
JX
17447msgid "unable to read from mktree"
17448msgstr ""
17449
d93ef2a1 17450#: builtin/replace.c:285
dba9f13c
JX
17451msgid "mktree reported failure"
17452msgstr ""
17453
d93ef2a1 17454#: builtin/replace.c:289
dba9f13c
JX
17455msgid "mktree did not return an object name"
17456msgstr ""
17457
d93ef2a1 17458#: builtin/replace.c:298
dba9f13c
JX
17459#, c-format
17460msgid "unable to fstat %s"
17461msgstr ""
17462
d93ef2a1 17463#: builtin/replace.c:303
dba9f13c
JX
17464msgid "unable to write object to database"
17465msgstr ""
17466
3d0a05b4
JX
17467#: builtin/replace.c:322 builtin/replace.c:378 builtin/replace.c:423
17468#: builtin/replace.c:453
dba9f13c
JX
17469#, c-format
17470msgid "not a valid object name: '%s'"
17471msgstr ""
17472
d93ef2a1 17473#: builtin/replace.c:326
dba9f13c
JX
17474#, c-format
17475msgid "unable to get object type for %s"
17476msgstr ""
17477
d93ef2a1 17478#: builtin/replace.c:342
dba9f13c
JX
17479msgid "editing object file failed"
17480msgstr ""
17481
d93ef2a1 17482#: builtin/replace.c:351
dba9f13c
JX
17483#, c-format
17484msgid "new object is the same as the old one: '%s'"
fe05e196
JX
17485msgstr ""
17486
3d0a05b4 17487#: builtin/replace.c:384
d93ef2a1
JX
17488#, c-format
17489msgid "could not parse %s as a commit"
17490msgstr ""
17491
3d0a05b4 17492#: builtin/replace.c:415
fe05e196
JX
17493#, c-format
17494msgid "bad mergetag in commit '%s'"
17495msgstr ""
17496
3d0a05b4 17497#: builtin/replace.c:417
fe05e196
JX
17498#, c-format
17499msgid "malformed mergetag in commit '%s'"
17500msgstr ""
17501
3d0a05b4 17502#: builtin/replace.c:429
fe05e196
JX
17503#, c-format
17504msgid ""
17505"original commit '%s' contains mergetag '%s' that is discarded; use --edit "
17506"instead of --graft"
17507msgstr ""
17508
3d0a05b4 17509#: builtin/replace.c:468
fe05e196 17510#, c-format
dba9f13c 17511msgid "the original commit '%s' has a gpg signature"
fe05e196
JX
17512msgstr ""
17513
3d0a05b4 17514#: builtin/replace.c:469
fe05e196
JX
17515msgid "the signature will be removed in the replacement commit!"
17516msgstr ""
17517
3d0a05b4 17518#: builtin/replace.c:479
fe05e196
JX
17519#, c-format
17520msgid "could not write replacement commit for: '%s'"
17521msgstr ""
17522
3d0a05b4 17523#: builtin/replace.c:487
dba9f13c
JX
17524#, c-format
17525msgid "graft for '%s' unnecessary"
17526msgstr ""
17527
3d0a05b4 17528#: builtin/replace.c:491
dba9f13c
JX
17529#, c-format
17530msgid "new commit is the same as the old one: '%s'"
17531msgstr ""
17532
3d0a05b4 17533#: builtin/replace.c:526
9b7388a8
JX
17534#, c-format
17535msgid ""
17536"could not convert the following graft(s):\n"
17537"%s"
17538msgstr ""
17539
3d0a05b4 17540#: builtin/replace.c:547
cc76011e 17541msgid "list replace refs"
822e4a65
JX
17542msgstr ""
17543
3d0a05b4 17544#: builtin/replace.c:548
cc76011e 17545msgid "delete replace refs"
822e4a65
JX
17546msgstr ""
17547
3d0a05b4 17548#: builtin/replace.c:549
fe05e196
JX
17549msgid "edit existing object"
17550msgstr ""
17551
3d0a05b4 17552#: builtin/replace.c:550
fe05e196
JX
17553msgid "change a commit's parents"
17554msgstr ""
17555
3d0a05b4 17556#: builtin/replace.c:551
9b7388a8
JX
17557msgid "convert existing graft file"
17558msgstr ""
17559
3d0a05b4 17560#: builtin/replace.c:552
cc76011e 17561msgid "replace the ref if it exists"
822e4a65
JX
17562msgstr ""
17563
3d0a05b4 17564#: builtin/replace.c:554
fe05e196
JX
17565msgid "do not pretty-print contents for --edit"
17566msgstr ""
17567
3d0a05b4 17568#: builtin/replace.c:555
df49095a
JX
17569msgid "use this format"
17570msgstr ""
17571
3d0a05b4 17572#: builtin/replace.c:568
dba9f13c
JX
17573msgid "--format cannot be used when not listing"
17574msgstr ""
17575
3d0a05b4 17576#: builtin/replace.c:576
dba9f13c
JX
17577msgid "-f only makes sense when writing a replacement"
17578msgstr ""
17579
3d0a05b4 17580#: builtin/replace.c:580
dba9f13c
JX
17581msgid "--raw only makes sense with --edit"
17582msgstr ""
17583
3d0a05b4 17584#: builtin/replace.c:586
dba9f13c
JX
17585msgid "-d needs at least one argument"
17586msgstr ""
17587
3d0a05b4 17588#: builtin/replace.c:592
dba9f13c
JX
17589msgid "bad number of arguments"
17590msgstr ""
17591
3d0a05b4 17592#: builtin/replace.c:598
dba9f13c
JX
17593msgid "-e needs exactly one argument"
17594msgstr ""
17595
3d0a05b4 17596#: builtin/replace.c:604
dba9f13c
JX
17597msgid "-g needs at least one argument"
17598msgstr ""
17599
3d0a05b4 17600#: builtin/replace.c:610
dba9f13c
JX
17601msgid "--convert-graft-file takes no argument"
17602msgstr ""
17603
3d0a05b4 17604#: builtin/replace.c:616
dba9f13c
JX
17605msgid "only one pattern can be given with -l"
17606msgstr ""
17607
5b34e000 17608#: builtin/rerere.c:13
c2ea1208 17609msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
822e4a65
JX
17610msgstr ""
17611
12705546 17612#: builtin/rerere.c:60
cc76011e 17613msgid "register clean resolutions in index"
822e4a65
JX
17614msgstr ""
17615
12705546
JX
17616#: builtin/rerere.c:79
17617msgid "'git rerere forget' without paths is deprecated"
17618msgstr ""
17619
94328cef 17620#: builtin/rerere.c:113
12705546
JX
17621#, c-format
17622msgid "unable to generate diff for '%s'"
17623msgstr ""
17624
94328cef 17625#: builtin/reset.c:32
822e4a65 17626msgid ""
cc76011e 17627"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
822e4a65
JX
17628msgstr ""
17629
94328cef 17630#: builtin/reset.c:33
fda7b092 17631msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
822e4a65
JX
17632msgstr ""
17633
94328cef 17634#: builtin/reset.c:34
46bc4039 17635msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
822e4a65
JX
17636msgstr ""
17637
94328cef 17638#: builtin/reset.c:40
cc76011e 17639msgid "mixed"
dce37b66
JX
17640msgstr ""
17641
94328cef 17642#: builtin/reset.c:40
cc76011e 17643msgid "soft"
dce37b66
JX
17644msgstr ""
17645
94328cef 17646#: builtin/reset.c:40
cc76011e 17647msgid "hard"
dce37b66
JX
17648msgstr ""
17649
94328cef 17650#: builtin/reset.c:40
cc76011e 17651msgid "merge"
dce37b66
JX
17652msgstr ""
17653
94328cef 17654#: builtin/reset.c:40
cc76011e 17655msgid "keep"
dce37b66
JX
17656msgstr ""
17657
94328cef 17658#: builtin/reset.c:81
cc76011e 17659msgid "You do not have a valid HEAD."
dce37b66
JX
17660msgstr ""
17661
94328cef 17662#: builtin/reset.c:83
cc76011e 17663msgid "Failed to find tree of HEAD."
dce37b66
JX
17664msgstr ""
17665
94328cef 17666#: builtin/reset.c:89
822e4a65 17667#, c-format
cc76011e 17668msgid "Failed to find tree of %s."
dce37b66
JX
17669msgstr ""
17670
3d0a05b4
JX
17671#: builtin/reset.c:114
17672#, c-format
17673msgid "HEAD is now at %s"
17674msgstr ""
17675
94328cef 17676#: builtin/reset.c:193
dce37b66 17677#, c-format
cc76011e 17678msgid "Cannot do a %s reset in the middle of a merge."
dce37b66
JX
17679msgstr ""
17680
3d0a05b4
JX
17681#: builtin/reset.c:293 builtin/stash.c:520 builtin/stash.c:595
17682#: builtin/stash.c:619
cc76011e 17683msgid "be quiet, only report errors"
dce37b66
JX
17684msgstr ""
17685
94328cef 17686#: builtin/reset.c:295
cc76011e 17687msgid "reset HEAD and index"
dce37b66
JX
17688msgstr ""
17689
94328cef 17690#: builtin/reset.c:296
cc76011e 17691msgid "reset only HEAD"
dce37b66
JX
17692msgstr ""
17693
94328cef 17694#: builtin/reset.c:298 builtin/reset.c:300
cc76011e 17695msgid "reset HEAD, index and working tree"
822e4a65
JX
17696msgstr ""
17697
94328cef 17698#: builtin/reset.c:302
cc76011e 17699msgid "reset HEAD but keep local changes"
dce37b66
JX
17700msgstr ""
17701
94328cef 17702#: builtin/reset.c:308
5e078fcd
JX
17703msgid "record only the fact that removed paths will be added later"
17704msgstr ""
17705
94328cef 17706#: builtin/reset.c:326
46bc4039
JX
17707#, c-format
17708msgid "Failed to resolve '%s' as a valid revision."
17709msgstr ""
17710
94328cef 17711#: builtin/reset.c:334
46bc4039
JX
17712#, c-format
17713msgid "Failed to resolve '%s' as a valid tree."
17714msgstr ""
17715
94328cef 17716#: builtin/reset.c:343
cc76011e 17717msgid "--patch is incompatible with --{hard,mixed,soft}"
dce37b66
JX
17718msgstr ""
17719
d93ef2a1 17720#: builtin/reset.c:353
cc76011e 17721msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
dce37b66
JX
17722msgstr ""
17723
d93ef2a1 17724#: builtin/reset.c:355
dce37b66 17725#, c-format
cc76011e 17726msgid "Cannot do %s reset with paths."
dce37b66
JX
17727msgstr ""
17728
d93ef2a1 17729#: builtin/reset.c:370
822e4a65 17730#, c-format
cc76011e 17731msgid "%s reset is not allowed in a bare repository"
dce37b66
JX
17732msgstr ""
17733
d93ef2a1 17734#: builtin/reset.c:374
5e078fcd
JX
17735msgid "-N can only be used with --mixed"
17736msgstr ""
17737
d93ef2a1 17738#: builtin/reset.c:395
727b9576 17739msgid "Unstaged changes after reset:"
dce37b66
JX
17740msgstr ""
17741
d93ef2a1 17742#: builtin/reset.c:398
12705546
JX
17743#, c-format
17744msgid ""
17745"\n"
17746"It took %.2f seconds to enumerate unstaged changes after reset. You can\n"
17747"use '--quiet' to avoid this. Set the config setting reset.quiet to true\n"
17748"to make this the default.\n"
17749msgstr ""
17750
d93ef2a1 17751#: builtin/reset.c:408
727b9576
JX
17752#, c-format
17753msgid "Could not reset index file to revision '%s'."
46bc4039
JX
17754msgstr ""
17755
d93ef2a1 17756#: builtin/reset.c:412
46bc4039
JX
17757msgid "Could not write new index file."
17758msgstr ""
17759
3d0a05b4 17760#: builtin/rev-list.c:411
abc8de64
JX
17761msgid "cannot combine --exclude-promisor-objects and --missing"
17762msgstr ""
17763
3d0a05b4 17764#: builtin/rev-list.c:472
18a90722
JX
17765msgid "object filtering requires --objects"
17766msgstr ""
17767
3d0a05b4 17768#: builtin/rev-list.c:522
df0617bf
JX
17769msgid "rev-list does not support display of notes"
17770msgstr ""
17771
3d0a05b4 17772#: builtin/rev-list.c:525
18a90722
JX
17773msgid "cannot combine --use-bitmap-index with object filtering"
17774msgstr ""
17775
94328cef 17776#: builtin/rev-parse.c:408
c2ea1208 17777msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
dce37b66
JX
17778msgstr ""
17779
94328cef 17780#: builtin/rev-parse.c:413
cc76011e 17781msgid "keep the `--` passed as an arg"
dce37b66
JX
17782msgstr ""
17783
94328cef 17784#: builtin/rev-parse.c:415
cc76011e 17785msgid "stop parsing after the first non-option argument"
dce37b66
JX
17786msgstr ""
17787
94328cef 17788#: builtin/rev-parse.c:418
df49095a
JX
17789msgid "output in stuck long form"
17790msgstr ""
17791
94328cef 17792#: builtin/rev-parse.c:551
822e4a65 17793msgid ""
c2ea1208 17794"git rev-parse --parseopt [<options>] -- [<args>...]\n"
cc76011e 17795" or: git rev-parse --sq-quote [<arg>...]\n"
c2ea1208 17796" or: git rev-parse [<options>] [<arg>...]\n"
cc76011e
JX
17797"\n"
17798"Run \"git rev-parse --parseopt -h\" for more information on the first usage."
dce37b66
JX
17799msgstr ""
17800
dba9f13c 17801#: builtin/revert.c:24
c2ea1208 17802msgid "git revert [<options>] <commit-ish>..."
dce37b66
JX
17803msgstr ""
17804
dba9f13c 17805#: builtin/revert.c:25
cc76011e 17806msgid "git revert <subcommand>"
dce37b66
JX
17807msgstr ""
17808
dba9f13c 17809#: builtin/revert.c:30
c2ea1208 17810msgid "git cherry-pick [<options>] <commit-ish>..."
dce37b66
JX
17811msgstr ""
17812
dba9f13c 17813#: builtin/revert.c:31
cc76011e 17814msgid "git cherry-pick <subcommand>"
dce37b66
JX
17815msgstr ""
17816
94328cef
JX
17817#: builtin/revert.c:72
17818#, c-format
17819msgid "option `%s' expects a number greater than zero"
17820msgstr ""
17821
17822#: builtin/revert.c:92
dce37b66 17823#, c-format
cc76011e 17824msgid "%s: %s cannot be used with %s"
dce37b66
JX
17825msgstr ""
17826
d93ef2a1 17827#: builtin/revert.c:102
cc76011e 17828msgid "end revert or cherry-pick sequence"
dce37b66
JX
17829msgstr ""
17830
d93ef2a1 17831#: builtin/revert.c:103
cc76011e 17832msgid "resume revert or cherry-pick sequence"
dce37b66
JX
17833msgstr ""
17834
d93ef2a1 17835#: builtin/revert.c:104
cc76011e 17836msgid "cancel revert or cherry-pick sequence"
dce37b66
JX
17837msgstr ""
17838
6b0f1a9b
JX
17839#: builtin/revert.c:105
17840msgid "skip current commit and continue"
dce37b66
JX
17841msgstr ""
17842
d93ef2a1 17843#: builtin/revert.c:107
6b0f1a9b
JX
17844msgid "don't automatically commit"
17845msgstr ""
17846
17847#: builtin/revert.c:108
cc76011e 17848msgid "edit the commit message"
dce37b66
JX
17849msgstr ""
17850
6b0f1a9b 17851#: builtin/revert.c:111
dfc182b1 17852msgid "parent-number"
dce37b66
JX
17853msgstr ""
17854
6b0f1a9b 17855#: builtin/revert.c:112
dfc182b1
JX
17856msgid "select mainline parent"
17857msgstr ""
17858
6b0f1a9b 17859#: builtin/revert.c:114
cc76011e 17860msgid "merge strategy"
dce37b66
JX
17861msgstr ""
17862
6b0f1a9b 17863#: builtin/revert.c:116
cc76011e 17864msgid "option for merge strategy"
dce37b66
JX
17865msgstr ""
17866
6b0f1a9b 17867#: builtin/revert.c:125
cc76011e 17868msgid "append commit name"
dce37b66
JX
17869msgstr ""
17870
6b0f1a9b 17871#: builtin/revert.c:127
cc76011e 17872msgid "preserve initially empty commits"
1d4ac88d
JX
17873msgstr ""
17874
6b0f1a9b 17875#: builtin/revert.c:129
cc76011e 17876msgid "keep redundant, empty commits"
1d4ac88d
JX
17877msgstr ""
17878
6b0f1a9b 17879#: builtin/revert.c:232
cc76011e 17880msgid "revert failed"
dce37b66
JX
17881msgstr ""
17882
6b0f1a9b 17883#: builtin/revert.c:245
cc76011e 17884msgid "cherry-pick failed"
dce37b66
JX
17885msgstr ""
17886
94328cef 17887#: builtin/rm.c:19
c2ea1208 17888msgid "git rm [<options>] [--] <file>..."
dce37b66
JX
17889msgstr ""
17890
94328cef 17891#: builtin/rm.c:207
dce37b66 17892msgid ""
28b3cffc
JX
17893"the following file has staged content different from both the\n"
17894"file and the HEAD:"
17895msgid_plural ""
17896"the following files have staged content different from both the\n"
17897"file and the HEAD:"
17898msgstr[0] ""
17899msgstr[1] ""
dce37b66 17900
94328cef 17901#: builtin/rm.c:212
cc76011e 17902msgid ""
28b3cffc
JX
17903"\n"
17904"(use -f to force removal)"
822e4a65
JX
17905msgstr ""
17906
94328cef 17907#: builtin/rm.c:216
28b3cffc
JX
17908msgid "the following file has changes staged in the index:"
17909msgid_plural "the following files have changes staged in the index:"
17910msgstr[0] ""
17911msgstr[1] ""
17912
94328cef 17913#: builtin/rm.c:220 builtin/rm.c:229
cc76011e 17914msgid ""
28b3cffc 17915"\n"
cc76011e
JX
17916"(use --cached to keep the file, or -f to force removal)"
17917msgstr ""
822e4a65 17918
94328cef 17919#: builtin/rm.c:226
28b3cffc
JX
17920msgid "the following file has local modifications:"
17921msgid_plural "the following files have local modifications:"
17922msgstr[0] ""
17923msgstr[1] ""
17924
94328cef 17925#: builtin/rm.c:242
cc76011e 17926msgid "do not list removed files"
dce37b66
JX
17927msgstr ""
17928
94328cef 17929#: builtin/rm.c:243
cc76011e 17930msgid "only remove from the index"
cd1e7487
JX
17931msgstr ""
17932
94328cef 17933#: builtin/rm.c:244
cc76011e 17934msgid "override the up-to-date check"
cd1e7487
JX
17935msgstr ""
17936
94328cef 17937#: builtin/rm.c:245
cc76011e 17938msgid "allow recursive removal"
dce37b66
JX
17939msgstr ""
17940
94328cef 17941#: builtin/rm.c:247
cc76011e 17942msgid "exit with a zero status even if nothing matched"
cd1e7487
JX
17943msgstr ""
17944
94328cef 17945#: builtin/rm.c:289
dba9f13c
JX
17946msgid "please stage your changes to .gitmodules or stash them to proceed"
17947msgstr ""
17948
94328cef 17949#: builtin/rm.c:307
dce37b66 17950#, c-format
cc76011e 17951msgid "not removing '%s' recursively without -r"
dce37b66
JX
17952msgstr ""
17953
94328cef 17954#: builtin/rm.c:346
dce37b66 17955#, c-format
cc76011e 17956msgid "git rm: unable to remove %s"
dce37b66
JX
17957msgstr ""
17958
9b7388a8 17959#: builtin/send-pack.c:20
df0617bf
JX
17960msgid ""
17961"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
17962"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
17963"[<ref>...]\n"
17964" --all and explicit <ref> specification are mutually exclusive."
17965msgstr ""
17966
9b7388a8 17967#: builtin/send-pack.c:163
df0617bf
JX
17968msgid "remote name"
17969msgstr ""
17970
9b7388a8 17971#: builtin/send-pack.c:177
df0617bf
JX
17972msgid "use stateless RPC protocol"
17973msgstr ""
17974
9b7388a8 17975#: builtin/send-pack.c:178
df0617bf
JX
17976msgid "read refs from stdin"
17977msgstr ""
17978
9b7388a8 17979#: builtin/send-pack.c:179
df0617bf
JX
17980msgid "print status from remote helper"
17981msgstr ""
17982
5b34e000 17983#: builtin/shortlog.c:14
9b7388a8
JX
17984msgid "git shortlog [<options>] [<revision-range>] [[--] <path>...]"
17985msgstr ""
17986
17987#: builtin/shortlog.c:15
17988msgid "git log --pretty=short | git shortlog [<options>]"
dce37b66
JX
17989msgstr ""
17990
9b7388a8 17991#: builtin/shortlog.c:264
673bfad0
JX
17992msgid "Group by committer rather than author"
17993msgstr ""
17994
9b7388a8 17995#: builtin/shortlog.c:266
cc76011e 17996msgid "sort output according to the number of commits per author"
dce37b66
JX
17997msgstr ""
17998
9b7388a8 17999#: builtin/shortlog.c:268
cc76011e 18000msgid "Suppress commit descriptions, only provides commit count"
dce37b66
JX
18001msgstr ""
18002
9b7388a8 18003#: builtin/shortlog.c:270
cc76011e 18004msgid "Show the email address of each author"
dce37b66
JX
18005msgstr ""
18006
9b7388a8 18007#: builtin/shortlog.c:271
dba9f13c 18008msgid "<w>[,<i1>[,<i2>]]"
dce37b66
JX
18009msgstr ""
18010
9b7388a8 18011#: builtin/shortlog.c:272
cc76011e 18012msgid "Linewrap output"
dce37b66
JX
18013msgstr ""
18014
94328cef 18015#: builtin/shortlog.c:301
9b7388a8
JX
18016msgid "too many arguments given outside repository"
18017msgstr ""
18018
dba9f13c 18019#: builtin/show-branch.c:13
cc76011e 18020msgid ""
c2ea1208 18021"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
1e607449
JX
18022"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
18023"\t\t[--more=<n> | --list | --independent | --merge-base]\n"
18024"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
dce37b66
JX
18025msgstr ""
18026
dba9f13c 18027#: builtin/show-branch.c:17
c2ea1208 18028msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
822e4a65
JX
18029msgstr ""
18030
dba9f13c 18031#: builtin/show-branch.c:395
fda7b092
JX
18032#, c-format
18033msgid "ignoring %s; cannot handle more than %d ref"
18034msgid_plural "ignoring %s; cannot handle more than %d refs"
18035msgstr[0] ""
18036msgstr[1] ""
18037
6b0f1a9b 18038#: builtin/show-branch.c:548
fda7b092
JX
18039#, c-format
18040msgid "no matching refs with %s"
18041msgstr ""
18042
6b0f1a9b 18043#: builtin/show-branch.c:645
cc76011e 18044msgid "show remote-tracking and local branches"
dce37b66
JX
18045msgstr ""
18046
6b0f1a9b 18047#: builtin/show-branch.c:647
cc76011e 18048msgid "show remote-tracking branches"
dce37b66
JX
18049msgstr ""
18050
6b0f1a9b 18051#: builtin/show-branch.c:649
cc76011e 18052msgid "color '*!+-' corresponding to the branch"
dce37b66
JX
18053msgstr ""
18054
6b0f1a9b 18055#: builtin/show-branch.c:651
cc76011e 18056msgid "show <n> more commits after the common ancestor"
dce37b66
JX
18057msgstr ""
18058
6b0f1a9b 18059#: builtin/show-branch.c:653
cc76011e 18060msgid "synonym to more=-1"
822e4a65
JX
18061msgstr ""
18062
6b0f1a9b 18063#: builtin/show-branch.c:654
cc76011e 18064msgid "suppress naming strings"
dce37b66
JX
18065msgstr ""
18066
6b0f1a9b 18067#: builtin/show-branch.c:656
cc76011e 18068msgid "include the current branch"
dce37b66
JX
18069msgstr ""
18070
6b0f1a9b 18071#: builtin/show-branch.c:658
cc76011e 18072msgid "name commits with their object names"
dce37b66
JX
18073msgstr ""
18074
6b0f1a9b 18075#: builtin/show-branch.c:660
cc76011e 18076msgid "show possible merge bases"
dce37b66
JX
18077msgstr ""
18078
6b0f1a9b 18079#: builtin/show-branch.c:662
cc76011e 18080msgid "show refs unreachable from any other ref"
dce37b66
JX
18081msgstr ""
18082
6b0f1a9b 18083#: builtin/show-branch.c:664
cc76011e 18084msgid "show commits in topological order"
dce37b66
JX
18085msgstr ""
18086
6b0f1a9b 18087#: builtin/show-branch.c:667
cc76011e 18088msgid "show only commits not on the first branch"
dce37b66
JX
18089msgstr ""
18090
6b0f1a9b 18091#: builtin/show-branch.c:669
cc76011e 18092msgid "show merges reachable from only one tip"
dce37b66
JX
18093msgstr ""
18094
6b0f1a9b 18095#: builtin/show-branch.c:671
28b3cffc 18096msgid "topologically sort, maintaining date order where possible"
dce37b66
JX
18097msgstr ""
18098
6b0f1a9b 18099#: builtin/show-branch.c:674
cc76011e 18100msgid "<n>[,<base>]"
dce37b66
JX
18101msgstr ""
18102
6b0f1a9b 18103#: builtin/show-branch.c:675
cc76011e 18104msgid "show <n> most recent ref-log entries starting at base"
dce37b66
JX
18105msgstr ""
18106
6b0f1a9b 18107#: builtin/show-branch.c:711
fda7b092
JX
18108msgid ""
18109"--reflog is incompatible with --all, --remotes, --independent or --merge-base"
18110msgstr ""
18111
6b0f1a9b 18112#: builtin/show-branch.c:735
fda7b092
JX
18113msgid "no branches given, and HEAD is not valid"
18114msgstr ""
18115
6b0f1a9b 18116#: builtin/show-branch.c:738
fda7b092
JX
18117msgid "--reflog option needs one branch name"
18118msgstr ""
18119
6b0f1a9b 18120#: builtin/show-branch.c:741
fda7b092
JX
18121#, c-format
18122msgid "only %d entry can be shown at one time."
18123msgid_plural "only %d entries can be shown at one time."
18124msgstr[0] ""
18125msgstr[1] ""
18126
6b0f1a9b 18127#: builtin/show-branch.c:745
fda7b092
JX
18128#, c-format
18129msgid "no such ref %s"
18130msgstr ""
18131
6b0f1a9b 18132#: builtin/show-branch.c:831
fda7b092
JX
18133#, c-format
18134msgid "cannot handle more than %d rev."
18135msgid_plural "cannot handle more than %d revs."
18136msgstr[0] ""
18137msgstr[1] ""
18138
6b0f1a9b 18139#: builtin/show-branch.c:835
fda7b092
JX
18140#, c-format
18141msgid "'%s' is not a valid ref."
18142msgstr ""
18143
6b0f1a9b 18144#: builtin/show-branch.c:838
fda7b092
JX
18145#, c-format
18146msgid "cannot find commit %s (%s)"
18147msgstr ""
18148
c08fd730 18149#: builtin/show-ref.c:12
cc76011e 18150msgid ""
c2ea1208
JX
18151"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
18152"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
dce37b66
JX
18153msgstr ""
18154
c08fd730 18155#: builtin/show-ref.c:13
f4f2c8f8 18156msgid "git show-ref --exclude-existing[=<pattern>]"
dce37b66
JX
18157msgstr ""
18158
c08fd730 18159#: builtin/show-ref.c:162
cc76011e 18160msgid "only show tags (can be combined with heads)"
dce37b66
JX
18161msgstr ""
18162
c08fd730 18163#: builtin/show-ref.c:163
cc76011e 18164msgid "only show heads (can be combined with tags)"
dce37b66
JX
18165msgstr ""
18166
c08fd730 18167#: builtin/show-ref.c:164
cc76011e 18168msgid "stricter reference checking, requires exact ref path"
dce37b66
JX
18169msgstr ""
18170
c08fd730 18171#: builtin/show-ref.c:167 builtin/show-ref.c:169
28b3cffc 18172msgid "show the HEAD reference, even if it would be filtered out"
dce37b66
JX
18173msgstr ""
18174
c08fd730 18175#: builtin/show-ref.c:171
cc76011e 18176msgid "dereference tags into object IDs"
dce37b66
JX
18177msgstr ""
18178
c08fd730 18179#: builtin/show-ref.c:173
cc76011e 18180msgid "only show SHA1 hash using <n> digits"
dce37b66
JX
18181msgstr ""
18182
c08fd730 18183#: builtin/show-ref.c:177
cc76011e 18184msgid "do not print results to stdout (useful with --verify)"
dce37b66
JX
18185msgstr ""
18186
c08fd730 18187#: builtin/show-ref.c:179
cc76011e 18188msgid "show refs from stdin that aren't in local repository"
dce37b66
JX
18189msgstr ""
18190
d93ef2a1
JX
18191#: builtin/stash.c:22 builtin/stash.c:37
18192msgid "git stash list [<options>]"
18193msgstr ""
18194
18195#: builtin/stash.c:23 builtin/stash.c:42
18196msgid "git stash show [<options>] [<stash>]"
18197msgstr ""
18198
18199#: builtin/stash.c:24 builtin/stash.c:47
18200msgid "git stash drop [-q|--quiet] [<stash>]"
18201msgstr ""
18202
18203#: builtin/stash.c:25
18204msgid "git stash ( pop | apply ) [--index] [-q|--quiet] [<stash>]"
18205msgstr ""
18206
18207#: builtin/stash.c:26 builtin/stash.c:62
18208msgid "git stash branch <branchname> [<stash>]"
18209msgstr ""
18210
18211#: builtin/stash.c:27 builtin/stash.c:67
18212msgid "git stash clear"
18213msgstr ""
18214
18215#: builtin/stash.c:28 builtin/stash.c:77
18216msgid ""
18217"git stash [push [-p|--patch] [-k|--[no-]keep-index] [-q|--quiet]\n"
18218" [-u|--include-untracked] [-a|--all] [-m|--message <message>]\n"
18219" [--] [<pathspec>...]]"
18220msgstr ""
18221
18222#: builtin/stash.c:31 builtin/stash.c:84
18223msgid ""
18224"git stash save [-p|--patch] [-k|--[no-]keep-index] [-q|--quiet]\n"
18225" [-u|--include-untracked] [-a|--all] [<message>]"
18226msgstr ""
18227
18228#: builtin/stash.c:52
18229msgid "git stash pop [--index] [-q|--quiet] [<stash>]"
18230msgstr ""
18231
18232#: builtin/stash.c:57
18233msgid "git stash apply [--index] [-q|--quiet] [<stash>]"
18234msgstr ""
18235
18236#: builtin/stash.c:72
18237msgid "git stash store [-m|--message <message>] [-q|--quiet] <commit>"
18238msgstr ""
18239
18240#: builtin/stash.c:127
18241#, c-format
18242msgid "'%s' is not a stash-like commit"
18243msgstr ""
18244
18245#: builtin/stash.c:147
18246#, c-format
18247msgid "Too many revisions specified:%s"
18248msgstr ""
18249
18250#: builtin/stash.c:161 git-legacy-stash.sh:548
18251msgid "No stash entries found."
18252msgstr ""
18253
18254#: builtin/stash.c:175
18255#, c-format
18256msgid "%s is not a valid reference"
18257msgstr ""
18258
18259#: builtin/stash.c:224 git-legacy-stash.sh:75
18260msgid "git stash clear with parameters is unimplemented"
18261msgstr ""
18262
18263#: builtin/stash.c:403
18264msgid "cannot apply a stash in the middle of a merge"
18265msgstr ""
18266
18267#: builtin/stash.c:414
18268#, c-format
18269msgid "could not generate diff %s^!."
18270msgstr ""
18271
18272#: builtin/stash.c:421
18273msgid "conflicts in index.Try without --index."
18274msgstr ""
18275
18276#: builtin/stash.c:427
18277msgid "could not save index tree"
18278msgstr ""
18279
3d0a05b4 18280#: builtin/stash.c:436
d93ef2a1
JX
18281msgid "could not restore untracked files from stash"
18282msgstr ""
18283
3d0a05b4 18284#: builtin/stash.c:450
d93ef2a1
JX
18285#, c-format
18286msgid "Merging %s with %s"
18287msgstr ""
18288
3d0a05b4 18289#: builtin/stash.c:460 git-legacy-stash.sh:680
d93ef2a1
JX
18290msgid "Index was not unstashed."
18291msgstr ""
18292
3d0a05b4 18293#: builtin/stash.c:522 builtin/stash.c:621
d93ef2a1
JX
18294msgid "attempt to recreate the index"
18295msgstr ""
18296
3d0a05b4 18297#: builtin/stash.c:555
d93ef2a1
JX
18298#, c-format
18299msgid "Dropped %s (%s)"
18300msgstr ""
18301
3d0a05b4 18302#: builtin/stash.c:558
d93ef2a1
JX
18303#, c-format
18304msgid "%s: Could not drop stash entry"
18305msgstr ""
18306
3d0a05b4 18307#: builtin/stash.c:583
d93ef2a1
JX
18308#, c-format
18309msgid "'%s' is not a stash reference"
18310msgstr ""
18311
3d0a05b4 18312#: builtin/stash.c:633 git-legacy-stash.sh:694
d93ef2a1
JX
18313msgid "The stash entry is kept in case you need it again."
18314msgstr ""
18315
3d0a05b4 18316#: builtin/stash.c:656 git-legacy-stash.sh:712
d93ef2a1
JX
18317msgid "No branch name specified"
18318msgstr ""
18319
3d0a05b4 18320#: builtin/stash.c:796 builtin/stash.c:833
d93ef2a1
JX
18321#, c-format
18322msgid "Cannot update %s with %s"
18323msgstr ""
18324
3d0a05b4 18325#: builtin/stash.c:814 builtin/stash.c:1470 builtin/stash.c:1506
d93ef2a1
JX
18326msgid "stash message"
18327msgstr ""
18328
3d0a05b4 18329#: builtin/stash.c:824
d93ef2a1
JX
18330msgid "\"git stash store\" requires one <commit> argument"
18331msgstr ""
18332
3d0a05b4 18333#: builtin/stash.c:1046 git-legacy-stash.sh:217
d93ef2a1
JX
18334msgid "No changes selected"
18335msgstr ""
18336
3d0a05b4 18337#: builtin/stash.c:1145 git-legacy-stash.sh:150
d93ef2a1
JX
18338msgid "You do not have the initial commit yet"
18339msgstr ""
18340
3d0a05b4 18341#: builtin/stash.c:1172 git-legacy-stash.sh:165
d93ef2a1
JX
18342msgid "Cannot save the current index state"
18343msgstr ""
18344
3d0a05b4 18345#: builtin/stash.c:1181 git-legacy-stash.sh:180
d93ef2a1
JX
18346msgid "Cannot save the untracked files"
18347msgstr ""
18348
3d0a05b4 18349#: builtin/stash.c:1192 builtin/stash.c:1201 git-legacy-stash.sh:200
d93ef2a1
JX
18350#: git-legacy-stash.sh:213
18351msgid "Cannot save the current worktree state"
18352msgstr ""
18353
3d0a05b4 18354#: builtin/stash.c:1229 git-legacy-stash.sh:233
d93ef2a1
JX
18355msgid "Cannot record working tree state"
18356msgstr ""
18357
3d0a05b4 18358#: builtin/stash.c:1278 git-legacy-stash.sh:337
d93ef2a1
JX
18359msgid "Can't use --patch and --include-untracked or --all at the same time"
18360msgstr ""
18361
3d0a05b4 18362#: builtin/stash.c:1294
d93ef2a1
JX
18363msgid "Did you forget to 'git add'?"
18364msgstr ""
18365
3d0a05b4 18366#: builtin/stash.c:1309 git-legacy-stash.sh:345
d93ef2a1
JX
18367msgid "No local changes to save"
18368msgstr ""
18369
3d0a05b4 18370#: builtin/stash.c:1316 git-legacy-stash.sh:350
d93ef2a1
JX
18371msgid "Cannot initialize stash"
18372msgstr ""
18373
3d0a05b4 18374#: builtin/stash.c:1331 git-legacy-stash.sh:354
d93ef2a1
JX
18375msgid "Cannot save the current status"
18376msgstr ""
18377
3d0a05b4 18378#: builtin/stash.c:1336
d93ef2a1
JX
18379#, c-format
18380msgid "Saved working directory and index state %s"
18381msgstr ""
18382
3d0a05b4 18383#: builtin/stash.c:1426 git-legacy-stash.sh:384
d93ef2a1
JX
18384msgid "Cannot remove worktree changes"
18385msgstr ""
18386
3d0a05b4 18387#: builtin/stash.c:1461 builtin/stash.c:1497
d93ef2a1
JX
18388msgid "keep index"
18389msgstr ""
18390
3d0a05b4 18391#: builtin/stash.c:1463 builtin/stash.c:1499
d93ef2a1
JX
18392msgid "stash in patch mode"
18393msgstr ""
18394
3d0a05b4 18395#: builtin/stash.c:1464 builtin/stash.c:1500
d93ef2a1
JX
18396msgid "quiet mode"
18397msgstr ""
18398
3d0a05b4 18399#: builtin/stash.c:1466 builtin/stash.c:1502
d93ef2a1
JX
18400msgid "include untracked files in stash"
18401msgstr ""
18402
3d0a05b4 18403#: builtin/stash.c:1468 builtin/stash.c:1504
d93ef2a1
JX
18404msgid "include ignore files"
18405msgstr ""
18406
3d0a05b4 18407#: builtin/stash.c:1564
d93ef2a1
JX
18408#, c-format
18409msgid "could not exec %s"
18410msgstr ""
18411
5b34e000 18412#: builtin/stripspace.c:18
f4f2c8f8
JX
18413msgid "git stripspace [-s | --strip-comments]"
18414msgstr ""
18415
5b34e000 18416#: builtin/stripspace.c:19
f4f2c8f8
JX
18417msgid "git stripspace [-c | --comment-lines]"
18418msgstr ""
18419
94328cef 18420#: builtin/stripspace.c:37
f4f2c8f8
JX
18421msgid "skip and remove all lines starting with comment character"
18422msgstr ""
18423
94328cef 18424#: builtin/stripspace.c:40
9eb3984b 18425msgid "prepend comment character and space to each line"
f4f2c8f8
JX
18426msgstr ""
18427
6b0f1a9b 18428#: builtin/submodule--helper.c:45 builtin/submodule--helper.c:1943
f517e50d
JX
18429#, c-format
18430msgid "Expecting a full ref name, got %s"
18431msgstr ""
18432
94328cef 18433#: builtin/submodule--helper.c:62
abc8de64
JX
18434msgid "submodule--helper print-default-remote takes no arguments"
18435msgstr ""
18436
94328cef 18437#: builtin/submodule--helper.c:100
f517e50d
JX
18438#, c-format
18439msgid "cannot strip one component off url '%s'"
18440msgstr ""
18441
6b0f1a9b 18442#: builtin/submodule--helper.c:408 builtin/submodule--helper.c:1368
f4f2c8f8
JX
18443msgid "alternative anchor for relative paths"
18444msgstr ""
18445
94328cef 18446#: builtin/submodule--helper.c:413
f4f2c8f8
JX
18447msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
18448msgstr ""
18449
6b0f1a9b
JX
18450#: builtin/submodule--helper.c:470 builtin/submodule--helper.c:628
18451#: builtin/submodule--helper.c:651
f517e50d
JX
18452#, c-format
18453msgid "No url found for submodule path '%s' in .gitmodules"
18454msgstr ""
18455
94328cef 18456#: builtin/submodule--helper.c:522
dba9f13c
JX
18457#, c-format
18458msgid "Entering '%s'\n"
18459msgstr ""
18460
94328cef 18461#: builtin/submodule--helper.c:525
dba9f13c
JX
18462#, c-format
18463msgid ""
18464"run_command returned non-zero status for %s\n"
18465"."
18466msgstr ""
18467
6b0f1a9b 18468#: builtin/submodule--helper.c:547
dba9f13c
JX
18469#, c-format
18470msgid ""
98ac7815
JX
18471"run_command returned non-zero status while recursing in the nested "
18472"submodules of %s\n"
dba9f13c
JX
18473"."
18474msgstr ""
18475
6b0f1a9b 18476#: builtin/submodule--helper.c:563
dba9f13c
JX
18477msgid "Suppress output of entering each submodule command"
18478msgstr ""
18479
6b0f1a9b 18480#: builtin/submodule--helper.c:565 builtin/submodule--helper.c:1050
dba9f13c
JX
18481msgid "Recurse into nested submodules"
18482msgstr ""
18483
6b0f1a9b 18484#: builtin/submodule--helper.c:570
d93ef2a1 18485msgid "git submodule--helper foreach [--quiet] [--recursive] [--] <command>"
dba9f13c
JX
18486msgstr ""
18487
6b0f1a9b 18488#: builtin/submodule--helper.c:597
dfc182b1
JX
18489#, c-format
18490msgid ""
12705546 18491"could not look up configuration '%s'. Assuming this repository is its own "
dfc182b1
JX
18492"authoritative upstream."
18493msgstr ""
18494
6b0f1a9b 18495#: builtin/submodule--helper.c:665
f517e50d
JX
18496#, c-format
18497msgid "Failed to register url for submodule path '%s'"
18498msgstr ""
18499
6b0f1a9b 18500#: builtin/submodule--helper.c:669
f517e50d
JX
18501#, c-format
18502msgid "Submodule '%s' (%s) registered for path '%s'\n"
18503msgstr ""
18504
6b0f1a9b 18505#: builtin/submodule--helper.c:679
f517e50d
JX
18506#, c-format
18507msgid "warning: command update mode suggested for submodule '%s'\n"
18508msgstr ""
18509
6b0f1a9b 18510#: builtin/submodule--helper.c:686
f517e50d
JX
18511#, c-format
18512msgid "Failed to register update mode for submodule path '%s'"
18513msgstr ""
18514
6b0f1a9b 18515#: builtin/submodule--helper.c:708
f517e50d
JX
18516msgid "Suppress output for initializing a submodule"
18517msgstr ""
18518
6b0f1a9b 18519#: builtin/submodule--helper.c:713
d93ef2a1 18520msgid "git submodule--helper init [<options>] [<path>]"
f517e50d
JX
18521msgstr ""
18522
6b0f1a9b 18523#: builtin/submodule--helper.c:785 builtin/submodule--helper.c:911
18a90722
JX
18524#, c-format
18525msgid "no submodule mapping found in .gitmodules for path '%s'"
f4f2c8f8
JX
18526msgstr ""
18527
6b0f1a9b 18528#: builtin/submodule--helper.c:824
f4f2c8f8 18529#, c-format
18a90722
JX
18530msgid "could not resolve HEAD ref inside the submodule '%s'"
18531msgstr ""
18532
6b0f1a9b 18533#: builtin/submodule--helper.c:851 builtin/submodule--helper.c:1020
18a90722
JX
18534#, c-format
18535msgid "failed to recurse into submodule '%s'"
18536msgstr ""
18537
6b0f1a9b 18538#: builtin/submodule--helper.c:875 builtin/submodule--helper.c:1186
18a90722
JX
18539msgid "Suppress submodule status output"
18540msgstr ""
18541
6b0f1a9b 18542#: builtin/submodule--helper.c:876
18a90722
JX
18543msgid ""
18544"Use commit stored in the index instead of the one stored in the submodule "
18545"HEAD"
18546msgstr ""
18547
6b0f1a9b 18548#: builtin/submodule--helper.c:877
18a90722
JX
18549msgid "recurse into nested submodules"
18550msgstr ""
18551
6b0f1a9b 18552#: builtin/submodule--helper.c:882
18a90722
JX
18553msgid "git submodule status [--quiet] [--cached] [--recursive] [<path>...]"
18554msgstr ""
18555
6b0f1a9b 18556#: builtin/submodule--helper.c:906
18a90722 18557msgid "git submodule--helper name <path>"
f4f2c8f8
JX
18558msgstr ""
18559
6b0f1a9b 18560#: builtin/submodule--helper.c:970
abc8de64
JX
18561#, c-format
18562msgid "Synchronizing submodule url for '%s'\n"
18563msgstr ""
18564
6b0f1a9b 18565#: builtin/submodule--helper.c:976
abc8de64
JX
18566#, c-format
18567msgid "failed to register url for submodule path '%s'"
18568msgstr ""
18569
6b0f1a9b 18570#: builtin/submodule--helper.c:990
abc8de64
JX
18571#, c-format
18572msgid "failed to get the default remote for submodule '%s'"
18573msgstr ""
18574
6b0f1a9b 18575#: builtin/submodule--helper.c:1001
abc8de64
JX
18576#, c-format
18577msgid "failed to update remote for submodule '%s'"
18578msgstr ""
18579
6b0f1a9b 18580#: builtin/submodule--helper.c:1048
abc8de64
JX
18581msgid "Suppress output of synchronizing submodule url"
18582msgstr ""
18583
6b0f1a9b 18584#: builtin/submodule--helper.c:1055
abc8de64
JX
18585msgid "git submodule--helper sync [--quiet] [--recursive] [<path>]"
18586msgstr ""
18587
6b0f1a9b 18588#: builtin/submodule--helper.c:1109
abc8de64
JX
18589#, c-format
18590msgid ""
18591"Submodule work tree '%s' contains a .git directory (use 'rm -rf' if you "
18592"really want to remove it including all of its history)"
18593msgstr ""
18594
6b0f1a9b 18595#: builtin/submodule--helper.c:1121
abc8de64
JX
18596#, c-format
18597msgid ""
18598"Submodule work tree '%s' contains local modifications; use '-f' to discard "
18599"them"
18600msgstr ""
18601
6b0f1a9b 18602#: builtin/submodule--helper.c:1129
abc8de64
JX
18603#, c-format
18604msgid "Cleared directory '%s'\n"
18605msgstr ""
18606
6b0f1a9b 18607#: builtin/submodule--helper.c:1131
abc8de64
JX
18608#, c-format
18609msgid "Could not remove submodule work tree '%s'\n"
18610msgstr ""
18611
6b0f1a9b 18612#: builtin/submodule--helper.c:1142
abc8de64
JX
18613#, c-format
18614msgid "could not create empty submodule directory %s"
18615msgstr ""
18616
6b0f1a9b 18617#: builtin/submodule--helper.c:1158
abc8de64
JX
18618#, c-format
18619msgid "Submodule '%s' (%s) unregistered for path '%s'\n"
18620msgstr ""
18621
6b0f1a9b 18622#: builtin/submodule--helper.c:1187
abc8de64
JX
18623msgid "Remove submodule working trees even if they contain local changes"
18624msgstr ""
18625
6b0f1a9b 18626#: builtin/submodule--helper.c:1188
abc8de64
JX
18627msgid "Unregister all submodules"
18628msgstr ""
18629
6b0f1a9b 18630#: builtin/submodule--helper.c:1193
abc8de64
JX
18631msgid ""
18632"git submodule deinit [--quiet] [-f | --force] [--all | [--] [<path>...]]"
18633msgstr ""
18634
6b0f1a9b 18635#: builtin/submodule--helper.c:1207
abc8de64
JX
18636msgid "Use '--all' if you really want to deinitialize all submodules"
18637msgstr ""
18638
6b0f1a9b 18639#: builtin/submodule--helper.c:1302 builtin/submodule--helper.c:1305
fda7b092
JX
18640#, c-format
18641msgid "submodule '%s' cannot add alternate: %s"
18642msgstr ""
18643
6b0f1a9b 18644#: builtin/submodule--helper.c:1341
fda7b092
JX
18645#, c-format
18646msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
18647msgstr ""
18648
6b0f1a9b 18649#: builtin/submodule--helper.c:1348
fda7b092
JX
18650#, c-format
18651msgid "Value '%s' for submodule.alternateLocation is not recognized"
18652msgstr ""
18653
6b0f1a9b 18654#: builtin/submodule--helper.c:1371
f4f2c8f8
JX
18655msgid "where the new submodule will be cloned to"
18656msgstr ""
18657
6b0f1a9b 18658#: builtin/submodule--helper.c:1374
f4f2c8f8
JX
18659msgid "name of the new submodule"
18660msgstr ""
18661
6b0f1a9b 18662#: builtin/submodule--helper.c:1377
f4f2c8f8
JX
18663msgid "url where to clone the submodule from"
18664msgstr ""
18665
6b0f1a9b 18666#: builtin/submodule--helper.c:1385
f4f2c8f8
JX
18667msgid "depth for shallow clones"
18668msgstr ""
18669
6b0f1a9b 18670#: builtin/submodule--helper.c:1388 builtin/submodule--helper.c:1872
fda7b092
JX
18671msgid "force cloning progress"
18672msgstr ""
18673
6b0f1a9b 18674#: builtin/submodule--helper.c:1393
f4f2c8f8
JX
18675msgid ""
18676"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
f517e50d 18677"<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
f4f2c8f8
JX
18678msgstr ""
18679
6b0f1a9b 18680#: builtin/submodule--helper.c:1424
f4f2c8f8
JX
18681#, c-format
18682msgid "clone of '%s' into submodule path '%s' failed"
18683msgstr ""
18684
6b0f1a9b 18685#: builtin/submodule--helper.c:1438
f4f2c8f8
JX
18686#, c-format
18687msgid "could not get submodule directory for '%s'"
18688msgstr ""
18689
6b0f1a9b 18690#: builtin/submodule--helper.c:1474
12705546
JX
18691#, c-format
18692msgid "Invalid update mode '%s' for submodule path '%s'"
18693msgstr ""
18694
6b0f1a9b 18695#: builtin/submodule--helper.c:1478
12705546
JX
18696#, c-format
18697msgid "Invalid update mode '%s' configured for submodule path '%s'"
18698msgstr ""
18699
6b0f1a9b 18700#: builtin/submodule--helper.c:1571
f517e50d
JX
18701#, c-format
18702msgid "Submodule path '%s' not initialized"
18703msgstr ""
18704
6b0f1a9b 18705#: builtin/submodule--helper.c:1575
f517e50d
JX
18706msgid "Maybe you want to use 'update --init'?"
18707msgstr ""
18708
6b0f1a9b 18709#: builtin/submodule--helper.c:1605
f517e50d
JX
18710#, c-format
18711msgid "Skipping unmerged submodule %s"
18712msgstr ""
18713
6b0f1a9b 18714#: builtin/submodule--helper.c:1634
f517e50d
JX
18715#, c-format
18716msgid "Skipping submodule '%s'"
18717msgstr ""
18718
6b0f1a9b 18719#: builtin/submodule--helper.c:1778
9fa976ff
JX
18720#, c-format
18721msgid "Failed to clone '%s'. Retry scheduled"
18722msgstr ""
18723
6b0f1a9b 18724#: builtin/submodule--helper.c:1789
9fa976ff
JX
18725#, c-format
18726msgid "Failed to clone '%s' a second time, aborting"
18727msgstr ""
18728
6b0f1a9b 18729#: builtin/submodule--helper.c:1851 builtin/submodule--helper.c:2093
f517e50d
JX
18730msgid "path into the working tree"
18731msgstr ""
18732
6b0f1a9b 18733#: builtin/submodule--helper.c:1854
f517e50d
JX
18734msgid "path into the working tree, across nested submodule boundaries"
18735msgstr ""
18736
6b0f1a9b 18737#: builtin/submodule--helper.c:1858
f517e50d
JX
18738msgid "rebase, merge, checkout or none"
18739msgstr ""
18740
6b0f1a9b 18741#: builtin/submodule--helper.c:1864
f517e50d
JX
18742msgid "Create a shallow clone truncated to the specified number of revisions"
18743msgstr ""
18744
6b0f1a9b 18745#: builtin/submodule--helper.c:1867
f517e50d
JX
18746msgid "parallel jobs"
18747msgstr ""
18748
6b0f1a9b 18749#: builtin/submodule--helper.c:1869
9fa976ff
JX
18750msgid "whether the initial clone should follow the shallow recommendation"
18751msgstr ""
18752
6b0f1a9b 18753#: builtin/submodule--helper.c:1870
f517e50d
JX
18754msgid "don't print cloning progress"
18755msgstr ""
18756
6b0f1a9b 18757#: builtin/submodule--helper.c:1877
3d0a05b4 18758msgid "git submodule--helper update-clone [--prefix=<path>] [<path>...]"
f517e50d
JX
18759msgstr ""
18760
6b0f1a9b 18761#: builtin/submodule--helper.c:1890
f517e50d
JX
18762msgid "bad value for update parameter"
18763msgstr ""
18764
6b0f1a9b 18765#: builtin/submodule--helper.c:1938
9fa976ff
JX
18766#, c-format
18767msgid ""
18768"Submodule (%s) branch configured to inherit branch from superproject, but "
18769"the superproject is not on any branch"
18770msgstr ""
18771
6b0f1a9b 18772#: builtin/submodule--helper.c:2061
12705546
JX
18773#, c-format
18774msgid "could not get a repository handle for submodule '%s'"
18775msgstr ""
18776
6b0f1a9b 18777#: builtin/submodule--helper.c:2094
673bfad0
JX
18778msgid "recurse into submodules"
18779msgstr ""
18780
6b0f1a9b 18781#: builtin/submodule--helper.c:2100
d93ef2a1 18782msgid "git submodule--helper absorb-git-dirs [<options>] [<path>...]"
673bfad0
JX
18783msgstr ""
18784
94328cef 18785#: builtin/submodule--helper.c:2156
12705546
JX
18786msgid "check if it is safe to write to the .gitmodules file"
18787msgstr ""
18788
d93ef2a1
JX
18789#: builtin/submodule--helper.c:2159
18790msgid "unset the config in the .gitmodules file"
18791msgstr ""
18792
18793#: builtin/submodule--helper.c:2164
18794msgid "git submodule--helper config <name> [<value>]"
18795msgstr ""
18796
18797#: builtin/submodule--helper.c:2165
18798msgid "git submodule--helper config --unset <name>"
12705546
JX
18799msgstr ""
18800
d93ef2a1 18801#: builtin/submodule--helper.c:2166
12705546
JX
18802msgid "git submodule--helper config --check-writeable"
18803msgstr ""
18804
d93ef2a1 18805#: builtin/submodule--helper.c:2185 git-submodule.sh:171
12705546
JX
18806#, sh-format
18807msgid "please make sure that the .gitmodules file is in the working tree"
18808msgstr ""
18809
3d0a05b4 18810#: builtin/submodule--helper.c:2235 git.c:433 git.c:683
673bfad0
JX
18811#, c-format
18812msgid "%s doesn't support --super-prefix"
18813msgstr ""
18814
d93ef2a1 18815#: builtin/submodule--helper.c:2241
f4f2c8f8 18816#, c-format
f517e50d 18817msgid "'%s' is not a valid submodule--helper subcommand"
f4f2c8f8
JX
18818msgstr ""
18819
5b34e000 18820#: builtin/symbolic-ref.c:8
c2ea1208 18821msgid "git symbolic-ref [<options>] <name> [<ref>]"
cc76011e
JX
18822msgstr ""
18823
5b34e000 18824#: builtin/symbolic-ref.c:9
c2ea1208 18825msgid "git symbolic-ref -d [-q] <name>"
fe52cd62
JX
18826msgstr ""
18827
25eab542 18828#: builtin/symbolic-ref.c:40
cc76011e
JX
18829msgid "suppress error message for non-symbolic (detached) refs"
18830msgstr ""
18831
25eab542 18832#: builtin/symbolic-ref.c:41
fe52cd62
JX
18833msgid "delete symbolic ref"
18834msgstr ""
18835
25eab542 18836#: builtin/symbolic-ref.c:42
cc76011e
JX
18837msgid "shorten ref output"
18838msgstr ""
18839
dba9f13c 18840#: builtin/symbolic-ref.c:43 builtin/update-ref.c:363
cc76011e
JX
18841msgid "reason"
18842msgstr ""
18843
dba9f13c 18844#: builtin/symbolic-ref.c:43 builtin/update-ref.c:363
cc76011e
JX
18845msgid "reason of the update"
18846msgstr ""
18847
dba9f13c 18848#: builtin/tag.c:25
dce37b66 18849msgid ""
d93ef2a1
JX
18850"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>]\n"
18851"\t\t<tagname> [<head>]"
dce37b66
JX
18852msgstr ""
18853
d93ef2a1 18854#: builtin/tag.c:27
cc76011e 18855msgid "git tag -d <tagname>..."
dce37b66
JX
18856msgstr ""
18857
d93ef2a1 18858#: builtin/tag.c:28
cc76011e 18859msgid ""
dfc182b1
JX
18860"git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
18861"points-at <object>]\n"
f4f2c8f8 18862"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
dce37b66
JX
18863msgstr ""
18864
d93ef2a1 18865#: builtin/tag.c:30
673bfad0 18866msgid "git tag -v [--format=<format>] <tagname>..."
dce37b66
JX
18867msgstr ""
18868
6b0f1a9b 18869#: builtin/tag.c:89
dce37b66
JX
18870#, c-format
18871msgid "tag '%s' not found."
18872msgstr ""
18873
6b0f1a9b 18874#: builtin/tag.c:105
dce37b66
JX
18875#, c-format
18876msgid "Deleted tag '%s' (was %s)\n"
18877msgstr ""
18878
6b0f1a9b 18879#: builtin/tag.c:135
9caaf23e 18880#, c-format
dce37b66
JX
18881msgid ""
18882"\n"
fe05e196
JX
18883"Write a message for tag:\n"
18884" %s\n"
9caaf23e 18885"Lines starting with '%c' will be ignored.\n"
dce37b66
JX
18886msgstr ""
18887
6b0f1a9b 18888#: builtin/tag.c:139
9caaf23e 18889#, c-format
dce37b66
JX
18890msgid ""
18891"\n"
fe05e196
JX
18892"Write a message for tag:\n"
18893" %s\n"
9caaf23e 18894"Lines starting with '%c' will be kept; you may remove them yourself if you "
dce37b66 18895"want to.\n"
dce37b66
JX
18896msgstr ""
18897
6b0f1a9b 18898#: builtin/tag.c:198
dce37b66
JX
18899msgid "unable to sign the tag"
18900msgstr ""
18901
6b0f1a9b 18902#: builtin/tag.c:200
dce37b66
JX
18903msgid "unable to write tag file"
18904msgstr ""
18905
6b0f1a9b 18906#: builtin/tag.c:216
d93ef2a1
JX
18907#, c-format
18908msgid ""
c08fd730 18909"You have created a nested tag. The object referred to by your new tag is\n"
d93ef2a1
JX
18910"already a tag. If you meant to tag the object that it points to, use:\n"
18911"\n"
18912"\tgit tag -f %s %s^{}"
18913msgstr ""
18914
6b0f1a9b 18915#: builtin/tag.c:232
dce37b66
JX
18916msgid "bad object type."
18917msgstr ""
18918
6b0f1a9b 18919#: builtin/tag.c:284
dce37b66
JX
18920msgid "no tag message?"
18921msgstr ""
18922
6b0f1a9b 18923#: builtin/tag.c:291
dce37b66
JX
18924#, c-format
18925msgid "The tag message has been left in %s\n"
18926msgstr ""
18927
6b0f1a9b 18928#: builtin/tag.c:402
cc76011e
JX
18929msgid "list tag names"
18930msgstr ""
18931
6b0f1a9b 18932#: builtin/tag.c:404
cc76011e
JX
18933msgid "print <n> lines of each tag message"
18934msgstr ""
18935
6b0f1a9b 18936#: builtin/tag.c:406
cc76011e
JX
18937msgid "delete tags"
18938msgstr ""
18939
6b0f1a9b 18940#: builtin/tag.c:407
cc76011e
JX
18941msgid "verify tags"
18942msgstr ""
18943
6b0f1a9b 18944#: builtin/tag.c:409
cc76011e
JX
18945msgid "Tag creation options"
18946msgstr ""
18947
6b0f1a9b 18948#: builtin/tag.c:411
cc76011e
JX
18949msgid "annotated tag, needs a message"
18950msgstr ""
18951
6b0f1a9b 18952#: builtin/tag.c:413
cc76011e
JX
18953msgid "tag message"
18954msgstr ""
18955
6b0f1a9b 18956#: builtin/tag.c:415
abc8de64
JX
18957msgid "force edit of tag message"
18958msgstr ""
18959
6b0f1a9b 18960#: builtin/tag.c:416
cc76011e
JX
18961msgid "annotated and GPG-signed tag"
18962msgstr ""
18963
6b0f1a9b 18964#: builtin/tag.c:419
cc76011e
JX
18965msgid "use another key to sign the tag"
18966msgstr ""
18967
6b0f1a9b 18968#: builtin/tag.c:420
cc76011e
JX
18969msgid "replace the tag if exists"
18970msgstr ""
18971
6b0f1a9b 18972#: builtin/tag.c:421 builtin/update-ref.c:369
80d1b481 18973msgid "create a reflog"
df0617bf
JX
18974msgstr ""
18975
6b0f1a9b 18976#: builtin/tag.c:423
c2ea1208 18977msgid "Tag listing options"
cc76011e
JX
18978msgstr ""
18979
6b0f1a9b 18980#: builtin/tag.c:424
c2ea1208 18981msgid "show tag list in columns"
5e078fcd
JX
18982msgstr ""
18983
6b0f1a9b 18984#: builtin/tag.c:425 builtin/tag.c:427
f4f2c8f8 18985msgid "print only tags that contain the commit"
cc76011e
JX
18986msgstr ""
18987
6b0f1a9b 18988#: builtin/tag.c:426 builtin/tag.c:428
dfc182b1
JX
18989msgid "print only tags that don't contain the commit"
18990msgstr ""
18991
6b0f1a9b 18992#: builtin/tag.c:429
f4f2c8f8 18993msgid "print only tags that are merged"
cc76011e
JX
18994msgstr ""
18995
6b0f1a9b 18996#: builtin/tag.c:430
f4f2c8f8 18997msgid "print only tags that are not merged"
cc76011e
JX
18998msgstr ""
18999
6b0f1a9b 19000#: builtin/tag.c:434
f4f2c8f8 19001msgid "print only tags of the object"
822e4a65
JX
19002msgstr ""
19003
6b0f1a9b 19004#: builtin/tag.c:482
f4f2c8f8 19005msgid "--column and -n are incompatible"
5e078fcd
JX
19006msgstr ""
19007
6b0f1a9b 19008#: builtin/tag.c:504
dfc182b1
JX
19009msgid "-n option is only allowed in list mode"
19010msgstr ""
19011
6b0f1a9b 19012#: builtin/tag.c:506
dfc182b1 19013msgid "--contains option is only allowed in list mode"
dce37b66
JX
19014msgstr ""
19015
6b0f1a9b 19016#: builtin/tag.c:508
dfc182b1 19017msgid "--no-contains option is only allowed in list mode"
dce37b66
JX
19018msgstr ""
19019
6b0f1a9b 19020#: builtin/tag.c:510
dfc182b1 19021msgid "--points-at option is only allowed in list mode"
1d4ac88d
JX
19022msgstr ""
19023
6b0f1a9b 19024#: builtin/tag.c:512
dfc182b1 19025msgid "--merged and --no-merged options are only allowed in list mode"
f4f2c8f8
JX
19026msgstr ""
19027
6b0f1a9b 19028#: builtin/tag.c:523
dce37b66
JX
19029msgid "only one -F or -m option is allowed."
19030msgstr ""
19031
6b0f1a9b 19032#: builtin/tag.c:542
dce37b66
JX
19033msgid "too many params"
19034msgstr ""
19035
6b0f1a9b 19036#: builtin/tag.c:548
dce37b66
JX
19037#, c-format
19038msgid "'%s' is not a valid tag name."
19039msgstr ""
19040
6b0f1a9b 19041#: builtin/tag.c:553
dce37b66
JX
19042#, c-format
19043msgid "tag '%s' already exists"
19044msgstr ""
19045
6b0f1a9b 19046#: builtin/tag.c:584
dce37b66
JX
19047#, c-format
19048msgid "Updated tag '%s' (was %s)\n"
19049msgstr ""
19050
dba9f13c 19051#: builtin/unpack-objects.c:500
5e078fcd
JX
19052msgid "Unpacking objects"
19053msgstr ""
19054
94328cef 19055#: builtin/update-index.c:83
64f23b0c
JX
19056#, c-format
19057msgid "failed to create directory %s"
19058msgstr ""
19059
94328cef 19060#: builtin/update-index.c:99
64f23b0c
JX
19061#, c-format
19062msgid "failed to create file %s"
19063msgstr ""
19064
94328cef 19065#: builtin/update-index.c:107
64f23b0c
JX
19066#, c-format
19067msgid "failed to delete file %s"
19068msgstr ""
19069
94328cef 19070#: builtin/update-index.c:114 builtin/update-index.c:220
64f23b0c
JX
19071#, c-format
19072msgid "failed to delete directory %s"
19073msgstr ""
19074
94328cef 19075#: builtin/update-index.c:139
64f23b0c 19076#, c-format
9eb3984b 19077msgid "Testing mtime in '%s' "
64f23b0c
JX
19078msgstr ""
19079
94328cef 19080#: builtin/update-index.c:153
64f23b0c
JX
19081msgid "directory stat info does not change after adding a new file"
19082msgstr ""
19083
94328cef 19084#: builtin/update-index.c:166
64f23b0c
JX
19085msgid "directory stat info does not change after adding a new directory"
19086msgstr ""
19087
94328cef 19088#: builtin/update-index.c:179
64f23b0c
JX
19089msgid "directory stat info changes after updating a file"
19090msgstr ""
19091
94328cef 19092#: builtin/update-index.c:190
64f23b0c
JX
19093msgid "directory stat info changes after adding a file inside subdirectory"
19094msgstr ""
19095
94328cef 19096#: builtin/update-index.c:201
64f23b0c
JX
19097msgid "directory stat info does not change after deleting a file"
19098msgstr ""
19099
94328cef 19100#: builtin/update-index.c:214
64f23b0c
JX
19101msgid "directory stat info does not change after deleting a directory"
19102msgstr ""
19103
94328cef 19104#: builtin/update-index.c:221
64f23b0c
JX
19105msgid " OK"
19106msgstr ""
19107
94328cef 19108#: builtin/update-index.c:589
c2ea1208 19109msgid "git update-index [<options>] [--] [<file>...]"
822e4a65
JX
19110msgstr ""
19111
3d0a05b4 19112#: builtin/update-index.c:972
cc76011e 19113msgid "continue refresh even when index needs update"
6f6731e7
JX
19114msgstr ""
19115
3d0a05b4 19116#: builtin/update-index.c:975
cc76011e 19117msgid "refresh: ignore submodules"
6f6731e7
JX
19118msgstr ""
19119
3d0a05b4 19120#: builtin/update-index.c:978
cc76011e 19121msgid "do not ignore new files"
6f6731e7
JX
19122msgstr ""
19123
3d0a05b4 19124#: builtin/update-index.c:980
cc76011e
JX
19125msgid "let files replace directories and vice-versa"
19126msgstr ""
19127
3d0a05b4 19128#: builtin/update-index.c:982
cc76011e
JX
19129msgid "notice files missing from worktree"
19130msgstr ""
19131
3d0a05b4 19132#: builtin/update-index.c:984
cc76011e
JX
19133msgid "refresh even if index contains unmerged entries"
19134msgstr ""
19135
3d0a05b4 19136#: builtin/update-index.c:987
cc76011e
JX
19137msgid "refresh stat information"
19138msgstr ""
19139
3d0a05b4 19140#: builtin/update-index.c:991
cc76011e
JX
19141msgid "like --refresh, but ignore assume-unchanged setting"
19142msgstr ""
19143
3d0a05b4 19144#: builtin/update-index.c:995
5e078fcd 19145msgid "<mode>,<object>,<path>"
cc76011e
JX
19146msgstr ""
19147
3d0a05b4 19148#: builtin/update-index.c:996
cc76011e
JX
19149msgid "add the specified entry to the index"
19150msgstr ""
19151
3d0a05b4 19152#: builtin/update-index.c:1006
9fa976ff 19153msgid "mark files as \"not changing\""
cc76011e
JX
19154msgstr ""
19155
3d0a05b4 19156#: builtin/update-index.c:1009
cc76011e
JX
19157msgid "clear assumed-unchanged bit"
19158msgstr ""
19159
3d0a05b4 19160#: builtin/update-index.c:1012
cc76011e
JX
19161msgid "mark files as \"index-only\""
19162msgstr ""
19163
3d0a05b4 19164#: builtin/update-index.c:1015
cc76011e
JX
19165msgid "clear skip-worktree bit"
19166msgstr ""
19167
3d0a05b4 19168#: builtin/update-index.c:1018
cc76011e
JX
19169msgid "add to index only; do not add content to object database"
19170msgstr ""
19171
3d0a05b4 19172#: builtin/update-index.c:1020
cc76011e
JX
19173msgid "remove named paths even if present in worktree"
19174msgstr ""
19175
3d0a05b4 19176#: builtin/update-index.c:1022
cc76011e
JX
19177msgid "with --stdin: input lines are terminated by null bytes"
19178msgstr ""
19179
3d0a05b4 19180#: builtin/update-index.c:1024
cc76011e
JX
19181msgid "read list of paths to be updated from standard input"
19182msgstr ""
19183
3d0a05b4 19184#: builtin/update-index.c:1028
cc76011e
JX
19185msgid "add entries from standard input to the index"
19186msgstr ""
19187
3d0a05b4 19188#: builtin/update-index.c:1032
cc76011e
JX
19189msgid "repopulate stages #2 and #3 for the listed paths"
19190msgstr ""
19191
3d0a05b4 19192#: builtin/update-index.c:1036
cc76011e
JX
19193msgid "only update entries that differ from HEAD"
19194msgstr ""
19195
3d0a05b4 19196#: builtin/update-index.c:1040
cc76011e
JX
19197msgid "ignore files missing from worktree"
19198msgstr ""
19199
3d0a05b4 19200#: builtin/update-index.c:1043
cc76011e
JX
19201msgid "report actions to standard output"
19202msgstr ""
19203
3d0a05b4 19204#: builtin/update-index.c:1045
cc76011e
JX
19205msgid "(for porcelains) forget saved unresolved conflicts"
19206msgstr ""
19207
3d0a05b4 19208#: builtin/update-index.c:1049
cc76011e
JX
19209msgid "write index in this format"
19210msgstr ""
19211
3d0a05b4 19212#: builtin/update-index.c:1051
fe05e196
JX
19213msgid "enable or disable split index"
19214msgstr ""
19215
3d0a05b4 19216#: builtin/update-index.c:1053
64f23b0c
JX
19217msgid "enable/disable untracked cache"
19218msgstr ""
19219
3d0a05b4 19220#: builtin/update-index.c:1055
9eb3984b
JX
19221msgid "test if the filesystem supports untracked cache"
19222msgstr ""
19223
3d0a05b4 19224#: builtin/update-index.c:1057
64f23b0c
JX
19225msgid "enable untracked cache without testing the filesystem"
19226msgstr ""
19227
3d0a05b4 19228#: builtin/update-index.c:1059
18a90722
JX
19229msgid "write out the index even if is not flagged as changed"
19230msgstr ""
19231
3d0a05b4 19232#: builtin/update-index.c:1061
18a90722
JX
19233msgid "enable or disable file system monitor"
19234msgstr ""
19235
3d0a05b4 19236#: builtin/update-index.c:1063
18a90722
JX
19237msgid "mark files as fsmonitor valid"
19238msgstr ""
19239
3d0a05b4 19240#: builtin/update-index.c:1066
18a90722
JX
19241msgid "clear fsmonitor valid bit"
19242msgstr ""
19243
3d0a05b4 19244#: builtin/update-index.c:1169
dfc182b1
JX
19245msgid ""
19246"core.splitIndex is set to false; remove or change it, if you really want to "
19247"enable split index"
19248msgstr ""
19249
3d0a05b4 19250#: builtin/update-index.c:1178
dfc182b1
JX
19251msgid ""
19252"core.splitIndex is set to true; remove or change it, if you really want to "
19253"disable split index"
19254msgstr ""
19255
3d0a05b4 19256#: builtin/update-index.c:1190
fda7b092
JX
19257msgid ""
19258"core.untrackedCache is set to true; remove or change it, if you really want "
19259"to disable the untracked cache"
19260msgstr ""
19261
3d0a05b4 19262#: builtin/update-index.c:1194
9eb3984b
JX
19263msgid "Untracked cache disabled"
19264msgstr ""
19265
3d0a05b4 19266#: builtin/update-index.c:1202
fda7b092
JX
19267msgid ""
19268"core.untrackedCache is set to false; remove or change it, if you really want "
19269"to enable the untracked cache"
19270msgstr ""
19271
3d0a05b4 19272#: builtin/update-index.c:1206
9eb3984b
JX
19273#, c-format
19274msgid "Untracked cache enabled for '%s'"
19275msgstr ""
19276
3d0a05b4 19277#: builtin/update-index.c:1214
18a90722
JX
19278msgid "core.fsmonitor is unset; set it if you really want to enable fsmonitor"
19279msgstr ""
19280
3d0a05b4 19281#: builtin/update-index.c:1218
18a90722
JX
19282msgid "fsmonitor enabled"
19283msgstr ""
19284
3d0a05b4 19285#: builtin/update-index.c:1221
18a90722
JX
19286msgid ""
19287"core.fsmonitor is set; remove it if you really want to disable fsmonitor"
19288msgstr ""
19289
3d0a05b4 19290#: builtin/update-index.c:1225
18a90722
JX
19291msgid "fsmonitor disabled"
19292msgstr ""
19293
5b34e000 19294#: builtin/update-ref.c:10
c2ea1208 19295msgid "git update-ref [<options>] -d <refname> [<old-val>]"
cc76011e
JX
19296msgstr ""
19297
5b34e000 19298#: builtin/update-ref.c:11
c2ea1208 19299msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"
cc76011e
JX
19300msgstr ""
19301
5b34e000 19302#: builtin/update-ref.c:12
c2ea1208 19303msgid "git update-ref [<options>] --stdin [-z]"
727b9576
JX
19304msgstr ""
19305
dba9f13c 19306#: builtin/update-ref.c:364
cc76011e
JX
19307msgid "delete the reference"
19308msgstr ""
19309
dba9f13c 19310#: builtin/update-ref.c:366
cc76011e
JX
19311msgid "update <refname> not the one it points to"
19312msgstr ""
19313
dba9f13c 19314#: builtin/update-ref.c:367
727b9576
JX
19315msgid "stdin has NUL-terminated arguments"
19316msgstr ""
19317
dba9f13c 19318#: builtin/update-ref.c:368
727b9576
JX
19319msgid "read updates from stdin"
19320msgstr ""
19321
5b34e000 19322#: builtin/update-server-info.c:7
cc76011e
JX
19323msgid "git update-server-info [--force]"
19324msgstr ""
19325
5b34e000 19326#: builtin/update-server-info.c:15
cc76011e
JX
19327msgid "update the info files from scratch"
19328msgstr ""
19329
9b7388a8
JX
19330#: builtin/upload-pack.c:11
19331msgid "git upload-pack [<options>] <dir>"
19332msgstr ""
19333
d93ef2a1
JX
19334#: builtin/upload-pack.c:23 t/helper/test-serve-v2.c:17
19335msgid "quit after a single request/response exchange"
19336msgstr ""
19337
9b7388a8
JX
19338#: builtin/upload-pack.c:25
19339msgid "exit immediately after initial ref advertisement"
19340msgstr ""
19341
19342#: builtin/upload-pack.c:27
19343msgid "do not try <directory>/.git/ if <directory> is no Git directory"
19344msgstr ""
19345
19346#: builtin/upload-pack.c:29
19347msgid "interrupt transfer after <n> seconds of inactivity"
19348msgstr ""
19349
466c88fa 19350#: builtin/verify-commit.c:19
c2ea1208 19351msgid "git verify-commit [-v | --verbose] <commit>..."
fe05e196
JX
19352msgstr ""
19353
466c88fa 19354#: builtin/verify-commit.c:68
fe05e196
JX
19355msgid "print commit contents"
19356msgstr ""
19357
466c88fa 19358#: builtin/verify-commit.c:69 builtin/verify-tag.c:37
df0617bf
JX
19359msgid "print raw gpg status output"
19360msgstr ""
19361
5b34e000 19362#: builtin/verify-pack.c:55
c2ea1208 19363msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
cc76011e
JX
19364msgstr ""
19365
5b34e000 19366#: builtin/verify-pack.c:65
cc76011e
JX
19367msgid "verbose"
19368msgstr ""
19369
5b34e000 19370#: builtin/verify-pack.c:67
cc76011e
JX
19371msgid "show statistics only"
19372msgstr ""
19373
466c88fa 19374#: builtin/verify-tag.c:18
673bfad0 19375msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
cc76011e
JX
19376msgstr ""
19377
466c88fa 19378#: builtin/verify-tag.c:36
cc76011e
JX
19379msgid "print tag contents"
19380msgstr ""
19381
3d0a05b4 19382#: builtin/worktree.c:17
abc8de64 19383msgid "git worktree add [<options>] <path> [<commit-ish>]"
a4156d20
JX
19384msgstr ""
19385
3d0a05b4 19386#: builtin/worktree.c:18
9fa976ff 19387msgid "git worktree list [<options>]"
a4156d20
JX
19388msgstr ""
19389
3d0a05b4 19390#: builtin/worktree.c:19
9fa976ff
JX
19391msgid "git worktree lock [<options>] <path>"
19392msgstr ""
19393
3d0a05b4 19394#: builtin/worktree.c:20
abc8de64 19395msgid "git worktree move <worktree> <new-path>"
9fa976ff
JX
19396msgstr ""
19397
3d0a05b4 19398#: builtin/worktree.c:21
abc8de64
JX
19399msgid "git worktree prune [<options>]"
19400msgstr ""
19401
3d0a05b4 19402#: builtin/worktree.c:22
abc8de64
JX
19403msgid "git worktree remove [<options>] <worktree>"
19404msgstr ""
19405
3d0a05b4 19406#: builtin/worktree.c:23
9fa976ff 19407msgid "git worktree unlock <path>"
f4f2c8f8
JX
19408msgstr ""
19409
3d0a05b4 19410#: builtin/worktree.c:60 builtin/worktree.c:898
12705546
JX
19411#, c-format
19412msgid "failed to delete '%s'"
19413msgstr ""
19414
3d0a05b4 19415#: builtin/worktree.c:79
a4156d20
JX
19416#, c-format
19417msgid "Removing worktrees/%s: not a valid directory"
19418msgstr ""
19419
3d0a05b4 19420#: builtin/worktree.c:85
a4156d20
JX
19421#, c-format
19422msgid "Removing worktrees/%s: gitdir file does not exist"
19423msgstr ""
19424
3d0a05b4 19425#: builtin/worktree.c:90 builtin/worktree.c:99
a4156d20
JX
19426#, c-format
19427msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
19428msgstr ""
19429
3d0a05b4 19430#: builtin/worktree.c:109
25eab542
JX
19431#, c-format
19432msgid ""
19433"Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "
19434"%<PRIuMAX>)"
19435msgstr ""
19436
3d0a05b4 19437#: builtin/worktree.c:117
a4156d20
JX
19438#, c-format
19439msgid "Removing worktrees/%s: invalid gitdir file"
19440msgstr ""
19441
3d0a05b4 19442#: builtin/worktree.c:126
a4156d20
JX
19443#, c-format
19444msgid "Removing worktrees/%s: gitdir file points to non-existent location"
19445msgstr ""
19446
3d0a05b4 19447#: builtin/worktree.c:165
a4d94835
JX
19448msgid "report pruned working trees"
19449msgstr ""
19450
3d0a05b4 19451#: builtin/worktree.c:167
a4d94835
JX
19452msgid "expire working trees older than <time>"
19453msgstr ""
19454
3d0a05b4 19455#: builtin/worktree.c:234
a4156d20
JX
19456#, c-format
19457msgid "'%s' already exists"
19458msgstr ""
19459
3d0a05b4 19460#: builtin/worktree.c:251
12705546
JX
19461#, c-format
19462msgid "unable to re-add worktree '%s'"
19463msgstr ""
19464
3d0a05b4 19465#: builtin/worktree.c:256
12705546
JX
19466#, c-format
19467msgid ""
19468"'%s' is a missing but locked worktree;\n"
19469"use 'add -f -f' to override, or 'unlock' and 'prune' or 'remove' to clear"
19470msgstr ""
19471
3d0a05b4 19472#: builtin/worktree.c:258
12705546
JX
19473#, c-format
19474msgid ""
19475"'%s' is a missing but already registered worktree;\n"
19476"use 'add -f' to override, or 'prune' or 'remove' to clear"
19477msgstr ""
19478
3d0a05b4 19479#: builtin/worktree.c:308
a4156d20
JX
19480#, c-format
19481msgid "could not create directory of '%s'"
19482msgstr ""
19483
3d0a05b4 19484#: builtin/worktree.c:439 builtin/worktree.c:445
9b7388a8
JX
19485#, c-format
19486msgid "Preparing worktree (new branch '%s')"
19487msgstr ""
19488
3d0a05b4 19489#: builtin/worktree.c:441
9b7388a8
JX
19490#, c-format
19491msgid "Preparing worktree (resetting branch '%s'; was at %s)"
19492msgstr ""
19493
3d0a05b4 19494#: builtin/worktree.c:450
9b7388a8
JX
19495#, c-format
19496msgid "Preparing worktree (checking out '%s')"
19497msgstr ""
19498
3d0a05b4 19499#: builtin/worktree.c:456
a4156d20 19500#, c-format
9b7388a8 19501msgid "Preparing worktree (detached HEAD %s)"
a4156d20
JX
19502msgstr ""
19503
3d0a05b4 19504#: builtin/worktree.c:497
a4156d20
JX
19505msgid "checkout <branch> even if already checked out in other worktree"
19506msgstr ""
19507
3d0a05b4 19508#: builtin/worktree.c:500
a4156d20
JX
19509msgid "create a new branch"
19510msgstr ""
19511
3d0a05b4 19512#: builtin/worktree.c:502
9fa976ff 19513msgid "create or reset a branch"
a4156d20
JX
19514msgstr ""
19515
3d0a05b4 19516#: builtin/worktree.c:504
f517e50d
JX
19517msgid "populate the new working tree"
19518msgstr ""
19519
3d0a05b4 19520#: builtin/worktree.c:505
28e1aaa4
JX
19521msgid "keep the new working tree locked"
19522msgstr ""
19523
3d0a05b4 19524#: builtin/worktree.c:508
18a90722
JX
19525msgid "set up tracking mode (see git-branch(1))"
19526msgstr ""
19527
3d0a05b4 19528#: builtin/worktree.c:511
18a90722
JX
19529msgid "try to match the new branch name with a remote-tracking branch"
19530msgstr ""
19531
3d0a05b4 19532#: builtin/worktree.c:519
df0617bf 19533msgid "-b, -B, and --detach are mutually exclusive"
a4156d20
JX
19534msgstr ""
19535
3d0a05b4 19536#: builtin/worktree.c:580
18a90722
JX
19537msgid "--[no-]track can only be used if a new branch is created"
19538msgstr ""
19539
3d0a05b4 19540#: builtin/worktree.c:680
9fa976ff
JX
19541msgid "reason for locking"
19542msgstr ""
19543
3d0a05b4
JX
19544#: builtin/worktree.c:692 builtin/worktree.c:725 builtin/worktree.c:799
19545#: builtin/worktree.c:926
9fa976ff
JX
19546#, c-format
19547msgid "'%s' is not a working tree"
19548msgstr ""
19549
3d0a05b4 19550#: builtin/worktree.c:694 builtin/worktree.c:727
9fa976ff
JX
19551msgid "The main working tree cannot be locked or unlocked"
19552msgstr ""
19553
3d0a05b4 19554#: builtin/worktree.c:699
9fa976ff
JX
19555#, c-format
19556msgid "'%s' is already locked, reason: %s"
19557msgstr ""
19558
3d0a05b4 19559#: builtin/worktree.c:701
9fa976ff
JX
19560#, c-format
19561msgid "'%s' is already locked"
19562msgstr ""
19563
3d0a05b4 19564#: builtin/worktree.c:729
9fa976ff
JX
19565#, c-format
19566msgid "'%s' is not locked"
19567msgstr ""
19568
3d0a05b4 19569#: builtin/worktree.c:770
abc8de64
JX
19570msgid "working trees containing submodules cannot be moved or removed"
19571msgstr ""
19572
3d0a05b4 19573#: builtin/worktree.c:778
12705546
JX
19574msgid "force move even if worktree is dirty or locked"
19575msgstr ""
19576
3d0a05b4 19577#: builtin/worktree.c:801 builtin/worktree.c:928
abc8de64
JX
19578#, c-format
19579msgid "'%s' is a main working tree"
19580msgstr ""
19581
3d0a05b4 19582#: builtin/worktree.c:806
abc8de64
JX
19583#, c-format
19584msgid "could not figure out destination name from '%s'"
19585msgstr ""
19586
3d0a05b4 19587#: builtin/worktree.c:812
abc8de64
JX
19588#, c-format
19589msgid "target '%s' already exists"
19590msgstr ""
19591
3d0a05b4 19592#: builtin/worktree.c:820
abc8de64 19593#, c-format
12705546
JX
19594msgid ""
19595"cannot move a locked working tree, lock reason: %s\n"
19596"use 'move -f -f' to override or unlock first"
abc8de64
JX
19597msgstr ""
19598
3d0a05b4 19599#: builtin/worktree.c:822
12705546
JX
19600msgid ""
19601"cannot move a locked working tree;\n"
19602"use 'move -f -f' to override or unlock first"
abc8de64
JX
19603msgstr ""
19604
3d0a05b4 19605#: builtin/worktree.c:825
abc8de64
JX
19606#, c-format
19607msgid "validation failed, cannot move working tree: %s"
19608msgstr ""
19609
3d0a05b4 19610#: builtin/worktree.c:830
abc8de64
JX
19611#, c-format
19612msgid "failed to move '%s' to '%s'"
19613msgstr ""
19614
3d0a05b4 19615#: builtin/worktree.c:878
abc8de64
JX
19616#, c-format
19617msgid "failed to run 'git status' on '%s'"
19618msgstr ""
19619
3d0a05b4 19620#: builtin/worktree.c:882
abc8de64 19621#, c-format
3d0a05b4 19622msgid "'%s' contains modified or untracked files, use --force to delete it"
abc8de64
JX
19623msgstr ""
19624
3d0a05b4 19625#: builtin/worktree.c:887
abc8de64
JX
19626#, c-format
19627msgid "failed to run 'git status' on '%s', code %d"
19628msgstr ""
19629
3d0a05b4 19630#: builtin/worktree.c:910
12705546 19631msgid "force removal even if worktree is dirty or locked"
abc8de64
JX
19632msgstr ""
19633
3d0a05b4 19634#: builtin/worktree.c:933
abc8de64 19635#, c-format
12705546
JX
19636msgid ""
19637"cannot remove a locked working tree, lock reason: %s\n"
19638"use 'remove -f -f' to override or unlock first"
abc8de64
JX
19639msgstr ""
19640
3d0a05b4 19641#: builtin/worktree.c:935
12705546
JX
19642msgid ""
19643"cannot remove a locked working tree;\n"
19644"use 'remove -f -f' to override or unlock first"
abc8de64
JX
19645msgstr ""
19646
3d0a05b4 19647#: builtin/worktree.c:938
abc8de64
JX
19648#, c-format
19649msgid "validation failed, cannot remove working tree: %s"
19650msgstr ""
19651
94328cef 19652#: builtin/write-tree.c:15
cc76011e
JX
19653msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
19654msgstr ""
19655
94328cef 19656#: builtin/write-tree.c:28
cc76011e
JX
19657msgid "<prefix>/"
19658msgstr ""
19659
94328cef 19660#: builtin/write-tree.c:29
cc76011e
JX
19661msgid "write tree object for a subdirectory <prefix>"
19662msgstr ""
19663
94328cef 19664#: builtin/write-tree.c:31
cc76011e
JX
19665msgid "only useful for debugging"
19666msgstr ""
19667
3d0a05b4
JX
19668#: fast-import.c:3118
19669#, c-format
19670msgid "Expected 'mark' command, got %s"
19671msgstr ""
19672
19673#: fast-import.c:3123
19674#, c-format
19675msgid "Expected 'to' command, got %s"
19676msgstr ""
19677
94328cef 19678#: credential-cache--daemon.c:223
fda7b092
JX
19679#, c-format
19680msgid ""
19681"The permissions on your socket directory are too loose; other\n"
19682"users may be able to read your cached credentials. Consider running:\n"
19683"\n"
19684"\tchmod 0700 %s"
19685msgstr ""
19686
94328cef 19687#: credential-cache--daemon.c:272
d07a63e4
JX
19688msgid "print debugging messages to stderr"
19689msgstr ""
19690
12705546
JX
19691#: t/helper/test-reach.c:152
19692#, c-format
19693msgid "commit %s is not marked reachable"
19694msgstr ""
19695
19696#: t/helper/test-reach.c:162
19697msgid "too many commits marked reachable"
19698msgstr ""
19699
d93ef2a1
JX
19700#: t/helper/test-serve-v2.c:7
19701msgid "test-tool serve-v2 [<options>]"
19702msgstr ""
19703
19704#: t/helper/test-serve-v2.c:19
19705msgid "exit immediately after advertising capabilities"
19706msgstr ""
19707
55892712 19708#: git.c:27
abc8de64
JX
19709msgid ""
19710"git [--version] [--help] [-C <path>] [-c <name>=<value>]\n"
19711" [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n"
9b7388a8
JX
19712" [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--"
19713"bare]\n"
abc8de64
JX
19714" [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]\n"
19715" <command> [<args>]"
19716msgstr ""
19717
55892712 19718#: git.c:34
c6bc7d43 19719msgid ""
d07a63e4 19720"'git help -a' and 'git help -g' list available subcommands and some\n"
c6bc7d43 19721"concept guides. See 'git help <command>' or 'git help <concept>'\n"
6b0f1a9b
JX
19722"to read about a specific subcommand or concept.\n"
19723"See 'git help git' for an overview of the system."
6f6731e7
JX
19724msgstr ""
19725
6b0f1a9b 19726#: git.c:186
abc8de64
JX
19727#, c-format
19728msgid "no directory given for --git-dir\n"
19729msgstr ""
19730
6b0f1a9b 19731#: git.c:200
abc8de64
JX
19732#, c-format
19733msgid "no namespace given for --namespace\n"
19734msgstr ""
19735
6b0f1a9b 19736#: git.c:214
abc8de64
JX
19737#, c-format
19738msgid "no directory given for --work-tree\n"
19739msgstr ""
19740
6b0f1a9b 19741#: git.c:228
abc8de64
JX
19742#, c-format
19743msgid "no prefix given for --super-prefix\n"
19744msgstr ""
19745
6b0f1a9b 19746#: git.c:250
abc8de64
JX
19747#, c-format
19748msgid "-c expects a configuration string\n"
19749msgstr ""
19750
6b0f1a9b 19751#: git.c:288
abc8de64
JX
19752#, c-format
19753msgid "no directory given for -C\n"
19754msgstr ""
19755
6b0f1a9b 19756#: git.c:314
abc8de64
JX
19757#, c-format
19758msgid "unknown option: %s\n"
19759msgstr ""
19760
6b0f1a9b 19761#: git.c:360
94328cef
JX
19762#, c-format
19763msgid "while expanding alias '%s': '%s'"
19764msgstr ""
19765
6b0f1a9b 19766#: git.c:369
94328cef
JX
19767#, c-format
19768msgid ""
19769"alias '%s' changes environment variables.\n"
19770"You can use '!git' in the alias to do this"
19771msgstr ""
19772
3d0a05b4 19773#: git.c:376
94328cef
JX
19774#, c-format
19775msgid "empty alias for %s"
19776msgstr ""
19777
3d0a05b4 19778#: git.c:379
94328cef
JX
19779#, c-format
19780msgid "recursive alias: %s"
19781msgstr ""
19782
3d0a05b4 19783#: git.c:459
94328cef
JX
19784msgid "write failure on standard output"
19785msgstr ""
19786
3d0a05b4 19787#: git.c:461
94328cef
JX
19788msgid "unknown write failure on standard output"
19789msgstr ""
19790
3d0a05b4 19791#: git.c:463
94328cef
JX
19792msgid "close failed on standard output"
19793msgstr ""
19794
3d0a05b4 19795#: git.c:792
12705546
JX
19796#, c-format
19797msgid "alias loop detected: expansion of '%s' does not terminate:%s"
19798msgstr ""
19799
3d0a05b4 19800#: git.c:842
94328cef
JX
19801#, c-format
19802msgid "cannot handle %s as a builtin"
19803msgstr ""
19804
3d0a05b4 19805#: git.c:855
94328cef
JX
19806#, c-format
19807msgid ""
19808"usage: %s\n"
19809"\n"
19810msgstr ""
19811
3d0a05b4 19812#: git.c:875
abc8de64
JX
19813#, c-format
19814msgid "expansion of alias '%s' failed; '%s' is not a git command\n"
19815msgstr ""
19816
3d0a05b4 19817#: git.c:887
abc8de64
JX
19818#, c-format
19819msgid "failed to run command '%s': %s\n"
19820msgstr ""
19821
94328cef 19822#: http.c:378
28e1aaa4
JX
19823#, c-format
19824msgid "negative value for http.postbuffer; defaulting to %d"
19825msgstr ""
19826
94328cef 19827#: http.c:399
fda7b092
JX
19828msgid "Delegation control is not supported with cURL < 7.22.0"
19829msgstr ""
19830
94328cef 19831#: http.c:408
9eb3984b
JX
19832msgid "Public key pinning not supported with cURL < 7.44.0"
19833msgstr ""
19834
3d0a05b4 19835#: http.c:878
36dd6933 19836msgid "CURLSSLOPT_NO_REVOKE not supported with cURL < 7.44.0"
12705546
JX
19837msgstr ""
19838
3d0a05b4 19839#: http.c:951
12705546
JX
19840msgid "Protocol restrictions not supported with cURL < 7.19.4"
19841msgstr ""
19842
3d0a05b4 19843#: http.c:1088
12705546
JX
19844#, c-format
19845msgid "Unsupported SSL backend '%s'. Supported SSL backends:"
19846msgstr ""
19847
3d0a05b4 19848#: http.c:1095
12705546
JX
19849#, c-format
19850msgid "Could not set SSL backend to '%s': cURL was built without SSL backends"
19851msgstr ""
19852
3d0a05b4 19853#: http.c:1099
12705546
JX
19854#, c-format
19855msgid "Could not set SSL backend to '%s': already set"
19856msgstr ""
19857
3d0a05b4 19858#: http.c:1968
673bfad0
JX
19859#, c-format
19860msgid ""
19861"unable to update url base from redirection:\n"
19862" asked for: %s\n"
19863" redirect: %s"
19864msgstr ""
19865
d93ef2a1
JX
19866#: remote-curl.c:157
19867#, c-format
19868msgid "invalid quoting in push-option value: '%s'"
19869msgstr ""
19870
19871#: remote-curl.c:254
19872#, c-format
19873msgid "%sinfo/refs not valid: is this a git repository?"
19874msgstr ""
19875
19876#: remote-curl.c:355
19877msgid "invalid server response; expected service, got flush packet"
19878msgstr ""
19879
19880#: remote-curl.c:386
19881#, c-format
19882msgid "invalid server response; got '%s'"
19883msgstr ""
19884
19885#: remote-curl.c:446
19886#, c-format
19887msgid "repository '%s' not found"
19888msgstr ""
19889
19890#: remote-curl.c:450
19891#, c-format
19892msgid "Authentication failed for '%s'"
19893msgstr ""
19894
19895#: remote-curl.c:454
19896#, c-format
19897msgid "unable to access '%s': %s"
19898msgstr ""
19899
19900#: remote-curl.c:460
673bfad0
JX
19901#, c-format
19902msgid "redirecting to %s"
19903msgstr ""
19904
d93ef2a1
JX
19905#: remote-curl.c:584
19906msgid "shouldn't have EOF when not gentle on EOF"
19907msgstr ""
19908
19909#: remote-curl.c:664
19910msgid "unable to rewind rpc post data - try increasing http.postBuffer"
19911msgstr ""
19912
19913#: remote-curl.c:724
19914#, c-format
19915msgid "RPC failed; %s"
19916msgstr ""
19917
19918#: remote-curl.c:764
19919msgid "cannot handle pushes this big"
19920msgstr ""
19921
19922#: remote-curl.c:879
19923#, c-format
19924msgid "cannot deflate request; zlib deflate error %d"
19925msgstr ""
19926
19927#: remote-curl.c:883
19928#, c-format
19929msgid "cannot deflate request; zlib end error %d"
19930msgstr ""
19931
19932#: remote-curl.c:1014
19933msgid "dumb http transport does not support shallow capabilities"
19934msgstr ""
19935
19936#: remote-curl.c:1028
19937msgid "fetch failed."
19938msgstr ""
19939
19940#: remote-curl.c:1076
19941msgid "cannot fetch by sha1 over smart http"
19942msgstr ""
19943
19944#: remote-curl.c:1120 remote-curl.c:1126
19945#, c-format
386544cd 19946msgid "protocol error: expected sha/ref, got '%s'"
d93ef2a1
JX
19947msgstr ""
19948
3d0a05b4 19949#: remote-curl.c:1138 remote-curl.c:1250
d93ef2a1
JX
19950#, c-format
19951msgid "http transport does not support %s"
19952msgstr ""
19953
19954#: remote-curl.c:1174
19955msgid "git-http-push failed"
19956msgstr ""
19957
3d0a05b4 19958#: remote-curl.c:1356
d93ef2a1
JX
19959msgid "remote-curl: usage: git remote-curl <remote> [<url>]"
19960msgstr ""
19961
3d0a05b4 19962#: remote-curl.c:1388
d93ef2a1
JX
19963msgid "remote-curl: error reading command stream from git"
19964msgstr ""
19965
3d0a05b4 19966#: remote-curl.c:1395
d93ef2a1
JX
19967msgid "remote-curl: fetch attempted without a local repo"
19968msgstr ""
19969
3d0a05b4 19970#: remote-curl.c:1435
d93ef2a1
JX
19971#, c-format
19972msgid "remote-curl: unknown command '%s' from git"
19973msgstr ""
19974
3d0a05b4 19975#: list-objects-filter-options.h:85
d93ef2a1
JX
19976msgid "args"
19977msgstr ""
19978
3d0a05b4 19979#: list-objects-filter-options.h:86
d93ef2a1 19980msgid "object filtering"
64f23b0c
JX
19981msgstr ""
19982
3d0a05b4 19983#: parse-options.h:179
d93ef2a1
JX
19984msgid "expiry-date"
19985msgstr ""
19986
3d0a05b4 19987#: parse-options.h:193
55892712 19988msgid "no-op (backward compatibility)"
64f23b0c
JX
19989msgstr ""
19990
6b0f1a9b 19991#: parse-options.h:305
55892712 19992msgid "be more verbose"
64f23b0c
JX
19993msgstr ""
19994
6b0f1a9b 19995#: parse-options.h:307
55892712 19996msgid "be more quiet"
64f23b0c
JX
19997msgstr ""
19998
6b0f1a9b 19999#: parse-options.h:313
55892712 20000msgid "use <n> digits to display SHA-1s"
64f23b0c
JX
20001msgstr ""
20002
6b0f1a9b 20003#: parse-options.h:332
d93ef2a1
JX
20004msgid "how to strip spaces and #comments from message"
20005msgstr ""
20006
20007#: ref-filter.h:101
20008msgid "key"
20009msgstr ""
20010
20011#: ref-filter.h:101
20012msgid "field name to sort on"
20013msgstr ""
20014
20015#: rerere.h:44
20016msgid "update the index with reused conflict resolution if possible"
20017msgstr ""
20018
466c88fa 20019#: wt-status.h:67
6b0f1a9b
JX
20020msgid "HEAD detached at "
20021msgstr ""
20022
466c88fa 20023#: wt-status.h:68
6b0f1a9b
JX
20024msgid "HEAD detached from "
20025msgstr ""
20026
55892712 20027#: command-list.h:50
822e4a65
JX
20028msgid "Add file contents to the index"
20029msgstr ""
20030
55892712
JX
20031#: command-list.h:51
20032msgid "Apply a series of patches from a mailbox"
20033msgstr ""
20034
20035#: command-list.h:52
20036msgid "Annotate file lines with commit information"
20037msgstr ""
20038
20039#: command-list.h:53
20040msgid "Apply a patch to files and/or to the index"
20041msgstr ""
20042
20043#: command-list.h:54
12705546 20044msgid "Import a GNU Arch repository into Git"
55892712
JX
20045msgstr ""
20046
20047#: command-list.h:55
20048msgid "Create an archive of files from a named tree"
20049msgstr ""
20050
20051#: command-list.h:56
df0617bf 20052msgid "Use binary search to find the commit that introduced a bug"
822e4a65
JX
20053msgstr ""
20054
55892712
JX
20055#: command-list.h:57
20056msgid "Show what revision and author last modified each line of a file"
20057msgstr ""
20058
20059#: command-list.h:58
822e4a65
JX
20060msgid "List, create, or delete branches"
20061msgstr ""
20062
55892712
JX
20063#: command-list.h:59
20064msgid "Move objects and refs by archive"
20065msgstr ""
20066
20067#: command-list.h:60
20068msgid "Provide content or type and size information for repository objects"
20069msgstr ""
20070
20071#: command-list.h:61
20072msgid "Display gitattributes information"
20073msgstr ""
20074
20075#: command-list.h:62
20076msgid "Debug gitignore / exclude files"
20077msgstr ""
20078
20079#: command-list.h:63
20080msgid "Show canonical names and email addresses of contacts"
20081msgstr ""
20082
20083#: command-list.h:64
a4156d20 20084msgid "Switch branches or restore working tree files"
822e4a65
JX
20085msgstr ""
20086
55892712
JX
20087#: command-list.h:65
20088msgid "Copy files from the index to the working tree"
20089msgstr ""
20090
20091#: command-list.h:66
20092msgid "Ensures that a reference name is well formed"
20093msgstr ""
20094
20095#: command-list.h:67
20096msgid "Find commits yet to be applied to upstream"
20097msgstr ""
20098
20099#: command-list.h:68
20100msgid "Apply the changes introduced by some existing commits"
20101msgstr ""
20102
20103#: command-list.h:69
20104msgid "Graphical alternative to git-commit"
20105msgstr ""
20106
20107#: command-list.h:70
20108msgid "Remove untracked files from the working tree"
20109msgstr ""
20110
20111#: command-list.h:71
822e4a65
JX
20112msgid "Clone a repository into a new directory"
20113msgstr ""
20114
55892712
JX
20115#: command-list.h:72
20116msgid "Display data in columns"
20117msgstr ""
20118
20119#: command-list.h:73
822e4a65
JX
20120msgid "Record changes to the repository"
20121msgstr ""
20122
55892712 20123#: command-list.h:74
12705546 20124msgid "Write and verify Git commit-graph files"
55892712
JX
20125msgstr ""
20126
20127#: command-list.h:75
20128msgid "Create a new commit object"
20129msgstr ""
20130
20131#: command-list.h:76
20132msgid "Get and set repository or global options"
20133msgstr ""
20134
20135#: command-list.h:77
20136msgid "Count unpacked number of objects and their disk consumption"
20137msgstr ""
20138
20139#: command-list.h:78
20140msgid "Retrieve and store user credentials"
20141msgstr ""
20142
20143#: command-list.h:79
20144msgid "Helper to temporarily store passwords in memory"
20145msgstr ""
20146
20147#: command-list.h:80
20148msgid "Helper to store credentials on disk"
20149msgstr ""
20150
20151#: command-list.h:81
20152msgid "Export a single commit to a CVS checkout"
20153msgstr ""
20154
20155#: command-list.h:82
20156msgid "Salvage your data out of another SCM people love to hate"
20157msgstr ""
20158
20159#: command-list.h:83
20160msgid "A CVS server emulator for Git"
20161msgstr ""
20162
20163#: command-list.h:84
20164msgid "A really simple server for Git repositories"
20165msgstr ""
20166
20167#: command-list.h:85
20168msgid "Give an object a human readable name based on an available ref"
20169msgstr ""
20170
20171#: command-list.h:86
822e4a65
JX
20172msgid "Show changes between commits, commit and working tree, etc"
20173msgstr ""
20174
55892712
JX
20175#: command-list.h:87
20176msgid "Compares files in the working tree and the index"
20177msgstr ""
20178
20179#: command-list.h:88
20180msgid "Compare a tree to the working tree or index"
20181msgstr ""
20182
20183#: command-list.h:89
20184msgid "Compares the content and mode of blobs found via two tree objects"
20185msgstr ""
20186
20187#: command-list.h:90
20188msgid "Show changes using common diff tools"
20189msgstr ""
20190
20191#: command-list.h:91
20192msgid "Git data exporter"
20193msgstr ""
20194
20195#: command-list.h:92
20196msgid "Backend for fast Git data importers"
20197msgstr ""
20198
20199#: command-list.h:93
822e4a65
JX
20200msgid "Download objects and refs from another repository"
20201msgstr ""
20202
55892712
JX
20203#: command-list.h:94
20204msgid "Receive missing objects from another repository"
20205msgstr ""
20206
20207#: command-list.h:95
20208msgid "Rewrite branches"
20209msgstr ""
20210
20211#: command-list.h:96
20212msgid "Produce a merge commit message"
20213msgstr ""
20214
20215#: command-list.h:97
20216msgid "Output information on each ref"
20217msgstr ""
20218
20219#: command-list.h:98
20220msgid "Prepare patches for e-mail submission"
20221msgstr ""
20222
20223#: command-list.h:99
20224msgid "Verifies the connectivity and validity of the objects in the database"
20225msgstr ""
20226
20227#: command-list.h:100
20228msgid "Cleanup unnecessary files and optimize the local repository"
20229msgstr ""
20230
20231#: command-list.h:101
20232msgid "Extract commit ID from an archive created using git-archive"
20233msgstr ""
20234
20235#: command-list.h:102
822e4a65
JX
20236msgid "Print lines matching a pattern"
20237msgstr ""
20238
55892712
JX
20239#: command-list.h:103
20240msgid "A portable graphical interface to Git"
20241msgstr ""
20242
20243#: command-list.h:104
20244msgid "Compute object ID and optionally creates a blob from a file"
20245msgstr ""
20246
20247#: command-list.h:105
20248msgid "Display help information about Git"
20249msgstr ""
20250
20251#: command-list.h:106
20252msgid "Server side implementation of Git over HTTP"
20253msgstr ""
20254
20255#: command-list.h:107
20256msgid "Download from a remote Git repository via HTTP"
20257msgstr ""
20258
20259#: command-list.h:108
20260msgid "Push objects over HTTP/DAV to another repository"
20261msgstr ""
20262
20263#: command-list.h:109
20264msgid "Send a collection of patches from stdin to an IMAP folder"
20265msgstr ""
20266
20267#: command-list.h:110
20268msgid "Build pack index file for an existing packed archive"
20269msgstr ""
20270
20271#: command-list.h:111
9caaf23e 20272msgid "Create an empty Git repository or reinitialize an existing one"
822e4a65
JX
20273msgstr ""
20274
55892712
JX
20275#: command-list.h:112
20276msgid "Instantly browse your working repository in gitweb"
20277msgstr ""
20278
20279#: command-list.h:113
d93ef2a1 20280msgid "Add or parse structured information in commit messages"
55892712
JX
20281msgstr ""
20282
20283#: command-list.h:114
20284msgid "The Git repository browser"
20285msgstr ""
20286
20287#: command-list.h:115
822e4a65
JX
20288msgid "Show commit logs"
20289msgstr ""
20290
55892712
JX
20291#: command-list.h:116
20292msgid "Show information about files in the index and the working tree"
20293msgstr ""
20294
20295#: command-list.h:117
20296msgid "List references in a remote repository"
20297msgstr ""
20298
20299#: command-list.h:118
20300msgid "List the contents of a tree object"
20301msgstr ""
20302
20303#: command-list.h:119
20304msgid "Extracts patch and authorship from a single e-mail message"
20305msgstr ""
20306
20307#: command-list.h:120
20308msgid "Simple UNIX mbox splitter program"
20309msgstr ""
20310
20311#: command-list.h:121
822e4a65
JX
20312msgid "Join two or more development histories together"
20313msgstr ""
20314
55892712
JX
20315#: command-list.h:122
20316msgid "Find as good common ancestors as possible for a merge"
20317msgstr ""
20318
20319#: command-list.h:123
20320msgid "Run a three-way file merge"
20321msgstr ""
20322
20323#: command-list.h:124
20324msgid "Run a merge for files needing merging"
20325msgstr ""
20326
20327#: command-list.h:125
20328msgid "The standard helper program to use with git-merge-index"
20329msgstr ""
20330
20331#: command-list.h:126
20332msgid "Run merge conflict resolution tools to resolve merge conflicts"
20333msgstr ""
20334
20335#: command-list.h:127
20336msgid "Show three-way merge without touching index"
20337msgstr ""
20338
20339#: command-list.h:128
12705546 20340msgid "Write and verify multi-pack-indexes"
55892712
JX
20341msgstr ""
20342
20343#: command-list.h:129
12705546 20344msgid "Creates a tag object"
55892712
JX
20345msgstr ""
20346
20347#: command-list.h:130
12705546 20348msgid "Build a tree-object from ls-tree formatted text"
822e4a65
JX
20349msgstr ""
20350
55892712 20351#: command-list.h:131
12705546 20352msgid "Move or rename a file, a directory, or a symlink"
55892712
JX
20353msgstr ""
20354
20355#: command-list.h:132
12705546 20356msgid "Find symbolic names for given revs"
55892712
JX
20357msgstr ""
20358
20359#: command-list.h:133
12705546 20360msgid "Add or inspect object notes"
55892712
JX
20361msgstr ""
20362
20363#: command-list.h:134
12705546 20364msgid "Import from and submit to Perforce repositories"
55892712
JX
20365msgstr ""
20366
20367#: command-list.h:135
12705546 20368msgid "Create a packed archive of objects"
55892712
JX
20369msgstr ""
20370
20371#: command-list.h:136
12705546 20372msgid "Find redundant pack files"
55892712
JX
20373msgstr ""
20374
20375#: command-list.h:137
12705546 20376msgid "Pack heads and tags for efficient repository access"
55892712
JX
20377msgstr ""
20378
20379#: command-list.h:138
12705546 20380msgid "Routines to help parsing remote repository access parameters"
55892712
JX
20381msgstr ""
20382
20383#: command-list.h:139
12705546 20384msgid "Compute unique ID for a patch"
55892712
JX
20385msgstr ""
20386
20387#: command-list.h:140
12705546 20388msgid "Prune all unreachable objects from the object database"
55892712
JX
20389msgstr ""
20390
20391#: command-list.h:141
12705546 20392msgid "Remove extra objects that are already in pack files"
822e4a65
JX
20393msgstr ""
20394
55892712 20395#: command-list.h:142
12705546 20396msgid "Fetch from and integrate with another repository or a local branch"
822e4a65
JX
20397msgstr ""
20398
55892712 20399#: command-list.h:143
12705546 20400msgid "Update remote refs along with associated objects"
55892712
JX
20401msgstr ""
20402
20403#: command-list.h:144
12705546 20404msgid "Applies a quilt patchset onto the current branch"
55892712
JX
20405msgstr ""
20406
20407#: command-list.h:145
12705546 20408msgid "Compare two commit ranges (e.g. two versions of a branch)"
822e4a65
JX
20409msgstr ""
20410
55892712 20411#: command-list.h:146
12705546 20412msgid "Reads tree information into the index"
55892712
JX
20413msgstr ""
20414
20415#: command-list.h:147
12705546 20416msgid "Reapply commits on top of another base tip"
55892712
JX
20417msgstr ""
20418
20419#: command-list.h:148
12705546 20420msgid "Receive what is pushed into the repository"
55892712
JX
20421msgstr ""
20422
20423#: command-list.h:149
12705546 20424msgid "Manage reflog information"
55892712
JX
20425msgstr ""
20426
20427#: command-list.h:150
12705546 20428msgid "Manage set of tracked repositories"
55892712
JX
20429msgstr ""
20430
20431#: command-list.h:151
12705546 20432msgid "Pack unpacked objects in a repository"
55892712
JX
20433msgstr ""
20434
20435#: command-list.h:152
12705546 20436msgid "Create, list, delete refs to replace objects"
55892712
JX
20437msgstr ""
20438
20439#: command-list.h:153
12705546 20440msgid "Generates a summary of pending changes"
822e4a65
JX
20441msgstr ""
20442
55892712 20443#: command-list.h:154
12705546 20444msgid "Reuse recorded resolution of conflicted merges"
55892712
JX
20445msgstr ""
20446
20447#: command-list.h:155
12705546 20448msgid "Reset current HEAD to the specified state"
55892712
JX
20449msgstr ""
20450
20451#: command-list.h:156
6b0f1a9b 20452msgid "Restore working tree files"
55892712
JX
20453msgstr ""
20454
20455#: command-list.h:157
6b0f1a9b 20456msgid "Revert some existing commits"
822e4a65
JX
20457msgstr ""
20458
55892712 20459#: command-list.h:158
6b0f1a9b 20460msgid "Lists commit objects in reverse chronological order"
55892712
JX
20461msgstr ""
20462
20463#: command-list.h:159
6b0f1a9b 20464msgid "Pick out and massage parameters"
55892712
JX
20465msgstr ""
20466
20467#: command-list.h:160
6b0f1a9b 20468msgid "Remove files from the working tree and from the index"
55892712
JX
20469msgstr ""
20470
20471#: command-list.h:161
6b0f1a9b 20472msgid "Send a collection of patches as emails"
55892712
JX
20473msgstr ""
20474
20475#: command-list.h:162
6b0f1a9b 20476msgid "Push objects over Git protocol to another repository"
822e4a65
JX
20477msgstr ""
20478
55892712 20479#: command-list.h:163
6b0f1a9b 20480msgid "Restricted login shell for Git-only SSH access"
55892712
JX
20481msgstr ""
20482
20483#: command-list.h:164
6b0f1a9b 20484msgid "Summarize 'git log' output"
12705546
JX
20485msgstr ""
20486
20487#: command-list.h:165
6b0f1a9b 20488msgid "Show various types of objects"
55892712
JX
20489msgstr ""
20490
12705546 20491#: command-list.h:166
6b0f1a9b 20492msgid "Show branches and their commits"
55892712
JX
20493msgstr ""
20494
12705546 20495#: command-list.h:167
6b0f1a9b 20496msgid "Show packed archive index"
55892712
JX
20497msgstr ""
20498
12705546 20499#: command-list.h:168
6b0f1a9b 20500msgid "List references in a local repository"
55892712
JX
20501msgstr ""
20502
12705546 20503#: command-list.h:169
6b0f1a9b 20504msgid "Git's i18n setup code for shell scripts"
55892712
JX
20505msgstr ""
20506
12705546 20507#: command-list.h:170
6b0f1a9b 20508msgid "Common Git shell script setup code"
55892712
JX
20509msgstr ""
20510
12705546 20511#: command-list.h:171
6b0f1a9b 20512msgid "Stash the changes in a dirty working directory away"
822e4a65
JX
20513msgstr ""
20514
12705546 20515#: command-list.h:172
6b0f1a9b 20516msgid "Add file contents to the staging area"
55892712
JX
20517msgstr ""
20518
12705546 20519#: command-list.h:173
6b0f1a9b 20520msgid "Show the working tree status"
55892712
JX
20521msgstr ""
20522
12705546 20523#: command-list.h:174
6b0f1a9b 20524msgid "Remove unnecessary whitespace"
55892712
JX
20525msgstr ""
20526
12705546 20527#: command-list.h:175
6b0f1a9b 20528msgid "Initialize, update or inspect submodules"
55892712
JX
20529msgstr ""
20530
12705546 20531#: command-list.h:176
6b0f1a9b 20532msgid "Bidirectional operation between a Subversion repository and Git"
822e4a65
JX
20533msgstr ""
20534
12705546 20535#: command-list.h:177
6b0f1a9b 20536msgid "Switch branches"
d07a63e4
JX
20537msgstr ""
20538
12705546 20539#: command-list.h:178
6b0f1a9b 20540msgid "Read, modify and delete symbolic refs"
d07a63e4
JX
20541msgstr ""
20542
12705546 20543#: command-list.h:179
6b0f1a9b 20544msgid "Create, list, delete or verify a tag object signed with GPG"
d07a63e4
JX
20545msgstr ""
20546
12705546 20547#: command-list.h:180
6b0f1a9b 20548msgid "Creates a temporary file with a blob's contents"
d07a63e4
JX
20549msgstr ""
20550
12705546 20551#: command-list.h:181
6b0f1a9b 20552msgid "Unpack objects from a packed archive"
55892712
JX
20553msgstr ""
20554
12705546 20555#: command-list.h:182
6b0f1a9b 20556msgid "Register file contents in the working tree to the index"
55892712
JX
20557msgstr ""
20558
12705546 20559#: command-list.h:183
6b0f1a9b 20560msgid "Update the object name stored in a ref safely"
55892712
JX
20561msgstr ""
20562
12705546 20563#: command-list.h:184
6b0f1a9b 20564msgid "Update auxiliary info file to help dumb servers"
55892712
JX
20565msgstr ""
20566
12705546 20567#: command-list.h:185
6b0f1a9b 20568msgid "Send archive back to git-archive"
55892712
JX
20569msgstr ""
20570
12705546 20571#: command-list.h:186
6b0f1a9b 20572msgid "Send objects packed back to git-fetch-pack"
55892712
JX
20573msgstr ""
20574
12705546 20575#: command-list.h:187
6b0f1a9b 20576msgid "Show a Git logical variable"
55892712
JX
20577msgstr ""
20578
12705546 20579#: command-list.h:188
6b0f1a9b 20580msgid "Check the GPG signature of commits"
55892712
JX
20581msgstr ""
20582
12705546 20583#: command-list.h:189
6b0f1a9b 20584msgid "Validate packed Git archive files"
55892712
JX
20585msgstr ""
20586
12705546 20587#: command-list.h:190
6b0f1a9b 20588msgid "Check the GPG signature of tags"
55892712
JX
20589msgstr ""
20590
12705546 20591#: command-list.h:191
6b0f1a9b 20592msgid "Git web interface (web frontend to Git repositories)"
55892712
JX
20593msgstr ""
20594
12705546 20595#: command-list.h:192
6b0f1a9b 20596msgid "Show logs with difference each commit introduces"
55892712
JX
20597msgstr ""
20598
12705546 20599#: command-list.h:193
6b0f1a9b 20600msgid "Manage multiple working trees"
55892712
JX
20601msgstr ""
20602
12705546 20603#: command-list.h:194
6b0f1a9b 20604msgid "Create a tree object from the current index"
55892712
JX
20605msgstr ""
20606
12705546 20607#: command-list.h:195
6b0f1a9b 20608msgid "Defining attributes per path"
55892712
JX
20609msgstr ""
20610
12705546 20611#: command-list.h:196
6b0f1a9b 20612msgid "Git command-line interface and conventions"
55892712
JX
20613msgstr ""
20614
12705546 20615#: command-list.h:197
6b0f1a9b 20616msgid "A Git core tutorial for developers"
55892712
JX
20617msgstr ""
20618
12705546 20619#: command-list.h:198
6b0f1a9b 20620msgid "Git for CVS users"
55892712
JX
20621msgstr ""
20622
12705546 20623#: command-list.h:199
6b0f1a9b 20624msgid "Tweaking diff output"
55892712
JX
20625msgstr ""
20626
12705546 20627#: command-list.h:200
6b0f1a9b 20628msgid "A useful minimum set of commands for Everyday Git"
55892712
JX
20629msgstr ""
20630
12705546 20631#: command-list.h:201
6b0f1a9b 20632msgid "A Git Glossary"
55892712
JX
20633msgstr ""
20634
12705546 20635#: command-list.h:202
6b0f1a9b 20636msgid "Hooks used by Git"
55892712
JX
20637msgstr ""
20638
12705546 20639#: command-list.h:203
6b0f1a9b 20640msgid "Specifies intentionally untracked files to ignore"
55892712
JX
20641msgstr ""
20642
12705546 20643#: command-list.h:204
6b0f1a9b 20644msgid "Defining submodule properties"
55892712
JX
20645msgstr ""
20646
12705546 20647#: command-list.h:205
6b0f1a9b 20648msgid "Git namespaces"
55892712
JX
20649msgstr ""
20650
12705546 20651#: command-list.h:206
6b0f1a9b 20652msgid "Git Repository Layout"
55892712
JX
20653msgstr ""
20654
12705546 20655#: command-list.h:207
6b0f1a9b 20656msgid "Specifying revisions and ranges for Git"
dba9f13c
JX
20657msgstr ""
20658
12705546 20659#: command-list.h:208
6b0f1a9b
JX
20660msgid "A tutorial introduction to Git: part two"
20661msgstr ""
20662
20663#: command-list.h:209
20664msgid "A tutorial introduction to Git"
20665msgstr ""
20666
20667#: command-list.h:210
55892712 20668msgid "An overview of recommended workflows with Git"
d07a63e4
JX
20669msgstr ""
20670
9fa976ff 20671#: git-bisect.sh:54
7256fd7c
JX
20672msgid "You need to start by \"git bisect start\""
20673msgstr ""
20674
dce37b66
JX
20675#. TRANSLATORS: Make sure to include [Y] and [n] in your
20676#. translation. The program will only accept English input
20677#. at this point.
9fa976ff 20678#: git-bisect.sh:60
dce37b66
JX
20679msgid "Do you want me to do it for you [Y/n]? "
20680msgstr ""
20681
94328cef 20682#: git-bisect.sh:101
dce37b66
JX
20683#, sh-format
20684msgid "Bad rev input: $arg"
20685msgstr ""
20686
94328cef 20687#: git-bisect.sh:121
9fa976ff
JX
20688#, sh-format
20689msgid "Bad rev input: $bisected_head"
dce37b66
JX
20690msgstr ""
20691
94328cef 20692#: git-bisect.sh:130
dce37b66
JX
20693#, sh-format
20694msgid "Bad rev input: $rev"
20695msgstr ""
20696
94328cef 20697#: git-bisect.sh:139
df0617bf
JX
20698#, sh-format
20699msgid "'git bisect $TERM_BAD' can take only one argument."
dce37b66
JX
20700msgstr ""
20701
94328cef 20702#: git-bisect.sh:209
dce37b66
JX
20703msgid "No logfile given"
20704msgstr ""
20705
94328cef 20706#: git-bisect.sh:210
dce37b66
JX
20707#, sh-format
20708msgid "cannot read $file for replaying"
20709msgstr ""
20710
94328cef 20711#: git-bisect.sh:232
dce37b66
JX
20712msgid "?? what are you talking about?"
20713msgstr ""
20714
94328cef 20715#: git-bisect.sh:241
18a90722
JX
20716msgid "bisect run failed: no command provided."
20717msgstr ""
20718
94328cef 20719#: git-bisect.sh:246
7256fd7c
JX
20720#, sh-format
20721msgid "running $command"
20722msgstr ""
20723
94328cef 20724#: git-bisect.sh:253
7256fd7c
JX
20725#, sh-format
20726msgid ""
20727"bisect run failed:\n"
20728"exit code $res from '$command' is < 0 or >= 128"
20729msgstr ""
20730
94328cef 20731#: git-bisect.sh:279
7256fd7c
JX
20732msgid "bisect run cannot continue any more"
20733msgstr ""
20734
94328cef 20735#: git-bisect.sh:285
7256fd7c
JX
20736#, sh-format
20737msgid ""
20738"bisect run failed:\n"
20739"'bisect_state $state' exited with error code $res"
20740msgstr ""
20741
94328cef 20742#: git-bisect.sh:292
7256fd7c 20743msgid "bisect run success"
dce37b66
JX
20744msgstr ""
20745
94328cef
JX
20746#: git-bisect.sh:300
20747msgid "We are not bisecting."
f4f2c8f8
JX
20748msgstr ""
20749
9fa976ff
JX
20750#: git-merge-octopus.sh:46
20751msgid ""
20752"Error: Your local changes to the following files would be overwritten by "
20753"merge"
20754msgstr ""
20755
20756#: git-merge-octopus.sh:61
20757msgid "Automated merge did not work."
20758msgstr ""
20759
20760#: git-merge-octopus.sh:62
fda7b092 20761msgid "Should not be doing an octopus."
9fa976ff
JX
20762msgstr ""
20763
20764#: git-merge-octopus.sh:73
20765#, sh-format
20766msgid "Unable to find common commit with $pretty_name"
20767msgstr ""
20768
20769#: git-merge-octopus.sh:77
20770#, sh-format
25eab542 20771msgid "Already up to date with $pretty_name"
9fa976ff
JX
20772msgstr ""
20773
20774#: git-merge-octopus.sh:89
20775#, sh-format
20776msgid "Fast-forwarding to: $pretty_name"
20777msgstr ""
20778
20779#: git-merge-octopus.sh:97
20780#, sh-format
20781msgid "Trying simple merge with $pretty_name"
20782msgstr ""
20783
20784#: git-merge-octopus.sh:102
20785msgid "Simple merge did not work, trying automatic merge."
20786msgstr ""
20787
d93ef2a1 20788#: git-legacy-stash.sh:220
dce37b66
JX
20789msgid "Cannot remove temporary index (can't happen)"
20790msgstr ""
20791
d93ef2a1 20792#: git-legacy-stash.sh:271
28b3cffc
JX
20793#, sh-format
20794msgid "Cannot update $ref_stash with $w_commit"
20795msgstr ""
20796
d93ef2a1 20797#: git-legacy-stash.sh:323
7256fd7c 20798#, sh-format
18a90722 20799msgid "error: unknown option for 'stash push': $option"
7256fd7c
JX
20800msgstr ""
20801
d93ef2a1 20802#: git-legacy-stash.sh:355
9fa976ff
JX
20803#, sh-format
20804msgid "Saved working directory and index state $stash_msg"
20805msgstr ""
20806
d93ef2a1 20807#: git-legacy-stash.sh:535
64f23b0c
JX
20808#, sh-format
20809msgid "unknown option: $opt"
20810msgstr ""
20811
d93ef2a1 20812#: git-legacy-stash.sh:555
dce37b66
JX
20813#, sh-format
20814msgid "Too many revisions specified: $REV"
20815msgstr ""
20816
d93ef2a1 20817#: git-legacy-stash.sh:570
dce37b66 20818#, sh-format
d07a63e4 20819msgid "$reference is not a valid reference"
dce37b66
JX
20820msgstr ""
20821
d93ef2a1 20822#: git-legacy-stash.sh:598
dce37b66
JX
20823#, sh-format
20824msgid "'$args' is not a stash-like commit"
20825msgstr ""
20826
d93ef2a1 20827#: git-legacy-stash.sh:609
dce37b66
JX
20828#, sh-format
20829msgid "'$args' is not a stash reference"
20830msgstr ""
20831
d93ef2a1 20832#: git-legacy-stash.sh:617
dce37b66
JX
20833msgid "unable to refresh index"
20834msgstr ""
20835
d93ef2a1 20836#: git-legacy-stash.sh:621
dce37b66
JX
20837msgid "Cannot apply a stash in the middle of a merge"
20838msgstr ""
20839
d93ef2a1 20840#: git-legacy-stash.sh:629
dce37b66
JX
20841msgid "Conflicts in index. Try without --index."
20842msgstr ""
20843
d93ef2a1 20844#: git-legacy-stash.sh:631
dce37b66
JX
20845msgid "Could not save index tree"
20846msgstr ""
20847
d93ef2a1 20848#: git-legacy-stash.sh:640
5b34e000 20849msgid "Could not restore untracked files from stash entry"
fda7b092
JX
20850msgstr ""
20851
d93ef2a1 20852#: git-legacy-stash.sh:665
dce37b66
JX
20853msgid "Cannot unstage modified files"
20854msgstr ""
20855
d93ef2a1 20856#: git-legacy-stash.sh:703
dce37b66
JX
20857#, sh-format
20858msgid "Dropped ${REV} ($s)"
20859msgstr ""
20860
d93ef2a1 20861#: git-legacy-stash.sh:704
dce37b66
JX
20862#, sh-format
20863msgid "${REV}: Could not drop stash entry"
20864msgstr ""
20865
d93ef2a1 20866#: git-legacy-stash.sh:791
dce37b66
JX
20867msgid "(To restore them type \"git stash apply\")"
20868msgstr ""
20869
d93ef2a1 20870#: git-submodule.sh:200
28b3cffc
JX
20871msgid "Relative path can only be used from the toplevel of the working tree"
20872msgstr ""
20873
d93ef2a1 20874#: git-submodule.sh:210
dce37b66
JX
20875#, sh-format
20876msgid "repo URL: '$repo' must be absolute or begin with ./|../"
20877msgstr ""
20878
d93ef2a1 20879#: git-submodule.sh:229
dce37b66 20880#, sh-format
cd1e7487 20881msgid "'$sm_path' already exists in the index"
dce37b66
JX
20882msgstr ""
20883
d93ef2a1 20884#: git-submodule.sh:232
673bfad0
JX
20885#, sh-format
20886msgid "'$sm_path' already exists in the index and is not a submodule"
20887msgstr ""
20888
d93ef2a1
JX
20889#: git-submodule.sh:239
20890#, sh-format
20891msgid "'$sm_path' does not have a commit checked out"
20892msgstr ""
20893
20894#: git-submodule.sh:245
7256fd7c
JX
20895#, sh-format
20896msgid ""
20897"The following path is ignored by one of your .gitignore files:\n"
20898"$sm_path\n"
20899"Use -f if you really want to add it."
20900msgstr ""
20901
d93ef2a1 20902#: git-submodule.sh:268
7256fd7c
JX
20903#, sh-format
20904msgid "Adding existing repo at '$sm_path' to the index"
20905msgstr ""
20906
d93ef2a1 20907#: git-submodule.sh:270
dce37b66 20908#, sh-format
cd1e7487 20909msgid "'$sm_path' already exists and is not a valid git repo"
dce37b66
JX
20910msgstr ""
20911
d93ef2a1 20912#: git-submodule.sh:278
fe52cd62
JX
20913#, sh-format
20914msgid "A git directory for '$sm_name' is found locally with remote(s):"
20915msgstr ""
20916
d93ef2a1 20917#: git-submodule.sh:280
fe52cd62
JX
20918#, sh-format
20919msgid ""
9fa976ff
JX
20920"If you want to reuse this local git directory instead of cloning again from\n"
20921" $realrepo\n"
20922"use the '--force' option. If the local git directory is not the correct "
20923"repo\n"
fe52cd62
JX
20924"or you are unsure what this means choose another name with the '--name' "
20925"option."
20926msgstr ""
20927
d93ef2a1 20928#: git-submodule.sh:286
fe52cd62
JX
20929#, sh-format
20930msgid "Reactivating local git directory for submodule '$sm_name'."
20931msgstr ""
20932
d93ef2a1 20933#: git-submodule.sh:298
dce37b66 20934#, sh-format
cd1e7487 20935msgid "Unable to checkout submodule '$sm_path'"
dce37b66
JX
20936msgstr ""
20937
d93ef2a1 20938#: git-submodule.sh:303
dce37b66 20939#, sh-format
cd1e7487 20940msgid "Failed to add submodule '$sm_path'"
dce37b66
JX
20941msgstr ""
20942
d93ef2a1 20943#: git-submodule.sh:312
dce37b66 20944#, sh-format
cd1e7487 20945msgid "Failed to register submodule '$sm_path'"
dce37b66
JX
20946msgstr ""
20947
d93ef2a1 20948#: git-submodule.sh:573
dce37b66 20949#, sh-format
28b3cffc 20950msgid "Unable to find current revision in submodule path '$displaypath'"
dce37b66
JX
20951msgstr ""
20952
d93ef2a1 20953#: git-submodule.sh:583
dce37b66 20954#, sh-format
cd1e7487 20955msgid "Unable to fetch in submodule path '$sm_path'"
dce37b66
JX
20956msgstr ""
20957
d93ef2a1 20958#: git-submodule.sh:588
9fa976ff
JX
20959#, sh-format
20960msgid ""
20961"Unable to find current ${remote_name}/${branch} revision in submodule path "
20962"'$sm_path'"
20963msgstr ""
20964
d93ef2a1 20965#: git-submodule.sh:606
dce37b66 20966#, sh-format
d93ef2a1
JX
20967msgid ""
20968"Unable to fetch in submodule path '$displaypath'; trying to directly fetch "
20969"$sha1:"
dce37b66
JX
20970msgstr ""
20971
d93ef2a1 20972#: git-submodule.sh:612
9fa976ff
JX
20973#, sh-format
20974msgid ""
20975"Fetched in submodule path '$displaypath', but it did not contain $sha1. "
20976"Direct fetching of that commit failed."
20977msgstr ""
20978
d93ef2a1 20979#: git-submodule.sh:619
5e078fcd
JX
20980#, sh-format
20981msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
20982msgstr ""
20983
d93ef2a1 20984#: git-submodule.sh:620
dce37b66 20985#, sh-format
5e078fcd
JX
20986msgid "Submodule path '$displaypath': checked out '$sha1'"
20987msgstr ""
20988
d93ef2a1 20989#: git-submodule.sh:624
5e078fcd 20990#, sh-format
28b3cffc 20991msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
dce37b66
JX
20992msgstr ""
20993
d93ef2a1 20994#: git-submodule.sh:625
dce37b66 20995#, sh-format
28b3cffc 20996msgid "Submodule path '$displaypath': rebased into '$sha1'"
dce37b66
JX
20997msgstr ""
20998
d93ef2a1 20999#: git-submodule.sh:630
dce37b66 21000#, sh-format
28b3cffc 21001msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
dce37b66
JX
21002msgstr ""
21003
d93ef2a1 21004#: git-submodule.sh:631
dce37b66 21005#, sh-format
28b3cffc 21006msgid "Submodule path '$displaypath': merged in '$sha1'"
dce37b66
JX
21007msgstr ""
21008
d93ef2a1 21009#: git-submodule.sh:636
dce37b66 21010#, sh-format
f517e50d 21011msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
dce37b66
JX
21012msgstr ""
21013
d93ef2a1 21014#: git-submodule.sh:637
dce37b66 21015#, sh-format
f517e50d 21016msgid "Submodule path '$displaypath': '$command $sha1'"
dce37b66
JX
21017msgstr ""
21018
d93ef2a1 21019#: git-submodule.sh:668
28b3cffc
JX
21020#, sh-format
21021msgid "Failed to recurse into submodule path '$displaypath'"
21022msgstr ""
21023
d93ef2a1 21024#: git-submodule.sh:830
3b6137f2 21025msgid "The --cached option cannot be used with the --files option"
7256fd7c
JX
21026msgstr ""
21027
d93ef2a1 21028#: git-submodule.sh:882
7256fd7c
JX
21029#, sh-format
21030msgid "unexpected mode $mod_dst"
dce37b66
JX
21031msgstr ""
21032
d93ef2a1 21033#: git-submodule.sh:902
dce37b66 21034#, sh-format
28b3cffc 21035msgid " Warn: $display_name doesn't contain commit $sha1_src"
dce37b66
JX
21036msgstr ""
21037
d93ef2a1 21038#: git-submodule.sh:905
dce37b66 21039#, sh-format
28b3cffc 21040msgid " Warn: $display_name doesn't contain commit $sha1_dst"
dce37b66
JX
21041msgstr ""
21042
d93ef2a1 21043#: git-submodule.sh:908
dce37b66 21044#, sh-format
28b3cffc 21045msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
dce37b66
JX
21046msgstr ""
21047
f517e50d
JX
21048#: git-parse-remote.sh:89
21049#, sh-format
21050msgid "See git-${cmd}(1) for details."
21051msgstr ""
9fa976ff 21052
6b0f1a9b
JX
21053#: git-rebase--preserve-merges.sh:109
21054msgid "Applied autostash."
21055msgstr ""
21056
21057#: git-rebase--preserve-merges.sh:112
21058#, sh-format
21059msgid "Cannot store $stash_sha1"
21060msgstr ""
21061
21062#: git-rebase--preserve-merges.sh:191
dba9f13c
JX
21063#, sh-format
21064msgid "Rebasing ($new_count/$total)"
21065msgstr ""
21066
6b0f1a9b 21067#: git-rebase--preserve-merges.sh:207
dba9f13c
JX
21068msgid ""
21069"\n"
21070"Commands:\n"
21071"p, pick <commit> = use commit\n"
21072"r, reword <commit> = use commit, but edit the commit message\n"
21073"e, edit <commit> = use commit, but stop for amending\n"
21074"s, squash <commit> = use commit, but meld into previous commit\n"
21075"f, fixup <commit> = like \"squash\", but discard this commit's log message\n"
21076"x, exec <commit> = run command (the rest of the line) using shell\n"
21077"d, drop <commit> = remove commit\n"
21078"l, label <label> = label current HEAD with a name\n"
21079"t, reset <label> = reset HEAD to a label\n"
21080"m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
21081". create a merge commit using the original merge commit's\n"
21082". message (or the oneline, if no original merge commit was\n"
21083". specified). Use -c <commit> to reword the commit message.\n"
21084"\n"
21085"These lines can be re-ordered; they are executed from top to bottom.\n"
21086msgstr ""
21087
6b0f1a9b 21088#: git-rebase--preserve-merges.sh:270
9fa976ff
JX
21089#, sh-format
21090msgid ""
21091"You can amend the commit now, with\n"
21092"\n"
21093"\tgit commit --amend $gpg_sign_opt_quoted\n"
21094"\n"
21095"Once you are satisfied with your changes, run\n"
21096"\n"
21097"\tgit rebase --continue"
21098msgstr ""
21099
6b0f1a9b 21100#: git-rebase--preserve-merges.sh:295
9fa976ff
JX
21101#, sh-format
21102msgid "$sha1: not a commit that can be picked"
21103msgstr ""
21104
6b0f1a9b 21105#: git-rebase--preserve-merges.sh:334
9fa976ff
JX
21106#, sh-format
21107msgid "Invalid commit name: $sha1"
21108msgstr ""
21109
6b0f1a9b 21110#: git-rebase--preserve-merges.sh:364
9fa976ff
JX
21111msgid "Cannot write current commit's replacement sha1"
21112msgstr ""
21113
6b0f1a9b 21114#: git-rebase--preserve-merges.sh:415
9fa976ff
JX
21115#, sh-format
21116msgid "Fast-forward to $sha1"
21117msgstr ""
21118
6b0f1a9b 21119#: git-rebase--preserve-merges.sh:417
9fa976ff
JX
21120#, sh-format
21121msgid "Cannot fast-forward to $sha1"
21122msgstr ""
21123
6b0f1a9b 21124#: git-rebase--preserve-merges.sh:426
9fa976ff
JX
21125#, sh-format
21126msgid "Cannot move HEAD to $first_parent"
21127msgstr ""
21128
6b0f1a9b 21129#: git-rebase--preserve-merges.sh:431
9fa976ff
JX
21130#, sh-format
21131msgid "Refusing to squash a merge: $sha1"
21132msgstr ""
21133
6b0f1a9b 21134#: git-rebase--preserve-merges.sh:449
9fa976ff
JX
21135#, sh-format
21136msgid "Error redoing merge $sha1"
21137msgstr ""
21138
6b0f1a9b 21139#: git-rebase--preserve-merges.sh:458
9fa976ff
JX
21140#, sh-format
21141msgid "Could not pick $sha1"
21142msgstr ""
21143
6b0f1a9b 21144#: git-rebase--preserve-merges.sh:467
5bd166d8
JX
21145#, sh-format
21146msgid "This is the commit message #${n}:"
9fa976ff
JX
21147msgstr ""
21148
6b0f1a9b 21149#: git-rebase--preserve-merges.sh:472
9fa976ff 21150#, sh-format
5bd166d8 21151msgid "The commit message #${n} will be skipped:"
9fa976ff
JX
21152msgstr ""
21153
6b0f1a9b 21154#: git-rebase--preserve-merges.sh:483
9fa976ff 21155#, sh-format
9fa976ff
JX
21156msgid "This is a combination of $count commit."
21157msgid_plural "This is a combination of $count commits."
21158msgstr[0] ""
21159msgstr[1] ""
21160
6b0f1a9b 21161#: git-rebase--preserve-merges.sh:492
9fa976ff
JX
21162#, sh-format
21163msgid "Cannot write $fixup_msg"
21164msgstr ""
21165
6b0f1a9b 21166#: git-rebase--preserve-merges.sh:495
673bfad0 21167msgid "This is a combination of 2 commits."
5bd166d8
JX
21168msgstr ""
21169
6b0f1a9b
JX
21170#: git-rebase--preserve-merges.sh:536 git-rebase--preserve-merges.sh:579
21171#: git-rebase--preserve-merges.sh:582
9fa976ff
JX
21172#, sh-format
21173msgid "Could not apply $sha1... $rest"
21174msgstr ""
21175
6b0f1a9b 21176#: git-rebase--preserve-merges.sh:611
9fa976ff
JX
21177#, sh-format
21178msgid ""
21179"Could not amend commit after successfully picking $sha1... $rest\n"
21180"This is most likely due to an empty commit message, or the pre-commit hook\n"
21181"failed. If the pre-commit hook failed, you may need to resolve the issue "
21182"before\n"
21183"you are able to reword the commit."
21184msgstr ""
21185
6b0f1a9b 21186#: git-rebase--preserve-merges.sh:626
9fa976ff
JX
21187#, sh-format
21188msgid "Stopped at $sha1_abbrev... $rest"
21189msgstr ""
21190
6b0f1a9b 21191#: git-rebase--preserve-merges.sh:641
9fa976ff
JX
21192#, sh-format
21193msgid "Cannot '$squash_style' without a previous commit"
21194msgstr ""
21195
6b0f1a9b 21196#: git-rebase--preserve-merges.sh:683
9fa976ff
JX
21197#, sh-format
21198msgid "Executing: $rest"
21199msgstr ""
21200
6b0f1a9b 21201#: git-rebase--preserve-merges.sh:691
9fa976ff
JX
21202#, sh-format
21203msgid "Execution failed: $rest"
21204msgstr ""
21205
6b0f1a9b 21206#: git-rebase--preserve-merges.sh:693
9fa976ff
JX
21207msgid "and made changes to the index and/or the working tree"
21208msgstr ""
21209
6b0f1a9b 21210#: git-rebase--preserve-merges.sh:695
9fa976ff
JX
21211msgid ""
21212"You can fix the problem, and then run\n"
21213"\n"
21214"\tgit rebase --continue"
21215msgstr ""
21216
21217#. TRANSLATORS: after these lines is a command to be issued by the user
6b0f1a9b 21218#: git-rebase--preserve-merges.sh:708
9fa976ff
JX
21219#, sh-format
21220msgid ""
21221"Execution succeeded: $rest\n"
21222"but left changes to the index and/or the working tree\n"
21223"Commit or stash your changes, and then run\n"
21224"\n"
21225"\tgit rebase --continue"
21226msgstr ""
21227
6b0f1a9b 21228#: git-rebase--preserve-merges.sh:719
9fa976ff
JX
21229#, sh-format
21230msgid "Unknown command: $command $sha1 $rest"
21231msgstr ""
21232
6b0f1a9b 21233#: git-rebase--preserve-merges.sh:720
9fa976ff
JX
21234msgid "Please fix this using 'git rebase --edit-todo'."
21235msgstr ""
21236
6b0f1a9b 21237#: git-rebase--preserve-merges.sh:755
9fa976ff
JX
21238#, sh-format
21239msgid "Successfully rebased and updated $head_name."
21240msgstr ""
21241
6b0f1a9b 21242#: git-rebase--preserve-merges.sh:812
9fa976ff
JX
21243msgid "Could not remove CHERRY_PICK_HEAD"
21244msgstr ""
21245
6b0f1a9b 21246#: git-rebase--preserve-merges.sh:817
9fa976ff
JX
21247#, sh-format
21248msgid ""
21249"You have staged changes in your working tree.\n"
21250"If these changes are meant to be\n"
21251"squashed into the previous commit, run:\n"
21252"\n"
21253" git commit --amend $gpg_sign_opt_quoted\n"
21254"\n"
21255"If they are meant to go into a new commit, run:\n"
21256"\n"
21257" git commit $gpg_sign_opt_quoted\n"
21258"\n"
fda7b092 21259"In both cases, once you're done, continue with:\n"
9fa976ff
JX
21260"\n"
21261" git rebase --continue\n"
21262msgstr ""
21263
6b0f1a9b 21264#: git-rebase--preserve-merges.sh:834
9fa976ff
JX
21265msgid "Error trying to find the author identity to amend commit"
21266msgstr ""
21267
6b0f1a9b 21268#: git-rebase--preserve-merges.sh:839
9fa976ff
JX
21269msgid ""
21270"You have uncommitted changes in your working tree. Please commit them\n"
21271"first and then run 'git rebase --continue' again."
21272msgstr ""
21273
6b0f1a9b 21274#: git-rebase--preserve-merges.sh:844 git-rebase--preserve-merges.sh:848
9fa976ff
JX
21275msgid "Could not commit staged changes."
21276msgstr ""
21277
6b0f1a9b 21278#: git-rebase--preserve-merges.sh:879 git-rebase--preserve-merges.sh:965
12705546
JX
21279msgid "Could not execute editor"
21280msgstr ""
21281
6b0f1a9b 21282#: git-rebase--preserve-merges.sh:900
12705546
JX
21283#, sh-format
21284msgid "Could not checkout $switch_to"
21285msgstr ""
21286
6b0f1a9b 21287#: git-rebase--preserve-merges.sh:907
12705546
JX
21288msgid "No HEAD?"
21289msgstr ""
21290
6b0f1a9b 21291#: git-rebase--preserve-merges.sh:908
12705546
JX
21292#, sh-format
21293msgid "Could not create temporary $state_dir"
21294msgstr ""
21295
6b0f1a9b 21296#: git-rebase--preserve-merges.sh:911
12705546 21297msgid "Could not mark as interactive"
9b7388a8
JX
21298msgstr ""
21299
6b0f1a9b 21300#: git-rebase--preserve-merges.sh:943
12705546
JX
21301#, sh-format
21302msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
21303msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
21304msgstr[0] ""
21305msgstr[1] ""
21306
6b0f1a9b 21307#: git-rebase--preserve-merges.sh:997 git-rebase--preserve-merges.sh:1002
9b7388a8
JX
21308msgid "Could not init rewritten commits"
21309msgstr ""
21310
9fa976ff
JX
21311#: git-sh-setup.sh:89 git-sh-setup.sh:94
21312#, sh-format
21313msgid "usage: $dashless $USAGE"
21314msgstr ""
21315
d93ef2a1 21316#: git-sh-setup.sh:191
9fa976ff
JX
21317#, sh-format
21318msgid "Cannot chdir to $cdup, the toplevel of the working tree"
21319msgstr ""
21320
d93ef2a1 21321#: git-sh-setup.sh:200 git-sh-setup.sh:207
9fa976ff
JX
21322#, sh-format
21323msgid "fatal: $program_name cannot be used without a working tree."
21324msgstr ""
21325
d93ef2a1 21326#: git-sh-setup.sh:221
9fa976ff
JX
21327msgid "Cannot rebase: You have unstaged changes."
21328msgstr ""
21329
d93ef2a1 21330#: git-sh-setup.sh:224
9fa976ff
JX
21331msgid "Cannot rewrite branches: You have unstaged changes."
21332msgstr ""
21333
d93ef2a1 21334#: git-sh-setup.sh:227
fda7b092
JX
21335msgid "Cannot pull with rebase: You have unstaged changes."
21336msgstr ""
21337
d93ef2a1 21338#: git-sh-setup.sh:230
9fa976ff
JX
21339#, sh-format
21340msgid "Cannot $action: You have unstaged changes."
21341msgstr ""
21342
d93ef2a1 21343#: git-sh-setup.sh:243
9fa976ff
JX
21344msgid "Cannot rebase: Your index contains uncommitted changes."
21345msgstr ""
21346
d93ef2a1 21347#: git-sh-setup.sh:246
fda7b092
JX
21348msgid "Cannot pull with rebase: Your index contains uncommitted changes."
21349msgstr ""
21350
d93ef2a1 21351#: git-sh-setup.sh:249
9fa976ff
JX
21352#, sh-format
21353msgid "Cannot $action: Your index contains uncommitted changes."
21354msgstr ""
21355
d93ef2a1 21356#: git-sh-setup.sh:253
fda7b092
JX
21357msgid "Additionally, your index contains uncommitted changes."
21358msgstr ""
21359
d93ef2a1 21360#: git-sh-setup.sh:373
9fa976ff
JX
21361msgid "You need to run this command from the toplevel of the working tree."
21362msgstr ""
21363
d93ef2a1 21364#: git-sh-setup.sh:378
9fa976ff
JX
21365msgid "Unable to determine absolute path of git directory"
21366msgstr ""
673bfad0
JX
21367
21368#. TRANSLATORS: you can adjust this to align "git add -i" status menu
6b0f1a9b 21369#: git-add--interactive.perl:210
673bfad0
JX
21370#, perl-format
21371msgid "%12s %12s %s"
21372msgstr ""
21373
6b0f1a9b 21374#: git-add--interactive.perl:211
673bfad0
JX
21375msgid "staged"
21376msgstr ""
21377
6b0f1a9b 21378#: git-add--interactive.perl:211
673bfad0
JX
21379msgid "unstaged"
21380msgstr ""
21381
6b0f1a9b 21382#: git-add--interactive.perl:267 git-add--interactive.perl:292
673bfad0
JX
21383msgid "binary"
21384msgstr ""
21385
6b0f1a9b 21386#: git-add--interactive.perl:276 git-add--interactive.perl:330
673bfad0
JX
21387msgid "nothing"
21388msgstr ""
21389
6b0f1a9b 21390#: git-add--interactive.perl:312 git-add--interactive.perl:327
673bfad0
JX
21391msgid "unchanged"
21392msgstr ""
21393
6b0f1a9b 21394#: git-add--interactive.perl:623
673bfad0
JX
21395#, perl-format
21396msgid "added %d path\n"
21397msgid_plural "added %d paths\n"
21398msgstr[0] ""
21399msgstr[1] ""
21400
6b0f1a9b 21401#: git-add--interactive.perl:626
673bfad0
JX
21402#, perl-format
21403msgid "updated %d path\n"
21404msgid_plural "updated %d paths\n"
21405msgstr[0] ""
21406msgstr[1] ""
21407
6b0f1a9b 21408#: git-add--interactive.perl:629
673bfad0
JX
21409#, perl-format
21410msgid "reverted %d path\n"
21411msgid_plural "reverted %d paths\n"
21412msgstr[0] ""
21413msgstr[1] ""
21414
6b0f1a9b 21415#: git-add--interactive.perl:632
673bfad0
JX
21416#, perl-format
21417msgid "touched %d path\n"
21418msgid_plural "touched %d paths\n"
21419msgstr[0] ""
21420msgstr[1] ""
21421
6b0f1a9b 21422#: git-add--interactive.perl:641
673bfad0
JX
21423msgid "Update"
21424msgstr ""
21425
6b0f1a9b 21426#: git-add--interactive.perl:653
673bfad0
JX
21427msgid "Revert"
21428msgstr ""
21429
6b0f1a9b 21430#: git-add--interactive.perl:676
673bfad0
JX
21431#, perl-format
21432msgid "note: %s is untracked now.\n"
21433msgstr ""
21434
6b0f1a9b 21435#: git-add--interactive.perl:687
673bfad0
JX
21436msgid "Add untracked"
21437msgstr ""
21438
6b0f1a9b 21439#: git-add--interactive.perl:693
673bfad0
JX
21440msgid "No untracked files.\n"
21441msgstr ""
21442
6b0f1a9b 21443#: git-add--interactive.perl:1051
673bfad0
JX
21444msgid ""
21445"If the patch applies cleanly, the edited hunk will immediately be\n"
21446"marked for staging."
21447msgstr ""
21448
6b0f1a9b 21449#: git-add--interactive.perl:1054
673bfad0
JX
21450msgid ""
21451"If the patch applies cleanly, the edited hunk will immediately be\n"
21452"marked for stashing."
21453msgstr ""
21454
6b0f1a9b 21455#: git-add--interactive.perl:1057
673bfad0
JX
21456msgid ""
21457"If the patch applies cleanly, the edited hunk will immediately be\n"
21458"marked for unstaging."
21459msgstr ""
21460
6b0f1a9b
JX
21461#: git-add--interactive.perl:1060 git-add--interactive.perl:1069
21462#: git-add--interactive.perl:1075
673bfad0
JX
21463msgid ""
21464"If the patch applies cleanly, the edited hunk will immediately be\n"
21465"marked for applying."
21466msgstr ""
21467
6b0f1a9b
JX
21468#: git-add--interactive.perl:1063 git-add--interactive.perl:1066
21469#: git-add--interactive.perl:1072
673bfad0
JX
21470msgid ""
21471"If the patch applies cleanly, the edited hunk will immediately be\n"
21472"marked for discarding."
21473msgstr ""
21474
6b0f1a9b 21475#: git-add--interactive.perl:1109
673bfad0
JX
21476#, perl-format
21477msgid "failed to open hunk edit file for writing: %s"
21478msgstr ""
21479
6b0f1a9b 21480#: git-add--interactive.perl:1110
673bfad0
JX
21481msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
21482msgstr ""
21483
6b0f1a9b 21484#: git-add--interactive.perl:1116
673bfad0
JX
21485#, perl-format
21486msgid ""
21487"---\n"
21488"To remove '%s' lines, make them ' ' lines (context).\n"
21489"To remove '%s' lines, delete them.\n"
21490"Lines starting with %s will be removed.\n"
21491msgstr ""
21492
21493#. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
6b0f1a9b 21494#: git-add--interactive.perl:1124
673bfad0
JX
21495msgid ""
21496"If it does not apply cleanly, you will be given an opportunity to\n"
21497"edit again. If all lines of the hunk are removed, then the edit is\n"
21498"aborted and the hunk is left unchanged.\n"
21499msgstr ""
21500
6b0f1a9b 21501#: git-add--interactive.perl:1138
673bfad0
JX
21502#, perl-format
21503msgid "failed to open hunk edit file for reading: %s"
21504msgstr ""
21505
21506#. TRANSLATORS: do not translate [y/n]
21507#. The program will only accept that input
21508#. at this point.
21509#. Consider translating (saying "no" discards!) as
21510#. (saying "n" for "no" discards!) if the translation
21511#. of the word "no" does not start with n.
6b0f1a9b 21512#: git-add--interactive.perl:1237
673bfad0
JX
21513msgid ""
21514"Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
21515msgstr ""
21516
6b0f1a9b 21517#: git-add--interactive.perl:1246
673bfad0
JX
21518msgid ""
21519"y - stage this hunk\n"
21520"n - do not stage this hunk\n"
21521"q - quit; do not stage this hunk or any of the remaining ones\n"
21522"a - stage this hunk and all later hunks in the file\n"
21523"d - do not stage this hunk or any of the later hunks in the file"
21524msgstr ""
21525
6b0f1a9b 21526#: git-add--interactive.perl:1252
673bfad0
JX
21527msgid ""
21528"y - stash this hunk\n"
21529"n - do not stash this hunk\n"
21530"q - quit; do not stash this hunk or any of the remaining ones\n"
21531"a - stash this hunk and all later hunks in the file\n"
21532"d - do not stash this hunk or any of the later hunks in the file"
21533msgstr ""
21534
6b0f1a9b 21535#: git-add--interactive.perl:1258
673bfad0
JX
21536msgid ""
21537"y - unstage this hunk\n"
21538"n - do not unstage this hunk\n"
21539"q - quit; do not unstage this hunk or any of the remaining ones\n"
21540"a - unstage this hunk and all later hunks in the file\n"
21541"d - do not unstage this hunk or any of the later hunks in the file"
21542msgstr ""
21543
6b0f1a9b 21544#: git-add--interactive.perl:1264
673bfad0
JX
21545msgid ""
21546"y - apply this hunk to index\n"
21547"n - do not apply this hunk to index\n"
21548"q - quit; do not apply this hunk or any of the remaining ones\n"
21549"a - apply this hunk and all later hunks in the file\n"
21550"d - do not apply this hunk or any of the later hunks in the file"
21551msgstr ""
21552
6b0f1a9b 21553#: git-add--interactive.perl:1270 git-add--interactive.perl:1288
673bfad0
JX
21554msgid ""
21555"y - discard this hunk from worktree\n"
21556"n - do not discard this hunk from worktree\n"
21557"q - quit; do not discard this hunk or any of the remaining ones\n"
21558"a - discard this hunk and all later hunks in the file\n"
21559"d - do not discard this hunk or any of the later hunks in the file"
21560msgstr ""
21561
6b0f1a9b 21562#: git-add--interactive.perl:1276
673bfad0
JX
21563msgid ""
21564"y - discard this hunk from index and worktree\n"
21565"n - do not discard this hunk from index and worktree\n"
21566"q - quit; do not discard this hunk or any of the remaining ones\n"
21567"a - discard this hunk and all later hunks in the file\n"
21568"d - do not discard this hunk or any of the later hunks in the file"
21569msgstr ""
21570
6b0f1a9b 21571#: git-add--interactive.perl:1282
673bfad0
JX
21572msgid ""
21573"y - apply this hunk to index and worktree\n"
21574"n - do not apply this hunk to index and worktree\n"
21575"q - quit; do not apply this hunk or any of the remaining ones\n"
21576"a - apply this hunk and all later hunks in the file\n"
21577"d - do not apply this hunk or any of the later hunks in the file"
21578msgstr ""
21579
6b0f1a9b
JX
21580#: git-add--interactive.perl:1294
21581msgid ""
21582"y - apply this hunk to worktree\n"
21583"n - do not apply this hunk to worktree\n"
21584"q - quit; do not apply this hunk or any of the remaining ones\n"
21585"a - apply this hunk and all later hunks in the file\n"
21586"d - do not apply this hunk or any of the later hunks in the file"
21587msgstr ""
21588
21589#: git-add--interactive.perl:1309
673bfad0
JX
21590msgid ""
21591"g - select a hunk to go to\n"
21592"/ - search for a hunk matching the given regex\n"
21593"j - leave this hunk undecided, see next undecided hunk\n"
21594"J - leave this hunk undecided, see next hunk\n"
21595"k - leave this hunk undecided, see previous undecided hunk\n"
21596"K - leave this hunk undecided, see previous hunk\n"
21597"s - split the current hunk into smaller hunks\n"
21598"e - manually edit the current hunk\n"
21599"? - print help\n"
21600msgstr ""
21601
6b0f1a9b 21602#: git-add--interactive.perl:1340
673bfad0
JX
21603msgid "The selected hunks do not apply to the index!\n"
21604msgstr ""
21605
6b0f1a9b 21606#: git-add--interactive.perl:1341
673bfad0
JX
21607msgid "Apply them to the worktree anyway? "
21608msgstr ""
21609
6b0f1a9b 21610#: git-add--interactive.perl:1344
673bfad0
JX
21611msgid "Nothing was applied.\n"
21612msgstr ""
21613
6b0f1a9b 21614#: git-add--interactive.perl:1355
673bfad0
JX
21615#, perl-format
21616msgid "ignoring unmerged: %s\n"
21617msgstr ""
21618
6b0f1a9b 21619#: git-add--interactive.perl:1364
673bfad0
JX
21620msgid "Only binary files changed.\n"
21621msgstr ""
21622
6b0f1a9b 21623#: git-add--interactive.perl:1366
673bfad0
JX
21624msgid "No changes.\n"
21625msgstr ""
21626
6b0f1a9b 21627#: git-add--interactive.perl:1374
673bfad0
JX
21628msgid "Patch update"
21629msgstr ""
21630
6b0f1a9b 21631#: git-add--interactive.perl:1426
673bfad0 21632#, perl-format
abc8de64 21633msgid "Stage mode change [y,n,q,a,d%s,?]? "
673bfad0
JX
21634msgstr ""
21635
6b0f1a9b 21636#: git-add--interactive.perl:1427
673bfad0 21637#, perl-format
abc8de64 21638msgid "Stage deletion [y,n,q,a,d%s,?]? "
673bfad0
JX
21639msgstr ""
21640
6b0f1a9b 21641#: git-add--interactive.perl:1428
673bfad0 21642#, perl-format
abc8de64 21643msgid "Stage this hunk [y,n,q,a,d%s,?]? "
673bfad0
JX
21644msgstr ""
21645
6b0f1a9b 21646#: git-add--interactive.perl:1431
673bfad0 21647#, perl-format
abc8de64 21648msgid "Stash mode change [y,n,q,a,d%s,?]? "
673bfad0
JX
21649msgstr ""
21650
6b0f1a9b 21651#: git-add--interactive.perl:1432
673bfad0 21652#, perl-format
abc8de64 21653msgid "Stash deletion [y,n,q,a,d%s,?]? "
673bfad0
JX
21654msgstr ""
21655
6b0f1a9b 21656#: git-add--interactive.perl:1433
673bfad0 21657#, perl-format
abc8de64 21658msgid "Stash this hunk [y,n,q,a,d%s,?]? "
673bfad0
JX
21659msgstr ""
21660
6b0f1a9b 21661#: git-add--interactive.perl:1436
673bfad0 21662#, perl-format
abc8de64 21663msgid "Unstage mode change [y,n,q,a,d%s,?]? "
673bfad0
JX
21664msgstr ""
21665
6b0f1a9b 21666#: git-add--interactive.perl:1437
673bfad0 21667#, perl-format
abc8de64 21668msgid "Unstage deletion [y,n,q,a,d%s,?]? "
673bfad0
JX
21669msgstr ""
21670
6b0f1a9b 21671#: git-add--interactive.perl:1438
673bfad0 21672#, perl-format
abc8de64 21673msgid "Unstage this hunk [y,n,q,a,d%s,?]? "
673bfad0
JX
21674msgstr ""
21675
6b0f1a9b 21676#: git-add--interactive.perl:1441
673bfad0 21677#, perl-format
abc8de64 21678msgid "Apply mode change to index [y,n,q,a,d%s,?]? "
673bfad0
JX
21679msgstr ""
21680
6b0f1a9b 21681#: git-add--interactive.perl:1442
673bfad0 21682#, perl-format
abc8de64 21683msgid "Apply deletion to index [y,n,q,a,d%s,?]? "
673bfad0
JX
21684msgstr ""
21685
6b0f1a9b 21686#: git-add--interactive.perl:1443
673bfad0 21687#, perl-format
abc8de64 21688msgid "Apply this hunk to index [y,n,q,a,d%s,?]? "
673bfad0
JX
21689msgstr ""
21690
6b0f1a9b 21691#: git-add--interactive.perl:1446 git-add--interactive.perl:1461
673bfad0 21692#, perl-format
abc8de64 21693msgid "Discard mode change from worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
21694msgstr ""
21695
6b0f1a9b 21696#: git-add--interactive.perl:1447 git-add--interactive.perl:1462
673bfad0 21697#, perl-format
abc8de64 21698msgid "Discard deletion from worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
21699msgstr ""
21700
6b0f1a9b 21701#: git-add--interactive.perl:1448 git-add--interactive.perl:1463
673bfad0 21702#, perl-format
abc8de64 21703msgid "Discard this hunk from worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
21704msgstr ""
21705
6b0f1a9b 21706#: git-add--interactive.perl:1451
673bfad0 21707#, perl-format
abc8de64 21708msgid "Discard mode change from index and worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
21709msgstr ""
21710
6b0f1a9b 21711#: git-add--interactive.perl:1452
673bfad0 21712#, perl-format
abc8de64 21713msgid "Discard deletion from index and worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
21714msgstr ""
21715
6b0f1a9b 21716#: git-add--interactive.perl:1453
673bfad0 21717#, perl-format
abc8de64 21718msgid "Discard this hunk from index and worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
21719msgstr ""
21720
6b0f1a9b 21721#: git-add--interactive.perl:1456
673bfad0 21722#, perl-format
abc8de64 21723msgid "Apply mode change to index and worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
21724msgstr ""
21725
6b0f1a9b 21726#: git-add--interactive.perl:1457
673bfad0 21727#, perl-format
abc8de64 21728msgid "Apply deletion to index and worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
21729msgstr ""
21730
6b0f1a9b 21731#: git-add--interactive.perl:1458
673bfad0 21732#, perl-format
abc8de64 21733msgid "Apply this hunk to index and worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
21734msgstr ""
21735
6b0f1a9b
JX
21736#: git-add--interactive.perl:1466
21737#, perl-format
21738msgid "Apply mode change to worktree [y,n,q,a,d%s,?]? "
21739msgstr ""
21740
21741#: git-add--interactive.perl:1467
21742#, perl-format
21743msgid "Apply deletion to worktree [y,n,q,a,d%s,?]? "
21744msgstr ""
21745
21746#: git-add--interactive.perl:1468
21747#, perl-format
21748msgid "Apply this hunk to worktree [y,n,q,a,d%s,?]? "
21749msgstr ""
21750
21751#: git-add--interactive.perl:1568
abc8de64
JX
21752msgid "No other hunks to goto\n"
21753msgstr ""
21754
6b0f1a9b 21755#: git-add--interactive.perl:1575
673bfad0
JX
21756msgid "go to which hunk (<ret> to see more)? "
21757msgstr ""
21758
6b0f1a9b 21759#: git-add--interactive.perl:1577
673bfad0
JX
21760msgid "go to which hunk? "
21761msgstr ""
21762
6b0f1a9b 21763#: git-add--interactive.perl:1586
673bfad0
JX
21764#, perl-format
21765msgid "Invalid number: '%s'\n"
21766msgstr ""
21767
6b0f1a9b 21768#: git-add--interactive.perl:1591
673bfad0
JX
21769#, perl-format
21770msgid "Sorry, only %d hunk available.\n"
21771msgid_plural "Sorry, only %d hunks available.\n"
21772msgstr[0] ""
21773msgstr[1] ""
21774
6b0f1a9b 21775#: git-add--interactive.perl:1617
abc8de64
JX
21776msgid "No other hunks to search\n"
21777msgstr ""
21778
6b0f1a9b 21779#: git-add--interactive.perl:1621
673bfad0
JX
21780msgid "search for regex? "
21781msgstr ""
21782
6b0f1a9b 21783#: git-add--interactive.perl:1634
673bfad0
JX
21784#, perl-format
21785msgid "Malformed search regexp %s: %s\n"
21786msgstr ""
21787
6b0f1a9b 21788#: git-add--interactive.perl:1644
673bfad0
JX
21789msgid "No hunk matches the given pattern\n"
21790msgstr ""
21791
6b0f1a9b 21792#: git-add--interactive.perl:1656 git-add--interactive.perl:1678
673bfad0
JX
21793msgid "No previous hunk\n"
21794msgstr ""
21795
6b0f1a9b 21796#: git-add--interactive.perl:1665 git-add--interactive.perl:1684
673bfad0
JX
21797msgid "No next hunk\n"
21798msgstr ""
21799
6b0f1a9b 21800#: git-add--interactive.perl:1690
abc8de64
JX
21801msgid "Sorry, cannot split this hunk\n"
21802msgstr ""
21803
6b0f1a9b 21804#: git-add--interactive.perl:1696
673bfad0
JX
21805#, perl-format
21806msgid "Split into %d hunk.\n"
21807msgid_plural "Split into %d hunks.\n"
21808msgstr[0] ""
21809msgstr[1] ""
21810
6b0f1a9b 21811#: git-add--interactive.perl:1706
abc8de64
JX
21812msgid "Sorry, cannot edit this hunk\n"
21813msgstr ""
21814
6b0f1a9b 21815#: git-add--interactive.perl:1752
673bfad0
JX
21816msgid "Review diff"
21817msgstr ""
21818
21819#. TRANSLATORS: please do not translate the command names
21820#. 'status', 'update', 'revert', etc.
6b0f1a9b 21821#: git-add--interactive.perl:1771
673bfad0
JX
21822msgid ""
21823"status - show paths with changes\n"
21824"update - add working tree state to the staged set of changes\n"
21825"revert - revert staged set of changes back to the HEAD version\n"
21826"patch - pick hunks and update selectively\n"
dfc182b1 21827"diff - view diff between HEAD and index\n"
673bfad0
JX
21828"add untracked - add contents of untracked files to the staged set of "
21829"changes\n"
21830msgstr ""
21831
6b0f1a9b
JX
21832#: git-add--interactive.perl:1788 git-add--interactive.perl:1793
21833#: git-add--interactive.perl:1796 git-add--interactive.perl:1803
21834#: git-add--interactive.perl:1806 git-add--interactive.perl:1813
21835#: git-add--interactive.perl:1817 git-add--interactive.perl:1823
673bfad0
JX
21836msgid "missing --"
21837msgstr ""
21838
6b0f1a9b 21839#: git-add--interactive.perl:1819
673bfad0
JX
21840#, perl-format
21841msgid "unknown --patch mode: %s"
21842msgstr ""
21843
6b0f1a9b 21844#: git-add--interactive.perl:1825 git-add--interactive.perl:1831
673bfad0
JX
21845#, perl-format
21846msgid "invalid argument %s, expecting --"
21847msgstr ""
21848
12705546 21849#: git-send-email.perl:138
673bfad0
JX
21850msgid "local zone differs from GMT by a non-minute interval\n"
21851msgstr ""
21852
12705546 21853#: git-send-email.perl:145 git-send-email.perl:151
673bfad0
JX
21854msgid "local time offset greater than or equal to 24 hours\n"
21855msgstr ""
21856
6b0f1a9b 21857#: git-send-email.perl:223 git-send-email.perl:229
673bfad0
JX
21858msgid "the editor exited uncleanly, aborting everything"
21859msgstr ""
21860
6b0f1a9b 21861#: git-send-email.perl:310
673bfad0
JX
21862#, perl-format
21863msgid ""
21864"'%s' contains an intermediate version of the email you were composing.\n"
21865msgstr ""
21866
6b0f1a9b 21867#: git-send-email.perl:315
673bfad0
JX
21868#, perl-format
21869msgid "'%s.final' contains the composed email.\n"
21870msgstr ""
21871
6b0f1a9b 21872#: git-send-email.perl:408
673bfad0
JX
21873msgid "--dump-aliases incompatible with other options\n"
21874msgstr ""
21875
6b0f1a9b 21876#: git-send-email.perl:481 git-send-email.perl:683
673bfad0
JX
21877msgid "Cannot run git format-patch from outside a repository\n"
21878msgstr ""
21879
6b0f1a9b 21880#: git-send-email.perl:484
abc8de64
JX
21881msgid ""
21882"`batch-size` and `relogin` must be specified together (via command-line or "
21883"configuration option)\n"
21884msgstr ""
21885
6b0f1a9b 21886#: git-send-email.perl:497
673bfad0
JX
21887#, perl-format
21888msgid "Unknown --suppress-cc field: '%s'\n"
21889msgstr ""
21890
6b0f1a9b 21891#: git-send-email.perl:528
673bfad0
JX
21892#, perl-format
21893msgid "Unknown --confirm setting: '%s'\n"
21894msgstr ""
21895
6b0f1a9b 21896#: git-send-email.perl:556
673bfad0
JX
21897#, perl-format
21898msgid "warning: sendmail alias with quotes is not supported: %s\n"
21899msgstr ""
21900
6b0f1a9b 21901#: git-send-email.perl:558
673bfad0
JX
21902#, perl-format
21903msgid "warning: `:include:` not supported: %s\n"
21904msgstr ""
21905
6b0f1a9b 21906#: git-send-email.perl:560
673bfad0
JX
21907#, perl-format
21908msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
21909msgstr ""
21910
6b0f1a9b 21911#: git-send-email.perl:565
673bfad0
JX
21912#, perl-format
21913msgid "warning: sendmail line is not recognized: %s\n"
21914msgstr ""
21915
6b0f1a9b 21916#: git-send-email.perl:649
673bfad0
JX
21917#, perl-format
21918msgid ""
21919"File '%s' exists but it could also be the range of commits\n"
21920"to produce patches for. Please disambiguate by...\n"
21921"\n"
21922" * Saying \"./%s\" if you mean a file; or\n"
21923" * Giving --format-patch option if you mean a range.\n"
21924msgstr ""
21925
6b0f1a9b 21926#: git-send-email.perl:670
673bfad0
JX
21927#, perl-format
21928msgid "Failed to opendir %s: %s"
21929msgstr ""
21930
6b0f1a9b 21931#: git-send-email.perl:694
673bfad0
JX
21932#, perl-format
21933msgid ""
21934"fatal: %s: %s\n"
21935"warning: no patches were sent\n"
21936msgstr ""
21937
6b0f1a9b 21938#: git-send-email.perl:705
673bfad0
JX
21939msgid ""
21940"\n"
21941"No patch files specified!\n"
21942"\n"
21943msgstr ""
21944
6b0f1a9b 21945#: git-send-email.perl:718
673bfad0
JX
21946#, perl-format
21947msgid "No subject line in %s?"
21948msgstr ""
21949
6b0f1a9b 21950#: git-send-email.perl:728
673bfad0
JX
21951#, perl-format
21952msgid "Failed to open for writing %s: %s"
21953msgstr ""
21954
6b0f1a9b 21955#: git-send-email.perl:739
673bfad0
JX
21956msgid ""
21957"Lines beginning in \"GIT:\" will be removed.\n"
21958"Consider including an overall diffstat or table of contents\n"
21959"for the patch you are writing.\n"
21960"\n"
21961"Clear the body content if you don't wish to send a summary.\n"
21962msgstr ""
21963
6b0f1a9b 21964#: git-send-email.perl:763
673bfad0
JX
21965#, perl-format
21966msgid "Failed to open %s: %s"
21967msgstr ""
21968
6b0f1a9b 21969#: git-send-email.perl:780
abc8de64
JX
21970#, perl-format
21971msgid "Failed to open %s.final: %s"
673bfad0
JX
21972msgstr ""
21973
6b0f1a9b 21974#: git-send-email.perl:823
673bfad0
JX
21975msgid "Summary email is empty, skipping it\n"
21976msgstr ""
21977
21978#. TRANSLATORS: please keep [y/N] as is.
6b0f1a9b 21979#: git-send-email.perl:858
673bfad0
JX
21980#, perl-format
21981msgid "Are you sure you want to use <%s> [y/N]? "
21982msgstr ""
21983
6b0f1a9b 21984#: git-send-email.perl:913
673bfad0
JX
21985msgid ""
21986"The following files are 8bit, but do not declare a Content-Transfer-"
21987"Encoding.\n"
21988msgstr ""
21989
6b0f1a9b 21990#: git-send-email.perl:918
673bfad0
JX
21991msgid "Which 8bit encoding should I declare [UTF-8]? "
21992msgstr ""
21993
6b0f1a9b 21994#: git-send-email.perl:926
673bfad0
JX
21995#, perl-format
21996msgid ""
21997"Refusing to send because the patch\n"
21998"\t%s\n"
21999"has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
22000"want to send.\n"
22001msgstr ""
22002
6b0f1a9b 22003#: git-send-email.perl:945
673bfad0
JX
22004msgid "To whom should the emails be sent (if anyone)?"
22005msgstr ""
22006
6b0f1a9b 22007#: git-send-email.perl:963
673bfad0
JX
22008#, perl-format
22009msgid "fatal: alias '%s' expands to itself\n"
22010msgstr ""
22011
6b0f1a9b 22012#: git-send-email.perl:975
673bfad0
JX
22013msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
22014msgstr ""
22015
6b0f1a9b 22016#: git-send-email.perl:1033 git-send-email.perl:1041
673bfad0
JX
22017#, perl-format
22018msgid "error: unable to extract a valid address from: %s\n"
22019msgstr ""
22020
22021#. TRANSLATORS: Make sure to include [q] [d] [e] in your
22022#. translation. The program will only accept English input
22023#. at this point.
6b0f1a9b 22024#: git-send-email.perl:1045
673bfad0
JX
22025msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
22026msgstr ""
22027
6b0f1a9b 22028#: git-send-email.perl:1362
673bfad0
JX
22029#, perl-format
22030msgid "CA path \"%s\" does not exist"
22031msgstr ""
22032
6b0f1a9b 22033#: git-send-email.perl:1445
673bfad0
JX
22034msgid ""
22035" The Cc list above has been expanded by additional\n"
22036" addresses found in the patch commit message. By default\n"
22037" send-email prompts before sending whenever this occurs.\n"
22038" This behavior is controlled by the sendemail.confirm\n"
22039" configuration setting.\n"
22040"\n"
22041" For additional information, run 'git send-email --help'.\n"
22042" To retain the current behavior, but squelch this message,\n"
22043" run 'git config --global sendemail.confirm auto'.\n"
22044"\n"
22045msgstr ""
22046
9b7388a8 22047#. TRANSLATORS: Make sure to include [y] [n] [e] [q] [a] in your
673bfad0
JX
22048#. translation. The program will only accept English input
22049#. at this point.
6b0f1a9b 22050#: git-send-email.perl:1460
9b7388a8 22051msgid "Send this email? ([y]es|[n]o|[e]dit|[q]uit|[a]ll): "
673bfad0
JX
22052msgstr ""
22053
6b0f1a9b 22054#: git-send-email.perl:1463
673bfad0
JX
22055msgid "Send this email reply required"
22056msgstr ""
22057
6b0f1a9b 22058#: git-send-email.perl:1491
673bfad0
JX
22059msgid "The required SMTP server is not properly defined."
22060msgstr ""
22061
6b0f1a9b 22062#: git-send-email.perl:1538
673bfad0
JX
22063#, perl-format
22064msgid "Server does not support STARTTLS! %s"
22065msgstr ""
22066
6b0f1a9b 22067#: git-send-email.perl:1543 git-send-email.perl:1547
5b34e000
JX
22068#, perl-format
22069msgid "STARTTLS failed! %s"
22070msgstr ""
22071
6b0f1a9b 22072#: git-send-email.perl:1556
673bfad0
JX
22073msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
22074msgstr ""
22075
6b0f1a9b 22076#: git-send-email.perl:1574
673bfad0
JX
22077#, perl-format
22078msgid "Failed to send %s\n"
22079msgstr ""
22080
6b0f1a9b 22081#: git-send-email.perl:1577
673bfad0
JX
22082#, perl-format
22083msgid "Dry-Sent %s\n"
22084msgstr ""
22085
6b0f1a9b 22086#: git-send-email.perl:1577
673bfad0
JX
22087#, perl-format
22088msgid "Sent %s\n"
22089msgstr ""
22090
6b0f1a9b 22091#: git-send-email.perl:1579
673bfad0
JX
22092msgid "Dry-OK. Log says:\n"
22093msgstr ""
22094
6b0f1a9b 22095#: git-send-email.perl:1579
673bfad0
JX
22096msgid "OK. Log says:\n"
22097msgstr ""
22098
6b0f1a9b 22099#: git-send-email.perl:1591
673bfad0
JX
22100msgid "Result: "
22101msgstr ""
22102
6b0f1a9b 22103#: git-send-email.perl:1594
673bfad0
JX
22104msgid "Result: OK\n"
22105msgstr ""
22106
6b0f1a9b 22107#: git-send-email.perl:1612
673bfad0
JX
22108#, perl-format
22109msgid "can't open file %s"
22110msgstr ""
22111
6b0f1a9b 22112#: git-send-email.perl:1659 git-send-email.perl:1679
673bfad0
JX
22113#, perl-format
22114msgid "(mbox) Adding cc: %s from line '%s'\n"
22115msgstr ""
22116
6b0f1a9b 22117#: git-send-email.perl:1665
673bfad0
JX
22118#, perl-format
22119msgid "(mbox) Adding to: %s from line '%s'\n"
22120msgstr ""
22121
6b0f1a9b 22122#: git-send-email.perl:1718
673bfad0
JX
22123#, perl-format
22124msgid "(non-mbox) Adding cc: %s from line '%s'\n"
22125msgstr ""
22126
6b0f1a9b 22127#: git-send-email.perl:1753
673bfad0
JX
22128#, perl-format
22129msgid "(body) Adding cc: %s from line '%s'\n"
22130msgstr ""
22131
6b0f1a9b 22132#: git-send-email.perl:1864
673bfad0
JX
22133#, perl-format
22134msgid "(%s) Could not execute '%s'"
22135msgstr ""
22136
6b0f1a9b 22137#: git-send-email.perl:1871
673bfad0
JX
22138#, perl-format
22139msgid "(%s) Adding %s: %s from: '%s'\n"
22140msgstr ""
22141
6b0f1a9b 22142#: git-send-email.perl:1875
673bfad0
JX
22143#, perl-format
22144msgid "(%s) failed to close pipe to '%s'"
22145msgstr ""
22146
6b0f1a9b 22147#: git-send-email.perl:1905
673bfad0
JX
22148msgid "cannot send message as 7bit"
22149msgstr ""
22150
6b0f1a9b 22151#: git-send-email.perl:1913
673bfad0
JX
22152msgid "invalid transfer encoding"
22153msgstr ""
22154
6b0f1a9b 22155#: git-send-email.perl:1954 git-send-email.perl:2006 git-send-email.perl:2016
673bfad0
JX
22156#, perl-format
22157msgid "unable to open %s: %s\n"
22158msgstr ""
22159
6b0f1a9b 22160#: git-send-email.perl:1957
673bfad0
JX
22161#, perl-format
22162msgid "%s: patch contains a line longer than 998 characters"
22163msgstr ""
22164
6b0f1a9b 22165#: git-send-email.perl:1974
673bfad0
JX
22166#, perl-format
22167msgid "Skipping %s with backup suffix '%s'.\n"
22168msgstr ""
22169
22170#. TRANSLATORS: please keep "[y|N]" as is.
6b0f1a9b 22171#: git-send-email.perl:1978
673bfad0
JX
22172#, perl-format
22173msgid "Do you really want to send %s? [y|N]: "
22174msgstr ""