]> git.ipfire.org Git - thirdparty/git.git/blame - po/git.pot
Merge branch 'master' of git://github.com/git-l10n/git-po
[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"
9b7388a8 11"POT-Creation-Date: 2018-05-31 23:32+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
9b7388a8 21#: advice.c:92
dce37b66 22#, c-format
9b7388a8 23msgid "%shint: %.*s%s\n"
dce37b66
JX
24msgstr ""
25
9b7388a8 26#: advice.c:137
9fa976ff
JX
27msgid "Cherry-picking is not possible because you have unmerged files."
28msgstr ""
29
9b7388a8 30#: advice.c:139
9fa976ff
JX
31msgid "Committing is not possible because you have unmerged files."
32msgstr ""
33
9b7388a8 34#: advice.c:141
9fa976ff
JX
35msgid "Merging is not possible because you have unmerged files."
36msgstr ""
37
9b7388a8 38#: advice.c:143
9fa976ff
JX
39msgid "Pulling is not possible because you have unmerged files."
40msgstr ""
41
9b7388a8 42#: advice.c:145
9fa976ff
JX
43msgid "Reverting is not possible because you have unmerged files."
44msgstr ""
45
9b7388a8 46#: advice.c:147
9fa976ff
JX
47#, c-format
48msgid "It is not possible to %s because you have unmerged files."
49msgstr ""
50
9b7388a8 51#: advice.c:155
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
9b7388a8 57#: advice.c:163
9fa976ff
JX
58msgid "Exiting because of an unresolved conflict."
59msgstr ""
60
9b7388a8 61#: advice.c:168 builtin/merge.c:1249
df0617bf
JX
62msgid "You have not concluded your merge (MERGE_HEAD exists)."
63msgstr ""
64
9b7388a8 65#: advice.c:170
f4f2c8f8 66msgid "Please, commit your changes before merging."
df0617bf
JX
67msgstr ""
68
9b7388a8 69#: advice.c:171
df0617bf 70msgid "Exiting because of unfinished merge."
cc76011e
JX
71msgstr ""
72
9b7388a8 73#: advice.c:177
9fa976ff
JX
74#, c-format
75msgid ""
76"Note: checking out '%s'.\n"
77"\n"
78"You are in 'detached HEAD' state. You can look around, make experimental\n"
79"changes and commit them, and you can discard any commits you make in this\n"
80"state without impacting any branches by performing another checkout.\n"
81"\n"
82"If you want to create a new branch to retain commits you create, you may\n"
83"do so (now or later) by using -b with the checkout command again. Example:\n"
84"\n"
85" git checkout -b <new-branch-name>\n"
86"\n"
87msgstr ""
88
5b34e000 89#: apply.c:58
fda7b092
JX
90#, c-format
91msgid "unrecognized whitespace option '%s'"
cc76011e
JX
92msgstr ""
93
5b34e000 94#: apply.c:74
fda7b092
JX
95#, c-format
96msgid "unrecognized whitespace ignore option '%s'"
df0617bf
JX
97msgstr ""
98
18a90722 99#: apply.c:122
fda7b092 100msgid "--reject and --3way cannot be used together."
cc76011e
JX
101msgstr ""
102
18a90722 103#: apply.c:124
fda7b092 104msgid "--cached and --3way cannot be used together."
cc76011e
JX
105msgstr ""
106
18a90722 107#: apply.c:127
fda7b092 108msgid "--3way outside a repository"
727b9576
JX
109msgstr ""
110
18a90722 111#: apply.c:138
fda7b092 112msgid "--index outside a repository"
cc76011e
JX
113msgstr ""
114
18a90722 115#: apply.c:141
fda7b092 116msgid "--cached outside a repository"
cc76011e
JX
117msgstr ""
118
18a90722 119#: apply.c:821
fda7b092
JX
120#, c-format
121msgid "Cannot prepare timestamp regexp %s"
cc76011e
JX
122msgstr ""
123
18a90722 124#: apply.c:830
fda7b092
JX
125#, c-format
126msgid "regexec returned %d for input: %s"
cc76011e
JX
127msgstr ""
128
18a90722 129#: apply.c:904
fda7b092
JX
130#, c-format
131msgid "unable to find filename in patch at line %d"
cc76011e
JX
132msgstr ""
133
18a90722 134#: apply.c:942
fda7b092
JX
135#, c-format
136msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
cc76011e
JX
137msgstr ""
138
18a90722 139#: apply.c:948
fda7b092
JX
140#, c-format
141msgid "git apply: bad git-diff - inconsistent new filename on line %d"
cc76011e
JX
142msgstr ""
143
18a90722 144#: apply.c:949
fda7b092
JX
145#, c-format
146msgid "git apply: bad git-diff - inconsistent old filename on line %d"
cc76011e
JX
147msgstr ""
148
18a90722 149#: apply.c:954
fda7b092
JX
150#, c-format
151msgid "git apply: bad git-diff - expected /dev/null on line %d"
cc76011e
JX
152msgstr ""
153
18a90722 154#: apply.c:983
5b34e000
JX
155#, c-format
156msgid "invalid mode on line %d: %s"
157msgstr ""
158
18a90722 159#: apply.c:1301
5b34e000
JX
160#, c-format
161msgid "inconsistent header lines %d and %d"
162msgstr ""
163
18a90722 164#: apply.c:1473
fda7b092
JX
165#, c-format
166msgid "recount: unexpected line: %.*s"
cc76011e
JX
167msgstr ""
168
18a90722 169#: apply.c:1542
fda7b092
JX
170#, c-format
171msgid "patch fragment without header at line %d: %.*s"
cc76011e
JX
172msgstr ""
173
18a90722 174#: apply.c:1562
fda7b092
JX
175#, c-format
176msgid ""
177"git diff header lacks filename information when removing %d leading pathname "
178"component (line %d)"
179msgid_plural ""
180"git diff header lacks filename information when removing %d leading pathname "
181"components (line %d)"
182msgstr[0] ""
183msgstr[1] ""
cc76011e 184
18a90722 185#: apply.c:1575
fda7b092
JX
186#, c-format
187msgid "git diff header lacks filename information (line %d)"
cc76011e
JX
188msgstr ""
189
18a90722 190#: apply.c:1763
fda7b092 191msgid "new file depends on old contents"
cc76011e
JX
192msgstr ""
193
18a90722 194#: apply.c:1765
fda7b092 195msgid "deleted file still has contents"
cc76011e
JX
196msgstr ""
197
18a90722 198#: apply.c:1799
fda7b092
JX
199#, c-format
200msgid "corrupt patch at line %d"
cc76011e
JX
201msgstr ""
202
18a90722 203#: apply.c:1836
fda7b092
JX
204#, c-format
205msgid "new file %s depends on old contents"
9fa976ff
JX
206msgstr ""
207
18a90722 208#: apply.c:1838
fda7b092
JX
209#, c-format
210msgid "deleted file %s still has contents"
9fa976ff
JX
211msgstr ""
212
18a90722 213#: apply.c:1841
fda7b092
JX
214#, c-format
215msgid "** warning: file %s becomes empty but is not deleted"
9fa976ff
JX
216msgstr ""
217
18a90722 218#: apply.c:1988
9fa976ff 219#, c-format
fda7b092 220msgid "corrupt binary patch at line %d: %.*s"
9fa976ff
JX
221msgstr ""
222
18a90722 223#: apply.c:2025
9fa976ff 224#, c-format
fda7b092 225msgid "unrecognized binary patch at line %d"
9fa976ff
JX
226msgstr ""
227
18a90722 228#: apply.c:2185
fda7b092
JX
229#, c-format
230msgid "patch with only garbage at line %d"
fe52cd62
JX
231msgstr ""
232
18a90722 233#: apply.c:2271
9fa976ff 234#, c-format
fda7b092 235msgid "unable to read symlink %s"
9fa976ff
JX
236msgstr ""
237
18a90722 238#: apply.c:2275
9fa976ff 239#, c-format
fda7b092 240msgid "unable to open or read %s"
9fa976ff
JX
241msgstr ""
242
18a90722 243#: apply.c:2934
9fa976ff 244#, c-format
fda7b092 245msgid "invalid start of line: '%c'"
9fa976ff
JX
246msgstr ""
247
18a90722 248#: apply.c:3055
9fa976ff 249#, c-format
fda7b092
JX
250msgid "Hunk #%d succeeded at %d (offset %d line)."
251msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
252msgstr[0] ""
253msgstr[1] ""
254
18a90722 255#: apply.c:3067
fda7b092
JX
256#, c-format
257msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
9fa976ff
JX
258msgstr ""
259
18a90722 260#: apply.c:3073
9fa976ff
JX
261#, c-format
262msgid ""
fda7b092
JX
263"while searching for:\n"
264"%.*s"
9fa976ff
JX
265msgstr ""
266
18a90722 267#: apply.c:3095
9fa976ff 268#, c-format
fda7b092 269msgid "missing binary patch data for '%s'"
9fa976ff
JX
270msgstr ""
271
18a90722 272#: apply.c:3103
9fa976ff 273#, c-format
fda7b092 274msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
9fa976ff
JX
275msgstr ""
276
18a90722 277#: apply.c:3149
9fa976ff 278#, c-format
fda7b092 279msgid "cannot apply binary patch to '%s' without full index line"
9fa976ff
JX
280msgstr ""
281
18a90722 282#: apply.c:3159
9fa976ff
JX
283#, c-format
284msgid ""
fda7b092 285"the patch applies to '%s' (%s), which does not match the current contents."
9fa976ff
JX
286msgstr ""
287
18a90722 288#: apply.c:3167
9fa976ff 289#, c-format
fda7b092 290msgid "the patch applies to an empty '%s' but it is not empty"
9fa976ff
JX
291msgstr ""
292
18a90722 293#: apply.c:3185
9fa976ff 294#, c-format
fda7b092 295msgid "the necessary postimage %s for '%s' cannot be read"
9fa976ff
JX
296msgstr ""
297
18a90722 298#: apply.c:3198
9fa976ff 299#, c-format
fda7b092 300msgid "binary patch does not apply to '%s'"
9fa976ff
JX
301msgstr ""
302
18a90722 303#: apply.c:3204
9fa976ff 304#, c-format
fda7b092 305msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
9fa976ff
JX
306msgstr ""
307
18a90722 308#: apply.c:3225
fda7b092
JX
309#, c-format
310msgid "patch failed: %s:%ld"
9fa976ff
JX
311msgstr ""
312
18a90722 313#: apply.c:3347
9fa976ff 314#, c-format
fda7b092 315msgid "cannot checkout %s"
9fa976ff
JX
316msgstr ""
317
9b7388a8 318#: apply.c:3396 apply.c:3407 apply.c:3453 setup.c:278
9fa976ff 319#, c-format
fda7b092 320msgid "failed to read %s"
9fa976ff
JX
321msgstr ""
322
18a90722 323#: apply.c:3404
9fa976ff 324#, c-format
fda7b092
JX
325msgid "reading from '%s' beyond a symbolic link"
326msgstr ""
9fa976ff 327
18a90722 328#: apply.c:3433 apply.c:3673
9fa976ff 329#, c-format
fda7b092
JX
330msgid "path %s has been renamed/deleted"
331msgstr ""
9fa976ff 332
18a90722 333#: apply.c:3516 apply.c:3687
9eb3984b 334#, c-format
fda7b092 335msgid "%s: does not exist in index"
9eb3984b
JX
336msgstr ""
337
18a90722 338#: apply.c:3525 apply.c:3695
c6bc7d43 339#, c-format
fda7b092 340msgid "%s: does not match index"
c6bc7d43
JX
341msgstr ""
342
18a90722 343#: apply.c:3560
fda7b092 344msgid "repository lacks the necessary blob to fall back on 3-way merge."
c6bc7d43
JX
345msgstr ""
346
18a90722 347#: apply.c:3563
c6bc7d43 348#, c-format
fda7b092 349msgid "Falling back to three-way merge...\n"
c6bc7d43
JX
350msgstr ""
351
18a90722 352#: apply.c:3579 apply.c:3583
c6bc7d43 353#, c-format
fda7b092 354msgid "cannot read the current contents of '%s'"
c6bc7d43
JX
355msgstr ""
356
18a90722 357#: apply.c:3595
c6bc7d43 358#, c-format
fda7b092 359msgid "Failed to fall back on three-way merge...\n"
c6bc7d43
JX
360msgstr ""
361
18a90722 362#: apply.c:3609
c6bc7d43 363#, c-format
fda7b092 364msgid "Applied patch to '%s' with conflicts.\n"
c6bc7d43
JX
365msgstr ""
366
18a90722 367#: apply.c:3614
c6bc7d43 368#, c-format
fda7b092 369msgid "Applied patch to '%s' cleanly.\n"
c6bc7d43
JX
370msgstr ""
371
18a90722 372#: apply.c:3640
fda7b092 373msgid "removal patch leaves file contents"
c6bc7d43
JX
374msgstr ""
375
18a90722 376#: apply.c:3712
c6bc7d43 377#, c-format
fda7b092 378msgid "%s: wrong type"
c6bc7d43
JX
379msgstr ""
380
18a90722 381#: apply.c:3714
fda7b092
JX
382#, c-format
383msgid "%s has type %o, expected %o"
9eb3984b
JX
384msgstr ""
385
18a90722 386#: apply.c:3864 apply.c:3866
c6bc7d43 387#, c-format
fda7b092 388msgid "invalid path '%s'"
c6bc7d43
JX
389msgstr ""
390
18a90722 391#: apply.c:3922
c6bc7d43 392#, c-format
fda7b092 393msgid "%s: already exists in index"
c6bc7d43
JX
394msgstr ""
395
18a90722 396#: apply.c:3925
c6bc7d43 397#, c-format
fda7b092 398msgid "%s: already exists in working directory"
c6bc7d43
JX
399msgstr ""
400
18a90722 401#: apply.c:3945
fda7b092
JX
402#, c-format
403msgid "new mode (%o) of %s does not match old mode (%o)"
c6bc7d43
JX
404msgstr ""
405
18a90722 406#: apply.c:3950
c138af56 407#, c-format
fda7b092 408msgid "new mode (%o) of %s does not match old mode (%o) of %s"
c138af56
JX
409msgstr ""
410
18a90722 411#: apply.c:3970
c138af56 412#, c-format
fda7b092 413msgid "affected file '%s' is beyond a symbolic link"
c138af56
JX
414msgstr ""
415
18a90722 416#: apply.c:3974
fda7b092
JX
417#, c-format
418msgid "%s: patch does not apply"
c138af56
JX
419msgstr ""
420
18a90722 421#: apply.c:3989
c6bc7d43 422#, c-format
fda7b092 423msgid "Checking patch %s..."
c6bc7d43
JX
424msgstr ""
425
18a90722 426#: apply.c:4080
c6bc7d43 427#, c-format
fda7b092 428msgid "sha1 information is lacking or useless for submodule %s"
c6bc7d43
JX
429msgstr ""
430
18a90722 431#: apply.c:4087
c6bc7d43 432#, c-format
fda7b092 433msgid "mode change for %s, which is not in current HEAD"
c6bc7d43
JX
434msgstr ""
435
18a90722 436#: apply.c:4090
df0617bf 437#, c-format
fda7b092
JX
438msgid "sha1 information is lacking or useless (%s)."
439msgstr ""
440
abc8de64 441#: apply.c:4095 builtin/checkout.c:235 builtin/reset.c:140
fda7b092
JX
442#, c-format
443msgid "make_cache_entry failed for path '%s'"
444msgstr ""
445
18a90722 446#: apply.c:4099
fda7b092
JX
447#, c-format
448msgid "could not add %s to temporary index"
449msgstr ""
450
18a90722 451#: apply.c:4109
fda7b092
JX
452#, c-format
453msgid "could not write temporary index to %s"
454msgstr ""
455
18a90722 456#: apply.c:4247
fda7b092
JX
457#, c-format
458msgid "unable to remove %s from index"
459msgstr ""
460
18a90722 461#: apply.c:4282
fda7b092
JX
462#, c-format
463msgid "corrupt patch for submodule %s"
464msgstr ""
465
18a90722 466#: apply.c:4288
fda7b092
JX
467#, c-format
468msgid "unable to stat newly created file '%s'"
469msgstr ""
470
18a90722 471#: apply.c:4296
fda7b092
JX
472#, c-format
473msgid "unable to create backing store for newly created file %s"
474msgstr ""
475
18a90722 476#: apply.c:4302 apply.c:4446
fda7b092
JX
477#, c-format
478msgid "unable to add cache entry for %s"
479msgstr ""
480
18a90722 481#: apply.c:4343
fda7b092
JX
482#, c-format
483msgid "failed to write to '%s'"
484msgstr ""
485
18a90722 486#: apply.c:4347
fda7b092
JX
487#, c-format
488msgid "closing file '%s'"
489msgstr ""
490
18a90722 491#: apply.c:4417
fda7b092
JX
492#, c-format
493msgid "unable to write file '%s' mode %o"
494msgstr ""
495
18a90722 496#: apply.c:4515
fda7b092
JX
497#, c-format
498msgid "Applied patch %s cleanly."
499msgstr ""
500
18a90722 501#: apply.c:4523
fda7b092
JX
502msgid "internal error"
503msgstr ""
504
18a90722 505#: apply.c:4526
fda7b092
JX
506#, c-format
507msgid "Applying patch %%s with %d reject..."
508msgid_plural "Applying patch %%s with %d rejects..."
509msgstr[0] ""
510msgstr[1] ""
511
18a90722 512#: apply.c:4537
fda7b092
JX
513#, c-format
514msgid "truncating .rej filename to %.*s.rej"
515msgstr ""
516
9b7388a8 517#: apply.c:4545 builtin/fetch.c:786 builtin/fetch.c:1036
fda7b092
JX
518#, c-format
519msgid "cannot open %s"
520msgstr ""
521
18a90722 522#: apply.c:4559
fda7b092
JX
523#, c-format
524msgid "Hunk #%d applied cleanly."
525msgstr ""
526
18a90722 527#: apply.c:4563
fda7b092
JX
528#, c-format
529msgid "Rejected hunk #%d."
530msgstr ""
531
18a90722 532#: apply.c:4673
fda7b092
JX
533#, c-format
534msgid "Skipped patch '%s'."
535msgstr ""
536
18a90722 537#: apply.c:4681
fda7b092
JX
538msgid "unrecognized input"
539msgstr ""
540
18a90722 541#: apply.c:4700
fda7b092
JX
542msgid "unable to read index file"
543msgstr ""
544
18a90722 545#: apply.c:4837
fda7b092
JX
546#, c-format
547msgid "can't open patch '%s': %s"
548msgstr ""
549
18a90722 550#: apply.c:4864
fda7b092
JX
551#, c-format
552msgid "squelched %d whitespace error"
553msgid_plural "squelched %d whitespace errors"
554msgstr[0] ""
555msgstr[1] ""
556
18a90722 557#: apply.c:4870 apply.c:4885
fda7b092
JX
558#, c-format
559msgid "%d line adds whitespace errors."
560msgid_plural "%d lines add whitespace errors."
561msgstr[0] ""
562msgstr[1] ""
563
18a90722 564#: apply.c:4878
fda7b092
JX
565#, c-format
566msgid "%d line applied after fixing whitespace errors."
567msgid_plural "%d lines applied after fixing whitespace errors."
568msgstr[0] ""
569msgstr[1] ""
570
9b7388a8 571#: apply.c:4894 builtin/add.c:538 builtin/mv.c:300 builtin/rm.c:389
fda7b092
JX
572msgid "Unable to write new index file"
573msgstr ""
574
abc8de64 575#: apply.c:4921 apply.c:4924 builtin/am.c:2254 builtin/am.c:2257
9b7388a8
JX
576#: builtin/clone.c:120 builtin/fetch.c:126 builtin/pull.c:198
577#: builtin/submodule--helper.c:405 builtin/submodule--helper.c:1210
578#: builtin/submodule--helper.c:1213 builtin/submodule--helper.c:1584
579#: builtin/submodule--helper.c:1587 builtin/submodule--helper.c:1807
5b34e000 580#: git-add--interactive.perl:197
fda7b092
JX
581msgid "path"
582msgstr ""
583
18a90722 584#: apply.c:4922
fda7b092
JX
585msgid "don't apply changes matching the given path"
586msgstr ""
587
18a90722 588#: apply.c:4925
fda7b092
JX
589msgid "apply changes matching the given path"
590msgstr ""
591
abc8de64 592#: apply.c:4927 builtin/am.c:2263
fda7b092
JX
593msgid "num"
594msgstr ""
595
18a90722 596#: apply.c:4928
fda7b092
JX
597msgid "remove <num> leading slashes from traditional diff paths"
598msgstr ""
599
18a90722 600#: apply.c:4931
fda7b092
JX
601msgid "ignore additions made by the patch"
602msgstr ""
603
18a90722 604#: apply.c:4933
fda7b092
JX
605msgid "instead of applying the patch, output diffstat for the input"
606msgstr ""
607
18a90722 608#: apply.c:4937
fda7b092
JX
609msgid "show number of added and deleted lines in decimal notation"
610msgstr ""
611
18a90722 612#: apply.c:4939
fda7b092
JX
613msgid "instead of applying the patch, output a summary for the input"
614msgstr ""
615
18a90722 616#: apply.c:4941
fda7b092
JX
617msgid "instead of applying the patch, see if the patch is applicable"
618msgstr ""
619
18a90722 620#: apply.c:4943
fda7b092
JX
621msgid "make sure the patch is applicable to the current index"
622msgstr ""
623
18a90722 624#: apply.c:4945
fda7b092
JX
625msgid "apply a patch without touching the working tree"
626msgstr ""
627
18a90722 628#: apply.c:4947
fda7b092
JX
629msgid "accept a patch that touches outside the working area"
630msgstr ""
631
abc8de64 632#: apply.c:4950
fda7b092
JX
633msgid "also apply the patch (use with --stat/--summary/--check)"
634msgstr ""
635
abc8de64 636#: apply.c:4952
fda7b092
JX
637msgid "attempt three-way merge if a patch does not apply"
638msgstr ""
639
abc8de64 640#: apply.c:4954
fda7b092
JX
641msgid "build a temporary index based on embedded index information"
642msgstr ""
643
abc8de64 644#: apply.c:4957 builtin/checkout-index.c:168 builtin/ls-files.c:515
fda7b092
JX
645msgid "paths are separated with NUL character"
646msgstr ""
647
abc8de64 648#: apply.c:4959
fda7b092
JX
649msgid "ensure at least <n> lines of context match"
650msgstr ""
651
abc8de64 652#: apply.c:4960 builtin/am.c:2242 builtin/interpret-trailers.c:95
25eab542 653#: builtin/interpret-trailers.c:97 builtin/interpret-trailers.c:99
9b7388a8 654#: builtin/pack-objects.c:3177
fda7b092
JX
655msgid "action"
656msgstr ""
657
abc8de64 658#: apply.c:4961
fda7b092
JX
659msgid "detect new or modified lines that have whitespace errors"
660msgstr ""
661
abc8de64 662#: apply.c:4964 apply.c:4967
fda7b092
JX
663msgid "ignore changes in whitespace when finding context"
664msgstr ""
665
abc8de64 666#: apply.c:4970
fda7b092
JX
667msgid "apply the patch in reverse"
668msgstr ""
669
abc8de64 670#: apply.c:4972
fda7b092
JX
671msgid "don't expect at least one line of context"
672msgstr ""
673
abc8de64 674#: apply.c:4974
fda7b092
JX
675msgid "leave the rejected hunks in corresponding *.rej files"
676msgstr ""
677
abc8de64 678#: apply.c:4976
fda7b092
JX
679msgid "allow overlapping hunks"
680msgstr ""
681
9b7388a8
JX
682#: apply.c:4977 builtin/add.c:290 builtin/check-ignore.c:21
683#: builtin/commit.c:1301 builtin/count-objects.c:98 builtin/fsck.c:666
684#: builtin/log.c:1901 builtin/mv.c:122 builtin/read-tree.c:124
fda7b092
JX
685msgid "be verbose"
686msgstr ""
687
abc8de64 688#: apply.c:4979
fda7b092
JX
689msgid "tolerate incorrectly detected missing new-line at the end of file"
690msgstr ""
691
abc8de64 692#: apply.c:4982
fda7b092
JX
693msgid "do not trust the line counts in the hunk headers"
694msgstr ""
695
abc8de64 696#: apply.c:4984 builtin/am.c:2251
fda7b092
JX
697msgid "root"
698msgstr ""
699
abc8de64 700#: apply.c:4985
fda7b092
JX
701msgid "prepend <root> to all filenames"
702msgstr ""
703
5b34e000 704#: archive.c:13
fda7b092
JX
705msgid "git archive [<options>] <tree-ish> [<path>...]"
706msgstr ""
707
5b34e000 708#: archive.c:14
fda7b092
JX
709msgid "git archive --list"
710msgstr ""
711
5b34e000 712#: archive.c:15
fda7b092
JX
713msgid ""
714"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
715msgstr ""
716
5b34e000 717#: archive.c:16
fda7b092
JX
718msgid "git archive --remote <repo> [--exec <cmd>] --list"
719msgstr ""
720
9b7388a8 721#: archive.c:351 builtin/add.c:176 builtin/add.c:514 builtin/rm.c:298
fda7b092
JX
722#, c-format
723msgid "pathspec '%s' did not match any files"
724msgstr ""
725
25eab542 726#: archive.c:436
fda7b092
JX
727msgid "fmt"
728msgstr ""
729
25eab542 730#: archive.c:436
fda7b092
JX
731msgid "archive format"
732msgstr ""
733
abc8de64 734#: archive.c:437 builtin/log.c:1462
fda7b092
JX
735msgid "prefix"
736msgstr ""
737
25eab542 738#: archive.c:438
fda7b092
JX
739msgid "prepend prefix to each pathname in the archive"
740msgstr ""
741
9b7388a8
JX
742#: archive.c:439 builtin/blame.c:813 builtin/blame.c:814 builtin/config.c:127
743#: builtin/fast-export.c:1007 builtin/fast-export.c:1009 builtin/grep.c:869
abc8de64 744#: builtin/hash-object.c:103 builtin/ls-files.c:551 builtin/ls-files.c:554
9b7388a8 745#: builtin/notes.c:405 builtin/notes.c:568 builtin/read-tree.c:119
abc8de64 746#: parse-options.h:165
fda7b092
JX
747msgid "file"
748msgstr ""
749
25eab542 750#: archive.c:440 builtin/archive.c:89
fda7b092
JX
751msgid "write the archive to this file"
752msgstr ""
753
25eab542 754#: archive.c:442
fda7b092
JX
755msgid "read .gitattributes in working directory"
756msgstr ""
757
25eab542 758#: archive.c:443
fda7b092
JX
759msgid "report archived files on stderr"
760msgstr ""
761
25eab542 762#: archive.c:444
fda7b092
JX
763msgid "store only"
764msgstr ""
765
25eab542 766#: archive.c:445
fda7b092
JX
767msgid "compress faster"
768msgstr ""
769
25eab542 770#: archive.c:453
fda7b092
JX
771msgid "compress better"
772msgstr ""
773
25eab542 774#: archive.c:456
fda7b092
JX
775msgid "list supported archive formats"
776msgstr ""
777
9b7388a8
JX
778#: archive.c:458 builtin/archive.c:90 builtin/clone.c:110 builtin/clone.c:113
779#: builtin/submodule--helper.c:1222 builtin/submodule--helper.c:1593
fda7b092
JX
780msgid "repo"
781msgstr ""
782
25eab542 783#: archive.c:459 builtin/archive.c:91
fda7b092
JX
784msgid "retrieve the archive from remote repository <repo>"
785msgstr ""
786
25eab542 787#: archive.c:460 builtin/archive.c:92 builtin/notes.c:489
fda7b092
JX
788msgid "command"
789msgstr ""
790
25eab542 791#: archive.c:461 builtin/archive.c:93
fda7b092
JX
792msgid "path to the remote git-upload-archive command"
793msgstr ""
794
25eab542 795#: archive.c:468
fda7b092
JX
796msgid "Unexpected option --remote"
797msgstr ""
798
25eab542 799#: archive.c:470
fda7b092
JX
800msgid "Option --exec can only be used together with --remote"
801msgstr ""
802
25eab542 803#: archive.c:472
fda7b092
JX
804msgid "Unexpected option --output"
805msgstr ""
806
25eab542 807#: archive.c:494
fda7b092
JX
808#, c-format
809msgid "Unknown archive format '%s'"
810msgstr ""
811
25eab542 812#: archive.c:501
fda7b092
JX
813#, c-format
814msgid "Argument not supported for format '%s': -%d"
815msgstr ""
816
25eab542 817#: attr.c:218
dfc182b1
JX
818#, c-format
819msgid "%.*s is not a valid attribute name"
820msgstr ""
821
25eab542 822#: attr.c:415
fda7b092
JX
823msgid ""
824"Negative patterns are ignored in git attributes\n"
825"Use '\\!' for literal leading exclamation."
826msgstr ""
827
9b7388a8 828#: bisect.c:461
fda7b092
JX
829#, c-format
830msgid "Badly quoted content in file '%s': %s"
831msgstr ""
832
9b7388a8 833#: bisect.c:669
fda7b092
JX
834#, c-format
835msgid "We cannot bisect more!\n"
836msgstr ""
837
9b7388a8 838#: bisect.c:723
fda7b092
JX
839#, c-format
840msgid "Not a valid commit name %s"
841msgstr ""
842
9b7388a8 843#: bisect.c:747
fda7b092
JX
844#, c-format
845msgid ""
846"The merge base %s is bad.\n"
847"This means the bug has been fixed between %s and [%s].\n"
848msgstr ""
849
9b7388a8 850#: bisect.c:752
fda7b092
JX
851#, c-format
852msgid ""
853"The merge base %s is new.\n"
854"The property has changed between %s and [%s].\n"
855msgstr ""
856
9b7388a8 857#: bisect.c:757
fda7b092
JX
858#, c-format
859msgid ""
860"The merge base %s is %s.\n"
861"This means the first '%s' commit is between %s and [%s].\n"
862msgstr ""
863
9b7388a8 864#: bisect.c:765
fda7b092
JX
865#, c-format
866msgid ""
673bfad0 867"Some %s revs are not ancestors of the %s rev.\n"
fda7b092
JX
868"git bisect cannot work properly in this case.\n"
869"Maybe you mistook %s and %s revs?\n"
870msgstr ""
871
9b7388a8 872#: bisect.c:778
fda7b092
JX
873#, c-format
874msgid ""
875"the merge base between %s and [%s] must be skipped.\n"
876"So we cannot be sure the first %s commit is between %s and %s.\n"
877"We continue anyway."
878msgstr ""
879
9b7388a8 880#: bisect.c:811
fda7b092
JX
881#, c-format
882msgid "Bisecting: a merge base must be tested\n"
883msgstr ""
884
9b7388a8 885#: bisect.c:851
fda7b092
JX
886#, c-format
887msgid "a %s revision is needed"
888msgstr ""
889
9b7388a8 890#: bisect.c:870 builtin/notes.c:175 builtin/tag.c:236
fda7b092
JX
891#, c-format
892msgid "could not create file '%s'"
893msgstr ""
894
9b7388a8 895#: bisect.c:921
fda7b092
JX
896#, c-format
897msgid "could not read file '%s'"
898msgstr ""
899
9b7388a8 900#: bisect.c:951
fda7b092
JX
901msgid "reading bisect refs failed"
902msgstr ""
903
9b7388a8 904#: bisect.c:970
fda7b092
JX
905#, c-format
906msgid "%s was both %s and %s\n"
907msgstr ""
908
9b7388a8 909#: bisect.c:978
fda7b092
JX
910#, c-format
911msgid ""
912"No testable commit found.\n"
913"Maybe you started with bad path parameters?\n"
914msgstr ""
915
9b7388a8 916#: bisect.c:997
fda7b092
JX
917#, c-format
918msgid "(roughly %d step)"
919msgid_plural "(roughly %d steps)"
920msgstr[0] ""
921msgstr[1] ""
922
5b34e000
JX
923#. TRANSLATORS: the last %s will be replaced with "(roughly %d
924#. steps)" translation.
925#.
9b7388a8 926#: bisect.c:1003
fda7b092
JX
927#, c-format
928msgid "Bisecting: %d revision left to test after this %s\n"
929msgid_plural "Bisecting: %d revisions left to test after this %s\n"
930msgstr[0] ""
931msgstr[1] ""
932
9b7388a8 933#: blame.c:1756
5b34e000
JX
934msgid "--contents and --reverse do not blend well."
935msgstr ""
936
9b7388a8 937#: blame.c:1767
5b34e000
JX
938msgid "cannot use --contents with final commit object name"
939msgstr ""
940
9b7388a8 941#: blame.c:1787
5b34e000
JX
942msgid "--reverse and --first-parent together require specified latest commit"
943msgstr ""
944
9b7388a8
JX
945#: blame.c:1796 bundle.c:160 ref-filter.c:2075 sequencer.c:1860
946#: sequencer.c:3631 builtin/commit.c:981 builtin/log.c:366 builtin/log.c:920
947#: builtin/log.c:1371 builtin/log.c:1702 builtin/log.c:1950 builtin/merge.c:371
948#: builtin/shortlog.c:192
5b34e000
JX
949msgid "revision walk setup failed"
950msgstr ""
951
9b7388a8 952#: blame.c:1814
5b34e000
JX
953msgid ""
954"--reverse --first-parent together require range along first-parent chain"
955msgstr ""
956
9b7388a8 957#: blame.c:1825
5b34e000
JX
958#, c-format
959msgid "no such path %s in %s"
960msgstr ""
961
9b7388a8 962#: blame.c:1836
5b34e000
JX
963#, c-format
964msgid "cannot read blob %s for path %s"
965msgstr ""
966
9b7388a8 967#: branch.c:54
fda7b092
JX
968#, c-format
969msgid ""
970"\n"
971"After fixing the error cause you may try to fix up\n"
972"the remote tracking information by invoking\n"
973"\"git branch --set-upstream-to=%s%s%s\"."
974msgstr ""
975
9b7388a8 976#: branch.c:68
fda7b092
JX
977#, c-format
978msgid "Not setting branch %s as its own upstream."
979msgstr ""
980
9b7388a8 981#: branch.c:94
fda7b092 982#, c-format
25eab542 983msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."
fda7b092
JX
984msgstr ""
985
9b7388a8 986#: branch.c:95
fda7b092 987#, c-format
25eab542 988msgid "Branch '%s' set up to track remote branch '%s' from '%s'."
fda7b092
JX
989msgstr ""
990
9b7388a8 991#: branch.c:99
fda7b092 992#, c-format
25eab542 993msgid "Branch '%s' set up to track local branch '%s' by rebasing."
fda7b092
JX
994msgstr ""
995
9b7388a8 996#: branch.c:100
fda7b092 997#, c-format
25eab542 998msgid "Branch '%s' set up to track local branch '%s'."
fda7b092
JX
999msgstr ""
1000
9b7388a8 1001#: branch.c:105
fda7b092 1002#, c-format
25eab542 1003msgid "Branch '%s' set up to track remote ref '%s' by rebasing."
fda7b092
JX
1004msgstr ""
1005
9b7388a8 1006#: branch.c:106
fda7b092 1007#, c-format
25eab542 1008msgid "Branch '%s' set up to track remote ref '%s'."
fda7b092
JX
1009msgstr ""
1010
9b7388a8 1011#: branch.c:110
fda7b092 1012#, c-format
25eab542 1013msgid "Branch '%s' set up to track local ref '%s' by rebasing."
fda7b092
JX
1014msgstr ""
1015
9b7388a8 1016#: branch.c:111
fda7b092 1017#, c-format
25eab542 1018msgid "Branch '%s' set up to track local ref '%s'."
fda7b092
JX
1019msgstr ""
1020
9b7388a8 1021#: branch.c:120
fda7b092
JX
1022msgid "Unable to write upstream branch configuration"
1023msgstr ""
1024
9b7388a8 1025#: branch.c:157
fda7b092
JX
1026#, c-format
1027msgid "Not tracking: ambiguous information for ref %s"
1028msgstr ""
1029
9b7388a8 1030#: branch.c:190
fda7b092
JX
1031#, c-format
1032msgid "'%s' is not a valid branch name."
1033msgstr ""
1034
9b7388a8 1035#: branch.c:209
fda7b092
JX
1036#, c-format
1037msgid "A branch named '%s' already exists."
1038msgstr ""
1039
9b7388a8 1040#: branch.c:214
fda7b092
JX
1041msgid "Cannot force update the current branch."
1042msgstr ""
1043
9b7388a8 1044#: branch.c:234
fda7b092
JX
1045#, c-format
1046msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1047msgstr ""
1048
9b7388a8 1049#: branch.c:236
fda7b092
JX
1050#, c-format
1051msgid "the requested upstream branch '%s' does not exist"
1052msgstr ""
1053
9b7388a8 1054#: branch.c:238
fda7b092
JX
1055msgid ""
1056"\n"
1057"If you are planning on basing your work on an upstream\n"
1058"branch that already exists at the remote, you may need to\n"
1059"run \"git fetch\" to retrieve it.\n"
1060"\n"
1061"If you are planning to push out a new local branch that\n"
1062"will track its remote counterpart, you may want to use\n"
1063"\"git push -u\" to set the upstream config as you push."
1064msgstr ""
1065
9b7388a8 1066#: branch.c:281
fda7b092
JX
1067#, c-format
1068msgid "Not a valid object name: '%s'."
1069msgstr ""
1070
9b7388a8 1071#: branch.c:301
fda7b092
JX
1072#, c-format
1073msgid "Ambiguous object name: '%s'."
1074msgstr ""
1075
9b7388a8 1076#: branch.c:306
fda7b092
JX
1077#, c-format
1078msgid "Not a valid branch point: '%s'."
1079msgstr ""
1080
9b7388a8 1081#: branch.c:360
fda7b092
JX
1082#, c-format
1083msgid "'%s' is already checked out at '%s'"
df0617bf
JX
1084msgstr ""
1085
9b7388a8 1086#: branch.c:383
f517e50d
JX
1087#, c-format
1088msgid "HEAD of working tree %s is not updated"
1089msgstr ""
1090
d07a63e4 1091#: bundle.c:34
822e4a65
JX
1092#, c-format
1093msgid "'%s' does not look like a v2 bundle file"
1094msgstr ""
1095
5b34e000 1096#: bundle.c:62
822e4a65
JX
1097#, c-format
1098msgid "unrecognized header: %s%s (%d)"
1099msgstr ""
1100
9b7388a8 1101#: bundle.c:88 sequencer.c:2080 sequencer.c:2557 builtin/commit.c:755
822e4a65
JX
1102#, c-format
1103msgid "could not open '%s'"
1104msgstr ""
1105
abc8de64 1106#: bundle.c:139
822e4a65
JX
1107msgid "Repository lacks these prerequisite commits:"
1108msgstr ""
1109
abc8de64 1110#: bundle.c:190
822e4a65 1111#, c-format
c138af56
JX
1112msgid "The bundle contains this ref:"
1113msgid_plural "The bundle contains these %d refs:"
822e4a65
JX
1114msgstr[0] ""
1115msgstr[1] ""
1116
abc8de64 1117#: bundle.c:197
11b90174
JX
1118msgid "The bundle records a complete history."
1119msgstr ""
1120
abc8de64 1121#: bundle.c:199
822e4a65 1122#, c-format
c138af56
JX
1123msgid "The bundle requires this ref:"
1124msgid_plural "The bundle requires these %d refs:"
822e4a65
JX
1125msgstr[0] ""
1126msgstr[1] ""
1127
abc8de64 1128#: bundle.c:258
e3f9cab7 1129msgid "Could not spawn pack-objects"
822e4a65
JX
1130msgstr ""
1131
abc8de64 1132#: bundle.c:269
e3f9cab7 1133msgid "pack-objects died"
822e4a65
JX
1134msgstr ""
1135
abc8de64 1136#: bundle.c:311
e3f9cab7 1137msgid "rev-list died"
822e4a65
JX
1138msgstr ""
1139
abc8de64 1140#: bundle.c:360
e3f9cab7
JX
1141#, c-format
1142msgid "ref '%s' is excluded by the rev-list options"
822e4a65
JX
1143msgstr ""
1144
9b7388a8 1145#: bundle.c:450 builtin/log.c:183 builtin/log.c:1607 builtin/shortlog.c:303
e3f9cab7
JX
1146#, c-format
1147msgid "unrecognized argument: %s"
822e4a65
JX
1148msgstr ""
1149
abc8de64 1150#: bundle.c:458
e3f9cab7 1151msgid "Refusing to create empty bundle."
822e4a65
JX
1152msgstr ""
1153
abc8de64 1154#: bundle.c:470
822e4a65
JX
1155#, c-format
1156msgid "cannot create '%s'"
1157msgstr ""
1158
abc8de64 1159#: bundle.c:498
822e4a65
JX
1160msgid "index-pack died"
1161msgstr ""
1162
abc8de64 1163#: color.c:296
d07a63e4
JX
1164#, c-format
1165msgid "invalid color value: %.*s"
1166msgstr ""
1167
9b7388a8
JX
1168#: commit.c:43 sequencer.c:2363 builtin/am.c:421 builtin/am.c:465
1169#: builtin/am.c:1436 builtin/am.c:2072 builtin/replace.c:376
1170#: builtin/replace.c:448
dce37b66
JX
1171#, c-format
1172msgid "could not parse %s"
1173msgstr ""
1174
9b7388a8 1175#: commit.c:45
dce37b66
JX
1176#, c-format
1177msgid "%s %s is not a commit!"
1178msgstr ""
1179
9b7388a8
JX
1180#: commit.c:182
1181msgid ""
1182"Support for <GIT_DIR>/info/grafts is deprecated\n"
1183"and will be removed in a future Git version.\n"
1184"\n"
1185"Please use \"git replace --convert-graft-file\"\n"
1186"to convert the grafts into replace refs.\n"
1187"\n"
1188"Turn this message off by running\n"
1189"\"git config advice.graftFileDeprecated false\""
1190msgstr ""
1191
1192#: commit.c:1537
fda7b092
JX
1193msgid ""
1194"Warning: commit message did not conform to UTF-8.\n"
1195"You may want to amend it after fixing the message, or set the config\n"
1196"variable i18n.commitencoding to the encoding your project uses.\n"
1197msgstr ""
1198
9b7388a8
JX
1199#: commit-graph.c:669
1200#, c-format
1201msgid "the commit graph format cannot write %d commits"
1202msgstr ""
1203
1204#: commit-graph.c:696
1205msgid "too many commits to write graph"
1206msgstr ""
1207
1208#: commit-graph.c:707 builtin/init-db.c:516 builtin/init-db.c:521
1209#, c-format
1210msgid "cannot mkdir %s"
1211msgstr ""
1212
18a90722 1213#: compat/obstack.c:405 compat/obstack.c:407
dce37b66
JX
1214msgid "memory exhausted"
1215msgstr ""
1216
9b7388a8 1217#: config.c:187
dfc182b1
JX
1218msgid "relative config include conditionals must come from files"
1219msgstr ""
1220
9b7388a8 1221#: config.c:788
9fa976ff
JX
1222#, c-format
1223msgid "bad config line %d in blob %s"
1224msgstr ""
1225
9b7388a8 1226#: config.c:792
9fa976ff
JX
1227#, c-format
1228msgid "bad config line %d in file %s"
1229msgstr ""
1230
9b7388a8 1231#: config.c:796
9fa976ff
JX
1232#, c-format
1233msgid "bad config line %d in standard input"
1234msgstr ""
1235
9b7388a8 1236#: config.c:800
9fa976ff
JX
1237#, c-format
1238msgid "bad config line %d in submodule-blob %s"
1239msgstr ""
1240
9b7388a8 1241#: config.c:804
9fa976ff
JX
1242#, c-format
1243msgid "bad config line %d in command line %s"
1244msgstr ""
1245
9b7388a8 1246#: config.c:808
9fa976ff
JX
1247#, c-format
1248msgid "bad config line %d in %s"
1249msgstr ""
1250
9b7388a8 1251#: config.c:936
5bd166d8 1252msgid "out of range"
9fa976ff
JX
1253msgstr ""
1254
9b7388a8 1255#: config.c:936
5bd166d8 1256msgid "invalid unit"
9fa976ff
JX
1257msgstr ""
1258
9b7388a8 1259#: config.c:942
9fa976ff 1260#, c-format
5bd166d8 1261msgid "bad numeric config value '%s' for '%s': %s"
9fa976ff
JX
1262msgstr ""
1263
9b7388a8 1264#: config.c:947
9fa976ff 1265#, c-format
5bd166d8 1266msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
9fa976ff
JX
1267msgstr ""
1268
9b7388a8 1269#: config.c:950
9fa976ff 1270#, c-format
5bd166d8 1271msgid "bad numeric config value '%s' for '%s' in file %s: %s"
9fa976ff
JX
1272msgstr ""
1273
9b7388a8 1274#: config.c:953
9fa976ff 1275#, c-format
5bd166d8 1276msgid "bad numeric config value '%s' for '%s' in standard input: %s"
9fa976ff
JX
1277msgstr ""
1278
9b7388a8 1279#: config.c:956
9fa976ff 1280#, c-format
5bd166d8 1281msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
9fa976ff
JX
1282msgstr ""
1283
9b7388a8 1284#: config.c:959
9fa976ff 1285#, c-format
5bd166d8 1286msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
d07a63e4
JX
1287msgstr ""
1288
9b7388a8 1289#: config.c:962
d07a63e4 1290#, c-format
5bd166d8 1291msgid "bad numeric config value '%s' for '%s' in %s: %s"
d07a63e4
JX
1292msgstr ""
1293
9b7388a8 1294#: config.c:1057
d07a63e4
JX
1295#, c-format
1296msgid "failed to expand user dir in: '%s'"
1297msgstr ""
1298
9b7388a8 1299#: config.c:1066
18a90722
JX
1300#, c-format
1301msgid "'%s' for '%s' is not a valid timestamp"
1302msgstr ""
1303
9b7388a8 1304#: config.c:1171 config.c:1182
d07a63e4
JX
1305#, c-format
1306msgid "bad zlib compression level %d"
1307msgstr ""
1308
9b7388a8 1309#: config.c:1307
d07a63e4
JX
1310#, c-format
1311msgid "invalid mode for object creation: %s"
1312msgstr ""
1313
9b7388a8 1314#: config.c:1473
673bfad0
JX
1315#, c-format
1316msgid "bad pack compression level %d"
1317msgstr ""
1318
9b7388a8 1319#: config.c:1681
d07a63e4
JX
1320msgid "unable to parse command-line config"
1321msgstr ""
1322
9b7388a8 1323#: config.c:2013
9fa976ff 1324msgid "unknown error occurred while reading the configuration files"
d07a63e4
JX
1325msgstr ""
1326
9b7388a8 1327#: config.c:2200
dfc182b1
JX
1328#, c-format
1329msgid "Invalid %s: '%s'"
1330msgstr ""
1331
9b7388a8 1332#: config.c:2243
dfc182b1
JX
1333#, c-format
1334msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1335msgstr ""
1336
9b7388a8 1337#: config.c:2269
dfc182b1
JX
1338#, c-format
1339msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1340msgstr ""
1341
9b7388a8 1342#: config.c:2294
d07a63e4
JX
1343#, c-format
1344msgid "unable to parse '%s' from command-line config"
1345msgstr ""
1346
9b7388a8 1347#: config.c:2296
d07a63e4
JX
1348#, c-format
1349msgid "bad config variable '%s' in file '%s' at line %d"
1350msgstr ""
1351
9b7388a8 1352#: config.c:2402
d07a63e4
JX
1353#, c-format
1354msgid "%s has multiple values"
1355msgstr ""
1356
9b7388a8 1357#: config.c:2766 config.c:3019
673bfad0
JX
1358#, c-format
1359msgid "fstat on %s failed"
1360msgstr ""
1361
9b7388a8 1362#: config.c:2905
f517e50d
JX
1363#, c-format
1364msgid "could not set '%s' to '%s'"
1365msgstr ""
1366
9b7388a8 1367#: config.c:2907 builtin/remote.c:779
9eb3984b 1368#, c-format
f517e50d 1369msgid "could not unset '%s'"
9eb3984b
JX
1370msgstr ""
1371
9b7388a8 1372#: connect.c:60
fda7b092
JX
1373msgid "The remote end hung up upon initial contact"
1374msgstr ""
1375
9b7388a8 1376#: connect.c:62
fda7b092
JX
1377msgid ""
1378"Could not read from remote repository.\n"
1379"\n"
1380"Please make sure you have the correct access rights\n"
1381"and the repository exists."
1382msgstr ""
1383
9b7388a8 1384#: connected.c:66 builtin/fsck.c:201 builtin/prune.c:145
9fa976ff
JX
1385msgid "Checking connectivity"
1386msgstr ""
1387
abc8de64 1388#: connected.c:78
dce37b66
JX
1389msgid "Could not run 'git rev-list'"
1390msgstr ""
1391
abc8de64 1392#: connected.c:98
f517e50d 1393msgid "failed write to rev-list"
dce37b66
JX
1394msgstr ""
1395
abc8de64 1396#: connected.c:105
f517e50d 1397msgid "failed to close rev-list's stdin"
dce37b66
JX
1398msgstr ""
1399
9b7388a8 1400#: convert.c:206
fda7b092 1401#, c-format
abc8de64
JX
1402msgid "CRLF would be replaced by LF in %s."
1403msgstr ""
1404
9b7388a8 1405#: convert.c:208
abc8de64 1406#, c-format
fda7b092
JX
1407msgid ""
1408"CRLF will be replaced by LF in %s.\n"
1409"The file will have its original line endings in your working directory."
1410msgstr ""
1411
9b7388a8 1412#: convert.c:216
fda7b092 1413#, c-format
abc8de64 1414msgid "LF would be replaced by CRLF in %s"
fda7b092
JX
1415msgstr ""
1416
9b7388a8 1417#: convert.c:218
fda7b092
JX
1418#, c-format
1419msgid ""
1420"LF will be replaced by CRLF in %s.\n"
1421"The file will have its original line endings in your working directory."
1422msgstr ""
1423
9b7388a8
JX
1424#: convert.c:279
1425#, c-format
1426msgid "BOM is prohibited in '%s' if encoded as %s"
1427msgstr ""
1428
1429#: convert.c:286
1430#, c-format
1431msgid ""
1432"The file '%s' contains a byte order mark (BOM). Please use UTF-%s as working-"
1433"tree-encoding."
1434msgstr ""
1435
1436#: convert.c:304
1437#, c-format
1438msgid "BOM is required in '%s' if encoded as %s"
1439msgstr ""
1440
1441#: convert.c:306
1442#, c-format
1443msgid ""
1444"The file '%s' is missing a byte order mark (BOM). Please use UTF-%sBE or UTF-"
1445"%sLE (depending on the byte order) as working-tree-encoding."
1446msgstr ""
1447
1448#: convert.c:424
1449#, c-format
1450msgid "failed to encode '%s' from %s to %s"
1451msgstr ""
1452
1453#: convert.c:467
1454#, c-format
1455msgid "encoding '%s' from %s to %s and back is not the same"
1456msgstr ""
1457
1458#: convert.c:1225
1459msgid "true/false are no valid working-tree-encodings"
1460msgstr ""
1461
5b34e000 1462#: date.c:116
822e4a65
JX
1463msgid "in the future"
1464msgstr ""
1465
91d443d0
JX
1466#: date.c:122
1467#, c-format
1468msgid "%<PRIuMAX> second ago"
1469msgid_plural "%<PRIuMAX> seconds ago"
1470msgstr[0] ""
1471msgstr[1] ""
1472
1473#: date.c:129
1474#, c-format
1475msgid "%<PRIuMAX> minute ago"
1476msgid_plural "%<PRIuMAX> minutes ago"
1477msgstr[0] ""
1478msgstr[1] ""
1479
1480#: date.c:136
1481#, c-format
1482msgid "%<PRIuMAX> hour ago"
1483msgid_plural "%<PRIuMAX> hours ago"
1484msgstr[0] ""
1485msgstr[1] ""
1486
1487#: date.c:143
1488#, c-format
1489msgid "%<PRIuMAX> day ago"
1490msgid_plural "%<PRIuMAX> days ago"
1491msgstr[0] ""
1492msgstr[1] ""
1493
1494#: date.c:149
1495#, c-format
1496msgid "%<PRIuMAX> week ago"
1497msgid_plural "%<PRIuMAX> weeks ago"
1498msgstr[0] ""
1499msgstr[1] ""
1500
1501#: date.c:156
1502#, c-format
1503msgid "%<PRIuMAX> month ago"
1504msgid_plural "%<PRIuMAX> months ago"
1505msgstr[0] ""
1506msgstr[1] ""
1507
1508#: date.c:167
1509#, c-format
1510msgid "%<PRIuMAX> year"
1511msgid_plural "%<PRIuMAX> years"
fda7b092
JX
1512msgstr[0] ""
1513msgstr[1] ""
3b6137f2 1514
fda7b092 1515#. TRANSLATORS: "%s" is "<n> years"
5b34e000 1516#: date.c:170
91d443d0
JX
1517#, c-format
1518msgid "%s, %<PRIuMAX> month ago"
1519msgid_plural "%s, %<PRIuMAX> months ago"
1520msgstr[0] ""
1521msgstr[1] ""
1522
1523#: date.c:175 date.c:180
1524#, c-format
1525msgid "%<PRIuMAX> year ago"
1526msgid_plural "%<PRIuMAX> years ago"
fda7b092
JX
1527msgstr[0] ""
1528msgstr[1] ""
3b6137f2 1529
fda7b092 1530#: diffcore-order.c:24
3b6137f2 1531#, c-format
fda7b092 1532msgid "failed to read orderfile '%s'"
3b6137f2
JX
1533msgstr ""
1534
18a90722 1535#: diffcore-rename.c:535
fda7b092 1536msgid "Performing inexact rename detection"
3b6137f2
JX
1537msgstr ""
1538
25eab542 1539#: diff.c:74
3b6137f2 1540#, c-format
fda7b092 1541msgid "option '%s' requires a value"
3b6137f2
JX
1542msgstr ""
1543
25eab542 1544#: diff.c:152
3b6137f2 1545#, c-format
fda7b092 1546msgid " Failed to parse dirstat cut-off percentage '%s'\n"
3b6137f2
JX
1547msgstr ""
1548
25eab542 1549#: diff.c:157
3b6137f2 1550#, c-format
fda7b092 1551msgid " Unknown dirstat parameter '%s'\n"
3b6137f2
JX
1552msgstr ""
1553
25eab542
JX
1554#: diff.c:281
1555msgid ""
1556"color moved setting must be one of 'no', 'default', 'zebra', 'dimmed_zebra', "
1557"'plain'"
1558msgstr ""
1559
1560#: diff.c:341
3b6137f2 1561#, c-format
fda7b092 1562msgid "Unknown value for 'diff.submodule' config variable: '%s'"
3b6137f2
JX
1563msgstr ""
1564
18a90722 1565#: diff.c:401
3b6137f2 1566#, c-format
fda7b092
JX
1567msgid ""
1568"Found errors in 'diff.dirstat' config variable:\n"
1569"%s"
3b6137f2
JX
1570msgstr ""
1571
9b7388a8 1572#: diff.c:3823
3b6137f2 1573#, c-format
fda7b092 1574msgid "external diff died, stopping at %s"
3b6137f2
JX
1575msgstr ""
1576
9b7388a8 1577#: diff.c:4153
fda7b092 1578msgid "--name-only, --name-status, --check and -s are mutually exclusive"
3b6137f2
JX
1579msgstr ""
1580
9b7388a8 1581#: diff.c:4156
abc8de64
JX
1582msgid "-G, -S and --find-object are mutually exclusive"
1583msgstr ""
1584
9b7388a8 1585#: diff.c:4244
fda7b092 1586msgid "--follow requires exactly one pathspec"
3b6137f2
JX
1587msgstr ""
1588
9b7388a8 1589#: diff.c:4410
3b6137f2
JX
1590#, c-format
1591msgid ""
fda7b092
JX
1592"Failed to parse --dirstat/-X option parameter:\n"
1593"%s"
3b6137f2
JX
1594msgstr ""
1595
9b7388a8 1596#: diff.c:4424
3b6137f2 1597#, c-format
fda7b092 1598msgid "Failed to parse --submodule option parameter: '%s'"
3b6137f2
JX
1599msgstr ""
1600
9b7388a8 1601#: diff.c:5500
fda7b092 1602msgid "inexact rename detection was skipped due to too many files."
3b6137f2
JX
1603msgstr ""
1604
9b7388a8 1605#: diff.c:5503
fda7b092 1606msgid "only found copies from modified paths due to too many files."
3b6137f2
JX
1607msgstr ""
1608
9b7388a8 1609#: diff.c:5506
3b6137f2 1610#, c-format
fda7b092
JX
1611msgid ""
1612"you may want to set your %s variable to at least %d and retry the command."
3b6137f2
JX
1613msgstr ""
1614
9b7388a8 1615#: dir.c:1867
abc8de64
JX
1616#, c-format
1617msgid "could not open directory '%s'"
1618msgstr ""
1619
9b7388a8 1620#: dir.c:2109
fda7b092 1621msgid "failed to get kernel name and information"
3b6137f2
JX
1622msgstr ""
1623
9b7388a8 1624#: dir.c:2233
fda7b092 1625msgid "Untracked cache is disabled on this system or location."
3b6137f2
JX
1626msgstr ""
1627
9b7388a8 1628#: dir.c:3075 dir.c:3080
dfc182b1
JX
1629#, c-format
1630msgid "could not create directories for %s"
1631msgstr ""
1632
9b7388a8 1633#: dir.c:3109
673bfad0
JX
1634#, c-format
1635msgid "could not migrate git directory from '%s' to '%s'"
1636msgstr ""
1637
18a90722
JX
1638#: editor.c:61
1639#, c-format
1640msgid "hint: Waiting for your editor to close the file...%c"
1641msgstr ""
1642
1643#: entry.c:177
25eab542
JX
1644msgid "Filtering content"
1645msgstr ""
1646
18a90722 1647#: entry.c:435
dfc182b1
JX
1648#, c-format
1649msgid "could not stat file '%s'"
1650msgstr ""
1651
abc8de64
JX
1652#: fetch-object.c:17
1653msgid "Remote with no URL"
1654msgstr ""
1655
9b7388a8 1656#: fetch-pack.c:254
fda7b092 1657msgid "git fetch-pack: expected shallow list"
3b6137f2
JX
1658msgstr ""
1659
9b7388a8 1660#: fetch-pack.c:266
abc8de64 1661msgid "git fetch-pack: expected ACK/NAK, got a flush packet"
3b6137f2
JX
1662msgstr ""
1663
9b7388a8 1664#: fetch-pack.c:285 builtin/archive.c:63
28e1aaa4
JX
1665#, c-format
1666msgid "remote error: %s"
1667msgstr ""
1668
9b7388a8 1669#: fetch-pack.c:286
3b6137f2 1670#, c-format
c091ffbe 1671msgid "git fetch-pack: expected ACK/NAK, got '%s'"
3b6137f2
JX
1672msgstr ""
1673
9b7388a8 1674#: fetch-pack.c:338
fda7b092 1675msgid "--stateless-rpc requires multi_ack_detailed"
3b6137f2
JX
1676msgstr ""
1677
9b7388a8 1678#: fetch-pack.c:429 fetch-pack.c:1310
3b6137f2 1679#, c-format
fda7b092 1680msgid "invalid shallow line: %s"
3b6137f2
JX
1681msgstr ""
1682
9b7388a8 1683#: fetch-pack.c:435 fetch-pack.c:1316
3b6137f2 1684#, c-format
fda7b092 1685msgid "invalid unshallow line: %s"
3b6137f2
JX
1686msgstr ""
1687
9b7388a8 1688#: fetch-pack.c:437 fetch-pack.c:1318
3b6137f2 1689#, c-format
fda7b092 1690msgid "object not found: %s"
3b6137f2
JX
1691msgstr ""
1692
9b7388a8 1693#: fetch-pack.c:440 fetch-pack.c:1321
fda7b092
JX
1694#, c-format
1695msgid "error in object: %s"
3b6137f2
JX
1696msgstr ""
1697
9b7388a8 1698#: fetch-pack.c:442 fetch-pack.c:1323
fda7b092
JX
1699#, c-format
1700msgid "no shallow found: %s"
3b6137f2
JX
1701msgstr ""
1702
9b7388a8 1703#: fetch-pack.c:445 fetch-pack.c:1326
fda7b092
JX
1704#, c-format
1705msgid "expected shallow/unshallow, got %s"
3b6137f2
JX
1706msgstr ""
1707
9b7388a8 1708#: fetch-pack.c:486
fda7b092
JX
1709#, c-format
1710msgid "got %s %d %s"
3b6137f2
JX
1711msgstr ""
1712
9b7388a8 1713#: fetch-pack.c:500
3b6137f2 1714#, c-format
fda7b092 1715msgid "invalid commit %s"
3b6137f2
JX
1716msgstr ""
1717
9b7388a8 1718#: fetch-pack.c:533
fda7b092 1719msgid "giving up"
3b6137f2
JX
1720msgstr ""
1721
9b7388a8 1722#: fetch-pack.c:543 progress.c:229
fda7b092 1723msgid "done"
3b6137f2
JX
1724msgstr ""
1725
9b7388a8 1726#: fetch-pack.c:555
3b6137f2 1727#, c-format
fda7b092 1728msgid "got %s (%d) %s"
3b6137f2
JX
1729msgstr ""
1730
9b7388a8 1731#: fetch-pack.c:601
3b6137f2 1732#, c-format
fda7b092 1733msgid "Marking %s as complete"
3b6137f2
JX
1734msgstr ""
1735
9b7388a8 1736#: fetch-pack.c:828
fda7b092
JX
1737#, c-format
1738msgid "already have %s (%s)"
3b6137f2
JX
1739msgstr ""
1740
9b7388a8 1741#: fetch-pack.c:869
fda7b092 1742msgid "fetch-pack: unable to fork off sideband demultiplexer"
3b6137f2
JX
1743msgstr ""
1744
9b7388a8 1745#: fetch-pack.c:877
fda7b092 1746msgid "protocol error: bad pack header"
3b6137f2
JX
1747msgstr ""
1748
9b7388a8 1749#: fetch-pack.c:944
3b6137f2 1750#, c-format
fda7b092 1751msgid "fetch-pack: unable to fork off %s"
3b6137f2
JX
1752msgstr ""
1753
9b7388a8 1754#: fetch-pack.c:960
3b6137f2 1755#, c-format
fda7b092 1756msgid "%s failed"
3b6137f2
JX
1757msgstr ""
1758
9b7388a8 1759#: fetch-pack.c:962
fda7b092 1760msgid "error in sideband demultiplexer"
3b6137f2
JX
1761msgstr ""
1762
9b7388a8 1763#: fetch-pack.c:989
fda7b092 1764msgid "Server does not support shallow clients"
3b6137f2
JX
1765msgstr ""
1766
9b7388a8 1767#: fetch-pack.c:993
fda7b092 1768msgid "Server supports multi_ack_detailed"
3b6137f2
JX
1769msgstr ""
1770
9b7388a8 1771#: fetch-pack.c:996
fda7b092 1772msgid "Server supports no-done"
3b6137f2
JX
1773msgstr ""
1774
9b7388a8 1775#: fetch-pack.c:1002
fda7b092 1776msgid "Server supports multi_ack"
28b3cffc
JX
1777msgstr ""
1778
9b7388a8 1779#: fetch-pack.c:1006
fda7b092 1780msgid "Server supports side-band-64k"
28b3cffc
JX
1781msgstr ""
1782
9b7388a8 1783#: fetch-pack.c:1010
fda7b092 1784msgid "Server supports side-band"
28b3cffc
JX
1785msgstr ""
1786
9b7388a8 1787#: fetch-pack.c:1014
fda7b092 1788msgid "Server supports allow-tip-sha1-in-want"
28b3cffc
JX
1789msgstr ""
1790
9b7388a8 1791#: fetch-pack.c:1018
fda7b092 1792msgid "Server supports allow-reachable-sha1-in-want"
c138af56
JX
1793msgstr ""
1794
9b7388a8 1795#: fetch-pack.c:1028
fda7b092 1796msgid "Server supports ofs-delta"
6f6731e7
JX
1797msgstr ""
1798
9b7388a8 1799#: fetch-pack.c:1034 fetch-pack.c:1204
abc8de64
JX
1800msgid "Server supports filter"
1801msgstr ""
1802
9b7388a8 1803#: fetch-pack.c:1042
6f6731e7 1804#, c-format
fda7b092 1805msgid "Server version is %.*s"
6f6731e7
JX
1806msgstr ""
1807
9b7388a8 1808#: fetch-pack.c:1048
fda7b092 1809msgid "Server does not support --shallow-since"
6f6731e7
JX
1810msgstr ""
1811
9b7388a8 1812#: fetch-pack.c:1052
fda7b092 1813msgid "Server does not support --shallow-exclude"
6f6731e7
JX
1814msgstr ""
1815
9b7388a8 1816#: fetch-pack.c:1054
fda7b092 1817msgid "Server does not support --deepen"
235537a0
JX
1818msgstr ""
1819
9b7388a8 1820#: fetch-pack.c:1065
fda7b092 1821msgid "no common commits"
f4f2c8f8
JX
1822msgstr ""
1823
9b7388a8 1824#: fetch-pack.c:1077 fetch-pack.c:1414
fda7b092 1825msgid "git fetch-pack: fetch failed."
f4f2c8f8
JX
1826msgstr ""
1827
9b7388a8
JX
1828#: fetch-pack.c:1199
1829msgid "Server does not support shallow requests"
1830msgstr ""
1831
1832#: fetch-pack.c:1584
fda7b092 1833msgid "no matching remote head"
727b9576
JX
1834msgstr ""
1835
9b7388a8 1836#: fetch-pack.c:1610
dfc182b1
JX
1837#, c-format
1838msgid "no such remote ref %s"
1839msgstr ""
1840
9b7388a8 1841#: fetch-pack.c:1613
dfc182b1
JX
1842#, c-format
1843msgid "Server does not allow request for unadvertised object %s"
1844msgstr ""
1845
9b7388a8 1846#: gpg-interface.c:185
fda7b092 1847msgid "gpg failed to sign the data"
727b9576
JX
1848msgstr ""
1849
9b7388a8 1850#: gpg-interface.c:210
fda7b092 1851msgid "could not create temporary file"
727b9576
JX
1852msgstr ""
1853
9b7388a8 1854#: gpg-interface.c:213
727b9576 1855#, c-format
fda7b092 1856msgid "failed writing detached signature to '%s'"
727b9576
JX
1857msgstr ""
1858
5b34e000 1859#: graph.c:97
673bfad0
JX
1860#, c-format
1861msgid "ignore invalid color '%.*s' in log.graphColors"
1862msgstr ""
1863
9b7388a8 1864#: grep.c:2020
727b9576 1865#, c-format
fda7b092 1866msgid "'%s': unable to read %s"
727b9576
JX
1867msgstr ""
1868
9b7388a8 1869#: grep.c:2037 setup.c:164 builtin/clone.c:409 builtin/diff.c:81
abc8de64 1870#: builtin/rm.c:134
727b9576 1871#, c-format
fda7b092 1872msgid "failed to stat '%s'"
727b9576
JX
1873msgstr ""
1874
9b7388a8 1875#: grep.c:2048
727b9576 1876#, c-format
fda7b092 1877msgid "'%s': short read"
727b9576
JX
1878msgstr ""
1879
5b34e000 1880#: help.c:179
727b9576 1881#, c-format
fda7b092 1882msgid "available git commands in '%s'"
727b9576
JX
1883msgstr ""
1884
5b34e000 1885#: help.c:186
fda7b092 1886msgid "git commands available from elsewhere on your $PATH"
727b9576
JX
1887msgstr ""
1888
5b34e000 1889#: help.c:217
fda7b092 1890msgid "These are common Git commands used in various situations:"
727b9576
JX
1891msgstr ""
1892
5b34e000 1893#: help.c:281
9caaf23e 1894#, c-format
df49095a 1895msgid ""
fda7b092
JX
1896"'%s' appears to be a git command, but we were not\n"
1897"able to execute it. Maybe git-%s is broken?"
df49095a
JX
1898msgstr ""
1899
5b34e000 1900#: help.c:336
fda7b092 1901msgid "Uh oh. Your system reports no Git commands at all."
d07a63e4
JX
1902msgstr ""
1903
5b34e000 1904#: help.c:358
fda7b092 1905#, c-format
5b34e000
JX
1906msgid "WARNING: You called a Git command named '%s', which does not exist."
1907msgstr ""
1908
1909#: help.c:363
1910#, c-format
1911msgid "Continuing under the assumption that you meant '%s'."
5e078fcd
JX
1912msgstr ""
1913
5b34e000 1914#: help.c:368
5e078fcd 1915#, c-format
5b34e000 1916msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
5e078fcd
JX
1917msgstr ""
1918
5b34e000 1919#: help.c:376
5e078fcd 1920#, c-format
fda7b092 1921msgid "git: '%s' is not a git command. See 'git --help'."
5e078fcd
JX
1922msgstr ""
1923
5b34e000 1924#: help.c:380
fda7b092
JX
1925msgid ""
1926"\n"
5b34e000 1927"The most similar command is"
fda7b092
JX
1928msgid_plural ""
1929"\n"
5b34e000 1930"The most similar commands are"
fda7b092
JX
1931msgstr[0] ""
1932msgstr[1] ""
1933
5b34e000
JX
1934#: help.c:395
1935msgid "git version [<options>]"
1936msgstr ""
1937
18a90722 1938#: help.c:462
df0617bf 1939#, c-format
fda7b092 1940msgid "%s: %s - %s"
df0617bf
JX
1941msgstr ""
1942
18a90722 1943#: help.c:466
5b34e000
JX
1944msgid ""
1945"\n"
1946"Did you mean this?"
1947msgid_plural ""
1948"\n"
1949"Did you mean one of these?"
1950msgstr[0] ""
1951msgstr[1] ""
1952
1953#: ident.c:342
fda7b092
JX
1954msgid ""
1955"\n"
1956"*** Please tell me who you are.\n"
1957"\n"
1958"Run\n"
1959"\n"
1960" git config --global user.email \"you@example.com\"\n"
1961" git config --global user.name \"Your Name\"\n"
1962"\n"
1963"to set your account's default identity.\n"
1964"Omit --global to set the identity only in this repository.\n"
1965"\n"
df0617bf
JX
1966msgstr ""
1967
5b34e000 1968#: ident.c:366
dfc182b1
JX
1969msgid "no email was given and auto-detection is disabled"
1970msgstr ""
1971
5b34e000 1972#: ident.c:371
dfc182b1
JX
1973#, c-format
1974msgid "unable to auto-detect email address (got '%s')"
1975msgstr ""
1976
5b34e000 1977#: ident.c:381
dfc182b1
JX
1978msgid "no name was given and auto-detection is disabled"
1979msgstr ""
1980
5b34e000 1981#: ident.c:387
dfc182b1
JX
1982#, c-format
1983msgid "unable to auto-detect name (got '%s')"
1984msgstr ""
1985
5b34e000 1986#: ident.c:395
dfc182b1
JX
1987#, c-format
1988msgid "empty ident name (for <%s>) not allowed"
1989msgstr ""
1990
5b34e000 1991#: ident.c:401
dfc182b1
JX
1992#, c-format
1993msgid "name consists only of disallowed characters: %s"
1994msgstr ""
1995
9b7388a8 1996#: ident.c:416 builtin/commit.c:587
dfc182b1
JX
1997#, c-format
1998msgid "invalid date format: %s"
1999msgstr ""
2000
abc8de64
JX
2001#: list-objects-filter-options.c:36
2002msgid "multiple filter-specs cannot be combined"
18a90722
JX
2003msgstr ""
2004
abc8de64
JX
2005#: list-objects-filter-options.c:126
2006msgid "cannot change partial clone promisor remote"
18a90722
JX
2007msgstr ""
2008
25eab542 2009#: lockfile.c:151
df0617bf 2010#, c-format
fda7b092
JX
2011msgid ""
2012"Unable to create '%s.lock': %s.\n"
2013"\n"
2014"Another git process seems to be running in this repository, e.g.\n"
2015"an editor opened by 'git commit'. Please make sure all processes\n"
2016"are terminated then try again. If it still fails, a git process\n"
2017"may have crashed in this repository earlier:\n"
2018"remove the file manually to continue."
df0617bf
JX
2019msgstr ""
2020
25eab542 2021#: lockfile.c:159
df0617bf 2022#, c-format
fda7b092 2023msgid "Unable to create '%s.lock': %s"
df0617bf
JX
2024msgstr ""
2025
9b7388a8 2026#: merge.c:71
fda7b092 2027msgid "failed to read the cache"
9eb3984b
JX
2028msgstr ""
2029
9b7388a8
JX
2030#: merge.c:136 builtin/am.c:1946 builtin/am.c:1980 builtin/checkout.c:378
2031#: builtin/checkout.c:606 builtin/clone.c:761
fda7b092 2032msgid "unable to write new index file"
9eb3984b
JX
2033msgstr ""
2034
9b7388a8 2035#: merge-recursive.c:298
fda7b092 2036msgid "(bad commit)\n"
f4f2c8f8
JX
2037msgstr ""
2038
9b7388a8
JX
2039#: merge-recursive.c:320
2040#, c-format
2041msgid "add_cacheinfo failed for path '%s'; merge aborting."
2042msgstr ""
2043
2044#: merge-recursive.c:328
f1522b27 2045#, c-format
9b7388a8 2046msgid "add_cacheinfo failed to refresh for path '%s'; merge aborting."
f1522b27
JX
2047msgstr ""
2048
9b7388a8 2049#: merge-recursive.c:410
fda7b092 2050msgid "error building trees"
f1522b27
JX
2051msgstr ""
2052
9b7388a8 2053#: merge-recursive.c:881
f4f2c8f8 2054#, c-format
fda7b092 2055msgid "failed to create path '%s'%s"
f4f2c8f8
JX
2056msgstr ""
2057
9b7388a8 2058#: merge-recursive.c:892
f4f2c8f8 2059#, c-format
fda7b092 2060msgid "Removing %s to make room for subdirectory\n"
f4f2c8f8
JX
2061msgstr ""
2062
9b7388a8 2063#: merge-recursive.c:906 merge-recursive.c:925
fda7b092 2064msgid ": perhaps a D/F conflict?"
df0617bf
JX
2065msgstr ""
2066
9b7388a8 2067#: merge-recursive.c:915
f4f2c8f8 2068#, c-format
fda7b092 2069msgid "refusing to lose untracked file at '%s'"
f4f2c8f8
JX
2070msgstr ""
2071
9b7388a8 2072#: merge-recursive.c:957 builtin/cat-file.c:37
9eb3984b 2073#, c-format
fda7b092 2074msgid "cannot read object %s '%s'"
9eb3984b
JX
2075msgstr ""
2076
9b7388a8 2077#: merge-recursive.c:959
9eb3984b 2078#, c-format
fda7b092 2079msgid "blob expected for %s '%s'"
9eb3984b
JX
2080msgstr ""
2081
9b7388a8 2082#: merge-recursive.c:983
f4f2c8f8 2083#, c-format
fda7b092 2084msgid "failed to open '%s': %s"
f4f2c8f8
JX
2085msgstr ""
2086
9b7388a8 2087#: merge-recursive.c:994
f4f2c8f8 2088#, c-format
fda7b092 2089msgid "failed to symlink '%s': %s"
f4f2c8f8
JX
2090msgstr ""
2091
9b7388a8 2092#: merge-recursive.c:999
f1522b27 2093#, c-format
fda7b092 2094msgid "do not know what to do with %06o %s '%s'"
f1522b27
JX
2095msgstr ""
2096
9b7388a8
JX
2097#: merge-recursive.c:1186
2098#, c-format
2099msgid "Failed to merge submodule %s (not checked out)"
2100msgstr ""
2101
2102#: merge-recursive.c:1193
2103#, c-format
2104msgid "Failed to merge submodule %s (commits not present)"
2105msgstr ""
2106
2107#: merge-recursive.c:1200
2108#, c-format
2109msgid "Failed to merge submodule %s (commits don't follow merge-base)"
2110msgstr ""
2111
2112#: merge-recursive.c:1208 merge-recursive.c:1220
2113#, c-format
2114msgid "Fast-forwarding submodule %s to the following commit:"
2115msgstr ""
2116
2117#: merge-recursive.c:1211 merge-recursive.c:1223
2118#, c-format
2119msgid "Fast-forwarding submodule %s to %s"
2120msgstr ""
2121
2122#: merge-recursive.c:1245
2123#, c-format
2124msgid "Failed to merge submodule %s (merge following commits not found)"
2125msgstr ""
2126
2127#: merge-recursive.c:1249
2128#, c-format
2129msgid "Failed to merge submodule %s (not fast-forward)"
2130msgstr ""
2131
2132#: merge-recursive.c:1250
2133msgid "Found a possible merge resolution for the submodule:\n"
2134msgstr ""
2135
2136#: merge-recursive.c:1253
2137#, c-format
2138msgid ""
2139"If this is correct simply add it to the index for example\n"
2140"by using:\n"
2141"\n"
2142" git update-index --cacheinfo 160000 %s \"%s\"\n"
2143"\n"
2144"which will accept this suggestion.\n"
2145msgstr ""
2146
2147#: merge-recursive.c:1262
2148#, c-format
2149msgid "Failed to merge submodule %s (multiple merges found)"
2150msgstr ""
2151
2152#: merge-recursive.c:1321
fda7b092 2153msgid "Failed to execute internal merge"
f1522b27
JX
2154msgstr ""
2155
9b7388a8 2156#: merge-recursive.c:1326
9eb3984b 2157#, c-format
fda7b092 2158msgid "Unable to add %s to database"
9eb3984b
JX
2159msgstr ""
2160
9b7388a8
JX
2161#: merge-recursive.c:1358
2162#, c-format
2163msgid "Auto-merging %s"
2164msgstr ""
2165
2166#: merge-recursive.c:1423
2167#, c-format
2168msgid "Error: Refusing to lose untracked file at %s; writing to %s instead."
2169msgstr ""
2170
2171#: merge-recursive.c:1475
f1522b27 2172#, c-format
fda7b092
JX
2173msgid ""
2174"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2175"in tree."
f1522b27
JX
2176msgstr ""
2177
9b7388a8 2178#: merge-recursive.c:1480
dfc182b1
JX
2179#, c-format
2180msgid ""
2181"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2182"left in tree."
2183msgstr ""
2184
9b7388a8 2185#: merge-recursive.c:1487
fda7b092
JX
2186#, c-format
2187msgid ""
2188"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2189"in tree at %s."
f1522b27
JX
2190msgstr ""
2191
9b7388a8 2192#: merge-recursive.c:1492
dfc182b1
JX
2193#, c-format
2194msgid ""
2195"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2196"left in tree at %s."
2197msgstr ""
2198
9b7388a8 2199#: merge-recursive.c:1526
fda7b092 2200msgid "rename"
f1522b27
JX
2201msgstr ""
2202
9b7388a8 2203#: merge-recursive.c:1526
fda7b092 2204msgid "renamed"
f1522b27
JX
2205msgstr ""
2206
9b7388a8
JX
2207#: merge-recursive.c:1580 merge-recursive.c:1736 merge-recursive.c:2368
2208#: merge-recursive.c:3086
2209#, c-format
2210msgid "Refusing to lose dirty file at %s"
2211msgstr ""
2212
2213#: merge-recursive.c:1594
f1522b27 2214#, c-format
fda7b092 2215msgid "%s is a directory in %s adding as %s instead"
f1522b27
JX
2216msgstr ""
2217
9b7388a8
JX
2218#: merge-recursive.c:1599
2219#, c-format
2220msgid "Refusing to lose untracked file at %s; adding as %s instead"
2221msgstr ""
2222
2223#: merge-recursive.c:1625
f1522b27 2224#, c-format
fda7b092
JX
2225msgid ""
2226"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
2227"\"->\"%s\" in \"%s\"%s"
f1522b27
JX
2228msgstr ""
2229
9b7388a8 2230#: merge-recursive.c:1630
fda7b092 2231msgid " (left unresolved)"
f4f2c8f8
JX
2232msgstr ""
2233
9b7388a8 2234#: merge-recursive.c:1694
f1522b27 2235#, c-format
fda7b092 2236msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
f1522b27
JX
2237msgstr ""
2238
9b7388a8 2239#: merge-recursive.c:1733
f1522b27 2240#, c-format
fda7b092 2241msgid "Renaming %s to %s and %s to %s instead"
f1522b27
JX
2242msgstr ""
2243
9b7388a8
JX
2244#: merge-recursive.c:1745
2245#, c-format
2246msgid "Refusing to lose untracked file at %s, even though it's in the way."
2247msgstr ""
2248
2249#: merge-recursive.c:1951
2250#, c-format
2251msgid ""
2252"CONFLICT (directory rename split): Unclear where to place %s because "
2253"directory %s was renamed to multiple other directories, with no destination "
2254"getting a majority of the files."
2255msgstr ""
2256
2257#: merge-recursive.c:1983
2258#, c-format
2259msgid ""
2260"CONFLICT (implicit dir rename): Existing file/dir at %s in the way of "
2261"implicit directory rename(s) putting the following path(s) there: %s."
2262msgstr ""
2263
2264#: merge-recursive.c:1993
2265#, c-format
2266msgid ""
2267"CONFLICT (implicit dir rename): Cannot map more than one path to %s; "
2268"implicit directory renames tried to put these paths there: %s"
2269msgstr ""
2270
2271#: merge-recursive.c:2085
2272#, c-format
2273msgid ""
2274"CONFLICT (rename/rename): Rename directory %s->%s in %s. Rename directory %s-"
2275">%s in %s"
2276msgstr ""
2277
2278#: merge-recursive.c:2330
2279#, c-format
2280msgid ""
2281"WARNING: Avoiding applying %s -> %s rename to %s, because %s itself was "
2282"renamed."
2283msgstr ""
2284
2285#: merge-recursive.c:2736
f4f2c8f8 2286#, c-format
fda7b092 2287msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
f4f2c8f8
JX
2288msgstr ""
2289
9b7388a8 2290#: merge-recursive.c:2751
f4f2c8f8 2291#, c-format
fda7b092 2292msgid "Adding merged %s"
f4f2c8f8
JX
2293msgstr ""
2294
9b7388a8 2295#: merge-recursive.c:2758 merge-recursive.c:3089
df49095a 2296#, c-format
fda7b092 2297msgid "Adding as %s instead"
df49095a
JX
2298msgstr ""
2299
9b7388a8 2300#: merge-recursive.c:2914
df49095a 2301#, c-format
fda7b092 2302msgid "cannot read object %s"
df49095a
JX
2303msgstr ""
2304
9b7388a8 2305#: merge-recursive.c:2917
df49095a 2306#, c-format
fda7b092 2307msgid "object %s is not a blob"
df49095a
JX
2308msgstr ""
2309
9b7388a8 2310#: merge-recursive.c:2986
fda7b092 2311msgid "modify"
df49095a
JX
2312msgstr ""
2313
9b7388a8 2314#: merge-recursive.c:2986
fda7b092 2315msgid "modified"
64f23b0c
JX
2316msgstr ""
2317
9b7388a8 2318#: merge-recursive.c:2997
fda7b092 2319msgid "content"
64f23b0c
JX
2320msgstr ""
2321
9b7388a8 2322#: merge-recursive.c:3004
fda7b092 2323msgid "add/add"
64f23b0c
JX
2324msgstr ""
2325
9b7388a8 2326#: merge-recursive.c:3046
64f23b0c 2327#, c-format
fda7b092 2328msgid "Skipped %s (merged same as existing)"
64f23b0c
JX
2329msgstr ""
2330
9b7388a8 2331#: merge-recursive.c:3055 git-submodule.sh:895
fda7b092 2332msgid "submodule"
64f23b0c
JX
2333msgstr ""
2334
9b7388a8 2335#: merge-recursive.c:3056
64f23b0c 2336#, c-format
fda7b092 2337msgid "CONFLICT (%s): Merge conflict in %s"
64f23b0c
JX
2338msgstr ""
2339
9b7388a8 2340#: merge-recursive.c:3178
9caaf23e 2341#, c-format
fda7b092 2342msgid "Removing %s"
727b9576
JX
2343msgstr ""
2344
9b7388a8 2345#: merge-recursive.c:3204
fda7b092 2346msgid "file/directory"
727b9576
JX
2347msgstr ""
2348
9b7388a8 2349#: merge-recursive.c:3210
fda7b092 2350msgid "directory/file"
f9472e35
JX
2351msgstr ""
2352
9b7388a8 2353#: merge-recursive.c:3217
dce37b66 2354#, c-format
fda7b092 2355msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
f9472e35
JX
2356msgstr ""
2357
9b7388a8 2358#: merge-recursive.c:3226
dce37b66 2359#, c-format
fda7b092 2360msgid "Adding %s"
f9472e35
JX
2361msgstr ""
2362
9b7388a8 2363#: merge-recursive.c:3267
005c62fe
JX
2364#, c-format
2365msgid "Dirty index: cannot merge (dirty: %s)"
2366msgstr ""
2367
9b7388a8 2368#: merge-recursive.c:3271
25eab542 2369msgid "Already up to date!"
df0617bf
JX
2370msgstr ""
2371
9b7388a8 2372#: merge-recursive.c:3280
df0617bf 2373#, c-format
fda7b092 2374msgid "merging of trees %s and %s failed"
c2ea1208
JX
2375msgstr ""
2376
9b7388a8 2377#: merge-recursive.c:3379
fda7b092 2378msgid "Merging:"
28b3cffc
JX
2379msgstr ""
2380
9b7388a8 2381#: merge-recursive.c:3392
28b3cffc 2382#, c-format
fda7b092
JX
2383msgid "found %u common ancestor:"
2384msgid_plural "found %u common ancestors:"
2385msgstr[0] ""
2386msgstr[1] ""
28b3cffc 2387
9b7388a8 2388#: merge-recursive.c:3431
fda7b092 2389msgid "merge returned no commit"
d07a63e4
JX
2390msgstr ""
2391
9b7388a8 2392#: merge-recursive.c:3495
fda7b092
JX
2393#, c-format
2394msgid "Could not parse object '%s'"
d07a63e4
JX
2395msgstr ""
2396
9b7388a8 2397#: merge-recursive.c:3511 builtin/merge.c:658 builtin/merge.c:815
fda7b092 2398msgid "Unable to write index."
dce37b66
JX
2399msgstr ""
2400
25eab542 2401#: notes-merge.c:272
fda7b092
JX
2402#, c-format
2403msgid ""
2404"You have not concluded your previous notes merge (%s exists).\n"
2405"Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
2406"commit/abort the previous merge before you start a new notes merge."
dce37b66
JX
2407msgstr ""
2408
25eab542 2409#: notes-merge.c:279
fda7b092
JX
2410#, c-format
2411msgid "You have not concluded your notes merge (%s exists)."
9fa976ff
JX
2412msgstr ""
2413
abc8de64 2414#: notes-utils.c:43
fda7b092 2415msgid "Cannot commit uninitialized/unreferenced notes tree"
2b911f81
JX
2416msgstr ""
2417
abc8de64 2418#: notes-utils.c:102
fda7b092
JX
2419#, c-format
2420msgid "Bad notes.rewriteMode value: '%s'"
dce37b66
JX
2421msgstr ""
2422
abc8de64 2423#: notes-utils.c:112
dce37b66 2424#, c-format
fda7b092 2425msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
dce37b66
JX
2426msgstr ""
2427
5b34e000
JX
2428#. TRANSLATORS: The first %s is the name of
2429#. the environment variable, the second %s is
2430#. its value.
2431#.
abc8de64 2432#: notes-utils.c:142
dce37b66 2433#, c-format
fda7b092 2434msgid "Bad %s value: '%s'"
dce37b66
JX
2435msgstr ""
2436
9b7388a8 2437#: object.c:242
fda7b092
JX
2438#, c-format
2439msgid "unable to parse object: %s"
dce37b66
JX
2440msgstr ""
2441
9b7388a8 2442#: packfile.c:563
25eab542
JX
2443msgid "offset before end of packfile (broken .idx?)"
2444msgstr ""
2445
9b7388a8 2446#: packfile.c:1742
25eab542
JX
2447#, c-format
2448msgid "offset before start of pack index for %s (corrupt index?)"
2449msgstr ""
2450
9b7388a8 2451#: packfile.c:1746
25eab542
JX
2452#, c-format
2453msgid "offset beyond end of pack index for %s (truncated index?)"
2454msgstr ""
2455
9b7388a8 2456#: parse-options.c:621
fda7b092 2457msgid "..."
dce37b66
JX
2458msgstr ""
2459
9b7388a8 2460#: parse-options.c:640
fda7b092
JX
2461#, c-format
2462msgid "usage: %s"
dce37b66
JX
2463msgstr ""
2464
fda7b092 2465#. TRANSLATORS: the colon here should align with the
5b34e000
JX
2466#. one in "usage: %s" translation.
2467#.
9b7388a8 2468#: parse-options.c:646
9fa976ff 2469#, c-format
fda7b092 2470msgid " or: %s"
9fa976ff
JX
2471msgstr ""
2472
9b7388a8 2473#: parse-options.c:649
dce37b66 2474#, c-format
fda7b092 2475msgid " %s"
dce37b66
JX
2476msgstr ""
2477
9b7388a8 2478#: parse-options.c:688
fda7b092 2479msgid "-NUM"
822e4a65
JX
2480msgstr ""
2481
9b7388a8
JX
2482#: parse-options-cb.c:44
2483#, c-format
2484msgid "malformed expiration date '%s'"
2485msgstr ""
2486
2487#: parse-options-cb.c:112
fda7b092
JX
2488#, c-format
2489msgid "malformed object name '%s'"
822e4a65
JX
2490msgstr ""
2491
9b7388a8 2492#: path.c:892
822e4a65 2493#, c-format
fda7b092 2494msgid "Could not make %s writable by group"
822e4a65
JX
2495msgstr ""
2496
5b34e000 2497#: pathspec.c:129
dfc182b1
JX
2498msgid "Escape character '\\' not allowed as last character in attr value"
2499msgstr ""
2500
5b34e000 2501#: pathspec.c:147
dfc182b1
JX
2502msgid "Only one 'attr:' specification is allowed."
2503msgstr ""
2504
5b34e000 2505#: pathspec.c:150
dfc182b1
JX
2506msgid "attr spec must not be empty"
2507msgstr ""
2508
5b34e000 2509#: pathspec.c:193
dfc182b1
JX
2510#, c-format
2511msgid "invalid attribute name %s"
2512msgstr ""
2513
5b34e000 2514#: pathspec.c:258
fda7b092 2515msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
822e4a65
JX
2516msgstr ""
2517
5b34e000 2518#: pathspec.c:265
fda7b092
JX
2519msgid ""
2520"global 'literal' pathspec setting is incompatible with all other global "
2521"pathspec settings"
dce37b66
JX
2522msgstr ""
2523
5b34e000 2524#: pathspec.c:305
fda7b092 2525msgid "invalid parameter for pathspec magic 'prefix'"
dce37b66
JX
2526msgstr ""
2527
5b34e000 2528#: pathspec.c:326
dce37b66 2529#, c-format
fda7b092 2530msgid "Invalid pathspec magic '%.*s' in '%s'"
dce37b66
JX
2531msgstr ""
2532
5b34e000 2533#: pathspec.c:331
dce37b66 2534#, c-format
fda7b092 2535msgid "Missing ')' at the end of pathspec magic in '%s'"
dce37b66
JX
2536msgstr ""
2537
5b34e000 2538#: pathspec.c:369
dce37b66 2539#, c-format
fda7b092 2540msgid "Unimplemented pathspec magic '%c' in '%s'"
dce37b66
JX
2541msgstr ""
2542
5b34e000 2543#: pathspec.c:428
dce37b66 2544#, c-format
fda7b092 2545msgid "%s: 'literal' and 'glob' are incompatible"
dce37b66
JX
2546msgstr ""
2547
5b34e000 2548#: pathspec.c:441
dce37b66 2549#, c-format
fda7b092 2550msgid "%s: '%s' is outside repository"
dce37b66
JX
2551msgstr ""
2552
5b34e000 2553#: pathspec.c:515
dce37b66 2554#, c-format
673bfad0 2555msgid "'%s' (mnemonic: '%c')"
dce37b66
JX
2556msgstr ""
2557
5b34e000 2558#: pathspec.c:525
fda7b092
JX
2559#, c-format
2560msgid "%s: pathspec magic not supported by this command: %s"
dce37b66
JX
2561msgstr ""
2562
18a90722 2563#: pathspec.c:592
dce37b66 2564#, c-format
fda7b092 2565msgid "pathspec '%s' is beyond a symbolic link"
dce37b66
JX
2566msgstr ""
2567
25eab542 2568#: pretty.c:962
fda7b092 2569msgid "unable to parse --pretty format"
9fa976ff
JX
2570msgstr ""
2571
9b7388a8 2572#: read-cache.c:1500
fda7b092
JX
2573#, c-format
2574msgid ""
2575"index.version set, but the value is invalid.\n"
2576"Using version %i"
9fa976ff
JX
2577msgstr ""
2578
9b7388a8 2579#: read-cache.c:1510
fda7b092
JX
2580#, c-format
2581msgid ""
2582"GIT_INDEX_VERSION set, but the value is invalid.\n"
2583"Using version %i"
dce37b66
JX
2584msgstr ""
2585
9b7388a8 2586#: read-cache.c:2404 sequencer.c:4337 wrapper.c:658 builtin/merge.c:1047
5b34e000
JX
2587#, c-format
2588msgid "could not close '%s'"
2589msgstr ""
2590
9b7388a8 2591#: read-cache.c:2477 sequencer.c:2101 sequencer.c:3233
dfc182b1 2592#, c-format
28e1aaa4 2593msgid "could not stat '%s'"
dfc182b1
JX
2594msgstr ""
2595
9b7388a8 2596#: read-cache.c:2490
dfc182b1
JX
2597#, c-format
2598msgid "unable to open git dir: %s"
2599msgstr ""
2600
9b7388a8 2601#: read-cache.c:2502
dfc182b1
JX
2602#, c-format
2603msgid "unable to unlink: %s"
2604msgstr ""
2605
9b7388a8
JX
2606#: refs.c:732 sequencer.c:4333 sequencer.c:4392 wrapper.c:225 wrapper.c:395
2607#: builtin/am.c:779
dce37b66 2608#, c-format
9b7388a8 2609msgid "could not open '%s' for writing"
dce37b66
JX
2610msgstr ""
2611
9b7388a8 2612#: refs.c:1880
28e1aaa4
JX
2613msgid "ref updates forbidden inside quarantine environment"
2614msgstr ""
2615
9b7388a8 2616#: refs/files-backend.c:1191
fda7b092 2617#, c-format
25eab542 2618msgid "could not remove reference %s"
dce37b66
JX
2619msgstr ""
2620
9b7388a8
JX
2621#: refs/files-backend.c:1205 refs/packed-backend.c:1531
2622#: refs/packed-backend.c:1541
dce37b66 2623#, c-format
25eab542 2624msgid "could not delete reference %s: %s"
dce37b66
JX
2625msgstr ""
2626
9b7388a8 2627#: refs/files-backend.c:1208 refs/packed-backend.c:1544
dce37b66 2628#, c-format
25eab542 2629msgid "could not delete references: %s"
dce37b66
JX
2630msgstr ""
2631
9b7388a8 2632#: ref-filter.c:35 wt-status.c:1850
dfc182b1
JX
2633msgid "gone"
2634msgstr ""
2635
2636#: ref-filter.c:36
2637#, c-format
2638msgid "ahead %d"
2639msgstr ""
2640
2641#: ref-filter.c:37
2642#, c-format
2643msgid "behind %d"
2644msgstr ""
2645
2646#: ref-filter.c:38
2647#, c-format
2648msgid "ahead %d, behind %d"
2649msgstr ""
2650
9b7388a8 2651#: ref-filter.c:121
dce37b66 2652#, c-format
fda7b092 2653msgid "expected format: %%(color:<color>)"
dce37b66
JX
2654msgstr ""
2655
9b7388a8 2656#: ref-filter.c:123
dce37b66 2657#, c-format
fda7b092 2658msgid "unrecognized color: %%(color:%s)"
dce37b66
JX
2659msgstr ""
2660
9b7388a8 2661#: ref-filter.c:145
dce37b66 2662#, c-format
dfc182b1 2663msgid "Integer value expected refname:lstrip=%s"
dce37b66
JX
2664msgstr ""
2665
9b7388a8 2666#: ref-filter.c:149
dfc182b1
JX
2667#, c-format
2668msgid "Integer value expected refname:rstrip=%s"
2669msgstr ""
2670
9b7388a8 2671#: ref-filter.c:151
dfc182b1
JX
2672#, c-format
2673msgid "unrecognized %%(%s) argument: %s"
2674msgstr ""
2675
9b7388a8 2676#: ref-filter.c:206
dce37b66 2677#, c-format
fda7b092 2678msgid "%%(body) does not take arguments"
dce37b66
JX
2679msgstr ""
2680
9b7388a8 2681#: ref-filter.c:215
fda7b092
JX
2682#, c-format
2683msgid "%%(subject) does not take arguments"
dce37b66
JX
2684msgstr ""
2685
9b7388a8 2686#: ref-filter.c:235
673bfad0 2687#, c-format
9c07fab7 2688msgid "unknown %%(trailers) argument: %s"
673bfad0
JX
2689msgstr ""
2690
9b7388a8 2691#: ref-filter.c:264
fda7b092
JX
2692#, c-format
2693msgid "positive value expected contents:lines=%s"
dce37b66
JX
2694msgstr ""
2695
9b7388a8 2696#: ref-filter.c:266
dce37b66 2697#, c-format
fda7b092 2698msgid "unrecognized %%(contents) argument: %s"
dce37b66
JX
2699msgstr ""
2700
9b7388a8 2701#: ref-filter.c:281
dfc182b1
JX
2702#, c-format
2703msgid "positive value expected objectname:short=%s"
2704msgstr ""
2705
9b7388a8 2706#: ref-filter.c:285
fda7b092
JX
2707#, c-format
2708msgid "unrecognized %%(objectname) argument: %s"
dce37b66
JX
2709msgstr ""
2710
9b7388a8 2711#: ref-filter.c:315
fda7b092
JX
2712#, c-format
2713msgid "expected format: %%(align:<width>,<position>)"
dce37b66
JX
2714msgstr ""
2715
9b7388a8 2716#: ref-filter.c:327
fda7b092
JX
2717#, c-format
2718msgid "unrecognized position:%s"
dce37b66
JX
2719msgstr ""
2720
9b7388a8 2721#: ref-filter.c:334
dce37b66 2722#, c-format
fda7b092 2723msgid "unrecognized width:%s"
dce37b66
JX
2724msgstr ""
2725
9b7388a8 2726#: ref-filter.c:343
dce37b66 2727#, c-format
fda7b092 2728msgid "unrecognized %%(align) argument: %s"
dce37b66
JX
2729msgstr ""
2730
9b7388a8 2731#: ref-filter.c:351
fda7b092
JX
2732#, c-format
2733msgid "positive width expected with the %%(align) atom"
dce37b66
JX
2734msgstr ""
2735
9b7388a8 2736#: ref-filter.c:369
dfc182b1
JX
2737#, c-format
2738msgid "unrecognized %%(if) argument: %s"
2739msgstr ""
2740
9b7388a8 2741#: ref-filter.c:464
dce37b66 2742#, c-format
fda7b092 2743msgid "malformed field name: %.*s"
dce37b66
JX
2744msgstr ""
2745
9b7388a8 2746#: ref-filter.c:491
dce37b66 2747#, c-format
fda7b092 2748msgid "unknown field name: %.*s"
dce37b66
JX
2749msgstr ""
2750
9b7388a8 2751#: ref-filter.c:608
dfc182b1
JX
2752#, c-format
2753msgid "format: %%(if) atom used without a %%(then) atom"
2754msgstr ""
2755
9b7388a8 2756#: ref-filter.c:671
dfc182b1
JX
2757#, c-format
2758msgid "format: %%(then) atom used without an %%(if) atom"
2759msgstr ""
2760
9b7388a8 2761#: ref-filter.c:673
dfc182b1
JX
2762#, c-format
2763msgid "format: %%(then) atom used more than once"
2764msgstr ""
2765
9b7388a8 2766#: ref-filter.c:675
dfc182b1
JX
2767#, c-format
2768msgid "format: %%(then) atom used after %%(else)"
2769msgstr ""
2770
9b7388a8 2771#: ref-filter.c:703
dfc182b1
JX
2772#, c-format
2773msgid "format: %%(else) atom used without an %%(if) atom"
2774msgstr ""
2775
9b7388a8 2776#: ref-filter.c:705
dfc182b1
JX
2777#, c-format
2778msgid "format: %%(else) atom used without a %%(then) atom"
2779msgstr ""
2780
9b7388a8 2781#: ref-filter.c:707
dfc182b1
JX
2782#, c-format
2783msgid "format: %%(else) atom used more than once"
2784msgstr ""
2785
9b7388a8 2786#: ref-filter.c:722
c6bc7d43 2787#, c-format
fda7b092 2788msgid "format: %%(end) atom used without corresponding atom"
c6bc7d43
JX
2789msgstr ""
2790
9b7388a8 2791#: ref-filter.c:779
c6bc7d43 2792#, c-format
fda7b092 2793msgid "malformed format string %s"
c6bc7d43
JX
2794msgstr ""
2795
9b7388a8 2796#: ref-filter.c:1387
dfc182b1
JX
2797#, c-format
2798msgid "(no branch, rebasing %s)"
2799msgstr ""
2800
9b7388a8
JX
2801#: ref-filter.c:1390
2802#, c-format
2803msgid "(no branch, rebasing detached HEAD %s)"
2804msgstr ""
2805
2806#: ref-filter.c:1393
dfc182b1
JX
2807#, c-format
2808msgid "(no branch, bisect started on %s)"
dce37b66
JX
2809msgstr ""
2810
5b34e000
JX
2811#. TRANSLATORS: make sure this matches "HEAD
2812#. detached at " in wt-status.c
2813#.
9b7388a8 2814#: ref-filter.c:1401
9fa976ff 2815#, c-format
dfc182b1 2816msgid "(HEAD detached at %s)"
9fa976ff
JX
2817msgstr ""
2818
5b34e000
JX
2819#. TRANSLATORS: make sure this matches "HEAD
2820#. detached from " in wt-status.c
2821#.
9b7388a8 2822#: ref-filter.c:1408
9fa976ff 2823#, c-format
dfc182b1 2824msgid "(HEAD detached from %s)"
9fa976ff
JX
2825msgstr ""
2826
9b7388a8 2827#: ref-filter.c:1412
dfc182b1
JX
2828msgid "(no branch)"
2829msgstr ""
2830
9b7388a8 2831#: ref-filter.c:1442
9fa976ff 2832#, c-format
fda7b092 2833msgid "missing object %s for %s"
dce37b66
JX
2834msgstr ""
2835
9b7388a8 2836#: ref-filter.c:1445
64f23b0c 2837#, c-format
fda7b092 2838msgid "parse_object_buffer failed on %s for %s"
64f23b0c
JX
2839msgstr ""
2840
9b7388a8 2841#: ref-filter.c:1902
f517e50d 2842#, c-format
fda7b092 2843msgid "malformed object at '%s'"
f517e50d
JX
2844msgstr ""
2845
9b7388a8 2846#: ref-filter.c:1984
fda7b092
JX
2847#, c-format
2848msgid "ignoring ref with broken name %s"
f517e50d
JX
2849msgstr ""
2850
9b7388a8 2851#: ref-filter.c:1989
9fa976ff 2852#, c-format
fda7b092 2853msgid "ignoring broken ref %s"
9fa976ff
JX
2854msgstr ""
2855
9b7388a8 2856#: ref-filter.c:2261
fda7b092
JX
2857#, c-format
2858msgid "format: %%(end) atom missing"
9fa976ff
JX
2859msgstr ""
2860
9b7388a8 2861#: ref-filter.c:2365
fda7b092
JX
2862#, c-format
2863msgid "malformed object name %s"
9fa976ff
JX
2864msgstr ""
2865
9b7388a8 2866#: remote.c:605
9fa976ff 2867#, c-format
fda7b092 2868msgid "Cannot fetch both %s and %s to %s"
9fa976ff
JX
2869msgstr ""
2870
9b7388a8 2871#: remote.c:609
9fa976ff 2872#, c-format
fda7b092 2873msgid "%s usually tracks %s, not %s"
9fa976ff
JX
2874msgstr ""
2875
9b7388a8 2876#: remote.c:613
9fa976ff 2877#, c-format
fda7b092 2878msgid "%s tracks both %s and %s"
9fa976ff
JX
2879msgstr ""
2880
9b7388a8 2881#: remote.c:621
fda7b092 2882msgid "Internal error"
f1522b27
JX
2883msgstr ""
2884
9b7388a8 2885#: remote.c:1534 remote.c:1635
fda7b092 2886msgid "HEAD does not point to a branch"
f1522b27
JX
2887msgstr ""
2888
9b7388a8 2889#: remote.c:1543
f1522b27 2890#, c-format
fda7b092 2891msgid "no such branch: '%s'"
f1522b27
JX
2892msgstr ""
2893
9b7388a8 2894#: remote.c:1546
fda7b092
JX
2895#, c-format
2896msgid "no upstream configured for branch '%s'"
28b3cffc
JX
2897msgstr ""
2898
9b7388a8 2899#: remote.c:1552
fda7b092
JX
2900#, c-format
2901msgid "upstream branch '%s' not stored as a remote-tracking branch"
727b9576
JX
2902msgstr ""
2903
9b7388a8 2904#: remote.c:1567
727b9576 2905#, c-format
fda7b092 2906msgid "push destination '%s' on remote '%s' has no local tracking branch"
727b9576
JX
2907msgstr ""
2908
9b7388a8 2909#: remote.c:1579
727b9576 2910#, c-format
fda7b092 2911msgid "branch '%s' has no remote for pushing"
727b9576
JX
2912msgstr ""
2913
9b7388a8 2914#: remote.c:1589
727b9576 2915#, c-format
fda7b092 2916msgid "push refspecs for '%s' do not include '%s'"
727b9576
JX
2917msgstr ""
2918
9b7388a8 2919#: remote.c:1602
fda7b092 2920msgid "push has no destination (push.default is 'nothing')"
727b9576
JX
2921msgstr ""
2922
9b7388a8 2923#: remote.c:1624
fda7b092 2924msgid "cannot resolve 'simple' push to a single destination"
f517e50d
JX
2925msgstr ""
2926
9b7388a8 2927#: remote.c:1939
f517e50d 2928#, c-format
fda7b092 2929msgid "Your branch is based on '%s', but the upstream is gone.\n"
f517e50d
JX
2930msgstr ""
2931
9b7388a8 2932#: remote.c:1943
fda7b092 2933msgid " (use \"git branch --unset-upstream\" to fixup)\n"
f1522b27
JX
2934msgstr ""
2935
9b7388a8 2936#: remote.c:1946
d07a63e4 2937#, c-format
25eab542 2938msgid "Your branch is up to date with '%s'.\n"
d07a63e4
JX
2939msgstr ""
2940
9b7388a8 2941#: remote.c:1950
abc8de64
JX
2942#, c-format
2943msgid "Your branch and '%s' refer to different commits.\n"
2944msgstr ""
2945
9b7388a8 2946#: remote.c:1953
abc8de64
JX
2947#, c-format
2948msgid " (use \"%s\" for details)\n"
2949msgstr ""
2950
9b7388a8 2951#: remote.c:1957
d07a63e4 2952#, c-format
fda7b092
JX
2953msgid "Your branch is ahead of '%s' by %d commit.\n"
2954msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
2955msgstr[0] ""
2956msgstr[1] ""
2957
9b7388a8 2958#: remote.c:1963
fda7b092 2959msgid " (use \"git push\" to publish your local commits)\n"
d07a63e4
JX
2960msgstr ""
2961
9b7388a8 2962#: remote.c:1966
d07a63e4 2963#, c-format
fda7b092
JX
2964msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
2965msgid_plural ""
2966"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
2967msgstr[0] ""
2968msgstr[1] ""
2969
9b7388a8 2970#: remote.c:1974
fda7b092 2971msgid " (use \"git pull\" to update your local branch)\n"
d07a63e4
JX
2972msgstr ""
2973
9b7388a8 2974#: remote.c:1977
d07a63e4 2975#, c-format
fda7b092
JX
2976msgid ""
2977"Your branch and '%s' have diverged,\n"
2978"and have %d and %d different commit each, respectively.\n"
2979msgid_plural ""
2980"Your branch and '%s' have diverged,\n"
2981"and have %d and %d different commits each, respectively.\n"
2982msgstr[0] ""
2983msgstr[1] ""
d07a63e4 2984
9b7388a8 2985#: remote.c:1987
fda7b092 2986msgid " (use \"git pull\" to merge the remote branch into yours)\n"
d07a63e4
JX
2987msgstr ""
2988
9b7388a8 2989#: revision.c:2289
fda7b092 2990msgid "your current branch appears to be broken"
9eb3984b
JX
2991msgstr ""
2992
9b7388a8 2993#: revision.c:2292
9eb3984b 2994#, c-format
fda7b092 2995msgid "your current branch '%s' does not have any commits yet"
9eb3984b
JX
2996msgstr ""
2997
9b7388a8 2998#: revision.c:2489
fda7b092 2999msgid "--first-parent is incompatible with --bisect"
9eb3984b
JX
3000msgstr ""
3001
9b7388a8 3002#: run-command.c:728
fda7b092 3003msgid "open /dev/null failed"
9eb3984b
JX
3004msgstr ""
3005
9b7388a8 3006#: run-command.c:1271
18a90722
JX
3007#, c-format
3008msgid ""
3009"The '%s' hook was ignored because it's not set as executable.\n"
3010"You can disable this warning with `git config advice.ignoredHook false`."
3011msgstr ""
3012
005c62fe 3013#: send-pack.c:141
abc8de64
JX
3014msgid "unexpected flush packet while reading remote unpack status"
3015msgstr ""
3016
3017#: send-pack.c:143
dfc182b1
JX
3018#, c-format
3019msgid "unable to parse remote unpack status: %s"
3020msgstr ""
3021
abc8de64 3022#: send-pack.c:145
dfc182b1
JX
3023#, c-format
3024msgid "remote unpack failed: %s"
3025msgstr ""
3026
abc8de64 3027#: send-pack.c:308
fda7b092 3028msgid "failed to sign the push certificate"
9fa976ff
JX
3029msgstr ""
3030
abc8de64 3031#: send-pack.c:421
fda7b092 3032msgid "the receiving end does not support --signed push"
9fa976ff
JX
3033msgstr ""
3034
abc8de64 3035#: send-pack.c:423
9fa976ff 3036msgid ""
fda7b092
JX
3037"not sending a push certificate since the receiving end does not support --"
3038"signed push"
9fa976ff
JX
3039msgstr ""
3040
abc8de64 3041#: send-pack.c:435
fda7b092 3042msgid "the receiving end does not support --atomic push"
9fa976ff
JX
3043msgstr ""
3044
abc8de64 3045#: send-pack.c:440
fda7b092 3046msgid "the receiving end does not support push options"
9fa976ff
JX
3047msgstr ""
3048
9b7388a8 3049#: sequencer.c:174
abc8de64
JX
3050#, c-format
3051msgid "invalid commit message cleanup mode '%s'"
3052msgstr ""
3053
9b7388a8
JX
3054#: sequencer.c:274
3055#, c-format
3056msgid "could not delete '%s'"
3057msgstr ""
3058
3059#: sequencer.c:300
fda7b092 3060msgid "revert"
df0617bf
JX
3061msgstr ""
3062
9b7388a8 3063#: sequencer.c:302
fda7b092 3064msgid "cherry-pick"
f517e50d
JX
3065msgstr ""
3066
9b7388a8 3067#: sequencer.c:304
673bfad0
JX
3068msgid "rebase -i"
3069msgstr ""
3070
9b7388a8 3071#: sequencer.c:306
673bfad0
JX
3072#, c-format
3073msgid "Unknown action: %d"
3074msgstr ""
3075
9b7388a8 3076#: sequencer.c:363
f517e50d 3077msgid ""
fda7b092
JX
3078"after resolving the conflicts, mark the corrected paths\n"
3079"with 'git add <paths>' or 'git rm <paths>'"
f517e50d
JX
3080msgstr ""
3081
9b7388a8 3082#: sequencer.c:366
f517e50d 3083msgid ""
fda7b092
JX
3084"after resolving the conflicts, mark the corrected paths\n"
3085"with 'git add <paths>' or 'git rm <paths>'\n"
3086"and commit the result with 'git commit'"
f517e50d
JX
3087msgstr ""
3088
9b7388a8 3089#: sequencer.c:379 sequencer.c:2467
f517e50d 3090#, c-format
fda7b092 3091msgid "could not lock '%s'"
f517e50d
JX
3092msgstr ""
3093
9b7388a8
JX
3094#: sequencer.c:381 sequencer.c:2345 sequencer.c:2471 sequencer.c:2485
3095#: sequencer.c:2693 sequencer.c:4335 sequencer.c:4398 wrapper.c:656
f517e50d 3096#, c-format
fda7b092 3097msgid "could not write to '%s'"
f517e50d
JX
3098msgstr ""
3099
9b7388a8 3100#: sequencer.c:386
f517e50d 3101#, c-format
72351d7d 3102msgid "could not write eol to '%s'"
f517e50d
JX
3103msgstr ""
3104
9b7388a8
JX
3105#: sequencer.c:391 sequencer.c:2350 sequencer.c:2473 sequencer.c:2487
3106#: sequencer.c:2701
f517e50d 3107#, c-format
abc8de64 3108msgid "failed to finalize '%s'"
f517e50d
JX
3109msgstr ""
3110
9b7388a8
JX
3111#: sequencer.c:414 sequencer.c:803 sequencer.c:1492 sequencer.c:2370
3112#: sequencer.c:2683 sequencer.c:2787 builtin/am.c:259 builtin/commit.c:727
3113#: builtin/merge.c:1045
f517e50d 3114#, c-format
fda7b092 3115msgid "could not read '%s'"
f517e50d
JX
3116msgstr ""
3117
9b7388a8 3118#: sequencer.c:440
f517e50d 3119#, c-format
fda7b092 3120msgid "your local changes would be overwritten by %s."
f517e50d
JX
3121msgstr ""
3122
9b7388a8 3123#: sequencer.c:444
fda7b092 3124msgid "commit your changes or stash them to proceed."
f517e50d
JX
3125msgstr ""
3126
9b7388a8 3127#: sequencer.c:473
f517e50d 3128#, c-format
fda7b092 3129msgid "%s: fast-forward"
f517e50d
JX
3130msgstr ""
3131
673bfad0 3132#. TRANSLATORS: %s will be "revert", "cherry-pick" or
5b34e000 3133#. "rebase -i".
673bfad0 3134#.
9b7388a8 3135#: sequencer.c:562
f517e50d 3136#, c-format
fda7b092 3137msgid "%s: Unable to write new index file"
f517e50d
JX
3138msgstr ""
3139
9b7388a8
JX
3140#: sequencer.c:578
3141msgid "unable to update cache tree"
f517e50d
JX
3142msgstr ""
3143
9b7388a8
JX
3144#: sequencer.c:591
3145msgid "could not resolve HEAD commit"
f517e50d
JX
3146msgstr ""
3147
9b7388a8 3148#: sequencer.c:748
f517e50d
JX
3149#, c-format
3150msgid ""
fda7b092
JX
3151"you have staged changes in your working tree\n"
3152"If these changes are meant to be squashed into the previous commit, run:\n"
3153"\n"
3154" git commit --amend %s\n"
3155"\n"
3156"If they are meant to go into a new commit, run:\n"
3157"\n"
3158" git commit %s\n"
3159"\n"
3160"In both cases, once you're done, continue with:\n"
3161"\n"
3162" git rebase --continue\n"
f517e50d
JX
3163msgstr ""
3164
9b7388a8
JX
3165#: sequencer.c:817
3166msgid "writing root commit"
3167msgstr ""
3168
3169#: sequencer.c:1042
abc8de64
JX
3170msgid "'prepare-commit-msg' hook failed"
3171msgstr ""
3172
9b7388a8 3173#: sequencer.c:1049
abc8de64
JX
3174msgid ""
3175"Your name and email address were configured automatically based\n"
3176"on your username and hostname. Please check that they are accurate.\n"
3177"You can suppress this message by setting them explicitly. Run the\n"
3178"following command and follow the instructions in your editor to edit\n"
3179"your configuration file:\n"
3180"\n"
3181" git config --global --edit\n"
3182"\n"
3183"After doing this, you may fix the identity used for this commit with:\n"
3184"\n"
3185" git commit --amend --reset-author\n"
3186msgstr ""
3187
9b7388a8 3188#: sequencer.c:1062
abc8de64
JX
3189msgid ""
3190"Your name and email address were configured automatically based\n"
3191"on your username and hostname. Please check that they are accurate.\n"
3192"You can suppress this message by setting them explicitly:\n"
3193"\n"
3194" git config --global user.name \"Your Name\"\n"
3195" git config --global user.email you@example.com\n"
3196"\n"
3197"After doing this, you may fix the identity used for this commit with:\n"
3198"\n"
3199" git commit --amend --reset-author\n"
3200msgstr ""
3201
9b7388a8 3202#: sequencer.c:1102
abc8de64
JX
3203msgid "couldn't look up newly created commit"
3204msgstr ""
3205
9b7388a8 3206#: sequencer.c:1104
abc8de64
JX
3207msgid "could not parse newly created commit"
3208msgstr ""
3209
9b7388a8 3210#: sequencer.c:1150
abc8de64
JX
3211msgid "unable to resolve HEAD after creating commit"
3212msgstr ""
3213
9b7388a8 3214#: sequencer.c:1152
abc8de64
JX
3215msgid "detached HEAD"
3216msgstr ""
3217
9b7388a8 3218#: sequencer.c:1156
abc8de64
JX
3219msgid " (root-commit)"
3220msgstr ""
3221
9b7388a8 3222#: sequencer.c:1177
abc8de64
JX
3223msgid "could not parse HEAD"
3224msgstr ""
3225
9b7388a8 3226#: sequencer.c:1179
abc8de64
JX
3227#, c-format
3228msgid "HEAD %s is not a commit!"
3229msgstr ""
3230
9b7388a8 3231#: sequencer.c:1183 builtin/commit.c:1528
abc8de64
JX
3232msgid "could not parse HEAD commit"
3233msgstr ""
3234
9b7388a8 3235#: sequencer.c:1234 sequencer.c:1831
abc8de64
JX
3236msgid "unable to parse commit author"
3237msgstr ""
3238
9b7388a8 3239#: sequencer.c:1244 builtin/am.c:1630 builtin/merge.c:644
abc8de64
JX
3240msgid "git write-tree failed to write a tree"
3241msgstr ""
3242
9b7388a8 3243#: sequencer.c:1261 sequencer.c:1316
abc8de64
JX
3244#, c-format
3245msgid "unable to read commit message from '%s'"
3246msgstr ""
3247
9b7388a8
JX
3248#: sequencer.c:1283 builtin/am.c:1650 builtin/commit.c:1631 builtin/merge.c:824
3249#: builtin/merge.c:849
abc8de64
JX
3250msgid "failed to write commit object"
3251msgstr ""
3252
9b7388a8 3253#: sequencer.c:1343
f517e50d 3254#, c-format
005c62fe 3255msgid "could not parse commit %s"
f517e50d
JX
3256msgstr ""
3257
9b7388a8 3258#: sequencer.c:1348
f517e50d 3259#, c-format
005c62fe 3260msgid "could not parse parent commit %s"
f517e50d
JX
3261msgstr ""
3262
9b7388a8 3263#: sequencer.c:1499 sequencer.c:1524
673bfad0
JX
3264#, c-format
3265msgid "This is a combination of %d commits."
3266msgstr ""
3267
9b7388a8 3268#: sequencer.c:1509 sequencer.c:4354
673bfad0
JX
3269msgid "need a HEAD to fixup"
3270msgstr ""
3271
9b7388a8 3272#: sequencer.c:1511 sequencer.c:2728
673bfad0
JX
3273msgid "could not read HEAD"
3274msgstr ""
3275
9b7388a8 3276#: sequencer.c:1513
673bfad0
JX
3277msgid "could not read HEAD's commit message"
3278msgstr ""
3279
9b7388a8 3280#: sequencer.c:1519
673bfad0
JX
3281#, c-format
3282msgid "cannot write '%s'"
3283msgstr ""
3284
9b7388a8 3285#: sequencer.c:1526 git-rebase--interactive.sh:457
673bfad0
JX
3286msgid "This is the 1st commit message:"
3287msgstr ""
3288
9b7388a8 3289#: sequencer.c:1534
673bfad0
JX
3290#, c-format
3291msgid "could not read commit message of %s"
3292msgstr ""
3293
9b7388a8 3294#: sequencer.c:1541
673bfad0
JX
3295#, c-format
3296msgid "This is the commit message #%d:"
3297msgstr ""
3298
9b7388a8 3299#: sequencer.c:1547
673bfad0
JX
3300#, c-format
3301msgid "The commit message #%d will be skipped:"
3302msgstr ""
3303
9b7388a8 3304#: sequencer.c:1552
673bfad0
JX
3305#, c-format
3306msgid "unknown command: %d"
3307msgstr ""
3308
9b7388a8 3309#: sequencer.c:1630
fda7b092 3310msgid "your index file is unmerged."
f517e50d
JX
3311msgstr ""
3312
9b7388a8
JX
3313#: sequencer.c:1637
3314msgid "cannot fixup root commit"
3315msgstr ""
3316
3317#: sequencer.c:1656
f517e50d 3318#, c-format
fda7b092 3319msgid "commit %s is a merge but no -m option was given."
f517e50d
JX
3320msgstr ""
3321
9b7388a8 3322#: sequencer.c:1664
f517e50d 3323#, c-format
fda7b092 3324msgid "commit %s does not have parent %d"
f517e50d
JX
3325msgstr ""
3326
9b7388a8 3327#: sequencer.c:1668
f517e50d 3328#, c-format
fda7b092 3329msgid "mainline was specified but commit %s is not a merge."
f517e50d
JX
3330msgstr ""
3331
9b7388a8 3332#: sequencer.c:1674
673bfad0
JX
3333#, c-format
3334msgid "cannot get commit message for %s"
3335msgstr ""
3336
fda7b092
JX
3337#. TRANSLATORS: The first %s will be a "todo" command like
3338#. "revert" or "pick", the second %s a SHA1.
9b7388a8 3339#: sequencer.c:1693
f517e50d 3340#, c-format
fda7b092 3341msgid "%s: cannot parse parent commit %s"
f517e50d
JX
3342msgstr ""
3343
9b7388a8 3344#: sequencer.c:1758
f517e50d 3345#, c-format
673bfad0 3346msgid "could not rename '%s' to '%s'"
f517e50d
JX
3347msgstr ""
3348
9b7388a8 3349#: sequencer.c:1812
f517e50d 3350#, c-format
fda7b092 3351msgid "could not revert %s... %s"
f517e50d
JX
3352msgstr ""
3353
9b7388a8 3354#: sequencer.c:1813
fda7b092
JX
3355#, c-format
3356msgid "could not apply %s... %s"
5e078fcd
JX
3357msgstr ""
3358
9b7388a8 3359#: sequencer.c:1863
fda7b092 3360msgid "empty commit set passed"
727b9576
JX
3361msgstr ""
3362
9b7388a8 3363#: sequencer.c:1873
727b9576 3364#, c-format
fda7b092 3365msgid "git %s: failed to read the index"
727b9576
JX
3366msgstr ""
3367
9b7388a8 3368#: sequencer.c:1880
fda7b092
JX
3369#, c-format
3370msgid "git %s: failed to refresh the index"
727b9576
JX
3371msgstr ""
3372
9b7388a8 3373#: sequencer.c:1960
005c62fe
JX
3374#, c-format
3375msgid "%s does not accept arguments: '%s'"
3376msgstr ""
3377
9b7388a8 3378#: sequencer.c:1969
005c62fe
JX
3379#, c-format
3380msgid "missing arguments for %s"
3381msgstr ""
3382
9b7388a8 3383#: sequencer.c:2028
fda7b092
JX
3384#, c-format
3385msgid "invalid line %d: %.*s"
727b9576
JX
3386msgstr ""
3387
9b7388a8 3388#: sequencer.c:2036
673bfad0
JX
3389#, c-format
3390msgid "cannot '%s' without a previous commit"
727b9576
JX
3391msgstr ""
3392
9b7388a8 3393#: sequencer.c:2084 sequencer.c:4137 sequencer.c:4172
fda7b092
JX
3394#, c-format
3395msgid "could not read '%s'."
727b9576
JX
3396msgstr ""
3397
9b7388a8 3398#: sequencer.c:2107
673bfad0
JX
3399msgid "please fix this using 'git rebase --edit-todo'."
3400msgstr ""
3401
9b7388a8 3402#: sequencer.c:2109
fda7b092
JX
3403#, c-format
3404msgid "unusable instruction sheet: '%s'"
3405msgstr ""
3406
9b7388a8 3407#: sequencer.c:2114
673bfad0
JX
3408msgid "no commits parsed."
3409msgstr ""
3410
9b7388a8 3411#: sequencer.c:2125
fda7b092 3412msgid "cannot cherry-pick during a revert."
727b9576
JX
3413msgstr ""
3414
9b7388a8 3415#: sequencer.c:2127
fda7b092 3416msgid "cannot revert during a cherry-pick."
9fa976ff
JX
3417msgstr ""
3418
9b7388a8 3419#: sequencer.c:2194
df0617bf 3420#, c-format
fda7b092 3421msgid "invalid key: %s"
df0617bf
JX
3422msgstr ""
3423
9b7388a8 3424#: sequencer.c:2197
df0617bf 3425#, c-format
fda7b092 3426msgid "invalid value for %s: %s"
df0617bf
JX
3427msgstr ""
3428
9b7388a8
JX
3429#: sequencer.c:2268
3430msgid "unusable squash-onto"
3431msgstr ""
3432
3433#: sequencer.c:2284
df0617bf 3434#, c-format
fda7b092 3435msgid "malformed options sheet: '%s'"
df0617bf
JX
3436msgstr ""
3437
9b7388a8 3438#: sequencer.c:2322
fda7b092 3439msgid "a cherry-pick or revert is already in progress"
46bc4039
JX
3440msgstr ""
3441
9b7388a8 3442#: sequencer.c:2323
fda7b092 3443msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
d07a63e4
JX
3444msgstr ""
3445
9b7388a8 3446#: sequencer.c:2326
64f23b0c 3447#, c-format
fda7b092 3448msgid "could not create sequencer directory '%s'"
64f23b0c
JX
3449msgstr ""
3450
9b7388a8 3451#: sequencer.c:2340
fda7b092 3452msgid "could not lock HEAD"
64f23b0c
JX
3453msgstr ""
3454
9b7388a8 3455#: sequencer.c:2395 sequencer.c:3402
fda7b092 3456msgid "no cherry-pick or revert in progress"
dce37b66
JX
3457msgstr ""
3458
9b7388a8 3459#: sequencer.c:2397
fda7b092 3460msgid "cannot resolve HEAD"
dce37b66
JX
3461msgstr ""
3462
9b7388a8 3463#: sequencer.c:2399 sequencer.c:2434
fda7b092 3464msgid "cannot abort from a branch yet to be born"
dce37b66
JX
3465msgstr ""
3466
9b7388a8 3467#: sequencer.c:2420 builtin/grep.c:720
fda7b092
JX
3468#, c-format
3469msgid "cannot open '%s'"
11b90174
JX
3470msgstr ""
3471
9b7388a8 3472#: sequencer.c:2422
fda7b092
JX
3473#, c-format
3474msgid "cannot read '%s': %s"
dce37b66
JX
3475msgstr ""
3476
9b7388a8 3477#: sequencer.c:2423
fda7b092 3478msgid "unexpected end of file"
11b90174
JX
3479msgstr ""
3480
9b7388a8 3481#: sequencer.c:2429
fda7b092
JX
3482#, c-format
3483msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
dce37b66
JX
3484msgstr ""
3485
9b7388a8 3486#: sequencer.c:2440
673bfad0
JX
3487msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
3488msgstr ""
3489
9b7388a8 3490#: sequencer.c:2544 sequencer.c:3320
abc8de64
JX
3491#, c-format
3492msgid "could not update %s"
3493msgstr ""
3494
9b7388a8 3495#: sequencer.c:2582 sequencer.c:3300
673bfad0
JX
3496msgid "cannot read HEAD"
3497msgstr ""
3498
9b7388a8 3499#: sequencer.c:2617 sequencer.c:2621 builtin/difftool.c:639
673bfad0
JX
3500#, c-format
3501msgid "could not copy '%s' to '%s'"
3502msgstr ""
3503
9b7388a8 3504#: sequencer.c:2640
673bfad0
JX
3505msgid "could not read index"
3506msgstr ""
3507
9b7388a8 3508#: sequencer.c:2645
673bfad0
JX
3509#, c-format
3510msgid ""
3511"execution failed: %s\n"
3512"%sYou can fix the problem, and then run\n"
3513"\n"
3514" git rebase --continue\n"
3515"\n"
3516msgstr ""
3517
9b7388a8 3518#: sequencer.c:2651
673bfad0
JX
3519msgid "and made changes to the index and/or the working tree\n"
3520msgstr ""
3521
9b7388a8 3522#: sequencer.c:2657
673bfad0
JX
3523#, c-format
3524msgid ""
3525"execution succeeded: %s\n"
3526"but left changes to the index and/or the working tree\n"
3527"Commit or stash your changes, and then run\n"
3528"\n"
3529" git rebase --continue\n"
3530"\n"
3531msgstr ""
3532
9b7388a8
JX
3533#: sequencer.c:2770
3534msgid "writing fake root commit"
3535msgstr ""
3536
3537#: sequencer.c:2775
3538msgid "writing squash-onto"
3539msgstr ""
3540
3541#: sequencer.c:2810
3542#, c-format
3543msgid "failed to find tree of %s"
3544msgstr ""
3545
3546#: sequencer.c:2828
3547msgid "could not write index"
3548msgstr ""
3549
3550#: sequencer.c:2860
3551msgid "cannot merge without a current revision"
3552msgstr ""
3553
3554#: sequencer.c:2883
3555#, c-format
3556msgid "could not resolve '%s'"
3557msgstr ""
3558
3559#: sequencer.c:2905
3560#, c-format
3561msgid "could not get commit message of '%s'"
3562msgstr ""
3563
3564#: sequencer.c:2915 sequencer.c:2940
3565#, c-format
3566msgid "could not write '%s'"
3567msgstr ""
3568
3569#: sequencer.c:3004
3570#, c-format
3571msgid "could not even attempt to merge '%.*s'"
3572msgstr ""
3573
3574#: sequencer.c:3020
3575msgid "merge: Unable to write new index file"
3576msgstr ""
3577
3578#: sequencer.c:3087
673bfad0 3579#, c-format
5b34e000 3580msgid "Applied autostash.\n"
673bfad0
JX
3581msgstr ""
3582
9b7388a8 3583#: sequencer.c:3099
673bfad0
JX
3584#, c-format
3585msgid "cannot store %s"
3586msgstr ""
3587
9b7388a8 3588#: sequencer.c:3102 git-rebase.sh:188
673bfad0
JX
3589#, c-format
3590msgid ""
3591"Applying autostash resulted in conflicts.\n"
3592"Your changes are safe in the stash.\n"
3593"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
3594msgstr ""
3595
9b7388a8
JX
3596#: sequencer.c:3133
3597#, c-format
3598msgid ""
3599"Could not execute the todo command\n"
3600"\n"
3601" %.*s\n"
3602"It has been rescheduled; To edit the command before continuing, please\n"
3603"edit the todo list first:\n"
3604"\n"
3605" git rebase --edit-todo\n"
3606" git rebase --continue\n"
3607msgstr ""
3608
3609#: sequencer.c:3201
673bfad0 3610#, c-format
dfc182b1 3611msgid "Stopped at %s... %.*s\n"
673bfad0
JX
3612msgstr ""
3613
9b7388a8 3614#: sequencer.c:3263
673bfad0
JX
3615#, c-format
3616msgid "unknown command %d"
3617msgstr ""
3618
9b7388a8 3619#: sequencer.c:3308
673bfad0
JX
3620msgid "could not read orig-head"
3621msgstr ""
3622
9b7388a8 3623#: sequencer.c:3313 sequencer.c:4351
673bfad0
JX
3624msgid "could not read 'onto'"
3625msgstr ""
3626
9b7388a8 3627#: sequencer.c:3327
673bfad0
JX
3628#, c-format
3629msgid "could not update HEAD to %s"
3630msgstr ""
3631
9b7388a8 3632#: sequencer.c:3413
673bfad0
JX
3633msgid "cannot rebase: You have unstaged changes."
3634msgstr ""
3635
9b7388a8 3636#: sequencer.c:3422
673bfad0
JX
3637msgid "cannot amend non-existing commit"
3638msgstr ""
3639
9b7388a8 3640#: sequencer.c:3424
673bfad0
JX
3641#, c-format
3642msgid "invalid file: '%s'"
3643msgstr ""
3644
9b7388a8 3645#: sequencer.c:3426
673bfad0
JX
3646#, c-format
3647msgid "invalid contents: '%s'"
3648msgstr ""
3649
9b7388a8 3650#: sequencer.c:3429
673bfad0
JX
3651msgid ""
3652"\n"
3653"You have uncommitted changes in your working tree. Please, commit them\n"
3654"first and then run 'git rebase --continue' again."
3655msgstr ""
3656
9b7388a8
JX
3657#: sequencer.c:3454 sequencer.c:3492
3658#, c-format
3659msgid "could not write file: '%s'"
3660msgstr ""
3661
3662#: sequencer.c:3507
3663msgid "could not remove CHERRY_PICK_HEAD"
3664msgstr ""
3665
3666#: sequencer.c:3514
673bfad0
JX
3667msgid "could not commit staged changes."
3668msgstr ""
3669
9b7388a8 3670#: sequencer.c:3611
fda7b092
JX
3671#, c-format
3672msgid "%s: can't cherry-pick a %s"
dce37b66
JX
3673msgstr ""
3674
9b7388a8 3675#: sequencer.c:3615
fda7b092
JX
3676#, c-format
3677msgid "%s: bad revision"
dce37b66
JX
3678msgstr ""
3679
9b7388a8 3680#: sequencer.c:3648
fda7b092 3681msgid "can't revert as initial commit"
dce37b66
JX
3682msgstr ""
3683
9b7388a8 3684#: sequencer.c:4097
25eab542
JX
3685msgid "make_script: unhandled options"
3686msgstr ""
3687
9b7388a8 3688#: sequencer.c:4100
25eab542
JX
3689msgid "make_script: error preparing revisions"
3690msgstr ""
3691
9b7388a8 3692#: sequencer.c:4141 sequencer.c:4176
25eab542
JX
3693#, c-format
3694msgid "unusable todo list: '%s'"
3695msgstr ""
3696
9b7388a8 3697#: sequencer.c:4235
25eab542 3698#, c-format
9c07fab7
JX
3699msgid ""
3700"unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."
25eab542
JX
3701msgstr ""
3702
9b7388a8 3703#: sequencer.c:4301
25eab542
JX
3704#, c-format
3705msgid ""
3706"Warning: some commits may have been dropped accidentally.\n"
3707"Dropped commits (newer to older):\n"
3708msgstr ""
3709
9b7388a8 3710#: sequencer.c:4308
25eab542
JX
3711#, c-format
3712msgid ""
3713"To avoid this message, use \"drop\" to explicitly remove a commit.\n"
3714"\n"
3715"Use 'git config rebase.missingCommitsCheck' to change the level of "
3716"warnings.\n"
3717"The possible behaviours are: ignore, warn, error.\n"
3718"\n"
3719msgstr ""
3720
9b7388a8 3721#: sequencer.c:4320
25eab542
JX
3722#, c-format
3723msgid ""
3724"You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
3725"continue'.\n"
3726"Or you can abort the rebase with 'git rebase --abort'.\n"
3727msgstr ""
3728
9b7388a8 3729#: sequencer.c:4374
25eab542 3730#, c-format
18a90722 3731msgid "could not parse commit '%s'"
25eab542
JX
3732msgstr ""
3733
9b7388a8 3734#: sequencer.c:4489
25eab542
JX
3735msgid "the script was already rearranged."
3736msgstr ""
3737
9b7388a8 3738#: setup.c:123
abc8de64
JX
3739#, c-format
3740msgid "'%s' is outside repository"
3741msgstr ""
3742
9b7388a8 3743#: setup.c:172
fda7b092 3744#, c-format
dce37b66 3745msgid ""
fda7b092
JX
3746"%s: no such path in the working tree.\n"
3747"Use 'git <command> -- <path>...' to specify paths that do not exist locally."
dce37b66
JX
3748msgstr ""
3749
9b7388a8 3750#: setup.c:185
fda7b092
JX
3751#, c-format
3752msgid ""
3753"ambiguous argument '%s': unknown revision or path not in the working tree.\n"
3754"Use '--' to separate paths from revisions, like this:\n"
3755"'git <command> [<revision>...] -- [<file>...]'"
dce37b66
JX
3756msgstr ""
3757
9b7388a8 3758#: setup.c:234
abc8de64
JX
3759#, c-format
3760msgid "option '%s' must come before non-option arguments"
3761msgstr ""
3762
9b7388a8 3763#: setup.c:253
dce37b66 3764#, c-format
fda7b092
JX
3765msgid ""
3766"ambiguous argument '%s': both revision and filename\n"
3767"Use '--' to separate paths from revisions, like this:\n"
3768"'git <command> [<revision>...] -- [<file>...]'"
dce37b66
JX
3769msgstr ""
3770
9b7388a8 3771#: setup.c:389
abc8de64
JX
3772msgid "unable to set up work tree using invalid config"
3773msgstr ""
3774
9b7388a8 3775#: setup.c:393
abc8de64
JX
3776msgid "this operation must be run in a work tree"
3777msgstr ""
3778
9b7388a8 3779#: setup.c:503
fda7b092
JX
3780#, c-format
3781msgid "Expected git repo version <= %d, found %d"
dce37b66
JX
3782msgstr ""
3783
9b7388a8 3784#: setup.c:511
fda7b092 3785msgid "unknown repository extensions found:"
dce37b66
JX
3786msgstr ""
3787
9b7388a8 3788#: setup.c:530
fda7b092 3789#, c-format
abc8de64 3790msgid "error opening '%s'"
dce37b66
JX
3791msgstr ""
3792
9b7388a8 3793#: setup.c:532
abc8de64
JX
3794#, c-format
3795msgid "too large to be a .git file: '%s'"
3796msgstr ""
3797
9b7388a8 3798#: setup.c:534
abc8de64
JX
3799#, c-format
3800msgid "error reading %s"
3801msgstr ""
3802
9b7388a8 3803#: setup.c:536
abc8de64
JX
3804#, c-format
3805msgid "invalid gitfile format: %s"
3806msgstr ""
3807
9b7388a8 3808#: setup.c:538
abc8de64
JX
3809#, c-format
3810msgid "no path in gitfile: %s"
3811msgstr ""
3812
9b7388a8 3813#: setup.c:540
abc8de64
JX
3814#, c-format
3815msgid "not a git repository: %s"
3816msgstr ""
3817
9b7388a8 3818#: setup.c:639
abc8de64
JX
3819#, c-format
3820msgid "'$%s' too big"
3821msgstr ""
3822
9b7388a8 3823#: setup.c:653
abc8de64
JX
3824#, c-format
3825msgid "not a git repository: '%s'"
3826msgstr ""
3827
9b7388a8 3828#: setup.c:682 setup.c:684 setup.c:715
abc8de64
JX
3829#, c-format
3830msgid "cannot chdir to '%s'"
3831msgstr ""
3832
9b7388a8 3833#: setup.c:687 setup.c:743 setup.c:753 setup.c:792 setup.c:800 setup.c:815
abc8de64
JX
3834msgid "cannot come back to cwd"
3835msgstr ""
3836
9b7388a8 3837#: setup.c:813
abc8de64
JX
3838#, c-format
3839msgid "not a git repository (or any of the parent directories): %s"
3840msgstr ""
3841
9b7388a8 3842#: setup.c:824
abc8de64
JX
3843#, c-format
3844msgid "failed to stat '%*s%s%s'"
dce37b66
JX
3845msgstr ""
3846
9b7388a8 3847#: setup.c:1054
fda7b092 3848msgid "Unable to read current working directory"
dce37b66
JX
3849msgstr ""
3850
9b7388a8 3851#: setup.c:1066 setup.c:1072
fda7b092 3852#, c-format
abc8de64 3853msgid "cannot change to '%s'"
dce37b66
JX
3854msgstr ""
3855
9b7388a8 3856#: setup.c:1085
fda7b092 3857#, c-format
dfc182b1 3858msgid ""
abc8de64 3859"not a git repository (or any parent up to mount point %s)\n"
dfc182b1 3860"Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
dce37b66
JX
3861msgstr ""
3862
9b7388a8 3863#: setup.c:1168
fda7b092
JX
3864#, c-format
3865msgid ""
abc8de64 3866"problem with core.sharedRepository filemode value (0%.3o).\n"
fda7b092 3867"The owner of files must always have read and write permissions."
5e078fcd
JX
3868msgstr ""
3869
9b7388a8 3870#: setup.c:1211
abc8de64
JX
3871msgid "open /dev/null or dup failed"
3872msgstr ""
3873
9b7388a8 3874#: setup.c:1226
abc8de64
JX
3875msgid "fork failed"
3876msgstr ""
3877
9b7388a8 3878#: setup.c:1231
abc8de64
JX
3879msgid "setsid failed"
3880msgstr ""
3881
9b7388a8 3882#: sha1-file.c:625
fda7b092
JX
3883#, c-format
3884msgid "path '%s' does not exist"
5e078fcd
JX
3885msgstr ""
3886
9b7388a8 3887#: sha1-file.c:651
fda7b092
JX
3888#, c-format
3889msgid "reference repository '%s' as a linked checkout is not supported yet."
dce37b66
JX
3890msgstr ""
3891
9b7388a8 3892#: sha1-file.c:657
fda7b092
JX
3893#, c-format
3894msgid "reference repository '%s' is not a local repository."
dce37b66
JX
3895msgstr ""
3896
9b7388a8 3897#: sha1-file.c:663
fda7b092
JX
3898#, c-format
3899msgid "reference repository '%s' is shallow"
dce37b66
JX
3900msgstr ""
3901
9b7388a8 3902#: sha1-file.c:671
fda7b092
JX
3903#, c-format
3904msgid "reference repository '%s' is grafted"
dce37b66
JX
3905msgstr ""
3906
9b7388a8 3907#: sha1-name.c:442
fda7b092
JX
3908#, c-format
3909msgid "short SHA1 %s is ambiguous"
dce37b66
JX
3910msgstr ""
3911
9b7388a8 3912#: sha1-name.c:453
fda7b092 3913msgid "The candidates are:"
dce37b66
JX
3914msgstr ""
3915
9b7388a8 3916#: sha1-name.c:695
fda7b092
JX
3917msgid ""
3918"Git normally never creates a ref that ends with 40 hex characters\n"
3919"because it will be ignored when you just specify 40-hex. These refs\n"
3920"may be created by mistake. For example,\n"
3921"\n"
3922" git checkout -b $br $(git rev-parse ...)\n"
3923"\n"
3924"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
3925"examine these refs and maybe delete them. Turn this message off by\n"
3926"running \"git config advice.objectNameWarning false\""
727b9576
JX
3927msgstr ""
3928
9b7388a8 3929#: submodule.c:97 submodule.c:131
fda7b092 3930msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
727b9576
JX
3931msgstr ""
3932
9b7388a8 3933#: submodule.c:101 submodule.c:135
fda7b092
JX
3934#, c-format
3935msgid "Could not find section in .gitmodules where path=%s"
df49095a
JX
3936msgstr ""
3937
9b7388a8 3938#: submodule.c:109
fda7b092
JX
3939#, c-format
3940msgid "Could not update .gitmodules entry %s"
11b90174
JX
3941msgstr ""
3942
9b7388a8 3943#: submodule.c:142
fda7b092
JX
3944#, c-format
3945msgid "Could not remove .gitmodules entry for %s"
11b90174
JX
3946msgstr ""
3947
9b7388a8 3948#: submodule.c:153
fda7b092 3949msgid "staging updated .gitmodules failed"
9fa976ff
JX
3950msgstr ""
3951
9b7388a8 3952#: submodule.c:315
5b34e000
JX
3953#, c-format
3954msgid "in unpopulated submodule '%s'"
3955msgstr ""
3956
9b7388a8 3957#: submodule.c:346
5b34e000
JX
3958#, c-format
3959msgid "Pathspec '%s' is in submodule '%.*s'"
3960msgstr ""
3961
9b7388a8 3962#: submodule.c:837
25eab542
JX
3963#, c-format
3964msgid "submodule entry '%s' (%s) is a %s, not a commit"
3965msgstr ""
3966
9b7388a8 3967#: submodule.c:1069 builtin/branch.c:651 builtin/submodule--helper.c:1743
25eab542
JX
3968msgid "Failed to resolve HEAD as a valid ref."
3969msgstr ""
3970
9b7388a8 3971#: submodule.c:1373
673bfad0 3972#, c-format
dfc182b1 3973msgid "'%s' not recognized as a git repository"
673bfad0
JX
3974msgstr ""
3975
9b7388a8 3976#: submodule.c:1511
673bfad0 3977#, c-format
dfc182b1 3978msgid "could not start 'git status' in submodule '%s'"
673bfad0
JX
3979msgstr ""
3980
9b7388a8 3981#: submodule.c:1524
dfc182b1
JX
3982#, c-format
3983msgid "could not run 'git status' in submodule '%s'"
3984msgstr ""
3985
9b7388a8 3986#: submodule.c:1617
dfc182b1
JX
3987#, c-format
3988msgid "submodule '%s' has dirty index"
3989msgstr ""
3990
9b7388a8 3991#: submodule.c:1716
673bfad0
JX
3992#, c-format
3993msgid ""
3994"relocate_gitdir for submodule '%s' with more than one worktree not supported"
3995msgstr ""
3996
9b7388a8 3997#: submodule.c:1728 submodule.c:1784
673bfad0
JX
3998#, c-format
3999msgid "could not lookup name for submodule '%s'"
4000msgstr ""
4001
9b7388a8
JX
4002#: submodule.c:1732 builtin/submodule--helper.c:1261
4003#: builtin/submodule--helper.c:1271
673bfad0
JX
4004#, c-format
4005msgid "could not create directory '%s'"
4006msgstr ""
4007
9b7388a8 4008#: submodule.c:1735
673bfad0
JX
4009#, c-format
4010msgid ""
4011"Migrating git directory of '%s%s' from\n"
4012"'%s' to\n"
4013"'%s'\n"
4014msgstr ""
4015
9b7388a8 4016#: submodule.c:1819
673bfad0
JX
4017#, c-format
4018msgid "could not recurse into submodule '%s'"
4019msgstr ""
4020
9b7388a8 4021#: submodule.c:1863
dfc182b1
JX
4022msgid "could not start ls-files in .."
4023msgstr ""
4024
9b7388a8
JX
4025#: submodule.c:1902
4026#, c-format
4027msgid "ls-tree returned unexpected return code %d"
dfc182b1
JX
4028msgstr ""
4029
9b7388a8 4030#: submodule-config.c:230
dfc182b1 4031#, c-format
9b7388a8 4032msgid "ignoring suspicious submodule name: %s"
dfc182b1
JX
4033msgstr ""
4034
9b7388a8 4035#: submodule-config.c:294
25eab542
JX
4036msgid "negative values not allowed for submodule.fetchjobs"
4037msgstr ""
4038
9b7388a8 4039#: submodule-config.c:467
fda7b092
JX
4040#, c-format
4041msgid "invalid value for %s"
11b90174
JX
4042msgstr ""
4043
25eab542 4044#: trailer.c:238
fda7b092
JX
4045#, c-format
4046msgid "running trailer command '%s' failed"
11b90174
JX
4047msgstr ""
4048
25eab542
JX
4049#: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:553
4050#: trailer.c:557
fda7b092
JX
4051#, c-format
4052msgid "unknown value '%s' for key '%s'"
11b90174
JX
4053msgstr ""
4054
9b7388a8 4055#: trailer.c:539 trailer.c:544 builtin/remote.c:293
fda7b092
JX
4056#, c-format
4057msgid "more than one %s"
11b90174
JX
4058msgstr ""
4059
25eab542 4060#: trailer.c:730
fda7b092
JX
4061#, c-format
4062msgid "empty trailer token in trailer '%.*s'"
11b90174
JX
4063msgstr ""
4064
25eab542 4065#: trailer.c:750
fda7b092
JX
4066#, c-format
4067msgid "could not read input file '%s'"
11b90174
JX
4068msgstr ""
4069
25eab542 4070#: trailer.c:753
fda7b092 4071msgid "could not read from stdin"
df0617bf
JX
4072msgstr ""
4073
25eab542 4074#: trailer.c:1008 builtin/am.c:46
df0617bf 4075#, c-format
fda7b092
JX
4076msgid "could not stat %s"
4077msgstr ""
df0617bf 4078
25eab542 4079#: trailer.c:1010
df0617bf 4080#, c-format
fda7b092 4081msgid "file %s is not a regular file"
df0617bf
JX
4082msgstr ""
4083
25eab542 4084#: trailer.c:1012
fda7b092
JX
4085#, c-format
4086msgid "file %s is not writable by user"
4087msgstr ""
4088
25eab542 4089#: trailer.c:1024
fda7b092 4090msgid "could not open temporary file"
df0617bf
JX
4091msgstr ""
4092
25eab542 4093#: trailer.c:1064
df0617bf 4094#, c-format
fda7b092
JX
4095msgid "could not rename temporary file to %s"
4096msgstr ""
df0617bf 4097
9b7388a8 4098#: transport.c:116
fda7b092
JX
4099#, c-format
4100msgid "Would set upstream of '%s' to '%s' of '%s'\n"
df0617bf
JX
4101msgstr ""
4102
9b7388a8 4103#: transport.c:208
235537a0 4104#, c-format
fda7b092 4105msgid "transport: invalid depth option '%s'"
235537a0
JX
4106msgstr ""
4107
9b7388a8
JX
4108#: transport.c:584
4109msgid "could not parse transport.color.* config"
4110msgstr ""
4111
4112#: transport.c:996
fda7b092
JX
4113#, c-format
4114msgid ""
4115"The following submodule paths contain changes that can\n"
4116"not be found on any remote:\n"
11b90174
JX
4117msgstr ""
4118
9b7388a8 4119#: transport.c:1000
fda7b092
JX
4120#, c-format
4121msgid ""
4122"\n"
4123"Please try\n"
4124"\n"
4125"\tgit push --recurse-submodules=on-demand\n"
4126"\n"
4127"or cd to the path and use\n"
4128"\n"
4129"\tgit push\n"
4130"\n"
4131"to push them to a remote.\n"
4132"\n"
11b90174
JX
4133msgstr ""
4134
9b7388a8 4135#: transport.c:1008
fda7b092 4136msgid "Aborting."
11b90174
JX
4137msgstr ""
4138
9b7388a8 4139#: transport-helper.c:1087
fda7b092
JX
4140#, c-format
4141msgid "Could not read ref %s"
11b90174
JX
4142msgstr ""
4143
fda7b092
JX
4144#: tree-walk.c:31
4145msgid "too-short tree object"
11b90174
JX
4146msgstr ""
4147
fda7b092
JX
4148#: tree-walk.c:37
4149msgid "malformed mode in tree entry"
235537a0
JX
4150msgstr ""
4151
fda7b092
JX
4152#: tree-walk.c:41
4153msgid "empty filename in tree entry"
11b90174
JX
4154msgstr ""
4155
9b7388a8 4156#: tree-walk.c:113
fda7b092 4157msgid "too-short tree file"
11b90174
JX
4158msgstr ""
4159
9b7388a8 4160#: unpack-trees.c:111
235537a0 4161#, c-format
fda7b092
JX
4162msgid ""
4163"Your local changes to the following files would be overwritten by checkout:\n"
4164"%%sPlease commit your changes or stash them before you switch branches."
235537a0
JX
4165msgstr ""
4166
9b7388a8 4167#: unpack-trees.c:113
fda7b092
JX
4168#, c-format
4169msgid ""
4170"Your local changes to the following files would be overwritten by checkout:\n"
4171"%%s"
11b90174
JX
4172msgstr ""
4173
9b7388a8 4174#: unpack-trees.c:116
fda7b092
JX
4175#, c-format
4176msgid ""
4177"Your local changes to the following files would be overwritten by merge:\n"
4178"%%sPlease commit your changes or stash them before you merge."
4179msgstr ""
4180
9b7388a8 4181#: unpack-trees.c:118
fda7b092
JX
4182#, c-format
4183msgid ""
4184"Your local changes to the following files would be overwritten by merge:\n"
4185"%%s"
11b90174
JX
4186msgstr ""
4187
9b7388a8 4188#: unpack-trees.c:121
fda7b092 4189#, c-format
11b90174 4190msgid ""
fda7b092
JX
4191"Your local changes to the following files would be overwritten by %s:\n"
4192"%%sPlease commit your changes or stash them before you %s."
11b90174
JX
4193msgstr ""
4194
9b7388a8 4195#: unpack-trees.c:123
727b9576 4196#, c-format
fda7b092
JX
4197msgid ""
4198"Your local changes to the following files would be overwritten by %s:\n"
4199"%%s"
11b90174
JX
4200msgstr ""
4201
9b7388a8 4202#: unpack-trees.c:128
fda7b092
JX
4203#, c-format
4204msgid ""
673bfad0 4205"Updating the following directories would lose untracked files in them:\n"
fda7b092 4206"%s"
28b3cffc
JX
4207msgstr ""
4208
9b7388a8 4209#: unpack-trees.c:132
fda7b092
JX
4210#, c-format
4211msgid ""
4212"The following untracked working tree files would be removed by checkout:\n"
4213"%%sPlease move or remove them before you switch branches."
28b3cffc
JX
4214msgstr ""
4215
9b7388a8 4216#: unpack-trees.c:134
fda7b092
JX
4217#, c-format
4218msgid ""
4219"The following untracked working tree files would be removed by checkout:\n"
4220"%%s"
11b90174
JX
4221msgstr ""
4222
9b7388a8 4223#: unpack-trees.c:137
235537a0 4224#, c-format
fda7b092
JX
4225msgid ""
4226"The following untracked working tree files would be removed by merge:\n"
4227"%%sPlease move or remove them before you merge."
c138af56
JX
4228msgstr ""
4229
9b7388a8 4230#: unpack-trees.c:139
fda7b092
JX
4231#, c-format
4232msgid ""
4233"The following untracked working tree files would be removed by merge:\n"
4234"%%s"
235537a0
JX
4235msgstr ""
4236
9b7388a8 4237#: unpack-trees.c:142
fda7b092
JX
4238#, c-format
4239msgid ""
4240"The following untracked working tree files would be removed by %s:\n"
4241"%%sPlease move or remove them before you %s."
c138af56
JX
4242msgstr ""
4243
9b7388a8 4244#: unpack-trees.c:144
fda7b092
JX
4245#, c-format
4246msgid ""
4247"The following untracked working tree files would be removed by %s:\n"
4248"%%s"
c138af56
JX
4249msgstr ""
4250
9b7388a8 4251#: unpack-trees.c:150
c138af56 4252#, c-format
fda7b092
JX
4253msgid ""
4254"The following untracked working tree files would be overwritten by "
4255"checkout:\n"
4256"%%sPlease move or remove them before you switch branches."
c138af56
JX
4257msgstr ""
4258
9b7388a8 4259#: unpack-trees.c:152
fda7b092
JX
4260#, c-format
4261msgid ""
4262"The following untracked working tree files would be overwritten by "
4263"checkout:\n"
4264"%%s"
11b90174
JX
4265msgstr ""
4266
9b7388a8 4267#: unpack-trees.c:155
fda7b092
JX
4268#, c-format
4269msgid ""
4270"The following untracked working tree files would be overwritten by merge:\n"
4271"%%sPlease move or remove them before you merge."
11b90174
JX
4272msgstr ""
4273
9b7388a8 4274#: unpack-trees.c:157
fda7b092
JX
4275#, c-format
4276msgid ""
4277"The following untracked working tree files would be overwritten by merge:\n"
4278"%%s"
dce37b66
JX
4279msgstr ""
4280
9b7388a8 4281#: unpack-trees.c:160
fda7b092
JX
4282#, c-format
4283msgid ""
4284"The following untracked working tree files would be overwritten by %s:\n"
4285"%%sPlease move or remove them before you %s."
df0617bf
JX
4286msgstr ""
4287
9b7388a8 4288#: unpack-trees.c:162
fda7b092
JX
4289#, c-format
4290msgid ""
4291"The following untracked working tree files would be overwritten by %s:\n"
4292"%%s"
28b3cffc
JX
4293msgstr ""
4294
9b7388a8 4295#: unpack-trees.c:170
fda7b092
JX
4296#, c-format
4297msgid "Entry '%s' overlaps with '%s'. Cannot bind."
c138af56
JX
4298msgstr ""
4299
9b7388a8 4300#: unpack-trees.c:173
fda7b092
JX
4301#, c-format
4302msgid ""
25eab542 4303"Cannot update sparse checkout: the following entries are not up to date:\n"
fda7b092 4304"%s"
c138af56
JX
4305msgstr ""
4306
9b7388a8 4307#: unpack-trees.c:175
fda7b092
JX
4308#, c-format
4309msgid ""
4310"The following working tree files would be overwritten by sparse checkout "
4311"update:\n"
4312"%s"
dce37b66
JX
4313msgstr ""
4314
9b7388a8 4315#: unpack-trees.c:177
fda7b092
JX
4316#, c-format
4317msgid ""
4318"The following working tree files would be removed by sparse checkout "
4319"update:\n"
4320"%s"
dce37b66
JX
4321msgstr ""
4322
9b7388a8 4323#: unpack-trees.c:179
dfc182b1
JX
4324#, c-format
4325msgid ""
4326"Cannot update submodule:\n"
4327"%s"
4328msgstr ""
4329
9b7388a8 4330#: unpack-trees.c:262
fda7b092
JX
4331#, c-format
4332msgid "Aborting\n"
dce37b66
JX
4333msgstr ""
4334
9b7388a8 4335#: unpack-trees.c:344
fda7b092 4336msgid "Checking out files"
dce37b66
JX
4337msgstr ""
4338
dfc182b1 4339#: urlmatch.c:163
fda7b092 4340msgid "invalid URL scheme name or missing '://' suffix"
c138af56
JX
4341msgstr ""
4342
dfc182b1 4343#: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
dce37b66 4344#, c-format
fda7b092 4345msgid "invalid %XX escape sequence"
dce37b66
JX
4346msgstr ""
4347
dfc182b1 4348#: urlmatch.c:215
fda7b092 4349msgid "missing host and scheme is not 'file:'"
dce37b66
JX
4350msgstr ""
4351
dfc182b1 4352#: urlmatch.c:232
fda7b092 4353msgid "a 'file:' URL may not have a port number"
dce37b66
JX
4354msgstr ""
4355
dfc182b1 4356#: urlmatch.c:247
fda7b092 4357msgid "invalid characters in host name"
dce37b66
JX
4358msgstr ""
4359
dfc182b1 4360#: urlmatch.c:292 urlmatch.c:303
fda7b092 4361msgid "invalid port number"
dce37b66
JX
4362msgstr ""
4363
dfc182b1 4364#: urlmatch.c:371
fda7b092 4365msgid "invalid '..' path segment"
dce37b66
JX
4366msgstr ""
4367
abc8de64 4368#: worktree.c:245 builtin/am.c:2147
cc76011e 4369#, c-format
fda7b092 4370msgid "failed to read '%s'"
dce37b66
JX
4371msgstr ""
4372
abc8de64
JX
4373#: worktree.c:291
4374#, c-format
4375msgid "'%s' at main working tree is not the repository directory"
4376msgstr ""
4377
4378#: worktree.c:302
4379#, c-format
4380msgid "'%s' file does not contain absolute path to the working tree location"
4381msgstr ""
4382
4383#: worktree.c:314
4384#, c-format
4385msgid "'%s' does not exist"
4386msgstr ""
4387
4388#: worktree.c:320
4389#, c-format
4390msgid "'%s' is not a .git file, error code %d"
4391msgstr ""
4392
4393#: worktree.c:328
4394#, c-format
4395msgid "'%s' does not point back to '%s'"
4396msgstr ""
4397
5b34e000 4398#: wrapper.c:223 wrapper.c:393
dce37b66 4399#, c-format
fda7b092 4400msgid "could not open '%s' for reading and writing"
dce37b66
JX
4401msgstr ""
4402
18a90722 4403#: wrapper.c:227 wrapper.c:397 builtin/am.c:320 builtin/am.c:770
9b7388a8 4404#: builtin/am.c:862 builtin/merge.c:1042
cc76011e 4405#, c-format
fda7b092 4406msgid "could not open '%s' for reading"
dce37b66
JX
4407msgstr ""
4408
5b34e000 4409#: wrapper.c:424 wrapper.c:624
cc76011e 4410#, c-format
fda7b092 4411msgid "unable to access '%s'"
dce37b66
JX
4412msgstr ""
4413
5b34e000 4414#: wrapper.c:632
fda7b092 4415msgid "unable to get current working directory"
dce37b66
JX
4416msgstr ""
4417
9b7388a8 4418#: wt-status.c:154
fda7b092 4419msgid "Unmerged paths:"
a5a41683
JX
4420msgstr ""
4421
9b7388a8 4422#: wt-status.c:181 wt-status.c:208
9caaf23e 4423#, c-format
fda7b092 4424msgid " (use \"git reset %s <file>...\" to unstage)"
cc76011e
JX
4425msgstr ""
4426
9b7388a8 4427#: wt-status.c:183 wt-status.c:210
fda7b092 4428msgid " (use \"git rm --cached <file>...\" to unstage)"
9caaf23e
JX
4429msgstr ""
4430
9b7388a8 4431#: wt-status.c:187
fda7b092 4432msgid " (use \"git add <file>...\" to mark resolution)"
dce37b66
JX
4433msgstr ""
4434
9b7388a8 4435#: wt-status.c:189 wt-status.c:193
fda7b092 4436msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"
dce37b66
JX
4437msgstr ""
4438
9b7388a8 4439#: wt-status.c:191
fda7b092 4440msgid " (use \"git rm <file>...\" to mark resolution)"
dce37b66
JX
4441msgstr ""
4442
9b7388a8 4443#: wt-status.c:202 wt-status.c:1015
fda7b092 4444msgid "Changes to be committed:"
dce37b66
JX
4445msgstr ""
4446
9b7388a8 4447#: wt-status.c:220 wt-status.c:1024
fda7b092 4448msgid "Changes not staged for commit:"
dce37b66
JX
4449msgstr ""
4450
9b7388a8 4451#: wt-status.c:224
fda7b092 4452msgid " (use \"git add <file>...\" to update what will be committed)"
dce37b66
JX
4453msgstr ""
4454
9b7388a8 4455#: wt-status.c:226
fda7b092 4456msgid " (use \"git add/rm <file>...\" to update what will be committed)"
dce37b66
JX
4457msgstr ""
4458
9b7388a8 4459#: wt-status.c:227
fda7b092
JX
4460msgid ""
4461" (use \"git checkout -- <file>...\" to discard changes in working directory)"
64f23b0c
JX
4462msgstr ""
4463
9b7388a8 4464#: wt-status.c:229
fda7b092 4465msgid " (commit or discard the untracked or modified content in submodules)"
dce37b66
JX
4466msgstr ""
4467
9b7388a8 4468#: wt-status.c:241
fda7b092
JX
4469#, c-format
4470msgid " (use \"git %s <file>...\" to include in what will be committed)"
dce37b66
JX
4471msgstr ""
4472
9b7388a8 4473#: wt-status.c:256
fda7b092 4474msgid "both deleted:"
dce37b66
JX
4475msgstr ""
4476
9b7388a8 4477#: wt-status.c:258
fda7b092 4478msgid "added by us:"
dce37b66
JX
4479msgstr ""
4480
9b7388a8 4481#: wt-status.c:260
fda7b092 4482msgid "deleted by them:"
cc76011e
JX
4483msgstr ""
4484
9b7388a8 4485#: wt-status.c:262
fda7b092 4486msgid "added by them:"
cc76011e
JX
4487msgstr ""
4488
9b7388a8 4489#: wt-status.c:264
fda7b092 4490msgid "deleted by us:"
cc76011e
JX
4491msgstr ""
4492
9b7388a8 4493#: wt-status.c:266
fda7b092 4494msgid "both added:"
cc76011e
JX
4495msgstr ""
4496
9b7388a8 4497#: wt-status.c:268
fda7b092 4498msgid "both modified:"
cc76011e
JX
4499msgstr ""
4500
9b7388a8 4501#: wt-status.c:278
fda7b092 4502msgid "new file:"
cc76011e
JX
4503msgstr ""
4504
9b7388a8 4505#: wt-status.c:280
fda7b092 4506msgid "copied:"
cc76011e
JX
4507msgstr ""
4508
9b7388a8 4509#: wt-status.c:282
fda7b092 4510msgid "deleted:"
cc76011e
JX
4511msgstr ""
4512
9b7388a8 4513#: wt-status.c:284
fda7b092 4514msgid "modified:"
cc76011e
JX
4515msgstr ""
4516
9b7388a8 4517#: wt-status.c:286
fda7b092 4518msgid "renamed:"
c6bc7d43
JX
4519msgstr ""
4520
9b7388a8 4521#: wt-status.c:288
fda7b092 4522msgid "typechange:"
cc76011e
JX
4523msgstr ""
4524
9b7388a8 4525#: wt-status.c:290
fda7b092 4526msgid "unknown:"
cc76011e
JX
4527msgstr ""
4528
9b7388a8 4529#: wt-status.c:292
fda7b092 4530msgid "unmerged:"
cc76011e
JX
4531msgstr ""
4532
9b7388a8 4533#: wt-status.c:372
fda7b092 4534msgid "new commits, "
9fa976ff
JX
4535msgstr ""
4536
9b7388a8 4537#: wt-status.c:374
fda7b092 4538msgid "modified content, "
9fa976ff
JX
4539msgstr ""
4540
9b7388a8 4541#: wt-status.c:376
fda7b092 4542msgid "untracked content, "
dce37b66
JX
4543msgstr ""
4544
9b7388a8 4545#: wt-status.c:853
5b34e000
JX
4546#, c-format
4547msgid "Your stash currently has %d entry"
4548msgid_plural "Your stash currently has %d entries"
4549msgstr[0] ""
4550msgstr[1] ""
4551
9b7388a8 4552#: wt-status.c:885
fda7b092 4553msgid "Submodules changed but not updated:"
dce37b66
JX
4554msgstr ""
4555
9b7388a8 4556#: wt-status.c:887
fda7b092 4557msgid "Submodule changes to be committed:"
dce37b66
JX
4558msgstr ""
4559
9b7388a8 4560#: wt-status.c:969
fda7b092 4561msgid ""
25eab542
JX
4562"Do not modify or remove the line above.\n"
4563"Everything below it will be ignored."
dce37b66
JX
4564msgstr ""
4565
9b7388a8 4566#: wt-status.c:1084
fda7b092 4567msgid "You have unmerged paths."
9fa976ff
JX
4568msgstr ""
4569
9b7388a8 4570#: wt-status.c:1087
fda7b092 4571msgid " (fix conflicts and run \"git commit\")"
dce37b66
JX
4572msgstr ""
4573
9b7388a8 4574#: wt-status.c:1089
fda7b092 4575msgid " (use \"git merge --abort\" to abort the merge)"
dce37b66
JX
4576msgstr ""
4577
9b7388a8 4578#: wt-status.c:1094
fda7b092 4579msgid "All conflicts fixed but you are still merging."
dce37b66
JX
4580msgstr ""
4581
9b7388a8 4582#: wt-status.c:1097
fda7b092 4583msgid " (use \"git commit\" to conclude merge)"
dce37b66
JX
4584msgstr ""
4585
9b7388a8 4586#: wt-status.c:1107
fda7b092 4587msgid "You are in the middle of an am session."
df0617bf
JX
4588msgstr ""
4589
9b7388a8 4590#: wt-status.c:1110
fda7b092 4591msgid "The current patch is empty."
df0617bf
JX
4592msgstr ""
4593
9b7388a8 4594#: wt-status.c:1114
fda7b092 4595msgid " (fix conflicts and then run \"git am --continue\")"
df0617bf
JX
4596msgstr ""
4597
9b7388a8 4598#: wt-status.c:1116
fda7b092 4599msgid " (use \"git am --skip\" to skip this patch)"
df0617bf
JX
4600msgstr ""
4601
9b7388a8 4602#: wt-status.c:1118
fda7b092 4603msgid " (use \"git am --abort\" to restore the original branch)"
df0617bf
JX
4604msgstr ""
4605
9b7388a8 4606#: wt-status.c:1250
673bfad0
JX
4607msgid "git-rebase-todo is missing."
4608msgstr ""
4609
9b7388a8 4610#: wt-status.c:1252
fda7b092 4611msgid "No commands done."
df0617bf
JX
4612msgstr ""
4613
9b7388a8 4614#: wt-status.c:1255
df0617bf 4615#, c-format
fda7b092
JX
4616msgid "Last command done (%d command done):"
4617msgid_plural "Last commands done (%d commands done):"
4618msgstr[0] ""
4619msgstr[1] ""
df0617bf 4620
9b7388a8 4621#: wt-status.c:1266
fda7b092
JX
4622#, c-format
4623msgid " (see more in file %s)"
df0617bf
JX
4624msgstr ""
4625
9b7388a8 4626#: wt-status.c:1271
fda7b092 4627msgid "No commands remaining."
df0617bf
JX
4628msgstr ""
4629
9b7388a8 4630#: wt-status.c:1274
fda7b092
JX
4631#, c-format
4632msgid "Next command to do (%d remaining command):"
4633msgid_plural "Next commands to do (%d remaining commands):"
4634msgstr[0] ""
4635msgstr[1] ""
df0617bf 4636
9b7388a8 4637#: wt-status.c:1282
fda7b092 4638msgid " (use \"git rebase --edit-todo\" to view and edit)"
df0617bf
JX
4639msgstr ""
4640
9b7388a8 4641#: wt-status.c:1295
fda7b092
JX
4642#, c-format
4643msgid "You are currently rebasing branch '%s' on '%s'."
df0617bf
JX
4644msgstr ""
4645
9b7388a8 4646#: wt-status.c:1300
fda7b092 4647msgid "You are currently rebasing."
df0617bf
JX
4648msgstr ""
4649
9b7388a8 4650#: wt-status.c:1314
fda7b092 4651msgid " (fix conflicts and then run \"git rebase --continue\")"
df0617bf
JX
4652msgstr ""
4653
9b7388a8 4654#: wt-status.c:1316
fda7b092 4655msgid " (use \"git rebase --skip\" to skip this patch)"
df0617bf
JX
4656msgstr ""
4657
9b7388a8 4658#: wt-status.c:1318
fda7b092 4659msgid " (use \"git rebase --abort\" to check out the original branch)"
df0617bf
JX
4660msgstr ""
4661
9b7388a8 4662#: wt-status.c:1324
fda7b092 4663msgid " (all conflicts fixed: run \"git rebase --continue\")"
df0617bf
JX
4664msgstr ""
4665
9b7388a8 4666#: wt-status.c:1328
df0617bf 4667#, c-format
fda7b092
JX
4668msgid ""
4669"You are currently splitting a commit while rebasing branch '%s' on '%s'."
df0617bf
JX
4670msgstr ""
4671
9b7388a8 4672#: wt-status.c:1333
fda7b092 4673msgid "You are currently splitting a commit during a rebase."
df0617bf
JX
4674msgstr ""
4675
9b7388a8 4676#: wt-status.c:1336
fda7b092 4677msgid " (Once your working directory is clean, run \"git rebase --continue\")"
df0617bf
JX
4678msgstr ""
4679
9b7388a8 4680#: wt-status.c:1340
df0617bf 4681#, c-format
fda7b092 4682msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
df0617bf
JX
4683msgstr ""
4684
9b7388a8 4685#: wt-status.c:1345
fda7b092 4686msgid "You are currently editing a commit during a rebase."
df0617bf
JX
4687msgstr ""
4688
9b7388a8 4689#: wt-status.c:1348
fda7b092 4690msgid " (use \"git commit --amend\" to amend the current commit)"
df0617bf
JX
4691msgstr ""
4692
9b7388a8 4693#: wt-status.c:1350
df0617bf 4694msgid ""
fda7b092 4695" (use \"git rebase --continue\" once you are satisfied with your changes)"
df0617bf
JX
4696msgstr ""
4697
9b7388a8 4698#: wt-status.c:1360
fda7b092
JX
4699#, c-format
4700msgid "You are currently cherry-picking commit %s."
df0617bf
JX
4701msgstr ""
4702
9b7388a8 4703#: wt-status.c:1365
fda7b092 4704msgid " (fix conflicts and run \"git cherry-pick --continue\")"
df0617bf
JX
4705msgstr ""
4706
9b7388a8 4707#: wt-status.c:1368
fda7b092 4708msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"
df0617bf
JX
4709msgstr ""
4710
9b7388a8 4711#: wt-status.c:1370
fda7b092 4712msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
df0617bf
JX
4713msgstr ""
4714
9b7388a8 4715#: wt-status.c:1379
df0617bf 4716#, c-format
fda7b092 4717msgid "You are currently reverting commit %s."
df0617bf
JX
4718msgstr ""
4719
9b7388a8 4720#: wt-status.c:1384
fda7b092 4721msgid " (fix conflicts and run \"git revert --continue\")"
df0617bf
JX
4722msgstr ""
4723
9b7388a8 4724#: wt-status.c:1387
fda7b092 4725msgid " (all conflicts fixed: run \"git revert --continue\")"
df0617bf
JX
4726msgstr ""
4727
9b7388a8 4728#: wt-status.c:1389
fda7b092 4729msgid " (use \"git revert --abort\" to cancel the revert operation)"
df0617bf
JX
4730msgstr ""
4731
9b7388a8 4732#: wt-status.c:1400
df0617bf 4733#, c-format
fda7b092 4734msgid "You are currently bisecting, started from branch '%s'."
df0617bf
JX
4735msgstr ""
4736
9b7388a8 4737#: wt-status.c:1404
fda7b092 4738msgid "You are currently bisecting."
df0617bf
JX
4739msgstr ""
4740
9b7388a8 4741#: wt-status.c:1407
fda7b092 4742msgid " (use \"git bisect reset\" to get back to the original branch)"
df0617bf
JX
4743msgstr ""
4744
9b7388a8 4745#: wt-status.c:1604
fda7b092 4746msgid "On branch "
df0617bf
JX
4747msgstr ""
4748
9b7388a8 4749#: wt-status.c:1610
fda7b092 4750msgid "interactive rebase in progress; onto "
df0617bf
JX
4751msgstr ""
4752
9b7388a8 4753#: wt-status.c:1612
fda7b092 4754msgid "rebase in progress; onto "
df0617bf
JX
4755msgstr ""
4756
9b7388a8 4757#: wt-status.c:1617
fda7b092 4758msgid "HEAD detached at "
df0617bf
JX
4759msgstr ""
4760
9b7388a8 4761#: wt-status.c:1619
fda7b092 4762msgid "HEAD detached from "
df0617bf
JX
4763msgstr ""
4764
9b7388a8 4765#: wt-status.c:1622
fda7b092 4766msgid "Not currently on any branch."
df0617bf
JX
4767msgstr ""
4768
9b7388a8 4769#: wt-status.c:1642
fda7b092 4770msgid "Initial commit"
df0617bf
JX
4771msgstr ""
4772
9b7388a8 4773#: wt-status.c:1643
5b34e000
JX
4774msgid "No commits yet"
4775msgstr ""
4776
9b7388a8 4777#: wt-status.c:1657
fda7b092 4778msgid "Untracked files"
df0617bf
JX
4779msgstr ""
4780
9b7388a8 4781#: wt-status.c:1659
fda7b092 4782msgid "Ignored files"
df0617bf
JX
4783msgstr ""
4784
9b7388a8 4785#: wt-status.c:1663
fda7b092
JX
4786#, c-format
4787msgid ""
4788"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
4789"may speed it up, but you have to be careful not to forget to add\n"
4790"new files yourself (see 'git help status')."
df0617bf
JX
4791msgstr ""
4792
9b7388a8 4793#: wt-status.c:1669
fda7b092
JX
4794#, c-format
4795msgid "Untracked files not listed%s"
df0617bf
JX
4796msgstr ""
4797
9b7388a8 4798#: wt-status.c:1671
fda7b092 4799msgid " (use -u option to show untracked files)"
df0617bf
JX
4800msgstr ""
4801
9b7388a8 4802#: wt-status.c:1677
fda7b092 4803msgid "No changes"
df0617bf
JX
4804msgstr ""
4805
9b7388a8 4806#: wt-status.c:1682
fda7b092
JX
4807#, c-format
4808msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
df0617bf
JX
4809msgstr ""
4810
9b7388a8 4811#: wt-status.c:1685
fda7b092
JX
4812#, c-format
4813msgid "no changes added to commit\n"
df0617bf
JX
4814msgstr ""
4815
9b7388a8 4816#: wt-status.c:1688
fda7b092
JX
4817#, c-format
4818msgid ""
4819"nothing added to commit but untracked files present (use \"git add\" to "
4820"track)\n"
df0617bf
JX
4821msgstr ""
4822
9b7388a8 4823#: wt-status.c:1691
fda7b092
JX
4824#, c-format
4825msgid "nothing added to commit but untracked files present\n"
df0617bf
JX
4826msgstr ""
4827
9b7388a8 4828#: wt-status.c:1694
fda7b092
JX
4829#, c-format
4830msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
df0617bf
JX
4831msgstr ""
4832
9b7388a8 4833#: wt-status.c:1697 wt-status.c:1702
fda7b092
JX
4834#, c-format
4835msgid "nothing to commit\n"
df0617bf
JX
4836msgstr ""
4837
9b7388a8 4838#: wt-status.c:1700
fda7b092
JX
4839#, c-format
4840msgid "nothing to commit (use -u to show untracked files)\n"
df0617bf
JX
4841msgstr ""
4842
9b7388a8 4843#: wt-status.c:1704
fda7b092
JX
4844#, c-format
4845msgid "nothing to commit, working tree clean\n"
df0617bf
JX
4846msgstr ""
4847
9b7388a8 4848#: wt-status.c:1817
5b34e000 4849msgid "No commits yet on "
df0617bf
JX
4850msgstr ""
4851
9b7388a8 4852#: wt-status.c:1821
fda7b092 4853msgid "HEAD (no branch)"
df0617bf
JX
4854msgstr ""
4855
9b7388a8 4856#: wt-status.c:1852
abc8de64
JX
4857msgid "different"
4858msgstr ""
4859
9b7388a8 4860#: wt-status.c:1854 wt-status.c:1862
fda7b092 4861msgid "behind "
df0617bf
JX
4862msgstr ""
4863
9b7388a8 4864#: wt-status.c:1857 wt-status.c:1860
fda7b092 4865msgid "ahead "
df0617bf
JX
4866msgstr ""
4867
fda7b092 4868#. TRANSLATORS: the action is e.g. "pull with rebase"
9b7388a8 4869#: wt-status.c:2366
fda7b092
JX
4870#, c-format
4871msgid "cannot %s: You have unstaged changes."
df0617bf
JX
4872msgstr ""
4873
9b7388a8 4874#: wt-status.c:2372
fda7b092 4875msgid "additionally, your index contains uncommitted changes."
df0617bf
JX
4876msgstr ""
4877
9b7388a8 4878#: wt-status.c:2374
fda7b092
JX
4879#, c-format
4880msgid "cannot %s: Your index contains uncommitted changes."
df0617bf
JX
4881msgstr ""
4882
9b7388a8 4883#: compat/precompose_utf8.c:58 builtin/clone.c:442
fda7b092
JX
4884#, c-format
4885msgid "failed to unlink '%s'"
df0617bf
JX
4886msgstr ""
4887
5b34e000 4888#: builtin/add.c:24
fda7b092 4889msgid "git add [<options>] [--] <pathspec>..."
df0617bf
JX
4890msgstr ""
4891
18a90722 4892#: builtin/add.c:83
fda7b092
JX
4893#, c-format
4894msgid "unexpected diff status %c"
df0617bf
JX
4895msgstr ""
4896
9b7388a8 4897#: builtin/add.c:88 builtin/commit.c:266
fda7b092 4898msgid "updating files failed"
df0617bf
JX
4899msgstr ""
4900
18a90722 4901#: builtin/add.c:98
fda7b092
JX
4902#, c-format
4903msgid "remove '%s'\n"
df0617bf
JX
4904msgstr ""
4905
18a90722 4906#: builtin/add.c:173
fda7b092 4907msgid "Unstaged changes after refreshing the index:"
df0617bf
JX
4908msgstr ""
4909
18a90722 4910#: builtin/add.c:233 builtin/rev-parse.c:888
fda7b092 4911msgid "Could not read the index"
df0617bf
JX
4912msgstr ""
4913
18a90722 4914#: builtin/add.c:244
fda7b092
JX
4915#, c-format
4916msgid "Could not open '%s' for writing."
df0617bf
JX
4917msgstr ""
4918
18a90722 4919#: builtin/add.c:248
fda7b092 4920msgid "Could not write patch"
df0617bf
JX
4921msgstr ""
4922
18a90722 4923#: builtin/add.c:251
fda7b092 4924msgid "editing patch failed"
df0617bf
JX
4925msgstr ""
4926
18a90722 4927#: builtin/add.c:254
fda7b092
JX
4928#, c-format
4929msgid "Could not stat '%s'"
df0617bf
JX
4930msgstr ""
4931
18a90722 4932#: builtin/add.c:256
fda7b092 4933msgid "Empty patch. Aborted."
df0617bf
JX
4934msgstr ""
4935
18a90722 4936#: builtin/add.c:261
df0617bf 4937#, c-format
fda7b092 4938msgid "Could not apply '%s'"
df0617bf
JX
4939msgstr ""
4940
9b7388a8 4941#: builtin/add.c:269
fda7b092 4942msgid "The following paths are ignored by one of your .gitignore files:\n"
df0617bf
JX
4943msgstr ""
4944
9b7388a8
JX
4945#: builtin/add.c:289 builtin/clean.c:911 builtin/fetch.c:145 builtin/mv.c:123
4946#: builtin/prune-packed.c:55 builtin/pull.c:212 builtin/push.c:557
4947#: builtin/remote.c:1342 builtin/rm.c:240 builtin/send-pack.c:165
fda7b092 4948msgid "dry run"
df0617bf
JX
4949msgstr ""
4950
9b7388a8 4951#: builtin/add.c:292
fda7b092 4952msgid "interactive picking"
6f6731e7
JX
4953msgstr ""
4954
9b7388a8 4955#: builtin/add.c:293 builtin/checkout.c:1135 builtin/reset.c:302
fda7b092 4956msgid "select hunks interactively"
dce37b66
JX
4957msgstr ""
4958
9b7388a8 4959#: builtin/add.c:294
fda7b092 4960msgid "edit current diff and apply"
dce37b66
JX
4961msgstr ""
4962
9b7388a8 4963#: builtin/add.c:295
fda7b092 4964msgid "allow adding otherwise ignored files"
dce37b66
JX
4965msgstr ""
4966
9b7388a8 4967#: builtin/add.c:296
fda7b092 4968msgid "update tracked files"
dce37b66
JX
4969msgstr ""
4970
9b7388a8 4971#: builtin/add.c:297
18a90722
JX
4972msgid "renormalize EOL of tracked files (implies -u)"
4973msgstr ""
4974
9b7388a8 4975#: builtin/add.c:298
fda7b092 4976msgid "record only the fact that the path will be added later"
dce37b66
JX
4977msgstr ""
4978
9b7388a8 4979#: builtin/add.c:299
fda7b092 4980msgid "add changes from all tracked and untracked files"
dce37b66
JX
4981msgstr ""
4982
9b7388a8 4983#: builtin/add.c:302
fda7b092 4984msgid "ignore paths removed in the working tree (same as --no-all)"
93329721
JX
4985msgstr ""
4986
9b7388a8 4987#: builtin/add.c:304
fda7b092 4988msgid "don't add, only refresh the index"
dce37b66
JX
4989msgstr ""
4990
9b7388a8 4991#: builtin/add.c:305
fda7b092 4992msgid "just skip files which cannot be added because of errors"
dce37b66
JX
4993msgstr ""
4994
9b7388a8 4995#: builtin/add.c:306
fda7b092 4996msgid "check if - even missing - files are ignored in dry run"
dce37b66
JX
4997msgstr ""
4998
9b7388a8 4999#: builtin/add.c:307 builtin/update-index.c:974
fda7b092 5000msgid "(+/-)x"
dce37b66
JX
5001msgstr ""
5002
9b7388a8 5003#: builtin/add.c:307 builtin/update-index.c:975
fda7b092
JX
5004msgid "override the executable bit of the listed files"
5005msgstr ""
dce37b66 5006
9b7388a8 5007#: builtin/add.c:309
5b34e000
JX
5008msgid "warn when adding an embedded repository"
5009msgstr ""
5010
9b7388a8 5011#: builtin/add.c:324
5b34e000
JX
5012#, c-format
5013msgid ""
5014"You've added another git repository inside your current repository.\n"
5015"Clones of the outer repository will not contain the contents of\n"
5016"the embedded repository and will not know how to obtain it.\n"
5017"If you meant to add a submodule, use:\n"
5018"\n"
5019"\tgit submodule add <url> %s\n"
5020"\n"
5021"If you added this path by mistake, you can remove it from the\n"
5022"index with:\n"
5023"\n"
5024"\tgit rm --cached %s\n"
5025"\n"
5026"See \"git help submodule\" for more information."
5027msgstr ""
5028
9b7388a8 5029#: builtin/add.c:352
5b34e000
JX
5030#, c-format
5031msgid "adding embedded git repository: %s"
5032msgstr ""
5033
9b7388a8 5034#: builtin/add.c:370
fda7b092
JX
5035#, c-format
5036msgid "Use -f if you really want to add them.\n"
dce37b66
JX
5037msgstr ""
5038
9b7388a8 5039#: builtin/add.c:378
fda7b092 5040msgid "adding files failed"
dce37b66
JX
5041msgstr ""
5042
9b7388a8 5043#: builtin/add.c:416
fda7b092 5044msgid "-A and -u are mutually incompatible"
dce37b66
JX
5045msgstr ""
5046
9b7388a8 5047#: builtin/add.c:423
fda7b092 5048msgid "Option --ignore-missing can only be used together with --dry-run"
dce37b66
JX
5049msgstr ""
5050
9b7388a8 5051#: builtin/add.c:427
dce37b66 5052#, c-format
fda7b092 5053msgid "--chmod param '%s' must be either -x or +x"
dce37b66
JX
5054msgstr ""
5055
9b7388a8 5056#: builtin/add.c:442
dce37b66 5057#, c-format
fda7b092 5058msgid "Nothing specified, nothing added.\n"
dce37b66
JX
5059msgstr ""
5060
9b7388a8 5061#: builtin/add.c:443
dce37b66 5062#, c-format
fda7b092 5063msgid "Maybe you wanted to say 'git add .'?\n"
dce37b66
JX
5064msgstr ""
5065
9b7388a8
JX
5066#: builtin/add.c:448 builtin/check-ignore.c:177 builtin/checkout.c:280
5067#: builtin/checkout.c:483 builtin/clean.c:958 builtin/commit.c:325
abc8de64 5068#: builtin/diff-tree.c:114 builtin/mv.c:144 builtin/reset.c:241
9b7388a8 5069#: builtin/rm.c:270 builtin/submodule--helper.c:328
fda7b092 5070msgid "index file corrupt"
dce37b66
JX
5071msgstr ""
5072
25eab542 5073#: builtin/am.c:414
fda7b092 5074msgid "could not parse author script"
dce37b66
JX
5075msgstr ""
5076
25eab542 5077#: builtin/am.c:498
dce37b66 5078#, c-format
fda7b092 5079msgid "'%s' was deleted by the applypatch-msg hook"
dce37b66
JX
5080msgstr ""
5081
25eab542 5082#: builtin/am.c:539
dce37b66 5083#, c-format
fda7b092 5084msgid "Malformed input line: '%s'."
dce37b66
JX
5085msgstr ""
5086
25eab542 5087#: builtin/am.c:576
822e4a65 5088#, c-format
fda7b092 5089msgid "Failed to copy notes from '%s' to '%s'"
dce37b66
JX
5090msgstr ""
5091
25eab542 5092#: builtin/am.c:602
fda7b092
JX
5093msgid "fseek failed"
5094msgstr ""
dce37b66 5095
18a90722 5096#: builtin/am.c:790
822e4a65 5097#, c-format
fda7b092 5098msgid "could not parse patch '%s'"
dce37b66
JX
5099msgstr ""
5100
18a90722 5101#: builtin/am.c:855
fda7b092 5102msgid "Only one StGIT patch series can be applied at once"
dce37b66
JX
5103msgstr ""
5104
18a90722 5105#: builtin/am.c:903
fda7b092 5106msgid "invalid timestamp"
dce37b66
JX
5107msgstr ""
5108
18a90722 5109#: builtin/am.c:908 builtin/am.c:920
fda7b092 5110msgid "invalid Date line"
dce37b66
JX
5111msgstr ""
5112
18a90722 5113#: builtin/am.c:915
fda7b092 5114msgid "invalid timezone offset"
dce37b66
JX
5115msgstr ""
5116
18a90722 5117#: builtin/am.c:1008
fda7b092 5118msgid "Patch format detection failed."
dce37b66
JX
5119msgstr ""
5120
9b7388a8 5121#: builtin/am.c:1013 builtin/clone.c:407
dce37b66 5122#, c-format
fda7b092 5123msgid "failed to create directory '%s'"
dce37b66
JX
5124msgstr ""
5125
abc8de64 5126#: builtin/am.c:1018
fda7b092 5127msgid "Failed to split patches."
c2ea1208
JX
5128msgstr ""
5129
9b7388a8 5130#: builtin/am.c:1148 builtin/commit.c:351
fda7b092 5131msgid "unable to write index file"
dce37b66
JX
5132msgstr ""
5133
abc8de64 5134#: builtin/am.c:1162
822e4a65 5135#, c-format
fda7b092 5136msgid "When you have resolved this problem, run \"%s --continue\"."
dce37b66
JX
5137msgstr ""
5138
abc8de64 5139#: builtin/am.c:1163
dce37b66 5140#, c-format
fda7b092 5141msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
dce37b66
JX
5142msgstr ""
5143
abc8de64 5144#: builtin/am.c:1164
822e4a65 5145#, c-format
fda7b092 5146msgid "To restore the original branch and stop patching, run \"%s --abort\"."
dce37b66
JX
5147msgstr ""
5148
abc8de64 5149#: builtin/am.c:1271
5b34e000 5150msgid "Patch is empty."
dce37b66
JX
5151msgstr ""
5152
abc8de64 5153#: builtin/am.c:1337
dce37b66 5154#, c-format
5b34e000 5155msgid "invalid ident line: %.*s"
dce37b66
JX
5156msgstr ""
5157
abc8de64 5158#: builtin/am.c:1359
dce37b66 5159#, c-format
fda7b092 5160msgid "unable to parse commit %s"
dce37b66
JX
5161msgstr ""
5162
abc8de64 5163#: builtin/am.c:1554
fda7b092 5164msgid "Repository lacks necessary blobs to fall back on 3-way merge."
c2ea1208
JX
5165msgstr ""
5166
abc8de64 5167#: builtin/am.c:1556
fda7b092 5168msgid "Using index info to reconstruct a base tree..."
dce37b66
JX
5169msgstr ""
5170
abc8de64 5171#: builtin/am.c:1575
fda7b092
JX
5172msgid ""
5173"Did you hand edit your patch?\n"
5174"It does not apply to blobs recorded in its index."
0bbe5b48
JX
5175msgstr ""
5176
abc8de64 5177#: builtin/am.c:1581
fda7b092 5178msgid "Falling back to patching base and 3-way merge..."
dce37b66
JX
5179msgstr ""
5180
abc8de64 5181#: builtin/am.c:1606
fda7b092 5182msgid "Failed to merge in the changes."
75f7b4b9
JX
5183msgstr ""
5184
abc8de64 5185#: builtin/am.c:1637
fda7b092 5186msgid "applying to an empty history"
dce37b66
JX
5187msgstr ""
5188
abc8de64 5189#: builtin/am.c:1683 builtin/am.c:1687
dce37b66 5190#, c-format
fda7b092 5191msgid "cannot resume: %s does not exist."
dce37b66
JX
5192msgstr ""
5193
abc8de64 5194#: builtin/am.c:1703
fda7b092 5195msgid "cannot be interactive without stdin connected to a terminal."
dce37b66
JX
5196msgstr ""
5197
abc8de64 5198#: builtin/am.c:1708
fda7b092 5199msgid "Commit Body is:"
dce37b66
JX
5200msgstr ""
5201
fda7b092
JX
5202#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
5203#. in your translation. The program will only accept English
5204#. input at this point.
5205#.
abc8de64 5206#: builtin/am.c:1718
fda7b092 5207msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
dce37b66
JX
5208msgstr ""
5209
abc8de64 5210#: builtin/am.c:1768
822e4a65 5211#, c-format
fda7b092 5212msgid "Dirty index: cannot apply patches (dirty: %s)"
dce37b66
JX
5213msgstr ""
5214
abc8de64 5215#: builtin/am.c:1808 builtin/am.c:1879
822e4a65 5216#, c-format
fda7b092 5217msgid "Applying: %.*s"
dce37b66
JX
5218msgstr ""
5219
abc8de64 5220#: builtin/am.c:1824
fda7b092 5221msgid "No changes -- Patch already applied."
dce37b66
JX
5222msgstr ""
5223
abc8de64 5224#: builtin/am.c:1832
822e4a65 5225#, c-format
fda7b092 5226msgid "Patch failed at %s %.*s"
dce37b66
JX
5227msgstr ""
5228
abc8de64
JX
5229#: builtin/am.c:1838
5230msgid "Use 'git am --show-current-patch' to see the failed patch"
dce37b66
JX
5231msgstr ""
5232
abc8de64 5233#: builtin/am.c:1882
fda7b092
JX
5234msgid ""
5235"No changes - did you forget to use 'git add'?\n"
5236"If there is nothing left to stage, chances are that something else\n"
5237"already introduced the same changes; you might want to skip this patch."
dce37b66
JX
5238msgstr ""
5239
abc8de64 5240#: builtin/am.c:1889
fda7b092
JX
5241msgid ""
5242"You still have unmerged paths in your index.\n"
5b34e000
JX
5243"You should 'git add' each file with resolved conflicts to mark them as "
5244"such.\n"
5245"You might run `git rm` on a file to accept \"deleted by them\" for it."
fda7b092 5246msgstr ""
dce37b66 5247
abc8de64
JX
5248#: builtin/am.c:1996 builtin/am.c:2000 builtin/am.c:2012 builtin/reset.c:324
5249#: builtin/reset.c:332
dce37b66 5250#, c-format
fda7b092 5251msgid "Could not parse object '%s'."
dce37b66
JX
5252msgstr ""
5253
abc8de64 5254#: builtin/am.c:2048
fda7b092 5255msgid "failed to clean index"
f517e50d
JX
5256msgstr ""
5257
abc8de64 5258#: builtin/am.c:2083
fda7b092
JX
5259msgid ""
5260"You seem to have moved HEAD since the last 'am' failure.\n"
5261"Not rewinding to ORIG_HEAD"
dce37b66
JX
5262msgstr ""
5263
abc8de64 5264#: builtin/am.c:2174
dce37b66 5265#, c-format
fda7b092 5266msgid "Invalid value for --patch-format: %s"
dce37b66
JX
5267msgstr ""
5268
abc8de64 5269#: builtin/am.c:2210
fda7b092 5270msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
f517e50d
JX
5271msgstr ""
5272
abc8de64 5273#: builtin/am.c:2211
fda7b092 5274msgid "git am [<options>] (--continue | --skip | --abort)"
dce37b66
JX
5275msgstr ""
5276
abc8de64 5277#: builtin/am.c:2217
fda7b092 5278msgid "run interactively"
dce37b66
JX
5279msgstr ""
5280
abc8de64 5281#: builtin/am.c:2219
fda7b092 5282msgid "historical option -- no-op"
9fa976ff
JX
5283msgstr ""
5284
abc8de64 5285#: builtin/am.c:2221
fda7b092 5286msgid "allow fall back on 3way merging if needed"
9fa976ff
JX
5287msgstr ""
5288
abc8de64 5289#: builtin/am.c:2222 builtin/init-db.c:484 builtin/prune-packed.c:57
9b7388a8 5290#: builtin/repack.c:192
fda7b092 5291msgid "be quiet"
9fa976ff
JX
5292msgstr ""
5293
abc8de64 5294#: builtin/am.c:2224
fda7b092 5295msgid "add a Signed-off-by line to the commit message"
9fa976ff
JX
5296msgstr ""
5297
abc8de64 5298#: builtin/am.c:2227
fda7b092
JX
5299msgid "recode into utf8 (default)"
5300msgstr ""
9fa976ff 5301
abc8de64 5302#: builtin/am.c:2229
fda7b092
JX
5303msgid "pass -k flag to git-mailinfo"
5304msgstr ""
9fa976ff 5305
abc8de64 5306#: builtin/am.c:2231
fda7b092 5307msgid "pass -b flag to git-mailinfo"
6f6731e7
JX
5308msgstr ""
5309
abc8de64 5310#: builtin/am.c:2233
fda7b092 5311msgid "pass -m flag to git-mailinfo"
6f6731e7
JX
5312msgstr ""
5313
abc8de64 5314#: builtin/am.c:2235
fda7b092 5315msgid "pass --keep-cr flag to git-mailsplit for mbox format"
6f6731e7
JX
5316msgstr ""
5317
abc8de64 5318#: builtin/am.c:2238
fda7b092 5319msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
6f6731e7
JX
5320msgstr ""
5321
abc8de64 5322#: builtin/am.c:2241
fda7b092 5323msgid "strip everything before a scissors line"
6f6731e7
JX
5324msgstr ""
5325
abc8de64
JX
5326#: builtin/am.c:2243 builtin/am.c:2246 builtin/am.c:2249 builtin/am.c:2252
5327#: builtin/am.c:2255 builtin/am.c:2258 builtin/am.c:2261 builtin/am.c:2264
5328#: builtin/am.c:2270
fda7b092 5329msgid "pass it through git-apply"
6f6731e7
JX
5330msgstr ""
5331
9b7388a8
JX
5332#: builtin/am.c:2260 builtin/commit.c:1332 builtin/fmt-merge-msg.c:665
5333#: builtin/fmt-merge-msg.c:668 builtin/grep.c:853 builtin/merge.c:207
5334#: builtin/pull.c:150 builtin/pull.c:208 builtin/repack.c:201
5335#: builtin/repack.c:205 builtin/repack.c:207 builtin/show-branch.c:631
5336#: builtin/show-ref.c:169 builtin/tag.c:383 parse-options.h:144
5337#: parse-options.h:146 parse-options.h:258
fda7b092 5338msgid "n"
6f6731e7
JX
5339msgstr ""
5340
9b7388a8
JX
5341#: builtin/am.c:2266 builtin/branch.c:632 builtin/for-each-ref.c:38
5342#: builtin/replace.c:543 builtin/tag.c:419 builtin/verify-tag.c:39
fda7b092 5343msgid "format"
6f6731e7
JX
5344msgstr ""
5345
abc8de64 5346#: builtin/am.c:2267
fda7b092 5347msgid "format the patch(es) are in"
6f6731e7
JX
5348msgstr ""
5349
abc8de64 5350#: builtin/am.c:2273
fda7b092 5351msgid "override error message when patch failure occurs"
6f6731e7
JX
5352msgstr ""
5353
abc8de64 5354#: builtin/am.c:2275
fda7b092 5355msgid "continue applying patches after resolving a conflict"
c2ea1208
JX
5356msgstr ""
5357
abc8de64 5358#: builtin/am.c:2278
fda7b092 5359msgid "synonyms for --continue"
6f6731e7
JX
5360msgstr ""
5361
abc8de64 5362#: builtin/am.c:2281
fda7b092 5363msgid "skip the current patch"
0bbe5b48
JX
5364msgstr ""
5365
abc8de64 5366#: builtin/am.c:2284
fda7b092 5367msgid "restore the original branch and abort the patching operation."
6f6731e7
JX
5368msgstr ""
5369
abc8de64
JX
5370#: builtin/am.c:2287
5371msgid "abort the patching operation but keep HEAD where it is."
5372msgstr ""
5373
5374#: builtin/am.c:2290
5375msgid "show the patch being applied."
5376msgstr ""
5377
5378#: builtin/am.c:2294
fda7b092 5379msgid "lie about committer date"
6f6731e7
JX
5380msgstr ""
5381
abc8de64 5382#: builtin/am.c:2296
fda7b092 5383msgid "use current timestamp for author date"
6f6731e7
JX
5384msgstr ""
5385
9b7388a8
JX
5386#: builtin/am.c:2298 builtin/commit.c:1468 builtin/merge.c:238
5387#: builtin/pull.c:183 builtin/revert.c:112 builtin/tag.c:399
fda7b092 5388msgid "key-id"
6f6731e7
JX
5389msgstr ""
5390
abc8de64 5391#: builtin/am.c:2299
fda7b092 5392msgid "GPG-sign commits"
6f6731e7
JX
5393msgstr ""
5394
abc8de64 5395#: builtin/am.c:2302
fda7b092 5396msgid "(internal use for git-rebase)"
6f6731e7
JX
5397msgstr ""
5398
abc8de64 5399#: builtin/am.c:2320
fda7b092
JX
5400msgid ""
5401"The -b/--binary option has been a no-op for long time, and\n"
5402"it will be removed. Please do not use it anymore."
6f6731e7
JX
5403msgstr ""
5404
abc8de64 5405#: builtin/am.c:2327
fda7b092 5406msgid "failed to read the index"
6f6731e7
JX
5407msgstr ""
5408
abc8de64 5409#: builtin/am.c:2342
fda7b092
JX
5410#, c-format
5411msgid "previous rebase directory %s still exists but mbox given."
6f6731e7
JX
5412msgstr ""
5413
abc8de64 5414#: builtin/am.c:2366
fda7b092
JX
5415#, c-format
5416msgid ""
5417"Stray %s directory found.\n"
5418"Use \"git am --abort\" to remove it."
6f6731e7
JX
5419msgstr ""
5420
abc8de64 5421#: builtin/am.c:2372
fda7b092 5422msgid "Resolve operation not in progress, we are not resuming."
6f6731e7
JX
5423msgstr ""
5424
fda7b092
JX
5425#: builtin/apply.c:8
5426msgid "git apply [<options>] [<patch>...]"
6f6731e7
JX
5427msgstr ""
5428
822e4a65
JX
5429#: builtin/archive.c:17
5430#, c-format
5431msgid "could not create archive file '%s'"
dce37b66
JX
5432msgstr ""
5433
822e4a65
JX
5434#: builtin/archive.c:20
5435msgid "could not redirect output"
dce37b66
JX
5436msgstr ""
5437
822e4a65
JX
5438#: builtin/archive.c:37
5439msgid "git archive: Remote with no URL"
dce37b66
JX
5440msgstr ""
5441
822e4a65 5442#: builtin/archive.c:58
abc8de64 5443msgid "git archive: expected ACK/NAK, got a flush packet"
dce37b66
JX
5444msgstr ""
5445
c138af56 5446#: builtin/archive.c:61
822e4a65
JX
5447#, c-format
5448msgid "git archive: NACK %s"
dce37b66
JX
5449msgstr ""
5450
c138af56 5451#: builtin/archive.c:64
822e4a65 5452msgid "git archive: protocol error"
dce37b66
JX
5453msgstr ""
5454
c138af56 5455#: builtin/archive.c:68
822e4a65 5456msgid "git archive: expected a flush"
dce37b66
JX
5457msgstr ""
5458
18a90722 5459#: builtin/bisect--helper.c:12
cc76011e
JX
5460msgid "git bisect--helper --next-all [--no-checkout]"
5461msgstr ""
5462
18a90722
JX
5463#: builtin/bisect--helper.c:13
5464msgid "git bisect--helper --write-terms <bad_term> <good_term>"
5465msgstr ""
5466
5467#: builtin/bisect--helper.c:14
5468msgid "git bisect--helper --bisect-clean-state"
5469msgstr ""
5470
5471#: builtin/bisect--helper.c:46
5472#, c-format
5473msgid "'%s' is not a valid term"
5474msgstr ""
5475
5476#: builtin/bisect--helper.c:50
5477#, c-format
5478msgid "can't use the builtin command '%s' as a term"
5479msgstr ""
5480
5481#: builtin/bisect--helper.c:60
5482#, c-format
5483msgid "can't change the meaning of the term '%s'"
5484msgstr ""
5485
5486#: builtin/bisect--helper.c:71
5487msgid "please use two different terms"
5488msgstr ""
5489
5490#: builtin/bisect--helper.c:78
5491msgid "could not open the file BISECT_TERMS"
5492msgstr ""
5493
5494#: builtin/bisect--helper.c:120
cc76011e
JX
5495msgid "perform 'git bisect next'"
5496msgstr ""
5497
18a90722
JX
5498#: builtin/bisect--helper.c:122
5499msgid "write the terms to .git/BISECT_TERMS"
5500msgstr ""
5501
5502#: builtin/bisect--helper.c:124
5503msgid "cleanup the bisection state"
5504msgstr ""
5505
5506#: builtin/bisect--helper.c:126
5507msgid "check for expected revs"
5508msgstr ""
5509
5510#: builtin/bisect--helper.c:128
cc76011e
JX
5511msgid "update BISECT_HEAD instead of checking out the current commit"
5512msgstr ""
5513
18a90722
JX
5514#: builtin/bisect--helper.c:143
5515msgid "--write-terms requires two arguments"
5516msgstr ""
5517
5518#: builtin/bisect--helper.c:147
5519msgid "--bisect-clean-state requires no arguments"
5520msgstr ""
5521
9b7388a8 5522#: builtin/blame.c:29
64f23b0c 5523msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
cc76011e
JX
5524msgstr ""
5525
9b7388a8 5526#: builtin/blame.c:34
c2ea1208 5527msgid "<rev-opts> are documented in git-rev-list(1)"
cc76011e
JX
5528msgstr ""
5529
9b7388a8
JX
5530#: builtin/blame.c:404
5531#, c-format
5532msgid "expecting a color: %s"
5533msgstr ""
5534
5535#: builtin/blame.c:411
5536msgid "must end with a color"
5537msgstr ""
5538
5539#: builtin/blame.c:697
5540#, c-format
5541msgid "invalid color '%s' in color.blame.repeatedLines"
5542msgstr ""
5543
5544#: builtin/blame.c:715
5545msgid "invalid value for blame.coloring"
5546msgstr ""
5547
5548#: builtin/blame.c:786
cc76011e
JX
5549msgid "Show blame entries as we find them, incrementally"
5550msgstr ""
5551
9b7388a8 5552#: builtin/blame.c:787
cc76011e
JX
5553msgid "Show blank SHA-1 for boundary commits (Default: off)"
5554msgstr ""
5555
9b7388a8 5556#: builtin/blame.c:788
cc76011e
JX
5557msgid "Do not treat root commits as boundaries (Default: off)"
5558msgstr ""
5559
9b7388a8 5560#: builtin/blame.c:789
cc76011e
JX
5561msgid "Show work cost statistics"
5562msgstr ""
5563
9b7388a8 5564#: builtin/blame.c:790
9eb3984b
JX
5565msgid "Force progress reporting"
5566msgstr ""
5567
9b7388a8 5568#: builtin/blame.c:791
cc76011e
JX
5569msgid "Show output score for blame entries"
5570msgstr ""
5571
9b7388a8 5572#: builtin/blame.c:792
cc76011e
JX
5573msgid "Show original filename (Default: auto)"
5574msgstr ""
5575
9b7388a8 5576#: builtin/blame.c:793
cc76011e
JX
5577msgid "Show original linenumber (Default: off)"
5578msgstr ""
5579
9b7388a8 5580#: builtin/blame.c:794
cc76011e
JX
5581msgid "Show in a format designed for machine consumption"
5582msgstr ""
5583
9b7388a8 5584#: builtin/blame.c:795
cc76011e
JX
5585msgid "Show porcelain format with per-line commit information"
5586msgstr ""
5587
9b7388a8 5588#: builtin/blame.c:796
cc76011e
JX
5589msgid "Use the same output mode as git-annotate (Default: off)"
5590msgstr ""
5591
9b7388a8 5592#: builtin/blame.c:797
cc76011e
JX
5593msgid "Show raw timestamp (Default: off)"
5594msgstr ""
5595
9b7388a8 5596#: builtin/blame.c:798
cc76011e
JX
5597msgid "Show long commit SHA1 (Default: off)"
5598msgstr ""
5599
9b7388a8 5600#: builtin/blame.c:799
cc76011e
JX
5601msgid "Suppress author name and timestamp (Default: off)"
5602msgstr ""
5603
9b7388a8 5604#: builtin/blame.c:800
cc76011e
JX
5605msgid "Show author email instead of name (Default: off)"
5606msgstr ""
5607
9b7388a8 5608#: builtin/blame.c:801
cc76011e
JX
5609msgid "Ignore whitespace differences"
5610msgstr ""
5611
9b7388a8
JX
5612#: builtin/blame.c:802
5613msgid "color redundant metadata from previous line differently"
5614msgstr ""
5615
5616#: builtin/blame.c:803
5617msgid "color lines by age"
5618msgstr ""
5619
5620#: builtin/blame.c:810
673bfad0 5621msgid "Use an experimental heuristic to improve diffs"
fda7b092
JX
5622msgstr ""
5623
9b7388a8 5624#: builtin/blame.c:812
cc76011e
JX
5625msgid "Spend extra cycles to find better match"
5626msgstr ""
5627
9b7388a8 5628#: builtin/blame.c:813
cc76011e
JX
5629msgid "Use revisions from <file> instead of calling git-rev-list"
5630msgstr ""
5631
9b7388a8 5632#: builtin/blame.c:814
cc76011e
JX
5633msgid "Use <file>'s contents as the final image"
5634msgstr ""
5635
9b7388a8 5636#: builtin/blame.c:815 builtin/blame.c:816
cc76011e
JX
5637msgid "score"
5638msgstr ""
5639
9b7388a8 5640#: builtin/blame.c:815
cc76011e
JX
5641msgid "Find line copies within and across files"
5642msgstr ""
5643
9b7388a8 5644#: builtin/blame.c:816
cc76011e
JX
5645msgid "Find line movements within and across files"
5646msgstr ""
5647
9b7388a8 5648#: builtin/blame.c:817
cc76011e
JX
5649msgid "n,m"
5650msgstr ""
5651
9b7388a8 5652#: builtin/blame.c:817
cc76011e
JX
5653msgid "Process only line range n,m, counting from 1"
5654msgstr ""
5655
9b7388a8 5656#: builtin/blame.c:866
fda7b092
JX
5657msgid "--progress can't be used with --incremental or porcelain formats"
5658msgstr ""
5659
5b34e000
JX
5660#. TRANSLATORS: This string is used to tell us the
5661#. maximum display width for a relative timestamp in
5662#. "git blame" output. For C locale, "4 years, 11
5663#. months ago", which takes 22 places, is the longest
5664#. among various forms of relative timestamps, but
5665#. your language may need more or fewer display
5666#. columns.
5667#.
9b7388a8 5668#: builtin/blame.c:917
fe05e196
JX
5669msgid "4 years, 11 months ago"
5670msgstr ""
5671
9b7388a8 5672#: builtin/blame.c:1003
5b34e000
JX
5673#, c-format
5674msgid "file %s has only %lu line"
5675msgid_plural "file %s has only %lu lines"
5676msgstr[0] ""
5677msgstr[1] ""
fda7b092 5678
9b7388a8 5679#: builtin/blame.c:1049
5b34e000 5680msgid "Blaming lines"
fda7b092
JX
5681msgstr ""
5682
5b34e000
JX
5683#: builtin/branch.c:27
5684msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
fda7b092
JX
5685msgstr ""
5686
5b34e000
JX
5687#: builtin/branch.c:28
5688msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
fda7b092
JX
5689msgstr ""
5690
5b34e000 5691#: builtin/branch.c:29
c2ea1208 5692msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
cc76011e
JX
5693msgstr ""
5694
5b34e000 5695#: builtin/branch.c:30
c2ea1208 5696msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
cc76011e
JX
5697msgstr ""
5698
5b34e000 5699#: builtin/branch.c:31
25eab542 5700msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"
f4f2c8f8
JX
5701msgstr ""
5702
5b34e000 5703#: builtin/branch.c:32
25eab542
JX
5704msgid "git branch [<options>] [-r | -a] [--points-at]"
5705msgstr ""
5706
5707#: builtin/branch.c:33
dfc182b1
JX
5708msgid "git branch [<options>] [-r | -a] [--format]"
5709msgstr ""
5710
25eab542 5711#: builtin/branch.c:146
822e4a65
JX
5712#, c-format
5713msgid ""
5714"deleting branch '%s' that has been merged to\n"
5715" '%s', but not yet merged to HEAD."
dce37b66
JX
5716msgstr ""
5717
25eab542 5718#: builtin/branch.c:150
dce37b66
JX
5719#, c-format
5720msgid ""
822e4a65
JX
5721"not deleting branch '%s' that is not yet merged to\n"
5722" '%s', even though it is merged to HEAD."
dce37b66
JX
5723msgstr ""
5724
25eab542 5725#: builtin/branch.c:164
fe52cd62
JX
5726#, c-format
5727msgid "Couldn't look up commit object for '%s'"
5728msgstr ""
5729
25eab542 5730#: builtin/branch.c:168
fe52cd62
JX
5731#, c-format
5732msgid ""
5733"The branch '%s' is not fully merged.\n"
5734"If you are sure you want to delete it, run 'git branch -D %s'."
5735msgstr ""
5736
25eab542 5737#: builtin/branch.c:181
fe52cd62
JX
5738msgid "Update of config-file failed"
5739msgstr ""
5740
25eab542 5741#: builtin/branch.c:212
822e4a65 5742msgid "cannot use -a with -d"
dce37b66
JX
5743msgstr ""
5744
25eab542 5745#: builtin/branch.c:218
822e4a65 5746msgid "Couldn't look up commit object for HEAD"
dce37b66
JX
5747msgstr ""
5748
25eab542 5749#: builtin/branch.c:232
822e4a65 5750#, c-format
f517e50d 5751msgid "Cannot delete branch '%s' checked out at '%s'"
dce37b66
JX
5752msgstr ""
5753
25eab542 5754#: builtin/branch.c:247
822e4a65 5755#, c-format
64f23b0c 5756msgid "remote-tracking branch '%s' not found."
dce37b66
JX
5757msgstr ""
5758
25eab542 5759#: builtin/branch.c:248
822e4a65
JX
5760#, c-format
5761msgid "branch '%s' not found."
dce37b66
JX
5762msgstr ""
5763
25eab542 5764#: builtin/branch.c:263
822e4a65 5765#, c-format
64f23b0c 5766msgid "Error deleting remote-tracking branch '%s'"
dce37b66
JX
5767msgstr ""
5768
25eab542 5769#: builtin/branch.c:264
dce37b66 5770#, c-format
822e4a65 5771msgid "Error deleting branch '%s'"
dce37b66
JX
5772msgstr ""
5773
25eab542 5774#: builtin/branch.c:271
dce37b66 5775#, c-format
64f23b0c 5776msgid "Deleted remote-tracking branch %s (was %s).\n"
dce37b66
JX
5777msgstr ""
5778
25eab542 5779#: builtin/branch.c:272
dce37b66 5780#, c-format
822e4a65 5781msgid "Deleted branch %s (was %s).\n"
dce37b66
JX
5782msgstr ""
5783
9b7388a8 5784#: builtin/branch.c:416 builtin/tag.c:58
25eab542
JX
5785msgid "unable to parse format string"
5786msgstr ""
5787
9b7388a8 5788#: builtin/branch.c:453
f517e50d
JX
5789#, c-format
5790msgid "Branch %s is being rebased at %s"
5791msgstr ""
5792
9b7388a8 5793#: builtin/branch.c:457
f517e50d
JX
5794#, c-format
5795msgid "Branch %s is being bisected at %s"
5796msgstr ""
5797
9b7388a8 5798#: builtin/branch.c:474
25eab542
JX
5799msgid "cannot copy the current branch while not on any."
5800msgstr ""
5801
9b7388a8 5802#: builtin/branch.c:476
822e4a65 5803msgid "cannot rename the current branch while not on any."
dce37b66
JX
5804msgstr ""
5805
9b7388a8 5806#: builtin/branch.c:487
dce37b66 5807#, c-format
822e4a65 5808msgid "Invalid branch name: '%s'"
dce37b66
JX
5809msgstr ""
5810
9b7388a8 5811#: builtin/branch.c:514
822e4a65
JX
5812msgid "Branch rename failed"
5813msgstr ""
5814
9b7388a8 5815#: builtin/branch.c:516
25eab542
JX
5816msgid "Branch copy failed"
5817msgstr ""
5818
9b7388a8 5819#: builtin/branch.c:520
25eab542 5820#, c-format
18a90722 5821msgid "Created a copy of a misnamed branch '%s'"
25eab542
JX
5822msgstr ""
5823
9b7388a8 5824#: builtin/branch.c:523
dce37b66 5825#, c-format
822e4a65 5826msgid "Renamed a misnamed branch '%s' away"
dce37b66
JX
5827msgstr ""
5828
9b7388a8 5829#: builtin/branch.c:529
dce37b66 5830#, c-format
822e4a65 5831msgid "Branch renamed to %s, but HEAD is not updated!"
dce37b66
JX
5832msgstr ""
5833
9b7388a8 5834#: builtin/branch.c:538
822e4a65
JX
5835msgid "Branch is renamed, but update of config-file failed"
5836msgstr ""
5837
9b7388a8 5838#: builtin/branch.c:540
25eab542
JX
5839msgid "Branch is copied, but update of config-file failed"
5840msgstr ""
5841
9b7388a8 5842#: builtin/branch.c:556
9fa976ff
JX
5843#, c-format
5844msgid ""
5845"Please edit the description for the branch\n"
5846" %s\n"
5847"Lines starting with '%c' will be stripped.\n"
dce37b66
JX
5848msgstr ""
5849
9b7388a8 5850#: builtin/branch.c:589
cc76011e 5851msgid "Generic options"
dce37b66
JX
5852msgstr ""
5853
9b7388a8 5854#: builtin/branch.c:591
cc76011e 5855msgid "show hash and subject, give twice for upstream branch"
dce37b66
JX
5856msgstr ""
5857
9b7388a8 5858#: builtin/branch.c:592
cc76011e 5859msgid "suppress informational messages"
dce37b66
JX
5860msgstr ""
5861
9b7388a8 5862#: builtin/branch.c:593
cc76011e 5863msgid "set up tracking mode (see git-pull(1))"
dce37b66
JX
5864msgstr ""
5865
9b7388a8 5866#: builtin/branch.c:595
25eab542 5867msgid "do not use"
dce37b66
JX
5868msgstr ""
5869
9b7388a8 5870#: builtin/branch.c:597
f517e50d
JX
5871msgid "upstream"
5872msgstr ""
5873
9b7388a8 5874#: builtin/branch.c:597
f517e50d
JX
5875msgid "change the upstream info"
5876msgstr ""
5877
9b7388a8 5878#: builtin/branch.c:598
fda7b092
JX
5879msgid "Unset the upstream info"
5880msgstr ""
5881
9b7388a8 5882#: builtin/branch.c:599
cc76011e 5883msgid "use colored output"
dce37b66
JX
5884msgstr ""
5885
9b7388a8 5886#: builtin/branch.c:600
cc76011e 5887msgid "act on remote-tracking branches"
dce37b66
JX
5888msgstr ""
5889
9b7388a8 5890#: builtin/branch.c:602 builtin/branch.c:604
cc76011e 5891msgid "print only branches that contain the commit"
dce37b66
JX
5892msgstr ""
5893
9b7388a8 5894#: builtin/branch.c:603 builtin/branch.c:605
dfc182b1
JX
5895msgid "print only branches that don't contain the commit"
5896msgstr ""
5897
9b7388a8 5898#: builtin/branch.c:608
cc76011e 5899msgid "Specific git-branch actions:"
dce37b66
JX
5900msgstr ""
5901
9b7388a8 5902#: builtin/branch.c:609
cc76011e 5903msgid "list both remote-tracking and local branches"
dce37b66
JX
5904msgstr ""
5905
9b7388a8 5906#: builtin/branch.c:611
cc76011e 5907msgid "delete fully merged branch"
dce37b66
JX
5908msgstr ""
5909
9b7388a8 5910#: builtin/branch.c:612
cc76011e 5911msgid "delete branch (even if not merged)"
dce37b66
JX
5912msgstr ""
5913
9b7388a8 5914#: builtin/branch.c:613
cc76011e 5915msgid "move/rename a branch and its reflog"
822e4a65
JX
5916msgstr ""
5917
9b7388a8 5918#: builtin/branch.c:614
cc76011e 5919msgid "move/rename a branch, even if target exists"
dce37b66
JX
5920msgstr ""
5921
9b7388a8 5922#: builtin/branch.c:615
25eab542
JX
5923msgid "copy a branch and its reflog"
5924msgstr ""
5925
9b7388a8 5926#: builtin/branch.c:616
25eab542
JX
5927msgid "copy a branch, even if target exists"
5928msgstr ""
5929
9b7388a8 5930#: builtin/branch.c:617
cc76011e 5931msgid "list branch names"
dce37b66
JX
5932msgstr ""
5933
9b7388a8 5934#: builtin/branch.c:618
cc76011e 5935msgid "create the branch's reflog"
dce37b66
JX
5936msgstr ""
5937
9b7388a8 5938#: builtin/branch.c:620
cc76011e 5939msgid "edit the description for the branch"
dce37b66
JX
5940msgstr ""
5941
9b7388a8 5942#: builtin/branch.c:621
beb691f7 5943msgid "force creation, move/rename, deletion"
dce37b66
JX
5944msgstr ""
5945
9b7388a8 5946#: builtin/branch.c:622
f4f2c8f8 5947msgid "print only branches that are merged"
dce37b66
JX
5948msgstr ""
5949
9b7388a8 5950#: builtin/branch.c:623
f4f2c8f8 5951msgid "print only branches that are not merged"
dce37b66
JX
5952msgstr ""
5953
9b7388a8 5954#: builtin/branch.c:624
cc76011e
JX
5955msgid "list branches in columns"
5956msgstr ""
5957
9b7388a8
JX
5958#: builtin/branch.c:625 builtin/for-each-ref.c:40 builtin/ls-remote.c:70
5959#: builtin/tag.c:412
f4f2c8f8
JX
5960msgid "key"
5961msgstr ""
5962
9b7388a8
JX
5963#: builtin/branch.c:626 builtin/for-each-ref.c:41 builtin/ls-remote.c:71
5964#: builtin/tag.c:413
f4f2c8f8
JX
5965msgid "field name to sort on"
5966msgstr ""
5967
9b7388a8 5968#: builtin/branch.c:628 builtin/for-each-ref.c:43 builtin/notes.c:408
25eab542 5969#: builtin/notes.c:411 builtin/notes.c:571 builtin/notes.c:574
9b7388a8 5970#: builtin/tag.c:415
f4f2c8f8
JX
5971msgid "object"
5972msgstr ""
5973
9b7388a8 5974#: builtin/branch.c:629
f4f2c8f8
JX
5975msgid "print only branches of the object"
5976msgstr ""
5977
9b7388a8 5978#: builtin/branch.c:631 builtin/for-each-ref.c:49 builtin/tag.c:422
673bfad0
JX
5979msgid "sorting and filtering are case insensitive"
5980msgstr ""
5981
9b7388a8 5982#: builtin/branch.c:632 builtin/for-each-ref.c:38 builtin/tag.c:420
5b34e000 5983#: builtin/verify-tag.c:39
dfc182b1
JX
5984msgid "format to use for the output"
5985msgstr ""
5986
9b7388a8 5987#: builtin/branch.c:655 builtin/clone.c:737
cc76011e
JX
5988msgid "HEAD not found below refs/heads!"
5989msgstr ""
5990
9b7388a8 5991#: builtin/branch.c:678
cc76011e 5992msgid "--column and --verbose are incompatible"
dce37b66
JX
5993msgstr ""
5994
9b7388a8 5995#: builtin/branch.c:693 builtin/branch.c:745 builtin/branch.c:754
9caaf23e
JX
5996msgid "branch name required"
5997msgstr ""
5998
9b7388a8 5999#: builtin/branch.c:721
9caaf23e
JX
6000msgid "Cannot give description to detached HEAD"
6001msgstr ""
6002
9b7388a8 6003#: builtin/branch.c:726
9caaf23e
JX
6004msgid "cannot edit description of more than one branch"
6005msgstr ""
6006
9b7388a8 6007#: builtin/branch.c:733
9caaf23e
JX
6008#, c-format
6009msgid "No commit on branch '%s' yet."
6010msgstr ""
6011
9b7388a8 6012#: builtin/branch.c:736
9caaf23e
JX
6013#, c-format
6014msgid "No branch named '%s'."
6015msgstr ""
6016
9b7388a8 6017#: builtin/branch.c:751
25eab542 6018msgid "too many branches for a copy operation"
9caaf23e
JX
6019msgstr ""
6020
9b7388a8 6021#: builtin/branch.c:760
25eab542 6022msgid "too many arguments for a rename operation"
c138af56
JX
6023msgstr ""
6024
9b7388a8 6025#: builtin/branch.c:765
25eab542
JX
6026msgid "too many arguments to set new upstream"
6027msgstr ""
6028
9b7388a8 6029#: builtin/branch.c:769
c138af56
JX
6030#, c-format
6031msgid ""
6032"could not set upstream of HEAD to %s when it does not point to any branch."
6033msgstr ""
6034
9b7388a8 6035#: builtin/branch.c:772 builtin/branch.c:794 builtin/branch.c:810
c138af56
JX
6036#, c-format
6037msgid "no such branch '%s'"
6038msgstr ""
6039
9b7388a8 6040#: builtin/branch.c:776
822e4a65 6041#, c-format
cc76011e 6042msgid "branch '%s' does not exist"
dce37b66
JX
6043msgstr ""
6044
9b7388a8 6045#: builtin/branch.c:788
25eab542 6046msgid "too many arguments to unset upstream"
c138af56
JX
6047msgstr ""
6048
9b7388a8 6049#: builtin/branch.c:792
c138af56
JX
6050msgid "could not unset upstream of HEAD when it does not point to any branch."
6051msgstr ""
6052
9b7388a8 6053#: builtin/branch.c:798
822e4a65 6054#, c-format
cc76011e
JX
6055msgid "Branch '%s' has no upstream information"
6056msgstr ""
6057
9b7388a8 6058#: builtin/branch.c:813
cc76011e 6059msgid "-a and -r options to 'git branch' do not make sense with a branch name"
dce37b66
JX
6060msgstr ""
6061
9b7388a8 6062#: builtin/branch.c:816
cc76011e 6063msgid ""
25eab542
JX
6064"the '--set-upstream' option is no longer supported. Please use '--track' or "
6065"'--set-upstream-to' instead."
cc76011e 6066msgstr ""
822e4a65 6067
dfc182b1 6068#: builtin/bundle.c:45
cc76011e
JX
6069#, c-format
6070msgid "%s is okay\n"
dce37b66
JX
6071msgstr ""
6072
dfc182b1 6073#: builtin/bundle.c:58
cc76011e 6074msgid "Need a repository to create a bundle."
dce37b66
JX
6075msgstr ""
6076
dfc182b1 6077#: builtin/bundle.c:62
cc76011e 6078msgid "Need a repository to unbundle."
dce37b66
JX
6079msgstr ""
6080
9b7388a8 6081#: builtin/cat-file.c:525
64f23b0c 6082msgid ""
fda7b092
JX
6083"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
6084"p | <type> | --textconv | --filters) [--path=<path>] <object>"
dce37b66
JX
6085msgstr ""
6086
9b7388a8 6087#: builtin/cat-file.c:526
fda7b092
JX
6088msgid ""
6089"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
6090"filters]"
dce37b66
JX
6091msgstr ""
6092
9b7388a8 6093#: builtin/cat-file.c:563
cc76011e 6094msgid "<type> can be one of: blob, tree, commit, tag"
dce37b66
JX
6095msgstr ""
6096
9b7388a8 6097#: builtin/cat-file.c:564
cc76011e 6098msgid "show object type"
dce37b66
JX
6099msgstr ""
6100
9b7388a8 6101#: builtin/cat-file.c:565
cc76011e 6102msgid "show object size"
dce37b66
JX
6103msgstr ""
6104
9b7388a8 6105#: builtin/cat-file.c:567
cc76011e 6106msgid "exit with zero when there's no error"
dce37b66
JX
6107msgstr ""
6108
9b7388a8 6109#: builtin/cat-file.c:568
cc76011e 6110msgid "pretty-print object's content"
dce37b66
JX
6111msgstr ""
6112
9b7388a8 6113#: builtin/cat-file.c:570
cc76011e 6114msgid "for blob objects, run textconv on object's content"
dce37b66
JX
6115msgstr ""
6116
9b7388a8 6117#: builtin/cat-file.c:572
fda7b092
JX
6118msgid "for blob objects, run filters on object's content"
6119msgstr ""
6120
9b7388a8 6121#: builtin/cat-file.c:573 git-submodule.sh:894
fda7b092
JX
6122msgid "blob"
6123msgstr ""
6124
9b7388a8 6125#: builtin/cat-file.c:574
fda7b092
JX
6126msgid "use a specific path for --textconv/--filters"
6127msgstr ""
6128
9b7388a8 6129#: builtin/cat-file.c:576
64f23b0c
JX
6130msgid "allow -s and -t to work with broken/corrupt objects"
6131msgstr ""
6132
9b7388a8 6133#: builtin/cat-file.c:577
df0617bf
JX
6134msgid "buffer --batch output"
6135msgstr ""
6136
9b7388a8 6137#: builtin/cat-file.c:579
cc76011e 6138msgid "show info and content of objects fed from the standard input"
dce37b66
JX
6139msgstr ""
6140
9b7388a8 6141#: builtin/cat-file.c:582
cc76011e 6142msgid "show info about objects fed from the standard input"
822e4a65
JX
6143msgstr ""
6144
9b7388a8 6145#: builtin/cat-file.c:585
64f23b0c
JX
6146msgid "follow in-tree symlinks (used with --batch or --batch-check)"
6147msgstr ""
6148
9b7388a8 6149#: builtin/cat-file.c:587
df0617bf
JX
6150msgid "show all objects with --batch or --batch-check"
6151msgstr ""
6152
5b34e000 6153#: builtin/check-attr.c:12
c2ea1208 6154msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
dce37b66
JX
6155msgstr ""
6156
5b34e000 6157#: builtin/check-attr.c:13
f4f2c8f8 6158msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
dce37b66
JX
6159msgstr ""
6160
5b34e000 6161#: builtin/check-attr.c:20
cc76011e 6162msgid "report all attributes set on file"
dce37b66
JX
6163msgstr ""
6164
5b34e000 6165#: builtin/check-attr.c:21
cc76011e 6166msgid "use .gitattributes only from the index"
dce37b66
JX
6167msgstr ""
6168
abc8de64 6169#: builtin/check-attr.c:22 builtin/check-ignore.c:24 builtin/hash-object.c:100
cc76011e 6170msgid "read file names from stdin"
dce37b66
JX
6171msgstr ""
6172
5b34e000 6173#: builtin/check-attr.c:24 builtin/check-ignore.c:26
727b9576 6174msgid "terminate input and output records by a NUL character"
dce37b66
JX
6175msgstr ""
6176
9b7388a8 6177#: builtin/check-ignore.c:20 builtin/checkout.c:1113 builtin/gc.c:500
9caaf23e
JX
6178msgid "suppress progress reporting"
6179msgstr ""
6180
5b34e000 6181#: builtin/check-ignore.c:28
28b3cffc
JX
6182msgid "show non-matching input paths"
6183msgstr ""
6184
5b34e000 6185#: builtin/check-ignore.c:30
727b9576
JX
6186msgid "ignore index when checking"
6187msgstr ""
6188
abc8de64 6189#: builtin/check-ignore.c:159
9caaf23e
JX
6190msgid "cannot specify pathnames with --stdin"
6191msgstr ""
6192
abc8de64 6193#: builtin/check-ignore.c:162
9caaf23e
JX
6194msgid "-z only makes sense with --stdin"
6195msgstr ""
6196
abc8de64 6197#: builtin/check-ignore.c:164
9caaf23e
JX
6198msgid "no path specified"
6199msgstr ""
6200
abc8de64 6201#: builtin/check-ignore.c:168
9caaf23e
JX
6202msgid "--quiet is only valid with a single pathname"
6203msgstr ""
6204
abc8de64 6205#: builtin/check-ignore.c:170
9caaf23e
JX
6206msgid "cannot have both --quiet and --verbose"
6207msgstr ""
6208
abc8de64 6209#: builtin/check-ignore.c:173
28b3cffc
JX
6210msgid "--non-matching is only valid with --verbose"
6211msgstr ""
6212
5b34e000 6213#: builtin/check-mailmap.c:9
c2ea1208 6214msgid "git check-mailmap [<options>] <contact>..."
28b3cffc
JX
6215msgstr ""
6216
5b34e000 6217#: builtin/check-mailmap.c:14
28b3cffc
JX
6218msgid "also read contacts from stdin"
6219msgstr ""
6220
5b34e000 6221#: builtin/check-mailmap.c:25
28b3cffc
JX
6222#, c-format
6223msgid "unable to parse contact: %s"
6224msgstr ""
6225
5b34e000 6226#: builtin/check-mailmap.c:48
28b3cffc
JX
6227msgid "no contacts specified"
6228msgstr ""
6229
5b34e000 6230#: builtin/checkout-index.c:128
c2ea1208 6231msgid "git checkout-index [<options>] [--] [<file>...]"
dce37b66
JX
6232msgstr ""
6233
18a90722 6234#: builtin/checkout-index.c:143
9eb3984b
JX
6235msgid "stage should be between 1 and 3 or all"
6236msgstr ""
6237
18a90722 6238#: builtin/checkout-index.c:159
cc76011e 6239msgid "check out all files in the index"
dce37b66
JX
6240msgstr ""
6241
18a90722 6242#: builtin/checkout-index.c:160
cc76011e 6243msgid "force overwrite of existing files"
dce37b66
JX
6244msgstr ""
6245
18a90722 6246#: builtin/checkout-index.c:162
cc76011e 6247msgid "no warning for existing files and files not in index"
dce37b66
JX
6248msgstr ""
6249
18a90722 6250#: builtin/checkout-index.c:164
cc76011e 6251msgid "don't checkout new files"
dce37b66
JX
6252msgstr ""
6253
18a90722 6254#: builtin/checkout-index.c:166
cc76011e 6255msgid "update stat information in the index file"
dce37b66
JX
6256msgstr ""
6257
18a90722 6258#: builtin/checkout-index.c:170
cc76011e 6259msgid "read list of paths from the standard input"
dce37b66
JX
6260msgstr ""
6261
18a90722 6262#: builtin/checkout-index.c:172
cc76011e 6263msgid "write the content to temporary files"
dce37b66
JX
6264msgstr ""
6265
18a90722 6266#: builtin/checkout-index.c:173 builtin/column.c:31
9b7388a8
JX
6267#: builtin/submodule--helper.c:1216 builtin/submodule--helper.c:1219
6268#: builtin/submodule--helper.c:1227 builtin/submodule--helper.c:1591
6269#: builtin/worktree.c:610
cc76011e 6270msgid "string"
dce37b66
JX
6271msgstr ""
6272
18a90722 6273#: builtin/checkout-index.c:174
cc76011e 6274msgid "when creating files, prepend <string>"
dce37b66
JX
6275msgstr ""
6276
18a90722 6277#: builtin/checkout-index.c:176
cc76011e 6278msgid "copy out the files from named stage"
dce37b66
JX
6279msgstr ""
6280
18a90722 6281#: builtin/checkout.c:27
c2ea1208 6282msgid "git checkout [<options>] <branch>"
dce37b66
JX
6283msgstr ""
6284
18a90722 6285#: builtin/checkout.c:28
c2ea1208 6286msgid "git checkout [<options>] [<branch>] -- <file>..."
dce37b66
JX
6287msgstr ""
6288
18a90722 6289#: builtin/checkout.c:136 builtin/checkout.c:169
822e4a65 6290#, c-format
cc76011e 6291msgid "path '%s' does not have our version"
dce37b66
JX
6292msgstr ""
6293
18a90722 6294#: builtin/checkout.c:138 builtin/checkout.c:171
dce37b66 6295#, c-format
cc76011e 6296msgid "path '%s' does not have their version"
dce37b66
JX
6297msgstr ""
6298
18a90722 6299#: builtin/checkout.c:154
822e4a65 6300#, c-format
cc76011e 6301msgid "path '%s' does not have all necessary versions"
dce37b66
JX
6302msgstr ""
6303
18a90722 6304#: builtin/checkout.c:198
822e4a65 6305#, c-format
cc76011e 6306msgid "path '%s' does not have necessary versions"
dce37b66
JX
6307msgstr ""
6308
18a90722 6309#: builtin/checkout.c:215
822e4a65 6310#, c-format
cc76011e 6311msgid "path '%s': cannot merge"
dce37b66
JX
6312msgstr ""
6313
abc8de64 6314#: builtin/checkout.c:231
cc76011e
JX
6315#, c-format
6316msgid "Unable to add merge result for '%s'"
dce37b66
JX
6317msgstr ""
6318
abc8de64
JX
6319#: builtin/checkout.c:253 builtin/checkout.c:256 builtin/checkout.c:259
6320#: builtin/checkout.c:262
cc76011e
JX
6321#, c-format
6322msgid "'%s' cannot be used with updating paths"
dce37b66
JX
6323msgstr ""
6324
abc8de64 6325#: builtin/checkout.c:265 builtin/checkout.c:268
dce37b66 6326#, c-format
cc76011e 6327msgid "'%s' cannot be used with %s"
dce37b66
JX
6328msgstr ""
6329
abc8de64 6330#: builtin/checkout.c:271
dce37b66 6331#, c-format
cc76011e 6332msgid "Cannot update paths and switch to branch '%s' at the same time."
dce37b66
JX
6333msgstr ""
6334
abc8de64 6335#: builtin/checkout.c:340 builtin/checkout.c:347
dce37b66 6336#, c-format
cc76011e 6337msgid "path '%s' is unmerged"
dce37b66
JX
6338msgstr ""
6339
9b7388a8 6340#: builtin/checkout.c:506
cc76011e 6341msgid "you need to resolve your current index first"
dce37b66
JX
6342msgstr ""
6343
9b7388a8 6344#: builtin/checkout.c:643
dce37b66 6345#, c-format
df0617bf 6346msgid "Can not do reflog for '%s': %s\n"
dce37b66
JX
6347msgstr ""
6348
9b7388a8 6349#: builtin/checkout.c:684
cc76011e
JX
6350msgid "HEAD is now at"
6351msgstr ""
6352
9b7388a8 6353#: builtin/checkout.c:688 builtin/clone.c:691
f1522b27
JX
6354msgid "unable to update HEAD"
6355msgstr ""
6356
9b7388a8 6357#: builtin/checkout.c:692
dce37b66 6358#, c-format
cc76011e 6359msgid "Reset branch '%s'\n"
dce37b66
JX
6360msgstr ""
6361
9b7388a8 6362#: builtin/checkout.c:695
dce37b66 6363#, c-format
cc76011e 6364msgid "Already on '%s'\n"
dce37b66
JX
6365msgstr ""
6366
9b7388a8 6367#: builtin/checkout.c:699
dce37b66 6368#, c-format
cc76011e 6369msgid "Switched to and reset branch '%s'\n"
dce37b66
JX
6370msgstr ""
6371
9b7388a8 6372#: builtin/checkout.c:701 builtin/checkout.c:1046
dce37b66 6373#, c-format
cc76011e 6374msgid "Switched to a new branch '%s'\n"
dce37b66
JX
6375msgstr ""
6376
9b7388a8 6377#: builtin/checkout.c:703
cc76011e
JX
6378#, c-format
6379msgid "Switched to branch '%s'\n"
dce37b66
JX
6380msgstr ""
6381
9b7388a8 6382#: builtin/checkout.c:754
cc76011e
JX
6383#, c-format
6384msgid " ... and %d more.\n"
dce37b66
JX
6385msgstr ""
6386
9b7388a8 6387#: builtin/checkout.c:760
cc76011e 6388#, c-format
822e4a65 6389msgid ""
cc76011e
JX
6390"Warning: you are leaving %d commit behind, not connected to\n"
6391"any of your branches:\n"
822e4a65 6392"\n"
cc76011e
JX
6393"%s\n"
6394msgid_plural ""
6395"Warning: you are leaving %d commits behind, not connected to\n"
6396"any of your branches:\n"
822e4a65 6397"\n"
cc76011e
JX
6398"%s\n"
6399msgstr[0] ""
6400msgstr[1] ""
dce37b66 6401
9b7388a8 6402#: builtin/checkout.c:779
cc76011e 6403#, c-format
dce37b66 6404msgid ""
64f23b0c
JX
6405"If you want to keep it by creating a new branch, this may be a good time\n"
6406"to do so with:\n"
6407"\n"
6408" git branch <new-branch-name> %s\n"
6409"\n"
6410msgid_plural ""
cc76011e
JX
6411"If you want to keep them by creating a new branch, this may be a good time\n"
6412"to do so with:\n"
822e4a65 6413"\n"
c2ea1208 6414" git branch <new-branch-name> %s\n"
822e4a65 6415"\n"
64f23b0c
JX
6416msgstr[0] ""
6417msgstr[1] ""
dce37b66 6418
9b7388a8 6419#: builtin/checkout.c:811
cc76011e 6420msgid "internal error in revision walk"
dce37b66
JX
6421msgstr ""
6422
9b7388a8 6423#: builtin/checkout.c:815
cc76011e 6424msgid "Previous HEAD position was"
dce37b66
JX
6425msgstr ""
6426
9b7388a8 6427#: builtin/checkout.c:843 builtin/checkout.c:1041
cc76011e 6428msgid "You are on a branch yet to be born"
dce37b66
JX
6429msgstr ""
6430
9b7388a8 6431#: builtin/checkout.c:947
727b9576
JX
6432#, c-format
6433msgid "only one reference expected, %d given."
6434msgstr ""
6435
9b7388a8 6436#: builtin/checkout.c:987 builtin/worktree.c:240 builtin/worktree.c:389
cc76011e
JX
6437#, c-format
6438msgid "invalid reference: %s"
dce37b66
JX
6439msgstr ""
6440
9b7388a8 6441#: builtin/checkout.c:1016
cc76011e
JX
6442#, c-format
6443msgid "reference is not a tree: %s"
dce37b66
JX
6444msgstr ""
6445
9b7388a8 6446#: builtin/checkout.c:1055
cc76011e 6447msgid "paths cannot be used with switching branches"
dce37b66
JX
6448msgstr ""
6449
9b7388a8 6450#: builtin/checkout.c:1058 builtin/checkout.c:1062
cc76011e
JX
6451#, c-format
6452msgid "'%s' cannot be used with switching branches"
dce37b66
JX
6453msgstr ""
6454
9b7388a8
JX
6455#: builtin/checkout.c:1066 builtin/checkout.c:1069 builtin/checkout.c:1074
6456#: builtin/checkout.c:1077
cc76011e
JX
6457#, c-format
6458msgid "'%s' cannot be used with '%s'"
dce37b66
JX
6459msgstr ""
6460
9b7388a8 6461#: builtin/checkout.c:1082
dce37b66 6462#, c-format
cc76011e 6463msgid "Cannot switch branch to a non-commit '%s'"
dce37b66
JX
6464msgstr ""
6465
9b7388a8
JX
6466#: builtin/checkout.c:1114 builtin/checkout.c:1116 builtin/clone.c:118
6467#: builtin/remote.c:167 builtin/remote.c:169 builtin/worktree.c:433
6468#: builtin/worktree.c:435
cc76011e 6469msgid "branch"
dce37b66
JX
6470msgstr ""
6471
9b7388a8 6472#: builtin/checkout.c:1115
cc76011e 6473msgid "create and checkout a new branch"
dce37b66
JX
6474msgstr ""
6475
9b7388a8 6476#: builtin/checkout.c:1117
cc76011e 6477msgid "create/reset and checkout a branch"
dce37b66
JX
6478msgstr ""
6479
9b7388a8 6480#: builtin/checkout.c:1118
cc76011e 6481msgid "create reflog for new branch"
dce37b66
JX
6482msgstr ""
6483
9b7388a8 6484#: builtin/checkout.c:1119 builtin/worktree.c:437
9fa976ff 6485msgid "detach HEAD at named commit"
dce37b66
JX
6486msgstr ""
6487
9b7388a8 6488#: builtin/checkout.c:1120
cc76011e 6489msgid "set upstream info for new branch"
dce37b66
JX
6490msgstr ""
6491
9b7388a8 6492#: builtin/checkout.c:1122
5e078fcd 6493msgid "new-branch"
dce37b66
JX
6494msgstr ""
6495
9b7388a8 6496#: builtin/checkout.c:1122
cc76011e 6497msgid "new unparented branch"
dce37b66
JX
6498msgstr ""
6499
9b7388a8 6500#: builtin/checkout.c:1123
cc76011e 6501msgid "checkout our version for unmerged files"
dce37b66
JX
6502msgstr ""
6503
9b7388a8 6504#: builtin/checkout.c:1125
cc76011e 6505msgid "checkout their version for unmerged files"
dce37b66
JX
6506msgstr ""
6507
9b7388a8 6508#: builtin/checkout.c:1127
cc76011e 6509msgid "force checkout (throw away local modifications)"
cd1e7487
JX
6510msgstr ""
6511
9b7388a8 6512#: builtin/checkout.c:1129
cc76011e 6513msgid "perform a 3-way merge with the new branch"
dce37b66
JX
6514msgstr ""
6515
9b7388a8 6516#: builtin/checkout.c:1131 builtin/merge.c:240
cc76011e 6517msgid "update ignored files (default)"
dce37b66
JX
6518msgstr ""
6519
9b7388a8 6520#: builtin/checkout.c:1133 builtin/log.c:1499 parse-options.h:264
cc76011e 6521msgid "style"
dce37b66
JX
6522msgstr ""
6523
9b7388a8 6524#: builtin/checkout.c:1134
cc76011e 6525msgid "conflict style (merge or diff3)"
dce37b66
JX
6526msgstr ""
6527
9b7388a8 6528#: builtin/checkout.c:1137
c6bc7d43
JX
6529msgid "do not limit pathspecs to sparse entries only"
6530msgstr ""
6531
9b7388a8 6532#: builtin/checkout.c:1139
c2ea1208 6533msgid "second guess 'git checkout <no-such-branch>'"
dce37b66
JX
6534msgstr ""
6535
9b7388a8 6536#: builtin/checkout.c:1141
64f23b0c
JX
6537msgid "do not check if another worktree is holding the given ref"
6538msgstr ""
6539
9b7388a8
JX
6540#: builtin/checkout.c:1145 builtin/clone.c:85 builtin/fetch.c:149
6541#: builtin/merge.c:237 builtin/pull.c:128 builtin/push.c:572
6542#: builtin/send-pack.c:174
f4f2c8f8
JX
6543msgid "force progress reporting"
6544msgstr ""
6545
9b7388a8 6546#: builtin/checkout.c:1175
cc76011e 6547msgid "-b, -B and --orphan are mutually exclusive"
dce37b66
JX
6548msgstr ""
6549
9b7388a8 6550#: builtin/checkout.c:1192
cc76011e 6551msgid "--track needs a branch name"
822e4a65
JX
6552msgstr ""
6553
9b7388a8 6554#: builtin/checkout.c:1197
cc76011e 6555msgid "Missing branch name; try -b"
dce37b66
JX
6556msgstr ""
6557
9b7388a8 6558#: builtin/checkout.c:1233
cc76011e 6559msgid "invalid path specification"
dce37b66
JX
6560msgstr ""
6561
9b7388a8 6562#: builtin/checkout.c:1240
dce37b66 6563#, c-format
5b34e000 6564msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
dce37b66
JX
6565msgstr ""
6566
9b7388a8 6567#: builtin/checkout.c:1244
cc76011e
JX
6568#, c-format
6569msgid "git checkout: --detach does not take a path argument '%s'"
dce37b66
JX
6570msgstr ""
6571
9b7388a8 6572#: builtin/checkout.c:1248
cc76011e
JX
6573msgid ""
6574"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
6575"checking out of the index."
dce37b66
JX
6576msgstr ""
6577
5b34e000 6578#: builtin/clean.c:26
28b3cffc
JX
6579msgid ""
6580"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
dce37b66
JX
6581msgstr ""
6582
5b34e000 6583#: builtin/clean.c:30
46bc4039
JX
6584#, c-format
6585msgid "Removing %s\n"
6586msgstr ""
6587
5b34e000 6588#: builtin/clean.c:31
46bc4039
JX
6589#, c-format
6590msgid "Would remove %s\n"
6591msgstr ""
6592
5b34e000 6593#: builtin/clean.c:32
46bc4039
JX
6594#, c-format
6595msgid "Skipping repository %s\n"
6596msgstr ""
6597
5b34e000 6598#: builtin/clean.c:33
46bc4039
JX
6599#, c-format
6600msgid "Would skip repository %s\n"
6601msgstr ""
6602
5b34e000 6603#: builtin/clean.c:34
46bc4039
JX
6604#, c-format
6605msgid "failed to remove %s"
6606msgstr ""
6607
9b7388a8 6608#: builtin/clean.c:302 git-add--interactive.perl:579
673bfad0 6609#, c-format
28b3cffc
JX
6610msgid ""
6611"Prompt help:\n"
6612"1 - select a numbered item\n"
6613"foo - select item based on unique prefix\n"
673bfad0 6614" - (empty) select nothing\n"
28b3cffc
JX
6615msgstr ""
6616
9b7388a8 6617#: builtin/clean.c:306 git-add--interactive.perl:588
673bfad0 6618#, c-format
28b3cffc
JX
6619msgid ""
6620"Prompt help:\n"
6621"1 - select a single item\n"
6622"3-5 - select a range of items\n"
6623"2-3,6-9 - select multiple ranges\n"
6624"foo - select item based on unique prefix\n"
6625"-... - unselect specified items\n"
6626"* - choose all items\n"
673bfad0 6627" - (empty) finish selecting\n"
28b3cffc
JX
6628msgstr ""
6629
9b7388a8
JX
6630#: builtin/clean.c:522 git-add--interactive.perl:554
6631#: git-add--interactive.perl:559
673bfad0
JX
6632#, c-format, perl-format
6633msgid "Huh (%s)?\n"
28b3cffc
JX
6634msgstr ""
6635
18a90722 6636#: builtin/clean.c:664
28b3cffc
JX
6637#, c-format
6638msgid "Input ignore patterns>> "
6639msgstr ""
6640
18a90722 6641#: builtin/clean.c:701
28b3cffc
JX
6642#, c-format
6643msgid "WARNING: Cannot find items matched by: %s"
6644msgstr ""
6645
18a90722 6646#: builtin/clean.c:722
28b3cffc
JX
6647msgid "Select items to delete"
6648msgstr ""
6649
c2ea1208 6650#. TRANSLATORS: Make sure to keep [y/N] as is
18a90722 6651#: builtin/clean.c:763
28b3cffc 6652#, c-format
c2ea1208 6653msgid "Remove %s [y/N]? "
28b3cffc
JX
6654msgstr ""
6655
9b7388a8 6656#: builtin/clean.c:788 git-add--interactive.perl:1717
673bfad0
JX
6657#, c-format
6658msgid "Bye.\n"
28b3cffc
JX
6659msgstr ""
6660
18a90722 6661#: builtin/clean.c:796
28b3cffc
JX
6662msgid ""
6663"clean - start cleaning\n"
6664"filter by pattern - exclude items from deletion\n"
6665"select by numbers - select items to be deleted by numbers\n"
6666"ask each - confirm each deletion (like \"rm -i\")\n"
6667"quit - stop cleaning\n"
6668"help - this screen\n"
6669"? - help for prompt selection"
6670msgstr ""
6671
9b7388a8 6672#: builtin/clean.c:823 git-add--interactive.perl:1793
28b3cffc
JX
6673msgid "*** Commands ***"
6674msgstr ""
6675
9b7388a8 6676#: builtin/clean.c:824 git-add--interactive.perl:1790
28b3cffc
JX
6677msgid "What now"
6678msgstr ""
6679
18a90722 6680#: builtin/clean.c:832
28b3cffc
JX
6681msgid "Would remove the following item:"
6682msgid_plural "Would remove the following items:"
6683msgstr[0] ""
6684msgstr[1] ""
6685
18a90722 6686#: builtin/clean.c:848
28b3cffc
JX
6687msgid "No more files to clean, exiting."
6688msgstr ""
6689
18a90722 6690#: builtin/clean.c:910
cc76011e 6691msgid "do not print names of files removed"
dce37b66
JX
6692msgstr ""
6693
18a90722 6694#: builtin/clean.c:912
cc76011e 6695msgid "force"
dce37b66
JX
6696msgstr ""
6697
18a90722 6698#: builtin/clean.c:913
28b3cffc
JX
6699msgid "interactive cleaning"
6700msgstr ""
6701
18a90722 6702#: builtin/clean.c:915
cc76011e 6703msgid "remove whole directories"
dce37b66
JX
6704msgstr ""
6705
abc8de64
JX
6706#: builtin/clean.c:916 builtin/describe.c:533 builtin/describe.c:535
6707#: builtin/grep.c:871 builtin/log.c:157 builtin/log.c:159
18a90722
JX
6708#: builtin/ls-files.c:548 builtin/name-rev.c:397 builtin/name-rev.c:399
6709#: builtin/show-ref.c:176
cc76011e 6710msgid "pattern"
dce37b66
JX
6711msgstr ""
6712
18a90722 6713#: builtin/clean.c:917
cc76011e 6714msgid "add <pattern> to ignore rules"
dce37b66
JX
6715msgstr ""
6716
18a90722 6717#: builtin/clean.c:918
cc76011e 6718msgid "remove ignored files, too"
dce37b66
JX
6719msgstr ""
6720
18a90722 6721#: builtin/clean.c:920
cc76011e 6722msgid "remove only ignored files"
dce37b66
JX
6723msgstr ""
6724
18a90722 6725#: builtin/clean.c:938
cc76011e 6726msgid "-x and -X cannot be used together"
dce37b66
JX
6727msgstr ""
6728
18a90722 6729#: builtin/clean.c:942
cc76011e 6730msgid ""
5e078fcd 6731"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
28b3cffc 6732"clean"
dce37b66
JX
6733msgstr ""
6734
18a90722 6735#: builtin/clean.c:945
cc76011e 6736msgid ""
5e078fcd 6737"clean.requireForce defaults to true and neither -i, -n, nor -f given; "
28b3cffc 6738"refusing to clean"
dce37b66
JX
6739msgstr ""
6740
9b7388a8 6741#: builtin/clone.c:42
c2ea1208 6742msgid "git clone [<options>] [--] <repo> [<dir>]"
dce37b66
JX
6743msgstr ""
6744
9b7388a8 6745#: builtin/clone.c:87
cc76011e 6746msgid "don't create a checkout"
dce37b66
JX
6747msgstr ""
6748
9b7388a8 6749#: builtin/clone.c:88 builtin/clone.c:90 builtin/init-db.c:479
cc76011e 6750msgid "create a bare repository"
dce37b66
JX
6751msgstr ""
6752
9b7388a8 6753#: builtin/clone.c:92
cc76011e 6754msgid "create a mirror repository (implies bare)"
dce37b66
JX
6755msgstr ""
6756
9b7388a8 6757#: builtin/clone.c:94
cc76011e 6758msgid "to clone from a local repository"
dce37b66
JX
6759msgstr ""
6760
9b7388a8 6761#: builtin/clone.c:96
cc76011e 6762msgid "don't use local hardlinks, always copy"
dce37b66
JX
6763msgstr ""
6764
9b7388a8 6765#: builtin/clone.c:98
cc76011e 6766msgid "setup as shared repository"
dce37b66
JX
6767msgstr ""
6768
9b7388a8 6769#: builtin/clone.c:100 builtin/clone.c:104
dfc182b1
JX
6770msgid "pathspec"
6771msgstr ""
6772
9b7388a8 6773#: builtin/clone.c:100 builtin/clone.c:104
cc76011e 6774msgid "initialize submodules in the clone"
dce37b66
JX
6775msgstr ""
6776
9b7388a8 6777#: builtin/clone.c:107
f517e50d
JX
6778msgid "number of submodules cloned in parallel"
6779msgstr ""
6780
9b7388a8 6781#: builtin/clone.c:108 builtin/init-db.c:476
cc76011e 6782msgid "template-directory"
dce37b66
JX
6783msgstr ""
6784
9b7388a8 6785#: builtin/clone.c:109 builtin/init-db.c:477
cc76011e 6786msgid "directory from which templates will be used"
dce37b66
JX
6787msgstr ""
6788
9b7388a8
JX
6789#: builtin/clone.c:111 builtin/clone.c:113 builtin/submodule--helper.c:1223
6790#: builtin/submodule--helper.c:1594
cc76011e 6791msgid "reference repository"
dce37b66
JX
6792msgstr ""
6793
9b7388a8
JX
6794#: builtin/clone.c:115 builtin/submodule--helper.c:1225
6795#: builtin/submodule--helper.c:1596
64f23b0c
JX
6796msgid "use --reference only while cloning"
6797msgstr ""
6798
9b7388a8
JX
6799#: builtin/clone.c:116 builtin/column.c:27 builtin/merge-file.c:44
6800#: builtin/pack-objects.c:3166 builtin/repack.c:213
cc76011e 6801msgid "name"
dce37b66
JX
6802msgstr ""
6803
9b7388a8 6804#: builtin/clone.c:117
cc76011e 6805msgid "use <name> instead of 'origin' to track upstream"
dce37b66
JX
6806msgstr ""
6807
9b7388a8 6808#: builtin/clone.c:119
cc76011e 6809msgid "checkout <branch> instead of the remote's HEAD"
dce37b66
JX
6810msgstr ""
6811
9b7388a8 6812#: builtin/clone.c:121
cc76011e 6813msgid "path to git-upload-pack on the remote"
dce37b66
JX
6814msgstr ""
6815
9b7388a8
JX
6816#: builtin/clone.c:122 builtin/fetch.c:150 builtin/grep.c:813
6817#: builtin/pull.c:216
cc76011e 6818msgid "depth"
dce37b66
JX
6819msgstr ""
6820
9b7388a8 6821#: builtin/clone.c:123
cc76011e 6822msgid "create a shallow clone of that depth"
dce37b66
JX
6823msgstr ""
6824
9b7388a8 6825#: builtin/clone.c:124 builtin/fetch.c:152 builtin/pack-objects.c:3157
abc8de64 6826#: parse-options.h:154
fda7b092
JX
6827msgid "time"
6828msgstr ""
6829
9b7388a8 6830#: builtin/clone.c:125
fda7b092
JX
6831msgid "create a shallow clone since a specific time"
6832msgstr ""
6833
9b7388a8 6834#: builtin/clone.c:126 builtin/fetch.c:154
fda7b092
JX
6835msgid "revision"
6836msgstr ""
6837
9b7388a8 6838#: builtin/clone.c:127 builtin/fetch.c:155
673bfad0 6839msgid "deepen history of shallow clone, excluding rev"
fda7b092
JX
6840msgstr ""
6841
9b7388a8 6842#: builtin/clone.c:129
cc76011e 6843msgid "clone only one branch, HEAD or --branch"
822e4a65
JX
6844msgstr ""
6845
9b7388a8 6846#: builtin/clone.c:131
5b34e000
JX
6847msgid "don't clone any tags, and make later fetches not to follow them"
6848msgstr ""
6849
9b7388a8 6850#: builtin/clone.c:133
f517e50d
JX
6851msgid "any cloned submodules will be shallow"
6852msgstr ""
6853
9b7388a8 6854#: builtin/clone.c:134 builtin/init-db.c:485
cc76011e 6855msgid "gitdir"
dce37b66
JX
6856msgstr ""
6857
9b7388a8 6858#: builtin/clone.c:135 builtin/init-db.c:486
cc76011e 6859msgid "separate git dir from working tree"
dce37b66
JX
6860msgstr ""
6861
9b7388a8 6862#: builtin/clone.c:136
cc76011e 6863msgid "key=value"
822e4a65
JX
6864msgstr ""
6865
9b7388a8 6866#: builtin/clone.c:137
cc76011e 6867msgid "set config inside the new repository"
dce37b66
JX
6868msgstr ""
6869
9b7388a8
JX
6870#: builtin/clone.c:138 builtin/fetch.c:173 builtin/pull.c:229
6871#: builtin/push.c:583
9eb3984b
JX
6872msgid "use IPv4 addresses only"
6873msgstr ""
6874
9b7388a8
JX
6875#: builtin/clone.c:140 builtin/fetch.c:175 builtin/pull.c:232
6876#: builtin/push.c:585
9eb3984b
JX
6877msgid "use IPv6 addresses only"
6878msgstr ""
6879
9b7388a8 6880#: builtin/clone.c:278
f1522b27
JX
6881msgid ""
6882"No directory name could be guessed.\n"
6883"Please specify a directory on the command line"
6884msgstr ""
6885
9b7388a8 6886#: builtin/clone.c:331
df49095a 6887#, c-format
fda7b092 6888msgid "info: Could not add alternate for '%s': %s\n"
df49095a
JX
6889msgstr ""
6890
9b7388a8 6891#: builtin/clone.c:403
9fa976ff
JX
6892#, c-format
6893msgid "failed to open '%s'"
6894msgstr ""
6895
9b7388a8 6896#: builtin/clone.c:411
dce37b66 6897#, c-format
cc76011e 6898msgid "%s exists and is not a directory"
dce37b66
JX
6899msgstr ""
6900
9b7388a8 6901#: builtin/clone.c:425
cc76011e
JX
6902#, c-format
6903msgid "failed to stat %s\n"
822e4a65
JX
6904msgstr ""
6905
9b7388a8 6906#: builtin/clone.c:447
dce37b66 6907#, c-format
cc76011e 6908msgid "failed to create link '%s'"
dce37b66
JX
6909msgstr ""
6910
9b7388a8 6911#: builtin/clone.c:451
cc76011e
JX
6912#, c-format
6913msgid "failed to copy file to '%s'"
dce37b66
JX
6914msgstr ""
6915
9b7388a8 6916#: builtin/clone.c:477
cc76011e
JX
6917#, c-format
6918msgid "done.\n"
dce37b66
JX
6919msgstr ""
6920
9b7388a8 6921#: builtin/clone.c:491
c138af56
JX
6922msgid ""
6923"Clone succeeded, but checkout failed.\n"
6924"You can inspect what was checked out with 'git status'\n"
6925"and retry the checkout with 'git checkout -f HEAD'\n"
6926msgstr ""
6927
9b7388a8 6928#: builtin/clone.c:568
cc76011e
JX
6929#, c-format
6930msgid "Could not find remote branch %s to clone."
dce37b66
JX
6931msgstr ""
6932
9b7388a8 6933#: builtin/clone.c:663
c138af56
JX
6934msgid "remote did not send all necessary objects"
6935msgstr ""
6936
9b7388a8 6937#: builtin/clone.c:679
f1522b27
JX
6938#, c-format
6939msgid "unable to update %s"
6940msgstr ""
6941
9b7388a8 6942#: builtin/clone.c:728
cc76011e 6943msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
dce37b66
JX
6944msgstr ""
6945
9b7388a8 6946#: builtin/clone.c:758
c138af56
JX
6947msgid "unable to checkout working tree"
6948msgstr ""
6949
9b7388a8 6950#: builtin/clone.c:803
f1522b27
JX
6951msgid "unable to write parameters to config file"
6952msgstr ""
6953
9b7388a8 6954#: builtin/clone.c:866
beb691f7
JX
6955msgid "cannot repack to clean up"
6956msgstr ""
6957
9b7388a8 6958#: builtin/clone.c:868
beb691f7
JX
6959msgid "cannot unlink temporary alternates file"
6960msgstr ""
6961
9b7388a8 6962#: builtin/clone.c:907 builtin/receive-pack.c:1947
cc76011e 6963msgid "Too many arguments."
dce37b66
JX
6964msgstr ""
6965
9b7388a8 6966#: builtin/clone.c:911
cc76011e 6967msgid "You must specify a repository to clone."
dce37b66
JX
6968msgstr ""
6969
9b7388a8 6970#: builtin/clone.c:924
cc76011e
JX
6971#, c-format
6972msgid "--bare and --origin %s options are incompatible."
dce37b66
JX
6973msgstr ""
6974
9b7388a8 6975#: builtin/clone.c:927
46bc4039
JX
6976msgid "--bare and --separate-git-dir are incompatible."
6977msgstr ""
6978
9b7388a8 6979#: builtin/clone.c:940
cc76011e
JX
6980#, c-format
6981msgid "repository '%s' does not exist"
dce37b66
JX
6982msgstr ""
6983
9b7388a8 6984#: builtin/clone.c:946 builtin/fetch.c:1460
df49095a
JX
6985#, c-format
6986msgid "depth %s is not a positive number"
6987msgstr ""
6988
9b7388a8 6989#: builtin/clone.c:956
dce37b66 6990#, c-format
cc76011e 6991msgid "destination path '%s' already exists and is not an empty directory."
dce37b66
JX
6992msgstr ""
6993
9b7388a8 6994#: builtin/clone.c:966
dce37b66 6995#, c-format
cc76011e 6996msgid "working tree '%s' already exists."
dce37b66
JX
6997msgstr ""
6998
9b7388a8
JX
6999#: builtin/clone.c:981 builtin/clone.c:1002 builtin/difftool.c:270
7000#: builtin/worktree.c:246 builtin/worktree.c:276
a4156d20
JX
7001#, c-format
7002msgid "could not create leading directories of '%s'"
7003msgstr ""
7004
9b7388a8 7005#: builtin/clone.c:986
822e4a65 7006#, c-format
c2ea1208 7007msgid "could not create work tree dir '%s'"
dce37b66
JX
7008msgstr ""
7009
9b7388a8 7010#: builtin/clone.c:1006
822e4a65 7011#, c-format
cc76011e 7012msgid "Cloning into bare repository '%s'...\n"
dce37b66
JX
7013msgstr ""
7014
9b7388a8 7015#: builtin/clone.c:1008
dce37b66 7016#, c-format
cc76011e 7017msgid "Cloning into '%s'...\n"
dce37b66
JX
7018msgstr ""
7019
9b7388a8 7020#: builtin/clone.c:1032
fda7b092
JX
7021msgid ""
7022"clone --recursive is not compatible with both --reference and --reference-if-"
7023"able"
7024msgstr ""
7025
abc8de64 7026#: builtin/clone.c:1093
fe05e196
JX
7027msgid "--depth is ignored in local clones; use file:// instead."
7028msgstr ""
7029
abc8de64 7030#: builtin/clone.c:1095
fda7b092
JX
7031msgid "--shallow-since is ignored in local clones; use file:// instead."
7032msgstr ""
7033
abc8de64 7034#: builtin/clone.c:1097
fda7b092
JX
7035msgid "--shallow-exclude is ignored in local clones; use file:// instead."
7036msgstr ""
7037
abc8de64
JX
7038#: builtin/clone.c:1099
7039msgid "--filter is ignored in local clones; use file:// instead."
7040msgstr ""
7041
7042#: builtin/clone.c:1102
fe05e196
JX
7043msgid "source repository is shallow, ignoring --local"
7044msgstr ""
7045
abc8de64 7046#: builtin/clone.c:1107
fe05e196
JX
7047msgid "--local is ignored"
7048msgstr ""
7049
abc8de64 7050#: builtin/clone.c:1169 builtin/clone.c:1177
822e4a65 7051#, c-format
cc76011e 7052msgid "Remote branch %s not found in upstream %s"
dce37b66
JX
7053msgstr ""
7054
abc8de64 7055#: builtin/clone.c:1180
cc76011e 7056msgid "You appear to have cloned an empty repository."
dce37b66
JX
7057msgstr ""
7058
5b34e000 7059#: builtin/column.c:10
c2ea1208 7060msgid "git column [<options>]"
dce37b66
JX
7061msgstr ""
7062
5b34e000 7063#: builtin/column.c:27
cc76011e 7064msgid "lookup config vars"
dce37b66
JX
7065msgstr ""
7066
5b34e000 7067#: builtin/column.c:28 builtin/column.c:29
cc76011e 7068msgid "layout to use"
dce37b66
JX
7069msgstr ""
7070
5b34e000 7071#: builtin/column.c:30
cc76011e 7072msgid "Maximum width"
dce37b66
JX
7073msgstr ""
7074
5b34e000 7075#: builtin/column.c:31
cc76011e 7076msgid "Padding space on left border"
dce37b66
JX
7077msgstr ""
7078
5b34e000 7079#: builtin/column.c:32
cc76011e 7080msgid "Padding space on right border"
dce37b66
JX
7081msgstr ""
7082
5b34e000 7083#: builtin/column.c:33
cc76011e 7084msgid "Padding space between columns"
dce37b66
JX
7085msgstr ""
7086
9b7388a8 7087#: builtin/column.c:51
cc76011e 7088msgid "--command must be the first argument"
dce37b66
JX
7089msgstr ""
7090
abc8de64 7091#: builtin/commit.c:37
c2ea1208 7092msgid "git commit [<options>] [--] <pathspec>..."
dce37b66
JX
7093msgstr ""
7094
abc8de64 7095#: builtin/commit.c:42
c2ea1208 7096msgid "git status [<options>] [--] <pathspec>..."
dce37b66
JX
7097msgstr ""
7098
abc8de64 7099#: builtin/commit.c:47
cc76011e
JX
7100msgid ""
7101"You asked to amend the most recent commit, but doing so would make\n"
7102"it empty. You can repeat your command with --allow-empty, or you can\n"
7103"remove the commit entirely with \"git reset HEAD^\".\n"
822e4a65
JX
7104msgstr ""
7105
abc8de64 7106#: builtin/commit.c:52
dce37b66 7107msgid ""
cc76011e
JX
7108"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
7109"If you wish to commit it anyway, use:\n"
7110"\n"
7111" git commit --allow-empty\n"
7112"\n"
dce37b66
JX
7113msgstr ""
7114
abc8de64 7115#: builtin/commit.c:59
b8ecf239
JX
7116msgid "Otherwise, please use 'git reset'\n"
7117msgstr ""
7118
abc8de64 7119#: builtin/commit.c:62
b8ecf239
JX
7120msgid ""
7121"If you wish to skip this commit, use:\n"
7122"\n"
7123" git reset\n"
7124"\n"
7125"Then \"git cherry-pick --continue\" will resume cherry-picking\n"
7126"the remaining commits.\n"
7127msgstr ""
7128
9b7388a8 7129#: builtin/commit.c:293
cc76011e 7130msgid "failed to unpack HEAD tree object"
822e4a65
JX
7131msgstr ""
7132
9b7388a8 7133#: builtin/commit.c:334
cc76011e 7134msgid "unable to create temporary index"
dce37b66
JX
7135msgstr ""
7136
9b7388a8 7137#: builtin/commit.c:340
cc76011e 7138msgid "interactive add failed"
dce37b66
JX
7139msgstr ""
7140
9b7388a8 7141#: builtin/commit.c:353
d07a63e4
JX
7142msgid "unable to update temporary index"
7143msgstr ""
7144
9b7388a8 7145#: builtin/commit.c:355
d07a63e4
JX
7146msgid "Failed to update main cache tree"
7147msgstr ""
7148
9b7388a8 7149#: builtin/commit.c:380 builtin/commit.c:403 builtin/commit.c:449
cc76011e 7150msgid "unable to write new_index file"
dce37b66
JX
7151msgstr ""
7152
9b7388a8 7153#: builtin/commit.c:432
cc76011e 7154msgid "cannot do a partial commit during a merge."
dce37b66
JX
7155msgstr ""
7156
9b7388a8 7157#: builtin/commit.c:434
cc76011e 7158msgid "cannot do a partial commit during a cherry-pick."
dce37b66
JX
7159msgstr ""
7160
9b7388a8 7161#: builtin/commit.c:442
cc76011e 7162msgid "cannot read the index"
dce37b66
JX
7163msgstr ""
7164
9b7388a8 7165#: builtin/commit.c:461
cc76011e 7166msgid "unable to write temporary index file"
dce37b66
JX
7167msgstr ""
7168
9b7388a8 7169#: builtin/commit.c:558
d07a63e4
JX
7170#, c-format
7171msgid "commit '%s' lacks author header"
7172msgstr ""
7173
9b7388a8 7174#: builtin/commit.c:560
dce37b66 7175#, c-format
d07a63e4 7176msgid "commit '%s' has malformed author line"
dce37b66
JX
7177msgstr ""
7178
9b7388a8 7179#: builtin/commit.c:579
cc76011e 7180msgid "malformed --author parameter"
dce37b66
JX
7181msgstr ""
7182
9b7388a8 7183#: builtin/commit.c:631
fe05e196
JX
7184msgid ""
7185"unable to select a comment character that is not used\n"
7186"in the current commit message"
7187msgstr ""
7188
9b7388a8 7189#: builtin/commit.c:668 builtin/commit.c:701 builtin/commit.c:1029
cc76011e
JX
7190#, c-format
7191msgid "could not lookup commit %s"
822e4a65
JX
7192msgstr ""
7193
9b7388a8 7194#: builtin/commit.c:680 builtin/shortlog.c:316
cc76011e
JX
7195#, c-format
7196msgid "(reading log message from standard input)\n"
822e4a65
JX
7197msgstr ""
7198
9b7388a8 7199#: builtin/commit.c:682
cc76011e 7200msgid "could not read log from standard input"
822e4a65
JX
7201msgstr ""
7202
9b7388a8 7203#: builtin/commit.c:686
dce37b66 7204#, c-format
cc76011e 7205msgid "could not read log file '%s'"
dce37b66
JX
7206msgstr ""
7207
9b7388a8 7208#: builtin/commit.c:715 builtin/commit.c:723
f517e50d 7209msgid "could not read SQUASH_MSG"
dce37b66
JX
7210msgstr ""
7211
9b7388a8 7212#: builtin/commit.c:720
f517e50d 7213msgid "could not read MERGE_MSG"
dce37b66
JX
7214msgstr ""
7215
9b7388a8 7216#: builtin/commit.c:774
cc76011e
JX
7217msgid "could not write commit template"
7218msgstr ""
7219
9b7388a8 7220#: builtin/commit.c:792
dce37b66 7221#, c-format
822e4a65 7222msgid ""
cc76011e
JX
7223"\n"
7224"It looks like you may be committing a merge.\n"
7225"If this is not correct, please remove the file\n"
7226"\t%s\n"
7227"and try again.\n"
dce37b66
JX
7228msgstr ""
7229
9b7388a8 7230#: builtin/commit.c:797
822e4a65
JX
7231#, c-format
7232msgid ""
cc76011e
JX
7233"\n"
7234"It looks like you may be committing a cherry-pick.\n"
7235"If this is not correct, please remove the file\n"
7236"\t%s\n"
7237"and try again.\n"
dce37b66
JX
7238msgstr ""
7239
9b7388a8 7240#: builtin/commit.c:810
9caaf23e 7241#, c-format
cc76011e
JX
7242msgid ""
7243"Please enter the commit message for your changes. Lines starting\n"
9caaf23e 7244"with '%c' will be ignored, and an empty message aborts the commit.\n"
dce37b66
JX
7245msgstr ""
7246
9b7388a8 7247#: builtin/commit.c:818
9caaf23e 7248#, c-format
cc76011e
JX
7249msgid ""
7250"Please enter the commit message for your changes. Lines starting\n"
9caaf23e 7251"with '%c' will be kept; you may remove them yourself if you want to.\n"
cc76011e
JX
7252"An empty message aborts the commit.\n"
7253msgstr ""
7254
9b7388a8 7255#: builtin/commit.c:835
fe05e196
JX
7256#, c-format
7257msgid "%sAuthor: %.*s <%.*s>"
7258msgstr ""
7259
9b7388a8 7260#: builtin/commit.c:843
822e4a65 7261#, c-format
fe05e196 7262msgid "%sDate: %s"
dce37b66
JX
7263msgstr ""
7264
9b7388a8 7265#: builtin/commit.c:850
cc76011e 7266#, c-format
fe05e196 7267msgid "%sCommitter: %.*s <%.*s>"
dce37b66
JX
7268msgstr ""
7269
9b7388a8 7270#: builtin/commit.c:867
cc76011e 7271msgid "Cannot read index"
822e4a65
JX
7272msgstr ""
7273
9b7388a8 7274#: builtin/commit.c:933
cc76011e 7275msgid "Error building trees"
dce37b66
JX
7276msgstr ""
7277
9b7388a8 7278#: builtin/commit.c:947 builtin/tag.c:257
dce37b66 7279#, c-format
cc76011e 7280msgid "Please supply the message using either -m or -F option.\n"
dce37b66
JX
7281msgstr ""
7282
9b7388a8 7283#: builtin/commit.c:991
dce37b66 7284#, c-format
c2ea1208 7285msgid "--author '%s' is not 'Name <email>' and matches no existing author"
dce37b66
JX
7286msgstr ""
7287
9b7388a8 7288#: builtin/commit.c:1005
18a90722
JX
7289#, c-format
7290msgid "Invalid ignored mode '%s'"
7291msgstr ""
7292
9b7388a8 7293#: builtin/commit.c:1019 builtin/commit.c:1269
cc76011e
JX
7294#, c-format
7295msgid "Invalid untracked files mode '%s'"
dce37b66
JX
7296msgstr ""
7297
9b7388a8 7298#: builtin/commit.c:1057
28b3cffc
JX
7299msgid "--long and -z are incompatible"
7300msgstr ""
7301
9b7388a8 7302#: builtin/commit.c:1090
cc76011e
JX
7303msgid "Using both --reset-author and --author does not make sense"
7304msgstr ""
822e4a65 7305
9b7388a8 7306#: builtin/commit.c:1099
cc76011e 7307msgid "You have nothing to amend."
dce37b66
JX
7308msgstr ""
7309
9b7388a8 7310#: builtin/commit.c:1102
cc76011e 7311msgid "You are in the middle of a merge -- cannot amend."
822e4a65
JX
7312msgstr ""
7313
9b7388a8 7314#: builtin/commit.c:1104
cc76011e 7315msgid "You are in the middle of a cherry-pick -- cannot amend."
822e4a65
JX
7316msgstr ""
7317
9b7388a8 7318#: builtin/commit.c:1107
cc76011e 7319msgid "Options --squash and --fixup cannot be used together"
822e4a65
JX
7320msgstr ""
7321
9b7388a8 7322#: builtin/commit.c:1117
cc76011e 7323msgid "Only one of -c/-C/-F/--fixup can be used."
dce37b66
JX
7324msgstr ""
7325
9b7388a8 7326#: builtin/commit.c:1119
abc8de64 7327msgid "Option -m cannot be combined with -c/-C/-F."
dce37b66
JX
7328msgstr ""
7329
9b7388a8 7330#: builtin/commit.c:1127
cc76011e 7331msgid "--reset-author can be used only with -C, -c or --amend."
822e4a65
JX
7332msgstr ""
7333
9b7388a8 7334#: builtin/commit.c:1144
cc76011e 7335msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
dce37b66
JX
7336msgstr ""
7337
9b7388a8 7338#: builtin/commit.c:1146
cc76011e 7339msgid "No paths with --include/--only does not make sense."
dce37b66
JX
7340msgstr ""
7341
9b7388a8 7342#: builtin/commit.c:1160 builtin/tag.c:543
dce37b66 7343#, c-format
cc76011e 7344msgid "Invalid cleanup mode %s"
dce37b66
JX
7345msgstr ""
7346
9b7388a8 7347#: builtin/commit.c:1165
cc76011e 7348msgid "Paths with -a does not make sense."
822e4a65
JX
7349msgstr ""
7350
9b7388a8 7351#: builtin/commit.c:1303 builtin/commit.c:1480
cc76011e
JX
7352msgid "show status concisely"
7353msgstr ""
822e4a65 7354
9b7388a8 7355#: builtin/commit.c:1305 builtin/commit.c:1482
cc76011e 7356msgid "show branch information"
cd1e7487
JX
7357msgstr ""
7358
9b7388a8 7359#: builtin/commit.c:1307
5b34e000
JX
7360msgid "show stash information"
7361msgstr ""
7362
9b7388a8 7363#: builtin/commit.c:1309 builtin/commit.c:1484
abc8de64
JX
7364msgid "compute full ahead/behind values"
7365msgstr ""
7366
9b7388a8 7367#: builtin/commit.c:1311
fda7b092
JX
7368msgid "version"
7369msgstr ""
7370
9b7388a8
JX
7371#: builtin/commit.c:1311 builtin/commit.c:1486 builtin/push.c:558
7372#: builtin/worktree.c:581
cc76011e 7373msgid "machine-readable output"
dce37b66
JX
7374msgstr ""
7375
9b7388a8 7376#: builtin/commit.c:1314 builtin/commit.c:1488
fe52cd62
JX
7377msgid "show status in long format (default)"
7378msgstr ""
7379
9b7388a8 7380#: builtin/commit.c:1317 builtin/commit.c:1491
cc76011e 7381msgid "terminate entries with NUL"
dce37b66
JX
7382msgstr ""
7383
9b7388a8
JX
7384#: builtin/commit.c:1319 builtin/commit.c:1323 builtin/commit.c:1494
7385#: builtin/fast-export.c:1001 builtin/fast-export.c:1004 builtin/tag.c:397
cc76011e 7386msgid "mode"
11b90174
JX
7387msgstr ""
7388
9b7388a8 7389#: builtin/commit.c:1320 builtin/commit.c:1494
cc76011e 7390msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
dce37b66
JX
7391msgstr ""
7392
9b7388a8 7393#: builtin/commit.c:1324
18a90722
JX
7394msgid ""
7395"show ignored files, optional modes: traditional, matching, no. (Default: "
7396"traditional)"
dce37b66
JX
7397msgstr ""
7398
9b7388a8 7399#: builtin/commit.c:1326 parse-options.h:167
cc76011e 7400msgid "when"
dce37b66
JX
7401msgstr ""
7402
9b7388a8 7403#: builtin/commit.c:1327
cc76011e
JX
7404msgid ""
7405"ignore changes to submodules, optional when: all, dirty, untracked. "
7406"(Default: all)"
dce37b66
JX
7407msgstr ""
7408
9b7388a8 7409#: builtin/commit.c:1329
cc76011e 7410msgid "list untracked files in columns"
dce37b66
JX
7411msgstr ""
7412
9b7388a8
JX
7413#: builtin/commit.c:1330
7414msgid "do not detect renames"
7415msgstr ""
7416
7417#: builtin/commit.c:1332
7418msgid "detect renames, optionally set similarity index"
7419msgstr ""
7420
7421#: builtin/commit.c:1352
18a90722
JX
7422msgid "Unsupported combination of ignored and untracked-files arguments"
7423msgstr ""
7424
9b7388a8 7425#: builtin/commit.c:1450
cc76011e 7426msgid "suppress summary after successful commit"
dce37b66
JX
7427msgstr ""
7428
9b7388a8 7429#: builtin/commit.c:1451
cc76011e 7430msgid "show diff in commit message template"
11b90174
JX
7431msgstr ""
7432
9b7388a8 7433#: builtin/commit.c:1453
cc76011e 7434msgid "Commit message options"
822e4a65
JX
7435msgstr ""
7436
9b7388a8 7437#: builtin/commit.c:1454 builtin/tag.c:394
cc76011e 7438msgid "read message from file"
93329721
JX
7439msgstr ""
7440
9b7388a8 7441#: builtin/commit.c:1455
cc76011e 7442msgid "author"
dce37b66
JX
7443msgstr ""
7444
9b7388a8 7445#: builtin/commit.c:1455
cc76011e 7446msgid "override author for commit"
dce37b66
JX
7447msgstr ""
7448
9b7388a8 7449#: builtin/commit.c:1456 builtin/gc.c:501
cc76011e 7450msgid "date"
dce37b66
JX
7451msgstr ""
7452
9b7388a8 7453#: builtin/commit.c:1456
cc76011e 7454msgid "override date for commit"
dce37b66
JX
7455msgstr ""
7456
9b7388a8
JX
7457#: builtin/commit.c:1457 builtin/merge.c:227 builtin/notes.c:402
7458#: builtin/notes.c:565 builtin/tag.c:392
cc76011e 7459msgid "message"
dce37b66
JX
7460msgstr ""
7461
9b7388a8 7462#: builtin/commit.c:1457
cc76011e 7463msgid "commit message"
822e4a65
JX
7464msgstr ""
7465
9b7388a8
JX
7466#: builtin/commit.c:1458 builtin/commit.c:1459 builtin/commit.c:1460
7467#: builtin/commit.c:1461 parse-options.h:270 ref-filter.h:92
f4f2c8f8
JX
7468msgid "commit"
7469msgstr ""
7470
9b7388a8 7471#: builtin/commit.c:1458
cc76011e 7472msgid "reuse and edit message from specified commit"
822e4a65
JX
7473msgstr ""
7474
9b7388a8 7475#: builtin/commit.c:1459
cc76011e 7476msgid "reuse message from specified commit"
822e4a65
JX
7477msgstr ""
7478
9b7388a8 7479#: builtin/commit.c:1460
cc76011e 7480msgid "use autosquash formatted message to fixup specified commit"
822e4a65
JX
7481msgstr ""
7482
9b7388a8 7483#: builtin/commit.c:1461
cc76011e
JX
7484msgid "use autosquash formatted message to squash specified commit"
7485msgstr ""
822e4a65 7486
9b7388a8 7487#: builtin/commit.c:1462
cc76011e
JX
7488msgid "the commit is authored by me now (used with -C/-c/--amend)"
7489msgstr ""
822e4a65 7490
9b7388a8
JX
7491#: builtin/commit.c:1463 builtin/log.c:1446 builtin/merge.c:241
7492#: builtin/pull.c:154 builtin/revert.c:105
cc76011e 7493msgid "add Signed-off-by:"
822e4a65
JX
7494msgstr ""
7495
9b7388a8 7496#: builtin/commit.c:1464
cc76011e 7497msgid "use specified template file"
822e4a65
JX
7498msgstr ""
7499
9b7388a8 7500#: builtin/commit.c:1465
cc76011e 7501msgid "force edit of commit"
822e4a65
JX
7502msgstr ""
7503
9b7388a8 7504#: builtin/commit.c:1466
cc76011e 7505msgid "default"
822e4a65
JX
7506msgstr ""
7507
9b7388a8 7508#: builtin/commit.c:1466 builtin/tag.c:398
cc76011e 7509msgid "how to strip spaces and #comments from message"
822e4a65
JX
7510msgstr ""
7511
9b7388a8 7512#: builtin/commit.c:1467
cc76011e 7513msgid "include status in commit message template"
822e4a65
JX
7514msgstr ""
7515
9b7388a8 7516#: builtin/commit.c:1469 builtin/merge.c:239 builtin/pull.c:184
5b34e000 7517#: builtin/revert.c:113
cc76011e 7518msgid "GPG sign commit"
822e4a65
JX
7519msgstr ""
7520
9b7388a8 7521#: builtin/commit.c:1472
cc76011e 7522msgid "Commit contents options"
822e4a65
JX
7523msgstr ""
7524
9b7388a8 7525#: builtin/commit.c:1473
cc76011e 7526msgid "commit all changed files"
822e4a65
JX
7527msgstr ""
7528
9b7388a8 7529#: builtin/commit.c:1474
cc76011e 7530msgid "add specified files to index for commit"
822e4a65
JX
7531msgstr ""
7532
9b7388a8 7533#: builtin/commit.c:1475
cc76011e 7534msgid "interactively add files"
822e4a65
JX
7535msgstr ""
7536
9b7388a8 7537#: builtin/commit.c:1476
cc76011e 7538msgid "interactively add changes"
822e4a65
JX
7539msgstr ""
7540
9b7388a8 7541#: builtin/commit.c:1477
cc76011e 7542msgid "commit only specified files"
822e4a65
JX
7543msgstr ""
7544
9b7388a8 7545#: builtin/commit.c:1478
9fa976ff 7546msgid "bypass pre-commit and commit-msg hooks"
822e4a65
JX
7547msgstr ""
7548
9b7388a8 7549#: builtin/commit.c:1479
cc76011e 7550msgid "show what would be committed"
822e4a65
JX
7551msgstr ""
7552
9b7388a8 7553#: builtin/commit.c:1492
cc76011e 7554msgid "amend previous commit"
822e4a65
JX
7555msgstr ""
7556
9b7388a8 7557#: builtin/commit.c:1493
cc76011e 7558msgid "bypass post-rewrite hook"
822e4a65
JX
7559msgstr ""
7560
9b7388a8 7561#: builtin/commit.c:1498
cc76011e 7562msgid "ok to record an empty change"
822e4a65
JX
7563msgstr ""
7564
9b7388a8 7565#: builtin/commit.c:1500
cc76011e 7566msgid "ok to record a change with an empty message"
822e4a65
JX
7567msgstr ""
7568
9b7388a8 7569#: builtin/commit.c:1573
822e4a65 7570#, c-format
cc76011e 7571msgid "Corrupt MERGE_HEAD file (%s)"
822e4a65
JX
7572msgstr ""
7573
9b7388a8 7574#: builtin/commit.c:1580
cc76011e 7575msgid "could not read MERGE_MODE"
822e4a65
JX
7576msgstr ""
7577
9b7388a8 7578#: builtin/commit.c:1599
cc76011e
JX
7579#, c-format
7580msgid "could not read commit message: %s"
822e4a65
JX
7581msgstr ""
7582
9b7388a8 7583#: builtin/commit.c:1610
cc76011e 7584#, c-format
25eab542 7585msgid "Aborting commit due to empty commit message.\n"
822e4a65
JX
7586msgstr ""
7587
9b7388a8 7588#: builtin/commit.c:1615
cc76011e 7589#, c-format
25eab542 7590msgid "Aborting commit; you did not edit the message.\n"
822e4a65
JX
7591msgstr ""
7592
9b7388a8 7593#: builtin/commit.c:1650
822e4a65 7594msgid ""
cc76011e 7595"Repository has been updated, but unable to write\n"
d07a63e4 7596"new_index file. Check that disk is not full and quota is\n"
cc76011e 7597"not exceeded, and then \"git reset HEAD\" to recover."
822e4a65
JX
7598msgstr ""
7599
9b7388a8
JX
7600#: builtin/commit-graph.c:9
7601msgid "git commit-graph [--object-dir <objdir>]"
7602msgstr ""
7603
7604#: builtin/commit-graph.c:10 builtin/commit-graph.c:16
7605msgid "git commit-graph read [--object-dir <objdir>]"
7606msgstr ""
7607
7608#: builtin/commit-graph.c:11 builtin/commit-graph.c:21
7609msgid ""
7610"git commit-graph write [--object-dir <objdir>] [--append] [--stdin-packs|--"
7611"stdin-commits]"
7612msgstr ""
7613
7614#: builtin/commit-graph.c:39 builtin/commit-graph.c:92
7615#: builtin/commit-graph.c:147 builtin/fetch.c:161 builtin/log.c:1466
7616msgid "dir"
7617msgstr ""
7618
7619#: builtin/commit-graph.c:40 builtin/commit-graph.c:93
7620#: builtin/commit-graph.c:148
7621msgid "The object directory to store the graph"
7622msgstr ""
7623
7624#: builtin/commit-graph.c:95
7625msgid "scan pack-indexes listed by stdin for commits"
7626msgstr ""
7627
7628#: builtin/commit-graph.c:97
7629msgid "start walk at commits listed by stdin"
7630msgstr ""
7631
7632#: builtin/commit-graph.c:99
7633msgid "include all commits already in the commit-graph file"
7634msgstr ""
7635
7636#: builtin/commit-graph.c:108
7637msgid "cannot use both --stdin-commits and --stdin-packs"
7638msgstr ""
7639
5b34e000 7640#: builtin/config.c:10
c2ea1208 7641msgid "git config [<options>]"
822e4a65
JX
7642msgstr ""
7643
9b7388a8
JX
7644#: builtin/config.c:101
7645#, c-format
7646msgid "unrecognized --type argument, %s"
7647msgstr ""
7648
7649#: builtin/config.c:123
cc76011e 7650msgid "Config file location"
822e4a65
JX
7651msgstr ""
7652
9b7388a8 7653#: builtin/config.c:124
cc76011e 7654msgid "use global config file"
822e4a65
JX
7655msgstr ""
7656
9b7388a8 7657#: builtin/config.c:125
cc76011e 7658msgid "use system config file"
822e4a65
JX
7659msgstr ""
7660
9b7388a8 7661#: builtin/config.c:126
cc76011e 7662msgid "use repository config file"
822e4a65
JX
7663msgstr ""
7664
9b7388a8 7665#: builtin/config.c:127
cc76011e 7666msgid "use given config file"
822e4a65
JX
7667msgstr ""
7668
9b7388a8 7669#: builtin/config.c:128
28b3cffc 7670msgid "blob-id"
822e4a65
JX
7671msgstr ""
7672
9b7388a8 7673#: builtin/config.c:128
28b3cffc 7674msgid "read config from given blob object"
822e4a65
JX
7675msgstr ""
7676
9b7388a8 7677#: builtin/config.c:129
28b3cffc 7678msgid "Action"
822e4a65
JX
7679msgstr ""
7680
9b7388a8 7681#: builtin/config.c:130
28b3cffc 7682msgid "get value: name [value-regex]"
822e4a65
JX
7683msgstr ""
7684
9b7388a8 7685#: builtin/config.c:131
28b3cffc 7686msgid "get all values: key [value-regex]"
822e4a65
JX
7687msgstr ""
7688
9b7388a8 7689#: builtin/config.c:132
28b3cffc 7690msgid "get values for regexp: name-regex [value-regex]"
822e4a65
JX
7691msgstr ""
7692
9b7388a8 7693#: builtin/config.c:133
727b9576
JX
7694msgid "get value specific for the URL: section[.var] URL"
7695msgstr ""
7696
9b7388a8 7697#: builtin/config.c:134
28b3cffc 7698msgid "replace all matching variables: name value [value_regex]"
822e4a65
JX
7699msgstr ""
7700
9b7388a8 7701#: builtin/config.c:135
28b3cffc 7702msgid "add a new variable: name value"
822e4a65
JX
7703msgstr ""
7704
9b7388a8 7705#: builtin/config.c:136
28b3cffc 7706msgid "remove a variable: name [value-regex]"
822e4a65
JX
7707msgstr ""
7708
9b7388a8 7709#: builtin/config.c:137
28b3cffc 7710msgid "remove all matches: name [value-regex]"
822e4a65
JX
7711msgstr ""
7712
9b7388a8 7713#: builtin/config.c:138
28b3cffc 7714msgid "rename section: old-name new-name"
822e4a65
JX
7715msgstr ""
7716
9b7388a8 7717#: builtin/config.c:139
28b3cffc
JX
7718msgid "remove a section: name"
7719msgstr ""
7720
9b7388a8 7721#: builtin/config.c:140
28b3cffc
JX
7722msgid "list all"
7723msgstr ""
7724
9b7388a8 7725#: builtin/config.c:141
cc76011e 7726msgid "open an editor"
822e4a65
JX
7727msgstr ""
7728
9b7388a8 7729#: builtin/config.c:142
beb691f7 7730msgid "find the color configured: slot [default]"
822e4a65
JX
7731msgstr ""
7732
9b7388a8 7733#: builtin/config.c:143
beb691f7 7734msgid "find the color setting: slot [stdout-is-tty]"
822e4a65
JX
7735msgstr ""
7736
9b7388a8 7737#: builtin/config.c:144
cc76011e 7738msgid "Type"
822e4a65
JX
7739msgstr ""
7740
9b7388a8
JX
7741#: builtin/config.c:145
7742msgid "value is given this type"
7743msgstr ""
7744
7745#: builtin/config.c:146
cc76011e 7746msgid "value is \"true\" or \"false\""
822e4a65
JX
7747msgstr ""
7748
9b7388a8 7749#: builtin/config.c:147
cc76011e 7750msgid "value is decimal number"
822e4a65
JX
7751msgstr ""
7752
9b7388a8 7753#: builtin/config.c:148
cc76011e 7754msgid "value is --bool or --int"
822e4a65
JX
7755msgstr ""
7756
9b7388a8 7757#: builtin/config.c:149
cc76011e 7758msgid "value is a path (file or directory name)"
822e4a65
JX
7759msgstr ""
7760
9b7388a8 7761#: builtin/config.c:150
18a90722
JX
7762msgid "value is an expiry date"
7763msgstr ""
7764
9b7388a8 7765#: builtin/config.c:151
cc76011e 7766msgid "Other"
822e4a65
JX
7767msgstr ""
7768
9b7388a8 7769#: builtin/config.c:152
cc76011e 7770msgid "terminate values with NUL byte"
822e4a65
JX
7771msgstr ""
7772
9b7388a8 7773#: builtin/config.c:153
df0617bf
JX
7774msgid "show variable names only"
7775msgstr ""
7776
9b7388a8 7777#: builtin/config.c:154
cc76011e 7778msgid "respect include directives on lookup"
822e4a65
JX
7779msgstr ""
7780
9b7388a8 7781#: builtin/config.c:155
9eb3984b
JX
7782msgid "show origin of config (file, standard input, blob, command line)"
7783msgstr ""
7784
9b7388a8
JX
7785#: builtin/config.c:156
7786msgid "value"
7787msgstr ""
7788
7789#: builtin/config.c:156
7790msgid "with --get, use default value when missing entry"
7791msgstr ""
7792
7793#: builtin/config.c:332
7794#, c-format
7795msgid "failed to format default config value: %s"
7796msgstr ""
7797
7798#: builtin/config.c:431
d07a63e4
JX
7799msgid "unable to parse default color value"
7800msgstr ""
7801
9b7388a8 7802#: builtin/config.c:575
d07a63e4
JX
7803#, c-format
7804msgid ""
7805"# This is Git's per-user configuration file.\n"
64f23b0c 7806"[user]\n"
d07a63e4 7807"# Please adapt and uncomment the following lines:\n"
64f23b0c 7808"#\tname = %s\n"
d07a63e4
JX
7809"#\temail = %s\n"
7810msgstr ""
7811
9b7388a8 7812#: builtin/config.c:603
5b34e000
JX
7813msgid "--local can only be used inside a git repository"
7814msgstr ""
7815
9b7388a8
JX
7816#: builtin/config.c:606
7817msgid "--blob can only be used inside a git repository"
7818msgstr ""
7819
7820#: builtin/config.c:735
d07a63e4
JX
7821#, c-format
7822msgid "cannot create configuration file %s"
7823msgstr ""
7824
9b7388a8 7825#: builtin/config.c:748
fda7b092
JX
7826#, c-format
7827msgid ""
7828"cannot overwrite multiple values with a single value\n"
7829" Use a regexp, --add or --replace-all to change %s."
7830msgstr ""
7831
9b7388a8 7832#: builtin/count-objects.c:90
c6bc7d43
JX
7833msgid "git count-objects [-v] [-H | --human-readable]"
7834msgstr ""
7835
9b7388a8 7836#: builtin/count-objects.c:100
c6bc7d43 7837msgid "print sizes in human readable format"
822e4a65
JX
7838msgstr ""
7839
18a90722 7840#: builtin/describe.c:22
c2ea1208 7841msgid "git describe [<options>] [<commit-ish>...]"
822e4a65
JX
7842msgstr ""
7843
18a90722 7844#: builtin/describe.c:23
c2ea1208 7845msgid "git describe [<options>] --dirty"
822e4a65
JX
7846msgstr ""
7847
18a90722 7848#: builtin/describe.c:57
dfc182b1
JX
7849msgid "head"
7850msgstr ""
7851
18a90722 7852#: builtin/describe.c:57
dfc182b1
JX
7853msgid "lightweight"
7854msgstr ""
7855
18a90722 7856#: builtin/describe.c:57
dfc182b1
JX
7857msgid "annotated"
7858msgstr ""
7859
18a90722 7860#: builtin/describe.c:267
cc76011e
JX
7861#, c-format
7862msgid "annotated tag %s not available"
822e4a65
JX
7863msgstr ""
7864
18a90722 7865#: builtin/describe.c:271
822e4a65 7866#, c-format
cc76011e 7867msgid "annotated tag %s has no embedded name"
822e4a65
JX
7868msgstr ""
7869
18a90722 7870#: builtin/describe.c:273
cc76011e
JX
7871#, c-format
7872msgid "tag '%s' is really '%s' here"
822e4a65
JX
7873msgstr ""
7874
abc8de64 7875#: builtin/describe.c:317
822e4a65 7876#, c-format
cc76011e 7877msgid "no tag exactly matches '%s'"
822e4a65
JX
7878msgstr ""
7879
abc8de64 7880#: builtin/describe.c:319
822e4a65 7881#, c-format
18a90722 7882msgid "No exact match on refs or tags, searching to describe\n"
822e4a65
JX
7883msgstr ""
7884
abc8de64 7885#: builtin/describe.c:366
cc76011e
JX
7886#, c-format
7887msgid "finished search at %s\n"
822e4a65
JX
7888msgstr ""
7889
abc8de64 7890#: builtin/describe.c:392
cc76011e
JX
7891#, c-format
7892msgid ""
7893"No annotated tags can describe '%s'.\n"
7894"However, there were unannotated tags: try --tags."
822e4a65
JX
7895msgstr ""
7896
abc8de64 7897#: builtin/describe.c:396
cc76011e
JX
7898#, c-format
7899msgid ""
7900"No tags can describe '%s'.\n"
7901"Try --always, or create some tags."
822e4a65
JX
7902msgstr ""
7903
abc8de64 7904#: builtin/describe.c:426
822e4a65 7905#, c-format
cc76011e 7906msgid "traversed %lu commits\n"
822e4a65
JX
7907msgstr ""
7908
abc8de64 7909#: builtin/describe.c:429
822e4a65 7910#, c-format
cc76011e
JX
7911msgid ""
7912"more than %i tags found; listed %i most recent\n"
7913"gave up search at %s\n"
822e4a65
JX
7914msgstr ""
7915
abc8de64 7916#: builtin/describe.c:497
18a90722
JX
7917#, c-format
7918msgid "describe %s\n"
7919msgstr ""
7920
abc8de64 7921#: builtin/describe.c:500 builtin/log.c:502
18a90722
JX
7922#, c-format
7923msgid "Not a valid object name %s"
7924msgstr ""
7925
abc8de64 7926#: builtin/describe.c:508
18a90722
JX
7927#, c-format
7928msgid "%s is neither a commit nor blob"
7929msgstr ""
7930
abc8de64 7931#: builtin/describe.c:522
cc76011e 7932msgid "find the tag that comes after the commit"
822e4a65
JX
7933msgstr ""
7934
abc8de64 7935#: builtin/describe.c:523
cc76011e 7936msgid "debug search strategy on stderr"
822e4a65
JX
7937msgstr ""
7938
abc8de64 7939#: builtin/describe.c:524
c138af56 7940msgid "use any ref"
822e4a65
JX
7941msgstr ""
7942
abc8de64 7943#: builtin/describe.c:525
c138af56 7944msgid "use any tag, even unannotated"
822e4a65
JX
7945msgstr ""
7946
abc8de64 7947#: builtin/describe.c:526
cc76011e 7948msgid "always use long format"
822e4a65
JX
7949msgstr ""
7950
abc8de64 7951#: builtin/describe.c:527
28b3cffc
JX
7952msgid "only follow first parent"
7953msgstr ""
7954
abc8de64 7955#: builtin/describe.c:530
cc76011e 7956msgid "only output exact matches"
822e4a65
JX
7957msgstr ""
7958
abc8de64 7959#: builtin/describe.c:532
cc76011e 7960msgid "consider <n> most recent tags (default: 10)"
822e4a65
JX
7961msgstr ""
7962
abc8de64 7963#: builtin/describe.c:534
cc76011e 7964msgid "only consider tags matching <pattern>"
822e4a65
JX
7965msgstr ""
7966
abc8de64 7967#: builtin/describe.c:536
dfc182b1
JX
7968msgid "do not consider tags matching <pattern>"
7969msgstr ""
7970
abc8de64 7971#: builtin/describe.c:538 builtin/name-rev.c:406
cc76011e 7972msgid "show abbreviated commit object as fallback"
822e4a65
JX
7973msgstr ""
7974
abc8de64 7975#: builtin/describe.c:539 builtin/describe.c:542
cc76011e 7976msgid "mark"
822e4a65
JX
7977msgstr ""
7978
abc8de64 7979#: builtin/describe.c:540
cc76011e 7980msgid "append <mark> on dirty working tree (default: \"-dirty\")"
822e4a65
JX
7981msgstr ""
7982
abc8de64 7983#: builtin/describe.c:543
dfc182b1
JX
7984msgid "append <mark> on broken working tree (default: \"-broken\")"
7985msgstr ""
7986
abc8de64 7987#: builtin/describe.c:561
cc76011e
JX
7988msgid "--long is incompatible with --abbrev=0"
7989msgstr ""
7990
abc8de64 7991#: builtin/describe.c:590
cc76011e
JX
7992msgid "No names found, cannot describe anything."
7993msgstr ""
7994
abc8de64 7995#: builtin/describe.c:640
a8a5406a 7996msgid "--dirty is incompatible with commit-ishes"
cc76011e
JX
7997msgstr ""
7998
abc8de64 7999#: builtin/describe.c:642
dfc182b1
JX
8000msgid "--broken is incompatible with commit-ishes"
8001msgstr ""
8002
a4d94835 8003#: builtin/diff.c:83
822e4a65 8004#, c-format
cc76011e 8005msgid "'%s': not a regular file or symlink"
822e4a65
JX
8006msgstr ""
8007
18a90722 8008#: builtin/diff.c:234
cc76011e
JX
8009#, c-format
8010msgid "invalid option: %s"
822e4a65
JX
8011msgstr ""
8012
18a90722 8013#: builtin/diff.c:356
cc76011e 8014msgid "Not a git repository"
822e4a65
JX
8015msgstr ""
8016
18a90722 8017#: builtin/diff.c:399
cc76011e
JX
8018#, c-format
8019msgid "invalid object '%s' given."
822e4a65
JX
8020msgstr ""
8021
18a90722 8022#: builtin/diff.c:408
cc76011e
JX
8023#, c-format
8024msgid "more than two blobs given: '%s'"
822e4a65
JX
8025msgstr ""
8026
18a90722 8027#: builtin/diff.c:413
cc76011e
JX
8028#, c-format
8029msgid "unhandled object '%s' given."
822e4a65
JX
8030msgstr ""
8031
5b34e000 8032#: builtin/difftool.c:29
673bfad0
JX
8033msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
8034msgstr ""
8035
25eab542 8036#: builtin/difftool.c:259
673bfad0
JX
8037#, c-format
8038msgid "failed: %d"
8039msgstr ""
8040
25eab542 8041#: builtin/difftool.c:301
dfc182b1
JX
8042#, c-format
8043msgid "could not read symlink %s"
8044msgstr ""
8045
25eab542 8046#: builtin/difftool.c:303
dfc182b1
JX
8047#, c-format
8048msgid "could not read symlink file %s"
8049msgstr ""
8050
25eab542 8051#: builtin/difftool.c:311
dfc182b1
JX
8052#, c-format
8053msgid "could not read object %s for symlink %s"
8054msgstr ""
8055
25eab542 8056#: builtin/difftool.c:412
673bfad0
JX
8057msgid ""
8058"combined diff formats('-c' and '--cc') are not supported in\n"
8059"directory diff mode('-d' and '--dir-diff')."
8060msgstr ""
8061
18a90722 8062#: builtin/difftool.c:632
673bfad0
JX
8063#, c-format
8064msgid "both files modified: '%s' and '%s'."
8065msgstr ""
8066
18a90722 8067#: builtin/difftool.c:634
673bfad0
JX
8068msgid "working tree file has been left."
8069msgstr ""
8070
18a90722 8071#: builtin/difftool.c:645
673bfad0
JX
8072#, c-format
8073msgid "temporary files exist in '%s'."
8074msgstr ""
8075
18a90722 8076#: builtin/difftool.c:646
673bfad0
JX
8077msgid "you may want to cleanup or recover these."
8078msgstr ""
8079
18a90722 8080#: builtin/difftool.c:695
673bfad0
JX
8081msgid "use `diff.guitool` instead of `diff.tool`"
8082msgstr ""
8083
18a90722 8084#: builtin/difftool.c:697
673bfad0
JX
8085msgid "perform a full-directory diff"
8086msgstr ""
8087
18a90722 8088#: builtin/difftool.c:699
673bfad0
JX
8089msgid "do not prompt before launching a diff tool"
8090msgstr ""
8091
18a90722 8092#: builtin/difftool.c:705
673bfad0
JX
8093msgid "use symlinks in dir-diff mode"
8094msgstr ""
8095
18a90722 8096#: builtin/difftool.c:706
673bfad0
JX
8097msgid "<tool>"
8098msgstr ""
8099
18a90722 8100#: builtin/difftool.c:707
673bfad0
JX
8101msgid "use the specified diff tool"
8102msgstr ""
8103
18a90722 8104#: builtin/difftool.c:709
673bfad0
JX
8105msgid "print a list of diff tools that may be used with `--tool`"
8106msgstr ""
8107
18a90722 8108#: builtin/difftool.c:712
673bfad0
JX
8109msgid ""
8110"make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
8111"code"
8112msgstr ""
8113
18a90722 8114#: builtin/difftool.c:714
673bfad0
JX
8115msgid "<command>"
8116msgstr ""
8117
18a90722 8118#: builtin/difftool.c:715
673bfad0
JX
8119msgid "specify a custom command for viewing diffs"
8120msgstr ""
8121
18a90722 8122#: builtin/difftool.c:739
673bfad0
JX
8123msgid "no <tool> given for --tool=<tool>"
8124msgstr ""
8125
18a90722 8126#: builtin/difftool.c:746
673bfad0
JX
8127msgid "no <cmd> given for --extcmd=<cmd>"
8128msgstr ""
8129
9b7388a8 8130#: builtin/fast-export.c:27
cc76011e 8131msgid "git fast-export [rev-list-opts]"
822e4a65
JX
8132msgstr ""
8133
9b7388a8 8134#: builtin/fast-export.c:1000
cc76011e 8135msgid "show progress after <n> objects"
822e4a65
JX
8136msgstr ""
8137
9b7388a8 8138#: builtin/fast-export.c:1002
cc76011e 8139msgid "select handling of signed tags"
822e4a65
JX
8140msgstr ""
8141
9b7388a8 8142#: builtin/fast-export.c:1005
cc76011e 8143msgid "select handling of tags that tag filtered objects"
822e4a65
JX
8144msgstr ""
8145
9b7388a8 8146#: builtin/fast-export.c:1008
cc76011e 8147msgid "Dump marks to this file"
822e4a65
JX
8148msgstr ""
8149
9b7388a8 8150#: builtin/fast-export.c:1010
cc76011e 8151msgid "Import marks from this file"
822e4a65
JX
8152msgstr ""
8153
9b7388a8 8154#: builtin/fast-export.c:1012
cc76011e 8155msgid "Fake a tagger when tags lack one"
822e4a65
JX
8156msgstr ""
8157
9b7388a8 8158#: builtin/fast-export.c:1014
cc76011e 8159msgid "Output full tree for each commit"
822e4a65
JX
8160msgstr ""
8161
9b7388a8 8162#: builtin/fast-export.c:1016
cc76011e 8163msgid "Use the done feature to terminate the stream"
822e4a65
JX
8164msgstr ""
8165
9b7388a8 8166#: builtin/fast-export.c:1017
cc76011e 8167msgid "Skip output of blob data"
822e4a65
JX
8168msgstr ""
8169
9b7388a8 8170#: builtin/fast-export.c:1018
fe05e196
JX
8171msgid "refspec"
8172msgstr ""
8173
9b7388a8 8174#: builtin/fast-export.c:1019
fe05e196
JX
8175msgid "Apply refspec to exported refs"
8176msgstr ""
8177
9b7388a8 8178#: builtin/fast-export.c:1020
d07a63e4
JX
8179msgid "anonymize output"
8180msgstr ""
8181
9b7388a8 8182#: builtin/fetch.c:26
cc76011e 8183msgid "git fetch [<options>] [<repository> [<refspec>...]]"
822e4a65
JX
8184msgstr ""
8185
9b7388a8 8186#: builtin/fetch.c:27
cc76011e 8187msgid "git fetch [<options>] <group>"
dce37b66
JX
8188msgstr ""
8189
9b7388a8 8190#: builtin/fetch.c:28
cc76011e 8191msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
822e4a65
JX
8192msgstr ""
8193
9b7388a8 8194#: builtin/fetch.c:29
cc76011e 8195msgid "git fetch --all [<options>]"
822e4a65
JX
8196msgstr ""
8197
9b7388a8 8198#: builtin/fetch.c:123 builtin/pull.c:193
cc76011e 8199msgid "fetch from all remotes"
822e4a65
JX
8200msgstr ""
8201
9b7388a8 8202#: builtin/fetch.c:125 builtin/pull.c:196
cc76011e 8203msgid "append to .git/FETCH_HEAD instead of overwriting"
822e4a65
JX
8204msgstr ""
8205
9b7388a8 8206#: builtin/fetch.c:127 builtin/pull.c:199
cc76011e 8207msgid "path to upload pack on remote end"
822e4a65
JX
8208msgstr ""
8209
9b7388a8 8210#: builtin/fetch.c:128 builtin/pull.c:201
cc76011e 8211msgid "force overwrite of local branch"
822e4a65
JX
8212msgstr ""
8213
9b7388a8 8214#: builtin/fetch.c:130
cc76011e 8215msgid "fetch from multiple remotes"
822e4a65
JX
8216msgstr ""
8217
9b7388a8 8218#: builtin/fetch.c:132 builtin/pull.c:203
cc76011e 8219msgid "fetch all tags and associated objects"
822e4a65
JX
8220msgstr ""
8221
9b7388a8 8222#: builtin/fetch.c:134
cc76011e 8223msgid "do not fetch all tags (--no-tags)"
822e4a65
JX
8224msgstr ""
8225
9b7388a8 8226#: builtin/fetch.c:136
9eb3984b
JX
8227msgid "number of submodules fetched in parallel"
8228msgstr ""
8229
9b7388a8 8230#: builtin/fetch.c:138 builtin/pull.c:206
cc76011e 8231msgid "prune remote-tracking branches no longer on remote"
822e4a65
JX
8232msgstr ""
8233
9b7388a8 8234#: builtin/fetch.c:140
abc8de64
JX
8235msgid "prune local tags no longer on remote and clobber changed tags"
8236msgstr ""
8237
9b7388a8 8238#: builtin/fetch.c:141 builtin/fetch.c:164 builtin/pull.c:131
cc76011e 8239msgid "on-demand"
822e4a65
JX
8240msgstr ""
8241
9b7388a8 8242#: builtin/fetch.c:142
cc76011e 8243msgid "control recursive fetching of submodules"
822e4a65
JX
8244msgstr ""
8245
9b7388a8 8246#: builtin/fetch.c:146 builtin/pull.c:214
cc76011e 8247msgid "keep downloaded pack"
822e4a65
JX
8248msgstr ""
8249
9b7388a8 8250#: builtin/fetch.c:148
cc76011e 8251msgid "allow updating of HEAD ref"
822e4a65
JX
8252msgstr ""
8253
9b7388a8 8254#: builtin/fetch.c:151 builtin/fetch.c:157 builtin/pull.c:217
cc76011e 8255msgid "deepen history of shallow clone"
822e4a65
JX
8256msgstr ""
8257
9b7388a8 8258#: builtin/fetch.c:153
fda7b092
JX
8259msgid "deepen history of shallow repository based on time"
8260msgstr ""
8261
9b7388a8 8262#: builtin/fetch.c:159 builtin/pull.c:220
9caaf23e
JX
8263msgid "convert to a complete repository"
8264msgstr ""
8265
9b7388a8 8266#: builtin/fetch.c:162
cc76011e 8267msgid "prepend this to submodule path output"
822e4a65
JX
8268msgstr ""
8269
9b7388a8 8270#: builtin/fetch.c:165
5b34e000
JX
8271msgid ""
8272"default for recursive fetching of submodules (lower priority than config "
8273"files)"
822e4a65
JX
8274msgstr ""
8275
9b7388a8 8276#: builtin/fetch.c:169 builtin/pull.c:223
df49095a
JX
8277msgid "accept refs that update .git/shallow"
8278msgstr ""
8279
9b7388a8 8280#: builtin/fetch.c:170 builtin/pull.c:225
fe05e196
JX
8281msgid "refmap"
8282msgstr ""
8283
9b7388a8 8284#: builtin/fetch.c:171 builtin/pull.c:226
fe05e196
JX
8285msgid "specify fetch refmap"
8286msgstr ""
8287
9b7388a8
JX
8288#: builtin/fetch.c:172 builtin/ls-remote.c:77 builtin/push.c:582
8289#: builtin/send-pack.c:172
8290msgid "server-specific"
8291msgstr ""
8292
8293#: builtin/fetch.c:172 builtin/ls-remote.c:77 builtin/push.c:582
8294#: builtin/send-pack.c:173
8295msgid "option to transmit"
8296msgstr ""
8297
8298#: builtin/fetch.c:442
cc76011e 8299msgid "Couldn't find remote ref HEAD"
822e4a65
JX
8300msgstr ""
8301
9b7388a8 8302#: builtin/fetch.c:560
9fa976ff
JX
8303#, c-format
8304msgid "configuration fetch.output contains invalid value %s"
8305msgstr ""
8306
9b7388a8 8307#: builtin/fetch.c:653
822e4a65 8308#, c-format
cc76011e 8309msgid "object %s not found"
dce37b66
JX
8310msgstr ""
8311
9b7388a8 8312#: builtin/fetch.c:657
cc76011e 8313msgid "[up to date]"
dce37b66
JX
8314msgstr ""
8315
9b7388a8 8316#: builtin/fetch.c:670 builtin/fetch.c:750
9fa976ff 8317msgid "[rejected]"
dce37b66
JX
8318msgstr ""
8319
9b7388a8 8320#: builtin/fetch.c:671
9fa976ff 8321msgid "can't fetch in current branch"
822e4a65
JX
8322msgstr ""
8323
9b7388a8 8324#: builtin/fetch.c:680
cc76011e 8325msgid "[tag update]"
822e4a65
JX
8326msgstr ""
8327
9b7388a8
JX
8328#: builtin/fetch.c:681 builtin/fetch.c:714 builtin/fetch.c:730
8329#: builtin/fetch.c:745
9fa976ff 8330msgid "unable to update local ref"
822e4a65
JX
8331msgstr ""
8332
9b7388a8 8333#: builtin/fetch.c:700
cc76011e 8334msgid "[new tag]"
822e4a65
JX
8335msgstr ""
8336
9b7388a8 8337#: builtin/fetch.c:703
cc76011e 8338msgid "[new branch]"
822e4a65
JX
8339msgstr ""
8340
9b7388a8 8341#: builtin/fetch.c:706
cc76011e 8342msgid "[new ref]"
822e4a65
JX
8343msgstr ""
8344
9b7388a8 8345#: builtin/fetch.c:745
cc76011e 8346msgid "forced update"
822e4a65
JX
8347msgstr ""
8348
9b7388a8 8349#: builtin/fetch.c:750
9fa976ff 8350msgid "non-fast-forward"
822e4a65
JX
8351msgstr ""
8352
9b7388a8 8353#: builtin/fetch.c:795
822e4a65 8354#, c-format
cc76011e 8355msgid "%s did not send all necessary objects\n"
822e4a65
JX
8356msgstr ""
8357
9b7388a8 8358#: builtin/fetch.c:815
df49095a
JX
8359#, c-format
8360msgid "reject %s because shallow roots are not allowed to be updated"
8361msgstr ""
8362
9b7388a8 8363#: builtin/fetch.c:903 builtin/fetch.c:999
822e4a65 8364#, c-format
cc76011e 8365msgid "From %.*s\n"
822e4a65
JX
8366msgstr ""
8367
9b7388a8 8368#: builtin/fetch.c:914
822e4a65 8369#, c-format
cc76011e
JX
8370msgid ""
8371"some local refs could not be updated; try running\n"
8372" 'git remote prune %s' to remove any old, conflicting branches"
822e4a65
JX
8373msgstr ""
8374
9b7388a8 8375#: builtin/fetch.c:969
cc76011e
JX
8376#, c-format
8377msgid " (%s will become dangling)"
8378msgstr ""
8379
9b7388a8 8380#: builtin/fetch.c:970
cc76011e
JX
8381#, c-format
8382msgid " (%s has become dangling)"
8383msgstr ""
8384
9b7388a8 8385#: builtin/fetch.c:1002
cc76011e
JX
8386msgid "[deleted]"
8387msgstr ""
8388
9b7388a8 8389#: builtin/fetch.c:1003 builtin/remote.c:1033
cc76011e
JX
8390msgid "(none)"
8391msgstr ""
8392
9b7388a8 8393#: builtin/fetch.c:1026
cc76011e
JX
8394#, c-format
8395msgid "Refusing to fetch into current branch %s of non-bare repository"
8396msgstr ""
8397
9b7388a8 8398#: builtin/fetch.c:1045
cc76011e 8399#, c-format
727b9576 8400msgid "Option \"%s\" value \"%s\" is not valid for %s"
cc76011e
JX
8401msgstr ""
8402
9b7388a8 8403#: builtin/fetch.c:1048
cc76011e 8404#, c-format
727b9576 8405msgid "Option \"%s\" is ignored for %s\n"
cc76011e
JX
8406msgstr ""
8407
9b7388a8 8408#: builtin/fetch.c:1287
cc76011e
JX
8409#, c-format
8410msgid "Fetching %s\n"
8411msgstr ""
8412
9b7388a8 8413#: builtin/fetch.c:1289 builtin/remote.c:98
cc76011e
JX
8414#, c-format
8415msgid "Could not fetch %s"
8416msgstr ""
8417
9b7388a8 8418#: builtin/fetch.c:1335 builtin/fetch.c:1503
abc8de64
JX
8419msgid ""
8420"--filter can only be used with the remote configured in core.partialClone"
8421msgstr ""
8422
9b7388a8 8423#: builtin/fetch.c:1358
cc76011e
JX
8424msgid ""
8425"No remote repository specified. Please, specify either a URL or a\n"
8426"remote name from which new revisions should be fetched."
8427msgstr ""
8428
9b7388a8 8429#: builtin/fetch.c:1395
cc76011e
JX
8430msgid "You need to specify a tag name."
8431msgstr ""
8432
9b7388a8 8433#: builtin/fetch.c:1444
fda7b092
JX
8434msgid "Negative depth in --deepen is not supported"
8435msgstr ""
8436
9b7388a8 8437#: builtin/fetch.c:1446
fda7b092
JX
8438msgid "--deepen and --depth are mutually exclusive"
8439msgstr ""
8440
9b7388a8 8441#: builtin/fetch.c:1451
9caaf23e
JX
8442msgid "--depth and --unshallow cannot be used together"
8443msgstr ""
8444
9b7388a8 8445#: builtin/fetch.c:1453
9caaf23e
JX
8446msgid "--unshallow on a complete repository does not make sense"
8447msgstr ""
8448
9b7388a8 8449#: builtin/fetch.c:1469
cc76011e
JX
8450msgid "fetch --all does not take a repository argument"
8451msgstr ""
8452
9b7388a8 8453#: builtin/fetch.c:1471
cc76011e
JX
8454msgid "fetch --all does not make sense with refspecs"
8455msgstr ""
8456
9b7388a8 8457#: builtin/fetch.c:1480
cc76011e
JX
8458#, c-format
8459msgid "No such remote or remote group: %s"
8460msgstr ""
8461
9b7388a8 8462#: builtin/fetch.c:1487
cc76011e
JX
8463msgid "Fetching a group and specifying refspecs does not make sense"
8464msgstr ""
8465
5b34e000 8466#: builtin/fmt-merge-msg.c:15
c2ea1208
JX
8467msgid ""
8468"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
cc76011e
JX
8469msgstr ""
8470
18a90722 8471#: builtin/fmt-merge-msg.c:666
cc76011e
JX
8472msgid "populate log with at most <n> entries from shortlog"
8473msgstr ""
8474
18a90722 8475#: builtin/fmt-merge-msg.c:669
cc76011e
JX
8476msgid "alias for --log (deprecated)"
8477msgstr ""
8478
18a90722 8479#: builtin/fmt-merge-msg.c:672
cc76011e
JX
8480msgid "text"
8481msgstr ""
8482
18a90722 8483#: builtin/fmt-merge-msg.c:673
cc76011e
JX
8484msgid "use <text> as start of message"
8485msgstr ""
8486
18a90722 8487#: builtin/fmt-merge-msg.c:674
cc76011e
JX
8488msgid "file to read from"
8489msgstr ""
8490
5b34e000 8491#: builtin/for-each-ref.c:10
c2ea1208 8492msgid "git for-each-ref [<options>] [<pattern>]"
cc76011e
JX
8493msgstr ""
8494
5b34e000 8495#: builtin/for-each-ref.c:11
f4f2c8f8
JX
8496msgid "git for-each-ref [--points-at <object>]"
8497msgstr ""
8498
5b34e000 8499#: builtin/for-each-ref.c:12
dfc182b1 8500msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
f4f2c8f8
JX
8501msgstr ""
8502
5b34e000 8503#: builtin/for-each-ref.c:13
dfc182b1 8504msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
f4f2c8f8
JX
8505msgstr ""
8506
5b34e000 8507#: builtin/for-each-ref.c:28
cc76011e
JX
8508msgid "quote placeholders suitably for shells"
8509msgstr ""
8510
5b34e000 8511#: builtin/for-each-ref.c:30
cc76011e
JX
8512msgid "quote placeholders suitably for perl"
8513msgstr ""
8514
5b34e000 8515#: builtin/for-each-ref.c:32
cc76011e
JX
8516msgid "quote placeholders suitably for python"
8517msgstr ""
8518
5b34e000 8519#: builtin/for-each-ref.c:34
beb691f7 8520msgid "quote placeholders suitably for Tcl"
cc76011e
JX
8521msgstr ""
8522
5b34e000 8523#: builtin/for-each-ref.c:37
cc76011e
JX
8524msgid "show only <n> matched refs"
8525msgstr ""
8526
9b7388a8 8527#: builtin/for-each-ref.c:39 builtin/tag.c:421
25eab542
JX
8528msgid "respect format colors"
8529msgstr ""
8530
8531#: builtin/for-each-ref.c:43
f4f2c8f8 8532msgid "print only refs which points at the given object"
cc76011e
JX
8533msgstr ""
8534
25eab542 8535#: builtin/for-each-ref.c:45
f4f2c8f8 8536msgid "print only refs that are merged"
cc76011e
JX
8537msgstr ""
8538
25eab542 8539#: builtin/for-each-ref.c:46
f4f2c8f8
JX
8540msgid "print only refs that are not merged"
8541msgstr ""
8542
25eab542 8543#: builtin/for-each-ref.c:47
f4f2c8f8
JX
8544msgid "print only refs which contain the commit"
8545msgstr ""
8546
25eab542 8547#: builtin/for-each-ref.c:48
dfc182b1
JX
8548msgid "print only refs which don't contain the commit"
8549msgstr ""
8550
9b7388a8 8551#: builtin/fsck.c:569
5e078fcd
JX
8552msgid "Checking object directories"
8553msgstr ""
8554
9b7388a8 8555#: builtin/fsck.c:661
c2ea1208 8556msgid "git fsck [<options>] [<object>...]"
cc76011e
JX
8557msgstr ""
8558
9b7388a8 8559#: builtin/fsck.c:667
cc76011e
JX
8560msgid "show unreachable objects"
8561msgstr ""
8562
9b7388a8 8563#: builtin/fsck.c:668
cc76011e
JX
8564msgid "show dangling objects"
8565msgstr ""
8566
9b7388a8 8567#: builtin/fsck.c:669
cc76011e
JX
8568msgid "report tags"
8569msgstr ""
8570
9b7388a8 8571#: builtin/fsck.c:670
cc76011e
JX
8572msgid "report root nodes"
8573msgstr ""
8574
9b7388a8 8575#: builtin/fsck.c:671
cc76011e
JX
8576msgid "make index objects head nodes"
8577msgstr ""
8578
9b7388a8 8579#: builtin/fsck.c:672
cc76011e
JX
8580msgid "make reflogs head nodes (default)"
8581msgstr ""
8582
9b7388a8 8583#: builtin/fsck.c:673
cc76011e
JX
8584msgid "also consider packs and alternate objects"
8585msgstr ""
8586
9b7388a8 8587#: builtin/fsck.c:674
df0617bf
JX
8588msgid "check only connectivity"
8589msgstr ""
8590
9b7388a8 8591#: builtin/fsck.c:675
cc76011e
JX
8592msgid "enable more strict checking"
8593msgstr ""
8594
9b7388a8 8595#: builtin/fsck.c:677
cc76011e
JX
8596msgid "write dangling objects in .git/lost-found"
8597msgstr ""
8598
9b7388a8 8599#: builtin/fsck.c:678 builtin/prune.c:109
cc76011e
JX
8600msgid "show progress"
8601msgstr ""
8602
9b7388a8 8603#: builtin/fsck.c:679
9fa976ff
JX
8604msgid "show verbose names for reachable objects"
8605msgstr ""
8606
9b7388a8 8607#: builtin/fsck.c:745
5e078fcd
JX
8608msgid "Checking objects"
8609msgstr ""
8610
9b7388a8 8611#: builtin/gc.c:33
c2ea1208 8612msgid "git gc [<options>]"
cc76011e
JX
8613msgstr ""
8614
9b7388a8 8615#: builtin/gc.c:88
cc76011e 8616#, c-format
dfc182b1 8617msgid "Failed to fstat %s: %s"
cc76011e
JX
8618msgstr ""
8619
9b7388a8 8620#: builtin/gc.c:452
cc76011e 8621#, c-format
dfc182b1 8622msgid "Can't stat %s"
cc76011e
JX
8623msgstr ""
8624
9b7388a8 8625#: builtin/gc.c:461
f4f2c8f8
JX
8626#, c-format
8627msgid ""
8628"The last gc run reported the following. Please correct the root cause\n"
8629"and remove %s.\n"
8630"Automatic cleanup will not be performed until the file is removed.\n"
8631"\n"
8632"%s"
8633msgstr ""
8634
9b7388a8 8635#: builtin/gc.c:502
cc76011e
JX
8636msgid "prune unreferenced objects"
8637msgstr ""
8638
9b7388a8 8639#: builtin/gc.c:504
cc76011e
JX
8640msgid "be more thorough (increased runtime)"
8641msgstr ""
8642
9b7388a8 8643#: builtin/gc.c:505
cc76011e
JX
8644msgid "enable auto-gc mode"
8645msgstr ""
8646
9b7388a8 8647#: builtin/gc.c:508
727b9576
JX
8648msgid "force running gc even if there may be another gc running"
8649msgstr ""
8650
9b7388a8
JX
8651#: builtin/gc.c:511
8652msgid "repack all other packs except the largest pack"
8653msgstr ""
8654
8655#: builtin/gc.c:528
8656#, c-format
8657msgid "failed to parse gc.logexpiry value %s"
8658msgstr ""
8659
8660#: builtin/gc.c:539
dfc182b1 8661#, c-format
9b7388a8 8662msgid "failed to parse prune expiry value %s"
dfc182b1
JX
8663msgstr ""
8664
9b7388a8 8665#: builtin/gc.c:559
cc76011e 8666#, c-format
5e078fcd
JX
8667msgid "Auto packing the repository in background for optimum performance.\n"
8668msgstr ""
8669
9b7388a8 8670#: builtin/gc.c:561
5e078fcd
JX
8671#, c-format
8672msgid "Auto packing the repository for optimum performance.\n"
8673msgstr ""
8674
9b7388a8 8675#: builtin/gc.c:562
5e078fcd
JX
8676#, c-format
8677msgid "See \"git help gc\" for manual housekeeping.\n"
cc76011e
JX
8678msgstr ""
8679
9b7388a8 8680#: builtin/gc.c:598
727b9576
JX
8681#, c-format
8682msgid ""
8683"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
8684msgstr ""
8685
9b7388a8 8686#: builtin/gc.c:645
cc76011e
JX
8687msgid ""
8688"There are too many unreachable loose objects; run 'git prune' to remove them."
8689msgstr ""
8690
9b7388a8 8691#: builtin/grep.c:28
c2ea1208 8692msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
cc76011e
JX
8693msgstr ""
8694
9b7388a8 8695#: builtin/grep.c:226
cc76011e
JX
8696#, c-format
8697msgid "grep: failed to create thread: %s"
8698msgstr ""
8699
9b7388a8 8700#: builtin/grep.c:284
9eb3984b
JX
8701#, c-format
8702msgid "invalid number of threads specified (%d) for %s"
8703msgstr ""
8704
5b34e000
JX
8705#. TRANSLATORS: %s is the configuration
8706#. variable for tweaking threads, currently
8707#. grep.threads
8708#.
9b7388a8 8709#: builtin/grep.c:293 builtin/index-pack.c:1531 builtin/index-pack.c:1723
5b34e000
JX
8710#, c-format
8711msgid "no threads support, ignoring %s"
8712msgstr ""
8713
9b7388a8 8714#: builtin/grep.c:461 builtin/grep.c:582 builtin/grep.c:623
cc76011e
JX
8715#, c-format
8716msgid "unable to read tree (%s)"
8717msgstr ""
8718
9b7388a8 8719#: builtin/grep.c:638
cc76011e
JX
8720#, c-format
8721msgid "unable to grep from object of type %s"
8722msgstr ""
8723
abc8de64 8724#: builtin/grep.c:703
cc76011e
JX
8725#, c-format
8726msgid "switch `%c' expects a numerical value"
8727msgstr ""
8728
abc8de64 8729#: builtin/grep.c:790
cc76011e
JX
8730msgid "search in index instead of in the work tree"
8731msgstr ""
8732
abc8de64 8733#: builtin/grep.c:792
cc76011e
JX
8734msgid "find in contents not managed by git"
8735msgstr ""
8736
abc8de64 8737#: builtin/grep.c:794
cc76011e
JX
8738msgid "search in both tracked and untracked files"
8739msgstr ""
8740
abc8de64 8741#: builtin/grep.c:796
c2ea1208 8742msgid "ignore files specified via '.gitignore'"
cc76011e
JX
8743msgstr ""
8744
abc8de64 8745#: builtin/grep.c:798
dfc182b1 8746msgid "recursively search in each submodule"
673bfad0
JX
8747msgstr ""
8748
abc8de64 8749#: builtin/grep.c:801
cc76011e
JX
8750msgid "show non-matching lines"
8751msgstr ""
8752
abc8de64 8753#: builtin/grep.c:803
cc76011e
JX
8754msgid "case insensitive matching"
8755msgstr ""
8756
abc8de64 8757#: builtin/grep.c:805
cc76011e
JX
8758msgid "match patterns only at word boundaries"
8759msgstr ""
8760
abc8de64 8761#: builtin/grep.c:807
cc76011e
JX
8762msgid "process binary files as text"
8763msgstr ""
8764
abc8de64 8765#: builtin/grep.c:809
cc76011e
JX
8766msgid "don't match patterns in binary files"
8767msgstr ""
8768
abc8de64 8769#: builtin/grep.c:812
727b9576
JX
8770msgid "process binary files with textconv filters"
8771msgstr ""
8772
abc8de64 8773#: builtin/grep.c:814
cc76011e
JX
8774msgid "descend at most <depth> levels"
8775msgstr ""
8776
abc8de64 8777#: builtin/grep.c:818
cc76011e
JX
8778msgid "use extended POSIX regular expressions"
8779msgstr ""
8780
abc8de64 8781#: builtin/grep.c:821
cc76011e
JX
8782msgid "use basic POSIX regular expressions (default)"
8783msgstr ""
8784
abc8de64 8785#: builtin/grep.c:824
cc76011e
JX
8786msgid "interpret patterns as fixed strings"
8787msgstr ""
8788
abc8de64 8789#: builtin/grep.c:827
cc76011e
JX
8790msgid "use Perl-compatible regular expressions"
8791msgstr ""
8792
abc8de64 8793#: builtin/grep.c:830
cc76011e
JX
8794msgid "show line numbers"
8795msgstr ""
8796
abc8de64 8797#: builtin/grep.c:831
cc76011e
JX
8798msgid "don't show filenames"
8799msgstr ""
8800
abc8de64 8801#: builtin/grep.c:832
cc76011e
JX
8802msgid "show filenames"
8803msgstr ""
8804
abc8de64 8805#: builtin/grep.c:834
cc76011e
JX
8806msgid "show filenames relative to top directory"
8807msgstr ""
8808
abc8de64 8809#: builtin/grep.c:836
cc76011e
JX
8810msgid "show only filenames instead of matching lines"
8811msgstr ""
8812
abc8de64 8813#: builtin/grep.c:838
cc76011e
JX
8814msgid "synonym for --files-with-matches"
8815msgstr ""
8816
abc8de64 8817#: builtin/grep.c:841
cc76011e
JX
8818msgid "show only the names of files without match"
8819msgstr ""
8820
abc8de64 8821#: builtin/grep.c:843
cc76011e
JX
8822msgid "print NUL after filenames"
8823msgstr ""
8824
abc8de64 8825#: builtin/grep.c:846
cc76011e
JX
8826msgid "show the number of matches instead of matching lines"
8827msgstr ""
8828
abc8de64 8829#: builtin/grep.c:847
cc76011e
JX
8830msgid "highlight matches"
8831msgstr ""
8832
abc8de64 8833#: builtin/grep.c:849
cc76011e
JX
8834msgid "print empty line between matches from different files"
8835msgstr ""
8836
abc8de64 8837#: builtin/grep.c:851
cc76011e
JX
8838msgid "show filename only once above matches from same file"
8839msgstr ""
8840
abc8de64 8841#: builtin/grep.c:854
cc76011e
JX
8842msgid "show <n> context lines before and after matches"
8843msgstr ""
8844
abc8de64 8845#: builtin/grep.c:857
cc76011e
JX
8846msgid "show <n> context lines before matches"
8847msgstr ""
8848
abc8de64 8849#: builtin/grep.c:859
cc76011e
JX
8850msgid "show <n> context lines after matches"
8851msgstr ""
8852
abc8de64 8853#: builtin/grep.c:861
9eb3984b
JX
8854msgid "use <n> worker threads"
8855msgstr ""
8856
abc8de64 8857#: builtin/grep.c:862
cc76011e
JX
8858msgid "shortcut for -C NUM"
8859msgstr ""
8860
abc8de64 8861#: builtin/grep.c:865
cc76011e
JX
8862msgid "show a line with the function name before matches"
8863msgstr ""
8864
abc8de64 8865#: builtin/grep.c:867
cc76011e
JX
8866msgid "show the surrounding function"
8867msgstr ""
8868
abc8de64 8869#: builtin/grep.c:870
cc76011e
JX
8870msgid "read patterns from file"
8871msgstr ""
8872
abc8de64 8873#: builtin/grep.c:872
cc76011e
JX
8874msgid "match <pattern>"
8875msgstr ""
8876
abc8de64 8877#: builtin/grep.c:874
cc76011e
JX
8878msgid "combine patterns specified with -e"
8879msgstr ""
8880
abc8de64 8881#: builtin/grep.c:886
cc76011e
JX
8882msgid "indicate hit with exit status without output"
8883msgstr ""
8884
abc8de64 8885#: builtin/grep.c:888
cc76011e
JX
8886msgid "show only matches from files that match all patterns"
8887msgstr ""
8888
abc8de64 8889#: builtin/grep.c:890
9306b5b9
JX
8890msgid "show parse tree for grep expression"
8891msgstr ""
8892
abc8de64 8893#: builtin/grep.c:894
cc76011e
JX
8894msgid "pager"
8895msgstr ""
8896
abc8de64 8897#: builtin/grep.c:894
cc76011e
JX
8898msgid "show matching files in the pager"
8899msgstr ""
8900
abc8de64 8901#: builtin/grep.c:898
cc76011e
JX
8902msgid "allow calling of grep(1) (ignored by this build)"
8903msgstr ""
8904
abc8de64 8905#: builtin/grep.c:962
cc76011e
JX
8906msgid "no pattern given."
8907msgstr ""
8908
abc8de64 8909#: builtin/grep.c:994
dfc182b1
JX
8910msgid "--no-index or --untracked cannot be used with revs"
8911msgstr ""
8912
abc8de64 8913#: builtin/grep.c:1001
dfc182b1
JX
8914#, c-format
8915msgid "unable to resolve revision: %s"
8916msgstr ""
8917
9b7388a8 8918#: builtin/grep.c:1036 builtin/index-pack.c:1527
9eb3984b
JX
8919#, c-format
8920msgid "invalid number of threads specified (%d)"
8921msgstr ""
8922
abc8de64 8923#: builtin/grep.c:1041
5b34e000
JX
8924msgid "no threads support, ignoring --threads"
8925msgstr ""
8926
abc8de64 8927#: builtin/grep.c:1065
cc76011e
JX
8928msgid "--open-files-in-pager only works on the worktree"
8929msgstr ""
8930
abc8de64 8931#: builtin/grep.c:1088
673bfad0
JX
8932msgid "option not supported with --recurse-submodules."
8933msgstr ""
8934
abc8de64 8935#: builtin/grep.c:1094
cc76011e
JX
8936msgid "--cached or --untracked cannot be used with --no-index."
8937msgstr ""
8938
abc8de64 8939#: builtin/grep.c:1100
cc76011e
JX
8940msgid "--[no-]exclude-standard cannot be used for tracked contents."
8941msgstr ""
8942
abc8de64 8943#: builtin/grep.c:1108
cc76011e
JX
8944msgid "both --cached and trees are given."
8945msgstr ""
8946
abc8de64 8947#: builtin/hash-object.c:83
cc76011e 8948msgid ""
c2ea1208
JX
8949"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
8950"[--] <file>..."
cc76011e
JX
8951msgstr ""
8952
abc8de64 8953#: builtin/hash-object.c:84
f4f2c8f8 8954msgid "git hash-object --stdin-paths"
cc76011e
JX
8955msgstr ""
8956
abc8de64 8957#: builtin/hash-object.c:96
cc76011e
JX
8958msgid "type"
8959msgstr ""
8960
abc8de64 8961#: builtin/hash-object.c:96
cc76011e
JX
8962msgid "object type"
8963msgstr ""
8964
abc8de64 8965#: builtin/hash-object.c:97
cc76011e
JX
8966msgid "write the object into the object database"
8967msgstr ""
8968
abc8de64 8969#: builtin/hash-object.c:99
cc76011e
JX
8970msgid "read the object from stdin"
8971msgstr ""
8972
abc8de64 8973#: builtin/hash-object.c:101
cc76011e
JX
8974msgid "store file as is without filters"
8975msgstr ""
8976
abc8de64 8977#: builtin/hash-object.c:102
d07a63e4
JX
8978msgid ""
8979"just hash any random garbage to create corrupt objects for debugging Git"
8980msgstr ""
8981
abc8de64 8982#: builtin/hash-object.c:103
cc76011e
JX
8983msgid "process file as it were from this path"
8984msgstr ""
8985
5b34e000 8986#: builtin/help.c:43
cc76011e
JX
8987msgid "print all available commands"
8988msgstr ""
8989
5b34e000 8990#: builtin/help.c:44
fda7b092
JX
8991msgid "exclude guides"
8992msgstr ""
8993
5b34e000 8994#: builtin/help.c:45
c6bc7d43
JX
8995msgid "print list of useful guides"
8996msgstr ""
8997
5b34e000 8998#: builtin/help.c:46
cc76011e
JX
8999msgid "show man page"
9000msgstr ""
9001
5b34e000 9002#: builtin/help.c:47
cc76011e
JX
9003msgid "show manual in web browser"
9004msgstr ""
9005
5b34e000 9006#: builtin/help.c:49
cc76011e
JX
9007msgid "show info page"
9008msgstr ""
9009
5b34e000 9010#: builtin/help.c:55
c2ea1208 9011msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
cc76011e
JX
9012msgstr ""
9013
5b34e000 9014#: builtin/help.c:67
cc76011e
JX
9015#, c-format
9016msgid "unrecognized help format '%s'"
9017msgstr ""
9018
5b34e000 9019#: builtin/help.c:94
cc76011e
JX
9020msgid "Failed to start emacsclient."
9021msgstr ""
9022
5b34e000 9023#: builtin/help.c:107
cc76011e
JX
9024msgid "Failed to parse emacsclient version."
9025msgstr ""
9026
5b34e000 9027#: builtin/help.c:115
cc76011e
JX
9028#, c-format
9029msgid "emacsclient version '%d' too old (< 22)."
9030msgstr ""
9031
25eab542 9032#: builtin/help.c:133 builtin/help.c:155 builtin/help.c:165 builtin/help.c:173
cc76011e 9033#, c-format
f517e50d 9034msgid "failed to exec '%s'"
cc76011e
JX
9035msgstr ""
9036
25eab542 9037#: builtin/help.c:211
cc76011e
JX
9038#, c-format
9039msgid ""
9040"'%s': path for unsupported man viewer.\n"
9041"Please consider using 'man.<tool>.cmd' instead."
9042msgstr ""
9043
25eab542 9044#: builtin/help.c:223
cc76011e
JX
9045#, c-format
9046msgid ""
9047"'%s': cmd for supported man viewer.\n"
9048"Please consider using 'man.<tool>.path' instead."
9049msgstr ""
9050
25eab542 9051#: builtin/help.c:340
cc76011e
JX
9052#, c-format
9053msgid "'%s': unknown man viewer."
9054msgstr ""
9055
25eab542 9056#: builtin/help.c:357
cc76011e
JX
9057msgid "no man viewer handled the request"
9058msgstr ""
9059
25eab542 9060#: builtin/help.c:365
cc76011e
JX
9061msgid "no info viewer handled the request"
9062msgstr ""
9063
25eab542 9064#: builtin/help.c:407
c6bc7d43
JX
9065msgid "Defining attributes per path"
9066msgstr ""
9067
25eab542 9068#: builtin/help.c:408
d07a63e4
JX
9069msgid "Everyday Git With 20 Commands Or So"
9070msgstr ""
9071
25eab542 9072#: builtin/help.c:409
c6bc7d43
JX
9073msgid "A Git glossary"
9074msgstr ""
9075
25eab542 9076#: builtin/help.c:410
c6bc7d43
JX
9077msgid "Specifies intentionally untracked files to ignore"
9078msgstr ""
9079
25eab542 9080#: builtin/help.c:411
c6bc7d43
JX
9081msgid "Defining submodule properties"
9082msgstr ""
9083
25eab542 9084#: builtin/help.c:412
c6bc7d43
JX
9085msgid "Specifying revisions and ranges for Git"
9086msgstr ""
9087
25eab542 9088#: builtin/help.c:413
c6bc7d43
JX
9089msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
9090msgstr ""
9091
25eab542 9092#: builtin/help.c:414
c6bc7d43
JX
9093msgid "An overview of recommended workflows with Git"
9094msgstr ""
9095
25eab542 9096#: builtin/help.c:426
c6bc7d43
JX
9097msgid "The common Git guides are:\n"
9098msgstr ""
9099
25eab542 9100#: builtin/help.c:444
cc76011e 9101#, c-format
25eab542 9102msgid "'%s' is aliased to '%s'"
cc76011e
JX
9103msgstr ""
9104
25eab542 9105#: builtin/help.c:466 builtin/help.c:483
cc76011e 9106#, c-format
fda7b092 9107msgid "usage: %s%s"
cc76011e
JX
9108msgstr ""
9109
9b7388a8 9110#: builtin/index-pack.c:158
fe05e196
JX
9111#, c-format
9112msgid "unable to open %s"
9113msgstr ""
9114
9b7388a8 9115#: builtin/index-pack.c:208
cc76011e
JX
9116#, c-format
9117msgid "object type mismatch at %s"
9118msgstr ""
9119
9b7388a8 9120#: builtin/index-pack.c:228
fe05e196
JX
9121#, c-format
9122msgid "did not receive expected object %s"
9123msgstr ""
9124
9b7388a8 9125#: builtin/index-pack.c:231
fe05e196
JX
9126#, c-format
9127msgid "object %s: expected type %s, found %s"
cc76011e
JX
9128msgstr ""
9129
9b7388a8 9130#: builtin/index-pack.c:273
cc76011e
JX
9131#, c-format
9132msgid "cannot fill %d byte"
9133msgid_plural "cannot fill %d bytes"
9134msgstr[0] ""
9135msgstr[1] ""
9136
9b7388a8 9137#: builtin/index-pack.c:283
cc76011e
JX
9138msgid "early EOF"
9139msgstr ""
9140
9b7388a8 9141#: builtin/index-pack.c:284
cc76011e
JX
9142msgid "read error on input"
9143msgstr ""
9144
9b7388a8 9145#: builtin/index-pack.c:296
cc76011e
JX
9146msgid "used more bytes than were available"
9147msgstr ""
9148
9b7388a8 9149#: builtin/index-pack.c:303
cc76011e
JX
9150msgid "pack too large for current definition of off_t"
9151msgstr ""
9152
9b7388a8 9153#: builtin/index-pack.c:306 builtin/unpack-objects.c:93
fda7b092
JX
9154msgid "pack exceeds maximum allowed size"
9155msgstr ""
9156
9b7388a8 9157#: builtin/index-pack.c:321
cc76011e
JX
9158#, c-format
9159msgid "unable to create '%s'"
9160msgstr ""
9161
9b7388a8 9162#: builtin/index-pack.c:327
cc76011e
JX
9163#, c-format
9164msgid "cannot open packfile '%s'"
9165msgstr ""
9166
9b7388a8 9167#: builtin/index-pack.c:341
cc76011e
JX
9168msgid "pack signature mismatch"
9169msgstr ""
9170
9b7388a8 9171#: builtin/index-pack.c:343
cc76011e
JX
9172#, c-format
9173msgid "pack version %<PRIu32> unsupported"
9174msgstr ""
9175
9b7388a8 9176#: builtin/index-pack.c:361
cc76011e 9177#, c-format
9fa976ff 9178msgid "pack has bad object at offset %<PRIuMAX>: %s"
cc76011e
JX
9179msgstr ""
9180
9b7388a8 9181#: builtin/index-pack.c:482
cc76011e
JX
9182#, c-format
9183msgid "inflate returned %d"
9184msgstr ""
9185
9b7388a8 9186#: builtin/index-pack.c:531
cc76011e
JX
9187msgid "offset value overflow for delta base object"
9188msgstr ""
9189
9b7388a8 9190#: builtin/index-pack.c:539
cc76011e
JX
9191msgid "delta base offset is out of bound"
9192msgstr ""
9193
9b7388a8 9194#: builtin/index-pack.c:547
cc76011e
JX
9195#, c-format
9196msgid "unknown object type %d"
9197msgstr ""
9198
9b7388a8 9199#: builtin/index-pack.c:578
cc76011e
JX
9200msgid "cannot pread pack file"
9201msgstr ""
9202
9b7388a8 9203#: builtin/index-pack.c:580
cc76011e 9204#, c-format
9fa976ff
JX
9205msgid "premature end of pack file, %<PRIuMAX> byte missing"
9206msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
cc76011e
JX
9207msgstr[0] ""
9208msgstr[1] ""
9209
9b7388a8 9210#: builtin/index-pack.c:606
cc76011e
JX
9211msgid "serious inflate inconsistency"
9212msgstr ""
9213
9b7388a8
JX
9214#: builtin/index-pack.c:751 builtin/index-pack.c:757 builtin/index-pack.c:780
9215#: builtin/index-pack.c:819 builtin/index-pack.c:828
cc76011e
JX
9216#, c-format
9217msgid "SHA1 COLLISION FOUND WITH %s !"
9218msgstr ""
9219
9b7388a8
JX
9220#: builtin/index-pack.c:754 builtin/pack-objects.c:198
9221#: builtin/pack-objects.c:292
cc76011e
JX
9222#, c-format
9223msgid "unable to read %s"
9224msgstr ""
9225
9b7388a8 9226#: builtin/index-pack.c:817
dfc182b1
JX
9227#, c-format
9228msgid "cannot read existing object info %s"
9229msgstr ""
9230
9b7388a8 9231#: builtin/index-pack.c:825
cc76011e
JX
9232#, c-format
9233msgid "cannot read existing object %s"
9234msgstr ""
9235
9b7388a8 9236#: builtin/index-pack.c:839
cc76011e
JX
9237#, c-format
9238msgid "invalid blob object %s"
9239msgstr ""
9240
9b7388a8
JX
9241#: builtin/index-pack.c:842 builtin/index-pack.c:860
9242msgid "fsck error in packed object"
cc76011e
JX
9243msgstr ""
9244
9b7388a8
JX
9245#: builtin/index-pack.c:857
9246#, c-format
9247msgid "invalid %s"
cc76011e
JX
9248msgstr ""
9249
9b7388a8 9250#: builtin/index-pack.c:862
cc76011e
JX
9251#, c-format
9252msgid "Not all child objects of %s are reachable"
9253msgstr ""
9254
9b7388a8 9255#: builtin/index-pack.c:934 builtin/index-pack.c:965
cc76011e
JX
9256msgid "failed to apply delta"
9257msgstr ""
9258
9b7388a8 9259#: builtin/index-pack.c:1135
cc76011e
JX
9260msgid "Receiving objects"
9261msgstr ""
9262
9b7388a8 9263#: builtin/index-pack.c:1135
cc76011e
JX
9264msgid "Indexing objects"
9265msgstr ""
9266
9b7388a8 9267#: builtin/index-pack.c:1169
cc76011e
JX
9268msgid "pack is corrupted (SHA1 mismatch)"
9269msgstr ""
9270
9b7388a8 9271#: builtin/index-pack.c:1174
cc76011e
JX
9272msgid "cannot fstat packfile"
9273msgstr ""
9274
9b7388a8 9275#: builtin/index-pack.c:1177
cc76011e
JX
9276msgid "pack has junk at the end"
9277msgstr ""
9278
9b7388a8 9279#: builtin/index-pack.c:1189
cc76011e
JX
9280msgid "confusion beyond insanity in parse_pack_objects()"
9281msgstr ""
9282
9b7388a8 9283#: builtin/index-pack.c:1212
cc76011e
JX
9284msgid "Resolving deltas"
9285msgstr ""
9286
9b7388a8 9287#: builtin/index-pack.c:1223
cc76011e
JX
9288#, c-format
9289msgid "unable to create thread: %s"
9290msgstr ""
9291
9b7388a8 9292#: builtin/index-pack.c:1265
cc76011e
JX
9293msgid "confusion beyond insanity"
9294msgstr ""
9295
9b7388a8 9296#: builtin/index-pack.c:1271
cc76011e 9297#, c-format
f517e50d
JX
9298msgid "completed with %d local object"
9299msgid_plural "completed with %d local objects"
9300msgstr[0] ""
9301msgstr[1] ""
cc76011e 9302
9b7388a8 9303#: builtin/index-pack.c:1283
cc76011e
JX
9304#, c-format
9305msgid "Unexpected tail checksum for %s (disk corruption?)"
9306msgstr ""
9307
9b7388a8 9308#: builtin/index-pack.c:1287
cc76011e
JX
9309#, c-format
9310msgid "pack has %d unresolved delta"
9311msgid_plural "pack has %d unresolved deltas"
9312msgstr[0] ""
9313msgstr[1] ""
9314
9b7388a8 9315#: builtin/index-pack.c:1311
cc76011e
JX
9316#, c-format
9317msgid "unable to deflate appended object (%d)"
9318msgstr ""
9319
9b7388a8 9320#: builtin/index-pack.c:1388
cc76011e
JX
9321#, c-format
9322msgid "local object %s is corrupt"
9323msgstr ""
9324
9b7388a8 9325#: builtin/index-pack.c:1402
abc8de64
JX
9326#, c-format
9327msgid "packfile name '%s' does not end with '.pack'"
cc76011e
JX
9328msgstr ""
9329
9b7388a8 9330#: builtin/index-pack.c:1427
cc76011e 9331#, c-format
abc8de64 9332msgid "cannot write %s file '%s'"
cc76011e
JX
9333msgstr ""
9334
9b7388a8 9335#: builtin/index-pack.c:1435
cc76011e 9336#, c-format
abc8de64 9337msgid "cannot close written %s file '%s'"
cc76011e
JX
9338msgstr ""
9339
9b7388a8 9340#: builtin/index-pack.c:1459
abc8de64
JX
9341msgid "error while closing pack file"
9342msgstr ""
9343
9b7388a8 9344#: builtin/index-pack.c:1473
cc76011e
JX
9345msgid "cannot store pack file"
9346msgstr ""
9347
9b7388a8 9348#: builtin/index-pack.c:1481
cc76011e
JX
9349msgid "cannot store index file"
9350msgstr ""
9351
9b7388a8 9352#: builtin/index-pack.c:1521
cc76011e
JX
9353#, c-format
9354msgid "bad pack.indexversion=%<PRIu32>"
9355msgstr ""
9356
9b7388a8 9357#: builtin/index-pack.c:1590
cc76011e
JX
9358#, c-format
9359msgid "Cannot open existing pack file '%s'"
9360msgstr ""
9361
9b7388a8 9362#: builtin/index-pack.c:1592
cc76011e
JX
9363#, c-format
9364msgid "Cannot open existing pack idx file for '%s'"
9365msgstr ""
9366
9b7388a8 9367#: builtin/index-pack.c:1640
cc76011e
JX
9368#, c-format
9369msgid "non delta: %d object"
9370msgid_plural "non delta: %d objects"
9371msgstr[0] ""
9372msgstr[1] ""
9373
9b7388a8 9374#: builtin/index-pack.c:1647
cc76011e
JX
9375#, c-format
9376msgid "chain length = %d: %lu object"
9377msgid_plural "chain length = %d: %lu objects"
9378msgstr[0] ""
9379msgstr[1] ""
9380
9b7388a8 9381#: builtin/index-pack.c:1684
abc8de64 9382msgid "Cannot come back to cwd"
f517e50d
JX
9383msgstr ""
9384
9b7388a8
JX
9385#: builtin/index-pack.c:1735 builtin/index-pack.c:1738
9386#: builtin/index-pack.c:1754 builtin/index-pack.c:1758
cc76011e
JX
9387#, c-format
9388msgid "bad %s"
9389msgstr ""
9390
9b7388a8 9391#: builtin/index-pack.c:1774
cc76011e
JX
9392msgid "--fix-thin cannot be used without --stdin"
9393msgstr ""
9394
9b7388a8 9395#: builtin/index-pack.c:1776
673bfad0
JX
9396msgid "--stdin requires a git repository"
9397msgstr ""
9398
9b7388a8 9399#: builtin/index-pack.c:1782
cc76011e
JX
9400msgid "--verify with no packfile name given"
9401msgstr ""
9402
9b7388a8
JX
9403#: builtin/index-pack.c:1832 builtin/unpack-objects.c:578
9404msgid "fsck error in pack objects"
9405msgstr ""
9406
5b34e000 9407#: builtin/init-db.c:55
cc76011e
JX
9408#, c-format
9409msgid "cannot stat '%s'"
9410msgstr ""
9411
5b34e000 9412#: builtin/init-db.c:61
cc76011e
JX
9413#, c-format
9414msgid "cannot stat template '%s'"
9415msgstr ""
9416
5b34e000 9417#: builtin/init-db.c:66
cc76011e
JX
9418#, c-format
9419msgid "cannot opendir '%s'"
9420msgstr ""
9421
5b34e000 9422#: builtin/init-db.c:77
cc76011e
JX
9423#, c-format
9424msgid "cannot readlink '%s'"
9425msgstr ""
9426
5b34e000 9427#: builtin/init-db.c:79
cc76011e
JX
9428#, c-format
9429msgid "cannot symlink '%s' '%s'"
9430msgstr ""
9431
5b34e000 9432#: builtin/init-db.c:85
cc76011e
JX
9433#, c-format
9434msgid "cannot copy '%s' to '%s'"
9435msgstr ""
9436
5b34e000 9437#: builtin/init-db.c:89
cc76011e
JX
9438#, c-format
9439msgid "ignoring template %s"
9440msgstr ""
9441
5b34e000 9442#: builtin/init-db.c:120
cc76011e
JX
9443#, c-format
9444msgid "templates not found %s"
9445msgstr ""
9446
5b34e000 9447#: builtin/init-db.c:135
cc76011e 9448#, c-format
f517e50d 9449msgid "not copying templates from '%s': %s"
cc76011e
JX
9450msgstr ""
9451
5b34e000 9452#: builtin/init-db.c:328
cc76011e 9453#, c-format
fda7b092 9454msgid "unable to handle file type %d"
cc76011e
JX
9455msgstr ""
9456
5b34e000 9457#: builtin/init-db.c:331
cc76011e 9458#, c-format
fda7b092 9459msgid "unable to move %s to %s"
cc76011e
JX
9460msgstr ""
9461
5b34e000 9462#: builtin/init-db.c:348 builtin/init-db.c:351
cc76011e 9463#, c-format
fda7b092 9464msgid "%s already exists"
cc76011e
JX
9465msgstr ""
9466
5b34e000 9467#: builtin/init-db.c:404
cc76011e 9468#, c-format
9fa976ff 9469msgid "Reinitialized existing shared Git repository in %s%s\n"
cc76011e
JX
9470msgstr ""
9471
5b34e000 9472#: builtin/init-db.c:405
9fa976ff
JX
9473#, c-format
9474msgid "Reinitialized existing Git repository in %s%s\n"
cc76011e
JX
9475msgstr ""
9476
5b34e000 9477#: builtin/init-db.c:409
9fa976ff
JX
9478#, c-format
9479msgid "Initialized empty shared Git repository in %s%s\n"
cc76011e
JX
9480msgstr ""
9481
5b34e000 9482#: builtin/init-db.c:410
9fa976ff
JX
9483#, c-format
9484msgid "Initialized empty Git repository in %s%s\n"
cc76011e
JX
9485msgstr ""
9486
5b34e000 9487#: builtin/init-db.c:458
cc76011e 9488msgid ""
9caaf23e 9489"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
c2ea1208 9490"shared[=<permissions>]] [<directory>]"
cc76011e
JX
9491msgstr ""
9492
5b34e000 9493#: builtin/init-db.c:481
cc76011e
JX
9494msgid "permissions"
9495msgstr ""
9496
5b34e000 9497#: builtin/init-db.c:482
cc76011e
JX
9498msgid "specify that the git repository is to be shared amongst several users"
9499msgstr ""
9500
5b34e000 9501#: builtin/init-db.c:525
cc76011e
JX
9502#, c-format
9503msgid "cannot chdir to %s"
9504msgstr ""
9505
5b34e000 9506#: builtin/init-db.c:546
cc76011e
JX
9507#, c-format
9508msgid ""
9509"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
9510"dir=<directory>)"
9511msgstr ""
9512
5b34e000 9513#: builtin/init-db.c:574
cc76011e
JX
9514#, c-format
9515msgid "Cannot access work tree '%s'"
9516msgstr ""
9517
d07a63e4
JX
9518#: builtin/interpret-trailers.c:15
9519msgid ""
9eb3984b
JX
9520"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
9521"<token>[(=|:)<value>])...] [<file>...]"
d07a63e4
JX
9522msgstr ""
9523
25eab542 9524#: builtin/interpret-trailers.c:92
9eb3984b
JX
9525msgid "edit files in place"
9526msgstr ""
9527
25eab542 9528#: builtin/interpret-trailers.c:93
d07a63e4
JX
9529msgid "trim empty trailers"
9530msgstr ""
9531
25eab542
JX
9532#: builtin/interpret-trailers.c:96
9533msgid "where to place the new trailer"
9534msgstr ""
9535
9536#: builtin/interpret-trailers.c:98
9537msgid "action if trailer already exists"
9538msgstr ""
9539
9540#: builtin/interpret-trailers.c:100
9541msgid "action if trailer is missing"
9542msgstr ""
9543
9544#: builtin/interpret-trailers.c:102
9545msgid "output only the trailers"
9546msgstr ""
9547
9548#: builtin/interpret-trailers.c:103
9549msgid "do not apply config rules"
9550msgstr ""
9551
9552#: builtin/interpret-trailers.c:104
9553msgid "join whitespace-continued values"
9554msgstr ""
9555
9556#: builtin/interpret-trailers.c:105
9557msgid "set parsing options"
9558msgstr ""
9559
9560#: builtin/interpret-trailers.c:107
d07a63e4
JX
9561msgid "trailer"
9562msgstr ""
9563
25eab542 9564#: builtin/interpret-trailers.c:108
d07a63e4
JX
9565msgid "trailer(s) to add"
9566msgstr ""
9567
25eab542
JX
9568#: builtin/interpret-trailers.c:117
9569msgid "--trailer with --only-input does not make sense"
9570msgstr ""
9571
9572#: builtin/interpret-trailers.c:127
9eb3984b
JX
9573msgid "no input file given for in-place editing"
9574msgstr ""
9575
abc8de64 9576#: builtin/log.c:48
64f23b0c 9577msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
cc76011e
JX
9578msgstr ""
9579
abc8de64 9580#: builtin/log.c:49
c2ea1208 9581msgid "git show [<options>] <object>..."
cc76011e
JX
9582msgstr ""
9583
abc8de64 9584#: builtin/log.c:93
d07a63e4
JX
9585#, c-format
9586msgid "invalid --decorate option: %s"
9587msgstr ""
9588
abc8de64 9589#: builtin/log.c:153
cc76011e
JX
9590msgid "suppress diff output"
9591msgstr ""
9592
abc8de64 9593#: builtin/log.c:154
cc76011e
JX
9594msgid "show source"
9595msgstr ""
9596
abc8de64 9597#: builtin/log.c:155
46bc4039
JX
9598msgid "Use mail map file"
9599msgstr ""
9600
abc8de64 9601#: builtin/log.c:157
18a90722
JX
9602msgid "only decorate refs that match <pattern>"
9603msgstr ""
9604
abc8de64 9605#: builtin/log.c:159
18a90722
JX
9606msgid "do not decorate refs that match <pattern>"
9607msgstr ""
9608
abc8de64 9609#: builtin/log.c:160
cc76011e
JX
9610msgid "decorate options"
9611msgstr ""
9612
abc8de64 9613#: builtin/log.c:163
d07a63e4
JX
9614msgid "Process line range n,m in file, counting from 1"
9615msgstr ""
9616
abc8de64 9617#: builtin/log.c:259
cc76011e
JX
9618#, c-format
9619msgid "Final output: %d %s\n"
9620msgstr ""
9621
abc8de64 9622#: builtin/log.c:510
d07a63e4
JX
9623#, c-format
9624msgid "git show %s: bad file"
9625msgstr ""
9626
abc8de64 9627#: builtin/log.c:525 builtin/log.c:619
cc76011e
JX
9628#, c-format
9629msgid "Could not read object %s"
9630msgstr ""
9631
abc8de64 9632#: builtin/log.c:643
cc76011e
JX
9633#, c-format
9634msgid "Unknown type: %d"
9635msgstr ""
9636
abc8de64 9637#: builtin/log.c:764
cc76011e
JX
9638msgid "format.headers without value"
9639msgstr ""
9640
abc8de64 9641#: builtin/log.c:865
cc76011e
JX
9642msgid "name of output directory is too long"
9643msgstr ""
9644
abc8de64 9645#: builtin/log.c:881
cc76011e
JX
9646#, c-format
9647msgid "Cannot open patch file %s"
9648msgstr ""
9649
abc8de64 9650#: builtin/log.c:898
cc76011e
JX
9651msgid "Need exactly one range."
9652msgstr ""
9653
abc8de64 9654#: builtin/log.c:908
cc76011e
JX
9655msgid "Not a range."
9656msgstr ""
9657
abc8de64 9658#: builtin/log.c:1014
cc76011e
JX
9659msgid "Cover letter needs email format"
9660msgstr ""
9661
abc8de64 9662#: builtin/log.c:1095
cc76011e
JX
9663#, c-format
9664msgid "insane in-reply-to: %s"
9665msgstr ""
9666
abc8de64 9667#: builtin/log.c:1122
c2ea1208 9668msgid "git format-patch [<options>] [<since> | <revision-range>]"
cc76011e
JX
9669msgstr ""
9670
abc8de64 9671#: builtin/log.c:1172
cc76011e
JX
9672msgid "Two output directories?"
9673msgstr ""
9674
abc8de64 9675#: builtin/log.c:1279 builtin/log.c:1932 builtin/log.c:1934 builtin/log.c:1946
f517e50d
JX
9676#, c-format
9677msgid "Unknown commit %s"
9678msgstr ""
9679
9b7388a8 9680#: builtin/log.c:1289 builtin/notes.c:887 builtin/tag.c:523
f517e50d
JX
9681#, c-format
9682msgid "Failed to resolve '%s' as a valid ref."
9683msgstr ""
9684
abc8de64 9685#: builtin/log.c:1294
f517e50d
JX
9686msgid "Could not find exact merge base."
9687msgstr ""
9688
abc8de64 9689#: builtin/log.c:1298
f517e50d
JX
9690msgid ""
9691"Failed to get upstream, if you want to record base commit automatically,\n"
9692"please use git branch --set-upstream-to to track a remote branch.\n"
9693"Or you could specify base commit by --base=<base-commit-id> manually."
9694msgstr ""
9695
abc8de64 9696#: builtin/log.c:1318
f517e50d
JX
9697msgid "Failed to find exact merge base"
9698msgstr ""
9699
abc8de64 9700#: builtin/log.c:1329
f517e50d
JX
9701msgid "base commit should be the ancestor of revision list"
9702msgstr ""
9703
abc8de64 9704#: builtin/log.c:1333
f517e50d
JX
9705msgid "base commit shouldn't be in revision list"
9706msgstr ""
9707
abc8de64 9708#: builtin/log.c:1382
f517e50d
JX
9709msgid "cannot get patch id"
9710msgstr ""
9711
abc8de64 9712#: builtin/log.c:1441
cc76011e
JX
9713msgid "use [PATCH n/m] even with a single patch"
9714msgstr ""
9715
abc8de64 9716#: builtin/log.c:1444
cc76011e
JX
9717msgid "use [PATCH] even with multiple patches"
9718msgstr ""
9719
abc8de64 9720#: builtin/log.c:1448
cc76011e
JX
9721msgid "print patches to standard out"
9722msgstr ""
9723
abc8de64 9724#: builtin/log.c:1450
cc76011e
JX
9725msgid "generate a cover letter"
9726msgstr ""
9727
abc8de64 9728#: builtin/log.c:1452
cc76011e
JX
9729msgid "use simple number sequence for output file names"
9730msgstr ""
9731
abc8de64 9732#: builtin/log.c:1453
cc76011e
JX
9733msgid "sfx"
9734msgstr ""
9735
abc8de64 9736#: builtin/log.c:1454
cc76011e
JX
9737msgid "use <sfx> instead of '.patch'"
9738msgstr ""
9739
abc8de64 9740#: builtin/log.c:1456
cc76011e
JX
9741msgid "start numbering patches at <n> instead of 1"
9742msgstr ""
9743
abc8de64 9744#: builtin/log.c:1458
46bc4039
JX
9745msgid "mark the series as Nth re-roll"
9746msgstr ""
9747
abc8de64 9748#: builtin/log.c:1460
fda7b092
JX
9749msgid "Use [RFC PATCH] instead of [PATCH]"
9750msgstr ""
9751
abc8de64 9752#: builtin/log.c:1463
cc76011e
JX
9753msgid "Use [<prefix>] instead of [PATCH]"
9754msgstr ""
9755
abc8de64 9756#: builtin/log.c:1466
cc76011e
JX
9757msgid "store resulting files in <dir>"
9758msgstr ""
9759
abc8de64 9760#: builtin/log.c:1469
cc76011e
JX
9761msgid "don't strip/add [PATCH]"
9762msgstr ""
9763
abc8de64 9764#: builtin/log.c:1472
cc76011e
JX
9765msgid "don't output binary diffs"
9766msgstr ""
9767
abc8de64 9768#: builtin/log.c:1474
2c0ca050
JX
9769msgid "output all-zero hash in From header"
9770msgstr ""
9771
abc8de64 9772#: builtin/log.c:1476
cc76011e
JX
9773msgid "don't include a patch matching a commit upstream"
9774msgstr ""
9775
abc8de64 9776#: builtin/log.c:1478
cc76011e
JX
9777msgid "show patch format instead of default (patch + stat)"
9778msgstr ""
9779
abc8de64 9780#: builtin/log.c:1480
cc76011e
JX
9781msgid "Messaging"
9782msgstr ""
9783
abc8de64 9784#: builtin/log.c:1481
cc76011e
JX
9785msgid "header"
9786msgstr ""
9787
abc8de64 9788#: builtin/log.c:1482
cc76011e
JX
9789msgid "add email header"
9790msgstr ""
9791
abc8de64 9792#: builtin/log.c:1483 builtin/log.c:1485
cc76011e
JX
9793msgid "email"
9794msgstr ""
9795
abc8de64 9796#: builtin/log.c:1483
cc76011e
JX
9797msgid "add To: header"
9798msgstr ""
9799
abc8de64 9800#: builtin/log.c:1485
cc76011e
JX
9801msgid "add Cc: header"
9802msgstr ""
9803
abc8de64 9804#: builtin/log.c:1487
28b3cffc
JX
9805msgid "ident"
9806msgstr ""
9807
abc8de64 9808#: builtin/log.c:1488
28b3cffc
JX
9809msgid "set From address to <ident> (or committer ident if absent)"
9810msgstr ""
9811
abc8de64 9812#: builtin/log.c:1490
cc76011e
JX
9813msgid "message-id"
9814msgstr ""
9815
abc8de64 9816#: builtin/log.c:1491
cc76011e
JX
9817msgid "make first mail a reply to <message-id>"
9818msgstr ""
9819
abc8de64 9820#: builtin/log.c:1492 builtin/log.c:1495
cc76011e
JX
9821msgid "boundary"
9822msgstr ""
9823
abc8de64 9824#: builtin/log.c:1493
cc76011e
JX
9825msgid "attach the patch"
9826msgstr ""
9827
abc8de64 9828#: builtin/log.c:1496
cc76011e
JX
9829msgid "inline the patch"
9830msgstr ""
9831
abc8de64 9832#: builtin/log.c:1500
cc76011e
JX
9833msgid "enable message threading, styles: shallow, deep"
9834msgstr ""
9835
abc8de64 9836#: builtin/log.c:1502
cc76011e
JX
9837msgid "signature"
9838msgstr ""
9839
abc8de64 9840#: builtin/log.c:1503
cc76011e
JX
9841msgid "add a signature"
9842msgstr ""
9843
abc8de64 9844#: builtin/log.c:1504
f517e50d
JX
9845msgid "base-commit"
9846msgstr ""
9847
abc8de64 9848#: builtin/log.c:1505
f517e50d
JX
9849msgid "add prerequisite tree info to the patch series"
9850msgstr ""
9851
abc8de64 9852#: builtin/log.c:1507
fe05e196
JX
9853msgid "add a signature from a file"
9854msgstr ""
9855
abc8de64 9856#: builtin/log.c:1508
cc76011e
JX
9857msgid "don't print the patch filenames"
9858msgstr ""
9859
abc8de64 9860#: builtin/log.c:1510
25eab542
JX
9861msgid "show progress while generating patches"
9862msgstr ""
9863
abc8de64 9864#: builtin/log.c:1585
5b34e000
JX
9865#, c-format
9866msgid "invalid ident line: %s"
9867msgstr ""
9868
abc8de64 9869#: builtin/log.c:1600
cc76011e
JX
9870msgid "-n and -k are mutually exclusive."
9871msgstr ""
9872
abc8de64 9873#: builtin/log.c:1602
fda7b092 9874msgid "--subject-prefix/--rfc and -k are mutually exclusive."
cc76011e
JX
9875msgstr ""
9876
abc8de64 9877#: builtin/log.c:1610
cc76011e
JX
9878msgid "--name-only does not make sense"
9879msgstr ""
9880
abc8de64 9881#: builtin/log.c:1612
cc76011e
JX
9882msgid "--name-status does not make sense"
9883msgstr ""
9884
abc8de64 9885#: builtin/log.c:1614
cc76011e
JX
9886msgid "--check does not make sense"
9887msgstr ""
9888
abc8de64 9889#: builtin/log.c:1646
cc76011e
JX
9890msgid "standard output, or directory, which one?"
9891msgstr ""
9892
abc8de64 9893#: builtin/log.c:1648
cc76011e
JX
9894#, c-format
9895msgid "Could not create directory '%s'"
9896msgstr ""
9897
abc8de64 9898#: builtin/log.c:1741
fe05e196
JX
9899#, c-format
9900msgid "unable to read signature file '%s'"
9901msgstr ""
9902
abc8de64 9903#: builtin/log.c:1773
25eab542
JX
9904msgid "Generating patches"
9905msgstr ""
9906
abc8de64 9907#: builtin/log.c:1817
cc76011e
JX
9908msgid "Failed to create output files"
9909msgstr ""
9910
abc8de64 9911#: builtin/log.c:1867
cc76011e
JX
9912msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
9913msgstr ""
9914
abc8de64 9915#: builtin/log.c:1921
cc76011e
JX
9916#, c-format
9917msgid ""
9918"Could not find a tracked remote branch, please specify <upstream> manually.\n"
9919msgstr ""
9920
18a90722 9921#: builtin/ls-files.c:468
c2ea1208 9922msgid "git ls-files [<options>] [<file>...]"
cc76011e
JX
9923msgstr ""
9924
18a90722 9925#: builtin/ls-files.c:517
cc76011e
JX
9926msgid "identify the file status with tags"
9927msgstr ""
9928
18a90722 9929#: builtin/ls-files.c:519
cc76011e
JX
9930msgid "use lowercase letters for 'assume unchanged' files"
9931msgstr ""
9932
18a90722
JX
9933#: builtin/ls-files.c:521
9934msgid "use lowercase letters for 'fsmonitor clean' files"
9935msgstr ""
9936
9937#: builtin/ls-files.c:523
cc76011e
JX
9938msgid "show cached files in the output (default)"
9939msgstr ""
9940
18a90722 9941#: builtin/ls-files.c:525
cc76011e
JX
9942msgid "show deleted files in the output"
9943msgstr ""
9944
18a90722 9945#: builtin/ls-files.c:527
cc76011e
JX
9946msgid "show modified files in the output"
9947msgstr ""
9948
18a90722 9949#: builtin/ls-files.c:529
cc76011e
JX
9950msgid "show other files in the output"
9951msgstr ""
9952
18a90722 9953#: builtin/ls-files.c:531
cc76011e
JX
9954msgid "show ignored files in the output"
9955msgstr ""
9956
18a90722 9957#: builtin/ls-files.c:534
cc76011e
JX
9958msgid "show staged contents' object name in the output"
9959msgstr ""
9960
18a90722 9961#: builtin/ls-files.c:536
cc76011e
JX
9962msgid "show files on the filesystem that need to be removed"
9963msgstr ""
9964
18a90722 9965#: builtin/ls-files.c:538
d07a63e4 9966msgid "show 'other' directories' names only"
cc76011e
JX
9967msgstr ""
9968
18a90722 9969#: builtin/ls-files.c:540
9eb3984b
JX
9970msgid "show line endings of files"
9971msgstr ""
9972
18a90722 9973#: builtin/ls-files.c:542
cc76011e
JX
9974msgid "don't show empty directories"
9975msgstr ""
9976
18a90722 9977#: builtin/ls-files.c:545
cc76011e
JX
9978msgid "show unmerged files in the output"
9979msgstr ""
9980
18a90722 9981#: builtin/ls-files.c:547
cc76011e
JX
9982msgid "show resolve-undo information"
9983msgstr ""
9984
18a90722 9985#: builtin/ls-files.c:549
cc76011e
JX
9986msgid "skip files matching pattern"
9987msgstr ""
9988
18a90722 9989#: builtin/ls-files.c:552
cc76011e
JX
9990msgid "exclude patterns are read from <file>"
9991msgstr ""
9992
18a90722 9993#: builtin/ls-files.c:555
cc76011e
JX
9994msgid "read additional per-directory exclude patterns in <file>"
9995msgstr ""
9996
18a90722 9997#: builtin/ls-files.c:557
cc76011e
JX
9998msgid "add the standard git exclusions"
9999msgstr ""
10000
18a90722 10001#: builtin/ls-files.c:560
cc76011e
JX
10002msgid "make the output relative to the project top directory"
10003msgstr ""
10004
18a90722 10005#: builtin/ls-files.c:563
fda7b092
JX
10006msgid "recurse through submodules"
10007msgstr ""
10008
18a90722 10009#: builtin/ls-files.c:565
cc76011e
JX
10010msgid "if any <file> is not in the index, treat this as an error"
10011msgstr ""
10012
18a90722 10013#: builtin/ls-files.c:566
cc76011e
JX
10014msgid "tree-ish"
10015msgstr ""
10016
18a90722 10017#: builtin/ls-files.c:567
cc76011e
JX
10018msgid "pretend that paths removed since <tree-ish> are still present"
10019msgstr ""
10020
18a90722 10021#: builtin/ls-files.c:569
cc76011e
JX
10022msgid "show debugging data"
10023msgstr ""
10024
9b7388a8 10025#: builtin/ls-remote.c:9
9eb3984b
JX
10026msgid ""
10027"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
10028" [-q | --quiet] [--exit-code] [--get-url]\n"
10029" [--symref] [<repository> [<refs>...]]"
10030msgstr ""
10031
9b7388a8 10032#: builtin/ls-remote.c:59
9eb3984b
JX
10033msgid "do not print remote URL"
10034msgstr ""
10035
9b7388a8 10036#: builtin/ls-remote.c:60 builtin/ls-remote.c:62
9eb3984b
JX
10037msgid "exec"
10038msgstr ""
10039
9b7388a8 10040#: builtin/ls-remote.c:61 builtin/ls-remote.c:63
9eb3984b
JX
10041msgid "path of git-upload-pack on the remote host"
10042msgstr ""
10043
9b7388a8 10044#: builtin/ls-remote.c:65
9eb3984b
JX
10045msgid "limit to tags"
10046msgstr ""
10047
9b7388a8 10048#: builtin/ls-remote.c:66
9eb3984b
JX
10049msgid "limit to heads"
10050msgstr ""
10051
9b7388a8 10052#: builtin/ls-remote.c:67
9eb3984b
JX
10053msgid "do not show peeled tags"
10054msgstr ""
10055
9b7388a8 10056#: builtin/ls-remote.c:69
9eb3984b
JX
10057msgid "take url.<base>.insteadOf into account"
10058msgstr ""
10059
9b7388a8 10060#: builtin/ls-remote.c:73
9eb3984b
JX
10061msgid "exit with exit code 2 if no matching refs are found"
10062msgstr ""
10063
9b7388a8 10064#: builtin/ls-remote.c:76
9eb3984b
JX
10065msgid "show underlying ref in addition to the object pointed by it"
10066msgstr ""
10067
5b34e000 10068#: builtin/ls-tree.c:29
cc76011e
JX
10069msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
10070msgstr ""
10071
5b34e000 10072#: builtin/ls-tree.c:127
cc76011e
JX
10073msgid "only show trees"
10074msgstr ""
10075
5b34e000 10076#: builtin/ls-tree.c:129
cc76011e
JX
10077msgid "recurse into subtrees"
10078msgstr ""
10079
5b34e000 10080#: builtin/ls-tree.c:131
cc76011e
JX
10081msgid "show trees when recursing"
10082msgstr ""
10083
5b34e000 10084#: builtin/ls-tree.c:134
cc76011e
JX
10085msgid "terminate entries with NUL byte"
10086msgstr ""
10087
5b34e000 10088#: builtin/ls-tree.c:135
cc76011e
JX
10089msgid "include object size"
10090msgstr ""
10091
5b34e000 10092#: builtin/ls-tree.c:137 builtin/ls-tree.c:139
cc76011e
JX
10093msgid "list only filenames"
10094msgstr ""
10095
5b34e000 10096#: builtin/ls-tree.c:142
cc76011e
JX
10097msgid "use full path names"
10098msgstr ""
10099
5b34e000 10100#: builtin/ls-tree.c:144
cc76011e
JX
10101msgid "list entire tree; not just current directory (implies --full-name)"
10102msgstr ""
10103
5b34e000
JX
10104#: builtin/mailsplit.c:241
10105#, c-format
10106msgid "empty mbox: '%s'"
cc76011e
JX
10107msgstr ""
10108
9b7388a8 10109#: builtin/merge.c:50
5b34e000 10110msgid "git merge [<options>] [<commit>...]"
cc76011e
JX
10111msgstr ""
10112
9b7388a8 10113#: builtin/merge.c:51
5b34e000
JX
10114msgid "git merge --abort"
10115msgstr ""
10116
9b7388a8 10117#: builtin/merge.c:52
673bfad0
JX
10118msgid "git merge --continue"
10119msgstr ""
10120
9b7388a8 10121#: builtin/merge.c:109
cc76011e
JX
10122msgid "switch `m' requires a value"
10123msgstr ""
10124
9b7388a8 10125#: builtin/merge.c:146
cc76011e
JX
10126#, c-format
10127msgid "Could not find merge strategy '%s'.\n"
10128msgstr ""
10129
9b7388a8 10130#: builtin/merge.c:147
cc76011e
JX
10131#, c-format
10132msgid "Available strategies are:"
10133msgstr ""
10134
9b7388a8 10135#: builtin/merge.c:152
cc76011e
JX
10136#, c-format
10137msgid "Available custom strategies are:"
10138msgstr ""
10139
9b7388a8 10140#: builtin/merge.c:202 builtin/pull.c:142
cc76011e
JX
10141msgid "do not show a diffstat at the end of the merge"
10142msgstr ""
10143
9b7388a8 10144#: builtin/merge.c:205 builtin/pull.c:145
cc76011e
JX
10145msgid "show a diffstat at the end of the merge"
10146msgstr ""
10147
9b7388a8 10148#: builtin/merge.c:206 builtin/pull.c:148
cc76011e
JX
10149msgid "(synonym to --stat)"
10150msgstr ""
10151
9b7388a8 10152#: builtin/merge.c:208 builtin/pull.c:151
cc76011e
JX
10153msgid "add (at most <n>) entries from shortlog to merge commit message"
10154msgstr ""
10155
9b7388a8 10156#: builtin/merge.c:211 builtin/pull.c:157
cc76011e
JX
10157msgid "create a single commit instead of doing a merge"
10158msgstr ""
10159
9b7388a8 10160#: builtin/merge.c:213 builtin/pull.c:160
cc76011e
JX
10161msgid "perform a commit if the merge succeeds (default)"
10162msgstr ""
10163
9b7388a8 10164#: builtin/merge.c:215 builtin/pull.c:163
cc76011e
JX
10165msgid "edit message before committing"
10166msgstr ""
10167
9b7388a8 10168#: builtin/merge.c:216
cc76011e
JX
10169msgid "allow fast-forward (default)"
10170msgstr ""
10171
9b7388a8 10172#: builtin/merge.c:218 builtin/pull.c:169
cc76011e
JX
10173msgid "abort if fast-forward is not possible"
10174msgstr ""
10175
9b7388a8 10176#: builtin/merge.c:222 builtin/pull.c:172
9fa976ff 10177msgid "verify that the named commit has a valid GPG signature"
c138af56
JX
10178msgstr ""
10179
9b7388a8 10180#: builtin/merge.c:223 builtin/notes.c:777 builtin/pull.c:176
5b34e000 10181#: builtin/revert.c:109
cc76011e
JX
10182msgid "strategy"
10183msgstr ""
10184
9b7388a8 10185#: builtin/merge.c:224 builtin/pull.c:177
cc76011e
JX
10186msgid "merge strategy to use"
10187msgstr ""
10188
9b7388a8 10189#: builtin/merge.c:225 builtin/pull.c:180
cc76011e
JX
10190msgid "option=value"
10191msgstr ""
10192
9b7388a8 10193#: builtin/merge.c:226 builtin/pull.c:181
cc76011e
JX
10194msgid "option for selected merge strategy"
10195msgstr ""
10196
9b7388a8 10197#: builtin/merge.c:228
cc76011e
JX
10198msgid "merge commit message (for a non-fast-forward merge)"
10199msgstr ""
10200
9b7388a8 10201#: builtin/merge.c:232
cc76011e
JX
10202msgid "abort the current in-progress merge"
10203msgstr ""
10204
9b7388a8 10205#: builtin/merge.c:234
673bfad0
JX
10206msgid "continue the current in-progress merge"
10207msgstr ""
10208
9b7388a8 10209#: builtin/merge.c:236 builtin/pull.c:188
f517e50d
JX
10210msgid "allow merging unrelated histories"
10211msgstr ""
10212
9b7388a8 10213#: builtin/merge.c:242
25eab542
JX
10214msgid "verify commit-msg hook"
10215msgstr ""
10216
9b7388a8 10217#: builtin/merge.c:267
cc76011e
JX
10218msgid "could not run stash."
10219msgstr ""
10220
9b7388a8 10221#: builtin/merge.c:272
cc76011e
JX
10222msgid "stash failed"
10223msgstr ""
10224
9b7388a8 10225#: builtin/merge.c:277
cc76011e
JX
10226#, c-format
10227msgid "not a valid object: %s"
10228msgstr ""
10229
9b7388a8 10230#: builtin/merge.c:299 builtin/merge.c:316
cc76011e
JX
10231msgid "read-tree failed"
10232msgstr ""
10233
9b7388a8 10234#: builtin/merge.c:346
cc76011e
JX
10235msgid " (nothing to squash)"
10236msgstr ""
10237
9b7388a8 10238#: builtin/merge.c:357
cc76011e
JX
10239#, c-format
10240msgid "Squash commit -- not updating HEAD\n"
10241msgstr ""
10242
9b7388a8 10243#: builtin/merge.c:407
cc76011e
JX
10244#, c-format
10245msgid "No merge message -- not updating HEAD\n"
10246msgstr ""
10247
9b7388a8 10248#: builtin/merge.c:457
cc76011e
JX
10249#, c-format
10250msgid "'%s' does not point to a commit"
10251msgstr ""
10252
9b7388a8 10253#: builtin/merge.c:547
cc76011e
JX
10254#, c-format
10255msgid "Bad branch.%s.mergeoptions string: %s"
10256msgstr ""
10257
abc8de64 10258#: builtin/merge.c:668
cc76011e
JX
10259msgid "Not handling anything other than two heads merge."
10260msgstr ""
10261
abc8de64 10262#: builtin/merge.c:682
cc76011e
JX
10263#, c-format
10264msgid "Unknown option for merge-recursive: -X%s"
10265msgstr ""
10266
abc8de64 10267#: builtin/merge.c:697
cc76011e
JX
10268#, c-format
10269msgid "unable to write %s"
10270msgstr ""
10271
9b7388a8 10272#: builtin/merge.c:748
cc76011e
JX
10273#, c-format
10274msgid "Could not read from '%s'"
10275msgstr ""
10276
9b7388a8 10277#: builtin/merge.c:757
cc76011e
JX
10278#, c-format
10279msgid "Not committing merge; use 'git commit' to complete the merge.\n"
10280msgstr ""
10281
9b7388a8 10282#: builtin/merge.c:763
9caaf23e 10283#, c-format
cc76011e
JX
10284msgid ""
10285"Please enter a commit message to explain why this merge is necessary,\n"
10286"especially if it merges an updated upstream into a topic branch.\n"
10287"\n"
9caaf23e 10288"Lines starting with '%c' will be ignored, and an empty message aborts\n"
cc76011e
JX
10289"the commit.\n"
10290msgstr ""
10291
9b7388a8 10292#: builtin/merge.c:799
cc76011e
JX
10293msgid "Empty commit message."
10294msgstr ""
10295
9b7388a8 10296#: builtin/merge.c:818
cc76011e
JX
10297#, c-format
10298msgid "Wonderful.\n"
10299msgstr ""
10300
9b7388a8 10301#: builtin/merge.c:871
cc76011e
JX
10302#, c-format
10303msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
10304msgstr ""
10305
9b7388a8 10306#: builtin/merge.c:910
cc76011e
JX
10307msgid "No current branch."
10308msgstr ""
10309
9b7388a8 10310#: builtin/merge.c:912
cc76011e
JX
10311msgid "No remote for the current branch."
10312msgstr ""
10313
9b7388a8 10314#: builtin/merge.c:914
cc76011e
JX
10315msgid "No default upstream defined for the current branch."
10316msgstr ""
10317
9b7388a8 10318#: builtin/merge.c:919
cc76011e 10319#, c-format
28b3cffc 10320msgid "No remote-tracking branch for %s from %s"
cc76011e
JX
10321msgstr ""
10322
9b7388a8 10323#: builtin/merge.c:972
9fa976ff
JX
10324#, c-format
10325msgid "Bad value '%s' in environment '%s'"
10326msgstr ""
10327
9b7388a8 10328#: builtin/merge.c:1074
9fa976ff
JX
10329#, c-format
10330msgid "not something we can merge in %s: %s"
10331msgstr ""
10332
9b7388a8 10333#: builtin/merge.c:1108
9fa976ff
JX
10334msgid "not something we can merge"
10335msgstr ""
10336
9b7388a8 10337#: builtin/merge.c:1210
673bfad0
JX
10338msgid "--abort expects no arguments"
10339msgstr ""
10340
9b7388a8 10341#: builtin/merge.c:1214
cc76011e
JX
10342msgid "There is no merge to abort (MERGE_HEAD missing)."
10343msgstr ""
10344
9b7388a8 10345#: builtin/merge.c:1226
673bfad0
JX
10346msgid "--continue expects no arguments"
10347msgstr ""
10348
9b7388a8 10349#: builtin/merge.c:1230
673bfad0
JX
10350msgid "There is no merge in progress (MERGE_HEAD missing)."
10351msgstr ""
10352
9b7388a8 10353#: builtin/merge.c:1246
cc76011e
JX
10354msgid ""
10355"You have not concluded your merge (MERGE_HEAD exists).\n"
d07a63e4 10356"Please, commit your changes before you merge."
cc76011e
JX
10357msgstr ""
10358
9b7388a8 10359#: builtin/merge.c:1253
cc76011e
JX
10360msgid ""
10361"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
d07a63e4 10362"Please, commit your changes before you merge."
cc76011e
JX
10363msgstr ""
10364
9b7388a8 10365#: builtin/merge.c:1256
cc76011e
JX
10366msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
10367msgstr ""
10368
9b7388a8 10369#: builtin/merge.c:1265
cc76011e
JX
10370msgid "You cannot combine --squash with --no-ff."
10371msgstr ""
10372
9b7388a8 10373#: builtin/merge.c:1273
cc76011e
JX
10374msgid "No commit specified and merge.defaultToUpstream not set."
10375msgstr ""
10376
9b7388a8 10377#: builtin/merge.c:1290
cc76011e
JX
10378msgid "Squash commit into empty head not supported yet"
10379msgstr ""
10380
9b7388a8 10381#: builtin/merge.c:1292
cc76011e
JX
10382msgid "Non-fast-forward commit does not make sense into an empty head"
10383msgstr ""
10384
9b7388a8 10385#: builtin/merge.c:1297
28b3cffc
JX
10386#, c-format
10387msgid "%s - not something we can merge"
10388msgstr ""
10389
9b7388a8 10390#: builtin/merge.c:1299
64f23b0c
JX
10391msgid "Can merge only exactly one commit into empty head"
10392msgstr ""
10393
9b7388a8 10394#: builtin/merge.c:1333
c138af56
JX
10395#, c-format
10396msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
10397msgstr ""
10398
9b7388a8 10399#: builtin/merge.c:1336
c138af56
JX
10400#, c-format
10401msgid "Commit %s has a bad GPG signature allegedly by %s."
10402msgstr ""
10403
9b7388a8 10404#: builtin/merge.c:1339
c138af56
JX
10405#, c-format
10406msgid "Commit %s does not have a GPG signature."
10407msgstr ""
10408
9b7388a8 10409#: builtin/merge.c:1342
c138af56
JX
10410#, c-format
10411msgid "Commit %s has a good GPG signature by %s\n"
10412msgstr ""
10413
9b7388a8 10414#: builtin/merge.c:1401
f517e50d
JX
10415msgid "refusing to merge unrelated histories"
10416msgstr ""
10417
9b7388a8 10418#: builtin/merge.c:1410
25eab542 10419msgid "Already up to date."
9fa976ff
JX
10420msgstr ""
10421
9b7388a8 10422#: builtin/merge.c:1420
cc76011e
JX
10423#, c-format
10424msgid "Updating %s..%s\n"
10425msgstr ""
10426
9b7388a8 10427#: builtin/merge.c:1461
cc76011e
JX
10428#, c-format
10429msgid "Trying really trivial in-index merge...\n"
10430msgstr ""
10431
9b7388a8 10432#: builtin/merge.c:1468
cc76011e
JX
10433#, c-format
10434msgid "Nope.\n"
10435msgstr ""
10436
9b7388a8 10437#: builtin/merge.c:1493
25eab542 10438msgid "Already up to date. Yeeah!"
9fa976ff
JX
10439msgstr ""
10440
9b7388a8 10441#: builtin/merge.c:1499
cc76011e
JX
10442msgid "Not possible to fast-forward, aborting."
10443msgstr ""
10444
9b7388a8 10445#: builtin/merge.c:1522 builtin/merge.c:1601
cc76011e
JX
10446#, c-format
10447msgid "Rewinding the tree to pristine...\n"
10448msgstr ""
10449
9b7388a8 10450#: builtin/merge.c:1526
cc76011e
JX
10451#, c-format
10452msgid "Trying merge strategy %s...\n"
10453msgstr ""
10454
9b7388a8 10455#: builtin/merge.c:1592
cc76011e
JX
10456#, c-format
10457msgid "No merge strategy handled the merge.\n"
10458msgstr ""
10459
9b7388a8 10460#: builtin/merge.c:1594
cc76011e
JX
10461#, c-format
10462msgid "Merge with strategy %s failed.\n"
10463msgstr ""
10464
9b7388a8 10465#: builtin/merge.c:1603
cc76011e
JX
10466#, c-format
10467msgid "Using the %s to prepare resolving by hand.\n"
10468msgstr ""
10469
9b7388a8 10470#: builtin/merge.c:1615
cc76011e
JX
10471#, c-format
10472msgid "Automatic merge went well; stopped before committing as requested\n"
10473msgstr ""
10474
5b34e000 10475#: builtin/merge-base.c:30
c2ea1208 10476msgid "git merge-base [-a | --all] <commit> <commit>..."
cc76011e
JX
10477msgstr ""
10478
5b34e000 10479#: builtin/merge-base.c:31
c2ea1208 10480msgid "git merge-base [-a | --all] --octopus <commit>..."
cc76011e
JX
10481msgstr ""
10482
5b34e000 10483#: builtin/merge-base.c:32
cc76011e
JX
10484msgid "git merge-base --independent <commit>..."
10485msgstr ""
10486
5b34e000 10487#: builtin/merge-base.c:33
cc76011e
JX
10488msgid "git merge-base --is-ancestor <commit> <commit>"
10489msgstr ""
10490
5b34e000 10491#: builtin/merge-base.c:34
df49095a
JX
10492msgid "git merge-base --fork-point <ref> [<commit>]"
10493msgstr ""
10494
18a90722 10495#: builtin/merge-base.c:220
cc76011e
JX
10496msgid "output all common ancestors"
10497msgstr ""
10498
18a90722 10499#: builtin/merge-base.c:222
cc76011e
JX
10500msgid "find ancestors for a single n-way merge"
10501msgstr ""
10502
18a90722 10503#: builtin/merge-base.c:224
cc76011e
JX
10504msgid "list revs not reachable from others"
10505msgstr ""
10506
18a90722 10507#: builtin/merge-base.c:226
cc76011e
JX
10508msgid "is the first one ancestor of the other?"
10509msgstr ""
10510
18a90722 10511#: builtin/merge-base.c:228
df49095a
JX
10512msgid "find where <commit> forked from reflog of <ref>"
10513msgstr ""
10514
5b34e000 10515#: builtin/merge-file.c:9
cc76011e 10516msgid ""
c2ea1208
JX
10517"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
10518"<orig-file> <file2>"
cc76011e
JX
10519msgstr ""
10520
5b34e000 10521#: builtin/merge-file.c:33
cc76011e
JX
10522msgid "send results to standard output"
10523msgstr ""
10524
5b34e000 10525#: builtin/merge-file.c:34
cc76011e
JX
10526msgid "use a diff3 based merge"
10527msgstr ""
10528
5b34e000 10529#: builtin/merge-file.c:35
cc76011e
JX
10530msgid "for conflicts, use our version"
10531msgstr ""
10532
5b34e000 10533#: builtin/merge-file.c:37
cc76011e
JX
10534msgid "for conflicts, use their version"
10535msgstr ""
10536
5b34e000 10537#: builtin/merge-file.c:39
cc76011e
JX
10538msgid "for conflicts, use a union version"
10539msgstr ""
10540
5b34e000 10541#: builtin/merge-file.c:42
cc76011e
JX
10542msgid "for conflicts, use this marker size"
10543msgstr ""
10544
5b34e000 10545#: builtin/merge-file.c:43
cc76011e
JX
10546msgid "do not warn about conflicts"
10547msgstr ""
10548
5b34e000 10549#: builtin/merge-file.c:45
c2ea1208 10550msgid "set labels for file1/orig-file/file2"
cc76011e
JX
10551msgstr ""
10552
fda7b092
JX
10553#: builtin/merge-recursive.c:45
10554#, c-format
10555msgid "unknown option %s"
10556msgstr ""
10557
10558#: builtin/merge-recursive.c:51
10559#, c-format
10560msgid "could not parse object '%s'"
10561msgstr ""
10562
10563#: builtin/merge-recursive.c:55
10564#, c-format
10565msgid "cannot handle more than %d base. Ignoring %s."
10566msgid_plural "cannot handle more than %d bases. Ignoring %s."
10567msgstr[0] ""
10568msgstr[1] ""
10569
10570#: builtin/merge-recursive.c:63
10571msgid "not handling anything other than two heads merge."
10572msgstr ""
10573
10574#: builtin/merge-recursive.c:69 builtin/merge-recursive.c:71
10575#, c-format
10576msgid "could not resolve ref '%s'"
10577msgstr ""
10578
10579#: builtin/merge-recursive.c:77
10580#, c-format
10581msgid "Merging %s with %s\n"
10582msgstr ""
10583
9eb3984b 10584#: builtin/mktree.c:65
cc76011e
JX
10585msgid "git mktree [-z] [--missing] [--batch]"
10586msgstr ""
10587
5b34e000 10588#: builtin/mktree.c:153
cc76011e
JX
10589msgid "input is NUL terminated"
10590msgstr ""
10591
5b34e000 10592#: builtin/mktree.c:154 builtin/write-tree.c:25
cc76011e
JX
10593msgid "allow missing objects"
10594msgstr ""
10595
5b34e000 10596#: builtin/mktree.c:155
cc76011e
JX
10597msgid "allow creation of more than one tree"
10598msgstr ""
10599
5b34e000 10600#: builtin/mv.c:17
c2ea1208 10601msgid "git mv [<options>] <source>... <destination>"
cc76011e
JX
10602msgstr ""
10603
9b7388a8 10604#: builtin/mv.c:82
d07a63e4
JX
10605#, c-format
10606msgid "Directory %s is in index and no submodule?"
cc76011e
JX
10607msgstr ""
10608
9b7388a8 10609#: builtin/mv.c:84 builtin/rm.c:288
d07a63e4 10610msgid "Please stage your changes to .gitmodules or stash them to proceed"
cc76011e
JX
10611msgstr ""
10612
9b7388a8 10613#: builtin/mv.c:102
cc76011e 10614#, c-format
d07a63e4 10615msgid "%.*s is in index"
cc76011e
JX
10616msgstr ""
10617
9b7388a8 10618#: builtin/mv.c:124
d07a63e4 10619msgid "force move/rename even if target exists"
cc76011e
JX
10620msgstr ""
10621
9b7388a8 10622#: builtin/mv.c:126
d07a63e4 10623msgid "skip move/rename errors"
cc76011e
JX
10624msgstr ""
10625
abc8de64 10626#: builtin/mv.c:168
d07a63e4
JX
10627#, c-format
10628msgid "destination '%s' is not a directory"
cc76011e
JX
10629msgstr ""
10630
abc8de64 10631#: builtin/mv.c:179
727b9576 10632#, c-format
d07a63e4 10633msgid "Checking rename of '%s' to '%s'\n"
727b9576
JX
10634msgstr ""
10635
abc8de64 10636#: builtin/mv.c:183
d07a63e4 10637msgid "bad source"
727b9576
JX
10638msgstr ""
10639
abc8de64 10640#: builtin/mv.c:186
d07a63e4 10641msgid "can not move directory into itself"
cc76011e
JX
10642msgstr ""
10643
abc8de64 10644#: builtin/mv.c:189
d07a63e4
JX
10645msgid "cannot move directory over file"
10646msgstr ""
10647
abc8de64 10648#: builtin/mv.c:198
cc76011e
JX
10649msgid "source directory is empty"
10650msgstr ""
10651
abc8de64 10652#: builtin/mv.c:223
cc76011e
JX
10653msgid "not under version control"
10654msgstr ""
10655
abc8de64 10656#: builtin/mv.c:226
cc76011e
JX
10657msgid "destination exists"
10658msgstr ""
10659
abc8de64 10660#: builtin/mv.c:234
cc76011e
JX
10661#, c-format
10662msgid "overwriting '%s'"
10663msgstr ""
10664
abc8de64 10665#: builtin/mv.c:237
cc76011e
JX
10666msgid "Cannot overwrite"
10667msgstr ""
10668
abc8de64 10669#: builtin/mv.c:240
cc76011e
JX
10670msgid "multiple sources for the same target"
10671msgstr ""
10672
abc8de64 10673#: builtin/mv.c:242
df49095a
JX
10674msgid "destination directory does not exist"
10675msgstr ""
10676
abc8de64 10677#: builtin/mv.c:249
cc76011e
JX
10678#, c-format
10679msgid "%s, source=%s, destination=%s"
10680msgstr ""
10681
abc8de64 10682#: builtin/mv.c:270
cc76011e
JX
10683#, c-format
10684msgid "Renaming %s to %s\n"
10685msgstr ""
10686
9b7388a8 10687#: builtin/mv.c:276 builtin/remote.c:715 builtin/repack.c:409
cc76011e
JX
10688#, c-format
10689msgid "renaming '%s' failed"
10690msgstr ""
10691
5b34e000 10692#: builtin/name-rev.c:338
c2ea1208 10693msgid "git name-rev [<options>] <commit>..."
cc76011e
JX
10694msgstr ""
10695
5b34e000 10696#: builtin/name-rev.c:339
c2ea1208 10697msgid "git name-rev [<options>] --all"
cc76011e
JX
10698msgstr ""
10699
5b34e000 10700#: builtin/name-rev.c:340
c2ea1208 10701msgid "git name-rev [<options>] --stdin"
cc76011e
JX
10702msgstr ""
10703
5b34e000 10704#: builtin/name-rev.c:395
cc76011e
JX
10705msgid "print only names (no SHA-1)"
10706msgstr ""
10707
5b34e000 10708#: builtin/name-rev.c:396
cc76011e
JX
10709msgid "only use tags to name the commits"
10710msgstr ""
10711
5b34e000 10712#: builtin/name-rev.c:398
cc76011e
JX
10713msgid "only use refs matching <pattern>"
10714msgstr ""
10715
5b34e000 10716#: builtin/name-rev.c:400
dfc182b1
JX
10717msgid "ignore refs matching <pattern>"
10718msgstr ""
10719
5b34e000 10720#: builtin/name-rev.c:402
cc76011e
JX
10721msgid "list all commits reachable from all refs"
10722msgstr ""
10723
5b34e000 10724#: builtin/name-rev.c:403
cc76011e
JX
10725msgid "read from stdin"
10726msgstr ""
10727
5b34e000 10728#: builtin/name-rev.c:404
727b9576 10729msgid "allow to print `undefined` names (default)"
cc76011e
JX
10730msgstr ""
10731
5b34e000 10732#: builtin/name-rev.c:410
28b3cffc
JX
10733msgid "dereference tags in the input (internal use)"
10734msgstr ""
10735
5b34e000 10736#: builtin/notes.c:26
c2ea1208 10737msgid "git notes [--ref <notes-ref>] [list [<object>]]"
cc76011e
JX
10738msgstr ""
10739
5b34e000 10740#: builtin/notes.c:27
cc76011e 10741msgid ""
c2ea1208 10742"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
beb691f7 10743"| (-c | -C) <object>] [<object>]"
cc76011e
JX
10744msgstr ""
10745
5b34e000 10746#: builtin/notes.c:28
c2ea1208 10747msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
cc76011e
JX
10748msgstr ""
10749
5b34e000 10750#: builtin/notes.c:29
cc76011e 10751msgid ""
c2ea1208 10752"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
beb691f7 10753"(-c | -C) <object>] [<object>]"
cc76011e
JX
10754msgstr ""
10755
5b34e000 10756#: builtin/notes.c:30
c2ea1208 10757msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
cc76011e
JX
10758msgstr ""
10759
5b34e000 10760#: builtin/notes.c:31
c2ea1208 10761msgid "git notes [--ref <notes-ref>] show [<object>]"
cc76011e
JX
10762msgstr ""
10763
5b34e000 10764#: builtin/notes.c:32
cc76011e 10765msgid ""
c2ea1208 10766"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
cc76011e
JX
10767msgstr ""
10768
5b34e000 10769#: builtin/notes.c:33
cc76011e
JX
10770msgid "git notes merge --commit [-v | -q]"
10771msgstr ""
10772
5b34e000 10773#: builtin/notes.c:34
cc76011e
JX
10774msgid "git notes merge --abort [-v | -q]"
10775msgstr ""
10776
5b34e000 10777#: builtin/notes.c:35
c2ea1208 10778msgid "git notes [--ref <notes-ref>] remove [<object>...]"
cc76011e
JX
10779msgstr ""
10780
5b34e000 10781#: builtin/notes.c:36
18a90722 10782msgid "git notes [--ref <notes-ref>] prune [-n] [-v]"
cc76011e
JX
10783msgstr ""
10784
5b34e000 10785#: builtin/notes.c:37
c2ea1208 10786msgid "git notes [--ref <notes-ref>] get-ref"
cc76011e
JX
10787msgstr ""
10788
5b34e000 10789#: builtin/notes.c:42
cc76011e
JX
10790msgid "git notes [list [<object>]]"
10791msgstr ""
10792
5b34e000 10793#: builtin/notes.c:47
cc76011e
JX
10794msgid "git notes add [<options>] [<object>]"
10795msgstr ""
10796
5b34e000 10797#: builtin/notes.c:52
cc76011e
JX
10798msgid "git notes copy [<options>] <from-object> <to-object>"
10799msgstr ""
10800
5b34e000 10801#: builtin/notes.c:53
cc76011e
JX
10802msgid "git notes copy --stdin [<from-object> <to-object>]..."
10803msgstr ""
10804
5b34e000 10805#: builtin/notes.c:58
cc76011e
JX
10806msgid "git notes append [<options>] [<object>]"
10807msgstr ""
10808
5b34e000 10809#: builtin/notes.c:63
cc76011e
JX
10810msgid "git notes edit [<object>]"
10811msgstr ""
10812
5b34e000 10813#: builtin/notes.c:68
cc76011e
JX
10814msgid "git notes show [<object>]"
10815msgstr ""
10816
5b34e000 10817#: builtin/notes.c:73
c2ea1208 10818msgid "git notes merge [<options>] <notes-ref>"
cc76011e
JX
10819msgstr ""
10820
5b34e000 10821#: builtin/notes.c:74
cc76011e
JX
10822msgid "git notes merge --commit [<options>]"
10823msgstr ""
10824
5b34e000 10825#: builtin/notes.c:75
cc76011e
JX
10826msgid "git notes merge --abort [<options>]"
10827msgstr ""
10828
5b34e000 10829#: builtin/notes.c:80
cc76011e
JX
10830msgid "git notes remove [<object>]"
10831msgstr ""
10832
5b34e000 10833#: builtin/notes.c:85
cc76011e
JX
10834msgid "git notes prune [<options>]"
10835msgstr ""
10836
5b34e000 10837#: builtin/notes.c:90
cc76011e
JX
10838msgid "git notes get-ref"
10839msgstr ""
10840
5b34e000 10841#: builtin/notes.c:95
9fa976ff
JX
10842msgid "Write/edit the notes for the following object:"
10843msgstr ""
10844
5b34e000 10845#: builtin/notes.c:148
cc76011e
JX
10846#, c-format
10847msgid "unable to start 'show' for object '%s'"
10848msgstr ""
10849
5b34e000 10850#: builtin/notes.c:152
9caaf23e 10851msgid "could not read 'show' output"
cc76011e
JX
10852msgstr ""
10853
5b34e000 10854#: builtin/notes.c:160
cc76011e
JX
10855#, c-format
10856msgid "failed to finish 'show' for object '%s'"
10857msgstr ""
10858
5b34e000 10859#: builtin/notes.c:195
fda7b092 10860msgid "please supply the note contents using either -m or -F option"
cc76011e
JX
10861msgstr ""
10862
5b34e000 10863#: builtin/notes.c:204
cc76011e
JX
10864msgid "unable to write note object"
10865msgstr ""
10866
5b34e000 10867#: builtin/notes.c:206
cc76011e 10868#, c-format
fda7b092 10869msgid "the note contents have been left in %s"
cc76011e
JX
10870msgstr ""
10871
9b7388a8 10872#: builtin/notes.c:234 builtin/tag.c:507
cc76011e
JX
10873#, c-format
10874msgid "cannot read '%s'"
10875msgstr ""
10876
9b7388a8 10877#: builtin/notes.c:236 builtin/tag.c:510
cc76011e
JX
10878#, c-format
10879msgid "could not open or read '%s'"
10880msgstr ""
10881
5b34e000 10882#: builtin/notes.c:255 builtin/notes.c:306 builtin/notes.c:308
25eab542
JX
10883#: builtin/notes.c:376 builtin/notes.c:431 builtin/notes.c:517
10884#: builtin/notes.c:522 builtin/notes.c:600 builtin/notes.c:662
fda7b092
JX
10885#, c-format
10886msgid "failed to resolve '%s' as a valid ref."
10887msgstr ""
10888
5b34e000 10889#: builtin/notes.c:258
cc76011e 10890#, c-format
fda7b092 10891msgid "failed to read object '%s'."
cc76011e
JX
10892msgstr ""
10893
5b34e000 10894#: builtin/notes.c:262
5e078fcd 10895#, c-format
fda7b092 10896msgid "cannot read note data from non-blob object '%s'."
5e078fcd
JX
10897msgstr ""
10898
5b34e000 10899#: builtin/notes.c:302
fda7b092
JX
10900#, c-format
10901msgid "malformed input line: '%s'."
10902msgstr ""
10903
5b34e000 10904#: builtin/notes.c:317
fda7b092
JX
10905#, c-format
10906msgid "failed to copy notes from '%s' to '%s'"
10907msgstr ""
10908
5b34e000
JX
10909#. TRANSLATORS: the first %s will be replaced by a git
10910#. notes command: 'add', 'merge', 'remove', etc.
10911#.
25eab542 10912#: builtin/notes.c:349
fda7b092
JX
10913#, c-format
10914msgid "refusing to %s notes in %s (outside of refs/notes/)"
10915msgstr ""
10916
25eab542
JX
10917#: builtin/notes.c:369 builtin/notes.c:424 builtin/notes.c:500
10918#: builtin/notes.c:512 builtin/notes.c:588 builtin/notes.c:655
10919#: builtin/notes.c:805 builtin/notes.c:952 builtin/notes.c:973
cc76011e
JX
10920msgid "too many parameters"
10921msgstr ""
10922
25eab542 10923#: builtin/notes.c:382 builtin/notes.c:668
cc76011e 10924#, c-format
fda7b092 10925msgid "no note found for object %s."
cc76011e
JX
10926msgstr ""
10927
25eab542 10928#: builtin/notes.c:403 builtin/notes.c:566
cc76011e
JX
10929msgid "note contents as a string"
10930msgstr ""
10931
25eab542 10932#: builtin/notes.c:406 builtin/notes.c:569
cc76011e
JX
10933msgid "note contents in a file"
10934msgstr ""
10935
25eab542 10936#: builtin/notes.c:409 builtin/notes.c:572
cc76011e
JX
10937msgid "reuse and edit specified note object"
10938msgstr ""
10939
25eab542 10940#: builtin/notes.c:412 builtin/notes.c:575
cc76011e
JX
10941msgid "reuse specified note object"
10942msgstr ""
10943
25eab542 10944#: builtin/notes.c:415 builtin/notes.c:578
beb691f7
JX
10945msgid "allow storing empty note"
10946msgstr ""
10947
25eab542 10948#: builtin/notes.c:416 builtin/notes.c:487
cc76011e
JX
10949msgid "replace existing notes"
10950msgstr ""
10951
25eab542 10952#: builtin/notes.c:441
cc76011e
JX
10953#, c-format
10954msgid ""
10955"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
10956"existing notes"
10957msgstr ""
10958
25eab542 10959#: builtin/notes.c:456 builtin/notes.c:535
cc76011e
JX
10960#, c-format
10961msgid "Overwriting existing notes for object %s\n"
10962msgstr ""
10963
25eab542 10964#: builtin/notes.c:467 builtin/notes.c:627 builtin/notes.c:892
beb691f7
JX
10965#, c-format
10966msgid "Removing note for object %s\n"
10967msgstr ""
10968
25eab542 10969#: builtin/notes.c:488
cc76011e
JX
10970msgid "read objects from stdin"
10971msgstr ""
10972
25eab542 10973#: builtin/notes.c:490
cc76011e
JX
10974msgid "load rewriting config for <command> (implies --stdin)"
10975msgstr ""
10976
25eab542 10977#: builtin/notes.c:508
cc76011e
JX
10978msgid "too few parameters"
10979msgstr ""
10980
25eab542 10981#: builtin/notes.c:529
cc76011e
JX
10982#, c-format
10983msgid ""
10984"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
10985"existing notes"
10986msgstr ""
10987
25eab542 10988#: builtin/notes.c:541
cc76011e 10989#, c-format
fda7b092 10990msgid "missing notes on source object %s. Cannot copy."
cc76011e
JX
10991msgstr ""
10992
25eab542 10993#: builtin/notes.c:593
cc76011e
JX
10994#, c-format
10995msgid ""
10996"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
10997"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
10998msgstr ""
10999
25eab542 11000#: builtin/notes.c:688
fda7b092
JX
11001msgid "failed to delete ref NOTES_MERGE_PARTIAL"
11002msgstr ""
11003
25eab542 11004#: builtin/notes.c:690
fda7b092
JX
11005msgid "failed to delete ref NOTES_MERGE_REF"
11006msgstr ""
11007
25eab542 11008#: builtin/notes.c:692
fda7b092
JX
11009msgid "failed to remove 'git notes merge' worktree"
11010msgstr ""
11011
25eab542 11012#: builtin/notes.c:712
fda7b092
JX
11013msgid "failed to read ref NOTES_MERGE_PARTIAL"
11014msgstr ""
11015
25eab542 11016#: builtin/notes.c:714
fda7b092
JX
11017msgid "could not find commit from NOTES_MERGE_PARTIAL."
11018msgstr ""
11019
25eab542 11020#: builtin/notes.c:716
fda7b092
JX
11021msgid "could not parse commit from NOTES_MERGE_PARTIAL."
11022msgstr ""
11023
25eab542 11024#: builtin/notes.c:729
fda7b092
JX
11025msgid "failed to resolve NOTES_MERGE_REF"
11026msgstr ""
11027
25eab542 11028#: builtin/notes.c:732
fda7b092
JX
11029msgid "failed to finalize notes merge"
11030msgstr ""
11031
25eab542 11032#: builtin/notes.c:758
9fa976ff
JX
11033#, c-format
11034msgid "unknown notes merge strategy %s"
11035msgstr ""
11036
25eab542 11037#: builtin/notes.c:774
cc76011e
JX
11038msgid "General options"
11039msgstr ""
11040
25eab542 11041#: builtin/notes.c:776
cc76011e
JX
11042msgid "Merge options"
11043msgstr ""
11044
25eab542 11045#: builtin/notes.c:778
cc76011e
JX
11046msgid ""
11047"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
11048"cat_sort_uniq)"
11049msgstr ""
11050
25eab542 11051#: builtin/notes.c:780
cc76011e
JX
11052msgid "Committing unmerged notes"
11053msgstr ""
11054
25eab542 11055#: builtin/notes.c:782
cc76011e
JX
11056msgid "finalize notes merge by committing unmerged notes"
11057msgstr ""
11058
25eab542 11059#: builtin/notes.c:784
cc76011e
JX
11060msgid "Aborting notes merge resolution"
11061msgstr ""
11062
25eab542 11063#: builtin/notes.c:786
cc76011e
JX
11064msgid "abort notes merge"
11065msgstr ""
11066
25eab542 11067#: builtin/notes.c:797
9fa976ff
JX
11068msgid "cannot mix --commit, --abort or -s/--strategy"
11069msgstr ""
11070
25eab542 11071#: builtin/notes.c:802
fda7b092 11072msgid "must specify a notes ref to merge"
9fa976ff
JX
11073msgstr ""
11074
25eab542 11075#: builtin/notes.c:826
9fa976ff 11076#, c-format
fda7b092 11077msgid "unknown -s/--strategy: %s"
9fa976ff
JX
11078msgstr ""
11079
25eab542 11080#: builtin/notes.c:863
df0617bf 11081#, c-format
fda7b092 11082msgid "a notes merge into %s is already in-progress at %s"
df0617bf
JX
11083msgstr ""
11084
25eab542 11085#: builtin/notes.c:866
9fa976ff 11086#, c-format
fda7b092 11087msgid "failed to store link to current notes ref (%s)"
9fa976ff
JX
11088msgstr ""
11089
25eab542 11090#: builtin/notes.c:868
9fa976ff
JX
11091#, c-format
11092msgid ""
11093"Automatic notes merge failed. Fix conflicts in %s and commit the result with "
11094"'git notes merge --commit', or abort the merge with 'git notes merge --"
11095"abort'.\n"
11096msgstr ""
11097
25eab542 11098#: builtin/notes.c:890
cc76011e
JX
11099#, c-format
11100msgid "Object %s has no note\n"
11101msgstr ""
11102
25eab542 11103#: builtin/notes.c:902
cc76011e
JX
11104msgid "attempt to remove non-existent note is not an error"
11105msgstr ""
11106
25eab542 11107#: builtin/notes.c:905
cc76011e
JX
11108msgid "read object names from the standard input"
11109msgstr ""
11110
9b7388a8 11111#: builtin/notes.c:943 builtin/prune.c:107 builtin/worktree.c:151
9fa976ff
JX
11112msgid "do not remove, show only"
11113msgstr ""
11114
25eab542 11115#: builtin/notes.c:944
9fa976ff 11116msgid "report pruned notes"
cc76011e
JX
11117msgstr ""
11118
25eab542 11119#: builtin/notes.c:986
9fa976ff
JX
11120msgid "notes-ref"
11121msgstr ""
11122
25eab542 11123#: builtin/notes.c:987
c2ea1208 11124msgid "use notes from <notes-ref>"
cc76011e
JX
11125msgstr ""
11126
25eab542 11127#: builtin/notes.c:1022
cc76011e 11128#, c-format
fda7b092 11129msgid "unknown subcommand: %s"
cc76011e
JX
11130msgstr ""
11131
9b7388a8 11132#: builtin/pack-objects.c:48
df0617bf
JX
11133msgid ""
11134"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
cc76011e
JX
11135msgstr ""
11136
9b7388a8 11137#: builtin/pack-objects.c:49
df0617bf
JX
11138msgid ""
11139"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
cc76011e
JX
11140msgstr ""
11141
9b7388a8 11142#: builtin/pack-objects.c:211 builtin/pack-objects.c:214
cc76011e
JX
11143#, c-format
11144msgid "deflate error (%d)"
11145msgstr ""
11146
9b7388a8 11147#: builtin/pack-objects.c:810
f517e50d
JX
11148msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
11149msgstr ""
11150
9b7388a8 11151#: builtin/pack-objects.c:823
5e078fcd
JX
11152msgid "Writing objects"
11153msgstr ""
11154
9b7388a8 11155#: builtin/pack-objects.c:1106
5e078fcd
JX
11156msgid "disabling bitmap writing, as some objects are not being packed"
11157msgstr ""
11158
9b7388a8
JX
11159#: builtin/pack-objects.c:1765
11160msgid "Counting objects"
11161msgstr ""
11162
11163#: builtin/pack-objects.c:1895
11164#, c-format
11165msgid "unable to get size of %s"
11166msgstr ""
11167
11168#: builtin/pack-objects.c:1910
11169#, c-format
11170msgid "unable to parse object header of %s"
11171msgstr ""
11172
11173#: builtin/pack-objects.c:2564
5e078fcd
JX
11174msgid "Compressing objects"
11175msgstr ""
11176
9b7388a8 11177#: builtin/pack-objects.c:2735
18a90722
JX
11178msgid "invalid value for --missing"
11179msgstr ""
11180
9b7388a8 11181#: builtin/pack-objects.c:3067
cc76011e
JX
11182#, c-format
11183msgid "unsupported index version %s"
11184msgstr ""
11185
9b7388a8 11186#: builtin/pack-objects.c:3071
cc76011e
JX
11187#, c-format
11188msgid "bad index version '%s'"
11189msgstr ""
11190
9b7388a8 11191#: builtin/pack-objects.c:3102
cc76011e
JX
11192msgid "do not show progress meter"
11193msgstr ""
11194
9b7388a8 11195#: builtin/pack-objects.c:3104
cc76011e
JX
11196msgid "show progress meter"
11197msgstr ""
11198
9b7388a8 11199#: builtin/pack-objects.c:3106
cc76011e
JX
11200msgid "show progress meter during object writing phase"
11201msgstr ""
11202
9b7388a8 11203#: builtin/pack-objects.c:3109
cc76011e
JX
11204msgid "similar to --all-progress when progress meter is shown"
11205msgstr ""
11206
9b7388a8 11207#: builtin/pack-objects.c:3110
cc76011e
JX
11208msgid "version[,offset]"
11209msgstr ""
11210
9b7388a8 11211#: builtin/pack-objects.c:3111
cc76011e
JX
11212msgid "write the pack index file in the specified idx format version"
11213msgstr ""
11214
9b7388a8 11215#: builtin/pack-objects.c:3114
cc76011e
JX
11216msgid "maximum size of each output pack file"
11217msgstr ""
11218
9b7388a8 11219#: builtin/pack-objects.c:3116
cc76011e
JX
11220msgid "ignore borrowed objects from alternate object store"
11221msgstr ""
11222
9b7388a8 11223#: builtin/pack-objects.c:3118
cc76011e
JX
11224msgid "ignore packed objects"
11225msgstr ""
11226
9b7388a8 11227#: builtin/pack-objects.c:3120
cc76011e
JX
11228msgid "limit pack window by objects"
11229msgstr ""
11230
9b7388a8 11231#: builtin/pack-objects.c:3122
cc76011e
JX
11232msgid "limit pack window by memory in addition to object limit"
11233msgstr ""
11234
9b7388a8 11235#: builtin/pack-objects.c:3124
cc76011e
JX
11236msgid "maximum length of delta chain allowed in the resulting pack"
11237msgstr ""
11238
9b7388a8 11239#: builtin/pack-objects.c:3126
cc76011e
JX
11240msgid "reuse existing deltas"
11241msgstr ""
11242
9b7388a8 11243#: builtin/pack-objects.c:3128
cc76011e
JX
11244msgid "reuse existing objects"
11245msgstr ""
11246
9b7388a8 11247#: builtin/pack-objects.c:3130
cc76011e
JX
11248msgid "use OFS_DELTA objects"
11249msgstr ""
11250
9b7388a8 11251#: builtin/pack-objects.c:3132
cc76011e
JX
11252msgid "use threads when searching for best delta matches"
11253msgstr ""
11254
9b7388a8 11255#: builtin/pack-objects.c:3134
cc76011e
JX
11256msgid "do not create an empty pack output"
11257msgstr ""
11258
9b7388a8 11259#: builtin/pack-objects.c:3136
cc76011e
JX
11260msgid "read revision arguments from standard input"
11261msgstr ""
11262
9b7388a8 11263#: builtin/pack-objects.c:3138
cc76011e
JX
11264msgid "limit the objects to those that are not yet packed"
11265msgstr ""
11266
9b7388a8 11267#: builtin/pack-objects.c:3141
cc76011e
JX
11268msgid "include objects reachable from any reference"
11269msgstr ""
11270
9b7388a8 11271#: builtin/pack-objects.c:3144
cc76011e
JX
11272msgid "include objects referred by reflog entries"
11273msgstr ""
11274
9b7388a8 11275#: builtin/pack-objects.c:3147
d07a63e4
JX
11276msgid "include objects referred to by the index"
11277msgstr ""
11278
9b7388a8 11279#: builtin/pack-objects.c:3150
cc76011e
JX
11280msgid "output pack to stdout"
11281msgstr ""
11282
9b7388a8 11283#: builtin/pack-objects.c:3152
cc76011e
JX
11284msgid "include tag objects that refer to objects to be packed"
11285msgstr ""
11286
9b7388a8 11287#: builtin/pack-objects.c:3154
cc76011e
JX
11288msgid "keep unreachable objects"
11289msgstr ""
11290
9b7388a8 11291#: builtin/pack-objects.c:3156
9fa976ff
JX
11292msgid "pack loose unreachable objects"
11293msgstr ""
11294
9b7388a8 11295#: builtin/pack-objects.c:3158
cc76011e
JX
11296msgid "unpack unreachable objects newer than <time>"
11297msgstr ""
11298
9b7388a8 11299#: builtin/pack-objects.c:3161
cc76011e
JX
11300msgid "create thin packs"
11301msgstr ""
11302
9b7388a8 11303#: builtin/pack-objects.c:3163
beb691f7
JX
11304msgid "create packs suitable for shallow fetches"
11305msgstr ""
11306
9b7388a8 11307#: builtin/pack-objects.c:3165
cc76011e
JX
11308msgid "ignore packs that have companion .keep file"
11309msgstr ""
11310
9b7388a8
JX
11311#: builtin/pack-objects.c:3167
11312msgid "ignore this pack"
11313msgstr ""
11314
11315#: builtin/pack-objects.c:3169
cc76011e
JX
11316msgid "pack compression level"
11317msgstr ""
11318
9b7388a8 11319#: builtin/pack-objects.c:3171
cc76011e
JX
11320msgid "do not hide commits by grafts"
11321msgstr ""
11322
9b7388a8 11323#: builtin/pack-objects.c:3173
5e078fcd
JX
11324msgid "use a bitmap index if available to speed up counting objects"
11325msgstr ""
11326
9b7388a8 11327#: builtin/pack-objects.c:3175
5e078fcd
JX
11328msgid "write a bitmap index together with the pack index"
11329msgstr ""
11330
9b7388a8 11331#: builtin/pack-objects.c:3178
18a90722
JX
11332msgid "handling for missing objects"
11333msgstr ""
11334
9b7388a8 11335#: builtin/pack-objects.c:3181
abc8de64
JX
11336msgid "do not pack objects in promisor packfiles"
11337msgstr ""
11338
9b7388a8
JX
11339#: builtin/pack-objects.c:3205
11340#, c-format
11341msgid "delta chain depth %d is too deep, forcing %d"
11342msgstr ""
11343
11344#: builtin/pack-objects.c:3210
11345#, c-format
11346msgid "pack.deltaCacheLimit is too high, forcing %d"
5e078fcd
JX
11347msgstr ""
11348
9b7388a8
JX
11349#: builtin/pack-objects.c:3338
11350msgid "Enumerating objects"
11351msgstr ""
11352
11353#: builtin/pack-refs.c:7
df0617bf
JX
11354msgid "git pack-refs [<options>]"
11355msgstr ""
11356
9b7388a8 11357#: builtin/pack-refs.c:15
df0617bf
JX
11358msgid "pack everything"
11359msgstr ""
11360
9b7388a8 11361#: builtin/pack-refs.c:16
df0617bf
JX
11362msgid "prune loose refs (default)"
11363msgstr ""
11364
25eab542 11365#: builtin/prune-packed.c:8
df0617bf
JX
11366msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
11367msgstr ""
11368
25eab542 11369#: builtin/prune-packed.c:41
df0617bf
JX
11370msgid "Removing duplicate objects"
11371msgstr ""
11372
11373#: builtin/prune.c:11
18a90722 11374msgid "git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"
df0617bf
JX
11375msgstr ""
11376
9b7388a8 11377#: builtin/prune.c:108
df0617bf
JX
11378msgid "report pruned objects"
11379msgstr ""
11380
9b7388a8 11381#: builtin/prune.c:111
df0617bf
JX
11382msgid "expire objects older than <time>"
11383msgstr ""
11384
9b7388a8 11385#: builtin/prune.c:113
abc8de64
JX
11386msgid "limit traversal to objects outside promisor packfiles"
11387msgstr ""
11388
9b7388a8 11389#: builtin/prune.c:127
f4f2c8f8
JX
11390msgid "cannot prune in a precious-objects repo"
11391msgstr ""
11392
9b7388a8 11393#: builtin/pull.c:59 builtin/pull.c:61
fda7b092
JX
11394#, c-format
11395msgid "Invalid value for %s: %s"
11396msgstr ""
11397
9b7388a8 11398#: builtin/pull.c:81
f4f2c8f8 11399msgid "git pull [<options>] [<repository> [<refspec>...]]"
df0617bf
JX
11400msgstr ""
11401
9b7388a8 11402#: builtin/pull.c:132
5b34e000
JX
11403msgid "control for recursive fetching of submodules"
11404msgstr ""
11405
9b7388a8 11406#: builtin/pull.c:136
df0617bf
JX
11407msgid "Options related to merging"
11408msgstr ""
11409
9b7388a8 11410#: builtin/pull.c:139
df0617bf
JX
11411msgid "incorporate changes by rebasing rather than merging"
11412msgstr ""
11413
9b7388a8 11414#: builtin/pull.c:166 builtin/rebase--helper.c:23 builtin/revert.c:121
df0617bf
JX
11415msgid "allow fast-forward"
11416msgstr ""
11417
9b7388a8 11418#: builtin/pull.c:175
f517e50d
JX
11419msgid "automatically stash/stash pop before and after rebase"
11420msgstr ""
11421
9b7388a8 11422#: builtin/pull.c:191
df0617bf
JX
11423msgid "Options related to fetching"
11424msgstr ""
11425
9b7388a8 11426#: builtin/pull.c:209
9eb3984b
JX
11427msgid "number of submodules pulled in parallel"
11428msgstr ""
11429
9b7388a8 11430#: builtin/pull.c:304
df0617bf
JX
11431#, c-format
11432msgid "Invalid value for pull.ff: %s"
11433msgstr ""
11434
9b7388a8 11435#: builtin/pull.c:420
df0617bf
JX
11436msgid ""
11437"There is no candidate for rebasing against among the refs that you just "
11438"fetched."
11439msgstr ""
11440
9b7388a8 11441#: builtin/pull.c:422
df0617bf
JX
11442msgid ""
11443"There are no candidates for merging among the refs that you just fetched."
11444msgstr ""
11445
9b7388a8 11446#: builtin/pull.c:423
df0617bf
JX
11447msgid ""
11448"Generally this means that you provided a wildcard refspec which had no\n"
11449"matches on the remote end."
11450msgstr ""
11451
9b7388a8 11452#: builtin/pull.c:426
df0617bf
JX
11453#, c-format
11454msgid ""
11455"You asked to pull from the remote '%s', but did not specify\n"
11456"a branch. Because this is not the default configured remote\n"
11457"for your current branch, you must specify a branch on the command line."
11458msgstr ""
11459
9b7388a8 11460#: builtin/pull.c:431 git-parse-remote.sh:73
df0617bf
JX
11461msgid "You are not currently on a branch."
11462msgstr ""
11463
9b7388a8 11464#: builtin/pull.c:433 builtin/pull.c:448 git-parse-remote.sh:79
df0617bf
JX
11465msgid "Please specify which branch you want to rebase against."
11466msgstr ""
11467
9b7388a8 11468#: builtin/pull.c:435 builtin/pull.c:450 git-parse-remote.sh:82
df0617bf
JX
11469msgid "Please specify which branch you want to merge with."
11470msgstr ""
11471
9b7388a8 11472#: builtin/pull.c:436 builtin/pull.c:451
df0617bf 11473msgid "See git-pull(1) for details."
cc76011e
JX
11474msgstr ""
11475
9b7388a8 11476#: builtin/pull.c:438 builtin/pull.c:444 builtin/pull.c:453
f517e50d
JX
11477#: git-parse-remote.sh:64
11478msgid "<remote>"
11479msgstr ""
11480
9b7388a8 11481#: builtin/pull.c:438 builtin/pull.c:453 builtin/pull.c:458 git-rebase.sh:523
f517e50d
JX
11482#: git-parse-remote.sh:65
11483msgid "<branch>"
11484msgstr ""
11485
9b7388a8 11486#: builtin/pull.c:446 git-parse-remote.sh:75
df0617bf 11487msgid "There is no tracking information for the current branch."
cc76011e
JX
11488msgstr ""
11489
9b7388a8 11490#: builtin/pull.c:455 git-parse-remote.sh:95
df0617bf 11491msgid ""
f517e50d 11492"If you wish to set tracking information for this branch you can do so with:"
cc76011e
JX
11493msgstr ""
11494
9b7388a8 11495#: builtin/pull.c:460
df0617bf
JX
11496#, c-format
11497msgid ""
11498"Your configuration specifies to merge with the ref '%s'\n"
11499"from the remote, but no such ref was fetched."
cc76011e
JX
11500msgstr ""
11501
9b7388a8 11502#: builtin/pull.c:826
9fa976ff
JX
11503msgid "ignoring --verify-signatures for rebase"
11504msgstr ""
11505
9b7388a8 11506#: builtin/pull.c:874
f517e50d
JX
11507msgid "--[no-]autostash option is only valid with --rebase."
11508msgstr ""
11509
9b7388a8 11510#: builtin/pull.c:882
df0617bf 11511msgid "Updating an unborn branch with changes added to the index."
5e078fcd
JX
11512msgstr ""
11513
9b7388a8 11514#: builtin/pull.c:885
fda7b092
JX
11515msgid "pull with rebase"
11516msgstr ""
11517
9b7388a8 11518#: builtin/pull.c:886
fda7b092
JX
11519msgid "please commit or stash them."
11520msgstr ""
11521
9b7388a8 11522#: builtin/pull.c:911
df0617bf
JX
11523#, c-format
11524msgid ""
11525"fetch updated the current branch head.\n"
11526"fast-forwarding your working tree from\n"
11527"commit %s."
cc76011e
JX
11528msgstr ""
11529
9b7388a8 11530#: builtin/pull.c:916
df0617bf
JX
11531#, c-format
11532msgid ""
11533"Cannot fast-forward your working tree.\n"
11534"After making sure that you saved anything precious from\n"
11535"$ git diff %s\n"
11536"output, run\n"
11537"$ git reset --hard\n"
11538"to recover."
cc76011e
JX
11539msgstr ""
11540
9b7388a8 11541#: builtin/pull.c:931
df0617bf 11542msgid "Cannot merge multiple branches into empty head."
cc76011e
JX
11543msgstr ""
11544
9b7388a8 11545#: builtin/pull.c:935
df0617bf 11546msgid "Cannot rebase onto multiple branches."
cc76011e
JX
11547msgstr ""
11548
9b7388a8 11549#: builtin/pull.c:942
5b34e000
JX
11550msgid "cannot rebase with locally recorded submodule modifications"
11551msgstr ""
11552
9b7388a8 11553#: builtin/push.c:19
cc76011e
JX
11554msgid "git push [<options>] [<repository> [<refspec>...]]"
11555msgstr ""
11556
9b7388a8 11557#: builtin/push.c:111
cc76011e
JX
11558msgid "tag shorthand without <tag>"
11559msgstr ""
11560
9b7388a8 11561#: builtin/push.c:121
cc76011e
JX
11562msgid "--delete only accepts plain target ref names"
11563msgstr ""
11564
9b7388a8 11565#: builtin/push.c:165
cc76011e
JX
11566msgid ""
11567"\n"
11568"To choose either option permanently, see push.default in 'git help config'."
11569msgstr ""
11570
9b7388a8 11571#: builtin/push.c:168
cc76011e
JX
11572#, c-format
11573msgid ""
11574"The upstream branch of your current branch does not match\n"
11575"the name of your current branch. To push to the upstream branch\n"
11576"on the remote, use\n"
11577"\n"
11578" git push %s HEAD:%s\n"
11579"\n"
11580"To push to the branch of the same name on the remote, use\n"
11581"\n"
11582" git push %s %s\n"
11583"%s"
11584msgstr ""
11585
9b7388a8 11586#: builtin/push.c:183
cc76011e
JX
11587#, c-format
11588msgid ""
11589"You are not currently on a branch.\n"
11590"To push the history leading to the current (detached HEAD)\n"
11591"state now, use\n"
11592"\n"
11593" git push %s HEAD:<name-of-remote-branch>\n"
11594msgstr ""
11595
9b7388a8 11596#: builtin/push.c:197
cc76011e
JX
11597#, c-format
11598msgid ""
11599"The current branch %s has no upstream branch.\n"
11600"To push the current branch and set the remote as upstream, use\n"
11601"\n"
11602" git push --set-upstream %s %s\n"
11603msgstr ""
11604
9b7388a8 11605#: builtin/push.c:205
cc76011e
JX
11606#, c-format
11607msgid "The current branch %s has multiple upstream branches, refusing to push."
11608msgstr ""
11609
9b7388a8 11610#: builtin/push.c:208
cc76011e
JX
11611#, c-format
11612msgid ""
11613"You are pushing to remote '%s', which is not the upstream of\n"
11614"your current branch '%s', without telling me what to push\n"
11615"to update which remote branch."
11616msgstr ""
11617
9b7388a8 11618#: builtin/push.c:267
cc76011e
JX
11619msgid ""
11620"You didn't specify any refspecs to push, and push.default is \"nothing\"."
11621msgstr ""
11622
9b7388a8 11623#: builtin/push.c:274
cc76011e
JX
11624msgid ""
11625"Updates were rejected because the tip of your current branch is behind\n"
28b3cffc
JX
11626"its remote counterpart. Integrate the remote changes (e.g.\n"
11627"'git pull ...') before pushing again.\n"
cc76011e
JX
11628"See the 'Note about fast-forwards' in 'git push --help' for details."
11629msgstr ""
11630
9b7388a8 11631#: builtin/push.c:280
cc76011e
JX
11632msgid ""
11633"Updates were rejected because a pushed branch tip is behind its remote\n"
28b3cffc
JX
11634"counterpart. Check out this branch and integrate the remote changes\n"
11635"(e.g. 'git pull ...') before pushing again.\n"
cc76011e
JX
11636"See the 'Note about fast-forwards' in 'git push --help' for details."
11637msgstr ""
11638
9b7388a8 11639#: builtin/push.c:286
46bc4039 11640msgid ""
9caaf23e
JX
11641"Updates were rejected because the remote contains work that you do\n"
11642"not have locally. This is usually caused by another repository pushing\n"
28b3cffc
JX
11643"to the same ref. You may want to first integrate the remote changes\n"
11644"(e.g., 'git pull ...') before pushing again.\n"
9caaf23e 11645"See the 'Note about fast-forwards' in 'git push --help' for details."
46bc4039
JX
11646msgstr ""
11647
9b7388a8 11648#: builtin/push.c:293
9caaf23e
JX
11649msgid "Updates were rejected because the tag already exists in the remote."
11650msgstr ""
11651
9b7388a8 11652#: builtin/push.c:296
9caaf23e
JX
11653msgid ""
11654"You cannot update a remote ref that points at a non-commit object,\n"
11655"or update a remote ref to make it point at a non-commit object,\n"
11656"without using the '--force' option.\n"
11657msgstr ""
11658
9b7388a8 11659#: builtin/push.c:357
cc76011e
JX
11660#, c-format
11661msgid "Pushing to %s\n"
11662msgstr ""
11663
9b7388a8 11664#: builtin/push.c:361
cc76011e
JX
11665#, c-format
11666msgid "failed to push some refs to '%s'"
11667msgstr ""
11668
9b7388a8 11669#: builtin/push.c:395
cc76011e
JX
11670#, c-format
11671msgid "bad repository '%s'"
11672msgstr ""
11673
9b7388a8 11674#: builtin/push.c:396
cc76011e
JX
11675msgid ""
11676"No configured push destination.\n"
11677"Either specify the URL from the command-line or configure a remote "
11678"repository using\n"
11679"\n"
11680" git remote add <name> <url>\n"
11681"\n"
11682"and then push using the remote name\n"
11683"\n"
11684" git push <name>\n"
11685msgstr ""
11686
9b7388a8 11687#: builtin/push.c:551
cc76011e
JX
11688msgid "repository"
11689msgstr ""
11690
9b7388a8 11691#: builtin/push.c:552 builtin/send-pack.c:164
cc76011e
JX
11692msgid "push all refs"
11693msgstr ""
11694
9b7388a8 11695#: builtin/push.c:553 builtin/send-pack.c:166
cc76011e
JX
11696msgid "mirror all refs"
11697msgstr ""
11698
9b7388a8 11699#: builtin/push.c:555
cc76011e
JX
11700msgid "delete refs"
11701msgstr ""
11702
9b7388a8 11703#: builtin/push.c:556
cc76011e
JX
11704msgid "push tags (can't be used with --all or --mirror)"
11705msgstr ""
11706
9b7388a8 11707#: builtin/push.c:559 builtin/send-pack.c:167
cc76011e
JX
11708msgid "force updates"
11709msgstr ""
11710
9b7388a8 11711#: builtin/push.c:561 builtin/send-pack.c:181
727b9576
JX
11712msgid "refname>:<expect"
11713msgstr ""
11714
9b7388a8 11715#: builtin/push.c:562 builtin/send-pack.c:182
727b9576
JX
11716msgid "require old value of ref to be at this value"
11717msgstr ""
11718
9b7388a8 11719#: builtin/push.c:565
cc76011e
JX
11720msgid "control recursive pushing of submodules"
11721msgstr ""
11722
9b7388a8 11723#: builtin/push.c:567 builtin/send-pack.c:175
cc76011e
JX
11724msgid "use thin pack"
11725msgstr ""
11726
9b7388a8
JX
11727#: builtin/push.c:568 builtin/push.c:569 builtin/send-pack.c:161
11728#: builtin/send-pack.c:162
cc76011e
JX
11729msgid "receive pack program"
11730msgstr ""
11731
9b7388a8 11732#: builtin/push.c:570
cc76011e
JX
11733msgid "set upstream for git pull/status"
11734msgstr ""
11735
9b7388a8 11736#: builtin/push.c:573
cc76011e
JX
11737msgid "prune locally removed refs"
11738msgstr ""
11739
9b7388a8 11740#: builtin/push.c:575
9caaf23e
JX
11741msgid "bypass pre-push hook"
11742msgstr ""
11743
9b7388a8 11744#: builtin/push.c:576
c138af56 11745msgid "push missing but relevant tags"
cc76011e
JX
11746msgstr ""
11747
9b7388a8 11748#: builtin/push.c:579 builtin/send-pack.c:169
d07a63e4
JX
11749msgid "GPG sign the push"
11750msgstr ""
11751
9b7388a8 11752#: builtin/push.c:581 builtin/send-pack.c:176
c2ea1208
JX
11753msgid "request atomic transaction on remote side"
11754msgstr ""
11755
9b7388a8
JX
11756#: builtin/push.c:599
11757msgid "--delete is incompatible with --all, --mirror and --tags"
9fa976ff
JX
11758msgstr ""
11759
9b7388a8
JX
11760#: builtin/push.c:601
11761msgid "--delete doesn't make sense without any refs"
9fa976ff
JX
11762msgstr ""
11763
9b7388a8
JX
11764#: builtin/push.c:604
11765msgid "--all and --tags are incompatible"
c138af56
JX
11766msgstr ""
11767
9b7388a8
JX
11768#: builtin/push.c:606
11769msgid "--all can't be combined with refspecs"
cc76011e
JX
11770msgstr ""
11771
9b7388a8
JX
11772#: builtin/push.c:610
11773msgid "--mirror and --tags are incompatible"
11774msgstr ""
11775
11776#: builtin/push.c:612
11777msgid "--mirror can't be combined with refspecs"
11778msgstr ""
11779
11780#: builtin/push.c:615
11781msgid "--all and --mirror are incompatible"
11782msgstr ""
11783
11784#: builtin/push.c:634
9fa976ff
JX
11785msgid "push options must not have new line characters"
11786msgstr ""
11787
dfc182b1 11788#: builtin/read-tree.c:40
cc76011e 11789msgid ""
df0617bf 11790"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
cc76011e
JX
11791"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
11792"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
11793msgstr ""
11794
9b7388a8 11795#: builtin/read-tree.c:120
cc76011e
JX
11796msgid "write resulting index to <file>"
11797msgstr ""
11798
9b7388a8 11799#: builtin/read-tree.c:123
cc76011e
JX
11800msgid "only empty the index"
11801msgstr ""
11802
9b7388a8 11803#: builtin/read-tree.c:125
cc76011e
JX
11804msgid "Merging"
11805msgstr ""
11806
9b7388a8 11807#: builtin/read-tree.c:127
cc76011e
JX
11808msgid "perform a merge in addition to a read"
11809msgstr ""
11810
9b7388a8 11811#: builtin/read-tree.c:129
cc76011e
JX
11812msgid "3-way merge if no file level merging required"
11813msgstr ""
11814
9b7388a8 11815#: builtin/read-tree.c:131
cc76011e
JX
11816msgid "3-way merge in presence of adds and removes"
11817msgstr ""
11818
9b7388a8 11819#: builtin/read-tree.c:133
cc76011e
JX
11820msgid "same as -m, but discard unmerged entries"
11821msgstr ""
11822
9b7388a8 11823#: builtin/read-tree.c:134
cc76011e
JX
11824msgid "<subdirectory>/"
11825msgstr ""
11826
9b7388a8 11827#: builtin/read-tree.c:135
cc76011e
JX
11828msgid "read the tree into the index under <subdirectory>/"
11829msgstr ""
11830
9b7388a8 11831#: builtin/read-tree.c:138
cc76011e
JX
11832msgid "update working tree with merge result"
11833msgstr ""
11834
9b7388a8 11835#: builtin/read-tree.c:140
cc76011e
JX
11836msgid "gitignore"
11837msgstr ""
11838
9b7388a8 11839#: builtin/read-tree.c:141
cc76011e
JX
11840msgid "allow explicitly ignored files to be overwritten"
11841msgstr ""
11842
9b7388a8 11843#: builtin/read-tree.c:144
cc76011e
JX
11844msgid "don't check the working tree after merging"
11845msgstr ""
11846
9b7388a8 11847#: builtin/read-tree.c:145
cc76011e
JX
11848msgid "don't update the index or the work tree"
11849msgstr ""
11850
9b7388a8 11851#: builtin/read-tree.c:147
cc76011e
JX
11852msgid "skip applying sparse checkout filter"
11853msgstr ""
11854
9b7388a8 11855#: builtin/read-tree.c:149
cc76011e
JX
11856msgid "debug unpack-trees"
11857msgstr ""
11858
5b34e000 11859#: builtin/rebase--helper.c:8
dfc182b1
JX
11860msgid "git rebase--helper [<options>]"
11861msgstr ""
11862
18a90722 11863#: builtin/rebase--helper.c:24
25eab542
JX
11864msgid "keep empty commits"
11865msgstr ""
11866
abc8de64
JX
11867#: builtin/rebase--helper.c:26 builtin/revert.c:123
11868msgid "allow commits with empty messages"
dfc182b1
JX
11869msgstr ""
11870
18a90722 11871#: builtin/rebase--helper.c:27
9b7388a8 11872msgid "rebase merge commits"
abc8de64
JX
11873msgstr ""
11874
11875#: builtin/rebase--helper.c:29
9b7388a8
JX
11876msgid "keep original branch points of cousins"
11877msgstr ""
11878
11879#: builtin/rebase--helper.c:30
11880msgid "continue rebase"
dfc182b1
JX
11881msgstr ""
11882
abc8de64 11883#: builtin/rebase--helper.c:32
9b7388a8
JX
11884msgid "abort rebase"
11885msgstr ""
11886
11887#: builtin/rebase--helper.c:35
18a90722 11888msgid "make rebase script"
25eab542
JX
11889msgstr ""
11890
9b7388a8 11891#: builtin/rebase--helper.c:37
18a90722 11892msgid "shorten commit ids in the todo list"
25eab542
JX
11893msgstr ""
11894
9b7388a8 11895#: builtin/rebase--helper.c:39
18a90722 11896msgid "expand commit ids in the todo list"
25eab542
JX
11897msgstr ""
11898
9b7388a8 11899#: builtin/rebase--helper.c:41
18a90722 11900msgid "check the todo list"
25eab542
JX
11901msgstr ""
11902
9b7388a8 11903#: builtin/rebase--helper.c:43
18a90722
JX
11904msgid "skip unnecessary picks"
11905msgstr ""
11906
9b7388a8 11907#: builtin/rebase--helper.c:45
25eab542
JX
11908msgid "rearrange fixup/squash lines"
11909msgstr ""
11910
9b7388a8 11911#: builtin/rebase--helper.c:47
18a90722
JX
11912msgid "insert exec commands in todo list"
11913msgstr ""
11914
9b7388a8
JX
11915#: builtin/rebase--helper.c:68
11916msgid "--[no-]rebase-cousins has no effect without --rebase-merges"
11917msgstr ""
11918
11919#: builtin/receive-pack.c:31
f517e50d
JX
11920msgid "git receive-pack <git-dir>"
11921msgstr ""
11922
9b7388a8 11923#: builtin/receive-pack.c:842
fda7b092
JX
11924msgid ""
11925"By default, updating the current branch in a non-bare repository\n"
11926"is denied, because it will make the index and work tree inconsistent\n"
11927"with what you pushed, and will require 'git reset --hard' to match\n"
11928"the work tree to HEAD.\n"
11929"\n"
673bfad0
JX
11930"You can set the 'receive.denyCurrentBranch' configuration variable\n"
11931"to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
fda7b092
JX
11932"its current branch; however, this is not recommended unless you\n"
11933"arranged to update its work tree to match what you pushed in some\n"
11934"other way.\n"
11935"\n"
11936"To squelch this message and still keep the default behaviour, set\n"
11937"'receive.denyCurrentBranch' configuration variable to 'refuse'."
11938msgstr ""
11939
9b7388a8 11940#: builtin/receive-pack.c:862
fda7b092
JX
11941msgid ""
11942"By default, deleting the current branch is denied, because the next\n"
11943"'git clone' won't result in any file checked out, causing confusion.\n"
11944"\n"
11945"You can set 'receive.denyDeleteCurrent' configuration variable to\n"
11946"'warn' or 'ignore' in the remote repository to allow deleting the\n"
11947"current branch, with or without a warning message.\n"
11948"\n"
11949"To squelch this message, you can set it to 'refuse'."
11950msgstr ""
11951
9b7388a8 11952#: builtin/receive-pack.c:1935
f517e50d
JX
11953msgid "quiet"
11954msgstr ""
11955
9b7388a8 11956#: builtin/receive-pack.c:1949
f517e50d
JX
11957msgid "You must specify a directory."
11958msgstr ""
11959
abc8de64 11960#: builtin/reflog.c:532 builtin/reflog.c:537
28b3cffc
JX
11961#, c-format
11962msgid "'%s' is not a valid timestamp"
11963msgstr ""
11964
9b7388a8 11965#: builtin/remote.c:14
cc76011e
JX
11966msgid "git remote [-v | --verbose]"
11967msgstr ""
11968
9b7388a8 11969#: builtin/remote.c:15
cc76011e 11970msgid ""
c2ea1208 11971"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
cc76011e
JX
11972"mirror=<fetch|push>] <name> <url>"
11973msgstr ""
11974
9b7388a8 11975#: builtin/remote.c:16 builtin/remote.c:36
cc76011e
JX
11976msgid "git remote rename <old> <new>"
11977msgstr ""
11978
9b7388a8 11979#: builtin/remote.c:17 builtin/remote.c:41
cc76011e
JX
11980msgid "git remote remove <name>"
11981msgstr ""
11982
9b7388a8 11983#: builtin/remote.c:18 builtin/remote.c:46
c2ea1208 11984msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
cc76011e
JX
11985msgstr ""
11986
9b7388a8 11987#: builtin/remote.c:19
cc76011e
JX
11988msgid "git remote [-v | --verbose] show [-n] <name>"
11989msgstr ""
11990
9b7388a8 11991#: builtin/remote.c:20
cc76011e
JX
11992msgid "git remote prune [-n | --dry-run] <name>"
11993msgstr ""
11994
9b7388a8 11995#: builtin/remote.c:21
cc76011e
JX
11996msgid ""
11997"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
11998msgstr ""
11999
9b7388a8 12000#: builtin/remote.c:22
cc76011e
JX
12001msgid "git remote set-branches [--add] <name> <branch>..."
12002msgstr ""
12003
9b7388a8 12004#: builtin/remote.c:23 builtin/remote.c:72
f4f2c8f8
JX
12005msgid "git remote get-url [--push] [--all] <name>"
12006msgstr ""
12007
9b7388a8 12008#: builtin/remote.c:24 builtin/remote.c:77
cc76011e
JX
12009msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
12010msgstr ""
12011
9b7388a8 12012#: builtin/remote.c:25 builtin/remote.c:78
cc76011e
JX
12013msgid "git remote set-url --add <name> <newurl>"
12014msgstr ""
12015
9b7388a8 12016#: builtin/remote.c:26 builtin/remote.c:79
cc76011e
JX
12017msgid "git remote set-url --delete <name> <url>"
12018msgstr ""
12019
9b7388a8 12020#: builtin/remote.c:31
cc76011e
JX
12021msgid "git remote add [<options>] <name> <url>"
12022msgstr ""
12023
9b7388a8 12024#: builtin/remote.c:51
cc76011e
JX
12025msgid "git remote set-branches <name> <branch>..."
12026msgstr ""
12027
9b7388a8 12028#: builtin/remote.c:52
cc76011e
JX
12029msgid "git remote set-branches --add <name> <branch>..."
12030msgstr ""
12031
9b7388a8 12032#: builtin/remote.c:57
cc76011e
JX
12033msgid "git remote show [<options>] <name>"
12034msgstr ""
12035
9b7388a8 12036#: builtin/remote.c:62
cc76011e
JX
12037msgid "git remote prune [<options>] <name>"
12038msgstr ""
12039
9b7388a8 12040#: builtin/remote.c:67
cc76011e
JX
12041msgid "git remote update [<options>] [<group> | <remote>]..."
12042msgstr ""
12043
9b7388a8 12044#: builtin/remote.c:96
cc76011e
JX
12045#, c-format
12046msgid "Updating %s"
12047msgstr ""
12048
9b7388a8 12049#: builtin/remote.c:128
cc76011e
JX
12050msgid ""
12051"--mirror is dangerous and deprecated; please\n"
12052"\t use --mirror=fetch or --mirror=push instead"
12053msgstr ""
12054
9b7388a8 12055#: builtin/remote.c:145
cc76011e
JX
12056#, c-format
12057msgid "unknown mirror argument: %s"
12058msgstr ""
12059
9b7388a8 12060#: builtin/remote.c:161
cc76011e
JX
12061msgid "fetch the remote branches"
12062msgstr ""
12063
9b7388a8 12064#: builtin/remote.c:163
cc76011e
JX
12065msgid "import all tags and associated objects when fetching"
12066msgstr ""
12067
9b7388a8 12068#: builtin/remote.c:166
cc76011e
JX
12069msgid "or do not fetch any tag at all (--no-tags)"
12070msgstr ""
12071
9b7388a8 12072#: builtin/remote.c:168
cc76011e
JX
12073msgid "branch(es) to track"
12074msgstr ""
12075
9b7388a8 12076#: builtin/remote.c:169
cc76011e
JX
12077msgid "master branch"
12078msgstr ""
12079
9b7388a8 12080#: builtin/remote.c:170
cc76011e
JX
12081msgid "push|fetch"
12082msgstr ""
12083
9b7388a8 12084#: builtin/remote.c:171
cc76011e
JX
12085msgid "set up remote as a mirror to push to or fetch from"
12086msgstr ""
12087
9b7388a8 12088#: builtin/remote.c:183
cc76011e
JX
12089msgid "specifying a master branch makes no sense with --mirror"
12090msgstr ""
12091
9b7388a8 12092#: builtin/remote.c:185
cc76011e
JX
12093msgid "specifying branches to track makes sense only with fetch mirrors"
12094msgstr ""
12095
9b7388a8 12096#: builtin/remote.c:192 builtin/remote.c:634
cc76011e
JX
12097#, c-format
12098msgid "remote %s already exists."
12099msgstr ""
12100
9b7388a8 12101#: builtin/remote.c:196 builtin/remote.c:638
cc76011e
JX
12102#, c-format
12103msgid "'%s' is not a valid remote name"
12104msgstr ""
12105
9b7388a8 12106#: builtin/remote.c:236
cc76011e
JX
12107#, c-format
12108msgid "Could not setup master '%s'"
12109msgstr ""
12110
9b7388a8 12111#: builtin/remote.c:342
cc76011e
JX
12112#, c-format
12113msgid "Could not get fetch map for refspec %s"
12114msgstr ""
12115
9b7388a8 12116#: builtin/remote.c:441 builtin/remote.c:449
cc76011e
JX
12117msgid "(matching)"
12118msgstr ""
12119
9b7388a8 12120#: builtin/remote.c:453
cc76011e
JX
12121msgid "(delete)"
12122msgstr ""
12123
9b7388a8 12124#: builtin/remote.c:627 builtin/remote.c:762 builtin/remote.c:861
cc76011e
JX
12125#, c-format
12126msgid "No such remote: %s"
12127msgstr ""
12128
9b7388a8 12129#: builtin/remote.c:644
cc76011e
JX
12130#, c-format
12131msgid "Could not rename config section '%s' to '%s'"
12132msgstr ""
12133
9b7388a8 12134#: builtin/remote.c:664
cc76011e
JX
12135#, c-format
12136msgid ""
12137"Not updating non-default fetch refspec\n"
12138"\t%s\n"
12139"\tPlease update the configuration manually if necessary."
12140msgstr ""
12141
9b7388a8 12142#: builtin/remote.c:700
cc76011e
JX
12143#, c-format
12144msgid "deleting '%s' failed"
12145msgstr ""
12146
9b7388a8 12147#: builtin/remote.c:734
cc76011e
JX
12148#, c-format
12149msgid "creating '%s' failed"
12150msgstr ""
12151
9b7388a8 12152#: builtin/remote.c:799
cc76011e
JX
12153msgid ""
12154"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
12155"to delete it, use:"
12156msgid_plural ""
12157"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
12158"to delete them, use:"
12159msgstr[0] ""
12160msgstr[1] ""
12161
9b7388a8 12162#: builtin/remote.c:813
9eb3984b
JX
12163#, c-format
12164msgid "Could not remove config section '%s'"
12165msgstr ""
12166
9b7388a8 12167#: builtin/remote.c:914
cc76011e
JX
12168#, c-format
12169msgid " new (next fetch will store in remotes/%s)"
12170msgstr ""
12171
9b7388a8 12172#: builtin/remote.c:917
cc76011e
JX
12173msgid " tracked"
12174msgstr ""
12175
9b7388a8 12176#: builtin/remote.c:919
cc76011e
JX
12177msgid " stale (use 'git remote prune' to remove)"
12178msgstr ""
12179
9b7388a8 12180#: builtin/remote.c:921
cc76011e
JX
12181msgid " ???"
12182msgstr ""
12183
9b7388a8 12184#: builtin/remote.c:962
cc76011e
JX
12185#, c-format
12186msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
12187msgstr ""
12188
9b7388a8 12189#: builtin/remote.c:971
cc76011e 12190#, c-format
9eb3984b 12191msgid "rebases interactively onto remote %s"
cc76011e
JX
12192msgstr ""
12193
9b7388a8
JX
12194#: builtin/remote.c:973
12195#, c-format
12196msgid "rebases interactively (with merges) onto remote %s"
12197msgstr ""
12198
12199#: builtin/remote.c:976
cc76011e 12200#, c-format
9fa976ff 12201msgid "rebases onto remote %s"
822e4a65
JX
12202msgstr ""
12203
9b7388a8 12204#: builtin/remote.c:980
9fa976ff
JX
12205#, c-format
12206msgid " merges with remote %s"
cc76011e
JX
12207msgstr ""
12208
9b7388a8 12209#: builtin/remote.c:983
822e4a65 12210#, c-format
cc76011e 12211msgid "merges with remote %s"
822e4a65
JX
12212msgstr ""
12213
9b7388a8 12214#: builtin/remote.c:986
9fa976ff
JX
12215#, c-format
12216msgid "%-*s and with remote %s\n"
cc76011e
JX
12217msgstr ""
12218
9b7388a8 12219#: builtin/remote.c:1029
cc76011e
JX
12220msgid "create"
12221msgstr ""
12222
9b7388a8 12223#: builtin/remote.c:1032
cc76011e
JX
12224msgid "delete"
12225msgstr ""
12226
9b7388a8 12227#: builtin/remote.c:1036
cc76011e
JX
12228msgid "up to date"
12229msgstr ""
12230
9b7388a8 12231#: builtin/remote.c:1039
cc76011e
JX
12232msgid "fast-forwardable"
12233msgstr ""
12234
9b7388a8 12235#: builtin/remote.c:1042
cc76011e
JX
12236msgid "local out of date"
12237msgstr ""
12238
9b7388a8 12239#: builtin/remote.c:1049
822e4a65 12240#, c-format
cc76011e 12241msgid " %-*s forces to %-*s (%s)"
822e4a65
JX
12242msgstr ""
12243
9b7388a8 12244#: builtin/remote.c:1052
822e4a65 12245#, c-format
cc76011e 12246msgid " %-*s pushes to %-*s (%s)"
822e4a65
JX
12247msgstr ""
12248
9b7388a8 12249#: builtin/remote.c:1056
cc76011e
JX
12250#, c-format
12251msgid " %-*s forces to %s"
822e4a65
JX
12252msgstr ""
12253
9b7388a8 12254#: builtin/remote.c:1059
822e4a65 12255#, c-format
cc76011e 12256msgid " %-*s pushes to %s"
822e4a65
JX
12257msgstr ""
12258
9b7388a8 12259#: builtin/remote.c:1127
cc76011e
JX
12260msgid "do not query remotes"
12261msgstr ""
12262
9b7388a8 12263#: builtin/remote.c:1154
822e4a65 12264#, c-format
cc76011e 12265msgid "* remote %s"
822e4a65
JX
12266msgstr ""
12267
9b7388a8 12268#: builtin/remote.c:1155
822e4a65 12269#, c-format
cc76011e 12270msgid " Fetch URL: %s"
822e4a65
JX
12271msgstr ""
12272
9b7388a8 12273#: builtin/remote.c:1156 builtin/remote.c:1172 builtin/remote.c:1311
cc76011e
JX
12274msgid "(no URL)"
12275msgstr ""
12276
5b34e000
JX
12277#. TRANSLATORS: the colon ':' should align
12278#. with the one in " Fetch URL: %s"
12279#. translation.
12280#.
9b7388a8 12281#: builtin/remote.c:1170 builtin/remote.c:1172
822e4a65 12282#, c-format
cc76011e 12283msgid " Push URL: %s"
822e4a65
JX
12284msgstr ""
12285
9b7388a8 12286#: builtin/remote.c:1174 builtin/remote.c:1176 builtin/remote.c:1178
822e4a65 12287#, c-format
cc76011e 12288msgid " HEAD branch: %s"
822e4a65
JX
12289msgstr ""
12290
9b7388a8 12291#: builtin/remote.c:1174
9fa976ff
JX
12292msgid "(not queried)"
12293msgstr ""
12294
9b7388a8 12295#: builtin/remote.c:1176
9fa976ff
JX
12296msgid "(unknown)"
12297msgstr ""
12298
9b7388a8 12299#: builtin/remote.c:1180
11b90174 12300#, c-format
cc76011e
JX
12301msgid ""
12302" HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
11b90174
JX
12303msgstr ""
12304
9b7388a8 12305#: builtin/remote.c:1192
822e4a65 12306#, c-format
cc76011e
JX
12307msgid " Remote branch:%s"
12308msgid_plural " Remote branches:%s"
12309msgstr[0] ""
12310msgstr[1] ""
12311
9b7388a8 12312#: builtin/remote.c:1195 builtin/remote.c:1221
cc76011e 12313msgid " (status not queried)"
822e4a65
JX
12314msgstr ""
12315
9b7388a8 12316#: builtin/remote.c:1204
cc76011e
JX
12317msgid " Local branch configured for 'git pull':"
12318msgid_plural " Local branches configured for 'git pull':"
12319msgstr[0] ""
12320msgstr[1] ""
12321
9b7388a8 12322#: builtin/remote.c:1212
cc76011e
JX
12323msgid " Local refs will be mirrored by 'git push'"
12324msgstr ""
12325
9b7388a8 12326#: builtin/remote.c:1218
822e4a65 12327#, c-format
cc76011e
JX
12328msgid " Local ref configured for 'git push'%s:"
12329msgid_plural " Local refs configured for 'git push'%s:"
12330msgstr[0] ""
12331msgstr[1] ""
12332
9b7388a8 12333#: builtin/remote.c:1239
cc76011e 12334msgid "set refs/remotes/<name>/HEAD according to remote"
822e4a65
JX
12335msgstr ""
12336
9b7388a8 12337#: builtin/remote.c:1241
cc76011e
JX
12338msgid "delete refs/remotes/<name>/HEAD"
12339msgstr ""
12340
9b7388a8 12341#: builtin/remote.c:1256
cc76011e
JX
12342msgid "Cannot determine remote HEAD"
12343msgstr ""
12344
9b7388a8 12345#: builtin/remote.c:1258
cc76011e
JX
12346msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
12347msgstr ""
12348
9b7388a8 12349#: builtin/remote.c:1268
822e4a65 12350#, c-format
cc76011e 12351msgid "Could not delete %s"
822e4a65
JX
12352msgstr ""
12353
9b7388a8 12354#: builtin/remote.c:1276
822e4a65 12355#, c-format
cc76011e 12356msgid "Not a valid ref: %s"
822e4a65
JX
12357msgstr ""
12358
9b7388a8 12359#: builtin/remote.c:1278
cc76011e
JX
12360#, c-format
12361msgid "Could not setup %s"
822e4a65
JX
12362msgstr ""
12363
9b7388a8 12364#: builtin/remote.c:1296
cc76011e
JX
12365#, c-format
12366msgid " %s will become dangling!"
822e4a65
JX
12367msgstr ""
12368
9b7388a8 12369#: builtin/remote.c:1297
cc76011e
JX
12370#, c-format
12371msgid " %s has become dangling!"
822e4a65
JX
12372msgstr ""
12373
9b7388a8 12374#: builtin/remote.c:1307
822e4a65 12375#, c-format
cc76011e 12376msgid "Pruning %s"
822e4a65
JX
12377msgstr ""
12378
9b7388a8 12379#: builtin/remote.c:1308
822e4a65 12380#, c-format
cc76011e 12381msgid "URL: %s"
822e4a65
JX
12382msgstr ""
12383
9b7388a8 12384#: builtin/remote.c:1324
822e4a65 12385#, c-format
cc76011e 12386msgid " * [would prune] %s"
822e4a65
JX
12387msgstr ""
12388
9b7388a8 12389#: builtin/remote.c:1327
822e4a65 12390#, c-format
cc76011e 12391msgid " * [pruned] %s"
822e4a65
JX
12392msgstr ""
12393
9b7388a8 12394#: builtin/remote.c:1372
cc76011e
JX
12395msgid "prune remotes after fetching"
12396msgstr ""
12397
9b7388a8 12398#: builtin/remote.c:1435 builtin/remote.c:1489 builtin/remote.c:1557
822e4a65 12399#, c-format
cc76011e 12400msgid "No such remote '%s'"
822e4a65
JX
12401msgstr ""
12402
9b7388a8 12403#: builtin/remote.c:1451
cc76011e 12404msgid "add branch"
ccfca8dc
JX
12405msgstr ""
12406
9b7388a8 12407#: builtin/remote.c:1458
cc76011e 12408msgid "no remote specified"
822e4a65
JX
12409msgstr ""
12410
9b7388a8 12411#: builtin/remote.c:1475
f4f2c8f8
JX
12412msgid "query push URLs rather than fetch URLs"
12413msgstr ""
12414
9b7388a8 12415#: builtin/remote.c:1477
f4f2c8f8
JX
12416msgid "return all URLs"
12417msgstr ""
12418
9b7388a8 12419#: builtin/remote.c:1505
f4f2c8f8
JX
12420#, c-format
12421msgid "no URLs configured for remote '%s'"
12422msgstr ""
12423
9b7388a8 12424#: builtin/remote.c:1531
cc76011e
JX
12425msgid "manipulate push URLs"
12426msgstr ""
12427
9b7388a8 12428#: builtin/remote.c:1533
cc76011e
JX
12429msgid "add URL"
12430msgstr ""
12431
9b7388a8 12432#: builtin/remote.c:1535
cc76011e
JX
12433msgid "delete URLs"
12434msgstr ""
12435
9b7388a8 12436#: builtin/remote.c:1542
cc76011e
JX
12437msgid "--add --delete doesn't make sense"
12438msgstr ""
12439
9b7388a8 12440#: builtin/remote.c:1581
cc76011e
JX
12441#, c-format
12442msgid "Invalid old URL pattern: %s"
12443msgstr ""
12444
9b7388a8 12445#: builtin/remote.c:1589
cc76011e
JX
12446#, c-format
12447msgid "No such URL found: %s"
12448msgstr ""
12449
9b7388a8 12450#: builtin/remote.c:1591
cc76011e
JX
12451msgid "Will not delete all non-push URLs"
12452msgstr ""
12453
9b7388a8 12454#: builtin/remote.c:1607
cc76011e
JX
12455msgid "be verbose; must be placed before a subcommand"
12456msgstr ""
12457
9b7388a8 12458#: builtin/remote.c:1638
fda7b092
JX
12459#, c-format
12460msgid "Unknown subcommand: %s"
12461msgstr ""
12462
5b34e000 12463#: builtin/repack.c:18
c2ea1208 12464msgid "git repack [<options>]"
727b9576
JX
12465msgstr ""
12466
5b34e000 12467#: builtin/repack.c:23
673bfad0
JX
12468msgid ""
12469"Incremental repacks are incompatible with bitmap indexes. Use\n"
12470"--no-write-bitmap-index or disable the pack.writebitmaps configuration."
12471msgstr ""
12472
9b7388a8 12473#: builtin/repack.c:180
727b9576
JX
12474msgid "pack everything in a single pack"
12475msgstr ""
12476
9b7388a8 12477#: builtin/repack.c:182
727b9576
JX
12478msgid "same as -a, and turn unreachable objects loose"
12479msgstr ""
12480
9b7388a8 12481#: builtin/repack.c:185
727b9576
JX
12482msgid "remove redundant packs, and run git-prune-packed"
12483msgstr ""
12484
9b7388a8 12485#: builtin/repack.c:187
727b9576
JX
12486msgid "pass --no-reuse-delta to git-pack-objects"
12487msgstr ""
12488
9b7388a8 12489#: builtin/repack.c:189
727b9576
JX
12490msgid "pass --no-reuse-object to git-pack-objects"
12491msgstr ""
12492
9b7388a8 12493#: builtin/repack.c:191
727b9576
JX
12494msgid "do not run git-update-server-info"
12495msgstr ""
12496
9b7388a8 12497#: builtin/repack.c:194
727b9576
JX
12498msgid "pass --local to git-pack-objects"
12499msgstr ""
12500
9b7388a8 12501#: builtin/repack.c:196
5e078fcd
JX
12502msgid "write bitmap index"
12503msgstr ""
12504
9b7388a8 12505#: builtin/repack.c:197
727b9576
JX
12506msgid "approxidate"
12507msgstr ""
12508
9b7388a8 12509#: builtin/repack.c:198
727b9576
JX
12510msgid "with -A, do not loosen objects older than this"
12511msgstr ""
12512
9b7388a8 12513#: builtin/repack.c:200
9fa976ff
JX
12514msgid "with -a, repack unreachable objects"
12515msgstr ""
12516
9b7388a8 12517#: builtin/repack.c:202
727b9576
JX
12518msgid "size of the window used for delta compression"
12519msgstr ""
12520
9b7388a8 12521#: builtin/repack.c:203 builtin/repack.c:209
d57b24b6
JX
12522msgid "bytes"
12523msgstr ""
12524
9b7388a8 12525#: builtin/repack.c:204
727b9576
JX
12526msgid "same as the above, but limit memory size instead of entries count"
12527msgstr ""
12528
9b7388a8 12529#: builtin/repack.c:206
727b9576
JX
12530msgid "limits the maximum delta depth"
12531msgstr ""
12532
9b7388a8 12533#: builtin/repack.c:208
5b34e000
JX
12534msgid "limits the maximum number of threads"
12535msgstr ""
12536
9b7388a8 12537#: builtin/repack.c:210
727b9576
JX
12538msgid "maximum size of each packfile"
12539msgstr ""
12540
9b7388a8 12541#: builtin/repack.c:212
5e078fcd
JX
12542msgid "repack objects in packs marked with .keep"
12543msgstr ""
12544
9b7388a8
JX
12545#: builtin/repack.c:214
12546msgid "do not repack this pack"
12547msgstr ""
12548
12549#: builtin/repack.c:224
f4f2c8f8
JX
12550msgid "cannot delete packs in a precious-objects repo"
12551msgstr ""
12552
9b7388a8 12553#: builtin/repack.c:228
9fa976ff
JX
12554msgid "--keep-unreachable and -A are incompatible"
12555msgstr ""
12556
9b7388a8 12557#: builtin/repack.c:425 builtin/worktree.c:139
727b9576 12558#, c-format
9fa976ff 12559msgid "failed to remove '%s'"
727b9576
JX
12560msgstr ""
12561
9b7388a8 12562#: builtin/replace.c:22
cc76011e
JX
12563msgid "git replace [-f] <object> <replacement>"
12564msgstr ""
12565
9b7388a8 12566#: builtin/replace.c:23
fe05e196
JX
12567msgid "git replace [-f] --edit <object>"
12568msgstr ""
12569
9b7388a8 12570#: builtin/replace.c:24
fe05e196
JX
12571msgid "git replace [-f] --graft <commit> [<parent>...]"
12572msgstr ""
12573
9b7388a8
JX
12574#: builtin/replace.c:25
12575msgid "git replace [-f] --convert-graft-file"
12576msgstr ""
12577
12578#: builtin/replace.c:26
cc76011e
JX
12579msgid "git replace -d <object>..."
12580msgstr ""
12581
9b7388a8 12582#: builtin/replace.c:27
df49095a 12583msgid "git replace [--format=<format>] [-l [<pattern>]]"
822e4a65
JX
12584msgstr ""
12585
9b7388a8 12586#: builtin/replace.c:371 builtin/replace.c:415 builtin/replace.c:445
fe05e196
JX
12587#, c-format
12588msgid "Not a valid object name: '%s'"
12589msgstr ""
12590
9b7388a8 12591#: builtin/replace.c:407
fe05e196
JX
12592#, c-format
12593msgid "bad mergetag in commit '%s'"
12594msgstr ""
12595
9b7388a8 12596#: builtin/replace.c:409
fe05e196
JX
12597#, c-format
12598msgid "malformed mergetag in commit '%s'"
12599msgstr ""
12600
9b7388a8 12601#: builtin/replace.c:421
fe05e196
JX
12602#, c-format
12603msgid ""
12604"original commit '%s' contains mergetag '%s' that is discarded; use --edit "
12605"instead of --graft"
12606msgstr ""
12607
9b7388a8 12608#: builtin/replace.c:460
fe05e196
JX
12609#, c-format
12610msgid "the original commit '%s' has a gpg signature."
12611msgstr ""
12612
9b7388a8 12613#: builtin/replace.c:461
fe05e196
JX
12614msgid "the signature will be removed in the replacement commit!"
12615msgstr ""
12616
9b7388a8 12617#: builtin/replace.c:471
fe05e196
JX
12618#, c-format
12619msgid "could not write replacement commit for: '%s'"
12620msgstr ""
12621
9b7388a8
JX
12622#: builtin/replace.c:514
12623#, c-format
12624msgid ""
12625"could not convert the following graft(s):\n"
12626"%s"
12627msgstr ""
12628
12629#: builtin/replace.c:535
cc76011e 12630msgid "list replace refs"
822e4a65
JX
12631msgstr ""
12632
9b7388a8 12633#: builtin/replace.c:536
cc76011e 12634msgid "delete replace refs"
822e4a65
JX
12635msgstr ""
12636
9b7388a8 12637#: builtin/replace.c:537
fe05e196
JX
12638msgid "edit existing object"
12639msgstr ""
12640
9b7388a8 12641#: builtin/replace.c:538
fe05e196
JX
12642msgid "change a commit's parents"
12643msgstr ""
12644
9b7388a8
JX
12645#: builtin/replace.c:539
12646msgid "convert existing graft file"
12647msgstr ""
12648
12649#: builtin/replace.c:540
cc76011e 12650msgid "replace the ref if it exists"
822e4a65
JX
12651msgstr ""
12652
9b7388a8 12653#: builtin/replace.c:542
fe05e196
JX
12654msgid "do not pretty-print contents for --edit"
12655msgstr ""
12656
9b7388a8 12657#: builtin/replace.c:543
df49095a
JX
12658msgid "use this format"
12659msgstr ""
12660
5b34e000 12661#: builtin/rerere.c:13
c2ea1208 12662msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
822e4a65
JX
12663msgstr ""
12664
5b34e000 12665#: builtin/rerere.c:59
cc76011e 12666msgid "register clean resolutions in index"
822e4a65
JX
12667msgstr ""
12668
5b34e000 12669#: builtin/reset.c:29
822e4a65 12670msgid ""
cc76011e 12671"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
822e4a65
JX
12672msgstr ""
12673
5b34e000 12674#: builtin/reset.c:30
fda7b092 12675msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
822e4a65
JX
12676msgstr ""
12677
5b34e000 12678#: builtin/reset.c:31
46bc4039 12679msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
822e4a65
JX
12680msgstr ""
12681
5b34e000 12682#: builtin/reset.c:37
cc76011e 12683msgid "mixed"
dce37b66
JX
12684msgstr ""
12685
5b34e000 12686#: builtin/reset.c:37
cc76011e 12687msgid "soft"
dce37b66
JX
12688msgstr ""
12689
5b34e000 12690#: builtin/reset.c:37
cc76011e 12691msgid "hard"
dce37b66
JX
12692msgstr ""
12693
5b34e000 12694#: builtin/reset.c:37
cc76011e 12695msgid "merge"
dce37b66
JX
12696msgstr ""
12697
5b34e000 12698#: builtin/reset.c:37
cc76011e 12699msgid "keep"
dce37b66
JX
12700msgstr ""
12701
25eab542 12702#: builtin/reset.c:78
cc76011e 12703msgid "You do not have a valid HEAD."
dce37b66
JX
12704msgstr ""
12705
25eab542 12706#: builtin/reset.c:80
cc76011e 12707msgid "Failed to find tree of HEAD."
dce37b66
JX
12708msgstr ""
12709
25eab542 12710#: builtin/reset.c:86
822e4a65 12711#, c-format
cc76011e 12712msgid "Failed to find tree of %s."
dce37b66
JX
12713msgstr ""
12714
abc8de64 12715#: builtin/reset.c:111
cc76011e
JX
12716#, c-format
12717msgid "HEAD is now at %s"
dce37b66
JX
12718msgstr ""
12719
abc8de64 12720#: builtin/reset.c:189
dce37b66 12721#, c-format
cc76011e 12722msgid "Cannot do a %s reset in the middle of a merge."
dce37b66
JX
12723msgstr ""
12724
abc8de64 12725#: builtin/reset.c:289
cc76011e 12726msgid "be quiet, only report errors"
dce37b66
JX
12727msgstr ""
12728
abc8de64 12729#: builtin/reset.c:291
cc76011e 12730msgid "reset HEAD and index"
dce37b66
JX
12731msgstr ""
12732
abc8de64 12733#: builtin/reset.c:292
cc76011e 12734msgid "reset only HEAD"
dce37b66
JX
12735msgstr ""
12736
abc8de64 12737#: builtin/reset.c:294 builtin/reset.c:296
cc76011e 12738msgid "reset HEAD, index and working tree"
822e4a65
JX
12739msgstr ""
12740
abc8de64 12741#: builtin/reset.c:298
cc76011e 12742msgid "reset HEAD but keep local changes"
dce37b66
JX
12743msgstr ""
12744
abc8de64 12745#: builtin/reset.c:304
5e078fcd
JX
12746msgid "record only the fact that removed paths will be added later"
12747msgstr ""
12748
abc8de64 12749#: builtin/reset.c:321
46bc4039
JX
12750#, c-format
12751msgid "Failed to resolve '%s' as a valid revision."
12752msgstr ""
12753
abc8de64 12754#: builtin/reset.c:329
46bc4039
JX
12755#, c-format
12756msgid "Failed to resolve '%s' as a valid tree."
12757msgstr ""
12758
abc8de64 12759#: builtin/reset.c:338
cc76011e 12760msgid "--patch is incompatible with --{hard,mixed,soft}"
dce37b66
JX
12761msgstr ""
12762
abc8de64 12763#: builtin/reset.c:347
cc76011e 12764msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
dce37b66
JX
12765msgstr ""
12766
abc8de64 12767#: builtin/reset.c:349
dce37b66 12768#, c-format
cc76011e 12769msgid "Cannot do %s reset with paths."
dce37b66
JX
12770msgstr ""
12771
abc8de64 12772#: builtin/reset.c:359
822e4a65 12773#, c-format
cc76011e 12774msgid "%s reset is not allowed in a bare repository"
dce37b66
JX
12775msgstr ""
12776
abc8de64 12777#: builtin/reset.c:363
5e078fcd
JX
12778msgid "-N can only be used with --mixed"
12779msgstr ""
12780
abc8de64 12781#: builtin/reset.c:380
727b9576 12782msgid "Unstaged changes after reset:"
dce37b66
JX
12783msgstr ""
12784
abc8de64 12785#: builtin/reset.c:386
727b9576
JX
12786#, c-format
12787msgid "Could not reset index file to revision '%s'."
46bc4039
JX
12788msgstr ""
12789
abc8de64 12790#: builtin/reset.c:390
46bc4039
JX
12791msgid "Could not write new index file."
12792msgstr ""
12793
abc8de64
JX
12794#: builtin/rev-list.c:397
12795msgid "cannot combine --exclude-promisor-objects and --missing"
12796msgstr ""
12797
12798#: builtin/rev-list.c:455
18a90722
JX
12799msgid "object filtering requires --objects"
12800msgstr ""
12801
abc8de64 12802#: builtin/rev-list.c:458
18a90722
JX
12803#, c-format
12804msgid "invalid sparse value '%s'"
12805msgstr ""
12806
abc8de64 12807#: builtin/rev-list.c:499
df0617bf
JX
12808msgid "rev-list does not support display of notes"
12809msgstr ""
12810
abc8de64 12811#: builtin/rev-list.c:502
18a90722
JX
12812msgid "cannot combine --use-bitmap-index with object filtering"
12813msgstr ""
12814
25eab542 12815#: builtin/rev-parse.c:402
c2ea1208 12816msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
dce37b66
JX
12817msgstr ""
12818
25eab542 12819#: builtin/rev-parse.c:407
cc76011e 12820msgid "keep the `--` passed as an arg"
dce37b66
JX
12821msgstr ""
12822
25eab542 12823#: builtin/rev-parse.c:409
cc76011e 12824msgid "stop parsing after the first non-option argument"
dce37b66
JX
12825msgstr ""
12826
25eab542 12827#: builtin/rev-parse.c:412
df49095a
JX
12828msgid "output in stuck long form"
12829msgstr ""
12830
25eab542 12831#: builtin/rev-parse.c:545
822e4a65 12832msgid ""
c2ea1208 12833"git rev-parse --parseopt [<options>] -- [<args>...]\n"
cc76011e 12834" or: git rev-parse --sq-quote [<arg>...]\n"
c2ea1208 12835" or: git rev-parse [<options>] [<arg>...]\n"
cc76011e
JX
12836"\n"
12837"Run \"git rev-parse --parseopt -h\" for more information on the first usage."
dce37b66
JX
12838msgstr ""
12839
5b34e000 12840#: builtin/revert.c:23
c2ea1208 12841msgid "git revert [<options>] <commit-ish>..."
dce37b66
JX
12842msgstr ""
12843
5b34e000 12844#: builtin/revert.c:24
cc76011e 12845msgid "git revert <subcommand>"
dce37b66
JX
12846msgstr ""
12847
5b34e000 12848#: builtin/revert.c:29
c2ea1208 12849msgid "git cherry-pick [<options>] <commit-ish>..."
dce37b66
JX
12850msgstr ""
12851
5b34e000 12852#: builtin/revert.c:30
cc76011e 12853msgid "git cherry-pick <subcommand>"
dce37b66
JX
12854msgstr ""
12855
5b34e000 12856#: builtin/revert.c:90
dce37b66 12857#, c-format
cc76011e 12858msgid "%s: %s cannot be used with %s"
dce37b66
JX
12859msgstr ""
12860
5b34e000 12861#: builtin/revert.c:99
cc76011e 12862msgid "end revert or cherry-pick sequence"
dce37b66
JX
12863msgstr ""
12864
5b34e000 12865#: builtin/revert.c:100
cc76011e 12866msgid "resume revert or cherry-pick sequence"
dce37b66
JX
12867msgstr ""
12868
5b34e000 12869#: builtin/revert.c:101
cc76011e 12870msgid "cancel revert or cherry-pick sequence"
dce37b66
JX
12871msgstr ""
12872
5b34e000 12873#: builtin/revert.c:102
cc76011e 12874msgid "don't automatically commit"
dce37b66
JX
12875msgstr ""
12876
5b34e000 12877#: builtin/revert.c:103
cc76011e 12878msgid "edit the commit message"
dce37b66
JX
12879msgstr ""
12880
5b34e000 12881#: builtin/revert.c:106
dfc182b1 12882msgid "parent-number"
dce37b66
JX
12883msgstr ""
12884
5b34e000 12885#: builtin/revert.c:107
dfc182b1
JX
12886msgid "select mainline parent"
12887msgstr ""
12888
5b34e000 12889#: builtin/revert.c:109
cc76011e 12890msgid "merge strategy"
dce37b66
JX
12891msgstr ""
12892
5b34e000 12893#: builtin/revert.c:110
cc76011e 12894msgid "option"
dce37b66
JX
12895msgstr ""
12896
5b34e000 12897#: builtin/revert.c:111
cc76011e 12898msgid "option for merge strategy"
dce37b66
JX
12899msgstr ""
12900
5b34e000 12901#: builtin/revert.c:120
cc76011e 12902msgid "append commit name"
dce37b66
JX
12903msgstr ""
12904
5b34e000 12905#: builtin/revert.c:122
cc76011e 12906msgid "preserve initially empty commits"
1d4ac88d
JX
12907msgstr ""
12908
5b34e000 12909#: builtin/revert.c:124
cc76011e 12910msgid "keep redundant, empty commits"
1d4ac88d
JX
12911msgstr ""
12912
25eab542 12913#: builtin/revert.c:214
cc76011e 12914msgid "revert failed"
dce37b66
JX
12915msgstr ""
12916
25eab542 12917#: builtin/revert.c:227
cc76011e 12918msgid "cherry-pick failed"
dce37b66
JX
12919msgstr ""
12920
5b34e000 12921#: builtin/rm.c:18
c2ea1208 12922msgid "git rm [<options>] [--] <file>..."
dce37b66
JX
12923msgstr ""
12924
5b34e000 12925#: builtin/rm.c:206
dce37b66 12926msgid ""
28b3cffc
JX
12927"the following file has staged content different from both the\n"
12928"file and the HEAD:"
12929msgid_plural ""
12930"the following files have staged content different from both the\n"
12931"file and the HEAD:"
12932msgstr[0] ""
12933msgstr[1] ""
dce37b66 12934
5b34e000 12935#: builtin/rm.c:211
cc76011e 12936msgid ""
28b3cffc
JX
12937"\n"
12938"(use -f to force removal)"
822e4a65
JX
12939msgstr ""
12940
5b34e000 12941#: builtin/rm.c:215
28b3cffc
JX
12942msgid "the following file has changes staged in the index:"
12943msgid_plural "the following files have changes staged in the index:"
12944msgstr[0] ""
12945msgstr[1] ""
12946
5b34e000 12947#: builtin/rm.c:219 builtin/rm.c:228
cc76011e 12948msgid ""
28b3cffc 12949"\n"
cc76011e
JX
12950"(use --cached to keep the file, or -f to force removal)"
12951msgstr ""
822e4a65 12952
5b34e000 12953#: builtin/rm.c:225
28b3cffc
JX
12954msgid "the following file has local modifications:"
12955msgid_plural "the following files have local modifications:"
12956msgstr[0] ""
12957msgstr[1] ""
12958
9b7388a8 12959#: builtin/rm.c:241
cc76011e 12960msgid "do not list removed files"
dce37b66
JX
12961msgstr ""
12962
9b7388a8 12963#: builtin/rm.c:242
cc76011e 12964msgid "only remove from the index"
cd1e7487
JX
12965msgstr ""
12966
9b7388a8 12967#: builtin/rm.c:243
cc76011e 12968msgid "override the up-to-date check"
cd1e7487
JX
12969msgstr ""
12970
9b7388a8 12971#: builtin/rm.c:244
cc76011e 12972msgid "allow recursive removal"
dce37b66
JX
12973msgstr ""
12974
9b7388a8 12975#: builtin/rm.c:246
cc76011e 12976msgid "exit with a zero status even if nothing matched"
cd1e7487
JX
12977msgstr ""
12978
9b7388a8 12979#: builtin/rm.c:306
dce37b66 12980#, c-format
cc76011e 12981msgid "not removing '%s' recursively without -r"
dce37b66
JX
12982msgstr ""
12983
9b7388a8 12984#: builtin/rm.c:345
dce37b66 12985#, c-format
cc76011e 12986msgid "git rm: unable to remove %s"
dce37b66
JX
12987msgstr ""
12988
9b7388a8 12989#: builtin/rm.c:368
673bfad0
JX
12990#, c-format
12991msgid "could not remove '%s'"
12992msgstr ""
12993
9b7388a8 12994#: builtin/send-pack.c:20
df0617bf
JX
12995msgid ""
12996"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
12997"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
12998"[<ref>...]\n"
12999" --all and explicit <ref> specification are mutually exclusive."
13000msgstr ""
13001
9b7388a8 13002#: builtin/send-pack.c:163
df0617bf
JX
13003msgid "remote name"
13004msgstr ""
13005
9b7388a8 13006#: builtin/send-pack.c:177
df0617bf
JX
13007msgid "use stateless RPC protocol"
13008msgstr ""
13009
9b7388a8 13010#: builtin/send-pack.c:178
df0617bf
JX
13011msgid "read refs from stdin"
13012msgstr ""
13013
9b7388a8 13014#: builtin/send-pack.c:179
df0617bf
JX
13015msgid "print status from remote helper"
13016msgstr ""
13017
9b7388a8
JX
13018#: builtin/serve.c:7
13019msgid "git serve [<options>]"
13020msgstr ""
13021
13022#: builtin/serve.c:17 builtin/upload-pack.c:23
13023msgid "quit after a single request/response exchange"
13024msgstr ""
13025
13026#: builtin/serve.c:19
13027msgid "exit immediately after advertising capabilities"
13028msgstr ""
13029
5b34e000 13030#: builtin/shortlog.c:14
9b7388a8
JX
13031msgid "git shortlog [<options>] [<revision-range>] [[--] <path>...]"
13032msgstr ""
13033
13034#: builtin/shortlog.c:15
13035msgid "git log --pretty=short | git shortlog [<options>]"
dce37b66
JX
13036msgstr ""
13037
9b7388a8 13038#: builtin/shortlog.c:264
673bfad0
JX
13039msgid "Group by committer rather than author"
13040msgstr ""
13041
9b7388a8 13042#: builtin/shortlog.c:266
cc76011e 13043msgid "sort output according to the number of commits per author"
dce37b66
JX
13044msgstr ""
13045
9b7388a8 13046#: builtin/shortlog.c:268
cc76011e 13047msgid "Suppress commit descriptions, only provides commit count"
dce37b66
JX
13048msgstr ""
13049
9b7388a8 13050#: builtin/shortlog.c:270
cc76011e 13051msgid "Show the email address of each author"
dce37b66
JX
13052msgstr ""
13053
9b7388a8 13054#: builtin/shortlog.c:271
cc76011e 13055msgid "w[,i1[,i2]]"
dce37b66
JX
13056msgstr ""
13057
9b7388a8 13058#: builtin/shortlog.c:272
cc76011e 13059msgid "Linewrap output"
dce37b66
JX
13060msgstr ""
13061
9b7388a8
JX
13062#: builtin/shortlog.c:298
13063msgid "too many arguments given outside repository"
13064msgstr ""
13065
5b34e000 13066#: builtin/show-branch.c:12
cc76011e 13067msgid ""
c2ea1208 13068"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
1e607449
JX
13069"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
13070"\t\t[--more=<n> | --list | --independent | --merge-base]\n"
13071"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
dce37b66
JX
13072msgstr ""
13073
5b34e000 13074#: builtin/show-branch.c:16
c2ea1208 13075msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
822e4a65
JX
13076msgstr ""
13077
5b34e000 13078#: builtin/show-branch.c:376
fda7b092
JX
13079#, c-format
13080msgid "ignoring %s; cannot handle more than %d ref"
13081msgid_plural "ignoring %s; cannot handle more than %d refs"
13082msgstr[0] ""
13083msgstr[1] ""
13084
5b34e000 13085#: builtin/show-branch.c:530
fda7b092
JX
13086#, c-format
13087msgid "no matching refs with %s"
13088msgstr ""
13089
5b34e000 13090#: builtin/show-branch.c:626
cc76011e 13091msgid "show remote-tracking and local branches"
dce37b66
JX
13092msgstr ""
13093
5b34e000 13094#: builtin/show-branch.c:628
cc76011e 13095msgid "show remote-tracking branches"
dce37b66
JX
13096msgstr ""
13097
5b34e000 13098#: builtin/show-branch.c:630
cc76011e 13099msgid "color '*!+-' corresponding to the branch"
dce37b66
JX
13100msgstr ""
13101
5b34e000 13102#: builtin/show-branch.c:632
cc76011e 13103msgid "show <n> more commits after the common ancestor"
dce37b66
JX
13104msgstr ""
13105
5b34e000 13106#: builtin/show-branch.c:634
cc76011e 13107msgid "synonym to more=-1"
822e4a65
JX
13108msgstr ""
13109
5b34e000 13110#: builtin/show-branch.c:635
cc76011e 13111msgid "suppress naming strings"
dce37b66
JX
13112msgstr ""
13113
5b34e000 13114#: builtin/show-branch.c:637
cc76011e 13115msgid "include the current branch"
dce37b66
JX
13116msgstr ""
13117
5b34e000 13118#: builtin/show-branch.c:639
cc76011e 13119msgid "name commits with their object names"
dce37b66
JX
13120msgstr ""
13121
5b34e000 13122#: builtin/show-branch.c:641
cc76011e 13123msgid "show possible merge bases"
dce37b66
JX
13124msgstr ""
13125
5b34e000 13126#: builtin/show-branch.c:643
cc76011e 13127msgid "show refs unreachable from any other ref"
dce37b66
JX
13128msgstr ""
13129
5b34e000 13130#: builtin/show-branch.c:645
cc76011e 13131msgid "show commits in topological order"
dce37b66
JX
13132msgstr ""
13133
5b34e000 13134#: builtin/show-branch.c:648
cc76011e 13135msgid "show only commits not on the first branch"
dce37b66
JX
13136msgstr ""
13137
5b34e000 13138#: builtin/show-branch.c:650
cc76011e 13139msgid "show merges reachable from only one tip"
dce37b66
JX
13140msgstr ""
13141
5b34e000 13142#: builtin/show-branch.c:652
28b3cffc 13143msgid "topologically sort, maintaining date order where possible"
dce37b66
JX
13144msgstr ""
13145
5b34e000 13146#: builtin/show-branch.c:655
cc76011e 13147msgid "<n>[,<base>]"
dce37b66
JX
13148msgstr ""
13149
5b34e000 13150#: builtin/show-branch.c:656
cc76011e 13151msgid "show <n> most recent ref-log entries starting at base"
dce37b66
JX
13152msgstr ""
13153
5b34e000 13154#: builtin/show-branch.c:690
fda7b092
JX
13155msgid ""
13156"--reflog is incompatible with --all, --remotes, --independent or --merge-base"
13157msgstr ""
13158
5b34e000 13159#: builtin/show-branch.c:714
fda7b092
JX
13160msgid "no branches given, and HEAD is not valid"
13161msgstr ""
13162
5b34e000 13163#: builtin/show-branch.c:717
fda7b092
JX
13164msgid "--reflog option needs one branch name"
13165msgstr ""
13166
5b34e000 13167#: builtin/show-branch.c:720
fda7b092
JX
13168#, c-format
13169msgid "only %d entry can be shown at one time."
13170msgid_plural "only %d entries can be shown at one time."
13171msgstr[0] ""
13172msgstr[1] ""
13173
5b34e000 13174#: builtin/show-branch.c:724
fda7b092
JX
13175#, c-format
13176msgid "no such ref %s"
13177msgstr ""
13178
5b34e000 13179#: builtin/show-branch.c:808
fda7b092
JX
13180#, c-format
13181msgid "cannot handle more than %d rev."
13182msgid_plural "cannot handle more than %d revs."
13183msgstr[0] ""
13184msgstr[1] ""
13185
5b34e000 13186#: builtin/show-branch.c:812
fda7b092
JX
13187#, c-format
13188msgid "'%s' is not a valid ref."
13189msgstr ""
13190
5b34e000 13191#: builtin/show-branch.c:815
fda7b092
JX
13192#, c-format
13193msgid "cannot find commit %s (%s)"
13194msgstr ""
13195
cc76011e
JX
13196#: builtin/show-ref.c:10
13197msgid ""
c2ea1208
JX
13198"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
13199"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
dce37b66
JX
13200msgstr ""
13201
cc76011e 13202#: builtin/show-ref.c:11
f4f2c8f8 13203msgid "git show-ref --exclude-existing[=<pattern>]"
dce37b66
JX
13204msgstr ""
13205
673bfad0 13206#: builtin/show-ref.c:159
cc76011e 13207msgid "only show tags (can be combined with heads)"
dce37b66
JX
13208msgstr ""
13209
673bfad0 13210#: builtin/show-ref.c:160
cc76011e 13211msgid "only show heads (can be combined with tags)"
dce37b66
JX
13212msgstr ""
13213
673bfad0 13214#: builtin/show-ref.c:161
cc76011e 13215msgid "stricter reference checking, requires exact ref path"
dce37b66
JX
13216msgstr ""
13217
673bfad0 13218#: builtin/show-ref.c:164 builtin/show-ref.c:166
28b3cffc 13219msgid "show the HEAD reference, even if it would be filtered out"
dce37b66
JX
13220msgstr ""
13221
673bfad0 13222#: builtin/show-ref.c:168
cc76011e 13223msgid "dereference tags into object IDs"
dce37b66
JX
13224msgstr ""
13225
673bfad0 13226#: builtin/show-ref.c:170
cc76011e 13227msgid "only show SHA1 hash using <n> digits"
dce37b66
JX
13228msgstr ""
13229
673bfad0 13230#: builtin/show-ref.c:174
cc76011e 13231msgid "do not print results to stdout (useful with --verify)"
dce37b66
JX
13232msgstr ""
13233
673bfad0 13234#: builtin/show-ref.c:176
cc76011e 13235msgid "show refs from stdin that aren't in local repository"
dce37b66
JX
13236msgstr ""
13237
5b34e000 13238#: builtin/stripspace.c:18
f4f2c8f8
JX
13239msgid "git stripspace [-s | --strip-comments]"
13240msgstr ""
13241
5b34e000 13242#: builtin/stripspace.c:19
f4f2c8f8
JX
13243msgid "git stripspace [-c | --comment-lines]"
13244msgstr ""
13245
5b34e000 13246#: builtin/stripspace.c:36
f4f2c8f8
JX
13247msgid "skip and remove all lines starting with comment character"
13248msgstr ""
13249
5b34e000 13250#: builtin/stripspace.c:39
9eb3984b 13251msgid "prepend comment character and space to each line"
f4f2c8f8
JX
13252msgstr ""
13253
9b7388a8 13254#: builtin/submodule--helper.c:37 builtin/submodule--helper.c:1688
f517e50d
JX
13255#, c-format
13256msgid "No such ref: %s"
13257msgstr ""
13258
9b7388a8 13259#: builtin/submodule--helper.c:44 builtin/submodule--helper.c:1697
f517e50d
JX
13260#, c-format
13261msgid "Expecting a full ref name, got %s"
13262msgstr ""
13263
9b7388a8 13264#: builtin/submodule--helper.c:61
abc8de64
JX
13265msgid "submodule--helper print-default-remote takes no arguments"
13266msgstr ""
13267
9b7388a8 13268#: builtin/submodule--helper.c:98
f517e50d
JX
13269#, c-format
13270msgid "cannot strip one component off url '%s'"
13271msgstr ""
13272
9b7388a8 13273#: builtin/submodule--helper.c:406 builtin/submodule--helper.c:1211
f4f2c8f8
JX
13274msgid "alternative anchor for relative paths"
13275msgstr ""
13276
9b7388a8 13277#: builtin/submodule--helper.c:411
f4f2c8f8
JX
13278msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
13279msgstr ""
13280
9b7388a8 13281#: builtin/submodule--helper.c:462 builtin/submodule--helper.c:485
f517e50d
JX
13282#, c-format
13283msgid "No url found for submodule path '%s' in .gitmodules"
13284msgstr ""
13285
9b7388a8 13286#: builtin/submodule--helper.c:500
dfc182b1
JX
13287#, c-format
13288msgid ""
13289"could not lookup configuration '%s'. Assuming this repository is its own "
13290"authoritative upstream."
13291msgstr ""
13292
9b7388a8 13293#: builtin/submodule--helper.c:511
f517e50d
JX
13294#, c-format
13295msgid "Failed to register url for submodule path '%s'"
13296msgstr ""
13297
9b7388a8 13298#: builtin/submodule--helper.c:515
f517e50d
JX
13299#, c-format
13300msgid "Submodule '%s' (%s) registered for path '%s'\n"
13301msgstr ""
13302
9b7388a8 13303#: builtin/submodule--helper.c:525
f517e50d
JX
13304#, c-format
13305msgid "warning: command update mode suggested for submodule '%s'\n"
13306msgstr ""
13307
9b7388a8 13308#: builtin/submodule--helper.c:532
f517e50d
JX
13309#, c-format
13310msgid "Failed to register update mode for submodule path '%s'"
13311msgstr ""
13312
9b7388a8 13313#: builtin/submodule--helper.c:554
f517e50d
JX
13314msgid "Suppress output for initializing a submodule"
13315msgstr ""
13316
9b7388a8 13317#: builtin/submodule--helper.c:559
f517e50d
JX
13318msgid "git submodule--helper init [<path>]"
13319msgstr ""
13320
9b7388a8 13321#: builtin/submodule--helper.c:631 builtin/submodule--helper.c:757
18a90722
JX
13322#, c-format
13323msgid "no submodule mapping found in .gitmodules for path '%s'"
f4f2c8f8
JX
13324msgstr ""
13325
9b7388a8 13326#: builtin/submodule--helper.c:670
f4f2c8f8 13327#, c-format
18a90722
JX
13328msgid "could not resolve HEAD ref inside the submodule '%s'"
13329msgstr ""
13330
9b7388a8 13331#: builtin/submodule--helper.c:697 builtin/submodule--helper.c:866
18a90722
JX
13332#, c-format
13333msgid "failed to recurse into submodule '%s'"
13334msgstr ""
13335
9b7388a8 13336#: builtin/submodule--helper.c:721 builtin/submodule--helper.c:1031
18a90722
JX
13337msgid "Suppress submodule status output"
13338msgstr ""
13339
9b7388a8 13340#: builtin/submodule--helper.c:722
18a90722
JX
13341msgid ""
13342"Use commit stored in the index instead of the one stored in the submodule "
13343"HEAD"
13344msgstr ""
13345
9b7388a8 13346#: builtin/submodule--helper.c:723
18a90722
JX
13347msgid "recurse into nested submodules"
13348msgstr ""
13349
9b7388a8 13350#: builtin/submodule--helper.c:728
18a90722
JX
13351msgid "git submodule status [--quiet] [--cached] [--recursive] [<path>...]"
13352msgstr ""
13353
9b7388a8 13354#: builtin/submodule--helper.c:752
18a90722 13355msgid "git submodule--helper name <path>"
f4f2c8f8
JX
13356msgstr ""
13357
9b7388a8 13358#: builtin/submodule--helper.c:816
abc8de64
JX
13359#, c-format
13360msgid "Synchronizing submodule url for '%s'\n"
13361msgstr ""
13362
9b7388a8 13363#: builtin/submodule--helper.c:822
abc8de64
JX
13364#, c-format
13365msgid "failed to register url for submodule path '%s'"
13366msgstr ""
13367
9b7388a8 13368#: builtin/submodule--helper.c:836
abc8de64
JX
13369#, c-format
13370msgid "failed to get the default remote for submodule '%s'"
13371msgstr ""
13372
9b7388a8 13373#: builtin/submodule--helper.c:847
abc8de64
JX
13374#, c-format
13375msgid "failed to update remote for submodule '%s'"
13376msgstr ""
13377
9b7388a8 13378#: builtin/submodule--helper.c:895
abc8de64
JX
13379msgid "Suppress output of synchronizing submodule url"
13380msgstr ""
13381
9b7388a8 13382#: builtin/submodule--helper.c:897
abc8de64
JX
13383msgid "Recurse into nested submodules"
13384msgstr ""
13385
9b7388a8 13386#: builtin/submodule--helper.c:902
abc8de64
JX
13387msgid "git submodule--helper sync [--quiet] [--recursive] [<path>]"
13388msgstr ""
13389
9b7388a8 13390#: builtin/submodule--helper.c:956
abc8de64
JX
13391#, c-format
13392msgid ""
13393"Submodule work tree '%s' contains a .git directory (use 'rm -rf' if you "
13394"really want to remove it including all of its history)"
13395msgstr ""
13396
9b7388a8 13397#: builtin/submodule--helper.c:968
abc8de64
JX
13398#, c-format
13399msgid ""
13400"Submodule work tree '%s' contains local modifications; use '-f' to discard "
13401"them"
13402msgstr ""
13403
9b7388a8 13404#: builtin/submodule--helper.c:976
abc8de64
JX
13405#, c-format
13406msgid "Cleared directory '%s'\n"
13407msgstr ""
13408
9b7388a8 13409#: builtin/submodule--helper.c:978
abc8de64
JX
13410#, c-format
13411msgid "Could not remove submodule work tree '%s'\n"
13412msgstr ""
13413
9b7388a8 13414#: builtin/submodule--helper.c:987
abc8de64
JX
13415#, c-format
13416msgid "could not create empty submodule directory %s"
13417msgstr ""
13418
9b7388a8 13419#: builtin/submodule--helper.c:1003
abc8de64
JX
13420#, c-format
13421msgid "Submodule '%s' (%s) unregistered for path '%s'\n"
13422msgstr ""
13423
9b7388a8 13424#: builtin/submodule--helper.c:1032
abc8de64
JX
13425msgid "Remove submodule working trees even if they contain local changes"
13426msgstr ""
13427
9b7388a8 13428#: builtin/submodule--helper.c:1033
abc8de64
JX
13429msgid "Unregister all submodules"
13430msgstr ""
13431
9b7388a8 13432#: builtin/submodule--helper.c:1038
abc8de64
JX
13433msgid ""
13434"git submodule deinit [--quiet] [-f | --force] [--all | [--] [<path>...]]"
13435msgstr ""
13436
9b7388a8 13437#: builtin/submodule--helper.c:1052
abc8de64
JX
13438msgid "Use '--all' if you really want to deinitialize all submodules"
13439msgstr ""
13440
9b7388a8 13441#: builtin/submodule--helper.c:1145 builtin/submodule--helper.c:1148
fda7b092
JX
13442#, c-format
13443msgid "submodule '%s' cannot add alternate: %s"
13444msgstr ""
13445
9b7388a8 13446#: builtin/submodule--helper.c:1184
fda7b092
JX
13447#, c-format
13448msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
13449msgstr ""
13450
9b7388a8 13451#: builtin/submodule--helper.c:1191
fda7b092
JX
13452#, c-format
13453msgid "Value '%s' for submodule.alternateLocation is not recognized"
13454msgstr ""
13455
9b7388a8 13456#: builtin/submodule--helper.c:1214
f4f2c8f8
JX
13457msgid "where the new submodule will be cloned to"
13458msgstr ""
13459
9b7388a8 13460#: builtin/submodule--helper.c:1217
f4f2c8f8
JX
13461msgid "name of the new submodule"
13462msgstr ""
13463
9b7388a8 13464#: builtin/submodule--helper.c:1220
f4f2c8f8
JX
13465msgid "url where to clone the submodule from"
13466msgstr ""
13467
9b7388a8 13468#: builtin/submodule--helper.c:1228
f4f2c8f8
JX
13469msgid "depth for shallow clones"
13470msgstr ""
13471
9b7388a8 13472#: builtin/submodule--helper.c:1231 builtin/submodule--helper.c:1606
fda7b092
JX
13473msgid "force cloning progress"
13474msgstr ""
13475
9b7388a8 13476#: builtin/submodule--helper.c:1236
f4f2c8f8
JX
13477msgid ""
13478"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
f517e50d 13479"<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
f4f2c8f8
JX
13480msgstr ""
13481
9b7388a8 13482#: builtin/submodule--helper.c:1267
f4f2c8f8
JX
13483#, c-format
13484msgid "clone of '%s' into submodule path '%s' failed"
13485msgstr ""
13486
9b7388a8 13487#: builtin/submodule--helper.c:1281
f4f2c8f8
JX
13488#, c-format
13489msgid "could not get submodule directory for '%s'"
13490msgstr ""
13491
9b7388a8 13492#: builtin/submodule--helper.c:1347
f517e50d
JX
13493#, c-format
13494msgid "Submodule path '%s' not initialized"
13495msgstr ""
13496
9b7388a8 13497#: builtin/submodule--helper.c:1351
f517e50d
JX
13498msgid "Maybe you want to use 'update --init'?"
13499msgstr ""
13500
9b7388a8 13501#: builtin/submodule--helper.c:1380
f517e50d
JX
13502#, c-format
13503msgid "Skipping unmerged submodule %s"
13504msgstr ""
13505
9b7388a8 13506#: builtin/submodule--helper.c:1409
f517e50d
JX
13507#, c-format
13508msgid "Skipping submodule '%s'"
13509msgstr ""
13510
9b7388a8 13511#: builtin/submodule--helper.c:1544
9fa976ff
JX
13512#, c-format
13513msgid "Failed to clone '%s'. Retry scheduled"
13514msgstr ""
13515
9b7388a8 13516#: builtin/submodule--helper.c:1555
9fa976ff
JX
13517#, c-format
13518msgid "Failed to clone '%s' a second time, aborting"
13519msgstr ""
13520
9b7388a8 13521#: builtin/submodule--helper.c:1585 builtin/submodule--helper.c:1808
f517e50d
JX
13522msgid "path into the working tree"
13523msgstr ""
13524
9b7388a8 13525#: builtin/submodule--helper.c:1588
f517e50d
JX
13526msgid "path into the working tree, across nested submodule boundaries"
13527msgstr ""
13528
9b7388a8 13529#: builtin/submodule--helper.c:1592
f517e50d
JX
13530msgid "rebase, merge, checkout or none"
13531msgstr ""
13532
9b7388a8 13533#: builtin/submodule--helper.c:1598
f517e50d
JX
13534msgid "Create a shallow clone truncated to the specified number of revisions"
13535msgstr ""
13536
9b7388a8 13537#: builtin/submodule--helper.c:1601
f517e50d
JX
13538msgid "parallel jobs"
13539msgstr ""
13540
9b7388a8 13541#: builtin/submodule--helper.c:1603
9fa976ff
JX
13542msgid "whether the initial clone should follow the shallow recommendation"
13543msgstr ""
13544
9b7388a8 13545#: builtin/submodule--helper.c:1604
f517e50d
JX
13546msgid "don't print cloning progress"
13547msgstr ""
13548
9b7388a8 13549#: builtin/submodule--helper.c:1611
f517e50d
JX
13550msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
13551msgstr ""
13552
9b7388a8 13553#: builtin/submodule--helper.c:1624
f517e50d
JX
13554msgid "bad value for update parameter"
13555msgstr ""
13556
9b7388a8 13557#: builtin/submodule--helper.c:1692
9fa976ff
JX
13558#, c-format
13559msgid ""
13560"Submodule (%s) branch configured to inherit branch from superproject, but "
13561"the superproject is not on any branch"
13562msgstr ""
13563
9b7388a8 13564#: builtin/submodule--helper.c:1809
673bfad0
JX
13565msgid "recurse into submodules"
13566msgstr ""
13567
9b7388a8 13568#: builtin/submodule--helper.c:1815
673bfad0
JX
13569msgid "git submodule--helper embed-git-dir [<path>...]"
13570msgstr ""
13571
9b7388a8 13572#: builtin/submodule--helper.c:1901
673bfad0
JX
13573#, c-format
13574msgid "%s doesn't support --super-prefix"
13575msgstr ""
13576
9b7388a8 13577#: builtin/submodule--helper.c:1907
f4f2c8f8 13578#, c-format
f517e50d 13579msgid "'%s' is not a valid submodule--helper subcommand"
f4f2c8f8
JX
13580msgstr ""
13581
5b34e000 13582#: builtin/symbolic-ref.c:8
c2ea1208 13583msgid "git symbolic-ref [<options>] <name> [<ref>]"
cc76011e
JX
13584msgstr ""
13585
5b34e000 13586#: builtin/symbolic-ref.c:9
c2ea1208 13587msgid "git symbolic-ref -d [-q] <name>"
fe52cd62
JX
13588msgstr ""
13589
25eab542 13590#: builtin/symbolic-ref.c:40
cc76011e
JX
13591msgid "suppress error message for non-symbolic (detached) refs"
13592msgstr ""
13593
25eab542 13594#: builtin/symbolic-ref.c:41
fe52cd62
JX
13595msgid "delete symbolic ref"
13596msgstr ""
13597
25eab542 13598#: builtin/symbolic-ref.c:42
cc76011e
JX
13599msgid "shorten ref output"
13600msgstr ""
13601
25eab542 13602#: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
cc76011e
JX
13603msgid "reason"
13604msgstr ""
13605
25eab542 13606#: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
cc76011e
JX
13607msgid "reason of the update"
13608msgstr ""
13609
5b34e000 13610#: builtin/tag.c:24
dce37b66 13611msgid ""
c2ea1208
JX
13612"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
13613"[<head>]"
dce37b66
JX
13614msgstr ""
13615
5b34e000 13616#: builtin/tag.c:25
cc76011e 13617msgid "git tag -d <tagname>..."
dce37b66
JX
13618msgstr ""
13619
5b34e000 13620#: builtin/tag.c:26
cc76011e 13621msgid ""
dfc182b1
JX
13622"git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
13623"points-at <object>]\n"
f4f2c8f8 13624"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
dce37b66
JX
13625msgstr ""
13626
5b34e000 13627#: builtin/tag.c:28
673bfad0 13628msgid "git tag -v [--format=<format>] <tagname>..."
dce37b66
JX
13629msgstr ""
13630
25eab542 13631#: builtin/tag.c:86
dce37b66
JX
13632#, c-format
13633msgid "tag '%s' not found."
13634msgstr ""
13635
25eab542 13636#: builtin/tag.c:102
dce37b66
JX
13637#, c-format
13638msgid "Deleted tag '%s' (was %s)\n"
13639msgstr ""
13640
9b7388a8 13641#: builtin/tag.c:132
9caaf23e 13642#, c-format
dce37b66
JX
13643msgid ""
13644"\n"
fe05e196
JX
13645"Write a message for tag:\n"
13646" %s\n"
9caaf23e 13647"Lines starting with '%c' will be ignored.\n"
dce37b66
JX
13648msgstr ""
13649
9b7388a8 13650#: builtin/tag.c:136
9caaf23e 13651#, c-format
dce37b66
JX
13652msgid ""
13653"\n"
fe05e196
JX
13654"Write a message for tag:\n"
13655" %s\n"
9caaf23e 13656"Lines starting with '%c' will be kept; you may remove them yourself if you "
dce37b66 13657"want to.\n"
dce37b66
JX
13658msgstr ""
13659
9b7388a8 13660#: builtin/tag.c:190
dce37b66
JX
13661msgid "unable to sign the tag"
13662msgstr ""
13663
9b7388a8 13664#: builtin/tag.c:192
dce37b66
JX
13665msgid "unable to write tag file"
13666msgstr ""
13667
9b7388a8 13668#: builtin/tag.c:217
dce37b66
JX
13669msgid "bad object type."
13670msgstr ""
13671
9b7388a8 13672#: builtin/tag.c:266
dce37b66
JX
13673msgid "no tag message?"
13674msgstr ""
13675
9b7388a8 13676#: builtin/tag.c:273
dce37b66
JX
13677#, c-format
13678msgid "The tag message has been left in %s\n"
13679msgstr ""
13680
9b7388a8 13681#: builtin/tag.c:382
cc76011e
JX
13682msgid "list tag names"
13683msgstr ""
13684
9b7388a8 13685#: builtin/tag.c:384
cc76011e
JX
13686msgid "print <n> lines of each tag message"
13687msgstr ""
13688
9b7388a8 13689#: builtin/tag.c:386
cc76011e
JX
13690msgid "delete tags"
13691msgstr ""
13692
9b7388a8 13693#: builtin/tag.c:387
cc76011e
JX
13694msgid "verify tags"
13695msgstr ""
13696
9b7388a8 13697#: builtin/tag.c:389
cc76011e
JX
13698msgid "Tag creation options"
13699msgstr ""
13700
9b7388a8 13701#: builtin/tag.c:391
cc76011e
JX
13702msgid "annotated tag, needs a message"
13703msgstr ""
13704
9b7388a8 13705#: builtin/tag.c:393
cc76011e
JX
13706msgid "tag message"
13707msgstr ""
13708
9b7388a8 13709#: builtin/tag.c:395
abc8de64
JX
13710msgid "force edit of tag message"
13711msgstr ""
13712
9b7388a8 13713#: builtin/tag.c:396
cc76011e
JX
13714msgid "annotated and GPG-signed tag"
13715msgstr ""
13716
9b7388a8 13717#: builtin/tag.c:400
cc76011e
JX
13718msgid "use another key to sign the tag"
13719msgstr ""
13720
9b7388a8 13721#: builtin/tag.c:401
cc76011e
JX
13722msgid "replace the tag if exists"
13723msgstr ""
13724
9b7388a8 13725#: builtin/tag.c:402 builtin/update-ref.c:368
80d1b481 13726msgid "create a reflog"
df0617bf
JX
13727msgstr ""
13728
9b7388a8 13729#: builtin/tag.c:404
c2ea1208 13730msgid "Tag listing options"
cc76011e
JX
13731msgstr ""
13732
9b7388a8 13733#: builtin/tag.c:405
c2ea1208 13734msgid "show tag list in columns"
5e078fcd
JX
13735msgstr ""
13736
9b7388a8 13737#: builtin/tag.c:406 builtin/tag.c:408
f4f2c8f8 13738msgid "print only tags that contain the commit"
cc76011e
JX
13739msgstr ""
13740
9b7388a8 13741#: builtin/tag.c:407 builtin/tag.c:409
dfc182b1
JX
13742msgid "print only tags that don't contain the commit"
13743msgstr ""
13744
9b7388a8 13745#: builtin/tag.c:410
f4f2c8f8 13746msgid "print only tags that are merged"
cc76011e
JX
13747msgstr ""
13748
9b7388a8 13749#: builtin/tag.c:411
f4f2c8f8 13750msgid "print only tags that are not merged"
cc76011e
JX
13751msgstr ""
13752
9b7388a8 13753#: builtin/tag.c:416
f4f2c8f8 13754msgid "print only tags of the object"
822e4a65
JX
13755msgstr ""
13756
9b7388a8 13757#: builtin/tag.c:460
f4f2c8f8 13758msgid "--column and -n are incompatible"
5e078fcd
JX
13759msgstr ""
13760
9b7388a8 13761#: builtin/tag.c:482
dfc182b1
JX
13762msgid "-n option is only allowed in list mode"
13763msgstr ""
13764
9b7388a8 13765#: builtin/tag.c:484
dfc182b1 13766msgid "--contains option is only allowed in list mode"
dce37b66
JX
13767msgstr ""
13768
9b7388a8 13769#: builtin/tag.c:486
dfc182b1 13770msgid "--no-contains option is only allowed in list mode"
dce37b66
JX
13771msgstr ""
13772
9b7388a8 13773#: builtin/tag.c:488
dfc182b1 13774msgid "--points-at option is only allowed in list mode"
1d4ac88d
JX
13775msgstr ""
13776
9b7388a8 13777#: builtin/tag.c:490
dfc182b1 13778msgid "--merged and --no-merged options are only allowed in list mode"
f4f2c8f8
JX
13779msgstr ""
13780
9b7388a8 13781#: builtin/tag.c:501
dce37b66
JX
13782msgid "only one -F or -m option is allowed."
13783msgstr ""
13784
9b7388a8 13785#: builtin/tag.c:520
dce37b66
JX
13786msgid "too many params"
13787msgstr ""
13788
9b7388a8 13789#: builtin/tag.c:526
dce37b66
JX
13790#, c-format
13791msgid "'%s' is not a valid tag name."
13792msgstr ""
13793
9b7388a8 13794#: builtin/tag.c:531
dce37b66
JX
13795#, c-format
13796msgid "tag '%s' already exists"
13797msgstr ""
13798
9b7388a8 13799#: builtin/tag.c:562
dce37b66
JX
13800#, c-format
13801msgid "Updated tag '%s' (was %s)\n"
13802msgstr ""
13803
abc8de64 13804#: builtin/unpack-objects.c:498
5e078fcd
JX
13805msgid "Unpacking objects"
13806msgstr ""
13807
18a90722 13808#: builtin/update-index.c:82
64f23b0c
JX
13809#, c-format
13810msgid "failed to create directory %s"
13811msgstr ""
13812
18a90722 13813#: builtin/update-index.c:88
64f23b0c
JX
13814#, c-format
13815msgid "failed to stat %s"
13816msgstr ""
13817
18a90722 13818#: builtin/update-index.c:98
64f23b0c
JX
13819#, c-format
13820msgid "failed to create file %s"
13821msgstr ""
13822
18a90722 13823#: builtin/update-index.c:106
64f23b0c
JX
13824#, c-format
13825msgid "failed to delete file %s"
13826msgstr ""
13827
18a90722 13828#: builtin/update-index.c:113 builtin/update-index.c:219
64f23b0c
JX
13829#, c-format
13830msgid "failed to delete directory %s"
13831msgstr ""
13832
18a90722 13833#: builtin/update-index.c:138
64f23b0c 13834#, c-format
9eb3984b 13835msgid "Testing mtime in '%s' "
64f23b0c
JX
13836msgstr ""
13837
18a90722 13838#: builtin/update-index.c:152
64f23b0c
JX
13839msgid "directory stat info does not change after adding a new file"
13840msgstr ""
13841
18a90722 13842#: builtin/update-index.c:165
64f23b0c
JX
13843msgid "directory stat info does not change after adding a new directory"
13844msgstr ""
13845
18a90722 13846#: builtin/update-index.c:178
64f23b0c
JX
13847msgid "directory stat info changes after updating a file"
13848msgstr ""
13849
18a90722 13850#: builtin/update-index.c:189
64f23b0c
JX
13851msgid "directory stat info changes after adding a file inside subdirectory"
13852msgstr ""
13853
18a90722 13854#: builtin/update-index.c:200
64f23b0c
JX
13855msgid "directory stat info does not change after deleting a file"
13856msgstr ""
13857
18a90722 13858#: builtin/update-index.c:213
64f23b0c
JX
13859msgid "directory stat info does not change after deleting a directory"
13860msgstr ""
13861
18a90722 13862#: builtin/update-index.c:220
64f23b0c
JX
13863msgid " OK"
13864msgstr ""
13865
9b7388a8 13866#: builtin/update-index.c:589
c2ea1208 13867msgid "git update-index [<options>] [--] [<file>...]"
822e4a65
JX
13868msgstr ""
13869
9b7388a8 13870#: builtin/update-index.c:946
cc76011e 13871msgid "continue refresh even when index needs update"
6f6731e7
JX
13872msgstr ""
13873
9b7388a8 13874#: builtin/update-index.c:949
cc76011e 13875msgid "refresh: ignore submodules"
6f6731e7
JX
13876msgstr ""
13877
9b7388a8 13878#: builtin/update-index.c:952
cc76011e 13879msgid "do not ignore new files"
6f6731e7
JX
13880msgstr ""
13881
9b7388a8 13882#: builtin/update-index.c:954
cc76011e
JX
13883msgid "let files replace directories and vice-versa"
13884msgstr ""
13885
9b7388a8 13886#: builtin/update-index.c:956
cc76011e
JX
13887msgid "notice files missing from worktree"
13888msgstr ""
13889
9b7388a8 13890#: builtin/update-index.c:958
cc76011e
JX
13891msgid "refresh even if index contains unmerged entries"
13892msgstr ""
13893
9b7388a8 13894#: builtin/update-index.c:961
cc76011e
JX
13895msgid "refresh stat information"
13896msgstr ""
13897
9b7388a8 13898#: builtin/update-index.c:965
cc76011e
JX
13899msgid "like --refresh, but ignore assume-unchanged setting"
13900msgstr ""
13901
9b7388a8 13902#: builtin/update-index.c:969
5e078fcd 13903msgid "<mode>,<object>,<path>"
cc76011e
JX
13904msgstr ""
13905
9b7388a8 13906#: builtin/update-index.c:970
cc76011e
JX
13907msgid "add the specified entry to the index"
13908msgstr ""
13909
9b7388a8 13910#: builtin/update-index.c:979
9fa976ff 13911msgid "mark files as \"not changing\""
cc76011e
JX
13912msgstr ""
13913
9b7388a8 13914#: builtin/update-index.c:982
cc76011e
JX
13915msgid "clear assumed-unchanged bit"
13916msgstr ""
13917
9b7388a8 13918#: builtin/update-index.c:985
cc76011e
JX
13919msgid "mark files as \"index-only\""
13920msgstr ""
13921
9b7388a8 13922#: builtin/update-index.c:988
cc76011e
JX
13923msgid "clear skip-worktree bit"
13924msgstr ""
13925
9b7388a8 13926#: builtin/update-index.c:991
cc76011e
JX
13927msgid "add to index only; do not add content to object database"
13928msgstr ""
13929
9b7388a8 13930#: builtin/update-index.c:993
cc76011e
JX
13931msgid "remove named paths even if present in worktree"
13932msgstr ""
13933
9b7388a8 13934#: builtin/update-index.c:995
cc76011e
JX
13935msgid "with --stdin: input lines are terminated by null bytes"
13936msgstr ""
13937
9b7388a8 13938#: builtin/update-index.c:997
cc76011e
JX
13939msgid "read list of paths to be updated from standard input"
13940msgstr ""
13941
9b7388a8 13942#: builtin/update-index.c:1001
cc76011e
JX
13943msgid "add entries from standard input to the index"
13944msgstr ""
13945
9b7388a8 13946#: builtin/update-index.c:1005
cc76011e
JX
13947msgid "repopulate stages #2 and #3 for the listed paths"
13948msgstr ""
13949
9b7388a8 13950#: builtin/update-index.c:1009
cc76011e
JX
13951msgid "only update entries that differ from HEAD"
13952msgstr ""
13953
9b7388a8 13954#: builtin/update-index.c:1013
cc76011e
JX
13955msgid "ignore files missing from worktree"
13956msgstr ""
13957
9b7388a8 13958#: builtin/update-index.c:1016
cc76011e
JX
13959msgid "report actions to standard output"
13960msgstr ""
13961
9b7388a8 13962#: builtin/update-index.c:1018
cc76011e
JX
13963msgid "(for porcelains) forget saved unresolved conflicts"
13964msgstr ""
13965
9b7388a8 13966#: builtin/update-index.c:1022
cc76011e
JX
13967msgid "write index in this format"
13968msgstr ""
13969
9b7388a8 13970#: builtin/update-index.c:1024
fe05e196
JX
13971msgid "enable or disable split index"
13972msgstr ""
13973
9b7388a8 13974#: builtin/update-index.c:1026
64f23b0c
JX
13975msgid "enable/disable untracked cache"
13976msgstr ""
13977
9b7388a8 13978#: builtin/update-index.c:1028
9eb3984b
JX
13979msgid "test if the filesystem supports untracked cache"
13980msgstr ""
13981
9b7388a8 13982#: builtin/update-index.c:1030
64f23b0c
JX
13983msgid "enable untracked cache without testing the filesystem"
13984msgstr ""
13985
9b7388a8 13986#: builtin/update-index.c:1032
18a90722
JX
13987msgid "write out the index even if is not flagged as changed"
13988msgstr ""
13989
9b7388a8 13990#: builtin/update-index.c:1034
18a90722
JX
13991msgid "enable or disable file system monitor"
13992msgstr ""
13993
9b7388a8 13994#: builtin/update-index.c:1036
18a90722
JX
13995msgid "mark files as fsmonitor valid"
13996msgstr ""
13997
9b7388a8 13998#: builtin/update-index.c:1039
18a90722
JX
13999msgid "clear fsmonitor valid bit"
14000msgstr ""
14001
9b7388a8 14002#: builtin/update-index.c:1138
dfc182b1
JX
14003msgid ""
14004"core.splitIndex is set to false; remove or change it, if you really want to "
14005"enable split index"
14006msgstr ""
14007
9b7388a8 14008#: builtin/update-index.c:1147
dfc182b1
JX
14009msgid ""
14010"core.splitIndex is set to true; remove or change it, if you really want to "
14011"disable split index"
14012msgstr ""
14013
9b7388a8 14014#: builtin/update-index.c:1158
fda7b092
JX
14015msgid ""
14016"core.untrackedCache is set to true; remove or change it, if you really want "
14017"to disable the untracked cache"
14018msgstr ""
14019
9b7388a8 14020#: builtin/update-index.c:1162
9eb3984b
JX
14021msgid "Untracked cache disabled"
14022msgstr ""
14023
9b7388a8 14024#: builtin/update-index.c:1170
fda7b092
JX
14025msgid ""
14026"core.untrackedCache is set to false; remove or change it, if you really want "
14027"to enable the untracked cache"
14028msgstr ""
14029
9b7388a8 14030#: builtin/update-index.c:1174
9eb3984b
JX
14031#, c-format
14032msgid "Untracked cache enabled for '%s'"
14033msgstr ""
14034
9b7388a8 14035#: builtin/update-index.c:1182
18a90722
JX
14036msgid "core.fsmonitor is unset; set it if you really want to enable fsmonitor"
14037msgstr ""
14038
9b7388a8 14039#: builtin/update-index.c:1186
18a90722
JX
14040msgid "fsmonitor enabled"
14041msgstr ""
14042
9b7388a8 14043#: builtin/update-index.c:1189
18a90722
JX
14044msgid ""
14045"core.fsmonitor is set; remove it if you really want to disable fsmonitor"
14046msgstr ""
14047
9b7388a8 14048#: builtin/update-index.c:1193
18a90722
JX
14049msgid "fsmonitor disabled"
14050msgstr ""
14051
5b34e000 14052#: builtin/update-ref.c:10
c2ea1208 14053msgid "git update-ref [<options>] -d <refname> [<old-val>]"
cc76011e
JX
14054msgstr ""
14055
5b34e000 14056#: builtin/update-ref.c:11
c2ea1208 14057msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"
cc76011e
JX
14058msgstr ""
14059
5b34e000 14060#: builtin/update-ref.c:12
c2ea1208 14061msgid "git update-ref [<options>] --stdin [-z]"
727b9576
JX
14062msgstr ""
14063
25eab542 14064#: builtin/update-ref.c:363
cc76011e
JX
14065msgid "delete the reference"
14066msgstr ""
14067
25eab542 14068#: builtin/update-ref.c:365
cc76011e
JX
14069msgid "update <refname> not the one it points to"
14070msgstr ""
14071
25eab542 14072#: builtin/update-ref.c:366
727b9576
JX
14073msgid "stdin has NUL-terminated arguments"
14074msgstr ""
14075
25eab542 14076#: builtin/update-ref.c:367
727b9576
JX
14077msgid "read updates from stdin"
14078msgstr ""
14079
5b34e000 14080#: builtin/update-server-info.c:7
cc76011e
JX
14081msgid "git update-server-info [--force]"
14082msgstr ""
14083
5b34e000 14084#: builtin/update-server-info.c:15
cc76011e
JX
14085msgid "update the info files from scratch"
14086msgstr ""
14087
9b7388a8
JX
14088#: builtin/upload-pack.c:11
14089msgid "git upload-pack [<options>] <dir>"
14090msgstr ""
14091
14092#: builtin/upload-pack.c:25
14093msgid "exit immediately after initial ref advertisement"
14094msgstr ""
14095
14096#: builtin/upload-pack.c:27
14097msgid "do not try <directory>/.git/ if <directory> is no Git directory"
14098msgstr ""
14099
14100#: builtin/upload-pack.c:29
14101msgid "interrupt transfer after <n> seconds of inactivity"
14102msgstr ""
14103
5b34e000 14104#: builtin/verify-commit.c:18
c2ea1208 14105msgid "git verify-commit [-v | --verbose] <commit>..."
fe05e196
JX
14106msgstr ""
14107
5b34e000 14108#: builtin/verify-commit.c:73
fe05e196
JX
14109msgid "print commit contents"
14110msgstr ""
14111
5b34e000 14112#: builtin/verify-commit.c:74 builtin/verify-tag.c:38
df0617bf
JX
14113msgid "print raw gpg status output"
14114msgstr ""
14115
5b34e000 14116#: builtin/verify-pack.c:55
c2ea1208 14117msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
cc76011e
JX
14118msgstr ""
14119
5b34e000 14120#: builtin/verify-pack.c:65
cc76011e
JX
14121msgid "verbose"
14122msgstr ""
14123
5b34e000 14124#: builtin/verify-pack.c:67
cc76011e
JX
14125msgid "show statistics only"
14126msgstr ""
14127
5b34e000 14128#: builtin/verify-tag.c:19
673bfad0 14129msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
cc76011e
JX
14130msgstr ""
14131
5b34e000 14132#: builtin/verify-tag.c:37
cc76011e
JX
14133msgid "print tag contents"
14134msgstr ""
14135
18a90722 14136#: builtin/worktree.c:17
abc8de64 14137msgid "git worktree add [<options>] <path> [<commit-ish>]"
a4156d20
JX
14138msgstr ""
14139
18a90722 14140#: builtin/worktree.c:18
9fa976ff 14141msgid "git worktree list [<options>]"
a4156d20
JX
14142msgstr ""
14143
18a90722 14144#: builtin/worktree.c:19
9fa976ff
JX
14145msgid "git worktree lock [<options>] <path>"
14146msgstr ""
14147
18a90722 14148#: builtin/worktree.c:20
abc8de64 14149msgid "git worktree move <worktree> <new-path>"
9fa976ff
JX
14150msgstr ""
14151
18a90722 14152#: builtin/worktree.c:21
abc8de64
JX
14153msgid "git worktree prune [<options>]"
14154msgstr ""
14155
14156#: builtin/worktree.c:22
14157msgid "git worktree remove [<options>] <worktree>"
14158msgstr ""
14159
14160#: builtin/worktree.c:23
9fa976ff 14161msgid "git worktree unlock <path>"
f4f2c8f8
JX
14162msgstr ""
14163
9b7388a8 14164#: builtin/worktree.c:58
a4156d20
JX
14165#, c-format
14166msgid "Removing worktrees/%s: not a valid directory"
14167msgstr ""
14168
9b7388a8 14169#: builtin/worktree.c:64
a4156d20
JX
14170#, c-format
14171msgid "Removing worktrees/%s: gitdir file does not exist"
14172msgstr ""
14173
9b7388a8 14174#: builtin/worktree.c:69 builtin/worktree.c:78
a4156d20
JX
14175#, c-format
14176msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
14177msgstr ""
14178
9b7388a8 14179#: builtin/worktree.c:88
25eab542
JX
14180#, c-format
14181msgid ""
14182"Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "
14183"%<PRIuMAX>)"
14184msgstr ""
14185
9b7388a8 14186#: builtin/worktree.c:96
a4156d20
JX
14187#, c-format
14188msgid "Removing worktrees/%s: invalid gitdir file"
14189msgstr ""
14190
9b7388a8 14191#: builtin/worktree.c:105
a4156d20
JX
14192#, c-format
14193msgid "Removing worktrees/%s: gitdir file points to non-existent location"
14194msgstr ""
14195
9b7388a8 14196#: builtin/worktree.c:152
a4d94835
JX
14197msgid "report pruned working trees"
14198msgstr ""
14199
9b7388a8 14200#: builtin/worktree.c:154
a4d94835
JX
14201msgid "expire working trees older than <time>"
14202msgstr ""
14203
9b7388a8 14204#: builtin/worktree.c:229
a4156d20
JX
14205#, c-format
14206msgid "'%s' already exists"
14207msgstr ""
14208
9b7388a8 14209#: builtin/worktree.c:260
a4156d20
JX
14210#, c-format
14211msgid "could not create directory of '%s'"
14212msgstr ""
14213
9b7388a8
JX
14214#: builtin/worktree.c:373 builtin/worktree.c:379
14215#, c-format
14216msgid "Preparing worktree (new branch '%s')"
14217msgstr ""
14218
14219#: builtin/worktree.c:375
14220#, c-format
14221msgid "Preparing worktree (resetting branch '%s'; was at %s)"
14222msgstr ""
14223
14224#: builtin/worktree.c:384
14225#, c-format
14226msgid "Preparing worktree (checking out '%s')"
14227msgstr ""
14228
14229#: builtin/worktree.c:390
a4156d20 14230#, c-format
9b7388a8 14231msgid "Preparing worktree (detached HEAD %s)"
a4156d20
JX
14232msgstr ""
14233
9b7388a8 14234#: builtin/worktree.c:431
a4156d20
JX
14235msgid "checkout <branch> even if already checked out in other worktree"
14236msgstr ""
14237
9b7388a8 14238#: builtin/worktree.c:434
a4156d20
JX
14239msgid "create a new branch"
14240msgstr ""
14241
9b7388a8 14242#: builtin/worktree.c:436
9fa976ff 14243msgid "create or reset a branch"
a4156d20
JX
14244msgstr ""
14245
9b7388a8 14246#: builtin/worktree.c:438
f517e50d
JX
14247msgid "populate the new working tree"
14248msgstr ""
14249
9b7388a8 14250#: builtin/worktree.c:439
28e1aaa4
JX
14251msgid "keep the new working tree locked"
14252msgstr ""
14253
9b7388a8 14254#: builtin/worktree.c:441
18a90722
JX
14255msgid "set up tracking mode (see git-branch(1))"
14256msgstr ""
14257
9b7388a8 14258#: builtin/worktree.c:444
18a90722
JX
14259msgid "try to match the new branch name with a remote-tracking branch"
14260msgstr ""
14261
9b7388a8 14262#: builtin/worktree.c:452
df0617bf 14263msgid "-b, -B, and --detach are mutually exclusive"
a4156d20
JX
14264msgstr ""
14265
9b7388a8 14266#: builtin/worktree.c:511
18a90722
JX
14267msgid "--[no-]track can only be used if a new branch is created"
14268msgstr ""
14269
9b7388a8 14270#: builtin/worktree.c:611
9fa976ff
JX
14271msgid "reason for locking"
14272msgstr ""
14273
9b7388a8
JX
14274#: builtin/worktree.c:623 builtin/worktree.c:656 builtin/worktree.c:710
14275#: builtin/worktree.c:850
9fa976ff
JX
14276#, c-format
14277msgid "'%s' is not a working tree"
14278msgstr ""
14279
9b7388a8 14280#: builtin/worktree.c:625 builtin/worktree.c:658
9fa976ff
JX
14281msgid "The main working tree cannot be locked or unlocked"
14282msgstr ""
14283
9b7388a8 14284#: builtin/worktree.c:630
9fa976ff
JX
14285#, c-format
14286msgid "'%s' is already locked, reason: %s"
14287msgstr ""
14288
9b7388a8 14289#: builtin/worktree.c:632
9fa976ff
JX
14290#, c-format
14291msgid "'%s' is already locked"
14292msgstr ""
14293
9b7388a8 14294#: builtin/worktree.c:660
9fa976ff
JX
14295#, c-format
14296msgid "'%s' is not locked"
14297msgstr ""
14298
9b7388a8 14299#: builtin/worktree.c:685
abc8de64
JX
14300msgid "working trees containing submodules cannot be moved or removed"
14301msgstr ""
14302
9b7388a8 14303#: builtin/worktree.c:712 builtin/worktree.c:852
abc8de64
JX
14304#, c-format
14305msgid "'%s' is a main working tree"
14306msgstr ""
14307
9b7388a8 14308#: builtin/worktree.c:717
abc8de64
JX
14309#, c-format
14310msgid "could not figure out destination name from '%s'"
14311msgstr ""
14312
9b7388a8 14313#: builtin/worktree.c:723
abc8de64
JX
14314#, c-format
14315msgid "target '%s' already exists"
14316msgstr ""
14317
9b7388a8 14318#: builtin/worktree.c:730
abc8de64
JX
14319#, c-format
14320msgid "cannot move a locked working tree, lock reason: %s"
14321msgstr ""
14322
9b7388a8 14323#: builtin/worktree.c:732
abc8de64
JX
14324msgid "cannot move a locked working tree"
14325msgstr ""
14326
9b7388a8 14327#: builtin/worktree.c:735
abc8de64
JX
14328#, c-format
14329msgid "validation failed, cannot move working tree: %s"
14330msgstr ""
14331
9b7388a8 14332#: builtin/worktree.c:740
abc8de64
JX
14333#, c-format
14334msgid "failed to move '%s' to '%s'"
14335msgstr ""
14336
9b7388a8 14337#: builtin/worktree.c:788
abc8de64
JX
14338#, c-format
14339msgid "failed to run 'git status' on '%s'"
14340msgstr ""
14341
9b7388a8 14342#: builtin/worktree.c:792
abc8de64
JX
14343#, c-format
14344msgid "'%s' is dirty, use --force to delete it"
14345msgstr ""
14346
9b7388a8 14347#: builtin/worktree.c:797
abc8de64
JX
14348#, c-format
14349msgid "failed to run 'git status' on '%s', code %d"
14350msgstr ""
14351
9b7388a8 14352#: builtin/worktree.c:808 builtin/worktree.c:822
abc8de64
JX
14353#, c-format
14354msgid "failed to delete '%s'"
14355msgstr ""
14356
9b7388a8 14357#: builtin/worktree.c:834
abc8de64
JX
14358msgid "force removing even if the worktree is dirty"
14359msgstr ""
14360
9b7388a8 14361#: builtin/worktree.c:856
abc8de64
JX
14362#, c-format
14363msgid "cannot remove a locked working tree, lock reason: %s"
14364msgstr ""
14365
9b7388a8 14366#: builtin/worktree.c:858
abc8de64
JX
14367msgid "cannot remove a locked working tree"
14368msgstr ""
14369
9b7388a8 14370#: builtin/worktree.c:861
abc8de64
JX
14371#, c-format
14372msgid "validation failed, cannot remove working tree: %s"
14373msgstr ""
14374
5b34e000 14375#: builtin/write-tree.c:14
cc76011e
JX
14376msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
14377msgstr ""
14378
5b34e000 14379#: builtin/write-tree.c:27
cc76011e
JX
14380msgid "<prefix>/"
14381msgstr ""
14382
5b34e000 14383#: builtin/write-tree.c:28
cc76011e
JX
14384msgid "write tree object for a subdirectory <prefix>"
14385msgstr ""
14386
5b34e000 14387#: builtin/write-tree.c:31
cc76011e
JX
14388msgid "only useful for debugging"
14389msgstr ""
14390
25eab542 14391#: credential-cache--daemon.c:222
fda7b092
JX
14392#, c-format
14393msgid ""
14394"The permissions on your socket directory are too loose; other\n"
14395"users may be able to read your cached credentials. Consider running:\n"
14396"\n"
14397"\tchmod 0700 %s"
14398msgstr ""
14399
25eab542 14400#: credential-cache--daemon.c:271
d07a63e4
JX
14401msgid "print debugging messages to stderr"
14402msgstr ""
14403
9b7388a8 14404#: git.c:26
abc8de64
JX
14405msgid ""
14406"git [--version] [--help] [-C <path>] [-c <name>=<value>]\n"
14407" [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n"
9b7388a8
JX
14408" [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--"
14409"bare]\n"
abc8de64
JX
14410" [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]\n"
14411" <command> [<args>]"
14412msgstr ""
14413
9b7388a8 14414#: git.c:33
c6bc7d43 14415msgid ""
d07a63e4 14416"'git help -a' and 'git help -g' list available subcommands and some\n"
c6bc7d43
JX
14417"concept guides. See 'git help <command>' or 'git help <concept>'\n"
14418"to read about a specific subcommand or concept."
6f6731e7
JX
14419msgstr ""
14420
9b7388a8 14421#: git.c:113
abc8de64
JX
14422#, c-format
14423msgid "no directory given for --git-dir\n"
14424msgstr ""
14425
9b7388a8 14426#: git.c:127
abc8de64
JX
14427#, c-format
14428msgid "no namespace given for --namespace\n"
14429msgstr ""
14430
9b7388a8 14431#: git.c:141
abc8de64
JX
14432#, c-format
14433msgid "no directory given for --work-tree\n"
14434msgstr ""
14435
9b7388a8 14436#: git.c:155
abc8de64
JX
14437#, c-format
14438msgid "no prefix given for --super-prefix\n"
14439msgstr ""
14440
9b7388a8 14441#: git.c:177
abc8de64
JX
14442#, c-format
14443msgid "-c expects a configuration string\n"
14444msgstr ""
14445
9b7388a8 14446#: git.c:215
abc8de64
JX
14447#, c-format
14448msgid "no directory given for -C\n"
14449msgstr ""
14450
9b7388a8 14451#: git.c:233
abc8de64
JX
14452#, c-format
14453msgid "unknown option: %s\n"
14454msgstr ""
14455
9b7388a8 14456#: git.c:698
abc8de64
JX
14457#, c-format
14458msgid "expansion of alias '%s' failed; '%s' is not a git command\n"
14459msgstr ""
14460
9b7388a8 14461#: git.c:710
abc8de64
JX
14462#, c-format
14463msgid "failed to run command '%s': %s\n"
14464msgstr ""
14465
9b7388a8 14466#: http.c:348
28e1aaa4
JX
14467#, c-format
14468msgid "negative value for http.postbuffer; defaulting to %d"
14469msgstr ""
14470
9b7388a8 14471#: http.c:369
fda7b092
JX
14472msgid "Delegation control is not supported with cURL < 7.22.0"
14473msgstr ""
14474
9b7388a8 14475#: http.c:378
9eb3984b
JX
14476msgid "Public key pinning not supported with cURL < 7.44.0"
14477msgstr ""
14478
9b7388a8 14479#: http.c:1854
673bfad0
JX
14480#, c-format
14481msgid ""
14482"unable to update url base from redirection:\n"
14483" asked for: %s\n"
14484" redirect: %s"
14485msgstr ""
14486
9b7388a8 14487#: remote-curl.c:401
673bfad0
JX
14488#, c-format
14489msgid "redirecting to %s"
14490msgstr ""
14491
abc8de64 14492#: list-objects-filter-options.h:59
18a90722
JX
14493msgid "args"
14494msgstr ""
14495
abc8de64 14496#: list-objects-filter-options.h:60
18a90722
JX
14497msgid "object filtering"
14498msgstr ""
14499
df0617bf 14500#: common-cmds.h:9
64f23b0c
JX
14501msgid "start a working area (see also: git help tutorial)"
14502msgstr ""
14503
df0617bf 14504#: common-cmds.h:10
64f23b0c
JX
14505msgid "work on the current change (see also: git help everyday)"
14506msgstr ""
14507
df0617bf 14508#: common-cmds.h:11
64f23b0c
JX
14509msgid "examine the history and state (see also: git help revisions)"
14510msgstr ""
14511
df0617bf 14512#: common-cmds.h:12
64f23b0c
JX
14513msgid "grow, mark and tweak your common history"
14514msgstr ""
14515
df0617bf 14516#: common-cmds.h:13
64f23b0c
JX
14517msgid "collaborate (see also: git help workflows)"
14518msgstr ""
14519
df0617bf 14520#: common-cmds.h:17
822e4a65
JX
14521msgid "Add file contents to the index"
14522msgstr ""
14523
df0617bf
JX
14524#: common-cmds.h:18
14525msgid "Use binary search to find the commit that introduced a bug"
822e4a65
JX
14526msgstr ""
14527
df0617bf 14528#: common-cmds.h:19
822e4a65
JX
14529msgid "List, create, or delete branches"
14530msgstr ""
14531
df0617bf 14532#: common-cmds.h:20
a4156d20 14533msgid "Switch branches or restore working tree files"
822e4a65
JX
14534msgstr ""
14535
df0617bf 14536#: common-cmds.h:21
822e4a65
JX
14537msgid "Clone a repository into a new directory"
14538msgstr ""
14539
df0617bf 14540#: common-cmds.h:22
822e4a65
JX
14541msgid "Record changes to the repository"
14542msgstr ""
14543
df0617bf 14544#: common-cmds.h:23
822e4a65
JX
14545msgid "Show changes between commits, commit and working tree, etc"
14546msgstr ""
14547
df0617bf 14548#: common-cmds.h:24
822e4a65
JX
14549msgid "Download objects and refs from another repository"
14550msgstr ""
14551
df0617bf 14552#: common-cmds.h:25
822e4a65
JX
14553msgid "Print lines matching a pattern"
14554msgstr ""
14555
df0617bf 14556#: common-cmds.h:26
9caaf23e 14557msgid "Create an empty Git repository or reinitialize an existing one"
822e4a65
JX
14558msgstr ""
14559
df0617bf 14560#: common-cmds.h:27
822e4a65
JX
14561msgid "Show commit logs"
14562msgstr ""
14563
df0617bf 14564#: common-cmds.h:28
822e4a65
JX
14565msgid "Join two or more development histories together"
14566msgstr ""
14567
df0617bf 14568#: common-cmds.h:29
822e4a65
JX
14569msgid "Move or rename a file, a directory, or a symlink"
14570msgstr ""
14571
df0617bf 14572#: common-cmds.h:30
28b3cffc 14573msgid "Fetch from and integrate with another repository or a local branch"
822e4a65
JX
14574msgstr ""
14575
df0617bf 14576#: common-cmds.h:31
822e4a65
JX
14577msgid "Update remote refs along with associated objects"
14578msgstr ""
14579
df0617bf 14580#: common-cmds.h:32
f1522b27 14581msgid "Reapply commits on top of another base tip"
822e4a65
JX
14582msgstr ""
14583
df0617bf 14584#: common-cmds.h:33
822e4a65
JX
14585msgid "Reset current HEAD to the specified state"
14586msgstr ""
14587
df0617bf 14588#: common-cmds.h:34
822e4a65
JX
14589msgid "Remove files from the working tree and from the index"
14590msgstr ""
14591
df0617bf 14592#: common-cmds.h:35
822e4a65
JX
14593msgid "Show various types of objects"
14594msgstr ""
14595
df0617bf 14596#: common-cmds.h:36
822e4a65
JX
14597msgid "Show the working tree status"
14598msgstr ""
14599
df0617bf 14600#: common-cmds.h:37
822e4a65
JX
14601msgid "Create, list, delete or verify a tag object signed with GPG"
14602msgstr ""
14603
abc8de64 14604#: parse-options.h:157
d07a63e4
JX
14605msgid "expiry-date"
14606msgstr ""
14607
abc8de64 14608#: parse-options.h:172
d07a63e4
JX
14609msgid "no-op (backward compatibility)"
14610msgstr ""
14611
9b7388a8 14612#: parse-options.h:251
d07a63e4
JX
14613msgid "be more verbose"
14614msgstr ""
14615
9b7388a8 14616#: parse-options.h:253
d07a63e4
JX
14617msgid "be more quiet"
14618msgstr ""
14619
9b7388a8 14620#: parse-options.h:259
d07a63e4
JX
14621msgid "use <n> digits to display SHA-1s"
14622msgstr ""
14623
f517e50d 14624#: rerere.h:40
d07a63e4
JX
14625msgid "update the index with reused conflict resolution if possible"
14626msgstr ""
14627
9fa976ff 14628#: git-bisect.sh:54
7256fd7c
JX
14629msgid "You need to start by \"git bisect start\""
14630msgstr ""
14631
dce37b66
JX
14632#. TRANSLATORS: Make sure to include [Y] and [n] in your
14633#. translation. The program will only accept English input
14634#. at this point.
9fa976ff 14635#: git-bisect.sh:60
dce37b66
JX
14636msgid "Do you want me to do it for you [Y/n]? "
14637msgstr ""
14638
9fa976ff 14639#: git-bisect.sh:121
dce37b66
JX
14640#, sh-format
14641msgid "unrecognised option: '$arg'"
14642msgstr ""
14643
9fa976ff 14644#: git-bisect.sh:125
dce37b66
JX
14645#, sh-format
14646msgid "'$arg' does not appear to be a valid revision"
14647msgstr ""
14648
9fa976ff 14649#: git-bisect.sh:154
dce37b66
JX
14650msgid "Bad HEAD - I need a HEAD"
14651msgstr ""
14652
9fa976ff 14653#: git-bisect.sh:167
dce37b66
JX
14654#, sh-format
14655msgid ""
c2ea1208 14656"Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
dce37b66
JX
14657msgstr ""
14658
9fa976ff 14659#: git-bisect.sh:177
df49095a 14660msgid "won't bisect on cg-seek'ed tree"
dce37b66
JX
14661msgstr ""
14662
9fa976ff 14663#: git-bisect.sh:181
dce37b66
JX
14664msgid "Bad HEAD - strange symbolic ref"
14665msgstr ""
14666
9fa976ff 14667#: git-bisect.sh:233
dce37b66
JX
14668#, sh-format
14669msgid "Bad bisect_write argument: $state"
14670msgstr ""
14671
18a90722 14672#: git-bisect.sh:246
dce37b66
JX
14673#, sh-format
14674msgid "Bad rev input: $arg"
14675msgstr ""
14676
18a90722 14677#: git-bisect.sh:265
9fa976ff
JX
14678#, sh-format
14679msgid "Bad rev input: $bisected_head"
dce37b66
JX
14680msgstr ""
14681
18a90722 14682#: git-bisect.sh:274
dce37b66
JX
14683#, sh-format
14684msgid "Bad rev input: $rev"
14685msgstr ""
14686
18a90722 14687#: git-bisect.sh:283
df0617bf
JX
14688#, sh-format
14689msgid "'git bisect $TERM_BAD' can take only one argument."
dce37b66
JX
14690msgstr ""
14691
18a90722 14692#: git-bisect.sh:306
df0617bf
JX
14693#, sh-format
14694msgid "Warning: bisecting only with a $TERM_BAD commit."
7256fd7c
JX
14695msgstr ""
14696
dce37b66
JX
14697#. TRANSLATORS: Make sure to include [Y] and [n] in your
14698#. translation. The program will only accept English input
14699#. at this point.
18a90722 14700#: git-bisect.sh:312
dce37b66
JX
14701msgid "Are you sure [Y/n]? "
14702msgstr ""
14703
18a90722 14704#: git-bisect.sh:324
df0617bf 14705#, sh-format
7256fd7c 14706msgid ""
df0617bf
JX
14707"You need to give me at least one $bad_syn and one $good_syn revision.\n"
14708"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
7256fd7c
JX
14709msgstr ""
14710
18a90722 14711#: git-bisect.sh:327
df0617bf 14712#, sh-format
7256fd7c
JX
14713msgid ""
14714"You need to start by \"git bisect start\".\n"
df0617bf
JX
14715"You then need to give me at least one $good_syn and one $bad_syn revision.\n"
14716"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
7256fd7c
JX
14717msgstr ""
14718
18a90722 14719#: git-bisect.sh:398 git-bisect.sh:512
7256fd7c
JX
14720msgid "We are not bisecting."
14721msgstr ""
14722
18a90722 14723#: git-bisect.sh:405
dce37b66
JX
14724#, sh-format
14725msgid "'$invalid' is not a valid commit"
14726msgstr ""
14727
18a90722 14728#: git-bisect.sh:414
dce37b66
JX
14729#, sh-format
14730msgid ""
14731"Could not check out original HEAD '$branch'.\n"
14732"Try 'git bisect reset <commit>'."
14733msgstr ""
14734
18a90722 14735#: git-bisect.sh:422
dce37b66
JX
14736msgid "No logfile given"
14737msgstr ""
14738
18a90722 14739#: git-bisect.sh:423
dce37b66
JX
14740#, sh-format
14741msgid "cannot read $file for replaying"
14742msgstr ""
14743
18a90722 14744#: git-bisect.sh:444
dce37b66
JX
14745msgid "?? what are you talking about?"
14746msgstr ""
14747
18a90722
JX
14748#: git-bisect.sh:453
14749msgid "bisect run failed: no command provided."
14750msgstr ""
14751
14752#: git-bisect.sh:458
7256fd7c
JX
14753#, sh-format
14754msgid "running $command"
14755msgstr ""
14756
18a90722 14757#: git-bisect.sh:465
7256fd7c
JX
14758#, sh-format
14759msgid ""
14760"bisect run failed:\n"
14761"exit code $res from '$command' is < 0 or >= 128"
14762msgstr ""
14763
18a90722 14764#: git-bisect.sh:491
7256fd7c
JX
14765msgid "bisect run cannot continue any more"
14766msgstr ""
14767
18a90722 14768#: git-bisect.sh:497
7256fd7c
JX
14769#, sh-format
14770msgid ""
14771"bisect run failed:\n"
14772"'bisect_state $state' exited with error code $res"
14773msgstr ""
14774
18a90722 14775#: git-bisect.sh:504
7256fd7c 14776msgid "bisect run success"
dce37b66
JX
14777msgstr ""
14778
18a90722 14779#: git-bisect.sh:533
7256fd7c 14780#, sh-format
df0617bf 14781msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
dce37b66
JX
14782msgstr ""
14783
18a90722 14784#: git-bisect.sh:567
f4f2c8f8
JX
14785msgid "no terms defined"
14786msgstr ""
14787
18a90722 14788#: git-bisect.sh:584
f4f2c8f8
JX
14789#, sh-format
14790msgid ""
14791"invalid argument $arg for 'git bisect terms'.\n"
14792"Supported options are: --term-good|--term-old and --term-bad|--term-new."
14793msgstr ""
14794
9fa976ff
JX
14795#: git-merge-octopus.sh:46
14796msgid ""
14797"Error: Your local changes to the following files would be overwritten by "
14798"merge"
14799msgstr ""
14800
14801#: git-merge-octopus.sh:61
14802msgid "Automated merge did not work."
14803msgstr ""
14804
14805#: git-merge-octopus.sh:62
fda7b092 14806msgid "Should not be doing an octopus."
9fa976ff
JX
14807msgstr ""
14808
14809#: git-merge-octopus.sh:73
14810#, sh-format
14811msgid "Unable to find common commit with $pretty_name"
14812msgstr ""
14813
14814#: git-merge-octopus.sh:77
14815#, sh-format
25eab542 14816msgid "Already up to date with $pretty_name"
9fa976ff
JX
14817msgstr ""
14818
14819#: git-merge-octopus.sh:89
14820#, sh-format
14821msgid "Fast-forwarding to: $pretty_name"
14822msgstr ""
14823
14824#: git-merge-octopus.sh:97
14825#, sh-format
14826msgid "Trying simple merge with $pretty_name"
14827msgstr ""
14828
14829#: git-merge-octopus.sh:102
14830msgid "Simple merge did not work, trying automatic merge."
14831msgstr ""
14832
9b7388a8 14833#: git-rebase.sh:61
3b6137f2 14834msgid ""
25eab542
JX
14835"Resolve all conflicts manually, mark them as resolved with\n"
14836"\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"
14837"You can instead skip this commit: run \"git rebase --skip\".\n"
14838"To abort and get back to the state before \"git rebase\", run \"git rebase --"
14839"abort\"."
3b6137f2
JX
14840msgstr ""
14841
9b7388a8 14842#: git-rebase.sh:173 git-rebase.sh:442
9fa976ff
JX
14843#, sh-format
14844msgid "Could not move back to $head_name"
14845msgstr ""
14846
9b7388a8 14847#: git-rebase.sh:184
5b34e000
JX
14848msgid "Applied autostash."
14849msgstr ""
14850
9b7388a8 14851#: git-rebase.sh:187
28b3cffc
JX
14852#, sh-format
14853msgid "Cannot store $stash_sha1"
14854msgstr ""
14855
9b7388a8 14856#: git-rebase.sh:229
3b6137f2
JX
14857msgid "The pre-rebase hook refused to rebase."
14858msgstr ""
14859
9b7388a8 14860#: git-rebase.sh:234
18a90722 14861msgid "It looks like 'git am' is in progress. Cannot rebase."
3b6137f2
JX
14862msgstr ""
14863
9b7388a8 14864#: git-rebase.sh:403
3b6137f2
JX
14865msgid "No rebase in progress?"
14866msgstr ""
14867
9b7388a8 14868#: git-rebase.sh:414
9306b5b9
JX
14869msgid "The --edit-todo action can only be used during interactive rebase."
14870msgstr ""
14871
9b7388a8 14872#: git-rebase.sh:421
3b6137f2
JX
14873msgid "Cannot read HEAD"
14874msgstr ""
14875
9b7388a8 14876#: git-rebase.sh:424
3b6137f2
JX
14877msgid ""
14878"You must edit all merge conflicts and then\n"
14879"mark them as resolved using git add"
14880msgstr ""
14881
9b7388a8 14882#: git-rebase.sh:468
3b6137f2
JX
14883#, sh-format
14884msgid ""
14885"It seems that there is already a $state_dir_base directory, and\n"
14886"I wonder if you are in the middle of another rebase. If that is the\n"
14887"case, please try\n"
14888"\t$cmd_live_rebase\n"
14889"If that is not the case, please\n"
14890"\t$cmd_clear_stale_rebase\n"
14891"and run me again. I am stopping in case you still have something\n"
14892"valuable there."
14893msgstr ""
14894
9b7388a8
JX
14895#: git-rebase.sh:509
14896msgid "error: cannot combine '--signoff' with '--preserve-merges'"
14897msgstr ""
14898
14899#: git-rebase.sh:537
3b6137f2 14900#, sh-format
18a90722 14901msgid "invalid upstream '$upstream_name'"
3b6137f2
JX
14902msgstr ""
14903
9b7388a8 14904#: git-rebase.sh:561
3b6137f2
JX
14905#, sh-format
14906msgid "$onto_name: there are more than one merge bases"
14907msgstr ""
14908
9b7388a8 14909#: git-rebase.sh:564 git-rebase.sh:568
3b6137f2
JX
14910#, sh-format
14911msgid "$onto_name: there is no merge base"
14912msgstr ""
14913
9b7388a8 14914#: git-rebase.sh:573
3b6137f2
JX
14915#, sh-format
14916msgid "Does not point to a valid commit: $onto_name"
14917msgstr ""
14918
9b7388a8 14919#: git-rebase.sh:599
3b6137f2 14920#, sh-format
18a90722 14921msgid "fatal: no such branch/commit '$branch_name'"
3b6137f2
JX
14922msgstr ""
14923
9b7388a8 14924#: git-rebase.sh:632
28b3cffc
JX
14925msgid "Cannot autostash"
14926msgstr ""
14927
9b7388a8 14928#: git-rebase.sh:637
28b3cffc
JX
14929#, sh-format
14930msgid "Created autostash: $stash_abbrev"
14931msgstr ""
14932
9b7388a8 14933#: git-rebase.sh:641
3b6137f2
JX
14934msgid "Please commit or stash them."
14935msgstr ""
14936
9b7388a8 14937#: git-rebase.sh:664
18a90722
JX
14938#, sh-format
14939msgid "HEAD is up to date."
14940msgstr ""
14941
9b7388a8 14942#: git-rebase.sh:666
3b6137f2
JX
14943#, sh-format
14944msgid "Current branch $branch_name is up to date."
14945msgstr ""
14946
9b7388a8 14947#: git-rebase.sh:674
18a90722
JX
14948#, sh-format
14949msgid "HEAD is up to date, rebase forced."
14950msgstr ""
14951
9b7388a8 14952#: git-rebase.sh:676
3b6137f2
JX
14953#, sh-format
14954msgid "Current branch $branch_name is up to date, rebase forced."
14955msgstr ""
14956
9b7388a8 14957#: git-rebase.sh:688
3b6137f2
JX
14958#, sh-format
14959msgid "Changes from $mb to $onto:"
14960msgstr ""
14961
9b7388a8 14962#: git-rebase.sh:697
3b6137f2
JX
14963msgid "First, rewinding head to replay your work on top of it..."
14964msgstr ""
14965
9b7388a8 14966#: git-rebase.sh:707
3b6137f2
JX
14967#, sh-format
14968msgid "Fast-forwarded $branch_name to $onto_name."
14969msgstr ""
14970
25eab542 14971#: git-stash.sh:61
dce37b66
JX
14972msgid "git stash clear with parameters is unimplemented"
14973msgstr ""
14974
18a90722 14975#: git-stash.sh:108
dce37b66
JX
14976msgid "You do not have the initial commit yet"
14977msgstr ""
14978
18a90722 14979#: git-stash.sh:123
dce37b66
JX
14980msgid "Cannot save the current index state"
14981msgstr ""
14982
18a90722 14983#: git-stash.sh:138
fda7b092
JX
14984msgid "Cannot save the untracked files"
14985msgstr ""
14986
18a90722 14987#: git-stash.sh:158 git-stash.sh:171
dce37b66
JX
14988msgid "Cannot save the current worktree state"
14989msgstr ""
14990
18a90722 14991#: git-stash.sh:175
dce37b66
JX
14992msgid "No changes selected"
14993msgstr ""
14994
18a90722 14995#: git-stash.sh:178
dce37b66
JX
14996msgid "Cannot remove temporary index (can't happen)"
14997msgstr ""
14998
18a90722 14999#: git-stash.sh:191
dce37b66
JX
15000msgid "Cannot record working tree state"
15001msgstr ""
15002
18a90722 15003#: git-stash.sh:229
28b3cffc
JX
15004#, sh-format
15005msgid "Cannot update $ref_stash with $w_commit"
15006msgstr ""
15007
18a90722 15008#: git-stash.sh:281
7256fd7c 15009#, sh-format
18a90722 15010msgid "error: unknown option for 'stash push': $option"
7256fd7c
JX
15011msgstr ""
15012
18a90722 15013#: git-stash.sh:295
fda7b092
JX
15014msgid "Can't use --patch and --include-untracked or --all at the same time"
15015msgstr ""
15016
18a90722 15017#: git-stash.sh:303
dce37b66
JX
15018msgid "No local changes to save"
15019msgstr ""
15020
18a90722 15021#: git-stash.sh:308
dce37b66
JX
15022msgid "Cannot initialize stash"
15023msgstr ""
15024
18a90722 15025#: git-stash.sh:312
dce37b66
JX
15026msgid "Cannot save the current status"
15027msgstr ""
15028
18a90722 15029#: git-stash.sh:313
9fa976ff
JX
15030#, sh-format
15031msgid "Saved working directory and index state $stash_msg"
15032msgstr ""
15033
9b7388a8 15034#: git-stash.sh:342
dce37b66
JX
15035msgid "Cannot remove worktree changes"
15036msgstr ""
15037
9b7388a8 15038#: git-stash.sh:490
64f23b0c
JX
15039#, sh-format
15040msgid "unknown option: $opt"
15041msgstr ""
15042
9b7388a8 15043#: git-stash.sh:503
5b34e000 15044msgid "No stash entries found."
dce37b66
JX
15045msgstr ""
15046
9b7388a8 15047#: git-stash.sh:510
dce37b66
JX
15048#, sh-format
15049msgid "Too many revisions specified: $REV"
15050msgstr ""
15051
9b7388a8 15052#: git-stash.sh:525
dce37b66 15053#, sh-format
d07a63e4 15054msgid "$reference is not a valid reference"
dce37b66
JX
15055msgstr ""
15056
9b7388a8 15057#: git-stash.sh:553
dce37b66
JX
15058#, sh-format
15059msgid "'$args' is not a stash-like commit"
15060msgstr ""
15061
9b7388a8 15062#: git-stash.sh:564
dce37b66
JX
15063#, sh-format
15064msgid "'$args' is not a stash reference"
15065msgstr ""
15066
9b7388a8 15067#: git-stash.sh:572
dce37b66
JX
15068msgid "unable to refresh index"
15069msgstr ""
15070
9b7388a8 15071#: git-stash.sh:576
dce37b66
JX
15072msgid "Cannot apply a stash in the middle of a merge"
15073msgstr ""
15074
9b7388a8 15075#: git-stash.sh:584
dce37b66
JX
15076msgid "Conflicts in index. Try without --index."
15077msgstr ""
15078
9b7388a8 15079#: git-stash.sh:586
dce37b66
JX
15080msgid "Could not save index tree"
15081msgstr ""
15082
9b7388a8 15083#: git-stash.sh:595
5b34e000 15084msgid "Could not restore untracked files from stash entry"
fda7b092
JX
15085msgstr ""
15086
9b7388a8 15087#: git-stash.sh:620
dce37b66
JX
15088msgid "Cannot unstage modified files"
15089msgstr ""
15090
9b7388a8 15091#: git-stash.sh:635
7256fd7c
JX
15092msgid "Index was not unstashed."
15093msgstr ""
15094
9b7388a8 15095#: git-stash.sh:649
5b34e000 15096msgid "The stash entry is kept in case you need it again."
9fa976ff
JX
15097msgstr ""
15098
9b7388a8 15099#: git-stash.sh:658
dce37b66
JX
15100#, sh-format
15101msgid "Dropped ${REV} ($s)"
15102msgstr ""
15103
9b7388a8 15104#: git-stash.sh:659
dce37b66
JX
15105#, sh-format
15106msgid "${REV}: Could not drop stash entry"
15107msgstr ""
15108
9b7388a8 15109#: git-stash.sh:667
dce37b66
JX
15110msgid "No branch name specified"
15111msgstr ""
15112
9b7388a8 15113#: git-stash.sh:746
dce37b66
JX
15114msgid "(To restore them type \"git stash apply\")"
15115msgstr ""
15116
9b7388a8 15117#: git-submodule.sh:188
28b3cffc
JX
15118msgid "Relative path can only be used from the toplevel of the working tree"
15119msgstr ""
15120
9b7388a8 15121#: git-submodule.sh:198
dce37b66
JX
15122#, sh-format
15123msgid "repo URL: '$repo' must be absolute or begin with ./|../"
15124msgstr ""
15125
9b7388a8 15126#: git-submodule.sh:217
dce37b66 15127#, sh-format
cd1e7487 15128msgid "'$sm_path' already exists in the index"
dce37b66
JX
15129msgstr ""
15130
9b7388a8 15131#: git-submodule.sh:220
673bfad0
JX
15132#, sh-format
15133msgid "'$sm_path' already exists in the index and is not a submodule"
15134msgstr ""
15135
9b7388a8 15136#: git-submodule.sh:226
7256fd7c
JX
15137#, sh-format
15138msgid ""
15139"The following path is ignored by one of your .gitignore files:\n"
15140"$sm_path\n"
15141"Use -f if you really want to add it."
15142msgstr ""
15143
9b7388a8 15144#: git-submodule.sh:249
7256fd7c
JX
15145#, sh-format
15146msgid "Adding existing repo at '$sm_path' to the index"
15147msgstr ""
15148
9b7388a8 15149#: git-submodule.sh:251
dce37b66 15150#, sh-format
cd1e7487 15151msgid "'$sm_path' already exists and is not a valid git repo"
dce37b66
JX
15152msgstr ""
15153
9b7388a8 15154#: git-submodule.sh:259
fe52cd62
JX
15155#, sh-format
15156msgid "A git directory for '$sm_name' is found locally with remote(s):"
15157msgstr ""
15158
9b7388a8 15159#: git-submodule.sh:261
fe52cd62
JX
15160#, sh-format
15161msgid ""
9fa976ff
JX
15162"If you want to reuse this local git directory instead of cloning again from\n"
15163" $realrepo\n"
15164"use the '--force' option. If the local git directory is not the correct "
15165"repo\n"
fe52cd62
JX
15166"or you are unsure what this means choose another name with the '--name' "
15167"option."
15168msgstr ""
15169
9b7388a8 15170#: git-submodule.sh:267
fe52cd62
JX
15171#, sh-format
15172msgid "Reactivating local git directory for submodule '$sm_name'."
15173msgstr ""
15174
9b7388a8 15175#: git-submodule.sh:279
dce37b66 15176#, sh-format
cd1e7487 15177msgid "Unable to checkout submodule '$sm_path'"
dce37b66
JX
15178msgstr ""
15179
9b7388a8 15180#: git-submodule.sh:284
dce37b66 15181#, sh-format
cd1e7487 15182msgid "Failed to add submodule '$sm_path'"
dce37b66
JX
15183msgstr ""
15184
9b7388a8 15185#: git-submodule.sh:293
dce37b66 15186#, sh-format
cd1e7487 15187msgid "Failed to register submodule '$sm_path'"
dce37b66
JX
15188msgstr ""
15189
9b7388a8 15190#: git-submodule.sh:354
dce37b66 15191#, sh-format
f517e50d 15192msgid "Entering '$displaypath'"
dce37b66
JX
15193msgstr ""
15194
9b7388a8 15195#: git-submodule.sh:374
dce37b66 15196#, sh-format
f517e50d 15197msgid "Stopping at '$displaypath'; script returned non-zero status."
dce37b66
JX
15198msgstr ""
15199
9b7388a8 15200#: git-submodule.sh:600
dce37b66 15201#, sh-format
28b3cffc 15202msgid "Unable to find current revision in submodule path '$displaypath'"
dce37b66
JX
15203msgstr ""
15204
9b7388a8 15205#: git-submodule.sh:610
dce37b66 15206#, sh-format
cd1e7487 15207msgid "Unable to fetch in submodule path '$sm_path'"
dce37b66
JX
15208msgstr ""
15209
9b7388a8 15210#: git-submodule.sh:615
9fa976ff
JX
15211#, sh-format
15212msgid ""
15213"Unable to find current ${remote_name}/${branch} revision in submodule path "
15214"'$sm_path'"
15215msgstr ""
15216
9b7388a8 15217#: git-submodule.sh:633
dce37b66 15218#, sh-format
28b3cffc 15219msgid "Unable to fetch in submodule path '$displaypath'"
dce37b66
JX
15220msgstr ""
15221
9b7388a8 15222#: git-submodule.sh:639
9fa976ff
JX
15223#, sh-format
15224msgid ""
15225"Fetched in submodule path '$displaypath', but it did not contain $sha1. "
15226"Direct fetching of that commit failed."
15227msgstr ""
15228
9b7388a8 15229#: git-submodule.sh:646
5e078fcd
JX
15230#, sh-format
15231msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
15232msgstr ""
15233
9b7388a8 15234#: git-submodule.sh:647
dce37b66 15235#, sh-format
5e078fcd
JX
15236msgid "Submodule path '$displaypath': checked out '$sha1'"
15237msgstr ""
15238
9b7388a8 15239#: git-submodule.sh:651
5e078fcd 15240#, sh-format
28b3cffc 15241msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
dce37b66
JX
15242msgstr ""
15243
9b7388a8 15244#: git-submodule.sh:652
dce37b66 15245#, sh-format
28b3cffc 15246msgid "Submodule path '$displaypath': rebased into '$sha1'"
dce37b66
JX
15247msgstr ""
15248
9b7388a8 15249#: git-submodule.sh:657
dce37b66 15250#, sh-format
28b3cffc 15251msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
dce37b66
JX
15252msgstr ""
15253
9b7388a8 15254#: git-submodule.sh:658
dce37b66 15255#, sh-format
28b3cffc 15256msgid "Submodule path '$displaypath': merged in '$sha1'"
dce37b66
JX
15257msgstr ""
15258
9b7388a8 15259#: git-submodule.sh:663
dce37b66 15260#, sh-format
f517e50d 15261msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
dce37b66
JX
15262msgstr ""
15263
9b7388a8 15264#: git-submodule.sh:664
dce37b66 15265#, sh-format
f517e50d 15266msgid "Submodule path '$displaypath': '$command $sha1'"
dce37b66
JX
15267msgstr ""
15268
9b7388a8 15269#: git-submodule.sh:695
28b3cffc
JX
15270#, sh-format
15271msgid "Failed to recurse into submodule path '$displaypath'"
15272msgstr ""
15273
9b7388a8 15274#: git-submodule.sh:791
3b6137f2 15275msgid "The --cached option cannot be used with the --files option"
7256fd7c
JX
15276msgstr ""
15277
9b7388a8 15278#: git-submodule.sh:843
7256fd7c
JX
15279#, sh-format
15280msgid "unexpected mode $mod_dst"
dce37b66
JX
15281msgstr ""
15282
9b7388a8 15283#: git-submodule.sh:863
dce37b66 15284#, sh-format
28b3cffc 15285msgid " Warn: $display_name doesn't contain commit $sha1_src"
dce37b66
JX
15286msgstr ""
15287
9b7388a8 15288#: git-submodule.sh:866
dce37b66 15289#, sh-format
28b3cffc 15290msgid " Warn: $display_name doesn't contain commit $sha1_dst"
dce37b66
JX
15291msgstr ""
15292
9b7388a8 15293#: git-submodule.sh:869
dce37b66 15294#, sh-format
28b3cffc 15295msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
dce37b66
JX
15296msgstr ""
15297
f517e50d
JX
15298#: git-parse-remote.sh:89
15299#, sh-format
15300msgid "See git-${cmd}(1) for details."
15301msgstr ""
9fa976ff 15302
9b7388a8 15303#: git-rebase--interactive.sh:142
9fa976ff
JX
15304#, sh-format
15305msgid "Rebasing ($new_count/$total)"
15306msgstr ""
15307
9b7388a8 15308#: git-rebase--interactive.sh:158
9fa976ff
JX
15309msgid ""
15310"\n"
15311"Commands:\n"
9b7388a8
JX
15312"p, pick <commit> = use commit\n"
15313"r, reword <commit> = use commit, but edit the commit message\n"
15314"e, edit <commit> = use commit, but stop for amending\n"
15315"s, squash <commit> = use commit, but meld into previous commit\n"
15316"f, fixup <commit> = like \"squash\", but discard this commit's log message\n"
15317"x, exec <commit> = run command (the rest of the line) using shell\n"
15318"d, drop <commit> = remove commit\n"
15319"l, label <label> = label current HEAD with a name\n"
15320"t, reset <label> = reset HEAD to a label\n"
15321"m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
15322". create a merge commit using the original merge commit's\n"
15323". message (or the oneline, if no original merge commit was\n"
15324". specified). Use -c <commit> to reword the commit message.\n"
9fa976ff
JX
15325"\n"
15326"These lines can be re-ordered; they are executed from top to bottom.\n"
15327msgstr ""
15328
9b7388a8 15329#: git-rebase--interactive.sh:179
9fa976ff
JX
15330msgid ""
15331"\n"
15332"Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
15333msgstr ""
15334
9b7388a8 15335#: git-rebase--interactive.sh:183
9fa976ff
JX
15336msgid ""
15337"\n"
15338"If you remove a line here THAT COMMIT WILL BE LOST.\n"
15339msgstr ""
15340
9b7388a8 15341#: git-rebase--interactive.sh:221
9fa976ff
JX
15342#, sh-format
15343msgid ""
15344"You can amend the commit now, with\n"
15345"\n"
15346"\tgit commit --amend $gpg_sign_opt_quoted\n"
15347"\n"
15348"Once you are satisfied with your changes, run\n"
15349"\n"
15350"\tgit rebase --continue"
15351msgstr ""
15352
9b7388a8 15353#: git-rebase--interactive.sh:246
9fa976ff
JX
15354#, sh-format
15355msgid "$sha1: not a commit that can be picked"
15356msgstr ""
15357
9b7388a8 15358#: git-rebase--interactive.sh:285
9fa976ff
JX
15359#, sh-format
15360msgid "Invalid commit name: $sha1"
15361msgstr ""
15362
9b7388a8 15363#: git-rebase--interactive.sh:325
9fa976ff
JX
15364msgid "Cannot write current commit's replacement sha1"
15365msgstr ""
15366
9b7388a8 15367#: git-rebase--interactive.sh:376
9fa976ff
JX
15368#, sh-format
15369msgid "Fast-forward to $sha1"
15370msgstr ""
15371
9b7388a8 15372#: git-rebase--interactive.sh:378
9fa976ff
JX
15373#, sh-format
15374msgid "Cannot fast-forward to $sha1"
15375msgstr ""
15376
9b7388a8 15377#: git-rebase--interactive.sh:387
9fa976ff
JX
15378#, sh-format
15379msgid "Cannot move HEAD to $first_parent"
15380msgstr ""
15381
9b7388a8 15382#: git-rebase--interactive.sh:392
9fa976ff
JX
15383#, sh-format
15384msgid "Refusing to squash a merge: $sha1"
15385msgstr ""
15386
9b7388a8 15387#: git-rebase--interactive.sh:410
9fa976ff
JX
15388#, sh-format
15389msgid "Error redoing merge $sha1"
15390msgstr ""
15391
9b7388a8 15392#: git-rebase--interactive.sh:419
9fa976ff
JX
15393#, sh-format
15394msgid "Could not pick $sha1"
15395msgstr ""
15396
9b7388a8 15397#: git-rebase--interactive.sh:428
5bd166d8
JX
15398#, sh-format
15399msgid "This is the commit message #${n}:"
9fa976ff
JX
15400msgstr ""
15401
9b7388a8 15402#: git-rebase--interactive.sh:433
9fa976ff 15403#, sh-format
5bd166d8 15404msgid "The commit message #${n} will be skipped:"
9fa976ff
JX
15405msgstr ""
15406
9b7388a8 15407#: git-rebase--interactive.sh:444
9fa976ff 15408#, sh-format
9fa976ff
JX
15409msgid "This is a combination of $count commit."
15410msgid_plural "This is a combination of $count commits."
15411msgstr[0] ""
15412msgstr[1] ""
15413
9b7388a8 15414#: git-rebase--interactive.sh:453
9fa976ff
JX
15415#, sh-format
15416msgid "Cannot write $fixup_msg"
15417msgstr ""
15418
9b7388a8 15419#: git-rebase--interactive.sh:456
673bfad0 15420msgid "This is a combination of 2 commits."
5bd166d8
JX
15421msgstr ""
15422
9b7388a8
JX
15423#: git-rebase--interactive.sh:497 git-rebase--interactive.sh:540
15424#: git-rebase--interactive.sh:543
9fa976ff
JX
15425#, sh-format
15426msgid "Could not apply $sha1... $rest"
15427msgstr ""
15428
9b7388a8 15429#: git-rebase--interactive.sh:572
9fa976ff
JX
15430#, sh-format
15431msgid ""
15432"Could not amend commit after successfully picking $sha1... $rest\n"
15433"This is most likely due to an empty commit message, or the pre-commit hook\n"
15434"failed. If the pre-commit hook failed, you may need to resolve the issue "
15435"before\n"
15436"you are able to reword the commit."
15437msgstr ""
15438
9b7388a8 15439#: git-rebase--interactive.sh:587
9fa976ff
JX
15440#, sh-format
15441msgid "Stopped at $sha1_abbrev... $rest"
15442msgstr ""
15443
9b7388a8 15444#: git-rebase--interactive.sh:602
9fa976ff
JX
15445#, sh-format
15446msgid "Cannot '$squash_style' without a previous commit"
15447msgstr ""
15448
9b7388a8 15449#: git-rebase--interactive.sh:644
9fa976ff
JX
15450#, sh-format
15451msgid "Executing: $rest"
15452msgstr ""
15453
9b7388a8 15454#: git-rebase--interactive.sh:652
9fa976ff
JX
15455#, sh-format
15456msgid "Execution failed: $rest"
15457msgstr ""
15458
9b7388a8 15459#: git-rebase--interactive.sh:654
9fa976ff
JX
15460msgid "and made changes to the index and/or the working tree"
15461msgstr ""
15462
9b7388a8 15463#: git-rebase--interactive.sh:656
9fa976ff
JX
15464msgid ""
15465"You can fix the problem, and then run\n"
15466"\n"
15467"\tgit rebase --continue"
15468msgstr ""
15469
15470#. TRANSLATORS: after these lines is a command to be issued by the user
9b7388a8 15471#: git-rebase--interactive.sh:669
9fa976ff
JX
15472#, sh-format
15473msgid ""
15474"Execution succeeded: $rest\n"
15475"but left changes to the index and/or the working tree\n"
15476"Commit or stash your changes, and then run\n"
15477"\n"
15478"\tgit rebase --continue"
15479msgstr ""
15480
9b7388a8 15481#: git-rebase--interactive.sh:680
9fa976ff
JX
15482#, sh-format
15483msgid "Unknown command: $command $sha1 $rest"
15484msgstr ""
15485
9b7388a8 15486#: git-rebase--interactive.sh:681
9fa976ff
JX
15487msgid "Please fix this using 'git rebase --edit-todo'."
15488msgstr ""
15489
9b7388a8 15490#: git-rebase--interactive.sh:716
9fa976ff
JX
15491#, sh-format
15492msgid "Successfully rebased and updated $head_name."
15493msgstr ""
15494
9b7388a8 15495#: git-rebase--interactive.sh:740
9fa976ff
JX
15496msgid "could not detach HEAD"
15497msgstr ""
15498
9b7388a8 15499#: git-rebase--interactive.sh:778
9fa976ff
JX
15500msgid "Could not remove CHERRY_PICK_HEAD"
15501msgstr ""
15502
9b7388a8 15503#: git-rebase--interactive.sh:783
9fa976ff
JX
15504#, sh-format
15505msgid ""
15506"You have staged changes in your working tree.\n"
15507"If these changes are meant to be\n"
15508"squashed into the previous commit, run:\n"
15509"\n"
15510" git commit --amend $gpg_sign_opt_quoted\n"
15511"\n"
15512"If they are meant to go into a new commit, run:\n"
15513"\n"
15514" git commit $gpg_sign_opt_quoted\n"
15515"\n"
fda7b092 15516"In both cases, once you're done, continue with:\n"
9fa976ff
JX
15517"\n"
15518" git rebase --continue\n"
15519msgstr ""
15520
9b7388a8 15521#: git-rebase--interactive.sh:800
9fa976ff
JX
15522msgid "Error trying to find the author identity to amend commit"
15523msgstr ""
15524
9b7388a8 15525#: git-rebase--interactive.sh:805
9fa976ff
JX
15526msgid ""
15527"You have uncommitted changes in your working tree. Please commit them\n"
15528"first and then run 'git rebase --continue' again."
15529msgstr ""
15530
9b7388a8 15531#: git-rebase--interactive.sh:810 git-rebase--interactive.sh:814
9fa976ff
JX
15532msgid "Could not commit staged changes."
15533msgstr ""
15534
9b7388a8 15535#: git-rebase--interactive.sh:843
9fa976ff
JX
15536msgid ""
15537"\n"
15538"You are editing the todo file of an ongoing interactive rebase.\n"
15539"To continue rebase after editing, run:\n"
15540" git rebase --continue\n"
15541"\n"
15542msgstr ""
15543
9b7388a8 15544#: git-rebase--interactive.sh:851 git-rebase--interactive.sh:937
9fa976ff
JX
15545msgid "Could not execute editor"
15546msgstr ""
15547
9b7388a8 15548#: git-rebase--interactive.sh:872
9fa976ff
JX
15549#, sh-format
15550msgid "Could not checkout $switch_to"
15551msgstr ""
15552
9b7388a8 15553#: git-rebase--interactive.sh:879
9fa976ff
JX
15554msgid "No HEAD?"
15555msgstr ""
15556
9b7388a8 15557#: git-rebase--interactive.sh:880
9fa976ff
JX
15558#, sh-format
15559msgid "Could not create temporary $state_dir"
15560msgstr ""
15561
9b7388a8 15562#: git-rebase--interactive.sh:883
9fa976ff
JX
15563msgid "Could not mark as interactive"
15564msgstr ""
15565
9b7388a8 15566#: git-rebase--interactive.sh:915
9fa976ff
JX
15567#, sh-format
15568msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
15569msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
15570msgstr[0] ""
15571msgstr[1] ""
15572
9b7388a8 15573#: git-rebase--interactive.sh:920
9fa976ff
JX
15574msgid ""
15575"\n"
9b7388a8 15576"\tHowever, if you remove everything, the rebase will be aborted.\n"
9fa976ff 15577"\n"
9b7388a8 15578"\t"
9fa976ff
JX
15579msgstr ""
15580
9b7388a8 15581#: git-rebase--interactive.sh:927
9fa976ff
JX
15582msgid "Note that empty commits are commented out"
15583msgstr ""
15584
9b7388a8
JX
15585#: git-rebase--interactive.sh:980
15586msgid "Could not generate todo list"
15587msgstr ""
15588
15589#: git-rebase--interactive.sh:1001 git-rebase--interactive.sh:1006
15590msgid "Could not init rewritten commits"
15591msgstr ""
15592
9fa976ff
JX
15593#: git-sh-setup.sh:89 git-sh-setup.sh:94
15594#, sh-format
15595msgid "usage: $dashless $USAGE"
15596msgstr ""
15597
15598#: git-sh-setup.sh:190
15599#, sh-format
15600msgid "Cannot chdir to $cdup, the toplevel of the working tree"
15601msgstr ""
15602
15603#: git-sh-setup.sh:199 git-sh-setup.sh:206
15604#, sh-format
15605msgid "fatal: $program_name cannot be used without a working tree."
15606msgstr ""
15607
15608#: git-sh-setup.sh:220
15609msgid "Cannot rebase: You have unstaged changes."
15610msgstr ""
15611
15612#: git-sh-setup.sh:223
15613msgid "Cannot rewrite branches: You have unstaged changes."
15614msgstr ""
15615
fda7b092
JX
15616#: git-sh-setup.sh:226
15617msgid "Cannot pull with rebase: You have unstaged changes."
15618msgstr ""
15619
9fa976ff
JX
15620#: git-sh-setup.sh:229
15621#, sh-format
15622msgid "Cannot $action: You have unstaged changes."
15623msgstr ""
15624
15625#: git-sh-setup.sh:242
15626msgid "Cannot rebase: Your index contains uncommitted changes."
15627msgstr ""
15628
fda7b092
JX
15629#: git-sh-setup.sh:245
15630msgid "Cannot pull with rebase: Your index contains uncommitted changes."
15631msgstr ""
15632
9fa976ff
JX
15633#: git-sh-setup.sh:248
15634#, sh-format
15635msgid "Cannot $action: Your index contains uncommitted changes."
15636msgstr ""
15637
fda7b092
JX
15638#: git-sh-setup.sh:252
15639msgid "Additionally, your index contains uncommitted changes."
15640msgstr ""
15641
9fa976ff
JX
15642#: git-sh-setup.sh:372
15643msgid "You need to run this command from the toplevel of the working tree."
15644msgstr ""
15645
15646#: git-sh-setup.sh:377
15647msgid "Unable to determine absolute path of git directory"
15648msgstr ""
673bfad0
JX
15649
15650#. TRANSLATORS: you can adjust this to align "git add -i" status menu
5b34e000 15651#: git-add--interactive.perl:196
673bfad0
JX
15652#, perl-format
15653msgid "%12s %12s %s"
15654msgstr ""
15655
5b34e000 15656#: git-add--interactive.perl:197
673bfad0
JX
15657msgid "staged"
15658msgstr ""
15659
5b34e000 15660#: git-add--interactive.perl:197
673bfad0
JX
15661msgid "unstaged"
15662msgstr ""
15663
9b7388a8 15664#: git-add--interactive.perl:253 git-add--interactive.perl:278
673bfad0
JX
15665msgid "binary"
15666msgstr ""
15667
9b7388a8 15668#: git-add--interactive.perl:262 git-add--interactive.perl:316
673bfad0
JX
15669msgid "nothing"
15670msgstr ""
15671
9b7388a8 15672#: git-add--interactive.perl:298 git-add--interactive.perl:313
673bfad0
JX
15673msgid "unchanged"
15674msgstr ""
15675
9b7388a8 15676#: git-add--interactive.perl:609
673bfad0
JX
15677#, perl-format
15678msgid "added %d path\n"
15679msgid_plural "added %d paths\n"
15680msgstr[0] ""
15681msgstr[1] ""
15682
9b7388a8 15683#: git-add--interactive.perl:612
673bfad0
JX
15684#, perl-format
15685msgid "updated %d path\n"
15686msgid_plural "updated %d paths\n"
15687msgstr[0] ""
15688msgstr[1] ""
15689
9b7388a8 15690#: git-add--interactive.perl:615
673bfad0
JX
15691#, perl-format
15692msgid "reverted %d path\n"
15693msgid_plural "reverted %d paths\n"
15694msgstr[0] ""
15695msgstr[1] ""
15696
9b7388a8 15697#: git-add--interactive.perl:618
673bfad0
JX
15698#, perl-format
15699msgid "touched %d path\n"
15700msgid_plural "touched %d paths\n"
15701msgstr[0] ""
15702msgstr[1] ""
15703
9b7388a8 15704#: git-add--interactive.perl:627
673bfad0
JX
15705msgid "Update"
15706msgstr ""
15707
9b7388a8 15708#: git-add--interactive.perl:639
673bfad0
JX
15709msgid "Revert"
15710msgstr ""
15711
9b7388a8 15712#: git-add--interactive.perl:662
673bfad0
JX
15713#, perl-format
15714msgid "note: %s is untracked now.\n"
15715msgstr ""
15716
9b7388a8 15717#: git-add--interactive.perl:673
673bfad0
JX
15718msgid "Add untracked"
15719msgstr ""
15720
9b7388a8 15721#: git-add--interactive.perl:679
673bfad0
JX
15722msgid "No untracked files.\n"
15723msgstr ""
15724
9b7388a8 15725#: git-add--interactive.perl:1033
673bfad0
JX
15726msgid ""
15727"If the patch applies cleanly, the edited hunk will immediately be\n"
15728"marked for staging."
15729msgstr ""
15730
9b7388a8 15731#: git-add--interactive.perl:1036
673bfad0
JX
15732msgid ""
15733"If the patch applies cleanly, the edited hunk will immediately be\n"
15734"marked for stashing."
15735msgstr ""
15736
9b7388a8 15737#: git-add--interactive.perl:1039
673bfad0
JX
15738msgid ""
15739"If the patch applies cleanly, the edited hunk will immediately be\n"
15740"marked for unstaging."
15741msgstr ""
15742
9b7388a8 15743#: git-add--interactive.perl:1042 git-add--interactive.perl:1051
673bfad0
JX
15744msgid ""
15745"If the patch applies cleanly, the edited hunk will immediately be\n"
15746"marked for applying."
15747msgstr ""
15748
9b7388a8 15749#: git-add--interactive.perl:1045 git-add--interactive.perl:1048
673bfad0
JX
15750msgid ""
15751"If the patch applies cleanly, the edited hunk will immediately be\n"
15752"marked for discarding."
15753msgstr ""
15754
9b7388a8 15755#: git-add--interactive.perl:1085
673bfad0
JX
15756#, perl-format
15757msgid "failed to open hunk edit file for writing: %s"
15758msgstr ""
15759
9b7388a8 15760#: git-add--interactive.perl:1086
673bfad0
JX
15761msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
15762msgstr ""
15763
9b7388a8 15764#: git-add--interactive.perl:1092
673bfad0
JX
15765#, perl-format
15766msgid ""
15767"---\n"
15768"To remove '%s' lines, make them ' ' lines (context).\n"
15769"To remove '%s' lines, delete them.\n"
15770"Lines starting with %s will be removed.\n"
15771msgstr ""
15772
15773#. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
9b7388a8 15774#: git-add--interactive.perl:1100
673bfad0
JX
15775msgid ""
15776"If it does not apply cleanly, you will be given an opportunity to\n"
15777"edit again. If all lines of the hunk are removed, then the edit is\n"
15778"aborted and the hunk is left unchanged.\n"
15779msgstr ""
15780
9b7388a8 15781#: git-add--interactive.perl:1114
673bfad0
JX
15782#, perl-format
15783msgid "failed to open hunk edit file for reading: %s"
15784msgstr ""
15785
15786#. TRANSLATORS: do not translate [y/n]
15787#. The program will only accept that input
15788#. at this point.
15789#. Consider translating (saying "no" discards!) as
15790#. (saying "n" for "no" discards!) if the translation
15791#. of the word "no" does not start with n.
9b7388a8 15792#: git-add--interactive.perl:1213
673bfad0
JX
15793msgid ""
15794"Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
15795msgstr ""
15796
9b7388a8 15797#: git-add--interactive.perl:1222
673bfad0
JX
15798msgid ""
15799"y - stage this hunk\n"
15800"n - do not stage this hunk\n"
15801"q - quit; do not stage this hunk or any of the remaining ones\n"
15802"a - stage this hunk and all later hunks in the file\n"
15803"d - do not stage this hunk or any of the later hunks in the file"
15804msgstr ""
15805
9b7388a8 15806#: git-add--interactive.perl:1228
673bfad0
JX
15807msgid ""
15808"y - stash this hunk\n"
15809"n - do not stash this hunk\n"
15810"q - quit; do not stash this hunk or any of the remaining ones\n"
15811"a - stash this hunk and all later hunks in the file\n"
15812"d - do not stash this hunk or any of the later hunks in the file"
15813msgstr ""
15814
9b7388a8 15815#: git-add--interactive.perl:1234
673bfad0
JX
15816msgid ""
15817"y - unstage this hunk\n"
15818"n - do not unstage this hunk\n"
15819"q - quit; do not unstage this hunk or any of the remaining ones\n"
15820"a - unstage this hunk and all later hunks in the file\n"
15821"d - do not unstage this hunk or any of the later hunks in the file"
15822msgstr ""
15823
9b7388a8 15824#: git-add--interactive.perl:1240
673bfad0
JX
15825msgid ""
15826"y - apply this hunk to index\n"
15827"n - do not apply this hunk to index\n"
15828"q - quit; do not apply this hunk or any of the remaining ones\n"
15829"a - apply this hunk and all later hunks in the file\n"
15830"d - do not apply this hunk or any of the later hunks in the file"
15831msgstr ""
15832
9b7388a8 15833#: git-add--interactive.perl:1246
673bfad0
JX
15834msgid ""
15835"y - discard this hunk from worktree\n"
15836"n - do not discard this hunk from worktree\n"
15837"q - quit; do not discard this hunk or any of the remaining ones\n"
15838"a - discard this hunk and all later hunks in the file\n"
15839"d - do not discard this hunk or any of the later hunks in the file"
15840msgstr ""
15841
9b7388a8 15842#: git-add--interactive.perl:1252
673bfad0
JX
15843msgid ""
15844"y - discard this hunk from index and worktree\n"
15845"n - do not discard this hunk from index and worktree\n"
15846"q - quit; do not discard this hunk or any of the remaining ones\n"
15847"a - discard this hunk and all later hunks in the file\n"
15848"d - do not discard this hunk or any of the later hunks in the file"
15849msgstr ""
15850
9b7388a8 15851#: git-add--interactive.perl:1258
673bfad0
JX
15852msgid ""
15853"y - apply this hunk to index and worktree\n"
15854"n - do not apply this hunk to index and worktree\n"
15855"q - quit; do not apply this hunk or any of the remaining ones\n"
15856"a - apply this hunk and all later hunks in the file\n"
15857"d - do not apply this hunk or any of the later hunks in the file"
15858msgstr ""
15859
9b7388a8 15860#: git-add--interactive.perl:1273
673bfad0
JX
15861msgid ""
15862"g - select a hunk to go to\n"
15863"/ - search for a hunk matching the given regex\n"
15864"j - leave this hunk undecided, see next undecided hunk\n"
15865"J - leave this hunk undecided, see next hunk\n"
15866"k - leave this hunk undecided, see previous undecided hunk\n"
15867"K - leave this hunk undecided, see previous hunk\n"
15868"s - split the current hunk into smaller hunks\n"
15869"e - manually edit the current hunk\n"
15870"? - print help\n"
15871msgstr ""
15872
9b7388a8 15873#: git-add--interactive.perl:1304
673bfad0
JX
15874msgid "The selected hunks do not apply to the index!\n"
15875msgstr ""
15876
9b7388a8 15877#: git-add--interactive.perl:1305
673bfad0
JX
15878msgid "Apply them to the worktree anyway? "
15879msgstr ""
15880
9b7388a8 15881#: git-add--interactive.perl:1308
673bfad0
JX
15882msgid "Nothing was applied.\n"
15883msgstr ""
15884
9b7388a8 15885#: git-add--interactive.perl:1319
673bfad0
JX
15886#, perl-format
15887msgid "ignoring unmerged: %s\n"
15888msgstr ""
15889
9b7388a8 15890#: git-add--interactive.perl:1328
673bfad0
JX
15891msgid "Only binary files changed.\n"
15892msgstr ""
15893
9b7388a8 15894#: git-add--interactive.perl:1330
673bfad0
JX
15895msgid "No changes.\n"
15896msgstr ""
15897
9b7388a8 15898#: git-add--interactive.perl:1338
673bfad0
JX
15899msgid "Patch update"
15900msgstr ""
15901
9b7388a8 15902#: git-add--interactive.perl:1390
673bfad0 15903#, perl-format
abc8de64 15904msgid "Stage mode change [y,n,q,a,d%s,?]? "
673bfad0
JX
15905msgstr ""
15906
9b7388a8 15907#: git-add--interactive.perl:1391
673bfad0 15908#, perl-format
abc8de64 15909msgid "Stage deletion [y,n,q,a,d%s,?]? "
673bfad0
JX
15910msgstr ""
15911
9b7388a8 15912#: git-add--interactive.perl:1392
673bfad0 15913#, perl-format
abc8de64 15914msgid "Stage this hunk [y,n,q,a,d%s,?]? "
673bfad0
JX
15915msgstr ""
15916
9b7388a8 15917#: git-add--interactive.perl:1395
673bfad0 15918#, perl-format
abc8de64 15919msgid "Stash mode change [y,n,q,a,d%s,?]? "
673bfad0
JX
15920msgstr ""
15921
9b7388a8 15922#: git-add--interactive.perl:1396
673bfad0 15923#, perl-format
abc8de64 15924msgid "Stash deletion [y,n,q,a,d%s,?]? "
673bfad0
JX
15925msgstr ""
15926
9b7388a8 15927#: git-add--interactive.perl:1397
673bfad0 15928#, perl-format
abc8de64 15929msgid "Stash this hunk [y,n,q,a,d%s,?]? "
673bfad0
JX
15930msgstr ""
15931
9b7388a8 15932#: git-add--interactive.perl:1400
673bfad0 15933#, perl-format
abc8de64 15934msgid "Unstage mode change [y,n,q,a,d%s,?]? "
673bfad0
JX
15935msgstr ""
15936
9b7388a8 15937#: git-add--interactive.perl:1401
673bfad0 15938#, perl-format
abc8de64 15939msgid "Unstage deletion [y,n,q,a,d%s,?]? "
673bfad0
JX
15940msgstr ""
15941
9b7388a8 15942#: git-add--interactive.perl:1402
673bfad0 15943#, perl-format
abc8de64 15944msgid "Unstage this hunk [y,n,q,a,d%s,?]? "
673bfad0
JX
15945msgstr ""
15946
9b7388a8 15947#: git-add--interactive.perl:1405
673bfad0 15948#, perl-format
abc8de64 15949msgid "Apply mode change to index [y,n,q,a,d%s,?]? "
673bfad0
JX
15950msgstr ""
15951
9b7388a8 15952#: git-add--interactive.perl:1406
673bfad0 15953#, perl-format
abc8de64 15954msgid "Apply deletion to index [y,n,q,a,d%s,?]? "
673bfad0
JX
15955msgstr ""
15956
9b7388a8 15957#: git-add--interactive.perl:1407
673bfad0 15958#, perl-format
abc8de64 15959msgid "Apply this hunk to index [y,n,q,a,d%s,?]? "
673bfad0
JX
15960msgstr ""
15961
9b7388a8 15962#: git-add--interactive.perl:1410
673bfad0 15963#, perl-format
abc8de64 15964msgid "Discard mode change from worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
15965msgstr ""
15966
9b7388a8 15967#: git-add--interactive.perl:1411
673bfad0 15968#, perl-format
abc8de64 15969msgid "Discard deletion from worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
15970msgstr ""
15971
9b7388a8 15972#: git-add--interactive.perl:1412
673bfad0 15973#, perl-format
abc8de64 15974msgid "Discard this hunk from worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
15975msgstr ""
15976
9b7388a8 15977#: git-add--interactive.perl:1415
673bfad0 15978#, perl-format
abc8de64 15979msgid "Discard mode change from index and worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
15980msgstr ""
15981
9b7388a8 15982#: git-add--interactive.perl:1416
673bfad0 15983#, perl-format
abc8de64 15984msgid "Discard deletion from index and worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
15985msgstr ""
15986
9b7388a8 15987#: git-add--interactive.perl:1417
673bfad0 15988#, perl-format
abc8de64 15989msgid "Discard this hunk from index and worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
15990msgstr ""
15991
9b7388a8 15992#: git-add--interactive.perl:1420
673bfad0 15993#, perl-format
abc8de64 15994msgid "Apply mode change to index and worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
15995msgstr ""
15996
9b7388a8 15997#: git-add--interactive.perl:1421
673bfad0 15998#, perl-format
abc8de64 15999msgid "Apply deletion to index and worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
16000msgstr ""
16001
9b7388a8 16002#: git-add--interactive.perl:1422
673bfad0 16003#, perl-format
abc8de64 16004msgid "Apply this hunk to index and worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
16005msgstr ""
16006
9b7388a8 16007#: git-add--interactive.perl:1522
abc8de64
JX
16008msgid "No other hunks to goto\n"
16009msgstr ""
16010
9b7388a8 16011#: git-add--interactive.perl:1529
673bfad0
JX
16012msgid "go to which hunk (<ret> to see more)? "
16013msgstr ""
16014
9b7388a8 16015#: git-add--interactive.perl:1531
673bfad0
JX
16016msgid "go to which hunk? "
16017msgstr ""
16018
9b7388a8 16019#: git-add--interactive.perl:1540
673bfad0
JX
16020#, perl-format
16021msgid "Invalid number: '%s'\n"
16022msgstr ""
16023
9b7388a8 16024#: git-add--interactive.perl:1545
673bfad0
JX
16025#, perl-format
16026msgid "Sorry, only %d hunk available.\n"
16027msgid_plural "Sorry, only %d hunks available.\n"
16028msgstr[0] ""
16029msgstr[1] ""
16030
9b7388a8 16031#: git-add--interactive.perl:1571
abc8de64
JX
16032msgid "No other hunks to search\n"
16033msgstr ""
16034
9b7388a8 16035#: git-add--interactive.perl:1575
673bfad0
JX
16036msgid "search for regex? "
16037msgstr ""
16038
9b7388a8 16039#: git-add--interactive.perl:1588
673bfad0
JX
16040#, perl-format
16041msgid "Malformed search regexp %s: %s\n"
16042msgstr ""
16043
9b7388a8 16044#: git-add--interactive.perl:1598
673bfad0
JX
16045msgid "No hunk matches the given pattern\n"
16046msgstr ""
16047
9b7388a8 16048#: git-add--interactive.perl:1610 git-add--interactive.perl:1632
673bfad0
JX
16049msgid "No previous hunk\n"
16050msgstr ""
16051
9b7388a8 16052#: git-add--interactive.perl:1619 git-add--interactive.perl:1638
673bfad0
JX
16053msgid "No next hunk\n"
16054msgstr ""
16055
9b7388a8 16056#: git-add--interactive.perl:1644
abc8de64
JX
16057msgid "Sorry, cannot split this hunk\n"
16058msgstr ""
16059
9b7388a8 16060#: git-add--interactive.perl:1650
673bfad0
JX
16061#, perl-format
16062msgid "Split into %d hunk.\n"
16063msgid_plural "Split into %d hunks.\n"
16064msgstr[0] ""
16065msgstr[1] ""
16066
9b7388a8 16067#: git-add--interactive.perl:1660
abc8de64
JX
16068msgid "Sorry, cannot edit this hunk\n"
16069msgstr ""
16070
9b7388a8 16071#: git-add--interactive.perl:1706
673bfad0
JX
16072msgid "Review diff"
16073msgstr ""
16074
16075#. TRANSLATORS: please do not translate the command names
16076#. 'status', 'update', 'revert', etc.
9b7388a8 16077#: git-add--interactive.perl:1725
673bfad0
JX
16078msgid ""
16079"status - show paths with changes\n"
16080"update - add working tree state to the staged set of changes\n"
16081"revert - revert staged set of changes back to the HEAD version\n"
16082"patch - pick hunks and update selectively\n"
dfc182b1 16083"diff - view diff between HEAD and index\n"
673bfad0
JX
16084"add untracked - add contents of untracked files to the staged set of "
16085"changes\n"
16086msgstr ""
16087
9b7388a8
JX
16088#: git-add--interactive.perl:1742 git-add--interactive.perl:1747
16089#: git-add--interactive.perl:1750 git-add--interactive.perl:1757
16090#: git-add--interactive.perl:1761 git-add--interactive.perl:1767
673bfad0
JX
16091msgid "missing --"
16092msgstr ""
16093
9b7388a8 16094#: git-add--interactive.perl:1763
673bfad0
JX
16095#, perl-format
16096msgid "unknown --patch mode: %s"
16097msgstr ""
16098
9b7388a8 16099#: git-add--interactive.perl:1769 git-add--interactive.perl:1775
673bfad0
JX
16100#, perl-format
16101msgid "invalid argument %s, expecting --"
16102msgstr ""
16103
abc8de64 16104#: git-send-email.perl:130
673bfad0
JX
16105msgid "local zone differs from GMT by a non-minute interval\n"
16106msgstr ""
16107
abc8de64 16108#: git-send-email.perl:137 git-send-email.perl:143
673bfad0
JX
16109msgid "local time offset greater than or equal to 24 hours\n"
16110msgstr ""
16111
abc8de64 16112#: git-send-email.perl:211 git-send-email.perl:217
673bfad0
JX
16113msgid "the editor exited uncleanly, aborting everything"
16114msgstr ""
16115
abc8de64 16116#: git-send-email.perl:294
673bfad0
JX
16117#, perl-format
16118msgid ""
16119"'%s' contains an intermediate version of the email you were composing.\n"
16120msgstr ""
16121
abc8de64 16122#: git-send-email.perl:299
673bfad0
JX
16123#, perl-format
16124msgid "'%s.final' contains the composed email.\n"
16125msgstr ""
16126
abc8de64 16127#: git-send-email.perl:317
673bfad0
JX
16128msgid "--dump-aliases incompatible with other options\n"
16129msgstr ""
16130
abc8de64 16131#: git-send-email.perl:383 git-send-email.perl:638
673bfad0
JX
16132msgid "Cannot run git format-patch from outside a repository\n"
16133msgstr ""
16134
abc8de64
JX
16135#: git-send-email.perl:386
16136msgid ""
16137"`batch-size` and `relogin` must be specified together (via command-line or "
16138"configuration option)\n"
16139msgstr ""
16140
16141#: git-send-email.perl:456
673bfad0
JX
16142#, perl-format
16143msgid "Unknown --suppress-cc field: '%s'\n"
16144msgstr ""
16145
abc8de64 16146#: git-send-email.perl:485
673bfad0
JX
16147#, perl-format
16148msgid "Unknown --confirm setting: '%s'\n"
16149msgstr ""
16150
abc8de64 16151#: git-send-email.perl:513
673bfad0
JX
16152#, perl-format
16153msgid "warning: sendmail alias with quotes is not supported: %s\n"
16154msgstr ""
16155
abc8de64 16156#: git-send-email.perl:515
673bfad0
JX
16157#, perl-format
16158msgid "warning: `:include:` not supported: %s\n"
16159msgstr ""
16160
abc8de64 16161#: git-send-email.perl:517
673bfad0
JX
16162#, perl-format
16163msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
16164msgstr ""
16165
abc8de64 16166#: git-send-email.perl:522
673bfad0
JX
16167#, perl-format
16168msgid "warning: sendmail line is not recognized: %s\n"
16169msgstr ""
16170
abc8de64 16171#: git-send-email.perl:604
673bfad0
JX
16172#, perl-format
16173msgid ""
16174"File '%s' exists but it could also be the range of commits\n"
16175"to produce patches for. Please disambiguate by...\n"
16176"\n"
16177" * Saying \"./%s\" if you mean a file; or\n"
16178" * Giving --format-patch option if you mean a range.\n"
16179msgstr ""
16180
abc8de64 16181#: git-send-email.perl:625
673bfad0
JX
16182#, perl-format
16183msgid "Failed to opendir %s: %s"
16184msgstr ""
16185
abc8de64 16186#: git-send-email.perl:649
673bfad0
JX
16187#, perl-format
16188msgid ""
16189"fatal: %s: %s\n"
16190"warning: no patches were sent\n"
16191msgstr ""
16192
abc8de64 16193#: git-send-email.perl:660
673bfad0
JX
16194msgid ""
16195"\n"
16196"No patch files specified!\n"
16197"\n"
16198msgstr ""
16199
abc8de64 16200#: git-send-email.perl:673
673bfad0
JX
16201#, perl-format
16202msgid "No subject line in %s?"
16203msgstr ""
16204
abc8de64 16205#: git-send-email.perl:683
673bfad0
JX
16206#, perl-format
16207msgid "Failed to open for writing %s: %s"
16208msgstr ""
16209
abc8de64 16210#: git-send-email.perl:694
673bfad0
JX
16211msgid ""
16212"Lines beginning in \"GIT:\" will be removed.\n"
16213"Consider including an overall diffstat or table of contents\n"
16214"for the patch you are writing.\n"
16215"\n"
16216"Clear the body content if you don't wish to send a summary.\n"
16217msgstr ""
16218
abc8de64 16219#: git-send-email.perl:718
673bfad0
JX
16220#, perl-format
16221msgid "Failed to open %s: %s"
16222msgstr ""
16223
abc8de64
JX
16224#: git-send-email.perl:735
16225#, perl-format
16226msgid "Failed to open %s.final: %s"
673bfad0
JX
16227msgstr ""
16228
abc8de64 16229#: git-send-email.perl:778
673bfad0
JX
16230msgid "Summary email is empty, skipping it\n"
16231msgstr ""
16232
16233#. TRANSLATORS: please keep [y/N] as is.
abc8de64 16234#: git-send-email.perl:813
673bfad0
JX
16235#, perl-format
16236msgid "Are you sure you want to use <%s> [y/N]? "
16237msgstr ""
16238
abc8de64 16239#: git-send-email.perl:868
673bfad0
JX
16240msgid ""
16241"The following files are 8bit, but do not declare a Content-Transfer-"
16242"Encoding.\n"
16243msgstr ""
16244
abc8de64 16245#: git-send-email.perl:873
673bfad0
JX
16246msgid "Which 8bit encoding should I declare [UTF-8]? "
16247msgstr ""
16248
abc8de64 16249#: git-send-email.perl:881
673bfad0
JX
16250#, perl-format
16251msgid ""
16252"Refusing to send because the patch\n"
16253"\t%s\n"
16254"has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
16255"want to send.\n"
16256msgstr ""
16257
abc8de64 16258#: git-send-email.perl:900
673bfad0
JX
16259msgid "To whom should the emails be sent (if anyone)?"
16260msgstr ""
16261
abc8de64 16262#: git-send-email.perl:918
673bfad0
JX
16263#, perl-format
16264msgid "fatal: alias '%s' expands to itself\n"
16265msgstr ""
16266
abc8de64 16267#: git-send-email.perl:930
673bfad0
JX
16268msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
16269msgstr ""
16270
abc8de64 16271#: git-send-email.perl:988 git-send-email.perl:996
673bfad0
JX
16272#, perl-format
16273msgid "error: unable to extract a valid address from: %s\n"
16274msgstr ""
16275
16276#. TRANSLATORS: Make sure to include [q] [d] [e] in your
16277#. translation. The program will only accept English input
16278#. at this point.
abc8de64 16279#: git-send-email.perl:1000
673bfad0
JX
16280msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
16281msgstr ""
16282
abc8de64 16283#: git-send-email.perl:1317
673bfad0
JX
16284#, perl-format
16285msgid "CA path \"%s\" does not exist"
16286msgstr ""
16287
9b7388a8 16288#: git-send-email.perl:1400
673bfad0
JX
16289msgid ""
16290" The Cc list above has been expanded by additional\n"
16291" addresses found in the patch commit message. By default\n"
16292" send-email prompts before sending whenever this occurs.\n"
16293" This behavior is controlled by the sendemail.confirm\n"
16294" configuration setting.\n"
16295"\n"
16296" For additional information, run 'git send-email --help'.\n"
16297" To retain the current behavior, but squelch this message,\n"
16298" run 'git config --global sendemail.confirm auto'.\n"
16299"\n"
16300msgstr ""
16301
9b7388a8 16302#. TRANSLATORS: Make sure to include [y] [n] [e] [q] [a] in your
673bfad0
JX
16303#. translation. The program will only accept English input
16304#. at this point.
9b7388a8
JX
16305#: git-send-email.perl:1415
16306msgid "Send this email? ([y]es|[n]o|[e]dit|[q]uit|[a]ll): "
673bfad0
JX
16307msgstr ""
16308
9b7388a8 16309#: git-send-email.perl:1418
673bfad0
JX
16310msgid "Send this email reply required"
16311msgstr ""
16312
9b7388a8 16313#: git-send-email.perl:1446
673bfad0
JX
16314msgid "The required SMTP server is not properly defined."
16315msgstr ""
16316
9b7388a8 16317#: git-send-email.perl:1493
673bfad0
JX
16318#, perl-format
16319msgid "Server does not support STARTTLS! %s"
16320msgstr ""
16321
9b7388a8 16322#: git-send-email.perl:1498 git-send-email.perl:1502
5b34e000
JX
16323#, perl-format
16324msgid "STARTTLS failed! %s"
16325msgstr ""
16326
9b7388a8 16327#: git-send-email.perl:1512
673bfad0
JX
16328msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
16329msgstr ""
16330
9b7388a8 16331#: git-send-email.perl:1530
673bfad0
JX
16332#, perl-format
16333msgid "Failed to send %s\n"
16334msgstr ""
16335
9b7388a8 16336#: git-send-email.perl:1533
673bfad0
JX
16337#, perl-format
16338msgid "Dry-Sent %s\n"
16339msgstr ""
16340
9b7388a8 16341#: git-send-email.perl:1533
673bfad0
JX
16342#, perl-format
16343msgid "Sent %s\n"
16344msgstr ""
16345
9b7388a8 16346#: git-send-email.perl:1535
673bfad0
JX
16347msgid "Dry-OK. Log says:\n"
16348msgstr ""
16349
9b7388a8 16350#: git-send-email.perl:1535
673bfad0
JX
16351msgid "OK. Log says:\n"
16352msgstr ""
16353
9b7388a8 16354#: git-send-email.perl:1547
673bfad0
JX
16355msgid "Result: "
16356msgstr ""
16357
9b7388a8 16358#: git-send-email.perl:1550
673bfad0
JX
16359msgid "Result: OK\n"
16360msgstr ""
16361
9b7388a8 16362#: git-send-email.perl:1568
673bfad0
JX
16363#, perl-format
16364msgid "can't open file %s"
16365msgstr ""
16366
9b7388a8 16367#: git-send-email.perl:1615 git-send-email.perl:1635
673bfad0
JX
16368#, perl-format
16369msgid "(mbox) Adding cc: %s from line '%s'\n"
16370msgstr ""
16371
9b7388a8 16372#: git-send-email.perl:1621
673bfad0
JX
16373#, perl-format
16374msgid "(mbox) Adding to: %s from line '%s'\n"
16375msgstr ""
16376
9b7388a8 16377#: git-send-email.perl:1674
673bfad0
JX
16378#, perl-format
16379msgid "(non-mbox) Adding cc: %s from line '%s'\n"
16380msgstr ""
16381
9b7388a8 16382#: git-send-email.perl:1699
673bfad0
JX
16383#, perl-format
16384msgid "(body) Adding cc: %s from line '%s'\n"
16385msgstr ""
16386
9b7388a8 16387#: git-send-email.perl:1817
673bfad0
JX
16388#, perl-format
16389msgid "(%s) Could not execute '%s'"
16390msgstr ""
16391
9b7388a8 16392#: git-send-email.perl:1824
673bfad0
JX
16393#, perl-format
16394msgid "(%s) Adding %s: %s from: '%s'\n"
16395msgstr ""
16396
9b7388a8 16397#: git-send-email.perl:1828
673bfad0
JX
16398#, perl-format
16399msgid "(%s) failed to close pipe to '%s'"
16400msgstr ""
16401
9b7388a8 16402#: git-send-email.perl:1855
673bfad0
JX
16403msgid "cannot send message as 7bit"
16404msgstr ""
16405
9b7388a8 16406#: git-send-email.perl:1863
673bfad0
JX
16407msgid "invalid transfer encoding"
16408msgstr ""
16409
9b7388a8 16410#: git-send-email.perl:1901 git-send-email.perl:1952 git-send-email.perl:1962
673bfad0
JX
16411#, perl-format
16412msgid "unable to open %s: %s\n"
16413msgstr ""
16414
9b7388a8 16415#: git-send-email.perl:1904
673bfad0
JX
16416#, perl-format
16417msgid "%s: patch contains a line longer than 998 characters"
16418msgstr ""
16419
9b7388a8 16420#: git-send-email.perl:1920
673bfad0
JX
16421#, perl-format
16422msgid "Skipping %s with backup suffix '%s'.\n"
16423msgstr ""
16424
16425#. TRANSLATORS: please keep "[y|N]" as is.
9b7388a8 16426#: git-send-email.perl:1924
673bfad0
JX
16427#, perl-format
16428msgid "Do you really want to send %s? [y|N]: "
16429msgstr ""