]> git.ipfire.org Git - thirdparty/git.git/blame - po/git.pot
Merge branch 'bw/commit-partial-from-subdirectory-fix'
[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"
abc8de64 11"POT-Creation-Date: 2018-03-16 07:29+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
18a90722 21#: advice.c:62
dce37b66
JX
22#, c-format
23msgid "hint: %.*s\n"
24msgstr ""
25
18a90722 26#: advice.c:90
9fa976ff
JX
27msgid "Cherry-picking is not possible because you have unmerged files."
28msgstr ""
29
18a90722 30#: advice.c:92
9fa976ff
JX
31msgid "Committing is not possible because you have unmerged files."
32msgstr ""
33
18a90722 34#: advice.c:94
9fa976ff
JX
35msgid "Merging is not possible because you have unmerged files."
36msgstr ""
37
18a90722 38#: advice.c:96
9fa976ff
JX
39msgid "Pulling is not possible because you have unmerged files."
40msgstr ""
41
18a90722 42#: advice.c:98
9fa976ff
JX
43msgid "Reverting is not possible because you have unmerged files."
44msgstr ""
45
18a90722 46#: advice.c:100
9fa976ff
JX
47#, c-format
48msgid "It is not possible to %s because you have unmerged files."
49msgstr ""
50
18a90722 51#: advice.c:108
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
18a90722 57#: advice.c:116
9fa976ff
JX
58msgid "Exiting because of an unresolved conflict."
59msgstr ""
60
abc8de64 61#: advice.c:121 builtin/merge.c:1251
df0617bf
JX
62msgid "You have not concluded your merge (MERGE_HEAD exists)."
63msgstr ""
64
18a90722 65#: advice.c:123
f4f2c8f8 66msgid "Please, commit your changes before merging."
df0617bf
JX
67msgstr ""
68
18a90722 69#: advice.c:124
df0617bf 70msgid "Exiting because of unfinished merge."
cc76011e
JX
71msgstr ""
72
18a90722 73#: advice.c:130
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
18a90722 318#: apply.c:3396 apply.c:3407 apply.c:3453 setup.c:277
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
abc8de64 517#: apply.c:4545 builtin/fetch.c:775 builtin/fetch.c:1025
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
18a90722 571#: apply.c:4894 builtin/add.c:539 builtin/mv.c:298 builtin/rm.c:390
fda7b092
JX
572msgid "Unable to write new index file"
573msgstr ""
574
abc8de64
JX
575#: apply.c:4921 apply.c:4924 builtin/am.c:2254 builtin/am.c:2257
576#: builtin/clone.c:118 builtin/fetch.c:127 builtin/pull.c:193
577#: builtin/submodule--helper.c:403 builtin/submodule--helper.c:1197
578#: builtin/submodule--helper.c:1200 builtin/submodule--helper.c:1567
579#: builtin/submodule--helper.c:1570 builtin/submodule--helper.c:1787
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
abc8de64 654#: builtin/pack-objects.c:3035
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
abc8de64
JX
682#: apply.c:4977 builtin/add.c:292 builtin/check-ignore.c:21
683#: builtin/commit.c:1276 builtin/count-objects.c:96 builtin/fsck.c:665
684#: builtin/log.c:1901 builtin/mv.c:123 builtin/read-tree.c:125
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
18a90722 721#: archive.c:351 builtin/add.c:176 builtin/add.c:515 builtin/rm.c:299
fda7b092
JX
722#, c-format
723msgid "pathspec '%s' did not match any files"
724msgstr ""
725
25eab542 726#: archive.c:436
fda7b092
JX
727msgid "fmt"
728msgstr ""
729
25eab542 730#: archive.c:436
fda7b092
JX
731msgid "archive format"
732msgstr ""
733
abc8de64 734#: archive.c:437 builtin/log.c:1462
fda7b092
JX
735msgid "prefix"
736msgstr ""
737
25eab542 738#: archive.c:438
fda7b092
JX
739msgid "prepend prefix to each pathname in the archive"
740msgstr ""
741
abc8de64
JX
742#: archive.c:439 builtin/blame.c:702 builtin/blame.c:703 builtin/config.c:62
743#: builtin/fast-export.c:1005 builtin/fast-export.c:1007 builtin/grep.c:869
744#: builtin/hash-object.c:103 builtin/ls-files.c:551 builtin/ls-files.c:554
25eab542 745#: builtin/notes.c:405 builtin/notes.c:568 builtin/read-tree.c:120
abc8de64 746#: parse-options.h:165
fda7b092
JX
747msgid "file"
748msgstr ""
749
25eab542 750#: archive.c:440 builtin/archive.c:89
fda7b092
JX
751msgid "write the archive to this file"
752msgstr ""
753
25eab542 754#: archive.c:442
fda7b092
JX
755msgid "read .gitattributes in working directory"
756msgstr ""
757
25eab542 758#: archive.c:443
fda7b092
JX
759msgid "report archived files on stderr"
760msgstr ""
761
25eab542 762#: archive.c:444
fda7b092
JX
763msgid "store only"
764msgstr ""
765
25eab542 766#: archive.c:445
fda7b092
JX
767msgid "compress faster"
768msgstr ""
769
25eab542 770#: archive.c:453
fda7b092
JX
771msgid "compress better"
772msgstr ""
773
25eab542 774#: archive.c:456
fda7b092
JX
775msgid "list supported archive formats"
776msgstr ""
777
abc8de64
JX
778#: archive.c:458 builtin/archive.c:90 builtin/clone.c:108 builtin/clone.c:111
779#: builtin/submodule--helper.c:1209 builtin/submodule--helper.c:1576
fda7b092
JX
780msgid "repo"
781msgstr ""
782
25eab542 783#: archive.c:459 builtin/archive.c:91
fda7b092
JX
784msgid "retrieve the archive from remote repository <repo>"
785msgstr ""
786
25eab542 787#: archive.c:460 builtin/archive.c:92 builtin/notes.c:489
fda7b092
JX
788msgid "command"
789msgstr ""
790
25eab542 791#: archive.c:461 builtin/archive.c:93
fda7b092
JX
792msgid "path to the remote git-upload-archive command"
793msgstr ""
794
25eab542 795#: archive.c:468
fda7b092
JX
796msgid "Unexpected option --remote"
797msgstr ""
798
25eab542 799#: archive.c:470
fda7b092
JX
800msgid "Option --exec can only be used together with --remote"
801msgstr ""
802
25eab542 803#: archive.c:472
fda7b092
JX
804msgid "Unexpected option --output"
805msgstr ""
806
25eab542 807#: archive.c:494
fda7b092
JX
808#, c-format
809msgid "Unknown archive format '%s'"
810msgstr ""
811
25eab542 812#: archive.c:501
fda7b092
JX
813#, c-format
814msgid "Argument not supported for format '%s': -%d"
815msgstr ""
816
25eab542 817#: attr.c:218
dfc182b1
JX
818#, c-format
819msgid "%.*s is not a valid attribute name"
820msgstr ""
821
25eab542 822#: attr.c:415
fda7b092
JX
823msgid ""
824"Negative patterns are ignored in git attributes\n"
825"Use '\\!' for literal leading exclamation."
826msgstr ""
827
abc8de64 828#: bisect.c:460
fda7b092
JX
829#, c-format
830msgid "Badly quoted content in file '%s': %s"
831msgstr ""
832
abc8de64 833#: bisect.c:668
fda7b092
JX
834#, c-format
835msgid "We cannot bisect more!\n"
836msgstr ""
837
abc8de64 838#: bisect.c:722
fda7b092
JX
839#, c-format
840msgid "Not a valid commit name %s"
841msgstr ""
842
abc8de64 843#: bisect.c:746
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
abc8de64 850#: bisect.c:751
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
abc8de64 857#: bisect.c:756
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
abc8de64 864#: bisect.c:764
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
abc8de64 872#: bisect.c:777
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
18a90722 880#: bisect.c:810
fda7b092
JX
881#, c-format
882msgid "Bisecting: a merge base must be tested\n"
883msgstr ""
884
abc8de64 885#: bisect.c:850
fda7b092
JX
886#, c-format
887msgid "a %s revision is needed"
888msgstr ""
889
abc8de64 890#: bisect.c:869 builtin/notes.c:175 builtin/tag.c:235
fda7b092
JX
891#, c-format
892msgid "could not create file '%s'"
893msgstr ""
894
abc8de64 895#: bisect.c:920
fda7b092
JX
896#, c-format
897msgid "could not read file '%s'"
898msgstr ""
899
abc8de64 900#: bisect.c:950
fda7b092
JX
901msgid "reading bisect refs failed"
902msgstr ""
903
abc8de64 904#: bisect.c:969
fda7b092
JX
905#, c-format
906msgid "%s was both %s and %s\n"
907msgstr ""
908
abc8de64 909#: bisect.c:977
fda7b092
JX
910#, c-format
911msgid ""
912"No testable commit found.\n"
913"Maybe you started with bad path parameters?\n"
914msgstr ""
915
abc8de64 916#: bisect.c:996
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#.
abc8de64 926#: bisect.c:1002
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
abc8de64 933#: blame.c:1758
5b34e000
JX
934msgid "--contents and --reverse do not blend well."
935msgstr ""
936
abc8de64 937#: blame.c:1769
5b34e000
JX
938msgid "cannot use --contents with final commit object name"
939msgstr ""
940
abc8de64 941#: blame.c:1789
5b34e000
JX
942msgid "--reverse and --first-parent together require specified latest commit"
943msgstr ""
944
abc8de64
JX
945#: blame.c:1798 bundle.c:160 ref-filter.c:1978 sequencer.c:1699
946#: sequencer.c:2901 builtin/commit.c:976 builtin/log.c:366 builtin/log.c:920
947#: builtin/log.c:1371 builtin/log.c:1702 builtin/log.c:1950 builtin/merge.c:370
25eab542 948#: builtin/shortlog.c:191
5b34e000
JX
949msgid "revision walk setup failed"
950msgstr ""
951
abc8de64 952#: blame.c:1816
5b34e000
JX
953msgid ""
954"--reverse --first-parent together require range along first-parent chain"
955msgstr ""
956
abc8de64 957#: blame.c:1827
5b34e000
JX
958#, c-format
959msgid "no such path %s in %s"
960msgstr ""
961
abc8de64 962#: blame.c:1838
5b34e000
JX
963#, c-format
964msgid "cannot read blob %s for path %s"
965msgstr ""
966
fda7b092
JX
967#: branch.c:53
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
976#: branch.c:67
977#, c-format
978msgid "Not setting branch %s as its own upstream."
979msgstr ""
980
981#: branch.c:93
982#, c-format
25eab542 983msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."
fda7b092
JX
984msgstr ""
985
986#: branch.c:94
987#, c-format
25eab542 988msgid "Branch '%s' set up to track remote branch '%s' from '%s'."
fda7b092
JX
989msgstr ""
990
991#: branch.c:98
992#, c-format
25eab542 993msgid "Branch '%s' set up to track local branch '%s' by rebasing."
fda7b092
JX
994msgstr ""
995
996#: branch.c:99
997#, c-format
25eab542 998msgid "Branch '%s' set up to track local branch '%s'."
fda7b092
JX
999msgstr ""
1000
1001#: branch.c:104
1002#, c-format
25eab542 1003msgid "Branch '%s' set up to track remote ref '%s' by rebasing."
fda7b092
JX
1004msgstr ""
1005
1006#: branch.c:105
1007#, c-format
25eab542 1008msgid "Branch '%s' set up to track remote ref '%s'."
fda7b092
JX
1009msgstr ""
1010
1011#: branch.c:109
1012#, c-format
25eab542 1013msgid "Branch '%s' set up to track local ref '%s' by rebasing."
fda7b092
JX
1014msgstr ""
1015
1016#: branch.c:110
1017#, c-format
25eab542 1018msgid "Branch '%s' set up to track local ref '%s'."
fda7b092
JX
1019msgstr ""
1020
1021#: branch.c:119
1022msgid "Unable to write upstream branch configuration"
1023msgstr ""
1024
1025#: branch.c:156
1026#, c-format
1027msgid "Not tracking: ambiguous information for ref %s"
1028msgstr ""
1029
18a90722 1030#: branch.c:189
fda7b092
JX
1031#, c-format
1032msgid "'%s' is not a valid branch name."
1033msgstr ""
1034
18a90722 1035#: branch.c:208
fda7b092
JX
1036#, c-format
1037msgid "A branch named '%s' already exists."
1038msgstr ""
1039
18a90722 1040#: branch.c:213
fda7b092
JX
1041msgid "Cannot force update the current branch."
1042msgstr ""
1043
18a90722 1044#: branch.c:233
fda7b092
JX
1045#, c-format
1046msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1047msgstr ""
1048
18a90722 1049#: branch.c:235
fda7b092
JX
1050#, c-format
1051msgid "the requested upstream branch '%s' does not exist"
1052msgstr ""
1053
18a90722 1054#: branch.c:237
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
18a90722 1066#: branch.c:280
fda7b092
JX
1067#, c-format
1068msgid "Not a valid object name: '%s'."
1069msgstr ""
1070
18a90722 1071#: branch.c:300
fda7b092
JX
1072#, c-format
1073msgid "Ambiguous object name: '%s'."
1074msgstr ""
1075
18a90722 1076#: branch.c:305
fda7b092
JX
1077#, c-format
1078msgid "Not a valid branch point: '%s'."
1079msgstr ""
1080
18a90722 1081#: branch.c:359
fda7b092
JX
1082#, c-format
1083msgid "'%s' is already checked out at '%s'"
df0617bf
JX
1084msgstr ""
1085
18a90722 1086#: branch.c:382
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
abc8de64 1101#: bundle.c:88 sequencer.c:1879 sequencer.c:2337 builtin/commit.c:750
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
abc8de64 1145#: bundle.c:450 builtin/log.c:183 builtin/log.c:1607 builtin/shortlog.c:296
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
abc8de64
JX
1168#: commit.c:41 sequencer.c:2141 builtin/am.c:421 builtin/am.c:465
1169#: builtin/am.c:1436 builtin/am.c:2072
dce37b66
JX
1170#, c-format
1171msgid "could not parse %s"
1172msgstr ""
1173
5b34e000 1174#: commit.c:43
dce37b66
JX
1175#, c-format
1176msgid "%s %s is not a commit!"
1177msgstr ""
1178
abc8de64 1179#: commit.c:1506
fda7b092
JX
1180msgid ""
1181"Warning: commit message did not conform to UTF-8.\n"
1182"You may want to amend it after fixing the message, or set the config\n"
1183"variable i18n.commitencoding to the encoding your project uses.\n"
1184msgstr ""
1185
18a90722 1186#: compat/obstack.c:405 compat/obstack.c:407
dce37b66
JX
1187msgid "memory exhausted"
1188msgstr ""
1189
18a90722 1190#: config.c:186
dfc182b1
JX
1191msgid "relative config include conditionals must come from files"
1192msgstr ""
1193
18a90722 1194#: config.c:720
9fa976ff
JX
1195#, c-format
1196msgid "bad config line %d in blob %s"
1197msgstr ""
1198
18a90722 1199#: config.c:724
9fa976ff
JX
1200#, c-format
1201msgid "bad config line %d in file %s"
1202msgstr ""
1203
18a90722 1204#: config.c:728
9fa976ff
JX
1205#, c-format
1206msgid "bad config line %d in standard input"
1207msgstr ""
1208
18a90722 1209#: config.c:732
9fa976ff
JX
1210#, c-format
1211msgid "bad config line %d in submodule-blob %s"
1212msgstr ""
1213
18a90722 1214#: config.c:736
9fa976ff
JX
1215#, c-format
1216msgid "bad config line %d in command line %s"
1217msgstr ""
1218
18a90722 1219#: config.c:740
9fa976ff
JX
1220#, c-format
1221msgid "bad config line %d in %s"
1222msgstr ""
1223
18a90722 1224#: config.c:868
5bd166d8 1225msgid "out of range"
9fa976ff
JX
1226msgstr ""
1227
18a90722 1228#: config.c:868
5bd166d8 1229msgid "invalid unit"
9fa976ff
JX
1230msgstr ""
1231
18a90722 1232#: config.c:874
9fa976ff 1233#, c-format
5bd166d8 1234msgid "bad numeric config value '%s' for '%s': %s"
9fa976ff
JX
1235msgstr ""
1236
18a90722 1237#: config.c:879
9fa976ff 1238#, c-format
5bd166d8 1239msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
9fa976ff
JX
1240msgstr ""
1241
18a90722 1242#: config.c:882
9fa976ff 1243#, c-format
5bd166d8 1244msgid "bad numeric config value '%s' for '%s' in file %s: %s"
9fa976ff
JX
1245msgstr ""
1246
18a90722 1247#: config.c:885
9fa976ff 1248#, c-format
5bd166d8 1249msgid "bad numeric config value '%s' for '%s' in standard input: %s"
9fa976ff
JX
1250msgstr ""
1251
18a90722 1252#: config.c:888
9fa976ff 1253#, c-format
5bd166d8 1254msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
9fa976ff
JX
1255msgstr ""
1256
18a90722 1257#: config.c:891
9fa976ff 1258#, c-format
5bd166d8 1259msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
d07a63e4
JX
1260msgstr ""
1261
18a90722 1262#: config.c:894
d07a63e4 1263#, c-format
5bd166d8 1264msgid "bad numeric config value '%s' for '%s' in %s: %s"
d07a63e4
JX
1265msgstr ""
1266
18a90722 1267#: config.c:989
d07a63e4
JX
1268#, c-format
1269msgid "failed to expand user dir in: '%s'"
1270msgstr ""
1271
18a90722
JX
1272#: config.c:998
1273#, c-format
1274msgid "'%s' for '%s' is not a valid timestamp"
1275msgstr ""
1276
1277#: config.c:1094 config.c:1105
d07a63e4
JX
1278#, c-format
1279msgid "bad zlib compression level %d"
1280msgstr ""
1281
abc8de64 1282#: config.c:1225
d07a63e4
JX
1283#, c-format
1284msgid "invalid mode for object creation: %s"
1285msgstr ""
1286
abc8de64 1287#: config.c:1386
673bfad0
JX
1288#, c-format
1289msgid "bad pack compression level %d"
1290msgstr ""
1291
abc8de64 1292#: config.c:1582
d07a63e4
JX
1293msgid "unable to parse command-line config"
1294msgstr ""
1295
abc8de64 1296#: config.c:1914
9fa976ff 1297msgid "unknown error occurred while reading the configuration files"
d07a63e4
JX
1298msgstr ""
1299
abc8de64 1300#: config.c:2101
dfc182b1
JX
1301#, c-format
1302msgid "Invalid %s: '%s'"
1303msgstr ""
1304
abc8de64 1305#: config.c:2144
dfc182b1
JX
1306#, c-format
1307msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1308msgstr ""
1309
abc8de64 1310#: config.c:2170
dfc182b1
JX
1311#, c-format
1312msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1313msgstr ""
1314
abc8de64 1315#: config.c:2195
d07a63e4
JX
1316#, c-format
1317msgid "unable to parse '%s' from command-line config"
1318msgstr ""
1319
abc8de64 1320#: config.c:2197
d07a63e4
JX
1321#, c-format
1322msgid "bad config variable '%s' in file '%s' at line %d"
1323msgstr ""
1324
abc8de64 1325#: config.c:2256
d07a63e4
JX
1326#, c-format
1327msgid "%s has multiple values"
1328msgstr ""
1329
abc8de64 1330#: config.c:2599 config.c:2816
673bfad0
JX
1331#, c-format
1332msgid "fstat on %s failed"
1333msgstr ""
1334
abc8de64 1335#: config.c:2706
f517e50d
JX
1336#, c-format
1337msgid "could not set '%s' to '%s'"
1338msgstr ""
1339
abc8de64 1340#: config.c:2708 builtin/remote.c:776
9eb3984b 1341#, c-format
f517e50d 1342msgid "could not unset '%s'"
9eb3984b
JX
1343msgstr ""
1344
18a90722 1345#: connect.c:52
fda7b092
JX
1346msgid "The remote end hung up upon initial contact"
1347msgstr ""
1348
18a90722 1349#: connect.c:54
fda7b092
JX
1350msgid ""
1351"Could not read from remote repository.\n"
1352"\n"
1353"Please make sure you have the correct access rights\n"
1354"and the repository exists."
1355msgstr ""
1356
abc8de64 1357#: connected.c:66 builtin/fsck.c:198 builtin/prune.c:144
9fa976ff
JX
1358msgid "Checking connectivity"
1359msgstr ""
1360
abc8de64 1361#: connected.c:78
dce37b66
JX
1362msgid "Could not run 'git rev-list'"
1363msgstr ""
1364
abc8de64 1365#: connected.c:98
f517e50d 1366msgid "failed write to rev-list"
dce37b66
JX
1367msgstr ""
1368
abc8de64 1369#: connected.c:105
f517e50d 1370msgid "failed to close rev-list's stdin"
dce37b66
JX
1371msgstr ""
1372
5b34e000 1373#: convert.c:205
fda7b092 1374#, c-format
abc8de64
JX
1375msgid "CRLF would be replaced by LF in %s."
1376msgstr ""
1377
1378#: convert.c:207
1379#, c-format
fda7b092
JX
1380msgid ""
1381"CRLF will be replaced by LF in %s.\n"
1382"The file will have its original line endings in your working directory."
1383msgstr ""
1384
abc8de64 1385#: convert.c:215
fda7b092 1386#, c-format
abc8de64 1387msgid "LF would be replaced by CRLF in %s"
fda7b092
JX
1388msgstr ""
1389
abc8de64 1390#: convert.c:217
fda7b092
JX
1391#, c-format
1392msgid ""
1393"LF will be replaced by CRLF in %s.\n"
1394"The file will have its original line endings in your working directory."
1395msgstr ""
1396
5b34e000 1397#: date.c:116
822e4a65
JX
1398msgid "in the future"
1399msgstr ""
1400
91d443d0
JX
1401#: date.c:122
1402#, c-format
1403msgid "%<PRIuMAX> second ago"
1404msgid_plural "%<PRIuMAX> seconds ago"
1405msgstr[0] ""
1406msgstr[1] ""
1407
1408#: date.c:129
1409#, c-format
1410msgid "%<PRIuMAX> minute ago"
1411msgid_plural "%<PRIuMAX> minutes ago"
1412msgstr[0] ""
1413msgstr[1] ""
1414
1415#: date.c:136
1416#, c-format
1417msgid "%<PRIuMAX> hour ago"
1418msgid_plural "%<PRIuMAX> hours ago"
1419msgstr[0] ""
1420msgstr[1] ""
1421
1422#: date.c:143
1423#, c-format
1424msgid "%<PRIuMAX> day ago"
1425msgid_plural "%<PRIuMAX> days ago"
1426msgstr[0] ""
1427msgstr[1] ""
1428
1429#: date.c:149
1430#, c-format
1431msgid "%<PRIuMAX> week ago"
1432msgid_plural "%<PRIuMAX> weeks ago"
1433msgstr[0] ""
1434msgstr[1] ""
1435
1436#: date.c:156
1437#, c-format
1438msgid "%<PRIuMAX> month ago"
1439msgid_plural "%<PRIuMAX> months ago"
1440msgstr[0] ""
1441msgstr[1] ""
1442
1443#: date.c:167
1444#, c-format
1445msgid "%<PRIuMAX> year"
1446msgid_plural "%<PRIuMAX> years"
fda7b092
JX
1447msgstr[0] ""
1448msgstr[1] ""
3b6137f2 1449
fda7b092 1450#. TRANSLATORS: "%s" is "<n> years"
5b34e000 1451#: date.c:170
91d443d0
JX
1452#, c-format
1453msgid "%s, %<PRIuMAX> month ago"
1454msgid_plural "%s, %<PRIuMAX> months ago"
1455msgstr[0] ""
1456msgstr[1] ""
1457
1458#: date.c:175 date.c:180
1459#, c-format
1460msgid "%<PRIuMAX> year ago"
1461msgid_plural "%<PRIuMAX> years ago"
fda7b092
JX
1462msgstr[0] ""
1463msgstr[1] ""
3b6137f2 1464
fda7b092 1465#: diffcore-order.c:24
3b6137f2 1466#, c-format
fda7b092 1467msgid "failed to read orderfile '%s'"
3b6137f2
JX
1468msgstr ""
1469
18a90722 1470#: diffcore-rename.c:535
fda7b092 1471msgid "Performing inexact rename detection"
3b6137f2
JX
1472msgstr ""
1473
25eab542 1474#: diff.c:74
3b6137f2 1475#, c-format
fda7b092 1476msgid "option '%s' requires a value"
3b6137f2
JX
1477msgstr ""
1478
25eab542 1479#: diff.c:152
3b6137f2 1480#, c-format
fda7b092 1481msgid " Failed to parse dirstat cut-off percentage '%s'\n"
3b6137f2
JX
1482msgstr ""
1483
25eab542 1484#: diff.c:157
3b6137f2 1485#, c-format
fda7b092 1486msgid " Unknown dirstat parameter '%s'\n"
3b6137f2
JX
1487msgstr ""
1488
25eab542
JX
1489#: diff.c:281
1490msgid ""
1491"color moved setting must be one of 'no', 'default', 'zebra', 'dimmed_zebra', "
1492"'plain'"
1493msgstr ""
1494
1495#: diff.c:341
3b6137f2 1496#, c-format
fda7b092 1497msgid "Unknown value for 'diff.submodule' config variable: '%s'"
3b6137f2
JX
1498msgstr ""
1499
18a90722 1500#: diff.c:401
3b6137f2 1501#, c-format
fda7b092
JX
1502msgid ""
1503"Found errors in 'diff.dirstat' config variable:\n"
1504"%s"
3b6137f2
JX
1505msgstr ""
1506
abc8de64 1507#: diff.c:3822
3b6137f2 1508#, c-format
fda7b092 1509msgid "external diff died, stopping at %s"
3b6137f2
JX
1510msgstr ""
1511
abc8de64 1512#: diff.c:4146
fda7b092 1513msgid "--name-only, --name-status, --check and -s are mutually exclusive"
3b6137f2
JX
1514msgstr ""
1515
abc8de64
JX
1516#: diff.c:4149
1517msgid "-G, -S and --find-object are mutually exclusive"
1518msgstr ""
1519
1520#: diff.c:4237
fda7b092 1521msgid "--follow requires exactly one pathspec"
3b6137f2
JX
1522msgstr ""
1523
abc8de64 1524#: diff.c:4403
3b6137f2
JX
1525#, c-format
1526msgid ""
fda7b092
JX
1527"Failed to parse --dirstat/-X option parameter:\n"
1528"%s"
3b6137f2
JX
1529msgstr ""
1530
abc8de64 1531#: diff.c:4417
3b6137f2 1532#, c-format
fda7b092 1533msgid "Failed to parse --submodule option parameter: '%s'"
3b6137f2
JX
1534msgstr ""
1535
abc8de64 1536#: diff.c:5493
fda7b092 1537msgid "inexact rename detection was skipped due to too many files."
3b6137f2
JX
1538msgstr ""
1539
abc8de64 1540#: diff.c:5496
fda7b092 1541msgid "only found copies from modified paths due to too many files."
3b6137f2
JX
1542msgstr ""
1543
abc8de64 1544#: diff.c:5499
3b6137f2 1545#, c-format
fda7b092
JX
1546msgid ""
1547"you may want to set your %s variable to at least %d and retry the command."
3b6137f2
JX
1548msgstr ""
1549
abc8de64
JX
1550#: dir.c:1866
1551#, c-format
1552msgid "could not open directory '%s'"
1553msgstr ""
1554
1555#: dir.c:2108
fda7b092 1556msgid "failed to get kernel name and information"
3b6137f2
JX
1557msgstr ""
1558
abc8de64 1559#: dir.c:2232
fda7b092 1560msgid "Untracked cache is disabled on this system or location."
3b6137f2
JX
1561msgstr ""
1562
abc8de64 1563#: dir.c:3024 dir.c:3029
dfc182b1
JX
1564#, c-format
1565msgid "could not create directories for %s"
1566msgstr ""
1567
abc8de64 1568#: dir.c:3054
673bfad0
JX
1569#, c-format
1570msgid "could not migrate git directory from '%s' to '%s'"
1571msgstr ""
1572
18a90722
JX
1573#: editor.c:61
1574#, c-format
1575msgid "hint: Waiting for your editor to close the file...%c"
1576msgstr ""
1577
1578#: entry.c:177
25eab542
JX
1579msgid "Filtering content"
1580msgstr ""
1581
18a90722 1582#: entry.c:435
dfc182b1
JX
1583#, c-format
1584msgid "could not stat file '%s'"
1585msgstr ""
1586
abc8de64
JX
1587#: fetch-object.c:17
1588msgid "Remote with no URL"
1589msgstr ""
1590
1591#: fetch-pack.c:253
fda7b092 1592msgid "git fetch-pack: expected shallow list"
3b6137f2
JX
1593msgstr ""
1594
abc8de64
JX
1595#: fetch-pack.c:265
1596msgid "git fetch-pack: expected ACK/NAK, got a flush packet"
3b6137f2
JX
1597msgstr ""
1598
abc8de64 1599#: fetch-pack.c:284 builtin/archive.c:63
28e1aaa4
JX
1600#, c-format
1601msgid "remote error: %s"
1602msgstr ""
1603
abc8de64 1604#: fetch-pack.c:285
3b6137f2 1605#, c-format
c091ffbe 1606msgid "git fetch-pack: expected ACK/NAK, got '%s'"
3b6137f2
JX
1607msgstr ""
1608
abc8de64 1609#: fetch-pack.c:337
fda7b092 1610msgid "--stateless-rpc requires multi_ack_detailed"
3b6137f2
JX
1611msgstr ""
1612
abc8de64 1613#: fetch-pack.c:428
3b6137f2 1614#, c-format
fda7b092 1615msgid "invalid shallow line: %s"
3b6137f2
JX
1616msgstr ""
1617
abc8de64 1618#: fetch-pack.c:434
3b6137f2 1619#, c-format
fda7b092 1620msgid "invalid unshallow line: %s"
3b6137f2
JX
1621msgstr ""
1622
abc8de64 1623#: fetch-pack.c:436
3b6137f2 1624#, c-format
fda7b092 1625msgid "object not found: %s"
3b6137f2
JX
1626msgstr ""
1627
abc8de64 1628#: fetch-pack.c:439
fda7b092
JX
1629#, c-format
1630msgid "error in object: %s"
3b6137f2
JX
1631msgstr ""
1632
abc8de64 1633#: fetch-pack.c:441
fda7b092
JX
1634#, c-format
1635msgid "no shallow found: %s"
3b6137f2
JX
1636msgstr ""
1637
abc8de64 1638#: fetch-pack.c:444
fda7b092
JX
1639#, c-format
1640msgid "expected shallow/unshallow, got %s"
3b6137f2
JX
1641msgstr ""
1642
abc8de64 1643#: fetch-pack.c:485
fda7b092
JX
1644#, c-format
1645msgid "got %s %d %s"
3b6137f2
JX
1646msgstr ""
1647
abc8de64 1648#: fetch-pack.c:499
3b6137f2 1649#, c-format
fda7b092 1650msgid "invalid commit %s"
3b6137f2
JX
1651msgstr ""
1652
abc8de64 1653#: fetch-pack.c:532
fda7b092 1654msgid "giving up"
3b6137f2
JX
1655msgstr ""
1656
abc8de64 1657#: fetch-pack.c:542 progress.c:229
fda7b092 1658msgid "done"
3b6137f2
JX
1659msgstr ""
1660
abc8de64 1661#: fetch-pack.c:554
3b6137f2 1662#, c-format
fda7b092 1663msgid "got %s (%d) %s"
3b6137f2
JX
1664msgstr ""
1665
abc8de64 1666#: fetch-pack.c:600
3b6137f2 1667#, c-format
fda7b092 1668msgid "Marking %s as complete"
3b6137f2
JX
1669msgstr ""
1670
abc8de64 1671#: fetch-pack.c:788
fda7b092
JX
1672#, c-format
1673msgid "already have %s (%s)"
3b6137f2
JX
1674msgstr ""
1675
abc8de64 1676#: fetch-pack.c:829
fda7b092 1677msgid "fetch-pack: unable to fork off sideband demultiplexer"
3b6137f2
JX
1678msgstr ""
1679
abc8de64 1680#: fetch-pack.c:837
fda7b092 1681msgid "protocol error: bad pack header"
3b6137f2
JX
1682msgstr ""
1683
abc8de64 1684#: fetch-pack.c:895
3b6137f2 1685#, c-format
fda7b092 1686msgid "fetch-pack: unable to fork off %s"
3b6137f2
JX
1687msgstr ""
1688
abc8de64 1689#: fetch-pack.c:911
3b6137f2 1690#, c-format
fda7b092 1691msgid "%s failed"
3b6137f2
JX
1692msgstr ""
1693
abc8de64 1694#: fetch-pack.c:913
fda7b092 1695msgid "error in sideband demultiplexer"
3b6137f2
JX
1696msgstr ""
1697
abc8de64 1698#: fetch-pack.c:940
fda7b092 1699msgid "Server does not support shallow clients"
3b6137f2
JX
1700msgstr ""
1701
abc8de64 1702#: fetch-pack.c:944
fda7b092 1703msgid "Server supports multi_ack_detailed"
3b6137f2
JX
1704msgstr ""
1705
abc8de64 1706#: fetch-pack.c:947
fda7b092 1707msgid "Server supports no-done"
3b6137f2
JX
1708msgstr ""
1709
abc8de64 1710#: fetch-pack.c:953
fda7b092 1711msgid "Server supports multi_ack"
28b3cffc
JX
1712msgstr ""
1713
abc8de64 1714#: fetch-pack.c:957
fda7b092 1715msgid "Server supports side-band-64k"
28b3cffc
JX
1716msgstr ""
1717
abc8de64 1718#: fetch-pack.c:961
fda7b092 1719msgid "Server supports side-band"
28b3cffc
JX
1720msgstr ""
1721
abc8de64 1722#: fetch-pack.c:965
fda7b092 1723msgid "Server supports allow-tip-sha1-in-want"
28b3cffc
JX
1724msgstr ""
1725
abc8de64 1726#: fetch-pack.c:969
fda7b092 1727msgid "Server supports allow-reachable-sha1-in-want"
c138af56
JX
1728msgstr ""
1729
abc8de64 1730#: fetch-pack.c:979
fda7b092 1731msgid "Server supports ofs-delta"
6f6731e7
JX
1732msgstr ""
1733
abc8de64
JX
1734#: fetch-pack.c:985
1735msgid "Server supports filter"
1736msgstr ""
1737
1738#: fetch-pack.c:993
6f6731e7 1739#, c-format
fda7b092 1740msgid "Server version is %.*s"
6f6731e7
JX
1741msgstr ""
1742
abc8de64 1743#: fetch-pack.c:999
fda7b092 1744msgid "Server does not support --shallow-since"
6f6731e7
JX
1745msgstr ""
1746
abc8de64 1747#: fetch-pack.c:1003
fda7b092 1748msgid "Server does not support --shallow-exclude"
6f6731e7
JX
1749msgstr ""
1750
abc8de64 1751#: fetch-pack.c:1005
fda7b092 1752msgid "Server does not support --deepen"
235537a0
JX
1753msgstr ""
1754
abc8de64 1755#: fetch-pack.c:1016
fda7b092 1756msgid "no common commits"
f4f2c8f8
JX
1757msgstr ""
1758
abc8de64 1759#: fetch-pack.c:1028
fda7b092 1760msgid "git fetch-pack: fetch failed."
f4f2c8f8
JX
1761msgstr ""
1762
abc8de64 1763#: fetch-pack.c:1190
fda7b092 1764msgid "no matching remote head"
727b9576
JX
1765msgstr ""
1766
abc8de64 1767#: fetch-pack.c:1212
dfc182b1
JX
1768#, c-format
1769msgid "no such remote ref %s"
1770msgstr ""
1771
abc8de64 1772#: fetch-pack.c:1215
dfc182b1
JX
1773#, c-format
1774msgid "Server does not allow request for unadvertised object %s"
1775msgstr ""
1776
5b34e000 1777#: gpg-interface.c:181
fda7b092 1778msgid "gpg failed to sign the data"
727b9576
JX
1779msgstr ""
1780
5b34e000 1781#: gpg-interface.c:211
fda7b092 1782msgid "could not create temporary file"
727b9576
JX
1783msgstr ""
1784
25eab542 1785#: gpg-interface.c:214
727b9576 1786#, c-format
fda7b092 1787msgid "failed writing detached signature to '%s'"
727b9576
JX
1788msgstr ""
1789
5b34e000 1790#: graph.c:97
673bfad0
JX
1791#, c-format
1792msgid "ignore invalid color '%.*s' in log.graphColors"
1793msgstr ""
1794
abc8de64 1795#: grep.c:2022
727b9576 1796#, c-format
fda7b092 1797msgid "'%s': unable to read %s"
727b9576
JX
1798msgstr ""
1799
abc8de64
JX
1800#: grep.c:2039 setup.c:163 builtin/clone.c:407 builtin/diff.c:81
1801#: builtin/rm.c:134
727b9576 1802#, c-format
fda7b092 1803msgid "failed to stat '%s'"
727b9576
JX
1804msgstr ""
1805
abc8de64 1806#: grep.c:2050
727b9576 1807#, c-format
fda7b092 1808msgid "'%s': short read"
727b9576
JX
1809msgstr ""
1810
5b34e000 1811#: help.c:179
727b9576 1812#, c-format
fda7b092 1813msgid "available git commands in '%s'"
727b9576
JX
1814msgstr ""
1815
5b34e000 1816#: help.c:186
fda7b092 1817msgid "git commands available from elsewhere on your $PATH"
727b9576
JX
1818msgstr ""
1819
5b34e000 1820#: help.c:217
fda7b092 1821msgid "These are common Git commands used in various situations:"
727b9576
JX
1822msgstr ""
1823
5b34e000 1824#: help.c:281
9caaf23e 1825#, c-format
df49095a 1826msgid ""
fda7b092
JX
1827"'%s' appears to be a git command, but we were not\n"
1828"able to execute it. Maybe git-%s is broken?"
df49095a
JX
1829msgstr ""
1830
5b34e000 1831#: help.c:336
fda7b092 1832msgid "Uh oh. Your system reports no Git commands at all."
d07a63e4
JX
1833msgstr ""
1834
5b34e000 1835#: help.c:358
fda7b092 1836#, c-format
5b34e000
JX
1837msgid "WARNING: You called a Git command named '%s', which does not exist."
1838msgstr ""
1839
1840#: help.c:363
1841#, c-format
1842msgid "Continuing under the assumption that you meant '%s'."
5e078fcd
JX
1843msgstr ""
1844
5b34e000 1845#: help.c:368
5e078fcd 1846#, c-format
5b34e000 1847msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
5e078fcd
JX
1848msgstr ""
1849
5b34e000 1850#: help.c:376
5e078fcd 1851#, c-format
fda7b092 1852msgid "git: '%s' is not a git command. See 'git --help'."
5e078fcd
JX
1853msgstr ""
1854
5b34e000 1855#: help.c:380
fda7b092
JX
1856msgid ""
1857"\n"
5b34e000 1858"The most similar command is"
fda7b092
JX
1859msgid_plural ""
1860"\n"
5b34e000 1861"The most similar commands are"
fda7b092
JX
1862msgstr[0] ""
1863msgstr[1] ""
1864
5b34e000
JX
1865#: help.c:395
1866msgid "git version [<options>]"
1867msgstr ""
1868
18a90722 1869#: help.c:462
df0617bf 1870#, c-format
fda7b092 1871msgid "%s: %s - %s"
df0617bf
JX
1872msgstr ""
1873
18a90722 1874#: help.c:466
5b34e000
JX
1875msgid ""
1876"\n"
1877"Did you mean this?"
1878msgid_plural ""
1879"\n"
1880"Did you mean one of these?"
1881msgstr[0] ""
1882msgstr[1] ""
1883
1884#: ident.c:342
fda7b092
JX
1885msgid ""
1886"\n"
1887"*** Please tell me who you are.\n"
1888"\n"
1889"Run\n"
1890"\n"
1891" git config --global user.email \"you@example.com\"\n"
1892" git config --global user.name \"Your Name\"\n"
1893"\n"
1894"to set your account's default identity.\n"
1895"Omit --global to set the identity only in this repository.\n"
1896"\n"
df0617bf
JX
1897msgstr ""
1898
5b34e000 1899#: ident.c:366
dfc182b1
JX
1900msgid "no email was given and auto-detection is disabled"
1901msgstr ""
1902
5b34e000 1903#: ident.c:371
dfc182b1
JX
1904#, c-format
1905msgid "unable to auto-detect email address (got '%s')"
1906msgstr ""
1907
5b34e000 1908#: ident.c:381
dfc182b1
JX
1909msgid "no name was given and auto-detection is disabled"
1910msgstr ""
1911
5b34e000 1912#: ident.c:387
dfc182b1
JX
1913#, c-format
1914msgid "unable to auto-detect name (got '%s')"
1915msgstr ""
1916
5b34e000 1917#: ident.c:395
dfc182b1
JX
1918#, c-format
1919msgid "empty ident name (for <%s>) not allowed"
1920msgstr ""
1921
5b34e000 1922#: ident.c:401
dfc182b1
JX
1923#, c-format
1924msgid "name consists only of disallowed characters: %s"
1925msgstr ""
1926
abc8de64 1927#: ident.c:416 builtin/commit.c:582
dfc182b1
JX
1928#, c-format
1929msgid "invalid date format: %s"
1930msgstr ""
1931
abc8de64
JX
1932#: list-objects-filter-options.c:36
1933msgid "multiple filter-specs cannot be combined"
18a90722
JX
1934msgstr ""
1935
abc8de64
JX
1936#: list-objects-filter-options.c:126
1937msgid "cannot change partial clone promisor remote"
18a90722
JX
1938msgstr ""
1939
25eab542 1940#: lockfile.c:151
df0617bf 1941#, c-format
fda7b092
JX
1942msgid ""
1943"Unable to create '%s.lock': %s.\n"
1944"\n"
1945"Another git process seems to be running in this repository, e.g.\n"
1946"an editor opened by 'git commit'. Please make sure all processes\n"
1947"are terminated then try again. If it still fails, a git process\n"
1948"may have crashed in this repository earlier:\n"
1949"remove the file manually to continue."
df0617bf
JX
1950msgstr ""
1951
25eab542 1952#: lockfile.c:159
df0617bf 1953#, c-format
fda7b092 1954msgid "Unable to create '%s.lock': %s"
df0617bf
JX
1955msgstr ""
1956
005c62fe 1957#: merge.c:74
fda7b092 1958msgid "failed to read the cache"
9eb3984b
JX
1959msgstr ""
1960
abc8de64
JX
1961#: merge.c:134 builtin/am.c:1946 builtin/am.c:1980 builtin/checkout.c:378
1962#: builtin/checkout.c:599 builtin/clone.c:759
fda7b092 1963msgid "unable to write new index file"
9eb3984b
JX
1964msgstr ""
1965
25eab542 1966#: merge-recursive.c:235
fda7b092 1967msgid "(bad commit)\n"
f4f2c8f8
JX
1968msgstr ""
1969
25eab542 1970#: merge-recursive.c:257 merge-recursive.c:265
f1522b27 1971#, c-format
fda7b092 1972msgid "addinfo_cache failed for path '%s'"
f1522b27
JX
1973msgstr ""
1974
25eab542 1975#: merge-recursive.c:329
fda7b092 1976msgid "error building trees"
f1522b27
JX
1977msgstr ""
1978
abc8de64 1979#: merge-recursive.c:771
f4f2c8f8 1980#, c-format
fda7b092 1981msgid "failed to create path '%s'%s"
f4f2c8f8
JX
1982msgstr ""
1983
abc8de64 1984#: merge-recursive.c:782
f4f2c8f8 1985#, c-format
fda7b092 1986msgid "Removing %s to make room for subdirectory\n"
f4f2c8f8
JX
1987msgstr ""
1988
abc8de64 1989#: merge-recursive.c:796 merge-recursive.c:815
fda7b092 1990msgid ": perhaps a D/F conflict?"
df0617bf
JX
1991msgstr ""
1992
abc8de64 1993#: merge-recursive.c:805
f4f2c8f8 1994#, c-format
fda7b092 1995msgid "refusing to lose untracked file at '%s'"
f4f2c8f8
JX
1996msgstr ""
1997
abc8de64 1998#: merge-recursive.c:847 builtin/cat-file.c:37
9eb3984b 1999#, c-format
fda7b092 2000msgid "cannot read object %s '%s'"
9eb3984b
JX
2001msgstr ""
2002
abc8de64 2003#: merge-recursive.c:849
9eb3984b 2004#, c-format
fda7b092 2005msgid "blob expected for %s '%s'"
9eb3984b
JX
2006msgstr ""
2007
abc8de64 2008#: merge-recursive.c:873
f4f2c8f8 2009#, c-format
fda7b092 2010msgid "failed to open '%s': %s"
f4f2c8f8
JX
2011msgstr ""
2012
abc8de64 2013#: merge-recursive.c:884
f4f2c8f8 2014#, c-format
fda7b092 2015msgid "failed to symlink '%s': %s"
f4f2c8f8
JX
2016msgstr ""
2017
abc8de64 2018#: merge-recursive.c:889
f1522b27 2019#, c-format
fda7b092 2020msgid "do not know what to do with %06o %s '%s'"
f1522b27
JX
2021msgstr ""
2022
abc8de64 2023#: merge-recursive.c:1029
fda7b092 2024msgid "Failed to execute internal merge"
f1522b27
JX
2025msgstr ""
2026
abc8de64 2027#: merge-recursive.c:1034
9eb3984b 2028#, c-format
fda7b092 2029msgid "Unable to add %s to database"
9eb3984b
JX
2030msgstr ""
2031
abc8de64 2032#: merge-recursive.c:1146
f1522b27 2033#, c-format
fda7b092
JX
2034msgid ""
2035"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2036"in tree."
f1522b27
JX
2037msgstr ""
2038
abc8de64 2039#: merge-recursive.c:1151
dfc182b1
JX
2040#, c-format
2041msgid ""
2042"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2043"left in tree."
2044msgstr ""
2045
abc8de64 2046#: merge-recursive.c:1158
fda7b092
JX
2047#, c-format
2048msgid ""
2049"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2050"in tree at %s."
f1522b27
JX
2051msgstr ""
2052
abc8de64 2053#: merge-recursive.c:1163
dfc182b1
JX
2054#, c-format
2055msgid ""
2056"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2057"left in tree at %s."
2058msgstr ""
2059
abc8de64 2060#: merge-recursive.c:1197
fda7b092 2061msgid "rename"
f1522b27
JX
2062msgstr ""
2063
abc8de64 2064#: merge-recursive.c:1197
fda7b092 2065msgid "renamed"
f1522b27
JX
2066msgstr ""
2067
abc8de64 2068#: merge-recursive.c:1254
f1522b27 2069#, c-format
fda7b092 2070msgid "%s is a directory in %s adding as %s instead"
f1522b27
JX
2071msgstr ""
2072
abc8de64 2073#: merge-recursive.c:1279
f1522b27 2074#, c-format
fda7b092
JX
2075msgid ""
2076"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
2077"\"->\"%s\" in \"%s\"%s"
f1522b27
JX
2078msgstr ""
2079
abc8de64 2080#: merge-recursive.c:1284
fda7b092 2081msgid " (left unresolved)"
f4f2c8f8
JX
2082msgstr ""
2083
abc8de64 2084#: merge-recursive.c:1346
f1522b27 2085#, c-format
fda7b092 2086msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
f1522b27
JX
2087msgstr ""
2088
abc8de64 2089#: merge-recursive.c:1379
f1522b27 2090#, c-format
fda7b092 2091msgid "Renaming %s to %s and %s to %s instead"
f1522b27
JX
2092msgstr ""
2093
abc8de64 2094#: merge-recursive.c:1582
f4f2c8f8 2095#, c-format
fda7b092 2096msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
f4f2c8f8
JX
2097msgstr ""
2098
abc8de64 2099#: merge-recursive.c:1597
f4f2c8f8 2100#, c-format
fda7b092 2101msgid "Adding merged %s"
f4f2c8f8
JX
2102msgstr ""
2103
abc8de64 2104#: merge-recursive.c:1604 merge-recursive.c:1834
df49095a 2105#, c-format
fda7b092 2106msgid "Adding as %s instead"
df49095a
JX
2107msgstr ""
2108
abc8de64 2109#: merge-recursive.c:1661
df49095a 2110#, c-format
fda7b092 2111msgid "cannot read object %s"
df49095a
JX
2112msgstr ""
2113
abc8de64 2114#: merge-recursive.c:1664
df49095a 2115#, c-format
fda7b092 2116msgid "object %s is not a blob"
df49095a
JX
2117msgstr ""
2118
abc8de64 2119#: merge-recursive.c:1733
fda7b092 2120msgid "modify"
df49095a
JX
2121msgstr ""
2122
abc8de64 2123#: merge-recursive.c:1733
fda7b092 2124msgid "modified"
64f23b0c
JX
2125msgstr ""
2126
abc8de64 2127#: merge-recursive.c:1743
fda7b092 2128msgid "content"
64f23b0c
JX
2129msgstr ""
2130
abc8de64 2131#: merge-recursive.c:1750
fda7b092 2132msgid "add/add"
64f23b0c
JX
2133msgstr ""
2134
abc8de64 2135#: merge-recursive.c:1786
64f23b0c 2136#, c-format
fda7b092 2137msgid "Skipped %s (merged same as existing)"
64f23b0c
JX
2138msgstr ""
2139
abc8de64 2140#: merge-recursive.c:1800
64f23b0c 2141#, c-format
fda7b092 2142msgid "Auto-merging %s"
64f23b0c
JX
2143msgstr ""
2144
abc8de64 2145#: merge-recursive.c:1804 git-submodule.sh:879
fda7b092 2146msgid "submodule"
64f23b0c
JX
2147msgstr ""
2148
abc8de64 2149#: merge-recursive.c:1805
64f23b0c 2150#, c-format
fda7b092 2151msgid "CONFLICT (%s): Merge conflict in %s"
64f23b0c
JX
2152msgstr ""
2153
abc8de64 2154#: merge-recursive.c:1899
9caaf23e 2155#, c-format
fda7b092 2156msgid "Removing %s"
727b9576
JX
2157msgstr ""
2158
abc8de64 2159#: merge-recursive.c:1925
fda7b092 2160msgid "file/directory"
727b9576
JX
2161msgstr ""
2162
abc8de64 2163#: merge-recursive.c:1931
fda7b092 2164msgid "directory/file"
f9472e35
JX
2165msgstr ""
2166
abc8de64 2167#: merge-recursive.c:1938
dce37b66 2168#, c-format
fda7b092 2169msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
f9472e35
JX
2170msgstr ""
2171
abc8de64 2172#: merge-recursive.c:1947
dce37b66 2173#, c-format
fda7b092 2174msgid "Adding %s"
f9472e35
JX
2175msgstr ""
2176
abc8de64 2177#: merge-recursive.c:1987
005c62fe
JX
2178#, c-format
2179msgid "Dirty index: cannot merge (dirty: %s)"
2180msgstr ""
2181
abc8de64 2182#: merge-recursive.c:1991
25eab542 2183msgid "Already up to date!"
df0617bf
JX
2184msgstr ""
2185
abc8de64 2186#: merge-recursive.c:2000
df0617bf 2187#, c-format
fda7b092 2188msgid "merging of trees %s and %s failed"
c2ea1208
JX
2189msgstr ""
2190
abc8de64 2191#: merge-recursive.c:2097
fda7b092 2192msgid "Merging:"
28b3cffc
JX
2193msgstr ""
2194
abc8de64 2195#: merge-recursive.c:2110
28b3cffc 2196#, c-format
fda7b092
JX
2197msgid "found %u common ancestor:"
2198msgid_plural "found %u common ancestors:"
2199msgstr[0] ""
2200msgstr[1] ""
28b3cffc 2201
abc8de64 2202#: merge-recursive.c:2149
fda7b092 2203msgid "merge returned no commit"
d07a63e4
JX
2204msgstr ""
2205
abc8de64 2206#: merge-recursive.c:2212
fda7b092
JX
2207#, c-format
2208msgid "Could not parse object '%s'"
d07a63e4
JX
2209msgstr ""
2210
abc8de64 2211#: merge-recursive.c:2228 builtin/merge.c:657 builtin/merge.c:816
fda7b092 2212msgid "Unable to write index."
dce37b66
JX
2213msgstr ""
2214
25eab542 2215#: notes-merge.c:272
fda7b092
JX
2216#, c-format
2217msgid ""
2218"You have not concluded your previous notes merge (%s exists).\n"
2219"Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
2220"commit/abort the previous merge before you start a new notes merge."
dce37b66
JX
2221msgstr ""
2222
25eab542 2223#: notes-merge.c:279
fda7b092
JX
2224#, c-format
2225msgid "You have not concluded your notes merge (%s exists)."
9fa976ff
JX
2226msgstr ""
2227
abc8de64 2228#: notes-utils.c:43
fda7b092 2229msgid "Cannot commit uninitialized/unreferenced notes tree"
2b911f81
JX
2230msgstr ""
2231
abc8de64 2232#: notes-utils.c:102
fda7b092
JX
2233#, c-format
2234msgid "Bad notes.rewriteMode value: '%s'"
dce37b66
JX
2235msgstr ""
2236
abc8de64 2237#: notes-utils.c:112
dce37b66 2238#, c-format
fda7b092 2239msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
dce37b66
JX
2240msgstr ""
2241
5b34e000
JX
2242#. TRANSLATORS: The first %s is the name of
2243#. the environment variable, the second %s is
2244#. its value.
2245#.
abc8de64 2246#: notes-utils.c:142
dce37b66 2247#, c-format
fda7b092 2248msgid "Bad %s value: '%s'"
dce37b66
JX
2249msgstr ""
2250
25eab542 2251#: object.c:239
fda7b092
JX
2252#, c-format
2253msgid "unable to parse object: %s"
dce37b66
JX
2254msgstr ""
2255
abc8de64 2256#: packfile.c:561
25eab542
JX
2257msgid "offset before end of packfile (broken .idx?)"
2258msgstr ""
2259
abc8de64 2260#: packfile.c:1694
25eab542
JX
2261#, c-format
2262msgid "offset before start of pack index for %s (corrupt index?)"
2263msgstr ""
2264
abc8de64 2265#: packfile.c:1698
25eab542
JX
2266#, c-format
2267msgid "offset beyond end of pack index for %s (truncated index?)"
2268msgstr ""
2269
abc8de64 2270#: parse-options.c:619
fda7b092 2271msgid "..."
dce37b66
JX
2272msgstr ""
2273
abc8de64 2274#: parse-options.c:638
fda7b092
JX
2275#, c-format
2276msgid "usage: %s"
dce37b66
JX
2277msgstr ""
2278
fda7b092 2279#. TRANSLATORS: the colon here should align with the
5b34e000
JX
2280#. one in "usage: %s" translation.
2281#.
abc8de64 2282#: parse-options.c:644
9fa976ff 2283#, c-format
fda7b092 2284msgid " or: %s"
9fa976ff
JX
2285msgstr ""
2286
abc8de64 2287#: parse-options.c:647
dce37b66 2288#, c-format
fda7b092 2289msgid " %s"
dce37b66
JX
2290msgstr ""
2291
abc8de64 2292#: parse-options.c:686
fda7b092 2293msgid "-NUM"
822e4a65
JX
2294msgstr ""
2295
fda7b092
JX
2296#: parse-options-cb.c:108
2297#, c-format
2298msgid "malformed object name '%s'"
822e4a65
JX
2299msgstr ""
2300
25eab542 2301#: path.c:891
822e4a65 2302#, c-format
fda7b092 2303msgid "Could not make %s writable by group"
822e4a65
JX
2304msgstr ""
2305
5b34e000 2306#: pathspec.c:129
dfc182b1
JX
2307msgid "Escape character '\\' not allowed as last character in attr value"
2308msgstr ""
2309
5b34e000 2310#: pathspec.c:147
dfc182b1
JX
2311msgid "Only one 'attr:' specification is allowed."
2312msgstr ""
2313
5b34e000 2314#: pathspec.c:150
dfc182b1
JX
2315msgid "attr spec must not be empty"
2316msgstr ""
2317
5b34e000 2318#: pathspec.c:193
dfc182b1
JX
2319#, c-format
2320msgid "invalid attribute name %s"
2321msgstr ""
2322
5b34e000 2323#: pathspec.c:258
fda7b092 2324msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
822e4a65
JX
2325msgstr ""
2326
5b34e000 2327#: pathspec.c:265
fda7b092
JX
2328msgid ""
2329"global 'literal' pathspec setting is incompatible with all other global "
2330"pathspec settings"
dce37b66
JX
2331msgstr ""
2332
5b34e000 2333#: pathspec.c:305
fda7b092 2334msgid "invalid parameter for pathspec magic 'prefix'"
dce37b66
JX
2335msgstr ""
2336
5b34e000 2337#: pathspec.c:326
dce37b66 2338#, c-format
fda7b092 2339msgid "Invalid pathspec magic '%.*s' in '%s'"
dce37b66
JX
2340msgstr ""
2341
5b34e000 2342#: pathspec.c:331
dce37b66 2343#, c-format
fda7b092 2344msgid "Missing ')' at the end of pathspec magic in '%s'"
dce37b66
JX
2345msgstr ""
2346
5b34e000 2347#: pathspec.c:369
dce37b66 2348#, c-format
fda7b092 2349msgid "Unimplemented pathspec magic '%c' in '%s'"
dce37b66
JX
2350msgstr ""
2351
5b34e000 2352#: pathspec.c:428
dce37b66 2353#, c-format
fda7b092 2354msgid "%s: 'literal' and 'glob' are incompatible"
dce37b66
JX
2355msgstr ""
2356
5b34e000 2357#: pathspec.c:441
dce37b66 2358#, c-format
fda7b092 2359msgid "%s: '%s' is outside repository"
dce37b66
JX
2360msgstr ""
2361
5b34e000 2362#: pathspec.c:515
dce37b66 2363#, c-format
673bfad0 2364msgid "'%s' (mnemonic: '%c')"
dce37b66
JX
2365msgstr ""
2366
5b34e000 2367#: pathspec.c:525
fda7b092
JX
2368#, c-format
2369msgid "%s: pathspec magic not supported by this command: %s"
dce37b66
JX
2370msgstr ""
2371
18a90722 2372#: pathspec.c:592
dce37b66 2373#, c-format
fda7b092 2374msgid "pathspec '%s' is beyond a symbolic link"
dce37b66
JX
2375msgstr ""
2376
25eab542 2377#: pretty.c:962
fda7b092 2378msgid "unable to parse --pretty format"
9fa976ff
JX
2379msgstr ""
2380
abc8de64 2381#: read-cache.c:1473
fda7b092
JX
2382#, c-format
2383msgid ""
2384"index.version set, but the value is invalid.\n"
2385"Using version %i"
9fa976ff
JX
2386msgstr ""
2387
abc8de64 2388#: read-cache.c:1483
fda7b092
JX
2389#, c-format
2390msgid ""
2391"GIT_INDEX_VERSION set, but the value is invalid.\n"
2392"Using version %i"
dce37b66
JX
2393msgstr ""
2394
abc8de64 2395#: read-cache.c:2375 sequencer.c:3248 wrapper.c:658 builtin/merge.c:1049
5b34e000
JX
2396#, c-format
2397msgid "could not close '%s'"
2398msgstr ""
2399
abc8de64 2400#: read-cache.c:2448 sequencer.c:1900 sequencer.c:2627
dfc182b1 2401#, c-format
28e1aaa4 2402msgid "could not stat '%s'"
dfc182b1
JX
2403msgstr ""
2404
abc8de64 2405#: read-cache.c:2461
dfc182b1
JX
2406#, c-format
2407msgid "unable to open git dir: %s"
2408msgstr ""
2409
abc8de64 2410#: read-cache.c:2473
dfc182b1
JX
2411#, c-format
2412msgid "unable to unlink: %s"
2413msgstr ""
2414
18a90722 2415#: refs.c:706
dce37b66 2416#, c-format
fda7b092 2417msgid "Could not open '%s' for writing"
dce37b66
JX
2418msgstr ""
2419
18a90722 2420#: refs.c:1850
28e1aaa4
JX
2421msgid "ref updates forbidden inside quarantine environment"
2422msgstr ""
2423
18a90722 2424#: refs/files-backend.c:1189
fda7b092 2425#, c-format
25eab542 2426msgid "could not remove reference %s"
dce37b66
JX
2427msgstr ""
2428
abc8de64
JX
2429#: refs/files-backend.c:1203 refs/packed-backend.c:1528
2430#: refs/packed-backend.c:1538
dce37b66 2431#, c-format
25eab542 2432msgid "could not delete reference %s: %s"
dce37b66
JX
2433msgstr ""
2434
abc8de64 2435#: refs/files-backend.c:1206 refs/packed-backend.c:1541
dce37b66 2436#, c-format
25eab542 2437msgid "could not delete references: %s"
dce37b66
JX
2438msgstr ""
2439
abc8de64 2440#: ref-filter.c:35 wt-status.c:1842
dfc182b1
JX
2441msgid "gone"
2442msgstr ""
2443
2444#: ref-filter.c:36
2445#, c-format
2446msgid "ahead %d"
2447msgstr ""
2448
2449#: ref-filter.c:37
2450#, c-format
2451msgid "behind %d"
2452msgstr ""
2453
2454#: ref-filter.c:38
2455#, c-format
2456msgid "ahead %d, behind %d"
2457msgstr ""
2458
18a90722 2459#: ref-filter.c:107
dce37b66 2460#, c-format
fda7b092 2461msgid "expected format: %%(color:<color>)"
dce37b66
JX
2462msgstr ""
2463
18a90722 2464#: ref-filter.c:109
dce37b66 2465#, c-format
fda7b092 2466msgid "unrecognized color: %%(color:%s)"
dce37b66
JX
2467msgstr ""
2468
18a90722 2469#: ref-filter.c:129
dce37b66 2470#, c-format
dfc182b1 2471msgid "Integer value expected refname:lstrip=%s"
dce37b66
JX
2472msgstr ""
2473
18a90722 2474#: ref-filter.c:133
dfc182b1
JX
2475#, c-format
2476msgid "Integer value expected refname:rstrip=%s"
2477msgstr ""
2478
18a90722 2479#: ref-filter.c:135
dfc182b1
JX
2480#, c-format
2481msgid "unrecognized %%(%s) argument: %s"
2482msgstr ""
2483
18a90722 2484#: ref-filter.c:184
dce37b66 2485#, c-format
fda7b092 2486msgid "%%(body) does not take arguments"
dce37b66
JX
2487msgstr ""
2488
18a90722 2489#: ref-filter.c:191
fda7b092
JX
2490#, c-format
2491msgid "%%(subject) does not take arguments"
dce37b66
JX
2492msgstr ""
2493
18a90722 2494#: ref-filter.c:209
673bfad0 2495#, c-format
9c07fab7 2496msgid "unknown %%(trailers) argument: %s"
673bfad0
JX
2497msgstr ""
2498
18a90722 2499#: ref-filter.c:232
fda7b092
JX
2500#, c-format
2501msgid "positive value expected contents:lines=%s"
dce37b66
JX
2502msgstr ""
2503
18a90722 2504#: ref-filter.c:234
dce37b66 2505#, c-format
fda7b092 2506msgid "unrecognized %%(contents) argument: %s"
dce37b66
JX
2507msgstr ""
2508
18a90722 2509#: ref-filter.c:247
dfc182b1
JX
2510#, c-format
2511msgid "positive value expected objectname:short=%s"
2512msgstr ""
2513
18a90722 2514#: ref-filter.c:251
fda7b092
JX
2515#, c-format
2516msgid "unrecognized %%(objectname) argument: %s"
dce37b66
JX
2517msgstr ""
2518
18a90722 2519#: ref-filter.c:278
fda7b092
JX
2520#, c-format
2521msgid "expected format: %%(align:<width>,<position>)"
dce37b66
JX
2522msgstr ""
2523
18a90722 2524#: ref-filter.c:290
fda7b092
JX
2525#, c-format
2526msgid "unrecognized position:%s"
dce37b66
JX
2527msgstr ""
2528
18a90722 2529#: ref-filter.c:294
dce37b66 2530#, c-format
fda7b092 2531msgid "unrecognized width:%s"
dce37b66
JX
2532msgstr ""
2533
18a90722 2534#: ref-filter.c:300
dce37b66 2535#, c-format
fda7b092 2536msgid "unrecognized %%(align) argument: %s"
dce37b66
JX
2537msgstr ""
2538
18a90722 2539#: ref-filter.c:304
fda7b092
JX
2540#, c-format
2541msgid "positive width expected with the %%(align) atom"
dce37b66
JX
2542msgstr ""
2543
18a90722 2544#: ref-filter.c:319
dfc182b1
JX
2545#, c-format
2546msgid "unrecognized %%(if) argument: %s"
2547msgstr ""
2548
18a90722 2549#: ref-filter.c:409
dce37b66 2550#, c-format
fda7b092 2551msgid "malformed field name: %.*s"
dce37b66
JX
2552msgstr ""
2553
18a90722 2554#: ref-filter.c:435
dce37b66 2555#, c-format
fda7b092 2556msgid "unknown field name: %.*s"
dce37b66
JX
2557msgstr ""
2558
18a90722 2559#: ref-filter.c:547
dfc182b1
JX
2560#, c-format
2561msgid "format: %%(if) atom used without a %%(then) atom"
2562msgstr ""
2563
18a90722 2564#: ref-filter.c:607
dfc182b1
JX
2565#, c-format
2566msgid "format: %%(then) atom used without an %%(if) atom"
2567msgstr ""
2568
18a90722 2569#: ref-filter.c:609
dfc182b1
JX
2570#, c-format
2571msgid "format: %%(then) atom used more than once"
2572msgstr ""
2573
18a90722 2574#: ref-filter.c:611
dfc182b1
JX
2575#, c-format
2576msgid "format: %%(then) atom used after %%(else)"
2577msgstr ""
2578
18a90722 2579#: ref-filter.c:637
dfc182b1
JX
2580#, c-format
2581msgid "format: %%(else) atom used without an %%(if) atom"
2582msgstr ""
2583
18a90722 2584#: ref-filter.c:639
dfc182b1
JX
2585#, c-format
2586msgid "format: %%(else) atom used without a %%(then) atom"
2587msgstr ""
2588
18a90722 2589#: ref-filter.c:641
dfc182b1
JX
2590#, c-format
2591msgid "format: %%(else) atom used more than once"
2592msgstr ""
2593
18a90722 2594#: ref-filter.c:654
c6bc7d43 2595#, c-format
fda7b092 2596msgid "format: %%(end) atom used without corresponding atom"
c6bc7d43
JX
2597msgstr ""
2598
18a90722 2599#: ref-filter.c:709
c6bc7d43 2600#, c-format
fda7b092 2601msgid "malformed format string %s"
c6bc7d43
JX
2602msgstr ""
2603
18a90722 2604#: ref-filter.c:1313
dfc182b1
JX
2605#, c-format
2606msgid "(no branch, rebasing %s)"
2607msgstr ""
2608
18a90722 2609#: ref-filter.c:1316
dfc182b1
JX
2610#, c-format
2611msgid "(no branch, bisect started on %s)"
dce37b66
JX
2612msgstr ""
2613
5b34e000
JX
2614#. TRANSLATORS: make sure this matches "HEAD
2615#. detached at " in wt-status.c
2616#.
18a90722 2617#: ref-filter.c:1324
9fa976ff 2618#, c-format
dfc182b1 2619msgid "(HEAD detached at %s)"
9fa976ff
JX
2620msgstr ""
2621
5b34e000
JX
2622#. TRANSLATORS: make sure this matches "HEAD
2623#. detached from " in wt-status.c
2624#.
18a90722 2625#: ref-filter.c:1331
9fa976ff 2626#, c-format
dfc182b1 2627msgid "(HEAD detached from %s)"
9fa976ff
JX
2628msgstr ""
2629
18a90722 2630#: ref-filter.c:1335
dfc182b1
JX
2631msgid "(no branch)"
2632msgstr ""
2633
abc8de64 2634#: ref-filter.c:1364
9fa976ff 2635#, c-format
fda7b092 2636msgid "missing object %s for %s"
dce37b66
JX
2637msgstr ""
2638
abc8de64 2639#: ref-filter.c:1367
64f23b0c 2640#, c-format
fda7b092 2641msgid "parse_object_buffer failed on %s for %s"
64f23b0c
JX
2642msgstr ""
2643
abc8de64 2644#: ref-filter.c:1819
f517e50d 2645#, c-format
fda7b092 2646msgid "malformed object at '%s'"
f517e50d
JX
2647msgstr ""
2648
abc8de64 2649#: ref-filter.c:1886
fda7b092
JX
2650#, c-format
2651msgid "ignoring ref with broken name %s"
f517e50d
JX
2652msgstr ""
2653
abc8de64 2654#: ref-filter.c:1891
9fa976ff 2655#, c-format
fda7b092 2656msgid "ignoring broken ref %s"
9fa976ff
JX
2657msgstr ""
2658
abc8de64 2659#: ref-filter.c:2152
fda7b092
JX
2660#, c-format
2661msgid "format: %%(end) atom missing"
9fa976ff
JX
2662msgstr ""
2663
abc8de64 2664#: ref-filter.c:2246
fda7b092
JX
2665#, c-format
2666msgid "malformed object name %s"
9fa976ff
JX
2667msgstr ""
2668
abc8de64 2669#: remote.c:795
9fa976ff 2670#, c-format
fda7b092 2671msgid "Cannot fetch both %s and %s to %s"
9fa976ff
JX
2672msgstr ""
2673
abc8de64 2674#: remote.c:799
9fa976ff 2675#, c-format
fda7b092 2676msgid "%s usually tracks %s, not %s"
9fa976ff
JX
2677msgstr ""
2678
abc8de64 2679#: remote.c:803
9fa976ff 2680#, c-format
fda7b092 2681msgid "%s tracks both %s and %s"
9fa976ff
JX
2682msgstr ""
2683
abc8de64 2684#: remote.c:811
fda7b092 2685msgid "Internal error"
f1522b27
JX
2686msgstr ""
2687
abc8de64 2688#: remote.c:1726 remote.c:1828
fda7b092 2689msgid "HEAD does not point to a branch"
f1522b27
JX
2690msgstr ""
2691
abc8de64 2692#: remote.c:1735
f1522b27 2693#, c-format
fda7b092 2694msgid "no such branch: '%s'"
f1522b27
JX
2695msgstr ""
2696
abc8de64 2697#: remote.c:1738
fda7b092
JX
2698#, c-format
2699msgid "no upstream configured for branch '%s'"
28b3cffc
JX
2700msgstr ""
2701
abc8de64 2702#: remote.c:1744
fda7b092
JX
2703#, c-format
2704msgid "upstream branch '%s' not stored as a remote-tracking branch"
727b9576
JX
2705msgstr ""
2706
abc8de64 2707#: remote.c:1759
727b9576 2708#, c-format
fda7b092 2709msgid "push destination '%s' on remote '%s' has no local tracking branch"
727b9576
JX
2710msgstr ""
2711
abc8de64 2712#: remote.c:1771
727b9576 2713#, c-format
fda7b092 2714msgid "branch '%s' has no remote for pushing"
727b9576
JX
2715msgstr ""
2716
abc8de64 2717#: remote.c:1782
727b9576 2718#, c-format
fda7b092 2719msgid "push refspecs for '%s' do not include '%s'"
727b9576
JX
2720msgstr ""
2721
abc8de64 2722#: remote.c:1795
fda7b092 2723msgid "push has no destination (push.default is 'nothing')"
727b9576
JX
2724msgstr ""
2725
abc8de64 2726#: remote.c:1817
fda7b092 2727msgid "cannot resolve 'simple' push to a single destination"
f517e50d
JX
2728msgstr ""
2729
abc8de64 2730#: remote.c:2132
f517e50d 2731#, c-format
fda7b092 2732msgid "Your branch is based on '%s', but the upstream is gone.\n"
f517e50d
JX
2733msgstr ""
2734
abc8de64 2735#: remote.c:2136
fda7b092 2736msgid " (use \"git branch --unset-upstream\" to fixup)\n"
f1522b27
JX
2737msgstr ""
2738
abc8de64 2739#: remote.c:2139
d07a63e4 2740#, c-format
25eab542 2741msgid "Your branch is up to date with '%s'.\n"
d07a63e4
JX
2742msgstr ""
2743
abc8de64
JX
2744#: remote.c:2143
2745#, c-format
2746msgid "Your branch and '%s' refer to different commits.\n"
2747msgstr ""
2748
2749#: remote.c:2146
2750#, c-format
2751msgid " (use \"%s\" for details)\n"
2752msgstr ""
2753
2754#: remote.c:2150
d07a63e4 2755#, c-format
fda7b092
JX
2756msgid "Your branch is ahead of '%s' by %d commit.\n"
2757msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
2758msgstr[0] ""
2759msgstr[1] ""
2760
abc8de64 2761#: remote.c:2156
fda7b092 2762msgid " (use \"git push\" to publish your local commits)\n"
d07a63e4
JX
2763msgstr ""
2764
abc8de64 2765#: remote.c:2159
d07a63e4 2766#, c-format
fda7b092
JX
2767msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
2768msgid_plural ""
2769"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
2770msgstr[0] ""
2771msgstr[1] ""
2772
abc8de64 2773#: remote.c:2167
fda7b092 2774msgid " (use \"git pull\" to update your local branch)\n"
d07a63e4
JX
2775msgstr ""
2776
abc8de64 2777#: remote.c:2170
d07a63e4 2778#, c-format
fda7b092
JX
2779msgid ""
2780"Your branch and '%s' have diverged,\n"
2781"and have %d and %d different commit each, respectively.\n"
2782msgid_plural ""
2783"Your branch and '%s' have diverged,\n"
2784"and have %d and %d different commits each, respectively.\n"
2785msgstr[0] ""
2786msgstr[1] ""
d07a63e4 2787
abc8de64 2788#: remote.c:2180
fda7b092 2789msgid " (use \"git pull\" to merge the remote branch into yours)\n"
d07a63e4
JX
2790msgstr ""
2791
abc8de64 2792#: revision.c:2277
fda7b092 2793msgid "your current branch appears to be broken"
9eb3984b
JX
2794msgstr ""
2795
abc8de64 2796#: revision.c:2280
9eb3984b 2797#, c-format
fda7b092 2798msgid "your current branch '%s' does not have any commits yet"
9eb3984b
JX
2799msgstr ""
2800
abc8de64 2801#: revision.c:2477
fda7b092 2802msgid "--first-parent is incompatible with --bisect"
9eb3984b
JX
2803msgstr ""
2804
abc8de64 2805#: run-command.c:731
fda7b092 2806msgid "open /dev/null failed"
9eb3984b
JX
2807msgstr ""
2808
abc8de64 2809#: run-command.c:1274
18a90722
JX
2810#, c-format
2811msgid ""
2812"The '%s' hook was ignored because it's not set as executable.\n"
2813"You can disable this warning with `git config advice.ignoredHook false`."
2814msgstr ""
2815
005c62fe 2816#: send-pack.c:141
abc8de64
JX
2817msgid "unexpected flush packet while reading remote unpack status"
2818msgstr ""
2819
2820#: send-pack.c:143
dfc182b1
JX
2821#, c-format
2822msgid "unable to parse remote unpack status: %s"
2823msgstr ""
2824
abc8de64 2825#: send-pack.c:145
dfc182b1
JX
2826#, c-format
2827msgid "remote unpack failed: %s"
2828msgstr ""
2829
abc8de64 2830#: send-pack.c:308
fda7b092 2831msgid "failed to sign the push certificate"
9fa976ff
JX
2832msgstr ""
2833
abc8de64 2834#: send-pack.c:421
fda7b092 2835msgid "the receiving end does not support --signed push"
9fa976ff
JX
2836msgstr ""
2837
abc8de64 2838#: send-pack.c:423
9fa976ff 2839msgid ""
fda7b092
JX
2840"not sending a push certificate since the receiving end does not support --"
2841"signed push"
9fa976ff
JX
2842msgstr ""
2843
abc8de64 2844#: send-pack.c:435
fda7b092 2845msgid "the receiving end does not support --atomic push"
9fa976ff
JX
2846msgstr ""
2847
abc8de64 2848#: send-pack.c:440
fda7b092 2849msgid "the receiving end does not support push options"
9fa976ff
JX
2850msgstr ""
2851
abc8de64
JX
2852#: sequencer.c:158
2853#, c-format
2854msgid "invalid commit message cleanup mode '%s'"
2855msgstr ""
2856
2857#: sequencer.c:267
fda7b092 2858msgid "revert"
df0617bf
JX
2859msgstr ""
2860
abc8de64 2861#: sequencer.c:269
fda7b092 2862msgid "cherry-pick"
f517e50d
JX
2863msgstr ""
2864
abc8de64 2865#: sequencer.c:271
673bfad0
JX
2866msgid "rebase -i"
2867msgstr ""
2868
abc8de64 2869#: sequencer.c:273
673bfad0
JX
2870#, c-format
2871msgid "Unknown action: %d"
2872msgstr ""
2873
abc8de64 2874#: sequencer.c:330
f517e50d 2875msgid ""
fda7b092
JX
2876"after resolving the conflicts, mark the corrected paths\n"
2877"with 'git add <paths>' or 'git rm <paths>'"
f517e50d
JX
2878msgstr ""
2879
abc8de64 2880#: sequencer.c:333
f517e50d 2881msgid ""
fda7b092
JX
2882"after resolving the conflicts, mark the corrected paths\n"
2883"with 'git add <paths>' or 'git rm <paths>'\n"
2884"and commit the result with 'git commit'"
f517e50d
JX
2885msgstr ""
2886
abc8de64 2887#: sequencer.c:346 sequencer.c:2245
f517e50d 2888#, c-format
fda7b092 2889msgid "could not lock '%s'"
f517e50d
JX
2890msgstr ""
2891
abc8de64
JX
2892#: sequencer.c:349 sequencer.c:2124 sequencer.c:2250 sequencer.c:2264
2893#: sequencer.c:3246 sequencer.c:3310 wrapper.c:656
f517e50d 2894#, c-format
fda7b092 2895msgid "could not write to '%s'"
f517e50d
JX
2896msgstr ""
2897
abc8de64 2898#: sequencer.c:353
f517e50d 2899#, c-format
72351d7d 2900msgid "could not write eol to '%s'"
f517e50d
JX
2901msgstr ""
2902
abc8de64 2903#: sequencer.c:356 sequencer.c:2128 sequencer.c:2252
f517e50d 2904#, c-format
abc8de64 2905msgid "failed to finalize '%s'"
f517e50d
JX
2906msgstr ""
2907
abc8de64
JX
2908#: sequencer.c:379 sequencer.c:1340 sequencer.c:2148 builtin/am.c:259
2909#: builtin/commit.c:722 builtin/merge.c:1047
f517e50d 2910#, c-format
fda7b092 2911msgid "could not read '%s'"
f517e50d
JX
2912msgstr ""
2913
abc8de64 2914#: sequencer.c:405
f517e50d 2915#, c-format
fda7b092 2916msgid "your local changes would be overwritten by %s."
f517e50d
JX
2917msgstr ""
2918
abc8de64 2919#: sequencer.c:409
fda7b092 2920msgid "commit your changes or stash them to proceed."
f517e50d
JX
2921msgstr ""
2922
abc8de64 2923#: sequencer.c:438
f517e50d 2924#, c-format
fda7b092 2925msgid "%s: fast-forward"
f517e50d
JX
2926msgstr ""
2927
673bfad0 2928#. TRANSLATORS: %s will be "revert", "cherry-pick" or
5b34e000 2929#. "rebase -i".
673bfad0 2930#.
abc8de64 2931#: sequencer.c:526
f517e50d 2932#, c-format
fda7b092 2933msgid "%s: Unable to write new index file"
f517e50d
JX
2934msgstr ""
2935
abc8de64 2936#: sequencer.c:542
005c62fe 2937msgid "could not resolve HEAD commit"
f517e50d
JX
2938msgstr ""
2939
abc8de64 2940#: sequencer.c:562
005c62fe 2941msgid "unable to update cache tree"
f517e50d
JX
2942msgstr ""
2943
abc8de64 2944#: sequencer.c:658
f517e50d
JX
2945#, c-format
2946msgid ""
fda7b092
JX
2947"you have staged changes in your working tree\n"
2948"If these changes are meant to be squashed into the previous commit, run:\n"
2949"\n"
2950" git commit --amend %s\n"
2951"\n"
2952"If they are meant to go into a new commit, run:\n"
2953"\n"
2954" git commit %s\n"
2955"\n"
2956"In both cases, once you're done, continue with:\n"
2957"\n"
2958" git rebase --continue\n"
f517e50d
JX
2959msgstr ""
2960
abc8de64
JX
2961#: sequencer.c:915
2962msgid "'prepare-commit-msg' hook failed"
2963msgstr ""
2964
2965#: sequencer.c:922
2966msgid ""
2967"Your name and email address were configured automatically based\n"
2968"on your username and hostname. Please check that they are accurate.\n"
2969"You can suppress this message by setting them explicitly. Run the\n"
2970"following command and follow the instructions in your editor to edit\n"
2971"your configuration file:\n"
2972"\n"
2973" git config --global --edit\n"
2974"\n"
2975"After doing this, you may fix the identity used for this commit with:\n"
2976"\n"
2977" git commit --amend --reset-author\n"
2978msgstr ""
2979
2980#: sequencer.c:935
2981msgid ""
2982"Your name and email address were configured automatically based\n"
2983"on your username and hostname. Please check that they are accurate.\n"
2984"You can suppress this message by setting them explicitly:\n"
2985"\n"
2986" git config --global user.name \"Your Name\"\n"
2987" git config --global user.email you@example.com\n"
2988"\n"
2989"After doing this, you may fix the identity used for this commit with:\n"
2990"\n"
2991" git commit --amend --reset-author\n"
2992msgstr ""
2993
2994#: sequencer.c:975
2995msgid "couldn't look up newly created commit"
2996msgstr ""
2997
2998#: sequencer.c:977
2999msgid "could not parse newly created commit"
3000msgstr ""
3001
3002#: sequencer.c:1023
3003msgid "unable to resolve HEAD after creating commit"
3004msgstr ""
3005
3006#: sequencer.c:1025
3007msgid "detached HEAD"
3008msgstr ""
3009
3010#: sequencer.c:1029
3011msgid " (root-commit)"
3012msgstr ""
3013
3014#: sequencer.c:1050
3015msgid "could not parse HEAD"
3016msgstr ""
3017
3018#: sequencer.c:1052
3019#, c-format
3020msgid "HEAD %s is not a commit!"
3021msgstr ""
3022
3023#: sequencer.c:1056 builtin/commit.c:1491
3024msgid "could not parse HEAD commit"
3025msgstr ""
3026
3027#: sequencer.c:1107 sequencer.c:1673
3028msgid "unable to parse commit author"
3029msgstr ""
3030
3031#: sequencer.c:1117 builtin/am.c:1630 builtin/merge.c:643
3032msgid "git write-tree failed to write a tree"
3033msgstr ""
3034
3035#: sequencer.c:1134 sequencer.c:1186
3036#, c-format
3037msgid "unable to read commit message from '%s'"
3038msgstr ""
3039
3040#: sequencer.c:1154 builtin/am.c:1650 builtin/commit.c:1594 builtin/merge.c:826
3041#: builtin/merge.c:851
3042msgid "failed to write commit object"
3043msgstr ""
3044
3045#: sequencer.c:1213
f517e50d 3046#, c-format
005c62fe 3047msgid "could not parse commit %s"
f517e50d
JX
3048msgstr ""
3049
abc8de64 3050#: sequencer.c:1218
f517e50d 3051#, c-format
005c62fe 3052msgid "could not parse parent commit %s"
f517e50d
JX
3053msgstr ""
3054
abc8de64 3055#: sequencer.c:1347
673bfad0
JX
3056#, c-format
3057msgid ""
3058"unexpected 1st line of squash message:\n"
3059"\n"
3060"\t%.*s"
3061msgstr ""
3062
abc8de64 3063#: sequencer.c:1353
673bfad0
JX
3064#, c-format
3065msgid ""
3066"invalid 1st line of squash message:\n"
3067"\n"
3068"\t%.*s"
3069msgstr ""
3070
abc8de64 3071#: sequencer.c:1359 sequencer.c:1384
673bfad0
JX
3072#, c-format
3073msgid "This is a combination of %d commits."
3074msgstr ""
3075
abc8de64 3076#: sequencer.c:1368 sequencer.c:3265
673bfad0
JX
3077msgid "need a HEAD to fixup"
3078msgstr ""
3079
abc8de64 3080#: sequencer.c:1370
673bfad0
JX
3081msgid "could not read HEAD"
3082msgstr ""
3083
abc8de64 3084#: sequencer.c:1372
673bfad0
JX
3085msgid "could not read HEAD's commit message"
3086msgstr ""
3087
abc8de64 3088#: sequencer.c:1378
673bfad0
JX
3089#, c-format
3090msgid "cannot write '%s'"
3091msgstr ""
3092
abc8de64 3093#: sequencer.c:1387 git-rebase--interactive.sh:452
673bfad0
JX
3094msgid "This is the 1st commit message:"
3095msgstr ""
3096
abc8de64 3097#: sequencer.c:1395
673bfad0
JX
3098#, c-format
3099msgid "could not read commit message of %s"
3100msgstr ""
3101
abc8de64 3102#: sequencer.c:1402
673bfad0
JX
3103#, c-format
3104msgid "This is the commit message #%d:"
3105msgstr ""
3106
abc8de64 3107#: sequencer.c:1407
673bfad0
JX
3108#, c-format
3109msgid "The commit message #%d will be skipped:"
3110msgstr ""
3111
abc8de64 3112#: sequencer.c:1412
673bfad0
JX
3113#, c-format
3114msgid "unknown command: %d"
3115msgstr ""
3116
abc8de64 3117#: sequencer.c:1479
fda7b092 3118msgid "your index file is unmerged."
f517e50d
JX
3119msgstr ""
3120
abc8de64 3121#: sequencer.c:1498
f517e50d 3122#, c-format
fda7b092 3123msgid "commit %s is a merge but no -m option was given."
f517e50d
JX
3124msgstr ""
3125
abc8de64 3126#: sequencer.c:1506
f517e50d 3127#, c-format
fda7b092 3128msgid "commit %s does not have parent %d"
f517e50d
JX
3129msgstr ""
3130
abc8de64 3131#: sequencer.c:1510
f517e50d 3132#, c-format
fda7b092 3133msgid "mainline was specified but commit %s is not a merge."
f517e50d
JX
3134msgstr ""
3135
abc8de64 3136#: sequencer.c:1516
673bfad0
JX
3137#, c-format
3138msgid "cannot get commit message for %s"
3139msgstr ""
3140
fda7b092
JX
3141#. TRANSLATORS: The first %s will be a "todo" command like
3142#. "revert" or "pick", the second %s a SHA1.
abc8de64 3143#: sequencer.c:1535
f517e50d 3144#, c-format
fda7b092 3145msgid "%s: cannot parse parent commit %s"
f517e50d
JX
3146msgstr ""
3147
abc8de64 3148#: sequencer.c:1600 sequencer.c:2397
f517e50d 3149#, c-format
673bfad0 3150msgid "could not rename '%s' to '%s'"
f517e50d
JX
3151msgstr ""
3152
abc8de64 3153#: sequencer.c:1654
f517e50d 3154#, c-format
fda7b092 3155msgid "could not revert %s... %s"
f517e50d
JX
3156msgstr ""
3157
abc8de64 3158#: sequencer.c:1655
fda7b092
JX
3159#, c-format
3160msgid "could not apply %s... %s"
5e078fcd
JX
3161msgstr ""
3162
abc8de64 3163#: sequencer.c:1702
fda7b092 3164msgid "empty commit set passed"
727b9576
JX
3165msgstr ""
3166
abc8de64 3167#: sequencer.c:1712
727b9576 3168#, c-format
fda7b092 3169msgid "git %s: failed to read the index"
727b9576
JX
3170msgstr ""
3171
abc8de64 3172#: sequencer.c:1718
fda7b092
JX
3173#, c-format
3174msgid "git %s: failed to refresh the index"
727b9576
JX
3175msgstr ""
3176
abc8de64 3177#: sequencer.c:1792
005c62fe
JX
3178#, c-format
3179msgid "%s does not accept arguments: '%s'"
3180msgstr ""
3181
abc8de64 3182#: sequencer.c:1801
005c62fe
JX
3183#, c-format
3184msgid "missing arguments for %s"
3185msgstr ""
3186
abc8de64 3187#: sequencer.c:1844
fda7b092
JX
3188#, c-format
3189msgid "invalid line %d: %.*s"
727b9576
JX
3190msgstr ""
3191
abc8de64 3192#: sequencer.c:1852
673bfad0
JX
3193#, c-format
3194msgid "cannot '%s' without a previous commit"
727b9576
JX
3195msgstr ""
3196
abc8de64 3197#: sequencer.c:1883 sequencer.c:3056 sequencer.c:3091
fda7b092
JX
3198#, c-format
3199msgid "could not read '%s'."
727b9576
JX
3200msgstr ""
3201
abc8de64 3202#: sequencer.c:1906
673bfad0
JX
3203msgid "please fix this using 'git rebase --edit-todo'."
3204msgstr ""
3205
abc8de64 3206#: sequencer.c:1908
fda7b092
JX
3207#, c-format
3208msgid "unusable instruction sheet: '%s'"
3209msgstr ""
3210
abc8de64 3211#: sequencer.c:1913
673bfad0
JX
3212msgid "no commits parsed."
3213msgstr ""
3214
abc8de64 3215#: sequencer.c:1924
fda7b092 3216msgid "cannot cherry-pick during a revert."
727b9576
JX
3217msgstr ""
3218
abc8de64 3219#: sequencer.c:1926
fda7b092 3220msgid "cannot revert during a cherry-pick."
9fa976ff
JX
3221msgstr ""
3222
abc8de64 3223#: sequencer.c:1993
df0617bf 3224#, c-format
fda7b092 3225msgid "invalid key: %s"
df0617bf
JX
3226msgstr ""
3227
abc8de64 3228#: sequencer.c:1996
df0617bf 3229#, c-format
fda7b092 3230msgid "invalid value for %s: %s"
df0617bf
JX
3231msgstr ""
3232
abc8de64 3233#: sequencer.c:2062
df0617bf 3234#, c-format
fda7b092 3235msgid "malformed options sheet: '%s'"
df0617bf
JX
3236msgstr ""
3237
abc8de64 3238#: sequencer.c:2100
fda7b092 3239msgid "a cherry-pick or revert is already in progress"
46bc4039
JX
3240msgstr ""
3241
abc8de64 3242#: sequencer.c:2101
fda7b092 3243msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
d07a63e4
JX
3244msgstr ""
3245
abc8de64 3246#: sequencer.c:2104
64f23b0c 3247#, c-format
fda7b092 3248msgid "could not create sequencer directory '%s'"
64f23b0c
JX
3249msgstr ""
3250
abc8de64 3251#: sequencer.c:2118
fda7b092 3252msgid "could not lock HEAD"
64f23b0c
JX
3253msgstr ""
3254
abc8de64 3255#: sequencer.c:2173 sequencer.c:2761
fda7b092 3256msgid "no cherry-pick or revert in progress"
dce37b66
JX
3257msgstr ""
3258
abc8de64 3259#: sequencer.c:2175
fda7b092 3260msgid "cannot resolve HEAD"
dce37b66
JX
3261msgstr ""
3262
abc8de64 3263#: sequencer.c:2177 sequencer.c:2212
fda7b092 3264msgid "cannot abort from a branch yet to be born"
dce37b66
JX
3265msgstr ""
3266
abc8de64 3267#: sequencer.c:2198 builtin/grep.c:720
fda7b092
JX
3268#, c-format
3269msgid "cannot open '%s'"
11b90174
JX
3270msgstr ""
3271
abc8de64 3272#: sequencer.c:2200
fda7b092
JX
3273#, c-format
3274msgid "cannot read '%s': %s"
dce37b66
JX
3275msgstr ""
3276
abc8de64 3277#: sequencer.c:2201
fda7b092 3278msgid "unexpected end of file"
11b90174
JX
3279msgstr ""
3280
abc8de64 3281#: sequencer.c:2207
fda7b092
JX
3282#, c-format
3283msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
dce37b66
JX
3284msgstr ""
3285
abc8de64 3286#: sequencer.c:2218
673bfad0
JX
3287msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
3288msgstr ""
3289
abc8de64
JX
3290#: sequencer.c:2324 sequencer.c:2679
3291#, c-format
3292msgid "could not update %s"
3293msgstr ""
3294
3295#: sequencer.c:2362 sequencer.c:2659
673bfad0
JX
3296msgid "cannot read HEAD"
3297msgstr ""
3298
abc8de64 3299#: sequencer.c:2402 builtin/difftool.c:639
673bfad0
JX
3300#, c-format
3301msgid "could not copy '%s' to '%s'"
3302msgstr ""
3303
abc8de64 3304#: sequencer.c:2421
673bfad0
JX
3305msgid "could not read index"
3306msgstr ""
3307
abc8de64 3308#: sequencer.c:2426
673bfad0
JX
3309#, c-format
3310msgid ""
3311"execution failed: %s\n"
3312"%sYou can fix the problem, and then run\n"
3313"\n"
3314" git rebase --continue\n"
3315"\n"
3316msgstr ""
3317
abc8de64 3318#: sequencer.c:2432
673bfad0
JX
3319msgid "and made changes to the index and/or the working tree\n"
3320msgstr ""
3321
abc8de64 3322#: sequencer.c:2438
673bfad0
JX
3323#, c-format
3324msgid ""
3325"execution succeeded: %s\n"
3326"but left changes to the index and/or the working tree\n"
3327"Commit or stash your changes, and then run\n"
3328"\n"
3329" git rebase --continue\n"
3330"\n"
3331msgstr ""
3332
abc8de64 3333#: sequencer.c:2497
673bfad0 3334#, c-format
5b34e000 3335msgid "Applied autostash.\n"
673bfad0
JX
3336msgstr ""
3337
abc8de64 3338#: sequencer.c:2509
673bfad0
JX
3339#, c-format
3340msgid "cannot store %s"
3341msgstr ""
3342
abc8de64 3343#: sequencer.c:2512 git-rebase.sh:178
673bfad0
JX
3344#, c-format
3345msgid ""
3346"Applying autostash resulted in conflicts.\n"
3347"Your changes are safe in the stash.\n"
3348"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
3349msgstr ""
3350
abc8de64 3351#: sequencer.c:2595
673bfad0 3352#, c-format
dfc182b1 3353msgid "Stopped at %s... %.*s\n"
673bfad0
JX
3354msgstr ""
3355
abc8de64 3356#: sequencer.c:2637
673bfad0
JX
3357#, c-format
3358msgid "unknown command %d"
3359msgstr ""
3360
abc8de64 3361#: sequencer.c:2667
673bfad0
JX
3362msgid "could not read orig-head"
3363msgstr ""
3364
abc8de64 3365#: sequencer.c:2672 sequencer.c:3262
673bfad0
JX
3366msgid "could not read 'onto'"
3367msgstr ""
3368
abc8de64 3369#: sequencer.c:2686
673bfad0
JX
3370#, c-format
3371msgid "could not update HEAD to %s"
3372msgstr ""
3373
abc8de64 3374#: sequencer.c:2770
673bfad0
JX
3375msgid "cannot rebase: You have unstaged changes."
3376msgstr ""
3377
abc8de64 3378#: sequencer.c:2775
673bfad0
JX
3379msgid "could not remove CHERRY_PICK_HEAD"
3380msgstr ""
3381
abc8de64 3382#: sequencer.c:2784
673bfad0
JX
3383msgid "cannot amend non-existing commit"
3384msgstr ""
3385
abc8de64 3386#: sequencer.c:2786
673bfad0
JX
3387#, c-format
3388msgid "invalid file: '%s'"
3389msgstr ""
3390
abc8de64 3391#: sequencer.c:2788
673bfad0
JX
3392#, c-format
3393msgid "invalid contents: '%s'"
3394msgstr ""
3395
abc8de64 3396#: sequencer.c:2791
673bfad0
JX
3397msgid ""
3398"\n"
3399"You have uncommitted changes in your working tree. Please, commit them\n"
3400"first and then run 'git rebase --continue' again."
3401msgstr ""
3402
abc8de64 3403#: sequencer.c:2801
673bfad0
JX
3404msgid "could not commit staged changes."
3405msgstr ""
3406
abc8de64 3407#: sequencer.c:2881
fda7b092
JX
3408#, c-format
3409msgid "%s: can't cherry-pick a %s"
dce37b66
JX
3410msgstr ""
3411
abc8de64 3412#: sequencer.c:2885
fda7b092
JX
3413#, c-format
3414msgid "%s: bad revision"
dce37b66
JX
3415msgstr ""
3416
abc8de64 3417#: sequencer.c:2918
fda7b092 3418msgid "can't revert as initial commit"
dce37b66
JX
3419msgstr ""
3420
abc8de64 3421#: sequencer.c:3023
25eab542
JX
3422msgid "make_script: unhandled options"
3423msgstr ""
3424
abc8de64 3425#: sequencer.c:3026
25eab542
JX
3426msgid "make_script: error preparing revisions"
3427msgstr ""
3428
abc8de64 3429#: sequencer.c:3060 sequencer.c:3095
25eab542
JX
3430#, c-format
3431msgid "unusable todo list: '%s'"
3432msgstr ""
3433
abc8de64 3434#: sequencer.c:3146
25eab542 3435#, c-format
9c07fab7
JX
3436msgid ""
3437"unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."
25eab542
JX
3438msgstr ""
3439
abc8de64 3440#: sequencer.c:3212
25eab542
JX
3441#, c-format
3442msgid ""
3443"Warning: some commits may have been dropped accidentally.\n"
3444"Dropped commits (newer to older):\n"
3445msgstr ""
3446
abc8de64 3447#: sequencer.c:3219
25eab542
JX
3448#, c-format
3449msgid ""
3450"To avoid this message, use \"drop\" to explicitly remove a commit.\n"
3451"\n"
3452"Use 'git config rebase.missingCommitsCheck' to change the level of "
3453"warnings.\n"
3454"The possible behaviours are: ignore, warn, error.\n"
3455"\n"
3456msgstr ""
3457
abc8de64 3458#: sequencer.c:3231
25eab542
JX
3459#, c-format
3460msgid ""
3461"You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
3462"continue'.\n"
3463"Or you can abort the rebase with 'git rebase --abort'.\n"
3464msgstr ""
3465
abc8de64 3466#: sequencer.c:3244 sequencer.c:3304 wrapper.c:225 wrapper.c:395
18a90722 3467#: builtin/am.c:779
25eab542
JX
3468#, c-format
3469msgid "could not open '%s' for writing"
3470msgstr ""
3471
abc8de64 3472#: sequencer.c:3285
25eab542 3473#, c-format
18a90722 3474msgid "could not parse commit '%s'"
25eab542
JX
3475msgstr ""
3476
abc8de64 3477#: sequencer.c:3401
25eab542
JX
3478msgid "the script was already rearranged."
3479msgstr ""
3480
abc8de64
JX
3481#: setup.c:122
3482#, c-format
3483msgid "'%s' is outside repository"
3484msgstr ""
3485
5b34e000 3486#: setup.c:171
fda7b092 3487#, c-format
dce37b66 3488msgid ""
fda7b092
JX
3489"%s: no such path in the working tree.\n"
3490"Use 'git <command> -- <path>...' to specify paths that do not exist locally."
dce37b66
JX
3491msgstr ""
3492
5b34e000 3493#: setup.c:184
fda7b092
JX
3494#, c-format
3495msgid ""
3496"ambiguous argument '%s': unknown revision or path not in the working tree.\n"
3497"Use '--' to separate paths from revisions, like this:\n"
3498"'git <command> [<revision>...] -- [<file>...]'"
dce37b66
JX
3499msgstr ""
3500
abc8de64
JX
3501#: setup.c:233
3502#, c-format
3503msgid "option '%s' must come before non-option arguments"
3504msgstr ""
3505
5b34e000 3506#: setup.c:252
dce37b66 3507#, c-format
fda7b092
JX
3508msgid ""
3509"ambiguous argument '%s': both revision and filename\n"
3510"Use '--' to separate paths from revisions, like this:\n"
3511"'git <command> [<revision>...] -- [<file>...]'"
dce37b66
JX
3512msgstr ""
3513
abc8de64
JX
3514#: setup.c:388
3515msgid "unable to set up work tree using invalid config"
3516msgstr ""
3517
3518#: setup.c:395
3519msgid "this operation must be run in a work tree"
3520msgstr ""
3521
3522#: setup.c:506
fda7b092
JX
3523#, c-format
3524msgid "Expected git repo version <= %d, found %d"
dce37b66
JX
3525msgstr ""
3526
abc8de64 3527#: setup.c:514
fda7b092 3528msgid "unknown repository extensions found:"
dce37b66
JX
3529msgstr ""
3530
abc8de64 3531#: setup.c:533
fda7b092 3532#, c-format
abc8de64 3533msgid "error opening '%s'"
dce37b66
JX
3534msgstr ""
3535
abc8de64
JX
3536#: setup.c:535
3537#, c-format
3538msgid "too large to be a .git file: '%s'"
3539msgstr ""
3540
3541#: setup.c:537
3542#, c-format
3543msgid "error reading %s"
3544msgstr ""
3545
3546#: setup.c:539
3547#, c-format
3548msgid "invalid gitfile format: %s"
3549msgstr ""
3550
3551#: setup.c:541
3552#, c-format
3553msgid "no path in gitfile: %s"
3554msgstr ""
3555
3556#: setup.c:543
3557#, c-format
3558msgid "not a git repository: %s"
3559msgstr ""
3560
3561#: setup.c:642
3562#, c-format
3563msgid "'$%s' too big"
3564msgstr ""
3565
3566#: setup.c:656
3567#, c-format
3568msgid "not a git repository: '%s'"
3569msgstr ""
3570
3571#: setup.c:685 setup.c:687 setup.c:718
3572#, c-format
3573msgid "cannot chdir to '%s'"
3574msgstr ""
3575
3576#: setup.c:690 setup.c:746 setup.c:756 setup.c:795 setup.c:803 setup.c:818
3577msgid "cannot come back to cwd"
3578msgstr ""
3579
3580#: setup.c:816
3581#, c-format
3582msgid "not a git repository (or any of the parent directories): %s"
3583msgstr ""
3584
3585#: setup.c:827
3586#, c-format
3587msgid "failed to stat '%*s%s%s'"
dce37b66
JX
3588msgstr ""
3589
abc8de64 3590#: setup.c:1057
fda7b092 3591msgid "Unable to read current working directory"
dce37b66
JX
3592msgstr ""
3593
abc8de64 3594#: setup.c:1069 setup.c:1075
fda7b092 3595#, c-format
abc8de64 3596msgid "cannot change to '%s'"
dce37b66
JX
3597msgstr ""
3598
abc8de64 3599#: setup.c:1088
fda7b092 3600#, c-format
dfc182b1 3601msgid ""
abc8de64 3602"not a git repository (or any parent up to mount point %s)\n"
dfc182b1 3603"Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
dce37b66
JX
3604msgstr ""
3605
abc8de64 3606#: setup.c:1172
fda7b092
JX
3607#, c-format
3608msgid ""
abc8de64 3609"problem with core.sharedRepository filemode value (0%.3o).\n"
fda7b092 3610"The owner of files must always have read and write permissions."
5e078fcd
JX
3611msgstr ""
3612
abc8de64
JX
3613#: setup.c:1215
3614msgid "open /dev/null or dup failed"
3615msgstr ""
3616
3617#: setup.c:1230
3618msgid "fork failed"
3619msgstr ""
3620
3621#: setup.c:1235
3622msgid "setsid failed"
3623msgstr ""
3624
3625#: sha1_file.c:592
fda7b092
JX
3626#, c-format
3627msgid "path '%s' does not exist"
5e078fcd
JX
3628msgstr ""
3629
abc8de64 3630#: sha1_file.c:618
fda7b092
JX
3631#, c-format
3632msgid "reference repository '%s' as a linked checkout is not supported yet."
dce37b66
JX
3633msgstr ""
3634
abc8de64 3635#: sha1_file.c:624
fda7b092
JX
3636#, c-format
3637msgid "reference repository '%s' is not a local repository."
dce37b66
JX
3638msgstr ""
3639
abc8de64 3640#: sha1_file.c:630
fda7b092
JX
3641#, c-format
3642msgid "reference repository '%s' is shallow"
dce37b66
JX
3643msgstr ""
3644
abc8de64 3645#: sha1_file.c:638
fda7b092
JX
3646#, c-format
3647msgid "reference repository '%s' is grafted"
dce37b66
JX
3648msgstr ""
3649
18a90722 3650#: sha1_name.c:422
fda7b092
JX
3651#, c-format
3652msgid "short SHA1 %s is ambiguous"
dce37b66
JX
3653msgstr ""
3654
18a90722 3655#: sha1_name.c:433
fda7b092 3656msgid "The candidates are:"
dce37b66
JX
3657msgstr ""
3658
18a90722 3659#: sha1_name.c:693
fda7b092
JX
3660msgid ""
3661"Git normally never creates a ref that ends with 40 hex characters\n"
3662"because it will be ignored when you just specify 40-hex. These refs\n"
3663"may be created by mistake. For example,\n"
3664"\n"
3665" git checkout -b $br $(git rev-parse ...)\n"
3666"\n"
3667"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
3668"examine these refs and maybe delete them. Turn this message off by\n"
3669"running \"git config advice.objectNameWarning false\""
727b9576
JX
3670msgstr ""
3671
18a90722 3672#: submodule.c:96 submodule.c:130
fda7b092 3673msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
727b9576
JX
3674msgstr ""
3675
18a90722 3676#: submodule.c:100 submodule.c:134
fda7b092
JX
3677#, c-format
3678msgid "Could not find section in .gitmodules where path=%s"
df49095a
JX
3679msgstr ""
3680
18a90722 3681#: submodule.c:108
fda7b092
JX
3682#, c-format
3683msgid "Could not update .gitmodules entry %s"
11b90174
JX
3684msgstr ""
3685
18a90722 3686#: submodule.c:141
fda7b092
JX
3687#, c-format
3688msgid "Could not remove .gitmodules entry for %s"
11b90174
JX
3689msgstr ""
3690
18a90722 3691#: submodule.c:152
fda7b092 3692msgid "staging updated .gitmodules failed"
9fa976ff
JX
3693msgstr ""
3694
18a90722 3695#: submodule.c:312
5b34e000
JX
3696#, c-format
3697msgid "in unpopulated submodule '%s'"
3698msgstr ""
3699
18a90722 3700#: submodule.c:343
5b34e000
JX
3701#, c-format
3702msgid "Pathspec '%s' is in submodule '%.*s'"
3703msgstr ""
3704
18a90722 3705#: submodule.c:833
25eab542
JX
3706#, c-format
3707msgid "submodule entry '%s' (%s) is a %s, not a commit"
3708msgstr ""
3709
abc8de64 3710#: submodule.c:1065 builtin/branch.c:648 builtin/submodule--helper.c:1724
25eab542
JX
3711msgid "Failed to resolve HEAD as a valid ref."
3712msgstr ""
3713
18a90722 3714#: submodule.c:1370
673bfad0 3715#, c-format
dfc182b1 3716msgid "'%s' not recognized as a git repository"
673bfad0
JX
3717msgstr ""
3718
18a90722 3719#: submodule.c:1508
673bfad0 3720#, c-format
dfc182b1 3721msgid "could not start 'git status' in submodule '%s'"
673bfad0
JX
3722msgstr ""
3723
18a90722 3724#: submodule.c:1521
dfc182b1
JX
3725#, c-format
3726msgid "could not run 'git status' in submodule '%s'"
3727msgstr ""
3728
18a90722 3729#: submodule.c:1614
dfc182b1
JX
3730#, c-format
3731msgid "submodule '%s' has dirty index"
3732msgstr ""
3733
abc8de64 3734#: submodule.c:1878
673bfad0
JX
3735#, c-format
3736msgid ""
3737"relocate_gitdir for submodule '%s' with more than one worktree not supported"
3738msgstr ""
3739
abc8de64 3740#: submodule.c:1890 submodule.c:1946
673bfad0
JX
3741#, c-format
3742msgid "could not lookup name for submodule '%s'"
3743msgstr ""
3744
abc8de64
JX
3745#: submodule.c:1894 builtin/submodule--helper.c:1246
3746#: builtin/submodule--helper.c:1256
673bfad0
JX
3747#, c-format
3748msgid "could not create directory '%s'"
3749msgstr ""
3750
abc8de64 3751#: submodule.c:1897
673bfad0
JX
3752#, c-format
3753msgid ""
3754"Migrating git directory of '%s%s' from\n"
3755"'%s' to\n"
3756"'%s'\n"
3757msgstr ""
3758
abc8de64 3759#: submodule.c:1981
673bfad0
JX
3760#, c-format
3761msgid "could not recurse into submodule '%s'"
3762msgstr ""
3763
abc8de64 3764#: submodule.c:2025
dfc182b1
JX
3765msgid "could not start ls-files in .."
3766msgstr ""
3767
abc8de64 3768#: submodule.c:2045
dfc182b1
JX
3769msgid "BUG: returned path string doesn't match cwd?"
3770msgstr ""
3771
abc8de64 3772#: submodule.c:2064
dfc182b1
JX
3773#, c-format
3774msgid "ls-tree returned unexpected return code %d"
3775msgstr ""
3776
25eab542
JX
3777#: submodule-config.c:263
3778msgid "negative values not allowed for submodule.fetchjobs"
3779msgstr ""
3780
3781#: submodule-config.c:436
fda7b092
JX
3782#, c-format
3783msgid "invalid value for %s"
11b90174
JX
3784msgstr ""
3785
25eab542 3786#: trailer.c:238
fda7b092
JX
3787#, c-format
3788msgid "running trailer command '%s' failed"
11b90174
JX
3789msgstr ""
3790
25eab542
JX
3791#: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:553
3792#: trailer.c:557
fda7b092
JX
3793#, c-format
3794msgid "unknown value '%s' for key '%s'"
11b90174
JX
3795msgstr ""
3796
25eab542 3797#: trailer.c:539 trailer.c:544 builtin/remote.c:290
fda7b092
JX
3798#, c-format
3799msgid "more than one %s"
11b90174
JX
3800msgstr ""
3801
25eab542 3802#: trailer.c:730
fda7b092
JX
3803#, c-format
3804msgid "empty trailer token in trailer '%.*s'"
11b90174
JX
3805msgstr ""
3806
25eab542 3807#: trailer.c:750
fda7b092
JX
3808#, c-format
3809msgid "could not read input file '%s'"
11b90174
JX
3810msgstr ""
3811
25eab542 3812#: trailer.c:753
fda7b092 3813msgid "could not read from stdin"
df0617bf
JX
3814msgstr ""
3815
25eab542 3816#: trailer.c:1008 builtin/am.c:46
df0617bf 3817#, c-format
fda7b092
JX
3818msgid "could not stat %s"
3819msgstr ""
df0617bf 3820
25eab542 3821#: trailer.c:1010
df0617bf 3822#, c-format
fda7b092 3823msgid "file %s is not a regular file"
df0617bf
JX
3824msgstr ""
3825
25eab542 3826#: trailer.c:1012
fda7b092
JX
3827#, c-format
3828msgid "file %s is not writable by user"
3829msgstr ""
3830
25eab542 3831#: trailer.c:1024
fda7b092 3832msgid "could not open temporary file"
df0617bf
JX
3833msgstr ""
3834
25eab542 3835#: trailer.c:1064
df0617bf 3836#, c-format
fda7b092
JX
3837msgid "could not rename temporary file to %s"
3838msgstr ""
df0617bf 3839
18a90722 3840#: transport.c:63
fda7b092
JX
3841#, c-format
3842msgid "Would set upstream of '%s' to '%s' of '%s'\n"
df0617bf
JX
3843msgstr ""
3844
18a90722 3845#: transport.c:152
235537a0 3846#, c-format
fda7b092 3847msgid "transport: invalid depth option '%s'"
235537a0
JX
3848msgstr ""
3849
abc8de64 3850#: transport.c:916
fda7b092
JX
3851#, c-format
3852msgid ""
3853"The following submodule paths contain changes that can\n"
3854"not be found on any remote:\n"
11b90174
JX
3855msgstr ""
3856
abc8de64 3857#: transport.c:920
fda7b092
JX
3858#, c-format
3859msgid ""
3860"\n"
3861"Please try\n"
3862"\n"
3863"\tgit push --recurse-submodules=on-demand\n"
3864"\n"
3865"or cd to the path and use\n"
3866"\n"
3867"\tgit push\n"
3868"\n"
3869"to push them to a remote.\n"
3870"\n"
11b90174
JX
3871msgstr ""
3872
abc8de64 3873#: transport.c:928
fda7b092 3874msgid "Aborting."
11b90174
JX
3875msgstr ""
3876
abc8de64 3877#: transport-helper.c:1079
fda7b092
JX
3878#, c-format
3879msgid "Could not read ref %s"
11b90174
JX
3880msgstr ""
3881
fda7b092
JX
3882#: tree-walk.c:31
3883msgid "too-short tree object"
11b90174
JX
3884msgstr ""
3885
fda7b092
JX
3886#: tree-walk.c:37
3887msgid "malformed mode in tree entry"
235537a0
JX
3888msgstr ""
3889
fda7b092
JX
3890#: tree-walk.c:41
3891msgid "empty filename in tree entry"
11b90174
JX
3892msgstr ""
3893
25eab542 3894#: tree-walk.c:114
fda7b092 3895msgid "too-short tree file"
11b90174
JX
3896msgstr ""
3897
abc8de64 3898#: unpack-trees.c:108
235537a0 3899#, c-format
fda7b092
JX
3900msgid ""
3901"Your local changes to the following files would be overwritten by checkout:\n"
3902"%%sPlease commit your changes or stash them before you switch branches."
235537a0
JX
3903msgstr ""
3904
abc8de64 3905#: unpack-trees.c:110
fda7b092
JX
3906#, c-format
3907msgid ""
3908"Your local changes to the following files would be overwritten by checkout:\n"
3909"%%s"
11b90174
JX
3910msgstr ""
3911
abc8de64 3912#: unpack-trees.c:113
fda7b092
JX
3913#, c-format
3914msgid ""
3915"Your local changes to the following files would be overwritten by merge:\n"
3916"%%sPlease commit your changes or stash them before you merge."
3917msgstr ""
3918
abc8de64 3919#: unpack-trees.c:115
fda7b092
JX
3920#, c-format
3921msgid ""
3922"Your local changes to the following files would be overwritten by merge:\n"
3923"%%s"
11b90174
JX
3924msgstr ""
3925
abc8de64 3926#: unpack-trees.c:118
fda7b092 3927#, c-format
11b90174 3928msgid ""
fda7b092
JX
3929"Your local changes to the following files would be overwritten by %s:\n"
3930"%%sPlease commit your changes or stash them before you %s."
11b90174
JX
3931msgstr ""
3932
abc8de64 3933#: unpack-trees.c:120
727b9576 3934#, c-format
fda7b092
JX
3935msgid ""
3936"Your local changes to the following files would be overwritten by %s:\n"
3937"%%s"
11b90174
JX
3938msgstr ""
3939
abc8de64 3940#: unpack-trees.c:125
fda7b092
JX
3941#, c-format
3942msgid ""
673bfad0 3943"Updating the following directories would lose untracked files in them:\n"
fda7b092 3944"%s"
28b3cffc
JX
3945msgstr ""
3946
abc8de64 3947#: unpack-trees.c:129
fda7b092
JX
3948#, c-format
3949msgid ""
3950"The following untracked working tree files would be removed by checkout:\n"
3951"%%sPlease move or remove them before you switch branches."
28b3cffc
JX
3952msgstr ""
3953
abc8de64 3954#: unpack-trees.c:131
fda7b092
JX
3955#, c-format
3956msgid ""
3957"The following untracked working tree files would be removed by checkout:\n"
3958"%%s"
11b90174
JX
3959msgstr ""
3960
abc8de64 3961#: unpack-trees.c:134
235537a0 3962#, c-format
fda7b092
JX
3963msgid ""
3964"The following untracked working tree files would be removed by merge:\n"
3965"%%sPlease move or remove them before you merge."
c138af56
JX
3966msgstr ""
3967
abc8de64 3968#: unpack-trees.c:136
fda7b092
JX
3969#, c-format
3970msgid ""
3971"The following untracked working tree files would be removed by merge:\n"
3972"%%s"
235537a0
JX
3973msgstr ""
3974
abc8de64 3975#: unpack-trees.c:139
fda7b092
JX
3976#, c-format
3977msgid ""
3978"The following untracked working tree files would be removed by %s:\n"
3979"%%sPlease move or remove them before you %s."
c138af56
JX
3980msgstr ""
3981
abc8de64 3982#: unpack-trees.c:141
fda7b092
JX
3983#, c-format
3984msgid ""
3985"The following untracked working tree files would be removed by %s:\n"
3986"%%s"
c138af56
JX
3987msgstr ""
3988
abc8de64 3989#: unpack-trees.c:146
c138af56 3990#, c-format
fda7b092
JX
3991msgid ""
3992"The following untracked working tree files would be overwritten by "
3993"checkout:\n"
3994"%%sPlease move or remove them before you switch branches."
c138af56
JX
3995msgstr ""
3996
abc8de64 3997#: unpack-trees.c:148
fda7b092
JX
3998#, c-format
3999msgid ""
4000"The following untracked working tree files would be overwritten by "
4001"checkout:\n"
4002"%%s"
11b90174
JX
4003msgstr ""
4004
abc8de64 4005#: unpack-trees.c:151
fda7b092
JX
4006#, c-format
4007msgid ""
4008"The following untracked working tree files would be overwritten by merge:\n"
4009"%%sPlease move or remove them before you merge."
11b90174
JX
4010msgstr ""
4011
abc8de64 4012#: unpack-trees.c:153
fda7b092
JX
4013#, c-format
4014msgid ""
4015"The following untracked working tree files would be overwritten by merge:\n"
4016"%%s"
dce37b66
JX
4017msgstr ""
4018
abc8de64 4019#: unpack-trees.c:156
fda7b092
JX
4020#, c-format
4021msgid ""
4022"The following untracked working tree files would be overwritten by %s:\n"
4023"%%sPlease move or remove them before you %s."
df0617bf
JX
4024msgstr ""
4025
abc8de64 4026#: unpack-trees.c:158
fda7b092
JX
4027#, c-format
4028msgid ""
4029"The following untracked working tree files would be overwritten by %s:\n"
4030"%%s"
28b3cffc
JX
4031msgstr ""
4032
abc8de64 4033#: unpack-trees.c:165
fda7b092
JX
4034#, c-format
4035msgid "Entry '%s' overlaps with '%s'. Cannot bind."
c138af56
JX
4036msgstr ""
4037
abc8de64 4038#: unpack-trees.c:168
fda7b092
JX
4039#, c-format
4040msgid ""
25eab542 4041"Cannot update sparse checkout: the following entries are not up to date:\n"
fda7b092 4042"%s"
c138af56
JX
4043msgstr ""
4044
abc8de64 4045#: unpack-trees.c:170
fda7b092
JX
4046#, c-format
4047msgid ""
4048"The following working tree files would be overwritten by sparse checkout "
4049"update:\n"
4050"%s"
dce37b66
JX
4051msgstr ""
4052
abc8de64 4053#: unpack-trees.c:172
fda7b092
JX
4054#, c-format
4055msgid ""
4056"The following working tree files would be removed by sparse checkout "
4057"update:\n"
4058"%s"
dce37b66
JX
4059msgstr ""
4060
abc8de64 4061#: unpack-trees.c:174
dfc182b1
JX
4062#, c-format
4063msgid ""
4064"Cannot update submodule:\n"
4065"%s"
4066msgstr ""
4067
abc8de64 4068#: unpack-trees.c:251
fda7b092
JX
4069#, c-format
4070msgid "Aborting\n"
dce37b66
JX
4071msgstr ""
4072
abc8de64 4073#: unpack-trees.c:333
fda7b092 4074msgid "Checking out files"
dce37b66
JX
4075msgstr ""
4076
dfc182b1 4077#: urlmatch.c:163
fda7b092 4078msgid "invalid URL scheme name or missing '://' suffix"
c138af56
JX
4079msgstr ""
4080
dfc182b1 4081#: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
dce37b66 4082#, c-format
fda7b092 4083msgid "invalid %XX escape sequence"
dce37b66
JX
4084msgstr ""
4085
dfc182b1 4086#: urlmatch.c:215
fda7b092 4087msgid "missing host and scheme is not 'file:'"
dce37b66
JX
4088msgstr ""
4089
dfc182b1 4090#: urlmatch.c:232
fda7b092 4091msgid "a 'file:' URL may not have a port number"
dce37b66
JX
4092msgstr ""
4093
dfc182b1 4094#: urlmatch.c:247
fda7b092 4095msgid "invalid characters in host name"
dce37b66
JX
4096msgstr ""
4097
dfc182b1 4098#: urlmatch.c:292 urlmatch.c:303
fda7b092 4099msgid "invalid port number"
dce37b66
JX
4100msgstr ""
4101
dfc182b1 4102#: urlmatch.c:371
fda7b092 4103msgid "invalid '..' path segment"
dce37b66
JX
4104msgstr ""
4105
abc8de64 4106#: worktree.c:245 builtin/am.c:2147
cc76011e 4107#, c-format
fda7b092 4108msgid "failed to read '%s'"
dce37b66
JX
4109msgstr ""
4110
abc8de64
JX
4111#: worktree.c:291
4112#, c-format
4113msgid "'%s' at main working tree is not the repository directory"
4114msgstr ""
4115
4116#: worktree.c:302
4117#, c-format
4118msgid "'%s' file does not contain absolute path to the working tree location"
4119msgstr ""
4120
4121#: worktree.c:314
4122#, c-format
4123msgid "'%s' does not exist"
4124msgstr ""
4125
4126#: worktree.c:320
4127#, c-format
4128msgid "'%s' is not a .git file, error code %d"
4129msgstr ""
4130
4131#: worktree.c:328
4132#, c-format
4133msgid "'%s' does not point back to '%s'"
4134msgstr ""
4135
5b34e000 4136#: wrapper.c:223 wrapper.c:393
dce37b66 4137#, c-format
fda7b092 4138msgid "could not open '%s' for reading and writing"
dce37b66
JX
4139msgstr ""
4140
18a90722 4141#: wrapper.c:227 wrapper.c:397 builtin/am.c:320 builtin/am.c:770
abc8de64 4142#: builtin/am.c:862 builtin/merge.c:1044
cc76011e 4143#, c-format
fda7b092 4144msgid "could not open '%s' for reading"
dce37b66
JX
4145msgstr ""
4146
5b34e000 4147#: wrapper.c:424 wrapper.c:624
cc76011e 4148#, c-format
fda7b092 4149msgid "unable to access '%s'"
dce37b66
JX
4150msgstr ""
4151
5b34e000 4152#: wrapper.c:632
fda7b092 4153msgid "unable to get current working directory"
dce37b66
JX
4154msgstr ""
4155
abc8de64 4156#: wt-status.c:151
fda7b092 4157msgid "Unmerged paths:"
a5a41683
JX
4158msgstr ""
4159
abc8de64 4160#: wt-status.c:178 wt-status.c:205
9caaf23e 4161#, c-format
fda7b092 4162msgid " (use \"git reset %s <file>...\" to unstage)"
cc76011e
JX
4163msgstr ""
4164
abc8de64 4165#: wt-status.c:180 wt-status.c:207
fda7b092 4166msgid " (use \"git rm --cached <file>...\" to unstage)"
9caaf23e
JX
4167msgstr ""
4168
abc8de64 4169#: wt-status.c:184
fda7b092 4170msgid " (use \"git add <file>...\" to mark resolution)"
dce37b66
JX
4171msgstr ""
4172
abc8de64 4173#: wt-status.c:186 wt-status.c:190
fda7b092 4174msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"
dce37b66
JX
4175msgstr ""
4176
abc8de64 4177#: wt-status.c:188
fda7b092 4178msgid " (use \"git rm <file>...\" to mark resolution)"
dce37b66
JX
4179msgstr ""
4180
abc8de64 4181#: wt-status.c:199 wt-status.c:1007
fda7b092 4182msgid "Changes to be committed:"
dce37b66
JX
4183msgstr ""
4184
abc8de64 4185#: wt-status.c:217 wt-status.c:1016
fda7b092 4186msgid "Changes not staged for commit:"
dce37b66
JX
4187msgstr ""
4188
abc8de64 4189#: wt-status.c:221
fda7b092 4190msgid " (use \"git add <file>...\" to update what will be committed)"
dce37b66
JX
4191msgstr ""
4192
abc8de64 4193#: wt-status.c:223
fda7b092 4194msgid " (use \"git add/rm <file>...\" to update what will be committed)"
dce37b66
JX
4195msgstr ""
4196
abc8de64 4197#: wt-status.c:224
fda7b092
JX
4198msgid ""
4199" (use \"git checkout -- <file>...\" to discard changes in working directory)"
64f23b0c
JX
4200msgstr ""
4201
abc8de64 4202#: wt-status.c:226
fda7b092 4203msgid " (commit or discard the untracked or modified content in submodules)"
dce37b66
JX
4204msgstr ""
4205
abc8de64 4206#: wt-status.c:238
fda7b092
JX
4207#, c-format
4208msgid " (use \"git %s <file>...\" to include in what will be committed)"
dce37b66
JX
4209msgstr ""
4210
abc8de64 4211#: wt-status.c:253
fda7b092 4212msgid "both deleted:"
dce37b66
JX
4213msgstr ""
4214
abc8de64 4215#: wt-status.c:255
fda7b092 4216msgid "added by us:"
dce37b66
JX
4217msgstr ""
4218
abc8de64 4219#: wt-status.c:257
fda7b092 4220msgid "deleted by them:"
cc76011e
JX
4221msgstr ""
4222
abc8de64 4223#: wt-status.c:259
fda7b092 4224msgid "added by them:"
cc76011e
JX
4225msgstr ""
4226
abc8de64 4227#: wt-status.c:261
fda7b092 4228msgid "deleted by us:"
cc76011e
JX
4229msgstr ""
4230
abc8de64 4231#: wt-status.c:263
fda7b092 4232msgid "both added:"
cc76011e
JX
4233msgstr ""
4234
abc8de64 4235#: wt-status.c:265
fda7b092 4236msgid "both modified:"
cc76011e
JX
4237msgstr ""
4238
abc8de64 4239#: wt-status.c:275
fda7b092 4240msgid "new file:"
cc76011e
JX
4241msgstr ""
4242
abc8de64 4243#: wt-status.c:277
fda7b092 4244msgid "copied:"
cc76011e
JX
4245msgstr ""
4246
abc8de64 4247#: wt-status.c:279
fda7b092 4248msgid "deleted:"
cc76011e
JX
4249msgstr ""
4250
abc8de64 4251#: wt-status.c:281
fda7b092 4252msgid "modified:"
cc76011e
JX
4253msgstr ""
4254
abc8de64 4255#: wt-status.c:283
fda7b092 4256msgid "renamed:"
c6bc7d43
JX
4257msgstr ""
4258
abc8de64 4259#: wt-status.c:285
fda7b092 4260msgid "typechange:"
cc76011e
JX
4261msgstr ""
4262
abc8de64 4263#: wt-status.c:287
fda7b092 4264msgid "unknown:"
cc76011e
JX
4265msgstr ""
4266
abc8de64 4267#: wt-status.c:289
fda7b092 4268msgid "unmerged:"
cc76011e
JX
4269msgstr ""
4270
abc8de64 4271#: wt-status.c:369
fda7b092 4272msgid "new commits, "
9fa976ff
JX
4273msgstr ""
4274
abc8de64 4275#: wt-status.c:371
fda7b092 4276msgid "modified content, "
9fa976ff
JX
4277msgstr ""
4278
abc8de64 4279#: wt-status.c:373
fda7b092 4280msgid "untracked content, "
dce37b66
JX
4281msgstr ""
4282
abc8de64 4283#: wt-status.c:847
5b34e000
JX
4284#, c-format
4285msgid "Your stash currently has %d entry"
4286msgid_plural "Your stash currently has %d entries"
4287msgstr[0] ""
4288msgstr[1] ""
4289
abc8de64 4290#: wt-status.c:879
fda7b092 4291msgid "Submodules changed but not updated:"
dce37b66
JX
4292msgstr ""
4293
abc8de64 4294#: wt-status.c:881
fda7b092 4295msgid "Submodule changes to be committed:"
dce37b66
JX
4296msgstr ""
4297
abc8de64 4298#: wt-status.c:963
fda7b092 4299msgid ""
25eab542
JX
4300"Do not modify or remove the line above.\n"
4301"Everything below it will be ignored."
dce37b66
JX
4302msgstr ""
4303
abc8de64 4304#: wt-status.c:1076
fda7b092 4305msgid "You have unmerged paths."
9fa976ff
JX
4306msgstr ""
4307
abc8de64 4308#: wt-status.c:1079
fda7b092 4309msgid " (fix conflicts and run \"git commit\")"
dce37b66
JX
4310msgstr ""
4311
abc8de64 4312#: wt-status.c:1081
fda7b092 4313msgid " (use \"git merge --abort\" to abort the merge)"
dce37b66
JX
4314msgstr ""
4315
abc8de64 4316#: wt-status.c:1086
fda7b092 4317msgid "All conflicts fixed but you are still merging."
dce37b66
JX
4318msgstr ""
4319
abc8de64 4320#: wt-status.c:1089
fda7b092 4321msgid " (use \"git commit\" to conclude merge)"
dce37b66
JX
4322msgstr ""
4323
abc8de64 4324#: wt-status.c:1099
fda7b092 4325msgid "You are in the middle of an am session."
df0617bf
JX
4326msgstr ""
4327
abc8de64 4328#: wt-status.c:1102
fda7b092 4329msgid "The current patch is empty."
df0617bf
JX
4330msgstr ""
4331
abc8de64 4332#: wt-status.c:1106
fda7b092 4333msgid " (fix conflicts and then run \"git am --continue\")"
df0617bf
JX
4334msgstr ""
4335
abc8de64 4336#: wt-status.c:1108
fda7b092 4337msgid " (use \"git am --skip\" to skip this patch)"
df0617bf
JX
4338msgstr ""
4339
abc8de64 4340#: wt-status.c:1110
fda7b092 4341msgid " (use \"git am --abort\" to restore the original branch)"
df0617bf
JX
4342msgstr ""
4343
abc8de64 4344#: wt-status.c:1242
673bfad0
JX
4345msgid "git-rebase-todo is missing."
4346msgstr ""
4347
abc8de64 4348#: wt-status.c:1244
fda7b092 4349msgid "No commands done."
df0617bf
JX
4350msgstr ""
4351
abc8de64 4352#: wt-status.c:1247
df0617bf 4353#, c-format
fda7b092
JX
4354msgid "Last command done (%d command done):"
4355msgid_plural "Last commands done (%d commands done):"
4356msgstr[0] ""
4357msgstr[1] ""
df0617bf 4358
abc8de64 4359#: wt-status.c:1258
fda7b092
JX
4360#, c-format
4361msgid " (see more in file %s)"
df0617bf
JX
4362msgstr ""
4363
abc8de64 4364#: wt-status.c:1263
fda7b092 4365msgid "No commands remaining."
df0617bf
JX
4366msgstr ""
4367
abc8de64 4368#: wt-status.c:1266
fda7b092
JX
4369#, c-format
4370msgid "Next command to do (%d remaining command):"
4371msgid_plural "Next commands to do (%d remaining commands):"
4372msgstr[0] ""
4373msgstr[1] ""
df0617bf 4374
abc8de64 4375#: wt-status.c:1274
fda7b092 4376msgid " (use \"git rebase --edit-todo\" to view and edit)"
df0617bf
JX
4377msgstr ""
4378
abc8de64 4379#: wt-status.c:1287
fda7b092
JX
4380#, c-format
4381msgid "You are currently rebasing branch '%s' on '%s'."
df0617bf
JX
4382msgstr ""
4383
abc8de64 4384#: wt-status.c:1292
fda7b092 4385msgid "You are currently rebasing."
df0617bf
JX
4386msgstr ""
4387
abc8de64 4388#: wt-status.c:1306
fda7b092 4389msgid " (fix conflicts and then run \"git rebase --continue\")"
df0617bf
JX
4390msgstr ""
4391
abc8de64 4392#: wt-status.c:1308
fda7b092 4393msgid " (use \"git rebase --skip\" to skip this patch)"
df0617bf
JX
4394msgstr ""
4395
abc8de64 4396#: wt-status.c:1310
fda7b092 4397msgid " (use \"git rebase --abort\" to check out the original branch)"
df0617bf
JX
4398msgstr ""
4399
abc8de64 4400#: wt-status.c:1316
fda7b092 4401msgid " (all conflicts fixed: run \"git rebase --continue\")"
df0617bf
JX
4402msgstr ""
4403
abc8de64 4404#: wt-status.c:1320
df0617bf 4405#, c-format
fda7b092
JX
4406msgid ""
4407"You are currently splitting a commit while rebasing branch '%s' on '%s'."
df0617bf
JX
4408msgstr ""
4409
abc8de64 4410#: wt-status.c:1325
fda7b092 4411msgid "You are currently splitting a commit during a rebase."
df0617bf
JX
4412msgstr ""
4413
abc8de64 4414#: wt-status.c:1328
fda7b092 4415msgid " (Once your working directory is clean, run \"git rebase --continue\")"
df0617bf
JX
4416msgstr ""
4417
abc8de64 4418#: wt-status.c:1332
df0617bf 4419#, c-format
fda7b092 4420msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
df0617bf
JX
4421msgstr ""
4422
abc8de64 4423#: wt-status.c:1337
fda7b092 4424msgid "You are currently editing a commit during a rebase."
df0617bf
JX
4425msgstr ""
4426
abc8de64 4427#: wt-status.c:1340
fda7b092 4428msgid " (use \"git commit --amend\" to amend the current commit)"
df0617bf
JX
4429msgstr ""
4430
abc8de64 4431#: wt-status.c:1342
df0617bf 4432msgid ""
fda7b092 4433" (use \"git rebase --continue\" once you are satisfied with your changes)"
df0617bf
JX
4434msgstr ""
4435
abc8de64 4436#: wt-status.c:1352
fda7b092
JX
4437#, c-format
4438msgid "You are currently cherry-picking commit %s."
df0617bf
JX
4439msgstr ""
4440
abc8de64 4441#: wt-status.c:1357
fda7b092 4442msgid " (fix conflicts and run \"git cherry-pick --continue\")"
df0617bf
JX
4443msgstr ""
4444
abc8de64 4445#: wt-status.c:1360
fda7b092 4446msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"
df0617bf
JX
4447msgstr ""
4448
abc8de64 4449#: wt-status.c:1362
fda7b092 4450msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
df0617bf
JX
4451msgstr ""
4452
abc8de64 4453#: wt-status.c:1371
df0617bf 4454#, c-format
fda7b092 4455msgid "You are currently reverting commit %s."
df0617bf
JX
4456msgstr ""
4457
abc8de64 4458#: wt-status.c:1376
fda7b092 4459msgid " (fix conflicts and run \"git revert --continue\")"
df0617bf
JX
4460msgstr ""
4461
abc8de64 4462#: wt-status.c:1379
fda7b092 4463msgid " (all conflicts fixed: run \"git revert --continue\")"
df0617bf
JX
4464msgstr ""
4465
abc8de64 4466#: wt-status.c:1381
fda7b092 4467msgid " (use \"git revert --abort\" to cancel the revert operation)"
df0617bf
JX
4468msgstr ""
4469
abc8de64 4470#: wt-status.c:1392
df0617bf 4471#, c-format
fda7b092 4472msgid "You are currently bisecting, started from branch '%s'."
df0617bf
JX
4473msgstr ""
4474
abc8de64 4475#: wt-status.c:1396
fda7b092 4476msgid "You are currently bisecting."
df0617bf
JX
4477msgstr ""
4478
abc8de64 4479#: wt-status.c:1399
fda7b092 4480msgid " (use \"git bisect reset\" to get back to the original branch)"
df0617bf
JX
4481msgstr ""
4482
abc8de64 4483#: wt-status.c:1596
fda7b092 4484msgid "On branch "
df0617bf
JX
4485msgstr ""
4486
abc8de64 4487#: wt-status.c:1602
fda7b092 4488msgid "interactive rebase in progress; onto "
df0617bf
JX
4489msgstr ""
4490
abc8de64 4491#: wt-status.c:1604
fda7b092 4492msgid "rebase in progress; onto "
df0617bf
JX
4493msgstr ""
4494
abc8de64 4495#: wt-status.c:1609
fda7b092 4496msgid "HEAD detached at "
df0617bf
JX
4497msgstr ""
4498
abc8de64 4499#: wt-status.c:1611
fda7b092 4500msgid "HEAD detached from "
df0617bf
JX
4501msgstr ""
4502
abc8de64 4503#: wt-status.c:1614
fda7b092 4504msgid "Not currently on any branch."
df0617bf
JX
4505msgstr ""
4506
abc8de64 4507#: wt-status.c:1634
fda7b092 4508msgid "Initial commit"
df0617bf
JX
4509msgstr ""
4510
abc8de64 4511#: wt-status.c:1635
5b34e000
JX
4512msgid "No commits yet"
4513msgstr ""
4514
abc8de64 4515#: wt-status.c:1649
fda7b092 4516msgid "Untracked files"
df0617bf
JX
4517msgstr ""
4518
abc8de64 4519#: wt-status.c:1651
fda7b092 4520msgid "Ignored files"
df0617bf
JX
4521msgstr ""
4522
abc8de64 4523#: wt-status.c:1655
fda7b092
JX
4524#, c-format
4525msgid ""
4526"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
4527"may speed it up, but you have to be careful not to forget to add\n"
4528"new files yourself (see 'git help status')."
df0617bf
JX
4529msgstr ""
4530
abc8de64 4531#: wt-status.c:1661
fda7b092
JX
4532#, c-format
4533msgid "Untracked files not listed%s"
df0617bf
JX
4534msgstr ""
4535
abc8de64 4536#: wt-status.c:1663
fda7b092 4537msgid " (use -u option to show untracked files)"
df0617bf
JX
4538msgstr ""
4539
abc8de64 4540#: wt-status.c:1669
fda7b092 4541msgid "No changes"
df0617bf
JX
4542msgstr ""
4543
abc8de64 4544#: wt-status.c:1674
fda7b092
JX
4545#, c-format
4546msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
df0617bf
JX
4547msgstr ""
4548
abc8de64 4549#: wt-status.c:1677
fda7b092
JX
4550#, c-format
4551msgid "no changes added to commit\n"
df0617bf
JX
4552msgstr ""
4553
abc8de64 4554#: wt-status.c:1680
fda7b092
JX
4555#, c-format
4556msgid ""
4557"nothing added to commit but untracked files present (use \"git add\" to "
4558"track)\n"
df0617bf
JX
4559msgstr ""
4560
abc8de64 4561#: wt-status.c:1683
fda7b092
JX
4562#, c-format
4563msgid "nothing added to commit but untracked files present\n"
df0617bf
JX
4564msgstr ""
4565
abc8de64 4566#: wt-status.c:1686
fda7b092
JX
4567#, c-format
4568msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
df0617bf
JX
4569msgstr ""
4570
abc8de64 4571#: wt-status.c:1689 wt-status.c:1694
fda7b092
JX
4572#, c-format
4573msgid "nothing to commit\n"
df0617bf
JX
4574msgstr ""
4575
abc8de64 4576#: wt-status.c:1692
fda7b092
JX
4577#, c-format
4578msgid "nothing to commit (use -u to show untracked files)\n"
df0617bf
JX
4579msgstr ""
4580
abc8de64 4581#: wt-status.c:1696
fda7b092
JX
4582#, c-format
4583msgid "nothing to commit, working tree clean\n"
df0617bf
JX
4584msgstr ""
4585
abc8de64 4586#: wt-status.c:1809
5b34e000 4587msgid "No commits yet on "
df0617bf
JX
4588msgstr ""
4589
abc8de64 4590#: wt-status.c:1813
fda7b092 4591msgid "HEAD (no branch)"
df0617bf
JX
4592msgstr ""
4593
abc8de64
JX
4594#: wt-status.c:1844
4595msgid "different"
4596msgstr ""
4597
4598#: wt-status.c:1846 wt-status.c:1854
fda7b092 4599msgid "behind "
df0617bf
JX
4600msgstr ""
4601
abc8de64 4602#: wt-status.c:1849 wt-status.c:1852
fda7b092 4603msgid "ahead "
df0617bf
JX
4604msgstr ""
4605
fda7b092 4606#. TRANSLATORS: the action is e.g. "pull with rebase"
abc8de64 4607#: wt-status.c:2358
fda7b092
JX
4608#, c-format
4609msgid "cannot %s: You have unstaged changes."
df0617bf
JX
4610msgstr ""
4611
abc8de64 4612#: wt-status.c:2364
fda7b092 4613msgid "additionally, your index contains uncommitted changes."
df0617bf
JX
4614msgstr ""
4615
abc8de64 4616#: wt-status.c:2366
fda7b092
JX
4617#, c-format
4618msgid "cannot %s: Your index contains uncommitted changes."
df0617bf
JX
4619msgstr ""
4620
abc8de64 4621#: compat/precompose_utf8.c:58 builtin/clone.c:440
fda7b092
JX
4622#, c-format
4623msgid "failed to unlink '%s'"
df0617bf
JX
4624msgstr ""
4625
5b34e000 4626#: builtin/add.c:24
fda7b092 4627msgid "git add [<options>] [--] <pathspec>..."
df0617bf
JX
4628msgstr ""
4629
18a90722 4630#: builtin/add.c:83
fda7b092
JX
4631#, c-format
4632msgid "unexpected diff status %c"
df0617bf
JX
4633msgstr ""
4634
abc8de64 4635#: builtin/add.c:88 builtin/commit.c:257
fda7b092 4636msgid "updating files failed"
df0617bf
JX
4637msgstr ""
4638
18a90722 4639#: builtin/add.c:98
fda7b092
JX
4640#, c-format
4641msgid "remove '%s'\n"
df0617bf
JX
4642msgstr ""
4643
18a90722 4644#: builtin/add.c:173
fda7b092 4645msgid "Unstaged changes after refreshing the index:"
df0617bf
JX
4646msgstr ""
4647
18a90722 4648#: builtin/add.c:233 builtin/rev-parse.c:888
fda7b092 4649msgid "Could not read the index"
df0617bf
JX
4650msgstr ""
4651
18a90722 4652#: builtin/add.c:244
fda7b092
JX
4653#, c-format
4654msgid "Could not open '%s' for writing."
df0617bf
JX
4655msgstr ""
4656
18a90722 4657#: builtin/add.c:248
fda7b092 4658msgid "Could not write patch"
df0617bf
JX
4659msgstr ""
4660
18a90722 4661#: builtin/add.c:251
fda7b092 4662msgid "editing patch failed"
df0617bf
JX
4663msgstr ""
4664
18a90722 4665#: builtin/add.c:254
fda7b092
JX
4666#, c-format
4667msgid "Could not stat '%s'"
df0617bf
JX
4668msgstr ""
4669
18a90722 4670#: builtin/add.c:256
fda7b092 4671msgid "Empty patch. Aborted."
df0617bf
JX
4672msgstr ""
4673
18a90722 4674#: builtin/add.c:261
df0617bf 4675#, c-format
fda7b092 4676msgid "Could not apply '%s'"
df0617bf
JX
4677msgstr ""
4678
18a90722 4679#: builtin/add.c:271
fda7b092 4680msgid "The following paths are ignored by one of your .gitignore files:\n"
df0617bf
JX
4681msgstr ""
4682
abc8de64 4683#: builtin/add.c:291 builtin/clean.c:911 builtin/fetch.c:146 builtin/mv.c:124
18a90722 4684#: builtin/prune-packed.c:55 builtin/pull.c:207 builtin/push.c:541
25eab542 4685#: builtin/remote.c:1333 builtin/rm.c:242 builtin/send-pack.c:164
fda7b092 4686msgid "dry run"
df0617bf
JX
4687msgstr ""
4688
18a90722 4689#: builtin/add.c:294
fda7b092 4690msgid "interactive picking"
6f6731e7
JX
4691msgstr ""
4692
abc8de64 4693#: builtin/add.c:295 builtin/checkout.c:1128 builtin/reset.c:302
fda7b092 4694msgid "select hunks interactively"
dce37b66
JX
4695msgstr ""
4696
18a90722 4697#: builtin/add.c:296
fda7b092 4698msgid "edit current diff and apply"
dce37b66
JX
4699msgstr ""
4700
18a90722 4701#: builtin/add.c:297
fda7b092 4702msgid "allow adding otherwise ignored files"
dce37b66
JX
4703msgstr ""
4704
18a90722 4705#: builtin/add.c:298
fda7b092 4706msgid "update tracked files"
dce37b66
JX
4707msgstr ""
4708
18a90722
JX
4709#: builtin/add.c:299
4710msgid "renormalize EOL of tracked files (implies -u)"
4711msgstr ""
4712
4713#: builtin/add.c:300
fda7b092 4714msgid "record only the fact that the path will be added later"
dce37b66
JX
4715msgstr ""
4716
18a90722 4717#: builtin/add.c:301
fda7b092 4718msgid "add changes from all tracked and untracked files"
dce37b66
JX
4719msgstr ""
4720
18a90722 4721#: builtin/add.c:304
fda7b092 4722msgid "ignore paths removed in the working tree (same as --no-all)"
93329721
JX
4723msgstr ""
4724
18a90722 4725#: builtin/add.c:306
fda7b092 4726msgid "don't add, only refresh the index"
dce37b66
JX
4727msgstr ""
4728
18a90722 4729#: builtin/add.c:307
fda7b092 4730msgid "just skip files which cannot be added because of errors"
dce37b66
JX
4731msgstr ""
4732
18a90722 4733#: builtin/add.c:308
fda7b092 4734msgid "check if - even missing - files are ignored in dry run"
dce37b66
JX
4735msgstr ""
4736
18a90722 4737#: builtin/add.c:309 builtin/update-index.c:964
fda7b092 4738msgid "(+/-)x"
dce37b66
JX
4739msgstr ""
4740
18a90722 4741#: builtin/add.c:309 builtin/update-index.c:965
fda7b092
JX
4742msgid "override the executable bit of the listed files"
4743msgstr ""
dce37b66 4744
18a90722 4745#: builtin/add.c:311
5b34e000
JX
4746msgid "warn when adding an embedded repository"
4747msgstr ""
4748
18a90722 4749#: builtin/add.c:326
5b34e000
JX
4750#, c-format
4751msgid ""
4752"You've added another git repository inside your current repository.\n"
4753"Clones of the outer repository will not contain the contents of\n"
4754"the embedded repository and will not know how to obtain it.\n"
4755"If you meant to add a submodule, use:\n"
4756"\n"
4757"\tgit submodule add <url> %s\n"
4758"\n"
4759"If you added this path by mistake, you can remove it from the\n"
4760"index with:\n"
4761"\n"
4762"\tgit rm --cached %s\n"
4763"\n"
4764"See \"git help submodule\" for more information."
4765msgstr ""
4766
18a90722 4767#: builtin/add.c:354
5b34e000
JX
4768#, c-format
4769msgid "adding embedded git repository: %s"
4770msgstr ""
4771
18a90722 4772#: builtin/add.c:372
fda7b092
JX
4773#, c-format
4774msgid "Use -f if you really want to add them.\n"
dce37b66
JX
4775msgstr ""
4776
18a90722 4777#: builtin/add.c:380
fda7b092 4778msgid "adding files failed"
dce37b66
JX
4779msgstr ""
4780
18a90722 4781#: builtin/add.c:417
fda7b092 4782msgid "-A and -u are mutually incompatible"
dce37b66
JX
4783msgstr ""
4784
18a90722 4785#: builtin/add.c:424
fda7b092 4786msgid "Option --ignore-missing can only be used together with --dry-run"
dce37b66
JX
4787msgstr ""
4788
18a90722 4789#: builtin/add.c:428
dce37b66 4790#, c-format
fda7b092 4791msgid "--chmod param '%s' must be either -x or +x"
dce37b66
JX
4792msgstr ""
4793
18a90722 4794#: builtin/add.c:443
dce37b66 4795#, c-format
fda7b092 4796msgid "Nothing specified, nothing added.\n"
dce37b66
JX
4797msgstr ""
4798
18a90722 4799#: builtin/add.c:444
dce37b66 4800#, c-format
fda7b092 4801msgid "Maybe you wanted to say 'git add .'?\n"
dce37b66
JX
4802msgstr ""
4803
abc8de64
JX
4804#: builtin/add.c:449 builtin/check-ignore.c:177 builtin/checkout.c:280
4805#: builtin/checkout.c:483 builtin/clean.c:958 builtin/commit.c:316
4806#: builtin/diff-tree.c:114 builtin/mv.c:144 builtin/reset.c:241
4807#: builtin/rm.c:271 builtin/submodule--helper.c:326
fda7b092 4808msgid "index file corrupt"
dce37b66
JX
4809msgstr ""
4810
25eab542 4811#: builtin/am.c:414
fda7b092 4812msgid "could not parse author script"
dce37b66
JX
4813msgstr ""
4814
25eab542 4815#: builtin/am.c:498
dce37b66 4816#, c-format
fda7b092 4817msgid "'%s' was deleted by the applypatch-msg hook"
dce37b66
JX
4818msgstr ""
4819
25eab542 4820#: builtin/am.c:539
dce37b66 4821#, c-format
fda7b092 4822msgid "Malformed input line: '%s'."
dce37b66
JX
4823msgstr ""
4824
25eab542 4825#: builtin/am.c:576
822e4a65 4826#, c-format
fda7b092 4827msgid "Failed to copy notes from '%s' to '%s'"
dce37b66
JX
4828msgstr ""
4829
25eab542 4830#: builtin/am.c:602
fda7b092
JX
4831msgid "fseek failed"
4832msgstr ""
dce37b66 4833
18a90722 4834#: builtin/am.c:790
822e4a65 4835#, c-format
fda7b092 4836msgid "could not parse patch '%s'"
dce37b66
JX
4837msgstr ""
4838
18a90722 4839#: builtin/am.c:855
fda7b092 4840msgid "Only one StGIT patch series can be applied at once"
dce37b66
JX
4841msgstr ""
4842
18a90722 4843#: builtin/am.c:903
fda7b092 4844msgid "invalid timestamp"
dce37b66
JX
4845msgstr ""
4846
18a90722 4847#: builtin/am.c:908 builtin/am.c:920
fda7b092 4848msgid "invalid Date line"
dce37b66
JX
4849msgstr ""
4850
18a90722 4851#: builtin/am.c:915
fda7b092 4852msgid "invalid timezone offset"
dce37b66
JX
4853msgstr ""
4854
18a90722 4855#: builtin/am.c:1008
fda7b092 4856msgid "Patch format detection failed."
dce37b66
JX
4857msgstr ""
4858
abc8de64 4859#: builtin/am.c:1013 builtin/clone.c:405
dce37b66 4860#, c-format
fda7b092 4861msgid "failed to create directory '%s'"
dce37b66
JX
4862msgstr ""
4863
abc8de64 4864#: builtin/am.c:1018
fda7b092 4865msgid "Failed to split patches."
c2ea1208
JX
4866msgstr ""
4867
abc8de64 4868#: builtin/am.c:1148 builtin/commit.c:342
fda7b092 4869msgid "unable to write index file"
dce37b66
JX
4870msgstr ""
4871
abc8de64 4872#: builtin/am.c:1162
822e4a65 4873#, c-format
fda7b092 4874msgid "When you have resolved this problem, run \"%s --continue\"."
dce37b66
JX
4875msgstr ""
4876
abc8de64 4877#: builtin/am.c:1163
dce37b66 4878#, c-format
fda7b092 4879msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
dce37b66
JX
4880msgstr ""
4881
abc8de64 4882#: builtin/am.c:1164
822e4a65 4883#, c-format
fda7b092 4884msgid "To restore the original branch and stop patching, run \"%s --abort\"."
dce37b66
JX
4885msgstr ""
4886
abc8de64 4887#: builtin/am.c:1271
5b34e000 4888msgid "Patch is empty."
dce37b66
JX
4889msgstr ""
4890
abc8de64 4891#: builtin/am.c:1337
dce37b66 4892#, c-format
5b34e000 4893msgid "invalid ident line: %.*s"
dce37b66
JX
4894msgstr ""
4895
abc8de64 4896#: builtin/am.c:1359
dce37b66 4897#, c-format
fda7b092 4898msgid "unable to parse commit %s"
dce37b66
JX
4899msgstr ""
4900
abc8de64 4901#: builtin/am.c:1554
fda7b092 4902msgid "Repository lacks necessary blobs to fall back on 3-way merge."
c2ea1208
JX
4903msgstr ""
4904
abc8de64 4905#: builtin/am.c:1556
fda7b092 4906msgid "Using index info to reconstruct a base tree..."
dce37b66
JX
4907msgstr ""
4908
abc8de64 4909#: builtin/am.c:1575
fda7b092
JX
4910msgid ""
4911"Did you hand edit your patch?\n"
4912"It does not apply to blobs recorded in its index."
0bbe5b48
JX
4913msgstr ""
4914
abc8de64 4915#: builtin/am.c:1581
fda7b092 4916msgid "Falling back to patching base and 3-way merge..."
dce37b66
JX
4917msgstr ""
4918
abc8de64 4919#: builtin/am.c:1606
fda7b092 4920msgid "Failed to merge in the changes."
75f7b4b9
JX
4921msgstr ""
4922
abc8de64 4923#: builtin/am.c:1637
fda7b092 4924msgid "applying to an empty history"
dce37b66
JX
4925msgstr ""
4926
abc8de64 4927#: builtin/am.c:1683 builtin/am.c:1687
dce37b66 4928#, c-format
fda7b092 4929msgid "cannot resume: %s does not exist."
dce37b66
JX
4930msgstr ""
4931
abc8de64 4932#: builtin/am.c:1703
fda7b092 4933msgid "cannot be interactive without stdin connected to a terminal."
dce37b66
JX
4934msgstr ""
4935
abc8de64 4936#: builtin/am.c:1708
fda7b092 4937msgid "Commit Body is:"
dce37b66
JX
4938msgstr ""
4939
fda7b092
JX
4940#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
4941#. in your translation. The program will only accept English
4942#. input at this point.
4943#.
abc8de64 4944#: builtin/am.c:1718
fda7b092 4945msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
dce37b66
JX
4946msgstr ""
4947
abc8de64 4948#: builtin/am.c:1768
822e4a65 4949#, c-format
fda7b092 4950msgid "Dirty index: cannot apply patches (dirty: %s)"
dce37b66
JX
4951msgstr ""
4952
abc8de64 4953#: builtin/am.c:1808 builtin/am.c:1879
822e4a65 4954#, c-format
fda7b092 4955msgid "Applying: %.*s"
dce37b66
JX
4956msgstr ""
4957
abc8de64 4958#: builtin/am.c:1824
fda7b092 4959msgid "No changes -- Patch already applied."
dce37b66
JX
4960msgstr ""
4961
abc8de64 4962#: builtin/am.c:1832
822e4a65 4963#, c-format
fda7b092 4964msgid "Patch failed at %s %.*s"
dce37b66
JX
4965msgstr ""
4966
abc8de64
JX
4967#: builtin/am.c:1838
4968msgid "Use 'git am --show-current-patch' to see the failed patch"
dce37b66
JX
4969msgstr ""
4970
abc8de64 4971#: builtin/am.c:1882
fda7b092
JX
4972msgid ""
4973"No changes - did you forget to use 'git add'?\n"
4974"If there is nothing left to stage, chances are that something else\n"
4975"already introduced the same changes; you might want to skip this patch."
dce37b66
JX
4976msgstr ""
4977
abc8de64 4978#: builtin/am.c:1889
fda7b092
JX
4979msgid ""
4980"You still have unmerged paths in your index.\n"
5b34e000
JX
4981"You should 'git add' each file with resolved conflicts to mark them as "
4982"such.\n"
4983"You might run `git rm` on a file to accept \"deleted by them\" for it."
fda7b092 4984msgstr ""
dce37b66 4985
abc8de64
JX
4986#: builtin/am.c:1996 builtin/am.c:2000 builtin/am.c:2012 builtin/reset.c:324
4987#: builtin/reset.c:332
dce37b66 4988#, c-format
fda7b092 4989msgid "Could not parse object '%s'."
dce37b66
JX
4990msgstr ""
4991
abc8de64 4992#: builtin/am.c:2048
fda7b092 4993msgid "failed to clean index"
f517e50d
JX
4994msgstr ""
4995
abc8de64 4996#: builtin/am.c:2083
fda7b092
JX
4997msgid ""
4998"You seem to have moved HEAD since the last 'am' failure.\n"
4999"Not rewinding to ORIG_HEAD"
dce37b66
JX
5000msgstr ""
5001
abc8de64 5002#: builtin/am.c:2174
dce37b66 5003#, c-format
fda7b092 5004msgid "Invalid value for --patch-format: %s"
dce37b66
JX
5005msgstr ""
5006
abc8de64 5007#: builtin/am.c:2210
fda7b092 5008msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
f517e50d
JX
5009msgstr ""
5010
abc8de64 5011#: builtin/am.c:2211
fda7b092 5012msgid "git am [<options>] (--continue | --skip | --abort)"
dce37b66
JX
5013msgstr ""
5014
abc8de64 5015#: builtin/am.c:2217
fda7b092 5016msgid "run interactively"
dce37b66
JX
5017msgstr ""
5018
abc8de64 5019#: builtin/am.c:2219
fda7b092 5020msgid "historical option -- no-op"
9fa976ff
JX
5021msgstr ""
5022
abc8de64 5023#: builtin/am.c:2221
fda7b092 5024msgid "allow fall back on 3way merging if needed"
9fa976ff
JX
5025msgstr ""
5026
abc8de64
JX
5027#: builtin/am.c:2222 builtin/init-db.c:484 builtin/prune-packed.c:57
5028#: builtin/repack.c:182
fda7b092 5029msgid "be quiet"
9fa976ff
JX
5030msgstr ""
5031
abc8de64 5032#: builtin/am.c:2224
fda7b092 5033msgid "add a Signed-off-by line to the commit message"
9fa976ff
JX
5034msgstr ""
5035
abc8de64 5036#: builtin/am.c:2227
fda7b092
JX
5037msgid "recode into utf8 (default)"
5038msgstr ""
9fa976ff 5039
abc8de64 5040#: builtin/am.c:2229
fda7b092
JX
5041msgid "pass -k flag to git-mailinfo"
5042msgstr ""
9fa976ff 5043
abc8de64 5044#: builtin/am.c:2231
fda7b092 5045msgid "pass -b flag to git-mailinfo"
6f6731e7
JX
5046msgstr ""
5047
abc8de64 5048#: builtin/am.c:2233
fda7b092 5049msgid "pass -m flag to git-mailinfo"
6f6731e7
JX
5050msgstr ""
5051
abc8de64 5052#: builtin/am.c:2235
fda7b092 5053msgid "pass --keep-cr flag to git-mailsplit for mbox format"
6f6731e7
JX
5054msgstr ""
5055
abc8de64 5056#: builtin/am.c:2238
fda7b092 5057msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
6f6731e7
JX
5058msgstr ""
5059
abc8de64 5060#: builtin/am.c:2241
fda7b092 5061msgid "strip everything before a scissors line"
6f6731e7
JX
5062msgstr ""
5063
abc8de64
JX
5064#: builtin/am.c:2243 builtin/am.c:2246 builtin/am.c:2249 builtin/am.c:2252
5065#: builtin/am.c:2255 builtin/am.c:2258 builtin/am.c:2261 builtin/am.c:2264
5066#: builtin/am.c:2270
fda7b092 5067msgid "pass it through git-apply"
6f6731e7
JX
5068msgstr ""
5069
abc8de64
JX
5070#: builtin/am.c:2260 builtin/fmt-merge-msg.c:665 builtin/fmt-merge-msg.c:668
5071#: builtin/grep.c:853 builtin/merge.c:206 builtin/pull.c:145 builtin/pull.c:203
5072#: builtin/repack.c:191 builtin/repack.c:195 builtin/repack.c:197
5073#: builtin/show-branch.c:631 builtin/show-ref.c:169 builtin/tag.c:382
5074#: parse-options.h:144 parse-options.h:146 parse-options.h:257
fda7b092 5075msgid "n"
6f6731e7
JX
5076msgstr ""
5077
abc8de64
JX
5078#: builtin/am.c:2266 builtin/branch.c:629 builtin/for-each-ref.c:38
5079#: builtin/replace.c:445 builtin/tag.c:418 builtin/verify-tag.c:39
fda7b092 5080msgid "format"
6f6731e7
JX
5081msgstr ""
5082
abc8de64 5083#: builtin/am.c:2267
fda7b092 5084msgid "format the patch(es) are in"
6f6731e7
JX
5085msgstr ""
5086
abc8de64 5087#: builtin/am.c:2273
fda7b092 5088msgid "override error message when patch failure occurs"
6f6731e7
JX
5089msgstr ""
5090
abc8de64 5091#: builtin/am.c:2275
fda7b092 5092msgid "continue applying patches after resolving a conflict"
c2ea1208
JX
5093msgstr ""
5094
abc8de64 5095#: builtin/am.c:2278
fda7b092 5096msgid "synonyms for --continue"
6f6731e7
JX
5097msgstr ""
5098
abc8de64 5099#: builtin/am.c:2281
fda7b092 5100msgid "skip the current patch"
0bbe5b48
JX
5101msgstr ""
5102
abc8de64 5103#: builtin/am.c:2284
fda7b092 5104msgid "restore the original branch and abort the patching operation."
6f6731e7
JX
5105msgstr ""
5106
abc8de64
JX
5107#: builtin/am.c:2287
5108msgid "abort the patching operation but keep HEAD where it is."
5109msgstr ""
5110
5111#: builtin/am.c:2290
5112msgid "show the patch being applied."
5113msgstr ""
5114
5115#: builtin/am.c:2294
fda7b092 5116msgid "lie about committer date"
6f6731e7
JX
5117msgstr ""
5118
abc8de64 5119#: builtin/am.c:2296
fda7b092 5120msgid "use current timestamp for author date"
6f6731e7
JX
5121msgstr ""
5122
abc8de64
JX
5123#: builtin/am.c:2298 builtin/commit.c:1431 builtin/merge.c:237
5124#: builtin/pull.c:178 builtin/revert.c:112 builtin/tag.c:398
fda7b092 5125msgid "key-id"
6f6731e7
JX
5126msgstr ""
5127
abc8de64 5128#: builtin/am.c:2299
fda7b092 5129msgid "GPG-sign commits"
6f6731e7
JX
5130msgstr ""
5131
abc8de64 5132#: builtin/am.c:2302
fda7b092 5133msgid "(internal use for git-rebase)"
6f6731e7
JX
5134msgstr ""
5135
abc8de64 5136#: builtin/am.c:2320
fda7b092
JX
5137msgid ""
5138"The -b/--binary option has been a no-op for long time, and\n"
5139"it will be removed. Please do not use it anymore."
6f6731e7
JX
5140msgstr ""
5141
abc8de64 5142#: builtin/am.c:2327
fda7b092 5143msgid "failed to read the index"
6f6731e7
JX
5144msgstr ""
5145
abc8de64 5146#: builtin/am.c:2342
fda7b092
JX
5147#, c-format
5148msgid "previous rebase directory %s still exists but mbox given."
6f6731e7
JX
5149msgstr ""
5150
abc8de64 5151#: builtin/am.c:2366
fda7b092
JX
5152#, c-format
5153msgid ""
5154"Stray %s directory found.\n"
5155"Use \"git am --abort\" to remove it."
6f6731e7
JX
5156msgstr ""
5157
abc8de64 5158#: builtin/am.c:2372
fda7b092 5159msgid "Resolve operation not in progress, we are not resuming."
6f6731e7
JX
5160msgstr ""
5161
fda7b092
JX
5162#: builtin/apply.c:8
5163msgid "git apply [<options>] [<patch>...]"
6f6731e7
JX
5164msgstr ""
5165
822e4a65
JX
5166#: builtin/archive.c:17
5167#, c-format
5168msgid "could not create archive file '%s'"
dce37b66
JX
5169msgstr ""
5170
822e4a65
JX
5171#: builtin/archive.c:20
5172msgid "could not redirect output"
dce37b66
JX
5173msgstr ""
5174
822e4a65
JX
5175#: builtin/archive.c:37
5176msgid "git archive: Remote with no URL"
dce37b66
JX
5177msgstr ""
5178
822e4a65 5179#: builtin/archive.c:58
abc8de64 5180msgid "git archive: expected ACK/NAK, got a flush packet"
dce37b66
JX
5181msgstr ""
5182
c138af56 5183#: builtin/archive.c:61
822e4a65
JX
5184#, c-format
5185msgid "git archive: NACK %s"
dce37b66
JX
5186msgstr ""
5187
c138af56 5188#: builtin/archive.c:64
822e4a65 5189msgid "git archive: protocol error"
dce37b66
JX
5190msgstr ""
5191
c138af56 5192#: builtin/archive.c:68
822e4a65 5193msgid "git archive: expected a flush"
dce37b66
JX
5194msgstr ""
5195
18a90722 5196#: builtin/bisect--helper.c:12
cc76011e
JX
5197msgid "git bisect--helper --next-all [--no-checkout]"
5198msgstr ""
5199
18a90722
JX
5200#: builtin/bisect--helper.c:13
5201msgid "git bisect--helper --write-terms <bad_term> <good_term>"
5202msgstr ""
5203
5204#: builtin/bisect--helper.c:14
5205msgid "git bisect--helper --bisect-clean-state"
5206msgstr ""
5207
5208#: builtin/bisect--helper.c:46
5209#, c-format
5210msgid "'%s' is not a valid term"
5211msgstr ""
5212
5213#: builtin/bisect--helper.c:50
5214#, c-format
5215msgid "can't use the builtin command '%s' as a term"
5216msgstr ""
5217
5218#: builtin/bisect--helper.c:60
5219#, c-format
5220msgid "can't change the meaning of the term '%s'"
5221msgstr ""
5222
5223#: builtin/bisect--helper.c:71
5224msgid "please use two different terms"
5225msgstr ""
5226
5227#: builtin/bisect--helper.c:78
5228msgid "could not open the file BISECT_TERMS"
5229msgstr ""
5230
5231#: builtin/bisect--helper.c:120
cc76011e
JX
5232msgid "perform 'git bisect next'"
5233msgstr ""
5234
18a90722
JX
5235#: builtin/bisect--helper.c:122
5236msgid "write the terms to .git/BISECT_TERMS"
5237msgstr ""
5238
5239#: builtin/bisect--helper.c:124
5240msgid "cleanup the bisection state"
5241msgstr ""
5242
5243#: builtin/bisect--helper.c:126
5244msgid "check for expected revs"
5245msgstr ""
5246
5247#: builtin/bisect--helper.c:128
cc76011e
JX
5248msgid "update BISECT_HEAD instead of checking out the current commit"
5249msgstr ""
5250
18a90722
JX
5251#: builtin/bisect--helper.c:143
5252msgid "--write-terms requires two arguments"
5253msgstr ""
5254
5255#: builtin/bisect--helper.c:147
5256msgid "--bisect-clean-state requires no arguments"
5257msgstr ""
5258
5b34e000 5259#: builtin/blame.c:27
64f23b0c 5260msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
cc76011e
JX
5261msgstr ""
5262
5b34e000 5263#: builtin/blame.c:32
c2ea1208 5264msgid "<rev-opts> are documented in git-rev-list(1)"
cc76011e
JX
5265msgstr ""
5266
abc8de64 5267#: builtin/blame.c:677
cc76011e
JX
5268msgid "Show blame entries as we find them, incrementally"
5269msgstr ""
5270
abc8de64 5271#: builtin/blame.c:678
cc76011e
JX
5272msgid "Show blank SHA-1 for boundary commits (Default: off)"
5273msgstr ""
5274
abc8de64 5275#: builtin/blame.c:679
cc76011e
JX
5276msgid "Do not treat root commits as boundaries (Default: off)"
5277msgstr ""
5278
abc8de64 5279#: builtin/blame.c:680
cc76011e
JX
5280msgid "Show work cost statistics"
5281msgstr ""
5282
abc8de64 5283#: builtin/blame.c:681
9eb3984b
JX
5284msgid "Force progress reporting"
5285msgstr ""
5286
abc8de64 5287#: builtin/blame.c:682
cc76011e
JX
5288msgid "Show output score for blame entries"
5289msgstr ""
5290
abc8de64 5291#: builtin/blame.c:683
cc76011e
JX
5292msgid "Show original filename (Default: auto)"
5293msgstr ""
5294
abc8de64 5295#: builtin/blame.c:684
cc76011e
JX
5296msgid "Show original linenumber (Default: off)"
5297msgstr ""
5298
abc8de64 5299#: builtin/blame.c:685
cc76011e
JX
5300msgid "Show in a format designed for machine consumption"
5301msgstr ""
5302
abc8de64 5303#: builtin/blame.c:686
cc76011e
JX
5304msgid "Show porcelain format with per-line commit information"
5305msgstr ""
5306
abc8de64 5307#: builtin/blame.c:687
cc76011e
JX
5308msgid "Use the same output mode as git-annotate (Default: off)"
5309msgstr ""
5310
abc8de64 5311#: builtin/blame.c:688
cc76011e
JX
5312msgid "Show raw timestamp (Default: off)"
5313msgstr ""
5314
abc8de64 5315#: builtin/blame.c:689
cc76011e
JX
5316msgid "Show long commit SHA1 (Default: off)"
5317msgstr ""
5318
abc8de64 5319#: builtin/blame.c:690
cc76011e
JX
5320msgid "Suppress author name and timestamp (Default: off)"
5321msgstr ""
5322
abc8de64 5323#: builtin/blame.c:691
cc76011e
JX
5324msgid "Show author email instead of name (Default: off)"
5325msgstr ""
5326
abc8de64 5327#: builtin/blame.c:692
cc76011e
JX
5328msgid "Ignore whitespace differences"
5329msgstr ""
5330
abc8de64 5331#: builtin/blame.c:699
673bfad0 5332msgid "Use an experimental heuristic to improve diffs"
fda7b092
JX
5333msgstr ""
5334
abc8de64 5335#: builtin/blame.c:701
cc76011e
JX
5336msgid "Spend extra cycles to find better match"
5337msgstr ""
5338
abc8de64 5339#: builtin/blame.c:702
cc76011e
JX
5340msgid "Use revisions from <file> instead of calling git-rev-list"
5341msgstr ""
5342
abc8de64 5343#: builtin/blame.c:703
cc76011e
JX
5344msgid "Use <file>'s contents as the final image"
5345msgstr ""
5346
abc8de64 5347#: builtin/blame.c:704 builtin/blame.c:705
cc76011e
JX
5348msgid "score"
5349msgstr ""
5350
abc8de64 5351#: builtin/blame.c:704
cc76011e
JX
5352msgid "Find line copies within and across files"
5353msgstr ""
5354
abc8de64 5355#: builtin/blame.c:705
cc76011e
JX
5356msgid "Find line movements within and across files"
5357msgstr ""
5358
abc8de64 5359#: builtin/blame.c:706
cc76011e
JX
5360msgid "n,m"
5361msgstr ""
5362
abc8de64 5363#: builtin/blame.c:706
cc76011e
JX
5364msgid "Process only line range n,m, counting from 1"
5365msgstr ""
5366
abc8de64 5367#: builtin/blame.c:753
fda7b092
JX
5368msgid "--progress can't be used with --incremental or porcelain formats"
5369msgstr ""
5370
5b34e000
JX
5371#. TRANSLATORS: This string is used to tell us the
5372#. maximum display width for a relative timestamp in
5373#. "git blame" output. For C locale, "4 years, 11
5374#. months ago", which takes 22 places, is the longest
5375#. among various forms of relative timestamps, but
5376#. your language may need more or fewer display
5377#. columns.
5378#.
abc8de64 5379#: builtin/blame.c:804
fe05e196
JX
5380msgid "4 years, 11 months ago"
5381msgstr ""
5382
abc8de64 5383#: builtin/blame.c:890
5b34e000
JX
5384#, c-format
5385msgid "file %s has only %lu line"
5386msgid_plural "file %s has only %lu lines"
5387msgstr[0] ""
5388msgstr[1] ""
fda7b092 5389
abc8de64 5390#: builtin/blame.c:936
5b34e000 5391msgid "Blaming lines"
fda7b092
JX
5392msgstr ""
5393
5b34e000
JX
5394#: builtin/branch.c:27
5395msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
fda7b092
JX
5396msgstr ""
5397
5b34e000
JX
5398#: builtin/branch.c:28
5399msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
fda7b092
JX
5400msgstr ""
5401
5b34e000 5402#: builtin/branch.c:29
c2ea1208 5403msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
cc76011e
JX
5404msgstr ""
5405
5b34e000 5406#: builtin/branch.c:30
c2ea1208 5407msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
cc76011e
JX
5408msgstr ""
5409
5b34e000 5410#: builtin/branch.c:31
25eab542 5411msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"
f4f2c8f8
JX
5412msgstr ""
5413
5b34e000 5414#: builtin/branch.c:32
25eab542
JX
5415msgid "git branch [<options>] [-r | -a] [--points-at]"
5416msgstr ""
5417
5418#: builtin/branch.c:33
dfc182b1
JX
5419msgid "git branch [<options>] [-r | -a] [--format]"
5420msgstr ""
5421
25eab542 5422#: builtin/branch.c:146
822e4a65
JX
5423#, c-format
5424msgid ""
5425"deleting branch '%s' that has been merged to\n"
5426" '%s', but not yet merged to HEAD."
dce37b66
JX
5427msgstr ""
5428
25eab542 5429#: builtin/branch.c:150
dce37b66
JX
5430#, c-format
5431msgid ""
822e4a65
JX
5432"not deleting branch '%s' that is not yet merged to\n"
5433" '%s', even though it is merged to HEAD."
dce37b66
JX
5434msgstr ""
5435
25eab542 5436#: builtin/branch.c:164
fe52cd62
JX
5437#, c-format
5438msgid "Couldn't look up commit object for '%s'"
5439msgstr ""
5440
25eab542 5441#: builtin/branch.c:168
fe52cd62
JX
5442#, c-format
5443msgid ""
5444"The branch '%s' is not fully merged.\n"
5445"If you are sure you want to delete it, run 'git branch -D %s'."
5446msgstr ""
5447
25eab542 5448#: builtin/branch.c:181
fe52cd62
JX
5449msgid "Update of config-file failed"
5450msgstr ""
5451
25eab542 5452#: builtin/branch.c:212
822e4a65 5453msgid "cannot use -a with -d"
dce37b66
JX
5454msgstr ""
5455
25eab542 5456#: builtin/branch.c:218
822e4a65 5457msgid "Couldn't look up commit object for HEAD"
dce37b66
JX
5458msgstr ""
5459
25eab542 5460#: builtin/branch.c:232
822e4a65 5461#, c-format
f517e50d 5462msgid "Cannot delete branch '%s' checked out at '%s'"
dce37b66
JX
5463msgstr ""
5464
25eab542 5465#: builtin/branch.c:247
822e4a65 5466#, c-format
64f23b0c 5467msgid "remote-tracking branch '%s' not found."
dce37b66
JX
5468msgstr ""
5469
25eab542 5470#: builtin/branch.c:248
822e4a65
JX
5471#, c-format
5472msgid "branch '%s' not found."
dce37b66
JX
5473msgstr ""
5474
25eab542 5475#: builtin/branch.c:263
822e4a65 5476#, c-format
64f23b0c 5477msgid "Error deleting remote-tracking branch '%s'"
dce37b66
JX
5478msgstr ""
5479
25eab542 5480#: builtin/branch.c:264
dce37b66 5481#, c-format
822e4a65 5482msgid "Error deleting branch '%s'"
dce37b66
JX
5483msgstr ""
5484
25eab542 5485#: builtin/branch.c:271
dce37b66 5486#, c-format
64f23b0c 5487msgid "Deleted remote-tracking branch %s (was %s).\n"
dce37b66
JX
5488msgstr ""
5489
25eab542 5490#: builtin/branch.c:272
dce37b66 5491#, c-format
822e4a65 5492msgid "Deleted branch %s (was %s).\n"
dce37b66
JX
5493msgstr ""
5494
25eab542
JX
5495#: builtin/branch.c:417 builtin/tag.c:58
5496msgid "unable to parse format string"
5497msgstr ""
5498
5499#: builtin/branch.c:450
f517e50d
JX
5500#, c-format
5501msgid "Branch %s is being rebased at %s"
5502msgstr ""
5503
25eab542 5504#: builtin/branch.c:454
f517e50d
JX
5505#, c-format
5506msgid "Branch %s is being bisected at %s"
5507msgstr ""
5508
18a90722 5509#: builtin/branch.c:471
25eab542
JX
5510msgid "cannot copy the current branch while not on any."
5511msgstr ""
5512
18a90722 5513#: builtin/branch.c:473
822e4a65 5514msgid "cannot rename the current branch while not on any."
dce37b66
JX
5515msgstr ""
5516
18a90722 5517#: builtin/branch.c:484
dce37b66 5518#, c-format
822e4a65 5519msgid "Invalid branch name: '%s'"
dce37b66
JX
5520msgstr ""
5521
18a90722 5522#: builtin/branch.c:511
822e4a65
JX
5523msgid "Branch rename failed"
5524msgstr ""
5525
18a90722 5526#: builtin/branch.c:513
25eab542
JX
5527msgid "Branch copy failed"
5528msgstr ""
5529
18a90722 5530#: builtin/branch.c:517
25eab542 5531#, c-format
18a90722 5532msgid "Created a copy of a misnamed branch '%s'"
25eab542
JX
5533msgstr ""
5534
18a90722 5535#: builtin/branch.c:520
dce37b66 5536#, c-format
822e4a65 5537msgid "Renamed a misnamed branch '%s' away"
dce37b66
JX
5538msgstr ""
5539
18a90722 5540#: builtin/branch.c:526
dce37b66 5541#, c-format
822e4a65 5542msgid "Branch renamed to %s, but HEAD is not updated!"
dce37b66
JX
5543msgstr ""
5544
18a90722 5545#: builtin/branch.c:535
822e4a65
JX
5546msgid "Branch is renamed, but update of config-file failed"
5547msgstr ""
5548
18a90722 5549#: builtin/branch.c:537
25eab542
JX
5550msgid "Branch is copied, but update of config-file failed"
5551msgstr ""
5552
18a90722 5553#: builtin/branch.c:553
9fa976ff
JX
5554#, c-format
5555msgid ""
5556"Please edit the description for the branch\n"
5557" %s\n"
5558"Lines starting with '%c' will be stripped.\n"
dce37b66
JX
5559msgstr ""
5560
18a90722 5561#: builtin/branch.c:586
cc76011e 5562msgid "Generic options"
dce37b66
JX
5563msgstr ""
5564
18a90722 5565#: builtin/branch.c:588
cc76011e 5566msgid "show hash and subject, give twice for upstream branch"
dce37b66
JX
5567msgstr ""
5568
18a90722 5569#: builtin/branch.c:589
cc76011e 5570msgid "suppress informational messages"
dce37b66
JX
5571msgstr ""
5572
18a90722 5573#: builtin/branch.c:590
cc76011e 5574msgid "set up tracking mode (see git-pull(1))"
dce37b66
JX
5575msgstr ""
5576
18a90722 5577#: builtin/branch.c:592
25eab542 5578msgid "do not use"
dce37b66
JX
5579msgstr ""
5580
18a90722 5581#: builtin/branch.c:594
f517e50d
JX
5582msgid "upstream"
5583msgstr ""
5584
18a90722 5585#: builtin/branch.c:594
f517e50d
JX
5586msgid "change the upstream info"
5587msgstr ""
5588
18a90722 5589#: builtin/branch.c:595
fda7b092
JX
5590msgid "Unset the upstream info"
5591msgstr ""
5592
18a90722 5593#: builtin/branch.c:596
cc76011e 5594msgid "use colored output"
dce37b66
JX
5595msgstr ""
5596
18a90722 5597#: builtin/branch.c:597
cc76011e 5598msgid "act on remote-tracking branches"
dce37b66
JX
5599msgstr ""
5600
18a90722 5601#: builtin/branch.c:599 builtin/branch.c:601
cc76011e 5602msgid "print only branches that contain the commit"
dce37b66
JX
5603msgstr ""
5604
18a90722 5605#: builtin/branch.c:600 builtin/branch.c:602
dfc182b1
JX
5606msgid "print only branches that don't contain the commit"
5607msgstr ""
5608
18a90722 5609#: builtin/branch.c:605
cc76011e 5610msgid "Specific git-branch actions:"
dce37b66
JX
5611msgstr ""
5612
18a90722 5613#: builtin/branch.c:606
cc76011e 5614msgid "list both remote-tracking and local branches"
dce37b66
JX
5615msgstr ""
5616
18a90722 5617#: builtin/branch.c:608
cc76011e 5618msgid "delete fully merged branch"
dce37b66
JX
5619msgstr ""
5620
18a90722 5621#: builtin/branch.c:609
cc76011e 5622msgid "delete branch (even if not merged)"
dce37b66
JX
5623msgstr ""
5624
18a90722 5625#: builtin/branch.c:610
cc76011e 5626msgid "move/rename a branch and its reflog"
822e4a65
JX
5627msgstr ""
5628
18a90722 5629#: builtin/branch.c:611
cc76011e 5630msgid "move/rename a branch, even if target exists"
dce37b66
JX
5631msgstr ""
5632
18a90722 5633#: builtin/branch.c:612
25eab542
JX
5634msgid "copy a branch and its reflog"
5635msgstr ""
5636
18a90722 5637#: builtin/branch.c:613
25eab542
JX
5638msgid "copy a branch, even if target exists"
5639msgstr ""
5640
18a90722 5641#: builtin/branch.c:614
cc76011e 5642msgid "list branch names"
dce37b66
JX
5643msgstr ""
5644
18a90722 5645#: builtin/branch.c:615
cc76011e 5646msgid "create the branch's reflog"
dce37b66
JX
5647msgstr ""
5648
18a90722 5649#: builtin/branch.c:617
cc76011e 5650msgid "edit the description for the branch"
dce37b66
JX
5651msgstr ""
5652
18a90722 5653#: builtin/branch.c:618
beb691f7 5654msgid "force creation, move/rename, deletion"
dce37b66
JX
5655msgstr ""
5656
18a90722 5657#: builtin/branch.c:619
f4f2c8f8 5658msgid "print only branches that are merged"
dce37b66
JX
5659msgstr ""
5660
18a90722 5661#: builtin/branch.c:620
f4f2c8f8 5662msgid "print only branches that are not merged"
dce37b66
JX
5663msgstr ""
5664
18a90722 5665#: builtin/branch.c:621
cc76011e
JX
5666msgid "list branches in columns"
5667msgstr ""
5668
abc8de64 5669#: builtin/branch.c:622 builtin/for-each-ref.c:40 builtin/tag.c:411
f4f2c8f8
JX
5670msgid "key"
5671msgstr ""
5672
abc8de64 5673#: builtin/branch.c:623 builtin/for-each-ref.c:41 builtin/tag.c:412
f4f2c8f8
JX
5674msgid "field name to sort on"
5675msgstr ""
5676
18a90722 5677#: builtin/branch.c:625 builtin/for-each-ref.c:43 builtin/notes.c:408
25eab542 5678#: builtin/notes.c:411 builtin/notes.c:571 builtin/notes.c:574
abc8de64 5679#: builtin/tag.c:414
f4f2c8f8
JX
5680msgid "object"
5681msgstr ""
5682
18a90722 5683#: builtin/branch.c:626
f4f2c8f8
JX
5684msgid "print only branches of the object"
5685msgstr ""
5686
abc8de64 5687#: builtin/branch.c:628 builtin/for-each-ref.c:49 builtin/tag.c:421
673bfad0
JX
5688msgid "sorting and filtering are case insensitive"
5689msgstr ""
5690
abc8de64 5691#: builtin/branch.c:629 builtin/for-each-ref.c:38 builtin/tag.c:419
5b34e000 5692#: builtin/verify-tag.c:39
dfc182b1
JX
5693msgid "format to use for the output"
5694msgstr ""
5695
abc8de64 5696#: builtin/branch.c:652 builtin/clone.c:735
cc76011e
JX
5697msgid "HEAD not found below refs/heads!"
5698msgstr ""
5699
18a90722 5700#: builtin/branch.c:675
cc76011e 5701msgid "--column and --verbose are incompatible"
dce37b66
JX
5702msgstr ""
5703
18a90722 5704#: builtin/branch.c:690 builtin/branch.c:742 builtin/branch.c:751
9caaf23e
JX
5705msgid "branch name required"
5706msgstr ""
5707
18a90722 5708#: builtin/branch.c:718
9caaf23e
JX
5709msgid "Cannot give description to detached HEAD"
5710msgstr ""
5711
18a90722 5712#: builtin/branch.c:723
9caaf23e
JX
5713msgid "cannot edit description of more than one branch"
5714msgstr ""
5715
18a90722 5716#: builtin/branch.c:730
9caaf23e
JX
5717#, c-format
5718msgid "No commit on branch '%s' yet."
5719msgstr ""
5720
18a90722 5721#: builtin/branch.c:733
9caaf23e
JX
5722#, c-format
5723msgid "No branch named '%s'."
5724msgstr ""
5725
18a90722 5726#: builtin/branch.c:748
25eab542 5727msgid "too many branches for a copy operation"
9caaf23e
JX
5728msgstr ""
5729
18a90722 5730#: builtin/branch.c:757
25eab542 5731msgid "too many arguments for a rename operation"
c138af56
JX
5732msgstr ""
5733
18a90722 5734#: builtin/branch.c:762
25eab542
JX
5735msgid "too many arguments to set new upstream"
5736msgstr ""
5737
18a90722 5738#: builtin/branch.c:766
c138af56
JX
5739#, c-format
5740msgid ""
5741"could not set upstream of HEAD to %s when it does not point to any branch."
5742msgstr ""
5743
18a90722 5744#: builtin/branch.c:769 builtin/branch.c:791 builtin/branch.c:807
c138af56
JX
5745#, c-format
5746msgid "no such branch '%s'"
5747msgstr ""
5748
18a90722 5749#: builtin/branch.c:773
822e4a65 5750#, c-format
cc76011e 5751msgid "branch '%s' does not exist"
dce37b66
JX
5752msgstr ""
5753
18a90722 5754#: builtin/branch.c:785
25eab542 5755msgid "too many arguments to unset upstream"
c138af56
JX
5756msgstr ""
5757
18a90722 5758#: builtin/branch.c:789
c138af56
JX
5759msgid "could not unset upstream of HEAD when it does not point to any branch."
5760msgstr ""
5761
18a90722 5762#: builtin/branch.c:795
822e4a65 5763#, c-format
cc76011e
JX
5764msgid "Branch '%s' has no upstream information"
5765msgstr ""
5766
18a90722 5767#: builtin/branch.c:810
cc76011e 5768msgid "-a and -r options to 'git branch' do not make sense with a branch name"
dce37b66
JX
5769msgstr ""
5770
18a90722 5771#: builtin/branch.c:813
cc76011e 5772msgid ""
25eab542
JX
5773"the '--set-upstream' option is no longer supported. Please use '--track' or "
5774"'--set-upstream-to' instead."
cc76011e 5775msgstr ""
822e4a65 5776
dfc182b1 5777#: builtin/bundle.c:45
cc76011e
JX
5778#, c-format
5779msgid "%s is okay\n"
dce37b66
JX
5780msgstr ""
5781
dfc182b1 5782#: builtin/bundle.c:58
cc76011e 5783msgid "Need a repository to create a bundle."
dce37b66
JX
5784msgstr ""
5785
dfc182b1 5786#: builtin/bundle.c:62
cc76011e 5787msgid "Need a repository to unbundle."
dce37b66
JX
5788msgstr ""
5789
abc8de64 5790#: builtin/cat-file.c:523
64f23b0c 5791msgid ""
fda7b092
JX
5792"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
5793"p | <type> | --textconv | --filters) [--path=<path>] <object>"
dce37b66
JX
5794msgstr ""
5795
abc8de64 5796#: builtin/cat-file.c:524
fda7b092
JX
5797msgid ""
5798"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
5799"filters]"
dce37b66
JX
5800msgstr ""
5801
abc8de64 5802#: builtin/cat-file.c:561
cc76011e 5803msgid "<type> can be one of: blob, tree, commit, tag"
dce37b66
JX
5804msgstr ""
5805
abc8de64 5806#: builtin/cat-file.c:562
cc76011e 5807msgid "show object type"
dce37b66
JX
5808msgstr ""
5809
abc8de64 5810#: builtin/cat-file.c:563
cc76011e 5811msgid "show object size"
dce37b66
JX
5812msgstr ""
5813
abc8de64 5814#: builtin/cat-file.c:565
cc76011e 5815msgid "exit with zero when there's no error"
dce37b66
JX
5816msgstr ""
5817
abc8de64 5818#: builtin/cat-file.c:566
cc76011e 5819msgid "pretty-print object's content"
dce37b66
JX
5820msgstr ""
5821
abc8de64 5822#: builtin/cat-file.c:568
cc76011e 5823msgid "for blob objects, run textconv on object's content"
dce37b66
JX
5824msgstr ""
5825
abc8de64 5826#: builtin/cat-file.c:570
fda7b092
JX
5827msgid "for blob objects, run filters on object's content"
5828msgstr ""
5829
abc8de64 5830#: builtin/cat-file.c:571 git-submodule.sh:878
fda7b092
JX
5831msgid "blob"
5832msgstr ""
5833
abc8de64 5834#: builtin/cat-file.c:572
fda7b092
JX
5835msgid "use a specific path for --textconv/--filters"
5836msgstr ""
5837
abc8de64 5838#: builtin/cat-file.c:574
64f23b0c
JX
5839msgid "allow -s and -t to work with broken/corrupt objects"
5840msgstr ""
5841
abc8de64 5842#: builtin/cat-file.c:575
df0617bf
JX
5843msgid "buffer --batch output"
5844msgstr ""
5845
abc8de64 5846#: builtin/cat-file.c:577
cc76011e 5847msgid "show info and content of objects fed from the standard input"
dce37b66
JX
5848msgstr ""
5849
abc8de64 5850#: builtin/cat-file.c:580
cc76011e 5851msgid "show info about objects fed from the standard input"
822e4a65
JX
5852msgstr ""
5853
abc8de64 5854#: builtin/cat-file.c:583
64f23b0c
JX
5855msgid "follow in-tree symlinks (used with --batch or --batch-check)"
5856msgstr ""
5857
abc8de64 5858#: builtin/cat-file.c:585
df0617bf
JX
5859msgid "show all objects with --batch or --batch-check"
5860msgstr ""
5861
5b34e000 5862#: builtin/check-attr.c:12
c2ea1208 5863msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
dce37b66
JX
5864msgstr ""
5865
5b34e000 5866#: builtin/check-attr.c:13
f4f2c8f8 5867msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
dce37b66
JX
5868msgstr ""
5869
5b34e000 5870#: builtin/check-attr.c:20
cc76011e 5871msgid "report all attributes set on file"
dce37b66
JX
5872msgstr ""
5873
5b34e000 5874#: builtin/check-attr.c:21
cc76011e 5875msgid "use .gitattributes only from the index"
dce37b66
JX
5876msgstr ""
5877
abc8de64 5878#: builtin/check-attr.c:22 builtin/check-ignore.c:24 builtin/hash-object.c:100
cc76011e 5879msgid "read file names from stdin"
dce37b66
JX
5880msgstr ""
5881
5b34e000 5882#: builtin/check-attr.c:24 builtin/check-ignore.c:26
727b9576 5883msgid "terminate input and output records by a NUL character"
dce37b66
JX
5884msgstr ""
5885
abc8de64 5886#: builtin/check-ignore.c:20 builtin/checkout.c:1106 builtin/gc.c:358
9caaf23e
JX
5887msgid "suppress progress reporting"
5888msgstr ""
5889
5b34e000 5890#: builtin/check-ignore.c:28
28b3cffc
JX
5891msgid "show non-matching input paths"
5892msgstr ""
5893
5b34e000 5894#: builtin/check-ignore.c:30
727b9576
JX
5895msgid "ignore index when checking"
5896msgstr ""
5897
abc8de64 5898#: builtin/check-ignore.c:159
9caaf23e
JX
5899msgid "cannot specify pathnames with --stdin"
5900msgstr ""
5901
abc8de64 5902#: builtin/check-ignore.c:162
9caaf23e
JX
5903msgid "-z only makes sense with --stdin"
5904msgstr ""
5905
abc8de64 5906#: builtin/check-ignore.c:164
9caaf23e
JX
5907msgid "no path specified"
5908msgstr ""
5909
abc8de64 5910#: builtin/check-ignore.c:168
9caaf23e
JX
5911msgid "--quiet is only valid with a single pathname"
5912msgstr ""
5913
abc8de64 5914#: builtin/check-ignore.c:170
9caaf23e
JX
5915msgid "cannot have both --quiet and --verbose"
5916msgstr ""
5917
abc8de64 5918#: builtin/check-ignore.c:173
28b3cffc
JX
5919msgid "--non-matching is only valid with --verbose"
5920msgstr ""
5921
5b34e000 5922#: builtin/check-mailmap.c:9
c2ea1208 5923msgid "git check-mailmap [<options>] <contact>..."
28b3cffc
JX
5924msgstr ""
5925
5b34e000 5926#: builtin/check-mailmap.c:14
28b3cffc
JX
5927msgid "also read contacts from stdin"
5928msgstr ""
5929
5b34e000 5930#: builtin/check-mailmap.c:25
28b3cffc
JX
5931#, c-format
5932msgid "unable to parse contact: %s"
5933msgstr ""
5934
5b34e000 5935#: builtin/check-mailmap.c:48
28b3cffc
JX
5936msgid "no contacts specified"
5937msgstr ""
5938
5b34e000 5939#: builtin/checkout-index.c:128
c2ea1208 5940msgid "git checkout-index [<options>] [--] [<file>...]"
dce37b66
JX
5941msgstr ""
5942
18a90722 5943#: builtin/checkout-index.c:143
9eb3984b
JX
5944msgid "stage should be between 1 and 3 or all"
5945msgstr ""
5946
18a90722 5947#: builtin/checkout-index.c:159
cc76011e 5948msgid "check out all files in the index"
dce37b66
JX
5949msgstr ""
5950
18a90722 5951#: builtin/checkout-index.c:160
cc76011e 5952msgid "force overwrite of existing files"
dce37b66
JX
5953msgstr ""
5954
18a90722 5955#: builtin/checkout-index.c:162
cc76011e 5956msgid "no warning for existing files and files not in index"
dce37b66
JX
5957msgstr ""
5958
18a90722 5959#: builtin/checkout-index.c:164
cc76011e 5960msgid "don't checkout new files"
dce37b66
JX
5961msgstr ""
5962
18a90722 5963#: builtin/checkout-index.c:166
cc76011e 5964msgid "update stat information in the index file"
dce37b66
JX
5965msgstr ""
5966
18a90722 5967#: builtin/checkout-index.c:170
cc76011e 5968msgid "read list of paths from the standard input"
dce37b66
JX
5969msgstr ""
5970
18a90722 5971#: builtin/checkout-index.c:172
cc76011e 5972msgid "write the content to temporary files"
dce37b66
JX
5973msgstr ""
5974
18a90722 5975#: builtin/checkout-index.c:173 builtin/column.c:31
abc8de64
JX
5976#: builtin/submodule--helper.c:1203 builtin/submodule--helper.c:1206
5977#: builtin/submodule--helper.c:1212 builtin/submodule--helper.c:1574
5978#: builtin/worktree.c:570
cc76011e 5979msgid "string"
dce37b66
JX
5980msgstr ""
5981
18a90722 5982#: builtin/checkout-index.c:174
cc76011e 5983msgid "when creating files, prepend <string>"
dce37b66
JX
5984msgstr ""
5985
18a90722 5986#: builtin/checkout-index.c:176
cc76011e 5987msgid "copy out the files from named stage"
dce37b66
JX
5988msgstr ""
5989
18a90722 5990#: builtin/checkout.c:27
c2ea1208 5991msgid "git checkout [<options>] <branch>"
dce37b66
JX
5992msgstr ""
5993
18a90722 5994#: builtin/checkout.c:28
c2ea1208 5995msgid "git checkout [<options>] [<branch>] -- <file>..."
dce37b66
JX
5996msgstr ""
5997
18a90722 5998#: builtin/checkout.c:136 builtin/checkout.c:169
822e4a65 5999#, c-format
cc76011e 6000msgid "path '%s' does not have our version"
dce37b66
JX
6001msgstr ""
6002
18a90722 6003#: builtin/checkout.c:138 builtin/checkout.c:171
dce37b66 6004#, c-format
cc76011e 6005msgid "path '%s' does not have their version"
dce37b66
JX
6006msgstr ""
6007
18a90722 6008#: builtin/checkout.c:154
822e4a65 6009#, c-format
cc76011e 6010msgid "path '%s' does not have all necessary versions"
dce37b66
JX
6011msgstr ""
6012
18a90722 6013#: builtin/checkout.c:198
822e4a65 6014#, c-format
cc76011e 6015msgid "path '%s' does not have necessary versions"
dce37b66
JX
6016msgstr ""
6017
18a90722 6018#: builtin/checkout.c:215
822e4a65 6019#, c-format
cc76011e 6020msgid "path '%s': cannot merge"
dce37b66
JX
6021msgstr ""
6022
abc8de64 6023#: builtin/checkout.c:231
cc76011e
JX
6024#, c-format
6025msgid "Unable to add merge result for '%s'"
dce37b66
JX
6026msgstr ""
6027
abc8de64
JX
6028#: builtin/checkout.c:253 builtin/checkout.c:256 builtin/checkout.c:259
6029#: builtin/checkout.c:262
cc76011e
JX
6030#, c-format
6031msgid "'%s' cannot be used with updating paths"
dce37b66
JX
6032msgstr ""
6033
abc8de64 6034#: builtin/checkout.c:265 builtin/checkout.c:268
dce37b66 6035#, c-format
cc76011e 6036msgid "'%s' cannot be used with %s"
dce37b66
JX
6037msgstr ""
6038
abc8de64 6039#: builtin/checkout.c:271
dce37b66 6040#, c-format
cc76011e 6041msgid "Cannot update paths and switch to branch '%s' at the same time."
dce37b66
JX
6042msgstr ""
6043
abc8de64 6044#: builtin/checkout.c:340 builtin/checkout.c:347
dce37b66 6045#, c-format
cc76011e 6046msgid "path '%s' is unmerged"
dce37b66
JX
6047msgstr ""
6048
abc8de64 6049#: builtin/checkout.c:505
cc76011e 6050msgid "you need to resolve your current index first"
dce37b66
JX
6051msgstr ""
6052
abc8de64 6053#: builtin/checkout.c:636
dce37b66 6054#, c-format
df0617bf 6055msgid "Can not do reflog for '%s': %s\n"
dce37b66
JX
6056msgstr ""
6057
abc8de64 6058#: builtin/checkout.c:677
cc76011e
JX
6059msgid "HEAD is now at"
6060msgstr ""
6061
abc8de64 6062#: builtin/checkout.c:681 builtin/clone.c:689
f1522b27
JX
6063msgid "unable to update HEAD"
6064msgstr ""
6065
abc8de64 6066#: builtin/checkout.c:685
dce37b66 6067#, c-format
cc76011e 6068msgid "Reset branch '%s'\n"
dce37b66
JX
6069msgstr ""
6070
abc8de64 6071#: builtin/checkout.c:688
dce37b66 6072#, c-format
cc76011e 6073msgid "Already on '%s'\n"
dce37b66
JX
6074msgstr ""
6075
abc8de64 6076#: builtin/checkout.c:692
dce37b66 6077#, c-format
cc76011e 6078msgid "Switched to and reset branch '%s'\n"
dce37b66
JX
6079msgstr ""
6080
abc8de64 6081#: builtin/checkout.c:694 builtin/checkout.c:1039
dce37b66 6082#, c-format
cc76011e 6083msgid "Switched to a new branch '%s'\n"
dce37b66
JX
6084msgstr ""
6085
abc8de64 6086#: builtin/checkout.c:696
cc76011e
JX
6087#, c-format
6088msgid "Switched to branch '%s'\n"
dce37b66
JX
6089msgstr ""
6090
abc8de64 6091#: builtin/checkout.c:747
cc76011e
JX
6092#, c-format
6093msgid " ... and %d more.\n"
dce37b66
JX
6094msgstr ""
6095
abc8de64 6096#: builtin/checkout.c:753
cc76011e 6097#, c-format
822e4a65 6098msgid ""
cc76011e
JX
6099"Warning: you are leaving %d commit behind, not connected to\n"
6100"any of your branches:\n"
822e4a65 6101"\n"
cc76011e
JX
6102"%s\n"
6103msgid_plural ""
6104"Warning: you are leaving %d commits behind, not connected to\n"
6105"any of your branches:\n"
822e4a65 6106"\n"
cc76011e
JX
6107"%s\n"
6108msgstr[0] ""
6109msgstr[1] ""
dce37b66 6110
abc8de64 6111#: builtin/checkout.c:772
cc76011e 6112#, c-format
dce37b66 6113msgid ""
64f23b0c
JX
6114"If you want to keep it by creating a new branch, this may be a good time\n"
6115"to do so with:\n"
6116"\n"
6117" git branch <new-branch-name> %s\n"
6118"\n"
6119msgid_plural ""
cc76011e
JX
6120"If you want to keep them by creating a new branch, this may be a good time\n"
6121"to do so with:\n"
822e4a65 6122"\n"
c2ea1208 6123" git branch <new-branch-name> %s\n"
822e4a65 6124"\n"
64f23b0c
JX
6125msgstr[0] ""
6126msgstr[1] ""
dce37b66 6127
abc8de64 6128#: builtin/checkout.c:804
cc76011e 6129msgid "internal error in revision walk"
dce37b66
JX
6130msgstr ""
6131
abc8de64 6132#: builtin/checkout.c:808
cc76011e 6133msgid "Previous HEAD position was"
dce37b66
JX
6134msgstr ""
6135
abc8de64 6136#: builtin/checkout.c:836 builtin/checkout.c:1034
cc76011e 6137msgid "You are on a branch yet to be born"
dce37b66
JX
6138msgstr ""
6139
abc8de64 6140#: builtin/checkout.c:940
727b9576
JX
6141#, c-format
6142msgid "only one reference expected, %d given."
6143msgstr ""
6144
abc8de64 6145#: builtin/checkout.c:980 builtin/worktree.c:249
cc76011e
JX
6146#, c-format
6147msgid "invalid reference: %s"
dce37b66
JX
6148msgstr ""
6149
abc8de64 6150#: builtin/checkout.c:1009
cc76011e
JX
6151#, c-format
6152msgid "reference is not a tree: %s"
dce37b66
JX
6153msgstr ""
6154
abc8de64 6155#: builtin/checkout.c:1048
cc76011e 6156msgid "paths cannot be used with switching branches"
dce37b66
JX
6157msgstr ""
6158
abc8de64 6159#: builtin/checkout.c:1051 builtin/checkout.c:1055
cc76011e
JX
6160#, c-format
6161msgid "'%s' cannot be used with switching branches"
dce37b66
JX
6162msgstr ""
6163
abc8de64
JX
6164#: builtin/checkout.c:1059 builtin/checkout.c:1062 builtin/checkout.c:1067
6165#: builtin/checkout.c:1070
cc76011e
JX
6166#, c-format
6167msgid "'%s' cannot be used with '%s'"
dce37b66
JX
6168msgstr ""
6169
abc8de64 6170#: builtin/checkout.c:1075
dce37b66 6171#, c-format
cc76011e 6172msgid "Cannot switch branch to a non-commit '%s'"
dce37b66
JX
6173msgstr ""
6174
abc8de64
JX
6175#: builtin/checkout.c:1107 builtin/checkout.c:1109 builtin/clone.c:116
6176#: builtin/remote.c:166 builtin/remote.c:168 builtin/worktree.c:387
6177#: builtin/worktree.c:389
cc76011e 6178msgid "branch"
dce37b66
JX
6179msgstr ""
6180
abc8de64 6181#: builtin/checkout.c:1108
cc76011e 6182msgid "create and checkout a new branch"
dce37b66
JX
6183msgstr ""
6184
abc8de64 6185#: builtin/checkout.c:1110
cc76011e 6186msgid "create/reset and checkout a branch"
dce37b66
JX
6187msgstr ""
6188
abc8de64 6189#: builtin/checkout.c:1111
cc76011e 6190msgid "create reflog for new branch"
dce37b66
JX
6191msgstr ""
6192
abc8de64 6193#: builtin/checkout.c:1112 builtin/worktree.c:391
9fa976ff 6194msgid "detach HEAD at named commit"
dce37b66
JX
6195msgstr ""
6196
abc8de64 6197#: builtin/checkout.c:1113
cc76011e 6198msgid "set upstream info for new branch"
dce37b66
JX
6199msgstr ""
6200
abc8de64 6201#: builtin/checkout.c:1115
5e078fcd 6202msgid "new-branch"
dce37b66
JX
6203msgstr ""
6204
abc8de64 6205#: builtin/checkout.c:1115
cc76011e 6206msgid "new unparented branch"
dce37b66
JX
6207msgstr ""
6208
abc8de64 6209#: builtin/checkout.c:1116
cc76011e 6210msgid "checkout our version for unmerged files"
dce37b66
JX
6211msgstr ""
6212
abc8de64 6213#: builtin/checkout.c:1118
cc76011e 6214msgid "checkout their version for unmerged files"
dce37b66
JX
6215msgstr ""
6216
abc8de64 6217#: builtin/checkout.c:1120
cc76011e 6218msgid "force checkout (throw away local modifications)"
cd1e7487
JX
6219msgstr ""
6220
abc8de64 6221#: builtin/checkout.c:1122
cc76011e 6222msgid "perform a 3-way merge with the new branch"
dce37b66
JX
6223msgstr ""
6224
abc8de64 6225#: builtin/checkout.c:1124 builtin/merge.c:239
cc76011e 6226msgid "update ignored files (default)"
dce37b66
JX
6227msgstr ""
6228
abc8de64 6229#: builtin/checkout.c:1126 builtin/log.c:1499 parse-options.h:263
cc76011e 6230msgid "style"
dce37b66
JX
6231msgstr ""
6232
abc8de64 6233#: builtin/checkout.c:1127
cc76011e 6234msgid "conflict style (merge or diff3)"
dce37b66
JX
6235msgstr ""
6236
abc8de64 6237#: builtin/checkout.c:1130
c6bc7d43
JX
6238msgid "do not limit pathspecs to sparse entries only"
6239msgstr ""
6240
abc8de64 6241#: builtin/checkout.c:1132
c2ea1208 6242msgid "second guess 'git checkout <no-such-branch>'"
dce37b66
JX
6243msgstr ""
6244
abc8de64 6245#: builtin/checkout.c:1134
64f23b0c
JX
6246msgid "do not check if another worktree is holding the given ref"
6247msgstr ""
6248
abc8de64
JX
6249#: builtin/checkout.c:1138 builtin/clone.c:83 builtin/fetch.c:150
6250#: builtin/merge.c:236 builtin/pull.c:123 builtin/push.c:556
5b34e000 6251#: builtin/send-pack.c:173
f4f2c8f8
JX
6252msgid "force progress reporting"
6253msgstr ""
6254
abc8de64 6255#: builtin/checkout.c:1168
cc76011e 6256msgid "-b, -B and --orphan are mutually exclusive"
dce37b66
JX
6257msgstr ""
6258
abc8de64 6259#: builtin/checkout.c:1185
cc76011e 6260msgid "--track needs a branch name"
822e4a65
JX
6261msgstr ""
6262
abc8de64 6263#: builtin/checkout.c:1190
cc76011e 6264msgid "Missing branch name; try -b"
dce37b66
JX
6265msgstr ""
6266
abc8de64 6267#: builtin/checkout.c:1226
cc76011e 6268msgid "invalid path specification"
dce37b66
JX
6269msgstr ""
6270
abc8de64 6271#: builtin/checkout.c:1233
dce37b66 6272#, c-format
5b34e000 6273msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
dce37b66
JX
6274msgstr ""
6275
abc8de64 6276#: builtin/checkout.c:1237
cc76011e
JX
6277#, c-format
6278msgid "git checkout: --detach does not take a path argument '%s'"
dce37b66
JX
6279msgstr ""
6280
abc8de64 6281#: builtin/checkout.c:1241
cc76011e
JX
6282msgid ""
6283"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
6284"checking out of the index."
dce37b66
JX
6285msgstr ""
6286
5b34e000 6287#: builtin/clean.c:26
28b3cffc
JX
6288msgid ""
6289"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
dce37b66
JX
6290msgstr ""
6291
5b34e000 6292#: builtin/clean.c:30
46bc4039
JX
6293#, c-format
6294msgid "Removing %s\n"
6295msgstr ""
6296
5b34e000 6297#: builtin/clean.c:31
46bc4039
JX
6298#, c-format
6299msgid "Would remove %s\n"
6300msgstr ""
6301
5b34e000 6302#: builtin/clean.c:32
46bc4039
JX
6303#, c-format
6304msgid "Skipping repository %s\n"
6305msgstr ""
6306
5b34e000 6307#: builtin/clean.c:33
46bc4039
JX
6308#, c-format
6309msgid "Would skip repository %s\n"
6310msgstr ""
6311
5b34e000 6312#: builtin/clean.c:34
46bc4039
JX
6313#, c-format
6314msgid "failed to remove %s"
6315msgstr ""
6316
18a90722 6317#: builtin/clean.c:302 git-add--interactive.perl:572
673bfad0 6318#, c-format
28b3cffc
JX
6319msgid ""
6320"Prompt help:\n"
6321"1 - select a numbered item\n"
6322"foo - select item based on unique prefix\n"
673bfad0 6323" - (empty) select nothing\n"
28b3cffc
JX
6324msgstr ""
6325
18a90722 6326#: builtin/clean.c:306 git-add--interactive.perl:581
673bfad0 6327#, c-format
28b3cffc
JX
6328msgid ""
6329"Prompt help:\n"
6330"1 - select a single item\n"
6331"3-5 - select a range of items\n"
6332"2-3,6-9 - select multiple ranges\n"
6333"foo - select item based on unique prefix\n"
6334"-... - unselect specified items\n"
6335"* - choose all items\n"
673bfad0 6336" - (empty) finish selecting\n"
28b3cffc
JX
6337msgstr ""
6338
18a90722 6339#: builtin/clean.c:522 git-add--interactive.perl:547
5b34e000 6340#: git-add--interactive.perl:552
673bfad0
JX
6341#, c-format, perl-format
6342msgid "Huh (%s)?\n"
28b3cffc
JX
6343msgstr ""
6344
18a90722 6345#: builtin/clean.c:664
28b3cffc
JX
6346#, c-format
6347msgid "Input ignore patterns>> "
6348msgstr ""
6349
18a90722 6350#: builtin/clean.c:701
28b3cffc
JX
6351#, c-format
6352msgid "WARNING: Cannot find items matched by: %s"
6353msgstr ""
6354
18a90722 6355#: builtin/clean.c:722
28b3cffc
JX
6356msgid "Select items to delete"
6357msgstr ""
6358
c2ea1208 6359#. TRANSLATORS: Make sure to keep [y/N] as is
18a90722 6360#: builtin/clean.c:763
28b3cffc 6361#, c-format
c2ea1208 6362msgid "Remove %s [y/N]? "
28b3cffc
JX
6363msgstr ""
6364
abc8de64 6365#: builtin/clean.c:788 git-add--interactive.perl:1710
673bfad0
JX
6366#, c-format
6367msgid "Bye.\n"
28b3cffc
JX
6368msgstr ""
6369
18a90722 6370#: builtin/clean.c:796
28b3cffc
JX
6371msgid ""
6372"clean - start cleaning\n"
6373"filter by pattern - exclude items from deletion\n"
6374"select by numbers - select items to be deleted by numbers\n"
6375"ask each - confirm each deletion (like \"rm -i\")\n"
6376"quit - stop cleaning\n"
6377"help - this screen\n"
6378"? - help for prompt selection"
6379msgstr ""
6380
abc8de64 6381#: builtin/clean.c:823 git-add--interactive.perl:1786
28b3cffc
JX
6382msgid "*** Commands ***"
6383msgstr ""
6384
abc8de64 6385#: builtin/clean.c:824 git-add--interactive.perl:1783
28b3cffc
JX
6386msgid "What now"
6387msgstr ""
6388
18a90722 6389#: builtin/clean.c:832
28b3cffc
JX
6390msgid "Would remove the following item:"
6391msgid_plural "Would remove the following items:"
6392msgstr[0] ""
6393msgstr[1] ""
6394
18a90722 6395#: builtin/clean.c:848
28b3cffc
JX
6396msgid "No more files to clean, exiting."
6397msgstr ""
6398
18a90722 6399#: builtin/clean.c:910
cc76011e 6400msgid "do not print names of files removed"
dce37b66
JX
6401msgstr ""
6402
18a90722 6403#: builtin/clean.c:912
cc76011e 6404msgid "force"
dce37b66
JX
6405msgstr ""
6406
18a90722 6407#: builtin/clean.c:913
28b3cffc
JX
6408msgid "interactive cleaning"
6409msgstr ""
6410
18a90722 6411#: builtin/clean.c:915
cc76011e 6412msgid "remove whole directories"
dce37b66
JX
6413msgstr ""
6414
abc8de64
JX
6415#: builtin/clean.c:916 builtin/describe.c:533 builtin/describe.c:535
6416#: builtin/grep.c:871 builtin/log.c:157 builtin/log.c:159
18a90722
JX
6417#: builtin/ls-files.c:548 builtin/name-rev.c:397 builtin/name-rev.c:399
6418#: builtin/show-ref.c:176
cc76011e 6419msgid "pattern"
dce37b66
JX
6420msgstr ""
6421
18a90722 6422#: builtin/clean.c:917
cc76011e 6423msgid "add <pattern> to ignore rules"
dce37b66
JX
6424msgstr ""
6425
18a90722 6426#: builtin/clean.c:918
cc76011e 6427msgid "remove ignored files, too"
dce37b66
JX
6428msgstr ""
6429
18a90722 6430#: builtin/clean.c:920
cc76011e 6431msgid "remove only ignored files"
dce37b66
JX
6432msgstr ""
6433
18a90722 6434#: builtin/clean.c:938
cc76011e 6435msgid "-x and -X cannot be used together"
dce37b66
JX
6436msgstr ""
6437
18a90722 6438#: builtin/clean.c:942
cc76011e 6439msgid ""
5e078fcd 6440"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
28b3cffc 6441"clean"
dce37b66
JX
6442msgstr ""
6443
18a90722 6444#: builtin/clean.c:945
cc76011e 6445msgid ""
5e078fcd 6446"clean.requireForce defaults to true and neither -i, -n, nor -f given; "
28b3cffc 6447"refusing to clean"
dce37b66
JX
6448msgstr ""
6449
abc8de64 6450#: builtin/clone.c:40
c2ea1208 6451msgid "git clone [<options>] [--] <repo> [<dir>]"
dce37b66
JX
6452msgstr ""
6453
abc8de64 6454#: builtin/clone.c:85
cc76011e 6455msgid "don't create a checkout"
dce37b66
JX
6456msgstr ""
6457
abc8de64 6458#: builtin/clone.c:86 builtin/clone.c:88 builtin/init-db.c:479
cc76011e 6459msgid "create a bare repository"
dce37b66
JX
6460msgstr ""
6461
abc8de64 6462#: builtin/clone.c:90
cc76011e 6463msgid "create a mirror repository (implies bare)"
dce37b66
JX
6464msgstr ""
6465
abc8de64 6466#: builtin/clone.c:92
cc76011e 6467msgid "to clone from a local repository"
dce37b66
JX
6468msgstr ""
6469
abc8de64 6470#: builtin/clone.c:94
cc76011e 6471msgid "don't use local hardlinks, always copy"
dce37b66
JX
6472msgstr ""
6473
abc8de64 6474#: builtin/clone.c:96
cc76011e 6475msgid "setup as shared repository"
dce37b66
JX
6476msgstr ""
6477
abc8de64 6478#: builtin/clone.c:98 builtin/clone.c:102
dfc182b1
JX
6479msgid "pathspec"
6480msgstr ""
6481
abc8de64 6482#: builtin/clone.c:98 builtin/clone.c:102
cc76011e 6483msgid "initialize submodules in the clone"
dce37b66
JX
6484msgstr ""
6485
abc8de64 6486#: builtin/clone.c:105
f517e50d
JX
6487msgid "number of submodules cloned in parallel"
6488msgstr ""
6489
abc8de64 6490#: builtin/clone.c:106 builtin/init-db.c:476
cc76011e 6491msgid "template-directory"
dce37b66
JX
6492msgstr ""
6493
abc8de64 6494#: builtin/clone.c:107 builtin/init-db.c:477
cc76011e 6495msgid "directory from which templates will be used"
dce37b66
JX
6496msgstr ""
6497
abc8de64
JX
6498#: builtin/clone.c:109 builtin/clone.c:111 builtin/submodule--helper.c:1210
6499#: builtin/submodule--helper.c:1577
cc76011e 6500msgid "reference repository"
dce37b66
JX
6501msgstr ""
6502
abc8de64 6503#: builtin/clone.c:113
64f23b0c
JX
6504msgid "use --reference only while cloning"
6505msgstr ""
6506
abc8de64 6507#: builtin/clone.c:114 builtin/column.c:27 builtin/merge-file.c:44
cc76011e 6508msgid "name"
dce37b66
JX
6509msgstr ""
6510
abc8de64 6511#: builtin/clone.c:115
cc76011e 6512msgid "use <name> instead of 'origin' to track upstream"
dce37b66
JX
6513msgstr ""
6514
abc8de64 6515#: builtin/clone.c:117
cc76011e 6516msgid "checkout <branch> instead of the remote's HEAD"
dce37b66
JX
6517msgstr ""
6518
abc8de64 6519#: builtin/clone.c:119
cc76011e 6520msgid "path to git-upload-pack on the remote"
dce37b66
JX
6521msgstr ""
6522
abc8de64 6523#: builtin/clone.c:120 builtin/fetch.c:151 builtin/grep.c:813
18a90722 6524#: builtin/pull.c:211
cc76011e 6525msgid "depth"
dce37b66
JX
6526msgstr ""
6527
abc8de64 6528#: builtin/clone.c:121
cc76011e 6529msgid "create a shallow clone of that depth"
dce37b66
JX
6530msgstr ""
6531
abc8de64
JX
6532#: builtin/clone.c:122 builtin/fetch.c:153 builtin/pack-objects.c:3017
6533#: parse-options.h:154
fda7b092
JX
6534msgid "time"
6535msgstr ""
6536
abc8de64 6537#: builtin/clone.c:123
fda7b092
JX
6538msgid "create a shallow clone since a specific time"
6539msgstr ""
6540
abc8de64 6541#: builtin/clone.c:124 builtin/fetch.c:155
fda7b092
JX
6542msgid "revision"
6543msgstr ""
6544
abc8de64 6545#: builtin/clone.c:125 builtin/fetch.c:156
673bfad0 6546msgid "deepen history of shallow clone, excluding rev"
fda7b092
JX
6547msgstr ""
6548
abc8de64 6549#: builtin/clone.c:127
cc76011e 6550msgid "clone only one branch, HEAD or --branch"
822e4a65
JX
6551msgstr ""
6552
abc8de64 6553#: builtin/clone.c:129
5b34e000
JX
6554msgid "don't clone any tags, and make later fetches not to follow them"
6555msgstr ""
6556
abc8de64 6557#: builtin/clone.c:131
f517e50d
JX
6558msgid "any cloned submodules will be shallow"
6559msgstr ""
6560
abc8de64 6561#: builtin/clone.c:132 builtin/init-db.c:485
cc76011e 6562msgid "gitdir"
dce37b66
JX
6563msgstr ""
6564
abc8de64 6565#: builtin/clone.c:133 builtin/init-db.c:486
cc76011e 6566msgid "separate git dir from working tree"
dce37b66
JX
6567msgstr ""
6568
abc8de64 6569#: builtin/clone.c:134
cc76011e 6570msgid "key=value"
822e4a65
JX
6571msgstr ""
6572
abc8de64 6573#: builtin/clone.c:135
cc76011e 6574msgid "set config inside the new repository"
dce37b66
JX
6575msgstr ""
6576
abc8de64 6577#: builtin/clone.c:136 builtin/fetch.c:173 builtin/pull.c:224
18a90722 6578#: builtin/push.c:567
9eb3984b
JX
6579msgid "use IPv4 addresses only"
6580msgstr ""
6581
abc8de64 6582#: builtin/clone.c:138 builtin/fetch.c:175 builtin/pull.c:227
18a90722 6583#: builtin/push.c:569
9eb3984b
JX
6584msgid "use IPv6 addresses only"
6585msgstr ""
6586
abc8de64 6587#: builtin/clone.c:276
f1522b27
JX
6588msgid ""
6589"No directory name could be guessed.\n"
6590"Please specify a directory on the command line"
6591msgstr ""
6592
abc8de64 6593#: builtin/clone.c:329
df49095a 6594#, c-format
fda7b092 6595msgid "info: Could not add alternate for '%s': %s\n"
df49095a
JX
6596msgstr ""
6597
abc8de64 6598#: builtin/clone.c:401
9fa976ff
JX
6599#, c-format
6600msgid "failed to open '%s'"
6601msgstr ""
6602
abc8de64 6603#: builtin/clone.c:409
dce37b66 6604#, c-format
cc76011e 6605msgid "%s exists and is not a directory"
dce37b66
JX
6606msgstr ""
6607
abc8de64 6608#: builtin/clone.c:423
cc76011e
JX
6609#, c-format
6610msgid "failed to stat %s\n"
822e4a65
JX
6611msgstr ""
6612
abc8de64 6613#: builtin/clone.c:445
dce37b66 6614#, c-format
cc76011e 6615msgid "failed to create link '%s'"
dce37b66
JX
6616msgstr ""
6617
abc8de64 6618#: builtin/clone.c:449
cc76011e
JX
6619#, c-format
6620msgid "failed to copy file to '%s'"
dce37b66
JX
6621msgstr ""
6622
abc8de64 6623#: builtin/clone.c:475
cc76011e
JX
6624#, c-format
6625msgid "done.\n"
dce37b66
JX
6626msgstr ""
6627
abc8de64 6628#: builtin/clone.c:489
c138af56
JX
6629msgid ""
6630"Clone succeeded, but checkout failed.\n"
6631"You can inspect what was checked out with 'git status'\n"
6632"and retry the checkout with 'git checkout -f HEAD'\n"
6633msgstr ""
6634
abc8de64 6635#: builtin/clone.c:566
cc76011e
JX
6636#, c-format
6637msgid "Could not find remote branch %s to clone."
dce37b66
JX
6638msgstr ""
6639
abc8de64 6640#: builtin/clone.c:661
c138af56
JX
6641msgid "remote did not send all necessary objects"
6642msgstr ""
6643
abc8de64 6644#: builtin/clone.c:677
f1522b27
JX
6645#, c-format
6646msgid "unable to update %s"
6647msgstr ""
6648
abc8de64 6649#: builtin/clone.c:726
cc76011e 6650msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
dce37b66
JX
6651msgstr ""
6652
abc8de64 6653#: builtin/clone.c:756
c138af56
JX
6654msgid "unable to checkout working tree"
6655msgstr ""
6656
abc8de64 6657#: builtin/clone.c:801
f1522b27
JX
6658msgid "unable to write parameters to config file"
6659msgstr ""
6660
abc8de64 6661#: builtin/clone.c:864
beb691f7
JX
6662msgid "cannot repack to clean up"
6663msgstr ""
6664
abc8de64 6665#: builtin/clone.c:866
beb691f7
JX
6666msgid "cannot unlink temporary alternates file"
6667msgstr ""
6668
abc8de64 6669#: builtin/clone.c:906 builtin/receive-pack.c:1946
cc76011e 6670msgid "Too many arguments."
dce37b66
JX
6671msgstr ""
6672
abc8de64 6673#: builtin/clone.c:910
cc76011e 6674msgid "You must specify a repository to clone."
dce37b66
JX
6675msgstr ""
6676
abc8de64 6677#: builtin/clone.c:923
cc76011e
JX
6678#, c-format
6679msgid "--bare and --origin %s options are incompatible."
dce37b66
JX
6680msgstr ""
6681
abc8de64 6682#: builtin/clone.c:926
46bc4039
JX
6683msgid "--bare and --separate-git-dir are incompatible."
6684msgstr ""
6685
abc8de64 6686#: builtin/clone.c:939
cc76011e
JX
6687#, c-format
6688msgid "repository '%s' does not exist"
dce37b66
JX
6689msgstr ""
6690
abc8de64 6691#: builtin/clone.c:945 builtin/fetch.c:1455
df49095a
JX
6692#, c-format
6693msgid "depth %s is not a positive number"
6694msgstr ""
6695
abc8de64 6696#: builtin/clone.c:955
dce37b66 6697#, c-format
cc76011e 6698msgid "destination path '%s' already exists and is not an empty directory."
dce37b66
JX
6699msgstr ""
6700
abc8de64 6701#: builtin/clone.c:965
dce37b66 6702#, c-format
cc76011e 6703msgid "working tree '%s' already exists."
dce37b66
JX
6704msgstr ""
6705
abc8de64
JX
6706#: builtin/clone.c:980 builtin/clone.c:1001 builtin/difftool.c:270
6707#: builtin/worktree.c:255 builtin/worktree.c:285
a4156d20
JX
6708#, c-format
6709msgid "could not create leading directories of '%s'"
6710msgstr ""
6711
abc8de64 6712#: builtin/clone.c:985
822e4a65 6713#, c-format
c2ea1208 6714msgid "could not create work tree dir '%s'"
dce37b66
JX
6715msgstr ""
6716
abc8de64 6717#: builtin/clone.c:1005
822e4a65 6718#, c-format
cc76011e 6719msgid "Cloning into bare repository '%s'...\n"
dce37b66
JX
6720msgstr ""
6721
abc8de64 6722#: builtin/clone.c:1007
dce37b66 6723#, c-format
cc76011e 6724msgid "Cloning into '%s'...\n"
dce37b66
JX
6725msgstr ""
6726
abc8de64 6727#: builtin/clone.c:1031
fda7b092
JX
6728msgid ""
6729"clone --recursive is not compatible with both --reference and --reference-if-"
6730"able"
6731msgstr ""
6732
abc8de64 6733#: builtin/clone.c:1093
fe05e196
JX
6734msgid "--depth is ignored in local clones; use file:// instead."
6735msgstr ""
6736
abc8de64 6737#: builtin/clone.c:1095
fda7b092
JX
6738msgid "--shallow-since is ignored in local clones; use file:// instead."
6739msgstr ""
6740
abc8de64 6741#: builtin/clone.c:1097
fda7b092
JX
6742msgid "--shallow-exclude is ignored in local clones; use file:// instead."
6743msgstr ""
6744
abc8de64
JX
6745#: builtin/clone.c:1099
6746msgid "--filter is ignored in local clones; use file:// instead."
6747msgstr ""
6748
6749#: builtin/clone.c:1102
fe05e196
JX
6750msgid "source repository is shallow, ignoring --local"
6751msgstr ""
6752
abc8de64 6753#: builtin/clone.c:1107
fe05e196
JX
6754msgid "--local is ignored"
6755msgstr ""
6756
abc8de64 6757#: builtin/clone.c:1169 builtin/clone.c:1177
822e4a65 6758#, c-format
cc76011e 6759msgid "Remote branch %s not found in upstream %s"
dce37b66
JX
6760msgstr ""
6761
abc8de64 6762#: builtin/clone.c:1180
cc76011e 6763msgid "You appear to have cloned an empty repository."
dce37b66
JX
6764msgstr ""
6765
5b34e000 6766#: builtin/column.c:10
c2ea1208 6767msgid "git column [<options>]"
dce37b66
JX
6768msgstr ""
6769
5b34e000 6770#: builtin/column.c:27
cc76011e 6771msgid "lookup config vars"
dce37b66
JX
6772msgstr ""
6773
5b34e000 6774#: builtin/column.c:28 builtin/column.c:29
cc76011e 6775msgid "layout to use"
dce37b66
JX
6776msgstr ""
6777
5b34e000 6778#: builtin/column.c:30
cc76011e 6779msgid "Maximum width"
dce37b66
JX
6780msgstr ""
6781
5b34e000 6782#: builtin/column.c:31
cc76011e 6783msgid "Padding space on left border"
dce37b66
JX
6784msgstr ""
6785
5b34e000 6786#: builtin/column.c:32
cc76011e 6787msgid "Padding space on right border"
dce37b66
JX
6788msgstr ""
6789
5b34e000 6790#: builtin/column.c:33
cc76011e 6791msgid "Padding space between columns"
dce37b66
JX
6792msgstr ""
6793
5b34e000 6794#: builtin/column.c:52
cc76011e 6795msgid "--command must be the first argument"
dce37b66
JX
6796msgstr ""
6797
abc8de64 6798#: builtin/commit.c:37
c2ea1208 6799msgid "git commit [<options>] [--] <pathspec>..."
dce37b66
JX
6800msgstr ""
6801
abc8de64 6802#: builtin/commit.c:42
c2ea1208 6803msgid "git status [<options>] [--] <pathspec>..."
dce37b66
JX
6804msgstr ""
6805
abc8de64 6806#: builtin/commit.c:47
cc76011e
JX
6807msgid ""
6808"You asked to amend the most recent commit, but doing so would make\n"
6809"it empty. You can repeat your command with --allow-empty, or you can\n"
6810"remove the commit entirely with \"git reset HEAD^\".\n"
822e4a65
JX
6811msgstr ""
6812
abc8de64 6813#: builtin/commit.c:52
dce37b66 6814msgid ""
cc76011e
JX
6815"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
6816"If you wish to commit it anyway, use:\n"
6817"\n"
6818" git commit --allow-empty\n"
6819"\n"
dce37b66
JX
6820msgstr ""
6821
abc8de64 6822#: builtin/commit.c:59
b8ecf239
JX
6823msgid "Otherwise, please use 'git reset'\n"
6824msgstr ""
6825
abc8de64 6826#: builtin/commit.c:62
b8ecf239
JX
6827msgid ""
6828"If you wish to skip this commit, use:\n"
6829"\n"
6830" git reset\n"
6831"\n"
6832"Then \"git cherry-pick --continue\" will resume cherry-picking\n"
6833"the remaining commits.\n"
6834msgstr ""
6835
abc8de64 6836#: builtin/commit.c:284
cc76011e 6837msgid "failed to unpack HEAD tree object"
822e4a65
JX
6838msgstr ""
6839
abc8de64 6840#: builtin/commit.c:325
cc76011e 6841msgid "unable to create temporary index"
dce37b66
JX
6842msgstr ""
6843
abc8de64 6844#: builtin/commit.c:331
cc76011e 6845msgid "interactive add failed"
dce37b66
JX
6846msgstr ""
6847
abc8de64 6848#: builtin/commit.c:344
d07a63e4
JX
6849msgid "unable to update temporary index"
6850msgstr ""
6851
abc8de64 6852#: builtin/commit.c:346
d07a63e4
JX
6853msgid "Failed to update main cache tree"
6854msgstr ""
6855
abc8de64 6856#: builtin/commit.c:371 builtin/commit.c:395 builtin/commit.c:444
cc76011e 6857msgid "unable to write new_index file"
dce37b66
JX
6858msgstr ""
6859
abc8de64 6860#: builtin/commit.c:427
cc76011e 6861msgid "cannot do a partial commit during a merge."
dce37b66
JX
6862msgstr ""
6863
abc8de64 6864#: builtin/commit.c:429
cc76011e 6865msgid "cannot do a partial commit during a cherry-pick."
dce37b66
JX
6866msgstr ""
6867
abc8de64 6868#: builtin/commit.c:437
cc76011e 6869msgid "cannot read the index"
dce37b66
JX
6870msgstr ""
6871
abc8de64 6872#: builtin/commit.c:456
cc76011e 6873msgid "unable to write temporary index file"
dce37b66
JX
6874msgstr ""
6875
abc8de64 6876#: builtin/commit.c:553
d07a63e4
JX
6877#, c-format
6878msgid "commit '%s' lacks author header"
6879msgstr ""
6880
abc8de64 6881#: builtin/commit.c:555
dce37b66 6882#, c-format
d07a63e4 6883msgid "commit '%s' has malformed author line"
dce37b66
JX
6884msgstr ""
6885
abc8de64 6886#: builtin/commit.c:574
cc76011e 6887msgid "malformed --author parameter"
dce37b66
JX
6888msgstr ""
6889
abc8de64 6890#: builtin/commit.c:626
fe05e196
JX
6891msgid ""
6892"unable to select a comment character that is not used\n"
6893"in the current commit message"
6894msgstr ""
6895
abc8de64 6896#: builtin/commit.c:663 builtin/commit.c:696 builtin/commit.c:1024
cc76011e
JX
6897#, c-format
6898msgid "could not lookup commit %s"
822e4a65
JX
6899msgstr ""
6900
abc8de64 6901#: builtin/commit.c:675 builtin/shortlog.c:309
cc76011e
JX
6902#, c-format
6903msgid "(reading log message from standard input)\n"
822e4a65
JX
6904msgstr ""
6905
abc8de64 6906#: builtin/commit.c:677
cc76011e 6907msgid "could not read log from standard input"
822e4a65
JX
6908msgstr ""
6909
abc8de64 6910#: builtin/commit.c:681
dce37b66 6911#, c-format
cc76011e 6912msgid "could not read log file '%s'"
dce37b66
JX
6913msgstr ""
6914
abc8de64 6915#: builtin/commit.c:710 builtin/commit.c:718
f517e50d 6916msgid "could not read SQUASH_MSG"
dce37b66
JX
6917msgstr ""
6918
abc8de64 6919#: builtin/commit.c:715
f517e50d 6920msgid "could not read MERGE_MSG"
dce37b66
JX
6921msgstr ""
6922
abc8de64 6923#: builtin/commit.c:769
cc76011e
JX
6924msgid "could not write commit template"
6925msgstr ""
6926
abc8de64 6927#: builtin/commit.c:787
dce37b66 6928#, c-format
822e4a65 6929msgid ""
cc76011e
JX
6930"\n"
6931"It looks like you may be committing a merge.\n"
6932"If this is not correct, please remove the file\n"
6933"\t%s\n"
6934"and try again.\n"
dce37b66
JX
6935msgstr ""
6936
abc8de64 6937#: builtin/commit.c:792
822e4a65
JX
6938#, c-format
6939msgid ""
cc76011e
JX
6940"\n"
6941"It looks like you may be committing a cherry-pick.\n"
6942"If this is not correct, please remove the file\n"
6943"\t%s\n"
6944"and try again.\n"
dce37b66
JX
6945msgstr ""
6946
abc8de64 6947#: builtin/commit.c:805
9caaf23e 6948#, c-format
cc76011e
JX
6949msgid ""
6950"Please enter the commit message for your changes. Lines starting\n"
9caaf23e 6951"with '%c' will be ignored, and an empty message aborts the commit.\n"
dce37b66
JX
6952msgstr ""
6953
abc8de64 6954#: builtin/commit.c:813
9caaf23e 6955#, c-format
cc76011e
JX
6956msgid ""
6957"Please enter the commit message for your changes. Lines starting\n"
9caaf23e 6958"with '%c' will be kept; you may remove them yourself if you want to.\n"
cc76011e
JX
6959"An empty message aborts the commit.\n"
6960msgstr ""
6961
abc8de64 6962#: builtin/commit.c:830
fe05e196
JX
6963#, c-format
6964msgid "%sAuthor: %.*s <%.*s>"
6965msgstr ""
6966
abc8de64 6967#: builtin/commit.c:838
822e4a65 6968#, c-format
fe05e196 6969msgid "%sDate: %s"
dce37b66
JX
6970msgstr ""
6971
abc8de64 6972#: builtin/commit.c:845
cc76011e 6973#, c-format
fe05e196 6974msgid "%sCommitter: %.*s <%.*s>"
dce37b66
JX
6975msgstr ""
6976
abc8de64 6977#: builtin/commit.c:862
cc76011e 6978msgid "Cannot read index"
822e4a65
JX
6979msgstr ""
6980
abc8de64 6981#: builtin/commit.c:928
cc76011e 6982msgid "Error building trees"
dce37b66
JX
6983msgstr ""
6984
abc8de64 6985#: builtin/commit.c:942 builtin/tag.c:256
dce37b66 6986#, c-format
cc76011e 6987msgid "Please supply the message using either -m or -F option.\n"
dce37b66
JX
6988msgstr ""
6989
abc8de64 6990#: builtin/commit.c:986
dce37b66 6991#, c-format
c2ea1208 6992msgid "--author '%s' is not 'Name <email>' and matches no existing author"
dce37b66
JX
6993msgstr ""
6994
abc8de64 6995#: builtin/commit.c:1000
18a90722
JX
6996#, c-format
6997msgid "Invalid ignored mode '%s'"
6998msgstr ""
6999
abc8de64 7000#: builtin/commit.c:1014 builtin/commit.c:1264
cc76011e
JX
7001#, c-format
7002msgid "Invalid untracked files mode '%s'"
dce37b66
JX
7003msgstr ""
7004
abc8de64 7005#: builtin/commit.c:1052
28b3cffc
JX
7006msgid "--long and -z are incompatible"
7007msgstr ""
7008
abc8de64 7009#: builtin/commit.c:1085
cc76011e
JX
7010msgid "Using both --reset-author and --author does not make sense"
7011msgstr ""
822e4a65 7012
abc8de64 7013#: builtin/commit.c:1094
cc76011e 7014msgid "You have nothing to amend."
dce37b66
JX
7015msgstr ""
7016
abc8de64 7017#: builtin/commit.c:1097
cc76011e 7018msgid "You are in the middle of a merge -- cannot amend."
822e4a65
JX
7019msgstr ""
7020
abc8de64 7021#: builtin/commit.c:1099
cc76011e 7022msgid "You are in the middle of a cherry-pick -- cannot amend."
822e4a65
JX
7023msgstr ""
7024
abc8de64 7025#: builtin/commit.c:1102
cc76011e 7026msgid "Options --squash and --fixup cannot be used together"
822e4a65
JX
7027msgstr ""
7028
abc8de64 7029#: builtin/commit.c:1112
cc76011e 7030msgid "Only one of -c/-C/-F/--fixup can be used."
dce37b66
JX
7031msgstr ""
7032
abc8de64
JX
7033#: builtin/commit.c:1114
7034msgid "Option -m cannot be combined with -c/-C/-F."
dce37b66
JX
7035msgstr ""
7036
abc8de64 7037#: builtin/commit.c:1122
cc76011e 7038msgid "--reset-author can be used only with -C, -c or --amend."
822e4a65
JX
7039msgstr ""
7040
abc8de64 7041#: builtin/commit.c:1139
cc76011e 7042msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
dce37b66
JX
7043msgstr ""
7044
abc8de64 7045#: builtin/commit.c:1141
cc76011e 7046msgid "No paths with --include/--only does not make sense."
dce37b66
JX
7047msgstr ""
7048
abc8de64 7049#: builtin/commit.c:1155 builtin/tag.c:542
dce37b66 7050#, c-format
cc76011e 7051msgid "Invalid cleanup mode %s"
dce37b66
JX
7052msgstr ""
7053
abc8de64 7054#: builtin/commit.c:1160
cc76011e 7055msgid "Paths with -a does not make sense."
822e4a65
JX
7056msgstr ""
7057
abc8de64 7058#: builtin/commit.c:1278 builtin/commit.c:1443
cc76011e
JX
7059msgid "show status concisely"
7060msgstr ""
822e4a65 7061
abc8de64 7062#: builtin/commit.c:1280 builtin/commit.c:1445
cc76011e 7063msgid "show branch information"
cd1e7487
JX
7064msgstr ""
7065
abc8de64 7066#: builtin/commit.c:1282
5b34e000
JX
7067msgid "show stash information"
7068msgstr ""
7069
abc8de64
JX
7070#: builtin/commit.c:1284 builtin/commit.c:1447
7071msgid "compute full ahead/behind values"
7072msgstr ""
7073
7074#: builtin/commit.c:1286
fda7b092
JX
7075msgid "version"
7076msgstr ""
7077
abc8de64
JX
7078#: builtin/commit.c:1286 builtin/commit.c:1449 builtin/push.c:542
7079#: builtin/worktree.c:541
cc76011e 7080msgid "machine-readable output"
dce37b66
JX
7081msgstr ""
7082
abc8de64 7083#: builtin/commit.c:1289 builtin/commit.c:1451
fe52cd62
JX
7084msgid "show status in long format (default)"
7085msgstr ""
7086
abc8de64 7087#: builtin/commit.c:1292 builtin/commit.c:1454
cc76011e 7088msgid "terminate entries with NUL"
dce37b66
JX
7089msgstr ""
7090
abc8de64
JX
7091#: builtin/commit.c:1294 builtin/commit.c:1298 builtin/commit.c:1457
7092#: builtin/fast-export.c:999 builtin/fast-export.c:1002 builtin/tag.c:396
cc76011e 7093msgid "mode"
11b90174
JX
7094msgstr ""
7095
abc8de64 7096#: builtin/commit.c:1295 builtin/commit.c:1457
cc76011e 7097msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
dce37b66
JX
7098msgstr ""
7099
abc8de64 7100#: builtin/commit.c:1299
18a90722
JX
7101msgid ""
7102"show ignored files, optional modes: traditional, matching, no. (Default: "
7103"traditional)"
dce37b66
JX
7104msgstr ""
7105
abc8de64 7106#: builtin/commit.c:1301 parse-options.h:167
cc76011e 7107msgid "when"
dce37b66
JX
7108msgstr ""
7109
abc8de64 7110#: builtin/commit.c:1302
cc76011e
JX
7111msgid ""
7112"ignore changes to submodules, optional when: all, dirty, untracked. "
7113"(Default: all)"
dce37b66
JX
7114msgstr ""
7115
abc8de64 7116#: builtin/commit.c:1304
cc76011e 7117msgid "list untracked files in columns"
dce37b66
JX
7118msgstr ""
7119
abc8de64 7120#: builtin/commit.c:1323
18a90722
JX
7121msgid "Unsupported combination of ignored and untracked-files arguments"
7122msgstr ""
7123
abc8de64 7124#: builtin/commit.c:1413
cc76011e 7125msgid "suppress summary after successful commit"
dce37b66
JX
7126msgstr ""
7127
abc8de64 7128#: builtin/commit.c:1414
cc76011e 7129msgid "show diff in commit message template"
11b90174
JX
7130msgstr ""
7131
abc8de64 7132#: builtin/commit.c:1416
cc76011e 7133msgid "Commit message options"
822e4a65
JX
7134msgstr ""
7135
abc8de64 7136#: builtin/commit.c:1417 builtin/tag.c:393
cc76011e 7137msgid "read message from file"
93329721
JX
7138msgstr ""
7139
abc8de64 7140#: builtin/commit.c:1418
cc76011e 7141msgid "author"
dce37b66
JX
7142msgstr ""
7143
abc8de64 7144#: builtin/commit.c:1418
cc76011e 7145msgid "override author for commit"
dce37b66
JX
7146msgstr ""
7147
abc8de64 7148#: builtin/commit.c:1419 builtin/gc.c:359
cc76011e 7149msgid "date"
dce37b66
JX
7150msgstr ""
7151
abc8de64 7152#: builtin/commit.c:1419
cc76011e 7153msgid "override date for commit"
dce37b66
JX
7154msgstr ""
7155
abc8de64
JX
7156#: builtin/commit.c:1420 builtin/merge.c:226 builtin/notes.c:402
7157#: builtin/notes.c:565 builtin/tag.c:391
cc76011e 7158msgid "message"
dce37b66
JX
7159msgstr ""
7160
abc8de64 7161#: builtin/commit.c:1420
cc76011e 7162msgid "commit message"
822e4a65
JX
7163msgstr ""
7164
abc8de64
JX
7165#: builtin/commit.c:1421 builtin/commit.c:1422 builtin/commit.c:1423
7166#: builtin/commit.c:1424 parse-options.h:269 ref-filter.h:92
f4f2c8f8
JX
7167msgid "commit"
7168msgstr ""
7169
abc8de64 7170#: builtin/commit.c:1421
cc76011e 7171msgid "reuse and edit message from specified commit"
822e4a65
JX
7172msgstr ""
7173
abc8de64 7174#: builtin/commit.c:1422
cc76011e 7175msgid "reuse message from specified commit"
822e4a65
JX
7176msgstr ""
7177
abc8de64 7178#: builtin/commit.c:1423
cc76011e 7179msgid "use autosquash formatted message to fixup specified commit"
822e4a65
JX
7180msgstr ""
7181
abc8de64 7182#: builtin/commit.c:1424
cc76011e
JX
7183msgid "use autosquash formatted message to squash specified commit"
7184msgstr ""
822e4a65 7185
abc8de64 7186#: builtin/commit.c:1425
cc76011e
JX
7187msgid "the commit is authored by me now (used with -C/-c/--amend)"
7188msgstr ""
822e4a65 7189
abc8de64 7190#: builtin/commit.c:1426 builtin/log.c:1446 builtin/merge.c:240
18a90722 7191#: builtin/pull.c:149 builtin/revert.c:105
cc76011e 7192msgid "add Signed-off-by:"
822e4a65
JX
7193msgstr ""
7194
abc8de64 7195#: builtin/commit.c:1427
cc76011e 7196msgid "use specified template file"
822e4a65
JX
7197msgstr ""
7198
abc8de64 7199#: builtin/commit.c:1428
cc76011e 7200msgid "force edit of commit"
822e4a65
JX
7201msgstr ""
7202
abc8de64 7203#: builtin/commit.c:1429
cc76011e 7204msgid "default"
822e4a65
JX
7205msgstr ""
7206
abc8de64 7207#: builtin/commit.c:1429 builtin/tag.c:397
cc76011e 7208msgid "how to strip spaces and #comments from message"
822e4a65
JX
7209msgstr ""
7210
abc8de64 7211#: builtin/commit.c:1430
cc76011e 7212msgid "include status in commit message template"
822e4a65
JX
7213msgstr ""
7214
abc8de64 7215#: builtin/commit.c:1432 builtin/merge.c:238 builtin/pull.c:179
5b34e000 7216#: builtin/revert.c:113
cc76011e 7217msgid "GPG sign commit"
822e4a65
JX
7218msgstr ""
7219
abc8de64 7220#: builtin/commit.c:1435
cc76011e 7221msgid "Commit contents options"
822e4a65
JX
7222msgstr ""
7223
abc8de64 7224#: builtin/commit.c:1436
cc76011e 7225msgid "commit all changed files"
822e4a65
JX
7226msgstr ""
7227
abc8de64 7228#: builtin/commit.c:1437
cc76011e 7229msgid "add specified files to index for commit"
822e4a65
JX
7230msgstr ""
7231
abc8de64 7232#: builtin/commit.c:1438
cc76011e 7233msgid "interactively add files"
822e4a65
JX
7234msgstr ""
7235
abc8de64 7236#: builtin/commit.c:1439
cc76011e 7237msgid "interactively add changes"
822e4a65
JX
7238msgstr ""
7239
abc8de64 7240#: builtin/commit.c:1440
cc76011e 7241msgid "commit only specified files"
822e4a65
JX
7242msgstr ""
7243
abc8de64 7244#: builtin/commit.c:1441
9fa976ff 7245msgid "bypass pre-commit and commit-msg hooks"
822e4a65
JX
7246msgstr ""
7247
abc8de64 7248#: builtin/commit.c:1442
cc76011e 7249msgid "show what would be committed"
822e4a65
JX
7250msgstr ""
7251
abc8de64 7252#: builtin/commit.c:1455
cc76011e 7253msgid "amend previous commit"
822e4a65
JX
7254msgstr ""
7255
abc8de64 7256#: builtin/commit.c:1456
cc76011e 7257msgid "bypass post-rewrite hook"
822e4a65
JX
7258msgstr ""
7259
abc8de64 7260#: builtin/commit.c:1461
cc76011e 7261msgid "ok to record an empty change"
822e4a65
JX
7262msgstr ""
7263
abc8de64 7264#: builtin/commit.c:1463
cc76011e 7265msgid "ok to record a change with an empty message"
822e4a65
JX
7266msgstr ""
7267
abc8de64 7268#: builtin/commit.c:1536
822e4a65 7269#, c-format
cc76011e 7270msgid "Corrupt MERGE_HEAD file (%s)"
822e4a65
JX
7271msgstr ""
7272
abc8de64 7273#: builtin/commit.c:1543
cc76011e 7274msgid "could not read MERGE_MODE"
822e4a65
JX
7275msgstr ""
7276
abc8de64 7277#: builtin/commit.c:1562
cc76011e
JX
7278#, c-format
7279msgid "could not read commit message: %s"
822e4a65
JX
7280msgstr ""
7281
abc8de64 7282#: builtin/commit.c:1573
cc76011e 7283#, c-format
25eab542 7284msgid "Aborting commit due to empty commit message.\n"
822e4a65
JX
7285msgstr ""
7286
abc8de64 7287#: builtin/commit.c:1578
cc76011e 7288#, c-format
25eab542 7289msgid "Aborting commit; you did not edit the message.\n"
822e4a65
JX
7290msgstr ""
7291
abc8de64 7292#: builtin/commit.c:1613
822e4a65 7293msgid ""
cc76011e 7294"Repository has been updated, but unable to write\n"
d07a63e4 7295"new_index file. Check that disk is not full and quota is\n"
cc76011e 7296"not exceeded, and then \"git reset HEAD\" to recover."
822e4a65
JX
7297msgstr ""
7298
5b34e000 7299#: builtin/config.c:10
c2ea1208 7300msgid "git config [<options>]"
822e4a65
JX
7301msgstr ""
7302
18a90722 7303#: builtin/config.c:58
cc76011e 7304msgid "Config file location"
822e4a65
JX
7305msgstr ""
7306
18a90722 7307#: builtin/config.c:59
cc76011e 7308msgid "use global config file"
822e4a65
JX
7309msgstr ""
7310
18a90722 7311#: builtin/config.c:60
cc76011e 7312msgid "use system config file"
822e4a65
JX
7313msgstr ""
7314
18a90722 7315#: builtin/config.c:61
cc76011e 7316msgid "use repository config file"
822e4a65
JX
7317msgstr ""
7318
18a90722 7319#: builtin/config.c:62
cc76011e 7320msgid "use given config file"
822e4a65
JX
7321msgstr ""
7322
18a90722 7323#: builtin/config.c:63
28b3cffc 7324msgid "blob-id"
822e4a65
JX
7325msgstr ""
7326
18a90722 7327#: builtin/config.c:63
28b3cffc 7328msgid "read config from given blob object"
822e4a65
JX
7329msgstr ""
7330
18a90722 7331#: builtin/config.c:64
28b3cffc 7332msgid "Action"
822e4a65
JX
7333msgstr ""
7334
18a90722 7335#: builtin/config.c:65
28b3cffc 7336msgid "get value: name [value-regex]"
822e4a65
JX
7337msgstr ""
7338
18a90722 7339#: builtin/config.c:66
28b3cffc 7340msgid "get all values: key [value-regex]"
822e4a65
JX
7341msgstr ""
7342
18a90722 7343#: builtin/config.c:67
28b3cffc 7344msgid "get values for regexp: name-regex [value-regex]"
822e4a65
JX
7345msgstr ""
7346
18a90722 7347#: builtin/config.c:68
727b9576
JX
7348msgid "get value specific for the URL: section[.var] URL"
7349msgstr ""
7350
18a90722 7351#: builtin/config.c:69
28b3cffc 7352msgid "replace all matching variables: name value [value_regex]"
822e4a65
JX
7353msgstr ""
7354
18a90722 7355#: builtin/config.c:70
28b3cffc 7356msgid "add a new variable: name value"
822e4a65
JX
7357msgstr ""
7358
18a90722 7359#: builtin/config.c:71
28b3cffc 7360msgid "remove a variable: name [value-regex]"
822e4a65
JX
7361msgstr ""
7362
18a90722 7363#: builtin/config.c:72
28b3cffc 7364msgid "remove all matches: name [value-regex]"
822e4a65
JX
7365msgstr ""
7366
18a90722 7367#: builtin/config.c:73
28b3cffc 7368msgid "rename section: old-name new-name"
822e4a65
JX
7369msgstr ""
7370
18a90722 7371#: builtin/config.c:74
28b3cffc
JX
7372msgid "remove a section: name"
7373msgstr ""
7374
18a90722 7375#: builtin/config.c:75
28b3cffc
JX
7376msgid "list all"
7377msgstr ""
7378
18a90722 7379#: builtin/config.c:76
cc76011e 7380msgid "open an editor"
822e4a65
JX
7381msgstr ""
7382
18a90722 7383#: builtin/config.c:77
beb691f7 7384msgid "find the color configured: slot [default]"
822e4a65
JX
7385msgstr ""
7386
18a90722 7387#: builtin/config.c:78
beb691f7 7388msgid "find the color setting: slot [stdout-is-tty]"
822e4a65
JX
7389msgstr ""
7390
18a90722 7391#: builtin/config.c:79
cc76011e 7392msgid "Type"
822e4a65
JX
7393msgstr ""
7394
18a90722 7395#: builtin/config.c:80
cc76011e 7396msgid "value is \"true\" or \"false\""
822e4a65
JX
7397msgstr ""
7398
18a90722 7399#: builtin/config.c:81
cc76011e 7400msgid "value is decimal number"
822e4a65
JX
7401msgstr ""
7402
18a90722 7403#: builtin/config.c:82
cc76011e 7404msgid "value is --bool or --int"
822e4a65
JX
7405msgstr ""
7406
18a90722 7407#: builtin/config.c:83
cc76011e 7408msgid "value is a path (file or directory name)"
822e4a65
JX
7409msgstr ""
7410
18a90722
JX
7411#: builtin/config.c:84
7412msgid "value is an expiry date"
7413msgstr ""
7414
7415#: builtin/config.c:85
cc76011e 7416msgid "Other"
822e4a65
JX
7417msgstr ""
7418
18a90722 7419#: builtin/config.c:86
cc76011e 7420msgid "terminate values with NUL byte"
822e4a65
JX
7421msgstr ""
7422
18a90722 7423#: builtin/config.c:87
df0617bf
JX
7424msgid "show variable names only"
7425msgstr ""
7426
18a90722 7427#: builtin/config.c:88
cc76011e 7428msgid "respect include directives on lookup"
822e4a65
JX
7429msgstr ""
7430
18a90722 7431#: builtin/config.c:89
9eb3984b
JX
7432msgid "show origin of config (file, standard input, blob, command line)"
7433msgstr ""
7434
18a90722 7435#: builtin/config.c:335
d07a63e4
JX
7436msgid "unable to parse default color value"
7437msgstr ""
7438
18a90722 7439#: builtin/config.c:479
d07a63e4
JX
7440#, c-format
7441msgid ""
7442"# This is Git's per-user configuration file.\n"
64f23b0c 7443"[user]\n"
d07a63e4 7444"# Please adapt and uncomment the following lines:\n"
64f23b0c 7445"#\tname = %s\n"
d07a63e4
JX
7446"#\temail = %s\n"
7447msgstr ""
7448
18a90722 7449#: builtin/config.c:507
5b34e000
JX
7450msgid "--local can only be used inside a git repository"
7451msgstr ""
7452
18a90722 7453#: builtin/config.c:632
d07a63e4
JX
7454#, c-format
7455msgid "cannot create configuration file %s"
7456msgstr ""
7457
18a90722 7458#: builtin/config.c:645
fda7b092
JX
7459#, c-format
7460msgid ""
7461"cannot overwrite multiple values with a single value\n"
7462" Use a regexp, --add or --replace-all to change %s."
7463msgstr ""
7464
25eab542 7465#: builtin/count-objects.c:88
c6bc7d43
JX
7466msgid "git count-objects [-v] [-H | --human-readable]"
7467msgstr ""
7468
25eab542 7469#: builtin/count-objects.c:98
c6bc7d43 7470msgid "print sizes in human readable format"
822e4a65
JX
7471msgstr ""
7472
18a90722 7473#: builtin/describe.c:22
c2ea1208 7474msgid "git describe [<options>] [<commit-ish>...]"
822e4a65
JX
7475msgstr ""
7476
18a90722 7477#: builtin/describe.c:23
c2ea1208 7478msgid "git describe [<options>] --dirty"
822e4a65
JX
7479msgstr ""
7480
18a90722 7481#: builtin/describe.c:57
dfc182b1
JX
7482msgid "head"
7483msgstr ""
7484
18a90722 7485#: builtin/describe.c:57
dfc182b1
JX
7486msgid "lightweight"
7487msgstr ""
7488
18a90722 7489#: builtin/describe.c:57
dfc182b1
JX
7490msgid "annotated"
7491msgstr ""
7492
18a90722 7493#: builtin/describe.c:267
cc76011e
JX
7494#, c-format
7495msgid "annotated tag %s not available"
822e4a65
JX
7496msgstr ""
7497
18a90722 7498#: builtin/describe.c:271
822e4a65 7499#, c-format
cc76011e 7500msgid "annotated tag %s has no embedded name"
822e4a65
JX
7501msgstr ""
7502
18a90722 7503#: builtin/describe.c:273
cc76011e
JX
7504#, c-format
7505msgid "tag '%s' is really '%s' here"
822e4a65
JX
7506msgstr ""
7507
abc8de64 7508#: builtin/describe.c:317
822e4a65 7509#, c-format
cc76011e 7510msgid "no tag exactly matches '%s'"
822e4a65
JX
7511msgstr ""
7512
abc8de64 7513#: builtin/describe.c:319
822e4a65 7514#, c-format
18a90722 7515msgid "No exact match on refs or tags, searching to describe\n"
822e4a65
JX
7516msgstr ""
7517
abc8de64 7518#: builtin/describe.c:366
cc76011e
JX
7519#, c-format
7520msgid "finished search at %s\n"
822e4a65
JX
7521msgstr ""
7522
abc8de64 7523#: builtin/describe.c:392
cc76011e
JX
7524#, c-format
7525msgid ""
7526"No annotated tags can describe '%s'.\n"
7527"However, there were unannotated tags: try --tags."
822e4a65
JX
7528msgstr ""
7529
abc8de64 7530#: builtin/describe.c:396
cc76011e
JX
7531#, c-format
7532msgid ""
7533"No tags can describe '%s'.\n"
7534"Try --always, or create some tags."
822e4a65
JX
7535msgstr ""
7536
abc8de64 7537#: builtin/describe.c:426
822e4a65 7538#, c-format
cc76011e 7539msgid "traversed %lu commits\n"
822e4a65
JX
7540msgstr ""
7541
abc8de64 7542#: builtin/describe.c:429
822e4a65 7543#, c-format
cc76011e
JX
7544msgid ""
7545"more than %i tags found; listed %i most recent\n"
7546"gave up search at %s\n"
822e4a65
JX
7547msgstr ""
7548
abc8de64 7549#: builtin/describe.c:497
18a90722
JX
7550#, c-format
7551msgid "describe %s\n"
7552msgstr ""
7553
abc8de64 7554#: builtin/describe.c:500 builtin/log.c:502
18a90722
JX
7555#, c-format
7556msgid "Not a valid object name %s"
7557msgstr ""
7558
abc8de64 7559#: builtin/describe.c:508
18a90722
JX
7560#, c-format
7561msgid "%s is neither a commit nor blob"
7562msgstr ""
7563
abc8de64 7564#: builtin/describe.c:522
cc76011e 7565msgid "find the tag that comes after the commit"
822e4a65
JX
7566msgstr ""
7567
abc8de64 7568#: builtin/describe.c:523
cc76011e 7569msgid "debug search strategy on stderr"
822e4a65
JX
7570msgstr ""
7571
abc8de64 7572#: builtin/describe.c:524
c138af56 7573msgid "use any ref"
822e4a65
JX
7574msgstr ""
7575
abc8de64 7576#: builtin/describe.c:525
c138af56 7577msgid "use any tag, even unannotated"
822e4a65
JX
7578msgstr ""
7579
abc8de64 7580#: builtin/describe.c:526
cc76011e 7581msgid "always use long format"
822e4a65
JX
7582msgstr ""
7583
abc8de64 7584#: builtin/describe.c:527
28b3cffc
JX
7585msgid "only follow first parent"
7586msgstr ""
7587
abc8de64 7588#: builtin/describe.c:530
cc76011e 7589msgid "only output exact matches"
822e4a65
JX
7590msgstr ""
7591
abc8de64 7592#: builtin/describe.c:532
cc76011e 7593msgid "consider <n> most recent tags (default: 10)"
822e4a65
JX
7594msgstr ""
7595
abc8de64 7596#: builtin/describe.c:534
cc76011e 7597msgid "only consider tags matching <pattern>"
822e4a65
JX
7598msgstr ""
7599
abc8de64 7600#: builtin/describe.c:536
dfc182b1
JX
7601msgid "do not consider tags matching <pattern>"
7602msgstr ""
7603
abc8de64 7604#: builtin/describe.c:538 builtin/name-rev.c:406
cc76011e 7605msgid "show abbreviated commit object as fallback"
822e4a65
JX
7606msgstr ""
7607
abc8de64 7608#: builtin/describe.c:539 builtin/describe.c:542
cc76011e 7609msgid "mark"
822e4a65
JX
7610msgstr ""
7611
abc8de64 7612#: builtin/describe.c:540
cc76011e 7613msgid "append <mark> on dirty working tree (default: \"-dirty\")"
822e4a65
JX
7614msgstr ""
7615
abc8de64 7616#: builtin/describe.c:543
dfc182b1
JX
7617msgid "append <mark> on broken working tree (default: \"-broken\")"
7618msgstr ""
7619
abc8de64 7620#: builtin/describe.c:561
cc76011e
JX
7621msgid "--long is incompatible with --abbrev=0"
7622msgstr ""
7623
abc8de64 7624#: builtin/describe.c:590
cc76011e
JX
7625msgid "No names found, cannot describe anything."
7626msgstr ""
7627
abc8de64 7628#: builtin/describe.c:640
a8a5406a 7629msgid "--dirty is incompatible with commit-ishes"
cc76011e
JX
7630msgstr ""
7631
abc8de64 7632#: builtin/describe.c:642
dfc182b1
JX
7633msgid "--broken is incompatible with commit-ishes"
7634msgstr ""
7635
a4d94835 7636#: builtin/diff.c:83
822e4a65 7637#, c-format
cc76011e 7638msgid "'%s': not a regular file or symlink"
822e4a65
JX
7639msgstr ""
7640
18a90722 7641#: builtin/diff.c:234
cc76011e
JX
7642#, c-format
7643msgid "invalid option: %s"
822e4a65
JX
7644msgstr ""
7645
18a90722 7646#: builtin/diff.c:356
cc76011e 7647msgid "Not a git repository"
822e4a65
JX
7648msgstr ""
7649
18a90722 7650#: builtin/diff.c:399
cc76011e
JX
7651#, c-format
7652msgid "invalid object '%s' given."
822e4a65
JX
7653msgstr ""
7654
18a90722 7655#: builtin/diff.c:408
cc76011e
JX
7656#, c-format
7657msgid "more than two blobs given: '%s'"
822e4a65
JX
7658msgstr ""
7659
18a90722 7660#: builtin/diff.c:413
cc76011e
JX
7661#, c-format
7662msgid "unhandled object '%s' given."
822e4a65
JX
7663msgstr ""
7664
5b34e000 7665#: builtin/difftool.c:29
673bfad0
JX
7666msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
7667msgstr ""
7668
25eab542 7669#: builtin/difftool.c:259
673bfad0
JX
7670#, c-format
7671msgid "failed: %d"
7672msgstr ""
7673
25eab542 7674#: builtin/difftool.c:301
dfc182b1
JX
7675#, c-format
7676msgid "could not read symlink %s"
7677msgstr ""
7678
25eab542 7679#: builtin/difftool.c:303
dfc182b1
JX
7680#, c-format
7681msgid "could not read symlink file %s"
7682msgstr ""
7683
25eab542 7684#: builtin/difftool.c:311
dfc182b1
JX
7685#, c-format
7686msgid "could not read object %s for symlink %s"
7687msgstr ""
7688
25eab542 7689#: builtin/difftool.c:412
673bfad0
JX
7690msgid ""
7691"combined diff formats('-c' and '--cc') are not supported in\n"
7692"directory diff mode('-d' and '--dir-diff')."
7693msgstr ""
7694
18a90722 7695#: builtin/difftool.c:632
673bfad0
JX
7696#, c-format
7697msgid "both files modified: '%s' and '%s'."
7698msgstr ""
7699
18a90722 7700#: builtin/difftool.c:634
673bfad0
JX
7701msgid "working tree file has been left."
7702msgstr ""
7703
18a90722 7704#: builtin/difftool.c:645
673bfad0
JX
7705#, c-format
7706msgid "temporary files exist in '%s'."
7707msgstr ""
7708
18a90722 7709#: builtin/difftool.c:646
673bfad0
JX
7710msgid "you may want to cleanup or recover these."
7711msgstr ""
7712
18a90722 7713#: builtin/difftool.c:695
673bfad0
JX
7714msgid "use `diff.guitool` instead of `diff.tool`"
7715msgstr ""
7716
18a90722 7717#: builtin/difftool.c:697
673bfad0
JX
7718msgid "perform a full-directory diff"
7719msgstr ""
7720
18a90722 7721#: builtin/difftool.c:699
673bfad0
JX
7722msgid "do not prompt before launching a diff tool"
7723msgstr ""
7724
18a90722 7725#: builtin/difftool.c:705
673bfad0
JX
7726msgid "use symlinks in dir-diff mode"
7727msgstr ""
7728
18a90722 7729#: builtin/difftool.c:706
673bfad0
JX
7730msgid "<tool>"
7731msgstr ""
7732
18a90722 7733#: builtin/difftool.c:707
673bfad0
JX
7734msgid "use the specified diff tool"
7735msgstr ""
7736
18a90722 7737#: builtin/difftool.c:709
673bfad0
JX
7738msgid "print a list of diff tools that may be used with `--tool`"
7739msgstr ""
7740
18a90722 7741#: builtin/difftool.c:712
673bfad0
JX
7742msgid ""
7743"make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
7744"code"
7745msgstr ""
7746
18a90722 7747#: builtin/difftool.c:714
673bfad0
JX
7748msgid "<command>"
7749msgstr ""
7750
18a90722 7751#: builtin/difftool.c:715
673bfad0
JX
7752msgid "specify a custom command for viewing diffs"
7753msgstr ""
7754
18a90722 7755#: builtin/difftool.c:739
673bfad0
JX
7756msgid "no <tool> given for --tool=<tool>"
7757msgstr ""
7758
18a90722 7759#: builtin/difftool.c:746
673bfad0
JX
7760msgid "no <cmd> given for --extcmd=<cmd>"
7761msgstr ""
7762
5b34e000 7763#: builtin/fast-export.c:26
cc76011e 7764msgid "git fast-export [rev-list-opts]"
822e4a65
JX
7765msgstr ""
7766
25eab542 7767#: builtin/fast-export.c:998
cc76011e 7768msgid "show progress after <n> objects"
822e4a65
JX
7769msgstr ""
7770
25eab542 7771#: builtin/fast-export.c:1000
cc76011e 7772msgid "select handling of signed tags"
822e4a65
JX
7773msgstr ""
7774
25eab542 7775#: builtin/fast-export.c:1003
cc76011e 7776msgid "select handling of tags that tag filtered objects"
822e4a65
JX
7777msgstr ""
7778
25eab542 7779#: builtin/fast-export.c:1006
cc76011e 7780msgid "Dump marks to this file"
822e4a65
JX
7781msgstr ""
7782
25eab542 7783#: builtin/fast-export.c:1008
cc76011e 7784msgid "Import marks from this file"
822e4a65
JX
7785msgstr ""
7786
25eab542 7787#: builtin/fast-export.c:1010
cc76011e 7788msgid "Fake a tagger when tags lack one"
822e4a65
JX
7789msgstr ""
7790
25eab542 7791#: builtin/fast-export.c:1012
cc76011e 7792msgid "Output full tree for each commit"
822e4a65
JX
7793msgstr ""
7794
25eab542 7795#: builtin/fast-export.c:1014
cc76011e 7796msgid "Use the done feature to terminate the stream"
822e4a65
JX
7797msgstr ""
7798
25eab542 7799#: builtin/fast-export.c:1015
cc76011e 7800msgid "Skip output of blob data"
822e4a65
JX
7801msgstr ""
7802
25eab542 7803#: builtin/fast-export.c:1016
fe05e196
JX
7804msgid "refspec"
7805msgstr ""
7806
25eab542 7807#: builtin/fast-export.c:1017
fe05e196
JX
7808msgid "Apply refspec to exported refs"
7809msgstr ""
7810
25eab542 7811#: builtin/fast-export.c:1018
d07a63e4
JX
7812msgid "anonymize output"
7813msgstr ""
7814
abc8de64 7815#: builtin/fetch.c:25
cc76011e 7816msgid "git fetch [<options>] [<repository> [<refspec>...]]"
822e4a65
JX
7817msgstr ""
7818
abc8de64 7819#: builtin/fetch.c:26
cc76011e 7820msgid "git fetch [<options>] <group>"
dce37b66
JX
7821msgstr ""
7822
abc8de64 7823#: builtin/fetch.c:27
cc76011e 7824msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
822e4a65
JX
7825msgstr ""
7826
abc8de64 7827#: builtin/fetch.c:28
cc76011e 7828msgid "git fetch --all [<options>]"
822e4a65
JX
7829msgstr ""
7830
abc8de64 7831#: builtin/fetch.c:124 builtin/pull.c:188
cc76011e 7832msgid "fetch from all remotes"
822e4a65
JX
7833msgstr ""
7834
abc8de64 7835#: builtin/fetch.c:126 builtin/pull.c:191
cc76011e 7836msgid "append to .git/FETCH_HEAD instead of overwriting"
822e4a65
JX
7837msgstr ""
7838
abc8de64 7839#: builtin/fetch.c:128 builtin/pull.c:194
cc76011e 7840msgid "path to upload pack on remote end"
822e4a65
JX
7841msgstr ""
7842
abc8de64 7843#: builtin/fetch.c:129 builtin/pull.c:196
cc76011e 7844msgid "force overwrite of local branch"
822e4a65
JX
7845msgstr ""
7846
abc8de64 7847#: builtin/fetch.c:131
cc76011e 7848msgid "fetch from multiple remotes"
822e4a65
JX
7849msgstr ""
7850
abc8de64 7851#: builtin/fetch.c:133 builtin/pull.c:198
cc76011e 7852msgid "fetch all tags and associated objects"
822e4a65
JX
7853msgstr ""
7854
abc8de64 7855#: builtin/fetch.c:135
cc76011e 7856msgid "do not fetch all tags (--no-tags)"
822e4a65
JX
7857msgstr ""
7858
abc8de64 7859#: builtin/fetch.c:137
9eb3984b
JX
7860msgid "number of submodules fetched in parallel"
7861msgstr ""
7862
abc8de64 7863#: builtin/fetch.c:139 builtin/pull.c:201
cc76011e 7864msgid "prune remote-tracking branches no longer on remote"
822e4a65
JX
7865msgstr ""
7866
abc8de64
JX
7867#: builtin/fetch.c:141
7868msgid "prune local tags no longer on remote and clobber changed tags"
7869msgstr ""
7870
7871#: builtin/fetch.c:142 builtin/fetch.c:165 builtin/pull.c:126
cc76011e 7872msgid "on-demand"
822e4a65
JX
7873msgstr ""
7874
abc8de64 7875#: builtin/fetch.c:143
cc76011e 7876msgid "control recursive fetching of submodules"
822e4a65
JX
7877msgstr ""
7878
abc8de64 7879#: builtin/fetch.c:147 builtin/pull.c:209
cc76011e 7880msgid "keep downloaded pack"
822e4a65
JX
7881msgstr ""
7882
abc8de64 7883#: builtin/fetch.c:149
cc76011e 7884msgid "allow updating of HEAD ref"
822e4a65
JX
7885msgstr ""
7886
abc8de64 7887#: builtin/fetch.c:152 builtin/fetch.c:158 builtin/pull.c:212
cc76011e 7888msgid "deepen history of shallow clone"
822e4a65
JX
7889msgstr ""
7890
abc8de64 7891#: builtin/fetch.c:154
fda7b092
JX
7892msgid "deepen history of shallow repository based on time"
7893msgstr ""
7894
abc8de64 7895#: builtin/fetch.c:160 builtin/pull.c:215
9caaf23e
JX
7896msgid "convert to a complete repository"
7897msgstr ""
7898
abc8de64 7899#: builtin/fetch.c:162 builtin/log.c:1466
cc76011e 7900msgid "dir"
822e4a65
JX
7901msgstr ""
7902
abc8de64 7903#: builtin/fetch.c:163
cc76011e 7904msgid "prepend this to submodule path output"
822e4a65
JX
7905msgstr ""
7906
abc8de64 7907#: builtin/fetch.c:166
5b34e000
JX
7908msgid ""
7909"default for recursive fetching of submodules (lower priority than config "
7910"files)"
822e4a65
JX
7911msgstr ""
7912
abc8de64 7913#: builtin/fetch.c:170 builtin/pull.c:218
df49095a
JX
7914msgid "accept refs that update .git/shallow"
7915msgstr ""
7916
abc8de64 7917#: builtin/fetch.c:171 builtin/pull.c:220
fe05e196
JX
7918msgid "refmap"
7919msgstr ""
7920
abc8de64 7921#: builtin/fetch.c:172 builtin/pull.c:221
fe05e196
JX
7922msgid "specify fetch refmap"
7923msgstr ""
7924
abc8de64 7925#: builtin/fetch.c:431
cc76011e 7926msgid "Couldn't find remote ref HEAD"
822e4a65
JX
7927msgstr ""
7928
abc8de64 7929#: builtin/fetch.c:549
9fa976ff
JX
7930#, c-format
7931msgid "configuration fetch.output contains invalid value %s"
7932msgstr ""
7933
abc8de64 7934#: builtin/fetch.c:642
822e4a65 7935#, c-format
cc76011e 7936msgid "object %s not found"
dce37b66
JX
7937msgstr ""
7938
abc8de64 7939#: builtin/fetch.c:646
cc76011e 7940msgid "[up to date]"
dce37b66
JX
7941msgstr ""
7942
abc8de64 7943#: builtin/fetch.c:659 builtin/fetch.c:739
9fa976ff 7944msgid "[rejected]"
dce37b66
JX
7945msgstr ""
7946
abc8de64 7947#: builtin/fetch.c:660
9fa976ff 7948msgid "can't fetch in current branch"
822e4a65
JX
7949msgstr ""
7950
abc8de64 7951#: builtin/fetch.c:669
cc76011e 7952msgid "[tag update]"
822e4a65
JX
7953msgstr ""
7954
abc8de64
JX
7955#: builtin/fetch.c:670 builtin/fetch.c:703 builtin/fetch.c:719
7956#: builtin/fetch.c:734
9fa976ff 7957msgid "unable to update local ref"
822e4a65
JX
7958msgstr ""
7959
abc8de64 7960#: builtin/fetch.c:689
cc76011e 7961msgid "[new tag]"
822e4a65
JX
7962msgstr ""
7963
abc8de64 7964#: builtin/fetch.c:692
cc76011e 7965msgid "[new branch]"
822e4a65
JX
7966msgstr ""
7967
abc8de64 7968#: builtin/fetch.c:695
cc76011e 7969msgid "[new ref]"
822e4a65
JX
7970msgstr ""
7971
abc8de64 7972#: builtin/fetch.c:734
cc76011e 7973msgid "forced update"
822e4a65
JX
7974msgstr ""
7975
abc8de64 7976#: builtin/fetch.c:739
9fa976ff 7977msgid "non-fast-forward"
822e4a65
JX
7978msgstr ""
7979
abc8de64 7980#: builtin/fetch.c:784
822e4a65 7981#, c-format
cc76011e 7982msgid "%s did not send all necessary objects\n"
822e4a65
JX
7983msgstr ""
7984
abc8de64 7985#: builtin/fetch.c:804
df49095a
JX
7986#, c-format
7987msgid "reject %s because shallow roots are not allowed to be updated"
7988msgstr ""
7989
abc8de64 7990#: builtin/fetch.c:892 builtin/fetch.c:988
822e4a65 7991#, c-format
cc76011e 7992msgid "From %.*s\n"
822e4a65
JX
7993msgstr ""
7994
abc8de64 7995#: builtin/fetch.c:903
822e4a65 7996#, c-format
cc76011e
JX
7997msgid ""
7998"some local refs could not be updated; try running\n"
7999" 'git remote prune %s' to remove any old, conflicting branches"
822e4a65
JX
8000msgstr ""
8001
abc8de64 8002#: builtin/fetch.c:958
cc76011e
JX
8003#, c-format
8004msgid " (%s will become dangling)"
8005msgstr ""
8006
abc8de64 8007#: builtin/fetch.c:959
cc76011e
JX
8008#, c-format
8009msgid " (%s has become dangling)"
8010msgstr ""
8011
abc8de64 8012#: builtin/fetch.c:991
cc76011e
JX
8013msgid "[deleted]"
8014msgstr ""
8015
abc8de64 8016#: builtin/fetch.c:992 builtin/remote.c:1024
cc76011e
JX
8017msgid "(none)"
8018msgstr ""
8019
abc8de64 8020#: builtin/fetch.c:1015
cc76011e
JX
8021#, c-format
8022msgid "Refusing to fetch into current branch %s of non-bare repository"
8023msgstr ""
8024
abc8de64 8025#: builtin/fetch.c:1034
cc76011e 8026#, c-format
727b9576 8027msgid "Option \"%s\" value \"%s\" is not valid for %s"
cc76011e
JX
8028msgstr ""
8029
abc8de64 8030#: builtin/fetch.c:1037
cc76011e 8031#, c-format
727b9576 8032msgid "Option \"%s\" is ignored for %s\n"
cc76011e
JX
8033msgstr ""
8034
abc8de64 8035#: builtin/fetch.c:1277
cc76011e
JX
8036#, c-format
8037msgid "Fetching %s\n"
8038msgstr ""
8039
abc8de64 8040#: builtin/fetch.c:1279 builtin/remote.c:97
cc76011e
JX
8041#, c-format
8042msgid "Could not fetch %s"
8043msgstr ""
8044
abc8de64
JX
8045#: builtin/fetch.c:1325 builtin/fetch.c:1498
8046msgid ""
8047"--filter can only be used with the remote configured in core.partialClone"
8048msgstr ""
8049
8050#: builtin/fetch.c:1350
cc76011e
JX
8051msgid ""
8052"No remote repository specified. Please, specify either a URL or a\n"
8053"remote name from which new revisions should be fetched."
8054msgstr ""
8055
abc8de64 8056#: builtin/fetch.c:1394
cc76011e
JX
8057msgid "You need to specify a tag name."
8058msgstr ""
8059
abc8de64 8060#: builtin/fetch.c:1439
fda7b092
JX
8061msgid "Negative depth in --deepen is not supported"
8062msgstr ""
8063
abc8de64 8064#: builtin/fetch.c:1441
fda7b092
JX
8065msgid "--deepen and --depth are mutually exclusive"
8066msgstr ""
8067
abc8de64 8068#: builtin/fetch.c:1446
9caaf23e
JX
8069msgid "--depth and --unshallow cannot be used together"
8070msgstr ""
8071
abc8de64 8072#: builtin/fetch.c:1448
9caaf23e
JX
8073msgid "--unshallow on a complete repository does not make sense"
8074msgstr ""
8075
abc8de64 8076#: builtin/fetch.c:1464
cc76011e
JX
8077msgid "fetch --all does not take a repository argument"
8078msgstr ""
8079
abc8de64 8080#: builtin/fetch.c:1466
cc76011e
JX
8081msgid "fetch --all does not make sense with refspecs"
8082msgstr ""
8083
abc8de64 8084#: builtin/fetch.c:1475
cc76011e
JX
8085#, c-format
8086msgid "No such remote or remote group: %s"
8087msgstr ""
8088
abc8de64 8089#: builtin/fetch.c:1482
cc76011e
JX
8090msgid "Fetching a group and specifying refspecs does not make sense"
8091msgstr ""
8092
5b34e000 8093#: builtin/fmt-merge-msg.c:15
c2ea1208
JX
8094msgid ""
8095"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
cc76011e
JX
8096msgstr ""
8097
18a90722 8098#: builtin/fmt-merge-msg.c:666
cc76011e
JX
8099msgid "populate log with at most <n> entries from shortlog"
8100msgstr ""
8101
18a90722 8102#: builtin/fmt-merge-msg.c:669
cc76011e
JX
8103msgid "alias for --log (deprecated)"
8104msgstr ""
8105
18a90722 8106#: builtin/fmt-merge-msg.c:672
cc76011e
JX
8107msgid "text"
8108msgstr ""
8109
18a90722 8110#: builtin/fmt-merge-msg.c:673
cc76011e
JX
8111msgid "use <text> as start of message"
8112msgstr ""
8113
18a90722 8114#: builtin/fmt-merge-msg.c:674
cc76011e
JX
8115msgid "file to read from"
8116msgstr ""
8117
5b34e000 8118#: builtin/for-each-ref.c:10
c2ea1208 8119msgid "git for-each-ref [<options>] [<pattern>]"
cc76011e
JX
8120msgstr ""
8121
5b34e000 8122#: builtin/for-each-ref.c:11
f4f2c8f8
JX
8123msgid "git for-each-ref [--points-at <object>]"
8124msgstr ""
8125
5b34e000 8126#: builtin/for-each-ref.c:12
dfc182b1 8127msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
f4f2c8f8
JX
8128msgstr ""
8129
5b34e000 8130#: builtin/for-each-ref.c:13
dfc182b1 8131msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
f4f2c8f8
JX
8132msgstr ""
8133
5b34e000 8134#: builtin/for-each-ref.c:28
cc76011e
JX
8135msgid "quote placeholders suitably for shells"
8136msgstr ""
8137
5b34e000 8138#: builtin/for-each-ref.c:30
cc76011e
JX
8139msgid "quote placeholders suitably for perl"
8140msgstr ""
8141
5b34e000 8142#: builtin/for-each-ref.c:32
cc76011e
JX
8143msgid "quote placeholders suitably for python"
8144msgstr ""
8145
5b34e000 8146#: builtin/for-each-ref.c:34
beb691f7 8147msgid "quote placeholders suitably for Tcl"
cc76011e
JX
8148msgstr ""
8149
5b34e000 8150#: builtin/for-each-ref.c:37
cc76011e
JX
8151msgid "show only <n> matched refs"
8152msgstr ""
8153
abc8de64 8154#: builtin/for-each-ref.c:39 builtin/tag.c:420
25eab542
JX
8155msgid "respect format colors"
8156msgstr ""
8157
8158#: builtin/for-each-ref.c:43
f4f2c8f8 8159msgid "print only refs which points at the given object"
cc76011e
JX
8160msgstr ""
8161
25eab542 8162#: builtin/for-each-ref.c:45
f4f2c8f8 8163msgid "print only refs that are merged"
cc76011e
JX
8164msgstr ""
8165
25eab542 8166#: builtin/for-each-ref.c:46
f4f2c8f8
JX
8167msgid "print only refs that are not merged"
8168msgstr ""
8169
25eab542 8170#: builtin/for-each-ref.c:47
f4f2c8f8
JX
8171msgid "print only refs which contain the commit"
8172msgstr ""
8173
25eab542 8174#: builtin/for-each-ref.c:48
dfc182b1
JX
8175msgid "print only refs which don't contain the commit"
8176msgstr ""
8177
abc8de64 8178#: builtin/fsck.c:568
5e078fcd
JX
8179msgid "Checking object directories"
8180msgstr ""
8181
abc8de64 8182#: builtin/fsck.c:660
c2ea1208 8183msgid "git fsck [<options>] [<object>...]"
cc76011e
JX
8184msgstr ""
8185
abc8de64 8186#: builtin/fsck.c:666
cc76011e
JX
8187msgid "show unreachable objects"
8188msgstr ""
8189
abc8de64 8190#: builtin/fsck.c:667
cc76011e
JX
8191msgid "show dangling objects"
8192msgstr ""
8193
abc8de64 8194#: builtin/fsck.c:668
cc76011e
JX
8195msgid "report tags"
8196msgstr ""
8197
abc8de64 8198#: builtin/fsck.c:669
cc76011e
JX
8199msgid "report root nodes"
8200msgstr ""
8201
abc8de64 8202#: builtin/fsck.c:670
cc76011e
JX
8203msgid "make index objects head nodes"
8204msgstr ""
8205
abc8de64 8206#: builtin/fsck.c:671
cc76011e
JX
8207msgid "make reflogs head nodes (default)"
8208msgstr ""
8209
abc8de64 8210#: builtin/fsck.c:672
cc76011e
JX
8211msgid "also consider packs and alternate objects"
8212msgstr ""
8213
abc8de64 8214#: builtin/fsck.c:673
df0617bf
JX
8215msgid "check only connectivity"
8216msgstr ""
8217
abc8de64 8218#: builtin/fsck.c:674
cc76011e
JX
8219msgid "enable more strict checking"
8220msgstr ""
8221
abc8de64 8222#: builtin/fsck.c:676
cc76011e
JX
8223msgid "write dangling objects in .git/lost-found"
8224msgstr ""
8225
abc8de64 8226#: builtin/fsck.c:677 builtin/prune.c:108
cc76011e
JX
8227msgid "show progress"
8228msgstr ""
8229
abc8de64 8230#: builtin/fsck.c:678
9fa976ff
JX
8231msgid "show verbose names for reachable objects"
8232msgstr ""
8233
abc8de64 8234#: builtin/fsck.c:742
5e078fcd
JX
8235msgid "Checking objects"
8236msgstr ""
8237
25eab542 8238#: builtin/gc.c:27
c2ea1208 8239msgid "git gc [<options>]"
cc76011e
JX
8240msgstr ""
8241
25eab542 8242#: builtin/gc.c:80
cc76011e 8243#, c-format
dfc182b1 8244msgid "Failed to fstat %s: %s"
cc76011e
JX
8245msgstr ""
8246
25eab542 8247#: builtin/gc.c:312
cc76011e 8248#, c-format
dfc182b1 8249msgid "Can't stat %s"
cc76011e
JX
8250msgstr ""
8251
25eab542 8252#: builtin/gc.c:321
f4f2c8f8
JX
8253#, c-format
8254msgid ""
8255"The last gc run reported the following. Please correct the root cause\n"
8256"and remove %s.\n"
8257"Automatic cleanup will not be performed until the file is removed.\n"
8258"\n"
8259"%s"
8260msgstr ""
8261
25eab542 8262#: builtin/gc.c:360
cc76011e
JX
8263msgid "prune unreferenced objects"
8264msgstr ""
8265
25eab542 8266#: builtin/gc.c:362
cc76011e
JX
8267msgid "be more thorough (increased runtime)"
8268msgstr ""
8269
25eab542 8270#: builtin/gc.c:363
cc76011e
JX
8271msgid "enable auto-gc mode"
8272msgstr ""
8273
abc8de64 8274#: builtin/gc.c:366
727b9576
JX
8275msgid "force running gc even if there may be another gc running"
8276msgstr ""
8277
abc8de64 8278#: builtin/gc.c:384
dfc182b1
JX
8279#, c-format
8280msgid "Failed to parse gc.logexpiry value %s"
8281msgstr ""
8282
abc8de64 8283#: builtin/gc.c:412
cc76011e 8284#, c-format
5e078fcd
JX
8285msgid "Auto packing the repository in background for optimum performance.\n"
8286msgstr ""
8287
abc8de64 8288#: builtin/gc.c:414
5e078fcd
JX
8289#, c-format
8290msgid "Auto packing the repository for optimum performance.\n"
8291msgstr ""
8292
abc8de64 8293#: builtin/gc.c:415
5e078fcd
JX
8294#, c-format
8295msgid "See \"git help gc\" for manual housekeeping.\n"
cc76011e
JX
8296msgstr ""
8297
abc8de64 8298#: builtin/gc.c:440
727b9576
JX
8299#, c-format
8300msgid ""
8301"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
8302msgstr ""
8303
abc8de64 8304#: builtin/gc.c:487
cc76011e
JX
8305msgid ""
8306"There are too many unreachable loose objects; run 'git prune' to remove them."
8307msgstr ""
8308
5b34e000 8309#: builtin/grep.c:27
c2ea1208 8310msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
cc76011e
JX
8311msgstr ""
8312
abc8de64 8313#: builtin/grep.c:225
cc76011e
JX
8314#, c-format
8315msgid "grep: failed to create thread: %s"
8316msgstr ""
8317
abc8de64 8318#: builtin/grep.c:283
9eb3984b
JX
8319#, c-format
8320msgid "invalid number of threads specified (%d) for %s"
8321msgstr ""
8322
5b34e000
JX
8323#. TRANSLATORS: %s is the configuration
8324#. variable for tweaking threads, currently
8325#. grep.threads
8326#.
abc8de64 8327#: builtin/grep.c:292 builtin/index-pack.c:1523 builtin/index-pack.c:1712
5b34e000
JX
8328#, c-format
8329msgid "no threads support, ignoring %s"
8330msgstr ""
8331
abc8de64 8332#: builtin/grep.c:460 builtin/grep.c:580 builtin/grep.c:622
cc76011e
JX
8333#, c-format
8334msgid "unable to read tree (%s)"
8335msgstr ""
8336
abc8de64 8337#: builtin/grep.c:637
cc76011e
JX
8338#, c-format
8339msgid "unable to grep from object of type %s"
8340msgstr ""
8341
abc8de64 8342#: builtin/grep.c:703
cc76011e
JX
8343#, c-format
8344msgid "switch `%c' expects a numerical value"
8345msgstr ""
8346
abc8de64 8347#: builtin/grep.c:790
cc76011e
JX
8348msgid "search in index instead of in the work tree"
8349msgstr ""
8350
abc8de64 8351#: builtin/grep.c:792
cc76011e
JX
8352msgid "find in contents not managed by git"
8353msgstr ""
8354
abc8de64 8355#: builtin/grep.c:794
cc76011e
JX
8356msgid "search in both tracked and untracked files"
8357msgstr ""
8358
abc8de64 8359#: builtin/grep.c:796
c2ea1208 8360msgid "ignore files specified via '.gitignore'"
cc76011e
JX
8361msgstr ""
8362
abc8de64 8363#: builtin/grep.c:798
dfc182b1 8364msgid "recursively search in each submodule"
673bfad0
JX
8365msgstr ""
8366
abc8de64 8367#: builtin/grep.c:801
cc76011e
JX
8368msgid "show non-matching lines"
8369msgstr ""
8370
abc8de64 8371#: builtin/grep.c:803
cc76011e
JX
8372msgid "case insensitive matching"
8373msgstr ""
8374
abc8de64 8375#: builtin/grep.c:805
cc76011e
JX
8376msgid "match patterns only at word boundaries"
8377msgstr ""
8378
abc8de64 8379#: builtin/grep.c:807
cc76011e
JX
8380msgid "process binary files as text"
8381msgstr ""
8382
abc8de64 8383#: builtin/grep.c:809
cc76011e
JX
8384msgid "don't match patterns in binary files"
8385msgstr ""
8386
abc8de64 8387#: builtin/grep.c:812
727b9576
JX
8388msgid "process binary files with textconv filters"
8389msgstr ""
8390
abc8de64 8391#: builtin/grep.c:814
cc76011e
JX
8392msgid "descend at most <depth> levels"
8393msgstr ""
8394
abc8de64 8395#: builtin/grep.c:818
cc76011e
JX
8396msgid "use extended POSIX regular expressions"
8397msgstr ""
8398
abc8de64 8399#: builtin/grep.c:821
cc76011e
JX
8400msgid "use basic POSIX regular expressions (default)"
8401msgstr ""
8402
abc8de64 8403#: builtin/grep.c:824
cc76011e
JX
8404msgid "interpret patterns as fixed strings"
8405msgstr ""
8406
abc8de64 8407#: builtin/grep.c:827
cc76011e
JX
8408msgid "use Perl-compatible regular expressions"
8409msgstr ""
8410
abc8de64 8411#: builtin/grep.c:830
cc76011e
JX
8412msgid "show line numbers"
8413msgstr ""
8414
abc8de64 8415#: builtin/grep.c:831
cc76011e
JX
8416msgid "don't show filenames"
8417msgstr ""
8418
abc8de64 8419#: builtin/grep.c:832
cc76011e
JX
8420msgid "show filenames"
8421msgstr ""
8422
abc8de64 8423#: builtin/grep.c:834
cc76011e
JX
8424msgid "show filenames relative to top directory"
8425msgstr ""
8426
abc8de64 8427#: builtin/grep.c:836
cc76011e
JX
8428msgid "show only filenames instead of matching lines"
8429msgstr ""
8430
abc8de64 8431#: builtin/grep.c:838
cc76011e
JX
8432msgid "synonym for --files-with-matches"
8433msgstr ""
8434
abc8de64 8435#: builtin/grep.c:841
cc76011e
JX
8436msgid "show only the names of files without match"
8437msgstr ""
8438
abc8de64 8439#: builtin/grep.c:843
cc76011e
JX
8440msgid "print NUL after filenames"
8441msgstr ""
8442
abc8de64 8443#: builtin/grep.c:846
cc76011e
JX
8444msgid "show the number of matches instead of matching lines"
8445msgstr ""
8446
abc8de64 8447#: builtin/grep.c:847
cc76011e
JX
8448msgid "highlight matches"
8449msgstr ""
8450
abc8de64 8451#: builtin/grep.c:849
cc76011e
JX
8452msgid "print empty line between matches from different files"
8453msgstr ""
8454
abc8de64 8455#: builtin/grep.c:851
cc76011e
JX
8456msgid "show filename only once above matches from same file"
8457msgstr ""
8458
abc8de64 8459#: builtin/grep.c:854
cc76011e
JX
8460msgid "show <n> context lines before and after matches"
8461msgstr ""
8462
abc8de64 8463#: builtin/grep.c:857
cc76011e
JX
8464msgid "show <n> context lines before matches"
8465msgstr ""
8466
abc8de64 8467#: builtin/grep.c:859
cc76011e
JX
8468msgid "show <n> context lines after matches"
8469msgstr ""
8470
abc8de64 8471#: builtin/grep.c:861
9eb3984b
JX
8472msgid "use <n> worker threads"
8473msgstr ""
8474
abc8de64 8475#: builtin/grep.c:862
cc76011e
JX
8476msgid "shortcut for -C NUM"
8477msgstr ""
8478
abc8de64 8479#: builtin/grep.c:865
cc76011e
JX
8480msgid "show a line with the function name before matches"
8481msgstr ""
8482
abc8de64 8483#: builtin/grep.c:867
cc76011e
JX
8484msgid "show the surrounding function"
8485msgstr ""
8486
abc8de64 8487#: builtin/grep.c:870
cc76011e
JX
8488msgid "read patterns from file"
8489msgstr ""
8490
abc8de64 8491#: builtin/grep.c:872
cc76011e
JX
8492msgid "match <pattern>"
8493msgstr ""
8494
abc8de64 8495#: builtin/grep.c:874
cc76011e
JX
8496msgid "combine patterns specified with -e"
8497msgstr ""
8498
abc8de64 8499#: builtin/grep.c:886
cc76011e
JX
8500msgid "indicate hit with exit status without output"
8501msgstr ""
8502
abc8de64 8503#: builtin/grep.c:888
cc76011e
JX
8504msgid "show only matches from files that match all patterns"
8505msgstr ""
8506
abc8de64 8507#: builtin/grep.c:890
9306b5b9
JX
8508msgid "show parse tree for grep expression"
8509msgstr ""
8510
abc8de64 8511#: builtin/grep.c:894
cc76011e
JX
8512msgid "pager"
8513msgstr ""
8514
abc8de64 8515#: builtin/grep.c:894
cc76011e
JX
8516msgid "show matching files in the pager"
8517msgstr ""
8518
abc8de64 8519#: builtin/grep.c:898
cc76011e
JX
8520msgid "allow calling of grep(1) (ignored by this build)"
8521msgstr ""
8522
abc8de64 8523#: builtin/grep.c:962
cc76011e
JX
8524msgid "no pattern given."
8525msgstr ""
8526
abc8de64 8527#: builtin/grep.c:994
dfc182b1
JX
8528msgid "--no-index or --untracked cannot be used with revs"
8529msgstr ""
8530
abc8de64 8531#: builtin/grep.c:1001
dfc182b1
JX
8532#, c-format
8533msgid "unable to resolve revision: %s"
8534msgstr ""
8535
abc8de64 8536#: builtin/grep.c:1036 builtin/index-pack.c:1519
9eb3984b
JX
8537#, c-format
8538msgid "invalid number of threads specified (%d)"
8539msgstr ""
8540
abc8de64 8541#: builtin/grep.c:1041
5b34e000
JX
8542msgid "no threads support, ignoring --threads"
8543msgstr ""
8544
abc8de64 8545#: builtin/grep.c:1065
cc76011e
JX
8546msgid "--open-files-in-pager only works on the worktree"
8547msgstr ""
8548
abc8de64 8549#: builtin/grep.c:1088
673bfad0
JX
8550msgid "option not supported with --recurse-submodules."
8551msgstr ""
8552
abc8de64 8553#: builtin/grep.c:1094
cc76011e
JX
8554msgid "--cached or --untracked cannot be used with --no-index."
8555msgstr ""
8556
abc8de64 8557#: builtin/grep.c:1100
cc76011e
JX
8558msgid "--[no-]exclude-standard cannot be used for tracked contents."
8559msgstr ""
8560
abc8de64 8561#: builtin/grep.c:1108
cc76011e
JX
8562msgid "both --cached and trees are given."
8563msgstr ""
8564
abc8de64 8565#: builtin/hash-object.c:83
cc76011e 8566msgid ""
c2ea1208
JX
8567"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
8568"[--] <file>..."
cc76011e
JX
8569msgstr ""
8570
abc8de64 8571#: builtin/hash-object.c:84
f4f2c8f8 8572msgid "git hash-object --stdin-paths"
cc76011e
JX
8573msgstr ""
8574
abc8de64 8575#: builtin/hash-object.c:96
cc76011e
JX
8576msgid "type"
8577msgstr ""
8578
abc8de64 8579#: builtin/hash-object.c:96
cc76011e
JX
8580msgid "object type"
8581msgstr ""
8582
abc8de64 8583#: builtin/hash-object.c:97
cc76011e
JX
8584msgid "write the object into the object database"
8585msgstr ""
8586
abc8de64 8587#: builtin/hash-object.c:99
cc76011e
JX
8588msgid "read the object from stdin"
8589msgstr ""
8590
abc8de64 8591#: builtin/hash-object.c:101
cc76011e
JX
8592msgid "store file as is without filters"
8593msgstr ""
8594
abc8de64 8595#: builtin/hash-object.c:102
d07a63e4
JX
8596msgid ""
8597"just hash any random garbage to create corrupt objects for debugging Git"
8598msgstr ""
8599
abc8de64 8600#: builtin/hash-object.c:103
cc76011e
JX
8601msgid "process file as it were from this path"
8602msgstr ""
8603
5b34e000 8604#: builtin/help.c:43
cc76011e
JX
8605msgid "print all available commands"
8606msgstr ""
8607
5b34e000 8608#: builtin/help.c:44
fda7b092
JX
8609msgid "exclude guides"
8610msgstr ""
8611
5b34e000 8612#: builtin/help.c:45
c6bc7d43
JX
8613msgid "print list of useful guides"
8614msgstr ""
8615
5b34e000 8616#: builtin/help.c:46
cc76011e
JX
8617msgid "show man page"
8618msgstr ""
8619
5b34e000 8620#: builtin/help.c:47
cc76011e
JX
8621msgid "show manual in web browser"
8622msgstr ""
8623
5b34e000 8624#: builtin/help.c:49
cc76011e
JX
8625msgid "show info page"
8626msgstr ""
8627
5b34e000 8628#: builtin/help.c:55
c2ea1208 8629msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
cc76011e
JX
8630msgstr ""
8631
5b34e000 8632#: builtin/help.c:67
cc76011e
JX
8633#, c-format
8634msgid "unrecognized help format '%s'"
8635msgstr ""
8636
5b34e000 8637#: builtin/help.c:94
cc76011e
JX
8638msgid "Failed to start emacsclient."
8639msgstr ""
8640
5b34e000 8641#: builtin/help.c:107
cc76011e
JX
8642msgid "Failed to parse emacsclient version."
8643msgstr ""
8644
5b34e000 8645#: builtin/help.c:115
cc76011e
JX
8646#, c-format
8647msgid "emacsclient version '%d' too old (< 22)."
8648msgstr ""
8649
25eab542 8650#: builtin/help.c:133 builtin/help.c:155 builtin/help.c:165 builtin/help.c:173
cc76011e 8651#, c-format
f517e50d 8652msgid "failed to exec '%s'"
cc76011e
JX
8653msgstr ""
8654
25eab542 8655#: builtin/help.c:211
cc76011e
JX
8656#, c-format
8657msgid ""
8658"'%s': path for unsupported man viewer.\n"
8659"Please consider using 'man.<tool>.cmd' instead."
8660msgstr ""
8661
25eab542 8662#: builtin/help.c:223
cc76011e
JX
8663#, c-format
8664msgid ""
8665"'%s': cmd for supported man viewer.\n"
8666"Please consider using 'man.<tool>.path' instead."
8667msgstr ""
8668
25eab542 8669#: builtin/help.c:340
cc76011e
JX
8670#, c-format
8671msgid "'%s': unknown man viewer."
8672msgstr ""
8673
25eab542 8674#: builtin/help.c:357
cc76011e
JX
8675msgid "no man viewer handled the request"
8676msgstr ""
8677
25eab542 8678#: builtin/help.c:365
cc76011e
JX
8679msgid "no info viewer handled the request"
8680msgstr ""
8681
25eab542 8682#: builtin/help.c:407
c6bc7d43
JX
8683msgid "Defining attributes per path"
8684msgstr ""
8685
25eab542 8686#: builtin/help.c:408
d07a63e4
JX
8687msgid "Everyday Git With 20 Commands Or So"
8688msgstr ""
8689
25eab542 8690#: builtin/help.c:409
c6bc7d43
JX
8691msgid "A Git glossary"
8692msgstr ""
8693
25eab542 8694#: builtin/help.c:410
c6bc7d43
JX
8695msgid "Specifies intentionally untracked files to ignore"
8696msgstr ""
8697
25eab542 8698#: builtin/help.c:411
c6bc7d43
JX
8699msgid "Defining submodule properties"
8700msgstr ""
8701
25eab542 8702#: builtin/help.c:412
c6bc7d43
JX
8703msgid "Specifying revisions and ranges for Git"
8704msgstr ""
8705
25eab542 8706#: builtin/help.c:413
c6bc7d43
JX
8707msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
8708msgstr ""
8709
25eab542 8710#: builtin/help.c:414
c6bc7d43
JX
8711msgid "An overview of recommended workflows with Git"
8712msgstr ""
8713
25eab542 8714#: builtin/help.c:426
c6bc7d43
JX
8715msgid "The common Git guides are:\n"
8716msgstr ""
8717
25eab542 8718#: builtin/help.c:444
cc76011e 8719#, c-format
25eab542 8720msgid "'%s' is aliased to '%s'"
cc76011e
JX
8721msgstr ""
8722
25eab542 8723#: builtin/help.c:466 builtin/help.c:483
cc76011e 8724#, c-format
fda7b092 8725msgid "usage: %s%s"
cc76011e
JX
8726msgstr ""
8727
abc8de64 8728#: builtin/index-pack.c:157
fe05e196
JX
8729#, c-format
8730msgid "unable to open %s"
8731msgstr ""
8732
abc8de64 8733#: builtin/index-pack.c:207
cc76011e
JX
8734#, c-format
8735msgid "object type mismatch at %s"
8736msgstr ""
8737
abc8de64 8738#: builtin/index-pack.c:227
fe05e196
JX
8739#, c-format
8740msgid "did not receive expected object %s"
8741msgstr ""
8742
abc8de64 8743#: builtin/index-pack.c:230
fe05e196
JX
8744#, c-format
8745msgid "object %s: expected type %s, found %s"
cc76011e
JX
8746msgstr ""
8747
abc8de64 8748#: builtin/index-pack.c:272
cc76011e
JX
8749#, c-format
8750msgid "cannot fill %d byte"
8751msgid_plural "cannot fill %d bytes"
8752msgstr[0] ""
8753msgstr[1] ""
8754
abc8de64 8755#: builtin/index-pack.c:282
cc76011e
JX
8756msgid "early EOF"
8757msgstr ""
8758
abc8de64 8759#: builtin/index-pack.c:283
cc76011e
JX
8760msgid "read error on input"
8761msgstr ""
8762
abc8de64 8763#: builtin/index-pack.c:295
cc76011e
JX
8764msgid "used more bytes than were available"
8765msgstr ""
8766
abc8de64 8767#: builtin/index-pack.c:302
cc76011e
JX
8768msgid "pack too large for current definition of off_t"
8769msgstr ""
8770
abc8de64 8771#: builtin/index-pack.c:305 builtin/unpack-objects.c:93
fda7b092
JX
8772msgid "pack exceeds maximum allowed size"
8773msgstr ""
8774
abc8de64 8775#: builtin/index-pack.c:320
cc76011e
JX
8776#, c-format
8777msgid "unable to create '%s'"
8778msgstr ""
8779
abc8de64 8780#: builtin/index-pack.c:326
cc76011e
JX
8781#, c-format
8782msgid "cannot open packfile '%s'"
8783msgstr ""
8784
abc8de64 8785#: builtin/index-pack.c:340
cc76011e
JX
8786msgid "pack signature mismatch"
8787msgstr ""
8788
abc8de64 8789#: builtin/index-pack.c:342
cc76011e
JX
8790#, c-format
8791msgid "pack version %<PRIu32> unsupported"
8792msgstr ""
8793
abc8de64 8794#: builtin/index-pack.c:360
cc76011e 8795#, c-format
9fa976ff 8796msgid "pack has bad object at offset %<PRIuMAX>: %s"
cc76011e
JX
8797msgstr ""
8798
abc8de64 8799#: builtin/index-pack.c:481
cc76011e
JX
8800#, c-format
8801msgid "inflate returned %d"
8802msgstr ""
8803
abc8de64 8804#: builtin/index-pack.c:530
cc76011e
JX
8805msgid "offset value overflow for delta base object"
8806msgstr ""
8807
abc8de64 8808#: builtin/index-pack.c:538
cc76011e
JX
8809msgid "delta base offset is out of bound"
8810msgstr ""
8811
abc8de64 8812#: builtin/index-pack.c:546
cc76011e
JX
8813#, c-format
8814msgid "unknown object type %d"
8815msgstr ""
8816
abc8de64 8817#: builtin/index-pack.c:577
cc76011e
JX
8818msgid "cannot pread pack file"
8819msgstr ""
8820
abc8de64 8821#: builtin/index-pack.c:579
cc76011e 8822#, c-format
9fa976ff
JX
8823msgid "premature end of pack file, %<PRIuMAX> byte missing"
8824msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
cc76011e
JX
8825msgstr[0] ""
8826msgstr[1] ""
8827
abc8de64 8828#: builtin/index-pack.c:605
cc76011e
JX
8829msgid "serious inflate inconsistency"
8830msgstr ""
8831
abc8de64
JX
8832#: builtin/index-pack.c:750 builtin/index-pack.c:756 builtin/index-pack.c:779
8833#: builtin/index-pack.c:818 builtin/index-pack.c:827
cc76011e
JX
8834#, c-format
8835msgid "SHA1 COLLISION FOUND WITH %s !"
8836msgstr ""
8837
abc8de64
JX
8838#: builtin/index-pack.c:753 builtin/pack-objects.c:182
8839#: builtin/pack-objects.c:276
cc76011e
JX
8840#, c-format
8841msgid "unable to read %s"
8842msgstr ""
8843
abc8de64 8844#: builtin/index-pack.c:816
dfc182b1
JX
8845#, c-format
8846msgid "cannot read existing object info %s"
8847msgstr ""
8848
abc8de64 8849#: builtin/index-pack.c:824
cc76011e
JX
8850#, c-format
8851msgid "cannot read existing object %s"
8852msgstr ""
8853
abc8de64 8854#: builtin/index-pack.c:838
cc76011e
JX
8855#, c-format
8856msgid "invalid blob object %s"
8857msgstr ""
8858
abc8de64 8859#: builtin/index-pack.c:853
cc76011e
JX
8860#, c-format
8861msgid "invalid %s"
8862msgstr ""
8863
abc8de64 8864#: builtin/index-pack.c:856
cc76011e
JX
8865msgid "Error in object"
8866msgstr ""
8867
abc8de64 8868#: builtin/index-pack.c:858
cc76011e
JX
8869#, c-format
8870msgid "Not all child objects of %s are reachable"
8871msgstr ""
8872
abc8de64 8873#: builtin/index-pack.c:930 builtin/index-pack.c:961
cc76011e
JX
8874msgid "failed to apply delta"
8875msgstr ""
8876
25eab542 8877#: builtin/index-pack.c:1131
cc76011e
JX
8878msgid "Receiving objects"
8879msgstr ""
8880
25eab542 8881#: builtin/index-pack.c:1131
cc76011e
JX
8882msgid "Indexing objects"
8883msgstr ""
8884
25eab542 8885#: builtin/index-pack.c:1165
cc76011e
JX
8886msgid "pack is corrupted (SHA1 mismatch)"
8887msgstr ""
8888
25eab542 8889#: builtin/index-pack.c:1170
cc76011e
JX
8890msgid "cannot fstat packfile"
8891msgstr ""
8892
25eab542 8893#: builtin/index-pack.c:1173
cc76011e
JX
8894msgid "pack has junk at the end"
8895msgstr ""
8896
25eab542 8897#: builtin/index-pack.c:1185
cc76011e
JX
8898msgid "confusion beyond insanity in parse_pack_objects()"
8899msgstr ""
8900
25eab542 8901#: builtin/index-pack.c:1208
cc76011e
JX
8902msgid "Resolving deltas"
8903msgstr ""
8904
25eab542 8905#: builtin/index-pack.c:1219
cc76011e
JX
8906#, c-format
8907msgid "unable to create thread: %s"
8908msgstr ""
8909
25eab542 8910#: builtin/index-pack.c:1261
cc76011e
JX
8911msgid "confusion beyond insanity"
8912msgstr ""
8913
25eab542 8914#: builtin/index-pack.c:1267
cc76011e 8915#, c-format
f517e50d
JX
8916msgid "completed with %d local object"
8917msgid_plural "completed with %d local objects"
8918msgstr[0] ""
8919msgstr[1] ""
cc76011e 8920
25eab542 8921#: builtin/index-pack.c:1279
cc76011e
JX
8922#, c-format
8923msgid "Unexpected tail checksum for %s (disk corruption?)"
8924msgstr ""
8925
25eab542 8926#: builtin/index-pack.c:1283
cc76011e
JX
8927#, c-format
8928msgid "pack has %d unresolved delta"
8929msgid_plural "pack has %d unresolved deltas"
8930msgstr[0] ""
8931msgstr[1] ""
8932
25eab542 8933#: builtin/index-pack.c:1307
cc76011e
JX
8934#, c-format
8935msgid "unable to deflate appended object (%d)"
8936msgstr ""
8937
25eab542 8938#: builtin/index-pack.c:1383
cc76011e
JX
8939#, c-format
8940msgid "local object %s is corrupt"
8941msgstr ""
8942
abc8de64
JX
8943#: builtin/index-pack.c:1397
8944#, c-format
8945msgid "packfile name '%s' does not end with '.pack'"
cc76011e
JX
8946msgstr ""
8947
abc8de64 8948#: builtin/index-pack.c:1422
cc76011e 8949#, c-format
abc8de64 8950msgid "cannot write %s file '%s'"
cc76011e
JX
8951msgstr ""
8952
abc8de64 8953#: builtin/index-pack.c:1430
cc76011e 8954#, c-format
abc8de64 8955msgid "cannot close written %s file '%s'"
cc76011e
JX
8956msgstr ""
8957
abc8de64
JX
8958#: builtin/index-pack.c:1454
8959msgid "error while closing pack file"
8960msgstr ""
8961
8962#: builtin/index-pack.c:1468
cc76011e
JX
8963msgid "cannot store pack file"
8964msgstr ""
8965
abc8de64 8966#: builtin/index-pack.c:1476
cc76011e
JX
8967msgid "cannot store index file"
8968msgstr ""
8969
abc8de64 8970#: builtin/index-pack.c:1513
cc76011e
JX
8971#, c-format
8972msgid "bad pack.indexversion=%<PRIu32>"
8973msgstr ""
8974
abc8de64 8975#: builtin/index-pack.c:1581
cc76011e
JX
8976#, c-format
8977msgid "Cannot open existing pack file '%s'"
8978msgstr ""
8979
abc8de64 8980#: builtin/index-pack.c:1583
cc76011e
JX
8981#, c-format
8982msgid "Cannot open existing pack idx file for '%s'"
8983msgstr ""
8984
abc8de64 8985#: builtin/index-pack.c:1631
cc76011e
JX
8986#, c-format
8987msgid "non delta: %d object"
8988msgid_plural "non delta: %d objects"
8989msgstr[0] ""
8990msgstr[1] ""
8991
abc8de64 8992#: builtin/index-pack.c:1638
cc76011e
JX
8993#, c-format
8994msgid "chain length = %d: %lu object"
8995msgid_plural "chain length = %d: %lu objects"
8996msgstr[0] ""
8997msgstr[1] ""
8998
abc8de64
JX
8999#: builtin/index-pack.c:1675
9000msgid "Cannot come back to cwd"
f517e50d
JX
9001msgstr ""
9002
abc8de64
JX
9003#: builtin/index-pack.c:1724 builtin/index-pack.c:1727
9004#: builtin/index-pack.c:1743 builtin/index-pack.c:1747
cc76011e
JX
9005#, c-format
9006msgid "bad %s"
9007msgstr ""
9008
abc8de64 9009#: builtin/index-pack.c:1763
cc76011e
JX
9010msgid "--fix-thin cannot be used without --stdin"
9011msgstr ""
9012
abc8de64 9013#: builtin/index-pack.c:1765
673bfad0
JX
9014msgid "--stdin requires a git repository"
9015msgstr ""
9016
abc8de64 9017#: builtin/index-pack.c:1771
cc76011e
JX
9018msgid "--verify with no packfile name given"
9019msgstr ""
9020
5b34e000 9021#: builtin/init-db.c:55
cc76011e
JX
9022#, c-format
9023msgid "cannot stat '%s'"
9024msgstr ""
9025
5b34e000 9026#: builtin/init-db.c:61
cc76011e
JX
9027#, c-format
9028msgid "cannot stat template '%s'"
9029msgstr ""
9030
5b34e000 9031#: builtin/init-db.c:66
cc76011e
JX
9032#, c-format
9033msgid "cannot opendir '%s'"
9034msgstr ""
9035
5b34e000 9036#: builtin/init-db.c:77
cc76011e
JX
9037#, c-format
9038msgid "cannot readlink '%s'"
9039msgstr ""
9040
5b34e000 9041#: builtin/init-db.c:79
cc76011e
JX
9042#, c-format
9043msgid "cannot symlink '%s' '%s'"
9044msgstr ""
9045
5b34e000 9046#: builtin/init-db.c:85
cc76011e
JX
9047#, c-format
9048msgid "cannot copy '%s' to '%s'"
9049msgstr ""
9050
5b34e000 9051#: builtin/init-db.c:89
cc76011e
JX
9052#, c-format
9053msgid "ignoring template %s"
9054msgstr ""
9055
5b34e000 9056#: builtin/init-db.c:120
cc76011e
JX
9057#, c-format
9058msgid "templates not found %s"
9059msgstr ""
9060
5b34e000 9061#: builtin/init-db.c:135
cc76011e 9062#, c-format
f517e50d 9063msgid "not copying templates from '%s': %s"
cc76011e
JX
9064msgstr ""
9065
5b34e000 9066#: builtin/init-db.c:328
cc76011e 9067#, c-format
fda7b092 9068msgid "unable to handle file type %d"
cc76011e
JX
9069msgstr ""
9070
5b34e000 9071#: builtin/init-db.c:331
cc76011e 9072#, c-format
fda7b092 9073msgid "unable to move %s to %s"
cc76011e
JX
9074msgstr ""
9075
5b34e000 9076#: builtin/init-db.c:348 builtin/init-db.c:351
cc76011e 9077#, c-format
fda7b092 9078msgid "%s already exists"
cc76011e
JX
9079msgstr ""
9080
5b34e000 9081#: builtin/init-db.c:404
cc76011e 9082#, c-format
9fa976ff 9083msgid "Reinitialized existing shared Git repository in %s%s\n"
cc76011e
JX
9084msgstr ""
9085
5b34e000 9086#: builtin/init-db.c:405
9fa976ff
JX
9087#, c-format
9088msgid "Reinitialized existing Git repository in %s%s\n"
cc76011e
JX
9089msgstr ""
9090
5b34e000 9091#: builtin/init-db.c:409
9fa976ff
JX
9092#, c-format
9093msgid "Initialized empty shared Git repository in %s%s\n"
cc76011e
JX
9094msgstr ""
9095
5b34e000 9096#: builtin/init-db.c:410
9fa976ff
JX
9097#, c-format
9098msgid "Initialized empty Git repository in %s%s\n"
cc76011e
JX
9099msgstr ""
9100
5b34e000 9101#: builtin/init-db.c:458
cc76011e 9102msgid ""
9caaf23e 9103"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
c2ea1208 9104"shared[=<permissions>]] [<directory>]"
cc76011e
JX
9105msgstr ""
9106
5b34e000 9107#: builtin/init-db.c:481
cc76011e
JX
9108msgid "permissions"
9109msgstr ""
9110
5b34e000 9111#: builtin/init-db.c:482
cc76011e
JX
9112msgid "specify that the git repository is to be shared amongst several users"
9113msgstr ""
9114
5b34e000 9115#: builtin/init-db.c:516 builtin/init-db.c:521
cc76011e
JX
9116#, c-format
9117msgid "cannot mkdir %s"
9118msgstr ""
9119
5b34e000 9120#: builtin/init-db.c:525
cc76011e
JX
9121#, c-format
9122msgid "cannot chdir to %s"
9123msgstr ""
9124
5b34e000 9125#: builtin/init-db.c:546
cc76011e
JX
9126#, c-format
9127msgid ""
9128"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
9129"dir=<directory>)"
9130msgstr ""
9131
5b34e000 9132#: builtin/init-db.c:574
cc76011e
JX
9133#, c-format
9134msgid "Cannot access work tree '%s'"
9135msgstr ""
9136
d07a63e4
JX
9137#: builtin/interpret-trailers.c:15
9138msgid ""
9eb3984b
JX
9139"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
9140"<token>[(=|:)<value>])...] [<file>...]"
d07a63e4
JX
9141msgstr ""
9142
25eab542 9143#: builtin/interpret-trailers.c:92
9eb3984b
JX
9144msgid "edit files in place"
9145msgstr ""
9146
25eab542 9147#: builtin/interpret-trailers.c:93
d07a63e4
JX
9148msgid "trim empty trailers"
9149msgstr ""
9150
25eab542
JX
9151#: builtin/interpret-trailers.c:96
9152msgid "where to place the new trailer"
9153msgstr ""
9154
9155#: builtin/interpret-trailers.c:98
9156msgid "action if trailer already exists"
9157msgstr ""
9158
9159#: builtin/interpret-trailers.c:100
9160msgid "action if trailer is missing"
9161msgstr ""
9162
9163#: builtin/interpret-trailers.c:102
9164msgid "output only the trailers"
9165msgstr ""
9166
9167#: builtin/interpret-trailers.c:103
9168msgid "do not apply config rules"
9169msgstr ""
9170
9171#: builtin/interpret-trailers.c:104
9172msgid "join whitespace-continued values"
9173msgstr ""
9174
9175#: builtin/interpret-trailers.c:105
9176msgid "set parsing options"
9177msgstr ""
9178
9179#: builtin/interpret-trailers.c:107
d07a63e4
JX
9180msgid "trailer"
9181msgstr ""
9182
25eab542 9183#: builtin/interpret-trailers.c:108
d07a63e4
JX
9184msgid "trailer(s) to add"
9185msgstr ""
9186
25eab542
JX
9187#: builtin/interpret-trailers.c:117
9188msgid "--trailer with --only-input does not make sense"
9189msgstr ""
9190
9191#: builtin/interpret-trailers.c:127
9eb3984b
JX
9192msgid "no input file given for in-place editing"
9193msgstr ""
9194
abc8de64 9195#: builtin/log.c:48
64f23b0c 9196msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
cc76011e
JX
9197msgstr ""
9198
abc8de64 9199#: builtin/log.c:49
c2ea1208 9200msgid "git show [<options>] <object>..."
cc76011e
JX
9201msgstr ""
9202
abc8de64 9203#: builtin/log.c:93
d07a63e4
JX
9204#, c-format
9205msgid "invalid --decorate option: %s"
9206msgstr ""
9207
abc8de64 9208#: builtin/log.c:153
cc76011e
JX
9209msgid "suppress diff output"
9210msgstr ""
9211
abc8de64 9212#: builtin/log.c:154
cc76011e
JX
9213msgid "show source"
9214msgstr ""
9215
abc8de64 9216#: builtin/log.c:155
46bc4039
JX
9217msgid "Use mail map file"
9218msgstr ""
9219
abc8de64 9220#: builtin/log.c:157
18a90722
JX
9221msgid "only decorate refs that match <pattern>"
9222msgstr ""
9223
abc8de64 9224#: builtin/log.c:159
18a90722
JX
9225msgid "do not decorate refs that match <pattern>"
9226msgstr ""
9227
abc8de64 9228#: builtin/log.c:160
cc76011e
JX
9229msgid "decorate options"
9230msgstr ""
9231
abc8de64 9232#: builtin/log.c:163
d07a63e4
JX
9233msgid "Process line range n,m in file, counting from 1"
9234msgstr ""
9235
abc8de64 9236#: builtin/log.c:259
cc76011e
JX
9237#, c-format
9238msgid "Final output: %d %s\n"
9239msgstr ""
9240
abc8de64 9241#: builtin/log.c:510
d07a63e4
JX
9242#, c-format
9243msgid "git show %s: bad file"
9244msgstr ""
9245
abc8de64 9246#: builtin/log.c:525 builtin/log.c:619
cc76011e
JX
9247#, c-format
9248msgid "Could not read object %s"
9249msgstr ""
9250
abc8de64 9251#: builtin/log.c:643
cc76011e
JX
9252#, c-format
9253msgid "Unknown type: %d"
9254msgstr ""
9255
abc8de64 9256#: builtin/log.c:764
cc76011e
JX
9257msgid "format.headers without value"
9258msgstr ""
9259
abc8de64 9260#: builtin/log.c:865
cc76011e
JX
9261msgid "name of output directory is too long"
9262msgstr ""
9263
abc8de64 9264#: builtin/log.c:881
cc76011e
JX
9265#, c-format
9266msgid "Cannot open patch file %s"
9267msgstr ""
9268
abc8de64 9269#: builtin/log.c:898
cc76011e
JX
9270msgid "Need exactly one range."
9271msgstr ""
9272
abc8de64 9273#: builtin/log.c:908
cc76011e
JX
9274msgid "Not a range."
9275msgstr ""
9276
abc8de64 9277#: builtin/log.c:1014
cc76011e
JX
9278msgid "Cover letter needs email format"
9279msgstr ""
9280
abc8de64 9281#: builtin/log.c:1095
cc76011e
JX
9282#, c-format
9283msgid "insane in-reply-to: %s"
9284msgstr ""
9285
abc8de64 9286#: builtin/log.c:1122
c2ea1208 9287msgid "git format-patch [<options>] [<since> | <revision-range>]"
cc76011e
JX
9288msgstr ""
9289
abc8de64 9290#: builtin/log.c:1172
cc76011e
JX
9291msgid "Two output directories?"
9292msgstr ""
9293
abc8de64 9294#: builtin/log.c:1279 builtin/log.c:1932 builtin/log.c:1934 builtin/log.c:1946
f517e50d
JX
9295#, c-format
9296msgid "Unknown commit %s"
9297msgstr ""
9298
abc8de64 9299#: builtin/log.c:1289 builtin/notes.c:887 builtin/tag.c:522
f517e50d
JX
9300#, c-format
9301msgid "Failed to resolve '%s' as a valid ref."
9302msgstr ""
9303
abc8de64 9304#: builtin/log.c:1294
f517e50d
JX
9305msgid "Could not find exact merge base."
9306msgstr ""
9307
abc8de64 9308#: builtin/log.c:1298
f517e50d
JX
9309msgid ""
9310"Failed to get upstream, if you want to record base commit automatically,\n"
9311"please use git branch --set-upstream-to to track a remote branch.\n"
9312"Or you could specify base commit by --base=<base-commit-id> manually."
9313msgstr ""
9314
abc8de64 9315#: builtin/log.c:1318
f517e50d
JX
9316msgid "Failed to find exact merge base"
9317msgstr ""
9318
abc8de64 9319#: builtin/log.c:1329
f517e50d
JX
9320msgid "base commit should be the ancestor of revision list"
9321msgstr ""
9322
abc8de64 9323#: builtin/log.c:1333
f517e50d
JX
9324msgid "base commit shouldn't be in revision list"
9325msgstr ""
9326
abc8de64 9327#: builtin/log.c:1382
f517e50d
JX
9328msgid "cannot get patch id"
9329msgstr ""
9330
abc8de64 9331#: builtin/log.c:1441
cc76011e
JX
9332msgid "use [PATCH n/m] even with a single patch"
9333msgstr ""
9334
abc8de64 9335#: builtin/log.c:1444
cc76011e
JX
9336msgid "use [PATCH] even with multiple patches"
9337msgstr ""
9338
abc8de64 9339#: builtin/log.c:1448
cc76011e
JX
9340msgid "print patches to standard out"
9341msgstr ""
9342
abc8de64 9343#: builtin/log.c:1450
cc76011e
JX
9344msgid "generate a cover letter"
9345msgstr ""
9346
abc8de64 9347#: builtin/log.c:1452
cc76011e
JX
9348msgid "use simple number sequence for output file names"
9349msgstr ""
9350
abc8de64 9351#: builtin/log.c:1453
cc76011e
JX
9352msgid "sfx"
9353msgstr ""
9354
abc8de64 9355#: builtin/log.c:1454
cc76011e
JX
9356msgid "use <sfx> instead of '.patch'"
9357msgstr ""
9358
abc8de64 9359#: builtin/log.c:1456
cc76011e
JX
9360msgid "start numbering patches at <n> instead of 1"
9361msgstr ""
9362
abc8de64 9363#: builtin/log.c:1458
46bc4039
JX
9364msgid "mark the series as Nth re-roll"
9365msgstr ""
9366
abc8de64 9367#: builtin/log.c:1460
fda7b092
JX
9368msgid "Use [RFC PATCH] instead of [PATCH]"
9369msgstr ""
9370
abc8de64 9371#: builtin/log.c:1463
cc76011e
JX
9372msgid "Use [<prefix>] instead of [PATCH]"
9373msgstr ""
9374
abc8de64 9375#: builtin/log.c:1466
cc76011e
JX
9376msgid "store resulting files in <dir>"
9377msgstr ""
9378
abc8de64 9379#: builtin/log.c:1469
cc76011e
JX
9380msgid "don't strip/add [PATCH]"
9381msgstr ""
9382
abc8de64 9383#: builtin/log.c:1472
cc76011e
JX
9384msgid "don't output binary diffs"
9385msgstr ""
9386
abc8de64 9387#: builtin/log.c:1474
2c0ca050
JX
9388msgid "output all-zero hash in From header"
9389msgstr ""
9390
abc8de64 9391#: builtin/log.c:1476
cc76011e
JX
9392msgid "don't include a patch matching a commit upstream"
9393msgstr ""
9394
abc8de64 9395#: builtin/log.c:1478
cc76011e
JX
9396msgid "show patch format instead of default (patch + stat)"
9397msgstr ""
9398
abc8de64 9399#: builtin/log.c:1480
cc76011e
JX
9400msgid "Messaging"
9401msgstr ""
9402
abc8de64 9403#: builtin/log.c:1481
cc76011e
JX
9404msgid "header"
9405msgstr ""
9406
abc8de64 9407#: builtin/log.c:1482
cc76011e
JX
9408msgid "add email header"
9409msgstr ""
9410
abc8de64 9411#: builtin/log.c:1483 builtin/log.c:1485
cc76011e
JX
9412msgid "email"
9413msgstr ""
9414
abc8de64 9415#: builtin/log.c:1483
cc76011e
JX
9416msgid "add To: header"
9417msgstr ""
9418
abc8de64 9419#: builtin/log.c:1485
cc76011e
JX
9420msgid "add Cc: header"
9421msgstr ""
9422
abc8de64 9423#: builtin/log.c:1487
28b3cffc
JX
9424msgid "ident"
9425msgstr ""
9426
abc8de64 9427#: builtin/log.c:1488
28b3cffc
JX
9428msgid "set From address to <ident> (or committer ident if absent)"
9429msgstr ""
9430
abc8de64 9431#: builtin/log.c:1490
cc76011e
JX
9432msgid "message-id"
9433msgstr ""
9434
abc8de64 9435#: builtin/log.c:1491
cc76011e
JX
9436msgid "make first mail a reply to <message-id>"
9437msgstr ""
9438
abc8de64 9439#: builtin/log.c:1492 builtin/log.c:1495
cc76011e
JX
9440msgid "boundary"
9441msgstr ""
9442
abc8de64 9443#: builtin/log.c:1493
cc76011e
JX
9444msgid "attach the patch"
9445msgstr ""
9446
abc8de64 9447#: builtin/log.c:1496
cc76011e
JX
9448msgid "inline the patch"
9449msgstr ""
9450
abc8de64 9451#: builtin/log.c:1500
cc76011e
JX
9452msgid "enable message threading, styles: shallow, deep"
9453msgstr ""
9454
abc8de64 9455#: builtin/log.c:1502
cc76011e
JX
9456msgid "signature"
9457msgstr ""
9458
abc8de64 9459#: builtin/log.c:1503
cc76011e
JX
9460msgid "add a signature"
9461msgstr ""
9462
abc8de64 9463#: builtin/log.c:1504
f517e50d
JX
9464msgid "base-commit"
9465msgstr ""
9466
abc8de64 9467#: builtin/log.c:1505
f517e50d
JX
9468msgid "add prerequisite tree info to the patch series"
9469msgstr ""
9470
abc8de64 9471#: builtin/log.c:1507
fe05e196
JX
9472msgid "add a signature from a file"
9473msgstr ""
9474
abc8de64 9475#: builtin/log.c:1508
cc76011e
JX
9476msgid "don't print the patch filenames"
9477msgstr ""
9478
abc8de64 9479#: builtin/log.c:1510
25eab542
JX
9480msgid "show progress while generating patches"
9481msgstr ""
9482
abc8de64 9483#: builtin/log.c:1585
5b34e000
JX
9484#, c-format
9485msgid "invalid ident line: %s"
9486msgstr ""
9487
abc8de64 9488#: builtin/log.c:1600
cc76011e
JX
9489msgid "-n and -k are mutually exclusive."
9490msgstr ""
9491
abc8de64 9492#: builtin/log.c:1602
fda7b092 9493msgid "--subject-prefix/--rfc and -k are mutually exclusive."
cc76011e
JX
9494msgstr ""
9495
abc8de64 9496#: builtin/log.c:1610
cc76011e
JX
9497msgid "--name-only does not make sense"
9498msgstr ""
9499
abc8de64 9500#: builtin/log.c:1612
cc76011e
JX
9501msgid "--name-status does not make sense"
9502msgstr ""
9503
abc8de64 9504#: builtin/log.c:1614
cc76011e
JX
9505msgid "--check does not make sense"
9506msgstr ""
9507
abc8de64 9508#: builtin/log.c:1646
cc76011e
JX
9509msgid "standard output, or directory, which one?"
9510msgstr ""
9511
abc8de64 9512#: builtin/log.c:1648
cc76011e
JX
9513#, c-format
9514msgid "Could not create directory '%s'"
9515msgstr ""
9516
abc8de64 9517#: builtin/log.c:1741
fe05e196
JX
9518#, c-format
9519msgid "unable to read signature file '%s'"
9520msgstr ""
9521
abc8de64 9522#: builtin/log.c:1773
25eab542
JX
9523msgid "Generating patches"
9524msgstr ""
9525
abc8de64 9526#: builtin/log.c:1817
cc76011e
JX
9527msgid "Failed to create output files"
9528msgstr ""
9529
abc8de64 9530#: builtin/log.c:1867
cc76011e
JX
9531msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
9532msgstr ""
9533
abc8de64 9534#: builtin/log.c:1921
cc76011e
JX
9535#, c-format
9536msgid ""
9537"Could not find a tracked remote branch, please specify <upstream> manually.\n"
9538msgstr ""
9539
18a90722 9540#: builtin/ls-files.c:468
c2ea1208 9541msgid "git ls-files [<options>] [<file>...]"
cc76011e
JX
9542msgstr ""
9543
18a90722 9544#: builtin/ls-files.c:517
cc76011e
JX
9545msgid "identify the file status with tags"
9546msgstr ""
9547
18a90722 9548#: builtin/ls-files.c:519
cc76011e
JX
9549msgid "use lowercase letters for 'assume unchanged' files"
9550msgstr ""
9551
18a90722
JX
9552#: builtin/ls-files.c:521
9553msgid "use lowercase letters for 'fsmonitor clean' files"
9554msgstr ""
9555
9556#: builtin/ls-files.c:523
cc76011e
JX
9557msgid "show cached files in the output (default)"
9558msgstr ""
9559
18a90722 9560#: builtin/ls-files.c:525
cc76011e
JX
9561msgid "show deleted files in the output"
9562msgstr ""
9563
18a90722 9564#: builtin/ls-files.c:527
cc76011e
JX
9565msgid "show modified files in the output"
9566msgstr ""
9567
18a90722 9568#: builtin/ls-files.c:529
cc76011e
JX
9569msgid "show other files in the output"
9570msgstr ""
9571
18a90722 9572#: builtin/ls-files.c:531
cc76011e
JX
9573msgid "show ignored files in the output"
9574msgstr ""
9575
18a90722 9576#: builtin/ls-files.c:534
cc76011e
JX
9577msgid "show staged contents' object name in the output"
9578msgstr ""
9579
18a90722 9580#: builtin/ls-files.c:536
cc76011e
JX
9581msgid "show files on the filesystem that need to be removed"
9582msgstr ""
9583
18a90722 9584#: builtin/ls-files.c:538
d07a63e4 9585msgid "show 'other' directories' names only"
cc76011e
JX
9586msgstr ""
9587
18a90722 9588#: builtin/ls-files.c:540
9eb3984b
JX
9589msgid "show line endings of files"
9590msgstr ""
9591
18a90722 9592#: builtin/ls-files.c:542
cc76011e
JX
9593msgid "don't show empty directories"
9594msgstr ""
9595
18a90722 9596#: builtin/ls-files.c:545
cc76011e
JX
9597msgid "show unmerged files in the output"
9598msgstr ""
9599
18a90722 9600#: builtin/ls-files.c:547
cc76011e
JX
9601msgid "show resolve-undo information"
9602msgstr ""
9603
18a90722 9604#: builtin/ls-files.c:549
cc76011e
JX
9605msgid "skip files matching pattern"
9606msgstr ""
9607
18a90722 9608#: builtin/ls-files.c:552
cc76011e
JX
9609msgid "exclude patterns are read from <file>"
9610msgstr ""
9611
18a90722 9612#: builtin/ls-files.c:555
cc76011e
JX
9613msgid "read additional per-directory exclude patterns in <file>"
9614msgstr ""
9615
18a90722 9616#: builtin/ls-files.c:557
cc76011e
JX
9617msgid "add the standard git exclusions"
9618msgstr ""
9619
18a90722 9620#: builtin/ls-files.c:560
cc76011e
JX
9621msgid "make the output relative to the project top directory"
9622msgstr ""
9623
18a90722 9624#: builtin/ls-files.c:563
fda7b092
JX
9625msgid "recurse through submodules"
9626msgstr ""
9627
18a90722 9628#: builtin/ls-files.c:565
cc76011e
JX
9629msgid "if any <file> is not in the index, treat this as an error"
9630msgstr ""
9631
18a90722 9632#: builtin/ls-files.c:566
cc76011e
JX
9633msgid "tree-ish"
9634msgstr ""
9635
18a90722 9636#: builtin/ls-files.c:567
cc76011e
JX
9637msgid "pretend that paths removed since <tree-ish> are still present"
9638msgstr ""
9639
18a90722 9640#: builtin/ls-files.c:569
cc76011e
JX
9641msgid "show debugging data"
9642msgstr ""
9643
9eb3984b
JX
9644#: builtin/ls-remote.c:7
9645msgid ""
9646"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
9647" [-q | --quiet] [--exit-code] [--get-url]\n"
9648" [--symref] [<repository> [<refs>...]]"
9649msgstr ""
9650
dfc182b1 9651#: builtin/ls-remote.c:52
9eb3984b
JX
9652msgid "do not print remote URL"
9653msgstr ""
9654
dfc182b1 9655#: builtin/ls-remote.c:53 builtin/ls-remote.c:55
9eb3984b
JX
9656msgid "exec"
9657msgstr ""
9658
dfc182b1 9659#: builtin/ls-remote.c:54 builtin/ls-remote.c:56
9eb3984b
JX
9660msgid "path of git-upload-pack on the remote host"
9661msgstr ""
9662
dfc182b1 9663#: builtin/ls-remote.c:58
9eb3984b
JX
9664msgid "limit to tags"
9665msgstr ""
9666
dfc182b1 9667#: builtin/ls-remote.c:59
9eb3984b
JX
9668msgid "limit to heads"
9669msgstr ""
9670
dfc182b1 9671#: builtin/ls-remote.c:60
9eb3984b
JX
9672msgid "do not show peeled tags"
9673msgstr ""
9674
dfc182b1 9675#: builtin/ls-remote.c:62
9eb3984b
JX
9676msgid "take url.<base>.insteadOf into account"
9677msgstr ""
9678
dfc182b1 9679#: builtin/ls-remote.c:64
9eb3984b
JX
9680msgid "exit with exit code 2 if no matching refs are found"
9681msgstr ""
9682
abc8de64 9683#: builtin/ls-remote.c:67
9eb3984b
JX
9684msgid "show underlying ref in addition to the object pointed by it"
9685msgstr ""
9686
5b34e000 9687#: builtin/ls-tree.c:29
cc76011e
JX
9688msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
9689msgstr ""
9690
5b34e000 9691#: builtin/ls-tree.c:127
cc76011e
JX
9692msgid "only show trees"
9693msgstr ""
9694
5b34e000 9695#: builtin/ls-tree.c:129
cc76011e
JX
9696msgid "recurse into subtrees"
9697msgstr ""
9698
5b34e000 9699#: builtin/ls-tree.c:131
cc76011e
JX
9700msgid "show trees when recursing"
9701msgstr ""
9702
5b34e000 9703#: builtin/ls-tree.c:134
cc76011e
JX
9704msgid "terminate entries with NUL byte"
9705msgstr ""
9706
5b34e000 9707#: builtin/ls-tree.c:135
cc76011e
JX
9708msgid "include object size"
9709msgstr ""
9710
5b34e000 9711#: builtin/ls-tree.c:137 builtin/ls-tree.c:139
cc76011e
JX
9712msgid "list only filenames"
9713msgstr ""
9714
5b34e000 9715#: builtin/ls-tree.c:142
cc76011e
JX
9716msgid "use full path names"
9717msgstr ""
9718
5b34e000 9719#: builtin/ls-tree.c:144
cc76011e
JX
9720msgid "list entire tree; not just current directory (implies --full-name)"
9721msgstr ""
9722
5b34e000
JX
9723#: builtin/mailsplit.c:241
9724#, c-format
9725msgid "empty mbox: '%s'"
cc76011e
JX
9726msgstr ""
9727
abc8de64 9728#: builtin/merge.c:49
5b34e000 9729msgid "git merge [<options>] [<commit>...]"
cc76011e
JX
9730msgstr ""
9731
abc8de64 9732#: builtin/merge.c:50
5b34e000
JX
9733msgid "git merge --abort"
9734msgstr ""
9735
abc8de64 9736#: builtin/merge.c:51
673bfad0
JX
9737msgid "git merge --continue"
9738msgstr ""
9739
abc8de64 9740#: builtin/merge.c:108
cc76011e
JX
9741msgid "switch `m' requires a value"
9742msgstr ""
9743
abc8de64 9744#: builtin/merge.c:145
cc76011e
JX
9745#, c-format
9746msgid "Could not find merge strategy '%s'.\n"
9747msgstr ""
9748
abc8de64 9749#: builtin/merge.c:146
cc76011e
JX
9750#, c-format
9751msgid "Available strategies are:"
9752msgstr ""
9753
abc8de64 9754#: builtin/merge.c:151
cc76011e
JX
9755#, c-format
9756msgid "Available custom strategies are:"
9757msgstr ""
9758
abc8de64 9759#: builtin/merge.c:201 builtin/pull.c:137
cc76011e
JX
9760msgid "do not show a diffstat at the end of the merge"
9761msgstr ""
9762
abc8de64 9763#: builtin/merge.c:204 builtin/pull.c:140
cc76011e
JX
9764msgid "show a diffstat at the end of the merge"
9765msgstr ""
9766
abc8de64 9767#: builtin/merge.c:205 builtin/pull.c:143
cc76011e
JX
9768msgid "(synonym to --stat)"
9769msgstr ""
9770
abc8de64 9771#: builtin/merge.c:207 builtin/pull.c:146
cc76011e
JX
9772msgid "add (at most <n>) entries from shortlog to merge commit message"
9773msgstr ""
9774
abc8de64 9775#: builtin/merge.c:210 builtin/pull.c:152
cc76011e
JX
9776msgid "create a single commit instead of doing a merge"
9777msgstr ""
9778
abc8de64 9779#: builtin/merge.c:212 builtin/pull.c:155
cc76011e
JX
9780msgid "perform a commit if the merge succeeds (default)"
9781msgstr ""
9782
abc8de64 9783#: builtin/merge.c:214 builtin/pull.c:158
cc76011e
JX
9784msgid "edit message before committing"
9785msgstr ""
9786
abc8de64 9787#: builtin/merge.c:215
cc76011e
JX
9788msgid "allow fast-forward (default)"
9789msgstr ""
9790
abc8de64 9791#: builtin/merge.c:217 builtin/pull.c:164
cc76011e
JX
9792msgid "abort if fast-forward is not possible"
9793msgstr ""
9794
abc8de64 9795#: builtin/merge.c:221 builtin/pull.c:167
9fa976ff 9796msgid "verify that the named commit has a valid GPG signature"
c138af56
JX
9797msgstr ""
9798
abc8de64 9799#: builtin/merge.c:222 builtin/notes.c:777 builtin/pull.c:171
5b34e000 9800#: builtin/revert.c:109
cc76011e
JX
9801msgid "strategy"
9802msgstr ""
9803
abc8de64 9804#: builtin/merge.c:223 builtin/pull.c:172
cc76011e
JX
9805msgid "merge strategy to use"
9806msgstr ""
9807
abc8de64 9808#: builtin/merge.c:224 builtin/pull.c:175
cc76011e
JX
9809msgid "option=value"
9810msgstr ""
9811
abc8de64 9812#: builtin/merge.c:225 builtin/pull.c:176
cc76011e
JX
9813msgid "option for selected merge strategy"
9814msgstr ""
9815
abc8de64 9816#: builtin/merge.c:227
cc76011e
JX
9817msgid "merge commit message (for a non-fast-forward merge)"
9818msgstr ""
9819
abc8de64 9820#: builtin/merge.c:231
cc76011e
JX
9821msgid "abort the current in-progress merge"
9822msgstr ""
9823
abc8de64 9824#: builtin/merge.c:233
673bfad0
JX
9825msgid "continue the current in-progress merge"
9826msgstr ""
9827
abc8de64 9828#: builtin/merge.c:235 builtin/pull.c:183
f517e50d
JX
9829msgid "allow merging unrelated histories"
9830msgstr ""
9831
abc8de64 9832#: builtin/merge.c:241
25eab542
JX
9833msgid "verify commit-msg hook"
9834msgstr ""
9835
abc8de64 9836#: builtin/merge.c:266
cc76011e
JX
9837msgid "could not run stash."
9838msgstr ""
9839
abc8de64 9840#: builtin/merge.c:271
cc76011e
JX
9841msgid "stash failed"
9842msgstr ""
9843
abc8de64 9844#: builtin/merge.c:276
cc76011e
JX
9845#, c-format
9846msgid "not a valid object: %s"
9847msgstr ""
9848
abc8de64 9849#: builtin/merge.c:298 builtin/merge.c:315
cc76011e
JX
9850msgid "read-tree failed"
9851msgstr ""
9852
abc8de64 9853#: builtin/merge.c:345
cc76011e
JX
9854msgid " (nothing to squash)"
9855msgstr ""
9856
abc8de64 9857#: builtin/merge.c:356
cc76011e
JX
9858#, c-format
9859msgid "Squash commit -- not updating HEAD\n"
9860msgstr ""
9861
abc8de64 9862#: builtin/merge.c:406
cc76011e
JX
9863#, c-format
9864msgid "No merge message -- not updating HEAD\n"
9865msgstr ""
9866
abc8de64 9867#: builtin/merge.c:456
cc76011e
JX
9868#, c-format
9869msgid "'%s' does not point to a commit"
9870msgstr ""
9871
abc8de64 9872#: builtin/merge.c:546
cc76011e
JX
9873#, c-format
9874msgid "Bad branch.%s.mergeoptions string: %s"
9875msgstr ""
9876
abc8de64 9877#: builtin/merge.c:668
cc76011e
JX
9878msgid "Not handling anything other than two heads merge."
9879msgstr ""
9880
abc8de64 9881#: builtin/merge.c:682
cc76011e
JX
9882#, c-format
9883msgid "Unknown option for merge-recursive: -X%s"
9884msgstr ""
9885
abc8de64 9886#: builtin/merge.c:697
cc76011e
JX
9887#, c-format
9888msgid "unable to write %s"
9889msgstr ""
9890
abc8de64 9891#: builtin/merge.c:749
cc76011e
JX
9892#, c-format
9893msgid "Could not read from '%s'"
9894msgstr ""
9895
abc8de64 9896#: builtin/merge.c:758
cc76011e
JX
9897#, c-format
9898msgid "Not committing merge; use 'git commit' to complete the merge.\n"
9899msgstr ""
9900
abc8de64 9901#: builtin/merge.c:764
9caaf23e 9902#, c-format
cc76011e
JX
9903msgid ""
9904"Please enter a commit message to explain why this merge is necessary,\n"
9905"especially if it merges an updated upstream into a topic branch.\n"
9906"\n"
9caaf23e 9907"Lines starting with '%c' will be ignored, and an empty message aborts\n"
cc76011e
JX
9908"the commit.\n"
9909msgstr ""
9910
abc8de64 9911#: builtin/merge.c:800
cc76011e
JX
9912msgid "Empty commit message."
9913msgstr ""
9914
abc8de64 9915#: builtin/merge.c:820
cc76011e
JX
9916#, c-format
9917msgid "Wonderful.\n"
9918msgstr ""
9919
abc8de64 9920#: builtin/merge.c:873
cc76011e
JX
9921#, c-format
9922msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
9923msgstr ""
9924
abc8de64 9925#: builtin/merge.c:912
cc76011e
JX
9926msgid "No current branch."
9927msgstr ""
9928
abc8de64 9929#: builtin/merge.c:914
cc76011e
JX
9930msgid "No remote for the current branch."
9931msgstr ""
9932
abc8de64 9933#: builtin/merge.c:916
cc76011e
JX
9934msgid "No default upstream defined for the current branch."
9935msgstr ""
9936
abc8de64 9937#: builtin/merge.c:921
cc76011e 9938#, c-format
28b3cffc 9939msgid "No remote-tracking branch for %s from %s"
cc76011e
JX
9940msgstr ""
9941
abc8de64 9942#: builtin/merge.c:974
9fa976ff
JX
9943#, c-format
9944msgid "Bad value '%s' in environment '%s'"
9945msgstr ""
9946
abc8de64 9947#: builtin/merge.c:1076
9fa976ff
JX
9948#, c-format
9949msgid "not something we can merge in %s: %s"
9950msgstr ""
9951
abc8de64 9952#: builtin/merge.c:1110
9fa976ff
JX
9953msgid "not something we can merge"
9954msgstr ""
9955
abc8de64 9956#: builtin/merge.c:1212
673bfad0
JX
9957msgid "--abort expects no arguments"
9958msgstr ""
9959
abc8de64 9960#: builtin/merge.c:1216
cc76011e
JX
9961msgid "There is no merge to abort (MERGE_HEAD missing)."
9962msgstr ""
9963
abc8de64 9964#: builtin/merge.c:1228
673bfad0
JX
9965msgid "--continue expects no arguments"
9966msgstr ""
9967
abc8de64 9968#: builtin/merge.c:1232
673bfad0
JX
9969msgid "There is no merge in progress (MERGE_HEAD missing)."
9970msgstr ""
9971
abc8de64 9972#: builtin/merge.c:1248
cc76011e
JX
9973msgid ""
9974"You have not concluded your merge (MERGE_HEAD exists).\n"
d07a63e4 9975"Please, commit your changes before you merge."
cc76011e
JX
9976msgstr ""
9977
abc8de64 9978#: builtin/merge.c:1255
cc76011e
JX
9979msgid ""
9980"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
d07a63e4 9981"Please, commit your changes before you merge."
cc76011e
JX
9982msgstr ""
9983
abc8de64 9984#: builtin/merge.c:1258
cc76011e
JX
9985msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
9986msgstr ""
9987
abc8de64 9988#: builtin/merge.c:1267
cc76011e
JX
9989msgid "You cannot combine --squash with --no-ff."
9990msgstr ""
9991
abc8de64 9992#: builtin/merge.c:1275
cc76011e
JX
9993msgid "No commit specified and merge.defaultToUpstream not set."
9994msgstr ""
9995
abc8de64 9996#: builtin/merge.c:1292
cc76011e
JX
9997msgid "Squash commit into empty head not supported yet"
9998msgstr ""
9999
abc8de64 10000#: builtin/merge.c:1294
cc76011e
JX
10001msgid "Non-fast-forward commit does not make sense into an empty head"
10002msgstr ""
10003
abc8de64 10004#: builtin/merge.c:1299
28b3cffc
JX
10005#, c-format
10006msgid "%s - not something we can merge"
10007msgstr ""
10008
abc8de64 10009#: builtin/merge.c:1301
64f23b0c
JX
10010msgid "Can merge only exactly one commit into empty head"
10011msgstr ""
10012
abc8de64 10013#: builtin/merge.c:1335
c138af56
JX
10014#, c-format
10015msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
10016msgstr ""
10017
abc8de64 10018#: builtin/merge.c:1338
c138af56
JX
10019#, c-format
10020msgid "Commit %s has a bad GPG signature allegedly by %s."
10021msgstr ""
10022
abc8de64 10023#: builtin/merge.c:1341
c138af56
JX
10024#, c-format
10025msgid "Commit %s does not have a GPG signature."
10026msgstr ""
10027
abc8de64 10028#: builtin/merge.c:1344
c138af56
JX
10029#, c-format
10030msgid "Commit %s has a good GPG signature by %s\n"
10031msgstr ""
10032
abc8de64 10033#: builtin/merge.c:1403
f517e50d
JX
10034msgid "refusing to merge unrelated histories"
10035msgstr ""
10036
abc8de64 10037#: builtin/merge.c:1412
25eab542 10038msgid "Already up to date."
9fa976ff
JX
10039msgstr ""
10040
abc8de64 10041#: builtin/merge.c:1422
cc76011e
JX
10042#, c-format
10043msgid "Updating %s..%s\n"
10044msgstr ""
10045
abc8de64 10046#: builtin/merge.c:1463
cc76011e
JX
10047#, c-format
10048msgid "Trying really trivial in-index merge...\n"
10049msgstr ""
10050
abc8de64 10051#: builtin/merge.c:1470
cc76011e
JX
10052#, c-format
10053msgid "Nope.\n"
10054msgstr ""
10055
abc8de64 10056#: builtin/merge.c:1495
25eab542 10057msgid "Already up to date. Yeeah!"
9fa976ff
JX
10058msgstr ""
10059
abc8de64 10060#: builtin/merge.c:1501
cc76011e
JX
10061msgid "Not possible to fast-forward, aborting."
10062msgstr ""
10063
abc8de64 10064#: builtin/merge.c:1524 builtin/merge.c:1603
cc76011e
JX
10065#, c-format
10066msgid "Rewinding the tree to pristine...\n"
10067msgstr ""
10068
abc8de64 10069#: builtin/merge.c:1528
cc76011e
JX
10070#, c-format
10071msgid "Trying merge strategy %s...\n"
10072msgstr ""
10073
abc8de64 10074#: builtin/merge.c:1594
cc76011e
JX
10075#, c-format
10076msgid "No merge strategy handled the merge.\n"
10077msgstr ""
10078
abc8de64 10079#: builtin/merge.c:1596
cc76011e
JX
10080#, c-format
10081msgid "Merge with strategy %s failed.\n"
10082msgstr ""
10083
abc8de64 10084#: builtin/merge.c:1605
cc76011e
JX
10085#, c-format
10086msgid "Using the %s to prepare resolving by hand.\n"
10087msgstr ""
10088
abc8de64 10089#: builtin/merge.c:1617
cc76011e
JX
10090#, c-format
10091msgid "Automatic merge went well; stopped before committing as requested\n"
10092msgstr ""
10093
5b34e000 10094#: builtin/merge-base.c:30
c2ea1208 10095msgid "git merge-base [-a | --all] <commit> <commit>..."
cc76011e
JX
10096msgstr ""
10097
5b34e000 10098#: builtin/merge-base.c:31
c2ea1208 10099msgid "git merge-base [-a | --all] --octopus <commit>..."
cc76011e
JX
10100msgstr ""
10101
5b34e000 10102#: builtin/merge-base.c:32
cc76011e
JX
10103msgid "git merge-base --independent <commit>..."
10104msgstr ""
10105
5b34e000 10106#: builtin/merge-base.c:33
cc76011e
JX
10107msgid "git merge-base --is-ancestor <commit> <commit>"
10108msgstr ""
10109
5b34e000 10110#: builtin/merge-base.c:34
df49095a
JX
10111msgid "git merge-base --fork-point <ref> [<commit>]"
10112msgstr ""
10113
18a90722 10114#: builtin/merge-base.c:220
cc76011e
JX
10115msgid "output all common ancestors"
10116msgstr ""
10117
18a90722 10118#: builtin/merge-base.c:222
cc76011e
JX
10119msgid "find ancestors for a single n-way merge"
10120msgstr ""
10121
18a90722 10122#: builtin/merge-base.c:224
cc76011e
JX
10123msgid "list revs not reachable from others"
10124msgstr ""
10125
18a90722 10126#: builtin/merge-base.c:226
cc76011e
JX
10127msgid "is the first one ancestor of the other?"
10128msgstr ""
10129
18a90722 10130#: builtin/merge-base.c:228
df49095a
JX
10131msgid "find where <commit> forked from reflog of <ref>"
10132msgstr ""
10133
5b34e000 10134#: builtin/merge-file.c:9
cc76011e 10135msgid ""
c2ea1208
JX
10136"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
10137"<orig-file> <file2>"
cc76011e
JX
10138msgstr ""
10139
5b34e000 10140#: builtin/merge-file.c:33
cc76011e
JX
10141msgid "send results to standard output"
10142msgstr ""
10143
5b34e000 10144#: builtin/merge-file.c:34
cc76011e
JX
10145msgid "use a diff3 based merge"
10146msgstr ""
10147
5b34e000 10148#: builtin/merge-file.c:35
cc76011e
JX
10149msgid "for conflicts, use our version"
10150msgstr ""
10151
5b34e000 10152#: builtin/merge-file.c:37
cc76011e
JX
10153msgid "for conflicts, use their version"
10154msgstr ""
10155
5b34e000 10156#: builtin/merge-file.c:39
cc76011e
JX
10157msgid "for conflicts, use a union version"
10158msgstr ""
10159
5b34e000 10160#: builtin/merge-file.c:42
cc76011e
JX
10161msgid "for conflicts, use this marker size"
10162msgstr ""
10163
5b34e000 10164#: builtin/merge-file.c:43
cc76011e
JX
10165msgid "do not warn about conflicts"
10166msgstr ""
10167
5b34e000 10168#: builtin/merge-file.c:45
c2ea1208 10169msgid "set labels for file1/orig-file/file2"
cc76011e
JX
10170msgstr ""
10171
fda7b092
JX
10172#: builtin/merge-recursive.c:45
10173#, c-format
10174msgid "unknown option %s"
10175msgstr ""
10176
10177#: builtin/merge-recursive.c:51
10178#, c-format
10179msgid "could not parse object '%s'"
10180msgstr ""
10181
10182#: builtin/merge-recursive.c:55
10183#, c-format
10184msgid "cannot handle more than %d base. Ignoring %s."
10185msgid_plural "cannot handle more than %d bases. Ignoring %s."
10186msgstr[0] ""
10187msgstr[1] ""
10188
10189#: builtin/merge-recursive.c:63
10190msgid "not handling anything other than two heads merge."
10191msgstr ""
10192
10193#: builtin/merge-recursive.c:69 builtin/merge-recursive.c:71
10194#, c-format
10195msgid "could not resolve ref '%s'"
10196msgstr ""
10197
10198#: builtin/merge-recursive.c:77
10199#, c-format
10200msgid "Merging %s with %s\n"
10201msgstr ""
10202
9eb3984b 10203#: builtin/mktree.c:65
cc76011e
JX
10204msgid "git mktree [-z] [--missing] [--batch]"
10205msgstr ""
10206
5b34e000 10207#: builtin/mktree.c:153
cc76011e
JX
10208msgid "input is NUL terminated"
10209msgstr ""
10210
5b34e000 10211#: builtin/mktree.c:154 builtin/write-tree.c:25
cc76011e
JX
10212msgid "allow missing objects"
10213msgstr ""
10214
5b34e000 10215#: builtin/mktree.c:155
cc76011e
JX
10216msgid "allow creation of more than one tree"
10217msgstr ""
10218
5b34e000 10219#: builtin/mv.c:17
c2ea1208 10220msgid "git mv [<options>] <source>... <destination>"
cc76011e
JX
10221msgstr ""
10222
5b34e000 10223#: builtin/mv.c:83
d07a63e4
JX
10224#, c-format
10225msgid "Directory %s is in index and no submodule?"
cc76011e
JX
10226msgstr ""
10227
25eab542 10228#: builtin/mv.c:85 builtin/rm.c:289
d07a63e4 10229msgid "Please stage your changes to .gitmodules or stash them to proceed"
cc76011e
JX
10230msgstr ""
10231
5b34e000 10232#: builtin/mv.c:103
cc76011e 10233#, c-format
d07a63e4 10234msgid "%.*s is in index"
cc76011e
JX
10235msgstr ""
10236
5b34e000 10237#: builtin/mv.c:125
d07a63e4 10238msgid "force move/rename even if target exists"
cc76011e
JX
10239msgstr ""
10240
abc8de64 10241#: builtin/mv.c:127
d07a63e4 10242msgid "skip move/rename errors"
cc76011e
JX
10243msgstr ""
10244
abc8de64 10245#: builtin/mv.c:168
d07a63e4
JX
10246#, c-format
10247msgid "destination '%s' is not a directory"
cc76011e
JX
10248msgstr ""
10249
abc8de64 10250#: builtin/mv.c:179
727b9576 10251#, c-format
d07a63e4 10252msgid "Checking rename of '%s' to '%s'\n"
727b9576
JX
10253msgstr ""
10254
abc8de64 10255#: builtin/mv.c:183
d07a63e4 10256msgid "bad source"
727b9576
JX
10257msgstr ""
10258
abc8de64 10259#: builtin/mv.c:186
d07a63e4 10260msgid "can not move directory into itself"
cc76011e
JX
10261msgstr ""
10262
abc8de64 10263#: builtin/mv.c:189
d07a63e4
JX
10264msgid "cannot move directory over file"
10265msgstr ""
10266
abc8de64 10267#: builtin/mv.c:198
cc76011e
JX
10268msgid "source directory is empty"
10269msgstr ""
10270
abc8de64 10271#: builtin/mv.c:223
cc76011e
JX
10272msgid "not under version control"
10273msgstr ""
10274
abc8de64 10275#: builtin/mv.c:226
cc76011e
JX
10276msgid "destination exists"
10277msgstr ""
10278
abc8de64 10279#: builtin/mv.c:234
cc76011e
JX
10280#, c-format
10281msgid "overwriting '%s'"
10282msgstr ""
10283
abc8de64 10284#: builtin/mv.c:237
cc76011e
JX
10285msgid "Cannot overwrite"
10286msgstr ""
10287
abc8de64 10288#: builtin/mv.c:240
cc76011e
JX
10289msgid "multiple sources for the same target"
10290msgstr ""
10291
abc8de64 10292#: builtin/mv.c:242
df49095a
JX
10293msgid "destination directory does not exist"
10294msgstr ""
10295
abc8de64 10296#: builtin/mv.c:249
cc76011e
JX
10297#, c-format
10298msgid "%s, source=%s, destination=%s"
10299msgstr ""
10300
abc8de64 10301#: builtin/mv.c:270
cc76011e
JX
10302#, c-format
10303msgid "Renaming %s to %s\n"
10304msgstr ""
10305
abc8de64 10306#: builtin/mv.c:276 builtin/remote.c:712 builtin/repack.c:394
cc76011e
JX
10307#, c-format
10308msgid "renaming '%s' failed"
10309msgstr ""
10310
5b34e000 10311#: builtin/name-rev.c:338
c2ea1208 10312msgid "git name-rev [<options>] <commit>..."
cc76011e
JX
10313msgstr ""
10314
5b34e000 10315#: builtin/name-rev.c:339
c2ea1208 10316msgid "git name-rev [<options>] --all"
cc76011e
JX
10317msgstr ""
10318
5b34e000 10319#: builtin/name-rev.c:340
c2ea1208 10320msgid "git name-rev [<options>] --stdin"
cc76011e
JX
10321msgstr ""
10322
5b34e000 10323#: builtin/name-rev.c:395
cc76011e
JX
10324msgid "print only names (no SHA-1)"
10325msgstr ""
10326
5b34e000 10327#: builtin/name-rev.c:396
cc76011e
JX
10328msgid "only use tags to name the commits"
10329msgstr ""
10330
5b34e000 10331#: builtin/name-rev.c:398
cc76011e
JX
10332msgid "only use refs matching <pattern>"
10333msgstr ""
10334
5b34e000 10335#: builtin/name-rev.c:400
dfc182b1
JX
10336msgid "ignore refs matching <pattern>"
10337msgstr ""
10338
5b34e000 10339#: builtin/name-rev.c:402
cc76011e
JX
10340msgid "list all commits reachable from all refs"
10341msgstr ""
10342
5b34e000 10343#: builtin/name-rev.c:403
cc76011e
JX
10344msgid "read from stdin"
10345msgstr ""
10346
5b34e000 10347#: builtin/name-rev.c:404
727b9576 10348msgid "allow to print `undefined` names (default)"
cc76011e
JX
10349msgstr ""
10350
5b34e000 10351#: builtin/name-rev.c:410
28b3cffc
JX
10352msgid "dereference tags in the input (internal use)"
10353msgstr ""
10354
5b34e000 10355#: builtin/notes.c:26
c2ea1208 10356msgid "git notes [--ref <notes-ref>] [list [<object>]]"
cc76011e
JX
10357msgstr ""
10358
5b34e000 10359#: builtin/notes.c:27
cc76011e 10360msgid ""
c2ea1208 10361"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
beb691f7 10362"| (-c | -C) <object>] [<object>]"
cc76011e
JX
10363msgstr ""
10364
5b34e000 10365#: builtin/notes.c:28
c2ea1208 10366msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
cc76011e
JX
10367msgstr ""
10368
5b34e000 10369#: builtin/notes.c:29
cc76011e 10370msgid ""
c2ea1208 10371"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
beb691f7 10372"(-c | -C) <object>] [<object>]"
cc76011e
JX
10373msgstr ""
10374
5b34e000 10375#: builtin/notes.c:30
c2ea1208 10376msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
cc76011e
JX
10377msgstr ""
10378
5b34e000 10379#: builtin/notes.c:31
c2ea1208 10380msgid "git notes [--ref <notes-ref>] show [<object>]"
cc76011e
JX
10381msgstr ""
10382
5b34e000 10383#: builtin/notes.c:32
cc76011e 10384msgid ""
c2ea1208 10385"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
cc76011e
JX
10386msgstr ""
10387
5b34e000 10388#: builtin/notes.c:33
cc76011e
JX
10389msgid "git notes merge --commit [-v | -q]"
10390msgstr ""
10391
5b34e000 10392#: builtin/notes.c:34
cc76011e
JX
10393msgid "git notes merge --abort [-v | -q]"
10394msgstr ""
10395
5b34e000 10396#: builtin/notes.c:35
c2ea1208 10397msgid "git notes [--ref <notes-ref>] remove [<object>...]"
cc76011e
JX
10398msgstr ""
10399
5b34e000 10400#: builtin/notes.c:36
18a90722 10401msgid "git notes [--ref <notes-ref>] prune [-n] [-v]"
cc76011e
JX
10402msgstr ""
10403
5b34e000 10404#: builtin/notes.c:37
c2ea1208 10405msgid "git notes [--ref <notes-ref>] get-ref"
cc76011e
JX
10406msgstr ""
10407
5b34e000 10408#: builtin/notes.c:42
cc76011e
JX
10409msgid "git notes [list [<object>]]"
10410msgstr ""
10411
5b34e000 10412#: builtin/notes.c:47
cc76011e
JX
10413msgid "git notes add [<options>] [<object>]"
10414msgstr ""
10415
5b34e000 10416#: builtin/notes.c:52
cc76011e
JX
10417msgid "git notes copy [<options>] <from-object> <to-object>"
10418msgstr ""
10419
5b34e000 10420#: builtin/notes.c:53
cc76011e
JX
10421msgid "git notes copy --stdin [<from-object> <to-object>]..."
10422msgstr ""
10423
5b34e000 10424#: builtin/notes.c:58
cc76011e
JX
10425msgid "git notes append [<options>] [<object>]"
10426msgstr ""
10427
5b34e000 10428#: builtin/notes.c:63
cc76011e
JX
10429msgid "git notes edit [<object>]"
10430msgstr ""
10431
5b34e000 10432#: builtin/notes.c:68
cc76011e
JX
10433msgid "git notes show [<object>]"
10434msgstr ""
10435
5b34e000 10436#: builtin/notes.c:73
c2ea1208 10437msgid "git notes merge [<options>] <notes-ref>"
cc76011e
JX
10438msgstr ""
10439
5b34e000 10440#: builtin/notes.c:74
cc76011e
JX
10441msgid "git notes merge --commit [<options>]"
10442msgstr ""
10443
5b34e000 10444#: builtin/notes.c:75
cc76011e
JX
10445msgid "git notes merge --abort [<options>]"
10446msgstr ""
10447
5b34e000 10448#: builtin/notes.c:80
cc76011e
JX
10449msgid "git notes remove [<object>]"
10450msgstr ""
10451
5b34e000 10452#: builtin/notes.c:85
cc76011e
JX
10453msgid "git notes prune [<options>]"
10454msgstr ""
10455
5b34e000 10456#: builtin/notes.c:90
cc76011e
JX
10457msgid "git notes get-ref"
10458msgstr ""
10459
5b34e000 10460#: builtin/notes.c:95
9fa976ff
JX
10461msgid "Write/edit the notes for the following object:"
10462msgstr ""
10463
5b34e000 10464#: builtin/notes.c:148
cc76011e
JX
10465#, c-format
10466msgid "unable to start 'show' for object '%s'"
10467msgstr ""
10468
5b34e000 10469#: builtin/notes.c:152
9caaf23e 10470msgid "could not read 'show' output"
cc76011e
JX
10471msgstr ""
10472
5b34e000 10473#: builtin/notes.c:160
cc76011e
JX
10474#, c-format
10475msgid "failed to finish 'show' for object '%s'"
10476msgstr ""
10477
5b34e000 10478#: builtin/notes.c:195
fda7b092 10479msgid "please supply the note contents using either -m or -F option"
cc76011e
JX
10480msgstr ""
10481
5b34e000 10482#: builtin/notes.c:204
cc76011e
JX
10483msgid "unable to write note object"
10484msgstr ""
10485
5b34e000 10486#: builtin/notes.c:206
cc76011e 10487#, c-format
fda7b092 10488msgid "the note contents have been left in %s"
cc76011e
JX
10489msgstr ""
10490
abc8de64 10491#: builtin/notes.c:234 builtin/tag.c:506
cc76011e
JX
10492#, c-format
10493msgid "cannot read '%s'"
10494msgstr ""
10495
abc8de64 10496#: builtin/notes.c:236 builtin/tag.c:509
cc76011e
JX
10497#, c-format
10498msgid "could not open or read '%s'"
10499msgstr ""
10500
5b34e000 10501#: builtin/notes.c:255 builtin/notes.c:306 builtin/notes.c:308
25eab542
JX
10502#: builtin/notes.c:376 builtin/notes.c:431 builtin/notes.c:517
10503#: builtin/notes.c:522 builtin/notes.c:600 builtin/notes.c:662
fda7b092
JX
10504#, c-format
10505msgid "failed to resolve '%s' as a valid ref."
10506msgstr ""
10507
5b34e000 10508#: builtin/notes.c:258
cc76011e 10509#, c-format
fda7b092 10510msgid "failed to read object '%s'."
cc76011e
JX
10511msgstr ""
10512
5b34e000 10513#: builtin/notes.c:262
5e078fcd 10514#, c-format
fda7b092 10515msgid "cannot read note data from non-blob object '%s'."
5e078fcd
JX
10516msgstr ""
10517
5b34e000 10518#: builtin/notes.c:302
fda7b092
JX
10519#, c-format
10520msgid "malformed input line: '%s'."
10521msgstr ""
10522
5b34e000 10523#: builtin/notes.c:317
fda7b092
JX
10524#, c-format
10525msgid "failed to copy notes from '%s' to '%s'"
10526msgstr ""
10527
5b34e000
JX
10528#. TRANSLATORS: the first %s will be replaced by a git
10529#. notes command: 'add', 'merge', 'remove', etc.
10530#.
25eab542 10531#: builtin/notes.c:349
fda7b092
JX
10532#, c-format
10533msgid "refusing to %s notes in %s (outside of refs/notes/)"
10534msgstr ""
10535
25eab542
JX
10536#: builtin/notes.c:369 builtin/notes.c:424 builtin/notes.c:500
10537#: builtin/notes.c:512 builtin/notes.c:588 builtin/notes.c:655
10538#: builtin/notes.c:805 builtin/notes.c:952 builtin/notes.c:973
cc76011e
JX
10539msgid "too many parameters"
10540msgstr ""
10541
25eab542 10542#: builtin/notes.c:382 builtin/notes.c:668
cc76011e 10543#, c-format
fda7b092 10544msgid "no note found for object %s."
cc76011e
JX
10545msgstr ""
10546
25eab542 10547#: builtin/notes.c:403 builtin/notes.c:566
cc76011e
JX
10548msgid "note contents as a string"
10549msgstr ""
10550
25eab542 10551#: builtin/notes.c:406 builtin/notes.c:569
cc76011e
JX
10552msgid "note contents in a file"
10553msgstr ""
10554
25eab542 10555#: builtin/notes.c:409 builtin/notes.c:572
cc76011e
JX
10556msgid "reuse and edit specified note object"
10557msgstr ""
10558
25eab542 10559#: builtin/notes.c:412 builtin/notes.c:575
cc76011e
JX
10560msgid "reuse specified note object"
10561msgstr ""
10562
25eab542 10563#: builtin/notes.c:415 builtin/notes.c:578
beb691f7
JX
10564msgid "allow storing empty note"
10565msgstr ""
10566
25eab542 10567#: builtin/notes.c:416 builtin/notes.c:487
cc76011e
JX
10568msgid "replace existing notes"
10569msgstr ""
10570
25eab542 10571#: builtin/notes.c:441
cc76011e
JX
10572#, c-format
10573msgid ""
10574"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
10575"existing notes"
10576msgstr ""
10577
25eab542 10578#: builtin/notes.c:456 builtin/notes.c:535
cc76011e
JX
10579#, c-format
10580msgid "Overwriting existing notes for object %s\n"
10581msgstr ""
10582
25eab542 10583#: builtin/notes.c:467 builtin/notes.c:627 builtin/notes.c:892
beb691f7
JX
10584#, c-format
10585msgid "Removing note for object %s\n"
10586msgstr ""
10587
25eab542 10588#: builtin/notes.c:488
cc76011e
JX
10589msgid "read objects from stdin"
10590msgstr ""
10591
25eab542 10592#: builtin/notes.c:490
cc76011e
JX
10593msgid "load rewriting config for <command> (implies --stdin)"
10594msgstr ""
10595
25eab542 10596#: builtin/notes.c:508
cc76011e
JX
10597msgid "too few parameters"
10598msgstr ""
10599
25eab542 10600#: builtin/notes.c:529
cc76011e
JX
10601#, c-format
10602msgid ""
10603"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
10604"existing notes"
10605msgstr ""
10606
25eab542 10607#: builtin/notes.c:541
cc76011e 10608#, c-format
fda7b092 10609msgid "missing notes on source object %s. Cannot copy."
cc76011e
JX
10610msgstr ""
10611
25eab542 10612#: builtin/notes.c:593
cc76011e
JX
10613#, c-format
10614msgid ""
10615"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
10616"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
10617msgstr ""
10618
25eab542 10619#: builtin/notes.c:688
fda7b092
JX
10620msgid "failed to delete ref NOTES_MERGE_PARTIAL"
10621msgstr ""
10622
25eab542 10623#: builtin/notes.c:690
fda7b092
JX
10624msgid "failed to delete ref NOTES_MERGE_REF"
10625msgstr ""
10626
25eab542 10627#: builtin/notes.c:692
fda7b092
JX
10628msgid "failed to remove 'git notes merge' worktree"
10629msgstr ""
10630
25eab542 10631#: builtin/notes.c:712
fda7b092
JX
10632msgid "failed to read ref NOTES_MERGE_PARTIAL"
10633msgstr ""
10634
25eab542 10635#: builtin/notes.c:714
fda7b092
JX
10636msgid "could not find commit from NOTES_MERGE_PARTIAL."
10637msgstr ""
10638
25eab542 10639#: builtin/notes.c:716
fda7b092
JX
10640msgid "could not parse commit from NOTES_MERGE_PARTIAL."
10641msgstr ""
10642
25eab542 10643#: builtin/notes.c:729
fda7b092
JX
10644msgid "failed to resolve NOTES_MERGE_REF"
10645msgstr ""
10646
25eab542 10647#: builtin/notes.c:732
fda7b092
JX
10648msgid "failed to finalize notes merge"
10649msgstr ""
10650
25eab542 10651#: builtin/notes.c:758
9fa976ff
JX
10652#, c-format
10653msgid "unknown notes merge strategy %s"
10654msgstr ""
10655
25eab542 10656#: builtin/notes.c:774
cc76011e
JX
10657msgid "General options"
10658msgstr ""
10659
25eab542 10660#: builtin/notes.c:776
cc76011e
JX
10661msgid "Merge options"
10662msgstr ""
10663
25eab542 10664#: builtin/notes.c:778
cc76011e
JX
10665msgid ""
10666"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
10667"cat_sort_uniq)"
10668msgstr ""
10669
25eab542 10670#: builtin/notes.c:780
cc76011e
JX
10671msgid "Committing unmerged notes"
10672msgstr ""
10673
25eab542 10674#: builtin/notes.c:782
cc76011e
JX
10675msgid "finalize notes merge by committing unmerged notes"
10676msgstr ""
10677
25eab542 10678#: builtin/notes.c:784
cc76011e
JX
10679msgid "Aborting notes merge resolution"
10680msgstr ""
10681
25eab542 10682#: builtin/notes.c:786
cc76011e
JX
10683msgid "abort notes merge"
10684msgstr ""
10685
25eab542 10686#: builtin/notes.c:797
9fa976ff
JX
10687msgid "cannot mix --commit, --abort or -s/--strategy"
10688msgstr ""
10689
25eab542 10690#: builtin/notes.c:802
fda7b092 10691msgid "must specify a notes ref to merge"
9fa976ff
JX
10692msgstr ""
10693
25eab542 10694#: builtin/notes.c:826
9fa976ff 10695#, c-format
fda7b092 10696msgid "unknown -s/--strategy: %s"
9fa976ff
JX
10697msgstr ""
10698
25eab542 10699#: builtin/notes.c:863
df0617bf 10700#, c-format
fda7b092 10701msgid "a notes merge into %s is already in-progress at %s"
df0617bf
JX
10702msgstr ""
10703
25eab542 10704#: builtin/notes.c:866
9fa976ff 10705#, c-format
fda7b092 10706msgid "failed to store link to current notes ref (%s)"
9fa976ff
JX
10707msgstr ""
10708
25eab542 10709#: builtin/notes.c:868
9fa976ff
JX
10710#, c-format
10711msgid ""
10712"Automatic notes merge failed. Fix conflicts in %s and commit the result with "
10713"'git notes merge --commit', or abort the merge with 'git notes merge --"
10714"abort'.\n"
10715msgstr ""
10716
25eab542 10717#: builtin/notes.c:890
cc76011e
JX
10718#, c-format
10719msgid "Object %s has no note\n"
10720msgstr ""
10721
25eab542 10722#: builtin/notes.c:902
cc76011e
JX
10723msgid "attempt to remove non-existent note is not an error"
10724msgstr ""
10725
25eab542 10726#: builtin/notes.c:905
cc76011e
JX
10727msgid "read object names from the standard input"
10728msgstr ""
10729
abc8de64 10730#: builtin/notes.c:943 builtin/prune.c:106 builtin/worktree.c:160
9fa976ff
JX
10731msgid "do not remove, show only"
10732msgstr ""
10733
25eab542 10734#: builtin/notes.c:944
9fa976ff 10735msgid "report pruned notes"
cc76011e
JX
10736msgstr ""
10737
25eab542 10738#: builtin/notes.c:986
9fa976ff
JX
10739msgid "notes-ref"
10740msgstr ""
10741
25eab542 10742#: builtin/notes.c:987
c2ea1208 10743msgid "use notes from <notes-ref>"
cc76011e
JX
10744msgstr ""
10745
25eab542 10746#: builtin/notes.c:1022
cc76011e 10747#, c-format
fda7b092 10748msgid "unknown subcommand: %s"
cc76011e
JX
10749msgstr ""
10750
18a90722 10751#: builtin/pack-objects.c:33
df0617bf
JX
10752msgid ""
10753"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
cc76011e
JX
10754msgstr ""
10755
18a90722 10756#: builtin/pack-objects.c:34
df0617bf
JX
10757msgid ""
10758"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
cc76011e
JX
10759msgstr ""
10760
abc8de64 10761#: builtin/pack-objects.c:195 builtin/pack-objects.c:198
cc76011e
JX
10762#, c-format
10763msgid "deflate error (%d)"
10764msgstr ""
10765
abc8de64 10766#: builtin/pack-objects.c:791
f517e50d
JX
10767msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
10768msgstr ""
10769
abc8de64 10770#: builtin/pack-objects.c:804
5e078fcd
JX
10771msgid "Writing objects"
10772msgstr ""
10773
abc8de64 10774#: builtin/pack-objects.c:1084
5e078fcd
JX
10775msgid "disabling bitmap writing, as some objects are not being packed"
10776msgstr ""
10777
abc8de64 10778#: builtin/pack-objects.c:2454
5e078fcd
JX
10779msgid "Compressing objects"
10780msgstr ""
10781
abc8de64 10782#: builtin/pack-objects.c:2625
18a90722
JX
10783msgid "invalid value for --missing"
10784msgstr ""
10785
abc8de64 10786#: builtin/pack-objects.c:2928
cc76011e
JX
10787#, c-format
10788msgid "unsupported index version %s"
10789msgstr ""
10790
abc8de64 10791#: builtin/pack-objects.c:2932
cc76011e
JX
10792#, c-format
10793msgid "bad index version '%s'"
10794msgstr ""
10795
abc8de64 10796#: builtin/pack-objects.c:2962
cc76011e
JX
10797msgid "do not show progress meter"
10798msgstr ""
10799
abc8de64 10800#: builtin/pack-objects.c:2964
cc76011e
JX
10801msgid "show progress meter"
10802msgstr ""
10803
abc8de64 10804#: builtin/pack-objects.c:2966
cc76011e
JX
10805msgid "show progress meter during object writing phase"
10806msgstr ""
10807
abc8de64 10808#: builtin/pack-objects.c:2969
cc76011e
JX
10809msgid "similar to --all-progress when progress meter is shown"
10810msgstr ""
10811
abc8de64 10812#: builtin/pack-objects.c:2970
cc76011e
JX
10813msgid "version[,offset]"
10814msgstr ""
10815
abc8de64 10816#: builtin/pack-objects.c:2971
cc76011e
JX
10817msgid "write the pack index file in the specified idx format version"
10818msgstr ""
10819
abc8de64 10820#: builtin/pack-objects.c:2974
cc76011e
JX
10821msgid "maximum size of each output pack file"
10822msgstr ""
10823
abc8de64 10824#: builtin/pack-objects.c:2976
cc76011e
JX
10825msgid "ignore borrowed objects from alternate object store"
10826msgstr ""
10827
abc8de64 10828#: builtin/pack-objects.c:2978
cc76011e
JX
10829msgid "ignore packed objects"
10830msgstr ""
10831
abc8de64 10832#: builtin/pack-objects.c:2980
cc76011e
JX
10833msgid "limit pack window by objects"
10834msgstr ""
10835
abc8de64 10836#: builtin/pack-objects.c:2982
cc76011e
JX
10837msgid "limit pack window by memory in addition to object limit"
10838msgstr ""
10839
abc8de64 10840#: builtin/pack-objects.c:2984
cc76011e
JX
10841msgid "maximum length of delta chain allowed in the resulting pack"
10842msgstr ""
10843
abc8de64 10844#: builtin/pack-objects.c:2986
cc76011e
JX
10845msgid "reuse existing deltas"
10846msgstr ""
10847
abc8de64 10848#: builtin/pack-objects.c:2988
cc76011e
JX
10849msgid "reuse existing objects"
10850msgstr ""
10851
abc8de64 10852#: builtin/pack-objects.c:2990
cc76011e
JX
10853msgid "use OFS_DELTA objects"
10854msgstr ""
10855
abc8de64 10856#: builtin/pack-objects.c:2992
cc76011e
JX
10857msgid "use threads when searching for best delta matches"
10858msgstr ""
10859
abc8de64 10860#: builtin/pack-objects.c:2994
cc76011e
JX
10861msgid "do not create an empty pack output"
10862msgstr ""
10863
abc8de64 10864#: builtin/pack-objects.c:2996
cc76011e
JX
10865msgid "read revision arguments from standard input"
10866msgstr ""
10867
abc8de64 10868#: builtin/pack-objects.c:2998
cc76011e
JX
10869msgid "limit the objects to those that are not yet packed"
10870msgstr ""
10871
abc8de64 10872#: builtin/pack-objects.c:3001
cc76011e
JX
10873msgid "include objects reachable from any reference"
10874msgstr ""
10875
abc8de64 10876#: builtin/pack-objects.c:3004
cc76011e
JX
10877msgid "include objects referred by reflog entries"
10878msgstr ""
10879
abc8de64 10880#: builtin/pack-objects.c:3007
d07a63e4
JX
10881msgid "include objects referred to by the index"
10882msgstr ""
10883
abc8de64 10884#: builtin/pack-objects.c:3010
cc76011e
JX
10885msgid "output pack to stdout"
10886msgstr ""
10887
abc8de64 10888#: builtin/pack-objects.c:3012
cc76011e
JX
10889msgid "include tag objects that refer to objects to be packed"
10890msgstr ""
10891
abc8de64 10892#: builtin/pack-objects.c:3014
cc76011e
JX
10893msgid "keep unreachable objects"
10894msgstr ""
10895
abc8de64 10896#: builtin/pack-objects.c:3016
9fa976ff
JX
10897msgid "pack loose unreachable objects"
10898msgstr ""
10899
abc8de64 10900#: builtin/pack-objects.c:3018
cc76011e
JX
10901msgid "unpack unreachable objects newer than <time>"
10902msgstr ""
10903
abc8de64 10904#: builtin/pack-objects.c:3021
cc76011e
JX
10905msgid "create thin packs"
10906msgstr ""
10907
abc8de64 10908#: builtin/pack-objects.c:3023
beb691f7
JX
10909msgid "create packs suitable for shallow fetches"
10910msgstr ""
10911
abc8de64 10912#: builtin/pack-objects.c:3025
cc76011e
JX
10913msgid "ignore packs that have companion .keep file"
10914msgstr ""
10915
abc8de64 10916#: builtin/pack-objects.c:3027
cc76011e
JX
10917msgid "pack compression level"
10918msgstr ""
10919
abc8de64 10920#: builtin/pack-objects.c:3029
cc76011e
JX
10921msgid "do not hide commits by grafts"
10922msgstr ""
10923
abc8de64 10924#: builtin/pack-objects.c:3031
5e078fcd
JX
10925msgid "use a bitmap index if available to speed up counting objects"
10926msgstr ""
10927
abc8de64 10928#: builtin/pack-objects.c:3033
5e078fcd
JX
10929msgid "write a bitmap index together with the pack index"
10930msgstr ""
10931
abc8de64 10932#: builtin/pack-objects.c:3036
18a90722
JX
10933msgid "handling for missing objects"
10934msgstr ""
10935
abc8de64
JX
10936#: builtin/pack-objects.c:3039
10937msgid "do not pack objects in promisor packfiles"
10938msgstr ""
10939
10940#: builtin/pack-objects.c:3178
5e078fcd
JX
10941msgid "Counting objects"
10942msgstr ""
10943
df0617bf
JX
10944#: builtin/pack-refs.c:6
10945msgid "git pack-refs [<options>]"
10946msgstr ""
10947
10948#: builtin/pack-refs.c:14
10949msgid "pack everything"
10950msgstr ""
10951
10952#: builtin/pack-refs.c:15
10953msgid "prune loose refs (default)"
10954msgstr ""
10955
25eab542 10956#: builtin/prune-packed.c:8
df0617bf
JX
10957msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
10958msgstr ""
10959
25eab542 10960#: builtin/prune-packed.c:41
df0617bf
JX
10961msgid "Removing duplicate objects"
10962msgstr ""
10963
10964#: builtin/prune.c:11
18a90722 10965msgid "git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"
df0617bf
JX
10966msgstr ""
10967
abc8de64 10968#: builtin/prune.c:107
df0617bf
JX
10969msgid "report pruned objects"
10970msgstr ""
10971
abc8de64 10972#: builtin/prune.c:110
df0617bf
JX
10973msgid "expire objects older than <time>"
10974msgstr ""
10975
abc8de64
JX
10976#: builtin/prune.c:112
10977msgid "limit traversal to objects outside promisor packfiles"
10978msgstr ""
10979
10980#: builtin/prune.c:126
f4f2c8f8
JX
10981msgid "cannot prune in a precious-objects repo"
10982msgstr ""
10983
5b34e000 10984#: builtin/pull.c:54 builtin/pull.c:56
fda7b092
JX
10985#, c-format
10986msgid "Invalid value for %s: %s"
10987msgstr ""
10988
5b34e000 10989#: builtin/pull.c:76
f4f2c8f8 10990msgid "git pull [<options>] [<repository> [<refspec>...]]"
df0617bf
JX
10991msgstr ""
10992
18a90722 10993#: builtin/pull.c:127
5b34e000
JX
10994msgid "control for recursive fetching of submodules"
10995msgstr ""
10996
18a90722 10997#: builtin/pull.c:131
df0617bf
JX
10998msgid "Options related to merging"
10999msgstr ""
11000
18a90722 11001#: builtin/pull.c:134
df0617bf
JX
11002msgid "incorporate changes by rebasing rather than merging"
11003msgstr ""
11004
18a90722 11005#: builtin/pull.c:161 builtin/rebase--helper.c:23 builtin/revert.c:121
df0617bf
JX
11006msgid "allow fast-forward"
11007msgstr ""
11008
18a90722 11009#: builtin/pull.c:170
f517e50d
JX
11010msgid "automatically stash/stash pop before and after rebase"
11011msgstr ""
11012
18a90722 11013#: builtin/pull.c:186
df0617bf
JX
11014msgid "Options related to fetching"
11015msgstr ""
11016
18a90722 11017#: builtin/pull.c:204
9eb3984b
JX
11018msgid "number of submodules pulled in parallel"
11019msgstr ""
11020
18a90722 11021#: builtin/pull.c:299
df0617bf
JX
11022#, c-format
11023msgid "Invalid value for pull.ff: %s"
11024msgstr ""
11025
18a90722 11026#: builtin/pull.c:415
df0617bf
JX
11027msgid ""
11028"There is no candidate for rebasing against among the refs that you just "
11029"fetched."
11030msgstr ""
11031
18a90722 11032#: builtin/pull.c:417
df0617bf
JX
11033msgid ""
11034"There are no candidates for merging among the refs that you just fetched."
11035msgstr ""
11036
18a90722 11037#: builtin/pull.c:418
df0617bf
JX
11038msgid ""
11039"Generally this means that you provided a wildcard refspec which had no\n"
11040"matches on the remote end."
11041msgstr ""
11042
18a90722 11043#: builtin/pull.c:421
df0617bf
JX
11044#, c-format
11045msgid ""
11046"You asked to pull from the remote '%s', but did not specify\n"
11047"a branch. Because this is not the default configured remote\n"
11048"for your current branch, you must specify a branch on the command line."
11049msgstr ""
11050
18a90722 11051#: builtin/pull.c:426 git-parse-remote.sh:73
df0617bf
JX
11052msgid "You are not currently on a branch."
11053msgstr ""
11054
18a90722 11055#: builtin/pull.c:428 builtin/pull.c:443 git-parse-remote.sh:79
df0617bf
JX
11056msgid "Please specify which branch you want to rebase against."
11057msgstr ""
11058
18a90722 11059#: builtin/pull.c:430 builtin/pull.c:445 git-parse-remote.sh:82
df0617bf
JX
11060msgid "Please specify which branch you want to merge with."
11061msgstr ""
11062
18a90722 11063#: builtin/pull.c:431 builtin/pull.c:446
df0617bf 11064msgid "See git-pull(1) for details."
cc76011e
JX
11065msgstr ""
11066
18a90722 11067#: builtin/pull.c:433 builtin/pull.c:439 builtin/pull.c:448
f517e50d
JX
11068#: git-parse-remote.sh:64
11069msgid "<remote>"
11070msgstr ""
11071
abc8de64 11072#: builtin/pull.c:433 builtin/pull.c:448 builtin/pull.c:453 git-rebase.sh:477
f517e50d
JX
11073#: git-parse-remote.sh:65
11074msgid "<branch>"
11075msgstr ""
11076
18a90722 11077#: builtin/pull.c:441 git-parse-remote.sh:75
df0617bf 11078msgid "There is no tracking information for the current branch."
cc76011e
JX
11079msgstr ""
11080
18a90722 11081#: builtin/pull.c:450 git-parse-remote.sh:95
df0617bf 11082msgid ""
f517e50d 11083"If you wish to set tracking information for this branch you can do so with:"
cc76011e
JX
11084msgstr ""
11085
18a90722 11086#: builtin/pull.c:455
df0617bf
JX
11087#, c-format
11088msgid ""
11089"Your configuration specifies to merge with the ref '%s'\n"
11090"from the remote, but no such ref was fetched."
cc76011e
JX
11091msgstr ""
11092
abc8de64 11093#: builtin/pull.c:819
9fa976ff
JX
11094msgid "ignoring --verify-signatures for rebase"
11095msgstr ""
11096
abc8de64 11097#: builtin/pull.c:867
f517e50d
JX
11098msgid "--[no-]autostash option is only valid with --rebase."
11099msgstr ""
11100
abc8de64 11101#: builtin/pull.c:875
df0617bf 11102msgid "Updating an unborn branch with changes added to the index."
5e078fcd
JX
11103msgstr ""
11104
abc8de64 11105#: builtin/pull.c:878
fda7b092
JX
11106msgid "pull with rebase"
11107msgstr ""
11108
abc8de64 11109#: builtin/pull.c:879
fda7b092
JX
11110msgid "please commit or stash them."
11111msgstr ""
11112
abc8de64 11113#: builtin/pull.c:904
df0617bf
JX
11114#, c-format
11115msgid ""
11116"fetch updated the current branch head.\n"
11117"fast-forwarding your working tree from\n"
11118"commit %s."
cc76011e
JX
11119msgstr ""
11120
abc8de64 11121#: builtin/pull.c:909
df0617bf
JX
11122#, c-format
11123msgid ""
11124"Cannot fast-forward your working tree.\n"
11125"After making sure that you saved anything precious from\n"
11126"$ git diff %s\n"
11127"output, run\n"
11128"$ git reset --hard\n"
11129"to recover."
cc76011e
JX
11130msgstr ""
11131
abc8de64 11132#: builtin/pull.c:924
df0617bf 11133msgid "Cannot merge multiple branches into empty head."
cc76011e
JX
11134msgstr ""
11135
abc8de64 11136#: builtin/pull.c:928
df0617bf 11137msgid "Cannot rebase onto multiple branches."
cc76011e
JX
11138msgstr ""
11139
abc8de64 11140#: builtin/pull.c:935
5b34e000
JX
11141msgid "cannot rebase with locally recorded submodule modifications"
11142msgstr ""
11143
11144#: builtin/push.c:17
cc76011e
JX
11145msgid "git push [<options>] [<repository> [<refspec>...]]"
11146msgstr ""
11147
18a90722 11148#: builtin/push.c:92
cc76011e
JX
11149msgid "tag shorthand without <tag>"
11150msgstr ""
11151
18a90722 11152#: builtin/push.c:102
cc76011e
JX
11153msgid "--delete only accepts plain target ref names"
11154msgstr ""
11155
18a90722 11156#: builtin/push.c:146
cc76011e
JX
11157msgid ""
11158"\n"
11159"To choose either option permanently, see push.default in 'git help config'."
11160msgstr ""
11161
18a90722 11162#: builtin/push.c:149
cc76011e
JX
11163#, c-format
11164msgid ""
11165"The upstream branch of your current branch does not match\n"
11166"the name of your current branch. To push to the upstream branch\n"
11167"on the remote, use\n"
11168"\n"
11169" git push %s HEAD:%s\n"
11170"\n"
11171"To push to the branch of the same name on the remote, use\n"
11172"\n"
11173" git push %s %s\n"
11174"%s"
11175msgstr ""
11176
18a90722 11177#: builtin/push.c:164
cc76011e
JX
11178#, c-format
11179msgid ""
11180"You are not currently on a branch.\n"
11181"To push the history leading to the current (detached HEAD)\n"
11182"state now, use\n"
11183"\n"
11184" git push %s HEAD:<name-of-remote-branch>\n"
11185msgstr ""
11186
18a90722 11187#: builtin/push.c:178
cc76011e
JX
11188#, c-format
11189msgid ""
11190"The current branch %s has no upstream branch.\n"
11191"To push the current branch and set the remote as upstream, use\n"
11192"\n"
11193" git push --set-upstream %s %s\n"
11194msgstr ""
11195
18a90722 11196#: builtin/push.c:186
cc76011e
JX
11197#, c-format
11198msgid "The current branch %s has multiple upstream branches, refusing to push."
11199msgstr ""
11200
18a90722 11201#: builtin/push.c:189
cc76011e
JX
11202#, c-format
11203msgid ""
11204"You are pushing to remote '%s', which is not the upstream of\n"
11205"your current branch '%s', without telling me what to push\n"
11206"to update which remote branch."
11207msgstr ""
11208
18a90722 11209#: builtin/push.c:248
cc76011e
JX
11210msgid ""
11211"You didn't specify any refspecs to push, and push.default is \"nothing\"."
11212msgstr ""
11213
18a90722 11214#: builtin/push.c:255
cc76011e
JX
11215msgid ""
11216"Updates were rejected because the tip of your current branch is behind\n"
28b3cffc
JX
11217"its remote counterpart. Integrate the remote changes (e.g.\n"
11218"'git pull ...') before pushing again.\n"
cc76011e
JX
11219"See the 'Note about fast-forwards' in 'git push --help' for details."
11220msgstr ""
11221
18a90722 11222#: builtin/push.c:261
cc76011e
JX
11223msgid ""
11224"Updates were rejected because a pushed branch tip is behind its remote\n"
28b3cffc
JX
11225"counterpart. Check out this branch and integrate the remote changes\n"
11226"(e.g. 'git pull ...') before pushing again.\n"
cc76011e
JX
11227"See the 'Note about fast-forwards' in 'git push --help' for details."
11228msgstr ""
11229
18a90722 11230#: builtin/push.c:267
46bc4039 11231msgid ""
9caaf23e
JX
11232"Updates were rejected because the remote contains work that you do\n"
11233"not have locally. This is usually caused by another repository pushing\n"
28b3cffc
JX
11234"to the same ref. You may want to first integrate the remote changes\n"
11235"(e.g., 'git pull ...') before pushing again.\n"
9caaf23e 11236"See the 'Note about fast-forwards' in 'git push --help' for details."
46bc4039
JX
11237msgstr ""
11238
18a90722 11239#: builtin/push.c:274
9caaf23e
JX
11240msgid "Updates were rejected because the tag already exists in the remote."
11241msgstr ""
11242
18a90722 11243#: builtin/push.c:277
9caaf23e
JX
11244msgid ""
11245"You cannot update a remote ref that points at a non-commit object,\n"
11246"or update a remote ref to make it point at a non-commit object,\n"
11247"without using the '--force' option.\n"
11248msgstr ""
11249
18a90722 11250#: builtin/push.c:337
cc76011e
JX
11251#, c-format
11252msgid "Pushing to %s\n"
11253msgstr ""
11254
18a90722 11255#: builtin/push.c:341
cc76011e
JX
11256#, c-format
11257msgid "failed to push some refs to '%s'"
11258msgstr ""
11259
18a90722 11260#: builtin/push.c:372
cc76011e
JX
11261#, c-format
11262msgid "bad repository '%s'"
11263msgstr ""
11264
18a90722 11265#: builtin/push.c:373
cc76011e
JX
11266msgid ""
11267"No configured push destination.\n"
11268"Either specify the URL from the command-line or configure a remote "
11269"repository using\n"
11270"\n"
11271" git remote add <name> <url>\n"
11272"\n"
11273"and then push using the remote name\n"
11274"\n"
11275" git push <name>\n"
11276msgstr ""
11277
18a90722 11278#: builtin/push.c:391
cc76011e
JX
11279msgid "--all and --tags are incompatible"
11280msgstr ""
11281
18a90722 11282#: builtin/push.c:392
cc76011e
JX
11283msgid "--all can't be combined with refspecs"
11284msgstr ""
11285
18a90722 11286#: builtin/push.c:397
cc76011e
JX
11287msgid "--mirror and --tags are incompatible"
11288msgstr ""
11289
18a90722 11290#: builtin/push.c:398
cc76011e
JX
11291msgid "--mirror can't be combined with refspecs"
11292msgstr ""
11293
18a90722 11294#: builtin/push.c:403
cc76011e
JX
11295msgid "--all and --mirror are incompatible"
11296msgstr ""
11297
18a90722 11298#: builtin/push.c:535
cc76011e
JX
11299msgid "repository"
11300msgstr ""
11301
18a90722 11302#: builtin/push.c:536 builtin/send-pack.c:163
cc76011e
JX
11303msgid "push all refs"
11304msgstr ""
11305
18a90722 11306#: builtin/push.c:537 builtin/send-pack.c:165
cc76011e
JX
11307msgid "mirror all refs"
11308msgstr ""
11309
18a90722 11310#: builtin/push.c:539
cc76011e
JX
11311msgid "delete refs"
11312msgstr ""
11313
18a90722 11314#: builtin/push.c:540
cc76011e
JX
11315msgid "push tags (can't be used with --all or --mirror)"
11316msgstr ""
11317
18a90722 11318#: builtin/push.c:543 builtin/send-pack.c:166
cc76011e
JX
11319msgid "force updates"
11320msgstr ""
11321
18a90722 11322#: builtin/push.c:545 builtin/send-pack.c:180
727b9576
JX
11323msgid "refname>:<expect"
11324msgstr ""
11325
18a90722 11326#: builtin/push.c:546 builtin/send-pack.c:181
727b9576
JX
11327msgid "require old value of ref to be at this value"
11328msgstr ""
11329
18a90722 11330#: builtin/push.c:549
cc76011e
JX
11331msgid "control recursive pushing of submodules"
11332msgstr ""
11333
18a90722 11334#: builtin/push.c:551 builtin/send-pack.c:174
cc76011e
JX
11335msgid "use thin pack"
11336msgstr ""
11337
18a90722 11338#: builtin/push.c:552 builtin/push.c:553 builtin/send-pack.c:160
5b34e000 11339#: builtin/send-pack.c:161
cc76011e
JX
11340msgid "receive pack program"
11341msgstr ""
11342
18a90722 11343#: builtin/push.c:554
cc76011e
JX
11344msgid "set upstream for git pull/status"
11345msgstr ""
11346
18a90722 11347#: builtin/push.c:557
cc76011e
JX
11348msgid "prune locally removed refs"
11349msgstr ""
11350
18a90722 11351#: builtin/push.c:559
9caaf23e
JX
11352msgid "bypass pre-push hook"
11353msgstr ""
11354
18a90722 11355#: builtin/push.c:560
c138af56 11356msgid "push missing but relevant tags"
cc76011e
JX
11357msgstr ""
11358
18a90722 11359#: builtin/push.c:563 builtin/send-pack.c:168
d07a63e4
JX
11360msgid "GPG sign the push"
11361msgstr ""
11362
18a90722 11363#: builtin/push.c:565 builtin/send-pack.c:175
c2ea1208
JX
11364msgid "request atomic transaction on remote side"
11365msgstr ""
11366
18a90722 11367#: builtin/push.c:566 builtin/send-pack.c:171
9fa976ff
JX
11368msgid "server-specific"
11369msgstr ""
11370
18a90722 11371#: builtin/push.c:566 builtin/send-pack.c:172
9fa976ff
JX
11372msgid "option to transmit"
11373msgstr ""
11374
18a90722 11375#: builtin/push.c:583
c138af56
JX
11376msgid "--delete is incompatible with --all, --mirror and --tags"
11377msgstr ""
11378
18a90722 11379#: builtin/push.c:585
cc76011e
JX
11380msgid "--delete doesn't make sense without any refs"
11381msgstr ""
11382
18a90722 11383#: builtin/push.c:604
9fa976ff
JX
11384msgid "push options must not have new line characters"
11385msgstr ""
11386
dfc182b1 11387#: builtin/read-tree.c:40
cc76011e 11388msgid ""
df0617bf 11389"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
cc76011e
JX
11390"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
11391"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
11392msgstr ""
11393
5b34e000 11394#: builtin/read-tree.c:121
cc76011e
JX
11395msgid "write resulting index to <file>"
11396msgstr ""
11397
5b34e000 11398#: builtin/read-tree.c:124
cc76011e
JX
11399msgid "only empty the index"
11400msgstr ""
11401
5b34e000 11402#: builtin/read-tree.c:126
cc76011e
JX
11403msgid "Merging"
11404msgstr ""
11405
5b34e000 11406#: builtin/read-tree.c:128
cc76011e
JX
11407msgid "perform a merge in addition to a read"
11408msgstr ""
11409
5b34e000 11410#: builtin/read-tree.c:130
cc76011e
JX
11411msgid "3-way merge if no file level merging required"
11412msgstr ""
11413
5b34e000 11414#: builtin/read-tree.c:132
cc76011e
JX
11415msgid "3-way merge in presence of adds and removes"
11416msgstr ""
11417
5b34e000 11418#: builtin/read-tree.c:134
cc76011e
JX
11419msgid "same as -m, but discard unmerged entries"
11420msgstr ""
11421
5b34e000 11422#: builtin/read-tree.c:135
cc76011e
JX
11423msgid "<subdirectory>/"
11424msgstr ""
11425
5b34e000 11426#: builtin/read-tree.c:136
cc76011e
JX
11427msgid "read the tree into the index under <subdirectory>/"
11428msgstr ""
11429
5b34e000 11430#: builtin/read-tree.c:139
cc76011e
JX
11431msgid "update working tree with merge result"
11432msgstr ""
11433
5b34e000 11434#: builtin/read-tree.c:141
cc76011e
JX
11435msgid "gitignore"
11436msgstr ""
11437
5b34e000 11438#: builtin/read-tree.c:142
cc76011e
JX
11439msgid "allow explicitly ignored files to be overwritten"
11440msgstr ""
11441
5b34e000 11442#: builtin/read-tree.c:145
cc76011e
JX
11443msgid "don't check the working tree after merging"
11444msgstr ""
11445
5b34e000 11446#: builtin/read-tree.c:146
cc76011e
JX
11447msgid "don't update the index or the work tree"
11448msgstr ""
11449
5b34e000 11450#: builtin/read-tree.c:148
cc76011e
JX
11451msgid "skip applying sparse checkout filter"
11452msgstr ""
11453
5b34e000 11454#: builtin/read-tree.c:150
cc76011e
JX
11455msgid "debug unpack-trees"
11456msgstr ""
11457
5b34e000 11458#: builtin/rebase--helper.c:8
dfc182b1
JX
11459msgid "git rebase--helper [<options>]"
11460msgstr ""
11461
18a90722 11462#: builtin/rebase--helper.c:24
25eab542
JX
11463msgid "keep empty commits"
11464msgstr ""
11465
abc8de64
JX
11466#: builtin/rebase--helper.c:26 builtin/revert.c:123
11467msgid "allow commits with empty messages"
dfc182b1
JX
11468msgstr ""
11469
18a90722 11470#: builtin/rebase--helper.c:27
abc8de64
JX
11471msgid "continue rebase"
11472msgstr ""
11473
11474#: builtin/rebase--helper.c:29
dfc182b1
JX
11475msgid "abort rebase"
11476msgstr ""
11477
abc8de64 11478#: builtin/rebase--helper.c:32
18a90722 11479msgid "make rebase script"
25eab542
JX
11480msgstr ""
11481
abc8de64 11482#: builtin/rebase--helper.c:34
18a90722 11483msgid "shorten commit ids in the todo list"
25eab542
JX
11484msgstr ""
11485
abc8de64 11486#: builtin/rebase--helper.c:36
18a90722 11487msgid "expand commit ids in the todo list"
25eab542
JX
11488msgstr ""
11489
abc8de64 11490#: builtin/rebase--helper.c:38
18a90722 11491msgid "check the todo list"
25eab542
JX
11492msgstr ""
11493
abc8de64 11494#: builtin/rebase--helper.c:40
18a90722
JX
11495msgid "skip unnecessary picks"
11496msgstr ""
11497
abc8de64 11498#: builtin/rebase--helper.c:42
25eab542
JX
11499msgid "rearrange fixup/squash lines"
11500msgstr ""
11501
abc8de64 11502#: builtin/rebase--helper.c:44
18a90722
JX
11503msgid "insert exec commands in todo list"
11504msgstr ""
11505
11506#: builtin/receive-pack.c:30
f517e50d
JX
11507msgid "git receive-pack <git-dir>"
11508msgstr ""
11509
abc8de64 11510#: builtin/receive-pack.c:841
fda7b092
JX
11511msgid ""
11512"By default, updating the current branch in a non-bare repository\n"
11513"is denied, because it will make the index and work tree inconsistent\n"
11514"with what you pushed, and will require 'git reset --hard' to match\n"
11515"the work tree to HEAD.\n"
11516"\n"
673bfad0
JX
11517"You can set the 'receive.denyCurrentBranch' configuration variable\n"
11518"to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
fda7b092
JX
11519"its current branch; however, this is not recommended unless you\n"
11520"arranged to update its work tree to match what you pushed in some\n"
11521"other way.\n"
11522"\n"
11523"To squelch this message and still keep the default behaviour, set\n"
11524"'receive.denyCurrentBranch' configuration variable to 'refuse'."
11525msgstr ""
11526
abc8de64 11527#: builtin/receive-pack.c:861
fda7b092
JX
11528msgid ""
11529"By default, deleting the current branch is denied, because the next\n"
11530"'git clone' won't result in any file checked out, causing confusion.\n"
11531"\n"
11532"You can set 'receive.denyDeleteCurrent' configuration variable to\n"
11533"'warn' or 'ignore' in the remote repository to allow deleting the\n"
11534"current branch, with or without a warning message.\n"
11535"\n"
11536"To squelch this message, you can set it to 'refuse'."
11537msgstr ""
11538
abc8de64 11539#: builtin/receive-pack.c:1934
f517e50d
JX
11540msgid "quiet"
11541msgstr ""
11542
abc8de64 11543#: builtin/receive-pack.c:1948
f517e50d
JX
11544msgid "You must specify a directory."
11545msgstr ""
11546
abc8de64 11547#: builtin/reflog.c:532 builtin/reflog.c:537
28b3cffc
JX
11548#, c-format
11549msgid "'%s' is not a valid timestamp"
11550msgstr ""
11551
5b34e000 11552#: builtin/remote.c:13
cc76011e
JX
11553msgid "git remote [-v | --verbose]"
11554msgstr ""
11555
5b34e000 11556#: builtin/remote.c:14
cc76011e 11557msgid ""
c2ea1208 11558"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
cc76011e
JX
11559"mirror=<fetch|push>] <name> <url>"
11560msgstr ""
11561
5b34e000 11562#: builtin/remote.c:15 builtin/remote.c:35
cc76011e
JX
11563msgid "git remote rename <old> <new>"
11564msgstr ""
11565
5b34e000 11566#: builtin/remote.c:16 builtin/remote.c:40
cc76011e
JX
11567msgid "git remote remove <name>"
11568msgstr ""
11569
5b34e000 11570#: builtin/remote.c:17 builtin/remote.c:45
c2ea1208 11571msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
cc76011e
JX
11572msgstr ""
11573
5b34e000 11574#: builtin/remote.c:18
cc76011e
JX
11575msgid "git remote [-v | --verbose] show [-n] <name>"
11576msgstr ""
11577
5b34e000 11578#: builtin/remote.c:19
cc76011e
JX
11579msgid "git remote prune [-n | --dry-run] <name>"
11580msgstr ""
11581
5b34e000 11582#: builtin/remote.c:20
cc76011e
JX
11583msgid ""
11584"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
11585msgstr ""
11586
5b34e000 11587#: builtin/remote.c:21
cc76011e
JX
11588msgid "git remote set-branches [--add] <name> <branch>..."
11589msgstr ""
11590
5b34e000 11591#: builtin/remote.c:22 builtin/remote.c:71
f4f2c8f8
JX
11592msgid "git remote get-url [--push] [--all] <name>"
11593msgstr ""
11594
5b34e000 11595#: builtin/remote.c:23 builtin/remote.c:76
cc76011e
JX
11596msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
11597msgstr ""
11598
5b34e000 11599#: builtin/remote.c:24 builtin/remote.c:77
cc76011e
JX
11600msgid "git remote set-url --add <name> <newurl>"
11601msgstr ""
11602
5b34e000 11603#: builtin/remote.c:25 builtin/remote.c:78
cc76011e
JX
11604msgid "git remote set-url --delete <name> <url>"
11605msgstr ""
11606
5b34e000 11607#: builtin/remote.c:30
cc76011e
JX
11608msgid "git remote add [<options>] <name> <url>"
11609msgstr ""
11610
5b34e000 11611#: builtin/remote.c:50
cc76011e
JX
11612msgid "git remote set-branches <name> <branch>..."
11613msgstr ""
11614
5b34e000 11615#: builtin/remote.c:51
cc76011e
JX
11616msgid "git remote set-branches --add <name> <branch>..."
11617msgstr ""
11618
5b34e000 11619#: builtin/remote.c:56
cc76011e
JX
11620msgid "git remote show [<options>] <name>"
11621msgstr ""
11622
5b34e000 11623#: builtin/remote.c:61
cc76011e
JX
11624msgid "git remote prune [<options>] <name>"
11625msgstr ""
11626
5b34e000 11627#: builtin/remote.c:66
cc76011e
JX
11628msgid "git remote update [<options>] [<group> | <remote>]..."
11629msgstr ""
11630
5b34e000 11631#: builtin/remote.c:95
cc76011e
JX
11632#, c-format
11633msgid "Updating %s"
11634msgstr ""
11635
5b34e000 11636#: builtin/remote.c:127
cc76011e
JX
11637msgid ""
11638"--mirror is dangerous and deprecated; please\n"
11639"\t use --mirror=fetch or --mirror=push instead"
11640msgstr ""
11641
5b34e000 11642#: builtin/remote.c:144
cc76011e
JX
11643#, c-format
11644msgid "unknown mirror argument: %s"
11645msgstr ""
11646
5b34e000 11647#: builtin/remote.c:160
cc76011e
JX
11648msgid "fetch the remote branches"
11649msgstr ""
11650
5b34e000 11651#: builtin/remote.c:162
cc76011e
JX
11652msgid "import all tags and associated objects when fetching"
11653msgstr ""
11654
5b34e000 11655#: builtin/remote.c:165
cc76011e
JX
11656msgid "or do not fetch any tag at all (--no-tags)"
11657msgstr ""
11658
5b34e000 11659#: builtin/remote.c:167
cc76011e
JX
11660msgid "branch(es) to track"
11661msgstr ""
11662
5b34e000 11663#: builtin/remote.c:168
cc76011e
JX
11664msgid "master branch"
11665msgstr ""
11666
5b34e000 11667#: builtin/remote.c:169
cc76011e
JX
11668msgid "push|fetch"
11669msgstr ""
11670
5b34e000 11671#: builtin/remote.c:170
cc76011e
JX
11672msgid "set up remote as a mirror to push to or fetch from"
11673msgstr ""
11674
5b34e000 11675#: builtin/remote.c:182
cc76011e
JX
11676msgid "specifying a master branch makes no sense with --mirror"
11677msgstr ""
11678
5b34e000 11679#: builtin/remote.c:184
cc76011e
JX
11680msgid "specifying branches to track makes sense only with fetch mirrors"
11681msgstr ""
11682
25eab542 11683#: builtin/remote.c:191 builtin/remote.c:631
cc76011e
JX
11684#, c-format
11685msgid "remote %s already exists."
11686msgstr ""
11687
25eab542 11688#: builtin/remote.c:195 builtin/remote.c:635
cc76011e
JX
11689#, c-format
11690msgid "'%s' is not a valid remote name"
11691msgstr ""
11692
5b34e000 11693#: builtin/remote.c:235
cc76011e
JX
11694#, c-format
11695msgid "Could not setup master '%s'"
11696msgstr ""
11697
5b34e000 11698#: builtin/remote.c:337
cc76011e
JX
11699#, c-format
11700msgid "Could not get fetch map for refspec %s"
11701msgstr ""
11702
5b34e000 11703#: builtin/remote.c:438 builtin/remote.c:446
cc76011e
JX
11704msgid "(matching)"
11705msgstr ""
11706
5b34e000 11707#: builtin/remote.c:450
cc76011e
JX
11708msgid "(delete)"
11709msgstr ""
11710
25eab542 11711#: builtin/remote.c:624 builtin/remote.c:759 builtin/remote.c:858
cc76011e
JX
11712#, c-format
11713msgid "No such remote: %s"
11714msgstr ""
11715
25eab542 11716#: builtin/remote.c:641
cc76011e
JX
11717#, c-format
11718msgid "Could not rename config section '%s' to '%s'"
11719msgstr ""
11720
25eab542 11721#: builtin/remote.c:661
cc76011e
JX
11722#, c-format
11723msgid ""
11724"Not updating non-default fetch refspec\n"
11725"\t%s\n"
11726"\tPlease update the configuration manually if necessary."
11727msgstr ""
11728
25eab542 11729#: builtin/remote.c:697
cc76011e
JX
11730#, c-format
11731msgid "deleting '%s' failed"
11732msgstr ""
11733
25eab542 11734#: builtin/remote.c:731
cc76011e
JX
11735#, c-format
11736msgid "creating '%s' failed"
11737msgstr ""
11738
25eab542 11739#: builtin/remote.c:796
cc76011e
JX
11740msgid ""
11741"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
11742"to delete it, use:"
11743msgid_plural ""
11744"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
11745"to delete them, use:"
11746msgstr[0] ""
11747msgstr[1] ""
11748
25eab542 11749#: builtin/remote.c:810
9eb3984b
JX
11750#, c-format
11751msgid "Could not remove config section '%s'"
11752msgstr ""
11753
25eab542 11754#: builtin/remote.c:911
cc76011e
JX
11755#, c-format
11756msgid " new (next fetch will store in remotes/%s)"
11757msgstr ""
11758
25eab542 11759#: builtin/remote.c:914
cc76011e
JX
11760msgid " tracked"
11761msgstr ""
11762
25eab542 11763#: builtin/remote.c:916
cc76011e
JX
11764msgid " stale (use 'git remote prune' to remove)"
11765msgstr ""
11766
25eab542 11767#: builtin/remote.c:918
cc76011e
JX
11768msgid " ???"
11769msgstr ""
11770
25eab542 11771#: builtin/remote.c:959
cc76011e
JX
11772#, c-format
11773msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
11774msgstr ""
11775
25eab542 11776#: builtin/remote.c:967
cc76011e 11777#, c-format
9eb3984b 11778msgid "rebases interactively onto remote %s"
cc76011e
JX
11779msgstr ""
11780
25eab542 11781#: builtin/remote.c:968
cc76011e 11782#, c-format
9fa976ff 11783msgid "rebases onto remote %s"
822e4a65
JX
11784msgstr ""
11785
25eab542 11786#: builtin/remote.c:971
9fa976ff
JX
11787#, c-format
11788msgid " merges with remote %s"
cc76011e
JX
11789msgstr ""
11790
25eab542 11791#: builtin/remote.c:974
822e4a65 11792#, c-format
cc76011e 11793msgid "merges with remote %s"
822e4a65
JX
11794msgstr ""
11795
25eab542 11796#: builtin/remote.c:977
9fa976ff
JX
11797#, c-format
11798msgid "%-*s and with remote %s\n"
cc76011e
JX
11799msgstr ""
11800
25eab542 11801#: builtin/remote.c:1020
cc76011e
JX
11802msgid "create"
11803msgstr ""
11804
25eab542 11805#: builtin/remote.c:1023
cc76011e
JX
11806msgid "delete"
11807msgstr ""
11808
25eab542 11809#: builtin/remote.c:1027
cc76011e
JX
11810msgid "up to date"
11811msgstr ""
11812
25eab542 11813#: builtin/remote.c:1030
cc76011e
JX
11814msgid "fast-forwardable"
11815msgstr ""
11816
25eab542 11817#: builtin/remote.c:1033
cc76011e
JX
11818msgid "local out of date"
11819msgstr ""
11820
25eab542 11821#: builtin/remote.c:1040
822e4a65 11822#, c-format
cc76011e 11823msgid " %-*s forces to %-*s (%s)"
822e4a65
JX
11824msgstr ""
11825
25eab542 11826#: builtin/remote.c:1043
822e4a65 11827#, c-format
cc76011e 11828msgid " %-*s pushes to %-*s (%s)"
822e4a65
JX
11829msgstr ""
11830
25eab542 11831#: builtin/remote.c:1047
cc76011e
JX
11832#, c-format
11833msgid " %-*s forces to %s"
822e4a65
JX
11834msgstr ""
11835
25eab542 11836#: builtin/remote.c:1050
822e4a65 11837#, c-format
cc76011e 11838msgid " %-*s pushes to %s"
822e4a65
JX
11839msgstr ""
11840
25eab542 11841#: builtin/remote.c:1118
cc76011e
JX
11842msgid "do not query remotes"
11843msgstr ""
11844
25eab542 11845#: builtin/remote.c:1145
822e4a65 11846#, c-format
cc76011e 11847msgid "* remote %s"
822e4a65
JX
11848msgstr ""
11849
25eab542 11850#: builtin/remote.c:1146
822e4a65 11851#, c-format
cc76011e 11852msgid " Fetch URL: %s"
822e4a65
JX
11853msgstr ""
11854
25eab542 11855#: builtin/remote.c:1147 builtin/remote.c:1163 builtin/remote.c:1302
cc76011e
JX
11856msgid "(no URL)"
11857msgstr ""
11858
5b34e000
JX
11859#. TRANSLATORS: the colon ':' should align
11860#. with the one in " Fetch URL: %s"
11861#. translation.
11862#.
25eab542 11863#: builtin/remote.c:1161 builtin/remote.c:1163
822e4a65 11864#, c-format
cc76011e 11865msgid " Push URL: %s"
822e4a65
JX
11866msgstr ""
11867
25eab542 11868#: builtin/remote.c:1165 builtin/remote.c:1167 builtin/remote.c:1169
822e4a65 11869#, c-format
cc76011e 11870msgid " HEAD branch: %s"
822e4a65
JX
11871msgstr ""
11872
25eab542 11873#: builtin/remote.c:1165
9fa976ff
JX
11874msgid "(not queried)"
11875msgstr ""
11876
25eab542 11877#: builtin/remote.c:1167
9fa976ff
JX
11878msgid "(unknown)"
11879msgstr ""
11880
25eab542 11881#: builtin/remote.c:1171
11b90174 11882#, c-format
cc76011e
JX
11883msgid ""
11884" HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
11b90174
JX
11885msgstr ""
11886
25eab542 11887#: builtin/remote.c:1183
822e4a65 11888#, c-format
cc76011e
JX
11889msgid " Remote branch:%s"
11890msgid_plural " Remote branches:%s"
11891msgstr[0] ""
11892msgstr[1] ""
11893
25eab542 11894#: builtin/remote.c:1186 builtin/remote.c:1212
cc76011e 11895msgid " (status not queried)"
822e4a65
JX
11896msgstr ""
11897
25eab542 11898#: builtin/remote.c:1195
cc76011e
JX
11899msgid " Local branch configured for 'git pull':"
11900msgid_plural " Local branches configured for 'git pull':"
11901msgstr[0] ""
11902msgstr[1] ""
11903
25eab542 11904#: builtin/remote.c:1203
cc76011e
JX
11905msgid " Local refs will be mirrored by 'git push'"
11906msgstr ""
11907
25eab542 11908#: builtin/remote.c:1209
822e4a65 11909#, c-format
cc76011e
JX
11910msgid " Local ref configured for 'git push'%s:"
11911msgid_plural " Local refs configured for 'git push'%s:"
11912msgstr[0] ""
11913msgstr[1] ""
11914
25eab542 11915#: builtin/remote.c:1230
cc76011e 11916msgid "set refs/remotes/<name>/HEAD according to remote"
822e4a65
JX
11917msgstr ""
11918
25eab542 11919#: builtin/remote.c:1232
cc76011e
JX
11920msgid "delete refs/remotes/<name>/HEAD"
11921msgstr ""
11922
25eab542 11923#: builtin/remote.c:1247
cc76011e
JX
11924msgid "Cannot determine remote HEAD"
11925msgstr ""
11926
25eab542 11927#: builtin/remote.c:1249
cc76011e
JX
11928msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
11929msgstr ""
11930
25eab542 11931#: builtin/remote.c:1259
822e4a65 11932#, c-format
cc76011e 11933msgid "Could not delete %s"
822e4a65
JX
11934msgstr ""
11935
25eab542 11936#: builtin/remote.c:1267
822e4a65 11937#, c-format
cc76011e 11938msgid "Not a valid ref: %s"
822e4a65
JX
11939msgstr ""
11940
25eab542 11941#: builtin/remote.c:1269
cc76011e
JX
11942#, c-format
11943msgid "Could not setup %s"
822e4a65
JX
11944msgstr ""
11945
25eab542 11946#: builtin/remote.c:1287
cc76011e
JX
11947#, c-format
11948msgid " %s will become dangling!"
822e4a65
JX
11949msgstr ""
11950
25eab542 11951#: builtin/remote.c:1288
cc76011e
JX
11952#, c-format
11953msgid " %s has become dangling!"
822e4a65
JX
11954msgstr ""
11955
25eab542 11956#: builtin/remote.c:1298
822e4a65 11957#, c-format
cc76011e 11958msgid "Pruning %s"
822e4a65
JX
11959msgstr ""
11960
25eab542 11961#: builtin/remote.c:1299
822e4a65 11962#, c-format
cc76011e 11963msgid "URL: %s"
822e4a65
JX
11964msgstr ""
11965
25eab542 11966#: builtin/remote.c:1315
822e4a65 11967#, c-format
cc76011e 11968msgid " * [would prune] %s"
822e4a65
JX
11969msgstr ""
11970
25eab542 11971#: builtin/remote.c:1318
822e4a65 11972#, c-format
cc76011e 11973msgid " * [pruned] %s"
822e4a65
JX
11974msgstr ""
11975
25eab542 11976#: builtin/remote.c:1363
cc76011e
JX
11977msgid "prune remotes after fetching"
11978msgstr ""
11979
25eab542 11980#: builtin/remote.c:1426 builtin/remote.c:1480 builtin/remote.c:1548
822e4a65 11981#, c-format
cc76011e 11982msgid "No such remote '%s'"
822e4a65
JX
11983msgstr ""
11984
25eab542 11985#: builtin/remote.c:1442
cc76011e 11986msgid "add branch"
ccfca8dc
JX
11987msgstr ""
11988
25eab542 11989#: builtin/remote.c:1449
cc76011e 11990msgid "no remote specified"
822e4a65
JX
11991msgstr ""
11992
25eab542 11993#: builtin/remote.c:1466
f4f2c8f8
JX
11994msgid "query push URLs rather than fetch URLs"
11995msgstr ""
11996
25eab542 11997#: builtin/remote.c:1468
f4f2c8f8
JX
11998msgid "return all URLs"
11999msgstr ""
12000
25eab542 12001#: builtin/remote.c:1496
f4f2c8f8
JX
12002#, c-format
12003msgid "no URLs configured for remote '%s'"
12004msgstr ""
12005
25eab542 12006#: builtin/remote.c:1522
cc76011e
JX
12007msgid "manipulate push URLs"
12008msgstr ""
12009
25eab542 12010#: builtin/remote.c:1524
cc76011e
JX
12011msgid "add URL"
12012msgstr ""
12013
25eab542 12014#: builtin/remote.c:1526
cc76011e
JX
12015msgid "delete URLs"
12016msgstr ""
12017
25eab542 12018#: builtin/remote.c:1533
cc76011e
JX
12019msgid "--add --delete doesn't make sense"
12020msgstr ""
12021
25eab542 12022#: builtin/remote.c:1572
cc76011e
JX
12023#, c-format
12024msgid "Invalid old URL pattern: %s"
12025msgstr ""
12026
25eab542 12027#: builtin/remote.c:1580
cc76011e
JX
12028#, c-format
12029msgid "No such URL found: %s"
12030msgstr ""
12031
25eab542 12032#: builtin/remote.c:1582
cc76011e
JX
12033msgid "Will not delete all non-push URLs"
12034msgstr ""
12035
25eab542 12036#: builtin/remote.c:1598
cc76011e
JX
12037msgid "be verbose; must be placed before a subcommand"
12038msgstr ""
12039
25eab542 12040#: builtin/remote.c:1629
fda7b092
JX
12041#, c-format
12042msgid "Unknown subcommand: %s"
12043msgstr ""
12044
5b34e000 12045#: builtin/repack.c:18
c2ea1208 12046msgid "git repack [<options>]"
727b9576
JX
12047msgstr ""
12048
5b34e000 12049#: builtin/repack.c:23
673bfad0
JX
12050msgid ""
12051"Incremental repacks are incompatible with bitmap indexes. Use\n"
12052"--no-write-bitmap-index or disable the pack.writebitmaps configuration."
12053msgstr ""
12054
abc8de64 12055#: builtin/repack.c:170
727b9576
JX
12056msgid "pack everything in a single pack"
12057msgstr ""
12058
abc8de64 12059#: builtin/repack.c:172
727b9576
JX
12060msgid "same as -a, and turn unreachable objects loose"
12061msgstr ""
12062
abc8de64 12063#: builtin/repack.c:175
727b9576
JX
12064msgid "remove redundant packs, and run git-prune-packed"
12065msgstr ""
12066
abc8de64 12067#: builtin/repack.c:177
727b9576
JX
12068msgid "pass --no-reuse-delta to git-pack-objects"
12069msgstr ""
12070
abc8de64 12071#: builtin/repack.c:179
727b9576
JX
12072msgid "pass --no-reuse-object to git-pack-objects"
12073msgstr ""
12074
abc8de64 12075#: builtin/repack.c:181
727b9576
JX
12076msgid "do not run git-update-server-info"
12077msgstr ""
12078
abc8de64 12079#: builtin/repack.c:184
727b9576
JX
12080msgid "pass --local to git-pack-objects"
12081msgstr ""
12082
abc8de64 12083#: builtin/repack.c:186
5e078fcd
JX
12084msgid "write bitmap index"
12085msgstr ""
12086
abc8de64 12087#: builtin/repack.c:187
727b9576
JX
12088msgid "approxidate"
12089msgstr ""
12090
abc8de64 12091#: builtin/repack.c:188
727b9576
JX
12092msgid "with -A, do not loosen objects older than this"
12093msgstr ""
12094
abc8de64 12095#: builtin/repack.c:190
9fa976ff
JX
12096msgid "with -a, repack unreachable objects"
12097msgstr ""
12098
abc8de64 12099#: builtin/repack.c:192
727b9576
JX
12100msgid "size of the window used for delta compression"
12101msgstr ""
12102
abc8de64 12103#: builtin/repack.c:193 builtin/repack.c:199
d57b24b6
JX
12104msgid "bytes"
12105msgstr ""
12106
abc8de64 12107#: builtin/repack.c:194
727b9576
JX
12108msgid "same as the above, but limit memory size instead of entries count"
12109msgstr ""
12110
abc8de64 12111#: builtin/repack.c:196
727b9576
JX
12112msgid "limits the maximum delta depth"
12113msgstr ""
12114
abc8de64 12115#: builtin/repack.c:198
5b34e000
JX
12116msgid "limits the maximum number of threads"
12117msgstr ""
12118
abc8de64 12119#: builtin/repack.c:200
727b9576
JX
12120msgid "maximum size of each packfile"
12121msgstr ""
12122
abc8de64 12123#: builtin/repack.c:202
5e078fcd
JX
12124msgid "repack objects in packs marked with .keep"
12125msgstr ""
12126
abc8de64 12127#: builtin/repack.c:212
f4f2c8f8
JX
12128msgid "cannot delete packs in a precious-objects repo"
12129msgstr ""
12130
abc8de64 12131#: builtin/repack.c:216
9fa976ff
JX
12132msgid "--keep-unreachable and -A are incompatible"
12133msgstr ""
12134
abc8de64 12135#: builtin/repack.c:410 builtin/worktree.c:148
727b9576 12136#, c-format
9fa976ff 12137msgid "failed to remove '%s'"
727b9576
JX
12138msgstr ""
12139
5b34e000 12140#: builtin/replace.c:20
cc76011e
JX
12141msgid "git replace [-f] <object> <replacement>"
12142msgstr ""
12143
5b34e000 12144#: builtin/replace.c:21
fe05e196
JX
12145msgid "git replace [-f] --edit <object>"
12146msgstr ""
12147
5b34e000 12148#: builtin/replace.c:22
fe05e196
JX
12149msgid "git replace [-f] --graft <commit> [<parent>...]"
12150msgstr ""
12151
5b34e000 12152#: builtin/replace.c:23
cc76011e
JX
12153msgid "git replace -d <object>..."
12154msgstr ""
12155
5b34e000 12156#: builtin/replace.c:24
df49095a 12157msgid "git replace [--format=<format>] [-l [<pattern>]]"
822e4a65
JX
12158msgstr ""
12159
5b34e000 12160#: builtin/replace.c:331 builtin/replace.c:369 builtin/replace.c:397
fe05e196
JX
12161#, c-format
12162msgid "Not a valid object name: '%s'"
12163msgstr ""
12164
5b34e000 12165#: builtin/replace.c:361
fe05e196
JX
12166#, c-format
12167msgid "bad mergetag in commit '%s'"
12168msgstr ""
12169
5b34e000 12170#: builtin/replace.c:363
fe05e196
JX
12171#, c-format
12172msgid "malformed mergetag in commit '%s'"
12173msgstr ""
12174
5b34e000 12175#: builtin/replace.c:374
fe05e196
JX
12176#, c-format
12177msgid ""
12178"original commit '%s' contains mergetag '%s' that is discarded; use --edit "
12179"instead of --graft"
12180msgstr ""
12181
5b34e000 12182#: builtin/replace.c:407
fe05e196
JX
12183#, c-format
12184msgid "the original commit '%s' has a gpg signature."
12185msgstr ""
12186
5b34e000 12187#: builtin/replace.c:408
fe05e196
JX
12188msgid "the signature will be removed in the replacement commit!"
12189msgstr ""
12190
5b34e000 12191#: builtin/replace.c:414
fe05e196
JX
12192#, c-format
12193msgid "could not write replacement commit for: '%s'"
12194msgstr ""
12195
5b34e000 12196#: builtin/replace.c:438
cc76011e 12197msgid "list replace refs"
822e4a65
JX
12198msgstr ""
12199
5b34e000 12200#: builtin/replace.c:439
cc76011e 12201msgid "delete replace refs"
822e4a65
JX
12202msgstr ""
12203
5b34e000 12204#: builtin/replace.c:440
fe05e196
JX
12205msgid "edit existing object"
12206msgstr ""
12207
5b34e000 12208#: builtin/replace.c:441
fe05e196
JX
12209msgid "change a commit's parents"
12210msgstr ""
12211
5b34e000 12212#: builtin/replace.c:442
cc76011e 12213msgid "replace the ref if it exists"
822e4a65
JX
12214msgstr ""
12215
abc8de64 12216#: builtin/replace.c:444
fe05e196
JX
12217msgid "do not pretty-print contents for --edit"
12218msgstr ""
12219
abc8de64 12220#: builtin/replace.c:445
df49095a
JX
12221msgid "use this format"
12222msgstr ""
12223
5b34e000 12224#: builtin/rerere.c:13
c2ea1208 12225msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
822e4a65
JX
12226msgstr ""
12227
5b34e000 12228#: builtin/rerere.c:59
cc76011e 12229msgid "register clean resolutions in index"
822e4a65
JX
12230msgstr ""
12231
5b34e000 12232#: builtin/reset.c:29
822e4a65 12233msgid ""
cc76011e 12234"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
822e4a65
JX
12235msgstr ""
12236
5b34e000 12237#: builtin/reset.c:30
fda7b092 12238msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
822e4a65
JX
12239msgstr ""
12240
5b34e000 12241#: builtin/reset.c:31
46bc4039 12242msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
822e4a65
JX
12243msgstr ""
12244
5b34e000 12245#: builtin/reset.c:37
cc76011e 12246msgid "mixed"
dce37b66
JX
12247msgstr ""
12248
5b34e000 12249#: builtin/reset.c:37
cc76011e 12250msgid "soft"
dce37b66
JX
12251msgstr ""
12252
5b34e000 12253#: builtin/reset.c:37
cc76011e 12254msgid "hard"
dce37b66
JX
12255msgstr ""
12256
5b34e000 12257#: builtin/reset.c:37
cc76011e 12258msgid "merge"
dce37b66
JX
12259msgstr ""
12260
5b34e000 12261#: builtin/reset.c:37
cc76011e 12262msgid "keep"
dce37b66
JX
12263msgstr ""
12264
25eab542 12265#: builtin/reset.c:78
cc76011e 12266msgid "You do not have a valid HEAD."
dce37b66
JX
12267msgstr ""
12268
25eab542 12269#: builtin/reset.c:80
cc76011e 12270msgid "Failed to find tree of HEAD."
dce37b66
JX
12271msgstr ""
12272
25eab542 12273#: builtin/reset.c:86
822e4a65 12274#, c-format
cc76011e 12275msgid "Failed to find tree of %s."
dce37b66
JX
12276msgstr ""
12277
abc8de64 12278#: builtin/reset.c:111
cc76011e
JX
12279#, c-format
12280msgid "HEAD is now at %s"
dce37b66
JX
12281msgstr ""
12282
abc8de64 12283#: builtin/reset.c:189
dce37b66 12284#, c-format
cc76011e 12285msgid "Cannot do a %s reset in the middle of a merge."
dce37b66
JX
12286msgstr ""
12287
abc8de64 12288#: builtin/reset.c:289
cc76011e 12289msgid "be quiet, only report errors"
dce37b66
JX
12290msgstr ""
12291
abc8de64 12292#: builtin/reset.c:291
cc76011e 12293msgid "reset HEAD and index"
dce37b66
JX
12294msgstr ""
12295
abc8de64 12296#: builtin/reset.c:292
cc76011e 12297msgid "reset only HEAD"
dce37b66
JX
12298msgstr ""
12299
abc8de64 12300#: builtin/reset.c:294 builtin/reset.c:296
cc76011e 12301msgid "reset HEAD, index and working tree"
822e4a65
JX
12302msgstr ""
12303
abc8de64 12304#: builtin/reset.c:298
cc76011e 12305msgid "reset HEAD but keep local changes"
dce37b66
JX
12306msgstr ""
12307
abc8de64 12308#: builtin/reset.c:304
5e078fcd
JX
12309msgid "record only the fact that removed paths will be added later"
12310msgstr ""
12311
abc8de64 12312#: builtin/reset.c:321
46bc4039
JX
12313#, c-format
12314msgid "Failed to resolve '%s' as a valid revision."
12315msgstr ""
12316
abc8de64 12317#: builtin/reset.c:329
46bc4039
JX
12318#, c-format
12319msgid "Failed to resolve '%s' as a valid tree."
12320msgstr ""
12321
abc8de64 12322#: builtin/reset.c:338
cc76011e 12323msgid "--patch is incompatible with --{hard,mixed,soft}"
dce37b66
JX
12324msgstr ""
12325
abc8de64 12326#: builtin/reset.c:347
cc76011e 12327msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
dce37b66
JX
12328msgstr ""
12329
abc8de64 12330#: builtin/reset.c:349
dce37b66 12331#, c-format
cc76011e 12332msgid "Cannot do %s reset with paths."
dce37b66
JX
12333msgstr ""
12334
abc8de64 12335#: builtin/reset.c:359
822e4a65 12336#, c-format
cc76011e 12337msgid "%s reset is not allowed in a bare repository"
dce37b66
JX
12338msgstr ""
12339
abc8de64 12340#: builtin/reset.c:363
5e078fcd
JX
12341msgid "-N can only be used with --mixed"
12342msgstr ""
12343
abc8de64 12344#: builtin/reset.c:380
727b9576 12345msgid "Unstaged changes after reset:"
dce37b66
JX
12346msgstr ""
12347
abc8de64 12348#: builtin/reset.c:386
727b9576
JX
12349#, c-format
12350msgid "Could not reset index file to revision '%s'."
46bc4039
JX
12351msgstr ""
12352
abc8de64 12353#: builtin/reset.c:390
46bc4039
JX
12354msgid "Could not write new index file."
12355msgstr ""
12356
abc8de64
JX
12357#: builtin/rev-list.c:397
12358msgid "cannot combine --exclude-promisor-objects and --missing"
12359msgstr ""
12360
12361#: builtin/rev-list.c:455
18a90722
JX
12362msgid "object filtering requires --objects"
12363msgstr ""
12364
abc8de64 12365#: builtin/rev-list.c:458
18a90722
JX
12366#, c-format
12367msgid "invalid sparse value '%s'"
12368msgstr ""
12369
abc8de64 12370#: builtin/rev-list.c:499
df0617bf
JX
12371msgid "rev-list does not support display of notes"
12372msgstr ""
12373
abc8de64 12374#: builtin/rev-list.c:502
18a90722
JX
12375msgid "cannot combine --use-bitmap-index with object filtering"
12376msgstr ""
12377
25eab542 12378#: builtin/rev-parse.c:402
c2ea1208 12379msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
dce37b66
JX
12380msgstr ""
12381
25eab542 12382#: builtin/rev-parse.c:407
cc76011e 12383msgid "keep the `--` passed as an arg"
dce37b66
JX
12384msgstr ""
12385
25eab542 12386#: builtin/rev-parse.c:409
cc76011e 12387msgid "stop parsing after the first non-option argument"
dce37b66
JX
12388msgstr ""
12389
25eab542 12390#: builtin/rev-parse.c:412
df49095a
JX
12391msgid "output in stuck long form"
12392msgstr ""
12393
25eab542 12394#: builtin/rev-parse.c:545
822e4a65 12395msgid ""
c2ea1208 12396"git rev-parse --parseopt [<options>] -- [<args>...]\n"
cc76011e 12397" or: git rev-parse --sq-quote [<arg>...]\n"
c2ea1208 12398" or: git rev-parse [<options>] [<arg>...]\n"
cc76011e
JX
12399"\n"
12400"Run \"git rev-parse --parseopt -h\" for more information on the first usage."
dce37b66
JX
12401msgstr ""
12402
5b34e000 12403#: builtin/revert.c:23
c2ea1208 12404msgid "git revert [<options>] <commit-ish>..."
dce37b66
JX
12405msgstr ""
12406
5b34e000 12407#: builtin/revert.c:24
cc76011e 12408msgid "git revert <subcommand>"
dce37b66
JX
12409msgstr ""
12410
5b34e000 12411#: builtin/revert.c:29
c2ea1208 12412msgid "git cherry-pick [<options>] <commit-ish>..."
dce37b66
JX
12413msgstr ""
12414
5b34e000 12415#: builtin/revert.c:30
cc76011e 12416msgid "git cherry-pick <subcommand>"
dce37b66
JX
12417msgstr ""
12418
5b34e000 12419#: builtin/revert.c:90
dce37b66 12420#, c-format
cc76011e 12421msgid "%s: %s cannot be used with %s"
dce37b66
JX
12422msgstr ""
12423
5b34e000 12424#: builtin/revert.c:99
cc76011e 12425msgid "end revert or cherry-pick sequence"
dce37b66
JX
12426msgstr ""
12427
5b34e000 12428#: builtin/revert.c:100
cc76011e 12429msgid "resume revert or cherry-pick sequence"
dce37b66
JX
12430msgstr ""
12431
5b34e000 12432#: builtin/revert.c:101
cc76011e 12433msgid "cancel revert or cherry-pick sequence"
dce37b66
JX
12434msgstr ""
12435
5b34e000 12436#: builtin/revert.c:102
cc76011e 12437msgid "don't automatically commit"
dce37b66
JX
12438msgstr ""
12439
5b34e000 12440#: builtin/revert.c:103
cc76011e 12441msgid "edit the commit message"
dce37b66
JX
12442msgstr ""
12443
5b34e000 12444#: builtin/revert.c:106
dfc182b1 12445msgid "parent-number"
dce37b66
JX
12446msgstr ""
12447
5b34e000 12448#: builtin/revert.c:107
dfc182b1
JX
12449msgid "select mainline parent"
12450msgstr ""
12451
5b34e000 12452#: builtin/revert.c:109
cc76011e 12453msgid "merge strategy"
dce37b66
JX
12454msgstr ""
12455
5b34e000 12456#: builtin/revert.c:110
cc76011e 12457msgid "option"
dce37b66
JX
12458msgstr ""
12459
5b34e000 12460#: builtin/revert.c:111
cc76011e 12461msgid "option for merge strategy"
dce37b66
JX
12462msgstr ""
12463
5b34e000 12464#: builtin/revert.c:120
cc76011e 12465msgid "append commit name"
dce37b66
JX
12466msgstr ""
12467
5b34e000 12468#: builtin/revert.c:122
cc76011e 12469msgid "preserve initially empty commits"
1d4ac88d
JX
12470msgstr ""
12471
5b34e000 12472#: builtin/revert.c:124
cc76011e 12473msgid "keep redundant, empty commits"
1d4ac88d
JX
12474msgstr ""
12475
25eab542 12476#: builtin/revert.c:214
cc76011e 12477msgid "revert failed"
dce37b66
JX
12478msgstr ""
12479
25eab542 12480#: builtin/revert.c:227
cc76011e 12481msgid "cherry-pick failed"
dce37b66
JX
12482msgstr ""
12483
5b34e000 12484#: builtin/rm.c:18
c2ea1208 12485msgid "git rm [<options>] [--] <file>..."
dce37b66
JX
12486msgstr ""
12487
5b34e000 12488#: builtin/rm.c:206
dce37b66 12489msgid ""
28b3cffc
JX
12490"the following file has staged content different from both the\n"
12491"file and the HEAD:"
12492msgid_plural ""
12493"the following files have staged content different from both the\n"
12494"file and the HEAD:"
12495msgstr[0] ""
12496msgstr[1] ""
dce37b66 12497
5b34e000 12498#: builtin/rm.c:211
cc76011e 12499msgid ""
28b3cffc
JX
12500"\n"
12501"(use -f to force removal)"
822e4a65
JX
12502msgstr ""
12503
5b34e000 12504#: builtin/rm.c:215
28b3cffc
JX
12505msgid "the following file has changes staged in the index:"
12506msgid_plural "the following files have changes staged in the index:"
12507msgstr[0] ""
12508msgstr[1] ""
12509
5b34e000 12510#: builtin/rm.c:219 builtin/rm.c:228
cc76011e 12511msgid ""
28b3cffc 12512"\n"
cc76011e
JX
12513"(use --cached to keep the file, or -f to force removal)"
12514msgstr ""
822e4a65 12515
5b34e000 12516#: builtin/rm.c:225
28b3cffc
JX
12517msgid "the following file has local modifications:"
12518msgid_plural "the following files have local modifications:"
12519msgstr[0] ""
12520msgstr[1] ""
12521
5b34e000 12522#: builtin/rm.c:243
cc76011e 12523msgid "do not list removed files"
dce37b66
JX
12524msgstr ""
12525
5b34e000 12526#: builtin/rm.c:244
cc76011e 12527msgid "only remove from the index"
cd1e7487
JX
12528msgstr ""
12529
5b34e000 12530#: builtin/rm.c:245
cc76011e 12531msgid "override the up-to-date check"
cd1e7487
JX
12532msgstr ""
12533
5b34e000 12534#: builtin/rm.c:246
cc76011e 12535msgid "allow recursive removal"
dce37b66
JX
12536msgstr ""
12537
5b34e000 12538#: builtin/rm.c:248
cc76011e 12539msgid "exit with a zero status even if nothing matched"
cd1e7487
JX
12540msgstr ""
12541
25eab542 12542#: builtin/rm.c:307
dce37b66 12543#, c-format
cc76011e 12544msgid "not removing '%s' recursively without -r"
dce37b66
JX
12545msgstr ""
12546
25eab542 12547#: builtin/rm.c:346
dce37b66 12548#, c-format
cc76011e 12549msgid "git rm: unable to remove %s"
dce37b66
JX
12550msgstr ""
12551
25eab542 12552#: builtin/rm.c:369
673bfad0
JX
12553#, c-format
12554msgid "could not remove '%s'"
12555msgstr ""
12556
5b34e000 12557#: builtin/send-pack.c:19
df0617bf
JX
12558msgid ""
12559"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
12560"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
12561"[<ref>...]\n"
12562" --all and explicit <ref> specification are mutually exclusive."
12563msgstr ""
12564
5b34e000 12565#: builtin/send-pack.c:162
df0617bf
JX
12566msgid "remote name"
12567msgstr ""
12568
5b34e000 12569#: builtin/send-pack.c:176
df0617bf
JX
12570msgid "use stateless RPC protocol"
12571msgstr ""
12572
5b34e000 12573#: builtin/send-pack.c:177
df0617bf
JX
12574msgid "read refs from stdin"
12575msgstr ""
12576
5b34e000 12577#: builtin/send-pack.c:178
df0617bf
JX
12578msgid "print status from remote helper"
12579msgstr ""
12580
5b34e000 12581#: builtin/shortlog.c:14
c2ea1208 12582msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"
dce37b66
JX
12583msgstr ""
12584
25eab542 12585#: builtin/shortlog.c:263
673bfad0
JX
12586msgid "Group by committer rather than author"
12587msgstr ""
12588
25eab542 12589#: builtin/shortlog.c:265
cc76011e 12590msgid "sort output according to the number of commits per author"
dce37b66
JX
12591msgstr ""
12592
25eab542 12593#: builtin/shortlog.c:267
cc76011e 12594msgid "Suppress commit descriptions, only provides commit count"
dce37b66
JX
12595msgstr ""
12596
25eab542 12597#: builtin/shortlog.c:269
cc76011e 12598msgid "Show the email address of each author"
dce37b66
JX
12599msgstr ""
12600
25eab542 12601#: builtin/shortlog.c:270
cc76011e 12602msgid "w[,i1[,i2]]"
dce37b66
JX
12603msgstr ""
12604
25eab542 12605#: builtin/shortlog.c:271
cc76011e 12606msgid "Linewrap output"
dce37b66
JX
12607msgstr ""
12608
5b34e000 12609#: builtin/show-branch.c:12
cc76011e 12610msgid ""
c2ea1208 12611"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
1e607449
JX
12612"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
12613"\t\t[--more=<n> | --list | --independent | --merge-base]\n"
12614"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
dce37b66
JX
12615msgstr ""
12616
5b34e000 12617#: builtin/show-branch.c:16
c2ea1208 12618msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
822e4a65
JX
12619msgstr ""
12620
5b34e000 12621#: builtin/show-branch.c:376
fda7b092
JX
12622#, c-format
12623msgid "ignoring %s; cannot handle more than %d ref"
12624msgid_plural "ignoring %s; cannot handle more than %d refs"
12625msgstr[0] ""
12626msgstr[1] ""
12627
5b34e000 12628#: builtin/show-branch.c:530
fda7b092
JX
12629#, c-format
12630msgid "no matching refs with %s"
12631msgstr ""
12632
5b34e000 12633#: builtin/show-branch.c:626
cc76011e 12634msgid "show remote-tracking and local branches"
dce37b66
JX
12635msgstr ""
12636
5b34e000 12637#: builtin/show-branch.c:628
cc76011e 12638msgid "show remote-tracking branches"
dce37b66
JX
12639msgstr ""
12640
5b34e000 12641#: builtin/show-branch.c:630
cc76011e 12642msgid "color '*!+-' corresponding to the branch"
dce37b66
JX
12643msgstr ""
12644
5b34e000 12645#: builtin/show-branch.c:632
cc76011e 12646msgid "show <n> more commits after the common ancestor"
dce37b66
JX
12647msgstr ""
12648
5b34e000 12649#: builtin/show-branch.c:634
cc76011e 12650msgid "synonym to more=-1"
822e4a65
JX
12651msgstr ""
12652
5b34e000 12653#: builtin/show-branch.c:635
cc76011e 12654msgid "suppress naming strings"
dce37b66
JX
12655msgstr ""
12656
5b34e000 12657#: builtin/show-branch.c:637
cc76011e 12658msgid "include the current branch"
dce37b66
JX
12659msgstr ""
12660
5b34e000 12661#: builtin/show-branch.c:639
cc76011e 12662msgid "name commits with their object names"
dce37b66
JX
12663msgstr ""
12664
5b34e000 12665#: builtin/show-branch.c:641
cc76011e 12666msgid "show possible merge bases"
dce37b66
JX
12667msgstr ""
12668
5b34e000 12669#: builtin/show-branch.c:643
cc76011e 12670msgid "show refs unreachable from any other ref"
dce37b66
JX
12671msgstr ""
12672
5b34e000 12673#: builtin/show-branch.c:645
cc76011e 12674msgid "show commits in topological order"
dce37b66
JX
12675msgstr ""
12676
5b34e000 12677#: builtin/show-branch.c:648
cc76011e 12678msgid "show only commits not on the first branch"
dce37b66
JX
12679msgstr ""
12680
5b34e000 12681#: builtin/show-branch.c:650
cc76011e 12682msgid "show merges reachable from only one tip"
dce37b66
JX
12683msgstr ""
12684
5b34e000 12685#: builtin/show-branch.c:652
28b3cffc 12686msgid "topologically sort, maintaining date order where possible"
dce37b66
JX
12687msgstr ""
12688
5b34e000 12689#: builtin/show-branch.c:655
cc76011e 12690msgid "<n>[,<base>]"
dce37b66
JX
12691msgstr ""
12692
5b34e000 12693#: builtin/show-branch.c:656
cc76011e 12694msgid "show <n> most recent ref-log entries starting at base"
dce37b66
JX
12695msgstr ""
12696
5b34e000 12697#: builtin/show-branch.c:690
fda7b092
JX
12698msgid ""
12699"--reflog is incompatible with --all, --remotes, --independent or --merge-base"
12700msgstr ""
12701
5b34e000 12702#: builtin/show-branch.c:714
fda7b092
JX
12703msgid "no branches given, and HEAD is not valid"
12704msgstr ""
12705
5b34e000 12706#: builtin/show-branch.c:717
fda7b092
JX
12707msgid "--reflog option needs one branch name"
12708msgstr ""
12709
5b34e000 12710#: builtin/show-branch.c:720
fda7b092
JX
12711#, c-format
12712msgid "only %d entry can be shown at one time."
12713msgid_plural "only %d entries can be shown at one time."
12714msgstr[0] ""
12715msgstr[1] ""
12716
5b34e000 12717#: builtin/show-branch.c:724
fda7b092
JX
12718#, c-format
12719msgid "no such ref %s"
12720msgstr ""
12721
5b34e000 12722#: builtin/show-branch.c:808
fda7b092
JX
12723#, c-format
12724msgid "cannot handle more than %d rev."
12725msgid_plural "cannot handle more than %d revs."
12726msgstr[0] ""
12727msgstr[1] ""
12728
5b34e000 12729#: builtin/show-branch.c:812
fda7b092
JX
12730#, c-format
12731msgid "'%s' is not a valid ref."
12732msgstr ""
12733
5b34e000 12734#: builtin/show-branch.c:815
fda7b092
JX
12735#, c-format
12736msgid "cannot find commit %s (%s)"
12737msgstr ""
12738
cc76011e
JX
12739#: builtin/show-ref.c:10
12740msgid ""
c2ea1208
JX
12741"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
12742"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
dce37b66
JX
12743msgstr ""
12744
cc76011e 12745#: builtin/show-ref.c:11
f4f2c8f8 12746msgid "git show-ref --exclude-existing[=<pattern>]"
dce37b66
JX
12747msgstr ""
12748
673bfad0 12749#: builtin/show-ref.c:159
cc76011e 12750msgid "only show tags (can be combined with heads)"
dce37b66
JX
12751msgstr ""
12752
673bfad0 12753#: builtin/show-ref.c:160
cc76011e 12754msgid "only show heads (can be combined with tags)"
dce37b66
JX
12755msgstr ""
12756
673bfad0 12757#: builtin/show-ref.c:161
cc76011e 12758msgid "stricter reference checking, requires exact ref path"
dce37b66
JX
12759msgstr ""
12760
673bfad0 12761#: builtin/show-ref.c:164 builtin/show-ref.c:166
28b3cffc 12762msgid "show the HEAD reference, even if it would be filtered out"
dce37b66
JX
12763msgstr ""
12764
673bfad0 12765#: builtin/show-ref.c:168
cc76011e 12766msgid "dereference tags into object IDs"
dce37b66
JX
12767msgstr ""
12768
673bfad0 12769#: builtin/show-ref.c:170
cc76011e 12770msgid "only show SHA1 hash using <n> digits"
dce37b66
JX
12771msgstr ""
12772
673bfad0 12773#: builtin/show-ref.c:174
cc76011e 12774msgid "do not print results to stdout (useful with --verify)"
dce37b66
JX
12775msgstr ""
12776
673bfad0 12777#: builtin/show-ref.c:176
cc76011e 12778msgid "show refs from stdin that aren't in local repository"
dce37b66
JX
12779msgstr ""
12780
5b34e000 12781#: builtin/stripspace.c:18
f4f2c8f8
JX
12782msgid "git stripspace [-s | --strip-comments]"
12783msgstr ""
12784
5b34e000 12785#: builtin/stripspace.c:19
f4f2c8f8
JX
12786msgid "git stripspace [-c | --comment-lines]"
12787msgstr ""
12788
5b34e000 12789#: builtin/stripspace.c:36
f4f2c8f8
JX
12790msgid "skip and remove all lines starting with comment character"
12791msgstr ""
12792
5b34e000 12793#: builtin/stripspace.c:39
9eb3984b 12794msgid "prepend comment character and space to each line"
f4f2c8f8
JX
12795msgstr ""
12796
abc8de64 12797#: builtin/submodule--helper.c:35 builtin/submodule--helper.c:1669
f517e50d
JX
12798#, c-format
12799msgid "No such ref: %s"
12800msgstr ""
12801
abc8de64 12802#: builtin/submodule--helper.c:42 builtin/submodule--helper.c:1678
f517e50d
JX
12803#, c-format
12804msgid "Expecting a full ref name, got %s"
12805msgstr ""
12806
abc8de64
JX
12807#: builtin/submodule--helper.c:59
12808msgid "submodule--helper print-default-remote takes no arguments"
12809msgstr ""
12810
12811#: builtin/submodule--helper.c:96
f517e50d
JX
12812#, c-format
12813msgid "cannot strip one component off url '%s'"
12814msgstr ""
12815
abc8de64 12816#: builtin/submodule--helper.c:404 builtin/submodule--helper.c:1198
f4f2c8f8
JX
12817msgid "alternative anchor for relative paths"
12818msgstr ""
12819
abc8de64 12820#: builtin/submodule--helper.c:409
f4f2c8f8
JX
12821msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
12822msgstr ""
12823
abc8de64 12824#: builtin/submodule--helper.c:460 builtin/submodule--helper.c:483
f517e50d
JX
12825#, c-format
12826msgid "No url found for submodule path '%s' in .gitmodules"
12827msgstr ""
12828
abc8de64 12829#: builtin/submodule--helper.c:498
dfc182b1
JX
12830#, c-format
12831msgid ""
12832"could not lookup configuration '%s'. Assuming this repository is its own "
12833"authoritative upstream."
12834msgstr ""
12835
abc8de64 12836#: builtin/submodule--helper.c:509
f517e50d
JX
12837#, c-format
12838msgid "Failed to register url for submodule path '%s'"
12839msgstr ""
12840
abc8de64 12841#: builtin/submodule--helper.c:513
f517e50d
JX
12842#, c-format
12843msgid "Submodule '%s' (%s) registered for path '%s'\n"
12844msgstr ""
12845
abc8de64 12846#: builtin/submodule--helper.c:523
f517e50d
JX
12847#, c-format
12848msgid "warning: command update mode suggested for submodule '%s'\n"
12849msgstr ""
12850
abc8de64 12851#: builtin/submodule--helper.c:530
f517e50d
JX
12852#, c-format
12853msgid "Failed to register update mode for submodule path '%s'"
12854msgstr ""
12855
abc8de64 12856#: builtin/submodule--helper.c:552
f517e50d
JX
12857msgid "Suppress output for initializing a submodule"
12858msgstr ""
12859
abc8de64 12860#: builtin/submodule--helper.c:557
f517e50d
JX
12861msgid "git submodule--helper init [<path>]"
12862msgstr ""
12863
abc8de64 12864#: builtin/submodule--helper.c:625 builtin/submodule--helper.c:747
18a90722
JX
12865#, c-format
12866msgid "no submodule mapping found in .gitmodules for path '%s'"
f4f2c8f8
JX
12867msgstr ""
12868
abc8de64 12869#: builtin/submodule--helper.c:660
f4f2c8f8 12870#, c-format
18a90722
JX
12871msgid "could not resolve HEAD ref inside the submodule '%s'"
12872msgstr ""
12873
abc8de64 12874#: builtin/submodule--helper.c:687 builtin/submodule--helper.c:856
18a90722
JX
12875#, c-format
12876msgid "failed to recurse into submodule '%s'"
12877msgstr ""
12878
abc8de64 12879#: builtin/submodule--helper.c:711 builtin/submodule--helper.c:1021
18a90722
JX
12880msgid "Suppress submodule status output"
12881msgstr ""
12882
abc8de64 12883#: builtin/submodule--helper.c:712
18a90722
JX
12884msgid ""
12885"Use commit stored in the index instead of the one stored in the submodule "
12886"HEAD"
12887msgstr ""
12888
abc8de64 12889#: builtin/submodule--helper.c:713
18a90722
JX
12890msgid "recurse into nested submodules"
12891msgstr ""
12892
abc8de64 12893#: builtin/submodule--helper.c:718
18a90722
JX
12894msgid "git submodule status [--quiet] [--cached] [--recursive] [<path>...]"
12895msgstr ""
12896
abc8de64 12897#: builtin/submodule--helper.c:742
18a90722 12898msgid "git submodule--helper name <path>"
f4f2c8f8
JX
12899msgstr ""
12900
abc8de64
JX
12901#: builtin/submodule--helper.c:806
12902#, c-format
12903msgid "Synchronizing submodule url for '%s'\n"
12904msgstr ""
12905
12906#: builtin/submodule--helper.c:812
12907#, c-format
12908msgid "failed to register url for submodule path '%s'"
12909msgstr ""
12910
12911#: builtin/submodule--helper.c:826
12912#, c-format
12913msgid "failed to get the default remote for submodule '%s'"
12914msgstr ""
12915
12916#: builtin/submodule--helper.c:837
12917#, c-format
12918msgid "failed to update remote for submodule '%s'"
12919msgstr ""
12920
12921#: builtin/submodule--helper.c:885
12922msgid "Suppress output of synchronizing submodule url"
12923msgstr ""
12924
12925#: builtin/submodule--helper.c:887
12926msgid "Recurse into nested submodules"
12927msgstr ""
12928
12929#: builtin/submodule--helper.c:892
12930msgid "git submodule--helper sync [--quiet] [--recursive] [<path>]"
12931msgstr ""
12932
12933#: builtin/submodule--helper.c:946
12934#, c-format
12935msgid ""
12936"Submodule work tree '%s' contains a .git directory (use 'rm -rf' if you "
12937"really want to remove it including all of its history)"
12938msgstr ""
12939
12940#: builtin/submodule--helper.c:958
12941#, c-format
12942msgid ""
12943"Submodule work tree '%s' contains local modifications; use '-f' to discard "
12944"them"
12945msgstr ""
12946
12947#: builtin/submodule--helper.c:966
12948#, c-format
12949msgid "Cleared directory '%s'\n"
12950msgstr ""
12951
12952#: builtin/submodule--helper.c:968
12953#, c-format
12954msgid "Could not remove submodule work tree '%s'\n"
12955msgstr ""
12956
12957#: builtin/submodule--helper.c:977
12958#, c-format
12959msgid "could not create empty submodule directory %s"
12960msgstr ""
12961
12962#: builtin/submodule--helper.c:993
12963#, c-format
12964msgid "Submodule '%s' (%s) unregistered for path '%s'\n"
12965msgstr ""
12966
12967#: builtin/submodule--helper.c:1022
12968msgid "Remove submodule working trees even if they contain local changes"
12969msgstr ""
12970
12971#: builtin/submodule--helper.c:1023
12972msgid "Unregister all submodules"
12973msgstr ""
12974
12975#: builtin/submodule--helper.c:1028
12976msgid ""
12977"git submodule deinit [--quiet] [-f | --force] [--all | [--] [<path>...]]"
12978msgstr ""
12979
12980#: builtin/submodule--helper.c:1042
12981msgid "Use '--all' if you really want to deinitialize all submodules"
12982msgstr ""
12983
12984#: builtin/submodule--helper.c:1133 builtin/submodule--helper.c:1136
fda7b092
JX
12985#, c-format
12986msgid "submodule '%s' cannot add alternate: %s"
12987msgstr ""
12988
abc8de64 12989#: builtin/submodule--helper.c:1172
fda7b092
JX
12990#, c-format
12991msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
12992msgstr ""
12993
abc8de64 12994#: builtin/submodule--helper.c:1179
fda7b092
JX
12995#, c-format
12996msgid "Value '%s' for submodule.alternateLocation is not recognized"
12997msgstr ""
12998
abc8de64 12999#: builtin/submodule--helper.c:1201
f4f2c8f8
JX
13000msgid "where the new submodule will be cloned to"
13001msgstr ""
13002
abc8de64 13003#: builtin/submodule--helper.c:1204
f4f2c8f8
JX
13004msgid "name of the new submodule"
13005msgstr ""
13006
abc8de64 13007#: builtin/submodule--helper.c:1207
f4f2c8f8
JX
13008msgid "url where to clone the submodule from"
13009msgstr ""
13010
abc8de64 13011#: builtin/submodule--helper.c:1213
f4f2c8f8
JX
13012msgid "depth for shallow clones"
13013msgstr ""
13014
abc8de64 13015#: builtin/submodule--helper.c:1216 builtin/submodule--helper.c:1587
fda7b092
JX
13016msgid "force cloning progress"
13017msgstr ""
13018
abc8de64 13019#: builtin/submodule--helper.c:1221
f4f2c8f8
JX
13020msgid ""
13021"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
f517e50d 13022"<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
f4f2c8f8
JX
13023msgstr ""
13024
abc8de64 13025#: builtin/submodule--helper.c:1252
f4f2c8f8
JX
13026#, c-format
13027msgid "clone of '%s' into submodule path '%s' failed"
13028msgstr ""
13029
abc8de64 13030#: builtin/submodule--helper.c:1267
f4f2c8f8
JX
13031#, c-format
13032msgid "could not get submodule directory for '%s'"
13033msgstr ""
13034
abc8de64 13035#: builtin/submodule--helper.c:1332
f517e50d
JX
13036#, c-format
13037msgid "Submodule path '%s' not initialized"
13038msgstr ""
13039
abc8de64 13040#: builtin/submodule--helper.c:1336
f517e50d
JX
13041msgid "Maybe you want to use 'update --init'?"
13042msgstr ""
13043
abc8de64 13044#: builtin/submodule--helper.c:1365
f517e50d
JX
13045#, c-format
13046msgid "Skipping unmerged submodule %s"
13047msgstr ""
13048
abc8de64 13049#: builtin/submodule--helper.c:1394
f517e50d
JX
13050#, c-format
13051msgid "Skipping submodule '%s'"
13052msgstr ""
13053
abc8de64 13054#: builtin/submodule--helper.c:1527
9fa976ff
JX
13055#, c-format
13056msgid "Failed to clone '%s'. Retry scheduled"
13057msgstr ""
13058
abc8de64 13059#: builtin/submodule--helper.c:1538
9fa976ff
JX
13060#, c-format
13061msgid "Failed to clone '%s' a second time, aborting"
13062msgstr ""
13063
abc8de64 13064#: builtin/submodule--helper.c:1568 builtin/submodule--helper.c:1788
f517e50d
JX
13065msgid "path into the working tree"
13066msgstr ""
13067
abc8de64 13068#: builtin/submodule--helper.c:1571
f517e50d
JX
13069msgid "path into the working tree, across nested submodule boundaries"
13070msgstr ""
13071
abc8de64 13072#: builtin/submodule--helper.c:1575
f517e50d
JX
13073msgid "rebase, merge, checkout or none"
13074msgstr ""
13075
abc8de64 13076#: builtin/submodule--helper.c:1579
f517e50d
JX
13077msgid "Create a shallow clone truncated to the specified number of revisions"
13078msgstr ""
13079
abc8de64 13080#: builtin/submodule--helper.c:1582
f517e50d
JX
13081msgid "parallel jobs"
13082msgstr ""
13083
abc8de64 13084#: builtin/submodule--helper.c:1584
9fa976ff
JX
13085msgid "whether the initial clone should follow the shallow recommendation"
13086msgstr ""
13087
abc8de64 13088#: builtin/submodule--helper.c:1585
f517e50d
JX
13089msgid "don't print cloning progress"
13090msgstr ""
13091
abc8de64 13092#: builtin/submodule--helper.c:1592
f517e50d
JX
13093msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
13094msgstr ""
13095
abc8de64 13096#: builtin/submodule--helper.c:1605
f517e50d
JX
13097msgid "bad value for update parameter"
13098msgstr ""
13099
abc8de64 13100#: builtin/submodule--helper.c:1673
9fa976ff
JX
13101#, c-format
13102msgid ""
13103"Submodule (%s) branch configured to inherit branch from superproject, but "
13104"the superproject is not on any branch"
13105msgstr ""
13106
abc8de64 13107#: builtin/submodule--helper.c:1789
673bfad0
JX
13108msgid "recurse into submodules"
13109msgstr ""
13110
abc8de64 13111#: builtin/submodule--helper.c:1795
673bfad0
JX
13112msgid "git submodule--helper embed-git-dir [<path>...]"
13113msgstr ""
13114
abc8de64 13115#: builtin/submodule--helper.c:1857
673bfad0
JX
13116#, c-format
13117msgid "%s doesn't support --super-prefix"
13118msgstr ""
13119
abc8de64 13120#: builtin/submodule--helper.c:1863
f4f2c8f8 13121#, c-format
f517e50d 13122msgid "'%s' is not a valid submodule--helper subcommand"
f4f2c8f8
JX
13123msgstr ""
13124
5b34e000 13125#: builtin/symbolic-ref.c:8
c2ea1208 13126msgid "git symbolic-ref [<options>] <name> [<ref>]"
cc76011e
JX
13127msgstr ""
13128
5b34e000 13129#: builtin/symbolic-ref.c:9
c2ea1208 13130msgid "git symbolic-ref -d [-q] <name>"
fe52cd62
JX
13131msgstr ""
13132
25eab542 13133#: builtin/symbolic-ref.c:40
cc76011e
JX
13134msgid "suppress error message for non-symbolic (detached) refs"
13135msgstr ""
13136
25eab542 13137#: builtin/symbolic-ref.c:41
fe52cd62
JX
13138msgid "delete symbolic ref"
13139msgstr ""
13140
25eab542 13141#: builtin/symbolic-ref.c:42
cc76011e
JX
13142msgid "shorten ref output"
13143msgstr ""
13144
25eab542 13145#: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
cc76011e
JX
13146msgid "reason"
13147msgstr ""
13148
25eab542 13149#: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
cc76011e
JX
13150msgid "reason of the update"
13151msgstr ""
13152
5b34e000 13153#: builtin/tag.c:24
dce37b66 13154msgid ""
c2ea1208
JX
13155"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
13156"[<head>]"
dce37b66
JX
13157msgstr ""
13158
5b34e000 13159#: builtin/tag.c:25
cc76011e 13160msgid "git tag -d <tagname>..."
dce37b66
JX
13161msgstr ""
13162
5b34e000 13163#: builtin/tag.c:26
cc76011e 13164msgid ""
dfc182b1
JX
13165"git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
13166"points-at <object>]\n"
f4f2c8f8 13167"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
dce37b66
JX
13168msgstr ""
13169
5b34e000 13170#: builtin/tag.c:28
673bfad0 13171msgid "git tag -v [--format=<format>] <tagname>..."
dce37b66
JX
13172msgstr ""
13173
25eab542 13174#: builtin/tag.c:86
dce37b66
JX
13175#, c-format
13176msgid "tag '%s' not found."
13177msgstr ""
13178
25eab542 13179#: builtin/tag.c:102
dce37b66
JX
13180#, c-format
13181msgid "Deleted tag '%s' (was %s)\n"
13182msgstr ""
13183
25eab542 13184#: builtin/tag.c:131
9caaf23e 13185#, c-format
dce37b66
JX
13186msgid ""
13187"\n"
fe05e196
JX
13188"Write a message for tag:\n"
13189" %s\n"
9caaf23e 13190"Lines starting with '%c' will be ignored.\n"
dce37b66
JX
13191msgstr ""
13192
25eab542 13193#: builtin/tag.c:135
9caaf23e 13194#, c-format
dce37b66
JX
13195msgid ""
13196"\n"
fe05e196
JX
13197"Write a message for tag:\n"
13198" %s\n"
9caaf23e 13199"Lines starting with '%c' will be kept; you may remove them yourself if you "
dce37b66 13200"want to.\n"
dce37b66
JX
13201msgstr ""
13202
25eab542 13203#: builtin/tag.c:189
dce37b66
JX
13204msgid "unable to sign the tag"
13205msgstr ""
13206
25eab542 13207#: builtin/tag.c:191
dce37b66
JX
13208msgid "unable to write tag file"
13209msgstr ""
13210
abc8de64 13211#: builtin/tag.c:216
dce37b66
JX
13212msgid "bad object type."
13213msgstr ""
13214
abc8de64 13215#: builtin/tag.c:265
dce37b66
JX
13216msgid "no tag message?"
13217msgstr ""
13218
abc8de64 13219#: builtin/tag.c:272
dce37b66
JX
13220#, c-format
13221msgid "The tag message has been left in %s\n"
13222msgstr ""
13223
abc8de64 13224#: builtin/tag.c:381
cc76011e
JX
13225msgid "list tag names"
13226msgstr ""
13227
abc8de64 13228#: builtin/tag.c:383
cc76011e
JX
13229msgid "print <n> lines of each tag message"
13230msgstr ""
13231
abc8de64 13232#: builtin/tag.c:385
cc76011e
JX
13233msgid "delete tags"
13234msgstr ""
13235
abc8de64 13236#: builtin/tag.c:386
cc76011e
JX
13237msgid "verify tags"
13238msgstr ""
13239
abc8de64 13240#: builtin/tag.c:388
cc76011e
JX
13241msgid "Tag creation options"
13242msgstr ""
13243
abc8de64 13244#: builtin/tag.c:390
cc76011e
JX
13245msgid "annotated tag, needs a message"
13246msgstr ""
13247
abc8de64 13248#: builtin/tag.c:392
cc76011e
JX
13249msgid "tag message"
13250msgstr ""
13251
abc8de64
JX
13252#: builtin/tag.c:394
13253msgid "force edit of tag message"
13254msgstr ""
13255
13256#: builtin/tag.c:395
cc76011e
JX
13257msgid "annotated and GPG-signed tag"
13258msgstr ""
13259
abc8de64 13260#: builtin/tag.c:399
cc76011e
JX
13261msgid "use another key to sign the tag"
13262msgstr ""
13263
abc8de64 13264#: builtin/tag.c:400
cc76011e
JX
13265msgid "replace the tag if exists"
13266msgstr ""
13267
abc8de64 13268#: builtin/tag.c:401 builtin/update-ref.c:368
80d1b481 13269msgid "create a reflog"
df0617bf
JX
13270msgstr ""
13271
abc8de64 13272#: builtin/tag.c:403
c2ea1208 13273msgid "Tag listing options"
cc76011e
JX
13274msgstr ""
13275
abc8de64 13276#: builtin/tag.c:404
c2ea1208 13277msgid "show tag list in columns"
5e078fcd
JX
13278msgstr ""
13279
abc8de64 13280#: builtin/tag.c:405 builtin/tag.c:407
f4f2c8f8 13281msgid "print only tags that contain the commit"
cc76011e
JX
13282msgstr ""
13283
abc8de64 13284#: builtin/tag.c:406 builtin/tag.c:408
dfc182b1
JX
13285msgid "print only tags that don't contain the commit"
13286msgstr ""
13287
abc8de64 13288#: builtin/tag.c:409
f4f2c8f8 13289msgid "print only tags that are merged"
cc76011e
JX
13290msgstr ""
13291
abc8de64 13292#: builtin/tag.c:410
f4f2c8f8 13293msgid "print only tags that are not merged"
cc76011e
JX
13294msgstr ""
13295
abc8de64 13296#: builtin/tag.c:415
f4f2c8f8 13297msgid "print only tags of the object"
822e4a65
JX
13298msgstr ""
13299
abc8de64 13300#: builtin/tag.c:459
f4f2c8f8 13301msgid "--column and -n are incompatible"
5e078fcd
JX
13302msgstr ""
13303
abc8de64 13304#: builtin/tag.c:481
dfc182b1
JX
13305msgid "-n option is only allowed in list mode"
13306msgstr ""
13307
abc8de64 13308#: builtin/tag.c:483
dfc182b1 13309msgid "--contains option is only allowed in list mode"
dce37b66
JX
13310msgstr ""
13311
abc8de64 13312#: builtin/tag.c:485
dfc182b1 13313msgid "--no-contains option is only allowed in list mode"
dce37b66
JX
13314msgstr ""
13315
abc8de64 13316#: builtin/tag.c:487
dfc182b1 13317msgid "--points-at option is only allowed in list mode"
1d4ac88d
JX
13318msgstr ""
13319
abc8de64 13320#: builtin/tag.c:489
dfc182b1 13321msgid "--merged and --no-merged options are only allowed in list mode"
f4f2c8f8
JX
13322msgstr ""
13323
abc8de64 13324#: builtin/tag.c:500
dce37b66
JX
13325msgid "only one -F or -m option is allowed."
13326msgstr ""
13327
abc8de64 13328#: builtin/tag.c:519
dce37b66
JX
13329msgid "too many params"
13330msgstr ""
13331
abc8de64 13332#: builtin/tag.c:525
dce37b66
JX
13333#, c-format
13334msgid "'%s' is not a valid tag name."
13335msgstr ""
13336
abc8de64 13337#: builtin/tag.c:530
dce37b66
JX
13338#, c-format
13339msgid "tag '%s' already exists"
13340msgstr ""
13341
abc8de64 13342#: builtin/tag.c:561
dce37b66
JX
13343#, c-format
13344msgid "Updated tag '%s' (was %s)\n"
13345msgstr ""
13346
abc8de64 13347#: builtin/unpack-objects.c:498
5e078fcd
JX
13348msgid "Unpacking objects"
13349msgstr ""
13350
18a90722 13351#: builtin/update-index.c:82
64f23b0c
JX
13352#, c-format
13353msgid "failed to create directory %s"
13354msgstr ""
13355
18a90722 13356#: builtin/update-index.c:88
64f23b0c
JX
13357#, c-format
13358msgid "failed to stat %s"
13359msgstr ""
13360
18a90722 13361#: builtin/update-index.c:98
64f23b0c
JX
13362#, c-format
13363msgid "failed to create file %s"
13364msgstr ""
13365
18a90722 13366#: builtin/update-index.c:106
64f23b0c
JX
13367#, c-format
13368msgid "failed to delete file %s"
13369msgstr ""
13370
18a90722 13371#: builtin/update-index.c:113 builtin/update-index.c:219
64f23b0c
JX
13372#, c-format
13373msgid "failed to delete directory %s"
13374msgstr ""
13375
18a90722 13376#: builtin/update-index.c:138
64f23b0c 13377#, c-format
9eb3984b 13378msgid "Testing mtime in '%s' "
64f23b0c
JX
13379msgstr ""
13380
18a90722 13381#: builtin/update-index.c:152
64f23b0c
JX
13382msgid "directory stat info does not change after adding a new file"
13383msgstr ""
13384
18a90722 13385#: builtin/update-index.c:165
64f23b0c
JX
13386msgid "directory stat info does not change after adding a new directory"
13387msgstr ""
13388
18a90722 13389#: builtin/update-index.c:178
64f23b0c
JX
13390msgid "directory stat info changes after updating a file"
13391msgstr ""
13392
18a90722 13393#: builtin/update-index.c:189
64f23b0c
JX
13394msgid "directory stat info changes after adding a file inside subdirectory"
13395msgstr ""
13396
18a90722 13397#: builtin/update-index.c:200
64f23b0c
JX
13398msgid "directory stat info does not change after deleting a file"
13399msgstr ""
13400
18a90722 13401#: builtin/update-index.c:213
64f23b0c
JX
13402msgid "directory stat info does not change after deleting a directory"
13403msgstr ""
13404
18a90722 13405#: builtin/update-index.c:220
64f23b0c
JX
13406msgid " OK"
13407msgstr ""
13408
18a90722 13409#: builtin/update-index.c:579
c2ea1208 13410msgid "git update-index [<options>] [--] [<file>...]"
822e4a65
JX
13411msgstr ""
13412
18a90722 13413#: builtin/update-index.c:936
cc76011e 13414msgid "continue refresh even when index needs update"
6f6731e7
JX
13415msgstr ""
13416
18a90722 13417#: builtin/update-index.c:939
cc76011e 13418msgid "refresh: ignore submodules"
6f6731e7
JX
13419msgstr ""
13420
18a90722 13421#: builtin/update-index.c:942
cc76011e 13422msgid "do not ignore new files"
6f6731e7
JX
13423msgstr ""
13424
18a90722 13425#: builtin/update-index.c:944
cc76011e
JX
13426msgid "let files replace directories and vice-versa"
13427msgstr ""
13428
18a90722 13429#: builtin/update-index.c:946
cc76011e
JX
13430msgid "notice files missing from worktree"
13431msgstr ""
13432
18a90722 13433#: builtin/update-index.c:948
cc76011e
JX
13434msgid "refresh even if index contains unmerged entries"
13435msgstr ""
13436
18a90722 13437#: builtin/update-index.c:951
cc76011e
JX
13438msgid "refresh stat information"
13439msgstr ""
13440
18a90722 13441#: builtin/update-index.c:955
cc76011e
JX
13442msgid "like --refresh, but ignore assume-unchanged setting"
13443msgstr ""
13444
18a90722 13445#: builtin/update-index.c:959
5e078fcd 13446msgid "<mode>,<object>,<path>"
cc76011e
JX
13447msgstr ""
13448
18a90722 13449#: builtin/update-index.c:960
cc76011e
JX
13450msgid "add the specified entry to the index"
13451msgstr ""
13452
18a90722 13453#: builtin/update-index.c:969
9fa976ff 13454msgid "mark files as \"not changing\""
cc76011e
JX
13455msgstr ""
13456
18a90722 13457#: builtin/update-index.c:972
cc76011e
JX
13458msgid "clear assumed-unchanged bit"
13459msgstr ""
13460
18a90722 13461#: builtin/update-index.c:975
cc76011e
JX
13462msgid "mark files as \"index-only\""
13463msgstr ""
13464
18a90722 13465#: builtin/update-index.c:978
cc76011e
JX
13466msgid "clear skip-worktree bit"
13467msgstr ""
13468
18a90722 13469#: builtin/update-index.c:981
cc76011e
JX
13470msgid "add to index only; do not add content to object database"
13471msgstr ""
13472
18a90722 13473#: builtin/update-index.c:983
cc76011e
JX
13474msgid "remove named paths even if present in worktree"
13475msgstr ""
13476
18a90722 13477#: builtin/update-index.c:985
cc76011e
JX
13478msgid "with --stdin: input lines are terminated by null bytes"
13479msgstr ""
13480
18a90722 13481#: builtin/update-index.c:987
cc76011e
JX
13482msgid "read list of paths to be updated from standard input"
13483msgstr ""
13484
18a90722 13485#: builtin/update-index.c:991
cc76011e
JX
13486msgid "add entries from standard input to the index"
13487msgstr ""
13488
18a90722 13489#: builtin/update-index.c:995
cc76011e
JX
13490msgid "repopulate stages #2 and #3 for the listed paths"
13491msgstr ""
13492
18a90722 13493#: builtin/update-index.c:999
cc76011e
JX
13494msgid "only update entries that differ from HEAD"
13495msgstr ""
13496
18a90722 13497#: builtin/update-index.c:1003
cc76011e
JX
13498msgid "ignore files missing from worktree"
13499msgstr ""
13500
18a90722 13501#: builtin/update-index.c:1006
cc76011e
JX
13502msgid "report actions to standard output"
13503msgstr ""
13504
18a90722 13505#: builtin/update-index.c:1008
cc76011e
JX
13506msgid "(for porcelains) forget saved unresolved conflicts"
13507msgstr ""
13508
18a90722 13509#: builtin/update-index.c:1012
cc76011e
JX
13510msgid "write index in this format"
13511msgstr ""
13512
18a90722 13513#: builtin/update-index.c:1014
fe05e196
JX
13514msgid "enable or disable split index"
13515msgstr ""
13516
18a90722 13517#: builtin/update-index.c:1016
64f23b0c
JX
13518msgid "enable/disable untracked cache"
13519msgstr ""
13520
18a90722 13521#: builtin/update-index.c:1018
9eb3984b
JX
13522msgid "test if the filesystem supports untracked cache"
13523msgstr ""
13524
18a90722 13525#: builtin/update-index.c:1020
64f23b0c
JX
13526msgid "enable untracked cache without testing the filesystem"
13527msgstr ""
13528
18a90722
JX
13529#: builtin/update-index.c:1022
13530msgid "write out the index even if is not flagged as changed"
13531msgstr ""
13532
13533#: builtin/update-index.c:1024
13534msgid "enable or disable file system monitor"
13535msgstr ""
13536
13537#: builtin/update-index.c:1026
13538msgid "mark files as fsmonitor valid"
13539msgstr ""
13540
13541#: builtin/update-index.c:1029
13542msgid "clear fsmonitor valid bit"
13543msgstr ""
13544
13545#: builtin/update-index.c:1127
dfc182b1
JX
13546msgid ""
13547"core.splitIndex is set to false; remove or change it, if you really want to "
13548"enable split index"
13549msgstr ""
13550
18a90722 13551#: builtin/update-index.c:1136
dfc182b1
JX
13552msgid ""
13553"core.splitIndex is set to true; remove or change it, if you really want to "
13554"disable split index"
13555msgstr ""
13556
18a90722 13557#: builtin/update-index.c:1147
fda7b092
JX
13558msgid ""
13559"core.untrackedCache is set to true; remove or change it, if you really want "
13560"to disable the untracked cache"
13561msgstr ""
13562
18a90722 13563#: builtin/update-index.c:1151
9eb3984b
JX
13564msgid "Untracked cache disabled"
13565msgstr ""
13566
18a90722 13567#: builtin/update-index.c:1159
fda7b092
JX
13568msgid ""
13569"core.untrackedCache is set to false; remove or change it, if you really want "
13570"to enable the untracked cache"
13571msgstr ""
13572
18a90722 13573#: builtin/update-index.c:1163
9eb3984b
JX
13574#, c-format
13575msgid "Untracked cache enabled for '%s'"
13576msgstr ""
13577
18a90722
JX
13578#: builtin/update-index.c:1171
13579msgid "core.fsmonitor is unset; set it if you really want to enable fsmonitor"
13580msgstr ""
13581
13582#: builtin/update-index.c:1175
13583msgid "fsmonitor enabled"
13584msgstr ""
13585
13586#: builtin/update-index.c:1178
13587msgid ""
13588"core.fsmonitor is set; remove it if you really want to disable fsmonitor"
13589msgstr ""
13590
13591#: builtin/update-index.c:1182
13592msgid "fsmonitor disabled"
13593msgstr ""
13594
5b34e000 13595#: builtin/update-ref.c:10
c2ea1208 13596msgid "git update-ref [<options>] -d <refname> [<old-val>]"
cc76011e
JX
13597msgstr ""
13598
5b34e000 13599#: builtin/update-ref.c:11
c2ea1208 13600msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"
cc76011e
JX
13601msgstr ""
13602
5b34e000 13603#: builtin/update-ref.c:12
c2ea1208 13604msgid "git update-ref [<options>] --stdin [-z]"
727b9576
JX
13605msgstr ""
13606
25eab542 13607#: builtin/update-ref.c:363
cc76011e
JX
13608msgid "delete the reference"
13609msgstr ""
13610
25eab542 13611#: builtin/update-ref.c:365
cc76011e
JX
13612msgid "update <refname> not the one it points to"
13613msgstr ""
13614
25eab542 13615#: builtin/update-ref.c:366
727b9576
JX
13616msgid "stdin has NUL-terminated arguments"
13617msgstr ""
13618
25eab542 13619#: builtin/update-ref.c:367
727b9576
JX
13620msgid "read updates from stdin"
13621msgstr ""
13622
5b34e000 13623#: builtin/update-server-info.c:7
cc76011e
JX
13624msgid "git update-server-info [--force]"
13625msgstr ""
13626
5b34e000 13627#: builtin/update-server-info.c:15
cc76011e
JX
13628msgid "update the info files from scratch"
13629msgstr ""
13630
5b34e000 13631#: builtin/verify-commit.c:18
c2ea1208 13632msgid "git verify-commit [-v | --verbose] <commit>..."
fe05e196
JX
13633msgstr ""
13634
5b34e000 13635#: builtin/verify-commit.c:73
fe05e196
JX
13636msgid "print commit contents"
13637msgstr ""
13638
5b34e000 13639#: builtin/verify-commit.c:74 builtin/verify-tag.c:38
df0617bf
JX
13640msgid "print raw gpg status output"
13641msgstr ""
13642
5b34e000 13643#: builtin/verify-pack.c:55
c2ea1208 13644msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
cc76011e
JX
13645msgstr ""
13646
5b34e000 13647#: builtin/verify-pack.c:65
cc76011e
JX
13648msgid "verbose"
13649msgstr ""
13650
5b34e000 13651#: builtin/verify-pack.c:67
cc76011e
JX
13652msgid "show statistics only"
13653msgstr ""
13654
5b34e000 13655#: builtin/verify-tag.c:19
673bfad0 13656msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
cc76011e
JX
13657msgstr ""
13658
5b34e000 13659#: builtin/verify-tag.c:37
cc76011e
JX
13660msgid "print tag contents"
13661msgstr ""
13662
18a90722 13663#: builtin/worktree.c:17
abc8de64 13664msgid "git worktree add [<options>] <path> [<commit-ish>]"
a4156d20
JX
13665msgstr ""
13666
18a90722 13667#: builtin/worktree.c:18
9fa976ff 13668msgid "git worktree list [<options>]"
a4156d20
JX
13669msgstr ""
13670
18a90722 13671#: builtin/worktree.c:19
9fa976ff
JX
13672msgid "git worktree lock [<options>] <path>"
13673msgstr ""
13674
18a90722 13675#: builtin/worktree.c:20
abc8de64 13676msgid "git worktree move <worktree> <new-path>"
9fa976ff
JX
13677msgstr ""
13678
18a90722 13679#: builtin/worktree.c:21
abc8de64
JX
13680msgid "git worktree prune [<options>]"
13681msgstr ""
13682
13683#: builtin/worktree.c:22
13684msgid "git worktree remove [<options>] <worktree>"
13685msgstr ""
13686
13687#: builtin/worktree.c:23
9fa976ff 13688msgid "git worktree unlock <path>"
f4f2c8f8
JX
13689msgstr ""
13690
abc8de64 13691#: builtin/worktree.c:60
a4156d20
JX
13692#, c-format
13693msgid "Removing worktrees/%s: not a valid directory"
13694msgstr ""
13695
abc8de64 13696#: builtin/worktree.c:66
a4156d20
JX
13697#, c-format
13698msgid "Removing worktrees/%s: gitdir file does not exist"
13699msgstr ""
13700
abc8de64 13701#: builtin/worktree.c:71 builtin/worktree.c:80
a4156d20
JX
13702#, c-format
13703msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
13704msgstr ""
13705
abc8de64 13706#: builtin/worktree.c:90
25eab542
JX
13707#, c-format
13708msgid ""
13709"Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "
13710"%<PRIuMAX>)"
13711msgstr ""
13712
abc8de64 13713#: builtin/worktree.c:98
a4156d20
JX
13714#, c-format
13715msgid "Removing worktrees/%s: invalid gitdir file"
13716msgstr ""
13717
abc8de64 13718#: builtin/worktree.c:114
a4156d20
JX
13719#, c-format
13720msgid "Removing worktrees/%s: gitdir file points to non-existent location"
13721msgstr ""
13722
abc8de64 13723#: builtin/worktree.c:161
a4d94835
JX
13724msgid "report pruned working trees"
13725msgstr ""
13726
abc8de64 13727#: builtin/worktree.c:163
a4d94835
JX
13728msgid "expire working trees older than <time>"
13729msgstr ""
13730
abc8de64 13731#: builtin/worktree.c:238
a4156d20
JX
13732#, c-format
13733msgid "'%s' already exists"
13734msgstr ""
13735
abc8de64 13736#: builtin/worktree.c:269
a4156d20
JX
13737#, c-format
13738msgid "could not create directory of '%s'"
13739msgstr ""
13740
abc8de64 13741#: builtin/worktree.c:308
a4156d20 13742#, c-format
df0617bf 13743msgid "Preparing %s (identifier %s)"
a4156d20
JX
13744msgstr ""
13745
abc8de64 13746#: builtin/worktree.c:385
a4156d20
JX
13747msgid "checkout <branch> even if already checked out in other worktree"
13748msgstr ""
13749
abc8de64 13750#: builtin/worktree.c:388
a4156d20
JX
13751msgid "create a new branch"
13752msgstr ""
13753
abc8de64 13754#: builtin/worktree.c:390
9fa976ff 13755msgid "create or reset a branch"
a4156d20
JX
13756msgstr ""
13757
abc8de64 13758#: builtin/worktree.c:392
f517e50d
JX
13759msgid "populate the new working tree"
13760msgstr ""
13761
abc8de64 13762#: builtin/worktree.c:393
28e1aaa4
JX
13763msgid "keep the new working tree locked"
13764msgstr ""
13765
abc8de64 13766#: builtin/worktree.c:395
18a90722
JX
13767msgid "set up tracking mode (see git-branch(1))"
13768msgstr ""
13769
abc8de64 13770#: builtin/worktree.c:398
18a90722
JX
13771msgid "try to match the new branch name with a remote-tracking branch"
13772msgstr ""
13773
abc8de64 13774#: builtin/worktree.c:406
df0617bf 13775msgid "-b, -B, and --detach are mutually exclusive"
a4156d20
JX
13776msgstr ""
13777
abc8de64 13778#: builtin/worktree.c:471
18a90722
JX
13779msgid "--[no-]track can only be used if a new branch is created"
13780msgstr ""
13781
abc8de64 13782#: builtin/worktree.c:571
9fa976ff
JX
13783msgid "reason for locking"
13784msgstr ""
13785
abc8de64
JX
13786#: builtin/worktree.c:583 builtin/worktree.c:616 builtin/worktree.c:670
13787#: builtin/worktree.c:809
9fa976ff
JX
13788#, c-format
13789msgid "'%s' is not a working tree"
13790msgstr ""
13791
abc8de64 13792#: builtin/worktree.c:585 builtin/worktree.c:618
9fa976ff
JX
13793msgid "The main working tree cannot be locked or unlocked"
13794msgstr ""
13795
abc8de64 13796#: builtin/worktree.c:590
9fa976ff
JX
13797#, c-format
13798msgid "'%s' is already locked, reason: %s"
13799msgstr ""
13800
abc8de64 13801#: builtin/worktree.c:592
9fa976ff
JX
13802#, c-format
13803msgid "'%s' is already locked"
13804msgstr ""
13805
abc8de64 13806#: builtin/worktree.c:620
9fa976ff
JX
13807#, c-format
13808msgid "'%s' is not locked"
13809msgstr ""
13810
abc8de64
JX
13811#: builtin/worktree.c:645
13812msgid "working trees containing submodules cannot be moved or removed"
13813msgstr ""
13814
13815#: builtin/worktree.c:672 builtin/worktree.c:811
13816#, c-format
13817msgid "'%s' is a main working tree"
13818msgstr ""
13819
13820#: builtin/worktree.c:677
13821#, c-format
13822msgid "could not figure out destination name from '%s'"
13823msgstr ""
13824
13825#: builtin/worktree.c:683
13826#, c-format
13827msgid "target '%s' already exists"
13828msgstr ""
13829
13830#: builtin/worktree.c:690
13831#, c-format
13832msgid "cannot move a locked working tree, lock reason: %s"
13833msgstr ""
13834
13835#: builtin/worktree.c:692
13836msgid "cannot move a locked working tree"
13837msgstr ""
13838
13839#: builtin/worktree.c:695
13840#, c-format
13841msgid "validation failed, cannot move working tree: %s"
13842msgstr ""
13843
13844#: builtin/worktree.c:700
13845#, c-format
13846msgid "failed to move '%s' to '%s'"
13847msgstr ""
13848
13849#: builtin/worktree.c:748
13850#, c-format
13851msgid "failed to run 'git status' on '%s'"
13852msgstr ""
13853
13854#: builtin/worktree.c:752
13855#, c-format
13856msgid "'%s' is dirty, use --force to delete it"
13857msgstr ""
13858
13859#: builtin/worktree.c:757
13860#, c-format
13861msgid "failed to run 'git status' on '%s', code %d"
13862msgstr ""
13863
13864#: builtin/worktree.c:768 builtin/worktree.c:782
13865#, c-format
13866msgid "failed to delete '%s'"
13867msgstr ""
13868
13869#: builtin/worktree.c:794
13870msgid "force removing even if the worktree is dirty"
13871msgstr ""
13872
13873#: builtin/worktree.c:815
13874#, c-format
13875msgid "cannot remove a locked working tree, lock reason: %s"
13876msgstr ""
13877
13878#: builtin/worktree.c:817
13879msgid "cannot remove a locked working tree"
13880msgstr ""
13881
13882#: builtin/worktree.c:820
13883#, c-format
13884msgid "validation failed, cannot remove working tree: %s"
13885msgstr ""
13886
5b34e000 13887#: builtin/write-tree.c:14
cc76011e
JX
13888msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
13889msgstr ""
13890
5b34e000 13891#: builtin/write-tree.c:27
cc76011e
JX
13892msgid "<prefix>/"
13893msgstr ""
13894
5b34e000 13895#: builtin/write-tree.c:28
cc76011e
JX
13896msgid "write tree object for a subdirectory <prefix>"
13897msgstr ""
13898
5b34e000 13899#: builtin/write-tree.c:31
cc76011e
JX
13900msgid "only useful for debugging"
13901msgstr ""
13902
abc8de64 13903#: upload-pack.c:27
9fa976ff
JX
13904msgid "git upload-pack [<options>] <dir>"
13905msgstr ""
13906
abc8de64 13907#: upload-pack.c:1070
9fa976ff
JX
13908msgid "quit after a single request/response exchange"
13909msgstr ""
13910
abc8de64 13911#: upload-pack.c:1072
9fa976ff
JX
13912msgid "exit immediately after initial ref advertisement"
13913msgstr ""
13914
abc8de64 13915#: upload-pack.c:1074
9fa976ff
JX
13916msgid "do not try <directory>/.git/ if <directory> is no Git directory"
13917msgstr ""
13918
abc8de64 13919#: upload-pack.c:1076
9fa976ff
JX
13920msgid "interrupt transfer after <n> seconds of inactivity"
13921msgstr ""
13922
25eab542 13923#: credential-cache--daemon.c:222
fda7b092
JX
13924#, c-format
13925msgid ""
13926"The permissions on your socket directory are too loose; other\n"
13927"users may be able to read your cached credentials. Consider running:\n"
13928"\n"
13929"\tchmod 0700 %s"
13930msgstr ""
13931
25eab542 13932#: credential-cache--daemon.c:271
d07a63e4
JX
13933msgid "print debugging messages to stderr"
13934msgstr ""
13935
abc8de64
JX
13936#: git.c:8
13937msgid ""
13938"git [--version] [--help] [-C <path>] [-c <name>=<value>]\n"
13939" [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n"
13940" [-p | --paginate | --no-pager] [--no-replace-objects] [--bare]\n"
13941" [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]\n"
13942" <command> [<args>]"
13943msgstr ""
13944
5b34e000 13945#: git.c:15
c6bc7d43 13946msgid ""
d07a63e4 13947"'git help -a' and 'git help -g' list available subcommands and some\n"
c6bc7d43
JX
13948"concept guides. See 'git help <command>' or 'git help <concept>'\n"
13949"to read about a specific subcommand or concept."
6f6731e7
JX
13950msgstr ""
13951
abc8de64
JX
13952#: git.c:95
13953#, c-format
13954msgid "no directory given for --git-dir\n"
13955msgstr ""
13956
13957#: git.c:109
13958#, c-format
13959msgid "no namespace given for --namespace\n"
13960msgstr ""
13961
13962#: git.c:123
13963#, c-format
13964msgid "no directory given for --work-tree\n"
13965msgstr ""
13966
13967#: git.c:137
13968#, c-format
13969msgid "no prefix given for --super-prefix\n"
13970msgstr ""
13971
13972#: git.c:159
13973#, c-format
13974msgid "-c expects a configuration string\n"
13975msgstr ""
13976
13977#: git.c:197
13978#, c-format
13979msgid "no directory given for -C\n"
13980msgstr ""
13981
13982#: git.c:212
13983#, c-format
13984msgid "unknown option: %s\n"
13985msgstr ""
13986
13987#: git.c:687
13988#, c-format
13989msgid "expansion of alias '%s' failed; '%s' is not a git command\n"
13990msgstr ""
13991
13992#: git.c:699
13993#, c-format
13994msgid "failed to run command '%s': %s\n"
13995msgstr ""
13996
13997#: http.c:342
28e1aaa4
JX
13998#, c-format
13999msgid "negative value for http.postbuffer; defaulting to %d"
14000msgstr ""
14001
abc8de64 14002#: http.c:363
fda7b092
JX
14003msgid "Delegation control is not supported with cURL < 7.22.0"
14004msgstr ""
14005
abc8de64 14006#: http.c:372
9eb3984b
JX
14007msgid "Public key pinning not supported with cURL < 7.44.0"
14008msgstr ""
14009
abc8de64 14010#: http.c:1857
673bfad0
JX
14011#, c-format
14012msgid ""
14013"unable to update url base from redirection:\n"
14014" asked for: %s\n"
14015" redirect: %s"
14016msgstr ""
14017
abc8de64 14018#: remote-curl.c:345
673bfad0
JX
14019#, c-format
14020msgid "redirecting to %s"
14021msgstr ""
14022
abc8de64 14023#: list-objects-filter-options.h:59
18a90722
JX
14024msgid "args"
14025msgstr ""
14026
abc8de64 14027#: list-objects-filter-options.h:60
18a90722
JX
14028msgid "object filtering"
14029msgstr ""
14030
df0617bf 14031#: common-cmds.h:9
64f23b0c
JX
14032msgid "start a working area (see also: git help tutorial)"
14033msgstr ""
14034
df0617bf 14035#: common-cmds.h:10
64f23b0c
JX
14036msgid "work on the current change (see also: git help everyday)"
14037msgstr ""
14038
df0617bf 14039#: common-cmds.h:11
64f23b0c
JX
14040msgid "examine the history and state (see also: git help revisions)"
14041msgstr ""
14042
df0617bf 14043#: common-cmds.h:12
64f23b0c
JX
14044msgid "grow, mark and tweak your common history"
14045msgstr ""
14046
df0617bf 14047#: common-cmds.h:13
64f23b0c
JX
14048msgid "collaborate (see also: git help workflows)"
14049msgstr ""
14050
df0617bf 14051#: common-cmds.h:17
822e4a65
JX
14052msgid "Add file contents to the index"
14053msgstr ""
14054
df0617bf
JX
14055#: common-cmds.h:18
14056msgid "Use binary search to find the commit that introduced a bug"
822e4a65
JX
14057msgstr ""
14058
df0617bf 14059#: common-cmds.h:19
822e4a65
JX
14060msgid "List, create, or delete branches"
14061msgstr ""
14062
df0617bf 14063#: common-cmds.h:20
a4156d20 14064msgid "Switch branches or restore working tree files"
822e4a65
JX
14065msgstr ""
14066
df0617bf 14067#: common-cmds.h:21
822e4a65
JX
14068msgid "Clone a repository into a new directory"
14069msgstr ""
14070
df0617bf 14071#: common-cmds.h:22
822e4a65
JX
14072msgid "Record changes to the repository"
14073msgstr ""
14074
df0617bf 14075#: common-cmds.h:23
822e4a65
JX
14076msgid "Show changes between commits, commit and working tree, etc"
14077msgstr ""
14078
df0617bf 14079#: common-cmds.h:24
822e4a65
JX
14080msgid "Download objects and refs from another repository"
14081msgstr ""
14082
df0617bf 14083#: common-cmds.h:25
822e4a65
JX
14084msgid "Print lines matching a pattern"
14085msgstr ""
14086
df0617bf 14087#: common-cmds.h:26
9caaf23e 14088msgid "Create an empty Git repository or reinitialize an existing one"
822e4a65
JX
14089msgstr ""
14090
df0617bf 14091#: common-cmds.h:27
822e4a65
JX
14092msgid "Show commit logs"
14093msgstr ""
14094
df0617bf 14095#: common-cmds.h:28
822e4a65
JX
14096msgid "Join two or more development histories together"
14097msgstr ""
14098
df0617bf 14099#: common-cmds.h:29
822e4a65
JX
14100msgid "Move or rename a file, a directory, or a symlink"
14101msgstr ""
14102
df0617bf 14103#: common-cmds.h:30
28b3cffc 14104msgid "Fetch from and integrate with another repository or a local branch"
822e4a65
JX
14105msgstr ""
14106
df0617bf 14107#: common-cmds.h:31
822e4a65
JX
14108msgid "Update remote refs along with associated objects"
14109msgstr ""
14110
df0617bf 14111#: common-cmds.h:32
f1522b27 14112msgid "Reapply commits on top of another base tip"
822e4a65
JX
14113msgstr ""
14114
df0617bf 14115#: common-cmds.h:33
822e4a65
JX
14116msgid "Reset current HEAD to the specified state"
14117msgstr ""
14118
df0617bf 14119#: common-cmds.h:34
822e4a65
JX
14120msgid "Remove files from the working tree and from the index"
14121msgstr ""
14122
df0617bf 14123#: common-cmds.h:35
822e4a65
JX
14124msgid "Show various types of objects"
14125msgstr ""
14126
df0617bf 14127#: common-cmds.h:36
822e4a65
JX
14128msgid "Show the working tree status"
14129msgstr ""
14130
df0617bf 14131#: common-cmds.h:37
822e4a65
JX
14132msgid "Create, list, delete or verify a tag object signed with GPG"
14133msgstr ""
14134
abc8de64 14135#: parse-options.h:157
d07a63e4
JX
14136msgid "expiry-date"
14137msgstr ""
14138
abc8de64 14139#: parse-options.h:172
d07a63e4
JX
14140msgid "no-op (backward compatibility)"
14141msgstr ""
14142
abc8de64 14143#: parse-options.h:250
d07a63e4
JX
14144msgid "be more verbose"
14145msgstr ""
14146
abc8de64 14147#: parse-options.h:252
d07a63e4
JX
14148msgid "be more quiet"
14149msgstr ""
14150
abc8de64 14151#: parse-options.h:258
d07a63e4
JX
14152msgid "use <n> digits to display SHA-1s"
14153msgstr ""
14154
f517e50d 14155#: rerere.h:40
d07a63e4
JX
14156msgid "update the index with reused conflict resolution if possible"
14157msgstr ""
14158
9fa976ff 14159#: git-bisect.sh:54
7256fd7c
JX
14160msgid "You need to start by \"git bisect start\""
14161msgstr ""
14162
dce37b66
JX
14163#. TRANSLATORS: Make sure to include [Y] and [n] in your
14164#. translation. The program will only accept English input
14165#. at this point.
9fa976ff 14166#: git-bisect.sh:60
dce37b66
JX
14167msgid "Do you want me to do it for you [Y/n]? "
14168msgstr ""
14169
9fa976ff 14170#: git-bisect.sh:121
dce37b66
JX
14171#, sh-format
14172msgid "unrecognised option: '$arg'"
14173msgstr ""
14174
9fa976ff 14175#: git-bisect.sh:125
dce37b66
JX
14176#, sh-format
14177msgid "'$arg' does not appear to be a valid revision"
14178msgstr ""
14179
9fa976ff 14180#: git-bisect.sh:154
dce37b66
JX
14181msgid "Bad HEAD - I need a HEAD"
14182msgstr ""
14183
9fa976ff 14184#: git-bisect.sh:167
dce37b66
JX
14185#, sh-format
14186msgid ""
c2ea1208 14187"Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
dce37b66
JX
14188msgstr ""
14189
9fa976ff 14190#: git-bisect.sh:177
df49095a 14191msgid "won't bisect on cg-seek'ed tree"
dce37b66
JX
14192msgstr ""
14193
9fa976ff 14194#: git-bisect.sh:181
dce37b66
JX
14195msgid "Bad HEAD - strange symbolic ref"
14196msgstr ""
14197
9fa976ff 14198#: git-bisect.sh:233
dce37b66
JX
14199#, sh-format
14200msgid "Bad bisect_write argument: $state"
14201msgstr ""
14202
18a90722 14203#: git-bisect.sh:246
dce37b66
JX
14204#, sh-format
14205msgid "Bad rev input: $arg"
14206msgstr ""
14207
18a90722 14208#: git-bisect.sh:265
9fa976ff
JX
14209#, sh-format
14210msgid "Bad rev input: $bisected_head"
dce37b66
JX
14211msgstr ""
14212
18a90722 14213#: git-bisect.sh:274
dce37b66
JX
14214#, sh-format
14215msgid "Bad rev input: $rev"
14216msgstr ""
14217
18a90722 14218#: git-bisect.sh:283
df0617bf
JX
14219#, sh-format
14220msgid "'git bisect $TERM_BAD' can take only one argument."
dce37b66
JX
14221msgstr ""
14222
18a90722 14223#: git-bisect.sh:306
df0617bf
JX
14224#, sh-format
14225msgid "Warning: bisecting only with a $TERM_BAD commit."
7256fd7c
JX
14226msgstr ""
14227
dce37b66
JX
14228#. TRANSLATORS: Make sure to include [Y] and [n] in your
14229#. translation. The program will only accept English input
14230#. at this point.
18a90722 14231#: git-bisect.sh:312
dce37b66
JX
14232msgid "Are you sure [Y/n]? "
14233msgstr ""
14234
18a90722 14235#: git-bisect.sh:324
df0617bf 14236#, sh-format
7256fd7c 14237msgid ""
df0617bf
JX
14238"You need to give me at least one $bad_syn and one $good_syn revision.\n"
14239"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
7256fd7c
JX
14240msgstr ""
14241
18a90722 14242#: git-bisect.sh:327
df0617bf 14243#, sh-format
7256fd7c
JX
14244msgid ""
14245"You need to start by \"git bisect start\".\n"
df0617bf
JX
14246"You then need to give me at least one $good_syn and one $bad_syn revision.\n"
14247"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
7256fd7c
JX
14248msgstr ""
14249
18a90722 14250#: git-bisect.sh:398 git-bisect.sh:512
7256fd7c
JX
14251msgid "We are not bisecting."
14252msgstr ""
14253
18a90722 14254#: git-bisect.sh:405
dce37b66
JX
14255#, sh-format
14256msgid "'$invalid' is not a valid commit"
14257msgstr ""
14258
18a90722 14259#: git-bisect.sh:414
dce37b66
JX
14260#, sh-format
14261msgid ""
14262"Could not check out original HEAD '$branch'.\n"
14263"Try 'git bisect reset <commit>'."
14264msgstr ""
14265
18a90722 14266#: git-bisect.sh:422
dce37b66
JX
14267msgid "No logfile given"
14268msgstr ""
14269
18a90722 14270#: git-bisect.sh:423
dce37b66
JX
14271#, sh-format
14272msgid "cannot read $file for replaying"
14273msgstr ""
14274
18a90722 14275#: git-bisect.sh:444
dce37b66
JX
14276msgid "?? what are you talking about?"
14277msgstr ""
14278
18a90722
JX
14279#: git-bisect.sh:453
14280msgid "bisect run failed: no command provided."
14281msgstr ""
14282
14283#: git-bisect.sh:458
7256fd7c
JX
14284#, sh-format
14285msgid "running $command"
14286msgstr ""
14287
18a90722 14288#: git-bisect.sh:465
7256fd7c
JX
14289#, sh-format
14290msgid ""
14291"bisect run failed:\n"
14292"exit code $res from '$command' is < 0 or >= 128"
14293msgstr ""
14294
18a90722 14295#: git-bisect.sh:491
7256fd7c
JX
14296msgid "bisect run cannot continue any more"
14297msgstr ""
14298
18a90722 14299#: git-bisect.sh:497
7256fd7c
JX
14300#, sh-format
14301msgid ""
14302"bisect run failed:\n"
14303"'bisect_state $state' exited with error code $res"
14304msgstr ""
14305
18a90722 14306#: git-bisect.sh:504
7256fd7c 14307msgid "bisect run success"
dce37b66
JX
14308msgstr ""
14309
18a90722 14310#: git-bisect.sh:533
7256fd7c 14311#, sh-format
df0617bf 14312msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
dce37b66
JX
14313msgstr ""
14314
18a90722 14315#: git-bisect.sh:567
f4f2c8f8
JX
14316msgid "no terms defined"
14317msgstr ""
14318
18a90722 14319#: git-bisect.sh:584
f4f2c8f8
JX
14320#, sh-format
14321msgid ""
14322"invalid argument $arg for 'git bisect terms'.\n"
14323"Supported options are: --term-good|--term-old and --term-bad|--term-new."
14324msgstr ""
14325
9fa976ff
JX
14326#: git-merge-octopus.sh:46
14327msgid ""
14328"Error: Your local changes to the following files would be overwritten by "
14329"merge"
14330msgstr ""
14331
14332#: git-merge-octopus.sh:61
14333msgid "Automated merge did not work."
14334msgstr ""
14335
14336#: git-merge-octopus.sh:62
fda7b092 14337msgid "Should not be doing an octopus."
9fa976ff
JX
14338msgstr ""
14339
14340#: git-merge-octopus.sh:73
14341#, sh-format
14342msgid "Unable to find common commit with $pretty_name"
14343msgstr ""
14344
14345#: git-merge-octopus.sh:77
14346#, sh-format
25eab542 14347msgid "Already up to date with $pretty_name"
9fa976ff
JX
14348msgstr ""
14349
14350#: git-merge-octopus.sh:89
14351#, sh-format
14352msgid "Fast-forwarding to: $pretty_name"
14353msgstr ""
14354
14355#: git-merge-octopus.sh:97
14356#, sh-format
14357msgid "Trying simple merge with $pretty_name"
14358msgstr ""
14359
14360#: git-merge-octopus.sh:102
14361msgid "Simple merge did not work, trying automatic merge."
14362msgstr ""
14363
abc8de64 14364#: git-rebase.sh:60
3b6137f2 14365msgid ""
25eab542
JX
14366"Resolve all conflicts manually, mark them as resolved with\n"
14367"\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"
14368"You can instead skip this commit: run \"git rebase --skip\".\n"
14369"To abort and get back to the state before \"git rebase\", run \"git rebase --"
14370"abort\"."
3b6137f2
JX
14371msgstr ""
14372
abc8de64 14373#: git-rebase.sh:163 git-rebase.sh:409
9fa976ff
JX
14374#, sh-format
14375msgid "Could not move back to $head_name"
14376msgstr ""
14377
abc8de64 14378#: git-rebase.sh:174
5b34e000
JX
14379msgid "Applied autostash."
14380msgstr ""
14381
abc8de64 14382#: git-rebase.sh:177
28b3cffc
JX
14383#, sh-format
14384msgid "Cannot store $stash_sha1"
14385msgstr ""
14386
abc8de64 14387#: git-rebase.sh:218
3b6137f2
JX
14388msgid "The pre-rebase hook refused to rebase."
14389msgstr ""
14390
abc8de64 14391#: git-rebase.sh:223
18a90722 14392msgid "It looks like 'git am' is in progress. Cannot rebase."
3b6137f2
JX
14393msgstr ""
14394
abc8de64 14395#: git-rebase.sh:370
3b6137f2
JX
14396msgid "No rebase in progress?"
14397msgstr ""
14398
abc8de64 14399#: git-rebase.sh:381
9306b5b9
JX
14400msgid "The --edit-todo action can only be used during interactive rebase."
14401msgstr ""
14402
abc8de64 14403#: git-rebase.sh:388
3b6137f2
JX
14404msgid "Cannot read HEAD"
14405msgstr ""
14406
abc8de64 14407#: git-rebase.sh:391
3b6137f2
JX
14408msgid ""
14409"You must edit all merge conflicts and then\n"
14410"mark them as resolved using git add"
14411msgstr ""
14412
abc8de64 14413#: git-rebase.sh:435
3b6137f2
JX
14414#, sh-format
14415msgid ""
14416"It seems that there is already a $state_dir_base directory, and\n"
14417"I wonder if you are in the middle of another rebase. If that is the\n"
14418"case, please try\n"
14419"\t$cmd_live_rebase\n"
14420"If that is not the case, please\n"
14421"\t$cmd_clear_stale_rebase\n"
14422"and run me again. I am stopping in case you still have something\n"
14423"valuable there."
14424msgstr ""
14425
abc8de64 14426#: git-rebase.sh:491
3b6137f2 14427#, sh-format
18a90722 14428msgid "invalid upstream '$upstream_name'"
3b6137f2
JX
14429msgstr ""
14430
abc8de64 14431#: git-rebase.sh:515
3b6137f2
JX
14432#, sh-format
14433msgid "$onto_name: there are more than one merge bases"
14434msgstr ""
14435
abc8de64 14436#: git-rebase.sh:518 git-rebase.sh:522
3b6137f2
JX
14437#, sh-format
14438msgid "$onto_name: there is no merge base"
14439msgstr ""
14440
abc8de64 14441#: git-rebase.sh:527
3b6137f2
JX
14442#, sh-format
14443msgid "Does not point to a valid commit: $onto_name"
14444msgstr ""
14445
abc8de64 14446#: git-rebase.sh:553
3b6137f2 14447#, sh-format
18a90722 14448msgid "fatal: no such branch/commit '$branch_name'"
3b6137f2
JX
14449msgstr ""
14450
abc8de64 14451#: git-rebase.sh:586
28b3cffc
JX
14452msgid "Cannot autostash"
14453msgstr ""
14454
abc8de64 14455#: git-rebase.sh:591
28b3cffc
JX
14456#, sh-format
14457msgid "Created autostash: $stash_abbrev"
14458msgstr ""
14459
abc8de64 14460#: git-rebase.sh:595
3b6137f2
JX
14461msgid "Please commit or stash them."
14462msgstr ""
14463
abc8de64 14464#: git-rebase.sh:618
18a90722
JX
14465#, sh-format
14466msgid "HEAD is up to date."
14467msgstr ""
14468
abc8de64 14469#: git-rebase.sh:620
3b6137f2
JX
14470#, sh-format
14471msgid "Current branch $branch_name is up to date."
14472msgstr ""
14473
abc8de64 14474#: git-rebase.sh:628
18a90722
JX
14475#, sh-format
14476msgid "HEAD is up to date, rebase forced."
14477msgstr ""
14478
abc8de64 14479#: git-rebase.sh:630
3b6137f2
JX
14480#, sh-format
14481msgid "Current branch $branch_name is up to date, rebase forced."
14482msgstr ""
14483
abc8de64 14484#: git-rebase.sh:642
3b6137f2
JX
14485#, sh-format
14486msgid "Changes from $mb to $onto:"
14487msgstr ""
14488
abc8de64 14489#: git-rebase.sh:651
3b6137f2
JX
14490msgid "First, rewinding head to replay your work on top of it..."
14491msgstr ""
14492
abc8de64 14493#: git-rebase.sh:661
3b6137f2
JX
14494#, sh-format
14495msgid "Fast-forwarded $branch_name to $onto_name."
14496msgstr ""
14497
25eab542 14498#: git-stash.sh:61
dce37b66
JX
14499msgid "git stash clear with parameters is unimplemented"
14500msgstr ""
14501
18a90722 14502#: git-stash.sh:108
dce37b66
JX
14503msgid "You do not have the initial commit yet"
14504msgstr ""
14505
18a90722 14506#: git-stash.sh:123
dce37b66
JX
14507msgid "Cannot save the current index state"
14508msgstr ""
14509
18a90722 14510#: git-stash.sh:138
fda7b092
JX
14511msgid "Cannot save the untracked files"
14512msgstr ""
14513
18a90722 14514#: git-stash.sh:158 git-stash.sh:171
dce37b66
JX
14515msgid "Cannot save the current worktree state"
14516msgstr ""
14517
18a90722 14518#: git-stash.sh:175
dce37b66
JX
14519msgid "No changes selected"
14520msgstr ""
14521
18a90722 14522#: git-stash.sh:178
dce37b66
JX
14523msgid "Cannot remove temporary index (can't happen)"
14524msgstr ""
14525
18a90722 14526#: git-stash.sh:191
dce37b66
JX
14527msgid "Cannot record working tree state"
14528msgstr ""
14529
18a90722 14530#: git-stash.sh:229
28b3cffc
JX
14531#, sh-format
14532msgid "Cannot update $ref_stash with $w_commit"
14533msgstr ""
14534
18a90722 14535#: git-stash.sh:281
7256fd7c 14536#, sh-format
18a90722 14537msgid "error: unknown option for 'stash push': $option"
7256fd7c
JX
14538msgstr ""
14539
18a90722 14540#: git-stash.sh:295
fda7b092
JX
14541msgid "Can't use --patch and --include-untracked or --all at the same time"
14542msgstr ""
14543
18a90722 14544#: git-stash.sh:303
dce37b66
JX
14545msgid "No local changes to save"
14546msgstr ""
14547
18a90722 14548#: git-stash.sh:308
dce37b66
JX
14549msgid "Cannot initialize stash"
14550msgstr ""
14551
18a90722 14552#: git-stash.sh:312
dce37b66
JX
14553msgid "Cannot save the current status"
14554msgstr ""
14555
18a90722 14556#: git-stash.sh:313
9fa976ff
JX
14557#, sh-format
14558msgid "Saved working directory and index state $stash_msg"
14559msgstr ""
14560
abc8de64 14561#: git-stash.sh:340
dce37b66
JX
14562msgid "Cannot remove worktree changes"
14563msgstr ""
14564
abc8de64 14565#: git-stash.sh:488
64f23b0c
JX
14566#, sh-format
14567msgid "unknown option: $opt"
14568msgstr ""
14569
abc8de64 14570#: git-stash.sh:501
5b34e000 14571msgid "No stash entries found."
dce37b66
JX
14572msgstr ""
14573
abc8de64 14574#: git-stash.sh:508
dce37b66
JX
14575#, sh-format
14576msgid "Too many revisions specified: $REV"
14577msgstr ""
14578
abc8de64 14579#: git-stash.sh:523
dce37b66 14580#, sh-format
d07a63e4 14581msgid "$reference is not a valid reference"
dce37b66
JX
14582msgstr ""
14583
abc8de64 14584#: git-stash.sh:551
dce37b66
JX
14585#, sh-format
14586msgid "'$args' is not a stash-like commit"
14587msgstr ""
14588
abc8de64 14589#: git-stash.sh:562
dce37b66
JX
14590#, sh-format
14591msgid "'$args' is not a stash reference"
14592msgstr ""
14593
abc8de64 14594#: git-stash.sh:570
dce37b66
JX
14595msgid "unable to refresh index"
14596msgstr ""
14597
abc8de64 14598#: git-stash.sh:574
dce37b66
JX
14599msgid "Cannot apply a stash in the middle of a merge"
14600msgstr ""
14601
abc8de64 14602#: git-stash.sh:582
dce37b66
JX
14603msgid "Conflicts in index. Try without --index."
14604msgstr ""
14605
abc8de64 14606#: git-stash.sh:584
dce37b66
JX
14607msgid "Could not save index tree"
14608msgstr ""
14609
abc8de64 14610#: git-stash.sh:593
5b34e000 14611msgid "Could not restore untracked files from stash entry"
fda7b092
JX
14612msgstr ""
14613
abc8de64 14614#: git-stash.sh:618
dce37b66
JX
14615msgid "Cannot unstage modified files"
14616msgstr ""
14617
abc8de64 14618#: git-stash.sh:633
7256fd7c
JX
14619msgid "Index was not unstashed."
14620msgstr ""
14621
abc8de64 14622#: git-stash.sh:647
5b34e000 14623msgid "The stash entry is kept in case you need it again."
9fa976ff
JX
14624msgstr ""
14625
abc8de64 14626#: git-stash.sh:656
dce37b66
JX
14627#, sh-format
14628msgid "Dropped ${REV} ($s)"
14629msgstr ""
14630
abc8de64 14631#: git-stash.sh:657
dce37b66
JX
14632#, sh-format
14633msgid "${REV}: Could not drop stash entry"
14634msgstr ""
14635
abc8de64 14636#: git-stash.sh:665
dce37b66
JX
14637msgid "No branch name specified"
14638msgstr ""
14639
abc8de64 14640#: git-stash.sh:744
dce37b66
JX
14641msgid "(To restore them type \"git stash apply\")"
14642msgstr ""
14643
673bfad0 14644#: git-submodule.sh:181
28b3cffc
JX
14645msgid "Relative path can only be used from the toplevel of the working tree"
14646msgstr ""
14647
673bfad0 14648#: git-submodule.sh:191
dce37b66
JX
14649#, sh-format
14650msgid "repo URL: '$repo' must be absolute or begin with ./|../"
14651msgstr ""
14652
673bfad0 14653#: git-submodule.sh:210
dce37b66 14654#, sh-format
cd1e7487 14655msgid "'$sm_path' already exists in the index"
dce37b66
JX
14656msgstr ""
14657
673bfad0
JX
14658#: git-submodule.sh:213
14659#, sh-format
14660msgid "'$sm_path' already exists in the index and is not a submodule"
14661msgstr ""
14662
5b34e000 14663#: git-submodule.sh:219
7256fd7c
JX
14664#, sh-format
14665msgid ""
14666"The following path is ignored by one of your .gitignore files:\n"
14667"$sm_path\n"
14668"Use -f if you really want to add it."
14669msgstr ""
14670
5b34e000 14671#: git-submodule.sh:237
7256fd7c
JX
14672#, sh-format
14673msgid "Adding existing repo at '$sm_path' to the index"
14674msgstr ""
14675
5b34e000 14676#: git-submodule.sh:239
dce37b66 14677#, sh-format
cd1e7487 14678msgid "'$sm_path' already exists and is not a valid git repo"
dce37b66
JX
14679msgstr ""
14680
5b34e000 14681#: git-submodule.sh:247
fe52cd62
JX
14682#, sh-format
14683msgid "A git directory for '$sm_name' is found locally with remote(s):"
14684msgstr ""
14685
5b34e000 14686#: git-submodule.sh:249
fe52cd62
JX
14687#, sh-format
14688msgid ""
9fa976ff
JX
14689"If you want to reuse this local git directory instead of cloning again from\n"
14690" $realrepo\n"
14691"use the '--force' option. If the local git directory is not the correct "
14692"repo\n"
fe52cd62
JX
14693"or you are unsure what this means choose another name with the '--name' "
14694"option."
14695msgstr ""
14696
5b34e000 14697#: git-submodule.sh:255
fe52cd62
JX
14698#, sh-format
14699msgid "Reactivating local git directory for submodule '$sm_name'."
14700msgstr ""
14701
5b34e000 14702#: git-submodule.sh:267
dce37b66 14703#, sh-format
cd1e7487 14704msgid "Unable to checkout submodule '$sm_path'"
dce37b66
JX
14705msgstr ""
14706
5b34e000 14707#: git-submodule.sh:272
dce37b66 14708#, sh-format
cd1e7487 14709msgid "Failed to add submodule '$sm_path'"
dce37b66
JX
14710msgstr ""
14711
5b34e000 14712#: git-submodule.sh:281
dce37b66 14713#, sh-format
cd1e7487 14714msgid "Failed to register submodule '$sm_path'"
dce37b66
JX
14715msgstr ""
14716
5b34e000 14717#: git-submodule.sh:342
dce37b66 14718#, sh-format
f517e50d 14719msgid "Entering '$displaypath'"
dce37b66
JX
14720msgstr ""
14721
5b34e000 14722#: git-submodule.sh:362
dce37b66 14723#, sh-format
f517e50d 14724msgid "Stopping at '$displaypath'; script returned non-zero status."
dce37b66
JX
14725msgstr ""
14726
abc8de64 14727#: git-submodule.sh:584
dce37b66 14728#, sh-format
28b3cffc 14729msgid "Unable to find current revision in submodule path '$displaypath'"
dce37b66
JX
14730msgstr ""
14731
abc8de64 14732#: git-submodule.sh:594
dce37b66 14733#, sh-format
cd1e7487 14734msgid "Unable to fetch in submodule path '$sm_path'"
dce37b66
JX
14735msgstr ""
14736
abc8de64 14737#: git-submodule.sh:599
9fa976ff
JX
14738#, sh-format
14739msgid ""
14740"Unable to find current ${remote_name}/${branch} revision in submodule path "
14741"'$sm_path'"
14742msgstr ""
14743
abc8de64 14744#: git-submodule.sh:617
dce37b66 14745#, sh-format
28b3cffc 14746msgid "Unable to fetch in submodule path '$displaypath'"
dce37b66
JX
14747msgstr ""
14748
abc8de64 14749#: git-submodule.sh:623
9fa976ff
JX
14750#, sh-format
14751msgid ""
14752"Fetched in submodule path '$displaypath', but it did not contain $sha1. "
14753"Direct fetching of that commit failed."
14754msgstr ""
14755
abc8de64 14756#: git-submodule.sh:630
5e078fcd
JX
14757#, sh-format
14758msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
14759msgstr ""
14760
abc8de64 14761#: git-submodule.sh:631
dce37b66 14762#, sh-format
5e078fcd
JX
14763msgid "Submodule path '$displaypath': checked out '$sha1'"
14764msgstr ""
14765
abc8de64 14766#: git-submodule.sh:635
5e078fcd 14767#, sh-format
28b3cffc 14768msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
dce37b66
JX
14769msgstr ""
14770
abc8de64 14771#: git-submodule.sh:636
dce37b66 14772#, sh-format
28b3cffc 14773msgid "Submodule path '$displaypath': rebased into '$sha1'"
dce37b66
JX
14774msgstr ""
14775
abc8de64 14776#: git-submodule.sh:641
dce37b66 14777#, sh-format
28b3cffc 14778msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
dce37b66
JX
14779msgstr ""
14780
abc8de64 14781#: git-submodule.sh:642
dce37b66 14782#, sh-format
28b3cffc 14783msgid "Submodule path '$displaypath': merged in '$sha1'"
dce37b66
JX
14784msgstr ""
14785
abc8de64 14786#: git-submodule.sh:647
dce37b66 14787#, sh-format
f517e50d 14788msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
dce37b66
JX
14789msgstr ""
14790
abc8de64 14791#: git-submodule.sh:648
dce37b66 14792#, sh-format
f517e50d 14793msgid "Submodule path '$displaypath': '$command $sha1'"
dce37b66
JX
14794msgstr ""
14795
abc8de64 14796#: git-submodule.sh:679
28b3cffc
JX
14797#, sh-format
14798msgid "Failed to recurse into submodule path '$displaypath'"
14799msgstr ""
14800
abc8de64 14801#: git-submodule.sh:775
3b6137f2 14802msgid "The --cached option cannot be used with the --files option"
7256fd7c
JX
14803msgstr ""
14804
abc8de64 14805#: git-submodule.sh:827
7256fd7c
JX
14806#, sh-format
14807msgid "unexpected mode $mod_dst"
dce37b66
JX
14808msgstr ""
14809
abc8de64 14810#: git-submodule.sh:847
dce37b66 14811#, sh-format
28b3cffc 14812msgid " Warn: $display_name doesn't contain commit $sha1_src"
dce37b66
JX
14813msgstr ""
14814
abc8de64 14815#: git-submodule.sh:850
dce37b66 14816#, sh-format
28b3cffc 14817msgid " Warn: $display_name doesn't contain commit $sha1_dst"
dce37b66
JX
14818msgstr ""
14819
abc8de64 14820#: git-submodule.sh:853
dce37b66 14821#, sh-format
28b3cffc 14822msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
dce37b66
JX
14823msgstr ""
14824
f517e50d
JX
14825#: git-parse-remote.sh:89
14826#, sh-format
14827msgid "See git-${cmd}(1) for details."
14828msgstr ""
9fa976ff 14829
72351d7d 14830#: git-rebase--interactive.sh:140
9fa976ff
JX
14831#, sh-format
14832msgid "Rebasing ($new_count/$total)"
14833msgstr ""
14834
72351d7d 14835#: git-rebase--interactive.sh:156
9fa976ff
JX
14836msgid ""
14837"\n"
14838"Commands:\n"
25eab542
JX
14839"p, pick = use commit\n"
14840"r, reword = use commit, but edit the commit message\n"
14841"e, edit = use commit, but stop for amending\n"
14842"s, squash = use commit, but meld into previous commit\n"
14843"f, fixup = like \"squash\", but discard this commit's log message\n"
14844"x, exec = run command (the rest of the line) using shell\n"
14845"d, drop = remove commit\n"
9fa976ff
JX
14846"\n"
14847"These lines can be re-ordered; they are executed from top to bottom.\n"
14848msgstr ""
14849
72351d7d 14850#: git-rebase--interactive.sh:171
9fa976ff
JX
14851msgid ""
14852"\n"
14853"Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
14854msgstr ""
14855
72351d7d 14856#: git-rebase--interactive.sh:175
9fa976ff
JX
14857msgid ""
14858"\n"
14859"If you remove a line here THAT COMMIT WILL BE LOST.\n"
14860msgstr ""
14861
abc8de64 14862#: git-rebase--interactive.sh:213
9fa976ff
JX
14863#, sh-format
14864msgid ""
14865"You can amend the commit now, with\n"
14866"\n"
14867"\tgit commit --amend $gpg_sign_opt_quoted\n"
14868"\n"
14869"Once you are satisfied with your changes, run\n"
14870"\n"
14871"\tgit rebase --continue"
14872msgstr ""
14873
abc8de64 14874#: git-rebase--interactive.sh:238
9fa976ff
JX
14875#, sh-format
14876msgid "$sha1: not a commit that can be picked"
14877msgstr ""
14878
abc8de64 14879#: git-rebase--interactive.sh:277
9fa976ff
JX
14880#, sh-format
14881msgid "Invalid commit name: $sha1"
14882msgstr ""
14883
abc8de64 14884#: git-rebase--interactive.sh:319
9fa976ff
JX
14885msgid "Cannot write current commit's replacement sha1"
14886msgstr ""
14887
abc8de64 14888#: git-rebase--interactive.sh:371
9fa976ff
JX
14889#, sh-format
14890msgid "Fast-forward to $sha1"
14891msgstr ""
14892
abc8de64 14893#: git-rebase--interactive.sh:373
9fa976ff
JX
14894#, sh-format
14895msgid "Cannot fast-forward to $sha1"
14896msgstr ""
14897
abc8de64 14898#: git-rebase--interactive.sh:382
9fa976ff
JX
14899#, sh-format
14900msgid "Cannot move HEAD to $first_parent"
14901msgstr ""
14902
abc8de64 14903#: git-rebase--interactive.sh:387
9fa976ff
JX
14904#, sh-format
14905msgid "Refusing to squash a merge: $sha1"
14906msgstr ""
14907
abc8de64 14908#: git-rebase--interactive.sh:405
9fa976ff
JX
14909#, sh-format
14910msgid "Error redoing merge $sha1"
14911msgstr ""
14912
abc8de64 14913#: git-rebase--interactive.sh:414
9fa976ff
JX
14914#, sh-format
14915msgid "Could not pick $sha1"
14916msgstr ""
14917
abc8de64 14918#: git-rebase--interactive.sh:423
5bd166d8
JX
14919#, sh-format
14920msgid "This is the commit message #${n}:"
9fa976ff
JX
14921msgstr ""
14922
abc8de64 14923#: git-rebase--interactive.sh:428
9fa976ff 14924#, sh-format
5bd166d8 14925msgid "The commit message #${n} will be skipped:"
9fa976ff
JX
14926msgstr ""
14927
abc8de64 14928#: git-rebase--interactive.sh:439
9fa976ff 14929#, sh-format
9fa976ff
JX
14930msgid "This is a combination of $count commit."
14931msgid_plural "This is a combination of $count commits."
14932msgstr[0] ""
14933msgstr[1] ""
14934
abc8de64 14935#: git-rebase--interactive.sh:448
9fa976ff
JX
14936#, sh-format
14937msgid "Cannot write $fixup_msg"
14938msgstr ""
14939
abc8de64 14940#: git-rebase--interactive.sh:451
673bfad0 14941msgid "This is a combination of 2 commits."
5bd166d8
JX
14942msgstr ""
14943
abc8de64
JX
14944#: git-rebase--interactive.sh:492 git-rebase--interactive.sh:535
14945#: git-rebase--interactive.sh:538
9fa976ff
JX
14946#, sh-format
14947msgid "Could not apply $sha1... $rest"
14948msgstr ""
14949
abc8de64 14950#: git-rebase--interactive.sh:567
9fa976ff
JX
14951#, sh-format
14952msgid ""
14953"Could not amend commit after successfully picking $sha1... $rest\n"
14954"This is most likely due to an empty commit message, or the pre-commit hook\n"
14955"failed. If the pre-commit hook failed, you may need to resolve the issue "
14956"before\n"
14957"you are able to reword the commit."
14958msgstr ""
14959
abc8de64 14960#: git-rebase--interactive.sh:582
9fa976ff
JX
14961#, sh-format
14962msgid "Stopped at $sha1_abbrev... $rest"
14963msgstr ""
14964
abc8de64 14965#: git-rebase--interactive.sh:597
9fa976ff
JX
14966#, sh-format
14967msgid "Cannot '$squash_style' without a previous commit"
14968msgstr ""
14969
abc8de64 14970#: git-rebase--interactive.sh:639
9fa976ff
JX
14971#, sh-format
14972msgid "Executing: $rest"
14973msgstr ""
14974
abc8de64 14975#: git-rebase--interactive.sh:647
9fa976ff
JX
14976#, sh-format
14977msgid "Execution failed: $rest"
14978msgstr ""
14979
abc8de64 14980#: git-rebase--interactive.sh:649
9fa976ff
JX
14981msgid "and made changes to the index and/or the working tree"
14982msgstr ""
14983
abc8de64 14984#: git-rebase--interactive.sh:651
9fa976ff
JX
14985msgid ""
14986"You can fix the problem, and then run\n"
14987"\n"
14988"\tgit rebase --continue"
14989msgstr ""
14990
14991#. TRANSLATORS: after these lines is a command to be issued by the user
abc8de64 14992#: git-rebase--interactive.sh:664
9fa976ff
JX
14993#, sh-format
14994msgid ""
14995"Execution succeeded: $rest\n"
14996"but left changes to the index and/or the working tree\n"
14997"Commit or stash your changes, and then run\n"
14998"\n"
14999"\tgit rebase --continue"
15000msgstr ""
15001
abc8de64 15002#: git-rebase--interactive.sh:675
9fa976ff
JX
15003#, sh-format
15004msgid "Unknown command: $command $sha1 $rest"
15005msgstr ""
15006
abc8de64 15007#: git-rebase--interactive.sh:676
9fa976ff
JX
15008msgid "Please fix this using 'git rebase --edit-todo'."
15009msgstr ""
15010
abc8de64 15011#: git-rebase--interactive.sh:711
9fa976ff
JX
15012#, sh-format
15013msgid "Successfully rebased and updated $head_name."
15014msgstr ""
15015
abc8de64 15016#: git-rebase--interactive.sh:735
9fa976ff
JX
15017msgid "could not detach HEAD"
15018msgstr ""
15019
abc8de64 15020#: git-rebase--interactive.sh:771
9fa976ff
JX
15021msgid "Could not remove CHERRY_PICK_HEAD"
15022msgstr ""
15023
abc8de64 15024#: git-rebase--interactive.sh:776
9fa976ff
JX
15025#, sh-format
15026msgid ""
15027"You have staged changes in your working tree.\n"
15028"If these changes are meant to be\n"
15029"squashed into the previous commit, run:\n"
15030"\n"
15031" git commit --amend $gpg_sign_opt_quoted\n"
15032"\n"
15033"If they are meant to go into a new commit, run:\n"
15034"\n"
15035" git commit $gpg_sign_opt_quoted\n"
15036"\n"
fda7b092 15037"In both cases, once you're done, continue with:\n"
9fa976ff
JX
15038"\n"
15039" git rebase --continue\n"
15040msgstr ""
15041
abc8de64 15042#: git-rebase--interactive.sh:793
9fa976ff
JX
15043msgid "Error trying to find the author identity to amend commit"
15044msgstr ""
15045
abc8de64 15046#: git-rebase--interactive.sh:798
9fa976ff
JX
15047msgid ""
15048"You have uncommitted changes in your working tree. Please commit them\n"
15049"first and then run 'git rebase --continue' again."
15050msgstr ""
15051
abc8de64 15052#: git-rebase--interactive.sh:803 git-rebase--interactive.sh:807
9fa976ff
JX
15053msgid "Could not commit staged changes."
15054msgstr ""
15055
abc8de64 15056#: git-rebase--interactive.sh:836
9fa976ff
JX
15057msgid ""
15058"\n"
15059"You are editing the todo file of an ongoing interactive rebase.\n"
15060"To continue rebase after editing, run:\n"
15061" git rebase --continue\n"
15062"\n"
15063msgstr ""
15064
abc8de64 15065#: git-rebase--interactive.sh:844 git-rebase--interactive.sh:1008
9fa976ff
JX
15066msgid "Could not execute editor"
15067msgstr ""
15068
abc8de64 15069#: git-rebase--interactive.sh:860
9fa976ff
JX
15070#, sh-format
15071msgid "Could not checkout $switch_to"
15072msgstr ""
15073
abc8de64 15074#: git-rebase--interactive.sh:865
9fa976ff
JX
15075msgid "No HEAD?"
15076msgstr ""
15077
abc8de64 15078#: git-rebase--interactive.sh:866
9fa976ff
JX
15079#, sh-format
15080msgid "Could not create temporary $state_dir"
15081msgstr ""
15082
abc8de64 15083#: git-rebase--interactive.sh:869
9fa976ff
JX
15084msgid "Could not mark as interactive"
15085msgstr ""
15086
abc8de64 15087#: git-rebase--interactive.sh:879 git-rebase--interactive.sh:884
9fa976ff
JX
15088msgid "Could not init rewritten commits"
15089msgstr ""
15090
abc8de64 15091#: git-rebase--interactive.sh:910
005c62fe
JX
15092msgid "Could not generate todo list"
15093msgstr ""
15094
abc8de64 15095#: git-rebase--interactive.sh:986
9fa976ff
JX
15096#, sh-format
15097msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
15098msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
15099msgstr[0] ""
15100msgstr[1] ""
15101
abc8de64 15102#: git-rebase--interactive.sh:991
9fa976ff
JX
15103msgid ""
15104"\n"
15105"However, if you remove everything, the rebase will be aborted.\n"
15106"\n"
15107msgstr ""
15108
abc8de64 15109#: git-rebase--interactive.sh:998
9fa976ff
JX
15110msgid "Note that empty commits are commented out"
15111msgstr ""
15112
15113#: git-sh-setup.sh:89 git-sh-setup.sh:94
15114#, sh-format
15115msgid "usage: $dashless $USAGE"
15116msgstr ""
15117
15118#: git-sh-setup.sh:190
15119#, sh-format
15120msgid "Cannot chdir to $cdup, the toplevel of the working tree"
15121msgstr ""
15122
15123#: git-sh-setup.sh:199 git-sh-setup.sh:206
15124#, sh-format
15125msgid "fatal: $program_name cannot be used without a working tree."
15126msgstr ""
15127
15128#: git-sh-setup.sh:220
15129msgid "Cannot rebase: You have unstaged changes."
15130msgstr ""
15131
15132#: git-sh-setup.sh:223
15133msgid "Cannot rewrite branches: You have unstaged changes."
15134msgstr ""
15135
fda7b092
JX
15136#: git-sh-setup.sh:226
15137msgid "Cannot pull with rebase: You have unstaged changes."
15138msgstr ""
15139
9fa976ff
JX
15140#: git-sh-setup.sh:229
15141#, sh-format
15142msgid "Cannot $action: You have unstaged changes."
15143msgstr ""
15144
15145#: git-sh-setup.sh:242
15146msgid "Cannot rebase: Your index contains uncommitted changes."
15147msgstr ""
15148
fda7b092
JX
15149#: git-sh-setup.sh:245
15150msgid "Cannot pull with rebase: Your index contains uncommitted changes."
15151msgstr ""
15152
9fa976ff
JX
15153#: git-sh-setup.sh:248
15154#, sh-format
15155msgid "Cannot $action: Your index contains uncommitted changes."
15156msgstr ""
15157
fda7b092
JX
15158#: git-sh-setup.sh:252
15159msgid "Additionally, your index contains uncommitted changes."
15160msgstr ""
15161
9fa976ff
JX
15162#: git-sh-setup.sh:372
15163msgid "You need to run this command from the toplevel of the working tree."
15164msgstr ""
15165
15166#: git-sh-setup.sh:377
15167msgid "Unable to determine absolute path of git directory"
15168msgstr ""
673bfad0
JX
15169
15170#. TRANSLATORS: you can adjust this to align "git add -i" status menu
5b34e000 15171#: git-add--interactive.perl:196
673bfad0
JX
15172#, perl-format
15173msgid "%12s %12s %s"
15174msgstr ""
15175
5b34e000 15176#: git-add--interactive.perl:197
673bfad0
JX
15177msgid "staged"
15178msgstr ""
15179
5b34e000 15180#: git-add--interactive.perl:197
673bfad0
JX
15181msgid "unstaged"
15182msgstr ""
15183
5b34e000 15184#: git-add--interactive.perl:246 git-add--interactive.perl:271
673bfad0
JX
15185msgid "binary"
15186msgstr ""
15187
5b34e000 15188#: git-add--interactive.perl:255 git-add--interactive.perl:309
673bfad0
JX
15189msgid "nothing"
15190msgstr ""
15191
5b34e000 15192#: git-add--interactive.perl:291 git-add--interactive.perl:306
673bfad0
JX
15193msgid "unchanged"
15194msgstr ""
15195
5b34e000 15196#: git-add--interactive.perl:602
673bfad0
JX
15197#, perl-format
15198msgid "added %d path\n"
15199msgid_plural "added %d paths\n"
15200msgstr[0] ""
15201msgstr[1] ""
15202
5b34e000 15203#: git-add--interactive.perl:605
673bfad0
JX
15204#, perl-format
15205msgid "updated %d path\n"
15206msgid_plural "updated %d paths\n"
15207msgstr[0] ""
15208msgstr[1] ""
15209
5b34e000 15210#: git-add--interactive.perl:608
673bfad0
JX
15211#, perl-format
15212msgid "reverted %d path\n"
15213msgid_plural "reverted %d paths\n"
15214msgstr[0] ""
15215msgstr[1] ""
15216
5b34e000 15217#: git-add--interactive.perl:611
673bfad0
JX
15218#, perl-format
15219msgid "touched %d path\n"
15220msgid_plural "touched %d paths\n"
15221msgstr[0] ""
15222msgstr[1] ""
15223
5b34e000 15224#: git-add--interactive.perl:620
673bfad0
JX
15225msgid "Update"
15226msgstr ""
15227
5b34e000 15228#: git-add--interactive.perl:632
673bfad0
JX
15229msgid "Revert"
15230msgstr ""
15231
5b34e000 15232#: git-add--interactive.perl:655
673bfad0
JX
15233#, perl-format
15234msgid "note: %s is untracked now.\n"
15235msgstr ""
15236
5b34e000 15237#: git-add--interactive.perl:666
673bfad0
JX
15238msgid "Add untracked"
15239msgstr ""
15240
5b34e000 15241#: git-add--interactive.perl:672
673bfad0
JX
15242msgid "No untracked files.\n"
15243msgstr ""
15244
abc8de64 15245#: git-add--interactive.perl:1026
673bfad0
JX
15246msgid ""
15247"If the patch applies cleanly, the edited hunk will immediately be\n"
15248"marked for staging."
15249msgstr ""
15250
abc8de64 15251#: git-add--interactive.perl:1029
673bfad0
JX
15252msgid ""
15253"If the patch applies cleanly, the edited hunk will immediately be\n"
15254"marked for stashing."
15255msgstr ""
15256
abc8de64 15257#: git-add--interactive.perl:1032
673bfad0
JX
15258msgid ""
15259"If the patch applies cleanly, the edited hunk will immediately be\n"
15260"marked for unstaging."
15261msgstr ""
15262
abc8de64 15263#: git-add--interactive.perl:1035 git-add--interactive.perl:1044
673bfad0
JX
15264msgid ""
15265"If the patch applies cleanly, the edited hunk will immediately be\n"
15266"marked for applying."
15267msgstr ""
15268
abc8de64 15269#: git-add--interactive.perl:1038 git-add--interactive.perl:1041
673bfad0
JX
15270msgid ""
15271"If the patch applies cleanly, the edited hunk will immediately be\n"
15272"marked for discarding."
15273msgstr ""
15274
abc8de64 15275#: git-add--interactive.perl:1078
673bfad0
JX
15276#, perl-format
15277msgid "failed to open hunk edit file for writing: %s"
15278msgstr ""
15279
abc8de64 15280#: git-add--interactive.perl:1079
673bfad0
JX
15281msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
15282msgstr ""
15283
abc8de64 15284#: git-add--interactive.perl:1085
673bfad0
JX
15285#, perl-format
15286msgid ""
15287"---\n"
15288"To remove '%s' lines, make them ' ' lines (context).\n"
15289"To remove '%s' lines, delete them.\n"
15290"Lines starting with %s will be removed.\n"
15291msgstr ""
15292
15293#. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
abc8de64 15294#: git-add--interactive.perl:1093
673bfad0
JX
15295msgid ""
15296"If it does not apply cleanly, you will be given an opportunity to\n"
15297"edit again. If all lines of the hunk are removed, then the edit is\n"
15298"aborted and the hunk is left unchanged.\n"
15299msgstr ""
15300
abc8de64 15301#: git-add--interactive.perl:1107
673bfad0
JX
15302#, perl-format
15303msgid "failed to open hunk edit file for reading: %s"
15304msgstr ""
15305
15306#. TRANSLATORS: do not translate [y/n]
15307#. The program will only accept that input
15308#. at this point.
15309#. Consider translating (saying "no" discards!) as
15310#. (saying "n" for "no" discards!) if the translation
15311#. of the word "no" does not start with n.
abc8de64 15312#: git-add--interactive.perl:1206
673bfad0
JX
15313msgid ""
15314"Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
15315msgstr ""
15316
abc8de64 15317#: git-add--interactive.perl:1215
673bfad0
JX
15318msgid ""
15319"y - stage this hunk\n"
15320"n - do not stage this hunk\n"
15321"q - quit; do not stage this hunk or any of the remaining ones\n"
15322"a - stage this hunk and all later hunks in the file\n"
15323"d - do not stage this hunk or any of the later hunks in the file"
15324msgstr ""
15325
abc8de64 15326#: git-add--interactive.perl:1221
673bfad0
JX
15327msgid ""
15328"y - stash this hunk\n"
15329"n - do not stash this hunk\n"
15330"q - quit; do not stash this hunk or any of the remaining ones\n"
15331"a - stash this hunk and all later hunks in the file\n"
15332"d - do not stash this hunk or any of the later hunks in the file"
15333msgstr ""
15334
abc8de64 15335#: git-add--interactive.perl:1227
673bfad0
JX
15336msgid ""
15337"y - unstage this hunk\n"
15338"n - do not unstage this hunk\n"
15339"q - quit; do not unstage this hunk or any of the remaining ones\n"
15340"a - unstage this hunk and all later hunks in the file\n"
15341"d - do not unstage this hunk or any of the later hunks in the file"
15342msgstr ""
15343
abc8de64 15344#: git-add--interactive.perl:1233
673bfad0
JX
15345msgid ""
15346"y - apply this hunk to index\n"
15347"n - do not apply this hunk to index\n"
15348"q - quit; do not apply this hunk or any of the remaining ones\n"
15349"a - apply this hunk and all later hunks in the file\n"
15350"d - do not apply this hunk or any of the later hunks in the file"
15351msgstr ""
15352
abc8de64 15353#: git-add--interactive.perl:1239
673bfad0
JX
15354msgid ""
15355"y - discard this hunk from worktree\n"
15356"n - do not discard this hunk from worktree\n"
15357"q - quit; do not discard this hunk or any of the remaining ones\n"
15358"a - discard this hunk and all later hunks in the file\n"
15359"d - do not discard this hunk or any of the later hunks in the file"
15360msgstr ""
15361
abc8de64 15362#: git-add--interactive.perl:1245
673bfad0
JX
15363msgid ""
15364"y - discard this hunk from index and worktree\n"
15365"n - do not discard this hunk from index and worktree\n"
15366"q - quit; do not discard this hunk or any of the remaining ones\n"
15367"a - discard this hunk and all later hunks in the file\n"
15368"d - do not discard this hunk or any of the later hunks in the file"
15369msgstr ""
15370
abc8de64 15371#: git-add--interactive.perl:1251
673bfad0
JX
15372msgid ""
15373"y - apply this hunk to index and worktree\n"
15374"n - do not apply this hunk to index and worktree\n"
15375"q - quit; do not apply this hunk or any of the remaining ones\n"
15376"a - apply this hunk and all later hunks in the file\n"
15377"d - do not apply this hunk or any of the later hunks in the file"
15378msgstr ""
15379
abc8de64 15380#: git-add--interactive.perl:1266
673bfad0
JX
15381msgid ""
15382"g - select a hunk to go to\n"
15383"/ - search for a hunk matching the given regex\n"
15384"j - leave this hunk undecided, see next undecided hunk\n"
15385"J - leave this hunk undecided, see next hunk\n"
15386"k - leave this hunk undecided, see previous undecided hunk\n"
15387"K - leave this hunk undecided, see previous hunk\n"
15388"s - split the current hunk into smaller hunks\n"
15389"e - manually edit the current hunk\n"
15390"? - print help\n"
15391msgstr ""
15392
abc8de64 15393#: git-add--interactive.perl:1297
673bfad0
JX
15394msgid "The selected hunks do not apply to the index!\n"
15395msgstr ""
15396
abc8de64 15397#: git-add--interactive.perl:1298
673bfad0
JX
15398msgid "Apply them to the worktree anyway? "
15399msgstr ""
15400
abc8de64 15401#: git-add--interactive.perl:1301
673bfad0
JX
15402msgid "Nothing was applied.\n"
15403msgstr ""
15404
abc8de64 15405#: git-add--interactive.perl:1312
673bfad0
JX
15406#, perl-format
15407msgid "ignoring unmerged: %s\n"
15408msgstr ""
15409
abc8de64 15410#: git-add--interactive.perl:1321
673bfad0
JX
15411msgid "Only binary files changed.\n"
15412msgstr ""
15413
abc8de64 15414#: git-add--interactive.perl:1323
673bfad0
JX
15415msgid "No changes.\n"
15416msgstr ""
15417
abc8de64 15418#: git-add--interactive.perl:1331
673bfad0
JX
15419msgid "Patch update"
15420msgstr ""
15421
abc8de64 15422#: git-add--interactive.perl:1383
673bfad0 15423#, perl-format
abc8de64 15424msgid "Stage mode change [y,n,q,a,d%s,?]? "
673bfad0
JX
15425msgstr ""
15426
abc8de64 15427#: git-add--interactive.perl:1384
673bfad0 15428#, perl-format
abc8de64 15429msgid "Stage deletion [y,n,q,a,d%s,?]? "
673bfad0
JX
15430msgstr ""
15431
abc8de64 15432#: git-add--interactive.perl:1385
673bfad0 15433#, perl-format
abc8de64 15434msgid "Stage this hunk [y,n,q,a,d%s,?]? "
673bfad0
JX
15435msgstr ""
15436
abc8de64 15437#: git-add--interactive.perl:1388
673bfad0 15438#, perl-format
abc8de64 15439msgid "Stash mode change [y,n,q,a,d%s,?]? "
673bfad0
JX
15440msgstr ""
15441
abc8de64 15442#: git-add--interactive.perl:1389
673bfad0 15443#, perl-format
abc8de64 15444msgid "Stash deletion [y,n,q,a,d%s,?]? "
673bfad0
JX
15445msgstr ""
15446
abc8de64 15447#: git-add--interactive.perl:1390
673bfad0 15448#, perl-format
abc8de64 15449msgid "Stash this hunk [y,n,q,a,d%s,?]? "
673bfad0
JX
15450msgstr ""
15451
abc8de64 15452#: git-add--interactive.perl:1393
673bfad0 15453#, perl-format
abc8de64 15454msgid "Unstage mode change [y,n,q,a,d%s,?]? "
673bfad0
JX
15455msgstr ""
15456
abc8de64 15457#: git-add--interactive.perl:1394
673bfad0 15458#, perl-format
abc8de64 15459msgid "Unstage deletion [y,n,q,a,d%s,?]? "
673bfad0
JX
15460msgstr ""
15461
abc8de64 15462#: git-add--interactive.perl:1395
673bfad0 15463#, perl-format
abc8de64 15464msgid "Unstage this hunk [y,n,q,a,d%s,?]? "
673bfad0
JX
15465msgstr ""
15466
abc8de64 15467#: git-add--interactive.perl:1398
673bfad0 15468#, perl-format
abc8de64 15469msgid "Apply mode change to index [y,n,q,a,d%s,?]? "
673bfad0
JX
15470msgstr ""
15471
abc8de64 15472#: git-add--interactive.perl:1399
673bfad0 15473#, perl-format
abc8de64 15474msgid "Apply deletion to index [y,n,q,a,d%s,?]? "
673bfad0
JX
15475msgstr ""
15476
abc8de64 15477#: git-add--interactive.perl:1400
673bfad0 15478#, perl-format
abc8de64 15479msgid "Apply this hunk to index [y,n,q,a,d%s,?]? "
673bfad0
JX
15480msgstr ""
15481
abc8de64 15482#: git-add--interactive.perl:1403
673bfad0 15483#, perl-format
abc8de64 15484msgid "Discard mode change from worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
15485msgstr ""
15486
abc8de64 15487#: git-add--interactive.perl:1404
673bfad0 15488#, perl-format
abc8de64 15489msgid "Discard deletion from worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
15490msgstr ""
15491
abc8de64 15492#: git-add--interactive.perl:1405
673bfad0 15493#, perl-format
abc8de64 15494msgid "Discard this hunk from worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
15495msgstr ""
15496
abc8de64 15497#: git-add--interactive.perl:1408
673bfad0 15498#, perl-format
abc8de64 15499msgid "Discard mode change from index and worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
15500msgstr ""
15501
abc8de64 15502#: git-add--interactive.perl:1409
673bfad0 15503#, perl-format
abc8de64 15504msgid "Discard deletion from index and worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
15505msgstr ""
15506
abc8de64 15507#: git-add--interactive.perl:1410
673bfad0 15508#, perl-format
abc8de64 15509msgid "Discard this hunk from index and worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
15510msgstr ""
15511
abc8de64 15512#: git-add--interactive.perl:1413
673bfad0 15513#, perl-format
abc8de64 15514msgid "Apply mode change to index and worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
15515msgstr ""
15516
abc8de64 15517#: git-add--interactive.perl:1414
673bfad0 15518#, perl-format
abc8de64 15519msgid "Apply deletion to index and worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
15520msgstr ""
15521
abc8de64 15522#: git-add--interactive.perl:1415
673bfad0 15523#, perl-format
abc8de64 15524msgid "Apply this hunk to index and worktree [y,n,q,a,d%s,?]? "
673bfad0
JX
15525msgstr ""
15526
abc8de64
JX
15527#: git-add--interactive.perl:1515
15528msgid "No other hunks to goto\n"
15529msgstr ""
15530
15531#: git-add--interactive.perl:1522
673bfad0
JX
15532msgid "go to which hunk (<ret> to see more)? "
15533msgstr ""
15534
abc8de64 15535#: git-add--interactive.perl:1524
673bfad0
JX
15536msgid "go to which hunk? "
15537msgstr ""
15538
abc8de64 15539#: git-add--interactive.perl:1533
673bfad0
JX
15540#, perl-format
15541msgid "Invalid number: '%s'\n"
15542msgstr ""
15543
abc8de64 15544#: git-add--interactive.perl:1538
673bfad0
JX
15545#, perl-format
15546msgid "Sorry, only %d hunk available.\n"
15547msgid_plural "Sorry, only %d hunks available.\n"
15548msgstr[0] ""
15549msgstr[1] ""
15550
abc8de64
JX
15551#: git-add--interactive.perl:1564
15552msgid "No other hunks to search\n"
15553msgstr ""
15554
15555#: git-add--interactive.perl:1568
673bfad0
JX
15556msgid "search for regex? "
15557msgstr ""
15558
abc8de64 15559#: git-add--interactive.perl:1581
673bfad0
JX
15560#, perl-format
15561msgid "Malformed search regexp %s: %s\n"
15562msgstr ""
15563
abc8de64 15564#: git-add--interactive.perl:1591
673bfad0
JX
15565msgid "No hunk matches the given pattern\n"
15566msgstr ""
15567
abc8de64 15568#: git-add--interactive.perl:1603 git-add--interactive.perl:1625
673bfad0
JX
15569msgid "No previous hunk\n"
15570msgstr ""
15571
abc8de64 15572#: git-add--interactive.perl:1612 git-add--interactive.perl:1631
673bfad0
JX
15573msgid "No next hunk\n"
15574msgstr ""
15575
abc8de64
JX
15576#: git-add--interactive.perl:1637
15577msgid "Sorry, cannot split this hunk\n"
15578msgstr ""
15579
15580#: git-add--interactive.perl:1643
673bfad0
JX
15581#, perl-format
15582msgid "Split into %d hunk.\n"
15583msgid_plural "Split into %d hunks.\n"
15584msgstr[0] ""
15585msgstr[1] ""
15586
abc8de64
JX
15587#: git-add--interactive.perl:1653
15588msgid "Sorry, cannot edit this hunk\n"
15589msgstr ""
15590
15591#: git-add--interactive.perl:1699
673bfad0
JX
15592msgid "Review diff"
15593msgstr ""
15594
15595#. TRANSLATORS: please do not translate the command names
15596#. 'status', 'update', 'revert', etc.
abc8de64 15597#: git-add--interactive.perl:1718
673bfad0
JX
15598msgid ""
15599"status - show paths with changes\n"
15600"update - add working tree state to the staged set of changes\n"
15601"revert - revert staged set of changes back to the HEAD version\n"
15602"patch - pick hunks and update selectively\n"
dfc182b1 15603"diff - view diff between HEAD and index\n"
673bfad0
JX
15604"add untracked - add contents of untracked files to the staged set of "
15605"changes\n"
15606msgstr ""
15607
abc8de64
JX
15608#: git-add--interactive.perl:1735 git-add--interactive.perl:1740
15609#: git-add--interactive.perl:1743 git-add--interactive.perl:1750
15610#: git-add--interactive.perl:1754 git-add--interactive.perl:1760
673bfad0
JX
15611msgid "missing --"
15612msgstr ""
15613
abc8de64 15614#: git-add--interactive.perl:1756
673bfad0
JX
15615#, perl-format
15616msgid "unknown --patch mode: %s"
15617msgstr ""
15618
abc8de64 15619#: git-add--interactive.perl:1762 git-add--interactive.perl:1768
673bfad0
JX
15620#, perl-format
15621msgid "invalid argument %s, expecting --"
15622msgstr ""
15623
abc8de64 15624#: git-send-email.perl:130
673bfad0
JX
15625msgid "local zone differs from GMT by a non-minute interval\n"
15626msgstr ""
15627
abc8de64 15628#: git-send-email.perl:137 git-send-email.perl:143
673bfad0
JX
15629msgid "local time offset greater than or equal to 24 hours\n"
15630msgstr ""
15631
abc8de64 15632#: git-send-email.perl:211 git-send-email.perl:217
673bfad0
JX
15633msgid "the editor exited uncleanly, aborting everything"
15634msgstr ""
15635
abc8de64 15636#: git-send-email.perl:294
673bfad0
JX
15637#, perl-format
15638msgid ""
15639"'%s' contains an intermediate version of the email you were composing.\n"
15640msgstr ""
15641
abc8de64 15642#: git-send-email.perl:299
673bfad0
JX
15643#, perl-format
15644msgid "'%s.final' contains the composed email.\n"
15645msgstr ""
15646
abc8de64 15647#: git-send-email.perl:317
673bfad0
JX
15648msgid "--dump-aliases incompatible with other options\n"
15649msgstr ""
15650
abc8de64 15651#: git-send-email.perl:383 git-send-email.perl:638
673bfad0
JX
15652msgid "Cannot run git format-patch from outside a repository\n"
15653msgstr ""
15654
abc8de64
JX
15655#: git-send-email.perl:386
15656msgid ""
15657"`batch-size` and `relogin` must be specified together (via command-line or "
15658"configuration option)\n"
15659msgstr ""
15660
15661#: git-send-email.perl:456
673bfad0
JX
15662#, perl-format
15663msgid "Unknown --suppress-cc field: '%s'\n"
15664msgstr ""
15665
abc8de64 15666#: git-send-email.perl:485
673bfad0
JX
15667#, perl-format
15668msgid "Unknown --confirm setting: '%s'\n"
15669msgstr ""
15670
abc8de64 15671#: git-send-email.perl:513
673bfad0
JX
15672#, perl-format
15673msgid "warning: sendmail alias with quotes is not supported: %s\n"
15674msgstr ""
15675
abc8de64 15676#: git-send-email.perl:515
673bfad0
JX
15677#, perl-format
15678msgid "warning: `:include:` not supported: %s\n"
15679msgstr ""
15680
abc8de64 15681#: git-send-email.perl:517
673bfad0
JX
15682#, perl-format
15683msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
15684msgstr ""
15685
abc8de64 15686#: git-send-email.perl:522
673bfad0
JX
15687#, perl-format
15688msgid "warning: sendmail line is not recognized: %s\n"
15689msgstr ""
15690
abc8de64 15691#: git-send-email.perl:604
673bfad0
JX
15692#, perl-format
15693msgid ""
15694"File '%s' exists but it could also be the range of commits\n"
15695"to produce patches for. Please disambiguate by...\n"
15696"\n"
15697" * Saying \"./%s\" if you mean a file; or\n"
15698" * Giving --format-patch option if you mean a range.\n"
15699msgstr ""
15700
abc8de64 15701#: git-send-email.perl:625
673bfad0
JX
15702#, perl-format
15703msgid "Failed to opendir %s: %s"
15704msgstr ""
15705
abc8de64 15706#: git-send-email.perl:649
673bfad0
JX
15707#, perl-format
15708msgid ""
15709"fatal: %s: %s\n"
15710"warning: no patches were sent\n"
15711msgstr ""
15712
abc8de64 15713#: git-send-email.perl:660
673bfad0
JX
15714msgid ""
15715"\n"
15716"No patch files specified!\n"
15717"\n"
15718msgstr ""
15719
abc8de64 15720#: git-send-email.perl:673
673bfad0
JX
15721#, perl-format
15722msgid "No subject line in %s?"
15723msgstr ""
15724
abc8de64 15725#: git-send-email.perl:683
673bfad0
JX
15726#, perl-format
15727msgid "Failed to open for writing %s: %s"
15728msgstr ""
15729
abc8de64 15730#: git-send-email.perl:694
673bfad0
JX
15731msgid ""
15732"Lines beginning in \"GIT:\" will be removed.\n"
15733"Consider including an overall diffstat or table of contents\n"
15734"for the patch you are writing.\n"
15735"\n"
15736"Clear the body content if you don't wish to send a summary.\n"
15737msgstr ""
15738
abc8de64 15739#: git-send-email.perl:718
673bfad0
JX
15740#, perl-format
15741msgid "Failed to open %s: %s"
15742msgstr ""
15743
abc8de64
JX
15744#: git-send-email.perl:735
15745#, perl-format
15746msgid "Failed to open %s.final: %s"
673bfad0
JX
15747msgstr ""
15748
abc8de64 15749#: git-send-email.perl:778
673bfad0
JX
15750msgid "Summary email is empty, skipping it\n"
15751msgstr ""
15752
15753#. TRANSLATORS: please keep [y/N] as is.
abc8de64 15754#: git-send-email.perl:813
673bfad0
JX
15755#, perl-format
15756msgid "Are you sure you want to use <%s> [y/N]? "
15757msgstr ""
15758
abc8de64 15759#: git-send-email.perl:868
673bfad0
JX
15760msgid ""
15761"The following files are 8bit, but do not declare a Content-Transfer-"
15762"Encoding.\n"
15763msgstr ""
15764
abc8de64 15765#: git-send-email.perl:873
673bfad0
JX
15766msgid "Which 8bit encoding should I declare [UTF-8]? "
15767msgstr ""
15768
abc8de64 15769#: git-send-email.perl:881
673bfad0
JX
15770#, perl-format
15771msgid ""
15772"Refusing to send because the patch\n"
15773"\t%s\n"
15774"has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
15775"want to send.\n"
15776msgstr ""
15777
abc8de64 15778#: git-send-email.perl:900
673bfad0
JX
15779msgid "To whom should the emails be sent (if anyone)?"
15780msgstr ""
15781
abc8de64 15782#: git-send-email.perl:918
673bfad0
JX
15783#, perl-format
15784msgid "fatal: alias '%s' expands to itself\n"
15785msgstr ""
15786
abc8de64 15787#: git-send-email.perl:930
673bfad0
JX
15788msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
15789msgstr ""
15790
abc8de64 15791#: git-send-email.perl:988 git-send-email.perl:996
673bfad0
JX
15792#, perl-format
15793msgid "error: unable to extract a valid address from: %s\n"
15794msgstr ""
15795
15796#. TRANSLATORS: Make sure to include [q] [d] [e] in your
15797#. translation. The program will only accept English input
15798#. at this point.
abc8de64 15799#: git-send-email.perl:1000
673bfad0
JX
15800msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
15801msgstr ""
15802
abc8de64 15803#: git-send-email.perl:1317
673bfad0
JX
15804#, perl-format
15805msgid "CA path \"%s\" does not exist"
15806msgstr ""
15807
abc8de64 15808#: git-send-email.perl:1395
673bfad0
JX
15809msgid ""
15810" The Cc list above has been expanded by additional\n"
15811" addresses found in the patch commit message. By default\n"
15812" send-email prompts before sending whenever this occurs.\n"
15813" This behavior is controlled by the sendemail.confirm\n"
15814" configuration setting.\n"
15815"\n"
15816" For additional information, run 'git send-email --help'.\n"
15817" To retain the current behavior, but squelch this message,\n"
15818" run 'git config --global sendemail.confirm auto'.\n"
15819"\n"
15820msgstr ""
15821
15822#. TRANSLATORS: Make sure to include [y] [n] [q] [a] in your
15823#. translation. The program will only accept English input
15824#. at this point.
abc8de64 15825#: git-send-email.perl:1410
673bfad0
JX
15826msgid "Send this email? ([y]es|[n]o|[q]uit|[a]ll): "
15827msgstr ""
15828
abc8de64 15829#: git-send-email.perl:1413
673bfad0
JX
15830msgid "Send this email reply required"
15831msgstr ""
15832
abc8de64 15833#: git-send-email.perl:1439
673bfad0
JX
15834msgid "The required SMTP server is not properly defined."
15835msgstr ""
15836
abc8de64 15837#: git-send-email.perl:1486
673bfad0
JX
15838#, perl-format
15839msgid "Server does not support STARTTLS! %s"
15840msgstr ""
15841
abc8de64 15842#: git-send-email.perl:1491 git-send-email.perl:1495
5b34e000
JX
15843#, perl-format
15844msgid "STARTTLS failed! %s"
15845msgstr ""
15846
abc8de64 15847#: git-send-email.perl:1505
673bfad0
JX
15848msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
15849msgstr ""
15850
abc8de64 15851#: git-send-email.perl:1523
673bfad0
JX
15852#, perl-format
15853msgid "Failed to send %s\n"
15854msgstr ""
15855
abc8de64 15856#: git-send-email.perl:1526
673bfad0
JX
15857#, perl-format
15858msgid "Dry-Sent %s\n"
15859msgstr ""
15860
abc8de64 15861#: git-send-email.perl:1526
673bfad0
JX
15862#, perl-format
15863msgid "Sent %s\n"
15864msgstr ""
15865
abc8de64 15866#: git-send-email.perl:1528
673bfad0
JX
15867msgid "Dry-OK. Log says:\n"
15868msgstr ""
15869
abc8de64 15870#: git-send-email.perl:1528
673bfad0
JX
15871msgid "OK. Log says:\n"
15872msgstr ""
15873
abc8de64 15874#: git-send-email.perl:1540
673bfad0
JX
15875msgid "Result: "
15876msgstr ""
15877
abc8de64 15878#: git-send-email.perl:1543
673bfad0
JX
15879msgid "Result: OK\n"
15880msgstr ""
15881
abc8de64 15882#: git-send-email.perl:1556
673bfad0
JX
15883#, perl-format
15884msgid "can't open file %s"
15885msgstr ""
15886
abc8de64 15887#: git-send-email.perl:1603 git-send-email.perl:1623
673bfad0
JX
15888#, perl-format
15889msgid "(mbox) Adding cc: %s from line '%s'\n"
15890msgstr ""
15891
abc8de64 15892#: git-send-email.perl:1609
673bfad0
JX
15893#, perl-format
15894msgid "(mbox) Adding to: %s from line '%s'\n"
15895msgstr ""
15896
abc8de64 15897#: git-send-email.perl:1657
673bfad0
JX
15898#, perl-format
15899msgid "(non-mbox) Adding cc: %s from line '%s'\n"
15900msgstr ""
15901
abc8de64 15902#: git-send-email.perl:1682
673bfad0
JX
15903#, perl-format
15904msgid "(body) Adding cc: %s from line '%s'\n"
15905msgstr ""
15906
abc8de64 15907#: git-send-email.perl:1788
673bfad0
JX
15908#, perl-format
15909msgid "(%s) Could not execute '%s'"
15910msgstr ""
15911
abc8de64 15912#: git-send-email.perl:1795
673bfad0
JX
15913#, perl-format
15914msgid "(%s) Adding %s: %s from: '%s'\n"
15915msgstr ""
15916
abc8de64 15917#: git-send-email.perl:1799
673bfad0
JX
15918#, perl-format
15919msgid "(%s) failed to close pipe to '%s'"
15920msgstr ""
15921
abc8de64 15922#: git-send-email.perl:1826
673bfad0
JX
15923msgid "cannot send message as 7bit"
15924msgstr ""
15925
abc8de64 15926#: git-send-email.perl:1834
673bfad0
JX
15927msgid "invalid transfer encoding"
15928msgstr ""
15929
abc8de64 15930#: git-send-email.perl:1872 git-send-email.perl:1923 git-send-email.perl:1933
673bfad0
JX
15931#, perl-format
15932msgid "unable to open %s: %s\n"
15933msgstr ""
15934
abc8de64 15935#: git-send-email.perl:1875
673bfad0
JX
15936#, perl-format
15937msgid "%s: patch contains a line longer than 998 characters"
15938msgstr ""
15939
abc8de64 15940#: git-send-email.perl:1891
673bfad0
JX
15941#, perl-format
15942msgid "Skipping %s with backup suffix '%s'.\n"
15943msgstr ""
15944
15945#. TRANSLATORS: please keep "[y|N]" as is.
abc8de64 15946#: git-send-email.perl:1895
673bfad0
JX
15947#, perl-format
15948msgid "Do you really want to send %s? [y|N]: "
15949msgstr ""