]> git.ipfire.org Git - thirdparty/git.git/blame - po/git.pot
l10n: git.pot: v2.18.0 round 3 (1 new, 1 removed)
[thirdparty/git.git] / po / git.pot
CommitLineData
dce37b66
JX
1# SOME DESCRIPTIVE TITLE.
2# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3# This file is distributed under the same license as the PACKAGE package.
4# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5#
6#, fuzzy
7msgid ""
8msgstr ""
9"Project-Id-Version: PACKAGE VERSION\n"
10"Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
90d4bec9 11"POT-Creation-Date: 2018-06-16 22:06+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
55892712 61#: advice.c:168 builtin/merge.c:1250
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
55892712 726#: archive.c:434
fda7b092
JX
727msgid "fmt"
728msgstr ""
729
55892712 730#: archive.c:434
fda7b092
JX
731msgid "archive format"
732msgstr ""
733
55892712 734#: archive.c:435 builtin/log.c:1462
fda7b092
JX
735msgid "prefix"
736msgstr ""
737
55892712 738#: archive.c:436
fda7b092
JX
739msgid "prepend prefix to each pathname in the archive"
740msgstr ""
741
55892712 742#: archive.c:437 builtin/blame.c:813 builtin/blame.c:814 builtin/config.c:127
9b7388a8 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
55892712 750#: archive.c:438 builtin/archive.c:89
fda7b092
JX
751msgid "write the archive to this file"
752msgstr ""
753
55892712 754#: archive.c:440
fda7b092
JX
755msgid "read .gitattributes in working directory"
756msgstr ""
757
55892712 758#: archive.c:441
fda7b092
JX
759msgid "report archived files on stderr"
760msgstr ""
761
55892712 762#: archive.c:442
fda7b092
JX
763msgid "store only"
764msgstr ""
765
55892712 766#: archive.c:443
fda7b092
JX
767msgid "compress faster"
768msgstr ""
769
55892712 770#: archive.c:451
fda7b092
JX
771msgid "compress better"
772msgstr ""
773
55892712 774#: archive.c:454
fda7b092
JX
775msgid "list supported archive formats"
776msgstr ""
777
55892712 778#: archive.c:456 builtin/archive.c:90 builtin/clone.c:110 builtin/clone.c:113
9b7388a8 779#: builtin/submodule--helper.c:1222 builtin/submodule--helper.c:1593
fda7b092
JX
780msgid "repo"
781msgstr ""
782
55892712 783#: archive.c:457 builtin/archive.c:91
fda7b092
JX
784msgid "retrieve the archive from remote repository <repo>"
785msgstr ""
786
55892712 787#: archive.c:458 builtin/archive.c:92 builtin/notes.c:489
fda7b092
JX
788msgid "command"
789msgstr ""
790
55892712 791#: archive.c:459 builtin/archive.c:93
fda7b092
JX
792msgid "path to the remote git-upload-archive command"
793msgstr ""
794
55892712 795#: archive.c:466
fda7b092
JX
796msgid "Unexpected option --remote"
797msgstr ""
798
55892712 799#: archive.c:468
fda7b092
JX
800msgid "Option --exec can only be used together with --remote"
801msgstr ""
802
55892712 803#: archive.c:470
fda7b092
JX
804msgid "Unexpected option --output"
805msgstr ""
806
55892712 807#: archive.c:492
fda7b092
JX
808#, c-format
809msgid "Unknown archive format '%s'"
810msgstr ""
811
55892712 812#: archive.c:499
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
55892712
JX
945#: blame.c:1796 bundle.c:160 ref-filter.c:2075 sequencer.c:1861
946#: sequencer.c:3632 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:372
9b7388a8 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
55892712 1101#: bundle.c:88 sequencer.c:2081 sequencer.c:2558 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
55892712 1168#: commit.c:43 sequencer.c:2364 builtin/am.c:421 builtin/am.c:465
9b7388a8
JX
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
90d4bec9 1192#: commit.c:1540
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
55892712 1372#: connect.c:61
fda7b092
JX
1373msgid "The remote end hung up upon initial contact"
1374msgstr ""
1375
55892712 1376#: connect.c:63
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
55892712
JX
1880#: help.c:23
1881msgid "start a working area (see also: git help tutorial)"
1882msgstr ""
1883
1884#: help.c:24
1885msgid "work on the current change (see also: git help everyday)"
1886msgstr ""
1887
1888#: help.c:25
1889msgid "examine the history and state (see also: git help revisions)"
1890msgstr ""
1891
1892#: help.c:26
1893msgid "grow, mark and tweak your common history"
1894msgstr ""
1895
1896#: help.c:27
1897msgid "collaborate (see also: git help workflows)"
1898msgstr ""
1899
1900#: help.c:31
1901msgid "Main Porcelain Commands"
1902msgstr ""
1903
1904#: help.c:32
1905msgid "Ancillary Commands / Manipulators"
1906msgstr ""
1907
1908#: help.c:33
1909msgid "Ancillary Commands / Interrogators"
1910msgstr ""
1911
1912#: help.c:34
1913msgid "Interacting with Others"
1914msgstr ""
1915
1916#: help.c:35
1917msgid "Low-level Commands / Manipulators"
1918msgstr ""
1919
1920#: help.c:36
1921msgid "Low-level Commands / Interrogators"
1922msgstr ""
1923
1924#: help.c:37
1925msgid "Low-level Commands / Synching Repositories"
1926msgstr ""
1927
1928#: help.c:38
1929msgid "Low-level Commands / Internal Helpers"
1930msgstr ""
1931
1932#: help.c:293
727b9576 1933#, c-format
fda7b092 1934msgid "available git commands in '%s'"
727b9576
JX
1935msgstr ""
1936
55892712 1937#: help.c:300
fda7b092 1938msgid "git commands available from elsewhere on your $PATH"
727b9576
JX
1939msgstr ""
1940
55892712 1941#: help.c:309
fda7b092 1942msgid "These are common Git commands used in various situations:"
727b9576
JX
1943msgstr ""
1944
55892712
JX
1945#: help.c:358 git.c:90
1946#, c-format
1947msgid "unsupported command listing type '%s'"
1948msgstr ""
1949
1950#: help.c:405
1951msgid "The common Git guides are:"
1952msgstr ""
1953
1954#: help.c:467
9caaf23e 1955#, c-format
df49095a 1956msgid ""
fda7b092
JX
1957"'%s' appears to be a git command, but we were not\n"
1958"able to execute it. Maybe git-%s is broken?"
df49095a
JX
1959msgstr ""
1960
55892712 1961#: help.c:526
fda7b092 1962msgid "Uh oh. Your system reports no Git commands at all."
d07a63e4
JX
1963msgstr ""
1964
55892712 1965#: help.c:548
fda7b092 1966#, c-format
5b34e000
JX
1967msgid "WARNING: You called a Git command named '%s', which does not exist."
1968msgstr ""
1969
55892712 1970#: help.c:553
5b34e000
JX
1971#, c-format
1972msgid "Continuing under the assumption that you meant '%s'."
5e078fcd
JX
1973msgstr ""
1974
55892712 1975#: help.c:558
5e078fcd 1976#, c-format
5b34e000 1977msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
5e078fcd
JX
1978msgstr ""
1979
55892712 1980#: help.c:566
5e078fcd 1981#, c-format
fda7b092 1982msgid "git: '%s' is not a git command. See 'git --help'."
5e078fcd
JX
1983msgstr ""
1984
55892712 1985#: help.c:570
fda7b092
JX
1986msgid ""
1987"\n"
5b34e000 1988"The most similar command is"
fda7b092
JX
1989msgid_plural ""
1990"\n"
5b34e000 1991"The most similar commands are"
fda7b092
JX
1992msgstr[0] ""
1993msgstr[1] ""
1994
55892712 1995#: help.c:585
5b34e000
JX
1996msgid "git version [<options>]"
1997msgstr ""
1998
55892712 1999#: help.c:652
df0617bf 2000#, c-format
fda7b092 2001msgid "%s: %s - %s"
df0617bf
JX
2002msgstr ""
2003
55892712 2004#: help.c:656
5b34e000
JX
2005msgid ""
2006"\n"
2007"Did you mean this?"
2008msgid_plural ""
2009"\n"
2010"Did you mean one of these?"
2011msgstr[0] ""
2012msgstr[1] ""
2013
2014#: ident.c:342
fda7b092
JX
2015msgid ""
2016"\n"
2017"*** Please tell me who you are.\n"
2018"\n"
2019"Run\n"
2020"\n"
2021" git config --global user.email \"you@example.com\"\n"
2022" git config --global user.name \"Your Name\"\n"
2023"\n"
2024"to set your account's default identity.\n"
2025"Omit --global to set the identity only in this repository.\n"
2026"\n"
df0617bf
JX
2027msgstr ""
2028
5b34e000 2029#: ident.c:366
dfc182b1
JX
2030msgid "no email was given and auto-detection is disabled"
2031msgstr ""
2032
5b34e000 2033#: ident.c:371
dfc182b1
JX
2034#, c-format
2035msgid "unable to auto-detect email address (got '%s')"
2036msgstr ""
2037
5b34e000 2038#: ident.c:381
dfc182b1
JX
2039msgid "no name was given and auto-detection is disabled"
2040msgstr ""
2041
5b34e000 2042#: ident.c:387
dfc182b1
JX
2043#, c-format
2044msgid "unable to auto-detect name (got '%s')"
2045msgstr ""
2046
5b34e000 2047#: ident.c:395
dfc182b1
JX
2048#, c-format
2049msgid "empty ident name (for <%s>) not allowed"
2050msgstr ""
2051
5b34e000 2052#: ident.c:401
dfc182b1
JX
2053#, c-format
2054msgid "name consists only of disallowed characters: %s"
2055msgstr ""
2056
9b7388a8 2057#: ident.c:416 builtin/commit.c:587
dfc182b1
JX
2058#, c-format
2059msgid "invalid date format: %s"
2060msgstr ""
2061
abc8de64
JX
2062#: list-objects-filter-options.c:36
2063msgid "multiple filter-specs cannot be combined"
18a90722
JX
2064msgstr ""
2065
abc8de64
JX
2066#: list-objects-filter-options.c:126
2067msgid "cannot change partial clone promisor remote"
18a90722
JX
2068msgstr ""
2069
25eab542 2070#: lockfile.c:151
df0617bf 2071#, c-format
fda7b092
JX
2072msgid ""
2073"Unable to create '%s.lock': %s.\n"
2074"\n"
2075"Another git process seems to be running in this repository, e.g.\n"
2076"an editor opened by 'git commit'. Please make sure all processes\n"
2077"are terminated then try again. If it still fails, a git process\n"
2078"may have crashed in this repository earlier:\n"
2079"remove the file manually to continue."
df0617bf
JX
2080msgstr ""
2081
25eab542 2082#: lockfile.c:159
df0617bf 2083#, c-format
fda7b092 2084msgid "Unable to create '%s.lock': %s"
df0617bf
JX
2085msgstr ""
2086
9b7388a8 2087#: merge.c:71
fda7b092 2088msgid "failed to read the cache"
9eb3984b
JX
2089msgstr ""
2090
9b7388a8
JX
2091#: merge.c:136 builtin/am.c:1946 builtin/am.c:1980 builtin/checkout.c:378
2092#: builtin/checkout.c:606 builtin/clone.c:761
fda7b092 2093msgid "unable to write new index file"
9eb3984b
JX
2094msgstr ""
2095
9b7388a8 2096#: merge-recursive.c:298
fda7b092 2097msgid "(bad commit)\n"
f4f2c8f8
JX
2098msgstr ""
2099
9b7388a8
JX
2100#: merge-recursive.c:320
2101#, c-format
2102msgid "add_cacheinfo failed for path '%s'; merge aborting."
2103msgstr ""
2104
2105#: merge-recursive.c:328
f1522b27 2106#, c-format
9b7388a8 2107msgid "add_cacheinfo failed to refresh for path '%s'; merge aborting."
f1522b27
JX
2108msgstr ""
2109
9b7388a8 2110#: merge-recursive.c:410
fda7b092 2111msgid "error building trees"
f1522b27
JX
2112msgstr ""
2113
9b7388a8 2114#: merge-recursive.c:881
f4f2c8f8 2115#, c-format
fda7b092 2116msgid "failed to create path '%s'%s"
f4f2c8f8
JX
2117msgstr ""
2118
9b7388a8 2119#: merge-recursive.c:892
f4f2c8f8 2120#, c-format
fda7b092 2121msgid "Removing %s to make room for subdirectory\n"
f4f2c8f8
JX
2122msgstr ""
2123
9b7388a8 2124#: merge-recursive.c:906 merge-recursive.c:925
fda7b092 2125msgid ": perhaps a D/F conflict?"
df0617bf
JX
2126msgstr ""
2127
9b7388a8 2128#: merge-recursive.c:915
f4f2c8f8 2129#, c-format
fda7b092 2130msgid "refusing to lose untracked file at '%s'"
f4f2c8f8
JX
2131msgstr ""
2132
9b7388a8 2133#: merge-recursive.c:957 builtin/cat-file.c:37
9eb3984b 2134#, c-format
fda7b092 2135msgid "cannot read object %s '%s'"
9eb3984b
JX
2136msgstr ""
2137
9b7388a8 2138#: merge-recursive.c:959
9eb3984b 2139#, c-format
fda7b092 2140msgid "blob expected for %s '%s'"
9eb3984b
JX
2141msgstr ""
2142
9b7388a8 2143#: merge-recursive.c:983
f4f2c8f8 2144#, c-format
fda7b092 2145msgid "failed to open '%s': %s"
f4f2c8f8
JX
2146msgstr ""
2147
9b7388a8 2148#: merge-recursive.c:994
f4f2c8f8 2149#, c-format
fda7b092 2150msgid "failed to symlink '%s': %s"
f4f2c8f8
JX
2151msgstr ""
2152
9b7388a8 2153#: merge-recursive.c:999
f1522b27 2154#, c-format
fda7b092 2155msgid "do not know what to do with %06o %s '%s'"
f1522b27
JX
2156msgstr ""
2157
9b7388a8
JX
2158#: merge-recursive.c:1186
2159#, c-format
2160msgid "Failed to merge submodule %s (not checked out)"
2161msgstr ""
2162
2163#: merge-recursive.c:1193
2164#, c-format
2165msgid "Failed to merge submodule %s (commits not present)"
2166msgstr ""
2167
2168#: merge-recursive.c:1200
2169#, c-format
2170msgid "Failed to merge submodule %s (commits don't follow merge-base)"
2171msgstr ""
2172
2173#: merge-recursive.c:1208 merge-recursive.c:1220
2174#, c-format
2175msgid "Fast-forwarding submodule %s to the following commit:"
2176msgstr ""
2177
2178#: merge-recursive.c:1211 merge-recursive.c:1223
2179#, c-format
90d4bec9 2180msgid "Fast-forwarding submodule %s"
9b7388a8
JX
2181msgstr ""
2182
2183#: merge-recursive.c:1245
2184#, c-format
2185msgid "Failed to merge submodule %s (merge following commits not found)"
2186msgstr ""
2187
2188#: merge-recursive.c:1249
2189#, c-format
2190msgid "Failed to merge submodule %s (not fast-forward)"
2191msgstr ""
2192
2193#: merge-recursive.c:1250
2194msgid "Found a possible merge resolution for the submodule:\n"
2195msgstr ""
2196
2197#: merge-recursive.c:1253
2198#, c-format
2199msgid ""
2200"If this is correct simply add it to the index for example\n"
2201"by using:\n"
2202"\n"
2203" git update-index --cacheinfo 160000 %s \"%s\"\n"
2204"\n"
2205"which will accept this suggestion.\n"
2206msgstr ""
2207
2208#: merge-recursive.c:1262
2209#, c-format
2210msgid "Failed to merge submodule %s (multiple merges found)"
2211msgstr ""
2212
2213#: merge-recursive.c:1321
fda7b092 2214msgid "Failed to execute internal merge"
f1522b27
JX
2215msgstr ""
2216
9b7388a8 2217#: merge-recursive.c:1326
9eb3984b 2218#, c-format
fda7b092 2219msgid "Unable to add %s to database"
9eb3984b
JX
2220msgstr ""
2221
9b7388a8
JX
2222#: merge-recursive.c:1358
2223#, c-format
2224msgid "Auto-merging %s"
2225msgstr ""
2226
2227#: merge-recursive.c:1423
2228#, c-format
2229msgid "Error: Refusing to lose untracked file at %s; writing to %s instead."
2230msgstr ""
2231
2232#: merge-recursive.c:1475
f1522b27 2233#, c-format
fda7b092
JX
2234msgid ""
2235"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2236"in tree."
f1522b27
JX
2237msgstr ""
2238
9b7388a8 2239#: merge-recursive.c:1480
dfc182b1
JX
2240#, c-format
2241msgid ""
2242"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2243"left in tree."
2244msgstr ""
2245
9b7388a8 2246#: merge-recursive.c:1487
fda7b092
JX
2247#, c-format
2248msgid ""
2249"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2250"in tree at %s."
f1522b27
JX
2251msgstr ""
2252
9b7388a8 2253#: merge-recursive.c:1492
dfc182b1
JX
2254#, c-format
2255msgid ""
2256"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2257"left in tree at %s."
2258msgstr ""
2259
9b7388a8 2260#: merge-recursive.c:1526
fda7b092 2261msgid "rename"
f1522b27
JX
2262msgstr ""
2263
9b7388a8 2264#: merge-recursive.c:1526
fda7b092 2265msgid "renamed"
f1522b27
JX
2266msgstr ""
2267
9b7388a8
JX
2268#: merge-recursive.c:1580 merge-recursive.c:1736 merge-recursive.c:2368
2269#: merge-recursive.c:3086
2270#, c-format
2271msgid "Refusing to lose dirty file at %s"
2272msgstr ""
2273
2274#: merge-recursive.c:1594
f1522b27 2275#, c-format
fda7b092 2276msgid "%s is a directory in %s adding as %s instead"
f1522b27
JX
2277msgstr ""
2278
9b7388a8
JX
2279#: merge-recursive.c:1599
2280#, c-format
2281msgid "Refusing to lose untracked file at %s; adding as %s instead"
2282msgstr ""
2283
2284#: merge-recursive.c:1625
f1522b27 2285#, c-format
fda7b092
JX
2286msgid ""
2287"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
2288"\"->\"%s\" in \"%s\"%s"
f1522b27
JX
2289msgstr ""
2290
9b7388a8 2291#: merge-recursive.c:1630
fda7b092 2292msgid " (left unresolved)"
f4f2c8f8
JX
2293msgstr ""
2294
9b7388a8 2295#: merge-recursive.c:1694
f1522b27 2296#, c-format
fda7b092 2297msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
f1522b27
JX
2298msgstr ""
2299
9b7388a8 2300#: merge-recursive.c:1733
f1522b27 2301#, c-format
fda7b092 2302msgid "Renaming %s to %s and %s to %s instead"
f1522b27
JX
2303msgstr ""
2304
9b7388a8
JX
2305#: merge-recursive.c:1745
2306#, c-format
2307msgid "Refusing to lose untracked file at %s, even though it's in the way."
2308msgstr ""
2309
2310#: merge-recursive.c:1951
2311#, c-format
2312msgid ""
2313"CONFLICT (directory rename split): Unclear where to place %s because "
2314"directory %s was renamed to multiple other directories, with no destination "
2315"getting a majority of the files."
2316msgstr ""
2317
2318#: merge-recursive.c:1983
2319#, c-format
2320msgid ""
2321"CONFLICT (implicit dir rename): Existing file/dir at %s in the way of "
2322"implicit directory rename(s) putting the following path(s) there: %s."
2323msgstr ""
2324
2325#: merge-recursive.c:1993
2326#, c-format
2327msgid ""
2328"CONFLICT (implicit dir rename): Cannot map more than one path to %s; "
2329"implicit directory renames tried to put these paths there: %s"
2330msgstr ""
2331
2332#: merge-recursive.c:2085
2333#, c-format
2334msgid ""
2335"CONFLICT (rename/rename): Rename directory %s->%s in %s. Rename directory %s-"
2336">%s in %s"
2337msgstr ""
2338
2339#: merge-recursive.c:2330
2340#, c-format
2341msgid ""
2342"WARNING: Avoiding applying %s -> %s rename to %s, because %s itself was "
2343"renamed."
2344msgstr ""
2345
2346#: merge-recursive.c:2736
f4f2c8f8 2347#, c-format
fda7b092 2348msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
f4f2c8f8
JX
2349msgstr ""
2350
9b7388a8 2351#: merge-recursive.c:2751
f4f2c8f8 2352#, c-format
fda7b092 2353msgid "Adding merged %s"
f4f2c8f8
JX
2354msgstr ""
2355
9b7388a8 2356#: merge-recursive.c:2758 merge-recursive.c:3089
df49095a 2357#, c-format
fda7b092 2358msgid "Adding as %s instead"
df49095a
JX
2359msgstr ""
2360
9b7388a8 2361#: merge-recursive.c:2914
df49095a 2362#, c-format
fda7b092 2363msgid "cannot read object %s"
df49095a
JX
2364msgstr ""
2365
9b7388a8 2366#: merge-recursive.c:2917
df49095a 2367#, c-format
fda7b092 2368msgid "object %s is not a blob"
df49095a
JX
2369msgstr ""
2370
9b7388a8 2371#: merge-recursive.c:2986
fda7b092 2372msgid "modify"
df49095a
JX
2373msgstr ""
2374
9b7388a8 2375#: merge-recursive.c:2986
fda7b092 2376msgid "modified"
64f23b0c
JX
2377msgstr ""
2378
9b7388a8 2379#: merge-recursive.c:2997
fda7b092 2380msgid "content"
64f23b0c
JX
2381msgstr ""
2382
9b7388a8 2383#: merge-recursive.c:3004
fda7b092 2384msgid "add/add"
64f23b0c
JX
2385msgstr ""
2386
9b7388a8 2387#: merge-recursive.c:3046
64f23b0c 2388#, c-format
fda7b092 2389msgid "Skipped %s (merged same as existing)"
64f23b0c
JX
2390msgstr ""
2391
9b7388a8 2392#: merge-recursive.c:3055 git-submodule.sh:895
fda7b092 2393msgid "submodule"
64f23b0c
JX
2394msgstr ""
2395
9b7388a8 2396#: merge-recursive.c:3056
64f23b0c 2397#, c-format
fda7b092 2398msgid "CONFLICT (%s): Merge conflict in %s"
64f23b0c
JX
2399msgstr ""
2400
9b7388a8 2401#: merge-recursive.c:3178
9caaf23e 2402#, c-format
fda7b092 2403msgid "Removing %s"
727b9576
JX
2404msgstr ""
2405
9b7388a8 2406#: merge-recursive.c:3204
fda7b092 2407msgid "file/directory"
727b9576
JX
2408msgstr ""
2409
9b7388a8 2410#: merge-recursive.c:3210
fda7b092 2411msgid "directory/file"
f9472e35
JX
2412msgstr ""
2413
9b7388a8 2414#: merge-recursive.c:3217
dce37b66 2415#, c-format
fda7b092 2416msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
f9472e35
JX
2417msgstr ""
2418
9b7388a8 2419#: merge-recursive.c:3226
dce37b66 2420#, c-format
fda7b092 2421msgid "Adding %s"
f9472e35
JX
2422msgstr ""
2423
9b7388a8 2424#: merge-recursive.c:3267
005c62fe
JX
2425#, c-format
2426msgid "Dirty index: cannot merge (dirty: %s)"
2427msgstr ""
2428
9b7388a8 2429#: merge-recursive.c:3271
25eab542 2430msgid "Already up to date!"
df0617bf
JX
2431msgstr ""
2432
9b7388a8 2433#: merge-recursive.c:3280
df0617bf 2434#, c-format
fda7b092 2435msgid "merging of trees %s and %s failed"
c2ea1208
JX
2436msgstr ""
2437
9b7388a8 2438#: merge-recursive.c:3379
fda7b092 2439msgid "Merging:"
28b3cffc
JX
2440msgstr ""
2441
9b7388a8 2442#: merge-recursive.c:3392
28b3cffc 2443#, c-format
fda7b092
JX
2444msgid "found %u common ancestor:"
2445msgid_plural "found %u common ancestors:"
2446msgstr[0] ""
2447msgstr[1] ""
28b3cffc 2448
9b7388a8 2449#: merge-recursive.c:3431
fda7b092 2450msgid "merge returned no commit"
d07a63e4
JX
2451msgstr ""
2452
9b7388a8 2453#: merge-recursive.c:3495
fda7b092
JX
2454#, c-format
2455msgid "Could not parse object '%s'"
d07a63e4
JX
2456msgstr ""
2457
55892712 2458#: merge-recursive.c:3511 builtin/merge.c:659 builtin/merge.c:816
fda7b092 2459msgid "Unable to write index."
dce37b66
JX
2460msgstr ""
2461
25eab542 2462#: notes-merge.c:272
fda7b092
JX
2463#, c-format
2464msgid ""
2465"You have not concluded your previous notes merge (%s exists).\n"
2466"Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
2467"commit/abort the previous merge before you start a new notes merge."
dce37b66
JX
2468msgstr ""
2469
25eab542 2470#: notes-merge.c:279
fda7b092
JX
2471#, c-format
2472msgid "You have not concluded your notes merge (%s exists)."
9fa976ff
JX
2473msgstr ""
2474
abc8de64 2475#: notes-utils.c:43
fda7b092 2476msgid "Cannot commit uninitialized/unreferenced notes tree"
2b911f81
JX
2477msgstr ""
2478
abc8de64 2479#: notes-utils.c:102
fda7b092
JX
2480#, c-format
2481msgid "Bad notes.rewriteMode value: '%s'"
dce37b66
JX
2482msgstr ""
2483
abc8de64 2484#: notes-utils.c:112
dce37b66 2485#, c-format
fda7b092 2486msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
dce37b66
JX
2487msgstr ""
2488
5b34e000
JX
2489#. TRANSLATORS: The first %s is the name of
2490#. the environment variable, the second %s is
2491#. its value.
2492#.
abc8de64 2493#: notes-utils.c:142
dce37b66 2494#, c-format
fda7b092 2495msgid "Bad %s value: '%s'"
dce37b66
JX
2496msgstr ""
2497
9b7388a8 2498#: object.c:242
fda7b092
JX
2499#, c-format
2500msgid "unable to parse object: %s"
dce37b66
JX
2501msgstr ""
2502
9b7388a8 2503#: packfile.c:563
25eab542
JX
2504msgid "offset before end of packfile (broken .idx?)"
2505msgstr ""
2506
9b7388a8 2507#: packfile.c:1742
25eab542
JX
2508#, c-format
2509msgid "offset before start of pack index for %s (corrupt index?)"
2510msgstr ""
2511
9b7388a8 2512#: packfile.c:1746
25eab542
JX
2513#, c-format
2514msgid "offset beyond end of pack index for %s (truncated index?)"
2515msgstr ""
2516
9b7388a8 2517#: parse-options.c:621
fda7b092 2518msgid "..."
dce37b66
JX
2519msgstr ""
2520
9b7388a8 2521#: parse-options.c:640
fda7b092
JX
2522#, c-format
2523msgid "usage: %s"
dce37b66
JX
2524msgstr ""
2525
fda7b092 2526#. TRANSLATORS: the colon here should align with the
5b34e000
JX
2527#. one in "usage: %s" translation.
2528#.
9b7388a8 2529#: parse-options.c:646
9fa976ff 2530#, c-format
fda7b092 2531msgid " or: %s"
9fa976ff
JX
2532msgstr ""
2533
9b7388a8 2534#: parse-options.c:649
dce37b66 2535#, c-format
fda7b092 2536msgid " %s"
dce37b66
JX
2537msgstr ""
2538
9b7388a8 2539#: parse-options.c:688
fda7b092 2540msgid "-NUM"
822e4a65
JX
2541msgstr ""
2542
9b7388a8
JX
2543#: parse-options-cb.c:44
2544#, c-format
2545msgid "malformed expiration date '%s'"
2546msgstr ""
2547
2548#: parse-options-cb.c:112
fda7b092
JX
2549#, c-format
2550msgid "malformed object name '%s'"
822e4a65
JX
2551msgstr ""
2552
9b7388a8 2553#: path.c:892
822e4a65 2554#, c-format
fda7b092 2555msgid "Could not make %s writable by group"
822e4a65
JX
2556msgstr ""
2557
5b34e000 2558#: pathspec.c:129
dfc182b1
JX
2559msgid "Escape character '\\' not allowed as last character in attr value"
2560msgstr ""
2561
5b34e000 2562#: pathspec.c:147
dfc182b1
JX
2563msgid "Only one 'attr:' specification is allowed."
2564msgstr ""
2565
5b34e000 2566#: pathspec.c:150
dfc182b1
JX
2567msgid "attr spec must not be empty"
2568msgstr ""
2569
5b34e000 2570#: pathspec.c:193
dfc182b1
JX
2571#, c-format
2572msgid "invalid attribute name %s"
2573msgstr ""
2574
5b34e000 2575#: pathspec.c:258
fda7b092 2576msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
822e4a65
JX
2577msgstr ""
2578
5b34e000 2579#: pathspec.c:265
fda7b092
JX
2580msgid ""
2581"global 'literal' pathspec setting is incompatible with all other global "
2582"pathspec settings"
dce37b66
JX
2583msgstr ""
2584
5b34e000 2585#: pathspec.c:305
fda7b092 2586msgid "invalid parameter for pathspec magic 'prefix'"
dce37b66
JX
2587msgstr ""
2588
5b34e000 2589#: pathspec.c:326
dce37b66 2590#, c-format
fda7b092 2591msgid "Invalid pathspec magic '%.*s' in '%s'"
dce37b66
JX
2592msgstr ""
2593
5b34e000 2594#: pathspec.c:331
dce37b66 2595#, c-format
fda7b092 2596msgid "Missing ')' at the end of pathspec magic in '%s'"
dce37b66
JX
2597msgstr ""
2598
5b34e000 2599#: pathspec.c:369
dce37b66 2600#, c-format
fda7b092 2601msgid "Unimplemented pathspec magic '%c' in '%s'"
dce37b66
JX
2602msgstr ""
2603
5b34e000 2604#: pathspec.c:428
dce37b66 2605#, c-format
fda7b092 2606msgid "%s: 'literal' and 'glob' are incompatible"
dce37b66
JX
2607msgstr ""
2608
5b34e000 2609#: pathspec.c:441
dce37b66 2610#, c-format
fda7b092 2611msgid "%s: '%s' is outside repository"
dce37b66
JX
2612msgstr ""
2613
5b34e000 2614#: pathspec.c:515
dce37b66 2615#, c-format
673bfad0 2616msgid "'%s' (mnemonic: '%c')"
dce37b66
JX
2617msgstr ""
2618
5b34e000 2619#: pathspec.c:525
fda7b092
JX
2620#, c-format
2621msgid "%s: pathspec magic not supported by this command: %s"
dce37b66
JX
2622msgstr ""
2623
18a90722 2624#: pathspec.c:592
dce37b66 2625#, c-format
fda7b092 2626msgid "pathspec '%s' is beyond a symbolic link"
dce37b66
JX
2627msgstr ""
2628
25eab542 2629#: pretty.c:962
fda7b092 2630msgid "unable to parse --pretty format"
9fa976ff
JX
2631msgstr ""
2632
9b7388a8 2633#: read-cache.c:1500
fda7b092
JX
2634#, c-format
2635msgid ""
2636"index.version set, but the value is invalid.\n"
2637"Using version %i"
9fa976ff
JX
2638msgstr ""
2639
9b7388a8 2640#: read-cache.c:1510
fda7b092
JX
2641#, c-format
2642msgid ""
2643"GIT_INDEX_VERSION set, but the value is invalid.\n"
2644"Using version %i"
dce37b66
JX
2645msgstr ""
2646
55892712 2647#: read-cache.c:2404 sequencer.c:4338 wrapper.c:658 builtin/merge.c:1048
5b34e000
JX
2648#, c-format
2649msgid "could not close '%s'"
2650msgstr ""
2651
55892712 2652#: read-cache.c:2477 sequencer.c:2102 sequencer.c:3234
dfc182b1 2653#, c-format
28e1aaa4 2654msgid "could not stat '%s'"
dfc182b1
JX
2655msgstr ""
2656
9b7388a8 2657#: read-cache.c:2490
dfc182b1
JX
2658#, c-format
2659msgid "unable to open git dir: %s"
2660msgstr ""
2661
9b7388a8 2662#: read-cache.c:2502
dfc182b1
JX
2663#, c-format
2664msgid "unable to unlink: %s"
2665msgstr ""
2666
55892712 2667#: refs.c:732 sequencer.c:4334 sequencer.c:4393 wrapper.c:225 wrapper.c:395
9b7388a8 2668#: builtin/am.c:779
dce37b66 2669#, c-format
9b7388a8 2670msgid "could not open '%s' for writing"
dce37b66
JX
2671msgstr ""
2672
9b7388a8 2673#: refs.c:1880
28e1aaa4
JX
2674msgid "ref updates forbidden inside quarantine environment"
2675msgstr ""
2676
9b7388a8 2677#: refs/files-backend.c:1191
fda7b092 2678#, c-format
25eab542 2679msgid "could not remove reference %s"
dce37b66
JX
2680msgstr ""
2681
9b7388a8
JX
2682#: refs/files-backend.c:1205 refs/packed-backend.c:1531
2683#: refs/packed-backend.c:1541
dce37b66 2684#, c-format
25eab542 2685msgid "could not delete reference %s: %s"
dce37b66
JX
2686msgstr ""
2687
9b7388a8 2688#: refs/files-backend.c:1208 refs/packed-backend.c:1544
dce37b66 2689#, c-format
25eab542 2690msgid "could not delete references: %s"
dce37b66
JX
2691msgstr ""
2692
9b7388a8 2693#: ref-filter.c:35 wt-status.c:1850
dfc182b1
JX
2694msgid "gone"
2695msgstr ""
2696
2697#: ref-filter.c:36
2698#, c-format
2699msgid "ahead %d"
2700msgstr ""
2701
2702#: ref-filter.c:37
2703#, c-format
2704msgid "behind %d"
2705msgstr ""
2706
2707#: ref-filter.c:38
2708#, c-format
2709msgid "ahead %d, behind %d"
2710msgstr ""
2711
9b7388a8 2712#: ref-filter.c:121
dce37b66 2713#, c-format
fda7b092 2714msgid "expected format: %%(color:<color>)"
dce37b66
JX
2715msgstr ""
2716
9b7388a8 2717#: ref-filter.c:123
dce37b66 2718#, c-format
fda7b092 2719msgid "unrecognized color: %%(color:%s)"
dce37b66
JX
2720msgstr ""
2721
9b7388a8 2722#: ref-filter.c:145
dce37b66 2723#, c-format
dfc182b1 2724msgid "Integer value expected refname:lstrip=%s"
dce37b66
JX
2725msgstr ""
2726
9b7388a8 2727#: ref-filter.c:149
dfc182b1
JX
2728#, c-format
2729msgid "Integer value expected refname:rstrip=%s"
2730msgstr ""
2731
9b7388a8 2732#: ref-filter.c:151
dfc182b1
JX
2733#, c-format
2734msgid "unrecognized %%(%s) argument: %s"
2735msgstr ""
2736
9b7388a8 2737#: ref-filter.c:206
dce37b66 2738#, c-format
fda7b092 2739msgid "%%(body) does not take arguments"
dce37b66
JX
2740msgstr ""
2741
9b7388a8 2742#: ref-filter.c:215
fda7b092
JX
2743#, c-format
2744msgid "%%(subject) does not take arguments"
dce37b66
JX
2745msgstr ""
2746
9b7388a8 2747#: ref-filter.c:235
673bfad0 2748#, c-format
9c07fab7 2749msgid "unknown %%(trailers) argument: %s"
673bfad0
JX
2750msgstr ""
2751
9b7388a8 2752#: ref-filter.c:264
fda7b092
JX
2753#, c-format
2754msgid "positive value expected contents:lines=%s"
dce37b66
JX
2755msgstr ""
2756
9b7388a8 2757#: ref-filter.c:266
dce37b66 2758#, c-format
fda7b092 2759msgid "unrecognized %%(contents) argument: %s"
dce37b66
JX
2760msgstr ""
2761
9b7388a8 2762#: ref-filter.c:281
dfc182b1
JX
2763#, c-format
2764msgid "positive value expected objectname:short=%s"
2765msgstr ""
2766
9b7388a8 2767#: ref-filter.c:285
fda7b092
JX
2768#, c-format
2769msgid "unrecognized %%(objectname) argument: %s"
dce37b66
JX
2770msgstr ""
2771
9b7388a8 2772#: ref-filter.c:315
fda7b092
JX
2773#, c-format
2774msgid "expected format: %%(align:<width>,<position>)"
dce37b66
JX
2775msgstr ""
2776
9b7388a8 2777#: ref-filter.c:327
fda7b092
JX
2778#, c-format
2779msgid "unrecognized position:%s"
dce37b66
JX
2780msgstr ""
2781
9b7388a8 2782#: ref-filter.c:334
dce37b66 2783#, c-format
fda7b092 2784msgid "unrecognized width:%s"
dce37b66
JX
2785msgstr ""
2786
9b7388a8 2787#: ref-filter.c:343
dce37b66 2788#, c-format
fda7b092 2789msgid "unrecognized %%(align) argument: %s"
dce37b66
JX
2790msgstr ""
2791
9b7388a8 2792#: ref-filter.c:351
fda7b092
JX
2793#, c-format
2794msgid "positive width expected with the %%(align) atom"
dce37b66
JX
2795msgstr ""
2796
9b7388a8 2797#: ref-filter.c:369
dfc182b1
JX
2798#, c-format
2799msgid "unrecognized %%(if) argument: %s"
2800msgstr ""
2801
9b7388a8 2802#: ref-filter.c:464
dce37b66 2803#, c-format
fda7b092 2804msgid "malformed field name: %.*s"
dce37b66
JX
2805msgstr ""
2806
9b7388a8 2807#: ref-filter.c:491
dce37b66 2808#, c-format
fda7b092 2809msgid "unknown field name: %.*s"
dce37b66
JX
2810msgstr ""
2811
9b7388a8 2812#: ref-filter.c:608
dfc182b1
JX
2813#, c-format
2814msgid "format: %%(if) atom used without a %%(then) atom"
2815msgstr ""
2816
9b7388a8 2817#: ref-filter.c:671
dfc182b1
JX
2818#, c-format
2819msgid "format: %%(then) atom used without an %%(if) atom"
2820msgstr ""
2821
9b7388a8 2822#: ref-filter.c:673
dfc182b1
JX
2823#, c-format
2824msgid "format: %%(then) atom used more than once"
2825msgstr ""
2826
9b7388a8 2827#: ref-filter.c:675
dfc182b1
JX
2828#, c-format
2829msgid "format: %%(then) atom used after %%(else)"
2830msgstr ""
2831
9b7388a8 2832#: ref-filter.c:703
dfc182b1
JX
2833#, c-format
2834msgid "format: %%(else) atom used without an %%(if) atom"
2835msgstr ""
2836
9b7388a8 2837#: ref-filter.c:705
dfc182b1
JX
2838#, c-format
2839msgid "format: %%(else) atom used without a %%(then) atom"
2840msgstr ""
2841
9b7388a8 2842#: ref-filter.c:707
dfc182b1
JX
2843#, c-format
2844msgid "format: %%(else) atom used more than once"
2845msgstr ""
2846
9b7388a8 2847#: ref-filter.c:722
c6bc7d43 2848#, c-format
fda7b092 2849msgid "format: %%(end) atom used without corresponding atom"
c6bc7d43
JX
2850msgstr ""
2851
9b7388a8 2852#: ref-filter.c:779
c6bc7d43 2853#, c-format
fda7b092 2854msgid "malformed format string %s"
c6bc7d43
JX
2855msgstr ""
2856
9b7388a8 2857#: ref-filter.c:1387
dfc182b1
JX
2858#, c-format
2859msgid "(no branch, rebasing %s)"
2860msgstr ""
2861
9b7388a8
JX
2862#: ref-filter.c:1390
2863#, c-format
2864msgid "(no branch, rebasing detached HEAD %s)"
2865msgstr ""
2866
2867#: ref-filter.c:1393
dfc182b1
JX
2868#, c-format
2869msgid "(no branch, bisect started on %s)"
dce37b66
JX
2870msgstr ""
2871
5b34e000
JX
2872#. TRANSLATORS: make sure this matches "HEAD
2873#. detached at " in wt-status.c
2874#.
9b7388a8 2875#: ref-filter.c:1401
9fa976ff 2876#, c-format
dfc182b1 2877msgid "(HEAD detached at %s)"
9fa976ff
JX
2878msgstr ""
2879
5b34e000
JX
2880#. TRANSLATORS: make sure this matches "HEAD
2881#. detached from " in wt-status.c
2882#.
9b7388a8 2883#: ref-filter.c:1408
9fa976ff 2884#, c-format
dfc182b1 2885msgid "(HEAD detached from %s)"
9fa976ff
JX
2886msgstr ""
2887
9b7388a8 2888#: ref-filter.c:1412
dfc182b1
JX
2889msgid "(no branch)"
2890msgstr ""
2891
9b7388a8 2892#: ref-filter.c:1442
9fa976ff 2893#, c-format
fda7b092 2894msgid "missing object %s for %s"
dce37b66
JX
2895msgstr ""
2896
9b7388a8 2897#: ref-filter.c:1445
64f23b0c 2898#, c-format
fda7b092 2899msgid "parse_object_buffer failed on %s for %s"
64f23b0c
JX
2900msgstr ""
2901
9b7388a8 2902#: ref-filter.c:1902
f517e50d 2903#, c-format
fda7b092 2904msgid "malformed object at '%s'"
f517e50d
JX
2905msgstr ""
2906
9b7388a8 2907#: ref-filter.c:1984
fda7b092
JX
2908#, c-format
2909msgid "ignoring ref with broken name %s"
f517e50d
JX
2910msgstr ""
2911
9b7388a8 2912#: ref-filter.c:1989
9fa976ff 2913#, c-format
fda7b092 2914msgid "ignoring broken ref %s"
9fa976ff
JX
2915msgstr ""
2916
9b7388a8 2917#: ref-filter.c:2261
fda7b092
JX
2918#, c-format
2919msgid "format: %%(end) atom missing"
9fa976ff
JX
2920msgstr ""
2921
9b7388a8 2922#: ref-filter.c:2365
fda7b092
JX
2923#, c-format
2924msgid "malformed object name %s"
9fa976ff
JX
2925msgstr ""
2926
9b7388a8 2927#: remote.c:605
9fa976ff 2928#, c-format
fda7b092 2929msgid "Cannot fetch both %s and %s to %s"
9fa976ff
JX
2930msgstr ""
2931
9b7388a8 2932#: remote.c:609
9fa976ff 2933#, c-format
fda7b092 2934msgid "%s usually tracks %s, not %s"
9fa976ff
JX
2935msgstr ""
2936
9b7388a8 2937#: remote.c:613
9fa976ff 2938#, c-format
fda7b092 2939msgid "%s tracks both %s and %s"
9fa976ff
JX
2940msgstr ""
2941
9b7388a8 2942#: remote.c:621
fda7b092 2943msgid "Internal error"
f1522b27
JX
2944msgstr ""
2945
9b7388a8 2946#: remote.c:1534 remote.c:1635
fda7b092 2947msgid "HEAD does not point to a branch"
f1522b27
JX
2948msgstr ""
2949
9b7388a8 2950#: remote.c:1543
f1522b27 2951#, c-format
fda7b092 2952msgid "no such branch: '%s'"
f1522b27
JX
2953msgstr ""
2954
9b7388a8 2955#: remote.c:1546
fda7b092
JX
2956#, c-format
2957msgid "no upstream configured for branch '%s'"
28b3cffc
JX
2958msgstr ""
2959
9b7388a8 2960#: remote.c:1552
fda7b092
JX
2961#, c-format
2962msgid "upstream branch '%s' not stored as a remote-tracking branch"
727b9576
JX
2963msgstr ""
2964
9b7388a8 2965#: remote.c:1567
727b9576 2966#, c-format
fda7b092 2967msgid "push destination '%s' on remote '%s' has no local tracking branch"
727b9576
JX
2968msgstr ""
2969
9b7388a8 2970#: remote.c:1579
727b9576 2971#, c-format
fda7b092 2972msgid "branch '%s' has no remote for pushing"
727b9576
JX
2973msgstr ""
2974
9b7388a8 2975#: remote.c:1589
727b9576 2976#, c-format
fda7b092 2977msgid "push refspecs for '%s' do not include '%s'"
727b9576
JX
2978msgstr ""
2979
9b7388a8 2980#: remote.c:1602
fda7b092 2981msgid "push has no destination (push.default is 'nothing')"
727b9576
JX
2982msgstr ""
2983
9b7388a8 2984#: remote.c:1624
fda7b092 2985msgid "cannot resolve 'simple' push to a single destination"
f517e50d
JX
2986msgstr ""
2987
9b7388a8 2988#: remote.c:1939
f517e50d 2989#, c-format
fda7b092 2990msgid "Your branch is based on '%s', but the upstream is gone.\n"
f517e50d
JX
2991msgstr ""
2992
9b7388a8 2993#: remote.c:1943
fda7b092 2994msgid " (use \"git branch --unset-upstream\" to fixup)\n"
f1522b27
JX
2995msgstr ""
2996
9b7388a8 2997#: remote.c:1946
d07a63e4 2998#, c-format
25eab542 2999msgid "Your branch is up to date with '%s'.\n"
d07a63e4
JX
3000msgstr ""
3001
9b7388a8 3002#: remote.c:1950
abc8de64
JX
3003#, c-format
3004msgid "Your branch and '%s' refer to different commits.\n"
3005msgstr ""
3006
9b7388a8 3007#: remote.c:1953
abc8de64
JX
3008#, c-format
3009msgid " (use \"%s\" for details)\n"
3010msgstr ""
3011
9b7388a8 3012#: remote.c:1957
d07a63e4 3013#, c-format
fda7b092
JX
3014msgid "Your branch is ahead of '%s' by %d commit.\n"
3015msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
3016msgstr[0] ""
3017msgstr[1] ""
3018
9b7388a8 3019#: remote.c:1963
fda7b092 3020msgid " (use \"git push\" to publish your local commits)\n"
d07a63e4
JX
3021msgstr ""
3022
9b7388a8 3023#: remote.c:1966
d07a63e4 3024#, c-format
fda7b092
JX
3025msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
3026msgid_plural ""
3027"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
3028msgstr[0] ""
3029msgstr[1] ""
3030
9b7388a8 3031#: remote.c:1974
fda7b092 3032msgid " (use \"git pull\" to update your local branch)\n"
d07a63e4
JX
3033msgstr ""
3034
9b7388a8 3035#: remote.c:1977
d07a63e4 3036#, c-format
fda7b092
JX
3037msgid ""
3038"Your branch and '%s' have diverged,\n"
3039"and have %d and %d different commit each, respectively.\n"
3040msgid_plural ""
3041"Your branch and '%s' have diverged,\n"
3042"and have %d and %d different commits each, respectively.\n"
3043msgstr[0] ""
3044msgstr[1] ""
d07a63e4 3045
9b7388a8 3046#: remote.c:1987
fda7b092 3047msgid " (use \"git pull\" to merge the remote branch into yours)\n"
d07a63e4
JX
3048msgstr ""
3049
9b7388a8 3050#: revision.c:2289
fda7b092 3051msgid "your current branch appears to be broken"
9eb3984b
JX
3052msgstr ""
3053
9b7388a8 3054#: revision.c:2292
9eb3984b 3055#, c-format
fda7b092 3056msgid "your current branch '%s' does not have any commits yet"
9eb3984b
JX
3057msgstr ""
3058
9b7388a8 3059#: revision.c:2489
fda7b092 3060msgid "--first-parent is incompatible with --bisect"
9eb3984b
JX
3061msgstr ""
3062
9b7388a8 3063#: run-command.c:728
fda7b092 3064msgid "open /dev/null failed"
9eb3984b
JX
3065msgstr ""
3066
9b7388a8 3067#: run-command.c:1271
18a90722
JX
3068#, c-format
3069msgid ""
3070"The '%s' hook was ignored because it's not set as executable.\n"
3071"You can disable this warning with `git config advice.ignoredHook false`."
3072msgstr ""
3073
005c62fe 3074#: send-pack.c:141
abc8de64
JX
3075msgid "unexpected flush packet while reading remote unpack status"
3076msgstr ""
3077
3078#: send-pack.c:143
dfc182b1
JX
3079#, c-format
3080msgid "unable to parse remote unpack status: %s"
3081msgstr ""
3082
abc8de64 3083#: send-pack.c:145
dfc182b1
JX
3084#, c-format
3085msgid "remote unpack failed: %s"
3086msgstr ""
3087
abc8de64 3088#: send-pack.c:308
fda7b092 3089msgid "failed to sign the push certificate"
9fa976ff
JX
3090msgstr ""
3091
abc8de64 3092#: send-pack.c:421
fda7b092 3093msgid "the receiving end does not support --signed push"
9fa976ff
JX
3094msgstr ""
3095
abc8de64 3096#: send-pack.c:423
9fa976ff 3097msgid ""
fda7b092
JX
3098"not sending a push certificate since the receiving end does not support --"
3099"signed push"
9fa976ff
JX
3100msgstr ""
3101
abc8de64 3102#: send-pack.c:435
fda7b092 3103msgid "the receiving end does not support --atomic push"
9fa976ff
JX
3104msgstr ""
3105
abc8de64 3106#: send-pack.c:440
fda7b092 3107msgid "the receiving end does not support push options"
9fa976ff
JX
3108msgstr ""
3109
55892712 3110#: sequencer.c:175
abc8de64
JX
3111#, c-format
3112msgid "invalid commit message cleanup mode '%s'"
3113msgstr ""
3114
55892712 3115#: sequencer.c:275
9b7388a8
JX
3116#, c-format
3117msgid "could not delete '%s'"
3118msgstr ""
3119
55892712 3120#: sequencer.c:301
fda7b092 3121msgid "revert"
df0617bf
JX
3122msgstr ""
3123
55892712 3124#: sequencer.c:303
fda7b092 3125msgid "cherry-pick"
f517e50d
JX
3126msgstr ""
3127
55892712 3128#: sequencer.c:305
673bfad0
JX
3129msgid "rebase -i"
3130msgstr ""
3131
55892712 3132#: sequencer.c:307
673bfad0
JX
3133#, c-format
3134msgid "Unknown action: %d"
3135msgstr ""
3136
55892712 3137#: sequencer.c:364
f517e50d 3138msgid ""
fda7b092
JX
3139"after resolving the conflicts, mark the corrected paths\n"
3140"with 'git add <paths>' or 'git rm <paths>'"
f517e50d
JX
3141msgstr ""
3142
55892712 3143#: sequencer.c:367
f517e50d 3144msgid ""
fda7b092
JX
3145"after resolving the conflicts, mark the corrected paths\n"
3146"with 'git add <paths>' or 'git rm <paths>'\n"
3147"and commit the result with 'git commit'"
f517e50d
JX
3148msgstr ""
3149
55892712 3150#: sequencer.c:380 sequencer.c:2468
f517e50d 3151#, c-format
fda7b092 3152msgid "could not lock '%s'"
f517e50d
JX
3153msgstr ""
3154
55892712
JX
3155#: sequencer.c:382 sequencer.c:2346 sequencer.c:2472 sequencer.c:2486
3156#: sequencer.c:2694 sequencer.c:4336 sequencer.c:4399 wrapper.c:656
f517e50d 3157#, c-format
fda7b092 3158msgid "could not write to '%s'"
f517e50d
JX
3159msgstr ""
3160
55892712 3161#: sequencer.c:387
f517e50d 3162#, c-format
72351d7d 3163msgid "could not write eol to '%s'"
f517e50d
JX
3164msgstr ""
3165
55892712
JX
3166#: sequencer.c:392 sequencer.c:2351 sequencer.c:2474 sequencer.c:2488
3167#: sequencer.c:2702
f517e50d 3168#, c-format
abc8de64 3169msgid "failed to finalize '%s'"
f517e50d
JX
3170msgstr ""
3171
55892712
JX
3172#: sequencer.c:415 sequencer.c:804 sequencer.c:1493 sequencer.c:2371
3173#: sequencer.c:2684 sequencer.c:2788 builtin/am.c:259 builtin/commit.c:727
3174#: builtin/merge.c:1046
f517e50d 3175#, c-format
fda7b092 3176msgid "could not read '%s'"
f517e50d
JX
3177msgstr ""
3178
55892712 3179#: sequencer.c:441
f517e50d 3180#, c-format
fda7b092 3181msgid "your local changes would be overwritten by %s."
f517e50d
JX
3182msgstr ""
3183
55892712 3184#: sequencer.c:445
fda7b092 3185msgid "commit your changes or stash them to proceed."
f517e50d
JX
3186msgstr ""
3187
55892712 3188#: sequencer.c:474
f517e50d 3189#, c-format
fda7b092 3190msgid "%s: fast-forward"
f517e50d
JX
3191msgstr ""
3192
673bfad0 3193#. TRANSLATORS: %s will be "revert", "cherry-pick" or
5b34e000 3194#. "rebase -i".
673bfad0 3195#.
55892712 3196#: sequencer.c:563
f517e50d 3197#, c-format
fda7b092 3198msgid "%s: Unable to write new index file"
f517e50d
JX
3199msgstr ""
3200
55892712 3201#: sequencer.c:579
9b7388a8 3202msgid "unable to update cache tree"
f517e50d
JX
3203msgstr ""
3204
55892712 3205#: sequencer.c:592
9b7388a8 3206msgid "could not resolve HEAD commit"
f517e50d
JX
3207msgstr ""
3208
55892712 3209#: sequencer.c:749
f517e50d
JX
3210#, c-format
3211msgid ""
fda7b092
JX
3212"you have staged changes in your working tree\n"
3213"If these changes are meant to be squashed into the previous commit, run:\n"
3214"\n"
3215" git commit --amend %s\n"
3216"\n"
3217"If they are meant to go into a new commit, run:\n"
3218"\n"
3219" git commit %s\n"
3220"\n"
3221"In both cases, once you're done, continue with:\n"
3222"\n"
3223" git rebase --continue\n"
f517e50d
JX
3224msgstr ""
3225
55892712 3226#: sequencer.c:818
9b7388a8
JX
3227msgid "writing root commit"
3228msgstr ""
3229
55892712 3230#: sequencer.c:1043
abc8de64
JX
3231msgid "'prepare-commit-msg' hook failed"
3232msgstr ""
3233
55892712 3234#: sequencer.c:1050
abc8de64
JX
3235msgid ""
3236"Your name and email address were configured automatically based\n"
3237"on your username and hostname. Please check that they are accurate.\n"
3238"You can suppress this message by setting them explicitly. Run the\n"
3239"following command and follow the instructions in your editor to edit\n"
3240"your configuration file:\n"
3241"\n"
3242" git config --global --edit\n"
3243"\n"
3244"After doing this, you may fix the identity used for this commit with:\n"
3245"\n"
3246" git commit --amend --reset-author\n"
3247msgstr ""
3248
55892712 3249#: sequencer.c:1063
abc8de64
JX
3250msgid ""
3251"Your name and email address were configured automatically based\n"
3252"on your username and hostname. Please check that they are accurate.\n"
3253"You can suppress this message by setting them explicitly:\n"
3254"\n"
3255" git config --global user.name \"Your Name\"\n"
3256" git config --global user.email you@example.com\n"
3257"\n"
3258"After doing this, you may fix the identity used for this commit with:\n"
3259"\n"
3260" git commit --amend --reset-author\n"
3261msgstr ""
3262
55892712 3263#: sequencer.c:1103
abc8de64
JX
3264msgid "couldn't look up newly created commit"
3265msgstr ""
3266
55892712 3267#: sequencer.c:1105
abc8de64
JX
3268msgid "could not parse newly created commit"
3269msgstr ""
3270
55892712 3271#: sequencer.c:1151
abc8de64
JX
3272msgid "unable to resolve HEAD after creating commit"
3273msgstr ""
3274
55892712 3275#: sequencer.c:1153
abc8de64
JX
3276msgid "detached HEAD"
3277msgstr ""
3278
55892712 3279#: sequencer.c:1157
abc8de64
JX
3280msgid " (root-commit)"
3281msgstr ""
3282
55892712 3283#: sequencer.c:1178
abc8de64
JX
3284msgid "could not parse HEAD"
3285msgstr ""
3286
55892712 3287#: sequencer.c:1180
abc8de64
JX
3288#, c-format
3289msgid "HEAD %s is not a commit!"
3290msgstr ""
3291
55892712 3292#: sequencer.c:1184 builtin/commit.c:1528
abc8de64
JX
3293msgid "could not parse HEAD commit"
3294msgstr ""
3295
55892712 3296#: sequencer.c:1235 sequencer.c:1832
abc8de64
JX
3297msgid "unable to parse commit author"
3298msgstr ""
3299
55892712 3300#: sequencer.c:1245 builtin/am.c:1630 builtin/merge.c:645
abc8de64
JX
3301msgid "git write-tree failed to write a tree"
3302msgstr ""
3303
55892712 3304#: sequencer.c:1262 sequencer.c:1317
abc8de64
JX
3305#, c-format
3306msgid "unable to read commit message from '%s'"
3307msgstr ""
3308
55892712
JX
3309#: sequencer.c:1284 builtin/am.c:1650 builtin/commit.c:1631 builtin/merge.c:825
3310#: builtin/merge.c:850
abc8de64
JX
3311msgid "failed to write commit object"
3312msgstr ""
3313
55892712 3314#: sequencer.c:1344
f517e50d 3315#, c-format
005c62fe 3316msgid "could not parse commit %s"
f517e50d
JX
3317msgstr ""
3318
55892712 3319#: sequencer.c:1349
f517e50d 3320#, c-format
005c62fe 3321msgid "could not parse parent commit %s"
f517e50d
JX
3322msgstr ""
3323
55892712 3324#: sequencer.c:1500 sequencer.c:1525
673bfad0
JX
3325#, c-format
3326msgid "This is a combination of %d commits."
3327msgstr ""
3328
55892712 3329#: sequencer.c:1510 sequencer.c:4355
673bfad0
JX
3330msgid "need a HEAD to fixup"
3331msgstr ""
3332
55892712 3333#: sequencer.c:1512 sequencer.c:2729
673bfad0
JX
3334msgid "could not read HEAD"
3335msgstr ""
3336
55892712 3337#: sequencer.c:1514
673bfad0
JX
3338msgid "could not read HEAD's commit message"
3339msgstr ""
3340
55892712 3341#: sequencer.c:1520
673bfad0
JX
3342#, c-format
3343msgid "cannot write '%s'"
3344msgstr ""
3345
55892712 3346#: sequencer.c:1527 git-rebase--interactive.sh:457
673bfad0
JX
3347msgid "This is the 1st commit message:"
3348msgstr ""
3349
55892712 3350#: sequencer.c:1535
673bfad0
JX
3351#, c-format
3352msgid "could not read commit message of %s"
3353msgstr ""
3354
55892712 3355#: sequencer.c:1542
673bfad0
JX
3356#, c-format
3357msgid "This is the commit message #%d:"
3358msgstr ""
3359
55892712 3360#: sequencer.c:1548
673bfad0
JX
3361#, c-format
3362msgid "The commit message #%d will be skipped:"
3363msgstr ""
3364
55892712 3365#: sequencer.c:1553
673bfad0
JX
3366#, c-format
3367msgid "unknown command: %d"
3368msgstr ""
3369
55892712 3370#: sequencer.c:1631
fda7b092 3371msgid "your index file is unmerged."
f517e50d
JX
3372msgstr ""
3373
55892712 3374#: sequencer.c:1638
9b7388a8
JX
3375msgid "cannot fixup root commit"
3376msgstr ""
3377
55892712 3378#: sequencer.c:1657
f517e50d 3379#, c-format
fda7b092 3380msgid "commit %s is a merge but no -m option was given."
f517e50d
JX
3381msgstr ""
3382
55892712 3383#: sequencer.c:1665
f517e50d 3384#, c-format
fda7b092 3385msgid "commit %s does not have parent %d"
f517e50d
JX
3386msgstr ""
3387
55892712 3388#: sequencer.c:1669
f517e50d 3389#, c-format
fda7b092 3390msgid "mainline was specified but commit %s is not a merge."
f517e50d
JX
3391msgstr ""
3392
55892712 3393#: sequencer.c:1675
673bfad0
JX
3394#, c-format
3395msgid "cannot get commit message for %s"
3396msgstr ""
3397
fda7b092
JX
3398#. TRANSLATORS: The first %s will be a "todo" command like
3399#. "revert" or "pick", the second %s a SHA1.
55892712 3400#: sequencer.c:1694
f517e50d 3401#, c-format
fda7b092 3402msgid "%s: cannot parse parent commit %s"
f517e50d
JX
3403msgstr ""
3404
55892712 3405#: sequencer.c:1759
f517e50d 3406#, c-format
673bfad0 3407msgid "could not rename '%s' to '%s'"
f517e50d
JX
3408msgstr ""
3409
55892712 3410#: sequencer.c:1813
f517e50d 3411#, c-format
fda7b092 3412msgid "could not revert %s... %s"
f517e50d
JX
3413msgstr ""
3414
55892712 3415#: sequencer.c:1814
fda7b092
JX
3416#, c-format
3417msgid "could not apply %s... %s"
5e078fcd
JX
3418msgstr ""
3419
55892712 3420#: sequencer.c:1864
fda7b092 3421msgid "empty commit set passed"
727b9576
JX
3422msgstr ""
3423
55892712 3424#: sequencer.c:1874
727b9576 3425#, c-format
fda7b092 3426msgid "git %s: failed to read the index"
727b9576
JX
3427msgstr ""
3428
55892712 3429#: sequencer.c:1881
fda7b092
JX
3430#, c-format
3431msgid "git %s: failed to refresh the index"
727b9576
JX
3432msgstr ""
3433
55892712 3434#: sequencer.c:1961
005c62fe
JX
3435#, c-format
3436msgid "%s does not accept arguments: '%s'"
3437msgstr ""
3438
55892712 3439#: sequencer.c:1970
005c62fe
JX
3440#, c-format
3441msgid "missing arguments for %s"
3442msgstr ""
3443
55892712 3444#: sequencer.c:2029
fda7b092
JX
3445#, c-format
3446msgid "invalid line %d: %.*s"
727b9576
JX
3447msgstr ""
3448
55892712 3449#: sequencer.c:2037
673bfad0
JX
3450#, c-format
3451msgid "cannot '%s' without a previous commit"
727b9576
JX
3452msgstr ""
3453
55892712 3454#: sequencer.c:2085 sequencer.c:4138 sequencer.c:4173
fda7b092
JX
3455#, c-format
3456msgid "could not read '%s'."
727b9576
JX
3457msgstr ""
3458
55892712 3459#: sequencer.c:2108
673bfad0
JX
3460msgid "please fix this using 'git rebase --edit-todo'."
3461msgstr ""
3462
55892712 3463#: sequencer.c:2110
fda7b092
JX
3464#, c-format
3465msgid "unusable instruction sheet: '%s'"
3466msgstr ""
3467
55892712 3468#: sequencer.c:2115
673bfad0
JX
3469msgid "no commits parsed."
3470msgstr ""
3471
55892712 3472#: sequencer.c:2126
fda7b092 3473msgid "cannot cherry-pick during a revert."
727b9576
JX
3474msgstr ""
3475
55892712 3476#: sequencer.c:2128
fda7b092 3477msgid "cannot revert during a cherry-pick."
9fa976ff
JX
3478msgstr ""
3479
55892712 3480#: sequencer.c:2195
df0617bf 3481#, c-format
fda7b092 3482msgid "invalid key: %s"
df0617bf
JX
3483msgstr ""
3484
55892712 3485#: sequencer.c:2198
df0617bf 3486#, c-format
fda7b092 3487msgid "invalid value for %s: %s"
df0617bf
JX
3488msgstr ""
3489
55892712 3490#: sequencer.c:2269
9b7388a8
JX
3491msgid "unusable squash-onto"
3492msgstr ""
3493
55892712 3494#: sequencer.c:2285
df0617bf 3495#, c-format
fda7b092 3496msgid "malformed options sheet: '%s'"
df0617bf
JX
3497msgstr ""
3498
55892712 3499#: sequencer.c:2323
fda7b092 3500msgid "a cherry-pick or revert is already in progress"
46bc4039
JX
3501msgstr ""
3502
55892712 3503#: sequencer.c:2324
fda7b092 3504msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
d07a63e4
JX
3505msgstr ""
3506
55892712 3507#: sequencer.c:2327
64f23b0c 3508#, c-format
fda7b092 3509msgid "could not create sequencer directory '%s'"
64f23b0c
JX
3510msgstr ""
3511
55892712 3512#: sequencer.c:2341
fda7b092 3513msgid "could not lock HEAD"
64f23b0c
JX
3514msgstr ""
3515
55892712 3516#: sequencer.c:2396 sequencer.c:3403
fda7b092 3517msgid "no cherry-pick or revert in progress"
dce37b66
JX
3518msgstr ""
3519
55892712 3520#: sequencer.c:2398
fda7b092 3521msgid "cannot resolve HEAD"
dce37b66
JX
3522msgstr ""
3523
55892712 3524#: sequencer.c:2400 sequencer.c:2435
fda7b092 3525msgid "cannot abort from a branch yet to be born"
dce37b66
JX
3526msgstr ""
3527
55892712 3528#: sequencer.c:2421 builtin/grep.c:720
fda7b092
JX
3529#, c-format
3530msgid "cannot open '%s'"
11b90174
JX
3531msgstr ""
3532
55892712 3533#: sequencer.c:2423
fda7b092
JX
3534#, c-format
3535msgid "cannot read '%s': %s"
dce37b66
JX
3536msgstr ""
3537
55892712 3538#: sequencer.c:2424
fda7b092 3539msgid "unexpected end of file"
11b90174
JX
3540msgstr ""
3541
55892712 3542#: sequencer.c:2430
fda7b092
JX
3543#, c-format
3544msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
dce37b66
JX
3545msgstr ""
3546
55892712 3547#: sequencer.c:2441
673bfad0
JX
3548msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
3549msgstr ""
3550
55892712 3551#: sequencer.c:2545 sequencer.c:3321
abc8de64
JX
3552#, c-format
3553msgid "could not update %s"
3554msgstr ""
3555
55892712 3556#: sequencer.c:2583 sequencer.c:3301
673bfad0
JX
3557msgid "cannot read HEAD"
3558msgstr ""
3559
55892712 3560#: sequencer.c:2618 sequencer.c:2622 builtin/difftool.c:639
673bfad0
JX
3561#, c-format
3562msgid "could not copy '%s' to '%s'"
3563msgstr ""
3564
55892712 3565#: sequencer.c:2641
673bfad0
JX
3566msgid "could not read index"
3567msgstr ""
3568
55892712 3569#: sequencer.c:2646
673bfad0
JX
3570#, c-format
3571msgid ""
3572"execution failed: %s\n"
3573"%sYou can fix the problem, and then run\n"
3574"\n"
3575" git rebase --continue\n"
3576"\n"
3577msgstr ""
3578
55892712 3579#: sequencer.c:2652
673bfad0
JX
3580msgid "and made changes to the index and/or the working tree\n"
3581msgstr ""
3582
55892712 3583#: sequencer.c:2658
673bfad0
JX
3584#, c-format
3585msgid ""
3586"execution succeeded: %s\n"
3587"but left changes to the index and/or the working tree\n"
3588"Commit or stash your changes, and then run\n"
3589"\n"
3590" git rebase --continue\n"
3591"\n"
3592msgstr ""
3593
55892712 3594#: sequencer.c:2771
9b7388a8
JX
3595msgid "writing fake root commit"
3596msgstr ""
3597
55892712 3598#: sequencer.c:2776
9b7388a8
JX
3599msgid "writing squash-onto"
3600msgstr ""
3601
55892712 3602#: sequencer.c:2811
9b7388a8
JX
3603#, c-format
3604msgid "failed to find tree of %s"
3605msgstr ""
3606
55892712 3607#: sequencer.c:2829
9b7388a8
JX
3608msgid "could not write index"
3609msgstr ""
3610
55892712 3611#: sequencer.c:2861
9b7388a8
JX
3612msgid "cannot merge without a current revision"
3613msgstr ""
3614
55892712 3615#: sequencer.c:2884
9b7388a8
JX
3616#, c-format
3617msgid "could not resolve '%s'"
3618msgstr ""
3619
55892712 3620#: sequencer.c:2906
9b7388a8
JX
3621#, c-format
3622msgid "could not get commit message of '%s'"
3623msgstr ""
3624
55892712 3625#: sequencer.c:2916 sequencer.c:2941
9b7388a8
JX
3626#, c-format
3627msgid "could not write '%s'"
3628msgstr ""
3629
55892712 3630#: sequencer.c:3005
9b7388a8
JX
3631#, c-format
3632msgid "could not even attempt to merge '%.*s'"
3633msgstr ""
3634
55892712 3635#: sequencer.c:3021
9b7388a8
JX
3636msgid "merge: Unable to write new index file"
3637msgstr ""
3638
55892712 3639#: sequencer.c:3088
673bfad0 3640#, c-format
5b34e000 3641msgid "Applied autostash.\n"
673bfad0
JX
3642msgstr ""
3643
55892712 3644#: sequencer.c:3100
673bfad0
JX
3645#, c-format
3646msgid "cannot store %s"
3647msgstr ""
3648
55892712 3649#: sequencer.c:3103 git-rebase.sh:188
673bfad0
JX
3650#, c-format
3651msgid ""
3652"Applying autostash resulted in conflicts.\n"
3653"Your changes are safe in the stash.\n"
3654"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
3655msgstr ""
3656
55892712 3657#: sequencer.c:3134
9b7388a8
JX
3658#, c-format
3659msgid ""
3660"Could not execute the todo command\n"
3661"\n"
3662" %.*s\n"
3663"It has been rescheduled; To edit the command before continuing, please\n"
3664"edit the todo list first:\n"
3665"\n"
3666" git rebase --edit-todo\n"
3667" git rebase --continue\n"
3668msgstr ""
3669
55892712 3670#: sequencer.c:3202
673bfad0 3671#, c-format
dfc182b1 3672msgid "Stopped at %s... %.*s\n"
673bfad0
JX
3673msgstr ""
3674
55892712 3675#: sequencer.c:3264
673bfad0
JX
3676#, c-format
3677msgid "unknown command %d"
3678msgstr ""
3679
55892712 3680#: sequencer.c:3309
673bfad0
JX
3681msgid "could not read orig-head"
3682msgstr ""
3683
55892712 3684#: sequencer.c:3314 sequencer.c:4352
673bfad0
JX
3685msgid "could not read 'onto'"
3686msgstr ""
3687
55892712 3688#: sequencer.c:3328
673bfad0
JX
3689#, c-format
3690msgid "could not update HEAD to %s"
3691msgstr ""
3692
55892712 3693#: sequencer.c:3414
673bfad0
JX
3694msgid "cannot rebase: You have unstaged changes."
3695msgstr ""
3696
55892712 3697#: sequencer.c:3423
673bfad0
JX
3698msgid "cannot amend non-existing commit"
3699msgstr ""
3700
55892712 3701#: sequencer.c:3425
673bfad0
JX
3702#, c-format
3703msgid "invalid file: '%s'"
3704msgstr ""
3705
55892712 3706#: sequencer.c:3427
673bfad0
JX
3707#, c-format
3708msgid "invalid contents: '%s'"
3709msgstr ""
3710
55892712 3711#: sequencer.c:3430
673bfad0
JX
3712msgid ""
3713"\n"
3714"You have uncommitted changes in your working tree. Please, commit them\n"
3715"first and then run 'git rebase --continue' again."
3716msgstr ""
3717
55892712 3718#: sequencer.c:3455 sequencer.c:3493
9b7388a8
JX
3719#, c-format
3720msgid "could not write file: '%s'"
3721msgstr ""
3722
55892712 3723#: sequencer.c:3508
9b7388a8
JX
3724msgid "could not remove CHERRY_PICK_HEAD"
3725msgstr ""
3726
55892712 3727#: sequencer.c:3515
673bfad0
JX
3728msgid "could not commit staged changes."
3729msgstr ""
3730
55892712 3731#: sequencer.c:3612
fda7b092
JX
3732#, c-format
3733msgid "%s: can't cherry-pick a %s"
dce37b66
JX
3734msgstr ""
3735
55892712 3736#: sequencer.c:3616
fda7b092
JX
3737#, c-format
3738msgid "%s: bad revision"
dce37b66
JX
3739msgstr ""
3740
55892712 3741#: sequencer.c:3649
fda7b092 3742msgid "can't revert as initial commit"
dce37b66
JX
3743msgstr ""
3744
55892712 3745#: sequencer.c:4098
25eab542
JX
3746msgid "make_script: unhandled options"
3747msgstr ""
3748
55892712 3749#: sequencer.c:4101
25eab542
JX
3750msgid "make_script: error preparing revisions"
3751msgstr ""
3752
55892712 3753#: sequencer.c:4142 sequencer.c:4177
25eab542
JX
3754#, c-format
3755msgid "unusable todo list: '%s'"
3756msgstr ""
3757
55892712 3758#: sequencer.c:4236
25eab542 3759#, c-format
9c07fab7
JX
3760msgid ""
3761"unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."
25eab542
JX
3762msgstr ""
3763
55892712 3764#: sequencer.c:4302
25eab542
JX
3765#, c-format
3766msgid ""
3767"Warning: some commits may have been dropped accidentally.\n"
3768"Dropped commits (newer to older):\n"
3769msgstr ""
3770
55892712 3771#: sequencer.c:4309
25eab542
JX
3772#, c-format
3773msgid ""
3774"To avoid this message, use \"drop\" to explicitly remove a commit.\n"
3775"\n"
3776"Use 'git config rebase.missingCommitsCheck' to change the level of "
3777"warnings.\n"
3778"The possible behaviours are: ignore, warn, error.\n"
3779"\n"
3780msgstr ""
3781
55892712 3782#: sequencer.c:4321
25eab542
JX
3783#, c-format
3784msgid ""
3785"You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
3786"continue'.\n"
3787"Or you can abort the rebase with 'git rebase --abort'.\n"
3788msgstr ""
3789
55892712 3790#: sequencer.c:4375
25eab542 3791#, c-format
18a90722 3792msgid "could not parse commit '%s'"
25eab542
JX
3793msgstr ""
3794
55892712 3795#: sequencer.c:4490
25eab542
JX
3796msgid "the script was already rearranged."
3797msgstr ""
3798
9b7388a8 3799#: setup.c:123
abc8de64
JX
3800#, c-format
3801msgid "'%s' is outside repository"
3802msgstr ""
3803
9b7388a8 3804#: setup.c:172
fda7b092 3805#, c-format
dce37b66 3806msgid ""
fda7b092
JX
3807"%s: no such path in the working tree.\n"
3808"Use 'git <command> -- <path>...' to specify paths that do not exist locally."
dce37b66
JX
3809msgstr ""
3810
9b7388a8 3811#: setup.c:185
fda7b092
JX
3812#, c-format
3813msgid ""
3814"ambiguous argument '%s': unknown revision or path not in the working tree.\n"
3815"Use '--' to separate paths from revisions, like this:\n"
3816"'git <command> [<revision>...] -- [<file>...]'"
dce37b66
JX
3817msgstr ""
3818
9b7388a8 3819#: setup.c:234
abc8de64
JX
3820#, c-format
3821msgid "option '%s' must come before non-option arguments"
3822msgstr ""
3823
9b7388a8 3824#: setup.c:253
dce37b66 3825#, c-format
fda7b092
JX
3826msgid ""
3827"ambiguous argument '%s': both revision and filename\n"
3828"Use '--' to separate paths from revisions, like this:\n"
3829"'git <command> [<revision>...] -- [<file>...]'"
dce37b66
JX
3830msgstr ""
3831
9b7388a8 3832#: setup.c:389
abc8de64
JX
3833msgid "unable to set up work tree using invalid config"
3834msgstr ""
3835
9b7388a8 3836#: setup.c:393
abc8de64
JX
3837msgid "this operation must be run in a work tree"
3838msgstr ""
3839
9b7388a8 3840#: setup.c:503
fda7b092
JX
3841#, c-format
3842msgid "Expected git repo version <= %d, found %d"
dce37b66
JX
3843msgstr ""
3844
9b7388a8 3845#: setup.c:511
fda7b092 3846msgid "unknown repository extensions found:"
dce37b66
JX
3847msgstr ""
3848
9b7388a8 3849#: setup.c:530
fda7b092 3850#, c-format
abc8de64 3851msgid "error opening '%s'"
dce37b66
JX
3852msgstr ""
3853
9b7388a8 3854#: setup.c:532
abc8de64
JX
3855#, c-format
3856msgid "too large to be a .git file: '%s'"
3857msgstr ""
3858
9b7388a8 3859#: setup.c:534
abc8de64
JX
3860#, c-format
3861msgid "error reading %s"
3862msgstr ""
3863
9b7388a8 3864#: setup.c:536
abc8de64
JX
3865#, c-format
3866msgid "invalid gitfile format: %s"
3867msgstr ""
3868
9b7388a8 3869#: setup.c:538
abc8de64
JX
3870#, c-format
3871msgid "no path in gitfile: %s"
3872msgstr ""
3873
9b7388a8 3874#: setup.c:540
abc8de64
JX
3875#, c-format
3876msgid "not a git repository: %s"
3877msgstr ""
3878
9b7388a8 3879#: setup.c:639
abc8de64
JX
3880#, c-format
3881msgid "'$%s' too big"
3882msgstr ""
3883
9b7388a8 3884#: setup.c:653
abc8de64
JX
3885#, c-format
3886msgid "not a git repository: '%s'"
3887msgstr ""
3888
9b7388a8 3889#: setup.c:682 setup.c:684 setup.c:715
abc8de64
JX
3890#, c-format
3891msgid "cannot chdir to '%s'"
3892msgstr ""
3893
9b7388a8 3894#: setup.c:687 setup.c:743 setup.c:753 setup.c:792 setup.c:800 setup.c:815
abc8de64
JX
3895msgid "cannot come back to cwd"
3896msgstr ""
3897
9b7388a8 3898#: setup.c:813
abc8de64
JX
3899#, c-format
3900msgid "not a git repository (or any of the parent directories): %s"
3901msgstr ""
3902
9b7388a8 3903#: setup.c:824
abc8de64
JX
3904#, c-format
3905msgid "failed to stat '%*s%s%s'"
dce37b66
JX
3906msgstr ""
3907
9b7388a8 3908#: setup.c:1054
fda7b092 3909msgid "Unable to read current working directory"
dce37b66
JX
3910msgstr ""
3911
9b7388a8 3912#: setup.c:1066 setup.c:1072
fda7b092 3913#, c-format
abc8de64 3914msgid "cannot change to '%s'"
dce37b66
JX
3915msgstr ""
3916
9b7388a8 3917#: setup.c:1085
fda7b092 3918#, c-format
dfc182b1 3919msgid ""
abc8de64 3920"not a git repository (or any parent up to mount point %s)\n"
dfc182b1 3921"Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
dce37b66
JX
3922msgstr ""
3923
9b7388a8 3924#: setup.c:1168
fda7b092
JX
3925#, c-format
3926msgid ""
abc8de64 3927"problem with core.sharedRepository filemode value (0%.3o).\n"
fda7b092 3928"The owner of files must always have read and write permissions."
5e078fcd
JX
3929msgstr ""
3930
9b7388a8 3931#: setup.c:1211
abc8de64
JX
3932msgid "open /dev/null or dup failed"
3933msgstr ""
3934
9b7388a8 3935#: setup.c:1226
abc8de64
JX
3936msgid "fork failed"
3937msgstr ""
3938
9b7388a8 3939#: setup.c:1231
abc8de64
JX
3940msgid "setsid failed"
3941msgstr ""
3942
9b7388a8 3943#: sha1-file.c:625
fda7b092
JX
3944#, c-format
3945msgid "path '%s' does not exist"
5e078fcd
JX
3946msgstr ""
3947
9b7388a8 3948#: sha1-file.c:651
fda7b092
JX
3949#, c-format
3950msgid "reference repository '%s' as a linked checkout is not supported yet."
dce37b66
JX
3951msgstr ""
3952
9b7388a8 3953#: sha1-file.c:657
fda7b092
JX
3954#, c-format
3955msgid "reference repository '%s' is not a local repository."
dce37b66
JX
3956msgstr ""
3957
9b7388a8 3958#: sha1-file.c:663
fda7b092
JX
3959#, c-format
3960msgid "reference repository '%s' is shallow"
dce37b66
JX
3961msgstr ""
3962
9b7388a8 3963#: sha1-file.c:671
fda7b092
JX
3964#, c-format
3965msgid "reference repository '%s' is grafted"
dce37b66
JX
3966msgstr ""
3967
9b7388a8 3968#: sha1-name.c:442
fda7b092
JX
3969#, c-format
3970msgid "short SHA1 %s is ambiguous"
dce37b66
JX
3971msgstr ""
3972
9b7388a8 3973#: sha1-name.c:453
fda7b092 3974msgid "The candidates are:"
dce37b66
JX
3975msgstr ""
3976
9b7388a8 3977#: sha1-name.c:695
fda7b092
JX
3978msgid ""
3979"Git normally never creates a ref that ends with 40 hex characters\n"
3980"because it will be ignored when you just specify 40-hex. These refs\n"
3981"may be created by mistake. For example,\n"
3982"\n"
3983" git checkout -b $br $(git rev-parse ...)\n"
3984"\n"
3985"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
3986"examine these refs and maybe delete them. Turn this message off by\n"
3987"running \"git config advice.objectNameWarning false\""
727b9576
JX
3988msgstr ""
3989
9b7388a8 3990#: submodule.c:97 submodule.c:131
fda7b092 3991msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
727b9576
JX
3992msgstr ""
3993
9b7388a8 3994#: submodule.c:101 submodule.c:135
fda7b092
JX
3995#, c-format
3996msgid "Could not find section in .gitmodules where path=%s"
df49095a
JX
3997msgstr ""
3998
9b7388a8 3999#: submodule.c:109
fda7b092
JX
4000#, c-format
4001msgid "Could not update .gitmodules entry %s"
11b90174
JX
4002msgstr ""
4003
9b7388a8 4004#: submodule.c:142
fda7b092
JX
4005#, c-format
4006msgid "Could not remove .gitmodules entry for %s"
11b90174
JX
4007msgstr ""
4008
9b7388a8 4009#: submodule.c:153
fda7b092 4010msgid "staging updated .gitmodules failed"
9fa976ff
JX
4011msgstr ""
4012
9b7388a8 4013#: submodule.c:315
5b34e000
JX
4014#, c-format
4015msgid "in unpopulated submodule '%s'"
4016msgstr ""
4017
9b7388a8 4018#: submodule.c:346
5b34e000
JX
4019#, c-format
4020msgid "Pathspec '%s' is in submodule '%.*s'"
4021msgstr ""
4022
9b7388a8 4023#: submodule.c:837
25eab542
JX
4024#, c-format
4025msgid "submodule entry '%s' (%s) is a %s, not a commit"
4026msgstr ""
4027
9b7388a8 4028#: submodule.c:1069 builtin/branch.c:651 builtin/submodule--helper.c:1743
25eab542
JX
4029msgid "Failed to resolve HEAD as a valid ref."
4030msgstr ""
4031
55892712 4032#: submodule.c:1375
673bfad0 4033#, c-format
dfc182b1 4034msgid "'%s' not recognized as a git repository"
673bfad0
JX
4035msgstr ""
4036
55892712 4037#: submodule.c:1513
673bfad0 4038#, c-format
dfc182b1 4039msgid "could not start 'git status' in submodule '%s'"
673bfad0
JX
4040msgstr ""
4041
55892712 4042#: submodule.c:1526
dfc182b1
JX
4043#, c-format
4044msgid "could not run 'git status' in submodule '%s'"
4045msgstr ""
4046
55892712 4047#: submodule.c:1619
dfc182b1
JX
4048#, c-format
4049msgid "submodule '%s' has dirty index"
4050msgstr ""
4051
55892712 4052#: submodule.c:1718
673bfad0
JX
4053#, c-format
4054msgid ""
4055"relocate_gitdir for submodule '%s' with more than one worktree not supported"
4056msgstr ""
4057
55892712 4058#: submodule.c:1730 submodule.c:1786
673bfad0
JX
4059#, c-format
4060msgid "could not lookup name for submodule '%s'"
4061msgstr ""
4062
55892712 4063#: submodule.c:1734 builtin/submodule--helper.c:1261
9b7388a8 4064#: builtin/submodule--helper.c:1271
673bfad0
JX
4065#, c-format
4066msgid "could not create directory '%s'"
4067msgstr ""
4068
55892712 4069#: submodule.c:1737
673bfad0
JX
4070#, c-format
4071msgid ""
4072"Migrating git directory of '%s%s' from\n"
4073"'%s' to\n"
4074"'%s'\n"
4075msgstr ""
4076
55892712 4077#: submodule.c:1821
673bfad0
JX
4078#, c-format
4079msgid "could not recurse into submodule '%s'"
4080msgstr ""
4081
55892712 4082#: submodule.c:1865
dfc182b1
JX
4083msgid "could not start ls-files in .."
4084msgstr ""
4085
55892712 4086#: submodule.c:1904
9b7388a8
JX
4087#, c-format
4088msgid "ls-tree returned unexpected return code %d"
dfc182b1
JX
4089msgstr ""
4090
9b7388a8 4091#: submodule-config.c:230
dfc182b1 4092#, c-format
9b7388a8 4093msgid "ignoring suspicious submodule name: %s"
dfc182b1
JX
4094msgstr ""
4095
9b7388a8 4096#: submodule-config.c:294
25eab542
JX
4097msgid "negative values not allowed for submodule.fetchjobs"
4098msgstr ""
4099
9b7388a8 4100#: submodule-config.c:467
fda7b092
JX
4101#, c-format
4102msgid "invalid value for %s"
11b90174
JX
4103msgstr ""
4104
25eab542 4105#: trailer.c:238
fda7b092
JX
4106#, c-format
4107msgid "running trailer command '%s' failed"
11b90174
JX
4108msgstr ""
4109
25eab542
JX
4110#: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:553
4111#: trailer.c:557
fda7b092
JX
4112#, c-format
4113msgid "unknown value '%s' for key '%s'"
11b90174
JX
4114msgstr ""
4115
9b7388a8 4116#: trailer.c:539 trailer.c:544 builtin/remote.c:293
fda7b092
JX
4117#, c-format
4118msgid "more than one %s"
11b90174
JX
4119msgstr ""
4120
25eab542 4121#: trailer.c:730
fda7b092
JX
4122#, c-format
4123msgid "empty trailer token in trailer '%.*s'"
11b90174
JX
4124msgstr ""
4125
25eab542 4126#: trailer.c:750
fda7b092
JX
4127#, c-format
4128msgid "could not read input file '%s'"
11b90174
JX
4129msgstr ""
4130
25eab542 4131#: trailer.c:753
fda7b092 4132msgid "could not read from stdin"
df0617bf
JX
4133msgstr ""
4134
25eab542 4135#: trailer.c:1008 builtin/am.c:46
df0617bf 4136#, c-format
fda7b092
JX
4137msgid "could not stat %s"
4138msgstr ""
df0617bf 4139
25eab542 4140#: trailer.c:1010
df0617bf 4141#, c-format
fda7b092 4142msgid "file %s is not a regular file"
df0617bf
JX
4143msgstr ""
4144
25eab542 4145#: trailer.c:1012
fda7b092
JX
4146#, c-format
4147msgid "file %s is not writable by user"
4148msgstr ""
4149
25eab542 4150#: trailer.c:1024
fda7b092 4151msgid "could not open temporary file"
df0617bf
JX
4152msgstr ""
4153
25eab542 4154#: trailer.c:1064
df0617bf 4155#, c-format
fda7b092
JX
4156msgid "could not rename temporary file to %s"
4157msgstr ""
df0617bf 4158
9b7388a8 4159#: transport.c:116
fda7b092
JX
4160#, c-format
4161msgid "Would set upstream of '%s' to '%s' of '%s'\n"
df0617bf
JX
4162msgstr ""
4163
9b7388a8 4164#: transport.c:208
235537a0 4165#, c-format
fda7b092 4166msgid "transport: invalid depth option '%s'"
235537a0
JX
4167msgstr ""
4168
9b7388a8
JX
4169#: transport.c:584
4170msgid "could not parse transport.color.* config"
4171msgstr ""
4172
4173#: transport.c:996
fda7b092
JX
4174#, c-format
4175msgid ""
4176"The following submodule paths contain changes that can\n"
4177"not be found on any remote:\n"
11b90174
JX
4178msgstr ""
4179
9b7388a8 4180#: transport.c:1000
fda7b092
JX
4181#, c-format
4182msgid ""
4183"\n"
4184"Please try\n"
4185"\n"
4186"\tgit push --recurse-submodules=on-demand\n"
4187"\n"
4188"or cd to the path and use\n"
4189"\n"
4190"\tgit push\n"
4191"\n"
4192"to push them to a remote.\n"
4193"\n"
11b90174
JX
4194msgstr ""
4195
9b7388a8 4196#: transport.c:1008
fda7b092 4197msgid "Aborting."
11b90174
JX
4198msgstr ""
4199
9b7388a8 4200#: transport-helper.c:1087
fda7b092
JX
4201#, c-format
4202msgid "Could not read ref %s"
11b90174
JX
4203msgstr ""
4204
fda7b092
JX
4205#: tree-walk.c:31
4206msgid "too-short tree object"
11b90174
JX
4207msgstr ""
4208
fda7b092
JX
4209#: tree-walk.c:37
4210msgid "malformed mode in tree entry"
235537a0
JX
4211msgstr ""
4212
fda7b092
JX
4213#: tree-walk.c:41
4214msgid "empty filename in tree entry"
11b90174
JX
4215msgstr ""
4216
9b7388a8 4217#: tree-walk.c:113
fda7b092 4218msgid "too-short tree file"
11b90174
JX
4219msgstr ""
4220
9b7388a8 4221#: unpack-trees.c:111
235537a0 4222#, c-format
fda7b092
JX
4223msgid ""
4224"Your local changes to the following files would be overwritten by checkout:\n"
4225"%%sPlease commit your changes or stash them before you switch branches."
235537a0
JX
4226msgstr ""
4227
9b7388a8 4228#: unpack-trees.c:113
fda7b092
JX
4229#, c-format
4230msgid ""
4231"Your local changes to the following files would be overwritten by checkout:\n"
4232"%%s"
11b90174
JX
4233msgstr ""
4234
9b7388a8 4235#: unpack-trees.c:116
fda7b092
JX
4236#, c-format
4237msgid ""
4238"Your local changes to the following files would be overwritten by merge:\n"
4239"%%sPlease commit your changes or stash them before you merge."
4240msgstr ""
4241
9b7388a8 4242#: unpack-trees.c:118
fda7b092
JX
4243#, c-format
4244msgid ""
4245"Your local changes to the following files would be overwritten by merge:\n"
4246"%%s"
11b90174
JX
4247msgstr ""
4248
9b7388a8 4249#: unpack-trees.c:121
fda7b092 4250#, c-format
11b90174 4251msgid ""
fda7b092
JX
4252"Your local changes to the following files would be overwritten by %s:\n"
4253"%%sPlease commit your changes or stash them before you %s."
11b90174
JX
4254msgstr ""
4255
9b7388a8 4256#: unpack-trees.c:123
727b9576 4257#, c-format
fda7b092
JX
4258msgid ""
4259"Your local changes to the following files would be overwritten by %s:\n"
4260"%%s"
11b90174
JX
4261msgstr ""
4262
9b7388a8 4263#: unpack-trees.c:128
fda7b092
JX
4264#, c-format
4265msgid ""
673bfad0 4266"Updating the following directories would lose untracked files in them:\n"
fda7b092 4267"%s"
28b3cffc
JX
4268msgstr ""
4269
9b7388a8 4270#: unpack-trees.c:132
fda7b092
JX
4271#, c-format
4272msgid ""
4273"The following untracked working tree files would be removed by checkout:\n"
4274"%%sPlease move or remove them before you switch branches."
28b3cffc
JX
4275msgstr ""
4276
9b7388a8 4277#: unpack-trees.c:134
fda7b092
JX
4278#, c-format
4279msgid ""
4280"The following untracked working tree files would be removed by checkout:\n"
4281"%%s"
11b90174
JX
4282msgstr ""
4283
9b7388a8 4284#: unpack-trees.c:137
235537a0 4285#, c-format
fda7b092
JX
4286msgid ""
4287"The following untracked working tree files would be removed by merge:\n"
4288"%%sPlease move or remove them before you merge."
c138af56
JX
4289msgstr ""
4290
9b7388a8 4291#: unpack-trees.c:139
fda7b092
JX
4292#, c-format
4293msgid ""
4294"The following untracked working tree files would be removed by merge:\n"
4295"%%s"
235537a0
JX
4296msgstr ""
4297
9b7388a8 4298#: unpack-trees.c:142
fda7b092
JX
4299#, c-format
4300msgid ""
4301"The following untracked working tree files would be removed by %s:\n"
4302"%%sPlease move or remove them before you %s."
c138af56
JX
4303msgstr ""
4304
9b7388a8 4305#: unpack-trees.c:144
fda7b092
JX
4306#, c-format
4307msgid ""
4308"The following untracked working tree files would be removed by %s:\n"
4309"%%s"
c138af56
JX
4310msgstr ""
4311
9b7388a8 4312#: unpack-trees.c:150
c138af56 4313#, c-format
fda7b092
JX
4314msgid ""
4315"The following untracked working tree files would be overwritten by "
4316"checkout:\n"
4317"%%sPlease move or remove them before you switch branches."
c138af56
JX
4318msgstr ""
4319
9b7388a8 4320#: unpack-trees.c:152
fda7b092
JX
4321#, c-format
4322msgid ""
4323"The following untracked working tree files would be overwritten by "
4324"checkout:\n"
4325"%%s"
11b90174
JX
4326msgstr ""
4327
9b7388a8 4328#: unpack-trees.c:155
fda7b092
JX
4329#, c-format
4330msgid ""
4331"The following untracked working tree files would be overwritten by merge:\n"
4332"%%sPlease move or remove them before you merge."
11b90174
JX
4333msgstr ""
4334
9b7388a8 4335#: unpack-trees.c:157
fda7b092
JX
4336#, c-format
4337msgid ""
4338"The following untracked working tree files would be overwritten by merge:\n"
4339"%%s"
dce37b66
JX
4340msgstr ""
4341
9b7388a8 4342#: unpack-trees.c:160
fda7b092
JX
4343#, c-format
4344msgid ""
4345"The following untracked working tree files would be overwritten by %s:\n"
4346"%%sPlease move or remove them before you %s."
df0617bf
JX
4347msgstr ""
4348
9b7388a8 4349#: unpack-trees.c:162
fda7b092
JX
4350#, c-format
4351msgid ""
4352"The following untracked working tree files would be overwritten by %s:\n"
4353"%%s"
28b3cffc
JX
4354msgstr ""
4355
9b7388a8 4356#: unpack-trees.c:170
fda7b092
JX
4357#, c-format
4358msgid "Entry '%s' overlaps with '%s'. Cannot bind."
c138af56
JX
4359msgstr ""
4360
9b7388a8 4361#: unpack-trees.c:173
fda7b092
JX
4362#, c-format
4363msgid ""
25eab542 4364"Cannot update sparse checkout: the following entries are not up to date:\n"
fda7b092 4365"%s"
c138af56
JX
4366msgstr ""
4367
9b7388a8 4368#: unpack-trees.c:175
fda7b092
JX
4369#, c-format
4370msgid ""
4371"The following working tree files would be overwritten by sparse checkout "
4372"update:\n"
4373"%s"
dce37b66
JX
4374msgstr ""
4375
9b7388a8 4376#: unpack-trees.c:177
fda7b092
JX
4377#, c-format
4378msgid ""
4379"The following working tree files would be removed by sparse checkout "
4380"update:\n"
4381"%s"
dce37b66
JX
4382msgstr ""
4383
9b7388a8 4384#: unpack-trees.c:179
dfc182b1
JX
4385#, c-format
4386msgid ""
4387"Cannot update submodule:\n"
4388"%s"
4389msgstr ""
4390
9b7388a8 4391#: unpack-trees.c:262
fda7b092
JX
4392#, c-format
4393msgid "Aborting\n"
dce37b66
JX
4394msgstr ""
4395
9b7388a8 4396#: unpack-trees.c:344
fda7b092 4397msgid "Checking out files"
dce37b66
JX
4398msgstr ""
4399
dfc182b1 4400#: urlmatch.c:163
fda7b092 4401msgid "invalid URL scheme name or missing '://' suffix"
c138af56
JX
4402msgstr ""
4403
dfc182b1 4404#: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
dce37b66 4405#, c-format
fda7b092 4406msgid "invalid %XX escape sequence"
dce37b66
JX
4407msgstr ""
4408
dfc182b1 4409#: urlmatch.c:215
fda7b092 4410msgid "missing host and scheme is not 'file:'"
dce37b66
JX
4411msgstr ""
4412
dfc182b1 4413#: urlmatch.c:232
fda7b092 4414msgid "a 'file:' URL may not have a port number"
dce37b66
JX
4415msgstr ""
4416
dfc182b1 4417#: urlmatch.c:247
fda7b092 4418msgid "invalid characters in host name"
dce37b66
JX
4419msgstr ""
4420
dfc182b1 4421#: urlmatch.c:292 urlmatch.c:303
fda7b092 4422msgid "invalid port number"
dce37b66
JX
4423msgstr ""
4424
dfc182b1 4425#: urlmatch.c:371
fda7b092 4426msgid "invalid '..' path segment"
dce37b66
JX
4427msgstr ""
4428
abc8de64 4429#: worktree.c:245 builtin/am.c:2147
cc76011e 4430#, c-format
fda7b092 4431msgid "failed to read '%s'"
dce37b66
JX
4432msgstr ""
4433
abc8de64
JX
4434#: worktree.c:291
4435#, c-format
4436msgid "'%s' at main working tree is not the repository directory"
4437msgstr ""
4438
4439#: worktree.c:302
4440#, c-format
4441msgid "'%s' file does not contain absolute path to the working tree location"
4442msgstr ""
4443
4444#: worktree.c:314
4445#, c-format
4446msgid "'%s' does not exist"
4447msgstr ""
4448
4449#: worktree.c:320
4450#, c-format
4451msgid "'%s' is not a .git file, error code %d"
4452msgstr ""
4453
4454#: worktree.c:328
4455#, c-format
4456msgid "'%s' does not point back to '%s'"
4457msgstr ""
4458
5b34e000 4459#: wrapper.c:223 wrapper.c:393
dce37b66 4460#, c-format
fda7b092 4461msgid "could not open '%s' for reading and writing"
dce37b66
JX
4462msgstr ""
4463
18a90722 4464#: wrapper.c:227 wrapper.c:397 builtin/am.c:320 builtin/am.c:770
55892712 4465#: builtin/am.c:862 builtin/merge.c:1043
cc76011e 4466#, c-format
fda7b092 4467msgid "could not open '%s' for reading"
dce37b66
JX
4468msgstr ""
4469
5b34e000 4470#: wrapper.c:424 wrapper.c:624
cc76011e 4471#, c-format
fda7b092 4472msgid "unable to access '%s'"
dce37b66
JX
4473msgstr ""
4474
5b34e000 4475#: wrapper.c:632
fda7b092 4476msgid "unable to get current working directory"
dce37b66
JX
4477msgstr ""
4478
9b7388a8 4479#: wt-status.c:154
fda7b092 4480msgid "Unmerged paths:"
a5a41683
JX
4481msgstr ""
4482
9b7388a8 4483#: wt-status.c:181 wt-status.c:208
9caaf23e 4484#, c-format
fda7b092 4485msgid " (use \"git reset %s <file>...\" to unstage)"
cc76011e
JX
4486msgstr ""
4487
9b7388a8 4488#: wt-status.c:183 wt-status.c:210
fda7b092 4489msgid " (use \"git rm --cached <file>...\" to unstage)"
9caaf23e
JX
4490msgstr ""
4491
9b7388a8 4492#: wt-status.c:187
fda7b092 4493msgid " (use \"git add <file>...\" to mark resolution)"
dce37b66
JX
4494msgstr ""
4495
9b7388a8 4496#: wt-status.c:189 wt-status.c:193
fda7b092 4497msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"
dce37b66
JX
4498msgstr ""
4499
9b7388a8 4500#: wt-status.c:191
fda7b092 4501msgid " (use \"git rm <file>...\" to mark resolution)"
dce37b66
JX
4502msgstr ""
4503
9b7388a8 4504#: wt-status.c:202 wt-status.c:1015
fda7b092 4505msgid "Changes to be committed:"
dce37b66
JX
4506msgstr ""
4507
9b7388a8 4508#: wt-status.c:220 wt-status.c:1024
fda7b092 4509msgid "Changes not staged for commit:"
dce37b66
JX
4510msgstr ""
4511
9b7388a8 4512#: wt-status.c:224
fda7b092 4513msgid " (use \"git add <file>...\" to update what will be committed)"
dce37b66
JX
4514msgstr ""
4515
9b7388a8 4516#: wt-status.c:226
fda7b092 4517msgid " (use \"git add/rm <file>...\" to update what will be committed)"
dce37b66
JX
4518msgstr ""
4519
9b7388a8 4520#: wt-status.c:227
fda7b092
JX
4521msgid ""
4522" (use \"git checkout -- <file>...\" to discard changes in working directory)"
64f23b0c
JX
4523msgstr ""
4524
9b7388a8 4525#: wt-status.c:229
fda7b092 4526msgid " (commit or discard the untracked or modified content in submodules)"
dce37b66
JX
4527msgstr ""
4528
9b7388a8 4529#: wt-status.c:241
fda7b092
JX
4530#, c-format
4531msgid " (use \"git %s <file>...\" to include in what will be committed)"
dce37b66
JX
4532msgstr ""
4533
9b7388a8 4534#: wt-status.c:256
fda7b092 4535msgid "both deleted:"
dce37b66
JX
4536msgstr ""
4537
9b7388a8 4538#: wt-status.c:258
fda7b092 4539msgid "added by us:"
dce37b66
JX
4540msgstr ""
4541
9b7388a8 4542#: wt-status.c:260
fda7b092 4543msgid "deleted by them:"
cc76011e
JX
4544msgstr ""
4545
9b7388a8 4546#: wt-status.c:262
fda7b092 4547msgid "added by them:"
cc76011e
JX
4548msgstr ""
4549
9b7388a8 4550#: wt-status.c:264
fda7b092 4551msgid "deleted by us:"
cc76011e
JX
4552msgstr ""
4553
9b7388a8 4554#: wt-status.c:266
fda7b092 4555msgid "both added:"
cc76011e
JX
4556msgstr ""
4557
9b7388a8 4558#: wt-status.c:268
fda7b092 4559msgid "both modified:"
cc76011e
JX
4560msgstr ""
4561
9b7388a8 4562#: wt-status.c:278
fda7b092 4563msgid "new file:"
cc76011e
JX
4564msgstr ""
4565
9b7388a8 4566#: wt-status.c:280
fda7b092 4567msgid "copied:"
cc76011e
JX
4568msgstr ""
4569
9b7388a8 4570#: wt-status.c:282
fda7b092 4571msgid "deleted:"
cc76011e
JX
4572msgstr ""
4573
9b7388a8 4574#: wt-status.c:284
fda7b092 4575msgid "modified:"
cc76011e
JX
4576msgstr ""
4577
9b7388a8 4578#: wt-status.c:286
fda7b092 4579msgid "renamed:"
c6bc7d43
JX
4580msgstr ""
4581
9b7388a8 4582#: wt-status.c:288
fda7b092 4583msgid "typechange:"
cc76011e
JX
4584msgstr ""
4585
9b7388a8 4586#: wt-status.c:290
fda7b092 4587msgid "unknown:"
cc76011e
JX
4588msgstr ""
4589
9b7388a8 4590#: wt-status.c:292
fda7b092 4591msgid "unmerged:"
cc76011e
JX
4592msgstr ""
4593
9b7388a8 4594#: wt-status.c:372
fda7b092 4595msgid "new commits, "
9fa976ff
JX
4596msgstr ""
4597
9b7388a8 4598#: wt-status.c:374
fda7b092 4599msgid "modified content, "
9fa976ff
JX
4600msgstr ""
4601
9b7388a8 4602#: wt-status.c:376
fda7b092 4603msgid "untracked content, "
dce37b66
JX
4604msgstr ""
4605
9b7388a8 4606#: wt-status.c:853
5b34e000
JX
4607#, c-format
4608msgid "Your stash currently has %d entry"
4609msgid_plural "Your stash currently has %d entries"
4610msgstr[0] ""
4611msgstr[1] ""
4612
9b7388a8 4613#: wt-status.c:885
fda7b092 4614msgid "Submodules changed but not updated:"
dce37b66
JX
4615msgstr ""
4616
9b7388a8 4617#: wt-status.c:887
fda7b092 4618msgid "Submodule changes to be committed:"
dce37b66
JX
4619msgstr ""
4620
9b7388a8 4621#: wt-status.c:969
fda7b092 4622msgid ""
25eab542
JX
4623"Do not modify or remove the line above.\n"
4624"Everything below it will be ignored."
dce37b66
JX
4625msgstr ""
4626
9b7388a8 4627#: wt-status.c:1084
fda7b092 4628msgid "You have unmerged paths."
9fa976ff
JX
4629msgstr ""
4630
9b7388a8 4631#: wt-status.c:1087
fda7b092 4632msgid " (fix conflicts and run \"git commit\")"
dce37b66
JX
4633msgstr ""
4634
9b7388a8 4635#: wt-status.c:1089
fda7b092 4636msgid " (use \"git merge --abort\" to abort the merge)"
dce37b66
JX
4637msgstr ""
4638
9b7388a8 4639#: wt-status.c:1094
fda7b092 4640msgid "All conflicts fixed but you are still merging."
dce37b66
JX
4641msgstr ""
4642
9b7388a8 4643#: wt-status.c:1097
fda7b092 4644msgid " (use \"git commit\" to conclude merge)"
dce37b66
JX
4645msgstr ""
4646
9b7388a8 4647#: wt-status.c:1107
fda7b092 4648msgid "You are in the middle of an am session."
df0617bf
JX
4649msgstr ""
4650
9b7388a8 4651#: wt-status.c:1110
fda7b092 4652msgid "The current patch is empty."
df0617bf
JX
4653msgstr ""
4654
9b7388a8 4655#: wt-status.c:1114
fda7b092 4656msgid " (fix conflicts and then run \"git am --continue\")"
df0617bf
JX
4657msgstr ""
4658
9b7388a8 4659#: wt-status.c:1116
fda7b092 4660msgid " (use \"git am --skip\" to skip this patch)"
df0617bf
JX
4661msgstr ""
4662
9b7388a8 4663#: wt-status.c:1118
fda7b092 4664msgid " (use \"git am --abort\" to restore the original branch)"
df0617bf
JX
4665msgstr ""
4666
9b7388a8 4667#: wt-status.c:1250
673bfad0
JX
4668msgid "git-rebase-todo is missing."
4669msgstr ""
4670
9b7388a8 4671#: wt-status.c:1252
fda7b092 4672msgid "No commands done."
df0617bf
JX
4673msgstr ""
4674
9b7388a8 4675#: wt-status.c:1255
df0617bf 4676#, c-format
fda7b092
JX
4677msgid "Last command done (%d command done):"
4678msgid_plural "Last commands done (%d commands done):"
4679msgstr[0] ""
4680msgstr[1] ""
df0617bf 4681
9b7388a8 4682#: wt-status.c:1266
fda7b092
JX
4683#, c-format
4684msgid " (see more in file %s)"
df0617bf
JX
4685msgstr ""
4686
9b7388a8 4687#: wt-status.c:1271
fda7b092 4688msgid "No commands remaining."
df0617bf
JX
4689msgstr ""
4690
9b7388a8 4691#: wt-status.c:1274
fda7b092
JX
4692#, c-format
4693msgid "Next command to do (%d remaining command):"
4694msgid_plural "Next commands to do (%d remaining commands):"
4695msgstr[0] ""
4696msgstr[1] ""
df0617bf 4697
9b7388a8 4698#: wt-status.c:1282
fda7b092 4699msgid " (use \"git rebase --edit-todo\" to view and edit)"
df0617bf
JX
4700msgstr ""
4701
9b7388a8 4702#: wt-status.c:1295
fda7b092
JX
4703#, c-format
4704msgid "You are currently rebasing branch '%s' on '%s'."
df0617bf
JX
4705msgstr ""
4706
9b7388a8 4707#: wt-status.c:1300
fda7b092 4708msgid "You are currently rebasing."
df0617bf
JX
4709msgstr ""
4710
9b7388a8 4711#: wt-status.c:1314
fda7b092 4712msgid " (fix conflicts and then run \"git rebase --continue\")"
df0617bf
JX
4713msgstr ""
4714
9b7388a8 4715#: wt-status.c:1316
fda7b092 4716msgid " (use \"git rebase --skip\" to skip this patch)"
df0617bf
JX
4717msgstr ""
4718
9b7388a8 4719#: wt-status.c:1318
fda7b092 4720msgid " (use \"git rebase --abort\" to check out the original branch)"
df0617bf
JX
4721msgstr ""
4722
9b7388a8 4723#: wt-status.c:1324
fda7b092 4724msgid " (all conflicts fixed: run \"git rebase --continue\")"
df0617bf
JX
4725msgstr ""
4726
9b7388a8 4727#: wt-status.c:1328
df0617bf 4728#, c-format
fda7b092
JX
4729msgid ""
4730"You are currently splitting a commit while rebasing branch '%s' on '%s'."
df0617bf
JX
4731msgstr ""
4732
9b7388a8 4733#: wt-status.c:1333
fda7b092 4734msgid "You are currently splitting a commit during a rebase."
df0617bf
JX
4735msgstr ""
4736
9b7388a8 4737#: wt-status.c:1336
fda7b092 4738msgid " (Once your working directory is clean, run \"git rebase --continue\")"
df0617bf
JX
4739msgstr ""
4740
9b7388a8 4741#: wt-status.c:1340
df0617bf 4742#, c-format
fda7b092 4743msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
df0617bf
JX
4744msgstr ""
4745
9b7388a8 4746#: wt-status.c:1345
fda7b092 4747msgid "You are currently editing a commit during a rebase."
df0617bf
JX
4748msgstr ""
4749
9b7388a8 4750#: wt-status.c:1348
fda7b092 4751msgid " (use \"git commit --amend\" to amend the current commit)"
df0617bf
JX
4752msgstr ""
4753
9b7388a8 4754#: wt-status.c:1350
df0617bf 4755msgid ""
fda7b092 4756" (use \"git rebase --continue\" once you are satisfied with your changes)"
df0617bf
JX
4757msgstr ""
4758
9b7388a8 4759#: wt-status.c:1360
fda7b092
JX
4760#, c-format
4761msgid "You are currently cherry-picking commit %s."
df0617bf
JX
4762msgstr ""
4763
9b7388a8 4764#: wt-status.c:1365
fda7b092 4765msgid " (fix conflicts and run \"git cherry-pick --continue\")"
df0617bf
JX
4766msgstr ""
4767
9b7388a8 4768#: wt-status.c:1368
fda7b092 4769msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"
df0617bf
JX
4770msgstr ""
4771
9b7388a8 4772#: wt-status.c:1370
fda7b092 4773msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
df0617bf
JX
4774msgstr ""
4775
9b7388a8 4776#: wt-status.c:1379
df0617bf 4777#, c-format
fda7b092 4778msgid "You are currently reverting commit %s."
df0617bf
JX
4779msgstr ""
4780
9b7388a8 4781#: wt-status.c:1384
fda7b092 4782msgid " (fix conflicts and run \"git revert --continue\")"
df0617bf
JX
4783msgstr ""
4784
9b7388a8 4785#: wt-status.c:1387
fda7b092 4786msgid " (all conflicts fixed: run \"git revert --continue\")"
df0617bf
JX
4787msgstr ""
4788
9b7388a8 4789#: wt-status.c:1389
fda7b092 4790msgid " (use \"git revert --abort\" to cancel the revert operation)"
df0617bf
JX
4791msgstr ""
4792
9b7388a8 4793#: wt-status.c:1400
df0617bf 4794#, c-format
fda7b092 4795msgid "You are currently bisecting, started from branch '%s'."
df0617bf
JX
4796msgstr ""
4797
9b7388a8 4798#: wt-status.c:1404
fda7b092 4799msgid "You are currently bisecting."
df0617bf
JX
4800msgstr ""
4801
9b7388a8 4802#: wt-status.c:1407
fda7b092 4803msgid " (use \"git bisect reset\" to get back to the original branch)"
df0617bf
JX
4804msgstr ""
4805
9b7388a8 4806#: wt-status.c:1604
fda7b092 4807msgid "On branch "
df0617bf
JX
4808msgstr ""
4809
9b7388a8 4810#: wt-status.c:1610
fda7b092 4811msgid "interactive rebase in progress; onto "
df0617bf
JX
4812msgstr ""
4813
9b7388a8 4814#: wt-status.c:1612
fda7b092 4815msgid "rebase in progress; onto "
df0617bf
JX
4816msgstr ""
4817
9b7388a8 4818#: wt-status.c:1617
fda7b092 4819msgid "HEAD detached at "
df0617bf
JX
4820msgstr ""
4821
9b7388a8 4822#: wt-status.c:1619
fda7b092 4823msgid "HEAD detached from "
df0617bf
JX
4824msgstr ""
4825
9b7388a8 4826#: wt-status.c:1622
fda7b092 4827msgid "Not currently on any branch."
df0617bf
JX
4828msgstr ""
4829
9b7388a8 4830#: wt-status.c:1642
fda7b092 4831msgid "Initial commit"
df0617bf
JX
4832msgstr ""
4833
9b7388a8 4834#: wt-status.c:1643
5b34e000
JX
4835msgid "No commits yet"
4836msgstr ""
4837
9b7388a8 4838#: wt-status.c:1657
fda7b092 4839msgid "Untracked files"
df0617bf
JX
4840msgstr ""
4841
9b7388a8 4842#: wt-status.c:1659
fda7b092 4843msgid "Ignored files"
df0617bf
JX
4844msgstr ""
4845
9b7388a8 4846#: wt-status.c:1663
fda7b092
JX
4847#, c-format
4848msgid ""
4849"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
4850"may speed it up, but you have to be careful not to forget to add\n"
4851"new files yourself (see 'git help status')."
df0617bf
JX
4852msgstr ""
4853
9b7388a8 4854#: wt-status.c:1669
fda7b092
JX
4855#, c-format
4856msgid "Untracked files not listed%s"
df0617bf
JX
4857msgstr ""
4858
9b7388a8 4859#: wt-status.c:1671
fda7b092 4860msgid " (use -u option to show untracked files)"
df0617bf
JX
4861msgstr ""
4862
9b7388a8 4863#: wt-status.c:1677
fda7b092 4864msgid "No changes"
df0617bf
JX
4865msgstr ""
4866
9b7388a8 4867#: wt-status.c:1682
fda7b092
JX
4868#, c-format
4869msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
df0617bf
JX
4870msgstr ""
4871
9b7388a8 4872#: wt-status.c:1685
fda7b092
JX
4873#, c-format
4874msgid "no changes added to commit\n"
df0617bf
JX
4875msgstr ""
4876
9b7388a8 4877#: wt-status.c:1688
fda7b092
JX
4878#, c-format
4879msgid ""
4880"nothing added to commit but untracked files present (use \"git add\" to "
4881"track)\n"
df0617bf
JX
4882msgstr ""
4883
9b7388a8 4884#: wt-status.c:1691
fda7b092
JX
4885#, c-format
4886msgid "nothing added to commit but untracked files present\n"
df0617bf
JX
4887msgstr ""
4888
9b7388a8 4889#: wt-status.c:1694
fda7b092
JX
4890#, c-format
4891msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
df0617bf
JX
4892msgstr ""
4893
9b7388a8 4894#: wt-status.c:1697 wt-status.c:1702
fda7b092
JX
4895#, c-format
4896msgid "nothing to commit\n"
df0617bf
JX
4897msgstr ""
4898
9b7388a8 4899#: wt-status.c:1700
fda7b092
JX
4900#, c-format
4901msgid "nothing to commit (use -u to show untracked files)\n"
df0617bf
JX
4902msgstr ""
4903
9b7388a8 4904#: wt-status.c:1704
fda7b092
JX
4905#, c-format
4906msgid "nothing to commit, working tree clean\n"
df0617bf
JX
4907msgstr ""
4908
9b7388a8 4909#: wt-status.c:1817
5b34e000 4910msgid "No commits yet on "
df0617bf
JX
4911msgstr ""
4912
9b7388a8 4913#: wt-status.c:1821
fda7b092 4914msgid "HEAD (no branch)"
df0617bf
JX
4915msgstr ""
4916
9b7388a8 4917#: wt-status.c:1852
abc8de64
JX
4918msgid "different"
4919msgstr ""
4920
9b7388a8 4921#: wt-status.c:1854 wt-status.c:1862
fda7b092 4922msgid "behind "
df0617bf
JX
4923msgstr ""
4924
9b7388a8 4925#: wt-status.c:1857 wt-status.c:1860
fda7b092 4926msgid "ahead "
df0617bf
JX
4927msgstr ""
4928
fda7b092 4929#. TRANSLATORS: the action is e.g. "pull with rebase"
9b7388a8 4930#: wt-status.c:2366
fda7b092
JX
4931#, c-format
4932msgid "cannot %s: You have unstaged changes."
df0617bf
JX
4933msgstr ""
4934
9b7388a8 4935#: wt-status.c:2372
fda7b092 4936msgid "additionally, your index contains uncommitted changes."
df0617bf
JX
4937msgstr ""
4938
9b7388a8 4939#: wt-status.c:2374
fda7b092
JX
4940#, c-format
4941msgid "cannot %s: Your index contains uncommitted changes."
df0617bf
JX
4942msgstr ""
4943
9b7388a8 4944#: compat/precompose_utf8.c:58 builtin/clone.c:442
fda7b092
JX
4945#, c-format
4946msgid "failed to unlink '%s'"
df0617bf
JX
4947msgstr ""
4948
5b34e000 4949#: builtin/add.c:24
fda7b092 4950msgid "git add [<options>] [--] <pathspec>..."
df0617bf
JX
4951msgstr ""
4952
18a90722 4953#: builtin/add.c:83
fda7b092
JX
4954#, c-format
4955msgid "unexpected diff status %c"
df0617bf
JX
4956msgstr ""
4957
9b7388a8 4958#: builtin/add.c:88 builtin/commit.c:266
fda7b092 4959msgid "updating files failed"
df0617bf
JX
4960msgstr ""
4961
18a90722 4962#: builtin/add.c:98
fda7b092
JX
4963#, c-format
4964msgid "remove '%s'\n"
df0617bf
JX
4965msgstr ""
4966
18a90722 4967#: builtin/add.c:173
fda7b092 4968msgid "Unstaged changes after refreshing the index:"
df0617bf
JX
4969msgstr ""
4970
55892712 4971#: builtin/add.c:233 builtin/rev-parse.c:892
fda7b092 4972msgid "Could not read the index"
df0617bf
JX
4973msgstr ""
4974
18a90722 4975#: builtin/add.c:244
fda7b092
JX
4976#, c-format
4977msgid "Could not open '%s' for writing."
df0617bf
JX
4978msgstr ""
4979
18a90722 4980#: builtin/add.c:248
fda7b092 4981msgid "Could not write patch"
df0617bf
JX
4982msgstr ""
4983
18a90722 4984#: builtin/add.c:251
fda7b092 4985msgid "editing patch failed"
df0617bf
JX
4986msgstr ""
4987
18a90722 4988#: builtin/add.c:254
fda7b092
JX
4989#, c-format
4990msgid "Could not stat '%s'"
df0617bf
JX
4991msgstr ""
4992
18a90722 4993#: builtin/add.c:256
fda7b092 4994msgid "Empty patch. Aborted."
df0617bf
JX
4995msgstr ""
4996
18a90722 4997#: builtin/add.c:261
df0617bf 4998#, c-format
fda7b092 4999msgid "Could not apply '%s'"
df0617bf
JX
5000msgstr ""
5001
9b7388a8 5002#: builtin/add.c:269
fda7b092 5003msgid "The following paths are ignored by one of your .gitignore files:\n"
df0617bf
JX
5004msgstr ""
5005
9b7388a8
JX
5006#: builtin/add.c:289 builtin/clean.c:911 builtin/fetch.c:145 builtin/mv.c:123
5007#: builtin/prune-packed.c:55 builtin/pull.c:212 builtin/push.c:557
5008#: builtin/remote.c:1342 builtin/rm.c:240 builtin/send-pack.c:165
fda7b092 5009msgid "dry run"
df0617bf
JX
5010msgstr ""
5011
9b7388a8 5012#: builtin/add.c:292
fda7b092 5013msgid "interactive picking"
6f6731e7
JX
5014msgstr ""
5015
9b7388a8 5016#: builtin/add.c:293 builtin/checkout.c:1135 builtin/reset.c:302
fda7b092 5017msgid "select hunks interactively"
dce37b66
JX
5018msgstr ""
5019
9b7388a8 5020#: builtin/add.c:294
fda7b092 5021msgid "edit current diff and apply"
dce37b66
JX
5022msgstr ""
5023
9b7388a8 5024#: builtin/add.c:295
fda7b092 5025msgid "allow adding otherwise ignored files"
dce37b66
JX
5026msgstr ""
5027
9b7388a8 5028#: builtin/add.c:296
fda7b092 5029msgid "update tracked files"
dce37b66
JX
5030msgstr ""
5031
9b7388a8 5032#: builtin/add.c:297
18a90722
JX
5033msgid "renormalize EOL of tracked files (implies -u)"
5034msgstr ""
5035
9b7388a8 5036#: builtin/add.c:298
fda7b092 5037msgid "record only the fact that the path will be added later"
dce37b66
JX
5038msgstr ""
5039
9b7388a8 5040#: builtin/add.c:299
fda7b092 5041msgid "add changes from all tracked and untracked files"
dce37b66
JX
5042msgstr ""
5043
9b7388a8 5044#: builtin/add.c:302
fda7b092 5045msgid "ignore paths removed in the working tree (same as --no-all)"
93329721
JX
5046msgstr ""
5047
9b7388a8 5048#: builtin/add.c:304
fda7b092 5049msgid "don't add, only refresh the index"
dce37b66
JX
5050msgstr ""
5051
9b7388a8 5052#: builtin/add.c:305
fda7b092 5053msgid "just skip files which cannot be added because of errors"
dce37b66
JX
5054msgstr ""
5055
9b7388a8 5056#: builtin/add.c:306
fda7b092 5057msgid "check if - even missing - files are ignored in dry run"
dce37b66
JX
5058msgstr ""
5059
9b7388a8 5060#: builtin/add.c:307 builtin/update-index.c:974
fda7b092 5061msgid "(+/-)x"
dce37b66
JX
5062msgstr ""
5063
9b7388a8 5064#: builtin/add.c:307 builtin/update-index.c:975
fda7b092
JX
5065msgid "override the executable bit of the listed files"
5066msgstr ""
dce37b66 5067
9b7388a8 5068#: builtin/add.c:309
5b34e000
JX
5069msgid "warn when adding an embedded repository"
5070msgstr ""
5071
9b7388a8 5072#: builtin/add.c:324
5b34e000
JX
5073#, c-format
5074msgid ""
5075"You've added another git repository inside your current repository.\n"
5076"Clones of the outer repository will not contain the contents of\n"
5077"the embedded repository and will not know how to obtain it.\n"
5078"If you meant to add a submodule, use:\n"
5079"\n"
5080"\tgit submodule add <url> %s\n"
5081"\n"
5082"If you added this path by mistake, you can remove it from the\n"
5083"index with:\n"
5084"\n"
5085"\tgit rm --cached %s\n"
5086"\n"
5087"See \"git help submodule\" for more information."
5088msgstr ""
5089
9b7388a8 5090#: builtin/add.c:352
5b34e000
JX
5091#, c-format
5092msgid "adding embedded git repository: %s"
5093msgstr ""
5094
9b7388a8 5095#: builtin/add.c:370
fda7b092
JX
5096#, c-format
5097msgid "Use -f if you really want to add them.\n"
dce37b66
JX
5098msgstr ""
5099
9b7388a8 5100#: builtin/add.c:378
fda7b092 5101msgid "adding files failed"
dce37b66
JX
5102msgstr ""
5103
9b7388a8 5104#: builtin/add.c:416
fda7b092 5105msgid "-A and -u are mutually incompatible"
dce37b66
JX
5106msgstr ""
5107
9b7388a8 5108#: builtin/add.c:423
fda7b092 5109msgid "Option --ignore-missing can only be used together with --dry-run"
dce37b66
JX
5110msgstr ""
5111
9b7388a8 5112#: builtin/add.c:427
dce37b66 5113#, c-format
fda7b092 5114msgid "--chmod param '%s' must be either -x or +x"
dce37b66
JX
5115msgstr ""
5116
9b7388a8 5117#: builtin/add.c:442
dce37b66 5118#, c-format
fda7b092 5119msgid "Nothing specified, nothing added.\n"
dce37b66
JX
5120msgstr ""
5121
9b7388a8 5122#: builtin/add.c:443
dce37b66 5123#, c-format
fda7b092 5124msgid "Maybe you wanted to say 'git add .'?\n"
dce37b66
JX
5125msgstr ""
5126
9b7388a8
JX
5127#: builtin/add.c:448 builtin/check-ignore.c:177 builtin/checkout.c:280
5128#: builtin/checkout.c:483 builtin/clean.c:958 builtin/commit.c:325
abc8de64 5129#: builtin/diff-tree.c:114 builtin/mv.c:144 builtin/reset.c:241
9b7388a8 5130#: builtin/rm.c:270 builtin/submodule--helper.c:328
fda7b092 5131msgid "index file corrupt"
dce37b66
JX
5132msgstr ""
5133
25eab542 5134#: builtin/am.c:414
fda7b092 5135msgid "could not parse author script"
dce37b66
JX
5136msgstr ""
5137
25eab542 5138#: builtin/am.c:498
dce37b66 5139#, c-format
fda7b092 5140msgid "'%s' was deleted by the applypatch-msg hook"
dce37b66
JX
5141msgstr ""
5142
25eab542 5143#: builtin/am.c:539
dce37b66 5144#, c-format
fda7b092 5145msgid "Malformed input line: '%s'."
dce37b66
JX
5146msgstr ""
5147
25eab542 5148#: builtin/am.c:576
822e4a65 5149#, c-format
fda7b092 5150msgid "Failed to copy notes from '%s' to '%s'"
dce37b66
JX
5151msgstr ""
5152
25eab542 5153#: builtin/am.c:602
fda7b092
JX
5154msgid "fseek failed"
5155msgstr ""
dce37b66 5156
18a90722 5157#: builtin/am.c:790
822e4a65 5158#, c-format
fda7b092 5159msgid "could not parse patch '%s'"
dce37b66
JX
5160msgstr ""
5161
18a90722 5162#: builtin/am.c:855
fda7b092 5163msgid "Only one StGIT patch series can be applied at once"
dce37b66
JX
5164msgstr ""
5165
18a90722 5166#: builtin/am.c:903
fda7b092 5167msgid "invalid timestamp"
dce37b66
JX
5168msgstr ""
5169
18a90722 5170#: builtin/am.c:908 builtin/am.c:920
fda7b092 5171msgid "invalid Date line"
dce37b66
JX
5172msgstr ""
5173
18a90722 5174#: builtin/am.c:915
fda7b092 5175msgid "invalid timezone offset"
dce37b66
JX
5176msgstr ""
5177
18a90722 5178#: builtin/am.c:1008
fda7b092 5179msgid "Patch format detection failed."
dce37b66
JX
5180msgstr ""
5181
9b7388a8 5182#: builtin/am.c:1013 builtin/clone.c:407
dce37b66 5183#, c-format
fda7b092 5184msgid "failed to create directory '%s'"
dce37b66
JX
5185msgstr ""
5186
abc8de64 5187#: builtin/am.c:1018
fda7b092 5188msgid "Failed to split patches."
c2ea1208
JX
5189msgstr ""
5190
9b7388a8 5191#: builtin/am.c:1148 builtin/commit.c:351
fda7b092 5192msgid "unable to write index file"
dce37b66
JX
5193msgstr ""
5194
abc8de64 5195#: builtin/am.c:1162
822e4a65 5196#, c-format
fda7b092 5197msgid "When you have resolved this problem, run \"%s --continue\"."
dce37b66
JX
5198msgstr ""
5199
abc8de64 5200#: builtin/am.c:1163
dce37b66 5201#, c-format
fda7b092 5202msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
dce37b66
JX
5203msgstr ""
5204
abc8de64 5205#: builtin/am.c:1164
822e4a65 5206#, c-format
fda7b092 5207msgid "To restore the original branch and stop patching, run \"%s --abort\"."
dce37b66
JX
5208msgstr ""
5209
abc8de64 5210#: builtin/am.c:1271
5b34e000 5211msgid "Patch is empty."
dce37b66
JX
5212msgstr ""
5213
abc8de64 5214#: builtin/am.c:1337
dce37b66 5215#, c-format
5b34e000 5216msgid "invalid ident line: %.*s"
dce37b66
JX
5217msgstr ""
5218
abc8de64 5219#: builtin/am.c:1359
dce37b66 5220#, c-format
fda7b092 5221msgid "unable to parse commit %s"
dce37b66
JX
5222msgstr ""
5223
abc8de64 5224#: builtin/am.c:1554
fda7b092 5225msgid "Repository lacks necessary blobs to fall back on 3-way merge."
c2ea1208
JX
5226msgstr ""
5227
abc8de64 5228#: builtin/am.c:1556
fda7b092 5229msgid "Using index info to reconstruct a base tree..."
dce37b66
JX
5230msgstr ""
5231
abc8de64 5232#: builtin/am.c:1575
fda7b092
JX
5233msgid ""
5234"Did you hand edit your patch?\n"
5235"It does not apply to blobs recorded in its index."
0bbe5b48
JX
5236msgstr ""
5237
abc8de64 5238#: builtin/am.c:1581
fda7b092 5239msgid "Falling back to patching base and 3-way merge..."
dce37b66
JX
5240msgstr ""
5241
abc8de64 5242#: builtin/am.c:1606
fda7b092 5243msgid "Failed to merge in the changes."
75f7b4b9
JX
5244msgstr ""
5245
abc8de64 5246#: builtin/am.c:1637
fda7b092 5247msgid "applying to an empty history"
dce37b66
JX
5248msgstr ""
5249
abc8de64 5250#: builtin/am.c:1683 builtin/am.c:1687
dce37b66 5251#, c-format
fda7b092 5252msgid "cannot resume: %s does not exist."
dce37b66
JX
5253msgstr ""
5254
abc8de64 5255#: builtin/am.c:1703
fda7b092 5256msgid "cannot be interactive without stdin connected to a terminal."
dce37b66
JX
5257msgstr ""
5258
abc8de64 5259#: builtin/am.c:1708
fda7b092 5260msgid "Commit Body is:"
dce37b66
JX
5261msgstr ""
5262
fda7b092
JX
5263#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
5264#. in your translation. The program will only accept English
5265#. input at this point.
5266#.
abc8de64 5267#: builtin/am.c:1718
fda7b092 5268msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
dce37b66
JX
5269msgstr ""
5270
abc8de64 5271#: builtin/am.c:1768
822e4a65 5272#, c-format
fda7b092 5273msgid "Dirty index: cannot apply patches (dirty: %s)"
dce37b66
JX
5274msgstr ""
5275
abc8de64 5276#: builtin/am.c:1808 builtin/am.c:1879
822e4a65 5277#, c-format
fda7b092 5278msgid "Applying: %.*s"
dce37b66
JX
5279msgstr ""
5280
abc8de64 5281#: builtin/am.c:1824
fda7b092 5282msgid "No changes -- Patch already applied."
dce37b66
JX
5283msgstr ""
5284
abc8de64 5285#: builtin/am.c:1832
822e4a65 5286#, c-format
fda7b092 5287msgid "Patch failed at %s %.*s"
dce37b66
JX
5288msgstr ""
5289
abc8de64
JX
5290#: builtin/am.c:1838
5291msgid "Use 'git am --show-current-patch' to see the failed patch"
dce37b66
JX
5292msgstr ""
5293
abc8de64 5294#: builtin/am.c:1882
fda7b092
JX
5295msgid ""
5296"No changes - did you forget to use 'git add'?\n"
5297"If there is nothing left to stage, chances are that something else\n"
5298"already introduced the same changes; you might want to skip this patch."
dce37b66
JX
5299msgstr ""
5300
abc8de64 5301#: builtin/am.c:1889
fda7b092
JX
5302msgid ""
5303"You still have unmerged paths in your index.\n"
5b34e000
JX
5304"You should 'git add' each file with resolved conflicts to mark them as "
5305"such.\n"
5306"You might run `git rm` on a file to accept \"deleted by them\" for it."
fda7b092 5307msgstr ""
dce37b66 5308
abc8de64
JX
5309#: builtin/am.c:1996 builtin/am.c:2000 builtin/am.c:2012 builtin/reset.c:324
5310#: builtin/reset.c:332
dce37b66 5311#, c-format
fda7b092 5312msgid "Could not parse object '%s'."
dce37b66
JX
5313msgstr ""
5314
abc8de64 5315#: builtin/am.c:2048
fda7b092 5316msgid "failed to clean index"
f517e50d
JX
5317msgstr ""
5318
abc8de64 5319#: builtin/am.c:2083
fda7b092
JX
5320msgid ""
5321"You seem to have moved HEAD since the last 'am' failure.\n"
5322"Not rewinding to ORIG_HEAD"
dce37b66
JX
5323msgstr ""
5324
abc8de64 5325#: builtin/am.c:2174
dce37b66 5326#, c-format
fda7b092 5327msgid "Invalid value for --patch-format: %s"
dce37b66
JX
5328msgstr ""
5329
abc8de64 5330#: builtin/am.c:2210
fda7b092 5331msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
f517e50d
JX
5332msgstr ""
5333
abc8de64 5334#: builtin/am.c:2211
fda7b092 5335msgid "git am [<options>] (--continue | --skip | --abort)"
dce37b66
JX
5336msgstr ""
5337
abc8de64 5338#: builtin/am.c:2217
fda7b092 5339msgid "run interactively"
dce37b66
JX
5340msgstr ""
5341
abc8de64 5342#: builtin/am.c:2219
fda7b092 5343msgid "historical option -- no-op"
9fa976ff
JX
5344msgstr ""
5345
abc8de64 5346#: builtin/am.c:2221
fda7b092 5347msgid "allow fall back on 3way merging if needed"
9fa976ff
JX
5348msgstr ""
5349
abc8de64 5350#: builtin/am.c:2222 builtin/init-db.c:484 builtin/prune-packed.c:57
9b7388a8 5351#: builtin/repack.c:192
fda7b092 5352msgid "be quiet"
9fa976ff
JX
5353msgstr ""
5354
abc8de64 5355#: builtin/am.c:2224
fda7b092 5356msgid "add a Signed-off-by line to the commit message"
9fa976ff
JX
5357msgstr ""
5358
abc8de64 5359#: builtin/am.c:2227
fda7b092
JX
5360msgid "recode into utf8 (default)"
5361msgstr ""
9fa976ff 5362
abc8de64 5363#: builtin/am.c:2229
fda7b092
JX
5364msgid "pass -k flag to git-mailinfo"
5365msgstr ""
9fa976ff 5366
abc8de64 5367#: builtin/am.c:2231
fda7b092 5368msgid "pass -b flag to git-mailinfo"
6f6731e7
JX
5369msgstr ""
5370
abc8de64 5371#: builtin/am.c:2233
fda7b092 5372msgid "pass -m flag to git-mailinfo"
6f6731e7
JX
5373msgstr ""
5374
abc8de64 5375#: builtin/am.c:2235
fda7b092 5376msgid "pass --keep-cr flag to git-mailsplit for mbox format"
6f6731e7
JX
5377msgstr ""
5378
abc8de64 5379#: builtin/am.c:2238
fda7b092 5380msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
6f6731e7
JX
5381msgstr ""
5382
abc8de64 5383#: builtin/am.c:2241
fda7b092 5384msgid "strip everything before a scissors line"
6f6731e7
JX
5385msgstr ""
5386
abc8de64
JX
5387#: builtin/am.c:2243 builtin/am.c:2246 builtin/am.c:2249 builtin/am.c:2252
5388#: builtin/am.c:2255 builtin/am.c:2258 builtin/am.c:2261 builtin/am.c:2264
5389#: builtin/am.c:2270
fda7b092 5390msgid "pass it through git-apply"
6f6731e7
JX
5391msgstr ""
5392
9b7388a8 5393#: builtin/am.c:2260 builtin/commit.c:1332 builtin/fmt-merge-msg.c:665
55892712 5394#: builtin/fmt-merge-msg.c:668 builtin/grep.c:853 builtin/merge.c:208
9b7388a8
JX
5395#: builtin/pull.c:150 builtin/pull.c:208 builtin/repack.c:201
5396#: builtin/repack.c:205 builtin/repack.c:207 builtin/show-branch.c:631
5397#: builtin/show-ref.c:169 builtin/tag.c:383 parse-options.h:144
5398#: parse-options.h:146 parse-options.h:258
fda7b092 5399msgid "n"
6f6731e7
JX
5400msgstr ""
5401
9b7388a8
JX
5402#: builtin/am.c:2266 builtin/branch.c:632 builtin/for-each-ref.c:38
5403#: builtin/replace.c:543 builtin/tag.c:419 builtin/verify-tag.c:39
fda7b092 5404msgid "format"
6f6731e7
JX
5405msgstr ""
5406
abc8de64 5407#: builtin/am.c:2267
fda7b092 5408msgid "format the patch(es) are in"
6f6731e7
JX
5409msgstr ""
5410
abc8de64 5411#: builtin/am.c:2273
fda7b092 5412msgid "override error message when patch failure occurs"
6f6731e7
JX
5413msgstr ""
5414
abc8de64 5415#: builtin/am.c:2275
fda7b092 5416msgid "continue applying patches after resolving a conflict"
c2ea1208
JX
5417msgstr ""
5418
abc8de64 5419#: builtin/am.c:2278
fda7b092 5420msgid "synonyms for --continue"
6f6731e7
JX
5421msgstr ""
5422
abc8de64 5423#: builtin/am.c:2281
fda7b092 5424msgid "skip the current patch"
0bbe5b48
JX
5425msgstr ""
5426
abc8de64 5427#: builtin/am.c:2284
fda7b092 5428msgid "restore the original branch and abort the patching operation."
6f6731e7
JX
5429msgstr ""
5430
abc8de64
JX
5431#: builtin/am.c:2287
5432msgid "abort the patching operation but keep HEAD where it is."
5433msgstr ""
5434
5435#: builtin/am.c:2290
5436msgid "show the patch being applied."
5437msgstr ""
5438
5439#: builtin/am.c:2294
fda7b092 5440msgid "lie about committer date"
6f6731e7
JX
5441msgstr ""
5442
abc8de64 5443#: builtin/am.c:2296
fda7b092 5444msgid "use current timestamp for author date"
6f6731e7
JX
5445msgstr ""
5446
55892712 5447#: builtin/am.c:2298 builtin/commit.c:1468 builtin/merge.c:239
9b7388a8 5448#: builtin/pull.c:183 builtin/revert.c:112 builtin/tag.c:399
fda7b092 5449msgid "key-id"
6f6731e7
JX
5450msgstr ""
5451
abc8de64 5452#: builtin/am.c:2299
fda7b092 5453msgid "GPG-sign commits"
6f6731e7
JX
5454msgstr ""
5455
abc8de64 5456#: builtin/am.c:2302
fda7b092 5457msgid "(internal use for git-rebase)"
6f6731e7
JX
5458msgstr ""
5459
abc8de64 5460#: builtin/am.c:2320
fda7b092
JX
5461msgid ""
5462"The -b/--binary option has been a no-op for long time, and\n"
5463"it will be removed. Please do not use it anymore."
6f6731e7
JX
5464msgstr ""
5465
abc8de64 5466#: builtin/am.c:2327
fda7b092 5467msgid "failed to read the index"
6f6731e7
JX
5468msgstr ""
5469
abc8de64 5470#: builtin/am.c:2342
fda7b092
JX
5471#, c-format
5472msgid "previous rebase directory %s still exists but mbox given."
6f6731e7
JX
5473msgstr ""
5474
abc8de64 5475#: builtin/am.c:2366
fda7b092
JX
5476#, c-format
5477msgid ""
5478"Stray %s directory found.\n"
5479"Use \"git am --abort\" to remove it."
6f6731e7
JX
5480msgstr ""
5481
abc8de64 5482#: builtin/am.c:2372
fda7b092 5483msgid "Resolve operation not in progress, we are not resuming."
6f6731e7
JX
5484msgstr ""
5485
fda7b092
JX
5486#: builtin/apply.c:8
5487msgid "git apply [<options>] [<patch>...]"
6f6731e7
JX
5488msgstr ""
5489
822e4a65
JX
5490#: builtin/archive.c:17
5491#, c-format
5492msgid "could not create archive file '%s'"
dce37b66
JX
5493msgstr ""
5494
822e4a65
JX
5495#: builtin/archive.c:20
5496msgid "could not redirect output"
dce37b66
JX
5497msgstr ""
5498
822e4a65
JX
5499#: builtin/archive.c:37
5500msgid "git archive: Remote with no URL"
dce37b66
JX
5501msgstr ""
5502
822e4a65 5503#: builtin/archive.c:58
abc8de64 5504msgid "git archive: expected ACK/NAK, got a flush packet"
dce37b66
JX
5505msgstr ""
5506
c138af56 5507#: builtin/archive.c:61
822e4a65
JX
5508#, c-format
5509msgid "git archive: NACK %s"
dce37b66
JX
5510msgstr ""
5511
c138af56 5512#: builtin/archive.c:64
822e4a65 5513msgid "git archive: protocol error"
dce37b66
JX
5514msgstr ""
5515
c138af56 5516#: builtin/archive.c:68
822e4a65 5517msgid "git archive: expected a flush"
dce37b66
JX
5518msgstr ""
5519
18a90722 5520#: builtin/bisect--helper.c:12
cc76011e
JX
5521msgid "git bisect--helper --next-all [--no-checkout]"
5522msgstr ""
5523
18a90722
JX
5524#: builtin/bisect--helper.c:13
5525msgid "git bisect--helper --write-terms <bad_term> <good_term>"
5526msgstr ""
5527
5528#: builtin/bisect--helper.c:14
5529msgid "git bisect--helper --bisect-clean-state"
5530msgstr ""
5531
5532#: builtin/bisect--helper.c:46
5533#, c-format
5534msgid "'%s' is not a valid term"
5535msgstr ""
5536
5537#: builtin/bisect--helper.c:50
5538#, c-format
5539msgid "can't use the builtin command '%s' as a term"
5540msgstr ""
5541
5542#: builtin/bisect--helper.c:60
5543#, c-format
5544msgid "can't change the meaning of the term '%s'"
5545msgstr ""
5546
5547#: builtin/bisect--helper.c:71
5548msgid "please use two different terms"
5549msgstr ""
5550
5551#: builtin/bisect--helper.c:78
5552msgid "could not open the file BISECT_TERMS"
5553msgstr ""
5554
5555#: builtin/bisect--helper.c:120
cc76011e
JX
5556msgid "perform 'git bisect next'"
5557msgstr ""
5558
18a90722
JX
5559#: builtin/bisect--helper.c:122
5560msgid "write the terms to .git/BISECT_TERMS"
5561msgstr ""
5562
5563#: builtin/bisect--helper.c:124
5564msgid "cleanup the bisection state"
5565msgstr ""
5566
5567#: builtin/bisect--helper.c:126
5568msgid "check for expected revs"
5569msgstr ""
5570
5571#: builtin/bisect--helper.c:128
cc76011e
JX
5572msgid "update BISECT_HEAD instead of checking out the current commit"
5573msgstr ""
5574
18a90722
JX
5575#: builtin/bisect--helper.c:143
5576msgid "--write-terms requires two arguments"
5577msgstr ""
5578
5579#: builtin/bisect--helper.c:147
5580msgid "--bisect-clean-state requires no arguments"
5581msgstr ""
5582
9b7388a8 5583#: builtin/blame.c:29
64f23b0c 5584msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
cc76011e
JX
5585msgstr ""
5586
9b7388a8 5587#: builtin/blame.c:34
c2ea1208 5588msgid "<rev-opts> are documented in git-rev-list(1)"
cc76011e
JX
5589msgstr ""
5590
9b7388a8
JX
5591#: builtin/blame.c:404
5592#, c-format
5593msgid "expecting a color: %s"
5594msgstr ""
5595
5596#: builtin/blame.c:411
5597msgid "must end with a color"
5598msgstr ""
5599
5600#: builtin/blame.c:697
5601#, c-format
5602msgid "invalid color '%s' in color.blame.repeatedLines"
5603msgstr ""
5604
5605#: builtin/blame.c:715
5606msgid "invalid value for blame.coloring"
5607msgstr ""
5608
5609#: builtin/blame.c:786
cc76011e
JX
5610msgid "Show blame entries as we find them, incrementally"
5611msgstr ""
5612
9b7388a8 5613#: builtin/blame.c:787
cc76011e
JX
5614msgid "Show blank SHA-1 for boundary commits (Default: off)"
5615msgstr ""
5616
9b7388a8 5617#: builtin/blame.c:788
cc76011e
JX
5618msgid "Do not treat root commits as boundaries (Default: off)"
5619msgstr ""
5620
9b7388a8 5621#: builtin/blame.c:789
cc76011e
JX
5622msgid "Show work cost statistics"
5623msgstr ""
5624
9b7388a8 5625#: builtin/blame.c:790
9eb3984b
JX
5626msgid "Force progress reporting"
5627msgstr ""
5628
9b7388a8 5629#: builtin/blame.c:791
cc76011e
JX
5630msgid "Show output score for blame entries"
5631msgstr ""
5632
9b7388a8 5633#: builtin/blame.c:792
cc76011e
JX
5634msgid "Show original filename (Default: auto)"
5635msgstr ""
5636
9b7388a8 5637#: builtin/blame.c:793
cc76011e
JX
5638msgid "Show original linenumber (Default: off)"
5639msgstr ""
5640
9b7388a8 5641#: builtin/blame.c:794
cc76011e
JX
5642msgid "Show in a format designed for machine consumption"
5643msgstr ""
5644
9b7388a8 5645#: builtin/blame.c:795
cc76011e
JX
5646msgid "Show porcelain format with per-line commit information"
5647msgstr ""
5648
9b7388a8 5649#: builtin/blame.c:796
cc76011e
JX
5650msgid "Use the same output mode as git-annotate (Default: off)"
5651msgstr ""
5652
9b7388a8 5653#: builtin/blame.c:797
cc76011e
JX
5654msgid "Show raw timestamp (Default: off)"
5655msgstr ""
5656
9b7388a8 5657#: builtin/blame.c:798
cc76011e
JX
5658msgid "Show long commit SHA1 (Default: off)"
5659msgstr ""
5660
9b7388a8 5661#: builtin/blame.c:799
cc76011e
JX
5662msgid "Suppress author name and timestamp (Default: off)"
5663msgstr ""
5664
9b7388a8 5665#: builtin/blame.c:800
cc76011e
JX
5666msgid "Show author email instead of name (Default: off)"
5667msgstr ""
5668
9b7388a8 5669#: builtin/blame.c:801
cc76011e
JX
5670msgid "Ignore whitespace differences"
5671msgstr ""
5672
9b7388a8
JX
5673#: builtin/blame.c:802
5674msgid "color redundant metadata from previous line differently"
5675msgstr ""
5676
5677#: builtin/blame.c:803
5678msgid "color lines by age"
5679msgstr ""
5680
5681#: builtin/blame.c:810
673bfad0 5682msgid "Use an experimental heuristic to improve diffs"
fda7b092
JX
5683msgstr ""
5684
9b7388a8 5685#: builtin/blame.c:812
cc76011e
JX
5686msgid "Spend extra cycles to find better match"
5687msgstr ""
5688
9b7388a8 5689#: builtin/blame.c:813
cc76011e
JX
5690msgid "Use revisions from <file> instead of calling git-rev-list"
5691msgstr ""
5692
9b7388a8 5693#: builtin/blame.c:814
cc76011e
JX
5694msgid "Use <file>'s contents as the final image"
5695msgstr ""
5696
9b7388a8 5697#: builtin/blame.c:815 builtin/blame.c:816
cc76011e
JX
5698msgid "score"
5699msgstr ""
5700
9b7388a8 5701#: builtin/blame.c:815
cc76011e
JX
5702msgid "Find line copies within and across files"
5703msgstr ""
5704
9b7388a8 5705#: builtin/blame.c:816
cc76011e
JX
5706msgid "Find line movements within and across files"
5707msgstr ""
5708
9b7388a8 5709#: builtin/blame.c:817
cc76011e
JX
5710msgid "n,m"
5711msgstr ""
5712
9b7388a8 5713#: builtin/blame.c:817
cc76011e
JX
5714msgid "Process only line range n,m, counting from 1"
5715msgstr ""
5716
9b7388a8 5717#: builtin/blame.c:866
fda7b092
JX
5718msgid "--progress can't be used with --incremental or porcelain formats"
5719msgstr ""
5720
5b34e000
JX
5721#. TRANSLATORS: This string is used to tell us the
5722#. maximum display width for a relative timestamp in
5723#. "git blame" output. For C locale, "4 years, 11
5724#. months ago", which takes 22 places, is the longest
5725#. among various forms of relative timestamps, but
5726#. your language may need more or fewer display
5727#. columns.
5728#.
9b7388a8 5729#: builtin/blame.c:917
fe05e196
JX
5730msgid "4 years, 11 months ago"
5731msgstr ""
5732
9b7388a8 5733#: builtin/blame.c:1003
5b34e000
JX
5734#, c-format
5735msgid "file %s has only %lu line"
5736msgid_plural "file %s has only %lu lines"
5737msgstr[0] ""
5738msgstr[1] ""
fda7b092 5739
9b7388a8 5740#: builtin/blame.c:1049
5b34e000 5741msgid "Blaming lines"
fda7b092
JX
5742msgstr ""
5743
5b34e000
JX
5744#: builtin/branch.c:27
5745msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
fda7b092
JX
5746msgstr ""
5747
5b34e000
JX
5748#: builtin/branch.c:28
5749msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
fda7b092
JX
5750msgstr ""
5751
5b34e000 5752#: builtin/branch.c:29
c2ea1208 5753msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
cc76011e
JX
5754msgstr ""
5755
5b34e000 5756#: builtin/branch.c:30
c2ea1208 5757msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
cc76011e
JX
5758msgstr ""
5759
5b34e000 5760#: builtin/branch.c:31
25eab542 5761msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"
f4f2c8f8
JX
5762msgstr ""
5763
5b34e000 5764#: builtin/branch.c:32
25eab542
JX
5765msgid "git branch [<options>] [-r | -a] [--points-at]"
5766msgstr ""
5767
5768#: builtin/branch.c:33
dfc182b1
JX
5769msgid "git branch [<options>] [-r | -a] [--format]"
5770msgstr ""
5771
25eab542 5772#: builtin/branch.c:146
822e4a65
JX
5773#, c-format
5774msgid ""
5775"deleting branch '%s' that has been merged to\n"
5776" '%s', but not yet merged to HEAD."
dce37b66
JX
5777msgstr ""
5778
25eab542 5779#: builtin/branch.c:150
dce37b66
JX
5780#, c-format
5781msgid ""
822e4a65
JX
5782"not deleting branch '%s' that is not yet merged to\n"
5783" '%s', even though it is merged to HEAD."
dce37b66
JX
5784msgstr ""
5785
25eab542 5786#: builtin/branch.c:164
fe52cd62
JX
5787#, c-format
5788msgid "Couldn't look up commit object for '%s'"
5789msgstr ""
5790
25eab542 5791#: builtin/branch.c:168
fe52cd62
JX
5792#, c-format
5793msgid ""
5794"The branch '%s' is not fully merged.\n"
5795"If you are sure you want to delete it, run 'git branch -D %s'."
5796msgstr ""
5797
25eab542 5798#: builtin/branch.c:181
fe52cd62
JX
5799msgid "Update of config-file failed"
5800msgstr ""
5801
25eab542 5802#: builtin/branch.c:212
822e4a65 5803msgid "cannot use -a with -d"
dce37b66
JX
5804msgstr ""
5805
25eab542 5806#: builtin/branch.c:218
822e4a65 5807msgid "Couldn't look up commit object for HEAD"
dce37b66
JX
5808msgstr ""
5809
25eab542 5810#: builtin/branch.c:232
822e4a65 5811#, c-format
f517e50d 5812msgid "Cannot delete branch '%s' checked out at '%s'"
dce37b66
JX
5813msgstr ""
5814
25eab542 5815#: builtin/branch.c:247
822e4a65 5816#, c-format
64f23b0c 5817msgid "remote-tracking branch '%s' not found."
dce37b66
JX
5818msgstr ""
5819
25eab542 5820#: builtin/branch.c:248
822e4a65
JX
5821#, c-format
5822msgid "branch '%s' not found."
dce37b66
JX
5823msgstr ""
5824
25eab542 5825#: builtin/branch.c:263
822e4a65 5826#, c-format
64f23b0c 5827msgid "Error deleting remote-tracking branch '%s'"
dce37b66
JX
5828msgstr ""
5829
25eab542 5830#: builtin/branch.c:264
dce37b66 5831#, c-format
822e4a65 5832msgid "Error deleting branch '%s'"
dce37b66
JX
5833msgstr ""
5834
25eab542 5835#: builtin/branch.c:271
dce37b66 5836#, c-format
64f23b0c 5837msgid "Deleted remote-tracking branch %s (was %s).\n"
dce37b66
JX
5838msgstr ""
5839
25eab542 5840#: builtin/branch.c:272
dce37b66 5841#, c-format
822e4a65 5842msgid "Deleted branch %s (was %s).\n"
dce37b66
JX
5843msgstr ""
5844
9b7388a8 5845#: builtin/branch.c:416 builtin/tag.c:58
25eab542
JX
5846msgid "unable to parse format string"
5847msgstr ""
5848
9b7388a8 5849#: builtin/branch.c:453
f517e50d
JX
5850#, c-format
5851msgid "Branch %s is being rebased at %s"
5852msgstr ""
5853
9b7388a8 5854#: builtin/branch.c:457
f517e50d
JX
5855#, c-format
5856msgid "Branch %s is being bisected at %s"
5857msgstr ""
5858
9b7388a8 5859#: builtin/branch.c:474
25eab542
JX
5860msgid "cannot copy the current branch while not on any."
5861msgstr ""
5862
9b7388a8 5863#: builtin/branch.c:476
822e4a65 5864msgid "cannot rename the current branch while not on any."
dce37b66
JX
5865msgstr ""
5866
9b7388a8 5867#: builtin/branch.c:487
dce37b66 5868#, c-format
822e4a65 5869msgid "Invalid branch name: '%s'"
dce37b66
JX
5870msgstr ""
5871
9b7388a8 5872#: builtin/branch.c:514
822e4a65
JX
5873msgid "Branch rename failed"
5874msgstr ""
5875
9b7388a8 5876#: builtin/branch.c:516
25eab542
JX
5877msgid "Branch copy failed"
5878msgstr ""
5879
9b7388a8 5880#: builtin/branch.c:520
25eab542 5881#, c-format
18a90722 5882msgid "Created a copy of a misnamed branch '%s'"
25eab542
JX
5883msgstr ""
5884
9b7388a8 5885#: builtin/branch.c:523
dce37b66 5886#, c-format
822e4a65 5887msgid "Renamed a misnamed branch '%s' away"
dce37b66
JX
5888msgstr ""
5889
9b7388a8 5890#: builtin/branch.c:529
dce37b66 5891#, c-format
822e4a65 5892msgid "Branch renamed to %s, but HEAD is not updated!"
dce37b66
JX
5893msgstr ""
5894
9b7388a8 5895#: builtin/branch.c:538
822e4a65
JX
5896msgid "Branch is renamed, but update of config-file failed"
5897msgstr ""
5898
9b7388a8 5899#: builtin/branch.c:540
25eab542
JX
5900msgid "Branch is copied, but update of config-file failed"
5901msgstr ""
5902
9b7388a8 5903#: builtin/branch.c:556
9fa976ff
JX
5904#, c-format
5905msgid ""
5906"Please edit the description for the branch\n"
5907" %s\n"
5908"Lines starting with '%c' will be stripped.\n"
dce37b66
JX
5909msgstr ""
5910
9b7388a8 5911#: builtin/branch.c:589
cc76011e 5912msgid "Generic options"
dce37b66
JX
5913msgstr ""
5914
9b7388a8 5915#: builtin/branch.c:591
cc76011e 5916msgid "show hash and subject, give twice for upstream branch"
dce37b66
JX
5917msgstr ""
5918
9b7388a8 5919#: builtin/branch.c:592
cc76011e 5920msgid "suppress informational messages"
dce37b66
JX
5921msgstr ""
5922
9b7388a8 5923#: builtin/branch.c:593
cc76011e 5924msgid "set up tracking mode (see git-pull(1))"
dce37b66
JX
5925msgstr ""
5926
9b7388a8 5927#: builtin/branch.c:595
25eab542 5928msgid "do not use"
dce37b66
JX
5929msgstr ""
5930
9b7388a8 5931#: builtin/branch.c:597
f517e50d
JX
5932msgid "upstream"
5933msgstr ""
5934
9b7388a8 5935#: builtin/branch.c:597
f517e50d
JX
5936msgid "change the upstream info"
5937msgstr ""
5938
9b7388a8 5939#: builtin/branch.c:598
fda7b092
JX
5940msgid "Unset the upstream info"
5941msgstr ""
5942
9b7388a8 5943#: builtin/branch.c:599
cc76011e 5944msgid "use colored output"
dce37b66
JX
5945msgstr ""
5946
9b7388a8 5947#: builtin/branch.c:600
cc76011e 5948msgid "act on remote-tracking branches"
dce37b66
JX
5949msgstr ""
5950
9b7388a8 5951#: builtin/branch.c:602 builtin/branch.c:604
cc76011e 5952msgid "print only branches that contain the commit"
dce37b66
JX
5953msgstr ""
5954
9b7388a8 5955#: builtin/branch.c:603 builtin/branch.c:605
dfc182b1
JX
5956msgid "print only branches that don't contain the commit"
5957msgstr ""
5958
9b7388a8 5959#: builtin/branch.c:608
cc76011e 5960msgid "Specific git-branch actions:"
dce37b66
JX
5961msgstr ""
5962
9b7388a8 5963#: builtin/branch.c:609
cc76011e 5964msgid "list both remote-tracking and local branches"
dce37b66
JX
5965msgstr ""
5966
9b7388a8 5967#: builtin/branch.c:611
cc76011e 5968msgid "delete fully merged branch"
dce37b66
JX
5969msgstr ""
5970
9b7388a8 5971#: builtin/branch.c:612
cc76011e 5972msgid "delete branch (even if not merged)"
dce37b66
JX
5973msgstr ""
5974
9b7388a8 5975#: builtin/branch.c:613
cc76011e 5976msgid "move/rename a branch and its reflog"
822e4a65
JX
5977msgstr ""
5978
9b7388a8 5979#: builtin/branch.c:614
cc76011e 5980msgid "move/rename a branch, even if target exists"
dce37b66
JX
5981msgstr ""
5982
9b7388a8 5983#: builtin/branch.c:615
25eab542
JX
5984msgid "copy a branch and its reflog"
5985msgstr ""
5986
9b7388a8 5987#: builtin/branch.c:616
25eab542
JX
5988msgid "copy a branch, even if target exists"
5989msgstr ""
5990
9b7388a8 5991#: builtin/branch.c:617
cc76011e 5992msgid "list branch names"
dce37b66
JX
5993msgstr ""
5994
9b7388a8 5995#: builtin/branch.c:618
cc76011e 5996msgid "create the branch's reflog"
dce37b66
JX
5997msgstr ""
5998
9b7388a8 5999#: builtin/branch.c:620
cc76011e 6000msgid "edit the description for the branch"
dce37b66
JX
6001msgstr ""
6002
9b7388a8 6003#: builtin/branch.c:621
beb691f7 6004msgid "force creation, move/rename, deletion"
dce37b66
JX
6005msgstr ""
6006
9b7388a8 6007#: builtin/branch.c:622
f4f2c8f8 6008msgid "print only branches that are merged"
dce37b66
JX
6009msgstr ""
6010
9b7388a8 6011#: builtin/branch.c:623
f4f2c8f8 6012msgid "print only branches that are not merged"
dce37b66
JX
6013msgstr ""
6014
9b7388a8 6015#: builtin/branch.c:624
cc76011e
JX
6016msgid "list branches in columns"
6017msgstr ""
6018
9b7388a8
JX
6019#: builtin/branch.c:625 builtin/for-each-ref.c:40 builtin/ls-remote.c:70
6020#: builtin/tag.c:412
f4f2c8f8
JX
6021msgid "key"
6022msgstr ""
6023
9b7388a8
JX
6024#: builtin/branch.c:626 builtin/for-each-ref.c:41 builtin/ls-remote.c:71
6025#: builtin/tag.c:413
f4f2c8f8
JX
6026msgid "field name to sort on"
6027msgstr ""
6028
9b7388a8 6029#: builtin/branch.c:628 builtin/for-each-ref.c:43 builtin/notes.c:408
25eab542 6030#: builtin/notes.c:411 builtin/notes.c:571 builtin/notes.c:574
9b7388a8 6031#: builtin/tag.c:415
f4f2c8f8
JX
6032msgid "object"
6033msgstr ""
6034
9b7388a8 6035#: builtin/branch.c:629
f4f2c8f8
JX
6036msgid "print only branches of the object"
6037msgstr ""
6038
9b7388a8 6039#: builtin/branch.c:631 builtin/for-each-ref.c:49 builtin/tag.c:422
673bfad0
JX
6040msgid "sorting and filtering are case insensitive"
6041msgstr ""
6042
9b7388a8 6043#: builtin/branch.c:632 builtin/for-each-ref.c:38 builtin/tag.c:420
5b34e000 6044#: builtin/verify-tag.c:39
dfc182b1
JX
6045msgid "format to use for the output"
6046msgstr ""
6047
9b7388a8 6048#: builtin/branch.c:655 builtin/clone.c:737
cc76011e
JX
6049msgid "HEAD not found below refs/heads!"
6050msgstr ""
6051
9b7388a8 6052#: builtin/branch.c:678
cc76011e 6053msgid "--column and --verbose are incompatible"
dce37b66
JX
6054msgstr ""
6055
9b7388a8 6056#: builtin/branch.c:693 builtin/branch.c:745 builtin/branch.c:754
9caaf23e
JX
6057msgid "branch name required"
6058msgstr ""
6059
9b7388a8 6060#: builtin/branch.c:721
9caaf23e
JX
6061msgid "Cannot give description to detached HEAD"
6062msgstr ""
6063
9b7388a8 6064#: builtin/branch.c:726
9caaf23e
JX
6065msgid "cannot edit description of more than one branch"
6066msgstr ""
6067
9b7388a8 6068#: builtin/branch.c:733
9caaf23e
JX
6069#, c-format
6070msgid "No commit on branch '%s' yet."
6071msgstr ""
6072
9b7388a8 6073#: builtin/branch.c:736
9caaf23e
JX
6074#, c-format
6075msgid "No branch named '%s'."
6076msgstr ""
6077
9b7388a8 6078#: builtin/branch.c:751
25eab542 6079msgid "too many branches for a copy operation"
9caaf23e
JX
6080msgstr ""
6081
9b7388a8 6082#: builtin/branch.c:760
25eab542 6083msgid "too many arguments for a rename operation"
c138af56
JX
6084msgstr ""
6085
9b7388a8 6086#: builtin/branch.c:765
25eab542
JX
6087msgid "too many arguments to set new upstream"
6088msgstr ""
6089
9b7388a8 6090#: builtin/branch.c:769
c138af56
JX
6091#, c-format
6092msgid ""
6093"could not set upstream of HEAD to %s when it does not point to any branch."
6094msgstr ""
6095
9b7388a8 6096#: builtin/branch.c:772 builtin/branch.c:794 builtin/branch.c:810
c138af56
JX
6097#, c-format
6098msgid "no such branch '%s'"
6099msgstr ""
6100
9b7388a8 6101#: builtin/branch.c:776
822e4a65 6102#, c-format
cc76011e 6103msgid "branch '%s' does not exist"
dce37b66
JX
6104msgstr ""
6105
9b7388a8 6106#: builtin/branch.c:788
25eab542 6107msgid "too many arguments to unset upstream"
c138af56
JX
6108msgstr ""
6109
9b7388a8 6110#: builtin/branch.c:792
c138af56
JX
6111msgid "could not unset upstream of HEAD when it does not point to any branch."
6112msgstr ""
6113
9b7388a8 6114#: builtin/branch.c:798
822e4a65 6115#, c-format
cc76011e
JX
6116msgid "Branch '%s' has no upstream information"
6117msgstr ""
6118
9b7388a8 6119#: builtin/branch.c:813
cc76011e 6120msgid "-a and -r options to 'git branch' do not make sense with a branch name"
dce37b66
JX
6121msgstr ""
6122
9b7388a8 6123#: builtin/branch.c:816
cc76011e 6124msgid ""
25eab542
JX
6125"the '--set-upstream' option is no longer supported. Please use '--track' or "
6126"'--set-upstream-to' instead."
cc76011e 6127msgstr ""
822e4a65 6128
dfc182b1 6129#: builtin/bundle.c:45
cc76011e
JX
6130#, c-format
6131msgid "%s is okay\n"
dce37b66
JX
6132msgstr ""
6133
dfc182b1 6134#: builtin/bundle.c:58
cc76011e 6135msgid "Need a repository to create a bundle."
dce37b66
JX
6136msgstr ""
6137
dfc182b1 6138#: builtin/bundle.c:62
cc76011e 6139msgid "Need a repository to unbundle."
dce37b66
JX
6140msgstr ""
6141
9b7388a8 6142#: builtin/cat-file.c:525
64f23b0c 6143msgid ""
fda7b092
JX
6144"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
6145"p | <type> | --textconv | --filters) [--path=<path>] <object>"
dce37b66
JX
6146msgstr ""
6147
9b7388a8 6148#: builtin/cat-file.c:526
fda7b092
JX
6149msgid ""
6150"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
6151"filters]"
dce37b66
JX
6152msgstr ""
6153
9b7388a8 6154#: builtin/cat-file.c:563
cc76011e 6155msgid "<type> can be one of: blob, tree, commit, tag"
dce37b66
JX
6156msgstr ""
6157
9b7388a8 6158#: builtin/cat-file.c:564
cc76011e 6159msgid "show object type"
dce37b66
JX
6160msgstr ""
6161
9b7388a8 6162#: builtin/cat-file.c:565
cc76011e 6163msgid "show object size"
dce37b66
JX
6164msgstr ""
6165
9b7388a8 6166#: builtin/cat-file.c:567
cc76011e 6167msgid "exit with zero when there's no error"
dce37b66
JX
6168msgstr ""
6169
9b7388a8 6170#: builtin/cat-file.c:568
cc76011e 6171msgid "pretty-print object's content"
dce37b66
JX
6172msgstr ""
6173
9b7388a8 6174#: builtin/cat-file.c:570
cc76011e 6175msgid "for blob objects, run textconv on object's content"
dce37b66
JX
6176msgstr ""
6177
9b7388a8 6178#: builtin/cat-file.c:572
fda7b092
JX
6179msgid "for blob objects, run filters on object's content"
6180msgstr ""
6181
9b7388a8 6182#: builtin/cat-file.c:573 git-submodule.sh:894
fda7b092
JX
6183msgid "blob"
6184msgstr ""
6185
9b7388a8 6186#: builtin/cat-file.c:574
fda7b092
JX
6187msgid "use a specific path for --textconv/--filters"
6188msgstr ""
6189
9b7388a8 6190#: builtin/cat-file.c:576
64f23b0c
JX
6191msgid "allow -s and -t to work with broken/corrupt objects"
6192msgstr ""
6193
9b7388a8 6194#: builtin/cat-file.c:577
df0617bf
JX
6195msgid "buffer --batch output"
6196msgstr ""
6197
9b7388a8 6198#: builtin/cat-file.c:579
cc76011e 6199msgid "show info and content of objects fed from the standard input"
dce37b66
JX
6200msgstr ""
6201
9b7388a8 6202#: builtin/cat-file.c:582
cc76011e 6203msgid "show info about objects fed from the standard input"
822e4a65
JX
6204msgstr ""
6205
9b7388a8 6206#: builtin/cat-file.c:585
64f23b0c
JX
6207msgid "follow in-tree symlinks (used with --batch or --batch-check)"
6208msgstr ""
6209
9b7388a8 6210#: builtin/cat-file.c:587
df0617bf
JX
6211msgid "show all objects with --batch or --batch-check"
6212msgstr ""
6213
5b34e000 6214#: builtin/check-attr.c:12
c2ea1208 6215msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
dce37b66
JX
6216msgstr ""
6217
5b34e000 6218#: builtin/check-attr.c:13
f4f2c8f8 6219msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
dce37b66
JX
6220msgstr ""
6221
5b34e000 6222#: builtin/check-attr.c:20
cc76011e 6223msgid "report all attributes set on file"
dce37b66
JX
6224msgstr ""
6225
5b34e000 6226#: builtin/check-attr.c:21
cc76011e 6227msgid "use .gitattributes only from the index"
dce37b66
JX
6228msgstr ""
6229
abc8de64 6230#: builtin/check-attr.c:22 builtin/check-ignore.c:24 builtin/hash-object.c:100
cc76011e 6231msgid "read file names from stdin"
dce37b66
JX
6232msgstr ""
6233
5b34e000 6234#: builtin/check-attr.c:24 builtin/check-ignore.c:26
727b9576 6235msgid "terminate input and output records by a NUL character"
dce37b66
JX
6236msgstr ""
6237
9b7388a8 6238#: builtin/check-ignore.c:20 builtin/checkout.c:1113 builtin/gc.c:500
9caaf23e
JX
6239msgid "suppress progress reporting"
6240msgstr ""
6241
5b34e000 6242#: builtin/check-ignore.c:28
28b3cffc
JX
6243msgid "show non-matching input paths"
6244msgstr ""
6245
5b34e000 6246#: builtin/check-ignore.c:30
727b9576
JX
6247msgid "ignore index when checking"
6248msgstr ""
6249
abc8de64 6250#: builtin/check-ignore.c:159
9caaf23e
JX
6251msgid "cannot specify pathnames with --stdin"
6252msgstr ""
6253
abc8de64 6254#: builtin/check-ignore.c:162
9caaf23e
JX
6255msgid "-z only makes sense with --stdin"
6256msgstr ""
6257
abc8de64 6258#: builtin/check-ignore.c:164
9caaf23e
JX
6259msgid "no path specified"
6260msgstr ""
6261
abc8de64 6262#: builtin/check-ignore.c:168
9caaf23e
JX
6263msgid "--quiet is only valid with a single pathname"
6264msgstr ""
6265
abc8de64 6266#: builtin/check-ignore.c:170
9caaf23e
JX
6267msgid "cannot have both --quiet and --verbose"
6268msgstr ""
6269
abc8de64 6270#: builtin/check-ignore.c:173
28b3cffc
JX
6271msgid "--non-matching is only valid with --verbose"
6272msgstr ""
6273
5b34e000 6274#: builtin/check-mailmap.c:9
c2ea1208 6275msgid "git check-mailmap [<options>] <contact>..."
28b3cffc
JX
6276msgstr ""
6277
5b34e000 6278#: builtin/check-mailmap.c:14
28b3cffc
JX
6279msgid "also read contacts from stdin"
6280msgstr ""
6281
5b34e000 6282#: builtin/check-mailmap.c:25
28b3cffc
JX
6283#, c-format
6284msgid "unable to parse contact: %s"
6285msgstr ""
6286
5b34e000 6287#: builtin/check-mailmap.c:48
28b3cffc
JX
6288msgid "no contacts specified"
6289msgstr ""
6290
5b34e000 6291#: builtin/checkout-index.c:128
c2ea1208 6292msgid "git checkout-index [<options>] [--] [<file>...]"
dce37b66
JX
6293msgstr ""
6294
18a90722 6295#: builtin/checkout-index.c:143
9eb3984b
JX
6296msgid "stage should be between 1 and 3 or all"
6297msgstr ""
6298
18a90722 6299#: builtin/checkout-index.c:159
cc76011e 6300msgid "check out all files in the index"
dce37b66
JX
6301msgstr ""
6302
18a90722 6303#: builtin/checkout-index.c:160
cc76011e 6304msgid "force overwrite of existing files"
dce37b66
JX
6305msgstr ""
6306
18a90722 6307#: builtin/checkout-index.c:162
cc76011e 6308msgid "no warning for existing files and files not in index"
dce37b66
JX
6309msgstr ""
6310
18a90722 6311#: builtin/checkout-index.c:164
cc76011e 6312msgid "don't checkout new files"
dce37b66
JX
6313msgstr ""
6314
18a90722 6315#: builtin/checkout-index.c:166
cc76011e 6316msgid "update stat information in the index file"
dce37b66
JX
6317msgstr ""
6318
18a90722 6319#: builtin/checkout-index.c:170
cc76011e 6320msgid "read list of paths from the standard input"
dce37b66
JX
6321msgstr ""
6322
18a90722 6323#: builtin/checkout-index.c:172
cc76011e 6324msgid "write the content to temporary files"
dce37b66
JX
6325msgstr ""
6326
18a90722 6327#: builtin/checkout-index.c:173 builtin/column.c:31
9b7388a8
JX
6328#: builtin/submodule--helper.c:1216 builtin/submodule--helper.c:1219
6329#: builtin/submodule--helper.c:1227 builtin/submodule--helper.c:1591
6330#: builtin/worktree.c:610
cc76011e 6331msgid "string"
dce37b66
JX
6332msgstr ""
6333
18a90722 6334#: builtin/checkout-index.c:174
cc76011e 6335msgid "when creating files, prepend <string>"
dce37b66
JX
6336msgstr ""
6337
18a90722 6338#: builtin/checkout-index.c:176
cc76011e 6339msgid "copy out the files from named stage"
dce37b66
JX
6340msgstr ""
6341
18a90722 6342#: builtin/checkout.c:27
c2ea1208 6343msgid "git checkout [<options>] <branch>"
dce37b66
JX
6344msgstr ""
6345
18a90722 6346#: builtin/checkout.c:28
c2ea1208 6347msgid "git checkout [<options>] [<branch>] -- <file>..."
dce37b66
JX
6348msgstr ""
6349
18a90722 6350#: builtin/checkout.c:136 builtin/checkout.c:169
822e4a65 6351#, c-format
cc76011e 6352msgid "path '%s' does not have our version"
dce37b66
JX
6353msgstr ""
6354
18a90722 6355#: builtin/checkout.c:138 builtin/checkout.c:171
dce37b66 6356#, c-format
cc76011e 6357msgid "path '%s' does not have their version"
dce37b66
JX
6358msgstr ""
6359
18a90722 6360#: builtin/checkout.c:154
822e4a65 6361#, c-format
cc76011e 6362msgid "path '%s' does not have all necessary versions"
dce37b66
JX
6363msgstr ""
6364
18a90722 6365#: builtin/checkout.c:198
822e4a65 6366#, c-format
cc76011e 6367msgid "path '%s' does not have necessary versions"
dce37b66
JX
6368msgstr ""
6369
18a90722 6370#: builtin/checkout.c:215
822e4a65 6371#, c-format
cc76011e 6372msgid "path '%s': cannot merge"
dce37b66
JX
6373msgstr ""
6374
abc8de64 6375#: builtin/checkout.c:231
cc76011e
JX
6376#, c-format
6377msgid "Unable to add merge result for '%s'"
dce37b66
JX
6378msgstr ""
6379
abc8de64
JX
6380#: builtin/checkout.c:253 builtin/checkout.c:256 builtin/checkout.c:259
6381#: builtin/checkout.c:262
cc76011e
JX
6382#, c-format
6383msgid "'%s' cannot be used with updating paths"
dce37b66
JX
6384msgstr ""
6385
abc8de64 6386#: builtin/checkout.c:265 builtin/checkout.c:268
dce37b66 6387#, c-format
cc76011e 6388msgid "'%s' cannot be used with %s"
dce37b66
JX
6389msgstr ""
6390
abc8de64 6391#: builtin/checkout.c:271
dce37b66 6392#, c-format
cc76011e 6393msgid "Cannot update paths and switch to branch '%s' at the same time."
dce37b66
JX
6394msgstr ""
6395
abc8de64 6396#: builtin/checkout.c:340 builtin/checkout.c:347
dce37b66 6397#, c-format
cc76011e 6398msgid "path '%s' is unmerged"
dce37b66
JX
6399msgstr ""
6400
9b7388a8 6401#: builtin/checkout.c:506
cc76011e 6402msgid "you need to resolve your current index first"
dce37b66
JX
6403msgstr ""
6404
9b7388a8 6405#: builtin/checkout.c:643
dce37b66 6406#, c-format
df0617bf 6407msgid "Can not do reflog for '%s': %s\n"
dce37b66
JX
6408msgstr ""
6409
9b7388a8 6410#: builtin/checkout.c:684
cc76011e
JX
6411msgid "HEAD is now at"
6412msgstr ""
6413
9b7388a8 6414#: builtin/checkout.c:688 builtin/clone.c:691
f1522b27
JX
6415msgid "unable to update HEAD"
6416msgstr ""
6417
9b7388a8 6418#: builtin/checkout.c:692
dce37b66 6419#, c-format
cc76011e 6420msgid "Reset branch '%s'\n"
dce37b66
JX
6421msgstr ""
6422
9b7388a8 6423#: builtin/checkout.c:695
dce37b66 6424#, c-format
cc76011e 6425msgid "Already on '%s'\n"
dce37b66
JX
6426msgstr ""
6427
9b7388a8 6428#: builtin/checkout.c:699
dce37b66 6429#, c-format
cc76011e 6430msgid "Switched to and reset branch '%s'\n"
dce37b66
JX
6431msgstr ""
6432
9b7388a8 6433#: builtin/checkout.c:701 builtin/checkout.c:1046
dce37b66 6434#, c-format
cc76011e 6435msgid "Switched to a new branch '%s'\n"
dce37b66
JX
6436msgstr ""
6437
9b7388a8 6438#: builtin/checkout.c:703
cc76011e
JX
6439#, c-format
6440msgid "Switched to branch '%s'\n"
dce37b66
JX
6441msgstr ""
6442
9b7388a8 6443#: builtin/checkout.c:754
cc76011e
JX
6444#, c-format
6445msgid " ... and %d more.\n"
dce37b66
JX
6446msgstr ""
6447
9b7388a8 6448#: builtin/checkout.c:760
cc76011e 6449#, c-format
822e4a65 6450msgid ""
cc76011e
JX
6451"Warning: you are leaving %d commit behind, not connected to\n"
6452"any of your branches:\n"
822e4a65 6453"\n"
cc76011e
JX
6454"%s\n"
6455msgid_plural ""
6456"Warning: you are leaving %d commits behind, not connected to\n"
6457"any of your branches:\n"
822e4a65 6458"\n"
cc76011e
JX
6459"%s\n"
6460msgstr[0] ""
6461msgstr[1] ""
dce37b66 6462
9b7388a8 6463#: builtin/checkout.c:779
cc76011e 6464#, c-format
dce37b66 6465msgid ""
64f23b0c
JX
6466"If you want to keep it by creating a new branch, this may be a good time\n"
6467"to do so with:\n"
6468"\n"
6469" git branch <new-branch-name> %s\n"
6470"\n"
6471msgid_plural ""
cc76011e
JX
6472"If you want to keep them by creating a new branch, this may be a good time\n"
6473"to do so with:\n"
822e4a65 6474"\n"
c2ea1208 6475" git branch <new-branch-name> %s\n"
822e4a65 6476"\n"
64f23b0c
JX
6477msgstr[0] ""
6478msgstr[1] ""
dce37b66 6479
9b7388a8 6480#: builtin/checkout.c:811
cc76011e 6481msgid "internal error in revision walk"
dce37b66
JX
6482msgstr ""
6483
9b7388a8 6484#: builtin/checkout.c:815
cc76011e 6485msgid "Previous HEAD position was"
dce37b66
JX
6486msgstr ""
6487
9b7388a8 6488#: builtin/checkout.c:843 builtin/checkout.c:1041
cc76011e 6489msgid "You are on a branch yet to be born"
dce37b66
JX
6490msgstr ""
6491
9b7388a8 6492#: builtin/checkout.c:947
727b9576
JX
6493#, c-format
6494msgid "only one reference expected, %d given."
6495msgstr ""
6496
9b7388a8 6497#: builtin/checkout.c:987 builtin/worktree.c:240 builtin/worktree.c:389
cc76011e
JX
6498#, c-format
6499msgid "invalid reference: %s"
dce37b66
JX
6500msgstr ""
6501
9b7388a8 6502#: builtin/checkout.c:1016
cc76011e
JX
6503#, c-format
6504msgid "reference is not a tree: %s"
dce37b66
JX
6505msgstr ""
6506
9b7388a8 6507#: builtin/checkout.c:1055
cc76011e 6508msgid "paths cannot be used with switching branches"
dce37b66
JX
6509msgstr ""
6510
9b7388a8 6511#: builtin/checkout.c:1058 builtin/checkout.c:1062
cc76011e
JX
6512#, c-format
6513msgid "'%s' cannot be used with switching branches"
dce37b66
JX
6514msgstr ""
6515
9b7388a8
JX
6516#: builtin/checkout.c:1066 builtin/checkout.c:1069 builtin/checkout.c:1074
6517#: builtin/checkout.c:1077
cc76011e
JX
6518#, c-format
6519msgid "'%s' cannot be used with '%s'"
dce37b66
JX
6520msgstr ""
6521
9b7388a8 6522#: builtin/checkout.c:1082
dce37b66 6523#, c-format
cc76011e 6524msgid "Cannot switch branch to a non-commit '%s'"
dce37b66
JX
6525msgstr ""
6526
9b7388a8
JX
6527#: builtin/checkout.c:1114 builtin/checkout.c:1116 builtin/clone.c:118
6528#: builtin/remote.c:167 builtin/remote.c:169 builtin/worktree.c:433
6529#: builtin/worktree.c:435
cc76011e 6530msgid "branch"
dce37b66
JX
6531msgstr ""
6532
9b7388a8 6533#: builtin/checkout.c:1115
cc76011e 6534msgid "create and checkout a new branch"
dce37b66
JX
6535msgstr ""
6536
9b7388a8 6537#: builtin/checkout.c:1117
cc76011e 6538msgid "create/reset and checkout a branch"
dce37b66
JX
6539msgstr ""
6540
9b7388a8 6541#: builtin/checkout.c:1118
cc76011e 6542msgid "create reflog for new branch"
dce37b66
JX
6543msgstr ""
6544
9b7388a8 6545#: builtin/checkout.c:1119 builtin/worktree.c:437
9fa976ff 6546msgid "detach HEAD at named commit"
dce37b66
JX
6547msgstr ""
6548
9b7388a8 6549#: builtin/checkout.c:1120
cc76011e 6550msgid "set upstream info for new branch"
dce37b66
JX
6551msgstr ""
6552
9b7388a8 6553#: builtin/checkout.c:1122
5e078fcd 6554msgid "new-branch"
dce37b66
JX
6555msgstr ""
6556
9b7388a8 6557#: builtin/checkout.c:1122
cc76011e 6558msgid "new unparented branch"
dce37b66
JX
6559msgstr ""
6560
9b7388a8 6561#: builtin/checkout.c:1123
cc76011e 6562msgid "checkout our version for unmerged files"
dce37b66
JX
6563msgstr ""
6564
9b7388a8 6565#: builtin/checkout.c:1125
cc76011e 6566msgid "checkout their version for unmerged files"
dce37b66
JX
6567msgstr ""
6568
9b7388a8 6569#: builtin/checkout.c:1127
cc76011e 6570msgid "force checkout (throw away local modifications)"
cd1e7487
JX
6571msgstr ""
6572
9b7388a8 6573#: builtin/checkout.c:1129
cc76011e 6574msgid "perform a 3-way merge with the new branch"
dce37b66
JX
6575msgstr ""
6576
55892712 6577#: builtin/checkout.c:1131 builtin/merge.c:241
cc76011e 6578msgid "update ignored files (default)"
dce37b66
JX
6579msgstr ""
6580
9b7388a8 6581#: builtin/checkout.c:1133 builtin/log.c:1499 parse-options.h:264
cc76011e 6582msgid "style"
dce37b66
JX
6583msgstr ""
6584
9b7388a8 6585#: builtin/checkout.c:1134
cc76011e 6586msgid "conflict style (merge or diff3)"
dce37b66
JX
6587msgstr ""
6588
9b7388a8 6589#: builtin/checkout.c:1137
c6bc7d43
JX
6590msgid "do not limit pathspecs to sparse entries only"
6591msgstr ""
6592
9b7388a8 6593#: builtin/checkout.c:1139
c2ea1208 6594msgid "second guess 'git checkout <no-such-branch>'"
dce37b66
JX
6595msgstr ""
6596
9b7388a8 6597#: builtin/checkout.c:1141
64f23b0c
JX
6598msgid "do not check if another worktree is holding the given ref"
6599msgstr ""
6600
9b7388a8 6601#: builtin/checkout.c:1145 builtin/clone.c:85 builtin/fetch.c:149
55892712 6602#: builtin/merge.c:238 builtin/pull.c:128 builtin/push.c:572
9b7388a8 6603#: builtin/send-pack.c:174
f4f2c8f8
JX
6604msgid "force progress reporting"
6605msgstr ""
6606
9b7388a8 6607#: builtin/checkout.c:1175
cc76011e 6608msgid "-b, -B and --orphan are mutually exclusive"
dce37b66
JX
6609msgstr ""
6610
9b7388a8 6611#: builtin/checkout.c:1192
cc76011e 6612msgid "--track needs a branch name"
822e4a65
JX
6613msgstr ""
6614
9b7388a8 6615#: builtin/checkout.c:1197
cc76011e 6616msgid "Missing branch name; try -b"
dce37b66
JX
6617msgstr ""
6618
9b7388a8 6619#: builtin/checkout.c:1233
cc76011e 6620msgid "invalid path specification"
dce37b66
JX
6621msgstr ""
6622
9b7388a8 6623#: builtin/checkout.c:1240
dce37b66 6624#, c-format
5b34e000 6625msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
dce37b66
JX
6626msgstr ""
6627
9b7388a8 6628#: builtin/checkout.c:1244
cc76011e
JX
6629#, c-format
6630msgid "git checkout: --detach does not take a path argument '%s'"
dce37b66
JX
6631msgstr ""
6632
9b7388a8 6633#: builtin/checkout.c:1248
cc76011e
JX
6634msgid ""
6635"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
6636"checking out of the index."
dce37b66
JX
6637msgstr ""
6638
5b34e000 6639#: builtin/clean.c:26
28b3cffc
JX
6640msgid ""
6641"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
dce37b66
JX
6642msgstr ""
6643
5b34e000 6644#: builtin/clean.c:30
46bc4039
JX
6645#, c-format
6646msgid "Removing %s\n"
6647msgstr ""
6648
5b34e000 6649#: builtin/clean.c:31
46bc4039
JX
6650#, c-format
6651msgid "Would remove %s\n"
6652msgstr ""
6653
5b34e000 6654#: builtin/clean.c:32
46bc4039
JX
6655#, c-format
6656msgid "Skipping repository %s\n"
6657msgstr ""
6658
5b34e000 6659#: builtin/clean.c:33
46bc4039
JX
6660#, c-format
6661msgid "Would skip repository %s\n"
6662msgstr ""
6663
5b34e000 6664#: builtin/clean.c:34
46bc4039
JX
6665#, c-format
6666msgid "failed to remove %s"
6667msgstr ""
6668
9b7388a8 6669#: builtin/clean.c:302 git-add--interactive.perl:579
673bfad0 6670#, c-format
28b3cffc
JX
6671msgid ""
6672"Prompt help:\n"
6673"1 - select a numbered item\n"
6674"foo - select item based on unique prefix\n"
673bfad0 6675" - (empty) select nothing\n"
28b3cffc
JX
6676msgstr ""
6677
9b7388a8 6678#: builtin/clean.c:306 git-add--interactive.perl:588
673bfad0 6679#, c-format
28b3cffc
JX
6680msgid ""
6681"Prompt help:\n"
6682"1 - select a single item\n"
6683"3-5 - select a range of items\n"
6684"2-3,6-9 - select multiple ranges\n"
6685"foo - select item based on unique prefix\n"
6686"-... - unselect specified items\n"
6687"* - choose all items\n"
673bfad0 6688" - (empty) finish selecting\n"
28b3cffc
JX
6689msgstr ""
6690
9b7388a8
JX
6691#: builtin/clean.c:522 git-add--interactive.perl:554
6692#: git-add--interactive.perl:559
673bfad0
JX
6693#, c-format, perl-format
6694msgid "Huh (%s)?\n"
28b3cffc
JX
6695msgstr ""
6696
18a90722 6697#: builtin/clean.c:664
28b3cffc
JX
6698#, c-format
6699msgid "Input ignore patterns>> "
6700msgstr ""
6701
18a90722 6702#: builtin/clean.c:701
28b3cffc
JX
6703#, c-format
6704msgid "WARNING: Cannot find items matched by: %s"
6705msgstr ""
6706
18a90722 6707#: builtin/clean.c:722
28b3cffc
JX
6708msgid "Select items to delete"
6709msgstr ""
6710
c2ea1208 6711#. TRANSLATORS: Make sure to keep [y/N] as is
18a90722 6712#: builtin/clean.c:763
28b3cffc 6713#, c-format
c2ea1208 6714msgid "Remove %s [y/N]? "
28b3cffc
JX
6715msgstr ""
6716
9b7388a8 6717#: builtin/clean.c:788 git-add--interactive.perl:1717
673bfad0
JX
6718#, c-format
6719msgid "Bye.\n"
28b3cffc
JX
6720msgstr ""
6721
18a90722 6722#: builtin/clean.c:796
28b3cffc
JX
6723msgid ""
6724"clean - start cleaning\n"
6725"filter by pattern - exclude items from deletion\n"
6726"select by numbers - select items to be deleted by numbers\n"
6727"ask each - confirm each deletion (like \"rm -i\")\n"
6728"quit - stop cleaning\n"
6729"help - this screen\n"
6730"? - help for prompt selection"
6731msgstr ""
6732
9b7388a8 6733#: builtin/clean.c:823 git-add--interactive.perl:1793
28b3cffc
JX
6734msgid "*** Commands ***"
6735msgstr ""
6736
9b7388a8 6737#: builtin/clean.c:824 git-add--interactive.perl:1790
28b3cffc
JX
6738msgid "What now"
6739msgstr ""
6740
18a90722 6741#: builtin/clean.c:832
28b3cffc
JX
6742msgid "Would remove the following item:"
6743msgid_plural "Would remove the following items:"
6744msgstr[0] ""
6745msgstr[1] ""
6746
18a90722 6747#: builtin/clean.c:848
28b3cffc
JX
6748msgid "No more files to clean, exiting."
6749msgstr ""
6750
18a90722 6751#: builtin/clean.c:910
cc76011e 6752msgid "do not print names of files removed"
dce37b66
JX
6753msgstr ""
6754
18a90722 6755#: builtin/clean.c:912
cc76011e 6756msgid "force"
dce37b66
JX
6757msgstr ""
6758
18a90722 6759#: builtin/clean.c:913
28b3cffc
JX
6760msgid "interactive cleaning"
6761msgstr ""
6762
18a90722 6763#: builtin/clean.c:915
cc76011e 6764msgid "remove whole directories"
dce37b66
JX
6765msgstr ""
6766
abc8de64
JX
6767#: builtin/clean.c:916 builtin/describe.c:533 builtin/describe.c:535
6768#: builtin/grep.c:871 builtin/log.c:157 builtin/log.c:159
18a90722
JX
6769#: builtin/ls-files.c:548 builtin/name-rev.c:397 builtin/name-rev.c:399
6770#: builtin/show-ref.c:176
cc76011e 6771msgid "pattern"
dce37b66
JX
6772msgstr ""
6773
18a90722 6774#: builtin/clean.c:917
cc76011e 6775msgid "add <pattern> to ignore rules"
dce37b66
JX
6776msgstr ""
6777
18a90722 6778#: builtin/clean.c:918
cc76011e 6779msgid "remove ignored files, too"
dce37b66
JX
6780msgstr ""
6781
18a90722 6782#: builtin/clean.c:920
cc76011e 6783msgid "remove only ignored files"
dce37b66
JX
6784msgstr ""
6785
18a90722 6786#: builtin/clean.c:938
cc76011e 6787msgid "-x and -X cannot be used together"
dce37b66
JX
6788msgstr ""
6789
18a90722 6790#: builtin/clean.c:942
cc76011e 6791msgid ""
5e078fcd 6792"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
28b3cffc 6793"clean"
dce37b66
JX
6794msgstr ""
6795
18a90722 6796#: builtin/clean.c:945
cc76011e 6797msgid ""
5e078fcd 6798"clean.requireForce defaults to true and neither -i, -n, nor -f given; "
28b3cffc 6799"refusing to clean"
dce37b66
JX
6800msgstr ""
6801
9b7388a8 6802#: builtin/clone.c:42
c2ea1208 6803msgid "git clone [<options>] [--] <repo> [<dir>]"
dce37b66
JX
6804msgstr ""
6805
9b7388a8 6806#: builtin/clone.c:87
cc76011e 6807msgid "don't create a checkout"
dce37b66
JX
6808msgstr ""
6809
9b7388a8 6810#: builtin/clone.c:88 builtin/clone.c:90 builtin/init-db.c:479
cc76011e 6811msgid "create a bare repository"
dce37b66
JX
6812msgstr ""
6813
9b7388a8 6814#: builtin/clone.c:92
cc76011e 6815msgid "create a mirror repository (implies bare)"
dce37b66
JX
6816msgstr ""
6817
9b7388a8 6818#: builtin/clone.c:94
cc76011e 6819msgid "to clone from a local repository"
dce37b66
JX
6820msgstr ""
6821
9b7388a8 6822#: builtin/clone.c:96
cc76011e 6823msgid "don't use local hardlinks, always copy"
dce37b66
JX
6824msgstr ""
6825
9b7388a8 6826#: builtin/clone.c:98
cc76011e 6827msgid "setup as shared repository"
dce37b66
JX
6828msgstr ""
6829
9b7388a8 6830#: builtin/clone.c:100 builtin/clone.c:104
dfc182b1
JX
6831msgid "pathspec"
6832msgstr ""
6833
9b7388a8 6834#: builtin/clone.c:100 builtin/clone.c:104
cc76011e 6835msgid "initialize submodules in the clone"
dce37b66
JX
6836msgstr ""
6837
9b7388a8 6838#: builtin/clone.c:107
f517e50d
JX
6839msgid "number of submodules cloned in parallel"
6840msgstr ""
6841
9b7388a8 6842#: builtin/clone.c:108 builtin/init-db.c:476
cc76011e 6843msgid "template-directory"
dce37b66
JX
6844msgstr ""
6845
9b7388a8 6846#: builtin/clone.c:109 builtin/init-db.c:477
cc76011e 6847msgid "directory from which templates will be used"
dce37b66
JX
6848msgstr ""
6849
9b7388a8
JX
6850#: builtin/clone.c:111 builtin/clone.c:113 builtin/submodule--helper.c:1223
6851#: builtin/submodule--helper.c:1594
cc76011e 6852msgid "reference repository"
dce37b66
JX
6853msgstr ""
6854
9b7388a8
JX
6855#: builtin/clone.c:115 builtin/submodule--helper.c:1225
6856#: builtin/submodule--helper.c:1596
64f23b0c
JX
6857msgid "use --reference only while cloning"
6858msgstr ""
6859
9b7388a8
JX
6860#: builtin/clone.c:116 builtin/column.c:27 builtin/merge-file.c:44
6861#: builtin/pack-objects.c:3166 builtin/repack.c:213
cc76011e 6862msgid "name"
dce37b66
JX
6863msgstr ""
6864
9b7388a8 6865#: builtin/clone.c:117
cc76011e 6866msgid "use <name> instead of 'origin' to track upstream"
dce37b66
JX
6867msgstr ""
6868
9b7388a8 6869#: builtin/clone.c:119
cc76011e 6870msgid "checkout <branch> instead of the remote's HEAD"
dce37b66
JX
6871msgstr ""
6872
9b7388a8 6873#: builtin/clone.c:121
cc76011e 6874msgid "path to git-upload-pack on the remote"
dce37b66
JX
6875msgstr ""
6876
9b7388a8
JX
6877#: builtin/clone.c:122 builtin/fetch.c:150 builtin/grep.c:813
6878#: builtin/pull.c:216
cc76011e 6879msgid "depth"
dce37b66
JX
6880msgstr ""
6881
9b7388a8 6882#: builtin/clone.c:123
cc76011e 6883msgid "create a shallow clone of that depth"
dce37b66
JX
6884msgstr ""
6885
9b7388a8 6886#: builtin/clone.c:124 builtin/fetch.c:152 builtin/pack-objects.c:3157
abc8de64 6887#: parse-options.h:154
fda7b092
JX
6888msgid "time"
6889msgstr ""
6890
9b7388a8 6891#: builtin/clone.c:125
fda7b092
JX
6892msgid "create a shallow clone since a specific time"
6893msgstr ""
6894
9b7388a8 6895#: builtin/clone.c:126 builtin/fetch.c:154
fda7b092
JX
6896msgid "revision"
6897msgstr ""
6898
9b7388a8 6899#: builtin/clone.c:127 builtin/fetch.c:155
673bfad0 6900msgid "deepen history of shallow clone, excluding rev"
fda7b092
JX
6901msgstr ""
6902
9b7388a8 6903#: builtin/clone.c:129
cc76011e 6904msgid "clone only one branch, HEAD or --branch"
822e4a65
JX
6905msgstr ""
6906
9b7388a8 6907#: builtin/clone.c:131
5b34e000
JX
6908msgid "don't clone any tags, and make later fetches not to follow them"
6909msgstr ""
6910
9b7388a8 6911#: builtin/clone.c:133
f517e50d
JX
6912msgid "any cloned submodules will be shallow"
6913msgstr ""
6914
9b7388a8 6915#: builtin/clone.c:134 builtin/init-db.c:485
cc76011e 6916msgid "gitdir"
dce37b66
JX
6917msgstr ""
6918
9b7388a8 6919#: builtin/clone.c:135 builtin/init-db.c:486
cc76011e 6920msgid "separate git dir from working tree"
dce37b66
JX
6921msgstr ""
6922
9b7388a8 6923#: builtin/clone.c:136
cc76011e 6924msgid "key=value"
822e4a65
JX
6925msgstr ""
6926
9b7388a8 6927#: builtin/clone.c:137
cc76011e 6928msgid "set config inside the new repository"
dce37b66
JX
6929msgstr ""
6930
9b7388a8
JX
6931#: builtin/clone.c:138 builtin/fetch.c:173 builtin/pull.c:229
6932#: builtin/push.c:583
9eb3984b
JX
6933msgid "use IPv4 addresses only"
6934msgstr ""
6935
9b7388a8
JX
6936#: builtin/clone.c:140 builtin/fetch.c:175 builtin/pull.c:232
6937#: builtin/push.c:585
9eb3984b
JX
6938msgid "use IPv6 addresses only"
6939msgstr ""
6940
9b7388a8 6941#: builtin/clone.c:278
f1522b27
JX
6942msgid ""
6943"No directory name could be guessed.\n"
6944"Please specify a directory on the command line"
6945msgstr ""
6946
9b7388a8 6947#: builtin/clone.c:331
df49095a 6948#, c-format
fda7b092 6949msgid "info: Could not add alternate for '%s': %s\n"
df49095a
JX
6950msgstr ""
6951
9b7388a8 6952#: builtin/clone.c:403
9fa976ff
JX
6953#, c-format
6954msgid "failed to open '%s'"
6955msgstr ""
6956
9b7388a8 6957#: builtin/clone.c:411
dce37b66 6958#, c-format
cc76011e 6959msgid "%s exists and is not a directory"
dce37b66
JX
6960msgstr ""
6961
9b7388a8 6962#: builtin/clone.c:425
cc76011e
JX
6963#, c-format
6964msgid "failed to stat %s\n"
822e4a65
JX
6965msgstr ""
6966
9b7388a8 6967#: builtin/clone.c:447
dce37b66 6968#, c-format
cc76011e 6969msgid "failed to create link '%s'"
dce37b66
JX
6970msgstr ""
6971
9b7388a8 6972#: builtin/clone.c:451
cc76011e
JX
6973#, c-format
6974msgid "failed to copy file to '%s'"
dce37b66
JX
6975msgstr ""
6976
9b7388a8 6977#: builtin/clone.c:477
cc76011e
JX
6978#, c-format
6979msgid "done.\n"
dce37b66
JX
6980msgstr ""
6981
9b7388a8 6982#: builtin/clone.c:491
c138af56
JX
6983msgid ""
6984"Clone succeeded, but checkout failed.\n"
6985"You can inspect what was checked out with 'git status'\n"
6986"and retry the checkout with 'git checkout -f HEAD'\n"
6987msgstr ""
6988
9b7388a8 6989#: builtin/clone.c:568
cc76011e
JX
6990#, c-format
6991msgid "Could not find remote branch %s to clone."
dce37b66
JX
6992msgstr ""
6993
9b7388a8 6994#: builtin/clone.c:663
c138af56
JX
6995msgid "remote did not send all necessary objects"
6996msgstr ""
6997
9b7388a8 6998#: builtin/clone.c:679
f1522b27
JX
6999#, c-format
7000msgid "unable to update %s"
7001msgstr ""
7002
9b7388a8 7003#: builtin/clone.c:728
cc76011e 7004msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
dce37b66
JX
7005msgstr ""
7006
9b7388a8 7007#: builtin/clone.c:758
c138af56
JX
7008msgid "unable to checkout working tree"
7009msgstr ""
7010
9b7388a8 7011#: builtin/clone.c:803
f1522b27
JX
7012msgid "unable to write parameters to config file"
7013msgstr ""
7014
9b7388a8 7015#: builtin/clone.c:866
beb691f7
JX
7016msgid "cannot repack to clean up"
7017msgstr ""
7018
9b7388a8 7019#: builtin/clone.c:868
beb691f7
JX
7020msgid "cannot unlink temporary alternates file"
7021msgstr ""
7022
9b7388a8 7023#: builtin/clone.c:907 builtin/receive-pack.c:1947
cc76011e 7024msgid "Too many arguments."
dce37b66
JX
7025msgstr ""
7026
9b7388a8 7027#: builtin/clone.c:911
cc76011e 7028msgid "You must specify a repository to clone."
dce37b66
JX
7029msgstr ""
7030
9b7388a8 7031#: builtin/clone.c:924
cc76011e
JX
7032#, c-format
7033msgid "--bare and --origin %s options are incompatible."
dce37b66
JX
7034msgstr ""
7035
9b7388a8 7036#: builtin/clone.c:927
46bc4039
JX
7037msgid "--bare and --separate-git-dir are incompatible."
7038msgstr ""
7039
9b7388a8 7040#: builtin/clone.c:940
cc76011e
JX
7041#, c-format
7042msgid "repository '%s' does not exist"
dce37b66
JX
7043msgstr ""
7044
9b7388a8 7045#: builtin/clone.c:946 builtin/fetch.c:1460
df49095a
JX
7046#, c-format
7047msgid "depth %s is not a positive number"
7048msgstr ""
7049
9b7388a8 7050#: builtin/clone.c:956
dce37b66 7051#, c-format
cc76011e 7052msgid "destination path '%s' already exists and is not an empty directory."
dce37b66
JX
7053msgstr ""
7054
9b7388a8 7055#: builtin/clone.c:966
dce37b66 7056#, c-format
cc76011e 7057msgid "working tree '%s' already exists."
dce37b66
JX
7058msgstr ""
7059
9b7388a8
JX
7060#: builtin/clone.c:981 builtin/clone.c:1002 builtin/difftool.c:270
7061#: builtin/worktree.c:246 builtin/worktree.c:276
a4156d20
JX
7062#, c-format
7063msgid "could not create leading directories of '%s'"
7064msgstr ""
7065
9b7388a8 7066#: builtin/clone.c:986
822e4a65 7067#, c-format
c2ea1208 7068msgid "could not create work tree dir '%s'"
dce37b66
JX
7069msgstr ""
7070
9b7388a8 7071#: builtin/clone.c:1006
822e4a65 7072#, c-format
cc76011e 7073msgid "Cloning into bare repository '%s'...\n"
dce37b66
JX
7074msgstr ""
7075
9b7388a8 7076#: builtin/clone.c:1008
dce37b66 7077#, c-format
cc76011e 7078msgid "Cloning into '%s'...\n"
dce37b66
JX
7079msgstr ""
7080
9b7388a8 7081#: builtin/clone.c:1032
fda7b092
JX
7082msgid ""
7083"clone --recursive is not compatible with both --reference and --reference-if-"
7084"able"
7085msgstr ""
7086
abc8de64 7087#: builtin/clone.c:1093
fe05e196
JX
7088msgid "--depth is ignored in local clones; use file:// instead."
7089msgstr ""
7090
abc8de64 7091#: builtin/clone.c:1095
fda7b092
JX
7092msgid "--shallow-since is ignored in local clones; use file:// instead."
7093msgstr ""
7094
abc8de64 7095#: builtin/clone.c:1097
fda7b092
JX
7096msgid "--shallow-exclude is ignored in local clones; use file:// instead."
7097msgstr ""
7098
abc8de64
JX
7099#: builtin/clone.c:1099
7100msgid "--filter is ignored in local clones; use file:// instead."
7101msgstr ""
7102
7103#: builtin/clone.c:1102
fe05e196
JX
7104msgid "source repository is shallow, ignoring --local"
7105msgstr ""
7106
abc8de64 7107#: builtin/clone.c:1107
fe05e196
JX
7108msgid "--local is ignored"
7109msgstr ""
7110
abc8de64 7111#: builtin/clone.c:1169 builtin/clone.c:1177
822e4a65 7112#, c-format
cc76011e 7113msgid "Remote branch %s not found in upstream %s"
dce37b66
JX
7114msgstr ""
7115
abc8de64 7116#: builtin/clone.c:1180
cc76011e 7117msgid "You appear to have cloned an empty repository."
dce37b66
JX
7118msgstr ""
7119
5b34e000 7120#: builtin/column.c:10
c2ea1208 7121msgid "git column [<options>]"
dce37b66
JX
7122msgstr ""
7123
5b34e000 7124#: builtin/column.c:27
cc76011e 7125msgid "lookup config vars"
dce37b66
JX
7126msgstr ""
7127
5b34e000 7128#: builtin/column.c:28 builtin/column.c:29
cc76011e 7129msgid "layout to use"
dce37b66
JX
7130msgstr ""
7131
5b34e000 7132#: builtin/column.c:30
cc76011e 7133msgid "Maximum width"
dce37b66
JX
7134msgstr ""
7135
5b34e000 7136#: builtin/column.c:31
cc76011e 7137msgid "Padding space on left border"
dce37b66
JX
7138msgstr ""
7139
5b34e000 7140#: builtin/column.c:32
cc76011e 7141msgid "Padding space on right border"
dce37b66
JX
7142msgstr ""
7143
5b34e000 7144#: builtin/column.c:33
cc76011e 7145msgid "Padding space between columns"
dce37b66
JX
7146msgstr ""
7147
9b7388a8 7148#: builtin/column.c:51
cc76011e 7149msgid "--command must be the first argument"
dce37b66
JX
7150msgstr ""
7151
abc8de64 7152#: builtin/commit.c:37
c2ea1208 7153msgid "git commit [<options>] [--] <pathspec>..."
dce37b66
JX
7154msgstr ""
7155
abc8de64 7156#: builtin/commit.c:42
c2ea1208 7157msgid "git status [<options>] [--] <pathspec>..."
dce37b66
JX
7158msgstr ""
7159
abc8de64 7160#: builtin/commit.c:47
cc76011e
JX
7161msgid ""
7162"You asked to amend the most recent commit, but doing so would make\n"
7163"it empty. You can repeat your command with --allow-empty, or you can\n"
7164"remove the commit entirely with \"git reset HEAD^\".\n"
822e4a65
JX
7165msgstr ""
7166
abc8de64 7167#: builtin/commit.c:52
dce37b66 7168msgid ""
cc76011e
JX
7169"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
7170"If you wish to commit it anyway, use:\n"
7171"\n"
7172" git commit --allow-empty\n"
7173"\n"
dce37b66
JX
7174msgstr ""
7175
abc8de64 7176#: builtin/commit.c:59
b8ecf239
JX
7177msgid "Otherwise, please use 'git reset'\n"
7178msgstr ""
7179
abc8de64 7180#: builtin/commit.c:62
b8ecf239
JX
7181msgid ""
7182"If you wish to skip this commit, use:\n"
7183"\n"
7184" git reset\n"
7185"\n"
7186"Then \"git cherry-pick --continue\" will resume cherry-picking\n"
7187"the remaining commits.\n"
7188msgstr ""
7189
9b7388a8 7190#: builtin/commit.c:293
cc76011e 7191msgid "failed to unpack HEAD tree object"
822e4a65
JX
7192msgstr ""
7193
9b7388a8 7194#: builtin/commit.c:334
cc76011e 7195msgid "unable to create temporary index"
dce37b66
JX
7196msgstr ""
7197
9b7388a8 7198#: builtin/commit.c:340
cc76011e 7199msgid "interactive add failed"
dce37b66
JX
7200msgstr ""
7201
9b7388a8 7202#: builtin/commit.c:353
d07a63e4
JX
7203msgid "unable to update temporary index"
7204msgstr ""
7205
9b7388a8 7206#: builtin/commit.c:355
d07a63e4
JX
7207msgid "Failed to update main cache tree"
7208msgstr ""
7209
9b7388a8 7210#: builtin/commit.c:380 builtin/commit.c:403 builtin/commit.c:449
cc76011e 7211msgid "unable to write new_index file"
dce37b66
JX
7212msgstr ""
7213
9b7388a8 7214#: builtin/commit.c:432
cc76011e 7215msgid "cannot do a partial commit during a merge."
dce37b66
JX
7216msgstr ""
7217
9b7388a8 7218#: builtin/commit.c:434
cc76011e 7219msgid "cannot do a partial commit during a cherry-pick."
dce37b66
JX
7220msgstr ""
7221
9b7388a8 7222#: builtin/commit.c:442
cc76011e 7223msgid "cannot read the index"
dce37b66
JX
7224msgstr ""
7225
9b7388a8 7226#: builtin/commit.c:461
cc76011e 7227msgid "unable to write temporary index file"
dce37b66
JX
7228msgstr ""
7229
9b7388a8 7230#: builtin/commit.c:558
d07a63e4
JX
7231#, c-format
7232msgid "commit '%s' lacks author header"
7233msgstr ""
7234
9b7388a8 7235#: builtin/commit.c:560
dce37b66 7236#, c-format
d07a63e4 7237msgid "commit '%s' has malformed author line"
dce37b66
JX
7238msgstr ""
7239
9b7388a8 7240#: builtin/commit.c:579
cc76011e 7241msgid "malformed --author parameter"
dce37b66
JX
7242msgstr ""
7243
9b7388a8 7244#: builtin/commit.c:631
fe05e196
JX
7245msgid ""
7246"unable to select a comment character that is not used\n"
7247"in the current commit message"
7248msgstr ""
7249
9b7388a8 7250#: builtin/commit.c:668 builtin/commit.c:701 builtin/commit.c:1029
cc76011e
JX
7251#, c-format
7252msgid "could not lookup commit %s"
822e4a65
JX
7253msgstr ""
7254
9b7388a8 7255#: builtin/commit.c:680 builtin/shortlog.c:316
cc76011e
JX
7256#, c-format
7257msgid "(reading log message from standard input)\n"
822e4a65
JX
7258msgstr ""
7259
9b7388a8 7260#: builtin/commit.c:682
cc76011e 7261msgid "could not read log from standard input"
822e4a65
JX
7262msgstr ""
7263
9b7388a8 7264#: builtin/commit.c:686
dce37b66 7265#, c-format
cc76011e 7266msgid "could not read log file '%s'"
dce37b66
JX
7267msgstr ""
7268
9b7388a8 7269#: builtin/commit.c:715 builtin/commit.c:723
f517e50d 7270msgid "could not read SQUASH_MSG"
dce37b66
JX
7271msgstr ""
7272
9b7388a8 7273#: builtin/commit.c:720
f517e50d 7274msgid "could not read MERGE_MSG"
dce37b66
JX
7275msgstr ""
7276
9b7388a8 7277#: builtin/commit.c:774
cc76011e
JX
7278msgid "could not write commit template"
7279msgstr ""
7280
9b7388a8 7281#: builtin/commit.c:792
dce37b66 7282#, c-format
822e4a65 7283msgid ""
cc76011e
JX
7284"\n"
7285"It looks like you may be committing a merge.\n"
7286"If this is not correct, please remove the file\n"
7287"\t%s\n"
7288"and try again.\n"
dce37b66
JX
7289msgstr ""
7290
9b7388a8 7291#: builtin/commit.c:797
822e4a65
JX
7292#, c-format
7293msgid ""
cc76011e
JX
7294"\n"
7295"It looks like you may be committing a cherry-pick.\n"
7296"If this is not correct, please remove the file\n"
7297"\t%s\n"
7298"and try again.\n"
dce37b66
JX
7299msgstr ""
7300
9b7388a8 7301#: builtin/commit.c:810
9caaf23e 7302#, c-format
cc76011e
JX
7303msgid ""
7304"Please enter the commit message for your changes. Lines starting\n"
9caaf23e 7305"with '%c' will be ignored, and an empty message aborts the commit.\n"
dce37b66
JX
7306msgstr ""
7307
9b7388a8 7308#: builtin/commit.c:818
9caaf23e 7309#, c-format
cc76011e
JX
7310msgid ""
7311"Please enter the commit message for your changes. Lines starting\n"
9caaf23e 7312"with '%c' will be kept; you may remove them yourself if you want to.\n"
cc76011e
JX
7313"An empty message aborts the commit.\n"
7314msgstr ""
7315
9b7388a8 7316#: builtin/commit.c:835
fe05e196
JX
7317#, c-format
7318msgid "%sAuthor: %.*s <%.*s>"
7319msgstr ""
7320
9b7388a8 7321#: builtin/commit.c:843
822e4a65 7322#, c-format
fe05e196 7323msgid "%sDate: %s"
dce37b66
JX
7324msgstr ""
7325
9b7388a8 7326#: builtin/commit.c:850
cc76011e 7327#, c-format
fe05e196 7328msgid "%sCommitter: %.*s <%.*s>"
dce37b66
JX
7329msgstr ""
7330
9b7388a8 7331#: builtin/commit.c:867
cc76011e 7332msgid "Cannot read index"
822e4a65
JX
7333msgstr ""
7334
9b7388a8 7335#: builtin/commit.c:933
cc76011e 7336msgid "Error building trees"
dce37b66
JX
7337msgstr ""
7338
9b7388a8 7339#: builtin/commit.c:947 builtin/tag.c:257
dce37b66 7340#, c-format
cc76011e 7341msgid "Please supply the message using either -m or -F option.\n"
dce37b66
JX
7342msgstr ""
7343
9b7388a8 7344#: builtin/commit.c:991
dce37b66 7345#, c-format
c2ea1208 7346msgid "--author '%s' is not 'Name <email>' and matches no existing author"
dce37b66
JX
7347msgstr ""
7348
9b7388a8 7349#: builtin/commit.c:1005
18a90722
JX
7350#, c-format
7351msgid "Invalid ignored mode '%s'"
7352msgstr ""
7353
9b7388a8 7354#: builtin/commit.c:1019 builtin/commit.c:1269
cc76011e
JX
7355#, c-format
7356msgid "Invalid untracked files mode '%s'"
dce37b66
JX
7357msgstr ""
7358
9b7388a8 7359#: builtin/commit.c:1057
28b3cffc
JX
7360msgid "--long and -z are incompatible"
7361msgstr ""
7362
9b7388a8 7363#: builtin/commit.c:1090
cc76011e
JX
7364msgid "Using both --reset-author and --author does not make sense"
7365msgstr ""
822e4a65 7366
9b7388a8 7367#: builtin/commit.c:1099
cc76011e 7368msgid "You have nothing to amend."
dce37b66
JX
7369msgstr ""
7370
9b7388a8 7371#: builtin/commit.c:1102
cc76011e 7372msgid "You are in the middle of a merge -- cannot amend."
822e4a65
JX
7373msgstr ""
7374
9b7388a8 7375#: builtin/commit.c:1104
cc76011e 7376msgid "You are in the middle of a cherry-pick -- cannot amend."
822e4a65
JX
7377msgstr ""
7378
9b7388a8 7379#: builtin/commit.c:1107
cc76011e 7380msgid "Options --squash and --fixup cannot be used together"
822e4a65
JX
7381msgstr ""
7382
9b7388a8 7383#: builtin/commit.c:1117
cc76011e 7384msgid "Only one of -c/-C/-F/--fixup can be used."
dce37b66
JX
7385msgstr ""
7386
9b7388a8 7387#: builtin/commit.c:1119
abc8de64 7388msgid "Option -m cannot be combined with -c/-C/-F."
dce37b66
JX
7389msgstr ""
7390
9b7388a8 7391#: builtin/commit.c:1127
cc76011e 7392msgid "--reset-author can be used only with -C, -c or --amend."
822e4a65
JX
7393msgstr ""
7394
9b7388a8 7395#: builtin/commit.c:1144
cc76011e 7396msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
dce37b66
JX
7397msgstr ""
7398
9b7388a8 7399#: builtin/commit.c:1146
cc76011e 7400msgid "No paths with --include/--only does not make sense."
dce37b66
JX
7401msgstr ""
7402
9b7388a8 7403#: builtin/commit.c:1160 builtin/tag.c:543
dce37b66 7404#, c-format
cc76011e 7405msgid "Invalid cleanup mode %s"
dce37b66
JX
7406msgstr ""
7407
9b7388a8 7408#: builtin/commit.c:1165
cc76011e 7409msgid "Paths with -a does not make sense."
822e4a65
JX
7410msgstr ""
7411
9b7388a8 7412#: builtin/commit.c:1303 builtin/commit.c:1480
cc76011e
JX
7413msgid "show status concisely"
7414msgstr ""
822e4a65 7415
9b7388a8 7416#: builtin/commit.c:1305 builtin/commit.c:1482
cc76011e 7417msgid "show branch information"
cd1e7487
JX
7418msgstr ""
7419
9b7388a8 7420#: builtin/commit.c:1307
5b34e000
JX
7421msgid "show stash information"
7422msgstr ""
7423
9b7388a8 7424#: builtin/commit.c:1309 builtin/commit.c:1484
abc8de64
JX
7425msgid "compute full ahead/behind values"
7426msgstr ""
7427
9b7388a8 7428#: builtin/commit.c:1311
fda7b092
JX
7429msgid "version"
7430msgstr ""
7431
9b7388a8
JX
7432#: builtin/commit.c:1311 builtin/commit.c:1486 builtin/push.c:558
7433#: builtin/worktree.c:581
cc76011e 7434msgid "machine-readable output"
dce37b66
JX
7435msgstr ""
7436
9b7388a8 7437#: builtin/commit.c:1314 builtin/commit.c:1488
fe52cd62
JX
7438msgid "show status in long format (default)"
7439msgstr ""
7440
9b7388a8 7441#: builtin/commit.c:1317 builtin/commit.c:1491
cc76011e 7442msgid "terminate entries with NUL"
dce37b66
JX
7443msgstr ""
7444
9b7388a8
JX
7445#: builtin/commit.c:1319 builtin/commit.c:1323 builtin/commit.c:1494
7446#: builtin/fast-export.c:1001 builtin/fast-export.c:1004 builtin/tag.c:397
cc76011e 7447msgid "mode"
11b90174
JX
7448msgstr ""
7449
9b7388a8 7450#: builtin/commit.c:1320 builtin/commit.c:1494
cc76011e 7451msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
dce37b66
JX
7452msgstr ""
7453
9b7388a8 7454#: builtin/commit.c:1324
18a90722
JX
7455msgid ""
7456"show ignored files, optional modes: traditional, matching, no. (Default: "
7457"traditional)"
dce37b66
JX
7458msgstr ""
7459
9b7388a8 7460#: builtin/commit.c:1326 parse-options.h:167
cc76011e 7461msgid "when"
dce37b66
JX
7462msgstr ""
7463
9b7388a8 7464#: builtin/commit.c:1327
cc76011e
JX
7465msgid ""
7466"ignore changes to submodules, optional when: all, dirty, untracked. "
7467"(Default: all)"
dce37b66
JX
7468msgstr ""
7469
9b7388a8 7470#: builtin/commit.c:1329
cc76011e 7471msgid "list untracked files in columns"
dce37b66
JX
7472msgstr ""
7473
9b7388a8
JX
7474#: builtin/commit.c:1330
7475msgid "do not detect renames"
7476msgstr ""
7477
7478#: builtin/commit.c:1332
7479msgid "detect renames, optionally set similarity index"
7480msgstr ""
7481
7482#: builtin/commit.c:1352
18a90722
JX
7483msgid "Unsupported combination of ignored and untracked-files arguments"
7484msgstr ""
7485
9b7388a8 7486#: builtin/commit.c:1450
cc76011e 7487msgid "suppress summary after successful commit"
dce37b66
JX
7488msgstr ""
7489
9b7388a8 7490#: builtin/commit.c:1451
cc76011e 7491msgid "show diff in commit message template"
11b90174
JX
7492msgstr ""
7493
9b7388a8 7494#: builtin/commit.c:1453
cc76011e 7495msgid "Commit message options"
822e4a65
JX
7496msgstr ""
7497
9b7388a8 7498#: builtin/commit.c:1454 builtin/tag.c:394
cc76011e 7499msgid "read message from file"
93329721
JX
7500msgstr ""
7501
9b7388a8 7502#: builtin/commit.c:1455
cc76011e 7503msgid "author"
dce37b66
JX
7504msgstr ""
7505
9b7388a8 7506#: builtin/commit.c:1455
cc76011e 7507msgid "override author for commit"
dce37b66
JX
7508msgstr ""
7509
9b7388a8 7510#: builtin/commit.c:1456 builtin/gc.c:501
cc76011e 7511msgid "date"
dce37b66
JX
7512msgstr ""
7513
9b7388a8 7514#: builtin/commit.c:1456
cc76011e 7515msgid "override date for commit"
dce37b66
JX
7516msgstr ""
7517
55892712 7518#: builtin/commit.c:1457 builtin/merge.c:228 builtin/notes.c:402
9b7388a8 7519#: builtin/notes.c:565 builtin/tag.c:392
cc76011e 7520msgid "message"
dce37b66
JX
7521msgstr ""
7522
9b7388a8 7523#: builtin/commit.c:1457
cc76011e 7524msgid "commit message"
822e4a65
JX
7525msgstr ""
7526
9b7388a8
JX
7527#: builtin/commit.c:1458 builtin/commit.c:1459 builtin/commit.c:1460
7528#: builtin/commit.c:1461 parse-options.h:270 ref-filter.h:92
f4f2c8f8
JX
7529msgid "commit"
7530msgstr ""
7531
9b7388a8 7532#: builtin/commit.c:1458
cc76011e 7533msgid "reuse and edit message from specified commit"
822e4a65
JX
7534msgstr ""
7535
9b7388a8 7536#: builtin/commit.c:1459
cc76011e 7537msgid "reuse message from specified commit"
822e4a65
JX
7538msgstr ""
7539
9b7388a8 7540#: builtin/commit.c:1460
cc76011e 7541msgid "use autosquash formatted message to fixup specified commit"
822e4a65
JX
7542msgstr ""
7543
9b7388a8 7544#: builtin/commit.c:1461
cc76011e
JX
7545msgid "use autosquash formatted message to squash specified commit"
7546msgstr ""
822e4a65 7547
9b7388a8 7548#: builtin/commit.c:1462
cc76011e
JX
7549msgid "the commit is authored by me now (used with -C/-c/--amend)"
7550msgstr ""
822e4a65 7551
55892712 7552#: builtin/commit.c:1463 builtin/log.c:1446 builtin/merge.c:242
9b7388a8 7553#: builtin/pull.c:154 builtin/revert.c:105
cc76011e 7554msgid "add Signed-off-by:"
822e4a65
JX
7555msgstr ""
7556
9b7388a8 7557#: builtin/commit.c:1464
cc76011e 7558msgid "use specified template file"
822e4a65
JX
7559msgstr ""
7560
9b7388a8 7561#: builtin/commit.c:1465
cc76011e 7562msgid "force edit of commit"
822e4a65
JX
7563msgstr ""
7564
9b7388a8 7565#: builtin/commit.c:1466
cc76011e 7566msgid "default"
822e4a65
JX
7567msgstr ""
7568
9b7388a8 7569#: builtin/commit.c:1466 builtin/tag.c:398
cc76011e 7570msgid "how to strip spaces and #comments from message"
822e4a65
JX
7571msgstr ""
7572
9b7388a8 7573#: builtin/commit.c:1467
cc76011e 7574msgid "include status in commit message template"
822e4a65
JX
7575msgstr ""
7576
55892712 7577#: builtin/commit.c:1469 builtin/merge.c:240 builtin/pull.c:184
5b34e000 7578#: builtin/revert.c:113
cc76011e 7579msgid "GPG sign commit"
822e4a65
JX
7580msgstr ""
7581
9b7388a8 7582#: builtin/commit.c:1472
cc76011e 7583msgid "Commit contents options"
822e4a65
JX
7584msgstr ""
7585
9b7388a8 7586#: builtin/commit.c:1473
cc76011e 7587msgid "commit all changed files"
822e4a65
JX
7588msgstr ""
7589
9b7388a8 7590#: builtin/commit.c:1474
cc76011e 7591msgid "add specified files to index for commit"
822e4a65
JX
7592msgstr ""
7593
9b7388a8 7594#: builtin/commit.c:1475
cc76011e 7595msgid "interactively add files"
822e4a65
JX
7596msgstr ""
7597
9b7388a8 7598#: builtin/commit.c:1476
cc76011e 7599msgid "interactively add changes"
822e4a65
JX
7600msgstr ""
7601
9b7388a8 7602#: builtin/commit.c:1477
cc76011e 7603msgid "commit only specified files"
822e4a65
JX
7604msgstr ""
7605
9b7388a8 7606#: builtin/commit.c:1478
9fa976ff 7607msgid "bypass pre-commit and commit-msg hooks"
822e4a65
JX
7608msgstr ""
7609
9b7388a8 7610#: builtin/commit.c:1479
cc76011e 7611msgid "show what would be committed"
822e4a65
JX
7612msgstr ""
7613
9b7388a8 7614#: builtin/commit.c:1492
cc76011e 7615msgid "amend previous commit"
822e4a65
JX
7616msgstr ""
7617
9b7388a8 7618#: builtin/commit.c:1493
cc76011e 7619msgid "bypass post-rewrite hook"
822e4a65
JX
7620msgstr ""
7621
9b7388a8 7622#: builtin/commit.c:1498
cc76011e 7623msgid "ok to record an empty change"
822e4a65
JX
7624msgstr ""
7625
9b7388a8 7626#: builtin/commit.c:1500
cc76011e 7627msgid "ok to record a change with an empty message"
822e4a65
JX
7628msgstr ""
7629
9b7388a8 7630#: builtin/commit.c:1573
822e4a65 7631#, c-format
cc76011e 7632msgid "Corrupt MERGE_HEAD file (%s)"
822e4a65
JX
7633msgstr ""
7634
9b7388a8 7635#: builtin/commit.c:1580
cc76011e 7636msgid "could not read MERGE_MODE"
822e4a65
JX
7637msgstr ""
7638
9b7388a8 7639#: builtin/commit.c:1599
cc76011e
JX
7640#, c-format
7641msgid "could not read commit message: %s"
822e4a65
JX
7642msgstr ""
7643
9b7388a8 7644#: builtin/commit.c:1610
cc76011e 7645#, c-format
25eab542 7646msgid "Aborting commit due to empty commit message.\n"
822e4a65
JX
7647msgstr ""
7648
9b7388a8 7649#: builtin/commit.c:1615
cc76011e 7650#, c-format
25eab542 7651msgid "Aborting commit; you did not edit the message.\n"
822e4a65
JX
7652msgstr ""
7653
9b7388a8 7654#: builtin/commit.c:1650
822e4a65 7655msgid ""
cc76011e 7656"Repository has been updated, but unable to write\n"
d07a63e4 7657"new_index file. Check that disk is not full and quota is\n"
cc76011e 7658"not exceeded, and then \"git reset HEAD\" to recover."
822e4a65
JX
7659msgstr ""
7660
9b7388a8
JX
7661#: builtin/commit-graph.c:9
7662msgid "git commit-graph [--object-dir <objdir>]"
7663msgstr ""
7664
7665#: builtin/commit-graph.c:10 builtin/commit-graph.c:16
7666msgid "git commit-graph read [--object-dir <objdir>]"
7667msgstr ""
7668
7669#: builtin/commit-graph.c:11 builtin/commit-graph.c:21
7670msgid ""
7671"git commit-graph write [--object-dir <objdir>] [--append] [--stdin-packs|--"
7672"stdin-commits]"
7673msgstr ""
7674
7675#: builtin/commit-graph.c:39 builtin/commit-graph.c:92
7676#: builtin/commit-graph.c:147 builtin/fetch.c:161 builtin/log.c:1466
7677msgid "dir"
7678msgstr ""
7679
7680#: builtin/commit-graph.c:40 builtin/commit-graph.c:93
7681#: builtin/commit-graph.c:148
7682msgid "The object directory to store the graph"
7683msgstr ""
7684
7685#: builtin/commit-graph.c:95
7686msgid "scan pack-indexes listed by stdin for commits"
7687msgstr ""
7688
7689#: builtin/commit-graph.c:97
7690msgid "start walk at commits listed by stdin"
7691msgstr ""
7692
7693#: builtin/commit-graph.c:99
7694msgid "include all commits already in the commit-graph file"
7695msgstr ""
7696
7697#: builtin/commit-graph.c:108
7698msgid "cannot use both --stdin-commits and --stdin-packs"
7699msgstr ""
7700
5b34e000 7701#: builtin/config.c:10
c2ea1208 7702msgid "git config [<options>]"
822e4a65
JX
7703msgstr ""
7704
9b7388a8
JX
7705#: builtin/config.c:101
7706#, c-format
7707msgid "unrecognized --type argument, %s"
7708msgstr ""
7709
7710#: builtin/config.c:123
cc76011e 7711msgid "Config file location"
822e4a65
JX
7712msgstr ""
7713
9b7388a8 7714#: builtin/config.c:124
cc76011e 7715msgid "use global config file"
822e4a65
JX
7716msgstr ""
7717
9b7388a8 7718#: builtin/config.c:125
cc76011e 7719msgid "use system config file"
822e4a65
JX
7720msgstr ""
7721
9b7388a8 7722#: builtin/config.c:126
cc76011e 7723msgid "use repository config file"
822e4a65
JX
7724msgstr ""
7725
9b7388a8 7726#: builtin/config.c:127
cc76011e 7727msgid "use given config file"
822e4a65
JX
7728msgstr ""
7729
9b7388a8 7730#: builtin/config.c:128
28b3cffc 7731msgid "blob-id"
822e4a65
JX
7732msgstr ""
7733
9b7388a8 7734#: builtin/config.c:128
28b3cffc 7735msgid "read config from given blob object"
822e4a65
JX
7736msgstr ""
7737
9b7388a8 7738#: builtin/config.c:129
28b3cffc 7739msgid "Action"
822e4a65
JX
7740msgstr ""
7741
9b7388a8 7742#: builtin/config.c:130
28b3cffc 7743msgid "get value: name [value-regex]"
822e4a65
JX
7744msgstr ""
7745
9b7388a8 7746#: builtin/config.c:131
28b3cffc 7747msgid "get all values: key [value-regex]"
822e4a65
JX
7748msgstr ""
7749
9b7388a8 7750#: builtin/config.c:132
28b3cffc 7751msgid "get values for regexp: name-regex [value-regex]"
822e4a65
JX
7752msgstr ""
7753
9b7388a8 7754#: builtin/config.c:133
727b9576
JX
7755msgid "get value specific for the URL: section[.var] URL"
7756msgstr ""
7757
9b7388a8 7758#: builtin/config.c:134
28b3cffc 7759msgid "replace all matching variables: name value [value_regex]"
822e4a65
JX
7760msgstr ""
7761
9b7388a8 7762#: builtin/config.c:135
28b3cffc 7763msgid "add a new variable: name value"
822e4a65
JX
7764msgstr ""
7765
9b7388a8 7766#: builtin/config.c:136
28b3cffc 7767msgid "remove a variable: name [value-regex]"
822e4a65
JX
7768msgstr ""
7769
9b7388a8 7770#: builtin/config.c:137
28b3cffc 7771msgid "remove all matches: name [value-regex]"
822e4a65
JX
7772msgstr ""
7773
9b7388a8 7774#: builtin/config.c:138
28b3cffc 7775msgid "rename section: old-name new-name"
822e4a65
JX
7776msgstr ""
7777
9b7388a8 7778#: builtin/config.c:139
28b3cffc
JX
7779msgid "remove a section: name"
7780msgstr ""
7781
9b7388a8 7782#: builtin/config.c:140
28b3cffc
JX
7783msgid "list all"
7784msgstr ""
7785
9b7388a8 7786#: builtin/config.c:141
cc76011e 7787msgid "open an editor"
822e4a65
JX
7788msgstr ""
7789
9b7388a8 7790#: builtin/config.c:142
beb691f7 7791msgid "find the color configured: slot [default]"
822e4a65
JX
7792msgstr ""
7793
9b7388a8 7794#: builtin/config.c:143
beb691f7 7795msgid "find the color setting: slot [stdout-is-tty]"
822e4a65
JX
7796msgstr ""
7797
9b7388a8 7798#: builtin/config.c:144
cc76011e 7799msgid "Type"
822e4a65
JX
7800msgstr ""
7801
9b7388a8
JX
7802#: builtin/config.c:145
7803msgid "value is given this type"
7804msgstr ""
7805
7806#: builtin/config.c:146
cc76011e 7807msgid "value is \"true\" or \"false\""
822e4a65
JX
7808msgstr ""
7809
9b7388a8 7810#: builtin/config.c:147
cc76011e 7811msgid "value is decimal number"
822e4a65
JX
7812msgstr ""
7813
9b7388a8 7814#: builtin/config.c:148
cc76011e 7815msgid "value is --bool or --int"
822e4a65
JX
7816msgstr ""
7817
9b7388a8 7818#: builtin/config.c:149
cc76011e 7819msgid "value is a path (file or directory name)"
822e4a65
JX
7820msgstr ""
7821
9b7388a8 7822#: builtin/config.c:150
18a90722
JX
7823msgid "value is an expiry date"
7824msgstr ""
7825
9b7388a8 7826#: builtin/config.c:151
cc76011e 7827msgid "Other"
822e4a65
JX
7828msgstr ""
7829
9b7388a8 7830#: builtin/config.c:152
cc76011e 7831msgid "terminate values with NUL byte"
822e4a65
JX
7832msgstr ""
7833
9b7388a8 7834#: builtin/config.c:153
df0617bf
JX
7835msgid "show variable names only"
7836msgstr ""
7837
9b7388a8 7838#: builtin/config.c:154
cc76011e 7839msgid "respect include directives on lookup"
822e4a65
JX
7840msgstr ""
7841
9b7388a8 7842#: builtin/config.c:155
9eb3984b
JX
7843msgid "show origin of config (file, standard input, blob, command line)"
7844msgstr ""
7845
9b7388a8
JX
7846#: builtin/config.c:156
7847msgid "value"
7848msgstr ""
7849
7850#: builtin/config.c:156
7851msgid "with --get, use default value when missing entry"
7852msgstr ""
7853
7854#: builtin/config.c:332
7855#, c-format
7856msgid "failed to format default config value: %s"
7857msgstr ""
7858
7859#: builtin/config.c:431
d07a63e4
JX
7860msgid "unable to parse default color value"
7861msgstr ""
7862
9b7388a8 7863#: builtin/config.c:575
d07a63e4
JX
7864#, c-format
7865msgid ""
7866"# This is Git's per-user configuration file.\n"
64f23b0c 7867"[user]\n"
d07a63e4 7868"# Please adapt and uncomment the following lines:\n"
64f23b0c 7869"#\tname = %s\n"
d07a63e4
JX
7870"#\temail = %s\n"
7871msgstr ""
7872
9b7388a8 7873#: builtin/config.c:603
5b34e000
JX
7874msgid "--local can only be used inside a git repository"
7875msgstr ""
7876
9b7388a8
JX
7877#: builtin/config.c:606
7878msgid "--blob can only be used inside a git repository"
7879msgstr ""
7880
7881#: builtin/config.c:735
d07a63e4
JX
7882#, c-format
7883msgid "cannot create configuration file %s"
7884msgstr ""
7885
9b7388a8 7886#: builtin/config.c:748
fda7b092
JX
7887#, c-format
7888msgid ""
7889"cannot overwrite multiple values with a single value\n"
7890" Use a regexp, --add or --replace-all to change %s."
7891msgstr ""
7892
9b7388a8 7893#: builtin/count-objects.c:90
c6bc7d43
JX
7894msgid "git count-objects [-v] [-H | --human-readable]"
7895msgstr ""
7896
9b7388a8 7897#: builtin/count-objects.c:100
c6bc7d43 7898msgid "print sizes in human readable format"
822e4a65
JX
7899msgstr ""
7900
18a90722 7901#: builtin/describe.c:22
c2ea1208 7902msgid "git describe [<options>] [<commit-ish>...]"
822e4a65
JX
7903msgstr ""
7904
18a90722 7905#: builtin/describe.c:23
c2ea1208 7906msgid "git describe [<options>] --dirty"
822e4a65
JX
7907msgstr ""
7908
18a90722 7909#: builtin/describe.c:57
dfc182b1
JX
7910msgid "head"
7911msgstr ""
7912
18a90722 7913#: builtin/describe.c:57
dfc182b1
JX
7914msgid "lightweight"
7915msgstr ""
7916
18a90722 7917#: builtin/describe.c:57
dfc182b1
JX
7918msgid "annotated"
7919msgstr ""
7920
18a90722 7921#: builtin/describe.c:267
cc76011e
JX
7922#, c-format
7923msgid "annotated tag %s not available"
822e4a65
JX
7924msgstr ""
7925
18a90722 7926#: builtin/describe.c:271
822e4a65 7927#, c-format
cc76011e 7928msgid "annotated tag %s has no embedded name"
822e4a65
JX
7929msgstr ""
7930
18a90722 7931#: builtin/describe.c:273
cc76011e
JX
7932#, c-format
7933msgid "tag '%s' is really '%s' here"
822e4a65
JX
7934msgstr ""
7935
abc8de64 7936#: builtin/describe.c:317
822e4a65 7937#, c-format
cc76011e 7938msgid "no tag exactly matches '%s'"
822e4a65
JX
7939msgstr ""
7940
abc8de64 7941#: builtin/describe.c:319
822e4a65 7942#, c-format
18a90722 7943msgid "No exact match on refs or tags, searching to describe\n"
822e4a65
JX
7944msgstr ""
7945
abc8de64 7946#: builtin/describe.c:366
cc76011e
JX
7947#, c-format
7948msgid "finished search at %s\n"
822e4a65
JX
7949msgstr ""
7950
abc8de64 7951#: builtin/describe.c:392
cc76011e
JX
7952#, c-format
7953msgid ""
7954"No annotated tags can describe '%s'.\n"
7955"However, there were unannotated tags: try --tags."
822e4a65
JX
7956msgstr ""
7957
abc8de64 7958#: builtin/describe.c:396
cc76011e
JX
7959#, c-format
7960msgid ""
7961"No tags can describe '%s'.\n"
7962"Try --always, or create some tags."
822e4a65
JX
7963msgstr ""
7964
abc8de64 7965#: builtin/describe.c:426
822e4a65 7966#, c-format
cc76011e 7967msgid "traversed %lu commits\n"
822e4a65
JX
7968msgstr ""
7969
abc8de64 7970#: builtin/describe.c:429
822e4a65 7971#, c-format
cc76011e
JX
7972msgid ""
7973"more than %i tags found; listed %i most recent\n"
7974"gave up search at %s\n"
822e4a65
JX
7975msgstr ""
7976
abc8de64 7977#: builtin/describe.c:497
18a90722
JX
7978#, c-format
7979msgid "describe %s\n"
7980msgstr ""
7981
abc8de64 7982#: builtin/describe.c:500 builtin/log.c:502
18a90722
JX
7983#, c-format
7984msgid "Not a valid object name %s"
7985msgstr ""
7986
abc8de64 7987#: builtin/describe.c:508
18a90722
JX
7988#, c-format
7989msgid "%s is neither a commit nor blob"
7990msgstr ""
7991
abc8de64 7992#: builtin/describe.c:522
cc76011e 7993msgid "find the tag that comes after the commit"
822e4a65
JX
7994msgstr ""
7995
abc8de64 7996#: builtin/describe.c:523
cc76011e 7997msgid "debug search strategy on stderr"
822e4a65
JX
7998msgstr ""
7999
abc8de64 8000#: builtin/describe.c:524
c138af56 8001msgid "use any ref"
822e4a65
JX
8002msgstr ""
8003
abc8de64 8004#: builtin/describe.c:525
c138af56 8005msgid "use any tag, even unannotated"
822e4a65
JX
8006msgstr ""
8007
abc8de64 8008#: builtin/describe.c:526
cc76011e 8009msgid "always use long format"
822e4a65
JX
8010msgstr ""
8011
abc8de64 8012#: builtin/describe.c:527
28b3cffc
JX
8013msgid "only follow first parent"
8014msgstr ""
8015
abc8de64 8016#: builtin/describe.c:530
cc76011e 8017msgid "only output exact matches"
822e4a65
JX
8018msgstr ""
8019
abc8de64 8020#: builtin/describe.c:532
cc76011e 8021msgid "consider <n> most recent tags (default: 10)"
822e4a65
JX
8022msgstr ""
8023
abc8de64 8024#: builtin/describe.c:534
cc76011e 8025msgid "only consider tags matching <pattern>"
822e4a65
JX
8026msgstr ""
8027
abc8de64 8028#: builtin/describe.c:536
dfc182b1
JX
8029msgid "do not consider tags matching <pattern>"
8030msgstr ""
8031
abc8de64 8032#: builtin/describe.c:538 builtin/name-rev.c:406
cc76011e 8033msgid "show abbreviated commit object as fallback"
822e4a65
JX
8034msgstr ""
8035
abc8de64 8036#: builtin/describe.c:539 builtin/describe.c:542
cc76011e 8037msgid "mark"
822e4a65
JX
8038msgstr ""
8039
abc8de64 8040#: builtin/describe.c:540
cc76011e 8041msgid "append <mark> on dirty working tree (default: \"-dirty\")"
822e4a65
JX
8042msgstr ""
8043
abc8de64 8044#: builtin/describe.c:543
dfc182b1
JX
8045msgid "append <mark> on broken working tree (default: \"-broken\")"
8046msgstr ""
8047
abc8de64 8048#: builtin/describe.c:561
cc76011e
JX
8049msgid "--long is incompatible with --abbrev=0"
8050msgstr ""
8051
abc8de64 8052#: builtin/describe.c:590
cc76011e
JX
8053msgid "No names found, cannot describe anything."
8054msgstr ""
8055
abc8de64 8056#: builtin/describe.c:640
a8a5406a 8057msgid "--dirty is incompatible with commit-ishes"
cc76011e
JX
8058msgstr ""
8059
abc8de64 8060#: builtin/describe.c:642
dfc182b1
JX
8061msgid "--broken is incompatible with commit-ishes"
8062msgstr ""
8063
a4d94835 8064#: builtin/diff.c:83
822e4a65 8065#, c-format
cc76011e 8066msgid "'%s': not a regular file or symlink"
822e4a65
JX
8067msgstr ""
8068
18a90722 8069#: builtin/diff.c:234
cc76011e
JX
8070#, c-format
8071msgid "invalid option: %s"
822e4a65
JX
8072msgstr ""
8073
18a90722 8074#: builtin/diff.c:356
cc76011e 8075msgid "Not a git repository"
822e4a65
JX
8076msgstr ""
8077
18a90722 8078#: builtin/diff.c:399
cc76011e
JX
8079#, c-format
8080msgid "invalid object '%s' given."
822e4a65
JX
8081msgstr ""
8082
18a90722 8083#: builtin/diff.c:408
cc76011e
JX
8084#, c-format
8085msgid "more than two blobs given: '%s'"
822e4a65
JX
8086msgstr ""
8087
18a90722 8088#: builtin/diff.c:413
cc76011e
JX
8089#, c-format
8090msgid "unhandled object '%s' given."
822e4a65
JX
8091msgstr ""
8092
5b34e000 8093#: builtin/difftool.c:29
673bfad0
JX
8094msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
8095msgstr ""
8096
25eab542 8097#: builtin/difftool.c:259
673bfad0
JX
8098#, c-format
8099msgid "failed: %d"
8100msgstr ""
8101
25eab542 8102#: builtin/difftool.c:301
dfc182b1
JX
8103#, c-format
8104msgid "could not read symlink %s"
8105msgstr ""
8106
25eab542 8107#: builtin/difftool.c:303
dfc182b1
JX
8108#, c-format
8109msgid "could not read symlink file %s"
8110msgstr ""
8111
25eab542 8112#: builtin/difftool.c:311
dfc182b1
JX
8113#, c-format
8114msgid "could not read object %s for symlink %s"
8115msgstr ""
8116
25eab542 8117#: builtin/difftool.c:412
673bfad0
JX
8118msgid ""
8119"combined diff formats('-c' and '--cc') are not supported in\n"
8120"directory diff mode('-d' and '--dir-diff')."
8121msgstr ""
8122
18a90722 8123#: builtin/difftool.c:632
673bfad0
JX
8124#, c-format
8125msgid "both files modified: '%s' and '%s'."
8126msgstr ""
8127
18a90722 8128#: builtin/difftool.c:634
673bfad0
JX
8129msgid "working tree file has been left."
8130msgstr ""
8131
18a90722 8132#: builtin/difftool.c:645
673bfad0
JX
8133#, c-format
8134msgid "temporary files exist in '%s'."
8135msgstr ""
8136
18a90722 8137#: builtin/difftool.c:646
673bfad0
JX
8138msgid "you may want to cleanup or recover these."
8139msgstr ""
8140
18a90722 8141#: builtin/difftool.c:695
673bfad0
JX
8142msgid "use `diff.guitool` instead of `diff.tool`"
8143msgstr ""
8144
18a90722 8145#: builtin/difftool.c:697
673bfad0
JX
8146msgid "perform a full-directory diff"
8147msgstr ""
8148
18a90722 8149#: builtin/difftool.c:699
673bfad0
JX
8150msgid "do not prompt before launching a diff tool"
8151msgstr ""
8152
55892712 8153#: builtin/difftool.c:704
673bfad0
JX
8154msgid "use symlinks in dir-diff mode"
8155msgstr ""
8156
55892712 8157#: builtin/difftool.c:705
673bfad0
JX
8158msgid "<tool>"
8159msgstr ""
8160
55892712 8161#: builtin/difftool.c:706
673bfad0
JX
8162msgid "use the specified diff tool"
8163msgstr ""
8164
55892712 8165#: builtin/difftool.c:708
673bfad0
JX
8166msgid "print a list of diff tools that may be used with `--tool`"
8167msgstr ""
8168
55892712 8169#: builtin/difftool.c:711
673bfad0
JX
8170msgid ""
8171"make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
8172"code"
8173msgstr ""
8174
55892712 8175#: builtin/difftool.c:713
673bfad0
JX
8176msgid "<command>"
8177msgstr ""
8178
55892712 8179#: builtin/difftool.c:714
673bfad0
JX
8180msgid "specify a custom command for viewing diffs"
8181msgstr ""
8182
55892712 8183#: builtin/difftool.c:738
673bfad0
JX
8184msgid "no <tool> given for --tool=<tool>"
8185msgstr ""
8186
55892712 8187#: builtin/difftool.c:745
673bfad0
JX
8188msgid "no <cmd> given for --extcmd=<cmd>"
8189msgstr ""
8190
9b7388a8 8191#: builtin/fast-export.c:27
cc76011e 8192msgid "git fast-export [rev-list-opts]"
822e4a65
JX
8193msgstr ""
8194
9b7388a8 8195#: builtin/fast-export.c:1000
cc76011e 8196msgid "show progress after <n> objects"
822e4a65
JX
8197msgstr ""
8198
9b7388a8 8199#: builtin/fast-export.c:1002
cc76011e 8200msgid "select handling of signed tags"
822e4a65
JX
8201msgstr ""
8202
9b7388a8 8203#: builtin/fast-export.c:1005
cc76011e 8204msgid "select handling of tags that tag filtered objects"
822e4a65
JX
8205msgstr ""
8206
9b7388a8 8207#: builtin/fast-export.c:1008
cc76011e 8208msgid "Dump marks to this file"
822e4a65
JX
8209msgstr ""
8210
9b7388a8 8211#: builtin/fast-export.c:1010
cc76011e 8212msgid "Import marks from this file"
822e4a65
JX
8213msgstr ""
8214
9b7388a8 8215#: builtin/fast-export.c:1012
cc76011e 8216msgid "Fake a tagger when tags lack one"
822e4a65
JX
8217msgstr ""
8218
9b7388a8 8219#: builtin/fast-export.c:1014
cc76011e 8220msgid "Output full tree for each commit"
822e4a65
JX
8221msgstr ""
8222
9b7388a8 8223#: builtin/fast-export.c:1016
cc76011e 8224msgid "Use the done feature to terminate the stream"
822e4a65
JX
8225msgstr ""
8226
9b7388a8 8227#: builtin/fast-export.c:1017
cc76011e 8228msgid "Skip output of blob data"
822e4a65
JX
8229msgstr ""
8230
9b7388a8 8231#: builtin/fast-export.c:1018
fe05e196
JX
8232msgid "refspec"
8233msgstr ""
8234
9b7388a8 8235#: builtin/fast-export.c:1019
fe05e196
JX
8236msgid "Apply refspec to exported refs"
8237msgstr ""
8238
9b7388a8 8239#: builtin/fast-export.c:1020
d07a63e4
JX
8240msgid "anonymize output"
8241msgstr ""
8242
9b7388a8 8243#: builtin/fetch.c:26
cc76011e 8244msgid "git fetch [<options>] [<repository> [<refspec>...]]"
822e4a65
JX
8245msgstr ""
8246
9b7388a8 8247#: builtin/fetch.c:27
cc76011e 8248msgid "git fetch [<options>] <group>"
dce37b66
JX
8249msgstr ""
8250
9b7388a8 8251#: builtin/fetch.c:28
cc76011e 8252msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
822e4a65
JX
8253msgstr ""
8254
9b7388a8 8255#: builtin/fetch.c:29
cc76011e 8256msgid "git fetch --all [<options>]"
822e4a65
JX
8257msgstr ""
8258
9b7388a8 8259#: builtin/fetch.c:123 builtin/pull.c:193
cc76011e 8260msgid "fetch from all remotes"
822e4a65
JX
8261msgstr ""
8262
9b7388a8 8263#: builtin/fetch.c:125 builtin/pull.c:196
cc76011e 8264msgid "append to .git/FETCH_HEAD instead of overwriting"
822e4a65
JX
8265msgstr ""
8266
9b7388a8 8267#: builtin/fetch.c:127 builtin/pull.c:199
cc76011e 8268msgid "path to upload pack on remote end"
822e4a65
JX
8269msgstr ""
8270
9b7388a8 8271#: builtin/fetch.c:128 builtin/pull.c:201
cc76011e 8272msgid "force overwrite of local branch"
822e4a65
JX
8273msgstr ""
8274
9b7388a8 8275#: builtin/fetch.c:130
cc76011e 8276msgid "fetch from multiple remotes"
822e4a65
JX
8277msgstr ""
8278
9b7388a8 8279#: builtin/fetch.c:132 builtin/pull.c:203
cc76011e 8280msgid "fetch all tags and associated objects"
822e4a65
JX
8281msgstr ""
8282
9b7388a8 8283#: builtin/fetch.c:134
cc76011e 8284msgid "do not fetch all tags (--no-tags)"
822e4a65
JX
8285msgstr ""
8286
9b7388a8 8287#: builtin/fetch.c:136
9eb3984b
JX
8288msgid "number of submodules fetched in parallel"
8289msgstr ""
8290
9b7388a8 8291#: builtin/fetch.c:138 builtin/pull.c:206
cc76011e 8292msgid "prune remote-tracking branches no longer on remote"
822e4a65
JX
8293msgstr ""
8294
9b7388a8 8295#: builtin/fetch.c:140
abc8de64
JX
8296msgid "prune local tags no longer on remote and clobber changed tags"
8297msgstr ""
8298
9b7388a8 8299#: builtin/fetch.c:141 builtin/fetch.c:164 builtin/pull.c:131
cc76011e 8300msgid "on-demand"
822e4a65
JX
8301msgstr ""
8302
9b7388a8 8303#: builtin/fetch.c:142
cc76011e 8304msgid "control recursive fetching of submodules"
822e4a65
JX
8305msgstr ""
8306
9b7388a8 8307#: builtin/fetch.c:146 builtin/pull.c:214
cc76011e 8308msgid "keep downloaded pack"
822e4a65
JX
8309msgstr ""
8310
9b7388a8 8311#: builtin/fetch.c:148
cc76011e 8312msgid "allow updating of HEAD ref"
822e4a65
JX
8313msgstr ""
8314
9b7388a8 8315#: builtin/fetch.c:151 builtin/fetch.c:157 builtin/pull.c:217
cc76011e 8316msgid "deepen history of shallow clone"
822e4a65
JX
8317msgstr ""
8318
9b7388a8 8319#: builtin/fetch.c:153
fda7b092
JX
8320msgid "deepen history of shallow repository based on time"
8321msgstr ""
8322
9b7388a8 8323#: builtin/fetch.c:159 builtin/pull.c:220
9caaf23e
JX
8324msgid "convert to a complete repository"
8325msgstr ""
8326
9b7388a8 8327#: builtin/fetch.c:162
cc76011e 8328msgid "prepend this to submodule path output"
822e4a65
JX
8329msgstr ""
8330
9b7388a8 8331#: builtin/fetch.c:165
5b34e000
JX
8332msgid ""
8333"default for recursive fetching of submodules (lower priority than config "
8334"files)"
822e4a65
JX
8335msgstr ""
8336
9b7388a8 8337#: builtin/fetch.c:169 builtin/pull.c:223
df49095a
JX
8338msgid "accept refs that update .git/shallow"
8339msgstr ""
8340
9b7388a8 8341#: builtin/fetch.c:170 builtin/pull.c:225
fe05e196
JX
8342msgid "refmap"
8343msgstr ""
8344
9b7388a8 8345#: builtin/fetch.c:171 builtin/pull.c:226
fe05e196
JX
8346msgid "specify fetch refmap"
8347msgstr ""
8348
9b7388a8
JX
8349#: builtin/fetch.c:172 builtin/ls-remote.c:77 builtin/push.c:582
8350#: builtin/send-pack.c:172
8351msgid "server-specific"
8352msgstr ""
8353
8354#: builtin/fetch.c:172 builtin/ls-remote.c:77 builtin/push.c:582
8355#: builtin/send-pack.c:173
8356msgid "option to transmit"
8357msgstr ""
8358
8359#: builtin/fetch.c:442
cc76011e 8360msgid "Couldn't find remote ref HEAD"
822e4a65
JX
8361msgstr ""
8362
9b7388a8 8363#: builtin/fetch.c:560
9fa976ff
JX
8364#, c-format
8365msgid "configuration fetch.output contains invalid value %s"
8366msgstr ""
8367
9b7388a8 8368#: builtin/fetch.c:653
822e4a65 8369#, c-format
cc76011e 8370msgid "object %s not found"
dce37b66
JX
8371msgstr ""
8372
9b7388a8 8373#: builtin/fetch.c:657
cc76011e 8374msgid "[up to date]"
dce37b66
JX
8375msgstr ""
8376
9b7388a8 8377#: builtin/fetch.c:670 builtin/fetch.c:750
9fa976ff 8378msgid "[rejected]"
dce37b66
JX
8379msgstr ""
8380
9b7388a8 8381#: builtin/fetch.c:671
9fa976ff 8382msgid "can't fetch in current branch"
822e4a65
JX
8383msgstr ""
8384
9b7388a8 8385#: builtin/fetch.c:680
cc76011e 8386msgid "[tag update]"
822e4a65
JX
8387msgstr ""
8388
9b7388a8
JX
8389#: builtin/fetch.c:681 builtin/fetch.c:714 builtin/fetch.c:730
8390#: builtin/fetch.c:745
9fa976ff 8391msgid "unable to update local ref"
822e4a65
JX
8392msgstr ""
8393
9b7388a8 8394#: builtin/fetch.c:700
cc76011e 8395msgid "[new tag]"
822e4a65
JX
8396msgstr ""
8397
9b7388a8 8398#: builtin/fetch.c:703
cc76011e 8399msgid "[new branch]"
822e4a65
JX
8400msgstr ""
8401
9b7388a8 8402#: builtin/fetch.c:706
cc76011e 8403msgid "[new ref]"
822e4a65
JX
8404msgstr ""
8405
9b7388a8 8406#: builtin/fetch.c:745
cc76011e 8407msgid "forced update"
822e4a65
JX
8408msgstr ""
8409
9b7388a8 8410#: builtin/fetch.c:750
9fa976ff 8411msgid "non-fast-forward"
822e4a65
JX
8412msgstr ""
8413
9b7388a8 8414#: builtin/fetch.c:795
822e4a65 8415#, c-format
cc76011e 8416msgid "%s did not send all necessary objects\n"
822e4a65
JX
8417msgstr ""
8418
9b7388a8 8419#: builtin/fetch.c:815
df49095a
JX
8420#, c-format
8421msgid "reject %s because shallow roots are not allowed to be updated"
8422msgstr ""
8423
9b7388a8 8424#: builtin/fetch.c:903 builtin/fetch.c:999
822e4a65 8425#, c-format
cc76011e 8426msgid "From %.*s\n"
822e4a65
JX
8427msgstr ""
8428
9b7388a8 8429#: builtin/fetch.c:914
822e4a65 8430#, c-format
cc76011e
JX
8431msgid ""
8432"some local refs could not be updated; try running\n"
8433" 'git remote prune %s' to remove any old, conflicting branches"
822e4a65
JX
8434msgstr ""
8435
9b7388a8 8436#: builtin/fetch.c:969
cc76011e
JX
8437#, c-format
8438msgid " (%s will become dangling)"
8439msgstr ""
8440
9b7388a8 8441#: builtin/fetch.c:970
cc76011e
JX
8442#, c-format
8443msgid " (%s has become dangling)"
8444msgstr ""
8445
9b7388a8 8446#: builtin/fetch.c:1002
cc76011e
JX
8447msgid "[deleted]"
8448msgstr ""
8449
9b7388a8 8450#: builtin/fetch.c:1003 builtin/remote.c:1033
cc76011e
JX
8451msgid "(none)"
8452msgstr ""
8453
9b7388a8 8454#: builtin/fetch.c:1026
cc76011e
JX
8455#, c-format
8456msgid "Refusing to fetch into current branch %s of non-bare repository"
8457msgstr ""
8458
9b7388a8 8459#: builtin/fetch.c:1045
cc76011e 8460#, c-format
727b9576 8461msgid "Option \"%s\" value \"%s\" is not valid for %s"
cc76011e
JX
8462msgstr ""
8463
9b7388a8 8464#: builtin/fetch.c:1048
cc76011e 8465#, c-format
727b9576 8466msgid "Option \"%s\" is ignored for %s\n"
cc76011e
JX
8467msgstr ""
8468
9b7388a8 8469#: builtin/fetch.c:1287
cc76011e
JX
8470#, c-format
8471msgid "Fetching %s\n"
8472msgstr ""
8473
9b7388a8 8474#: builtin/fetch.c:1289 builtin/remote.c:98
cc76011e
JX
8475#, c-format
8476msgid "Could not fetch %s"
8477msgstr ""
8478
9b7388a8 8479#: builtin/fetch.c:1335 builtin/fetch.c:1503
abc8de64
JX
8480msgid ""
8481"--filter can only be used with the remote configured in core.partialClone"
8482msgstr ""
8483
9b7388a8 8484#: builtin/fetch.c:1358
cc76011e
JX
8485msgid ""
8486"No remote repository specified. Please, specify either a URL or a\n"
8487"remote name from which new revisions should be fetched."
8488msgstr ""
8489
9b7388a8 8490#: builtin/fetch.c:1395
cc76011e
JX
8491msgid "You need to specify a tag name."
8492msgstr ""
8493
9b7388a8 8494#: builtin/fetch.c:1444
fda7b092
JX
8495msgid "Negative depth in --deepen is not supported"
8496msgstr ""
8497
9b7388a8 8498#: builtin/fetch.c:1446
fda7b092
JX
8499msgid "--deepen and --depth are mutually exclusive"
8500msgstr ""
8501
9b7388a8 8502#: builtin/fetch.c:1451
9caaf23e
JX
8503msgid "--depth and --unshallow cannot be used together"
8504msgstr ""
8505
9b7388a8 8506#: builtin/fetch.c:1453
9caaf23e
JX
8507msgid "--unshallow on a complete repository does not make sense"
8508msgstr ""
8509
9b7388a8 8510#: builtin/fetch.c:1469
cc76011e
JX
8511msgid "fetch --all does not take a repository argument"
8512msgstr ""
8513
9b7388a8 8514#: builtin/fetch.c:1471
cc76011e
JX
8515msgid "fetch --all does not make sense with refspecs"
8516msgstr ""
8517
9b7388a8 8518#: builtin/fetch.c:1480
cc76011e
JX
8519#, c-format
8520msgid "No such remote or remote group: %s"
8521msgstr ""
8522
9b7388a8 8523#: builtin/fetch.c:1487
cc76011e
JX
8524msgid "Fetching a group and specifying refspecs does not make sense"
8525msgstr ""
8526
5b34e000 8527#: builtin/fmt-merge-msg.c:15
c2ea1208
JX
8528msgid ""
8529"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
cc76011e
JX
8530msgstr ""
8531
18a90722 8532#: builtin/fmt-merge-msg.c:666
cc76011e
JX
8533msgid "populate log with at most <n> entries from shortlog"
8534msgstr ""
8535
18a90722 8536#: builtin/fmt-merge-msg.c:669
cc76011e
JX
8537msgid "alias for --log (deprecated)"
8538msgstr ""
8539
18a90722 8540#: builtin/fmt-merge-msg.c:672
cc76011e
JX
8541msgid "text"
8542msgstr ""
8543
18a90722 8544#: builtin/fmt-merge-msg.c:673
cc76011e
JX
8545msgid "use <text> as start of message"
8546msgstr ""
8547
18a90722 8548#: builtin/fmt-merge-msg.c:674
cc76011e
JX
8549msgid "file to read from"
8550msgstr ""
8551
5b34e000 8552#: builtin/for-each-ref.c:10
c2ea1208 8553msgid "git for-each-ref [<options>] [<pattern>]"
cc76011e
JX
8554msgstr ""
8555
5b34e000 8556#: builtin/for-each-ref.c:11
f4f2c8f8
JX
8557msgid "git for-each-ref [--points-at <object>]"
8558msgstr ""
8559
5b34e000 8560#: builtin/for-each-ref.c:12
dfc182b1 8561msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
f4f2c8f8
JX
8562msgstr ""
8563
5b34e000 8564#: builtin/for-each-ref.c:13
dfc182b1 8565msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
f4f2c8f8
JX
8566msgstr ""
8567
5b34e000 8568#: builtin/for-each-ref.c:28
cc76011e
JX
8569msgid "quote placeholders suitably for shells"
8570msgstr ""
8571
5b34e000 8572#: builtin/for-each-ref.c:30
cc76011e
JX
8573msgid "quote placeholders suitably for perl"
8574msgstr ""
8575
5b34e000 8576#: builtin/for-each-ref.c:32
cc76011e
JX
8577msgid "quote placeholders suitably for python"
8578msgstr ""
8579
5b34e000 8580#: builtin/for-each-ref.c:34
beb691f7 8581msgid "quote placeholders suitably for Tcl"
cc76011e
JX
8582msgstr ""
8583
5b34e000 8584#: builtin/for-each-ref.c:37
cc76011e
JX
8585msgid "show only <n> matched refs"
8586msgstr ""
8587
9b7388a8 8588#: builtin/for-each-ref.c:39 builtin/tag.c:421
25eab542
JX
8589msgid "respect format colors"
8590msgstr ""
8591
8592#: builtin/for-each-ref.c:43
f4f2c8f8 8593msgid "print only refs which points at the given object"
cc76011e
JX
8594msgstr ""
8595
25eab542 8596#: builtin/for-each-ref.c:45
f4f2c8f8 8597msgid "print only refs that are merged"
cc76011e
JX
8598msgstr ""
8599
25eab542 8600#: builtin/for-each-ref.c:46
f4f2c8f8
JX
8601msgid "print only refs that are not merged"
8602msgstr ""
8603
25eab542 8604#: builtin/for-each-ref.c:47
f4f2c8f8
JX
8605msgid "print only refs which contain the commit"
8606msgstr ""
8607
25eab542 8608#: builtin/for-each-ref.c:48
dfc182b1
JX
8609msgid "print only refs which don't contain the commit"
8610msgstr ""
8611
9b7388a8 8612#: builtin/fsck.c:569
5e078fcd
JX
8613msgid "Checking object directories"
8614msgstr ""
8615
9b7388a8 8616#: builtin/fsck.c:661
c2ea1208 8617msgid "git fsck [<options>] [<object>...]"
cc76011e
JX
8618msgstr ""
8619
9b7388a8 8620#: builtin/fsck.c:667
cc76011e
JX
8621msgid "show unreachable objects"
8622msgstr ""
8623
9b7388a8 8624#: builtin/fsck.c:668
cc76011e
JX
8625msgid "show dangling objects"
8626msgstr ""
8627
9b7388a8 8628#: builtin/fsck.c:669
cc76011e
JX
8629msgid "report tags"
8630msgstr ""
8631
9b7388a8 8632#: builtin/fsck.c:670
cc76011e
JX
8633msgid "report root nodes"
8634msgstr ""
8635
9b7388a8 8636#: builtin/fsck.c:671
cc76011e
JX
8637msgid "make index objects head nodes"
8638msgstr ""
8639
9b7388a8 8640#: builtin/fsck.c:672
cc76011e
JX
8641msgid "make reflogs head nodes (default)"
8642msgstr ""
8643
9b7388a8 8644#: builtin/fsck.c:673
cc76011e
JX
8645msgid "also consider packs and alternate objects"
8646msgstr ""
8647
9b7388a8 8648#: builtin/fsck.c:674
df0617bf
JX
8649msgid "check only connectivity"
8650msgstr ""
8651
9b7388a8 8652#: builtin/fsck.c:675
cc76011e
JX
8653msgid "enable more strict checking"
8654msgstr ""
8655
9b7388a8 8656#: builtin/fsck.c:677
cc76011e
JX
8657msgid "write dangling objects in .git/lost-found"
8658msgstr ""
8659
9b7388a8 8660#: builtin/fsck.c:678 builtin/prune.c:109
cc76011e
JX
8661msgid "show progress"
8662msgstr ""
8663
9b7388a8 8664#: builtin/fsck.c:679
9fa976ff
JX
8665msgid "show verbose names for reachable objects"
8666msgstr ""
8667
9b7388a8 8668#: builtin/fsck.c:745
5e078fcd
JX
8669msgid "Checking objects"
8670msgstr ""
8671
9b7388a8 8672#: builtin/gc.c:33
c2ea1208 8673msgid "git gc [<options>]"
cc76011e
JX
8674msgstr ""
8675
9b7388a8 8676#: builtin/gc.c:88
cc76011e 8677#, c-format
dfc182b1 8678msgid "Failed to fstat %s: %s"
cc76011e
JX
8679msgstr ""
8680
9b7388a8 8681#: builtin/gc.c:452
cc76011e 8682#, c-format
dfc182b1 8683msgid "Can't stat %s"
cc76011e
JX
8684msgstr ""
8685
9b7388a8 8686#: builtin/gc.c:461
f4f2c8f8
JX
8687#, c-format
8688msgid ""
8689"The last gc run reported the following. Please correct the root cause\n"
8690"and remove %s.\n"
8691"Automatic cleanup will not be performed until the file is removed.\n"
8692"\n"
8693"%s"
8694msgstr ""
8695
9b7388a8 8696#: builtin/gc.c:502
cc76011e
JX
8697msgid "prune unreferenced objects"
8698msgstr ""
8699
9b7388a8 8700#: builtin/gc.c:504
cc76011e
JX
8701msgid "be more thorough (increased runtime)"
8702msgstr ""
8703
9b7388a8 8704#: builtin/gc.c:505
cc76011e
JX
8705msgid "enable auto-gc mode"
8706msgstr ""
8707
9b7388a8 8708#: builtin/gc.c:508
727b9576
JX
8709msgid "force running gc even if there may be another gc running"
8710msgstr ""
8711
9b7388a8
JX
8712#: builtin/gc.c:511
8713msgid "repack all other packs except the largest pack"
8714msgstr ""
8715
8716#: builtin/gc.c:528
8717#, c-format
8718msgid "failed to parse gc.logexpiry value %s"
8719msgstr ""
8720
8721#: builtin/gc.c:539
dfc182b1 8722#, c-format
9b7388a8 8723msgid "failed to parse prune expiry value %s"
dfc182b1
JX
8724msgstr ""
8725
9b7388a8 8726#: builtin/gc.c:559
cc76011e 8727#, c-format
5e078fcd
JX
8728msgid "Auto packing the repository in background for optimum performance.\n"
8729msgstr ""
8730
9b7388a8 8731#: builtin/gc.c:561
5e078fcd
JX
8732#, c-format
8733msgid "Auto packing the repository for optimum performance.\n"
8734msgstr ""
8735
9b7388a8 8736#: builtin/gc.c:562
5e078fcd
JX
8737#, c-format
8738msgid "See \"git help gc\" for manual housekeeping.\n"
cc76011e
JX
8739msgstr ""
8740
9b7388a8 8741#: builtin/gc.c:598
727b9576
JX
8742#, c-format
8743msgid ""
8744"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
8745msgstr ""
8746
9b7388a8 8747#: builtin/gc.c:645
cc76011e
JX
8748msgid ""
8749"There are too many unreachable loose objects; run 'git prune' to remove them."
8750msgstr ""
8751
9b7388a8 8752#: builtin/grep.c:28
c2ea1208 8753msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
cc76011e
JX
8754msgstr ""
8755
9b7388a8 8756#: builtin/grep.c:226
cc76011e
JX
8757#, c-format
8758msgid "grep: failed to create thread: %s"
8759msgstr ""
8760
9b7388a8 8761#: builtin/grep.c:284
9eb3984b
JX
8762#, c-format
8763msgid "invalid number of threads specified (%d) for %s"
8764msgstr ""
8765
5b34e000
JX
8766#. TRANSLATORS: %s is the configuration
8767#. variable for tweaking threads, currently
8768#. grep.threads
8769#.
90d4bec9 8770#: builtin/grep.c:293 builtin/index-pack.c:1535 builtin/index-pack.c:1727
5b34e000
JX
8771#, c-format
8772msgid "no threads support, ignoring %s"
8773msgstr ""
8774
9b7388a8 8775#: builtin/grep.c:461 builtin/grep.c:582 builtin/grep.c:623
cc76011e
JX
8776#, c-format
8777msgid "unable to read tree (%s)"
8778msgstr ""
8779
9b7388a8 8780#: builtin/grep.c:638
cc76011e
JX
8781#, c-format
8782msgid "unable to grep from object of type %s"
8783msgstr ""
8784
abc8de64 8785#: builtin/grep.c:703
cc76011e
JX
8786#, c-format
8787msgid "switch `%c' expects a numerical value"
8788msgstr ""
8789
abc8de64 8790#: builtin/grep.c:790
cc76011e
JX
8791msgid "search in index instead of in the work tree"
8792msgstr ""
8793
abc8de64 8794#: builtin/grep.c:792
cc76011e
JX
8795msgid "find in contents not managed by git"
8796msgstr ""
8797
abc8de64 8798#: builtin/grep.c:794
cc76011e
JX
8799msgid "search in both tracked and untracked files"
8800msgstr ""
8801
abc8de64 8802#: builtin/grep.c:796
c2ea1208 8803msgid "ignore files specified via '.gitignore'"
cc76011e
JX
8804msgstr ""
8805
abc8de64 8806#: builtin/grep.c:798
dfc182b1 8807msgid "recursively search in each submodule"
673bfad0
JX
8808msgstr ""
8809
abc8de64 8810#: builtin/grep.c:801
cc76011e
JX
8811msgid "show non-matching lines"
8812msgstr ""
8813
abc8de64 8814#: builtin/grep.c:803
cc76011e
JX
8815msgid "case insensitive matching"
8816msgstr ""
8817
abc8de64 8818#: builtin/grep.c:805
cc76011e
JX
8819msgid "match patterns only at word boundaries"
8820msgstr ""
8821
abc8de64 8822#: builtin/grep.c:807
cc76011e
JX
8823msgid "process binary files as text"
8824msgstr ""
8825
abc8de64 8826#: builtin/grep.c:809
cc76011e
JX
8827msgid "don't match patterns in binary files"
8828msgstr ""
8829
abc8de64 8830#: builtin/grep.c:812
727b9576
JX
8831msgid "process binary files with textconv filters"
8832msgstr ""
8833
abc8de64 8834#: builtin/grep.c:814
cc76011e
JX
8835msgid "descend at most <depth> levels"
8836msgstr ""
8837
abc8de64 8838#: builtin/grep.c:818
cc76011e
JX
8839msgid "use extended POSIX regular expressions"
8840msgstr ""
8841
abc8de64 8842#: builtin/grep.c:821
cc76011e
JX
8843msgid "use basic POSIX regular expressions (default)"
8844msgstr ""
8845
abc8de64 8846#: builtin/grep.c:824
cc76011e
JX
8847msgid "interpret patterns as fixed strings"
8848msgstr ""
8849
abc8de64 8850#: builtin/grep.c:827
cc76011e
JX
8851msgid "use Perl-compatible regular expressions"
8852msgstr ""
8853
abc8de64 8854#: builtin/grep.c:830
cc76011e
JX
8855msgid "show line numbers"
8856msgstr ""
8857
abc8de64 8858#: builtin/grep.c:831
cc76011e
JX
8859msgid "don't show filenames"
8860msgstr ""
8861
abc8de64 8862#: builtin/grep.c:832
cc76011e
JX
8863msgid "show filenames"
8864msgstr ""
8865
abc8de64 8866#: builtin/grep.c:834
cc76011e
JX
8867msgid "show filenames relative to top directory"
8868msgstr ""
8869
abc8de64 8870#: builtin/grep.c:836
cc76011e
JX
8871msgid "show only filenames instead of matching lines"
8872msgstr ""
8873
abc8de64 8874#: builtin/grep.c:838
cc76011e
JX
8875msgid "synonym for --files-with-matches"
8876msgstr ""
8877
abc8de64 8878#: builtin/grep.c:841
cc76011e
JX
8879msgid "show only the names of files without match"
8880msgstr ""
8881
abc8de64 8882#: builtin/grep.c:843
cc76011e
JX
8883msgid "print NUL after filenames"
8884msgstr ""
8885
abc8de64 8886#: builtin/grep.c:846
cc76011e
JX
8887msgid "show the number of matches instead of matching lines"
8888msgstr ""
8889
abc8de64 8890#: builtin/grep.c:847
cc76011e
JX
8891msgid "highlight matches"
8892msgstr ""
8893
abc8de64 8894#: builtin/grep.c:849
cc76011e
JX
8895msgid "print empty line between matches from different files"
8896msgstr ""
8897
abc8de64 8898#: builtin/grep.c:851
cc76011e
JX
8899msgid "show filename only once above matches from same file"
8900msgstr ""
8901
abc8de64 8902#: builtin/grep.c:854
cc76011e
JX
8903msgid "show <n> context lines before and after matches"
8904msgstr ""
8905
abc8de64 8906#: builtin/grep.c:857
cc76011e
JX
8907msgid "show <n> context lines before matches"
8908msgstr ""
8909
abc8de64 8910#: builtin/grep.c:859
cc76011e
JX
8911msgid "show <n> context lines after matches"
8912msgstr ""
8913
abc8de64 8914#: builtin/grep.c:861
9eb3984b
JX
8915msgid "use <n> worker threads"
8916msgstr ""
8917
abc8de64 8918#: builtin/grep.c:862
cc76011e
JX
8919msgid "shortcut for -C NUM"
8920msgstr ""
8921
abc8de64 8922#: builtin/grep.c:865
cc76011e
JX
8923msgid "show a line with the function name before matches"
8924msgstr ""
8925
abc8de64 8926#: builtin/grep.c:867
cc76011e
JX
8927msgid "show the surrounding function"
8928msgstr ""
8929
abc8de64 8930#: builtin/grep.c:870
cc76011e
JX
8931msgid "read patterns from file"
8932msgstr ""
8933
abc8de64 8934#: builtin/grep.c:872
cc76011e
JX
8935msgid "match <pattern>"
8936msgstr ""
8937
abc8de64 8938#: builtin/grep.c:874
cc76011e
JX
8939msgid "combine patterns specified with -e"
8940msgstr ""
8941
abc8de64 8942#: builtin/grep.c:886
cc76011e
JX
8943msgid "indicate hit with exit status without output"
8944msgstr ""
8945
abc8de64 8946#: builtin/grep.c:888
cc76011e
JX
8947msgid "show only matches from files that match all patterns"
8948msgstr ""
8949
abc8de64 8950#: builtin/grep.c:890
9306b5b9
JX
8951msgid "show parse tree for grep expression"
8952msgstr ""
8953
abc8de64 8954#: builtin/grep.c:894
cc76011e
JX
8955msgid "pager"
8956msgstr ""
8957
abc8de64 8958#: builtin/grep.c:894
cc76011e
JX
8959msgid "show matching files in the pager"
8960msgstr ""
8961
abc8de64 8962#: builtin/grep.c:898
cc76011e
JX
8963msgid "allow calling of grep(1) (ignored by this build)"
8964msgstr ""
8965
abc8de64 8966#: builtin/grep.c:962
cc76011e
JX
8967msgid "no pattern given."
8968msgstr ""
8969
abc8de64 8970#: builtin/grep.c:994
dfc182b1
JX
8971msgid "--no-index or --untracked cannot be used with revs"
8972msgstr ""
8973
abc8de64 8974#: builtin/grep.c:1001
dfc182b1
JX
8975#, c-format
8976msgid "unable to resolve revision: %s"
8977msgstr ""
8978
90d4bec9 8979#: builtin/grep.c:1036 builtin/index-pack.c:1531
9eb3984b
JX
8980#, c-format
8981msgid "invalid number of threads specified (%d)"
8982msgstr ""
8983
abc8de64 8984#: builtin/grep.c:1041
5b34e000
JX
8985msgid "no threads support, ignoring --threads"
8986msgstr ""
8987
abc8de64 8988#: builtin/grep.c:1065
cc76011e
JX
8989msgid "--open-files-in-pager only works on the worktree"
8990msgstr ""
8991
abc8de64 8992#: builtin/grep.c:1088
673bfad0
JX
8993msgid "option not supported with --recurse-submodules."
8994msgstr ""
8995
abc8de64 8996#: builtin/grep.c:1094
cc76011e
JX
8997msgid "--cached or --untracked cannot be used with --no-index."
8998msgstr ""
8999
abc8de64 9000#: builtin/grep.c:1100
cc76011e
JX
9001msgid "--[no-]exclude-standard cannot be used for tracked contents."
9002msgstr ""
9003
abc8de64 9004#: builtin/grep.c:1108
cc76011e
JX
9005msgid "both --cached and trees are given."
9006msgstr ""
9007
abc8de64 9008#: builtin/hash-object.c:83
cc76011e 9009msgid ""
c2ea1208
JX
9010"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
9011"[--] <file>..."
cc76011e
JX
9012msgstr ""
9013
abc8de64 9014#: builtin/hash-object.c:84
f4f2c8f8 9015msgid "git hash-object --stdin-paths"
cc76011e
JX
9016msgstr ""
9017
abc8de64 9018#: builtin/hash-object.c:96
cc76011e
JX
9019msgid "type"
9020msgstr ""
9021
abc8de64 9022#: builtin/hash-object.c:96
cc76011e
JX
9023msgid "object type"
9024msgstr ""
9025
abc8de64 9026#: builtin/hash-object.c:97
cc76011e
JX
9027msgid "write the object into the object database"
9028msgstr ""
9029
abc8de64 9030#: builtin/hash-object.c:99
cc76011e
JX
9031msgid "read the object from stdin"
9032msgstr ""
9033
abc8de64 9034#: builtin/hash-object.c:101
cc76011e
JX
9035msgid "store file as is without filters"
9036msgstr ""
9037
abc8de64 9038#: builtin/hash-object.c:102
d07a63e4
JX
9039msgid ""
9040"just hash any random garbage to create corrupt objects for debugging Git"
9041msgstr ""
9042
abc8de64 9043#: builtin/hash-object.c:103
cc76011e
JX
9044msgid "process file as it were from this path"
9045msgstr ""
9046
55892712 9047#: builtin/help.c:45
cc76011e
JX
9048msgid "print all available commands"
9049msgstr ""
9050
55892712 9051#: builtin/help.c:46
fda7b092
JX
9052msgid "exclude guides"
9053msgstr ""
9054
55892712 9055#: builtin/help.c:47
c6bc7d43
JX
9056msgid "print list of useful guides"
9057msgstr ""
9058
55892712 9059#: builtin/help.c:48
cc76011e
JX
9060msgid "show man page"
9061msgstr ""
9062
55892712 9063#: builtin/help.c:49
cc76011e
JX
9064msgid "show manual in web browser"
9065msgstr ""
9066
55892712 9067#: builtin/help.c:51
cc76011e
JX
9068msgid "show info page"
9069msgstr ""
9070
55892712
JX
9071#: builtin/help.c:53
9072msgid "print command description"
9073msgstr ""
9074
9075#: builtin/help.c:58
c2ea1208 9076msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
cc76011e
JX
9077msgstr ""
9078
55892712 9079#: builtin/help.c:70
cc76011e
JX
9080#, c-format
9081msgid "unrecognized help format '%s'"
9082msgstr ""
9083
55892712 9084#: builtin/help.c:97
cc76011e
JX
9085msgid "Failed to start emacsclient."
9086msgstr ""
9087
55892712 9088#: builtin/help.c:110
cc76011e
JX
9089msgid "Failed to parse emacsclient version."
9090msgstr ""
9091
55892712 9092#: builtin/help.c:118
cc76011e
JX
9093#, c-format
9094msgid "emacsclient version '%d' too old (< 22)."
9095msgstr ""
9096
55892712 9097#: builtin/help.c:136 builtin/help.c:158 builtin/help.c:168 builtin/help.c:176
cc76011e 9098#, c-format
f517e50d 9099msgid "failed to exec '%s'"
cc76011e
JX
9100msgstr ""
9101
55892712 9102#: builtin/help.c:214
cc76011e
JX
9103#, c-format
9104msgid ""
9105"'%s': path for unsupported man viewer.\n"
9106"Please consider using 'man.<tool>.cmd' instead."
9107msgstr ""
9108
55892712 9109#: builtin/help.c:226
cc76011e
JX
9110#, c-format
9111msgid ""
9112"'%s': cmd for supported man viewer.\n"
9113"Please consider using 'man.<tool>.path' instead."
9114msgstr ""
9115
55892712 9116#: builtin/help.c:343
cc76011e
JX
9117#, c-format
9118msgid "'%s': unknown man viewer."
9119msgstr ""
9120
55892712 9121#: builtin/help.c:360
cc76011e
JX
9122msgid "no man viewer handled the request"
9123msgstr ""
9124
55892712 9125#: builtin/help.c:368
cc76011e
JX
9126msgid "no info viewer handled the request"
9127msgstr ""
9128
55892712 9129#: builtin/help.c:415
cc76011e 9130#, c-format
25eab542 9131msgid "'%s' is aliased to '%s'"
cc76011e
JX
9132msgstr ""
9133
55892712 9134#: builtin/help.c:442 builtin/help.c:459
cc76011e 9135#, c-format
fda7b092 9136msgid "usage: %s%s"
cc76011e
JX
9137msgstr ""
9138
9b7388a8 9139#: builtin/index-pack.c:158
fe05e196
JX
9140#, c-format
9141msgid "unable to open %s"
9142msgstr ""
9143
9b7388a8 9144#: builtin/index-pack.c:208
cc76011e
JX
9145#, c-format
9146msgid "object type mismatch at %s"
9147msgstr ""
9148
9b7388a8 9149#: builtin/index-pack.c:228
fe05e196
JX
9150#, c-format
9151msgid "did not receive expected object %s"
9152msgstr ""
9153
9b7388a8 9154#: builtin/index-pack.c:231
fe05e196
JX
9155#, c-format
9156msgid "object %s: expected type %s, found %s"
cc76011e
JX
9157msgstr ""
9158
9b7388a8 9159#: builtin/index-pack.c:273
cc76011e
JX
9160#, c-format
9161msgid "cannot fill %d byte"
9162msgid_plural "cannot fill %d bytes"
9163msgstr[0] ""
9164msgstr[1] ""
9165
9b7388a8 9166#: builtin/index-pack.c:283
cc76011e
JX
9167msgid "early EOF"
9168msgstr ""
9169
9b7388a8 9170#: builtin/index-pack.c:284
cc76011e
JX
9171msgid "read error on input"
9172msgstr ""
9173
9b7388a8 9174#: builtin/index-pack.c:296
cc76011e
JX
9175msgid "used more bytes than were available"
9176msgstr ""
9177
9b7388a8 9178#: builtin/index-pack.c:303
cc76011e
JX
9179msgid "pack too large for current definition of off_t"
9180msgstr ""
9181
9b7388a8 9182#: builtin/index-pack.c:306 builtin/unpack-objects.c:93
fda7b092
JX
9183msgid "pack exceeds maximum allowed size"
9184msgstr ""
9185
9b7388a8 9186#: builtin/index-pack.c:321
cc76011e
JX
9187#, c-format
9188msgid "unable to create '%s'"
9189msgstr ""
9190
9b7388a8 9191#: builtin/index-pack.c:327
cc76011e
JX
9192#, c-format
9193msgid "cannot open packfile '%s'"
9194msgstr ""
9195
9b7388a8 9196#: builtin/index-pack.c:341
cc76011e
JX
9197msgid "pack signature mismatch"
9198msgstr ""
9199
9b7388a8 9200#: builtin/index-pack.c:343
cc76011e
JX
9201#, c-format
9202msgid "pack version %<PRIu32> unsupported"
9203msgstr ""
9204
9b7388a8 9205#: builtin/index-pack.c:361
cc76011e 9206#, c-format
9fa976ff 9207msgid "pack has bad object at offset %<PRIuMAX>: %s"
cc76011e
JX
9208msgstr ""
9209
9b7388a8 9210#: builtin/index-pack.c:482
cc76011e
JX
9211#, c-format
9212msgid "inflate returned %d"
9213msgstr ""
9214
9b7388a8 9215#: builtin/index-pack.c:531
cc76011e
JX
9216msgid "offset value overflow for delta base object"
9217msgstr ""
9218
9b7388a8 9219#: builtin/index-pack.c:539
cc76011e
JX
9220msgid "delta base offset is out of bound"
9221msgstr ""
9222
9b7388a8 9223#: builtin/index-pack.c:547
cc76011e
JX
9224#, c-format
9225msgid "unknown object type %d"
9226msgstr ""
9227
9b7388a8 9228#: builtin/index-pack.c:578
cc76011e
JX
9229msgid "cannot pread pack file"
9230msgstr ""
9231
9b7388a8 9232#: builtin/index-pack.c:580
cc76011e 9233#, c-format
9fa976ff
JX
9234msgid "premature end of pack file, %<PRIuMAX> byte missing"
9235msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
cc76011e
JX
9236msgstr[0] ""
9237msgstr[1] ""
9238
9b7388a8 9239#: builtin/index-pack.c:606
cc76011e
JX
9240msgid "serious inflate inconsistency"
9241msgstr ""
9242
9b7388a8
JX
9243#: builtin/index-pack.c:751 builtin/index-pack.c:757 builtin/index-pack.c:780
9244#: builtin/index-pack.c:819 builtin/index-pack.c:828
cc76011e
JX
9245#, c-format
9246msgid "SHA1 COLLISION FOUND WITH %s !"
9247msgstr ""
9248
9b7388a8
JX
9249#: builtin/index-pack.c:754 builtin/pack-objects.c:198
9250#: builtin/pack-objects.c:292
cc76011e
JX
9251#, c-format
9252msgid "unable to read %s"
9253msgstr ""
9254
9b7388a8 9255#: builtin/index-pack.c:817
dfc182b1
JX
9256#, c-format
9257msgid "cannot read existing object info %s"
9258msgstr ""
9259
9b7388a8 9260#: builtin/index-pack.c:825
cc76011e
JX
9261#, c-format
9262msgid "cannot read existing object %s"
9263msgstr ""
9264
9b7388a8 9265#: builtin/index-pack.c:839
cc76011e
JX
9266#, c-format
9267msgid "invalid blob object %s"
9268msgstr ""
9269
9b7388a8
JX
9270#: builtin/index-pack.c:842 builtin/index-pack.c:860
9271msgid "fsck error in packed object"
cc76011e
JX
9272msgstr ""
9273
9b7388a8
JX
9274#: builtin/index-pack.c:857
9275#, c-format
9276msgid "invalid %s"
cc76011e
JX
9277msgstr ""
9278
9b7388a8 9279#: builtin/index-pack.c:862
cc76011e
JX
9280#, c-format
9281msgid "Not all child objects of %s are reachable"
9282msgstr ""
9283
9b7388a8 9284#: builtin/index-pack.c:934 builtin/index-pack.c:965
cc76011e
JX
9285msgid "failed to apply delta"
9286msgstr ""
9287
9b7388a8 9288#: builtin/index-pack.c:1135
cc76011e
JX
9289msgid "Receiving objects"
9290msgstr ""
9291
9b7388a8 9292#: builtin/index-pack.c:1135
cc76011e
JX
9293msgid "Indexing objects"
9294msgstr ""
9295
9b7388a8 9296#: builtin/index-pack.c:1169
cc76011e
JX
9297msgid "pack is corrupted (SHA1 mismatch)"
9298msgstr ""
9299
9b7388a8 9300#: builtin/index-pack.c:1174
cc76011e
JX
9301msgid "cannot fstat packfile"
9302msgstr ""
9303
9b7388a8 9304#: builtin/index-pack.c:1177
cc76011e
JX
9305msgid "pack has junk at the end"
9306msgstr ""
9307
9b7388a8 9308#: builtin/index-pack.c:1189
cc76011e
JX
9309msgid "confusion beyond insanity in parse_pack_objects()"
9310msgstr ""
9311
9b7388a8 9312#: builtin/index-pack.c:1212
cc76011e
JX
9313msgid "Resolving deltas"
9314msgstr ""
9315
9b7388a8 9316#: builtin/index-pack.c:1223
cc76011e
JX
9317#, c-format
9318msgid "unable to create thread: %s"
9319msgstr ""
9320
9b7388a8 9321#: builtin/index-pack.c:1265
cc76011e
JX
9322msgid "confusion beyond insanity"
9323msgstr ""
9324
9b7388a8 9325#: builtin/index-pack.c:1271
cc76011e 9326#, c-format
f517e50d
JX
9327msgid "completed with %d local object"
9328msgid_plural "completed with %d local objects"
9329msgstr[0] ""
9330msgstr[1] ""
cc76011e 9331
9b7388a8 9332#: builtin/index-pack.c:1283
cc76011e
JX
9333#, c-format
9334msgid "Unexpected tail checksum for %s (disk corruption?)"
9335msgstr ""
9336
9b7388a8 9337#: builtin/index-pack.c:1287
cc76011e
JX
9338#, c-format
9339msgid "pack has %d unresolved delta"
9340msgid_plural "pack has %d unresolved deltas"
9341msgstr[0] ""
9342msgstr[1] ""
9343
9b7388a8 9344#: builtin/index-pack.c:1311
cc76011e
JX
9345#, c-format
9346msgid "unable to deflate appended object (%d)"
9347msgstr ""
9348
9b7388a8 9349#: builtin/index-pack.c:1388
cc76011e
JX
9350#, c-format
9351msgid "local object %s is corrupt"
9352msgstr ""
9353
9b7388a8 9354#: builtin/index-pack.c:1402
abc8de64
JX
9355#, c-format
9356msgid "packfile name '%s' does not end with '.pack'"
cc76011e
JX
9357msgstr ""
9358
9b7388a8 9359#: builtin/index-pack.c:1427
cc76011e 9360#, c-format
abc8de64 9361msgid "cannot write %s file '%s'"
cc76011e
JX
9362msgstr ""
9363
9b7388a8 9364#: builtin/index-pack.c:1435
cc76011e 9365#, c-format
abc8de64 9366msgid "cannot close written %s file '%s'"
cc76011e
JX
9367msgstr ""
9368
9b7388a8 9369#: builtin/index-pack.c:1459
abc8de64
JX
9370msgid "error while closing pack file"
9371msgstr ""
9372
9b7388a8 9373#: builtin/index-pack.c:1473
cc76011e
JX
9374msgid "cannot store pack file"
9375msgstr ""
9376
9b7388a8 9377#: builtin/index-pack.c:1481
cc76011e
JX
9378msgid "cannot store index file"
9379msgstr ""
9380
90d4bec9 9381#: builtin/index-pack.c:1525
cc76011e
JX
9382#, c-format
9383msgid "bad pack.indexversion=%<PRIu32>"
9384msgstr ""
9385
90d4bec9 9386#: builtin/index-pack.c:1594
cc76011e
JX
9387#, c-format
9388msgid "Cannot open existing pack file '%s'"
9389msgstr ""
9390
90d4bec9 9391#: builtin/index-pack.c:1596
cc76011e
JX
9392#, c-format
9393msgid "Cannot open existing pack idx file for '%s'"
9394msgstr ""
9395
90d4bec9 9396#: builtin/index-pack.c:1644
cc76011e
JX
9397#, c-format
9398msgid "non delta: %d object"
9399msgid_plural "non delta: %d objects"
9400msgstr[0] ""
9401msgstr[1] ""
9402
90d4bec9 9403#: builtin/index-pack.c:1651
cc76011e
JX
9404#, c-format
9405msgid "chain length = %d: %lu object"
9406msgid_plural "chain length = %d: %lu objects"
9407msgstr[0] ""
9408msgstr[1] ""
9409
90d4bec9 9410#: builtin/index-pack.c:1688
abc8de64 9411msgid "Cannot come back to cwd"
f517e50d
JX
9412msgstr ""
9413
90d4bec9
JX
9414#: builtin/index-pack.c:1739 builtin/index-pack.c:1742
9415#: builtin/index-pack.c:1758 builtin/index-pack.c:1762
cc76011e
JX
9416#, c-format
9417msgid "bad %s"
9418msgstr ""
9419
90d4bec9 9420#: builtin/index-pack.c:1778
cc76011e
JX
9421msgid "--fix-thin cannot be used without --stdin"
9422msgstr ""
9423
90d4bec9 9424#: builtin/index-pack.c:1780
673bfad0
JX
9425msgid "--stdin requires a git repository"
9426msgstr ""
9427
90d4bec9 9428#: builtin/index-pack.c:1786
cc76011e
JX
9429msgid "--verify with no packfile name given"
9430msgstr ""
9431
90d4bec9 9432#: builtin/index-pack.c:1836 builtin/unpack-objects.c:578
9b7388a8
JX
9433msgid "fsck error in pack objects"
9434msgstr ""
9435
5b34e000 9436#: builtin/init-db.c:55
cc76011e
JX
9437#, c-format
9438msgid "cannot stat '%s'"
9439msgstr ""
9440
5b34e000 9441#: builtin/init-db.c:61
cc76011e
JX
9442#, c-format
9443msgid "cannot stat template '%s'"
9444msgstr ""
9445
5b34e000 9446#: builtin/init-db.c:66
cc76011e
JX
9447#, c-format
9448msgid "cannot opendir '%s'"
9449msgstr ""
9450
5b34e000 9451#: builtin/init-db.c:77
cc76011e
JX
9452#, c-format
9453msgid "cannot readlink '%s'"
9454msgstr ""
9455
5b34e000 9456#: builtin/init-db.c:79
cc76011e
JX
9457#, c-format
9458msgid "cannot symlink '%s' '%s'"
9459msgstr ""
9460
5b34e000 9461#: builtin/init-db.c:85
cc76011e
JX
9462#, c-format
9463msgid "cannot copy '%s' to '%s'"
9464msgstr ""
9465
5b34e000 9466#: builtin/init-db.c:89
cc76011e
JX
9467#, c-format
9468msgid "ignoring template %s"
9469msgstr ""
9470
5b34e000 9471#: builtin/init-db.c:120
cc76011e 9472#, c-format
55892712 9473msgid "templates not found in %s"
cc76011e
JX
9474msgstr ""
9475
5b34e000 9476#: builtin/init-db.c:135
cc76011e 9477#, c-format
f517e50d 9478msgid "not copying templates from '%s': %s"
cc76011e
JX
9479msgstr ""
9480
5b34e000 9481#: builtin/init-db.c:328
cc76011e 9482#, c-format
fda7b092 9483msgid "unable to handle file type %d"
cc76011e
JX
9484msgstr ""
9485
5b34e000 9486#: builtin/init-db.c:331
cc76011e 9487#, c-format
fda7b092 9488msgid "unable to move %s to %s"
cc76011e
JX
9489msgstr ""
9490
5b34e000 9491#: builtin/init-db.c:348 builtin/init-db.c:351
cc76011e 9492#, c-format
fda7b092 9493msgid "%s already exists"
cc76011e
JX
9494msgstr ""
9495
5b34e000 9496#: builtin/init-db.c:404
cc76011e 9497#, c-format
9fa976ff 9498msgid "Reinitialized existing shared Git repository in %s%s\n"
cc76011e
JX
9499msgstr ""
9500
5b34e000 9501#: builtin/init-db.c:405
9fa976ff
JX
9502#, c-format
9503msgid "Reinitialized existing Git repository in %s%s\n"
cc76011e
JX
9504msgstr ""
9505
5b34e000 9506#: builtin/init-db.c:409
9fa976ff
JX
9507#, c-format
9508msgid "Initialized empty shared Git repository in %s%s\n"
cc76011e
JX
9509msgstr ""
9510
5b34e000 9511#: builtin/init-db.c:410
9fa976ff
JX
9512#, c-format
9513msgid "Initialized empty Git repository in %s%s\n"
cc76011e
JX
9514msgstr ""
9515
5b34e000 9516#: builtin/init-db.c:458
cc76011e 9517msgid ""
9caaf23e 9518"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
c2ea1208 9519"shared[=<permissions>]] [<directory>]"
cc76011e
JX
9520msgstr ""
9521
5b34e000 9522#: builtin/init-db.c:481
cc76011e
JX
9523msgid "permissions"
9524msgstr ""
9525
5b34e000 9526#: builtin/init-db.c:482
cc76011e
JX
9527msgid "specify that the git repository is to be shared amongst several users"
9528msgstr ""
9529
5b34e000 9530#: builtin/init-db.c:525
cc76011e
JX
9531#, c-format
9532msgid "cannot chdir to %s"
9533msgstr ""
9534
5b34e000 9535#: builtin/init-db.c:546
cc76011e
JX
9536#, c-format
9537msgid ""
9538"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
9539"dir=<directory>)"
9540msgstr ""
9541
5b34e000 9542#: builtin/init-db.c:574
cc76011e
JX
9543#, c-format
9544msgid "Cannot access work tree '%s'"
9545msgstr ""
9546
d07a63e4
JX
9547#: builtin/interpret-trailers.c:15
9548msgid ""
9eb3984b
JX
9549"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
9550"<token>[(=|:)<value>])...] [<file>...]"
d07a63e4
JX
9551msgstr ""
9552
25eab542 9553#: builtin/interpret-trailers.c:92
9eb3984b
JX
9554msgid "edit files in place"
9555msgstr ""
9556
25eab542 9557#: builtin/interpret-trailers.c:93
d07a63e4
JX
9558msgid "trim empty trailers"
9559msgstr ""
9560
25eab542
JX
9561#: builtin/interpret-trailers.c:96
9562msgid "where to place the new trailer"
9563msgstr ""
9564
9565#: builtin/interpret-trailers.c:98
9566msgid "action if trailer already exists"
9567msgstr ""
9568
9569#: builtin/interpret-trailers.c:100
9570msgid "action if trailer is missing"
9571msgstr ""
9572
9573#: builtin/interpret-trailers.c:102
9574msgid "output only the trailers"
9575msgstr ""
9576
9577#: builtin/interpret-trailers.c:103
9578msgid "do not apply config rules"
9579msgstr ""
9580
9581#: builtin/interpret-trailers.c:104
9582msgid "join whitespace-continued values"
9583msgstr ""
9584
9585#: builtin/interpret-trailers.c:105
9586msgid "set parsing options"
9587msgstr ""
9588
9589#: builtin/interpret-trailers.c:107
d07a63e4
JX
9590msgid "trailer"
9591msgstr ""
9592
25eab542 9593#: builtin/interpret-trailers.c:108
d07a63e4
JX
9594msgid "trailer(s) to add"
9595msgstr ""
9596
25eab542
JX
9597#: builtin/interpret-trailers.c:117
9598msgid "--trailer with --only-input does not make sense"
9599msgstr ""
9600
9601#: builtin/interpret-trailers.c:127
9eb3984b
JX
9602msgid "no input file given for in-place editing"
9603msgstr ""
9604
abc8de64 9605#: builtin/log.c:48
64f23b0c 9606msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
cc76011e
JX
9607msgstr ""
9608
abc8de64 9609#: builtin/log.c:49
c2ea1208 9610msgid "git show [<options>] <object>..."
cc76011e
JX
9611msgstr ""
9612
abc8de64 9613#: builtin/log.c:93
d07a63e4
JX
9614#, c-format
9615msgid "invalid --decorate option: %s"
9616msgstr ""
9617
abc8de64 9618#: builtin/log.c:153
cc76011e
JX
9619msgid "suppress diff output"
9620msgstr ""
9621
abc8de64 9622#: builtin/log.c:154
cc76011e
JX
9623msgid "show source"
9624msgstr ""
9625
abc8de64 9626#: builtin/log.c:155
46bc4039
JX
9627msgid "Use mail map file"
9628msgstr ""
9629
abc8de64 9630#: builtin/log.c:157
18a90722
JX
9631msgid "only decorate refs that match <pattern>"
9632msgstr ""
9633
abc8de64 9634#: builtin/log.c:159
18a90722
JX
9635msgid "do not decorate refs that match <pattern>"
9636msgstr ""
9637
abc8de64 9638#: builtin/log.c:160
cc76011e
JX
9639msgid "decorate options"
9640msgstr ""
9641
abc8de64 9642#: builtin/log.c:163
d07a63e4
JX
9643msgid "Process line range n,m in file, counting from 1"
9644msgstr ""
9645
abc8de64 9646#: builtin/log.c:259
cc76011e
JX
9647#, c-format
9648msgid "Final output: %d %s\n"
9649msgstr ""
9650
abc8de64 9651#: builtin/log.c:510
d07a63e4
JX
9652#, c-format
9653msgid "git show %s: bad file"
9654msgstr ""
9655
abc8de64 9656#: builtin/log.c:525 builtin/log.c:619
cc76011e
JX
9657#, c-format
9658msgid "Could not read object %s"
9659msgstr ""
9660
abc8de64 9661#: builtin/log.c:643
cc76011e
JX
9662#, c-format
9663msgid "Unknown type: %d"
9664msgstr ""
9665
abc8de64 9666#: builtin/log.c:764
cc76011e
JX
9667msgid "format.headers without value"
9668msgstr ""
9669
abc8de64 9670#: builtin/log.c:865
cc76011e
JX
9671msgid "name of output directory is too long"
9672msgstr ""
9673
abc8de64 9674#: builtin/log.c:881
cc76011e
JX
9675#, c-format
9676msgid "Cannot open patch file %s"
9677msgstr ""
9678
abc8de64 9679#: builtin/log.c:898
cc76011e
JX
9680msgid "Need exactly one range."
9681msgstr ""
9682
abc8de64 9683#: builtin/log.c:908
cc76011e
JX
9684msgid "Not a range."
9685msgstr ""
9686
abc8de64 9687#: builtin/log.c:1014
cc76011e
JX
9688msgid "Cover letter needs email format"
9689msgstr ""
9690
abc8de64 9691#: builtin/log.c:1095
cc76011e
JX
9692#, c-format
9693msgid "insane in-reply-to: %s"
9694msgstr ""
9695
abc8de64 9696#: builtin/log.c:1122
c2ea1208 9697msgid "git format-patch [<options>] [<since> | <revision-range>]"
cc76011e
JX
9698msgstr ""
9699
abc8de64 9700#: builtin/log.c:1172
cc76011e
JX
9701msgid "Two output directories?"
9702msgstr ""
9703
abc8de64 9704#: builtin/log.c:1279 builtin/log.c:1932 builtin/log.c:1934 builtin/log.c:1946
f517e50d
JX
9705#, c-format
9706msgid "Unknown commit %s"
9707msgstr ""
9708
9b7388a8 9709#: builtin/log.c:1289 builtin/notes.c:887 builtin/tag.c:523
f517e50d
JX
9710#, c-format
9711msgid "Failed to resolve '%s' as a valid ref."
9712msgstr ""
9713
abc8de64 9714#: builtin/log.c:1294
f517e50d
JX
9715msgid "Could not find exact merge base."
9716msgstr ""
9717
abc8de64 9718#: builtin/log.c:1298
f517e50d
JX
9719msgid ""
9720"Failed to get upstream, if you want to record base commit automatically,\n"
9721"please use git branch --set-upstream-to to track a remote branch.\n"
9722"Or you could specify base commit by --base=<base-commit-id> manually."
9723msgstr ""
9724
abc8de64 9725#: builtin/log.c:1318
f517e50d
JX
9726msgid "Failed to find exact merge base"
9727msgstr ""
9728
abc8de64 9729#: builtin/log.c:1329
f517e50d
JX
9730msgid "base commit should be the ancestor of revision list"
9731msgstr ""
9732
abc8de64 9733#: builtin/log.c:1333
f517e50d
JX
9734msgid "base commit shouldn't be in revision list"
9735msgstr ""
9736
abc8de64 9737#: builtin/log.c:1382
f517e50d
JX
9738msgid "cannot get patch id"
9739msgstr ""
9740
abc8de64 9741#: builtin/log.c:1441
cc76011e
JX
9742msgid "use [PATCH n/m] even with a single patch"
9743msgstr ""
9744
abc8de64 9745#: builtin/log.c:1444
cc76011e
JX
9746msgid "use [PATCH] even with multiple patches"
9747msgstr ""
9748
abc8de64 9749#: builtin/log.c:1448
cc76011e
JX
9750msgid "print patches to standard out"
9751msgstr ""
9752
abc8de64 9753#: builtin/log.c:1450
cc76011e
JX
9754msgid "generate a cover letter"
9755msgstr ""
9756
abc8de64 9757#: builtin/log.c:1452
cc76011e
JX
9758msgid "use simple number sequence for output file names"
9759msgstr ""
9760
abc8de64 9761#: builtin/log.c:1453
cc76011e
JX
9762msgid "sfx"
9763msgstr ""
9764
abc8de64 9765#: builtin/log.c:1454
cc76011e
JX
9766msgid "use <sfx> instead of '.patch'"
9767msgstr ""
9768
abc8de64 9769#: builtin/log.c:1456
cc76011e
JX
9770msgid "start numbering patches at <n> instead of 1"
9771msgstr ""
9772
abc8de64 9773#: builtin/log.c:1458
46bc4039
JX
9774msgid "mark the series as Nth re-roll"
9775msgstr ""
9776
abc8de64 9777#: builtin/log.c:1460
fda7b092
JX
9778msgid "Use [RFC PATCH] instead of [PATCH]"
9779msgstr ""
9780
abc8de64 9781#: builtin/log.c:1463
cc76011e
JX
9782msgid "Use [<prefix>] instead of [PATCH]"
9783msgstr ""
9784
abc8de64 9785#: builtin/log.c:1466
cc76011e
JX
9786msgid "store resulting files in <dir>"
9787msgstr ""
9788
abc8de64 9789#: builtin/log.c:1469
cc76011e
JX
9790msgid "don't strip/add [PATCH]"
9791msgstr ""
9792
abc8de64 9793#: builtin/log.c:1472
cc76011e
JX
9794msgid "don't output binary diffs"
9795msgstr ""
9796
abc8de64 9797#: builtin/log.c:1474
2c0ca050
JX
9798msgid "output all-zero hash in From header"
9799msgstr ""
9800
abc8de64 9801#: builtin/log.c:1476
cc76011e
JX
9802msgid "don't include a patch matching a commit upstream"
9803msgstr ""
9804
abc8de64 9805#: builtin/log.c:1478
cc76011e
JX
9806msgid "show patch format instead of default (patch + stat)"
9807msgstr ""
9808
abc8de64 9809#: builtin/log.c:1480
cc76011e
JX
9810msgid "Messaging"
9811msgstr ""
9812
abc8de64 9813#: builtin/log.c:1481
cc76011e
JX
9814msgid "header"
9815msgstr ""
9816
abc8de64 9817#: builtin/log.c:1482
cc76011e
JX
9818msgid "add email header"
9819msgstr ""
9820
abc8de64 9821#: builtin/log.c:1483 builtin/log.c:1485
cc76011e
JX
9822msgid "email"
9823msgstr ""
9824
abc8de64 9825#: builtin/log.c:1483
cc76011e
JX
9826msgid "add To: header"
9827msgstr ""
9828
abc8de64 9829#: builtin/log.c:1485
cc76011e
JX
9830msgid "add Cc: header"
9831msgstr ""
9832
abc8de64 9833#: builtin/log.c:1487
28b3cffc
JX
9834msgid "ident"
9835msgstr ""
9836
abc8de64 9837#: builtin/log.c:1488
28b3cffc
JX
9838msgid "set From address to <ident> (or committer ident if absent)"
9839msgstr ""
9840
abc8de64 9841#: builtin/log.c:1490
cc76011e
JX
9842msgid "message-id"
9843msgstr ""
9844
abc8de64 9845#: builtin/log.c:1491
cc76011e
JX
9846msgid "make first mail a reply to <message-id>"
9847msgstr ""
9848
abc8de64 9849#: builtin/log.c:1492 builtin/log.c:1495
cc76011e
JX
9850msgid "boundary"
9851msgstr ""
9852
abc8de64 9853#: builtin/log.c:1493
cc76011e
JX
9854msgid "attach the patch"
9855msgstr ""
9856
abc8de64 9857#: builtin/log.c:1496
cc76011e
JX
9858msgid "inline the patch"
9859msgstr ""
9860
abc8de64 9861#: builtin/log.c:1500
cc76011e
JX
9862msgid "enable message threading, styles: shallow, deep"
9863msgstr ""
9864
abc8de64 9865#: builtin/log.c:1502
cc76011e
JX
9866msgid "signature"
9867msgstr ""
9868
abc8de64 9869#: builtin/log.c:1503
cc76011e
JX
9870msgid "add a signature"
9871msgstr ""
9872
abc8de64 9873#: builtin/log.c:1504
f517e50d
JX
9874msgid "base-commit"
9875msgstr ""
9876
abc8de64 9877#: builtin/log.c:1505
f517e50d
JX
9878msgid "add prerequisite tree info to the patch series"
9879msgstr ""
9880
abc8de64 9881#: builtin/log.c:1507
fe05e196
JX
9882msgid "add a signature from a file"
9883msgstr ""
9884
abc8de64 9885#: builtin/log.c:1508
cc76011e
JX
9886msgid "don't print the patch filenames"
9887msgstr ""
9888
abc8de64 9889#: builtin/log.c:1510
25eab542
JX
9890msgid "show progress while generating patches"
9891msgstr ""
9892
abc8de64 9893#: builtin/log.c:1585
5b34e000
JX
9894#, c-format
9895msgid "invalid ident line: %s"
9896msgstr ""
9897
abc8de64 9898#: builtin/log.c:1600
cc76011e
JX
9899msgid "-n and -k are mutually exclusive."
9900msgstr ""
9901
abc8de64 9902#: builtin/log.c:1602
fda7b092 9903msgid "--subject-prefix/--rfc and -k are mutually exclusive."
cc76011e
JX
9904msgstr ""
9905
abc8de64 9906#: builtin/log.c:1610
cc76011e
JX
9907msgid "--name-only does not make sense"
9908msgstr ""
9909
abc8de64 9910#: builtin/log.c:1612
cc76011e
JX
9911msgid "--name-status does not make sense"
9912msgstr ""
9913
abc8de64 9914#: builtin/log.c:1614
cc76011e
JX
9915msgid "--check does not make sense"
9916msgstr ""
9917
abc8de64 9918#: builtin/log.c:1646
cc76011e
JX
9919msgid "standard output, or directory, which one?"
9920msgstr ""
9921
abc8de64 9922#: builtin/log.c:1648
cc76011e
JX
9923#, c-format
9924msgid "Could not create directory '%s'"
9925msgstr ""
9926
abc8de64 9927#: builtin/log.c:1741
fe05e196
JX
9928#, c-format
9929msgid "unable to read signature file '%s'"
9930msgstr ""
9931
abc8de64 9932#: builtin/log.c:1773
25eab542
JX
9933msgid "Generating patches"
9934msgstr ""
9935
abc8de64 9936#: builtin/log.c:1817
cc76011e
JX
9937msgid "Failed to create output files"
9938msgstr ""
9939
abc8de64 9940#: builtin/log.c:1867
cc76011e
JX
9941msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
9942msgstr ""
9943
abc8de64 9944#: builtin/log.c:1921
cc76011e
JX
9945#, c-format
9946msgid ""
9947"Could not find a tracked remote branch, please specify <upstream> manually.\n"
9948msgstr ""
9949
18a90722 9950#: builtin/ls-files.c:468
c2ea1208 9951msgid "git ls-files [<options>] [<file>...]"
cc76011e
JX
9952msgstr ""
9953
18a90722 9954#: builtin/ls-files.c:517
cc76011e
JX
9955msgid "identify the file status with tags"
9956msgstr ""
9957
18a90722 9958#: builtin/ls-files.c:519
cc76011e
JX
9959msgid "use lowercase letters for 'assume unchanged' files"
9960msgstr ""
9961
18a90722
JX
9962#: builtin/ls-files.c:521
9963msgid "use lowercase letters for 'fsmonitor clean' files"
9964msgstr ""
9965
9966#: builtin/ls-files.c:523
cc76011e
JX
9967msgid "show cached files in the output (default)"
9968msgstr ""
9969
18a90722 9970#: builtin/ls-files.c:525
cc76011e
JX
9971msgid "show deleted files in the output"
9972msgstr ""
9973
18a90722 9974#: builtin/ls-files.c:527
cc76011e
JX
9975msgid "show modified files in the output"
9976msgstr ""
9977
18a90722 9978#: builtin/ls-files.c:529
cc76011e
JX
9979msgid "show other files in the output"
9980msgstr ""
9981
18a90722 9982#: builtin/ls-files.c:531
cc76011e
JX
9983msgid "show ignored files in the output"
9984msgstr ""
9985
18a90722 9986#: builtin/ls-files.c:534
cc76011e
JX
9987msgid "show staged contents' object name in the output"
9988msgstr ""
9989
18a90722 9990#: builtin/ls-files.c:536
cc76011e
JX
9991msgid "show files on the filesystem that need to be removed"
9992msgstr ""
9993
18a90722 9994#: builtin/ls-files.c:538
d07a63e4 9995msgid "show 'other' directories' names only"
cc76011e
JX
9996msgstr ""
9997
18a90722 9998#: builtin/ls-files.c:540
9eb3984b
JX
9999msgid "show line endings of files"
10000msgstr ""
10001
18a90722 10002#: builtin/ls-files.c:542
cc76011e
JX
10003msgid "don't show empty directories"
10004msgstr ""
10005
18a90722 10006#: builtin/ls-files.c:545
cc76011e
JX
10007msgid "show unmerged files in the output"
10008msgstr ""
10009
18a90722 10010#: builtin/ls-files.c:547
cc76011e
JX
10011msgid "show resolve-undo information"
10012msgstr ""
10013
18a90722 10014#: builtin/ls-files.c:549
cc76011e
JX
10015msgid "skip files matching pattern"
10016msgstr ""
10017
18a90722 10018#: builtin/ls-files.c:552
cc76011e
JX
10019msgid "exclude patterns are read from <file>"
10020msgstr ""
10021
18a90722 10022#: builtin/ls-files.c:555
cc76011e
JX
10023msgid "read additional per-directory exclude patterns in <file>"
10024msgstr ""
10025
18a90722 10026#: builtin/ls-files.c:557
cc76011e
JX
10027msgid "add the standard git exclusions"
10028msgstr ""
10029
18a90722 10030#: builtin/ls-files.c:560
cc76011e
JX
10031msgid "make the output relative to the project top directory"
10032msgstr ""
10033
18a90722 10034#: builtin/ls-files.c:563
fda7b092
JX
10035msgid "recurse through submodules"
10036msgstr ""
10037
18a90722 10038#: builtin/ls-files.c:565
cc76011e
JX
10039msgid "if any <file> is not in the index, treat this as an error"
10040msgstr ""
10041
18a90722 10042#: builtin/ls-files.c:566
cc76011e
JX
10043msgid "tree-ish"
10044msgstr ""
10045
18a90722 10046#: builtin/ls-files.c:567
cc76011e
JX
10047msgid "pretend that paths removed since <tree-ish> are still present"
10048msgstr ""
10049
18a90722 10050#: builtin/ls-files.c:569
cc76011e
JX
10051msgid "show debugging data"
10052msgstr ""
10053
9b7388a8 10054#: builtin/ls-remote.c:9
9eb3984b
JX
10055msgid ""
10056"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
10057" [-q | --quiet] [--exit-code] [--get-url]\n"
10058" [--symref] [<repository> [<refs>...]]"
10059msgstr ""
10060
9b7388a8 10061#: builtin/ls-remote.c:59
9eb3984b
JX
10062msgid "do not print remote URL"
10063msgstr ""
10064
9b7388a8 10065#: builtin/ls-remote.c:60 builtin/ls-remote.c:62
9eb3984b
JX
10066msgid "exec"
10067msgstr ""
10068
9b7388a8 10069#: builtin/ls-remote.c:61 builtin/ls-remote.c:63
9eb3984b
JX
10070msgid "path of git-upload-pack on the remote host"
10071msgstr ""
10072
9b7388a8 10073#: builtin/ls-remote.c:65
9eb3984b
JX
10074msgid "limit to tags"
10075msgstr ""
10076
9b7388a8 10077#: builtin/ls-remote.c:66
9eb3984b
JX
10078msgid "limit to heads"
10079msgstr ""
10080
9b7388a8 10081#: builtin/ls-remote.c:67
9eb3984b
JX
10082msgid "do not show peeled tags"
10083msgstr ""
10084
9b7388a8 10085#: builtin/ls-remote.c:69
9eb3984b
JX
10086msgid "take url.<base>.insteadOf into account"
10087msgstr ""
10088
9b7388a8 10089#: builtin/ls-remote.c:73
9eb3984b
JX
10090msgid "exit with exit code 2 if no matching refs are found"
10091msgstr ""
10092
9b7388a8 10093#: builtin/ls-remote.c:76
9eb3984b
JX
10094msgid "show underlying ref in addition to the object pointed by it"
10095msgstr ""
10096
5b34e000 10097#: builtin/ls-tree.c:29
cc76011e
JX
10098msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
10099msgstr ""
10100
5b34e000 10101#: builtin/ls-tree.c:127
cc76011e
JX
10102msgid "only show trees"
10103msgstr ""
10104
5b34e000 10105#: builtin/ls-tree.c:129
cc76011e
JX
10106msgid "recurse into subtrees"
10107msgstr ""
10108
5b34e000 10109#: builtin/ls-tree.c:131
cc76011e
JX
10110msgid "show trees when recursing"
10111msgstr ""
10112
5b34e000 10113#: builtin/ls-tree.c:134
cc76011e
JX
10114msgid "terminate entries with NUL byte"
10115msgstr ""
10116
5b34e000 10117#: builtin/ls-tree.c:135
cc76011e
JX
10118msgid "include object size"
10119msgstr ""
10120
5b34e000 10121#: builtin/ls-tree.c:137 builtin/ls-tree.c:139
cc76011e
JX
10122msgid "list only filenames"
10123msgstr ""
10124
5b34e000 10125#: builtin/ls-tree.c:142
cc76011e
JX
10126msgid "use full path names"
10127msgstr ""
10128
5b34e000 10129#: builtin/ls-tree.c:144
cc76011e
JX
10130msgid "list entire tree; not just current directory (implies --full-name)"
10131msgstr ""
10132
5b34e000
JX
10133#: builtin/mailsplit.c:241
10134#, c-format
10135msgid "empty mbox: '%s'"
cc76011e
JX
10136msgstr ""
10137
55892712 10138#: builtin/merge.c:51
5b34e000 10139msgid "git merge [<options>] [<commit>...]"
cc76011e
JX
10140msgstr ""
10141
55892712 10142#: builtin/merge.c:52
5b34e000
JX
10143msgid "git merge --abort"
10144msgstr ""
10145
55892712 10146#: builtin/merge.c:53
673bfad0
JX
10147msgid "git merge --continue"
10148msgstr ""
10149
55892712 10150#: builtin/merge.c:110
cc76011e
JX
10151msgid "switch `m' requires a value"
10152msgstr ""
10153
55892712 10154#: builtin/merge.c:147
cc76011e
JX
10155#, c-format
10156msgid "Could not find merge strategy '%s'.\n"
10157msgstr ""
10158
55892712 10159#: builtin/merge.c:148
cc76011e
JX
10160#, c-format
10161msgid "Available strategies are:"
10162msgstr ""
10163
55892712 10164#: builtin/merge.c:153
cc76011e
JX
10165#, c-format
10166msgid "Available custom strategies are:"
10167msgstr ""
10168
55892712 10169#: builtin/merge.c:203 builtin/pull.c:142
cc76011e
JX
10170msgid "do not show a diffstat at the end of the merge"
10171msgstr ""
10172
55892712 10173#: builtin/merge.c:206 builtin/pull.c:145
cc76011e
JX
10174msgid "show a diffstat at the end of the merge"
10175msgstr ""
10176
55892712 10177#: builtin/merge.c:207 builtin/pull.c:148
cc76011e
JX
10178msgid "(synonym to --stat)"
10179msgstr ""
10180
55892712 10181#: builtin/merge.c:209 builtin/pull.c:151
cc76011e
JX
10182msgid "add (at most <n>) entries from shortlog to merge commit message"
10183msgstr ""
10184
55892712 10185#: builtin/merge.c:212 builtin/pull.c:157
cc76011e
JX
10186msgid "create a single commit instead of doing a merge"
10187msgstr ""
10188
55892712 10189#: builtin/merge.c:214 builtin/pull.c:160
cc76011e
JX
10190msgid "perform a commit if the merge succeeds (default)"
10191msgstr ""
10192
55892712 10193#: builtin/merge.c:216 builtin/pull.c:163
cc76011e
JX
10194msgid "edit message before committing"
10195msgstr ""
10196
55892712 10197#: builtin/merge.c:217
cc76011e
JX
10198msgid "allow fast-forward (default)"
10199msgstr ""
10200
55892712 10201#: builtin/merge.c:219 builtin/pull.c:169
cc76011e
JX
10202msgid "abort if fast-forward is not possible"
10203msgstr ""
10204
55892712 10205#: builtin/merge.c:223 builtin/pull.c:172
9fa976ff 10206msgid "verify that the named commit has a valid GPG signature"
c138af56
JX
10207msgstr ""
10208
55892712 10209#: builtin/merge.c:224 builtin/notes.c:777 builtin/pull.c:176
5b34e000 10210#: builtin/revert.c:109
cc76011e
JX
10211msgid "strategy"
10212msgstr ""
10213
55892712 10214#: builtin/merge.c:225 builtin/pull.c:177
cc76011e
JX
10215msgid "merge strategy to use"
10216msgstr ""
10217
55892712 10218#: builtin/merge.c:226 builtin/pull.c:180
cc76011e
JX
10219msgid "option=value"
10220msgstr ""
10221
55892712 10222#: builtin/merge.c:227 builtin/pull.c:181
cc76011e
JX
10223msgid "option for selected merge strategy"
10224msgstr ""
10225
55892712 10226#: builtin/merge.c:229
cc76011e
JX
10227msgid "merge commit message (for a non-fast-forward merge)"
10228msgstr ""
10229
55892712 10230#: builtin/merge.c:233
cc76011e
JX
10231msgid "abort the current in-progress merge"
10232msgstr ""
10233
55892712 10234#: builtin/merge.c:235
673bfad0
JX
10235msgid "continue the current in-progress merge"
10236msgstr ""
10237
55892712 10238#: builtin/merge.c:237 builtin/pull.c:188
f517e50d
JX
10239msgid "allow merging unrelated histories"
10240msgstr ""
10241
55892712 10242#: builtin/merge.c:243
25eab542
JX
10243msgid "verify commit-msg hook"
10244msgstr ""
10245
55892712 10246#: builtin/merge.c:268
cc76011e
JX
10247msgid "could not run stash."
10248msgstr ""
10249
55892712 10250#: builtin/merge.c:273
cc76011e
JX
10251msgid "stash failed"
10252msgstr ""
10253
55892712 10254#: builtin/merge.c:278
cc76011e
JX
10255#, c-format
10256msgid "not a valid object: %s"
10257msgstr ""
10258
55892712 10259#: builtin/merge.c:300 builtin/merge.c:317
cc76011e
JX
10260msgid "read-tree failed"
10261msgstr ""
10262
55892712 10263#: builtin/merge.c:347
cc76011e
JX
10264msgid " (nothing to squash)"
10265msgstr ""
10266
55892712 10267#: builtin/merge.c:358
cc76011e
JX
10268#, c-format
10269msgid "Squash commit -- not updating HEAD\n"
10270msgstr ""
10271
55892712 10272#: builtin/merge.c:408
cc76011e
JX
10273#, c-format
10274msgid "No merge message -- not updating HEAD\n"
10275msgstr ""
10276
55892712 10277#: builtin/merge.c:458
cc76011e
JX
10278#, c-format
10279msgid "'%s' does not point to a commit"
10280msgstr ""
10281
55892712 10282#: builtin/merge.c:548
cc76011e
JX
10283#, c-format
10284msgid "Bad branch.%s.mergeoptions string: %s"
10285msgstr ""
10286
55892712 10287#: builtin/merge.c:669
cc76011e
JX
10288msgid "Not handling anything other than two heads merge."
10289msgstr ""
10290
55892712 10291#: builtin/merge.c:683
cc76011e
JX
10292#, c-format
10293msgid "Unknown option for merge-recursive: -X%s"
10294msgstr ""
10295
55892712 10296#: builtin/merge.c:698
cc76011e
JX
10297#, c-format
10298msgid "unable to write %s"
10299msgstr ""
10300
55892712 10301#: builtin/merge.c:749
cc76011e
JX
10302#, c-format
10303msgid "Could not read from '%s'"
10304msgstr ""
10305
55892712 10306#: builtin/merge.c:758
cc76011e
JX
10307#, c-format
10308msgid "Not committing merge; use 'git commit' to complete the merge.\n"
10309msgstr ""
10310
55892712 10311#: builtin/merge.c:764
9caaf23e 10312#, c-format
cc76011e
JX
10313msgid ""
10314"Please enter a commit message to explain why this merge is necessary,\n"
10315"especially if it merges an updated upstream into a topic branch.\n"
10316"\n"
9caaf23e 10317"Lines starting with '%c' will be ignored, and an empty message aborts\n"
cc76011e
JX
10318"the commit.\n"
10319msgstr ""
10320
55892712 10321#: builtin/merge.c:800
cc76011e
JX
10322msgid "Empty commit message."
10323msgstr ""
10324
55892712 10325#: builtin/merge.c:819
cc76011e
JX
10326#, c-format
10327msgid "Wonderful.\n"
10328msgstr ""
10329
55892712 10330#: builtin/merge.c:872
cc76011e
JX
10331#, c-format
10332msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
10333msgstr ""
10334
55892712 10335#: builtin/merge.c:911
cc76011e
JX
10336msgid "No current branch."
10337msgstr ""
10338
55892712 10339#: builtin/merge.c:913
cc76011e
JX
10340msgid "No remote for the current branch."
10341msgstr ""
10342
55892712 10343#: builtin/merge.c:915
cc76011e
JX
10344msgid "No default upstream defined for the current branch."
10345msgstr ""
10346
55892712 10347#: builtin/merge.c:920
cc76011e 10348#, c-format
28b3cffc 10349msgid "No remote-tracking branch for %s from %s"
cc76011e
JX
10350msgstr ""
10351
55892712 10352#: builtin/merge.c:973
9fa976ff
JX
10353#, c-format
10354msgid "Bad value '%s' in environment '%s'"
10355msgstr ""
10356
55892712 10357#: builtin/merge.c:1075
9fa976ff
JX
10358#, c-format
10359msgid "not something we can merge in %s: %s"
10360msgstr ""
10361
55892712 10362#: builtin/merge.c:1109
9fa976ff
JX
10363msgid "not something we can merge"
10364msgstr ""
10365
55892712 10366#: builtin/merge.c:1211
673bfad0
JX
10367msgid "--abort expects no arguments"
10368msgstr ""
10369
55892712 10370#: builtin/merge.c:1215
cc76011e
JX
10371msgid "There is no merge to abort (MERGE_HEAD missing)."
10372msgstr ""
10373
55892712 10374#: builtin/merge.c:1227
673bfad0
JX
10375msgid "--continue expects no arguments"
10376msgstr ""
10377
55892712 10378#: builtin/merge.c:1231
673bfad0
JX
10379msgid "There is no merge in progress (MERGE_HEAD missing)."
10380msgstr ""
10381
55892712 10382#: builtin/merge.c:1247
cc76011e
JX
10383msgid ""
10384"You have not concluded your merge (MERGE_HEAD exists).\n"
d07a63e4 10385"Please, commit your changes before you merge."
cc76011e
JX
10386msgstr ""
10387
55892712 10388#: builtin/merge.c:1254
cc76011e
JX
10389msgid ""
10390"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
d07a63e4 10391"Please, commit your changes before you merge."
cc76011e
JX
10392msgstr ""
10393
55892712 10394#: builtin/merge.c:1257
cc76011e
JX
10395msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
10396msgstr ""
10397
55892712 10398#: builtin/merge.c:1266
cc76011e
JX
10399msgid "You cannot combine --squash with --no-ff."
10400msgstr ""
10401
55892712 10402#: builtin/merge.c:1274
cc76011e
JX
10403msgid "No commit specified and merge.defaultToUpstream not set."
10404msgstr ""
10405
55892712 10406#: builtin/merge.c:1291
cc76011e
JX
10407msgid "Squash commit into empty head not supported yet"
10408msgstr ""
10409
55892712 10410#: builtin/merge.c:1293
cc76011e
JX
10411msgid "Non-fast-forward commit does not make sense into an empty head"
10412msgstr ""
10413
55892712 10414#: builtin/merge.c:1298
28b3cffc
JX
10415#, c-format
10416msgid "%s - not something we can merge"
10417msgstr ""
10418
55892712 10419#: builtin/merge.c:1300
64f23b0c
JX
10420msgid "Can merge only exactly one commit into empty head"
10421msgstr ""
10422
55892712 10423#: builtin/merge.c:1334
c138af56
JX
10424#, c-format
10425msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
10426msgstr ""
10427
55892712 10428#: builtin/merge.c:1337
c138af56
JX
10429#, c-format
10430msgid "Commit %s has a bad GPG signature allegedly by %s."
10431msgstr ""
10432
55892712 10433#: builtin/merge.c:1340
c138af56
JX
10434#, c-format
10435msgid "Commit %s does not have a GPG signature."
10436msgstr ""
10437
55892712 10438#: builtin/merge.c:1343
c138af56
JX
10439#, c-format
10440msgid "Commit %s has a good GPG signature by %s\n"
10441msgstr ""
10442
55892712 10443#: builtin/merge.c:1402
f517e50d
JX
10444msgid "refusing to merge unrelated histories"
10445msgstr ""
10446
55892712 10447#: builtin/merge.c:1411
25eab542 10448msgid "Already up to date."
9fa976ff
JX
10449msgstr ""
10450
55892712 10451#: builtin/merge.c:1421
cc76011e
JX
10452#, c-format
10453msgid "Updating %s..%s\n"
10454msgstr ""
10455
55892712 10456#: builtin/merge.c:1462
cc76011e
JX
10457#, c-format
10458msgid "Trying really trivial in-index merge...\n"
10459msgstr ""
10460
55892712 10461#: builtin/merge.c:1469
cc76011e
JX
10462#, c-format
10463msgid "Nope.\n"
10464msgstr ""
10465
55892712 10466#: builtin/merge.c:1494
25eab542 10467msgid "Already up to date. Yeeah!"
9fa976ff
JX
10468msgstr ""
10469
55892712 10470#: builtin/merge.c:1500
cc76011e
JX
10471msgid "Not possible to fast-forward, aborting."
10472msgstr ""
10473
55892712 10474#: builtin/merge.c:1523 builtin/merge.c:1602
cc76011e
JX
10475#, c-format
10476msgid "Rewinding the tree to pristine...\n"
10477msgstr ""
10478
55892712 10479#: builtin/merge.c:1527
cc76011e
JX
10480#, c-format
10481msgid "Trying merge strategy %s...\n"
10482msgstr ""
10483
55892712 10484#: builtin/merge.c:1593
cc76011e
JX
10485#, c-format
10486msgid "No merge strategy handled the merge.\n"
10487msgstr ""
10488
55892712 10489#: builtin/merge.c:1595
cc76011e
JX
10490#, c-format
10491msgid "Merge with strategy %s failed.\n"
10492msgstr ""
10493
55892712 10494#: builtin/merge.c:1604
cc76011e
JX
10495#, c-format
10496msgid "Using the %s to prepare resolving by hand.\n"
10497msgstr ""
10498
55892712 10499#: builtin/merge.c:1616
cc76011e
JX
10500#, c-format
10501msgid "Automatic merge went well; stopped before committing as requested\n"
10502msgstr ""
10503
5b34e000 10504#: builtin/merge-base.c:30
c2ea1208 10505msgid "git merge-base [-a | --all] <commit> <commit>..."
cc76011e
JX
10506msgstr ""
10507
5b34e000 10508#: builtin/merge-base.c:31
c2ea1208 10509msgid "git merge-base [-a | --all] --octopus <commit>..."
cc76011e
JX
10510msgstr ""
10511
5b34e000 10512#: builtin/merge-base.c:32
cc76011e
JX
10513msgid "git merge-base --independent <commit>..."
10514msgstr ""
10515
5b34e000 10516#: builtin/merge-base.c:33
cc76011e
JX
10517msgid "git merge-base --is-ancestor <commit> <commit>"
10518msgstr ""
10519
5b34e000 10520#: builtin/merge-base.c:34
df49095a
JX
10521msgid "git merge-base --fork-point <ref> [<commit>]"
10522msgstr ""
10523
18a90722 10524#: builtin/merge-base.c:220
cc76011e
JX
10525msgid "output all common ancestors"
10526msgstr ""
10527
18a90722 10528#: builtin/merge-base.c:222
cc76011e
JX
10529msgid "find ancestors for a single n-way merge"
10530msgstr ""
10531
18a90722 10532#: builtin/merge-base.c:224
cc76011e
JX
10533msgid "list revs not reachable from others"
10534msgstr ""
10535
18a90722 10536#: builtin/merge-base.c:226
cc76011e
JX
10537msgid "is the first one ancestor of the other?"
10538msgstr ""
10539
18a90722 10540#: builtin/merge-base.c:228
df49095a
JX
10541msgid "find where <commit> forked from reflog of <ref>"
10542msgstr ""
10543
5b34e000 10544#: builtin/merge-file.c:9
cc76011e 10545msgid ""
c2ea1208
JX
10546"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
10547"<orig-file> <file2>"
cc76011e
JX
10548msgstr ""
10549
5b34e000 10550#: builtin/merge-file.c:33
cc76011e
JX
10551msgid "send results to standard output"
10552msgstr ""
10553
5b34e000 10554#: builtin/merge-file.c:34
cc76011e
JX
10555msgid "use a diff3 based merge"
10556msgstr ""
10557
5b34e000 10558#: builtin/merge-file.c:35
cc76011e
JX
10559msgid "for conflicts, use our version"
10560msgstr ""
10561
5b34e000 10562#: builtin/merge-file.c:37
cc76011e
JX
10563msgid "for conflicts, use their version"
10564msgstr ""
10565
5b34e000 10566#: builtin/merge-file.c:39
cc76011e
JX
10567msgid "for conflicts, use a union version"
10568msgstr ""
10569
5b34e000 10570#: builtin/merge-file.c:42
cc76011e
JX
10571msgid "for conflicts, use this marker size"
10572msgstr ""
10573
5b34e000 10574#: builtin/merge-file.c:43
cc76011e
JX
10575msgid "do not warn about conflicts"
10576msgstr ""
10577
5b34e000 10578#: builtin/merge-file.c:45
c2ea1208 10579msgid "set labels for file1/orig-file/file2"
cc76011e
JX
10580msgstr ""
10581
fda7b092
JX
10582#: builtin/merge-recursive.c:45
10583#, c-format
10584msgid "unknown option %s"
10585msgstr ""
10586
10587#: builtin/merge-recursive.c:51
10588#, c-format
10589msgid "could not parse object '%s'"
10590msgstr ""
10591
10592#: builtin/merge-recursive.c:55
10593#, c-format
10594msgid "cannot handle more than %d base. Ignoring %s."
10595msgid_plural "cannot handle more than %d bases. Ignoring %s."
10596msgstr[0] ""
10597msgstr[1] ""
10598
10599#: builtin/merge-recursive.c:63
10600msgid "not handling anything other than two heads merge."
10601msgstr ""
10602
10603#: builtin/merge-recursive.c:69 builtin/merge-recursive.c:71
10604#, c-format
10605msgid "could not resolve ref '%s'"
10606msgstr ""
10607
10608#: builtin/merge-recursive.c:77
10609#, c-format
10610msgid "Merging %s with %s\n"
10611msgstr ""
10612
9eb3984b 10613#: builtin/mktree.c:65
cc76011e
JX
10614msgid "git mktree [-z] [--missing] [--batch]"
10615msgstr ""
10616
5b34e000 10617#: builtin/mktree.c:153
cc76011e
JX
10618msgid "input is NUL terminated"
10619msgstr ""
10620
5b34e000 10621#: builtin/mktree.c:154 builtin/write-tree.c:25
cc76011e
JX
10622msgid "allow missing objects"
10623msgstr ""
10624
5b34e000 10625#: builtin/mktree.c:155
cc76011e
JX
10626msgid "allow creation of more than one tree"
10627msgstr ""
10628
5b34e000 10629#: builtin/mv.c:17
c2ea1208 10630msgid "git mv [<options>] <source>... <destination>"
cc76011e
JX
10631msgstr ""
10632
9b7388a8 10633#: builtin/mv.c:82
d07a63e4
JX
10634#, c-format
10635msgid "Directory %s is in index and no submodule?"
cc76011e
JX
10636msgstr ""
10637
9b7388a8 10638#: builtin/mv.c:84 builtin/rm.c:288
d07a63e4 10639msgid "Please stage your changes to .gitmodules or stash them to proceed"
cc76011e
JX
10640msgstr ""
10641
9b7388a8 10642#: builtin/mv.c:102
cc76011e 10643#, c-format
d07a63e4 10644msgid "%.*s is in index"
cc76011e
JX
10645msgstr ""
10646
9b7388a8 10647#: builtin/mv.c:124
d07a63e4 10648msgid "force move/rename even if target exists"
cc76011e
JX
10649msgstr ""
10650
9b7388a8 10651#: builtin/mv.c:126
d07a63e4 10652msgid "skip move/rename errors"
cc76011e
JX
10653msgstr ""
10654
abc8de64 10655#: builtin/mv.c:168
d07a63e4
JX
10656#, c-format
10657msgid "destination '%s' is not a directory"
cc76011e
JX
10658msgstr ""
10659
abc8de64 10660#: builtin/mv.c:179
727b9576 10661#, c-format
d07a63e4 10662msgid "Checking rename of '%s' to '%s'\n"
727b9576
JX
10663msgstr ""
10664
abc8de64 10665#: builtin/mv.c:183
d07a63e4 10666msgid "bad source"
727b9576
JX
10667msgstr ""
10668
abc8de64 10669#: builtin/mv.c:186
d07a63e4 10670msgid "can not move directory into itself"
cc76011e
JX
10671msgstr ""
10672
abc8de64 10673#: builtin/mv.c:189
d07a63e4
JX
10674msgid "cannot move directory over file"
10675msgstr ""
10676
abc8de64 10677#: builtin/mv.c:198
cc76011e
JX
10678msgid "source directory is empty"
10679msgstr ""
10680
abc8de64 10681#: builtin/mv.c:223
cc76011e
JX
10682msgid "not under version control"
10683msgstr ""
10684
abc8de64 10685#: builtin/mv.c:226
cc76011e
JX
10686msgid "destination exists"
10687msgstr ""
10688
abc8de64 10689#: builtin/mv.c:234
cc76011e
JX
10690#, c-format
10691msgid "overwriting '%s'"
10692msgstr ""
10693
abc8de64 10694#: builtin/mv.c:237
cc76011e
JX
10695msgid "Cannot overwrite"
10696msgstr ""
10697
abc8de64 10698#: builtin/mv.c:240
cc76011e
JX
10699msgid "multiple sources for the same target"
10700msgstr ""
10701
abc8de64 10702#: builtin/mv.c:242
df49095a
JX
10703msgid "destination directory does not exist"
10704msgstr ""
10705
abc8de64 10706#: builtin/mv.c:249
cc76011e
JX
10707#, c-format
10708msgid "%s, source=%s, destination=%s"
10709msgstr ""
10710
abc8de64 10711#: builtin/mv.c:270
cc76011e
JX
10712#, c-format
10713msgid "Renaming %s to %s\n"
10714msgstr ""
10715
9b7388a8 10716#: builtin/mv.c:276 builtin/remote.c:715 builtin/repack.c:409
cc76011e
JX
10717#, c-format
10718msgid "renaming '%s' failed"
10719msgstr ""
10720
5b34e000 10721#: builtin/name-rev.c:338
c2ea1208 10722msgid "git name-rev [<options>] <commit>..."
cc76011e
JX
10723msgstr ""
10724
5b34e000 10725#: builtin/name-rev.c:339
c2ea1208 10726msgid "git name-rev [<options>] --all"
cc76011e
JX
10727msgstr ""
10728
5b34e000 10729#: builtin/name-rev.c:340
c2ea1208 10730msgid "git name-rev [<options>] --stdin"
cc76011e
JX
10731msgstr ""
10732
5b34e000 10733#: builtin/name-rev.c:395
cc76011e
JX
10734msgid "print only names (no SHA-1)"
10735msgstr ""
10736
5b34e000 10737#: builtin/name-rev.c:396
cc76011e
JX
10738msgid "only use tags to name the commits"
10739msgstr ""
10740
5b34e000 10741#: builtin/name-rev.c:398
cc76011e
JX
10742msgid "only use refs matching <pattern>"
10743msgstr ""
10744
5b34e000 10745#: builtin/name-rev.c:400
dfc182b1
JX
10746msgid "ignore refs matching <pattern>"
10747msgstr ""
10748
5b34e000 10749#: builtin/name-rev.c:402
cc76011e
JX
10750msgid "list all commits reachable from all refs"
10751msgstr ""
10752
5b34e000 10753#: builtin/name-rev.c:403
cc76011e
JX
10754msgid "read from stdin"
10755msgstr ""
10756
5b34e000 10757#: builtin/name-rev.c:404
727b9576 10758msgid "allow to print `undefined` names (default)"
cc76011e
JX
10759msgstr ""
10760
5b34e000 10761#: builtin/name-rev.c:410
28b3cffc
JX
10762msgid "dereference tags in the input (internal use)"
10763msgstr ""
10764
5b34e000 10765#: builtin/notes.c:26
c2ea1208 10766msgid "git notes [--ref <notes-ref>] [list [<object>]]"
cc76011e
JX
10767msgstr ""
10768
5b34e000 10769#: builtin/notes.c:27
cc76011e 10770msgid ""
c2ea1208 10771"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
beb691f7 10772"| (-c | -C) <object>] [<object>]"
cc76011e
JX
10773msgstr ""
10774
5b34e000 10775#: builtin/notes.c:28
c2ea1208 10776msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
cc76011e
JX
10777msgstr ""
10778
5b34e000 10779#: builtin/notes.c:29
cc76011e 10780msgid ""
c2ea1208 10781"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
beb691f7 10782"(-c | -C) <object>] [<object>]"
cc76011e
JX
10783msgstr ""
10784
5b34e000 10785#: builtin/notes.c:30
c2ea1208 10786msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
cc76011e
JX
10787msgstr ""
10788
5b34e000 10789#: builtin/notes.c:31
c2ea1208 10790msgid "git notes [--ref <notes-ref>] show [<object>]"
cc76011e
JX
10791msgstr ""
10792
5b34e000 10793#: builtin/notes.c:32
cc76011e 10794msgid ""
c2ea1208 10795"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
cc76011e
JX
10796msgstr ""
10797
5b34e000 10798#: builtin/notes.c:33
cc76011e
JX
10799msgid "git notes merge --commit [-v | -q]"
10800msgstr ""
10801
5b34e000 10802#: builtin/notes.c:34
cc76011e
JX
10803msgid "git notes merge --abort [-v | -q]"
10804msgstr ""
10805
5b34e000 10806#: builtin/notes.c:35
c2ea1208 10807msgid "git notes [--ref <notes-ref>] remove [<object>...]"
cc76011e
JX
10808msgstr ""
10809
5b34e000 10810#: builtin/notes.c:36
18a90722 10811msgid "git notes [--ref <notes-ref>] prune [-n] [-v]"
cc76011e
JX
10812msgstr ""
10813
5b34e000 10814#: builtin/notes.c:37
c2ea1208 10815msgid "git notes [--ref <notes-ref>] get-ref"
cc76011e
JX
10816msgstr ""
10817
5b34e000 10818#: builtin/notes.c:42
cc76011e
JX
10819msgid "git notes [list [<object>]]"
10820msgstr ""
10821
5b34e000 10822#: builtin/notes.c:47
cc76011e
JX
10823msgid "git notes add [<options>] [<object>]"
10824msgstr ""
10825
5b34e000 10826#: builtin/notes.c:52
cc76011e
JX
10827msgid "git notes copy [<options>] <from-object> <to-object>"
10828msgstr ""
10829
5b34e000 10830#: builtin/notes.c:53
cc76011e
JX
10831msgid "git notes copy --stdin [<from-object> <to-object>]..."
10832msgstr ""
10833
5b34e000 10834#: builtin/notes.c:58
cc76011e
JX
10835msgid "git notes append [<options>] [<object>]"
10836msgstr ""
10837
5b34e000 10838#: builtin/notes.c:63
cc76011e
JX
10839msgid "git notes edit [<object>]"
10840msgstr ""
10841
5b34e000 10842#: builtin/notes.c:68
cc76011e
JX
10843msgid "git notes show [<object>]"
10844msgstr ""
10845
5b34e000 10846#: builtin/notes.c:73
c2ea1208 10847msgid "git notes merge [<options>] <notes-ref>"
cc76011e
JX
10848msgstr ""
10849
5b34e000 10850#: builtin/notes.c:74
cc76011e
JX
10851msgid "git notes merge --commit [<options>]"
10852msgstr ""
10853
5b34e000 10854#: builtin/notes.c:75
cc76011e
JX
10855msgid "git notes merge --abort [<options>]"
10856msgstr ""
10857
5b34e000 10858#: builtin/notes.c:80
cc76011e
JX
10859msgid "git notes remove [<object>]"
10860msgstr ""
10861
5b34e000 10862#: builtin/notes.c:85
cc76011e
JX
10863msgid "git notes prune [<options>]"
10864msgstr ""
10865
5b34e000 10866#: builtin/notes.c:90
cc76011e
JX
10867msgid "git notes get-ref"
10868msgstr ""
10869
5b34e000 10870#: builtin/notes.c:95
9fa976ff
JX
10871msgid "Write/edit the notes for the following object:"
10872msgstr ""
10873
5b34e000 10874#: builtin/notes.c:148
cc76011e
JX
10875#, c-format
10876msgid "unable to start 'show' for object '%s'"
10877msgstr ""
10878
5b34e000 10879#: builtin/notes.c:152
9caaf23e 10880msgid "could not read 'show' output"
cc76011e
JX
10881msgstr ""
10882
5b34e000 10883#: builtin/notes.c:160
cc76011e
JX
10884#, c-format
10885msgid "failed to finish 'show' for object '%s'"
10886msgstr ""
10887
5b34e000 10888#: builtin/notes.c:195
fda7b092 10889msgid "please supply the note contents using either -m or -F option"
cc76011e
JX
10890msgstr ""
10891
5b34e000 10892#: builtin/notes.c:204
cc76011e
JX
10893msgid "unable to write note object"
10894msgstr ""
10895
5b34e000 10896#: builtin/notes.c:206
cc76011e 10897#, c-format
fda7b092 10898msgid "the note contents have been left in %s"
cc76011e
JX
10899msgstr ""
10900
9b7388a8 10901#: builtin/notes.c:234 builtin/tag.c:507
cc76011e
JX
10902#, c-format
10903msgid "cannot read '%s'"
10904msgstr ""
10905
9b7388a8 10906#: builtin/notes.c:236 builtin/tag.c:510
cc76011e
JX
10907#, c-format
10908msgid "could not open or read '%s'"
10909msgstr ""
10910
5b34e000 10911#: builtin/notes.c:255 builtin/notes.c:306 builtin/notes.c:308
25eab542
JX
10912#: builtin/notes.c:376 builtin/notes.c:431 builtin/notes.c:517
10913#: builtin/notes.c:522 builtin/notes.c:600 builtin/notes.c:662
fda7b092
JX
10914#, c-format
10915msgid "failed to resolve '%s' as a valid ref."
10916msgstr ""
10917
5b34e000 10918#: builtin/notes.c:258
cc76011e 10919#, c-format
fda7b092 10920msgid "failed to read object '%s'."
cc76011e
JX
10921msgstr ""
10922
5b34e000 10923#: builtin/notes.c:262
5e078fcd 10924#, c-format
fda7b092 10925msgid "cannot read note data from non-blob object '%s'."
5e078fcd
JX
10926msgstr ""
10927
5b34e000 10928#: builtin/notes.c:302
fda7b092
JX
10929#, c-format
10930msgid "malformed input line: '%s'."
10931msgstr ""
10932
5b34e000 10933#: builtin/notes.c:317
fda7b092
JX
10934#, c-format
10935msgid "failed to copy notes from '%s' to '%s'"
10936msgstr ""
10937
5b34e000
JX
10938#. TRANSLATORS: the first %s will be replaced by a git
10939#. notes command: 'add', 'merge', 'remove', etc.
10940#.
25eab542 10941#: builtin/notes.c:349
fda7b092
JX
10942#, c-format
10943msgid "refusing to %s notes in %s (outside of refs/notes/)"
10944msgstr ""
10945
25eab542
JX
10946#: builtin/notes.c:369 builtin/notes.c:424 builtin/notes.c:500
10947#: builtin/notes.c:512 builtin/notes.c:588 builtin/notes.c:655
10948#: builtin/notes.c:805 builtin/notes.c:952 builtin/notes.c:973
cc76011e
JX
10949msgid "too many parameters"
10950msgstr ""
10951
25eab542 10952#: builtin/notes.c:382 builtin/notes.c:668
cc76011e 10953#, c-format
fda7b092 10954msgid "no note found for object %s."
cc76011e
JX
10955msgstr ""
10956
25eab542 10957#: builtin/notes.c:403 builtin/notes.c:566
cc76011e
JX
10958msgid "note contents as a string"
10959msgstr ""
10960
25eab542 10961#: builtin/notes.c:406 builtin/notes.c:569
cc76011e
JX
10962msgid "note contents in a file"
10963msgstr ""
10964
25eab542 10965#: builtin/notes.c:409 builtin/notes.c:572
cc76011e
JX
10966msgid "reuse and edit specified note object"
10967msgstr ""
10968
25eab542 10969#: builtin/notes.c:412 builtin/notes.c:575
cc76011e
JX
10970msgid "reuse specified note object"
10971msgstr ""
10972
25eab542 10973#: builtin/notes.c:415 builtin/notes.c:578
beb691f7
JX
10974msgid "allow storing empty note"
10975msgstr ""
10976
25eab542 10977#: builtin/notes.c:416 builtin/notes.c:487
cc76011e
JX
10978msgid "replace existing notes"
10979msgstr ""
10980
25eab542 10981#: builtin/notes.c:441
cc76011e
JX
10982#, c-format
10983msgid ""
10984"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
10985"existing notes"
10986msgstr ""
10987
25eab542 10988#: builtin/notes.c:456 builtin/notes.c:535
cc76011e
JX
10989#, c-format
10990msgid "Overwriting existing notes for object %s\n"
10991msgstr ""
10992
25eab542 10993#: builtin/notes.c:467 builtin/notes.c:627 builtin/notes.c:892
beb691f7
JX
10994#, c-format
10995msgid "Removing note for object %s\n"
10996msgstr ""
10997
25eab542 10998#: builtin/notes.c:488
cc76011e
JX
10999msgid "read objects from stdin"
11000msgstr ""
11001
25eab542 11002#: builtin/notes.c:490
cc76011e
JX
11003msgid "load rewriting config for <command> (implies --stdin)"
11004msgstr ""
11005
25eab542 11006#: builtin/notes.c:508
cc76011e
JX
11007msgid "too few parameters"
11008msgstr ""
11009
25eab542 11010#: builtin/notes.c:529
cc76011e
JX
11011#, c-format
11012msgid ""
11013"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
11014"existing notes"
11015msgstr ""
11016
25eab542 11017#: builtin/notes.c:541
cc76011e 11018#, c-format
fda7b092 11019msgid "missing notes on source object %s. Cannot copy."
cc76011e
JX
11020msgstr ""
11021
25eab542 11022#: builtin/notes.c:593
cc76011e
JX
11023#, c-format
11024msgid ""
11025"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
11026"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
11027msgstr ""
11028
25eab542 11029#: builtin/notes.c:688
fda7b092
JX
11030msgid "failed to delete ref NOTES_MERGE_PARTIAL"
11031msgstr ""
11032
25eab542 11033#: builtin/notes.c:690
fda7b092
JX
11034msgid "failed to delete ref NOTES_MERGE_REF"
11035msgstr ""
11036
25eab542 11037#: builtin/notes.c:692
fda7b092
JX
11038msgid "failed to remove 'git notes merge' worktree"
11039msgstr ""
11040
25eab542 11041#: builtin/notes.c:712
fda7b092
JX
11042msgid "failed to read ref NOTES_MERGE_PARTIAL"
11043msgstr ""
11044
25eab542 11045#: builtin/notes.c:714
fda7b092
JX
11046msgid "could not find commit from NOTES_MERGE_PARTIAL."
11047msgstr ""
11048
25eab542 11049#: builtin/notes.c:716
fda7b092
JX
11050msgid "could not parse commit from NOTES_MERGE_PARTIAL."
11051msgstr ""
11052
25eab542 11053#: builtin/notes.c:729
fda7b092
JX
11054msgid "failed to resolve NOTES_MERGE_REF"
11055msgstr ""
11056
25eab542 11057#: builtin/notes.c:732
fda7b092
JX
11058msgid "failed to finalize notes merge"
11059msgstr ""
11060
25eab542 11061#: builtin/notes.c:758
9fa976ff
JX
11062#, c-format
11063msgid "unknown notes merge strategy %s"
11064msgstr ""
11065
25eab542 11066#: builtin/notes.c:774
cc76011e
JX
11067msgid "General options"
11068msgstr ""
11069
25eab542 11070#: builtin/notes.c:776
cc76011e
JX
11071msgid "Merge options"
11072msgstr ""
11073
25eab542 11074#: builtin/notes.c:778
cc76011e
JX
11075msgid ""
11076"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
11077"cat_sort_uniq)"
11078msgstr ""
11079
25eab542 11080#: builtin/notes.c:780
cc76011e
JX
11081msgid "Committing unmerged notes"
11082msgstr ""
11083
25eab542 11084#: builtin/notes.c:782
cc76011e
JX
11085msgid "finalize notes merge by committing unmerged notes"
11086msgstr ""
11087
25eab542 11088#: builtin/notes.c:784
cc76011e
JX
11089msgid "Aborting notes merge resolution"
11090msgstr ""
11091
25eab542 11092#: builtin/notes.c:786
cc76011e
JX
11093msgid "abort notes merge"
11094msgstr ""
11095
25eab542 11096#: builtin/notes.c:797
9fa976ff
JX
11097msgid "cannot mix --commit, --abort or -s/--strategy"
11098msgstr ""
11099
25eab542 11100#: builtin/notes.c:802
fda7b092 11101msgid "must specify a notes ref to merge"
9fa976ff
JX
11102msgstr ""
11103
25eab542 11104#: builtin/notes.c:826
9fa976ff 11105#, c-format
fda7b092 11106msgid "unknown -s/--strategy: %s"
9fa976ff
JX
11107msgstr ""
11108
25eab542 11109#: builtin/notes.c:863
df0617bf 11110#, c-format
fda7b092 11111msgid "a notes merge into %s is already in-progress at %s"
df0617bf
JX
11112msgstr ""
11113
25eab542 11114#: builtin/notes.c:866
9fa976ff 11115#, c-format
fda7b092 11116msgid "failed to store link to current notes ref (%s)"
9fa976ff
JX
11117msgstr ""
11118
25eab542 11119#: builtin/notes.c:868
9fa976ff
JX
11120#, c-format
11121msgid ""
11122"Automatic notes merge failed. Fix conflicts in %s and commit the result with "
11123"'git notes merge --commit', or abort the merge with 'git notes merge --"
11124"abort'.\n"
11125msgstr ""
11126
25eab542 11127#: builtin/notes.c:890
cc76011e
JX
11128#, c-format
11129msgid "Object %s has no note\n"
11130msgstr ""
11131
25eab542 11132#: builtin/notes.c:902
cc76011e
JX
11133msgid "attempt to remove non-existent note is not an error"
11134msgstr ""
11135
25eab542 11136#: builtin/notes.c:905
cc76011e
JX
11137msgid "read object names from the standard input"
11138msgstr ""
11139
9b7388a8 11140#: builtin/notes.c:943 builtin/prune.c:107 builtin/worktree.c:151
9fa976ff
JX
11141msgid "do not remove, show only"
11142msgstr ""
11143
25eab542 11144#: builtin/notes.c:944
9fa976ff 11145msgid "report pruned notes"
cc76011e
JX
11146msgstr ""
11147
25eab542 11148#: builtin/notes.c:986
9fa976ff
JX
11149msgid "notes-ref"
11150msgstr ""
11151
25eab542 11152#: builtin/notes.c:987
c2ea1208 11153msgid "use notes from <notes-ref>"
cc76011e
JX
11154msgstr ""
11155
25eab542 11156#: builtin/notes.c:1022
cc76011e 11157#, c-format
fda7b092 11158msgid "unknown subcommand: %s"
cc76011e
JX
11159msgstr ""
11160
9b7388a8 11161#: builtin/pack-objects.c:48
df0617bf
JX
11162msgid ""
11163"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
cc76011e
JX
11164msgstr ""
11165
9b7388a8 11166#: builtin/pack-objects.c:49
df0617bf
JX
11167msgid ""
11168"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
cc76011e
JX
11169msgstr ""
11170
9b7388a8 11171#: builtin/pack-objects.c:211 builtin/pack-objects.c:214
cc76011e
JX
11172#, c-format
11173msgid "deflate error (%d)"
11174msgstr ""
11175
9b7388a8 11176#: builtin/pack-objects.c:810
f517e50d
JX
11177msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
11178msgstr ""
11179
9b7388a8 11180#: builtin/pack-objects.c:823
5e078fcd
JX
11181msgid "Writing objects"
11182msgstr ""
11183
9b7388a8 11184#: builtin/pack-objects.c:1106
5e078fcd
JX
11185msgid "disabling bitmap writing, as some objects are not being packed"
11186msgstr ""
11187
9b7388a8
JX
11188#: builtin/pack-objects.c:1765
11189msgid "Counting objects"
11190msgstr ""
11191
11192#: builtin/pack-objects.c:1895
11193#, c-format
11194msgid "unable to get size of %s"
11195msgstr ""
11196
11197#: builtin/pack-objects.c:1910
11198#, c-format
11199msgid "unable to parse object header of %s"
11200msgstr ""
11201
11202#: builtin/pack-objects.c:2564
5e078fcd
JX
11203msgid "Compressing objects"
11204msgstr ""
11205
9b7388a8 11206#: builtin/pack-objects.c:2735
18a90722
JX
11207msgid "invalid value for --missing"
11208msgstr ""
11209
9b7388a8 11210#: builtin/pack-objects.c:3067
cc76011e
JX
11211#, c-format
11212msgid "unsupported index version %s"
11213msgstr ""
11214
9b7388a8 11215#: builtin/pack-objects.c:3071
cc76011e
JX
11216#, c-format
11217msgid "bad index version '%s'"
11218msgstr ""
11219
9b7388a8 11220#: builtin/pack-objects.c:3102
cc76011e
JX
11221msgid "do not show progress meter"
11222msgstr ""
11223
9b7388a8 11224#: builtin/pack-objects.c:3104
cc76011e
JX
11225msgid "show progress meter"
11226msgstr ""
11227
9b7388a8 11228#: builtin/pack-objects.c:3106
cc76011e
JX
11229msgid "show progress meter during object writing phase"
11230msgstr ""
11231
9b7388a8 11232#: builtin/pack-objects.c:3109
cc76011e
JX
11233msgid "similar to --all-progress when progress meter is shown"
11234msgstr ""
11235
9b7388a8 11236#: builtin/pack-objects.c:3110
cc76011e
JX
11237msgid "version[,offset]"
11238msgstr ""
11239
9b7388a8 11240#: builtin/pack-objects.c:3111
cc76011e
JX
11241msgid "write the pack index file in the specified idx format version"
11242msgstr ""
11243
9b7388a8 11244#: builtin/pack-objects.c:3114
cc76011e
JX
11245msgid "maximum size of each output pack file"
11246msgstr ""
11247
9b7388a8 11248#: builtin/pack-objects.c:3116
cc76011e
JX
11249msgid "ignore borrowed objects from alternate object store"
11250msgstr ""
11251
9b7388a8 11252#: builtin/pack-objects.c:3118
cc76011e
JX
11253msgid "ignore packed objects"
11254msgstr ""
11255
9b7388a8 11256#: builtin/pack-objects.c:3120
cc76011e
JX
11257msgid "limit pack window by objects"
11258msgstr ""
11259
9b7388a8 11260#: builtin/pack-objects.c:3122
cc76011e
JX
11261msgid "limit pack window by memory in addition to object limit"
11262msgstr ""
11263
9b7388a8 11264#: builtin/pack-objects.c:3124
cc76011e
JX
11265msgid "maximum length of delta chain allowed in the resulting pack"
11266msgstr ""
11267
9b7388a8 11268#: builtin/pack-objects.c:3126
cc76011e
JX
11269msgid "reuse existing deltas"
11270msgstr ""
11271
9b7388a8 11272#: builtin/pack-objects.c:3128
cc76011e
JX
11273msgid "reuse existing objects"
11274msgstr ""
11275
9b7388a8 11276#: builtin/pack-objects.c:3130
cc76011e
JX
11277msgid "use OFS_DELTA objects"
11278msgstr ""
11279
9b7388a8 11280#: builtin/pack-objects.c:3132
cc76011e
JX
11281msgid "use threads when searching for best delta matches"
11282msgstr ""
11283
9b7388a8 11284#: builtin/pack-objects.c:3134
cc76011e
JX
11285msgid "do not create an empty pack output"
11286msgstr ""
11287
9b7388a8 11288#: builtin/pack-objects.c:3136
cc76011e
JX
11289msgid "read revision arguments from standard input"
11290msgstr ""
11291
9b7388a8 11292#: builtin/pack-objects.c:3138
cc76011e
JX
11293msgid "limit the objects to those that are not yet packed"
11294msgstr ""
11295
9b7388a8 11296#: builtin/pack-objects.c:3141
cc76011e
JX
11297msgid "include objects reachable from any reference"
11298msgstr ""
11299
9b7388a8 11300#: builtin/pack-objects.c:3144
cc76011e
JX
11301msgid "include objects referred by reflog entries"
11302msgstr ""
11303
9b7388a8 11304#: builtin/pack-objects.c:3147
d07a63e4
JX
11305msgid "include objects referred to by the index"
11306msgstr ""
11307
9b7388a8 11308#: builtin/pack-objects.c:3150
cc76011e
JX
11309msgid "output pack to stdout"
11310msgstr ""
11311
9b7388a8 11312#: builtin/pack-objects.c:3152
cc76011e
JX
11313msgid "include tag objects that refer to objects to be packed"
11314msgstr ""
11315
9b7388a8 11316#: builtin/pack-objects.c:3154
cc76011e
JX
11317msgid "keep unreachable objects"
11318msgstr ""
11319
9b7388a8 11320#: builtin/pack-objects.c:3156
9fa976ff
JX
11321msgid "pack loose unreachable objects"
11322msgstr ""
11323
9b7388a8 11324#: builtin/pack-objects.c:3158
cc76011e
JX
11325msgid "unpack unreachable objects newer than <time>"
11326msgstr ""
11327
9b7388a8 11328#: builtin/pack-objects.c:3161
cc76011e
JX
11329msgid "create thin packs"
11330msgstr ""
11331
9b7388a8 11332#: builtin/pack-objects.c:3163
beb691f7
JX
11333msgid "create packs suitable for shallow fetches"
11334msgstr ""
11335
9b7388a8 11336#: builtin/pack-objects.c:3165
cc76011e
JX
11337msgid "ignore packs that have companion .keep file"
11338msgstr ""
11339
9b7388a8
JX
11340#: builtin/pack-objects.c:3167
11341msgid "ignore this pack"
11342msgstr ""
11343
11344#: builtin/pack-objects.c:3169
cc76011e
JX
11345msgid "pack compression level"
11346msgstr ""
11347
9b7388a8 11348#: builtin/pack-objects.c:3171
cc76011e
JX
11349msgid "do not hide commits by grafts"
11350msgstr ""
11351
9b7388a8 11352#: builtin/pack-objects.c:3173
5e078fcd
JX
11353msgid "use a bitmap index if available to speed up counting objects"
11354msgstr ""
11355
9b7388a8 11356#: builtin/pack-objects.c:3175
5e078fcd
JX
11357msgid "write a bitmap index together with the pack index"
11358msgstr ""
11359
9b7388a8 11360#: builtin/pack-objects.c:3178
18a90722
JX
11361msgid "handling for missing objects"
11362msgstr ""
11363
9b7388a8 11364#: builtin/pack-objects.c:3181
abc8de64
JX
11365msgid "do not pack objects in promisor packfiles"
11366msgstr ""
11367
9b7388a8
JX
11368#: builtin/pack-objects.c:3205
11369#, c-format
11370msgid "delta chain depth %d is too deep, forcing %d"
11371msgstr ""
11372
11373#: builtin/pack-objects.c:3210
11374#, c-format
11375msgid "pack.deltaCacheLimit is too high, forcing %d"
5e078fcd
JX
11376msgstr ""
11377
9b7388a8
JX
11378#: builtin/pack-objects.c:3338
11379msgid "Enumerating objects"
11380msgstr ""
11381
11382#: builtin/pack-refs.c:7
df0617bf
JX
11383msgid "git pack-refs [<options>]"
11384msgstr ""
11385
9b7388a8 11386#: builtin/pack-refs.c:15
df0617bf
JX
11387msgid "pack everything"
11388msgstr ""
11389
9b7388a8 11390#: builtin/pack-refs.c:16
df0617bf
JX
11391msgid "prune loose refs (default)"
11392msgstr ""
11393
25eab542 11394#: builtin/prune-packed.c:8
df0617bf
JX
11395msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
11396msgstr ""
11397
25eab542 11398#: builtin/prune-packed.c:41
df0617bf
JX
11399msgid "Removing duplicate objects"
11400msgstr ""
11401
11402#: builtin/prune.c:11
18a90722 11403msgid "git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"
df0617bf
JX
11404msgstr ""
11405
9b7388a8 11406#: builtin/prune.c:108
df0617bf
JX
11407msgid "report pruned objects"
11408msgstr ""
11409
9b7388a8 11410#: builtin/prune.c:111
df0617bf
JX
11411msgid "expire objects older than <time>"
11412msgstr ""
11413
9b7388a8 11414#: builtin/prune.c:113
abc8de64
JX
11415msgid "limit traversal to objects outside promisor packfiles"
11416msgstr ""
11417
9b7388a8 11418#: builtin/prune.c:127
f4f2c8f8
JX
11419msgid "cannot prune in a precious-objects repo"
11420msgstr ""
11421
9b7388a8 11422#: builtin/pull.c:59 builtin/pull.c:61
fda7b092
JX
11423#, c-format
11424msgid "Invalid value for %s: %s"
11425msgstr ""
11426
9b7388a8 11427#: builtin/pull.c:81
f4f2c8f8 11428msgid "git pull [<options>] [<repository> [<refspec>...]]"
df0617bf
JX
11429msgstr ""
11430
9b7388a8 11431#: builtin/pull.c:132
5b34e000
JX
11432msgid "control for recursive fetching of submodules"
11433msgstr ""
11434
9b7388a8 11435#: builtin/pull.c:136
df0617bf
JX
11436msgid "Options related to merging"
11437msgstr ""
11438
9b7388a8 11439#: builtin/pull.c:139
df0617bf
JX
11440msgid "incorporate changes by rebasing rather than merging"
11441msgstr ""
11442
9b7388a8 11443#: builtin/pull.c:166 builtin/rebase--helper.c:23 builtin/revert.c:121
df0617bf
JX
11444msgid "allow fast-forward"
11445msgstr ""
11446
9b7388a8 11447#: builtin/pull.c:175
f517e50d
JX
11448msgid "automatically stash/stash pop before and after rebase"
11449msgstr ""
11450
9b7388a8 11451#: builtin/pull.c:191
df0617bf
JX
11452msgid "Options related to fetching"
11453msgstr ""
11454
9b7388a8 11455#: builtin/pull.c:209
9eb3984b
JX
11456msgid "number of submodules pulled in parallel"
11457msgstr ""
11458
9b7388a8 11459#: builtin/pull.c:304
df0617bf
JX
11460#, c-format
11461msgid "Invalid value for pull.ff: %s"
11462msgstr ""
11463
9b7388a8 11464#: builtin/pull.c:420
df0617bf
JX
11465msgid ""
11466"There is no candidate for rebasing against among the refs that you just "
11467"fetched."
11468msgstr ""
11469
9b7388a8 11470#: builtin/pull.c:422
df0617bf
JX
11471msgid ""
11472"There are no candidates for merging among the refs that you just fetched."
11473msgstr ""
11474
9b7388a8 11475#: builtin/pull.c:423
df0617bf
JX
11476msgid ""
11477"Generally this means that you provided a wildcard refspec which had no\n"
11478"matches on the remote end."
11479msgstr ""
11480
9b7388a8 11481#: builtin/pull.c:426
df0617bf
JX
11482#, c-format
11483msgid ""
11484"You asked to pull from the remote '%s', but did not specify\n"
11485"a branch. Because this is not the default configured remote\n"
11486"for your current branch, you must specify a branch on the command line."
11487msgstr ""
11488
9b7388a8 11489#: builtin/pull.c:431 git-parse-remote.sh:73
df0617bf
JX
11490msgid "You are not currently on a branch."
11491msgstr ""
11492
9b7388a8 11493#: builtin/pull.c:433 builtin/pull.c:448 git-parse-remote.sh:79
df0617bf
JX
11494msgid "Please specify which branch you want to rebase against."
11495msgstr ""
11496
9b7388a8 11497#: builtin/pull.c:435 builtin/pull.c:450 git-parse-remote.sh:82
df0617bf
JX
11498msgid "Please specify which branch you want to merge with."
11499msgstr ""
11500
9b7388a8 11501#: builtin/pull.c:436 builtin/pull.c:451
df0617bf 11502msgid "See git-pull(1) for details."
cc76011e
JX
11503msgstr ""
11504
9b7388a8 11505#: builtin/pull.c:438 builtin/pull.c:444 builtin/pull.c:453
f517e50d
JX
11506#: git-parse-remote.sh:64
11507msgid "<remote>"
11508msgstr ""
11509
9b7388a8 11510#: builtin/pull.c:438 builtin/pull.c:453 builtin/pull.c:458 git-rebase.sh:523
f517e50d
JX
11511#: git-parse-remote.sh:65
11512msgid "<branch>"
11513msgstr ""
11514
9b7388a8 11515#: builtin/pull.c:446 git-parse-remote.sh:75
df0617bf 11516msgid "There is no tracking information for the current branch."
cc76011e
JX
11517msgstr ""
11518
9b7388a8 11519#: builtin/pull.c:455 git-parse-remote.sh:95
df0617bf 11520msgid ""
f517e50d 11521"If you wish to set tracking information for this branch you can do so with:"
cc76011e
JX
11522msgstr ""
11523
9b7388a8 11524#: builtin/pull.c:460
df0617bf
JX
11525#, c-format
11526msgid ""
11527"Your configuration specifies to merge with the ref '%s'\n"
11528"from the remote, but no such ref was fetched."
cc76011e
JX
11529msgstr ""
11530
9b7388a8 11531#: builtin/pull.c:826
9fa976ff
JX
11532msgid "ignoring --verify-signatures for rebase"
11533msgstr ""
11534
9b7388a8 11535#: builtin/pull.c:874
f517e50d
JX
11536msgid "--[no-]autostash option is only valid with --rebase."
11537msgstr ""
11538
9b7388a8 11539#: builtin/pull.c:882
df0617bf 11540msgid "Updating an unborn branch with changes added to the index."
5e078fcd
JX
11541msgstr ""
11542
9b7388a8 11543#: builtin/pull.c:885
fda7b092
JX
11544msgid "pull with rebase"
11545msgstr ""
11546
9b7388a8 11547#: builtin/pull.c:886
fda7b092
JX
11548msgid "please commit or stash them."
11549msgstr ""
11550
9b7388a8 11551#: builtin/pull.c:911
df0617bf
JX
11552#, c-format
11553msgid ""
11554"fetch updated the current branch head.\n"
11555"fast-forwarding your working tree from\n"
11556"commit %s."
cc76011e
JX
11557msgstr ""
11558
9b7388a8 11559#: builtin/pull.c:916
df0617bf
JX
11560#, c-format
11561msgid ""
11562"Cannot fast-forward your working tree.\n"
11563"After making sure that you saved anything precious from\n"
11564"$ git diff %s\n"
11565"output, run\n"
11566"$ git reset --hard\n"
11567"to recover."
cc76011e
JX
11568msgstr ""
11569
9b7388a8 11570#: builtin/pull.c:931
df0617bf 11571msgid "Cannot merge multiple branches into empty head."
cc76011e
JX
11572msgstr ""
11573
9b7388a8 11574#: builtin/pull.c:935
df0617bf 11575msgid "Cannot rebase onto multiple branches."
cc76011e
JX
11576msgstr ""
11577
9b7388a8 11578#: builtin/pull.c:942
5b34e000
JX
11579msgid "cannot rebase with locally recorded submodule modifications"
11580msgstr ""
11581
9b7388a8 11582#: builtin/push.c:19
cc76011e
JX
11583msgid "git push [<options>] [<repository> [<refspec>...]]"
11584msgstr ""
11585
9b7388a8 11586#: builtin/push.c:111
cc76011e
JX
11587msgid "tag shorthand without <tag>"
11588msgstr ""
11589
9b7388a8 11590#: builtin/push.c:121
cc76011e
JX
11591msgid "--delete only accepts plain target ref names"
11592msgstr ""
11593
9b7388a8 11594#: builtin/push.c:165
cc76011e
JX
11595msgid ""
11596"\n"
11597"To choose either option permanently, see push.default in 'git help config'."
11598msgstr ""
11599
9b7388a8 11600#: builtin/push.c:168
cc76011e
JX
11601#, c-format
11602msgid ""
11603"The upstream branch of your current branch does not match\n"
11604"the name of your current branch. To push to the upstream branch\n"
11605"on the remote, use\n"
11606"\n"
11607" git push %s HEAD:%s\n"
11608"\n"
11609"To push to the branch of the same name on the remote, use\n"
11610"\n"
11611" git push %s %s\n"
11612"%s"
11613msgstr ""
11614
9b7388a8 11615#: builtin/push.c:183
cc76011e
JX
11616#, c-format
11617msgid ""
11618"You are not currently on a branch.\n"
11619"To push the history leading to the current (detached HEAD)\n"
11620"state now, use\n"
11621"\n"
11622" git push %s HEAD:<name-of-remote-branch>\n"
11623msgstr ""
11624
9b7388a8 11625#: builtin/push.c:197
cc76011e
JX
11626#, c-format
11627msgid ""
11628"The current branch %s has no upstream branch.\n"
11629"To push the current branch and set the remote as upstream, use\n"
11630"\n"
11631" git push --set-upstream %s %s\n"
11632msgstr ""
11633
9b7388a8 11634#: builtin/push.c:205
cc76011e
JX
11635#, c-format
11636msgid "The current branch %s has multiple upstream branches, refusing to push."
11637msgstr ""
11638
9b7388a8 11639#: builtin/push.c:208
cc76011e
JX
11640#, c-format
11641msgid ""
11642"You are pushing to remote '%s', which is not the upstream of\n"
11643"your current branch '%s', without telling me what to push\n"
11644"to update which remote branch."
11645msgstr ""
11646
9b7388a8 11647#: builtin/push.c:267
cc76011e
JX
11648msgid ""
11649"You didn't specify any refspecs to push, and push.default is \"nothing\"."
11650msgstr ""
11651
9b7388a8 11652#: builtin/push.c:274
cc76011e
JX
11653msgid ""
11654"Updates were rejected because the tip of your current branch is behind\n"
28b3cffc
JX
11655"its remote counterpart. Integrate the remote changes (e.g.\n"
11656"'git pull ...') before pushing again.\n"
cc76011e
JX
11657"See the 'Note about fast-forwards' in 'git push --help' for details."
11658msgstr ""
11659
9b7388a8 11660#: builtin/push.c:280
cc76011e
JX
11661msgid ""
11662"Updates were rejected because a pushed branch tip is behind its remote\n"
28b3cffc
JX
11663"counterpart. Check out this branch and integrate the remote changes\n"
11664"(e.g. 'git pull ...') before pushing again.\n"
cc76011e
JX
11665"See the 'Note about fast-forwards' in 'git push --help' for details."
11666msgstr ""
11667
9b7388a8 11668#: builtin/push.c:286
46bc4039 11669msgid ""
9caaf23e
JX
11670"Updates were rejected because the remote contains work that you do\n"
11671"not have locally. This is usually caused by another repository pushing\n"
28b3cffc
JX
11672"to the same ref. You may want to first integrate the remote changes\n"
11673"(e.g., 'git pull ...') before pushing again.\n"
9caaf23e 11674"See the 'Note about fast-forwards' in 'git push --help' for details."
46bc4039
JX
11675msgstr ""
11676
9b7388a8 11677#: builtin/push.c:293
9caaf23e
JX
11678msgid "Updates were rejected because the tag already exists in the remote."
11679msgstr ""
11680
9b7388a8 11681#: builtin/push.c:296
9caaf23e
JX
11682msgid ""
11683"You cannot update a remote ref that points at a non-commit object,\n"
11684"or update a remote ref to make it point at a non-commit object,\n"
11685"without using the '--force' option.\n"
11686msgstr ""
11687
9b7388a8 11688#: builtin/push.c:357
cc76011e
JX
11689#, c-format
11690msgid "Pushing to %s\n"
11691msgstr ""
11692
9b7388a8 11693#: builtin/push.c:361
cc76011e
JX
11694#, c-format
11695msgid "failed to push some refs to '%s'"
11696msgstr ""
11697
9b7388a8 11698#: builtin/push.c:395
cc76011e
JX
11699#, c-format
11700msgid "bad repository '%s'"
11701msgstr ""
11702
9b7388a8 11703#: builtin/push.c:396
cc76011e
JX
11704msgid ""
11705"No configured push destination.\n"
11706"Either specify the URL from the command-line or configure a remote "
11707"repository using\n"
11708"\n"
11709" git remote add <name> <url>\n"
11710"\n"
11711"and then push using the remote name\n"
11712"\n"
11713" git push <name>\n"
11714msgstr ""
11715
9b7388a8 11716#: builtin/push.c:551
cc76011e
JX
11717msgid "repository"
11718msgstr ""
11719
9b7388a8 11720#: builtin/push.c:552 builtin/send-pack.c:164
cc76011e
JX
11721msgid "push all refs"
11722msgstr ""
11723
9b7388a8 11724#: builtin/push.c:553 builtin/send-pack.c:166
cc76011e
JX
11725msgid "mirror all refs"
11726msgstr ""
11727
9b7388a8 11728#: builtin/push.c:555
cc76011e
JX
11729msgid "delete refs"
11730msgstr ""
11731
9b7388a8 11732#: builtin/push.c:556
cc76011e
JX
11733msgid "push tags (can't be used with --all or --mirror)"
11734msgstr ""
11735
9b7388a8 11736#: builtin/push.c:559 builtin/send-pack.c:167
cc76011e
JX
11737msgid "force updates"
11738msgstr ""
11739
9b7388a8 11740#: builtin/push.c:561 builtin/send-pack.c:181
727b9576
JX
11741msgid "refname>:<expect"
11742msgstr ""
11743
9b7388a8 11744#: builtin/push.c:562 builtin/send-pack.c:182
727b9576
JX
11745msgid "require old value of ref to be at this value"
11746msgstr ""
11747
9b7388a8 11748#: builtin/push.c:565
cc76011e
JX
11749msgid "control recursive pushing of submodules"
11750msgstr ""
11751
9b7388a8 11752#: builtin/push.c:567 builtin/send-pack.c:175
cc76011e
JX
11753msgid "use thin pack"
11754msgstr ""
11755
9b7388a8
JX
11756#: builtin/push.c:568 builtin/push.c:569 builtin/send-pack.c:161
11757#: builtin/send-pack.c:162
cc76011e
JX
11758msgid "receive pack program"
11759msgstr ""
11760
9b7388a8 11761#: builtin/push.c:570
cc76011e
JX
11762msgid "set upstream for git pull/status"
11763msgstr ""
11764
9b7388a8 11765#: builtin/push.c:573
cc76011e
JX
11766msgid "prune locally removed refs"
11767msgstr ""
11768
9b7388a8 11769#: builtin/push.c:575
9caaf23e
JX
11770msgid "bypass pre-push hook"
11771msgstr ""
11772
9b7388a8 11773#: builtin/push.c:576
c138af56 11774msgid "push missing but relevant tags"
cc76011e
JX
11775msgstr ""
11776
9b7388a8 11777#: builtin/push.c:579 builtin/send-pack.c:169
d07a63e4
JX
11778msgid "GPG sign the push"
11779msgstr ""
11780
9b7388a8 11781#: builtin/push.c:581 builtin/send-pack.c:176
c2ea1208
JX
11782msgid "request atomic transaction on remote side"
11783msgstr ""
11784
9b7388a8
JX
11785#: builtin/push.c:599
11786msgid "--delete is incompatible with --all, --mirror and --tags"
9fa976ff
JX
11787msgstr ""
11788
9b7388a8
JX
11789#: builtin/push.c:601
11790msgid "--delete doesn't make sense without any refs"
9fa976ff
JX
11791msgstr ""
11792
9b7388a8
JX
11793#: builtin/push.c:604
11794msgid "--all and --tags are incompatible"
c138af56
JX
11795msgstr ""
11796
9b7388a8
JX
11797#: builtin/push.c:606
11798msgid "--all can't be combined with refspecs"
cc76011e
JX
11799msgstr ""
11800
9b7388a8
JX
11801#: builtin/push.c:610
11802msgid "--mirror and --tags are incompatible"
11803msgstr ""
11804
11805#: builtin/push.c:612
11806msgid "--mirror can't be combined with refspecs"
11807msgstr ""
11808
11809#: builtin/push.c:615
11810msgid "--all and --mirror are incompatible"
11811msgstr ""
11812
11813#: builtin/push.c:634
9fa976ff
JX
11814msgid "push options must not have new line characters"
11815msgstr ""
11816
dfc182b1 11817#: builtin/read-tree.c:40
cc76011e 11818msgid ""
df0617bf 11819"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
cc76011e
JX
11820"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
11821"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
11822msgstr ""
11823
9b7388a8 11824#: builtin/read-tree.c:120
cc76011e
JX
11825msgid "write resulting index to <file>"
11826msgstr ""
11827
9b7388a8 11828#: builtin/read-tree.c:123
cc76011e
JX
11829msgid "only empty the index"
11830msgstr ""
11831
9b7388a8 11832#: builtin/read-tree.c:125
cc76011e
JX
11833msgid "Merging"
11834msgstr ""
11835
9b7388a8 11836#: builtin/read-tree.c:127
cc76011e
JX
11837msgid "perform a merge in addition to a read"
11838msgstr ""
11839
9b7388a8 11840#: builtin/read-tree.c:129
cc76011e
JX
11841msgid "3-way merge if no file level merging required"
11842msgstr ""
11843
9b7388a8 11844#: builtin/read-tree.c:131
cc76011e
JX
11845msgid "3-way merge in presence of adds and removes"
11846msgstr ""
11847
9b7388a8 11848#: builtin/read-tree.c:133
cc76011e
JX
11849msgid "same as -m, but discard unmerged entries"
11850msgstr ""
11851
9b7388a8 11852#: builtin/read-tree.c:134
cc76011e
JX
11853msgid "<subdirectory>/"
11854msgstr ""
11855
9b7388a8 11856#: builtin/read-tree.c:135
cc76011e
JX
11857msgid "read the tree into the index under <subdirectory>/"
11858msgstr ""
11859
9b7388a8 11860#: builtin/read-tree.c:138
cc76011e
JX
11861msgid "update working tree with merge result"
11862msgstr ""
11863
9b7388a8 11864#: builtin/read-tree.c:140
cc76011e
JX
11865msgid "gitignore"
11866msgstr ""
11867
9b7388a8 11868#: builtin/read-tree.c:141
cc76011e
JX
11869msgid "allow explicitly ignored files to be overwritten"
11870msgstr ""
11871
9b7388a8 11872#: builtin/read-tree.c:144
cc76011e
JX
11873msgid "don't check the working tree after merging"
11874msgstr ""
11875
9b7388a8 11876#: builtin/read-tree.c:145
cc76011e
JX
11877msgid "don't update the index or the work tree"
11878msgstr ""
11879
9b7388a8 11880#: builtin/read-tree.c:147
cc76011e
JX
11881msgid "skip applying sparse checkout filter"
11882msgstr ""
11883
9b7388a8 11884#: builtin/read-tree.c:149
cc76011e
JX
11885msgid "debug unpack-trees"
11886msgstr ""
11887
5b34e000 11888#: builtin/rebase--helper.c:8
dfc182b1
JX
11889msgid "git rebase--helper [<options>]"
11890msgstr ""
11891
18a90722 11892#: builtin/rebase--helper.c:24
25eab542
JX
11893msgid "keep empty commits"
11894msgstr ""
11895
abc8de64
JX
11896#: builtin/rebase--helper.c:26 builtin/revert.c:123
11897msgid "allow commits with empty messages"
dfc182b1
JX
11898msgstr ""
11899
18a90722 11900#: builtin/rebase--helper.c:27
9b7388a8 11901msgid "rebase merge commits"
abc8de64
JX
11902msgstr ""
11903
11904#: builtin/rebase--helper.c:29
9b7388a8
JX
11905msgid "keep original branch points of cousins"
11906msgstr ""
11907
11908#: builtin/rebase--helper.c:30
11909msgid "continue rebase"
dfc182b1
JX
11910msgstr ""
11911
abc8de64 11912#: builtin/rebase--helper.c:32
9b7388a8
JX
11913msgid "abort rebase"
11914msgstr ""
11915
11916#: builtin/rebase--helper.c:35
18a90722 11917msgid "make rebase script"
25eab542
JX
11918msgstr ""
11919
9b7388a8 11920#: builtin/rebase--helper.c:37
18a90722 11921msgid "shorten commit ids in the todo list"
25eab542
JX
11922msgstr ""
11923
9b7388a8 11924#: builtin/rebase--helper.c:39
18a90722 11925msgid "expand commit ids in the todo list"
25eab542
JX
11926msgstr ""
11927
9b7388a8 11928#: builtin/rebase--helper.c:41
18a90722 11929msgid "check the todo list"
25eab542
JX
11930msgstr ""
11931
9b7388a8 11932#: builtin/rebase--helper.c:43
18a90722
JX
11933msgid "skip unnecessary picks"
11934msgstr ""
11935
9b7388a8 11936#: builtin/rebase--helper.c:45
25eab542
JX
11937msgid "rearrange fixup/squash lines"
11938msgstr ""
11939
9b7388a8 11940#: builtin/rebase--helper.c:47
18a90722
JX
11941msgid "insert exec commands in todo list"
11942msgstr ""
11943
9b7388a8
JX
11944#: builtin/rebase--helper.c:68
11945msgid "--[no-]rebase-cousins has no effect without --rebase-merges"
11946msgstr ""
11947
11948#: builtin/receive-pack.c:31
f517e50d
JX
11949msgid "git receive-pack <git-dir>"
11950msgstr ""
11951
9b7388a8 11952#: builtin/receive-pack.c:842
fda7b092
JX
11953msgid ""
11954"By default, updating the current branch in a non-bare repository\n"
11955"is denied, because it will make the index and work tree inconsistent\n"
11956"with what you pushed, and will require 'git reset --hard' to match\n"
11957"the work tree to HEAD.\n"
11958"\n"
673bfad0
JX
11959"You can set the 'receive.denyCurrentBranch' configuration variable\n"
11960"to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
fda7b092
JX
11961"its current branch; however, this is not recommended unless you\n"
11962"arranged to update its work tree to match what you pushed in some\n"
11963"other way.\n"
11964"\n"
11965"To squelch this message and still keep the default behaviour, set\n"
11966"'receive.denyCurrentBranch' configuration variable to 'refuse'."
11967msgstr ""
11968
9b7388a8 11969#: builtin/receive-pack.c:862
fda7b092
JX
11970msgid ""
11971"By default, deleting the current branch is denied, because the next\n"
11972"'git clone' won't result in any file checked out, causing confusion.\n"
11973"\n"
11974"You can set 'receive.denyDeleteCurrent' configuration variable to\n"
11975"'warn' or 'ignore' in the remote repository to allow deleting the\n"
11976"current branch, with or without a warning message.\n"
11977"\n"
11978"To squelch this message, you can set it to 'refuse'."
11979msgstr ""
11980
9b7388a8 11981#: builtin/receive-pack.c:1935
f517e50d
JX
11982msgid "quiet"
11983msgstr ""
11984
9b7388a8 11985#: builtin/receive-pack.c:1949
f517e50d
JX
11986msgid "You must specify a directory."
11987msgstr ""
11988
abc8de64 11989#: builtin/reflog.c:532 builtin/reflog.c:537
28b3cffc
JX
11990#, c-format
11991msgid "'%s' is not a valid timestamp"
11992msgstr ""
11993
9b7388a8 11994#: builtin/remote.c:14
cc76011e
JX
11995msgid "git remote [-v | --verbose]"
11996msgstr ""
11997
9b7388a8 11998#: builtin/remote.c:15
cc76011e 11999msgid ""
c2ea1208 12000"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
cc76011e
JX
12001"mirror=<fetch|push>] <name> <url>"
12002msgstr ""
12003
9b7388a8 12004#: builtin/remote.c:16 builtin/remote.c:36
cc76011e
JX
12005msgid "git remote rename <old> <new>"
12006msgstr ""
12007
9b7388a8 12008#: builtin/remote.c:17 builtin/remote.c:41
cc76011e
JX
12009msgid "git remote remove <name>"
12010msgstr ""
12011
9b7388a8 12012#: builtin/remote.c:18 builtin/remote.c:46
c2ea1208 12013msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
cc76011e
JX
12014msgstr ""
12015
9b7388a8 12016#: builtin/remote.c:19
cc76011e
JX
12017msgid "git remote [-v | --verbose] show [-n] <name>"
12018msgstr ""
12019
9b7388a8 12020#: builtin/remote.c:20
cc76011e
JX
12021msgid "git remote prune [-n | --dry-run] <name>"
12022msgstr ""
12023
9b7388a8 12024#: builtin/remote.c:21
cc76011e
JX
12025msgid ""
12026"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
12027msgstr ""
12028
9b7388a8 12029#: builtin/remote.c:22
cc76011e
JX
12030msgid "git remote set-branches [--add] <name> <branch>..."
12031msgstr ""
12032
9b7388a8 12033#: builtin/remote.c:23 builtin/remote.c:72
f4f2c8f8
JX
12034msgid "git remote get-url [--push] [--all] <name>"
12035msgstr ""
12036
9b7388a8 12037#: builtin/remote.c:24 builtin/remote.c:77
cc76011e
JX
12038msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
12039msgstr ""
12040
9b7388a8 12041#: builtin/remote.c:25 builtin/remote.c:78
cc76011e
JX
12042msgid "git remote set-url --add <name> <newurl>"
12043msgstr ""
12044
9b7388a8 12045#: builtin/remote.c:26 builtin/remote.c:79
cc76011e
JX
12046msgid "git remote set-url --delete <name> <url>"
12047msgstr ""
12048
9b7388a8 12049#: builtin/remote.c:31
cc76011e
JX
12050msgid "git remote add [<options>] <name> <url>"
12051msgstr ""
12052
9b7388a8 12053#: builtin/remote.c:51
cc76011e
JX
12054msgid "git remote set-branches <name> <branch>..."
12055msgstr ""
12056
9b7388a8 12057#: builtin/remote.c:52
cc76011e
JX
12058msgid "git remote set-branches --add <name> <branch>..."
12059msgstr ""
12060
9b7388a8 12061#: builtin/remote.c:57
cc76011e
JX
12062msgid "git remote show [<options>] <name>"
12063msgstr ""
12064
9b7388a8 12065#: builtin/remote.c:62
cc76011e
JX
12066msgid "git remote prune [<options>] <name>"
12067msgstr ""
12068
9b7388a8 12069#: builtin/remote.c:67
cc76011e
JX
12070msgid "git remote update [<options>] [<group> | <remote>]..."
12071msgstr ""
12072
9b7388a8 12073#: builtin/remote.c:96
cc76011e
JX
12074#, c-format
12075msgid "Updating %s"
12076msgstr ""
12077
9b7388a8 12078#: builtin/remote.c:128
cc76011e
JX
12079msgid ""
12080"--mirror is dangerous and deprecated; please\n"
12081"\t use --mirror=fetch or --mirror=push instead"
12082msgstr ""
12083
9b7388a8 12084#: builtin/remote.c:145
cc76011e
JX
12085#, c-format
12086msgid "unknown mirror argument: %s"
12087msgstr ""
12088
9b7388a8 12089#: builtin/remote.c:161
cc76011e
JX
12090msgid "fetch the remote branches"
12091msgstr ""
12092
9b7388a8 12093#: builtin/remote.c:163
cc76011e
JX
12094msgid "import all tags and associated objects when fetching"
12095msgstr ""
12096
9b7388a8 12097#: builtin/remote.c:166
cc76011e
JX
12098msgid "or do not fetch any tag at all (--no-tags)"
12099msgstr ""
12100
9b7388a8 12101#: builtin/remote.c:168
cc76011e
JX
12102msgid "branch(es) to track"
12103msgstr ""
12104
9b7388a8 12105#: builtin/remote.c:169
cc76011e
JX
12106msgid "master branch"
12107msgstr ""
12108
9b7388a8 12109#: builtin/remote.c:170
cc76011e
JX
12110msgid "push|fetch"
12111msgstr ""
12112
9b7388a8 12113#: builtin/remote.c:171
cc76011e
JX
12114msgid "set up remote as a mirror to push to or fetch from"
12115msgstr ""
12116
9b7388a8 12117#: builtin/remote.c:183
cc76011e
JX
12118msgid "specifying a master branch makes no sense with --mirror"
12119msgstr ""
12120
9b7388a8 12121#: builtin/remote.c:185
cc76011e
JX
12122msgid "specifying branches to track makes sense only with fetch mirrors"
12123msgstr ""
12124
9b7388a8 12125#: builtin/remote.c:192 builtin/remote.c:634
cc76011e
JX
12126#, c-format
12127msgid "remote %s already exists."
12128msgstr ""
12129
9b7388a8 12130#: builtin/remote.c:196 builtin/remote.c:638
cc76011e
JX
12131#, c-format
12132msgid "'%s' is not a valid remote name"
12133msgstr ""
12134
9b7388a8 12135#: builtin/remote.c:236
cc76011e
JX
12136#, c-format
12137msgid "Could not setup master '%s'"
12138msgstr ""
12139
9b7388a8 12140#: builtin/remote.c:342
cc76011e
JX
12141#, c-format
12142msgid "Could not get fetch map for refspec %s"
12143msgstr ""
12144
9b7388a8 12145#: builtin/remote.c:441 builtin/remote.c:449
cc76011e
JX
12146msgid "(matching)"
12147msgstr ""
12148
9b7388a8 12149#: builtin/remote.c:453
cc76011e
JX
12150msgid "(delete)"
12151msgstr ""
12152
9b7388a8 12153#: builtin/remote.c:627 builtin/remote.c:762 builtin/remote.c:861
cc76011e
JX
12154#, c-format
12155msgid "No such remote: %s"
12156msgstr ""
12157
9b7388a8 12158#: builtin/remote.c:644
cc76011e
JX
12159#, c-format
12160msgid "Could not rename config section '%s' to '%s'"
12161msgstr ""
12162
9b7388a8 12163#: builtin/remote.c:664
cc76011e
JX
12164#, c-format
12165msgid ""
12166"Not updating non-default fetch refspec\n"
12167"\t%s\n"
12168"\tPlease update the configuration manually if necessary."
12169msgstr ""
12170
9b7388a8 12171#: builtin/remote.c:700
cc76011e
JX
12172#, c-format
12173msgid "deleting '%s' failed"
12174msgstr ""
12175
9b7388a8 12176#: builtin/remote.c:734
cc76011e
JX
12177#, c-format
12178msgid "creating '%s' failed"
12179msgstr ""
12180
9b7388a8 12181#: builtin/remote.c:799
cc76011e
JX
12182msgid ""
12183"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
12184"to delete it, use:"
12185msgid_plural ""
12186"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
12187"to delete them, use:"
12188msgstr[0] ""
12189msgstr[1] ""
12190
9b7388a8 12191#: builtin/remote.c:813
9eb3984b
JX
12192#, c-format
12193msgid "Could not remove config section '%s'"
12194msgstr ""
12195
9b7388a8 12196#: builtin/remote.c:914
cc76011e
JX
12197#, c-format
12198msgid " new (next fetch will store in remotes/%s)"
12199msgstr ""
12200
9b7388a8 12201#: builtin/remote.c:917
cc76011e
JX
12202msgid " tracked"
12203msgstr ""
12204
9b7388a8 12205#: builtin/remote.c:919
cc76011e
JX
12206msgid " stale (use 'git remote prune' to remove)"
12207msgstr ""
12208
9b7388a8 12209#: builtin/remote.c:921
cc76011e
JX
12210msgid " ???"
12211msgstr ""
12212
9b7388a8 12213#: builtin/remote.c:962
cc76011e
JX
12214#, c-format
12215msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
12216msgstr ""
12217
9b7388a8 12218#: builtin/remote.c:971
cc76011e 12219#, c-format
9eb3984b 12220msgid "rebases interactively onto remote %s"
cc76011e
JX
12221msgstr ""
12222
9b7388a8
JX
12223#: builtin/remote.c:973
12224#, c-format
12225msgid "rebases interactively (with merges) onto remote %s"
12226msgstr ""
12227
12228#: builtin/remote.c:976
cc76011e 12229#, c-format
9fa976ff 12230msgid "rebases onto remote %s"
822e4a65
JX
12231msgstr ""
12232
9b7388a8 12233#: builtin/remote.c:980
9fa976ff
JX
12234#, c-format
12235msgid " merges with remote %s"
cc76011e
JX
12236msgstr ""
12237
9b7388a8 12238#: builtin/remote.c:983
822e4a65 12239#, c-format
cc76011e 12240msgid "merges with remote %s"
822e4a65
JX
12241msgstr ""
12242
9b7388a8 12243#: builtin/remote.c:986
9fa976ff
JX
12244#, c-format
12245msgid "%-*s and with remote %s\n"
cc76011e
JX
12246msgstr ""
12247
9b7388a8 12248#: builtin/remote.c:1029
cc76011e
JX
12249msgid "create"
12250msgstr ""
12251
9b7388a8 12252#: builtin/remote.c:1032
cc76011e
JX
12253msgid "delete"
12254msgstr ""
12255
9b7388a8 12256#: builtin/remote.c:1036
cc76011e
JX
12257msgid "up to date"
12258msgstr ""
12259
9b7388a8 12260#: builtin/remote.c:1039
cc76011e
JX
12261msgid "fast-forwardable"
12262msgstr ""
12263
9b7388a8 12264#: builtin/remote.c:1042
cc76011e
JX
12265msgid "local out of date"
12266msgstr ""
12267
9b7388a8 12268#: builtin/remote.c:1049
822e4a65 12269#, c-format
cc76011e 12270msgid " %-*s forces to %-*s (%s)"
822e4a65
JX
12271msgstr ""
12272
9b7388a8 12273#: builtin/remote.c:1052
822e4a65 12274#, c-format
cc76011e 12275msgid " %-*s pushes to %-*s (%s)"
822e4a65
JX
12276msgstr ""
12277
9b7388a8 12278#: builtin/remote.c:1056
cc76011e
JX
12279#, c-format
12280msgid " %-*s forces to %s"
822e4a65
JX
12281msgstr ""
12282
9b7388a8 12283#: builtin/remote.c:1059
822e4a65 12284#, c-format
cc76011e 12285msgid " %-*s pushes to %s"
822e4a65
JX
12286msgstr ""
12287
9b7388a8 12288#: builtin/remote.c:1127
cc76011e
JX
12289msgid "do not query remotes"
12290msgstr ""
12291
9b7388a8 12292#: builtin/remote.c:1154
822e4a65 12293#, c-format
cc76011e 12294msgid "* remote %s"
822e4a65
JX
12295msgstr ""
12296
9b7388a8 12297#: builtin/remote.c:1155
822e4a65 12298#, c-format
cc76011e 12299msgid " Fetch URL: %s"
822e4a65
JX
12300msgstr ""
12301
9b7388a8 12302#: builtin/remote.c:1156 builtin/remote.c:1172 builtin/remote.c:1311
cc76011e
JX
12303msgid "(no URL)"
12304msgstr ""
12305
5b34e000
JX
12306#. TRANSLATORS: the colon ':' should align
12307#. with the one in " Fetch URL: %s"
12308#. translation.
12309#.
9b7388a8 12310#: builtin/remote.c:1170 builtin/remote.c:1172
822e4a65 12311#, c-format
cc76011e 12312msgid " Push URL: %s"
822e4a65
JX
12313msgstr ""
12314
9b7388a8 12315#: builtin/remote.c:1174 builtin/remote.c:1176 builtin/remote.c:1178
822e4a65 12316#, c-format
cc76011e 12317msgid " HEAD branch: %s"
822e4a65
JX
12318msgstr ""
12319
9b7388a8 12320#: builtin/remote.c:1174
9fa976ff
JX
12321msgid "(not queried)"
12322msgstr ""
12323
9b7388a8 12324#: builtin/remote.c:1176
9fa976ff
JX
12325msgid "(unknown)"
12326msgstr ""
12327
9b7388a8 12328#: builtin/remote.c:1180
11b90174 12329#, c-format
cc76011e
JX
12330msgid ""
12331" HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
11b90174
JX
12332msgstr ""
12333
9b7388a8 12334#: builtin/remote.c:1192
822e4a65 12335#, c-format
cc76011e
JX
12336msgid " Remote branch:%s"
12337msgid_plural " Remote branches:%s"
12338msgstr[0] ""
12339msgstr[1] ""
12340
9b7388a8 12341#: builtin/remote.c:1195 builtin/remote.c:1221
cc76011e 12342msgid " (status not queried)"
822e4a65
JX
12343msgstr ""
12344
9b7388a8 12345#: builtin/remote.c:1204
cc76011e
JX
12346msgid " Local branch configured for 'git pull':"
12347msgid_plural " Local branches configured for 'git pull':"
12348msgstr[0] ""
12349msgstr[1] ""
12350
9b7388a8 12351#: builtin/remote.c:1212
cc76011e
JX
12352msgid " Local refs will be mirrored by 'git push'"
12353msgstr ""
12354
9b7388a8 12355#: builtin/remote.c:1218
822e4a65 12356#, c-format
cc76011e
JX
12357msgid " Local ref configured for 'git push'%s:"
12358msgid_plural " Local refs configured for 'git push'%s:"
12359msgstr[0] ""
12360msgstr[1] ""
12361
9b7388a8 12362#: builtin/remote.c:1239
cc76011e 12363msgid "set refs/remotes/<name>/HEAD according to remote"
822e4a65
JX
12364msgstr ""
12365
9b7388a8 12366#: builtin/remote.c:1241
cc76011e
JX
12367msgid "delete refs/remotes/<name>/HEAD"
12368msgstr ""
12369
9b7388a8 12370#: builtin/remote.c:1256
cc76011e
JX
12371msgid "Cannot determine remote HEAD"
12372msgstr ""
12373
9b7388a8 12374#: builtin/remote.c:1258
cc76011e
JX
12375msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
12376msgstr ""
12377
9b7388a8 12378#: builtin/remote.c:1268
822e4a65 12379#, c-format
cc76011e 12380msgid "Could not delete %s"
822e4a65
JX
12381msgstr ""
12382
9b7388a8 12383#: builtin/remote.c:1276
822e4a65 12384#, c-format
cc76011e 12385msgid "Not a valid ref: %s"
822e4a65
JX
12386msgstr ""
12387
9b7388a8 12388#: builtin/remote.c:1278
cc76011e
JX
12389#, c-format
12390msgid "Could not setup %s"
822e4a65
JX
12391msgstr ""
12392
9b7388a8 12393#: builtin/remote.c:1296
cc76011e
JX
12394#, c-format
12395msgid " %s will become dangling!"
822e4a65
JX
12396msgstr ""
12397
9b7388a8 12398#: builtin/remote.c:1297
cc76011e
JX
12399#, c-format
12400msgid " %s has become dangling!"
822e4a65
JX
12401msgstr ""
12402
9b7388a8 12403#: builtin/remote.c:1307
822e4a65 12404#, c-format
cc76011e 12405msgid "Pruning %s"
822e4a65
JX
12406msgstr ""
12407
9b7388a8 12408#: builtin/remote.c:1308
822e4a65 12409#, c-format
cc76011e 12410msgid "URL: %s"
822e4a65
JX
12411msgstr ""
12412
9b7388a8 12413#: builtin/remote.c:1324
822e4a65 12414#, c-format
cc76011e 12415msgid " * [would prune] %s"
822e4a65
JX
12416msgstr ""
12417
9b7388a8 12418#: builtin/remote.c:1327
822e4a65 12419#, c-format
cc76011e 12420msgid " * [pruned] %s"
822e4a65
JX
12421msgstr ""
12422
9b7388a8 12423#: builtin/remote.c:1372
cc76011e
JX
12424msgid "prune remotes after fetching"
12425msgstr ""
12426
9b7388a8 12427#: builtin/remote.c:1435 builtin/remote.c:1489 builtin/remote.c:1557
822e4a65 12428#, c-format
cc76011e 12429msgid "No such remote '%s'"
822e4a65
JX
12430msgstr ""
12431
9b7388a8 12432#: builtin/remote.c:1451
cc76011e 12433msgid "add branch"
ccfca8dc
JX
12434msgstr ""
12435
9b7388a8 12436#: builtin/remote.c:1458
cc76011e 12437msgid "no remote specified"
822e4a65
JX
12438msgstr ""
12439
9b7388a8 12440#: builtin/remote.c:1475
f4f2c8f8
JX
12441msgid "query push URLs rather than fetch URLs"
12442msgstr ""
12443
9b7388a8 12444#: builtin/remote.c:1477
f4f2c8f8
JX
12445msgid "return all URLs"
12446msgstr ""
12447
9b7388a8 12448#: builtin/remote.c:1505
f4f2c8f8
JX
12449#, c-format
12450msgid "no URLs configured for remote '%s'"
12451msgstr ""
12452
9b7388a8 12453#: builtin/remote.c:1531
cc76011e
JX
12454msgid "manipulate push URLs"
12455msgstr ""
12456
9b7388a8 12457#: builtin/remote.c:1533
cc76011e
JX
12458msgid "add URL"
12459msgstr ""
12460
9b7388a8 12461#: builtin/remote.c:1535
cc76011e
JX
12462msgid "delete URLs"
12463msgstr ""
12464
9b7388a8 12465#: builtin/remote.c:1542
cc76011e
JX
12466msgid "--add --delete doesn't make sense"
12467msgstr ""
12468
9b7388a8 12469#: builtin/remote.c:1581
cc76011e
JX
12470#, c-format
12471msgid "Invalid old URL pattern: %s"
12472msgstr ""
12473
9b7388a8 12474#: builtin/remote.c:1589
cc76011e
JX
12475#, c-format
12476msgid "No such URL found: %s"
12477msgstr ""
12478
9b7388a8 12479#: builtin/remote.c:1591
cc76011e
JX
12480msgid "Will not delete all non-push URLs"
12481msgstr ""
12482
9b7388a8 12483#: builtin/remote.c:1607
cc76011e
JX
12484msgid "be verbose; must be placed before a subcommand"
12485msgstr ""
12486
9b7388a8 12487#: builtin/remote.c:1638
fda7b092
JX
12488#, c-format
12489msgid "Unknown subcommand: %s"
12490msgstr ""
12491
5b34e000 12492#: builtin/repack.c:18
c2ea1208 12493msgid "git repack [<options>]"
727b9576
JX
12494msgstr ""
12495
5b34e000 12496#: builtin/repack.c:23
673bfad0
JX
12497msgid ""
12498"Incremental repacks are incompatible with bitmap indexes. Use\n"
12499"--no-write-bitmap-index or disable the pack.writebitmaps configuration."
12500msgstr ""
12501
9b7388a8 12502#: builtin/repack.c:180
727b9576
JX
12503msgid "pack everything in a single pack"
12504msgstr ""
12505
9b7388a8 12506#: builtin/repack.c:182
727b9576
JX
12507msgid "same as -a, and turn unreachable objects loose"
12508msgstr ""
12509
9b7388a8 12510#: builtin/repack.c:185
727b9576
JX
12511msgid "remove redundant packs, and run git-prune-packed"
12512msgstr ""
12513
9b7388a8 12514#: builtin/repack.c:187
727b9576
JX
12515msgid "pass --no-reuse-delta to git-pack-objects"
12516msgstr ""
12517
9b7388a8 12518#: builtin/repack.c:189
727b9576
JX
12519msgid "pass --no-reuse-object to git-pack-objects"
12520msgstr ""
12521
9b7388a8 12522#: builtin/repack.c:191
727b9576
JX
12523msgid "do not run git-update-server-info"
12524msgstr ""
12525
9b7388a8 12526#: builtin/repack.c:194
727b9576
JX
12527msgid "pass --local to git-pack-objects"
12528msgstr ""
12529
9b7388a8 12530#: builtin/repack.c:196
5e078fcd
JX
12531msgid "write bitmap index"
12532msgstr ""
12533
9b7388a8 12534#: builtin/repack.c:197
727b9576
JX
12535msgid "approxidate"
12536msgstr ""
12537
9b7388a8 12538#: builtin/repack.c:198
727b9576
JX
12539msgid "with -A, do not loosen objects older than this"
12540msgstr ""
12541
9b7388a8 12542#: builtin/repack.c:200
9fa976ff
JX
12543msgid "with -a, repack unreachable objects"
12544msgstr ""
12545
9b7388a8 12546#: builtin/repack.c:202
727b9576
JX
12547msgid "size of the window used for delta compression"
12548msgstr ""
12549
9b7388a8 12550#: builtin/repack.c:203 builtin/repack.c:209
d57b24b6
JX
12551msgid "bytes"
12552msgstr ""
12553
9b7388a8 12554#: builtin/repack.c:204
727b9576
JX
12555msgid "same as the above, but limit memory size instead of entries count"
12556msgstr ""
12557
9b7388a8 12558#: builtin/repack.c:206
727b9576
JX
12559msgid "limits the maximum delta depth"
12560msgstr ""
12561
9b7388a8 12562#: builtin/repack.c:208
5b34e000
JX
12563msgid "limits the maximum number of threads"
12564msgstr ""
12565
9b7388a8 12566#: builtin/repack.c:210
727b9576
JX
12567msgid "maximum size of each packfile"
12568msgstr ""
12569
9b7388a8 12570#: builtin/repack.c:212
5e078fcd
JX
12571msgid "repack objects in packs marked with .keep"
12572msgstr ""
12573
9b7388a8
JX
12574#: builtin/repack.c:214
12575msgid "do not repack this pack"
12576msgstr ""
12577
12578#: builtin/repack.c:224
f4f2c8f8
JX
12579msgid "cannot delete packs in a precious-objects repo"
12580msgstr ""
12581
9b7388a8 12582#: builtin/repack.c:228
9fa976ff
JX
12583msgid "--keep-unreachable and -A are incompatible"
12584msgstr ""
12585
9b7388a8 12586#: builtin/repack.c:425 builtin/worktree.c:139
727b9576 12587#, c-format
9fa976ff 12588msgid "failed to remove '%s'"
727b9576
JX
12589msgstr ""
12590
9b7388a8 12591#: builtin/replace.c:22
cc76011e
JX
12592msgid "git replace [-f] <object> <replacement>"
12593msgstr ""
12594
9b7388a8 12595#: builtin/replace.c:23
fe05e196
JX
12596msgid "git replace [-f] --edit <object>"
12597msgstr ""
12598
9b7388a8 12599#: builtin/replace.c:24
fe05e196
JX
12600msgid "git replace [-f] --graft <commit> [<parent>...]"
12601msgstr ""
12602
9b7388a8
JX
12603#: builtin/replace.c:25
12604msgid "git replace [-f] --convert-graft-file"
12605msgstr ""
12606
12607#: builtin/replace.c:26
cc76011e
JX
12608msgid "git replace -d <object>..."
12609msgstr ""
12610
9b7388a8 12611#: builtin/replace.c:27
df49095a 12612msgid "git replace [--format=<format>] [-l [<pattern>]]"
822e4a65
JX
12613msgstr ""
12614
9b7388a8 12615#: builtin/replace.c:371 builtin/replace.c:415 builtin/replace.c:445
fe05e196
JX
12616#, c-format
12617msgid "Not a valid object name: '%s'"
12618msgstr ""
12619
9b7388a8 12620#: builtin/replace.c:407
fe05e196
JX
12621#, c-format
12622msgid "bad mergetag in commit '%s'"
12623msgstr ""
12624
9b7388a8 12625#: builtin/replace.c:409
fe05e196
JX
12626#, c-format
12627msgid "malformed mergetag in commit '%s'"
12628msgstr ""
12629
9b7388a8 12630#: builtin/replace.c:421
fe05e196
JX
12631#, c-format
12632msgid ""
12633"original commit '%s' contains mergetag '%s' that is discarded; use --edit "
12634"instead of --graft"
12635msgstr ""
12636
9b7388a8 12637#: builtin/replace.c:460
fe05e196
JX
12638#, c-format
12639msgid "the original commit '%s' has a gpg signature."
12640msgstr ""
12641
9b7388a8 12642#: builtin/replace.c:461
fe05e196
JX
12643msgid "the signature will be removed in the replacement commit!"
12644msgstr ""
12645
9b7388a8 12646#: builtin/replace.c:471
fe05e196
JX
12647#, c-format
12648msgid "could not write replacement commit for: '%s'"
12649msgstr ""
12650
9b7388a8
JX
12651#: builtin/replace.c:514
12652#, c-format
12653msgid ""
12654"could not convert the following graft(s):\n"
12655"%s"
12656msgstr ""
12657
12658#: builtin/replace.c:535
cc76011e 12659msgid "list replace refs"
822e4a65
JX
12660msgstr ""
12661
9b7388a8 12662#: builtin/replace.c:536
cc76011e 12663msgid "delete replace refs"
822e4a65
JX
12664msgstr ""
12665
9b7388a8 12666#: builtin/replace.c:537
fe05e196
JX
12667msgid "edit existing object"
12668msgstr ""
12669
9b7388a8 12670#: builtin/replace.c:538
fe05e196
JX
12671msgid "change a commit's parents"
12672msgstr ""
12673
9b7388a8
JX
12674#: builtin/replace.c:539
12675msgid "convert existing graft file"
12676msgstr ""
12677
12678#: builtin/replace.c:540
cc76011e 12679msgid "replace the ref if it exists"
822e4a65
JX
12680msgstr ""
12681
9b7388a8 12682#: builtin/replace.c:542
fe05e196
JX
12683msgid "do not pretty-print contents for --edit"
12684msgstr ""
12685
9b7388a8 12686#: builtin/replace.c:543
df49095a
JX
12687msgid "use this format"
12688msgstr ""
12689
5b34e000 12690#: builtin/rerere.c:13
c2ea1208 12691msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
822e4a65
JX
12692msgstr ""
12693
5b34e000 12694#: builtin/rerere.c:59
cc76011e 12695msgid "register clean resolutions in index"
822e4a65
JX
12696msgstr ""
12697
5b34e000 12698#: builtin/reset.c:29
822e4a65 12699msgid ""
cc76011e 12700"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
822e4a65
JX
12701msgstr ""
12702
5b34e000 12703#: builtin/reset.c:30
fda7b092 12704msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
822e4a65
JX
12705msgstr ""
12706
5b34e000 12707#: builtin/reset.c:31
46bc4039 12708msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
822e4a65
JX
12709msgstr ""
12710
5b34e000 12711#: builtin/reset.c:37
cc76011e 12712msgid "mixed"
dce37b66
JX
12713msgstr ""
12714
5b34e000 12715#: builtin/reset.c:37
cc76011e 12716msgid "soft"
dce37b66
JX
12717msgstr ""
12718
5b34e000 12719#: builtin/reset.c:37
cc76011e 12720msgid "hard"
dce37b66
JX
12721msgstr ""
12722
5b34e000 12723#: builtin/reset.c:37
cc76011e 12724msgid "merge"
dce37b66
JX
12725msgstr ""
12726
5b34e000 12727#: builtin/reset.c:37
cc76011e 12728msgid "keep"
dce37b66
JX
12729msgstr ""
12730
25eab542 12731#: builtin/reset.c:78
cc76011e 12732msgid "You do not have a valid HEAD."
dce37b66
JX
12733msgstr ""
12734
25eab542 12735#: builtin/reset.c:80
cc76011e 12736msgid "Failed to find tree of HEAD."
dce37b66
JX
12737msgstr ""
12738
25eab542 12739#: builtin/reset.c:86
822e4a65 12740#, c-format
cc76011e 12741msgid "Failed to find tree of %s."
dce37b66
JX
12742msgstr ""
12743
abc8de64 12744#: builtin/reset.c:111
cc76011e
JX
12745#, c-format
12746msgid "HEAD is now at %s"
dce37b66
JX
12747msgstr ""
12748
abc8de64 12749#: builtin/reset.c:189
dce37b66 12750#, c-format
cc76011e 12751msgid "Cannot do a %s reset in the middle of a merge."
dce37b66
JX
12752msgstr ""
12753
abc8de64 12754#: builtin/reset.c:289
cc76011e 12755msgid "be quiet, only report errors"
dce37b66
JX
12756msgstr ""
12757
abc8de64 12758#: builtin/reset.c:291
cc76011e 12759msgid "reset HEAD and index"
dce37b66
JX
12760msgstr ""
12761
abc8de64 12762#: builtin/reset.c:292
cc76011e 12763msgid "reset only HEAD"
dce37b66
JX
12764msgstr ""
12765
abc8de64 12766#: builtin/reset.c:294 builtin/reset.c:296
cc76011e 12767msgid "reset HEAD, index and working tree"
822e4a65
JX
12768msgstr ""
12769
abc8de64 12770#: builtin/reset.c:298
cc76011e 12771msgid "reset HEAD but keep local changes"
dce37b66
JX
12772msgstr ""
12773
abc8de64 12774#: builtin/reset.c:304
5e078fcd
JX
12775msgid "record only the fact that removed paths will be added later"
12776msgstr ""
12777
abc8de64 12778#: builtin/reset.c:321
46bc4039
JX
12779#, c-format
12780msgid "Failed to resolve '%s' as a valid revision."
12781msgstr ""
12782
abc8de64 12783#: builtin/reset.c:329
46bc4039
JX
12784#, c-format
12785msgid "Failed to resolve '%s' as a valid tree."
12786msgstr ""
12787
abc8de64 12788#: builtin/reset.c:338
cc76011e 12789msgid "--patch is incompatible with --{hard,mixed,soft}"
dce37b66
JX
12790msgstr ""
12791
abc8de64 12792#: builtin/reset.c:347
cc76011e 12793msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
dce37b66
JX
12794msgstr ""
12795
abc8de64 12796#: builtin/reset.c:349
dce37b66 12797#, c-format
cc76011e 12798msgid "Cannot do %s reset with paths."
dce37b66
JX
12799msgstr ""
12800
abc8de64 12801#: builtin/reset.c:359
822e4a65 12802#, c-format
cc76011e 12803msgid "%s reset is not allowed in a bare repository"
dce37b66
JX
12804msgstr ""
12805
abc8de64 12806#: builtin/reset.c:363
5e078fcd
JX
12807msgid "-N can only be used with --mixed"
12808msgstr ""
12809
abc8de64 12810#: builtin/reset.c:380
727b9576 12811msgid "Unstaged changes after reset:"
dce37b66
JX
12812msgstr ""
12813
abc8de64 12814#: builtin/reset.c:386
727b9576
JX
12815#, c-format
12816msgid "Could not reset index file to revision '%s'."
46bc4039
JX
12817msgstr ""
12818
abc8de64 12819#: builtin/reset.c:390
46bc4039
JX
12820msgid "Could not write new index file."
12821msgstr ""
12822
abc8de64
JX
12823#: builtin/rev-list.c:397
12824msgid "cannot combine --exclude-promisor-objects and --missing"
12825msgstr ""
12826
12827#: builtin/rev-list.c:455
18a90722
JX
12828msgid "object filtering requires --objects"
12829msgstr ""
12830
abc8de64 12831#: builtin/rev-list.c:458
18a90722
JX
12832#, c-format
12833msgid "invalid sparse value '%s'"
12834msgstr ""
12835
abc8de64 12836#: builtin/rev-list.c:499
df0617bf
JX
12837msgid "rev-list does not support display of notes"
12838msgstr ""
12839
abc8de64 12840#: builtin/rev-list.c:502
18a90722
JX
12841msgid "cannot combine --use-bitmap-index with object filtering"
12842msgstr ""
12843
55892712 12844#: builtin/rev-parse.c:406
c2ea1208 12845msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
dce37b66
JX
12846msgstr ""
12847
55892712 12848#: builtin/rev-parse.c:411
cc76011e 12849msgid "keep the `--` passed as an arg"
dce37b66
JX
12850msgstr ""
12851
55892712 12852#: builtin/rev-parse.c:413
cc76011e 12853msgid "stop parsing after the first non-option argument"
dce37b66
JX
12854msgstr ""
12855
55892712 12856#: builtin/rev-parse.c:416
df49095a
JX
12857msgid "output in stuck long form"
12858msgstr ""
12859
55892712 12860#: builtin/rev-parse.c:549
822e4a65 12861msgid ""
c2ea1208 12862"git rev-parse --parseopt [<options>] -- [<args>...]\n"
cc76011e 12863" or: git rev-parse --sq-quote [<arg>...]\n"
c2ea1208 12864" or: git rev-parse [<options>] [<arg>...]\n"
cc76011e
JX
12865"\n"
12866"Run \"git rev-parse --parseopt -h\" for more information on the first usage."
dce37b66
JX
12867msgstr ""
12868
5b34e000 12869#: builtin/revert.c:23
c2ea1208 12870msgid "git revert [<options>] <commit-ish>..."
dce37b66
JX
12871msgstr ""
12872
5b34e000 12873#: builtin/revert.c:24
cc76011e 12874msgid "git revert <subcommand>"
dce37b66
JX
12875msgstr ""
12876
5b34e000 12877#: builtin/revert.c:29
c2ea1208 12878msgid "git cherry-pick [<options>] <commit-ish>..."
dce37b66
JX
12879msgstr ""
12880
5b34e000 12881#: builtin/revert.c:30
cc76011e 12882msgid "git cherry-pick <subcommand>"
dce37b66
JX
12883msgstr ""
12884
5b34e000 12885#: builtin/revert.c:90
dce37b66 12886#, c-format
cc76011e 12887msgid "%s: %s cannot be used with %s"
dce37b66
JX
12888msgstr ""
12889
5b34e000 12890#: builtin/revert.c:99
cc76011e 12891msgid "end revert or cherry-pick sequence"
dce37b66
JX
12892msgstr ""
12893
5b34e000 12894#: builtin/revert.c:100
cc76011e 12895msgid "resume revert or cherry-pick sequence"
dce37b66
JX
12896msgstr ""
12897
5b34e000 12898#: builtin/revert.c:101
cc76011e 12899msgid "cancel revert or cherry-pick sequence"
dce37b66
JX
12900msgstr ""
12901
5b34e000 12902#: builtin/revert.c:102
cc76011e 12903msgid "don't automatically commit"
dce37b66
JX
12904msgstr ""
12905
5b34e000 12906#: builtin/revert.c:103
cc76011e 12907msgid "edit the commit message"
dce37b66
JX
12908msgstr ""
12909
5b34e000 12910#: builtin/revert.c:106
dfc182b1 12911msgid "parent-number"
dce37b66
JX
12912msgstr ""
12913
5b34e000 12914#: builtin/revert.c:107
dfc182b1
JX
12915msgid "select mainline parent"
12916msgstr ""
12917
5b34e000 12918#: builtin/revert.c:109
cc76011e 12919msgid "merge strategy"
dce37b66
JX
12920msgstr ""
12921
5b34e000 12922#: builtin/revert.c:110
cc76011e 12923msgid "option"
dce37b66
JX
12924msgstr ""
12925
5b34e000 12926#: builtin/revert.c:111
cc76011e 12927msgid "option for merge strategy"
dce37b66
JX
12928msgstr ""
12929
5b34e000 12930#: builtin/revert.c:120
cc76011e 12931msgid "append commit name"
dce37b66
JX
12932msgstr ""
12933
5b34e000 12934#: builtin/revert.c:122
cc76011e 12935msgid "preserve initially empty commits"
1d4ac88d
JX
12936msgstr ""
12937
5b34e000 12938#: builtin/revert.c:124
cc76011e 12939msgid "keep redundant, empty commits"
1d4ac88d
JX
12940msgstr ""
12941
25eab542 12942#: builtin/revert.c:214
cc76011e 12943msgid "revert failed"
dce37b66
JX
12944msgstr ""
12945
25eab542 12946#: builtin/revert.c:227
cc76011e 12947msgid "cherry-pick failed"
dce37b66
JX
12948msgstr ""
12949
5b34e000 12950#: builtin/rm.c:18
c2ea1208 12951msgid "git rm [<options>] [--] <file>..."
dce37b66
JX
12952msgstr ""
12953
5b34e000 12954#: builtin/rm.c:206
dce37b66 12955msgid ""
28b3cffc
JX
12956"the following file has staged content different from both the\n"
12957"file and the HEAD:"
12958msgid_plural ""
12959"the following files have staged content different from both the\n"
12960"file and the HEAD:"
12961msgstr[0] ""
12962msgstr[1] ""
dce37b66 12963
5b34e000 12964#: builtin/rm.c:211
cc76011e 12965msgid ""
28b3cffc
JX
12966"\n"
12967"(use -f to force removal)"
822e4a65
JX
12968msgstr ""
12969
5b34e000 12970#: builtin/rm.c:215
28b3cffc
JX
12971msgid "the following file has changes staged in the index:"
12972msgid_plural "the following files have changes staged in the index:"
12973msgstr[0] ""
12974msgstr[1] ""
12975
5b34e000 12976#: builtin/rm.c:219 builtin/rm.c:228
cc76011e 12977msgid ""
28b3cffc 12978"\n"
cc76011e
JX
12979"(use --cached to keep the file, or -f to force removal)"
12980msgstr ""
822e4a65 12981
5b34e000 12982#: builtin/rm.c:225
28b3cffc
JX
12983msgid "the following file has local modifications:"
12984msgid_plural "the following files have local modifications:"
12985msgstr[0] ""
12986msgstr[1] ""
12987
9b7388a8 12988#: builtin/rm.c:241
cc76011e 12989msgid "do not list removed files"
dce37b66
JX
12990msgstr ""
12991
9b7388a8 12992#: builtin/rm.c:242
cc76011e 12993msgid "only remove from the index"
cd1e7487
JX
12994msgstr ""
12995
9b7388a8 12996#: builtin/rm.c:243
cc76011e 12997msgid "override the up-to-date check"
cd1e7487
JX
12998msgstr ""
12999
9b7388a8 13000#: builtin/rm.c:244
cc76011e 13001msgid "allow recursive removal"
dce37b66
JX
13002msgstr ""
13003
9b7388a8 13004#: builtin/rm.c:246
cc76011e 13005msgid "exit with a zero status even if nothing matched"
cd1e7487
JX
13006msgstr ""
13007
9b7388a8 13008#: builtin/rm.c:306
dce37b66 13009#, c-format
cc76011e 13010msgid "not removing '%s' recursively without -r"
dce37b66
JX
13011msgstr ""
13012
9b7388a8 13013#: builtin/rm.c:345
dce37b66 13014#, c-format
cc76011e 13015msgid "git rm: unable to remove %s"
dce37b66
JX
13016msgstr ""
13017
9b7388a8 13018#: builtin/rm.c:368
673bfad0
JX
13019#, c-format
13020msgid "could not remove '%s'"
13021msgstr ""
13022
9b7388a8 13023#: builtin/send-pack.c:20
df0617bf
JX
13024msgid ""
13025"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
13026"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
13027"[<ref>...]\n"
13028" --all and explicit <ref> specification are mutually exclusive."
13029msgstr ""
13030
9b7388a8 13031#: builtin/send-pack.c:163
df0617bf
JX
13032msgid "remote name"
13033msgstr ""
13034
9b7388a8 13035#: builtin/send-pack.c:177
df0617bf
JX
13036msgid "use stateless RPC protocol"
13037msgstr ""
13038
9b7388a8 13039#: builtin/send-pack.c:178
df0617bf
JX
13040msgid "read refs from stdin"
13041msgstr ""
13042
9b7388a8 13043#: builtin/send-pack.c:179
df0617bf
JX
13044msgid "print status from remote helper"
13045msgstr ""
13046
9b7388a8
JX
13047#: builtin/serve.c:7
13048msgid "git serve [<options>]"
13049msgstr ""
13050
13051#: builtin/serve.c:17 builtin/upload-pack.c:23
13052msgid "quit after a single request/response exchange"
13053msgstr ""
13054
13055#: builtin/serve.c:19
13056msgid "exit immediately after advertising capabilities"
13057msgstr ""
13058
5b34e000 13059#: builtin/shortlog.c:14
9b7388a8
JX
13060msgid "git shortlog [<options>] [<revision-range>] [[--] <path>...]"
13061msgstr ""
13062
13063#: builtin/shortlog.c:15
13064msgid "git log --pretty=short | git shortlog [<options>]"
dce37b66
JX
13065msgstr ""
13066
9b7388a8 13067#: builtin/shortlog.c:264
673bfad0
JX
13068msgid "Group by committer rather than author"
13069msgstr ""
13070
9b7388a8 13071#: builtin/shortlog.c:266
cc76011e 13072msgid "sort output according to the number of commits per author"
dce37b66
JX
13073msgstr ""
13074
9b7388a8 13075#: builtin/shortlog.c:268
cc76011e 13076msgid "Suppress commit descriptions, only provides commit count"
dce37b66
JX
13077msgstr ""
13078
9b7388a8 13079#: builtin/shortlog.c:270
cc76011e 13080msgid "Show the email address of each author"
dce37b66
JX
13081msgstr ""
13082
9b7388a8 13083#: builtin/shortlog.c:271
cc76011e 13084msgid "w[,i1[,i2]]"
dce37b66
JX
13085msgstr ""
13086
9b7388a8 13087#: builtin/shortlog.c:272
cc76011e 13088msgid "Linewrap output"
dce37b66
JX
13089msgstr ""
13090
9b7388a8
JX
13091#: builtin/shortlog.c:298
13092msgid "too many arguments given outside repository"
13093msgstr ""
13094
5b34e000 13095#: builtin/show-branch.c:12
cc76011e 13096msgid ""
c2ea1208 13097"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
1e607449
JX
13098"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
13099"\t\t[--more=<n> | --list | --independent | --merge-base]\n"
13100"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
dce37b66
JX
13101msgstr ""
13102
5b34e000 13103#: builtin/show-branch.c:16
c2ea1208 13104msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
822e4a65
JX
13105msgstr ""
13106
5b34e000 13107#: builtin/show-branch.c:376
fda7b092
JX
13108#, c-format
13109msgid "ignoring %s; cannot handle more than %d ref"
13110msgid_plural "ignoring %s; cannot handle more than %d refs"
13111msgstr[0] ""
13112msgstr[1] ""
13113
5b34e000 13114#: builtin/show-branch.c:530
fda7b092
JX
13115#, c-format
13116msgid "no matching refs with %s"
13117msgstr ""
13118
5b34e000 13119#: builtin/show-branch.c:626
cc76011e 13120msgid "show remote-tracking and local branches"
dce37b66
JX
13121msgstr ""
13122
5b34e000 13123#: builtin/show-branch.c:628
cc76011e 13124msgid "show remote-tracking branches"
dce37b66
JX
13125msgstr ""
13126
5b34e000 13127#: builtin/show-branch.c:630
cc76011e 13128msgid "color '*!+-' corresponding to the branch"
dce37b66
JX
13129msgstr ""
13130
5b34e000 13131#: builtin/show-branch.c:632
cc76011e 13132msgid "show <n> more commits after the common ancestor"
dce37b66
JX
13133msgstr ""
13134
5b34e000 13135#: builtin/show-branch.c:634
cc76011e 13136msgid "synonym to more=-1"
822e4a65
JX
13137msgstr ""
13138
5b34e000 13139#: builtin/show-branch.c:635
cc76011e 13140msgid "suppress naming strings"
dce37b66
JX
13141msgstr ""
13142
5b34e000 13143#: builtin/show-branch.c:637
cc76011e 13144msgid "include the current branch"
dce37b66
JX
13145msgstr ""
13146
5b34e000 13147#: builtin/show-branch.c:639
cc76011e 13148msgid "name commits with their object names"
dce37b66
JX
13149msgstr ""
13150
5b34e000 13151#: builtin/show-branch.c:641
cc76011e 13152msgid "show possible merge bases"
dce37b66
JX
13153msgstr ""
13154
5b34e000 13155#: builtin/show-branch.c:643
cc76011e 13156msgid "show refs unreachable from any other ref"
dce37b66
JX
13157msgstr ""
13158
5b34e000 13159#: builtin/show-branch.c:645
cc76011e 13160msgid "show commits in topological order"
dce37b66
JX
13161msgstr ""
13162
5b34e000 13163#: builtin/show-branch.c:648
cc76011e 13164msgid "show only commits not on the first branch"
dce37b66
JX
13165msgstr ""
13166
5b34e000 13167#: builtin/show-branch.c:650
cc76011e 13168msgid "show merges reachable from only one tip"
dce37b66
JX
13169msgstr ""
13170
5b34e000 13171#: builtin/show-branch.c:652
28b3cffc 13172msgid "topologically sort, maintaining date order where possible"
dce37b66
JX
13173msgstr ""
13174
5b34e000 13175#: builtin/show-branch.c:655
cc76011e 13176msgid "<n>[,<base>]"
dce37b66
JX
13177msgstr ""
13178
5b34e000 13179#: builtin/show-branch.c:656
cc76011e 13180msgid "show <n> most recent ref-log entries starting at base"
dce37b66
JX
13181msgstr ""
13182
5b34e000 13183#: builtin/show-branch.c:690
fda7b092
JX
13184msgid ""
13185"--reflog is incompatible with --all, --remotes, --independent or --merge-base"
13186msgstr ""
13187
5b34e000 13188#: builtin/show-branch.c:714
fda7b092
JX
13189msgid "no branches given, and HEAD is not valid"
13190msgstr ""
13191
5b34e000 13192#: builtin/show-branch.c:717
fda7b092
JX
13193msgid "--reflog option needs one branch name"
13194msgstr ""
13195
5b34e000 13196#: builtin/show-branch.c:720
fda7b092
JX
13197#, c-format
13198msgid "only %d entry can be shown at one time."
13199msgid_plural "only %d entries can be shown at one time."
13200msgstr[0] ""
13201msgstr[1] ""
13202
5b34e000 13203#: builtin/show-branch.c:724
fda7b092
JX
13204#, c-format
13205msgid "no such ref %s"
13206msgstr ""
13207
5b34e000 13208#: builtin/show-branch.c:808
fda7b092
JX
13209#, c-format
13210msgid "cannot handle more than %d rev."
13211msgid_plural "cannot handle more than %d revs."
13212msgstr[0] ""
13213msgstr[1] ""
13214
5b34e000 13215#: builtin/show-branch.c:812
fda7b092
JX
13216#, c-format
13217msgid "'%s' is not a valid ref."
13218msgstr ""
13219
5b34e000 13220#: builtin/show-branch.c:815
fda7b092
JX
13221#, c-format
13222msgid "cannot find commit %s (%s)"
13223msgstr ""
13224
cc76011e
JX
13225#: builtin/show-ref.c:10
13226msgid ""
c2ea1208
JX
13227"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
13228"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
dce37b66
JX
13229msgstr ""
13230
cc76011e 13231#: builtin/show-ref.c:11
f4f2c8f8 13232msgid "git show-ref --exclude-existing[=<pattern>]"
dce37b66
JX
13233msgstr ""
13234
673bfad0 13235#: builtin/show-ref.c:159
cc76011e 13236msgid "only show tags (can be combined with heads)"
dce37b66
JX
13237msgstr ""
13238
673bfad0 13239#: builtin/show-ref.c:160
cc76011e 13240msgid "only show heads (can be combined with tags)"
dce37b66
JX
13241msgstr ""
13242
673bfad0 13243#: builtin/show-ref.c:161
cc76011e 13244msgid "stricter reference checking, requires exact ref path"
dce37b66
JX
13245msgstr ""
13246
673bfad0 13247#: builtin/show-ref.c:164 builtin/show-ref.c:166
28b3cffc 13248msgid "show the HEAD reference, even if it would be filtered out"
dce37b66
JX
13249msgstr ""
13250
673bfad0 13251#: builtin/show-ref.c:168
cc76011e 13252msgid "dereference tags into object IDs"
dce37b66
JX
13253msgstr ""
13254
673bfad0 13255#: builtin/show-ref.c:170
cc76011e 13256msgid "only show SHA1 hash using <n> digits"
dce37b66
JX
13257msgstr ""
13258
673bfad0 13259#: builtin/show-ref.c:174
cc76011e 13260msgid "do not print results to stdout (useful with --verify)"
dce37b66
JX
13261msgstr ""
13262
673bfad0 13263#: builtin/show-ref.c:176
cc76011e 13264msgid "show refs from stdin that aren't in local repository"
dce37b66
JX
13265msgstr ""
13266
5b34e000 13267#: builtin/stripspace.c:18
f4f2c8f8
JX
13268msgid "git stripspace [-s | --strip-comments]"
13269msgstr ""
13270
5b34e000 13271#: builtin/stripspace.c:19
f4f2c8f8
JX
13272msgid "git stripspace [-c | --comment-lines]"
13273msgstr ""
13274
5b34e000 13275#: builtin/stripspace.c:36
f4f2c8f8
JX
13276msgid "skip and remove all lines starting with comment character"
13277msgstr ""
13278
5b34e000 13279#: builtin/stripspace.c:39
9eb3984b 13280msgid "prepend comment character and space to each line"
f4f2c8f8
JX
13281msgstr ""
13282
9b7388a8 13283#: builtin/submodule--helper.c:37 builtin/submodule--helper.c:1688
f517e50d
JX
13284#, c-format
13285msgid "No such ref: %s"
13286msgstr ""
13287
9b7388a8 13288#: builtin/submodule--helper.c:44 builtin/submodule--helper.c:1697
f517e50d
JX
13289#, c-format
13290msgid "Expecting a full ref name, got %s"
13291msgstr ""
13292
9b7388a8 13293#: builtin/submodule--helper.c:61
abc8de64
JX
13294msgid "submodule--helper print-default-remote takes no arguments"
13295msgstr ""
13296
9b7388a8 13297#: builtin/submodule--helper.c:98
f517e50d
JX
13298#, c-format
13299msgid "cannot strip one component off url '%s'"
13300msgstr ""
13301
9b7388a8 13302#: builtin/submodule--helper.c:406 builtin/submodule--helper.c:1211
f4f2c8f8
JX
13303msgid "alternative anchor for relative paths"
13304msgstr ""
13305
9b7388a8 13306#: builtin/submodule--helper.c:411
f4f2c8f8
JX
13307msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
13308msgstr ""
13309
9b7388a8 13310#: builtin/submodule--helper.c:462 builtin/submodule--helper.c:485
f517e50d
JX
13311#, c-format
13312msgid "No url found for submodule path '%s' in .gitmodules"
13313msgstr ""
13314
9b7388a8 13315#: builtin/submodule--helper.c:500
dfc182b1
JX
13316#, c-format
13317msgid ""
13318"could not lookup configuration '%s'. Assuming this repository is its own "
13319"authoritative upstream."
13320msgstr ""
13321
9b7388a8 13322#: builtin/submodule--helper.c:511
f517e50d
JX
13323#, c-format
13324msgid "Failed to register url for submodule path '%s'"
13325msgstr ""
13326
9b7388a8 13327#: builtin/submodule--helper.c:515
f517e50d
JX
13328#, c-format
13329msgid "Submodule '%s' (%s) registered for path '%s'\n"
13330msgstr ""
13331
9b7388a8 13332#: builtin/submodule--helper.c:525
f517e50d
JX
13333#, c-format
13334msgid "warning: command update mode suggested for submodule '%s'\n"
13335msgstr ""
13336
9b7388a8 13337#: builtin/submodule--helper.c:532
f517e50d
JX
13338#, c-format
13339msgid "Failed to register update mode for submodule path '%s'"
13340msgstr ""
13341
9b7388a8 13342#: builtin/submodule--helper.c:554
f517e50d
JX
13343msgid "Suppress output for initializing a submodule"
13344msgstr ""
13345
9b7388a8 13346#: builtin/submodule--helper.c:559
f517e50d
JX
13347msgid "git submodule--helper init [<path>]"
13348msgstr ""
13349
9b7388a8 13350#: builtin/submodule--helper.c:631 builtin/submodule--helper.c:757
18a90722
JX
13351#, c-format
13352msgid "no submodule mapping found in .gitmodules for path '%s'"
f4f2c8f8
JX
13353msgstr ""
13354
9b7388a8 13355#: builtin/submodule--helper.c:670
f4f2c8f8 13356#, c-format
18a90722
JX
13357msgid "could not resolve HEAD ref inside the submodule '%s'"
13358msgstr ""
13359
9b7388a8 13360#: builtin/submodule--helper.c:697 builtin/submodule--helper.c:866
18a90722
JX
13361#, c-format
13362msgid "failed to recurse into submodule '%s'"
13363msgstr ""
13364
9b7388a8 13365#: builtin/submodule--helper.c:721 builtin/submodule--helper.c:1031
18a90722
JX
13366msgid "Suppress submodule status output"
13367msgstr ""
13368
9b7388a8 13369#: builtin/submodule--helper.c:722
18a90722
JX
13370msgid ""
13371"Use commit stored in the index instead of the one stored in the submodule "
13372"HEAD"
13373msgstr ""
13374
9b7388a8 13375#: builtin/submodule--helper.c:723
18a90722
JX
13376msgid "recurse into nested submodules"
13377msgstr ""
13378
9b7388a8 13379#: builtin/submodule--helper.c:728
18a90722
JX
13380msgid "git submodule status [--quiet] [--cached] [--recursive] [<path>...]"
13381msgstr ""
13382
9b7388a8 13383#: builtin/submodule--helper.c:752
18a90722 13384msgid "git submodule--helper name <path>"
f4f2c8f8
JX
13385msgstr ""
13386
9b7388a8 13387#: builtin/submodule--helper.c:816
abc8de64
JX
13388#, c-format
13389msgid "Synchronizing submodule url for '%s'\n"
13390msgstr ""
13391
9b7388a8 13392#: builtin/submodule--helper.c:822
abc8de64
JX
13393#, c-format
13394msgid "failed to register url for submodule path '%s'"
13395msgstr ""
13396
9b7388a8 13397#: builtin/submodule--helper.c:836
abc8de64
JX
13398#, c-format
13399msgid "failed to get the default remote for submodule '%s'"
13400msgstr ""
13401
9b7388a8 13402#: builtin/submodule--helper.c:847
abc8de64
JX
13403#, c-format
13404msgid "failed to update remote for submodule '%s'"
13405msgstr ""
13406
9b7388a8 13407#: builtin/submodule--helper.c:895
abc8de64
JX
13408msgid "Suppress output of synchronizing submodule url"
13409msgstr ""
13410
9b7388a8 13411#: builtin/submodule--helper.c:897
abc8de64
JX
13412msgid "Recurse into nested submodules"
13413msgstr ""
13414
9b7388a8 13415#: builtin/submodule--helper.c:902
abc8de64
JX
13416msgid "git submodule--helper sync [--quiet] [--recursive] [<path>]"
13417msgstr ""
13418
9b7388a8 13419#: builtin/submodule--helper.c:956
abc8de64
JX
13420#, c-format
13421msgid ""
13422"Submodule work tree '%s' contains a .git directory (use 'rm -rf' if you "
13423"really want to remove it including all of its history)"
13424msgstr ""
13425
9b7388a8 13426#: builtin/submodule--helper.c:968
abc8de64
JX
13427#, c-format
13428msgid ""
13429"Submodule work tree '%s' contains local modifications; use '-f' to discard "
13430"them"
13431msgstr ""
13432
9b7388a8 13433#: builtin/submodule--helper.c:976
abc8de64
JX
13434#, c-format
13435msgid "Cleared directory '%s'\n"
13436msgstr ""
13437
9b7388a8 13438#: builtin/submodule--helper.c:978
abc8de64
JX
13439#, c-format
13440msgid "Could not remove submodule work tree '%s'\n"
13441msgstr ""
13442
9b7388a8 13443#: builtin/submodule--helper.c:987
abc8de64
JX
13444#, c-format
13445msgid "could not create empty submodule directory %s"
13446msgstr ""
13447
9b7388a8 13448#: builtin/submodule--helper.c:1003
abc8de64
JX
13449#, c-format
13450msgid "Submodule '%s' (%s) unregistered for path '%s'\n"
13451msgstr ""
13452
9b7388a8 13453#: builtin/submodule--helper.c:1032
abc8de64
JX
13454msgid "Remove submodule working trees even if they contain local changes"
13455msgstr ""
13456
9b7388a8 13457#: builtin/submodule--helper.c:1033
abc8de64
JX
13458msgid "Unregister all submodules"
13459msgstr ""
13460
9b7388a8 13461#: builtin/submodule--helper.c:1038
abc8de64
JX
13462msgid ""
13463"git submodule deinit [--quiet] [-f | --force] [--all | [--] [<path>...]]"
13464msgstr ""
13465
9b7388a8 13466#: builtin/submodule--helper.c:1052
abc8de64
JX
13467msgid "Use '--all' if you really want to deinitialize all submodules"
13468msgstr ""
13469
9b7388a8 13470#: builtin/submodule--helper.c:1145 builtin/submodule--helper.c:1148
fda7b092
JX
13471#, c-format
13472msgid "submodule '%s' cannot add alternate: %s"
13473msgstr ""
13474
9b7388a8 13475#: builtin/submodule--helper.c:1184
fda7b092
JX
13476#, c-format
13477msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
13478msgstr ""
13479
9b7388a8 13480#: builtin/submodule--helper.c:1191
fda7b092
JX
13481#, c-format
13482msgid "Value '%s' for submodule.alternateLocation is not recognized"
13483msgstr ""
13484
9b7388a8 13485#: builtin/submodule--helper.c:1214
f4f2c8f8
JX
13486msgid "where the new submodule will be cloned to"
13487msgstr ""
13488
9b7388a8 13489#: builtin/submodule--helper.c:1217
f4f2c8f8
JX
13490msgid "name of the new submodule"
13491msgstr ""
13492
9b7388a8 13493#: builtin/submodule--helper.c:1220
f4f2c8f8
JX
13494msgid "url where to clone the submodule from"
13495msgstr ""
13496
9b7388a8 13497#: builtin/submodule--helper.c:1228
f4f2c8f8
JX
13498msgid "depth for shallow clones"
13499msgstr ""
13500
9b7388a8 13501#: builtin/submodule--helper.c:1231 builtin/submodule--helper.c:1606
fda7b092
JX
13502msgid "force cloning progress"
13503msgstr ""
13504
9b7388a8 13505#: builtin/submodule--helper.c:1236
f4f2c8f8
JX
13506msgid ""
13507"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
f517e50d 13508"<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
f4f2c8f8
JX
13509msgstr ""
13510
9b7388a8 13511#: builtin/submodule--helper.c:1267
f4f2c8f8
JX
13512#, c-format
13513msgid "clone of '%s' into submodule path '%s' failed"
13514msgstr ""
13515
9b7388a8 13516#: builtin/submodule--helper.c:1281
f4f2c8f8
JX
13517#, c-format
13518msgid "could not get submodule directory for '%s'"
13519msgstr ""
13520
9b7388a8 13521#: builtin/submodule--helper.c:1347
f517e50d
JX
13522#, c-format
13523msgid "Submodule path '%s' not initialized"
13524msgstr ""
13525
9b7388a8 13526#: builtin/submodule--helper.c:1351
f517e50d
JX
13527msgid "Maybe you want to use 'update --init'?"
13528msgstr ""
13529
9b7388a8 13530#: builtin/submodule--helper.c:1380
f517e50d
JX
13531#, c-format
13532msgid "Skipping unmerged submodule %s"
13533msgstr ""
13534
9b7388a8 13535#: builtin/submodule--helper.c:1409
f517e50d
JX
13536#, c-format
13537msgid "Skipping submodule '%s'"
13538msgstr ""
13539
9b7388a8 13540#: builtin/submodule--helper.c:1544
9fa976ff
JX
13541#, c-format
13542msgid "Failed to clone '%s'. Retry scheduled"
13543msgstr ""
13544
9b7388a8 13545#: builtin/submodule--helper.c:1555
9fa976ff
JX
13546#, c-format
13547msgid "Failed to clone '%s' a second time, aborting"
13548msgstr ""
13549
9b7388a8 13550#: builtin/submodule--helper.c:1585 builtin/submodule--helper.c:1808
f517e50d
JX
13551msgid "path into the working tree"
13552msgstr ""
13553
9b7388a8 13554#: builtin/submodule--helper.c:1588
f517e50d
JX
13555msgid "path into the working tree, across nested submodule boundaries"
13556msgstr ""
13557
9b7388a8 13558#: builtin/submodule--helper.c:1592
f517e50d
JX
13559msgid "rebase, merge, checkout or none"
13560msgstr ""
13561
9b7388a8 13562#: builtin/submodule--helper.c:1598
f517e50d
JX
13563msgid "Create a shallow clone truncated to the specified number of revisions"
13564msgstr ""
13565
9b7388a8 13566#: builtin/submodule--helper.c:1601
f517e50d
JX
13567msgid "parallel jobs"
13568msgstr ""
13569
9b7388a8 13570#: builtin/submodule--helper.c:1603
9fa976ff
JX
13571msgid "whether the initial clone should follow the shallow recommendation"
13572msgstr ""
13573
9b7388a8 13574#: builtin/submodule--helper.c:1604
f517e50d
JX
13575msgid "don't print cloning progress"
13576msgstr ""
13577
9b7388a8 13578#: builtin/submodule--helper.c:1611
f517e50d
JX
13579msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
13580msgstr ""
13581
9b7388a8 13582#: builtin/submodule--helper.c:1624
f517e50d
JX
13583msgid "bad value for update parameter"
13584msgstr ""
13585
9b7388a8 13586#: builtin/submodule--helper.c:1692
9fa976ff
JX
13587#, c-format
13588msgid ""
13589"Submodule (%s) branch configured to inherit branch from superproject, but "
13590"the superproject is not on any branch"
13591msgstr ""
13592
9b7388a8 13593#: builtin/submodule--helper.c:1809
673bfad0
JX
13594msgid "recurse into submodules"
13595msgstr ""
13596
9b7388a8 13597#: builtin/submodule--helper.c:1815
673bfad0
JX
13598msgid "git submodule--helper embed-git-dir [<path>...]"
13599msgstr ""
13600
9b7388a8 13601#: builtin/submodule--helper.c:1901
673bfad0
JX
13602#, c-format
13603msgid "%s doesn't support --super-prefix"
13604msgstr ""
13605
9b7388a8 13606#: builtin/submodule--helper.c:1907
f4f2c8f8 13607#, c-format
f517e50d 13608msgid "'%s' is not a valid submodule--helper subcommand"
f4f2c8f8
JX
13609msgstr ""
13610
5b34e000 13611#: builtin/symbolic-ref.c:8
c2ea1208 13612msgid "git symbolic-ref [<options>] <name> [<ref>]"
cc76011e
JX
13613msgstr ""
13614
5b34e000 13615#: builtin/symbolic-ref.c:9
c2ea1208 13616msgid "git symbolic-ref -d [-q] <name>"
fe52cd62
JX
13617msgstr ""
13618
25eab542 13619#: builtin/symbolic-ref.c:40
cc76011e
JX
13620msgid "suppress error message for non-symbolic (detached) refs"
13621msgstr ""
13622
25eab542 13623#: builtin/symbolic-ref.c:41
fe52cd62
JX
13624msgid "delete symbolic ref"
13625msgstr ""
13626
25eab542 13627#: builtin/symbolic-ref.c:42
cc76011e
JX
13628msgid "shorten ref output"
13629msgstr ""
13630
25eab542 13631#: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
cc76011e
JX
13632msgid "reason"
13633msgstr ""
13634
25eab542 13635#: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
cc76011e
JX
13636msgid "reason of the update"
13637msgstr ""
13638
5b34e000 13639#: builtin/tag.c:24
dce37b66 13640msgid ""
c2ea1208
JX
13641"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
13642"[<head>]"
dce37b66
JX
13643msgstr ""
13644
5b34e000 13645#: builtin/tag.c:25
cc76011e 13646msgid "git tag -d <tagname>..."
dce37b66
JX
13647msgstr ""
13648
5b34e000 13649#: builtin/tag.c:26
cc76011e 13650msgid ""
dfc182b1
JX
13651"git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
13652"points-at <object>]\n"
f4f2c8f8 13653"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
dce37b66
JX
13654msgstr ""
13655
5b34e000 13656#: builtin/tag.c:28
673bfad0 13657msgid "git tag -v [--format=<format>] <tagname>..."
dce37b66
JX
13658msgstr ""
13659
25eab542 13660#: builtin/tag.c:86
dce37b66
JX
13661#, c-format
13662msgid "tag '%s' not found."
13663msgstr ""
13664
25eab542 13665#: builtin/tag.c:102
dce37b66
JX
13666#, c-format
13667msgid "Deleted tag '%s' (was %s)\n"
13668msgstr ""
13669
9b7388a8 13670#: builtin/tag.c:132
9caaf23e 13671#, c-format
dce37b66
JX
13672msgid ""
13673"\n"
fe05e196
JX
13674"Write a message for tag:\n"
13675" %s\n"
9caaf23e 13676"Lines starting with '%c' will be ignored.\n"
dce37b66
JX
13677msgstr ""
13678
9b7388a8 13679#: builtin/tag.c:136
9caaf23e 13680#, c-format
dce37b66
JX
13681msgid ""
13682"\n"
fe05e196
JX
13683"Write a message for tag:\n"
13684" %s\n"
9caaf23e 13685"Lines starting with '%c' will be kept; you may remove them yourself if you "
dce37b66 13686"want to.\n"
dce37b66
JX
13687msgstr ""
13688
9b7388a8 13689#: builtin/tag.c:190
dce37b66
JX
13690msgid "unable to sign the tag"
13691msgstr ""
13692
9b7388a8 13693#: builtin/tag.c:192
dce37b66
JX
13694msgid "unable to write tag file"
13695msgstr ""
13696
9b7388a8 13697#: builtin/tag.c:217
dce37b66
JX
13698msgid "bad object type."
13699msgstr ""
13700
9b7388a8 13701#: builtin/tag.c:266
dce37b66
JX
13702msgid "no tag message?"
13703msgstr ""
13704
9b7388a8 13705#: builtin/tag.c:273
dce37b66
JX
13706#, c-format
13707msgid "The tag message has been left in %s\n"
13708msgstr ""
13709
9b7388a8 13710#: builtin/tag.c:382
cc76011e
JX
13711msgid "list tag names"
13712msgstr ""
13713
9b7388a8 13714#: builtin/tag.c:384
cc76011e
JX
13715msgid "print <n> lines of each tag message"
13716msgstr ""
13717
9b7388a8 13718#: builtin/tag.c:386
cc76011e
JX
13719msgid "delete tags"
13720msgstr ""
13721
9b7388a8 13722#: builtin/tag.c:387
cc76011e
JX
13723msgid "verify tags"
13724msgstr ""
13725
9b7388a8 13726#: builtin/tag.c:389
cc76011e
JX
13727msgid "Tag creation options"
13728msgstr ""
13729
9b7388a8 13730#: builtin/tag.c:391
cc76011e
JX
13731msgid "annotated tag, needs a message"
13732msgstr ""
13733
9b7388a8 13734#: builtin/tag.c:393
cc76011e
JX
13735msgid "tag message"
13736msgstr ""
13737
9b7388a8 13738#: builtin/tag.c:395
abc8de64
JX
13739msgid "force edit of tag message"
13740msgstr ""
13741
9b7388a8 13742#: builtin/tag.c:396
cc76011e
JX
13743msgid "annotated and GPG-signed tag"
13744msgstr ""
13745
9b7388a8 13746#: builtin/tag.c:400
cc76011e
JX
13747msgid "use another key to sign the tag"
13748msgstr ""
13749
9b7388a8 13750#: builtin/tag.c:401
cc76011e
JX
13751msgid "replace the tag if exists"
13752msgstr ""
13753
9b7388a8 13754#: builtin/tag.c:402 builtin/update-ref.c:368
80d1b481 13755msgid "create a reflog"
df0617bf
JX
13756msgstr ""
13757
9b7388a8 13758#: builtin/tag.c:404
c2ea1208 13759msgid "Tag listing options"
cc76011e
JX
13760msgstr ""
13761
9b7388a8 13762#: builtin/tag.c:405
c2ea1208 13763msgid "show tag list in columns"
5e078fcd
JX
13764msgstr ""
13765
9b7388a8 13766#: builtin/tag.c:406 builtin/tag.c:408
f4f2c8f8 13767msgid "print only tags that contain the commit"
cc76011e
JX
13768msgstr ""
13769
9b7388a8 13770#: builtin/tag.c:407 builtin/tag.c:409
dfc182b1
JX
13771msgid "print only tags that don't contain the commit"
13772msgstr ""
13773
9b7388a8 13774#: builtin/tag.c:410
f4f2c8f8 13775msgid "print only tags that are merged"
cc76011e
JX
13776msgstr ""
13777
9b7388a8 13778#: builtin/tag.c:411
f4f2c8f8 13779msgid "print only tags that are not merged"
cc76011e
JX
13780msgstr ""
13781
9b7388a8 13782#: builtin/tag.c:416
f4f2c8f8 13783msgid "print only tags of the object"
822e4a65
JX
13784msgstr ""
13785
9b7388a8 13786#: builtin/tag.c:460
f4f2c8f8 13787msgid "--column and -n are incompatible"
5e078fcd
JX
13788msgstr ""
13789
9b7388a8 13790#: builtin/tag.c:482
dfc182b1
JX
13791msgid "-n option is only allowed in list mode"
13792msgstr ""
13793
9b7388a8 13794#: builtin/tag.c:484
dfc182b1 13795msgid "--contains option is only allowed in list mode"
dce37b66
JX
13796msgstr ""
13797
9b7388a8 13798#: builtin/tag.c:486
dfc182b1 13799msgid "--no-contains option is only allowed in list mode"
dce37b66
JX
13800msgstr ""
13801
9b7388a8 13802#: builtin/tag.c:488
dfc182b1 13803msgid "--points-at option is only allowed in list mode"
1d4ac88d
JX
13804msgstr ""
13805
9b7388a8 13806#: builtin/tag.c:490
dfc182b1 13807msgid "--merged and --no-merged options are only allowed in list mode"
f4f2c8f8
JX
13808msgstr ""
13809
9b7388a8 13810#: builtin/tag.c:501
dce37b66
JX
13811msgid "only one -F or -m option is allowed."
13812msgstr ""
13813
9b7388a8 13814#: builtin/tag.c:520
dce37b66
JX
13815msgid "too many params"
13816msgstr ""
13817
9b7388a8 13818#: builtin/tag.c:526
dce37b66
JX
13819#, c-format
13820msgid "'%s' is not a valid tag name."
13821msgstr ""
13822
9b7388a8 13823#: builtin/tag.c:531
dce37b66
JX
13824#, c-format
13825msgid "tag '%s' already exists"
13826msgstr ""
13827
9b7388a8 13828#: builtin/tag.c:562
dce37b66
JX
13829#, c-format
13830msgid "Updated tag '%s' (was %s)\n"
13831msgstr ""
13832
abc8de64 13833#: builtin/unpack-objects.c:498
5e078fcd
JX
13834msgid "Unpacking objects"
13835msgstr ""
13836
18a90722 13837#: builtin/update-index.c:82
64f23b0c
JX
13838#, c-format
13839msgid "failed to create directory %s"
13840msgstr ""
13841
18a90722 13842#: builtin/update-index.c:88
64f23b0c
JX
13843#, c-format
13844msgid "failed to stat %s"
13845msgstr ""
13846
18a90722 13847#: builtin/update-index.c:98
64f23b0c
JX
13848#, c-format
13849msgid "failed to create file %s"
13850msgstr ""
13851
18a90722 13852#: builtin/update-index.c:106
64f23b0c
JX
13853#, c-format
13854msgid "failed to delete file %s"
13855msgstr ""
13856
18a90722 13857#: builtin/update-index.c:113 builtin/update-index.c:219
64f23b0c
JX
13858#, c-format
13859msgid "failed to delete directory %s"
13860msgstr ""
13861
18a90722 13862#: builtin/update-index.c:138
64f23b0c 13863#, c-format
9eb3984b 13864msgid "Testing mtime in '%s' "
64f23b0c
JX
13865msgstr ""
13866
18a90722 13867#: builtin/update-index.c:152
64f23b0c
JX
13868msgid "directory stat info does not change after adding a new file"
13869msgstr ""
13870
18a90722 13871#: builtin/update-index.c:165
64f23b0c
JX
13872msgid "directory stat info does not change after adding a new directory"
13873msgstr ""
13874
18a90722 13875#: builtin/update-index.c:178
64f23b0c
JX
13876msgid "directory stat info changes after updating a file"
13877msgstr ""
13878
18a90722 13879#: builtin/update-index.c:189
64f23b0c
JX
13880msgid "directory stat info changes after adding a file inside subdirectory"
13881msgstr ""
13882
18a90722 13883#: builtin/update-index.c:200
64f23b0c
JX
13884msgid "directory stat info does not change after deleting a file"
13885msgstr ""
13886
18a90722 13887#: builtin/update-index.c:213
64f23b0c
JX
13888msgid "directory stat info does not change after deleting a directory"
13889msgstr ""
13890
18a90722 13891#: builtin/update-index.c:220
64f23b0c
JX
13892msgid " OK"
13893msgstr ""
13894
9b7388a8 13895#: builtin/update-index.c:589
c2ea1208 13896msgid "git update-index [<options>] [--] [<file>...]"
822e4a65
JX
13897msgstr ""
13898
9b7388a8 13899#: builtin/update-index.c:946
cc76011e 13900msgid "continue refresh even when index needs update"
6f6731e7
JX
13901msgstr ""
13902
9b7388a8 13903#: builtin/update-index.c:949
cc76011e 13904msgid "refresh: ignore submodules"
6f6731e7
JX
13905msgstr ""
13906
9b7388a8 13907#: builtin/update-index.c:952
cc76011e 13908msgid "do not ignore new files"
6f6731e7
JX
13909msgstr ""
13910
9b7388a8 13911#: builtin/update-index.c:954
cc76011e
JX
13912msgid "let files replace directories and vice-versa"
13913msgstr ""
13914
9b7388a8 13915#: builtin/update-index.c:956
cc76011e
JX
13916msgid "notice files missing from worktree"
13917msgstr ""
13918
9b7388a8 13919#: builtin/update-index.c:958
cc76011e
JX
13920msgid "refresh even if index contains unmerged entries"
13921msgstr ""
13922
9b7388a8 13923#: builtin/update-index.c:961
cc76011e
JX
13924msgid "refresh stat information"
13925msgstr ""
13926
9b7388a8 13927#: builtin/update-index.c:965
cc76011e
JX
13928msgid "like --refresh, but ignore assume-unchanged setting"
13929msgstr ""
13930
9b7388a8 13931#: builtin/update-index.c:969
5e078fcd 13932msgid "<mode>,<object>,<path>"
cc76011e
JX
13933msgstr ""
13934
9b7388a8 13935#: builtin/update-index.c:970
cc76011e
JX
13936msgid "add the specified entry to the index"
13937msgstr ""
13938
9b7388a8 13939#: builtin/update-index.c:979
9fa976ff 13940msgid "mark files as \"not changing\""
cc76011e
JX
13941msgstr ""
13942
9b7388a8 13943#: builtin/update-index.c:982
cc76011e
JX
13944msgid "clear assumed-unchanged bit"
13945msgstr ""
13946
9b7388a8 13947#: builtin/update-index.c:985
cc76011e
JX
13948msgid "mark files as \"index-only\""
13949msgstr ""
13950
9b7388a8 13951#: builtin/update-index.c:988
cc76011e
JX
13952msgid "clear skip-worktree bit"
13953msgstr ""
13954
9b7388a8 13955#: builtin/update-index.c:991
cc76011e
JX
13956msgid "add to index only; do not add content to object database"
13957msgstr ""
13958
9b7388a8 13959#: builtin/update-index.c:993
cc76011e
JX
13960msgid "remove named paths even if present in worktree"
13961msgstr ""
13962
9b7388a8 13963#: builtin/update-index.c:995
cc76011e
JX
13964msgid "with --stdin: input lines are terminated by null bytes"
13965msgstr ""
13966
9b7388a8 13967#: builtin/update-index.c:997
cc76011e
JX
13968msgid "read list of paths to be updated from standard input"
13969msgstr ""
13970
9b7388a8 13971#: builtin/update-index.c:1001
cc76011e
JX
13972msgid "add entries from standard input to the index"
13973msgstr ""
13974
9b7388a8 13975#: builtin/update-index.c:1005
cc76011e
JX
13976msgid "repopulate stages #2 and #3 for the listed paths"
13977msgstr ""
13978
9b7388a8 13979#: builtin/update-index.c:1009
cc76011e
JX
13980msgid "only update entries that differ from HEAD"
13981msgstr ""
13982
9b7388a8 13983#: builtin/update-index.c:1013
cc76011e
JX
13984msgid "ignore files missing from worktree"
13985msgstr ""
13986
9b7388a8 13987#: builtin/update-index.c:1016
cc76011e
JX
13988msgid "report actions to standard output"
13989msgstr ""
13990
9b7388a8 13991#: builtin/update-index.c:1018
cc76011e
JX
13992msgid "(for porcelains) forget saved unresolved conflicts"
13993msgstr ""
13994
9b7388a8 13995#: builtin/update-index.c:1022
cc76011e
JX
13996msgid "write index in this format"
13997msgstr ""
13998
9b7388a8 13999#: builtin/update-index.c:1024
fe05e196
JX
14000msgid "enable or disable split index"
14001msgstr ""
14002
9b7388a8 14003#: builtin/update-index.c:1026
64f23b0c
JX
14004msgid "enable/disable untracked cache"
14005msgstr ""
14006
9b7388a8 14007#: builtin/update-index.c:1028
9eb3984b
JX
14008msgid "test if the filesystem supports untracked cache"
14009msgstr ""
14010
9b7388a8 14011#: builtin/update-index.c:1030
64f23b0c
JX
14012msgid "enable untracked cache without testing the filesystem"
14013msgstr ""
14014
9b7388a8 14015#: builtin/update-index.c:1032
18a90722
JX
14016msgid "write out the index even if is not flagged as changed"
14017msgstr ""
14018
9b7388a8 14019#: builtin/update-index.c:1034
18a90722
JX
14020msgid "enable or disable file system monitor"
14021msgstr ""
14022
9b7388a8 14023#: builtin/update-index.c:1036
18a90722
JX
14024msgid "mark files as fsmonitor valid"
14025msgstr ""
14026
9b7388a8 14027#: builtin/update-index.c:1039
18a90722
JX
14028msgid "clear fsmonitor valid bit"
14029msgstr ""
14030
9b7388a8 14031#: builtin/update-index.c:1138
dfc182b1
JX
14032msgid ""
14033"core.splitIndex is set to false; remove or change it, if you really want to "
14034"enable split index"
14035msgstr ""
14036
9b7388a8 14037#: builtin/update-index.c:1147
dfc182b1
JX
14038msgid ""
14039"core.splitIndex is set to true; remove or change it, if you really want to "
14040"disable split index"
14041msgstr ""
14042
9b7388a8 14043#: builtin/update-index.c:1158
fda7b092
JX
14044msgid ""
14045"core.untrackedCache is set to true; remove or change it, if you really want "
14046"to disable the untracked cache"
14047msgstr ""
14048
9b7388a8 14049#: builtin/update-index.c:1162
9eb3984b
JX
14050msgid "Untracked cache disabled"
14051msgstr ""
14052
9b7388a8 14053#: builtin/update-index.c:1170
fda7b092
JX
14054msgid ""
14055"core.untrackedCache is set to false; remove or change it, if you really want "
14056"to enable the untracked cache"
14057msgstr ""
14058
9b7388a8 14059#: builtin/update-index.c:1174
9eb3984b
JX
14060#, c-format
14061msgid "Untracked cache enabled for '%s'"
14062msgstr ""
14063
9b7388a8 14064#: builtin/update-index.c:1182
18a90722
JX
14065msgid "core.fsmonitor is unset; set it if you really want to enable fsmonitor"
14066msgstr ""
14067
9b7388a8 14068#: builtin/update-index.c:1186
18a90722
JX
14069msgid "fsmonitor enabled"
14070msgstr ""
14071
9b7388a8 14072#: builtin/update-index.c:1189
18a90722
JX
14073msgid ""
14074"core.fsmonitor is set; remove it if you really want to disable fsmonitor"
14075msgstr ""
14076
9b7388a8 14077#: builtin/update-index.c:1193
18a90722
JX
14078msgid "fsmonitor disabled"
14079msgstr ""
14080
5b34e000 14081#: builtin/update-ref.c:10
c2ea1208 14082msgid "git update-ref [<options>] -d <refname> [<old-val>]"
cc76011e
JX
14083msgstr ""
14084
5b34e000 14085#: builtin/update-ref.c:11
c2ea1208 14086msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"
cc76011e
JX
14087msgstr ""
14088
5b34e000 14089#: builtin/update-ref.c:12
c2ea1208 14090msgid "git update-ref [<options>] --stdin [-z]"
727b9576
JX
14091msgstr ""
14092
25eab542 14093#: builtin/update-ref.c:363
cc76011e
JX
14094msgid "delete the reference"
14095msgstr ""
14096
25eab542 14097#: builtin/update-ref.c:365
cc76011e
JX
14098msgid "update <refname> not the one it points to"
14099msgstr ""
14100
25eab542 14101#: builtin/update-ref.c:366
727b9576
JX
14102msgid "stdin has NUL-terminated arguments"
14103msgstr ""
14104
25eab542 14105#: builtin/update-ref.c:367
727b9576
JX
14106msgid "read updates from stdin"
14107msgstr ""
14108
5b34e000 14109#: builtin/update-server-info.c:7
cc76011e
JX
14110msgid "git update-server-info [--force]"
14111msgstr ""
14112
5b34e000 14113#: builtin/update-server-info.c:15
cc76011e
JX
14114msgid "update the info files from scratch"
14115msgstr ""
14116
9b7388a8
JX
14117#: builtin/upload-pack.c:11
14118msgid "git upload-pack [<options>] <dir>"
14119msgstr ""
14120
14121#: builtin/upload-pack.c:25
14122msgid "exit immediately after initial ref advertisement"
14123msgstr ""
14124
14125#: builtin/upload-pack.c:27
14126msgid "do not try <directory>/.git/ if <directory> is no Git directory"
14127msgstr ""
14128
14129#: builtin/upload-pack.c:29
14130msgid "interrupt transfer after <n> seconds of inactivity"
14131msgstr ""
14132
5b34e000 14133#: builtin/verify-commit.c:18
c2ea1208 14134msgid "git verify-commit [-v | --verbose] <commit>..."
fe05e196
JX
14135msgstr ""
14136
5b34e000 14137#: builtin/verify-commit.c:73
fe05e196
JX
14138msgid "print commit contents"
14139msgstr ""
14140
5b34e000 14141#: builtin/verify-commit.c:74 builtin/verify-tag.c:38
df0617bf
JX
14142msgid "print raw gpg status output"
14143msgstr ""
14144
5b34e000 14145#: builtin/verify-pack.c:55
c2ea1208 14146msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
cc76011e
JX
14147msgstr ""
14148
5b34e000 14149#: builtin/verify-pack.c:65
cc76011e
JX
14150msgid "verbose"
14151msgstr ""
14152
5b34e000 14153#: builtin/verify-pack.c:67
cc76011e
JX
14154msgid "show statistics only"
14155msgstr ""
14156
5b34e000 14157#: builtin/verify-tag.c:19
673bfad0 14158msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
cc76011e
JX
14159msgstr ""
14160
5b34e000 14161#: builtin/verify-tag.c:37
cc76011e
JX
14162msgid "print tag contents"
14163msgstr ""
14164
18a90722 14165#: builtin/worktree.c:17
abc8de64 14166msgid "git worktree add [<options>] <path> [<commit-ish>]"
a4156d20
JX
14167msgstr ""
14168
18a90722 14169#: builtin/worktree.c:18
9fa976ff 14170msgid "git worktree list [<options>]"
a4156d20
JX
14171msgstr ""
14172
18a90722 14173#: builtin/worktree.c:19
9fa976ff
JX
14174msgid "git worktree lock [<options>] <path>"
14175msgstr ""
14176
18a90722 14177#: builtin/worktree.c:20
abc8de64 14178msgid "git worktree move <worktree> <new-path>"
9fa976ff
JX
14179msgstr ""
14180
18a90722 14181#: builtin/worktree.c:21
abc8de64
JX
14182msgid "git worktree prune [<options>]"
14183msgstr ""
14184
14185#: builtin/worktree.c:22
14186msgid "git worktree remove [<options>] <worktree>"
14187msgstr ""
14188
14189#: builtin/worktree.c:23
9fa976ff 14190msgid "git worktree unlock <path>"
f4f2c8f8
JX
14191msgstr ""
14192
9b7388a8 14193#: builtin/worktree.c:58
a4156d20
JX
14194#, c-format
14195msgid "Removing worktrees/%s: not a valid directory"
14196msgstr ""
14197
9b7388a8 14198#: builtin/worktree.c:64
a4156d20
JX
14199#, c-format
14200msgid "Removing worktrees/%s: gitdir file does not exist"
14201msgstr ""
14202
9b7388a8 14203#: builtin/worktree.c:69 builtin/worktree.c:78
a4156d20
JX
14204#, c-format
14205msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
14206msgstr ""
14207
9b7388a8 14208#: builtin/worktree.c:88
25eab542
JX
14209#, c-format
14210msgid ""
14211"Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "
14212"%<PRIuMAX>)"
14213msgstr ""
14214
9b7388a8 14215#: builtin/worktree.c:96
a4156d20
JX
14216#, c-format
14217msgid "Removing worktrees/%s: invalid gitdir file"
14218msgstr ""
14219
9b7388a8 14220#: builtin/worktree.c:105
a4156d20
JX
14221#, c-format
14222msgid "Removing worktrees/%s: gitdir file points to non-existent location"
14223msgstr ""
14224
9b7388a8 14225#: builtin/worktree.c:152
a4d94835
JX
14226msgid "report pruned working trees"
14227msgstr ""
14228
9b7388a8 14229#: builtin/worktree.c:154
a4d94835
JX
14230msgid "expire working trees older than <time>"
14231msgstr ""
14232
9b7388a8 14233#: builtin/worktree.c:229
a4156d20
JX
14234#, c-format
14235msgid "'%s' already exists"
14236msgstr ""
14237
9b7388a8 14238#: builtin/worktree.c:260
a4156d20
JX
14239#, c-format
14240msgid "could not create directory of '%s'"
14241msgstr ""
14242
9b7388a8
JX
14243#: builtin/worktree.c:373 builtin/worktree.c:379
14244#, c-format
14245msgid "Preparing worktree (new branch '%s')"
14246msgstr ""
14247
14248#: builtin/worktree.c:375
14249#, c-format
14250msgid "Preparing worktree (resetting branch '%s'; was at %s)"
14251msgstr ""
14252
14253#: builtin/worktree.c:384
14254#, c-format
14255msgid "Preparing worktree (checking out '%s')"
14256msgstr ""
14257
14258#: builtin/worktree.c:390
a4156d20 14259#, c-format
9b7388a8 14260msgid "Preparing worktree (detached HEAD %s)"
a4156d20
JX
14261msgstr ""
14262
9b7388a8 14263#: builtin/worktree.c:431
a4156d20
JX
14264msgid "checkout <branch> even if already checked out in other worktree"
14265msgstr ""
14266
9b7388a8 14267#: builtin/worktree.c:434
a4156d20
JX
14268msgid "create a new branch"
14269msgstr ""
14270
9b7388a8 14271#: builtin/worktree.c:436
9fa976ff 14272msgid "create or reset a branch"
a4156d20
JX
14273msgstr ""
14274
9b7388a8 14275#: builtin/worktree.c:438
f517e50d
JX
14276msgid "populate the new working tree"
14277msgstr ""
14278
9b7388a8 14279#: builtin/worktree.c:439
28e1aaa4
JX
14280msgid "keep the new working tree locked"
14281msgstr ""
14282
9b7388a8 14283#: builtin/worktree.c:441
18a90722
JX
14284msgid "set up tracking mode (see git-branch(1))"
14285msgstr ""
14286
9b7388a8 14287#: builtin/worktree.c:444
18a90722
JX
14288msgid "try to match the new branch name with a remote-tracking branch"
14289msgstr ""
14290
9b7388a8 14291#: builtin/worktree.c:452
df0617bf 14292msgid "-b, -B, and --detach are mutually exclusive"
a4156d20
JX
14293msgstr ""
14294
9b7388a8 14295#: builtin/worktree.c:511
18a90722
JX
14296msgid "--[no-]track can only be used if a new branch is created"
14297msgstr ""
14298
9b7388a8 14299#: builtin/worktree.c:611
9fa976ff
JX
14300msgid "reason for locking"
14301msgstr ""
14302
9b7388a8
JX
14303#: builtin/worktree.c:623 builtin/worktree.c:656 builtin/worktree.c:710
14304#: builtin/worktree.c:850
9fa976ff
JX
14305#, c-format
14306msgid "'%s' is not a working tree"
14307msgstr ""
14308
9b7388a8 14309#: builtin/worktree.c:625 builtin/worktree.c:658
9fa976ff
JX
14310msgid "The main working tree cannot be locked or unlocked"
14311msgstr ""
14312
9b7388a8 14313#: builtin/worktree.c:630
9fa976ff
JX
14314#, c-format
14315msgid "'%s' is already locked, reason: %s"
14316msgstr ""
14317
9b7388a8 14318#: builtin/worktree.c:632
9fa976ff
JX
14319#, c-format
14320msgid "'%s' is already locked"
14321msgstr ""
14322
9b7388a8 14323#: builtin/worktree.c:660
9fa976ff
JX
14324#, c-format
14325msgid "'%s' is not locked"
14326msgstr ""
14327
9b7388a8 14328#: builtin/worktree.c:685
abc8de64
JX
14329msgid "working trees containing submodules cannot be moved or removed"
14330msgstr ""
14331
9b7388a8 14332#: builtin/worktree.c:712 builtin/worktree.c:852
abc8de64
JX
14333#, c-format
14334msgid "'%s' is a main working tree"
14335msgstr ""
14336
9b7388a8 14337#: builtin/worktree.c:717
abc8de64
JX
14338#, c-format
14339msgid "could not figure out destination name from '%s'"
14340msgstr ""
14341
9b7388a8 14342#: builtin/worktree.c:723
abc8de64
JX
14343#, c-format
14344msgid "target '%s' already exists"
14345msgstr ""
14346
9b7388a8 14347#: builtin/worktree.c:730
abc8de64
JX
14348#, c-format
14349msgid "cannot move a locked working tree, lock reason: %s"
14350msgstr ""
14351
9b7388a8 14352#: builtin/worktree.c:732
abc8de64
JX
14353msgid "cannot move a locked working tree"
14354msgstr ""
14355
9b7388a8 14356#: builtin/worktree.c:735
abc8de64
JX
14357#, c-format
14358msgid "validation failed, cannot move working tree: %s"
14359msgstr ""
14360
9b7388a8 14361#: builtin/worktree.c:740
abc8de64
JX
14362#, c-format
14363msgid "failed to move '%s' to '%s'"
14364msgstr ""
14365
9b7388a8 14366#: builtin/worktree.c:788
abc8de64
JX
14367#, c-format
14368msgid "failed to run 'git status' on '%s'"
14369msgstr ""
14370
9b7388a8 14371#: builtin/worktree.c:792
abc8de64
JX
14372#, c-format
14373msgid "'%s' is dirty, use --force to delete it"
14374msgstr ""
14375
9b7388a8 14376#: builtin/worktree.c:797
abc8de64
JX
14377#, c-format
14378msgid "failed to run 'git status' on '%s', code %d"
14379msgstr ""
14380
9b7388a8 14381#: builtin/worktree.c:808 builtin/worktree.c:822
abc8de64
JX
14382#, c-format
14383msgid "failed to delete '%s'"
14384msgstr ""
14385
9b7388a8 14386#: builtin/worktree.c:834
abc8de64
JX
14387msgid "force removing even if the worktree is dirty"
14388msgstr ""
14389
9b7388a8 14390#: builtin/worktree.c:856
abc8de64
JX
14391#, c-format
14392msgid "cannot remove a locked working tree, lock reason: %s"
14393msgstr ""
14394
9b7388a8 14395#: builtin/worktree.c:858
abc8de64
JX
14396msgid "cannot remove a locked working tree"
14397msgstr ""
14398
9b7388a8 14399#: builtin/worktree.c:861
abc8de64
JX
14400#, c-format
14401msgid "validation failed, cannot remove working tree: %s"
14402msgstr ""
14403
5b34e000 14404#: builtin/write-tree.c:14
cc76011e
JX
14405msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
14406msgstr ""
14407
5b34e000 14408#: builtin/write-tree.c:27
cc76011e
JX
14409msgid "<prefix>/"
14410msgstr ""
14411
5b34e000 14412#: builtin/write-tree.c:28
cc76011e
JX
14413msgid "write tree object for a subdirectory <prefix>"
14414msgstr ""
14415
5b34e000 14416#: builtin/write-tree.c:31
cc76011e
JX
14417msgid "only useful for debugging"
14418msgstr ""
14419
25eab542 14420#: credential-cache--daemon.c:222
fda7b092
JX
14421#, c-format
14422msgid ""
14423"The permissions on your socket directory are too loose; other\n"
14424"users may be able to read your cached credentials. Consider running:\n"
14425"\n"
14426"\tchmod 0700 %s"
14427msgstr ""
14428
25eab542 14429#: credential-cache--daemon.c:271
d07a63e4
JX
14430msgid "print debugging messages to stderr"
14431msgstr ""
14432
55892712 14433#: git.c:27
abc8de64
JX
14434msgid ""
14435"git [--version] [--help] [-C <path>] [-c <name>=<value>]\n"
14436" [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n"
9b7388a8
JX
14437" [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--"
14438"bare]\n"
abc8de64
JX
14439" [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]\n"
14440" <command> [<args>]"
14441msgstr ""
14442
55892712 14443#: git.c:34
c6bc7d43 14444msgid ""
d07a63e4 14445"'git help -a' and 'git help -g' list available subcommands and some\n"
c6bc7d43
JX
14446"concept guides. See 'git help <command>' or 'git help <concept>'\n"
14447"to read about a specific subcommand or concept."
6f6731e7
JX
14448msgstr ""
14449
55892712 14450#: git.c:173
abc8de64
JX
14451#, c-format
14452msgid "no directory given for --git-dir\n"
14453msgstr ""
14454
55892712 14455#: git.c:187
abc8de64
JX
14456#, c-format
14457msgid "no namespace given for --namespace\n"
14458msgstr ""
14459
55892712 14460#: git.c:201
abc8de64
JX
14461#, c-format
14462msgid "no directory given for --work-tree\n"
14463msgstr ""
14464
55892712 14465#: git.c:215
abc8de64
JX
14466#, c-format
14467msgid "no prefix given for --super-prefix\n"
14468msgstr ""
14469
55892712 14470#: git.c:237
abc8de64
JX
14471#, c-format
14472msgid "-c expects a configuration string\n"
14473msgstr ""
14474
55892712 14475#: git.c:275
abc8de64
JX
14476#, c-format
14477msgid "no directory given for -C\n"
14478msgstr ""
14479
55892712 14480#: git.c:300
abc8de64
JX
14481#, c-format
14482msgid "unknown option: %s\n"
14483msgstr ""
14484
55892712 14485#: git.c:765
abc8de64
JX
14486#, c-format
14487msgid "expansion of alias '%s' failed; '%s' is not a git command\n"
14488msgstr ""
14489
55892712 14490#: git.c:777
abc8de64
JX
14491#, c-format
14492msgid "failed to run command '%s': %s\n"
14493msgstr ""
14494
9b7388a8 14495#: http.c:348
28e1aaa4
JX
14496#, c-format
14497msgid "negative value for http.postbuffer; defaulting to %d"
14498msgstr ""
14499
9b7388a8 14500#: http.c:369
fda7b092
JX
14501msgid "Delegation control is not supported with cURL < 7.22.0"
14502msgstr ""
14503
9b7388a8 14504#: http.c:378
9eb3984b
JX
14505msgid "Public key pinning not supported with cURL < 7.44.0"
14506msgstr ""
14507
9b7388a8 14508#: http.c:1854
673bfad0
JX
14509#, c-format
14510msgid ""
14511"unable to update url base from redirection:\n"
14512" asked for: %s\n"
14513" redirect: %s"
14514msgstr ""
14515
9b7388a8 14516#: remote-curl.c:401
673bfad0
JX
14517#, c-format
14518msgid "redirecting to %s"
14519msgstr ""
14520
abc8de64 14521#: list-objects-filter-options.h:59
18a90722
JX
14522msgid "args"
14523msgstr ""
14524
abc8de64 14525#: list-objects-filter-options.h:60
18a90722
JX
14526msgid "object filtering"
14527msgstr ""
14528
55892712
JX
14529#: parse-options.h:157
14530msgid "expiry-date"
64f23b0c
JX
14531msgstr ""
14532
55892712
JX
14533#: parse-options.h:172
14534msgid "no-op (backward compatibility)"
64f23b0c
JX
14535msgstr ""
14536
55892712
JX
14537#: parse-options.h:251
14538msgid "be more verbose"
64f23b0c
JX
14539msgstr ""
14540
55892712
JX
14541#: parse-options.h:253
14542msgid "be more quiet"
64f23b0c
JX
14543msgstr ""
14544
55892712
JX
14545#: parse-options.h:259
14546msgid "use <n> digits to display SHA-1s"
64f23b0c
JX
14547msgstr ""
14548
55892712 14549#: command-list.h:50
822e4a65
JX
14550msgid "Add file contents to the index"
14551msgstr ""
14552
55892712
JX
14553#: command-list.h:51
14554msgid "Apply a series of patches from a mailbox"
14555msgstr ""
14556
14557#: command-list.h:52
14558msgid "Annotate file lines with commit information"
14559msgstr ""
14560
14561#: command-list.h:53
14562msgid "Apply a patch to files and/or to the index"
14563msgstr ""
14564
14565#: command-list.h:54
14566msgid "Import an Arch repository into Git"
14567msgstr ""
14568
14569#: command-list.h:55
14570msgid "Create an archive of files from a named tree"
14571msgstr ""
14572
14573#: command-list.h:56
df0617bf 14574msgid "Use binary search to find the commit that introduced a bug"
822e4a65
JX
14575msgstr ""
14576
55892712
JX
14577#: command-list.h:57
14578msgid "Show what revision and author last modified each line of a file"
14579msgstr ""
14580
14581#: command-list.h:58
822e4a65
JX
14582msgid "List, create, or delete branches"
14583msgstr ""
14584
55892712
JX
14585#: command-list.h:59
14586msgid "Move objects and refs by archive"
14587msgstr ""
14588
14589#: command-list.h:60
14590msgid "Provide content or type and size information for repository objects"
14591msgstr ""
14592
14593#: command-list.h:61
14594msgid "Display gitattributes information"
14595msgstr ""
14596
14597#: command-list.h:62
14598msgid "Debug gitignore / exclude files"
14599msgstr ""
14600
14601#: command-list.h:63
14602msgid "Show canonical names and email addresses of contacts"
14603msgstr ""
14604
14605#: command-list.h:64
a4156d20 14606msgid "Switch branches or restore working tree files"
822e4a65
JX
14607msgstr ""
14608
55892712
JX
14609#: command-list.h:65
14610msgid "Copy files from the index to the working tree"
14611msgstr ""
14612
14613#: command-list.h:66
14614msgid "Ensures that a reference name is well formed"
14615msgstr ""
14616
14617#: command-list.h:67
14618msgid "Find commits yet to be applied to upstream"
14619msgstr ""
14620
14621#: command-list.h:68
14622msgid "Apply the changes introduced by some existing commits"
14623msgstr ""
14624
14625#: command-list.h:69
14626msgid "Graphical alternative to git-commit"
14627msgstr ""
14628
14629#: command-list.h:70
14630msgid "Remove untracked files from the working tree"
14631msgstr ""
14632
14633#: command-list.h:71
822e4a65
JX
14634msgid "Clone a repository into a new directory"
14635msgstr ""
14636
55892712
JX
14637#: command-list.h:72
14638msgid "Display data in columns"
14639msgstr ""
14640
14641#: command-list.h:73
822e4a65
JX
14642msgid "Record changes to the repository"
14643msgstr ""
14644
55892712
JX
14645#: command-list.h:74
14646msgid "Write and verify Git commit graph files"
14647msgstr ""
14648
14649#: command-list.h:75
14650msgid "Create a new commit object"
14651msgstr ""
14652
14653#: command-list.h:76
14654msgid "Get and set repository or global options"
14655msgstr ""
14656
14657#: command-list.h:77
14658msgid "Count unpacked number of objects and their disk consumption"
14659msgstr ""
14660
14661#: command-list.h:78
14662msgid "Retrieve and store user credentials"
14663msgstr ""
14664
14665#: command-list.h:79
14666msgid "Helper to temporarily store passwords in memory"
14667msgstr ""
14668
14669#: command-list.h:80
14670msgid "Helper to store credentials on disk"
14671msgstr ""
14672
14673#: command-list.h:81
14674msgid "Export a single commit to a CVS checkout"
14675msgstr ""
14676
14677#: command-list.h:82
14678msgid "Salvage your data out of another SCM people love to hate"
14679msgstr ""
14680
14681#: command-list.h:83
14682msgid "A CVS server emulator for Git"
14683msgstr ""
14684
14685#: command-list.h:84
14686msgid "A really simple server for Git repositories"
14687msgstr ""
14688
14689#: command-list.h:85
14690msgid "Give an object a human readable name based on an available ref"
14691msgstr ""
14692
14693#: command-list.h:86
822e4a65
JX
14694msgid "Show changes between commits, commit and working tree, etc"
14695msgstr ""
14696
55892712
JX
14697#: command-list.h:87
14698msgid "Compares files in the working tree and the index"
14699msgstr ""
14700
14701#: command-list.h:88
14702msgid "Compare a tree to the working tree or index"
14703msgstr ""
14704
14705#: command-list.h:89
14706msgid "Compares the content and mode of blobs found via two tree objects"
14707msgstr ""
14708
14709#: command-list.h:90
14710msgid "Show changes using common diff tools"
14711msgstr ""
14712
14713#: command-list.h:91
14714msgid "Git data exporter"
14715msgstr ""
14716
14717#: command-list.h:92
14718msgid "Backend for fast Git data importers"
14719msgstr ""
14720
14721#: command-list.h:93
822e4a65
JX
14722msgid "Download objects and refs from another repository"
14723msgstr ""
14724
55892712
JX
14725#: command-list.h:94
14726msgid "Receive missing objects from another repository"
14727msgstr ""
14728
14729#: command-list.h:95
14730msgid "Rewrite branches"
14731msgstr ""
14732
14733#: command-list.h:96
14734msgid "Produce a merge commit message"
14735msgstr ""
14736
14737#: command-list.h:97
14738msgid "Output information on each ref"
14739msgstr ""
14740
14741#: command-list.h:98
14742msgid "Prepare patches for e-mail submission"
14743msgstr ""
14744
14745#: command-list.h:99
14746msgid "Verifies the connectivity and validity of the objects in the database"
14747msgstr ""
14748
14749#: command-list.h:100
14750msgid "Cleanup unnecessary files and optimize the local repository"
14751msgstr ""
14752
14753#: command-list.h:101
14754msgid "Extract commit ID from an archive created using git-archive"
14755msgstr ""
14756
14757#: command-list.h:102
822e4a65
JX
14758msgid "Print lines matching a pattern"
14759msgstr ""
14760
55892712
JX
14761#: command-list.h:103
14762msgid "A portable graphical interface to Git"
14763msgstr ""
14764
14765#: command-list.h:104
14766msgid "Compute object ID and optionally creates a blob from a file"
14767msgstr ""
14768
14769#: command-list.h:105
14770msgid "Display help information about Git"
14771msgstr ""
14772
14773#: command-list.h:106
14774msgid "Server side implementation of Git over HTTP"
14775msgstr ""
14776
14777#: command-list.h:107
14778msgid "Download from a remote Git repository via HTTP"
14779msgstr ""
14780
14781#: command-list.h:108
14782msgid "Push objects over HTTP/DAV to another repository"
14783msgstr ""
14784
14785#: command-list.h:109
14786msgid "Send a collection of patches from stdin to an IMAP folder"
14787msgstr ""
14788
14789#: command-list.h:110
14790msgid "Build pack index file for an existing packed archive"
14791msgstr ""
14792
14793#: command-list.h:111
9caaf23e 14794msgid "Create an empty Git repository or reinitialize an existing one"
822e4a65
JX
14795msgstr ""
14796
55892712
JX
14797#: command-list.h:112
14798msgid "Instantly browse your working repository in gitweb"
14799msgstr ""
14800
14801#: command-list.h:113
14802msgid "add or parse structured information in commit messages"
14803msgstr ""
14804
14805#: command-list.h:114
14806msgid "The Git repository browser"
14807msgstr ""
14808
14809#: command-list.h:115
822e4a65
JX
14810msgid "Show commit logs"
14811msgstr ""
14812
55892712
JX
14813#: command-list.h:116
14814msgid "Show information about files in the index and the working tree"
14815msgstr ""
14816
14817#: command-list.h:117
14818msgid "List references in a remote repository"
14819msgstr ""
14820
14821#: command-list.h:118
14822msgid "List the contents of a tree object"
14823msgstr ""
14824
14825#: command-list.h:119
14826msgid "Extracts patch and authorship from a single e-mail message"
14827msgstr ""
14828
14829#: command-list.h:120
14830msgid "Simple UNIX mbox splitter program"
14831msgstr ""
14832
14833#: command-list.h:121
822e4a65
JX
14834msgid "Join two or more development histories together"
14835msgstr ""
14836
55892712
JX
14837#: command-list.h:122
14838msgid "Find as good common ancestors as possible for a merge"
14839msgstr ""
14840
14841#: command-list.h:123
14842msgid "Run a three-way file merge"
14843msgstr ""
14844
14845#: command-list.h:124
14846msgid "Run a merge for files needing merging"
14847msgstr ""
14848
14849#: command-list.h:125
14850msgid "The standard helper program to use with git-merge-index"
14851msgstr ""
14852
14853#: command-list.h:126
14854msgid "Run merge conflict resolution tools to resolve merge conflicts"
14855msgstr ""
14856
14857#: command-list.h:127
14858msgid "Show three-way merge without touching index"
14859msgstr ""
14860
14861#: command-list.h:128
14862msgid "Creates a tag object"
14863msgstr ""
14864
14865#: command-list.h:129
14866msgid "Build a tree-object from ls-tree formatted text"
14867msgstr ""
14868
14869#: command-list.h:130
822e4a65
JX
14870msgid "Move or rename a file, a directory, or a symlink"
14871msgstr ""
14872
55892712
JX
14873#: command-list.h:131
14874msgid "Find symbolic names for given revs"
14875msgstr ""
14876
14877#: command-list.h:132
14878msgid "Add or inspect object notes"
14879msgstr ""
14880
14881#: command-list.h:133
14882msgid "Import from and submit to Perforce repositories"
14883msgstr ""
14884
14885#: command-list.h:134
14886msgid "Create a packed archive of objects"
14887msgstr ""
14888
14889#: command-list.h:135
14890msgid "Find redundant pack files"
14891msgstr ""
14892
14893#: command-list.h:136
14894msgid "Pack heads and tags for efficient repository access"
14895msgstr ""
14896
14897#: command-list.h:137
14898msgid "Routines to help parsing remote repository access parameters"
14899msgstr ""
14900
14901#: command-list.h:138
14902msgid "Compute unique ID for a patch"
14903msgstr ""
14904
14905#: command-list.h:139
14906msgid "Prune all unreachable objects from the object database"
14907msgstr ""
14908
14909#: command-list.h:140
14910msgid "Remove extra objects that are already in pack files"
14911msgstr ""
14912
14913#: command-list.h:141
28b3cffc 14914msgid "Fetch from and integrate with another repository or a local branch"
822e4a65
JX
14915msgstr ""
14916
55892712 14917#: command-list.h:142
822e4a65
JX
14918msgid "Update remote refs along with associated objects"
14919msgstr ""
14920
55892712
JX
14921#: command-list.h:143
14922msgid "Applies a quilt patchset onto the current branch"
14923msgstr ""
14924
14925#: command-list.h:144
14926msgid "Reads tree information into the index"
14927msgstr ""
14928
14929#: command-list.h:145
f1522b27 14930msgid "Reapply commits on top of another base tip"
822e4a65
JX
14931msgstr ""
14932
55892712
JX
14933#: command-list.h:146
14934msgid "Receive what is pushed into the repository"
14935msgstr ""
14936
14937#: command-list.h:147
14938msgid "Manage reflog information"
14939msgstr ""
14940
14941#: command-list.h:148
14942msgid "Manage set of tracked repositories"
14943msgstr ""
14944
14945#: command-list.h:149
14946msgid "Pack unpacked objects in a repository"
14947msgstr ""
14948
14949#: command-list.h:150
14950msgid "Create, list, delete refs to replace objects"
14951msgstr ""
14952
14953#: command-list.h:151
14954msgid "Generates a summary of pending changes"
14955msgstr ""
14956
14957#: command-list.h:152
14958msgid "Reuse recorded resolution of conflicted merges"
14959msgstr ""
14960
14961#: command-list.h:153
822e4a65
JX
14962msgid "Reset current HEAD to the specified state"
14963msgstr ""
14964
55892712
JX
14965#: command-list.h:154
14966msgid "Revert some existing commits"
14967msgstr ""
14968
14969#: command-list.h:155
14970msgid "Lists commit objects in reverse chronological order"
14971msgstr ""
14972
14973#: command-list.h:156
14974msgid "Pick out and massage parameters"
14975msgstr ""
14976
14977#: command-list.h:157
822e4a65
JX
14978msgid "Remove files from the working tree and from the index"
14979msgstr ""
14980
55892712
JX
14981#: command-list.h:158
14982msgid "Send a collection of patches as emails"
14983msgstr ""
14984
14985#: command-list.h:159
14986msgid "Push objects over Git protocol to another repository"
14987msgstr ""
14988
14989#: command-list.h:160
14990msgid "Restricted login shell for Git-only SSH access"
14991msgstr ""
14992
14993#: command-list.h:161
14994msgid "Summarize 'git log' output"
14995msgstr ""
14996
14997#: command-list.h:162
822e4a65
JX
14998msgid "Show various types of objects"
14999msgstr ""
15000
55892712
JX
15001#: command-list.h:163
15002msgid "Show branches and their commits"
15003msgstr ""
15004
15005#: command-list.h:164
15006msgid "Show packed archive index"
15007msgstr ""
15008
15009#: command-list.h:165
15010msgid "List references in a local repository"
15011msgstr ""
15012
15013#: command-list.h:166
15014msgid "Git's i18n setup code for shell scripts"
15015msgstr ""
15016
15017#: command-list.h:167
15018msgid "Common Git shell script setup code"
15019msgstr ""
15020
15021#: command-list.h:168
15022msgid "Stash the changes in a dirty working directory away"
15023msgstr ""
15024
15025#: command-list.h:169
15026msgid "Add file contents to the staging area"
15027msgstr ""
15028
15029#: command-list.h:170
822e4a65
JX
15030msgid "Show the working tree status"
15031msgstr ""
15032
55892712
JX
15033#: command-list.h:171
15034msgid "Remove unnecessary whitespace"
15035msgstr ""
15036
15037#: command-list.h:172
15038msgid "Initialize, update or inspect submodules"
15039msgstr ""
15040
15041#: command-list.h:173
15042msgid "Bidirectional operation between a Subversion repository and Git"
15043msgstr ""
15044
15045#: command-list.h:174
15046msgid "Read, modify and delete symbolic refs"
15047msgstr ""
15048
15049#: command-list.h:175
822e4a65
JX
15050msgid "Create, list, delete or verify a tag object signed with GPG"
15051msgstr ""
15052
55892712
JX
15053#: command-list.h:176
15054msgid "Creates a temporary file with a blob's contents"
d07a63e4
JX
15055msgstr ""
15056
55892712
JX
15057#: command-list.h:177
15058msgid "Unpack objects from a packed archive"
d07a63e4
JX
15059msgstr ""
15060
55892712
JX
15061#: command-list.h:178
15062msgid "Register file contents in the working tree to the index"
d07a63e4
JX
15063msgstr ""
15064
55892712
JX
15065#: command-list.h:179
15066msgid "Update the object name stored in a ref safely"
d07a63e4
JX
15067msgstr ""
15068
55892712
JX
15069#: command-list.h:180
15070msgid "Update auxiliary info file to help dumb servers"
15071msgstr ""
15072
15073#: command-list.h:181
15074msgid "Send archive back to git-archive"
15075msgstr ""
15076
15077#: command-list.h:182
15078msgid "Send objects packed back to git-fetch-pack"
15079msgstr ""
15080
15081#: command-list.h:183
15082msgid "Show a Git logical variable"
15083msgstr ""
15084
15085#: command-list.h:184
15086msgid "Check the GPG signature of commits"
15087msgstr ""
15088
15089#: command-list.h:185
15090msgid "Validate packed Git archive files"
15091msgstr ""
15092
15093#: command-list.h:186
15094msgid "Check the GPG signature of tags"
15095msgstr ""
15096
15097#: command-list.h:187
15098msgid "Git web interface (web frontend to Git repositories)"
15099msgstr ""
15100
15101#: command-list.h:188
15102msgid "Show logs with difference each commit introduces"
15103msgstr ""
15104
15105#: command-list.h:189
15106msgid "Manage multiple working trees"
15107msgstr ""
15108
15109#: command-list.h:190
15110msgid "Create a tree object from the current index"
15111msgstr ""
15112
15113#: command-list.h:191
15114msgid "Defining attributes per path"
15115msgstr ""
15116
15117#: command-list.h:192
15118msgid "Git command-line interface and conventions"
15119msgstr ""
15120
15121#: command-list.h:193
15122msgid "A Git core tutorial for developers"
15123msgstr ""
15124
15125#: command-list.h:194
15126msgid "Git for CVS users"
15127msgstr ""
15128
15129#: command-list.h:195
15130msgid "Tweaking diff output"
15131msgstr ""
15132
15133#: command-list.h:196
15134msgid "A useful minimum set of commands for Everyday Git"
15135msgstr ""
15136
15137#: command-list.h:197
15138msgid "A Git Glossary"
15139msgstr ""
15140
15141#: command-list.h:198
15142msgid "Hooks used by Git"
15143msgstr ""
15144
15145#: command-list.h:199
15146msgid "Specifies intentionally untracked files to ignore"
15147msgstr ""
15148
15149#: command-list.h:200
15150msgid "Defining submodule properties"
15151msgstr ""
15152
15153#: command-list.h:201
15154msgid "Git namespaces"
15155msgstr ""
15156
15157#: command-list.h:202
15158msgid "Git Repository Layout"
15159msgstr ""
15160
15161#: command-list.h:203
15162msgid "Specifying revisions and ranges for Git"
15163msgstr ""
15164
15165#: command-list.h:204
15166msgid "A tutorial introduction to Git: part two"
15167msgstr ""
15168
15169#: command-list.h:205
15170msgid "A tutorial introduction to Git"
15171msgstr ""
15172
15173#: command-list.h:206
15174msgid "An overview of recommended workflows with Git"
d07a63e4
JX
15175msgstr ""
15176
f517e50d 15177#: rerere.h:40
d07a63e4
JX
15178msgid "update the index with reused conflict resolution if possible"
15179msgstr ""
15180
9fa976ff 15181#: git-bisect.sh:54
7256fd7c
JX
15182msgid "You need to start by \"git bisect start\""
15183msgstr ""
15184
dce37b66
JX
15185#. TRANSLATORS: Make sure to include [Y] and [n] in your
15186#. translation. The program will only accept English input
15187#. at this point.
9fa976ff 15188#: git-bisect.sh:60
dce37b66
JX
15189msgid "Do you want me to do it for you [Y/n]? "
15190msgstr ""
15191
9fa976ff 15192#: git-bisect.sh:121
dce37b66
JX
15193#, sh-format
15194msgid "unrecognised option: '$arg'"
15195msgstr ""
15196
9fa976ff 15197#: git-bisect.sh:125
dce37b66
JX
15198#, sh-format
15199msgid "'$arg' does not appear to be a valid revision"
15200msgstr ""
15201
9fa976ff 15202#: git-bisect.sh:154
dce37b66
JX
15203msgid "Bad HEAD - I need a HEAD"
15204msgstr ""
15205
9fa976ff 15206#: git-bisect.sh:167
dce37b66
JX
15207#, sh-format
15208msgid ""
c2ea1208 15209"Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
dce37b66
JX
15210msgstr ""
15211
9fa976ff 15212#: git-bisect.sh:177
df49095a 15213msgid "won't bisect on cg-seek'ed tree"
dce37b66
JX
15214msgstr ""
15215
9fa976ff 15216#: git-bisect.sh:181
dce37b66
JX
15217msgid "Bad HEAD - strange symbolic ref"
15218msgstr ""
15219
9fa976ff 15220#: git-bisect.sh:233
dce37b66
JX
15221#, sh-format
15222msgid "Bad bisect_write argument: $state"
15223msgstr ""
15224
18a90722 15225#: git-bisect.sh:246
dce37b66
JX
15226#, sh-format
15227msgid "Bad rev input: $arg"
15228msgstr ""
15229
18a90722 15230#: git-bisect.sh:265
9fa976ff
JX
15231#, sh-format
15232msgid "Bad rev input: $bisected_head"
dce37b66
JX
15233msgstr ""
15234
18a90722 15235#: git-bisect.sh:274
dce37b66
JX
15236#, sh-format
15237msgid "Bad rev input: $rev"
15238msgstr ""
15239
18a90722 15240#: git-bisect.sh:283
df0617bf
JX
15241#, sh-format
15242msgid "'git bisect $TERM_BAD' can take only one argument."
dce37b66
JX
15243msgstr ""
15244
18a90722 15245#: git-bisect.sh:306
df0617bf
JX
15246#, sh-format
15247msgid "Warning: bisecting only with a $TERM_BAD commit."
7256fd7c
JX
15248msgstr ""
15249
dce37b66
JX
15250#. TRANSLATORS: Make sure to include [Y] and [n] in your
15251#. translation. The program will only accept English input
15252#. at this point.
18a90722 15253#: git-bisect.sh:312
dce37b66
JX
15254msgid "Are you sure [Y/n]? "
15255msgstr ""
15256
18a90722 15257#: git-bisect.sh:324
df0617bf 15258#, sh-format
7256fd7c 15259msgid ""
df0617bf
JX
15260"You need to give me at least one $bad_syn and one $good_syn revision.\n"
15261"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
7256fd7c
JX
15262msgstr ""
15263
18a90722 15264#: git-bisect.sh:327
df0617bf 15265#, sh-format
7256fd7c
JX
15266msgid ""
15267"You need to start by \"git bisect start\".\n"
df0617bf
JX
15268"You then need to give me at least one $good_syn and one $bad_syn revision.\n"
15269"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
7256fd7c
JX
15270msgstr ""
15271
18a90722 15272#: git-bisect.sh:398 git-bisect.sh:512
7256fd7c
JX
15273msgid "We are not bisecting."
15274msgstr ""
15275
18a90722 15276#: git-bisect.sh:405
dce37b66
JX
15277#, sh-format
15278msgid "'$invalid' is not a valid commit"
15279msgstr ""
15280
18a90722 15281#: git-bisect.sh:414
dce37b66
JX
15282#, sh-format
15283msgid ""
15284"Could not check out original HEAD '$branch'.\n"
15285"Try 'git bisect reset <commit>'."
15286msgstr ""
15287
18a90722 15288#: git-bisect.sh:422
dce37b66
JX
15289msgid "No logfile given"
15290msgstr ""
15291
18a90722 15292#: git-bisect.sh:423
dce37b66
JX
15293#, sh-format
15294msgid "cannot read $file for replaying"
15295msgstr ""
15296
18a90722 15297#: git-bisect.sh:444
dce37b66
JX
15298msgid "?? what are you talking about?"
15299msgstr ""
15300
18a90722
JX
15301#: git-bisect.sh:453
15302msgid "bisect run failed: no command provided."
15303msgstr ""
15304
15305#: git-bisect.sh:458
7256fd7c
JX
15306#, sh-format
15307msgid "running $command"
15308msgstr ""
15309
18a90722 15310#: git-bisect.sh:465
7256fd7c
JX
15311#, sh-format
15312msgid ""
15313"bisect run failed:\n"
15314"exit code $res from '$command' is < 0 or >= 128"
15315msgstr ""
15316
18a90722 15317#: git-bisect.sh:491
7256fd7c
JX
15318msgid "bisect run cannot continue any more"
15319msgstr ""
15320
18a90722 15321#: git-bisect.sh:497
7256fd7c
JX
15322#, sh-format
15323msgid ""
15324"bisect run failed:\n"
15325"'bisect_state $state' exited with error code $res"
15326msgstr ""
15327
18a90722 15328#: git-bisect.sh:504
7256fd7c 15329msgid "bisect run success"
dce37b66
JX
15330msgstr ""
15331
18a90722 15332#: git-bisect.sh:533
7256fd7c 15333#, sh-format
df0617bf 15334msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
dce37b66
JX
15335msgstr ""
15336
18a90722 15337#: git-bisect.sh:567
f4f2c8f8
JX
15338msgid "no terms defined"
15339msgstr ""
15340
18a90722 15341#: git-bisect.sh:584
f4f2c8f8
JX
15342#, sh-format
15343msgid ""
15344"invalid argument $arg for 'git bisect terms'.\n"
15345"Supported options are: --term-good|--term-old and --term-bad|--term-new."
15346msgstr ""
15347
9fa976ff
JX
15348#: git-merge-octopus.sh:46
15349msgid ""
15350"Error: Your local changes to the following files would be overwritten by "
15351"merge"
15352msgstr ""
15353
15354#: git-merge-octopus.sh:61
15355msgid "Automated merge did not work."
15356msgstr ""
15357
15358#: git-merge-octopus.sh:62
fda7b092 15359msgid "Should not be doing an octopus."
9fa976ff
JX
15360msgstr ""
15361
15362#: git-merge-octopus.sh:73
15363#, sh-format
15364msgid "Unable to find common commit with $pretty_name"
15365msgstr ""
15366
15367#: git-merge-octopus.sh:77
15368#, sh-format
25eab542 15369msgid "Already up to date with $pretty_name"
9fa976ff
JX
15370msgstr ""
15371
15372#: git-merge-octopus.sh:89
15373#, sh-format
15374msgid "Fast-forwarding to: $pretty_name"
15375msgstr ""
15376
15377#: git-merge-octopus.sh:97
15378#, sh-format
15379msgid "Trying simple merge with $pretty_name"
15380msgstr ""
15381
15382#: git-merge-octopus.sh:102
15383msgid "Simple merge did not work, trying automatic merge."
15384msgstr ""
15385
9b7388a8 15386#: git-rebase.sh:61
3b6137f2 15387msgid ""
25eab542
JX
15388"Resolve all conflicts manually, mark them as resolved with\n"
15389"\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"
15390"You can instead skip this commit: run \"git rebase --skip\".\n"
15391"To abort and get back to the state before \"git rebase\", run \"git rebase --"
15392"abort\"."
3b6137f2
JX
15393msgstr ""
15394
9b7388a8 15395#: git-rebase.sh:173 git-rebase.sh:442
9fa976ff
JX
15396#, sh-format
15397msgid "Could not move back to $head_name"
15398msgstr ""
15399
9b7388a8 15400#: git-rebase.sh:184
5b34e000
JX
15401msgid "Applied autostash."
15402msgstr ""
15403
9b7388a8 15404#: git-rebase.sh:187
28b3cffc
JX
15405#, sh-format
15406msgid "Cannot store $stash_sha1"
15407msgstr ""
15408
9b7388a8 15409#: git-rebase.sh:229
3b6137f2
JX
15410msgid "The pre-rebase hook refused to rebase."
15411msgstr ""
15412
9b7388a8 15413#: git-rebase.sh:234
18a90722 15414msgid "It looks like 'git am' is in progress. Cannot rebase."
3b6137f2
JX
15415msgstr ""
15416
9b7388a8 15417#: git-rebase.sh:403
3b6137f2
JX
15418msgid "No rebase in progress?"
15419msgstr ""
15420
9b7388a8 15421#: git-rebase.sh:414
9306b5b9
JX
15422msgid "The --edit-todo action can only be used during interactive rebase."
15423msgstr ""
15424
9b7388a8 15425#: git-rebase.sh:421
3b6137f2
JX
15426msgid "Cannot read HEAD"
15427msgstr ""
15428
9b7388a8 15429#: git-rebase.sh:424
3b6137f2
JX
15430msgid ""
15431"You must edit all merge conflicts and then\n"
15432"mark them as resolved using git add"
15433msgstr ""
15434
9b7388a8 15435#: git-rebase.sh:468
3b6137f2
JX
15436#, sh-format
15437msgid ""
15438"It seems that there is already a $state_dir_base directory, and\n"
15439"I wonder if you are in the middle of another rebase. If that is the\n"
15440"case, please try\n"
15441"\t$cmd_live_rebase\n"
15442"If that is not the case, please\n"
15443"\t$cmd_clear_stale_rebase\n"
15444"and run me again. I am stopping in case you still have something\n"
15445"valuable there."
15446msgstr ""
15447
9b7388a8
JX
15448#: git-rebase.sh:509
15449msgid "error: cannot combine '--signoff' with '--preserve-merges'"
15450msgstr ""
15451
15452#: git-rebase.sh:537
3b6137f2 15453#, sh-format
18a90722 15454msgid "invalid upstream '$upstream_name'"
3b6137f2
JX
15455msgstr ""
15456
9b7388a8 15457#: git-rebase.sh:561
3b6137f2
JX
15458#, sh-format
15459msgid "$onto_name: there are more than one merge bases"
15460msgstr ""
15461
9b7388a8 15462#: git-rebase.sh:564 git-rebase.sh:568
3b6137f2
JX
15463#, sh-format
15464msgid "$onto_name: there is no merge base"
15465msgstr ""
15466
9b7388a8 15467#: git-rebase.sh:573
3b6137f2
JX
15468#, sh-format
15469msgid "Does not point to a valid commit: $onto_name"
15470msgstr ""
15471
9b7388a8 15472#: git-rebase.sh:599
3b6137f2 15473#, sh-format
18a90722 15474msgid "fatal: no such branch/commit '$branch_name'"
3b6137f2
JX
15475msgstr ""
15476
9b7388a8 15477#: git-rebase.sh:632
28b3cffc
JX
15478msgid "Cannot autostash"
15479msgstr ""
15480
9b7388a8 15481#: git-rebase.sh:637
28b3cffc
JX
15482#, sh-format
15483msgid "Created autostash: $stash_abbrev"
15484msgstr ""
15485
9b7388a8 15486#: git-rebase.sh:641
3b6137f2
JX
15487msgid "Please commit or stash them."
15488msgstr ""
15489
9b7388a8 15490#: git-rebase.sh:664
18a90722
JX
15491#, sh-format
15492msgid "HEAD is up to date."
15493msgstr ""
15494
9b7388a8 15495#: git-rebase.sh:666
3b6137f2
JX
15496#, sh-format
15497msgid "Current branch $branch_name is up to date."
15498msgstr ""
15499
9b7388a8 15500#: git-rebase.sh:674
18a90722
JX
15501#, sh-format
15502msgid "HEAD is up to date, rebase forced."
15503msgstr ""
15504
9b7388a8 15505#: git-rebase.sh:676
3b6137f2
JX
15506#, sh-format
15507msgid "Current branch $branch_name is up to date, rebase forced."
15508msgstr ""
15509
9b7388a8 15510#: git-rebase.sh:688
3b6137f2
JX
15511#, sh-format
15512msgid "Changes from $mb to $onto:"
15513msgstr ""
15514
9b7388a8 15515#: git-rebase.sh:697
3b6137f2
JX
15516msgid "First, rewinding head to replay your work on top of it..."
15517msgstr ""
15518
9b7388a8 15519#: git-rebase.sh:707
3b6137f2
JX
15520#, sh-format
15521msgid "Fast-forwarded $branch_name to $onto_name."
15522msgstr ""
15523
25eab542 15524#: git-stash.sh:61
dce37b66
JX
15525msgid "git stash clear with parameters is unimplemented"
15526msgstr ""
15527
18a90722 15528#: git-stash.sh:108
dce37b66
JX
15529msgid "You do not have the initial commit yet"
15530msgstr ""
15531
18a90722 15532#: git-stash.sh:123
dce37b66
JX
15533msgid "Cannot save the current index state"
15534msgstr ""
15535
18a90722 15536#: git-stash.sh:138
fda7b092
JX
15537msgid "Cannot save the untracked files"
15538msgstr ""
15539
18a90722 15540#: git-stash.sh:158 git-stash.sh:171
dce37b66
JX
15541msgid "Cannot save the current worktree state"
15542msgstr ""
15543
18a90722 15544#: git-stash.sh:175
dce37b66
JX
15545msgid "No changes selected"
15546msgstr ""
15547
18a90722 15548#: git-stash.sh:178
dce37b66
JX
15549msgid "Cannot remove temporary index (can't happen)"
15550msgstr ""
15551
18a90722 15552#: git-stash.sh:191
dce37b66
JX
15553msgid "Cannot record working tree state"
15554msgstr ""
15555
18a90722 15556#: git-stash.sh:229
28b3cffc
JX
15557#, sh-format
15558msgid "Cannot update $ref_stash with $w_commit"
15559msgstr ""
15560
18a90722 15561#: git-stash.sh:281
7256fd7c 15562#, sh-format
18a90722 15563msgid "error: unknown option for 'stash push': $option"
7256fd7c
JX
15564msgstr ""
15565
18a90722 15566#: git-stash.sh:295
fda7b092
JX
15567msgid "Can't use --patch and --include-untracked or --all at the same time"
15568msgstr ""
15569
18a90722 15570#: git-stash.sh:303
dce37b66
JX
15571msgid "No local changes to save"
15572msgstr ""
15573
18a90722 15574#: git-stash.sh:308
dce37b66
JX
15575msgid "Cannot initialize stash"
15576msgstr ""
15577
18a90722 15578#: git-stash.sh:312
dce37b66
JX
15579msgid "Cannot save the current status"
15580msgstr ""
15581
18a90722 15582#: git-stash.sh:313
9fa976ff
JX
15583#, sh-format
15584msgid "Saved working directory and index state $stash_msg"
15585msgstr ""
15586
9b7388a8 15587#: git-stash.sh:342
dce37b66
JX
15588msgid "Cannot remove worktree changes"
15589msgstr ""
15590
9b7388a8 15591#: git-stash.sh:490
64f23b0c
JX
15592#, sh-format
15593msgid "unknown option: $opt"
15594msgstr ""
15595
9b7388a8 15596#: git-stash.sh:503
5b34e000 15597msgid "No stash entries found."
dce37b66
JX
15598msgstr ""
15599
9b7388a8 15600#: git-stash.sh:510
dce37b66
JX
15601#, sh-format
15602msgid "Too many revisions specified: $REV"
15603msgstr ""
15604
9b7388a8 15605#: git-stash.sh:525
dce37b66 15606#, sh-format
d07a63e4 15607msgid "$reference is not a valid reference"
dce37b66
JX
15608msgstr ""
15609
9b7388a8 15610#: git-stash.sh:553
dce37b66
JX
15611#, sh-format
15612msgid "'$args' is not a stash-like commit"
15613msgstr ""
15614
9b7388a8 15615#: git-stash.sh:564
dce37b66
JX
15616#, sh-format
15617msgid "'$args' is not a stash reference"
15618msgstr ""
15619
9b7388a8 15620#: git-stash.sh:572
dce37b66
JX
15621msgid "unable to refresh index"
15622msgstr ""
15623
9b7388a8 15624#: git-stash.sh:576
dce37b66
JX
15625msgid "Cannot apply a stash in the middle of a merge"
15626msgstr ""
15627
9b7388a8 15628#: git-stash.sh:584
dce37b66
JX
15629msgid "Conflicts in index. Try without --index."
15630msgstr ""
15631
9b7388a8 15632#: git-stash.sh:586
dce37b66
JX
15633msgid "Could not save index tree"
15634msgstr ""
15635
9b7388a8 15636#: git-stash.sh:595
5b34e000 15637msgid "Could not restore untracked files from stash entry"
fda7b092
JX
15638msgstr ""
15639
9b7388a8 15640#: git-stash.sh:620
dce37b66
JX
15641msgid "Cannot unstage modified files"
15642msgstr ""
15643
9b7388a8 15644#: git-stash.sh:635
7256fd7c
JX
15645msgid "Index was not unstashed."
15646msgstr ""
15647
9b7388a8 15648#: git-stash.sh:649
5b34e000 15649msgid "The stash entry is kept in case you need it again."
9fa976ff
JX
15650msgstr ""
15651
9b7388a8 15652#: git-stash.sh:658
dce37b66
JX
15653#, sh-format
15654msgid "Dropped ${REV} ($s)"
15655msgstr ""
15656
9b7388a8 15657#: git-stash.sh:659
dce37b66
JX
15658#, sh-format
15659msgid "${REV}: Could not drop stash entry"
15660msgstr ""
15661
9b7388a8 15662#: git-stash.sh:667
dce37b66
JX
15663msgid "No branch name specified"
15664msgstr ""
15665
9b7388a8 15666#: git-stash.sh:746
dce37b66
JX
15667msgid "(To restore them type \"git stash apply\")"
15668msgstr ""
15669
9b7388a8 15670#: git-submodule.sh:188
28b3cffc
JX
15671msgid "Relative path can only be used from the toplevel of the working tree"
15672msgstr ""
15673
9b7388a8 15674#: git-submodule.sh:198
dce37b66
JX
15675#, sh-format
15676msgid "repo URL: '$repo' must be absolute or begin with ./|../"
15677msgstr ""
15678
9b7388a8 15679#: git-submodule.sh:217
dce37b66 15680#, sh-format
cd1e7487 15681msgid "'$sm_path' already exists in the index"
dce37b66
JX
15682msgstr ""
15683
9b7388a8 15684#: git-submodule.sh:220
673bfad0
JX
15685#, sh-format
15686msgid "'$sm_path' already exists in the index and is not a submodule"
15687msgstr ""
15688
9b7388a8 15689#: git-submodule.sh:226
7256fd7c
JX
15690#, sh-format
15691msgid ""
15692"The following path is ignored by one of your .gitignore files:\n"
15693"$sm_path\n"
15694"Use -f if you really want to add it."
15695msgstr ""
15696
9b7388a8 15697#: git-submodule.sh:249
7256fd7c
JX
15698#, sh-format
15699msgid "Adding existing repo at '$sm_path' to the index"
15700msgstr ""
15701
9b7388a8 15702#: git-submodule.sh:251
dce37b66 15703#, sh-format
cd1e7487 15704msgid "'$sm_path' already exists and is not a valid git repo"
dce37b66
JX
15705msgstr ""
15706
9b7388a8 15707#: git-submodule.sh:259
fe52cd62
JX
15708#, sh-format
15709msgid "A git directory for '$sm_name' is found locally with remote(s):"
15710msgstr ""
15711
9b7388a8 15712#: git-submodule.sh:261
fe52cd62
JX
15713#, sh-format
15714msgid ""
9fa976ff
JX
15715"If you want to reuse this local git directory instead of cloning again from\n"
15716" $realrepo\n"
15717"use the '--force' option. If the local git directory is not the correct "
15718"repo\n"
fe52cd62
JX
15719"or you are unsure what this means choose another name with the '--name' "
15720"option."
15721msgstr ""
15722
9b7388a8 15723#: git-submodule.sh:267
fe52cd62
JX
15724#, sh-format
15725msgid "Reactivating local git directory for submodule '$sm_name'."
15726msgstr ""
15727
9b7388a8 15728#: git-submodule.sh:279
dce37b66 15729#, sh-format
cd1e7487 15730msgid "Unable to checkout submodule '$sm_path'"
dce37b66
JX
15731msgstr ""
15732
9b7388a8 15733#: git-submodule.sh:284
dce37b66 15734#, sh-format
cd1e7487 15735msgid "Failed to add submodule '$sm_path'"
dce37b66
JX
15736msgstr ""
15737
9b7388a8 15738#: git-submodule.sh:293
dce37b66 15739#, sh-format
cd1e7487 15740msgid "Failed to register submodule '$sm_path'"
dce37b66
JX
15741msgstr ""
15742
9b7388a8 15743#: git-submodule.sh:354
dce37b66 15744#, sh-format
f517e50d 15745msgid "Entering '$displaypath'"
dce37b66
JX
15746msgstr ""
15747
9b7388a8 15748#: git-submodule.sh:374
dce37b66 15749#, sh-format
f517e50d 15750msgid "Stopping at '$displaypath'; script returned non-zero status."
dce37b66
JX
15751msgstr ""
15752
9b7388a8 15753#: git-submodule.sh:600
dce37b66 15754#, sh-format
28b3cffc 15755msgid "Unable to find current revision in submodule path '$displaypath'"
dce37b66
JX
15756msgstr ""
15757
9b7388a8 15758#: git-submodule.sh:610
dce37b66 15759#, sh-format
cd1e7487 15760msgid "Unable to fetch in submodule path '$sm_path'"
dce37b66
JX
15761msgstr ""
15762
9b7388a8 15763#: git-submodule.sh:615
9fa976ff
JX
15764#, sh-format
15765msgid ""
15766"Unable to find current ${remote_name}/${branch} revision in submodule path "
15767"'$sm_path'"
15768msgstr ""
15769
9b7388a8 15770#: git-submodule.sh:633
dce37b66 15771#, sh-format
28b3cffc 15772msgid "Unable to fetch in submodule path '$displaypath'"
dce37b66
JX
15773msgstr ""
15774
9b7388a8 15775#: git-submodule.sh:639
9fa976ff
JX
15776#, sh-format
15777msgid ""
15778"Fetched in submodule path '$displaypath', but it did not contain $sha1. "
15779"Direct fetching of that commit failed."
15780msgstr ""
15781
9b7388a8 15782#: git-submodule.sh:646
5e078fcd
JX
15783#, sh-format
15784msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
15785msgstr ""
15786
9b7388a8 15787#: git-submodule.sh:647
dce37b66 15788#, sh-format
5e078fcd
JX
15789msgid "Submodule path '$displaypath': checked out '$sha1'"
15790msgstr ""
15791
9b7388a8 15792#: git-submodule.sh:651
5e078fcd 15793#, sh-format
28b3cffc 15794msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
dce37b66
JX
15795msgstr ""
15796
9b7388a8 15797#: git-submodule.sh:652
dce37b66 15798#, sh-format
28b3cffc 15799msgid "Submodule path '$displaypath': rebased into '$sha1'"
dce37b66
JX
15800msgstr ""
15801
9b7388a8 15802#: git-submodule.sh:657
dce37b66 15803#, sh-format
28b3cffc 15804msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
dce37b66
JX
15805msgstr ""
15806
9b7388a8 15807#: git-submodule.sh:658
dce37b66 15808#, sh-format
28b3cffc 15809msgid "Submodule path '$displaypath': merged in '$sha1'"
dce37b66
JX
15810msgstr ""
15811
9b7388a8 15812#: git-submodule.sh:663
dce37b66 15813#, sh-format
f517e50d 15814msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
dce37b66
JX
15815msgstr ""
15816
9b7388a8 15817#: git-submodule.sh:664
dce37b66 15818#, sh-format
f517e50d 15819msgid "Submodule path '$displaypath': '$command $sha1'"
dce37b66
JX
15820msgstr ""
15821
9b7388a8 15822#: git-submodule.sh:695
28b3cffc
JX
15823#, sh-format
15824msgid "Failed to recurse into submodule path '$displaypath'"
15825msgstr ""
15826
9b7388a8 15827#: git-submodule.sh:791
3b6137f2 15828msgid "The --cached option cannot be used with the --files option"
7256fd7c
JX
15829msgstr ""
15830
9b7388a8 15831#: git-submodule.sh:843
7256fd7c
JX
15832#, sh-format
15833msgid "unexpected mode $mod_dst"
dce37b66
JX
15834msgstr ""
15835
9b7388a8 15836#: git-submodule.sh:863
dce37b66 15837#, sh-format
28b3cffc 15838msgid " Warn: $display_name doesn't contain commit $sha1_src"
dce37b66
JX
15839msgstr ""
15840
9b7388a8 15841#: git-submodule.sh:866
dce37b66 15842#, sh-format
28b3cffc 15843msgid " Warn: $display_name doesn't contain commit $sha1_dst"
dce37b66
JX
15844msgstr ""
15845
9b7388a8 15846#: git-submodule.sh:869
dce37b66 15847#, sh-format
28b3cffc 15848msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
dce37b66
JX
15849msgstr ""
15850
f517e50d
JX
15851#: git-parse-remote.sh:89
15852#, sh-format
15853msgid "See git-${cmd}(1) for details."
15854msgstr ""
9fa976ff 15855
9b7388a8 15856#: git-rebase--interactive.sh:142
9fa976ff
JX
15857#, sh-format
15858msgid "Rebasing ($new_count/$total)"
15859msgstr ""
15860
9b7388a8 15861#: git-rebase--interactive.sh:158
9fa976ff
JX
15862msgid ""
15863"\n"
15864"Commands:\n"
9b7388a8
JX
15865"p, pick <commit> = use commit\n"
15866"r, reword <commit> = use commit, but edit the commit message\n"
15867"e, edit <commit> = use commit, but stop for amending\n"
15868"s, squash <commit> = use commit, but meld into previous commit\n"
15869"f, fixup <commit> = like \"squash\", but discard this commit's log message\n"
55892712 15870"x, exec <command> = run command (the rest of the line) using shell\n"
9b7388a8
JX
15871"d, drop <commit> = remove commit\n"
15872"l, label <label> = label current HEAD with a name\n"
15873"t, reset <label> = reset HEAD to a label\n"
15874"m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
15875". create a merge commit using the original merge commit's\n"
15876". message (or the oneline, if no original merge commit was\n"
15877". specified). Use -c <commit> to reword the commit message.\n"
9fa976ff
JX
15878"\n"
15879"These lines can be re-ordered; they are executed from top to bottom.\n"
15880msgstr ""
15881
9b7388a8 15882#: git-rebase--interactive.sh:179
9fa976ff
JX
15883msgid ""
15884"\n"
15885"Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
15886msgstr ""
15887
9b7388a8 15888#: git-rebase--interactive.sh:183
9fa976ff
JX
15889msgid ""
15890"\n"
15891"If you remove a line here THAT COMMIT WILL BE LOST.\n"
15892msgstr ""
15893
9b7388a8 15894#: git-rebase--interactive.sh:221
9fa976ff
JX
15895#, sh-format
15896msgid ""
15897"You can amend the commit now, with\n"
15898"\n"
15899"\tgit commit --amend $gpg_sign_opt_quoted\n"
15900"\n"
15901"Once you are satisfied with your changes, run\n"
15902"\n"
15903"\tgit rebase --continue"
15904msgstr ""
15905
9b7388a8 15906#: git-rebase--interactive.sh:246
9fa976ff
JX
15907#, sh-format
15908msgid "$sha1: not a commit that can be picked"
15909msgstr ""
15910
9b7388a8 15911#: git-rebase--interactive.sh:285
9fa976ff
JX
15912#, sh-format
15913msgid "Invalid commit name: $sha1"
15914msgstr ""
15915
9b7388a8 15916#: git-rebase--interactive.sh:325
9fa976ff
JX
15917msgid "Cannot write current commit's replacement sha1"
15918msgstr ""
15919
9b7388a8 15920#: git-rebase--interactive.sh:376
9fa976ff
JX
15921#, sh-format
15922msgid "Fast-forward to $sha1"
15923msgstr ""
15924
9b7388a8 15925#: git-rebase--interactive.sh:378
9fa976ff
JX
15926#, sh-format
15927msgid "Cannot fast-forward to $sha1"
15928msgstr ""
15929
9b7388a8 15930#: git-rebase--interactive.sh:387
9fa976ff
JX
15931#, sh-format
15932msgid "Cannot move HEAD to $first_parent"
15933msgstr ""
15934
9b7388a8 15935#: git-rebase--interactive.sh:392
9fa976ff
JX
15936#, sh-format
15937msgid "Refusing to squash a merge: $sha1"
15938msgstr ""
15939
9b7388a8 15940#: git-rebase--interactive.sh:410
9fa976ff
JX
15941#, sh-format
15942msgid "Error redoing merge $sha1"
15943msgstr ""
15944
9b7388a8 15945#: git-rebase--interactive.sh:419
9fa976ff
JX
15946#, sh-format
15947msgid "Could not pick $sha1"
15948msgstr ""
15949
9b7388a8 15950#: git-rebase--interactive.sh:428
5bd166d8
JX
15951#, sh-format
15952msgid "This is the commit message #${n}:"
9fa976ff
JX
15953msgstr ""
15954
9b7388a8 15955#: git-rebase--interactive.sh:433
9fa976ff 15956#, sh-format
5bd166d8 15957msgid "The commit message #${n} will be skipped:"
9fa976ff
JX
15958msgstr ""
15959
9b7388a8 15960#: git-rebase--interactive.sh:444
9fa976ff 15961#, sh-format
9fa976ff
JX
15962msgid "This is a combination of $count commit."
15963msgid_plural "This is a combination of $count commits."
15964msgstr[0] ""
15965msgstr[1] ""
15966
9b7388a8 15967#: git-rebase--interactive.sh:453
9fa976ff
JX
15968#, sh-format
15969msgid "Cannot write $fixup_msg"
15970msgstr ""
15971
9b7388a8 15972#: git-rebase--interactive.sh:456
673bfad0 15973msgid "This is a combination of 2 commits."
5bd166d8
JX
15974msgstr ""
15975
9b7388a8
JX
15976#: git-rebase--interactive.sh:497 git-rebase--interactive.sh:540
15977#: git-rebase--interactive.sh:543
9fa976ff
JX
15978#, sh-format
15979msgid "Could not apply $sha1... $rest"
15980msgstr ""
15981
9b7388a8 15982#: git-rebase--interactive.sh:572
9fa976ff
JX
15983#, sh-format
15984msgid ""
15985"Could not amend commit after successfully picking $sha1... $rest\n"
15986"This is most likely due to an empty commit message, or the pre-commit hook\n"
15987"failed. If the pre-commit hook failed, you may need to resolve the issue "
15988"before\n"
15989"you are able to reword the commit."
15990msgstr ""
15991
9b7388a8 15992#: git-rebase--interactive.sh:587
9fa976ff
JX
15993#, sh-format
15994msgid "Stopped at $sha1_abbrev... $rest"
15995msgstr ""
15996
9b7388a8 15997#: git-rebase--interactive.sh:602
9fa976ff
JX
15998#, sh-format
15999msgid "Cannot '$squash_style' without a previous commit"
16000msgstr ""
16001
9b7388a8 16002#: git-rebase--interactive.sh:644
9fa976ff
JX
16003#, sh-format
16004msgid "Executing: $rest"
16005msgstr ""
16006
9b7388a8 16007#: git-rebase--interactive.sh:652
9fa976ff
JX
16008#, sh-format
16009msgid "Execution failed: $rest"
16010msgstr ""
16011
9b7388a8 16012#: git-rebase--interactive.sh:654
9fa976ff
JX
16013msgid "and made changes to the index and/or the working tree"
16014msgstr ""
16015
9b7388a8 16016#: git-rebase--interactive.sh:656
9fa976ff
JX
16017msgid ""
16018"You can fix the problem, and then run\n"
16019"\n"
16020"\tgit rebase --continue"
16021msgstr ""
16022
16023#. TRANSLATORS: after these lines is a command to be issued by the user
9b7388a8 16024#: git-rebase--interactive.sh:669
9fa976ff
JX
16025#, sh-format
16026msgid ""
16027"Execution succeeded: $rest\n"
16028"but left changes to the index and/or the working tree\n"
16029"Commit or stash your changes, and then run\n"
16030"\n"
16031"\tgit rebase --continue"
16032msgstr ""
16033
9b7388a8 16034#: git-rebase--interactive.sh:680
9fa976ff
JX
16035#, sh-format
16036msgid "Unknown command: $command $sha1 $rest"
16037msgstr ""
16038
9b7388a8 16039#: git-rebase--interactive.sh:681
9fa976ff
JX
16040msgid "Please fix this using 'git rebase --edit-todo'."
16041msgstr ""
16042
9b7388a8 16043#: git-rebase--interactive.sh:716
9fa976ff
JX
16044#, sh-format
16045msgid "Successfully rebased and updated $head_name."
16046msgstr ""
16047
9b7388a8 16048#: git-rebase--interactive.sh:740
9fa976ff
JX
16049msgid "could not detach HEAD"
16050msgstr ""
16051
9b7388a8 16052#: git-rebase--interactive.sh:778
9fa976ff
JX
16053msgid "Could not remove CHERRY_PICK_HEAD"
16054msgstr ""
16055
9b7388a8 16056#: git-rebase--interactive.sh:783
9fa976ff
JX
16057#, sh-format
16058msgid ""
16059"You have staged changes in your working tree.\n"
16060"If these changes are meant to be\n"
16061"squashed into the previous commit, run:\n"
16062"\n"
16063" git commit --amend $gpg_sign_opt_quoted\n"
16064"\n"
16065"If they are meant to go into a new commit, run:\n"
16066"\n"
16067" git commit $gpg_sign_opt_quoted\n"
16068"\n"
fda7b092 16069"In both cases, once you're done, continue with:\n"
9fa976ff
JX
16070"\n"
16071" git rebase --continue\n"
16072msgstr ""
16073
9b7388a8 16074#: git-rebase--interactive.sh:800
9fa976ff
JX
16075msgid "Error trying to find the author identity to amend commit"
16076msgstr ""
16077
9b7388a8 16078#: git-rebase--interactive.sh:805
9fa976ff
JX
16079msgid ""
16080"You have uncommitted changes in your working tree. Please commit them\n"
16081"first and then run 'git rebase --continue' again."
16082msgstr ""
16083
9b7388a8 16084#: git-rebase--interactive.sh:810 git-rebase--interactive.sh:814
9fa976ff
JX
16085msgid "Could not commit staged changes."
16086msgstr ""
16087
9b7388a8 16088#: git-rebase--interactive.sh:843
9fa976ff
JX
16089msgid ""
16090"\n"
16091"You are editing the todo file of an ongoing interactive rebase.\n"
16092"To continue rebase after editing, run:\n"
16093" git rebase --continue\n"
16094"\n"
16095msgstr ""
16096
9b7388a8 16097#: git-rebase--interactive.sh:851 git-rebase--interactive.sh:937
9fa976ff
JX
16098msgid "Could not execute editor"
16099msgstr ""
16100
9b7388a8 16101#: git-rebase--interactive.sh:872
9fa976ff
JX
16102#, sh-format
16103msgid "Could not checkout $switch_to"
16104msgstr ""
16105
9b7388a8 16106#: git-rebase--interactive.sh:879
9fa976ff
JX
16107msgid "No HEAD?"
16108msgstr ""
16109
9b7388a8 16110#: git-rebase--interactive.sh:880
9fa976ff
JX
16111#, sh-format
16112msgid "Could not create temporary $state_dir"
16113msgstr ""
16114
9b7388a8 16115#: git-rebase--interactive.sh:883
9fa976ff
JX
16116msgid "Could not mark as interactive"
16117msgstr ""
16118
9b7388a8 16119#: git-rebase--interactive.sh:915
9fa976ff
JX
16120#, sh-format
16121msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
16122msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
16123msgstr[0] ""
16124msgstr[1] ""
16125
9b7388a8 16126#: git-rebase--interactive.sh:920
9fa976ff
JX
16127msgid ""
16128"\n"
9b7388a8 16129"\tHowever, if you remove everything, the rebase will be aborted.\n"
9fa976ff 16130"\n"
9b7388a8 16131"\t"
9fa976ff
JX
16132msgstr ""
16133
9b7388a8 16134#: git-rebase--interactive.sh:927
9fa976ff
JX
16135msgid "Note that empty commits are commented out"
16136msgstr ""
16137
9b7388a8
JX
16138#: git-rebase--interactive.sh:980
16139msgid "Could not generate todo list"
16140msgstr ""
16141
16142#: git-rebase--interactive.sh:1001 git-rebase--interactive.sh:1006
16143msgid "Could not init rewritten commits"
16144msgstr ""
16145
9fa976ff
JX
16146#: git-sh-setup.sh:89 git-sh-setup.sh:94
16147#, sh-format
16148msgid "usage: $dashless $USAGE"
16149msgstr ""
16150
16151#: git-sh-setup.sh:190
16152#, sh-format
16153msgid "Cannot chdir to $cdup, the toplevel of the working tree"
16154msgstr ""
16155
16156#: git-sh-setup.sh:199 git-sh-setup.sh:206
16157#, sh-format
16158msgid "fatal: $program_name cannot be used without a working tree."
16159msgstr ""
16160
16161#: git-sh-setup.sh:220
16162msgid "Cannot rebase: You have unstaged changes."
16163msgstr ""
16164
16165#: git-sh-setup.sh:223
16166msgid "Cannot rewrite branches: You have unstaged changes."
16167msgstr ""
16168
fda7b092
JX
16169#: git-sh-setup.sh:226
16170msgid "Cannot pull with rebase: You have unstaged changes."
16171msgstr ""
16172
9fa976ff
JX
16173#: git-sh-setup.sh:229
16174#, sh-format
16175msgid "Cannot $action: You have unstaged changes."
16176msgstr ""
16177
16178#: git-sh-setup.sh:242
16179msgid "Cannot rebase: Your index contains uncommitted changes."
16180msgstr ""
16181
fda7b092
JX
16182#: git-sh-setup.sh:245
16183msgid "Cannot pull with rebase: Your index contains uncommitted changes."
16184msgstr ""
16185
9fa976ff
JX
16186#: git-sh-setup.sh:248
16187#, sh-format
16188msgid "Cannot $action: Your index contains uncommitted changes."
16189msgstr ""
16190
fda7b092
JX
16191#: git-sh-setup.sh:252
16192msgid "Additionally, your index contains uncommitted changes."
16193msgstr ""
16194
9fa976ff
JX
16195#: git-sh-setup.sh:372
16196msgid "You need to run this command from the toplevel of the working tree."
16197msgstr ""
16198
16199#: git-sh-setup.sh:377
16200msgid "Unable to determine absolute path of git directory"
16201msgstr ""
673bfad0
JX
16202
16203#. TRANSLATORS: you can adjust this to align "git add -i" status menu
5b34e000 16204#: git-add--interactive.perl:196
673bfad0
JX
16205#, perl-format
16206msgid "%12s %12s %s"
16207msgstr ""
16208
5b34e000 16209#: git-add--interactive.perl:197
673bfad0
JX
16210msgid "staged"
16211msgstr ""
16212
5b34e000 16213#: git-add--interactive.perl:197
673bfad0
JX
16214msgid "unstaged"
16215msgstr ""
16216
9b7388a8 16217#: git-add--interactive.perl:253 git-add--interactive.perl:278
673bfad0
JX
16218msgid "binary"
16219msgstr ""
16220
9b7388a8 16221#: git-add--interactive.perl:262 git-add--interactive.perl:316
673bfad0
JX
16222msgid "nothing"
16223msgstr ""
16224
9b7388a8 16225#: git-add--interactive.perl:298 git-add--interactive.perl:313
673bfad0
JX
16226msgid "unchanged"
16227msgstr ""
16228
9b7388a8 16229#: git-add--interactive.perl:609
673bfad0
JX
16230#, perl-format
16231msgid "added %d path\n"
16232msgid_plural "added %d paths\n"
16233msgstr[0] ""
16234msgstr[1] ""
16235
9b7388a8 16236#: git-add--interactive.perl:612
673bfad0
JX
16237#, perl-format
16238msgid "updated %d path\n"
16239msgid_plural "updated %d paths\n"
16240msgstr[0] ""
16241msgstr[1] ""
16242
9b7388a8 16243#: git-add--interactive.perl:615
673bfad0
JX
16244#, perl-format
16245msgid "reverted %d path\n"
16246msgid_plural "reverted %d paths\n"
16247msgstr[0] ""
16248msgstr[1] ""
16249
9b7388a8 16250#: git-add--interactive.perl:618
673bfad0
JX
16251#, perl-format
16252msgid "touched %d path\n"
16253msgid_plural "touched %d paths\n"
16254msgstr[0] ""
16255msgstr[1] ""
16256
9b7388a8 16257#: git-add--interactive.perl:627
673bfad0
JX
16258msgid "Update"
16259msgstr ""
16260
9b7388a8 16261#: git-add--interactive.perl:639
673bfad0
JX
16262msgid "Revert"
16263msgstr ""
16264
9b7388a8 16265#: git-add--interactive.perl:662
673bfad0
JX
16266#, perl-format
16267msgid "note: %s is untracked now.\n"
16268msgstr ""
16269
9b7388a8 16270#: git-add--interactive.perl:673
673bfad0
JX
16271msgid "Add untracked"
16272msgstr ""
16273
9b7388a8 16274#: git-add--interactive.perl:679
673bfad0
JX
16275msgid "No untracked files.\n"
16276msgstr ""
16277
9b7388a8 16278#: git-add--interactive.perl:1033
673bfad0
JX
16279msgid ""
16280"If the patch applies cleanly, the edited hunk will immediately be\n"
16281"marked for staging."
16282msgstr ""
16283
9b7388a8 16284#: git-add--interactive.perl:1036
673bfad0
JX
16285msgid ""
16286"If the patch applies cleanly, the edited hunk will immediately be\n"
16287"marked for stashing."
16288msgstr ""
16289
9b7388a8 16290#: git-add--interactive.perl:1039
673bfad0
JX
16291msgid ""
16292"If the patch applies cleanly, the edited hunk will immediately be\n"
16293"marked for unstaging."
16294msgstr ""
16295
9b7388a8 16296#: git-add--interactive.perl:1042 git-add--interactive.perl:1051
673bfad0
JX
16297msgid ""
16298"If the patch applies cleanly, the edited hunk will immediately be\n"
16299"marked for applying."
16300msgstr ""
16301
9b7388a8 16302#: git-add--interactive.perl:1045 git-add--interactive.perl:1048
673bfad0
JX
16303msgid ""
16304"If the patch applies cleanly, the edited hunk will immediately be\n"
16305"marked for discarding."
16306msgstr ""
16307
9b7388a8 16308#: git-add--interactive.perl:1085
673bfad0
JX
16309#, perl-format
16310msgid "failed to open hunk edit file for writing: %s"
16311msgstr ""
16312
9b7388a8 16313#: git-add--interactive.perl:1086
673bfad0
JX
16314msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
16315msgstr ""
16316
9b7388a8 16317#: git-add--interactive.perl:1092
673bfad0
JX
16318#, perl-format
16319msgid ""
16320"---\n"
16321"To remove '%s' lines, make them ' ' lines (context).\n"
16322"To remove '%s' lines, delete them.\n"
16323"Lines starting with %s will be removed.\n"
16324msgstr ""
16325
16326#. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
9b7388a8 16327#: git-add--interactive.perl:1100
673bfad0
JX
16328msgid ""
16329"If it does not apply cleanly, you will be given an opportunity to\n"
16330"edit again. If all lines of the hunk are removed, then the edit is\n"
16331"aborted and the hunk is left unchanged.\n"
16332msgstr ""
16333
9b7388a8 16334#: git-add--interactive.perl:1114
673bfad0
JX
16335#, perl-format
16336msgid "failed to open hunk edit file for reading: %s"
16337msgstr ""
16338
16339#. TRANSLATORS: do not translate [y/n]
16340#. The program will only accept that input
16341#. at this point.
16342#. Consider translating (saying "no" discards!) as
16343#. (saying "n" for "no" discards!) if the translation
16344#. of the word "no" does not start with n.
9b7388a8 16345#: git-add--interactive.perl:1213
673bfad0
JX
16346msgid ""
16347"Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
16348msgstr ""
16349
9b7388a8 16350#: git-add--interactive.perl:1222
673bfad0
JX
16351msgid ""
16352"y - stage this hunk\n"
16353"n - do not stage this hunk\n"
16354"q - quit; do not stage this hunk or any of the remaining ones\n"
16355"a - stage this hunk and all later hunks in the file\n"
16356"d - do not stage this hunk or any of the later hunks in the file"
16357msgstr ""
16358
9b7388a8 16359#: git-add--interactive.perl:1228
673bfad0
JX
16360msgid ""
16361"y - stash this hunk\n"
16362"n - do not stash this hunk\n"
16363"q - quit; do not stash this hunk or any of the remaining ones\n"
16364"a - stash this hunk and all later hunks in the file\n"
16365"d - do not stash this hunk or any of the later hunks in the file"
16366msgstr ""
16367
9b7388a8 16368#: git-add--interactive.perl:1234
673bfad0
JX
16369msgid ""
16370"y - unstage this hunk\n"
16371"n - do not unstage this hunk\n"
16372"q - quit; do not unstage this hunk or any of the remaining ones\n"
16373"a - unstage this hunk and all later hunks in the file\n"
16374"d - do not unstage this hunk or any of the later hunks in the file"
16375msgstr ""
16376
9b7388a8 16377#: git-add--interactive.perl:1240
673bfad0
JX
16378msgid ""
16379"y - apply this hunk to index\n"
16380"n - do not apply this hunk to index\n"
16381"q - quit; do not apply this hunk or any of the remaining ones\n"
16382"a - apply this hunk and all later hunks in the file\n"
16383"d - do not apply this hunk or any of the later hunks in the file"
16384msgstr ""
16385
9b7388a8 16386#: git-add--interactive.perl:1246
673bfad0
JX
16387msgid ""
16388"y - discard this hunk from worktree\n"
16389"n - do not discard this hunk from worktree\n"
16390"q - quit; do not discard this hunk or any of the remaining ones\n"
16391"a - discard this hunk and all later hunks in the file\n"
16392"d - do not discard this hunk or any of the later hunks in the file"
16393msgstr ""
16394
9b7388a8 16395#: git-add--interactive.perl:1252
673bfad0
JX
16396msgid ""
16397"y - discard this hunk from index and worktree\n"
16398"n - do not discard this hunk from index and worktree\n"
16399"q - quit; do not discard this hunk or any of the remaining ones\n"
16400"a - discard this hunk and all later hunks in the file\n"
16401"d - do not discard this hunk or any of the later hunks in the file"
16402msgstr ""
16403
9b7388a8 16404#: git-add--interactive.perl:1258
673bfad0
JX
16405msgid ""
16406"y - apply this hunk to index and worktree\n"
16407"n - do not apply this hunk to index and worktree\n"
16408"q - quit; do not apply this hunk or any of the remaining ones\n"
16409"a - apply this hunk and all later hunks in the file\n"
16410"d - do not apply this hunk or any of the later hunks in the file"
16411msgstr ""
16412
9b7388a8 16413#: git-add--interactive.perl:1273
673bfad0
JX
16414msgid ""
16415"g - select a hunk to go to\n"
16416"/ - search for a hunk matching the given regex\n"
16417"j - leave this hunk undecided, see next undecided hunk\n"
16418"J - leave this hunk undecided, see next hunk\n"
16419"k - leave this hunk undecided, see previous undecided hunk\n"
16420"K - leave this hunk undecided, see previous hunk\n"
16421"s - split the current hunk into smaller hunks\n"
16422"e - manually edit the current hunk\n"
16423"? - print help\n"
16424msgstr ""
16425
9b7388a8 16426#: git-add--interactive.perl:1304
673bfad0
JX
16427msgid "The selected hunks do not apply to the index!\n"
16428msgstr ""
16429
9b7388a8 16430#: git-add--interactive.perl:1305
673bfad0
JX
16431msgid "Apply them to the worktree anyway? "
16432msgstr ""
16433
9b7388a8 16434#: git-add--interactive.perl:1308
673bfad0
JX
16435msgid "Nothing was applied.\n"
16436msgstr ""
16437
9b7388a8 16438#: git-add--interactive.perl:1319
673bfad0
JX
16439#, perl-format
16440msgid "ignoring unmerged: %s\n"
16441msgstr ""
16442
9b7388a8 16443#: git-add--interactive.perl:1328
673bfad0
JX
16444msgid "Only binary files changed.\n"
16445msgstr ""
16446
9b7388a8 16447#: git-add--interactive.perl:1330
673bfad0
JX
16448msgid "No changes.\n"
16449msgstr ""
16450
9b7388a8 16451#: git-add--interactive.perl:1338
673bfad0
JX
16452msgid "Patch update"
16453msgstr ""
16454
9b7388a8 16455#: git-add--interactive.perl:1390
673bfad0 16456#, perl-format
abc8de64 16457msgid "Stage mode change [y,n,q,a,d%s,?]? "
673bfad0
JX
16458msgstr ""
16459
9b7388a8 16460#: git-add--interactive.perl:1391
673bfad0 16461#, perl-format
abc8de64 16462msgid "Stage deletion [y,n,q,a,d%s,?]? "
673bfad0
JX
16463msgstr ""
16464
9b7388a8 16465#: git-add--interactive.perl:1392
673bfad0 16466#, perl-format
abc8de64 16467msgid "Stage this hunk [y,n,q,a,d%s,?]? "
673bfad0
JX
16468msgstr ""
16469
9b7388a8 16470#: git-add--interactive.perl:1395
673bfad0 16471#, perl-format
abc8de64 16472msgid "Stash mode change [y,n,q,a,d%s,?]? "
673bfad0
JX
16473msgstr ""
16474
9b7388a8 16475#: git-add--interactive.perl:1396
673bfad0 16476#, perl-format
abc8de64 16477msgid "Stash deletion [y,n,q,a,d%s,?]? "
673bfad0
JX
16478msgstr ""
16479
9b7388a8 16480#: git-add--interactive.perl:1397
673bfad0 16481#, perl-format
abc8de64 16482msgid "Stash this hunk [y,n,q,a,d%s,?]? "
673bfad0
JX
16483msgstr ""
16484
9b7388a8 16485#: git-add--interactive.perl:1400
673bfad0 16486#, perl-format
abc8de64 16487msgid "Unstage mode change [y,n,q,a,d%s,?]? "
673bfad0
JX
16488msgstr ""
16489
9b7388a8 16490#: git-add--interactive.perl:1401
673bfad0 16491#, perl-format
abc8de64 16492msgid "Unstage deletion [y,n,q,a,d%s,?]? "
673bfad0
JX
16493msgstr ""
16494
9b7388a8 16495#: git-add--interactive.perl:1402
673bfad0 16496#, perl-format
abc8de64 16497msgid "Unstage this hunk [y,n,q,a,d%s,?]? "
673bfad0
JX
16498msgstr ""
16499
9b7388a8 16500#: git-add--interactive.perl:1405
673bfad0 16501#, perl-format
abc8de64 16502msgid "Apply mode change to index [y,n,q,a,d%s,?]? "
673bfad0
JX
16503msgstr ""
16504
9b7388a8 16505#: git-add--interactive.perl:1406
673bfad0 16506#, perl-format
abc8de64 16507msgid "Apply deletion to index [y,n,q,a,d%s,?]? "
673bfad0
JX
16508msgstr ""
16509
9b7388a8 16510#: git-add--interactive.perl:1407
673bfad0 16511#, perl-format
abc8de64 16512msgid "Apply this hunk to index [y,n,q,a,d%s,?]? "
673bfad0
JX
16513msgstr ""
16514
9b7388a8 16515#: git-add--interactive.perl:1410
673bfad0 16516#, perl-format
abc8de64 16517msgid "Discard mode change from worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
16518msgstr ""
16519
9b7388a8 16520#: git-add--interactive.perl:1411
673bfad0 16521#, perl-format
abc8de64 16522msgid "Discard deletion from worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
16523msgstr ""
16524
9b7388a8 16525#: git-add--interactive.perl:1412
673bfad0 16526#, perl-format
abc8de64 16527msgid "Discard this hunk from worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
16528msgstr ""
16529
9b7388a8 16530#: git-add--interactive.perl:1415
673bfad0 16531#, perl-format
abc8de64 16532msgid "Discard mode change from index and worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
16533msgstr ""
16534
9b7388a8 16535#: git-add--interactive.perl:1416
673bfad0 16536#, perl-format
abc8de64 16537msgid "Discard deletion from index and worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
16538msgstr ""
16539
9b7388a8 16540#: git-add--interactive.perl:1417
673bfad0 16541#, perl-format
abc8de64 16542msgid "Discard this hunk from index and worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
16543msgstr ""
16544
9b7388a8 16545#: git-add--interactive.perl:1420
673bfad0 16546#, perl-format
abc8de64 16547msgid "Apply mode change to index and worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
16548msgstr ""
16549
9b7388a8 16550#: git-add--interactive.perl:1421
673bfad0 16551#, perl-format
abc8de64 16552msgid "Apply deletion to index and worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
16553msgstr ""
16554
9b7388a8 16555#: git-add--interactive.perl:1422
673bfad0 16556#, perl-format
abc8de64 16557msgid "Apply this hunk to index and worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
16558msgstr ""
16559
9b7388a8 16560#: git-add--interactive.perl:1522
abc8de64
JX
16561msgid "No other hunks to goto\n"
16562msgstr ""
16563
9b7388a8 16564#: git-add--interactive.perl:1529
673bfad0
JX
16565msgid "go to which hunk (<ret> to see more)? "
16566msgstr ""
16567
9b7388a8 16568#: git-add--interactive.perl:1531
673bfad0
JX
16569msgid "go to which hunk? "
16570msgstr ""
16571
9b7388a8 16572#: git-add--interactive.perl:1540
673bfad0
JX
16573#, perl-format
16574msgid "Invalid number: '%s'\n"
16575msgstr ""
16576
9b7388a8 16577#: git-add--interactive.perl:1545
673bfad0
JX
16578#, perl-format
16579msgid "Sorry, only %d hunk available.\n"
16580msgid_plural "Sorry, only %d hunks available.\n"
16581msgstr[0] ""
16582msgstr[1] ""
16583
9b7388a8 16584#: git-add--interactive.perl:1571
abc8de64
JX
16585msgid "No other hunks to search\n"
16586msgstr ""
16587
9b7388a8 16588#: git-add--interactive.perl:1575
673bfad0
JX
16589msgid "search for regex? "
16590msgstr ""
16591
9b7388a8 16592#: git-add--interactive.perl:1588
673bfad0
JX
16593#, perl-format
16594msgid "Malformed search regexp %s: %s\n"
16595msgstr ""
16596
9b7388a8 16597#: git-add--interactive.perl:1598
673bfad0
JX
16598msgid "No hunk matches the given pattern\n"
16599msgstr ""
16600
9b7388a8 16601#: git-add--interactive.perl:1610 git-add--interactive.perl:1632
673bfad0
JX
16602msgid "No previous hunk\n"
16603msgstr ""
16604
9b7388a8 16605#: git-add--interactive.perl:1619 git-add--interactive.perl:1638
673bfad0
JX
16606msgid "No next hunk\n"
16607msgstr ""
16608
9b7388a8 16609#: git-add--interactive.perl:1644
abc8de64
JX
16610msgid "Sorry, cannot split this hunk\n"
16611msgstr ""
16612
9b7388a8 16613#: git-add--interactive.perl:1650
673bfad0
JX
16614#, perl-format
16615msgid "Split into %d hunk.\n"
16616msgid_plural "Split into %d hunks.\n"
16617msgstr[0] ""
16618msgstr[1] ""
16619
9b7388a8 16620#: git-add--interactive.perl:1660
abc8de64
JX
16621msgid "Sorry, cannot edit this hunk\n"
16622msgstr ""
16623
9b7388a8 16624#: git-add--interactive.perl:1706
673bfad0
JX
16625msgid "Review diff"
16626msgstr ""
16627
16628#. TRANSLATORS: please do not translate the command names
16629#. 'status', 'update', 'revert', etc.
9b7388a8 16630#: git-add--interactive.perl:1725
673bfad0
JX
16631msgid ""
16632"status - show paths with changes\n"
16633"update - add working tree state to the staged set of changes\n"
16634"revert - revert staged set of changes back to the HEAD version\n"
16635"patch - pick hunks and update selectively\n"
dfc182b1 16636"diff - view diff between HEAD and index\n"
673bfad0
JX
16637"add untracked - add contents of untracked files to the staged set of "
16638"changes\n"
16639msgstr ""
16640
9b7388a8
JX
16641#: git-add--interactive.perl:1742 git-add--interactive.perl:1747
16642#: git-add--interactive.perl:1750 git-add--interactive.perl:1757
16643#: git-add--interactive.perl:1761 git-add--interactive.perl:1767
673bfad0
JX
16644msgid "missing --"
16645msgstr ""
16646
9b7388a8 16647#: git-add--interactive.perl:1763
673bfad0
JX
16648#, perl-format
16649msgid "unknown --patch mode: %s"
16650msgstr ""
16651
9b7388a8 16652#: git-add--interactive.perl:1769 git-add--interactive.perl:1775
673bfad0
JX
16653#, perl-format
16654msgid "invalid argument %s, expecting --"
16655msgstr ""
16656
abc8de64 16657#: git-send-email.perl:130
673bfad0
JX
16658msgid "local zone differs from GMT by a non-minute interval\n"
16659msgstr ""
16660
abc8de64 16661#: git-send-email.perl:137 git-send-email.perl:143
673bfad0
JX
16662msgid "local time offset greater than or equal to 24 hours\n"
16663msgstr ""
16664
abc8de64 16665#: git-send-email.perl:211 git-send-email.perl:217
673bfad0
JX
16666msgid "the editor exited uncleanly, aborting everything"
16667msgstr ""
16668
abc8de64 16669#: git-send-email.perl:294
673bfad0
JX
16670#, perl-format
16671msgid ""
16672"'%s' contains an intermediate version of the email you were composing.\n"
16673msgstr ""
16674
abc8de64 16675#: git-send-email.perl:299
673bfad0
JX
16676#, perl-format
16677msgid "'%s.final' contains the composed email.\n"
16678msgstr ""
16679
abc8de64 16680#: git-send-email.perl:317
673bfad0
JX
16681msgid "--dump-aliases incompatible with other options\n"
16682msgstr ""
16683
abc8de64 16684#: git-send-email.perl:383 git-send-email.perl:638
673bfad0
JX
16685msgid "Cannot run git format-patch from outside a repository\n"
16686msgstr ""
16687
abc8de64
JX
16688#: git-send-email.perl:386
16689msgid ""
16690"`batch-size` and `relogin` must be specified together (via command-line or "
16691"configuration option)\n"
16692msgstr ""
16693
16694#: git-send-email.perl:456
673bfad0
JX
16695#, perl-format
16696msgid "Unknown --suppress-cc field: '%s'\n"
16697msgstr ""
16698
abc8de64 16699#: git-send-email.perl:485
673bfad0
JX
16700#, perl-format
16701msgid "Unknown --confirm setting: '%s'\n"
16702msgstr ""
16703
abc8de64 16704#: git-send-email.perl:513
673bfad0
JX
16705#, perl-format
16706msgid "warning: sendmail alias with quotes is not supported: %s\n"
16707msgstr ""
16708
abc8de64 16709#: git-send-email.perl:515
673bfad0
JX
16710#, perl-format
16711msgid "warning: `:include:` not supported: %s\n"
16712msgstr ""
16713
abc8de64 16714#: git-send-email.perl:517
673bfad0
JX
16715#, perl-format
16716msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
16717msgstr ""
16718
abc8de64 16719#: git-send-email.perl:522
673bfad0
JX
16720#, perl-format
16721msgid "warning: sendmail line is not recognized: %s\n"
16722msgstr ""
16723
abc8de64 16724#: git-send-email.perl:604
673bfad0
JX
16725#, perl-format
16726msgid ""
16727"File '%s' exists but it could also be the range of commits\n"
16728"to produce patches for. Please disambiguate by...\n"
16729"\n"
16730" * Saying \"./%s\" if you mean a file; or\n"
16731" * Giving --format-patch option if you mean a range.\n"
16732msgstr ""
16733
abc8de64 16734#: git-send-email.perl:625
673bfad0
JX
16735#, perl-format
16736msgid "Failed to opendir %s: %s"
16737msgstr ""
16738
abc8de64 16739#: git-send-email.perl:649
673bfad0
JX
16740#, perl-format
16741msgid ""
16742"fatal: %s: %s\n"
16743"warning: no patches were sent\n"
16744msgstr ""
16745
abc8de64 16746#: git-send-email.perl:660
673bfad0
JX
16747msgid ""
16748"\n"
16749"No patch files specified!\n"
16750"\n"
16751msgstr ""
16752
abc8de64 16753#: git-send-email.perl:673
673bfad0
JX
16754#, perl-format
16755msgid "No subject line in %s?"
16756msgstr ""
16757
abc8de64 16758#: git-send-email.perl:683
673bfad0
JX
16759#, perl-format
16760msgid "Failed to open for writing %s: %s"
16761msgstr ""
16762
abc8de64 16763#: git-send-email.perl:694
673bfad0
JX
16764msgid ""
16765"Lines beginning in \"GIT:\" will be removed.\n"
16766"Consider including an overall diffstat or table of contents\n"
16767"for the patch you are writing.\n"
16768"\n"
16769"Clear the body content if you don't wish to send a summary.\n"
16770msgstr ""
16771
abc8de64 16772#: git-send-email.perl:718
673bfad0
JX
16773#, perl-format
16774msgid "Failed to open %s: %s"
16775msgstr ""
16776
abc8de64
JX
16777#: git-send-email.perl:735
16778#, perl-format
16779msgid "Failed to open %s.final: %s"
673bfad0
JX
16780msgstr ""
16781
abc8de64 16782#: git-send-email.perl:778
673bfad0
JX
16783msgid "Summary email is empty, skipping it\n"
16784msgstr ""
16785
16786#. TRANSLATORS: please keep [y/N] as is.
abc8de64 16787#: git-send-email.perl:813
673bfad0
JX
16788#, perl-format
16789msgid "Are you sure you want to use <%s> [y/N]? "
16790msgstr ""
16791
abc8de64 16792#: git-send-email.perl:868
673bfad0
JX
16793msgid ""
16794"The following files are 8bit, but do not declare a Content-Transfer-"
16795"Encoding.\n"
16796msgstr ""
16797
abc8de64 16798#: git-send-email.perl:873
673bfad0
JX
16799msgid "Which 8bit encoding should I declare [UTF-8]? "
16800msgstr ""
16801
abc8de64 16802#: git-send-email.perl:881
673bfad0
JX
16803#, perl-format
16804msgid ""
16805"Refusing to send because the patch\n"
16806"\t%s\n"
16807"has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
16808"want to send.\n"
16809msgstr ""
16810
abc8de64 16811#: git-send-email.perl:900
673bfad0
JX
16812msgid "To whom should the emails be sent (if anyone)?"
16813msgstr ""
16814
abc8de64 16815#: git-send-email.perl:918
673bfad0
JX
16816#, perl-format
16817msgid "fatal: alias '%s' expands to itself\n"
16818msgstr ""
16819
abc8de64 16820#: git-send-email.perl:930
673bfad0
JX
16821msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
16822msgstr ""
16823
abc8de64 16824#: git-send-email.perl:988 git-send-email.perl:996
673bfad0
JX
16825#, perl-format
16826msgid "error: unable to extract a valid address from: %s\n"
16827msgstr ""
16828
16829#. TRANSLATORS: Make sure to include [q] [d] [e] in your
16830#. translation. The program will only accept English input
16831#. at this point.
abc8de64 16832#: git-send-email.perl:1000
673bfad0
JX
16833msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
16834msgstr ""
16835
abc8de64 16836#: git-send-email.perl:1317
673bfad0
JX
16837#, perl-format
16838msgid "CA path \"%s\" does not exist"
16839msgstr ""
16840
9b7388a8 16841#: git-send-email.perl:1400
673bfad0
JX
16842msgid ""
16843" The Cc list above has been expanded by additional\n"
16844" addresses found in the patch commit message. By default\n"
16845" send-email prompts before sending whenever this occurs.\n"
16846" This behavior is controlled by the sendemail.confirm\n"
16847" configuration setting.\n"
16848"\n"
16849" For additional information, run 'git send-email --help'.\n"
16850" To retain the current behavior, but squelch this message,\n"
16851" run 'git config --global sendemail.confirm auto'.\n"
16852"\n"
16853msgstr ""
16854
9b7388a8 16855#. TRANSLATORS: Make sure to include [y] [n] [e] [q] [a] in your
673bfad0
JX
16856#. translation. The program will only accept English input
16857#. at this point.
9b7388a8
JX
16858#: git-send-email.perl:1415
16859msgid "Send this email? ([y]es|[n]o|[e]dit|[q]uit|[a]ll): "
673bfad0
JX
16860msgstr ""
16861
9b7388a8 16862#: git-send-email.perl:1418
673bfad0
JX
16863msgid "Send this email reply required"
16864msgstr ""
16865
9b7388a8 16866#: git-send-email.perl:1446
673bfad0
JX
16867msgid "The required SMTP server is not properly defined."
16868msgstr ""
16869
9b7388a8 16870#: git-send-email.perl:1493
673bfad0
JX
16871#, perl-format
16872msgid "Server does not support STARTTLS! %s"
16873msgstr ""
16874
9b7388a8 16875#: git-send-email.perl:1498 git-send-email.perl:1502
5b34e000
JX
16876#, perl-format
16877msgid "STARTTLS failed! %s"
16878msgstr ""
16879
9b7388a8 16880#: git-send-email.perl:1512
673bfad0
JX
16881msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
16882msgstr ""
16883
9b7388a8 16884#: git-send-email.perl:1530
673bfad0
JX
16885#, perl-format
16886msgid "Failed to send %s\n"
16887msgstr ""
16888
9b7388a8 16889#: git-send-email.perl:1533
673bfad0
JX
16890#, perl-format
16891msgid "Dry-Sent %s\n"
16892msgstr ""
16893
9b7388a8 16894#: git-send-email.perl:1533
673bfad0
JX
16895#, perl-format
16896msgid "Sent %s\n"
16897msgstr ""
16898
9b7388a8 16899#: git-send-email.perl:1535
673bfad0
JX
16900msgid "Dry-OK. Log says:\n"
16901msgstr ""
16902
9b7388a8 16903#: git-send-email.perl:1535
673bfad0
JX
16904msgid "OK. Log says:\n"
16905msgstr ""
16906
9b7388a8 16907#: git-send-email.perl:1547
673bfad0
JX
16908msgid "Result: "
16909msgstr ""
16910
9b7388a8 16911#: git-send-email.perl:1550
673bfad0
JX
16912msgid "Result: OK\n"
16913msgstr ""
16914
9b7388a8 16915#: git-send-email.perl:1568
673bfad0
JX
16916#, perl-format
16917msgid "can't open file %s"
16918msgstr ""
16919
9b7388a8 16920#: git-send-email.perl:1615 git-send-email.perl:1635
673bfad0
JX
16921#, perl-format
16922msgid "(mbox) Adding cc: %s from line '%s'\n"
16923msgstr ""
16924
9b7388a8 16925#: git-send-email.perl:1621
673bfad0
JX
16926#, perl-format
16927msgid "(mbox) Adding to: %s from line '%s'\n"
16928msgstr ""
16929
9b7388a8 16930#: git-send-email.perl:1674
673bfad0
JX
16931#, perl-format
16932msgid "(non-mbox) Adding cc: %s from line '%s'\n"
16933msgstr ""
16934
9b7388a8 16935#: git-send-email.perl:1699
673bfad0
JX
16936#, perl-format
16937msgid "(body) Adding cc: %s from line '%s'\n"
16938msgstr ""
16939
9b7388a8 16940#: git-send-email.perl:1817
673bfad0
JX
16941#, perl-format
16942msgid "(%s) Could not execute '%s'"
16943msgstr ""
16944
9b7388a8 16945#: git-send-email.perl:1824
673bfad0
JX
16946#, perl-format
16947msgid "(%s) Adding %s: %s from: '%s'\n"
16948msgstr ""
16949
9b7388a8 16950#: git-send-email.perl:1828
673bfad0
JX
16951#, perl-format
16952msgid "(%s) failed to close pipe to '%s'"
16953msgstr ""
16954
9b7388a8 16955#: git-send-email.perl:1855
673bfad0
JX
16956msgid "cannot send message as 7bit"
16957msgstr ""
16958
9b7388a8 16959#: git-send-email.perl:1863
673bfad0
JX
16960msgid "invalid transfer encoding"
16961msgstr ""
16962
9b7388a8 16963#: git-send-email.perl:1901 git-send-email.perl:1952 git-send-email.perl:1962
673bfad0
JX
16964#, perl-format
16965msgid "unable to open %s: %s\n"
16966msgstr ""
16967
9b7388a8 16968#: git-send-email.perl:1904
673bfad0
JX
16969#, perl-format
16970msgid "%s: patch contains a line longer than 998 characters"
16971msgstr ""
16972
9b7388a8 16973#: git-send-email.perl:1920
673bfad0
JX
16974#, perl-format
16975msgid "Skipping %s with backup suffix '%s'.\n"
16976msgstr ""
16977
16978#. TRANSLATORS: please keep "[y|N]" as is.
9b7388a8 16979#: git-send-email.perl:1924
673bfad0
JX
16980#, perl-format
16981msgid "Do you really want to send %s? [y|N]: "
16982msgstr ""